build-dxf 0.0.20-10 → 0.0.20-11

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.
@@ -14,6 +14,7 @@ export declare class MergeLine extends CommandFlowComponent<{}> {
14
14
  private constraint;
15
15
  /** 开始
16
16
  * @param next
17
+ * @todo 合并所有
17
18
  */
18
19
  private mergeLine;
19
20
  /** 执行完成
@@ -10,7 +10,9 @@ export declare class VerticalCorrection extends CommandFlowComponent<{}> {
10
10
  static name: string;
11
11
  container: THREE.Group<THREE.Object3DEventMap>;
12
12
  shortcutKeys: string[];
13
+ shortcutKeys2: string[];
13
14
  static commandName: string;
15
+ private recursion;
14
16
  onAddFromParent(parent: ComponentManager): void;
15
17
  /**
16
18
  * 进入命令约束