修复:并集错误

This commit is contained in:
ChenX
2023-09-15 17:14:55 +08:00
parent a11f502f9a
commit c81cda5cb5
2115 changed files with 297 additions and 22774 deletions

View File

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

View File

@@ -1 +0,0 @@
{"version":3,"file":"Command_ShareView.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/Command_ShareView.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAWtD,qBAAa,iBAAkB,YAAW,OAAO;IAEvC,IAAI;CAiHb"}

View File

@@ -1,5 +0,0 @@
import "../../UI/Css/blue.less";
import "../../UI/Css/golden.less";
import "../../UI/Css/style.less";
import "../../UI/Css/switchTheme.less";
//# sourceMappingURL=Entry.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"Entry.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/Entry.tsx"],"names":[],"mappings":"AAYA,OAAO,wBAAwB,CAAC;AAChC,OAAO,0BAA0B,CAAC;AAClC,OAAO,yBAAyB,CAAC;AACjC,OAAO,+BAA+B,CAAC"}

View File

@@ -1,14 +0,0 @@
import { ShareViewService } from './Service';
export declare class ShareViewLayout {
app: ShareViewService;
constructor();
initRootLayout(): void;
renderFunctionButton(): void;
renderCameraControlButton(): void;
renderMouseUI(): void;
renderVirtualKeys(): void;
renderCameraState(): void;
renderAxisMode(): void;
CanvasOnsizeEvent(): void;
}
//# sourceMappingURL=Layout.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/Layout.tsx"],"names":[],"mappings":"AAkBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAI7C,qBAAa,eAAe;IAExB,GAAG,EAAE,gBAAgB,CAAC;;IAwEtB,cAAc;IAqDd,oBAAoB;IAepB,yBAAyB;IAezB,aAAa;IAab,iBAAiB;IAQjB,iBAAiB;IAIjB,cAAc;IAKd,iBAAiB;CACpB"}

View File

@@ -1,35 +0,0 @@
import { ApplicationService } from "../../ApplicationServices/Application";
import { EBoardKeyList } from "../../Common/BoardKeyList";
import { CADFiler } from "../../DatabaseServices/CADFiler";
import { Entity } from "../../DatabaseServices/Entity/Entity";
import { Editor } from "../../Editor/Editor";
export declare let shareViewApp: ShareViewService;
export declare class ShareViewService extends ApplicationService {
BoxCtrl: BoxService;
constructor();
protected InitService(): void;
CreateDocument(name?: string): void;
SendCameraPosToRenderer: () => void;
LoadFile(f: CADFiler): Promise<void>;
}
export type BoxInfo = {
[EBoardKeyList.RoomName]?: string;
[EBoardKeyList.CabinetName]?: string;
};
export declare class BoxService {
_BoxList: BoxInfo[];
_BoxDict: {
[key: string]: Entity[];
};
_CabinetFormatData: any;
get CabinetFormatData(): any;
get BoxList(): BoxInfo[];
Init(editor: Editor): Promise<void>;
SetBoxVisible(index: number, visible: boolean): void;
SetCabinetFormatData(data: any): void;
FilterEntities(index: any, predicate: (Entity: any) => boolean): Entity[];
GetEntities(index: any): Entity[];
private GetEntityGroupKey;
private GetBoxInfo;
}
//# sourceMappingURL=Service.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"Service.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/Service.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AAE3E,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAG1D,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAG3D,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAW9D,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAsB7C,eAAO,IAAI,YAAY,EAAE,gBAAgB,CAAC;AAC1C,qBAAa,gBAAiB,SAAQ,kBAAkB;IAIpD,OAAO,EAAE,UAAU,CAAC;;cA4DD,WAAW;IAgKrB,cAAc,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI;IAEnC,uBAAuB,EAAE,MAAM,IAAI,CAAC;IAGvC,QAAQ,CAAC,CAAC,EAAE,QAAQ;CAM7B;AAOD,MAAM,MAAM,OAAO,GAAG;IAAE,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC,EAAE,MAAM,CAAC;IAAA,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,EAAE,MAAM,CAAC;CAAE,CAAC;AAElG,qBAAa,UAAU;IAEnB,QAAQ,EAAE,OAAO,EAAE,CAAM;IACzB,QAAQ,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;KAAE,CAAM;IAC5C,kBAAkB,EAAE,GAAG,CAAM;IAC7B,IAAI,iBAAiB,QAGpB;IACD,IAAI,OAAO,cAGV;IACK,IAAI,CAAC,MAAM,EAAE,MAAM;IAoCzB,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO;IA4B7C,oBAAoB,CAAC,IAAI,KAAA;IAIzB,cAAc,CAAC,KAAK,KAAA,EAAE,SAAS,EAAE,CAAC,MAAM,KAAA,KAAK,OAAO;IAMpD,WAAW,CAAC,KAAK,KAAA;IAMjB,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,UAAU;CAarB"}

View File

@@ -1,5 +0,0 @@
import "../../UI/Css/blue.less";
import "../../UI/Css/golden.less";
import "../../UI/Css/style.less";
import "../../UI/Css/switchTheme.less";
//# sourceMappingURL=ShareViewEntry.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"ShareViewEntry.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/ShareViewEntry.tsx"],"names":[],"mappings":"AAaA,OAAO,wBAAwB,CAAC;AAChC,OAAO,0BAA0B,CAAC;AAClC,OAAO,yBAAyB,CAAC;AACjC,OAAO,+BAA+B,CAAC"}

View File

@@ -1,14 +0,0 @@
import { ShareViewService } from './ShareViewService';
export declare class ShareViewLayout {
app: ShareViewService;
constructor();
initRootLayout(): void;
renderFunctionButton(): void;
renderCameraControlButton(): void;
renderMouseUI(): void;
renderVirtualKeys(): void;
renderCameraState(): void;
renderAxisMode(): void;
CanvasOnsizeEvent(): void;
}
//# sourceMappingURL=ShareViewLayout.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"ShareViewLayout.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/ShareViewLayout.tsx"],"names":[],"mappings":"AAkBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAItD,qBAAa,eAAe;IAExB,GAAG,EAAE,gBAAgB,CAAC;;IAwEtB,cAAc;IAqDd,oBAAoB;IAepB,yBAAyB;IAezB,aAAa;IAab,iBAAiB;IAQjB,iBAAiB;IAIjB,cAAc;IAKd,iBAAiB;CACpB"}

View File

@@ -1,14 +0,0 @@
import { CommandNames } from "../../Common/CommandNames";
import { RenderType } from "../../GraphicsSystem/RenderType";
import { ViewDirection } from "../../UI/Store/OptionInterface/OptionEnum";
export declare const ViewAngleTypes: {
command: CommandNames;
name: string;
viewDirection: ViewDirection;
}[];
export declare const ViewStyleTypes: {
title: string;
cmd: CommandNames;
renderType: RenderType;
}[];
//# sourceMappingURL=ShareViewRules.d.ts.map

View File

@@ -1 +0,0 @@
{"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,42 +0,0 @@
import { ApplicationService } from "../../ApplicationServices/Application";
import { EBoardKeyList } from "../../Common/BoardKeyList";
import { CADFiler } from "../../DatabaseServices/CADFiler";
import { Entity } from "../../DatabaseServices/Entity/Entity";
export declare let shareViewApp: ShareViewService;
export declare class ShareViewService extends ApplicationService {
BoxCtrl: ShareService;
constructor();
protected InitService(): void;
CreateDocument(name?: string): void;
SendCameraPosToRenderer: () => void;
LoadFile(f: CADFiler): Promise<void>;
}
export type BoxInfo = {
[EBoardKeyList.RoomName]?: string;
[EBoardKeyList.CabinetName]?: string;
};
export interface ICabinetFormatData {
[key: number]: ICabinetItemData[];
}
export interface ICabinetItemData {
roomName: string;
item: BoxInfo;
img: string;
index: number;
}
export declare class ShareService {
_BoxList: BoxInfo[];
_BoxDict: {
[key: string]: Entity[];
};
_CabinetFormatData: ICabinetFormatData;
get CabinetFormatData(): ICabinetFormatData;
get BoxList(): BoxInfo[];
Init(): void;
SetBoxVisible(index: number, visible: boolean): void;
SetCabinetFormatData(data: ICabinetFormatData): void;
GetEntities(index: number): Entity[];
private GetEntityGroupKey;
private GetBoxInfo;
}
//# sourceMappingURL=ShareViewService.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"ShareViewService.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/ShareViewService.ts"],"names":[],"mappings":"AAGA,OAAO,EAAO,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AAEhF,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAE1D,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAG3D,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAgC9D,eAAO,IAAI,YAAY,EAAE,gBAAgB,CAAC;AAC1C,qBAAa,gBAAiB,SAAQ,kBAAkB;IAIpD,OAAO,EAAE,YAAY,CAAC;;cA4DH,WAAW;IAgKrB,cAAc,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI;IAEnC,uBAAuB,EAAE,MAAM,IAAI,CAAC;IAGvC,QAAQ,CAAC,CAAC,EAAE,QAAQ;CAM7B;AAOD,MAAM,MAAM,OAAO,GAAG;IAAE,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC,EAAE,MAAM,CAAC;IAAA,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,EAAE,MAAM,CAAC;CAAE,CAAC;AAElG,MAAM,WAAW,kBAAkB;IAE/B,CAAC,GAAG,EAAE,MAAM,GAAG,gBAAgB,EAAE,CAAC;CACrC;AAED,MAAM,WAAW,gBAAgB;IAE7B,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,OAAO,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,YAAY;IAErB,QAAQ,EAAE,OAAO,EAAE,CAAM;IACzB,QAAQ,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;KAAE,CAAM;IAC5C,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,IAAI,iBAAiB,uBAGpB;IACD,IAAI,OAAO,cAGV;IACD,IAAI;IAqCJ,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO;IA4B7C,oBAAoB,CAAC,IAAI,EAAE,kBAAkB;IAY7C,WAAW,CAAC,KAAK,EAAE,MAAM;IAMzB,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,UAAU;CASrB"}

View File

@@ -1,36 +0,0 @@
import { Singleton } from "../../Common/Singleton";
import { Board } from "../../DatabaseServices/Entity/Board";
import { IConfigOption } from "../../UI/Components/Board/UserConfigComponent";
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 {
CurSelectCabinetIndexs: number[];
RoomName: string;
SelectedBoard: Board;
ViewIDErrorMsg: string;
Theme: 'light' | 'dark' | string;
ThemeLog: 'light' | 'dark' | string;
Props: IProps;
m_Option: ShareBoardInfConfigurationOption;
viewUploadProps: ShareBoardInfConfigurationOption;
configName: string;
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 +0,0 @@
{"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"}

View File

@@ -1,25 +0,0 @@
import { Board } from "../../DatabaseServices/Entity/Board";
import { Entity } from "../../DatabaseServices/Entity/Entity";
import { ICompHardwareOption, IToplineOption } from "../../UI/Components/RightPanel/RightPanelInterface";
import { BoxInfo } from "./ShareViewService";
export declare function ForbiddenToaster(action: () => Promise<void> | void): void;
export declare function ExplosionView(index: number, distance: number): Promise<void>;
export declare function resetBoxView(): void;
export declare function GetBoxCovers(callback: (url: string, item: BoxInfo, index: number) => void): Promise<void>;
export declare function GetBoxItemInfo(entites: Entity[]): {
boardList: Board[];
hardwareCompositeList: ICompHardwareOption[];
hardwareToplineList: IToplineOption[];
};
export declare function SwitchDoor(visible: boolean): Promise<void>;
export declare function CreateBoxDim(): Promise<void>;
export declare function DeleteBoxDim(): Promise<void>;
export declare function ToFixed(val: any): any;
export declare function SPGetSpiteSize(board: Board): {
height: any;
width: any;
thickness: any;
};
export declare function MaterialDetailScrollTo(): void;
export declare function ChangeThemeColor(type: 'light' | 'dark' | string): void;
//# sourceMappingURL=ShareViewUtil.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"ShareViewUtil.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/ShareViewUtil.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAS9D,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,oDAAoD,CAAC;AAIzG,OAAO,EAAE,OAAO,EAAgB,MAAM,oBAAoB,CAAC;AAK3D,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,QAalE;AAGD,wBAAsB,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,iBAwClE;AAID,wBAAgB,YAAY,SAgB3B;AAYD,wBAAsB,YAAY,CAAC,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,iBAgB/F;AAGD,wBAAgB,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE;;;;EAoC/C;AAED,wBAAsB,UAAU,CAAC,OAAO,EAAE,OAAO,iBAiHhD;AAED,wBAAsB,YAAY,kBASjC;AAED,wBAAsB,YAAY,kBAcjC;AAGD,wBAAgB,OAAO,CAAC,GAAG,KAAA,OAe1B;AAGD,wBAAgB,cAAc,CAAC,KAAK,EAAE,KAAK;;;;EAkB1C;AAID,wBAAgB,sBAAsB,SAOrC;AAID,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,QAG/D"}

View File

@@ -1,11 +0,0 @@
import { Singleton } from "../../Common/Singleton";
import { Board } from "../../DatabaseServices/Entity/Board";
export declare class BoxStore extends Singleton {
Index: number[];
RoomName: string;
SelectedBoard: Board;
ViewIDErrorMsg: string;
Theme: 'light' | 'dark' | string;
ThemeLog: 'light' | 'dark' | string;
}
//# sourceMappingURL=Store.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"Store.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/Store.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAE5D,qBAAa,QAAS,SAAQ,SAAS;IAGnC,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;CAC5C"}

View File

@@ -1,2 +0,0 @@
export declare function SetSelectedBoardChange(before?: () => void, after?: () => void): void;
//# sourceMappingURL=StoreEvent.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"StoreEvent.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/StoreEvent.ts"],"names":[],"mappings":"AAIA,wBAAgB,sBAAsB,CAAC,MAAM,GAAE,MAAM,IAAW,EAAE,KAAK,GAAE,MAAM,IAAW,QAezF"}

View File

@@ -1,25 +0,0 @@
import { Board } from "../../DatabaseServices/Entity/Board";
import { Entity } from "../../DatabaseServices/Entity/Entity";
import { ICompHardwareOption, IToplineOption } from "../../UI/Components/RightPanel/RightPanelInterface";
import { BoxInfo } from "./Service";
export declare function ForbiddenToaster(action: () => Promise<void> | void): void;
export declare function ExplosionView(index: number, distance: number): Promise<void>;
export declare function resetBoxView(): void;
export declare function GetBoxCovers(callback: (url: string, item: BoxInfo, index: any) => void): Promise<any[]>;
export declare function GetBoxItemInfo(entites: Entity[]): {
boardList: Board[];
hardwareCompositeList: ICompHardwareOption[];
hardwareToplineList: IToplineOption[];
};
export declare function SwitchDoor(visible: boolean): Promise<void>;
export declare function CreateBoxDim(): Promise<void>;
export declare function DeleteBoxDim(): Promise<void>;
export declare function ToFixed(val: any): any;
export declare function SPGetSpiteSize(board: Board): {
height: any;
width: any;
thickness: any;
};
export declare function MaterialDetailScrollTo(): void;
export declare function ChangeThemeColor(type: 'light' | 'dark' | string): void;
//# sourceMappingURL=Util.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"Util.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/Util.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAS9D,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,oDAAoD,CAAC;AAIzG,OAAO,EAAE,OAAO,EAAgB,MAAM,WAAW,CAAC;AAKlD,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,QAalE;AAGD,wBAAsB,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,iBAwClE;AAID,wBAAgB,YAAY,SAgB3B;AAYD,wBAAsB,YAAY,CAAC,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,KAAA,KAAK,IAAI,kBAkBvF;AAGD,wBAAgB,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE;;;;EAoC/C;AAED,wBAAsB,UAAU,CAAC,OAAO,EAAE,OAAO,iBAiHhD;AAED,wBAAsB,YAAY,kBASjC;AAED,wBAAsB,YAAY,kBAcjC;AAGD,wBAAgB,OAAO,CAAC,GAAG,KAAA,OAe1B;AAGD,wBAAgB,cAAc,CAAC,KAAK,EAAE,KAAK;;;;EAkB1C;AAID,wBAAgB,sBAAsB,SAOrC;AAID,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,QAG/D"}

View File

@@ -1,4 +0,0 @@
/// <reference types="react" />
declare const BoardHideIcon: () => JSX.Element;
export default BoardHideIcon;
//# sourceMappingURL=BoardHideIcon.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"BoardHideIcon.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/BoardHideIcon.tsx"],"names":[],"mappings":";AASA,QAAA,MAAM,aAAa,mBAsDlB,CAAC;AAEF,eAAe,aAAa,CAAC"}

View File

@@ -1,4 +0,0 @@
/// <reference types="react" />
declare const BoardMessageWidget: () => JSX.Element;
export default BoardMessageWidget;
//# sourceMappingURL=BoardMessageWidget.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"BoardMessageWidget.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/BoardMessageWidget.tsx"],"names":[],"mappings":";AAOA,QAAA,MAAM,kBAAkB,mBAyBtB,CAAC;AAEH,eAAe,kBAAkB,CAAC"}

View File

@@ -1,9 +0,0 @@
import React from "react";
interface IProps {
reset: Function;
ref: React.Ref<any>;
cancelCallback: Function;
}
declare const CabinetBottomSheet: React.FC<IProps>;
export default CabinetBottomSheet;
//# sourceMappingURL=CabinetBottomSheet.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"CabinetBottomSheet.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/CabinetBottomSheet.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAUzE,UAAU,MAAM;IAEZ,KAAK,EAAE,QAAQ,CAAC;IAChB,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACpB,cAAc,EAAE,QAAQ,CAAC;CAC5B;AAGD,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CA2NvC,CAAC;AAGH,eAAe,kBAAkB,CAAC"}

View File

@@ -1,14 +0,0 @@
/// <reference types="react" />
import "./ColorSelect.css";
export type SelectOption = {
label: string | number;
value: string | number | any;
};
type SelectProps = {
onChange: (value: number) => void;
options: SelectOption[];
value: number;
};
export declare function ColorSelect({ value, onChange, options }: SelectProps): JSX.Element;
export {};
//# sourceMappingURL=ColorSelect.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"ColorSelect.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/ColorSelect.tsx"],"names":[],"mappings":";AACA,OAAO,mBAAmB,CAAC;AAE3B,MAAM,MAAM,YAAY,GAAG;IACvB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,GAAG,CAAC;CAChC,CAAC;AAEF,KAAK,WAAW,GAAG;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,wBAAgB,WAAW,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,WAAW,eA4GpE"}

View File

@@ -1,4 +0,0 @@
/// <reference types="react" />
export declare const CheckedSvg: () => JSX.Element;
export declare const CheckEmptySvg: () => JSX.Element;
//# sourceMappingURL=CommonSvgs.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"CommonSvgs.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/CommonSvgs.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,UAAU,mBAQtB,CAAC;AAGF,eAAO,MAAM,aAAa,mBAOzB,CAAC"}

View File

@@ -1,9 +0,0 @@
import React from "react";
interface IProps {
ref: React.Ref<any>;
loading: (val: boolean) => void;
reset: () => void;
}
declare const ExplosionMapWidget: React.FC<IProps>;
export default ExplosionMapWidget;
//# sourceMappingURL=ExplosionMapWidget.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"ExplosionMapWidget.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/ExplosionMapWidget.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAIjF,UAAU,MAAM;IAEZ,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACpB,OAAO,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;IAChC,KAAK,EAAE,MAAM,IAAI,CAAC;CAErB;AAED,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CAkDvC,CAAC;AAEH,eAAe,kBAAkB,CAAC"}

View File

@@ -1,8 +0,0 @@
import React from "react";
interface IProps {
ref: React.Ref<any>;
cancelCallback: Function;
}
declare const MaterialBottomSheet: React.FC<IProps>;
export default MaterialBottomSheet;
//# sourceMappingURL=MaterialBottomSheet.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"MaterialBottomSheet.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/MaterialBottomSheet.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAuE,MAAM,OAAO,CAAC;AAO5F,UAAU,MAAM;IAEZ,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACpB,cAAc,EAAE,QAAQ,CAAC;CAE5B;AAGD,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CAuQxC,CAAC;AAEH,eAAe,mBAAmB,CAAC"}

View File

@@ -1,2 +0,0 @@
export declare const SPToaster: import("@blueprintjs/core").IToaster;
//# sourceMappingURL=SPToater.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"SPToater.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/SPToater.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,sCAIpB,CAAC"}

View File

@@ -1,13 +0,0 @@
import React from "react";
import { ShareViewStore } from "../ShareViewStore";
import "./ShareBoradModal.less";
export declare class ShareBoardInfoConfiguration extends React.Component<{
store: ShareViewStore;
}, {}> {
_RemoveFun: Function;
componentDidMount(): void;
componentWillUnmount(): void;
BoardAndHadrwareToaster(): void;
render(): JSX.Element;
}
//# sourceMappingURL=ShareBoardInfoConfiguration.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"ShareBoardInfoConfiguration.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/ShareBoardInfoConfiguration.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,OAAO,wBAAwB,CAAC;AAEhC,qBACa,2BAA4B,SAAQ,KAAK,CAAC,SAAS,CAAC;IAAE,KAAK,EAAE,cAAc,CAAC;CAAE,EAAE,EAAE,CAAC;IAE5F,UAAU,EAAE,QAAQ,CAAC;IAErB,iBAAiB;IAUjB,oBAAoB;IAKpB,uBAAuB;IASvB,MAAM;CAwGT"}

View File

@@ -1,6 +0,0 @@
/// <reference types="react" />
import "../ShareViewStyle.less";
declare function ShareViewUI(): JSX.Element;
declare const _default: typeof ShareViewUI;
export default _default;
//# sourceMappingURL=ShareViewUI.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"ShareViewUI.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/ShareViewUI.tsx"],"names":[],"mappings":";AASA,OAAO,wBAAwB,CAAC;AAahC,iBAAS,WAAW,gBAiTnB;;AAED,wBAAqC"}

View File

@@ -1,4 +0,0 @@
/// <reference types="react" />
declare const ShareWidget: () => JSX.Element;
export default ShareWidget;
//# sourceMappingURL=ShareWidget.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"ShareWidget.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/ShareWidget.tsx"],"names":[],"mappings":";AAMA,QAAA,MAAM,WAAW,mBAwDf,CAAC;AAEH,eAAe,WAAW,CAAC"}

View File

@@ -1,4 +0,0 @@
/// <reference types="react" />
declare const SideBar: () => JSX.Element;
export default SideBar;
//# sourceMappingURL=SideBar.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"SideBar.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/SideBar.tsx"],"names":[],"mappings":";AASA,QAAA,MAAM,OAAO,mBA6CZ,CAAC;AAGF,eAAe,OAAO,CAAC"}

View File

@@ -1,4 +0,0 @@
/// <reference types="react" />
declare function ThemeButton(): JSX.Element;
export default ThemeButton;
//# sourceMappingURL=ThemeButton.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"ThemeButton.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/ThemeButton.tsx"],"names":[],"mappings":";AAMA,iBAAS,WAAW,gBAkBnB;AAGD,eAAe,WAAW,CAAC"}

View File

@@ -1,9 +0,0 @@
import React from "react";
import { ViewDirection } from "../../../UI/Store/BoardInterface";
interface IProps {
closeDoor: Function;
currentViewDirection: ViewDirection;
}
declare const ViewAngle: React.FC<IProps>;
export default ViewAngle;
//# sourceMappingURL=ViewAngle.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"ViewAngle.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/ViewAngle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAKjE,UAAU,MAAM;IAEZ,SAAS,EAAE,QAAQ,CAAC;IACpB,oBAAoB,EAAE,aAAa,CAAC;CACvC;AAED,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CAuF9B,CAAC;AAEH,eAAe,SAAS,CAAC"}

View File

@@ -1,4 +0,0 @@
/// <reference types="react" />
declare const ViewIDErrorWidget: () => JSX.Element;
export default ViewIDErrorWidget;
//# sourceMappingURL=ViewIDErrorWidget.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"ViewIDErrorWidget.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/ViewIDErrorWidget.tsx"],"names":[],"mappings":";AAMA,QAAA,MAAM,iBAAiB,mBAgBtB,CAAC;AAGF,eAAe,iBAAiB,CAAC"}

View File

@@ -1,9 +0,0 @@
import React from "react";
import { RenderType } from "../../../GraphicsSystem/RenderType";
interface IProps {
reset: Function;
currentRenderType: RenderType;
}
declare const ViewStyle: React.FC<IProps>;
export default ViewStyle;
//# sourceMappingURL=ViewStyle.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"ViewStyle.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/ViewStyle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAIhE,UAAU,MAAM;IAEZ,KAAK,EAAE,QAAQ,CAAC;IAChB,iBAAiB,EAAE,UAAU,CAAC;CACjC;AAED,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CA+E9B,CAAC;AAEH,eAAe,SAAS,CAAC"}