@das-fed/ui 6.4.0-dev.105 → 6.4.0-dev.107

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.
Files changed (27) hide show
  1. package/package.json +8 -8
  2. package/packages/business-components/echarts/index.d.ts +5 -5
  3. package/packages/business-components/echarts/index.js +5 -4
  4. package/packages/business-components/echarts/index.js.gz +0 -0
  5. package/packages/business-components/echarts/src/Index.vue.d.ts +1 -1
  6. package/packages/business-components/echarts/src/type.d.ts +2 -0
  7. package/packages/business-components/echarts/style.css +1 -1
  8. package/packages/components/edit-table/index.js +206 -206
  9. package/packages/components/edit-table/index.js.gz +0 -0
  10. package/packages/components/rich-editor/index.d.ts +5 -5
  11. package/packages/components/rich-editor/index.js +27331 -20652
  12. package/packages/components/rich-editor/index.js.gz +0 -0
  13. package/packages/components/rich-editor/src/Index.vue.d.ts +2 -3
  14. package/packages/components/rich-editor/src/hooks/use-custom-menu.d.ts +0 -1
  15. package/packages/components/rich-editor/src/hooks/use-rich-editor.d.ts +0 -1
  16. package/packages/components/rich-editor/style.css +1 -1
  17. package/packages/components/rich-editor/style.css.gz +0 -0
  18. package/packages/components/table/style.css +1 -1
  19. package/packages/components/table/style.css.gz +0 -0
  20. package/packages/components/tooltip/index.js +2 -2
  21. package/packages/components/tooltip/index.js.gz +0 -0
  22. package/packages/components/tooltip/style.css +1 -1
  23. package/packages/components/tooltip/style.css.gz +0 -0
  24. package/packages/components/tree/index.js +1 -1
  25. package/packages/components/tree/index.js.gz +0 -0
  26. package/packages/components/tree-v2/index.js +4 -4
  27. package/packages/components/tree-v2/index.js.gz +0 -0
@@ -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<import("@wangeditor/editor").IDomEditor | undefined, import("@wangeditor/editor").IDomEditor | undefined>;
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<import("@wangeditor/editor").IDomEditor | undefined, import("@wangeditor/editor").IDomEditor | undefined>;
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<import("@wangeditor/editor").IDomEditor | undefined, import("@wangeditor/editor").IDomEditor | undefined>;
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<import("@wangeditor/editor").IDomEditor | undefined, import("@wangeditor/editor").IDomEditor | undefined>;
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<import("@wangeditor/editor").IDomEditor | undefined, import("@wangeditor/editor").IDomEditor | undefined>;
100
+ editorRef: import("vue").ShallowRef<any, any>;
101
101
  }, {}, {}, {}, {
102
102
  config: import("./src/type.js").defaultHtml;
103
103
  type: "default" | "text";