0.0.1
This commit is contained in:
5
types/Add-on/SetSmoothEdge/SetSmoothEdge.d.ts
vendored
Normal file
5
types/Add-on/SetSmoothEdge/SetSmoothEdge.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class SetSmoothEdge implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=SetSmoothEdge.d.ts.map
|
1
types/Add-on/SetSmoothEdge/SetSmoothEdge.d.ts.map
Normal file
1
types/Add-on/SetSmoothEdge/SetSmoothEdge.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"SetSmoothEdge.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/SetSmoothEdge/SetSmoothEdge.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,OAAO,EAAe,MAAM,6BAA6B,CAAC;AASnE,qBAAa,aAAc,YAAW,OAAO;IAEnC,IAAI;CAWb"}
|
4
types/Add-on/SetSmoothEdge/SetSmoothEdgeFace.d.ts
vendored
Normal file
4
types/Add-on/SetSmoothEdge/SetSmoothEdgeFace.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { Board } from "../../DatabaseServices/Entity/Board";
|
||||
import { ISmoothEdgeOption } from "../../UI/Store/BoardInterface";
|
||||
export declare function SetSmoothEdges(brs: Board[], option: ISmoothEdgeOption): void;
|
||||
//# sourceMappingURL=SetSmoothEdgeFace.d.ts.map
|
1
types/Add-on/SetSmoothEdge/SetSmoothEdgeFace.d.ts.map
Normal file
1
types/Add-on/SetSmoothEdge/SetSmoothEdgeFace.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"SetSmoothEdgeFace.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/SetSmoothEdge/SetSmoothEdgeFace.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAE5D,OAAO,EAAE,iBAAiB,EAAmB,MAAM,+BAA+B,CAAC;AAyInF,wBAAgB,cAAc,CAAC,GAAG,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,iBAAiB,QAqCrE"}
|
15
types/Add-on/SetSmoothEdge/SmoothEdgeStore.d.ts
vendored
Normal file
15
types/Add-on/SetSmoothEdge/SmoothEdgeStore.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { IConfigStore } from "../../UI/Store/BoardStore";
|
||||
import { ISmoothEdgeOption, IUiOption } from "../../UI/Store/BoardInterface";
|
||||
import { IConfigOption } from "../../UI/Components/Board/UserConfig";
|
||||
export declare class SmoothEdgeStore implements IConfigStore {
|
||||
option: ISmoothEdgeOption;
|
||||
uiOption: IUiOption<ISmoothEdgeOption>;
|
||||
configName: string;
|
||||
configsNames: string[];
|
||||
InitOption(): void;
|
||||
get UiOption(): IUiOption<ISmoothEdgeOption>;
|
||||
SaveConfig(): IConfigOption<ISmoothEdgeOption>;
|
||||
UpdateOption(cof: IConfigOption<ISmoothEdgeOption>): void;
|
||||
}
|
||||
export declare const smoothEdgeStore: SmoothEdgeStore;
|
||||
//# sourceMappingURL=SmoothEdgeStore.d.ts.map
|
1
types/Add-on/SetSmoothEdge/SmoothEdgeStore.d.ts.map
Normal file
1
types/Add-on/SetSmoothEdge/SmoothEdgeStore.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"SmoothEdgeStore.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/SetSmoothEdge/SmoothEdgeStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAGrE,qBAAa,eAAgB,YAAW,YAAY;IAEpC,MAAM,EAAE,iBAAiB,CAKnC;IACU,QAAQ,EAAE,SAAS,CAAC,iBAAiB,CAAC,CAAC;IACnD,UAAU,SAAa;IACvB,YAAY,WAAe;IAC3B,UAAU;IASV,IAAI,QAAQ,iCAKX;IACD,UAAU;IAOV,YAAY,CAAC,GAAG,EAAE,aAAa,CAAC,iBAAiB,CAAC;CAMrD;AAGD,eAAO,MAAM,eAAe,iBAAwB,CAAC"}
|
Reference in New Issue
Block a user