mxcad 1.0.110 → 1.0.111

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/mxcad.d.ts CHANGED
@@ -3143,6 +3143,10 @@ export declare class McObject {
3143
3143
  * 更新图层的显示
3144
3144
  */
3145
3145
  updateLayerDisplayStatus(): void;
3146
+ /**
3147
+ * 初始化用户注册数据.
3148
+ */
3149
+ initRegist(sRegist: string): void;
3146
3150
  }
3147
3151
  /**
3148
3152
  * McAppType 类,提供了 MxCAD 的一些基本操作。
@@ -3319,7 +3323,10 @@ export interface MxCadConfig {
3319
3323
  networkFonts?: string[];
3320
3324
  /** 打开文件参数设置 */
3321
3325
  openParameter?: object;
3326
+ /**鼠标中间键操作设置 */
3322
3327
  middlePan?: number | boolean;
3328
+ /**注册数据 */
3329
+ registdata?: string;
3323
3330
  }
3324
3331
  /** 创建MxCad实例
3325
3332
  * @example