@wangeditor-next/yjs-for-react 0.1.63 → 0.1.65
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.
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { Dom7Array, DOMElement } from '../utils/dom';
|
|
6
6
|
declare class TextArea {
|
|
7
7
|
private selectionChangeRoot;
|
|
8
|
+
private destroyed;
|
|
8
9
|
readonly id: number;
|
|
9
10
|
$box: Dom7Array;
|
|
10
11
|
$textAreaContainer: Dom7Array;
|
|
@@ -21,6 +22,7 @@ declare class TextArea {
|
|
|
21
22
|
private latestEditorSelection;
|
|
22
23
|
constructor(boxSelector: string | DOMElement);
|
|
23
24
|
private get editorInstance();
|
|
25
|
+
private getActiveEditor;
|
|
24
26
|
private bindSelectionChange;
|
|
25
27
|
private onDOMSelectionChange;
|
|
26
28
|
flushDOMSelectionChange(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wangeditor-next/yjs-for-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.65",
|
|
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.6.
|
|
54
|
-
"@wangeditor-next/yjs": "^0.1.
|
|
53
|
+
"@wangeditor-next/editor": "5.6.54",
|
|
54
|
+
"@wangeditor-next/yjs": "^0.1.49",
|
|
55
55
|
"react": ">=17.0.2",
|
|
56
56
|
"slate": "^0.123.0",
|
|
57
57
|
"yjs": "^13.5.29"
|