@hailin-zheng/editor-core 2.0.17 → 2.0.19

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.
@@ -307,7 +307,6 @@ export declare class DocEditor {
307
307
  * @param ele
308
308
  */
309
309
  insertNewElement(ele: Element): void;
310
- test(): void;
311
310
  switchPageLayout(mode: PageLayoutMode): void;
312
311
  /**
313
312
  * 获取当前光标位置所在的段落
@@ -241,6 +241,11 @@ export declare class DocumentChange {
241
241
  * @private
242
242
  */
243
243
  private handlePasteContent;
244
+ /**
245
+ * 复制单元格向另一个单元格粘贴
246
+ * @private
247
+ */
248
+ private pasteTableToCell;
244
249
  insertSoftBr(): void;
245
250
  insertPageBreakSymbol(): void;
246
251
  /**
@@ -72,6 +72,7 @@ export declare class DocumentProps extends INotifyPropertyChanged {
72
72
  createUserName: string;
73
73
  createDate: string;
74
74
  scripts: string;
75
+ columns: number;
75
76
  clone(dest: DocumentProps): DocumentProps;
76
77
  getSerializeProps(): any;
77
78
  }
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.17",
7
+ "version": "2.0.19",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "bwip-js": "^3.0.5",