开发:types

This commit is contained in:
ChenX
2023-08-16 15:05:08 +08:00
parent 04506caddf
commit 512fff06e8
626 changed files with 2185 additions and 663 deletions

View File

@@ -1,6 +1,6 @@
import { CommandNames } from "../../Common/CommandNames";
import { RenderType } from "../../GraphicsSystem/RenderType";
import { ViewDirection } from "../../UI/Store/BoardInterface";
import { ViewDirection } from "../../UI/Store/OptionInterface/OptionEnum";
export declare const ViewAngleTypes: {
command: CommandNames;
name: string;

View File

@@ -1 +1 @@
{"version":3,"file":"ShareViewRules.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/ShareViewRules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAG9D,eAAO,MAAM,cAAc;;;;GAoC1B,CAAC;AAGF,eAAO,MAAM,cAAc;;;;GA+B1B,CAAC"}
{"version":3,"file":"ShareViewRules.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/ShareViewRules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAG1E,eAAO,MAAM,cAAc;;;;GAoC1B,CAAC;AAGF,eAAO,MAAM,cAAc;;;;GAoC1B,CAAC"}

View File

@@ -1,13 +1,21 @@
import { Singleton } from "../../Common/Singleton";
import { Board } from "../../DatabaseServices/Entity/Board";
import { IConfigOption } from "../../UI/Components/Board/UserConfigComponent";
import { ShareBoardInfConfigurationOption } from "../../UI/Store/BoardInterface";
import { IConfigStore } from '../../UI/Store/BoardStore';
import { ShareBoardInfConfigurationOption } from "../../UI/Store/OptionInterface/IOptionInterface";
interface IProps {
showBom?: boolean | null;
}
interface IOperations {
showDoor: boolean;
showDrawer: boolean;
showExplosion: boolean;
showCustomNumber: boolean;
showDimension: boolean;
isDoorOpen: boolean;
}
export declare class ShareViewStore extends Singleton implements IConfigStore {
Index: number[];
CurSelectCabinetIndexs: number[];
RoomName: string;
SelectedBoard: Board;
ViewIDErrorMsg: string;
@@ -17,10 +25,12 @@ export declare class ShareViewStore extends Singleton implements IConfigStore {
m_Option: ShareBoardInfConfigurationOption;
viewUploadProps: ShareBoardInfConfigurationOption;
configName: string;
SaveConfig(): IConfigOption<import("../../UI/Store/BoardInterface").AnyObject>;
SaveConfig(): IConfigOption<import("../../UI/Store/OptionInterface/IOptionInterface").AnyObject>;
configsNames: string[];
InitOption(): void;
UpdateOption(cof: IConfigOption<ShareBoardInfConfigurationOption>): void;
/** 隐蔽组件按钮操作 */
operations: IOperations;
}
export {};
//# sourceMappingURL=ShareViewStore.d.ts.map

View File

@@ -1 +1 @@
{"version":3,"file":"ShareViewStore.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/ShareViewStore.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAE5D,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAC9E,OAAO,EAAE,gCAAgC,EAAE,MAAM,+BAA+B,CAAC;AACjF,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,UAAU,MAAM;IAGZ,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC5B;AAED,qBAAa,cAAe,SAAQ,SAAU,YAAW,YAAY;IAGjE,KAAK,EAAE,MAAM,EAAE,CAAM;IAErB,QAAQ,EAAE,MAAM,CAAC;IAGjB,aAAa,EAAE,KAAK,CAAQ;IAG5B,cAAc,EAAE,MAAM,CAAM;IAI5B,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAW;IAI3C,QAAQ,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAM;IAIzC,KAAK,EAAE,MAAM,CAAM;IACP,QAAQ,EAAE,gCAAgC,CAA2C;IAErF,eAAe,EAAE,gCAAgC,CAA2C;IAE5F,UAAU,SAAQ;IAC9B,UAAU;IAQE,YAAY,EAAE,MAAM,EAAE,CAAM;IACxC,UAAU;IAIV,YAAY,CAAC,GAAG,EAAE,aAAa,CAAC,gCAAgC,CAAC;CAIpE"}
{"version":3,"file":"ShareViewStore.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/ShareViewStore.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAE5D,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAC9E,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,gCAAgC,EAAE,MAAM,iDAAiD,CAAC;AAEnG,UAAU,MAAM;IAGZ,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC5B;AAED,UAAU,WAAW;IAEjB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,qBAAa,cAAe,SAAQ,SAAU,YAAW,YAAY;IAGrD,sBAAsB,EAAE,MAAM,EAAE,CAAM;IAEtC,QAAQ,EAAE,MAAM,CAAC;IAEjB,aAAa,EAAE,KAAK,CAAQ;IAE5B,cAAc,EAAE,MAAM,CAAM;IAG5B,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAW;IAG3C,QAAQ,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAM;IAGzC,KAAK,EAAE,MAAM,CAAM;IACnB,QAAQ,EAAE,gCAAgC,CAA2C;IAErF,eAAe,EAAE,gCAAgC,CAA2C;IAE5F,UAAU,SAAQ;IAC9B,UAAU;IAQE,YAAY,EAAE,MAAM,EAAE,CAAM;IACxC,UAAU;IAIV,YAAY,CAAC,GAAG,EAAE,aAAa,CAAC,gCAAgC,CAAC;IAKjE,eAAe;IACH,UAAU,EAAE,WAAW,CAOjC;CACL"}