0.0.1
This commit is contained in:
4
types/Add-on/Template/BoardReplaceTemplate.d.ts
vendored
Normal file
4
types/Add-on/Template/BoardReplaceTemplate.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare class BoardReplaceTempate {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=BoardReplaceTemplate.d.ts.map
|
1
types/Add-on/Template/BoardReplaceTemplate.d.ts.map
Normal file
1
types/Add-on/Template/BoardReplaceTemplate.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"BoardReplaceTemplate.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/Template/BoardReplaceTemplate.ts"],"names":[],"mappings":"AAOA,qBAAa,mBAAmB;IAEtB,IAAI;CAsBb"}
|
5
types/Add-on/Template/DrawVisualSpaceBox.d.ts
vendored
Normal file
5
types/Add-on/Template/DrawVisualSpaceBox.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class DrawVisualSpaceBox implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=DrawVisualSpaceBox.d.ts.map
|
1
types/Add-on/Template/DrawVisualSpaceBox.d.ts.map
Normal file
1
types/Add-on/Template/DrawVisualSpaceBox.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"DrawVisualSpaceBox.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/Template/DrawVisualSpaceBox.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAYtD,qBAAa,kBAAmB,YAAW,OAAO;IAExC,IAAI;CA2Cb"}
|
6
types/Add-on/Template/RotateTemplateSpace.d.ts
vendored
Normal file
6
types/Add-on/Template/RotateTemplateSpace.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { TemplateRecord } from "../../DatabaseServices/Template/TemplateRecord";
|
||||
export declare class Command_RotateTemplateSpace {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare function RotateTemplateSpace(t: TemplateRecord): Promise<void>;
|
||||
//# sourceMappingURL=RotateTemplateSpace.d.ts.map
|
1
types/Add-on/Template/RotateTemplateSpace.d.ts.map
Normal file
1
types/Add-on/Template/RotateTemplateSpace.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"RotateTemplateSpace.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/Template/RotateTemplateSpace.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAQhF,qBACa,2BAA2B;IAE9B,IAAI;CAOb;AAED,wBAAsB,mBAAmB,CAAC,CAAC,EAAE,cAAc,iBAyE1D"}
|
5
types/Add-on/Template/ShowFrame.d.ts
vendored
Normal file
5
types/Add-on/Template/ShowFrame.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class ShowFrmae implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=ShowFrame.d.ts.map
|
1
types/Add-on/Template/ShowFrame.d.ts.map
Normal file
1
types/Add-on/Template/ShowFrame.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"ShowFrame.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/Template/ShowFrame.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAItD,qBAAa,SAAU,YAAW,OAAO;IAE/B,IAAI;CAIb"}
|
8
types/Add-on/Template/ShowTemplate.d.ts
vendored
Normal file
8
types/Add-on/Template/ShowTemplate.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
import { ITempTagProps } from "./TemplateTagCommand";
|
||||
export declare class ShowTemplate implements Command {
|
||||
private tag?;
|
||||
constructor(tag?: ITempTagProps);
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=ShowTemplate.d.ts.map
|
1
types/Add-on/Template/ShowTemplate.d.ts.map
Normal file
1
types/Add-on/Template/ShowTemplate.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"ShowTemplate.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/Template/ShowTemplate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAErD,qBAAa,YAAa,YAAW,OAAO;IAE5B,OAAO,CAAC,GAAG,CAAC;gBAAJ,GAAG,CAAC,EAAE,aAAa;IACjC,IAAI;CAKb"}
|
5
types/Add-on/Template/ShowTemplateDesign.d.ts
vendored
Normal file
5
types/Add-on/Template/ShowTemplateDesign.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class ShowTemplateDesign implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=ShowTemplateDesign.d.ts.map
|
1
types/Add-on/Template/ShowTemplateDesign.d.ts.map
Normal file
1
types/Add-on/Template/ShowTemplateDesign.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"ShowTemplateDesign.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/Template/ShowTemplateDesign.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAItD,qBAAa,kBAAmB,YAAW,OAAO;IAExC,IAAI;CAqBb"}
|
5
types/Add-on/Template/ShowTopline.d.ts
vendored
Normal file
5
types/Add-on/Template/ShowTopline.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class ShowTopLine implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=ShowTopline.d.ts.map
|
1
types/Add-on/Template/ShowTopline.d.ts.map
Normal file
1
types/Add-on/Template/ShowTopline.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"ShowTopline.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/Template/ShowTopline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAItD,qBAAa,WAAY,YAAW,OAAO;IAEjC,IAAI;CAIb"}
|
11
types/Add-on/Template/SplitTemplate.d.ts
vendored
Normal file
11
types/Add-on/Template/SplitTemplate.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
import { TemplateSplitType } from "../../DatabaseServices/Template/TemplateType";
|
||||
export declare class Command_SplitTemplate implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class Command_SplitTemplateByDir implements Command {
|
||||
private type;
|
||||
constructor(type: TemplateSplitType);
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=SplitTemplate.d.ts.map
|
1
types/Add-on/Template/SplitTemplate.d.ts.map
Normal file
1
types/Add-on/Template/SplitTemplate.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"SplitTemplate.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/Template/SplitTemplate.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAGtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,8CAA8C,CAAC;AAIjF,qBACa,qBAAsB,YAAW,OAAO;IAE3C,IAAI;CAqBb;AAED,qBAAa,0BAA2B,YAAW,OAAO;IAE1C,OAAO,CAAC,IAAI;gBAAJ,IAAI,EAAE,iBAAiB;IACrC,IAAI;CAeb"}
|
21
types/Add-on/Template/TemplateTagCommand.d.ts
vendored
Normal file
21
types/Add-on/Template/TemplateTagCommand.d.ts
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
export interface ITempTagProps {
|
||||
tagName: string;
|
||||
description: string;
|
||||
dirId: string;
|
||||
}
|
||||
export declare class TemplateTagCommand {
|
||||
private _tagList;
|
||||
private _needUpload;
|
||||
get TagList(): ITempTagProps[];
|
||||
private CheckTagName;
|
||||
GetTagById(tid: string): ITempTagProps;
|
||||
GetTagByName(tagName: string): ITempTagProps;
|
||||
AddTag(tagName: string, dirId: string): void;
|
||||
RemoveTag(tagName: string): void;
|
||||
UploadTagList(): Promise<void>;
|
||||
ReadTagList(tags: ITempTagProps[]): void;
|
||||
ModifyTagName(tagName: string, newName: string, desc?: string): void;
|
||||
ClearTagList(): void;
|
||||
}
|
||||
export declare const templateTagCommand: TemplateTagCommand;
|
||||
//# sourceMappingURL=TemplateTagCommand.d.ts.map
|
1
types/Add-on/Template/TemplateTagCommand.d.ts.map
Normal file
1
types/Add-on/Template/TemplateTagCommand.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"TemplateTagCommand.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/Template/TemplateTagCommand.ts"],"names":[],"mappings":"AAYA,MAAM,WAAW,aAAa;IAE1B,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACjB;AAGD,qBAAa,kBAAkB;IAG3B,OAAO,CAAC,QAAQ,CAAuB;IACvC,OAAO,CAAC,WAAW,CAAS;IAC5B,IAAI,OAAO,oBAGV;IACD,OAAO,CAAC,YAAY;IAepB,UAAU,CAAC,GAAG,EAAE,MAAM;IAItB,YAAY,CAAC,OAAO,EAAE,MAAM;IAI5B,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IA4CrC,SAAS,CAAC,OAAO,EAAE,MAAM;IAWnB,aAAa;IAanB,WAAW,CAAC,IAAI,EAAE,aAAa,EAAE;IASjC,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM;IAoB7D,YAAY;CAMf;AAED,eAAO,MAAM,kBAAkB,oBAA2B,CAAC"}
|
Reference in New Issue
Block a user