功能:支持切割函数
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":"AAaA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAetD,qBAAa,kBAAmB,YAAW,OAAO;IAExC,IAAI;CA+Hb"}
|
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":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAQhF,qBACa,2BAA2B;IAE9B,IAAI;CAOb;AAED,wBAAsB,mBAAmB,CAAC,CAAC,EAAE,cAAc,iBA2F1D"}
|
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"}
|
9
types/Add-on/Template/ShowTemplate.d.ts
vendored
Normal file
9
types/Add-on/Template/ShowTemplate.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
import { ITempTagProps } from "./TemplateTagCommand";
|
||||
export declare class ShowTemplate implements Command {
|
||||
private type;
|
||||
private tag?;
|
||||
constructor(type: "Administration" | "Collection", 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,IAAI;IAAmC,OAAO,CAAC,GAAG,CAAC;gBAAnD,IAAI,EAAE,gBAAgB,GAAG,YAAY,EAAU,GAAG,CAAC,EAAE,aAAa;IAChF,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":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAQtD,qBAAa,kBAAmB,YAAW,OAAO;IAExC,IAAI;CA+Bb"}
|
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"}
|
22
types/Add-on/Template/TemplateTagCommand.d.ts
vendored
Normal file
22
types/Add-on/Template/TemplateTagCommand.d.ts
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
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;
|
||||
UpdataTag(tag?: ITempTagProps): 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;IAyBpB,UAAU,CAAC,GAAG,EAAE,MAAM;IAItB,YAAY,CAAC,OAAO,EAAE,MAAM;IAI5B,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IA6CrC,SAAS,CAAC,OAAO,EAAE,MAAM;IAYnB,aAAa;IAanB,WAAW,CAAC,IAAI,EAAE,aAAa,EAAE;IASjC,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM;IAqB7D,YAAY;IAOZ,SAAS,CAAC,GAAG,CAAC,EAAE,aAAa;CAIhC;AAED,eAAO,MAAM,kBAAkB,oBAA2B,CAAC"}
|
Reference in New Issue
Block a user