@wangeditor-next/yjs-for-react 1.0.0 → 1.0.2

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.
@@ -17,4 +17,4 @@ export declare function handleCellBorderVisible(editor: IDomEditor, elemNode: Sl
17
17
  * 将 render-cell.tsx 拖动功能迁移至 div.column-resize
18
18
  */
19
19
  export declare function handleCellBorderHighlight(editor: IDomEditor, e: MouseEvent): void;
20
- export declare function handleCellBorderMouseDown(editor: IDomEditor, _elemNode: SlateElement): void;
20
+ export declare function handleCellBorderMouseDown(editor: IDomEditor, elemNode: SlateElement): void;
@@ -41,4 +41,5 @@ export type TableElement = {
41
41
  resizingRowIndex?: number;
42
42
  isResizingRow?: boolean | null;
43
43
  isHoverRowBorder?: boolean;
44
+ rowHeights?: number[];
44
45
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wangeditor-next/yjs-for-react",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "React specific components/utils for wangeditor-next-yjs.",
5
5
  "author": "cycleccc <2991205548@qq.com>",
6
6
  "type": "module",
@@ -50,8 +50,8 @@
50
50
  "y-protocols": "^1.0.5"
51
51
  },
52
52
  "peerDependencies": {
53
- "@wangeditor-next/editor": "5.7.0",
54
- "@wangeditor-next/yjs": "^1.0.0",
53
+ "@wangeditor-next/editor": "5.7.2",
54
+ "@wangeditor-next/yjs": "^1.0.2",
55
55
  "react": ">=17.0.2",
56
56
  "slate": "^0.123.0",
57
57
  "yjs": "^13.5.29"