vue-devui 1.5.5 → 1.5.6

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 (68) hide show
  1. package/alert/index.es.js +3 -3
  2. package/alert/index.umd.js +1 -1
  3. package/auto-complete/index.es.js +27 -9
  4. package/auto-complete/index.umd.js +19 -1
  5. package/avatar/index.es.js +77 -3
  6. package/avatar/index.umd.js +75 -1
  7. package/checkbox/index.es.js +27 -9
  8. package/checkbox/index.umd.js +19 -1
  9. package/collapse/index.es.js +5 -1
  10. package/collapse/index.umd.js +5 -1
  11. package/date-picker-pro/index.es.js +54 -11
  12. package/date-picker-pro/index.umd.js +44 -1
  13. package/echarts/index.es.js +395 -0
  14. package/echarts/index.umd.js +1 -0
  15. package/echarts/package.json +8 -0
  16. package/form/index.es.js +27 -9
  17. package/form/index.umd.js +22 -4
  18. package/global.d.ts +1 -0
  19. package/image-preview/index.es.js +34 -9
  20. package/image-preview/index.umd.js +26 -1
  21. package/input/index.es.js +27 -9
  22. package/input/index.umd.js +19 -1
  23. package/input-number/index.es.js +35 -11
  24. package/input-number/index.umd.js +30 -6
  25. package/mention/index.es.js +27 -9
  26. package/mention/index.umd.js +19 -1
  27. package/notification/index.es.js +11 -4
  28. package/notification/index.umd.js +8 -1
  29. package/nuxt/components/DChart.js +2 -0
  30. package/nuxt/components/devuiChartProps.js +2 -0
  31. package/package.json +2 -1
  32. package/pagination/index.es.js +34 -13
  33. package/pagination/index.umd.js +22 -1
  34. package/popover/index.es.js +12 -4
  35. package/popover/index.umd.js +9 -1
  36. package/radio/index.es.js +27 -9
  37. package/radio/index.umd.js +30 -12
  38. package/rate/index.es.js +2 -2
  39. package/rate/index.umd.js +1 -1
  40. package/search/index.es.js +31 -11
  41. package/search/index.umd.js +21 -1
  42. package/select/index.es.js +32 -11
  43. package/select/index.umd.js +22 -1
  44. package/skeleton/index.es.js +17 -1
  45. package/skeleton/index.umd.js +17 -1
  46. package/switch/index.es.js +27 -9
  47. package/switch/index.umd.js +25 -7
  48. package/table/index.es.js +27 -9
  49. package/table/index.umd.js +19 -1
  50. package/textarea/index.es.js +27 -9
  51. package/textarea/index.umd.js +19 -1
  52. package/time-picker/index.es.js +27 -9
  53. package/time-picker/index.umd.js +19 -1
  54. package/time-select/index.es.js +32 -11
  55. package/time-select/index.umd.js +27 -6
  56. package/tree/index.es.js +27 -9
  57. package/tree/index.umd.js +19 -1
  58. package/types/avatar/src/components/icon-nobody.d.ts +1 -1
  59. package/types/echarts/index.d.ts +11 -0
  60. package/types/echarts/src/echarts-theme.d.ts +351 -0
  61. package/types/echarts/src/echarts-types.d.ts +8 -0
  62. package/types/echarts/src/echarts.d.ts +16 -0
  63. package/types/timeline/src/components/timeline-item.d.ts +1 -1
  64. package/types/vue-devui.d.ts +2 -1
  65. package/upload/index.es.js +11 -4
  66. package/upload/index.umd.js +8 -1
  67. package/vue-devui.es.js +598 -44
  68. package/vue-devui.umd.js +215 -35
package/vue-devui.es.js CHANGED
@@ -36,8 +36,9 @@ var __publicField = (obj, key, value) => {
36
36
  import { createVNode, getCurrentInstance, defineComponent, toRefs, inject, computed, Fragment, mergeProps, resolveComponent, isVNode, ref, reactive, createTextVNode, provide, onMounted, watch, Transition, withDirectives, vShow, nextTick, onUnmounted, unref, withModifiers, Comment as Comment$1, Text, h, cloneVNode, Teleport, onBeforeUnmount, render as render$1, resolveDirective, resolveDynamicComponent, toRef, shallowRef, onBeforeMount, onUpdated, readonly, toRaw, watchEffect, renderSlot, useSlots, createApp, shallowReactive, effect, TransitionGroup } from "vue";
37
37
  import { useRoute } from "vue-router";
38
38
  import { offset, autoPlacement, arrow, shift, computePosition, flip } from "@floating-ui/dom";
39
- import { onClickOutside, useResizeObserver } from "@vueuse/core";
39
+ import { onClickOutside, toRefs as toRefs$1, useResizeObserver } from "@vueuse/core";
40
40
  import * as Diff2Html from "diff2html";
41
+ import * as echarts from "echarts";
41
42
  import * as hljs from "highlight.js";
42
43
  import MarkdownIt from "markdown-it";
43
44
  import { getDefaultWhiteList, getDefaultCSSWhiteList, filterXSS } from "xss";
@@ -102,7 +103,11 @@ const OpenIcon = () => {
102
103
  "fill": "none",
103
104
  "fill-rule": "evenodd"
104
105
  }, [createVNode("path", {
105
- "d": "M12.1464466,6.85355339 L8.35355339,10.6464466 C8.15829124,10.8417088 7.84170876,10.8417088 7.64644661,10.6464466 L3.85355339,6.85355339 C3.65829124,6.65829124 3.65829124,6.34170876 3.85355339,6.14644661 C3.94732158,6.05267842 4.07449854,6 4.20710678,6 L11.7928932,6 C12.0690356,6 12.2928932,6.22385763 12.2928932,6.5 C12.2928932,6.63260824 12.2402148,6.7597852 12.1464466,6.85355339 Z",
106
+ "d": `M12.1464466,6.85355339 L8.35355339,10.6464466 C8.15829124,10.8417088
107
+ 7.84170876,10.8417088 7.64644661,10.6464466 L3.85355339,6.85355339 C3.65829124,6.65829124
108
+ 3.65829124,6.34170876 3.85355339,6.14644661 C3.94732158,6.05267842 4.07449854,6 4.20710678,6
109
+ L11.7928932,6 C12.0690356,6 12.2928932,6.22385763 12.2928932,6.5 C12.2928932,6.63260824
110
+ 12.2402148,6.7597852 12.1464466,6.85355339 Z`,
106
111
  "fill-rule": "nonzero"
107
112
  }, null)])]);
108
113
  };
@@ -1131,7 +1136,7 @@ const AlertCloseIcon = () => createVNode("svg", {
1131
1136
  "transform": "translate(-3.000000, -3.000000)",
1132
1137
  "fill-rule": "nonzero"
1133
1138
  }, [createVNode("path", {
1134
- "d": "M11.6426,3.19816936 C11.9239974,2.91574512 12.4131626,2.93784891 12.7352108,3.24751057 C13.0571998,3.5572302 13.0901298,4.03723416 12.8087324,4.31965839 L9.14064666,7.99900183 L12.8087324,11.6803416 C13.0645482,11.9370909 13.0605893,12.3571292 12.8158402,12.6640749 L12.7352108,12.7524894 C12.4131626,13.0621511 11.9239974,13.0842548 11.6426,12.8018306 L8,9.14489021 L4.35740003,12.8018306 C4.10158422,13.05858 3.6740594,13.0636532 3.35648225,12.8298003 L3.26478919,12.7524894 C2.94280021,12.4427698 2.90987023,11.9627658 3.19126762,11.6803416 L6.8583349,7.99900183 L3.19126762,4.31965839 C2.93545181,4.06290908 2.93941068,3.64287076 3.18415975,3.3359251 L3.26478919,3.24751057 C3.58683735,2.93784891 4.07600264,2.91574512 4.35740003,3.19816936 L8,6.85411161 L11.6426,3.19816936 Z"
1139
+ "d": "M11.6426,3.19816936 C11.9239974,2.91574512 12.4131626,2.93784891 12.7352108,3.24751057 C13.0571998,3.5572302 13.0901298,4.03723416 12.8087324,4.31965839 L9.14064666,7.99900183 L12.8087324,11.6803416 C13.0645482,11.9370909 13.0605893,12.3571292 12.8158402,12.6640749 L12.7352108,12.7524894 C12.4131626,13.0621511 11.9239974,13.0842548 11.6426,12.8018306 L8,9.14489021 L4.35740003,12.8018306 C4.10158422,13.05858 3.6740594,13.0636532 3.35648225,12.8298003 L3.26478919,12.7524894 C2.94280021,12.4427698 2.90987023,11.9627658 3.19126762,11.6803416 L6.8583349,7.99900183 L3.19126762,4.31965839 C2.93545181,4.06290908 2.93941068,3.64287076 3.18415975,3.3359251 L3.26478919,3.24751057 C3.58683735,2.93784891 4.07600264,2.91574512 4.35740003,3.19816936 L8,6.85411161 L11.6426,3.19816936 Z"
1135
1140
  }, null)])])]);
1136
1141
  const ns$k = useNamespace("alert");
1137
1142
  const AlertTypeIcon = (props) => createVNode("svg", {
@@ -1165,12 +1170,12 @@ const AlertTypeIcon = (props) => createVNode("svg", {
1165
1170
  "fill-rule": "evenodd"
1166
1171
  }, [createVNode("path", {
1167
1172
  "class": "warning-outer",
1168
- "d": "M8.96244623,0.57254229 L15.8714442,13.4101975 C16.1549662,13.9370117 15.9538562,14.5918482 15.4222523,14.8728158 C15.2642579,14.9563203 15.0879506,15 14.9088903,15 L1.09089441,15 C0.488410063,15 0,14.5159904 0,13.9189343 C0,13.7414873 0.0440768395,13.5667684 0.128340519,13.4101975 L7.03733844,0.57254229 C7.32086049,0.0457280838 7.98165058,-0.153569987 8.51325441,0.127397589 C8.70423071,0.228333932 8.8605922,0.383286648 8.96244623,0.57254229 Z"
1173
+ "d": "M8.96244623,0.57254229 L15.8714442,13.4101975 C16.1549662,13.9370117 15.9538562,14.5918482 15.4222523,14.8728158 C15.2642579,14.9563203 15.0879506,15 14.9088903,15 L1.09089441,15 C0.488410063,15 0,14.5159904 0,13.9189343 C0,13.7414873 0.0440768395,13.5667684 0.128340519,13.4101975 L7.03733844,0.57254229 C7.32086049,0.0457280838 7.98165058,-0.153569987 8.51325441,0.127397589 C8.70423071,0.228333932 8.8605922,0.383286648 8.96244623,0.57254229 Z"
1169
1174
  }, null), createVNode("path", {
1170
1175
  "class": "warning-inner",
1171
1176
  "stroke-width": "0.3",
1172
1177
  "fill-rule": "nonzero",
1173
- "d": "M8.87894737,13 L7.08947368,13 L7.08947368,11.2105263 L8.87894737,11.2105263 L8.87894737,13 Z M8.62102372,9.86842105 L7.32800539,9.86842105 L7,4.5 L8.96842105,4.5 L8.62102372,9.86842105 Z"
1178
+ "d": "M8.87894737,13 L7.08947368,13 L7.08947368,11.2105263 L8.87894737,11.2105263 L8.87894737,13 Z M8.62102372,9.86842105 L7.32800539,9.86842105 L7,4.5 L8.96842105,4.5 L8.62102372,9.86842105 Z"
1174
1179
  }, null)]);
1175
1180
  case "info":
1176
1181
  return createVNode("g", {
@@ -8151,9 +8156,17 @@ function WarningIcon$2() {
8151
8156
  "fill": "none",
8152
8157
  "fill-rule": "evenodd"
8153
8158
  }, [createVNode("polygon", {
8154
- "points": "7.5 1.74501946 1.39184847 13.5954649 7.08947368 14.2207621 13.9973698 13.5954649 10.9383683 5.61273879 8.40084114 1.27624313"
8159
+ "points": "7.5 1.74501946 1.39184847 13.5954649 7.08947368 14.2207621 13.9973698 13.5954649 10.9383683 5.61273879 8.40084114 1.27624313"
8155
8160
  }, null), createVNode("path", {
8156
- "d": "M8.51325441,0.127397589 C8.70423071,0.228333932 8.8605922,0.383286648 8.96244623,0.57254229 L15.8714442,13.4101975 C16.1549662,13.9370117 15.9538562,14.5918482 15.4222523,14.8728158 C15.2642579,14.9563203 15.0879506,15 14.9088903,15 L1.09089441,15 C0.488410063,15 0,14.5159904 0,13.9189343 C0,13.7414873 0.0440768395,13.5667684 0.128340519,13.4101975 L7.03733844,0.57254229 C7.32086049,0.0457280838 7.98165058,-0.153569987 8.51325441,0.127397589 Z M8.87894737,11.2105263 L7.08947368,11.2105263 L7.08947368,13 L8.87894737,13 L8.87894737,11.2105263 Z M8.96842105,4.5 L7,4.5 L7.08947368,9.86842105 L8.87894737,9.86842105 L8.96842105,4.5 Z"
8161
+ "d": `M8.51325441,0.127397589 C8.70423071,0.228333932
8162
+ 8.8605922,0.383286648 8.96244623,0.57254229 L15.8714442,13.4101975
8163
+ C16.1549662,13.9370117 15.9538562,14.5918482 15.4222523,14.8728158
8164
+ C15.2642579,14.9563203 15.0879506,15 14.9088903,15 L1.09089441,15
8165
+ C0.488410063,15 0,14.5159904 0,13.9189343 C0,13.7414873 0.0440768395,13.5667684
8166
+ 0.128340519,13.4101975 L7.03733844,0.57254229 C7.32086049,0.0457280838 7.98165058,-0.153569987
8167
+ 8.51325441,0.127397589 Z M8.87894737,11.2105263 L7.08947368,11.2105263 L7.08947368,13
8168
+ L8.87894737,13 L8.87894737,11.2105263 Z M8.96842105,4.5 L7,4.5 L7.08947368,9.86842105
8169
+ L8.87894737,9.86842105 L8.96842105,4.5 Z`
8157
8170
  }, null)])]);
8158
8171
  }
8159
8172
  function InfoIcon$2() {
@@ -8174,7 +8187,7 @@ function InfoIcon$2() {
8174
8187
  }, null), createVNode("g", {
8175
8188
  "stroke-width": "1"
8176
8189
  }, [createVNode("path", {
8177
- "d": "M8,0 C3.6,0 0,3.6 0,8 C0,12.4 3.6,16 8,16 C12.4,16 16,12.4 16,8 C16,3.6 12.4,0 8,0 Z M9,5 L7,5 L7,3 L9,3 L9,5 Z M9,12.6 L7,12.6 L7,6.6 L9,6.6 L9,12.6 Z"
8190
+ "d": "M8,0 C3.6,0 0,3.6 0,8 C0,12.4 3.6,16 8,16 C12.4,16 16,12.4 16,8 C16,3.6 12.4,0 8,0 Z M9,5 L7,5 L7,3 L9,3 L9,5 Z M9,12.6 L7,12.6 L7,6.6 L9,6.6 L9,12.6 Z"
8178
8191
  }, null)])])]);
8179
8192
  }
8180
8193
  function ErrorIcon$3() {
@@ -8195,7 +8208,7 @@ function ErrorIcon$3() {
8195
8208
  "cy": "8",
8196
8209
  "r": "7"
8197
8210
  }, null), createVNode("path", {
8198
- "d": "M8,0 C3.6,0 0,3.6 0,8 C0,12.4 3.6,16 8,16 C12.4,16 16,12.4 16,8 C16,3.6 12.4,0 8,0 Z M9,12.6 L7,12.6 L7,10.6 L9,10.6 L9,12.6 Z M9,9.1 L7,9.1 L6.9,3.1 L9.1,3.1 L9,9.1 Z",
8211
+ "d": "M8,0 C3.6,0 0,3.6 0,8 C0,12.4 3.6,16 8,16 C12.4,16 16,12.4 16,8 C16,3.6 12.4,0 8,0 Z M9,12.6 L7,12.6 L7,10.6 L9,10.6 L9,12.6 Z M9,9.1 L7,9.1 L6.9,3.1 L9.1,3.1 L9,9.1 Z",
8199
8212
  "fill-rule": "nonzero"
8200
8213
  }, null)])]);
8201
8214
  }
@@ -8304,7 +8317,14 @@ function HelpTipsIcon() {
8304
8317
  "fill": "none",
8305
8318
  "fill-rule": "evenodd"
8306
8319
  }, [createVNode("g", null, [createVNode("path", {
8307
- "d": "M8.5,8.95852078 L8.5,11 L7.5,11 L7.5,8.5 C7.5,8.22385763 7.72385763,8 8,8 C9.1045695,8 10,7.1045695 10,6 C10,4.8954305 9.1045695,4 8,4 C6.8954305,4 6,4.8954305 6,6 L5,6 C5,4.34314575 6.34314575,3 8,3 C9.65685425,3 11,4.34314575 11,6 C11,7.48649814 9.91885667,8.72048173 8.5,8.95852078 L8.5,8.95852078 Z M8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 Z M8,15 C11.8659932,15 15,11.8659932 15,8 C15,4.13400675 11.8659932,1 8,1 C4.13400675,1 1,4.13400675 1,8 C1,11.8659932 4.13400675,15 8,15 Z M7.5,12 L8.5,12 L8.5,13 L7.5,13 L7.5,12 Z",
8320
+ "d": `M8.5,8.95852078 L8.5,11 L7.5,11 L7.5,8.5 C7.5,8.22385763
8321
+ 7.72385763,8 8,8 C9.1045695,8 10,7.1045695 10,6 C10,4.8954305
8322
+ 9.1045695,4 8,4 C6.8954305,4 6,4.8954305 6,6 L5,6 C5,4.34314575
8323
+ 6.34314575,3 8,3 C9.65685425,3 11,4.34314575 11,6 C11,7.48649814
8324
+ 9.91885667,8.72048173 8.5,8.95852078 L8.5,8.95852078 Z M8,16 C3.581722,16
8325
+ 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278
8326
+ 12.418278,16 8,16 Z M8,15 C11.8659932,15 15,11.8659932 15,8 C15,4.13400675 11.8659932,1 8,1
8327
+ C4.13400675,1 1,4.13400675 1,8 C1,11.8659932 4.13400675,15 8,15 Z M7.5,12 L8.5,12 L8.5,13 L7.5,13 L7.5,12 Z`,
8308
8328
  "fill": "#293040",
8309
8329
  "fill-rule": "nonzero"
8310
8330
  }, null)])])]);
@@ -8324,7 +8344,10 @@ function ErrorIcon$2() {
8324
8344
  "cy": "8",
8325
8345
  "r": "8"
8326
8346
  }, null), createVNode("polygon", {
8327
- "points": "8.07106781 6.65685425 10.8994949 3.82842712 12.3137085 5.24264069 9.48528137 8.07106781 12.3137085 10.8994949 10.8994949 12.3137085 8.07106781 9.48528137 5.24264069 12.3137085 3.82842712 10.8994949 6.65685425 8.07106781 3.82842712 5.24264069 5.24264069 3.82842712"
8347
+ "points": `8.07106781 6.65685425 10.8994949 3.82842712 12.3137085
8348
+ 5.24264069 9.48528137 8.07106781 12.3137085 10.8994949 10.8994949 12.3137085
8349
+ 8.07106781 9.48528137 5.24264069 12.3137085 3.82842712 10.8994949 6.65685425
8350
+ 8.07106781 3.82842712 5.24264069 5.24264069 3.82842712`
8328
8351
  }, null)])]);
8329
8352
  }
8330
8353
  function SuccessIcon$2() {
@@ -8342,7 +8365,7 @@ function SuccessIcon$2() {
8342
8365
  "cy": "8",
8343
8366
  "r": "8"
8344
8367
  }, null), createVNode("polygon", {
8345
- "points": "6.53553391 9.77817459 12.1923882 4.12132034 13.6066017 5.53553391 6.53553391 12.6066017 3 9.07106781 4.41421356 7.65685425 6.53553391 9.77817459"
8368
+ "points": "6.53553391 9.77817459 12.1923882 4.12132034 13.6066017 5.53553391 6.53553391 12.6066017 3 9.07106781 4.41421356 7.65685425 6.53553391 9.77817459"
8346
8369
  }, null)])]);
8347
8370
  }
8348
8371
  function PendingIcon() {
@@ -8357,7 +8380,7 @@ function PendingIcon() {
8357
8380
  "fill": "none",
8358
8381
  "fill-rule": "evenodd"
8359
8382
  }, [createVNode("path", {
8360
- "d": "M8,0 C12.4,0 16,3.6 16,8 C16,12.4 12.4,16 8,16 C3.6,16 0,12.4 0,8 C0,3.6 3.6,0 8,0 Z M8,1 C4.15,1 1,4.15 1,8 C1,11.85 4.15,15 8,15 C11.85,15 15,11.85 15,8 C15,4.15 11.85,1 8,1 Z",
8383
+ "d": "M8,0 C12.4,0 16,3.6 16,8 C16,12.4 12.4,16 8,16 C3.6,16 0,12.4 0,8 C0,3.6 3.6,0 8,0 Z M8,1 C4.15,1 1,4.15 1,8 C1,11.85 4.15,15 8,15 C11.85,15 15,11.85 15,8 C15,4.15 11.85,1 8,1 Z",
8361
8384
  "fill-rule": "nonzero"
8362
8385
  }, null), createVNode("path", {
8363
8386
  "d": "M8,0 C12.4,0 16,3.6 16,8 L15,8 C15,4.15 11.85,1 8,1 L8,0 Z",
@@ -9708,7 +9731,7 @@ var FormItem = defineComponent({
9708
9731
  }, [createVNode(FormLabel, {
9709
9732
  "help-tips": helpTips.value
9710
9733
  }, {
9711
- default: () => [label == null ? void 0 : label.value]
9734
+ default: () => [ctx2.slots.label ? ctx2.slots.label() : label == null ? void 0 : label.value]
9712
9735
  }), createVNode(FormControl, {
9713
9736
  "feedback-status": feedbackStatus == null ? void 0 : feedbackStatus.value,
9714
9737
  "extra-info": extraInfo.value
@@ -10560,7 +10583,7 @@ const IconBody = (props) => {
10560
10583
  "cy": "15",
10561
10584
  "r": "15"
10562
10585
  }, null), createVNode("path", {
10563
- "d": "M14.9997866,16 C12.5145053,16 10.4997866,13.9852814 10.4997866, 11.5 C10.4997866,9.01471863 12.5145053,7 14.9997866,7 C17.485068, 7 19.4997866,9.01471863 19.4997866,11.5 C19.4997866,13.9852814 17.485068, 16 14.9997866,16 Z M23,23 L7,22.998553 C7,19.0122153 10.8892296, 16.5 14.9997866,16.5 C19.1103437,16.5 23,20 23,23 Z",
10586
+ "d": "M14.9997866,16 C12.5145053,16 10.4997866,13.9852814 10.4997866, 11.5 C10.4997866,9.01471863 12.5145053,7 14.9997866,7 C17.485068, 7 19.4997866,9.01471863 19.4997866,11.5 C19.4997866,13.9852814 17.485068, 16 14.9997866,16 Z M23,23 L7,22.998553 C7,19.0122153 10.8892296, 16.5 14.9997866,16.5 C19.1103437,16.5 23,20 23,23 Z",
10564
10587
  "id": "\u5F62\u72B6\u7ED3\u5408",
10565
10588
  "fill": "#FFFFFF"
10566
10589
  }, null)])]);
@@ -10608,11 +10631,85 @@ const IconNobody = (props) => {
10608
10631
  "fill": "none",
10609
10632
  "fill-rule": "evenodd"
10610
10633
  }, [createVNode("path", {
10611
- "d": "M22.31,19.2474562 L22.31,21.9974562 L20.81,21.9974562 L20.81, 19.2474562 L18.06,19.2474562 L18.06,17.7474562 L20.81,17.7474562 L20.81, 14.9974562 L22.31,14.9974562 L22.31,17.7474562 L25.06,17.7474562 L25.06, 19.2474562 L22.31,19.2474562 Z M14.9297866,14.9974562 C12.4445053, 14.9974562 10.4297866,12.9827376 10.4297866,10.4974562 C10.4297866, 8.01217483 12.4445053,5.9974562 14.9297866,5.9974562 C17.415068, 5.9974562 19.4297866,8.01217483 19.4297866,10.4974562 C19.4297866, 12.9827376 17.415068,14.9974562 14.9297866,14.9974562 Z M19.6797866, 20.2474562 L19.6797866,21.9971623 L6.93,21.9960092 C6.93,18.0096715 10.8192296, 15.4974562 14.9297866,15.4974562 C16.4608397,15.4974562 17.9612467,15.983021 19.2414296, 16.7474562 L17.06,16.7474562 L17.06,20.2474562 L19.6797866,20.2474562 Z",
10634
+ "d": "M22.31,19.2474562 L22.31,21.9974562 L20.81,21.9974562 L20.81, 19.2474562 L18.06,19.2474562 L18.06,17.7474562 L20.81,17.7474562 L20.81, 14.9974562 L22.31,14.9974562 L22.31,17.7474562 L25.06,17.7474562 L25.06, 19.2474562 L22.31,19.2474562 Z M14.9297866,14.9974562 C12.4445053, 14.9974562 10.4297866,12.9827376 10.4297866,10.4974562 C10.4297866, 8.01217483 12.4445053,5.9974562 14.9297866,5.9974562 C17.415068, 5.9974562 19.4297866,8.01217483 19.4297866,10.4974562 C19.4297866, 12.9827376 17.415068,14.9974562 14.9297866,14.9974562 Z M19.6797866, 20.2474562 L19.6797866,21.9971623 L6.93,21.9960092 C6.93,18.0096715 10.8192296, 15.4974562 14.9297866,15.4974562 C16.4608397,15.4974562 17.9612467,15.983021 19.2414296, 16.7474562 L17.06,16.7474562 L17.06,20.2474562 L19.6797866,20.2474562 Z",
10612
10635
  "id": "\u5F62\u72B6\u7ED3\u5408",
10613
10636
  "fill": "#959EB2"
10614
10637
  }, null), createVNode("path", {
10615
- "d": "M0,15 L1,15 C1,15.6118966 1.03919561,16.2186526 1.11683409, 16.8178549 L0.125124012,16.9463505 C0.0425740367,16.309242 0, 15.6595925 0,15 Z M0.503241262,18.867175 L1.46961749,18.6100428 C1.62594651, 19.1975718 1.8203704,19.7729973 2.05141295,20.3332823 L1.12693074, 20.7145074 C0.880599065,20.1171459 0.67172715,19.500393 0.503241262, 18.867175 Z M1.99122134,22.4730778 L2.85786221,21.9741453 C3.16078316, 22.5003161 3.49772502,23.0063252 3.86631639,23.4889602 L3.0715754, 24.0959089 C2.6777461,23.5802273 2.31659753,23.0382531 1.99122134, 22.4730778 Z M4.38894559,25.6021078 L5.09634867,24.8952974 C5.52582519, 25.3251341 5.98272136,25.7268214 6.46397085,26.0975793 L5.85367498, 26.8897529 C5.33779918,26.4923186 4.84851395,26.0620615 4.38894559, 25.6021078 Z M7.4424647,27.9597887 L7.94703323,27.096417 C8.47111119, 27.4026968 9.0146817,27.6746032 9.57453904,27.9101878 L9.18668461, 28.8319084 C8.58423501,28.5784013 8.00181692,28.2866833 7.4424647, 27.9597887 Z M11.0671021,29.4791103 L11.3286494,28.5139196 C11.9126912, 28.6721832 12.5080563,28.7925378 13.1119738,28.8738935 L12.9784667, 29.8649413 C12.3271613,29.7772019 11.6891102,29.647662 11.0671021, 29.4791103 Z M15,30 C14.9951965,30 14.9903936,29.9999977 14.9855912, 30 L14.9865313,28.9999937 C14.9929361,28.9999987 14.9929361, 28.9999987 14.999296,29 C15.6071552,29 16.2093364,28.9614092 16.8041774, 28.8849313 L16.9316965,29.8767674 C16.2992813,29.9580762 15.6545362, 30 15,30 Z M18.8545762,29.5001051 L18.5982903,28.5335041 C19.1860387, 28.3776677 19.7617059,28.1837179 20.3222555,27.9531286 L20.7026875, 28.8779375 C20.1050484,29.123784 19.4880358,29.3321488 18.8545762, 29.5001051 Z M22.4608087,28.0158343 L21.9626951,27.1487226 C22.4893928, 26.8461604 22.9959399,26.5095265 23.479119,26.1411926 L24.0853678, 26.9364676 C23.5691101,27.3300178 23.0265585,27.6908386 22.4608087, 28.0158343 Z M25.5921583,25.6209863 L24.8860071,24.9129252 C25.3161421, 24.4839504 25.7181674,24.0275419 26.0893023,23.5467621 L26.8808873, 24.1578212 C26.4830546,24.6731862 26.0524368,25.1619493 25.5921583, 25.6209863 Z M27.9526445,22.5697466 L27.0897495,22.0643633 C27.3964738, 21.5406601 27.6688549,20.9974409 27.904942,20.4379104 L28.8262855, 20.8266601 C28.5722411,21.4287497 28.2800163,22.0107897 27.9526445, 22.5697466 Z M29.4756977,18.9454696 L28.5107363,18.6830777 C28.6695136, 18.099165 28.7903877,17.5039035 28.8722662,16.9000659 L29.8631978, 17.0344333 C29.7748946,17.6856516 29.6447979,18.3235936 29.4756977, 18.9454696 Z M30,15 C30,15.0093541 29.9999914,15.0187063 29.9999743, 15.0280564 L28.999976,15.0262257 C28.9999956,15.0134169 28.9999956, 15.0134169 29,15.0006466 C29,14.3970304 28.9619395,13.7989704 28.8865088, 13.208136 L29.8784576,13.0814959 C29.9586571,13.7096843 30,14.3500145 30, 15 Z M29.5038108,11.1594275 L28.5369608,11.4147728 C28.3816616, 10.8267413 28.1882232,10.2507676 27.9581175,9.68988857 L28.8832852, 9.31033004 C29.1286141,9.90831524 29.3364318,10.5256569 29.5038108, 11.1594275 Z M28.0228788,7.55146763 L27.1552968,8.0487618 C26.853241, 7.52179373 26.5170958,7.0149453 26.1492295,6.53143425 L26.9450761, 5.92593594 C27.3381231,6.44254364 27.6984223,6.98541919 28.0228788, 7.55146763 Z M25.6309089,4.41780044 L24.9221905,5.12329189 C24.4935639, 4.69270467 24.0374698,4.2902078 23.5569705,3.9185855 L24.1687554, 3.12756133 C24.6838129,3.52591118 25.1722392,3.95703271 25.6309089, 4.41780044 Z M22.5819506,2.05451093 L22.0757531,2.91692851 C21.5523008, 2.60968727 21.0092999,2.33677531 20.4499564,2.10014728 L20.8395722, 1.17916981 C21.4414531,1.43379309 22.0232574,1.72658499 22.5819506, 2.05451093 Z M18.9594329,0.528106464 L18.696103,1.4928123 C18.1122842, 1.33345081 17.517086,1.21199245 16.9132846,1.12953261 L17.0485964, 0.138729543 C17.6997753,0.227659622 18.3376514,0.358382523 18.9594329, 0.528106464 Z M15,-1.11022302e-16 C15.0139048,-1.11022302e-16 15.0278052, 1.892004e-05 15.0417011,5.673578e-05 L15.0389797,1.00005303 C15.0197685, 1.00000934 15.0197685,1.00000934 15.0005868,1.00000001 C14.4012162, 1 13.8072783,1.03753392 13.2204527,1.11192427 L13.0946918,0.119863691 C13.7186509, 0.0407660189 14.3545651,-1.11022302e-16 15,-1.11022302e-16 Z M11.1720354, 0.492865376 L11.4265338,1.45993857 C10.8386468,1.61464899 10.2627801, 1.80746996 9.70196444,2.03693489 L9.32327455,1.11141127 C9.92118954, 0.86676666 10.5384173,0.659610554 11.1720354,0.492865376 Z M7.56375123, 1.97008801 L8.06022548,2.83813946 C7.53298826,3.13968806 7.02583975, 3.47534367 6.54199783,3.84274131 L5.93725081,3.04632368 C6.4542073, 2.65378102 6.99740556,2.29400434 7.56375123,1.97008801 Z M4.42776842, 4.35917772 L5.13259949,5.06855291 C4.70156141,5.49682984 4.29859416, 5.95260763 3.92648544,6.43282469 L3.13602297,5.82031423 C3.53488885, 5.30556625 3.96651291,4.81747851 4.42776842,4.35917772 Z M2.0616775, 7.40585279 L2.92361696,7.91286401 C2.61586086,8.43606175 2.34241977, 8.97884042 2.10525197,9.53799293 L1.18464153,9.14751063 C1.43984243, 8.54584288 1.73319965,7.96427837 2.0616775,7.40585279 Z M0.531541456, 11.0280046 L1.49601653,11.2921785 C1.33614878,11.8758413 1.21417484, 12.4709081 1.13119244,13.074601 L0.140507978,12.9384235 C0.230001486, 12.2873626 0.361276825,11.6496255 0.531541456,11.0280046 Z",
10638
+ "d": `M0,15 L1,15 C1,15.6118966 1.03919561,16.2186526 1.11683409,
10639
+ 16.8178549 L0.125124012,16.9463505 C0.0425740367,16.309242 0,
10640
+ 15.6595925 0,15 Z M0.503241262,18.867175 L1.46961749,18.6100428 C1.62594651,
10641
+ 19.1975718 1.8203704,19.7729973 2.05141295,20.3332823 L1.12693074,
10642
+ 20.7145074 C0.880599065,20.1171459 0.67172715,19.500393 0.503241262,
10643
+ 18.867175 Z M1.99122134,22.4730778 L2.85786221,21.9741453 C3.16078316,
10644
+ 22.5003161 3.49772502,23.0063252 3.86631639,23.4889602 L3.0715754,
10645
+ 24.0959089 C2.6777461,23.5802273 2.31659753,23.0382531 1.99122134,
10646
+ 22.4730778 Z M4.38894559,25.6021078 L5.09634867,24.8952974 C5.52582519,
10647
+ 25.3251341 5.98272136,25.7268214 6.46397085,26.0975793 L5.85367498,
10648
+ 26.8897529 C5.33779918,26.4923186 4.84851395,26.0620615 4.38894559,
10649
+ 25.6021078 Z M7.4424647,27.9597887 L7.94703323,27.096417 C8.47111119,
10650
+ 27.4026968 9.0146817,27.6746032 9.57453904,27.9101878 L9.18668461,
10651
+ 28.8319084 C8.58423501,28.5784013 8.00181692,28.2866833 7.4424647,
10652
+ 27.9597887 Z M11.0671021,29.4791103 L11.3286494,28.5139196 C11.9126912,
10653
+ 28.6721832 12.5080563,28.7925378 13.1119738,28.8738935 L12.9784667,
10654
+ 29.8649413 C12.3271613,29.7772019 11.6891102,29.647662 11.0671021,
10655
+ 29.4791103 Z M15,30 C14.9951965,30 14.9903936,29.9999977 14.9855912,
10656
+ 30 L14.9865313,28.9999937 C14.9929361,28.9999987 14.9929361,
10657
+ 28.9999987 14.999296,29 C15.6071552,29 16.2093364,28.9614092 16.8041774,
10658
+ 28.8849313 L16.9316965,29.8767674 C16.2992813,29.9580762 15.6545362,
10659
+ 30 15,30 Z M18.8545762,29.5001051 L18.5982903,28.5335041 C19.1860387,
10660
+ 28.3776677 19.7617059,28.1837179 20.3222555,27.9531286 L20.7026875,
10661
+ 28.8779375 C20.1050484,29.123784 19.4880358,29.3321488 18.8545762,
10662
+ 29.5001051 Z M22.4608087,28.0158343 L21.9626951,27.1487226 C22.4893928,
10663
+ 26.8461604 22.9959399,26.5095265 23.479119,26.1411926 L24.0853678,
10664
+ 26.9364676 C23.5691101,27.3300178 23.0265585,27.6908386 22.4608087,
10665
+ 28.0158343 Z M25.5921583,25.6209863 L24.8860071,24.9129252 C25.3161421,
10666
+ 24.4839504 25.7181674,24.0275419 26.0893023,23.5467621 L26.8808873,
10667
+ 24.1578212 C26.4830546,24.6731862 26.0524368,25.1619493 25.5921583,
10668
+ 25.6209863 Z M27.9526445,22.5697466 L27.0897495,22.0643633 C27.3964738,
10669
+ 21.5406601 27.6688549,20.9974409 27.904942,20.4379104 L28.8262855,
10670
+ 20.8266601 C28.5722411,21.4287497 28.2800163,22.0107897 27.9526445,
10671
+ 22.5697466 Z M29.4756977,18.9454696 L28.5107363,18.6830777 C28.6695136,
10672
+ 18.099165 28.7903877,17.5039035 28.8722662,16.9000659 L29.8631978,
10673
+ 17.0344333 C29.7748946,17.6856516 29.6447979,18.3235936 29.4756977,
10674
+ 18.9454696 Z M30,15 C30,15.0093541 29.9999914,15.0187063 29.9999743,
10675
+ 15.0280564 L28.999976,15.0262257 C28.9999956,15.0134169 28.9999956,
10676
+ 15.0134169 29,15.0006466 C29,14.3970304 28.9619395,13.7989704 28.8865088,
10677
+ 13.208136 L29.8784576,13.0814959 C29.9586571,13.7096843 30,14.3500145 30,
10678
+ 15 Z M29.5038108,11.1594275 L28.5369608,11.4147728 C28.3816616,
10679
+ 10.8267413 28.1882232,10.2507676 27.9581175,9.68988857 L28.8832852,
10680
+ 9.31033004 C29.1286141,9.90831524 29.3364318,10.5256569 29.5038108,
10681
+ 11.1594275 Z M28.0228788,7.55146763 L27.1552968,8.0487618 C26.853241,
10682
+ 7.52179373 26.5170958,7.0149453 26.1492295,6.53143425 L26.9450761,
10683
+ 5.92593594 C27.3381231,6.44254364 27.6984223,6.98541919 28.0228788,
10684
+ 7.55146763 Z M25.6309089,4.41780044 L24.9221905,5.12329189 C24.4935639,
10685
+ 4.69270467 24.0374698,4.2902078 23.5569705,3.9185855 L24.1687554,
10686
+ 3.12756133 C24.6838129,3.52591118 25.1722392,3.95703271 25.6309089,
10687
+ 4.41780044 Z M22.5819506,2.05451093 L22.0757531,2.91692851 C21.5523008,
10688
+ 2.60968727 21.0092999,2.33677531 20.4499564,2.10014728 L20.8395722,
10689
+ 1.17916981 C21.4414531,1.43379309 22.0232574,1.72658499 22.5819506,
10690
+ 2.05451093 Z M18.9594329,0.528106464 L18.696103,1.4928123 C18.1122842,
10691
+ 1.33345081 17.517086,1.21199245 16.9132846,1.12953261 L17.0485964,
10692
+ 0.138729543 C17.6997753,0.227659622 18.3376514,0.358382523 18.9594329,
10693
+ 0.528106464 Z M15,-1.11022302e-16 C15.0139048,-1.11022302e-16 15.0278052,
10694
+ 1.892004e-05 15.0417011,5.673578e-05 L15.0389797,1.00005303 C15.0197685,
10695
+ 1.00000934 15.0197685,1.00000934 15.0005868,1.00000001 C14.4012162,
10696
+ 1 13.8072783,1.03753392 13.2204527,1.11192427 L13.0946918,0.119863691 C13.7186509,
10697
+ 0.0407660189 14.3545651,-1.11022302e-16 15,-1.11022302e-16 Z M11.1720354,
10698
+ 0.492865376 L11.4265338,1.45993857 C10.8386468,1.61464899 10.2627801,
10699
+ 1.80746996 9.70196444,2.03693489 L9.32327455,1.11141127 C9.92118954,
10700
+ 0.86676666 10.5384173,0.659610554 11.1720354,0.492865376 Z M7.56375123,
10701
+ 1.97008801 L8.06022548,2.83813946 C7.53298826,3.13968806 7.02583975,
10702
+ 3.47534367 6.54199783,3.84274131 L5.93725081,3.04632368 C6.4542073,
10703
+ 2.65378102 6.99740556,2.29400434 7.56375123,1.97008801 Z M4.42776842,
10704
+ 4.35917772 L5.13259949,5.06855291 C4.70156141,5.49682984 4.29859416,
10705
+ 5.95260763 3.92648544,6.43282469 L3.13602297,5.82031423 C3.53488885,
10706
+ 5.30556625 3.96651291,4.81747851 4.42776842,4.35917772 Z M2.0616775,
10707
+ 7.40585279 L2.92361696,7.91286401 C2.61586086,8.43606175 2.34241977,
10708
+ 8.97884042 2.10525197,9.53799293 L1.18464153,9.14751063 C1.43984243,
10709
+ 8.54584288 1.73319965,7.96427837 2.0616775,7.40585279 Z M0.531541456,
10710
+ 11.0280046 L1.49601653,11.2921785 C1.33614878,11.8758413 1.21417484,
10711
+ 12.4709081 1.13119244,13.074601 L0.140507978,12.9384235 C0.230001486,
10712
+ 12.2873626 0.361276825,11.6496255 0.531541456,11.0280046 Z`,
10616
10713
  "id": "\u8499\u7248",
10617
10714
  "fill": "#CACFD8",
10618
10715
  "fill-rule": "nonzero"
@@ -20402,7 +20499,17 @@ const IconCalendar = () => createVNode("svg", {
20402
20499
  "fill": "none",
20403
20500
  "fill-rule": "evenodd"
20404
20501
  }, [createVNode("path", {
20405
- "d": "M5,0 L5,1 L11,1 L11,0 L12,0 L12,1 L14,1 C15.1045695, 1 16,1.8954305 16,3 L16,14 C16,15.1045695 15.1045695,16 14, 16 L2,16 C0.8954305,16 0,15.1045695 0,14 L0,3 C0, 1.8954305 0.8954305,1 2,1 L4,1 L4,0 L5,0 Z M15,5 L1, 5 L1,14 C1,14.5522847 1.44771525,15 2,15 L14,15 C14.5522847, 15 15,14.5522847 15,14 L15,5 Z M6,7 C6.55228475,7 7,7.44771525 7, 8 L7,10 C7,10.5522847 6.55228475,11 6,11 L4,11 C3.44771525,11 3, 10.5522847 3,10 L3,8 C3,7.44771525 3.44771525,7 4,7 L6,7 Z M6, 8 L4,8 L4,10 L6,10 L6,8 Z M4,2 L2,2 C1.44771525,2 1,2.44771525 1, 3 L1,4 L15,4 L15,3 C15,2.44771525 14.5522847,2 14,2 L12,2 L12, 3 L11,3 L11,2 L5,2 L5,3 L4,3 L4,2 Z",
20502
+ "d": `M5,0 L5,1 L11,1 L11,0 L12,0 L12,1 L14,1 C15.1045695,
20503
+ 1 16,1.8954305 16,3 L16,14 C16,15.1045695 15.1045695,16 14,
20504
+ 16 L2,16 C0.8954305,16 0,15.1045695 0,14 L0,3 C0,
20505
+ 1.8954305 0.8954305,1 2,1 L4,1 L4,0 L5,0 Z M15,5 L1,
20506
+ 5 L1,14 C1,14.5522847 1.44771525,15 2,15 L14,15 C14.5522847,
20507
+ 15 15,14.5522847 15,14 L15,5 Z M6,7 C6.55228475,7 7,7.44771525 7,
20508
+ 8 L7,10 C7,10.5522847 6.55228475,11 6,11 L4,11 C3.44771525,11 3,
20509
+ 10.5522847 3,10 L3,8 C3,7.44771525 3.44771525,7 4,7 L6,7 Z M6,
20510
+ 8 L4,8 L4,10 L6,10 L6,8 Z M4,2 L2,2 C1.44771525,2 1,2.44771525 1,
20511
+ 3 L1,4 L15,4 L15,3 C15,2.44771525 14.5522847,2 14,2 L12,2 L12,
20512
+ 3 L11,3 L11,2 L5,2 L5,3 L4,3 L4,2 Z`,
20406
20513
  "fill": "#BABBC0"
20407
20514
  }, null)])]);
20408
20515
  const IconClose$2 = () => createVNode("svg", {
@@ -20417,7 +20524,22 @@ const IconClose$2 = () => createVNode("svg", {
20417
20524
  "fill": "none",
20418
20525
  "fill-rule": "evenodd"
20419
20526
  }, [createVNode("path", {
20420
- "d": "M8,1 C11.8659932,1 15,4.13400675 15,8 C15, 11.8659932 11.8659932,15 8,15 C4.13400675,15 1, 11.8659932 1,8 C1,4.13400675 4.13400675,1 8, 1 Z M5.87867966,5.17157288 C5.68341751,4.97631073 5.36683502, 4.97631073 5.17157288,5.17157288 C4.99800652,5.34513923 4.97872137, 5.61456363 5.11371742,5.80943177 L5.17157288,5.87867966 L7.29218611, 7.99929289 L5.17157288,10.1213203 C4.97631073,10.3165825 4.97631073, 10.633165 5.17157288,10.8284271 C5.34513923,11.0019935 5.61456363, 11.0212786 5.80943177,10.8862826 L5.87867966,10.8284271 L7.99929289, 8.70639967 L10.1213203,10.8284271 C10.3165825,11.0236893 10.633165, 11.0236893 10.8284271,10.8284271 C11.0019935,10.6548608 11.0212786, 10.3854364 10.8862826,10.1905682 L10.8284271,10.1213203 L8.70710678, 8 L10.8284271,5.87867966 C11.0236893,5.68341751 11.0236893, 5.36683502 10.8284271,5.17157288 C10.6548608,4.99800652 10.3854364, 4.97872137 10.1905682,5.11371742 L10.1213203,5.17157288 L8, 7.29289322 L5.87867966,5.17157288 Z",
20527
+ "d": `M8,1 C11.8659932,1 15,4.13400675 15,8 C15,
20528
+ 11.8659932 11.8659932,15 8,15 C4.13400675,15 1,
20529
+ 11.8659932 1,8 C1,4.13400675 4.13400675,1 8,
20530
+ 1 Z M5.87867966,5.17157288 C5.68341751,4.97631073 5.36683502,
20531
+ 4.97631073 5.17157288,5.17157288 C4.99800652,5.34513923 4.97872137,
20532
+ 5.61456363 5.11371742,5.80943177 L5.17157288,5.87867966 L7.29218611,
20533
+ 7.99929289 L5.17157288,10.1213203 C4.97631073,10.3165825 4.97631073,
20534
+ 10.633165 5.17157288,10.8284271 C5.34513923,11.0019935 5.61456363,
20535
+ 11.0212786 5.80943177,10.8862826 L5.87867966,10.8284271 L7.99929289,
20536
+ 8.70639967 L10.1213203,10.8284271 C10.3165825,11.0236893 10.633165,
20537
+ 11.0236893 10.8284271,10.8284271 C11.0019935,10.6548608 11.0212786,
20538
+ 10.3854364 10.8862826,10.1905682 L10.8284271,10.1213203 L8.70710678,
20539
+ 8 L10.8284271,5.87867966 C11.0236893,5.68341751 11.0236893,
20540
+ 5.36683502 10.8284271,5.17157288 C10.6548608,4.99800652 10.3854364,
20541
+ 4.97872137 10.1905682,5.11371742 L10.1213203,5.17157288 L8,
20542
+ 7.29289322 L5.87867966,5.17157288 Z`,
20421
20543
  "fill-rule": "nonzero"
20422
20544
  }, null)])]);
20423
20545
  var datePickerPro = "";
@@ -21295,6 +21417,378 @@ var DropdownInstall = {
21295
21417
  app.component(DropdownMenu.name, DropdownMenu);
21296
21418
  }
21297
21419
  };
21420
+ const devuiChartProps = {
21421
+ option: {
21422
+ type: Object,
21423
+ default: {}
21424
+ }
21425
+ };
21426
+ const DARK_LINE_COLOR = "#4E5057";
21427
+ const DARK_TITLE_COLOR = "#CED1DB";
21428
+ const DARK_TEXT_COLOR = "#696C75";
21429
+ const DARK_LEGEND_COLOR = "#868A99";
21430
+ const DARK_AXIS_COLOR = "#4E5057";
21431
+ const LIGHT_LINE_COLOR = "#D7D8DA";
21432
+ const LIGHT_TITLE_COLOR = "#252B3A";
21433
+ const LIGHT_TEXT_COLOR = "#9B9FA8";
21434
+ const LIGHT_LEGEND_COLOR = "#71757F";
21435
+ const LIGHT_AXIS_COLOR = "#D7D8DA";
21436
+ const DEFAULT_BASIC_COLOR_PALETTE = [
21437
+ "#5C8DFF",
21438
+ "#BC94FF",
21439
+ "#54D2EB",
21440
+ "#A6DD82",
21441
+ "#FCDA6B",
21442
+ "#CA7ED6",
21443
+ "#7298F1",
21444
+ "#73CEA6",
21445
+ "#EDD249",
21446
+ "#CAABFF",
21447
+ "#85CAFF",
21448
+ "#93D99A",
21449
+ "#96ADFA",
21450
+ "#F4AF8F",
21451
+ "#A282E9",
21452
+ "#FFBB6B",
21453
+ "#69DBB9",
21454
+ "#76DBEF",
21455
+ "#B1CE4F",
21456
+ "#5DA4DC"
21457
+ ];
21458
+ function axisCommon(type4) {
21459
+ if (type4 === "dark") {
21460
+ return {
21461
+ axisLine: {
21462
+ lineStyle: {
21463
+ color: DARK_AXIS_COLOR
21464
+ }
21465
+ },
21466
+ axisTick: {
21467
+ lineStyle: {
21468
+ color: DARK_AXIS_COLOR
21469
+ }
21470
+ },
21471
+ axisLabel: {
21472
+ textStyle: {
21473
+ color: DARK_TEXT_COLOR
21474
+ }
21475
+ },
21476
+ splitLine: {
21477
+ lineStyle: {
21478
+ type: [3, 3],
21479
+ color: DARK_LINE_COLOR
21480
+ }
21481
+ }
21482
+ };
21483
+ } else {
21484
+ return {
21485
+ axisLine: {
21486
+ lineStyle: {
21487
+ color: LIGHT_AXIS_COLOR
21488
+ }
21489
+ },
21490
+ axisTick: {
21491
+ lineStyle: {
21492
+ color: LIGHT_AXIS_COLOR
21493
+ }
21494
+ },
21495
+ axisLabel: {
21496
+ textStyle: {
21497
+ color: LIGHT_TEXT_COLOR
21498
+ }
21499
+ },
21500
+ splitLine: {
21501
+ lineStyle: {
21502
+ type: [3, 3],
21503
+ color: LIGHT_LINE_COLOR
21504
+ }
21505
+ }
21506
+ };
21507
+ }
21508
+ }
21509
+ const DEVUI_ECHART_THEME = {
21510
+ defaultColorPalette: DEFAULT_BASIC_COLOR_PALETTE,
21511
+ defaultDarkTheme: {
21512
+ color: DEFAULT_BASIC_COLOR_PALETTE,
21513
+ tooltip: {
21514
+ axisPointer: {
21515
+ label: {
21516
+ show: false
21517
+ },
21518
+ lineStyle: {
21519
+ color: DARK_LINE_COLOR,
21520
+ width: 2,
21521
+ type: [2, 3]
21522
+ },
21523
+ crossStyle: {
21524
+ color: DARK_LINE_COLOR,
21525
+ width: 2,
21526
+ type: [2, 3]
21527
+ }
21528
+ },
21529
+ backgroundColor: "rgba(36,37,38,0.96)",
21530
+ extraCssText: "border-radius: 8px;box-shadow: 0 1px 4px 0 rgba(37,43,58,0.1)",
21531
+ borderWidth: 0,
21532
+ padding: [8, 8],
21533
+ textStyle: {
21534
+ color: DARK_LEGEND_COLOR,
21535
+ fontSize: 12
21536
+ }
21537
+ },
21538
+ virtualMap: {
21539
+ textStyle: {
21540
+ color: DARK_TEXT_COLOR
21541
+ }
21542
+ },
21543
+ legend: {
21544
+ height: "80%",
21545
+ width: "80%",
21546
+ textStyle: {
21547
+ color: DARK_LEGEND_COLOR
21548
+ }
21549
+ },
21550
+ textStyle: {
21551
+ color: DARK_TEXT_COLOR
21552
+ },
21553
+ title: {
21554
+ textStyle: {
21555
+ color: DARK_TITLE_COLOR
21556
+ }
21557
+ },
21558
+ toolbox: {
21559
+ iconStyle: {
21560
+ borderColor: DARK_LINE_COLOR
21561
+ }
21562
+ },
21563
+ dataZoom: {
21564
+ textStyle: {
21565
+ color: DARK_TEXT_COLOR
21566
+ }
21567
+ },
21568
+ timeline: {
21569
+ lineStyle: {
21570
+ color: DARK_LINE_COLOR
21571
+ },
21572
+ label: {
21573
+ textStyle: {
21574
+ color: DARK_TEXT_COLOR
21575
+ }
21576
+ }
21577
+ },
21578
+ timeAxis: axisCommon("dark"),
21579
+ logAxis: axisCommon("dark"),
21580
+ valueAxis: __spreadProps(__spreadValues({}, axisCommon("dark")), {
21581
+ axisLine: {
21582
+ show: false,
21583
+ lineStyle: {
21584
+ color: DARK_AXIS_COLOR
21585
+ }
21586
+ },
21587
+ axisTick: {
21588
+ show: false
21589
+ }
21590
+ }),
21591
+ categoryAxis: __spreadProps(__spreadValues({}, axisCommon("dark")), {
21592
+ axisLine: {
21593
+ show: true,
21594
+ lineStyle: {
21595
+ color: DARK_AXIS_COLOR
21596
+ }
21597
+ },
21598
+ axisTick: {
21599
+ show: false
21600
+ }
21601
+ }),
21602
+ line: {
21603
+ symbol: "circle"
21604
+ },
21605
+ graph: {
21606
+ color: DEFAULT_BASIC_COLOR_PALETTE
21607
+ },
21608
+ geo: {
21609
+ itemStyle: {
21610
+ borderColor: "#fff",
21611
+ areaColor: "#37383A"
21612
+ }
21613
+ }
21614
+ },
21615
+ defaultLightTheme: {
21616
+ color: DEFAULT_BASIC_COLOR_PALETTE,
21617
+ tooltip: {
21618
+ axisPointer: {
21619
+ label: {
21620
+ show: false
21621
+ },
21622
+ lineStyle: {
21623
+ color: LIGHT_LINE_COLOR,
21624
+ width: 2,
21625
+ type: [2, 3]
21626
+ },
21627
+ crossStyle: {
21628
+ color: LIGHT_LINE_COLOR,
21629
+ width: 2,
21630
+ type: [2, 3]
21631
+ }
21632
+ },
21633
+ backgroundColor: "rgba(255,255,255,0.96)",
21634
+ extraCssText: "border-radius: 8px;box-shadow: 0 1px 4px 0 rgba(37,43,58,0.1)",
21635
+ borderWidth: 0,
21636
+ padding: [8, 8],
21637
+ textStyle: {
21638
+ color: LIGHT_LEGEND_COLOR,
21639
+ fontSize: 12
21640
+ }
21641
+ },
21642
+ virtualMap: {
21643
+ textStyle: {
21644
+ color: LIGHT_TEXT_COLOR
21645
+ }
21646
+ },
21647
+ legend: {
21648
+ height: "80%",
21649
+ width: "80%",
21650
+ align: "left",
21651
+ textStyle: {
21652
+ color: LIGHT_LEGEND_COLOR
21653
+ }
21654
+ },
21655
+ textStyle: {
21656
+ color: LIGHT_TEXT_COLOR
21657
+ },
21658
+ title: {
21659
+ textStyle: {
21660
+ color: LIGHT_TITLE_COLOR
21661
+ }
21662
+ },
21663
+ toolbox: {
21664
+ iconStyle: {
21665
+ borderColor: LIGHT_LINE_COLOR
21666
+ }
21667
+ },
21668
+ dataZoom: {
21669
+ textStyle: {
21670
+ color: LIGHT_TEXT_COLOR
21671
+ }
21672
+ },
21673
+ timeline: {
21674
+ lineStyle: {
21675
+ color: LIGHT_LINE_COLOR
21676
+ },
21677
+ label: {
21678
+ textStyle: {
21679
+ color: LIGHT_TEXT_COLOR
21680
+ }
21681
+ }
21682
+ },
21683
+ timeAxis: axisCommon("light"),
21684
+ logAxis: axisCommon("light"),
21685
+ valueAxis: __spreadProps(__spreadValues({}, axisCommon("light")), {
21686
+ axisLine: {
21687
+ show: false,
21688
+ lineStyle: {
21689
+ color: LIGHT_AXIS_COLOR
21690
+ }
21691
+ },
21692
+ axisTick: {
21693
+ show: false
21694
+ }
21695
+ }),
21696
+ categoryAxis: __spreadProps(__spreadValues({}, axisCommon("light")), {
21697
+ axisLine: {
21698
+ show: true,
21699
+ lineStyle: {
21700
+ color: LIGHT_AXIS_COLOR
21701
+ }
21702
+ },
21703
+ axisTick: {
21704
+ show: false
21705
+ }
21706
+ }),
21707
+ line: {
21708
+ symbol: "emptyCircle",
21709
+ markPoint: {
21710
+ label: {
21711
+ show: true,
21712
+ color: LIGHT_TEXT_COLOR
21713
+ }
21714
+ }
21715
+ },
21716
+ graph: {
21717
+ color: DEFAULT_BASIC_COLOR_PALETTE
21718
+ },
21719
+ geo: {
21720
+ itemStyle: {
21721
+ borderColor: "#fff",
21722
+ areaColor: "#eaebed"
21723
+ }
21724
+ }
21725
+ }
21726
+ };
21727
+ var DChart = defineComponent({
21728
+ name: "DChart",
21729
+ props: devuiChartProps,
21730
+ emits: ["chartReady"],
21731
+ setup(props, {
21732
+ emit
21733
+ }) {
21734
+ const {
21735
+ option: option2
21736
+ } = toRefs$1(props);
21737
+ let theme;
21738
+ let themeService;
21739
+ let isDark = false;
21740
+ let echartInstacne;
21741
+ let timer;
21742
+ const chartRef = ref();
21743
+ const themeChange = () => {
21744
+ var _a;
21745
+ isDark = !!((_a = themeService == null ? void 0 : themeService.currentTheme) == null ? void 0 : _a.isDark);
21746
+ theme = isDark ? DEVUI_ECHART_THEME.defaultDarkTheme : DEVUI_ECHART_THEME.defaultLightTheme;
21747
+ echartInstacne.dispose();
21748
+ echartInstacne = echarts.init(chartRef.value, theme);
21749
+ echartInstacne.setOption(option2.value, true);
21750
+ console.log(option2.value);
21751
+ emit("chartReady", echartInstacne);
21752
+ };
21753
+ const onresize = () => {
21754
+ clearTimeout(timer);
21755
+ timer = setTimeout(() => {
21756
+ echartInstacne.resize();
21757
+ }, 100);
21758
+ };
21759
+ onMounted(() => {
21760
+ var _a;
21761
+ themeService = window["devuiThemeService"];
21762
+ isDark = !!((_a = themeService == null ? void 0 : themeService.currentTheme) == null ? void 0 : _a.isDark);
21763
+ theme = isDark ? DEVUI_ECHART_THEME.defaultDarkTheme : DEVUI_ECHART_THEME.defaultLightTheme;
21764
+ echartInstacne = echarts.init(chartRef.value, theme);
21765
+ if (themeService) {
21766
+ themeService.eventBus.add("themeChanged", themeChange);
21767
+ }
21768
+ echartInstacne.setOption(option2.value, true);
21769
+ emit("chartReady", echartInstacne);
21770
+ window.addEventListener("resize", onresize);
21771
+ });
21772
+ onUnmounted(() => {
21773
+ echartInstacne == null ? void 0 : echartInstacne.dispatchAction({
21774
+ type: "hideTip"
21775
+ });
21776
+ themeService.eventBus.remove("themeChanged", themeChange);
21777
+ });
21778
+ return () => createVNode("div", {
21779
+ "ref": chartRef,
21780
+ "class": "devui-charts"
21781
+ }, null);
21782
+ }
21783
+ });
21784
+ var EchartsInstall = {
21785
+ title: "Echarts \u56FE\u8868",
21786
+ category: "\u6F14\u8FDB\u4E2D",
21787
+ status: "100%",
21788
+ install(app) {
21789
+ app.component(DChart.name, DChart);
21790
+ }
21791
+ };
21298
21792
  const editableSelectProps = {
21299
21793
  modelValue: {
21300
21794
  type: [String, Number]
@@ -25962,7 +26456,7 @@ var imagePreview = defineComponent({
25962
26456
  }, [createVNode("polygon", {
25963
26457
  "fill": "#293040",
25964
26458
  "fill-rule": "nonzero",
25965
- "points": "8 6.58578644 12.2426407 2.34314575 13.6568542 3.75735931 9.41421356 8 13.6568542 12.2426407 12.2426407 13.6568542 8 9.41421356 3.75735931 13.6568542 2.34314575 12.2426407 6.58578644 8 2.34314575 3.75735931 3.75735931 2.34314575"
26459
+ "points": "8 6.58578644 12.2426407 2.34314575 13.6568542 3.75735931 9.41421356 8 13.6568542 12.2426407 12.2426407 13.6568542 8 9.41421356 3.75735931 13.6568542 2.34314575 12.2426407 6.58578644 8 2.34314575 3.75735931 3.75735931 2.34314575"
25966
26460
  }, null)])])]), createVNode("button", {
25967
26461
  "class": ns2.e("arrow-left"),
25968
26462
  "onClick": onPrev
@@ -25979,7 +26473,7 @@ var imagePreview = defineComponent({
25979
26473
  }, [createVNode("polygon", {
25980
26474
  "fill": "#293040",
25981
26475
  "fill-rule": "nonzero",
25982
- "points": "10.7071068 12.2928932 9.29289322 13.7071068 3.58578644 8 9.29289322 2.29289322 10.7071068 3.70710678 6.41421356 8"
26476
+ "points": "10.7071068 12.2928932 9.29289322 13.7071068 3.58578644 8 9.29289322 2.29289322 10.7071068 3.70710678 6.41421356 8"
25983
26477
  }, null)])])]), createVNode("button", {
25984
26478
  "class": ns2.e("arrow-right"),
25985
26479
  "onClick": onNext
@@ -25997,7 +26491,7 @@ var imagePreview = defineComponent({
25997
26491
  "fill": "#293040",
25998
26492
  "fill-rule": "nonzero",
25999
26493
  "transform": "translate(8.146447, 8.000000) scale(-1, 1) translate(-8.146447, -8.000000) ",
26000
- "points": "11.7071068 12.2928932 10.2928932 13.7071068 4.58578644 8 10.2928932 2.29289322 11.7071068 3.70710678 7.41421356 8"
26494
+ "points": "11.7071068 12.2928932 10.2928932 13.7071068 4.58578644 8 10.2928932 2.29289322 11.7071068 3.70710678 7.41421356 8"
26001
26495
  }, null)])])]), createVNode("div", {
26002
26496
  "class": ns2.e("toolbar")
26003
26497
  }, [createVNode("button", {
@@ -26015,7 +26509,13 @@ var imagePreview = defineComponent({
26015
26509
  "fill": "#293040",
26016
26510
  "fill-rule": "nonzero"
26017
26511
  }, [createVNode("path", {
26018
- "d": "M6,6 L6,4 L8,4 L8,6 L10,6 L10,8 L8,8 L8,10 L6,10 L6,8 L4,8 L4,6 L6,6 Z M12.6063847,11.1921711 L15.6568542,14.2426407 L14.2426407,15.6568542 L11.1921711,12.6063847 C10.0235906,13.4815965 8.5723351,14 7,14 C3.13400675,14 0,10.8659932 0,7 C0,3.13400675 3.13400675,0 7,0 C10.8659932,0 14,3.13400675 14,7 C14,8.5723351 13.4815965,10.0235906 12.6063847,11.1921711 L12.6063847,11.1921711 Z M7,12 C9.76142375,12 12,9.76142375 12,7 C12,4.23857625 9.76142375,2 7,2 C4.23857625,2 2,4.23857625 2,7 C2,9.76142375 4.23857625,12 7,12 Z"
26512
+ "d": `M6,6 L6,4 L8,4 L8,6 L10,6 L10,8 L8,8 L8,10 L6,10 L6,8 L4,8 L4,6 L6,6 Z
26513
+ M12.6063847,11.1921711 L15.6568542,14.2426407 L14.2426407,15.6568542 L11.1921711,12.6063847
26514
+ C10.0235906,13.4815965 8.5723351,14 7,14 C3.13400675,14 0,10.8659932 0,7 C0,3.13400675
26515
+ 3.13400675,0 7,0 C10.8659932,0 14,3.13400675 14,7 C14,8.5723351 13.4815965,10.0235906
26516
+ 12.6063847,11.1921711 L12.6063847,11.1921711 Z M7,12 C9.76142375,12 12,9.76142375
26517
+ 12,7 C12,4.23857625 9.76142375,2 7,2 C4.23857625,2 2,4.23857625 2,7 C2,9.76142375
26518
+ 4.23857625,12 7,12 Z`
26019
26519
  }, null)])])])]), createVNode("button", {
26020
26520
  "onClick": onZoomOut
26021
26521
  }, [createVNode("svg", {
@@ -26031,7 +26531,12 @@ var imagePreview = defineComponent({
26031
26531
  "fill": "#293040",
26032
26532
  "fill-rule": "nonzero"
26033
26533
  }, [createVNode("path", {
26034
- "d": "M12.6063847,11.1921711 L15.6568542,14.2426407 L14.2426407,15.6568542 L11.1921711,12.6063847 C10.0235906,13.4815965 8.5723351,14 7,14 C3.13400675,14 0,10.8659932 0,7 C0,3.13400675 3.13400675,0 7,0 C10.8659932,0 14,3.13400675 14,7 C14,8.5723351 13.4815965,10.0235906 12.6063847,11.1921711 L12.6063847,11.1921711 Z M7,12 C9.76142375,12 12,9.76142375 12,7 C12,4.23857625 9.76142375,2 7,2 C4.23857625,2 2,4.23857625 2,7 C2,9.76142375 4.23857625,12 7,12 Z M4,6 L10,6 L10,8 L4,8 L4,6 Z"
26534
+ "d": `M12.6063847,11.1921711 L15.6568542,14.2426407 L14.2426407,15.6568542
26535
+ L11.1921711,12.6063847 C10.0235906,13.4815965 8.5723351,14 7,14 C3.13400675,14 0,10.8659932
26536
+ 0,7 C0,3.13400675 3.13400675,0 7,0 C10.8659932,0 14,3.13400675 14,7 C14,8.5723351
26537
+ 13.4815965,10.0235906 12.6063847,11.1921711 L12.6063847,11.1921711 Z M7,12 C9.76142375,12
26538
+ 12,9.76142375 12,7 C12,4.23857625 9.76142375,2 7,2 C4.23857625,2 2,4.23857625 2,7 C2,9.76142375
26539
+ 4.23857625,12 7,12 Z M4,6 L10,6 L10,8 L4,8 L4,6 Z`
26035
26540
  }, null)])])])]), createVNode("button", {
26036
26541
  "onClick": onRotate
26037
26542
  }, [createVNode("svg", {
@@ -26045,7 +26550,16 @@ var imagePreview = defineComponent({
26045
26550
  "fill": "none",
26046
26551
  "fill-rule": "evenodd"
26047
26552
  }, [createVNode("path", {
26048
- "d": "M7.5,3.02242151 L7.5,4 L4.5,2 L7.5,0 L7.5,1.01640228 C7.66526181,1.00552468 7.83198572,1 8,1 C12.1421356,1 15.5,4.35786438 15.5,8.5 C15.5,12.6421356 12.1421356,16 8,16 C3.85786438,16 0.5,12.6421356 0.5,8.5 C0.5,6.9828355 0.950484514,5.5708873 1.72499011,4.39061882 L3.42173231,5.4510827 C2.83944149,6.32371289 2.5,7.37221604 2.5,8.5 C2.5,11.5375661 4.96243388,14 8,14 C11.0375661,14 13.5,11.5375661 13.5,8.5 C13.5,5.46243388 11.0375661,3 8,3 C7.83145515,3 7.66468102,3.00758131 7.5,3.02242151 Z M8,11 C6.61928813,11 5.5,9.88071187 5.5,8.5 C5.5,7.11928813 6.61928813,6 8,6 C9.38071187,6 10.5,7.11928813 10.5,8.5 C10.5,9.88071187 9.38071187,11 8,11 Z M8,10 C8.82842712,10 9.5,9.32842712 9.5,8.5 C9.5,7.67157288 8.82842712,7 8,7 C7.17157288,7 6.5,7.67157288 6.5,8.5 C6.5,9.32842712 7.17157288,10 8,10 Z",
26553
+ "d": `M7.5,3.02242151 L7.5,4 L4.5,2 L7.5,0 L7.5,1.01640228 C7.66526181,1.00552468
26554
+ 7.83198572,1 8,1 C12.1421356,1 15.5,4.35786438 15.5,8.5 C15.5,12.6421356
26555
+ 12.1421356,16 8,16 C3.85786438,16 0.5,12.6421356 0.5,8.5 C0.5,6.9828355
26556
+ 0.950484514,5.5708873 1.72499011,4.39061882 L3.42173231,5.4510827 C2.83944149,6.32371289
26557
+ 2.5,7.37221604 2.5,8.5 C2.5,11.5375661 4.96243388,14 8,14 C11.0375661,14 13.5,11.5375661
26558
+ 13.5,8.5 C13.5,5.46243388 11.0375661,3 8,3 C7.83145515,3 7.66468102,3.00758131 7.5,3.02242151
26559
+ Z M8,11 C6.61928813,11 5.5,9.88071187 5.5,8.5 C5.5,7.11928813 6.61928813,6 8,6 C9.38071187,6
26560
+ 10.5,7.11928813 10.5,8.5 C10.5,9.88071187 9.38071187,11 8,11 Z M8,10 C8.82842712,10 9.5,9.32842712
26561
+ 9.5,8.5 C9.5,7.67157288 8.82842712,7 8,7 C7.17157288,7 6.5,7.67157288 6.5,8.5 C6.5,9.32842712
26562
+ 7.17157288,10 8,10 Z`,
26049
26563
  "fill": "#293040"
26050
26564
  }, null)])])]), createVNode("button", {
26051
26565
  "onClick": onPrev
@@ -26062,7 +26576,7 @@ var imagePreview = defineComponent({
26062
26576
  }, [createVNode("polygon", {
26063
26577
  "fill": "#293040",
26064
26578
  "fill-rule": "nonzero",
26065
- "points": "10.7071068 12.2928932 9.29289322 13.7071068 3.58578644 8 9.29289322 2.29289322 10.7071068 3.70710678 6.41421356 8"
26579
+ "points": "10.7071068 12.2928932 9.29289322 13.7071068 3.58578644 8 9.29289322 2.29289322 10.7071068 3.70710678 6.41421356 8"
26066
26580
  }, null)])])]), createVNode("span", {
26067
26581
  "class": ns2.e("index")
26068
26582
  }, [index2.value + 1, createTextVNode(":"), props.previewUrlList.length]), createVNode("button", {
@@ -26081,7 +26595,7 @@ var imagePreview = defineComponent({
26081
26595
  "fill": "#293040",
26082
26596
  "fill-rule": "nonzero",
26083
26597
  "transform": "translate(8.146447, 8.000000) scale(-1, 1) translate(-8.146447, -8.000000) ",
26084
- "points": "11.7071068 12.2928932 10.2928932 13.7071068 4.58578644 8 10.2928932 2.29289322 11.7071068 3.70710678 7.41421356 8"
26598
+ "points": "11.7071068 12.2928932 10.2928932 13.7071068 4.58578644 8 10.2928932 2.29289322 11.7071068 3.70710678 7.41421356 8"
26085
26599
  }, null)])])]), createVNode("button", {
26086
26600
  "onClick": onZoomBest
26087
26601
  }, [createVNode("svg", {
@@ -26094,7 +26608,12 @@ var imagePreview = defineComponent({
26094
26608
  "fill": "none",
26095
26609
  "fill-rule": "evenodd"
26096
26610
  }, [createVNode("path", {
26097
- "d": "M16,16 L11.429,16 L11.429,15 L14.456,15 L11.006,11.226 L11.652,10.519 L15.086,14.275 L15.086,11 L16,11 L16,16 Z M15.164,1.544 L12.009,4.994 L11.418,4.348 L14.558,0.914 L11.82,0.914 L11.82,0 L16,0 L16,4.571 L15.164,4.571 L15.164,1.544 Z M5,15 L5,16 L0,16 L0,11 L1,11 L1,14.275 L4.756,10.519 L5.463,11.226 L1.689,15 L5,15 Z M4.365,4.994 L0.914,1.544 L0.914,4.571 L3.41060513e-13,4.571 L3.41060513e-13,0 L4.571,0 L4.571,0.914 L1.578,0.914 L5.011,4.348 L4.365,4.994 Z",
26611
+ "d": `M16,16 L11.429,16 L11.429,15 L14.456,15 L11.006,11.226 L11.652,10.519 L15.086,14.275
26612
+ L15.086,11 L16,11 L16,16 Z M15.164,1.544 L12.009,4.994 L11.418,4.348 L14.558,0.914
26613
+ L11.82,0.914 L11.82,0 L16,0 L16,4.571 L15.164,4.571 L15.164,1.544 Z M5,15 L5,16
26614
+ L0,16 L0,11 L1,11 L1,14.275 L4.756,10.519 L5.463,11.226 L1.689,15 L5,15 Z M4.365,4.994
26615
+ L0.914,1.544 L0.914,4.571 L3.41060513e-13,4.571 L3.41060513e-13,0 L4.571,0 L4.571,0.914
26616
+ L1.578,0.914 L5.011,4.348 L4.365,4.994 Z`,
26098
26617
  "fill": "#293040",
26099
26618
  "fill-rule": "nonzero"
26100
26619
  }, null)])])]), createVNode("button", {
@@ -26346,7 +26865,10 @@ function IncIcon() {
26346
26865
  "fill": "none",
26347
26866
  "fill-rule": "evenodd"
26348
26867
  }, [createVNode("path", {
26349
- "d": "M12.1464466,6.85355339 L8.35355339,10.6464466 C8.15829124,10.8417088 7.84170876,10.8417088 7.64644661,10.6464466 L3.85355339,6.85355339 C3.65829124,6.65829124 3.65829124,6.34170876 3.85355339,6.14644661 C3.94732158,6.05267842 4.07449854,6 4.20710678,6 L11.7928932,6 C12.0690356,6 12.2928932,6.22385763 12.2928932,6.5 C12.2928932,6.63260824 12.2402148,6.7597852 12.1464466,6.85355339 Z",
26868
+ "d": `M12.1464466,6.85355339 L8.35355339,10.6464466 C8.15829124,10.8417088 7.84170876,10.8417088 7.64644661,10.6464466
26869
+ L3.85355339,6.85355339 C3.65829124,6.65829124 3.65829124,6.34170876 3.85355339,6.14644661 C3.94732158,6.05267842
26870
+ 4.07449854,6 4.20710678,6 L11.7928932,6 C12.0690356,6 12.2928932,6.22385763 12.2928932,6.5 C12.2928932,6.63260824
26871
+ 12.2402148,6.7597852 12.1464466,6.85355339 Z`,
26350
26872
  "fill-rule": "nonzero"
26351
26873
  }, null)])]);
26352
26874
  }
@@ -26364,7 +26886,10 @@ function DecIcon() {
26364
26886
  "fill": "none",
26365
26887
  "fill-rule": "evenodd"
26366
26888
  }, [createVNode("path", {
26367
- "d": "M12.1464466,6.85355339 L8.35355339,10.6464466 C8.15829124,10.8417088 7.84170876,10.8417088 7.64644661,10.6464466 L3.85355339,6.85355339 C3.65829124,6.65829124 3.65829124,6.34170876 3.85355339,6.14644661 C3.94732158,6.05267842 4.07449854,6 4.20710678,6 L11.7928932,6 C12.0690356,6 12.2928932,6.22385763 12.2928932,6.5 C12.2928932,6.63260824 12.2402148,6.7597852 12.1464466,6.85355339 Z",
26889
+ "d": `M12.1464466,6.85355339 L8.35355339,10.6464466 C8.15829124,10.8417088 7.84170876,10.8417088 7.64644661,10.6464466
26890
+ L3.85355339,6.85355339 C3.65829124,6.65829124 3.65829124,6.34170876 3.85355339,6.14644661 C3.94732158,6.05267842
26891
+ 4.07449854,6 4.20710678,6 L11.7928932,6 C12.0690356,6 12.2928932,6.22385763 12.2928932,6.5 C12.2928932,6.63260824
26892
+ 12.2402148,6.7597852 12.1464466,6.85355339 Z`,
26368
26893
  "fill-rule": "nonzero"
26369
26894
  }, null)])]);
26370
26895
  }
@@ -28947,7 +29472,7 @@ function SuccessIcon() {
28947
29472
  "xmlns": "http://www.w3.org/2000/svg"
28948
29473
  }, XLINK), [createVNode("defs", null, [createVNode("polygon", {
28949
29474
  "id": "path-s",
28950
- "points": "6.53553391 9.77817459 12.1923882 4.12132034 13.6066017 5.53553391 6.53553391 12.6066017 3 9.07106781 4.41421356 7.65685425 6.53553391 9.77817459"
29475
+ "points": "6.53553391 9.77817459 12.1923882 4.12132034 13.6066017 5.53553391 6.53553391 12.6066017 3 9.07106781 4.41421356 7.65685425 6.53553391 9.77817459"
28951
29476
  }, null)]), createVNode("g", {
28952
29477
  "id": "correct",
28953
29478
  "stroke": "none",
@@ -28976,12 +29501,17 @@ function WarningIcon() {
28976
29501
  "fill-rule": "evenodd"
28977
29502
  }, [createVNode("path", {
28978
29503
  "class": ns$4.e("warning-outer"),
28979
- "d": "M8.96244623,0.57254229 L15.8714442,13.4101975 C16.1549662,13.9370117 15.9538562,14.5918482 15.4222523,14.8728158 C15.2642579,14.9563203 15.0879506, 15 14.9088903,15 L1.09089441,15 C0.488410063,15 0,14.5159904 0,13.9189343 C0,13.7414873 0.0440768395,13.5667684 0.128340519,13.4101975 L7.03733844,0.57254229 C7.32086049, 0.0457280838 7.98165058,-0.153569987 8.51325441,0.127397589 C8.70423071, 0.228333932 8.8605922,0.383286648 8.96244623,0.57254229 Z"
29504
+ "d": `M8.96244623,0.57254229 L15.8714442,13.4101975 C16.1549662,13.9370117
29505
+ 15.9538562,14.5918482 15.4222523,14.8728158 C15.2642579,14.9563203 15.0879506,
29506
+ 15 14.9088903,15 L1.09089441,15 C0.488410063,15 0,14.5159904 0,13.9189343 C0,13.7414873
29507
+ 0.0440768395,13.5667684 0.128340519,13.4101975 L7.03733844,0.57254229 C7.32086049,
29508
+ 0.0457280838 7.98165058,-0.153569987 8.51325441,0.127397589 C8.70423071,
29509
+ 0.228333932 8.8605922,0.383286648 8.96244623,0.57254229 Z`
28980
29510
  }, null), createVNode("path", {
28981
29511
  "class": ns$4.e("warning-inner"),
28982
29512
  "stroke-width": "0.3",
28983
29513
  "fill-rule": "nonzero",
28984
- "d": "M8.87894737,13 L7.08947368,13 L7.08947368,11.2105263 L8.87894737,11.2105263 L8.87894737,13 Z M8.62102372,9.86842105 L7.32800539,9.86842105 L7,4.5 L8.96842105,4.5 L8.62102372,9.86842105 Z"
29514
+ "d": "M8.87894737,13 L7.08947368,13 L7.08947368,11.2105263 L8.87894737,11.2105263 L8.87894737,13 Z M8.62102372,9.86842105 L7.32800539,9.86842105 L7,4.5 L8.96842105,4.5 L8.62102372,9.86842105 Z"
28985
29515
  }, null)])]);
28986
29516
  }
28987
29517
  function InfoIcon() {
@@ -29012,7 +29542,9 @@ function ErrorIcon() {
29012
29542
  "xmlns": "http://www.w3.org/2000/svg"
29013
29543
  }, XLINK), [createVNode("defs", null, [createVNode("polygon", {
29014
29544
  "id": "path-e",
29015
- "points": "8.07106781 6.65685425 10.8994949 3.82842712 12.3137085 5.24264069 9.48528137 8.07106781 12.3137085 10.8994949 10.8994949 12.3137085 8.07106781 9.48528137 5.24264069 12.3137085 3.82842712 10.8994949 6.65685425 8.07106781 3.82842712 5.24264069 5.24264069 3.82842712"
29545
+ "points": `8.07106781 6.65685425 10.8994949 3.82842712 12.3137085 5.24264069 9.48528137 8.07106781 12.3137085
29546
+ 10.8994949 10.8994949 12.3137085 8.07106781 9.48528137 5.24264069 12.3137085 3.82842712 10.8994949 6.65685425
29547
+ 8.07106781 3.82842712 5.24264069 5.24264069 3.82842712`
29016
29548
  }, null)]), createVNode("g", {
29017
29549
  "id": "error",
29018
29550
  "stroke": "none",
@@ -29735,7 +30267,10 @@ const SelectArrowIcon = () => createVNode("svg", {
29735
30267
  "fill": "none",
29736
30268
  "fill-rule": "evenodd"
29737
30269
  }, [createVNode("path", {
29738
- "d": "M12.1464466,6.85355339 L8.35355339,10.6464466 C8.15829124,10.8417088 7.84170876,10.8417088 7.64644661,10.6464466 L3.85355339,6.85355339 C3.65829124,6.65829124 3.65829124,6.34170876 3.85355339,6.14644661 C3.94732158,6.05267842 4.07449854,6 4.20710678,6 L11.7928932,6 C12.0690356,6 12.2928932,6.22385763 12.2928932,6.5 C12.2928932,6.63260824 12.2402148,6.7597852 12.1464466,6.85355339 Z",
30270
+ "d": `M12.1464466,6.85355339 L8.35355339,10.6464466 C8.15829124,10.8417088 7.84170876,10.8417088
30271
+ 7.64644661,10.6464466 L3.85355339,6.85355339 C3.65829124,6.65829124 3.65829124,6.34170876
30272
+ 3.85355339,6.14644661 C3.94732158,6.05267842 4.07449854,6 4.20710678,6 L11.7928932,6 C12.0690356,6
30273
+ 12.2928932,6.22385763 12.2928932,6.5 C12.2928932,6.63260824 12.2402148,6.7597852 12.1464466,6.85355339 Z`,
29739
30274
  "fill-rule": "nonzero"
29740
30275
  }, null)])]);
29741
30276
  const tagProps = {
@@ -30559,7 +31094,7 @@ function PreLinkIcon() {
30559
31094
  }, [createVNode("polygon", {
30560
31095
  "fill": "#293040",
30561
31096
  "fill-rule": "nonzero",
30562
- "points": "10.7071068 12.2928932 9.29289322 13.7071068 3.58578644 8 9.29289322 2.29289322 10.7071068 3.70710678 6.41421356 8"
31097
+ "points": "10.7071068 12.2928932 9.29289322 13.7071068 3.58578644 8 9.29289322 2.29289322 10.7071068 3.70710678 6.41421356 8"
30563
31098
  }, null)])]);
30564
31099
  }
30565
31100
  function NextLinkIcon() {
@@ -30578,7 +31113,7 @@ function NextLinkIcon() {
30578
31113
  "fill": "#293040",
30579
31114
  "fill-rule": "nonzero",
30580
31115
  "transform": "translate(8.146447, 8.000000) scale(-1, 1) translate(-8.146447, -8.000000) ",
30581
- "points": "11.7071068 12.2928932 10.2928932 13.7071068 4.58578644 8 10.2928932 2.29289322 11.7071068 3.70710678 7.41421356 8"
31116
+ "points": "11.7071068 12.2928932 10.2928932 13.7071068 4.58578644 8 10.2928932 2.29289322 11.7071068 3.70710678 7.41421356 8"
30582
31117
  }, null)])]);
30583
31118
  }
30584
31119
  const pageNumBtnProps = {
@@ -32111,7 +32646,7 @@ var Rate = defineComponent({
32111
32646
  "fill": "#E3E5E9",
32112
32647
  "id": "Mask"
32113
32648
  }, [createVNode("polygon", {
32114
- "points": "8 12.7603585 3.67376208 14.3147912 3.81523437 9.71994835 1 6.0857977 5.41367261 4.80046131 8 1 10.5863274 4.80046131 15 6.0857977 12.1847656 9.71994835 12.3262379 14.3147912"
32649
+ "points": "8 12.7603585 3.67376208 14.3147912 3.81523437 9.71994835 1 6.0857977 5.41367261 4.80046131 8 1 10.5863274 4.80046131 15 6.0857977 12.1847656 9.71994835 12.3262379 14.3147912"
32115
32650
  }, null)])])])]), icon2 && !character && createVNode("span", {
32116
32651
  "class": [ns2.e("color-active"), ns2.e("active-star"), ns2.em("color", type4)],
32117
32652
  "style": {
@@ -32146,7 +32681,7 @@ var Rate = defineComponent({
32146
32681
  }, [createVNode("g", {
32147
32682
  "id": "Mask"
32148
32683
  }, [createVNode("polygon", {
32149
- "points": "8 12.7603585 3.67376208 14.3147912 3.81523437 9.71994835 1 6.0857977 5.41367261 4.80046131 8 1 10.5863274 4.80046131 15 6.0857977 12.1847656 9.71994835 12.3262379 14.3147912"
32684
+ "points": "8 12.7603585 3.67376208 14.3147912 3.81523437 9.71994835 1 6.0857977 5.41367261 4.80046131 8 1 10.5863274 4.80046131 15 6.0857977 12.1847656 9.71994835 12.3262379 14.3147912"
32150
32685
  }, null)])])])])]))]);
32151
32686
  }
32152
32687
  });
@@ -32743,7 +33278,9 @@ const SearchCloseIcon = () => createVNode("svg", {
32743
33278
  "width": "12px",
32744
33279
  "height": "12px"
32745
33280
  }, [createVNode("path", {
32746
- "d": "M940.8 207.530667L818.602667 85.333333l-305.493334 305.493334L207.616 85.333333 85.333333 207.530667l305.493334 305.493333L85.333333 818.517333l122.282667 122.282667 305.493333-305.493333 305.493334 305.493333 122.197333-122.282667-305.493333-305.493333z",
33281
+ "d": `M940.8 207.530667L818.602667 85.333333l-305.493334 305.493334L207.616 85.333333
33282
+ 85.333333 207.530667l305.493334 305.493333L85.333333 818.517333l122.282667 122.282667
33283
+ 305.493333-305.493333 305.493334 305.493333 122.197333-122.282667-305.493333-305.493333z`,
32747
33284
  "p-id": "30810"
32748
33285
  }, null)]);
32749
33286
  const SearchIcon = () => createVNode("svg", {
@@ -32752,7 +33289,7 @@ const SearchIcon = () => createVNode("svg", {
32752
33289
  "width": "12px",
32753
33290
  "height": "12px"
32754
33291
  }, [createVNode("path", {
32755
- "d": "M1005.312 914.752l-198.528-198.464A448 448 0 1 0 0 448a448 448 0 0 0 716.288 358.784l198.4 198.4a64 64 0 1 0 90.624-90.432zM448 767.936A320 320 0 1 1 448 128a320 320 0 0 1 0 640z",
33292
+ "d": "M1005.312 914.752l-198.528-198.464A448 448 0 1 0 0 448a448 448 0 0 0 716.288 358.784l198.4 198.4a64 64 0 1 0 90.624-90.432zM448 767.936A320 320 0 1 1 448 128a320 320 0 0 1 0 640z",
32756
33293
  "fill": "#262626",
32757
33294
  "p-id": "32547"
32758
33295
  }, null)]);
@@ -32892,7 +33429,23 @@ function ImageIcon() {
32892
33429
  "width": "24",
32893
33430
  "height": "24"
32894
33431
  }, null), createVNode("path", {
32895
- "d": "M17.9783341,3.022 C19.5705758,3.022 20.8816065,4.27616494 20.9732206,5.84628917 L20.9783341,6.022 L20.9783341,15.4777069 L20.9783775,15.4946187 C20.9778434,15.509964 20.9768409,15.525296 20.9753698,15.5405914 L20.9783341,15.4777069 C20.9783341,15.8919205 20.6425477,16.2277069 20.2283341,16.2277069 C19.9841207,16.2277069 19.7671693,16.1109847 19.630224,15.9302845 L16.3835041,12.6846982 C15.9279377,12.2291319 15.2084078,12.1987608 14.7176463,12.593585 L14.6161642,12.6846982 L9.05907272,18.2417898 C8.76083183,18.5400306 8.28304152,18.5577535 7.96352506,18.2824274 C7.67269311,18.0318186 7.64008582,17.5928941 7.89069464,17.3020621 L7.9253008,17.2647549 L7.9253008,17.2647549 L13.5555041,11.6240381 C14.5846517,10.5948904 16.2263561,10.5520093 17.3065502,11.4953946 L17.4441642,11.6240381 L19.4783341,13.658 L19.4783341,6.022 C19.4783341,5.24761276 18.8784495,4.6021759 18.1219124,4.52892169 L17.9783341,4.522 L6.02133414,4.522 C5.24694691,4.522 4.60151004,5.12188468 4.52825583,5.87842174 L4.52133414,6.022 L4.52133414,17.978 C4.52133414,18.7529555 5.12086774,19.397891 5.87769393,19.4710842 L6.02133414,19.478 L17.9783341,19.478 C18.7530944,19.478 19.3982021,18.8786501 19.4714163,18.1216726 L19.4783341,17.978 C19.4783341,17.5637864 19.8141206,17.208 20.2283341,17.228 C20.6425477,17.228 20.9783341,17.5637864 20.9783341,17.978 C20.9783341,19.5709231 19.724442,20.881321 18.1540742,20.9728891 L17.9783341,20.978 L6.02133414,20.978 C4.42880954,20.978 3.11804157,19.7244922 3.02644657,18.1537812 L3.02133414,17.978 L3.02133414,6.022 C3.02133414,4.42975835 4.27549908,3.11872764 5.84562331,3.02711351 L6.02133414,3.022 L17.9783341,3.022 Z M8.99983414,7.7505 C9.6900477,7.7505 10.2498341,8.31028644 10.2498341,9.0005 C10.2498341,9.69071356 9.6900477,10.2505 8.99983414,10.3505 C8.30962058,10.2505 7.74983414,9.69071356 7.74983414,9.0005 C7.74983414,8.31028644 8.30962058,7.7505 8.99983414,7.7505 Z",
33432
+ "d": `M17.9783341,3.022 C19.5705758,3.022 20.8816065,4.27616494 20.9732206,5.84628917 L20.9783341,6.022 L20.9783341,15.4777069
33433
+ L20.9783775,15.4946187 C20.9778434,15.509964 20.9768409,15.525296 20.9753698,15.5405914 L20.9783341,15.4777069
33434
+ C20.9783341,15.8919205 20.6425477,16.2277069 20.2283341,16.2277069 C19.9841207,16.2277069 19.7671693,16.1109847
33435
+ 19.630224,15.9302845 L16.3835041,12.6846982 C15.9279377,12.2291319 15.2084078,12.1987608 14.7176463,12.593585
33436
+ L14.6161642,12.6846982 L9.05907272,18.2417898 C8.76083183,18.5400306 8.28304152,18.5577535 7.96352506,18.2824274
33437
+ C7.67269311,18.0318186 7.64008582,17.5928941 7.89069464,17.3020621 L7.9253008,17.2647549 L7.9253008,17.2647549
33438
+ L13.5555041,11.6240381 C14.5846517,10.5948904 16.2263561,10.5520093 17.3065502,11.4953946 L17.4441642,11.6240381
33439
+ L19.4783341,13.658 L19.4783341,6.022 C19.4783341,5.24761276 18.8784495,4.6021759 18.1219124,4.52892169 L17.9783341,4.522
33440
+ L6.02133414,4.522 C5.24694691,4.522 4.60151004,5.12188468 4.52825583,5.87842174 L4.52133414,6.022 L4.52133414,17.978
33441
+ C4.52133414,18.7529555 5.12086774,19.397891 5.87769393,19.4710842 L6.02133414,19.478 L17.9783341,19.478 C18.7530944,19.478
33442
+ 19.3982021,18.8786501 19.4714163,18.1216726 L19.4783341,17.978 C19.4783341,17.5637864 19.8141206,17.208 20.2283341,17.228
33443
+ C20.6425477,17.228 20.9783341,17.5637864 20.9783341,17.978 C20.9783341,19.5709231 19.724442,20.881321 18.1540742,20.9728891
33444
+ L17.9783341,20.978 L6.02133414,20.978 C4.42880954,20.978 3.11804157,19.7244922 3.02644657,18.1537812 L3.02133414,17.978
33445
+ L3.02133414,6.022 C3.02133414,4.42975835 4.27549908,3.11872764 5.84562331,3.02711351 L6.02133414,3.022 L17.9783341,3.022 Z
33446
+ M8.99983414,7.7505 C9.6900477,7.7505 10.2498341,8.31028644 10.2498341,9.0005 C10.2498341,9.69071356 9.6900477,10.2505
33447
+ 8.99983414,10.3505 C8.30962058,10.2505 7.74983414,9.69071356 7.74983414,9.0005 C7.74983414,8.31028644 8.30962058,7.7505
33448
+ 8.99983414,7.7505 Z`,
32896
33449
  "fill": "#bfbfbf"
32897
33450
  }, null)])])]);
32898
33451
  }
@@ -41416,6 +41969,7 @@ const installs = [
41416
41969
  DragdropInstall,
41417
41970
  DrawerInstall,
41418
41971
  DropdownInstall,
41972
+ EchartsInstall,
41419
41973
  EditableSelectInstall,
41420
41974
  EditorMdInstall,
41421
41975
  FormInstall,
@@ -41475,9 +42029,9 @@ const installs = [
41475
42029
  VirtualListInstall
41476
42030
  ];
41477
42031
  var vueDevui = {
41478
- version: "1.5.5",
42032
+ version: "1.5.6",
41479
42033
  install(app) {
41480
42034
  installs.forEach((p) => app.use(p));
41481
42035
  }
41482
42036
  };
41483
- export { Accordion, ActionTimeline, Alert, Anchor, Aside, AutoComplete, Avatar, BackTop, Badge, Breadcrumb, BreadcrumbItem, DButton as Button, ButtonGroup, Card, Carousel, CarouselItem, Cascader, Checkbox, CheckboxButton, DCheckboxGroup as CheckboxGroup, CodeEditor, CodeReview, Col, Collapse, CollapseItem, ColorPicker, Column, Comment, Content, Countdown, DRangeDatePickerPro, DatePicker, DatePickerPro, DraggableDirective, Drawer, DrawerService, Dropdown$1 as Dropdown, DropdownMenu, DroppableDirective, EditableSelect, EditorMd, FixedOverlay, FlexibleOverlay, Footer, Form, FormItem, FormOperation, Fullscreen, Gantt, Header, DIcon as Icon, IconGroup, ImagePreviewDirective, ImagePreviewService, DInput as Input, InputIcon, InputNumber, Layout, List, ListItem, LoadingDirective, loading as LoadingService, MdRender, Mention, Menu, MenuItem, Message, Modal, ModalBody, ModalFooter, ModalHeader, MultiAutoComplete, NavSprite, Notification, NotificationService, Option, OptionGroup, Pagination, Panel, PanelBody, PanelFooter, PanelHeader, Popover, Progress, QuadrantDiagram, Radio, RadioButton, RadioGroup, Rate, ReadTip, Result, RippleDirective, Row, DSearch as Search, Select, Skeleton, SkeletonItem, Slider, SortableDirective, Splitter, SplitterPane, Statistic, Status, Step, Steps, StepsGuide, StepsGuideDirective, StickSlider, Sticky, SubMenu, Switch, Tab, Table, Tabs, Tag, TagInput, Textarea, TimePicker, TimeSelect, Timeline, TimelineItem, Tooltip, Transfer, Tree, TreeSelect, Upload, VirtualList, vueDevui as default, fileDropDirective };
42037
+ export { Accordion, ActionTimeline, Alert, Anchor, Aside, AutoComplete, Avatar, BackTop, Badge, Breadcrumb, BreadcrumbItem, DButton as Button, ButtonGroup, Card, Carousel, CarouselItem, Cascader, Checkbox, CheckboxButton, DCheckboxGroup as CheckboxGroup, CodeEditor, CodeReview, Col, Collapse, CollapseItem, ColorPicker, Column, Comment, Content, Countdown, DChart, DRangeDatePickerPro, DatePicker, DatePickerPro, DraggableDirective, Drawer, DrawerService, Dropdown$1 as Dropdown, DropdownMenu, DroppableDirective, EditableSelect, EditorMd, FixedOverlay, FlexibleOverlay, Footer, Form, FormItem, FormOperation, Fullscreen, Gantt, Header, DIcon as Icon, IconGroup, ImagePreviewDirective, ImagePreviewService, DInput as Input, InputIcon, InputNumber, Layout, List, ListItem, LoadingDirective, loading as LoadingService, MdRender, Mention, Menu, MenuItem, Message, Modal, ModalBody, ModalFooter, ModalHeader, MultiAutoComplete, NavSprite, Notification, NotificationService, Option, OptionGroup, Pagination, Panel, PanelBody, PanelFooter, PanelHeader, Popover, Progress, QuadrantDiagram, Radio, RadioButton, RadioGroup, Rate, ReadTip, Result, RippleDirective, Row, DSearch as Search, Select, Skeleton, SkeletonItem, Slider, SortableDirective, Splitter, SplitterPane, Statistic, Status, Step, Steps, StepsGuide, StepsGuideDirective, StickSlider, Sticky, SubMenu, Switch, Tab, Table, Tabs, Tag, TagInput, Textarea, TimePicker, TimeSelect, Timeline, TimelineItem, Tooltip, Transfer, Tree, TreeSelect, Upload, VirtualList, vueDevui as default, fileDropDirective };