mxcad 1.0.106 → 1.0.108

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
@@ -2537,6 +2537,7 @@ declare class McRxObjectImp {
2537
2537
  export declare class McObject {
2538
2538
  /** 内部对象实现 */
2539
2539
  private imp;
2540
+ private event;
2540
2541
  /** 当前文件名 */
2541
2542
  static currentFileName: string;
2542
2543
  /**
@@ -2544,6 +2545,8 @@ export declare class McObject {
2544
2545
  * @param imp 对象实现
2545
2546
  */
2546
2547
  constructor(imp: any);
2548
+ on(name: string, fun: object): void;
2549
+ private callEvent;
2547
2550
  /**
2548
2551
  * 初始化对象模型
2549
2552
  * @param mxObject 对象模型