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.
- package/alert/index.es.js +3 -3
- package/alert/index.umd.js +1 -1
- package/auto-complete/index.es.js +27 -9
- package/auto-complete/index.umd.js +19 -1
- package/avatar/index.es.js +77 -3
- package/avatar/index.umd.js +75 -1
- package/checkbox/index.es.js +27 -9
- package/checkbox/index.umd.js +19 -1
- package/collapse/index.es.js +5 -1
- package/collapse/index.umd.js +5 -1
- package/date-picker-pro/index.es.js +54 -11
- package/date-picker-pro/index.umd.js +44 -1
- package/echarts/index.es.js +395 -0
- package/echarts/index.umd.js +1 -0
- package/echarts/package.json +8 -0
- package/form/index.es.js +27 -9
- package/form/index.umd.js +22 -4
- package/global.d.ts +1 -0
- package/image-preview/index.es.js +34 -9
- package/image-preview/index.umd.js +26 -1
- package/input/index.es.js +27 -9
- package/input/index.umd.js +19 -1
- package/input-number/index.es.js +35 -11
- package/input-number/index.umd.js +30 -6
- package/mention/index.es.js +27 -9
- package/mention/index.umd.js +19 -1
- package/notification/index.es.js +11 -4
- package/notification/index.umd.js +8 -1
- package/nuxt/components/DChart.js +2 -0
- package/nuxt/components/devuiChartProps.js +2 -0
- package/package.json +2 -1
- package/pagination/index.es.js +34 -13
- package/pagination/index.umd.js +22 -1
- package/popover/index.es.js +12 -4
- package/popover/index.umd.js +9 -1
- package/radio/index.es.js +27 -9
- package/radio/index.umd.js +30 -12
- package/rate/index.es.js +2 -2
- package/rate/index.umd.js +1 -1
- package/search/index.es.js +31 -11
- package/search/index.umd.js +21 -1
- package/select/index.es.js +32 -11
- package/select/index.umd.js +22 -1
- package/skeleton/index.es.js +17 -1
- package/skeleton/index.umd.js +17 -1
- package/switch/index.es.js +27 -9
- package/switch/index.umd.js +25 -7
- package/table/index.es.js +27 -9
- package/table/index.umd.js +19 -1
- package/textarea/index.es.js +27 -9
- package/textarea/index.umd.js +19 -1
- package/time-picker/index.es.js +27 -9
- package/time-picker/index.umd.js +19 -1
- package/time-select/index.es.js +32 -11
- package/time-select/index.umd.js +27 -6
- package/tree/index.es.js +27 -9
- package/tree/index.umd.js +19 -1
- package/types/avatar/src/components/icon-nobody.d.ts +1 -1
- package/types/echarts/index.d.ts +11 -0
- package/types/echarts/src/echarts-theme.d.ts +351 -0
- package/types/echarts/src/echarts-types.d.ts +8 -0
- package/types/echarts/src/echarts.d.ts +16 -0
- package/types/timeline/src/components/timeline-item.d.ts +1 -1
- package/types/vue-devui.d.ts +2 -1
- package/upload/index.es.js +11 -4
- package/upload/index.umd.js +8 -1
- package/vue-devui.es.js +598 -44
- package/vue-devui.umd.js +215 -35
package/pagination/index.es.js
CHANGED
|
@@ -6160,9 +6160,17 @@ function WarningIcon() {
|
|
|
6160
6160
|
"fill": "none",
|
|
6161
6161
|
"fill-rule": "evenodd"
|
|
6162
6162
|
}, [createVNode("polygon", {
|
|
6163
|
-
"points": "7.5 1.74501946 1.39184847 13.5954649 7.08947368
|
|
6163
|
+
"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"
|
|
6164
6164
|
}, null), createVNode("path", {
|
|
6165
|
-
"d":
|
|
6165
|
+
"d": `M8.51325441,0.127397589 C8.70423071,0.228333932
|
|
6166
|
+
8.8605922,0.383286648 8.96244623,0.57254229 L15.8714442,13.4101975
|
|
6167
|
+
C16.1549662,13.9370117 15.9538562,14.5918482 15.4222523,14.8728158
|
|
6168
|
+
C15.2642579,14.9563203 15.0879506,15 14.9088903,15 L1.09089441,15
|
|
6169
|
+
C0.488410063,15 0,14.5159904 0,13.9189343 C0,13.7414873 0.0440768395,13.5667684
|
|
6170
|
+
0.128340519,13.4101975 L7.03733844,0.57254229 C7.32086049,0.0457280838 7.98165058,-0.153569987
|
|
6171
|
+
8.51325441,0.127397589 Z M8.87894737,11.2105263 L7.08947368,11.2105263 L7.08947368,13
|
|
6172
|
+
L8.87894737,13 L8.87894737,11.2105263 Z M8.96842105,4.5 L7,4.5 L7.08947368,9.86842105
|
|
6173
|
+
L8.87894737,9.86842105 L8.96842105,4.5 Z`
|
|
6166
6174
|
}, null)])]);
|
|
6167
6175
|
}
|
|
6168
6176
|
function InfoIcon() {
|
|
@@ -6183,7 +6191,7 @@ function InfoIcon() {
|
|
|
6183
6191
|
}, null), createVNode("g", {
|
|
6184
6192
|
"stroke-width": "1"
|
|
6185
6193
|
}, [createVNode("path", {
|
|
6186
|
-
"d": "M8,0 C3.6,0 0,3.6 0,8 C0,12.4 3.6,16 8,16
|
|
6194
|
+
"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"
|
|
6187
6195
|
}, null)])])]);
|
|
6188
6196
|
}
|
|
6189
6197
|
function ErrorIcon$1() {
|
|
@@ -6204,7 +6212,7 @@ function ErrorIcon$1() {
|
|
|
6204
6212
|
"cy": "8",
|
|
6205
6213
|
"r": "7"
|
|
6206
6214
|
}, null), createVNode("path", {
|
|
6207
|
-
"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
|
|
6215
|
+
"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",
|
|
6208
6216
|
"fill-rule": "nonzero"
|
|
6209
6217
|
}, null)])]);
|
|
6210
6218
|
}
|
|
@@ -6313,7 +6321,14 @@ function HelpTipsIcon() {
|
|
|
6313
6321
|
"fill": "none",
|
|
6314
6322
|
"fill-rule": "evenodd"
|
|
6315
6323
|
}, [createVNode("g", null, [createVNode("path", {
|
|
6316
|
-
"d":
|
|
6324
|
+
"d": `M8.5,8.95852078 L8.5,11 L7.5,11 L7.5,8.5 C7.5,8.22385763
|
|
6325
|
+
7.72385763,8 8,8 C9.1045695,8 10,7.1045695 10,6 C10,4.8954305
|
|
6326
|
+
9.1045695,4 8,4 C6.8954305,4 6,4.8954305 6,6 L5,6 C5,4.34314575
|
|
6327
|
+
6.34314575,3 8,3 C9.65685425,3 11,4.34314575 11,6 C11,7.48649814
|
|
6328
|
+
9.91885667,8.72048173 8.5,8.95852078 L8.5,8.95852078 Z M8,16 C3.581722,16
|
|
6329
|
+
0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278
|
|
6330
|
+
12.418278,16 8,16 Z M8,15 C11.8659932,15 15,11.8659932 15,8 C15,4.13400675 11.8659932,1 8,1
|
|
6331
|
+
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`,
|
|
6317
6332
|
"fill": "#293040",
|
|
6318
6333
|
"fill-rule": "nonzero"
|
|
6319
6334
|
}, null)])])]);
|
|
@@ -6333,7 +6348,10 @@ function ErrorIcon() {
|
|
|
6333
6348
|
"cy": "8",
|
|
6334
6349
|
"r": "8"
|
|
6335
6350
|
}, null), createVNode("polygon", {
|
|
6336
|
-
"points":
|
|
6351
|
+
"points": `8.07106781 6.65685425 10.8994949 3.82842712 12.3137085
|
|
6352
|
+
5.24264069 9.48528137 8.07106781 12.3137085 10.8994949 10.8994949 12.3137085
|
|
6353
|
+
8.07106781 9.48528137 5.24264069 12.3137085 3.82842712 10.8994949 6.65685425
|
|
6354
|
+
8.07106781 3.82842712 5.24264069 5.24264069 3.82842712`
|
|
6337
6355
|
}, null)])]);
|
|
6338
6356
|
}
|
|
6339
6357
|
function SuccessIcon() {
|
|
@@ -6351,7 +6369,7 @@ function SuccessIcon() {
|
|
|
6351
6369
|
"cy": "8",
|
|
6352
6370
|
"r": "8"
|
|
6353
6371
|
}, null), createVNode("polygon", {
|
|
6354
|
-
"points": "6.53553391 9.77817459 12.1923882 4.12132034 13.6066017 5.53553391
|
|
6372
|
+
"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"
|
|
6355
6373
|
}, null)])]);
|
|
6356
6374
|
}
|
|
6357
6375
|
function PendingIcon() {
|
|
@@ -6366,7 +6384,7 @@ function PendingIcon() {
|
|
|
6366
6384
|
"fill": "none",
|
|
6367
6385
|
"fill-rule": "evenodd"
|
|
6368
6386
|
}, [createVNode("path", {
|
|
6369
|
-
"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
|
|
6387
|
+
"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",
|
|
6370
6388
|
"fill-rule": "nonzero"
|
|
6371
6389
|
}, null), createVNode("path", {
|
|
6372
6390
|
"d": "M8,0 C12.4,0 16,3.6 16,8 L15,8 C15,4.15 11.85,1 8,1 L8,0 Z",
|
|
@@ -7709,7 +7727,7 @@ defineComponent({
|
|
|
7709
7727
|
}, [createVNode(FormLabel, {
|
|
7710
7728
|
"help-tips": helpTips.value
|
|
7711
7729
|
}, {
|
|
7712
|
-
default: () => [label == null ? void 0 : label.value]
|
|
7730
|
+
default: () => [ctx2.slots.label ? ctx2.slots.label() : label == null ? void 0 : label.value]
|
|
7713
7731
|
}), createVNode(FormControl, {
|
|
7714
7732
|
"feedback-status": feedbackStatus == null ? void 0 : feedbackStatus.value,
|
|
7715
7733
|
"extra-info": extraInfo.value
|
|
@@ -8719,7 +8737,7 @@ const AlertCloseIcon = () => createVNode("svg", {
|
|
|
8719
8737
|
"transform": "translate(-3.000000, -3.000000)",
|
|
8720
8738
|
"fill-rule": "nonzero"
|
|
8721
8739
|
}, [createVNode("path", {
|
|
8722
|
-
"d": "M11.6426,3.19816936 C11.9239974,2.91574512 12.4131626,2.93784891
|
|
8740
|
+
"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"
|
|
8723
8741
|
}, null)])])]);
|
|
8724
8742
|
const SelectArrowIcon = () => createVNode("svg", {
|
|
8725
8743
|
"width": "1em",
|
|
@@ -8733,7 +8751,10 @@ const SelectArrowIcon = () => createVNode("svg", {
|
|
|
8733
8751
|
"fill": "none",
|
|
8734
8752
|
"fill-rule": "evenodd"
|
|
8735
8753
|
}, [createVNode("path", {
|
|
8736
|
-
"d":
|
|
8754
|
+
"d": `M12.1464466,6.85355339 L8.35355339,10.6464466 C8.15829124,10.8417088 7.84170876,10.8417088
|
|
8755
|
+
7.64644661,10.6464466 L3.85355339,6.85355339 C3.65829124,6.65829124 3.65829124,6.34170876
|
|
8756
|
+
3.85355339,6.14644661 C3.94732158,6.05267842 4.07449854,6 4.20710678,6 L11.7928932,6 C12.0690356,6
|
|
8757
|
+
12.2928932,6.22385763 12.2928932,6.5 C12.2928932,6.63260824 12.2402148,6.7597852 12.1464466,6.85355339 Z`,
|
|
8737
8758
|
"fill-rule": "nonzero"
|
|
8738
8759
|
}, null)])]);
|
|
8739
8760
|
const tagProps = {
|
|
@@ -9773,7 +9794,7 @@ function PreLinkIcon() {
|
|
|
9773
9794
|
}, [createVNode("polygon", {
|
|
9774
9795
|
"fill": "#293040",
|
|
9775
9796
|
"fill-rule": "nonzero",
|
|
9776
|
-
"points": "10.7071068 12.2928932 9.29289322 13.7071068
|
|
9797
|
+
"points": "10.7071068 12.2928932 9.29289322 13.7071068 3.58578644 8 9.29289322 2.29289322 10.7071068 3.70710678 6.41421356 8"
|
|
9777
9798
|
}, null)])]);
|
|
9778
9799
|
}
|
|
9779
9800
|
function NextLinkIcon() {
|
|
@@ -9792,7 +9813,7 @@ function NextLinkIcon() {
|
|
|
9792
9813
|
"fill": "#293040",
|
|
9793
9814
|
"fill-rule": "nonzero",
|
|
9794
9815
|
"transform": "translate(8.146447, 8.000000) scale(-1, 1) translate(-8.146447, -8.000000) ",
|
|
9795
|
-
"points": "11.7071068 12.2928932 10.2928932 13.7071068
|
|
9816
|
+
"points": "11.7071068 12.2928932 10.2928932 13.7071068 4.58578644 8 10.2928932 2.29289322 11.7071068 3.70710678 7.41421356 8"
|
|
9796
9817
|
}, null)])]);
|
|
9797
9818
|
}
|
|
9798
9819
|
const pageNumBtnProps = {
|