@wangeditor-next/plugin-float-image 1.0.30 → 1.0.31
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.
@@ -3,7 +3,6 @@
|
|
3
3
|
* @author wangfupeng
|
4
4
|
*/
|
5
5
|
import './assets/index.less';
|
6
|
-
import '@wangeditor-next/core/dist/css/style.css';
|
7
6
|
import './utils/browser-polyfill';
|
8
7
|
import './utils/node-polyfill';
|
9
8
|
import './locale/index';
|
@@ -11,8 +10,8 @@ import './register-builtin-modules/index';
|
|
11
10
|
import './init-default-config';
|
12
11
|
import Boot from './Boot';
|
13
12
|
export { Boot };
|
14
|
-
export {
|
15
|
-
export {
|
13
|
+
export { createUploader, DomEditor, genModalButtonElems, genModalInputElems, genModalTextareaElems, i18nAddResources, i18nChangeLanguage, i18nGetResources, IButtonMenu, IDomEditor, IDropPanelMenu, IEditorConfig, IModalMenu, IModuleConf, ISelectMenu, IToolbarConfig, IUploadConfig, t, Toolbar, } from '@wangeditor-next/core';
|
14
|
+
export { Descendant as SlateDescendant, Editor as SlateEditor, Element as SlateElement, Location as SlateLocation, Node as SlateNode, Path as SlatePath, Point as SlatePoint, Range as SlateRange, Text as SlateText, Transforms as SlateTransforms, } from 'slate';
|
16
15
|
export { createEditor, createToolbar } from './create';
|
17
16
|
declare const _default: {};
|
18
17
|
export default _default;
|
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.31",
|
4
4
|
"description": "wangEditor float image plugin",
|
5
5
|
"author": "cycleccc <2991205548@qq.com>",
|
6
6
|
"type": "module",
|
@@ -34,13 +34,13 @@
|
|
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.46",
|
38
38
|
"dom7": "^3.0.0 || ^4.0.0",
|
39
39
|
"slate": "^0.82.0",
|
40
40
|
"snabbdom": "^3.6.0"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|
43
|
-
"@wangeditor-next-shared/rollup-config": "^0.0.
|
43
|
+
"@wangeditor-next-shared/rollup-config": "^0.0.2"
|
44
44
|
},
|
45
45
|
"scripts": {
|
46
46
|
"dev": "cross-env NODE_ENV=development rollup -c rollup.config.js",
|