bm-admin-ui 1.0.0-alpha → 1.0.1-alpha

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 (126) hide show
  1. package/es/components/button/index.d.ts +9 -9
  2. package/es/components/button/index.js +1 -1
  3. package/es/components/button/src/button.vue.d.ts +9 -9
  4. package/es/components/float-table/index.d.ts +5 -0
  5. package/es/components/float-table/index.js +448 -0
  6. package/es/components/float-table/src/float-table.vue.d.ts +500 -0
  7. package/es/components/flow-designer/index.js +1 -1
  8. package/es/components/form-designer/index.js +1 -1
  9. package/es/components/index.d.ts +7 -0
  10. package/es/components/index.js +7 -0
  11. package/es/components/multi-cascader-compose/index.d.ts +135 -0
  12. package/es/components/multi-cascader-compose/index.js +1699 -0
  13. package/es/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +135 -0
  14. package/es/components/multi-cascader-compose/src/props.d.ts +32 -0
  15. package/es/components/multi-cascader-compose/types.d.ts +10 -0
  16. package/es/components/over-tooltips/index.d.ts +35 -0
  17. package/es/components/over-tooltips/index.js +117 -0
  18. package/es/components/over-tooltips/src/over-tooltips.vue.d.ts +34 -0
  19. package/es/components/search-filter/index.d.ts +1 -1
  20. package/es/components/search-filter/index.js +593 -29
  21. package/es/components/search-filter/src/search-filter.vue.d.ts +1 -1
  22. package/es/components/shops-filter/index.d.ts +99 -0
  23. package/es/components/shops-filter/index.js +1614 -0
  24. package/es/components/shops-filter/src/shops-filter.d.ts +25 -0
  25. package/es/components/shops-filter/src/shops-filter.vue.d.ts +98 -0
  26. package/es/components/staffs-selector/index.d.ts +82 -0
  27. package/es/components/staffs-selector/index.js +1991 -0
  28. package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +79 -0
  29. package/es/components/staffs-selector/src/radioCmp.vue.d.ts +31 -0
  30. package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +81 -0
  31. package/es/components/staffs-selector/src/variedCmp.vue.d.ts +62 -0
  32. package/es/components/timeline/index.d.ts +93 -0
  33. package/es/components/timeline/index.js +164 -0
  34. package/es/components/timeline/src/props.d.ts +20 -0
  35. package/es/components/timeline/src/timeline-item.vue.d.ts +51 -0
  36. package/es/components/timeline/src/timeline.vue.d.ts +42 -0
  37. package/es/components/upload/index.d.ts +126 -0
  38. package/es/components/upload/index.js +1839 -0
  39. package/es/components/upload/src/icons.d.ts +13 -0
  40. package/es/components/upload/src/upload.vue.d.ts +125 -0
  41. package/es/components/upload/utils/index.d.ts +7 -0
  42. package/index.esm.js +62925 -1235
  43. package/index.js +63078 -1380
  44. package/lib/components/button/index.d.ts +9 -9
  45. package/lib/components/button/index.js +1 -1
  46. package/lib/components/button/src/button.vue.d.ts +9 -9
  47. package/lib/components/float-table/index.d.ts +5 -0
  48. package/lib/components/float-table/index.js +459 -0
  49. package/lib/components/float-table/src/float-table.vue.d.ts +500 -0
  50. package/lib/components/flow-designer/index.js +1 -1
  51. package/lib/components/form-designer/index.js +1 -1
  52. package/lib/components/index.d.ts +7 -0
  53. package/lib/components/index.js +49 -0
  54. package/lib/components/multi-cascader-compose/index.d.ts +135 -0
  55. package/lib/components/multi-cascader-compose/index.js +1704 -0
  56. package/lib/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +135 -0
  57. package/lib/components/multi-cascader-compose/src/props.d.ts +32 -0
  58. package/lib/components/multi-cascader-compose/types.d.ts +10 -0
  59. package/lib/components/over-tooltips/index.d.ts +35 -0
  60. package/lib/components/over-tooltips/index.js +122 -0
  61. package/lib/components/over-tooltips/src/over-tooltips.vue.d.ts +34 -0
  62. package/lib/components/search-filter/index.d.ts +1 -1
  63. package/lib/components/search-filter/index.js +592 -28
  64. package/lib/components/search-filter/src/search-filter.vue.d.ts +1 -1
  65. package/lib/components/shops-filter/index.d.ts +99 -0
  66. package/lib/components/shops-filter/index.js +1626 -0
  67. package/lib/components/shops-filter/src/shops-filter.d.ts +25 -0
  68. package/lib/components/shops-filter/src/shops-filter.vue.d.ts +98 -0
  69. package/lib/components/staffs-selector/index.d.ts +82 -0
  70. package/lib/components/staffs-selector/index.js +2005 -0
  71. package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +79 -0
  72. package/lib/components/staffs-selector/src/radioCmp.vue.d.ts +31 -0
  73. package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +81 -0
  74. package/lib/components/staffs-selector/src/variedCmp.vue.d.ts +62 -0
  75. package/lib/components/timeline/index.d.ts +93 -0
  76. package/lib/components/timeline/index.js +170 -0
  77. package/lib/components/timeline/src/props.d.ts +20 -0
  78. package/lib/components/timeline/src/timeline-item.vue.d.ts +51 -0
  79. package/lib/components/timeline/src/timeline.vue.d.ts +42 -0
  80. package/lib/components/upload/index.d.ts +126 -0
  81. package/lib/components/upload/index.js +1844 -0
  82. package/lib/components/upload/src/icons.d.ts +13 -0
  83. package/lib/components/upload/src/upload.vue.d.ts +125 -0
  84. package/lib/components/upload/utils/index.d.ts +7 -0
  85. package/package.json +6 -3
  86. package/theme-chalk/button.css +1 -1
  87. package/theme-chalk/float-table.css +1 -0
  88. package/theme-chalk/floating-vue.css +1 -0
  89. package/theme-chalk/flow-designer.css +1 -1
  90. package/theme-chalk/index.css +1 -1
  91. package/theme-chalk/multi-cascader-compose.css +1 -0
  92. package/theme-chalk/over-tooltips.css +1 -0
  93. package/theme-chalk/search-filter.css +1 -1
  94. package/theme-chalk/shops-filter.css +1 -0
  95. package/theme-chalk/staffs-selector.css +1 -0
  96. package/theme-chalk/timeline.css +1 -0
  97. package/theme-chalk/upload.css +1 -0
  98. package/types/components/button/index.d.ts +9 -9
  99. package/types/components/button/src/button.vue.d.ts +9 -9
  100. package/types/components/float-table/index.d.ts +5 -0
  101. package/types/components/float-table/src/float-table.vue.d.ts +500 -0
  102. package/types/components/index.d.ts +7 -0
  103. package/types/components/multi-cascader-compose/index.d.ts +135 -0
  104. package/types/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +135 -0
  105. package/types/components/multi-cascader-compose/src/props.d.ts +32 -0
  106. package/types/components/multi-cascader-compose/types.d.ts +10 -0
  107. package/types/components/over-tooltips/index.d.ts +35 -0
  108. package/types/components/over-tooltips/src/over-tooltips.vue.d.ts +34 -0
  109. package/types/components/search-filter/index.d.ts +1 -1
  110. package/types/components/search-filter/src/search-filter.vue.d.ts +1 -1
  111. package/types/components/shops-filter/index.d.ts +99 -0
  112. package/types/components/shops-filter/src/shops-filter.d.ts +25 -0
  113. package/types/components/shops-filter/src/shops-filter.vue.d.ts +98 -0
  114. package/types/components/staffs-selector/index.d.ts +82 -0
  115. package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +79 -0
  116. package/types/components/staffs-selector/src/radioCmp.vue.d.ts +31 -0
  117. package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +81 -0
  118. package/types/components/staffs-selector/src/variedCmp.vue.d.ts +62 -0
  119. package/types/components/timeline/index.d.ts +93 -0
  120. package/types/components/timeline/src/props.d.ts +20 -0
  121. package/types/components/timeline/src/timeline-item.vue.d.ts +51 -0
  122. package/types/components/timeline/src/timeline.vue.d.ts +42 -0
  123. package/types/components/upload/index.d.ts +126 -0
  124. package/types/components/upload/src/icons.d.ts +13 -0
  125. package/types/components/upload/src/upload.vue.d.ts +125 -0
  126. package/types/components/upload/utils/index.d.ts +7 -0
@@ -0,0 +1,1839 @@
1
+ import { withInstall } from 'bm-admin-ui/es/utils/with-install';
2
+ import { h, nextTick, createVNode, reactive, onBeforeUnmount, ref, watch, toRefs, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, normalizeStyle, normalizeClass, toDisplayString, computed, watchEffect, createElementBlock, Fragment, renderList, createCommentVNode, renderSlot, mergeProps, createTextVNode } from 'vue';
3
+
4
+ /**
5
+ * Take input from [0, n] and return it as [0, 1]
6
+ * @hidden
7
+ */
8
+ function bound01(n, max) {
9
+ if (isOnePointZero(n)) {
10
+ n = '100%';
11
+ }
12
+ var isPercent = isPercentage(n);
13
+ n = max === 360 ? n : Math.min(max, Math.max(0, parseFloat(n)));
14
+ // Automatically convert percentage into number
15
+ if (isPercent) {
16
+ n = parseInt(String(n * max), 10) / 100;
17
+ }
18
+ // Handle floating point rounding errors
19
+ if (Math.abs(n - max) < 0.000001) {
20
+ return 1;
21
+ }
22
+ // Convert into [0, 1] range if it isn't already
23
+ if (max === 360) {
24
+ // If n is a hue given in degrees,
25
+ // wrap around out-of-range values into [0, 360] range
26
+ // then convert into [0, 1].
27
+ n = (n < 0 ? (n % max) + max : n % max) / parseFloat(String(max));
28
+ }
29
+ else {
30
+ // If n not a hue given in degrees
31
+ // Convert into [0, 1] range if it isn't already.
32
+ n = (n % max) / parseFloat(String(max));
33
+ }
34
+ return n;
35
+ }
36
+ /**
37
+ * Need to handle 1.0 as 100%, since once it is a number, there is no difference between it and 1
38
+ * <http://stackoverflow.com/questions/7422072/javascript-how-to-detect-number-as-a-decimal-including-1-0>
39
+ * @hidden
40
+ */
41
+ function isOnePointZero(n) {
42
+ return typeof n === 'string' && n.indexOf('.') !== -1 && parseFloat(n) === 1;
43
+ }
44
+ /**
45
+ * Check to see if string passed in is a percentage
46
+ * @hidden
47
+ */
48
+ function isPercentage(n) {
49
+ return typeof n === 'string' && n.indexOf('%') !== -1;
50
+ }
51
+ /**
52
+ * Return a valid alpha value [0,1] with all invalid values being set to 1
53
+ * @hidden
54
+ */
55
+ function boundAlpha(a) {
56
+ a = parseFloat(a);
57
+ if (isNaN(a) || a < 0 || a > 1) {
58
+ a = 1;
59
+ }
60
+ return a;
61
+ }
62
+ /**
63
+ * Replace a decimal with it's percentage value
64
+ * @hidden
65
+ */
66
+ function convertToPercentage(n) {
67
+ if (n <= 1) {
68
+ return Number(n) * 100 + "%";
69
+ }
70
+ return n;
71
+ }
72
+ /**
73
+ * Force a hex value to have 2 characters
74
+ * @hidden
75
+ */
76
+ function pad2(c) {
77
+ return c.length === 1 ? '0' + c : String(c);
78
+ }
79
+
80
+ // `rgbToHsl`, `rgbToHsv`, `hslToRgb`, `hsvToRgb` modified from:
81
+ // <http://mjijackson.com/2008/02/rgb-to-hsl-and-rgb-to-hsv-color-model-conversion-algorithms-in-javascript>
82
+ /**
83
+ * Handle bounds / percentage checking to conform to CSS color spec
84
+ * <http://www.w3.org/TR/css3-color/>
85
+ * *Assumes:* r, g, b in [0, 255] or [0, 1]
86
+ * *Returns:* { r, g, b } in [0, 255]
87
+ */
88
+ function rgbToRgb(r, g, b) {
89
+ return {
90
+ r: bound01(r, 255) * 255,
91
+ g: bound01(g, 255) * 255,
92
+ b: bound01(b, 255) * 255,
93
+ };
94
+ }
95
+ function hue2rgb(p, q, t) {
96
+ if (t < 0) {
97
+ t += 1;
98
+ }
99
+ if (t > 1) {
100
+ t -= 1;
101
+ }
102
+ if (t < 1 / 6) {
103
+ return p + (q - p) * (6 * t);
104
+ }
105
+ if (t < 1 / 2) {
106
+ return q;
107
+ }
108
+ if (t < 2 / 3) {
109
+ return p + (q - p) * (2 / 3 - t) * 6;
110
+ }
111
+ return p;
112
+ }
113
+ /**
114
+ * Converts an HSL color value to RGB.
115
+ *
116
+ * *Assumes:* h is contained in [0, 1] or [0, 360] and s and l are contained [0, 1] or [0, 100]
117
+ * *Returns:* { r, g, b } in the set [0, 255]
118
+ */
119
+ function hslToRgb(h, s, l) {
120
+ var r;
121
+ var g;
122
+ var b;
123
+ h = bound01(h, 360);
124
+ s = bound01(s, 100);
125
+ l = bound01(l, 100);
126
+ if (s === 0) {
127
+ // achromatic
128
+ g = l;
129
+ b = l;
130
+ r = l;
131
+ }
132
+ else {
133
+ var q = l < 0.5 ? l * (1 + s) : l + s - l * s;
134
+ var p = 2 * l - q;
135
+ r = hue2rgb(p, q, h + 1 / 3);
136
+ g = hue2rgb(p, q, h);
137
+ b = hue2rgb(p, q, h - 1 / 3);
138
+ }
139
+ return { r: r * 255, g: g * 255, b: b * 255 };
140
+ }
141
+ /**
142
+ * Converts an RGB color value to HSV
143
+ *
144
+ * *Assumes:* r, g, and b are contained in the set [0, 255] or [0, 1]
145
+ * *Returns:* { h, s, v } in [0,1]
146
+ */
147
+ function rgbToHsv(r, g, b) {
148
+ r = bound01(r, 255);
149
+ g = bound01(g, 255);
150
+ b = bound01(b, 255);
151
+ var max = Math.max(r, g, b);
152
+ var min = Math.min(r, g, b);
153
+ var h = 0;
154
+ var v = max;
155
+ var d = max - min;
156
+ var s = max === 0 ? 0 : d / max;
157
+ if (max === min) {
158
+ h = 0; // achromatic
159
+ }
160
+ else {
161
+ switch (max) {
162
+ case r:
163
+ h = (g - b) / d + (g < b ? 6 : 0);
164
+ break;
165
+ case g:
166
+ h = (b - r) / d + 2;
167
+ break;
168
+ case b:
169
+ h = (r - g) / d + 4;
170
+ break;
171
+ }
172
+ h /= 6;
173
+ }
174
+ return { h: h, s: s, v: v };
175
+ }
176
+ /**
177
+ * Converts an HSV color value to RGB.
178
+ *
179
+ * *Assumes:* h is contained in [0, 1] or [0, 360] and s and v are contained in [0, 1] or [0, 100]
180
+ * *Returns:* { r, g, b } in the set [0, 255]
181
+ */
182
+ function hsvToRgb(h, s, v) {
183
+ h = bound01(h, 360) * 6;
184
+ s = bound01(s, 100);
185
+ v = bound01(v, 100);
186
+ var i = Math.floor(h);
187
+ var f = h - i;
188
+ var p = v * (1 - s);
189
+ var q = v * (1 - f * s);
190
+ var t = v * (1 - (1 - f) * s);
191
+ var mod = i % 6;
192
+ var r = [v, q, p, p, t, v][mod];
193
+ var g = [t, v, v, q, p, p][mod];
194
+ var b = [p, p, t, v, v, q][mod];
195
+ return { r: r * 255, g: g * 255, b: b * 255 };
196
+ }
197
+ /**
198
+ * Converts an RGB color to hex
199
+ *
200
+ * Assumes r, g, and b are contained in the set [0, 255]
201
+ * Returns a 3 or 6 character hex
202
+ */
203
+ function rgbToHex(r, g, b, allow3Char) {
204
+ var hex = [
205
+ pad2(Math.round(r).toString(16)),
206
+ pad2(Math.round(g).toString(16)),
207
+ pad2(Math.round(b).toString(16)),
208
+ ];
209
+ // Return a 3 character hex if possible
210
+ if (allow3Char &&
211
+ hex[0].startsWith(hex[0].charAt(1)) &&
212
+ hex[1].startsWith(hex[1].charAt(1)) &&
213
+ hex[2].startsWith(hex[2].charAt(1))) {
214
+ return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0);
215
+ }
216
+ return hex.join('');
217
+ }
218
+ /** Converts a hex value to a decimal */
219
+ function convertHexToDecimal(h) {
220
+ return parseIntFromHex(h) / 255;
221
+ }
222
+ /** Parse a base-16 hex value into a base-10 integer */
223
+ function parseIntFromHex(val) {
224
+ return parseInt(val, 16);
225
+ }
226
+
227
+ // https://github.com/bahamas10/css-color-names/blob/master/css-color-names.json
228
+ /**
229
+ * @hidden
230
+ */
231
+ var names = {
232
+ aliceblue: '#f0f8ff',
233
+ antiquewhite: '#faebd7',
234
+ aqua: '#00ffff',
235
+ aquamarine: '#7fffd4',
236
+ azure: '#f0ffff',
237
+ beige: '#f5f5dc',
238
+ bisque: '#ffe4c4',
239
+ black: '#000000',
240
+ blanchedalmond: '#ffebcd',
241
+ blue: '#0000ff',
242
+ blueviolet: '#8a2be2',
243
+ brown: '#a52a2a',
244
+ burlywood: '#deb887',
245
+ cadetblue: '#5f9ea0',
246
+ chartreuse: '#7fff00',
247
+ chocolate: '#d2691e',
248
+ coral: '#ff7f50',
249
+ cornflowerblue: '#6495ed',
250
+ cornsilk: '#fff8dc',
251
+ crimson: '#dc143c',
252
+ cyan: '#00ffff',
253
+ darkblue: '#00008b',
254
+ darkcyan: '#008b8b',
255
+ darkgoldenrod: '#b8860b',
256
+ darkgray: '#a9a9a9',
257
+ darkgreen: '#006400',
258
+ darkgrey: '#a9a9a9',
259
+ darkkhaki: '#bdb76b',
260
+ darkmagenta: '#8b008b',
261
+ darkolivegreen: '#556b2f',
262
+ darkorange: '#ff8c00',
263
+ darkorchid: '#9932cc',
264
+ darkred: '#8b0000',
265
+ darksalmon: '#e9967a',
266
+ darkseagreen: '#8fbc8f',
267
+ darkslateblue: '#483d8b',
268
+ darkslategray: '#2f4f4f',
269
+ darkslategrey: '#2f4f4f',
270
+ darkturquoise: '#00ced1',
271
+ darkviolet: '#9400d3',
272
+ deeppink: '#ff1493',
273
+ deepskyblue: '#00bfff',
274
+ dimgray: '#696969',
275
+ dimgrey: '#696969',
276
+ dodgerblue: '#1e90ff',
277
+ firebrick: '#b22222',
278
+ floralwhite: '#fffaf0',
279
+ forestgreen: '#228b22',
280
+ fuchsia: '#ff00ff',
281
+ gainsboro: '#dcdcdc',
282
+ ghostwhite: '#f8f8ff',
283
+ goldenrod: '#daa520',
284
+ gold: '#ffd700',
285
+ gray: '#808080',
286
+ green: '#008000',
287
+ greenyellow: '#adff2f',
288
+ grey: '#808080',
289
+ honeydew: '#f0fff0',
290
+ hotpink: '#ff69b4',
291
+ indianred: '#cd5c5c',
292
+ indigo: '#4b0082',
293
+ ivory: '#fffff0',
294
+ khaki: '#f0e68c',
295
+ lavenderblush: '#fff0f5',
296
+ lavender: '#e6e6fa',
297
+ lawngreen: '#7cfc00',
298
+ lemonchiffon: '#fffacd',
299
+ lightblue: '#add8e6',
300
+ lightcoral: '#f08080',
301
+ lightcyan: '#e0ffff',
302
+ lightgoldenrodyellow: '#fafad2',
303
+ lightgray: '#d3d3d3',
304
+ lightgreen: '#90ee90',
305
+ lightgrey: '#d3d3d3',
306
+ lightpink: '#ffb6c1',
307
+ lightsalmon: '#ffa07a',
308
+ lightseagreen: '#20b2aa',
309
+ lightskyblue: '#87cefa',
310
+ lightslategray: '#778899',
311
+ lightslategrey: '#778899',
312
+ lightsteelblue: '#b0c4de',
313
+ lightyellow: '#ffffe0',
314
+ lime: '#00ff00',
315
+ limegreen: '#32cd32',
316
+ linen: '#faf0e6',
317
+ magenta: '#ff00ff',
318
+ maroon: '#800000',
319
+ mediumaquamarine: '#66cdaa',
320
+ mediumblue: '#0000cd',
321
+ mediumorchid: '#ba55d3',
322
+ mediumpurple: '#9370db',
323
+ mediumseagreen: '#3cb371',
324
+ mediumslateblue: '#7b68ee',
325
+ mediumspringgreen: '#00fa9a',
326
+ mediumturquoise: '#48d1cc',
327
+ mediumvioletred: '#c71585',
328
+ midnightblue: '#191970',
329
+ mintcream: '#f5fffa',
330
+ mistyrose: '#ffe4e1',
331
+ moccasin: '#ffe4b5',
332
+ navajowhite: '#ffdead',
333
+ navy: '#000080',
334
+ oldlace: '#fdf5e6',
335
+ olive: '#808000',
336
+ olivedrab: '#6b8e23',
337
+ orange: '#ffa500',
338
+ orangered: '#ff4500',
339
+ orchid: '#da70d6',
340
+ palegoldenrod: '#eee8aa',
341
+ palegreen: '#98fb98',
342
+ paleturquoise: '#afeeee',
343
+ palevioletred: '#db7093',
344
+ papayawhip: '#ffefd5',
345
+ peachpuff: '#ffdab9',
346
+ peru: '#cd853f',
347
+ pink: '#ffc0cb',
348
+ plum: '#dda0dd',
349
+ powderblue: '#b0e0e6',
350
+ purple: '#800080',
351
+ rebeccapurple: '#663399',
352
+ red: '#ff0000',
353
+ rosybrown: '#bc8f8f',
354
+ royalblue: '#4169e1',
355
+ saddlebrown: '#8b4513',
356
+ salmon: '#fa8072',
357
+ sandybrown: '#f4a460',
358
+ seagreen: '#2e8b57',
359
+ seashell: '#fff5ee',
360
+ sienna: '#a0522d',
361
+ silver: '#c0c0c0',
362
+ skyblue: '#87ceeb',
363
+ slateblue: '#6a5acd',
364
+ slategray: '#708090',
365
+ slategrey: '#708090',
366
+ snow: '#fffafa',
367
+ springgreen: '#00ff7f',
368
+ steelblue: '#4682b4',
369
+ tan: '#d2b48c',
370
+ teal: '#008080',
371
+ thistle: '#d8bfd8',
372
+ tomato: '#ff6347',
373
+ turquoise: '#40e0d0',
374
+ violet: '#ee82ee',
375
+ wheat: '#f5deb3',
376
+ white: '#ffffff',
377
+ whitesmoke: '#f5f5f5',
378
+ yellow: '#ffff00',
379
+ yellowgreen: '#9acd32',
380
+ };
381
+
382
+ /**
383
+ * Given a string or object, convert that input to RGB
384
+ *
385
+ * Possible string inputs:
386
+ * ```
387
+ * "red"
388
+ * "#f00" or "f00"
389
+ * "#ff0000" or "ff0000"
390
+ * "#ff000000" or "ff000000"
391
+ * "rgb 255 0 0" or "rgb (255, 0, 0)"
392
+ * "rgb 1.0 0 0" or "rgb (1, 0, 0)"
393
+ * "rgba (255, 0, 0, 1)" or "rgba 255, 0, 0, 1"
394
+ * "rgba (1.0, 0, 0, 1)" or "rgba 1.0, 0, 0, 1"
395
+ * "hsl(0, 100%, 50%)" or "hsl 0 100% 50%"
396
+ * "hsla(0, 100%, 50%, 1)" or "hsla 0 100% 50%, 1"
397
+ * "hsv(0, 100%, 100%)" or "hsv 0 100% 100%"
398
+ * ```
399
+ */
400
+ function inputToRGB(color) {
401
+ var rgb = { r: 0, g: 0, b: 0 };
402
+ var a = 1;
403
+ var s = null;
404
+ var v = null;
405
+ var l = null;
406
+ var ok = false;
407
+ var format = false;
408
+ if (typeof color === 'string') {
409
+ color = stringInputToObject(color);
410
+ }
411
+ if (typeof color === 'object') {
412
+ if (isValidCSSUnit(color.r) && isValidCSSUnit(color.g) && isValidCSSUnit(color.b)) {
413
+ rgb = rgbToRgb(color.r, color.g, color.b);
414
+ ok = true;
415
+ format = String(color.r).substr(-1) === '%' ? 'prgb' : 'rgb';
416
+ }
417
+ else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.v)) {
418
+ s = convertToPercentage(color.s);
419
+ v = convertToPercentage(color.v);
420
+ rgb = hsvToRgb(color.h, s, v);
421
+ ok = true;
422
+ format = 'hsv';
423
+ }
424
+ else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.l)) {
425
+ s = convertToPercentage(color.s);
426
+ l = convertToPercentage(color.l);
427
+ rgb = hslToRgb(color.h, s, l);
428
+ ok = true;
429
+ format = 'hsl';
430
+ }
431
+ if (Object.prototype.hasOwnProperty.call(color, 'a')) {
432
+ a = color.a;
433
+ }
434
+ }
435
+ a = boundAlpha(a);
436
+ return {
437
+ ok: ok,
438
+ format: color.format || format,
439
+ r: Math.min(255, Math.max(rgb.r, 0)),
440
+ g: Math.min(255, Math.max(rgb.g, 0)),
441
+ b: Math.min(255, Math.max(rgb.b, 0)),
442
+ a: a,
443
+ };
444
+ }
445
+ // <http://www.w3.org/TR/css3-values/#integers>
446
+ var CSS_INTEGER = '[-\\+]?\\d+%?';
447
+ // <http://www.w3.org/TR/css3-values/#number-value>
448
+ var CSS_NUMBER = '[-\\+]?\\d*\\.\\d+%?';
449
+ // Allow positive/negative integer/number. Don't capture the either/or, just the entire outcome.
450
+ var CSS_UNIT = "(?:" + CSS_NUMBER + ")|(?:" + CSS_INTEGER + ")";
451
+ // Actual matching.
452
+ // Parentheses and commas are optional, but not required.
453
+ // Whitespace can take the place of commas or opening paren
454
+ var PERMISSIVE_MATCH3 = "[\\s|\\(]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")\\s*\\)?";
455
+ var PERMISSIVE_MATCH4 = "[\\s|\\(]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")\\s*\\)?";
456
+ var matchers = {
457
+ CSS_UNIT: new RegExp(CSS_UNIT),
458
+ rgb: new RegExp('rgb' + PERMISSIVE_MATCH3),
459
+ rgba: new RegExp('rgba' + PERMISSIVE_MATCH4),
460
+ hsl: new RegExp('hsl' + PERMISSIVE_MATCH3),
461
+ hsla: new RegExp('hsla' + PERMISSIVE_MATCH4),
462
+ hsv: new RegExp('hsv' + PERMISSIVE_MATCH3),
463
+ hsva: new RegExp('hsva' + PERMISSIVE_MATCH4),
464
+ hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
465
+ hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,
466
+ hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
467
+ hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,
468
+ };
469
+ /**
470
+ * Permissive string parsing. Take in a number of formats, and output an object
471
+ * based on detected format. Returns `{ r, g, b }` or `{ h, s, l }` or `{ h, s, v}`
472
+ */
473
+ function stringInputToObject(color) {
474
+ color = color.trim().toLowerCase();
475
+ if (color.length === 0) {
476
+ return false;
477
+ }
478
+ var named = false;
479
+ if (names[color]) {
480
+ color = names[color];
481
+ named = true;
482
+ }
483
+ else if (color === 'transparent') {
484
+ return { r: 0, g: 0, b: 0, a: 0, format: 'name' };
485
+ }
486
+ // Try to match string input using regular expressions.
487
+ // Keep most of the number bounding out of this function - don't worry about [0,1] or [0,100] or [0,360]
488
+ // Just return an object and let the conversion functions handle that.
489
+ // This way the result will be the same whether the tinycolor is initialized with string or object.
490
+ var match = matchers.rgb.exec(color);
491
+ if (match) {
492
+ return { r: match[1], g: match[2], b: match[3] };
493
+ }
494
+ match = matchers.rgba.exec(color);
495
+ if (match) {
496
+ return { r: match[1], g: match[2], b: match[3], a: match[4] };
497
+ }
498
+ match = matchers.hsl.exec(color);
499
+ if (match) {
500
+ return { h: match[1], s: match[2], l: match[3] };
501
+ }
502
+ match = matchers.hsla.exec(color);
503
+ if (match) {
504
+ return { h: match[1], s: match[2], l: match[3], a: match[4] };
505
+ }
506
+ match = matchers.hsv.exec(color);
507
+ if (match) {
508
+ return { h: match[1], s: match[2], v: match[3] };
509
+ }
510
+ match = matchers.hsva.exec(color);
511
+ if (match) {
512
+ return { h: match[1], s: match[2], v: match[3], a: match[4] };
513
+ }
514
+ match = matchers.hex8.exec(color);
515
+ if (match) {
516
+ return {
517
+ r: parseIntFromHex(match[1]),
518
+ g: parseIntFromHex(match[2]),
519
+ b: parseIntFromHex(match[3]),
520
+ a: convertHexToDecimal(match[4]),
521
+ format: named ? 'name' : 'hex8',
522
+ };
523
+ }
524
+ match = matchers.hex6.exec(color);
525
+ if (match) {
526
+ return {
527
+ r: parseIntFromHex(match[1]),
528
+ g: parseIntFromHex(match[2]),
529
+ b: parseIntFromHex(match[3]),
530
+ format: named ? 'name' : 'hex',
531
+ };
532
+ }
533
+ match = matchers.hex4.exec(color);
534
+ if (match) {
535
+ return {
536
+ r: parseIntFromHex(match[1] + match[1]),
537
+ g: parseIntFromHex(match[2] + match[2]),
538
+ b: parseIntFromHex(match[3] + match[3]),
539
+ a: convertHexToDecimal(match[4] + match[4]),
540
+ format: named ? 'name' : 'hex8',
541
+ };
542
+ }
543
+ match = matchers.hex3.exec(color);
544
+ if (match) {
545
+ return {
546
+ r: parseIntFromHex(match[1] + match[1]),
547
+ g: parseIntFromHex(match[2] + match[2]),
548
+ b: parseIntFromHex(match[3] + match[3]),
549
+ format: named ? 'name' : 'hex',
550
+ };
551
+ }
552
+ return false;
553
+ }
554
+ /**
555
+ * Check to see if it looks like a CSS unit
556
+ * (see `matchers` above for definition).
557
+ */
558
+ function isValidCSSUnit(color) {
559
+ return Boolean(matchers.CSS_UNIT.exec(String(color)));
560
+ }
561
+
562
+ var hueStep = 2; // 色相阶梯
563
+
564
+ var saturationStep = 0.16; // 饱和度阶梯,浅色部分
565
+
566
+ var saturationStep2 = 0.05; // 饱和度阶梯,深色部分
567
+
568
+ var brightnessStep1 = 0.05; // 亮度阶梯,浅色部分
569
+
570
+ var brightnessStep2 = 0.15; // 亮度阶梯,深色部分
571
+
572
+ var lightColorCount = 5; // 浅色数量,主色上
573
+
574
+ var darkColorCount = 4; // 深色数量,主色下
575
+ // 暗色主题颜色映射关系表
576
+
577
+ var darkColorMap = [{
578
+ index: 7,
579
+ opacity: 0.15
580
+ }, {
581
+ index: 6,
582
+ opacity: 0.25
583
+ }, {
584
+ index: 5,
585
+ opacity: 0.3
586
+ }, {
587
+ index: 5,
588
+ opacity: 0.45
589
+ }, {
590
+ index: 5,
591
+ opacity: 0.65
592
+ }, {
593
+ index: 5,
594
+ opacity: 0.85
595
+ }, {
596
+ index: 4,
597
+ opacity: 0.9
598
+ }, {
599
+ index: 3,
600
+ opacity: 0.95
601
+ }, {
602
+ index: 2,
603
+ opacity: 0.97
604
+ }, {
605
+ index: 1,
606
+ opacity: 0.98
607
+ }]; // Wrapper function ported from TinyColor.prototype.toHsv
608
+ // Keep it here because of `hsv.h * 360`
609
+
610
+ function toHsv(_ref) {
611
+ var r = _ref.r,
612
+ g = _ref.g,
613
+ b = _ref.b;
614
+ var hsv = rgbToHsv(r, g, b);
615
+ return {
616
+ h: hsv.h * 360,
617
+ s: hsv.s,
618
+ v: hsv.v
619
+ };
620
+ } // Wrapper function ported from TinyColor.prototype.toHexString
621
+ // Keep it here because of the prefix `#`
622
+
623
+
624
+ function toHex(_ref2) {
625
+ var r = _ref2.r,
626
+ g = _ref2.g,
627
+ b = _ref2.b;
628
+ return "#".concat(rgbToHex(r, g, b, false));
629
+ } // Wrapper function ported from TinyColor.prototype.mix, not treeshakable.
630
+ // Amount in range [0, 1]
631
+ // Assume color1 & color2 has no alpha, since the following src code did so.
632
+
633
+
634
+ function mix(rgb1, rgb2, amount) {
635
+ var p = amount / 100;
636
+ var rgb = {
637
+ r: (rgb2.r - rgb1.r) * p + rgb1.r,
638
+ g: (rgb2.g - rgb1.g) * p + rgb1.g,
639
+ b: (rgb2.b - rgb1.b) * p + rgb1.b
640
+ };
641
+ return rgb;
642
+ }
643
+
644
+ function getHue(hsv, i, light) {
645
+ var hue; // 根据色相不同,色相转向不同
646
+
647
+ if (Math.round(hsv.h) >= 60 && Math.round(hsv.h) <= 240) {
648
+ hue = light ? Math.round(hsv.h) - hueStep * i : Math.round(hsv.h) + hueStep * i;
649
+ } else {
650
+ hue = light ? Math.round(hsv.h) + hueStep * i : Math.round(hsv.h) - hueStep * i;
651
+ }
652
+
653
+ if (hue < 0) {
654
+ hue += 360;
655
+ } else if (hue >= 360) {
656
+ hue -= 360;
657
+ }
658
+
659
+ return hue;
660
+ }
661
+
662
+ function getSaturation(hsv, i, light) {
663
+ // grey color don't change saturation
664
+ if (hsv.h === 0 && hsv.s === 0) {
665
+ return hsv.s;
666
+ }
667
+
668
+ var saturation;
669
+
670
+ if (light) {
671
+ saturation = hsv.s - saturationStep * i;
672
+ } else if (i === darkColorCount) {
673
+ saturation = hsv.s + saturationStep;
674
+ } else {
675
+ saturation = hsv.s + saturationStep2 * i;
676
+ } // 边界值修正
677
+
678
+
679
+ if (saturation > 1) {
680
+ saturation = 1;
681
+ } // 第一格的 s 限制在 0.06-0.1 之间
682
+
683
+
684
+ if (light && i === lightColorCount && saturation > 0.1) {
685
+ saturation = 0.1;
686
+ }
687
+
688
+ if (saturation < 0.06) {
689
+ saturation = 0.06;
690
+ }
691
+
692
+ return Number(saturation.toFixed(2));
693
+ }
694
+
695
+ function getValue(hsv, i, light) {
696
+ var value;
697
+
698
+ if (light) {
699
+ value = hsv.v + brightnessStep1 * i;
700
+ } else {
701
+ value = hsv.v - brightnessStep2 * i;
702
+ }
703
+
704
+ if (value > 1) {
705
+ value = 1;
706
+ }
707
+
708
+ return Number(value.toFixed(2));
709
+ }
710
+
711
+ function generate$1(color) {
712
+ var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
713
+ var patterns = [];
714
+ var pColor = inputToRGB(color);
715
+
716
+ for (var i = lightColorCount; i > 0; i -= 1) {
717
+ var hsv = toHsv(pColor);
718
+ var colorString = toHex(inputToRGB({
719
+ h: getHue(hsv, i, true),
720
+ s: getSaturation(hsv, i, true),
721
+ v: getValue(hsv, i, true)
722
+ }));
723
+ patterns.push(colorString);
724
+ }
725
+
726
+ patterns.push(toHex(pColor));
727
+
728
+ for (var _i = 1; _i <= darkColorCount; _i += 1) {
729
+ var _hsv = toHsv(pColor);
730
+
731
+ var _colorString = toHex(inputToRGB({
732
+ h: getHue(_hsv, _i),
733
+ s: getSaturation(_hsv, _i),
734
+ v: getValue(_hsv, _i)
735
+ }));
736
+
737
+ patterns.push(_colorString);
738
+ } // dark theme patterns
739
+
740
+
741
+ if (opts.theme === 'dark') {
742
+ return darkColorMap.map(function (_ref3) {
743
+ var index = _ref3.index,
744
+ opacity = _ref3.opacity;
745
+ var darkColorString = toHex(mix(inputToRGB(opts.backgroundColor || '#141414'), inputToRGB(patterns[index]), opacity * 100));
746
+ return darkColorString;
747
+ });
748
+ }
749
+
750
+ return patterns;
751
+ }
752
+
753
+ var presetPrimaryColors = {
754
+ red: '#F5222D',
755
+ volcano: '#FA541C',
756
+ orange: '#FA8C16',
757
+ gold: '#FAAD14',
758
+ yellow: '#FADB14',
759
+ lime: '#A0D911',
760
+ green: '#52C41A',
761
+ cyan: '#13C2C2',
762
+ blue: '#1890FF',
763
+ geekblue: '#2F54EB',
764
+ purple: '#722ED1',
765
+ magenta: '#EB2F96',
766
+ grey: '#666666'
767
+ };
768
+ var presetPalettes = {};
769
+ var presetDarkPalettes = {};
770
+ Object.keys(presetPrimaryColors).forEach(function (key) {
771
+ presetPalettes[key] = generate$1(presetPrimaryColors[key]);
772
+ presetPalettes[key].primary = presetPalettes[key][5]; // dark presetPalettes
773
+
774
+ presetDarkPalettes[key] = generate$1(presetPrimaryColors[key], {
775
+ theme: 'dark',
776
+ backgroundColor: '#141414'
777
+ });
778
+ presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
779
+ });
780
+ presetPalettes.red;
781
+ presetPalettes.volcano;
782
+ presetPalettes.gold;
783
+ presetPalettes.orange;
784
+ presetPalettes.yellow;
785
+ presetPalettes.lime;
786
+ presetPalettes.green;
787
+ presetPalettes.cyan;
788
+ presetPalettes.blue;
789
+ presetPalettes.geekblue;
790
+ presetPalettes.purple;
791
+ presetPalettes.magenta;
792
+ presetPalettes.grey;
793
+
794
+ // https://github.com/substack/insert-css
795
+ var containers = []; // will store container HTMLElement references
796
+
797
+ var styleElements = []; // will store {prepend: HTMLElement, append: HTMLElement}
798
+
799
+ var usage = 'insert-css: You need to provide a CSS string. Usage: insertCss(cssString[, options]).';
800
+
801
+ function createStyleElement() {
802
+ var styleElement = document.createElement('style');
803
+ styleElement.setAttribute('type', 'text/css');
804
+ return styleElement;
805
+ } // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
806
+
807
+
808
+ function insertCss(css, options) {
809
+ options = options || {};
810
+
811
+ if (css === undefined) {
812
+ throw new Error(usage);
813
+ }
814
+
815
+ var position = options.prepend === true ? 'prepend' : 'append';
816
+ var container = options.container !== undefined ? options.container : document.querySelector('head');
817
+ var containerId = containers.indexOf(container); // first time we see this container, create the necessary entries
818
+
819
+ if (containerId === -1) {
820
+ containerId = containers.push(container) - 1;
821
+ styleElements[containerId] = {};
822
+ } // try to get the correponding container + position styleElement, create it otherwise
823
+
824
+
825
+ var styleElement;
826
+
827
+ if (styleElements[containerId] !== undefined && styleElements[containerId][position] !== undefined) {
828
+ styleElement = styleElements[containerId][position];
829
+ } else {
830
+ styleElement = styleElements[containerId][position] = createStyleElement();
831
+
832
+ if (position === 'prepend') {
833
+ container.insertBefore(styleElement, container.childNodes[0]);
834
+ } else {
835
+ container.appendChild(styleElement);
836
+ }
837
+ } // strip potential UTF-8 BOM if css was read from a file
838
+
839
+
840
+ if (css.charCodeAt(0) === 0xfeff) {
841
+ css = css.substr(1, css.length);
842
+ } // actually add the stylesheet
843
+
844
+
845
+ if (styleElement.styleSheet) {
846
+ styleElement.styleSheet.cssText += css;
847
+ } else {
848
+ styleElement.textContent += css;
849
+ }
850
+
851
+ return styleElement;
852
+ }
853
+
854
+ function _objectSpread$4(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$4(target, key, source[key]); }); } return target; }
855
+
856
+ function _defineProperty$4(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
857
+ function warn(valid, message) {
858
+ // Support uglify
859
+ if (process.env.NODE_ENV !== 'production' && !valid && console !== undefined) {
860
+ console.error("Warning: ".concat(message));
861
+ }
862
+ }
863
+ function warning(valid, message) {
864
+ warn(valid, "[@ant-design/icons-vue] ".concat(message));
865
+ } // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
866
+
867
+ function isIconDefinition(target) {
868
+ return typeof target === 'object' && typeof target.name === 'string' && typeof target.theme === 'string' && (typeof target.icon === 'object' || typeof target.icon === 'function');
869
+ }
870
+ function generate(node, key, rootProps) {
871
+ if (!rootProps) {
872
+ return h(node.tag, _objectSpread$4({
873
+ key: key
874
+ }, node.attrs), (node.children || []).map(function (child, index) {
875
+ return generate(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
876
+ }));
877
+ }
878
+
879
+ return h(node.tag, _objectSpread$4({
880
+ key: key
881
+ }, rootProps, node.attrs), (node.children || []).map(function (child, index) {
882
+ return generate(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
883
+ }));
884
+ }
885
+ function getSecondaryColor(primaryColor) {
886
+ // choose the second color
887
+ return generate$1(primaryColor)[0];
888
+ }
889
+ function normalizeTwoToneColors(twoToneColor) {
890
+ if (!twoToneColor) {
891
+ return [];
892
+ }
893
+
894
+ return Array.isArray(twoToneColor) ? twoToneColor : [twoToneColor];
895
+ } // These props make sure that the SVG behaviours like general text.
896
+ var iconStyles = "\n.anticon {\n display: inline-block;\n color: inherit;\n font-style: normal;\n line-height: 0;\n text-align: center;\n text-transform: none;\n vertical-align: -0.125em;\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.anticon > * {\n line-height: 1;\n}\n\n.anticon svg {\n display: inline-block;\n}\n\n.anticon::before {\n display: none;\n}\n\n.anticon .anticon-icon {\n display: block;\n}\n\n.anticon[tabindex] {\n cursor: pointer;\n}\n\n.anticon-spin::before,\n.anticon-spin {\n display: inline-block;\n -webkit-animation: loadingCircle 1s infinite linear;\n animation: loadingCircle 1s infinite linear;\n}\n\n@-webkit-keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n";
897
+ var cssInjectedFlag = false;
898
+ var useInsertStyles = function useInsertStyles() {
899
+ var styleStr = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : iconStyles;
900
+ nextTick(function () {
901
+ if (!cssInjectedFlag) {
902
+ if (typeof window !== 'undefined' && window.document && window.document.documentElement) {
903
+ insertCss(styleStr, {
904
+ prepend: true
905
+ });
906
+ }
907
+
908
+ cssInjectedFlag = true;
909
+ }
910
+ });
911
+ };
912
+
913
+ var _excluded$1 = ["icon", "primaryColor", "secondaryColor"];
914
+
915
+ function _objectWithoutProperties$1(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$1(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
916
+
917
+ function _objectWithoutPropertiesLoose$1(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
918
+
919
+ function _objectSpread$3(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$3(target, key, source[key]); }); } return target; }
920
+
921
+ function _defineProperty$3(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
922
+ var twoToneColorPalette = {
923
+ primaryColor: '#333',
924
+ secondaryColor: '#E6E6E6',
925
+ calculated: false
926
+ };
927
+
928
+ function setTwoToneColors(_ref) {
929
+ var primaryColor = _ref.primaryColor,
930
+ secondaryColor = _ref.secondaryColor;
931
+ twoToneColorPalette.primaryColor = primaryColor;
932
+ twoToneColorPalette.secondaryColor = secondaryColor || getSecondaryColor(primaryColor);
933
+ twoToneColorPalette.calculated = !!secondaryColor;
934
+ }
935
+
936
+ function getTwoToneColors() {
937
+ return _objectSpread$3({}, twoToneColorPalette);
938
+ }
939
+
940
+ var IconBase = function IconBase(props, context) {
941
+ var _props$context$attrs = _objectSpread$3({}, props, context.attrs),
942
+ icon = _props$context$attrs.icon,
943
+ primaryColor = _props$context$attrs.primaryColor,
944
+ secondaryColor = _props$context$attrs.secondaryColor,
945
+ restProps = _objectWithoutProperties$1(_props$context$attrs, _excluded$1);
946
+
947
+ var colors = twoToneColorPalette;
948
+
949
+ if (primaryColor) {
950
+ colors = {
951
+ primaryColor: primaryColor,
952
+ secondaryColor: secondaryColor || getSecondaryColor(primaryColor)
953
+ };
954
+ }
955
+
956
+ useInsertStyles();
957
+ warning(isIconDefinition(icon), "icon should be icon definiton, but got ".concat(icon));
958
+
959
+ if (!isIconDefinition(icon)) {
960
+ return null;
961
+ }
962
+
963
+ var target = icon;
964
+
965
+ if (target && typeof target.icon === 'function') {
966
+ target = _objectSpread$3({}, target, {
967
+ icon: target.icon(colors.primaryColor, colors.secondaryColor)
968
+ });
969
+ }
970
+
971
+ return generate(target.icon, "svg-".concat(target.name), _objectSpread$3({}, restProps, {
972
+ 'data-icon': target.name,
973
+ width: '1em',
974
+ height: '1em',
975
+ fill: 'currentColor',
976
+ 'aria-hidden': 'true'
977
+ })); // },
978
+ };
979
+
980
+ IconBase.props = {
981
+ icon: Object,
982
+ primaryColor: String,
983
+ secondaryColor: String,
984
+ focusable: String
985
+ };
986
+ IconBase.inheritAttrs = false;
987
+ IconBase.displayName = 'IconBase';
988
+ IconBase.getTwoToneColors = getTwoToneColors;
989
+ IconBase.setTwoToneColors = setTwoToneColors;
990
+ var VueIcon = IconBase;
991
+
992
+ function _slicedToArray$1(arr, i) { return _arrayWithHoles$1(arr) || _iterableToArrayLimit$1(arr, i) || _unsupportedIterableToArray$1(arr, i) || _nonIterableRest$1(); }
993
+
994
+ function _nonIterableRest$1() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
995
+
996
+ function _unsupportedIterableToArray$1(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray$1(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen); }
997
+
998
+ function _arrayLikeToArray$1(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
999
+
1000
+ function _iterableToArrayLimit$1(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
1001
+
1002
+ function _arrayWithHoles$1(arr) { if (Array.isArray(arr)) return arr; }
1003
+ function setTwoToneColor(twoToneColor) {
1004
+ var _normalizeTwoToneColo = normalizeTwoToneColors(twoToneColor),
1005
+ _normalizeTwoToneColo2 = _slicedToArray$1(_normalizeTwoToneColo, 2),
1006
+ primaryColor = _normalizeTwoToneColo2[0],
1007
+ secondaryColor = _normalizeTwoToneColo2[1];
1008
+
1009
+ return VueIcon.setTwoToneColors({
1010
+ primaryColor: primaryColor,
1011
+ secondaryColor: secondaryColor
1012
+ });
1013
+ }
1014
+ function getTwoToneColor() {
1015
+ var colors = VueIcon.getTwoToneColors();
1016
+
1017
+ if (!colors.calculated) {
1018
+ return colors.primaryColor;
1019
+ }
1020
+
1021
+ return [colors.primaryColor, colors.secondaryColor];
1022
+ }
1023
+
1024
+ var _excluded = ["class", "icon", "spin", "rotate", "tabindex", "twoToneColor", "onClick"];
1025
+
1026
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
1027
+
1028
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
1029
+
1030
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
1031
+
1032
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
1033
+
1034
+ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
1035
+
1036
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
1037
+
1038
+ function _objectSpread$2(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$2(target, key, source[key]); }); } return target; }
1039
+
1040
+ function _defineProperty$2(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1041
+
1042
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
1043
+
1044
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
1045
+
1046
+ setTwoToneColor('#1890ff');
1047
+
1048
+ var Icon = function Icon(props, context) {
1049
+ var _classObj;
1050
+
1051
+ var _props$context$attrs = _objectSpread$2({}, props, context.attrs),
1052
+ cls = _props$context$attrs["class"],
1053
+ icon = _props$context$attrs.icon,
1054
+ spin = _props$context$attrs.spin,
1055
+ rotate = _props$context$attrs.rotate,
1056
+ tabindex = _props$context$attrs.tabindex,
1057
+ twoToneColor = _props$context$attrs.twoToneColor,
1058
+ onClick = _props$context$attrs.onClick,
1059
+ restProps = _objectWithoutProperties(_props$context$attrs, _excluded);
1060
+
1061
+ var classObj = (_classObj = {
1062
+ anticon: true
1063
+ }, _defineProperty$2(_classObj, "anticon-".concat(icon.name), Boolean(icon.name)), _defineProperty$2(_classObj, cls, cls), _classObj);
1064
+ var svgClassString = spin === '' || !!spin || icon.name === 'loading' ? 'anticon-spin' : '';
1065
+ var iconTabIndex = tabindex;
1066
+
1067
+ if (iconTabIndex === undefined && onClick) {
1068
+ iconTabIndex = -1;
1069
+ restProps.tabindex = iconTabIndex;
1070
+ }
1071
+
1072
+ var svgStyle = rotate ? {
1073
+ msTransform: "rotate(".concat(rotate, "deg)"),
1074
+ transform: "rotate(".concat(rotate, "deg)")
1075
+ } : undefined;
1076
+
1077
+ var _normalizeTwoToneColo = normalizeTwoToneColors(twoToneColor),
1078
+ _normalizeTwoToneColo2 = _slicedToArray(_normalizeTwoToneColo, 2),
1079
+ primaryColor = _normalizeTwoToneColo2[0],
1080
+ secondaryColor = _normalizeTwoToneColo2[1];
1081
+
1082
+ return createVNode("span", _objectSpread$2({
1083
+ "role": "img",
1084
+ "aria-label": icon.name
1085
+ }, restProps, {
1086
+ "onClick": onClick,
1087
+ "class": classObj
1088
+ }), [createVNode(VueIcon, {
1089
+ "class": svgClassString,
1090
+ "icon": icon,
1091
+ "primaryColor": primaryColor,
1092
+ "secondaryColor": secondaryColor,
1093
+ "style": svgStyle
1094
+ }, null)]);
1095
+ };
1096
+
1097
+ Icon.props = {
1098
+ spin: Boolean,
1099
+ rotate: Number,
1100
+ icon: Object,
1101
+ twoToneColor: String
1102
+ };
1103
+ Icon.displayName = 'AntdIcon';
1104
+ Icon.inheritAttrs = false;
1105
+ Icon.getTwoToneColor = getTwoToneColor;
1106
+ Icon.setTwoToneColor = setTwoToneColor;
1107
+ var AntdIcon = Icon;
1108
+
1109
+ // This icon file is generated automatically.
1110
+ var PlusOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z" } }, { "tag": "path", "attrs": { "d": "M176 474h672q8 0 8 8v60q0 8-8 8H176q-8 0-8-8v-60q0-8 8-8z" } }] }, "name": "plus", "theme": "outlined" };
1111
+ var PlusOutlinedSvg = PlusOutlined$2;
1112
+
1113
+ function _objectSpread$1(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty$1(target, key, source[key]); }); } return target; }
1114
+
1115
+ function _defineProperty$1(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1116
+
1117
+ var PlusOutlined = function PlusOutlined(props, context) {
1118
+ var p = _objectSpread$1({}, props, context.attrs);
1119
+
1120
+ return createVNode(AntdIcon, _objectSpread$1({}, p, {
1121
+ "icon": PlusOutlinedSvg
1122
+ }), null);
1123
+ };
1124
+
1125
+ PlusOutlined.displayName = 'PlusOutlined';
1126
+ PlusOutlined.inheritAttrs = false;
1127
+ var PlusOutlined$1 = PlusOutlined;
1128
+
1129
+ // This icon file is generated automatically.
1130
+ var UploadOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M400 317.7h73.9V656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V317.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 163a8 8 0 00-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z" } }] }, "name": "upload", "theme": "outlined" };
1131
+ var UploadOutlinedSvg = UploadOutlined$2;
1132
+
1133
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; }
1134
+
1135
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1136
+
1137
+ var UploadOutlined = function UploadOutlined(props, context) {
1138
+ var p = _objectSpread({}, props, context.attrs);
1139
+
1140
+ return createVNode(AntdIcon, _objectSpread({}, p, {
1141
+ "icon": UploadOutlinedSvg
1142
+ }), null);
1143
+ };
1144
+
1145
+ UploadOutlined.displayName = 'UploadOutlined';
1146
+ UploadOutlined.inheritAttrs = false;
1147
+ var UploadOutlined$1 = UploadOutlined;
1148
+
1149
+ var _export_sfc = (sfc, props) => {
1150
+ const target = sfc.__vccOpts || sfc;
1151
+ for (const [key, val] of props) {
1152
+ target[key] = val;
1153
+ }
1154
+ return target;
1155
+ };
1156
+
1157
+ const _sfc_main$1 = {
1158
+ name: "BmOverTooltips",
1159
+ props: {
1160
+ title: {
1161
+ type: String,
1162
+ default: ""
1163
+ },
1164
+ labelTitle: {
1165
+ type: String,
1166
+ default: ""
1167
+ },
1168
+ line: {
1169
+ type: Number,
1170
+ default: 1
1171
+ },
1172
+ width: {
1173
+ type: [Number, String],
1174
+ default: 0
1175
+ },
1176
+ showAlways: {
1177
+ type: Boolean,
1178
+ default: false
1179
+ }
1180
+ },
1181
+ setup(props, context) {
1182
+ const state = reactive({
1183
+ mSlots: {},
1184
+ isShow: false,
1185
+ openShow: false
1186
+ });
1187
+ const observer = new IntersectionObserver((entries) => {
1188
+ entries.forEach((item) => {
1189
+ if (item.intersectionRatio > 0.3) {
1190
+ observerDom();
1191
+ observer.disconnect();
1192
+ }
1193
+ });
1194
+ }, {
1195
+ threshold: 0.3
1196
+ });
1197
+ function observerDom() {
1198
+ if (props.line === 1) {
1199
+ if (mySelf.value.scrollWidth > mySelf.value.clientWidth) {
1200
+ state.openShow = true;
1201
+ }
1202
+ } else if (props.line > 1) {
1203
+ if (mySelf.value.scrollHeight > mySelf.value.clientHeight) {
1204
+ state.openShow = true;
1205
+ }
1206
+ }
1207
+ }
1208
+ onBeforeUnmount(function() {
1209
+ observer.disconnect();
1210
+ });
1211
+ let mySelf = ref();
1212
+ watch(() => props.showAlways, function(showAlways) {
1213
+ if (showAlways)
1214
+ state.openShow = showAlways;
1215
+ mySelf.value && observer.unobserve(mySelf.value);
1216
+ nextTick(function() {
1217
+ mySelf.value && observer.observe(mySelf.value);
1218
+ });
1219
+ }, {
1220
+ immediate: true
1221
+ });
1222
+ const handleVisibleChange = (val) => {
1223
+ state.isShow = !state.openShow ? false : val;
1224
+ };
1225
+ const getPopupContainer = () => {
1226
+ return document.body;
1227
+ };
1228
+ return {
1229
+ ...toRefs(state),
1230
+ mySelf,
1231
+ handleVisibleChange,
1232
+ getPopupContainer
1233
+ };
1234
+ }
1235
+ };
1236
+ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
1237
+ const _component_a_tooltip = resolveComponent("a-tooltip");
1238
+ return openBlock(), createBlock(_component_a_tooltip, {
1239
+ visible: _ctx.isShow,
1240
+ "onUpdate:visible": _cache[0] || (_cache[0] = ($event) => _ctx.isShow = $event),
1241
+ title: $props.labelTitle || $props.title,
1242
+ "get-popup-container": $setup.getPopupContainer,
1243
+ onVisibleChange: $setup.handleVisibleChange
1244
+ }, {
1245
+ default: withCtx(() => [
1246
+ createElementVNode("div", {
1247
+ ref: "mySelf",
1248
+ style: normalizeStyle({
1249
+ width: $props.width ? $props.width + "px" : "100%",
1250
+ WebkitLineClamp: $props.line
1251
+ }),
1252
+ class: normalizeClass($props.line === 1 ? `bm-over-tooltip` : `bm-over-tooltip-multi`)
1253
+ }, toDisplayString($props.title), 7)
1254
+ ]),
1255
+ _: 1
1256
+ }, 8, ["visible", "title", "get-popup-container", "onVisibleChange"]);
1257
+ }
1258
+ var OverTooltips$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__file", "over-tooltips.vue"]]);
1259
+
1260
+ const BmOverTooltips = withInstall(OverTooltips$1);
1261
+ var OverTooltips = BmOverTooltips;
1262
+
1263
+ function getuid() {
1264
+ const s = [];
1265
+ const hexDigits = '0123456789abcdef';
1266
+ for (let i = 0; i < 36; i++) {
1267
+ s[i] = hexDigits.substr(Math.floor(Math.random() * 0x10), 1);
1268
+ }
1269
+ s[14] = '4';
1270
+ s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1);
1271
+ s[8] = s[13] = s[18] = s[23] = '-';
1272
+ const uuid = s.join('');
1273
+ return uuid;
1274
+ }
1275
+ function wait(ms) {
1276
+ return new Promise((resolve) => setTimeout(resolve, ms));
1277
+ }
1278
+ var utils = {
1279
+ getuid,
1280
+ wait,
1281
+ };
1282
+
1283
+ const pdf = `data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAABmdJREFUeAHtWgtsU1UY/u6j62vdGxA35CEo8cE0qCOIMiIYBREBMU6CIKBRkZcYojwCQQRfU8FgAiohERxGMBE1kWjMEgWBgIiAIs8NBmOwdWNrt7b33l7POWWXlQ3Xdt1pO3aS23ve//995/zn8d8KIKFqXF6OV214V4CQr+t6d5qXKME+/rmi1Clzn4lUX5GBVxoOQEdBooGnoOVuOQWXNnz4ZcQE0JEnjTMi7SAe2rWFBJFO+3gA0VYdIiVBTMRpfy2yIiFBvFZniZofLgkdjgA6cOGQ0CEJCIeEDktAqCR0aAJCIaHDE9AaCdcFAf9HQsIT4K93UXwhhZZ2h4QnQD1bEhL4xkpXk5DwBHh2/gzd62nEF9K7KQnCudED9JBaxXElwe6AZfBwyNm9INqSQ9ZUrSgr4k6AmJKO1LnLkXTLndD9GhqKf4Br4xoyig0hKx7NinI0Owulr7R5K2C+e7BRNXnMJEhpWagpfN3I4xnhugZI3bIN8HWb18J35ADDaup3G0/MQbK4EiD3vtUQ7v72C2jOCyyte2Iz/alwrgQI8hWL0911ZMFyMAL89W72jsUPVwKuBij37MuytHOlVxdxS3MlQFd8BjCp642Q0rNYWik9ZuTzjnAlQD111MBnHTrSiKulx4047whXArQL56BdcjKMlvxRBla15DqZARSxcuwwA27q0Ye9ldMn4K+tZvFY/HCdARSg7689QTh9+38PSvNOcCfAs+OnIIze/TuD0rwT3AnQLpZDubwY6poG76G9vDEHyeNOgGC2Quqew5QQJAmWgQ8EKcQ7wZ0A6/AxEC02A2fqjEUQ0zKNNO8IXwIkGcnjpjCMypmToCbArsczl/LGbcjjSoA1fySkLoG/H9SuXQnX158yRSz3PgjriLGGUjwj/AgQBCSPn8awKSf+Yduha/M6+I4eZHkp0+dDuiGwNnRIAiz3j4Cc04thc21dH8BIPEI1hQvg99RDtNqQvvhjUPcWz8BnBiSZ4Zg8h+FSTh5B07OAVn4atZ+8xcro6TD9jQ/I180r1+b2JoOLJMdTL5AvttkMS+36QkAP9sP6Du+D989dMN81COYB96HL6i3wu2oD2Eldf10N1LOl5CmBeuYUFGo2mhoVbtqdACm7J+xjJzNlPXt/hfLvQSTdcQ9M/XORxJ4BbCdoikbO6d002SxOHSie37bDteVzaOfLmpWHk9HuXuGMN9fBnJvHdNJqqiA60kAPQE0D+ZcK/JXnoZadgu7zwZKXz4qpv9/93SYIVjtZP3qzR8rsajSlnuSaVUsYGUZmmJF2mwFyn/6wPz7RAE/1ki4feLTqSijEIeo7eohNZ+X4YegN9YbqjkkzkTxhOgSzBUm5g1C9fBb8pA3rg5iSddho2B4eBymrG9LmrUQVuWYzszB6CD0S3RlAtjrr0FGwPfY08/s3VYNufZ7dxfDsKYZKFsLWgp0cmBzPzoYgitAqK+Bc9grUkisOFTGjKzLf2cDWFi+5UTqXvNhaly2WR40A88AhcEyZA1PPfkGCdFVB1YJpbMSDCkJImPOGkRFewY7OfjJDXF+thfv7InKn9rLW9vFTkTJ5NvzEwVpRMCSEHptXaTMB9HKTOmMxrJc9PNSe4fcbdl772Xtwb9vYXHKIOdSVnkHOB3S606BVXUD9j1vIWuGB7ZEJkLv3gEI8SpWzngyxx+BqbSJAIsLTF66C6aabWa/0aktXZdvwJ1jas+sXVK+YGywxgpSYmgF6UrQOfbTF1pfWLEP99q0tlrWWGTEB9BKT+f5GyOT4qpM9uW7DR2x00l57m9mtWn4Gla8WgPr/oxVMfW8PrC9kGxXJiVElFyr3tk1t2gUiJiDl+fmwj54IauPOJS+R05sJGYtWQzCZoF08T+x+KrSKs9HC3m79RLwNNrq1vft2MPu3PjQmsGJXVaBq4bSEAE9ZjZgAXQ0cRRsPLbQzldi/c+nLbT6d0b54hYgvQ/TjZmOgWxTdnuhKHMvPXI36hPOOeA2gQuRe/Yg7Kwu+v/8w9uZwhMdD3YhNgCof+KITu6860SAwYhOIhvB46KOTgHgYhVjq0DkDYsl+PMjunAHxMAqx1KFzBsSS/XiQLQqCUB4PisRCB4pd1KEXx0J4PMik2EWzbJ1PlAn8dSsetOKng5NiFzO/2V1mNllzIaDoejAHhpFgpZgp9v8AVkc7eXss14sAAAAASUVORK5CYII=`;
1284
+ const ppt = `data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAAA1dJREFUeAHtmktoE0EYx7/ZbpLmRUuKFjGiVqE9qLkIRU+CHrzYQ3uQVtF6EbyovSheRS9S8eTjoODF5mB94EWjtYgUHzf1IgVRKWltLA2Gprvb5rHuRLO4aWJmd3bDzmYHQubxfbPz/803OzvJIlDSYn9vdCUvXkGA9smyvAHXsZKCAyfibcMjQ0bHy5XE58SPIMMga+KxaL4zOpi5e23MMAA884pzxGgHdvCjgcDhsLeDCNoxGIXAsRj2tWAZgcDV6ozVer0QHAcAT5weCI4EoAeCYwGQQnA0ABIIjgdQD0JTAPgfBOYBFIUs1keUqu0OzAPIz34nEl82qoTAPADpzQTIK1JZH9H3vxDQ3KFdMpGXjY1QMAytew8Av3ELcIEQ8UjzqWTcEQCIFVcxZH4JVNGkq8oFoAuXA42bPgJ4qyfV070T2s9eqnsZvJUVFuah8HMOCqlZEKcSUEwv1PWjNbAcAPL5S9sTyUA9XT2qWfjYaRCejUP2/m0oZtJqvdkZ2y4B5PVBsO8IRC7eUn7h8JitW+3P8ghQr/Q3I049B+ndZGU1cMrDDBdZB75YL3h7Ymq7Z2s3hI+fgaU7o2qdmZmGA8h/mwbp9dOaGrL3rkPrnv3Qfn4UEPcnQIN9RyE7dgNkUajpZ7TBlktAevsSxInHqiaEEPCbtqllMzO2BIAFrk5/0ujkN2/XlM0q2BaAXHHOR/6AWZo1/dgWAB/t0gw0P/NVUzarYEsAKNwGgYMDGo35mS+aslmFhu8CNQfu8UJLx3rw7tgNof5hJd+pmuL7gVVPhQ0HEBo6BaHDJ1Vx5Qx+8KmWisrW9+vqhWpNptQ1HABqUS6JPwSpsJiCzM3LUJhPElgbMyEbibG+DXkVheXSYUh48QiExDhAbtVQP6RODQcgJB6AMPlkzfhkSSydBOXlpTVtVlY0HAA+7uY+f7BSk66+bbkN6lJAaewCoATIvLsbAcxPIaUANwIoATLv7v43yPwUUgpw7wGUAJl3dyOA+SmkFOBGACVA5t3dCGB+CikFuBFACZB5dzcCmJ9CSgFuBFACZN6dU96++MG8CoMCsHZOBvmVQX/m3bB2zsf7zylKrHsRz76Y0lg71/HwfdLn8ccAQbwZlkNJo6IVa8bafwMo0u8qx3AUAQAAAABJRU5ErkJggg==`;
1285
+ const excel = `data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAABJhJREFUeAHtmmtsDFEUgM/sdre7SpsttqqtXaIRQfvDD694RJAiIfH4UUl/SMMPiUTEI4QStJ6RiD8SIkKiUs8QryBKEKEkFRHxiL63pbTKatd0d92zMdfMWGt27R292zmbZs65c+/dc757zp3HVgAiedVbs0VR3EPUaQDBTGzjRYozppSvySlYEqu/Jgy+WxSrSeCFvAWPQeckOwr31V87GTMAXPkgBNNjnaAnjPsXCCYSwLSeEMS/+hArBAKAr5qPBCoWCJgBCSXRQkg4ALia0UBISADRQEhYAFohJDQALRASHsDfIPQKAJEgcA/gi78L49Mk4a4O3AOo8X3UFLzUSQ2BewA32p5DV0CU4tN0lEMQRlZtDGoa1YM7pZptMNMxGtzJ/aEf0bVKva+tPCEAaA04XD/uSyBcUNG0GQCioZWIfXt9BiSxWtU0sx2O5C6FFHMy/YqK1kdwrOU+tf+kjO3rgu2uBYrTm2rPwdOvtYq2eBjMMuCzvxNOkYDdtgH0b9XgWTDc5ozot81kgR2uhXQMjq/21jMJHh1hBgAnP9taBZXtL1ENidWUBDvdi8Ac4WsRksvWXxoCjb422FF3idrxVpgCQGc3k9T9JHqp36NSsqB40GRqyxVM/SLnBNoUCAZgQ80Z8AZ8tC3eCnMAH7u9sKXugsLvFZnTfysFKfUFQaB9j7bcg6qvNdRmoTAHgE7fan8B51ufUP+xFMrcCxWloE79l988cLDpJh3DStEFADpfVn85VM9SIKNTsmkpqFP/e6Ab1r2rADHol7ozO+oGAOsY6xnrWhIshTF9skO7vjz19zdehzdd76VuTI+6AcAosJ7l9wFYCidGLFPs+g873sLx9w+YBi2fXFcA+MUHmm7Aq85m6gNCkKSjuzOUJZKtx1F3AFjX69+dBqxztWyruwgtYoe6mamtOwCMppa8xvogflEEhkDwjk9v+S8A1mYVQFayQxErlsKuoYtAIB89RXcAk1JzodA5PmyMY/u66aUxbAcGjboCwCfEUtVT3nHydCjfD1YOngEj7fr9l46uADYPmQdOaypdxwcdb2BXwxU45LlN2yyCmZTCYrAKv64O9CQDRTcAcxx5MCc9j4bg9fugpPZ8yD7cfBdefGuk53LtGbA6axa1WSq6AHBaUgFXXy57G65C0/f2UJMf8KnvrKIUipwTYXy/YfIhTHRdAJS6F0Bakp0GgKlf0fqY2qi87mxRlALeGpeRdwfRvOdXTKjRYA6gcOA4wJ1fEnnqS23SUV0Kg6xpUKLKHKlvvI5MAbjILzVrsgsUvspTX3GCGOFKYW56Psx2jFF3jZvNDAC+9tpNdnO7yUqdDZf69ORPJVQKzZWK5pIh8yGD7CMshBmA5ZlTIS8lh/ocKfVpp5/KYc8dxVUB949S8gKFhRi/DbKgytOczEqAFwgGAF5WipWfRgawIsvLvEYG8LJSrPw0MoAVWV7mNTKAl5Vi5aeRAazI8jKvkQEAgoeX1Yq/n4IHM6Ay/hNzM2OlyWKxrCM/SH7ixuU4OYoxY+ymZ/lbG5IslnxSCuW9oxyw5IVyjBlj/wFKmHHAnlmA/gAAAABJRU5ErkJggg==`;
1286
+ const doc = `data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAABKVJREFUeAHtWrluFEEQfbuYw8bGXMKAuYXEZXAAQogExwgSiEAExERE8AuInJwA4YwEIVJHkJgbcQkhjGywwRw+AGOvvdST3era1uyyO9Mj0btT0nq6Z7p7ql69rqqZcQ4ip24UNxVmcVWaPcUiNvBcKHK6C73nD+XOxtU3T+NnCngihp8JzXga3dGGM9f7izdjA7Dg+dVxF/gf5iUBIS8G9PwPRiTVIS4I+RBpXw6sOCCQAXUltYJQdwDQm7WAUJcA1AJC3QJQLQh1DUA1INQ9AP8CoSEAqARC8AD8mqZ51UlUdggegKHx6ow3o1wQggfg3gDwp2DMq+6oQcidvC7FcOCyfAlwdCvQuQJokXa1MjKB3roAoFqDo8YFvwWijKrlXAZALWjV49iGZ0BTUq9uWwVcPmZXmZkDLt4G5irklv3rgQtH7JyBH8CVPtuPah3fBZzcY688HwGu3bf9uK3EAHwQ5dubgVaVfnauAd6MllfpYKekrHZ7fX0b0Cya/K6Qzw9vLp1z942dn6SVeAvQ048/lqrQ1VHad3sHnBfvi0SLfRXm5HPAnnWlqzwYLO3H7SUGgDd+MFR6e1K8nLBo2RHxDtoFRc8no5oX2zPDE0CtJbCdXdryA4B4Q9eT9Ba9FiUEJ+pat8MKPddllAu4Hltr2wsAP6aAd9/srVmORnmZIw4odkzP2jkMpm1LbV+3utQcnu/3RH+u5QUALuR6xfUax1C0p++8AgwIOWGMBmd+9Dxb9qr9z/HPhs3V5Ed/ADhecb1GVVdJtti80irNQPbys+1HxYHtEi/0Aw6NN6DZmfFb3gB4LWlv8o9VZK9EdTcMaA/TCBr/9JOdo9lhzrpM8hX9zfreAGA6fKTSIesC7mst2sM0nkXTEwXARnmcXdOiZwAuAP1OxikdXXvPGwC8taucuw00AMbzb78C+rWWHkMG6fpgaAxgCvQpXgF4KN7R6VDXAx2t8sVGfkaM58kclrVGulXEJ4NaVWZwATZzkhy9AjA2BdCjRnT01p6lx/W4pyqq63Eug9xMY+6T5OgVACqilVyxDNi6EPV1gKPH9cOS2Q6cv3Y5wFhA0ft/akaYooCaH5H8r38AyqRDvR0M/Y36778D48IeIyZb6P1PlhQkaPoW7wDwKVAbQy9uERawBjDiAsDzehuQLZxDBhnxWf2ZNXn0DgBfA+h0SC9q+n//DfAR2hW9DcgWwwIzTm8tc87H0TsAVEoru1I8f2K3VbVcGatZQc/rlx8DskW+/LRr+GylBoAOchsWghoV14ZqQz5Jfh9VRuo5TK9pSSoATEhJ/FZiQZRoqrvXy11LI/+be6cCABePUnpkEuCvnOhAaMawZnihCiVz3tcxNQB0HDDKlqO/uR7FgMfyrDDLyJqSpAYAtwArQy1RBurro7+Aj87XXt9Pf/p+bGffBl1EGq2f2hYIBcgMgFA8lZaeGQPSQjaUdTMGhOKptPTMGJAWsqGsmzEgFE+lpWfGgLSQDWXdjAHyjwnq+2wofvOjJ20nA/r8LBfkKn35pkW4JKqr//AJ0pA4Sn+j7flb53KDi5vQLXTobYTtQBtpK22m7X8BXxtVZAjutWYAAAAASUVORK5CYII=`;
1287
+ const others = `data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAAAbNJREFUeAHtlTFOAkEYhWd3LaDUDYWJF7AgHsAGCjsusF6DZG1t3YO4F6CzoaYxhsILmFCQxXIJhuBMkOTFGJwdmp15/zS8bGbJfN//BiKlV54/XW2360LHgVK7S/PMlzUc3paj0d2963njPXz9psEz3+ANdJqeZ5PJy7OzgJ/JX7h+QRveO0VCrAEGbYA49QyuErQAv+78MVEuEkwDglpNJQQnwEyziYQgBTSREKwAWwlBC7CRELyA/yRQCDgmwXsBdb02fFbrr38H7wUsl5UV/GHTbwneC5jP39Vm83Xgs/pECdF4/LizeqvFm7rdjur3r1WvlyqTbVdVfZZntpvbvM/8Dsxmry5HzLy/Ai7U+I4IQBuMWRrAOHVklgagDcYsDWCcOjJLA9AGY5YGME4dmaUBaIMxSwMYp47M0gC0wZilAYxTR2ZpANpgzNIAxqkjszQAbTBmaQDj1JFZGoA2GLM0gHHqyCwNQBuMWRrAOHVklgagDcYsDWCcOjJLA9AGY9YNiBaM4HvmaGGuwJRXgJrGSdLJtYAVoYSVYY+L4uEjSbo3+iqUHNfBXPmoNMyG/RuvFms2+co7XAAAAABJRU5ErkJggg==`;
1288
+ var icons = {
1289
+ pdf,
1290
+ ppt,
1291
+ excel,
1292
+ doc,
1293
+ others,
1294
+ };
1295
+
1296
+ const CLOUND_PRE = "/cloudStorage/read";
1297
+ const _sfc_main = {
1298
+ name: "BmUpload",
1299
+ components: { PlusOutlined: PlusOutlined$1, OverTooltips, UploadOutlined: UploadOutlined$1 },
1300
+ props: {
1301
+ uploadProps: {
1302
+ type: Object,
1303
+ default: () => {
1304
+ return {};
1305
+ }
1306
+ },
1307
+ extraProps: {
1308
+ type: Object,
1309
+ default: () => {
1310
+ return {};
1311
+ }
1312
+ },
1313
+ defaultList: {
1314
+ type: Array,
1315
+ default: () => []
1316
+ },
1317
+ uploadRequest: {
1318
+ type: Function,
1319
+ default() {
1320
+ return () => {
1321
+ };
1322
+ }
1323
+ },
1324
+ cloudReadUrl: {
1325
+ type: String,
1326
+ default: ""
1327
+ }
1328
+ },
1329
+ emits: [
1330
+ "success",
1331
+ "delete",
1332
+ "update",
1333
+ "previewFile",
1334
+ "successFile",
1335
+ "deleteFile",
1336
+ "error"
1337
+ ],
1338
+ setup(props, { emit }) {
1339
+ let acceptList = [
1340
+ ".xlsx",
1341
+ ".pdf",
1342
+ ".doc",
1343
+ ".docx",
1344
+ ".jpg",
1345
+ ".jpeg",
1346
+ ".JPG",
1347
+ ".png",
1348
+ ".rar",
1349
+ ".zip",
1350
+ ".ppt",
1351
+ ".pptx",
1352
+ ".mp4"
1353
+ ];
1354
+ const state = reactive({
1355
+ uploadBarColor: "#4DA0FF",
1356
+ uploadDisabled: false,
1357
+ uploadedList: [],
1358
+ fileList: {},
1359
+ onepViewImageHover: {},
1360
+ previewVisible: false,
1361
+ onepViewImage: "",
1362
+ extraConfigs: {
1363
+ maxSize: 5,
1364
+ maxCount: 5,
1365
+ isAllowDownloadFieldProps: false,
1366
+ hideDisabledBtn: true,
1367
+ tips: "",
1368
+ showTips: true,
1369
+ btnClass: "",
1370
+ picClass: "",
1371
+ alignCenter: false,
1372
+ canNotViewAccept: ".rar,.zip",
1373
+ fileDetail: true,
1374
+ myBtn: false
1375
+ },
1376
+ uploadConfigs: {
1377
+ multiple: false,
1378
+ showUploadList: false,
1379
+ showSlotList: false,
1380
+ listType: "text",
1381
+ text: "",
1382
+ accept: acceptList.join(","),
1383
+ data: {},
1384
+ name: "file",
1385
+ disabled: false,
1386
+ async customRequest({ file, fileField, data }) {
1387
+ if (file.size > state.extraConfigs.maxSize * 1024 * 1024) {
1388
+ return methods.uploadError(new Error(`\u4E0D\u80FD\u4E0A\u4F20\u5927\u4E8E${state.extraConfigs.maxSize}M\u7684\u6587\u4EF6`));
1389
+ }
1390
+ if (Object.keys(state.fileList).length >= state.extraConfigs.maxCount) {
1391
+ return methods.uploadError(new Error(`\u4E0D\u80FD\u4E0A\u4F20\u591A\u4E8E${state.extraConfigs.maxCount}\u4E2A\u6587\u4EF6`));
1392
+ }
1393
+ let name = file.name;
1394
+ let fileFormat = name.split(".").pop();
1395
+ if (!state.uploadConfigs.accept.includes(`.${fileFormat}`)) {
1396
+ return methods.uploadError(new Error(`\u4E0D\u80FD\u4E0A\u4F20\u8BE5\u7C7B\u578B\u6587\u4EF6`));
1397
+ }
1398
+ state.fileList[file.uid] = {
1399
+ uid: file.uid,
1400
+ name: file.name,
1401
+ type: fileFormat,
1402
+ progress: 0,
1403
+ file,
1404
+ isDoneDeloy: false,
1405
+ status: ""
1406
+ };
1407
+ setTimeout(function() {
1408
+ state.fileList[file.uid].isDoneDeloy = true;
1409
+ }, 1e3);
1410
+ methods.customUploadRequest(file);
1411
+ }
1412
+ }
1413
+ });
1414
+ const methods = {
1415
+ customUploadRequest(file) {
1416
+ props.uploadRequest?.(file, {
1417
+ onUploadProgress: (e) => {
1418
+ let progress = Math.round(e.loaded / e.total * 100);
1419
+ state.fileList[file.uid] = {
1420
+ ...state.fileList[file.uid],
1421
+ progress
1422
+ };
1423
+ }
1424
+ }).then(function(data) {
1425
+ state.fileList[file.uid].progress = 100;
1426
+ methods.uploadSuccess(data, file);
1427
+ }).catch(function(error) {
1428
+ console.error(error);
1429
+ if (state.uploadConfigs.listType === "text") {
1430
+ state.fileList[file.uid].progress = 100;
1431
+ }
1432
+ methods.uploadError(error, file);
1433
+ });
1434
+ },
1435
+ uploadSuccess(data, file) {
1436
+ emit("successFile", data);
1437
+ let uri = data?.url;
1438
+ let item = state.extraConfigs.fileDetail ? {
1439
+ name: file.name,
1440
+ size: file.size,
1441
+ type: file.type,
1442
+ url: uri
1443
+ } : uri;
1444
+ state.uploadedList.push(item);
1445
+ state.fileList[file.uid].url = uri;
1446
+ emit("success", state.uploadedList);
1447
+ emit("update", state.uploadedList);
1448
+ },
1449
+ uploadError(error, file = {}) {
1450
+ if (file.uid && state.fileList[file.uid]) {
1451
+ state.fileList[file.uid].status = "error";
1452
+ }
1453
+ emit("error", error);
1454
+ },
1455
+ async deleteFile(uid) {
1456
+ const index = state.uploadedList.findIndex((ele) => state.extraConfigs.fileDetail ? ele === state.fileList[uid].url : ele.url === state.fileList[uid].url);
1457
+ emit("deleteFile", state.fileList[uid]);
1458
+ state.uploadedList.splice(index, 1);
1459
+ delete state.fileList[uid];
1460
+ emit("delete", state.uploadedList);
1461
+ emit("update", state.uploadedList);
1462
+ },
1463
+ pictureHoverEnter(uid) {
1464
+ state.onepViewImageHover[uid] = true;
1465
+ },
1466
+ pictureHoverLeave(uid) {
1467
+ state.onepViewImageHover[uid] = false;
1468
+ },
1469
+ viewOnePicture(item) {
1470
+ if (["img", "image", "png", "jpg", "jpeg"].includes(item.type.toLowerCase())) {
1471
+ state.previewVisible = true;
1472
+ state.onepViewImage = item;
1473
+ return;
1474
+ }
1475
+ emit("previewFile", item);
1476
+ },
1477
+ handleClosePictureView() {
1478
+ state.previewVisible = false;
1479
+ },
1480
+ reUpload(e, uid) {
1481
+ e.stopPropagation();
1482
+ let file = state.fileList[uid].file;
1483
+ state.onepViewImageHover[uid] = false;
1484
+ delete state.fileList[uid];
1485
+ state.uploadConfigs.customRequest({
1486
+ file,
1487
+ fileField: state.uploadConfigs.name,
1488
+ data: state.uploadConfigs.data
1489
+ });
1490
+ },
1491
+ paste(event) {
1492
+ const items = event?.clipboardData?.items;
1493
+ let file = null;
1494
+ if (items && items.length) {
1495
+ for (var i = 0; i < items.length; i++) {
1496
+ if (items[i].type.match("^image/")) {
1497
+ file = items[i].getAsFile();
1498
+ break;
1499
+ }
1500
+ }
1501
+ }
1502
+ if (file) {
1503
+ let uid = utils.getuid();
1504
+ let filename = file.name;
1505
+ let fileInfo = filename?.split(".");
1506
+ if (fileInfo && fileInfo.length > 1) {
1507
+ fileInfo[fileInfo.length - 2] = uid;
1508
+ filename = fileInfo.join(".");
1509
+ } else {
1510
+ filename = uid + ".png";
1511
+ }
1512
+ file = new File([file], filename, { type: file.type });
1513
+ file["uid"] = uid;
1514
+ state.uploadConfigs.customRequest({
1515
+ file,
1516
+ fileField: state.uploadConfigs.name,
1517
+ data: state.uploadConfigs.data
1518
+ });
1519
+ }
1520
+ }
1521
+ };
1522
+ watch(() => props.defaultList, function(list) {
1523
+ if (list.length) {
1524
+ list.forEach(function(item) {
1525
+ let uid = utils.getuid();
1526
+ if (!item.url.includes("http") && !item.url.includes(CLOUND_PRE))
1527
+ item.url = props.cloudReadUrl + item.url;
1528
+ state.fileList[uid] = {
1529
+ uid,
1530
+ name: item.name,
1531
+ url: item.url,
1532
+ type: item.type || "png",
1533
+ progress: 100,
1534
+ isDoneDeloy: true
1535
+ };
1536
+ state.uploadedList.push(item);
1537
+ });
1538
+ }
1539
+ }, {
1540
+ immediate: true
1541
+ });
1542
+ watch([() => props.uploadProps, () => props.extraProps], function([config, extra]) {
1543
+ state.uploadConfigs = {
1544
+ ...state.uploadConfigs,
1545
+ ...config,
1546
+ showUploadList: false
1547
+ };
1548
+ state.extraConfigs = {
1549
+ ...state.extraConfigs,
1550
+ ...extra
1551
+ };
1552
+ }, {
1553
+ immediate: true,
1554
+ deep: true
1555
+ });
1556
+ const uploadDisabled = computed(() => {
1557
+ if (Object.keys(state.fileList).length >= state.extraConfigs.maxCount) {
1558
+ return true;
1559
+ }
1560
+ return false;
1561
+ });
1562
+ watchEffect(() => {
1563
+ state.uploadConfigs.disabled = uploadDisabled.value;
1564
+ });
1565
+ return {
1566
+ ...toRefs(state),
1567
+ icons,
1568
+ ...methods,
1569
+ uploadDisabled
1570
+ };
1571
+ }
1572
+ };
1573
+ const _hoisted_1 = {
1574
+ key: 0,
1575
+ class: "bm-upload__picture-progress"
1576
+ };
1577
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("div", { class: "bm-upload__picture-progress__text" }, "\u56FE\u7247\u4E0A\u4F20\u4E2D", -1);
1578
+ const _hoisted_3 = ["onMouseenter", "onMouseleave"];
1579
+ const _hoisted_4 = ["src"];
1580
+ const _hoisted_5 = ["src"];
1581
+ const _hoisted_6 = ["src"];
1582
+ const _hoisted_7 = ["src"];
1583
+ const _hoisted_8 = ["src"];
1584
+ const _hoisted_9 = ["src"];
1585
+ const _hoisted_10 = {
1586
+ key: 6,
1587
+ class: "bm-upload__picture-result__cover"
1588
+ };
1589
+ const _hoisted_11 = ["onClick"];
1590
+ const _hoisted_12 = ["onClick"];
1591
+ const _hoisted_13 = ["onMouseenter", "onMouseleave"];
1592
+ const _hoisted_14 = /* @__PURE__ */ createElementVNode("div", { class: "bm-upload__picture-error__image" }, null, -1);
1593
+ const _hoisted_15 = /* @__PURE__ */ createElementVNode("div", null, "\u4E0A\u4F20\u9519\u8BEF", -1);
1594
+ const _hoisted_16 = {
1595
+ key: 0,
1596
+ class: "bm-upload__picture-result__cover"
1597
+ };
1598
+ const _hoisted_17 = ["onClick"];
1599
+ const _hoisted_18 = ["onClick"];
1600
+ const _hoisted_19 = {
1601
+ key: 0,
1602
+ style: { "font-size": "24px", "color": "#9393a3" }
1603
+ };
1604
+ const _hoisted_20 = { class: "ant-upload-text bm-upload__text" };
1605
+ const _hoisted_21 = {
1606
+ key: 0,
1607
+ class: "bm-upload__tips"
1608
+ };
1609
+ const _hoisted_22 = { key: 1 };
1610
+ const _hoisted_23 = {
1611
+ key: 0,
1612
+ class: "bm-upload__tips"
1613
+ };
1614
+ const _hoisted_24 = {
1615
+ key: 2,
1616
+ class: "bm-upload__file-list"
1617
+ };
1618
+ const _hoisted_25 = { class: "bm-upload__file__detail" };
1619
+ const _hoisted_26 = /* @__PURE__ */ createElementVNode("div", { class: "bm-upload__file__icon" }, [
1620
+ /* @__PURE__ */ createElementVNode("div", { class: "bm-upload__attachment" })
1621
+ ], -1);
1622
+ const _hoisted_27 = { class: "bm-upload__file__name" };
1623
+ const _hoisted_28 = { class: "bm-upload__file__progress-tools" };
1624
+ const _hoisted_29 = ["onClick"];
1625
+ const _hoisted_30 = ["onClick"];
1626
+ const _hoisted_31 = {
1627
+ key: 0,
1628
+ class: "bm-upload__progress"
1629
+ };
1630
+ const _hoisted_32 = { style: { "padding-top": "20px" } };
1631
+ const _hoisted_33 = ["src"];
1632
+ const _hoisted_34 = ["title", "src"];
1633
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1634
+ const _component_a_progress = resolveComponent("a-progress");
1635
+ const _component_PlusOutlined = resolveComponent("PlusOutlined");
1636
+ const _component_UploadOutlined = resolveComponent("UploadOutlined");
1637
+ const _component_a_button = resolveComponent("a-button");
1638
+ const _component_a_upload = resolveComponent("a-upload");
1639
+ const _component_OverTooltips = resolveComponent("OverTooltips");
1640
+ const _component_a_modal = resolveComponent("a-modal");
1641
+ return openBlock(), createElementBlock("div", {
1642
+ class: normalizeClass(["bm-upload", {
1643
+ "bm-upload--text": _ctx.uploadConfigs.listType === "text"
1644
+ }])
1645
+ }, [
1646
+ _ctx.uploadConfigs.listType === "picture-card" ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(_ctx.fileList, (item) => {
1647
+ return openBlock(), createElementBlock("div", {
1648
+ key: item,
1649
+ class: normalizeClass(["bm-upload__picture", { "bm-upload__picture--error": item.status === "error" }])
1650
+ }, [
1651
+ createCommentVNode(" \u4E0A\u4F20\u4E2D "),
1652
+ item.progress < 100 && item.status !== "error" ? (openBlock(), createElementBlock("div", _hoisted_1, [
1653
+ _hoisted_2,
1654
+ createVNode(_component_a_progress, {
1655
+ type: "line",
1656
+ "stroke-width": 2,
1657
+ "show-info": false,
1658
+ "stroke-color": _ctx.uploadBarColor,
1659
+ percent: item.uid?.progress
1660
+ }, null, 8, ["stroke-color", "percent"])
1661
+ ])) : createCommentVNode("v-if", true),
1662
+ createCommentVNode(" \u56FE\u7247\u5C55\u793A "),
1663
+ item.progress >= 100 && item.status !== "error" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
1664
+ !_ctx.uploadConfigs.showSlotList ? (openBlock(), createElementBlock("div", {
1665
+ key: 0,
1666
+ class: "bm-upload__picture-result",
1667
+ onMouseenter: ($event) => _ctx.pictureHoverEnter(item.uid),
1668
+ onMouseleave: ($event) => _ctx.pictureHoverLeave(item.uid),
1669
+ onClick: _cache[0] || (_cache[0] = (e) => e.stopPropagation())
1670
+ }, [
1671
+ item.type === "pdf" ? (openBlock(), createElementBlock("img", {
1672
+ key: 0,
1673
+ class: "bm-upload__picture-result__image",
1674
+ src: $setup.icons.pdf,
1675
+ alt: "avatar"
1676
+ }, null, 8, _hoisted_4)) : item.type === "xlsx" ? (openBlock(), createElementBlock("img", {
1677
+ key: 1,
1678
+ class: "bm-upload__picture-result__image",
1679
+ src: $setup.icons.excel,
1680
+ alt: "avatar"
1681
+ }, null, 8, _hoisted_5)) : item.type === "ppt" ? (openBlock(), createElementBlock("img", {
1682
+ key: 2,
1683
+ class: "bm-upload__picture-result__image",
1684
+ src: $setup.icons.ppt,
1685
+ alt: "avatar"
1686
+ }, null, 8, _hoisted_6)) : ["docx", "doc"].includes(item.type) ? (openBlock(), createElementBlock("img", {
1687
+ key: 3,
1688
+ class: "bm-upload__picture-result__image",
1689
+ src: $setup.icons.doc,
1690
+ alt: "avatar"
1691
+ }, null, 8, _hoisted_7)) : ["img", "image", "png", "jpg", "jpeg"].includes(item.type) ? (openBlock(), createElementBlock("img", {
1692
+ key: 4,
1693
+ class: "bm-upload__picture-result__image",
1694
+ src: item.url,
1695
+ alt: "avatar"
1696
+ }, null, 8, _hoisted_8)) : (openBlock(), createElementBlock("img", {
1697
+ key: 5,
1698
+ class: "bm-upload__picture-result__image",
1699
+ src: $setup.icons.others,
1700
+ alt: "avatar"
1701
+ }, null, 8, _hoisted_9)),
1702
+ _ctx.onepViewImageHover[item.uid] ? (openBlock(), createElementBlock("div", _hoisted_10, [
1703
+ !_ctx.extraConfigs.canNotViewAccept?.includes(item?.type) ? (openBlock(), createElementBlock("div", {
1704
+ key: 0,
1705
+ class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--view",
1706
+ onClick: ($event) => _ctx.viewOnePicture(item)
1707
+ }, null, 8, _hoisted_11)) : createCommentVNode("v-if", true),
1708
+ !(_ctx.extraConfigs.hidenDelBtn ?? false) ? (openBlock(), createElementBlock("div", {
1709
+ key: 1,
1710
+ class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--delete",
1711
+ onClick: ($event) => _ctx.deleteFile(item.uid)
1712
+ }, null, 8, _hoisted_12)) : createCommentVNode("v-if", true)
1713
+ ])) : createCommentVNode("v-if", true)
1714
+ ], 40, _hoisted_3)) : renderSlot(_ctx.$slots, "file", {
1715
+ key: 1,
1716
+ file: item
1717
+ })
1718
+ ], 2112)) : createCommentVNode("v-if", true),
1719
+ createCommentVNode(" \u56FE\u7247\u9519\u8BEF\u5C55\u793A "),
1720
+ item.status === "error" ? (openBlock(), createElementBlock("div", {
1721
+ key: 2,
1722
+ class: "bm-upload__picture-error",
1723
+ onMouseenter: ($event) => _ctx.pictureHoverEnter(item.uid),
1724
+ onMouseleave: ($event) => _ctx.pictureHoverLeave(item.uid),
1725
+ onClick: _cache[1] || (_cache[1] = (e) => e.stopPropagation())
1726
+ }, [
1727
+ _hoisted_14,
1728
+ _hoisted_15,
1729
+ _ctx.onepViewImageHover[item.uid] ? (openBlock(), createElementBlock("div", _hoisted_16, [
1730
+ createElementVNode("div", {
1731
+ class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--retry",
1732
+ onClick: (e) => _ctx.reUpload(e, item.uid)
1733
+ }, null, 8, _hoisted_17),
1734
+ createElementVNode("div", {
1735
+ class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--delete",
1736
+ onClick: ($event) => _ctx.deleteFile(item.uid)
1737
+ }, null, 8, _hoisted_18)
1738
+ ])) : createCommentVNode("v-if", true)
1739
+ ], 40, _hoisted_13)) : createCommentVNode("v-if", true)
1740
+ ], 2);
1741
+ }), 128)) : createCommentVNode("v-if", true),
1742
+ !($setup.uploadDisabled && _ctx.extraConfigs?.hideDisabledBtn) ? (openBlock(), createBlock(_component_a_upload, mergeProps({ key: 1 }, _ctx.uploadConfigs, {
1743
+ class: { "bm--upload__custom-button": _ctx.extraConfigs.myBtn }
1744
+ }), {
1745
+ default: withCtx(() => [
1746
+ _ctx.extraConfigs.myBtn ? renderSlot(_ctx.$slots, "myBtn", { key: 0 }) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
1747
+ _ctx.uploadConfigs.listType === "picture-card" ? (openBlock(), createElementBlock("div", _hoisted_19, [
1748
+ createVNode(_component_PlusOutlined),
1749
+ createElementVNode("div", _hoisted_20, toDisplayString(_ctx.uploadConfigs.text || "\u4E0A\u4F20\u56FE\u7247"), 1),
1750
+ _ctx.extraConfigs.tips && _ctx.extraConfigs.showTips ? (openBlock(), createElementBlock("div", _hoisted_21, toDisplayString(_ctx.extraConfigs.tips), 1)) : createCommentVNode("v-if", true)
1751
+ ])) : _ctx.uploadConfigs.listType === "text" ? (openBlock(), createElementBlock("div", _hoisted_22, [
1752
+ createVNode(_component_a_button, {
1753
+ class: normalizeClass(_ctx.extraConfigs.btnClass),
1754
+ disabled: $setup.uploadDisabled && !_ctx.extraConfigs?.hideDisabledBtn
1755
+ }, {
1756
+ default: withCtx(() => [
1757
+ createVNode(_component_UploadOutlined),
1758
+ createTextVNode(" " + toDisplayString(_ctx.uploadConfigs.text || "\u4E0A\u4F20\u6587\u4EF6"), 1)
1759
+ ]),
1760
+ _: 1
1761
+ }, 8, ["class", "disabled"]),
1762
+ _ctx.extraConfigs.tips && _ctx.extraConfigs.showTips ? (openBlock(), createElementBlock("div", _hoisted_23, toDisplayString(_ctx.extraConfigs.tips), 1)) : createCommentVNode("v-if", true)
1763
+ ])) : createCommentVNode("v-if", true)
1764
+ ], 2112))
1765
+ ]),
1766
+ _: 3
1767
+ }, 16, ["class"])) : createCommentVNode("v-if", true),
1768
+ _ctx.uploadConfigs.listType === "text" && !_ctx.uploadConfigs.showSlotList ? (openBlock(), createElementBlock("div", _hoisted_24, [
1769
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.fileList, (item) => {
1770
+ return openBlock(), createElementBlock("div", {
1771
+ key: item,
1772
+ class: "bm-upload__file"
1773
+ }, [
1774
+ !_ctx.uploadConfigs.showSlotList ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
1775
+ createElementVNode("div", _hoisted_25, [
1776
+ _hoisted_26,
1777
+ createElementVNode("div", _hoisted_27, [
1778
+ createVNode(_component_OverTooltips, {
1779
+ title: item.name
1780
+ }, null, 8, ["title"])
1781
+ ]),
1782
+ createElementVNode("div", _hoisted_28, [
1783
+ item.status === "error" ? (openBlock(), createElementBlock("div", {
1784
+ key: 0,
1785
+ class: "bm-upload__error-reload",
1786
+ onClick: (e) => _ctx.reUpload(e, item.uid)
1787
+ }, null, 8, _hoisted_29)) : createCommentVNode("v-if", true),
1788
+ createElementVNode("div", {
1789
+ class: "bm-upload__trash",
1790
+ onClick: ($event) => _ctx.deleteFile(item.uid)
1791
+ }, null, 8, _hoisted_30)
1792
+ ])
1793
+ ]),
1794
+ !item.isDoneDeloy || item.progress < 100 || item.status === "error" ? (openBlock(), createElementBlock("div", _hoisted_31, [
1795
+ createVNode(_component_a_progress, {
1796
+ type: "line",
1797
+ "stroke-width": 2,
1798
+ "show-info": false,
1799
+ "stroke-color": item.status !== "error" ? _ctx.uploadBarColor : "#E64C2E",
1800
+ percent: item.progress
1801
+ }, null, 8, ["stroke-color", "percent"])
1802
+ ])) : createCommentVNode("v-if", true)
1803
+ ], 64)) : renderSlot(_ctx.$slots, "file", {
1804
+ key: 1,
1805
+ file: item
1806
+ })
1807
+ ]);
1808
+ }), 128))
1809
+ ])) : createCommentVNode("v-if", true),
1810
+ createVNode(_component_a_modal, {
1811
+ visible: _ctx.previewVisible,
1812
+ width: _ctx.onepViewImage.type === "pdf" ? "1200px" : "600px",
1813
+ footer: null,
1814
+ onCancel: _ctx.handleClosePictureView
1815
+ }, {
1816
+ default: withCtx(() => [
1817
+ createElementVNode("div", _hoisted_32, [
1818
+ ["img", "image", "png", "jpg", "jpeg"].includes(_ctx.onepViewImage.type) ? (openBlock(), createElementBlock("img", {
1819
+ key: 0,
1820
+ style: { "width": "100%" },
1821
+ src: _ctx.onepViewImage.url,
1822
+ alt: ""
1823
+ }, null, 8, _hoisted_33)) : (openBlock(), createElementBlock("iframe", {
1824
+ key: 1,
1825
+ title: _ctx.onepViewImage.type,
1826
+ style: { "width": "100%", "min-height": "600px" },
1827
+ src: _ctx.onepViewImage.url
1828
+ }, null, 8, _hoisted_34))
1829
+ ])
1830
+ ]),
1831
+ _: 1
1832
+ }, 8, ["visible", "width", "onCancel"])
1833
+ ], 2);
1834
+ }
1835
+ var Upload = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "upload.vue"]]);
1836
+
1837
+ const BmUpload = withInstall(Upload);
1838
+
1839
+ export { BmUpload, BmUpload as default };