@wangeditor-next/plugin-float-image 1.0.2 → 1.0.4
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.
|
@@ -6,6 +6,7 @@ declare class CellProperty extends TableProperty implements IButtonMenu {
|
|
|
6
6
|
readonly tag = "button";
|
|
7
7
|
readonly showModal = true;
|
|
8
8
|
readonly modalWidth = 300;
|
|
9
|
+
readonly menu = "cell";
|
|
9
10
|
getModalContentNode(editor: IDomEditor): import("slate").NodeEntry<import("../../utils").WithType<import("packages/custom-types").CustomElement>>;
|
|
10
11
|
}
|
|
11
12
|
export default CellProperty;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wangeditor-next/plugin-float-image",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "wangEditor float image plugin",
|
|
5
5
|
"author": "cycleccc <2991205548@qq.com>",
|
|
6
6
|
"type": "module",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"url": "https://github.com/cycleccc/wangEditor/issues"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@wangeditor-next/editor": "5.6.
|
|
44
|
+
"@wangeditor-next/editor": "5.6.19",
|
|
45
45
|
"dom7": "^3.0.0 || ^4.0.0",
|
|
46
46
|
"slate": "^0.72.0",
|
|
47
47
|
"snabbdom": "^3.1.0"
|