@hailin-zheng/editor-core 2.1.27 → 2.1.28

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.
@@ -422,7 +422,6 @@ export declare class DocEditor {
422
422
  */
423
423
  private updateTipLayoutAfterPatch;
424
424
  private createChangeTipContainer;
425
- getHtml(): string[];
426
425
  /**
427
426
  * 设置光标在数据元内容末尾
428
427
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "hailin-zheng",
5
5
  "private": false,
6
6
  "license": "ISC",
7
- "version": "2.1.27",
7
+ "version": "2.1.28",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "moment": "^2.29.3",
@@ -16,4 +16,4 @@
16
16
  "snabbdom-to-html": "^7.1.0",
17
17
  "jsbarcode": "^3.11.5"
18
18
  }
19
- }
19
+ }