vue-2024-ui 0.2.80 → 0.2.82
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 +507 -502
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import Nt, { dayjs as hl, ElForm as
|
|
2
|
-
import { ref as ae, useModel as lt, nextTick as Ke, onMounted as yt, computed as
|
|
3
|
-
import { Plus as
|
|
1
|
+
import Nt, { dayjs as hl, ElForm as Mt, ElButtonGroup as St, ElButton as He, ElPopover as At, ElIcon as Yt, ElMessage as ut, ElMessageBox as Wt, ElDrawer as yl, ElDialog as gl } from "element-plus";
|
|
2
|
+
import { ref as ae, useModel as lt, nextTick as Ke, onMounted as yt, computed as je, resolveComponent as F, openBlock as m, createElementBlock as z, Fragment as re, createElementVNode as K, createBlock as E, createCommentVNode as be, unref as U, mergeProps as A, withCtx as _, renderSlot as M, renderList as N, createTextVNode as Ae, toDisplayString as Me, createSlots as ge, createVNode as se, normalizeStyle as Ye, normalizeProps as Vt, resolveDynamicComponent as Pe, guardReactiveProps as Gt, mergeModels as at, useSlots as Xt, inject as Ot, withModifiers as vt, Transition as bl, withDirectives as $l, vShow as wl, h as _e, useAttrs as It, onUnmounted as kl, onBeforeUnmount as _l, normalizeClass as Qt, watchEffect as Cl, onBeforeMount as xl, watch as Zt, createApp as Jt } from "vue";
|
|
3
|
+
import { Plus as Ml, ZoomIn as Sl, Delete as Kt, Search as Tl, Refresh as el, More as Vl, CircleClose as El, CircleCheckFilled as Dl, CircleCheck as zt, Minus as Ol, Close as Il, Switch as tl, FullScreen as ql, InfoFilled as ll, Download as al, DocumentCopy as Al, Setting as Yl, CirclePlus as zl, Edit as Ul, View as Ll } from "@element-plus/icons-vue";
|
|
4
4
|
import rl from "sortablejs";
|
|
5
5
|
import { Dexie as Hl } from "dexie";
|
|
6
6
|
var nl = {
|
|
@@ -178,7 +178,7 @@ var nl = {
|
|
|
178
178
|
indicator: "幻灯片切换至索引 {index}"
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
|
-
},
|
|
181
|
+
}, jl = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
182
182
|
function ol(r) {
|
|
183
183
|
return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
|
|
184
184
|
}
|
|
@@ -186,8 +186,8 @@ var ul = { exports: {} };
|
|
|
186
186
|
(function(r, u) {
|
|
187
187
|
(function(e, l) {
|
|
188
188
|
r.exports = l();
|
|
189
|
-
})(
|
|
190
|
-
var e = 1e3, l = 6e4, n = 36e5, i = "millisecond", t = "second", f = "minute",
|
|
189
|
+
})(jl, function() {
|
|
190
|
+
var e = 1e3, l = 6e4, n = 36e5, i = "millisecond", t = "second", f = "minute", x = "hour", v = "day", y = "week", o = "month", d = "quarter", p = "year", L = "date", j = "Invalid Date", I = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, k = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, G = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(w) {
|
|
191
191
|
var $ = ["th", "st", "nd", "rd"], b = w % 100;
|
|
192
192
|
return "[" + w + ($[(b - 20) % 10] || $[b] || $[0]) + "]";
|
|
193
193
|
} }, Z = function(w, $, b) {
|
|
@@ -203,7 +203,7 @@ var ul = { exports: {} };
|
|
|
203
203
|
}, a: function(w) {
|
|
204
204
|
return w < 0 ? Math.ceil(w) || 0 : Math.floor(w);
|
|
205
205
|
}, p: function(w) {
|
|
206
|
-
return { M: o, y: p, w: y, d: v, D: L, h:
|
|
206
|
+
return { M: o, y: p, w: y, d: v, D: L, h: x, m: f, s: t, ms: i, Q: d }[w] || String(w || "").toLowerCase().replace(/s$/, "");
|
|
207
207
|
}, u: function(w) {
|
|
208
208
|
return w === void 0;
|
|
209
209
|
} }, ne = "en", ue = {};
|
|
@@ -257,7 +257,7 @@ var ul = { exports: {} };
|
|
|
257
257
|
}, $.$utils = function() {
|
|
258
258
|
return P;
|
|
259
259
|
}, $.isValid = function() {
|
|
260
|
-
return this.$d.toString() !==
|
|
260
|
+
return this.$d.toString() !== j;
|
|
261
261
|
}, $.isSame = function(b, h) {
|
|
262
262
|
var T = me(b);
|
|
263
263
|
return this.startOf(h) <= T && T <= this.endOf(h);
|
|
@@ -289,7 +289,7 @@ var ul = { exports: {} };
|
|
|
289
289
|
case v:
|
|
290
290
|
case L:
|
|
291
291
|
return le(Q + "Hours", 0);
|
|
292
|
-
case
|
|
292
|
+
case x:
|
|
293
293
|
return le(Q + "Minutes", 1);
|
|
294
294
|
case f:
|
|
295
295
|
return le(Q + "Seconds", 2);
|
|
@@ -301,7 +301,7 @@ var ul = { exports: {} };
|
|
|
301
301
|
}, $.endOf = function(b) {
|
|
302
302
|
return this.startOf(b, !1);
|
|
303
303
|
}, $.$set = function(b, h) {
|
|
304
|
-
var T, D = P.p(b), O = "set" + (this.$u ? "UTC" : ""), Y = (T = {}, T[v] = O + "Date", T[L] = O + "Date", T[o] = O + "Month", T[p] = O + "FullYear", T[
|
|
304
|
+
var T, D = P.p(b), O = "set" + (this.$u ? "UTC" : ""), Y = (T = {}, T[v] = O + "Date", T[L] = O + "Date", T[o] = O + "Month", T[p] = O + "FullYear", T[x] = O + "Hours", T[f] = O + "Minutes", T[t] = O + "Seconds", T[i] = O + "Milliseconds", T)[D], le = D === v ? this.$D + (h - this.$W) : h;
|
|
305
305
|
if (D === o || D === p) {
|
|
306
306
|
var de = this.clone().set(L, 1);
|
|
307
307
|
de.$d[Y](le), de.init(), this.$d = de.set(L, Math.min(this.$D, de.daysInMonth())).$d;
|
|
@@ -322,13 +322,13 @@ var ul = { exports: {} };
|
|
|
322
322
|
if (O === p) return this.set(p, this.$y + b);
|
|
323
323
|
if (O === v) return Y(1);
|
|
324
324
|
if (O === y) return Y(7);
|
|
325
|
-
var le = (T = {}, T[f] = l, T[
|
|
325
|
+
var le = (T = {}, T[f] = l, T[x] = n, T[t] = e, T)[O] || 1, de = this.$d.getTime() + b * le;
|
|
326
326
|
return P.w(de, this);
|
|
327
327
|
}, $.subtract = function(b, h) {
|
|
328
328
|
return this.add(-1 * b, h);
|
|
329
329
|
}, $.format = function(b) {
|
|
330
330
|
var h = this, T = this.$locale();
|
|
331
|
-
if (!this.isValid()) return T.invalidDate ||
|
|
331
|
+
if (!this.isValid()) return T.invalidDate || j;
|
|
332
332
|
var D = b || "YYYY-MM-DDTHH:mm:ssZ", O = P.z(this), Y = this.$H, le = this.$m, de = this.$M, ye = T.weekdays, W = T.months, Q = T.meridiem, Ve = function(V, S, H, Ce) {
|
|
333
333
|
return V && (V[S] || V(h, D)) || H[S].slice(0, Ce);
|
|
334
334
|
}, ke = function(V) {
|
|
@@ -414,7 +414,7 @@ var ul = { exports: {} };
|
|
|
414
414
|
case v:
|
|
415
415
|
D = (ye - de) / 864e5;
|
|
416
416
|
break;
|
|
417
|
-
case
|
|
417
|
+
case x:
|
|
418
418
|
D = ye / n;
|
|
419
419
|
break;
|
|
420
420
|
case f:
|
|
@@ -447,7 +447,7 @@ var ul = { exports: {} };
|
|
|
447
447
|
return this.$d.toUTCString();
|
|
448
448
|
}, w;
|
|
449
449
|
}(), We = Te.prototype;
|
|
450
|
-
return me.prototype = We, [["$ms", i], ["$s", t], ["$m", f], ["$H",
|
|
450
|
+
return me.prototype = We, [["$ms", i], ["$s", t], ["$m", f], ["$H", x], ["$W", v], ["$M", o], ["$y", p], ["$D", L]].forEach(function(w) {
|
|
451
451
|
We[w[1]] = function($) {
|
|
452
452
|
return this.$g($, w[0], w[1]);
|
|
453
453
|
};
|
|
@@ -458,13 +458,13 @@ var ul = { exports: {} };
|
|
|
458
458
|
}, me.en = ue[ne], me.Ls = ue, me.p = {}, me;
|
|
459
459
|
});
|
|
460
460
|
})(ul);
|
|
461
|
-
var
|
|
462
|
-
const Et = /* @__PURE__ */ ol(
|
|
461
|
+
var Fl = ul.exports;
|
|
462
|
+
const Et = /* @__PURE__ */ ol(Fl), et = (r, u) => {
|
|
463
463
|
const e = r.__vccOpts || r;
|
|
464
464
|
for (const [l, n] of u)
|
|
465
465
|
e[l] = n;
|
|
466
466
|
return e;
|
|
467
|
-
},
|
|
467
|
+
}, Rl = {
|
|
468
468
|
style: { display: "flex", width: "100%" },
|
|
469
469
|
class: "g-ctrl-container"
|
|
470
470
|
}, Bl = { style: { width: "var(--up-width)", height: "var(--up-height)", position: "relative", "box-sizing": "border-box" } }, Pl = ["innerHTML"], Nl = ["innerHTML"], Wl = ["title"], Gl = ["innerHTML"], Xl = ["innerHTML"], Ql = ["innerHTML"], Zl = ["innerHTML"], Jl = ["innerHTML"], Kl = ["innerHTML"], ea = ["innerHTML"], ta = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
@@ -476,13 +476,13 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
476
476
|
emits: ["update:modelValue"],
|
|
477
477
|
setup(r) {
|
|
478
478
|
var $, b, h, T, D, O, Y, le, de, ye, W, Q, Ve, ke, Ie;
|
|
479
|
-
const u = r, e = ae(u.item || {}), l = lt(r, "modelValue"), n = ae(u.ctrlKey), i = ae(u.ctrlType), t = ae(u.model), f = ae([]),
|
|
479
|
+
const u = r, e = ae(u.item || {}), l = lt(r, "modelValue"), n = ae(u.ctrlKey), i = ae(u.ctrlType), t = ae(u.model), f = ae([]), x = ae([]), v = ae(!1), y = ae(!1), o = ae(0), d = ae((b = ($ = t == null ? void 0 : t.value) == null ? void 0 : $.form) != null && b["default-placeholder"] ? (T = (h = t == null ? void 0 : t.value) == null ? void 0 : h[n == null ? void 0 : n.value]) == null ? void 0 : T.label : "");
|
|
480
480
|
!((D = i.value) != null && D.startsWith("text")) && !((O = i.value) != null && O.startsWith("link")) && !((Y = i.value) != null && Y.startsWith("tag")) && !((le = i.value) != null && le.startsWith("div")) && !((de = i.value) != null && de.startsWith("span")) && !((ye = i.value) != null && ye.startsWith("avatar")) && ((W = e.value) != null && W.style || (e.value.style = { width: ((Ve = (Q = e.value) == null ? void 0 : Q.style) == null ? void 0 : Ve.width) || "100%" }));
|
|
481
|
-
const p = ae({ display: "flex", flex: 1 }), L = u.t === "t" ? "center" : "flex-start",
|
|
482
|
-
p.value = { ...p.value, justifyContent: L, ...
|
|
481
|
+
const p = ae({ display: "flex", flex: 1 }), L = u.t === "t" ? "center" : "flex-start", j = ((ke = e.value) == null ? void 0 : ke.style) || {};
|
|
482
|
+
p.value = { ...p.value, justifyContent: L, ...j };
|
|
483
483
|
const I = () => {
|
|
484
484
|
const V = Xt(), S = Object.keys(V), H = `${u.t}-${n.value}-`;
|
|
485
|
-
return S.filter((
|
|
485
|
+
return S.filter((Ue) => Ue.startsWith(H)).map((Ue) => Ue.replace(H, ""));
|
|
486
486
|
}, k = ae({
|
|
487
487
|
multiple: !1,
|
|
488
488
|
"show-file-list": !1,
|
|
@@ -526,7 +526,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
526
526
|
}), ue = ae((V) => {
|
|
527
527
|
e.value["remote-method"](V, (S) => {
|
|
528
528
|
Ke(() => {
|
|
529
|
-
|
|
529
|
+
x.value = S;
|
|
530
530
|
});
|
|
531
531
|
});
|
|
532
532
|
}), pe = async (V = "options") => {
|
|
@@ -534,14 +534,14 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
534
534
|
try {
|
|
535
535
|
const H = await ((S = e.value) == null ? void 0 : S.getDicts(u.formInfo));
|
|
536
536
|
if (typeof H == "string")
|
|
537
|
-
|
|
537
|
+
x.value = [{ label: H, value: l.value }];
|
|
538
538
|
else {
|
|
539
|
-
const Ce = H == null ? void 0 : H.map((
|
|
540
|
-
...
|
|
541
|
-
value:
|
|
542
|
-
label:
|
|
539
|
+
const Ce = H == null ? void 0 : H.map((ze, Ue) => ({
|
|
540
|
+
...ze,
|
|
541
|
+
value: ze.value ?? ze.label ?? Ue,
|
|
542
|
+
label: ze.label || "未知选项"
|
|
543
543
|
}));
|
|
544
|
-
|
|
544
|
+
x.value = Ce || [];
|
|
545
545
|
}
|
|
546
546
|
} catch (H) {
|
|
547
547
|
throw console.error("获取选项失败:", H), H;
|
|
@@ -567,8 +567,8 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
567
567
|
if (V.preventDefault(), V.stopPropagation(), e.value["file-list"] && e.value["file-list"].length > 0) {
|
|
568
568
|
const S = l.value, H = e.value["file-list"].findIndex(
|
|
569
569
|
(Ce) => {
|
|
570
|
-
var
|
|
571
|
-
return Ce.url === S || ((
|
|
570
|
+
var ze;
|
|
571
|
+
return Ce.url === S || ((ze = Ce.raw) == null ? void 0 : ze.url) === S;
|
|
572
572
|
}
|
|
573
573
|
);
|
|
574
574
|
o.value = H >= 0 ? H : 0;
|
|
@@ -582,32 +582,32 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
582
582
|
}
|
|
583
583
|
let H = V.replace(/[^-\d.]/g, "");
|
|
584
584
|
if (H.includes("-") && (H.startsWith("-") ? H = "-" + H.substring(1).replace(/-/g, "") : H = H.replace(/-/g, "")), (H.match(/\./g) || []).length > 1) {
|
|
585
|
-
const
|
|
586
|
-
H = H.substring(0,
|
|
585
|
+
const Ue = H.indexOf(".");
|
|
586
|
+
H = H.substring(0, Ue + 1) + H.substring(Ue + 1).replace(/\./g, "");
|
|
587
587
|
}
|
|
588
588
|
if (H = H.replace(/^-\./, "-0."), H = H.replace(/^\./, "0."), H = H.replace(/^-0+(\d)/, "-$1"), H = H.replace(/^0+(\d)/, "$1"), (H === "-" || H === "" || H === ".") && (H = "0"), S >= 0 && H.includes(".")) {
|
|
589
|
-
const [
|
|
590
|
-
tt.length > S && (H =
|
|
589
|
+
const [Ue, tt] = H.split(".");
|
|
590
|
+
tt.length > S && (H = Ue + "." + tt.substring(0, S));
|
|
591
591
|
}
|
|
592
592
|
l.value = H;
|
|
593
593
|
};
|
|
594
594
|
yt(async () => {
|
|
595
|
-
var H, Ce,
|
|
596
|
-
e.value && e.value["remote-method"] && (ne.value["remote-method"] = ue), (Ce = (H = t.value[n.value]) == null ? void 0 : H.options) != null && Ce.length && (
|
|
595
|
+
var H, Ce, ze, Ue, tt;
|
|
596
|
+
e.value && e.value["remote-method"] && (ne.value["remote-method"] = ue), (Ce = (H = t.value[n.value]) == null ? void 0 : H.options) != null && Ce.length && (x.value = t.value[n.value].options);
|
|
597
597
|
const V = (Le, Qe = "options", Ge = t.value[n.value]) => {
|
|
598
598
|
typeof e.value.getDicts == "function" && pe(Qe).catch((Xe) => {
|
|
599
599
|
console.error(`Failed to load ${Qe} for ${Le}:`, Xe);
|
|
600
600
|
});
|
|
601
601
|
};
|
|
602
|
-
if (["radio", "radio-button", "checkbox-group", "checkbox-group-button", "select", "cascader"].includes(i.value) && V(i.value), i.value ===
|
|
602
|
+
if (["radio", "radio-button", "checkbox-group", "checkbox-group-button", "select", "cascader"].includes(i.value) && V(i.value), i.value === xe.TREESELECT && await (async () => {
|
|
603
603
|
try {
|
|
604
|
-
typeof e.value.getDicts == "function" ? f.value = await e.value.getDicts(u.formInfo) : f.value =
|
|
604
|
+
typeof e.value.getDicts == "function" ? f.value = await e.value.getDicts(u.formInfo) : f.value = x.value;
|
|
605
605
|
} catch (Qe) {
|
|
606
606
|
console.error("Failed to load data for tree-select:", Qe);
|
|
607
607
|
}
|
|
608
608
|
})(), u.t == "q") {
|
|
609
609
|
let Le = e.value.type || i.value;
|
|
610
|
-
(Le === void 0 || i.value === "input" || Le ==
|
|
610
|
+
(Le === void 0 || i.value === "input" || Le == xe.NUMBER || Le == xe.EMAIL || Le == "url" || Le == "text") && e.value.onKeyup == null && (e.value.onKeyup = (Qe) => {
|
|
611
611
|
var Ge, Xe;
|
|
612
612
|
(Qe.keyCode === 13 || Qe.key === "Enter") && ((Xe = (Ge = t.value) == null ? void 0 : Ge.table) == null || Xe.load());
|
|
613
613
|
}), [
|
|
@@ -631,15 +631,15 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
631
631
|
(Xe = (Ge = t.value) == null ? void 0 : Ge.table) == null || Xe.load();
|
|
632
632
|
});
|
|
633
633
|
}
|
|
634
|
-
i.value == "image" && (e.value.width && ((
|
|
634
|
+
i.value == "image" && (e.value.width && ((ze = Te.value) != null && ze.$el) && Te.value.$el.style.setProperty("--up-width", typeof e.value.width == "number" ? e.value.width + "px" : e.value.width), e.value.height && ((Ue = Te.value) != null && Ue.$el) && Te.value.$el.style.setProperty("--up-height", typeof e.value.height == "number" ? e.value.height + "px" : e.value.height), e.value.fontSize && ((tt = Te.value) != null && tt.$el) && Te.value.$el.style.setProperty("--up-font-size", typeof e.value.fontSize == "number" ? e.value.fontSize + "px" : e.value.fontSize));
|
|
635
635
|
});
|
|
636
|
-
const w =
|
|
636
|
+
const w = je(() => {
|
|
637
637
|
var V;
|
|
638
638
|
return e.value["file-list"] && e.value["file-list"].length ? (V = e.value["file-list"]) == null ? void 0 : V.map((S) => S == null ? void 0 : S.url) : [l.value];
|
|
639
639
|
});
|
|
640
640
|
return (V, S) => {
|
|
641
|
-
var te,
|
|
642
|
-
const H =
|
|
641
|
+
var te, Re, Je, rt, ee, ie, ve, it, dt, nt, ot, pt;
|
|
642
|
+
const H = F("el-image-viewer"), Ce = F("el-radio"), ze = F("el-radio-group"), Ue = F("el-radio-button"), tt = F("el-checkbox"), Le = F("el-checkbox-group"), Qe = F("el-checkbox-button"), Ge = F("g-select-option"), Xe = F("el-option"), gt = F("el-select"), bt = F("el-tree-select"), $t = F("el-time-picker"), wt = F("el-time-select"), kt = F("el-date-picker"), a = F("el-color-picker"), s = F("el-rate"), g = F("el-slider"), C = F("el-switch"), q = F("el-transfer"), R = F("el-cascader"), B = F("el-icon"), he = F("el-image"), we = F("el-tooltip"), Ee = F("el-upload"), Oe = F("el-autocomplete"), Fe = F("el-input-number"), Ze = F("el-input-tag"), st = F("el-input"), _t = F("el-link"), Ct = F("el-text"), J = F("el-avatar"), fe = F("el-tag");
|
|
643
643
|
return m(), z(re, null, [
|
|
644
644
|
K("div", null, [
|
|
645
645
|
v.value ? (m(), E(H, {
|
|
@@ -650,65 +650,65 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
650
650
|
onClose: S[0] || (S[0] = (c) => v.value = !1)
|
|
651
651
|
}, null, 8, ["initial-index", "url-list"])) : be("", !0)
|
|
652
652
|
]),
|
|
653
|
-
K("div",
|
|
654
|
-
i.value == U(
|
|
653
|
+
K("div", Rl, [
|
|
654
|
+
i.value == U(xe).RADIO ? (m(), E(ze, A({
|
|
655
655
|
key: 0,
|
|
656
656
|
modelValue: l.value,
|
|
657
657
|
"onUpdate:modelValue": S[1] || (S[1] = (c) => l.value = c),
|
|
658
658
|
disabled: t.value[n.value].disabled
|
|
659
659
|
}, e.value), {
|
|
660
660
|
default: _(() => [
|
|
661
|
-
|
|
662
|
-
(m(!0), z(re, null, N(
|
|
661
|
+
M(V.$slots, `${u.t}-${n.value}`, { data: e.value }, () => [
|
|
662
|
+
(m(!0), z(re, null, N(x.value, (c) => (m(), E(Ce, A({ ref_for: !0 }, c), {
|
|
663
663
|
default: _(() => [
|
|
664
|
-
|
|
664
|
+
M(V.$slots, `${u.t}-${n.value}-options`, { option: c }, void 0, !0)
|
|
665
665
|
]),
|
|
666
666
|
_: 2
|
|
667
667
|
}, 1040))), 256))
|
|
668
668
|
], !0)
|
|
669
669
|
]),
|
|
670
670
|
_: 3
|
|
671
|
-
}, 16, ["modelValue", "disabled"])) : i.value == U(
|
|
671
|
+
}, 16, ["modelValue", "disabled"])) : i.value == U(xe).RADIOBUTTON ? (m(), E(ze, A({
|
|
672
672
|
key: 1,
|
|
673
673
|
modelValue: l.value,
|
|
674
674
|
"onUpdate:modelValue": S[2] || (S[2] = (c) => l.value = c),
|
|
675
675
|
disabled: t.value[n.value].disabled
|
|
676
676
|
}, e.value), {
|
|
677
677
|
default: _(() => [
|
|
678
|
-
|
|
679
|
-
(m(!0), z(re, null, N(
|
|
678
|
+
M(V.$slots, `${u.t}-${n.value}`, { data: e.value }, () => [
|
|
679
|
+
(m(!0), z(re, null, N(x.value, (c) => (m(), E(Ue, A({ ref_for: !0 }, c), {
|
|
680
680
|
default: _(() => [
|
|
681
|
-
|
|
681
|
+
M(V.$slots, `${u.t}-${n.value}-options`, { option: c }, void 0, !0)
|
|
682
682
|
]),
|
|
683
683
|
_: 2
|
|
684
684
|
}, 1040))), 256))
|
|
685
685
|
], !0)
|
|
686
686
|
]),
|
|
687
687
|
_: 3
|
|
688
|
-
}, 16, ["modelValue", "disabled"])) : i.value == U(
|
|
688
|
+
}, 16, ["modelValue", "disabled"])) : i.value == U(xe).CHECKBOX ? (m(), E(tt, A({
|
|
689
689
|
key: 2,
|
|
690
690
|
modelValue: l.value,
|
|
691
691
|
"onUpdate:modelValue": S[3] || (S[3] = (c) => l.value = c),
|
|
692
692
|
disabled: t.value[n.value].disabled
|
|
693
693
|
}, e.value), {
|
|
694
694
|
default: _(() => [
|
|
695
|
-
|
|
696
|
-
S[30] || (S[30] = Ae(
|
|
695
|
+
M(V.$slots, `${u.t}-${n.value}`, { data: e.value }, () => [
|
|
696
|
+
S[30] || (S[30] = Ae(Me(" "), -1))
|
|
697
697
|
], !0)
|
|
698
698
|
]),
|
|
699
699
|
_: 3
|
|
700
|
-
}, 16, ["modelValue", "disabled"])) : i.value == U(
|
|
700
|
+
}, 16, ["modelValue", "disabled"])) : i.value == U(xe).CHECKBOXGROUP ? (m(), E(Le, A({
|
|
701
701
|
key: 3,
|
|
702
702
|
modelValue: l.value,
|
|
703
703
|
"onUpdate:modelValue": S[4] || (S[4] = (c) => l.value = c),
|
|
704
704
|
disabled: t.value[n.value].disabled
|
|
705
705
|
}, e.value), {
|
|
706
706
|
default: _(() => [
|
|
707
|
-
|
|
708
|
-
(m(!0), z(re, null, N(
|
|
707
|
+
M(V.$slots, `${u.t}-${n.value}`, { data: e.value }, () => [
|
|
708
|
+
(m(!0), z(re, null, N(x.value, (c) => (m(), E(tt, A({ ref_for: !0 }, c), {
|
|
709
709
|
default: _(() => [
|
|
710
|
-
|
|
711
|
-
Ae(
|
|
710
|
+
M(V.$slots, `${u.t}-${n.value}-options`, { option: c }, () => [
|
|
711
|
+
Ae(Me(c.label), 1)
|
|
712
712
|
], !0)
|
|
713
713
|
]),
|
|
714
714
|
_: 2
|
|
@@ -716,24 +716,24 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
716
716
|
], !0)
|
|
717
717
|
]),
|
|
718
718
|
_: 3
|
|
719
|
-
}, 16, ["modelValue", "disabled"])) : i.value == U(
|
|
719
|
+
}, 16, ["modelValue", "disabled"])) : i.value == U(xe).CHECKBOXGROUPBUTTON ? (m(), E(Le, A({
|
|
720
720
|
key: 4,
|
|
721
721
|
modelValue: l.value,
|
|
722
722
|
"onUpdate:modelValue": S[5] || (S[5] = (c) => l.value = c),
|
|
723
723
|
disabled: t.value[n.value].disabled
|
|
724
724
|
}, U(Ne)(e.value, (c) => c != "type")), {
|
|
725
725
|
default: _(() => [
|
|
726
|
-
|
|
727
|
-
(m(!0), z(re, null, N(
|
|
726
|
+
M(V.$slots, `${u.t}-${n.value}`, { data: e.value }, () => [
|
|
727
|
+
(m(!0), z(re, null, N(x.value, (c) => (m(), E(Qe, A({ ref_for: !0 }, c), {
|
|
728
728
|
default: _(() => [
|
|
729
|
-
|
|
729
|
+
M(V.$slots, `${u.t}-${n.value}-options`, { option: c }, void 0, !0)
|
|
730
730
|
]),
|
|
731
731
|
_: 2
|
|
732
732
|
}, 1040))), 256))
|
|
733
733
|
], !0)
|
|
734
734
|
]),
|
|
735
735
|
_: 3
|
|
736
|
-
}, 16, ["modelValue", "disabled"])) : i.value === U(
|
|
736
|
+
}, 16, ["modelValue", "disabled"])) : i.value === U(xe).SELECT ? (m(), E(gt, A({
|
|
737
737
|
key: 5,
|
|
738
738
|
modelValue: l.value,
|
|
739
739
|
"onUpdate:modelValue": S[6] || (S[6] = (c) => l.value = c),
|
|
@@ -747,11 +747,11 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
747
747
|
default: _(() => {
|
|
748
748
|
var c;
|
|
749
749
|
return [
|
|
750
|
-
((c =
|
|
750
|
+
((c = x.value) == null ? void 0 : c.length) > 0 ? M(V.$slots, `${u.t}-${n.value}`, {
|
|
751
751
|
key: 0,
|
|
752
|
-
options:
|
|
752
|
+
options: x.value
|
|
753
753
|
}, () => [
|
|
754
|
-
(m(!0), z(re, null, N(
|
|
754
|
+
(m(!0), z(re, null, N(x.value, (oe) => (m(), z(re, {
|
|
755
755
|
key: oe.value
|
|
756
756
|
}, [
|
|
757
757
|
se(Xe, A({ ref_for: !0 }, U(Ne)(oe, (ce) => ce != "children"), {
|
|
@@ -762,7 +762,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
762
762
|
default: _(() => {
|
|
763
763
|
var ce;
|
|
764
764
|
return [
|
|
765
|
-
(ce = e.value) != null && ce.columns ?
|
|
765
|
+
(ce = e.value) != null && ce.columns ? M(V.$slots, `${u.t}-${n.value}-options`, {
|
|
766
766
|
key: 0,
|
|
767
767
|
option: oe
|
|
768
768
|
}, () => {
|
|
@@ -775,10 +775,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
775
775
|
}, ge({ _: 2 }, [
|
|
776
776
|
N(V.$slots, (ft, qt) => ({
|
|
777
777
|
name: qt,
|
|
778
|
-
fn: _((
|
|
779
|
-
|
|
778
|
+
fn: _((xt) => [
|
|
779
|
+
M(V.$slots, qt, {
|
|
780
780
|
option: oe,
|
|
781
|
-
data:
|
|
781
|
+
data: xt,
|
|
782
782
|
form: r.formInfo
|
|
783
783
|
}, void 0, !0)
|
|
784
784
|
])
|
|
@@ -801,7 +801,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
801
801
|
default: _(() => {
|
|
802
802
|
var Be;
|
|
803
803
|
return [
|
|
804
|
-
(Be = e.value) != null && Be.columns ?
|
|
804
|
+
(Be = e.value) != null && Be.columns ? M(V.$slots, `${u.t}-${n.value}-options`, {
|
|
805
805
|
key: 0,
|
|
806
806
|
option: ce
|
|
807
807
|
}, () => {
|
|
@@ -812,10 +812,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
812
812
|
data: ce,
|
|
813
813
|
t: u.t
|
|
814
814
|
}, ge({ _: 2 }, [
|
|
815
|
-
N(V.$slots, (qt,
|
|
816
|
-
name:
|
|
815
|
+
N(V.$slots, (qt, xt) => ({
|
|
816
|
+
name: xt,
|
|
817
817
|
fn: _((ml) => [
|
|
818
|
-
|
|
818
|
+
M(V.$slots, xt, {
|
|
819
819
|
option: ce,
|
|
820
820
|
data: ml,
|
|
821
821
|
form: r.formInfo
|
|
@@ -848,7 +848,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
848
848
|
N(V.$slots, (oe, ce) => ({
|
|
849
849
|
name: ce,
|
|
850
850
|
fn: _((Be) => [
|
|
851
|
-
|
|
851
|
+
M(V.$slots, ce, { data: Be }, void 0, !0)
|
|
852
852
|
])
|
|
853
853
|
}))
|
|
854
854
|
]), 1032, ["columns", "t"])
|
|
@@ -859,10 +859,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
859
859
|
N(I(), (c) => ({
|
|
860
860
|
name: c,
|
|
861
861
|
fn: _((oe) => [
|
|
862
|
-
|
|
862
|
+
M(V.$slots, `${u.t}-${n.value}-${c}`, { form: r.formInfo }, void 0, !0)
|
|
863
863
|
])
|
|
864
864
|
}))
|
|
865
|
-
]), 1040, ["modelValue", "placeholder", "disabled"])) : i.value == U(
|
|
865
|
+
]), 1040, ["modelValue", "placeholder", "disabled"])) : i.value == U(xe).TREESELECT ? (m(), E(bt, A({
|
|
866
866
|
key: 6,
|
|
867
867
|
modelValue: l.value,
|
|
868
868
|
"onUpdate:modelValue": S[8] || (S[8] = (c) => l.value = c),
|
|
@@ -872,17 +872,17 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
872
872
|
N(I(), (c) => ({
|
|
873
873
|
name: c,
|
|
874
874
|
fn: _((oe) => [
|
|
875
|
-
|
|
875
|
+
M(V.$slots, `${u.t}-${n.value}-${c}`, { data: oe }, void 0, !0)
|
|
876
876
|
])
|
|
877
877
|
}))
|
|
878
|
-
]), 1040, ["modelValue", "placeholder", "disabled", "data"])) : i.value == U(
|
|
878
|
+
]), 1040, ["modelValue", "placeholder", "disabled", "data"])) : i.value == U(xe).TIME ? (m(), E($t, A({
|
|
879
879
|
key: 7,
|
|
880
880
|
modelValue: l.value,
|
|
881
881
|
"onUpdate:modelValue": S[9] || (S[9] = (c) => l.value = c),
|
|
882
882
|
"arrow-control": "",
|
|
883
883
|
format: "HH:mm:ss",
|
|
884
884
|
disabled: t.value[n.value].disabled
|
|
885
|
-
}, e.value, { placeholder: d.value }), null, 16, ["modelValue", "disabled", "placeholder"])) : i.value == U(
|
|
885
|
+
}, e.value, { placeholder: d.value }), null, 16, ["modelValue", "disabled", "placeholder"])) : i.value == U(xe).TIMESELECT ? (m(), E(wt, A({
|
|
886
886
|
key: 8,
|
|
887
887
|
modelValue: l.value,
|
|
888
888
|
"onUpdate:modelValue": S[10] || (S[10] = (c) => l.value = c),
|
|
@@ -897,7 +897,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
897
897
|
modelValue: l.value,
|
|
898
898
|
"onUpdate:modelValue": S[11] || (S[11] = (c) => l.value = c),
|
|
899
899
|
type: i.value,
|
|
900
|
-
format: i.value === U(
|
|
900
|
+
format: i.value === U(xe).DATE ? "YYYY-MM-DD" : i.value === U(xe).DATETIME ? "YYYY-MM-DD HH:mm:ss" : "",
|
|
901
901
|
placeholder: d.value,
|
|
902
902
|
"value-format": X(i.value),
|
|
903
903
|
disabled: t.value[n.value].disabled
|
|
@@ -905,24 +905,24 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
905
905
|
N(I(), (c) => ({
|
|
906
906
|
name: c,
|
|
907
907
|
fn: _((oe) => [
|
|
908
|
-
|
|
908
|
+
M(V.$slots, `${u.t}-${n.value}-${c}`, { data: oe }, void 0, !0)
|
|
909
909
|
])
|
|
910
910
|
}))
|
|
911
|
-
]), 1040, ["modelValue", "type", "format", "placeholder", "value-format", "disabled"])) : i.value == U(
|
|
911
|
+
]), 1040, ["modelValue", "type", "format", "placeholder", "value-format", "disabled"])) : i.value == U(xe).COLOR ? (m(), E(a, A({
|
|
912
912
|
key: 10,
|
|
913
913
|
modelValue: l.value,
|
|
914
914
|
"onUpdate:modelValue": S[12] || (S[12] = (c) => l.value = c)
|
|
915
|
-
}, e.value), null, 16, ["modelValue"])) : i.value == U(
|
|
915
|
+
}, e.value), null, 16, ["modelValue"])) : i.value == U(xe).RATE ? (m(), E(s, A({
|
|
916
916
|
key: 11,
|
|
917
917
|
modelValue: l.value,
|
|
918
918
|
"onUpdate:modelValue": S[13] || (S[13] = (c) => l.value = c),
|
|
919
919
|
disabled: t.value[n.value].disabled
|
|
920
|
-
}, e.value), null, 16, ["modelValue", "disabled"])) : i.value == U(
|
|
920
|
+
}, e.value), null, 16, ["modelValue", "disabled"])) : i.value == U(xe).SLIDER ? (m(), E(g, A({
|
|
921
921
|
key: 12,
|
|
922
922
|
modelValue: l.value,
|
|
923
923
|
"onUpdate:modelValue": S[14] || (S[14] = (c) => l.value = c),
|
|
924
924
|
disabled: t.value[n.value].disabled
|
|
925
|
-
}, e.value), null, 16, ["modelValue", "disabled"])) : i.value == U(
|
|
925
|
+
}, e.value), null, 16, ["modelValue", "disabled"])) : i.value == U(xe).SWITCH ? (m(), E(C, A({
|
|
926
926
|
key: 13,
|
|
927
927
|
modelValue: l.value,
|
|
928
928
|
"onUpdate:modelValue": S[15] || (S[15] = (c) => l.value = c),
|
|
@@ -932,10 +932,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
932
932
|
N(I(), (c) => ({
|
|
933
933
|
name: c,
|
|
934
934
|
fn: _((oe) => [
|
|
935
|
-
|
|
935
|
+
M(V.$slots, `${u.t}-${n.value}-${c}`, { data: oe }, void 0, !0)
|
|
936
936
|
])
|
|
937
937
|
}))
|
|
938
|
-
]), 1040, ["modelValue", "disabled"])) : i.value == U(
|
|
938
|
+
]), 1040, ["modelValue", "disabled"])) : i.value == U(xe).TRANSFER ? (m(), E(q, A({
|
|
939
939
|
key: 14,
|
|
940
940
|
modelValue: l.value,
|
|
941
941
|
"onUpdate:modelValue": S[16] || (S[16] = (c) => l.value = c)
|
|
@@ -943,21 +943,21 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
943
943
|
N(I(), (c) => ({
|
|
944
944
|
name: c,
|
|
945
945
|
fn: _((oe) => [
|
|
946
|
-
|
|
946
|
+
M(V.$slots, `${u.t}-${n.value}-${c}`, { data: oe }, void 0, !0)
|
|
947
947
|
])
|
|
948
948
|
}))
|
|
949
|
-
]), 1040, ["modelValue"])) : i.value == U(
|
|
949
|
+
]), 1040, ["modelValue"])) : i.value == U(xe).CASCADER ? (m(), E(R, A({
|
|
950
950
|
key: 15,
|
|
951
951
|
modelValue: l.value,
|
|
952
952
|
"onUpdate:modelValue": S[17] || (S[17] = (c) => l.value = c)
|
|
953
|
-
}, e.value, { options:
|
|
953
|
+
}, e.value, { options: x.value }), ge({ _: 2 }, [
|
|
954
954
|
N(I(), (c) => ({
|
|
955
955
|
name: c,
|
|
956
956
|
fn: _((oe) => [
|
|
957
|
-
|
|
957
|
+
M(V.$slots, `${u.t}-${n.value}-${c}`, { data: oe }, void 0, !0)
|
|
958
958
|
])
|
|
959
959
|
}))
|
|
960
|
-
]), 1040, ["modelValue", "options"])) : i.value == U(
|
|
960
|
+
]), 1040, ["modelValue", "options"])) : i.value == U(xe).IMAGE ? (m(), E(Ee, A({
|
|
961
961
|
key: 16,
|
|
962
962
|
"file-list": e.value["file-list"],
|
|
963
963
|
"onUpdate:fileList": S[21] || (S[21] = (c) => e.value["file-list"] = c),
|
|
@@ -973,7 +973,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
973
973
|
return [
|
|
974
974
|
!l.value || ((c = e.value) == null ? void 0 : c.multiple) === !0 ? (m(), E(B, { key: 0 }, {
|
|
975
975
|
default: _(() => [
|
|
976
|
-
se(U(
|
|
976
|
+
se(U(Ml))
|
|
977
977
|
]),
|
|
978
978
|
_: 1
|
|
979
979
|
})) : (m(), z("div", {
|
|
@@ -989,7 +989,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
989
989
|
N(I(), (ce, Be) => ({
|
|
990
990
|
name: ce,
|
|
991
991
|
fn: _((ft) => [
|
|
992
|
-
|
|
992
|
+
M(V.$slots, `${u.t}-${n.value}-${ce}`, { data: ft }, void 0, !0)
|
|
993
993
|
])
|
|
994
994
|
}))
|
|
995
995
|
]), 1040, ["src"])
|
|
@@ -1037,10 +1037,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1037
1037
|
N(I(), (c, oe) => ({
|
|
1038
1038
|
name: c,
|
|
1039
1039
|
fn: _((ce) => [
|
|
1040
|
-
|
|
1040
|
+
M(V.$slots, `${u.t}-${n.value}-${c}`, { data: ce }, void 0, !0)
|
|
1041
1041
|
])
|
|
1042
1042
|
}))
|
|
1043
|
-
]), 1040, ["file-list"])) : i.value == U(
|
|
1043
|
+
]), 1040, ["file-list"])) : i.value == U(xe).AUTOCOMPLETE ? (m(), E(Oe, A({
|
|
1044
1044
|
key: 17,
|
|
1045
1045
|
modelValue: l.value,
|
|
1046
1046
|
"onUpdate:modelValue": S[22] || (S[22] = (c) => l.value = c)
|
|
@@ -1048,10 +1048,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1048
1048
|
N(I(), (c, oe) => ({
|
|
1049
1049
|
name: c,
|
|
1050
1050
|
fn: _((ce) => [
|
|
1051
|
-
|
|
1051
|
+
M(V.$slots, `${u.t}-${n.value}-${c}`, { data: ce }, void 0, !0)
|
|
1052
1052
|
])
|
|
1053
1053
|
}))
|
|
1054
|
-
]), 1040, ["modelValue", "placeholder"])) : i.value == U(
|
|
1054
|
+
]), 1040, ["modelValue", "placeholder"])) : i.value == U(xe).INPUTNUMBER ? (m(), E(Fe, A({
|
|
1055
1055
|
key: 18,
|
|
1056
1056
|
modelValue: l.value,
|
|
1057
1057
|
"onUpdate:modelValue": S[23] || (S[23] = (c) => l.value = c),
|
|
@@ -1061,7 +1061,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1061
1061
|
N(I(), (c, oe) => ({
|
|
1062
1062
|
name: c,
|
|
1063
1063
|
fn: _((ce) => [
|
|
1064
|
-
|
|
1064
|
+
M(V.$slots, `${u.t}-${n.value}-${c}`, {
|
|
1065
1065
|
data: ce,
|
|
1066
1066
|
form: r.formInfo
|
|
1067
1067
|
}, void 0, !0)
|
|
@@ -1075,7 +1075,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1075
1075
|
disabled: t.value[n.value].disabled,
|
|
1076
1076
|
draggable: ""
|
|
1077
1077
|
}, e.value), ge({ _: 2 }, [
|
|
1078
|
-
(
|
|
1078
|
+
(Re = e.value) != null && Re.suffix ? {
|
|
1079
1079
|
name: "suffix",
|
|
1080
1080
|
fn: _(() => {
|
|
1081
1081
|
var c;
|
|
@@ -1102,15 +1102,15 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1102
1102
|
N(I(), (c, oe) => ({
|
|
1103
1103
|
name: c,
|
|
1104
1104
|
fn: _((ce) => [
|
|
1105
|
-
|
|
1105
|
+
M(V.$slots, `${u.t}-${n.value}-${c}`, {
|
|
1106
1106
|
data: ce,
|
|
1107
1107
|
form: r.formInfo
|
|
1108
1108
|
}, void 0, !0)
|
|
1109
1109
|
])
|
|
1110
1110
|
}))
|
|
1111
|
-
]), 1040, ["modelValue", "placeholder", "disabled"])) : i.value == U(
|
|
1111
|
+
]), 1040, ["modelValue", "placeholder", "disabled"])) : i.value == U(xe).MONEY ? (m(), z("div", {
|
|
1112
1112
|
key: 20,
|
|
1113
|
-
style:
|
|
1113
|
+
style: Ye([{ position: "relative" }, p.value])
|
|
1114
1114
|
}, [
|
|
1115
1115
|
se(st, A({
|
|
1116
1116
|
modelValue: l.value,
|
|
@@ -1124,20 +1124,20 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1124
1124
|
K("div", {
|
|
1125
1125
|
title: U(Ht)(l.value),
|
|
1126
1126
|
style: { "font-size": "10px", display: "block", width: "80px", "text-align": "right", overflow: "hidden", "text-overflow": "ellipsis" }
|
|
1127
|
-
},
|
|
1127
|
+
}, Me(U(Ht)(l.value)), 9, Wl)
|
|
1128
1128
|
]),
|
|
1129
1129
|
_: 2
|
|
1130
1130
|
}, [
|
|
1131
1131
|
N(I(), (c, oe) => ({
|
|
1132
1132
|
name: c,
|
|
1133
1133
|
fn: _((ce) => [
|
|
1134
|
-
|
|
1134
|
+
M(V.$slots, `${u.t}-${n.value}-${c}`, { data: ce }, void 0, !0)
|
|
1135
1135
|
])
|
|
1136
1136
|
}))
|
|
1137
1137
|
]), 1040, ["modelValue", "placeholder", "maxlength"])
|
|
1138
1138
|
], 4)) : (ee = i.value) != null && ee.startsWith("link") ? (m(), z("div", {
|
|
1139
1139
|
key: 21,
|
|
1140
|
-
style:
|
|
1140
|
+
style: Ye(p.value)
|
|
1141
1141
|
}, [
|
|
1142
1142
|
se(_t, A(e.value, {
|
|
1143
1143
|
type: i.value.replace("link-", ""),
|
|
@@ -1145,7 +1145,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1145
1145
|
}), null, 16, ["type", "innerHTML"])
|
|
1146
1146
|
], 4)) : i.value != "textarea" && ((ie = i.value) != null && ie.startsWith("text")) ? (m(), z("div", {
|
|
1147
1147
|
key: 22,
|
|
1148
|
-
style:
|
|
1148
|
+
style: Ye(p.value)
|
|
1149
1149
|
}, [
|
|
1150
1150
|
se(Ct, A(e.value, {
|
|
1151
1151
|
type: i.value.replace("text-", ""),
|
|
@@ -1153,7 +1153,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1153
1153
|
}), null, 16, ["type", "innerHTML"])
|
|
1154
1154
|
], 4)) : i.value == "avatar" ? (m(), z("div", {
|
|
1155
1155
|
key: 23,
|
|
1156
|
-
style:
|
|
1156
|
+
style: Ye(p.value)
|
|
1157
1157
|
}, [
|
|
1158
1158
|
G.value ? (m(), E(J, Vt(A({ key: 0 }, e.value)), {
|
|
1159
1159
|
default: _(() => [
|
|
@@ -1163,7 +1163,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1163
1163
|
}, 16)) : (m(), E(J, Vt(A({ key: 1 }, e.value)), null, 16))
|
|
1164
1164
|
], 4)) : (ve = i.value) != null && ve.startsWith("tag") ? (m(), z("div", {
|
|
1165
1165
|
key: 24,
|
|
1166
|
-
style:
|
|
1166
|
+
style: Ye(p.value)
|
|
1167
1167
|
}, [
|
|
1168
1168
|
Array.isArray(G.value) && G.value.length > 0 ? (m(!0), z(re, { key: 0 }, N(G.value, (c, oe) => (m(), z(re, { key: oe }, [
|
|
1169
1169
|
typeof c == "object" ? (m(), E(fe, A({
|
|
@@ -1195,7 +1195,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1195
1195
|
style: p.value
|
|
1196
1196
|
}), null, 16, Ql)) : i.value == "custom" ? (m(), z("div", {
|
|
1197
1197
|
key: 27,
|
|
1198
|
-
style:
|
|
1198
|
+
style: Ye(p.value)
|
|
1199
1199
|
}, [
|
|
1200
1200
|
(m(), E(Pe(e.value.component), Vt(Gt(U(Ne)(e.value, (c) => c != "component"))), null, 16))
|
|
1201
1201
|
], 4)) : (m(), E(st, A({
|
|
@@ -1207,7 +1207,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1207
1207
|
clearable: !0,
|
|
1208
1208
|
onInput: S[28] || (S[28] = (c) => {
|
|
1209
1209
|
var oe;
|
|
1210
|
-
return i.value == U(
|
|
1210
|
+
return i.value == U(xe).NUMBER ? We(c, ((oe = e.value) == null ? void 0 : oe.precision) || 2) : c;
|
|
1211
1211
|
}),
|
|
1212
1212
|
onClear: S[29] || (S[29] = () => {
|
|
1213
1213
|
u.t == "q" && t.value.table.load();
|
|
@@ -1265,7 +1265,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1265
1265
|
N(I(), (c, oe) => ({
|
|
1266
1266
|
name: c,
|
|
1267
1267
|
fn: _((ce) => [
|
|
1268
|
-
|
|
1268
|
+
M(V.$slots, `${u.t}-${n.value}-${c}`, {
|
|
1269
1269
|
data: ce,
|
|
1270
1270
|
form: r.formInfo
|
|
1271
1271
|
}, void 0, !0)
|
|
@@ -1276,7 +1276,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1276
1276
|
], 64);
|
|
1277
1277
|
};
|
|
1278
1278
|
}
|
|
1279
|
-
}), ht = /* @__PURE__ */ et(ta, [["__scopeId", "data-v-70919846"]]),
|
|
1279
|
+
}), ht = /* @__PURE__ */ et(ta, [["__scopeId", "data-v-70919846"]]), Rt = {
|
|
1280
1280
|
__name: "g-query-item",
|
|
1281
1281
|
props: /* @__PURE__ */ at(["more"], {
|
|
1282
1282
|
modelValue: { required: !0 },
|
|
@@ -1286,10 +1286,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1286
1286
|
}),
|
|
1287
1287
|
emits: ["update:modelValue", "update:info"],
|
|
1288
1288
|
setup(r) {
|
|
1289
|
-
const u = lt(r, "modelValue"), e = r, l = lt(r, "info"), n = (
|
|
1289
|
+
const u = lt(r, "modelValue"), e = r, l = lt(r, "info"), n = (x) => {
|
|
1290
1290
|
let v = Object.entries(u.value).filter((o) => {
|
|
1291
1291
|
var d;
|
|
1292
|
-
return typeof o[1].search == "function" ? o[1].search && ((d = o[1].search(l.value, u.value.table)) == null ? void 0 : d.more) ===
|
|
1292
|
+
return typeof o[1].search == "function" ? o[1].search && ((d = o[1].search(l.value, u.value.table)) == null ? void 0 : d.more) === x : o[1].search && o[1].search.more === x;
|
|
1293
1293
|
}).map((o) => [o[0], o[1]]);
|
|
1294
1294
|
v.sort((o, d) => {
|
|
1295
1295
|
const p = (G) => {
|
|
@@ -1303,23 +1303,23 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1303
1303
|
} catch (X) {
|
|
1304
1304
|
return console.warn(`获取 ${G[0]} 的sort值时出错:`, X), 0;
|
|
1305
1305
|
}
|
|
1306
|
-
}, L = p(o),
|
|
1306
|
+
}, L = p(o), j = p(d), I = Number(L) || 0, k = Number(j) || 0;
|
|
1307
1307
|
return I - k;
|
|
1308
1308
|
});
|
|
1309
1309
|
let y = Object.fromEntries(v);
|
|
1310
|
-
return
|
|
1311
|
-
}, i = (
|
|
1312
|
-
const v = i(
|
|
1313
|
-
return (v == null ? void 0 : v.type) ||
|
|
1314
|
-
}, f = (
|
|
1310
|
+
return je(() => y).value;
|
|
1311
|
+
}, i = (x) => typeof x.search == "function" ? x.search(l.value, u.value.table) : x.search || {}, t = (x) => {
|
|
1312
|
+
const v = i(x);
|
|
1313
|
+
return (v == null ? void 0 : v.type) || x.type;
|
|
1314
|
+
}, f = (x) => {
|
|
1315
1315
|
var o;
|
|
1316
|
-
const v = i(
|
|
1316
|
+
const v = i(x);
|
|
1317
1317
|
let y = (v == null ? void 0 : v.width) || ((o = u.value.queryItems) == null ? void 0 : o.width) || "100%";
|
|
1318
1318
|
return isNaN(y) || (y += "px"), y;
|
|
1319
1319
|
};
|
|
1320
|
-
return (
|
|
1321
|
-
const y =
|
|
1322
|
-
return m(!0), z(re, null, N(n(e.more), (o, d) => x
|
|
1320
|
+
return (x, v) => {
|
|
1321
|
+
const y = F("el-form-item");
|
|
1322
|
+
return m(!0), z(re, null, N(n(e.more), (o, d) => M(x.$slots, `q-${d}`, {
|
|
1323
1323
|
key: d,
|
|
1324
1324
|
item: o,
|
|
1325
1325
|
queryModel: l.value,
|
|
@@ -1330,7 +1330,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1330
1330
|
style: { width: f(o) }
|
|
1331
1331
|
}, { ref_for: !0 }, { ...u.value.queryItems, ...i(o) }), {
|
|
1332
1332
|
label: _(() => [
|
|
1333
|
-
x
|
|
1333
|
+
M(x.$slots, `q-${d}-label`, {
|
|
1334
1334
|
item: o,
|
|
1335
1335
|
model: u.value
|
|
1336
1336
|
})
|
|
@@ -1346,10 +1346,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1346
1346
|
t: "q",
|
|
1347
1347
|
formInfo: l.value
|
|
1348
1348
|
}, ge({ _: 2 }, [
|
|
1349
|
-
N(Object.keys(
|
|
1349
|
+
N(Object.keys(x.$slots), (p) => ({
|
|
1350
1350
|
name: p,
|
|
1351
1351
|
fn: _((L) => [
|
|
1352
|
-
x
|
|
1352
|
+
M(x.$slots, p, {
|
|
1353
1353
|
data: L,
|
|
1354
1354
|
item: o,
|
|
1355
1355
|
model: u.value
|
|
@@ -1376,13 +1376,13 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1376
1376
|
},
|
|
1377
1377
|
emits: /* @__PURE__ */ at(["query", "reset"], ["update:modelValue", "update:info"]),
|
|
1378
1378
|
setup(r, { emit: u }) {
|
|
1379
|
-
const e = lt(r, "modelValue"), l = u, n = Ot("options"), i = ae(!1), t = lt(r, "info"), f =
|
|
1379
|
+
const e = lt(r, "modelValue"), l = u, n = Ot("options"), i = ae(!1), t = lt(r, "info"), f = je(() => {
|
|
1380
1380
|
var G, Z, X;
|
|
1381
1381
|
const I = qe((G = n == null ? void 0 : n.query) == null ? void 0 : G.btns, (X = (Z = e.value) == null ? void 0 : Z.query) == null ? void 0 : X.btns) || { align: "left" };
|
|
1382
1382
|
return {
|
|
1383
1383
|
justifyContent: { left: "flex-start", right: "flex-end", center: "center" }[I.align] || "flex-start"
|
|
1384
1384
|
};
|
|
1385
|
-
}),
|
|
1385
|
+
}), x = {
|
|
1386
1386
|
hidden: !1,
|
|
1387
1387
|
type: "hidden",
|
|
1388
1388
|
labelWidth: 100,
|
|
@@ -1434,7 +1434,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1434
1434
|
}
|
|
1435
1435
|
}
|
|
1436
1436
|
};
|
|
1437
|
-
e.value.query = qe(
|
|
1437
|
+
e.value.query = qe(x, n == null ? void 0 : n.query, e.value.query);
|
|
1438
1438
|
const v = {
|
|
1439
1439
|
2: {
|
|
1440
1440
|
title: "更多查询",
|
|
@@ -1473,7 +1473,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1473
1473
|
model: e.value
|
|
1474
1474
|
// 传递当前模型数据
|
|
1475
1475
|
}), Z), {});
|
|
1476
|
-
return _e(
|
|
1476
|
+
return _e(Rt, {
|
|
1477
1477
|
modelValue: e.value,
|
|
1478
1478
|
"onUpdate:modelValue": (Z) => e.value = Z,
|
|
1479
1479
|
info: t.value,
|
|
@@ -1515,7 +1515,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1515
1515
|
},
|
|
1516
1516
|
label: e.value.query.more.label,
|
|
1517
1517
|
sort: e.value.query.more.sort || 0,
|
|
1518
|
-
content: e.value.query.more.mode === 3 ? () => _e(
|
|
1518
|
+
content: e.value.query.more.mode === 3 ? () => _e(Mt, {
|
|
1519
1519
|
class: "query-form",
|
|
1520
1520
|
...Ne(e.value.query, (P) => !["query", "more", "reset"].includes(P))
|
|
1521
1521
|
}, () => o({ slots: d }, !0)) : null
|
|
@@ -1525,21 +1525,21 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1525
1525
|
reference: () => _e(He, e.value.query.more, () => P.label),
|
|
1526
1526
|
default: P.content
|
|
1527
1527
|
}) : (P.props.slot = "query-" + P.key, P.label ? _e(P.component, P.props, () => P.label) : _e(P.component, P.props)));
|
|
1528
|
-
}, L =
|
|
1528
|
+
}, L = je(() => ({
|
|
1529
1529
|
display: "flex",
|
|
1530
1530
|
flexDirection: e.value.query.container.mode === "row" ? "row" : "column"
|
|
1531
|
-
})),
|
|
1531
|
+
})), j = () => {
|
|
1532
1532
|
};
|
|
1533
1533
|
return (I, k) => {
|
|
1534
1534
|
var X, ne, ue, pe, Se, De, me, P, Te, We, w, $, b, h, T, D, O;
|
|
1535
|
-
const G =
|
|
1535
|
+
const G = F("el-form-item"), Z = F("el-drawer");
|
|
1536
1536
|
return m(), z(re, null, [
|
|
1537
1537
|
K("div", {
|
|
1538
1538
|
class: "g-query-container",
|
|
1539
|
-
style:
|
|
1540
|
-
onDblclick:
|
|
1539
|
+
style: Ye({ ...L.value, ...((ne = (X = e.value.query) == null ? void 0 : X.container) == null ? void 0 : ne.style) || {} }),
|
|
1540
|
+
onDblclick: j
|
|
1541
1541
|
}, [
|
|
1542
|
-
se(U(
|
|
1542
|
+
se(U(Mt), A({
|
|
1543
1543
|
onSubmit: k[0] || (k[0] = vt(() => {
|
|
1544
1544
|
}, ["prevent"]))
|
|
1545
1545
|
}, U(Ne)(e.value.query, (Y) => !["query", "more", "reset", "btns"].includes(Y))), {
|
|
@@ -1552,28 +1552,28 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1552
1552
|
var de, ye, W, Q, Ve;
|
|
1553
1553
|
return [
|
|
1554
1554
|
K("div", {
|
|
1555
|
-
style:
|
|
1555
|
+
style: Ye((ye = (de = e.value.query) == null ? void 0 : de.btns) == null ? void 0 : ye.style)
|
|
1556
1556
|
}, [
|
|
1557
1557
|
e.value.query.group ? (m(), E(U(St), { key: 0 }, {
|
|
1558
1558
|
default: _(() => [
|
|
1559
|
-
(m(!0), z(re, null, N(p(), (ke) =>
|
|
1559
|
+
(m(!0), z(re, null, N(p(), (ke) => M(I.$slots, ke.props.slot, {}, () => [
|
|
1560
1560
|
(m(), E(Pe(ke)))
|
|
1561
1561
|
], !0)), 256)),
|
|
1562
|
-
|
|
1562
|
+
M(I.$slots, "q-btns", {}, void 0, !0)
|
|
1563
1563
|
]),
|
|
1564
1564
|
_: 3
|
|
1565
1565
|
})) : (m(), z(re, { key: 1 }, [
|
|
1566
1566
|
(Ve = (Q = (W = e.value) == null ? void 0 : W.query) == null ? void 0 : Q.btns) != null && Ve.group ? (m(), E(U(St), { key: 0 }, {
|
|
1567
1567
|
default: _(() => [
|
|
1568
|
-
(m(!0), z(re, null, N(p(), (ke) =>
|
|
1568
|
+
(m(!0), z(re, null, N(p(), (ke) => M(I.$slots, ke.props.slot, {}, () => [
|
|
1569
1569
|
(m(), E(Pe(ke)))
|
|
1570
1570
|
], !0)), 256))
|
|
1571
1571
|
]),
|
|
1572
1572
|
_: 3
|
|
1573
|
-
})) : (m(!0), z(re, { key: 1 }, N(p(), (ke) =>
|
|
1573
|
+
})) : (m(!0), z(re, { key: 1 }, N(p(), (ke) => M(I.$slots, ke.props.slot, {}, () => [
|
|
1574
1574
|
(m(), E(Pe(ke)))
|
|
1575
1575
|
], !0)), 256)),
|
|
1576
|
-
|
|
1576
|
+
M(I.$slots, "q-btns", {}, void 0, !0)
|
|
1577
1577
|
], 64))
|
|
1578
1578
|
], 4)
|
|
1579
1579
|
];
|
|
@@ -1586,28 +1586,28 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1586
1586
|
}, 16),
|
|
1587
1587
|
((Se = (pe = (ue = e.value) == null ? void 0 : ue.query) == null ? void 0 : pe.container) == null ? void 0 : Se.inline) === !1 ? (m(), z("div", {
|
|
1588
1588
|
key: 0,
|
|
1589
|
-
style:
|
|
1589
|
+
style: Ye([{ "margin-bottom": "18px" }, (me = (De = e.value.query) == null ? void 0 : De.btns) == null ? void 0 : me.style])
|
|
1590
1590
|
}, [
|
|
1591
1591
|
e.value.query.group ? (m(), E(U(St), { key: 0 }, {
|
|
1592
1592
|
default: _(() => [
|
|
1593
|
-
(m(!0), z(re, null, N(p(), (Y) =>
|
|
1593
|
+
(m(!0), z(re, null, N(p(), (Y) => M(I.$slots, Y.props.slot, {}, () => [
|
|
1594
1594
|
(m(), E(Pe(Y)))
|
|
1595
1595
|
], !0)), 256)),
|
|
1596
|
-
|
|
1596
|
+
M(I.$slots, "q-btns", {}, void 0, !0)
|
|
1597
1597
|
]),
|
|
1598
1598
|
_: 3
|
|
1599
1599
|
})) : (m(), z(re, { key: 1 }, [
|
|
1600
1600
|
(Te = (P = e.value.query) == null ? void 0 : P.btns) != null && Te.group ? (m(), E(U(St), { key: 0 }, {
|
|
1601
1601
|
default: _(() => [
|
|
1602
|
-
(m(!0), z(re, null, N(p(), (Y) =>
|
|
1602
|
+
(m(!0), z(re, null, N(p(), (Y) => M(I.$slots, Y.props.slot, {}, () => [
|
|
1603
1603
|
(m(), E(Pe(Y)))
|
|
1604
1604
|
], !0)), 256))
|
|
1605
1605
|
]),
|
|
1606
1606
|
_: 3
|
|
1607
|
-
})) : (m(!0), z(re, { key: 1 }, N(p(), (Y) =>
|
|
1607
|
+
})) : (m(!0), z(re, { key: 1 }, N(p(), (Y) => M(I.$slots, Y.props.slot, {}, () => [
|
|
1608
1608
|
(m(), E(Pe(Y)))
|
|
1609
1609
|
], !0)), 256)),
|
|
1610
|
-
|
|
1610
|
+
M(I.$slots, "q-btns", {}, void 0, !0)
|
|
1611
1611
|
], 64))
|
|
1612
1612
|
], 4)) : be("", !0)
|
|
1613
1613
|
], 36),
|
|
@@ -1619,12 +1619,12 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1619
1619
|
"show-close": !1
|
|
1620
1620
|
}, e.value.query.more.dialog), ge({
|
|
1621
1621
|
default: _(() => [
|
|
1622
|
-
se(U(
|
|
1622
|
+
se(U(Mt), A({
|
|
1623
1623
|
onSubmit: k[3] || (k[3] = vt(() => {
|
|
1624
1624
|
}, ["prevent"]))
|
|
1625
1625
|
}, U(Ne)(e.value.query, (Y) => !["query", "more", "reset"].includes(Y)), { style: { width: "98%" } }), {
|
|
1626
1626
|
default: _(() => [
|
|
1627
|
-
se(
|
|
1627
|
+
se(Rt, {
|
|
1628
1628
|
modelValue: e.value,
|
|
1629
1629
|
"onUpdate:modelValue": k[1] || (k[1] = (Y) => e.value = Y),
|
|
1630
1630
|
info: t.value,
|
|
@@ -1634,7 +1634,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1634
1634
|
N(I.$slots, (Y, le, de) => ({
|
|
1635
1635
|
name: le,
|
|
1636
1636
|
fn: _((ye) => [
|
|
1637
|
-
|
|
1637
|
+
M(I.$slots, le, { model: e.value }, void 0, !0)
|
|
1638
1638
|
])
|
|
1639
1639
|
}))
|
|
1640
1640
|
]), 1032, ["modelValue", "info"])
|
|
@@ -1652,7 +1652,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1652
1652
|
onClick: k[4] || (k[4] = (Y) => e.value.query.query.click())
|
|
1653
1653
|
}), {
|
|
1654
1654
|
default: _(() => [
|
|
1655
|
-
Ae(
|
|
1655
|
+
Ae(Me(e.value.query.query.label), 1)
|
|
1656
1656
|
]),
|
|
1657
1657
|
_: 1
|
|
1658
1658
|
}, 16),
|
|
@@ -1660,7 +1660,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1660
1660
|
onClick: k[5] || (k[5] = (Y) => e.value.query.reset.click())
|
|
1661
1661
|
}), {
|
|
1662
1662
|
default: _(() => [
|
|
1663
|
-
Ae(
|
|
1663
|
+
Ae(Me(e.value.query.reset.label), 1)
|
|
1664
1664
|
]),
|
|
1665
1665
|
_: 1
|
|
1666
1666
|
}, 16)
|
|
@@ -1679,7 +1679,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1679
1679
|
return [
|
|
1680
1680
|
i.value && !((de = (le = (Y = e.value) == null ? void 0 : Y.query) == null ? void 0 : le.more) != null && de.hidden) && e.value.query.more.mode == 1 ? (m(), z("div", la, [
|
|
1681
1681
|
K("div", aa, [
|
|
1682
|
-
e.value.query.more.mode == 1 ? $l((m(), E(U(
|
|
1682
|
+
e.value.query.more.mode == 1 ? $l((m(), E(U(Mt), A({
|
|
1683
1683
|
key: 0,
|
|
1684
1684
|
onSubmit: k[7] || (k[7] = vt(() => {
|
|
1685
1685
|
}, ["prevent"]))
|
|
@@ -1774,7 +1774,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1774
1774
|
emits: /* @__PURE__ */ at(["submit", "reset"], ["update:modelValue"]),
|
|
1775
1775
|
setup(r, { expose: u, emit: e }) {
|
|
1776
1776
|
var Se, De, me, P, Te, We;
|
|
1777
|
-
const l = lt(r, "modelValue"), n = e, i = ae(null), t = Ot("options"), f = ae({}),
|
|
1777
|
+
const l = lt(r, "modelValue"), n = e, i = ae(null), t = Ot("options"), f = ae({}), x = ae(""), v = r;
|
|
1778
1778
|
l.value.form = qe(
|
|
1779
1779
|
sl,
|
|
1780
1780
|
t == null ? void 0 : t.form,
|
|
@@ -1892,7 +1892,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1892
1892
|
});
|
|
1893
1893
|
}
|
|
1894
1894
|
return $;
|
|
1895
|
-
},
|
|
1895
|
+
}, j = (w, $ = !1) => {
|
|
1896
1896
|
var T, D, O, Y, le;
|
|
1897
1897
|
const b = $ ? w : w == null ? void 0 : w.item, h = typeof (b == null ? void 0 : b.editor) == "function" ? b.editor(f.value, (T = l.value.form) == null ? void 0 : T.modalState) : (b == null ? void 0 : b.editor) || {};
|
|
1898
1898
|
if (((D = l.value.form) == null ? void 0 : D.modalState) === "edit") {
|
|
@@ -1915,7 +1915,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1915
1915
|
i.value = null;
|
|
1916
1916
|
});
|
|
1917
1917
|
const G = () => {
|
|
1918
|
-
|
|
1918
|
+
x.value = Math.random().toString(36).substring(2);
|
|
1919
1919
|
for (const [w, $] of Object.entries(Z.value))
|
|
1920
1920
|
l.value[w].formItem = {
|
|
1921
1921
|
...l.value[w].formItem,
|
|
@@ -1924,7 +1924,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1924
1924
|
...l.value[w].formItem.style,
|
|
1925
1925
|
...$.formItem.style
|
|
1926
1926
|
};
|
|
1927
|
-
}, Z =
|
|
1927
|
+
}, Z = je(
|
|
1928
1928
|
() => Object.fromEntries(
|
|
1929
1929
|
Object.entries(l.value).filter((w) => w[1].type != "hidden").filter((w) => w[1].hidden !== !0).filter((w) => w[1].edit !== !1).filter((w) => w[1].editor !== !1).filter((w) => w[1].type !== "control").filter((w) => !il.includes(w[0])).filter((w) => {
|
|
1930
1930
|
var b, h, T;
|
|
@@ -1932,7 +1932,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1932
1932
|
return l.value.form.modalState === "edit" ? ((h = $ == null ? void 0 : $.ep) == null ? void 0 : h.editor) !== !1 : l.value.form.modalState === "add" ? ((T = $ == null ? void 0 : $.ap) == null ? void 0 : T.editor) !== !1 : !0;
|
|
1933
1933
|
}).map((w) => [w[0], w[1]])
|
|
1934
1934
|
)
|
|
1935
|
-
), X =
|
|
1935
|
+
), X = je(
|
|
1936
1936
|
() => Object.fromEntries(
|
|
1937
1937
|
Object.entries(l.value).filter((w) => w[1].type != "hidden").filter((w) => w[1].type != "control").map(([w, $]) => {
|
|
1938
1938
|
var T, D, O;
|
|
@@ -1941,7 +1941,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1941
1941
|
return l.value.form.modalState === "add" ? h = ((D = b == null ? void 0 : b.ap) == null ? void 0 : D.value) !== void 0 ? b.ap.value : (b == null ? void 0 : b.value) !== void 0 ? b.value : $.value : l.value.form.modalState === "edit" ? h = ((O = b == null ? void 0 : b.ep) == null ? void 0 : O.value) !== void 0 ? b.ep.value : (b == null ? void 0 : b.value) !== void 0 ? b.value : $.value : h = (b == null ? void 0 : b.value) !== void 0 ? b.value : $.value, [w, h];
|
|
1942
1942
|
})
|
|
1943
1943
|
)
|
|
1944
|
-
), ne =
|
|
1944
|
+
), ne = je(() => {
|
|
1945
1945
|
const w = /* @__PURE__ */ new Map();
|
|
1946
1946
|
return Object.entries(Z.value).forEach(([$, b]) => {
|
|
1947
1947
|
if (b.groupName) {
|
|
@@ -1998,7 +1998,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1998
1998
|
sort: l.value.form.cancel.sort ?? 2,
|
|
1999
1999
|
originalOrder: 1
|
|
2000
2000
|
}
|
|
2001
|
-
]), pe =
|
|
2001
|
+
]), pe = je(() => ue.value.filter((w) => !w.hidden).sort((w, $) => w.sort - $.sort || w.originalOrder - $.originalOrder));
|
|
2002
2002
|
return u({
|
|
2003
2003
|
submit: y,
|
|
2004
2004
|
saveSubmit: y,
|
|
@@ -2006,7 +2006,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2006
2006
|
formData: f
|
|
2007
2007
|
}), (w, $) => {
|
|
2008
2008
|
var le, de, ye;
|
|
2009
|
-
const b =
|
|
2009
|
+
const b = F("el-form-item"), h = F("el-col"), T = F("el-tab-pane"), D = F("el-tabs"), O = F("el-form"), Y = F("el-button");
|
|
2010
2010
|
return m(), z("div", oa, [
|
|
2011
2011
|
se(O, A(
|
|
2012
2012
|
{
|
|
@@ -2026,7 +2026,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2026
2026
|
)
|
|
2027
2027
|
), {
|
|
2028
2028
|
default: _(() => [
|
|
2029
|
-
ne.value.length > 0 ?
|
|
2029
|
+
ne.value.length > 0 ? M(w.$slots, "default", { key: 0 }, () => [
|
|
2030
2030
|
se(D, A({
|
|
2031
2031
|
class: "demo-tabs",
|
|
2032
2032
|
modelValue: ne.value[0].groupName,
|
|
@@ -2054,7 +2054,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2054
2054
|
rules: L(Q == null ? void 0 : Q.item)
|
|
2055
2055
|
}, { ref_for: !0 }, { ...(ke = l.value) == null ? void 0 : ke.formItems, ...(Ie = Q == null ? void 0 : Q.item) == null ? void 0 : Ie.formItem }, { style: { width: "100%" } }), {
|
|
2056
2056
|
default: _(() => [
|
|
2057
|
-
|
|
2057
|
+
M(w.$slots, "f-" + Q.key, {
|
|
2058
2058
|
item: Q == null ? void 0 : Q.item,
|
|
2059
2059
|
formInfo: f.value,
|
|
2060
2060
|
model: l.value,
|
|
@@ -2063,11 +2063,11 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2063
2063
|
(m(), E(ht, {
|
|
2064
2064
|
modelValue: f.value[Q.key],
|
|
2065
2065
|
"onUpdate:modelValue": (V) => f.value[Q.key] = V,
|
|
2066
|
-
item:
|
|
2066
|
+
item: j(Q),
|
|
2067
2067
|
ctrlKey: Q.key,
|
|
2068
2068
|
ctrlType: I(Q == null ? void 0 : Q.item),
|
|
2069
2069
|
model: l.value,
|
|
2070
|
-
key: `${Q.key}-${
|
|
2070
|
+
key: `${Q.key}-${x.value}`,
|
|
2071
2071
|
class: "g-ctrl-container",
|
|
2072
2072
|
t: "f",
|
|
2073
2073
|
formInfo: f.value
|
|
@@ -2075,7 +2075,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2075
2075
|
N(w.$slots, (V, S) => ({
|
|
2076
2076
|
name: S,
|
|
2077
2077
|
fn: _((H) => [
|
|
2078
|
-
|
|
2078
|
+
M(w.$slots, S, {
|
|
2079
2079
|
data: H,
|
|
2080
2080
|
item: Q.item,
|
|
2081
2081
|
model: l.value
|
|
@@ -2097,7 +2097,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2097
2097
|
]),
|
|
2098
2098
|
_: 3
|
|
2099
2099
|
}, 16, ["modelValue"])
|
|
2100
|
-
], !0) :
|
|
2100
|
+
], !0) : M(w.$slots, "default", { key: 1 }, () => [
|
|
2101
2101
|
(m(!0), z(re, null, N(Z.value, (W, Q) => (m(), E(h, A({ ref_for: !0 }, { ...l.value.form.cols, ...W.col }, {
|
|
2102
2102
|
key: Q,
|
|
2103
2103
|
style: { width: "100%" }
|
|
@@ -2111,16 +2111,16 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2111
2111
|
rules: L(W)
|
|
2112
2112
|
}, { ref_for: !0 }, { ...(Ve = l.value) == null ? void 0 : Ve.formItems, ...W == null ? void 0 : W.formItem }, { style: { width: "100%" } }), {
|
|
2113
2113
|
label: _((ke) => [
|
|
2114
|
-
|
|
2114
|
+
M(w.$slots, `f-${Q}-label`, {
|
|
2115
2115
|
data: ke,
|
|
2116
2116
|
item: W,
|
|
2117
2117
|
model: l.value
|
|
2118
2118
|
}, () => [
|
|
2119
|
-
Ae(
|
|
2119
|
+
Ae(Me(W.label), 1)
|
|
2120
2120
|
], !0)
|
|
2121
2121
|
]),
|
|
2122
2122
|
default: _(() => [
|
|
2123
|
-
|
|
2123
|
+
M(w.$slots, "f-" + Q, {
|
|
2124
2124
|
item: W,
|
|
2125
2125
|
formInfo: f.value,
|
|
2126
2126
|
model: l.value,
|
|
@@ -2129,10 +2129,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2129
2129
|
(m(), E(ht, {
|
|
2130
2130
|
modelValue: f.value[Q],
|
|
2131
2131
|
"onUpdate:modelValue": (ke) => f.value[Q] = ke,
|
|
2132
|
-
item:
|
|
2132
|
+
item: j(W, !0),
|
|
2133
2133
|
ctrlKey: Q,
|
|
2134
2134
|
ctrlType: I(W),
|
|
2135
|
-
key: `${Q}-${
|
|
2135
|
+
key: `${Q}-${x.value}`,
|
|
2136
2136
|
model: l.value,
|
|
2137
2137
|
class: "g-ctrl-container",
|
|
2138
2138
|
t: "f",
|
|
@@ -2141,7 +2141,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2141
2141
|
N(w.$slots, (ke, Ie) => ({
|
|
2142
2142
|
name: Ie,
|
|
2143
2143
|
fn: _((V) => [
|
|
2144
|
-
|
|
2144
|
+
M(w.$slots, Ie, {
|
|
2145
2145
|
data: V,
|
|
2146
2146
|
item: W,
|
|
2147
2147
|
model: l.value
|
|
@@ -2161,14 +2161,14 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2161
2161
|
]),
|
|
2162
2162
|
_: 3
|
|
2163
2163
|
}, 16, ["model"]),
|
|
2164
|
-
(ye = (de = (le = l.value) == null ? void 0 : le.form) == null ? void 0 : de.footer) != null && ye.hidden ? be("", !0) :
|
|
2164
|
+
(ye = (de = (le = l.value) == null ? void 0 : le.form) == null ? void 0 : de.footer) != null && ye.hidden ? be("", !0) : M(w.$slots, "f-footer", { key: 0 }, () => [
|
|
2165
2165
|
K("div", {
|
|
2166
|
-
style:
|
|
2166
|
+
style: Ye({ justifyContent: k(l.value.form.footer.align), ...l.value.form.footer.style })
|
|
2167
2167
|
}, [
|
|
2168
|
-
|
|
2168
|
+
M(w.$slots, "f-footer-left", {}, void 0, !0),
|
|
2169
2169
|
(m(!0), z(re, null, N(pe.value, (W) => (m(), z(re, null, [
|
|
2170
|
-
|
|
2171
|
-
|
|
2170
|
+
M(w.$slots, W.name + "-left", {}, void 0, !0),
|
|
2171
|
+
M(w.$slots, W.name, {}, () => {
|
|
2172
2172
|
var Q;
|
|
2173
2173
|
return [
|
|
2174
2174
|
(Q = W == null ? void 0 : W.info) != null && Q.hidden ? be("", !0) : (m(), E(Y, A({
|
|
@@ -2178,15 +2178,15 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2178
2178
|
onClick: vt((Ve) => W.click(f.value, l.value, W.flag), ["stop"])
|
|
2179
2179
|
}), {
|
|
2180
2180
|
default: _(() => [
|
|
2181
|
-
Ae(
|
|
2181
|
+
Ae(Me(W == null ? void 0 : W.label), 1)
|
|
2182
2182
|
]),
|
|
2183
2183
|
_: 2
|
|
2184
2184
|
}, 1040, ["onClick"]))
|
|
2185
2185
|
];
|
|
2186
2186
|
}, !0),
|
|
2187
|
-
|
|
2187
|
+
M(w.$slots, W.name + "-right", {}, void 0, !0)
|
|
2188
2188
|
], 64))), 256)),
|
|
2189
|
-
|
|
2189
|
+
M(w.$slots, "f-footer-right", {}, void 0, !0)
|
|
2190
2190
|
], 4)
|
|
2191
2191
|
], !0)
|
|
2192
2192
|
]);
|
|
@@ -2195,7 +2195,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2195
2195
|
}), dl = /* @__PURE__ */ et(ua, [["__scopeId", "data-v-9a737339"]]), sa = { class: "dialog-container" }, ia = {
|
|
2196
2196
|
key: 1,
|
|
2197
2197
|
style: { overflow: "hidden" }
|
|
2198
|
-
}, da = {
|
|
2198
|
+
}, da = { style: { display: "flex", flex: "1", "margin-left": "10px" } }, ca = /* @__PURE__ */ Object.assign({
|
|
2199
2199
|
name: "g-model",
|
|
2200
2200
|
inheritAttrs: !1
|
|
2201
2201
|
}, {
|
|
@@ -2225,7 +2225,9 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2225
2225
|
minIcon: { type: Object, default: () => Ol },
|
|
2226
2226
|
draggable: { type: Boolean, default: !0 },
|
|
2227
2227
|
showClose: { type: Boolean, default: !0 },
|
|
2228
|
-
fullscreen: { type: Boolean, default: !1 }
|
|
2228
|
+
fullscreen: { type: Boolean, default: !1 },
|
|
2229
|
+
headerBorder: { type: Boolean, default: !0 },
|
|
2230
|
+
headerStyle: { type: Object, default: () => ({ borderBottom: "1px solid var(--el-border-color)" }) }
|
|
2229
2231
|
},
|
|
2230
2232
|
emits: [
|
|
2231
2233
|
"update:modelValue",
|
|
@@ -2238,7 +2240,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2238
2240
|
"restore"
|
|
2239
2241
|
],
|
|
2240
2242
|
setup(r, { expose: u, emit: e }) {
|
|
2241
|
-
const l = r, n = It(), i = e, t = ae(l.fullscreen), f =
|
|
2243
|
+
const l = r, n = It(), i = e, t = ae(l.fullscreen), f = je(() => l.type === "drawer" ? "el-drawer" : "el-dialog"), x = je(() => {
|
|
2242
2244
|
const X = {
|
|
2243
2245
|
modal: l.modal,
|
|
2244
2246
|
closeOnClickModal: l.type !== "dialog",
|
|
@@ -2254,7 +2256,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2254
2256
|
direction: l.direction,
|
|
2255
2257
|
size: o.value ? "100%" : l.size
|
|
2256
2258
|
};
|
|
2257
|
-
}), v =
|
|
2259
|
+
}), v = je({
|
|
2258
2260
|
get() {
|
|
2259
2261
|
return l.modelValue;
|
|
2260
2262
|
},
|
|
@@ -2268,7 +2270,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2268
2270
|
function L() {
|
|
2269
2271
|
i("opened");
|
|
2270
2272
|
}
|
|
2271
|
-
function
|
|
2273
|
+
function j() {
|
|
2272
2274
|
i("close");
|
|
2273
2275
|
}
|
|
2274
2276
|
function I() {
|
|
@@ -2290,7 +2292,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2290
2292
|
key: 0,
|
|
2291
2293
|
class: "minimize-ball",
|
|
2292
2294
|
onClick: Z
|
|
2293
|
-
},
|
|
2295
|
+
}, Me(r.title), 1)) : (m(), z("div", ia, [
|
|
2294
2296
|
(m(), E(Pe(f.value), A({
|
|
2295
2297
|
ref_key: "dialogExtend",
|
|
2296
2298
|
ref: y,
|
|
@@ -2299,21 +2301,24 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2299
2301
|
onOpen: p,
|
|
2300
2302
|
onOpened: L,
|
|
2301
2303
|
"lock-scroll": !0,
|
|
2302
|
-
onClose:
|
|
2304
|
+
onClose: j,
|
|
2303
2305
|
onClosed: I,
|
|
2304
2306
|
draggable: ""
|
|
2305
|
-
},
|
|
2307
|
+
}, x.value, {
|
|
2306
2308
|
fullscreen: t.value,
|
|
2307
2309
|
"show-close": !1
|
|
2308
2310
|
}), ge({
|
|
2309
2311
|
header: _(({ titleClass: ue, closeIconClass: pe }) => [
|
|
2310
|
-
|
|
2312
|
+
M(X.$slots, "header", {
|
|
2311
2313
|
titleClass: ue,
|
|
2312
2314
|
closeIconClass: pe
|
|
2313
2315
|
}, () => [
|
|
2314
|
-
K("div",
|
|
2315
|
-
|
|
2316
|
-
|
|
2316
|
+
K("div", {
|
|
2317
|
+
class: "custom-header",
|
|
2318
|
+
style: Ye(l.headerStyle)
|
|
2319
|
+
}, [
|
|
2320
|
+
M(X.$slots, "title", {}, () => [
|
|
2321
|
+
K("span", da, Me(r.title), 1)
|
|
2317
2322
|
], !0),
|
|
2318
2323
|
K("div", null, [
|
|
2319
2324
|
r.minimize ? (m(), E(U(Yt), {
|
|
@@ -2347,25 +2352,25 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2347
2352
|
_: 1
|
|
2348
2353
|
})) : be("", !0)
|
|
2349
2354
|
])
|
|
2350
|
-
])
|
|
2355
|
+
], 4)
|
|
2351
2356
|
], !0)
|
|
2352
2357
|
]),
|
|
2353
2358
|
default: _(() => [
|
|
2354
|
-
|
|
2359
|
+
M(X.$slots, "default", {}, void 0, !0)
|
|
2355
2360
|
]),
|
|
2356
2361
|
_: 2
|
|
2357
2362
|
}, [
|
|
2358
2363
|
X.$slots.footer ? {
|
|
2359
2364
|
name: "footer",
|
|
2360
2365
|
fn: _(() => [
|
|
2361
|
-
|
|
2366
|
+
M(X.$slots, "footer", {}, void 0, !0)
|
|
2362
2367
|
]),
|
|
2363
2368
|
key: "0"
|
|
2364
2369
|
} : void 0,
|
|
2365
2370
|
l.type === "drawer" ? {
|
|
2366
2371
|
name: "trigger",
|
|
2367
2372
|
fn: _(() => [
|
|
2368
|
-
|
|
2373
|
+
M(X.$slots, "trigger", {}, void 0, !0)
|
|
2369
2374
|
]),
|
|
2370
2375
|
key: "1"
|
|
2371
2376
|
} : void 0
|
|
@@ -2373,10 +2378,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2373
2378
|
]))
|
|
2374
2379
|
]));
|
|
2375
2380
|
}
|
|
2376
|
-
}),
|
|
2381
|
+
}), jt = /* @__PURE__ */ et(ca, [["__scopeId", "data-v-9852e43e"]]), fa = { style: { padding: "15px", "box-sizing": "border-box" } }, va = { style: { display: "flex", flex: "1", "align-items": "center", height: "30px" } }, pa = { style: { display: "flex", flex: "1", "align-items": "center" } }, ma = {
|
|
2377
2382
|
style: { display: "flex", "flex-wrap": "wrap" },
|
|
2378
2383
|
id: "excelSortEl"
|
|
2379
|
-
},
|
|
2384
|
+
}, ha = ["textContent"], ya = { style: { width: "100%", display: "flex", padding: "10px", "box-sizing": "border-box", "justify-content": "center", "border-top": "1px solid #dcdfe6" } }, ga = {
|
|
2380
2385
|
__name: "check-excel-item",
|
|
2381
2386
|
props: {
|
|
2382
2387
|
items: Array,
|
|
@@ -2385,43 +2390,43 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2385
2390
|
emits: ["excel"],
|
|
2386
2391
|
setup(r, { emit: u }) {
|
|
2387
2392
|
const e = r, l = u, n = ae(e.items), i = () => {
|
|
2388
|
-
n.value.forEach((
|
|
2389
|
-
|
|
2393
|
+
n.value.forEach((x) => {
|
|
2394
|
+
x.value = !0;
|
|
2390
2395
|
});
|
|
2391
2396
|
}, t = () => {
|
|
2392
|
-
n.value.forEach((
|
|
2393
|
-
|
|
2397
|
+
n.value.forEach((x) => {
|
|
2398
|
+
x.value = !1;
|
|
2394
2399
|
});
|
|
2395
2400
|
}, f = () => {
|
|
2396
|
-
l("excel", n.value, (
|
|
2397
|
-
if (!
|
|
2401
|
+
l("excel", n.value, (x, v = "excel.xls") => {
|
|
2402
|
+
if (!x) {
|
|
2398
2403
|
console.error("下载链接无效");
|
|
2399
2404
|
return;
|
|
2400
2405
|
}
|
|
2401
2406
|
try {
|
|
2402
2407
|
const y = document.createElement("a");
|
|
2403
|
-
y.href =
|
|
2408
|
+
y.href = x, y.download = v, y.style.display = "none", document.body.appendChild(y), y.click(), document.body.removeChild(y);
|
|
2404
2409
|
} catch (y) {
|
|
2405
2410
|
console.error("下载文件时出现错误:", y);
|
|
2406
2411
|
}
|
|
2407
2412
|
});
|
|
2408
2413
|
};
|
|
2409
2414
|
return yt(() => {
|
|
2410
|
-
const
|
|
2415
|
+
const x = new rl(document.getElementById("excelSortEl"), {
|
|
2411
2416
|
animation: 150,
|
|
2412
2417
|
onEnd: () => {
|
|
2413
|
-
|
|
2418
|
+
x.toArray();
|
|
2414
2419
|
}
|
|
2415
|
-
}), v =
|
|
2420
|
+
}), v = x;
|
|
2416
2421
|
_l(() => {
|
|
2417
2422
|
v && v.destroy();
|
|
2418
2423
|
});
|
|
2419
|
-
}), (
|
|
2420
|
-
const y =
|
|
2421
|
-
return m(), z("div",
|
|
2424
|
+
}), (x, v) => {
|
|
2425
|
+
const y = F("el-divider"), o = F("el-icon"), d = F("el-text"), p = F("el-checkbox"), L = F("el-button");
|
|
2426
|
+
return m(), z("div", fa, [
|
|
2422
2427
|
K("div", null, [
|
|
2423
|
-
K("div",
|
|
2424
|
-
K("div",
|
|
2428
|
+
K("div", va, [
|
|
2429
|
+
K("div", pa, [
|
|
2425
2430
|
K("a", {
|
|
2426
2431
|
onClick: i,
|
|
2427
2432
|
style: { cursor: "pointer" }
|
|
@@ -2451,35 +2456,35 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2451
2456
|
])
|
|
2452
2457
|
]),
|
|
2453
2458
|
v[1] || (v[1] = K("div", { style: { margin: "1px 0" } }, null, -1)),
|
|
2454
|
-
K("div",
|
|
2455
|
-
(m(!0), z(re, null, N(n.value, (
|
|
2459
|
+
K("div", ma, [
|
|
2460
|
+
(m(!0), z(re, null, N(n.value, (j) => (m(), E(p, {
|
|
2456
2461
|
class: "check-box-hover",
|
|
2457
2462
|
style: { width: "120px !important", height: "30px !important", border: "1px solid #dfe6ec", margin: "5px !important", "border-radius": "3px !important", "padding-left": "5px !important", display: "flex !important", "align-items": "center !important" },
|
|
2458
|
-
"data-id":
|
|
2459
|
-
modelValue:
|
|
2460
|
-
"onUpdate:modelValue": (I) =>
|
|
2461
|
-
key:
|
|
2462
|
-
title:
|
|
2463
|
+
"data-id": j.key,
|
|
2464
|
+
modelValue: j.value,
|
|
2465
|
+
"onUpdate:modelValue": (I) => j.value = I,
|
|
2466
|
+
key: j.key,
|
|
2467
|
+
title: j.label
|
|
2463
2468
|
}, {
|
|
2464
2469
|
default: _(() => [
|
|
2465
2470
|
K("span", {
|
|
2466
|
-
textContent:
|
|
2471
|
+
textContent: Me(j.label),
|
|
2467
2472
|
style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
|
|
2468
|
-
}, null, 8,
|
|
2473
|
+
}, null, 8, ha)
|
|
2469
2474
|
]),
|
|
2470
2475
|
_: 2
|
|
2471
2476
|
}, 1032, ["data-id", "modelValue", "onUpdate:modelValue", "title"]))), 128))
|
|
2472
2477
|
])
|
|
2473
2478
|
]),
|
|
2474
|
-
K("div",
|
|
2479
|
+
K("div", ya, [
|
|
2475
2480
|
se(L, {
|
|
2476
2481
|
type: "primary",
|
|
2477
2482
|
onClick: f,
|
|
2478
2483
|
icon: U(al),
|
|
2479
|
-
disabled: n.value.filter((
|
|
2484
|
+
disabled: n.value.filter((j) => j.value).length < 1
|
|
2480
2485
|
}, {
|
|
2481
2486
|
default: _(() => [
|
|
2482
|
-
Ae(
|
|
2487
|
+
Ae(Me(e.commitText), 1)
|
|
2483
2488
|
]),
|
|
2484
2489
|
_: 1
|
|
2485
2490
|
}, 8, ["icon", "disabled"])
|
|
@@ -2487,8 +2492,8 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2487
2492
|
]);
|
|
2488
2493
|
};
|
|
2489
2494
|
}
|
|
2490
|
-
},
|
|
2491
|
-
$e.version(
|
|
2495
|
+
}, ba = /* @__PURE__ */ et(ga, [["__scopeId", "data-v-13575747"]]), $a = "vue-gyc-ui", wa = 1, $e = new Hl($a);
|
|
2496
|
+
$e.version(wa).stores({
|
|
2492
2497
|
// 记录表格项设置信息
|
|
2493
2498
|
tableWidths: "++id, [page+key], page, key,width",
|
|
2494
2499
|
// 记录表格分页条数
|
|
@@ -2510,7 +2515,7 @@ async function Tt(r, u, e) {
|
|
|
2510
2515
|
throw console.error(`处理表格列状态时出错 (page: ${r}, key: ${u}, state: ${e}):`, l), l;
|
|
2511
2516
|
}
|
|
2512
2517
|
}
|
|
2513
|
-
async function
|
|
2518
|
+
async function ka(r, u, e) {
|
|
2514
2519
|
ct(r);
|
|
2515
2520
|
try {
|
|
2516
2521
|
const l = await $e.tableWidths.where({ page: r, key: u }).first();
|
|
@@ -2519,7 +2524,7 @@ async function _a(r, u, e) {
|
|
|
2519
2524
|
throw console.error(`保存表格项设置信息时出错 (page: ${r}, key: ${u}):`, l), l;
|
|
2520
2525
|
}
|
|
2521
2526
|
}
|
|
2522
|
-
async function
|
|
2527
|
+
async function _a(r) {
|
|
2523
2528
|
ct(r);
|
|
2524
2529
|
try {
|
|
2525
2530
|
return await $e.tableWidths.where({ page: r }).toArray();
|
|
@@ -2527,7 +2532,7 @@ async function Ca(r) {
|
|
|
2527
2532
|
throw console.error(`获取表格项设置信息时出错 (page: ${r}):`, u), u;
|
|
2528
2533
|
}
|
|
2529
2534
|
}
|
|
2530
|
-
async function
|
|
2535
|
+
async function Ca(r) {
|
|
2531
2536
|
ct(r);
|
|
2532
2537
|
try {
|
|
2533
2538
|
const u = await $e.tableColsState.where({ page: r }).toArray();
|
|
@@ -2551,7 +2556,7 @@ async function xa(r) {
|
|
|
2551
2556
|
throw console.error(`删除页面"${r}"的表格设置信息时出错:`, u), u;
|
|
2552
2557
|
}
|
|
2553
2558
|
}
|
|
2554
|
-
async function
|
|
2559
|
+
async function Ma({ page: r, size: u }) {
|
|
2555
2560
|
ct(r);
|
|
2556
2561
|
try {
|
|
2557
2562
|
const e = await $e.pageInfo.where({ page: r }).first();
|
|
@@ -2560,7 +2565,7 @@ async function Sa({ page: r, size: u }) {
|
|
|
2560
2565
|
throw console.error(`保存分页条数时出错 (page: ${r}):`, e), e;
|
|
2561
2566
|
}
|
|
2562
2567
|
}
|
|
2563
|
-
async function
|
|
2568
|
+
async function Sa(r) {
|
|
2564
2569
|
ct(r);
|
|
2565
2570
|
try {
|
|
2566
2571
|
const u = await $e.pageInfo.where({ page: r }).first();
|
|
@@ -2569,7 +2574,7 @@ async function Ta(r) {
|
|
|
2569
2574
|
throw console.error(`获取分页条数时出错 (page: ${r}):`, u), u;
|
|
2570
2575
|
}
|
|
2571
2576
|
}
|
|
2572
|
-
async function
|
|
2577
|
+
async function Ta(r, u) {
|
|
2573
2578
|
ct(r);
|
|
2574
2579
|
try {
|
|
2575
2580
|
const e = await $e.sorts.where({ page: r }).first();
|
|
@@ -2578,7 +2583,7 @@ async function Va(r, u) {
|
|
|
2578
2583
|
throw console.error(`保存表格字段顺序时出错 (page: ${r}):`, e), e;
|
|
2579
2584
|
}
|
|
2580
2585
|
}
|
|
2581
|
-
async function
|
|
2586
|
+
async function Va(r) {
|
|
2582
2587
|
ct(r);
|
|
2583
2588
|
try {
|
|
2584
2589
|
const u = await $e.sorts.where({ page: r }).first();
|
|
@@ -2587,13 +2592,13 @@ async function Ea(r) {
|
|
|
2587
2592
|
throw console.error(`获取表格字段顺序时出错 (page: ${r}):`, u), u;
|
|
2588
2593
|
}
|
|
2589
2594
|
}
|
|
2590
|
-
const
|
|
2595
|
+
const Ea = { style: { padding: "15px", "box-sizing": "border-box" } }, Da = { style: { display: "flex", "align-items": "center", height: "30px" } }, Oa = {
|
|
2591
2596
|
style: { display: "flex", flex: "1", "align-items": "center" },
|
|
2592
2597
|
class: "allcheck"
|
|
2593
|
-
},
|
|
2598
|
+
}, Ia = {
|
|
2594
2599
|
id: "cols",
|
|
2595
2600
|
style: { display: "flex", "flex-wrap": "wrap", margin: "0 !important", padding: "0 !important" }
|
|
2596
|
-
},
|
|
2601
|
+
}, qa = ["textContent"], Aa = {
|
|
2597
2602
|
__name: "columns-setting",
|
|
2598
2603
|
props: /* @__PURE__ */ at({
|
|
2599
2604
|
tuid: {
|
|
@@ -2620,7 +2625,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2620
2625
|
onEnd: async () => {
|
|
2621
2626
|
let p = d.toArray();
|
|
2622
2627
|
try {
|
|
2623
|
-
|
|
2628
|
+
Ta(e.tuid, p).then((L) => {
|
|
2624
2629
|
l("setting-drag-end");
|
|
2625
2630
|
});
|
|
2626
2631
|
} catch (L) {
|
|
@@ -2632,7 +2637,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2632
2637
|
}
|
|
2633
2638
|
});
|
|
2634
2639
|
}
|
|
2635
|
-
},
|
|
2640
|
+
}, x = async () => {
|
|
2636
2641
|
try {
|
|
2637
2642
|
n.value.forEach((o) => {
|
|
2638
2643
|
o.showCol = !0;
|
|
@@ -2685,17 +2690,17 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2685
2690
|
width: d == null ? void 0 : d.width
|
|
2686
2691
|
})).sort((o, d) => o.sort - d.sort), f();
|
|
2687
2692
|
}), (o, d) => {
|
|
2688
|
-
const p =
|
|
2689
|
-
return m(), z("div",
|
|
2690
|
-
K("div",
|
|
2691
|
-
K("div",
|
|
2692
|
-
K("a", { onClick:
|
|
2693
|
+
const p = F("el-divider"), L = F("el-icon"), j = F("el-text"), I = F("el-checkbox");
|
|
2694
|
+
return m(), z("div", Ea, [
|
|
2695
|
+
K("div", Da, [
|
|
2696
|
+
K("div", Oa, [
|
|
2697
|
+
K("a", { onClick: x }, "全选"),
|
|
2693
2698
|
se(p, { direction: "vertical" }),
|
|
2694
2699
|
K("a", { onClick: v }, "全不选"),
|
|
2695
2700
|
se(p, { direction: "vertical" }),
|
|
2696
2701
|
K("a", { onClick: y }, "复位")
|
|
2697
2702
|
]),
|
|
2698
|
-
se(
|
|
2703
|
+
se(j, { type: "warning" }, {
|
|
2699
2704
|
default: _(() => [
|
|
2700
2705
|
se(L, { size: "16" }, {
|
|
2701
2706
|
default: _(() => [
|
|
@@ -2709,7 +2714,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2709
2714
|
})
|
|
2710
2715
|
]),
|
|
2711
2716
|
K("div", null, [
|
|
2712
|
-
K("div",
|
|
2717
|
+
K("div", Ia, [
|
|
2713
2718
|
(m(!0), z(re, null, N(U(n), (k) => (m(), E(I, {
|
|
2714
2719
|
modelValue: k.showCol,
|
|
2715
2720
|
"onUpdate:modelValue": (G) => k.showCol = G,
|
|
@@ -2724,9 +2729,9 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2724
2729
|
}, {
|
|
2725
2730
|
default: _(() => [
|
|
2726
2731
|
K("span", {
|
|
2727
|
-
textContent:
|
|
2732
|
+
textContent: Me(k.label),
|
|
2728
2733
|
style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
|
|
2729
|
-
}, null, 8,
|
|
2734
|
+
}, null, 8, qa)
|
|
2730
2735
|
]),
|
|
2731
2736
|
_: 2
|
|
2732
2737
|
}, 1032, ["modelValue", "onUpdate:modelValue", "data-id", "class", "onChange", "value", "title", "disabled"]))), 128))
|
|
@@ -2735,7 +2740,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2735
2740
|
]);
|
|
2736
2741
|
};
|
|
2737
2742
|
}
|
|
2738
|
-
},
|
|
2743
|
+
}, Ya = /* @__PURE__ */ et(Aa, [["__scopeId", "data-v-750b37bc"]]), za = { class: "title" }, Ua = { class: "content" }, La = {
|
|
2739
2744
|
__name: "g-cell-toopTip",
|
|
2740
2745
|
props: {
|
|
2741
2746
|
content: {
|
|
@@ -2753,9 +2758,9 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2753
2758
|
};
|
|
2754
2759
|
return (l, n) => (m(), z("div", {
|
|
2755
2760
|
class: "g-cell-toopTip",
|
|
2756
|
-
style:
|
|
2761
|
+
style: Ye({ width: u.column.width + "px" })
|
|
2757
2762
|
}, [
|
|
2758
|
-
K("div",
|
|
2763
|
+
K("div", za, [
|
|
2759
2764
|
n[0] || (n[0] = K("span", { class: "title-text" }, "内容", -1)),
|
|
2760
2765
|
K("span", {
|
|
2761
2766
|
class: "copy-btn",
|
|
@@ -2765,10 +2770,10 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2765
2770
|
se(U(Al))
|
|
2766
2771
|
])
|
|
2767
2772
|
]),
|
|
2768
|
-
K("div",
|
|
2773
|
+
K("div", Ua, Me(u.content), 1)
|
|
2769
2774
|
], 4));
|
|
2770
2775
|
}
|
|
2771
|
-
},
|
|
2776
|
+
}, Ha = /* @__PURE__ */ et(La, [["__scopeId", "data-v-f28912da"]]), ja = {
|
|
2772
2777
|
__name: "g-detail",
|
|
2773
2778
|
props: {
|
|
2774
2779
|
row: {
|
|
@@ -2790,7 +2795,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2790
2795
|
border: !0,
|
|
2791
2796
|
labelWidth: "100px",
|
|
2792
2797
|
column: 2
|
|
2793
|
-
}, n =
|
|
2798
|
+
}, n = je(() => {
|
|
2794
2799
|
var d, p;
|
|
2795
2800
|
return {
|
|
2796
2801
|
...l,
|
|
@@ -2800,45 +2805,45 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2800
2805
|
}), i = {
|
|
2801
2806
|
"label-align": "right",
|
|
2802
2807
|
"label-width": "80px"
|
|
2803
|
-
}, t =
|
|
2808
|
+
}, t = je(() => {
|
|
2804
2809
|
var d;
|
|
2805
2810
|
return {
|
|
2806
2811
|
...i,
|
|
2807
2812
|
...((d = u == null ? void 0 : u.container) == null ? void 0 : d.items) || {}
|
|
2808
2813
|
};
|
|
2809
2814
|
}), f = (d) => {
|
|
2810
|
-
const p = u.m[d], L = p == null ? void 0 : p.view,
|
|
2811
|
-
return { ...typeof I == "function" ? I(u.row) || {} : {}, ...
|
|
2812
|
-
},
|
|
2815
|
+
const p = u.m[d], L = p == null ? void 0 : p.view, j = typeof L == "function" ? L(u.row, null, 0, u.m) : L || {}, I = p == null ? void 0 : p.table;
|
|
2816
|
+
return { ...typeof I == "function" ? I(u.row) || {} : {}, ...j };
|
|
2817
|
+
}, x = (d) => {
|
|
2813
2818
|
const p = f(d);
|
|
2814
2819
|
return (p == null ? void 0 : p.type) || "text-info";
|
|
2815
|
-
}, v =
|
|
2820
|
+
}, v = je(() => Object.entries(u.m).filter(([d, p]) => {
|
|
2816
2821
|
if (il.includes(d) || (p == null ? void 0 : p.type) === "hidden") return !1;
|
|
2817
2822
|
let L = (p == null ? void 0 : p.visible) !== !1;
|
|
2818
|
-
const
|
|
2819
|
-
return Object.hasOwn(
|
|
2823
|
+
const j = f(d);
|
|
2824
|
+
return Object.hasOwn(j, "visible") ? L = j.visible : Object.hasOwn(j, "hidden") && (L = !j.hidden), L;
|
|
2820
2825
|
}).sort(([d], [p]) => {
|
|
2821
2826
|
var I, k;
|
|
2822
|
-
const L = ((I = f(d)) == null ? void 0 : I.sort) ?? 0,
|
|
2823
|
-
return L -
|
|
2827
|
+
const L = ((I = f(d)) == null ? void 0 : I.sort) ?? 0, j = ((k = f(p)) == null ? void 0 : k.sort) ?? 0;
|
|
2828
|
+
return L - j;
|
|
2824
2829
|
})), y = {
|
|
2825
2830
|
date: "YYYY-MM-DD",
|
|
2826
2831
|
datetime: "YYYY-MM-DD HH:mm:ss",
|
|
2827
2832
|
time: "HH:mm:ss"
|
|
2828
|
-
}, o =
|
|
2833
|
+
}, o = je(() => Object.fromEntries(v.value.map(([d, p]) => {
|
|
2829
2834
|
const L = f(d);
|
|
2830
|
-
let
|
|
2835
|
+
let j = Object.hasOwn(L, "value") ? L.value : p == null ? void 0 : p.value;
|
|
2831
2836
|
const I = L.format || y[p == null ? void 0 : p.type];
|
|
2832
|
-
return I &&
|
|
2837
|
+
return I && j && (j = Et(j).format(I)), [d, j];
|
|
2833
2838
|
})));
|
|
2834
2839
|
return (d, p) => {
|
|
2835
2840
|
var I;
|
|
2836
|
-
const L =
|
|
2841
|
+
const L = F("el-descriptions-item"), j = F("el-descriptions");
|
|
2837
2842
|
return m(), z("div", {
|
|
2838
2843
|
class: "g-detail-container",
|
|
2839
|
-
style:
|
|
2844
|
+
style: Ye(((I = n.value) == null ? void 0 : I.style) || {})
|
|
2840
2845
|
}, [
|
|
2841
|
-
se(
|
|
2846
|
+
se(j, A({ border: "" }, U(Ne)(n.value, (k) => !["container"].includes(k))), ge({
|
|
2842
2847
|
default: _(() => [
|
|
2843
2848
|
(m(!0), z(re, null, N(v.value, ([k, G]) => {
|
|
2844
2849
|
var Z, X;
|
|
@@ -2846,17 +2851,17 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2846
2851
|
label: (Z = u.m[k]) == null ? void 0 : Z.label
|
|
2847
2852
|
}, { ref_for: !0 }, { ...t.value, ...((X = f(k)) == null ? void 0 : X.item) || {} }, { key: k }), {
|
|
2848
2853
|
label: _(() => [
|
|
2849
|
-
|
|
2854
|
+
M(d.$slots, `view-${k}-label`, {
|
|
2850
2855
|
row: u.row
|
|
2851
2856
|
}, () => {
|
|
2852
2857
|
var ne;
|
|
2853
2858
|
return [
|
|
2854
|
-
Ae(
|
|
2859
|
+
Ae(Me((ne = u.m[k]) == null ? void 0 : ne.label), 1)
|
|
2855
2860
|
];
|
|
2856
2861
|
}, !0)
|
|
2857
2862
|
]),
|
|
2858
2863
|
default: _(() => [
|
|
2859
|
-
|
|
2864
|
+
M(d.$slots, `view-${k}`, {
|
|
2860
2865
|
row: u.row
|
|
2861
2866
|
}, () => [
|
|
2862
2867
|
se(ht, {
|
|
@@ -2864,7 +2869,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2864
2869
|
"onUpdate:modelValue": (ne) => o.value[k] = ne,
|
|
2865
2870
|
item: f(k),
|
|
2866
2871
|
ctrlKey: k,
|
|
2867
|
-
ctrlType:
|
|
2872
|
+
ctrlType: x(k),
|
|
2868
2873
|
model: u.row,
|
|
2869
2874
|
formInfo: u.row,
|
|
2870
2875
|
t: "v"
|
|
@@ -2880,14 +2885,14 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2880
2885
|
N(d.$slots, (k, G, Z) => ({
|
|
2881
2886
|
name: G,
|
|
2882
2887
|
fn: _((X) => [
|
|
2883
|
-
|
|
2888
|
+
M(d.$slots, G, { model: X }, void 0, !0)
|
|
2884
2889
|
])
|
|
2885
2890
|
}))
|
|
2886
2891
|
]), 1040)
|
|
2887
2892
|
], 4);
|
|
2888
2893
|
};
|
|
2889
2894
|
}
|
|
2890
|
-
},
|
|
2895
|
+
}, Fa = /* @__PURE__ */ et(ja, [["__scopeId", "data-v-532cc5ec"]]);
|
|
2891
2896
|
var cl = { exports: {} }, fl = { exports: {} };
|
|
2892
2897
|
(function() {
|
|
2893
2898
|
var r = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", u = {
|
|
@@ -2954,7 +2959,7 @@ var cl = { exports: {} }, fl = { exports: {} };
|
|
|
2954
2959
|
};
|
|
2955
2960
|
fl.exports = u;
|
|
2956
2961
|
})();
|
|
2957
|
-
var
|
|
2962
|
+
var Ra = fl.exports, Ut = {
|
|
2958
2963
|
// UTF-8 encoding
|
|
2959
2964
|
utf8: {
|
|
2960
2965
|
// Convert a string to a byte array
|
|
@@ -2988,38 +2993,38 @@ var Ba = fl.exports, Ut = {
|
|
|
2988
2993
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
2989
2994
|
* @license MIT
|
|
2990
2995
|
*/
|
|
2991
|
-
var
|
|
2992
|
-
return r != null && (vl(r) ||
|
|
2996
|
+
var Ba = function(r) {
|
|
2997
|
+
return r != null && (vl(r) || Pa(r) || !!r._isBuffer);
|
|
2993
2998
|
};
|
|
2994
2999
|
function vl(r) {
|
|
2995
3000
|
return !!r.constructor && typeof r.constructor.isBuffer == "function" && r.constructor.isBuffer(r);
|
|
2996
3001
|
}
|
|
2997
|
-
function
|
|
3002
|
+
function Pa(r) {
|
|
2998
3003
|
return typeof r.readFloatLE == "function" && typeof r.slice == "function" && vl(r.slice(0, 0));
|
|
2999
3004
|
}
|
|
3000
3005
|
(function() {
|
|
3001
|
-
var r =
|
|
3006
|
+
var r = Ra, u = Bt.utf8, e = Ba, l = Bt.bin, n = function(i, t) {
|
|
3002
3007
|
i.constructor == String ? t && t.encoding === "binary" ? i = l.stringToBytes(i) : i = u.stringToBytes(i) : e(i) ? i = Array.prototype.slice.call(i, 0) : !Array.isArray(i) && i.constructor !== Uint8Array && (i = i.toString());
|
|
3003
|
-
for (var f = r.bytesToWords(i),
|
|
3008
|
+
for (var f = r.bytesToWords(i), x = i.length * 8, v = 1732584193, y = -271733879, o = -1732584194, d = 271733878, p = 0; p < f.length; p++)
|
|
3004
3009
|
f[p] = (f[p] << 8 | f[p] >>> 24) & 16711935 | (f[p] << 24 | f[p] >>> 8) & 4278255360;
|
|
3005
|
-
f[
|
|
3006
|
-
for (var L = n._ff,
|
|
3010
|
+
f[x >>> 5] |= 128 << x % 32, f[(x + 64 >>> 9 << 4) + 14] = x;
|
|
3011
|
+
for (var L = n._ff, j = n._gg, I = n._hh, k = n._ii, p = 0; p < f.length; p += 16) {
|
|
3007
3012
|
var G = v, Z = y, X = o, ne = d;
|
|
3008
|
-
v = L(v, y, o, d, f[p + 0], 7, -680876936), d = L(d, v, y, o, f[p + 1], 12, -389564586), o = L(o, d, v, y, f[p + 2], 17, 606105819), y = L(y, o, d, v, f[p + 3], 22, -1044525330), v = L(v, y, o, d, f[p + 4], 7, -176418897), d = L(d, v, y, o, f[p + 5], 12, 1200080426), o = L(o, d, v, y, f[p + 6], 17, -1473231341), y = L(y, o, d, v, f[p + 7], 22, -45705983), v = L(v, y, o, d, f[p + 8], 7, 1770035416), d = L(d, v, y, o, f[p + 9], 12, -1958414417), o = L(o, d, v, y, f[p + 10], 17, -42063), y = L(y, o, d, v, f[p + 11], 22, -1990404162), v = L(v, y, o, d, f[p + 12], 7, 1804603682), d = L(d, v, y, o, f[p + 13], 12, -40341101), o = L(o, d, v, y, f[p + 14], 17, -1502002290), y = L(y, o, d, v, f[p + 15], 22, 1236535329), v =
|
|
3013
|
+
v = L(v, y, o, d, f[p + 0], 7, -680876936), d = L(d, v, y, o, f[p + 1], 12, -389564586), o = L(o, d, v, y, f[p + 2], 17, 606105819), y = L(y, o, d, v, f[p + 3], 22, -1044525330), v = L(v, y, o, d, f[p + 4], 7, -176418897), d = L(d, v, y, o, f[p + 5], 12, 1200080426), o = L(o, d, v, y, f[p + 6], 17, -1473231341), y = L(y, o, d, v, f[p + 7], 22, -45705983), v = L(v, y, o, d, f[p + 8], 7, 1770035416), d = L(d, v, y, o, f[p + 9], 12, -1958414417), o = L(o, d, v, y, f[p + 10], 17, -42063), y = L(y, o, d, v, f[p + 11], 22, -1990404162), v = L(v, y, o, d, f[p + 12], 7, 1804603682), d = L(d, v, y, o, f[p + 13], 12, -40341101), o = L(o, d, v, y, f[p + 14], 17, -1502002290), y = L(y, o, d, v, f[p + 15], 22, 1236535329), v = j(v, y, o, d, f[p + 1], 5, -165796510), d = j(d, v, y, o, f[p + 6], 9, -1069501632), o = j(o, d, v, y, f[p + 11], 14, 643717713), y = j(y, o, d, v, f[p + 0], 20, -373897302), v = j(v, y, o, d, f[p + 5], 5, -701558691), d = j(d, v, y, o, f[p + 10], 9, 38016083), o = j(o, d, v, y, f[p + 15], 14, -660478335), y = j(y, o, d, v, f[p + 4], 20, -405537848), v = j(v, y, o, d, f[p + 9], 5, 568446438), d = j(d, v, y, o, f[p + 14], 9, -1019803690), o = j(o, d, v, y, f[p + 3], 14, -187363961), y = j(y, o, d, v, f[p + 8], 20, 1163531501), v = j(v, y, o, d, f[p + 13], 5, -1444681467), d = j(d, v, y, o, f[p + 2], 9, -51403784), o = j(o, d, v, y, f[p + 7], 14, 1735328473), y = j(y, o, d, v, f[p + 12], 20, -1926607734), v = I(v, y, o, d, f[p + 5], 4, -378558), d = I(d, v, y, o, f[p + 8], 11, -2022574463), o = I(o, d, v, y, f[p + 11], 16, 1839030562), y = I(y, o, d, v, f[p + 14], 23, -35309556), v = I(v, y, o, d, f[p + 1], 4, -1530992060), d = I(d, v, y, o, f[p + 4], 11, 1272893353), o = I(o, d, v, y, f[p + 7], 16, -155497632), y = I(y, o, d, v, f[p + 10], 23, -1094730640), v = I(v, y, o, d, f[p + 13], 4, 681279174), d = I(d, v, y, o, f[p + 0], 11, -358537222), o = I(o, d, v, y, f[p + 3], 16, -722521979), y = I(y, o, d, v, f[p + 6], 23, 76029189), v = I(v, y, o, d, f[p + 9], 4, -640364487), d = I(d, v, y, o, f[p + 12], 11, -421815835), o = I(o, d, v, y, f[p + 15], 16, 530742520), y = I(y, o, d, v, f[p + 2], 23, -995338651), v = k(v, y, o, d, f[p + 0], 6, -198630844), d = k(d, v, y, o, f[p + 7], 10, 1126891415), o = k(o, d, v, y, f[p + 14], 15, -1416354905), y = k(y, o, d, v, f[p + 5], 21, -57434055), v = k(v, y, o, d, f[p + 12], 6, 1700485571), d = k(d, v, y, o, f[p + 3], 10, -1894986606), o = k(o, d, v, y, f[p + 10], 15, -1051523), y = k(y, o, d, v, f[p + 1], 21, -2054922799), v = k(v, y, o, d, f[p + 8], 6, 1873313359), d = k(d, v, y, o, f[p + 15], 10, -30611744), o = k(o, d, v, y, f[p + 6], 15, -1560198380), y = k(y, o, d, v, f[p + 13], 21, 1309151649), v = k(v, y, o, d, f[p + 4], 6, -145523070), d = k(d, v, y, o, f[p + 11], 10, -1120210379), o = k(o, d, v, y, f[p + 2], 15, 718787259), y = k(y, o, d, v, f[p + 9], 21, -343485551), v = v + G >>> 0, y = y + Z >>> 0, o = o + X >>> 0, d = d + ne >>> 0;
|
|
3009
3014
|
}
|
|
3010
3015
|
return r.endian([v, y, o, d]);
|
|
3011
3016
|
};
|
|
3012
|
-
n._ff = function(i, t, f,
|
|
3013
|
-
var d = i + (t & f | ~t &
|
|
3017
|
+
n._ff = function(i, t, f, x, v, y, o) {
|
|
3018
|
+
var d = i + (t & f | ~t & x) + (v >>> 0) + o;
|
|
3014
3019
|
return (d << y | d >>> 32 - y) + t;
|
|
3015
|
-
}, n._gg = function(i, t, f,
|
|
3016
|
-
var d = i + (t &
|
|
3020
|
+
}, n._gg = function(i, t, f, x, v, y, o) {
|
|
3021
|
+
var d = i + (t & x | f & ~x) + (v >>> 0) + o;
|
|
3017
3022
|
return (d << y | d >>> 32 - y) + t;
|
|
3018
|
-
}, n._hh = function(i, t, f,
|
|
3019
|
-
var d = i + (t ^ f ^
|
|
3023
|
+
}, n._hh = function(i, t, f, x, v, y, o) {
|
|
3024
|
+
var d = i + (t ^ f ^ x) + (v >>> 0) + o;
|
|
3020
3025
|
return (d << y | d >>> 32 - y) + t;
|
|
3021
|
-
}, n._ii = function(i, t, f,
|
|
3022
|
-
var d = i + (f ^ (t | ~
|
|
3026
|
+
}, n._ii = function(i, t, f, x, v, y, o) {
|
|
3027
|
+
var d = i + (f ^ (t | ~x)) + (v >>> 0) + o;
|
|
3023
3028
|
return (d << y | d >>> 32 - y) + t;
|
|
3024
3029
|
}, n._blocksize = 16, n._digestsize = 16, cl.exports = function(i, t) {
|
|
3025
3030
|
if (i == null)
|
|
@@ -3028,11 +3033,11 @@ function Na(r) {
|
|
|
3028
3033
|
return t && t.asBytes ? f : t && t.asString ? l.bytesToString(f) : r.bytesToHex(f);
|
|
3029
3034
|
};
|
|
3030
3035
|
})();
|
|
3031
|
-
var
|
|
3032
|
-
const
|
|
3036
|
+
var Na = cl.exports;
|
|
3037
|
+
const Wa = /* @__PURE__ */ ol(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
3033
3038
|
key: 0,
|
|
3034
3039
|
class: "table-query-container"
|
|
3035
|
-
},
|
|
3040
|
+
}, Qa = { class: "table-container" }, Za = ["innerHTML"], Ja = /* @__PURE__ */ Object.assign({
|
|
3036
3041
|
name: "g-table",
|
|
3037
3042
|
inheritAttrs: !1
|
|
3038
3043
|
}, {
|
|
@@ -3062,17 +3067,17 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3062
3067
|
], ["update:modelValue", "update:selectedRows"]),
|
|
3063
3068
|
setup(r, { expose: u, emit: e }) {
|
|
3064
3069
|
var Ge, Xe, gt, bt, $t, wt, kt;
|
|
3065
|
-
const l = ae(""), n = r, i = e, t = lt(r, "modelValue"), f = Ot("options"),
|
|
3070
|
+
const l = ae(""), n = r, i = e, t = lt(r, "modelValue"), f = Ot("options"), x = ae({}), v = ae(!0), y = Object.entries(t.value).filter(([a, s]) => (s == null ? void 0 : s.search) !== void 0).map(([a, s]) => {
|
|
3066
3071
|
var C;
|
|
3067
3072
|
let g;
|
|
3068
3073
|
if (typeof s.search == "function") {
|
|
3069
|
-
const q = s.search(
|
|
3074
|
+
const q = s.search(x.value);
|
|
3070
3075
|
g = (q == null ? void 0 : q.value) ?? s.value;
|
|
3071
3076
|
} else
|
|
3072
3077
|
g = ((C = s.search) == null ? void 0 : C.value) ?? s.value;
|
|
3073
3078
|
return [a, g];
|
|
3074
3079
|
});
|
|
3075
|
-
|
|
3080
|
+
x.value = Object.fromEntries(y);
|
|
3076
3081
|
const o = ae(!1), d = [
|
|
3077
3082
|
"type",
|
|
3078
3083
|
"index",
|
|
@@ -3102,7 +3107,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3102
3107
|
"filter-multiple",
|
|
3103
3108
|
"filter-method",
|
|
3104
3109
|
"filtered-value"
|
|
3105
|
-
], p = ae([]), L = It(),
|
|
3110
|
+
], p = ae([]), L = It(), j = ae({}), I = ae([]), k = ae(null), G = ae(""), Z = ae("/"), X = lt(r, "selectedRows"), ne = ae({
|
|
3106
3111
|
autoWatch: !1,
|
|
3107
3112
|
data: [],
|
|
3108
3113
|
border: !0,
|
|
@@ -3112,14 +3117,14 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3112
3117
|
stripe: !0,
|
|
3113
3118
|
type: "hidden",
|
|
3114
3119
|
load: async () => {
|
|
3115
|
-
const a = Number(await
|
|
3120
|
+
const a = Number(await Sa(Z.value));
|
|
3116
3121
|
a && a > 0 && (t.value.table.page.pageSize = a);
|
|
3117
3122
|
let { currentPage: s, pageSize: g } = t.value.table.page;
|
|
3118
3123
|
try {
|
|
3119
3124
|
i(
|
|
3120
3125
|
"load",
|
|
3121
|
-
{ currentPage: s, pageSize: g, ...
|
|
3122
|
-
(C = [], q = 0, { fields:
|
|
3126
|
+
{ currentPage: s, pageSize: g, ...x.value },
|
|
3127
|
+
(C = [], q = 0, { fields: R = [], sums: B = {} } = {}) => {
|
|
3123
3128
|
var he;
|
|
3124
3129
|
if (!Array.isArray(C)) {
|
|
3125
3130
|
console.error("从 load 事件回调中接收到的数据不是数组格式。"), ut.error("数据加载失败,请检查数据格式。");
|
|
@@ -3129,7 +3134,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3129
3134
|
console.error("从 load 事件回调中接收到的 total 不是数字格式。"), ut.error("数据加载失败,请检查数据格式。");
|
|
3130
3135
|
return;
|
|
3131
3136
|
}
|
|
3132
|
-
t.value.table.data = C, ((he = t.value.control) == null ? void 0 : he.add(k.value, t).inline) === !0 && t.value.table.data.unshift(k.value), t.value.table.page.total = q, I.value =
|
|
3137
|
+
t.value.table.data = C, ((he = t.value.control) == null ? void 0 : he.add(k.value, t).inline) === !0 && t.value.table.data.unshift(k.value), t.value.table.page.total = q, I.value = R, j.value = B, ze(), G.value = Math.random().toString(36).substring(2);
|
|
3133
3138
|
},
|
|
3134
3139
|
k.value
|
|
3135
3140
|
);
|
|
@@ -3138,7 +3143,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3138
3143
|
}
|
|
3139
3144
|
},
|
|
3140
3145
|
onHeaderDragend: (a, s, g) => {
|
|
3141
|
-
|
|
3146
|
+
ka(Z.value, g.property, a);
|
|
3142
3147
|
},
|
|
3143
3148
|
onRowDblclick: (a, s, g) => {
|
|
3144
3149
|
t.value.table.dblclickType == "edit" ? T(a, s, g, t) : t.value.table.dblclickType == "view" ? O(a, s, g, t) : t.value.table.dblclickType == "delete" ? D(a, s, g, t) : t.value.table.dblclickType(a, s, g, t);
|
|
@@ -3161,7 +3166,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3161
3166
|
t.value.table.page.currentPage = a, t.value.table.load();
|
|
3162
3167
|
},
|
|
3163
3168
|
onSizeChange: (a) => {
|
|
3164
|
-
|
|
3169
|
+
Ma({ page: Z.value, size: a }).then(() => {
|
|
3165
3170
|
t.value.table.page.pageSize = a, t.value.table.load();
|
|
3166
3171
|
});
|
|
3167
3172
|
}
|
|
@@ -3235,12 +3240,12 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3235
3240
|
}
|
|
3236
3241
|
}),
|
|
3237
3242
|
save: (a, s, g, C) => {
|
|
3238
|
-
var q,
|
|
3243
|
+
var q, R;
|
|
3239
3244
|
return {
|
|
3240
3245
|
label: ((q = C.control) == null ? void 0 : q.add(a, C).inline) !== !0 ? "保存" : g === 0 ? "新增" : "保存",
|
|
3241
3246
|
text: !0,
|
|
3242
3247
|
icon: () => _e(zt),
|
|
3243
|
-
type: ((
|
|
3248
|
+
type: ((R = C.control) == null ? void 0 : R.add(a, C).inline) !== !0 || g === 0 ? "primary" : "success",
|
|
3244
3249
|
sort: -1,
|
|
3245
3250
|
auth: () => {
|
|
3246
3251
|
var B;
|
|
@@ -3297,8 +3302,8 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3297
3302
|
type: "primary",
|
|
3298
3303
|
auth: () => !(C.control.add(a, C).inline === !0 && g == 0),
|
|
3299
3304
|
onClick: () => {
|
|
3300
|
-
var
|
|
3301
|
-
let q = (
|
|
3305
|
+
var R;
|
|
3306
|
+
let q = (R = Se(a, s, g, C)) == null ? void 0 : R.operate;
|
|
3302
3307
|
q === "edit" ? T(a, s, g, C) : q === "delete" ? D(a, s, g, C) : q === "view" && O(a, s, g, C);
|
|
3303
3308
|
},
|
|
3304
3309
|
"button-props": { round: !0, plain: !0 }
|
|
@@ -3310,32 +3315,32 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3310
3315
|
(gt = t.value) == null ? void 0 : gt.control
|
|
3311
3316
|
);
|
|
3312
3317
|
const pe = (a, s = !0) => {
|
|
3313
|
-
const g = t.value.control[a], C = s ? (q,
|
|
3314
|
-
var
|
|
3315
|
-
if (!q || !
|
|
3318
|
+
const g = t.value.control[a], C = s ? (q, R, B, he) => {
|
|
3319
|
+
var Fe, Ze, st;
|
|
3320
|
+
if (!q || !R || B == null)
|
|
3316
3321
|
return console.warn(`merge${a.charAt(0).toUpperCase() + a.slice(1)}: 缺少必要的参数(row, column或index)`), {};
|
|
3317
|
-
const we = ((
|
|
3322
|
+
const we = ((Fe = ue[a]) == null ? void 0 : Fe.call(ue, q, R, B, he)) || {}, Ee = ((st = (Ze = f == null ? void 0 : f.control) == null ? void 0 : Ze[a]) == null ? void 0 : st.call(Ze, q, R, B, he)) || {}, Oe = (g == null ? void 0 : g(q, R, B, he)) || {};
|
|
3318
3323
|
return qe(we, Ee, Oe) || {};
|
|
3319
|
-
} : (q,
|
|
3320
|
-
var Ee, Oe,
|
|
3321
|
-
const B = ((Ee = ue[a]) == null ? void 0 : Ee.call(ue, q,
|
|
3324
|
+
} : (q, R) => {
|
|
3325
|
+
var Ee, Oe, Fe;
|
|
3326
|
+
const B = ((Ee = ue[a]) == null ? void 0 : Ee.call(ue, q, R)) || {}, he = ((Fe = (Oe = f == null ? void 0 : f.control) == null ? void 0 : Oe[a]) == null ? void 0 : Fe.call(Oe, q, R)) || {}, we = (g == null ? void 0 : g(q, R)) || {};
|
|
3322
3327
|
return qe(B, he, we) || {};
|
|
3323
3328
|
};
|
|
3324
3329
|
t.value.control[a] = C;
|
|
3325
3330
|
};
|
|
3326
3331
|
pe("edit"), pe("delete"), pe("view"), pe("save"), pe("add", !1), pe("download", !1), pe("setting", !1), pe("batch", !1), pe("toggleExpand", !1);
|
|
3327
3332
|
const Se = (a, s, g, C) => {
|
|
3328
|
-
var he, we, Ee, Oe,
|
|
3333
|
+
var he, we, Ee, Oe, Fe, Ze;
|
|
3329
3334
|
if (!a || !s || g == null)
|
|
3330
3335
|
return console.warn("mergeDropdown: 缺少必要的参数(row, column或index)"), {};
|
|
3331
|
-
const q = ((he = ue.dropdown) == null ? void 0 : he.call(ue, a, s, g, C)) || {},
|
|
3332
|
-
return qe(q,
|
|
3336
|
+
const q = ((he = ue.dropdown) == null ? void 0 : he.call(ue, a, s, g, C)) || {}, R = ((Ee = (we = f == null ? void 0 : f.control) == null ? void 0 : we.dropdown) == null ? void 0 : Ee.call(we, a, s, g, C)) || {}, B = ((Ze = (Fe = (Oe = t.value) == null ? void 0 : Oe.control) == null ? void 0 : Fe.dropdown) == null ? void 0 : Ze.call(Fe, a, s, g, C)) || {};
|
|
3337
|
+
return qe(q, R, B) || {};
|
|
3333
3338
|
}, De = {
|
|
3334
3339
|
type: "hidden",
|
|
3335
3340
|
"min-width": 100,
|
|
3336
3341
|
align: "center",
|
|
3337
3342
|
formatter: (a, s, g, C) => g,
|
|
3338
|
-
"tooltip-formatter": ({ row: a, column: s, cellValue: g }) => _e(
|
|
3343
|
+
"tooltip-formatter": ({ row: a, column: s, cellValue: g }) => _e(Ha, { content: g, column: s })
|
|
3339
3344
|
};
|
|
3340
3345
|
t.value.tableColumns = qe(
|
|
3341
3346
|
De,
|
|
@@ -3395,11 +3400,11 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3395
3400
|
}
|
|
3396
3401
|
return a.type === "money" && (a.align = a.align || "right", a.width = a.width || 130, g = `<span title="${Ht(
|
|
3397
3402
|
parseFloat(g)
|
|
3398
|
-
)}">${
|
|
3403
|
+
)}">${pr(parseFloat(g), (a == null ? void 0 : a.precision) || 2, (a == null ? void 0 : a.removeZero) || !1)}</span>`), a.prefix && g && (g = `<span>${a.prefix}${g}</span>`), a.suffix && g && (g = `${g}<span>${a.suffix}</span>`), g;
|
|
3399
3404
|
}, We = (a) => {
|
|
3400
|
-
|
|
3405
|
+
x.value = Object.fromEntries(y), t.value.table.load();
|
|
3401
3406
|
}, w = (a) => {
|
|
3402
|
-
|
|
3407
|
+
x.value = a, t.value.table.load();
|
|
3403
3408
|
}, $ = async (a = k.value, s) => {
|
|
3404
3409
|
var g, C;
|
|
3405
3410
|
t.value.form.modalState = "add", l.value = "add";
|
|
@@ -3419,7 +3424,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3419
3424
|
v.value = !0;
|
|
3420
3425
|
});
|
|
3421
3426
|
}, T = async (a, s, g, C) => {
|
|
3422
|
-
var q,
|
|
3427
|
+
var q, R;
|
|
3423
3428
|
t.value.form.modalState = "edit", l.value = "edit";
|
|
3424
3429
|
try {
|
|
3425
3430
|
if (!await ((q = t.value.control) == null ? void 0 : q.validate("edit", { row: a, column: s, index: g, m: C }))) return;
|
|
@@ -3427,18 +3432,18 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3427
3432
|
console.error("验证失败:", B);
|
|
3428
3433
|
return;
|
|
3429
3434
|
}
|
|
3430
|
-
(
|
|
3435
|
+
(R = t.value.control.edit(a, s, g, C)) != null && R.click ? t.value.control.edit(a, s, g, C).click(a, s, g, C) : (t.value.form.disabled = !1, t.value.dialog.mode = t.value.control.edit(a, s, g, C).mode, t.value.dialog.title = t.value.control.edit(a, s, g, C).title || t.value.control.edit(a, s, g, C).label || "编辑", Object.keys(a).forEach((B) => {
|
|
3431
3436
|
t.value[B] && (t.value[B].value = a[B]);
|
|
3432
3437
|
}), o.value = !0, await Ke(), i("open", "edit", { m: C, row: a, column: s, index: g }), mt());
|
|
3433
3438
|
}, D = async (a, s, g, C) => {
|
|
3434
|
-
var q,
|
|
3439
|
+
var q, R;
|
|
3435
3440
|
try {
|
|
3436
3441
|
if (!await ((q = t.value.control) == null ? void 0 : q.validate("delete", { row: a, column: s, index: g, m: C }))) return;
|
|
3437
3442
|
} catch (B) {
|
|
3438
3443
|
console.error("验证失败:", B);
|
|
3439
3444
|
return;
|
|
3440
3445
|
}
|
|
3441
|
-
if ((
|
|
3446
|
+
if ((R = t.value.control.delete(a, s, g, C)) != null && R.click)
|
|
3442
3447
|
t.value.control.delete(a, s, g, C).click(a, s, g, C);
|
|
3443
3448
|
else {
|
|
3444
3449
|
let { message: B, title: he, options: we } = t.value.control.delete(a, s, g, C).dialog;
|
|
@@ -3454,7 +3459,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3454
3459
|
});
|
|
3455
3460
|
}
|
|
3456
3461
|
}, O = async (a, s, g, C) => {
|
|
3457
|
-
var q,
|
|
3462
|
+
var q, R, B, he;
|
|
3458
3463
|
t.value.form.modalState = void 0, l.value = "view";
|
|
3459
3464
|
try {
|
|
3460
3465
|
if (!await ((q = t.value.control) == null ? void 0 : q.validate("view", { row: a, column: s, index: g, m: C }))) return;
|
|
@@ -3462,7 +3467,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3462
3467
|
console.error("验证失败:", we);
|
|
3463
3468
|
return;
|
|
3464
3469
|
}
|
|
3465
|
-
(
|
|
3470
|
+
(R = t.value.control.view(a, s, g, C)) != null && R.click ? t.value.control.view(a, s, g, C).click(a, s, g, C) : (t.value.form.disabled = !0, t.value.dialog.mode = t.value.control.view(a, s, g, C).mode, t.value.dialog.title = t.value.control.view(a, s, g, C).title || t.value.control.view(a, s, g, C).label || "详情", Object.keys(a).forEach((we) => {
|
|
3466
3471
|
t.value[we] && (t.value[we].value = a[we]);
|
|
3467
3472
|
}), ((B = t.value.control.view(a, s, g, C)) == null ? void 0 : B["view-mode"]) === "description" ? pl({
|
|
3468
3473
|
...t.value.dialog,
|
|
@@ -3470,7 +3475,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3470
3475
|
slots: {
|
|
3471
3476
|
default: () => {
|
|
3472
3477
|
var we, Ee, Oe;
|
|
3473
|
-
return _e(
|
|
3478
|
+
return _e(Fa, {
|
|
3474
3479
|
row: a,
|
|
3475
3480
|
m: C,
|
|
3476
3481
|
container: ((we = t.value.control.view(a, s, g, C)) == null ? void 0 : we.container) || {}
|
|
@@ -3485,8 +3490,8 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3485
3490
|
q != null && q.click ? q.click(a, s, g, C) : i(
|
|
3486
3491
|
"row-save",
|
|
3487
3492
|
{ row: a, column: s, index: g, data: t.value.table.data },
|
|
3488
|
-
async (
|
|
3489
|
-
if (
|
|
3493
|
+
async (R = !0, B = !0) => {
|
|
3494
|
+
if (R && t.value.table.load(), B && g === 0) {
|
|
3490
3495
|
const he = Object.entries(t.value).filter(
|
|
3491
3496
|
([we, Ee]) => Ee.type !== "control" && Ee.type !== "hidden"
|
|
3492
3497
|
// && val.editor !== false
|
|
@@ -3497,7 +3502,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3497
3502
|
}
|
|
3498
3503
|
}
|
|
3499
3504
|
);
|
|
3500
|
-
}, de =
|
|
3505
|
+
}, de = mr((a, s, g) => {
|
|
3501
3506
|
i("submit", t.value.form.modalState, a, s, (C) => {
|
|
3502
3507
|
C && (g === 1 && (o.value = !1), Y(a), s.table.load());
|
|
3503
3508
|
});
|
|
@@ -3514,11 +3519,11 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3514
3519
|
size: s.control.download(a, s).size || 480,
|
|
3515
3520
|
width: s.control.download(a, s).width || 600,
|
|
3516
3521
|
slots: {
|
|
3517
|
-
default: () => _e(
|
|
3522
|
+
default: () => _e(ba, {
|
|
3518
3523
|
items: g,
|
|
3519
3524
|
commitText: s.control.download(a, s).excelLabel,
|
|
3520
|
-
onExcel: (
|
|
3521
|
-
i("download",
|
|
3525
|
+
onExcel: (R, B) => {
|
|
3526
|
+
i("download", R, x.value, B), q();
|
|
3522
3527
|
}
|
|
3523
3528
|
})
|
|
3524
3529
|
}
|
|
@@ -3534,7 +3539,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3534
3539
|
size: s.control.setting(a, s).size || 470,
|
|
3535
3540
|
width: s.control.setting(a, s).width || 600,
|
|
3536
3541
|
slots: {
|
|
3537
|
-
default: () => _e(
|
|
3542
|
+
default: () => _e(Ya, {
|
|
3538
3543
|
modelValue: s,
|
|
3539
3544
|
tuid: Z.value,
|
|
3540
3545
|
onSettingDragEnd: async () => {
|
|
@@ -3558,29 +3563,29 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3558
3563
|
edit: T,
|
|
3559
3564
|
delete: D,
|
|
3560
3565
|
save: le
|
|
3561
|
-
}, Ie = (a, s, g, C, q) => a.filter((
|
|
3562
|
-
const B = Ve == null ? void 0 : Ve[
|
|
3566
|
+
}, Ie = (a, s, g, C, q) => a.filter((R) => ke[R]).map((R) => {
|
|
3567
|
+
const B = Ve == null ? void 0 : Ve[R](s, g, C, q);
|
|
3563
3568
|
return {
|
|
3564
|
-
name: `control-${
|
|
3569
|
+
name: `control-${R}`,
|
|
3565
3570
|
attr: B,
|
|
3566
|
-
func: ke[
|
|
3571
|
+
func: ke[R],
|
|
3567
3572
|
label: B == null ? void 0 : B.label,
|
|
3568
3573
|
sort: (B == null ? void 0 : B.sort) || 0,
|
|
3569
3574
|
groupName: (B == null ? void 0 : B.groupName) || "default"
|
|
3570
3575
|
};
|
|
3571
|
-
}).sort((
|
|
3576
|
+
}).sort((R, B) => R.sort - B.sort), V = (a, s, g, C, q) => Ie(a, s, g, C, q).reduce((R, B) => {
|
|
3572
3577
|
const he = B.groupName || "default";
|
|
3573
|
-
return
|
|
3574
|
-
}, {}), S =
|
|
3578
|
+
return R[he] || (R[he] = []), R[he].push(B), R;
|
|
3579
|
+
}, {}), S = je(() => Object.fromEntries(
|
|
3575
3580
|
Object.entries(t.value).filter(
|
|
3576
3581
|
([a, s]) => s.type !== "hidden" && s.hidden !== !0 && s.visible !== !1 && s.showCol !== !1
|
|
3577
3582
|
).map(([a, s]) => (s.sort = typeof s.sort == "number" ? s.sort : 0, [a, s])).sort((a, s) => a[1].sort - s[1].sort)
|
|
3578
3583
|
)), H = ae({}), Ce = (a, s) => {
|
|
3579
3584
|
const g = (C, q) => {
|
|
3580
|
-
for (const
|
|
3581
|
-
if (
|
|
3582
|
-
if (
|
|
3583
|
-
const B = g(
|
|
3585
|
+
for (const R of C) {
|
|
3586
|
+
if (R.value == q) return R.label;
|
|
3587
|
+
if (R.children) {
|
|
3588
|
+
const B = g(R.children, q);
|
|
3584
3589
|
if (B) return B;
|
|
3585
3590
|
}
|
|
3586
3591
|
}
|
|
@@ -3588,12 +3593,12 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3588
3593
|
};
|
|
3589
3594
|
if (a.getDicts) {
|
|
3590
3595
|
const C = s.toString();
|
|
3591
|
-
return H.value[C] ? (a.options = H.value[C], a.formatter || (a.formatter = (q,
|
|
3592
|
-
H.value[C] = q, a.options = q, a.formatter || (a.formatter = (
|
|
3596
|
+
return H.value[C] ? (a.options = H.value[C], a.formatter || (a.formatter = (q, R, B, he) => a.options && g(a.options, B) || B), Promise.resolve()) : a.getDicts(t.value.table.data).then((q) => {
|
|
3597
|
+
H.value[C] = q, a.options = q, a.formatter || (a.formatter = (R, B, he, we) => a.options && g(a.options, he) || he);
|
|
3593
3598
|
});
|
|
3594
3599
|
}
|
|
3595
3600
|
return Promise.resolve();
|
|
3596
|
-
},
|
|
3601
|
+
}, ze = async () => {
|
|
3597
3602
|
try {
|
|
3598
3603
|
const s = Object.keys(t.value).filter((g) => t.value[g].getDicts).map(
|
|
3599
3604
|
(g) => Ce(t.value[g], g)
|
|
@@ -3602,9 +3607,9 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3602
3607
|
} catch (a) {
|
|
3603
3608
|
console.error("字典加载过程中发生错误:", a);
|
|
3604
3609
|
}
|
|
3605
|
-
},
|
|
3606
|
-
var q,
|
|
3607
|
-
return a.table ? (q = a.table(s, g, C)) != null && q.auth ? (
|
|
3610
|
+
}, Ue = (a, s, g, C) => {
|
|
3611
|
+
var q, R;
|
|
3612
|
+
return a.table ? (q = a.table(s, g, C)) != null && q.auth ? (R = a.table(s, g, C)) == null ? void 0 : R.auth(s, g, C) : !0 : !1;
|
|
3608
3613
|
}, tt = () => {
|
|
3609
3614
|
o.value = !1;
|
|
3610
3615
|
};
|
|
@@ -3614,16 +3619,16 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3614
3619
|
const Le = async () => {
|
|
3615
3620
|
try {
|
|
3616
3621
|
const [a, s, g] = await Promise.all([
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3622
|
+
_a(Z.value),
|
|
3623
|
+
Va(Z.value),
|
|
3624
|
+
Ca(Z.value)
|
|
3620
3625
|
]);
|
|
3621
3626
|
a && Array.isArray(a) && a.forEach((C) => {
|
|
3622
3627
|
const q = t.value[C.key];
|
|
3623
3628
|
q && (q.width = C.width);
|
|
3624
3629
|
}), s && Array.isArray(s) && s.forEach((C, q) => {
|
|
3625
|
-
const
|
|
3626
|
-
|
|
3630
|
+
const R = t.value[C];
|
|
3631
|
+
R && (R.sort = q);
|
|
3627
3632
|
}), g && Array.isArray(g) && g.length > 0 ? g.forEach((C) => {
|
|
3628
3633
|
const q = t.value[C];
|
|
3629
3634
|
q && (q.showCol = !1);
|
|
@@ -3635,8 +3640,8 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3635
3640
|
t.value[s].showCol === void 0 && (t.value[s].showCol = !0);
|
|
3636
3641
|
});
|
|
3637
3642
|
}
|
|
3638
|
-
}, Qe = () =>
|
|
3639
|
-
return
|
|
3643
|
+
}, Qe = () => Wa(Object.keys(t.value).toString()).toUpperCase().substring(8, 24);
|
|
3644
|
+
return xl(() => {
|
|
3640
3645
|
Z.value = Qe();
|
|
3641
3646
|
}), yt(async () => {
|
|
3642
3647
|
try {
|
|
@@ -3657,10 +3662,10 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3657
3662
|
console.error("Error during component initialization:", a), t.value.table.autoWatch || t.value.table.load();
|
|
3658
3663
|
}
|
|
3659
3664
|
}), u({ addRow: $, editRow: T, deleteRow: D, readForm: O, saveRowData: le, closeDialog: tt, formData: k }), (a, s) => {
|
|
3660
|
-
var Ee, Oe,
|
|
3661
|
-
const g =
|
|
3665
|
+
var Ee, Oe, Fe, Ze, st, _t, Ct;
|
|
3666
|
+
const g = F("el-button-group"), C = F("el-dropdown-item"), q = F("el-dropdown-menu"), R = F("el-dropdown"), B = F("el-table-column"), he = F("el-table"), we = F("el-pagination");
|
|
3662
3667
|
return m(), z(re, null, [
|
|
3663
|
-
o.value ? (m(), E(
|
|
3668
|
+
o.value ? (m(), E(jt, A({
|
|
3664
3669
|
key: 0,
|
|
3665
3670
|
modelValue: o.value,
|
|
3666
3671
|
"onUpdate:modelValue": s[2] || (s[2] = (J) => o.value = J)
|
|
@@ -3678,8 +3683,8 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3678
3683
|
}, ge({ _: 2 }, [
|
|
3679
3684
|
N(a.$slots, (J, fe, te) => ({
|
|
3680
3685
|
name: fe,
|
|
3681
|
-
fn: _((
|
|
3682
|
-
|
|
3686
|
+
fn: _((Re) => [
|
|
3687
|
+
M(a.$slots, fe, { model: Re }, void 0, !0)
|
|
3683
3688
|
])
|
|
3684
3689
|
}))
|
|
3685
3690
|
]), 1064, ["modelValue", "flag"])) : be("", !0)
|
|
@@ -3689,7 +3694,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3689
3694
|
a.$slots.header ? {
|
|
3690
3695
|
name: "header",
|
|
3691
3696
|
fn: _(({ titleClass: J, closeIconClass: fe }) => [
|
|
3692
|
-
|
|
3697
|
+
M(a.$slots, "header", {
|
|
3693
3698
|
titleClass: J,
|
|
3694
3699
|
closeIconClass: fe
|
|
3695
3700
|
}, void 0, !0)
|
|
@@ -3699,53 +3704,53 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3699
3704
|
a.$slots.title ? {
|
|
3700
3705
|
name: "title",
|
|
3701
3706
|
fn: _(() => [
|
|
3702
|
-
|
|
3707
|
+
M(a.$slots, "title", {}, void 0, !0)
|
|
3703
3708
|
]),
|
|
3704
3709
|
key: "1"
|
|
3705
3710
|
} : void 0,
|
|
3706
3711
|
a.$slots.footer ? {
|
|
3707
3712
|
name: "footer",
|
|
3708
3713
|
fn: _(() => [
|
|
3709
|
-
|
|
3714
|
+
M(a.$slots, "footer", {}, void 0, !0)
|
|
3710
3715
|
]),
|
|
3711
3716
|
key: "2"
|
|
3712
3717
|
} : void 0,
|
|
3713
3718
|
((Oe = (Ee = t.value) == null ? void 0 : Ee.dialog) == null ? void 0 : Oe.type) === "drawer" && a.$slots.trigger ? {
|
|
3714
3719
|
name: "trigger",
|
|
3715
3720
|
fn: _(() => [
|
|
3716
|
-
|
|
3721
|
+
M(a.$slots, "trigger", {}, void 0, !0)
|
|
3717
3722
|
]),
|
|
3718
3723
|
key: "3"
|
|
3719
3724
|
} : void 0
|
|
3720
3725
|
]), 1040, ["modelValue", "type"])) : be("", !0),
|
|
3721
|
-
K("div",
|
|
3722
|
-
((Ze = (
|
|
3723
|
-
|
|
3726
|
+
K("div", Ga, [
|
|
3727
|
+
((Ze = (Fe = t.value) == null ? void 0 : Fe.query) == null ? void 0 : Ze.hidden) != !0 ? (m(), z("div", Xa, [
|
|
3728
|
+
M(a.$slots, "query", {}, () => [
|
|
3724
3729
|
se(na, {
|
|
3725
3730
|
modelValue: t.value,
|
|
3726
3731
|
"onUpdate:modelValue": s[3] || (s[3] = (J) => t.value = J),
|
|
3727
|
-
info:
|
|
3728
|
-
"onUpdate:info": s[4] || (s[4] = (J) =>
|
|
3732
|
+
info: x.value,
|
|
3733
|
+
"onUpdate:info": s[4] || (s[4] = (J) => x.value = J),
|
|
3729
3734
|
onQuery: w,
|
|
3730
3735
|
onReset: We
|
|
3731
3736
|
}, ge({
|
|
3732
3737
|
"q-btns": _(() => [
|
|
3733
|
-
|
|
3738
|
+
M(a.$slots, "q-btns", {}, () => [
|
|
3734
3739
|
(m(!0), z(re, null, N(V(["add", "toggleExpand", "batch", "download", "setting"], k.value, t.value), (J, fe) => (m(), z(re, null, [
|
|
3735
3740
|
fe == "default" ? (m(!0), z(re, { key: 0 }, N(J, (te) => (m(), z(re, null, [
|
|
3736
|
-
|
|
3737
|
-
(te.name === "control-add" ? te.attr.auth() && te.attr.inline === !1 : te.attr.auth()) ?
|
|
3738
|
-
var
|
|
3741
|
+
M(a.$slots, te.name + "-left", {}, void 0, !0),
|
|
3742
|
+
(te.name === "control-add" ? te.attr.auth() && te.attr.inline === !1 : te.attr.auth()) ? M(a.$slots, te.name, { key: 0 }, () => {
|
|
3743
|
+
var Re, Je;
|
|
3739
3744
|
return [
|
|
3740
3745
|
te.label ? (m(), E(U(He), A({
|
|
3741
3746
|
key: 0,
|
|
3742
3747
|
title: te.label,
|
|
3743
|
-
disabled: te.name === "control-batch" && ((
|
|
3748
|
+
disabled: te.name === "control-batch" && ((Re = X.value) == null ? void 0 : Re.length) === 0
|
|
3744
3749
|
}, { ref_for: !0 }, te.attr, {
|
|
3745
3750
|
onClick: (rt) => te.func(k.value, t.value, p.value)
|
|
3746
3751
|
}), {
|
|
3747
3752
|
default: _(() => [
|
|
3748
|
-
Ae(
|
|
3753
|
+
Ae(Me(te.label), 1)
|
|
3749
3754
|
]),
|
|
3750
3755
|
_: 2
|
|
3751
3756
|
}, 1040, ["title", "disabled", "onClick"])) : (m(), E(U(He), A({
|
|
@@ -3757,24 +3762,24 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3757
3762
|
}), null, 16, ["title", "disabled", "onClick"]))
|
|
3758
3763
|
];
|
|
3759
3764
|
}, !0) : be("", !0),
|
|
3760
|
-
|
|
3765
|
+
M(a.$slots, te.name + "-right", {}, void 0, !0)
|
|
3761
3766
|
], 64))), 256)) : (m(), E(g, { key: 1 }, {
|
|
3762
3767
|
default: _(() => [
|
|
3763
3768
|
(m(!0), z(re, null, N(J, (te) => (m(), z(re, null, [
|
|
3764
|
-
|
|
3765
|
-
(te.name === "control-add" ? te.attr.auth() && te.attr.inline === !1 : te.attr.auth()) ?
|
|
3766
|
-
var
|
|
3769
|
+
M(a.$slots, te.name + "-left", {}, void 0, !0),
|
|
3770
|
+
(te.name === "control-add" ? te.attr.auth() && te.attr.inline === !1 : te.attr.auth()) ? M(a.$slots, te.name, { key: 0 }, () => {
|
|
3771
|
+
var Re, Je;
|
|
3767
3772
|
return [
|
|
3768
3773
|
te.label ? (m(), E(U(He), A({
|
|
3769
3774
|
key: 0,
|
|
3770
3775
|
title: te.label,
|
|
3771
|
-
disabled: te.name === "control-batch" && ((
|
|
3776
|
+
disabled: te.name === "control-batch" && ((Re = X.value) == null ? void 0 : Re.length) === 0,
|
|
3772
3777
|
v: ""
|
|
3773
3778
|
}, { ref_for: !0 }, te.attr, {
|
|
3774
3779
|
onClick: (rt) => te.func(k.value, t.value, p.value)
|
|
3775
3780
|
}), {
|
|
3776
3781
|
default: _(() => [
|
|
3777
|
-
Ae(
|
|
3782
|
+
Ae(Me(te.label), 1)
|
|
3778
3783
|
]),
|
|
3779
3784
|
_: 2
|
|
3780
3785
|
}, 1040, ["title", "disabled", "onClick"])) : (m(), E(U(He), A({
|
|
@@ -3786,7 +3791,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3786
3791
|
}), null, 16, ["title", "disabled", "onClick"]))
|
|
3787
3792
|
];
|
|
3788
3793
|
}, !0) : be("", !0),
|
|
3789
|
-
|
|
3794
|
+
M(a.$slots, te.name + "-right", {}, void 0, !0)
|
|
3790
3795
|
], 64))), 256))
|
|
3791
3796
|
]),
|
|
3792
3797
|
_: 2
|
|
@@ -3798,18 +3803,18 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3798
3803
|
}, [
|
|
3799
3804
|
N(a.$slots, (J, fe, te) => ({
|
|
3800
3805
|
name: fe,
|
|
3801
|
-
fn: _((
|
|
3802
|
-
|
|
3806
|
+
fn: _((Re) => [
|
|
3807
|
+
M(a.$slots, fe, { model: t.value }, void 0, !0)
|
|
3803
3808
|
])
|
|
3804
3809
|
}))
|
|
3805
3810
|
]), 1032, ["modelValue", "info"])
|
|
3806
3811
|
], !0)
|
|
3807
3812
|
])) : be("", !0),
|
|
3808
|
-
|
|
3813
|
+
M(a.$slots, "table-title", {
|
|
3809
3814
|
model: t.value,
|
|
3810
|
-
queryInfo:
|
|
3815
|
+
queryInfo: x.value
|
|
3811
3816
|
}, void 0, !0),
|
|
3812
|
-
K("div",
|
|
3817
|
+
K("div", Qa, [
|
|
3813
3818
|
v.value ? (m(), E(he, A({ key: 0 }, {
|
|
3814
3819
|
...a.$attrs,
|
|
3815
3820
|
...U(Ne)(
|
|
@@ -3817,53 +3822,53 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3817
3822
|
(J) => !["dblclickType", "page"].includes(J)
|
|
3818
3823
|
)
|
|
3819
3824
|
}, {
|
|
3820
|
-
"summary-method": (J) => t.value.table["summary-method"](J, { fields: I.value, sums:
|
|
3825
|
+
"summary-method": (J) => t.value.table["summary-method"](J, { fields: I.value, sums: j.value }),
|
|
3821
3826
|
onSortChange: s[5] || (s[5] = (J) => {
|
|
3822
3827
|
var fe, te;
|
|
3823
|
-
t.value.table.onSortChange(J,
|
|
3828
|
+
t.value.table.onSortChange(J, x.value), ((fe = J == null ? void 0 : J.column) == null ? void 0 : fe.sortable) === "custom" && ((te = t.value.table) == null || te.load());
|
|
3824
3829
|
})
|
|
3825
3830
|
}), {
|
|
3826
3831
|
append: _(() => [
|
|
3827
|
-
|
|
3832
|
+
M(a.$slots, "append", {}, void 0, !0)
|
|
3828
3833
|
]),
|
|
3829
3834
|
empty: _(() => [
|
|
3830
|
-
|
|
3835
|
+
M(a.$slots, "empty", {}, void 0, !0)
|
|
3831
3836
|
]),
|
|
3832
3837
|
default: _(() => [
|
|
3833
|
-
|
|
3838
|
+
M(a.$slots, "default", {}, () => [
|
|
3834
3839
|
(m(!0), z(re, null, N(S.value, (J, fe) => {
|
|
3835
|
-
var te,
|
|
3840
|
+
var te, Re, Je, rt;
|
|
3836
3841
|
return m(), E(B, A({
|
|
3837
3842
|
prop: fe,
|
|
3838
3843
|
"column-key": fe
|
|
3839
|
-
}, { ref_for: !0 }, ((
|
|
3844
|
+
}, { ref_for: !0 }, ((Re = (te = t.value) == null ? void 0 : te.table) == null ? void 0 : Re["row-key"]) == fe ? {
|
|
3840
3845
|
...U(Ne)(J, (ee) => ["label", "width", "min-width", "align", "header-align", "formatter"].includes(ee))
|
|
3841
3846
|
} : {
|
|
3842
3847
|
...t.value.tableColumns,
|
|
3843
3848
|
...U(Ne)(J, (ee) => d.includes(ee))
|
|
3844
3849
|
}), ge({
|
|
3845
3850
|
header: _(({ column: ee, $index: ie }) => [
|
|
3846
|
-
fe == "control" ?
|
|
3851
|
+
fe == "control" ? M(a.$slots, `${fe}-header`, {
|
|
3847
3852
|
key: 0,
|
|
3848
3853
|
column: ee,
|
|
3849
3854
|
index: ie
|
|
3850
3855
|
}, () => [
|
|
3851
|
-
K("span", null,
|
|
3852
|
-
], !0) :
|
|
3856
|
+
K("span", null, Me(ee.label), 1)
|
|
3857
|
+
], !0) : M(a.$slots, `${fe}-header`, {
|
|
3853
3858
|
key: 1,
|
|
3854
3859
|
column: ee,
|
|
3855
3860
|
index: ie
|
|
3856
3861
|
}, void 0, !0)
|
|
3857
3862
|
]),
|
|
3858
3863
|
"filter-icon": _((ee) => [
|
|
3859
|
-
|
|
3864
|
+
M(a.$slots, `${fe}-filter-icon`, { data: ee }, void 0, !0)
|
|
3860
3865
|
]),
|
|
3861
3866
|
_: 2
|
|
3862
3867
|
}, [
|
|
3863
3868
|
J.type === "expand" ? {
|
|
3864
3869
|
name: "default",
|
|
3865
3870
|
fn: _(({ row: ee, column: ie, $index: ve }) => [
|
|
3866
|
-
|
|
3871
|
+
M(a.$slots, `${fe}`, {
|
|
3867
3872
|
row: ee,
|
|
3868
3873
|
column: ie,
|
|
3869
3874
|
index: ve
|
|
@@ -3877,10 +3882,10 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3877
3882
|
return [
|
|
3878
3883
|
K("div", {
|
|
3879
3884
|
class: Qt(["control", (it = t.value.control) == null ? void 0 : it.class]),
|
|
3880
|
-
style:
|
|
3885
|
+
style: Ye((dt = t.value.control) == null ? void 0 : dt.style)
|
|
3881
3886
|
}, [
|
|
3882
|
-
|
|
3883
|
-
|
|
3887
|
+
M(a.$slots, "control", {}, () => [
|
|
3888
|
+
M(a.$slots, "control-left", {
|
|
3884
3889
|
row: ee,
|
|
3885
3890
|
column: ie,
|
|
3886
3891
|
index: ve
|
|
@@ -3889,12 +3894,12 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3889
3894
|
var pt;
|
|
3890
3895
|
return m(), z(re, null, [
|
|
3891
3896
|
ot == "default" ? (m(!0), z(re, { key: 0 }, N(nt, (c) => (m(), z(re, null, [
|
|
3892
|
-
|
|
3897
|
+
M(a.$slots, c.name + "-left", {
|
|
3893
3898
|
row: ee,
|
|
3894
3899
|
column: ie,
|
|
3895
3900
|
index: ve
|
|
3896
3901
|
}, void 0, !0),
|
|
3897
|
-
c.attr.auth() ?
|
|
3902
|
+
c.attr.auth() ? M(a.$slots, c.name, {
|
|
3898
3903
|
key: 0,
|
|
3899
3904
|
row: ee,
|
|
3900
3905
|
column: ie,
|
|
@@ -3907,7 +3912,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3907
3912
|
onClick: (oe) => c.func(ee, ie, ve, t.value)
|
|
3908
3913
|
}), {
|
|
3909
3914
|
default: _(() => [
|
|
3910
|
-
Ae(
|
|
3915
|
+
Ae(Me(c.label), 1)
|
|
3911
3916
|
]),
|
|
3912
3917
|
_: 2
|
|
3913
3918
|
}, 1040, ["title", "onClick"])) : (m(), E(U(He), A({
|
|
@@ -3917,12 +3922,12 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3917
3922
|
onClick: (oe) => c.func(ee, ie, ve, t.value)
|
|
3918
3923
|
}), null, 16, ["title", "onClick"]))
|
|
3919
3924
|
], !0) : be("", !0),
|
|
3920
|
-
|
|
3925
|
+
M(a.$slots, c.name + "-right", {
|
|
3921
3926
|
row: ee,
|
|
3922
3927
|
column: ie,
|
|
3923
3928
|
index: ve
|
|
3924
3929
|
}, void 0, !0)
|
|
3925
|
-
], 64))), 256)) : ot != null && ot.startsWith("dropdown") && ((pt = Se(ee, ie, ve, t.value)) != null && pt.auth()) ? (m(), E(
|
|
3930
|
+
], 64))), 256)) : ot != null && ot.startsWith("dropdown") && ((pt = Se(ee, ie, ve, t.value)) != null && pt.auth()) ? (m(), E(R, A({
|
|
3926
3931
|
key: 1,
|
|
3927
3932
|
ref_for: !0
|
|
3928
3933
|
}, Se(ee, ie, ve, t.value)), {
|
|
@@ -3932,7 +3937,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3932
3937
|
(m(!0), z(re, null, N(nt, (c) => {
|
|
3933
3938
|
var oe, ce, Be;
|
|
3934
3939
|
return m(), z(re, null, [
|
|
3935
|
-
a.$slots[c.name + "-left"] ?
|
|
3940
|
+
a.$slots[c.name + "-left"] ? M(a.$slots, c.name + "-left", {
|
|
3936
3941
|
key: 0,
|
|
3937
3942
|
row: ee,
|
|
3938
3943
|
column: ie,
|
|
@@ -3947,7 +3952,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3947
3952
|
disabled: (Be = c == null ? void 0 : c.attr) == null ? void 0 : Be.disabled
|
|
3948
3953
|
}), {
|
|
3949
3954
|
default: _(() => [
|
|
3950
|
-
|
|
3955
|
+
M(a.$slots, c.name, {
|
|
3951
3956
|
row: ee,
|
|
3952
3957
|
column: ie,
|
|
3953
3958
|
index: ve
|
|
@@ -3959,7 +3964,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3959
3964
|
onClick: (ft) => c.func(ee, ie, ve, t.value)
|
|
3960
3965
|
}), {
|
|
3961
3966
|
default: _(() => [
|
|
3962
|
-
Ae(
|
|
3967
|
+
Ae(Me(c.label), 1)
|
|
3963
3968
|
]),
|
|
3964
3969
|
_: 2
|
|
3965
3970
|
}, 1040, ["title", "onClick"])) : (m(), E(U(He), A({
|
|
@@ -3972,7 +3977,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3972
3977
|
]),
|
|
3973
3978
|
_: 2
|
|
3974
3979
|
}, 1040)) : be("", !0),
|
|
3975
|
-
a.$slots[c.name + "-right"] ?
|
|
3980
|
+
a.$slots[c.name + "-right"] ? M(a.$slots, c.name + "-right", {
|
|
3976
3981
|
key: 2,
|
|
3977
3982
|
row: ee,
|
|
3978
3983
|
column: ie,
|
|
@@ -3987,19 +3992,19 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3987
3992
|
default: _(() => {
|
|
3988
3993
|
var c;
|
|
3989
3994
|
return [
|
|
3990
|
-
Ae(
|
|
3995
|
+
Ae(Me((c = Se(ee, ie, ve, t.value)) == null ? void 0 : c.label) + " ", 1)
|
|
3991
3996
|
];
|
|
3992
3997
|
}),
|
|
3993
3998
|
_: 2
|
|
3994
3999
|
}, 1040)) : (m(), E(g, { key: 2 }, {
|
|
3995
4000
|
default: _(() => [
|
|
3996
4001
|
(m(!0), z(re, null, N(nt, (c) => (m(), z(re, null, [
|
|
3997
|
-
|
|
4002
|
+
M(a.$slots, c.name + "-left", {
|
|
3998
4003
|
row: ee,
|
|
3999
4004
|
column: ie,
|
|
4000
4005
|
index: ve
|
|
4001
4006
|
}, void 0, !0),
|
|
4002
|
-
c.attr.auth() ?
|
|
4007
|
+
c.attr.auth() ? M(a.$slots, c.name, {
|
|
4003
4008
|
key: 0,
|
|
4004
4009
|
row: ee,
|
|
4005
4010
|
column: ie,
|
|
@@ -4012,7 +4017,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4012
4017
|
onClick: (oe) => c.func(ee, ie, ve, t.value)
|
|
4013
4018
|
}), {
|
|
4014
4019
|
default: _(() => [
|
|
4015
|
-
Ae(
|
|
4020
|
+
Ae(Me(c.label), 1)
|
|
4016
4021
|
]),
|
|
4017
4022
|
_: 2
|
|
4018
4023
|
}, 1040, ["title", "onClick"])) : (m(), E(U(He), A({
|
|
@@ -4022,7 +4027,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4022
4027
|
onClick: (oe) => c.func(ee, ie, ve, t.value)
|
|
4023
4028
|
}), null, 16, ["title", "onClick"]))
|
|
4024
4029
|
], !0) : be("", !0),
|
|
4025
|
-
|
|
4030
|
+
M(a.$slots, c.name + "-right", {
|
|
4026
4031
|
row: ee,
|
|
4027
4032
|
column: ie,
|
|
4028
4033
|
index: ve
|
|
@@ -4033,7 +4038,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4033
4038
|
}, 1024))
|
|
4034
4039
|
], 64);
|
|
4035
4040
|
}), 256)),
|
|
4036
|
-
|
|
4041
|
+
M(a.$slots, "control-right", {
|
|
4037
4042
|
row: ee,
|
|
4038
4043
|
column: ie,
|
|
4039
4044
|
index: ve
|
|
@@ -4046,7 +4051,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4046
4051
|
} : J.type != "selection" && J.type != "index" && ((rt = (Je = t.value) == null ? void 0 : Je.table) == null ? void 0 : rt["row-key"]) != fe ? {
|
|
4047
4052
|
name: "default",
|
|
4048
4053
|
fn: _(({ row: ee, column: ie, $index: ve }) => [
|
|
4049
|
-
|
|
4054
|
+
Ue(J, ee, ie, ve) && ve != -1 ? M(a.$slots, `${fe}`, {
|
|
4050
4055
|
key: 0,
|
|
4051
4056
|
row: ee,
|
|
4052
4057
|
column: ie,
|
|
@@ -4069,7 +4074,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4069
4074
|
N(a.$slots, (dt, nt) => ({
|
|
4070
4075
|
name: nt,
|
|
4071
4076
|
fn: _((ot) => [
|
|
4072
|
-
|
|
4077
|
+
M(a.$slots, nt, {
|
|
4073
4078
|
data: ot,
|
|
4074
4079
|
item: J,
|
|
4075
4080
|
model: t.value
|
|
@@ -4078,19 +4083,19 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4078
4083
|
}))
|
|
4079
4084
|
]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model", "formInfo"]))
|
|
4080
4085
|
];
|
|
4081
|
-
}, !0) :
|
|
4086
|
+
}, !0) : M(a.$slots, `${fe}`, {
|
|
4082
4087
|
key: 1,
|
|
4083
4088
|
row: ee,
|
|
4084
4089
|
column: ie,
|
|
4085
4090
|
index: ve
|
|
4086
4091
|
}, () => [
|
|
4087
4092
|
K("div", {
|
|
4088
|
-
style:
|
|
4093
|
+
style: Ye([{ width: "100%", "text-overflow": "ellipsis", overflow: "hidden" }, J == null ? void 0 : J.style]),
|
|
4089
4094
|
innerHTML: Te(
|
|
4090
4095
|
J,
|
|
4091
4096
|
typeof ie.formatter == "function" ? ie.formatter(ee, ie, ee[fe], ve) : ee[fe]
|
|
4092
4097
|
)
|
|
4093
|
-
}, null, 12,
|
|
4098
|
+
}, null, 12, Za)
|
|
4094
4099
|
], !0)
|
|
4095
4100
|
]),
|
|
4096
4101
|
key: "2"
|
|
@@ -4101,7 +4106,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4101
4106
|
]),
|
|
4102
4107
|
_: 3
|
|
4103
4108
|
}, 16, ["summary-method"])) : be("", !0),
|
|
4104
|
-
(Ct = (_t = (st = t.value) == null ? void 0 : st.table) == null ? void 0 : _t.page) != null && Ct.hidden ? be("", !0) :
|
|
4109
|
+
(Ct = (_t = (st = t.value) == null ? void 0 : st.table) == null ? void 0 : _t.page) != null && Ct.hidden ? be("", !0) : M(a.$slots, "page", { key: 1 }, () => [
|
|
4105
4110
|
se(we, A({
|
|
4106
4111
|
"page-size": t.value.table.page.pageSize,
|
|
4107
4112
|
"onUpdate:pageSize": s[6] || (s[6] = (J) => t.value.table.page.pageSize = J),
|
|
@@ -4109,7 +4114,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4109
4114
|
"onUpdate:currentPage": s[7] || (s[7] = (J) => t.value.table.page.currentPage = J)
|
|
4110
4115
|
}, t.value.table.page), {
|
|
4111
4116
|
default: _(() => [
|
|
4112
|
-
|
|
4117
|
+
M(a.$slots, "table-page", {}, void 0, !0)
|
|
4113
4118
|
]),
|
|
4114
4119
|
_: 3
|
|
4115
4120
|
}, 16, ["page-size", "current-page"])
|
|
@@ -4119,7 +4124,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4119
4124
|
], 64);
|
|
4120
4125
|
};
|
|
4121
4126
|
}
|
|
4122
|
-
}),
|
|
4127
|
+
}), Ka = /* @__PURE__ */ et(Ja, [["__scopeId", "data-v-32011496"]]), er = { class: "g-tree-table" }, tr = { class: "g-tree-container" }, lr = { class: "g-tree-table-container" }, ar = /* @__PURE__ */ Object.assign({
|
|
4123
4128
|
name: "g-tree-table",
|
|
4124
4129
|
inheritAttrs: !1
|
|
4125
4130
|
}, {
|
|
@@ -4130,10 +4135,10 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4130
4135
|
},
|
|
4131
4136
|
emits: /* @__PURE__ */ at(["load"], ["update:modelValue"]),
|
|
4132
4137
|
setup(r, { emit: u }) {
|
|
4133
|
-
var p, L,
|
|
4138
|
+
var p, L, j, I;
|
|
4134
4139
|
const e = u, l = lt(r, "modelValue"), n = It(), i = ae(
|
|
4135
4140
|
typeof ((p = n == null ? void 0 : n.tree) == null ? void 0 : p.width) == "number" ? `${n.tree.width}px` : ((L = n == null ? void 0 : n.tree) == null ? void 0 : L.width) || "180px"
|
|
4136
|
-
), t = ae(((
|
|
4141
|
+
), t = ae(((j = n == null ? void 0 : n.tree) == null ? void 0 : j.search) === void 0 ? !0 : (I = n == null ? void 0 : n.tree) == null ? void 0 : I.search), f = ae({}), x = ae(""), v = ae(null), y = (k, G) => {
|
|
4137
4142
|
var X, ne;
|
|
4138
4143
|
if (!k) return !0;
|
|
4139
4144
|
const Z = ((ne = (X = n.tree) == null ? void 0 : X.props) == null ? void 0 : ne.label) || "label";
|
|
@@ -4143,24 +4148,24 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4143
4148
|
}, d = (k) => {
|
|
4144
4149
|
f.value = k, l.value.table.load();
|
|
4145
4150
|
};
|
|
4146
|
-
return Zt(
|
|
4151
|
+
return Zt(x, (k) => {
|
|
4147
4152
|
v.value.filter(k);
|
|
4148
4153
|
}), (k, G) => {
|
|
4149
|
-
const Z =
|
|
4150
|
-
return m(), z("div",
|
|
4154
|
+
const Z = F("el-input"), X = F("el-tree"), ne = F("g-table");
|
|
4155
|
+
return m(), z("div", er, [
|
|
4151
4156
|
K("div", {
|
|
4152
4157
|
class: "g-tree-left",
|
|
4153
|
-
style:
|
|
4158
|
+
style: Ye({ width: i.value })
|
|
4154
4159
|
}, [
|
|
4155
4160
|
t.value ? (m(), E(Z, {
|
|
4156
4161
|
key: 0,
|
|
4157
|
-
modelValue:
|
|
4158
|
-
"onUpdate:modelValue": G[0] || (G[0] = (ue) =>
|
|
4162
|
+
modelValue: x.value,
|
|
4163
|
+
"onUpdate:modelValue": G[0] || (G[0] = (ue) => x.value = ue),
|
|
4159
4164
|
style: { width: "100%", "box-sizing": "border-box", "margin-bottom": "10px" },
|
|
4160
4165
|
placeholder: "输入节点查询",
|
|
4161
4166
|
clearable: ""
|
|
4162
4167
|
}, null, 8, ["modelValue"])) : be("", !0),
|
|
4163
|
-
K("div",
|
|
4168
|
+
K("div", tr, [
|
|
4164
4169
|
se(X, A({
|
|
4165
4170
|
style: { width: i.value },
|
|
4166
4171
|
"filter-node-method": y,
|
|
@@ -4170,11 +4175,11 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4170
4175
|
onNodeClick: d
|
|
4171
4176
|
}, k.$attrs.tree), ge({
|
|
4172
4177
|
default: _(({ node: ue, data: pe }) => [
|
|
4173
|
-
|
|
4178
|
+
M(k.$slots, "tree", {
|
|
4174
4179
|
node: ue,
|
|
4175
4180
|
data: pe
|
|
4176
4181
|
}, () => [
|
|
4177
|
-
K("span", null,
|
|
4182
|
+
K("span", null, Me(ue.label), 1)
|
|
4178
4183
|
], !0)
|
|
4179
4184
|
]),
|
|
4180
4185
|
_: 2
|
|
@@ -4182,13 +4187,13 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4182
4187
|
N(k.$slots, (ue, pe, Se) => ({
|
|
4183
4188
|
name: pe,
|
|
4184
4189
|
fn: _((De) => [
|
|
4185
|
-
|
|
4190
|
+
M(k.$slots, pe, { data: De }, void 0, !0)
|
|
4186
4191
|
])
|
|
4187
4192
|
}))
|
|
4188
4193
|
]), 1040, ["style"])
|
|
4189
4194
|
])
|
|
4190
4195
|
], 4),
|
|
4191
|
-
K("div",
|
|
4196
|
+
K("div", lr, [
|
|
4192
4197
|
se(ne, A({
|
|
4193
4198
|
modelValue: l.value,
|
|
4194
4199
|
"onUpdate:modelValue": G[1] || (G[1] = (ue) => l.value = ue)
|
|
@@ -4199,7 +4204,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4199
4204
|
N(k.$slots, (ue, pe, Se) => ({
|
|
4200
4205
|
name: pe,
|
|
4201
4206
|
fn: _((De) => [
|
|
4202
|
-
|
|
4207
|
+
M(k.$slots, pe, { data: De }, void 0, !0)
|
|
4203
4208
|
])
|
|
4204
4209
|
}))
|
|
4205
4210
|
]), 1040, ["modelValue", "node"])
|
|
@@ -4207,14 +4212,14 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4207
4212
|
]);
|
|
4208
4213
|
};
|
|
4209
4214
|
}
|
|
4210
|
-
}),
|
|
4215
|
+
}), rr = /* @__PURE__ */ et(ar, [["__scopeId", "data-v-30eb4f60"]]), nr = {
|
|
4211
4216
|
key: 0,
|
|
4212
4217
|
class: "op-group"
|
|
4213
|
-
},
|
|
4218
|
+
}, or = {
|
|
4214
4219
|
key: 1,
|
|
4215
4220
|
class: "op-items",
|
|
4216
4221
|
style: { width: "100%", height: "100%" }
|
|
4217
|
-
},
|
|
4222
|
+
}, ur = ["title"], Pt = "100px", sr = /* @__PURE__ */ Object.assign({ name: "g-select-option" }, {
|
|
4218
4223
|
__name: "g-select-option",
|
|
4219
4224
|
props: {
|
|
4220
4225
|
columns: {
|
|
@@ -4236,42 +4241,42 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4236
4241
|
},
|
|
4237
4242
|
setup(r) {
|
|
4238
4243
|
const u = r;
|
|
4239
|
-
return (e, l) => u.title ? (m(), z("div",
|
|
4244
|
+
return (e, l) => u.title ? (m(), z("div", nr, [
|
|
4240
4245
|
(m(!0), z(re, null, N(u.columns, (n) => (m(), z("span", {
|
|
4241
|
-
style:
|
|
4246
|
+
style: Ye({ width: (n == null ? void 0 : n.width) || Pt, ...n == null ? void 0 : n.titleStyle, textAlign: (n == null ? void 0 : n.align) || "center" }),
|
|
4242
4247
|
key: n.key
|
|
4243
4248
|
}, [
|
|
4244
|
-
|
|
4245
|
-
Ae(
|
|
4249
|
+
M(e.$slots, `${r.t}-title-${n.key}`, { col: n }, () => [
|
|
4250
|
+
Ae(Me(n.label), 1)
|
|
4246
4251
|
], !0)
|
|
4247
4252
|
], 4))), 128))
|
|
4248
|
-
])) : (m(), z("div",
|
|
4253
|
+
])) : (m(), z("div", or, [
|
|
4249
4254
|
(m(!0), z(re, null, N(u.columns, (n) => (m(), z("span", {
|
|
4250
|
-
style:
|
|
4255
|
+
style: Ye({ width: (n == null ? void 0 : n.width) || Pt, textAlign: (n == null ? void 0 : n.align) || "center", ...n == null ? void 0 : n.style }),
|
|
4251
4256
|
key: n.key,
|
|
4252
4257
|
title: r.data[n.key]
|
|
4253
4258
|
}, [
|
|
4254
|
-
|
|
4255
|
-
Ae(
|
|
4259
|
+
M(e.$slots, `${r.t}-option-${n.key}`, { col: n }, () => [
|
|
4260
|
+
Ae(Me(r.data[n.key] ?? "-"), 1)
|
|
4256
4261
|
], !0)
|
|
4257
|
-
], 12,
|
|
4262
|
+
], 12, ur))), 128))
|
|
4258
4263
|
]));
|
|
4259
4264
|
}
|
|
4260
|
-
}),
|
|
4265
|
+
}), ir = /* @__PURE__ */ et(sr, [["__scopeId", "data-v-c0ac6b77"]]), dr = Object.freeze({}), Ft = [Ka, dl, rr, ir, jt];
|
|
4261
4266
|
let Dt = {};
|
|
4262
|
-
const
|
|
4267
|
+
const Cr = {
|
|
4263
4268
|
install: (r, u = {}) => {
|
|
4264
|
-
Dt = Object.freeze({ ...
|
|
4269
|
+
Dt = Object.freeze({ ...dr, ...u }), Ft.forEach((e) => {
|
|
4265
4270
|
r.component(e.name, e);
|
|
4266
4271
|
}), r.provide("options", Dt), r.config.globalProperties.$openModal = Lt, r.config.globalProperties.$open = pl;
|
|
4267
4272
|
}
|
|
4268
|
-
},
|
|
4273
|
+
}, cr = (r) => ({ dialog: gl, drawer: yl })[r] || null, Lt = (r = {}, u = "dialog") => {
|
|
4269
4274
|
if (typeof document > "u") return () => {
|
|
4270
4275
|
};
|
|
4271
4276
|
const e = document.createElement("div");
|
|
4272
4277
|
let l = () => {
|
|
4273
4278
|
};
|
|
4274
|
-
const n =
|
|
4279
|
+
const n = cr(u);
|
|
4275
4280
|
if (!n) return () => {
|
|
4276
4281
|
};
|
|
4277
4282
|
const i = ae(!0), t = Jt({
|
|
@@ -4281,7 +4286,7 @@ const Mr = {
|
|
|
4281
4286
|
t.unmount(), e.remove();
|
|
4282
4287
|
}, 300);
|
|
4283
4288
|
}, () => {
|
|
4284
|
-
var f,
|
|
4289
|
+
var f, x, v;
|
|
4285
4290
|
return _e(n, {
|
|
4286
4291
|
modelValue: i.value,
|
|
4287
4292
|
"onUpdate:modelValue": (y) => i.value = y,
|
|
@@ -4294,7 +4299,7 @@ const Mr = {
|
|
|
4294
4299
|
...r
|
|
4295
4300
|
}, {
|
|
4296
4301
|
default: (f = r.slots) == null ? void 0 : f.default,
|
|
4297
|
-
header: (
|
|
4302
|
+
header: (x = r.slots) == null ? void 0 : x.header,
|
|
4298
4303
|
footer: (v = r.slots) == null ? void 0 : v.footer
|
|
4299
4304
|
});
|
|
4300
4305
|
};
|
|
@@ -4303,7 +4308,7 @@ const Mr = {
|
|
|
4303
4308
|
mt();
|
|
4304
4309
|
}
|
|
4305
4310
|
});
|
|
4306
|
-
return
|
|
4311
|
+
return Ft.forEach((f) => {
|
|
4307
4312
|
t.component(f.name, f);
|
|
4308
4313
|
}), t.provide("options", Dt), t.use(Nt, { locale: nl }), document.body.appendChild(e), t.mount(e), l;
|
|
4309
4314
|
}, pl = (r = {}) => {
|
|
@@ -4318,28 +4323,28 @@ const Mr = {
|
|
|
4318
4323
|
l.value = !1, setTimeout(() => {
|
|
4319
4324
|
n.unmount(), u.remove();
|
|
4320
4325
|
}, 300);
|
|
4321
|
-
}, Zt(l, (
|
|
4322
|
-
|
|
4326
|
+
}, Zt(l, (x) => {
|
|
4327
|
+
x || setTimeout(() => {
|
|
4323
4328
|
n.unmount(), u.remove();
|
|
4324
4329
|
}, 300);
|
|
4325
4330
|
});
|
|
4326
4331
|
const { close: i, ...t } = r, f = {
|
|
4327
4332
|
modelValue: l.value,
|
|
4328
|
-
"onUpdate:modelValue": (
|
|
4333
|
+
"onUpdate:modelValue": (x) => l.value = x,
|
|
4329
4334
|
"close-on-click-modal": !1,
|
|
4330
4335
|
...t
|
|
4331
4336
|
};
|
|
4332
|
-
return i && (f.onClose = i), () => _e(
|
|
4337
|
+
return i && (f.onClose = i), () => _e(jt, f, r.slots);
|
|
4333
4338
|
},
|
|
4334
4339
|
mounted: () => {
|
|
4335
4340
|
mt();
|
|
4336
4341
|
}
|
|
4337
4342
|
});
|
|
4338
|
-
return
|
|
4343
|
+
return Ft.forEach((i) => {
|
|
4339
4344
|
n.component(i.name, i);
|
|
4340
4345
|
}), n.provide("options", Dt), n.use(Nt, { locale: nl }), document.body.appendChild(u), n.mount(u), e;
|
|
4341
4346
|
};
|
|
4342
|
-
function
|
|
4347
|
+
function fr(r, u = window.innerWidth) {
|
|
4343
4348
|
if (typeof r == "number")
|
|
4344
4349
|
return r;
|
|
4345
4350
|
if (r.endsWith("px"))
|
|
@@ -4361,7 +4366,7 @@ function vr(r, u = window.innerWidth) {
|
|
|
4361
4366
|
throw new Error("Invalid calc expression");
|
|
4362
4367
|
};
|
|
4363
4368
|
const n = r.slice(5, -1).trim();
|
|
4364
|
-
return i(n.replace(/([0-9.]+)([a-z%]+)/g, (f,
|
|
4369
|
+
return i(n.replace(/([0-9.]+)([a-z%]+)/g, (f, x, v) => fr(x + v, u)));
|
|
4365
4370
|
}
|
|
4366
4371
|
throw new Error("Unsupported unit in value: " + r);
|
|
4367
4372
|
}
|
|
@@ -4377,12 +4382,12 @@ function Ne(r, u = (e, l) => l != null) {
|
|
|
4377
4382
|
r.hasOwnProperty(l) && u(l, r[l]) && (e[l] = r[l]);
|
|
4378
4383
|
return e;
|
|
4379
4384
|
}
|
|
4380
|
-
function
|
|
4385
|
+
function vr(r, u, e = "value", l = "label", n = "children") {
|
|
4381
4386
|
for (const i of r) {
|
|
4382
4387
|
if (i[e] === u)
|
|
4383
4388
|
return i[l];
|
|
4384
4389
|
if (i[n] && i[n].length > 0) {
|
|
4385
|
-
const t =
|
|
4390
|
+
const t = vr(i[n], u, e, l, n);
|
|
4386
4391
|
if (t)
|
|
4387
4392
|
return t;
|
|
4388
4393
|
}
|
|
@@ -4402,13 +4407,13 @@ function Ht(r) {
|
|
|
4402
4407
|
i = i || "整", r = Math.floor(r);
|
|
4403
4408
|
for (let t = 0; t < l[0].length && r > 0; t++) {
|
|
4404
4409
|
let f = "";
|
|
4405
|
-
for (let
|
|
4406
|
-
f = e[r % 10] + l[1][
|
|
4410
|
+
for (let x = 0; x < l[1].length && r > 0; x++)
|
|
4411
|
+
f = e[r % 10] + l[1][x] + f, r = Math.floor(r / 10);
|
|
4407
4412
|
i = f.replace(/(零.)*零$/, "").replace(/^$/, "零") + l[0][t] + i;
|
|
4408
4413
|
}
|
|
4409
4414
|
return n + i.replace(/(零.)*零元/, "元").replace(/(零.)+/g, "零").replace(/^整$/, "零元整");
|
|
4410
4415
|
}
|
|
4411
|
-
function
|
|
4416
|
+
function pr(r, u = 2, e = !1) {
|
|
4412
4417
|
let l = Number(r);
|
|
4413
4418
|
if (isNaN(l) || !isFinite(l))
|
|
4414
4419
|
return "0.00";
|
|
@@ -4416,10 +4421,10 @@ function mr(r, u = 2, e = !1) {
|
|
|
4416
4421
|
l = Math.abs(l);
|
|
4417
4422
|
let i = l.toFixed(u);
|
|
4418
4423
|
e && (i = i.replace(/\.?0+$/, ""));
|
|
4419
|
-
const [t, f] = i.split("."),
|
|
4424
|
+
const [t, f] = i.split("."), x = t.replace(/\B(?=(\d{3})+(?!\d))/g, ","), v = f ? `${x}.${f}` : x;
|
|
4420
4425
|
return n ? `-${v}` : v;
|
|
4421
4426
|
}
|
|
4422
|
-
function
|
|
4427
|
+
function mr(r, u) {
|
|
4423
4428
|
let e = null;
|
|
4424
4429
|
return function(...l) {
|
|
4425
4430
|
e && clearTimeout(e), e = setTimeout(() => {
|
|
@@ -4435,7 +4440,7 @@ function xr(r, u) {
|
|
|
4435
4440
|
}, u));
|
|
4436
4441
|
};
|
|
4437
4442
|
}
|
|
4438
|
-
const
|
|
4443
|
+
const xe = {
|
|
4439
4444
|
RADIO: "radio",
|
|
4440
4445
|
RADIOBUTTON: "radio-button",
|
|
4441
4446
|
CHECKBOX: "checkbox",
|
|
@@ -4469,10 +4474,10 @@ const Me = {
|
|
|
4469
4474
|
const r = document.querySelector(".el-dialog");
|
|
4470
4475
|
if (!r || r.querySelector(".dialog-resize-handle"))
|
|
4471
4476
|
return;
|
|
4472
|
-
const u =
|
|
4473
|
-
r.appendChild(u),
|
|
4477
|
+
const u = hr();
|
|
4478
|
+
r.appendChild(u), yr(r), gr(r, u);
|
|
4474
4479
|
});
|
|
4475
|
-
},
|
|
4480
|
+
}, hr = () => {
|
|
4476
4481
|
const r = document.createElement("div");
|
|
4477
4482
|
return Object.assign(r.style, {
|
|
4478
4483
|
position: "absolute",
|
|
@@ -4484,7 +4489,7 @@ const Me = {
|
|
|
4484
4489
|
cursor: "nwse-resize",
|
|
4485
4490
|
zIndex: "999999999999"
|
|
4486
4491
|
}), r.className = "dialog-resize-handle", r;
|
|
4487
|
-
},
|
|
4492
|
+
}, yr = (r) => {
|
|
4488
4493
|
Object.assign(r.style, {
|
|
4489
4494
|
transition: "none",
|
|
4490
4495
|
minWidth: "300px",
|
|
@@ -4492,28 +4497,28 @@ const Me = {
|
|
|
4492
4497
|
resize: "none"
|
|
4493
4498
|
// 防止与原生resize冲突
|
|
4494
4499
|
});
|
|
4495
|
-
},
|
|
4500
|
+
}, gr = (r, u) => {
|
|
4496
4501
|
let e = !1, l, n, i, t;
|
|
4497
4502
|
const f = (y) => {
|
|
4498
|
-
y.preventDefault(), e = !0, l = y.clientX, n = y.clientY, i = parseInt(document.defaultView.getComputedStyle(r).width), t = parseInt(document.defaultView.getComputedStyle(r).height), document.addEventListener("mousemove",
|
|
4499
|
-
},
|
|
4503
|
+
y.preventDefault(), e = !0, l = y.clientX, n = y.clientY, i = parseInt(document.defaultView.getComputedStyle(r).width), t = parseInt(document.defaultView.getComputedStyle(r).height), document.addEventListener("mousemove", x), document.addEventListener("mouseup", v);
|
|
4504
|
+
}, x = (y) => {
|
|
4500
4505
|
if (!e) return;
|
|
4501
4506
|
const o = Math.max(300, i + y.clientX - l), d = Math.max(200, t + y.clientY - n);
|
|
4502
4507
|
r.style.width = `${o}px`, r.style.height = `${d}px`;
|
|
4503
4508
|
}, v = () => {
|
|
4504
|
-
e = !1, document.removeEventListener("mousemove",
|
|
4509
|
+
e = !1, document.removeEventListener("mousemove", x), document.removeEventListener("mouseup", v);
|
|
4505
4510
|
};
|
|
4506
4511
|
u.addEventListener("mousedown", f);
|
|
4507
4512
|
};
|
|
4508
4513
|
export {
|
|
4509
|
-
|
|
4514
|
+
xe as CT,
|
|
4510
4515
|
mt as bindResize,
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4516
|
+
fr as convertToPx,
|
|
4517
|
+
mr as debounce,
|
|
4518
|
+
Cr as default,
|
|
4514
4519
|
Ne as filterObject,
|
|
4515
|
-
|
|
4516
|
-
|
|
4520
|
+
vr as findTreeLabelByValue,
|
|
4521
|
+
pr as formatAmount,
|
|
4517
4522
|
qe as mergeObjects,
|
|
4518
4523
|
Ht as moneyToChinese,
|
|
4519
4524
|
pl as open,
|