mxdraw 0.1.317 → 0.1.319

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.
package/dist/mxdraw.d.ts CHANGED
@@ -1791,7 +1791,7 @@ interface iniConfig {
1791
1791
  /** 启动O 捕捉功能 */
1792
1792
  EnableOsnapFunction?: boolean;
1793
1793
  /** 启动夹点编辑 */
1794
- EnableGripEidt?: boolean;
1794
+ EnableGripEdit?: boolean;
1795
1795
  /** 多选 */
1796
1796
  multipleSelect?: boolean;
1797
1797
  /**自动重置渲染器 */
@@ -1808,15 +1808,17 @@ interface iniConfig {
1808
1808
  inputRectWidth?: number;
1809
1809
  /** 夹点颜色 */
1810
1810
  gripPointColor?: number;
1811
- /** 1,使用EnableGripEidt设置,默认值是1
1811
+ /** 1,使用EnableGripEdit设置,默认值是1
1812
1812
  ** 2 启用CAD对象夹点编辑
1813
1813
  ** 0 禁用AD对象夹点编辑
1814
1814
  */
1815
- EnableCADEntityGripEidt?: number;
1815
+ EnableCADEntityGripEdit?: number;
1816
1816
  /** 是使用图纸中的视区角度设置,默认为true */
1817
1817
  EnableDrawingViewAngle?: boolean;
1818
1818
  /** 是否启用命令与用户交互操作启动右键菜单,默认为false */
1819
1819
  EnableCommandRightClickMenu?: boolean;
1820
+ /** 是否启用触模屏命令交互操作时支持多点触模放大缩小视区,默认为false */
1821
+ MobileCommandOperationSupportsMultipoint?: boolean;
1820
1822
  }
1821
1823
  type MxFunType = MxFunClass;
1822
1824