@ecan-bi/datav 1.1.38 → 1.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +876 -859
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/container/tabs/Tabs.vue.d.ts +28 -0
- package/types/container/tabs/index.d.ts +28 -0
- package/types/container/tabs/props.d.ts +16 -0
package/dist/index.es.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.1.
|
|
2
|
-
import { watch as ne, inject as
|
|
3
|
-
import { throttle as No, init as $o, use as
|
|
1
|
+
/*! @ecan-bi/datav@1.1.40 */
|
|
2
|
+
import { watch as ne, inject as N, computed as q, unref as k, watchEffect as rn, defineComponent as Q, shallowRef as yt, toRefs as Io, onMounted as Ne, onUnmounted as ut, h as st, nextTick as ft, createVNode as j, resolveComponent as Z, openBlock as E, createElementBlock as R, createBlock as Oe, renderSlot as mt, withCtx as Y, ref as I, normalizeStyle as G, createCommentVNode as pe, provide as Fe, onBeforeUnmount as xt, toDisplayString as he, Fragment as Le, renderList as Ie, createElementVNode as X, normalizeClass as Tt, pushScopeId as sn, popScopeId as cn, createSlots as Mo, resolveDynamicComponent as Eo, mergeProps as Oo, withModifiers as Fo, reactive as Ro, createTextVNode as dn, withDirectives as Do, vShow as zo } from "vue";
|
|
3
|
+
import { throttle as No, init as $o, use as Pe, registerMap as Po } from "echarts/core";
|
|
4
4
|
import { addListener as Bo, removeListener as Go } from "resize-detector";
|
|
5
|
-
import { Spin as Uo, Skeleton as qo, message as
|
|
5
|
+
import { Spin as Uo, Skeleton as qo, message as He, Progress as jo, Input as un, DatePicker as Wo, Select as Vo, RangePicker as Ho, Button as Zo, CheckboxGroup as fn, Modal as ke, Table as Jo, TableSummary as Yo, TableSummaryRow as Qo, TableSummaryCell as Ko } from "ant-design-vue";
|
|
6
6
|
import "ant-design-vue/es/spin/style";
|
|
7
7
|
import "ant-design-vue/es/skeleton/style";
|
|
8
|
-
import { mapValues as Xo, without as ea, pick as ta, debounce as
|
|
8
|
+
import { mapValues as Xo, without as ea, pick as ta, debounce as Mt, cloneDeep as bt } from "lodash-es";
|
|
9
9
|
import mn from "axios";
|
|
10
10
|
import na from "mitt";
|
|
11
11
|
import Me from "dayjs";
|
|
@@ -16,9 +16,9 @@ import gn from "ant-design-vue/es/date-picker/locale/zh_CN";
|
|
|
16
16
|
import "ant-design-vue/es/select/style";
|
|
17
17
|
import "ant-design-vue/es/button/style";
|
|
18
18
|
import "ant-design-vue/es/checkbox/style";
|
|
19
|
-
import { CanvasRenderer as
|
|
19
|
+
import { CanvasRenderer as Be } from "echarts/renderers";
|
|
20
20
|
import { PieChart as oa, LineChart as hn, BarChart as yn, ScatterChart as bn, MapChart as aa } from "echarts/charts";
|
|
21
|
-
import { TitleComponent as Qe, ToolboxComponent as Ke, TooltipComponent as
|
|
21
|
+
import { TitleComponent as Qe, ToolboxComponent as Ke, TooltipComponent as Et, LegendComponent as Xe, DatasetComponent as vn, VisualMapComponent as la, GraphicComponent as ia } from "echarts/components";
|
|
22
22
|
import * as ra from "echarts";
|
|
23
23
|
import "ant-design-vue/es/modal/style";
|
|
24
24
|
import "ant-design-vue/es/table/style";
|
|
@@ -58,8 +58,8 @@ function da(e, n) {
|
|
|
58
58
|
}
|
|
59
59
|
function ua(e, n, t) {
|
|
60
60
|
let o = null;
|
|
61
|
-
ne([t, e, n], ([a, i,
|
|
62
|
-
a && i &&
|
|
61
|
+
ne([t, e, n], ([a, i, r], s, l) => {
|
|
62
|
+
a && i && r && (o = No(() => {
|
|
63
63
|
i.resize();
|
|
64
64
|
}, 100), Bo(a, o)), l(() => {
|
|
65
65
|
o && a && Go(a, o);
|
|
@@ -70,7 +70,7 @@ const fa = {
|
|
|
70
70
|
autoresize: Boolean
|
|
71
71
|
}, ma = "ecLoadingOptions";
|
|
72
72
|
function ga(e, n, t) {
|
|
73
|
-
const o =
|
|
73
|
+
const o = N(ma, {}), a = q(() => ({
|
|
74
74
|
...k(o),
|
|
75
75
|
...t == null ? void 0 : t.value
|
|
76
76
|
}));
|
|
@@ -107,40 +107,40 @@ const pa = "x-vue-echarts", Ca = "ecTheme", Sa = "ecInitOptions", wa = "ecUpdate
|
|
|
107
107
|
inheritAttrs: !1,
|
|
108
108
|
// @ts-expect-error listeners for Vue 2 compatibility
|
|
109
109
|
setup(e, { attrs: n, listeners: t }) {
|
|
110
|
-
const o = yt(), a = yt(), i = yt(),
|
|
110
|
+
const o = yt(), a = yt(), i = yt(), r = N(Ca, null), s = N(
|
|
111
111
|
Sa,
|
|
112
112
|
null
|
|
113
|
-
), l =
|
|
113
|
+
), l = N(
|
|
114
114
|
wa,
|
|
115
115
|
null
|
|
116
116
|
), { autoresize: d, manualUpdate: c, loading: m, loadingOptions: g } = Io(e), b = q(
|
|
117
117
|
() => i.value || e.option || /* @__PURE__ */ Object.create(null)
|
|
118
|
-
),
|
|
119
|
-
() => e.initOptions || k(
|
|
120
|
-
),
|
|
118
|
+
), u = q(() => e.theme || k(r) || {}), h = q(
|
|
119
|
+
() => e.initOptions || k(s) || {}
|
|
120
|
+
), v = q(
|
|
121
121
|
() => e.updateOptions || k(l) || {}
|
|
122
|
-
),
|
|
122
|
+
), y = q(() => va(n));
|
|
123
123
|
function A(C) {
|
|
124
124
|
if (a.value || !o.value)
|
|
125
125
|
return;
|
|
126
|
-
const
|
|
126
|
+
const f = a.value = $o(
|
|
127
127
|
o.value,
|
|
128
|
-
|
|
129
|
-
|
|
128
|
+
u.value,
|
|
129
|
+
h.value
|
|
130
130
|
);
|
|
131
|
-
e.group && (
|
|
131
|
+
e.group && (f.group = e.group);
|
|
132
132
|
let p = t;
|
|
133
133
|
p || (p = {}, Object.keys(n).filter((S) => S.indexOf("on") === 0 && S.length > 2).forEach((S) => {
|
|
134
134
|
const _ = S.charAt(2).toLowerCase() + S.slice(3);
|
|
135
135
|
p[_] = n[S];
|
|
136
136
|
})), Object.keys(p).forEach((S) => {
|
|
137
137
|
const _ = p[S];
|
|
138
|
-
_ && (S.indexOf("zr:") === 0 ?
|
|
138
|
+
_ && (S.indexOf("zr:") === 0 ? f.getZr().on(S.slice(3).toLowerCase(), _) : f.on(S.toLowerCase(), _));
|
|
139
139
|
});
|
|
140
140
|
function T() {
|
|
141
|
-
if (
|
|
141
|
+
if (f && !f.isDisposed())
|
|
142
142
|
try {
|
|
143
|
-
|
|
143
|
+
f.resize();
|
|
144
144
|
} catch (S) {
|
|
145
145
|
if (S.message === "Cannot read property 'get' of undefined")
|
|
146
146
|
return;
|
|
@@ -148,14 +148,14 @@ const pa = "x-vue-echarts", Ca = "ecTheme", Sa = "ecInitOptions", wa = "ecUpdate
|
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
function F() {
|
|
151
|
-
|
|
151
|
+
f.setOption(C || b.value, v.value);
|
|
152
152
|
}
|
|
153
153
|
d.value ? ft(() => {
|
|
154
154
|
T(), F();
|
|
155
155
|
}) : F();
|
|
156
156
|
}
|
|
157
|
-
function x(C,
|
|
158
|
-
e.manualUpdate && (i.value = C), a.value ? a.value.setOption(C,
|
|
157
|
+
function x(C, f) {
|
|
158
|
+
e.manualUpdate && (i.value = C), a.value ? a.value.setOption(C, f || {}) : A(C);
|
|
159
159
|
}
|
|
160
160
|
function B() {
|
|
161
161
|
a.value && (a.value.dispose(), a.value = void 0);
|
|
@@ -166,8 +166,8 @@ const pa = "x-vue-echarts", Ca = "ecTheme", Sa = "ecInitOptions", wa = "ecUpdate
|
|
|
166
166
|
(C) => {
|
|
167
167
|
typeof w == "function" && (w(), w = null), C || (w = ne(
|
|
168
168
|
() => e.option,
|
|
169
|
-
(
|
|
170
|
-
|
|
169
|
+
(f) => {
|
|
170
|
+
f && (a.value ? a.value.setOption(f, v.value) : A());
|
|
171
171
|
},
|
|
172
172
|
{ deep: !0 }
|
|
173
173
|
));
|
|
@@ -176,7 +176,7 @@ const pa = "x-vue-echarts", Ca = "ecTheme", Sa = "ecInitOptions", wa = "ecUpdate
|
|
|
176
176
|
immediate: !0
|
|
177
177
|
}
|
|
178
178
|
), ne(
|
|
179
|
-
[
|
|
179
|
+
[u, h],
|
|
180
180
|
() => {
|
|
181
181
|
B(), A();
|
|
182
182
|
},
|
|
@@ -187,13 +187,13 @@ const pa = "x-vue-echarts", Ca = "ecTheme", Sa = "ecInitOptions", wa = "ecUpdate
|
|
|
187
187
|
e.group && a.value && (a.value.group = e.group);
|
|
188
188
|
});
|
|
189
189
|
const L = da(a, A);
|
|
190
|
-
return ga(a, m, g), ua(a, d, o),
|
|
190
|
+
return ga(a, m, g), ua(a, d, o), Ne(() => {
|
|
191
191
|
e.option && A();
|
|
192
192
|
}), ut(B), {
|
|
193
193
|
chart: a,
|
|
194
194
|
root: o,
|
|
195
195
|
setOption: x,
|
|
196
|
-
nonEventAttrs:
|
|
196
|
+
nonEventAttrs: y,
|
|
197
197
|
...L
|
|
198
198
|
};
|
|
199
199
|
},
|
|
@@ -237,35 +237,35 @@ function _a(e, n, t) {
|
|
|
237
237
|
if (e = Se(e, 360), n = Se(n, 100), t = Se(t, 100), n === 0)
|
|
238
238
|
a = t, i = t, o = t;
|
|
239
239
|
else {
|
|
240
|
-
var
|
|
241
|
-
o = pt(
|
|
240
|
+
var r = t < 0.5 ? t * (1 + n) : t + n - t * n, s = 2 * t - r;
|
|
241
|
+
o = pt(s, r, e + 1 / 3), a = pt(s, r, e), i = pt(s, r, e - 1 / 3);
|
|
242
242
|
}
|
|
243
243
|
return { r: o * 255, g: a * 255, b: i * 255 };
|
|
244
244
|
}
|
|
245
245
|
function La(e, n, t) {
|
|
246
246
|
e = Se(e, 255), n = Se(n, 255), t = Se(t, 255);
|
|
247
|
-
var o = Math.max(e, n, t), a = Math.min(e, n, t), i = 0,
|
|
247
|
+
var o = Math.max(e, n, t), a = Math.min(e, n, t), i = 0, r = o, s = o - a, l = o === 0 ? 0 : s / o;
|
|
248
248
|
if (o === a)
|
|
249
249
|
i = 0;
|
|
250
250
|
else {
|
|
251
251
|
switch (o) {
|
|
252
252
|
case e:
|
|
253
|
-
i = (n - t) /
|
|
253
|
+
i = (n - t) / s + (n < t ? 6 : 0);
|
|
254
254
|
break;
|
|
255
255
|
case n:
|
|
256
|
-
i = (t - e) /
|
|
256
|
+
i = (t - e) / s + 2;
|
|
257
257
|
break;
|
|
258
258
|
case t:
|
|
259
|
-
i = (e - n) /
|
|
259
|
+
i = (e - n) / s + 4;
|
|
260
260
|
break;
|
|
261
261
|
}
|
|
262
262
|
i /= 6;
|
|
263
263
|
}
|
|
264
|
-
return { h: i, s: l, v:
|
|
264
|
+
return { h: i, s: l, v: r };
|
|
265
265
|
}
|
|
266
266
|
function Ia(e, n, t) {
|
|
267
267
|
e = Se(e, 360) * 6, n = Se(n, 100), t = Se(t, 100);
|
|
268
|
-
var o = Math.floor(e), a = e - o, i = t * (1 - n),
|
|
268
|
+
var o = Math.floor(e), a = e - o, i = t * (1 - n), r = t * (1 - a * n), s = t * (1 - (1 - a) * n), l = o % 6, d = [t, r, i, i, s, t][l], c = [s, t, t, r, i, i][l], m = [i, i, s, t, t, r][l];
|
|
269
269
|
return { r: d * 255, g: c * 255, b: m * 255 };
|
|
270
270
|
}
|
|
271
271
|
function Ma(e, n, t, o) {
|
|
@@ -432,11 +432,11 @@ var Pt = {
|
|
|
432
432
|
yellow: "#ffff00",
|
|
433
433
|
yellowgreen: "#9acd32"
|
|
434
434
|
};
|
|
435
|
-
function
|
|
436
|
-
var n = { r: 0, g: 0, b: 0 }, t = 1, o = null, a = null, i = null,
|
|
437
|
-
return typeof e == "string" && (e = Fa(e)), typeof e == "object" && (_e(e.r) && _e(e.g) && _e(e.b) ? (n = Ta(e.r, e.g, e.b),
|
|
438
|
-
ok:
|
|
439
|
-
format: e.format ||
|
|
435
|
+
function We(e) {
|
|
436
|
+
var n = { r: 0, g: 0, b: 0 }, t = 1, o = null, a = null, i = null, r = !1, s = !1;
|
|
437
|
+
return typeof e == "string" && (e = Fa(e)), typeof e == "object" && (_e(e.r) && _e(e.g) && _e(e.b) ? (n = Ta(e.r, e.g, e.b), r = !0, s = String(e.r).substr(-1) === "%" ? "prgb" : "rgb") : _e(e.h) && _e(e.s) && _e(e.v) ? (o = at(e.s), a = at(e.v), n = Ia(e.h, o, a), r = !0, s = "hsv") : _e(e.h) && _e(e.s) && _e(e.l) && (o = at(e.s), i = at(e.l), n = _a(e.h, o, i), r = !0, s = "hsl"), Object.prototype.hasOwnProperty.call(e, "a") && (t = e.a)), t = xa(t), {
|
|
438
|
+
ok: r,
|
|
439
|
+
format: e.format || s,
|
|
440
440
|
r: Math.min(255, Math.max(n.r, 0)),
|
|
441
441
|
g: Math.min(255, Math.max(n.g, 0)),
|
|
442
442
|
b: Math.min(255, Math.max(n.b, 0)),
|
|
@@ -557,26 +557,26 @@ function jt(e, n, t) {
|
|
|
557
557
|
var o;
|
|
558
558
|
return t ? o = e.v + Da * n : o = e.v - za * n, o > 1 && (o = 1), Number(o.toFixed(2));
|
|
559
559
|
}
|
|
560
|
-
function
|
|
561
|
-
for (var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = [], o =
|
|
562
|
-
var i = Gt(o),
|
|
560
|
+
function _t(e) {
|
|
561
|
+
for (var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = [], o = We(e), a = pn; a > 0; a -= 1) {
|
|
562
|
+
var i = Gt(o), r = it(We({
|
|
563
563
|
h: Ut(i, a, !0),
|
|
564
564
|
s: qt(i, a, !0),
|
|
565
565
|
v: jt(i, a, !0)
|
|
566
566
|
}));
|
|
567
|
-
t.push(
|
|
567
|
+
t.push(r);
|
|
568
568
|
}
|
|
569
569
|
t.push(it(o));
|
|
570
|
-
for (var
|
|
571
|
-
var l = Gt(o), d = it(
|
|
572
|
-
h: Ut(l,
|
|
573
|
-
s: qt(l,
|
|
574
|
-
v: jt(l,
|
|
570
|
+
for (var s = 1; s <= Cn; s += 1) {
|
|
571
|
+
var l = Gt(o), d = it(We({
|
|
572
|
+
h: Ut(l, s),
|
|
573
|
+
s: qt(l, s),
|
|
574
|
+
v: jt(l, s)
|
|
575
575
|
}));
|
|
576
576
|
t.push(d);
|
|
577
577
|
}
|
|
578
578
|
return n.theme === "dark" ? Na.map(function(c) {
|
|
579
|
-
var m = c.index, g = c.opacity, b = it($a(
|
|
579
|
+
var m = c.index, g = c.opacity, b = it($a(We(n.backgroundColor || "#141414"), We(t[m]), g * 100));
|
|
580
580
|
return b;
|
|
581
581
|
}) : t;
|
|
582
582
|
}
|
|
@@ -596,12 +596,12 @@ var wt = {
|
|
|
596
596
|
grey: "#666666"
|
|
597
597
|
}, kt = {}, At = {};
|
|
598
598
|
Object.keys(wt).forEach(function(e) {
|
|
599
|
-
kt[e] =
|
|
599
|
+
kt[e] = _t(wt[e]), kt[e].primary = kt[e][5], At[e] = _t(wt[e], {
|
|
600
600
|
theme: "dark",
|
|
601
601
|
backgroundColor: "#141414"
|
|
602
602
|
}), At[e].primary = At[e][5];
|
|
603
603
|
});
|
|
604
|
-
var Wt = [],
|
|
604
|
+
var Wt = [], Ve = [], Pa = "insert-css: You need to provide a CSS string. Usage: insertCss(cssString[, options]).";
|
|
605
605
|
function Ba() {
|
|
606
606
|
var e = document.createElement("style");
|
|
607
607
|
return e.setAttribute("type", "text/css"), e;
|
|
@@ -610,9 +610,9 @@ function Ga(e, n) {
|
|
|
610
610
|
if (n = n || {}, e === void 0)
|
|
611
611
|
throw new Error(Pa);
|
|
612
612
|
var t = n.prepend === !0 ? "prepend" : "append", o = n.container !== void 0 ? n.container : document.querySelector("head"), a = Wt.indexOf(o);
|
|
613
|
-
a === -1 && (a = Wt.push(o) - 1,
|
|
613
|
+
a === -1 && (a = Wt.push(o) - 1, Ve[a] = {});
|
|
614
614
|
var i;
|
|
615
|
-
return
|
|
615
|
+
return Ve[a] !== void 0 && Ve[a][t] !== void 0 ? i = Ve[a][t] : (i = Ve[a][t] = Ba(), t === "prepend" ? o.insertBefore(i, o.childNodes[0]) : o.appendChild(i)), e.charCodeAt(0) === 65279 && (e = e.substr(1, e.length)), i.styleSheet ? i.styleSheet.cssText += e : i.textContent += e, i;
|
|
616
616
|
}
|
|
617
617
|
function Vt(e) {
|
|
618
618
|
for (var n = 1; n < arguments.length; n++) {
|
|
@@ -637,19 +637,19 @@ function ja(e, n) {
|
|
|
637
637
|
function Ht(e) {
|
|
638
638
|
return typeof e == "object" && typeof e.name == "string" && typeof e.theme == "string" && (typeof e.icon == "object" || typeof e.icon == "function");
|
|
639
639
|
}
|
|
640
|
-
function
|
|
640
|
+
function Lt(e, n, t) {
|
|
641
641
|
return t ? st(e.tag, Vt({
|
|
642
642
|
key: n
|
|
643
643
|
}, t, e.attrs), (e.children || []).map(function(o, a) {
|
|
644
|
-
return
|
|
644
|
+
return Lt(o, "".concat(n, "-").concat(e.tag, "-").concat(a));
|
|
645
645
|
})) : st(e.tag, Vt({
|
|
646
646
|
key: n
|
|
647
647
|
}, e.attrs), (e.children || []).map(function(o, a) {
|
|
648
|
-
return
|
|
648
|
+
return Lt(o, "".concat(n, "-").concat(e.tag, "-").concat(a));
|
|
649
649
|
}));
|
|
650
650
|
}
|
|
651
651
|
function Sn(e) {
|
|
652
|
-
return
|
|
652
|
+
return _t(e)[0];
|
|
653
653
|
}
|
|
654
654
|
function wn(e) {
|
|
655
655
|
return e ? Array.isArray(e) ? e : [e] : [];
|
|
@@ -749,29 +749,29 @@ function rt(e) {
|
|
|
749
749
|
function Ya(e, n, t) {
|
|
750
750
|
return n in e ? Object.defineProperty(e, n, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[n] = t, e;
|
|
751
751
|
}
|
|
752
|
-
var
|
|
752
|
+
var Je = {
|
|
753
753
|
primaryColor: "#333",
|
|
754
754
|
secondaryColor: "#E6E6E6",
|
|
755
755
|
calculated: !1
|
|
756
756
|
};
|
|
757
757
|
function Qa(e) {
|
|
758
758
|
var n = e.primaryColor, t = e.secondaryColor;
|
|
759
|
-
|
|
759
|
+
Je.primaryColor = n, Je.secondaryColor = t || Sn(n), Je.calculated = !!t;
|
|
760
760
|
}
|
|
761
761
|
function Ka() {
|
|
762
|
-
return rt({},
|
|
762
|
+
return rt({}, Je);
|
|
763
763
|
}
|
|
764
|
-
var
|
|
765
|
-
var o = rt({}, n, t.attrs), a = o.icon, i = o.primaryColor,
|
|
764
|
+
var Ge = function(n, t) {
|
|
765
|
+
var o = rt({}, n, t.attrs), a = o.icon, i = o.primaryColor, r = o.secondaryColor, s = Za(o, Ha), l = Je;
|
|
766
766
|
if (i && (l = {
|
|
767
767
|
primaryColor: i,
|
|
768
|
-
secondaryColor:
|
|
768
|
+
secondaryColor: r || Sn(i)
|
|
769
769
|
}), Va(), ja(Ht(a), "icon should be icon definiton, but got ".concat(a)), !Ht(a))
|
|
770
770
|
return null;
|
|
771
771
|
var d = a;
|
|
772
772
|
return d && typeof d.icon == "function" && (d = rt({}, d, {
|
|
773
773
|
icon: d.icon(l.primaryColor, l.secondaryColor)
|
|
774
|
-
})),
|
|
774
|
+
})), Lt(d.icon, "svg-".concat(d.name), rt({}, s, {
|
|
775
775
|
"data-icon": d.name,
|
|
776
776
|
width: "1em",
|
|
777
777
|
height: "1em",
|
|
@@ -779,17 +779,17 @@ var Be = function(n, t) {
|
|
|
779
779
|
"aria-hidden": "true"
|
|
780
780
|
}));
|
|
781
781
|
};
|
|
782
|
-
|
|
782
|
+
Ge.props = {
|
|
783
783
|
icon: Object,
|
|
784
784
|
primaryColor: String,
|
|
785
785
|
secondaryColor: String,
|
|
786
786
|
focusable: String
|
|
787
787
|
};
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
const
|
|
788
|
+
Ge.inheritAttrs = !1;
|
|
789
|
+
Ge.displayName = "IconBase";
|
|
790
|
+
Ge.getTwoToneColors = Ka;
|
|
791
|
+
Ge.setTwoToneColors = Qa;
|
|
792
|
+
const Ot = Ge;
|
|
793
793
|
function Xa(e, n) {
|
|
794
794
|
return ol(e) || nl(e, n) || tl(e, n) || el();
|
|
795
795
|
}
|
|
@@ -817,18 +817,18 @@ function Jt(e, n) {
|
|
|
817
817
|
function nl(e, n) {
|
|
818
818
|
var t = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
|
|
819
819
|
if (t != null) {
|
|
820
|
-
var o = [], a = !0, i = !1,
|
|
820
|
+
var o = [], a = !0, i = !1, r, s;
|
|
821
821
|
try {
|
|
822
|
-
for (t = t.call(e); !(a = (
|
|
822
|
+
for (t = t.call(e); !(a = (r = t.next()).done) && (o.push(r.value), !(n && o.length === n)); a = !0)
|
|
823
823
|
;
|
|
824
824
|
} catch (l) {
|
|
825
|
-
i = !0,
|
|
825
|
+
i = !0, s = l;
|
|
826
826
|
} finally {
|
|
827
827
|
try {
|
|
828
828
|
!a && t.return != null && t.return();
|
|
829
829
|
} finally {
|
|
830
830
|
if (i)
|
|
831
|
-
throw
|
|
831
|
+
throw s;
|
|
832
832
|
}
|
|
833
833
|
}
|
|
834
834
|
return o;
|
|
@@ -840,13 +840,13 @@ function ol(e) {
|
|
|
840
840
|
}
|
|
841
841
|
function kn(e) {
|
|
842
842
|
var n = wn(e), t = Xa(n, 2), o = t[0], a = t[1];
|
|
843
|
-
return
|
|
843
|
+
return Ot.setTwoToneColors({
|
|
844
844
|
primaryColor: o,
|
|
845
845
|
secondaryColor: a
|
|
846
846
|
});
|
|
847
847
|
}
|
|
848
848
|
function al() {
|
|
849
|
-
var e =
|
|
849
|
+
var e = Ot.getTwoToneColors();
|
|
850
850
|
return e.calculated ? [e.primaryColor, e.secondaryColor] : e.primaryColor;
|
|
851
851
|
}
|
|
852
852
|
var ll = ["class", "icon", "spin", "rotate", "tabindex", "twoToneColor", "onClick"];
|
|
@@ -877,18 +877,18 @@ function Yt(e, n) {
|
|
|
877
877
|
function cl(e, n) {
|
|
878
878
|
var t = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
|
|
879
879
|
if (t != null) {
|
|
880
|
-
var o = [], a = !0, i = !1,
|
|
880
|
+
var o = [], a = !0, i = !1, r, s;
|
|
881
881
|
try {
|
|
882
|
-
for (t = t.call(e); !(a = (
|
|
882
|
+
for (t = t.call(e); !(a = (r = t.next()).done) && (o.push(r.value), !(n && o.length === n)); a = !0)
|
|
883
883
|
;
|
|
884
884
|
} catch (l) {
|
|
885
|
-
i = !0,
|
|
885
|
+
i = !0, s = l;
|
|
886
886
|
} finally {
|
|
887
887
|
try {
|
|
888
888
|
!a && t.return != null && t.return();
|
|
889
889
|
} finally {
|
|
890
890
|
if (i)
|
|
891
|
-
throw
|
|
891
|
+
throw s;
|
|
892
892
|
}
|
|
893
893
|
}
|
|
894
894
|
return o;
|
|
@@ -904,12 +904,12 @@ function Qt(e) {
|
|
|
904
904
|
typeof Object.getOwnPropertySymbols == "function" && (o = o.concat(Object.getOwnPropertySymbols(t).filter(function(a) {
|
|
905
905
|
return Object.getOwnPropertyDescriptor(t, a).enumerable;
|
|
906
906
|
}))), o.forEach(function(a) {
|
|
907
|
-
|
|
907
|
+
It(e, a, t[a]);
|
|
908
908
|
});
|
|
909
909
|
}
|
|
910
910
|
return e;
|
|
911
911
|
}
|
|
912
|
-
function
|
|
912
|
+
function It(e, n, t) {
|
|
913
913
|
return n in e ? Object.defineProperty(e, n, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[n] = t, e;
|
|
914
914
|
}
|
|
915
915
|
function ul(e, n) {
|
|
@@ -932,40 +932,40 @@ function fl(e, n) {
|
|
|
932
932
|
return t;
|
|
933
933
|
}
|
|
934
934
|
kn("#1890ff");
|
|
935
|
-
var
|
|
936
|
-
var o, a = Qt({}, n, t.attrs), i = a.class,
|
|
935
|
+
var Ue = function(n, t) {
|
|
936
|
+
var o, a = Qt({}, n, t.attrs), i = a.class, r = a.icon, s = a.spin, l = a.rotate, d = a.tabindex, c = a.twoToneColor, m = a.onClick, g = ul(a, ll), b = (o = {
|
|
937
937
|
anticon: !0
|
|
938
|
-
},
|
|
939
|
-
|
|
940
|
-
var
|
|
938
|
+
}, It(o, "anticon-".concat(r.name), Boolean(r.name)), It(o, i, i), o), u = s === "" || s || r.name === "loading" ? "anticon-spin" : "", h = d;
|
|
939
|
+
h === void 0 && m && (h = -1, g.tabindex = h);
|
|
940
|
+
var v = l ? {
|
|
941
941
|
msTransform: "rotate(".concat(l, "deg)"),
|
|
942
942
|
transform: "rotate(".concat(l, "deg)")
|
|
943
|
-
} : void 0,
|
|
943
|
+
} : void 0, y = wn(c), A = il(y, 2), x = A[0], B = A[1];
|
|
944
944
|
return j("span", Qt({
|
|
945
945
|
role: "img",
|
|
946
|
-
"aria-label":
|
|
946
|
+
"aria-label": r.name
|
|
947
947
|
}, g, {
|
|
948
948
|
onClick: m,
|
|
949
949
|
class: b
|
|
950
|
-
}), [j(
|
|
951
|
-
class:
|
|
952
|
-
icon:
|
|
950
|
+
}), [j(Ot, {
|
|
951
|
+
class: u,
|
|
952
|
+
icon: r,
|
|
953
953
|
primaryColor: x,
|
|
954
954
|
secondaryColor: B,
|
|
955
|
-
style:
|
|
955
|
+
style: v
|
|
956
956
|
}, null)]);
|
|
957
957
|
};
|
|
958
|
-
|
|
958
|
+
Ue.props = {
|
|
959
959
|
spin: Boolean,
|
|
960
960
|
rotate: Number,
|
|
961
961
|
icon: Object,
|
|
962
962
|
twoToneColor: String
|
|
963
963
|
};
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
const ml =
|
|
964
|
+
Ue.displayName = "AntdIcon";
|
|
965
|
+
Ue.inheritAttrs = !1;
|
|
966
|
+
Ue.getTwoToneColor = al;
|
|
967
|
+
Ue.setTwoToneColor = kn;
|
|
968
|
+
const ml = Ue;
|
|
969
969
|
var gl = { icon: { tag: "svg", attrs: { viewBox: "0 0 1024 1024", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z" } }] }, name: "loading", theme: "outlined" };
|
|
970
970
|
const hl = gl;
|
|
971
971
|
function Kt(e) {
|
|
@@ -982,15 +982,15 @@ function Kt(e) {
|
|
|
982
982
|
function yl(e, n, t) {
|
|
983
983
|
return n in e ? Object.defineProperty(e, n, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[n] = t, e;
|
|
984
984
|
}
|
|
985
|
-
var
|
|
985
|
+
var Ft = function(n, t) {
|
|
986
986
|
var o = Kt({}, n, t.attrs);
|
|
987
987
|
return j(ml, Kt({}, o, {
|
|
988
988
|
icon: hl
|
|
989
989
|
}), null);
|
|
990
990
|
};
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
const bl =
|
|
991
|
+
Ft.displayName = "LoadingOutlined";
|
|
992
|
+
Ft.inheritAttrs = !1;
|
|
993
|
+
const bl = Ft, vl = Q({
|
|
994
994
|
props: {
|
|
995
995
|
spinning: {
|
|
996
996
|
type: Boolean,
|
|
@@ -1019,9 +1019,9 @@ const K = (e, n) => {
|
|
|
1019
1019
|
return t;
|
|
1020
1020
|
}, pl = { class: "spin-wrapper" };
|
|
1021
1021
|
function Cl(e, n, t, o, a, i) {
|
|
1022
|
-
const
|
|
1022
|
+
const r = Z("a-spin");
|
|
1023
1023
|
return E(), R("div", pl, [
|
|
1024
|
-
e.spinning ? (E(), Oe(
|
|
1024
|
+
e.spinning ? (E(), Oe(r, {
|
|
1025
1025
|
key: 0,
|
|
1026
1026
|
class: "spin",
|
|
1027
1027
|
spinning: e.spinning,
|
|
@@ -1043,8 +1043,8 @@ const et = /* @__PURE__ */ K(vl, [["render", Cl]]), Sl = Q({
|
|
|
1043
1043
|
}
|
|
1044
1044
|
});
|
|
1045
1045
|
function wl(e, n, t, o, a, i) {
|
|
1046
|
-
const
|
|
1047
|
-
return E(), Oe(
|
|
1046
|
+
const r = Z("a-skeleton");
|
|
1047
|
+
return E(), Oe(r, {
|
|
1048
1048
|
active: "",
|
|
1049
1049
|
loading: e.loading
|
|
1050
1050
|
}, {
|
|
@@ -1129,7 +1129,7 @@ const oe = (e, n) => {
|
|
|
1129
1129
|
], ie = (e, n = []) => {
|
|
1130
1130
|
const t = ea(kl, ...n);
|
|
1131
1131
|
return q(() => ta(e, t));
|
|
1132
|
-
},
|
|
1132
|
+
}, Rt = "EVENT_BUS", ce = "GLOBAL_CONFIG", de = "GLOBAL_MODEL", Ce = "REQUEST_MODEL", Tn = "GLOBAL_TOKEN", Ze = "REFRESH_PAGE", _n = "MODAL_MODEL";
|
|
1133
1133
|
var nn;
|
|
1134
1134
|
const ct = (nn = window == null ? void 0 : window.config) == null ? void 0 : nn.indicatorURL;
|
|
1135
1135
|
var on;
|
|
@@ -1139,7 +1139,7 @@ const Xt = ((an = window == null ? void 0 : window.config) == null ? void 0 : an
|
|
|
1139
1139
|
var ln;
|
|
1140
1140
|
const Al = ((ln = window == null ? void 0 : window.config) == null ? void 0 : ln.erdURL) || "", ge = (e, n) => {
|
|
1141
1141
|
ne(() => e.id, (t) => {
|
|
1142
|
-
const o =
|
|
1142
|
+
const o = N(Rt, {
|
|
1143
1143
|
// @ts-ignore
|
|
1144
1144
|
// eslint-disable-next-line no-void
|
|
1145
1145
|
onEvent: (a, i) => {
|
|
@@ -1150,22 +1150,22 @@ const Al = ((ln = window == null ? void 0 : window.config) == null ? void 0 : ln
|
|
|
1150
1150
|
immediate: !0
|
|
1151
1151
|
});
|
|
1152
1152
|
}, ue = (e) => {
|
|
1153
|
-
const n = e.events, t = e.id, o =
|
|
1153
|
+
const n = e.events, t = e.id, o = N(Rt, {
|
|
1154
1154
|
// @ts-ignore
|
|
1155
1155
|
// eslint-disable-next-line no-void
|
|
1156
|
-
emitEvent: (i,
|
|
1156
|
+
emitEvent: (i, r) => {
|
|
1157
1157
|
}
|
|
1158
|
-
}), { touchEventId: a } =
|
|
1158
|
+
}), { touchEventId: a } = N(ce, {
|
|
1159
1159
|
touchEventId: I("")
|
|
1160
1160
|
});
|
|
1161
|
-
return (i,
|
|
1161
|
+
return (i, r = () => {
|
|
1162
1162
|
}) => function() {
|
|
1163
|
-
|
|
1164
|
-
const { emitEvent:
|
|
1163
|
+
r.call(this, ...arguments);
|
|
1164
|
+
const { emitEvent: s } = o;
|
|
1165
1165
|
n.forEach((l) => {
|
|
1166
1166
|
if (i === l.on)
|
|
1167
1167
|
try {
|
|
1168
|
-
a.value = t,
|
|
1168
|
+
a.value = t, s(l.target, l.emit);
|
|
1169
1169
|
} catch (d) {
|
|
1170
1170
|
console.error(d);
|
|
1171
1171
|
}
|
|
@@ -1174,17 +1174,17 @@ const Al = ((ln = window == null ? void 0 : window.config) == null ? void 0 : ln
|
|
|
1174
1174
|
}, Ye = (e, n) => {
|
|
1175
1175
|
let { name: t = "name", value: o = "value", type: a = "type" } = n || {};
|
|
1176
1176
|
t = t == null ? void 0 : t.trim(), o = o == null ? void 0 : o.trim(), a = a == null ? void 0 : a.trim();
|
|
1177
|
-
const i = /* @__PURE__ */ new Set(),
|
|
1178
|
-
for (let c = 0; c <
|
|
1179
|
-
const m = e[c], g = m[t] || "", b = m[o] || "",
|
|
1180
|
-
if (i.add(g),
|
|
1181
|
-
const
|
|
1182
|
-
|
|
1177
|
+
const i = /* @__PURE__ */ new Set(), r = /* @__PURE__ */ new Map(), s = e.length;
|
|
1178
|
+
for (let c = 0; c < s; c++) {
|
|
1179
|
+
const m = e[c], g = m[t] || "", b = m[o] || "", u = m[a] || "";
|
|
1180
|
+
if (i.add(g), r.has(u)) {
|
|
1181
|
+
const h = r.get(u);
|
|
1182
|
+
h.push({ name: g, value: b, ...m }), r.set(u, h);
|
|
1183
1183
|
} else
|
|
1184
|
-
|
|
1184
|
+
r.set(u, [{ name: g, value: b, ...m }]);
|
|
1185
1185
|
}
|
|
1186
1186
|
const l = Array.from(i), d = [];
|
|
1187
|
-
for (const [c, m] of
|
|
1187
|
+
for (const [c, m] of r)
|
|
1188
1188
|
d.push({
|
|
1189
1189
|
name: c,
|
|
1190
1190
|
data: m
|
|
@@ -1199,23 +1199,23 @@ const Al = ((ln = window == null ? void 0 : window.config) == null ? void 0 : ln
|
|
|
1199
1199
|
xe.interceptors.request.use((e) => e, (e) => Promise.reject(e));
|
|
1200
1200
|
xe.interceptors.response.use((e) => {
|
|
1201
1201
|
var n, t, o;
|
|
1202
|
-
return en && +((n = e == null ? void 0 : e.data) == null ? void 0 : n.code) == 500 &&
|
|
1202
|
+
return en && +((n = e == null ? void 0 : e.data) == null ? void 0 : n.code) == 500 && He.error({
|
|
1203
1203
|
content: ((t = e == null ? void 0 : e.data) == null ? void 0 : t.msg) || ((o = e == null ? void 0 : e.data) == null ? void 0 : o.message) || "服务器异常",
|
|
1204
1204
|
key: "SERVER_ERROR"
|
|
1205
1205
|
}), e;
|
|
1206
1206
|
}, (e) => {
|
|
1207
1207
|
if (en)
|
|
1208
1208
|
if (e.message.includes("timeout"))
|
|
1209
|
-
|
|
1209
|
+
He.error({
|
|
1210
1210
|
content: "网络连接超时,请重试!",
|
|
1211
1211
|
key: "TIMEOUT"
|
|
1212
1212
|
});
|
|
1213
1213
|
else {
|
|
1214
1214
|
const { status: n } = (e == null ? void 0 : e.response) || {};
|
|
1215
|
-
n >= 400 && n < 500 &&
|
|
1215
|
+
n >= 400 && n < 500 && He.error({
|
|
1216
1216
|
content: "请求异常",
|
|
1217
1217
|
key: "REQUEST_ERROR"
|
|
1218
|
-
}), n >= 500 &&
|
|
1218
|
+
}), n >= 500 && He.error({
|
|
1219
1219
|
content: "服务器异常",
|
|
1220
1220
|
key: "REQUEST_ERROR"
|
|
1221
1221
|
});
|
|
@@ -1223,7 +1223,7 @@ xe.interceptors.response.use((e) => {
|
|
|
1223
1223
|
return Promise.reject(e);
|
|
1224
1224
|
});
|
|
1225
1225
|
const xl = (e) => e.replace(/\\n/g, `
|
|
1226
|
-
`),
|
|
1226
|
+
`), Dt = (e, n = 2) => {
|
|
1227
1227
|
const t = parseFloat(e + "");
|
|
1228
1228
|
return isNaN(t) ? e : t.toFixed(n).replace(/(\d)(?=(\d{3})+\.)/g, "$1,");
|
|
1229
1229
|
}, Tl = (e) => {
|
|
@@ -1240,9 +1240,9 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1240
1240
|
const i = e.match(/\{(.+?)\}/g);
|
|
1241
1241
|
if (i == null || i.length === 0)
|
|
1242
1242
|
return e;
|
|
1243
|
-
for (let
|
|
1244
|
-
const
|
|
1245
|
-
let l =
|
|
1243
|
+
for (let r = 0; r < i.length; r++) {
|
|
1244
|
+
const s = i[r];
|
|
1245
|
+
let l = s.slice(1, -1).trim();
|
|
1246
1246
|
const d = /[\u4e00-\u9fa5a-z-_A-Z]+[0-9]*/g, c = l.match(d);
|
|
1247
1247
|
for (let m = 0; m < c.length; m++) {
|
|
1248
1248
|
const g = c[m], b = n[g];
|
|
@@ -1251,7 +1251,7 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1251
1251
|
l = (0, eval)(l);
|
|
1252
1252
|
} catch {
|
|
1253
1253
|
}
|
|
1254
|
-
e = e.replace(
|
|
1254
|
+
e = e.replace(s, l);
|
|
1255
1255
|
}
|
|
1256
1256
|
}
|
|
1257
1257
|
return t && (e = e == null ? void 0 : e.replace(/\n|\\n/g, "<br/>")), o && (e = e == null ? void 0 : e.replace(/\s{2,}?/g, " ")), e;
|
|
@@ -1262,33 +1262,33 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1262
1262
|
requestMethod: o,
|
|
1263
1263
|
requestHeaders: a,
|
|
1264
1264
|
requestParams: i,
|
|
1265
|
-
requestInterval:
|
|
1266
|
-
isOpenRequestTimer:
|
|
1267
|
-
} = e, { contextRequestUrl: l, pageMode: d, touchEventId: c } =
|
|
1265
|
+
requestInterval: r,
|
|
1266
|
+
isOpenRequestTimer: s
|
|
1267
|
+
} = e, { contextRequestUrl: l, pageMode: d, touchEventId: c } = N(ce, {
|
|
1268
1268
|
contextRequestUrl: "",
|
|
1269
1269
|
pageMode: "normal",
|
|
1270
1270
|
touchEventId: ""
|
|
1271
|
-
}), { getGlobalModel: m } =
|
|
1271
|
+
}), { getGlobalModel: m } = N(de, {
|
|
1272
1272
|
// @ts-ignore
|
|
1273
1273
|
// eslint-disable-next-line no-void
|
|
1274
|
-
getGlobalModel: (
|
|
1274
|
+
getGlobalModel: (h) => {
|
|
1275
1275
|
}
|
|
1276
|
-
}), g = be(t), b = async (
|
|
1276
|
+
}), g = be(t), b = async (h = {}) => {
|
|
1277
1277
|
if (!g || !o || !a || k(d) === "design")
|
|
1278
1278
|
return;
|
|
1279
|
-
let
|
|
1279
|
+
let v = {};
|
|
1280
1280
|
i.forEach((w) => {
|
|
1281
1281
|
const { key: L, value: C } = w;
|
|
1282
1282
|
if (typeof C == "object" && C.id) {
|
|
1283
|
-
let
|
|
1283
|
+
let f = {};
|
|
1284
1284
|
const { id: p, prop: T, propKey: F, operate: S } = C;
|
|
1285
|
-
p === "THIS" ?
|
|
1286
|
-
const _ = k(
|
|
1285
|
+
p === "THIS" ? f = m(k(c)) || {} : f = m(p) || {};
|
|
1286
|
+
const _ = k(f[T]);
|
|
1287
1287
|
let U = null;
|
|
1288
|
-
if (["date", "range"].some((O) => Ln(
|
|
1289
|
-
const { value: O, type:
|
|
1290
|
-
if (O &&
|
|
1291
|
-
switch (
|
|
1288
|
+
if (["date", "range"].some((O) => Ln(f == null ? void 0 : f.type, O))) {
|
|
1289
|
+
const { value: O, type: $, mode: z } = S || {};
|
|
1290
|
+
if (O && $ && z)
|
|
1291
|
+
switch ($) {
|
|
1292
1292
|
case "add":
|
|
1293
1293
|
U = k(_).add(O, z);
|
|
1294
1294
|
break;
|
|
@@ -1296,57 +1296,57 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1296
1296
|
U = k(_).subtract(O, z);
|
|
1297
1297
|
break;
|
|
1298
1298
|
}
|
|
1299
|
-
U == null && (U = k(_)), U = (U == null ? void 0 : U.format((F == null ? void 0 : F.trim()) ||
|
|
1299
|
+
U == null && (U = k(_)), U = (U == null ? void 0 : U.format((F == null ? void 0 : F.trim()) || f.format)) || "";
|
|
1300
1300
|
} else
|
|
1301
1301
|
Object.prototype.toString.call(_) === "[object Object]" ? U = _[F || "value"] : U = _;
|
|
1302
|
-
|
|
1302
|
+
v[L] = U;
|
|
1303
1303
|
} else
|
|
1304
|
-
typeof C == "string" && (
|
|
1305
|
-
}),
|
|
1306
|
-
let
|
|
1307
|
-
const A = Object.keys(
|
|
1304
|
+
typeof C == "string" && (v[L] = be(C));
|
|
1305
|
+
}), v = { ...window.config.requestParams, ...h, ...v };
|
|
1306
|
+
let y = "";
|
|
1307
|
+
const A = Object.keys(v), x = A.length - 1, B = A.length;
|
|
1308
1308
|
A.forEach((w, L) => {
|
|
1309
|
-
L === 0 ? B !== 1 ?
|
|
1309
|
+
L === 0 ? B !== 1 ? y += `?${w}=${v[w]}&` : y += `?${w}=${v[w]}` : L === x ? y += `${w}=${v[w]}` : y += `${w}=${v[w]}&`;
|
|
1310
1310
|
});
|
|
1311
1311
|
try {
|
|
1312
1312
|
const w = ["get", "head"].includes(o), L = await xe({
|
|
1313
1313
|
baseURL: k(l) || "",
|
|
1314
|
-
url: w ? g +
|
|
1314
|
+
url: w ? g + y : g,
|
|
1315
1315
|
method: o,
|
|
1316
1316
|
headers: a,
|
|
1317
|
-
data: w ? {} :
|
|
1317
|
+
data: w ? {} : v
|
|
1318
1318
|
});
|
|
1319
1319
|
return n(L), L;
|
|
1320
1320
|
} catch (w) {
|
|
1321
1321
|
console.error(w);
|
|
1322
1322
|
}
|
|
1323
|
-
},
|
|
1323
|
+
}, u = s && setInterval(b, r * 1e3);
|
|
1324
1324
|
return ut(() => {
|
|
1325
|
-
clearInterval(
|
|
1325
|
+
clearInterval(u);
|
|
1326
1326
|
}), b;
|
|
1327
|
-
},
|
|
1327
|
+
}, $e = (e = [], n) => {
|
|
1328
1328
|
let { name: t = "name", types: o = [] } = n || {};
|
|
1329
1329
|
t = (t == null ? void 0 : t.trim()) || t;
|
|
1330
|
-
const a = /* @__PURE__ */ new Set(), i = /* @__PURE__ */ new Map(),
|
|
1331
|
-
if (
|
|
1330
|
+
const a = /* @__PURE__ */ new Set(), i = /* @__PURE__ */ new Map(), r = e.length, s = o.length;
|
|
1331
|
+
if (r === 1) {
|
|
1332
1332
|
const c = [];
|
|
1333
|
-
for (let g = 0; g <
|
|
1334
|
-
const b = o[g], { label:
|
|
1335
|
-
a.add(
|
|
1333
|
+
for (let g = 0; g < s; g++) {
|
|
1334
|
+
const b = o[g], { label: u, value: h } = b, v = { ...e[0], value: e[0][h] };
|
|
1335
|
+
a.add(u), c.push(v);
|
|
1336
1336
|
}
|
|
1337
1337
|
const m = e[0][t] || "";
|
|
1338
1338
|
i.set(m, c);
|
|
1339
1339
|
} else
|
|
1340
|
-
for (let c = 0; c <
|
|
1340
|
+
for (let c = 0; c < r; c++) {
|
|
1341
1341
|
const m = e[c], g = m[t];
|
|
1342
1342
|
a.add(g);
|
|
1343
|
-
for (let b = 0; b <
|
|
1344
|
-
const
|
|
1345
|
-
if (i.has(
|
|
1346
|
-
const A = i.get(
|
|
1347
|
-
A.push(
|
|
1343
|
+
for (let b = 0; b < s; b++) {
|
|
1344
|
+
const u = o[b], { label: h, value: v } = u, y = { ...m, value: m[v] };
|
|
1345
|
+
if (i.has(h)) {
|
|
1346
|
+
const A = i.get(h);
|
|
1347
|
+
A.push(y), i.set(h, A);
|
|
1348
1348
|
} else
|
|
1349
|
-
i.set(
|
|
1349
|
+
i.set(h, [y]);
|
|
1350
1350
|
}
|
|
1351
1351
|
}
|
|
1352
1352
|
const l = Array.from(a), d = [];
|
|
@@ -1368,8 +1368,8 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1368
1368
|
}, In = (e, n) => {
|
|
1369
1369
|
const t = `${Xt}/preview?pageId=${n}`, o = `${Xt}/${n}`;
|
|
1370
1370
|
return e === "preview" ? t : o;
|
|
1371
|
-
},
|
|
1372
|
-
const { getGlobalModel: n } =
|
|
1371
|
+
}, zt = (e) => {
|
|
1372
|
+
const { getGlobalModel: n } = N(de, {
|
|
1373
1373
|
// @ts-ignore
|
|
1374
1374
|
// eslint-disable-next-line no-void
|
|
1375
1375
|
getGlobalModel: (l) => {
|
|
@@ -1410,20 +1410,20 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1410
1410
|
var c;
|
|
1411
1411
|
const d = [];
|
|
1412
1412
|
for (let m = 0; m < l.length; m++) {
|
|
1413
|
-
const { keyName: g, searchName: b, searchType:
|
|
1413
|
+
const { keyName: g, searchName: b, searchType: u, variateName: h, id: v } = l[m], y = {
|
|
1414
1414
|
alias: g,
|
|
1415
1415
|
fieldName: b,
|
|
1416
|
-
rule:
|
|
1416
|
+
rule: u || "NONE",
|
|
1417
1417
|
fieldValue: "",
|
|
1418
1418
|
valueType: "",
|
|
1419
|
-
variateName:
|
|
1420
|
-
}, A = n(
|
|
1421
|
-
if (b === "the_date" ?
|
|
1422
|
-
|
|
1419
|
+
variateName: h
|
|
1420
|
+
}, A = n(v) || {};
|
|
1421
|
+
if (b === "the_date" ? y.valueType = "DATE" : ["hbdwbh", "hbdwbh_name"].includes(b) && (y.valueType = "TEXT"), A.type === "ecanDatePicker") {
|
|
1422
|
+
y.dateFormat = A.format;
|
|
1423
1423
|
const x = (c = k(A)) == null ? void 0 : c.value.format;
|
|
1424
|
-
typeof x == "function" && (
|
|
1424
|
+
typeof x == "function" && (y.fieldValue = x(A == null ? void 0 : A.format));
|
|
1425
1425
|
}
|
|
1426
|
-
d.push(
|
|
1426
|
+
d.push(y);
|
|
1427
1427
|
}
|
|
1428
1428
|
return d;
|
|
1429
1429
|
}, i = (l, d) => {
|
|
@@ -1444,11 +1444,11 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1444
1444
|
}, c.customGroup.groupList.forEach((m, g) => {
|
|
1445
1445
|
g !== 0 && (l.customGroup.groupInfoMap[m.key] = m.value);
|
|
1446
1446
|
}), l.customGroup.otherGroupName = c.customGroup.otherName || ""), l.rangeIndexTypeGuid = c.typeGuid, l.customFilterSqlPart = c.filterSql || "";
|
|
1447
|
-
},
|
|
1447
|
+
}, r = (l, d) => {
|
|
1448
1448
|
for (let c = 0; c < l.children.length; c++)
|
|
1449
1449
|
if (l.children[c].children.length > 0) {
|
|
1450
1450
|
let m = "";
|
|
1451
|
-
l.type === "and" ? m = "&&" : m = "||", d.push({ conditions: [], join: m }),
|
|
1451
|
+
l.type === "and" ? m = "&&" : m = "||", d.push({ conditions: [], join: m }), r(l.children[c], d[d.length - 1].conditions);
|
|
1452
1452
|
} else if (l.children[c].fieldName) {
|
|
1453
1453
|
let m = "";
|
|
1454
1454
|
const g = {
|
|
@@ -1465,22 +1465,22 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1465
1465
|
g.dateFormat = l.children[c].format, g.dateCalcTypes = l.children[c].dateCalcTypes, g.calcWays = l.children[c].calcWays, l.children[c].selectType === "time" ? l.children[c].absoluteBool && (m = "#######", g.calcWays = l.children[c].calcWays) : l.children[c].selectType === "component" && (m = "${" + l.children[c].relateCompent + "}"), g.dateFormat = l.children[c].format, g.dateCalcTypes = l.children[c].dateCalcTypes, g.calcWays = l.children[c].calcWays;
|
|
1466
1466
|
else if (Object.prototype.toString.call(m) === "[object Array]") {
|
|
1467
1467
|
const b = [];
|
|
1468
|
-
for (let
|
|
1469
|
-
m[
|
|
1468
|
+
for (let u = 0; u < m.length; u++)
|
|
1469
|
+
m[u] !== "全选" && b.push(m[u]);
|
|
1470
1470
|
m = b.join(",");
|
|
1471
1471
|
}
|
|
1472
1472
|
g.fieldValue = m, l.children.length > 1 && c !== l.children.length - 1 && (l.type === "and" ? g.join = "&&" : g.join = "||"), d.push(g);
|
|
1473
1473
|
}
|
|
1474
|
-
},
|
|
1474
|
+
}, s = (l, d, c) => {
|
|
1475
1475
|
if (!l)
|
|
1476
1476
|
return;
|
|
1477
|
-
const m = c[d].find((
|
|
1477
|
+
const m = c[d].find((u) => u.name === l.label);
|
|
1478
1478
|
if (!m)
|
|
1479
1479
|
return;
|
|
1480
1480
|
const g = [], b = m.filterList;
|
|
1481
1481
|
if (b)
|
|
1482
|
-
for (let
|
|
1483
|
-
b[
|
|
1482
|
+
for (let u = 0; u < b.length; u++)
|
|
1483
|
+
b[u].children.length > 0 && r(b[u], g);
|
|
1484
1484
|
return g;
|
|
1485
1485
|
};
|
|
1486
1486
|
return async function() {
|
|
@@ -1500,37 +1500,37 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1500
1500
|
});
|
|
1501
1501
|
const c = d.classify;
|
|
1502
1502
|
if ([...d.leftAxis, ...d.rightAxis].length === 0) {
|
|
1503
|
-
|
|
1503
|
+
He.error("当前y轴无配置信息");
|
|
1504
1504
|
return;
|
|
1505
1505
|
}
|
|
1506
1506
|
const g = t(d);
|
|
1507
1507
|
let b;
|
|
1508
1508
|
if (Array.isArray(d.series) && d.series.length > 0) {
|
|
1509
|
-
const C = (w = d.seriesList) == null ? void 0 : w.find((
|
|
1509
|
+
const C = (w = d.seriesList) == null ? void 0 : w.find((f) => {
|
|
1510
1510
|
const p = d.series[0];
|
|
1511
|
-
return
|
|
1511
|
+
return f.name === p || f.nameBak === p;
|
|
1512
1512
|
});
|
|
1513
1513
|
C != null && (b = {
|
|
1514
1514
|
label: C.name,
|
|
1515
1515
|
columnName: C.label
|
|
1516
1516
|
});
|
|
1517
1517
|
}
|
|
1518
|
-
let
|
|
1518
|
+
let u;
|
|
1519
1519
|
if (c.length > 0) {
|
|
1520
|
-
|
|
1520
|
+
u = {
|
|
1521
1521
|
label: c[0],
|
|
1522
1522
|
columnName: c[0]
|
|
1523
1523
|
};
|
|
1524
|
-
const C = ((L = d.classifyList) == null ? void 0 : L.find((
|
|
1525
|
-
|
|
1524
|
+
const C = ((L = d.classifyList) == null ? void 0 : L.find((f) => (f == null ? void 0 : f.name) === c[0] || (f == null ? void 0 : f.nameBak) === c[0])) || {};
|
|
1525
|
+
u.columnName = C.label, i(u, d.classifyList), u.conditions = s(u, "classifyList", d) || [];
|
|
1526
1526
|
}
|
|
1527
|
-
b && (i(b, d.seriesList), b.conditions =
|
|
1527
|
+
b && (i(b, d.seriesList), b.conditions = s(b, "seriesList", d) || []);
|
|
1528
1528
|
for (let C = 0; C < g.length; C++)
|
|
1529
|
-
g[C].location === "RIGHT" ? g[C].conditions =
|
|
1530
|
-
let
|
|
1531
|
-
(d == null ? void 0 : d.pageMode) === "design" ?
|
|
1532
|
-
let
|
|
1533
|
-
d.source === "INDICATOR_LIB" && (
|
|
1529
|
+
g[C].location === "RIGHT" ? g[C].conditions = s(g[C], "rightAxisList", d) : g[C].conditions = s(g[C], "leftAxisList", d);
|
|
1530
|
+
let h;
|
|
1531
|
+
(d == null ? void 0 : d.pageMode) === "design" ? h = d.sqlConditions ?? [] : h = a(d == null ? void 0 : d.relativeList);
|
|
1532
|
+
let v = "SQL_VIEW", y = "", A = "", x = "";
|
|
1533
|
+
d.source === "INDICATOR_LIB" && (v = "INDICATOR_LIB", y = d.fixedDimSql, A = d.dataSourceId, x = d.idxLibMode);
|
|
1534
1534
|
const B = {
|
|
1535
1535
|
ecanBar: "bar",
|
|
1536
1536
|
ecanLine: "line",
|
|
@@ -1549,12 +1549,12 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1549
1549
|
plugin: "1",
|
|
1550
1550
|
layer: "2",
|
|
1551
1551
|
chartType: B[l],
|
|
1552
|
-
classification:
|
|
1552
|
+
classification: u,
|
|
1553
1553
|
indicatorList: g,
|
|
1554
1554
|
series: b,
|
|
1555
|
-
sqlConditions:
|
|
1556
|
-
source:
|
|
1557
|
-
fixedDimSql:
|
|
1555
|
+
sqlConditions: h,
|
|
1556
|
+
source: v,
|
|
1557
|
+
fixedDimSql: y,
|
|
1558
1558
|
dataSourceId: A,
|
|
1559
1559
|
idxLibMode: x
|
|
1560
1560
|
}, {
|
|
@@ -1573,58 +1573,58 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1573
1573
|
return n;
|
|
1574
1574
|
const o = t.length;
|
|
1575
1575
|
for (let i = 0; i < o; i++) {
|
|
1576
|
-
const
|
|
1577
|
-
if (
|
|
1576
|
+
const r = t[i];
|
|
1577
|
+
if (r == null || r === "")
|
|
1578
1578
|
break;
|
|
1579
|
-
let
|
|
1580
|
-
|
|
1579
|
+
let s = (a = r.slice(1, -1)) == null ? void 0 : a.trim();
|
|
1580
|
+
s = s == null ? void 0 : s.replace(/value/g, n);
|
|
1581
1581
|
try {
|
|
1582
|
-
let l =
|
|
1583
|
-
if (
|
|
1582
|
+
let l = s;
|
|
1583
|
+
if (s !== n.toString())
|
|
1584
1584
|
try {
|
|
1585
|
-
l = (0, eval)(
|
|
1585
|
+
l = (0, eval)(s);
|
|
1586
1586
|
} catch {
|
|
1587
1587
|
}
|
|
1588
|
-
e = e.replace(
|
|
1588
|
+
e = e.replace(r, l);
|
|
1589
1589
|
} catch {
|
|
1590
|
-
e = e.replace(
|
|
1590
|
+
e = e.replace(r, s);
|
|
1591
1591
|
}
|
|
1592
1592
|
}
|
|
1593
1593
|
return e;
|
|
1594
1594
|
}, Mn = (e = {}) => {
|
|
1595
|
-
const { requestToken: n } =
|
|
1595
|
+
const { requestToken: n } = N(Tn, {
|
|
1596
1596
|
// @ts-ignore
|
|
1597
1597
|
// eslint-disable-next-line no-void
|
|
1598
1598
|
requestToken: () => {
|
|
1599
1599
|
}
|
|
1600
1600
|
});
|
|
1601
1601
|
e.dataType === "indicator" && n();
|
|
1602
|
-
const t = (
|
|
1603
|
-
const { label:
|
|
1602
|
+
const t = (r = {}) => {
|
|
1603
|
+
const { label: s, name: l, location: d, show: c, indexCode: m } = r;
|
|
1604
1604
|
return {
|
|
1605
|
-
label:
|
|
1605
|
+
label: s,
|
|
1606
1606
|
columnName: l,
|
|
1607
1607
|
location: d,
|
|
1608
1608
|
show: c,
|
|
1609
1609
|
calcType: "COLUMN",
|
|
1610
1610
|
hrpIndexCode: m
|
|
1611
1611
|
};
|
|
1612
|
-
}, o = (
|
|
1612
|
+
}, o = (r = {}) => {
|
|
1613
1613
|
const {
|
|
1614
|
-
label:
|
|
1614
|
+
label: s,
|
|
1615
1615
|
name: l,
|
|
1616
1616
|
location: d,
|
|
1617
1617
|
show: c,
|
|
1618
1618
|
indexCode: m,
|
|
1619
1619
|
calcType: g = "COLUMN",
|
|
1620
1620
|
builtInFormula: b,
|
|
1621
|
-
builtInValueSource:
|
|
1622
|
-
builtInCalcWay:
|
|
1623
|
-
formula:
|
|
1624
|
-
conditions:
|
|
1625
|
-
} =
|
|
1621
|
+
builtInValueSource: u,
|
|
1622
|
+
builtInCalcWay: h,
|
|
1623
|
+
formula: v,
|
|
1624
|
+
conditions: y
|
|
1625
|
+
} = r;
|
|
1626
1626
|
return {
|
|
1627
|
-
label:
|
|
1627
|
+
label: s,
|
|
1628
1628
|
columnName: l,
|
|
1629
1629
|
location: d,
|
|
1630
1630
|
show: c,
|
|
@@ -1632,70 +1632,70 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1632
1632
|
hrpIndexCode: m,
|
|
1633
1633
|
aggregate: "SUM",
|
|
1634
1634
|
builtInFormula: b,
|
|
1635
|
-
builtInValueSource:
|
|
1636
|
-
builtInCalcWay:
|
|
1637
|
-
formula:
|
|
1638
|
-
conditions:
|
|
1635
|
+
builtInValueSource: u,
|
|
1636
|
+
builtInCalcWay: h,
|
|
1637
|
+
formula: v,
|
|
1638
|
+
conditions: y
|
|
1639
1639
|
};
|
|
1640
|
-
}, { getGlobalModel: a } =
|
|
1640
|
+
}, { getGlobalModel: a } = N(de, {
|
|
1641
1641
|
// @ts-ignore
|
|
1642
1642
|
// eslint-disable-next-line no-void
|
|
1643
|
-
getGlobalModel: (
|
|
1643
|
+
getGlobalModel: (r) => {
|
|
1644
1644
|
}
|
|
1645
|
-
}), i = (
|
|
1645
|
+
}), i = (r = []) => {
|
|
1646
1646
|
var d;
|
|
1647
|
-
const
|
|
1648
|
-
for (let c = 0; c <
|
|
1649
|
-
const m =
|
|
1647
|
+
const s = r.length, l = [];
|
|
1648
|
+
for (let c = 0; c < s; c++) {
|
|
1649
|
+
const m = r[c], {
|
|
1650
1650
|
id: g,
|
|
1651
1651
|
conditionLabel: b,
|
|
1652
|
-
conditionKey:
|
|
1653
|
-
conditionValueType:
|
|
1654
|
-
} = m,
|
|
1652
|
+
conditionKey: u,
|
|
1653
|
+
conditionValueType: h
|
|
1654
|
+
} = m, v = {
|
|
1655
1655
|
rule: "NONE",
|
|
1656
1656
|
label: b,
|
|
1657
|
-
fieldName:
|
|
1657
|
+
fieldName: u,
|
|
1658
1658
|
fieldValue: "",
|
|
1659
1659
|
// 在关联控件中取
|
|
1660
|
-
valueType:
|
|
1661
|
-
},
|
|
1662
|
-
if (Ln(
|
|
1663
|
-
const { value: A, format: x } =
|
|
1664
|
-
|
|
1660
|
+
valueType: h
|
|
1661
|
+
}, y = a(g) || {};
|
|
1662
|
+
if (Ln(y.type, "date")) {
|
|
1663
|
+
const { value: A, format: x } = y || {};
|
|
1664
|
+
v.fieldValue = (d = k(A)) == null ? void 0 : d.format(x), v.dateFormat = x;
|
|
1665
1665
|
}
|
|
1666
|
-
l.push(
|
|
1666
|
+
l.push(v);
|
|
1667
1667
|
}
|
|
1668
1668
|
return l;
|
|
1669
1669
|
};
|
|
1670
1670
|
return async () => {
|
|
1671
1671
|
var F;
|
|
1672
|
-
const { graphicConfig:
|
|
1673
|
-
source:
|
|
1672
|
+
const { graphicConfig: r } = e, {
|
|
1673
|
+
source: s,
|
|
1674
1674
|
dataViewId: l,
|
|
1675
1675
|
plugin: d,
|
|
1676
1676
|
layer: c,
|
|
1677
1677
|
chartType: m,
|
|
1678
1678
|
classificationList: g = [],
|
|
1679
1679
|
seriesList: b = [],
|
|
1680
|
-
leftAxisList:
|
|
1681
|
-
rightAxisList:
|
|
1682
|
-
queryColumnList:
|
|
1683
|
-
indicators:
|
|
1680
|
+
leftAxisList: u = [],
|
|
1681
|
+
rightAxisList: h = [],
|
|
1682
|
+
queryColumnList: v = [],
|
|
1683
|
+
indicators: y = [],
|
|
1684
1684
|
controlList: A = [],
|
|
1685
1685
|
dataSourceId: x,
|
|
1686
1686
|
idxLibMode: B,
|
|
1687
1687
|
preview: w = !1
|
|
1688
|
-
} =
|
|
1688
|
+
} = r || {};
|
|
1689
1689
|
let L;
|
|
1690
1690
|
if (Array.isArray(g) && g.length > 0) {
|
|
1691
1691
|
const S = g.length;
|
|
1692
1692
|
for (let _ = 0; _ < S; _++) {
|
|
1693
|
-
const U = g[_] || {}, { label: H = "", name: O = "", show:
|
|
1694
|
-
if (
|
|
1693
|
+
const U = g[_] || {}, { label: H = "", name: O = "", show: $ = !1, sort: z, customGroup: W, conditions: ee } = U;
|
|
1694
|
+
if ($ || S === 1) {
|
|
1695
1695
|
L = {
|
|
1696
1696
|
label: H,
|
|
1697
1697
|
columnName: O,
|
|
1698
|
-
show:
|
|
1698
|
+
show: $,
|
|
1699
1699
|
sort: z,
|
|
1700
1700
|
customGroup: W,
|
|
1701
1701
|
conditions: ee
|
|
@@ -1708,12 +1708,12 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1708
1708
|
if (Array.isArray(b) && b.length > 0) {
|
|
1709
1709
|
const S = b.length;
|
|
1710
1710
|
for (let _ = 0; _ < S; _++) {
|
|
1711
|
-
const U = b[_] || {}, { label: H = "", name: O = "", show:
|
|
1712
|
-
if (
|
|
1711
|
+
const U = b[_] || {}, { label: H = "", name: O = "", show: $ = !1, sort: z, customGroup: W, conditions: ee } = U;
|
|
1712
|
+
if ($ || S === 1) {
|
|
1713
1713
|
C = {
|
|
1714
1714
|
label: H,
|
|
1715
1715
|
columnName: O,
|
|
1716
|
-
show:
|
|
1716
|
+
show: $,
|
|
1717
1717
|
sort: z,
|
|
1718
1718
|
customGroup: W,
|
|
1719
1719
|
conditions: ee
|
|
@@ -1722,28 +1722,28 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1722
1722
|
}
|
|
1723
1723
|
}
|
|
1724
1724
|
}
|
|
1725
|
-
const
|
|
1726
|
-
|
|
1727
|
-
|
|
1725
|
+
const f = [];
|
|
1726
|
+
v == null || v.forEach((S) => {
|
|
1727
|
+
f.push(t(S));
|
|
1728
1728
|
});
|
|
1729
1729
|
const p = [];
|
|
1730
|
-
if (
|
|
1730
|
+
if (u == null || u.forEach((S) => {
|
|
1731
1731
|
S.location = "LEFT", p.push(o(S));
|
|
1732
|
-
}), v == null || v.forEach((S) => {
|
|
1733
|
-
S.location = "RIGHT", p.push(o(S));
|
|
1734
1732
|
}), h == null || h.forEach((S) => {
|
|
1733
|
+
S.location = "RIGHT", p.push(o(S));
|
|
1734
|
+
}), y == null || y.forEach((S) => {
|
|
1735
1735
|
S.location = "LEFT", p.push(o(S));
|
|
1736
|
-
}), c === "1" &&
|
|
1736
|
+
}), c === "1" && f.length === 0)
|
|
1737
1737
|
return;
|
|
1738
1738
|
if (c === "2" && p.length === 0)
|
|
1739
1739
|
return;
|
|
1740
1740
|
let T;
|
|
1741
|
-
(
|
|
1741
|
+
(r == null ? void 0 : r.pageMode) === "design" ? T = r.sqlConditions ?? [] : T = i(A);
|
|
1742
1742
|
try {
|
|
1743
1743
|
return await xe.post(
|
|
1744
1744
|
`${ct}/diagram`,
|
|
1745
1745
|
{
|
|
1746
|
-
source:
|
|
1746
|
+
source: s,
|
|
1747
1747
|
dataViewId: l,
|
|
1748
1748
|
plugin: d,
|
|
1749
1749
|
layer: c,
|
|
@@ -1751,7 +1751,7 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1751
1751
|
classification: L,
|
|
1752
1752
|
series: C,
|
|
1753
1753
|
indicatorList: p,
|
|
1754
|
-
queryColumns:
|
|
1754
|
+
queryColumns: f,
|
|
1755
1755
|
pageFlag: !0,
|
|
1756
1756
|
sqlConditions: T,
|
|
1757
1757
|
// fixedDimSql: '',
|
|
@@ -1779,8 +1779,8 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1779
1779
|
continue;
|
|
1780
1780
|
const i = a.split("=");
|
|
1781
1781
|
if (Array.isArray(i)) {
|
|
1782
|
-
const
|
|
1783
|
-
window.config[
|
|
1782
|
+
const r = i[0], s = i[1];
|
|
1783
|
+
window.config[r] = s;
|
|
1784
1784
|
}
|
|
1785
1785
|
}
|
|
1786
1786
|
}, Ll = Q({
|
|
@@ -1796,37 +1796,37 @@ const xl = (e) => e.replace(/\\n/g, `
|
|
|
1796
1796
|
backgroundColor: e.backgroundColor,
|
|
1797
1797
|
backgroundImage: Re(e.backgroundImage, !0),
|
|
1798
1798
|
backgroundSize: e.backgroundSize
|
|
1799
|
-
})), t = I(0), o = I(0), a = I(0), i = I(0),
|
|
1799
|
+
})), t = I(0), o = I(0), a = I(0), i = I(0), r = I(!1), s = I();
|
|
1800
1800
|
let l;
|
|
1801
|
-
const d = () => new Promise((
|
|
1801
|
+
const d = () => new Promise((h) => {
|
|
1802
1802
|
ft(() => {
|
|
1803
|
-
e.width && e.height ? (t.value = parseFloat(e.width), o.value = parseFloat(e.height)) : (t.value =
|
|
1803
|
+
e.width && e.height ? (t.value = parseFloat(e.width), o.value = parseFloat(e.height)) : (t.value = s.value.clientWidth, o.value = s.value.clientHeight), (!a.value || !i.value) && (a.value = window.screen.width, i.value = window.screen.height), h();
|
|
1804
1804
|
});
|
|
1805
1805
|
}), c = () => {
|
|
1806
|
-
t.value && o.value ? (
|
|
1806
|
+
t.value && o.value ? (s.value.style.width = `${t.value}px`, s.value.style.height = `${o.value}px`) : (s.value.style.width = `${a.value}px`, s.value.style.height = `${i.value}px`);
|
|
1807
1807
|
}, m = () => {
|
|
1808
|
-
const
|
|
1809
|
-
|
|
1810
|
-
}, g =
|
|
1808
|
+
const h = document.body.clientWidth, v = document.body.clientHeight, y = t.value || a.value, A = o.value || i.value, x = h / y, B = v / A;
|
|
1809
|
+
s.value && (s.value.style.transform = `scale(${x}, ${B})`);
|
|
1810
|
+
}, g = Mt(async () => {
|
|
1811
1811
|
await d(), m();
|
|
1812
1812
|
}, 100), b = () => {
|
|
1813
|
-
const
|
|
1814
|
-
l = new
|
|
1813
|
+
const h = window.MutationObserver;
|
|
1814
|
+
l = new h(g), l.observe(s.value, {
|
|
1815
1815
|
attributes: !0,
|
|
1816
1816
|
attributeFilter: ["style"],
|
|
1817
1817
|
attributeOldValue: !0
|
|
1818
1818
|
});
|
|
1819
|
-
},
|
|
1819
|
+
}, u = () => {
|
|
1820
1820
|
l && (l.disconnect(), l.takeRecords(), l = null);
|
|
1821
1821
|
};
|
|
1822
|
-
return
|
|
1823
|
-
|
|
1822
|
+
return Ne(async () => {
|
|
1823
|
+
r.value = !1, await d(), c(), m(), window.addEventListener("resize", g), b(), r.value = !0;
|
|
1824
1824
|
}), ut(() => {
|
|
1825
|
-
window.removeEventListener("resize", g),
|
|
1825
|
+
window.removeEventListener("resize", g), u();
|
|
1826
1826
|
}), {
|
|
1827
1827
|
style: n,
|
|
1828
|
-
container:
|
|
1829
|
-
ready:
|
|
1828
|
+
container: s,
|
|
1829
|
+
ready: r
|
|
1830
1830
|
};
|
|
1831
1831
|
}
|
|
1832
1832
|
});
|
|
@@ -1863,50 +1863,50 @@ const El = /* @__PURE__ */ K(Ll, [["render", Ml], ["__scopeId", "data-v-242d350e
|
|
|
1863
1863
|
};
|
|
1864
1864
|
ne(() => e.theme, () => {
|
|
1865
1865
|
o();
|
|
1866
|
-
}),
|
|
1866
|
+
}), Ne(() => {
|
|
1867
1867
|
o();
|
|
1868
1868
|
});
|
|
1869
|
-
const a = q(() => be(e.contextRequestUrl)), i = q(() => e.pageMode),
|
|
1869
|
+
const a = q(() => be(e.contextRequestUrl)), i = q(() => e.pageMode), r = q(() => e.theme), s = I("");
|
|
1870
1870
|
Fe(ce, {
|
|
1871
1871
|
// 请求地址
|
|
1872
1872
|
contextRequestUrl: a,
|
|
1873
1873
|
// 模式(设计、预览、正常):目前主要配置初始化是否发起请求
|
|
1874
1874
|
pageMode: i,
|
|
1875
1875
|
// 主题
|
|
1876
|
-
theme:
|
|
1877
|
-
touchEventId:
|
|
1876
|
+
theme: r,
|
|
1877
|
+
touchEventId: s
|
|
1878
1878
|
});
|
|
1879
1879
|
const l = /* @__PURE__ */ new Map(), d = (O) => l.get(O);
|
|
1880
1880
|
Fe(de, {
|
|
1881
1881
|
getGlobalModel: d,
|
|
1882
|
-
setGlobalModel: (O,
|
|
1883
|
-
l.set(O,
|
|
1882
|
+
setGlobalModel: (O, $) => {
|
|
1883
|
+
l.set(O, $);
|
|
1884
1884
|
}
|
|
1885
1885
|
});
|
|
1886
1886
|
const m = [], g = () => {
|
|
1887
1887
|
m.pop();
|
|
1888
1888
|
}, b = (O) => {
|
|
1889
1889
|
m.push(O);
|
|
1890
|
-
},
|
|
1890
|
+
}, u = /* @__PURE__ */ new Map(), h = (O) => u.get(O);
|
|
1891
1891
|
Fe(_n, {
|
|
1892
1892
|
popUseModalIds: g,
|
|
1893
1893
|
pushUseModalIds: b,
|
|
1894
|
-
getModalModel:
|
|
1895
|
-
setModalModel: (O,
|
|
1896
|
-
|
|
1894
|
+
getModalModel: h,
|
|
1895
|
+
setModalModel: (O, $) => {
|
|
1896
|
+
u.set(O, $);
|
|
1897
1897
|
}
|
|
1898
1898
|
});
|
|
1899
|
-
const
|
|
1900
|
-
A.add(O),
|
|
1899
|
+
const y = na(), A = /* @__PURE__ */ new Set(), x = (O, $) => {
|
|
1900
|
+
A.add(O), y.on(O, (z) => typeof $[z] == "function" && $[z]()), xt(() => {
|
|
1901
1901
|
B(O);
|
|
1902
1902
|
});
|
|
1903
1903
|
}, B = (O) => {
|
|
1904
|
-
A.delete(O),
|
|
1904
|
+
A.delete(O), y.off(O);
|
|
1905
1905
|
};
|
|
1906
|
-
Fe(
|
|
1906
|
+
Fe(Rt, {
|
|
1907
1907
|
onEvent: x,
|
|
1908
1908
|
offEvent: B,
|
|
1909
|
-
emitEvent: (O,
|
|
1909
|
+
emitEvent: (O, $) => {
|
|
1910
1910
|
if (O === "PAGE") {
|
|
1911
1911
|
const z = m.length;
|
|
1912
1912
|
let W = [];
|
|
@@ -1914,13 +1914,13 @@ const El = /* @__PURE__ */ K(Ll, [["render", Ml], ["__scopeId", "data-v-242d350e
|
|
|
1914
1914
|
W = [...A];
|
|
1915
1915
|
else {
|
|
1916
1916
|
const ee = m[z - 1];
|
|
1917
|
-
W = [...
|
|
1917
|
+
W = [...h(ee)];
|
|
1918
1918
|
}
|
|
1919
1919
|
W.forEach((ee) => {
|
|
1920
|
-
|
|
1920
|
+
y.emit(ee, $);
|
|
1921
1921
|
});
|
|
1922
1922
|
} else
|
|
1923
|
-
|
|
1923
|
+
y.emit(O, $);
|
|
1924
1924
|
}
|
|
1925
1925
|
});
|
|
1926
1926
|
const L = I(0);
|
|
@@ -1929,41 +1929,41 @@ const El = /* @__PURE__ */ K(Ll, [["render", Ml], ["__scopeId", "data-v-242d350e
|
|
|
1929
1929
|
L.value = k(L) + 1;
|
|
1930
1930
|
}
|
|
1931
1931
|
});
|
|
1932
|
-
const
|
|
1933
|
-
}, sortNum:
|
|
1934
|
-
if (
|
|
1935
|
-
const W =
|
|
1932
|
+
const f = /* @__PURE__ */ new Map(), p = /* @__PURE__ */ new Map(), T = ({ requestFn: O = () => {
|
|
1933
|
+
}, sortNum: $ = 0, id: z = "" }) => {
|
|
1934
|
+
if (f.has($)) {
|
|
1935
|
+
const W = f.get($);
|
|
1936
1936
|
W == null || W.push(O);
|
|
1937
1937
|
} else
|
|
1938
|
-
|
|
1938
|
+
f.set($, [O]);
|
|
1939
1939
|
p.set(z, O);
|
|
1940
|
-
}, F = (O) => new Promise((
|
|
1940
|
+
}, F = (O) => new Promise(($, z) => {
|
|
1941
1941
|
const W = O.map((ee) => ee());
|
|
1942
1942
|
Promise.all(W).then((ee) => {
|
|
1943
|
-
|
|
1943
|
+
$(ee);
|
|
1944
1944
|
}).catch((ee) => {
|
|
1945
1945
|
z(ee);
|
|
1946
1946
|
});
|
|
1947
1947
|
}), S = async () => {
|
|
1948
|
-
var
|
|
1948
|
+
var $;
|
|
1949
1949
|
const O = await mn.get(`${ct}/user/anonymous?username=admin`, {
|
|
1950
1950
|
headers: {
|
|
1951
1951
|
systemCode: "F72FC50A3D97372514A6AC33333D28FD",
|
|
1952
1952
|
current_context: "ygt"
|
|
1953
1953
|
}
|
|
1954
1954
|
});
|
|
1955
|
-
config.indicatorToken = (
|
|
1956
|
-
}, _ = (O) => new Promise(async (
|
|
1955
|
+
config.indicatorToken = ($ = O.data.data) == null ? void 0 : $.token;
|
|
1956
|
+
}, _ = (O) => new Promise(async ($, z) => {
|
|
1957
1957
|
if (O) {
|
|
1958
1958
|
if (typeof O == "string") {
|
|
1959
1959
|
const W = p.get(O);
|
|
1960
1960
|
if (typeof W == "function") {
|
|
1961
|
-
const ee = xe.interceptors.response.use((se) => (
|
|
1961
|
+
const ee = xe.interceptors.response.use((se) => ($(se), se), (se) => (z(se), Promise.reject(se)));
|
|
1962
1962
|
W(), xe.interceptors.response.eject(ee);
|
|
1963
1963
|
}
|
|
1964
1964
|
}
|
|
1965
1965
|
} else {
|
|
1966
|
-
const W = Array.from(
|
|
1966
|
+
const W = Array.from(f);
|
|
1967
1967
|
W.sort((se, nt) => nt[0] - se[0]);
|
|
1968
1968
|
const ee = W.length;
|
|
1969
1969
|
try {
|
|
@@ -1975,25 +1975,25 @@ const El = /* @__PURE__ */ K(Ll, [["render", Ml], ["__scopeId", "data-v-242d350e
|
|
|
1975
1975
|
} catch (se) {
|
|
1976
1976
|
console.error(se);
|
|
1977
1977
|
} finally {
|
|
1978
|
-
|
|
1978
|
+
f.clear(), $(null);
|
|
1979
1979
|
}
|
|
1980
1980
|
}
|
|
1981
1981
|
});
|
|
1982
1982
|
Fe(Ce, {
|
|
1983
1983
|
setRequest: T,
|
|
1984
1984
|
touchRequest: _
|
|
1985
|
-
}), Fe(
|
|
1985
|
+
}), Fe(Ze, {
|
|
1986
1986
|
emitRefreshPage: () => {
|
|
1987
|
-
|
|
1987
|
+
y.emit(Ze);
|
|
1988
1988
|
}
|
|
1989
1989
|
});
|
|
1990
1990
|
const H = (O) => {
|
|
1991
|
-
|
|
1992
|
-
|
|
1991
|
+
y.on(Ze, () => O()), Ne(() => {
|
|
1992
|
+
y.off(Ze);
|
|
1993
1993
|
});
|
|
1994
1994
|
};
|
|
1995
|
-
return
|
|
1996
|
-
|
|
1995
|
+
return xt(() => {
|
|
1996
|
+
f == null || f.clear(), p == null || p.clear();
|
|
1997
1997
|
}), n({
|
|
1998
1998
|
touchRequest: _,
|
|
1999
1999
|
getGlobalModel: d,
|
|
@@ -2049,20 +2049,20 @@ const zl = /* @__PURE__ */ K(Fl, [["render", Dl]]), Nl = oe(zl), Fn = {
|
|
|
2049
2049
|
immediate: !0
|
|
2050
2050
|
});
|
|
2051
2051
|
const o = q(() => {
|
|
2052
|
-
var
|
|
2052
|
+
var h;
|
|
2053
2053
|
const g = k(t);
|
|
2054
2054
|
let b = e.text;
|
|
2055
2055
|
b = b == null ? void 0 : b.replace(/\n|\\n/g, "<br/>"), b = b == null ? void 0 : b.replace(/\s(?!\{) | (?!\})\s/g, " ");
|
|
2056
|
-
const
|
|
2057
|
-
if (
|
|
2056
|
+
const u = b.match(/\{(.+?)\}/g);
|
|
2057
|
+
if (u == null || u.length === 0)
|
|
2058
2058
|
return b;
|
|
2059
|
-
for (let
|
|
2060
|
-
const
|
|
2059
|
+
for (let v = 0; v < u.length; v++) {
|
|
2060
|
+
const y = u[v], A = (h = y == null ? void 0 : y.slice(1, y.length - 1)) == null ? void 0 : h.trim();
|
|
2061
2061
|
let x = A;
|
|
2062
2062
|
const B = A.match(/[\u4e00-\u9fa5a-z-_A-Z]+[0-9]*/g);
|
|
2063
2063
|
for (let L = 0; L < B.length; L++) {
|
|
2064
|
-
const C = B[L],
|
|
2065
|
-
|
|
2064
|
+
const C = B[L], f = g[C];
|
|
2065
|
+
f && (x = A.replace(C, f));
|
|
2066
2066
|
}
|
|
2067
2067
|
if (A !== x) {
|
|
2068
2068
|
let L = null;
|
|
@@ -2073,37 +2073,36 @@ const zl = /* @__PURE__ */ K(Fl, [["render", Dl]]), Nl = oe(zl), Fn = {
|
|
|
2073
2073
|
L != null && (x = L);
|
|
2074
2074
|
}
|
|
2075
2075
|
let w = x;
|
|
2076
|
-
if (w != null) {
|
|
2076
|
+
if (w === A && (w = e.variableDefaultValue), w != null) {
|
|
2077
2077
|
const L = e.format;
|
|
2078
|
-
L === "percentage" ? (w = +w, isNaN(w) ? b = b.replace(
|
|
2079
|
-
}
|
|
2080
|
-
b = b.replace(h, e.variableDefaultValue);
|
|
2078
|
+
L === "percentage" ? (w = +w, isNaN(w) ? b = b.replace(y, `<span style="color:${e.variableColor};font-size:${e.variableFontSize}">${0}%</span>`) : w >= 0 ? (w = (w * 100).toFixed(2), b = b.replace(y, `<span style="color:#ED6643;font-size:${e.variableFontSize}"><img style="width: ${e.variableFontSize}" src="${Pl}"/>${w}%</span>`)) : (w = (w * 100).toFixed(2), b = b.replace(y, `<span style="color: #6ACB97;font-size:${e.variableFontSize}"><img style="width: ${e.variableFontSize}" src="${Bl}"/>${Math.abs(+w)}%</span>`))) : L === "percent" ? (w = +w, isNaN(w) || (w = (w * 100).toFixed(2), b = b.replace(y, `<span style="color:${e.variableColor};font-size:${e.variableFontSize}">${w}%</span>`))) : e.format === "money" ? (w = +w, isNaN(w) || (w = Dt(w), b = b.replace(y, `<span style="color:${e.variableColor};font-size:${e.variableFontSize}">${w}</span>`))) : L === "thousands" ? (w = +w, isNaN(w) || (w = Tl(w), b = b.replace(y, `<span style="color:${e.variableColor};font-size:${e.variableFontSize}">${w}</span>`))) : b = b.replace(y, `<span style="color:${e.variableColor};font-size:${e.variableFontSize}">${w}</span>`);
|
|
2079
|
+
}
|
|
2081
2080
|
}
|
|
2082
2081
|
return `<span>${b}</span>`;
|
|
2083
|
-
}), { pageMode: a } =
|
|
2082
|
+
}), { pageMode: a } = N(ce, {
|
|
2084
2083
|
pageMode: "normal"
|
|
2085
|
-
}), i = Ae(e),
|
|
2084
|
+
}), i = Ae(e), r = I(!1), s = async () => {
|
|
2086
2085
|
var g;
|
|
2087
2086
|
if (k(a) !== "design")
|
|
2088
2087
|
try {
|
|
2089
|
-
|
|
2088
|
+
r.value = !0;
|
|
2090
2089
|
const b = await i();
|
|
2091
2090
|
t.value = ((g = b == null ? void 0 : b.data) == null ? void 0 : g.data) || {};
|
|
2092
2091
|
} catch (b) {
|
|
2093
2092
|
console.error(b);
|
|
2094
2093
|
} finally {
|
|
2095
|
-
|
|
2094
|
+
r.value = !1;
|
|
2096
2095
|
}
|
|
2097
2096
|
}, l = () => {
|
|
2098
|
-
e.dataType !== "static" &&
|
|
2097
|
+
e.dataType !== "static" && s();
|
|
2099
2098
|
};
|
|
2100
2099
|
ge(e, {
|
|
2101
2100
|
refreshData: l
|
|
2102
2101
|
});
|
|
2103
|
-
const { setRequest: d } =
|
|
2102
|
+
const { setRequest: d } = N(Ce, {
|
|
2104
2103
|
// @ts-ignore
|
|
2105
2104
|
// eslint-disable-next-line no-void
|
|
2106
|
-
setRequest: ({ id: g, sortNum: b, requestFn:
|
|
2105
|
+
setRequest: ({ id: g, sortNum: b, requestFn: u }) => {
|
|
2107
2106
|
}
|
|
2108
2107
|
});
|
|
2109
2108
|
d({
|
|
@@ -2116,41 +2115,41 @@ const zl = /* @__PURE__ */ K(Fl, [["render", Dl]]), Nl = oe(zl), Fn = {
|
|
|
2116
2115
|
const m = ue(e)("click", () => {
|
|
2117
2116
|
if (!e.linkPage && !e.href)
|
|
2118
2117
|
return;
|
|
2119
|
-
const g = e.linkPage || "", b = In(k(a), g),
|
|
2120
|
-
let
|
|
2121
|
-
|
|
2122
|
-
const
|
|
2123
|
-
|
|
2118
|
+
const g = e.linkPage || "", b = In(k(a), g), u = e.href;
|
|
2119
|
+
let h = u || b;
|
|
2120
|
+
h = be(h);
|
|
2121
|
+
const v = e.target;
|
|
2122
|
+
v == null || v === "" || (v !== "event" ? window.open(h, "_" + v) : window.parent.postMessage({
|
|
2124
2123
|
type: "openPage",
|
|
2125
|
-
url:
|
|
2124
|
+
url: u
|
|
2126
2125
|
}, "*"));
|
|
2127
2126
|
});
|
|
2128
2127
|
return {
|
|
2129
2128
|
style: n,
|
|
2130
2129
|
myText: o,
|
|
2131
|
-
loading:
|
|
2130
|
+
loading: r,
|
|
2132
2131
|
click: m
|
|
2133
2132
|
};
|
|
2134
2133
|
}
|
|
2135
2134
|
});
|
|
2136
2135
|
const Ul = ["innerHTML"];
|
|
2137
2136
|
function ql(e, n, t, o, a, i) {
|
|
2138
|
-
const
|
|
2137
|
+
const r = Z("skeleton");
|
|
2139
2138
|
return e.loading ? (E(), R("div", {
|
|
2140
2139
|
key: 0,
|
|
2141
2140
|
class: "skeleton-wrapper",
|
|
2142
2141
|
style: G(e.style)
|
|
2143
2142
|
}, [
|
|
2144
|
-
j(
|
|
2143
|
+
j(r, { loading: e.loading }, null, 8, ["loading"])
|
|
2145
2144
|
], 4)) : (E(), R("div", {
|
|
2146
2145
|
key: 1,
|
|
2147
2146
|
class: "ecan-text",
|
|
2148
2147
|
style: G(e.style),
|
|
2149
2148
|
innerHTML: e.myText,
|
|
2150
|
-
onClick: n[0] || (n[0] = (...
|
|
2149
|
+
onClick: n[0] || (n[0] = (...s) => e.click && e.click(...s))
|
|
2151
2150
|
}, null, 12, Ul));
|
|
2152
2151
|
}
|
|
2153
|
-
const jl = /* @__PURE__ */ K(Gl, [["render", ql], ["__scopeId", "data-v-
|
|
2152
|
+
const jl = /* @__PURE__ */ K(Gl, [["render", ql], ["__scopeId", "data-v-1d477570"]]), Wl = oe(jl), Vl = Q({
|
|
2154
2153
|
name: "EcanScrollText",
|
|
2155
2154
|
setup() {
|
|
2156
2155
|
return {
|
|
@@ -2192,7 +2191,7 @@ const Jl = /* @__PURE__ */ K(Vl, [["render", Zl], ["__scopeId", "data-v-4dd9c03e
|
|
|
2192
2191
|
t.value = Me().add(1, "s").format(e.format);
|
|
2193
2192
|
}, 1e3);
|
|
2194
2193
|
};
|
|
2195
|
-
return
|
|
2194
|
+
return Ne(() => {
|
|
2196
2195
|
i();
|
|
2197
2196
|
}), ut(() => {
|
|
2198
2197
|
a();
|
|
@@ -2252,31 +2251,31 @@ const Xl = /* @__PURE__ */ K(Ql, [["render", Kl], ["__scopeId", "data-v-07d3cde3
|
|
|
2252
2251
|
textAlign: "center"
|
|
2253
2252
|
} : {
|
|
2254
2253
|
textAlign: "left"
|
|
2255
|
-
}), a = (
|
|
2256
|
-
money:
|
|
2254
|
+
}), a = (u, h) => h == null || h === "" ? u : {
|
|
2255
|
+
money: Dt,
|
|
2257
2256
|
percentage: dt,
|
|
2258
2257
|
contrast: dt
|
|
2259
|
-
}[
|
|
2260
|
-
const
|
|
2261
|
-
if (
|
|
2258
|
+
}[h](u) || "", i = (u, h) => {
|
|
2259
|
+
const v = parseFloat(u + "");
|
|
2260
|
+
if (h !== "contrast")
|
|
2262
2261
|
return "";
|
|
2263
2262
|
switch (!0) {
|
|
2264
|
-
case
|
|
2263
|
+
case v >= 0:
|
|
2265
2264
|
return "goUp";
|
|
2266
|
-
case
|
|
2265
|
+
case v < 0:
|
|
2267
2266
|
return "goDown";
|
|
2268
2267
|
}
|
|
2269
|
-
},
|
|
2268
|
+
}, r = Ae(e), { pageMode: s } = N(ce, {
|
|
2270
2269
|
pageMode: "normal"
|
|
2271
2270
|
}), l = I(!1), d = async () => {
|
|
2272
|
-
var
|
|
2273
|
-
if (!(e.dataType !== "request" || k(
|
|
2271
|
+
var u;
|
|
2272
|
+
if (!(e.dataType !== "request" || k(s) === "design"))
|
|
2274
2273
|
try {
|
|
2275
2274
|
l.value = !0;
|
|
2276
|
-
const
|
|
2277
|
-
n.value = ((
|
|
2278
|
-
} catch (
|
|
2279
|
-
console.error(
|
|
2275
|
+
const h = await r();
|
|
2276
|
+
n.value = ((u = h == null ? void 0 : h.data) == null ? void 0 : u.data.rows) || [];
|
|
2277
|
+
} catch (h) {
|
|
2278
|
+
console.error(h);
|
|
2280
2279
|
} finally {
|
|
2281
2280
|
l.value = !1;
|
|
2282
2281
|
}
|
|
@@ -2287,10 +2286,10 @@ const Xl = /* @__PURE__ */ K(Ql, [["render", Kl], ["__scopeId", "data-v-07d3cde3
|
|
|
2287
2286
|
ge(e, {
|
|
2288
2287
|
refreshData: c
|
|
2289
2288
|
});
|
|
2290
|
-
const { setRequest: b } =
|
|
2289
|
+
const { setRequest: b } = N(Ce, {
|
|
2291
2290
|
// @ts-ignore
|
|
2292
2291
|
// eslint-disable-next-line no-void
|
|
2293
|
-
setRequest: ({ id:
|
|
2292
|
+
setRequest: ({ id: u, sortNum: h, requestFn: v }) => {
|
|
2294
2293
|
}
|
|
2295
2294
|
});
|
|
2296
2295
|
return b({
|
|
@@ -2325,23 +2324,23 @@ const oi = (e) => (sn("data-v-baf2ff0c"), e = e(), cn(), e), ai = {
|
|
|
2325
2324
|
class: "empty"
|
|
2326
2325
|
};
|
|
2327
2326
|
function ui(e, n, t, o, a, i) {
|
|
2328
|
-
const
|
|
2327
|
+
const r = Z("skeleton");
|
|
2329
2328
|
return E(), R("div", {
|
|
2330
2329
|
class: "ecan-list",
|
|
2331
2330
|
style: G(e.style)
|
|
2332
2331
|
}, [
|
|
2333
|
-
j(
|
|
2332
|
+
j(r, { loading: e.loading }, {
|
|
2334
2333
|
default: Y(() => [
|
|
2335
2334
|
e.useTitle ? (E(), R("div", ai, [
|
|
2336
|
-
(E(!0), R(Le, null, Ie(e.columnCount, (
|
|
2335
|
+
(E(!0), R(Le, null, Ie(e.columnCount, (s) => (E(), R("div", {
|
|
2337
2336
|
class: "title-inner",
|
|
2338
2337
|
style: G({
|
|
2339
2338
|
backgroundColor: e.backgroundColor,
|
|
2340
2339
|
height: e.itemHeight,
|
|
2341
2340
|
width: `calc(100% / ${e.columnCount} - ${e.itemColSpan} * ${e.columnCount - 1}/ ${e.columnCount})`,
|
|
2342
|
-
marginRight:
|
|
2341
|
+
marginRight: s % e.columnCount !== 0 ? e.itemColSpan : ""
|
|
2343
2342
|
}),
|
|
2344
|
-
key:
|
|
2343
|
+
key: s
|
|
2345
2344
|
}, [
|
|
2346
2345
|
e.useRanking ? (E(), R("div", li)) : pe("", !0),
|
|
2347
2346
|
(E(!0), R(Le, null, Ie(e.columns, (l, d) => (E(), R("div", {
|
|
@@ -2362,7 +2361,7 @@ function ui(e, n, t, o, a, i) {
|
|
|
2362
2361
|
marginBottom: e.itemRowSpan
|
|
2363
2362
|
})
|
|
2364
2363
|
}, null, 4)) : pe("", !0),
|
|
2365
|
-
(E(!0), R(Le, null, Ie(e.dataSource.slice(0, e.sliceCount), (
|
|
2364
|
+
(E(!0), R(Le, null, Ie(e.dataSource.slice(0, e.sliceCount), (s, l) => (E(), R("div", {
|
|
2366
2365
|
class: "item",
|
|
2367
2366
|
style: G({
|
|
2368
2367
|
backgroundColor: e.backgroundColor,
|
|
@@ -2371,7 +2370,7 @@ function ui(e, n, t, o, a, i) {
|
|
|
2371
2370
|
marginRight: (l + 1) % e.columnCount !== 0 ? e.itemColSpan : "",
|
|
2372
2371
|
marginBottom: e.itemRowSpan
|
|
2373
2372
|
}),
|
|
2374
|
-
key:
|
|
2373
|
+
key: s.id || l,
|
|
2375
2374
|
onClick: n[0] || (n[0] = (...d) => e.click && e.click(...d))
|
|
2376
2375
|
}, [
|
|
2377
2376
|
e.useRanking ? (E(), R("div", ri, [
|
|
@@ -2379,15 +2378,15 @@ function ui(e, n, t, o, a, i) {
|
|
|
2379
2378
|
X("div", ci, " Top " + he(l + 1), 1)
|
|
2380
2379
|
])) : pe("", !0),
|
|
2381
2380
|
(E(!0), R(Le, null, Ie(e.columns, (d) => (E(), R("div", {
|
|
2382
|
-
class:
|
|
2381
|
+
class: Tt(["column", e.contrastClass(s[d.key], d.format)]),
|
|
2383
2382
|
key: d.key,
|
|
2384
2383
|
style: G({
|
|
2385
2384
|
fontSize: d.fontSize,
|
|
2386
|
-
color: e.contrastClass(
|
|
2385
|
+
color: e.contrastClass(s[d.key], d.format) === "" ? d.color : "",
|
|
2387
2386
|
fontWeight: d.fontWeight,
|
|
2388
2387
|
...e.columnStyle
|
|
2389
2388
|
})
|
|
2390
|
-
}, he((d.format != null || d.format !== "") && e.formatFn(
|
|
2389
|
+
}, he((d.format != null || d.format !== "") && e.formatFn(s[d.key], d.format)), 7))), 128))
|
|
2391
2390
|
], 4))), 128))
|
|
2392
2391
|
])) : (E(), R("div", di, " 暂无数据 "))
|
|
2393
2392
|
]),
|
|
@@ -2428,11 +2427,11 @@ const fi = /* @__PURE__ */ K(ni, [["render", ui], ["__scopeId", "data-v-baf2ff0c
|
|
|
2428
2427
|
...Bn
|
|
2429
2428
|
},
|
|
2430
2429
|
setup(e) {
|
|
2431
|
-
const { pageMode: n } =
|
|
2430
|
+
const { pageMode: n } = N(ce, {
|
|
2432
2431
|
pageMode: "normal"
|
|
2433
2432
|
}), t = ie(e), o = q(() => {
|
|
2434
|
-
const
|
|
2435
|
-
return parseFloat(
|
|
2433
|
+
const u = e.width;
|
|
2434
|
+
return parseFloat(u);
|
|
2436
2435
|
}), a = I({});
|
|
2437
2436
|
ne(() => e.data, () => {
|
|
2438
2437
|
(e.dataType === "static" || k(n) === "design") && (a.value = e.data);
|
|
@@ -2441,52 +2440,52 @@ const fi = /* @__PURE__ */ K(ni, [["render", ui], ["__scopeId", "data-v-baf2ff0c
|
|
|
2441
2440
|
deep: !0
|
|
2442
2441
|
});
|
|
2443
2442
|
const i = q(() => {
|
|
2444
|
-
const
|
|
2445
|
-
if (
|
|
2446
|
-
return isNaN(
|
|
2447
|
-
const
|
|
2448
|
-
let
|
|
2449
|
-
const A = new Set(Object.keys(
|
|
2450
|
-
for (let x = 0; x <
|
|
2451
|
-
const B =
|
|
2443
|
+
const u = k(a), h = +e.variableDefaultValue;
|
|
2444
|
+
if (u == null)
|
|
2445
|
+
return isNaN(h) ? 0 : h;
|
|
2446
|
+
const v = e.text.match(/\{.+\}/g) || [];
|
|
2447
|
+
let y;
|
|
2448
|
+
const A = new Set(Object.keys(u));
|
|
2449
|
+
for (let x = 0; x < v.length; x++) {
|
|
2450
|
+
const B = v[x], w = B.slice(1, B.length - 1);
|
|
2452
2451
|
if (A.has(w)) {
|
|
2453
|
-
|
|
2452
|
+
y = u[w];
|
|
2454
2453
|
break;
|
|
2455
2454
|
}
|
|
2456
2455
|
}
|
|
2457
|
-
return typeof
|
|
2458
|
-
}),
|
|
2456
|
+
return typeof y == "number" ? y = y * 100 : typeof y == "string" && !isNaN(+y) ? y = +y * 100 : isNaN(h) ? y = 0 : y = h * 100, e.decimalFormat && (y = +y.toFixed(2)), y;
|
|
2457
|
+
}), r = q(() => {
|
|
2459
2458
|
var A;
|
|
2460
|
-
let
|
|
2461
|
-
if (
|
|
2459
|
+
let u = e.text;
|
|
2460
|
+
if (u === "")
|
|
2462
2461
|
return k(i);
|
|
2463
|
-
const
|
|
2464
|
-
for (let x = 0; x <
|
|
2465
|
-
const B =
|
|
2462
|
+
const h = e.variableDefaultValue, v = k(a), y = u.match(/\{.+\}/g) || [];
|
|
2463
|
+
for (let x = 0; x < y.length; x++) {
|
|
2464
|
+
const B = y[x];
|
|
2466
2465
|
let w = B.slice(1, B.length - 1);
|
|
2467
2466
|
const L = w.match(/.*/g);
|
|
2468
|
-
for (let
|
|
2467
|
+
for (let f = 0; f < (L == null ? void 0 : L.length); f++) {
|
|
2469
2468
|
const p = (A = L[x]) == null ? void 0 : A.trim();
|
|
2470
|
-
|
|
2469
|
+
v[p] != null ? w = w.replace(p, v[p]) : w = w.replace(p, h);
|
|
2471
2470
|
}
|
|
2472
2471
|
let C = w;
|
|
2473
2472
|
try {
|
|
2474
2473
|
/\w+[+\-*/%]+\w+/g.test(w) && (C = (0, eval)(w));
|
|
2475
|
-
} catch (
|
|
2476
|
-
console.error(
|
|
2474
|
+
} catch (f) {
|
|
2475
|
+
console.error(f);
|
|
2477
2476
|
}
|
|
2478
|
-
(typeof C == "number" || !isNaN(+C)) && (C = +C * 100, e.decimalFormat && (C = C.toFixed(2))),
|
|
2477
|
+
(typeof C == "number" || !isNaN(+C)) && (C = +C * 100, e.decimalFormat && (C = C.toFixed(2))), u = u.replace(B, C + "");
|
|
2479
2478
|
}
|
|
2480
|
-
return
|
|
2481
|
-
}),
|
|
2482
|
-
var
|
|
2479
|
+
return u;
|
|
2480
|
+
}), s = Ae(e), l = I(!1), d = async () => {
|
|
2481
|
+
var u;
|
|
2483
2482
|
if (!(e.dataType !== "request" || k(n) === "design"))
|
|
2484
2483
|
try {
|
|
2485
2484
|
l.value = !0;
|
|
2486
|
-
const
|
|
2487
|
-
a.value = ((
|
|
2488
|
-
} catch (
|
|
2489
|
-
console.error(
|
|
2485
|
+
const h = await s();
|
|
2486
|
+
a.value = ((u = h == null ? void 0 : h.data) == null ? void 0 : u.data) || {};
|
|
2487
|
+
} catch (h) {
|
|
2488
|
+
console.error(h);
|
|
2490
2489
|
} finally {
|
|
2491
2490
|
l.value = !1;
|
|
2492
2491
|
}
|
|
@@ -2497,10 +2496,10 @@ const fi = /* @__PURE__ */ K(ni, [["render", ui], ["__scopeId", "data-v-baf2ff0c
|
|
|
2497
2496
|
}
|
|
2498
2497
|
});
|
|
2499
2498
|
const g = ue(e)("click", () => {
|
|
2500
|
-
}), { setRequest: b } =
|
|
2499
|
+
}), { setRequest: b } = N(Ce, {
|
|
2501
2500
|
// @ts-ignore
|
|
2502
2501
|
// eslint-disable-next-line no-void
|
|
2503
|
-
setRequest: ({ id:
|
|
2502
|
+
setRequest: ({ id: u, sortNum: h, requestFn: v }) => {
|
|
2504
2503
|
}
|
|
2505
2504
|
});
|
|
2506
2505
|
return b({
|
|
@@ -2510,7 +2509,7 @@ const fi = /* @__PURE__ */ K(ni, [["render", ui], ["__scopeId", "data-v-baf2ff0c
|
|
|
2510
2509
|
}), {
|
|
2511
2510
|
style: t,
|
|
2512
2511
|
myWidth: o,
|
|
2513
|
-
text:
|
|
2512
|
+
text: r,
|
|
2514
2513
|
myValue: i,
|
|
2515
2514
|
loading: l,
|
|
2516
2515
|
click: g
|
|
@@ -2518,12 +2517,12 @@ const fi = /* @__PURE__ */ K(ni, [["render", ui], ["__scopeId", "data-v-baf2ff0c
|
|
|
2518
2517
|
}
|
|
2519
2518
|
});
|
|
2520
2519
|
function yi(e, n, t, o, a, i) {
|
|
2521
|
-
const
|
|
2520
|
+
const r = Z("skeleton"), s = Z("a-progress");
|
|
2522
2521
|
return E(), R("div", {
|
|
2523
2522
|
class: "ecan-proportion",
|
|
2524
2523
|
style: G(e.style)
|
|
2525
2524
|
}, [
|
|
2526
|
-
j(
|
|
2525
|
+
j(s, {
|
|
2527
2526
|
class: "progress",
|
|
2528
2527
|
percent: e.myValue,
|
|
2529
2528
|
width: e.myWidth,
|
|
@@ -2536,7 +2535,7 @@ function yi(e, n, t, o, a, i) {
|
|
|
2536
2535
|
onClick: e.click
|
|
2537
2536
|
}, {
|
|
2538
2537
|
format: Y(() => [
|
|
2539
|
-
e.loading ? (E(), Oe(
|
|
2538
|
+
e.loading ? (E(), Oe(r, {
|
|
2540
2539
|
key: 0,
|
|
2541
2540
|
loading: e.loading
|
|
2542
2541
|
}, null, 8, ["loading"])) : (E(), R("div", {
|
|
@@ -2582,7 +2581,7 @@ const bi = /* @__PURE__ */ K(hi, [["render", yi], ["__scopeId", "data-v-304d430d
|
|
|
2582
2581
|
}, {
|
|
2583
2582
|
immediate: !0
|
|
2584
2583
|
});
|
|
2585
|
-
const o = e.id, { getGlobalModel: a, setGlobalModel: i } =
|
|
2584
|
+
const o = e.id, { getGlobalModel: a, setGlobalModel: i } = N(de, {
|
|
2586
2585
|
// @ts-ignore
|
|
2587
2586
|
// eslint-disable-next-line no-void
|
|
2588
2587
|
getGlobalModel: (c) => {
|
|
@@ -2596,12 +2595,12 @@ const bi = /* @__PURE__ */ K(hi, [["render", yi], ["__scopeId", "data-v-304d430d
|
|
|
2596
2595
|
type: e.type,
|
|
2597
2596
|
value: t
|
|
2598
2597
|
});
|
|
2599
|
-
const
|
|
2598
|
+
const r = () => {
|
|
2600
2599
|
const c = a(o);
|
|
2601
2600
|
i(o, { ...c, RECORD: t });
|
|
2602
|
-
},
|
|
2603
|
-
|
|
2604
|
-
}), 300), d =
|
|
2601
|
+
}, s = ue(e), l = Mt(s("inputChange", () => {
|
|
2602
|
+
r();
|
|
2603
|
+
}), 300), d = s("inputBlur", () => {
|
|
2605
2604
|
});
|
|
2606
2605
|
return {
|
|
2607
2606
|
style: n,
|
|
@@ -2612,15 +2611,15 @@ const bi = /* @__PURE__ */ K(hi, [["render", yi], ["__scopeId", "data-v-304d430d
|
|
|
2612
2611
|
}
|
|
2613
2612
|
});
|
|
2614
2613
|
function Si(e, n, t, o, a, i) {
|
|
2615
|
-
const
|
|
2614
|
+
const r = Z("a-input");
|
|
2616
2615
|
return E(), R("div", {
|
|
2617
2616
|
class: "ecan-input",
|
|
2618
2617
|
style: G(e.style)
|
|
2619
2618
|
}, [
|
|
2620
|
-
j(
|
|
2619
|
+
j(r, {
|
|
2621
2620
|
class: "input",
|
|
2622
2621
|
value: e.myValue,
|
|
2623
|
-
"onUpdate:value": n[0] || (n[0] = (
|
|
2622
|
+
"onUpdate:value": n[0] || (n[0] = (s) => e.myValue = s),
|
|
2624
2623
|
placeholder: e.placeholder,
|
|
2625
2624
|
onChange: e.inputChange,
|
|
2626
2625
|
onBlur: e.inputBlur
|
|
@@ -2654,9 +2653,9 @@ const wi = /* @__PURE__ */ K(Ci, [["render", Si]]), ki = oe(wi), qn = {
|
|
|
2654
2653
|
},
|
|
2655
2654
|
setup(e) {
|
|
2656
2655
|
const n = ie(e), t = () => document.getElementById("ProviderConfig") || document.body, o = I(null);
|
|
2657
|
-
ne(() => [e.value, e.useCurrentTime, e.operate], ([
|
|
2656
|
+
ne(() => [e.value, e.useCurrentTime, e.operate], ([s, l, d]) => {
|
|
2658
2657
|
let c = null;
|
|
2659
|
-
if (
|
|
2658
|
+
if (s ? c = Me(s) : l && (c = Me()), d && c) {
|
|
2660
2659
|
const { type: m, value: g, mode: b } = d;
|
|
2661
2660
|
switch (m) {
|
|
2662
2661
|
case "add":
|
|
@@ -2671,10 +2670,10 @@ const wi = /* @__PURE__ */ K(Ci, [["render", Si]]), ki = oe(wi), qn = {
|
|
|
2671
2670
|
deep: !0,
|
|
2672
2671
|
immediate: !0
|
|
2673
2672
|
});
|
|
2674
|
-
const { setGlobalModel: a } =
|
|
2673
|
+
const { setGlobalModel: a } = N(de, {
|
|
2675
2674
|
// @ts-ignore
|
|
2676
2675
|
// eslint-disable-next-line no-void
|
|
2677
|
-
setGlobalModel: (
|
|
2676
|
+
setGlobalModel: (s, l) => {
|
|
2678
2677
|
}
|
|
2679
2678
|
});
|
|
2680
2679
|
a(e.id, {
|
|
@@ -2682,30 +2681,30 @@ const wi = /* @__PURE__ */ K(Ci, [["render", Si]]), ki = oe(wi), qn = {
|
|
|
2682
2681
|
format: e.format,
|
|
2683
2682
|
value: o
|
|
2684
2683
|
});
|
|
2685
|
-
const
|
|
2684
|
+
const r = ue(e)("dateChange", () => {
|
|
2686
2685
|
});
|
|
2687
2686
|
return ge(e, {
|
|
2688
|
-
dateChange:
|
|
2687
|
+
dateChange: r
|
|
2689
2688
|
}), {
|
|
2690
2689
|
style: n,
|
|
2691
2690
|
getPopupContainer: t,
|
|
2692
2691
|
myValue: o,
|
|
2693
2692
|
locale: gn,
|
|
2694
|
-
dateChange:
|
|
2693
|
+
dateChange: r
|
|
2695
2694
|
};
|
|
2696
2695
|
}
|
|
2697
2696
|
});
|
|
2698
2697
|
function Ti(e, n, t, o, a, i) {
|
|
2699
|
-
const
|
|
2698
|
+
const r = Z("a-date-picker");
|
|
2700
2699
|
return E(), R("div", {
|
|
2701
2700
|
class: "ecan-date-picker",
|
|
2702
2701
|
style: G(e.style)
|
|
2703
2702
|
}, [
|
|
2704
|
-
j(
|
|
2703
|
+
j(r, {
|
|
2705
2704
|
class: "date-picker",
|
|
2706
2705
|
dropdownClassName: "ecan-date-picker-dropdown",
|
|
2707
2706
|
value: e.myValue,
|
|
2708
|
-
"onUpdate:value": n[0] || (n[0] = (
|
|
2707
|
+
"onUpdate:value": n[0] || (n[0] = (s) => e.myValue = s),
|
|
2709
2708
|
format: e.format,
|
|
2710
2709
|
picker: e.picker,
|
|
2711
2710
|
showTime: e.showTime,
|
|
@@ -2740,64 +2739,64 @@ const _i = /* @__PURE__ */ K(xi, [["render", Ti]]), Li = oe(_i), Wn = {
|
|
|
2740
2739
|
...Vn
|
|
2741
2740
|
},
|
|
2742
2741
|
setup(e) {
|
|
2743
|
-
const n = ie(e), t = () => document.getElementById("ProviderConfig") || document.body, o = Ae(e), { pageMode: a } =
|
|
2742
|
+
const n = ie(e), t = () => document.getElementById("ProviderConfig") || document.body, o = Ae(e), { pageMode: a } = N(ce, {
|
|
2744
2743
|
pageMode: "normal"
|
|
2745
|
-
}), i = I(e.data),
|
|
2746
|
-
const A =
|
|
2744
|
+
}), i = I(e.data), r = I(e.value || e.data[0]), s = e.dataFieldNames, l = (v, y) => {
|
|
2745
|
+
const A = s.label, x = s.value;
|
|
2747
2746
|
let B;
|
|
2748
|
-
const w =
|
|
2749
|
-
return w != null ? B = w : L != null && (B = L), (B == null ? void 0 : B.toLowerCase().indexOf(
|
|
2747
|
+
const w = y[A], L = y[x];
|
|
2748
|
+
return w != null ? B = w : L != null && (B = L), (B == null ? void 0 : B.toLowerCase().indexOf(v == null ? void 0 : v.toLowerCase())) >= 0;
|
|
2750
2749
|
}, d = I(!1), c = async () => {
|
|
2751
|
-
var
|
|
2750
|
+
var v, y;
|
|
2752
2751
|
if (!(e.dataType !== "request" || k(a) === "design")) {
|
|
2753
2752
|
d.value = !0;
|
|
2754
2753
|
try {
|
|
2755
2754
|
const A = await o();
|
|
2756
|
-
i.value = ((
|
|
2755
|
+
i.value = ((y = (v = A == null ? void 0 : A.data) == null ? void 0 : v.data) == null ? void 0 : y.rows) || [];
|
|
2757
2756
|
const x = k(i)[0];
|
|
2758
|
-
e.value === "" && x != null && (
|
|
2757
|
+
e.value === "" && x != null && (r.value = x[s.value]);
|
|
2759
2758
|
} catch (A) {
|
|
2760
2759
|
console.error(A);
|
|
2761
2760
|
} finally {
|
|
2762
2761
|
d.value = !1;
|
|
2763
2762
|
}
|
|
2764
2763
|
}
|
|
2765
|
-
}, { getGlobalModel: m, setGlobalModel: g } =
|
|
2764
|
+
}, { getGlobalModel: m, setGlobalModel: g } = N(de, {
|
|
2766
2765
|
// @ts-ignore
|
|
2767
2766
|
// eslint-disable-next-line no-void
|
|
2768
|
-
getGlobalModel: (
|
|
2767
|
+
getGlobalModel: (v) => {
|
|
2769
2768
|
},
|
|
2770
2769
|
// @ts-ignore
|
|
2771
2770
|
// eslint-disable-next-line no-void
|
|
2772
|
-
setGlobalModel: (
|
|
2771
|
+
setGlobalModel: (v, y) => {
|
|
2773
2772
|
}
|
|
2774
2773
|
});
|
|
2775
2774
|
g(e.id, {
|
|
2776
2775
|
type: e.type,
|
|
2777
|
-
value:
|
|
2776
|
+
value: r
|
|
2778
2777
|
});
|
|
2779
|
-
const
|
|
2780
|
-
const
|
|
2781
|
-
g(
|
|
2778
|
+
const u = ue(e)("selectChange", () => {
|
|
2779
|
+
const v = e.id, y = m(v);
|
|
2780
|
+
g(v, { ...y, RECORD: r });
|
|
2782
2781
|
});
|
|
2783
2782
|
ge(e, {
|
|
2784
|
-
selectChange:
|
|
2783
|
+
selectChange: u
|
|
2785
2784
|
});
|
|
2786
|
-
const { setRequest:
|
|
2785
|
+
const { setRequest: h } = N(Ce, {
|
|
2787
2786
|
// @ts-ignore
|
|
2788
2787
|
// eslint-disable-next-line no-void
|
|
2789
|
-
setRequest: ({ id:
|
|
2788
|
+
setRequest: ({ id: v, sortNum: y, requestFn: A }) => {
|
|
2790
2789
|
}
|
|
2791
2790
|
});
|
|
2792
|
-
return
|
|
2791
|
+
return h({
|
|
2793
2792
|
id: e.id,
|
|
2794
2793
|
requestFn: c,
|
|
2795
2794
|
sortNum: e.requestSort
|
|
2796
2795
|
}), {
|
|
2797
2796
|
style: n,
|
|
2798
2797
|
getPopupContainer: t,
|
|
2799
|
-
myValue:
|
|
2800
|
-
selectChange:
|
|
2798
|
+
myValue: r,
|
|
2799
|
+
selectChange: u,
|
|
2801
2800
|
options: i,
|
|
2802
2801
|
filterOption: l,
|
|
2803
2802
|
loading: d
|
|
@@ -2805,15 +2804,15 @@ const _i = /* @__PURE__ */ K(xi, [["render", Ti]]), Li = oe(_i), Wn = {
|
|
|
2805
2804
|
}
|
|
2806
2805
|
});
|
|
2807
2806
|
function Ei(e, n, t, o, a, i) {
|
|
2808
|
-
const
|
|
2807
|
+
const r = Z("a-select");
|
|
2809
2808
|
return E(), R("div", {
|
|
2810
2809
|
class: "ecan-select",
|
|
2811
2810
|
style: G(e.style)
|
|
2812
2811
|
}, [
|
|
2813
|
-
j(
|
|
2812
|
+
j(r, {
|
|
2814
2813
|
class: "select",
|
|
2815
2814
|
value: e.myValue,
|
|
2816
|
-
"onUpdate:value": n[0] || (n[0] = (
|
|
2815
|
+
"onUpdate:value": n[0] || (n[0] = (s) => e.myValue = s),
|
|
2817
2816
|
options: e.options,
|
|
2818
2817
|
mode: e.mode,
|
|
2819
2818
|
getPopupContainer: e.getPopupContainer,
|
|
@@ -2851,33 +2850,33 @@ const Oi = /* @__PURE__ */ K(Mi, [["render", Ei], ["__scopeId", "data-v-dd2bcf63
|
|
|
2851
2850
|
},
|
|
2852
2851
|
setup(e) {
|
|
2853
2852
|
const n = ie(e), t = () => document.getElementById("ProviderConfig") || document.body, o = I([null, null]);
|
|
2854
|
-
ne(() => [e.startTime, e.endTime, e.useCurrentTime, e.interval, e.intervalUnit, e.operate], ([d, c, m, g, b,
|
|
2855
|
-
let
|
|
2856
|
-
if (m && (
|
|
2857
|
-
const { type:
|
|
2858
|
-
switch (
|
|
2853
|
+
ne(() => [e.startTime, e.endTime, e.useCurrentTime, e.interval, e.intervalUnit, e.operate], ([d, c, m, g, b, u]) => {
|
|
2854
|
+
let h = null, v = null;
|
|
2855
|
+
if (m && (h = Me().subtract(g, b), v = Me()), d && (h = Me(d)), c && (v = Me(c)), u) {
|
|
2856
|
+
const { type: y, value: A, mode: x } = u;
|
|
2857
|
+
switch (y) {
|
|
2859
2858
|
case "add":
|
|
2860
|
-
|
|
2859
|
+
h = h && h.add(A, x), v = v && v.add(A, x);
|
|
2861
2860
|
break;
|
|
2862
2861
|
case "minus":
|
|
2863
|
-
|
|
2862
|
+
h = h && h.subtract(A, x), v = v && v.subtract(A, x);
|
|
2864
2863
|
}
|
|
2865
2864
|
}
|
|
2866
|
-
o.value = [
|
|
2865
|
+
o.value = [h, v];
|
|
2867
2866
|
}, {
|
|
2868
2867
|
immediate: !0
|
|
2869
2868
|
});
|
|
2870
|
-
const { setGlobalModel: a } =
|
|
2869
|
+
const { setGlobalModel: a } = N(de, {
|
|
2871
2870
|
// @ts-ignore
|
|
2872
2871
|
// eslint-disable-next-line no-void
|
|
2873
2872
|
setGlobalModel: (d, c) => {
|
|
2874
2873
|
}
|
|
2875
|
-
}), i = q(() => k(o)[0]),
|
|
2874
|
+
}), i = q(() => k(o)[0]), r = q(() => k(o)[1]);
|
|
2876
2875
|
a(e.id, {
|
|
2877
2876
|
type: e.type,
|
|
2878
2877
|
format: e.format,
|
|
2879
2878
|
startTime: i,
|
|
2880
|
-
endTime:
|
|
2879
|
+
endTime: r
|
|
2881
2880
|
});
|
|
2882
2881
|
const l = ue(e)("dateChange", () => {
|
|
2883
2882
|
});
|
|
@@ -2893,16 +2892,16 @@ const Oi = /* @__PURE__ */ K(Mi, [["render", Ei], ["__scopeId", "data-v-dd2bcf63
|
|
|
2893
2892
|
}
|
|
2894
2893
|
});
|
|
2895
2894
|
function zi(e, n, t, o, a, i) {
|
|
2896
|
-
const
|
|
2895
|
+
const r = Z("a-range-picker");
|
|
2897
2896
|
return E(), R("div", {
|
|
2898
2897
|
class: "ecan-range-picker",
|
|
2899
2898
|
style: G(e.style)
|
|
2900
2899
|
}, [
|
|
2901
|
-
j(
|
|
2900
|
+
j(r, {
|
|
2902
2901
|
class: "range-picker",
|
|
2903
2902
|
dropdownClassName: "ecan-range-picker-dropdown",
|
|
2904
2903
|
value: e.myValue,
|
|
2905
|
-
"onUpdate:value": n[0] || (n[0] = (
|
|
2904
|
+
"onUpdate:value": n[0] || (n[0] = (s) => e.myValue = s),
|
|
2906
2905
|
format: e.format,
|
|
2907
2906
|
picker: e.picker,
|
|
2908
2907
|
locale: e.locale,
|
|
@@ -2935,35 +2934,35 @@ const Ni = /* @__PURE__ */ K(Di, [["render", zi], ["__scopeId", "data-v-adf450ac
|
|
|
2935
2934
|
},
|
|
2936
2935
|
setup(e) {
|
|
2937
2936
|
const n = ie(e), o = ue(e)("click", () => {
|
|
2938
|
-
const
|
|
2939
|
-
|
|
2937
|
+
const s = k(i);
|
|
2938
|
+
s && e.target === "event" && window.parent.postMessage({
|
|
2940
2939
|
type: "openPage",
|
|
2941
|
-
url:
|
|
2940
|
+
url: s
|
|
2942
2941
|
}, "*");
|
|
2943
|
-
}), a = q(() => be(e.text)), i = q(() => be(e.href) || null),
|
|
2944
|
-
const
|
|
2945
|
-
if (!(
|
|
2942
|
+
}), a = q(() => be(e.text)), i = q(() => be(e.href) || null), r = q(() => {
|
|
2943
|
+
const s = e.target;
|
|
2944
|
+
if (!(s === "event" || k(i) == null))
|
|
2946
2945
|
return {
|
|
2947
2946
|
self: "_self",
|
|
2948
2947
|
blank: "_blank"
|
|
2949
|
-
}[
|
|
2948
|
+
}[s];
|
|
2950
2949
|
});
|
|
2951
2950
|
return {
|
|
2952
2951
|
style: n,
|
|
2953
2952
|
click: o,
|
|
2954
2953
|
myText: a,
|
|
2955
2954
|
myHref: i,
|
|
2956
|
-
myTarget:
|
|
2955
|
+
myTarget: r
|
|
2957
2956
|
};
|
|
2958
2957
|
}
|
|
2959
2958
|
});
|
|
2960
2959
|
function Gi(e, n, t, o, a, i) {
|
|
2961
|
-
const
|
|
2960
|
+
const r = Z("a-button");
|
|
2962
2961
|
return E(), R("div", {
|
|
2963
2962
|
class: "ecan-button",
|
|
2964
2963
|
style: G(e.style)
|
|
2965
2964
|
}, [
|
|
2966
|
-
j(
|
|
2965
|
+
j(r, {
|
|
2967
2966
|
block: "",
|
|
2968
2967
|
onClick: e.click,
|
|
2969
2968
|
type: e.mode,
|
|
@@ -3009,35 +3008,35 @@ const Ui = /* @__PURE__ */ K(Bi, [["render", Gi]]), qi = oe(Ui), Qn = {
|
|
|
3009
3008
|
...Kn
|
|
3010
3009
|
},
|
|
3011
3010
|
setup(e) {
|
|
3012
|
-
const n = ie(e), t = I([]), o = I([]), a = (
|
|
3013
|
-
const
|
|
3014
|
-
let
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
}), typeof
|
|
3011
|
+
const n = ie(e), t = I([]), o = I([]), a = (u) => {
|
|
3012
|
+
const h = e.value;
|
|
3013
|
+
let v = [];
|
|
3014
|
+
u.forEach((y) => {
|
|
3015
|
+
y.checked && v.push(y.value);
|
|
3016
|
+
}), typeof h == "string" && h !== "" ? v = v.concat(h.split(",")) : Array.isArray(h) && (v = v.concat(h)), t.value = u, o.value = v;
|
|
3018
3017
|
};
|
|
3019
|
-
ne(() => [e.data, e.value], ([
|
|
3020
|
-
a(
|
|
3018
|
+
ne(() => [e.data, e.value], ([u]) => {
|
|
3019
|
+
a(u);
|
|
3021
3020
|
}, {
|
|
3022
3021
|
immediate: !0,
|
|
3023
3022
|
deep: !0
|
|
3024
3023
|
});
|
|
3025
|
-
const i = Ae(e), { pageMode:
|
|
3024
|
+
const i = Ae(e), { pageMode: r } = N(ce, {
|
|
3026
3025
|
pageMode: "normal"
|
|
3027
|
-
}),
|
|
3028
|
-
var
|
|
3029
|
-
if (e.dataType !== "request" || k(
|
|
3026
|
+
}), s = async () => {
|
|
3027
|
+
var v, y;
|
|
3028
|
+
if (e.dataType !== "request" || k(r) === "design")
|
|
3030
3029
|
return;
|
|
3031
|
-
const
|
|
3032
|
-
a(
|
|
3033
|
-
}, l = e.id, { getGlobalModel: d, setGlobalModel: c } =
|
|
3030
|
+
const u = await i(), h = ((y = (v = u == null ? void 0 : u.data) == null ? void 0 : v.data) == null ? void 0 : y.rows) || [];
|
|
3031
|
+
a(h);
|
|
3032
|
+
}, l = e.id, { getGlobalModel: d, setGlobalModel: c } = N(de, {
|
|
3034
3033
|
// @ts-ignore
|
|
3035
3034
|
// eslint-disable-next-line no-void
|
|
3036
|
-
getGlobalModel: (
|
|
3035
|
+
getGlobalModel: (u) => {
|
|
3037
3036
|
},
|
|
3038
3037
|
// @ts-ignore
|
|
3039
3038
|
// eslint-disable-next-line no-void
|
|
3040
|
-
setGlobalModel: (
|
|
3039
|
+
setGlobalModel: (u, h) => {
|
|
3041
3040
|
}
|
|
3042
3041
|
});
|
|
3043
3042
|
c(e.id, {
|
|
@@ -3045,17 +3044,17 @@ const Ui = /* @__PURE__ */ K(Bi, [["render", Gi]]), qi = oe(Ui), Qn = {
|
|
|
3045
3044
|
value: o
|
|
3046
3045
|
});
|
|
3047
3046
|
const g = ue(e)("checkboxChange", () => {
|
|
3048
|
-
const
|
|
3049
|
-
c(l, { ...
|
|
3050
|
-
}), { setRequest: b } =
|
|
3047
|
+
const u = d(l);
|
|
3048
|
+
c(l, { ...u, RECORD: o });
|
|
3049
|
+
}), { setRequest: b } = N(Ce, {
|
|
3051
3050
|
// @ts-ignore
|
|
3052
3051
|
// eslint-disable-next-line no-void
|
|
3053
|
-
setRequest: ({ id:
|
|
3052
|
+
setRequest: ({ id: u, sortNum: h, requestFn: v }) => {
|
|
3054
3053
|
}
|
|
3055
3054
|
});
|
|
3056
3055
|
return b({
|
|
3057
3056
|
id: e.id,
|
|
3058
|
-
requestFn:
|
|
3057
|
+
requestFn: s,
|
|
3059
3058
|
sortNum: e.requestSort
|
|
3060
3059
|
}), {
|
|
3061
3060
|
myOption: t,
|
|
@@ -3066,15 +3065,15 @@ const Ui = /* @__PURE__ */ K(Bi, [["render", Gi]]), qi = oe(Ui), Qn = {
|
|
|
3066
3065
|
}
|
|
3067
3066
|
});
|
|
3068
3067
|
function Vi(e, n, t, o, a, i) {
|
|
3069
|
-
const
|
|
3068
|
+
const r = Z("a-checkbox-group");
|
|
3070
3069
|
return E(), R("div", {
|
|
3071
3070
|
class: "ecan-checkbox",
|
|
3072
3071
|
style: G(e.style)
|
|
3073
3072
|
}, [
|
|
3074
|
-
j(
|
|
3073
|
+
j(r, {
|
|
3075
3074
|
options: e.myOption,
|
|
3076
3075
|
value: e.myValue,
|
|
3077
|
-
"onUpdate:value": n[0] || (n[0] = (
|
|
3076
|
+
"onUpdate:value": n[0] || (n[0] = (s) => e.myValue = s),
|
|
3078
3077
|
onChange: e.checkboxChange
|
|
3079
3078
|
}, null, 8, ["options", "value", "onChange"])
|
|
3080
3079
|
], 4);
|
|
@@ -3145,15 +3144,15 @@ const Hi = /* @__PURE__ */ K(Wi, [["render", Vi]]), Zi = oe(Hi), Xn = {
|
|
|
3145
3144
|
var l;
|
|
3146
3145
|
const n = await xe.post(e, {}, {
|
|
3147
3146
|
responseType: "blob"
|
|
3148
|
-
}), { data: t, headers: o } = n, a = o["content-disposition"].replace(/\w+;filename=(.*)/, "$1"), i = new Blob([t]),
|
|
3149
|
-
|
|
3147
|
+
}), { data: t, headers: o } = n, a = o["content-disposition"].replace(/\w+;filename=(.*)/, "$1"), i = new Blob([t]), r = document.createElement("a"), s = window.URL.createObjectURL(i);
|
|
3148
|
+
r.href = s, r.download = decodeURI(a), r.style.display = "none", document.body.appendChild(r), r.click(), (l = r.parentNode) == null || l.removeChild(r), window.URL.revokeObjectURL(s);
|
|
3150
3149
|
};
|
|
3151
|
-
|
|
3152
|
-
|
|
3150
|
+
Pe([
|
|
3151
|
+
Be,
|
|
3153
3152
|
oa,
|
|
3154
3153
|
Qe,
|
|
3155
3154
|
Ke,
|
|
3156
|
-
|
|
3155
|
+
Et,
|
|
3157
3156
|
Xe
|
|
3158
3157
|
]);
|
|
3159
3158
|
const Yi = Q({
|
|
@@ -3172,9 +3171,9 @@ const Yi = Q({
|
|
|
3172
3171
|
}, i = q(() => {
|
|
3173
3172
|
let { data: L = [] } = k(t)[0] || {};
|
|
3174
3173
|
if (Array.isArray(e.colors)) {
|
|
3175
|
-
const C = e.isUseLabelColors,
|
|
3174
|
+
const C = e.isUseLabelColors, f = e.colors;
|
|
3176
3175
|
L = L.map((p, T) => ({
|
|
3177
|
-
label: C ? { color:
|
|
3176
|
+
label: C ? { color: f[T] } : {},
|
|
3178
3177
|
...p
|
|
3179
3178
|
}));
|
|
3180
3179
|
}
|
|
@@ -3232,11 +3231,11 @@ const Yi = Q({
|
|
|
3232
3231
|
show: e.tooltipShow,
|
|
3233
3232
|
trigger: e.tooltipTrigger,
|
|
3234
3233
|
formatter: (C) => {
|
|
3235
|
-
const { marker:
|
|
3234
|
+
const { marker: f, seriesName: p, name: T, value: F, percent: S, data: _ } = C || {};
|
|
3236
3235
|
return be(
|
|
3237
3236
|
e.tooltipFormatter,
|
|
3238
3237
|
{
|
|
3239
|
-
marker:
|
|
3238
|
+
marker: f,
|
|
3240
3239
|
name: T,
|
|
3241
3240
|
value: F,
|
|
3242
3241
|
percent: S,
|
|
@@ -3304,7 +3303,7 @@ const Yi = Q({
|
|
|
3304
3303
|
}
|
|
3305
3304
|
]
|
|
3306
3305
|
};
|
|
3307
|
-
}), { getGlobalModel:
|
|
3306
|
+
}), { getGlobalModel: r, setGlobalModel: s } = N(de, {
|
|
3308
3307
|
// @ts-ignore
|
|
3309
3308
|
// eslint-disable-next-line no-void
|
|
3310
3309
|
getGlobalModel: (L) => {
|
|
@@ -3313,14 +3312,14 @@ const Yi = Q({
|
|
|
3313
3312
|
// eslint-disable-next-line no-void
|
|
3314
3313
|
setGlobalModel: (L, C) => {
|
|
3315
3314
|
}
|
|
3316
|
-
}), { pageMode: l } =
|
|
3315
|
+
}), { pageMode: l } = N(ce, {
|
|
3317
3316
|
pageMode: "normal"
|
|
3318
3317
|
}), d = (L = [], C) => {
|
|
3319
|
-
const { dataset:
|
|
3320
|
-
t.value =
|
|
3318
|
+
const { dataset: f } = Ye(L, C);
|
|
3319
|
+
t.value = f;
|
|
3321
3320
|
}, c = (L = [], C) => {
|
|
3322
|
-
const
|
|
3323
|
-
t.value =
|
|
3321
|
+
const f = Ye(L, C);
|
|
3322
|
+
t.value = f.dataset;
|
|
3324
3323
|
};
|
|
3325
3324
|
ne(() => e.data, (L) => {
|
|
3326
3325
|
(e.dataType === "static" || k(l) === "design") && d(L);
|
|
@@ -3333,24 +3332,24 @@ const Yi = Q({
|
|
|
3333
3332
|
if (!(e.dataType !== "request" || k(l) === "design"))
|
|
3334
3333
|
try {
|
|
3335
3334
|
m.value = !0;
|
|
3336
|
-
const
|
|
3337
|
-
d((C = (L =
|
|
3338
|
-
} catch (
|
|
3339
|
-
console.error(
|
|
3335
|
+
const f = await g();
|
|
3336
|
+
d((C = (L = f == null ? void 0 : f.data) == null ? void 0 : L.data) == null ? void 0 : C.rows, e.valueTypeDataFieldNames);
|
|
3337
|
+
} catch (f) {
|
|
3338
|
+
console.error(f);
|
|
3340
3339
|
} finally {
|
|
3341
3340
|
m.value = !1;
|
|
3342
3341
|
}
|
|
3343
|
-
},
|
|
3344
|
-
const C = e.id,
|
|
3345
|
-
|
|
3346
|
-
}),
|
|
3347
|
-
var L, C,
|
|
3342
|
+
}, h = ue(e)("click", (L) => {
|
|
3343
|
+
const C = e.id, f = r(C);
|
|
3344
|
+
s(C, { ...f, RECORD: L == null ? void 0 : L.data });
|
|
3345
|
+
}), v = zt(e), y = async () => {
|
|
3346
|
+
var L, C, f, p, T, F;
|
|
3348
3347
|
if (!(e.dataType !== "indicator" || k(l) === "design"))
|
|
3349
3348
|
try {
|
|
3350
3349
|
m.value = !0;
|
|
3351
|
-
const S = await
|
|
3350
|
+
const S = await v();
|
|
3352
3351
|
let _ = [];
|
|
3353
|
-
if (((
|
|
3352
|
+
if (((f = (C = (L = S == null ? void 0 : S.data) == null ? void 0 : L.data) == null ? void 0 : C.columns) == null ? void 0 : f.length) > 0) {
|
|
3354
3353
|
const U = S.data.data.columns[0], H = S.data.data.columns[1];
|
|
3355
3354
|
_ = (F = (T = (p = S == null ? void 0 : S.data) == null ? void 0 : p.data) == null ? void 0 : T.rows) == null ? void 0 : F.map((O) => ({
|
|
3356
3355
|
name: O[U],
|
|
@@ -3364,22 +3363,22 @@ const Yi = Q({
|
|
|
3364
3363
|
m.value = !1;
|
|
3365
3364
|
}
|
|
3366
3365
|
}, A = () => {
|
|
3367
|
-
k(l) !== "design" && (
|
|
3366
|
+
k(l) !== "design" && (y(), b());
|
|
3368
3367
|
};
|
|
3369
3368
|
ge(e, {
|
|
3370
3369
|
resetRecord: () => {
|
|
3371
|
-
const L = e.id, C =
|
|
3372
|
-
|
|
3370
|
+
const L = e.id, C = r(L);
|
|
3371
|
+
s(L, { ...C, RECORD: "" });
|
|
3373
3372
|
},
|
|
3374
3373
|
refreshData: () => {
|
|
3375
3374
|
A();
|
|
3376
3375
|
},
|
|
3377
|
-
click:
|
|
3376
|
+
click: h
|
|
3378
3377
|
});
|
|
3379
|
-
const { setRequest: w } =
|
|
3378
|
+
const { setRequest: w } = N(Ce, {
|
|
3380
3379
|
// @ts-ignore
|
|
3381
3380
|
// eslint-disable-next-line no-void
|
|
3382
|
-
setRequest: ({ id: L, sortNum: C, requestFn:
|
|
3381
|
+
setRequest: ({ id: L, sortNum: C, requestFn: f }) => {
|
|
3383
3382
|
}
|
|
3384
3383
|
});
|
|
3385
3384
|
return w({
|
|
@@ -3389,7 +3388,7 @@ const Yi = Q({
|
|
|
3389
3388
|
}), {
|
|
3390
3389
|
option: i,
|
|
3391
3390
|
style: n,
|
|
3392
|
-
click:
|
|
3391
|
+
click: h,
|
|
3393
3392
|
loading: m,
|
|
3394
3393
|
visible: o,
|
|
3395
3394
|
hideModal: a
|
|
@@ -3397,13 +3396,13 @@ const Yi = Q({
|
|
|
3397
3396
|
}
|
|
3398
3397
|
});
|
|
3399
3398
|
function Qi(e, n, t, o, a, i) {
|
|
3400
|
-
const
|
|
3399
|
+
const r = Z("echarts"), s = Z("spin"), l = Z("a-modal");
|
|
3401
3400
|
return E(), R("div", {
|
|
3402
3401
|
style: G(e.style)
|
|
3403
3402
|
}, [
|
|
3404
|
-
j(
|
|
3403
|
+
j(s, { spinning: e.loading }, {
|
|
3405
3404
|
default: Y(() => [
|
|
3406
|
-
j(
|
|
3405
|
+
j(r, {
|
|
3407
3406
|
option: e.option,
|
|
3408
3407
|
autoresize: "",
|
|
3409
3408
|
onClick: e.click
|
|
@@ -3419,9 +3418,9 @@ function Qi(e, n, t, o, a, i) {
|
|
|
3419
3418
|
onCancel: e.hideModal
|
|
3420
3419
|
}, {
|
|
3421
3420
|
default: Y(() => [
|
|
3422
|
-
j(
|
|
3421
|
+
j(s, { spinning: e.loading }, {
|
|
3423
3422
|
default: Y(() => [
|
|
3424
|
-
j(
|
|
3423
|
+
j(r, {
|
|
3425
3424
|
option: e.option,
|
|
3426
3425
|
"update-options": { notMerge: !0 },
|
|
3427
3426
|
autoresize: ""
|
|
@@ -3498,8 +3497,8 @@ const Ki = /* @__PURE__ */ K(Yi, [["render", Qi]]), Xi = oe(Ki), to = {
|
|
|
3498
3497
|
toolboxInfoText: "当前无说明信息",
|
|
3499
3498
|
areaStyleOpacity: 0
|
|
3500
3499
|
}, no = ae(to), er = ["click", "refreshData", "resetRecord"];
|
|
3501
|
-
|
|
3502
|
-
|
|
3500
|
+
Pe([
|
|
3501
|
+
Be,
|
|
3503
3502
|
hn,
|
|
3504
3503
|
Ke,
|
|
3505
3504
|
Qe,
|
|
@@ -3518,8 +3517,8 @@ const tr = Q({
|
|
|
3518
3517
|
setup(e) {
|
|
3519
3518
|
const n = ie(e), t = I([]), o = I([]), a = I(!1), i = () => {
|
|
3520
3519
|
a.value = !1;
|
|
3521
|
-
},
|
|
3522
|
-
const C = e.xAxisLabelFormatter,
|
|
3520
|
+
}, r = q(() => {
|
|
3521
|
+
const C = e.xAxisLabelFormatter, f = e.yAxisLabelFormatter;
|
|
3523
3522
|
return {
|
|
3524
3523
|
toolbox: {
|
|
3525
3524
|
show: e.toolboxShow,
|
|
@@ -3578,16 +3577,16 @@ const tr = Q({
|
|
|
3578
3577
|
let F = "", S = e.tooltipFormatter;
|
|
3579
3578
|
S === "" && (S = "{marker} {a} {c}");
|
|
3580
3579
|
for (let _ = 0; _ < T; _++) {
|
|
3581
|
-
const { marker: U, seriesName: H, name: O, value:
|
|
3580
|
+
const { marker: U, seriesName: H, name: O, value: $, data: z } = p[_] || {};
|
|
3582
3581
|
_ === 0 && (F += `${O}<br/>`), F += be(
|
|
3583
3582
|
S,
|
|
3584
3583
|
{
|
|
3585
3584
|
marker: U,
|
|
3586
3585
|
name: O,
|
|
3587
|
-
value:
|
|
3586
|
+
value: $,
|
|
3588
3587
|
a: H,
|
|
3589
3588
|
b: O,
|
|
3590
|
-
c:
|
|
3589
|
+
c: $,
|
|
3591
3590
|
...z
|
|
3592
3591
|
},
|
|
3593
3592
|
{
|
|
@@ -3636,7 +3635,7 @@ const tr = Q({
|
|
|
3636
3635
|
axisLabel: {
|
|
3637
3636
|
color: e.yAxisLabelColor,
|
|
3638
3637
|
formatter(p) {
|
|
3639
|
-
return De(
|
|
3638
|
+
return De(f, p);
|
|
3640
3639
|
}
|
|
3641
3640
|
},
|
|
3642
3641
|
axisLine: {
|
|
@@ -3654,24 +3653,24 @@ const tr = Q({
|
|
|
3654
3653
|
},
|
|
3655
3654
|
series: k(t)
|
|
3656
3655
|
};
|
|
3657
|
-
}), { getGlobalModel:
|
|
3656
|
+
}), { getGlobalModel: s, setGlobalModel: l } = N(de, {
|
|
3658
3657
|
// @ts-ignore
|
|
3659
3658
|
// eslint-disable-next-line no-void
|
|
3660
3659
|
getGlobalModel: (C) => {
|
|
3661
3660
|
},
|
|
3662
3661
|
// @ts-ignore
|
|
3663
3662
|
// eslint-disable-next-line no-void
|
|
3664
|
-
setGlobalModel: (C,
|
|
3663
|
+
setGlobalModel: (C, f) => {
|
|
3665
3664
|
}
|
|
3666
|
-
}), { pageMode: d } =
|
|
3665
|
+
}), { pageMode: d } = N(ce, {
|
|
3667
3666
|
pageMode: "normal"
|
|
3668
|
-
}), c = (C = [],
|
|
3667
|
+
}), c = (C = [], f = !1) => {
|
|
3669
3668
|
let p;
|
|
3670
3669
|
if (e.dataFieldConfigType === "key") {
|
|
3671
|
-
const _ =
|
|
3672
|
-
p =
|
|
3670
|
+
const _ = f ? e.keyTypeDataFieldNames : null;
|
|
3671
|
+
p = $e(C, _);
|
|
3673
3672
|
} else if (e.dataFieldConfigType === "value") {
|
|
3674
|
-
const _ =
|
|
3673
|
+
const _ = f ? e.valueTypeDataFieldNames : null;
|
|
3675
3674
|
p = Ye(C, _);
|
|
3676
3675
|
}
|
|
3677
3676
|
o.value = p.dimensions;
|
|
@@ -3703,8 +3702,8 @@ const tr = Q({
|
|
|
3703
3702
|
}
|
|
3704
3703
|
});
|
|
3705
3704
|
t.value = F;
|
|
3706
|
-
}, m = (C = [],
|
|
3707
|
-
const F =
|
|
3705
|
+
}, m = (C = [], f, p = !1) => {
|
|
3706
|
+
const F = $e(C, p ? f : null);
|
|
3708
3707
|
o.value = F.dimensions;
|
|
3709
3708
|
const S = F.dataset, _ = [], U = S.length;
|
|
3710
3709
|
for (let H = 0; H < U; H++)
|
|
@@ -3725,29 +3724,29 @@ const tr = Q({
|
|
|
3725
3724
|
immediate: !0,
|
|
3726
3725
|
deep: !0
|
|
3727
3726
|
});
|
|
3728
|
-
const g = I(!1), b = Ae(e),
|
|
3729
|
-
var C,
|
|
3727
|
+
const g = I(!1), b = Ae(e), u = async () => {
|
|
3728
|
+
var C, f;
|
|
3730
3729
|
if (!(e.dataType !== "request" || k(d) === "design"))
|
|
3731
3730
|
try {
|
|
3732
3731
|
g.value = !0;
|
|
3733
3732
|
const p = await b();
|
|
3734
|
-
c((
|
|
3733
|
+
c((f = (C = p == null ? void 0 : p.data) == null ? void 0 : C.data) == null ? void 0 : f.rows, !0);
|
|
3735
3734
|
} catch (p) {
|
|
3736
3735
|
console.error(p);
|
|
3737
3736
|
} finally {
|
|
3738
3737
|
g.value = !1;
|
|
3739
3738
|
}
|
|
3740
|
-
},
|
|
3741
|
-
const
|
|
3742
|
-
l(
|
|
3743
|
-
}),
|
|
3744
|
-
var C,
|
|
3739
|
+
}, v = ue(e)("click", (C) => {
|
|
3740
|
+
const f = e.id, p = s(f);
|
|
3741
|
+
l(f, { ...p, RECORD: C == null ? void 0 : C.data });
|
|
3742
|
+
}), y = zt(e), A = async () => {
|
|
3743
|
+
var C, f, p, T, F;
|
|
3745
3744
|
if (!(e.dataType !== "indicator" || k(d) === "design"))
|
|
3746
3745
|
try {
|
|
3747
3746
|
g.value = !0;
|
|
3748
|
-
const S = await
|
|
3747
|
+
const S = await y();
|
|
3749
3748
|
let _;
|
|
3750
|
-
((p = (
|
|
3749
|
+
((p = (f = (C = S == null ? void 0 : S.data) == null ? void 0 : C.data) == null ? void 0 : f.columns) == null ? void 0 : p.length) > 0 && (_ = {
|
|
3751
3750
|
name: S.data.data.columns[0],
|
|
3752
3751
|
types: S.data.data.columns.slice(1).map((U) => ({ label: U, value: U }))
|
|
3753
3752
|
}), m((F = (T = S == null ? void 0 : S.data) == null ? void 0 : T.data) == null ? void 0 : F.rows, _, !0);
|
|
@@ -3757,22 +3756,22 @@ const tr = Q({
|
|
|
3757
3756
|
g.value = !1;
|
|
3758
3757
|
}
|
|
3759
3758
|
}, x = () => {
|
|
3760
|
-
k(d) !== "design" && (A(),
|
|
3759
|
+
k(d) !== "design" && (A(), u());
|
|
3761
3760
|
};
|
|
3762
3761
|
ge(e, {
|
|
3763
3762
|
refreshData: () => {
|
|
3764
3763
|
x();
|
|
3765
3764
|
},
|
|
3766
3765
|
resetRecord: () => {
|
|
3767
|
-
const C = e.id,
|
|
3768
|
-
l(C, { ...
|
|
3766
|
+
const C = e.id, f = s(C);
|
|
3767
|
+
l(C, { ...f, RECORD: "" });
|
|
3769
3768
|
},
|
|
3770
|
-
click:
|
|
3769
|
+
click: v
|
|
3771
3770
|
});
|
|
3772
|
-
const { setRequest: L } =
|
|
3771
|
+
const { setRequest: L } = N(Ce, {
|
|
3773
3772
|
// @ts-ignore
|
|
3774
3773
|
// eslint-disable-next-line no-void
|
|
3775
|
-
setRequest: ({ id: C, sortNum:
|
|
3774
|
+
setRequest: ({ id: C, sortNum: f, requestFn: p }) => {
|
|
3776
3775
|
}
|
|
3777
3776
|
});
|
|
3778
3777
|
return L({
|
|
@@ -3780,9 +3779,9 @@ const tr = Q({
|
|
|
3780
3779
|
requestFn: x,
|
|
3781
3780
|
sortNum: e.requestSort
|
|
3782
3781
|
}), {
|
|
3783
|
-
option:
|
|
3782
|
+
option: r,
|
|
3784
3783
|
style: n,
|
|
3785
|
-
click:
|
|
3784
|
+
click: v,
|
|
3786
3785
|
loading: g,
|
|
3787
3786
|
visible: a,
|
|
3788
3787
|
hideModal: i
|
|
@@ -3790,13 +3789,13 @@ const tr = Q({
|
|
|
3790
3789
|
}
|
|
3791
3790
|
});
|
|
3792
3791
|
function nr(e, n, t, o, a, i) {
|
|
3793
|
-
const
|
|
3792
|
+
const r = Z("echarts"), s = Z("spin"), l = Z("a-modal");
|
|
3794
3793
|
return E(), R("div", {
|
|
3795
3794
|
style: G(e.style)
|
|
3796
3795
|
}, [
|
|
3797
|
-
j(
|
|
3796
|
+
j(s, { spinning: e.loading }, {
|
|
3798
3797
|
default: Y(() => [
|
|
3799
|
-
j(
|
|
3798
|
+
j(r, {
|
|
3800
3799
|
option: e.option,
|
|
3801
3800
|
autoresize: "",
|
|
3802
3801
|
onClick: e.click
|
|
@@ -3812,9 +3811,9 @@ function nr(e, n, t, o, a, i) {
|
|
|
3812
3811
|
onCancel: e.hideModal
|
|
3813
3812
|
}, {
|
|
3814
3813
|
default: Y(() => [
|
|
3815
|
-
j(
|
|
3814
|
+
j(s, { spinning: e.loading }, {
|
|
3816
3815
|
default: Y(() => [
|
|
3817
|
-
j(
|
|
3816
|
+
j(r, {
|
|
3818
3817
|
option: e.option,
|
|
3819
3818
|
"update-options": { notMerge: !0 },
|
|
3820
3819
|
autoresize: ""
|
|
@@ -3921,8 +3920,8 @@ const or = /* @__PURE__ */ K(tr, [["render", nr]]), ar = oe(or), oo = {
|
|
|
3921
3920
|
labelPosition: "inside",
|
|
3922
3921
|
labelColor: ""
|
|
3923
3922
|
}, ao = ae(oo), lr = ["refreshData", "click", "resetRecord"];
|
|
3924
|
-
|
|
3925
|
-
|
|
3923
|
+
Pe([
|
|
3924
|
+
Be,
|
|
3926
3925
|
yn,
|
|
3927
3926
|
Qe,
|
|
3928
3927
|
Xe,
|
|
@@ -3942,11 +3941,11 @@ const ir = Q({
|
|
|
3942
3941
|
setup(e, { expose: n }) {
|
|
3943
3942
|
const t = ie(e), o = I([]), a = I(!1), i = () => {
|
|
3944
3943
|
a.value = !1;
|
|
3945
|
-
},
|
|
3946
|
-
const
|
|
3944
|
+
}, r = q(() => {
|
|
3945
|
+
const f = k(o), p = f.length, T = [];
|
|
3947
3946
|
for (let F = 0; F < p; F++) {
|
|
3948
3947
|
const S = {
|
|
3949
|
-
...
|
|
3948
|
+
...f[F],
|
|
3950
3949
|
type: "bar",
|
|
3951
3950
|
barWidth: e.barWidth
|
|
3952
3951
|
};
|
|
@@ -3958,8 +3957,8 @@ const ir = Q({
|
|
|
3958
3957
|
}, T.push(S);
|
|
3959
3958
|
}
|
|
3960
3959
|
return T;
|
|
3961
|
-
}),
|
|
3962
|
-
const
|
|
3960
|
+
}), s = I([]), l = I(!1), d = q(() => {
|
|
3961
|
+
const f = e.yAxisLabelFormatter, p = e.xAxisLabelFormatter;
|
|
3963
3962
|
return {
|
|
3964
3963
|
toolbox: {
|
|
3965
3964
|
show: e.toolboxShow,
|
|
@@ -4018,15 +4017,15 @@ const ir = Q({
|
|
|
4018
4017
|
let S = "", _ = e.tooltipFormatter;
|
|
4019
4018
|
_ === "" && (_ = "{marker} {a} {c}");
|
|
4020
4019
|
for (let U = 0; U < F; U++) {
|
|
4021
|
-
const { marker: H, seriesName: O, name:
|
|
4022
|
-
U === 0 && (S += `${
|
|
4020
|
+
const { marker: H, seriesName: O, name: $, value: z, data: W } = T[U] || {};
|
|
4021
|
+
U === 0 && (S += `${$}<br/>`), S += be(
|
|
4023
4022
|
_,
|
|
4024
4023
|
{
|
|
4025
4024
|
marker: H,
|
|
4026
|
-
name:
|
|
4025
|
+
name: $,
|
|
4027
4026
|
value: z,
|
|
4028
4027
|
a: O,
|
|
4029
|
-
b:
|
|
4028
|
+
b: $,
|
|
4030
4029
|
c: z,
|
|
4031
4030
|
...W
|
|
4032
4031
|
},
|
|
@@ -4056,7 +4055,7 @@ const ir = Q({
|
|
|
4056
4055
|
},
|
|
4057
4056
|
xAxis: {
|
|
4058
4057
|
type: e.isUseHorizontalAxis ? "value" : "category",
|
|
4059
|
-
data: e.isUseHorizontalAxis ? null : k(
|
|
4058
|
+
data: e.isUseHorizontalAxis ? null : k(s),
|
|
4060
4059
|
inverse: e.isUseHorizontalAxis ? e.xAxisInverse : e.axisInverse,
|
|
4061
4060
|
minInterval: e.xAxisMinInterval,
|
|
4062
4061
|
splitLine: {
|
|
@@ -4086,7 +4085,7 @@ const ir = Q({
|
|
|
4086
4085
|
},
|
|
4087
4086
|
yAxis: {
|
|
4088
4087
|
type: e.isUseHorizontalAxis ? "category" : "value",
|
|
4089
|
-
data: e.isUseHorizontalAxis ? k(
|
|
4088
|
+
data: e.isUseHorizontalAxis ? k(s) : null,
|
|
4090
4089
|
inverse: e.isUseHorizontalAxis ? e.axisInverse : e.yAxisInverse,
|
|
4091
4090
|
minInterval: e.yAxisMinInterval,
|
|
4092
4091
|
splitLine: {
|
|
@@ -4101,7 +4100,7 @@ const ir = Q({
|
|
|
4101
4100
|
width: e.yAxisLabelWidth,
|
|
4102
4101
|
overflow: e.yAxisLabelOverflow,
|
|
4103
4102
|
formatter(T) {
|
|
4104
|
-
return De(
|
|
4103
|
+
return De(f, T);
|
|
4105
4104
|
}
|
|
4106
4105
|
},
|
|
4107
4106
|
axisLine: {
|
|
@@ -4110,46 +4109,46 @@ const ir = Q({
|
|
|
4110
4109
|
}
|
|
4111
4110
|
}
|
|
4112
4111
|
},
|
|
4113
|
-
series: k(
|
|
4112
|
+
series: k(r)
|
|
4114
4113
|
};
|
|
4115
|
-
}), { pageMode: c } =
|
|
4114
|
+
}), { pageMode: c } = N(ce, {
|
|
4116
4115
|
pageMode: "normal"
|
|
4117
|
-
}), m = (
|
|
4116
|
+
}), m = (f = [], p = !1) => {
|
|
4118
4117
|
let T = {};
|
|
4119
4118
|
if (e.dataFieldConfigType === "key") {
|
|
4120
4119
|
const F = p ? e.keyTypeDataFieldNames : null;
|
|
4121
|
-
T =
|
|
4120
|
+
T = $e(f, F);
|
|
4122
4121
|
} else if (e.dataFieldConfigType === "value") {
|
|
4123
4122
|
const F = p ? e.valueTypeDataFieldNames : null;
|
|
4124
|
-
T = Ye(
|
|
4123
|
+
T = Ye(f, F);
|
|
4125
4124
|
}
|
|
4126
|
-
o.value = T.dataset,
|
|
4127
|
-
}, g = (
|
|
4128
|
-
const S =
|
|
4129
|
-
o.value = S.dataset,
|
|
4125
|
+
o.value = T.dataset, s.value = T.dimensions;
|
|
4126
|
+
}, g = (f = [], p, T = !1) => {
|
|
4127
|
+
const S = $e(f, T ? p : null);
|
|
4128
|
+
o.value = S.dataset, s.value = S.dimensions;
|
|
4130
4129
|
};
|
|
4131
|
-
ne(() => e.data, (
|
|
4132
|
-
(e.dataType === "static" || k(c) === "design") && m(
|
|
4130
|
+
ne(() => e.data, (f) => {
|
|
4131
|
+
(e.dataType === "static" || k(c) === "design") && m(f);
|
|
4133
4132
|
}, {
|
|
4134
4133
|
immediate: !0,
|
|
4135
4134
|
deep: !0
|
|
4136
4135
|
});
|
|
4137
|
-
const b = Ae(e),
|
|
4138
|
-
var
|
|
4136
|
+
const b = Ae(e), u = async () => {
|
|
4137
|
+
var f, p;
|
|
4139
4138
|
try {
|
|
4140
4139
|
l.value = !0;
|
|
4141
4140
|
const T = await b();
|
|
4142
|
-
m((p = (
|
|
4141
|
+
m((p = (f = T == null ? void 0 : T.data) == null ? void 0 : f.data) == null ? void 0 : p.rows, !0);
|
|
4143
4142
|
} catch (T) {
|
|
4144
4143
|
console.error(T);
|
|
4145
4144
|
} finally {
|
|
4146
4145
|
l.value = !1;
|
|
4147
4146
|
}
|
|
4148
|
-
},
|
|
4149
|
-
var
|
|
4147
|
+
}, h = Mn(e), v = async () => {
|
|
4148
|
+
var f;
|
|
4150
4149
|
try {
|
|
4151
4150
|
l.value = !0;
|
|
4152
|
-
const p = await
|
|
4151
|
+
const p = await h(), { columns: T = [], rows: F = [] } = ((f = p == null ? void 0 : p.data) == null ? void 0 : f.data) ?? {};
|
|
4153
4152
|
let S;
|
|
4154
4153
|
T.length > 0 && (S = {
|
|
4155
4154
|
name: T[0],
|
|
@@ -4163,53 +4162,53 @@ const ir = Q({
|
|
|
4163
4162
|
} finally {
|
|
4164
4163
|
l.value = !1;
|
|
4165
4164
|
}
|
|
4166
|
-
},
|
|
4165
|
+
}, y = () => {
|
|
4167
4166
|
if (k(c) !== "design")
|
|
4168
4167
|
switch (e.dataType) {
|
|
4169
4168
|
case "indicator":
|
|
4170
|
-
|
|
4169
|
+
v();
|
|
4171
4170
|
break;
|
|
4172
4171
|
case "request":
|
|
4173
|
-
|
|
4172
|
+
u();
|
|
4174
4173
|
break;
|
|
4175
4174
|
}
|
|
4176
4175
|
};
|
|
4177
4176
|
n({
|
|
4178
|
-
refreshData:
|
|
4177
|
+
refreshData: y
|
|
4179
4178
|
});
|
|
4180
|
-
const A = ue(e), { getGlobalModel: x, setGlobalModel: B } =
|
|
4179
|
+
const A = ue(e), { getGlobalModel: x, setGlobalModel: B } = N(de, {
|
|
4181
4180
|
// @ts-ignore
|
|
4182
4181
|
// eslint-disable-next-line no-void
|
|
4183
|
-
getGlobalModel: (
|
|
4182
|
+
getGlobalModel: (f) => {
|
|
4184
4183
|
},
|
|
4185
4184
|
// @ts-ignore
|
|
4186
4185
|
// eslint-disable-next-line no-void
|
|
4187
|
-
setGlobalModel: (
|
|
4186
|
+
setGlobalModel: (f, p) => {
|
|
4188
4187
|
}
|
|
4189
|
-
}), w = A("click", (
|
|
4188
|
+
}), w = A("click", (f) => {
|
|
4190
4189
|
const p = e.id, T = x(p);
|
|
4191
|
-
B(p, { ...T, RECORD:
|
|
4192
|
-
}), { setRequest: L } =
|
|
4190
|
+
B(p, { ...T, RECORD: f.data });
|
|
4191
|
+
}), { setRequest: L } = N(Ce, {
|
|
4193
4192
|
// @ts-ignore
|
|
4194
4193
|
// eslint-disable-next-line no-void
|
|
4195
|
-
setRequest: ({ id:
|
|
4194
|
+
setRequest: ({ id: f, sortNum: p, requestFn: T }) => {
|
|
4196
4195
|
}
|
|
4197
4196
|
});
|
|
4198
4197
|
return L({
|
|
4199
4198
|
id: e.id,
|
|
4200
|
-
requestFn:
|
|
4199
|
+
requestFn: y,
|
|
4201
4200
|
sortNum: e.requestSort
|
|
4202
4201
|
}), ge(e, {
|
|
4203
|
-
refreshData:
|
|
4202
|
+
refreshData: y,
|
|
4204
4203
|
click: w,
|
|
4205
4204
|
resetRecord: () => {
|
|
4206
|
-
const
|
|
4207
|
-
B(
|
|
4205
|
+
const f = e.id, p = x(f);
|
|
4206
|
+
B(f, { ...p, RECORD: "" });
|
|
4208
4207
|
}
|
|
4209
4208
|
}), {
|
|
4210
4209
|
option: d,
|
|
4211
4210
|
style: t,
|
|
4212
|
-
refreshData:
|
|
4211
|
+
refreshData: y,
|
|
4213
4212
|
click: w,
|
|
4214
4213
|
loading: l,
|
|
4215
4214
|
visible: a,
|
|
@@ -4218,14 +4217,14 @@ const ir = Q({
|
|
|
4218
4217
|
}
|
|
4219
4218
|
});
|
|
4220
4219
|
function rr(e, n, t, o, a, i) {
|
|
4221
|
-
const
|
|
4220
|
+
const r = Z("echarts"), s = Z("spin"), l = Z("a-modal");
|
|
4222
4221
|
return E(), R("div", {
|
|
4223
4222
|
class: "ecan-bar",
|
|
4224
4223
|
style: G(e.style)
|
|
4225
4224
|
}, [
|
|
4226
|
-
j(
|
|
4225
|
+
j(s, { spinning: e.loading }, {
|
|
4227
4226
|
default: Y(() => [
|
|
4228
|
-
j(
|
|
4227
|
+
j(r, {
|
|
4229
4228
|
option: e.option,
|
|
4230
4229
|
"update-options": { notMerge: !0 },
|
|
4231
4230
|
autoresize: "",
|
|
@@ -4242,9 +4241,9 @@ function rr(e, n, t, o, a, i) {
|
|
|
4242
4241
|
onCancel: e.hideModal
|
|
4243
4242
|
}, {
|
|
4244
4243
|
default: Y(() => [
|
|
4245
|
-
j(
|
|
4244
|
+
j(s, { spinning: e.loading }, {
|
|
4246
4245
|
default: Y(() => [
|
|
4247
|
-
j(
|
|
4246
|
+
j(r, {
|
|
4248
4247
|
option: e.option,
|
|
4249
4248
|
"update-options": { notMerge: !0 },
|
|
4250
4249
|
autoresize: ""
|
|
@@ -4312,12 +4311,12 @@ const sr = /* @__PURE__ */ K(ir, [["render", rr]]), cr = oe(sr), lo = {
|
|
|
4312
4311
|
toolboxDownloadUrl: "",
|
|
4313
4312
|
toolboxInfoText: "当前无说明信息"
|
|
4314
4313
|
}, io = ae(lo), dr = ["click", "refreshData"];
|
|
4315
|
-
|
|
4316
|
-
|
|
4314
|
+
Pe([
|
|
4315
|
+
Be,
|
|
4317
4316
|
bn,
|
|
4318
4317
|
Ke,
|
|
4319
4318
|
Qe,
|
|
4320
|
-
|
|
4319
|
+
Et,
|
|
4321
4320
|
Xe
|
|
4322
4321
|
]);
|
|
4323
4322
|
const ur = Q({
|
|
@@ -4334,7 +4333,7 @@ const ur = Q({
|
|
|
4334
4333
|
const n = ie(e), t = I([]), o = I(!1), a = () => {
|
|
4335
4334
|
o.value = !1;
|
|
4336
4335
|
}, i = q(() => {
|
|
4337
|
-
const
|
|
4336
|
+
const y = e.xAxisLabelFormatter, A = e.yAxisLabelFormatter;
|
|
4338
4337
|
return {
|
|
4339
4338
|
toolbox: {
|
|
4340
4339
|
show: e.toolboxShow,
|
|
@@ -4396,7 +4395,7 @@ const ur = Q({
|
|
|
4396
4395
|
axisLabel: {
|
|
4397
4396
|
color: e.xAxisLabelColor,
|
|
4398
4397
|
formatter(x) {
|
|
4399
|
-
return De(
|
|
4398
|
+
return De(y, x);
|
|
4400
4399
|
}
|
|
4401
4400
|
},
|
|
4402
4401
|
axisLine: {
|
|
@@ -4433,13 +4432,13 @@ const ur = Q({
|
|
|
4433
4432
|
trigger: e.tooltipTrigger,
|
|
4434
4433
|
formatter: function(x) {
|
|
4435
4434
|
var p;
|
|
4436
|
-
const { marker: B, seriesName: w } = x, L = ((p = x == null ? void 0 : x.data) == null ? void 0 : p.record) ?? {}, { name: C, value:
|
|
4435
|
+
const { marker: B, seriesName: w } = x, L = ((p = x == null ? void 0 : x.data) == null ? void 0 : p.record) ?? {}, { name: C, value: f } = L;
|
|
4437
4436
|
return be(e.tooltipFormatter, {
|
|
4438
4437
|
marker: B,
|
|
4439
4438
|
seriesName: w,
|
|
4440
4439
|
a: w,
|
|
4441
4440
|
b: C,
|
|
4442
|
-
c:
|
|
4441
|
+
c: f,
|
|
4443
4442
|
...L
|
|
4444
4443
|
});
|
|
4445
4444
|
},
|
|
@@ -4462,64 +4461,64 @@ const ur = Q({
|
|
|
4462
4461
|
}
|
|
4463
4462
|
]
|
|
4464
4463
|
};
|
|
4465
|
-
}), { getGlobalModel:
|
|
4464
|
+
}), { getGlobalModel: r, setGlobalModel: s } = N(de, {
|
|
4466
4465
|
// @ts-ignore
|
|
4467
4466
|
// eslint-disable-next-line no-void
|
|
4468
|
-
getGlobalModel: (
|
|
4467
|
+
getGlobalModel: (y) => {
|
|
4469
4468
|
},
|
|
4470
4469
|
// @ts-ignore
|
|
4471
4470
|
// eslint-disable-next-line no-void
|
|
4472
|
-
setGlobalModel: (
|
|
4471
|
+
setGlobalModel: (y, A) => {
|
|
4473
4472
|
}
|
|
4474
|
-
}), { pageMode: l } =
|
|
4473
|
+
}), { pageMode: l } = N(ce, {
|
|
4475
4474
|
pageMode: "normal"
|
|
4476
|
-
}), d = (
|
|
4475
|
+
}), d = (y = [], A) => {
|
|
4477
4476
|
const { name: x = "name", value: B = "value" } = A || {};
|
|
4478
|
-
t.value =
|
|
4477
|
+
t.value = y.map((w) => ({ value: [w[x], w[B]], record: w }));
|
|
4479
4478
|
};
|
|
4480
|
-
ne(() => e.data, (
|
|
4481
|
-
(e.dataType === "static" || k(l) === "design") && d(
|
|
4479
|
+
ne(() => e.data, (y) => {
|
|
4480
|
+
(e.dataType === "static" || k(l) === "design") && d(y);
|
|
4482
4481
|
}, {
|
|
4483
4482
|
immediate: !0,
|
|
4484
4483
|
deep: !0
|
|
4485
4484
|
});
|
|
4486
4485
|
const c = I(!1), m = Ae(e), g = async () => {
|
|
4487
|
-
var
|
|
4486
|
+
var y, A;
|
|
4488
4487
|
if (!(e.dataType !== "request" || k(l) === "design")) {
|
|
4489
4488
|
c.value = !0;
|
|
4490
4489
|
try {
|
|
4491
4490
|
const x = await m();
|
|
4492
|
-
d((A = (
|
|
4491
|
+
d((A = (y = x == null ? void 0 : x.data) == null ? void 0 : y.data) == null ? void 0 : A.rows, e.dataFieldNames);
|
|
4493
4492
|
} catch (x) {
|
|
4494
4493
|
console.error(x);
|
|
4495
4494
|
} finally {
|
|
4496
4495
|
c.value = !1;
|
|
4497
4496
|
}
|
|
4498
4497
|
}
|
|
4499
|
-
},
|
|
4500
|
-
const A = e.id, x =
|
|
4501
|
-
|
|
4498
|
+
}, u = ue(e)("click", (y) => {
|
|
4499
|
+
const A = e.id, x = r(A);
|
|
4500
|
+
s(A, { ...x, RECORD: y == null ? void 0 : y.data });
|
|
4502
4501
|
});
|
|
4503
4502
|
ge(e, {
|
|
4504
4503
|
refreshData: () => {
|
|
4505
4504
|
g();
|
|
4506
4505
|
},
|
|
4507
|
-
click:
|
|
4506
|
+
click: u
|
|
4508
4507
|
});
|
|
4509
|
-
const { setRequest:
|
|
4508
|
+
const { setRequest: v } = N(Ce, {
|
|
4510
4509
|
// @ts-ignore
|
|
4511
4510
|
// eslint-disable-next-line no-void
|
|
4512
|
-
setRequest: ({ id:
|
|
4511
|
+
setRequest: ({ id: y, sortNum: A, requestFn: x }) => {
|
|
4513
4512
|
}
|
|
4514
4513
|
});
|
|
4515
|
-
return
|
|
4514
|
+
return v({
|
|
4516
4515
|
id: e.id,
|
|
4517
4516
|
requestFn: g,
|
|
4518
4517
|
sortNum: e.requestSort
|
|
4519
4518
|
}), {
|
|
4520
4519
|
option: i,
|
|
4521
4520
|
style: n,
|
|
4522
|
-
click:
|
|
4521
|
+
click: u,
|
|
4523
4522
|
loading: c,
|
|
4524
4523
|
visible: o,
|
|
4525
4524
|
hideModal: a
|
|
@@ -4527,13 +4526,13 @@ const ur = Q({
|
|
|
4527
4526
|
}
|
|
4528
4527
|
});
|
|
4529
4528
|
function fr(e, n, t, o, a, i) {
|
|
4530
|
-
const
|
|
4529
|
+
const r = Z("echarts"), s = Z("spin"), l = Z("a-modal");
|
|
4531
4530
|
return E(), R("div", {
|
|
4532
4531
|
style: G(e.style)
|
|
4533
4532
|
}, [
|
|
4534
|
-
j(
|
|
4533
|
+
j(s, { spinning: e.loading }, {
|
|
4535
4534
|
default: Y(() => [
|
|
4536
|
-
j(
|
|
4535
|
+
j(r, {
|
|
4537
4536
|
option: e.option,
|
|
4538
4537
|
autoresize: "",
|
|
4539
4538
|
onClick: e.click
|
|
@@ -4549,9 +4548,9 @@ function fr(e, n, t, o, a, i) {
|
|
|
4549
4548
|
onCancel: e.hideModal
|
|
4550
4549
|
}, {
|
|
4551
4550
|
default: Y(() => [
|
|
4552
|
-
j(
|
|
4551
|
+
j(s, { spinning: e.loading }, {
|
|
4553
4552
|
default: Y(() => [
|
|
4554
|
-
j(
|
|
4553
|
+
j(r, {
|
|
4555
4554
|
option: e.option,
|
|
4556
4555
|
"update-options": { notMerge: !0 },
|
|
4557
4556
|
autoresize: ""
|
|
@@ -4601,11 +4600,11 @@ const mr = /* @__PURE__ */ K(ur, [["render", fr]]), gr = oe(mr), ro = {
|
|
|
4601
4600
|
}
|
|
4602
4601
|
});
|
|
4603
4602
|
function yr(e, n, t, o, a, i) {
|
|
4604
|
-
const
|
|
4603
|
+
const r = Z("echarts");
|
|
4605
4604
|
return E(), R("div", {
|
|
4606
4605
|
style: G(e.style)
|
|
4607
4606
|
}, [
|
|
4608
|
-
j(
|
|
4607
|
+
j(r, {
|
|
4609
4608
|
option: e.myOption,
|
|
4610
4609
|
"update-options": { notMerge: !0 },
|
|
4611
4610
|
autoresize: ""
|
|
@@ -4717,8 +4716,8 @@ const br = /* @__PURE__ */ K(hr, [["render", yr]]), vr = oe(br), co = {
|
|
|
4717
4716
|
smooth: !1,
|
|
4718
4717
|
barWidth: "40%"
|
|
4719
4718
|
}, uo = ae(co), pr = ["refreshData", "click", "resetRecord"];
|
|
4720
|
-
|
|
4721
|
-
|
|
4719
|
+
Pe([
|
|
4720
|
+
Be,
|
|
4722
4721
|
yn,
|
|
4723
4722
|
hn,
|
|
4724
4723
|
Qe,
|
|
@@ -4739,7 +4738,7 @@ const Cr = Q({
|
|
|
4739
4738
|
setup(e) {
|
|
4740
4739
|
const n = ie(e), t = I([]), o = I([]), a = I(!1), i = () => {
|
|
4741
4740
|
a.value = !1;
|
|
4742
|
-
},
|
|
4741
|
+
}, r = q(() => ({
|
|
4743
4742
|
title: {
|
|
4744
4743
|
text: e.titleText,
|
|
4745
4744
|
subtext: e.titleSubtext,
|
|
@@ -4801,13 +4800,13 @@ const Cr = Q({
|
|
|
4801
4800
|
tooltip: {
|
|
4802
4801
|
trigger: "axis",
|
|
4803
4802
|
show: e.tooltipShow,
|
|
4804
|
-
formatter: (
|
|
4805
|
-
const p =
|
|
4803
|
+
formatter: (f) => {
|
|
4804
|
+
const p = f.length;
|
|
4806
4805
|
let T = "", F = e.tooltipFormatter;
|
|
4807
4806
|
F === "" && (F = "{marker} {a} {c}");
|
|
4808
4807
|
const S = e.seriesTypes;
|
|
4809
4808
|
for (let _ = 0; _ < p; _++) {
|
|
4810
|
-
const U = S[_], { tooltipFormatter: H } = U || {}, { marker: O, seriesName:
|
|
4809
|
+
const U = S[_], { tooltipFormatter: H } = U || {}, { marker: O, seriesName: $, name: z, value: W, data: ee } = f[_] || {};
|
|
4811
4810
|
_ === 0 && (T += `${z}<br/>`), T += be(
|
|
4812
4811
|
// 如果系列有提示框组件就使用自定义,没有就用默认的
|
|
4813
4812
|
H || F,
|
|
@@ -4815,8 +4814,8 @@ const Cr = Q({
|
|
|
4815
4814
|
marker: O,
|
|
4816
4815
|
name: z,
|
|
4817
4816
|
value: W,
|
|
4818
|
-
seriesName:
|
|
4819
|
-
a:
|
|
4817
|
+
seriesName: $,
|
|
4818
|
+
a: $,
|
|
4820
4819
|
b: z,
|
|
4821
4820
|
c: W,
|
|
4822
4821
|
...ee
|
|
@@ -4857,27 +4856,27 @@ const Cr = Q({
|
|
|
4857
4856
|
},
|
|
4858
4857
|
yAxis: k(c),
|
|
4859
4858
|
series: k(t)
|
|
4860
|
-
})), { pageMode:
|
|
4859
|
+
})), { pageMode: s } = N(ce, {
|
|
4861
4860
|
pageMode: "normal"
|
|
4862
|
-
}), l = (
|
|
4861
|
+
}), l = (f = [], p = !1) => {
|
|
4863
4862
|
let T;
|
|
4864
4863
|
if (e.dataFieldConfigType === "key") {
|
|
4865
4864
|
const H = p ? e.keyTypeDataFieldNames : null;
|
|
4866
|
-
T =
|
|
4865
|
+
T = $e(f, H);
|
|
4867
4866
|
} else if (e.dataFieldConfigType === "value") {
|
|
4868
4867
|
const H = p ? e.valueTypeDataFieldNames : null;
|
|
4869
|
-
T = Ye(
|
|
4868
|
+
T = Ye(f, H);
|
|
4870
4869
|
}
|
|
4871
4870
|
o.value = T.dimensions;
|
|
4872
4871
|
const F = T.dataset, S = [], _ = F.length, U = e.seriesTypes;
|
|
4873
4872
|
for (let H = 0; H < _; H++) {
|
|
4874
|
-
const O = U[H], { type:
|
|
4873
|
+
const O = U[H], { type: $, axisIndex: z } = O || {};
|
|
4875
4874
|
let W = {
|
|
4876
|
-
type:
|
|
4875
|
+
type: $,
|
|
4877
4876
|
yAxisIndex: z,
|
|
4878
4877
|
...F[H]
|
|
4879
4878
|
};
|
|
4880
|
-
|
|
4879
|
+
$ === "line" && (W = {
|
|
4881
4880
|
...W,
|
|
4882
4881
|
symbolSize: e.symbolSize,
|
|
4883
4882
|
smooth: e.smooth,
|
|
@@ -4887,35 +4886,35 @@ const Cr = Q({
|
|
|
4887
4886
|
lineStyle: {
|
|
4888
4887
|
width: e.lineStyleWidth
|
|
4889
4888
|
}
|
|
4890
|
-
}),
|
|
4889
|
+
}), $ === "bar" && (W = {
|
|
4891
4890
|
...W,
|
|
4892
4891
|
barWidth: e.barWidth
|
|
4893
4892
|
}), S.push(W);
|
|
4894
4893
|
}
|
|
4895
4894
|
t.value = S;
|
|
4896
|
-
}, d = (
|
|
4897
|
-
const S =
|
|
4895
|
+
}, d = (f = [], p, T = !1) => {
|
|
4896
|
+
const S = $e(f, T ? p : null);
|
|
4898
4897
|
o.value = S.dimensions;
|
|
4899
4898
|
const _ = S.dataset, U = [], H = _.length, O = e.seriesTypes;
|
|
4900
|
-
for (let
|
|
4901
|
-
const z = O[
|
|
4899
|
+
for (let $ = 0; $ < H; $++) {
|
|
4900
|
+
const z = O[$];
|
|
4902
4901
|
U.push({
|
|
4903
4902
|
type: z == null ? void 0 : z.type,
|
|
4904
4903
|
yAxisIndex: z == null ? void 0 : z.axisIndex,
|
|
4905
|
-
..._[
|
|
4904
|
+
..._[$]
|
|
4906
4905
|
});
|
|
4907
4906
|
}
|
|
4908
4907
|
t.value = U;
|
|
4909
4908
|
};
|
|
4910
|
-
ne(() => [e.data, e.seriesTypes, e.symbolSize, e.smooth, e.areaStyleOpacity, e.lineStyleWidth, e.barWidth], ([
|
|
4911
|
-
(e.dataType === "static" || k(
|
|
4909
|
+
ne(() => [e.data, e.seriesTypes, e.symbolSize, e.smooth, e.areaStyleOpacity, e.lineStyleWidth, e.barWidth], ([f]) => {
|
|
4910
|
+
(e.dataType === "static" || k(s) === "design") && l(f);
|
|
4912
4911
|
}, {
|
|
4913
4912
|
immediate: !0,
|
|
4914
4913
|
deep: !0
|
|
4915
4914
|
});
|
|
4916
4915
|
const c = q(() => {
|
|
4917
|
-
const
|
|
4918
|
-
return
|
|
4916
|
+
const f = e.yAxis;
|
|
4917
|
+
return f == null ? void 0 : f.map((p) => ({
|
|
4919
4918
|
type: "value",
|
|
4920
4919
|
minInterval: e.yAxisMinInterval,
|
|
4921
4920
|
splitLine: {
|
|
@@ -4937,25 +4936,25 @@ const Cr = Q({
|
|
|
4937
4936
|
}
|
|
4938
4937
|
}));
|
|
4939
4938
|
}), m = I(!1), g = Ae(e), b = async () => {
|
|
4940
|
-
var
|
|
4941
|
-
if (!(e.dataType !== "request" || k(
|
|
4939
|
+
var f, p;
|
|
4940
|
+
if (!(e.dataType !== "request" || k(s) === "design"))
|
|
4942
4941
|
try {
|
|
4943
4942
|
m.value = !0;
|
|
4944
4943
|
const T = await g();
|
|
4945
|
-
l((p = (
|
|
4944
|
+
l((p = (f = T == null ? void 0 : T.data) == null ? void 0 : f.data) == null ? void 0 : p.rows, !0);
|
|
4946
4945
|
} catch (T) {
|
|
4947
4946
|
console.error(T);
|
|
4948
4947
|
} finally {
|
|
4949
4948
|
m.value = !1;
|
|
4950
4949
|
}
|
|
4951
|
-
},
|
|
4952
|
-
var
|
|
4953
|
-
if (!(e.dataType !== "indicator" || k(
|
|
4950
|
+
}, u = zt(e), h = async () => {
|
|
4951
|
+
var f, p, T, F, S;
|
|
4952
|
+
if (!(e.dataType !== "indicator" || k(s) === "design"))
|
|
4954
4953
|
try {
|
|
4955
4954
|
m.value = !0;
|
|
4956
|
-
const _ = await
|
|
4955
|
+
const _ = await u();
|
|
4957
4956
|
let U;
|
|
4958
|
-
((T = (p = (
|
|
4957
|
+
((T = (p = (f = _ == null ? void 0 : _.data) == null ? void 0 : f.data) == null ? void 0 : p.columns) == null ? void 0 : T.length) > 0 && (U = {
|
|
4959
4958
|
name: _.data.data.columns[0],
|
|
4960
4959
|
types: _.data.data.columns.slice(1).map((H) => ({ label: H, value: H }))
|
|
4961
4960
|
}), d((S = (F = _ == null ? void 0 : _.data) == null ? void 0 : F.data) == null ? void 0 : S.rows, U, !0);
|
|
@@ -4964,42 +4963,42 @@ const Cr = Q({
|
|
|
4964
4963
|
} finally {
|
|
4965
4964
|
m.value = !1;
|
|
4966
4965
|
}
|
|
4966
|
+
}, v = () => {
|
|
4967
|
+
k(s) !== "design" && (h(), b());
|
|
4967
4968
|
}, y = () => {
|
|
4968
|
-
|
|
4969
|
-
},
|
|
4970
|
-
y();
|
|
4971
|
-
}, A = ue(e), { getGlobalModel: x, setGlobalModel: B } = $(de, {
|
|
4969
|
+
v();
|
|
4970
|
+
}, A = ue(e), { getGlobalModel: x, setGlobalModel: B } = N(de, {
|
|
4972
4971
|
// @ts-ignore
|
|
4973
4972
|
// eslint-disable-next-line no-void
|
|
4974
|
-
getGlobalModel: (
|
|
4973
|
+
getGlobalModel: (f) => {
|
|
4975
4974
|
},
|
|
4976
4975
|
// @ts-ignore
|
|
4977
4976
|
// eslint-disable-next-line no-void
|
|
4978
|
-
setGlobalModel: (
|
|
4977
|
+
setGlobalModel: (f, p) => {
|
|
4979
4978
|
}
|
|
4980
|
-
}), w = A("click", (
|
|
4979
|
+
}), w = A("click", (f) => {
|
|
4981
4980
|
const p = e.id, T = x(p);
|
|
4982
|
-
B(p, { ...T, RECORD:
|
|
4983
|
-
}), { setRequest: L } =
|
|
4981
|
+
B(p, { ...T, RECORD: f == null ? void 0 : f.data });
|
|
4982
|
+
}), { setRequest: L } = N(Ce, {
|
|
4984
4983
|
// @ts-ignore
|
|
4985
4984
|
// eslint-disable-next-line no-void
|
|
4986
|
-
setRequest: ({ id:
|
|
4985
|
+
setRequest: ({ id: f, sortNum: p, requestFn: T }) => {
|
|
4987
4986
|
}
|
|
4988
4987
|
});
|
|
4989
4988
|
return L({
|
|
4990
4989
|
id: e.id,
|
|
4991
|
-
requestFn:
|
|
4990
|
+
requestFn: v,
|
|
4992
4991
|
sortNum: e.requestSort
|
|
4993
4992
|
}), ge(e, {
|
|
4994
4993
|
resetRecord: () => {
|
|
4995
|
-
const
|
|
4996
|
-
B(
|
|
4994
|
+
const f = e.id, p = x(f);
|
|
4995
|
+
B(f, { ...p, RECORD: "" });
|
|
4997
4996
|
},
|
|
4998
|
-
refreshData:
|
|
4997
|
+
refreshData: y,
|
|
4999
4998
|
click: w
|
|
5000
4999
|
}), {
|
|
5001
5000
|
style: n,
|
|
5002
|
-
option:
|
|
5001
|
+
option: r,
|
|
5003
5002
|
click: w,
|
|
5004
5003
|
loading: m,
|
|
5005
5004
|
visible: a,
|
|
@@ -5008,13 +5007,13 @@ const Cr = Q({
|
|
|
5008
5007
|
}
|
|
5009
5008
|
});
|
|
5010
5009
|
function Sr(e, n, t, o, a, i) {
|
|
5011
|
-
const
|
|
5010
|
+
const r = Z("echarts"), s = Z("spin"), l = Z("a-modal");
|
|
5012
5011
|
return E(), R("div", {
|
|
5013
5012
|
style: G(e.style)
|
|
5014
5013
|
}, [
|
|
5015
|
-
j(
|
|
5014
|
+
j(s, { spinning: e.loading }, {
|
|
5016
5015
|
default: Y(() => [
|
|
5017
|
-
j(
|
|
5016
|
+
j(r, {
|
|
5018
5017
|
option: e.option,
|
|
5019
5018
|
"update-options": { notMerge: !0 },
|
|
5020
5019
|
autoresize: "",
|
|
@@ -5031,9 +5030,9 @@ function Sr(e, n, t, o, a, i) {
|
|
|
5031
5030
|
onCancel: e.hideModal
|
|
5032
5031
|
}, {
|
|
5033
5032
|
default: Y(() => [
|
|
5034
|
-
j(
|
|
5033
|
+
j(s, { spinning: e.loading }, {
|
|
5035
5034
|
default: Y(() => [
|
|
5036
|
-
j(
|
|
5035
|
+
j(r, {
|
|
5037
5036
|
option: e.option,
|
|
5038
5037
|
"update-options": { notMerge: !0 },
|
|
5039
5038
|
autoresize: "",
|
|
@@ -5074,7 +5073,7 @@ const wr = /* @__PURE__ */ K(Cr, [["render", Sr]]), kr = oe(wr), fo = {
|
|
|
5074
5073
|
...mo
|
|
5075
5074
|
},
|
|
5076
5075
|
setup(e) {
|
|
5077
|
-
const n = ie(e, ["background"]), { theme: t } =
|
|
5076
|
+
const n = ie(e, ["background"]), { theme: t } = N(ce, {
|
|
5078
5077
|
theme: "light"
|
|
5079
5078
|
}), o = q(() => ({
|
|
5080
5079
|
// borderWidth: props.borderWidth,
|
|
@@ -5085,24 +5084,24 @@ const wr = /* @__PURE__ */ K(Cr, [["render", Sr]]), kr = oe(wr), fo = {
|
|
|
5085
5084
|
width: "100%",
|
|
5086
5085
|
height: "100%"
|
|
5087
5086
|
})), i = ue(e)("click", () => {
|
|
5088
|
-
}),
|
|
5087
|
+
}), r = I([]);
|
|
5089
5088
|
ne(() => e.data, (l) => {
|
|
5090
|
-
|
|
5089
|
+
r.value = l;
|
|
5091
5090
|
}, {
|
|
5092
5091
|
immediate: !0,
|
|
5093
5092
|
deep: !0
|
|
5094
5093
|
}), ge(e, {
|
|
5095
5094
|
click: i
|
|
5096
5095
|
});
|
|
5097
|
-
const { setGlobalModel:
|
|
5096
|
+
const { setGlobalModel: s } = N(de, {
|
|
5098
5097
|
// @ts-ignore
|
|
5099
5098
|
// eslint-disable-next-line no-void
|
|
5100
5099
|
setGlobalModel: (l, d) => {
|
|
5101
5100
|
}
|
|
5102
5101
|
});
|
|
5103
|
-
return
|
|
5102
|
+
return s(e.id, {
|
|
5104
5103
|
type: e.type,
|
|
5105
|
-
value:
|
|
5104
|
+
value: r
|
|
5106
5105
|
}), {
|
|
5107
5106
|
style: n,
|
|
5108
5107
|
click: i,
|
|
@@ -5125,7 +5124,7 @@ function qr(e, n, t, o, a, i) {
|
|
|
5125
5124
|
return E(), R("div", {
|
|
5126
5125
|
class: "ecan-border",
|
|
5127
5126
|
style: G(e.style),
|
|
5128
|
-
onClick: n[0] || (n[0] = (...
|
|
5127
|
+
onClick: n[0] || (n[0] = (...r) => e.click && e.click(...r))
|
|
5129
5128
|
}, [
|
|
5130
5129
|
e.mode === "no-title" ? (E(), R("div", {
|
|
5131
5130
|
key: 0,
|
|
@@ -5200,12 +5199,12 @@ const jr = /* @__PURE__ */ K(xr, [["render", qr], ["__scopeId", "data-v-f3fc1305
|
|
|
5200
5199
|
bottom: "bottom"
|
|
5201
5200
|
}[z]
|
|
5202
5201
|
};
|
|
5203
|
-
}), o = e.width, a = e.height, i = e.originalWidth,
|
|
5204
|
-
let
|
|
5205
|
-
const
|
|
5202
|
+
}), o = e.width, a = e.height, i = e.originalWidth, r = e.originalHeight, s = I("80%"), l = I(0), d = I(), c = I(0), m = I({}), g = ie(e), b = I({}), u = I(!1), h = I();
|
|
5203
|
+
let v;
|
|
5204
|
+
const y = () => {
|
|
5206
5205
|
d.value = parseFloat(o) / parseFloat(i);
|
|
5207
|
-
const z = parseFloat(a) / parseFloat(
|
|
5208
|
-
l.value = W * k(d), c.value = ee * z,
|
|
5206
|
+
const z = parseFloat(a) / parseFloat(r), W = document.body.offsetWidth, ee = document.body.offsetHeight;
|
|
5207
|
+
l.value = W * k(d), c.value = ee * z, s.value = `${k(d) * 100}%`, m.value = {
|
|
5209
5208
|
width: `${k(l)}px`,
|
|
5210
5209
|
height: `${k(c)}px`
|
|
5211
5210
|
}, b.value = {
|
|
@@ -5213,31 +5212,31 @@ const jr = /* @__PURE__ */ K(xr, [["render", qr], ["__scopeId", "data-v-f3fc1305
|
|
|
5213
5212
|
backgroundImage: Re(e.backgroundImage, !0),
|
|
5214
5213
|
transform: `scale(${k(l) / parseFloat(o)},${k(c) / parseFloat(a)})`
|
|
5215
5214
|
};
|
|
5216
|
-
}, A =
|
|
5217
|
-
|
|
5215
|
+
}, A = Mt(() => {
|
|
5216
|
+
y();
|
|
5218
5217
|
}, 100), x = () => {
|
|
5219
5218
|
const z = window.MutationObserver;
|
|
5220
|
-
|
|
5219
|
+
v = new z(A), v.observe(document.body, {
|
|
5221
5220
|
attributes: !0,
|
|
5222
5221
|
attributeFilter: ["style"],
|
|
5223
5222
|
attributeOldValue: !0
|
|
5224
5223
|
});
|
|
5225
5224
|
}, B = () => {
|
|
5226
|
-
|
|
5227
|
-
}, w = I(!1), { touchRequest: L } =
|
|
5225
|
+
v && (v.disconnect(), v.takeRecords(), v = null);
|
|
5226
|
+
}, w = I(!1), { touchRequest: L } = N(Ce, {
|
|
5228
5227
|
// @ts-ignore
|
|
5229
5228
|
// eslint-disable-next-line no-void
|
|
5230
5229
|
touchRequest: () => {
|
|
5231
5230
|
}
|
|
5232
5231
|
}), C = () => {
|
|
5233
5232
|
w.value = !0;
|
|
5234
|
-
},
|
|
5233
|
+
}, f = () => {
|
|
5235
5234
|
w.value = !1;
|
|
5236
5235
|
}, p = () => {
|
|
5237
|
-
|
|
5236
|
+
f();
|
|
5238
5237
|
}, T = () => {
|
|
5239
|
-
|
|
5240
|
-
}, { setModalModel: F, pushUseModalIds: S, popUseModalIds: _ } =
|
|
5238
|
+
f();
|
|
5239
|
+
}, { setModalModel: F, pushUseModalIds: S, popUseModalIds: _ } = N(_n, {
|
|
5241
5240
|
pushUseModalIds: (z) => {
|
|
5242
5241
|
},
|
|
5243
5242
|
popUseModalIds: () => {
|
|
@@ -5251,23 +5250,23 @@ const jr = /* @__PURE__ */ K(xr, [["render", qr], ["__scopeId", "data-v-f3fc1305
|
|
|
5251
5250
|
Array.isArray(ee) && (W = ee.map((se) => se.id), F(z, [...new Set(W)]));
|
|
5252
5251
|
};
|
|
5253
5252
|
ne(() => w.value, async (z) => {
|
|
5254
|
-
z ? (
|
|
5255
|
-
|
|
5253
|
+
z ? (u.value = !1, S(e.id), U(), await ft(() => {
|
|
5254
|
+
y(), window.addEventListener("resize", A), x(), u.value = !0;
|
|
5256
5255
|
}), L()) : (_(), window.removeEventListener("resize", A), B());
|
|
5257
5256
|
});
|
|
5258
|
-
const H = q(() => k(d) >= 1), O = q(() => e.fullModal),
|
|
5257
|
+
const H = q(() => k(d) >= 1), O = q(() => e.fullModal), $ = q(() => {
|
|
5259
5258
|
let z = "ecan-modal";
|
|
5260
5259
|
return k(H) && (z += " ecan-full-width-modal"), k(O) && (z += " ecan-full-modal"), z;
|
|
5261
5260
|
});
|
|
5262
5261
|
return ge(e, {
|
|
5263
5262
|
showModal: C
|
|
5264
5263
|
}), {
|
|
5265
|
-
modalRef:
|
|
5264
|
+
modalRef: h,
|
|
5266
5265
|
containStyle: m,
|
|
5267
5266
|
contentStyle: b,
|
|
5268
5267
|
getContainer: n,
|
|
5269
5268
|
modalStyle: t,
|
|
5270
|
-
modalWith:
|
|
5269
|
+
modalWith: s,
|
|
5271
5270
|
isFullModal: O,
|
|
5272
5271
|
style: g,
|
|
5273
5272
|
visible: w,
|
|
@@ -5275,14 +5274,14 @@ const jr = /* @__PURE__ */ K(xr, [["render", qr], ["__scopeId", "data-v-f3fc1305
|
|
|
5275
5274
|
onOk: p,
|
|
5276
5275
|
onCancel: T,
|
|
5277
5276
|
isFullWidth: H,
|
|
5278
|
-
wrapClassName:
|
|
5279
|
-
ready:
|
|
5277
|
+
wrapClassName: $,
|
|
5278
|
+
ready: u
|
|
5280
5279
|
};
|
|
5281
5280
|
}
|
|
5282
5281
|
});
|
|
5283
5282
|
function Zr(e, n, t, o, a, i) {
|
|
5284
|
-
const
|
|
5285
|
-
return E(), Oe(
|
|
5283
|
+
const r = Z("a-modal");
|
|
5284
|
+
return E(), Oe(r, {
|
|
5286
5285
|
getContainer: e.getContainer,
|
|
5287
5286
|
wrapClassName: e.wrapClassName,
|
|
5288
5287
|
centered: "",
|
|
@@ -5306,9 +5305,9 @@ function Zr(e, n, t, o, a, i) {
|
|
|
5306
5305
|
class: "content",
|
|
5307
5306
|
style: G(e.contentStyle)
|
|
5308
5307
|
}, [
|
|
5309
|
-
(E(!0), R(Le, null, Ie(e.componentList, (
|
|
5310
|
-
key:
|
|
5311
|
-
},
|
|
5308
|
+
(E(!0), R(Le, null, Ie(e.componentList, (s, l) => (E(), Oe(Eo(s.type), Oo({
|
|
5309
|
+
key: s.id + l
|
|
5310
|
+
}, s), null, 16))), 128))
|
|
5312
5311
|
], 4)) : pe("", !0)
|
|
5313
5312
|
], 4)
|
|
5314
5313
|
]),
|
|
@@ -5347,6 +5346,8 @@ const Jr = /* @__PURE__ */ K(Hr, [["render", Zr], ["__scopeId", "data-v-0447cd77
|
|
|
5347
5346
|
tabFontWeight: 400,
|
|
5348
5347
|
value: "",
|
|
5349
5348
|
activeKey: 0,
|
|
5349
|
+
autoSwitch: !1,
|
|
5350
|
+
autoSwitchInterval: 1,
|
|
5350
5351
|
contains: [],
|
|
5351
5352
|
tabFlexDirection: "row",
|
|
5352
5353
|
data: [
|
|
@@ -5368,45 +5369,61 @@ const Jr = /* @__PURE__ */ K(Hr, [["render", Zr], ["__scopeId", "data-v-0447cd77
|
|
|
5368
5369
|
...bo
|
|
5369
5370
|
},
|
|
5370
5371
|
setup(e) {
|
|
5371
|
-
var
|
|
5372
|
+
var b;
|
|
5372
5373
|
const n = ie(e), t = I(0);
|
|
5373
|
-
ne(() => e.activeKey, (
|
|
5374
|
-
t.value =
|
|
5374
|
+
ne(() => e.activeKey, (u) => {
|
|
5375
|
+
t.value = u;
|
|
5375
5376
|
}, {
|
|
5376
5377
|
immediate: !0
|
|
5377
5378
|
});
|
|
5378
|
-
const o =
|
|
5379
|
-
|
|
5380
|
-
|
|
5379
|
+
const { pageMode: o } = N(ce, {
|
|
5380
|
+
pageMode: "normal"
|
|
5381
|
+
});
|
|
5382
|
+
let a = null;
|
|
5383
|
+
const i = () => {
|
|
5384
|
+
const u = Array.isArray(k(r)) ? k(r).length - 1 : 0;
|
|
5385
|
+
e.autoSwitch && k(o) !== "design" && u > 0 && (a = setInterval(() => {
|
|
5386
|
+
const h = k(t) + 1;
|
|
5387
|
+
h <= u ? t.value = h : t.value = 0, m();
|
|
5388
|
+
}, e.autoSwitchInterval * 1e3));
|
|
5389
|
+
};
|
|
5390
|
+
Ne(() => {
|
|
5391
|
+
i();
|
|
5392
|
+
}), xt(() => {
|
|
5393
|
+
clearInterval(a);
|
|
5394
|
+
});
|
|
5395
|
+
const r = I([]);
|
|
5396
|
+
ne(() => e.data, (u) => {
|
|
5397
|
+
r.value = u;
|
|
5381
5398
|
}, {
|
|
5382
5399
|
immediate: !0,
|
|
5383
5400
|
deep: !0
|
|
5384
5401
|
});
|
|
5385
|
-
const
|
|
5402
|
+
const s = (u) => t.value === u, l = I(e.value || k(r)[0] && ((b = k(r)[0]) == null ? void 0 : b.value) || ""), d = ue(e), { setGlobalModel: c } = N(de, {
|
|
5386
5403
|
// @ts-ignore
|
|
5387
5404
|
// eslint-disable-next-line no-void
|
|
5388
|
-
setGlobalModel: (
|
|
5405
|
+
setGlobalModel: (u, h) => {
|
|
5389
5406
|
}
|
|
5390
5407
|
});
|
|
5391
|
-
|
|
5392
|
-
value:
|
|
5408
|
+
c(e.id, {
|
|
5409
|
+
value: l,
|
|
5393
5410
|
activeKey: t
|
|
5394
5411
|
});
|
|
5395
|
-
const { emitRefreshPage:
|
|
5412
|
+
const { emitRefreshPage: m } = N(Ze, {
|
|
5396
5413
|
// eslint-disable-next-line no-void
|
|
5397
5414
|
emitRefreshPage: () => {
|
|
5398
5415
|
}
|
|
5399
|
-
}),
|
|
5400
|
-
|
|
5416
|
+
}), g = d("tabChange", (u, h) => {
|
|
5417
|
+
h !== k(t) && (l.value = (u == null ? void 0 : u.value) || "", t.value = h, m());
|
|
5401
5418
|
});
|
|
5402
5419
|
return ge(e, {
|
|
5403
|
-
tabChange:
|
|
5420
|
+
tabChange: g
|
|
5404
5421
|
}), {
|
|
5405
5422
|
style: n,
|
|
5406
5423
|
activeKey: t,
|
|
5407
|
-
isActive:
|
|
5408
|
-
tabChange:
|
|
5409
|
-
myData:
|
|
5424
|
+
isActive: s,
|
|
5425
|
+
tabChange: g,
|
|
5426
|
+
myData: r,
|
|
5410
5427
|
useImagePath: Re
|
|
5411
5428
|
};
|
|
5412
5429
|
}
|
|
@@ -5426,30 +5443,30 @@ function es(e, n, t, o, a, i) {
|
|
|
5426
5443
|
flexDirection: e.tabFlexDirection
|
|
5427
5444
|
})
|
|
5428
5445
|
}, [
|
|
5429
|
-
(E(!0), R(Le, null, Ie(e.myData, (
|
|
5446
|
+
(E(!0), R(Le, null, Ie(e.myData, (r, s) => (E(), R("div", {
|
|
5430
5447
|
class: "tab",
|
|
5431
5448
|
style: G({
|
|
5432
5449
|
padding: `5px ${e.tabHorizontalPadding}`,
|
|
5433
|
-
color: e.isActive(
|
|
5434
|
-
backgroundImage: e.isActive(
|
|
5450
|
+
color: e.isActive(s) ? e.activeTabColor : e.tabColor,
|
|
5451
|
+
backgroundImage: e.isActive(s) ? e.useImagePath(e.activeTabBackgroundImage, !0) : e.useImagePath(e.tabBackgroundImage, !0),
|
|
5435
5452
|
marginRight: e.tabFlexDirection === "row" ? e.tabBarGutter : null,
|
|
5436
5453
|
marginBottom: e.tabFlexDirection === "column" ? e.tabBarGutter : null,
|
|
5437
5454
|
fontWeight: e.tabFontWeight
|
|
5438
5455
|
}),
|
|
5439
|
-
key:
|
|
5440
|
-
onClick: Fo((l) => e.tabChange(
|
|
5456
|
+
key: s,
|
|
5457
|
+
onClick: Fo((l) => e.tabChange(r, s), ["prevent", "stop"])
|
|
5441
5458
|
}, [
|
|
5442
5459
|
X("div", {
|
|
5443
5460
|
class: "tab-inner",
|
|
5444
5461
|
style: G({
|
|
5445
|
-
borderBottom: !e.activeTabBackgroundImage && !e.tabBackgroundImage ? `1px solid ${e.isActive(
|
|
5462
|
+
borderBottom: !e.activeTabBackgroundImage && !e.tabBackgroundImage ? `1px solid ${e.isActive(s) ? e.activeTabColor : "transparent"}` : ""
|
|
5446
5463
|
})
|
|
5447
|
-
}, he(
|
|
5464
|
+
}, he(r.title), 5)
|
|
5448
5465
|
], 12, Xr))), 128))
|
|
5449
5466
|
], 4)
|
|
5450
5467
|
], 4);
|
|
5451
5468
|
}
|
|
5452
|
-
const ts = /* @__PURE__ */ K(Kr, [["render", es], ["__scopeId", "data-v-
|
|
5469
|
+
const ts = /* @__PURE__ */ K(Kr, [["render", es], ["__scopeId", "data-v-9d6fb0a7"]]), ns = oe(ts), vo = {
|
|
5453
5470
|
...re,
|
|
5454
5471
|
name: "图片",
|
|
5455
5472
|
keyName: "图片",
|
|
@@ -5466,7 +5483,7 @@ const ts = /* @__PURE__ */ K(Kr, [["render", es], ["__scopeId", "data-v-3db5a989
|
|
|
5466
5483
|
...po
|
|
5467
5484
|
},
|
|
5468
5485
|
setup(e) {
|
|
5469
|
-
const n = ie(e), t = q(() => Re(e.imgUrl)), { pageMode: o } =
|
|
5486
|
+
const n = ie(e), t = q(() => Re(e.imgUrl)), { pageMode: o } = N(ce, {
|
|
5470
5487
|
pageMode: "normal"
|
|
5471
5488
|
});
|
|
5472
5489
|
return {
|
|
@@ -5475,13 +5492,13 @@ const ts = /* @__PURE__ */ K(Kr, [["render", es], ["__scopeId", "data-v-3db5a989
|
|
|
5475
5492
|
onClick: () => {
|
|
5476
5493
|
if (!e.linkPage && !e.href)
|
|
5477
5494
|
return;
|
|
5478
|
-
const i = e.linkPage || "",
|
|
5479
|
-
let l =
|
|
5495
|
+
const i = e.linkPage || "", r = In(k(o), i), s = e.href;
|
|
5496
|
+
let l = s || r;
|
|
5480
5497
|
l = be(l);
|
|
5481
5498
|
const d = e.target;
|
|
5482
5499
|
d == null || d === "" || (d !== "event" ? window.open(l, "_" + d) : window.parent.postMessage({
|
|
5483
5500
|
type: "openPage",
|
|
5484
|
-
url:
|
|
5501
|
+
url: s
|
|
5485
5502
|
}, "*"));
|
|
5486
5503
|
}
|
|
5487
5504
|
};
|
|
@@ -5493,7 +5510,7 @@ function ls(e, n, t, o, a, i) {
|
|
|
5493
5510
|
key: 0,
|
|
5494
5511
|
style: G(e.style),
|
|
5495
5512
|
src: e.myImgUrl,
|
|
5496
|
-
onClick: n[0] || (n[0] = (...
|
|
5513
|
+
onClick: n[0] || (n[0] = (...r) => e.onClick && e.onClick(...r))
|
|
5497
5514
|
}, null, 12, as)) : (E(), R("div", {
|
|
5498
5515
|
key: 1,
|
|
5499
5516
|
class: "image-placeholder",
|
|
@@ -5515,7 +5532,7 @@ const is = /* @__PURE__ */ K(os, [["render", ls], ["__scopeId", "data-v-9706b851
|
|
|
5515
5532
|
...So
|
|
5516
5533
|
},
|
|
5517
5534
|
setup(e) {
|
|
5518
|
-
const n = ie(e), { contextRequestUrl: t } =
|
|
5535
|
+
const n = ie(e), { contextRequestUrl: t } = N(ce, {
|
|
5519
5536
|
contextRequestUrl: ""
|
|
5520
5537
|
}), o = q(() => {
|
|
5521
5538
|
let a = be(e.link);
|
|
@@ -5645,7 +5662,7 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5645
5662
|
default:
|
|
5646
5663
|
return 55;
|
|
5647
5664
|
}
|
|
5648
|
-
}), a = q(() => e.scrollX), i = q(() => parseFloat(e.height) - k(o)),
|
|
5665
|
+
}), a = q(() => e.scrollX), i = q(() => parseFloat(e.height) - k(o)), r = I([]), s = I([]), l = I([]), d = I([]), c = I(0), m = I(1), g = q(() => e.paginationPageSize), b = Ro([]), u = (M = []) => {
|
|
5649
5666
|
if (Array.isArray(M) && M.length > 0) {
|
|
5650
5667
|
const D = M.length, V = e.columnsFixedNum;
|
|
5651
5668
|
for (let J = 0; J < D; J++) {
|
|
@@ -5657,20 +5674,20 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5657
5674
|
dataIndex: fe,
|
|
5658
5675
|
title: ye,
|
|
5659
5676
|
tableFilter: me,
|
|
5660
|
-
headerCellAlign:
|
|
5677
|
+
headerCellAlign: qe,
|
|
5661
5678
|
headerCellColor: ot
|
|
5662
5679
|
} = P;
|
|
5663
|
-
me && (b.push(fe), P.filterOptionsInputValue = "", P.filterCheckboxGroupValue = [], P.customFilterDropdown = !0, P.onFilter = (
|
|
5680
|
+
me && (b.push(fe), P.filterOptionsInputValue = "", P.filterCheckboxGroupValue = [], P.customFilterDropdown = !0, P.onFilter = (je, ht) => ht[fe].toString().toLowerCase().includes(je.toLowerCase())), P.customHeaderCell = () => ({
|
|
5664
5681
|
style: {
|
|
5665
5682
|
display: "table-cell",
|
|
5666
5683
|
verticalAlign: "middle",
|
|
5667
5684
|
fontSize: e.headerFontSize,
|
|
5668
5685
|
fontWeight: e.headerFontWeight,
|
|
5669
|
-
textAlign:
|
|
5686
|
+
textAlign: qe || "center",
|
|
5670
5687
|
color: ot,
|
|
5671
5688
|
borderBottomColor: e.borderColor
|
|
5672
5689
|
}
|
|
5673
|
-
}), P.customCell = (
|
|
5690
|
+
}), P.customCell = (je, ht) => ({
|
|
5674
5691
|
style: {
|
|
5675
5692
|
textAlign: te,
|
|
5676
5693
|
color: le,
|
|
@@ -5681,17 +5698,17 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5681
5698
|
highlight: k(W) === ht && e.clickHighlight
|
|
5682
5699
|
},
|
|
5683
5700
|
onClick: S("click", () => {
|
|
5684
|
-
const
|
|
5685
|
-
|
|
5701
|
+
const Nt = e.id, Lo = U(Nt);
|
|
5702
|
+
je = {
|
|
5686
5703
|
dataIndex: fe,
|
|
5687
5704
|
title: ye,
|
|
5688
|
-
...
|
|
5689
|
-
}, H(
|
|
5705
|
+
...je
|
|
5706
|
+
}, H(Nt, { ...Lo, RECORD: je });
|
|
5690
5707
|
})
|
|
5691
|
-
}), Array.isArray(P.children) &&
|
|
5708
|
+
}), Array.isArray(P.children) && u(P.children);
|
|
5692
5709
|
}
|
|
5693
5710
|
}
|
|
5694
|
-
},
|
|
5711
|
+
}, h = (M = []) => (e.isUseSeq && M.unshift({
|
|
5695
5712
|
title: "序号",
|
|
5696
5713
|
dataIndex: "SEQ",
|
|
5697
5714
|
align: "center"
|
|
@@ -5699,7 +5716,7 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5699
5716
|
title: "操作",
|
|
5700
5717
|
dataIndex: "ACTION",
|
|
5701
5718
|
width: e.actionColumnWidth
|
|
5702
|
-
}),
|
|
5719
|
+
}), u(M), M);
|
|
5703
5720
|
ne(() => [
|
|
5704
5721
|
e.columns,
|
|
5705
5722
|
e.isUseSeq,
|
|
@@ -5709,16 +5726,16 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5709
5726
|
e.cellBackgroundColor,
|
|
5710
5727
|
e.borderColor
|
|
5711
5728
|
], () => {
|
|
5712
|
-
|
|
5729
|
+
r.value = h(bt(e.columns));
|
|
5713
5730
|
}, {
|
|
5714
5731
|
immediate: !0,
|
|
5715
5732
|
deep: !0
|
|
5716
5733
|
}), ne(() => [e.data, e.dataType], ([M, D]) => {
|
|
5717
|
-
D === "static" && (
|
|
5734
|
+
D === "static" && (s.value = M);
|
|
5718
5735
|
}, {
|
|
5719
5736
|
immediate: !0
|
|
5720
5737
|
});
|
|
5721
|
-
const
|
|
5738
|
+
const v = I({}), y = (M) => {
|
|
5722
5739
|
if (Array.isArray(M)) {
|
|
5723
5740
|
const D = M.length, V = b, J = V.length, P = {};
|
|
5724
5741
|
for (let le = 0; le < D; le++) {
|
|
@@ -5728,8 +5745,8 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5728
5745
|
if (P[me])
|
|
5729
5746
|
P[me].add(fe[me]);
|
|
5730
5747
|
else {
|
|
5731
|
-
const
|
|
5732
|
-
|
|
5748
|
+
const qe = /* @__PURE__ */ new Set();
|
|
5749
|
+
qe.add(fe[me]), P[me] = qe;
|
|
5733
5750
|
}
|
|
5734
5751
|
}
|
|
5735
5752
|
}
|
|
@@ -5739,12 +5756,12 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5739
5756
|
const fe = P[le], ye = Array.from(fe);
|
|
5740
5757
|
te[le] = ye.map((me) => ({ label: me, value: me }));
|
|
5741
5758
|
}
|
|
5742
|
-
|
|
5759
|
+
v.value = te;
|
|
5743
5760
|
}
|
|
5744
5761
|
};
|
|
5745
|
-
ne(() => [e.isReverse,
|
|
5746
|
-
const M = k(
|
|
5747
|
-
if (
|
|
5762
|
+
ne(() => [e.isReverse, r.value, s.value], () => {
|
|
5763
|
+
const M = k(r), D = k(s);
|
|
5764
|
+
if (y(D), e.isReverse) {
|
|
5748
5765
|
const { columns: V, dataSource: J } = A(bt(M), bt(D));
|
|
5749
5766
|
l.value = V, d.value = J;
|
|
5750
5767
|
} else
|
|
@@ -5791,7 +5808,7 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5791
5808
|
...V
|
|
5792
5809
|
});
|
|
5793
5810
|
const J = await B(V), { rows: P = [], total: te = 0 } = ((D = J == null ? void 0 : J.data) == null ? void 0 : D.data) || {};
|
|
5794
|
-
c.value = te, Array.isArray(P) && (
|
|
5811
|
+
c.value = te, Array.isArray(P) && (s.value = P);
|
|
5795
5812
|
} catch (V) {
|
|
5796
5813
|
console.error(V);
|
|
5797
5814
|
} finally {
|
|
@@ -5806,7 +5823,7 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5806
5823
|
J != null && le != null && (x.value = J + " " + le, m.value = 1);
|
|
5807
5824
|
}
|
|
5808
5825
|
se(!1);
|
|
5809
|
-
},
|
|
5826
|
+
}, f = q(() => {
|
|
5810
5827
|
const M = e.simple, D = [e.paginationPosition];
|
|
5811
5828
|
return e.paginationShow && {
|
|
5812
5829
|
simple: M,
|
|
@@ -5817,7 +5834,7 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5817
5834
|
showSizeChanger: !1
|
|
5818
5835
|
};
|
|
5819
5836
|
}), p = (M) => +M == 1 ? "是" : +M == 0 ? "否" : M, T = (M, D) => D == null || D === "" ? M : {
|
|
5820
|
-
money:
|
|
5837
|
+
money: Dt,
|
|
5821
5838
|
percentage: dt,
|
|
5822
5839
|
contrast: dt,
|
|
5823
5840
|
boolean: p
|
|
@@ -5831,9 +5848,9 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5831
5848
|
case V < 0:
|
|
5832
5849
|
return "goDown";
|
|
5833
5850
|
}
|
|
5834
|
-
}, S = ue(e), { pageMode: _ } =
|
|
5851
|
+
}, S = ue(e), { pageMode: _ } = N(ce, {
|
|
5835
5852
|
pageMode: "normal"
|
|
5836
|
-
}), { getGlobalModel: U, setGlobalModel: H } =
|
|
5853
|
+
}), { getGlobalModel: U, setGlobalModel: H } = N(de, {
|
|
5837
5854
|
// @ts-ignore
|
|
5838
5855
|
// eslint-disable-next-line no-void
|
|
5839
5856
|
getGlobalModel: (M) => {
|
|
@@ -5844,12 +5861,12 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5844
5861
|
}
|
|
5845
5862
|
}), O = (M = [], D = []) => {
|
|
5846
5863
|
const V = M.map((J) => ({ title: J, dataIndex: J, key: J }));
|
|
5847
|
-
|
|
5848
|
-
},
|
|
5864
|
+
r.value = h(V), s.value = D;
|
|
5865
|
+
}, $ = Mn(e), z = async () => {
|
|
5849
5866
|
var M, D, V, J;
|
|
5850
5867
|
try {
|
|
5851
5868
|
w.value = !0;
|
|
5852
|
-
const P = await
|
|
5869
|
+
const P = await $();
|
|
5853
5870
|
O((D = (M = P == null ? void 0 : P.data) == null ? void 0 : M.data) == null ? void 0 : D.columns, (J = (V = P == null ? void 0 : P.data) == null ? void 0 : V.data) == null ? void 0 : J.rows);
|
|
5854
5871
|
} catch (P) {
|
|
5855
5872
|
console.error(P);
|
|
@@ -5915,7 +5932,7 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5915
5932
|
}
|
|
5916
5933
|
}
|
|
5917
5934
|
return D;
|
|
5918
|
-
}), { setRequest: _o } =
|
|
5935
|
+
}), { setRequest: _o } = N(Ce, {
|
|
5919
5936
|
// @ts-ignore
|
|
5920
5937
|
// eslint-disable-next-line no-void
|
|
5921
5938
|
setRequest: ({ id: M, sortNum: D, requestFn: V }) => {
|
|
@@ -5932,7 +5949,7 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5932
5949
|
y: i,
|
|
5933
5950
|
style: t,
|
|
5934
5951
|
customRow: ee,
|
|
5935
|
-
pagination:
|
|
5952
|
+
pagination: f,
|
|
5936
5953
|
formatFn: T,
|
|
5937
5954
|
contrastClass: F,
|
|
5938
5955
|
tableChange: C,
|
|
@@ -5958,7 +5975,7 @@ const us = /* @__PURE__ */ K(ss, [["render", ds], ["__scopeId", "data-v-b0be60e8
|
|
|
5958
5975
|
useFilterOptions: (M) => {
|
|
5959
5976
|
const D = M.dataIndex;
|
|
5960
5977
|
if (typeof D == "string") {
|
|
5961
|
-
let V = k(
|
|
5978
|
+
let V = k(v)[D];
|
|
5962
5979
|
const J = k(M.filterOptionsInputValue).trim();
|
|
5963
5980
|
return Array.isArray(V) ? (V = V.filter((P) => typeof P.label == "string" ? P.label.toLowerCase().includes(J.toLowerCase()) : !0), V) : [];
|
|
5964
5981
|
}
|
|
@@ -5980,7 +5997,7 @@ const hs = /* @__PURE__ */ dn(" 搜索 "), ys = /* @__PURE__ */ dn(" 重置 "),
|
|
|
5980
5997
|
class: "action-list"
|
|
5981
5998
|
}, ps = ["href", "target", "onClick"];
|
|
5982
5999
|
function Cs(e, n, t, o, a, i) {
|
|
5983
|
-
const
|
|
6000
|
+
const r = Z("a-input"), s = Z("a-checkbox-group"), l = Z("a-button"), d = Z("a-table-summary-cell"), c = Z("a-table-summary-row"), m = Z("a-table-summary"), g = Z("a-table"), b = Z("skeleton");
|
|
5984
6001
|
return E(), R("div", {
|
|
5985
6002
|
class: "ecan-table",
|
|
5986
6003
|
style: G(e.style)
|
|
@@ -6001,33 +6018,33 @@ function Cs(e, n, t, o, a, i) {
|
|
|
6001
6018
|
pagination: e.pagination,
|
|
6002
6019
|
onChange: e.tableChange
|
|
6003
6020
|
}, {
|
|
6004
|
-
customFilterDropdown: Y(({ column:
|
|
6021
|
+
customFilterDropdown: Y(({ column: u, selectedKeys: h, setSelectedKeys: v, confirm: y, clearFilters: A }) => [
|
|
6005
6022
|
X("div", {
|
|
6006
6023
|
class: "ecan-table-filter",
|
|
6007
6024
|
style: G({
|
|
6008
6025
|
height: e.filterDropdownHeight
|
|
6009
6026
|
})
|
|
6010
6027
|
}, [
|
|
6011
|
-
j(
|
|
6012
|
-
value:
|
|
6013
|
-
"onUpdate:value": (x) =>
|
|
6028
|
+
j(r, {
|
|
6029
|
+
value: u.filterOptionsInputValue,
|
|
6030
|
+
"onUpdate:value": (x) => u.filterOptionsInputValue = x,
|
|
6014
6031
|
placeholder: "请输入关键字",
|
|
6015
6032
|
class: "filter-input",
|
|
6016
6033
|
onChange: e.onSearchFilterOptions
|
|
6017
6034
|
}, null, 8, ["value", "onUpdate:value", "onChange"]),
|
|
6018
|
-
j(
|
|
6019
|
-
value:
|
|
6020
|
-
"onUpdate:value": (x) =>
|
|
6035
|
+
j(s, {
|
|
6036
|
+
value: u.filterCheckboxGroupValue,
|
|
6037
|
+
"onUpdate:value": (x) => u.filterCheckboxGroupValue = x,
|
|
6021
6038
|
class: "filter-checkbox",
|
|
6022
|
-
options: e.useFilterOptions(
|
|
6023
|
-
onChange: (x) => e.useSetSelectedKeys(
|
|
6039
|
+
options: e.useFilterOptions(u),
|
|
6040
|
+
onChange: (x) => e.useSetSelectedKeys(v, u)
|
|
6024
6041
|
}, null, 8, ["value", "onUpdate:value", "options", "onChange"]),
|
|
6025
6042
|
X("div", null, [
|
|
6026
6043
|
j(l, {
|
|
6027
6044
|
type: "primary",
|
|
6028
6045
|
size: "small",
|
|
6029
6046
|
style: { width: "90px", "margin-right": "8px" },
|
|
6030
|
-
onClick: () =>
|
|
6047
|
+
onClick: () => y()
|
|
6031
6048
|
}, {
|
|
6032
6049
|
default: Y(() => [
|
|
6033
6050
|
hs
|
|
@@ -6037,7 +6054,7 @@ function Cs(e, n, t, o, a, i) {
|
|
|
6037
6054
|
j(l, {
|
|
6038
6055
|
size: "small",
|
|
6039
6056
|
style: { width: "90px" },
|
|
6040
|
-
onClick: (x) => e.onResetFilter(A,
|
|
6057
|
+
onClick: (x) => e.onResetFilter(A, u)
|
|
6041
6058
|
}, {
|
|
6042
6059
|
default: Y(() => [
|
|
6043
6060
|
ys
|
|
@@ -6047,56 +6064,56 @@ function Cs(e, n, t, o, a, i) {
|
|
|
6047
6064
|
])
|
|
6048
6065
|
], 4)
|
|
6049
6066
|
]),
|
|
6050
|
-
bodyCell: Y(({ column:
|
|
6051
|
-
|
|
6052
|
-
|
|
6067
|
+
bodyCell: Y(({ column: u, index: h, text: v, record: y }) => [
|
|
6068
|
+
u.dataIndex === "SEQ" ? (E(), R("span", bs, he(h + 1), 1)) : pe("", !0),
|
|
6069
|
+
u.dataIndex === "ACTION" ? (E(), R("div", vs, [
|
|
6053
6070
|
(E(!0), R(Le, null, Ie(e.actionList, (A, x) => (E(), R("div", {
|
|
6054
6071
|
class: "action",
|
|
6055
6072
|
key: x
|
|
6056
6073
|
}, [
|
|
6057
6074
|
X("a", {
|
|
6058
|
-
href: e.handleHref(A.href,
|
|
6075
|
+
href: e.handleHref(A.href, y),
|
|
6059
6076
|
target: e.handleHrefTarget(A.target),
|
|
6060
6077
|
style: G({
|
|
6061
6078
|
color: A.color,
|
|
6062
6079
|
fontSize: e.fontSize,
|
|
6063
6080
|
fontWeight: e.fontWeight
|
|
6064
6081
|
}),
|
|
6065
|
-
onClick: (B) => e.onTouchHrefEvent(A.target, e.handleHref(A.href,
|
|
6082
|
+
onClick: (B) => e.onTouchHrefEvent(A.target, e.handleHref(A.href, y))
|
|
6066
6083
|
}, he(A.title), 13, ps)
|
|
6067
6084
|
]))), 128))
|
|
6068
6085
|
])) : (E(), R("div", {
|
|
6069
6086
|
key: 2,
|
|
6070
|
-
class:
|
|
6087
|
+
class: Tt([e.contrastClass(v, u.format)]),
|
|
6071
6088
|
style: G({
|
|
6072
6089
|
fontSize: e.fontSize,
|
|
6073
6090
|
fontWeight: e.fontWeight
|
|
6074
6091
|
})
|
|
6075
|
-
}, he(
|
|
6092
|
+
}, he(u.format != null ? e.formatFn(v, u.format) : v), 7))
|
|
6076
6093
|
]),
|
|
6077
6094
|
summary: Y(() => [
|
|
6078
6095
|
e.summaryList.length > 0 ? (E(), Oe(m, { key: 0 }, {
|
|
6079
6096
|
default: Y(() => [
|
|
6080
6097
|
j(c, null, {
|
|
6081
6098
|
default: Y(() => [
|
|
6082
|
-
(E(!0), R(Le, null, Ie(e.summaryList, (
|
|
6083
|
-
key:
|
|
6084
|
-
index:
|
|
6099
|
+
(E(!0), R(Le, null, Ie(e.summaryList, (u, h) => (E(), Oe(d, {
|
|
6100
|
+
key: h,
|
|
6101
|
+
index: h,
|
|
6085
6102
|
style: G({
|
|
6086
6103
|
backgroundColor: e.cellBackgroundColor,
|
|
6087
|
-
textAlign:
|
|
6088
|
-
color:
|
|
6104
|
+
textAlign: u.cellAlign || "center",
|
|
6105
|
+
color: u.cellColor,
|
|
6089
6106
|
borderBottomColor: e.borderColor
|
|
6090
6107
|
})
|
|
6091
6108
|
}, {
|
|
6092
6109
|
default: Y(() => [
|
|
6093
6110
|
X("div", {
|
|
6094
|
-
class:
|
|
6111
|
+
class: Tt([e.contrastClass(u.total, u.format)]),
|
|
6095
6112
|
style: G({
|
|
6096
6113
|
fontSize: e.fontSize,
|
|
6097
6114
|
fontWeight: e.fontWeight
|
|
6098
6115
|
})
|
|
6099
|
-
}, he((
|
|
6116
|
+
}, he((u.format != null || u.format !== "") && e.formatFn(u.total, u.format)), 7)
|
|
6100
6117
|
]),
|
|
6101
6118
|
_: 2
|
|
6102
6119
|
}, 1032, ["index", "style"]))), 128))
|
|
@@ -6156,12 +6173,12 @@ const Ss = /* @__PURE__ */ K(gs, [["render", Cs], ["__scopeId", "data-v-c77bd76b
|
|
|
6156
6173
|
tooltipTextStyleColor: "",
|
|
6157
6174
|
tooltipFormatter: "{b}"
|
|
6158
6175
|
}, xo = ae(Ao);
|
|
6159
|
-
|
|
6160
|
-
|
|
6176
|
+
Pe([
|
|
6177
|
+
Be,
|
|
6161
6178
|
aa,
|
|
6162
6179
|
bn,
|
|
6163
6180
|
la,
|
|
6164
|
-
|
|
6181
|
+
Et,
|
|
6165
6182
|
ia
|
|
6166
6183
|
]);
|
|
6167
6184
|
const ks = Q({
|
|
@@ -6176,10 +6193,10 @@ const ks = Q({
|
|
|
6176
6193
|
const n = ie(e, ["backgroundImage"]), t = I(), o = q(() => Re(e.geoBackgroundImage)), a = q(() => Re(e.backgroundImage)), i = q(() => e.geoBackgroundImage ? {
|
|
6177
6194
|
image: k(t),
|
|
6178
6195
|
repeat: e.geoBackgroundImageRepeat
|
|
6179
|
-
} : e.geoItemStyleAreaColor),
|
|
6196
|
+
} : e.geoItemStyleAreaColor), r = q(() => {
|
|
6180
6197
|
const c = e.symbolImage;
|
|
6181
6198
|
return e.symbolImage ? "image://" + Re(c) : "circle";
|
|
6182
|
-
}),
|
|
6199
|
+
}), s = q(() => {
|
|
6183
6200
|
const c = e.geoCenter;
|
|
6184
6201
|
let m;
|
|
6185
6202
|
return typeof c == "string" && c !== "" && (m = c.split(",")), {
|
|
@@ -6242,7 +6259,7 @@ const ks = Q({
|
|
|
6242
6259
|
itemStyle: {
|
|
6243
6260
|
color: e.itemStyleColor
|
|
6244
6261
|
},
|
|
6245
|
-
symbol: k(
|
|
6262
|
+
symbol: k(r),
|
|
6246
6263
|
symbolSize: [e.symbolWidth, e.symbolHeight],
|
|
6247
6264
|
label: {
|
|
6248
6265
|
show: e.labelShow,
|
|
@@ -6276,7 +6293,7 @@ const ks = Q({
|
|
|
6276
6293
|
immediate: !0,
|
|
6277
6294
|
deep: !0
|
|
6278
6295
|
}), {
|
|
6279
|
-
option:
|
|
6296
|
+
option: s,
|
|
6280
6297
|
style: n,
|
|
6281
6298
|
isLoadedData: l,
|
|
6282
6299
|
geoBackgroundImageRef: t,
|
|
@@ -6286,12 +6303,12 @@ const ks = Q({
|
|
|
6286
6303
|
});
|
|
6287
6304
|
const As = ["src"];
|
|
6288
6305
|
function xs(e, n, t, o, a, i) {
|
|
6289
|
-
const
|
|
6306
|
+
const r = Z("echarts");
|
|
6290
6307
|
return E(), R("div", {
|
|
6291
6308
|
class: "ecan-map",
|
|
6292
6309
|
style: G(e.style)
|
|
6293
6310
|
}, [
|
|
6294
|
-
e.isLoadedData ? (E(), Oe(
|
|
6311
|
+
e.isLoadedData ? (E(), Oe(r, {
|
|
6295
6312
|
key: 0,
|
|
6296
6313
|
option: e.option,
|
|
6297
6314
|
"update-options": { notMerge: !0 },
|