初始化版本库,可用
This commit is contained in:
21
types/Add-on/twoD2threeD/Command_Curve2Polyline.d.ts
vendored
Normal file
21
types/Add-on/twoD2threeD/Command_Curve2Polyline.d.ts
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
import { Matrix4 } from "three";
|
||||
import { Curve } from "../../DatabaseServices/Entity/Curve";
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
import { Route } from "../../Geometry/CurveMap";
|
||||
export declare class Command_Curve2Polyline implements Command {
|
||||
IsSaveMax: boolean;
|
||||
IsOnlySaveSmall: boolean;
|
||||
SmallWidth: number;
|
||||
BreakCurve: boolean;
|
||||
ExtendsMinDist: number;
|
||||
exec(): Promise<void>;
|
||||
Doit(selectedCurs: Curve[]): void;
|
||||
Draw(routes: Route[], ocs: Matrix4, isOnlySaveSmall: boolean, color?: number): void;
|
||||
}
|
||||
export declare function CurveInOCS(curve: Curve, Ocs: Matrix4, OcsInv: Matrix4): boolean;
|
||||
export declare function GroupCurves(curs: Curve[]): {
|
||||
ocs: Matrix4;
|
||||
cus: Curve[];
|
||||
}[];
|
||||
export declare function GetAndMergeRepeatCurves(cus: Curve[]): Set<Curve>;
|
||||
//# sourceMappingURL=Command_Curve2Polyline.d.ts.map
|
1
types/Add-on/twoD2threeD/Command_Curve2Polyline.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/Command_Curve2Polyline.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"Command_Curve2Polyline.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/twoD2threeD/Command_Curve2Polyline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAW,MAAM,OAAO,CAAC;AAQzC,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAG5D,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAGtD,OAAO,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAahD,qBAAa,sBAAuB,YAAW,OAAO;IAElD,SAAS,EAAE,OAAO,CAAC;IAEnB,eAAe,EAAE,OAAO,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IAEnB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IAEjB,IAAI;IAwBV,IAAI,CAAC,YAAY,EAAE,KAAK,EAAE;IAgH1B,IAAI,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,MAAM;CA2D/E;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,GAAG,OAAO,CA4B/E;AAGD,wBAAgB,WAAW,CAAC,IAAI,EAAE,KAAK,EAAE,GAAG;IAAE,GAAG,EAAE,OAAO,CAAC;IAAC,GAAG,EAAE,KAAK,EAAE,CAAC;CAAE,EAAE,CAqC5E;AAED,wBAAgB,uBAAuB,CAAC,GAAG,EAAE,KAAK,EAAE,cAcnD"}
|
14
types/Add-on/twoD2threeD/Command_Curve2VSBox.d.ts
vendored
Normal file
14
types/Add-on/twoD2threeD/Command_Curve2VSBox.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
import { Curve } from "../../DatabaseServices/Entity/Curve";
|
||||
import { Matrix4 } from "three";
|
||||
import { Polyline } from "../../DatabaseServices/Entity/Polyline";
|
||||
import { Route } from "../../Geometry/CurveMap";
|
||||
export declare class Command_Curve2VSBox implements Command {
|
||||
boxDepth: number;
|
||||
spaceOCS: Matrix4;
|
||||
exec(): Promise<void>;
|
||||
Doit(selectedCurs: Curve[]): Promise<void>;
|
||||
DrawVSBoxByRoute(routes: Route[], ocs: Matrix4): Promise<void>;
|
||||
DrawVSBox(polyline: Polyline, ocs: Matrix4): Promise<boolean>;
|
||||
}
|
||||
//# sourceMappingURL=Command_Curve2VSBox.d.ts.map
|
1
types/Add-on/twoD2threeD/Command_Curve2VSBox.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/Command_Curve2VSBox.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"Command_Curve2VSBox.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/twoD2threeD/Command_Curve2VSBox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAEtD,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAG5D,OAAO,EAAE,OAAO,EAAiB,MAAM,OAAO,CAAC;AAG/C,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAElE,OAAO,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAShD,qBAAa,mBAAoB,YAAW,OAAO;IAE/C,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IACZ,IAAI;IAeJ,IAAI,CAAC,YAAY,EAAE,KAAK,EAAE;IA4F1B,gBAAgB,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,OAAO;IAO9C,SAAS,CAAC,QAAQ,EAAE,QAAQ,EAAE,GAAG,EAAE,OAAO;CA4BnD"}
|
35
types/Add-on/twoD2threeD/Modals/Curve2RecModal.d.ts
vendored
Normal file
35
types/Add-on/twoD2threeD/Modals/Curve2RecModal.d.ts
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
import React from "react";
|
||||
import { IConfigOption } from "../../../UI/Components/Board/UserConfig";
|
||||
import { IConfigStore } from "../../../UI/Store/BoardStore";
|
||||
import '../Modals/Curve2Rec.less';
|
||||
import { IBaseOption, IUiOption } from "../../../UI/Store/BoardInterface";
|
||||
import { Singleton } from "../../../Common/Singleton";
|
||||
export interface Curve2RecOption extends IBaseOption {
|
||||
isSaveMax: boolean;
|
||||
isSaveSmall: boolean;
|
||||
width: number;
|
||||
isAnaly: boolean;
|
||||
gap: number;
|
||||
}
|
||||
export declare class Curve2RecModalStore extends Singleton implements IConfigStore {
|
||||
configName: string;
|
||||
configsNames: string[];
|
||||
option: Curve2RecOption;
|
||||
protected uiOption: IUiOption<Curve2RecOption>;
|
||||
get UIOption(): IUiOption<Curve2RecOption>;
|
||||
InitOption: () => void;
|
||||
SaveConfig: () => IConfigOption<import("../../../UI/Store/BoardInterface").AnyObject>;
|
||||
UpdateOption: (cof: IConfigOption) => void;
|
||||
HasInvailValue: () => boolean;
|
||||
Cancel(): void;
|
||||
OnOk(): void;
|
||||
}
|
||||
export declare class Curve2RecModal extends React.Component<{
|
||||
store: Curve2RecModalStore;
|
||||
}, {}> {
|
||||
private removeFuncs;
|
||||
componentDidMount(): void;
|
||||
componentWillUnmount(): void;
|
||||
render(): JSX.Element;
|
||||
}
|
||||
//# sourceMappingURL=Curve2RecModal.d.ts.map
|
1
types/Add-on/twoD2threeD/Modals/Curve2RecModal.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/Modals/Curve2RecModal.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"Curve2RecModal.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/twoD2threeD/Modals/Curve2RecModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAc,aAAa,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAK5D,OAAO,0BAA0B,CAAC;AAIlC,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAG1E,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAGtD,MAAM,WAAW,eAAgB,SAAQ,WAAW;IAEhD,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;CACf;AACD,qBAAa,mBAAoB,SAAQ,SAAU,YAAW,YAAY;IAE1D,UAAU,SAAQ;IAClB,YAAY,EAAE,MAAM,EAAE,CAAM;IAC5B,MAAM,EAAE,eAAe,CAAiC;IACpE,SAAS,CAAC,QAAQ,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC;IAC/C,IAAI,QAAQ,+BAKX;IACD,UAAU,aAWR;IACF,UAAU,4EAKR;IACF,YAAY,QAAS,aAAa,UAKhC;IACF,cAAc,gBAIZ;IACF,MAAM;IAIN,IAAI;CAQP;AACD,qBACa,cAAe,SAAQ,KAAK,CAAC,SAAS,CAAC;IAAE,KAAK,EAAE,mBAAmB,CAAC;CAAE,EAAE,EAAE,CAAC;IACpF,OAAO,CAAC,WAAW,CAAkB;IACrC,iBAAiB;IAcjB,oBAAoB;IAOpB,MAAM;CAiFT"}
|
10
types/Add-on/twoD2threeD/Modals/R2b2.d.ts
vendored
Normal file
10
types/Add-on/twoD2threeD/Modals/R2b2.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Component } from 'react';
|
||||
import { R2B2Store } from '../R2B2Store';
|
||||
export declare class R2b2Panel extends Component<{
|
||||
store: R2B2Store;
|
||||
}> {
|
||||
render(): JSX.Element;
|
||||
private close;
|
||||
private confirm;
|
||||
}
|
||||
//# sourceMappingURL=R2b2.d.ts.map
|
1
types/Add-on/twoD2threeD/Modals/R2b2.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/Modals/R2b2.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"R2b2.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/twoD2threeD/Modals/R2b2.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAQzC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAUzC,qBACa,SAAU,SAAQ,SAAS,CAAC;IAAE,KAAK,EAAE,SAAS,CAAC;CAAE,CAAC;IAE3D,MAAM;IA0EN,OAAO,CAAC,KAAK,CAGX;IACF,OAAO,CAAC,OAAO,CAkBb;CACL"}
|
13
types/Add-on/twoD2threeD/Modals/Rec2Br.d.ts
vendored
Normal file
13
types/Add-on/twoD2threeD/Modals/Rec2Br.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import '../Modals/Rec2Br.less';
|
||||
import { Rec2BrStore } from '../Rec2BrStore';
|
||||
export declare class Rec2BrModal extends React.Component<{
|
||||
store: Rec2BrStore;
|
||||
}, {}> {
|
||||
private removeFuncs;
|
||||
componentDidMount(): void;
|
||||
componentWillUnmount(): void;
|
||||
private getOption;
|
||||
render(): JSX.Element;
|
||||
}
|
||||
//# sourceMappingURL=Rec2Br.d.ts.map
|
1
types/Add-on/twoD2threeD/Modals/Rec2Br.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/Modals/Rec2Br.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"Rec2Br.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/twoD2threeD/Modals/Rec2Br.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,OAAO,uBAAuB,CAAC;AAG/B,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,qBACa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC;IAAE,KAAK,EAAE,WAAW,CAAC;CAAE,EAAE,EAAE,CAAC;IAEzE,OAAO,CAAC,WAAW,CAAkB;IAErC,iBAAiB;IAajB,oBAAoB;IAOpB,OAAO,CAAC,SAAS,CAsDf;IACF,MAAM;CAkDT"}
|
14
types/Add-on/twoD2threeD/ParseBoardData.d.ts
vendored
Normal file
14
types/Add-on/twoD2threeD/ParseBoardData.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Matrix4 } from "three";
|
||||
import { Board } from "../../DatabaseServices/Entity/Board";
|
||||
import { Polyline } from "../../DatabaseServices/Entity/Polyline";
|
||||
import { BoardGetFace } from "../../Geometry/DrillParse/BoardGetFace";
|
||||
export declare class ParseBoardData {
|
||||
pl: Polyline;
|
||||
faceList: BoardGetFace;
|
||||
board: Board;
|
||||
constructor(br: Board, fontMatInv?: Matrix4);
|
||||
IsCollisionTo(br: ParseBoardData): boolean;
|
||||
isIntersectOrContain(br: ParseBoardData): boolean;
|
||||
private Parse;
|
||||
}
|
||||
//# sourceMappingURL=ParseBoardData.d.ts.map
|
1
types/Add-on/twoD2threeD/ParseBoardData.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/ParseBoardData.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"ParseBoardData.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/twoD2threeD/ParseBoardData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,OAAO,EAAW,MAAM,OAAO,CAAC;AAC/C,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AAGtE,qBAAa,cAAc;IAEvB,EAAE,EAAE,QAAQ,CAAC;IACb,QAAQ,EAAE,YAAY,CAAC;IACvB,KAAK,EAAE,KAAK,CAAC;gBACD,EAAE,EAAE,KAAK,EAAE,UAAU,CAAC,EAAE,OAAO;IAO3C,aAAa,CAAC,EAAE,EAAE,cAAc;IAKhC,oBAAoB,CAAC,EAAE,EAAE,cAAc;IAevC,OAAO,CAAC,KAAK;CAwBhB"}
|
49
types/Add-on/twoD2threeD/ParseBoardNameUtil.d.ts
vendored
Normal file
49
types/Add-on/twoD2threeD/ParseBoardNameUtil.d.ts
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
import { Board } from "../../DatabaseServices/Entity/Board";
|
||||
import { Rec2BrStore } from "./Rec2BrStore";
|
||||
declare enum ParseType {
|
||||
ParseAll = 0,
|
||||
ParseFormBackBoard = 1
|
||||
}
|
||||
export declare class ParseBoardNameUtil {
|
||||
isParseLeftBr: boolean;
|
||||
isParseRightBr: boolean;
|
||||
isParseTopBr: boolean;
|
||||
isParseDownBr: boolean;
|
||||
isParseGroundLineBr: boolean;
|
||||
isParseStripeBr: boolean;
|
||||
isChangeCabinetName: boolean;
|
||||
leftBrName: string;
|
||||
rightBrName: string;
|
||||
topBrName: string;
|
||||
downBrName: string;
|
||||
groundLineBrName: string;
|
||||
stripeBrName: string;
|
||||
cabinetName: string;
|
||||
roomName: string;
|
||||
topBrShrink: number;
|
||||
downBrShrink: number;
|
||||
verticalBrShrink: number;
|
||||
layerBrShrink: number;
|
||||
groundLineBrMoveBack: number;
|
||||
backBrLength: number;
|
||||
backBrWidth: number;
|
||||
parseType: ParseType;
|
||||
constructor(store: Rec2BrStore);
|
||||
InitData(store: Rec2BrStore): void;
|
||||
ParseBoardNameFormLocation(brarr: Board[]): void;
|
||||
ParseBoardArrFormBackBoard(arr: Board[][], brarr: Board[]): void;
|
||||
Doit(brarr: Board[]): void;
|
||||
private FindBr;
|
||||
private ChangeDiJiao;
|
||||
private ChangeZuoCeBan;
|
||||
private ChangeYouCeBan;
|
||||
private ChangeDingBan;
|
||||
private ChangeDiBan;
|
||||
private ChangeBeiBan;
|
||||
private CurtailBoard;
|
||||
private ParseShouKouTiao;
|
||||
private InitBoardName;
|
||||
private FrontCurtailBrs;
|
||||
}
|
||||
export {};
|
||||
//# sourceMappingURL=ParseBoardNameUtil.d.ts.map
|
1
types/Add-on/twoD2threeD/ParseBoardNameUtil.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/ParseBoardNameUtil.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"ParseBoardNameUtil.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/twoD2threeD/ParseBoardNameUtil.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAI5D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAsB5C,aAAK,SAAS;IAEV,QAAQ,IAAI;IACZ,kBAAkB,IAAI;CACzB;AACD,qBAAa,kBAAkB;IAE3B,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,EAAE,OAAO,CAAC;IACtB,aAAa,EAAE,OAAO,CAAC;IACvB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,eAAe,EAAE,OAAO,CAAC;IACzB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,oBAAoB,EAAE,MAAM,CAAC;IAE7B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,SAAS,CAAC;gBACT,KAAK,EAAE,WAAW;IAI9B,QAAQ,CAAC,KAAK,EAAE,WAAW;IA2B3B,0BAA0B,CAAC,KAAK,EAAE,KAAK,EAAE;IAkGzC,0BAA0B,CAAC,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE;IAgCzD,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE;IA0CnB,OAAO,CAAC,MAAM;IAqBd,OAAO,CAAC,YAAY;IAUpB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,aAAa;IAOrB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,YAAY;IAKpB,OAAO,CAAC,YAAY;IAgDpB,OAAO,CAAC,gBAAgB;IAwBxB,OAAO,CAAC,aAAa;IAqBrB,OAAO,CAAC,eAAe;CAgE1B"}
|
43
types/Add-on/twoD2threeD/Polyline2Board.d.ts
vendored
Normal file
43
types/Add-on/twoD2threeD/Polyline2Board.d.ts
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
import { Matrix4 } from "three";
|
||||
import { Board } from "../../DatabaseServices/Entity/Board";
|
||||
import { Polyline } from "../../DatabaseServices/Entity/Polyline";
|
||||
import { TemplateRecord } from "../../DatabaseServices/Template/TemplateRecord";
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
import { Rec2BrStore } from "./Rec2BrStore";
|
||||
export declare class Polyline2Board implements Command {
|
||||
store: Rec2BrStore;
|
||||
SpaceOCS: Matrix4;
|
||||
SpaceOCSInv: Matrix4;
|
||||
exec(): Promise<void>;
|
||||
boardThick: number;
|
||||
boardDepth: number;
|
||||
fontDis: number;
|
||||
knifeRadius: number;
|
||||
grooveLength: number;
|
||||
grooveDepth: number;
|
||||
grooveWidth: number;
|
||||
backLeftExtend: number;
|
||||
backRightExtend: number;
|
||||
backTopExtend: number;
|
||||
backDownExtend: number;
|
||||
backBoardThick: number;
|
||||
moveBackLen: number;
|
||||
moveBackWidth: number;
|
||||
backBoardMoveDis: number;
|
||||
backIsTemplate: boolean;
|
||||
backTemplate: TemplateRecord;
|
||||
isUseBoardNameToAttr: boolean;
|
||||
isMultiBackCab: boolean;
|
||||
maxThickness: number;
|
||||
backBrName: string;
|
||||
behindIsRelative: boolean;
|
||||
footThickness: number;
|
||||
InitData(store: Rec2BrStore): void;
|
||||
Doit(pls: Polyline[]): Promise<void>;
|
||||
DrawBoard(pls: Polyline[], isBack?: boolean, color?: number): Board[];
|
||||
IsPolyLineContain(pl1: Polyline, pl2: Polyline): boolean;
|
||||
private IsBackBoard;
|
||||
private IsFaceBoard;
|
||||
private ParsePolyline;
|
||||
}
|
||||
//# sourceMappingURL=Polyline2Board.d.ts.map
|
1
types/Add-on/twoD2threeD/Polyline2Board.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/Polyline2Board.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"Polyline2Board.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/twoD2threeD/Polyline2Board.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,OAAO,EAAW,MAAM,OAAO,CAAC;AAK/C,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAChF,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAQtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAiB5C,qBACa,cAAe,YAAW,OAAO;IAE1C,KAAK,cAA4C;IACjD,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACf,IAAI;IA+BV,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAEhB,WAAW,EAAE,MAAM,CAAC;IAEpB,YAAY,EAAE,MAAM,CAAC;IAErB,WAAW,EAAE,MAAM,CAAC;IAEpB,WAAW,EAAE,MAAM,CAAC;IAGpB,cAAc,EAAE,MAAM,CAAC;IAAC,eAAe,EAAE,MAAM,CAAC;IAAC,aAAa,EAAE,MAAM,CAAC;IAAC,cAAc,EAAE,MAAM,CAAC;IAE/F,cAAc,EAAE,MAAM,CAAC;IAEvB,WAAW,EAAE,MAAM,CAAC;IAAC,aAAa,EAAE,MAAM,CAAC;IAE3C,gBAAgB,EAAE,MAAM,CAAC;IAEzB,cAAc,EAAE,OAAO,CAAC;IAExB,YAAY,EAAE,cAAc,CAAC;IAE7B,oBAAoB,EAAE,OAAO,CAAC;IAE9B,cAAc,EAAE,OAAO,CAAS;IAEhC,YAAY,EAAE,MAAM,CAAM;IAC1B,UAAU,SAAQ;IAClB,gBAAgB,UAAS;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,WAAW;IA6BrB,IAAI,CAAC,GAAG,EAAE,QAAQ,EAAE;IAgc1B,SAAS,CAAC,GAAG,EAAE,QAAQ,EAAE,EAAE,MAAM,UAAQ,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,EAAE;IA+FnE,iBAAiB,CAAC,GAAG,EAAE,QAAQ,EAAE,GAAG,EAAE,QAAQ;IAiB9C,OAAO,CAAC,WAAW;IAKnB,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,aAAa;CA4BxB"}
|
21
types/Add-on/twoD2threeD/R2B2Store.d.ts
vendored
Normal file
21
types/Add-on/twoD2threeD/R2B2Store.d.ts
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
import { IConfigOption } from "../../UI/Components/Board/UserConfig";
|
||||
import { IUiOption } from "../../UI/Store/BoardInterface";
|
||||
import { IConfigStore } from "../../UI/Store/BoardStore";
|
||||
import { IRect2Br2Option } from "./R2bInterface";
|
||||
export declare class R2B2Store implements IConfigStore {
|
||||
configName: string;
|
||||
configsNames: string[];
|
||||
option: IRect2Br2Option;
|
||||
uiOption: IUiOption<IRect2Br2Option>;
|
||||
constructor();
|
||||
get UIOption(): IUiOption<IRect2Br2Option>;
|
||||
protected InitDrillType(): void;
|
||||
InitOption(): void;
|
||||
SaveConfig(): {
|
||||
option: IRect2Br2Option;
|
||||
};
|
||||
UpdateOption(conf: IConfigOption<IRect2Br2Option>): void;
|
||||
HasInvailValue(): boolean;
|
||||
}
|
||||
export declare const r2b2Store: R2B2Store;
|
||||
//# sourceMappingURL=R2B2Store.d.ts.map
|
1
types/Add-on/twoD2threeD/R2B2Store.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/R2B2Store.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"R2B2Store.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/twoD2threeD/R2B2Store.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,qBAAa,SAAU,YAAW,YAAY;IAE9B,UAAU,SAAQ;IAClB,YAAY,EAAE,MAAM,EAAE,CAAM;IAC5B,MAAM,EAAE,eAAe,CAAiF;IACxG,QAAQ,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC;;IAQjD,IAAI,QAAQ,IAAI,SAAS,CAAC,eAAe,CAAC,CAKzC;IACD,SAAS,CAAC,aAAa;IASvB,UAAU;IAMV,UAAU;;;IAMV,YAAY,CAAC,IAAI,EAAE,aAAa,CAAC,eAAe,CAAC;IAOjD,cAAc;CAIjB;AAED,eAAO,MAAM,SAAS,WAAkB,CAAC"}
|
24
types/Add-on/twoD2threeD/R2BCommon.d.ts
vendored
Normal file
24
types/Add-on/twoD2threeD/R2BCommon.d.ts
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import * as React from 'react';
|
||||
import { Rec2BrStore } from './Rec2BrStore';
|
||||
export interface ISelectBrConfigNameProps {
|
||||
store: Rec2BrStore;
|
||||
}
|
||||
export declare class SelectBrConfigName extends React.Component<ISelectBrConfigNameProps> {
|
||||
private configNames;
|
||||
componentDidMount(): Promise<void>;
|
||||
render(): JSX.Element;
|
||||
private handleChange;
|
||||
}
|
||||
interface ISelectDrillTypeProps {
|
||||
option: {
|
||||
drillType: string;
|
||||
};
|
||||
onchange?: (e: string) => void;
|
||||
style?: React.CSSProperties;
|
||||
}
|
||||
export declare class SelectDrillType extends React.Component<ISelectDrillTypeProps> {
|
||||
render(): JSX.Element;
|
||||
private handleChange;
|
||||
}
|
||||
export {};
|
||||
//# sourceMappingURL=R2BCommon.d.ts.map
|
1
types/Add-on/twoD2threeD/R2BCommon.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/R2BCommon.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"R2BCommon.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/twoD2threeD/R2BCommon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAO5C,MAAM,WAAW,wBAAwB;IAErC,KAAK,EAAE,WAAW,CAAC;CACtB;AAED,qBACa,kBAAmB,SAAQ,KAAK,CAAC,SAAS,CAAC,wBAAwB,CAAC;IACjE,OAAO,CAAC,WAAW,CAAgB;IACzC,iBAAiB;IAYhB,MAAM;IA2Bb,OAAO,CAAC,YAAY,CAMlB;CACL;AAGD,UAAU,qBAAqB;IAE3B,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;KAAE,CAAC;IAC/B,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC/B;AAED,qBACa,eAAgB,SAAQ,KAAK,CAAC,SAAS,CAAC,qBAAqB,CAAC;IAEvE,MAAM;IAeN,OAAO,CAAC,YAAY,CAMlB;CACL"}
|
15
types/Add-on/twoD2threeD/R2BProcessComponent.d.ts
vendored
Normal file
15
types/Add-on/twoD2threeD/R2BProcessComponent.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import * as React from 'react';
|
||||
import { GetOptionState } from './R2bConfigComponent';
|
||||
import { Rec2BrStore } from './Rec2BrStore';
|
||||
export interface IR2BProcessComponentProps {
|
||||
store: Rec2BrStore;
|
||||
getOption: (state: GetOptionState) => void;
|
||||
}
|
||||
export declare class R2BProcessComponent extends React.Component<IR2BProcessComponentProps> {
|
||||
private showShops;
|
||||
private m_ScaleParameter;
|
||||
private matPars;
|
||||
render(): JSX.Element;
|
||||
private selectGoods;
|
||||
}
|
||||
//# sourceMappingURL=R2BProcessComponent.d.ts.map
|
1
types/Add-on/twoD2threeD/R2BProcessComponent.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/R2BProcessComponent.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"R2BProcessComponent.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/twoD2threeD/R2BProcessComponent.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,WAAW,yBAAyB;IAEtC,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,IAAI,CAAC;CAC9C;AAED,qBACa,mBAAoB,SAAQ,KAAK,CAAC,SAAS,CAAC,yBAAyB,CAAC;IAC/E,OAAO,CAAC,SAAS,CAAyB;IAC1C,OAAO,CAAC,gBAAgB,CAGtB;IACF,OAAO,CAAC,OAAO,CAEb;IACK,MAAM;IA4Hb,OAAO,CAAC,WAAW,CAMjB;CACL"}
|
16
types/Add-on/twoD2threeD/R2bConfigComponent.d.ts
vendored
Normal file
16
types/Add-on/twoD2threeD/R2bConfigComponent.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Rec2BrStore } from "./Rec2BrStore";
|
||||
import React from 'react';
|
||||
export declare enum GetOptionState {
|
||||
GetDistance = 0,
|
||||
GetBoard = 1,
|
||||
GetTemplate = 2
|
||||
}
|
||||
interface IR2BConfigComponentProps {
|
||||
store: Rec2BrStore;
|
||||
getOption: (state: GetOptionState) => void;
|
||||
}
|
||||
export declare class R2BConfigComponent extends React.Component<IR2BConfigComponentProps> {
|
||||
render(): JSX.Element;
|
||||
}
|
||||
export {};
|
||||
//# sourceMappingURL=R2bConfigComponent.d.ts.map
|
1
types/Add-on/twoD2threeD/R2bConfigComponent.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/R2bConfigComponent.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"R2bConfigComponent.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/twoD2threeD/R2bConfigComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,oBAAY,cAAc;IAEtB,WAAW,IAAI;IACf,QAAQ,IAAI;IACZ,WAAW,IAAI;CAClB;AAED,UAAU,wBAAwB;IAE9B,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,IAAI,CAAC;CAC9C;AAGD,qBACa,kBAAmB,SAAQ,KAAK,CAAC,SAAS,CAAC,wBAAwB,CAAC;IAE7E,MAAM;CAmPT"}
|
68
types/Add-on/twoD2threeD/R2bInterface.d.ts
vendored
Normal file
68
types/Add-on/twoD2threeD/R2bInterface.d.ts
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
import { DrillType, IBaseOption, IGrooveOption } from "../../UI/Store/BoardInterface";
|
||||
import { TemplateRecord } from "../../DatabaseServices/Template/TemplateRecord";
|
||||
import { EBoardKeyList } from "../../Common/BoardKeyList";
|
||||
export interface IRec2BrOption extends IBaseOption {
|
||||
cabinetDeep: number;
|
||||
cabinetBrThick: number;
|
||||
cabinetCurtail: number;
|
||||
backBrThick: number;
|
||||
backBrBiggerThanHeight: number;
|
||||
backBrBiggerThanWidth: number;
|
||||
backBrFrontMove: number;
|
||||
backBrLeftExtend: number;
|
||||
backBrRightExtend: number;
|
||||
backBrUpExtend: number;
|
||||
backBrDownExtend: number;
|
||||
verticalBrShrink: number;
|
||||
layerBrShrink: number;
|
||||
bottomBrShrink: number;
|
||||
topBrShrink: number;
|
||||
groundLineBrShrink: number;
|
||||
farLeftVerticalBrName: string;
|
||||
farRightVerticalBrName: string;
|
||||
topMostLayerBrName: string;
|
||||
bottomMostLayerBrName: string;
|
||||
bottomMostBackBrName: string;
|
||||
stripeBrName: string;
|
||||
cabinetName: string;
|
||||
isfarLeftVerticalBrName: boolean;
|
||||
isfarRightVerticalBrName: boolean;
|
||||
istopMostLayerBrName: boolean;
|
||||
isbottomMostLayerBrName: boolean;
|
||||
isbottomMostBackBrName: boolean;
|
||||
isstripeBrName: boolean;
|
||||
iscabinetName: boolean;
|
||||
isMultiBackBr: boolean;
|
||||
backBrUseTemplate: boolean;
|
||||
backBrTemplate: TemplateRecord;
|
||||
grooveOption: IGrooveOption;
|
||||
[EBoardKeyList.RoomName]: string;
|
||||
boardMatName: string;
|
||||
material: string;
|
||||
color: string;
|
||||
drillType: string;
|
||||
sealedDown: string;
|
||||
sealedLeft: string;
|
||||
sealedRight: string;
|
||||
sealedUp: string;
|
||||
remarks: [string, string][];
|
||||
maxThickness: number;
|
||||
useBrName: boolean;
|
||||
configName: string;
|
||||
backBrName: string;
|
||||
behindIsRelative: boolean;
|
||||
footerThickness: number;
|
||||
}
|
||||
export interface IRect2Br2Option extends IBaseOption {
|
||||
depthExpr: string;
|
||||
maxThickness: number;
|
||||
layerShrink: number;
|
||||
vertialShrink: number;
|
||||
[EBoardKeyList.DrillType]: DrillType | string;
|
||||
[EBoardKeyList.UpSealed]: string;
|
||||
[EBoardKeyList.DownSealed]: string;
|
||||
[EBoardKeyList.LeftSealed]: string;
|
||||
[EBoardKeyList.RightSealed]: string;
|
||||
remarks: [string, string][];
|
||||
}
|
||||
//# sourceMappingURL=R2bInterface.d.ts.map
|
1
types/Add-on/twoD2threeD/R2bInterface.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/R2bInterface.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"R2bInterface.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/twoD2threeD/R2bInterface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAE1D,MAAM,WAAW,aAAc,SAAQ,WAAW;IAG9C,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IAEvB,WAAW,EAAE,MAAM,CAAC;IACpB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IAEzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,CAAC;IAE3B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IAEpB,uBAAuB,EAAE,OAAO,CAAC;IACjC,wBAAwB,EAAE,OAAO,CAAC;IAClC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,uBAAuB,EAAE,OAAO,CAAC;IACjC,sBAAsB,EAAE,OAAO,CAAC;IAChC,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,OAAO,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;IACvB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAM/B,YAAY,EAAE,aAAa,CAAC;IAC5B,CAAC,aAAa,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IACjC,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAElB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IAEjB,OAAO,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,eAAe,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,eAAgB,SAAQ,WAAW;IAEhD,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC9C,CAAC,aAAa,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IACjC,CAAC,aAAa,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IACnC,CAAC,aAAa,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IACnC,CAAC,aAAa,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IACpC,OAAO,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC;CAC/B"}
|
15
types/Add-on/twoD2threeD/Rec2BrStore.d.ts
vendored
Normal file
15
types/Add-on/twoD2threeD/Rec2BrStore.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { BoardStore } from "../../UI/Store/BoardStore";
|
||||
import { IConfigOption } from "../../UI/Components/Board/UserConfig";
|
||||
import { IRec2BrOption } from "./R2bInterface";
|
||||
export declare class Rec2BrStore extends BoardStore<IRec2BrOption> {
|
||||
m_Option: IRec2BrOption;
|
||||
InitOption(): void;
|
||||
HasInvailValue(): boolean;
|
||||
SaveConfig(): IConfigOption<import("../../UI/Store/BoardInterface").AnyObject>;
|
||||
UpdateRemarks(cof: IConfigOption<IRec2BrOption>): void;
|
||||
UpdateOption(cof: IConfigOption<IRec2BrOption>): void;
|
||||
InitConfigs(): {
|
||||
默认: IConfigOption<IRec2BrOption>;
|
||||
};
|
||||
}
|
||||
//# sourceMappingURL=Rec2BrStore.d.ts.map
|
1
types/Add-on/twoD2threeD/Rec2BrStore.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/Rec2BrStore.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"Rec2BrStore.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/twoD2threeD/Rec2BrStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAIvD,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAErE,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAG/C,qBAAa,WAAY,SAAQ,UAAU,CAAC,aAAa,CAAC;IAE1C,QAAQ,EAAE,aAAa,CAA+E;IAElH,UAAU;IAaV,cAAc;IAId,UAAU;IAMV,aAAa,CAAC,GAAG,EAAE,aAAa,CAAC,aAAa,CAAC;IAkB/C,YAAY,CAAC,GAAG,EAAE,aAAa,CAAC,aAAa,CAAC;IA0B9C,WAAW;;;CAyBd"}
|
5
types/Add-on/twoD2threeD/Rect2Board.d.ts
vendored
Normal file
5
types/Add-on/twoD2threeD/Rect2Board.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class Rect2Board implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=Rect2Board.d.ts.map
|
1
types/Add-on/twoD2threeD/Rect2Board.d.ts.map
Normal file
1
types/Add-on/twoD2threeD/Rect2Board.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"Rect2Board.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/twoD2threeD/Rect2Board.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAetD,qBAAa,UAAW,YAAW,OAAO;IAEhC,IAAI;CA8Bb"}
|
Reference in New Issue
Block a user