@ecan-bi/datav 1.4.80 → 1.4.81
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 +313 -172
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +9 -9
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +8 -0
- package/types/container/border/index.d.ts +8 -0
- package/types/container/border/props.d.ts +5 -0
- package/types/control/index.d.ts +1 -0
- package/types/control/nav-tab/NavTab.vue.d.ts +354 -0
- package/types/control/nav-tab/index.d.ts +355 -0
- package/types/control/nav-tab/props.d.ts +195 -0
- package/types/setting/page-config/PageConfig.vue.d.ts +18 -0
- package/types/setting/page-config/index.d.ts +18 -0
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +9 -0
- package/types/setting/provider-config/index.d.ts +9 -0
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.4.
|
|
2
|
-
import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, onBeforeUnmount, normalizeClass as normalizeClass$1, normalizeStyle as normalizeStyle$1, createElementVNode, createCommentVNode, Fragment, renderList, provide, reactive, useCssVars, toDisplayString, pushScopeId, popScopeId, createSlots, withModifiers, createTextVNode, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, withDirectives, vShow, vModelText, getCurrentInstance, onDeactivated, isRef,
|
|
1
|
+
/*! @ecan-bi/datav@1.4.81 */
|
|
2
|
+
import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, onBeforeUnmount, normalizeClass as normalizeClass$1, normalizeStyle as normalizeStyle$1, createElementVNode, createCommentVNode, Fragment, renderList, provide, reactive, useCssVars, toDisplayString, pushScopeId, popScopeId, createSlots, withModifiers, createTextVNode, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, withDirectives, vShow, vModelText, getCurrentInstance, onActivated, onDeactivated, isRef, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
|
|
3
3
|
import { throttle, init, use, registerMap } from "echarts/core";
|
|
4
4
|
import { addListener, removeListener } from "resize-detector";
|
|
5
5
|
import { Spin as Spin$1, Skeleton as Skeleton$1, message, Table as Table$1, Tooltip, Progress, Input as Input$1, DatePicker as DatePicker$2, RangePicker as RangePicker$1, Button as Button$1, CheckboxGroup, Select as Select$1, SelectOption, TreeSelect as TreeSelect$1, RadioGroup, RadioButton, Radio as Radio$1, Modal as Modal$1, TableSummary, TableSummaryRow, TableSummaryCell, notification } from "ant-design-vue";
|
|
@@ -1117,7 +1117,7 @@ var RightOutlined = function(u, f) {
|
|
|
1117
1117
|
};
|
|
1118
1118
|
RightOutlined.displayName = "RightOutlined";
|
|
1119
1119
|
RightOutlined.inheritAttrs = !1;
|
|
1120
|
-
const RightOutlined$1 = RightOutlined, _sfc_main$
|
|
1120
|
+
const RightOutlined$1 = RightOutlined, _sfc_main$z = defineComponent({
|
|
1121
1121
|
props: {
|
|
1122
1122
|
spinning: {
|
|
1123
1123
|
type: Boolean,
|
|
@@ -1143,10 +1143,10 @@ const RightOutlined$1 = RightOutlined, _sfc_main$y = defineComponent({
|
|
|
1143
1143
|
for (const [d, p] of u)
|
|
1144
1144
|
f[d] = p;
|
|
1145
1145
|
return f;
|
|
1146
|
-
}, _hoisted_1$
|
|
1147
|
-
function _sfc_render$
|
|
1146
|
+
}, _hoisted_1$k = { class: "spin-wrapper" };
|
|
1147
|
+
function _sfc_render$E(c, u, f, d, p, m) {
|
|
1148
1148
|
const v = resolveComponent("a-spin");
|
|
1149
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1149
|
+
return openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
1150
1150
|
c.spinning ? (openBlock(), createBlock(v, {
|
|
1151
1151
|
key: 0,
|
|
1152
1152
|
class: "spin",
|
|
@@ -1156,7 +1156,7 @@ function _sfc_render$D(c, u, f, d, p, m) {
|
|
|
1156
1156
|
}, null, 8, ["spinning", "indicator"])) : renderSlot(c.$slots, "default", { key: 1 })
|
|
1157
1157
|
]);
|
|
1158
1158
|
}
|
|
1159
|
-
const Spin = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1159
|
+
const Spin = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["render", _sfc_render$E]]), _sfc_main$y = defineComponent({
|
|
1160
1160
|
name: "Skeleton",
|
|
1161
1161
|
props: {
|
|
1162
1162
|
loading: {
|
|
@@ -1168,7 +1168,7 @@ const Spin = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["render", _sfc_render$
|
|
|
1168
1168
|
ASkeleton: Skeleton$1
|
|
1169
1169
|
}
|
|
1170
1170
|
});
|
|
1171
|
-
function _sfc_render$
|
|
1171
|
+
function _sfc_render$D(c, u, f, d, p, m) {
|
|
1172
1172
|
const v = resolveComponent("a-skeleton");
|
|
1173
1173
|
return openBlock(), createBlock(v, {
|
|
1174
1174
|
active: "",
|
|
@@ -1180,7 +1180,7 @@ function _sfc_render$C(c, u, f, d, p, m) {
|
|
|
1180
1180
|
_: 3
|
|
1181
1181
|
}, 8, ["loading"]);
|
|
1182
1182
|
}
|
|
1183
|
-
const Skeleton = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1183
|
+
const Skeleton = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["render", _sfc_render$D]]);
|
|
1184
1184
|
(function() {
|
|
1185
1185
|
try {
|
|
1186
1186
|
if (typeof document < "u") {
|
|
@@ -1204,7 +1204,7 @@ var __defProp = Object.defineProperty, __getOwnPropSymbols = Object.getOwnProper
|
|
|
1204
1204
|
f[d] = p;
|
|
1205
1205
|
return f;
|
|
1206
1206
|
};
|
|
1207
|
-
const _sfc_main$
|
|
1207
|
+
const _sfc_main$x = defineComponent({
|
|
1208
1208
|
props: {
|
|
1209
1209
|
vertical: {
|
|
1210
1210
|
type: Boolean,
|
|
@@ -1360,11 +1360,11 @@ const _sfc_main$w = defineComponent({
|
|
|
1360
1360
|
mouseUp: Xn
|
|
1361
1361
|
};
|
|
1362
1362
|
}
|
|
1363
|
-
}), _hoisted_1$
|
|
1363
|
+
}), _hoisted_1$j = {
|
|
1364
1364
|
class: "transparent-overlay",
|
|
1365
1365
|
ref: "marqueeOverlayContainer",
|
|
1366
1366
|
"aria-hidden": !0
|
|
1367
|
-
}, _hoisted_2$
|
|
1367
|
+
}, _hoisted_2$9 = {
|
|
1368
1368
|
class: "marquee",
|
|
1369
1369
|
ref: "marqueeContent"
|
|
1370
1370
|
}, _hoisted_3$4 = {
|
|
@@ -1372,7 +1372,7 @@ const _sfc_main$w = defineComponent({
|
|
|
1372
1372
|
"aria-hidden": !0,
|
|
1373
1373
|
class: "marquee"
|
|
1374
1374
|
};
|
|
1375
|
-
function _sfc_render$
|
|
1375
|
+
function _sfc_render$C(c, u, f, d, p, m) {
|
|
1376
1376
|
return c.ready ? (openBlock(), createElementBlock("div", {
|
|
1377
1377
|
class: normalizeClass$1(["vue3-marquee", { vertical: c.vertical, horizontal: !c.vertical }]),
|
|
1378
1378
|
style: normalizeStyle$1(c.getCurrentStyle),
|
|
@@ -1382,13 +1382,13 @@ function _sfc_render$B(c, u, f, d, p, m) {
|
|
|
1382
1382
|
onMousedown: u[2] || (u[2] = (...v) => c.mouseDown && c.mouseDown(...v)),
|
|
1383
1383
|
onMouseup: u[3] || (u[3] = (...v) => c.mouseUp && c.mouseUp(...v))
|
|
1384
1384
|
}, [
|
|
1385
|
-
createElementVNode("div", _hoisted_1$
|
|
1385
|
+
createElementVNode("div", _hoisted_1$j, null, 512),
|
|
1386
1386
|
c.showGradient ? (openBlock(), createElementBlock("div", {
|
|
1387
1387
|
key: 0,
|
|
1388
1388
|
"aria-hidden": !0,
|
|
1389
1389
|
class: normalizeClass$1(["overlay", { vertical: c.vertical, horizontal: !c.vertical }])
|
|
1390
1390
|
}, null, 2)) : createCommentVNode("", !0),
|
|
1391
|
-
createElementVNode("div", _hoisted_2$
|
|
1391
|
+
createElementVNode("div", _hoisted_2$9, [
|
|
1392
1392
|
renderSlot(c.$slots, "default")
|
|
1393
1393
|
], 512),
|
|
1394
1394
|
!c.animateOnOverflowOnly || c.animateOnOverflowOnly && !c.animateOnOverflowPause ? (openBlock(), createElementBlock("div", _hoisted_3$4, [
|
|
@@ -1403,8 +1403,8 @@ function _sfc_render$B(c, u, f, d, p, m) {
|
|
|
1403
1403
|
]))), 128))
|
|
1404
1404
|
], 38)) : createCommentVNode("", !0);
|
|
1405
1405
|
}
|
|
1406
|
-
var Vue3Marquee = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1407
|
-
const _sfc_main$
|
|
1406
|
+
var Vue3Marquee = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$C]]);
|
|
1407
|
+
const _sfc_main$w = defineComponent({
|
|
1408
1408
|
name: "SeamScroll",
|
|
1409
1409
|
components: {
|
|
1410
1410
|
Vue3Marquee
|
|
@@ -1442,7 +1442,7 @@ const _sfc_main$v = defineComponent({
|
|
|
1442
1442
|
};
|
|
1443
1443
|
}
|
|
1444
1444
|
}), MarqueeScroll_vue_vue_type_style_index_0_lang = "";
|
|
1445
|
-
function _sfc_render$
|
|
1445
|
+
function _sfc_render$B(c, u, f, d, p, m) {
|
|
1446
1446
|
const v = resolveComponent("Vue3Marquee");
|
|
1447
1447
|
return c.isAutoScroll ? (openBlock(), createBlock(v, {
|
|
1448
1448
|
key: 0,
|
|
@@ -1464,7 +1464,7 @@ function _sfc_render$A(c, u, f, d, p, m) {
|
|
|
1464
1464
|
renderSlot(c.$slots, "default")
|
|
1465
1465
|
], 4));
|
|
1466
1466
|
}
|
|
1467
|
-
const MarqueeScroll = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1467
|
+
const MarqueeScroll = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["render", _sfc_render$B]]);
|
|
1468
1468
|
process.env.NODE_ENV !== "production" && Object.freeze({});
|
|
1469
1469
|
process.env.NODE_ENV !== "production" && Object.freeze([]);
|
|
1470
1470
|
const withInstall$1 = (c, u) => {
|
|
@@ -2785,15 +2785,15 @@ const $n = (c) => {
|
|
|
2785
2785
|
if (Array.isArray(Wn) && Wn.length > 0 && (!["ecanList", "ecanCirculate"].includes(J) || (Wn == null ? void 0 : Wn.length) === 1)) {
|
|
2786
2786
|
const br = Wn.length;
|
|
2787
2787
|
for (let Sr = 0; Sr < br; Sr++) {
|
|
2788
|
-
const yr = Wn[Sr] || {}, { label: kr = "", name: Pr = "", show: Mr = !1, sort: Dr, customGroup: zr, conditions: Lr, dateFormat:
|
|
2788
|
+
const yr = Wn[Sr] || {}, { label: kr = "", name: Pr = "", show: Mr = !1, sort: Dr, customGroup: zr, conditions: Lr, dateFormat: Vr, typeGuid: Gr = "", truncations: wr = [] } = yr;
|
|
2789
2789
|
if (Mr || br === 1) {
|
|
2790
|
-
nr = Gr, Rn = { label: kr.trim(), columnName: Pr, show: Mr, sort: kn(yr) || $n(Dr) || Dr, customGroup: zr, conditions: _n(Lr), typeGuid: Gr },
|
|
2790
|
+
nr = Gr, Rn = { label: kr.trim(), columnName: Pr, show: Mr, sort: kn(yr) || $n(Dr) || Dr, customGroup: zr, conditions: _n(Lr), typeGuid: Gr }, Vr && (Rn.dateFormat = Vr), Pr !== "the_date" || Rn.dateFormat || (Rn.dateFormat = "YYYY-MM");
|
|
2791
2791
|
const Er = {};
|
|
2792
2792
|
if (Array.isArray(wr) && wr.length > 0) {
|
|
2793
2793
|
const Tr = wr.length;
|
|
2794
2794
|
for (let Fr = 0; Fr < Tr; Fr++) {
|
|
2795
|
-
const Rr = wr[Fr] || {}, { rule:
|
|
2796
|
-
|
|
2795
|
+
const Rr = wr[Fr] || {}, { rule: Nr = "", num: Hr = 0, name: Yr = "" } = Rr;
|
|
2796
|
+
Nr && Hr && (Er.num = Hr, Er.rule = Nr, Yr && (Er.otherGroupName = Yr));
|
|
2797
2797
|
}
|
|
2798
2798
|
}
|
|
2799
2799
|
if (!((d = Object.keys(Er)) === null || d === void 0) && d.length && (Rn.truncation = Er), !yn(J, ["scatter", "valueline"]))
|
|
@@ -2805,9 +2805,9 @@ const $n = (c) => {
|
|
|
2805
2805
|
if (Array.isArray(Jn) && Jn.length > 0) {
|
|
2806
2806
|
const br = Jn.length;
|
|
2807
2807
|
for (let Sr = 0; Sr < br; Sr++) {
|
|
2808
|
-
const yr = Jn[Sr] || {}, { label: kr = "", name: Pr = "", show: Mr = !1, sort: Dr, customGroup: zr, conditions: Lr, typeGuid:
|
|
2808
|
+
const yr = Jn[Sr] || {}, { label: kr = "", name: Pr = "", show: Mr = !1, sort: Dr, customGroup: zr, conditions: Lr, typeGuid: Vr } = yr;
|
|
2809
2809
|
if (Mr || br === 1) {
|
|
2810
|
-
tr = { label: kr.trim(), columnName: Pr, show: Mr, sort: $n(Dr), customGroup: zr, conditions: _n(Lr), typeGuid:
|
|
2810
|
+
tr = { label: kr.trim(), columnName: Pr, show: Mr, sort: $n(Dr), customGroup: zr, conditions: _n(Lr), typeGuid: Vr };
|
|
2811
2811
|
break;
|
|
2812
2812
|
}
|
|
2813
2813
|
}
|
|
@@ -2824,34 +2824,34 @@ const $n = (c) => {
|
|
|
2824
2824
|
});
|
|
2825
2825
|
const hr = [];
|
|
2826
2826
|
["ecanList", "ecanCirculate"].includes(J) && (Wn == null ? void 0 : Wn.length) > 1 && (ir = Wn), !((g = (v = u == null ? void 0 : u.pivotTableCal) === null || v === void 0 ? void 0 : v.dimensions) === null || g === void 0) && g.length && (ir = u.pivotTableCal.dimensions), ir == null || ir.forEach((br) => {
|
|
2827
|
-
const { label: Sr, name: yr, location: kr, show: Pr, indexCode: Mr, sort: Dr, typeGuid: zr, indexCodeNum: Lr, dateFormat:
|
|
2827
|
+
const { label: Sr, name: yr, location: kr, show: Pr, indexCode: Mr, sort: Dr, typeGuid: zr, indexCodeNum: Lr, dateFormat: Vr, conditions: Gr } = br;
|
|
2828
2828
|
let wr = $n(Dr);
|
|
2829
2829
|
if (u.sort) {
|
|
2830
2830
|
const { field: Tr, order: Fr } = u.sort;
|
|
2831
|
-
let Rr = fr.find((
|
|
2831
|
+
let Rr = fr.find((Nr) => Nr.label === Tr);
|
|
2832
2832
|
Rr || Sr !== Tr || (Rr = br), Rr && (wr = { columnName: Rr.columnName, label: u.sort.field, order: Fr.toUpperCase(), type: "NORMAL" });
|
|
2833
2833
|
}
|
|
2834
2834
|
const Er = { label: Sr, columnName: yr, location: kr, show: Pr, sort: wr, calcType: "COLUMN", hrpIndexCode: Mr, hrpIndexCodeNum: Lr, conditions: _n(Gr), typeGuid: zr };
|
|
2835
|
-
|
|
2835
|
+
Vr && (Er.dateFormat = Vr), yr !== "the_date" || Er.dateFormat || (Er.dateFormat = "YYYY-MM"), hr.push(Er);
|
|
2836
2836
|
});
|
|
2837
2837
|
let gr = [], pr = [];
|
|
2838
2838
|
if (Array.isArray(Kn) && Kn.length > 0 ? pr = Kn : Array.isArray(Xn) && Xn.length > 0 && (pr = Xn), pr == null ? void 0 : pr.length) {
|
|
2839
2839
|
const br = pr.length;
|
|
2840
2840
|
for (let Sr = 0; Sr < br; Sr++) {
|
|
2841
|
-
const yr = pr[Sr] || {}, { label: kr = "", name: Pr = "", show: Mr = !1, sort: Dr, customGroup: zr, conditions: Lr, truncations:
|
|
2841
|
+
const yr = pr[Sr] || {}, { label: kr = "", name: Pr = "", show: Mr = !1, sort: Dr, customGroup: zr, conditions: Lr, truncations: Vr, typeGuid: Gr = "", dateFormat: wr } = yr;
|
|
2842
2842
|
let Er = $n(Dr);
|
|
2843
2843
|
if (u.sort) {
|
|
2844
|
-
const { field: Rr, order:
|
|
2844
|
+
const { field: Rr, order: Nr } = u.sort;
|
|
2845
2845
|
let Hr = fr.find((Yr) => Yr.label === Rr);
|
|
2846
|
-
Hr || yr.label !== Rr || (Hr = yr), Hr && (Er = { columnName: Hr.columnName, label: u.sort.field, order:
|
|
2846
|
+
Hr || yr.label !== Rr || (Hr = yr), Hr && (Er = { columnName: Hr.columnName, label: u.sort.field, order: Nr.toUpperCase(), type: "NORMAL" });
|
|
2847
2847
|
}
|
|
2848
2848
|
const Tr = { label: kr.trim(), columnName: Pr, show: Mr, sort: Er, customGroup: zr, conditions: _n(Lr), typeGuid: Gr };
|
|
2849
2849
|
wr && (Tr.dateFormat = wr), Pr !== "the_date" || Tr.dateFormat || (Tr.dateFormat = "YYYY-MM");
|
|
2850
2850
|
const Fr = {};
|
|
2851
|
-
if (Array.isArray(
|
|
2852
|
-
const Rr =
|
|
2853
|
-
for (let
|
|
2854
|
-
const Hr = Nr
|
|
2851
|
+
if (Array.isArray(Vr) && Vr.length > 0) {
|
|
2852
|
+
const Rr = Vr.length;
|
|
2853
|
+
for (let Nr = 0; Nr < Rr; Nr++) {
|
|
2854
|
+
const Hr = Vr[Nr] || {}, { rule: Yr = "", num: ti = 0, name: Jr = "" } = Hr;
|
|
2855
2855
|
Yr && ti && (Fr.num = ti, Fr.rule = Yr, Jr && (Fr.otherGroupName = Jr));
|
|
2856
2856
|
}
|
|
2857
2857
|
}
|
|
@@ -2864,27 +2864,27 @@ const $n = (c) => {
|
|
|
2864
2864
|
const { calc: Sr = [], filter: yr = [], truncations: kr = [], sorts: Pr = [], aggregateMethod: Mr = [], rowDimensionKeys: Dr = [], colDimensionKeys: zr = [] } = u.pivotTableCal;
|
|
2865
2865
|
if (fr.push(...Sr), yr == null ? void 0 : yr.length)
|
|
2866
2866
|
for (const Lr of yr) {
|
|
2867
|
-
const { type:
|
|
2868
|
-
|
|
2867
|
+
const { type: Vr } = Lr, Gr = e(Lr, ["type"]);
|
|
2868
|
+
Vr === "indicators" ? br = fr : Vr === "dimension" && (br = hr);
|
|
2869
2869
|
const wr = br.find((Er) => Er.columnName === Lr.fieldName);
|
|
2870
2870
|
wr && (wr.conditions || (wr.conditions = []), wr.conditions.push(Gr));
|
|
2871
2871
|
}
|
|
2872
2872
|
if (kr != null && kr.length)
|
|
2873
2873
|
for (const Lr of kr) {
|
|
2874
|
-
const
|
|
2875
|
-
|
|
2874
|
+
const Vr = hr.find((Gr) => Gr.columnName === Lr.key);
|
|
2875
|
+
Vr && (Vr.truncation = { num: Lr.num, rule: Lr.rule });
|
|
2876
2876
|
}
|
|
2877
2877
|
if (Pr != null && Pr.length)
|
|
2878
2878
|
for (const Lr of Pr) {
|
|
2879
|
-
const { fieldType:
|
|
2880
|
-
|
|
2879
|
+
const { fieldType: Vr, columnData: Gr } = Lr, wr = e(Lr, ["fieldType", "columnData"]);
|
|
2880
|
+
Vr === "indicators" ? (br = fr, dr = Gr) : Vr === "dimension" && (br = hr);
|
|
2881
2881
|
const Er = br.find((Tr) => Tr.label === wr.label);
|
|
2882
2882
|
Er && (Er.sort = Object.assign(Object.assign({}, wr), { columnName: Er.columnName }));
|
|
2883
2883
|
}
|
|
2884
2884
|
if (!((b = Object.keys(Mr)) === null || b === void 0) && b.length)
|
|
2885
2885
|
for (const Lr in Mr) {
|
|
2886
|
-
const
|
|
2887
|
-
|
|
2886
|
+
const Vr = hr.find((Gr) => Gr.label === Lr);
|
|
2887
|
+
Vr && (!((w = Mr[Lr]) === null || w === void 0) && w.length) && (Vr.aggregateMethod = Mr[Lr]);
|
|
2888
2888
|
}
|
|
2889
2889
|
gr = [], mr = [];
|
|
2890
2890
|
for (const Lr of hr)
|
|
@@ -4405,12 +4405,12 @@ function requireSha512() {
|
|
|
4405
4405
|
},
|
|
4406
4406
|
_doProcessBlock: function(re, vn) {
|
|
4407
4407
|
for (var Fn = this._hash.words, Rn = Fn[0], _ = Fn[1], gn = Fn[2], Pn = Fn[3], Vn = Fn[4], qn = Fn[5], Wn = Fn[6], Kn = Fn[7], Xn = Rn.high, Jn = Rn.low, Qn = _.high, Zn = _.low, ir = gn.high, ur = gn.low, er = Pn.high, Hn = Pn.low, Yn = Vn.high, zn = Vn.low, Gn = qn.high, or = qn.low, Un = Wn.high, lr = Wn.low, sr = Kn.high, ar = Kn.low, tr = Xn, nr = Jn, fr = Qn, cr = Zn, hr = ir, gr = ur, pr = er, dr = Hn, vr = Yn, mr = zn, br = Gn, Sr = or, yr = Un, kr = lr, Pr = sr, Mr = ar, Dr = 0; Dr < 80; Dr++) {
|
|
4408
|
-
var zr, Lr,
|
|
4408
|
+
var zr, Lr, Vr = x[Dr];
|
|
4409
4409
|
if (Dr < 16)
|
|
4410
|
-
Lr =
|
|
4410
|
+
Lr = Vr.high = re[vn + Dr * 2] | 0, zr = Vr.low = re[vn + Dr * 2 + 1] | 0;
|
|
4411
4411
|
else {
|
|
4412
|
-
var Gr = x[Dr - 15], wr = Gr.high, Er = Gr.low, Tr = (wr >>> 1 | Er << 31) ^ (wr >>> 8 | Er << 24) ^ wr >>> 7, Fr = (Er >>> 1 | wr << 31) ^ (Er >>> 8 | wr << 24) ^ (Er >>> 7 | wr << 25), Rr = x[Dr - 2],
|
|
4413
|
-
zr = Fr + oi, Lr = Tr + ei + (zr >>> 0 < Fr >>> 0 ? 1 : 0), zr = zr + ti, Lr = Lr + Yr + (zr >>> 0 < ti >>> 0 ? 1 : 0), zr = zr + fi, Lr = Lr + ui + (zr >>> 0 < fi >>> 0 ? 1 : 0),
|
|
4412
|
+
var Gr = x[Dr - 15], wr = Gr.high, Er = Gr.low, Tr = (wr >>> 1 | Er << 31) ^ (wr >>> 8 | Er << 24) ^ wr >>> 7, Fr = (Er >>> 1 | wr << 31) ^ (Er >>> 8 | wr << 24) ^ (Er >>> 7 | wr << 25), Rr = x[Dr - 2], Nr = Rr.high, Hr = Rr.low, Yr = (Nr >>> 19 | Hr << 13) ^ (Nr << 3 | Hr >>> 29) ^ Nr >>> 6, ti = (Hr >>> 19 | Nr << 13) ^ (Hr << 3 | Nr >>> 29) ^ (Hr >>> 6 | Nr << 26), Jr = x[Dr - 7], ei = Jr.high, oi = Jr.low, ci = x[Dr - 16], ui = ci.high, fi = ci.low;
|
|
4413
|
+
zr = Fr + oi, Lr = Tr + ei + (zr >>> 0 < Fr >>> 0 ? 1 : 0), zr = zr + ti, Lr = Lr + Yr + (zr >>> 0 < ti >>> 0 ? 1 : 0), zr = zr + fi, Lr = Lr + ui + (zr >>> 0 < fi >>> 0 ? 1 : 0), Vr.high = Lr, Vr.low = zr;
|
|
4414
4414
|
}
|
|
4415
4415
|
var gi = vr & br ^ ~vr & yr, hi = mr & Sr ^ ~mr & kr, yi = tr & fr ^ tr & hr ^ fr & hr, bi = nr & cr ^ nr & gr ^ cr & gr, li = (tr >>> 28 | nr << 4) ^ (tr << 30 | nr >>> 2) ^ (tr << 25 | nr >>> 7), di = (nr >>> 28 | tr << 4) ^ (nr << 30 | tr >>> 2) ^ (nr << 25 | tr >>> 7), xi = (vr >>> 14 | mr << 18) ^ (vr >>> 18 | mr << 14) ^ (vr << 23 | mr >>> 9), pi = (mr >>> 14 | vr << 18) ^ (mr >>> 18 | vr << 14) ^ (mr << 23 | vr >>> 9), mi = Bn[Dr], Si = mi.high, vi = mi.low, Qr = Mr + pi, ni = Pr + xi + (Qr >>> 0 < Mr >>> 0 ? 1 : 0), Qr = Qr + hi, ni = ni + gi + (Qr >>> 0 < hi >>> 0 ? 1 : 0), Qr = Qr + vi, ni = ni + Si + (Qr >>> 0 < vi >>> 0 ? 1 : 0), Qr = Qr + zr, ni = ni + Lr + (Qr >>> 0 < zr >>> 0 ? 1 : 0), Ci = di + bi, xr = li + yi + (Ci >>> 0 < di >>> 0 ? 1 : 0);
|
|
4416
4416
|
Pr = yr, Mr = kr, yr = br, kr = Sr, br = vr, Sr = mr, mr = dr + Qr | 0, vr = pr + ni + (mr >>> 0 < dr >>> 0 ? 1 : 0) | 0, pr = hr, dr = gr, hr = fr, gr = cr, fr = tr, cr = nr, nr = Qr + Ci | 0, tr = ni + xr + (nr >>> 0 < Qr >>> 0 ? 1 : 0) | 0;
|
|
@@ -9553,7 +9553,7 @@ const useRequestData = (c, u, f = () => {
|
|
|
9553
9553
|
...window.config,
|
|
9554
9554
|
...d
|
|
9555
9555
|
};
|
|
9556
|
-
}, _sfc_main$
|
|
9556
|
+
}, _sfc_main$v = defineComponent({
|
|
9557
9557
|
name: "EcanPageConfig",
|
|
9558
9558
|
inheritAttrs: !1,
|
|
9559
9559
|
props: {
|
|
@@ -9561,6 +9561,14 @@ const useRequestData = (c, u, f = () => {
|
|
|
9561
9561
|
pageId: {
|
|
9562
9562
|
type: String,
|
|
9563
9563
|
default: ""
|
|
9564
|
+
},
|
|
9565
|
+
customId: {
|
|
9566
|
+
type: String,
|
|
9567
|
+
default: "container"
|
|
9568
|
+
},
|
|
9569
|
+
portId: {
|
|
9570
|
+
type: String,
|
|
9571
|
+
default: ""
|
|
9564
9572
|
}
|
|
9565
9573
|
},
|
|
9566
9574
|
setup(c) {
|
|
@@ -9626,22 +9634,24 @@ const useRequestData = (c, u, f = () => {
|
|
|
9626
9634
|
ready: Bn
|
|
9627
9635
|
};
|
|
9628
9636
|
}
|
|
9629
|
-
}),
|
|
9630
|
-
|
|
9631
|
-
|
|
9632
|
-
|
|
9633
|
-
|
|
9634
|
-
|
|
9637
|
+
}), PageConfig_vue_vue_type_style_index_0_scoped_188f2bb8_lang = "", _hoisted_1$i = ["id"], _hoisted_2$8 = ["id"];
|
|
9638
|
+
function _sfc_render$A(c, u, f, d, p, m) {
|
|
9639
|
+
return openBlock(), createElementBlock("div", {
|
|
9640
|
+
class: "page-config-container",
|
|
9641
|
+
id: c.customId,
|
|
9642
|
+
ref: "container"
|
|
9643
|
+
}, [
|
|
9635
9644
|
c.ready || c.pageId ? (openBlock(), createElementBlock("div", {
|
|
9636
9645
|
key: 0,
|
|
9637
9646
|
class: "page-config",
|
|
9647
|
+
id: c.portId,
|
|
9638
9648
|
style: normalizeStyle$1(c.style)
|
|
9639
9649
|
}, [
|
|
9640
9650
|
renderSlot(c.$slots, "default", {}, void 0, !0)
|
|
9641
|
-
],
|
|
9642
|
-
],
|
|
9651
|
+
], 12, _hoisted_2$8)) : createCommentVNode("", !0)
|
|
9652
|
+
], 8, _hoisted_1$i);
|
|
9643
9653
|
}
|
|
9644
|
-
const PageConfig = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9654
|
+
const PageConfig = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["render", _sfc_render$A], ["__scopeId", "data-v-188f2bb8"]]), EcanPageConfig = withInstall$1(PageConfig), providerConfig = {
|
|
9645
9655
|
contextRequestUrl: "",
|
|
9646
9656
|
pageMode: "normal",
|
|
9647
9657
|
theme: "light",
|
|
@@ -9659,7 +9669,7 @@ const PageConfig = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["render", _sfc_r
|
|
|
9659
9669
|
isCompatible: !0
|
|
9660
9670
|
}, providerConfigComponentProps = transformToComponentProps(providerConfig);
|
|
9661
9671
|
let nanoid = (c = 21) => crypto.getRandomValues(new Uint8Array(c)).reduce((u, f) => (f &= 63, f < 36 ? u += f.toString(36) : f < 62 ? u += (f - 26).toString(36).toUpperCase() : f > 62 ? u += "-" : u += "_", u), "");
|
|
9662
|
-
const _sfc_main$
|
|
9672
|
+
const _sfc_main$u = defineComponent({
|
|
9663
9673
|
name: "EcanProviderConfig",
|
|
9664
9674
|
inheritAttrs: !1,
|
|
9665
9675
|
components: {
|
|
@@ -9670,6 +9680,10 @@ const _sfc_main$t = defineComponent({
|
|
|
9670
9680
|
pageId: {
|
|
9671
9681
|
type: String,
|
|
9672
9682
|
default: ""
|
|
9683
|
+
},
|
|
9684
|
+
customId: {
|
|
9685
|
+
type: String,
|
|
9686
|
+
default: "ProviderConfig"
|
|
9673
9687
|
}
|
|
9674
9688
|
},
|
|
9675
9689
|
setup(c, { expose: u, emit: f }) {
|
|
@@ -9776,12 +9790,12 @@ const _sfc_main$t = defineComponent({
|
|
|
9776
9790
|
if (Tr != null && Tr.length) {
|
|
9777
9791
|
let Fr = Tr[0].slice(1, -1).trim();
|
|
9778
9792
|
const Rr = Fr.match(/\[(.+?)\]/g);
|
|
9779
|
-
let
|
|
9780
|
-
Rr != null && Rr.length && (Fr = Fr.replace(Rr[0], ""),
|
|
9793
|
+
let Nr = "";
|
|
9794
|
+
Rr != null && Rr.length && (Fr = Fr.replace(Rr[0], ""), Nr = Rr[0].slice(1, -1).trim());
|
|
9781
9795
|
const Hr = unref(b).find((Yr) => Yr.keyName === Fr);
|
|
9782
9796
|
if (Hr) {
|
|
9783
9797
|
const Yr = Xn(Hr.id), { type: ti, value: Jr, RECORD: ei, recordData: oi } = Yr || {};
|
|
9784
|
-
yn(ti, MODEL_KEY_LIST) ? Er = ei[
|
|
9798
|
+
yn(ti, MODEL_KEY_LIST) ? Er = ei[Nr] : yn(ti, "select") ? oi[Nr] ? Er = oi[Nr] : Er = unref(Jr) : yn(ti, ["rangePicker", "date"]) ? dayjs.isDayjs(unref(Yr[Nr])) ? Er = unref(Yr[Nr]).format(Yr.format) : Er = unref(Yr[Nr]) : Er = Jr;
|
|
9785
9799
|
} else
|
|
9786
9800
|
Er = (window.config.requestParams || {})[Fr] || "";
|
|
9787
9801
|
}
|
|
@@ -9795,9 +9809,9 @@ const _sfc_main$t = defineComponent({
|
|
|
9795
9809
|
getModel: Xn
|
|
9796
9810
|
})(), Rr = ((Hr = Fr == null ? void 0 : Fr.data) == null ? void 0 : Hr.data) || {};
|
|
9797
9811
|
wr.requestKeyName && (v.value.$page[wr.requestKeyName] = Rr);
|
|
9798
|
-
const
|
|
9799
|
-
if (
|
|
9800
|
-
for (const Yr of
|
|
9812
|
+
const Nr = ir.get(Tr);
|
|
9813
|
+
if (Nr != null && Nr.length && (!Er || ur[Tr])) {
|
|
9814
|
+
for (const Yr of Nr)
|
|
9801
9815
|
Yr(Rr);
|
|
9802
9816
|
Er || ir.delete(Tr);
|
|
9803
9817
|
}
|
|
@@ -9812,7 +9826,7 @@ const _sfc_main$t = defineComponent({
|
|
|
9812
9826
|
ur[wr] && (clearInterval(ur[wr]), delete ur[wr], ir.delete(wr));
|
|
9813
9827
|
const Tr = unref(b).filter((Rr) => Rr.dataType === "request" && !Rr.openCustomRequestData && Rr.customRequestName === wr), Fr = ir.get(wr) || [];
|
|
9814
9828
|
if ((Tr == null ? void 0 : Tr.length) > Fr.length && (Fr.push(Er), ir.set(wr, Fr), (Tr == null ? void 0 : Tr.length) === Fr.length)) {
|
|
9815
|
-
const Rr = unref(Rn).find((
|
|
9829
|
+
const Rr = unref(Rn).find((Nr) => Nr.requestName === wr);
|
|
9816
9830
|
Rr && (Rr != null && Rr.isOpenRequestTimer && (Rr != null && Rr.requestInterval) ? (er(Rr, !0), ur[wr] = setInterval(() => {
|
|
9817
9831
|
er(Rr, !0);
|
|
9818
9832
|
}, Rr.requestInterval * 1e3)) : er(Rr));
|
|
@@ -9856,11 +9870,11 @@ const _sfc_main$t = defineComponent({
|
|
|
9856
9870
|
if (Fr === 0)
|
|
9857
9871
|
Rr = [...nr];
|
|
9858
9872
|
else {
|
|
9859
|
-
const
|
|
9860
|
-
Rr = [...sr(
|
|
9873
|
+
const Nr = Gn[Fr - 1];
|
|
9874
|
+
Rr = [...sr(Nr)];
|
|
9861
9875
|
}
|
|
9862
|
-
Rr.forEach((
|
|
9863
|
-
tr.emit(
|
|
9876
|
+
Rr.forEach((Nr) => {
|
|
9877
|
+
tr.emit(Nr, { eventName: Er, params: Tr });
|
|
9864
9878
|
});
|
|
9865
9879
|
} else
|
|
9866
9880
|
tr.emit(wr, { eventName: Er, params: Tr });
|
|
@@ -9896,22 +9910,22 @@ const _sfc_main$t = defineComponent({
|
|
|
9896
9910
|
if (typeof wr == "string") {
|
|
9897
9911
|
const Fr = vr.get(wr);
|
|
9898
9912
|
if (typeof Fr == "function") {
|
|
9899
|
-
const Rr = request.interceptors.response.use((
|
|
9913
|
+
const Rr = request.interceptors.response.use((Nr) => (Er(Nr), Nr), (Nr) => (Tr(Nr), Promise.reject(Nr)));
|
|
9900
9914
|
Fr(), request.interceptors.response.eject(Rr);
|
|
9901
9915
|
}
|
|
9902
9916
|
}
|
|
9903
9917
|
} else {
|
|
9904
9918
|
const Fr = Array.from(dr);
|
|
9905
|
-
Fr.sort((
|
|
9919
|
+
Fr.sort((Nr, Hr) => Hr[0] - Nr[0]);
|
|
9906
9920
|
const Rr = Fr.length;
|
|
9907
9921
|
try {
|
|
9908
9922
|
c.pageMode !== "design" && unref(gr) > 0;
|
|
9909
|
-
for (let
|
|
9910
|
-
const Hr = Fr[
|
|
9923
|
+
for (let Nr = 0; Nr < Rr; Nr++) {
|
|
9924
|
+
const Hr = Fr[Nr][1];
|
|
9911
9925
|
await br(Hr);
|
|
9912
9926
|
}
|
|
9913
|
-
} catch (
|
|
9914
|
-
console.error(
|
|
9927
|
+
} catch (Nr) {
|
|
9928
|
+
console.error(Nr);
|
|
9915
9929
|
} finally {
|
|
9916
9930
|
dr.clear(), Er(null);
|
|
9917
9931
|
}
|
|
@@ -9948,8 +9962,8 @@ const _sfc_main$t = defineComponent({
|
|
|
9948
9962
|
const {
|
|
9949
9963
|
leftAxisList: Fr = [],
|
|
9950
9964
|
rightAxisList: Rr = [],
|
|
9951
|
-
indicators:
|
|
9952
|
-
} = (Er == null ? void 0 : Er.graphicConfig) || {}, Yr = Fr.concat(Rr).concat(
|
|
9965
|
+
indicators: Nr = []
|
|
9966
|
+
} = (Er == null ? void 0 : Er.graphicConfig) || {}, Yr = Fr.concat(Rr).concat(Nr).map((ei) => ei.label), { columns: ti = [], rows: Jr = [] } = Tr;
|
|
9953
9967
|
Yr != null && Yr.length && (Mr.title = `下钻:${Yr.join("、")}`), Mr.columns = ti.filter((ei) => !!ei).map((ei) => ({
|
|
9954
9968
|
title: ei,
|
|
9955
9969
|
dataIndex: ei
|
|
@@ -9971,7 +9985,7 @@ const _sfc_main$t = defineComponent({
|
|
|
9971
9985
|
}
|
|
9972
9986
|
}
|
|
9973
9987
|
});
|
|
9974
|
-
const
|
|
9988
|
+
const Vr = () => document.querySelector("#ProviderConfig > #container") || document.body, Gr = (wr) => {
|
|
9975
9989
|
Mr.pagination.current = wr.current;
|
|
9976
9990
|
};
|
|
9977
9991
|
return watchEffect(() => {
|
|
@@ -9979,22 +9993,22 @@ const _sfc_main$t = defineComponent({
|
|
|
9979
9993
|
if ((wr = unref(g)) != null && wr.length && unref(Bn) !== "design") {
|
|
9980
9994
|
const { jumpType: Er, jumpTime: Tr, jumpPage: Fr, jumpLink: Rr } = c;
|
|
9981
9995
|
if (Tr != null && Tr.value) {
|
|
9982
|
-
let
|
|
9996
|
+
let Nr = 0;
|
|
9983
9997
|
switch (Tr == null ? void 0 : Tr.suffix) {
|
|
9984
9998
|
case "hours":
|
|
9985
|
-
|
|
9999
|
+
Nr = Tr.value * 60 * 60 * 1e3;
|
|
9986
10000
|
break;
|
|
9987
10001
|
case "minute":
|
|
9988
|
-
|
|
10002
|
+
Nr = Tr.value * 60 * 1e3;
|
|
9989
10003
|
break;
|
|
9990
10004
|
case "seconds":
|
|
9991
|
-
|
|
10005
|
+
Nr = Tr.value * 1e3;
|
|
9992
10006
|
break;
|
|
9993
10007
|
}
|
|
9994
10008
|
setTimeout(() => {
|
|
9995
10009
|
let Hr = "";
|
|
9996
10010
|
Er === "page" && Fr ? Hr = usePageUrl(unref(Bn), Fr) : Er === "link" && Rr && (Hr = Rr), Hr = hn(Hr), window.open(Hr, "_self");
|
|
9997
|
-
},
|
|
10011
|
+
}, Nr);
|
|
9998
10012
|
}
|
|
9999
10013
|
}
|
|
10000
10014
|
}), onBeforeUnmount(() => {
|
|
@@ -10010,21 +10024,22 @@ const _sfc_main$t = defineComponent({
|
|
|
10010
10024
|
providerConfig: p,
|
|
10011
10025
|
configStyle: Vn,
|
|
10012
10026
|
indDetailInfo: Mr,
|
|
10013
|
-
getContainer:
|
|
10027
|
+
getContainer: Vr,
|
|
10014
10028
|
handleTableChange: Gr
|
|
10015
10029
|
};
|
|
10016
10030
|
}
|
|
10017
|
-
}),
|
|
10018
|
-
function _sfc_render$
|
|
10031
|
+
}), ProviderConfig_vue_vue_type_style_index_0_scoped_b885a85d_lang = "", _hoisted_1$h = ["id"];
|
|
10032
|
+
function _sfc_render$z(c, u, f, d, p, m) {
|
|
10019
10033
|
const v = resolveComponent("a-table"), g = resolveComponent("a-modal");
|
|
10020
10034
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
10021
10035
|
createElementVNode("div", {
|
|
10022
|
-
|
|
10036
|
+
class: "provider-config-container",
|
|
10037
|
+
id: c.customId,
|
|
10023
10038
|
ref: "providerConfig",
|
|
10024
10039
|
style: normalizeStyle$1({ ...c.configStyle, fontFamily: c.pageFontFamily })
|
|
10025
10040
|
}, [
|
|
10026
10041
|
renderSlot(c.$slots, "default", {}, void 0, !0)
|
|
10027
|
-
],
|
|
10042
|
+
], 12, _hoisted_1$h),
|
|
10028
10043
|
createVNode(g, {
|
|
10029
10044
|
visible: c.indDetailInfo.visible,
|
|
10030
10045
|
"onUpdate:visible": u[0] || (u[0] = (y) => c.indDetailInfo.visible = y),
|
|
@@ -10046,7 +10061,7 @@ function _sfc_render$y(c, u, f, d, p, m) {
|
|
|
10046
10061
|
}, 8, ["visible", "title", "getContainer"])
|
|
10047
10062
|
], 64);
|
|
10048
10063
|
}
|
|
10049
|
-
const ProviderConfig = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10064
|
+
const ProviderConfig = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["render", _sfc_render$z], ["__scopeId", "data-v-b885a85d"]]), EcanProviderConfig = withInstall$1(ProviderConfig), textProps = {
|
|
10050
10065
|
...props,
|
|
10051
10066
|
name: "文本",
|
|
10052
10067
|
keyName: "文本",
|
|
@@ -11978,8 +11993,8 @@ const __default__$4 = defineComponent({
|
|
|
11978
11993
|
}));
|
|
11979
11994
|
}, __setup__$4 = __default__$4.setup;
|
|
11980
11995
|
__default__$4.setup = __setup__$4 ? (c, u) => (__injectCSSVars__$4(), __setup__$4(c, u)) : __injectCSSVars__$4;
|
|
11981
|
-
const Text_vue_vue_type_style_index_0_scoped_58819bac_lang = "", Text_vue_vue_type_style_index_1_lang = "", _hoisted_1$
|
|
11982
|
-
function _sfc_render$
|
|
11996
|
+
const Text_vue_vue_type_style_index_0_scoped_58819bac_lang = "", Text_vue_vue_type_style_index_1_lang = "", _hoisted_1$g = ["innerHTML"], _hoisted_2$7 = ["innerHTML"], _hoisted_3$3 = ["innerHTML"];
|
|
11997
|
+
function _sfc_render$y(c, u, f, d, p, m) {
|
|
11983
11998
|
const v = resolveComponent("skeleton"), g = resolveComponent("a-tooltip");
|
|
11984
11999
|
return c.loading ? (openBlock(), createElementBlock("div", {
|
|
11985
12000
|
key: 0,
|
|
@@ -12007,7 +12022,7 @@ function _sfc_render$x(c, u, f, d, p, m) {
|
|
|
12007
12022
|
color: c.titleFontColor || "#000000"
|
|
12008
12023
|
}),
|
|
12009
12024
|
innerHTML: c.myTitle
|
|
12010
|
-
}, null, 12, _hoisted_1$
|
|
12025
|
+
}, null, 12, _hoisted_1$g)
|
|
12011
12026
|
]),
|
|
12012
12027
|
default: withCtx(() => [
|
|
12013
12028
|
createElementVNode("div", {
|
|
@@ -12033,18 +12048,18 @@ function _sfc_render$x(c, u, f, d, p, m) {
|
|
|
12033
12048
|
}, null, 14, _hoisted_3$3))
|
|
12034
12049
|
], 4));
|
|
12035
12050
|
}
|
|
12036
|
-
const Text = /* @__PURE__ */ _export_sfc$1(__default__$4, [["render", _sfc_render$
|
|
12051
|
+
const Text = /* @__PURE__ */ _export_sfc$1(__default__$4, [["render", _sfc_render$y], ["__scopeId", "data-v-58819bac"]]), EcanText = withInstall$1(Text), _sfc_main$t = defineComponent({
|
|
12037
12052
|
name: "EcanScrollText",
|
|
12038
12053
|
setup() {
|
|
12039
12054
|
return {
|
|
12040
12055
|
text: ref("基础文本")
|
|
12041
12056
|
};
|
|
12042
12057
|
}
|
|
12043
|
-
}), ScrollText_vue_vue_type_style_index_0_scoped_4dd9c03e_lang = "", _hoisted_1$
|
|
12044
|
-
function _sfc_render$
|
|
12045
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
12058
|
+
}), ScrollText_vue_vue_type_style_index_0_scoped_4dd9c03e_lang = "", _hoisted_1$f = { class: "red" };
|
|
12059
|
+
function _sfc_render$x(c, u, f, d, p, m) {
|
|
12060
|
+
return openBlock(), createElementBlock("div", _hoisted_1$f, toDisplayString(c.text), 1);
|
|
12046
12061
|
}
|
|
12047
|
-
const ScrollText = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
12062
|
+
const ScrollText = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _sfc_render$x], ["__scopeId", "data-v-4dd9c03e"]]), EcanScrollText = withInstall$1(ScrollText), timeDisplayProps = {
|
|
12048
12063
|
...props,
|
|
12049
12064
|
name: "时间展示",
|
|
12050
12065
|
keyName: "时间展示",
|
|
@@ -12061,7 +12076,7 @@ const ScrollText = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["render", _sfc_r
|
|
|
12061
12076
|
justifyContent: "center",
|
|
12062
12077
|
operate: null,
|
|
12063
12078
|
updateInterval: { value: 1, mode: "second" }
|
|
12064
|
-
}, timeDisplayComponentProps = transformToComponentProps(timeDisplayProps), timeDisplayEvents = ["timeChange"], _sfc_main$
|
|
12079
|
+
}, timeDisplayComponentProps = transformToComponentProps(timeDisplayProps), timeDisplayEvents = ["timeChange"], _sfc_main$s = defineComponent({
|
|
12065
12080
|
name: "EcanTimeDisplay",
|
|
12066
12081
|
props: {
|
|
12067
12082
|
...timeDisplayComponentProps
|
|
@@ -12125,13 +12140,13 @@ const ScrollText = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["render", _sfc_r
|
|
|
12125
12140
|
};
|
|
12126
12141
|
}
|
|
12127
12142
|
}), TimeDisplay_vue_vue_type_style_index_0_scoped_b9216314_lang = "";
|
|
12128
|
-
function _sfc_render$
|
|
12143
|
+
function _sfc_render$w(c, u, f, d, p, m) {
|
|
12129
12144
|
return openBlock(), createElementBlock("div", {
|
|
12130
12145
|
class: "time-display",
|
|
12131
12146
|
style: normalizeStyle$1(c.style)
|
|
12132
12147
|
}, toDisplayString(c.time), 5);
|
|
12133
12148
|
}
|
|
12134
|
-
const TimeDisplay = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
12149
|
+
const TimeDisplay = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["render", _sfc_render$w], ["__scopeId", "data-v-b9216314"]]), EcanTimeDisplay = withInstall$1(TimeDisplay), listProps = {
|
|
12135
12150
|
...props,
|
|
12136
12151
|
type: "ecanList",
|
|
12137
12152
|
name: "列表",
|
|
@@ -12180,7 +12195,7 @@ const TimeDisplay = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _sfc_
|
|
|
12180
12195
|
seqIconOffsetY: 0,
|
|
12181
12196
|
seqIndexFormatter: "{index}",
|
|
12182
12197
|
itemWidth: "100%"
|
|
12183
|
-
}, listComponentProps = transformToComponentProps(listProps), listEvents = ["refreshData", "click", "resetRecord"], seqIcon4 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAWhJREFUSEvNlz9Lw0AYxp/3iJ2TgqN+ia5ihbb0A/hnEXG3QxHEyUkQVwcHwU3cgoI4hHKXUnQS3Z0VQVBwbTVtXrlciyKmLo2XmxI47v3x3HPvPUdcKk3B85og2gYwjUkOIoD5CcAeSXk0bmniSqWJQuEA/f4kEb7WMjD6f42kPE0rQlyrPYJoZjg5O5g4voDnrZDvf/xWRIMkuJkOo8odXHeefL9rG+QWrlvOA8gNomiBOp2ePUVM5S7iuE5heG0bBNBeieMdKLWvv74D/Y9Zf0rAfEZKLdkHEUIrcw8h5qjVetNAdhRJKidH+nnY6EJ7IKN9YY4ANPIAou+WDXsgZmtewLxKSik7ICOzOk6ZguDVplnPScpFe8c3Jw2th8GgTu32lb0Wb4yZg0vPgOQmBvwRjKrVBwgxm3lUZL6E4yxTELyneaQBxznMPDwzr5NSJ+nhWT8nisVNAFuZPSeYd0mp43G5+BNp2sfxEUU29gAAAABJRU5ErkJggg==", seqIcon5 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAbVJREFUSEvNl7tKA1EQhmfOyd6ClikVLHwCWzHb5QHUbWIStVRQBLGyEEFsLSwUq6idKIiFjZdNUgTR3k7wAoqC2GU3mz0ju5uIRaKN68l5gDMfM//M/IO0PaS4yd55ErTEEFMEf/cYIvgknjjgmpq3t376GZ2iOa8l+Ybn+CD+kqIZlSFA+C1CTpuw9zvBYK2YfuCM9QmKgaIZNcEQGj4da0bKQuug3g4G3T2TYmQIYwYlIqIbVXdH0KrW2oI4u2Z8qfgqT6AVutZ1Ny0VhAelEXSl+2DilO1IywhCKNgaR8oouVJFGkikk0grvqBl9c5cx5UV8R0I/0MjbTJwqOftMekgmsLA9fxbTa8Po1V9D8eMpIyAwhE8n55JYM6YvDyXBhIN21DEHgHNdgNIg4BmpIEEpak3xGsCMKsU7DMpIC2xeg2R7p2uvMkTK9GRXiiNSmnfrhhoYXcQODzBMkr2oixtxLeW3osP5oDMpRdZxl9sQNcYo1oxfc8Z64/dKgo6efwwxgfnTt1OGpnVDL4Zp3mOAouCmivvdjTPwTlRN3oWBMFiHOeEIPFEAKtGvrTz0znxCSDl9ZPnj4lKAAAAAElFTkSuQmCC", seqIcon6 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAZhJREFUSEvNl79LY0EUhb87L6uwkHSieRjBwm7/ApHVbcwzrT8ake21EGHZympBbLewEOxk2xVEBAVttBLtrRWTiLtaiTHue3NlsgiKRiwSJ1NOMffjzLl3zghH+oHL81ms/Y4xHajSsGUMJMkZIgtE4fJr5wqbpVnS6Z9UrmkoxENVMYCC6BTD4a96MMJW8RQT5LC2YUI8OygInDLrdGcn+CR3LxUStsvaFCUeV3NXpPaIdPKZ/lzlZZCtUgNNUUdUB2LtIZlksBVADmivDvGl99afIiLOsBWUPFG47w/EVXbdU7uieJ7h7CIiT7pDeA+PPJfgN1E49njbD0hbO9xVj8kkA/TnrmqCeVIEUimI4zJqphjp2vUHUpPBmZh/JDrjH0Q1xjLtDyRIQRJfQDBJ1LnjB+TBrFYGKWT/+DTrGlE46qd9W2Kgue5QvUXIkw/3/I34/69vCzx6b4oBrROMiieYoKfpUTGON9CbcQp91ToeKc7wMbPU9PCsfCXKrtYPz+478fd8DtVvGGnOd0LlB4Vw5bV0fg/E2Mcb2D1RagAAAABJRU5ErkJggg==", seqIcon7 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAapJREFUSEvNl88rBGEYx7/P7K6yO2VGOfJPuAqF/AGYi7Q7y8mWTcnJQUquDg4kVnITJQdpZyVOsndXtKUoM4vyY3feR7OLiN0cjHff05ze7+d95vs+7/chtC6FGvRQkgiTBGrCXy4igEVOgGbzaXOx2takdaWSSl39PBefAPBfYpT3KsF4H2LITsc3KgmQ3pO6BFEz2AeId1VSwELsOHrEwKbx8hMM6T1r7EslPqsReefMqlq4PbdpPFYASflYijfJEgifqlqkQzKIArB7YheoE4emZ8Zvy/OI/xUpyz5CoNfOmMeSQah8gwRP2db5HDAtvtjoHyvyocuMLccy+6WDkBICi+KZq4Tb7vaN21K7kVGRcqMLeAa+EqChfDqWkQfy9l+YUWAgUQMgXGTQqDwQCoDZvWZWBvNW1JIC8m7WQlB0POzFb6SZlYFtJ232Sbq+tdPQnth1e52DkSN5LZ5q5dH7XQz4r2AksqqmVglG3asXUJQWv6MiWOzawfsB7I09V/DISoKCkQW/wzMzoo4VW68YnkvjRGNonEATBPgzTjDP5K3h5Wojwitkj93H9BVpxQAAAABJRU5ErkJggg==", _sfc_main$
|
|
12198
|
+
}, listComponentProps = transformToComponentProps(listProps), listEvents = ["refreshData", "click", "resetRecord"], seqIcon4 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAWhJREFUSEvNlz9Lw0AYxp/3iJ2TgqN+ia5ihbb0A/hnEXG3QxHEyUkQVwcHwU3cgoI4hHKXUnQS3Z0VQVBwbTVtXrlciyKmLo2XmxI47v3x3HPvPUdcKk3B85og2gYwjUkOIoD5CcAeSXk0bmniSqWJQuEA/f4kEb7WMjD6f42kPE0rQlyrPYJoZjg5O5g4voDnrZDvf/xWRIMkuJkOo8odXHeefL9rG+QWrlvOA8gNomiBOp2ePUVM5S7iuE5heG0bBNBeieMdKLWvv74D/Y9Zf0rAfEZKLdkHEUIrcw8h5qjVetNAdhRJKidH+nnY6EJ7IKN9YY4ANPIAou+WDXsgZmtewLxKSik7ICOzOk6ZguDVplnPScpFe8c3Jw2th8GgTu32lb0Wb4yZg0vPgOQmBvwRjKrVBwgxm3lUZL6E4yxTELyneaQBxznMPDwzr5NSJ+nhWT8nisVNAFuZPSeYd0mp43G5+BNp2sfxEUU29gAAAABJRU5ErkJggg==", seqIcon5 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAbVJREFUSEvNl7tKA1EQhmfOyd6ClikVLHwCWzHb5QHUbWIStVRQBLGyEEFsLSwUq6idKIiFjZdNUgTR3k7wAoqC2GU3mz0ju5uIRaKN68l5gDMfM//M/IO0PaS4yd55ErTEEFMEf/cYIvgknjjgmpq3t376GZ2iOa8l+Ybn+CD+kqIZlSFA+C1CTpuw9zvBYK2YfuCM9QmKgaIZNcEQGj4da0bKQuug3g4G3T2TYmQIYwYlIqIbVXdH0KrW2oI4u2Z8qfgqT6AVutZ1Ny0VhAelEXSl+2DilO1IywhCKNgaR8oouVJFGkikk0grvqBl9c5cx5UV8R0I/0MjbTJwqOftMekgmsLA9fxbTa8Po1V9D8eMpIyAwhE8n55JYM6YvDyXBhIN21DEHgHNdgNIg4BmpIEEpak3xGsCMKsU7DMpIC2xeg2R7p2uvMkTK9GRXiiNSmnfrhhoYXcQODzBMkr2oixtxLeW3osP5oDMpRdZxl9sQNcYo1oxfc8Z64/dKgo6efwwxgfnTt1OGpnVDL4Zp3mOAouCmivvdjTPwTlRN3oWBMFiHOeEIPFEAKtGvrTz0znxCSDl9ZPnj4lKAAAAAElFTkSuQmCC", seqIcon6 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAZhJREFUSEvNl79LY0EUhb87L6uwkHSieRjBwm7/ApHVbcwzrT8ake21EGHZympBbLewEOxk2xVEBAVttBLtrRWTiLtaiTHue3NlsgiKRiwSJ1NOMffjzLl3zghH+oHL81ms/Y4xHajSsGUMJMkZIgtE4fJr5wqbpVnS6Z9UrmkoxENVMYCC6BTD4a96MMJW8RQT5LC2YUI8OygInDLrdGcn+CR3LxUStsvaFCUeV3NXpPaIdPKZ/lzlZZCtUgNNUUdUB2LtIZlksBVADmivDvGl99afIiLOsBWUPFG47w/EVXbdU7uieJ7h7CIiT7pDeA+PPJfgN1E49njbD0hbO9xVj8kkA/TnrmqCeVIEUimI4zJqphjp2vUHUpPBmZh/JDrjH0Q1xjLtDyRIQRJfQDBJ1LnjB+TBrFYGKWT/+DTrGlE46qd9W2Kgue5QvUXIkw/3/I34/69vCzx6b4oBrROMiieYoKfpUTGON9CbcQp91ToeKc7wMbPU9PCsfCXKrtYPz+478fd8DtVvGGnOd0LlB4Vw5bV0fg/E2Mcb2D1RagAAAABJRU5ErkJggg==", seqIcon7 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAapJREFUSEvNl88rBGEYx7/P7K6yO2VGOfJPuAqF/AGYi7Q7y8mWTcnJQUquDg4kVnITJQdpZyVOsndXtKUoM4vyY3feR7OLiN0cjHff05ze7+d95vs+7/chtC6FGvRQkgiTBGrCXy4igEVOgGbzaXOx2takdaWSSl39PBefAPBfYpT3KsF4H2LITsc3KgmQ3pO6BFEz2AeId1VSwELsOHrEwKbx8hMM6T1r7EslPqsReefMqlq4PbdpPFYASflYijfJEgifqlqkQzKIArB7YheoE4emZ8Zvy/OI/xUpyz5CoNfOmMeSQah8gwRP2db5HDAtvtjoHyvyocuMLccy+6WDkBICi+KZq4Tb7vaN21K7kVGRcqMLeAa+EqChfDqWkQfy9l+YUWAgUQMgXGTQqDwQCoDZvWZWBvNW1JIC8m7WQlB0POzFb6SZlYFtJ232Sbq+tdPQnth1e52DkSN5LZ5q5dH7XQz4r2AksqqmVglG3asXUJQWv6MiWOzawfsB7I09V/DISoKCkQW/wzMzoo4VW68YnkvjRGNonEATBPgzTjDP5K3h5Wojwitkj93H9BVpxQAAAABJRU5ErkJggg==", _sfc_main$r = defineComponent({
|
|
12184
12199
|
name: "EcanList",
|
|
12185
12200
|
components: {
|
|
12186
12201
|
Skeleton,
|
|
@@ -12379,7 +12394,7 @@ const TimeDisplay = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _sfc_
|
|
|
12379
12394
|
getText: (Yn, zn) => (Yn.format != null || Yn.format !== "") && p(zn[Yn.key], Yn)
|
|
12380
12395
|
};
|
|
12381
12396
|
}
|
|
12382
|
-
}), List_vue_vue_type_style_index_0_scoped_0f13dff6_lang = "", List_vue_vue_type_style_index_1_lang = "", _withScopeId$4 = (c) => (pushScopeId("data-v-0f13dff6"), c = c(), popScopeId(), c), _hoisted_1$
|
|
12397
|
+
}), List_vue_vue_type_style_index_0_scoped_0f13dff6_lang = "", List_vue_vue_type_style_index_1_lang = "", _withScopeId$4 = (c) => (pushScopeId("data-v-0f13dff6"), c = c(), popScopeId(), c), _hoisted_1$e = {
|
|
12383
12398
|
key: 0,
|
|
12384
12399
|
class: "title"
|
|
12385
12400
|
}, _hoisted_2$6 = {
|
|
@@ -12392,7 +12407,7 @@ const TimeDisplay = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _sfc_
|
|
|
12392
12407
|
key: 2,
|
|
12393
12408
|
class: "empty"
|
|
12394
12409
|
};
|
|
12395
|
-
function _sfc_render$
|
|
12410
|
+
function _sfc_render$v(c, u, f, d, p, m) {
|
|
12396
12411
|
const v = resolveComponent("a-tooltip"), g = resolveComponent("marquee-scroll"), y = resolveComponent("skeleton");
|
|
12397
12412
|
return openBlock(), createElementBlock("div", {
|
|
12398
12413
|
class: "ecan-list",
|
|
@@ -12400,7 +12415,7 @@ function _sfc_render$u(c, u, f, d, p, m) {
|
|
|
12400
12415
|
}, [
|
|
12401
12416
|
createVNode(y, { loading: c.loading }, {
|
|
12402
12417
|
default: withCtx(() => [
|
|
12403
|
-
c.useTitle ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
12418
|
+
c.useTitle ? (openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
12404
12419
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(c.columnCount, (b) => (openBlock(), createElementBlock("div", {
|
|
12405
12420
|
class: "title-inner",
|
|
12406
12421
|
style: normalizeStyle$1({
|
|
@@ -12581,7 +12596,7 @@ function _sfc_render$u(c, u, f, d, p, m) {
|
|
|
12581
12596
|
}, 8, ["loading"])
|
|
12582
12597
|
], 4);
|
|
12583
12598
|
}
|
|
12584
|
-
const List = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
12599
|
+
const List = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _sfc_render$v], ["__scopeId", "data-v-0f13dff6"]]), EcanList = withInstall$1(List), proportionProps = {
|
|
12585
12600
|
...props,
|
|
12586
12601
|
name: "占比图",
|
|
12587
12602
|
keyName: "占比图",
|
|
@@ -12610,7 +12625,7 @@ const List = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["render", _sfc_render$
|
|
|
12610
12625
|
gradientColor: "",
|
|
12611
12626
|
gradientOffset: 1,
|
|
12612
12627
|
graphicConfig: {}
|
|
12613
|
-
}, proportionComponentProps = transformToComponentProps(proportionProps), proportionEvents = ["refreshData", "click"], _sfc_main$
|
|
12628
|
+
}, proportionComponentProps = transformToComponentProps(proportionProps), proportionEvents = ["refreshData", "click"], _sfc_main$q = defineComponent({
|
|
12614
12629
|
name: "EcanProportion",
|
|
12615
12630
|
components: {
|
|
12616
12631
|
AProgress: Progress,
|
|
@@ -12757,8 +12772,8 @@ const List = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["render", _sfc_render$
|
|
|
12757
12772
|
customStrokeColor: Pn
|
|
12758
12773
|
};
|
|
12759
12774
|
}
|
|
12760
|
-
}), Proportion_vue_vue_type_style_index_0_scoped_b6f58928_lang = "", _hoisted_1$
|
|
12761
|
-
function _sfc_render$
|
|
12775
|
+
}), Proportion_vue_vue_type_style_index_0_scoped_b6f58928_lang = "", _hoisted_1$d = ["innerHTML"];
|
|
12776
|
+
function _sfc_render$u(c, u, f, d, p, m) {
|
|
12762
12777
|
const v = resolveComponent("skeleton"), g = resolveComponent("a-progress");
|
|
12763
12778
|
return openBlock(), createElementBlock("div", {
|
|
12764
12779
|
class: "ecan-proportion",
|
|
@@ -12795,14 +12810,14 @@ function _sfc_render$t(c, u, f, d, p, m) {
|
|
|
12795
12810
|
createElementVNode("span", {
|
|
12796
12811
|
style: { "white-space": "nowrap" },
|
|
12797
12812
|
innerHTML: c.text
|
|
12798
|
-
}, null, 8, _hoisted_1$
|
|
12813
|
+
}, null, 8, _hoisted_1$d)
|
|
12799
12814
|
], 4)) : createCommentVNode("", !0)
|
|
12800
12815
|
]),
|
|
12801
12816
|
_: 1
|
|
12802
12817
|
}, 8, ["class", "percent", "width", "type", "strokeColor", "strokeLinecap", "trailColor", "strokeWidth", "showInfo", "gapDegree", "onClick"])
|
|
12803
12818
|
], 4);
|
|
12804
12819
|
}
|
|
12805
|
-
const Proportion = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
12820
|
+
const Proportion = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["render", _sfc_render$u], ["__scopeId", "data-v-b6f58928"]]), EcanProportion = withInstall$1(Proportion), counterProps = {
|
|
12806
12821
|
...props,
|
|
12807
12822
|
name: "计数器",
|
|
12808
12823
|
type: "ecanCounter",
|
|
@@ -12821,7 +12836,7 @@ const Proportion = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["render", _sfc_r
|
|
|
12821
12836
|
unitHeight: "72px",
|
|
12822
12837
|
data: "",
|
|
12823
12838
|
graphicConfig: {}
|
|
12824
|
-
}, counterComponentProps = transformToComponentProps(counterProps), counterEvents = ["refreshData", "click", "resetRecord"], _sfc_main$
|
|
12839
|
+
}, counterComponentProps = transformToComponentProps(counterProps), counterEvents = ["refreshData", "click", "resetRecord"], _sfc_main$p = defineComponent({
|
|
12825
12840
|
name: "EcanCounter",
|
|
12826
12841
|
components: {
|
|
12827
12842
|
Skeleton
|
|
@@ -12934,8 +12949,8 @@ const Proportion = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["render", _sfc_r
|
|
|
12934
12949
|
click: b
|
|
12935
12950
|
};
|
|
12936
12951
|
}
|
|
12937
|
-
}), Counter_vue_vue_type_style_index_0_scoped_82bd9070_lang = "", _hoisted_1$
|
|
12938
|
-
function _sfc_render$
|
|
12952
|
+
}), Counter_vue_vue_type_style_index_0_scoped_82bd9070_lang = "", _hoisted_1$c = ["src"];
|
|
12953
|
+
function _sfc_render$t(c, u, f, d, p, m) {
|
|
12939
12954
|
var g;
|
|
12940
12955
|
const v = resolveComponent("skeleton");
|
|
12941
12956
|
return c.loading ? (openBlock(), createElementBlock("div", {
|
|
@@ -12959,7 +12974,7 @@ function _sfc_render$s(c, u, f, d, p, m) {
|
|
|
12959
12974
|
key: 0,
|
|
12960
12975
|
class: "item-image",
|
|
12961
12976
|
src: c.useImagePath(c.counterBackgroundImage)
|
|
12962
|
-
}, null, 8, _hoisted_1$
|
|
12977
|
+
}, null, 8, _hoisted_1$c)) : createCommentVNode("", !0),
|
|
12963
12978
|
createElementVNode("div", {
|
|
12964
12979
|
class: "item-text",
|
|
12965
12980
|
style: normalizeStyle$1(c.fontStyle)
|
|
@@ -12967,7 +12982,7 @@ function _sfc_render$s(c, u, f, d, p, m) {
|
|
|
12967
12982
|
], 4))), 128)) : createCommentVNode("", !0)
|
|
12968
12983
|
], 4));
|
|
12969
12984
|
}
|
|
12970
|
-
const Counter = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
12985
|
+
const Counter = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["render", _sfc_render$t], ["__scopeId", "data-v-82bd9070"]]), EcanCounter = withInstall$1(Counter), inputProps = {
|
|
12971
12986
|
...props,
|
|
12972
12987
|
width: "200px",
|
|
12973
12988
|
id: "",
|
|
@@ -12980,7 +12995,7 @@ const Counter = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_rend
|
|
|
12980
12995
|
value: "",
|
|
12981
12996
|
placeholder: "请输入文字",
|
|
12982
12997
|
optionFontSize: "14px"
|
|
12983
|
-
}, inputComponentProps = transformToComponentProps(inputProps), inputEvents = ["inputChange", "inputBlur"], _sfc_main$
|
|
12998
|
+
}, inputComponentProps = transformToComponentProps(inputProps), inputEvents = ["inputChange", "inputBlur"], _sfc_main$o = defineComponent({
|
|
12984
12999
|
name: "EcanInput",
|
|
12985
13000
|
components: {
|
|
12986
13001
|
AInput: Input$1
|
|
@@ -13026,7 +13041,7 @@ const Counter = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_rend
|
|
|
13026
13041
|
};
|
|
13027
13042
|
}
|
|
13028
13043
|
}), Input_vue_vue_type_style_index_0_lang = "";
|
|
13029
|
-
function _sfc_render$
|
|
13044
|
+
function _sfc_render$s(c, u, f, d, p, m) {
|
|
13030
13045
|
const v = resolveComponent("a-input");
|
|
13031
13046
|
return openBlock(), createElementBlock("div", {
|
|
13032
13047
|
class: "ecan-input",
|
|
@@ -13043,7 +13058,7 @@ function _sfc_render$r(c, u, f, d, p, m) {
|
|
|
13043
13058
|
}, null, 8, ["value", "placeholder", "onChange", "onBlur", "style"])
|
|
13044
13059
|
], 4);
|
|
13045
13060
|
}
|
|
13046
|
-
const Input = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
13061
|
+
const Input = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_render$s]]), EcanInput = withInstall$1(Input), datePickerProps$1 = {
|
|
13047
13062
|
...props,
|
|
13048
13063
|
height: "33px",
|
|
13049
13064
|
width: "130px",
|
|
@@ -13260,12 +13275,12 @@ const Input = /* @__PURE__ */ _export_sfc$1(_sfc_main$n, [["render", _sfc_render
|
|
|
13260
13275
|
}
|
|
13261
13276
|
}), __injectCSSVars__$3 = () => {
|
|
13262
13277
|
useCssVars((c) => ({
|
|
13263
|
-
"
|
|
13278
|
+
"16c8ad3b": c.optionFontSize
|
|
13264
13279
|
}));
|
|
13265
13280
|
}, __setup__$3 = __default__$3.setup;
|
|
13266
13281
|
__default__$3.setup = __setup__$3 ? (c, u) => (__injectCSSVars__$3(), __setup__$3(c, u)) : __injectCSSVars__$3;
|
|
13267
|
-
const
|
|
13268
|
-
function _sfc_render$
|
|
13282
|
+
const DatePicker_vue_vue_type_style_index_0_scoped_91e23a8e_lang = "", DatePicker_vue_vue_type_style_index_1_lang = "", _hoisted_1$b = ["id"];
|
|
13283
|
+
function _sfc_render$r(c, u, f, d, p, m) {
|
|
13269
13284
|
const v = resolveComponent("calendar-outlined"), g = resolveComponent("close-circle-filled"), y = resolveComponent("a-input"), b = resolveComponent("van-date-picker"), w = resolveComponent("van-popup"), Bn = resolveComponent("a-date-picker");
|
|
13270
13285
|
return openBlock(), createElementBlock("div", {
|
|
13271
13286
|
class: "ecan-date-picker",
|
|
@@ -13297,7 +13312,8 @@ function _sfc_render$q(c, u, f, d, p, m) {
|
|
|
13297
13312
|
createVNode(w, {
|
|
13298
13313
|
show: c.datePickVisible,
|
|
13299
13314
|
"onUpdate:show": u[1] || (u[1] = (x) => c.datePickVisible = x),
|
|
13300
|
-
|
|
13315
|
+
style: { "z-index": "999999" },
|
|
13316
|
+
"overlay-style": { background: "rgba(0, 0, 0, .3)", zIndex: 999999 },
|
|
13301
13317
|
position: "bottom",
|
|
13302
13318
|
teleport: "#app"
|
|
13303
13319
|
}, {
|
|
@@ -13333,9 +13349,9 @@ function _sfc_render$q(c, u, f, d, p, m) {
|
|
|
13333
13349
|
transform: `scale(${c.scaleValue.widthScale}, ${c.scaleValue.heightScale})`
|
|
13334
13350
|
}
|
|
13335
13351
|
}, null, 8, ["value", "format", "picker", "showTime", "locale", "onChange", "onOpenChange", "disabled-date", "getPopupContainer", "popupStyle"]))
|
|
13336
|
-
], 12, _hoisted_1$
|
|
13352
|
+
], 12, _hoisted_1$b);
|
|
13337
13353
|
}
|
|
13338
|
-
const DatePicker$1 = /* @__PURE__ */ _export_sfc$1(__default__$3, [["render", _sfc_render$
|
|
13354
|
+
const DatePicker$1 = /* @__PURE__ */ _export_sfc$1(__default__$3, [["render", _sfc_render$r], ["__scopeId", "data-v-91e23a8e"]]), EcanDatePicker = withInstall$1(DatePicker$1), rangePickerProps = {
|
|
13339
13355
|
...props,
|
|
13340
13356
|
name: "日期范围选择器",
|
|
13341
13357
|
keyName: "日期范围选择器",
|
|
@@ -13608,12 +13624,12 @@ const __default__$2 = defineComponent({
|
|
|
13608
13624
|
}
|
|
13609
13625
|
}), __injectCSSVars__$2 = () => {
|
|
13610
13626
|
useCssVars((c) => ({
|
|
13611
|
-
"
|
|
13627
|
+
"0cafc8db": c.optionFontSize
|
|
13612
13628
|
}));
|
|
13613
13629
|
}, __setup__$2 = __default__$2.setup;
|
|
13614
13630
|
__default__$2.setup = __setup__$2 ? (c, u) => (__injectCSSVars__$2(), __setup__$2(c, u)) : __injectCSSVars__$2;
|
|
13615
|
-
const
|
|
13616
|
-
function _sfc_render$
|
|
13631
|
+
const RangePicker_vue_vue_type_style_index_0_scoped_47476ee0_lang = "", RangePicker_vue_vue_type_style_index_1_lang = "";
|
|
13632
|
+
function _sfc_render$q(c, u, f, d, p, m) {
|
|
13617
13633
|
const v = resolveComponent("calendar-outlined"), g = resolveComponent("close-circle-filled"), y = resolveComponent("a-input"), b = resolveComponent("van-date-picker"), w = resolveComponent("van-picker-group"), Bn = resolveComponent("van-popup"), x = resolveComponent("a-range-picker");
|
|
13618
13634
|
return openBlock(), createElementBlock("div", {
|
|
13619
13635
|
class: "ecan-range-picker",
|
|
@@ -13644,7 +13660,8 @@ function _sfc_render$p(c, u, f, d, p, m) {
|
|
|
13644
13660
|
createVNode(Bn, {
|
|
13645
13661
|
show: c.datePickVisible,
|
|
13646
13662
|
"onUpdate:show": u[3] || (u[3] = (J) => c.datePickVisible = J),
|
|
13647
|
-
|
|
13663
|
+
style: { "z-index": "999999" },
|
|
13664
|
+
"overlay-style": { background: "rgba(0, 0, 0, .3)", zIndex: 999999 },
|
|
13648
13665
|
position: "bottom",
|
|
13649
13666
|
teleport: "#app"
|
|
13650
13667
|
}, {
|
|
@@ -13700,7 +13717,7 @@ function _sfc_render$p(c, u, f, d, p, m) {
|
|
|
13700
13717
|
}, null, 8, ["value", "format", "picker", "locale", "getPopupContainer", "disabled-date", "onChange", "onCalendarChange", "onOpenChange", "popupStyle"]))
|
|
13701
13718
|
], 4);
|
|
13702
13719
|
}
|
|
13703
|
-
const RangePicker = /* @__PURE__ */ _export_sfc$1(__default__$2, [["render", _sfc_render$
|
|
13720
|
+
const RangePicker = /* @__PURE__ */ _export_sfc$1(__default__$2, [["render", _sfc_render$q], ["__scopeId", "data-v-47476ee0"]]), EcanRangePicker = withInstall$1(RangePicker), buttonProps = {
|
|
13704
13721
|
...props,
|
|
13705
13722
|
width: "200px",
|
|
13706
13723
|
name: "按钮",
|
|
@@ -13717,7 +13734,7 @@ const RangePicker = /* @__PURE__ */ _export_sfc$1(__default__$2, [["render", _sf
|
|
|
13717
13734
|
tooltipTextStyleColor: "",
|
|
13718
13735
|
buttonBackgroundColor: "#FFFFFF",
|
|
13719
13736
|
borderColor: "#d9d9d9"
|
|
13720
|
-
}, buttonComponentProps = transformToComponentProps(buttonProps), buttonEvents = ["click"], _sfc_main$
|
|
13737
|
+
}, buttonComponentProps = transformToComponentProps(buttonProps), buttonEvents = ["click"], _sfc_main$n = defineComponent({
|
|
13721
13738
|
name: "EcanButton",
|
|
13722
13739
|
components: {
|
|
13723
13740
|
AButton: Button$1
|
|
@@ -13758,7 +13775,7 @@ const RangePicker = /* @__PURE__ */ _export_sfc$1(__default__$2, [["render", _sf
|
|
|
13758
13775
|
};
|
|
13759
13776
|
}
|
|
13760
13777
|
}), Button_vue_vue_type_style_index_0_lang = "";
|
|
13761
|
-
function _sfc_render$
|
|
13778
|
+
function _sfc_render$p(c, u, f, d, p, m) {
|
|
13762
13779
|
const v = resolveComponent("a-button");
|
|
13763
13780
|
return openBlock(), createElementBlock("div", {
|
|
13764
13781
|
class: "ecan-button",
|
|
@@ -13787,7 +13804,7 @@ function _sfc_render$o(c, u, f, d, p, m) {
|
|
|
13787
13804
|
}, 8, ["onClick", "type", "danger", "shape", "href", "target", "style", "class"])
|
|
13788
13805
|
], 4);
|
|
13789
13806
|
}
|
|
13790
|
-
const Button = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
13807
|
+
const Button = /* @__PURE__ */ _export_sfc$1(_sfc_main$n, [["render", _sfc_render$p]]), EcanButton = withInstall$1(Button), checkboxProps = {
|
|
13791
13808
|
...props,
|
|
13792
13809
|
width: "240px",
|
|
13793
13810
|
id: "",
|
|
@@ -13804,7 +13821,7 @@ const Button = /* @__PURE__ */ _export_sfc$1(_sfc_main$m, [["render", _sfc_rende
|
|
|
13804
13821
|
{ label: "选项三", value: "3" }
|
|
13805
13822
|
],
|
|
13806
13823
|
graphicConfig: {}
|
|
13807
|
-
}, checkboxComponentProps = transformToComponentProps(checkboxProps), checkboxEvents = ["checkboxChange"], _sfc_main$
|
|
13824
|
+
}, checkboxComponentProps = transformToComponentProps(checkboxProps), checkboxEvents = ["checkboxChange"], _sfc_main$m = defineComponent({
|
|
13808
13825
|
name: "EcanCheckbox",
|
|
13809
13826
|
components: {
|
|
13810
13827
|
ACheckboxGroup: CheckboxGroup
|
|
@@ -13896,7 +13913,7 @@ const Button = /* @__PURE__ */ _export_sfc$1(_sfc_main$m, [["render", _sfc_rende
|
|
|
13896
13913
|
};
|
|
13897
13914
|
}
|
|
13898
13915
|
}), Checkbox_vue_vue_type_style_index_0_lang = "";
|
|
13899
|
-
function _sfc_render$
|
|
13916
|
+
function _sfc_render$o(c, u, f, d, p, m) {
|
|
13900
13917
|
const v = resolveComponent("a-checkbox-group");
|
|
13901
13918
|
return openBlock(), createElementBlock("div", {
|
|
13902
13919
|
class: "ecan-checkbox",
|
|
@@ -13910,7 +13927,7 @@ function _sfc_render$n(c, u, f, d, p, m) {
|
|
|
13910
13927
|
}, null, 8, ["options", "value", "onChange"])
|
|
13911
13928
|
], 4);
|
|
13912
13929
|
}
|
|
13913
|
-
const Checkbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
13930
|
+
const Checkbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$m, [["render", _sfc_render$o]]), EcanCheckbox = withInstall$1(Checkbox), selectProps = {
|
|
13914
13931
|
...props,
|
|
13915
13932
|
name: "下拉框选择器",
|
|
13916
13933
|
keyName: "下拉框选择器",
|
|
@@ -13933,7 +13950,7 @@ const Checkbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_ren
|
|
|
13933
13950
|
valueType: "value",
|
|
13934
13951
|
isAllowClear: !0,
|
|
13935
13952
|
optionFontSize: "14px"
|
|
13936
|
-
}, selectComponentProps = transformToComponentProps(selectProps), selectEvents = ["selectChange", "refreshData", "clearValue"], _sfc_main$
|
|
13953
|
+
}, selectComponentProps = transformToComponentProps(selectProps), selectEvents = ["selectChange", "refreshData", "clearValue"], _sfc_main$l = defineComponent({
|
|
13937
13954
|
name: "EcanSelect",
|
|
13938
13955
|
components: {
|
|
13939
13956
|
ASelect: Select$1,
|
|
@@ -14240,8 +14257,8 @@ const Checkbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_ren
|
|
|
14240
14257
|
mobileSelectValue: m
|
|
14241
14258
|
};
|
|
14242
14259
|
}
|
|
14243
|
-
}),
|
|
14244
|
-
function _sfc_render$
|
|
14260
|
+
}), Select_vue_vue_type_style_index_0_scoped_09b55c84_lang = "", Select_vue_vue_type_style_index_1_lang = "";
|
|
14261
|
+
function _sfc_render$n(c, u, f, d, p, m) {
|
|
14245
14262
|
const v = resolveComponent("down-outlined"), g = resolveComponent("a-input"), y = resolveComponent("van-picker"), b = resolveComponent("van-popup"), w = resolveComponent("a-select-option"), Bn = resolveComponent("a-select");
|
|
14246
14263
|
return openBlock(), createElementBlock("div", {
|
|
14247
14264
|
class: "ecan-select",
|
|
@@ -14250,7 +14267,7 @@ function _sfc_render$m(c, u, f, d, p, m) {
|
|
|
14250
14267
|
c.isMobile ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
14251
14268
|
createVNode(g, {
|
|
14252
14269
|
value: c.mobileValue,
|
|
14253
|
-
placeholder:
|
|
14270
|
+
placeholder: c.placeholder,
|
|
14254
14271
|
readonly: "",
|
|
14255
14272
|
onClick: c.openPicker
|
|
14256
14273
|
}, {
|
|
@@ -14258,11 +14275,12 @@ function _sfc_render$m(c, u, f, d, p, m) {
|
|
|
14258
14275
|
createVNode(v)
|
|
14259
14276
|
]),
|
|
14260
14277
|
_: 1
|
|
14261
|
-
}, 8, ["value", "onClick"]),
|
|
14278
|
+
}, 8, ["value", "placeholder", "onClick"]),
|
|
14262
14279
|
createVNode(b, {
|
|
14263
14280
|
show: c.pickVisible,
|
|
14264
14281
|
"onUpdate:show": u[1] || (u[1] = (x) => c.pickVisible = x),
|
|
14265
|
-
|
|
14282
|
+
style: { "z-index": "999999" },
|
|
14283
|
+
"overlay-style": { background: "rgba(0, 0, 0, .3)", zIndex: 999999 },
|
|
14266
14284
|
position: "bottom",
|
|
14267
14285
|
teleport: "#app"
|
|
14268
14286
|
}, {
|
|
@@ -14313,7 +14331,7 @@ function _sfc_render$m(c, u, f, d, p, m) {
|
|
|
14313
14331
|
}, 8, ["value", "placeholder", "allowClear", "mode", "getPopupContainer", "maxTagCount", "filterOption", "loading", "autoClearSearchValue", "onChange", "style"]))
|
|
14314
14332
|
], 4);
|
|
14315
14333
|
}
|
|
14316
|
-
const Select = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
14334
|
+
const Select = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_render$n], ["__scopeId", "data-v-09b55c84"]]), EcanSelect = withInstall$1(Select), treeSelectProps = {
|
|
14317
14335
|
...props,
|
|
14318
14336
|
name: "树形下拉框选择器",
|
|
14319
14337
|
keyName: "树形下拉框选择器",
|
|
@@ -14346,7 +14364,7 @@ const Select = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_rende
|
|
|
14346
14364
|
treeCheckable: !1,
|
|
14347
14365
|
treeCheckStrictly: !1,
|
|
14348
14366
|
selectFirstOption: !1
|
|
14349
|
-
}, treeSelectComponentProps = transformToComponentProps(treeSelectProps), treeSelectEvents = ["selectChange", "refreshData"], _sfc_main$
|
|
14367
|
+
}, treeSelectComponentProps = transformToComponentProps(treeSelectProps), treeSelectEvents = ["selectChange", "refreshData"], _sfc_main$k = {
|
|
14350
14368
|
name: "EcanTreeSelect",
|
|
14351
14369
|
components: {
|
|
14352
14370
|
ATreeSelect: TreeSelect$1
|
|
@@ -14426,7 +14444,7 @@ const Select = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_rende
|
|
|
14426
14444
|
};
|
|
14427
14445
|
}
|
|
14428
14446
|
}, TreeSelect_vue_vue_type_style_index_0_scoped_09e7f364_lang = "", TreeSelect_vue_vue_type_style_index_1_lang = "";
|
|
14429
|
-
function _sfc_render$
|
|
14447
|
+
function _sfc_render$m(c, u, f, d, p, m) {
|
|
14430
14448
|
const v = resolveComponent("a-tree-select");
|
|
14431
14449
|
return openBlock(), createElementBlock("div", {
|
|
14432
14450
|
class: "ecan-tree-select",
|
|
@@ -14450,7 +14468,7 @@ function _sfc_render$l(c, u, f, d, p, m) {
|
|
|
14450
14468
|
}, null, 8, ["value", "loading", "fieldNames", "treeData", "maxTagCount", "multiple", "treeCheckable", "filterTreeNode", "placeholder", "onChange"])
|
|
14451
14469
|
], 4);
|
|
14452
14470
|
}
|
|
14453
|
-
const TreeSelect = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
14471
|
+
const TreeSelect = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$m], ["__scopeId", "data-v-09e7f364"]]), EcanTreeSelect = withInstall$1(TreeSelect), radioProps = {
|
|
14454
14472
|
...props,
|
|
14455
14473
|
width: "260px",
|
|
14456
14474
|
height: "32px",
|
|
@@ -14481,7 +14499,7 @@ const TreeSelect = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_r
|
|
|
14481
14499
|
tabTextAlign: "",
|
|
14482
14500
|
selectFirstOption: !1,
|
|
14483
14501
|
radioMode: "native"
|
|
14484
|
-
}, radioComponentProps = transformToComponentProps(radioProps), radioEvents = ["checkboxChange", "click", "resetRecord"], _sfc_main$
|
|
14502
|
+
}, radioComponentProps = transformToComponentProps(radioProps), radioEvents = ["checkboxChange", "click", "resetRecord"], _sfc_main$j = defineComponent({
|
|
14485
14503
|
name: "EcanRadio",
|
|
14486
14504
|
components: {
|
|
14487
14505
|
ARadioGroup: RadioGroup,
|
|
@@ -14608,8 +14626,8 @@ const TreeSelect = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_r
|
|
|
14608
14626
|
tabChange: gn
|
|
14609
14627
|
};
|
|
14610
14628
|
}
|
|
14611
|
-
}), Radio_vue_vue_type_style_index_0_lang = "", Radio_vue_vue_type_style_index_1_scoped_422f2342_lang = "", _hoisted_1$
|
|
14612
|
-
function _sfc_render$
|
|
14629
|
+
}), Radio_vue_vue_type_style_index_0_lang = "", Radio_vue_vue_type_style_index_1_scoped_422f2342_lang = "", _hoisted_1$a = ["onClick"];
|
|
14630
|
+
function _sfc_render$l(c, u, f, d, p, m) {
|
|
14613
14631
|
const v = resolveComponent("a-radio"), g = resolveComponent("a-radio-button"), y = resolveComponent("a-radio-group");
|
|
14614
14632
|
return openBlock(), createElementBlock("div", {
|
|
14615
14633
|
class: normalizeClass$1(["ecan-radio", c.optionType]),
|
|
@@ -14642,7 +14660,7 @@ function _sfc_render$k(c, u, f, d, p, m) {
|
|
|
14642
14660
|
borderBottom: !c.activeTabBackgroundImage && !c.tabBackgroundImage ? `1px solid ${c.myValue === b.value ? c.activeTabColor : "transparent"}` : ""
|
|
14643
14661
|
})
|
|
14644
14662
|
}, toDisplayString(b.label), 5)
|
|
14645
|
-
], 12, _hoisted_1$
|
|
14663
|
+
], 12, _hoisted_1$a))), 128))
|
|
14646
14664
|
], 4)) : c.radioMode === "native" ? (openBlock(), createBlock(y, {
|
|
14647
14665
|
key: 1,
|
|
14648
14666
|
value: c.myValue,
|
|
@@ -14678,7 +14696,121 @@ function _sfc_render$k(c, u, f, d, p, m) {
|
|
|
14678
14696
|
}, 8, ["value"])) : createCommentVNode("", !0)
|
|
14679
14697
|
], 6);
|
|
14680
14698
|
}
|
|
14681
|
-
const Radio = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
14699
|
+
const Radio = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_render$l], ["__scopeId", "data-v-422f2342"]]), EcanRadio = withInstall$1(Radio), navTabProps = {
|
|
14700
|
+
...props,
|
|
14701
|
+
type: "ecanNavTab",
|
|
14702
|
+
name: "导航标签",
|
|
14703
|
+
keyName: "导航标签",
|
|
14704
|
+
width: "300px",
|
|
14705
|
+
height: "40px",
|
|
14706
|
+
tabFontSize: "14px",
|
|
14707
|
+
activeTabColor: "#1890ff",
|
|
14708
|
+
tabColor: "#333",
|
|
14709
|
+
tabFontWeight: 400,
|
|
14710
|
+
activeKey: 0,
|
|
14711
|
+
data: [
|
|
14712
|
+
{
|
|
14713
|
+
title: "标签1"
|
|
14714
|
+
},
|
|
14715
|
+
{
|
|
14716
|
+
title: "标签2"
|
|
14717
|
+
},
|
|
14718
|
+
{
|
|
14719
|
+
title: "标签3"
|
|
14720
|
+
}
|
|
14721
|
+
],
|
|
14722
|
+
isShrink: !1,
|
|
14723
|
+
tabLineWidth: "40px",
|
|
14724
|
+
tabLineHeight: "3px",
|
|
14725
|
+
backgroundColor: "",
|
|
14726
|
+
isScrollspy: !1,
|
|
14727
|
+
scrollspyConfig: []
|
|
14728
|
+
}, navTabComponentProps = transformToComponentProps(navTabProps), navTabEvents = ["tabChange"], _sfc_main$i = defineComponent({
|
|
14729
|
+
name: "EcanNavTab",
|
|
14730
|
+
props: {
|
|
14731
|
+
...navTabComponentProps
|
|
14732
|
+
},
|
|
14733
|
+
components: {},
|
|
14734
|
+
setup(c) {
|
|
14735
|
+
const u = usePickComponentStyle(c), f = ref(0), d = ref("nav-tab");
|
|
14736
|
+
watch(() => c.activeKey, (y) => {
|
|
14737
|
+
f.value = y;
|
|
14738
|
+
}, {
|
|
14739
|
+
immediate: !0
|
|
14740
|
+
}), watch(() => [c.isShrink, c.data], () => {
|
|
14741
|
+
d.value = nanoid(8);
|
|
14742
|
+
});
|
|
14743
|
+
const { pageMode: p } = inject(GLOBAL_CONFIG, {
|
|
14744
|
+
pageMode: "normal"
|
|
14745
|
+
});
|
|
14746
|
+
onMounted(() => {
|
|
14747
|
+
}), onBeforeUnmount(() => {
|
|
14748
|
+
});
|
|
14749
|
+
const m = useEmitEvent(c), { setGlobalModel: v } = inject(GLOBAL_MODEL, {
|
|
14750
|
+
// @ts-ignore
|
|
14751
|
+
// eslint-disable-next-line no-void
|
|
14752
|
+
setGlobalModel: (y, b) => {
|
|
14753
|
+
}
|
|
14754
|
+
});
|
|
14755
|
+
v(c.id, {
|
|
14756
|
+
RECORD: unref(f),
|
|
14757
|
+
value: unref(f)
|
|
14758
|
+
});
|
|
14759
|
+
const g = () => {
|
|
14760
|
+
m("tabChange", () => {
|
|
14761
|
+
v(c.id, {
|
|
14762
|
+
RECORD: unref(f),
|
|
14763
|
+
value: unref(f)
|
|
14764
|
+
});
|
|
14765
|
+
})();
|
|
14766
|
+
};
|
|
14767
|
+
return useOnEvent(c, {
|
|
14768
|
+
tabChange: g
|
|
14769
|
+
}), {
|
|
14770
|
+
style: u,
|
|
14771
|
+
active: f,
|
|
14772
|
+
pageMode: p,
|
|
14773
|
+
renderKey: d,
|
|
14774
|
+
tabChange: g
|
|
14775
|
+
};
|
|
14776
|
+
}
|
|
14777
|
+
}), NavTab_vue_vue_type_style_index_0_scoped_aabb4af0_lang = "", _hoisted_1$9 = ["id"];
|
|
14778
|
+
function _sfc_render$k(c, u, f, d, p, m) {
|
|
14779
|
+
const v = resolveComponent("van-tab"), g = resolveComponent("van-tabs");
|
|
14780
|
+
return openBlock(), createElementBlock("div", {
|
|
14781
|
+
class: "ecan-nav-tabs",
|
|
14782
|
+
style: normalizeStyle$1(c.style),
|
|
14783
|
+
id: "container_" + c.id
|
|
14784
|
+
}, [
|
|
14785
|
+
(openBlock(), createBlock(g, {
|
|
14786
|
+
active: c.active,
|
|
14787
|
+
"onUpdate:active": u[0] || (u[0] = (y) => c.active = y),
|
|
14788
|
+
key: c.renderKey,
|
|
14789
|
+
shrink: c.isShrink,
|
|
14790
|
+
"title-inactive-color": c.tabColor,
|
|
14791
|
+
"title-active-color": c.activeTabColor,
|
|
14792
|
+
"line-width": c.tabLineWidth,
|
|
14793
|
+
"line-height": c.tabLineHeight,
|
|
14794
|
+
background: c.backgroundColor || "transparent"
|
|
14795
|
+
}, {
|
|
14796
|
+
default: withCtx(() => [
|
|
14797
|
+
(openBlock(!0), createElementBlock(Fragment, null, renderList(c.data, (y, b) => (openBlock(), createBlock(v, { key: b }, {
|
|
14798
|
+
title: withCtx(() => [
|
|
14799
|
+
createElementVNode("div", {
|
|
14800
|
+
style: normalizeStyle$1({
|
|
14801
|
+
fontSize: c.tabFontSize,
|
|
14802
|
+
fontWeight: c.tabFontWeight
|
|
14803
|
+
})
|
|
14804
|
+
}, toDisplayString(y.title), 5)
|
|
14805
|
+
]),
|
|
14806
|
+
_: 2
|
|
14807
|
+
}, 1024))), 128))
|
|
14808
|
+
]),
|
|
14809
|
+
_: 1
|
|
14810
|
+
}, 8, ["active", "shrink", "title-inactive-color", "title-active-color", "line-width", "line-height", "background"]))
|
|
14811
|
+
], 12, _hoisted_1$9);
|
|
14812
|
+
}
|
|
14813
|
+
const NavTab = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["render", _sfc_render$k], ["__scopeId", "data-v-aabb4af0"]]), EcanNavTab = withInstall$1(NavTab), pieProps = {
|
|
14682
14814
|
...props,
|
|
14683
14815
|
id: "",
|
|
14684
14816
|
name: "饼图",
|
|
@@ -18083,7 +18215,7 @@ const _sfc_main$a = defineComponent({
|
|
|
18083
18215
|
re = (yr = dr[0]) == null ? void 0 : yr.data, br === "" && (br = "{marker} {a} {c}");
|
|
18084
18216
|
const Sr = c.seriesTypes;
|
|
18085
18217
|
for (let kr = 0; kr < vr; kr++) {
|
|
18086
|
-
const Pr = Sr[kr], { tooltipFormatter: Mr } = Pr || {}, { marker: Dr, seriesName: zr, name: Lr, value:
|
|
18218
|
+
const Pr = Sr[kr], { tooltipFormatter: Mr } = Pr || {}, { marker: Dr, seriesName: zr, name: Lr, value: Vr, data: Gr } = dr[kr] || {};
|
|
18087
18219
|
if (kr === 0) {
|
|
18088
18220
|
let wr = Lr;
|
|
18089
18221
|
typeof Lr == "string" && Lr[0] === "0" && !isNaN(+Lr) && (wr = (+Lr).toString()), mr += `${In(c.xAxisLabelFormatter, wr)}<br/>`;
|
|
@@ -18095,11 +18227,11 @@ const _sfc_main$a = defineComponent({
|
|
|
18095
18227
|
textData: {
|
|
18096
18228
|
marker: Dr,
|
|
18097
18229
|
name: Lr,
|
|
18098
|
-
value:
|
|
18230
|
+
value: Vr,
|
|
18099
18231
|
seriesName: zr,
|
|
18100
18232
|
a: zr,
|
|
18101
18233
|
b: Lr,
|
|
18102
|
-
c:
|
|
18234
|
+
c: Vr || 0,
|
|
18103
18235
|
...Gr
|
|
18104
18236
|
}
|
|
18105
18237
|
},
|
|
@@ -18247,7 +18379,7 @@ const _sfc_main$a = defineComponent({
|
|
|
18247
18379
|
};
|
|
18248
18380
|
}
|
|
18249
18381
|
if (kr === "bar") {
|
|
18250
|
-
const { gradientShow: Dr, gradientColors: zr, gradientOffset: Lr } = c,
|
|
18382
|
+
const { gradientShow: Dr, gradientColors: zr, gradientOffset: Lr } = c, Vr = {
|
|
18251
18383
|
color: c.colors[Sr]
|
|
18252
18384
|
};
|
|
18253
18385
|
if (c.barBorderRadius) {
|
|
@@ -18258,10 +18390,10 @@ const _sfc_main$a = defineComponent({
|
|
|
18258
18390
|
const Tr = parseFloat(Er);
|
|
18259
18391
|
isNaN(Tr) || wr.push(Tr);
|
|
18260
18392
|
}
|
|
18261
|
-
|
|
18393
|
+
Vr.borderRadius = wr;
|
|
18262
18394
|
}
|
|
18263
18395
|
}
|
|
18264
|
-
Dr && (
|
|
18396
|
+
Dr && (Vr.color = {
|
|
18265
18397
|
x: 0,
|
|
18266
18398
|
y: 0,
|
|
18267
18399
|
x2: 0,
|
|
@@ -18279,7 +18411,7 @@ const _sfc_main$a = defineComponent({
|
|
|
18279
18411
|
}), Mr = {
|
|
18280
18412
|
...Mr,
|
|
18281
18413
|
barWidth: c.barWidth.value + c.barWidth.suffix,
|
|
18282
|
-
itemStyle:
|
|
18414
|
+
itemStyle: Vr
|
|
18283
18415
|
};
|
|
18284
18416
|
}
|
|
18285
18417
|
c.isShowMarkLine && (Mr.markLine = {
|
|
@@ -19121,7 +19253,8 @@ const Radar = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["render", _sfc_render
|
|
|
19121
19253
|
gradientOffset: 1,
|
|
19122
19254
|
gradientAngle: "180deg",
|
|
19123
19255
|
isTransparent: !1,
|
|
19124
|
-
titleMode: "type-1"
|
|
19256
|
+
titleMode: "type-1",
|
|
19257
|
+
isFixed: !1
|
|
19125
19258
|
}, borderComponentProps = transformToComponentProps(borderProps), borderEvents = ["click"], _sfc_main$8 = defineComponent({
|
|
19126
19259
|
name: "EcanBorder",
|
|
19127
19260
|
props: {
|
|
@@ -21732,8 +21865,8 @@ var lottie$1 = { exports: {} };
|
|
|
21732
21865
|
var mr = this.props;
|
|
21733
21866
|
if (zn === 1 && Gn === 0 && or === 0 && Un === 0 && lr === 0 && sr === 1 && ar === 0 && tr === 0 && nr === 0 && fr === 0 && cr === 1 && hr === 0)
|
|
21734
21867
|
return mr[12] = mr[12] * zn + mr[15] * gr, mr[13] = mr[13] * sr + mr[15] * pr, mr[14] = mr[14] * cr + mr[15] * dr, mr[15] *= vr, this._identityCalculated = !1, this;
|
|
21735
|
-
var br = mr[0], Sr = mr[1], yr = mr[2], kr = mr[3], Pr = mr[4], Mr = mr[5], Dr = mr[6], zr = mr[7], Lr = mr[8],
|
|
21736
|
-
return mr[0] = br * zn + Sr * lr + yr * nr + kr * gr, mr[1] = br * Gn + Sr * sr + yr * fr + kr * pr, mr[2] = br * or + Sr * ar + yr * cr + kr * dr, mr[3] = br * Un + Sr * tr + yr * hr + kr * vr, mr[4] = Pr * zn + Mr * lr + Dr * nr + zr * gr, mr[5] = Pr * Gn + Mr * sr + Dr * fr + zr * pr, mr[6] = Pr * or + Mr * ar + Dr * cr + zr * dr, mr[7] = Pr * Un + Mr * tr + Dr * hr + zr * vr, mr[8] = Lr * zn +
|
|
21868
|
+
var br = mr[0], Sr = mr[1], yr = mr[2], kr = mr[3], Pr = mr[4], Mr = mr[5], Dr = mr[6], zr = mr[7], Lr = mr[8], Vr = mr[9], Gr = mr[10], wr = mr[11], Er = mr[12], Tr = mr[13], Fr = mr[14], Rr = mr[15];
|
|
21869
|
+
return mr[0] = br * zn + Sr * lr + yr * nr + kr * gr, mr[1] = br * Gn + Sr * sr + yr * fr + kr * pr, mr[2] = br * or + Sr * ar + yr * cr + kr * dr, mr[3] = br * Un + Sr * tr + yr * hr + kr * vr, mr[4] = Pr * zn + Mr * lr + Dr * nr + zr * gr, mr[5] = Pr * Gn + Mr * sr + Dr * fr + zr * pr, mr[6] = Pr * or + Mr * ar + Dr * cr + zr * dr, mr[7] = Pr * Un + Mr * tr + Dr * hr + zr * vr, mr[8] = Lr * zn + Vr * lr + Gr * nr + wr * gr, mr[9] = Lr * Gn + Vr * sr + Gr * fr + wr * pr, mr[10] = Lr * or + Vr * ar + Gr * cr + wr * dr, mr[11] = Lr * Un + Vr * tr + Gr * hr + wr * vr, mr[12] = Er * zn + Tr * lr + Fr * nr + Rr * gr, mr[13] = Er * Gn + Tr * sr + Fr * fr + Rr * pr, mr[14] = Er * or + Tr * ar + Fr * cr + Rr * dr, mr[15] = Er * Un + Tr * tr + Fr * hr + Rr * vr, this._identityCalculated = !1, this;
|
|
21737
21870
|
}
|
|
21738
21871
|
function Fn(zn) {
|
|
21739
21872
|
var Gn = zn.props;
|
|
@@ -24243,19 +24376,19 @@ var lottie$1 = { exports: {} };
|
|
|
24243
24376
|
Gn = d.length;
|
|
24244
24377
|
var Un, lr = -1, sr, ar, tr, nr = re, fr = gn, cr = _, hr = -1, gr, pr, dr, vr, mr, br, Sr, yr, kr = "", Pr = this.defaultPropsArray, Mr;
|
|
24245
24378
|
if (c.j === 2 || c.j === 1) {
|
|
24246
|
-
var Dr = 0, zr = 0, Lr = c.j === 2 ? -0.5 : -1,
|
|
24379
|
+
var Dr = 0, zr = 0, Lr = c.j === 2 ? -0.5 : -1, Vr = 0, Gr = !0;
|
|
24247
24380
|
for (w = 0; w < Bn; w += 1)
|
|
24248
24381
|
if (x[w].n) {
|
|
24249
|
-
for (Dr && (Dr += zr);
|
|
24250
|
-
x[
|
|
24382
|
+
for (Dr && (Dr += zr); Vr < w; )
|
|
24383
|
+
x[Vr].animatorJustifyOffset = Dr, Vr += 1;
|
|
24251
24384
|
Dr = 0, Gr = !0;
|
|
24252
24385
|
} else {
|
|
24253
24386
|
for (zn = 0; zn < Gn; zn += 1)
|
|
24254
24387
|
Hn = d[zn].a, Hn.t.propType && (Gr && c.j === 2 && (zr += Hn.t.v * Lr), Yn = d[zn].s, Un = Yn.getMult(x[w].anIndexes[zn], p.a[zn].s.totalChars), Un.length ? Dr += Hn.t.v * Un[0] * Lr : Dr += Hn.t.v * Un * Lr);
|
|
24255
24388
|
Gr = !1;
|
|
24256
24389
|
}
|
|
24257
|
-
for (Dr && (Dr += zr);
|
|
24258
|
-
x[
|
|
24390
|
+
for (Dr && (Dr += zr); Vr < w; )
|
|
24391
|
+
x[Vr].animatorJustifyOffset = Dr, Vr += 1;
|
|
24259
24392
|
}
|
|
24260
24393
|
for (w = 0; w < Bn; w += 1) {
|
|
24261
24394
|
if (m.reset(), gr = 1, x[w].n)
|
|
@@ -27935,7 +28068,7 @@ const Iframe = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_rende
|
|
|
27935
28068
|
borderBottomColor: c.borderColor
|
|
27936
28069
|
},
|
|
27937
28070
|
class: {
|
|
27938
|
-
highlight: unref(
|
|
28071
|
+
highlight: unref(Vr) === ai && c.clickHighlight,
|
|
27939
28072
|
linkText: Yn(si)
|
|
27940
28073
|
},
|
|
27941
28074
|
dix: si.dataIndex + "_" + ai,
|
|
@@ -27945,7 +28078,7 @@ const Iframe = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_rende
|
|
|
27945
28078
|
dataIndex: jr,
|
|
27946
28079
|
title: Wr,
|
|
27947
28080
|
...ii
|
|
27948
|
-
}, kr(Ei, { ...Mi, type: c.type, RECORD: ii }),
|
|
28081
|
+
}, kr(Ei, { ...Mi, type: c.type, RECORD: ii }), Vr.value = ai, setTimeout(() => {
|
|
27949
28082
|
if (!c.linkPage && !c.href)
|
|
27950
28083
|
return;
|
|
27951
28084
|
let Ai = !1;
|
|
@@ -28240,7 +28373,7 @@ const Iframe = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_rende
|
|
|
28240
28373
|
} finally {
|
|
28241
28374
|
y.value = !1;
|
|
28242
28375
|
}
|
|
28243
|
-
},
|
|
28376
|
+
}, Vr = ref(-1), { loadedData: Gr } = inject(LOADED_DATA, {
|
|
28244
28377
|
loadedData: {}
|
|
28245
28378
|
}), wr = ref(!1);
|
|
28246
28379
|
watch(Gr, (xr) => {
|
|
@@ -28307,11 +28440,11 @@ const Iframe = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_rende
|
|
|
28307
28440
|
(Ar = Ir.children) != null && Ar.length ? Cr.push(...Rr(Ir.children)) : Cr.push(Ir);
|
|
28308
28441
|
return Cr;
|
|
28309
28442
|
}
|
|
28310
|
-
const { setRequest:
|
|
28443
|
+
const { setRequest: Nr } = inject(REQUEST_MODEL, {
|
|
28311
28444
|
setRequest: (xr) => {
|
|
28312
28445
|
}
|
|
28313
28446
|
});
|
|
28314
|
-
typeof
|
|
28447
|
+
typeof Nr == "function" && Nr({
|
|
28315
28448
|
id: c.id,
|
|
28316
28449
|
requestFn: Er,
|
|
28317
28450
|
sortNum: c.requestSort
|
|
@@ -28466,7 +28599,7 @@ const Iframe = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_rende
|
|
|
28466
28599
|
onTouchHrefEvent: ti,
|
|
28467
28600
|
handleHref: Hr,
|
|
28468
28601
|
handleHrefTarget: Yr,
|
|
28469
|
-
useRowIndex:
|
|
28602
|
+
useRowIndex: Vr,
|
|
28470
28603
|
tableColumns: Xn,
|
|
28471
28604
|
tableDataSource: J,
|
|
28472
28605
|
useFilterOptions: ci,
|
|
@@ -30500,6 +30633,7 @@ const ValueLine = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_rend
|
|
|
30500
30633
|
EcanList,
|
|
30501
30634
|
EcanMap,
|
|
30502
30635
|
EcanModal,
|
|
30636
|
+
EcanNavTab,
|
|
30503
30637
|
EcanPageConfig,
|
|
30504
30638
|
EcanPie,
|
|
30505
30639
|
EcanPivotTable,
|
|
@@ -30567,6 +30701,9 @@ const ValueLine = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_rend
|
|
|
30567
30701
|
modalComponentProps,
|
|
30568
30702
|
modalEvents,
|
|
30569
30703
|
modalProps,
|
|
30704
|
+
navTabComponentProps,
|
|
30705
|
+
navTabEvents,
|
|
30706
|
+
navTabProps,
|
|
30570
30707
|
pageConfig,
|
|
30571
30708
|
pageConfigComponentProps,
|
|
30572
30709
|
pieComponentProps,
|
|
@@ -33044,7 +33181,7 @@ var stdin_default = defineComponent({
|
|
|
33044
33181
|
}
|
|
33045
33182
|
});
|
|
33046
33183
|
const DatePicker = withInstall(stdin_default), PickerGroup = withInstall(stdin_default$2), index$1 = "", install = (c) => {
|
|
33047
|
-
c.use(DatePicker), c.use(Popup), c.use(PickerGroup), c.use(Picker), Object.keys(components).forEach((u) => {
|
|
33184
|
+
c.use(DatePicker), c.use(Popup), c.use(PickerGroup), c.use(Picker), c.use(Tab), c.use(Tabs), Object.keys(components).forEach((u) => {
|
|
33048
33185
|
const f = components[u];
|
|
33049
33186
|
f.install && c.use(f);
|
|
33050
33187
|
});
|
|
@@ -33069,6 +33206,7 @@ export {
|
|
|
33069
33206
|
EcanList,
|
|
33070
33207
|
EcanMap,
|
|
33071
33208
|
EcanModal,
|
|
33209
|
+
EcanNavTab,
|
|
33072
33210
|
EcanPageConfig,
|
|
33073
33211
|
EcanPie,
|
|
33074
33212
|
EcanPivotTable,
|
|
@@ -33140,6 +33278,9 @@ export {
|
|
|
33140
33278
|
modalEvents,
|
|
33141
33279
|
modalProps,
|
|
33142
33280
|
moveToComponentList,
|
|
33281
|
+
navTabComponentProps,
|
|
33282
|
+
navTabEvents,
|
|
33283
|
+
navTabProps,
|
|
33143
33284
|
pageConfig,
|
|
33144
33285
|
pageConfigComponentProps,
|
|
33145
33286
|
pieComponentProps,
|