@hailin-zheng/editor-core 2.0.25 → 2.0.26

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.
@@ -88,7 +88,7 @@ export declare class DocEditor {
88
88
  * @param visibility
89
89
  */
90
90
  setCursorVisibility(visibility: boolean): void;
91
- hiddenInput(): void;
91
+ hiddenInput(reset?: boolean): void;
92
92
  /**
93
93
  * 设置光标位置
94
94
  * @param position
@@ -34,7 +34,7 @@ export declare abstract class DocumentPrintOffscreenBase {
34
34
  startY: number;
35
35
  startDocIndex: number;
36
36
  }): Promise<void>;
37
- getPrintNodes(data: any | DocumentElement, ranges?: Array<number> | null): Promise<Array<any>>;
37
+ getPrintNodes(data: any | DocumentElement, ranges?: Array<number> | null): Promise<Array<string>>;
38
38
  /**
39
39
  * 读取数据,排版
40
40
  * @param data
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "hailin-zheng",
5
5
  "private": false,
6
6
  "license": "ISC",
7
- "version": "2.0.25",
7
+ "version": "2.0.26",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "bwip-js": "^3.0.5",