@wangeditor-next/plugin-float-image 0.1.6 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -12,4 +12,5 @@ import { IDomEditor } from '../editor/interface';
|
|
12
12
|
* @returns slate text
|
13
13
|
*/
|
14
14
|
declare function parseTextElemHtml($text: Dom7Array, editor: IDomEditor): Text;
|
15
|
+
export declare function parseTextElemHtmlToStyle($text: Dom7Array, editor: IDomEditor): Text;
|
15
16
|
export default parseTextElemHtml;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wangeditor-next/plugin-float-image",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.8",
|
4
4
|
"description": "wangEditor float image plugin",
|
5
5
|
"author": "cycleccc <2991205548@qq.com>",
|
6
6
|
"type": "module",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
},
|
29
29
|
"repository": {
|
30
30
|
"type": "git",
|
31
|
-
"url": "git+https://github.com/cycleccc/wangEditor.git"
|
31
|
+
"url": "git+https://github.com/cycleccc/wangEditor-next.git"
|
32
32
|
},
|
33
33
|
"scripts": {
|
34
34
|
"dev": "cross-env NODE_ENV=development rollup -c rollup.config.js",
|
@@ -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.12",
|
45
45
|
"dom7": "^3.0.0",
|
46
46
|
"slate": "^0.72.0",
|
47
47
|
"snabbdom": "^3.1.0"
|