mxdraw 0.1.320 → 0.1.322
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 +2 -2
- package/dist/mxdraw.esm.js +1 -1
- package/dist/mxdraw.umd.js +1 -1
- package/package.json +1 -1
package/dist/mxdraw.d.ts
CHANGED
|
@@ -1792,7 +1792,7 @@ interface iniConfig {
|
|
|
1792
1792
|
EnableOsnapFunction?: boolean;
|
|
1793
1793
|
/** 启动夹点编辑 */
|
|
1794
1794
|
EnableGripEdit?: boolean;
|
|
1795
|
-
/**
|
|
1795
|
+
/** 启动多选*/
|
|
1796
1796
|
multipleSelect?: boolean;
|
|
1797
1797
|
/**自动重置渲染器 */
|
|
1798
1798
|
autoResetRenderer?: boolean;
|
|
@@ -1800,7 +1800,7 @@ interface iniConfig {
|
|
|
1800
1800
|
correctLargeCoordinates?: boolean;
|
|
1801
1801
|
/** 请求标头缓存控制 */
|
|
1802
1802
|
requestHeaderCacheControl?: boolean;
|
|
1803
|
-
/** 选择方式控制 */
|
|
1803
|
+
/** 选择方式控制 1:多选,暂不支持连续多选,2:多选,并支持连续多选,默认值为1 */
|
|
1804
1804
|
IntelliSelectType?: number;
|
|
1805
1805
|
/** 禁用动态输入框 */
|
|
1806
1806
|
ForbiddenDynInput?: boolean;
|