同步源码
This commit is contained in:
8
types/Add-on/CustomNumber/Command_CustomNumber.d.ts
vendored
Normal file
8
types/Add-on/CustomNumber/Command_CustomNumber.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class Command_CustomNumber implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class Command_CleanCustomNumber implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=Command_CustomNumber.d.ts.map
|
1
types/Add-on/CustomNumber/Command_CustomNumber.d.ts.map
Normal file
1
types/Add-on/CustomNumber/Command_CustomNumber.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"Command_CustomNumber.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/CustomNumber/Command_CustomNumber.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAMtD,qBAAa,oBAAqB,YAAW,OAAO;IAE1C,IAAI;CAkEb;AAED,qBAAa,yBAA0B,YAAW,OAAO;IAE/C,IAAI;CAab"}
|
13
types/Add-on/CustomNumber/CurtomNumCard.d.ts
vendored
Normal file
13
types/Add-on/CustomNumber/CurtomNumCard.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { FC } from 'react';
|
||||
export declare const ItemTypes: {
|
||||
CARD: string;
|
||||
};
|
||||
export interface CardProps {
|
||||
id: any;
|
||||
text: string;
|
||||
index: number;
|
||||
moveCard: (dragIndex: number, hoverIndex: number) => void;
|
||||
onDoubleClick: (id: number) => void;
|
||||
}
|
||||
export declare const CurtomNumCard: FC<CardProps>;
|
||||
//# sourceMappingURL=CurtomNumCard.d.ts.map
|
1
types/Add-on/CustomNumber/CurtomNumCard.d.ts.map
Normal file
1
types/Add-on/CustomNumber/CurtomNumCard.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"CurtomNumCard.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/CustomNumber/CurtomNumCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIhC,eAAO,MAAM,SAAS;;CAErB,CAAC;AAEF,MAAM,WAAW,SAAS;IAEtB,EAAE,EAAE,GAAG,CAAC;IACR,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1D,aAAa,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC;AAOD,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,SAAS,CAgGvC,CAAC"}
|
10
types/Add-on/CustomNumber/CustomNumContainer.d.ts
vendored
Normal file
10
types/Add-on/CustomNumber/CustomNumContainer.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { FC } from 'react';
|
||||
import { CustomNumberStore } from './CustomNumberPanel';
|
||||
export interface CurtomNumberItem {
|
||||
id: number;
|
||||
text: string;
|
||||
}
|
||||
export declare const CurtomNumContainer: FC<{
|
||||
state: CustomNumberStore;
|
||||
}>;
|
||||
//# sourceMappingURL=CustomNumContainer.d.ts.map
|
1
types/Add-on/CustomNumber/CustomNumContainer.d.ts.map
Normal file
1
types/Add-on/CustomNumber/CustomNumContainer.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"CustomNumContainer.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/CustomNumber/CustomNumContainer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAMxD,MAAM,WAAW,gBAAgB;IAE7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC;IAAE,KAAK,EAAE,iBAAiB,CAAC;CAAE,CAwChE,CAAC"}
|
16
types/Add-on/CustomNumber/CustomNumberPanel.d.ts
vendored
Normal file
16
types/Add-on/CustomNumber/CustomNumberPanel.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import React from "react";
|
||||
import "./CustomNumberPanelCss.less";
|
||||
import { CurtomNumberItem } from "./CustomNumContainer";
|
||||
export declare class CustomNumberPanel extends React.Component<{
|
||||
store: CustomNumberStore;
|
||||
}> {
|
||||
render(): JSX.Element;
|
||||
}
|
||||
export declare class CustomNumberStore {
|
||||
option: React.PropsWithChildren<{
|
||||
items: CurtomNumberItem[];
|
||||
}>;
|
||||
onChange: (items: CurtomNumberItem[], dragIndex: number, hoverIndex: number) => void;
|
||||
onDoubleClick: (id: number) => void;
|
||||
}
|
||||
//# sourceMappingURL=CustomNumberPanel.d.ts.map
|
1
types/Add-on/CustomNumber/CustomNumberPanel.d.ts.map
Normal file
1
types/Add-on/CustomNumber/CustomNumberPanel.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"CustomNumberPanel.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/CustomNumber/CustomNumberPanel.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,6BAA6B,CAAC;AACrC,OAAO,EAAE,gBAAgB,EAAsB,MAAM,sBAAsB,CAAC;AAE5E,qBACa,iBAAkB,SAAQ,KAAK,CAAC,SAAS,CAAC;IAAE,KAAK,EAAE,iBAAiB,CAAC;CAAE,CAAC;IAEjF,MAAM;CAuCT;AAGD,qBAAa,iBAAiB;IAE1B,MAAM,EAAE,KAAK,CAAC,iBAAiB,CAAC;QAC5B,KAAK,EAAE,gBAAgB,EAAE,CAAC;KAC7B,CAAC,CAAiB;IACnB,QAAQ,EAAE,CAAC,KAAK,EAAE,gBAAgB,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACrF,aAAa,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC"}
|
Reference in New Issue
Block a user