vue-2024-ui 0.2.26 → 0.2.28
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 +921 -911
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { h as we, mergeModels as
|
|
3
|
-
import { CircleCheck as
|
|
4
|
-
import
|
|
5
|
-
import { Dexie as
|
|
6
|
-
var
|
|
1
|
+
import al, { ElForm as bt, ElButtonGroup as $t, ElButton as Oe, ElPopover as Dt, ElMessage as tt, ElMessageBox as Rt, ElDialog as rl, ElDrawer as ol } from "element-plus";
|
|
2
|
+
import { h as we, mergeModels as lt, useModel as at, ref as re, nextTick as ft, onMounted as pt, computed as ut, resolveComponent as L, openBlock as p, createElementBlock as R, Fragment as te, createElementVNode as X, createBlock as B, createCommentVNode as $e, unref as j, mergeProps as I, withCtx as _, renderSlot as C, renderList as W, createTextVNode as Ve, toDisplayString as ke, createSlots as be, createVNode as ee, normalizeStyle as qe, normalizeProps as xt, useSlots as Yt, inject as At, useAttrs as Bt, onUnmounted as nl, withModifiers as _t, resolveDynamicComponent as et, guardReactiveProps as ul, Transition as sl, withDirectives as il, vShow as dl, onBeforeUnmount as fl, normalizeClass as Lt, watchEffect as cl, onBeforeMount as vl, watch as pl, createApp as ml } from "vue";
|
|
3
|
+
import { CircleCheck as Ht, CircleCheckFilled as hl, Refresh as zt, Plus as yl, ZoomIn as gl, Delete as jt, More as bl, Search as $l, InfoFilled as Pt, Download as Nt, DocumentCopy as wl, View as _l, Edit as El, CirclePlus as kl, Setting as Cl, FullScreen as Dl, CopyDocument as Sl } from "@element-plus/icons-vue";
|
|
4
|
+
import Wt from "sortablejs";
|
|
5
|
+
import { Dexie as xl } from "dexie";
|
|
6
|
+
var Ml = {
|
|
7
7
|
name: "zh-cn",
|
|
8
8
|
el: {
|
|
9
9
|
breadcrumb: {
|
|
@@ -180,24 +180,24 @@ var xl = {
|
|
|
180
180
|
indicator: "幻灯片切换至索引 {index}"
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
|
-
},
|
|
184
|
-
function
|
|
183
|
+
}, Tl = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
184
|
+
function Gt(n) {
|
|
185
185
|
return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
|
|
186
186
|
}
|
|
187
|
-
var
|
|
187
|
+
var Xt = { exports: {} };
|
|
188
188
|
(function(n, s) {
|
|
189
189
|
(function(a, t) {
|
|
190
190
|
n.exports = t();
|
|
191
|
-
})(
|
|
192
|
-
var a = 1e3, t = 6e4, r = 36e5, e = "millisecond", h = "second", c = "minute", S = "hour", f = "day", v = "week", u = "month", d = "quarter", $ = "year", le = "date",
|
|
191
|
+
})(Tl, function() {
|
|
192
|
+
var a = 1e3, t = 6e4, r = 36e5, e = "millisecond", h = "second", c = "minute", S = "hour", f = "day", v = "week", u = "month", d = "quarter", $ = "year", le = "date", O = "Invalid Date", G = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, D = /\[([^\]]+)]|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, ne = { 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) {
|
|
193
193
|
var g = ["th", "st", "nd", "rd"], i = w % 100;
|
|
194
194
|
return "[" + w + (g[(i - 20) % 10] || g[i] || g[0]) + "]";
|
|
195
|
-
} },
|
|
195
|
+
} }, de = function(w, g, i) {
|
|
196
196
|
var V = String(w);
|
|
197
197
|
return !V || V.length >= g ? w : "" + Array(g + 1 - V.length).join(i) + w;
|
|
198
|
-
}, pe = { s:
|
|
198
|
+
}, pe = { s: de, z: function(w) {
|
|
199
199
|
var g = -w.utcOffset(), i = Math.abs(g), V = Math.floor(i / 60), E = i % 60;
|
|
200
|
-
return (g <= 0 ? "+" : "-") +
|
|
200
|
+
return (g <= 0 ? "+" : "-") + de(V, 2, "0") + ":" + de(E, 2, "0");
|
|
201
201
|
}, m: function w(g, i) {
|
|
202
202
|
if (g.date() < i.date()) return -w(i, g);
|
|
203
203
|
var V = 12 * (i.year() - g.year()) + (i.month() - g.month()), E = g.clone().add(V, u), q = i - E < 0, T = g.clone().add(V + (q ? -1 : 1), u);
|
|
@@ -208,13 +208,13 @@ var Gt = { exports: {} };
|
|
|
208
208
|
return { M: u, y: $, w: v, d: f, D: le, h: S, m: c, s: h, ms: e, Q: d }[w] || String(w || "").toLowerCase().replace(/s$/, "");
|
|
209
209
|
}, u: function(w) {
|
|
210
210
|
return w === void 0;
|
|
211
|
-
} },
|
|
212
|
-
ie[
|
|
213
|
-
var ge = "$isDayjsObject",
|
|
214
|
-
return w instanceof
|
|
211
|
+
} }, fe = "en", ie = {};
|
|
212
|
+
ie[fe] = ne;
|
|
213
|
+
var ge = "$isDayjsObject", xe = function(w) {
|
|
214
|
+
return w instanceof Ie || !(!w || !w[ge]);
|
|
215
215
|
}, De = function w(g, i, V) {
|
|
216
216
|
var E;
|
|
217
|
-
if (!g) return
|
|
217
|
+
if (!g) return fe;
|
|
218
218
|
if (typeof g == "string") {
|
|
219
219
|
var q = g.toLowerCase();
|
|
220
220
|
ie[q] && (E = q), i && (ie[q] = i, E = q);
|
|
@@ -224,16 +224,16 @@ var Gt = { exports: {} };
|
|
|
224
224
|
var Q = g.name;
|
|
225
225
|
ie[Q] = g, E = Q;
|
|
226
226
|
}
|
|
227
|
-
return !V && E && (
|
|
227
|
+
return !V && E && (fe = E), E || !V && fe;
|
|
228
228
|
}, J = function(w, g) {
|
|
229
|
-
if (
|
|
229
|
+
if (xe(w)) return w.clone();
|
|
230
230
|
var i = typeof g == "object" ? g : {};
|
|
231
|
-
return i.date = w, i.args = arguments, new
|
|
231
|
+
return i.date = w, i.args = arguments, new Ie(i);
|
|
232
232
|
}, K = pe;
|
|
233
|
-
K.l = De, K.i =
|
|
233
|
+
K.l = De, K.i = xe, K.w = function(w, g) {
|
|
234
234
|
return J(w, { locale: g.$L, utc: g.$u, x: g.$x, $offset: g.$offset });
|
|
235
235
|
};
|
|
236
|
-
var
|
|
236
|
+
var Ie = function() {
|
|
237
237
|
function w(i) {
|
|
238
238
|
this.$L = De(i.locale, null, !0), this.parse(i), this.$x = this.$x || i.x || {}, this[ge] = !0;
|
|
239
239
|
}
|
|
@@ -259,7 +259,7 @@ var Gt = { exports: {} };
|
|
|
259
259
|
}, g.$utils = function() {
|
|
260
260
|
return K;
|
|
261
261
|
}, g.isValid = function() {
|
|
262
|
-
return this.$d.toString() !==
|
|
262
|
+
return this.$d.toString() !== O;
|
|
263
263
|
}, g.isSame = function(i, V) {
|
|
264
264
|
var E = J(i);
|
|
265
265
|
return this.startOf(V) <= E && E <= this.endOf(V);
|
|
@@ -274,11 +274,11 @@ var Gt = { exports: {} };
|
|
|
274
274
|
}, g.valueOf = function() {
|
|
275
275
|
return this.$d.getTime();
|
|
276
276
|
}, g.startOf = function(i, V) {
|
|
277
|
-
var E = this, q = !!K.u(V) || V, T = K.p(i), Q = function(
|
|
278
|
-
var
|
|
279
|
-
return q ?
|
|
280
|
-
}, oe = function(
|
|
281
|
-
return K.w(E.toDate()[
|
|
277
|
+
var E = this, q = !!K.u(V) || V, T = K.p(i), Q = function(Te, A) {
|
|
278
|
+
var k = K.w(E.$u ? Date.UTC(E.$y, A, Te) : new Date(E.$y, A, Te), E);
|
|
279
|
+
return q ? k : k.endOf(f);
|
|
280
|
+
}, oe = function(Te, A) {
|
|
281
|
+
return K.w(E.toDate()[Te].apply(E.toDate("s"), (q ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(A)), E);
|
|
282
282
|
}, ae = this.$W, H = this.$M, z = this.$D, Se = "set" + (this.$u ? "UTC" : "");
|
|
283
283
|
switch (T) {
|
|
284
284
|
case $:
|
|
@@ -286,8 +286,8 @@ var Gt = { exports: {} };
|
|
|
286
286
|
case u:
|
|
287
287
|
return q ? Q(1, H) : Q(0, H + 1);
|
|
288
288
|
case v:
|
|
289
|
-
var me = this.$locale().weekStart || 0,
|
|
290
|
-
return Q(q ? z -
|
|
289
|
+
var me = this.$locale().weekStart || 0, Me = (ae < me ? ae + 7 : ae) - me;
|
|
290
|
+
return Q(q ? z - Me : z + (6 - Me), H);
|
|
291
291
|
case f:
|
|
292
292
|
case le:
|
|
293
293
|
return oe(Se + "Hours", 0);
|
|
@@ -330,18 +330,18 @@ var Gt = { exports: {} };
|
|
|
330
330
|
return this.add(-1 * i, V);
|
|
331
331
|
}, g.format = function(i) {
|
|
332
332
|
var V = this, E = this.$locale();
|
|
333
|
-
if (!this.isValid()) return E.invalidDate ||
|
|
334
|
-
var q = i || "YYYY-MM-DDTHH:mm:ssZ", T = K.z(this), Q = this.$H, oe = this.$m, ae = this.$M, H = E.weekdays, z = E.months, Se = E.meridiem, me = function(
|
|
335
|
-
return
|
|
336
|
-
},
|
|
337
|
-
return K.s(Q % 12 || 12,
|
|
338
|
-
},
|
|
339
|
-
var
|
|
340
|
-
return
|
|
333
|
+
if (!this.isValid()) return E.invalidDate || O;
|
|
334
|
+
var q = i || "YYYY-MM-DDTHH:mm:ssZ", T = K.z(this), Q = this.$H, oe = this.$m, ae = this.$M, H = E.weekdays, z = E.months, Se = E.meridiem, me = function(A, k, ye, Ae) {
|
|
335
|
+
return A && (A[k] || A(V, q)) || ye[k].slice(0, Ae);
|
|
336
|
+
}, Me = function(A) {
|
|
337
|
+
return K.s(Q % 12 || 12, A, "0");
|
|
338
|
+
}, Te = Se || function(A, k, ye) {
|
|
339
|
+
var Ae = A < 12 ? "AM" : "PM";
|
|
340
|
+
return ye ? Ae.toLowerCase() : Ae;
|
|
341
341
|
};
|
|
342
|
-
return q.replace(D, function(
|
|
343
|
-
return
|
|
344
|
-
switch (
|
|
342
|
+
return q.replace(D, function(A, k) {
|
|
343
|
+
return k || function(ye) {
|
|
344
|
+
switch (ye) {
|
|
345
345
|
case "YY":
|
|
346
346
|
return String(V.$y).slice(-2);
|
|
347
347
|
case "YYYY":
|
|
@@ -371,13 +371,13 @@ var Gt = { exports: {} };
|
|
|
371
371
|
case "HH":
|
|
372
372
|
return K.s(Q, 2, "0");
|
|
373
373
|
case "h":
|
|
374
|
-
return
|
|
374
|
+
return Me(1);
|
|
375
375
|
case "hh":
|
|
376
|
-
return
|
|
376
|
+
return Me(2);
|
|
377
377
|
case "a":
|
|
378
|
-
return
|
|
378
|
+
return Te(Q, oe, !0);
|
|
379
379
|
case "A":
|
|
380
|
-
return
|
|
380
|
+
return Te(Q, oe, !1);
|
|
381
381
|
case "m":
|
|
382
382
|
return String(oe);
|
|
383
383
|
case "mm":
|
|
@@ -392,7 +392,7 @@ var Gt = { exports: {} };
|
|
|
392
392
|
return T;
|
|
393
393
|
}
|
|
394
394
|
return null;
|
|
395
|
-
}(
|
|
395
|
+
}(A) || T.replace(":", "");
|
|
396
396
|
});
|
|
397
397
|
}, g.utcOffset = function() {
|
|
398
398
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
@@ -448,20 +448,20 @@ var Gt = { exports: {} };
|
|
|
448
448
|
}, g.toString = function() {
|
|
449
449
|
return this.$d.toUTCString();
|
|
450
450
|
}, w;
|
|
451
|
-
}(), x =
|
|
451
|
+
}(), x = Ie.prototype;
|
|
452
452
|
return J.prototype = x, [["$ms", e], ["$s", h], ["$m", c], ["$H", S], ["$W", f], ["$M", u], ["$y", $], ["$D", le]].forEach(function(w) {
|
|
453
453
|
x[w[1]] = function(g) {
|
|
454
454
|
return this.$g(g, w[0], w[1]);
|
|
455
455
|
};
|
|
456
456
|
}), J.extend = function(w, g) {
|
|
457
|
-
return w.$i || (w(g,
|
|
458
|
-
}, J.locale = De, J.isDayjs =
|
|
457
|
+
return w.$i || (w(g, Ie, J), w.$i = !0), J;
|
|
458
|
+
}, J.locale = De, J.isDayjs = xe, J.unix = function(w) {
|
|
459
459
|
return J(1e3 * w);
|
|
460
|
-
}, J.en = ie[
|
|
460
|
+
}, J.en = ie[fe], J.Ls = ie, J.p = {}, J;
|
|
461
461
|
});
|
|
462
|
-
})(
|
|
463
|
-
var
|
|
464
|
-
const
|
|
462
|
+
})(Xt);
|
|
463
|
+
var Fl = Xt.exports;
|
|
464
|
+
const St = /* @__PURE__ */ Gt(Fl), Qt = {
|
|
465
465
|
inline: !0,
|
|
466
466
|
type: "hidden",
|
|
467
467
|
"scroll-to-error": !0,
|
|
@@ -492,7 +492,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
492
492
|
label: "提交",
|
|
493
493
|
plain: !0,
|
|
494
494
|
hidden: !1,
|
|
495
|
-
icon: () => we(
|
|
495
|
+
icon: () => we(Ht)
|
|
496
496
|
},
|
|
497
497
|
//保存并提交按钮属性
|
|
498
498
|
saveSubmit: {
|
|
@@ -501,7 +501,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
501
501
|
label: "保存提交",
|
|
502
502
|
plain: !0,
|
|
503
503
|
hidden: !0,
|
|
504
|
-
icon: () => we(
|
|
504
|
+
icon: () => we(hl)
|
|
505
505
|
},
|
|
506
506
|
//表单重置按钮属性
|
|
507
507
|
reset: {
|
|
@@ -509,43 +509,43 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
509
509
|
label: "重置",
|
|
510
510
|
hidden: !0,
|
|
511
511
|
plain: !0,
|
|
512
|
-
icon: () => we(
|
|
512
|
+
icon: () => we(zt)
|
|
513
513
|
},
|
|
514
514
|
slots: {},
|
|
515
515
|
tabs: {
|
|
516
516
|
type: "card",
|
|
517
517
|
editable: !1
|
|
518
518
|
}
|
|
519
|
-
},
|
|
519
|
+
}, rt = (n, s) => {
|
|
520
520
|
const a = n.__vccOpts || n;
|
|
521
521
|
for (const [t, r] of s)
|
|
522
522
|
a[t] = r;
|
|
523
523
|
return a;
|
|
524
|
-
},
|
|
524
|
+
}, Vl = {
|
|
525
525
|
style: { display: "flex", width: "100%" },
|
|
526
526
|
class: "g-ctrl-container"
|
|
527
|
-
},
|
|
527
|
+
}, ql = { style: { width: "var(--up-width)", height: "var(--up-height)", position: "relative", "box-sizing": "border-box" } }, Al = ["title"], Bl = ["innerHTML"], Ol = ["innerHTML"], Il = ["innerHTML"], Ul = ["innerHTML"], Rl = ["innerHTML"], Yl = ["innerHTML"], Ll = ["innerHTML"], Hl = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
528
528
|
__name: "g-ctrl",
|
|
529
|
-
props: /* @__PURE__ */
|
|
529
|
+
props: /* @__PURE__ */ lt(["t", "ctrlKey", "item", "model", "ctrlType", "formInfo"], {
|
|
530
530
|
modelValue: { required: !0 },
|
|
531
531
|
modelModifiers: {}
|
|
532
532
|
}),
|
|
533
533
|
emits: ["update:modelValue"],
|
|
534
534
|
setup(n) {
|
|
535
|
-
var
|
|
536
|
-
const s =
|
|
537
|
-
!((
|
|
538
|
-
const d = re({ display: "flex", flex: 1 }), $ = a.t === "t" ? "center" : "flex-start", le = ((
|
|
535
|
+
var w, g, i, V, E, q, T, Q, oe, ae, H, z, Se, me, Me, Te;
|
|
536
|
+
const s = at(n, "modelValue"), a = n, t = re(a.item || {}), r = re(a.ctrlKey), e = re(a.ctrlType), h = re(a.model), c = re([]), S = re([]), f = re(!1), v = re(!1), u = re((g = (w = h == null ? void 0 : h.value) == null ? void 0 : w.form) != null && g["default-placeholder"] ? (V = (i = h == null ? void 0 : h.value) == null ? void 0 : i[r == null ? void 0 : r.value]) == null ? void 0 : V.label : "");
|
|
537
|
+
!((E = e.value) != null && E.startsWith("text")) && !((q = e.value) != null && q.startsWith("link")) && !((T = e.value) != null && T.startsWith("tag")) && !((Q = e.value) != null && Q.startsWith("div")) && !((oe = e.value) != null && oe.startsWith("span")) && !((ae = e.value) != null && ae.startsWith("avatar")) && ((H = t.value) != null && H.style || (t.value.style = { width: ((Se = (z = t.value) == null ? void 0 : z.style) == null ? void 0 : Se.width) || "100%" }));
|
|
538
|
+
const d = re({ display: "flex", flex: 1 }), $ = a.t === "t" ? "center" : "flex-start", le = ((me = t.value) == null ? void 0 : me.style) || {};
|
|
539
539
|
d.value = { ...d.value, justifyContent: $, ...le };
|
|
540
|
-
const
|
|
541
|
-
const
|
|
542
|
-
return
|
|
540
|
+
const O = () => {
|
|
541
|
+
const A = Yt(), k = Object.keys(A), ye = `${a.t}-${r.value}-`;
|
|
542
|
+
return k.filter((ze) => ze.startsWith(ye)).map((ze) => ze.replace(ye, ""));
|
|
543
543
|
}, G = re({
|
|
544
544
|
multiple: !1,
|
|
545
545
|
"show-file-list": !1,
|
|
546
546
|
"file-list": [],
|
|
547
|
-
showDel: (
|
|
548
|
-
}), D = re(t.value.innerHtml),
|
|
547
|
+
showDel: (Me = t.value) != null && Me.showDel ? (Te = t.value) == null ? void 0 : Te.showDel : a.t !== "t"
|
|
548
|
+
}), D = re(t.value.innerHtml), ne = (A) => [
|
|
549
549
|
"year",
|
|
550
550
|
"years",
|
|
551
551
|
"month",
|
|
@@ -558,7 +558,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
558
558
|
"daterange",
|
|
559
559
|
"monthrange",
|
|
560
560
|
"yearrange"
|
|
561
|
-
].includes(
|
|
561
|
+
].includes(A), de = (A) => ({
|
|
562
562
|
year: "YYYY",
|
|
563
563
|
years: "YYYY",
|
|
564
564
|
month: "YYYY-MM",
|
|
@@ -572,62 +572,70 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
572
572
|
daterange: "YYYY-MM-DD",
|
|
573
573
|
monthrange: "YYYY-MM",
|
|
574
574
|
yearrange: "YYYY"
|
|
575
|
-
})[
|
|
575
|
+
})[A] || "YYYY-MM-DD", pe = re({
|
|
576
576
|
filterable: !0,
|
|
577
577
|
remote: !!(t.value && t.value["remote-method"]),
|
|
578
578
|
...t.value
|
|
579
|
-
}),
|
|
580
|
-
t.value["remote-method"](
|
|
581
|
-
|
|
582
|
-
S.value =
|
|
579
|
+
}), fe = re((A) => {
|
|
580
|
+
t.value["remote-method"](A, (k) => {
|
|
581
|
+
ft(() => {
|
|
582
|
+
S.value = k;
|
|
583
583
|
});
|
|
584
584
|
});
|
|
585
|
-
}), ie = async (
|
|
586
|
-
var
|
|
585
|
+
}), ie = async (A = "options") => {
|
|
586
|
+
var k;
|
|
587
587
|
try {
|
|
588
|
-
const
|
|
589
|
-
if (typeof
|
|
590
|
-
S.value = [{ label:
|
|
588
|
+
const ye = await ((k = t.value) == null ? void 0 : k.getDicts(a.formInfo));
|
|
589
|
+
if (typeof ye == "string")
|
|
590
|
+
S.value = [{ label: ye, value: s.value }];
|
|
591
591
|
else {
|
|
592
|
-
const
|
|
593
|
-
...
|
|
594
|
-
value:
|
|
595
|
-
label:
|
|
592
|
+
const Ae = ye == null ? void 0 : ye.map((He, ze) => ({
|
|
593
|
+
...He,
|
|
594
|
+
value: He.value ?? He.label ?? ze,
|
|
595
|
+
label: He.label || "未知选项"
|
|
596
596
|
}));
|
|
597
|
-
S.value =
|
|
597
|
+
S.value = Ae || [];
|
|
598
598
|
}
|
|
599
|
-
} catch (
|
|
600
|
-
throw console.error("获取选项失败:",
|
|
599
|
+
} catch (ye) {
|
|
600
|
+
throw console.error("获取选项失败:", ye), ye;
|
|
601
601
|
}
|
|
602
602
|
}, ge = () => {
|
|
603
|
-
var
|
|
604
|
-
t.value.noSearch !== !0 && a.t === "q" && ((
|
|
605
|
-
},
|
|
606
|
-
|
|
607
|
-
}, De = (
|
|
603
|
+
var A, k;
|
|
604
|
+
t.value.noSearch !== !0 && a.t === "q" && ((k = (A = h.value) == null ? void 0 : A.table) == null || k.load());
|
|
605
|
+
}, xe = (A) => {
|
|
606
|
+
A.preventDefault(), A.stopPropagation(), s.value = "";
|
|
607
|
+
}, De = (A) => {
|
|
608
608
|
f.value = !0;
|
|
609
|
-
}, J = (
|
|
610
|
-
|
|
611
|
-
}, K = re(null)
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
609
|
+
}, J = (A) => {
|
|
610
|
+
A.preventDefault(), A.stopPropagation(), f.value = !0;
|
|
611
|
+
}, K = re(null), Ie = (A) => {
|
|
612
|
+
if (A === "") {
|
|
613
|
+
s.value = "";
|
|
614
|
+
return;
|
|
615
|
+
}
|
|
616
|
+
let k = A.replace(/[^\d.]/g, "");
|
|
617
|
+
const ye = k.split(".");
|
|
618
|
+
ye.length > 2 && (k = ye[0] + "." + ye.slice(1).join("")), k = k.replace(/^\./, ""), k = k.replace(/^0+(\d)/, "$1"), k === "" && (k = "0"), s.value = k;
|
|
619
|
+
};
|
|
620
|
+
pt(async () => {
|
|
621
|
+
var ye, Ae, He, ze, ot;
|
|
622
|
+
t.value && t.value["remote-method"] && (pe.value["remote-method"] = fe), (Ae = (ye = h.value[r.value]) == null ? void 0 : ye.options) != null && Ae.length && (S.value = h.value[r.value].options);
|
|
623
|
+
const A = (Ue, je = "options", Pe = h.value[r.value]) => {
|
|
624
|
+
typeof t.value.getDicts == "function" && ie(je).catch((Ne) => {
|
|
625
|
+
console.error(`Failed to load ${je} for ${Ue}:`, Ne);
|
|
618
626
|
});
|
|
619
627
|
};
|
|
620
|
-
if (["radio", "radio-button", "checkbox-group", "checkbox-group-button", "select", "cascader"].includes(e.value) &&
|
|
628
|
+
if (["radio", "radio-button", "checkbox-group", "checkbox-group-button", "select", "cascader"].includes(e.value) && A(e.value), e.value === Ee.TREESELECT && await (async () => {
|
|
621
629
|
try {
|
|
622
630
|
typeof t.value.getDicts == "function" ? c.value = await t.value.getDicts(a.formInfo) : c.value = S.value;
|
|
623
|
-
} catch (
|
|
624
|
-
console.error("Failed to load data for tree-select:",
|
|
631
|
+
} catch (je) {
|
|
632
|
+
console.error("Failed to load data for tree-select:", je);
|
|
625
633
|
}
|
|
626
634
|
})(), a.t == "q") {
|
|
627
|
-
let
|
|
628
|
-
(
|
|
629
|
-
var
|
|
630
|
-
(
|
|
635
|
+
let Ue = t.value.type || e.value;
|
|
636
|
+
(Ue === void 0 || e.value === "input" || Ue == Ee.NUMBER || Ue == Ee.EMAIL || Ue == "url" || Ue == "text") && t.value.onKeyup == null && (t.value.onKeyup = (je) => {
|
|
637
|
+
var Pe, Ne;
|
|
638
|
+
(je.keyCode === 13 || je.key === "Enter") && ((Ne = (Pe = h.value) == null ? void 0 : Pe.table) == null || Ne.load());
|
|
631
639
|
}), [
|
|
632
640
|
"radio",
|
|
633
641
|
"switch",
|
|
@@ -644,88 +652,88 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
644
652
|
"datetime",
|
|
645
653
|
"datetimerange",
|
|
646
654
|
"week"
|
|
647
|
-
].includes(
|
|
648
|
-
var
|
|
649
|
-
(
|
|
655
|
+
].includes(Ue) && t.value.onChange === void 0 && (t.value.onChange = (je) => {
|
|
656
|
+
var Pe, Ne;
|
|
657
|
+
(Ne = (Pe = h.value) == null ? void 0 : Pe.table) == null || Ne.load();
|
|
650
658
|
});
|
|
651
659
|
}
|
|
652
|
-
e.value == "image" && (t.value.width && ((
|
|
660
|
+
e.value == "image" && (t.value.width && ((He = K.value) != null && He.$el) && K.value.$el.style.setProperty("--up-width", typeof t.value.width == "number" ? t.value.width + "px" : t.value.width), t.value.height && ((ze = K.value) != null && ze.$el) && K.value.$el.style.setProperty("--up-height", typeof t.value.height == "number" ? t.value.height + "px" : t.value.height), t.value.fontSize && ((ot = K.value) != null && ot.$el) && K.value.$el.style.setProperty("--up-font-size", typeof t.value.fontSize == "number" ? t.value.fontSize + "px" : t.value.fontSize));
|
|
653
661
|
});
|
|
654
|
-
const
|
|
655
|
-
var
|
|
656
|
-
return t.value["file-list"] && t.value["file-list"].length ? (
|
|
662
|
+
const x = ut(() => {
|
|
663
|
+
var A;
|
|
664
|
+
return t.value["file-list"] && t.value["file-list"].length ? (A = t.value["file-list"]) == null ? void 0 : A.map((k) => k == null ? void 0 : k.url) : [s.value];
|
|
657
665
|
});
|
|
658
|
-
return (
|
|
659
|
-
var
|
|
660
|
-
const
|
|
661
|
-
return p(),
|
|
666
|
+
return (A, k) => {
|
|
667
|
+
var ue, Ze, Je, Xe, Qe, nt, Y, Ye, Ke, vt;
|
|
668
|
+
const ye = L("el-image-viewer"), Ae = L("el-radio"), He = L("el-radio-group"), ze = L("el-radio-button"), ot = L("el-checkbox"), Ue = L("el-checkbox-group"), je = L("el-checkbox-button"), Pe = L("g-select-option"), Ne = L("el-option"), mt = L("el-select"), l = L("el-tree-select"), o = L("el-time-picker"), m = L("el-time-select"), b = L("el-date-picker"), F = L("el-color-picker"), U = L("el-rate"), N = L("el-slider"), he = L("el-switch"), _e = L("el-transfer"), Be = L("el-cascader"), Re = L("el-icon"), Le = L("el-image"), We = L("el-tooltip"), it = L("el-upload"), ht = L("el-autocomplete"), yt = L("el-input-number"), ct = L("el-input"), P = L("el-link"), ce = L("el-text"), M = L("el-avatar"), Z = L("el-tag");
|
|
669
|
+
return p(), R(te, null, [
|
|
662
670
|
X("div", null, [
|
|
663
|
-
f.value ? (p(),
|
|
671
|
+
f.value ? (p(), B(ye, {
|
|
664
672
|
key: 0,
|
|
665
673
|
teleported: !0,
|
|
666
|
-
"url-list":
|
|
667
|
-
onClose:
|
|
674
|
+
"url-list": x.value,
|
|
675
|
+
onClose: k[0] || (k[0] = (y) => f.value = !1)
|
|
668
676
|
}, null, 8, ["url-list"])) : $e("", !0)
|
|
669
677
|
]),
|
|
670
|
-
X("div",
|
|
671
|
-
e.value ==
|
|
678
|
+
X("div", Vl, [
|
|
679
|
+
e.value == j(Ee).RADIO ? (p(), B(He, I({
|
|
672
680
|
key: 0,
|
|
673
681
|
modelValue: s.value,
|
|
674
|
-
"onUpdate:modelValue":
|
|
682
|
+
"onUpdate:modelValue": k[1] || (k[1] = (y) => s.value = y),
|
|
675
683
|
disabled: h.value[r.value].disabled
|
|
676
684
|
}, t.value), {
|
|
677
685
|
default: _(() => [
|
|
678
|
-
|
|
679
|
-
(p(!0),
|
|
686
|
+
C(A.$slots, `${a.t}-${r.value}`, { data: t.value }, () => [
|
|
687
|
+
(p(!0), R(te, null, W(S.value, (y) => (p(), B(Ae, I({ ref_for: !0 }, y), {
|
|
680
688
|
default: _(() => [
|
|
681
|
-
|
|
689
|
+
C(A.$slots, `${a.t}-${r.value}-options`, { option: y }, void 0, !0)
|
|
682
690
|
]),
|
|
683
691
|
_: 2
|
|
684
692
|
}, 1040))), 256))
|
|
685
693
|
], !0)
|
|
686
694
|
]),
|
|
687
695
|
_: 3
|
|
688
|
-
}, 16, ["modelValue", "disabled"])) : e.value ==
|
|
696
|
+
}, 16, ["modelValue", "disabled"])) : e.value == j(Ee).RADIOBUTTON ? (p(), B(He, I({
|
|
689
697
|
key: 1,
|
|
690
698
|
modelValue: s.value,
|
|
691
|
-
"onUpdate:modelValue":
|
|
699
|
+
"onUpdate:modelValue": k[2] || (k[2] = (y) => s.value = y),
|
|
692
700
|
disabled: h.value[r.value].disabled
|
|
693
701
|
}, t.value), {
|
|
694
702
|
default: _(() => [
|
|
695
|
-
|
|
696
|
-
(p(!0),
|
|
703
|
+
C(A.$slots, `${a.t}-${r.value}`, { data: t.value }, () => [
|
|
704
|
+
(p(!0), R(te, null, W(S.value, (y) => (p(), B(ze, I({ ref_for: !0 }, y), {
|
|
697
705
|
default: _(() => [
|
|
698
|
-
|
|
706
|
+
C(A.$slots, `${a.t}-${r.value}-options`, { option: y }, void 0, !0)
|
|
699
707
|
]),
|
|
700
708
|
_: 2
|
|
701
709
|
}, 1040))), 256))
|
|
702
710
|
], !0)
|
|
703
711
|
]),
|
|
704
712
|
_: 3
|
|
705
|
-
}, 16, ["modelValue", "disabled"])) : e.value ==
|
|
713
|
+
}, 16, ["modelValue", "disabled"])) : e.value == j(Ee).CHECKBOX ? (p(), B(ot, I({
|
|
706
714
|
key: 2,
|
|
707
715
|
modelValue: s.value,
|
|
708
|
-
"onUpdate:modelValue":
|
|
716
|
+
"onUpdate:modelValue": k[3] || (k[3] = (y) => s.value = y),
|
|
709
717
|
disabled: h.value[r.value].disabled
|
|
710
718
|
}, t.value), {
|
|
711
719
|
default: _(() => [
|
|
712
|
-
|
|
713
|
-
|
|
720
|
+
C(A.$slots, `${a.t}-${r.value}`, { data: t.value }, () => [
|
|
721
|
+
k[28] || (k[28] = Ve(ke(" ")))
|
|
714
722
|
], !0)
|
|
715
723
|
]),
|
|
716
724
|
_: 3
|
|
717
|
-
}, 16, ["modelValue", "disabled"])) : e.value ==
|
|
725
|
+
}, 16, ["modelValue", "disabled"])) : e.value == j(Ee).CHECKBOXGROUP ? (p(), B(Ue, I({
|
|
718
726
|
key: 3,
|
|
719
727
|
modelValue: s.value,
|
|
720
|
-
"onUpdate:modelValue":
|
|
728
|
+
"onUpdate:modelValue": k[4] || (k[4] = (y) => s.value = y),
|
|
721
729
|
disabled: h.value[r.value].disabled
|
|
722
730
|
}, t.value), {
|
|
723
731
|
default: _(() => [
|
|
724
|
-
|
|
725
|
-
(p(!0),
|
|
732
|
+
C(A.$slots, `${a.t}-${r.value}`, { data: t.value }, () => [
|
|
733
|
+
(p(!0), R(te, null, W(S.value, (y) => (p(), B(ot, I({ ref_for: !0 }, y), {
|
|
726
734
|
default: _(() => [
|
|
727
|
-
|
|
728
|
-
Ve(
|
|
735
|
+
C(A.$slots, `${a.t}-${r.value}-options`, { option: y }, () => [
|
|
736
|
+
Ve(ke(y.label), 1)
|
|
729
737
|
], !0)
|
|
730
738
|
]),
|
|
731
739
|
_: 2
|
|
@@ -733,64 +741,64 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
733
741
|
], !0)
|
|
734
742
|
]),
|
|
735
743
|
_: 3
|
|
736
|
-
}, 16, ["modelValue", "disabled"])) : e.value ==
|
|
744
|
+
}, 16, ["modelValue", "disabled"])) : e.value == j(Ee).CHECKBOXGROUPBUTTON ? (p(), B(Ue, I({
|
|
737
745
|
key: 4,
|
|
738
746
|
modelValue: s.value,
|
|
739
|
-
"onUpdate:modelValue":
|
|
747
|
+
"onUpdate:modelValue": k[5] || (k[5] = (y) => s.value = y),
|
|
740
748
|
disabled: h.value[r.value].disabled
|
|
741
749
|
}, t.value), {
|
|
742
750
|
default: _(() => [
|
|
743
|
-
|
|
744
|
-
(p(!0),
|
|
751
|
+
C(A.$slots, `${a.t}-${r.value}`, { data: t.value }, () => [
|
|
752
|
+
(p(!0), R(te, null, W(S.value, (y) => (p(), B(je, I({ ref_for: !0 }, y), {
|
|
745
753
|
default: _(() => [
|
|
746
|
-
|
|
754
|
+
C(A.$slots, `${a.t}-${r.value}-options`, { option: y }, void 0, !0)
|
|
747
755
|
]),
|
|
748
756
|
_: 2
|
|
749
757
|
}, 1040))), 256))
|
|
750
758
|
], !0)
|
|
751
759
|
]),
|
|
752
760
|
_: 3
|
|
753
|
-
}, 16, ["modelValue", "disabled"])) : e.value ===
|
|
761
|
+
}, 16, ["modelValue", "disabled"])) : e.value === j(Ee).SELECT ? (p(), B(mt, I({
|
|
754
762
|
key: 5,
|
|
755
763
|
modelValue: s.value,
|
|
756
|
-
"onUpdate:modelValue":
|
|
764
|
+
"onUpdate:modelValue": k[6] || (k[6] = (y) => s.value = y),
|
|
757
765
|
placeholder: u.value,
|
|
758
766
|
clearable: !0,
|
|
759
|
-
onClear:
|
|
767
|
+
onClear: k[7] || (k[7] = () => {
|
|
760
768
|
a.t == "q" && h.value.table.load();
|
|
761
769
|
}),
|
|
762
770
|
disabled: h.value[r.value].disabled
|
|
763
771
|
}, pe.value), be({
|
|
764
772
|
default: _(() => [
|
|
765
|
-
|
|
766
|
-
(p(!0),
|
|
773
|
+
C(A.$slots, `${a.t}-${r.value}`, { options: S.value }, () => [
|
|
774
|
+
(p(!0), R(te, null, W(S.value, (y) => (p(), R(te, {
|
|
767
775
|
key: y.value
|
|
768
776
|
}, [
|
|
769
|
-
ee(
|
|
770
|
-
onClick: (
|
|
777
|
+
ee(Ne, I({ ref_for: !0 }, j(Ge)(y, (se) => se != "children"), {
|
|
778
|
+
onClick: (se) => {
|
|
771
779
|
pe.value.change && pe.value.change(y), ge();
|
|
772
780
|
}
|
|
773
781
|
}), {
|
|
774
782
|
default: _(() => {
|
|
775
|
-
var
|
|
783
|
+
var se;
|
|
776
784
|
return [
|
|
777
|
-
(
|
|
785
|
+
(se = t.value) != null && se.columns ? C(A.$slots, `${a.t}-${r.value}-options`, {
|
|
778
786
|
key: 0,
|
|
779
787
|
option: y
|
|
780
788
|
}, () => {
|
|
781
|
-
var
|
|
789
|
+
var Ce;
|
|
782
790
|
return [
|
|
783
|
-
ee(
|
|
784
|
-
columns: (
|
|
791
|
+
ee(Pe, {
|
|
792
|
+
columns: (Ce = t.value) == null ? void 0 : Ce.columns,
|
|
785
793
|
data: y,
|
|
786
794
|
t: a.t
|
|
787
795
|
}, be({ _: 2 }, [
|
|
788
|
-
W(
|
|
789
|
-
name:
|
|
790
|
-
fn: _((
|
|
791
|
-
|
|
796
|
+
W(A.$slots, (dt, Ct) => ({
|
|
797
|
+
name: Ct,
|
|
798
|
+
fn: _((gt) => [
|
|
799
|
+
C(A.$slots, Ct, {
|
|
792
800
|
option: y,
|
|
793
|
-
data:
|
|
801
|
+
data: gt,
|
|
794
802
|
form: n.formInfo
|
|
795
803
|
}, void 0, !0)
|
|
796
804
|
])
|
|
@@ -802,35 +810,35 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
802
810
|
}),
|
|
803
811
|
_: 2
|
|
804
812
|
}, 1040, ["onClick"]),
|
|
805
|
-
y.children && y.children.length ? (p(!0),
|
|
813
|
+
y.children && y.children.length ? (p(!0), R(te, { key: 0 }, W(y.children, (se) => (p(), B(Ne, I({
|
|
806
814
|
style: { "margin-left": "20px" },
|
|
807
|
-
key:
|
|
815
|
+
key: se.value,
|
|
808
816
|
ref_for: !0
|
|
809
|
-
},
|
|
810
|
-
onClick: (
|
|
811
|
-
pe.value.change && pe.value.change(
|
|
817
|
+
}, j(Ge)(se, (Ce) => Ce != "children"), {
|
|
818
|
+
onClick: (Ce) => {
|
|
819
|
+
pe.value.change && pe.value.change(se), ge();
|
|
812
820
|
}
|
|
813
821
|
}), {
|
|
814
822
|
default: _(() => {
|
|
815
|
-
var
|
|
823
|
+
var Ce;
|
|
816
824
|
return [
|
|
817
|
-
(
|
|
825
|
+
(Ce = t.value) != null && Ce.columns ? C(A.$slots, `${a.t}-${r.value}-options`, {
|
|
818
826
|
key: 0,
|
|
819
|
-
option:
|
|
827
|
+
option: se
|
|
820
828
|
}, () => {
|
|
821
|
-
var
|
|
829
|
+
var dt;
|
|
822
830
|
return [
|
|
823
|
-
ee(
|
|
824
|
-
columns: (
|
|
825
|
-
data:
|
|
831
|
+
ee(Pe, {
|
|
832
|
+
columns: (dt = t.value) == null ? void 0 : dt.columns,
|
|
833
|
+
data: se,
|
|
826
834
|
t: a.t
|
|
827
835
|
}, be({ _: 2 }, [
|
|
828
|
-
W(
|
|
829
|
-
name:
|
|
830
|
-
fn: _((
|
|
831
|
-
|
|
832
|
-
option:
|
|
833
|
-
data:
|
|
836
|
+
W(A.$slots, (Ct, gt) => ({
|
|
837
|
+
name: gt,
|
|
838
|
+
fn: _((ll) => [
|
|
839
|
+
C(A.$slots, gt, {
|
|
840
|
+
option: se,
|
|
841
|
+
data: ll,
|
|
834
842
|
form: n.formInfo
|
|
835
843
|
}, void 0, !0)
|
|
836
844
|
])
|
|
@@ -847,20 +855,20 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
847
855
|
]),
|
|
848
856
|
_: 2
|
|
849
857
|
}, [
|
|
850
|
-
(
|
|
858
|
+
(ue = t.value) != null && ue.columns ? {
|
|
851
859
|
name: "header",
|
|
852
860
|
fn: _(() => {
|
|
853
861
|
var y;
|
|
854
862
|
return [
|
|
855
|
-
ee(
|
|
863
|
+
ee(Pe, {
|
|
856
864
|
columns: (y = t.value) == null ? void 0 : y.columns,
|
|
857
865
|
title: !0,
|
|
858
866
|
t: a.t
|
|
859
867
|
}, be({ _: 2 }, [
|
|
860
|
-
W(
|
|
861
|
-
name:
|
|
862
|
-
fn: _((
|
|
863
|
-
|
|
868
|
+
W(A.$slots, (se, Ce) => ({
|
|
869
|
+
name: Ce,
|
|
870
|
+
fn: _((dt) => [
|
|
871
|
+
C(A.$slots, Ce, { data: dt }, void 0, !0)
|
|
864
872
|
])
|
|
865
873
|
}))
|
|
866
874
|
]), 1032, ["columns", "t"])
|
|
@@ -868,108 +876,108 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
868
876
|
}),
|
|
869
877
|
key: "0"
|
|
870
878
|
} : void 0,
|
|
871
|
-
W(
|
|
879
|
+
W(O(), (y) => ({
|
|
872
880
|
name: y,
|
|
873
|
-
fn: _((
|
|
874
|
-
|
|
881
|
+
fn: _((se) => [
|
|
882
|
+
C(A.$slots, `${a.t}-${r.value}-${y}`, { form: n.formInfo }, void 0, !0)
|
|
875
883
|
])
|
|
876
884
|
}))
|
|
877
|
-
]), 1040, ["modelValue", "placeholder", "disabled"])) : e.value ==
|
|
885
|
+
]), 1040, ["modelValue", "placeholder", "disabled"])) : e.value == j(Ee).TREESELECT ? (p(), B(l, I({
|
|
878
886
|
key: 6,
|
|
879
887
|
modelValue: s.value,
|
|
880
|
-
"onUpdate:modelValue":
|
|
888
|
+
"onUpdate:modelValue": k[8] || (k[8] = (y) => s.value = y),
|
|
881
889
|
placeholder: u.value,
|
|
882
890
|
disabled: h.value[r.value].disabled
|
|
883
891
|
}, t.value, { data: c.value }), be({ _: 2 }, [
|
|
884
|
-
W(
|
|
892
|
+
W(O(), (y) => ({
|
|
885
893
|
name: y,
|
|
886
|
-
fn: _((
|
|
887
|
-
|
|
894
|
+
fn: _((se) => [
|
|
895
|
+
C(A.$slots, `${a.t}-${r.value}-${y}`, { data: se }, void 0, !0)
|
|
888
896
|
])
|
|
889
897
|
}))
|
|
890
|
-
]), 1040, ["modelValue", "placeholder", "disabled", "data"])) : e.value ==
|
|
898
|
+
]), 1040, ["modelValue", "placeholder", "disabled", "data"])) : e.value == j(Ee).TIME ? (p(), B(o, I({
|
|
891
899
|
key: 7,
|
|
892
900
|
modelValue: s.value,
|
|
893
|
-
"onUpdate:modelValue":
|
|
901
|
+
"onUpdate:modelValue": k[9] || (k[9] = (y) => s.value = y),
|
|
894
902
|
"arrow-control": "",
|
|
895
903
|
disabled: h.value[r.value].disabled
|
|
896
|
-
}, t.value, { placeholder: u.value }), null, 16, ["modelValue", "disabled", "placeholder"])) : e.value ==
|
|
904
|
+
}, t.value, { placeholder: u.value }), null, 16, ["modelValue", "disabled", "placeholder"])) : e.value == j(Ee).TIMESELECT ? (p(), B(m, I({
|
|
897
905
|
key: 8,
|
|
898
906
|
modelValue: s.value,
|
|
899
|
-
"onUpdate:modelValue":
|
|
907
|
+
"onUpdate:modelValue": k[10] || (k[10] = (y) => s.value = y),
|
|
900
908
|
start: "06:30",
|
|
901
909
|
step: "00:15",
|
|
902
910
|
end: "23:30",
|
|
903
911
|
placeholder: u.value,
|
|
904
912
|
disabled: h.value[r.value].disabled
|
|
905
|
-
}, t.value), null, 16, ["modelValue", "placeholder", "disabled"])) :
|
|
913
|
+
}, t.value), null, 16, ["modelValue", "placeholder", "disabled"])) : ne(e.value) ? (p(), B(b, I({
|
|
906
914
|
key: 9,
|
|
907
915
|
modelValue: s.value,
|
|
908
|
-
"onUpdate:modelValue":
|
|
916
|
+
"onUpdate:modelValue": k[11] || (k[11] = (y) => s.value = y),
|
|
909
917
|
type: e.value,
|
|
910
918
|
placeholder: u.value,
|
|
911
|
-
"value-format":
|
|
919
|
+
"value-format": de(e.value),
|
|
912
920
|
disabled: h.value[r.value].disabled
|
|
913
921
|
}, t.value), be({ _: 2 }, [
|
|
914
|
-
W(
|
|
922
|
+
W(O(), (y) => ({
|
|
915
923
|
name: y,
|
|
916
|
-
fn: _((
|
|
917
|
-
|
|
924
|
+
fn: _((se) => [
|
|
925
|
+
C(A.$slots, `${a.t}-${r.value}-${y}`, { data: se }, void 0, !0)
|
|
918
926
|
])
|
|
919
927
|
}))
|
|
920
|
-
]), 1040, ["modelValue", "type", "placeholder", "value-format", "disabled"])) : e.value ==
|
|
928
|
+
]), 1040, ["modelValue", "type", "placeholder", "value-format", "disabled"])) : e.value == j(Ee).COLOR ? (p(), B(F, I({
|
|
921
929
|
key: 10,
|
|
922
930
|
modelValue: s.value,
|
|
923
|
-
"onUpdate:modelValue":
|
|
924
|
-
}, t.value), null, 16, ["modelValue"])) : e.value ==
|
|
931
|
+
"onUpdate:modelValue": k[12] || (k[12] = (y) => s.value = y)
|
|
932
|
+
}, t.value), null, 16, ["modelValue"])) : e.value == j(Ee).RATE ? (p(), B(U, I({
|
|
925
933
|
key: 11,
|
|
926
934
|
modelValue: s.value,
|
|
927
|
-
"onUpdate:modelValue":
|
|
935
|
+
"onUpdate:modelValue": k[13] || (k[13] = (y) => s.value = y),
|
|
928
936
|
disabled: h.value[r.value].disabled
|
|
929
|
-
}, t.value), null, 16, ["modelValue", "disabled"])) : e.value ==
|
|
937
|
+
}, t.value), null, 16, ["modelValue", "disabled"])) : e.value == j(Ee).SLIDER ? (p(), B(N, I({
|
|
930
938
|
key: 12,
|
|
931
939
|
modelValue: s.value,
|
|
932
|
-
"onUpdate:modelValue":
|
|
940
|
+
"onUpdate:modelValue": k[14] || (k[14] = (y) => s.value = y),
|
|
933
941
|
disabled: h.value[r.value].disabled
|
|
934
|
-
}, t.value), null, 16, ["modelValue", "disabled"])) : e.value ==
|
|
942
|
+
}, t.value), null, 16, ["modelValue", "disabled"])) : e.value == j(Ee).SWITCH ? (p(), B(he, I({
|
|
935
943
|
key: 13,
|
|
936
944
|
modelValue: s.value,
|
|
937
|
-
"onUpdate:modelValue":
|
|
945
|
+
"onUpdate:modelValue": k[15] || (k[15] = (y) => s.value = y),
|
|
938
946
|
inlinePrompt: !0,
|
|
939
947
|
disabled: h.value[r.value].disabled
|
|
940
948
|
}, t.value), be({ _: 2 }, [
|
|
941
|
-
W(
|
|
949
|
+
W(O(), (y) => ({
|
|
942
950
|
name: y,
|
|
943
|
-
fn: _((
|
|
944
|
-
|
|
951
|
+
fn: _((se) => [
|
|
952
|
+
C(A.$slots, `${a.t}-${r.value}-${y}`, { data: se }, void 0, !0)
|
|
945
953
|
])
|
|
946
954
|
}))
|
|
947
|
-
]), 1040, ["modelValue", "disabled"])) : e.value ==
|
|
955
|
+
]), 1040, ["modelValue", "disabled"])) : e.value == j(Ee).TRANSFER ? (p(), B(_e, I({
|
|
948
956
|
key: 14,
|
|
949
957
|
modelValue: s.value,
|
|
950
|
-
"onUpdate:modelValue":
|
|
958
|
+
"onUpdate:modelValue": k[16] || (k[16] = (y) => s.value = y)
|
|
951
959
|
}, t.value), be({ _: 2 }, [
|
|
952
|
-
W(
|
|
960
|
+
W(O(), (y) => ({
|
|
953
961
|
name: y,
|
|
954
|
-
fn: _((
|
|
955
|
-
|
|
962
|
+
fn: _((se) => [
|
|
963
|
+
C(A.$slots, `${a.t}-${r.value}-${y}`, { data: se }, void 0, !0)
|
|
956
964
|
])
|
|
957
965
|
}))
|
|
958
|
-
]), 1040, ["modelValue"])) : e.value ==
|
|
966
|
+
]), 1040, ["modelValue"])) : e.value == j(Ee).CASCADER ? (p(), B(Be, I({
|
|
959
967
|
key: 15,
|
|
960
968
|
modelValue: s.value,
|
|
961
|
-
"onUpdate:modelValue":
|
|
969
|
+
"onUpdate:modelValue": k[17] || (k[17] = (y) => s.value = y)
|
|
962
970
|
}, t.value, { options: S.value }), be({ _: 2 }, [
|
|
963
|
-
W(
|
|
971
|
+
W(O(), (y) => ({
|
|
964
972
|
name: y,
|
|
965
|
-
fn: _((
|
|
966
|
-
|
|
973
|
+
fn: _((se) => [
|
|
974
|
+
C(A.$slots, `${a.t}-${r.value}-${y}`, { data: se }, void 0, !0)
|
|
967
975
|
])
|
|
968
976
|
}))
|
|
969
|
-
]), 1040, ["modelValue", "options"])) : e.value ==
|
|
977
|
+
]), 1040, ["modelValue", "options"])) : e.value == j(Ee).IMAGE ? (p(), B(it, I({
|
|
970
978
|
key: 16,
|
|
971
979
|
"file-list": t.value["file-list"],
|
|
972
|
-
"onUpdate:fileList":
|
|
980
|
+
"onUpdate:fileList": k[21] || (k[21] = (y) => t.value["file-list"] = y),
|
|
973
981
|
"list-type": "picture-card",
|
|
974
982
|
class: "custom-upload",
|
|
975
983
|
"on-preview": De
|
|
@@ -980,37 +988,37 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
980
988
|
default: _(() => {
|
|
981
989
|
var y;
|
|
982
990
|
return [
|
|
983
|
-
s.value ? (p(),
|
|
991
|
+
s.value ? (p(), R("div", {
|
|
984
992
|
key: 1,
|
|
985
|
-
onClick:
|
|
993
|
+
onClick: k[20] || (k[20] = (se) => se.stopPropagation()),
|
|
986
994
|
style: { display: "flex", width: "var(--up-width)", height: "var(--up-height)", position: "relative", "align-items": "center", "justify-content": "center", "box-sizing": "border-box" }
|
|
987
995
|
}, [
|
|
988
|
-
X("div",
|
|
989
|
-
ee(
|
|
996
|
+
X("div", ql, [
|
|
997
|
+
ee(Le, I({
|
|
990
998
|
style: { width: "var(--up-width)", height: "var(--up-height)" },
|
|
991
999
|
src: s.value
|
|
992
1000
|
}, { fit: "cover", lazy: !0, ...(y = t.value) == null ? void 0 : y.img }), be({ _: 2 }, [
|
|
993
|
-
W(
|
|
994
|
-
name:
|
|
995
|
-
fn: _((
|
|
996
|
-
|
|
1001
|
+
W(O(), (se, Ce) => ({
|
|
1002
|
+
name: se,
|
|
1003
|
+
fn: _((dt) => [
|
|
1004
|
+
C(A.$slots, `${a.t}-${r.value}-${se}`, { data: dt }, void 0, !0)
|
|
997
1005
|
])
|
|
998
1006
|
}))
|
|
999
1007
|
]), 1040, ["src"])
|
|
1000
1008
|
]),
|
|
1001
1009
|
X("div", {
|
|
1002
1010
|
style: { display: "flex", width: "var(--up-width)", height: "var(--up-height)", position: "absolute", "align-items": "center", "justify-content": "center" },
|
|
1003
|
-
onMouseenter:
|
|
1004
|
-
onMouseleave:
|
|
1011
|
+
onMouseenter: k[18] || (k[18] = (se) => v.value = !0),
|
|
1012
|
+
onMouseleave: k[19] || (k[19] = (se) => v.value = !1),
|
|
1005
1013
|
class: "up-view"
|
|
1006
1014
|
}, [
|
|
1007
|
-
v.value ? (p(),
|
|
1015
|
+
v.value ? (p(), B(We, {
|
|
1008
1016
|
key: 0,
|
|
1009
1017
|
content: "查看大图",
|
|
1010
1018
|
placement: "top"
|
|
1011
1019
|
}, {
|
|
1012
1020
|
default: _(() => [
|
|
1013
|
-
ee(
|
|
1021
|
+
ee(j(gl), {
|
|
1014
1022
|
style: { width: "1.5em", height: "1.5em", "margin-right": "12px" },
|
|
1015
1023
|
color: "white",
|
|
1016
1024
|
onClick: J
|
|
@@ -1018,24 +1026,24 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1018
1026
|
]),
|
|
1019
1027
|
_: 1
|
|
1020
1028
|
})) : $e("", !0),
|
|
1021
|
-
G.value.showDel && v.value ? (p(),
|
|
1029
|
+
G.value.showDel && v.value ? (p(), B(We, {
|
|
1022
1030
|
key: 1,
|
|
1023
1031
|
content: "删除",
|
|
1024
1032
|
placement: "top"
|
|
1025
1033
|
}, {
|
|
1026
1034
|
default: _(() => [
|
|
1027
|
-
ee(
|
|
1035
|
+
ee(j(jt), {
|
|
1028
1036
|
style: { width: "1.5em", height: "1.5em" },
|
|
1029
1037
|
color: "white",
|
|
1030
|
-
onClick:
|
|
1038
|
+
onClick: xe
|
|
1031
1039
|
})
|
|
1032
1040
|
]),
|
|
1033
1041
|
_: 1
|
|
1034
1042
|
})) : $e("", !0)
|
|
1035
1043
|
], 32)
|
|
1036
|
-
])) : (p(),
|
|
1044
|
+
])) : (p(), B(Re, { key: 0 }, {
|
|
1037
1045
|
default: _(() => [
|
|
1038
|
-
ee(
|
|
1046
|
+
ee(j(yl))
|
|
1039
1047
|
]),
|
|
1040
1048
|
_: 1
|
|
1041
1049
|
}))
|
|
@@ -1043,102 +1051,103 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1043
1051
|
}),
|
|
1044
1052
|
_: 2
|
|
1045
1053
|
}, [
|
|
1046
|
-
W(
|
|
1054
|
+
W(O(), (y, se) => ({
|
|
1047
1055
|
name: y,
|
|
1048
|
-
fn: _((
|
|
1049
|
-
|
|
1056
|
+
fn: _((Ce) => [
|
|
1057
|
+
C(A.$slots, `${a.t}-${r.value}-${y}`, { data: Ce }, void 0, !0)
|
|
1050
1058
|
])
|
|
1051
1059
|
}))
|
|
1052
|
-
]), 1040, ["file-list"])) : e.value ==
|
|
1060
|
+
]), 1040, ["file-list"])) : e.value == j(Ee).AUTOCOMPLETE ? (p(), B(ht, I({
|
|
1053
1061
|
key: 17,
|
|
1054
1062
|
modelValue: s.value,
|
|
1055
|
-
"onUpdate:modelValue":
|
|
1063
|
+
"onUpdate:modelValue": k[22] || (k[22] = (y) => s.value = y)
|
|
1056
1064
|
}, t.value, { placeholder: u.value }), be({ _: 2 }, [
|
|
1057
|
-
W(
|
|
1065
|
+
W(O(), (y, se) => ({
|
|
1058
1066
|
name: y,
|
|
1059
|
-
fn: _((
|
|
1060
|
-
|
|
1067
|
+
fn: _((Ce) => [
|
|
1068
|
+
C(A.$slots, `${a.t}-${r.value}-${y}`, { data: Ce }, void 0, !0)
|
|
1061
1069
|
])
|
|
1062
1070
|
}))
|
|
1063
|
-
]), 1040, ["modelValue", "placeholder"])) : e.value ==
|
|
1071
|
+
]), 1040, ["modelValue", "placeholder"])) : e.value == j(Ee).INPUTNUMBER ? (p(), B(yt, I({
|
|
1064
1072
|
key: 18,
|
|
1065
1073
|
modelValue: s.value,
|
|
1066
|
-
"onUpdate:modelValue":
|
|
1074
|
+
"onUpdate:modelValue": k[23] || (k[23] = (y) => s.value = y),
|
|
1067
1075
|
min: 0,
|
|
1068
1076
|
max: 1e8,
|
|
1069
1077
|
placeholder: u.value,
|
|
1070
1078
|
disabled: h.value[r.value].disabled
|
|
1071
1079
|
}, t.value), be({ _: 2 }, [
|
|
1072
|
-
W(
|
|
1080
|
+
W(O(), (y, se) => ({
|
|
1073
1081
|
name: y,
|
|
1074
|
-
fn: _((
|
|
1075
|
-
|
|
1082
|
+
fn: _((Ce) => [
|
|
1083
|
+
C(A.$slots, `${a.t}-${r.value}-${y}`, { data: Ce }, void 0, !0)
|
|
1076
1084
|
])
|
|
1077
1085
|
}))
|
|
1078
|
-
]), 1040, ["modelValue", "placeholder", "disabled"])) : e.value ==
|
|
1086
|
+
]), 1040, ["modelValue", "placeholder", "disabled"])) : e.value == j(Ee).MONEY ? (p(), R("div", {
|
|
1079
1087
|
key: 19,
|
|
1080
1088
|
style: qe([{ position: "relative" }, d.value])
|
|
1081
1089
|
}, [
|
|
1082
|
-
ee(
|
|
1090
|
+
ee(ct, I({
|
|
1083
1091
|
modelValue: s.value,
|
|
1084
|
-
"onUpdate:modelValue":
|
|
1092
|
+
"onUpdate:modelValue": k[24] || (k[24] = (y) => s.value = y),
|
|
1085
1093
|
placeholder: u.value,
|
|
1086
1094
|
type: "number",
|
|
1087
|
-
|
|
1095
|
+
onInput: Ie,
|
|
1096
|
+
maxlength: ((Ze = t.value) == null ? void 0 : Ze.max) || 25
|
|
1088
1097
|
}, { ...t.value, type: e.value }), be({
|
|
1089
1098
|
suffix: _(() => [
|
|
1090
1099
|
X("div", {
|
|
1091
|
-
title:
|
|
1100
|
+
title: j(qt)(s.value),
|
|
1092
1101
|
style: { "font-size": "10px", display: "block", width: "80px", "text-align": "right", overflow: "hidden", "text-overflow": "ellipsis" }
|
|
1093
|
-
},
|
|
1102
|
+
}, ke(j(qt)(s.value)), 9, Al)
|
|
1094
1103
|
]),
|
|
1095
1104
|
_: 2
|
|
1096
1105
|
}, [
|
|
1097
|
-
W(
|
|
1106
|
+
W(O(), (y, se) => ({
|
|
1098
1107
|
name: y,
|
|
1099
|
-
fn: _((
|
|
1100
|
-
|
|
1108
|
+
fn: _((Ce) => [
|
|
1109
|
+
C(A.$slots, `${a.t}-${r.value}-${y}`, { data: Ce }, void 0, !0)
|
|
1101
1110
|
])
|
|
1102
1111
|
}))
|
|
1103
1112
|
]), 1040, ["modelValue", "placeholder", "maxlength"])
|
|
1104
|
-
], 4)) : (
|
|
1113
|
+
], 4)) : (Je = e.value) != null && Je.startsWith("link") ? (p(), R("div", {
|
|
1105
1114
|
key: 20,
|
|
1106
1115
|
style: qe(d.value)
|
|
1107
1116
|
}, [
|
|
1108
|
-
ee(
|
|
1117
|
+
ee(P, I(t.value, {
|
|
1109
1118
|
type: e.value.replace("link-", ""),
|
|
1110
1119
|
innerHTML: D.value || s.value
|
|
1111
1120
|
}), null, 16, ["type", "innerHTML"])
|
|
1112
|
-
], 4)) : e.value != "textarea" && ((
|
|
1121
|
+
], 4)) : e.value != "textarea" && ((Xe = e.value) != null && Xe.startsWith("text")) ? (p(), R("div", {
|
|
1113
1122
|
key: 21,
|
|
1114
1123
|
style: qe(d.value)
|
|
1115
1124
|
}, [
|
|
1116
|
-
ee(
|
|
1125
|
+
ee(ce, I(t.value, {
|
|
1117
1126
|
type: e.value.replace("text-", ""),
|
|
1118
1127
|
innerHTML: D.value || s.value
|
|
1119
1128
|
}), null, 16, ["type", "innerHTML"])
|
|
1120
|
-
], 4)) : e.value == "avatar" ? (p(),
|
|
1129
|
+
], 4)) : e.value == "avatar" ? (p(), R("div", {
|
|
1121
1130
|
key: 22,
|
|
1122
1131
|
style: qe(d.value)
|
|
1123
1132
|
}, [
|
|
1124
|
-
D.value ? (p(),
|
|
1133
|
+
D.value ? (p(), B(M, xt(I({ key: 0 }, t.value)), {
|
|
1125
1134
|
default: _(() => [
|
|
1126
|
-
X("div", { innerHTML: D.value }, null, 8,
|
|
1135
|
+
X("div", { innerHTML: D.value }, null, 8, Bl)
|
|
1127
1136
|
]),
|
|
1128
1137
|
_: 1
|
|
1129
|
-
}, 16)) : (p(),
|
|
1130
|
-
], 4)) : (
|
|
1138
|
+
}, 16)) : (p(), B(M, xt(I({ key: 1 }, t.value)), null, 16))
|
|
1139
|
+
], 4)) : (Qe = e.value) != null && Qe.startsWith("tag") ? (p(), R("div", {
|
|
1131
1140
|
key: 23,
|
|
1132
1141
|
style: qe(d.value)
|
|
1133
1142
|
}, [
|
|
1134
|
-
Array.isArray(D.value) && D.value.length > 0 ? (p(!0),
|
|
1135
|
-
typeof y == "object" ? (p(),
|
|
1143
|
+
Array.isArray(D.value) && D.value.length > 0 ? (p(!0), R(te, { key: 0 }, W(D.value, (y, se) => (p(), R(te, { key: se }, [
|
|
1144
|
+
typeof y == "object" ? (p(), B(Z, I({
|
|
1136
1145
|
key: 0,
|
|
1137
1146
|
ref_for: !0
|
|
1138
1147
|
}, y, {
|
|
1139
1148
|
innerHTML: y == null ? void 0 : y.value,
|
|
1140
1149
|
style: { "margin-right": "3px" }
|
|
1141
|
-
}), null, 16, ["innerHTML"])) : (p(),
|
|
1150
|
+
}), null, 16, ["innerHTML"])) : (p(), B(Z, I({
|
|
1142
1151
|
key: 1,
|
|
1143
1152
|
ref_for: !0
|
|
1144
1153
|
}, t.value, {
|
|
@@ -1146,53 +1155,54 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1146
1155
|
innerHTML: y,
|
|
1147
1156
|
style: { "margin-right": "3px" }
|
|
1148
1157
|
}), null, 16, ["type", "innerHTML"]))
|
|
1149
|
-
], 64))), 128)) : (p(),
|
|
1158
|
+
], 64))), 128)) : (p(), B(Z, I({ key: 1 }, t.value, {
|
|
1150
1159
|
type: e.value.replace("tag-", ""),
|
|
1151
1160
|
innerHTML: D.value || s.value
|
|
1152
1161
|
}), null, 16, ["type", "innerHTML"]))
|
|
1153
|
-
], 4)) : e.value == "div" ? (p(),
|
|
1162
|
+
], 4)) : e.value == "div" ? (p(), R("div", I({ key: 24 }, t.value, {
|
|
1154
1163
|
innerHTML: D.value || s.value,
|
|
1155
1164
|
style: d.value
|
|
1156
|
-
}), null, 16,
|
|
1165
|
+
}), null, 16, Ol)) : e.value == "span" ? (p(), R("span", I({ key: 25 }, t.value, {
|
|
1157
1166
|
innerHTML: D.value || s.value,
|
|
1158
1167
|
style: d.value
|
|
1159
|
-
}), null, 16,
|
|
1168
|
+
}), null, 16, Il)) : (p(), B(ct, I({
|
|
1160
1169
|
key: 26,
|
|
1161
1170
|
modelValue: s.value,
|
|
1162
|
-
"onUpdate:modelValue":
|
|
1171
|
+
"onUpdate:modelValue": k[25] || (k[25] = (y) => s.value = y),
|
|
1163
1172
|
placeholder: u.value,
|
|
1164
|
-
maxlength: ((
|
|
1173
|
+
maxlength: ((nt = t.value) == null ? void 0 : nt.max) || 25,
|
|
1165
1174
|
clearable: !0,
|
|
1166
|
-
|
|
1175
|
+
onInput: k[26] || (k[26] = (y) => e.value == j(Ee).NUMBER ? Ie(y) : y),
|
|
1176
|
+
onClear: k[27] || (k[27] = () => {
|
|
1167
1177
|
a.t == "q" && h.value.table.load();
|
|
1168
1178
|
}),
|
|
1169
1179
|
disabled: h.value[r.value].disabled
|
|
1170
|
-
}, { ...
|
|
1171
|
-
(
|
|
1180
|
+
}, { ...j(Ge)(t.value, (y) => !["suffix", "prefix", "append", "prepend"].includes(y)), type: e.value }), be({ _: 2 }, [
|
|
1181
|
+
(Y = t.value) != null && Y.suffix ? {
|
|
1172
1182
|
name: "suffix",
|
|
1173
1183
|
fn: _(() => {
|
|
1174
1184
|
var y;
|
|
1175
1185
|
return [
|
|
1176
1186
|
X("div", {
|
|
1177
1187
|
innerHTML: ((y = t.value) == null ? void 0 : y.suffix) || ""
|
|
1178
|
-
}, null, 8,
|
|
1188
|
+
}, null, 8, Ul)
|
|
1179
1189
|
];
|
|
1180
1190
|
}),
|
|
1181
1191
|
key: "0"
|
|
1182
1192
|
} : void 0,
|
|
1183
|
-
(
|
|
1193
|
+
(Ye = t.value) != null && Ye.prefix ? {
|
|
1184
1194
|
name: "prefix",
|
|
1185
1195
|
fn: _(() => {
|
|
1186
1196
|
var y;
|
|
1187
1197
|
return [
|
|
1188
1198
|
X("div", {
|
|
1189
1199
|
innerHTML: ((y = t.value) == null ? void 0 : y.prefix) || ""
|
|
1190
|
-
}, null, 8,
|
|
1200
|
+
}, null, 8, Rl)
|
|
1191
1201
|
];
|
|
1192
1202
|
}),
|
|
1193
1203
|
key: "1"
|
|
1194
1204
|
} : void 0,
|
|
1195
|
-
(
|
|
1205
|
+
(Ke = t.value) != null && Ke.append ? {
|
|
1196
1206
|
name: "append",
|
|
1197
1207
|
fn: _(() => {
|
|
1198
1208
|
var y;
|
|
@@ -1204,23 +1214,23 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1204
1214
|
}),
|
|
1205
1215
|
key: "2"
|
|
1206
1216
|
} : void 0,
|
|
1207
|
-
(
|
|
1217
|
+
(vt = t.value) != null && vt.prepend ? {
|
|
1208
1218
|
name: "prepend",
|
|
1209
1219
|
fn: _(() => {
|
|
1210
1220
|
var y;
|
|
1211
1221
|
return [
|
|
1212
1222
|
X("div", {
|
|
1213
1223
|
innerHTML: ((y = t.value) == null ? void 0 : y.prepend) || ""
|
|
1214
|
-
}, null, 8,
|
|
1224
|
+
}, null, 8, Ll)
|
|
1215
1225
|
];
|
|
1216
1226
|
}),
|
|
1217
1227
|
key: "3"
|
|
1218
1228
|
} : void 0,
|
|
1219
|
-
W(
|
|
1229
|
+
W(O(), (y, se) => ({
|
|
1220
1230
|
name: y,
|
|
1221
|
-
fn: _((
|
|
1222
|
-
|
|
1223
|
-
data:
|
|
1231
|
+
fn: _((Ce) => [
|
|
1232
|
+
C(A.$slots, `${a.t}-${r.value}-${y}`, {
|
|
1233
|
+
data: Ce,
|
|
1224
1234
|
form: n.formInfo
|
|
1225
1235
|
}, void 0, !0)
|
|
1226
1236
|
])
|
|
@@ -1230,31 +1240,31 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1230
1240
|
], 64);
|
|
1231
1241
|
};
|
|
1232
1242
|
}
|
|
1233
|
-
}),
|
|
1243
|
+
}), kt = /* @__PURE__ */ rt(Hl, [["__scopeId", "data-v-70c555e8"]]), zl = { class: "g-form-container" }, jl = /* @__PURE__ */ Object.assign({
|
|
1234
1244
|
name: "g-form",
|
|
1235
1245
|
inheritAttrs: !1
|
|
1236
1246
|
}, {
|
|
1237
1247
|
__name: "g-form",
|
|
1238
|
-
props: /* @__PURE__ */
|
|
1248
|
+
props: /* @__PURE__ */ lt(["editForm", "flag"], {
|
|
1239
1249
|
modelValue: { required: !0 },
|
|
1240
1250
|
modelModifiers: {}
|
|
1241
1251
|
}),
|
|
1242
|
-
emits: /* @__PURE__ */
|
|
1252
|
+
emits: /* @__PURE__ */ lt(["submit", "reset"], ["update:modelValue"]),
|
|
1243
1253
|
setup(n, { expose: s, emit: a }) {
|
|
1244
|
-
var ge,
|
|
1245
|
-
const t =
|
|
1254
|
+
var ge, xe, De, J, K, Ie;
|
|
1255
|
+
const t = at(n, "modelValue"), r = a, e = re(null), h = At("options"), c = re({}), S = re(""), f = n;
|
|
1246
1256
|
t.value.form = Fe(
|
|
1247
|
-
|
|
1257
|
+
Qt,
|
|
1248
1258
|
h == null ? void 0 : h.form,
|
|
1249
1259
|
(ge = t.value) == null ? void 0 : ge.form
|
|
1250
1260
|
), t.value.form.style = Fe(
|
|
1251
|
-
(De = (
|
|
1252
|
-
{ ...(J =
|
|
1261
|
+
(De = (xe = t.value) == null ? void 0 : xe.form) == null ? void 0 : De.style,
|
|
1262
|
+
{ ...(J = Bt()) == null ? void 0 : J.style }
|
|
1253
1263
|
);
|
|
1254
1264
|
const v = async (x, w, g) => {
|
|
1255
1265
|
let i = 5;
|
|
1256
1266
|
for (; i > 0; ) {
|
|
1257
|
-
if (await
|
|
1267
|
+
if (await ft(), e.value) {
|
|
1258
1268
|
e.value.validate((V, E) => {
|
|
1259
1269
|
V ? r("submit", x, w, g) : console.error("表单验证不通过!", E);
|
|
1260
1270
|
});
|
|
@@ -1266,7 +1276,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1266
1276
|
}, u = async (x, w) => {
|
|
1267
1277
|
let g = 5;
|
|
1268
1278
|
for (; g > 0; ) {
|
|
1269
|
-
if (await
|
|
1279
|
+
if (await ft(), e.value)
|
|
1270
1280
|
try {
|
|
1271
1281
|
e.value.resetFields(), r("reset", x, w);
|
|
1272
1282
|
return;
|
|
@@ -1297,7 +1307,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1297
1307
|
};
|
|
1298
1308
|
t.value.form.cols = Fe(
|
|
1299
1309
|
$,
|
|
1300
|
-
(
|
|
1310
|
+
(Ie = h == null ? void 0 : h.form) == null ? void 0 : Ie.cols,
|
|
1301
1311
|
t.value.form.cols
|
|
1302
1312
|
);
|
|
1303
1313
|
const le = (x) => {
|
|
@@ -1360,7 +1370,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1360
1370
|
});
|
|
1361
1371
|
}
|
|
1362
1372
|
return w;
|
|
1363
|
-
},
|
|
1373
|
+
}, O = (x, w = !1) => {
|
|
1364
1374
|
var V, E, q, T, Q;
|
|
1365
1375
|
const g = w ? x : x == null ? void 0 : x.item, i = typeof (g == null ? void 0 : g.editor) == "function" ? g.editor(c.value, (V = t.value.form) == null ? void 0 : V.modalState) : (g == null ? void 0 : g.editor) || {};
|
|
1366
1376
|
if (((E = t.value.form) == null ? void 0 : E.modalState) === "edit") {
|
|
@@ -1377,14 +1387,14 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1377
1387
|
const w = typeof x.editor == "function" ? x.editor(c.value, (g = t.value.form) == null ? void 0 : g.modalState) : x.editor;
|
|
1378
1388
|
return ((i = t.value.form) == null ? void 0 : i.modalState) === "edit" ? ((V = w == null ? void 0 : w.ep) == null ? void 0 : V.type) ?? (w == null ? void 0 : w.type) ?? x.type : ((E = t.value.form) == null ? void 0 : E.modalState) === "add" ? ((q = w == null ? void 0 : w.ap) == null ? void 0 : q.type) ?? (w == null ? void 0 : w.type) ?? x.type : (w == null ? void 0 : w.type) ?? x.type;
|
|
1379
1389
|
};
|
|
1380
|
-
|
|
1381
|
-
D(), f != null && f.editForm ? c.value = f.editForm : c.value =
|
|
1382
|
-
}),
|
|
1390
|
+
pt(() => {
|
|
1391
|
+
D(), f != null && f.editForm ? c.value = f.editForm : c.value = de.value;
|
|
1392
|
+
}), nl(() => {
|
|
1383
1393
|
e.value = null;
|
|
1384
1394
|
});
|
|
1385
1395
|
const D = () => {
|
|
1386
1396
|
S.value = Math.random().toString(36).substring(2);
|
|
1387
|
-
for (const [x, w] of Object.entries(
|
|
1397
|
+
for (const [x, w] of Object.entries(ne.value))
|
|
1388
1398
|
t.value[x].formItem = {
|
|
1389
1399
|
...t.value[x].formItem,
|
|
1390
1400
|
...w.formItem
|
|
@@ -1392,7 +1402,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1392
1402
|
...t.value[x].formItem.style,
|
|
1393
1403
|
...w.formItem.style
|
|
1394
1404
|
};
|
|
1395
|
-
},
|
|
1405
|
+
}, ne = ut(
|
|
1396
1406
|
() => Object.fromEntries(
|
|
1397
1407
|
Object.entries(t.value).filter((x) => x[1].type != "hidden").filter((x) => x[1].hidden !== !0).filter((x) => x[1].edit !== !1).filter((x) => x[1].editor !== !1).filter((x) => x[1].type !== "control").filter((x) => !["table", "tableColumns", "query", "queryItems", "form", "formItems", "control", "dialog"].includes(x[0])).filter((x) => {
|
|
1398
1408
|
var g, i, V;
|
|
@@ -1400,13 +1410,13 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1400
1410
|
return t.value.form.modalState === "edit" ? ((i = w == null ? void 0 : w.ep) == null ? void 0 : i.editor) !== !1 : t.value.form.modalState === "add" ? ((V = w == null ? void 0 : w.ap) == null ? void 0 : V.editor) !== !1 : !0;
|
|
1401
1411
|
}).map((x) => [x[0], x[1]])
|
|
1402
1412
|
)
|
|
1403
|
-
),
|
|
1413
|
+
), de = ut(
|
|
1404
1414
|
() => Object.fromEntries(
|
|
1405
1415
|
Object.entries(t.value).filter((x) => x[1].type != "hidden").filter((x) => x[1].type != "control").map((x) => [x[0], x[1].value])
|
|
1406
1416
|
)
|
|
1407
|
-
), pe =
|
|
1417
|
+
), pe = ut(() => {
|
|
1408
1418
|
const x = /* @__PURE__ */ new Map();
|
|
1409
|
-
return Object.entries(
|
|
1419
|
+
return Object.entries(ne.value).forEach(([w, g]) => {
|
|
1410
1420
|
if (g.groupName) {
|
|
1411
1421
|
const i = g.groupName;
|
|
1412
1422
|
x.has(i) || x.set(i, {
|
|
@@ -1419,7 +1429,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1419
1429
|
...w.items.map(({ item: g }) => g.tabPane || {})
|
|
1420
1430
|
);
|
|
1421
1431
|
}), Array.from(x.values());
|
|
1422
|
-
}),
|
|
1432
|
+
}), fe = re([
|
|
1423
1433
|
{
|
|
1424
1434
|
name: "f-submit",
|
|
1425
1435
|
label: t.value.form.submit.label,
|
|
@@ -1458,7 +1468,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1458
1468
|
originalOrder: 1
|
|
1459
1469
|
// 添加原始顺序标识
|
|
1460
1470
|
}
|
|
1461
|
-
]), ie =
|
|
1471
|
+
]), ie = ut(() => fe.value.filter((x) => !x.hidden).sort((x, w) => x.sort - w.sort || x.originalOrder - w.originalOrder));
|
|
1462
1472
|
return s({
|
|
1463
1473
|
submit: v,
|
|
1464
1474
|
saveSubmit: v,
|
|
@@ -1467,8 +1477,8 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1467
1477
|
}), (x, w) => {
|
|
1468
1478
|
var Q, oe, ae;
|
|
1469
1479
|
const g = L("el-form-item"), i = L("el-col"), V = L("el-tab-pane"), E = L("el-tabs"), q = L("el-form"), T = L("el-button");
|
|
1470
|
-
return p(),
|
|
1471
|
-
ee(q,
|
|
1480
|
+
return p(), R("div", zl, [
|
|
1481
|
+
ee(q, I(
|
|
1472
1482
|
{
|
|
1473
1483
|
ref_key: "gform",
|
|
1474
1484
|
ref: e,
|
|
@@ -1480,21 +1490,21 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1480
1490
|
"box-sizing": "border-box"
|
|
1481
1491
|
}
|
|
1482
1492
|
},
|
|
1483
|
-
|
|
1493
|
+
j(Ge)(
|
|
1484
1494
|
t.value.form,
|
|
1485
1495
|
(H) => !["footer", "submit", "reset", "slots", "type", "sort"].includes(H)
|
|
1486
1496
|
)
|
|
1487
1497
|
), {
|
|
1488
1498
|
default: _(() => [
|
|
1489
|
-
pe.value.length > 0 ?
|
|
1490
|
-
ee(E,
|
|
1499
|
+
pe.value.length > 0 ? C(x.$slots, "default", { key: 0 }, () => [
|
|
1500
|
+
ee(E, I({
|
|
1491
1501
|
class: "demo-tabs",
|
|
1492
1502
|
modelValue: pe.value[0].groupName,
|
|
1493
1503
|
"onUpdate:modelValue": w[0] || (w[0] = (H) => pe.value[0].groupName = H),
|
|
1494
1504
|
style: { width: "100%" }
|
|
1495
1505
|
}, t.value.form.tabs), {
|
|
1496
1506
|
default: _(() => [
|
|
1497
|
-
(p(!0),
|
|
1507
|
+
(p(!0), R(te, null, W(pe.value, (H) => (p(), B(V, I({
|
|
1498
1508
|
key: H.groupName,
|
|
1499
1509
|
label: H.groupName,
|
|
1500
1510
|
name: H.groupName,
|
|
@@ -1502,30 +1512,30 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1502
1512
|
ref_for: !0
|
|
1503
1513
|
}, H.tabPane), {
|
|
1504
1514
|
default: _(() => [
|
|
1505
|
-
(p(!0),
|
|
1515
|
+
(p(!0), R(te, null, W(H.items, (z, Se) => (p(), B(i, I({ ref_for: !0 }, { ...t.value.form.cols, ...z == null ? void 0 : z.item.col }, {
|
|
1506
1516
|
key: z.key,
|
|
1507
1517
|
style: { width: "100%" }
|
|
1508
1518
|
}), {
|
|
1509
1519
|
default: _(() => {
|
|
1510
|
-
var me,
|
|
1520
|
+
var me, Me;
|
|
1511
1521
|
return [
|
|
1512
|
-
ee(g,
|
|
1522
|
+
ee(g, I({
|
|
1513
1523
|
label: z == null ? void 0 : z.item.label,
|
|
1514
1524
|
prop: z.key,
|
|
1515
1525
|
rules: le(z == null ? void 0 : z.item),
|
|
1516
1526
|
ref_for: !0
|
|
1517
|
-
}, { ...(me = t.value) == null ? void 0 : me.formItems, ...(
|
|
1527
|
+
}, { ...(me = t.value) == null ? void 0 : me.formItems, ...(Me = z == null ? void 0 : z.item) == null ? void 0 : Me.formItem }, { style: { width: "100%" } }), {
|
|
1518
1528
|
default: _(() => [
|
|
1519
|
-
|
|
1529
|
+
C(x.$slots, "f-" + z.key, {
|
|
1520
1530
|
item: z == null ? void 0 : z.item,
|
|
1521
1531
|
formInfo: c.value,
|
|
1522
1532
|
model: t.value,
|
|
1523
1533
|
form: c.value
|
|
1524
1534
|
}, () => [
|
|
1525
|
-
(p(),
|
|
1535
|
+
(p(), B(kt, {
|
|
1526
1536
|
modelValue: c.value[z.key],
|
|
1527
|
-
"onUpdate:modelValue": (
|
|
1528
|
-
item:
|
|
1537
|
+
"onUpdate:modelValue": (Te) => c.value[z.key] = Te,
|
|
1538
|
+
item: O(z),
|
|
1529
1539
|
ctrlKey: z.key,
|
|
1530
1540
|
ctrlType: G(z == null ? void 0 : z.item),
|
|
1531
1541
|
model: t.value,
|
|
@@ -1534,11 +1544,11 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1534
1544
|
t: "f",
|
|
1535
1545
|
formInfo: c.value
|
|
1536
1546
|
}, be({ _: 2 }, [
|
|
1537
|
-
W(x.$slots, (
|
|
1538
|
-
name:
|
|
1539
|
-
fn: _((
|
|
1540
|
-
|
|
1541
|
-
data:
|
|
1547
|
+
W(x.$slots, (Te, A) => ({
|
|
1548
|
+
name: A,
|
|
1549
|
+
fn: _((k) => [
|
|
1550
|
+
C(x.$slots, A, {
|
|
1551
|
+
data: k,
|
|
1542
1552
|
item: z.item,
|
|
1543
1553
|
model: t.value
|
|
1544
1554
|
}, void 0, !0)
|
|
@@ -1559,40 +1569,40 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1559
1569
|
]),
|
|
1560
1570
|
_: 3
|
|
1561
1571
|
}, 16, ["modelValue"])
|
|
1562
|
-
], !0) :
|
|
1563
|
-
(p(!0),
|
|
1572
|
+
], !0) : C(x.$slots, "default", { key: 1 }, () => [
|
|
1573
|
+
(p(!0), R(te, null, W(ne.value, (H, z) => (p(), B(i, I({ ref_for: !0 }, { ...t.value.form.cols, ...H.col }, {
|
|
1564
1574
|
key: z,
|
|
1565
1575
|
style: { width: "100%" }
|
|
1566
1576
|
}), {
|
|
1567
1577
|
default: _(() => {
|
|
1568
1578
|
var Se;
|
|
1569
1579
|
return [
|
|
1570
|
-
ee(g,
|
|
1580
|
+
ee(g, I({
|
|
1571
1581
|
label: H.label,
|
|
1572
1582
|
prop: z,
|
|
1573
1583
|
rules: le(H),
|
|
1574
1584
|
ref_for: !0
|
|
1575
1585
|
}, { ...(Se = t.value) == null ? void 0 : Se.formItems, ...H == null ? void 0 : H.formItem }, { style: { width: "100%" } }), {
|
|
1576
1586
|
label: _((me) => [
|
|
1577
|
-
|
|
1587
|
+
C(x.$slots, `f-${z}-label`, {
|
|
1578
1588
|
data: me,
|
|
1579
1589
|
item: H,
|
|
1580
1590
|
model: t.value
|
|
1581
1591
|
}, () => [
|
|
1582
|
-
Ve(
|
|
1592
|
+
Ve(ke(H.label), 1)
|
|
1583
1593
|
], !0)
|
|
1584
1594
|
]),
|
|
1585
1595
|
default: _(() => [
|
|
1586
|
-
|
|
1596
|
+
C(x.$slots, "f-" + z, {
|
|
1587
1597
|
item: H,
|
|
1588
1598
|
formInfo: c.value,
|
|
1589
1599
|
model: t.value,
|
|
1590
1600
|
form: c.value
|
|
1591
1601
|
}, () => [
|
|
1592
|
-
(p(),
|
|
1602
|
+
(p(), B(kt, {
|
|
1593
1603
|
modelValue: c.value[z],
|
|
1594
1604
|
"onUpdate:modelValue": (me) => c.value[z] = me,
|
|
1595
|
-
item:
|
|
1605
|
+
item: O(H, !0),
|
|
1596
1606
|
ctrlKey: z,
|
|
1597
1607
|
ctrlType: G(H),
|
|
1598
1608
|
key: `${z}-${S.value}`,
|
|
@@ -1601,11 +1611,11 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1601
1611
|
t: "f",
|
|
1602
1612
|
formInfo: c.value
|
|
1603
1613
|
}, be({ _: 2 }, [
|
|
1604
|
-
W(x.$slots, (me,
|
|
1605
|
-
name:
|
|
1606
|
-
fn: _((
|
|
1607
|
-
|
|
1608
|
-
data:
|
|
1614
|
+
W(x.$slots, (me, Me) => ({
|
|
1615
|
+
name: Me,
|
|
1616
|
+
fn: _((Te) => [
|
|
1617
|
+
C(x.$slots, Me, {
|
|
1618
|
+
data: Te,
|
|
1609
1619
|
item: H,
|
|
1610
1620
|
model: t.value
|
|
1611
1621
|
}, void 0, !0)
|
|
@@ -1624,40 +1634,40 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1624
1634
|
]),
|
|
1625
1635
|
_: 3
|
|
1626
1636
|
}, 16, ["model"]),
|
|
1627
|
-
(ae = (oe = (Q = t.value) == null ? void 0 : Q.form) == null ? void 0 : oe.footer) != null && ae.hidden ? $e("", !0) :
|
|
1637
|
+
(ae = (oe = (Q = t.value) == null ? void 0 : Q.form) == null ? void 0 : oe.footer) != null && ae.hidden ? $e("", !0) : C(x.$slots, "f-footer", { key: 0 }, () => [
|
|
1628
1638
|
X("div", {
|
|
1629
1639
|
style: qe(t.value.form.footer.style)
|
|
1630
1640
|
}, [
|
|
1631
|
-
|
|
1632
|
-
(p(!0),
|
|
1633
|
-
|
|
1634
|
-
|
|
1641
|
+
C(x.$slots, "f-footer-left", {}, void 0, !0),
|
|
1642
|
+
(p(!0), R(te, null, W(ie.value, (H) => (p(), R(te, null, [
|
|
1643
|
+
C(x.$slots, H.name + "-left", {}, void 0, !0),
|
|
1644
|
+
C(x.$slots, H.name, {}, () => {
|
|
1635
1645
|
var z;
|
|
1636
1646
|
return [
|
|
1637
|
-
(z = H == null ? void 0 : H.info) != null && z.hidden ? $e("", !0) : (p(),
|
|
1647
|
+
(z = H == null ? void 0 : H.info) != null && z.hidden ? $e("", !0) : (p(), B(T, I({
|
|
1638
1648
|
key: 0,
|
|
1639
1649
|
ref_for: !0
|
|
1640
1650
|
}, H.info, {
|
|
1641
|
-
onClick:
|
|
1651
|
+
onClick: _t((Se) => H.click(c.value, t.value, H.flag), ["stop"])
|
|
1642
1652
|
}), {
|
|
1643
1653
|
default: _(() => [
|
|
1644
|
-
Ve(
|
|
1654
|
+
Ve(ke(H == null ? void 0 : H.label), 1)
|
|
1645
1655
|
]),
|
|
1646
1656
|
_: 2
|
|
1647
1657
|
}, 1040, ["onClick"]))
|
|
1648
1658
|
];
|
|
1649
1659
|
}, !0),
|
|
1650
|
-
|
|
1660
|
+
C(x.$slots, H.name + "-right", {}, void 0, !0)
|
|
1651
1661
|
], 64))), 256)),
|
|
1652
|
-
|
|
1662
|
+
C(x.$slots, "f-footer-right", {}, void 0, !0)
|
|
1653
1663
|
], 4)
|
|
1654
1664
|
], !0)
|
|
1655
1665
|
]);
|
|
1656
1666
|
};
|
|
1657
1667
|
}
|
|
1658
|
-
}),
|
|
1668
|
+
}), Mt = /* @__PURE__ */ rt(jl, [["__scopeId", "data-v-3b3ffd4d"]]), Ot = {
|
|
1659
1669
|
__name: "g-query-item",
|
|
1660
|
-
props: /* @__PURE__ */
|
|
1670
|
+
props: /* @__PURE__ */ lt(["more"], {
|
|
1661
1671
|
modelValue: { required: !0 },
|
|
1662
1672
|
modelModifiers: {},
|
|
1663
1673
|
info: { required: !0 },
|
|
@@ -1665,12 +1675,12 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1665
1675
|
}),
|
|
1666
1676
|
emits: ["update:modelValue", "update:info"],
|
|
1667
1677
|
setup(n) {
|
|
1668
|
-
const s =
|
|
1678
|
+
const s = at(n, "modelValue"), a = n, t = at(n, "info"), r = (S) => {
|
|
1669
1679
|
let f = Object.entries(s.value).filter((u) => {
|
|
1670
1680
|
var d;
|
|
1671
1681
|
return typeof u[1].search == "function" ? u[1].search && ((d = u[1].search(t.value, s.value.table)) == null ? void 0 : d.more) === S : u[1].search && u[1].search.more === S;
|
|
1672
1682
|
}).map((u) => [u[0], u[1]]), v = Object.fromEntries(f);
|
|
1673
|
-
return
|
|
1683
|
+
return ut(() => v).value;
|
|
1674
1684
|
}, e = (S) => typeof S.search == "function" ? S.search(t.value, s.value.table) : S.search || {}, h = (S) => {
|
|
1675
1685
|
const f = e(S);
|
|
1676
1686
|
return (f == null ? void 0 : f.type) || S.type;
|
|
@@ -1682,25 +1692,25 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1682
1692
|
};
|
|
1683
1693
|
return (S, f) => {
|
|
1684
1694
|
const v = L("el-form-item");
|
|
1685
|
-
return p(!0),
|
|
1695
|
+
return p(!0), R(te, null, W(r(a.more), (u, d) => C(S.$slots, `q-${d}`, {
|
|
1686
1696
|
key: d,
|
|
1687
1697
|
item: u,
|
|
1688
1698
|
queryModel: t.value,
|
|
1689
1699
|
model: s.value
|
|
1690
1700
|
}, () => [
|
|
1691
|
-
ee(v,
|
|
1701
|
+
ee(v, I({
|
|
1692
1702
|
label: u.label,
|
|
1693
1703
|
style: { width: c(u) },
|
|
1694
1704
|
ref_for: !0
|
|
1695
1705
|
}, { ...s.value.queryItems, ...e(u) }), {
|
|
1696
1706
|
label: _(() => [
|
|
1697
|
-
|
|
1707
|
+
C(S.$slots, `q-${d}-label`, {
|
|
1698
1708
|
item: u,
|
|
1699
1709
|
model: s.value
|
|
1700
1710
|
})
|
|
1701
1711
|
]),
|
|
1702
1712
|
default: _(() => [
|
|
1703
|
-
ee(
|
|
1713
|
+
ee(kt, {
|
|
1704
1714
|
modelValue: t.value[d],
|
|
1705
1715
|
"onUpdate:modelValue": ($) => t.value[d] = $,
|
|
1706
1716
|
item: { ...u == null ? void 0 : u.editor, ...e(u) },
|
|
@@ -1713,7 +1723,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1713
1723
|
W(Object.keys(S.$slots), ($) => ({
|
|
1714
1724
|
name: $,
|
|
1715
1725
|
fn: _((le) => [
|
|
1716
|
-
|
|
1726
|
+
C(S.$slots, $, {
|
|
1717
1727
|
data: le,
|
|
1718
1728
|
item: u,
|
|
1719
1729
|
model: s.value
|
|
@@ -1730,7 +1740,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1730
1740
|
}, Pl = {
|
|
1731
1741
|
key: 0,
|
|
1732
1742
|
class: "outer"
|
|
1733
|
-
},
|
|
1743
|
+
}, Nl = { class: "inner" }, Wl = {
|
|
1734
1744
|
__name: "g-query",
|
|
1735
1745
|
props: {
|
|
1736
1746
|
modelValue: { required: !0 },
|
|
@@ -1738,9 +1748,9 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1738
1748
|
info: { required: !0 },
|
|
1739
1749
|
infoModifiers: {}
|
|
1740
1750
|
},
|
|
1741
|
-
emits: /* @__PURE__ */
|
|
1751
|
+
emits: /* @__PURE__ */ lt(["query", "reset"], ["update:modelValue", "update:info"]),
|
|
1742
1752
|
setup(n, { emit: s }) {
|
|
1743
|
-
const a =
|
|
1753
|
+
const a = at(n, "modelValue"), t = s, r = At("options"), e = re(!1), h = at(n, "info"), c = {
|
|
1744
1754
|
hidden: !1,
|
|
1745
1755
|
type: "hidden",
|
|
1746
1756
|
labelWidth: 100,
|
|
@@ -1757,7 +1767,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1757
1767
|
hidden: !0,
|
|
1758
1768
|
type: "primary",
|
|
1759
1769
|
label: "更多",
|
|
1760
|
-
icon: () => we(
|
|
1770
|
+
icon: () => we(bl),
|
|
1761
1771
|
click: () => {
|
|
1762
1772
|
e.value = !e.value;
|
|
1763
1773
|
}
|
|
@@ -1767,7 +1777,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1767
1777
|
type: "primary",
|
|
1768
1778
|
hidden: !1,
|
|
1769
1779
|
plain: !1,
|
|
1770
|
-
icon: () => we(
|
|
1780
|
+
icon: () => we(zt),
|
|
1771
1781
|
click: () => {
|
|
1772
1782
|
t("reset", h.value);
|
|
1773
1783
|
}
|
|
@@ -1776,7 +1786,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1776
1786
|
hidden: !1,
|
|
1777
1787
|
type: "primary",
|
|
1778
1788
|
label: "查询",
|
|
1779
|
-
icon: () => we(
|
|
1789
|
+
icon: () => we($l),
|
|
1780
1790
|
click: () => {
|
|
1781
1791
|
t("query", h.value), e.value = !1;
|
|
1782
1792
|
}
|
|
@@ -1824,25 +1834,25 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1824
1834
|
}
|
|
1825
1835
|
};
|
|
1826
1836
|
a.value.queryItems = Fe(f, r == null ? void 0 : r.queryItems, a.value.queryItems);
|
|
1827
|
-
const v = (
|
|
1828
|
-
const D = Object.keys(
|
|
1837
|
+
const v = (O, G) => {
|
|
1838
|
+
const D = Object.keys(O.slots).filter((ne) => ne !== "default").reduce((ne, de) => (ne[de] = (pe) => O.slots[de]({
|
|
1829
1839
|
model: a.value
|
|
1830
1840
|
// 传递当前模型数据
|
|
1831
|
-
}),
|
|
1832
|
-
return we(
|
|
1841
|
+
}), ne), {});
|
|
1842
|
+
return we(Ot, {
|
|
1833
1843
|
modelValue: a.value,
|
|
1834
|
-
"onUpdate:modelValue": (
|
|
1844
|
+
"onUpdate:modelValue": (ne) => a.value = ne,
|
|
1835
1845
|
info: h.value,
|
|
1836
|
-
"onUpdate:info": (
|
|
1846
|
+
"onUpdate:info": (ne) => h.value = ne,
|
|
1837
1847
|
more: G
|
|
1838
1848
|
}, D);
|
|
1839
1849
|
}, u = Yt(), d = () => {
|
|
1840
|
-
var D,
|
|
1841
|
-
const
|
|
1850
|
+
var D, ne, de, pe, fe, ie, ge, xe, De;
|
|
1851
|
+
const O = [
|
|
1842
1852
|
{
|
|
1843
1853
|
key: "query",
|
|
1844
|
-
hidden: (
|
|
1845
|
-
component:
|
|
1854
|
+
hidden: (de = (ne = (D = a.value) == null ? void 0 : D.query) == null ? void 0 : ne.query) == null ? void 0 : de.hidden,
|
|
1855
|
+
component: Oe,
|
|
1846
1856
|
props: {
|
|
1847
1857
|
...a.value.query.query,
|
|
1848
1858
|
onClick: a.value.query.query.click
|
|
@@ -1852,8 +1862,8 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1852
1862
|
},
|
|
1853
1863
|
{
|
|
1854
1864
|
key: "reset",
|
|
1855
|
-
hidden: (ie = (
|
|
1856
|
-
component:
|
|
1865
|
+
hidden: (ie = (fe = (pe = a.value) == null ? void 0 : pe.query) == null ? void 0 : fe.reset) == null ? void 0 : ie.hidden,
|
|
1866
|
+
component: Oe,
|
|
1857
1867
|
props: {
|
|
1858
1868
|
...a.value.query.reset,
|
|
1859
1869
|
onClick: a.value.query.reset.click
|
|
@@ -1863,74 +1873,74 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1863
1873
|
},
|
|
1864
1874
|
{
|
|
1865
1875
|
key: "more",
|
|
1866
|
-
hidden: (De = (
|
|
1867
|
-
component: a.value.query.more.mode === 3 ?
|
|
1876
|
+
hidden: (De = (xe = (ge = a.value) == null ? void 0 : ge.query) == null ? void 0 : xe.more) == null ? void 0 : De.hidden,
|
|
1877
|
+
component: a.value.query.more.mode === 3 ? Dt : Oe,
|
|
1868
1878
|
props: a.value.query.more.mode === 3 ? { ...a.value.query.more.dialog } : {
|
|
1869
1879
|
...a.value.query.more,
|
|
1870
1880
|
onClick: a.value.query.more.click
|
|
1871
1881
|
},
|
|
1872
1882
|
label: a.value.query.more.label,
|
|
1873
1883
|
sort: a.value.query.more.sort || 0,
|
|
1874
|
-
content: a.value.query.more.mode === 3 ? () => we(
|
|
1884
|
+
content: a.value.query.more.mode === 3 ? () => we(bt, {
|
|
1875
1885
|
class: "query-form",
|
|
1876
|
-
...
|
|
1886
|
+
...Ge(a.value.query, (J) => !["query", "more", "reset"].includes(J))
|
|
1877
1887
|
}, () => v({ slots: u }, !0)) : null
|
|
1878
1888
|
}
|
|
1879
1889
|
];
|
|
1880
|
-
return
|
|
1881
|
-
reference: () => we(
|
|
1890
|
+
return O.sort((J, K) => J.sort - K.sort), O.filter((J) => !J.hidden).map((J) => J.key === "more" && J.component === Dt ? we(Dt, J.props, {
|
|
1891
|
+
reference: () => we(Oe, a.value.query.more, () => J.label),
|
|
1882
1892
|
default: J.content
|
|
1883
1893
|
}) : (J.props.slot = "query-" + J.key, J.label ? we(J.component, J.props, () => J.label) : we(J.component, J.props)));
|
|
1884
|
-
}, $ =
|
|
1894
|
+
}, $ = ut(() => ({
|
|
1885
1895
|
diplay: "flex",
|
|
1886
1896
|
flexDirection: a.value.query.container.mode === "row" ? "row" : "column"
|
|
1887
1897
|
})), le = () => {
|
|
1888
1898
|
alert("查询设置,正在开发中......");
|
|
1889
1899
|
};
|
|
1890
|
-
return (
|
|
1891
|
-
var
|
|
1892
|
-
const D = L("el-form-item"),
|
|
1893
|
-
return p(),
|
|
1900
|
+
return (O, G) => {
|
|
1901
|
+
var de, pe, fe, ie, ge, xe, De, J, K, Ie, x, w, g, i, V, E, q;
|
|
1902
|
+
const D = L("el-form-item"), ne = L("el-drawer");
|
|
1903
|
+
return p(), R(te, null, [
|
|
1894
1904
|
X("div", {
|
|
1895
1905
|
class: "g-query-container",
|
|
1896
|
-
style: qe({ ...$.value, ...((pe = (
|
|
1906
|
+
style: qe({ ...$.value, ...((pe = (de = a.value.query) == null ? void 0 : de.container) == null ? void 0 : pe.style) || {} }),
|
|
1897
1907
|
onDblclick: le
|
|
1898
1908
|
}, [
|
|
1899
|
-
ee(
|
|
1900
|
-
onSubmit: G[0] || (G[0] =
|
|
1909
|
+
ee(j(bt), I({
|
|
1910
|
+
onSubmit: G[0] || (G[0] = _t(() => {
|
|
1901
1911
|
}, ["prevent"]))
|
|
1902
|
-
},
|
|
1912
|
+
}, j(Ge)(a.value.query, (T) => !["query", "more", "reset", "btns"].includes(T))), {
|
|
1903
1913
|
default: _(() => {
|
|
1904
1914
|
var T, Q;
|
|
1905
1915
|
return [
|
|
1906
|
-
(p(),
|
|
1907
|
-
((Q = (T = a.value.query) == null ? void 0 : T.container) == null ? void 0 : Q.inline) === !0 ? (p(),
|
|
1916
|
+
(p(), B(et(v({ slots: O.$slots }, void 0)))),
|
|
1917
|
+
((Q = (T = a.value.query) == null ? void 0 : T.container) == null ? void 0 : Q.inline) === !0 ? (p(), B(D, { key: 0 }, {
|
|
1908
1918
|
default: _(() => {
|
|
1909
1919
|
var oe, ae, H, z, Se;
|
|
1910
1920
|
return [
|
|
1911
1921
|
X("div", {
|
|
1912
1922
|
style: qe((ae = (oe = a.value.query) == null ? void 0 : oe.btns) == null ? void 0 : ae.style)
|
|
1913
1923
|
}, [
|
|
1914
|
-
a.value.query.group ? (p(),
|
|
1924
|
+
a.value.query.group ? (p(), B(j($t), { key: 0 }, {
|
|
1915
1925
|
default: _(() => [
|
|
1916
|
-
(p(!0),
|
|
1917
|
-
(p(),
|
|
1926
|
+
(p(!0), R(te, null, W(d(), (me) => C(O.$slots, me.props.slot, {}, () => [
|
|
1927
|
+
(p(), B(et(me)))
|
|
1918
1928
|
], !0)), 256)),
|
|
1919
|
-
|
|
1929
|
+
C(O.$slots, "q-btns", {}, void 0, !0)
|
|
1920
1930
|
]),
|
|
1921
1931
|
_: 3
|
|
1922
|
-
})) : (p(),
|
|
1923
|
-
(Se = (z = (H = a.value) == null ? void 0 : H.query) == null ? void 0 : z.btns) != null && Se.group ? (p(),
|
|
1932
|
+
})) : (p(), R(te, { key: 1 }, [
|
|
1933
|
+
(Se = (z = (H = a.value) == null ? void 0 : H.query) == null ? void 0 : z.btns) != null && Se.group ? (p(), B(j($t), { key: 0 }, {
|
|
1924
1934
|
default: _(() => [
|
|
1925
|
-
(p(!0),
|
|
1926
|
-
(p(),
|
|
1935
|
+
(p(!0), R(te, null, W(d(), (me) => C(O.$slots, me.props.slot, {}, () => [
|
|
1936
|
+
(p(), B(et(me)))
|
|
1927
1937
|
], !0)), 256))
|
|
1928
1938
|
]),
|
|
1929
1939
|
_: 3
|
|
1930
|
-
})) : (p(!0),
|
|
1931
|
-
(p(),
|
|
1940
|
+
})) : (p(!0), R(te, { key: 1 }, W(d(), (me) => C(O.$slots, me.props.slot, {}, () => [
|
|
1941
|
+
(p(), B(et(me)))
|
|
1932
1942
|
], !0)), 256)),
|
|
1933
|
-
|
|
1943
|
+
C(O.$slots, "q-btns", {}, void 0, !0)
|
|
1934
1944
|
], 64))
|
|
1935
1945
|
], 4)
|
|
1936
1946
|
];
|
|
@@ -1941,34 +1951,34 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1941
1951
|
}),
|
|
1942
1952
|
_: 3
|
|
1943
1953
|
}, 16),
|
|
1944
|
-
((ge = (ie = (
|
|
1954
|
+
((ge = (ie = (fe = a.value) == null ? void 0 : fe.query) == null ? void 0 : ie.container) == null ? void 0 : ge.inline) === !1 ? (p(), R("div", {
|
|
1945
1955
|
key: 0,
|
|
1946
|
-
style: qe((De = (
|
|
1956
|
+
style: qe((De = (xe = a.value.query) == null ? void 0 : xe.btns) == null ? void 0 : De.style)
|
|
1947
1957
|
}, [
|
|
1948
|
-
a.value.query.group ? (p(),
|
|
1958
|
+
a.value.query.group ? (p(), B(j($t), { key: 0 }, {
|
|
1949
1959
|
default: _(() => [
|
|
1950
|
-
(p(!0),
|
|
1951
|
-
(p(),
|
|
1960
|
+
(p(!0), R(te, null, W(d(), (T) => C(O.$slots, T.props.slot, {}, () => [
|
|
1961
|
+
(p(), B(et(T)))
|
|
1952
1962
|
], !0)), 256)),
|
|
1953
|
-
|
|
1963
|
+
C(O.$slots, "q-btns", {}, void 0, !0)
|
|
1954
1964
|
]),
|
|
1955
1965
|
_: 3
|
|
1956
|
-
})) : (p(),
|
|
1957
|
-
(K = (J = a.value.query) == null ? void 0 : J.btns) != null && K.group ? (p(),
|
|
1966
|
+
})) : (p(), R(te, { key: 1 }, [
|
|
1967
|
+
(K = (J = a.value.query) == null ? void 0 : J.btns) != null && K.group ? (p(), B(j($t), { key: 0 }, {
|
|
1958
1968
|
default: _(() => [
|
|
1959
|
-
(p(!0),
|
|
1960
|
-
(p(),
|
|
1969
|
+
(p(!0), R(te, null, W(d(), (T) => C(O.$slots, T.props.slot, {}, () => [
|
|
1970
|
+
(p(), B(et(T)))
|
|
1961
1971
|
], !0)), 256))
|
|
1962
1972
|
]),
|
|
1963
1973
|
_: 3
|
|
1964
|
-
})) : (p(!0),
|
|
1965
|
-
(p(),
|
|
1974
|
+
})) : (p(!0), R(te, { key: 1 }, W(d(), (T) => C(O.$slots, T.props.slot, {}, () => [
|
|
1975
|
+
(p(), B(et(T)))
|
|
1966
1976
|
], !0)), 256)),
|
|
1967
|
-
|
|
1977
|
+
C(O.$slots, "q-btns", {}, void 0, !0)
|
|
1968
1978
|
], 64))
|
|
1969
1979
|
], 4)) : $e("", !0)
|
|
1970
1980
|
], 36),
|
|
1971
|
-
e.value && !((w = (x = (
|
|
1981
|
+
e.value && !((w = (x = (Ie = a.value) == null ? void 0 : Ie.query) == null ? void 0 : x.more) != null && w.hidden) && a.value.query.more.mode == 2 ? (p(), B(ne, I({
|
|
1972
1982
|
key: 0,
|
|
1973
1983
|
modelValue: e.value,
|
|
1974
1984
|
"onUpdate:modelValue": G[6] || (G[6] = (T) => e.value = T),
|
|
@@ -1976,22 +1986,22 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
1976
1986
|
"show-close": !1
|
|
1977
1987
|
}, a.value.query.more.dialog), be({
|
|
1978
1988
|
default: _(() => [
|
|
1979
|
-
ee(
|
|
1980
|
-
onSubmit: G[3] || (G[3] =
|
|
1989
|
+
ee(j(bt), I({
|
|
1990
|
+
onSubmit: G[3] || (G[3] = _t(() => {
|
|
1981
1991
|
}, ["prevent"]))
|
|
1982
|
-
},
|
|
1992
|
+
}, j(Ge)(a.value.query, (T) => !["query", "more", "reset"].includes(T)), { style: { width: "98%" } }), {
|
|
1983
1993
|
default: _(() => [
|
|
1984
|
-
ee(
|
|
1994
|
+
ee(Ot, {
|
|
1985
1995
|
modelValue: a.value,
|
|
1986
1996
|
"onUpdate:modelValue": G[1] || (G[1] = (T) => a.value = T),
|
|
1987
1997
|
info: h.value,
|
|
1988
1998
|
"onUpdate:info": G[2] || (G[2] = (T) => h.value = T),
|
|
1989
1999
|
more: !0
|
|
1990
2000
|
}, be({ _: 2 }, [
|
|
1991
|
-
W(
|
|
2001
|
+
W(O.$slots, (T, Q, oe) => ({
|
|
1992
2002
|
name: Q,
|
|
1993
2003
|
fn: _((ae) => [
|
|
1994
|
-
|
|
2004
|
+
C(O.$slots, Q, { model: a.value }, void 0, !0)
|
|
1995
2005
|
])
|
|
1996
2006
|
}))
|
|
1997
2007
|
]), 1032, ["modelValue", "info"])
|
|
@@ -2004,20 +2014,20 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
2004
2014
|
(q = (E = (V = (i = (g = a.value) == null ? void 0 : g.query) == null ? void 0 : i.more) == null ? void 0 : V.dialog) == null ? void 0 : E.footer) != null && q.hidden ? void 0 : {
|
|
2005
2015
|
name: "footer",
|
|
2006
2016
|
fn: _(() => [
|
|
2007
|
-
X("div",
|
|
2008
|
-
ee(
|
|
2017
|
+
X("div", xt(ul(a.value.query.more.dialog.footer)), [
|
|
2018
|
+
ee(j(Oe), I(a.value.query.query, {
|
|
2009
2019
|
onClick: G[4] || (G[4] = (T) => a.value.query.query.click())
|
|
2010
2020
|
}), {
|
|
2011
2021
|
default: _(() => [
|
|
2012
|
-
Ve(
|
|
2022
|
+
Ve(ke(a.value.query.query.label), 1)
|
|
2013
2023
|
]),
|
|
2014
2024
|
_: 1
|
|
2015
2025
|
}, 16),
|
|
2016
|
-
ee(
|
|
2026
|
+
ee(j(Oe), I(a.value.query.reset, {
|
|
2017
2027
|
onClick: G[5] || (G[5] = (T) => a.value.query.reset.click())
|
|
2018
2028
|
}), {
|
|
2019
2029
|
default: _(() => [
|
|
2020
|
-
Ve(
|
|
2030
|
+
Ve(ke(a.value.query.reset.label), 1)
|
|
2021
2031
|
]),
|
|
2022
2032
|
_: 1
|
|
2023
2033
|
}, 16)
|
|
@@ -2026,7 +2036,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
2026
2036
|
key: "0"
|
|
2027
2037
|
}
|
|
2028
2038
|
]), 1040, ["modelValue"])) : $e("", !0),
|
|
2029
|
-
ee(
|
|
2039
|
+
ee(sl, {
|
|
2030
2040
|
duration: 300,
|
|
2031
2041
|
name: "nested",
|
|
2032
2042
|
style: { padding: "10px" }
|
|
@@ -2034,19 +2044,19 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
2034
2044
|
default: _(() => {
|
|
2035
2045
|
var T, Q, oe;
|
|
2036
2046
|
return [
|
|
2037
|
-
e.value && !((oe = (Q = (T = a.value) == null ? void 0 : T.query) == null ? void 0 : Q.more) != null && oe.hidden) && a.value.query.more.mode == 1 ? (p(),
|
|
2038
|
-
X("div",
|
|
2039
|
-
a.value.query.more.mode == 1 ?
|
|
2047
|
+
e.value && !((oe = (Q = (T = a.value) == null ? void 0 : T.query) == null ? void 0 : Q.more) != null && oe.hidden) && a.value.query.more.mode == 1 ? (p(), R("div", Pl, [
|
|
2048
|
+
X("div", Nl, [
|
|
2049
|
+
a.value.query.more.mode == 1 ? il((p(), B(j(bt), I({
|
|
2040
2050
|
key: 0,
|
|
2041
|
-
onSubmit: G[7] || (G[7] =
|
|
2051
|
+
onSubmit: G[7] || (G[7] = _t(() => {
|
|
2042
2052
|
}, ["prevent"]))
|
|
2043
|
-
},
|
|
2053
|
+
}, j(Ge)(a.value.query, (ae) => !["query", "more", "reset"].includes(ae))), {
|
|
2044
2054
|
default: _(() => [
|
|
2045
|
-
(p(),
|
|
2055
|
+
(p(), B(et(v({ slots: O.$slots }, !0))))
|
|
2046
2056
|
]),
|
|
2047
2057
|
_: 1
|
|
2048
2058
|
}, 16)), [
|
|
2049
|
-
[
|
|
2059
|
+
[dl, e.value]
|
|
2050
2060
|
]) : $e("", !0)
|
|
2051
2061
|
])
|
|
2052
2062
|
])) : $e("", !0)
|
|
@@ -2057,10 +2067,10 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
2057
2067
|
], 64);
|
|
2058
2068
|
};
|
|
2059
2069
|
}
|
|
2060
|
-
},
|
|
2070
|
+
}, Gl = /* @__PURE__ */ rt(Wl, [["__scopeId", "data-v-fbc339ad"]]), Xl = { style: { padding: "15px", "box-sizing": "border-box" } }, Ql = { style: { display: "flex", flex: "1", "align-items": "center", height: "30px" } }, Zl = { style: { display: "flex", flex: "1", "align-items": "center" } }, Jl = {
|
|
2061
2071
|
style: { display: "flex", "flex-wrap": "wrap" },
|
|
2062
2072
|
id: "excelSortEl"
|
|
2063
|
-
},
|
|
2073
|
+
}, Kl = ["textContent"], ea = { style: { width: "100%", display: "flex", padding: "10px", "box-sizing": "border-box", "justify-content": "center", "border-top": "1px solid #dcdfe6" } }, ta = {
|
|
2064
2074
|
__name: "check-excel-item",
|
|
2065
2075
|
props: {
|
|
2066
2076
|
items: Array,
|
|
@@ -2090,22 +2100,22 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
2090
2100
|
}
|
|
2091
2101
|
});
|
|
2092
2102
|
};
|
|
2093
|
-
return
|
|
2094
|
-
const S = new
|
|
2103
|
+
return pt(() => {
|
|
2104
|
+
const S = new Wt(document.getElementById("excelSortEl"), {
|
|
2095
2105
|
animation: 150,
|
|
2096
2106
|
onEnd: () => {
|
|
2097
2107
|
S.toArray();
|
|
2098
2108
|
}
|
|
2099
2109
|
}), f = S;
|
|
2100
|
-
|
|
2110
|
+
fl(() => {
|
|
2101
2111
|
f && f.destroy();
|
|
2102
2112
|
});
|
|
2103
2113
|
}), (S, f) => {
|
|
2104
2114
|
const v = L("el-divider"), u = L("el-icon"), d = L("el-text"), $ = L("el-checkbox"), le = L("el-button");
|
|
2105
|
-
return p(),
|
|
2115
|
+
return p(), R("div", Xl, [
|
|
2106
2116
|
X("div", null, [
|
|
2107
|
-
X("div",
|
|
2108
|
-
X("div",
|
|
2117
|
+
X("div", Ql, [
|
|
2118
|
+
X("div", Zl, [
|
|
2109
2119
|
X("a", {
|
|
2110
2120
|
onClick: e,
|
|
2111
2121
|
style: { cursor: "pointer" }
|
|
@@ -2124,7 +2134,7 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
2124
2134
|
default: _(() => [
|
|
2125
2135
|
ee(u, { size: "16" }, {
|
|
2126
2136
|
default: _(() => [
|
|
2127
|
-
ee(
|
|
2137
|
+
ee(j(Pt))
|
|
2128
2138
|
]),
|
|
2129
2139
|
_: 1
|
|
2130
2140
|
}),
|
|
@@ -2135,35 +2145,35 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
2135
2145
|
])
|
|
2136
2146
|
]),
|
|
2137
2147
|
f[1] || (f[1] = X("div", { style: { margin: "1px 0" } }, null, -1)),
|
|
2138
|
-
X("div",
|
|
2139
|
-
(p(!0),
|
|
2148
|
+
X("div", Jl, [
|
|
2149
|
+
(p(!0), R(te, null, W(r.value, (O) => (p(), B($, {
|
|
2140
2150
|
class: "check-box-hover",
|
|
2141
2151
|
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" },
|
|
2142
|
-
"data-id":
|
|
2143
|
-
modelValue:
|
|
2144
|
-
"onUpdate:modelValue": (G) =>
|
|
2145
|
-
key:
|
|
2146
|
-
title:
|
|
2152
|
+
"data-id": O.key,
|
|
2153
|
+
modelValue: O.value,
|
|
2154
|
+
"onUpdate:modelValue": (G) => O.value = G,
|
|
2155
|
+
key: O.key,
|
|
2156
|
+
title: O.label
|
|
2147
2157
|
}, {
|
|
2148
2158
|
default: _(() => [
|
|
2149
2159
|
X("span", {
|
|
2150
|
-
textContent:
|
|
2160
|
+
textContent: ke(O.label),
|
|
2151
2161
|
style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
|
|
2152
|
-
}, null, 8,
|
|
2162
|
+
}, null, 8, Kl)
|
|
2153
2163
|
]),
|
|
2154
2164
|
_: 2
|
|
2155
2165
|
}, 1032, ["data-id", "modelValue", "onUpdate:modelValue", "title"]))), 128))
|
|
2156
2166
|
])
|
|
2157
2167
|
]),
|
|
2158
|
-
X("div",
|
|
2168
|
+
X("div", ea, [
|
|
2159
2169
|
ee(le, {
|
|
2160
2170
|
type: "primary",
|
|
2161
2171
|
onClick: c,
|
|
2162
|
-
icon:
|
|
2163
|
-
disabled: r.value.filter((
|
|
2172
|
+
icon: j(Nt),
|
|
2173
|
+
disabled: r.value.filter((O) => O.value).length < 1
|
|
2164
2174
|
}, {
|
|
2165
2175
|
default: _(() => [
|
|
2166
|
-
Ve(
|
|
2176
|
+
Ve(ke(a.commitText), 1)
|
|
2167
2177
|
]),
|
|
2168
2178
|
_: 1
|
|
2169
2179
|
}, 8, ["icon", "disabled"])
|
|
@@ -2171,8 +2181,8 @@ const Dt = /* @__PURE__ */ Wt(Tl), Xt = {
|
|
|
2171
2181
|
]);
|
|
2172
2182
|
};
|
|
2173
2183
|
}
|
|
2174
|
-
},
|
|
2175
|
-
ve.version(
|
|
2184
|
+
}, la = /* @__PURE__ */ rt(ta, [["__scopeId", "data-v-13575747"]]), aa = "vue-gyc-ui", ra = 1, ve = new xl(aa);
|
|
2185
|
+
ve.version(ra).stores({
|
|
2176
2186
|
// 记录表格项设置信息
|
|
2177
2187
|
tableWidths: "++id, [page+key], page, key,width",
|
|
2178
2188
|
// 记录表格分页条数
|
|
@@ -2182,11 +2192,11 @@ ve.version(aa).stores({
|
|
|
2182
2192
|
// 记录表格列显示状态
|
|
2183
2193
|
tableColsState: "++id,[page+key], page, key"
|
|
2184
2194
|
});
|
|
2185
|
-
const
|
|
2195
|
+
const st = (n, s) => {
|
|
2186
2196
|
if (!n || typeof n != "string")
|
|
2187
2197
|
throw new Error("page参数必须是非空字符串");
|
|
2188
2198
|
};
|
|
2189
|
-
async function
|
|
2199
|
+
async function wt(n, s, a) {
|
|
2190
2200
|
try {
|
|
2191
2201
|
const t = await ve.tableColsState.where({ page: n }).first();
|
|
2192
2202
|
t ? a === "add" ? t.keys.includes(s) || (t.keys.push(s), await ve.tableColsState.put(t)) : a === "del" ? (t.keys = t.keys.filter((r) => r !== s), await ve.tableColsState.put(t)) : a === "delAll" ? (t.keys = s, await ve.tableColsState.put(t)) : a === "selectAll" && await ve.tableColsState.where({ page: n }).delete() : a === "add" ? await ve.tableColsState.add({ page: n, keys: [s] }) : a === "delAll" && await ve.tableColsState.add({ page: n, keys: s });
|
|
@@ -2194,8 +2204,8 @@ async function $t(n, s, a) {
|
|
|
2194
2204
|
throw console.error(`处理表格列状态时出错 (page: ${n}, key: ${s}, state: ${a}):`, t), t;
|
|
2195
2205
|
}
|
|
2196
2206
|
}
|
|
2197
|
-
async function
|
|
2198
|
-
|
|
2207
|
+
async function oa(n, s, a) {
|
|
2208
|
+
st(n);
|
|
2199
2209
|
try {
|
|
2200
2210
|
const t = await ve.tableWidths.where({ page: n, key: s }).first();
|
|
2201
2211
|
return t ? (await ve.tableWidths.put({ ...t, width: a }), "update success") : (await ve.tableWidths.add({ page: n, key: s, width: a }), "add success");
|
|
@@ -2203,16 +2213,16 @@ async function ra(n, s, a) {
|
|
|
2203
2213
|
throw console.error(`保存表格项设置信息时出错 (page: ${n}, key: ${s}):`, t), t;
|
|
2204
2214
|
}
|
|
2205
2215
|
}
|
|
2206
|
-
async function
|
|
2207
|
-
|
|
2216
|
+
async function na(n) {
|
|
2217
|
+
st(n);
|
|
2208
2218
|
try {
|
|
2209
2219
|
return await ve.tableWidths.where({ page: n }).toArray();
|
|
2210
2220
|
} catch (s) {
|
|
2211
2221
|
throw console.error(`获取表格项设置信息时出错 (page: ${n}):`, s), s;
|
|
2212
2222
|
}
|
|
2213
2223
|
}
|
|
2214
|
-
async function
|
|
2215
|
-
|
|
2224
|
+
async function ua(n) {
|
|
2225
|
+
st(n);
|
|
2216
2226
|
try {
|
|
2217
2227
|
const s = await ve.tableColsState.where({ page: n }).toArray();
|
|
2218
2228
|
return !s || s.length === 0 ? [] : s[0].keys;
|
|
@@ -2220,8 +2230,8 @@ async function na(n) {
|
|
|
2220
2230
|
throw console.error(`获取表格列状态时出错 (page: ${n}):`, s), s;
|
|
2221
2231
|
}
|
|
2222
2232
|
}
|
|
2223
|
-
async function
|
|
2224
|
-
|
|
2233
|
+
async function sa(n) {
|
|
2234
|
+
st(n);
|
|
2225
2235
|
try {
|
|
2226
2236
|
return await ve.transaction("rw", ve.tableWidths, ve.pageInfo, ve.sorts, ve.tableColsState, async () => {
|
|
2227
2237
|
await Promise.all([
|
|
@@ -2235,8 +2245,8 @@ async function ua(n) {
|
|
|
2235
2245
|
throw console.error(`删除页面"${n}"的表格设置信息时出错:`, s), s;
|
|
2236
2246
|
}
|
|
2237
2247
|
}
|
|
2238
|
-
async function
|
|
2239
|
-
|
|
2248
|
+
async function ia({ page: n, size: s }) {
|
|
2249
|
+
st(n);
|
|
2240
2250
|
try {
|
|
2241
2251
|
const a = await ve.pageInfo.where({ page: n }).first();
|
|
2242
2252
|
return a ? (await ve.pageInfo.put({ ...a, size: s }), "update success") : (await ve.pageInfo.add({ page: n, size: s }), "add success");
|
|
@@ -2244,8 +2254,8 @@ async function sa({ page: n, size: s }) {
|
|
|
2244
2254
|
throw console.error(`保存分页条数时出错 (page: ${n}):`, a), a;
|
|
2245
2255
|
}
|
|
2246
2256
|
}
|
|
2247
|
-
async function
|
|
2248
|
-
|
|
2257
|
+
async function da(n) {
|
|
2258
|
+
st(n);
|
|
2249
2259
|
try {
|
|
2250
2260
|
const s = await ve.pageInfo.where({ page: n }).first();
|
|
2251
2261
|
return (s == null ? void 0 : s.size) || 20;
|
|
@@ -2253,8 +2263,8 @@ async function ia(n) {
|
|
|
2253
2263
|
throw console.error(`获取分页条数时出错 (page: ${n}):`, s), s;
|
|
2254
2264
|
}
|
|
2255
2265
|
}
|
|
2256
|
-
async function
|
|
2257
|
-
|
|
2266
|
+
async function fa(n, s) {
|
|
2267
|
+
st(n);
|
|
2258
2268
|
try {
|
|
2259
2269
|
const a = await ve.sorts.where({ page: n }).first();
|
|
2260
2270
|
return a ? (await ve.sorts.put({ ...a, keys: s }), "update success") : (await ve.sorts.add({ page: n, keys: s }), "add success");
|
|
@@ -2262,8 +2272,8 @@ async function da(n, s) {
|
|
|
2262
2272
|
throw console.error(`保存表格字段顺序时出错 (page: ${n}):`, a), a;
|
|
2263
2273
|
}
|
|
2264
2274
|
}
|
|
2265
|
-
async function
|
|
2266
|
-
|
|
2275
|
+
async function ca(n) {
|
|
2276
|
+
st(n);
|
|
2267
2277
|
try {
|
|
2268
2278
|
const s = await ve.sorts.where({ page: n }).first();
|
|
2269
2279
|
return (s == null ? void 0 : s.keys) || [];
|
|
@@ -2271,15 +2281,15 @@ async function fa(n) {
|
|
|
2271
2281
|
throw console.error(`获取表格字段顺序时出错 (page: ${n}):`, s), s;
|
|
2272
2282
|
}
|
|
2273
2283
|
}
|
|
2274
|
-
const
|
|
2284
|
+
const va = { style: { padding: "15px", "box-sizing": "border-box" } }, pa = { style: { display: "flex", "align-items": "center", height: "30px" } }, ma = {
|
|
2275
2285
|
style: { display: "flex", flex: "1", "align-items": "center" },
|
|
2276
2286
|
class: "allcheck"
|
|
2277
|
-
},
|
|
2287
|
+
}, ha = {
|
|
2278
2288
|
id: "cols",
|
|
2279
2289
|
style: { display: "flex", "flex-wrap": "wrap", margin: "0 !important", padding: "0 !important" }
|
|
2280
|
-
},
|
|
2290
|
+
}, ya = ["textContent"], ga = {
|
|
2281
2291
|
__name: "columns-setting",
|
|
2282
|
-
props: /* @__PURE__ */
|
|
2292
|
+
props: /* @__PURE__ */ lt({
|
|
2283
2293
|
tuid: {
|
|
2284
2294
|
type: String,
|
|
2285
2295
|
required: !0
|
|
@@ -2288,25 +2298,25 @@ const ca = { style: { padding: "15px", "box-sizing": "border-box" } }, va = { st
|
|
|
2288
2298
|
modelValue: { required: !0 },
|
|
2289
2299
|
modelModifiers: {}
|
|
2290
2300
|
}),
|
|
2291
|
-
emits: /* @__PURE__ */
|
|
2301
|
+
emits: /* @__PURE__ */ lt(["setting-drag-end", "select-all"], ["update:modelValue"]),
|
|
2292
2302
|
setup(n, { emit: s }) {
|
|
2293
|
-
const a = n, t = s, r = re([]), e =
|
|
2294
|
-
u ? (e.value[d].showCol = !0, await
|
|
2303
|
+
const a = n, t = s, r = re([]), e = at(n, "modelValue"), h = async (u, d) => {
|
|
2304
|
+
u ? (e.value[d].showCol = !0, await wt(a.tuid, d, "del")) : (e.value[d].showCol = !1, await wt(a.tuid, d, "add"));
|
|
2295
2305
|
}, c = () => {
|
|
2296
2306
|
const u = document.getElementById("cols");
|
|
2297
2307
|
if (u) {
|
|
2298
|
-
let d =
|
|
2308
|
+
let d = Wt.create(u, {
|
|
2299
2309
|
animation: 150,
|
|
2300
2310
|
filter: ".filtered",
|
|
2301
2311
|
sort: !0,
|
|
2302
2312
|
onEnd: async () => {
|
|
2303
2313
|
let $ = d.toArray();
|
|
2304
2314
|
try {
|
|
2305
|
-
|
|
2315
|
+
fa(a.tuid, $).then((le) => {
|
|
2306
2316
|
t("setting-drag-end");
|
|
2307
2317
|
});
|
|
2308
2318
|
} catch (le) {
|
|
2309
|
-
console.error("列排序保存信息时出错:", le),
|
|
2319
|
+
console.error("列排序保存信息时出错:", le), tt({
|
|
2310
2320
|
type: "error",
|
|
2311
2321
|
message: "列排序保存信息失败!"
|
|
2312
2322
|
});
|
|
@@ -2318,11 +2328,11 @@ const ca = { style: { padding: "15px", "box-sizing": "border-box" } }, va = { st
|
|
|
2318
2328
|
try {
|
|
2319
2329
|
r.value.forEach((u) => {
|
|
2320
2330
|
u.showCol = !0;
|
|
2321
|
-
}),
|
|
2331
|
+
}), wt(a.tuid, [], "selectAll").then((u) => {
|
|
2322
2332
|
t("select-all");
|
|
2323
2333
|
});
|
|
2324
2334
|
} catch (u) {
|
|
2325
|
-
console.error("全选列保存信息时出错:", u),
|
|
2335
|
+
console.error("全选列保存信息时出错:", u), tt({
|
|
2326
2336
|
type: "error",
|
|
2327
2337
|
message: "全选列保存信息失败!"
|
|
2328
2338
|
});
|
|
@@ -2332,32 +2342,32 @@ const ca = { style: { padding: "15px", "box-sizing": "border-box" } }, va = { st
|
|
|
2332
2342
|
let u = r.value.filter((d) => !d.alwaysShow && d.value != "control" && d.value != "hidden");
|
|
2333
2343
|
u.forEach((d) => {
|
|
2334
2344
|
d.showCol = !1;
|
|
2335
|
-
}),
|
|
2345
|
+
}), wt(a.tuid, u.map((d) => d.value), "delAll").then((d) => {
|
|
2336
2346
|
t("select-all");
|
|
2337
2347
|
});
|
|
2338
2348
|
} catch (u) {
|
|
2339
|
-
console.error("清除列保存信息时出错:", u),
|
|
2349
|
+
console.error("清除列保存信息时出错:", u), tt({
|
|
2340
2350
|
type: "error",
|
|
2341
2351
|
message: "清除列保存信息失败!"
|
|
2342
2352
|
});
|
|
2343
2353
|
}
|
|
2344
2354
|
}, v = () => {
|
|
2345
|
-
|
|
2355
|
+
Rt.confirm("确定要复位吗?", "提示", {
|
|
2346
2356
|
confirmButtonText: "确定",
|
|
2347
2357
|
cancelButtonText: "取消",
|
|
2348
2358
|
type: "warning"
|
|
2349
2359
|
}).then(() => {
|
|
2350
|
-
|
|
2360
|
+
sa(a.tuid).then((u) => {
|
|
2351
2361
|
window.location.reload();
|
|
2352
2362
|
}).catch((u) => {
|
|
2353
|
-
console.error("复位操作出错:", u),
|
|
2363
|
+
console.error("复位操作出错:", u), tt({
|
|
2354
2364
|
type: "info",
|
|
2355
2365
|
message: "复位失败!"
|
|
2356
2366
|
});
|
|
2357
2367
|
});
|
|
2358
2368
|
});
|
|
2359
2369
|
};
|
|
2360
|
-
return
|
|
2370
|
+
return pt(async () => {
|
|
2361
2371
|
r.value = Object.entries(e.value).filter(([, u]) => u.visible !== !1).filter(([, u]) => u.type != "hidden").map(([u, d]) => ({
|
|
2362
2372
|
label: d.label,
|
|
2363
2373
|
value: u,
|
|
@@ -2367,21 +2377,21 @@ const ca = { style: { padding: "15px", "box-sizing": "border-box" } }, va = { st
|
|
|
2367
2377
|
width: d == null ? void 0 : d.width
|
|
2368
2378
|
})).sort((u, d) => u.sort - d.sort), c();
|
|
2369
2379
|
}), (u, d) => {
|
|
2370
|
-
const $ = L("el-divider"), le = L("el-icon"),
|
|
2371
|
-
return p(),
|
|
2372
|
-
X("div",
|
|
2373
|
-
X("div",
|
|
2380
|
+
const $ = L("el-divider"), le = L("el-icon"), O = L("el-text"), G = L("el-checkbox");
|
|
2381
|
+
return p(), R("div", va, [
|
|
2382
|
+
X("div", pa, [
|
|
2383
|
+
X("div", ma, [
|
|
2374
2384
|
X("a", { onClick: S }, "全选"),
|
|
2375
2385
|
ee($, { direction: "vertical" }),
|
|
2376
2386
|
X("a", { onClick: f }, "全不选"),
|
|
2377
2387
|
ee($, { direction: "vertical" }),
|
|
2378
2388
|
X("a", { onClick: v }, "复位")
|
|
2379
2389
|
]),
|
|
2380
|
-
ee(
|
|
2390
|
+
ee(O, { type: "warning" }, {
|
|
2381
2391
|
default: _(() => [
|
|
2382
2392
|
ee(le, { size: "16" }, {
|
|
2383
2393
|
default: _(() => [
|
|
2384
|
-
ee(
|
|
2394
|
+
ee(j(Pt))
|
|
2385
2395
|
]),
|
|
2386
2396
|
_: 1
|
|
2387
2397
|
}),
|
|
@@ -2391,13 +2401,13 @@ const ca = { style: { padding: "15px", "box-sizing": "border-box" } }, va = { st
|
|
|
2391
2401
|
})
|
|
2392
2402
|
]),
|
|
2393
2403
|
X("div", null, [
|
|
2394
|
-
X("div",
|
|
2395
|
-
(p(!0),
|
|
2404
|
+
X("div", ha, [
|
|
2405
|
+
(p(!0), R(te, null, W(r.value, (D) => (p(), B(G, {
|
|
2396
2406
|
modelValue: D.showCol,
|
|
2397
|
-
"onUpdate:modelValue": (
|
|
2407
|
+
"onUpdate:modelValue": (ne) => D.showCol = ne,
|
|
2398
2408
|
"data-id": D.value,
|
|
2399
|
-
class:
|
|
2400
|
-
onChange: (
|
|
2409
|
+
class: Lt(["check-box-hover", D.value == "control" ? "filtered" : ""]),
|
|
2410
|
+
onChange: (ne) => h(ne, D.value),
|
|
2401
2411
|
style: { width: "125px !important", height: "30px !important", border: "1px solid #dfe6ec", margin: "5px !important", "border-radius": "2px !important", "padding-left": "5px !important", display: "flex !important", "align-items": "center !important" },
|
|
2402
2412
|
value: D.value,
|
|
2403
2413
|
title: D.label,
|
|
@@ -2406,9 +2416,9 @@ const ca = { style: { padding: "15px", "box-sizing": "border-box" } }, va = { st
|
|
|
2406
2416
|
}, {
|
|
2407
2417
|
default: _(() => [
|
|
2408
2418
|
X("span", {
|
|
2409
|
-
textContent:
|
|
2419
|
+
textContent: ke(D.label),
|
|
2410
2420
|
style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
|
|
2411
|
-
}, null, 8,
|
|
2421
|
+
}, null, 8, ya)
|
|
2412
2422
|
]),
|
|
2413
2423
|
_: 2
|
|
2414
2424
|
}, 1032, ["modelValue", "onUpdate:modelValue", "data-id", "class", "onChange", "value", "title", "disabled"]))), 128))
|
|
@@ -2417,7 +2427,7 @@ const ca = { style: { padding: "15px", "box-sizing": "border-box" } }, va = { st
|
|
|
2417
2427
|
]);
|
|
2418
2428
|
};
|
|
2419
2429
|
}
|
|
2420
|
-
},
|
|
2430
|
+
}, ba = /* @__PURE__ */ rt(ga, [["__scopeId", "data-v-428381ae"]]), $a = { class: "title" }, wa = { class: "content" }, _a = {
|
|
2421
2431
|
__name: "g-cell-toopTip",
|
|
2422
2432
|
props: {
|
|
2423
2433
|
content: {
|
|
@@ -2431,27 +2441,27 @@ const ca = { style: { padding: "15px", "box-sizing": "border-box" } }, va = { st
|
|
|
2431
2441
|
},
|
|
2432
2442
|
setup(n) {
|
|
2433
2443
|
const s = n, a = () => {
|
|
2434
|
-
s.content ? (navigator.clipboard.writeText(s.content),
|
|
2444
|
+
s.content ? (navigator.clipboard.writeText(s.content), tt.success("复制成功")) : tt.warning("没有内容可复制");
|
|
2435
2445
|
};
|
|
2436
|
-
return (t, r) => (p(),
|
|
2446
|
+
return (t, r) => (p(), R("div", {
|
|
2437
2447
|
class: "g-cell-toopTip",
|
|
2438
2448
|
style: qe({ width: s.column.width + "px" })
|
|
2439
2449
|
}, [
|
|
2440
|
-
X("div",
|
|
2450
|
+
X("div", $a, [
|
|
2441
2451
|
r[0] || (r[0] = X("span", { class: "title-text" }, "内容", -1)),
|
|
2442
2452
|
X("span", {
|
|
2443
2453
|
class: "copy-btn",
|
|
2444
2454
|
onClick: a,
|
|
2445
2455
|
title: "复制内容"
|
|
2446
2456
|
}, [
|
|
2447
|
-
ee(
|
|
2457
|
+
ee(j(wl))
|
|
2448
2458
|
])
|
|
2449
2459
|
]),
|
|
2450
|
-
X("div",
|
|
2460
|
+
X("div", wa, ke(s.content), 1)
|
|
2451
2461
|
], 4));
|
|
2452
2462
|
}
|
|
2453
|
-
},
|
|
2454
|
-
var
|
|
2463
|
+
}, Ea = /* @__PURE__ */ rt(_a, [["__scopeId", "data-v-f28912da"]]);
|
|
2464
|
+
var Zt = { exports: {} }, Jt = { exports: {} };
|
|
2455
2465
|
(function() {
|
|
2456
2466
|
var n = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", s = {
|
|
2457
2467
|
// Bit-wise rotation left
|
|
@@ -2515,18 +2525,18 @@ var Qt = { exports: {} }, Zt = { exports: {} };
|
|
|
2515
2525
|
return t;
|
|
2516
2526
|
}
|
|
2517
2527
|
};
|
|
2518
|
-
|
|
2528
|
+
Jt.exports = s;
|
|
2519
2529
|
})();
|
|
2520
|
-
var
|
|
2530
|
+
var ka = Jt.exports, Tt = {
|
|
2521
2531
|
// UTF-8 encoding
|
|
2522
2532
|
utf8: {
|
|
2523
2533
|
// Convert a string to a byte array
|
|
2524
2534
|
stringToBytes: function(n) {
|
|
2525
|
-
return
|
|
2535
|
+
return Tt.bin.stringToBytes(unescape(encodeURIComponent(n)));
|
|
2526
2536
|
},
|
|
2527
2537
|
// Convert a byte array to a string
|
|
2528
2538
|
bytesToString: function(n) {
|
|
2529
|
-
return decodeURIComponent(escape(
|
|
2539
|
+
return decodeURIComponent(escape(Tt.bin.bytesToString(n)));
|
|
2530
2540
|
}
|
|
2531
2541
|
},
|
|
2532
2542
|
// Binary encoding
|
|
@@ -2544,31 +2554,31 @@ var Ea = Zt.exports, Mt = {
|
|
|
2544
2554
|
return s.join("");
|
|
2545
2555
|
}
|
|
2546
2556
|
}
|
|
2547
|
-
},
|
|
2557
|
+
}, It = Tt;
|
|
2548
2558
|
/*!
|
|
2549
2559
|
* Determine if an object is a Buffer
|
|
2550
2560
|
*
|
|
2551
2561
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
2552
2562
|
* @license MIT
|
|
2553
2563
|
*/
|
|
2554
|
-
var
|
|
2555
|
-
return n != null && (
|
|
2564
|
+
var Ca = function(n) {
|
|
2565
|
+
return n != null && (Kt(n) || Da(n) || !!n._isBuffer);
|
|
2556
2566
|
};
|
|
2557
|
-
function
|
|
2567
|
+
function Kt(n) {
|
|
2558
2568
|
return !!n.constructor && typeof n.constructor.isBuffer == "function" && n.constructor.isBuffer(n);
|
|
2559
2569
|
}
|
|
2560
|
-
function
|
|
2561
|
-
return typeof n.readFloatLE == "function" && typeof n.slice == "function" &&
|
|
2570
|
+
function Da(n) {
|
|
2571
|
+
return typeof n.readFloatLE == "function" && typeof n.slice == "function" && Kt(n.slice(0, 0));
|
|
2562
2572
|
}
|
|
2563
2573
|
(function() {
|
|
2564
|
-
var n =
|
|
2574
|
+
var n = ka, s = It.utf8, a = Ca, t = It.bin, r = function(e, h) {
|
|
2565
2575
|
e.constructor == String ? h && h.encoding === "binary" ? e = t.stringToBytes(e) : e = s.stringToBytes(e) : a(e) ? e = Array.prototype.slice.call(e, 0) : !Array.isArray(e) && e.constructor !== Uint8Array && (e = e.toString());
|
|
2566
2576
|
for (var c = n.bytesToWords(e), S = e.length * 8, f = 1732584193, v = -271733879, u = -1732584194, d = 271733878, $ = 0; $ < c.length; $++)
|
|
2567
2577
|
c[$] = (c[$] << 8 | c[$] >>> 24) & 16711935 | (c[$] << 24 | c[$] >>> 8) & 4278255360;
|
|
2568
2578
|
c[S >>> 5] |= 128 << S % 32, c[(S + 64 >>> 9 << 4) + 14] = S;
|
|
2569
|
-
for (var le = r._ff,
|
|
2570
|
-
var
|
|
2571
|
-
f = le(f, v, u, d, c[$ + 0], 7, -680876936), d = le(d, f, v, u, c[$ + 1], 12, -389564586), u = le(u, d, f, v, c[$ + 2], 17, 606105819), v = le(v, u, d, f, c[$ + 3], 22, -1044525330), f = le(f, v, u, d, c[$ + 4], 7, -176418897), d = le(d, f, v, u, c[$ + 5], 12, 1200080426), u = le(u, d, f, v, c[$ + 6], 17, -1473231341), v = le(v, u, d, f, c[$ + 7], 22, -45705983), f = le(f, v, u, d, c[$ + 8], 7, 1770035416), d = le(d, f, v, u, c[$ + 9], 12, -1958414417), u = le(u, d, f, v, c[$ + 10], 17, -42063), v = le(v, u, d, f, c[$ + 11], 22, -1990404162), f = le(f, v, u, d, c[$ + 12], 7, 1804603682), d = le(d, f, v, u, c[$ + 13], 12, -40341101), u = le(u, d, f, v, c[$ + 14], 17, -1502002290), v = le(v, u, d, f, c[$ + 15], 22, 1236535329), f =
|
|
2579
|
+
for (var le = r._ff, O = r._gg, G = r._hh, D = r._ii, $ = 0; $ < c.length; $ += 16) {
|
|
2580
|
+
var ne = f, de = v, pe = u, fe = d;
|
|
2581
|
+
f = le(f, v, u, d, c[$ + 0], 7, -680876936), d = le(d, f, v, u, c[$ + 1], 12, -389564586), u = le(u, d, f, v, c[$ + 2], 17, 606105819), v = le(v, u, d, f, c[$ + 3], 22, -1044525330), f = le(f, v, u, d, c[$ + 4], 7, -176418897), d = le(d, f, v, u, c[$ + 5], 12, 1200080426), u = le(u, d, f, v, c[$ + 6], 17, -1473231341), v = le(v, u, d, f, c[$ + 7], 22, -45705983), f = le(f, v, u, d, c[$ + 8], 7, 1770035416), d = le(d, f, v, u, c[$ + 9], 12, -1958414417), u = le(u, d, f, v, c[$ + 10], 17, -42063), v = le(v, u, d, f, c[$ + 11], 22, -1990404162), f = le(f, v, u, d, c[$ + 12], 7, 1804603682), d = le(d, f, v, u, c[$ + 13], 12, -40341101), u = le(u, d, f, v, c[$ + 14], 17, -1502002290), v = le(v, u, d, f, c[$ + 15], 22, 1236535329), f = O(f, v, u, d, c[$ + 1], 5, -165796510), d = O(d, f, v, u, c[$ + 6], 9, -1069501632), u = O(u, d, f, v, c[$ + 11], 14, 643717713), v = O(v, u, d, f, c[$ + 0], 20, -373897302), f = O(f, v, u, d, c[$ + 5], 5, -701558691), d = O(d, f, v, u, c[$ + 10], 9, 38016083), u = O(u, d, f, v, c[$ + 15], 14, -660478335), v = O(v, u, d, f, c[$ + 4], 20, -405537848), f = O(f, v, u, d, c[$ + 9], 5, 568446438), d = O(d, f, v, u, c[$ + 14], 9, -1019803690), u = O(u, d, f, v, c[$ + 3], 14, -187363961), v = O(v, u, d, f, c[$ + 8], 20, 1163531501), f = O(f, v, u, d, c[$ + 13], 5, -1444681467), d = O(d, f, v, u, c[$ + 2], 9, -51403784), u = O(u, d, f, v, c[$ + 7], 14, 1735328473), v = O(v, u, d, f, c[$ + 12], 20, -1926607734), f = G(f, v, u, d, c[$ + 5], 4, -378558), d = G(d, f, v, u, c[$ + 8], 11, -2022574463), u = G(u, d, f, v, c[$ + 11], 16, 1839030562), v = G(v, u, d, f, c[$ + 14], 23, -35309556), f = G(f, v, u, d, c[$ + 1], 4, -1530992060), d = G(d, f, v, u, c[$ + 4], 11, 1272893353), u = G(u, d, f, v, c[$ + 7], 16, -155497632), v = G(v, u, d, f, c[$ + 10], 23, -1094730640), f = G(f, v, u, d, c[$ + 13], 4, 681279174), d = G(d, f, v, u, c[$ + 0], 11, -358537222), u = G(u, d, f, v, c[$ + 3], 16, -722521979), v = G(v, u, d, f, c[$ + 6], 23, 76029189), f = G(f, v, u, d, c[$ + 9], 4, -640364487), d = G(d, f, v, u, c[$ + 12], 11, -421815835), u = G(u, d, f, v, c[$ + 15], 16, 530742520), v = G(v, u, d, f, c[$ + 2], 23, -995338651), f = D(f, v, u, d, c[$ + 0], 6, -198630844), d = D(d, f, v, u, c[$ + 7], 10, 1126891415), u = D(u, d, f, v, c[$ + 14], 15, -1416354905), v = D(v, u, d, f, c[$ + 5], 21, -57434055), f = D(f, v, u, d, c[$ + 12], 6, 1700485571), d = D(d, f, v, u, c[$ + 3], 10, -1894986606), u = D(u, d, f, v, c[$ + 10], 15, -1051523), v = D(v, u, d, f, c[$ + 1], 21, -2054922799), f = D(f, v, u, d, c[$ + 8], 6, 1873313359), d = D(d, f, v, u, c[$ + 15], 10, -30611744), u = D(u, d, f, v, c[$ + 6], 15, -1560198380), v = D(v, u, d, f, c[$ + 13], 21, 1309151649), f = D(f, v, u, d, c[$ + 4], 6, -145523070), d = D(d, f, v, u, c[$ + 11], 10, -1120210379), u = D(u, d, f, v, c[$ + 2], 15, 718787259), v = D(v, u, d, f, c[$ + 9], 21, -343485551), f = f + ne >>> 0, v = v + de >>> 0, u = u + pe >>> 0, d = d + fe >>> 0;
|
|
2572
2582
|
}
|
|
2573
2583
|
return n.endian([f, v, u, d]);
|
|
2574
2584
|
};
|
|
@@ -2584,21 +2594,21 @@ function Ca(n) {
|
|
|
2584
2594
|
}, r._ii = function(e, h, c, S, f, v, u) {
|
|
2585
2595
|
var d = e + (c ^ (h | ~S)) + (f >>> 0) + u;
|
|
2586
2596
|
return (d << v | d >>> 32 - v) + h;
|
|
2587
|
-
}, r._blocksize = 16, r._digestsize = 16,
|
|
2597
|
+
}, r._blocksize = 16, r._digestsize = 16, Zt.exports = function(e, h) {
|
|
2588
2598
|
if (e == null)
|
|
2589
2599
|
throw new Error("Illegal argument " + e);
|
|
2590
2600
|
var c = n.wordsToBytes(r(e, h));
|
|
2591
2601
|
return h && h.asBytes ? c : h && h.asString ? t.bytesToString(c) : n.bytesToHex(c);
|
|
2592
2602
|
};
|
|
2593
2603
|
})();
|
|
2594
|
-
var
|
|
2595
|
-
const
|
|
2604
|
+
var Sa = Zt.exports;
|
|
2605
|
+
const xa = /* @__PURE__ */ Gt(Sa), Ma = { key: 0 }, Ta = { style: { display: "flex", "margin-top": "-2px" } }, Fa = { style: { display: "flex", flex: "1" } }, Va = { class: "el-dialog__title" }, qa = {
|
|
2596
2606
|
style: { display: "flex", "justify-content": "center", width: "100%", height: "100%" },
|
|
2597
2607
|
id: "table-form"
|
|
2598
|
-
},
|
|
2608
|
+
}, Aa = { key: 1 }, Ba = { style: { display: "flex" } }, Oa = { style: { display: "flex", flex: "1" } }, Ia = { class: "el-dialog__title" }, Ua = { class: "g-table-container" }, Ra = {
|
|
2599
2609
|
key: 0,
|
|
2600
2610
|
class: "table-query-container"
|
|
2601
|
-
}, Ya = { class: "table-container" },
|
|
2611
|
+
}, Ya = { class: "table-container" }, La = ["innerHTML"], Ha = /* @__PURE__ */ Object.assign({
|
|
2602
2612
|
name: "g-table",
|
|
2603
2613
|
inheritAttrs: !1
|
|
2604
2614
|
}, {
|
|
@@ -2607,7 +2617,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2607
2617
|
modelValue: { required: !0 },
|
|
2608
2618
|
modelModifiers: {}
|
|
2609
2619
|
},
|
|
2610
|
-
emits: /* @__PURE__ */
|
|
2620
|
+
emits: /* @__PURE__ */ lt([
|
|
2611
2621
|
"load",
|
|
2612
2622
|
"open",
|
|
2613
2623
|
"delete",
|
|
@@ -2617,8 +2627,8 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2617
2627
|
"row-save"
|
|
2618
2628
|
], ["update:modelValue"]),
|
|
2619
2629
|
setup(n, { expose: s, emit: a }) {
|
|
2620
|
-
var
|
|
2621
|
-
const t = re(""), r = a, e =
|
|
2630
|
+
var ze, ot, Ue, je, Pe, Ne, mt;
|
|
2631
|
+
const t = re(""), r = a, e = at(n, "modelValue"), h = At("options"), c = re({}), S = re(null), f = re(null), v = Object.entries(e.value).filter(([l, o]) => (o == null ? void 0 : o.search) !== void 0).map(([l, o]) => [l, o.value]);
|
|
2622
2632
|
c.value = Object.fromEntries(v);
|
|
2623
2633
|
const u = re(!1), d = [
|
|
2624
2634
|
"type",
|
|
@@ -2649,7 +2659,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2649
2659
|
"filter-multiple",
|
|
2650
2660
|
"filter-method",
|
|
2651
2661
|
"filtered-value"
|
|
2652
|
-
], $ = re([]), le =
|
|
2662
|
+
], $ = re([]), le = Bt(), O = re({}), G = re([]), D = re(null), ne = re(""), de = re("/"), pe = re({
|
|
2653
2663
|
autoWatch: !1,
|
|
2654
2664
|
data: [],
|
|
2655
2665
|
border: !0,
|
|
@@ -2658,7 +2668,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2658
2668
|
fit: !1,
|
|
2659
2669
|
type: "hidden",
|
|
2660
2670
|
load: async () => {
|
|
2661
|
-
e.value.table.page.pageSize = await
|
|
2671
|
+
e.value.table.page.pageSize = await da(de.value);
|
|
2662
2672
|
let { currentPage: l, pageSize: o } = e.value.table.page;
|
|
2663
2673
|
try {
|
|
2664
2674
|
r(
|
|
@@ -2667,23 +2677,23 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2667
2677
|
(m = [], b = 0, { fields: F = [], sums: U = {} } = {}) => {
|
|
2668
2678
|
var N;
|
|
2669
2679
|
if (!Array.isArray(m)) {
|
|
2670
|
-
console.error("从 load 事件回调中接收到的数据不是数组格式。"),
|
|
2680
|
+
console.error("从 load 事件回调中接收到的数据不是数组格式。"), tt.error("数据加载失败,请检查数据格式。");
|
|
2671
2681
|
return;
|
|
2672
2682
|
}
|
|
2673
2683
|
if (typeof b != "number") {
|
|
2674
|
-
console.error("从 load 事件回调中接收到的 total 不是数字格式。"),
|
|
2684
|
+
console.error("从 load 事件回调中接收到的 total 不是数字格式。"), tt.error("数据加载失败,请检查数据格式。");
|
|
2675
2685
|
return;
|
|
2676
2686
|
}
|
|
2677
|
-
e.value.table.data = m, ((N = e.value.control) == null ? void 0 : N.add(D.value, e).inline) === !0 && e.value.table.data.unshift(D.value), e.value.table.page.total = b, G.value = F,
|
|
2687
|
+
e.value.table.data = m, ((N = e.value.control) == null ? void 0 : N.add(D.value, e).inline) === !0 && e.value.table.data.unshift(D.value), e.value.table.page.total = b, G.value = F, O.value = U, A(), ne.value = Math.random().toString(36).substring(2);
|
|
2678
2688
|
},
|
|
2679
2689
|
D.value
|
|
2680
2690
|
);
|
|
2681
2691
|
} catch (m) {
|
|
2682
|
-
console.error("触发 load 事件时出现错误:", m),
|
|
2692
|
+
console.error("触发 load 事件时出现错误:", m), tt.error("数据加载时出现错误,请稍后重试。");
|
|
2683
2693
|
}
|
|
2684
2694
|
},
|
|
2685
2695
|
onHeaderDragend: (l, o, m) => {
|
|
2686
|
-
|
|
2696
|
+
oa(de.value, m.property, l);
|
|
2687
2697
|
},
|
|
2688
2698
|
onRowDblclick: (l, o, m) => {
|
|
2689
2699
|
e.value.table.dblclickType == "edit" ? g(l, o, m, e) : e.value.table.dblclickType == "view" ? V(l, o, m, e) : e.value.table.dblclickType == "delete" ? i(l, o, m, e) : e.value.table.dblclickType(l, o, m, e);
|
|
@@ -2706,7 +2716,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2706
2716
|
e.value.table.page.currentPage = l, e.value.table.load();
|
|
2707
2717
|
},
|
|
2708
2718
|
onSizeChange: (l) => {
|
|
2709
|
-
|
|
2719
|
+
ia({ page: de.value, size: l }).then(() => {
|
|
2710
2720
|
e.value.table.page.pageSize = l, e.value.table.load();
|
|
2711
2721
|
});
|
|
2712
2722
|
}
|
|
@@ -2723,21 +2733,21 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2723
2733
|
le
|
|
2724
2734
|
// 继承父组件的属性
|
|
2725
2735
|
);
|
|
2726
|
-
const
|
|
2736
|
+
const fe = {
|
|
2727
2737
|
type: "control",
|
|
2728
2738
|
label: "操作",
|
|
2729
2739
|
align: "center",
|
|
2730
2740
|
"min-width": 100,
|
|
2731
2741
|
width: 160,
|
|
2732
2742
|
fixed: "right",
|
|
2733
|
-
style: { ...(
|
|
2743
|
+
style: { ...(ot = (ze = e.value) == null ? void 0 : ze.control) == null ? void 0 : ot.style },
|
|
2734
2744
|
validate: async (l) => await !0,
|
|
2735
2745
|
view: (l, o, m, b) => ({
|
|
2736
2746
|
label: "查看",
|
|
2737
2747
|
text: !0,
|
|
2738
2748
|
type: "success",
|
|
2739
2749
|
mode: "dialog",
|
|
2740
|
-
icon: () => we(
|
|
2750
|
+
icon: () => we(_l),
|
|
2741
2751
|
auth: () => {
|
|
2742
2752
|
var F;
|
|
2743
2753
|
return !(((F = b == null ? void 0 : b.control) == null ? void 0 : F.add(l, b).inline) === !0 && m === 0);
|
|
@@ -2748,7 +2758,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2748
2758
|
text: !0,
|
|
2749
2759
|
type: "primary",
|
|
2750
2760
|
mode: "dialog",
|
|
2751
|
-
icon: () => we(
|
|
2761
|
+
icon: () => we(El),
|
|
2752
2762
|
auth: () => {
|
|
2753
2763
|
var F;
|
|
2754
2764
|
return ((F = b == null ? void 0 : b.control) == null ? void 0 : F.add(l, b).inline) !== !0;
|
|
@@ -2758,7 +2768,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2758
2768
|
text: !0,
|
|
2759
2769
|
label: "删除",
|
|
2760
2770
|
type: "danger",
|
|
2761
|
-
icon: () => we(
|
|
2771
|
+
icon: () => we(jt),
|
|
2762
2772
|
auth: () => {
|
|
2763
2773
|
var F;
|
|
2764
2774
|
return !(((F = b.control) == null ? void 0 : F.add(l, b).inline) === !0 && m === 0);
|
|
@@ -2778,7 +2788,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2778
2788
|
return {
|
|
2779
2789
|
label: ((F = b.control) == null ? void 0 : F.add(l, b).inline) !== !0 ? "保存" : m === 0 ? "新增" : "保存",
|
|
2780
2790
|
text: !0,
|
|
2781
|
-
icon: () => we(
|
|
2791
|
+
icon: () => we(Ht),
|
|
2782
2792
|
type: ((U = b.control) == null ? void 0 : U.add(l, b).inline) !== !0 || m === 0 ? "primary" : "success",
|
|
2783
2793
|
sort: -1,
|
|
2784
2794
|
auth: () => {
|
|
@@ -2793,7 +2803,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2793
2803
|
type: "primary",
|
|
2794
2804
|
mode: "dialog",
|
|
2795
2805
|
inline: !1,
|
|
2796
|
-
icon: () => we(
|
|
2806
|
+
icon: () => we(kl),
|
|
2797
2807
|
auth: () => !0
|
|
2798
2808
|
}),
|
|
2799
2809
|
download: (l, o) => ({
|
|
@@ -2801,7 +2811,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2801
2811
|
text: !1,
|
|
2802
2812
|
type: "primary",
|
|
2803
2813
|
mode: "dialog",
|
|
2804
|
-
icon: () => we(
|
|
2814
|
+
icon: () => we(Nt),
|
|
2805
2815
|
excelLabel: "下载EXCEL",
|
|
2806
2816
|
auth: () => !0
|
|
2807
2817
|
}),
|
|
@@ -2810,7 +2820,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2810
2820
|
text: !1,
|
|
2811
2821
|
type: "primary",
|
|
2812
2822
|
mode: "dialog",
|
|
2813
|
-
icon: () => we(
|
|
2823
|
+
icon: () => we(Cl),
|
|
2814
2824
|
auth: () => !0
|
|
2815
2825
|
}),
|
|
2816
2826
|
dropdown: (l, o, m, b) => ({
|
|
@@ -2829,44 +2839,44 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2829
2839
|
})
|
|
2830
2840
|
};
|
|
2831
2841
|
e.value.control = Fe(
|
|
2832
|
-
|
|
2842
|
+
fe,
|
|
2833
2843
|
h == null ? void 0 : h.control,
|
|
2834
|
-
(
|
|
2844
|
+
(Ue = e.value) == null ? void 0 : Ue.control
|
|
2835
2845
|
);
|
|
2836
2846
|
const ie = (l, o = !0) => {
|
|
2837
|
-
const m = e.value.control[l], b = o ? (F, U, N,
|
|
2838
|
-
var
|
|
2847
|
+
const m = e.value.control[l], b = o ? (F, U, N, he) => {
|
|
2848
|
+
var Le, We, it;
|
|
2839
2849
|
if (!F || !U || N == null)
|
|
2840
2850
|
return console.warn(`merge${l.charAt(0).toUpperCase() + l.slice(1)}: 缺少必要的参数(row, column或index)`), {};
|
|
2841
|
-
const _e = ((
|
|
2842
|
-
return Fe(_e,
|
|
2851
|
+
const _e = ((Le = fe[l]) == null ? void 0 : Le.call(fe, F, U, N, he)) || {}, Be = ((it = (We = h == null ? void 0 : h.control) == null ? void 0 : We[l]) == null ? void 0 : it.call(We, F, U, N, he)) || {}, Re = (m == null ? void 0 : m(F, U, N, he)) || {};
|
|
2852
|
+
return Fe(_e, Be, Re) || {};
|
|
2843
2853
|
} : (F, U) => {
|
|
2844
|
-
var
|
|
2845
|
-
const N = ((
|
|
2846
|
-
return Fe(N,
|
|
2854
|
+
var Be, Re, Le;
|
|
2855
|
+
const N = ((Be = fe[l]) == null ? void 0 : Be.call(fe, F, U)) || {}, he = ((Le = (Re = h == null ? void 0 : h.control) == null ? void 0 : Re[l]) == null ? void 0 : Le.call(Re, F, U)) || {}, _e = (m == null ? void 0 : m(F, U)) || {};
|
|
2856
|
+
return Fe(N, he, _e) || {};
|
|
2847
2857
|
};
|
|
2848
2858
|
e.value.control[l] = b;
|
|
2849
2859
|
};
|
|
2850
2860
|
ie("edit"), ie("delete"), ie("view"), ie("save"), ie("add", !1), ie("download", !1), ie("setting", !1);
|
|
2851
2861
|
const ge = (l, o, m, b) => {
|
|
2852
|
-
var
|
|
2862
|
+
var he, _e, Be, Re, Le, We;
|
|
2853
2863
|
if (!l || !o || m == null)
|
|
2854
2864
|
return console.warn("mergeDropdown: 缺少必要的参数(row, column或index)"), {};
|
|
2855
|
-
const F = ((
|
|
2865
|
+
const F = ((he = fe.dropdown) == null ? void 0 : he.call(fe, l, o, m, b)) || {}, U = ((Be = (_e = h == null ? void 0 : h.control) == null ? void 0 : _e.dropdown) == null ? void 0 : Be.call(_e, l, o, m, b)) || {}, N = ((We = (Le = (Re = e.value) == null ? void 0 : Re.control) == null ? void 0 : Le.dropdown) == null ? void 0 : We.call(Le, l, o, m, b)) || {};
|
|
2856
2866
|
return Fe(F, U, N) || {};
|
|
2857
|
-
},
|
|
2867
|
+
}, xe = {
|
|
2858
2868
|
type: "hidden",
|
|
2859
2869
|
"min-width": 100,
|
|
2860
2870
|
align: "center",
|
|
2861
2871
|
formatter: (l, o, m, b) => m,
|
|
2862
|
-
"tooltip-formatter": ({ row: l, column: o, cellValue: m }) => we(
|
|
2872
|
+
"tooltip-formatter": ({ row: l, column: o, cellValue: m }) => we(Ea, { content: m, column: o })
|
|
2863
2873
|
};
|
|
2864
2874
|
e.value.tableColumns = Fe(
|
|
2865
|
-
|
|
2875
|
+
xe,
|
|
2866
2876
|
h == null ? void 0 : h.tableColumns,
|
|
2867
|
-
(
|
|
2877
|
+
(je = e.value) == null ? void 0 : je.tableColumns
|
|
2868
2878
|
), e.value.form = Fe(
|
|
2869
|
-
|
|
2879
|
+
Qt,
|
|
2870
2880
|
h == null ? void 0 : h.form,
|
|
2871
2881
|
(Pe = e.value) == null ? void 0 : Pe.form
|
|
2872
2882
|
);
|
|
@@ -2880,7 +2890,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2880
2890
|
e.value.formItems = Fe(
|
|
2881
2891
|
De,
|
|
2882
2892
|
h == null ? void 0 : h.formItems,
|
|
2883
|
-
(
|
|
2893
|
+
(Ne = e == null ? void 0 : e.value) == null ? void 0 : Ne.formItems
|
|
2884
2894
|
);
|
|
2885
2895
|
const J = {
|
|
2886
2896
|
title: "编辑",
|
|
@@ -2895,35 +2905,35 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2895
2905
|
overflow: !0,
|
|
2896
2906
|
max: {
|
|
2897
2907
|
style: {},
|
|
2898
|
-
icon: () => we(
|
|
2908
|
+
icon: () => we(Dl)
|
|
2899
2909
|
},
|
|
2900
2910
|
min: {
|
|
2901
2911
|
style: {},
|
|
2902
|
-
icon: () => we(
|
|
2912
|
+
icon: () => we(Sl)
|
|
2903
2913
|
// 最小化图标
|
|
2904
2914
|
}
|
|
2905
2915
|
};
|
|
2906
2916
|
e.value.dialog = Fe(
|
|
2907
2917
|
J,
|
|
2908
2918
|
h == null ? void 0 : h.dialog,
|
|
2909
|
-
(
|
|
2919
|
+
(mt = e.value) == null ? void 0 : mt.dialog
|
|
2910
2920
|
);
|
|
2911
2921
|
const K = (l, o) => {
|
|
2912
2922
|
let m = o;
|
|
2913
2923
|
if (l.decimals && !isNaN(parseFloat(o)) && (typeof l.decimals == "number" ? m = parseFloat(m).toFixed(l.decimals) : typeof l.decimals == "object" && l.decimals.num && (l.decimals.pad ? m = parseFloat(m).toFixed(l.decimals.num) : m = parseFloat(
|
|
2914
2924
|
parseFloat(m).toFixed(l.decimals.num)
|
|
2915
|
-
).toString())), ["date", "datetime", "time", "time-select"].includes(l.type) &&
|
|
2925
|
+
).toString())), ["date", "datetime", "time", "time-select"].includes(l.type) && St(o).isValid()) {
|
|
2916
2926
|
const F = {
|
|
2917
2927
|
date: "YYYY-MM-DD",
|
|
2918
2928
|
datetime: "YYYY-MM-DD HH:mm:ss",
|
|
2919
2929
|
time: "HH:mm:ss"
|
|
2920
2930
|
};
|
|
2921
|
-
m = l.format ?
|
|
2931
|
+
m = l.format ? St(m).format(l.format) : St(m).format(F[l.type]);
|
|
2922
2932
|
}
|
|
2923
|
-
return l.type === "money" && (l.align = l.align || "right", l.width = l.width || 130, m = `<span title="${
|
|
2933
|
+
return l.type === "money" && (l.align = l.align || "right", l.width = l.width || 130, m = `<span title="${qt(
|
|
2924
2934
|
parseFloat(m)
|
|
2925
|
-
)}">${
|
|
2926
|
-
},
|
|
2935
|
+
)}">${ar(parseFloat(m))}</span>`), l.prefix && m && (m = `<span>${l.prefix}${m}</span>`), l.suffix && m && (m = `${m}<span>${l.suffix}</span>`), m;
|
|
2936
|
+
}, Ie = (l) => {
|
|
2927
2937
|
c.value = Object.fromEntries(v), e.value.table.load();
|
|
2928
2938
|
}, x = (l) => {
|
|
2929
2939
|
c.value = l, e.value.table.load();
|
|
@@ -2938,7 +2948,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2938
2948
|
}
|
|
2939
2949
|
(b = e.value.control.add(l, o)) != null && b.click ? e.value.control.add(l, o).click(D.value, o) : e.value.control.add(l, o).inline === !0 ? (e.value.table.data.unshift(D.value), r("open", "row-add", { row: D.value })) : (e.value.form.disabled = !1, e.value.dialog.mode = e.value.control.add(l, o).mode, e.value.dialog.title = e.value.control.add(l, o).title || e.value.control.add(l, o).label || "新增", Object.keys(D.value).forEach((F) => {
|
|
2940
2950
|
e.value[F] && (e.value[F].value = D.value[F]);
|
|
2941
|
-
}), u.value = !0, r("open", "add", { row: D.value, m: o }),
|
|
2951
|
+
}), u.value = !0, r("open", "add", { row: D.value, m: o }), Et());
|
|
2942
2952
|
}, g = async (l, o, m, b) => {
|
|
2943
2953
|
var F, U;
|
|
2944
2954
|
e.value.form.modalState = "edit", t.value = "edit";
|
|
@@ -2950,7 +2960,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2950
2960
|
}
|
|
2951
2961
|
(U = e.value.control.edit(l, o, m, b)) != null && U.click ? e.value.control.edit(l, o, m, b).click(l, o, m, b) : (e.value.form.disabled = !1, e.value.dialog.mode = e.value.control.edit(l, o, m, b).mode, e.value.dialog.title = e.value.control.edit(l, o, m, b).title || e.value.control.edit(l, o, m, b).label || "编辑", Object.keys(l).forEach((N) => {
|
|
2952
2962
|
e.value[N] && (e.value[N].value = l[N]);
|
|
2953
|
-
}), u.value = !0, r("open", "edit", { m: b, row: l, column: o, index: m }),
|
|
2963
|
+
}), u.value = !0, r("open", "edit", { m: b, row: l, column: o, index: m }), Et());
|
|
2954
2964
|
}, i = async (l, o, m, b) => {
|
|
2955
2965
|
var F, U;
|
|
2956
2966
|
try {
|
|
@@ -2962,13 +2972,13 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2962
2972
|
if ((U = e.value.control.delete(l, o, m, b)) != null && U.click)
|
|
2963
2973
|
e.value.control.delete(l, o, m, b).click(l, o, m, b);
|
|
2964
2974
|
else {
|
|
2965
|
-
let { message: N, title:
|
|
2966
|
-
|
|
2975
|
+
let { message: N, title: he, options: _e } = e.value.control.delete(l, o, m, b).dialog;
|
|
2976
|
+
Rt.confirm(N, he, _e).then(() => {
|
|
2967
2977
|
r(
|
|
2968
2978
|
"delete",
|
|
2969
2979
|
{ row: l, column: o, index: m, m: b },
|
|
2970
|
-
(
|
|
2971
|
-
|
|
2980
|
+
(Be = !0, Re = !1) => {
|
|
2981
|
+
Be && (e.value.table.data.splice(m, 1), e.value.table.page.total--), Re && e.value.table.load();
|
|
2972
2982
|
}
|
|
2973
2983
|
);
|
|
2974
2984
|
}).catch(() => {
|
|
@@ -2985,20 +2995,20 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
2985
2995
|
}
|
|
2986
2996
|
(U = e.value.control.view(l, o, m, b)) != null && U.click ? e.value.control.view(l, o, m, b).click(l, o, m, b) : (e.value.form.disabled = !0, e.value.dialog.mode = e.value.control.view(l, o, m, b).mode, e.value.dialog.title = e.value.control.view(l, o, m, b).title || e.value.control.view(l, o, m, b).label || "查看", Object.keys(l).forEach((N) => {
|
|
2987
2997
|
e.value[N] && (e.value[N].value = l[N]);
|
|
2988
|
-
}), u.value = !0, r("open", "view", { m: b, row: l, column: o, index: m }),
|
|
2998
|
+
}), u.value = !0, r("open", "view", { m: b, row: l, column: o, index: m }), Et());
|
|
2989
2999
|
}, E = (l, o, m, b) => {
|
|
2990
3000
|
var F;
|
|
2991
3001
|
(F = e.value.control.save(l, o, m, b)) != null && F.click ? e.value.control.save(l, o, m, b).click(l, o, m, b) : r(
|
|
2992
3002
|
"row-save",
|
|
2993
3003
|
{ row: l, column: o, index: m, data: e.value.table.data },
|
|
2994
3004
|
(U = !0, N = !0) => {
|
|
2995
|
-
U && e.value.table.load(), N &&
|
|
3005
|
+
U && e.value.table.load(), N && ft(() => {
|
|
2996
3006
|
D.value = Object.assign(
|
|
2997
3007
|
{},
|
|
2998
3008
|
Object.fromEntries(
|
|
2999
3009
|
Object.entries(
|
|
3000
|
-
|
|
3001
|
-
).map(([
|
|
3010
|
+
Ge(e.value, (he, _e) => _e.type != "control" && _e.editor !== !1 && _e.type != "hidden")
|
|
3011
|
+
).map(([he, _e]) => [he, _e.value])
|
|
3002
3012
|
)
|
|
3003
3013
|
);
|
|
3004
3014
|
});
|
|
@@ -3019,13 +3029,13 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3019
3029
|
if ((b = o.control.download(l, o)) != null && b.click)
|
|
3020
3030
|
o.control.download(l, o).click(l, o, m);
|
|
3021
3031
|
else {
|
|
3022
|
-
let F =
|
|
3032
|
+
let F = Vt(
|
|
3023
3033
|
{
|
|
3024
3034
|
title: o.control.download(l, o).title || o.control.download(l, o).label || "下载",
|
|
3025
3035
|
size: o.control.download(l, o).size || 480,
|
|
3026
3036
|
width: o.control.download(l, o).width || 600,
|
|
3027
3037
|
slots: {
|
|
3028
|
-
default: () => we(
|
|
3038
|
+
default: () => we(la, {
|
|
3029
3039
|
items: m,
|
|
3030
3040
|
commitText: o.control.download(l, o).excelLabel,
|
|
3031
3041
|
onExcel: (U, N) => {
|
|
@@ -3039,20 +3049,20 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3039
3049
|
}
|
|
3040
3050
|
}, oe = (l, o) => {
|
|
3041
3051
|
var m;
|
|
3042
|
-
(m = o.control.setting(l, o)) != null && m.click ? o.control.setting(l, o).click(l, o) :
|
|
3052
|
+
(m = o.control.setting(l, o)) != null && m.click ? o.control.setting(l, o).click(l, o) : Vt(
|
|
3043
3053
|
{
|
|
3044
3054
|
title: o.control.setting(l, o).title || o.control.setting(l, o).label || "设置",
|
|
3045
3055
|
size: o.control.setting(l, o).size || 470,
|
|
3046
3056
|
width: o.control.setting(l, o).width || 600,
|
|
3047
3057
|
slots: {
|
|
3048
|
-
default: () => we(
|
|
3058
|
+
default: () => we(ba, {
|
|
3049
3059
|
modelValue: o,
|
|
3050
|
-
tuid:
|
|
3060
|
+
tuid: de.value,
|
|
3051
3061
|
onSettingDragEnd: async () => {
|
|
3052
|
-
await
|
|
3062
|
+
await Ae(de.value);
|
|
3053
3063
|
},
|
|
3054
3064
|
onSelectAll: async (b) => {
|
|
3055
|
-
await
|
|
3065
|
+
await Ae(de.value);
|
|
3056
3066
|
}
|
|
3057
3067
|
})
|
|
3058
3068
|
}
|
|
@@ -3068,23 +3078,23 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3068
3078
|
{ type: "delete", func: i },
|
|
3069
3079
|
{ type: "save", func: E }
|
|
3070
3080
|
], z = (l, o, m, b, F) => H.filter((U) => l.includes(U.type)).map(({ type: U, func: N }) => {
|
|
3071
|
-
var
|
|
3081
|
+
var he, _e, Be;
|
|
3072
3082
|
return {
|
|
3073
3083
|
name: `control-${U}`,
|
|
3074
3084
|
attr: ae == null ? void 0 : ae[U](o, m, b, F),
|
|
3075
3085
|
func: N,
|
|
3076
|
-
label: (
|
|
3086
|
+
label: (he = ae == null ? void 0 : ae[U](o, m, b, F)) == null ? void 0 : he.label,
|
|
3077
3087
|
sort: ((_e = ae == null ? void 0 : ae[U](o, m, b, F)) == null ? void 0 : _e.sort) || 0,
|
|
3078
|
-
groupName: ((
|
|
3088
|
+
groupName: ((Be = ae == null ? void 0 : ae[U](o, m, b, F)) == null ? void 0 : Be.groupName) || "default"
|
|
3079
3089
|
};
|
|
3080
3090
|
}).sort((U, N) => U.sort - N.sort), Se = (l, o, m, b, F) => z(l, o, m, b, F).reduce((U, N) => {
|
|
3081
|
-
const
|
|
3082
|
-
return U[
|
|
3083
|
-
}, {}), me =
|
|
3091
|
+
const he = N.groupName || "default";
|
|
3092
|
+
return U[he] || (U[he] = []), U[he].push(N), U;
|
|
3093
|
+
}, {}), me = ut(
|
|
3084
3094
|
() => Object.fromEntries(
|
|
3085
3095
|
Object.entries(e.value).filter(([l, o]) => o.type !== "hidden").filter(([l, o]) => o.hidden !== !0).filter(([l, o]) => o.visible !== !1).filter(([l, o]) => o.showCol !== !1).map(([l, o]) => (o.sort = typeof o.sort == "number" ? o.sort : 0, [l, o])).sort((l, o) => l[1].sort - o[1].sort)
|
|
3086
3096
|
)
|
|
3087
|
-
),
|
|
3097
|
+
), Me = re({}), Te = (l, o) => {
|
|
3088
3098
|
const m = (b, F) => {
|
|
3089
3099
|
for (const U of b) {
|
|
3090
3100
|
if (U.value == F) return U.label;
|
|
@@ -3097,16 +3107,16 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3097
3107
|
};
|
|
3098
3108
|
if (l.getDicts) {
|
|
3099
3109
|
const b = o.toString();
|
|
3100
|
-
return
|
|
3101
|
-
|
|
3110
|
+
return Me.value[b] ? (l.options = Me.value[b], l.formatter || (l.formatter = (F, U, N, he) => l.options && m(l.options, N) || N), Promise.resolve()) : l.getDicts(e.value.table.data).then((F) => {
|
|
3111
|
+
Me.value[b] = F, l.options = F, l.formatter || (l.formatter = (U, N, he, _e) => l.options && m(l.options, he) || he);
|
|
3102
3112
|
});
|
|
3103
3113
|
}
|
|
3104
3114
|
return Promise.resolve();
|
|
3105
|
-
},
|
|
3115
|
+
}, A = () => {
|
|
3106
3116
|
const l = [];
|
|
3107
3117
|
Object.keys(e.value).forEach((o) => {
|
|
3108
3118
|
if (e.value[o].getDicts) {
|
|
3109
|
-
const m =
|
|
3119
|
+
const m = Te(e.value[o], o).then(() => {
|
|
3110
3120
|
e.value.table.data.forEach((b) => {
|
|
3111
3121
|
var F;
|
|
3112
3122
|
if (e.value[o].getDicts && ((F = e.value[o]) == null ? void 0 : F.forceString) !== !1) {
|
|
@@ -3122,10 +3132,10 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3122
3132
|
}), Promise.all(l).catch((o) => {
|
|
3123
3133
|
console.error("字典加载过程中发生错误:", o);
|
|
3124
3134
|
});
|
|
3125
|
-
},
|
|
3135
|
+
}, k = (l, o, m, b) => {
|
|
3126
3136
|
var F, U;
|
|
3127
3137
|
return l.table ? (F = l.table(o, m, b)) != null && F.auth ? (U = l.table(o, m, b)) == null ? void 0 : U.auth(o, m, b) : !0 : !1;
|
|
3128
|
-
},
|
|
3138
|
+
}, ye = () => {
|
|
3129
3139
|
if (e.value.dialog.mode == "drawer")
|
|
3130
3140
|
f.value.handleClose();
|
|
3131
3141
|
else if (e.value.dialog.mode == "dialog")
|
|
@@ -3137,15 +3147,15 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3137
3147
|
else
|
|
3138
3148
|
u.value = !1;
|
|
3139
3149
|
};
|
|
3140
|
-
|
|
3150
|
+
cl(() => {
|
|
3141
3151
|
e.value.table.autoWatch && e.value.table.load();
|
|
3142
3152
|
});
|
|
3143
|
-
const
|
|
3153
|
+
const Ae = async () => {
|
|
3144
3154
|
try {
|
|
3145
3155
|
const [l, o, m] = await Promise.all([
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3156
|
+
na(de.value),
|
|
3157
|
+
ca(de.value),
|
|
3158
|
+
ua(de.value)
|
|
3149
3159
|
]);
|
|
3150
3160
|
l && Array.isArray(l) && l.forEach((b) => {
|
|
3151
3161
|
const F = e.value[b.key];
|
|
@@ -3162,10 +3172,10 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3162
3172
|
} catch (l) {
|
|
3163
3173
|
console.error("加载表格信息时出错:", l);
|
|
3164
3174
|
}
|
|
3165
|
-
},
|
|
3166
|
-
return
|
|
3167
|
-
|
|
3168
|
-
}),
|
|
3175
|
+
}, He = () => xa(Object.keys(e.value).toString()).toUpperCase().substring(8, 24);
|
|
3176
|
+
return vl(() => {
|
|
3177
|
+
de.value = He();
|
|
3178
|
+
}), pt(async () => {
|
|
3169
3179
|
$.value = Object.entries(e.value).filter(
|
|
3170
3180
|
([l, o]) => o.type !== "hidden" && o.type !== "control" && o.visible !== !1
|
|
3171
3181
|
).map(([l, o]) => ({
|
|
@@ -3174,72 +3184,72 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3174
3184
|
value: !0
|
|
3175
3185
|
}));
|
|
3176
3186
|
try {
|
|
3177
|
-
await
|
|
3187
|
+
await ft();
|
|
3178
3188
|
const l = Object.entries(e.value).filter(
|
|
3179
3189
|
([o, m]) => m.type !== "control" && m.editor !== !1 && m.type !== "hidden"
|
|
3180
3190
|
);
|
|
3181
3191
|
D.value = Object.fromEntries(
|
|
3182
3192
|
l.map(([o, m]) => [o, m.value])
|
|
3183
|
-
), await
|
|
3193
|
+
), await Ae();
|
|
3184
3194
|
} catch (l) {
|
|
3185
3195
|
console.error("Error during component initialization:", l);
|
|
3186
3196
|
}
|
|
3187
3197
|
e.value.table.autoWatch || e.value.table.load();
|
|
3188
|
-
}), s({ addRow: w, editRow: g, deleteRow: i, readForm: V, saveRowData: E, closeDialog:
|
|
3189
|
-
var We,
|
|
3190
|
-
const m = L("el-icon"), b = L("el-dialog"), F = L("el-drawer"), U = L("el-button-group"), N = L("el-dropdown-item"),
|
|
3191
|
-
return p(),
|
|
3192
|
-
e.value.dialog.mode == "dialog" && u.value ? (p(),
|
|
3193
|
-
ee(b,
|
|
3198
|
+
}), s({ addRow: w, editRow: g, deleteRow: i, readForm: V, saveRowData: E, closeDialog: ye, formData: D }), (l, o) => {
|
|
3199
|
+
var We, it, ht, yt, ct;
|
|
3200
|
+
const m = L("el-icon"), b = L("el-dialog"), F = L("el-drawer"), U = L("el-button-group"), N = L("el-dropdown-item"), he = L("el-dropdown-menu"), _e = L("el-dropdown"), Be = L("el-table-column"), Re = L("el-table"), Le = L("el-pagination");
|
|
3201
|
+
return p(), R(te, null, [
|
|
3202
|
+
e.value.dialog.mode == "dialog" && u.value ? (p(), R("div", Ma, [
|
|
3203
|
+
ee(b, I(
|
|
3194
3204
|
{
|
|
3195
3205
|
ref_key: "dialogRef",
|
|
3196
3206
|
ref: S,
|
|
3197
3207
|
id: "dialogRef",
|
|
3198
3208
|
modelValue: u.value,
|
|
3199
|
-
"onUpdate:modelValue": o[3] || (o[3] = (
|
|
3209
|
+
"onUpdate:modelValue": o[3] || (o[3] = (P) => u.value = P),
|
|
3200
3210
|
fullscreen: e.value.dialog.fullScreen
|
|
3201
3211
|
},
|
|
3202
|
-
|
|
3212
|
+
j(Ge)(e.value.dialog, (P) => !["size", "max", "min"].includes(P)),
|
|
3203
3213
|
{
|
|
3204
|
-
width:
|
|
3214
|
+
width: j(tl)(e.value.dialog.width) + 35
|
|
3205
3215
|
}
|
|
3206
3216
|
), {
|
|
3207
3217
|
header: _(() => {
|
|
3208
|
-
var
|
|
3218
|
+
var P, ce, M, Z, ue, Ze, Je, Xe, Qe, nt;
|
|
3209
3219
|
return [
|
|
3210
|
-
X("div",
|
|
3211
|
-
X("div",
|
|
3212
|
-
|
|
3213
|
-
X("div",
|
|
3220
|
+
X("div", Ta, [
|
|
3221
|
+
X("div", Fa, [
|
|
3222
|
+
C(l.$slots, "f-header", {}, () => [
|
|
3223
|
+
X("div", Va, ke(e.value.dialog.title), 1)
|
|
3214
3224
|
], !0)
|
|
3215
3225
|
]),
|
|
3216
|
-
((
|
|
3226
|
+
((ce = (P = e.value) == null ? void 0 : P.dialog) == null ? void 0 : ce.fullScreen) === !1 ? (p(), R("div", {
|
|
3217
3227
|
key: 0,
|
|
3218
|
-
style: qe((
|
|
3219
|
-
onClick: o[0] || (o[0] = (
|
|
3228
|
+
style: qe((ue = (Z = (M = e.value) == null ? void 0 : M.dialog) == null ? void 0 : Z.max) == null ? void 0 : ue.style),
|
|
3229
|
+
onClick: o[0] || (o[0] = (Y) => e.value.dialog.fullScreen = !0),
|
|
3220
3230
|
class: "max"
|
|
3221
3231
|
}, [
|
|
3222
3232
|
ee(m, null, {
|
|
3223
3233
|
default: _(() => {
|
|
3224
|
-
var
|
|
3234
|
+
var Y, Ye, Ke;
|
|
3225
3235
|
return [
|
|
3226
|
-
(p(),
|
|
3236
|
+
(p(), B(et((Ke = (Ye = (Y = e.value) == null ? void 0 : Y.dialog) == null ? void 0 : Ye.max) == null ? void 0 : Ke.icon)))
|
|
3227
3237
|
];
|
|
3228
3238
|
}),
|
|
3229
3239
|
_: 1
|
|
3230
3240
|
})
|
|
3231
3241
|
], 4)) : $e("", !0),
|
|
3232
|
-
((
|
|
3242
|
+
((Je = (Ze = e.value) == null ? void 0 : Ze.dialog) == null ? void 0 : Je.fullScreen) === !0 ? (p(), R("div", {
|
|
3233
3243
|
key: 1,
|
|
3234
|
-
style: qe((
|
|
3235
|
-
onClick: o[1] || (o[1] = (
|
|
3244
|
+
style: qe((nt = (Qe = (Xe = e.value) == null ? void 0 : Xe.dialog) == null ? void 0 : Qe.min) == null ? void 0 : nt.style),
|
|
3245
|
+
onClick: o[1] || (o[1] = (Y) => e.value.dialog.fullScreen = !1),
|
|
3236
3246
|
class: "max"
|
|
3237
3247
|
}, [
|
|
3238
3248
|
ee(m, null, {
|
|
3239
3249
|
default: _(() => {
|
|
3240
|
-
var
|
|
3250
|
+
var Y, Ye, Ke;
|
|
3241
3251
|
return [
|
|
3242
|
-
(p(),
|
|
3252
|
+
(p(), B(et((Ke = (Ye = (Y = e.value) == null ? void 0 : Y.dialog) == null ? void 0 : Ye.min) == null ? void 0 : Ke.icon)))
|
|
3243
3253
|
];
|
|
3244
3254
|
}),
|
|
3245
3255
|
_: 1
|
|
@@ -3249,19 +3259,19 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3249
3259
|
];
|
|
3250
3260
|
}),
|
|
3251
3261
|
default: _(() => [
|
|
3252
|
-
X("div",
|
|
3253
|
-
|
|
3254
|
-
ee(
|
|
3262
|
+
X("div", qa, [
|
|
3263
|
+
C(l.$slots, "table-dialog-form", { model: e.value }, () => [
|
|
3264
|
+
ee(Mt, {
|
|
3255
3265
|
modelValue: e.value,
|
|
3256
|
-
"onUpdate:modelValue": o[2] || (o[2] = (
|
|
3266
|
+
"onUpdate:modelValue": o[2] || (o[2] = (P) => e.value = P),
|
|
3257
3267
|
onSubmit: q,
|
|
3258
3268
|
onReset: T,
|
|
3259
3269
|
flag: t.value
|
|
3260
3270
|
}, be({ _: 2 }, [
|
|
3261
|
-
W(l.$slots, (
|
|
3262
|
-
name:
|
|
3271
|
+
W(l.$slots, (P, ce, M) => ({
|
|
3272
|
+
name: ce,
|
|
3263
3273
|
fn: _((Z) => [
|
|
3264
|
-
|
|
3274
|
+
C(l.$slots, ce, { model: Z }, void 0, !0)
|
|
3265
3275
|
])
|
|
3266
3276
|
}))
|
|
3267
3277
|
]), 1032, ["modelValue", "flag"])
|
|
@@ -3271,35 +3281,35 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3271
3281
|
_: 3
|
|
3272
3282
|
}, 16, ["modelValue", "fullscreen", "width"])
|
|
3273
3283
|
])) : $e("", !0),
|
|
3274
|
-
e.value.dialog.mode == "drawer" && u.value ? (p(),
|
|
3275
|
-
ee(F,
|
|
3284
|
+
e.value.dialog.mode == "drawer" && u.value ? (p(), R("div", Aa, [
|
|
3285
|
+
ee(F, I({
|
|
3276
3286
|
ref_key: "drawerRef",
|
|
3277
3287
|
ref: f,
|
|
3278
3288
|
modelValue: u.value,
|
|
3279
|
-
"onUpdate:modelValue": o[5] || (o[5] = (
|
|
3280
|
-
},
|
|
3289
|
+
"onUpdate:modelValue": o[5] || (o[5] = (P) => u.value = P)
|
|
3290
|
+
}, j(Ge)(e.value.dialog, (P) => !["width"].includes(P))), {
|
|
3281
3291
|
header: _(() => [
|
|
3282
|
-
X("div",
|
|
3283
|
-
X("div",
|
|
3284
|
-
|
|
3285
|
-
X("div",
|
|
3292
|
+
X("div", Ba, [
|
|
3293
|
+
X("div", Oa, [
|
|
3294
|
+
C(l.$slots, "f-header", {}, () => [
|
|
3295
|
+
X("div", Ia, ke(e.value.dialog.title), 1)
|
|
3286
3296
|
], !0)
|
|
3287
3297
|
])
|
|
3288
3298
|
])
|
|
3289
3299
|
]),
|
|
3290
3300
|
default: _(() => [
|
|
3291
|
-
|
|
3292
|
-
ee(
|
|
3301
|
+
C(l.$slots, "table-drawer-form", { model: e.value }, () => [
|
|
3302
|
+
ee(Mt, {
|
|
3293
3303
|
modelValue: e.value,
|
|
3294
|
-
"onUpdate:modelValue": o[4] || (o[4] = (
|
|
3304
|
+
"onUpdate:modelValue": o[4] || (o[4] = (P) => e.value = P),
|
|
3295
3305
|
onSubmit: q,
|
|
3296
3306
|
onReset: T,
|
|
3297
3307
|
flag: t.value
|
|
3298
3308
|
}, be({ _: 2 }, [
|
|
3299
|
-
W(l.$slots, (
|
|
3300
|
-
name:
|
|
3309
|
+
W(l.$slots, (P, ce, M) => ({
|
|
3310
|
+
name: ce,
|
|
3301
3311
|
fn: _((Z) => [
|
|
3302
|
-
|
|
3312
|
+
C(l.$slots, ce, { model: Z }, void 0, !0)
|
|
3303
3313
|
])
|
|
3304
3314
|
}))
|
|
3305
3315
|
]), 1032, ["modelValue", "flag"])
|
|
@@ -3308,24 +3318,24 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3308
3318
|
_: 3
|
|
3309
3319
|
}, 16, ["modelValue"])
|
|
3310
3320
|
])) : $e("", !0),
|
|
3311
|
-
X("div",
|
|
3312
|
-
((
|
|
3313
|
-
|
|
3314
|
-
ee(
|
|
3321
|
+
X("div", Ua, [
|
|
3322
|
+
((it = (We = e.value) == null ? void 0 : We.query) == null ? void 0 : it.hidden) != !0 ? (p(), R("div", Ra, [
|
|
3323
|
+
C(l.$slots, "query", {}, () => [
|
|
3324
|
+
ee(Gl, {
|
|
3315
3325
|
modelValue: e.value,
|
|
3316
|
-
"onUpdate:modelValue": o[6] || (o[6] = (
|
|
3326
|
+
"onUpdate:modelValue": o[6] || (o[6] = (P) => e.value = P),
|
|
3317
3327
|
info: c.value,
|
|
3318
|
-
"onUpdate:info": o[7] || (o[7] = (
|
|
3328
|
+
"onUpdate:info": o[7] || (o[7] = (P) => c.value = P),
|
|
3319
3329
|
onQuery: x,
|
|
3320
|
-
onReset:
|
|
3330
|
+
onReset: Ie
|
|
3321
3331
|
}, be({
|
|
3322
3332
|
"q-btns": _(() => [
|
|
3323
|
-
|
|
3324
|
-
(p(!0),
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
(M.name === "control-add" ? M.attr.auth() && M.attr.inline === !1 : M.attr.auth()) ?
|
|
3328
|
-
M.label ? (p(),
|
|
3333
|
+
C(l.$slots, "q-btns", {}, () => [
|
|
3334
|
+
(p(!0), R(te, null, W(Se(["add", "download", "setting"], D.value, e.value), (P, ce) => (p(), R(te, null, [
|
|
3335
|
+
ce == "default" ? (p(!0), R(te, { key: 0 }, W(P, (M) => (p(), R(te, null, [
|
|
3336
|
+
C(l.$slots, M.name + "-left", {}, void 0, !0),
|
|
3337
|
+
(M.name === "control-add" ? M.attr.auth() && M.attr.inline === !1 : M.attr.auth()) ? C(l.$slots, M.name, { key: 0 }, () => [
|
|
3338
|
+
M.label ? (p(), B(j(Oe), I({
|
|
3329
3339
|
key: 0,
|
|
3330
3340
|
title: M.label,
|
|
3331
3341
|
ref_for: !0
|
|
@@ -3333,10 +3343,10 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3333
3343
|
onClick: (Z) => M.func(D.value, e.value, $.value)
|
|
3334
3344
|
}), {
|
|
3335
3345
|
default: _(() => [
|
|
3336
|
-
Ve(
|
|
3346
|
+
Ve(ke(M.label), 1)
|
|
3337
3347
|
]),
|
|
3338
3348
|
_: 2
|
|
3339
|
-
}, 1040, ["title", "onClick"])) : (p(),
|
|
3349
|
+
}, 1040, ["title", "onClick"])) : (p(), B(j(Oe), I({
|
|
3340
3350
|
key: 1,
|
|
3341
3351
|
title: M.label,
|
|
3342
3352
|
ref_for: !0
|
|
@@ -3344,13 +3354,13 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3344
3354
|
onClick: (Z) => M.func(D.value, e.value, $.value)
|
|
3345
3355
|
}), null, 16, ["title", "onClick"]))
|
|
3346
3356
|
], !0) : $e("", !0),
|
|
3347
|
-
|
|
3348
|
-
], 64))), 256)) : (p(),
|
|
3357
|
+
C(l.$slots, M.name + "-right", {}, void 0, !0)
|
|
3358
|
+
], 64))), 256)) : (p(), B(U, { key: 1 }, {
|
|
3349
3359
|
default: _(() => [
|
|
3350
|
-
(p(!0),
|
|
3351
|
-
|
|
3352
|
-
(M.name === "control-add" ? M.attr.auth() && M.attr.inline === !1 : M.attr.auth()) ?
|
|
3353
|
-
M.label ? (p(),
|
|
3360
|
+
(p(!0), R(te, null, W(P, (M) => (p(), R(te, null, [
|
|
3361
|
+
C(l.$slots, M.name + "-left", {}, void 0, !0),
|
|
3362
|
+
(M.name === "control-add" ? M.attr.auth() && M.attr.inline === !1 : M.attr.auth()) ? C(l.$slots, M.name, { key: 0 }, () => [
|
|
3363
|
+
M.label ? (p(), B(j(Oe), I({
|
|
3354
3364
|
key: 0,
|
|
3355
3365
|
title: M.label,
|
|
3356
3366
|
ref_for: !0
|
|
@@ -3358,10 +3368,10 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3358
3368
|
onClick: (Z) => M.func(D.value, e.value, $.value)
|
|
3359
3369
|
}), {
|
|
3360
3370
|
default: _(() => [
|
|
3361
|
-
Ve(
|
|
3371
|
+
Ve(ke(M.label), 1)
|
|
3362
3372
|
]),
|
|
3363
3373
|
_: 2
|
|
3364
|
-
}, 1040, ["title", "onClick"])) : (p(),
|
|
3374
|
+
}, 1040, ["title", "onClick"])) : (p(), B(j(Oe), I({
|
|
3365
3375
|
key: 1,
|
|
3366
3376
|
title: M.label,
|
|
3367
3377
|
ref_for: !0
|
|
@@ -3369,7 +3379,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3369
3379
|
onClick: (Z) => M.func(D.value, e.value, $.value)
|
|
3370
3380
|
}), null, 16, ["title", "onClick"]))
|
|
3371
3381
|
], !0) : $e("", !0),
|
|
3372
|
-
|
|
3382
|
+
C(l.$slots, M.name + "-right", {}, void 0, !0)
|
|
3373
3383
|
], 64))), 256))
|
|
3374
3384
|
]),
|
|
3375
3385
|
_: 2
|
|
@@ -3379,184 +3389,184 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3379
3389
|
]),
|
|
3380
3390
|
_: 2
|
|
3381
3391
|
}, [
|
|
3382
|
-
W(l.$slots, (
|
|
3383
|
-
name:
|
|
3392
|
+
W(l.$slots, (P, ce, M) => ({
|
|
3393
|
+
name: ce,
|
|
3384
3394
|
fn: _((Z) => [
|
|
3385
|
-
|
|
3395
|
+
C(l.$slots, ce, { model: e.value }, void 0, !0)
|
|
3386
3396
|
])
|
|
3387
3397
|
}))
|
|
3388
3398
|
]), 1032, ["modelValue", "info"])
|
|
3389
3399
|
], !0)
|
|
3390
3400
|
])) : $e("", !0),
|
|
3391
3401
|
X("div", Ya, [
|
|
3392
|
-
ee(
|
|
3402
|
+
ee(Re, I({
|
|
3393
3403
|
...l.$attrs,
|
|
3394
|
-
...
|
|
3404
|
+
...j(Ge)(
|
|
3395
3405
|
e.value.table,
|
|
3396
|
-
(
|
|
3406
|
+
(P) => !["dblclickType", "page"].includes(P)
|
|
3397
3407
|
)
|
|
3398
3408
|
}, {
|
|
3399
|
-
"summary-method": (
|
|
3400
|
-
onSortChange: o[8] || (o[8] = (
|
|
3401
|
-
var
|
|
3402
|
-
e.value.table.onSortChange(
|
|
3409
|
+
"summary-method": (P) => e.value.table["summary-method"](P, { fields: G.value, sums: O.value }),
|
|
3410
|
+
onSortChange: o[8] || (o[8] = (P) => {
|
|
3411
|
+
var ce, M;
|
|
3412
|
+
e.value.table.onSortChange(P, c.value), ((ce = P == null ? void 0 : P.column) == null ? void 0 : ce.sortable) === "custom" && ((M = e.value.table) == null || M.load());
|
|
3403
3413
|
})
|
|
3404
3414
|
}), {
|
|
3405
3415
|
append: _(() => [
|
|
3406
|
-
|
|
3416
|
+
C(l.$slots, "append", {}, void 0, !0)
|
|
3407
3417
|
]),
|
|
3408
3418
|
empty: _(() => [
|
|
3409
|
-
|
|
3419
|
+
C(l.$slots, "empty", {}, void 0, !0)
|
|
3410
3420
|
]),
|
|
3411
3421
|
default: _(() => [
|
|
3412
|
-
|
|
3413
|
-
(p(!0),
|
|
3414
|
-
prop:
|
|
3415
|
-
key:
|
|
3422
|
+
C(l.$slots, "default", {}, () => [
|
|
3423
|
+
(p(!0), R(te, null, W(me.value, (P, ce) => (p(), B(Be, I({
|
|
3424
|
+
prop: ce,
|
|
3425
|
+
key: ce,
|
|
3416
3426
|
ref_for: !0
|
|
3417
3427
|
}, {
|
|
3418
3428
|
...e.value.tableColumns,
|
|
3419
|
-
...
|
|
3429
|
+
...j(Ge)(P, (M) => d.includes(M))
|
|
3420
3430
|
}), be({
|
|
3421
3431
|
header: _(({ column: M, $index: Z }) => [
|
|
3422
|
-
|
|
3432
|
+
ce == "control" ? C(l.$slots, `${ce}-header`, {
|
|
3423
3433
|
key: 0,
|
|
3424
3434
|
column: M,
|
|
3425
3435
|
index: Z
|
|
3426
3436
|
}, () => [
|
|
3427
|
-
X("span", null,
|
|
3428
|
-
], !0) :
|
|
3437
|
+
X("span", null, ke(M.label), 1)
|
|
3438
|
+
], !0) : C(l.$slots, `${ce}-header`, {
|
|
3429
3439
|
key: 1,
|
|
3430
3440
|
column: M,
|
|
3431
3441
|
index: Z
|
|
3432
3442
|
}, void 0, !0)
|
|
3433
3443
|
]),
|
|
3434
3444
|
"filter-icon": _((M) => [
|
|
3435
|
-
|
|
3445
|
+
C(l.$slots, `${ce}-filter-icon`, { data: M }, void 0, !0)
|
|
3436
3446
|
]),
|
|
3437
3447
|
_: 2
|
|
3438
3448
|
}, [
|
|
3439
|
-
|
|
3449
|
+
P.type === "expand" ? {
|
|
3440
3450
|
name: "default",
|
|
3441
|
-
fn: _(({ row: M, column: Z, $index:
|
|
3442
|
-
|
|
3451
|
+
fn: _(({ row: M, column: Z, $index: ue }) => [
|
|
3452
|
+
C(l.$slots, `${ce}`, {
|
|
3443
3453
|
row: M,
|
|
3444
3454
|
column: Z,
|
|
3445
|
-
index:
|
|
3455
|
+
index: ue
|
|
3446
3456
|
}, void 0, !0)
|
|
3447
3457
|
]),
|
|
3448
3458
|
key: "0"
|
|
3449
|
-
} :
|
|
3459
|
+
} : P.type == "control" ? {
|
|
3450
3460
|
name: "default",
|
|
3451
|
-
fn: _(({ row: M, column: Z, $index:
|
|
3452
|
-
var
|
|
3461
|
+
fn: _(({ row: M, column: Z, $index: ue }) => {
|
|
3462
|
+
var Ze, Je;
|
|
3453
3463
|
return [
|
|
3454
3464
|
X("div", {
|
|
3455
|
-
class:
|
|
3456
|
-
style: qe((
|
|
3465
|
+
class: Lt(["control", (Ze = e.value.control) == null ? void 0 : Ze.class]),
|
|
3466
|
+
style: qe((Je = e.value.control) == null ? void 0 : Je.style)
|
|
3457
3467
|
}, [
|
|
3458
|
-
|
|
3459
|
-
|
|
3468
|
+
C(l.$slots, "control", {}, () => [
|
|
3469
|
+
C(l.$slots, "control-left", {
|
|
3460
3470
|
row: M,
|
|
3461
3471
|
column: Z,
|
|
3462
|
-
index:
|
|
3472
|
+
index: ue
|
|
3463
3473
|
}, void 0, !0),
|
|
3464
|
-
(p(!0),
|
|
3465
|
-
var
|
|
3466
|
-
return p(),
|
|
3467
|
-
|
|
3468
|
-
|
|
3474
|
+
(p(!0), R(te, null, W(Se(["view", "edit", "delete", "save"], M, Z, ue, e.value), (Xe, Qe) => {
|
|
3475
|
+
var nt;
|
|
3476
|
+
return p(), R(te, null, [
|
|
3477
|
+
Qe == "default" ? (p(!0), R(te, { key: 0 }, W(Xe, (Y) => (p(), R(te, null, [
|
|
3478
|
+
C(l.$slots, Y.name + "-left", {
|
|
3469
3479
|
row: M,
|
|
3470
3480
|
column: Z,
|
|
3471
|
-
index:
|
|
3481
|
+
index: ue
|
|
3472
3482
|
}, void 0, !0),
|
|
3473
|
-
|
|
3483
|
+
Y.attr.auth() ? C(l.$slots, Y.name, {
|
|
3474
3484
|
key: 0,
|
|
3475
3485
|
row: M,
|
|
3476
3486
|
column: Z,
|
|
3477
|
-
index:
|
|
3487
|
+
index: ue
|
|
3478
3488
|
}, () => [
|
|
3479
|
-
|
|
3489
|
+
Y.label ? (p(), B(j(Oe), I({
|
|
3480
3490
|
key: 0,
|
|
3481
|
-
title:
|
|
3491
|
+
title: Y.label,
|
|
3482
3492
|
ref_for: !0
|
|
3483
|
-
},
|
|
3484
|
-
onClick: (
|
|
3493
|
+
}, Y.attr, {
|
|
3494
|
+
onClick: (Ye) => Y.func(M, Z, ue, e.value)
|
|
3485
3495
|
}), {
|
|
3486
3496
|
default: _(() => [
|
|
3487
|
-
Ve(
|
|
3497
|
+
Ve(ke(Y.label), 1)
|
|
3488
3498
|
]),
|
|
3489
3499
|
_: 2
|
|
3490
|
-
}, 1040, ["title", "onClick"])) : (p(),
|
|
3500
|
+
}, 1040, ["title", "onClick"])) : (p(), B(j(Oe), I({
|
|
3491
3501
|
key: 1,
|
|
3492
|
-
title:
|
|
3502
|
+
title: Y.label,
|
|
3493
3503
|
ref_for: !0
|
|
3494
|
-
},
|
|
3495
|
-
onClick: (
|
|
3504
|
+
}, Y.attr, {
|
|
3505
|
+
onClick: (Ye) => Y.func(M, Z, ue, e.value)
|
|
3496
3506
|
}), null, 16, ["title", "onClick"]))
|
|
3497
3507
|
], !0) : $e("", !0),
|
|
3498
|
-
|
|
3508
|
+
C(l.$slots, Y.name + "-right", {
|
|
3499
3509
|
row: M,
|
|
3500
3510
|
column: Z,
|
|
3501
|
-
index:
|
|
3511
|
+
index: ue
|
|
3502
3512
|
}, void 0, !0)
|
|
3503
|
-
], 64))), 256)) :
|
|
3513
|
+
], 64))), 256)) : Qe != null && Qe.startsWith("dropdown") && ((nt = ge(M, Z, ue, e.value)) != null && nt.auth()) ? (p(), B(_e, I({
|
|
3504
3514
|
key: 1,
|
|
3505
3515
|
ref_for: !0
|
|
3506
|
-
}, ge(M, Z,
|
|
3516
|
+
}, ge(M, Z, ue, e.value)), {
|
|
3507
3517
|
dropdown: _(() => [
|
|
3508
|
-
ee(
|
|
3518
|
+
ee(he, null, {
|
|
3509
3519
|
default: _(() => [
|
|
3510
|
-
(p(!0),
|
|
3511
|
-
var
|
|
3512
|
-
return p(),
|
|
3513
|
-
l.$slots[
|
|
3520
|
+
(p(!0), R(te, null, W(Xe, (Y) => {
|
|
3521
|
+
var Ye, Ke, vt;
|
|
3522
|
+
return p(), R(te, null, [
|
|
3523
|
+
l.$slots[Y.name + "-left"] ? C(l.$slots, Y.name + "-left", {
|
|
3514
3524
|
key: 0,
|
|
3515
3525
|
row: M,
|
|
3516
3526
|
column: Z,
|
|
3517
|
-
index:
|
|
3527
|
+
index: ue
|
|
3518
3528
|
}, void 0, !0) : $e("", !0),
|
|
3519
|
-
|
|
3529
|
+
Y.attr.auth() ? (p(), B(N, I({
|
|
3520
3530
|
key: 1,
|
|
3521
3531
|
ref_for: !0
|
|
3522
3532
|
}, {
|
|
3523
|
-
command: (
|
|
3524
|
-
divided: (
|
|
3525
|
-
disabled: (
|
|
3533
|
+
command: (Ye = Y == null ? void 0 : Y.attr) == null ? void 0 : Ye.command,
|
|
3534
|
+
divided: (Ke = Y == null ? void 0 : Y.attr) == null ? void 0 : Ke.divided,
|
|
3535
|
+
disabled: (vt = Y == null ? void 0 : Y.attr) == null ? void 0 : vt.disabled
|
|
3526
3536
|
}), {
|
|
3527
3537
|
default: _(() => [
|
|
3528
|
-
|
|
3538
|
+
C(l.$slots, Y.name, {
|
|
3529
3539
|
row: M,
|
|
3530
3540
|
column: Z,
|
|
3531
|
-
index:
|
|
3541
|
+
index: ue
|
|
3532
3542
|
}, () => [
|
|
3533
|
-
|
|
3543
|
+
Y.label ? (p(), B(j(Oe), I({
|
|
3534
3544
|
key: 0,
|
|
3535
|
-
title:
|
|
3545
|
+
title: Y.label,
|
|
3536
3546
|
ref_for: !0
|
|
3537
|
-
},
|
|
3538
|
-
onClick: (
|
|
3547
|
+
}, Y.attr, {
|
|
3548
|
+
onClick: (y) => Y.func(M, Z, ue, e.value)
|
|
3539
3549
|
}), {
|
|
3540
3550
|
default: _(() => [
|
|
3541
|
-
Ve(
|
|
3551
|
+
Ve(ke(Y.label), 1)
|
|
3542
3552
|
]),
|
|
3543
3553
|
_: 2
|
|
3544
|
-
}, 1040, ["title", "onClick"])) : (p(),
|
|
3554
|
+
}, 1040, ["title", "onClick"])) : (p(), B(j(Oe), I({
|
|
3545
3555
|
key: 1,
|
|
3546
|
-
title:
|
|
3556
|
+
title: Y.label,
|
|
3547
3557
|
ref_for: !0
|
|
3548
|
-
},
|
|
3549
|
-
onClick: (
|
|
3558
|
+
}, Y.attr, {
|
|
3559
|
+
onClick: (y) => Y.func(M, Z, ue, e.value)
|
|
3550
3560
|
}), null, 16, ["title", "onClick"]))
|
|
3551
3561
|
], !0)
|
|
3552
3562
|
]),
|
|
3553
3563
|
_: 2
|
|
3554
3564
|
}, 1040)) : $e("", !0),
|
|
3555
|
-
l.$slots[
|
|
3565
|
+
l.$slots[Y.name + "-right"] ? C(l.$slots, Y.name + "-right", {
|
|
3556
3566
|
key: 2,
|
|
3557
3567
|
row: M,
|
|
3558
3568
|
column: Z,
|
|
3559
|
-
index:
|
|
3569
|
+
index: ue
|
|
3560
3570
|
}, void 0, !0) : $e("", !0)
|
|
3561
3571
|
], 64);
|
|
3562
3572
|
}), 256))
|
|
@@ -3565,49 +3575,49 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3565
3575
|
}, 1024)
|
|
3566
3576
|
]),
|
|
3567
3577
|
default: _(() => {
|
|
3568
|
-
var
|
|
3578
|
+
var Y;
|
|
3569
3579
|
return [
|
|
3570
|
-
Ve(
|
|
3580
|
+
Ve(ke((Y = ge(M, Z, ue, e.value)) == null ? void 0 : Y.label) + " ", 1)
|
|
3571
3581
|
];
|
|
3572
3582
|
}),
|
|
3573
3583
|
_: 2
|
|
3574
|
-
}, 1040)) : (p(),
|
|
3584
|
+
}, 1040)) : (p(), B(U, { key: 2 }, {
|
|
3575
3585
|
default: _(() => [
|
|
3576
|
-
(p(!0),
|
|
3577
|
-
|
|
3586
|
+
(p(!0), R(te, null, W(Xe, (Y) => (p(), R(te, null, [
|
|
3587
|
+
C(l.$slots, Y.name + "-left", {
|
|
3578
3588
|
row: M,
|
|
3579
3589
|
column: Z,
|
|
3580
|
-
index:
|
|
3590
|
+
index: ue
|
|
3581
3591
|
}, void 0, !0),
|
|
3582
|
-
|
|
3592
|
+
Y.attr.auth() ? C(l.$slots, Y.name, {
|
|
3583
3593
|
key: 0,
|
|
3584
3594
|
row: M,
|
|
3585
3595
|
column: Z,
|
|
3586
|
-
index:
|
|
3596
|
+
index: ue
|
|
3587
3597
|
}, () => [
|
|
3588
|
-
|
|
3598
|
+
Y.label ? (p(), B(j(Oe), I({
|
|
3589
3599
|
key: 0,
|
|
3590
|
-
title:
|
|
3600
|
+
title: Y.label,
|
|
3591
3601
|
ref_for: !0
|
|
3592
|
-
},
|
|
3593
|
-
onClick: (
|
|
3602
|
+
}, Y.attr, {
|
|
3603
|
+
onClick: (Ye) => Y.func(M, Z, ue, e.value)
|
|
3594
3604
|
}), {
|
|
3595
3605
|
default: _(() => [
|
|
3596
|
-
Ve(
|
|
3606
|
+
Ve(ke(Y.label), 1)
|
|
3597
3607
|
]),
|
|
3598
3608
|
_: 2
|
|
3599
|
-
}, 1040, ["title", "onClick"])) : (p(),
|
|
3609
|
+
}, 1040, ["title", "onClick"])) : (p(), B(j(Oe), I({
|
|
3600
3610
|
key: 1,
|
|
3601
|
-
title:
|
|
3611
|
+
title: Y.label,
|
|
3602
3612
|
ref_for: !0
|
|
3603
|
-
},
|
|
3604
|
-
onClick: (
|
|
3613
|
+
}, Y.attr, {
|
|
3614
|
+
onClick: (Ye) => Y.func(M, Z, ue, e.value)
|
|
3605
3615
|
}), null, 16, ["title", "onClick"]))
|
|
3606
3616
|
], !0) : $e("", !0),
|
|
3607
|
-
|
|
3617
|
+
C(l.$slots, Y.name + "-right", {
|
|
3608
3618
|
row: M,
|
|
3609
3619
|
column: Z,
|
|
3610
|
-
index:
|
|
3620
|
+
index: ue
|
|
3611
3621
|
}, void 0, !0)
|
|
3612
3622
|
], 64))), 256))
|
|
3613
3623
|
]),
|
|
@@ -3615,64 +3625,64 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3615
3625
|
}, 1024))
|
|
3616
3626
|
], 64);
|
|
3617
3627
|
}), 256)),
|
|
3618
|
-
|
|
3628
|
+
C(l.$slots, "control-right", {
|
|
3619
3629
|
row: M,
|
|
3620
3630
|
column: Z,
|
|
3621
|
-
index:
|
|
3631
|
+
index: ue
|
|
3622
3632
|
}, void 0, !0)
|
|
3623
3633
|
], !0)
|
|
3624
3634
|
], 6)
|
|
3625
3635
|
];
|
|
3626
3636
|
}),
|
|
3627
3637
|
key: "1"
|
|
3628
|
-
} :
|
|
3638
|
+
} : P.type != "selection" && P.type != "index" ? {
|
|
3629
3639
|
name: "default",
|
|
3630
|
-
fn: _(({ row: M, column: Z, $index:
|
|
3631
|
-
|
|
3640
|
+
fn: _(({ row: M, column: Z, $index: ue }) => [
|
|
3641
|
+
k(P, M, Z, ue) && ue != -1 ? C(l.$slots, `${ce}`, {
|
|
3632
3642
|
key: 0,
|
|
3633
3643
|
row: M,
|
|
3634
3644
|
column: Z,
|
|
3635
|
-
index:
|
|
3645
|
+
index: ue
|
|
3636
3646
|
}, () => {
|
|
3637
|
-
var
|
|
3647
|
+
var Ze;
|
|
3638
3648
|
return [
|
|
3639
|
-
(p(),
|
|
3640
|
-
modelValue: M[
|
|
3641
|
-
"onUpdate:modelValue": (
|
|
3642
|
-
item:
|
|
3643
|
-
ctrlKey:
|
|
3644
|
-
key: `${
|
|
3645
|
-
ctrlType: (
|
|
3649
|
+
(p(), B(kt, {
|
|
3650
|
+
modelValue: M[ce],
|
|
3651
|
+
"onUpdate:modelValue": (Je) => M[ce] = Je,
|
|
3652
|
+
item: P == null ? void 0 : P.table(M, Z, ue),
|
|
3653
|
+
ctrlKey: ce,
|
|
3654
|
+
key: `${ce}-${ue} -${ne.value}`,
|
|
3655
|
+
ctrlType: (Ze = P.table(M, Z, ue)) != null && Ze.type ? P.table(M, Z, ue).type : P.type,
|
|
3646
3656
|
model: e.value,
|
|
3647
3657
|
class: "g-ctrl-container",
|
|
3648
3658
|
t: "t",
|
|
3649
3659
|
formInfo: M
|
|
3650
3660
|
}, be({ _: 2 }, [
|
|
3651
|
-
W(l.$slots, (
|
|
3652
|
-
name:
|
|
3653
|
-
fn: _((
|
|
3654
|
-
|
|
3655
|
-
data:
|
|
3656
|
-
item:
|
|
3661
|
+
W(l.$slots, (Je, Xe) => ({
|
|
3662
|
+
name: Xe,
|
|
3663
|
+
fn: _((Qe) => [
|
|
3664
|
+
C(l.$slots, Xe, {
|
|
3665
|
+
data: Qe,
|
|
3666
|
+
item: P,
|
|
3657
3667
|
model: e.value
|
|
3658
3668
|
}, void 0, !0)
|
|
3659
3669
|
])
|
|
3660
3670
|
}))
|
|
3661
3671
|
]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model", "formInfo"]))
|
|
3662
3672
|
];
|
|
3663
|
-
}, !0) :
|
|
3673
|
+
}, !0) : C(l.$slots, `${ce}`, {
|
|
3664
3674
|
key: 1,
|
|
3665
3675
|
row: M,
|
|
3666
3676
|
column: Z,
|
|
3667
|
-
index:
|
|
3677
|
+
index: ue
|
|
3668
3678
|
}, () => [
|
|
3669
3679
|
X("div", {
|
|
3670
|
-
style: qe([{ width: "100%", "text-overflow": "ellipsis", overflow: "hidden" },
|
|
3680
|
+
style: qe([{ width: "100%", "text-overflow": "ellipsis", overflow: "hidden" }, P == null ? void 0 : P.style]),
|
|
3671
3681
|
innerHTML: K(
|
|
3672
|
-
|
|
3673
|
-
Z.formatter(M, Z, M[
|
|
3682
|
+
P,
|
|
3683
|
+
Z.formatter(M, Z, M[ce], ue)
|
|
3674
3684
|
)
|
|
3675
|
-
}, null, 12,
|
|
3685
|
+
}, null, 12, La)
|
|
3676
3686
|
], !0)
|
|
3677
3687
|
]),
|
|
3678
3688
|
key: "2"
|
|
@@ -3682,15 +3692,15 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3682
3692
|
]),
|
|
3683
3693
|
_: 3
|
|
3684
3694
|
}, 16, ["summary-method"]),
|
|
3685
|
-
(
|
|
3686
|
-
ee(
|
|
3695
|
+
(ct = (yt = (ht = e.value) == null ? void 0 : ht.table) == null ? void 0 : yt.page) != null && ct.hidden ? $e("", !0) : C(l.$slots, "page", { key: 0 }, () => [
|
|
3696
|
+
ee(Le, I({
|
|
3687
3697
|
"page-size": e.value.table.page.pageSize,
|
|
3688
|
-
"onUpdate:pageSize": o[9] || (o[9] = (
|
|
3698
|
+
"onUpdate:pageSize": o[9] || (o[9] = (P) => e.value.table.page.pageSize = P),
|
|
3689
3699
|
"current-page": e.value.table.page.currentPage,
|
|
3690
|
-
"onUpdate:currentPage": o[10] || (o[10] = (
|
|
3700
|
+
"onUpdate:currentPage": o[10] || (o[10] = (P) => e.value.table.page.currentPage = P)
|
|
3691
3701
|
}, e.value.table.page), {
|
|
3692
3702
|
default: _(() => [
|
|
3693
|
-
|
|
3703
|
+
C(l.$slots, "table-page", {}, void 0, !0)
|
|
3694
3704
|
]),
|
|
3695
3705
|
_: 3
|
|
3696
3706
|
}, 16, ["page-size", "current-page"])
|
|
@@ -3700,7 +3710,7 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3700
3710
|
], 64);
|
|
3701
3711
|
};
|
|
3702
3712
|
}
|
|
3703
|
-
}),
|
|
3713
|
+
}), za = /* @__PURE__ */ rt(Ha, [["__scopeId", "data-v-8db7b1d9"]]), ja = { class: "g-tree-table" }, Pa = { class: "g-tree-container" }, Na = { class: "g-tree-table-container" }, Wa = /* @__PURE__ */ Object.assign({
|
|
3704
3714
|
name: "g-tree-table",
|
|
3705
3715
|
inheritAttrs: !1
|
|
3706
3716
|
}, {
|
|
@@ -3709,40 +3719,40 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3709
3719
|
modelValue: { required: !0 },
|
|
3710
3720
|
modelModifiers: {}
|
|
3711
3721
|
},
|
|
3712
|
-
emits: /* @__PURE__ */
|
|
3722
|
+
emits: /* @__PURE__ */ lt(["load"], ["update:modelValue"]),
|
|
3713
3723
|
setup(n, { emit: s }) {
|
|
3714
|
-
var $, le,
|
|
3715
|
-
const a = s, t =
|
|
3724
|
+
var $, le, O, G;
|
|
3725
|
+
const a = s, t = at(n, "modelValue"), r = Bt(), e = re(
|
|
3716
3726
|
typeof (($ = r == null ? void 0 : r.tree) == null ? void 0 : $.width) == "number" ? `${r.tree.width}px` : ((le = r == null ? void 0 : r.tree) == null ? void 0 : le.width) || "180px"
|
|
3717
|
-
), h = re(((
|
|
3718
|
-
var pe,
|
|
3727
|
+
), h = re(((O = r == null ? void 0 : r.tree) == null ? void 0 : O.search) === void 0 ? !0 : (G = r == null ? void 0 : r.tree) == null ? void 0 : G.search), c = re({}), S = re(""), f = re(null), v = (D, ne) => {
|
|
3728
|
+
var pe, fe;
|
|
3719
3729
|
if (!D) return !0;
|
|
3720
|
-
const
|
|
3721
|
-
return
|
|
3722
|
-
}, u = (D,
|
|
3723
|
-
a("load", c.value, D,
|
|
3730
|
+
const de = ((fe = (pe = r.tree) == null ? void 0 : pe.props) == null ? void 0 : fe.label) || "label";
|
|
3731
|
+
return ne[de].includes(D);
|
|
3732
|
+
}, u = (D, ne) => {
|
|
3733
|
+
a("load", c.value, D, ne);
|
|
3724
3734
|
}, d = (D) => {
|
|
3725
3735
|
c.value = D, t.value.table.load();
|
|
3726
3736
|
};
|
|
3727
|
-
return
|
|
3737
|
+
return pl(S, (D) => {
|
|
3728
3738
|
f.value.filter(D);
|
|
3729
|
-
}), (D,
|
|
3730
|
-
const
|
|
3731
|
-
return p(),
|
|
3739
|
+
}), (D, ne) => {
|
|
3740
|
+
const de = L("el-input"), pe = L("el-tree"), fe = L("g-table");
|
|
3741
|
+
return p(), R("div", ja, [
|
|
3732
3742
|
X("div", {
|
|
3733
3743
|
class: "g-tree-left",
|
|
3734
3744
|
style: qe({ width: e.value })
|
|
3735
3745
|
}, [
|
|
3736
|
-
h.value ? (p(),
|
|
3746
|
+
h.value ? (p(), B(de, {
|
|
3737
3747
|
key: 0,
|
|
3738
3748
|
modelValue: S.value,
|
|
3739
|
-
"onUpdate:modelValue":
|
|
3749
|
+
"onUpdate:modelValue": ne[0] || (ne[0] = (ie) => S.value = ie),
|
|
3740
3750
|
style: { width: "100%", "box-sizing": "border-box", "margin-bottom": "10px" },
|
|
3741
3751
|
placeholder: "输入节点查询",
|
|
3742
3752
|
clearable: ""
|
|
3743
3753
|
}, null, 8, ["modelValue"])) : $e("", !0),
|
|
3744
3754
|
X("div", Pa, [
|
|
3745
|
-
ee(pe,
|
|
3755
|
+
ee(pe, I({
|
|
3746
3756
|
style: { width: e.value },
|
|
3747
3757
|
"filter-node-method": v,
|
|
3748
3758
|
"expand-on-click-node": !1,
|
|
@@ -3751,33 +3761,33 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3751
3761
|
onNodeClick: d
|
|
3752
3762
|
}, D.$attrs.tree), be({
|
|
3753
3763
|
default: _(({ node: ie, data: ge }) => [
|
|
3754
|
-
|
|
3764
|
+
C(D.$slots, "tree", {
|
|
3755
3765
|
node: ie,
|
|
3756
3766
|
data: ge
|
|
3757
3767
|
}, () => [
|
|
3758
|
-
X("span", null,
|
|
3768
|
+
X("span", null, ke(ie.label), 1)
|
|
3759
3769
|
], !0)
|
|
3760
3770
|
]),
|
|
3761
3771
|
_: 2
|
|
3762
3772
|
}, [
|
|
3763
|
-
W(D.$slots, (ie, ge,
|
|
3773
|
+
W(D.$slots, (ie, ge, xe) => ({
|
|
3764
3774
|
name: ge,
|
|
3765
3775
|
fn: _((De) => [
|
|
3766
|
-
|
|
3776
|
+
C(D.$slots, ge, { data: De }, void 0, !0)
|
|
3767
3777
|
])
|
|
3768
3778
|
}))
|
|
3769
3779
|
]), 1040, ["style"])
|
|
3770
3780
|
])
|
|
3771
3781
|
], 4),
|
|
3772
|
-
X("div",
|
|
3773
|
-
ee(
|
|
3782
|
+
X("div", Na, [
|
|
3783
|
+
ee(fe, I({
|
|
3774
3784
|
modelValue: t.value,
|
|
3775
|
-
"onUpdate:modelValue":
|
|
3785
|
+
"onUpdate:modelValue": ne[1] || (ne[1] = (ie) => t.value = ie)
|
|
3776
3786
|
}, D.$attrs, { onLoad: u }), be({ _: 2 }, [
|
|
3777
|
-
W(D.$slots, (ie, ge,
|
|
3787
|
+
W(D.$slots, (ie, ge, xe) => ({
|
|
3778
3788
|
name: ge,
|
|
3779
3789
|
fn: _((De) => [
|
|
3780
|
-
|
|
3790
|
+
C(D.$slots, ge, { data: De }, void 0, !0)
|
|
3781
3791
|
])
|
|
3782
3792
|
}))
|
|
3783
3793
|
]), 1040, ["modelValue"])
|
|
@@ -3785,14 +3795,14 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3785
3795
|
]);
|
|
3786
3796
|
};
|
|
3787
3797
|
}
|
|
3788
|
-
}),
|
|
3798
|
+
}), Ga = /* @__PURE__ */ rt(Wa, [["__scopeId", "data-v-c888e4fc"]]), Xa = {
|
|
3789
3799
|
key: 0,
|
|
3790
3800
|
class: "op-group"
|
|
3791
|
-
},
|
|
3801
|
+
}, Qa = {
|
|
3792
3802
|
key: 1,
|
|
3793
3803
|
class: "op-items",
|
|
3794
3804
|
style: { width: "100%", height: "100%" }
|
|
3795
|
-
},
|
|
3805
|
+
}, Za = ["title"], Ut = "100px", Ja = /* @__PURE__ */ Object.assign({ name: "g-select-option" }, {
|
|
3796
3806
|
__name: "g-select-option",
|
|
3797
3807
|
props: {
|
|
3798
3808
|
columns: {
|
|
@@ -3814,45 +3824,45 @@ const Sa = /* @__PURE__ */ Wt(Da), xa = { key: 0 }, Ma = { style: { display: "fl
|
|
|
3814
3824
|
},
|
|
3815
3825
|
setup(n) {
|
|
3816
3826
|
const s = n;
|
|
3817
|
-
return (a, t) => s.title ? (p(),
|
|
3818
|
-
(p(!0),
|
|
3819
|
-
style: qe({ width: (r == null ? void 0 : r.width) ||
|
|
3827
|
+
return (a, t) => s.title ? (p(), R("div", Xa, [
|
|
3828
|
+
(p(!0), R(te, null, W(s.columns, (r) => (p(), R("span", {
|
|
3829
|
+
style: qe({ width: (r == null ? void 0 : r.width) || Ut, ...r == null ? void 0 : r.titleStyle, textAlign: (r == null ? void 0 : r.align) || "center" }),
|
|
3820
3830
|
key: r.key
|
|
3821
3831
|
}, [
|
|
3822
|
-
|
|
3823
|
-
Ve(
|
|
3832
|
+
C(a.$slots, `${n.t}-title-${r.key}`, { col: r }, () => [
|
|
3833
|
+
Ve(ke(r.label), 1)
|
|
3824
3834
|
], !0)
|
|
3825
3835
|
], 4))), 128))
|
|
3826
|
-
])) : (p(),
|
|
3827
|
-
(p(!0),
|
|
3828
|
-
style: qe({ width: (r == null ? void 0 : r.width) ||
|
|
3836
|
+
])) : (p(), R("div", Qa, [
|
|
3837
|
+
(p(!0), R(te, null, W(s.columns, (r) => (p(), R("span", {
|
|
3838
|
+
style: qe({ width: (r == null ? void 0 : r.width) || Ut, textAlign: (r == null ? void 0 : r.align) || "center", ...r == null ? void 0 : r.style }),
|
|
3829
3839
|
key: r.key,
|
|
3830
3840
|
title: n.data[r.key]
|
|
3831
3841
|
}, [
|
|
3832
|
-
|
|
3833
|
-
Ve(
|
|
3842
|
+
C(a.$slots, `${n.t}-option-${r.key}`, { col: r }, () => [
|
|
3843
|
+
Ve(ke(n.data[r.key] ?? "-"), 1)
|
|
3834
3844
|
], !0)
|
|
3835
|
-
], 12,
|
|
3845
|
+
], 12, Za))), 128))
|
|
3836
3846
|
]));
|
|
3837
3847
|
}
|
|
3838
|
-
}),
|
|
3839
|
-
let
|
|
3840
|
-
const
|
|
3848
|
+
}), Ka = /* @__PURE__ */ rt(Ja, [["__scopeId", "data-v-c0ac6b77"]]), er = Object.freeze({}), el = [za, Mt, Ga, Ka];
|
|
3849
|
+
let Ft = {};
|
|
3850
|
+
const cr = {
|
|
3841
3851
|
install: (n, s = {}) => {
|
|
3842
|
-
|
|
3852
|
+
Ft = Object.freeze({ ...er, ...s }), el.forEach((a) => {
|
|
3843
3853
|
n.component(a.name, a);
|
|
3844
|
-
}), n.provide("options",
|
|
3854
|
+
}), n.provide("options", Ft), n.config.globalProperties.$openModal = Vt;
|
|
3845
3855
|
}
|
|
3846
|
-
},
|
|
3856
|
+
}, tr = (n) => ({ dialog: rl, drawer: ol })[n] || null, Vt = (n = {}, s = "dialog") => {
|
|
3847
3857
|
if (typeof document > "u") return () => {
|
|
3848
3858
|
};
|
|
3849
3859
|
const a = document.createElement("div");
|
|
3850
3860
|
let t = () => {
|
|
3851
3861
|
};
|
|
3852
|
-
const r =
|
|
3862
|
+
const r = tr(s);
|
|
3853
3863
|
if (!r) return () => {
|
|
3854
3864
|
};
|
|
3855
|
-
const e = re(!0), h =
|
|
3865
|
+
const e = re(!0), h = ml({
|
|
3856
3866
|
setup() {
|
|
3857
3867
|
return t = () => {
|
|
3858
3868
|
e.value = !1, setTimeout(() => {
|
|
@@ -3878,14 +3888,14 @@ const fr = {
|
|
|
3878
3888
|
};
|
|
3879
3889
|
},
|
|
3880
3890
|
mounted: () => {
|
|
3881
|
-
|
|
3891
|
+
Et();
|
|
3882
3892
|
}
|
|
3883
3893
|
});
|
|
3884
|
-
return
|
|
3894
|
+
return el.forEach((c) => {
|
|
3885
3895
|
h.component(c.name, c);
|
|
3886
|
-
}), h.provide("options",
|
|
3896
|
+
}), h.provide("options", Ft), h.use(al, { locale: Ml }), document.body.appendChild(a), h.mount(a), t;
|
|
3887
3897
|
};
|
|
3888
|
-
function
|
|
3898
|
+
function tl(n, s = window.innerWidth) {
|
|
3889
3899
|
if (typeof n == "number")
|
|
3890
3900
|
return n;
|
|
3891
3901
|
if (n.endsWith("px"))
|
|
@@ -3907,7 +3917,7 @@ function el(n, s = window.innerWidth) {
|
|
|
3907
3917
|
throw new Error("Invalid calc expression");
|
|
3908
3918
|
};
|
|
3909
3919
|
const r = n.slice(5, -1).trim();
|
|
3910
|
-
return e(r.replace(/([0-9.]+)([a-z%]+)/g, (c, S, f) =>
|
|
3920
|
+
return e(r.replace(/([0-9.]+)([a-z%]+)/g, (c, S, f) => tl(S + f, s)));
|
|
3911
3921
|
}
|
|
3912
3922
|
throw new Error("Unsupported unit in value: " + n);
|
|
3913
3923
|
}
|
|
@@ -3917,25 +3927,25 @@ const Fe = (...n) => {
|
|
|
3917
3927
|
}), t);
|
|
3918
3928
|
return n.forEach((t = {}) => a(s, t)), s;
|
|
3919
3929
|
};
|
|
3920
|
-
function
|
|
3930
|
+
function Ge(n, s = (a, t) => s(a, t)) {
|
|
3921
3931
|
const a = {};
|
|
3922
3932
|
for (const t in n)
|
|
3923
3933
|
n.hasOwnProperty(t) && s(t, n[t]) && (a[t] = n[t]);
|
|
3924
3934
|
return a;
|
|
3925
3935
|
}
|
|
3926
|
-
function
|
|
3936
|
+
function lr(n, s, a = "value", t = "label", r = "children") {
|
|
3927
3937
|
for (const e of n) {
|
|
3928
3938
|
if (e[a] === s)
|
|
3929
3939
|
return e[t];
|
|
3930
3940
|
if (e[r] && e[r].length > 0) {
|
|
3931
|
-
const h =
|
|
3941
|
+
const h = lr(e[r], s, a, t, r);
|
|
3932
3942
|
if (h)
|
|
3933
3943
|
return h;
|
|
3934
3944
|
}
|
|
3935
3945
|
}
|
|
3936
3946
|
return null;
|
|
3937
3947
|
}
|
|
3938
|
-
function
|
|
3948
|
+
function qt(n) {
|
|
3939
3949
|
if (!n || isNaN(n)) return "零";
|
|
3940
3950
|
const s = ["角", "分"], a = ["零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖"], t = [
|
|
3941
3951
|
["元", "万", "亿"],
|
|
@@ -3954,13 +3964,13 @@ function Vt(n) {
|
|
|
3954
3964
|
}
|
|
3955
3965
|
return r + e.replace(/(零.)*零元/, "元").replace(/(零.)+/g, "零").replace(/^整$/, "零元整");
|
|
3956
3966
|
}
|
|
3957
|
-
function
|
|
3967
|
+
function ar(n) {
|
|
3958
3968
|
if (typeof n != "number" || isNaN(n) || !isFinite(n))
|
|
3959
3969
|
return "0.00";
|
|
3960
3970
|
const s = n.toFixed(2), [a, t] = s.split(".");
|
|
3961
3971
|
return `${a.replace(/\B(?=(\d{3})+(?!\d))/g, ",")}.${t}`;
|
|
3962
3972
|
}
|
|
3963
|
-
const
|
|
3973
|
+
const Ee = {
|
|
3964
3974
|
RADIO: "radio",
|
|
3965
3975
|
RADIOBUTTON: "radio-button",
|
|
3966
3976
|
CHECKBOX: "checkbox",
|
|
@@ -3988,15 +3998,15 @@ const Ce = {
|
|
|
3988
3998
|
PASSWORD: "password",
|
|
3989
3999
|
TEXTAREA: "textarea",
|
|
3990
4000
|
TEL: "tel"
|
|
3991
|
-
},
|
|
3992
|
-
|
|
4001
|
+
}, Et = () => {
|
|
4002
|
+
ft(() => {
|
|
3993
4003
|
const n = document.querySelector(".el-dialog");
|
|
3994
4004
|
if (!n || n.querySelector(".dialog-resize-handle"))
|
|
3995
4005
|
return;
|
|
3996
|
-
const s =
|
|
3997
|
-
n.appendChild(s),
|
|
4006
|
+
const s = rr();
|
|
4007
|
+
n.appendChild(s), or(n), nr(n, s);
|
|
3998
4008
|
});
|
|
3999
|
-
},
|
|
4009
|
+
}, rr = () => {
|
|
4000
4010
|
const n = document.createElement("div");
|
|
4001
4011
|
return Object.assign(n.style, {
|
|
4002
4012
|
position: "absolute",
|
|
@@ -4008,7 +4018,7 @@ const Ce = {
|
|
|
4008
4018
|
cursor: "nwse-resize",
|
|
4009
4019
|
zIndex: "999999999999"
|
|
4010
4020
|
}), n.className = "dialog-resize-handle", n;
|
|
4011
|
-
},
|
|
4021
|
+
}, or = (n) => {
|
|
4012
4022
|
Object.assign(n.style, {
|
|
4013
4023
|
transition: "none",
|
|
4014
4024
|
minWidth: "300px",
|
|
@@ -4016,7 +4026,7 @@ const Ce = {
|
|
|
4016
4026
|
resize: "none"
|
|
4017
4027
|
// 防止与原生resize冲突
|
|
4018
4028
|
});
|
|
4019
|
-
},
|
|
4029
|
+
}, nr = (n, s) => {
|
|
4020
4030
|
let a = !1, t, r, e, h;
|
|
4021
4031
|
const c = (v) => {
|
|
4022
4032
|
v.preventDefault(), a = !0, t = v.clientX, r = v.clientY, e = parseInt(document.defaultView.getComputedStyle(n).width), h = parseInt(document.defaultView.getComputedStyle(n).height), document.addEventListener("mousemove", S), document.addEventListener("mouseup", f);
|
|
@@ -4030,14 +4040,14 @@ const Ce = {
|
|
|
4030
4040
|
s.addEventListener("mousedown", c);
|
|
4031
4041
|
};
|
|
4032
4042
|
export {
|
|
4033
|
-
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4043
|
+
Ee as CT,
|
|
4044
|
+
Et as bindResize,
|
|
4045
|
+
tl as convertToPx,
|
|
4046
|
+
cr as default,
|
|
4047
|
+
Ge as filterObject,
|
|
4048
|
+
lr as findTreeLabelByValue,
|
|
4049
|
+
ar as formatAmount,
|
|
4040
4050
|
Fe as mergeObjects,
|
|
4041
|
-
|
|
4042
|
-
|
|
4051
|
+
qt as moneyToChinese,
|
|
4052
|
+
Vt as openModal
|
|
4043
4053
|
};
|