提供布尔运算,分析放置文字点位置的算法
This commit is contained in:
@@ -1 +1 @@
|
||||
{"version":3,"file":"Command_ShareView.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ShareView/Command_ShareView.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAKtD,qBAAa,iBAAkB,YAAW,OAAO;IAEvC,IAAI;CA4Eb"}
|
||||
{"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"}
|
5
types/Add-on/ShareView/ShareViewEntry.d.ts
vendored
Normal file
5
types/Add-on/ShareView/ShareViewEntry.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
1
types/Add-on/ShareView/ShareViewEntry.d.ts.map
Normal file
1
types/Add-on/ShareView/ShareViewEntry.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"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"}
|
14
types/Add-on/ShareView/ShareViewLayout.d.ts
vendored
Normal file
14
types/Add-on/ShareView/ShareViewLayout.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
1
types/Add-on/ShareView/ShareViewLayout.d.ts.map
Normal file
1
types/Add-on/ShareView/ShareViewLayout.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"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"}
|
14
types/Add-on/ShareView/ShareViewRules.d.ts
vendored
Normal file
14
types/Add-on/ShareView/ShareViewRules.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { CommandNames } from "../../Common/CommandNames";
|
||||
import { RenderType } from "../../GraphicsSystem/RenderType";
|
||||
import { ViewDirection } from "../../UI/Store/BoardInterface";
|
||||
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
|
1
types/Add-on/ShareView/ShareViewRules.d.ts.map
Normal file
1
types/Add-on/ShareView/ShareViewRules.d.ts.map
Normal file
@@ -0,0 +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"}
|
42
types/Add-on/ShareView/ShareViewService.d.ts
vendored
Normal file
42
types/Add-on/ShareView/ShareViewService.d.ts
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
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
|
1
types/Add-on/ShareView/ShareViewService.d.ts.map
Normal file
1
types/Add-on/ShareView/ShareViewService.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"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"}
|
26
types/Add-on/ShareView/ShareViewStore.d.ts
vendored
Normal file
26
types/Add-on/ShareView/ShareViewStore.d.ts
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
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';
|
||||
interface IProps {
|
||||
showBom?: boolean | null;
|
||||
}
|
||||
export declare class ShareViewStore extends Singleton implements IConfigStore {
|
||||
Index: 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/BoardInterface").AnyObject>;
|
||||
configsNames: string[];
|
||||
InitOption(): void;
|
||||
UpdateOption(cof: IConfigOption<ShareBoardInfConfigurationOption>): void;
|
||||
}
|
||||
export {};
|
||||
//# sourceMappingURL=ShareViewStore.d.ts.map
|
1
types/Add-on/ShareView/ShareViewStore.d.ts.map
Normal file
1
types/Add-on/ShareView/ShareViewStore.d.ts.map
Normal file
@@ -0,0 +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"}
|
25
types/Add-on/ShareView/ShareViewUtil.d.ts
vendored
Normal file
25
types/Add-on/ShareView/ShareViewUtil.d.ts
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
1
types/Add-on/ShareView/ShareViewUtil.d.ts.map
Normal file
1
types/Add-on/ShareView/ShareViewUtil.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"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"}
|
@@ -1 +1 @@
|
||||
{"version":3,"file":"CabinetBottomSheet.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/CabinetBottomSheet.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoD,MAAM,OAAO,CAAC;AASzE,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,CAqJvC,CAAC;AAGH,eAAe,kBAAkB,CAAC"}
|
||||
{"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"}
|
14
types/Add-on/ShareView/components/ColorSelect.d.ts
vendored
Normal file
14
types/Add-on/ShareView/components/ColorSelect.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/// <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
|
1
types/Add-on/ShareView/components/ColorSelect.d.ts.map
Normal file
1
types/Add-on/ShareView/components/ColorSelect.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"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"}
|
4
types/Add-on/ShareView/components/CommonSvgs.d.ts
vendored
Normal file
4
types/Add-on/ShareView/components/CommonSvgs.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/// <reference types="react" />
|
||||
export declare const CheckedSvg: () => JSX.Element;
|
||||
export declare const CheckEmptySvg: () => JSX.Element;
|
||||
//# sourceMappingURL=CommonSvgs.d.ts.map
|
1
types/Add-on/ShareView/components/CommonSvgs.d.ts.map
Normal file
1
types/Add-on/ShareView/components/CommonSvgs.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"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"}
|
13
types/Add-on/ShareView/components/ShareBoardInfoConfiguration.d.ts
vendored
Normal file
13
types/Add-on/ShareView/components/ShareBoardInfoConfiguration.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
@@ -0,0 +1 @@
|
||||
{"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"}
|
@@ -1,4 +1,6 @@
|
||||
/// <reference types="react" />
|
||||
import "../index.less";
|
||||
export declare function ShareViewUI(): JSX.Element;
|
||||
import "../ShareViewStyle.less";
|
||||
declare function ShareViewUI(): JSX.Element;
|
||||
declare const _default: typeof ShareViewUI;
|
||||
export default _default;
|
||||
//# sourceMappingURL=ShareViewUI.d.ts.map
|
@@ -1 +1 @@
|
||||
{"version":3,"file":"ShareViewUI.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/ShareViewUI.tsx"],"names":[],"mappings":";AAOA,OAAO,eAAe,CAAC;AAcvB,wBAAgB,WAAW,gBA+R1B"}
|
||||
{"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"}
|
@@ -1 +1 @@
|
||||
{"version":3,"file":"SideBar.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/SideBar.tsx"],"names":[],"mappings":";AASA,QAAA,MAAM,OAAO,mBA2CZ,CAAC;AAGF,eAAe,OAAO,CAAC"}
|
||||
{"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"}
|
@@ -1,7 +1,8 @@
|
||||
import React from "react";
|
||||
import { ViewDirection } from "../../../UI/Store/BoardInterface";
|
||||
interface IProps {
|
||||
closeDoor: Function;
|
||||
ref: React.Ref<any>;
|
||||
currentViewDirection: ViewDirection;
|
||||
}
|
||||
declare const ViewAngle: React.FC<IProps>;
|
||||
export default ViewAngle;
|
||||
|
@@ -1 +1 @@
|
||||
{"version":3,"file":"ViewAngle.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/ViewAngle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuE,MAAM,OAAO,CAAC;AAM5F,UAAU,MAAM;IAEZ,SAAS,EAAE,QAAQ,CAAC;IACpB,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACvB;AAGD,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CAgH9B,CAAC;AAEH,eAAe,SAAS,CAAC"}
|
||||
{"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"}
|
@@ -1,7 +1,8 @@
|
||||
import React from "react";
|
||||
import { RenderType } from "../../../GraphicsSystem/RenderType";
|
||||
interface IProps {
|
||||
reset: Function;
|
||||
ref: React.Ref<any>;
|
||||
currentRenderType: RenderType;
|
||||
}
|
||||
declare const ViewStyle: React.FC<IProps>;
|
||||
export default ViewStyle;
|
||||
|
@@ -1 +1 @@
|
||||
{"version":3,"file":"ViewStyle.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/ShareView/components/ViewStyle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuE,MAAM,OAAO,CAAC;AAK5F,UAAU,MAAM;IAEZ,KAAK,EAAE,QAAQ,CAAC;IAChB,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACvB;AAGD,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CAgI9B,CAAC;AAEH,eAAe,SAAS,CAAC"}
|
||||
{"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"}
|
Reference in New Issue
Block a user