@wangeditor-next/plugin-float-image
Advanced tools
@@ -101,2 +101,3 @@ /** | ||
| value: string; | ||
| selected?: boolean; | ||
| }[]; | ||
@@ -103,0 +104,0 @@ } |
@@ -10,7 +10,7 @@ /** | ||
| readonly tag = "button"; | ||
| getValue(editor: IDomEditor): string | boolean; | ||
| isActive(editor: IDomEditor): boolean; | ||
| getValue(_editor: IDomEditor): string | boolean; | ||
| isActive(_editor: IDomEditor): boolean; | ||
| isDisabled(editor: IDomEditor): boolean; | ||
| exec(editor: IDomEditor, value: string | boolean): void; | ||
| exec(editor: IDomEditor, _value: string | boolean): void; | ||
| } | ||
| export default TableFullWidth; |
+2
-2
| { | ||
| "name": "@wangeditor-next/plugin-float-image", | ||
| "version": "1.0.23", | ||
| "version": "1.0.24", | ||
| "description": "wangEditor float image plugin", | ||
@@ -37,3 +37,3 @@ "author": "cycleccc <2991205548@qq.com>", | ||
| "peerDependencies": { | ||
| "@wangeditor-next/editor": "5.6.38", | ||
| "@wangeditor-next/editor": "5.6.39", | ||
| "dom7": "^3.0.0 || ^4.0.0", | ||
@@ -40,0 +40,0 @@ "slate": "^0.82.0", |
678117
07385
0.01%