@a2simcode/ui 0.0.68 → 0.0.69
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/simcode-ui.es.js +328 -328
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/docs/components/table.md +15 -0
- package/docs/examples/table/tree-lazy.vue +80 -0
- package/package.json +1 -1
package/dist/simcode-ui.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as ae, computed as j, openBlock as C, createElementBlock as O, mergeProps as je, createVNode as J, unref as K, shallowRef as oa, ref as A, watch as ot, withModifiers as kt, normalizeClass as Te, createBlock as H, createCommentVNode as
|
|
1
|
+
import { defineComponent as ae, computed as j, openBlock as C, createElementBlock as O, mergeProps as je, createVNode as J, unref as K, shallowRef as oa, ref as A, watch as ot, withModifiers as kt, normalizeClass as Te, createBlock as H, createCommentVNode as G, toDisplayString as be, renderSlot as Ie, nextTick as At, inject as Nu, provide as Wu, resolveComponent as B, withCtx as V, resolveDynamicComponent as Ro, getCurrentInstance as Is, render as Ni, Fragment as ye, renderList as Ee, onMounted as Ct, createSlots as fn, createTextVNode as Wt, createElementVNode as F, useSlots as Uu, reactive as To, onUnmounted as ii, normalizeStyle as Ce, onBeforeUnmount as ia, h as Yu, resolveDirective as aa, withDirectives as dn, withKeys as $a, vShow as Xo, watchEffect as Bs, useTemplateRef as Qn, useModel as ti, mergeModels as ni, normalizeProps as la, guardReactiveProps as sl } from "vue";
|
|
2
2
|
import { getIcon as Zn, Icon as ir } from "@iconify/vue";
|
|
3
3
|
import Ls from "dayjs";
|
|
4
4
|
import Gu from "crypto-js/aes";
|
|
@@ -264,12 +264,12 @@ const on = (e) => !!(e == null || typeof e == "string" && e.trim() === "" || Arr
|
|
|
264
264
|
icon: "mdi:loading",
|
|
265
265
|
size: e.size == "large" ? 14 : 12,
|
|
266
266
|
class: "loading-spin j-button-loading-icon"
|
|
267
|
-
}, null, 8, ["size"])) :
|
|
267
|
+
}, null, 8, ["size"])) : G("", !0),
|
|
268
268
|
e.icon ? (C(), H(eo, {
|
|
269
269
|
key: 1,
|
|
270
270
|
icon: e.icon
|
|
271
|
-
}, null, 8, ["icon"])) :
|
|
272
|
-
e.notLabel ?
|
|
271
|
+
}, null, 8, ["icon"])) : G("", !0),
|
|
272
|
+
e.notLabel ? G("", !0) : (C(), O("div", Gd, be(d.value), 1)),
|
|
273
273
|
Ie(f.$slots, "iconAfter")
|
|
274
274
|
], 10, Yd));
|
|
275
275
|
}
|
|
@@ -1485,7 +1485,7 @@ const kf = de(Qs), Rf = /* @__PURE__ */ ae({
|
|
|
1485
1485
|
key: 0,
|
|
1486
1486
|
class: "j-select-option-icon",
|
|
1487
1487
|
icon: b.icon
|
|
1488
|
-
}, null, 8, ["icon"])) :
|
|
1488
|
+
}, null, 8, ["icon"])) : G("", !0),
|
|
1489
1489
|
F("div", null, be(b.label), 1)
|
|
1490
1490
|
])
|
|
1491
1491
|
]),
|
|
@@ -1505,7 +1505,7 @@ const kf = de(Qs), Rf = /* @__PURE__ */ ae({
|
|
|
1505
1505
|
key: 0,
|
|
1506
1506
|
class: "j-select-option-icon",
|
|
1507
1507
|
icon: y.icon
|
|
1508
|
-
}, null, 8, ["icon"])) :
|
|
1508
|
+
}, null, 8, ["icon"])) : G("", !0),
|
|
1509
1509
|
F("div", null, be(y.label), 1)
|
|
1510
1510
|
])
|
|
1511
1511
|
]),
|
|
@@ -1522,7 +1522,7 @@ const kf = de(Qs), Rf = /* @__PURE__ */ ae({
|
|
|
1522
1522
|
key: 0,
|
|
1523
1523
|
class: "j-select-option-icon",
|
|
1524
1524
|
icon: r.value
|
|
1525
|
-
}, null, 8, ["icon"])) :
|
|
1525
|
+
}, null, 8, ["icon"])) : G("", !0),
|
|
1526
1526
|
F("div", null, [
|
|
1527
1527
|
e.isShowTooltip ? (C(), H(h, {
|
|
1528
1528
|
key: 0,
|
|
@@ -1789,13 +1789,13 @@ const kf = de(Qs), Rf = /* @__PURE__ */ ae({
|
|
|
1789
1789
|
e.decreaseIcon ? (C(), H(p, {
|
|
1790
1790
|
key: 0,
|
|
1791
1791
|
icon: e.decreaseIcon
|
|
1792
|
-
}, null, 8, ["icon"])) :
|
|
1792
|
+
}, null, 8, ["icon"])) : G("", !0)
|
|
1793
1793
|
]),
|
|
1794
1794
|
"increase-icon": V(() => [
|
|
1795
1795
|
e.increaseIcon ? (C(), H(p, {
|
|
1796
1796
|
key: 0,
|
|
1797
1797
|
icon: e.increaseIcon
|
|
1798
|
-
}, null, 8, ["icon"])) :
|
|
1798
|
+
}, null, 8, ["icon"])) : G("", !0)
|
|
1799
1799
|
]),
|
|
1800
1800
|
_: 2
|
|
1801
1801
|
}, [
|
|
@@ -2210,9 +2210,9 @@ const kf = de(Qs), Rf = /* @__PURE__ */ ae({
|
|
|
2210
2210
|
key: 0,
|
|
2211
2211
|
class: "j-layout--move",
|
|
2212
2212
|
onMousedown: M[0] || (M[0] = (k) => T("left", k))
|
|
2213
|
-
}, null, 32)) :
|
|
2214
|
-
], 4)) :
|
|
2215
|
-
u.value ?
|
|
2213
|
+
}, null, 32)) : G("", !0)
|
|
2214
|
+
], 4)) : G("", !0),
|
|
2215
|
+
u.value ? G("", !0) : (C(), O("div", Jf, [
|
|
2216
2216
|
b.value ? (C(), O("div", {
|
|
2217
2217
|
key: 0,
|
|
2218
2218
|
class: "j-layout--top",
|
|
@@ -2225,8 +2225,8 @@ const kf = de(Qs), Rf = /* @__PURE__ */ ae({
|
|
|
2225
2225
|
key: 0,
|
|
2226
2226
|
class: "j-layout--move",
|
|
2227
2227
|
onMousedown: M[1] || (M[1] = (k) => T("top", k))
|
|
2228
|
-
}, null, 32)) :
|
|
2229
|
-
], 4)) :
|
|
2228
|
+
}, null, 32)) : G("", !0)
|
|
2229
|
+
], 4)) : G("", !0),
|
|
2230
2230
|
F("div", {
|
|
2231
2231
|
ref_key: "mid",
|
|
2232
2232
|
ref: i,
|
|
@@ -2247,8 +2247,8 @@ const kf = de(Qs), Rf = /* @__PURE__ */ ae({
|
|
|
2247
2247
|
key: 0,
|
|
2248
2248
|
class: "j-layout--move",
|
|
2249
2249
|
onMousedown: M[2] || (M[2] = (k) => T("bottom", k))
|
|
2250
|
-
}, null, 32)) :
|
|
2251
|
-
], 4)) :
|
|
2250
|
+
}, null, 32)) : G("", !0)
|
|
2251
|
+
], 4)) : G("", !0)
|
|
2252
2252
|
])),
|
|
2253
2253
|
y.value ? (C(), O("div", {
|
|
2254
2254
|
key: 2,
|
|
@@ -2262,8 +2262,8 @@ const kf = de(Qs), Rf = /* @__PURE__ */ ae({
|
|
|
2262
2262
|
key: 0,
|
|
2263
2263
|
class: "j-layout--move",
|
|
2264
2264
|
onMousedown: M[3] || (M[3] = (k) => T("right", k))
|
|
2265
|
-
}, null, 32)) :
|
|
2266
|
-
], 4)) :
|
|
2265
|
+
}, null, 32)) : G("", !0)
|
|
2266
|
+
], 4)) : G("", !0)
|
|
2267
2267
|
], 2));
|
|
2268
2268
|
}
|
|
2269
2269
|
}), eh = de(Qf);
|
|
@@ -3991,7 +3991,7 @@ const ki = {
|
|
|
3991
3991
|
type: c.value,
|
|
3992
3992
|
config: s.value,
|
|
3993
3993
|
children: e.children
|
|
3994
|
-
}, null, 8, ["id", "type", "config", "children"])) :
|
|
3994
|
+
}, null, 8, ["id", "type", "config", "children"])) : G("", !0);
|
|
3995
3995
|
};
|
|
3996
3996
|
}
|
|
3997
3997
|
}), nc = /* @__PURE__ */ ae({
|
|
@@ -4214,7 +4214,7 @@ const ki = {
|
|
|
4214
4214
|
}, { ref_for: !0 }, I), null, 16))), 128))
|
|
4215
4215
|
])
|
|
4216
4216
|
}))
|
|
4217
|
-
]), 1040)) :
|
|
4217
|
+
]), 1040)) : G("", !0);
|
|
4218
4218
|
};
|
|
4219
4219
|
}
|
|
4220
4220
|
});
|
|
@@ -4580,9 +4580,9 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4580
4580
|
let _ = i.records.length, m = 45;
|
|
4581
4581
|
const E = A(!1), S = A({}), T = A([]), P = A(null), R = A(0);
|
|
4582
4582
|
let D = null, z = !1, $ = !1;
|
|
4583
|
-
const M = (L, W,
|
|
4584
|
-
T.value = L, P.value = W, R.value =
|
|
4585
|
-
left: `${
|
|
4583
|
+
const M = (L, W, U, ee, oe) => {
|
|
4584
|
+
T.value = L, P.value = W, R.value = U, S.value = {
|
|
4585
|
+
left: `${ee}px`,
|
|
4586
4586
|
top: `${oe}px`
|
|
4587
4587
|
}, E.value = !0, z = !1, document.addEventListener("wheel", pe, { passive: !1 });
|
|
4588
4588
|
}, k = () => {
|
|
@@ -4602,9 +4602,9 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4602
4602
|
}, Be = (L) => {
|
|
4603
4603
|
P.value && L.click && L.click({ data: P.value, openLayer: u }), k();
|
|
4604
4604
|
}, at = (L) => {
|
|
4605
|
-
const { Group: W, Text:
|
|
4605
|
+
const { Group: W, Text: U } = Re.CustomLayout, ee = i.actionsMaxCount, oe = L.length > ee, te = oe ? L.slice(0, ee - 1) : L, ue = oe ? L.slice(ee - 1) : [];
|
|
4606
4606
|
let He = 0;
|
|
4607
|
-
if (
|
|
4607
|
+
if (te.forEach((Pe, we) => {
|
|
4608
4608
|
const We = Zt(Pe.config?.label || Pe.label) || 0;
|
|
4609
4609
|
He += We + (we === 0 ? 24 : 12);
|
|
4610
4610
|
}), oe) {
|
|
@@ -4629,8 +4629,8 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4629
4629
|
justifyContent: "flex-start",
|
|
4630
4630
|
flexWrap: "nowrap"
|
|
4631
4631
|
});
|
|
4632
|
-
if (
|
|
4633
|
-
const Oe = Ze.config?.isDanger ? "#f53f3f" : "#165dff", Ye = new
|
|
4632
|
+
if (te.forEach((Ze, ht) => {
|
|
4633
|
+
const Oe = Ze.config?.isDanger ? "#f53f3f" : "#165dff", Ye = new U({
|
|
4634
4634
|
text: Ze.label,
|
|
4635
4635
|
fontSize: 14,
|
|
4636
4636
|
fill: Oe,
|
|
@@ -4645,7 +4645,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4645
4645
|
mt.target.setAttribute("fill", Oe), we.scenegraph.stage.renderNextFrame();
|
|
4646
4646
|
}), xe.add(Ye);
|
|
4647
4647
|
}), oe) {
|
|
4648
|
-
const Ze = "#1677ff", ht = new
|
|
4648
|
+
const Ze = "#1677ff", ht = new U({
|
|
4649
4649
|
text: "更多",
|
|
4650
4650
|
fontSize: 14,
|
|
4651
4651
|
fill: Ze,
|
|
@@ -4671,19 +4671,19 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4671
4671
|
}
|
|
4672
4672
|
};
|
|
4673
4673
|
}, Z = (L, W) => {
|
|
4674
|
-
for (const
|
|
4675
|
-
if (
|
|
4676
|
-
return
|
|
4677
|
-
if (
|
|
4678
|
-
const
|
|
4679
|
-
if (
|
|
4680
|
-
return
|
|
4674
|
+
for (const U of L) {
|
|
4675
|
+
if (U.field === W)
|
|
4676
|
+
return U;
|
|
4677
|
+
if (U.columns) {
|
|
4678
|
+
const ee = Z(U.columns, W);
|
|
4679
|
+
if (ee)
|
|
4680
|
+
return ee;
|
|
4681
4681
|
}
|
|
4682
4682
|
}
|
|
4683
4683
|
return null;
|
|
4684
|
-
}, $e = (L, W,
|
|
4685
|
-
const oe =
|
|
4686
|
-
return ue._fieldFormat ? ue._fieldFormat(L, W,
|
|
4684
|
+
}, $e = (L, W, U, ee) => {
|
|
4685
|
+
const oe = ee.getBodyField(W, U), te = ee.options?.columns || [], ue = Z(te, oe);
|
|
4686
|
+
return ue._fieldFormat ? ue._fieldFormat(L, W, U, ee) : af(L[oe], s, {
|
|
4687
4687
|
type: ue._compType,
|
|
4688
4688
|
getCompType: ue._getCompType,
|
|
4689
4689
|
getCompConfig: ue._getCompConfig,
|
|
@@ -4693,53 +4693,53 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4693
4693
|
row: L
|
|
4694
4694
|
});
|
|
4695
4695
|
}, Ve = (L) => {
|
|
4696
|
-
const { dataValue: W, rect:
|
|
4697
|
-
let
|
|
4698
|
-
W || (
|
|
4699
|
-
const
|
|
4696
|
+
const { dataValue: W, rect: U } = L;
|
|
4697
|
+
let ee = "mdi:toggle-switch", oe = "#165dff";
|
|
4698
|
+
W || (ee = "mdi:toggle-switch-off", oe = "#e5e6eb");
|
|
4699
|
+
const te = Zn(ee), ue = te?.body?.replace(/currentColor/g, oe), He = [];
|
|
4700
4700
|
return He.push({
|
|
4701
4701
|
type: "icon",
|
|
4702
|
-
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 ${
|
|
4702
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 ${te?.width} ${te?.height}" >${ue}</svg>`,
|
|
4703
4703
|
x: 8,
|
|
4704
|
-
y: (
|
|
4704
|
+
y: (U.height - 40) / 2,
|
|
4705
4705
|
width: 40,
|
|
4706
4706
|
height: 40
|
|
4707
4707
|
}), {
|
|
4708
4708
|
elements: He
|
|
4709
4709
|
};
|
|
4710
4710
|
}, Se = (L) => {
|
|
4711
|
-
const { dataValue: W, rect:
|
|
4711
|
+
const { dataValue: W, rect: U } = L, ee = Number(W) || 0, oe = 5, te = 20, ue = 4, He = 8, ze = (U.height - te) / 2, Pe = [], we = Zn("mdi:star"), We = Zn("mdi:star-half-full"), st = Zn("mdi:star-outline"), qe = "#f7ba2a", Ue = "#e5e6eb";
|
|
4712
4712
|
for (let xe = 0; xe < oe; xe++) {
|
|
4713
|
-
const Ze = He + xe * (
|
|
4714
|
-
if (
|
|
4713
|
+
const Ze = He + xe * (te + ue), ht = ze;
|
|
4714
|
+
if (ee >= xe + 1) {
|
|
4715
4715
|
const Oe = we?.body?.replace(/currentColor/g, qe);
|
|
4716
4716
|
Pe.push({
|
|
4717
4717
|
type: "icon",
|
|
4718
|
-
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="${
|
|
4718
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="${te}" height="${te}" viewBox="0 0 ${we?.width} ${we?.height}">${Oe}</svg>`,
|
|
4719
4719
|
x: Ze,
|
|
4720
4720
|
y: ht,
|
|
4721
|
-
width:
|
|
4722
|
-
height:
|
|
4721
|
+
width: te,
|
|
4722
|
+
height: te
|
|
4723
4723
|
});
|
|
4724
|
-
} else if (
|
|
4724
|
+
} else if (ee > xe && ee < xe + 1) {
|
|
4725
4725
|
const Oe = We?.body?.replace(/currentColor/g, qe);
|
|
4726
4726
|
Pe.push({
|
|
4727
4727
|
type: "icon",
|
|
4728
|
-
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="${
|
|
4728
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="${te}" height="${te}" viewBox="0 0 ${We?.width} ${We?.height}">${Oe}</svg>`,
|
|
4729
4729
|
x: Ze,
|
|
4730
4730
|
y: ht,
|
|
4731
|
-
width:
|
|
4732
|
-
height:
|
|
4731
|
+
width: te,
|
|
4732
|
+
height: te
|
|
4733
4733
|
});
|
|
4734
4734
|
} else {
|
|
4735
4735
|
const Oe = st?.body?.replace(/currentColor/g, Ue);
|
|
4736
4736
|
Pe.push({
|
|
4737
4737
|
type: "icon",
|
|
4738
|
-
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="${
|
|
4738
|
+
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="${te}" height="${te}" viewBox="0 0 ${st?.width} ${st?.height}">${Oe}</svg>`,
|
|
4739
4739
|
x: Ze,
|
|
4740
4740
|
y: ht,
|
|
4741
|
-
width:
|
|
4742
|
-
height:
|
|
4741
|
+
width: te,
|
|
4742
|
+
height: te
|
|
4743
4743
|
});
|
|
4744
4744
|
}
|
|
4745
4745
|
}
|
|
@@ -4747,7 +4747,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4747
4747
|
elements: Pe
|
|
4748
4748
|
};
|
|
4749
4749
|
}, Qe = (L) => {
|
|
4750
|
-
const { dataValue: W, rect:
|
|
4750
|
+
const { dataValue: W, rect: U, table: ee, col: oe, row: te } = L, ue = ee.getBodyField(oe, te), He = ee.options?.columns || [], Pe = Z(He, ue)?._compConfig || {}, we = Number(Pe.min) || 0, We = Number(Pe.max) || 100, st = Number(W) || 0, qe = We - we, Ue = qe === 0 ? 0 : Math.max(0, Math.min(100, (st - we) / qe * 100)), xe = 4, Ze = 8, ht = 8, Oe = (U.height - xe) / 2, Ye = String(st), mt = Zt(Ye) || 0, pt = Ze, $t = Oe, It = U.width - Ze * 2 - mt - ht, Et = It * Ue / 100, Un = [], Sn = (ct, _t, Gn) => {
|
|
4751
4751
|
const Pt = Math.min(Gn, _t / 2, ct / 2);
|
|
4752
4752
|
return `M ${Pt} 0 L ${ct - Pt} 0 Q ${ct} 0 ${ct} ${Pt} L ${ct} ${_t - Pt} Q ${ct} ${_t} ${ct - Pt} ${_t} L ${Pt} ${_t} Q 0 ${_t} 0 ${_t - Pt} L 0 ${Pt} Q 0 0 ${Pt} 0 Z`;
|
|
4753
4753
|
}, Yn = (ct, _t, Gn) => {
|
|
@@ -4772,7 +4772,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4772
4772
|
height: xe
|
|
4773
4773
|
});
|
|
4774
4774
|
}
|
|
4775
|
-
const Vo = pt + It + ht, go =
|
|
4775
|
+
const Vo = pt + It + ht, go = U.height / 2;
|
|
4776
4776
|
return Un.push({
|
|
4777
4777
|
type: "text",
|
|
4778
4778
|
text: Ye,
|
|
@@ -4788,18 +4788,18 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4788
4788
|
}, lt = (L) => String(L).replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'"), q = (L, W) => {
|
|
4789
4789
|
if (!L) return "";
|
|
4790
4790
|
if ((Zt(L) || 0) <= W) return L;
|
|
4791
|
-
const
|
|
4791
|
+
const ee = "...", oe = Zt(ee) || 0;
|
|
4792
4792
|
if (oe >= W) return "";
|
|
4793
|
-
let
|
|
4794
|
-
for (;
|
|
4795
|
-
const He = Math.ceil((
|
|
4796
|
-
(Zt(ze) || 0) + oe <= W ?
|
|
4793
|
+
let te = 0, ue = L.length;
|
|
4794
|
+
for (; te < ue; ) {
|
|
4795
|
+
const He = Math.ceil((te + ue) / 2), ze = L.slice(0, He);
|
|
4796
|
+
(Zt(ze) || 0) + oe <= W ? te = He : ue = He - 1;
|
|
4797
4797
|
}
|
|
4798
|
-
return L.slice(0,
|
|
4798
|
+
return L.slice(0, te) + ee;
|
|
4799
4799
|
}, fe = (L) => {
|
|
4800
|
-
const { dataValue: W, rect:
|
|
4800
|
+
const { dataValue: W, rect: U, table: ee, col: oe, row: te } = L;
|
|
4801
4801
|
if (!W) return { elements: [] };
|
|
4802
|
-
const ue =
|
|
4802
|
+
const ue = ee.getBodyField(oe, te), He = ee.options?.columns || [], Pe = Z(He, ue)?._compConfig || {}, we = Number(Pe.size) || 16, We = Pe.color, st = (U.width - we) / 2, qe = (U.height - we) / 2;
|
|
4803
4803
|
let Ue = String(W).trim();
|
|
4804
4804
|
if (!Ue) return { elements: [] };
|
|
4805
4805
|
if (Ue.startsWith("<svg")) {
|
|
@@ -4834,13 +4834,13 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4834
4834
|
]
|
|
4835
4835
|
};
|
|
4836
4836
|
}, ke = (L) => {
|
|
4837
|
-
const { dataValue: W, rect:
|
|
4837
|
+
const { dataValue: W, rect: U, table: ee, col: oe, row: te, value: ue } = L, He = ee.getBodyField(oe, te), ze = ee.options?.columns || [], Pe = Z(ze, He), we = Pe?._compConfig || {}, We = c({
|
|
4838
4838
|
config: we,
|
|
4839
|
-
row:
|
|
4839
|
+
row: ee.getRecordByCell?.(oe, te) || ee.getCellOriginRecord?.(oe, te),
|
|
4840
4840
|
value: Pe._fieldFormat ? ue : W
|
|
4841
4841
|
});
|
|
4842
4842
|
if (We.length === 0) return { elements: [] };
|
|
4843
|
-
const st = 14, qe = 28, Ue = 2, xe = 12, Ze = 8, ht = 6, Oe = 8, Ye = Math.max(0, (
|
|
4843
|
+
const st = 14, qe = 28, Ue = 2, xe = 12, Ze = 8, ht = 6, Oe = 8, Ye = Math.max(0, (U.height - qe) / 2), mt = Math.max(0, U.width - Oe * 2), pt = Math.max(0, mt - xe * 2), $t = [];
|
|
4844
4844
|
let It = Oe, Et = Ye;
|
|
4845
4845
|
const Un = (Sn, Yn, ho) => {
|
|
4846
4846
|
const po = q(Sn, pt), Vo = lt(po), go = Zt(po) || 0, ct = Math.min(mt, go + xe * 2), _t = Yn || "#f2f3f5", Gn = ho || "#1d2129", Pt = qe / 2 + st * 0.35, Vu = `<svg xmlns="http://www.w3.org/2000/svg" width="${ct}" height="${qe}" viewBox="0 0 ${ct} ${qe}"><rect x="0" y="0" width="${ct}" height="${qe}" rx="${Ue}" ry="${Ue}" fill="${_t}"/><text x="${ct / 2}" y="${Pt}" text-anchor="middle" font-size="${st}" fill="${Gn}">${Vo}</text></svg>`;
|
|
@@ -4855,7 +4855,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4855
4855
|
};
|
|
4856
4856
|
for (let Sn = 0; Sn < We.length; Sn++) {
|
|
4857
4857
|
const Yn = We[Sn], ho = Yn.label, po = (Zt(ho) || 0) + xe * 2, Vo = Math.min(mt, po);
|
|
4858
|
-
if (It !== Oe && It + Vo >
|
|
4858
|
+
if (It !== Oe && It + Vo > U.width - Oe && (It = Oe, Et += qe + ht), Et + qe > U.height && U.height > 0) {
|
|
4859
4859
|
$t.length > 0 && Un("...", "#f2f3f5", "#1d2129");
|
|
4860
4860
|
break;
|
|
4861
4861
|
}
|
|
@@ -4868,23 +4868,23 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4868
4868
|
};
|
|
4869
4869
|
}, et = (L) => {
|
|
4870
4870
|
if (!L) return "#1d2129";
|
|
4871
|
-
L = L.replace("#", ""), L.length === 3 && (L = L.split("").map((
|
|
4872
|
-
const W = parseInt(L.substring(0, 2), 16),
|
|
4873
|
-
if ((W * 299 +
|
|
4874
|
-
const
|
|
4871
|
+
L = L.replace("#", ""), L.length === 3 && (L = L.split("").map((te) => te + te).join(""));
|
|
4872
|
+
const W = parseInt(L.substring(0, 2), 16), U = parseInt(L.substring(2, 4), 16), ee = parseInt(L.substring(4, 6), 16);
|
|
4873
|
+
if ((W * 299 + U * 587 + ee * 114) / 1e3 >= 128) {
|
|
4874
|
+
const te = W / 255, ue = U / 255, He = ee / 255, ze = Math.max(te, ue, He), Pe = Math.min(te, ue, He);
|
|
4875
4875
|
let we = 0, We = 0;
|
|
4876
4876
|
const st = (ze + Pe) / 2;
|
|
4877
4877
|
if (ze !== Pe) {
|
|
4878
4878
|
const Ye = ze - Pe;
|
|
4879
4879
|
switch (We = st > 0.5 ? Ye / (2 - ze - Pe) : Ye / (ze + Pe), ze) {
|
|
4880
|
-
case
|
|
4880
|
+
case te:
|
|
4881
4881
|
we = (ue - He) / Ye + (ue < He ? 6 : 0);
|
|
4882
4882
|
break;
|
|
4883
4883
|
case ue:
|
|
4884
|
-
we = (He -
|
|
4884
|
+
we = (He - te) / Ye + 2;
|
|
4885
4885
|
break;
|
|
4886
4886
|
case He:
|
|
4887
|
-
we = (
|
|
4887
|
+
we = (te - ue) / Ye + 4;
|
|
4888
4888
|
break;
|
|
4889
4889
|
}
|
|
4890
4890
|
we /= 6;
|
|
@@ -4902,14 +4902,14 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4902
4902
|
}
|
|
4903
4903
|
return "#ffffff";
|
|
4904
4904
|
}, ft = (L) => {
|
|
4905
|
-
const { table: W, row:
|
|
4905
|
+
const { table: W, row: U, col: ee, rect: oe, value: te } = L, { Group: ue, Text: He } = Re.CustomLayout, ze = W.getBodyField(ee, U), Pe = W.options?.columns || [], we = Z(Pe, ze), We = we?._compConfig || {}, st = new ue({
|
|
4906
4906
|
height: oe.height,
|
|
4907
4907
|
width: oe.width,
|
|
4908
4908
|
display: "flex",
|
|
4909
4909
|
alignItems: "center",
|
|
4910
4910
|
justifyContent: we.style?.textAlign === "center" ? "center" : we.style?.textAlign === "right" ? "flex-end" : "flex-start"
|
|
4911
4911
|
}), qe = "#165dff", Ue = new He({
|
|
4912
|
-
text: String(
|
|
4912
|
+
text: String(te ?? ""),
|
|
4913
4913
|
fontSize: 14,
|
|
4914
4914
|
fill: qe,
|
|
4915
4915
|
cursor: "pointer",
|
|
@@ -4918,7 +4918,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4918
4918
|
});
|
|
4919
4919
|
return Ue.addEventListener("click", () => {
|
|
4920
4920
|
if (We.click) {
|
|
4921
|
-
const xe = W.getCellOriginRecord(
|
|
4921
|
+
const xe = W.getCellOriginRecord(ee, U);
|
|
4922
4922
|
We.click({ row: xe, column: we, openLayer: u });
|
|
4923
4923
|
}
|
|
4924
4924
|
}), Ue.addEventListener("mouseenter", (xe) => {
|
|
@@ -4930,12 +4930,12 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4930
4930
|
renderDefault: !1
|
|
4931
4931
|
};
|
|
4932
4932
|
}, Lt = (L) => {
|
|
4933
|
-
const { table: W, row:
|
|
4933
|
+
const { table: W, row: U, col: ee } = L, oe = W.getBodyField(ee, U), te = W.options?.columns || [], ue = Z(te, oe), He = ue?._compConfig || {};
|
|
4934
4934
|
if (ue?._customLayout)
|
|
4935
4935
|
return ue._customLayout({ ...L, config: He, customLayout: Re.CustomLayout });
|
|
4936
4936
|
}, De = (L) => {
|
|
4937
|
-
const W = L.filter((
|
|
4938
|
-
const { id:
|
|
4937
|
+
const W = L.filter((U) => U.config?.display !== !1).map((U) => {
|
|
4938
|
+
const { id: ee, type: oe, config: te, getCompConfig: ue, getCompType: He, children: ze, customLayout: Pe } = U, {
|
|
4939
4939
|
label: we,
|
|
4940
4940
|
width: We,
|
|
4941
4941
|
minWidth: st,
|
|
@@ -4946,8 +4946,8 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4946
4946
|
editor: ht,
|
|
4947
4947
|
frozen: Oe,
|
|
4948
4948
|
...Ye
|
|
4949
|
-
} =
|
|
4950
|
-
field:
|
|
4949
|
+
} = te || {}, mt = xe ?? Ue, pt = {
|
|
4950
|
+
field: ee,
|
|
4951
4951
|
title: we,
|
|
4952
4952
|
width: We,
|
|
4953
4953
|
minWidth: st,
|
|
@@ -4974,19 +4974,19 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
4974
4974
|
});
|
|
4975
4975
|
return i.isTree && W.length > 0 && (W[0].tree = !0), W;
|
|
4976
4976
|
}, cn = (L, W) => {
|
|
4977
|
-
const
|
|
4978
|
-
return `#${(oe << 16 |
|
|
4977
|
+
const U = L.replace("#", ""), ee = parseInt(U, 16), oe = Math.min(255, Math.max(0, (ee >> 16) + W)), te = Math.min(255, Math.max(0, (ee >> 8 & 255) + W)), ue = Math.min(255, Math.max(0, (ee & 255) + W));
|
|
4978
|
+
return `#${(oe << 16 | te << 8 | ue).toString(16).padStart(6, "0")}`;
|
|
4979
4979
|
}, bn = () => {
|
|
4980
4980
|
let L = _;
|
|
4981
4981
|
i.isPage && (L = Ht.value + _);
|
|
4982
|
-
const W = String(L),
|
|
4983
|
-
return Math.max(45,
|
|
4982
|
+
const W = String(L), U = Zt(W) || 0;
|
|
4983
|
+
return Math.max(45, U + 18);
|
|
4984
4984
|
}, Kt = (L) => {
|
|
4985
|
-
let W = (
|
|
4986
|
-
const ue =
|
|
4985
|
+
let W = (U, ee, oe, te) => {
|
|
4986
|
+
const ue = te.getRecordIndexByCell(ee, oe);
|
|
4987
4987
|
return i.isPage && !L ? Ht.value + ue + 1 : ue + 1;
|
|
4988
4988
|
};
|
|
4989
|
-
return L && (W = (
|
|
4989
|
+
return L && (W = (U, ee, oe, te) => te.getRecordIndexByCell(ee, oe) + 1), {
|
|
4990
4990
|
field: "__sequence__",
|
|
4991
4991
|
title: "序号",
|
|
4992
4992
|
width: m,
|
|
@@ -5004,7 +5004,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5004
5004
|
_getCompConfig: void 0,
|
|
5005
5005
|
_getCompType: void 0
|
|
5006
5006
|
};
|
|
5007
|
-
},
|
|
5007
|
+
}, Y = () => ({
|
|
5008
5008
|
field: "__placeholder__",
|
|
5009
5009
|
title: "",
|
|
5010
5010
|
width: "auto",
|
|
@@ -5023,56 +5023,56 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5023
5023
|
if (L.frozen) return L.frozen;
|
|
5024
5024
|
if (L.columns)
|
|
5025
5025
|
for (const W of L.columns) {
|
|
5026
|
-
const
|
|
5027
|
-
if (
|
|
5026
|
+
const U = le(W);
|
|
5027
|
+
if (U) return U;
|
|
5028
5028
|
}
|
|
5029
5029
|
}, X = (L) => {
|
|
5030
5030
|
const W = [];
|
|
5031
|
-
return L.forEach((
|
|
5032
|
-
if (
|
|
5033
|
-
W.push(
|
|
5031
|
+
return L.forEach((U) => {
|
|
5032
|
+
if (U.frozen) {
|
|
5033
|
+
W.push(U);
|
|
5034
5034
|
return;
|
|
5035
5035
|
}
|
|
5036
|
-
if (!
|
|
5037
|
-
W.push(
|
|
5036
|
+
if (!U.columns || U.columns.length === 0) {
|
|
5037
|
+
W.push(U);
|
|
5038
5038
|
return;
|
|
5039
5039
|
}
|
|
5040
|
-
const
|
|
5041
|
-
if (
|
|
5040
|
+
const ee = X(U.columns), oe = [], te = [], ue = [];
|
|
5041
|
+
if (ee.forEach((ze) => {
|
|
5042
5042
|
const Pe = le(ze);
|
|
5043
|
-
Pe === "left" ? oe.push(ze) : Pe === "right" ?
|
|
5044
|
-
}), (oe.length > 0 ? 1 : 0) + (
|
|
5045
|
-
|
|
5043
|
+
Pe === "left" ? oe.push(ze) : Pe === "right" ? te.push(ze) : ue.push(ze);
|
|
5044
|
+
}), (oe.length > 0 ? 1 : 0) + (te.length > 0 ? 1 : 0) + (ue.length > 0 ? 1 : 0) <= 1) {
|
|
5045
|
+
U.columns = ee, W.push(U);
|
|
5046
5046
|
return;
|
|
5047
5047
|
}
|
|
5048
|
-
oe.length && W.push({ ...
|
|
5048
|
+
oe.length && W.push({ ...U, columns: oe }), ue.length && W.push({ ...U, columns: ue }), te.length && W.push({ ...U, columns: te });
|
|
5049
5049
|
}), W;
|
|
5050
5050
|
}, Q = (L) => {
|
|
5051
|
-
let W = 0,
|
|
5052
|
-
return L.forEach((
|
|
5053
|
-
if (
|
|
5054
|
-
const oe = Q(
|
|
5055
|
-
W += oe.left,
|
|
5051
|
+
let W = 0, U = 0;
|
|
5052
|
+
return L.forEach((ee) => {
|
|
5053
|
+
if (ee.columns && ee.columns.length > 0) {
|
|
5054
|
+
const oe = Q(ee.columns);
|
|
5055
|
+
W += oe.left, U += oe.right;
|
|
5056
5056
|
} else
|
|
5057
|
-
|
|
5058
|
-
}), { left: W, right:
|
|
5059
|
-
}, ie = (L, W,
|
|
5057
|
+
ee.frozen === "left" ? W++ : ee.frozen === "right" && U++;
|
|
5058
|
+
}), { left: W, right: U };
|
|
5059
|
+
}, ie = (L, W, U, ee) => {
|
|
5060
5060
|
y = 0, b = 0, w = !1;
|
|
5061
5061
|
const oe = {};
|
|
5062
|
-
let
|
|
5063
|
-
|
|
5062
|
+
let te = De(L);
|
|
5063
|
+
te.length === 0 && (te = [Y()]), te = X(te);
|
|
5064
5064
|
const ue = [], He = [], ze = [];
|
|
5065
|
-
|
|
5065
|
+
te.forEach((We) => {
|
|
5066
5066
|
const st = le(We);
|
|
5067
5067
|
st === "left" ? ue.push(We) : st === "right" ? He.push(We) : ze.push(We);
|
|
5068
5068
|
});
|
|
5069
5069
|
const Pe = Q(ue), we = Q(He);
|
|
5070
|
-
return b += Pe.left, y += we.right,
|
|
5070
|
+
return b += Pe.left, y += we.right, te = [...ue, ...ze, ...He], W && (te.unshift(Kt(ee)), b++), U.length > 0 && (te.push(at(U)), y++), w && (oe.editCellTrigger = "click", oe.keyboardOptions = {
|
|
5071
5071
|
copySelected: !0,
|
|
5072
5072
|
cutSelected: !0,
|
|
5073
5073
|
pasteValueToCell: !0,
|
|
5074
5074
|
selectAllOnCtrlA: !0
|
|
5075
|
-
}), { columns:
|
|
5075
|
+
}), { columns: te, option: oe };
|
|
5076
5076
|
}, ge = () => {
|
|
5077
5077
|
const L = ie(i.columns, i.isShowNumber, i.actions);
|
|
5078
5078
|
Cn.value && b++;
|
|
@@ -5127,14 +5127,14 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5127
5127
|
width: 8
|
|
5128
5128
|
}
|
|
5129
5129
|
}), i.subColumns && i.subColumns.length > 0) {
|
|
5130
|
-
const
|
|
5130
|
+
const U = ie(
|
|
5131
5131
|
i.subColumns,
|
|
5132
5132
|
i.isSubShowNumber,
|
|
5133
5133
|
i.subActions,
|
|
5134
5134
|
!0
|
|
5135
|
-
),
|
|
5135
|
+
), ee = {
|
|
5136
5136
|
detailTableOptions: {
|
|
5137
|
-
columns:
|
|
5137
|
+
columns: U.columns,
|
|
5138
5138
|
style: {
|
|
5139
5139
|
margin: [8, 8, 8, 0],
|
|
5140
5140
|
height: "auto"
|
|
@@ -5143,26 +5143,26 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5143
5143
|
...L.option
|
|
5144
5144
|
}
|
|
5145
5145
|
};
|
|
5146
|
-
console.log(
|
|
5146
|
+
console.log(U.option), v = new dh(ee), W.plugins = [v];
|
|
5147
5147
|
}
|
|
5148
5148
|
return W;
|
|
5149
5149
|
}, Me = () => {
|
|
5150
5150
|
if (!p.value) return;
|
|
5151
5151
|
m = bn(), vh();
|
|
5152
5152
|
const L = ge(), W = nr();
|
|
5153
|
-
W.length > 0 ? L.records = W : (L.records = i.records, a("update:modelValue", i.records)), g = new Re.ListTable(p.value, L), g._getAppContext = () => o?.appContext, g._getTableProvide = () => or, i.loadChildren && g.on(Re.ListTable.EVENT_TYPE.TREE_HIERARCHY_STATE_CHANGE, async (
|
|
5154
|
-
if (
|
|
5155
|
-
g.setLoadingHierarchyState(
|
|
5153
|
+
W.length > 0 ? L.records = W : (L.records = i.records, a("update:modelValue", i.records)), g = new Re.ListTable(p.value, L), g._getAppContext = () => o?.appContext, g._getTableProvide = () => or, i.loadChildren && g.on(Re.ListTable.EVENT_TYPE.TREE_HIERARCHY_STATE_CHANGE, async (U) => {
|
|
5154
|
+
if (U.hierarchyState === Re.TYPES.HierarchyState.expand && U.originData?.children === !0) {
|
|
5155
|
+
g.setLoadingHierarchyState(U.col, U.row);
|
|
5156
5156
|
try {
|
|
5157
|
-
const
|
|
5158
|
-
v.setRecordChildren(
|
|
5159
|
-
} catch (
|
|
5160
|
-
console.error("Failed to load detail data:",
|
|
5157
|
+
const ee = await i.loadChildren(U.originData);
|
|
5158
|
+
i.isTree && g && typeof g.setRecordChildren == "function" ? g.setRecordChildren(ee, U.col, U.row) : v && typeof v.setRecordChildren == "function" ? v.setRecordChildren(ee, U.col, U.row) : g && typeof g.setRecordChildren == "function" && g.setRecordChildren(ee, U.col, U.row);
|
|
5159
|
+
} catch (ee) {
|
|
5160
|
+
console.error("Failed to load detail data:", ee), g.setLoadingHierarchyState(U.col, U.row);
|
|
5161
5161
|
}
|
|
5162
5162
|
}
|
|
5163
|
-
}), g.on("click_cell", ({ col:
|
|
5163
|
+
}), g.on("click_cell", ({ col: U, cellType: ee }) => {
|
|
5164
5164
|
if (Cn.value) {
|
|
5165
|
-
if (
|
|
5165
|
+
if (ee === "checkbox" && U == 0) {
|
|
5166
5166
|
const oe = it();
|
|
5167
5167
|
x.value = oe.length, a("selectionChanged", oe);
|
|
5168
5168
|
}
|
|
@@ -5210,30 +5210,30 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5210
5210
|
if (!Cn.value) {
|
|
5211
5211
|
const L = g.getSelectedCellInfos();
|
|
5212
5212
|
if (L && L.length > 0) {
|
|
5213
|
-
const W = L[0][0],
|
|
5214
|
-
return
|
|
5213
|
+
const W = L[0][0], U = g.getRecordIndexByCell(W.col, W.row), ee = g.records[U];
|
|
5214
|
+
return ee ? [ee] : [];
|
|
5215
5215
|
}
|
|
5216
5216
|
return [];
|
|
5217
5217
|
}
|
|
5218
5218
|
if (g.stateManager && g.stateManager.checkedState) {
|
|
5219
5219
|
const L = g.stateManager.checkedState, W = [];
|
|
5220
|
-
return L.forEach((
|
|
5221
|
-
if (Object.values(
|
|
5222
|
-
const
|
|
5223
|
-
!isNaN(
|
|
5220
|
+
return L.forEach((U, ee) => {
|
|
5221
|
+
if (Object.values(U).some((te) => te === !0)) {
|
|
5222
|
+
const te = Number(ee);
|
|
5223
|
+
!isNaN(te) && g.records[te] && W.push(g.records[te]);
|
|
5224
5224
|
}
|
|
5225
5225
|
}), W;
|
|
5226
5226
|
}
|
|
5227
5227
|
return [];
|
|
5228
|
-
}, Wn = (L) => i.rowKey ? i.rowKey.split(",").map((
|
|
5228
|
+
}, Wn = (L) => i.rowKey ? i.rowKey.split(",").map((U) => L[U.trim()]).join("::") : "", xn = (L) => {
|
|
5229
5229
|
if (!g) return;
|
|
5230
5230
|
Cn.value || g.clearSelected();
|
|
5231
5231
|
const W = g.records;
|
|
5232
5232
|
if (i.rowKey) {
|
|
5233
|
-
const
|
|
5234
|
-
W.forEach((
|
|
5235
|
-
const
|
|
5236
|
-
Cn.value ? g.setCellCheckboxState(0, ue,
|
|
5233
|
+
const U = new Set(L.map(Wn));
|
|
5234
|
+
W.forEach((ee, oe) => {
|
|
5235
|
+
const te = U.has(Wn(ee)), ue = g.getTableIndexByRecordIndex(oe);
|
|
5236
|
+
Cn.value ? g.setCellCheckboxState(0, ue, te) : g.selectRow(ue);
|
|
5237
5237
|
});
|
|
5238
5238
|
} else
|
|
5239
5239
|
console.warn("Warning: rowKey is not defined. Please set rowKey to enable row selection.");
|
|
@@ -5241,8 +5241,8 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5241
5241
|
Ne(), a("rowChange", L);
|
|
5242
5242
|
}, Ne = (L) => {
|
|
5243
5243
|
if (!g) return;
|
|
5244
|
-
const W = it(),
|
|
5245
|
-
|
|
5244
|
+
const W = it(), U = ge();
|
|
5245
|
+
U.records = L || g.records, g.updateOption(U, {
|
|
5246
5246
|
clearColWidthCache: !1,
|
|
5247
5247
|
clearRowHeightCache: !1
|
|
5248
5248
|
}), i.heightMode === "auto" && (f.value = g.getAllRowsHeight()), L ? x.value = 0 : (x.value = W.length, W.length > 0 && xn(W));
|
|
@@ -5261,17 +5261,17 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5261
5261
|
);
|
|
5262
5262
|
const $u = j(() => {
|
|
5263
5263
|
const L = (W) => {
|
|
5264
|
-
const
|
|
5265
|
-
return W.forEach((
|
|
5266
|
-
|
|
5267
|
-
}),
|
|
5264
|
+
const U = [];
|
|
5265
|
+
return W.forEach((ee) => {
|
|
5266
|
+
ee.children && ee.children.length > 0 ? U.push(...L(ee.children)) : U.push(ee);
|
|
5267
|
+
}), U;
|
|
5268
5268
|
};
|
|
5269
5269
|
return L(i.columns);
|
|
5270
5270
|
}), zu = () => {
|
|
5271
5271
|
const L = {};
|
|
5272
5272
|
L._i = An(), $u.value.forEach((W) => {
|
|
5273
|
-
const
|
|
5274
|
-
|
|
5273
|
+
const U = W.config?.valueRowKey || W.id || "";
|
|
5274
|
+
U && (L[U] = hn(W.config?.defaultValue));
|
|
5275
5275
|
}), g && (g.addRecord(L), i.heightMode === "auto" && Ne(), g.scrollToCell({ col: 0, row: g.records.length })), a("change", {
|
|
5276
5276
|
id: i.id,
|
|
5277
5277
|
value: L,
|
|
@@ -5288,16 +5288,16 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5288
5288
|
cancelButtonText: "取消",
|
|
5289
5289
|
type: "warning"
|
|
5290
5290
|
}).then(() => {
|
|
5291
|
-
const W = g.records,
|
|
5292
|
-
(oe) => !
|
|
5291
|
+
const W = g.records, U = new Set(L.map((oe) => oe._i)), ee = W.filter(
|
|
5292
|
+
(oe) => !U.has(oe._i)
|
|
5293
5293
|
);
|
|
5294
|
-
Ne(
|
|
5294
|
+
Ne(ee), a("update:modelValue", ee), L.forEach((oe) => {
|
|
5295
5295
|
a("change", {
|
|
5296
5296
|
id: i.id,
|
|
5297
5297
|
value: oe,
|
|
5298
5298
|
data: oe,
|
|
5299
5299
|
formData: l,
|
|
5300
|
-
tableData:
|
|
5300
|
+
tableData: ee,
|
|
5301
5301
|
type: "delete"
|
|
5302
5302
|
});
|
|
5303
5303
|
}), x.value = 0;
|
|
@@ -5349,7 +5349,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5349
5349
|
getSelection: it,
|
|
5350
5350
|
setSelection: xn
|
|
5351
5351
|
}), (L, W) => {
|
|
5352
|
-
const
|
|
5352
|
+
const U = B("j-button"), ee = B("el-space"), oe = B("el-pagination");
|
|
5353
5353
|
return C(), O("div", {
|
|
5354
5354
|
class: Te(["j-table", { "j-table-auto": e.heightMode === "auto" }]),
|
|
5355
5355
|
style: Ce(d.value)
|
|
@@ -5366,16 +5366,16 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5366
5366
|
], 4),
|
|
5367
5367
|
F("div", mh, [
|
|
5368
5368
|
e.isPage || !Lu.value && (tr.value || Si.value) ? (C(), O("div", yh, [
|
|
5369
|
-
J(
|
|
5369
|
+
J(ee, null, {
|
|
5370
5370
|
default: V(() => [
|
|
5371
|
-
tr.value ? (C(), H(
|
|
5371
|
+
tr.value ? (C(), H(U, {
|
|
5372
5372
|
key: 0,
|
|
5373
5373
|
type: "link",
|
|
5374
5374
|
label: Bu.value,
|
|
5375
5375
|
icon: "mdi:add",
|
|
5376
5376
|
onClick: zu
|
|
5377
|
-
}, null, 8, ["label"])) :
|
|
5378
|
-
Si.value ? (C(), H(
|
|
5377
|
+
}, null, 8, ["label"])) : G("", !0),
|
|
5378
|
+
Si.value ? (C(), H(U, {
|
|
5379
5379
|
key: 1,
|
|
5380
5380
|
type: "link",
|
|
5381
5381
|
label: "删除",
|
|
@@ -5383,7 +5383,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5383
5383
|
danger: "",
|
|
5384
5384
|
disabled: !Du.value,
|
|
5385
5385
|
onClick: Fu
|
|
5386
|
-
}, null, 8, ["disabled"])) :
|
|
5386
|
+
}, null, 8, ["disabled"])) : G("", !0)
|
|
5387
5387
|
]),
|
|
5388
5388
|
_: 1
|
|
5389
5389
|
}),
|
|
@@ -5391,15 +5391,15 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5391
5391
|
e.isPage ? (C(), H(oe, {
|
|
5392
5392
|
key: 0,
|
|
5393
5393
|
"current-page": ve.value,
|
|
5394
|
-
"onUpdate:currentPage": W[0] || (W[0] = (
|
|
5394
|
+
"onUpdate:currentPage": W[0] || (W[0] = (te) => ve.value = te),
|
|
5395
5395
|
"page-size": St.value,
|
|
5396
|
-
"onUpdate:pageSize": W[1] || (W[1] = (
|
|
5396
|
+
"onUpdate:pageSize": W[1] || (W[1] = (te) => St.value = te),
|
|
5397
5397
|
"page-sizes": e.pageSizes || [100, 200, 500, 1e3],
|
|
5398
5398
|
total: e.pageTotal,
|
|
5399
5399
|
layout: "total, prev, pager, next,sizes",
|
|
5400
5400
|
onChange: ce
|
|
5401
|
-
}, null, 8, ["current-page", "page-size", "page-sizes", "total"])) :
|
|
5402
|
-
])) :
|
|
5401
|
+
}, null, 8, ["current-page", "page-size", "page-sizes", "total"])) : G("", !0)
|
|
5402
|
+
])) : G("", !0)
|
|
5403
5403
|
]),
|
|
5404
5404
|
E.value ? (C(), O("div", {
|
|
5405
5405
|
key: 0,
|
|
@@ -5408,15 +5408,15 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5408
5408
|
onMouseenter: re,
|
|
5409
5409
|
onMouseleave: se
|
|
5410
5410
|
}, [
|
|
5411
|
-
(C(!0), O(ye, null, Ee(T.value, (
|
|
5412
|
-
key:
|
|
5411
|
+
(C(!0), O(ye, null, Ee(T.value, (te) => (C(), O("div", {
|
|
5412
|
+
key: te.id,
|
|
5413
5413
|
class: "j-table-dropdown-item",
|
|
5414
5414
|
style: Ce({
|
|
5415
|
-
color:
|
|
5415
|
+
color: te.config?.isDanger ? "var(--j-color-danger)" : "var(--j-color-primary)"
|
|
5416
5416
|
}),
|
|
5417
|
-
onClick: (ue) => Be(
|
|
5418
|
-
}, be(
|
|
5419
|
-
], 36)) :
|
|
5417
|
+
onClick: (ue) => Be(te)
|
|
5418
|
+
}, be(te.label), 13, bh))), 128))
|
|
5419
|
+
], 36)) : G("", !0)
|
|
5420
5420
|
], 6);
|
|
5421
5421
|
};
|
|
5422
5422
|
}
|
|
@@ -5744,7 +5744,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5744
5744
|
F("span", null, be(K(a)(e.title || "")), 1),
|
|
5745
5745
|
e.subtitle ? (C(), O("span", Sh, [
|
|
5746
5746
|
(C(), H(Ro(e.subtitle())))
|
|
5747
|
-
])) :
|
|
5747
|
+
])) : G("", !0)
|
|
5748
5748
|
], 12, Ch),
|
|
5749
5749
|
e.showCloseBtn ? (C(), H(Se, {
|
|
5750
5750
|
key: 0,
|
|
@@ -5758,7 +5758,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5758
5758
|
})
|
|
5759
5759
|
]),
|
|
5760
5760
|
_: 1
|
|
5761
|
-
})) :
|
|
5761
|
+
})) : G("", !0)
|
|
5762
5762
|
], 32),
|
|
5763
5763
|
F("div", {
|
|
5764
5764
|
class: Te([
|
|
@@ -5789,7 +5789,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5789
5789
|
_: 1
|
|
5790
5790
|
}, 8, ["active"])
|
|
5791
5791
|
], 4)
|
|
5792
|
-
])) :
|
|
5792
|
+
])) : G("", !0),
|
|
5793
5793
|
F("div", Eh, [
|
|
5794
5794
|
Ie(Z.$slots, "default")
|
|
5795
5795
|
]),
|
|
@@ -5802,7 +5802,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5802
5802
|
disabled: u.value,
|
|
5803
5803
|
label: K(a)("上一步"),
|
|
5804
5804
|
onClick: $
|
|
5805
|
-
}, null, 8, ["disabled", "label"])) :
|
|
5805
|
+
}, null, 8, ["disabled", "label"])) : G("", !0),
|
|
5806
5806
|
e.isStep ? (C(), H(Ve, {
|
|
5807
5807
|
key: 1,
|
|
5808
5808
|
size: "mini",
|
|
@@ -5810,13 +5810,13 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5810
5810
|
loading: c.value,
|
|
5811
5811
|
label: K(a)("下一步"),
|
|
5812
5812
|
onClick: M
|
|
5813
|
-
}, null, 8, ["disabled", "loading", "label"])) :
|
|
5813
|
+
}, null, 8, ["disabled", "loading", "label"])) : G("", !0),
|
|
5814
5814
|
!e.isStep && e.showCloseBtn ? (C(), H(Ve, {
|
|
5815
5815
|
key: 2,
|
|
5816
5816
|
size: "mini",
|
|
5817
5817
|
label: K(a)("取消"),
|
|
5818
5818
|
onClick: P
|
|
5819
|
-
}, null, 8, ["label"])) :
|
|
5819
|
+
}, null, 8, ["label"])) : G("", !0),
|
|
5820
5820
|
(C(!0), O(ye, null, Ee(e.buttons, (fe) => (C(), H(Ve, je({ ref_for: !0 }, fe.config, {
|
|
5821
5821
|
key: fe.id,
|
|
5822
5822
|
label: fe.label,
|
|
@@ -5829,11 +5829,11 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
5829
5829
|
disabled: f.value && e.isStep,
|
|
5830
5830
|
label: K(a)(e.btnText),
|
|
5831
5831
|
onClick: R
|
|
5832
|
-
}, null, 8, ["disabled", "label"])) :
|
|
5832
|
+
}, null, 8, ["disabled", "label"])) : G("", !0)
|
|
5833
5833
|
]),
|
|
5834
5834
|
_: 1
|
|
5835
5835
|
})
|
|
5836
|
-
])) :
|
|
5836
|
+
])) : G("", !0)
|
|
5837
5837
|
], 6)
|
|
5838
5838
|
]),
|
|
5839
5839
|
_: 3
|
|
@@ -6033,10 +6033,10 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6033
6033
|
key: 0,
|
|
6034
6034
|
class: "j-dialog-full-header-logo",
|
|
6035
6035
|
src: K(a)
|
|
6036
|
-
}, null, 8, jh)) :
|
|
6036
|
+
}, null, 8, jh)) : G("", !0),
|
|
6037
6037
|
F("span", Hh, be(K(l)(e.title)), 1),
|
|
6038
6038
|
F("span", Oh, [
|
|
6039
|
-
e.subtitle ? (C(), H(Ro(e.subtitle()), { key: 0 })) :
|
|
6039
|
+
e.subtitle ? (C(), H(Ro(e.subtitle()), { key: 0 })) : G("", !0)
|
|
6040
6040
|
])
|
|
6041
6041
|
]),
|
|
6042
6042
|
F("div", {
|
|
@@ -6057,7 +6057,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6057
6057
|
}, null, 8, ["title"]))), 128))
|
|
6058
6058
|
]),
|
|
6059
6059
|
_: 1
|
|
6060
|
-
}, 8, ["active"])) :
|
|
6060
|
+
}, 8, ["active"])) : G("", !0)
|
|
6061
6061
|
], 4),
|
|
6062
6062
|
F("div", Ih, [
|
|
6063
6063
|
J(k, { size: 0 }, {
|
|
@@ -6070,7 +6070,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6070
6070
|
disabled: d.value,
|
|
6071
6071
|
label: K(l)("上一步"),
|
|
6072
6072
|
onClick: _
|
|
6073
|
-
}, null, 8, ["disabled", "label"])) :
|
|
6073
|
+
}, null, 8, ["disabled", "label"])) : G("", !0),
|
|
6074
6074
|
e.isStep ? (C(), H(M, {
|
|
6075
6075
|
key: 1,
|
|
6076
6076
|
size: "mini",
|
|
@@ -6078,7 +6078,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6078
6078
|
loading: u.value,
|
|
6079
6079
|
label: K(l)("下一步"),
|
|
6080
6080
|
onClick: m
|
|
6081
|
-
}, null, 8, ["disabled", "loading", "label"])) :
|
|
6081
|
+
}, null, 8, ["disabled", "loading", "label"])) : G("", !0),
|
|
6082
6082
|
(C(!0), O(ye, null, Ee(e.buttons, (se) => (C(), O(ye, {
|
|
6083
6083
|
key: se.id
|
|
6084
6084
|
}, [
|
|
@@ -6088,7 +6088,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6088
6088
|
}, se.config, {
|
|
6089
6089
|
label: se.label,
|
|
6090
6090
|
onClick: (pe) => P(se)
|
|
6091
|
-
}), null, 16, ["label", "onClick"])) :
|
|
6091
|
+
}), null, 16, ["label", "onClick"])) : G("", !0)
|
|
6092
6092
|
], 64))), 128)),
|
|
6093
6093
|
e.hasSaveBtn ? (C(), H(M, {
|
|
6094
6094
|
key: 2,
|
|
@@ -6097,21 +6097,21 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6097
6097
|
disabled: h.value && e.isStep,
|
|
6098
6098
|
label: K(l)(e.btnText),
|
|
6099
6099
|
onClick: y
|
|
6100
|
-
}, null, 8, ["disabled", "label"])) :
|
|
6100
|
+
}, null, 8, ["disabled", "label"])) : G("", !0)
|
|
6101
6101
|
]),
|
|
6102
6102
|
_: 1
|
|
6103
|
-
})) :
|
|
6103
|
+
})) : G("", !0),
|
|
6104
6104
|
e.showCloseBtn && e.hasBtns ? (C(), H(I, {
|
|
6105
6105
|
key: 1,
|
|
6106
6106
|
type: "vertical",
|
|
6107
6107
|
style: { margin: "0 8px" }
|
|
6108
|
-
})) :
|
|
6108
|
+
})) : G("", !0),
|
|
6109
6109
|
e.showCloseBtn ? (C(), H(M, {
|
|
6110
6110
|
key: 2,
|
|
6111
6111
|
type: "text",
|
|
6112
6112
|
icon: "mdi:close",
|
|
6113
6113
|
onClick: v
|
|
6114
|
-
})) :
|
|
6114
|
+
})) : G("", !0)
|
|
6115
6115
|
]),
|
|
6116
6116
|
_: 1
|
|
6117
6117
|
})
|
|
@@ -6381,7 +6381,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6381
6381
|
disabled: y.value,
|
|
6382
6382
|
label: K(i)("上一步"),
|
|
6383
6383
|
onClick: m
|
|
6384
|
-
}, null, 8, ["disabled", "label"])) :
|
|
6384
|
+
}, null, 8, ["disabled", "label"])) : G("", !0),
|
|
6385
6385
|
e.isStep ? (C(), H($, {
|
|
6386
6386
|
key: 1,
|
|
6387
6387
|
size: "mini",
|
|
@@ -6389,13 +6389,13 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6389
6389
|
loading: v.value,
|
|
6390
6390
|
label: K(i)("下一步"),
|
|
6391
6391
|
onClick: E
|
|
6392
|
-
}, null, 8, ["disabled", "loading", "label"])) :
|
|
6392
|
+
}, null, 8, ["disabled", "loading", "label"])) : G("", !0),
|
|
6393
6393
|
!e.isStep && e.showCloseBtn ? (C(), H($, {
|
|
6394
6394
|
key: 2,
|
|
6395
6395
|
size: "mini",
|
|
6396
6396
|
label: K(i)("取消"),
|
|
6397
6397
|
onClick: p
|
|
6398
|
-
}, null, 8, ["label"])) :
|
|
6398
|
+
}, null, 8, ["label"])) : G("", !0),
|
|
6399
6399
|
(C(!0), O(ye, null, Ee(e.buttons, (se) => (C(), H($, je({
|
|
6400
6400
|
key: se.id
|
|
6401
6401
|
}, { ref_for: !0 }, se.config, {
|
|
@@ -6409,17 +6409,17 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6409
6409
|
disabled: w.value && e.isStep,
|
|
6410
6410
|
label: K(i)(e.btnText),
|
|
6411
6411
|
onClick: h
|
|
6412
|
-
}, null, 8, ["disabled", "label"])) :
|
|
6412
|
+
}, null, 8, ["disabled", "label"])) : G("", !0)
|
|
6413
6413
|
]),
|
|
6414
6414
|
_: 1
|
|
6415
6415
|
})
|
|
6416
|
-
])) :
|
|
6416
|
+
])) : G("", !0)
|
|
6417
6417
|
], 4),
|
|
6418
6418
|
F("div", Vh, [
|
|
6419
6419
|
F("div", Nh, [
|
|
6420
6420
|
F("span", null, be(K(i)(e.title)), 1),
|
|
6421
6421
|
F("span", Wh, [
|
|
6422
|
-
e.subtitle ? (C(), H(Ro(e.subtitle()), { key: 0 })) :
|
|
6422
|
+
e.subtitle ? (C(), H(Ro(e.subtitle()), { key: 0 })) : G("", !0)
|
|
6423
6423
|
])
|
|
6424
6424
|
]),
|
|
6425
6425
|
e.showCloseBtn ? (C(), O("div", Uh, [
|
|
@@ -6428,7 +6428,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6428
6428
|
icon: "mdi:close",
|
|
6429
6429
|
onClick: p
|
|
6430
6430
|
})
|
|
6431
|
-
])) :
|
|
6431
|
+
])) : G("", !0)
|
|
6432
6432
|
]),
|
|
6433
6433
|
e.isStep ? (C(), O("div", Yh, [
|
|
6434
6434
|
F("div", {
|
|
@@ -6449,7 +6449,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6449
6449
|
_: 1
|
|
6450
6450
|
}, 8, ["active"])
|
|
6451
6451
|
], 4)
|
|
6452
|
-
])) :
|
|
6452
|
+
])) : G("", !0)
|
|
6453
6453
|
], 10, zh)), [
|
|
6454
6454
|
[re, l.value]
|
|
6455
6455
|
])
|
|
@@ -6930,7 +6930,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6930
6930
|
Wt(be(K(Ri)(c.uploadSize)) + "/", 1)
|
|
6931
6931
|
]),
|
|
6932
6932
|
_: 2
|
|
6933
|
-
}, 1024)) :
|
|
6933
|
+
}, 1024)) : G("", !0),
|
|
6934
6934
|
J(a, null, {
|
|
6935
6935
|
default: V(() => [
|
|
6936
6936
|
Wt(be(K(Ri)(c.size)), 1)
|
|
@@ -6945,14 +6945,14 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6945
6945
|
icon: "mdi:eye",
|
|
6946
6946
|
type: "link",
|
|
6947
6947
|
onClick: kt((u) => e.previewFile(c), ["stop"])
|
|
6948
|
-
}, null, 8, ["onClick"])) :
|
|
6948
|
+
}, null, 8, ["onClick"])) : G("", !0),
|
|
6949
6949
|
!e.readonly && (c.status === "done" || c.status === "unUpload") ? (C(), H(l, {
|
|
6950
6950
|
key: 1,
|
|
6951
6951
|
icon: "mdi:delete",
|
|
6952
6952
|
type: "link",
|
|
6953
6953
|
danger: "",
|
|
6954
6954
|
onClick: kt((u) => e.deleteFile(c), ["stop", "prevent"])
|
|
6955
|
-
}, null, 8, ["onClick"])) :
|
|
6955
|
+
}, null, 8, ["onClick"])) : G("", !0)
|
|
6956
6956
|
], 512), [
|
|
6957
6957
|
[Xo, c.status === "error"]
|
|
6958
6958
|
]),
|
|
@@ -6962,8 +6962,8 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6962
6962
|
style: { position: "absolute", bottom: "-4px", left: "0", margin: "0 !important" },
|
|
6963
6963
|
percent: c.percent,
|
|
6964
6964
|
"show-text": !1
|
|
6965
|
-
}, null, 8, ["percent"])) :
|
|
6966
|
-
]))), 128)) :
|
|
6965
|
+
}, null, 8, ["percent"])) : G("", !0)
|
|
6966
|
+
]))), 128)) : G("", !0),
|
|
6967
6967
|
Ie(n.$slots, "default")
|
|
6968
6968
|
], 64)) : e.isUploadImg ? (C(!0), O(ye, { key: 1 }, Ee(e.list, (c) => (C(), O("div", {
|
|
6969
6969
|
key: c.id,
|
|
@@ -6974,21 +6974,21 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6974
6974
|
src: c.url,
|
|
6975
6975
|
style: { width: "100%" },
|
|
6976
6976
|
alt: ""
|
|
6977
|
-
}, null, 8, rp)) :
|
|
6977
|
+
}, null, 8, rp)) : G("", !0),
|
|
6978
6978
|
dn(F("div", sp, [
|
|
6979
6979
|
c.status === "done" || c.status === "unUpload" ? (C(), H(l, {
|
|
6980
6980
|
key: 0,
|
|
6981
6981
|
type: "link",
|
|
6982
6982
|
icon: "mdi:eye",
|
|
6983
6983
|
onClick: kt((u) => e.previewFile(c), ["stop"])
|
|
6984
|
-
}, null, 8, ["onClick"])) :
|
|
6984
|
+
}, null, 8, ["onClick"])) : G("", !0),
|
|
6985
6985
|
!e.readonly && (c.status === "done" || c.status === "unUpload") ? (C(), H(l, {
|
|
6986
6986
|
key: 1,
|
|
6987
6987
|
type: "link",
|
|
6988
6988
|
danger: "",
|
|
6989
6989
|
icon: "mdi:delete",
|
|
6990
6990
|
onClick: kt((u) => e.deleteFile(c), ["stop", "prevent"])
|
|
6991
|
-
}, null, 8, ["onClick"])) :
|
|
6991
|
+
}, null, 8, ["onClick"])) : G("", !0)
|
|
6992
6992
|
], 512), [
|
|
6993
6993
|
[Xo, c.status === "error"]
|
|
6994
6994
|
]),
|
|
@@ -6997,7 +6997,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
6997
6997
|
"stroke-width": 4,
|
|
6998
6998
|
percent: c.percent,
|
|
6999
6999
|
"show-text": !1
|
|
7000
|
-
}, null, 8, ["percent"])) :
|
|
7000
|
+
}, null, 8, ["percent"])) : G("", !0)
|
|
7001
7001
|
]))), 128)) : (C(!0), O(ye, { key: 2 }, Ee(e.list, (c) => (C(), O("div", {
|
|
7002
7002
|
key: c.id,
|
|
7003
7003
|
class: "j-upload-item"
|
|
@@ -7024,7 +7024,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
7024
7024
|
Wt(be(K(Ri)(c.uploadSize)) + "/", 1)
|
|
7025
7025
|
]),
|
|
7026
7026
|
_: 2
|
|
7027
|
-
}, 1024)) :
|
|
7027
|
+
}, 1024)) : G("", !0),
|
|
7028
7028
|
J(a, null, {
|
|
7029
7029
|
default: V(() => [
|
|
7030
7030
|
Wt(be(K(Ri)(c.size)), 1)
|
|
@@ -7036,8 +7036,8 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
7036
7036
|
class: "j-upload-item-success",
|
|
7037
7037
|
icon: "check-circle",
|
|
7038
7038
|
size: 24
|
|
7039
|
-
})) :
|
|
7040
|
-
e.readonly ?
|
|
7039
|
+
})) : G("", !0),
|
|
7040
|
+
e.readonly ? G("", !0) : dn((C(), H(i, {
|
|
7041
7041
|
key: 2,
|
|
7042
7042
|
class: "j-upload-item-error",
|
|
7043
7043
|
icon: "delete",
|
|
@@ -7052,7 +7052,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
7052
7052
|
"stroke-width": 4,
|
|
7053
7053
|
percent: c.percent,
|
|
7054
7054
|
"show-text": !1
|
|
7055
|
-
}, null, 8, ["percent"])) :
|
|
7055
|
+
}, null, 8, ["percent"])) : G("", !0)
|
|
7056
7056
|
]))), 128))
|
|
7057
7057
|
], 2);
|
|
7058
7058
|
};
|
|
@@ -7435,7 +7435,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
7435
7435
|
}, null, 8, ["type", "size", "label"])
|
|
7436
7436
|
]),
|
|
7437
7437
|
_: 1
|
|
7438
|
-
}, 8, ["title"])) : e.readonly ?
|
|
7438
|
+
}, 8, ["title"])) : e.readonly ? G("", !0) : (C(), H(et, {
|
|
7439
7439
|
key: 2,
|
|
7440
7440
|
type: e.btnType,
|
|
7441
7441
|
size: e.btnSize,
|
|
@@ -7452,7 +7452,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
7452
7452
|
]),
|
|
7453
7453
|
_: 1
|
|
7454
7454
|
})
|
|
7455
|
-
])) :
|
|
7455
|
+
])) : G("", !0),
|
|
7456
7456
|
!e.isLayer && !e.isUploadImg && e.showFileList && b.value.length > 0 ? (C(), H(pr, {
|
|
7457
7457
|
key: 1,
|
|
7458
7458
|
style: { "margin-top": "4px" },
|
|
@@ -7461,7 +7461,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
7461
7461
|
"delete-file": N,
|
|
7462
7462
|
readonly: e.readonly,
|
|
7463
7463
|
"is-show-success-icon": e.isShowSuccessIcon
|
|
7464
|
-
}, null, 8, ["list", "readonly", "is-show-success-icon"])) :
|
|
7464
|
+
}, null, 8, ["list", "readonly", "is-show-success-icon"])) : G("", !0),
|
|
7465
7465
|
J(cn, {
|
|
7466
7466
|
visible: Be.value,
|
|
7467
7467
|
"onUpdate:visible": fe[1] || (fe[1] = (Kt) => Be.value = Kt),
|
|
@@ -7489,7 +7489,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
7489
7489
|
}, null, 40, mp)
|
|
7490
7490
|
])), [
|
|
7491
7491
|
[bn, at.value]
|
|
7492
|
-
]) :
|
|
7492
|
+
]) : G("", !0)
|
|
7493
7493
|
]),
|
|
7494
7494
|
_: 1
|
|
7495
7495
|
}, 8, ["visible", "title", "has-btns"])
|
|
@@ -7875,8 +7875,8 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
7875
7875
|
key: 0,
|
|
7876
7876
|
class: "j-barcode",
|
|
7877
7877
|
innerHTML: n.value
|
|
7878
|
-
}, null, 8, Sp)) :
|
|
7879
|
-
o.value ? (C(), O("div", _p, be(o.value), 1)) :
|
|
7878
|
+
}, null, 8, Sp)) : G("", !0),
|
|
7879
|
+
o.value ? (C(), O("div", _p, be(o.value), 1)) : G("", !0)
|
|
7880
7880
|
], 64));
|
|
7881
7881
|
}
|
|
7882
7882
|
}), kp = de(Ep), Rp = /* @__PURE__ */ ae({
|
|
@@ -8128,7 +8128,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
8128
8128
|
ref_key: "el",
|
|
8129
8129
|
ref: i
|
|
8130
8130
|
}, [
|
|
8131
|
-
e.animation ?
|
|
8131
|
+
e.animation ? G("", !0) : (C(), O("span", Mp, be(e.endValue), 1))
|
|
8132
8132
|
], 512));
|
|
8133
8133
|
}
|
|
8134
8134
|
}), Ap = de(Pp), jp = { class: "j-block j-data-panel" }, Hp = {
|
|
@@ -8147,7 +8147,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
8147
8147
|
F("div", Ip, [
|
|
8148
8148
|
Ie(t.$slots, "titleRight")
|
|
8149
8149
|
])
|
|
8150
|
-
])) :
|
|
8150
|
+
])) : G("", !0),
|
|
8151
8151
|
F("div", Bp, [
|
|
8152
8152
|
Ie(t.$slots, "default")
|
|
8153
8153
|
])
|
|
@@ -9013,12 +9013,12 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
9013
9013
|
icon: e.item.icon,
|
|
9014
9014
|
class: "j-menu-item-icon",
|
|
9015
9015
|
size: 18
|
|
9016
|
-
}, null, 8, ["icon"])) :
|
|
9016
|
+
}, null, 8, ["icon"])) : G("", !0),
|
|
9017
9017
|
F("div", sg, be(K(n)(e.item.label)), 1),
|
|
9018
9018
|
e.item.hasChildren ? (C(), O("div", {
|
|
9019
9019
|
key: 1,
|
|
9020
9020
|
class: Te(["j-menu-item-arrow", { open: e.item.open }])
|
|
9021
|
-
}, null, 2)) :
|
|
9021
|
+
}, null, 2)) : G("", !0)
|
|
9022
9022
|
], 6)
|
|
9023
9023
|
], 2)
|
|
9024
9024
|
]),
|
|
@@ -9049,9 +9049,9 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
9049
9049
|
}),
|
|
9050
9050
|
class: "j-menu-item-icon",
|
|
9051
9051
|
size: 18
|
|
9052
|
-
}, null, 8, ["icon", "style"])) :
|
|
9052
|
+
}, null, 8, ["icon", "style"])) : G("", !0),
|
|
9053
9053
|
F("div", cg, be(K(n)(e.item.label)), 1),
|
|
9054
|
-
e.item.hasChildren && !e.isHorizontal && !e.isVertical ? (C(), O("div", ug)) :
|
|
9054
|
+
e.item.hasChildren && !e.isHorizontal && !e.isVertical ? (C(), O("div", ug)) : G("", !0)
|
|
9055
9055
|
], 6)
|
|
9056
9056
|
], 2)
|
|
9057
9057
|
]),
|
|
@@ -9083,12 +9083,12 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
9083
9083
|
"background-color": e.isVertical ? e.item.color : "transparent"
|
|
9084
9084
|
}),
|
|
9085
9085
|
size: 18
|
|
9086
|
-
}, null, 8, ["icon", "style"])) :
|
|
9086
|
+
}, null, 8, ["icon", "style"])) : G("", !0),
|
|
9087
9087
|
F("div", dg, be(K(n)(e.item.label)), 1),
|
|
9088
9088
|
e.item.hasChildren ? (C(), O("div", {
|
|
9089
9089
|
key: 1,
|
|
9090
9090
|
class: Te(["j-menu-item-arrow", { open: e.item.open }])
|
|
9091
|
-
}, null, 2)) :
|
|
9091
|
+
}, null, 2)) : G("", !0)
|
|
9092
9092
|
], 6)
|
|
9093
9093
|
], 2));
|
|
9094
9094
|
};
|
|
@@ -9431,7 +9431,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
9431
9431
|
i.value ? (C(), H(p, {
|
|
9432
9432
|
key: 0,
|
|
9433
9433
|
icon: "mdi:check"
|
|
9434
|
-
})) :
|
|
9434
|
+
})) : G("", !0)
|
|
9435
9435
|
], 2),
|
|
9436
9436
|
F("div", {
|
|
9437
9437
|
class: "range-item",
|
|
@@ -9456,7 +9456,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
9456
9456
|
]),
|
|
9457
9457
|
_: 1
|
|
9458
9458
|
}, 8, ["modelValue", "placeholder"])
|
|
9459
|
-
])) :
|
|
9459
|
+
])) : G("", !0),
|
|
9460
9460
|
l.value ? (C(), O("div", bg, [
|
|
9461
9461
|
J(v, {
|
|
9462
9462
|
modelValue: a.value,
|
|
@@ -9465,7 +9465,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
9465
9465
|
style: { display: "flex", "flex-direction": "column" },
|
|
9466
9466
|
onChange: u
|
|
9467
9467
|
}, null, 8, ["modelValue", "options"])
|
|
9468
|
-
])) :
|
|
9468
|
+
])) : G("", !0)
|
|
9469
9469
|
]);
|
|
9470
9470
|
};
|
|
9471
9471
|
}
|
|
@@ -9649,7 +9649,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
9649
9649
|
l.value ? (C(), O("div", xg, [
|
|
9650
9650
|
J(x, { icon: "mdi:filter-outline" }),
|
|
9651
9651
|
F("div", null, be(K(o)("筛选")), 1)
|
|
9652
|
-
])) :
|
|
9652
|
+
])) : G("", !0),
|
|
9653
9653
|
F("div", Cg, [
|
|
9654
9654
|
F("div", Sg, [
|
|
9655
9655
|
F("div", null, be(K(o)("筛选出符合以下")), 1),
|
|
@@ -9680,7 +9680,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
9680
9680
|
danger: "",
|
|
9681
9681
|
label: "删除全部",
|
|
9682
9682
|
onClick: p
|
|
9683
|
-
})) :
|
|
9683
|
+
})) : G("", !0)
|
|
9684
9684
|
]),
|
|
9685
9685
|
F("div", kg, [
|
|
9686
9686
|
J(S, {
|
|
@@ -9806,7 +9806,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
9806
9806
|
icon: "mdi:delete-sweep",
|
|
9807
9807
|
type: "text",
|
|
9808
9808
|
onClick: h
|
|
9809
|
-
}, null, 8, ["label"])) :
|
|
9809
|
+
}, null, 8, ["label"])) : G("", !0)
|
|
9810
9810
|
])
|
|
9811
9811
|
]);
|
|
9812
9812
|
};
|
|
@@ -10160,9 +10160,9 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
10160
10160
|
}, k = A(), I = A(!1), N = A(!1), re = A(!1), se = A([]), pe = A("and"), Be = A(), at = A(!1), Z = A([]), $e = () => {
|
|
10161
10161
|
Be.value.init(Z.value);
|
|
10162
10162
|
}, Ve = (ve) => {
|
|
10163
|
-
Z.value = ve, at.value = !1,
|
|
10163
|
+
Z.value = ve, at.value = !1, Y();
|
|
10164
10164
|
}, Se = () => {
|
|
10165
|
-
Z.value = [],
|
|
10165
|
+
Z.value = [], Y();
|
|
10166
10166
|
}, Qe = A(), lt = A(!1), q = A(), fe = j(() => q.value != null), ke = () => {
|
|
10167
10167
|
Qe.value?.init();
|
|
10168
10168
|
}, et = (ve) => {
|
|
@@ -10241,7 +10241,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
10241
10241
|
} finally {
|
|
10242
10242
|
h.value = Math.max(0, h.value - 1);
|
|
10243
10243
|
}
|
|
10244
|
-
},
|
|
10244
|
+
}, Y = async () => {
|
|
10245
10245
|
u.value = 1, await Kt();
|
|
10246
10246
|
}, le = ({ rows: ve, page: he }) => {
|
|
10247
10247
|
d = ve, u.value = he, Kt();
|
|
@@ -10310,8 +10310,8 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
10310
10310
|
placeholder: K(o)("搜索数据"),
|
|
10311
10311
|
clearable: "",
|
|
10312
10312
|
class: "j-suffix",
|
|
10313
|
-
onKeyup: $a(
|
|
10314
|
-
onClear:
|
|
10313
|
+
onKeyup: $a(Y, ["enter"]),
|
|
10314
|
+
onClear: Y
|
|
10315
10315
|
}, {
|
|
10316
10316
|
prefix: V(() => [
|
|
10317
10317
|
J(Ht, { icon: "mdi:search" })
|
|
@@ -10330,7 +10330,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
10330
10330
|
trigger: "click",
|
|
10331
10331
|
"show-arrow": !1,
|
|
10332
10332
|
onShow: M,
|
|
10333
|
-
onHide:
|
|
10333
|
+
onHide: Y
|
|
10334
10334
|
}, {
|
|
10335
10335
|
reference: V(() => [
|
|
10336
10336
|
J(Ht, {
|
|
@@ -10358,7 +10358,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
10358
10358
|
]),
|
|
10359
10359
|
_: 1
|
|
10360
10360
|
}, 8, ["modelValue", "placeholder"])
|
|
10361
|
-
])) :
|
|
10361
|
+
])) : G("", !0),
|
|
10362
10362
|
!I.value && !w.value ? (C(), H(ce, {
|
|
10363
10363
|
key: 1,
|
|
10364
10364
|
visible: N.value,
|
|
@@ -10368,7 +10368,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
10368
10368
|
width: 644,
|
|
10369
10369
|
trigger: "click",
|
|
10370
10370
|
persistent: !1,
|
|
10371
|
-
onHide:
|
|
10371
|
+
onHide: Y
|
|
10372
10372
|
}, {
|
|
10373
10373
|
reference: V(() => [
|
|
10374
10374
|
J(xn, {
|
|
@@ -10388,13 +10388,13 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
10388
10388
|
"onUpdate:relation": he[4] || (he[4] = (Ne) => pe.value = Ne),
|
|
10389
10389
|
"search-field-list": se.value,
|
|
10390
10390
|
columns: S.value,
|
|
10391
|
-
onFilter:
|
|
10391
|
+
onFilter: Y,
|
|
10392
10392
|
onClose: he[5] || (he[5] = (Ne) => N.value = !1)
|
|
10393
10393
|
}, null, 8, ["is-pin", "relation", "search-field-list", "columns"])
|
|
10394
10394
|
]),
|
|
10395
10395
|
_: 1
|
|
10396
|
-
}, 8, ["visible"])) :
|
|
10397
|
-
w.value ?
|
|
10396
|
+
}, 8, ["visible"])) : G("", !0),
|
|
10397
|
+
w.value ? G("", !0) : (C(), H(it, {
|
|
10398
10398
|
key: 2,
|
|
10399
10399
|
placement: "bottom",
|
|
10400
10400
|
content: K(o)("排序")
|
|
@@ -10432,7 +10432,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
10432
10432
|
]),
|
|
10433
10433
|
_: 1
|
|
10434
10434
|
}, 8, ["content"])),
|
|
10435
|
-
w.value ?
|
|
10435
|
+
w.value ? G("", !0) : (C(), H(it, {
|
|
10436
10436
|
key: 3,
|
|
10437
10437
|
placement: "bottom",
|
|
10438
10438
|
content: K(o)("显示字段")
|
|
@@ -10470,7 +10470,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
10470
10470
|
]),
|
|
10471
10471
|
_: 1
|
|
10472
10472
|
}, 8, ["content"])),
|
|
10473
|
-
w.value ?
|
|
10473
|
+
w.value ? G("", !0) : (C(), H(it, {
|
|
10474
10474
|
key: 4,
|
|
10475
10475
|
placement: "bottom",
|
|
10476
10476
|
content: K(o)("刷新")
|
|
@@ -10551,9 +10551,9 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
10551
10551
|
"onUpdate:relation": he[11] || (he[11] = (Ne) => pe.value = Ne),
|
|
10552
10552
|
"search-field-list": se.value,
|
|
10553
10553
|
columns: S.value,
|
|
10554
|
-
onFilter:
|
|
10554
|
+
onFilter: Y
|
|
10555
10555
|
}, null, 8, ["is-pin", "relation", "search-field-list", "columns"])
|
|
10556
|
-
])) :
|
|
10556
|
+
])) : G("", !0)
|
|
10557
10557
|
], 2)
|
|
10558
10558
|
], 2);
|
|
10559
10559
|
};
|
|
@@ -10620,7 +10620,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
10620
10620
|
key: 0,
|
|
10621
10621
|
class: "j-button-select-icon",
|
|
10622
10622
|
icon: g.icon
|
|
10623
|
-
}, null, 8, ["icon"])) :
|
|
10623
|
+
}, null, 8, ["icon"])) : G("", !0),
|
|
10624
10624
|
F("div", null, be(K(i)(g.label)), 1)
|
|
10625
10625
|
], 10, ev))), 128))
|
|
10626
10626
|
])
|
|
@@ -10959,14 +10959,14 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
10959
10959
|
size: 18,
|
|
10960
10960
|
icon: Z.data.openIcon,
|
|
10961
10961
|
color: Z.data[e.iconColorKey] || e.defaultIconColor || ""
|
|
10962
|
-
}, null, 8, ["icon", "color"])) :
|
|
10962
|
+
}, null, 8, ["icon", "color"])) : G("", !0),
|
|
10963
10963
|
Z.data[e.iconKey] || e.defaultIcon ? (C(), H(k, {
|
|
10964
10964
|
key: 1,
|
|
10965
10965
|
class: "j-tree-item-default-icon",
|
|
10966
10966
|
size: 18,
|
|
10967
10967
|
icon: Z.data[e.iconKey] || e.defaultIcon || "",
|
|
10968
10968
|
color: Z.data[e.iconColorKey] || e.defaultIconColor || ""
|
|
10969
|
-
}, null, 8, ["icon", "color"])) :
|
|
10969
|
+
}, null, 8, ["icon", "color"])) : G("", !0),
|
|
10970
10970
|
F("div", ov, be(Z.label), 1),
|
|
10971
10971
|
S(Z.data).length ? (C(), O("div", iv, [
|
|
10972
10972
|
(C(!0), O(ye, null, Ee(S(Z.data), ($e, Ve) => (C(), H(se, {
|
|
@@ -10993,7 +10993,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
10993
10993
|
Se.icon || e.buttonDefaultIcon ? (C(), H(k, {
|
|
10994
10994
|
key: 0,
|
|
10995
10995
|
icon: Se.icon || e.buttonDefaultIcon
|
|
10996
|
-
}, null, 8, ["icon"])) :
|
|
10996
|
+
}, null, 8, ["icon"])) : G("", !0),
|
|
10997
10997
|
F("div", null, be(K(l)(Se.label)), 1)
|
|
10998
10998
|
], 4)
|
|
10999
10999
|
]),
|
|
@@ -11011,7 +11011,7 @@ const mh = { class: "j-table-footer" }, yh = {
|
|
|
11011
11011
|
]),
|
|
11012
11012
|
_: 2
|
|
11013
11013
|
}, 1032, ["onVisibleChange"]))), 128))
|
|
11014
|
-
])) :
|
|
11014
|
+
])) : G("", !0)
|
|
11015
11015
|
], 2)
|
|
11016
11016
|
]),
|
|
11017
11017
|
_: 1
|
|
@@ -11183,26 +11183,26 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11183
11183
|
const o = e, i = n, { useData: a, existField: l, httpGet: r, httpPost: s, success: c, warning: u, error: d, info: f, t: h } = Rt();
|
|
11184
11184
|
let p;
|
|
11185
11185
|
a && (p = a());
|
|
11186
|
-
const g = (
|
|
11187
|
-
d && d(
|
|
11186
|
+
const g = (Y) => {
|
|
11187
|
+
d && d(Y);
|
|
11188
11188
|
}, v = A(!1), y = j(() => o.config?.gutter || 16), b = j(() => o.config?.span || 24), w = j(() => o.config?.labelWidth), x = j(() => o.config?.labelPosition || "right"), _ = j(
|
|
11189
11189
|
() => S.length === 1 && (S[0].type === "j-tabs" || S[0].type === "j-layout" || S[0].config?.isAutoWindow)
|
|
11190
11190
|
), m = To({}), E = A({}), S = [], T = {}, P = A({});
|
|
11191
11191
|
let R = {}, D = {}, z = [], $ = {};
|
|
11192
|
-
const M = (
|
|
11193
|
-
i("change",
|
|
11194
|
-
}, k = (
|
|
11192
|
+
const M = (Y) => {
|
|
11193
|
+
i("change", Y);
|
|
11194
|
+
}, k = (Y) => ml(T[Y]?.type || "") && !T[Y]?.config?.notInput || T[Y]?.config?.isInput, I = (Y) => ["j-table", "j-input-rows", "j-input-cards"].includes(T[Y]?.type || "");
|
|
11195
11195
|
let N;
|
|
11196
|
-
const re = (
|
|
11197
|
-
Object.keys(
|
|
11198
|
-
const Q =
|
|
11196
|
+
const re = (Y, le) => {
|
|
11197
|
+
Object.keys(Y).forEach((X) => {
|
|
11198
|
+
const Q = Y[X];
|
|
11199
11199
|
le && (X = le + "." + X), Q != null && typeof Q == "object" && !Na(Q) && re(Q, X), m[X] = Q;
|
|
11200
11200
|
});
|
|
11201
|
-
}, se = (
|
|
11202
|
-
let X =
|
|
11203
|
-
return X || (
|
|
11204
|
-
}, pe = (
|
|
11205
|
-
|
|
11201
|
+
}, se = (Y, le) => {
|
|
11202
|
+
let X = Y.id;
|
|
11203
|
+
return X || (Y.config?.table && Y.config?.field ? X = `${Y.config.table}.${Y.config.field}` : Y.config?.table ? X = Y.config?.table : Y.config?.field && (X = Y.config?.field), le && I(le) && (X = `${le}.${X}`)), X || vl("j");
|
|
11204
|
+
}, pe = (Y, le, X, Q = "") => {
|
|
11205
|
+
Y.forEach((ie) => {
|
|
11206
11206
|
ie.id = se(ie, Q);
|
|
11207
11207
|
const ge = {
|
|
11208
11208
|
id: ie.id,
|
|
@@ -11235,33 +11235,33 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11235
11235
|
}
|
|
11236
11236
|
Me && Me.length > 0 && pe(Me, ge.children, X, ge.id);
|
|
11237
11237
|
});
|
|
11238
|
-
}, Be = async (
|
|
11238
|
+
}, Be = async (Y, le) => {
|
|
11239
11239
|
v.value = !1;
|
|
11240
11240
|
const X = !!le;
|
|
11241
|
-
S.splice(0, S.length), R = {}, D = {}, z = [], N = le, Yi(m), P.value = {}, X && re(le, ""), pe(
|
|
11241
|
+
S.splice(0, S.length), R = {}, D = {}, z = [], N = le, Yi(m), P.value = {}, X && re(le, ""), pe(Y, S, X), $ = hn(m), At(() => {
|
|
11242
11242
|
v.value = !0, At(() => {
|
|
11243
11243
|
bn(o.config?.codeInit, {});
|
|
11244
11244
|
});
|
|
11245
11245
|
});
|
|
11246
|
-
}, at = (
|
|
11246
|
+
}, at = (Y, le, X) => {
|
|
11247
11247
|
const Q = [];
|
|
11248
11248
|
return le.forEach((ie) => {
|
|
11249
11249
|
const ge = {};
|
|
11250
11250
|
Object.keys(ie).forEach((Me) => {
|
|
11251
|
-
if (!X || X(Me, ie[Me],
|
|
11251
|
+
if (!X || X(Me, ie[Me], Y)) {
|
|
11252
11252
|
const Xe = ke(Me);
|
|
11253
11253
|
if (Xe?.type === "j-table")
|
|
11254
11254
|
ge[Xe?.id || ""] = at(Me, ie[Me], X);
|
|
11255
11255
|
else {
|
|
11256
|
-
let Mt = R[`${
|
|
11256
|
+
let Mt = R[`${Y}_${Me}`.toLowerCase()] || Me;
|
|
11257
11257
|
Mt = Mt.indexOf(".") !== -1 ? Mt.split(".")[1] : Mt, ge[Mt] = ie[Me];
|
|
11258
11258
|
}
|
|
11259
11259
|
}
|
|
11260
11260
|
}), Q.push(ge);
|
|
11261
11261
|
}), Q;
|
|
11262
|
-
}, Z = (
|
|
11263
|
-
Object.keys(
|
|
11264
|
-
let Q =
|
|
11262
|
+
}, Z = (Y, le) => {
|
|
11263
|
+
Object.keys(Y || {}).forEach((X) => {
|
|
11264
|
+
let Q = Y[X];
|
|
11265
11265
|
const ie = ke(X);
|
|
11266
11266
|
if (ie === void 0)
|
|
11267
11267
|
Q && (Na(Q) && (Q = Q[0] || {}), typeof Q == "object" ? Object.keys(Q).forEach((ge) => {
|
|
@@ -11282,27 +11282,27 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11282
11282
|
const Q = ke(X);
|
|
11283
11283
|
(Q === void 0 || !["tabs", "collapse"].includes(Q.type || "")) && Xd(N, X, m[X]);
|
|
11284
11284
|
});
|
|
11285
|
-
}, $e = (
|
|
11285
|
+
}, $e = (Y, le = !1) => {
|
|
11286
11286
|
const X = {};
|
|
11287
|
-
return Object.keys(
|
|
11287
|
+
return Object.keys(Y).forEach((Q) => {
|
|
11288
11288
|
if (Q === "parentRow") return;
|
|
11289
11289
|
const ie = T[Q];
|
|
11290
11290
|
if (ie) {
|
|
11291
11291
|
const ge = ie.config?.table, Me = ie.config?.field;
|
|
11292
11292
|
if (le)
|
|
11293
|
-
Me ? X[Me] =
|
|
11293
|
+
Me ? X[Me] = Y[Q] : X[Q] = Y[Q];
|
|
11294
11294
|
else if (I(Q)) {
|
|
11295
11295
|
const Xe = [];
|
|
11296
|
-
|
|
11296
|
+
Y[Q].forEach((Mt) => {
|
|
11297
11297
|
Xe.push($e(Mt, !0));
|
|
11298
11298
|
}), X[ge || Q] = Xe;
|
|
11299
|
-
} else ge && Me ? (X[ge] = X[ge] || {}, X[ge][Me] =
|
|
11300
|
-
} else le ? Q !== "_X_ROW_KEY" && Q !== "_isHover" && (X[Q] =
|
|
11299
|
+
} else ge && Me ? (X[ge] = X[ge] || {}, X[ge][Me] = Y[Q]) : Me && (X[Me] = Y[Q]);
|
|
11300
|
+
} else le ? Q !== "_X_ROW_KEY" && Q !== "_isHover" && (X[Q] = Y[Q]) : D[Q] ? (X[D[Q]] = X[D[Q]] || {}, X[D[Q]][Q.replace(`${D[Q]}_`, "")] = Y[Q]) : X[Q] = Y[Q];
|
|
11301
11301
|
}), X;
|
|
11302
|
-
}, Ve = (
|
|
11303
|
-
let ie = T[
|
|
11302
|
+
}, Ve = (Y = !0) => Y ? $e(m) : m, Se = (Y, le, X, Q) => {
|
|
11303
|
+
let ie = T[Y];
|
|
11304
11304
|
if (ie == null) {
|
|
11305
|
-
const Me =
|
|
11305
|
+
const Me = Y.split(".");
|
|
11306
11306
|
ie = T[Me[Me.length - 1]] || {};
|
|
11307
11307
|
}
|
|
11308
11308
|
if (!ie)
|
|
@@ -11316,8 +11316,8 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11316
11316
|
pRowData: Q
|
|
11317
11317
|
});
|
|
11318
11318
|
return ge._componentId = ie?.id, ge;
|
|
11319
|
-
}, Qe = (
|
|
11320
|
-
const ie = Se(
|
|
11319
|
+
}, Qe = (Y, le, X, Q) => {
|
|
11320
|
+
const ie = Se(Y, le, X, Q);
|
|
11321
11321
|
if (ie.isNotRule !== !0 && ie.display !== !1) {
|
|
11322
11322
|
const ge = ie.rule || [], Me = ge.find((Xe) => Xe.type === "only");
|
|
11323
11323
|
return Me && (Me.validator = async (Xe, Mt) => {
|
|
@@ -11346,28 +11346,28 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11346
11346
|
return { rules: [], myGridtableId: "" };
|
|
11347
11347
|
}, { validateForm: lt } = pv(m, Qe), q = async () => {
|
|
11348
11348
|
E.value = {};
|
|
11349
|
-
const
|
|
11350
|
-
return Object.keys(
|
|
11351
|
-
`${h(T[Object.keys(
|
|
11349
|
+
const Y = await lt();
|
|
11350
|
+
return Object.keys(Y).length > 0 ? (E.value = Y, g(
|
|
11351
|
+
`${h(T[Object.keys(Y)[0]]?.config?.label)}:${h(Y[Object.keys(Y)[0]].msg)}`
|
|
11352
11352
|
), !1) : !0;
|
|
11353
11353
|
}, fe = () => {
|
|
11354
|
-
E.value = {}, Yi(m), Object.keys($ || {}).forEach((
|
|
11355
|
-
m[
|
|
11354
|
+
E.value = {}, Yi(m), Object.keys($ || {}).forEach((Y) => {
|
|
11355
|
+
m[Y] = $[Y];
|
|
11356
11356
|
});
|
|
11357
|
-
}, ke = (
|
|
11358
|
-
let le = T[
|
|
11359
|
-
return le === void 0 && R[
|
|
11360
|
-
}, et = ({ id:
|
|
11357
|
+
}, ke = (Y) => {
|
|
11358
|
+
let le = T[Y];
|
|
11359
|
+
return le === void 0 && R[Y.toLowerCase()] && (le = T[R[Y.toLowerCase()]]), le;
|
|
11360
|
+
}, et = ({ id: Y, i: le, value: X, type: Q }) => {
|
|
11361
11361
|
if (Q === "add")
|
|
11362
|
-
m[
|
|
11362
|
+
m[Y].push(X);
|
|
11363
11363
|
else if (Q === "delete")
|
|
11364
|
-
m[
|
|
11364
|
+
m[Y].splice(le, 1);
|
|
11365
11365
|
else {
|
|
11366
|
-
const ie = ke(
|
|
11367
|
-
ie && (ie.config.parentTableId ? m[ie.config.parentTableId][le][
|
|
11366
|
+
const ie = ke(Y);
|
|
11367
|
+
ie && (ie.config.parentTableId ? m[ie.config.parentTableId][le][Y] = X : m[Y] = X);
|
|
11368
11368
|
}
|
|
11369
|
-
}, ft = ({ id:
|
|
11370
|
-
const X = ke(
|
|
11369
|
+
}, ft = ({ id: Y, i: le }) => {
|
|
11370
|
+
const X = ke(Y);
|
|
11371
11371
|
if (X) {
|
|
11372
11372
|
if (X.config.parentTableId) {
|
|
11373
11373
|
const Q = m[X.config.parentTableId], ie = X.id ? X.id.replace(`${X.config.parentTableId}.`, "") : "";
|
|
@@ -11386,10 +11386,10 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11386
11386
|
}
|
|
11387
11387
|
return m[X.id || ""];
|
|
11388
11388
|
}
|
|
11389
|
-
if (m[
|
|
11390
|
-
return m[
|
|
11391
|
-
}, Lt = async ({ id:
|
|
11392
|
-
const X = ft({ id:
|
|
11389
|
+
if (m[Y])
|
|
11390
|
+
return m[Y];
|
|
11391
|
+
}, Lt = async ({ id: Y, i: le }) => {
|
|
11392
|
+
const X = ft({ id: Y, i: le }), Q = ke(Y);
|
|
11393
11393
|
if (Q && p?.getLabel)
|
|
11394
11394
|
if (le !== void 0) {
|
|
11395
11395
|
const ie = X[le], ge = m[Q.config.parentTableId || ""][le], Me = So({
|
|
@@ -11421,13 +11421,13 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11421
11421
|
});
|
|
11422
11422
|
}
|
|
11423
11423
|
return X;
|
|
11424
|
-
}, De = async (
|
|
11424
|
+
}, De = async (Y, le) => p?.loadViewDataList ? await p?.loadViewDataList(Y, le, !1) : [], cn = (Y) => (Y.set = et, Y.get = ft, Y.setFormData = Z, Y.getFormData = Ve, Y.getLabel = Lt, Y.getViewData = De, Y.getDateNow = (le) => sf(/* @__PURE__ */ new Date(), le || "YYYY-MM-DD HH:mm:ss"), Y.httpGet = r || (() => {
|
|
11425
11425
|
console.log("当前状态不支持");
|
|
11426
|
-
}),
|
|
11426
|
+
}), Y.httpPost = s || (() => {
|
|
11427
11427
|
console.log("当前状态不支持");
|
|
11428
|
-
}),
|
|
11428
|
+
}), Y.loading = (le) => {
|
|
11429
11429
|
Jo(le);
|
|
11430
|
-
},
|
|
11430
|
+
}, Y.showMsg = ({ text: le, type: X }) => {
|
|
11431
11431
|
switch (X) {
|
|
11432
11432
|
case "success":
|
|
11433
11433
|
c && c(le);
|
|
@@ -11446,14 +11446,14 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11446
11446
|
break;
|
|
11447
11447
|
}
|
|
11448
11448
|
console.log("showMsg", le, X);
|
|
11449
|
-
},
|
|
11450
|
-
if (
|
|
11451
|
-
|
|
11452
|
-
const { res: X, fn: Q } = Ws(
|
|
11449
|
+
}, Y), bn = async (Y, le) => {
|
|
11450
|
+
if (Y && Y.trim()) {
|
|
11451
|
+
Y = `async (jcode) => {${Y}}`;
|
|
11452
|
+
const { res: X, fn: Q } = Ws(Y);
|
|
11453
11453
|
X && await Q(cn(le));
|
|
11454
11454
|
}
|
|
11455
|
-
}, Kt = (
|
|
11456
|
-
P.value[
|
|
11455
|
+
}, Kt = (Y, le) => {
|
|
11456
|
+
P.value[Y] = { ...P.value[Y] || {}, ...le };
|
|
11457
11457
|
};
|
|
11458
11458
|
return o.schema && Be(o.schema), qs({
|
|
11459
11459
|
formData: m,
|
|
@@ -11478,7 +11478,7 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11478
11478
|
setFormData: Z,
|
|
11479
11479
|
getFormData: Ve,
|
|
11480
11480
|
setCompConfig: Kt
|
|
11481
|
-
}), (
|
|
11481
|
+
}), (Y, le) => {
|
|
11482
11482
|
const X = B("j-form-item"), Q = B("el-row"), ie = B("el-form");
|
|
11483
11483
|
return v.value ? (C(), H(ie, {
|
|
11484
11484
|
key: 0,
|
|
@@ -11504,7 +11504,7 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11504
11504
|
}, 8, ["gutter"]))
|
|
11505
11505
|
]),
|
|
11506
11506
|
_: 1
|
|
11507
|
-
}, 8, ["class", "label-position", "label-width", "size"])) :
|
|
11507
|
+
}, 8, ["class", "label-position", "label-width", "size"])) : G("", !0);
|
|
11508
11508
|
};
|
|
11509
11509
|
}
|
|
11510
11510
|
}), vv = de(gv), mv = de(tc), yv = { class: "j-page" }, bv = /* @__PURE__ */ ae({
|
|
@@ -11656,7 +11656,7 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11656
11656
|
style: Ce({ "border-radius": e.noPadding ? "0px" : "4px" })
|
|
11657
11657
|
}, [
|
|
11658
11658
|
e.title && !e.notTitle || e.toolBtns && e.toolBtns.length > 0 ? (C(), O("div", Sv, [
|
|
11659
|
-
e.notTitle ?
|
|
11659
|
+
e.notTitle ? G("", !0) : (C(), O("div", {
|
|
11660
11660
|
key: 0,
|
|
11661
11661
|
class: "j-panel-top-left",
|
|
11662
11662
|
title: e.title || ""
|
|
@@ -11680,8 +11680,8 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11680
11680
|
]),
|
|
11681
11681
|
_: 2
|
|
11682
11682
|
}, 1032, ["content"]))), 128))
|
|
11683
|
-
])) :
|
|
11684
|
-
])) :
|
|
11683
|
+
])) : G("", !0)
|
|
11684
|
+
])) : G("", !0),
|
|
11685
11685
|
F("div", {
|
|
11686
11686
|
class: "j-panel-body",
|
|
11687
11687
|
style: Ce(e.bodyStyle)
|
|
@@ -11691,7 +11691,7 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11691
11691
|
e.bootmBtns && e.bootmBtns.length > 0 || e.bootmRightBtns && e.bootmRightBtns.length > 0 ? (C(), O("div", Rv, [
|
|
11692
11692
|
J(r, { list: e.bootmBtns }, null, 8, ["list"]),
|
|
11693
11693
|
J(r, { list: e.bootmRightBtns }, null, 8, ["list"])
|
|
11694
|
-
])) :
|
|
11694
|
+
])) : G("", !0)
|
|
11695
11695
|
], 4)
|
|
11696
11696
|
], 4);
|
|
11697
11697
|
};
|
|
@@ -11867,8 +11867,8 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11867
11867
|
key: T._i + P,
|
|
11868
11868
|
class: Te([e.isCompact ? "j-space-compact" : "j-space", { "j-space-wrap": e.isWrap }])
|
|
11869
11869
|
}, [
|
|
11870
|
-
e.showNum ? (C(), O("div", Av, be(P + 1), 1)) :
|
|
11871
|
-
e.showChar ? (C(), O("div", jv, be(p[P % 26]), 1)) :
|
|
11870
|
+
e.showNum ? (C(), O("div", Av, be(P + 1), 1)) : G("", !0),
|
|
11871
|
+
e.showChar ? (C(), O("div", jv, be(p[P % 26]), 1)) : G("", !0),
|
|
11872
11872
|
(C(!0), O(ye, null, Ee(e.columns, (R) => (C(), H(m, je({
|
|
11873
11873
|
key: R.id,
|
|
11874
11874
|
ref_for: !0
|
|
@@ -11877,13 +11877,13 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11877
11877
|
key: 2,
|
|
11878
11878
|
class: "j-input-rows-drag",
|
|
11879
11879
|
icon: "mdi:drag"
|
|
11880
|
-
})) :
|
|
11880
|
+
})) : G("", !0),
|
|
11881
11881
|
c.value && (f.value || g.value.length > 1) && !u.value ? (C(), H(E, {
|
|
11882
11882
|
key: 3,
|
|
11883
11883
|
icon: "mdi:delete-outline",
|
|
11884
11884
|
class: "j-input-rows-delete",
|
|
11885
11885
|
onClick: (R) => b(P)
|
|
11886
|
-
}, null, 8, ["onClick"])) :
|
|
11886
|
+
}, null, 8, ["onClick"])) : G("", !0)
|
|
11887
11887
|
], 2))), 128))
|
|
11888
11888
|
], 512),
|
|
11889
11889
|
!u.value && l.value ? (C(), O("div", {
|
|
@@ -11898,8 +11898,8 @@ const gv = /* @__PURE__ */ ae({
|
|
|
11898
11898
|
label: r.value,
|
|
11899
11899
|
icon: "mdi:add",
|
|
11900
11900
|
onClick: y
|
|
11901
|
-
}, null, 8, ["label"])) :
|
|
11902
|
-
], 4)) :
|
|
11901
|
+
}, null, 8, ["label"])) : G("", !0)
|
|
11902
|
+
], 4)) : G("", !0)
|
|
11903
11903
|
]);
|
|
11904
11904
|
};
|
|
11905
11905
|
}
|
|
@@ -12587,7 +12587,7 @@ const gv = /* @__PURE__ */ ae({
|
|
|
12587
12587
|
class: "is-loading",
|
|
12588
12588
|
size: 30
|
|
12589
12589
|
})
|
|
12590
|
-
])) :
|
|
12590
|
+
])) : G("", !0),
|
|
12591
12591
|
F("div", {
|
|
12592
12592
|
ref_key: "mapRef",
|
|
12593
12593
|
ref: l,
|
|
@@ -20689,7 +20689,7 @@ const Ix = {
|
|
|
20689
20689
|
icon: "mdi:close",
|
|
20690
20690
|
danger: "",
|
|
20691
20691
|
onClick: (M) => v($)
|
|
20692
|
-
}, null, 8, ["onClick"])) :
|
|
20692
|
+
}, null, 8, ["onClick"])) : G("", !0)
|
|
20693
20693
|
]),
|
|
20694
20694
|
_: 2
|
|
20695
20695
|
}, 1032, ["gutter"])
|
|
@@ -20706,8 +20706,8 @@ const Ix = {
|
|
|
20706
20706
|
label: s.value,
|
|
20707
20707
|
icon: "mdi:add",
|
|
20708
20708
|
onClick: g
|
|
20709
|
-
}, null, 8, ["label"])) :
|
|
20710
|
-
], 4)) :
|
|
20709
|
+
}, null, 8, ["label"])) : G("", !0)
|
|
20710
|
+
], 4)) : G("", !0)
|
|
20711
20711
|
], 64);
|
|
20712
20712
|
};
|
|
20713
20713
|
}
|