@das-fed/ui 6.4.0-dev.105 → 6.4.0-dev.106
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.
- package/package.json +8 -8
- package/packages/components/rich-editor/index.d.ts +5 -5
- package/packages/components/rich-editor/index.js +27331 -20652
- package/packages/components/rich-editor/index.js.gz +0 -0
- package/packages/components/rich-editor/src/Index.vue.d.ts +2 -3
- package/packages/components/rich-editor/src/hooks/use-custom-menu.d.ts +0 -1
- package/packages/components/rich-editor/src/hooks/use-rich-editor.d.ts +0 -1
- package/packages/components/rich-editor/style.css +1 -1
- package/packages/components/rich-editor/style.css.gz +0 -0
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tree/index.js +1 -1
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree-v2/index.js +4 -4
- package/packages/components/tree-v2/index.js.gz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "6.4.0-dev.
|
|
3
|
+
"version": "6.4.0-dev.106",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@antv/x6-plugin-snapline": "^2.1.7",
|
|
27
27
|
"@antv/x6-plugin-transform": "^2.1.8",
|
|
28
28
|
"@antv/x6-vue-shape": "^2.1.2",
|
|
29
|
-
"@das-fed/cli": "6.4.0-dev.
|
|
29
|
+
"@das-fed/cli": "6.4.0-dev.106",
|
|
30
30
|
"@element-plus/icons-vue": "^2.3.1",
|
|
31
31
|
"@types/lodash": "^4.14.194",
|
|
32
32
|
"@types/lodash-es": "^4.17.9",
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"vue-tsc": "^2.0.29"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@das-fed/ui": "6.4.0-dev.
|
|
60
|
-
"@das-fed/utils": "6.4.0-dev.
|
|
61
|
-
"@das-fed/web": "6.4.0-dev.
|
|
62
|
-
"@wangeditor/editor": "
|
|
63
|
-
"@wangeditor/editor-for-vue": "
|
|
64
|
-
"@wangeditor/plugin-upload-attachment": "
|
|
59
|
+
"@das-fed/ui": "6.4.0-dev.106",
|
|
60
|
+
"@das-fed/utils": "6.4.0-dev.106",
|
|
61
|
+
"@das-fed/web": "6.4.0-dev.106",
|
|
62
|
+
"@wangeditor-next/editor": "5.6.31",
|
|
63
|
+
"@wangeditor-next/editor-for-vue": "5.1.14",
|
|
64
|
+
"@wangeditor-next/plugin-upload-attachment": "1.1.0",
|
|
65
65
|
"async-validator": "^4.2.5",
|
|
66
66
|
"coordtransform": "^2.1.2",
|
|
67
67
|
"dayjs": "1.11.10",
|
|
@@ -2,7 +2,7 @@ declare const DasRichEditor: import("@das-fed/utils").SFCWithInstall<import("vue
|
|
|
2
2
|
richEditor: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
3
3
|
$toolbar: import("vue").Ref<any, any>;
|
|
4
4
|
$editor: import("vue").Ref<any, any>;
|
|
5
|
-
editorRef: import("vue").ShallowRef<
|
|
5
|
+
editorRef: import("vue").ShallowRef<any, any>;
|
|
6
6
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
7
|
"update:modelValue": (value: string) => any;
|
|
8
8
|
change: (value: string) => any;
|
|
@@ -28,7 +28,7 @@ declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComp
|
|
|
28
28
|
richEditor: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
29
29
|
$toolbar: import("vue").Ref<any, any>;
|
|
30
30
|
$editor: import("vue").Ref<any, any>;
|
|
31
|
-
editorRef: import("vue").ShallowRef<
|
|
31
|
+
editorRef: import("vue").ShallowRef<any, any>;
|
|
32
32
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
33
33
|
"update:modelValue": (value: string) => any;
|
|
34
34
|
change: (value: string) => any;
|
|
@@ -55,7 +55,7 @@ declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComp
|
|
|
55
55
|
richEditor: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
56
56
|
$toolbar: import("vue").Ref<any, any>;
|
|
57
57
|
$editor: import("vue").Ref<any, any>;
|
|
58
|
-
editorRef: import("vue").ShallowRef<
|
|
58
|
+
editorRef: import("vue").ShallowRef<any, any>;
|
|
59
59
|
}, {}, {}, {}, {
|
|
60
60
|
config: import("./src/type.js").defaultHtml;
|
|
61
61
|
type: "default" | "text";
|
|
@@ -70,7 +70,7 @@ declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComp
|
|
|
70
70
|
richEditor: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
71
71
|
$toolbar: import("vue").Ref<any, any>;
|
|
72
72
|
$editor: import("vue").Ref<any, any>;
|
|
73
|
-
editorRef: import("vue").ShallowRef<
|
|
73
|
+
editorRef: import("vue").ShallowRef<any, any>;
|
|
74
74
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
75
75
|
"update:modelValue": (value: string) => any;
|
|
76
76
|
change: (value: string) => any;
|
|
@@ -97,7 +97,7 @@ declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComp
|
|
|
97
97
|
richEditor: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
98
98
|
$toolbar: import("vue").Ref<any, any>;
|
|
99
99
|
$editor: import("vue").Ref<any, any>;
|
|
100
|
-
editorRef: import("vue").ShallowRef<
|
|
100
|
+
editorRef: import("vue").ShallowRef<any, any>;
|
|
101
101
|
}, {}, {}, {}, {
|
|
102
102
|
config: import("./src/type.js").defaultHtml;
|
|
103
103
|
type: "default" | "text";
|