@hailin-zheng/editor-core 2.1.15 → 2.1.16

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/index-cjs.js CHANGED
@@ -2675,7 +2675,7 @@ class ValidateProps {
2675
2675
  return clone;
2676
2676
  }
2677
2677
  }
2678
- class DataElementGroupProps {
2678
+ class DataElementGroupProps extends INotifyPropertyChanged {
2679
2679
  id;
2680
2680
  name;
2681
2681
  hidden;
@@ -28571,8 +28571,7 @@ class DocEditor {
28571
28571
  });
28572
28572
  offPrint.afterPrint.subscribe(() => {
28573
28573
  });
28574
- const html = offPrint.getSvgNodes(this.docCtx.document.paintRenders);
28575
- console.log(html);
28574
+ return offPrint.getSvgNodes(this.docCtx.document.paintRenders);
28576
28575
  }
28577
28576
  /**
28578
28577
  * 设置光标在数据元内容末尾
@@ -28818,7 +28817,7 @@ class DocEditor {
28818
28817
  rule.setRuleOptions({ width: this.viewOptions.docPageSettings.width, pagePL, pagePR, docLeft });
28819
28818
  }
28820
28819
  version() {
28821
- return "2.1.15";
28820
+ return "2.1.16";
28822
28821
  }
28823
28822
  switchPageHeaderEditor() {
28824
28823
  this.docCtx.document.switchPageHeaderEditor(this.selectionState, null);