导出apid

This commit is contained in:
ChenX
2024-12-24 10:26:13 +08:00
parent a98982ac08
commit ceca0f2516
24 changed files with 102 additions and 24 deletions

View File

@@ -0,0 +1,5 @@
import { Command } from "../../Editor/CommandMachine";
export declare class ExtrudePl2Board implements Command {
exec(): Promise<void>;
}
//# sourceMappingURL=ExtrudePl2Board.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"ExtrudePl2Board.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ExtrudePl2Board/ExtrudePl2Board.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAMtD,qBAAa,eAAgB,YAAW,OAAO;IAErC,IAAI;CAmFb"}

View File

@@ -0,0 +1,5 @@
import { ExtrudePl2BoardStore } from "./ExtrudePl2BoardStore";
export declare const ExtrudePl2BoardComponent: ({ store }: {
store: ExtrudePl2BoardStore;
}) => JSX.Element;
//# sourceMappingURL=ExtrudePl2BoardComponent.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"ExtrudePl2BoardComponent.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ExtrudePl2Board/ExtrudePl2BoardComponent.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,eAAO,MAAM,wBAAwB,cAAwB;IAAE,KAAK,EAAE,oBAAoB,CAAC;CAAE,gBAyF3F,CAAC"}

View File

@@ -0,0 +1,17 @@
import { Singleton } from "../../Common/Singleton";
import { IConfigOption } from "../../UI/Components/Board/UserConfigComponent";
import { IConfigStore } from "../../UI/Store/BoardStore";
import { AnyObject, ExtrudePl2BoardOption, IUiOption } from "../../UI/Store/OptionInterface/IOptionInterface";
export declare class ExtrudePl2BoardStore extends Singleton implements IConfigStore {
configName: string;
configsNames: any[];
m_Option: ExtrudePl2BoardOption;
m_UiOption: IUiOption<ExtrudePl2BoardOption>;
get UIOption(): IUiOption<ExtrudePl2BoardOption>;
InitOption(): void;
SaveConfig(): IConfigOption<ExtrudePl2BoardOption>;
UpdateOption(cof: IConfigOption<ExtrudePl2BoardOption>): void;
HasInvailValue(): string;
OnOk(state: number, isClose?: boolean, d?: AnyObject): Promise<void>;
}
//# sourceMappingURL=ExtrudePl2BoardStore.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"ExtrudePl2BoardStore.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ExtrudePl2Board/ExtrudePl2BoardStore.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAI9E,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,iDAAiD,CAAC;AAE9G,qBAAa,oBAAqB,SAAQ,SAAU,YAAW,YAAY;IAE3D,UAAU,SAAQ;IAClB,YAAY,QAAM;IAElB,QAAQ,EAAE,qBAAqB,CAAiC;IAE5E,UAAU,EAAE,SAAS,CAAC,qBAAqB,CAAC,CAAC;IAC7C,IAAI,QAAQ,IAAI,SAAS,CAAC,qBAAqB,CAAC,CAK/C;IACD,UAAU;IAOV,UAAU;IAQV,YAAY,CAAC,GAAG,EAAE,aAAa,CAAC,qBAAqB,CAAC;IAOtD,cAAc;IAKR,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,GAAE,OAAc,EAAE,CAAC,GAAE,SAAc;CAiBvE"}