mxdraw 0.1.202 → 0.1.203

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
@@ -1786,6 +1786,8 @@ interface iniConfig {
1786
1786
  requestHeaderCacheControl?: boolean;
1787
1787
  /** 选择方式控制 */
1788
1788
  IntelliSelectType?: number;
1789
+ /** 禁用动态输入框 */
1790
+ ForbiddenDynInput?: boolean;
1789
1791
  }
1790
1792
  type MxFunType = MxFunClass;
1791
1793