build-dxf 0.0.20-11 → 0.0.20-12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,6 +20,7 @@ export declare class CommandFlow extends EventDispatcher<{
20
20
  list: CommandFlowCallBack[];
21
21
  rollbacklist: ((data?: any) => void)[];
22
22
  revokeRollbacklist: ((data?: any) => void)[];
23
+ writeOperationList: boolean;
23
24
  /**
24
25
  *
25
26
  * @param operation
@@ -12,7 +12,7 @@ export declare class VerticalCorrection extends CommandFlowComponent<{}> {
12
12
  shortcutKeys: string[];
13
13
  shortcutKeys2: string[];
14
14
  static commandName: string;
15
- private recursion;
15
+ recursion: boolean;
16
16
  onAddFromParent(parent: ComponentManager): void;
17
17
  /**
18
18
  * 进入命令约束