@wangeditor-next/plugin-float-image 1.0.25 → 1.0.27
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.
@@ -2,10 +2,11 @@
|
|
2
2
|
* @description parse html
|
3
3
|
* @author wangfupeng
|
4
4
|
*/
|
5
|
-
import {
|
6
|
-
import { Element as SlateElement, Descendant } from 'slate';
|
5
|
+
import { Descendant, Element as SlateElement } from 'slate';
|
7
6
|
import { IDomEditor } from '../editor/interface';
|
7
|
+
import { DOMElement } from '../utils/dom';
|
8
8
|
export declare const TEXT_TAGS: string[];
|
9
|
+
export declare const SPAN_WITH_SPECIAL_TAGS: string[];
|
9
10
|
export type PreParseHtmlFnType = ($node: DOMElement) => DOMElement;
|
10
11
|
export interface IPreParseHtmlConf {
|
11
12
|
selector: string;
|
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.27",
|
4
4
|
"description": "wangEditor float image plugin",
|
5
5
|
"author": "cycleccc <2991205548@qq.com>",
|
6
6
|
"type": "module",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"url": "https://github.com/wangeditor-next/wangeditor-next/issues"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
37
|
-
"@wangeditor-next/editor": "5.6.
|
37
|
+
"@wangeditor-next/editor": "5.6.42",
|
38
38
|
"dom7": "^3.0.0 || ^4.0.0",
|
39
39
|
"slate": "^0.82.0",
|
40
40
|
"snabbdom": "^3.6.0"
|