@ecan-bi/indicator-library 1.1.27 → 1.1.29

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.
@@ -1,1216 +0,0 @@
1
- /*! @ecan-bi/indicator-library@1.1.27 */
2
- import { h as re, nextTick as Oe, createVNode as ne, unref as Ae } from "vue";
3
- import I from "dayjs";
4
- import { cloneDeep as Ie } from "lodash-es";
5
- import { y as Fe } from "./index-fd31e8a5.mjs";
6
- function w(e, r) {
7
- je(e) && (e = "100%");
8
- var t = Ne(e);
9
- return e = r === 360 ? e : Math.min(r, Math.max(0, parseFloat(e))), t && (e = parseInt(String(e * r), 10) / 100), Math.abs(e - r) < 1e-6 ? 1 : (r === 360 ? e = (e < 0 ? e % r + r : e % r) / parseFloat(String(r)) : e = e % r / parseFloat(String(r)), e);
10
- }
11
- function je(e) {
12
- return typeof e == "string" && e.indexOf(".") !== -1 && parseFloat(e) === 1;
13
- }
14
- function Ne(e) {
15
- return typeof e == "string" && e.indexOf("%") !== -1;
16
- }
17
- function _e(e) {
18
- return e = parseFloat(e), (isNaN(e) || e < 0 || e > 1) && (e = 1), e;
19
- }
20
- function D(e) {
21
- return e <= 1 ? "".concat(Number(e) * 100, "%") : e;
22
- }
23
- function L(e) {
24
- return e.length === 1 ? "0" + e : String(e);
25
- }
26
- function Ee(e, r, t) {
27
- return {
28
- r: w(e, 255) * 255,
29
- g: w(r, 255) * 255,
30
- b: w(t, 255) * 255
31
- };
32
- }
33
- function q(e, r, t) {
34
- return t < 0 && (t += 1), t > 1 && (t -= 1), t < 1 / 6 ? e + (r - e) * (6 * t) : t < 1 / 2 ? r : t < 2 / 3 ? e + (r - e) * (2 / 3 - t) * 6 : e;
35
- }
36
- function Me(e, r, t) {
37
- var n, a, o;
38
- if (e = w(e, 360), r = w(r, 100), t = w(t, 100), r === 0)
39
- a = t, o = t, n = t;
40
- else {
41
- var f = t < 0.5 ? t * (1 + r) : t + r - t * r, l = 2 * t - f;
42
- n = q(l, f, e + 1 / 3), a = q(l, f, e), o = q(l, f, e - 1 / 3);
43
- }
44
- return { r: n * 255, g: a * 255, b: o * 255 };
45
- }
46
- function Pe(e, r, t) {
47
- e = w(e, 255), r = w(r, 255), t = w(t, 255);
48
- var n = Math.max(e, r, t), a = Math.min(e, r, t), o = 0, f = n, l = n - a, u = n === 0 ? 0 : l / n;
49
- if (n === a)
50
- o = 0;
51
- else {
52
- switch (n) {
53
- case e:
54
- o = (r - t) / l + (r < t ? 6 : 0);
55
- break;
56
- case r:
57
- o = (t - e) / l + 2;
58
- break;
59
- case t:
60
- o = (e - r) / l + 4;
61
- break;
62
- }
63
- o /= 6;
64
- }
65
- return { h: o, s: u, v: f };
66
- }
67
- function Ve(e, r, t) {
68
- e = w(e, 360) * 6, r = w(r, 100), t = w(t, 100);
69
- var n = Math.floor(e), a = e - n, o = t * (1 - r), f = t * (1 - a * r), l = t * (1 - (1 - a) * r), u = n % 6, c = [t, f, o, o, l, t][u], d = [l, t, t, f, o, o][u], p = [o, o, l, t, t, f][u];
70
- return { r: c * 255, g: d * 255, b: p * 255 };
71
- }
72
- function De(e, r, t, n) {
73
- var a = [
74
- L(Math.round(e).toString(16)),
75
- L(Math.round(r).toString(16)),
76
- L(Math.round(t).toString(16))
77
- ];
78
- return n && a[0].startsWith(a[0].charAt(1)) && a[1].startsWith(a[1].charAt(1)) && a[2].startsWith(a[2].charAt(1)) ? a[0].charAt(0) + a[1].charAt(0) + a[2].charAt(0) : a.join("");
79
- }
80
- function ae(e) {
81
- return C(e) / 255;
82
- }
83
- function C(e) {
84
- return parseInt(e, 16);
85
- }
86
- var oe = {
87
- aliceblue: "#f0f8ff",
88
- antiquewhite: "#faebd7",
89
- aqua: "#00ffff",
90
- aquamarine: "#7fffd4",
91
- azure: "#f0ffff",
92
- beige: "#f5f5dc",
93
- bisque: "#ffe4c4",
94
- black: "#000000",
95
- blanchedalmond: "#ffebcd",
96
- blue: "#0000ff",
97
- blueviolet: "#8a2be2",
98
- brown: "#a52a2a",
99
- burlywood: "#deb887",
100
- cadetblue: "#5f9ea0",
101
- chartreuse: "#7fff00",
102
- chocolate: "#d2691e",
103
- coral: "#ff7f50",
104
- cornflowerblue: "#6495ed",
105
- cornsilk: "#fff8dc",
106
- crimson: "#dc143c",
107
- cyan: "#00ffff",
108
- darkblue: "#00008b",
109
- darkcyan: "#008b8b",
110
- darkgoldenrod: "#b8860b",
111
- darkgray: "#a9a9a9",
112
- darkgreen: "#006400",
113
- darkgrey: "#a9a9a9",
114
- darkkhaki: "#bdb76b",
115
- darkmagenta: "#8b008b",
116
- darkolivegreen: "#556b2f",
117
- darkorange: "#ff8c00",
118
- darkorchid: "#9932cc",
119
- darkred: "#8b0000",
120
- darksalmon: "#e9967a",
121
- darkseagreen: "#8fbc8f",
122
- darkslateblue: "#483d8b",
123
- darkslategray: "#2f4f4f",
124
- darkslategrey: "#2f4f4f",
125
- darkturquoise: "#00ced1",
126
- darkviolet: "#9400d3",
127
- deeppink: "#ff1493",
128
- deepskyblue: "#00bfff",
129
- dimgray: "#696969",
130
- dimgrey: "#696969",
131
- dodgerblue: "#1e90ff",
132
- firebrick: "#b22222",
133
- floralwhite: "#fffaf0",
134
- forestgreen: "#228b22",
135
- fuchsia: "#ff00ff",
136
- gainsboro: "#dcdcdc",
137
- ghostwhite: "#f8f8ff",
138
- goldenrod: "#daa520",
139
- gold: "#ffd700",
140
- gray: "#808080",
141
- green: "#008000",
142
- greenyellow: "#adff2f",
143
- grey: "#808080",
144
- honeydew: "#f0fff0",
145
- hotpink: "#ff69b4",
146
- indianred: "#cd5c5c",
147
- indigo: "#4b0082",
148
- ivory: "#fffff0",
149
- khaki: "#f0e68c",
150
- lavenderblush: "#fff0f5",
151
- lavender: "#e6e6fa",
152
- lawngreen: "#7cfc00",
153
- lemonchiffon: "#fffacd",
154
- lightblue: "#add8e6",
155
- lightcoral: "#f08080",
156
- lightcyan: "#e0ffff",
157
- lightgoldenrodyellow: "#fafad2",
158
- lightgray: "#d3d3d3",
159
- lightgreen: "#90ee90",
160
- lightgrey: "#d3d3d3",
161
- lightpink: "#ffb6c1",
162
- lightsalmon: "#ffa07a",
163
- lightseagreen: "#20b2aa",
164
- lightskyblue: "#87cefa",
165
- lightslategray: "#778899",
166
- lightslategrey: "#778899",
167
- lightsteelblue: "#b0c4de",
168
- lightyellow: "#ffffe0",
169
- lime: "#00ff00",
170
- limegreen: "#32cd32",
171
- linen: "#faf0e6",
172
- magenta: "#ff00ff",
173
- maroon: "#800000",
174
- mediumaquamarine: "#66cdaa",
175
- mediumblue: "#0000cd",
176
- mediumorchid: "#ba55d3",
177
- mediumpurple: "#9370db",
178
- mediumseagreen: "#3cb371",
179
- mediumslateblue: "#7b68ee",
180
- mediumspringgreen: "#00fa9a",
181
- mediumturquoise: "#48d1cc",
182
- mediumvioletred: "#c71585",
183
- midnightblue: "#191970",
184
- mintcream: "#f5fffa",
185
- mistyrose: "#ffe4e1",
186
- moccasin: "#ffe4b5",
187
- navajowhite: "#ffdead",
188
- navy: "#000080",
189
- oldlace: "#fdf5e6",
190
- olive: "#808000",
191
- olivedrab: "#6b8e23",
192
- orange: "#ffa500",
193
- orangered: "#ff4500",
194
- orchid: "#da70d6",
195
- palegoldenrod: "#eee8aa",
196
- palegreen: "#98fb98",
197
- paleturquoise: "#afeeee",
198
- palevioletred: "#db7093",
199
- papayawhip: "#ffefd5",
200
- peachpuff: "#ffdab9",
201
- peru: "#cd853f",
202
- pink: "#ffc0cb",
203
- plum: "#dda0dd",
204
- powderblue: "#b0e0e6",
205
- purple: "#800080",
206
- rebeccapurple: "#663399",
207
- red: "#ff0000",
208
- rosybrown: "#bc8f8f",
209
- royalblue: "#4169e1",
210
- saddlebrown: "#8b4513",
211
- salmon: "#fa8072",
212
- sandybrown: "#f4a460",
213
- seagreen: "#2e8b57",
214
- seashell: "#fff5ee",
215
- sienna: "#a0522d",
216
- silver: "#c0c0c0",
217
- skyblue: "#87ceeb",
218
- slateblue: "#6a5acd",
219
- slategray: "#708090",
220
- slategrey: "#708090",
221
- snow: "#fffafa",
222
- springgreen: "#00ff7f",
223
- steelblue: "#4682b4",
224
- tan: "#d2b48c",
225
- teal: "#008080",
226
- thistle: "#d8bfd8",
227
- tomato: "#ff6347",
228
- turquoise: "#40e0d0",
229
- violet: "#ee82ee",
230
- wheat: "#f5deb3",
231
- white: "#ffffff",
232
- whitesmoke: "#f5f5f5",
233
- yellow: "#ffff00",
234
- yellowgreen: "#9acd32"
235
- };
236
- function M(e) {
237
- var r = { r: 0, g: 0, b: 0 }, t = 1, n = null, a = null, o = null, f = !1, l = !1;
238
- return typeof e == "string" && (e = Be(e)), typeof e == "object" && (F(e.r) && F(e.g) && F(e.b) ? (r = Ee(e.r, e.g, e.b), f = !0, l = String(e.r).substr(-1) === "%" ? "prgb" : "rgb") : F(e.h) && F(e.s) && F(e.v) ? (n = D(e.s), a = D(e.v), r = Ve(e.h, n, a), f = !0, l = "hsv") : F(e.h) && F(e.s) && F(e.l) && (n = D(e.s), o = D(e.l), r = Me(e.h, n, o), f = !0, l = "hsl"), Object.prototype.hasOwnProperty.call(e, "a") && (t = e.a)), t = _e(t), {
239
- ok: f,
240
- format: e.format || l,
241
- r: Math.min(255, Math.max(r.r, 0)),
242
- g: Math.min(255, Math.max(r.g, 0)),
243
- b: Math.min(255, Math.max(r.b, 0)),
244
- a: t
245
- };
246
- }
247
- var $e = "[-\\+]?\\d+%?", Re = "[-\\+]?\\d*\\.\\d+%?", j = "(?:".concat(Re, ")|(?:").concat($e, ")"), H = "[\\s|\\(]+(".concat(j, ")[,|\\s]+(").concat(j, ")[,|\\s]+(").concat(j, ")\\s*\\)?"), W = "[\\s|\\(]+(".concat(j, ")[,|\\s]+(").concat(j, ")[,|\\s]+(").concat(j, ")[,|\\s]+(").concat(j, ")\\s*\\)?"), S = {
248
- CSS_UNIT: new RegExp(j),
249
- rgb: new RegExp("rgb" + H),
250
- rgba: new RegExp("rgba" + W),
251
- hsl: new RegExp("hsl" + H),
252
- hsla: new RegExp("hsla" + W),
253
- hsv: new RegExp("hsv" + H),
254
- hsva: new RegExp("hsva" + W),
255
- hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
256
- hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,
257
- hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
258
- hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/
259
- };
260
- function Be(e) {
261
- if (e = e.trim().toLowerCase(), e.length === 0)
262
- return !1;
263
- var r = !1;
264
- if (oe[e])
265
- e = oe[e], r = !0;
266
- else if (e === "transparent")
267
- return { r: 0, g: 0, b: 0, a: 0, format: "name" };
268
- var t = S.rgb.exec(e);
269
- return t ? { r: t[1], g: t[2], b: t[3] } : (t = S.rgba.exec(e), t ? { r: t[1], g: t[2], b: t[3], a: t[4] } : (t = S.hsl.exec(e), t ? { h: t[1], s: t[2], l: t[3] } : (t = S.hsla.exec(e), t ? { h: t[1], s: t[2], l: t[3], a: t[4] } : (t = S.hsv.exec(e), t ? { h: t[1], s: t[2], v: t[3] } : (t = S.hsva.exec(e), t ? { h: t[1], s: t[2], v: t[3], a: t[4] } : (t = S.hex8.exec(e), t ? {
270
- r: C(t[1]),
271
- g: C(t[2]),
272
- b: C(t[3]),
273
- a: ae(t[4]),
274
- format: r ? "name" : "hex8"
275
- } : (t = S.hex6.exec(e), t ? {
276
- r: C(t[1]),
277
- g: C(t[2]),
278
- b: C(t[3]),
279
- format: r ? "name" : "hex"
280
- } : (t = S.hex4.exec(e), t ? {
281
- r: C(t[1] + t[1]),
282
- g: C(t[2] + t[2]),
283
- b: C(t[3] + t[3]),
284
- a: ae(t[4] + t[4]),
285
- format: r ? "name" : "hex8"
286
- } : (t = S.hex3.exec(e), t ? {
287
- r: C(t[1] + t[1]),
288
- g: C(t[2] + t[2]),
289
- b: C(t[3] + t[3]),
290
- format: r ? "name" : "hex"
291
- } : !1)))))))));
292
- }
293
- function F(e) {
294
- return !!S.CSS_UNIT.exec(String(e));
295
- }
296
- var $ = 2, ie = 0.16, Le = 0.05, qe = 0.05, He = 0.15, ve = 5, ke = 4, We = [{
297
- index: 7,
298
- opacity: 0.15
299
- }, {
300
- index: 6,
301
- opacity: 0.25
302
- }, {
303
- index: 5,
304
- opacity: 0.3
305
- }, {
306
- index: 5,
307
- opacity: 0.45
308
- }, {
309
- index: 5,
310
- opacity: 0.65
311
- }, {
312
- index: 5,
313
- opacity: 0.85
314
- }, {
315
- index: 4,
316
- opacity: 0.9
317
- }, {
318
- index: 3,
319
- opacity: 0.95
320
- }, {
321
- index: 2,
322
- opacity: 0.97
323
- }, {
324
- index: 1,
325
- opacity: 0.98
326
- }];
327
- function fe(e) {
328
- var r = e.r, t = e.g, n = e.b, a = Pe(r, t, n);
329
- return {
330
- h: a.h * 360,
331
- s: a.s,
332
- v: a.v
333
- };
334
- }
335
- function R(e) {
336
- var r = e.r, t = e.g, n = e.b;
337
- return "#".concat(De(r, t, n, !1));
338
- }
339
- function Ue(e, r, t) {
340
- var n = t / 100, a = {
341
- r: (r.r - e.r) * n + e.r,
342
- g: (r.g - e.g) * n + e.g,
343
- b: (r.b - e.b) * n + e.b
344
- };
345
- return a;
346
- }
347
- function le(e, r, t) {
348
- var n;
349
- return Math.round(e.h) >= 60 && Math.round(e.h) <= 240 ? n = t ? Math.round(e.h) - $ * r : Math.round(e.h) + $ * r : n = t ? Math.round(e.h) + $ * r : Math.round(e.h) - $ * r, n < 0 ? n += 360 : n >= 360 && (n -= 360), n;
350
- }
351
- function se(e, r, t) {
352
- if (e.h === 0 && e.s === 0)
353
- return e.s;
354
- var n;
355
- return t ? n = e.s - ie * r : r === ke ? n = e.s + ie : n = e.s + Le * r, n > 1 && (n = 1), t && r === ve && n > 0.1 && (n = 0.1), n < 0.06 && (n = 0.06), Number(n.toFixed(2));
356
- }
357
- function ce(e, r, t) {
358
- var n;
359
- return t ? n = e.v + qe * r : n = e.v - He * r, n > 1 && (n = 1), Number(n.toFixed(2));
360
- }
361
- function G(e) {
362
- for (var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = [], n = M(e), a = ve; a > 0; a -= 1) {
363
- var o = fe(n), f = R(M({
364
- h: le(o, a, !0),
365
- s: se(o, a, !0),
366
- v: ce(o, a, !0)
367
- }));
368
- t.push(f);
369
- }
370
- t.push(R(n));
371
- for (var l = 1; l <= ke; l += 1) {
372
- var u = fe(n), c = R(M({
373
- h: le(u, l),
374
- s: se(u, l),
375
- v: ce(u, l)
376
- }));
377
- t.push(c);
378
- }
379
- return r.theme === "dark" ? We.map(function(d) {
380
- var p = d.index, h = d.opacity, m = R(Ue(M(r.backgroundColor || "#141414"), M(t[p]), h * 100));
381
- return m;
382
- }) : t;
383
- }
384
- var U = {
385
- red: "#F5222D",
386
- volcano: "#FA541C",
387
- orange: "#FA8C16",
388
- gold: "#FAAD14",
389
- yellow: "#FADB14",
390
- lime: "#A0D911",
391
- green: "#52C41A",
392
- cyan: "#13C2C2",
393
- blue: "#1890FF",
394
- geekblue: "#2F54EB",
395
- purple: "#722ED1",
396
- magenta: "#EB2F96",
397
- grey: "#666666"
398
- }, Y = {}, z = {};
399
- Object.keys(U).forEach(function(e) {
400
- Y[e] = G(U[e]), Y[e].primary = Y[e][5], z[e] = G(U[e], {
401
- theme: "dark",
402
- backgroundColor: "#141414"
403
- }), z[e].primary = z[e][5];
404
- });
405
- var ue = [], P = [], Ye = "insert-css: You need to provide a CSS string. Usage: insertCss(cssString[, options]).";
406
- function ze() {
407
- var e = document.createElement("style");
408
- return e.setAttribute("type", "text/css"), e;
409
- }
410
- function Ge(e, r) {
411
- if (r = r || {}, e === void 0)
412
- throw new Error(Ye);
413
- var t = r.prepend === !0 ? "prepend" : "append", n = r.container !== void 0 ? r.container : document.querySelector("head"), a = ue.indexOf(n);
414
- a === -1 && (a = ue.push(n) - 1, P[a] = {});
415
- var o;
416
- return P[a] !== void 0 && P[a][t] !== void 0 ? o = P[a][t] : (o = P[a][t] = ze(), t === "prepend" ? n.insertBefore(o, n.childNodes[0]) : n.appendChild(o)), e.charCodeAt(0) === 65279 && (e = e.substr(1, e.length)), o.styleSheet ? o.styleSheet.cssText += e : o.textContent += e, o;
417
- }
418
- function de(e) {
419
- for (var r = 1; r < arguments.length; r++) {
420
- var t = arguments[r] != null ? Object(arguments[r]) : {}, n = Object.keys(t);
421
- typeof Object.getOwnPropertySymbols == "function" && (n = n.concat(Object.getOwnPropertySymbols(t).filter(function(a) {
422
- return Object.getOwnPropertyDescriptor(t, a).enumerable;
423
- }))), n.forEach(function(a) {
424
- Xe(e, a, t[a]);
425
- });
426
- }
427
- return e;
428
- }
429
- function Xe(e, r, t) {
430
- return r in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e;
431
- }
432
- function Qe(e, r) {
433
- process.env.NODE_ENV !== "production" && !e && console !== void 0 && console.error("Warning: ".concat(r));
434
- }
435
- function Ze(e, r) {
436
- Qe(e, "[@ant-design/icons-vue] ".concat(r));
437
- }
438
- function pe(e) {
439
- return typeof e == "object" && typeof e.name == "string" && typeof e.theme == "string" && (typeof e.icon == "object" || typeof e.icon == "function");
440
- }
441
- function X(e, r, t) {
442
- return t ? re(e.tag, de({
443
- key: r
444
- }, t, e.attrs), (e.children || []).map(function(n, a) {
445
- return X(n, "".concat(r, "-").concat(e.tag, "-").concat(a));
446
- })) : re(e.tag, de({
447
- key: r
448
- }, e.attrs), (e.children || []).map(function(n, a) {
449
- return X(n, "".concat(r, "-").concat(e.tag, "-").concat(a));
450
- }));
451
- }
452
- function Ce(e) {
453
- return G(e)[0];
454
- }
455
- function we(e) {
456
- return e ? Array.isArray(e) ? e : [e] : [];
457
- }
458
- var Je = `
459
- .anticon {
460
- display: inline-block;
461
- color: inherit;
462
- font-style: normal;
463
- line-height: 0;
464
- text-align: center;
465
- text-transform: none;
466
- vertical-align: -0.125em;
467
- text-rendering: optimizeLegibility;
468
- -webkit-font-smoothing: antialiased;
469
- -moz-osx-font-smoothing: grayscale;
470
- }
471
-
472
- .anticon > * {
473
- line-height: 1;
474
- }
475
-
476
- .anticon svg {
477
- display: inline-block;
478
- }
479
-
480
- .anticon::before {
481
- display: none;
482
- }
483
-
484
- .anticon .anticon-icon {
485
- display: block;
486
- }
487
-
488
- .anticon[tabindex] {
489
- cursor: pointer;
490
- }
491
-
492
- .anticon-spin::before,
493
- .anticon-spin {
494
- display: inline-block;
495
- -webkit-animation: loadingCircle 1s infinite linear;
496
- animation: loadingCircle 1s infinite linear;
497
- }
498
-
499
- @-webkit-keyframes loadingCircle {
500
- 100% {
501
- -webkit-transform: rotate(360deg);
502
- transform: rotate(360deg);
503
- }
504
- }
505
-
506
- @keyframes loadingCircle {
507
- 100% {
508
- -webkit-transform: rotate(360deg);
509
- transform: rotate(360deg);
510
- }
511
- }
512
- `, be = !1, Ke = function() {
513
- var r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Je;
514
- Oe(function() {
515
- be || (typeof window < "u" && window.document && window.document.documentElement && Ge(r, {
516
- prepend: !0
517
- }), be = !0);
518
- });
519
- }, et = ["icon", "primaryColor", "secondaryColor"];
520
- function tt(e, r) {
521
- if (e == null)
522
- return {};
523
- var t = rt(e, r), n, a;
524
- if (Object.getOwnPropertySymbols) {
525
- var o = Object.getOwnPropertySymbols(e);
526
- for (a = 0; a < o.length; a++)
527
- n = o[a], !(r.indexOf(n) >= 0) && Object.prototype.propertyIsEnumerable.call(e, n) && (t[n] = e[n]);
528
- }
529
- return t;
530
- }
531
- function rt(e, r) {
532
- if (e == null)
533
- return {};
534
- var t = {}, n = Object.keys(e), a, o;
535
- for (o = 0; o < n.length; o++)
536
- a = n[o], !(r.indexOf(a) >= 0) && (t[a] = e[a]);
537
- return t;
538
- }
539
- function B(e) {
540
- for (var r = 1; r < arguments.length; r++) {
541
- var t = arguments[r] != null ? Object(arguments[r]) : {}, n = Object.keys(t);
542
- typeof Object.getOwnPropertySymbols == "function" && (n = n.concat(Object.getOwnPropertySymbols(t).filter(function(a) {
543
- return Object.getOwnPropertyDescriptor(t, a).enumerable;
544
- }))), n.forEach(function(a) {
545
- nt(e, a, t[a]);
546
- });
547
- }
548
- return e;
549
- }
550
- function nt(e, r, t) {
551
- return r in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e;
552
- }
553
- var V = {
554
- primaryColor: "#333",
555
- secondaryColor: "#E6E6E6",
556
- calculated: !1
557
- };
558
- function at(e) {
559
- var r = e.primaryColor, t = e.secondaryColor;
560
- V.primaryColor = r, V.secondaryColor = t || Ce(r), V.calculated = !!t;
561
- }
562
- function ot() {
563
- return B({}, V);
564
- }
565
- var N = function(r, t) {
566
- var n = B({}, r, t.attrs), a = n.icon, o = n.primaryColor, f = n.secondaryColor, l = tt(n, et), u = V;
567
- if (o && (u = {
568
- primaryColor: o,
569
- secondaryColor: f || Ce(o)
570
- }), Ke(), Ze(pe(a), "icon should be icon definiton, but got ".concat(a)), !pe(a))
571
- return null;
572
- var c = a;
573
- return c && typeof c.icon == "function" && (c = B({}, c, {
574
- icon: c.icon(u.primaryColor, u.secondaryColor)
575
- })), X(c.icon, "svg-".concat(c.name), B({}, l, {
576
- "data-icon": c.name,
577
- width: "1em",
578
- height: "1em",
579
- fill: "currentColor",
580
- "aria-hidden": "true"
581
- }));
582
- };
583
- N.props = {
584
- icon: Object,
585
- primaryColor: String,
586
- secondaryColor: String,
587
- focusable: String
588
- };
589
- N.inheritAttrs = !1;
590
- N.displayName = "IconBase";
591
- N.getTwoToneColors = ot;
592
- N.setTwoToneColors = at;
593
- const J = N;
594
- function it(e, r) {
595
- return ct(e) || st(e, r) || lt(e, r) || ft();
596
- }
597
- function ft() {
598
- throw new TypeError(`Invalid attempt to destructure non-iterable instance.
599
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
600
- }
601
- function lt(e, r) {
602
- if (e) {
603
- if (typeof e == "string")
604
- return me(e, r);
605
- var t = Object.prototype.toString.call(e).slice(8, -1);
606
- if (t === "Object" && e.constructor && (t = e.constructor.name), t === "Map" || t === "Set")
607
- return Array.from(e);
608
- if (t === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))
609
- return me(e, r);
610
- }
611
- }
612
- function me(e, r) {
613
- (r == null || r > e.length) && (r = e.length);
614
- for (var t = 0, n = new Array(r); t < r; t++)
615
- n[t] = e[t];
616
- return n;
617
- }
618
- function st(e, r) {
619
- var t = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
620
- if (t != null) {
621
- var n = [], a = !0, o = !1, f, l;
622
- try {
623
- for (t = t.call(e); !(a = (f = t.next()).done) && (n.push(f.value), !(r && n.length === r)); a = !0)
624
- ;
625
- } catch (u) {
626
- o = !0, l = u;
627
- } finally {
628
- try {
629
- !a && t.return != null && t.return();
630
- } finally {
631
- if (o)
632
- throw l;
633
- }
634
- }
635
- return n;
636
- }
637
- }
638
- function ct(e) {
639
- if (Array.isArray(e))
640
- return e;
641
- }
642
- function Te(e) {
643
- var r = we(e), t = it(r, 2), n = t[0], a = t[1];
644
- return J.setTwoToneColors({
645
- primaryColor: n,
646
- secondaryColor: a
647
- });
648
- }
649
- function ut() {
650
- var e = J.getTwoToneColors();
651
- return e.calculated ? [e.primaryColor, e.secondaryColor] : e.primaryColor;
652
- }
653
- var dt = ["class", "icon", "spin", "rotate", "tabindex", "twoToneColor", "onClick"];
654
- function pt(e, r) {
655
- return yt(e) || gt(e, r) || mt(e, r) || bt();
656
- }
657
- function bt() {
658
- throw new TypeError(`Invalid attempt to destructure non-iterable instance.
659
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
660
- }
661
- function mt(e, r) {
662
- if (e) {
663
- if (typeof e == "string")
664
- return ge(e, r);
665
- var t = Object.prototype.toString.call(e).slice(8, -1);
666
- if (t === "Object" && e.constructor && (t = e.constructor.name), t === "Map" || t === "Set")
667
- return Array.from(e);
668
- if (t === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))
669
- return ge(e, r);
670
- }
671
- }
672
- function ge(e, r) {
673
- (r == null || r > e.length) && (r = e.length);
674
- for (var t = 0, n = new Array(r); t < r; t++)
675
- n[t] = e[t];
676
- return n;
677
- }
678
- function gt(e, r) {
679
- var t = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
680
- if (t != null) {
681
- var n = [], a = !0, o = !1, f, l;
682
- try {
683
- for (t = t.call(e); !(a = (f = t.next()).done) && (n.push(f.value), !(r && n.length === r)); a = !0)
684
- ;
685
- } catch (u) {
686
- o = !0, l = u;
687
- } finally {
688
- try {
689
- !a && t.return != null && t.return();
690
- } finally {
691
- if (o)
692
- throw l;
693
- }
694
- }
695
- return n;
696
- }
697
- }
698
- function yt(e) {
699
- if (Array.isArray(e))
700
- return e;
701
- }
702
- function ye(e) {
703
- for (var r = 1; r < arguments.length; r++) {
704
- var t = arguments[r] != null ? Object(arguments[r]) : {}, n = Object.keys(t);
705
- typeof Object.getOwnPropertySymbols == "function" && (n = n.concat(Object.getOwnPropertySymbols(t).filter(function(a) {
706
- return Object.getOwnPropertyDescriptor(t, a).enumerable;
707
- }))), n.forEach(function(a) {
708
- Q(e, a, t[a]);
709
- });
710
- }
711
- return e;
712
- }
713
- function Q(e, r, t) {
714
- return r in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e;
715
- }
716
- function ht(e, r) {
717
- if (e == null)
718
- return {};
719
- var t = vt(e, r), n, a;
720
- if (Object.getOwnPropertySymbols) {
721
- var o = Object.getOwnPropertySymbols(e);
722
- for (a = 0; a < o.length; a++)
723
- n = o[a], !(r.indexOf(n) >= 0) && Object.prototype.propertyIsEnumerable.call(e, n) && (t[n] = e[n]);
724
- }
725
- return t;
726
- }
727
- function vt(e, r) {
728
- if (e == null)
729
- return {};
730
- var t = {}, n = Object.keys(e), a, o;
731
- for (o = 0; o < n.length; o++)
732
- a = n[o], !(r.indexOf(a) >= 0) && (t[a] = e[a]);
733
- return t;
734
- }
735
- Te("#1890ff");
736
- var _ = function(r, t) {
737
- var n, a = ye({}, r, t.attrs), o = a.class, f = a.icon, l = a.spin, u = a.rotate, c = a.tabindex, d = a.twoToneColor, p = a.onClick, h = ht(a, dt), m = (n = {
738
- anticon: !0
739
- }, Q(n, "anticon-".concat(f.name), !!f.name), Q(n, o, o), n), E = l === "" || l || f.name === "loading" ? "anticon-spin" : "", T = c;
740
- T === void 0 && p && (T = -1, h.tabindex = T);
741
- var g = u ? {
742
- msTransform: "rotate(".concat(u, "deg)"),
743
- transform: "rotate(".concat(u, "deg)")
744
- } : void 0, b = we(d), y = pt(b, 2), i = y[0], v = y[1];
745
- return ne("span", ye({
746
- role: "img",
747
- "aria-label": f.name
748
- }, h, {
749
- onClick: p,
750
- class: m
751
- }), [ne(J, {
752
- class: E,
753
- icon: f,
754
- primaryColor: i,
755
- secondaryColor: v,
756
- style: g
757
- }, null)]);
758
- };
759
- _.props = {
760
- spin: Boolean,
761
- rotate: Number,
762
- icon: Object,
763
- twoToneColor: String
764
- };
765
- _.displayName = "AntdIcon";
766
- _.inheritAttrs = !1;
767
- _.getTwoToneColor = ut;
768
- _.setTwoToneColor = Te;
769
- const At = _, Z = (e) => {
770
- const r = [];
771
- if (e != null && e.length)
772
- for (const t of e)
773
- t.conditions ? r.push(...Z(t.conditions)) : (t == null ? void 0 : t.dataType) === "component" && r.push(t);
774
- return r;
775
- }, It = (e, r) => {
776
- var T;
777
- const t = Ie((e == null ? void 0 : e.controlList) || []), {
778
- classificationList: n = [],
779
- rowHeaderList: a = [],
780
- dimensionList: o = [],
781
- seriesList: f = [],
782
- leftAxisList: l = [],
783
- rightAxisList: u = [],
784
- queryColumnList: c = [],
785
- indicators: d = []
786
- } = e;
787
- Se(t, r);
788
- const p = t, h = [
789
- ...n,
790
- ...a,
791
- ...o,
792
- ...f,
793
- ...l,
794
- ...u,
795
- ...c,
796
- ...d
797
- ], m = [];
798
- for (const g of h) {
799
- const b = Z((g == null ? void 0 : g.conditions) || []);
800
- if (b != null && b.length) {
801
- const y = b.filter((i) => he(i, r) ? (i == null ? void 0 : i.dataType) === "component" : !1).map((i) => {
802
- const v = he(i, r), x = {};
803
- return i != null && i.dateFormat && (x.format = i.dateFormat), {
804
- conditionKey: i.fieldName,
805
- conditionLabel: i.fieldName,
806
- conditionName: i.fieldName,
807
- conditionValueType: i.fieldType,
808
- id: v.id,
809
- keyName: i.fieldValue,
810
- rule: i.rule,
811
- notGlobal: !0,
812
- indexCode: i.indexCode,
813
- typeGuid: i.typeGuid,
814
- indexCodeNum: i.indexCodeNum,
815
- ...x
816
- };
817
- });
818
- if (y != null && y.length)
819
- for (const i of y)
820
- m.find((v) => v.keyName === i.keyName) || m.push(i);
821
- }
822
- }
823
- const E = m.length;
824
- for (let g = 0; g < E; g++) {
825
- const b = m[g];
826
- if (b && !((T = Object.keys(b)) != null && T.length) || (b == null ? void 0 : b.conditionKey) === "parentCode")
827
- continue;
828
- const {
829
- id: y,
830
- keyName: i,
831
- prop: v,
832
- format: x,
833
- dataType: O = "component",
834
- customValue: A
835
- } = b, s = xe(b);
836
- K({
837
- sqlCondition: s,
838
- renderUsedComponents: r,
839
- id: y,
840
- dateFormat: x,
841
- prop: v,
842
- keyName: i,
843
- dataType: O,
844
- customValue: A
845
- }), p.push(s);
846
- }
847
- for (let g = p.length - 1; g >= 0; g--) {
848
- const b = p[g];
849
- b.globalCondition || Z(p).find((i) => i.alias === b.alias && i.globalCondition) && p.splice(g, 1);
850
- }
851
- return p;
852
- }, Ft = (e, r) => {
853
- const t = [];
854
- if (e != null && e.length) {
855
- for (const n of e)
856
- if (n.variableName) {
857
- const a = {
858
- variateName: n.variableName,
859
- globalCondition: !1,
860
- valueType: n.variableType,
861
- alias: n.keyName || ""
862
- };
863
- K({
864
- sqlCondition: a,
865
- renderUsedComponents: r,
866
- id: n.id,
867
- dateFormat: n.format,
868
- prop: n.dateTypeValue,
869
- keyName: n.keyName,
870
- dataType: n.dataType,
871
- customValue: n.variableValue,
872
- operateType: n.operateType,
873
- operateMode: n.operateMode,
874
- operateValue: n.operateValue
875
- }), n.format && (a.dateFormat = n.format), n.label && (a.label = n.label), t.push(a);
876
- }
877
- }
878
- return t;
879
- };
880
- function xe(e) {
881
- const {
882
- id: r,
883
- keyName: t,
884
- conditionLabel: n,
885
- conditionKey: a,
886
- conditionValueType: o,
887
- prop: f,
888
- rule: l = "NONE",
889
- notGlobal: u = !1,
890
- indexCode: c,
891
- indexCodeNum: d,
892
- typeGuid: p,
893
- dataType: h = "component"
894
- } = e;
895
- let m = t || r;
896
- return m && f && (m += `-${f}`), {
897
- rule: l,
898
- label: n,
899
- fieldName: a,
900
- fieldValue: "",
901
- // 在关联控件中取
902
- valueType: o,
903
- alias: m,
904
- globalCondition: !u,
905
- indexCode: c,
906
- indexCodeNum: d,
907
- typeGuid: p,
908
- dataType: h
909
- };
910
- }
911
- const kt = [
912
- "keyValue",
913
- "conditionKey",
914
- "conditionLabel",
915
- "conditionName",
916
- "conditionValueType",
917
- "customValue",
918
- "id",
919
- "keyName"
920
- ];
921
- function Se(e, r) {
922
- if (e != null && e.length)
923
- for (const t of e)
924
- if (t != null && t.conditions)
925
- Se(t.conditions, r);
926
- else {
927
- const {
928
- id: n,
929
- keyName: a,
930
- prop: o,
931
- format: f,
932
- dataType: l = "component",
933
- customValue: u
934
- } = t, c = xe(t);
935
- K({
936
- sqlCondition: c,
937
- renderUsedComponents: r,
938
- id: n,
939
- dateFormat: f,
940
- prop: o,
941
- keyName: a,
942
- dataType: l,
943
- customValue: u
944
- });
945
- for (const d in c)
946
- t[d] = c[d];
947
- for (const d of kt)
948
- delete t[d];
949
- }
950
- }
951
- function K(e) {
952
- const {
953
- sqlCondition: r,
954
- renderUsedComponents: t,
955
- id: n,
956
- dateFormat: a,
957
- prop: o,
958
- keyName: f,
959
- dataType: l,
960
- customValue: u,
961
- operateValue: c,
962
- operateMode: d,
963
- operateType: p
964
- } = e, h = Ae(t).find((i) => i.id === n), { value: m, format: E = "YYYY-MM-DD", operate: T, type: g = "", useCurrentTime: b } = h || {}, y = a || E;
965
- if (Fe(g, "date")) {
966
- let i;
967
- if (b ? i = I() : i = I(m), T && m) {
968
- const { mode: v, type: x, value: O } = T;
969
- if (O)
970
- switch (x) {
971
- case "add":
972
- i = i.add(O, v);
973
- break;
974
- case "minus":
975
- i = i.subtract(O, v);
976
- break;
977
- }
978
- }
979
- if (c && d && p)
980
- switch (p) {
981
- case "add":
982
- i = i.add(c, d);
983
- break;
984
- case "minus":
985
- i = i.subtract(c, d);
986
- break;
987
- }
988
- r.fieldValue = (i == null ? void 0 : i.format(y)) || "", r.dateFormat = y;
989
- } else if (g === "ecanRangePicker") {
990
- const { interval: i, intervalUnit: v, startTime: x, endTime: O } = h || {};
991
- let A = o;
992
- if (!o) {
993
- const k = f == null ? void 0 : f.split("-");
994
- k != null && k.length && (A = k[k.length - 1]);
995
- }
996
- if (!A)
997
- return;
998
- let s = null;
999
- if (b && (A === "startTime" ? s = I().subtract(i, v) : A === "endTime" && (s = I())), h[A] && (s = I(h[A])), T) {
1000
- const { type: k, value: ee, mode: te } = T;
1001
- switch (k) {
1002
- case "add":
1003
- s = s && s.add(ee, te);
1004
- break;
1005
- case "minus":
1006
- s = s && s.subtract(ee, te);
1007
- }
1008
- }
1009
- if (c && d && p) {
1010
- if (c === "rangeValue") {
1011
- if (x && O) {
1012
- const k = I(O).diff(I(x), d) + 1;
1013
- switch (p) {
1014
- case "add":
1015
- s = s && s.add(k, d);
1016
- break;
1017
- case "minus":
1018
- s = s && s.subtract(k, d);
1019
- }
1020
- }
1021
- } else if (!isNaN(+c))
1022
- switch (p) {
1023
- case "add":
1024
- s = s && s.add(c, d);
1025
- break;
1026
- case "minus":
1027
- s = s && s.subtract(c, d);
1028
- }
1029
- }
1030
- if (s && (r.fieldValue = s == null ? void 0 : s.format(y)), A === "rangeValue" && x && O) {
1031
- const k = Ct(y);
1032
- k && (r.fieldValue = I(O).diff(I(x), k) + 1);
1033
- }
1034
- r.dateFormat = y;
1035
- } else {
1036
- const i = m && m.match(/\{(.+?)\}/g);
1037
- i != null && i.length ? r.fieldValue = "" : r.fieldValue = m;
1038
- }
1039
- l === "" && (r.fieldValue = u || "");
1040
- }
1041
- const jt = (e) => {
1042
- let r = "";
1043
- switch (e) {
1044
- case "ecanDatePicker":
1045
- case "ecanRangePicker":
1046
- r = "dateChange";
1047
- break;
1048
- case "ecanTimeDisplay":
1049
- r = "timeChange";
1050
- break;
1051
- case "ecanSelect":
1052
- case "ecanTreeSelect":
1053
- r = "selectChange";
1054
- break;
1055
- case "ecanTabs":
1056
- r = "tabChange";
1057
- break;
1058
- case "ecanInput":
1059
- r = "inputChange";
1060
- break;
1061
- case "ecanCheckbox":
1062
- case "ecanRadio":
1063
- r = "checkboxChange";
1064
- break;
1065
- case "ecanText":
1066
- r = "valueChange";
1067
- break;
1068
- case "ecanImage":
1069
- r = "click";
1070
- break;
1071
- }
1072
- return r;
1073
- };
1074
- function he(e, r) {
1075
- var t;
1076
- if (e.componentId)
1077
- return r.find((n) => n.id === e.componentId);
1078
- if (e.dataType === "component")
1079
- if (e.fieldType === "DATE") {
1080
- const n = (t = e.fieldValue) == null ? void 0 : t.split("-");
1081
- return n != null && n.length ? n[0] : null;
1082
- } else
1083
- return r.find((n) => n.keyName === e.fieldValue);
1084
- else
1085
- return null;
1086
- }
1087
- function Ct(e) {
1088
- const r = e.split("-");
1089
- let t = "";
1090
- if (r != null && r.length)
1091
- switch (r[r.length - 1]) {
1092
- case "YYYY":
1093
- t = "year";
1094
- break;
1095
- case "MM":
1096
- t = "month";
1097
- break;
1098
- case "DD":
1099
- t = "day";
1100
- break;
1101
- }
1102
- return t;
1103
- }
1104
- function Nt(e, r) {
1105
- let t = e[r.label];
1106
- if ((t || t === 0) && t !== "" && r.dataFormat && r.dataFormat.length !== 0) {
1107
- if (r.dataFormat.includes("#.00") && (typeof t != "number" && (t = t.replace(/,/g, "")), Number(t) || Number(t) === 0)) {
1108
- const n = r.retentiondigit ? r.retentiondigit - 0 : r.retentiondigit;
1109
- t = Number(t).toFixed(n);
1110
- }
1111
- if (r.dataFormat.includes("#,000")) {
1112
- const n = t.toString();
1113
- n.includes(",") || (t = wt(n));
1114
- }
1115
- }
1116
- return t;
1117
- }
1118
- function wt(e) {
1119
- let r = "", t = "", n = "", a = "";
1120
- e.indexOf(".") > -1 ? (t = e.split(".")[0], n = e.split(".")[1]) : t = e;
1121
- let o = 0, f = 0;
1122
- for (f = t.length - 1; f >= 0; )
1123
- o % 3 === 0 && o !== 0 ? t[f] === "-" ? r += t[f] : r += "," + t[f] : r += t[f], f--, o++;
1124
- return r = r.split("").reverse().join(""), e.indexOf(".") > -1 ? a = r + "." + n : a = r, a;
1125
- }
1126
- const _t = (e) => ({
1127
- DIM: "维度",
1128
- BUILT_IN_DIM: "维度",
1129
- IDX: "指标",
1130
- BUILT_IN_IDX: "指标",
1131
- FIELD: "数据集"
1132
- })[e], Et = (e) => ({
1133
- 0: "文本",
1134
- 1: "数值",
1135
- 2: "日期"
1136
- })[e], Mt = (e) => {
1137
- if (!e)
1138
- return "";
1139
- const r = e.split(","), t = [];
1140
- for (const n of r)
1141
- n === "0" ? t.push("手工录入") : n === "1" ? t.push("系统取数") : n === "2" && t.push("运算加工");
1142
- return t.join("、");
1143
- }, Pt = (e) => {
1144
- if (!e)
1145
- return "";
1146
- const r = e.split(","), t = [];
1147
- for (const n of r)
1148
- switch (n) {
1149
- case "1":
1150
- t.push("人力系统");
1151
- break;
1152
- case "2":
1153
- t.push("绩效系统");
1154
- break;
1155
- case "3":
1156
- t.push("预算系统");
1157
- break;
1158
- case "4":
1159
- t.push("财务系统");
1160
- break;
1161
- case "5":
1162
- t.push("成本系统");
1163
- break;
1164
- case "6":
1165
- t.push("物流系统");
1166
- break;
1167
- case "7":
1168
- t.push("固定资产系统");
1169
- break;
1170
- case "8":
1171
- t.push("OA办公系统");
1172
- break;
1173
- case "9":
1174
- t.push("电子档案系统");
1175
- break;
1176
- case "10":
1177
- t.push("个人收入系统");
1178
- break;
1179
- case "11":
1180
- t.push("奖金二次分配系统");
1181
- break;
1182
- case "12":
1183
- t.push("财务管理系统");
1184
- break;
1185
- case "13":
1186
- t.push("报销系统");
1187
- break;
1188
- case "14":
1189
- t.push("科研管理系统");
1190
- break;
1191
- case "15":
1192
- t.push("审计系统");
1193
- break;
1194
- case "16":
1195
- t.push("分组器系统");
1196
- break;
1197
- case "17":
1198
- t.push("消毒供应系统");
1199
- break;
1200
- }
1201
- return t.join("、");
1202
- }, Vt = (e) => e === "0" ? "指标库" : e === "1" ? "视图" : e === "2" ? "数据集" : "其他";
1203
- export {
1204
- At as A,
1205
- _t as a,
1206
- Pt as b,
1207
- Vt as c,
1208
- Z as d,
1209
- It as e,
1210
- jt as f,
1211
- Mt as g,
1212
- Ft as h,
1213
- Nt as i,
1214
- Et as m
1215
- };
1216
- //# sourceMappingURL=util-e29a9f97.mjs.map