vue-2024-ui 0.2.79 → 0.2.80
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 +642 -639
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import Nt, { dayjs as hl, ElForm as
|
|
2
|
-
import { ref as ae, useModel as lt, nextTick as Ke, onMounted as yt, computed as Fe, resolveComponent as R, openBlock as
|
|
3
|
-
import { Plus as
|
|
1
|
+
import Nt, { dayjs as hl, ElForm as xt, ElButtonGroup as St, ElButton as He, ElPopover as At, ElIcon as Yt, ElMessage as ut, ElMessageBox as Wt, ElDrawer as yl, ElDialog as gl } from "element-plus";
|
|
2
|
+
import { ref as ae, useModel as lt, nextTick as Ke, onMounted as yt, computed as Fe, resolveComponent as R, openBlock as m, createElementBlock as z, Fragment as re, createElementVNode as K, createBlock as E, createCommentVNode as be, unref as U, mergeProps as A, withCtx as _, renderSlot as x, renderList as N, createTextVNode as Ae, toDisplayString as xe, createSlots as ge, createVNode as se, normalizeStyle as Ue, normalizeProps as Vt, resolveDynamicComponent as Pe, guardReactiveProps as Gt, mergeModels as at, useSlots as Xt, inject as Ot, withModifiers as vt, Transition as bl, withDirectives as $l, vShow as wl, h as _e, useAttrs as It, onUnmounted as kl, onBeforeUnmount as _l, normalizeClass as Qt, watchEffect as Cl, onBeforeMount as Ml, watch as Zt, createApp as Jt } from "vue";
|
|
3
|
+
import { Plus as xl, ZoomIn as Sl, Delete as Kt, Search as Tl, Refresh as el, More as Vl, CircleClose as El, CircleCheckFilled as Dl, CircleCheck as zt, Minus as Ol, Close as Il, Switch as tl, FullScreen as ql, InfoFilled as ll, Download as al, DocumentCopy as Al, Setting as Yl, CirclePlus as zl, Edit as Ul, View as Ll } from "@element-plus/icons-vue";
|
|
4
4
|
import rl from "sortablejs";
|
|
5
5
|
import { Dexie as Hl } from "dexie";
|
|
6
6
|
var nl = {
|
|
@@ -187,42 +187,42 @@ var ul = { exports: {} };
|
|
|
187
187
|
(function(e, l) {
|
|
188
188
|
r.exports = l();
|
|
189
189
|
})(Fl, function() {
|
|
190
|
-
var e = 1e3, l = 6e4, n = 36e5, i = "millisecond", t = "second", f = "minute",
|
|
190
|
+
var e = 1e3, l = 6e4, n = 36e5, i = "millisecond", t = "second", f = "minute", M = "hour", v = "day", y = "week", o = "month", d = "quarter", p = "year", L = "date", F = "Invalid Date", I = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, k = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, G = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(w) {
|
|
191
191
|
var $ = ["th", "st", "nd", "rd"], b = w % 100;
|
|
192
192
|
return "[" + w + ($[(b - 20) % 10] || $[b] || $[0]) + "]";
|
|
193
193
|
} }, Z = function(w, $, b) {
|
|
194
|
-
var
|
|
195
|
-
return !
|
|
194
|
+
var h = String(w);
|
|
195
|
+
return !h || h.length >= $ ? w : "" + Array($ + 1 - h.length).join(b) + w;
|
|
196
196
|
}, X = { s: Z, z: function(w) {
|
|
197
|
-
var $ = -w.utcOffset(), b = Math.abs($),
|
|
198
|
-
return ($ <= 0 ? "+" : "-") + Z(
|
|
197
|
+
var $ = -w.utcOffset(), b = Math.abs($), h = Math.floor(b / 60), T = b % 60;
|
|
198
|
+
return ($ <= 0 ? "+" : "-") + Z(h, 2, "0") + ":" + Z(T, 2, "0");
|
|
199
199
|
}, m: function w($, b) {
|
|
200
200
|
if ($.date() < b.date()) return -w(b, $);
|
|
201
|
-
var
|
|
202
|
-
return +(-(
|
|
201
|
+
var h = 12 * (b.year() - $.year()) + (b.month() - $.month()), T = $.clone().add(h, o), D = b - T < 0, O = $.clone().add(h + (D ? -1 : 1), o);
|
|
202
|
+
return +(-(h + (b - T) / (D ? T - O : O - T)) || 0);
|
|
203
203
|
}, a: function(w) {
|
|
204
204
|
return w < 0 ? Math.ceil(w) || 0 : Math.floor(w);
|
|
205
205
|
}, p: function(w) {
|
|
206
|
-
return { M: o, y: p, w: y, d: v, D: L, h:
|
|
206
|
+
return { M: o, y: p, w: y, d: v, D: L, h: M, m: f, s: t, ms: i, Q: d }[w] || String(w || "").toLowerCase().replace(/s$/, "");
|
|
207
207
|
}, u: function(w) {
|
|
208
208
|
return w === void 0;
|
|
209
|
-
} }, ne = "en",
|
|
210
|
-
|
|
209
|
+
} }, ne = "en", ue = {};
|
|
210
|
+
ue[ne] = G;
|
|
211
211
|
var pe = "$isDayjsObject", Se = function(w) {
|
|
212
212
|
return w instanceof Te || !(!w || !w[pe]);
|
|
213
|
-
}, De = function w($, b,
|
|
213
|
+
}, De = function w($, b, h) {
|
|
214
214
|
var T;
|
|
215
215
|
if (!$) return ne;
|
|
216
216
|
if (typeof $ == "string") {
|
|
217
|
-
var
|
|
218
|
-
|
|
217
|
+
var D = $.toLowerCase();
|
|
218
|
+
ue[D] && (T = D), b && (ue[D] = b, T = D);
|
|
219
219
|
var O = $.split("-");
|
|
220
220
|
if (!T && O.length > 1) return w(O[0]);
|
|
221
221
|
} else {
|
|
222
222
|
var Y = $.name;
|
|
223
|
-
|
|
223
|
+
ue[Y] = $, T = Y;
|
|
224
224
|
}
|
|
225
|
-
return !
|
|
225
|
+
return !h && T && (ne = T), T || !h && ne;
|
|
226
226
|
}, me = function(w, $) {
|
|
227
227
|
if (Se(w)) return w.clone();
|
|
228
228
|
var b = typeof $ == "object" ? $ : {};
|
|
@@ -237,8 +237,8 @@ var ul = { exports: {} };
|
|
|
237
237
|
}
|
|
238
238
|
var $ = w.prototype;
|
|
239
239
|
return $.parse = function(b) {
|
|
240
|
-
this.$d = function(
|
|
241
|
-
var T =
|
|
240
|
+
this.$d = function(h) {
|
|
241
|
+
var T = h.date, D = h.utc;
|
|
242
242
|
if (T === null) return /* @__PURE__ */ new Date(NaN);
|
|
243
243
|
if (P.u(T)) return /* @__PURE__ */ new Date();
|
|
244
244
|
if (T instanceof Date) return new Date(T);
|
|
@@ -246,7 +246,7 @@ var ul = { exports: {} };
|
|
|
246
246
|
var O = T.match(I);
|
|
247
247
|
if (O) {
|
|
248
248
|
var Y = O[2] - 1 || 0, le = (O[7] || "0").substring(0, 3);
|
|
249
|
-
return
|
|
249
|
+
return D ? new Date(Date.UTC(O[1], Y, O[3] || 1, O[4] || 0, O[5] || 0, O[6] || 0, le)) : new Date(O[1], Y, O[3] || 1, O[4] || 0, O[5] || 0, O[6] || 0, le);
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
252
|
return new Date(T);
|
|
@@ -258,38 +258,38 @@ var ul = { exports: {} };
|
|
|
258
258
|
return P;
|
|
259
259
|
}, $.isValid = function() {
|
|
260
260
|
return this.$d.toString() !== F;
|
|
261
|
-
}, $.isSame = function(b,
|
|
261
|
+
}, $.isSame = function(b, h) {
|
|
262
262
|
var T = me(b);
|
|
263
|
-
return this.startOf(
|
|
264
|
-
}, $.isAfter = function(b,
|
|
265
|
-
return me(b) < this.startOf(
|
|
266
|
-
}, $.isBefore = function(b,
|
|
267
|
-
return this.endOf(
|
|
268
|
-
}, $.$g = function(b,
|
|
269
|
-
return P.u(b) ? this[
|
|
263
|
+
return this.startOf(h) <= T && T <= this.endOf(h);
|
|
264
|
+
}, $.isAfter = function(b, h) {
|
|
265
|
+
return me(b) < this.startOf(h);
|
|
266
|
+
}, $.isBefore = function(b, h) {
|
|
267
|
+
return this.endOf(h) < me(b);
|
|
268
|
+
}, $.$g = function(b, h, T) {
|
|
269
|
+
return P.u(b) ? this[h] : this.set(T, b);
|
|
270
270
|
}, $.unix = function() {
|
|
271
271
|
return Math.floor(this.valueOf() / 1e3);
|
|
272
272
|
}, $.valueOf = function() {
|
|
273
273
|
return this.$d.getTime();
|
|
274
|
-
}, $.startOf = function(b,
|
|
275
|
-
var T = this,
|
|
274
|
+
}, $.startOf = function(b, h) {
|
|
275
|
+
var T = this, D = !!P.u(h) || h, O = P.p(b), Y = function(Ie, V) {
|
|
276
276
|
var S = P.w(T.$u ? Date.UTC(T.$y, V, Ie) : new Date(T.$y, V, Ie), T);
|
|
277
|
-
return
|
|
277
|
+
return D ? S : S.endOf(v);
|
|
278
278
|
}, le = function(Ie, V) {
|
|
279
|
-
return P.w(T.toDate()[Ie].apply(T.toDate("s"), (
|
|
279
|
+
return P.w(T.toDate()[Ie].apply(T.toDate("s"), (D ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(V)), T);
|
|
280
280
|
}, de = this.$W, ye = this.$M, W = this.$D, Q = "set" + (this.$u ? "UTC" : "");
|
|
281
281
|
switch (O) {
|
|
282
282
|
case p:
|
|
283
|
-
return
|
|
283
|
+
return D ? Y(1, 0) : Y(31, 11);
|
|
284
284
|
case o:
|
|
285
|
-
return
|
|
285
|
+
return D ? Y(1, ye) : Y(0, ye + 1);
|
|
286
286
|
case y:
|
|
287
287
|
var Ve = this.$locale().weekStart || 0, ke = (de < Ve ? de + 7 : de) - Ve;
|
|
288
|
-
return Y(
|
|
288
|
+
return Y(D ? W - ke : W + (6 - ke), ye);
|
|
289
289
|
case v:
|
|
290
290
|
case L:
|
|
291
291
|
return le(Q + "Hours", 0);
|
|
292
|
-
case
|
|
292
|
+
case M:
|
|
293
293
|
return le(Q + "Minutes", 1);
|
|
294
294
|
case f:
|
|
295
295
|
return le(Q + "Seconds", 2);
|
|
@@ -300,50 +300,50 @@ var ul = { exports: {} };
|
|
|
300
300
|
}
|
|
301
301
|
}, $.endOf = function(b) {
|
|
302
302
|
return this.startOf(b, !1);
|
|
303
|
-
}, $.$set = function(b,
|
|
304
|
-
var T,
|
|
305
|
-
if (
|
|
303
|
+
}, $.$set = function(b, h) {
|
|
304
|
+
var T, D = P.p(b), O = "set" + (this.$u ? "UTC" : ""), Y = (T = {}, T[v] = O + "Date", T[L] = O + "Date", T[o] = O + "Month", T[p] = O + "FullYear", T[M] = O + "Hours", T[f] = O + "Minutes", T[t] = O + "Seconds", T[i] = O + "Milliseconds", T)[D], le = D === v ? this.$D + (h - this.$W) : h;
|
|
305
|
+
if (D === o || D === p) {
|
|
306
306
|
var de = this.clone().set(L, 1);
|
|
307
307
|
de.$d[Y](le), de.init(), this.$d = de.set(L, Math.min(this.$D, de.daysInMonth())).$d;
|
|
308
308
|
} else Y && this.$d[Y](le);
|
|
309
309
|
return this.init(), this;
|
|
310
|
-
}, $.set = function(b,
|
|
311
|
-
return this.clone().$set(b,
|
|
310
|
+
}, $.set = function(b, h) {
|
|
311
|
+
return this.clone().$set(b, h);
|
|
312
312
|
}, $.get = function(b) {
|
|
313
313
|
return this[P.p(b)]();
|
|
314
|
-
}, $.add = function(b,
|
|
315
|
-
var T,
|
|
314
|
+
}, $.add = function(b, h) {
|
|
315
|
+
var T, D = this;
|
|
316
316
|
b = Number(b);
|
|
317
|
-
var O = P.p(
|
|
318
|
-
var W = me(
|
|
319
|
-
return P.w(W.date(W.date() + Math.round(ye * b)),
|
|
317
|
+
var O = P.p(h), Y = function(ye) {
|
|
318
|
+
var W = me(D);
|
|
319
|
+
return P.w(W.date(W.date() + Math.round(ye * b)), D);
|
|
320
320
|
};
|
|
321
321
|
if (O === o) return this.set(o, this.$M + b);
|
|
322
322
|
if (O === p) return this.set(p, this.$y + b);
|
|
323
323
|
if (O === v) return Y(1);
|
|
324
324
|
if (O === y) return Y(7);
|
|
325
|
-
var le = (T = {}, T[f] = l, T[
|
|
325
|
+
var le = (T = {}, T[f] = l, T[M] = n, T[t] = e, T)[O] || 1, de = this.$d.getTime() + b * le;
|
|
326
326
|
return P.w(de, this);
|
|
327
|
-
}, $.subtract = function(b,
|
|
328
|
-
return this.add(-1 * b,
|
|
327
|
+
}, $.subtract = function(b, h) {
|
|
328
|
+
return this.add(-1 * b, h);
|
|
329
329
|
}, $.format = function(b) {
|
|
330
|
-
var
|
|
330
|
+
var h = this, T = this.$locale();
|
|
331
331
|
if (!this.isValid()) return T.invalidDate || F;
|
|
332
|
-
var
|
|
333
|
-
return V && (V[S] || V(
|
|
332
|
+
var D = b || "YYYY-MM-DDTHH:mm:ssZ", O = P.z(this), Y = this.$H, le = this.$m, de = this.$M, ye = T.weekdays, W = T.months, Q = T.meridiem, Ve = function(V, S, H, Ce) {
|
|
333
|
+
return V && (V[S] || V(h, D)) || H[S].slice(0, Ce);
|
|
334
334
|
}, ke = function(V) {
|
|
335
335
|
return P.s(Y % 12 || 12, V, "0");
|
|
336
336
|
}, Ie = Q || function(V, S, H) {
|
|
337
337
|
var Ce = V < 12 ? "AM" : "PM";
|
|
338
338
|
return H ? Ce.toLowerCase() : Ce;
|
|
339
339
|
};
|
|
340
|
-
return
|
|
340
|
+
return D.replace(k, function(V, S) {
|
|
341
341
|
return S || function(H) {
|
|
342
342
|
switch (H) {
|
|
343
343
|
case "YY":
|
|
344
|
-
return String(
|
|
344
|
+
return String(h.$y).slice(-2);
|
|
345
345
|
case "YYYY":
|
|
346
|
-
return P.s(
|
|
346
|
+
return P.s(h.$y, 4, "0");
|
|
347
347
|
case "M":
|
|
348
348
|
return de + 1;
|
|
349
349
|
case "MM":
|
|
@@ -353,17 +353,17 @@ var ul = { exports: {} };
|
|
|
353
353
|
case "MMMM":
|
|
354
354
|
return Ve(W, de);
|
|
355
355
|
case "D":
|
|
356
|
-
return
|
|
356
|
+
return h.$D;
|
|
357
357
|
case "DD":
|
|
358
|
-
return P.s(
|
|
358
|
+
return P.s(h.$D, 2, "0");
|
|
359
359
|
case "d":
|
|
360
|
-
return String(
|
|
360
|
+
return String(h.$W);
|
|
361
361
|
case "dd":
|
|
362
|
-
return Ve(T.weekdaysMin,
|
|
362
|
+
return Ve(T.weekdaysMin, h.$W, ye, 2);
|
|
363
363
|
case "ddd":
|
|
364
|
-
return Ve(T.weekdaysShort,
|
|
364
|
+
return Ve(T.weekdaysShort, h.$W, ye, 3);
|
|
365
365
|
case "dddd":
|
|
366
|
-
return ye[
|
|
366
|
+
return ye[h.$W];
|
|
367
367
|
case "H":
|
|
368
368
|
return String(Y);
|
|
369
369
|
case "HH":
|
|
@@ -381,11 +381,11 @@ var ul = { exports: {} };
|
|
|
381
381
|
case "mm":
|
|
382
382
|
return P.s(le, 2, "0");
|
|
383
383
|
case "s":
|
|
384
|
-
return String(
|
|
384
|
+
return String(h.$s);
|
|
385
385
|
case "ss":
|
|
386
|
-
return P.s(
|
|
386
|
+
return P.s(h.$s, 2, "0");
|
|
387
387
|
case "SSS":
|
|
388
|
-
return P.s(
|
|
388
|
+
return P.s(h.$ms, 3, "0");
|
|
389
389
|
case "Z":
|
|
390
390
|
return O;
|
|
391
391
|
}
|
|
@@ -394,47 +394,47 @@ var ul = { exports: {} };
|
|
|
394
394
|
});
|
|
395
395
|
}, $.utcOffset = function() {
|
|
396
396
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
397
|
-
}, $.diff = function(b,
|
|
398
|
-
var
|
|
397
|
+
}, $.diff = function(b, h, T) {
|
|
398
|
+
var D, O = this, Y = P.p(h), le = me(b), de = (le.utcOffset() - this.utcOffset()) * l, ye = this - le, W = function() {
|
|
399
399
|
return P.m(O, le);
|
|
400
400
|
};
|
|
401
401
|
switch (Y) {
|
|
402
402
|
case p:
|
|
403
|
-
|
|
403
|
+
D = W() / 12;
|
|
404
404
|
break;
|
|
405
405
|
case o:
|
|
406
|
-
|
|
406
|
+
D = W();
|
|
407
407
|
break;
|
|
408
408
|
case d:
|
|
409
|
-
|
|
409
|
+
D = W() / 3;
|
|
410
410
|
break;
|
|
411
411
|
case y:
|
|
412
|
-
|
|
412
|
+
D = (ye - de) / 6048e5;
|
|
413
413
|
break;
|
|
414
414
|
case v:
|
|
415
|
-
|
|
415
|
+
D = (ye - de) / 864e5;
|
|
416
416
|
break;
|
|
417
|
-
case
|
|
418
|
-
|
|
417
|
+
case M:
|
|
418
|
+
D = ye / n;
|
|
419
419
|
break;
|
|
420
420
|
case f:
|
|
421
|
-
|
|
421
|
+
D = ye / l;
|
|
422
422
|
break;
|
|
423
423
|
case t:
|
|
424
|
-
|
|
424
|
+
D = ye / e;
|
|
425
425
|
break;
|
|
426
426
|
default:
|
|
427
|
-
|
|
427
|
+
D = ye;
|
|
428
428
|
}
|
|
429
|
-
return T ?
|
|
429
|
+
return T ? D : P.a(D);
|
|
430
430
|
}, $.daysInMonth = function() {
|
|
431
431
|
return this.endOf(o).$D;
|
|
432
432
|
}, $.$locale = function() {
|
|
433
|
-
return
|
|
434
|
-
}, $.locale = function(b,
|
|
433
|
+
return ue[this.$L];
|
|
434
|
+
}, $.locale = function(b, h) {
|
|
435
435
|
if (!b) return this.$L;
|
|
436
|
-
var T = this.clone(),
|
|
437
|
-
return
|
|
436
|
+
var T = this.clone(), D = De(b, h, !0);
|
|
437
|
+
return D && (T.$L = D), T;
|
|
438
438
|
}, $.clone = function() {
|
|
439
439
|
return P.w(this.$d, this);
|
|
440
440
|
}, $.toDate = function() {
|
|
@@ -447,7 +447,7 @@ var ul = { exports: {} };
|
|
|
447
447
|
return this.$d.toUTCString();
|
|
448
448
|
}, w;
|
|
449
449
|
}(), We = Te.prototype;
|
|
450
|
-
return me.prototype = We, [["$ms", i], ["$s", t], ["$m", f], ["$H",
|
|
450
|
+
return me.prototype = We, [["$ms", i], ["$s", t], ["$m", f], ["$H", M], ["$W", v], ["$M", o], ["$y", p], ["$D", L]].forEach(function(w) {
|
|
451
451
|
We[w[1]] = function($) {
|
|
452
452
|
return this.$g($, w[0], w[1]);
|
|
453
453
|
};
|
|
@@ -455,7 +455,7 @@ var ul = { exports: {} };
|
|
|
455
455
|
return w.$i || (w($, Te, me), w.$i = !0), me;
|
|
456
456
|
}, me.locale = De, me.isDayjs = Se, me.unix = function(w) {
|
|
457
457
|
return me(1e3 * w);
|
|
458
|
-
}, me.en =
|
|
458
|
+
}, me.en = ue[ne], me.Ls = ue, me.p = {}, me;
|
|
459
459
|
});
|
|
460
460
|
})(ul);
|
|
461
461
|
var Rl = ul.exports;
|
|
@@ -475,9 +475,9 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
475
475
|
}),
|
|
476
476
|
emits: ["update:modelValue"],
|
|
477
477
|
setup(r) {
|
|
478
|
-
var $, b,
|
|
479
|
-
const u = r, e = ae(u.item || {}), l = lt(r, "modelValue"), n = ae(u.ctrlKey), i = ae(u.ctrlType), t = ae(u.model), f = ae([]),
|
|
480
|
-
!((
|
|
478
|
+
var $, b, h, T, D, O, Y, le, de, ye, W, Q, Ve, ke, Ie;
|
|
479
|
+
const u = r, e = ae(u.item || {}), l = lt(r, "modelValue"), n = ae(u.ctrlKey), i = ae(u.ctrlType), t = ae(u.model), f = ae([]), M = ae([]), v = ae(!1), y = ae(!1), o = ae(0), d = ae((b = ($ = t == null ? void 0 : t.value) == null ? void 0 : $.form) != null && b["default-placeholder"] ? (T = (h = t == null ? void 0 : t.value) == null ? void 0 : h[n == null ? void 0 : n.value]) == null ? void 0 : T.label : "");
|
|
480
|
+
!((D = i.value) != null && D.startsWith("text")) && !((O = i.value) != null && O.startsWith("link")) && !((Y = i.value) != null && Y.startsWith("tag")) && !((le = i.value) != null && le.startsWith("div")) && !((de = i.value) != null && de.startsWith("span")) && !((ye = i.value) != null && ye.startsWith("avatar")) && ((W = e.value) != null && W.style || (e.value.style = { width: ((Ve = (Q = e.value) == null ? void 0 : Q.style) == null ? void 0 : Ve.width) || "100%" }));
|
|
481
481
|
const p = ae({ display: "flex", flex: 1 }), L = u.t === "t" ? "center" : "flex-start", F = ((ke = e.value) == null ? void 0 : ke.style) || {};
|
|
482
482
|
p.value = { ...p.value, justifyContent: L, ...F };
|
|
483
483
|
const I = () => {
|
|
@@ -523,10 +523,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
523
523
|
filterable: !0,
|
|
524
524
|
remote: !!(e.value && e.value["remote-method"]),
|
|
525
525
|
...e.value
|
|
526
|
-
}),
|
|
526
|
+
}), ue = ae((V) => {
|
|
527
527
|
e.value["remote-method"](V, (S) => {
|
|
528
528
|
Ke(() => {
|
|
529
|
-
|
|
529
|
+
M.value = S;
|
|
530
530
|
});
|
|
531
531
|
});
|
|
532
532
|
}), pe = async (V = "options") => {
|
|
@@ -534,14 +534,14 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
534
534
|
try {
|
|
535
535
|
const H = await ((S = e.value) == null ? void 0 : S.getDicts(u.formInfo));
|
|
536
536
|
if (typeof H == "string")
|
|
537
|
-
|
|
537
|
+
M.value = [{ label: H, value: l.value }];
|
|
538
538
|
else {
|
|
539
539
|
const Ce = H == null ? void 0 : H.map((Ye, ze) => ({
|
|
540
540
|
...Ye,
|
|
541
541
|
value: Ye.value ?? Ye.label ?? ze,
|
|
542
542
|
label: Ye.label || "未知选项"
|
|
543
543
|
}));
|
|
544
|
-
|
|
544
|
+
M.value = Ce || [];
|
|
545
545
|
}
|
|
546
546
|
} catch (H) {
|
|
547
547
|
throw console.error("获取选项失败:", H), H;
|
|
@@ -593,21 +593,21 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
593
593
|
};
|
|
594
594
|
yt(async () => {
|
|
595
595
|
var H, Ce, Ye, ze, tt;
|
|
596
|
-
e.value && e.value["remote-method"] && (ne.value["remote-method"] =
|
|
596
|
+
e.value && e.value["remote-method"] && (ne.value["remote-method"] = ue), (Ce = (H = t.value[n.value]) == null ? void 0 : H.options) != null && Ce.length && (M.value = t.value[n.value].options);
|
|
597
597
|
const V = (Le, Qe = "options", Ge = t.value[n.value]) => {
|
|
598
598
|
typeof e.value.getDicts == "function" && pe(Qe).catch((Xe) => {
|
|
599
599
|
console.error(`Failed to load ${Qe} for ${Le}:`, Xe);
|
|
600
600
|
});
|
|
601
601
|
};
|
|
602
|
-
if (["radio", "radio-button", "checkbox-group", "checkbox-group-button", "select", "cascader"].includes(i.value) && V(i.value), i.value ===
|
|
602
|
+
if (["radio", "radio-button", "checkbox-group", "checkbox-group-button", "select", "cascader"].includes(i.value) && V(i.value), i.value === Me.TREESELECT && await (async () => {
|
|
603
603
|
try {
|
|
604
|
-
typeof e.value.getDicts == "function" ? f.value = await e.value.getDicts(u.formInfo) : f.value =
|
|
604
|
+
typeof e.value.getDicts == "function" ? f.value = await e.value.getDicts(u.formInfo) : f.value = M.value;
|
|
605
605
|
} catch (Qe) {
|
|
606
606
|
console.error("Failed to load data for tree-select:", Qe);
|
|
607
607
|
}
|
|
608
608
|
})(), u.t == "q") {
|
|
609
609
|
let Le = e.value.type || i.value;
|
|
610
|
-
(Le === void 0 || i.value === "input" || Le ==
|
|
610
|
+
(Le === void 0 || i.value === "input" || Le == Me.NUMBER || Le == Me.EMAIL || Le == "url" || Le == "text") && e.value.onKeyup == null && (e.value.onKeyup = (Qe) => {
|
|
611
611
|
var Ge, Xe;
|
|
612
612
|
(Qe.keyCode === 13 || Qe.key === "Enter") && ((Xe = (Ge = t.value) == null ? void 0 : Ge.table) == null || Xe.load());
|
|
613
613
|
}), [
|
|
@@ -639,76 +639,76 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
639
639
|
});
|
|
640
640
|
return (V, S) => {
|
|
641
641
|
var te, je, Je, rt, ee, ie, ve, it, dt, nt, ot, pt;
|
|
642
|
-
const H = R("el-image-viewer"), Ce = R("el-radio"), Ye = R("el-radio-group"), ze = R("el-radio-button"), tt = R("el-checkbox"), Le = R("el-checkbox-group"), Qe = R("el-checkbox-button"), Ge = R("g-select-option"), Xe = R("el-option"), gt = R("el-select"), bt = R("el-tree-select"), $t = R("el-time-picker"), wt = R("el-time-select"), kt = R("el-date-picker"), a = R("el-color-picker"), s = R("el-rate"), g = R("el-slider"), C = R("el-switch"), q = R("el-transfer"), j = R("el-cascader"), B = R("el-icon"), he = R("el-image"),
|
|
643
|
-
return
|
|
642
|
+
const H = R("el-image-viewer"), Ce = R("el-radio"), Ye = R("el-radio-group"), ze = R("el-radio-button"), tt = R("el-checkbox"), Le = R("el-checkbox-group"), Qe = R("el-checkbox-button"), Ge = R("g-select-option"), Xe = R("el-option"), gt = R("el-select"), bt = R("el-tree-select"), $t = R("el-time-picker"), wt = R("el-time-select"), kt = R("el-date-picker"), a = R("el-color-picker"), s = R("el-rate"), g = R("el-slider"), C = R("el-switch"), q = R("el-transfer"), j = R("el-cascader"), B = R("el-icon"), he = R("el-image"), we = R("el-tooltip"), Ee = R("el-upload"), Oe = R("el-autocomplete"), Re = R("el-input-number"), Ze = R("el-input-tag"), st = R("el-input"), _t = R("el-link"), Ct = R("el-text"), J = R("el-avatar"), fe = R("el-tag");
|
|
643
|
+
return m(), z(re, null, [
|
|
644
644
|
K("div", null, [
|
|
645
|
-
v.value ? (
|
|
645
|
+
v.value ? (m(), E(H, {
|
|
646
646
|
key: 0,
|
|
647
647
|
teleported: !0,
|
|
648
648
|
"initial-index": o.value,
|
|
649
649
|
"url-list": w.value,
|
|
650
650
|
onClose: S[0] || (S[0] = (c) => v.value = !1)
|
|
651
|
-
}, null, 8, ["initial-index", "url-list"])) :
|
|
651
|
+
}, null, 8, ["initial-index", "url-list"])) : be("", !0)
|
|
652
652
|
]),
|
|
653
653
|
K("div", jl, [
|
|
654
|
-
i.value == U(
|
|
654
|
+
i.value == U(Me).RADIO ? (m(), E(Ye, A({
|
|
655
655
|
key: 0,
|
|
656
656
|
modelValue: l.value,
|
|
657
657
|
"onUpdate:modelValue": S[1] || (S[1] = (c) => l.value = c),
|
|
658
658
|
disabled: t.value[n.value].disabled
|
|
659
659
|
}, e.value), {
|
|
660
660
|
default: _(() => [
|
|
661
|
-
|
|
662
|
-
(
|
|
661
|
+
x(V.$slots, `${u.t}-${n.value}`, { data: e.value }, () => [
|
|
662
|
+
(m(!0), z(re, null, N(M.value, (c) => (m(), E(Ce, A({ ref_for: !0 }, c), {
|
|
663
663
|
default: _(() => [
|
|
664
|
-
|
|
664
|
+
x(V.$slots, `${u.t}-${n.value}-options`, { option: c }, void 0, !0)
|
|
665
665
|
]),
|
|
666
666
|
_: 2
|
|
667
667
|
}, 1040))), 256))
|
|
668
668
|
], !0)
|
|
669
669
|
]),
|
|
670
670
|
_: 3
|
|
671
|
-
}, 16, ["modelValue", "disabled"])) : i.value == U(
|
|
671
|
+
}, 16, ["modelValue", "disabled"])) : i.value == U(Me).RADIOBUTTON ? (m(), E(Ye, A({
|
|
672
672
|
key: 1,
|
|
673
673
|
modelValue: l.value,
|
|
674
674
|
"onUpdate:modelValue": S[2] || (S[2] = (c) => l.value = c),
|
|
675
675
|
disabled: t.value[n.value].disabled
|
|
676
676
|
}, e.value), {
|
|
677
677
|
default: _(() => [
|
|
678
|
-
|
|
679
|
-
(
|
|
678
|
+
x(V.$slots, `${u.t}-${n.value}`, { data: e.value }, () => [
|
|
679
|
+
(m(!0), z(re, null, N(M.value, (c) => (m(), E(ze, A({ ref_for: !0 }, c), {
|
|
680
680
|
default: _(() => [
|
|
681
|
-
|
|
681
|
+
x(V.$slots, `${u.t}-${n.value}-options`, { option: c }, void 0, !0)
|
|
682
682
|
]),
|
|
683
683
|
_: 2
|
|
684
684
|
}, 1040))), 256))
|
|
685
685
|
], !0)
|
|
686
686
|
]),
|
|
687
687
|
_: 3
|
|
688
|
-
}, 16, ["modelValue", "disabled"])) : i.value == U(
|
|
688
|
+
}, 16, ["modelValue", "disabled"])) : i.value == U(Me).CHECKBOX ? (m(), E(tt, A({
|
|
689
689
|
key: 2,
|
|
690
690
|
modelValue: l.value,
|
|
691
691
|
"onUpdate:modelValue": S[3] || (S[3] = (c) => l.value = c),
|
|
692
692
|
disabled: t.value[n.value].disabled
|
|
693
693
|
}, e.value), {
|
|
694
694
|
default: _(() => [
|
|
695
|
-
|
|
696
|
-
S[30] || (S[30] = Ae(
|
|
695
|
+
x(V.$slots, `${u.t}-${n.value}`, { data: e.value }, () => [
|
|
696
|
+
S[30] || (S[30] = Ae(xe(" "), -1))
|
|
697
697
|
], !0)
|
|
698
698
|
]),
|
|
699
699
|
_: 3
|
|
700
|
-
}, 16, ["modelValue", "disabled"])) : i.value == U(
|
|
700
|
+
}, 16, ["modelValue", "disabled"])) : i.value == U(Me).CHECKBOXGROUP ? (m(), E(Le, A({
|
|
701
701
|
key: 3,
|
|
702
702
|
modelValue: l.value,
|
|
703
703
|
"onUpdate:modelValue": S[4] || (S[4] = (c) => l.value = c),
|
|
704
704
|
disabled: t.value[n.value].disabled
|
|
705
705
|
}, e.value), {
|
|
706
706
|
default: _(() => [
|
|
707
|
-
|
|
708
|
-
(
|
|
707
|
+
x(V.$slots, `${u.t}-${n.value}`, { data: e.value }, () => [
|
|
708
|
+
(m(!0), z(re, null, N(M.value, (c) => (m(), E(tt, A({ ref_for: !0 }, c), {
|
|
709
709
|
default: _(() => [
|
|
710
|
-
|
|
711
|
-
Ae(
|
|
710
|
+
x(V.$slots, `${u.t}-${n.value}-options`, { option: c }, () => [
|
|
711
|
+
Ae(xe(c.label), 1)
|
|
712
712
|
], !0)
|
|
713
713
|
]),
|
|
714
714
|
_: 2
|
|
@@ -716,24 +716,24 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
716
716
|
], !0)
|
|
717
717
|
]),
|
|
718
718
|
_: 3
|
|
719
|
-
}, 16, ["modelValue", "disabled"])) : i.value == U(
|
|
719
|
+
}, 16, ["modelValue", "disabled"])) : i.value == U(Me).CHECKBOXGROUPBUTTON ? (m(), E(Le, A({
|
|
720
720
|
key: 4,
|
|
721
721
|
modelValue: l.value,
|
|
722
722
|
"onUpdate:modelValue": S[5] || (S[5] = (c) => l.value = c),
|
|
723
723
|
disabled: t.value[n.value].disabled
|
|
724
724
|
}, U(Ne)(e.value, (c) => c != "type")), {
|
|
725
725
|
default: _(() => [
|
|
726
|
-
|
|
727
|
-
(
|
|
726
|
+
x(V.$slots, `${u.t}-${n.value}`, { data: e.value }, () => [
|
|
727
|
+
(m(!0), z(re, null, N(M.value, (c) => (m(), E(Qe, A({ ref_for: !0 }, c), {
|
|
728
728
|
default: _(() => [
|
|
729
|
-
|
|
729
|
+
x(V.$slots, `${u.t}-${n.value}-options`, { option: c }, void 0, !0)
|
|
730
730
|
]),
|
|
731
731
|
_: 2
|
|
732
732
|
}, 1040))), 256))
|
|
733
733
|
], !0)
|
|
734
734
|
]),
|
|
735
735
|
_: 3
|
|
736
|
-
}, 16, ["modelValue", "disabled"])) : i.value === U(
|
|
736
|
+
}, 16, ["modelValue", "disabled"])) : i.value === U(Me).SELECT ? (m(), E(gt, A({
|
|
737
737
|
key: 5,
|
|
738
738
|
modelValue: l.value,
|
|
739
739
|
"onUpdate:modelValue": S[6] || (S[6] = (c) => l.value = c),
|
|
@@ -747,14 +747,14 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
747
747
|
default: _(() => {
|
|
748
748
|
var c;
|
|
749
749
|
return [
|
|
750
|
-
((c =
|
|
750
|
+
((c = M.value) == null ? void 0 : c.length) > 0 ? x(V.$slots, `${u.t}-${n.value}`, {
|
|
751
751
|
key: 0,
|
|
752
|
-
options:
|
|
752
|
+
options: M.value
|
|
753
753
|
}, () => [
|
|
754
|
-
(
|
|
754
|
+
(m(!0), z(re, null, N(M.value, (oe) => (m(), z(re, {
|
|
755
755
|
key: oe.value
|
|
756
756
|
}, [
|
|
757
|
-
|
|
757
|
+
se(Xe, A({ ref_for: !0 }, U(Ne)(oe, (ce) => ce != "children"), {
|
|
758
758
|
onClick: (ce) => {
|
|
759
759
|
ne.value.change && ne.value.change(oe), Se();
|
|
760
760
|
}
|
|
@@ -762,35 +762,35 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
762
762
|
default: _(() => {
|
|
763
763
|
var ce;
|
|
764
764
|
return [
|
|
765
|
-
(ce = e.value) != null && ce.columns ?
|
|
765
|
+
(ce = e.value) != null && ce.columns ? x(V.$slots, `${u.t}-${n.value}-options`, {
|
|
766
766
|
key: 0,
|
|
767
767
|
option: oe
|
|
768
768
|
}, () => {
|
|
769
769
|
var Be;
|
|
770
770
|
return [
|
|
771
|
-
|
|
771
|
+
se(Ge, {
|
|
772
772
|
columns: (Be = e.value) == null ? void 0 : Be.columns,
|
|
773
773
|
data: oe,
|
|
774
774
|
t: u.t
|
|
775
775
|
}, ge({ _: 2 }, [
|
|
776
776
|
N(V.$slots, (ft, qt) => ({
|
|
777
777
|
name: qt,
|
|
778
|
-
fn: _((
|
|
779
|
-
|
|
778
|
+
fn: _((Mt) => [
|
|
779
|
+
x(V.$slots, qt, {
|
|
780
780
|
option: oe,
|
|
781
|
-
data:
|
|
781
|
+
data: Mt,
|
|
782
782
|
form: r.formInfo
|
|
783
783
|
}, void 0, !0)
|
|
784
784
|
])
|
|
785
785
|
}))
|
|
786
786
|
]), 1032, ["columns", "data", "t"])
|
|
787
787
|
];
|
|
788
|
-
}, !0) :
|
|
788
|
+
}, !0) : be("", !0)
|
|
789
789
|
];
|
|
790
790
|
}),
|
|
791
791
|
_: 2
|
|
792
792
|
}, 1040, ["onClick"]),
|
|
793
|
-
oe.children && oe.children.length ? (
|
|
793
|
+
oe.children && oe.children.length ? (m(!0), z(re, { key: 0 }, N(oe.children, (ce) => (m(), E(Xe, A({
|
|
794
794
|
style: { "margin-left": "20px" },
|
|
795
795
|
key: ce.value
|
|
796
796
|
}, { ref_for: !0 }, U(Ne)(ce, (Be) => Be != "children"), {
|
|
@@ -801,21 +801,21 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
801
801
|
default: _(() => {
|
|
802
802
|
var Be;
|
|
803
803
|
return [
|
|
804
|
-
(Be = e.value) != null && Be.columns ?
|
|
804
|
+
(Be = e.value) != null && Be.columns ? x(V.$slots, `${u.t}-${n.value}-options`, {
|
|
805
805
|
key: 0,
|
|
806
806
|
option: ce
|
|
807
807
|
}, () => {
|
|
808
808
|
var ft;
|
|
809
809
|
return [
|
|
810
|
-
|
|
810
|
+
se(Ge, {
|
|
811
811
|
columns: (ft = e.value) == null ? void 0 : ft.columns,
|
|
812
812
|
data: ce,
|
|
813
813
|
t: u.t
|
|
814
814
|
}, ge({ _: 2 }, [
|
|
815
|
-
N(V.$slots, (qt,
|
|
816
|
-
name:
|
|
815
|
+
N(V.$slots, (qt, Mt) => ({
|
|
816
|
+
name: Mt,
|
|
817
817
|
fn: _((ml) => [
|
|
818
|
-
|
|
818
|
+
x(V.$slots, Mt, {
|
|
819
819
|
option: ce,
|
|
820
820
|
data: ml,
|
|
821
821
|
form: r.formInfo
|
|
@@ -824,13 +824,13 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
824
824
|
}))
|
|
825
825
|
]), 1032, ["columns", "data", "t"])
|
|
826
826
|
];
|
|
827
|
-
}, !0) :
|
|
827
|
+
}, !0) : be("", !0)
|
|
828
828
|
];
|
|
829
829
|
}),
|
|
830
830
|
_: 2
|
|
831
|
-
}, 1040, ["onClick"]))), 128)) :
|
|
831
|
+
}, 1040, ["onClick"]))), 128)) : be("", !0)
|
|
832
832
|
], 64))), 128))
|
|
833
|
-
], !0) :
|
|
833
|
+
], !0) : be("", !0)
|
|
834
834
|
];
|
|
835
835
|
}),
|
|
836
836
|
_: 2
|
|
@@ -840,7 +840,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
840
840
|
fn: _(() => {
|
|
841
841
|
var c;
|
|
842
842
|
return [
|
|
843
|
-
|
|
843
|
+
se(Ge, {
|
|
844
844
|
columns: (c = e.value) == null ? void 0 : c.columns,
|
|
845
845
|
title: !0,
|
|
846
846
|
t: u.t
|
|
@@ -848,7 +848,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
848
848
|
N(V.$slots, (oe, ce) => ({
|
|
849
849
|
name: ce,
|
|
850
850
|
fn: _((Be) => [
|
|
851
|
-
|
|
851
|
+
x(V.$slots, ce, { data: Be }, void 0, !0)
|
|
852
852
|
])
|
|
853
853
|
}))
|
|
854
854
|
]), 1032, ["columns", "t"])
|
|
@@ -859,10 +859,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
859
859
|
N(I(), (c) => ({
|
|
860
860
|
name: c,
|
|
861
861
|
fn: _((oe) => [
|
|
862
|
-
|
|
862
|
+
x(V.$slots, `${u.t}-${n.value}-${c}`, { form: r.formInfo }, void 0, !0)
|
|
863
863
|
])
|
|
864
864
|
}))
|
|
865
|
-
]), 1040, ["modelValue", "placeholder", "disabled"])) : i.value == U(
|
|
865
|
+
]), 1040, ["modelValue", "placeholder", "disabled"])) : i.value == U(Me).TREESELECT ? (m(), E(bt, A({
|
|
866
866
|
key: 6,
|
|
867
867
|
modelValue: l.value,
|
|
868
868
|
"onUpdate:modelValue": S[8] || (S[8] = (c) => l.value = c),
|
|
@@ -872,17 +872,17 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
872
872
|
N(I(), (c) => ({
|
|
873
873
|
name: c,
|
|
874
874
|
fn: _((oe) => [
|
|
875
|
-
|
|
875
|
+
x(V.$slots, `${u.t}-${n.value}-${c}`, { data: oe }, void 0, !0)
|
|
876
876
|
])
|
|
877
877
|
}))
|
|
878
|
-
]), 1040, ["modelValue", "placeholder", "disabled", "data"])) : i.value == U(
|
|
878
|
+
]), 1040, ["modelValue", "placeholder", "disabled", "data"])) : i.value == U(Me).TIME ? (m(), E($t, A({
|
|
879
879
|
key: 7,
|
|
880
880
|
modelValue: l.value,
|
|
881
881
|
"onUpdate:modelValue": S[9] || (S[9] = (c) => l.value = c),
|
|
882
882
|
"arrow-control": "",
|
|
883
883
|
format: "HH:mm:ss",
|
|
884
884
|
disabled: t.value[n.value].disabled
|
|
885
|
-
}, e.value, { placeholder: d.value }), null, 16, ["modelValue", "disabled", "placeholder"])) : i.value == U(
|
|
885
|
+
}, e.value, { placeholder: d.value }), null, 16, ["modelValue", "disabled", "placeholder"])) : i.value == U(Me).TIMESELECT ? (m(), E(wt, A({
|
|
886
886
|
key: 8,
|
|
887
887
|
modelValue: l.value,
|
|
888
888
|
"onUpdate:modelValue": S[10] || (S[10] = (c) => l.value = c),
|
|
@@ -892,12 +892,12 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
892
892
|
end: "23:30",
|
|
893
893
|
placeholder: d.value,
|
|
894
894
|
disabled: t.value[n.value].disabled
|
|
895
|
-
}, e.value), null, 16, ["modelValue", "placeholder", "disabled"])) : Z(i.value) ? (
|
|
895
|
+
}, e.value), null, 16, ["modelValue", "placeholder", "disabled"])) : Z(i.value) ? (m(), E(kt, A({
|
|
896
896
|
key: 9,
|
|
897
897
|
modelValue: l.value,
|
|
898
898
|
"onUpdate:modelValue": S[11] || (S[11] = (c) => l.value = c),
|
|
899
899
|
type: i.value,
|
|
900
|
-
format: i.value === U(
|
|
900
|
+
format: i.value === U(Me).DATE ? "YYYY-MM-DD" : i.value === U(Me).DATETIME ? "YYYY-MM-DD HH:mm:ss" : "",
|
|
901
901
|
placeholder: d.value,
|
|
902
902
|
"value-format": X(i.value),
|
|
903
903
|
disabled: t.value[n.value].disabled
|
|
@@ -905,24 +905,24 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
905
905
|
N(I(), (c) => ({
|
|
906
906
|
name: c,
|
|
907
907
|
fn: _((oe) => [
|
|
908
|
-
|
|
908
|
+
x(V.$slots, `${u.t}-${n.value}-${c}`, { data: oe }, void 0, !0)
|
|
909
909
|
])
|
|
910
910
|
}))
|
|
911
|
-
]), 1040, ["modelValue", "type", "format", "placeholder", "value-format", "disabled"])) : i.value == U(
|
|
911
|
+
]), 1040, ["modelValue", "type", "format", "placeholder", "value-format", "disabled"])) : i.value == U(Me).COLOR ? (m(), E(a, A({
|
|
912
912
|
key: 10,
|
|
913
913
|
modelValue: l.value,
|
|
914
914
|
"onUpdate:modelValue": S[12] || (S[12] = (c) => l.value = c)
|
|
915
|
-
}, e.value), null, 16, ["modelValue"])) : i.value == U(
|
|
915
|
+
}, e.value), null, 16, ["modelValue"])) : i.value == U(Me).RATE ? (m(), E(s, A({
|
|
916
916
|
key: 11,
|
|
917
917
|
modelValue: l.value,
|
|
918
918
|
"onUpdate:modelValue": S[13] || (S[13] = (c) => l.value = c),
|
|
919
919
|
disabled: t.value[n.value].disabled
|
|
920
|
-
}, e.value), null, 16, ["modelValue", "disabled"])) : i.value == U(
|
|
920
|
+
}, e.value), null, 16, ["modelValue", "disabled"])) : i.value == U(Me).SLIDER ? (m(), E(g, A({
|
|
921
921
|
key: 12,
|
|
922
922
|
modelValue: l.value,
|
|
923
923
|
"onUpdate:modelValue": S[14] || (S[14] = (c) => l.value = c),
|
|
924
924
|
disabled: t.value[n.value].disabled
|
|
925
|
-
}, e.value), null, 16, ["modelValue", "disabled"])) : i.value == U(
|
|
925
|
+
}, e.value), null, 16, ["modelValue", "disabled"])) : i.value == U(Me).SWITCH ? (m(), E(C, A({
|
|
926
926
|
key: 13,
|
|
927
927
|
modelValue: l.value,
|
|
928
928
|
"onUpdate:modelValue": S[15] || (S[15] = (c) => l.value = c),
|
|
@@ -932,10 +932,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
932
932
|
N(I(), (c) => ({
|
|
933
933
|
name: c,
|
|
934
934
|
fn: _((oe) => [
|
|
935
|
-
|
|
935
|
+
x(V.$slots, `${u.t}-${n.value}-${c}`, { data: oe }, void 0, !0)
|
|
936
936
|
])
|
|
937
937
|
}))
|
|
938
|
-
]), 1040, ["modelValue", "disabled"])) : i.value == U(
|
|
938
|
+
]), 1040, ["modelValue", "disabled"])) : i.value == U(Me).TRANSFER ? (m(), E(q, A({
|
|
939
939
|
key: 14,
|
|
940
940
|
modelValue: l.value,
|
|
941
941
|
"onUpdate:modelValue": S[16] || (S[16] = (c) => l.value = c)
|
|
@@ -943,21 +943,21 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
943
943
|
N(I(), (c) => ({
|
|
944
944
|
name: c,
|
|
945
945
|
fn: _((oe) => [
|
|
946
|
-
|
|
946
|
+
x(V.$slots, `${u.t}-${n.value}-${c}`, { data: oe }, void 0, !0)
|
|
947
947
|
])
|
|
948
948
|
}))
|
|
949
|
-
]), 1040, ["modelValue"])) : i.value == U(
|
|
949
|
+
]), 1040, ["modelValue"])) : i.value == U(Me).CASCADER ? (m(), E(j, A({
|
|
950
950
|
key: 15,
|
|
951
951
|
modelValue: l.value,
|
|
952
952
|
"onUpdate:modelValue": S[17] || (S[17] = (c) => l.value = c)
|
|
953
|
-
}, e.value, { options:
|
|
953
|
+
}, e.value, { options: M.value }), ge({ _: 2 }, [
|
|
954
954
|
N(I(), (c) => ({
|
|
955
955
|
name: c,
|
|
956
956
|
fn: _((oe) => [
|
|
957
|
-
|
|
957
|
+
x(V.$slots, `${u.t}-${n.value}-${c}`, { data: oe }, void 0, !0)
|
|
958
958
|
])
|
|
959
959
|
}))
|
|
960
|
-
]), 1040, ["modelValue", "options"])) : i.value == U(
|
|
960
|
+
]), 1040, ["modelValue", "options"])) : i.value == U(Me).IMAGE ? (m(), E(Ee, A({
|
|
961
961
|
key: 16,
|
|
962
962
|
"file-list": e.value["file-list"],
|
|
963
963
|
"onUpdate:fileList": S[21] || (S[21] = (c) => e.value["file-list"] = c),
|
|
@@ -971,25 +971,25 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
971
971
|
default: _(() => {
|
|
972
972
|
var c, oe;
|
|
973
973
|
return [
|
|
974
|
-
!l.value || ((c = e.value) == null ? void 0 : c.multiple) === !0 ? (
|
|
974
|
+
!l.value || ((c = e.value) == null ? void 0 : c.multiple) === !0 ? (m(), E(B, { key: 0 }, {
|
|
975
975
|
default: _(() => [
|
|
976
|
-
|
|
976
|
+
se(U(xl))
|
|
977
977
|
]),
|
|
978
978
|
_: 1
|
|
979
|
-
})) : (
|
|
979
|
+
})) : (m(), z("div", {
|
|
980
980
|
key: 1,
|
|
981
981
|
onClick: S[20] || (S[20] = (ce) => ce.stopPropagation()),
|
|
982
982
|
style: { display: "flex", width: "var(--up-width)", height: "var(--up-height)", position: "relative", "align-items": "center", "justify-content": "center", "box-sizing": "border-box" }
|
|
983
983
|
}, [
|
|
984
984
|
K("div", Bl, [
|
|
985
|
-
|
|
985
|
+
se(he, A({
|
|
986
986
|
style: { width: "var(--up-width)", height: "var(--up-height)" },
|
|
987
987
|
src: l.value
|
|
988
988
|
}, { fit: "cover", lazy: !0, ...(oe = e.value) == null ? void 0 : oe.img }), ge({ _: 2 }, [
|
|
989
989
|
N(I(), (ce, Be) => ({
|
|
990
990
|
name: ce,
|
|
991
991
|
fn: _((ft) => [
|
|
992
|
-
|
|
992
|
+
x(V.$slots, `${u.t}-${n.value}-${ce}`, { data: ft }, void 0, !0)
|
|
993
993
|
])
|
|
994
994
|
}))
|
|
995
995
|
]), 1040, ["src"])
|
|
@@ -1000,34 +1000,34 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1000
1000
|
onMouseleave: S[19] || (S[19] = (ce) => y.value = !1),
|
|
1001
1001
|
class: "up-view"
|
|
1002
1002
|
}, [
|
|
1003
|
-
y.value ? (
|
|
1003
|
+
y.value ? (m(), E(we, {
|
|
1004
1004
|
key: 0,
|
|
1005
1005
|
content: "查看大图",
|
|
1006
1006
|
placement: "top"
|
|
1007
1007
|
}, {
|
|
1008
1008
|
default: _(() => [
|
|
1009
|
-
|
|
1009
|
+
se(U(Sl), {
|
|
1010
1010
|
style: { width: "1.5em", height: "1.5em", "margin-right": "12px" },
|
|
1011
1011
|
color: "white",
|
|
1012
1012
|
onClick: P
|
|
1013
1013
|
})
|
|
1014
1014
|
]),
|
|
1015
1015
|
_: 1
|
|
1016
|
-
})) :
|
|
1017
|
-
k.value.showDel && y.value ? (
|
|
1016
|
+
})) : be("", !0),
|
|
1017
|
+
k.value.showDel && y.value ? (m(), E(we, {
|
|
1018
1018
|
key: 1,
|
|
1019
1019
|
content: "删除",
|
|
1020
1020
|
placement: "top"
|
|
1021
1021
|
}, {
|
|
1022
1022
|
default: _(() => [
|
|
1023
|
-
|
|
1023
|
+
se(U(Kt), {
|
|
1024
1024
|
style: { width: "1.5em", height: "1.5em" },
|
|
1025
1025
|
color: "white",
|
|
1026
1026
|
onClick: De
|
|
1027
1027
|
})
|
|
1028
1028
|
]),
|
|
1029
1029
|
_: 1
|
|
1030
|
-
})) :
|
|
1030
|
+
})) : be("", !0)
|
|
1031
1031
|
], 32)
|
|
1032
1032
|
]))
|
|
1033
1033
|
];
|
|
@@ -1037,10 +1037,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1037
1037
|
N(I(), (c, oe) => ({
|
|
1038
1038
|
name: c,
|
|
1039
1039
|
fn: _((ce) => [
|
|
1040
|
-
|
|
1040
|
+
x(V.$slots, `${u.t}-${n.value}-${c}`, { data: ce }, void 0, !0)
|
|
1041
1041
|
])
|
|
1042
1042
|
}))
|
|
1043
|
-
]), 1040, ["file-list"])) : i.value == U(
|
|
1043
|
+
]), 1040, ["file-list"])) : i.value == U(Me).AUTOCOMPLETE ? (m(), E(Oe, A({
|
|
1044
1044
|
key: 17,
|
|
1045
1045
|
modelValue: l.value,
|
|
1046
1046
|
"onUpdate:modelValue": S[22] || (S[22] = (c) => l.value = c)
|
|
@@ -1048,10 +1048,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1048
1048
|
N(I(), (c, oe) => ({
|
|
1049
1049
|
name: c,
|
|
1050
1050
|
fn: _((ce) => [
|
|
1051
|
-
|
|
1051
|
+
x(V.$slots, `${u.t}-${n.value}-${c}`, { data: ce }, void 0, !0)
|
|
1052
1052
|
])
|
|
1053
1053
|
}))
|
|
1054
|
-
]), 1040, ["modelValue", "placeholder"])) : i.value == U(
|
|
1054
|
+
]), 1040, ["modelValue", "placeholder"])) : i.value == U(Me).INPUTNUMBER ? (m(), E(Re, A({
|
|
1055
1055
|
key: 18,
|
|
1056
1056
|
modelValue: l.value,
|
|
1057
1057
|
"onUpdate:modelValue": S[23] || (S[23] = (c) => l.value = c),
|
|
@@ -1061,13 +1061,13 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1061
1061
|
N(I(), (c, oe) => ({
|
|
1062
1062
|
name: c,
|
|
1063
1063
|
fn: _((ce) => [
|
|
1064
|
-
|
|
1064
|
+
x(V.$slots, `${u.t}-${n.value}-${c}`, {
|
|
1065
1065
|
data: ce,
|
|
1066
1066
|
form: r.formInfo
|
|
1067
1067
|
}, void 0, !0)
|
|
1068
1068
|
])
|
|
1069
1069
|
}))
|
|
1070
|
-
]), 1040, ["modelValue", "placeholder", "disabled"])) : i.value == "input-tag" ? (
|
|
1070
|
+
]), 1040, ["modelValue", "placeholder", "disabled"])) : i.value == "input-tag" ? (m(), E(Ze, A({
|
|
1071
1071
|
key: 19,
|
|
1072
1072
|
modelValue: l.value,
|
|
1073
1073
|
"onUpdate:modelValue": S[24] || (S[24] = (c) => l.value = c),
|
|
@@ -1102,17 +1102,17 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1102
1102
|
N(I(), (c, oe) => ({
|
|
1103
1103
|
name: c,
|
|
1104
1104
|
fn: _((ce) => [
|
|
1105
|
-
|
|
1105
|
+
x(V.$slots, `${u.t}-${n.value}-${c}`, {
|
|
1106
1106
|
data: ce,
|
|
1107
1107
|
form: r.formInfo
|
|
1108
1108
|
}, void 0, !0)
|
|
1109
1109
|
])
|
|
1110
1110
|
}))
|
|
1111
|
-
]), 1040, ["modelValue", "placeholder", "disabled"])) : i.value == U(
|
|
1111
|
+
]), 1040, ["modelValue", "placeholder", "disabled"])) : i.value == U(Me).MONEY ? (m(), z("div", {
|
|
1112
1112
|
key: 20,
|
|
1113
1113
|
style: Ue([{ position: "relative" }, p.value])
|
|
1114
1114
|
}, [
|
|
1115
|
-
|
|
1115
|
+
se(st, A({
|
|
1116
1116
|
modelValue: l.value,
|
|
1117
1117
|
"onUpdate:modelValue": S[25] || (S[25] = (c) => l.value = c),
|
|
1118
1118
|
placeholder: d.value,
|
|
@@ -1124,55 +1124,55 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1124
1124
|
K("div", {
|
|
1125
1125
|
title: U(Ht)(l.value),
|
|
1126
1126
|
style: { "font-size": "10px", display: "block", width: "80px", "text-align": "right", overflow: "hidden", "text-overflow": "ellipsis" }
|
|
1127
|
-
},
|
|
1127
|
+
}, xe(U(Ht)(l.value)), 9, Wl)
|
|
1128
1128
|
]),
|
|
1129
1129
|
_: 2
|
|
1130
1130
|
}, [
|
|
1131
1131
|
N(I(), (c, oe) => ({
|
|
1132
1132
|
name: c,
|
|
1133
1133
|
fn: _((ce) => [
|
|
1134
|
-
|
|
1134
|
+
x(V.$slots, `${u.t}-${n.value}-${c}`, { data: ce }, void 0, !0)
|
|
1135
1135
|
])
|
|
1136
1136
|
}))
|
|
1137
1137
|
]), 1040, ["modelValue", "placeholder", "maxlength"])
|
|
1138
|
-
], 4)) : (ee = i.value) != null && ee.startsWith("link") ? (
|
|
1138
|
+
], 4)) : (ee = i.value) != null && ee.startsWith("link") ? (m(), z("div", {
|
|
1139
1139
|
key: 21,
|
|
1140
1140
|
style: Ue(p.value)
|
|
1141
1141
|
}, [
|
|
1142
|
-
|
|
1142
|
+
se(_t, A(e.value, {
|
|
1143
1143
|
type: i.value.replace("link-", ""),
|
|
1144
1144
|
innerHTML: G.value || l.value
|
|
1145
1145
|
}), null, 16, ["type", "innerHTML"])
|
|
1146
|
-
], 4)) : i.value != "textarea" && ((ie = i.value) != null && ie.startsWith("text")) ? (
|
|
1146
|
+
], 4)) : i.value != "textarea" && ((ie = i.value) != null && ie.startsWith("text")) ? (m(), z("div", {
|
|
1147
1147
|
key: 22,
|
|
1148
1148
|
style: Ue(p.value)
|
|
1149
1149
|
}, [
|
|
1150
|
-
|
|
1150
|
+
se(Ct, A(e.value, {
|
|
1151
1151
|
type: i.value.replace("text-", ""),
|
|
1152
1152
|
innerHTML: G.value || l.value
|
|
1153
1153
|
}), null, 16, ["type", "innerHTML"])
|
|
1154
|
-
], 4)) : i.value == "avatar" ? (
|
|
1154
|
+
], 4)) : i.value == "avatar" ? (m(), z("div", {
|
|
1155
1155
|
key: 23,
|
|
1156
1156
|
style: Ue(p.value)
|
|
1157
1157
|
}, [
|
|
1158
|
-
G.value ? (
|
|
1158
|
+
G.value ? (m(), E(J, Vt(A({ key: 0 }, e.value)), {
|
|
1159
1159
|
default: _(() => [
|
|
1160
1160
|
K("div", { innerHTML: G.value }, null, 8, Gl)
|
|
1161
1161
|
]),
|
|
1162
1162
|
_: 1
|
|
1163
|
-
}, 16)) : (
|
|
1164
|
-
], 4)) : (ve = i.value) != null && ve.startsWith("tag") ? (
|
|
1163
|
+
}, 16)) : (m(), E(J, Vt(A({ key: 1 }, e.value)), null, 16))
|
|
1164
|
+
], 4)) : (ve = i.value) != null && ve.startsWith("tag") ? (m(), z("div", {
|
|
1165
1165
|
key: 24,
|
|
1166
1166
|
style: Ue(p.value)
|
|
1167
1167
|
}, [
|
|
1168
|
-
Array.isArray(G.value) && G.value.length > 0 ? (
|
|
1169
|
-
typeof c == "object" ? (
|
|
1168
|
+
Array.isArray(G.value) && G.value.length > 0 ? (m(!0), z(re, { key: 0 }, N(G.value, (c, oe) => (m(), z(re, { key: oe }, [
|
|
1169
|
+
typeof c == "object" ? (m(), E(fe, A({
|
|
1170
1170
|
key: 0,
|
|
1171
1171
|
"disable-transitions": ""
|
|
1172
1172
|
}, { ref_for: !0 }, c, {
|
|
1173
1173
|
innerHTML: c == null ? void 0 : c.value,
|
|
1174
1174
|
style: { "margin-right": "3px" }
|
|
1175
|
-
}), null, 16, ["innerHTML"])) : (
|
|
1175
|
+
}), null, 16, ["innerHTML"])) : (m(), E(fe, A({
|
|
1176
1176
|
key: 1,
|
|
1177
1177
|
"disable-transitions": ""
|
|
1178
1178
|
}, { ref_for: !0 }, e.value, {
|
|
@@ -1180,25 +1180,25 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1180
1180
|
innerHTML: c,
|
|
1181
1181
|
style: { "margin-right": "3px" }
|
|
1182
1182
|
}), null, 16, ["type", "innerHTML"]))
|
|
1183
|
-
], 64))), 128)) : (
|
|
1183
|
+
], 64))), 128)) : (m(), E(fe, A({
|
|
1184
1184
|
key: 1,
|
|
1185
1185
|
"disable-transitions": ""
|
|
1186
1186
|
}, e.value, {
|
|
1187
1187
|
type: i.value.replace("tag-", ""),
|
|
1188
1188
|
innerHTML: G.value || l.value
|
|
1189
1189
|
}), null, 16, ["type", "innerHTML"]))
|
|
1190
|
-
], 4)) : i.value == "div" ? (
|
|
1190
|
+
], 4)) : i.value == "div" ? (m(), z("div", A({ key: 25 }, e.value, {
|
|
1191
1191
|
innerHTML: G.value || l.value,
|
|
1192
1192
|
style: p.value
|
|
1193
|
-
}), null, 16, Xl)) : i.value == "span" ? (
|
|
1193
|
+
}), null, 16, Xl)) : i.value == "span" ? (m(), z("span", A({ key: 26 }, e.value, {
|
|
1194
1194
|
innerHTML: G.value || l.value,
|
|
1195
1195
|
style: p.value
|
|
1196
|
-
}), null, 16, Ql)) : i.value == "custom" ? (
|
|
1196
|
+
}), null, 16, Ql)) : i.value == "custom" ? (m(), z("div", {
|
|
1197
1197
|
key: 27,
|
|
1198
1198
|
style: Ue(p.value)
|
|
1199
1199
|
}, [
|
|
1200
|
-
(
|
|
1201
|
-
], 4)) : (
|
|
1200
|
+
(m(), E(Pe(e.value.component), Vt(Gt(U(Ne)(e.value, (c) => c != "component"))), null, 16))
|
|
1201
|
+
], 4)) : (m(), E(st, A({
|
|
1202
1202
|
key: 28,
|
|
1203
1203
|
modelValue: l.value,
|
|
1204
1204
|
"onUpdate:modelValue": S[27] || (S[27] = (c) => l.value = c),
|
|
@@ -1207,7 +1207,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1207
1207
|
clearable: !0,
|
|
1208
1208
|
onInput: S[28] || (S[28] = (c) => {
|
|
1209
1209
|
var oe;
|
|
1210
|
-
return i.value == U(
|
|
1210
|
+
return i.value == U(Me).NUMBER ? We(c, ((oe = e.value) == null ? void 0 : oe.precision) || 2) : c;
|
|
1211
1211
|
}),
|
|
1212
1212
|
onClear: S[29] || (S[29] = () => {
|
|
1213
1213
|
u.t == "q" && t.value.table.load();
|
|
@@ -1265,7 +1265,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1265
1265
|
N(I(), (c, oe) => ({
|
|
1266
1266
|
name: c,
|
|
1267
1267
|
fn: _((ce) => [
|
|
1268
|
-
|
|
1268
|
+
x(V.$slots, `${u.t}-${n.value}-${c}`, {
|
|
1269
1269
|
data: ce,
|
|
1270
1270
|
form: r.formInfo
|
|
1271
1271
|
}, void 0, !0)
|
|
@@ -1286,10 +1286,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1286
1286
|
}),
|
|
1287
1287
|
emits: ["update:modelValue", "update:info"],
|
|
1288
1288
|
setup(r) {
|
|
1289
|
-
const u = lt(r, "modelValue"), e = r, l = lt(r, "info"), n = (
|
|
1289
|
+
const u = lt(r, "modelValue"), e = r, l = lt(r, "info"), n = (M) => {
|
|
1290
1290
|
let v = Object.entries(u.value).filter((o) => {
|
|
1291
1291
|
var d;
|
|
1292
|
-
return typeof o[1].search == "function" ? o[1].search && ((d = o[1].search(l.value, u.value.table)) == null ? void 0 : d.more) ===
|
|
1292
|
+
return typeof o[1].search == "function" ? o[1].search && ((d = o[1].search(l.value, u.value.table)) == null ? void 0 : d.more) === M : o[1].search && o[1].search.more === M;
|
|
1293
1293
|
}).map((o) => [o[0], o[1]]);
|
|
1294
1294
|
v.sort((o, d) => {
|
|
1295
1295
|
const p = (G) => {
|
|
@@ -1308,35 +1308,35 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1308
1308
|
});
|
|
1309
1309
|
let y = Object.fromEntries(v);
|
|
1310
1310
|
return Fe(() => y).value;
|
|
1311
|
-
}, i = (
|
|
1312
|
-
const v = i(
|
|
1313
|
-
return (v == null ? void 0 : v.type) ||
|
|
1314
|
-
}, f = (
|
|
1311
|
+
}, i = (M) => typeof M.search == "function" ? M.search(l.value, u.value.table) : M.search || {}, t = (M) => {
|
|
1312
|
+
const v = i(M);
|
|
1313
|
+
return (v == null ? void 0 : v.type) || M.type;
|
|
1314
|
+
}, f = (M) => {
|
|
1315
1315
|
var o;
|
|
1316
|
-
const v = i(
|
|
1316
|
+
const v = i(M);
|
|
1317
1317
|
let y = (v == null ? void 0 : v.width) || ((o = u.value.queryItems) == null ? void 0 : o.width) || "100%";
|
|
1318
1318
|
return isNaN(y) || (y += "px"), y;
|
|
1319
1319
|
};
|
|
1320
|
-
return (
|
|
1320
|
+
return (M, v) => {
|
|
1321
1321
|
const y = R("el-form-item");
|
|
1322
|
-
return
|
|
1322
|
+
return m(!0), z(re, null, N(n(e.more), (o, d) => x(M.$slots, `q-${d}`, {
|
|
1323
1323
|
key: d,
|
|
1324
1324
|
item: o,
|
|
1325
1325
|
queryModel: l.value,
|
|
1326
1326
|
model: u.value
|
|
1327
1327
|
}, () => [
|
|
1328
|
-
|
|
1328
|
+
se(y, A({
|
|
1329
1329
|
label: o.label,
|
|
1330
1330
|
style: { width: f(o) }
|
|
1331
1331
|
}, { ref_for: !0 }, { ...u.value.queryItems, ...i(o) }), {
|
|
1332
1332
|
label: _(() => [
|
|
1333
|
-
M
|
|
1333
|
+
x(M.$slots, `q-${d}-label`, {
|
|
1334
1334
|
item: o,
|
|
1335
1335
|
model: u.value
|
|
1336
1336
|
})
|
|
1337
1337
|
]),
|
|
1338
1338
|
default: _(() => [
|
|
1339
|
-
|
|
1339
|
+
se(ht, {
|
|
1340
1340
|
modelValue: l.value[d],
|
|
1341
1341
|
"onUpdate:modelValue": (p) => l.value[d] = p,
|
|
1342
1342
|
item: { getDicts: o == null ? void 0 : o.getDicts, ...o == null ? void 0 : o.editor, ...i(o) },
|
|
@@ -1346,10 +1346,10 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1346
1346
|
t: "q",
|
|
1347
1347
|
formInfo: l.value
|
|
1348
1348
|
}, ge({ _: 2 }, [
|
|
1349
|
-
N(Object.keys(
|
|
1349
|
+
N(Object.keys(M.$slots), (p) => ({
|
|
1350
1350
|
name: p,
|
|
1351
1351
|
fn: _((L) => [
|
|
1352
|
-
M
|
|
1352
|
+
x(M.$slots, p, {
|
|
1353
1353
|
data: L,
|
|
1354
1354
|
item: o,
|
|
1355
1355
|
model: u.value
|
|
@@ -1382,7 +1382,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1382
1382
|
return {
|
|
1383
1383
|
justifyContent: { left: "flex-start", right: "flex-end", center: "center" }[I.align] || "flex-start"
|
|
1384
1384
|
};
|
|
1385
|
-
}),
|
|
1385
|
+
}), M = {
|
|
1386
1386
|
hidden: !1,
|
|
1387
1387
|
type: "hidden",
|
|
1388
1388
|
labelWidth: 100,
|
|
@@ -1434,7 +1434,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1434
1434
|
}
|
|
1435
1435
|
}
|
|
1436
1436
|
};
|
|
1437
|
-
e.value.query = qe(
|
|
1437
|
+
e.value.query = qe(M, n == null ? void 0 : n.query, e.value.query);
|
|
1438
1438
|
const v = {
|
|
1439
1439
|
2: {
|
|
1440
1440
|
title: "更多查询",
|
|
@@ -1481,7 +1481,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1481
1481
|
more: k
|
|
1482
1482
|
}, G);
|
|
1483
1483
|
}, d = Xt(), p = () => {
|
|
1484
|
-
var G, Z, X, ne,
|
|
1484
|
+
var G, Z, X, ne, ue, pe, Se, De, me;
|
|
1485
1485
|
const I = [
|
|
1486
1486
|
{
|
|
1487
1487
|
key: "query",
|
|
@@ -1496,7 +1496,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1496
1496
|
},
|
|
1497
1497
|
{
|
|
1498
1498
|
key: "reset",
|
|
1499
|
-
hidden: (pe = (
|
|
1499
|
+
hidden: (pe = (ue = (ne = e.value) == null ? void 0 : ne.query) == null ? void 0 : ue.reset) == null ? void 0 : pe.hidden,
|
|
1500
1500
|
component: He,
|
|
1501
1501
|
props: {
|
|
1502
1502
|
...e.value.query.reset,
|
|
@@ -1515,7 +1515,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1515
1515
|
},
|
|
1516
1516
|
label: e.value.query.more.label,
|
|
1517
1517
|
sort: e.value.query.more.sort || 0,
|
|
1518
|
-
content: e.value.query.more.mode === 3 ? () => _e(
|
|
1518
|
+
content: e.value.query.more.mode === 3 ? () => _e(xt, {
|
|
1519
1519
|
class: "query-form",
|
|
1520
1520
|
...Ne(e.value.query, (P) => !["query", "more", "reset"].includes(P))
|
|
1521
1521
|
}, () => o({ slots: d }, !0)) : null
|
|
@@ -1531,87 +1531,87 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1531
1531
|
})), F = () => {
|
|
1532
1532
|
};
|
|
1533
1533
|
return (I, k) => {
|
|
1534
|
-
var X, ne,
|
|
1534
|
+
var X, ne, ue, pe, Se, De, me, P, Te, We, w, $, b, h, T, D, O;
|
|
1535
1535
|
const G = R("el-form-item"), Z = R("el-drawer");
|
|
1536
|
-
return
|
|
1536
|
+
return m(), z(re, null, [
|
|
1537
1537
|
K("div", {
|
|
1538
1538
|
class: "g-query-container",
|
|
1539
1539
|
style: Ue({ ...L.value, ...((ne = (X = e.value.query) == null ? void 0 : X.container) == null ? void 0 : ne.style) || {} }),
|
|
1540
1540
|
onDblclick: F
|
|
1541
1541
|
}, [
|
|
1542
|
-
|
|
1542
|
+
se(U(xt), A({
|
|
1543
1543
|
onSubmit: k[0] || (k[0] = vt(() => {
|
|
1544
1544
|
}, ["prevent"]))
|
|
1545
1545
|
}, U(Ne)(e.value.query, (Y) => !["query", "more", "reset", "btns"].includes(Y))), {
|
|
1546
1546
|
default: _(() => {
|
|
1547
1547
|
var Y, le;
|
|
1548
1548
|
return [
|
|
1549
|
-
(
|
|
1550
|
-
((le = (Y = e.value.query) == null ? void 0 : Y.container) == null ? void 0 : le.inline) === !0 ? (
|
|
1549
|
+
(m(), E(Pe(o({ slots: I.$slots }, void 0)))),
|
|
1550
|
+
((le = (Y = e.value.query) == null ? void 0 : Y.container) == null ? void 0 : le.inline) === !0 ? (m(), E(G, { key: 0 }, {
|
|
1551
1551
|
default: _(() => {
|
|
1552
1552
|
var de, ye, W, Q, Ve;
|
|
1553
1553
|
return [
|
|
1554
1554
|
K("div", {
|
|
1555
1555
|
style: Ue((ye = (de = e.value.query) == null ? void 0 : de.btns) == null ? void 0 : ye.style)
|
|
1556
1556
|
}, [
|
|
1557
|
-
e.value.query.group ? (
|
|
1557
|
+
e.value.query.group ? (m(), E(U(St), { key: 0 }, {
|
|
1558
1558
|
default: _(() => [
|
|
1559
|
-
(
|
|
1560
|
-
(
|
|
1559
|
+
(m(!0), z(re, null, N(p(), (ke) => x(I.$slots, ke.props.slot, {}, () => [
|
|
1560
|
+
(m(), E(Pe(ke)))
|
|
1561
1561
|
], !0)), 256)),
|
|
1562
|
-
|
|
1562
|
+
x(I.$slots, "q-btns", {}, void 0, !0)
|
|
1563
1563
|
]),
|
|
1564
1564
|
_: 3
|
|
1565
|
-
})) : (
|
|
1566
|
-
(Ve = (Q = (W = e.value) == null ? void 0 : W.query) == null ? void 0 : Q.btns) != null && Ve.group ? (
|
|
1565
|
+
})) : (m(), z(re, { key: 1 }, [
|
|
1566
|
+
(Ve = (Q = (W = e.value) == null ? void 0 : W.query) == null ? void 0 : Q.btns) != null && Ve.group ? (m(), E(U(St), { key: 0 }, {
|
|
1567
1567
|
default: _(() => [
|
|
1568
|
-
(
|
|
1569
|
-
(
|
|
1568
|
+
(m(!0), z(re, null, N(p(), (ke) => x(I.$slots, ke.props.slot, {}, () => [
|
|
1569
|
+
(m(), E(Pe(ke)))
|
|
1570
1570
|
], !0)), 256))
|
|
1571
1571
|
]),
|
|
1572
1572
|
_: 3
|
|
1573
|
-
})) : (
|
|
1574
|
-
(
|
|
1573
|
+
})) : (m(!0), z(re, { key: 1 }, N(p(), (ke) => x(I.$slots, ke.props.slot, {}, () => [
|
|
1574
|
+
(m(), E(Pe(ke)))
|
|
1575
1575
|
], !0)), 256)),
|
|
1576
|
-
|
|
1576
|
+
x(I.$slots, "q-btns", {}, void 0, !0)
|
|
1577
1577
|
], 64))
|
|
1578
1578
|
], 4)
|
|
1579
1579
|
];
|
|
1580
1580
|
}),
|
|
1581
1581
|
_: 3
|
|
1582
|
-
})) :
|
|
1582
|
+
})) : be("", !0)
|
|
1583
1583
|
];
|
|
1584
1584
|
}),
|
|
1585
1585
|
_: 3
|
|
1586
1586
|
}, 16),
|
|
1587
|
-
((Se = (pe = (
|
|
1587
|
+
((Se = (pe = (ue = e.value) == null ? void 0 : ue.query) == null ? void 0 : pe.container) == null ? void 0 : Se.inline) === !1 ? (m(), z("div", {
|
|
1588
1588
|
key: 0,
|
|
1589
1589
|
style: Ue([{ "margin-bottom": "18px" }, (me = (De = e.value.query) == null ? void 0 : De.btns) == null ? void 0 : me.style])
|
|
1590
1590
|
}, [
|
|
1591
|
-
e.value.query.group ? (
|
|
1591
|
+
e.value.query.group ? (m(), E(U(St), { key: 0 }, {
|
|
1592
1592
|
default: _(() => [
|
|
1593
|
-
(
|
|
1594
|
-
(
|
|
1593
|
+
(m(!0), z(re, null, N(p(), (Y) => x(I.$slots, Y.props.slot, {}, () => [
|
|
1594
|
+
(m(), E(Pe(Y)))
|
|
1595
1595
|
], !0)), 256)),
|
|
1596
|
-
|
|
1596
|
+
x(I.$slots, "q-btns", {}, void 0, !0)
|
|
1597
1597
|
]),
|
|
1598
1598
|
_: 3
|
|
1599
|
-
})) : (
|
|
1600
|
-
(Te = (P = e.value.query) == null ? void 0 : P.btns) != null && Te.group ? (
|
|
1599
|
+
})) : (m(), z(re, { key: 1 }, [
|
|
1600
|
+
(Te = (P = e.value.query) == null ? void 0 : P.btns) != null && Te.group ? (m(), E(U(St), { key: 0 }, {
|
|
1601
1601
|
default: _(() => [
|
|
1602
|
-
(
|
|
1603
|
-
(
|
|
1602
|
+
(m(!0), z(re, null, N(p(), (Y) => x(I.$slots, Y.props.slot, {}, () => [
|
|
1603
|
+
(m(), E(Pe(Y)))
|
|
1604
1604
|
], !0)), 256))
|
|
1605
1605
|
]),
|
|
1606
1606
|
_: 3
|
|
1607
|
-
})) : (
|
|
1608
|
-
(
|
|
1607
|
+
})) : (m(!0), z(re, { key: 1 }, N(p(), (Y) => x(I.$slots, Y.props.slot, {}, () => [
|
|
1608
|
+
(m(), E(Pe(Y)))
|
|
1609
1609
|
], !0)), 256)),
|
|
1610
|
-
|
|
1610
|
+
x(I.$slots, "q-btns", {}, void 0, !0)
|
|
1611
1611
|
], 64))
|
|
1612
|
-
], 4)) :
|
|
1612
|
+
], 4)) : be("", !0)
|
|
1613
1613
|
], 36),
|
|
1614
|
-
i.value && !(($ = (w = (We = e.value) == null ? void 0 : We.query) == null ? void 0 : w.more) != null && $.hidden) && e.value.query.more.mode == 2 ? (
|
|
1614
|
+
i.value && !(($ = (w = (We = e.value) == null ? void 0 : We.query) == null ? void 0 : w.more) != null && $.hidden) && e.value.query.more.mode == 2 ? (m(), E(Z, A({
|
|
1615
1615
|
key: 0,
|
|
1616
1616
|
modelValue: i.value,
|
|
1617
1617
|
"onUpdate:modelValue": k[6] || (k[6] = (Y) => i.value = Y),
|
|
@@ -1619,12 +1619,12 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1619
1619
|
"show-close": !1
|
|
1620
1620
|
}, e.value.query.more.dialog), ge({
|
|
1621
1621
|
default: _(() => [
|
|
1622
|
-
|
|
1622
|
+
se(U(xt), A({
|
|
1623
1623
|
onSubmit: k[3] || (k[3] = vt(() => {
|
|
1624
1624
|
}, ["prevent"]))
|
|
1625
1625
|
}, U(Ne)(e.value.query, (Y) => !["query", "more", "reset"].includes(Y)), { style: { width: "98%" } }), {
|
|
1626
1626
|
default: _(() => [
|
|
1627
|
-
|
|
1627
|
+
se(jt, {
|
|
1628
1628
|
modelValue: e.value,
|
|
1629
1629
|
"onUpdate:modelValue": k[1] || (k[1] = (Y) => e.value = Y),
|
|
1630
1630
|
info: t.value,
|
|
@@ -1634,7 +1634,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1634
1634
|
N(I.$slots, (Y, le, de) => ({
|
|
1635
1635
|
name: le,
|
|
1636
1636
|
fn: _((ye) => [
|
|
1637
|
-
|
|
1637
|
+
x(I.$slots, le, { model: e.value }, void 0, !0)
|
|
1638
1638
|
])
|
|
1639
1639
|
}))
|
|
1640
1640
|
]), 1032, ["modelValue", "info"])
|
|
@@ -1644,23 +1644,23 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1644
1644
|
]),
|
|
1645
1645
|
_: 2
|
|
1646
1646
|
}, [
|
|
1647
|
-
(O = (
|
|
1647
|
+
(O = (D = (T = (h = (b = e.value) == null ? void 0 : b.query) == null ? void 0 : h.more) == null ? void 0 : T.dialog) == null ? void 0 : D.footer) != null && O.hidden ? void 0 : {
|
|
1648
1648
|
name: "footer",
|
|
1649
1649
|
fn: _(() => [
|
|
1650
1650
|
K("div", Vt(Gt(e.value.query.more.dialog.footer)), [
|
|
1651
|
-
|
|
1651
|
+
se(U(He), A(e.value.query.query, {
|
|
1652
1652
|
onClick: k[4] || (k[4] = (Y) => e.value.query.query.click())
|
|
1653
1653
|
}), {
|
|
1654
1654
|
default: _(() => [
|
|
1655
|
-
Ae(
|
|
1655
|
+
Ae(xe(e.value.query.query.label), 1)
|
|
1656
1656
|
]),
|
|
1657
1657
|
_: 1
|
|
1658
1658
|
}, 16),
|
|
1659
|
-
|
|
1659
|
+
se(U(He), A(e.value.query.reset, {
|
|
1660
1660
|
onClick: k[5] || (k[5] = (Y) => e.value.query.reset.click())
|
|
1661
1661
|
}), {
|
|
1662
1662
|
default: _(() => [
|
|
1663
|
-
Ae(
|
|
1663
|
+
Ae(xe(e.value.query.reset.label), 1)
|
|
1664
1664
|
]),
|
|
1665
1665
|
_: 1
|
|
1666
1666
|
}, 16)
|
|
@@ -1668,8 +1668,8 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1668
1668
|
]),
|
|
1669
1669
|
key: "0"
|
|
1670
1670
|
}
|
|
1671
|
-
]), 1040, ["modelValue"])) :
|
|
1672
|
-
|
|
1671
|
+
]), 1040, ["modelValue"])) : be("", !0),
|
|
1672
|
+
se(bl, {
|
|
1673
1673
|
duration: 300,
|
|
1674
1674
|
name: "nested",
|
|
1675
1675
|
style: { padding: "10px" }
|
|
@@ -1677,22 +1677,22 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1677
1677
|
default: _(() => {
|
|
1678
1678
|
var Y, le, de;
|
|
1679
1679
|
return [
|
|
1680
|
-
i.value && !((de = (le = (Y = e.value) == null ? void 0 : Y.query) == null ? void 0 : le.more) != null && de.hidden) && e.value.query.more.mode == 1 ? (
|
|
1680
|
+
i.value && !((de = (le = (Y = e.value) == null ? void 0 : Y.query) == null ? void 0 : le.more) != null && de.hidden) && e.value.query.more.mode == 1 ? (m(), z("div", la, [
|
|
1681
1681
|
K("div", aa, [
|
|
1682
|
-
e.value.query.more.mode == 1 ? $l((
|
|
1682
|
+
e.value.query.more.mode == 1 ? $l((m(), E(U(xt), A({
|
|
1683
1683
|
key: 0,
|
|
1684
1684
|
onSubmit: k[7] || (k[7] = vt(() => {
|
|
1685
1685
|
}, ["prevent"]))
|
|
1686
1686
|
}, U(Ne)(e.value.query, (ye) => !["query", "more", "reset"].includes(ye))), {
|
|
1687
1687
|
default: _(() => [
|
|
1688
|
-
(
|
|
1688
|
+
(m(), E(Pe(o({ slots: I.$slots }, !0))))
|
|
1689
1689
|
]),
|
|
1690
1690
|
_: 1
|
|
1691
1691
|
}, 16)), [
|
|
1692
1692
|
[wl, i.value]
|
|
1693
|
-
]) :
|
|
1693
|
+
]) : be("", !0)
|
|
1694
1694
|
])
|
|
1695
|
-
])) :
|
|
1695
|
+
])) : be("", !0)
|
|
1696
1696
|
];
|
|
1697
1697
|
}),
|
|
1698
1698
|
_: 1
|
|
@@ -1774,7 +1774,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1774
1774
|
emits: /* @__PURE__ */ at(["submit", "reset"], ["update:modelValue"]),
|
|
1775
1775
|
setup(r, { expose: u, emit: e }) {
|
|
1776
1776
|
var Se, De, me, P, Te, We;
|
|
1777
|
-
const l = lt(r, "modelValue"), n = e, i = ae(null), t = Ot("options"), f = ae({}),
|
|
1777
|
+
const l = lt(r, "modelValue"), n = e, i = ae(null), t = Ot("options"), f = ae({}), M = ae(""), v = r;
|
|
1778
1778
|
l.value.form = qe(
|
|
1779
1779
|
sl,
|
|
1780
1780
|
t == null ? void 0 : t.form,
|
|
@@ -1784,15 +1784,15 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1784
1784
|
{ ...(P = It()) == null ? void 0 : P.style }
|
|
1785
1785
|
);
|
|
1786
1786
|
const y = async (w, $, b) => {
|
|
1787
|
-
let
|
|
1788
|
-
for (;
|
|
1787
|
+
let h = 5;
|
|
1788
|
+
for (; h > 0; ) {
|
|
1789
1789
|
if (await Ke(), i.value) {
|
|
1790
|
-
i.value.validate((T,
|
|
1791
|
-
T ? n("submit", w, $, b) : console.error("表单验证不通过!",
|
|
1790
|
+
i.value.validate((T, D) => {
|
|
1791
|
+
T ? n("submit", w, $, b) : console.error("表单验证不通过!", D);
|
|
1792
1792
|
});
|
|
1793
1793
|
return;
|
|
1794
1794
|
}
|
|
1795
|
-
|
|
1795
|
+
h--, await new Promise((T) => setTimeout(T, 50));
|
|
1796
1796
|
}
|
|
1797
1797
|
console.error("表单实例获取失败,请检查组件状态");
|
|
1798
1798
|
}, o = async (w, $) => {
|
|
@@ -1802,11 +1802,11 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1802
1802
|
try {
|
|
1803
1803
|
i.value.resetFields(), n("reset", w, $);
|
|
1804
1804
|
return;
|
|
1805
|
-
} catch (
|
|
1806
|
-
console.error("表单重置失败:",
|
|
1805
|
+
} catch (h) {
|
|
1806
|
+
console.error("表单重置失败:", h);
|
|
1807
1807
|
return;
|
|
1808
1808
|
}
|
|
1809
|
-
b--, b > 0 && await new Promise((
|
|
1809
|
+
b--, b > 0 && await new Promise((h) => setTimeout(h, 50));
|
|
1810
1810
|
}
|
|
1811
1811
|
console.error("表单实例获取失败,无法重置表单");
|
|
1812
1812
|
};
|
|
@@ -1837,7 +1837,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1837
1837
|
if (w.rules)
|
|
1838
1838
|
$ = w.rules;
|
|
1839
1839
|
else {
|
|
1840
|
-
const
|
|
1840
|
+
const h = { ...{
|
|
1841
1841
|
required: void 0,
|
|
1842
1842
|
max: void 0,
|
|
1843
1843
|
min: void 0,
|
|
@@ -1846,68 +1846,68 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1846
1846
|
pattern: void 0,
|
|
1847
1847
|
validate: void 0
|
|
1848
1848
|
}, ...w };
|
|
1849
|
-
|
|
1849
|
+
h.required && $.push({
|
|
1850
1850
|
required: !0,
|
|
1851
|
-
message: `${
|
|
1851
|
+
message: `${h.label}不能为空!`,
|
|
1852
1852
|
trigger: "blur"
|
|
1853
|
-
}),
|
|
1854
|
-
validator: (T,
|
|
1855
|
-
if (
|
|
1856
|
-
|
|
1857
|
-
new Error(`${
|
|
1858
|
-
) : O() : Number(
|
|
1853
|
+
}), h.max !== void 0 && h.max !== null && h.max !== "" && (h.min === void 0 || h.min === null || h.min === "") && $.push({
|
|
1854
|
+
validator: (T, D, O) => {
|
|
1855
|
+
if (D == null || D === "") return O();
|
|
1856
|
+
h.type !== "number" && h.type !== "input-number" ? ((D == null ? void 0 : D.toString()) || "").length > Number(h.max) ? O(
|
|
1857
|
+
new Error(`${h.label}长度不能超过${h.max}个字符!`)
|
|
1858
|
+
) : O() : Number(D) > Number(h.max) ? O(new Error(`${h.label}不能大于${h.max}!`)) : O();
|
|
1859
1859
|
}
|
|
1860
|
-
}),
|
|
1861
|
-
validator: (T,
|
|
1862
|
-
if (
|
|
1863
|
-
|
|
1860
|
+
}), h.min !== void 0 && h.min !== null && h.min !== "" && (h.max === void 0 || h.max === null || h.max === "") && $.push({
|
|
1861
|
+
validator: (T, D, O) => {
|
|
1862
|
+
if (D == null || D === "") return O();
|
|
1863
|
+
h.type !== "number" && h.type !== "input-number" ? Number(h.min) < 1 ? O(
|
|
1864
1864
|
new Error(
|
|
1865
|
-
`${
|
|
1865
|
+
`${h.label}长度最小值${h.min}设置错误!`
|
|
1866
1866
|
)
|
|
1867
|
-
) :
|
|
1867
|
+
) : D.toString().length < Number(h.min) ? O(
|
|
1868
1868
|
new Error(
|
|
1869
|
-
`${
|
|
1869
|
+
`${h.label}长度不能少于${h.min}个字符!`
|
|
1870
1870
|
)
|
|
1871
|
-
) : O() : Number(
|
|
1871
|
+
) : O() : Number(D) < Number(h.min) ? O(new Error(`${h.label}不能小于${h.min}!`)) : O();
|
|
1872
1872
|
}
|
|
1873
|
-
}),
|
|
1874
|
-
validator: (T,
|
|
1875
|
-
if (
|
|
1876
|
-
const Y = Number(
|
|
1877
|
-
|
|
1873
|
+
}), h.min !== void 0 && h.min !== null && h.min !== "" && h.max !== void 0 && h.max !== null && h.max !== "" && $.push({
|
|
1874
|
+
validator: (T, D, O) => {
|
|
1875
|
+
if (D == null || D === "") return O();
|
|
1876
|
+
const Y = Number(h.min), le = Number(h.max);
|
|
1877
|
+
h.type !== "number" && h.type !== "input-number" ? Number(h.min) < 1 ? O(
|
|
1878
1878
|
new Error(
|
|
1879
|
-
`${
|
|
1879
|
+
`${h.label}长度最小值${h.min}设置错误!`
|
|
1880
1880
|
)
|
|
1881
|
-
) :
|
|
1881
|
+
) : D.toString().length < Y || D.toString().length > le ? O(
|
|
1882
1882
|
new Error(
|
|
1883
|
-
`${
|
|
1883
|
+
`${h.label}长度必须在${Y}-${le}个字符之间!`
|
|
1884
1884
|
)
|
|
1885
|
-
) : O() : Number(
|
|
1885
|
+
) : O() : Number(D) < Y || D > le ? O(new Error(`${h.label}必须在${Y}-${le}之间!`)) : O();
|
|
1886
1886
|
}
|
|
1887
|
-
}),
|
|
1888
|
-
pattern:
|
|
1889
|
-
message: (
|
|
1890
|
-
}),
|
|
1891
|
-
validator: (T,
|
|
1887
|
+
}), h.type == "email" && $.push({ type: "email", message: "不是一个正确的邮箱地址!" }), h.type == "url" && $.push({ type: "url", message: "不是一个合正确的URL!" }), h.pattern && $.push({
|
|
1888
|
+
pattern: h == null ? void 0 : h.pattern,
|
|
1889
|
+
message: (h == null ? void 0 : h.message) || "格式不正确!"
|
|
1890
|
+
}), h.validate && $.push({
|
|
1891
|
+
validator: (T, D, O) => h.validate(T, D, O)
|
|
1892
1892
|
});
|
|
1893
1893
|
}
|
|
1894
1894
|
return $;
|
|
1895
1895
|
}, F = (w, $ = !1) => {
|
|
1896
|
-
var T,
|
|
1897
|
-
const b = $ ? w : w == null ? void 0 : w.item,
|
|
1898
|
-
if (((
|
|
1899
|
-
const de = typeof (b == null ? void 0 : b.editor) == "object" ? (O = b.editor) == null ? void 0 : O.ep : typeof (b == null ? void 0 : b.editor) == "function" ?
|
|
1900
|
-
return { ...
|
|
1896
|
+
var T, D, O, Y, le;
|
|
1897
|
+
const b = $ ? w : w == null ? void 0 : w.item, h = typeof (b == null ? void 0 : b.editor) == "function" ? b.editor(f.value, (T = l.value.form) == null ? void 0 : T.modalState) : (b == null ? void 0 : b.editor) || {};
|
|
1898
|
+
if (((D = l.value.form) == null ? void 0 : D.modalState) === "edit") {
|
|
1899
|
+
const de = typeof (b == null ? void 0 : b.editor) == "object" ? (O = b.editor) == null ? void 0 : O.ep : typeof (b == null ? void 0 : b.editor) == "function" ? h == null ? void 0 : h.ep : {};
|
|
1900
|
+
return { ...h, ...de };
|
|
1901
1901
|
}
|
|
1902
1902
|
if (((Y = l.value.form) == null ? void 0 : Y.modalState) === "add") {
|
|
1903
|
-
const de = typeof (b == null ? void 0 : b.editor) == "object" ? (le = b.editor) == null ? void 0 : le.ap : typeof (b == null ? void 0 : b.editor) == "function" ?
|
|
1904
|
-
return { ...
|
|
1903
|
+
const de = typeof (b == null ? void 0 : b.editor) == "object" ? (le = b.editor) == null ? void 0 : le.ap : typeof (b == null ? void 0 : b.editor) == "function" ? h == null ? void 0 : h.ap : {};
|
|
1904
|
+
return { ...h, ...de };
|
|
1905
1905
|
}
|
|
1906
|
-
return
|
|
1906
|
+
return h;
|
|
1907
1907
|
}, I = (w) => {
|
|
1908
|
-
var b,
|
|
1908
|
+
var b, h, T, D, O;
|
|
1909
1909
|
const $ = typeof w.editor == "function" ? w.editor(f.value, (b = l.value.form) == null ? void 0 : b.modalState) : w.editor;
|
|
1910
|
-
return ((
|
|
1910
|
+
return ((h = l.value.form) == null ? void 0 : h.modalState) === "edit" ? ((T = $ == null ? void 0 : $.ep) == null ? void 0 : T.type) ?? ($ == null ? void 0 : $.type) ?? w.type : ((D = l.value.form) == null ? void 0 : D.modalState) === "add" ? ((O = $ == null ? void 0 : $.ap) == null ? void 0 : O.type) ?? ($ == null ? void 0 : $.type) ?? w.type : ($ == null ? void 0 : $.type) ?? w.type;
|
|
1911
1911
|
}, k = (w) => w === "left" ? "flex-start" : w === "right" ? "flex-end" : w === "center" ? "center" : "flex-end";
|
|
1912
1912
|
yt(() => {
|
|
1913
1913
|
G(), v != null && v.editForm ? f.value = v.editForm : f.value = X.value;
|
|
@@ -1915,7 +1915,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1915
1915
|
i.value = null;
|
|
1916
1916
|
});
|
|
1917
1917
|
const G = () => {
|
|
1918
|
-
|
|
1918
|
+
M.value = Math.random().toString(36).substring(2);
|
|
1919
1919
|
for (const [w, $] of Object.entries(Z.value))
|
|
1920
1920
|
l.value[w].formItem = {
|
|
1921
1921
|
...l.value[w].formItem,
|
|
@@ -1927,36 +1927,36 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1927
1927
|
}, Z = Fe(
|
|
1928
1928
|
() => Object.fromEntries(
|
|
1929
1929
|
Object.entries(l.value).filter((w) => w[1].type != "hidden").filter((w) => w[1].hidden !== !0).filter((w) => w[1].edit !== !1).filter((w) => w[1].editor !== !1).filter((w) => w[1].type !== "control").filter((w) => !il.includes(w[0])).filter((w) => {
|
|
1930
|
-
var b,
|
|
1930
|
+
var b, h, T;
|
|
1931
1931
|
const $ = typeof w[1].editor == "function" ? w[1].editor(f.value, (b = l.value.form) == null ? void 0 : b.modalState) : w[1].editor;
|
|
1932
|
-
return l.value.form.modalState === "edit" ? ((
|
|
1932
|
+
return l.value.form.modalState === "edit" ? ((h = $ == null ? void 0 : $.ep) == null ? void 0 : h.editor) !== !1 : l.value.form.modalState === "add" ? ((T = $ == null ? void 0 : $.ap) == null ? void 0 : T.editor) !== !1 : !0;
|
|
1933
1933
|
}).map((w) => [w[0], w[1]])
|
|
1934
1934
|
)
|
|
1935
1935
|
), X = Fe(
|
|
1936
1936
|
() => Object.fromEntries(
|
|
1937
1937
|
Object.entries(l.value).filter((w) => w[1].type != "hidden").filter((w) => w[1].type != "control").map(([w, $]) => {
|
|
1938
|
-
var T,
|
|
1938
|
+
var T, D, O;
|
|
1939
1939
|
const b = typeof $.editor == "function" ? $.editor(f.value, (T = l.value.form) == null ? void 0 : T.modalState) : $.editor;
|
|
1940
|
-
let
|
|
1941
|
-
return l.value.form.modalState === "add" ?
|
|
1940
|
+
let h;
|
|
1941
|
+
return l.value.form.modalState === "add" ? h = ((D = b == null ? void 0 : b.ap) == null ? void 0 : D.value) !== void 0 ? b.ap.value : (b == null ? void 0 : b.value) !== void 0 ? b.value : $.value : l.value.form.modalState === "edit" ? h = ((O = b == null ? void 0 : b.ep) == null ? void 0 : O.value) !== void 0 ? b.ep.value : (b == null ? void 0 : b.value) !== void 0 ? b.value : $.value : h = (b == null ? void 0 : b.value) !== void 0 ? b.value : $.value, [w, h];
|
|
1942
1942
|
})
|
|
1943
1943
|
)
|
|
1944
1944
|
), ne = Fe(() => {
|
|
1945
1945
|
const w = /* @__PURE__ */ new Map();
|
|
1946
1946
|
return Object.entries(Z.value).forEach(([$, b]) => {
|
|
1947
1947
|
if (b.groupName) {
|
|
1948
|
-
const
|
|
1949
|
-
w.has(
|
|
1950
|
-
groupName:
|
|
1948
|
+
const h = b.groupName;
|
|
1949
|
+
w.has(h) || w.set(h, {
|
|
1950
|
+
groupName: h,
|
|
1951
1951
|
items: []
|
|
1952
|
-
}), w.get(
|
|
1952
|
+
}), w.get(h).items.push({ key: $, item: b });
|
|
1953
1953
|
}
|
|
1954
1954
|
}), w.forEach(($) => {
|
|
1955
1955
|
$.tabPane = qe(
|
|
1956
1956
|
...$.items.map(({ item: b }) => b.tabPane || {})
|
|
1957
1957
|
);
|
|
1958
1958
|
}), Array.from(w.values());
|
|
1959
|
-
}),
|
|
1959
|
+
}), ue = ae([
|
|
1960
1960
|
{
|
|
1961
1961
|
name: "f-submit",
|
|
1962
1962
|
label: l.value.form.submit.label,
|
|
@@ -1998,7 +1998,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
1998
1998
|
sort: l.value.form.cancel.sort ?? 2,
|
|
1999
1999
|
originalOrder: 1
|
|
2000
2000
|
}
|
|
2001
|
-
]), pe = Fe(() =>
|
|
2001
|
+
]), pe = Fe(() => ue.value.filter((w) => !w.hidden).sort((w, $) => w.sort - $.sort || w.originalOrder - $.originalOrder));
|
|
2002
2002
|
return u({
|
|
2003
2003
|
submit: y,
|
|
2004
2004
|
saveSubmit: y,
|
|
@@ -2006,9 +2006,9 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2006
2006
|
formData: f
|
|
2007
2007
|
}), (w, $) => {
|
|
2008
2008
|
var le, de, ye;
|
|
2009
|
-
const b = R("el-form-item"),
|
|
2010
|
-
return
|
|
2011
|
-
|
|
2009
|
+
const b = R("el-form-item"), h = R("el-col"), T = R("el-tab-pane"), D = R("el-tabs"), O = R("el-form"), Y = R("el-button");
|
|
2010
|
+
return m(), z("div", oa, [
|
|
2011
|
+
se(O, A(
|
|
2012
2012
|
{
|
|
2013
2013
|
ref_key: "gform",
|
|
2014
2014
|
ref: i,
|
|
@@ -2026,48 +2026,48 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2026
2026
|
)
|
|
2027
2027
|
), {
|
|
2028
2028
|
default: _(() => [
|
|
2029
|
-
ne.value.length > 0 ?
|
|
2030
|
-
|
|
2029
|
+
ne.value.length > 0 ? x(w.$slots, "default", { key: 0 }, () => [
|
|
2030
|
+
se(D, A({
|
|
2031
2031
|
class: "demo-tabs",
|
|
2032
2032
|
modelValue: ne.value[0].groupName,
|
|
2033
2033
|
"onUpdate:modelValue": $[0] || ($[0] = (W) => ne.value[0].groupName = W),
|
|
2034
2034
|
style: { width: "100%" }
|
|
2035
2035
|
}, l.value.form.tabs), {
|
|
2036
2036
|
default: _(() => [
|
|
2037
|
-
(
|
|
2037
|
+
(m(!0), z(re, null, N(ne.value, (W) => (m(), E(T, A({
|
|
2038
2038
|
key: W.groupName,
|
|
2039
2039
|
label: W.groupName,
|
|
2040
2040
|
name: W.groupName,
|
|
2041
2041
|
style: { width: "100%", display: "flex", "flex-wrap": "wrap" }
|
|
2042
2042
|
}, { ref_for: !0 }, W.tabPane), {
|
|
2043
2043
|
default: _(() => [
|
|
2044
|
-
(
|
|
2044
|
+
(m(!0), z(re, null, N(W.items, (Q, Ve) => (m(), E(h, A({ ref_for: !0 }, { ...l.value.form.cols, ...Q == null ? void 0 : Q.item.col }, {
|
|
2045
2045
|
key: Q.key,
|
|
2046
2046
|
style: { width: "100%" }
|
|
2047
2047
|
}), {
|
|
2048
2048
|
default: _(() => {
|
|
2049
2049
|
var ke, Ie;
|
|
2050
2050
|
return [
|
|
2051
|
-
|
|
2051
|
+
se(b, A({
|
|
2052
2052
|
label: Q == null ? void 0 : Q.item.label,
|
|
2053
2053
|
prop: Q.key,
|
|
2054
2054
|
rules: L(Q == null ? void 0 : Q.item)
|
|
2055
2055
|
}, { ref_for: !0 }, { ...(ke = l.value) == null ? void 0 : ke.formItems, ...(Ie = Q == null ? void 0 : Q.item) == null ? void 0 : Ie.formItem }, { style: { width: "100%" } }), {
|
|
2056
2056
|
default: _(() => [
|
|
2057
|
-
|
|
2057
|
+
x(w.$slots, "f-" + Q.key, {
|
|
2058
2058
|
item: Q == null ? void 0 : Q.item,
|
|
2059
2059
|
formInfo: f.value,
|
|
2060
2060
|
model: l.value,
|
|
2061
2061
|
form: f.value
|
|
2062
2062
|
}, () => [
|
|
2063
|
-
(
|
|
2063
|
+
(m(), E(ht, {
|
|
2064
2064
|
modelValue: f.value[Q.key],
|
|
2065
2065
|
"onUpdate:modelValue": (V) => f.value[Q.key] = V,
|
|
2066
2066
|
item: F(Q),
|
|
2067
2067
|
ctrlKey: Q.key,
|
|
2068
2068
|
ctrlType: I(Q == null ? void 0 : Q.item),
|
|
2069
2069
|
model: l.value,
|
|
2070
|
-
key: `${Q.key}-${
|
|
2070
|
+
key: `${Q.key}-${M.value}`,
|
|
2071
2071
|
class: "g-ctrl-container",
|
|
2072
2072
|
t: "f",
|
|
2073
2073
|
formInfo: f.value
|
|
@@ -2075,7 +2075,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2075
2075
|
N(w.$slots, (V, S) => ({
|
|
2076
2076
|
name: S,
|
|
2077
2077
|
fn: _((H) => [
|
|
2078
|
-
|
|
2078
|
+
x(w.$slots, S, {
|
|
2079
2079
|
data: H,
|
|
2080
2080
|
item: Q.item,
|
|
2081
2081
|
model: l.value
|
|
@@ -2097,42 +2097,42 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2097
2097
|
]),
|
|
2098
2098
|
_: 3
|
|
2099
2099
|
}, 16, ["modelValue"])
|
|
2100
|
-
], !0) :
|
|
2101
|
-
(
|
|
2100
|
+
], !0) : x(w.$slots, "default", { key: 1 }, () => [
|
|
2101
|
+
(m(!0), z(re, null, N(Z.value, (W, Q) => (m(), E(h, A({ ref_for: !0 }, { ...l.value.form.cols, ...W.col }, {
|
|
2102
2102
|
key: Q,
|
|
2103
2103
|
style: { width: "100%" }
|
|
2104
2104
|
}), {
|
|
2105
2105
|
default: _(() => {
|
|
2106
2106
|
var Ve;
|
|
2107
2107
|
return [
|
|
2108
|
-
|
|
2108
|
+
se(b, A({
|
|
2109
2109
|
label: W.label,
|
|
2110
2110
|
prop: Q,
|
|
2111
2111
|
rules: L(W)
|
|
2112
2112
|
}, { ref_for: !0 }, { ...(Ve = l.value) == null ? void 0 : Ve.formItems, ...W == null ? void 0 : W.formItem }, { style: { width: "100%" } }), {
|
|
2113
2113
|
label: _((ke) => [
|
|
2114
|
-
|
|
2114
|
+
x(w.$slots, `f-${Q}-label`, {
|
|
2115
2115
|
data: ke,
|
|
2116
2116
|
item: W,
|
|
2117
2117
|
model: l.value
|
|
2118
2118
|
}, () => [
|
|
2119
|
-
Ae(
|
|
2119
|
+
Ae(xe(W.label), 1)
|
|
2120
2120
|
], !0)
|
|
2121
2121
|
]),
|
|
2122
2122
|
default: _(() => [
|
|
2123
|
-
|
|
2123
|
+
x(w.$slots, "f-" + Q, {
|
|
2124
2124
|
item: W,
|
|
2125
2125
|
formInfo: f.value,
|
|
2126
2126
|
model: l.value,
|
|
2127
2127
|
form: f.value
|
|
2128
2128
|
}, () => [
|
|
2129
|
-
(
|
|
2129
|
+
(m(), E(ht, {
|
|
2130
2130
|
modelValue: f.value[Q],
|
|
2131
2131
|
"onUpdate:modelValue": (ke) => f.value[Q] = ke,
|
|
2132
2132
|
item: F(W, !0),
|
|
2133
2133
|
ctrlKey: Q,
|
|
2134
2134
|
ctrlType: I(W),
|
|
2135
|
-
key: `${Q}-${
|
|
2135
|
+
key: `${Q}-${M.value}`,
|
|
2136
2136
|
model: l.value,
|
|
2137
2137
|
class: "g-ctrl-container",
|
|
2138
2138
|
t: "f",
|
|
@@ -2141,7 +2141,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2141
2141
|
N(w.$slots, (ke, Ie) => ({
|
|
2142
2142
|
name: Ie,
|
|
2143
2143
|
fn: _((V) => [
|
|
2144
|
-
|
|
2144
|
+
x(w.$slots, Ie, {
|
|
2145
2145
|
data: V,
|
|
2146
2146
|
item: W,
|
|
2147
2147
|
model: l.value
|
|
@@ -2161,32 +2161,32 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2161
2161
|
]),
|
|
2162
2162
|
_: 3
|
|
2163
2163
|
}, 16, ["model"]),
|
|
2164
|
-
(ye = (de = (le = l.value) == null ? void 0 : le.form) == null ? void 0 : de.footer) != null && ye.hidden ?
|
|
2164
|
+
(ye = (de = (le = l.value) == null ? void 0 : le.form) == null ? void 0 : de.footer) != null && ye.hidden ? be("", !0) : x(w.$slots, "f-footer", { key: 0 }, () => [
|
|
2165
2165
|
K("div", {
|
|
2166
2166
|
style: Ue({ justifyContent: k(l.value.form.footer.align), ...l.value.form.footer.style })
|
|
2167
2167
|
}, [
|
|
2168
|
-
|
|
2169
|
-
(
|
|
2170
|
-
|
|
2171
|
-
|
|
2168
|
+
x(w.$slots, "f-footer-left", {}, void 0, !0),
|
|
2169
|
+
(m(!0), z(re, null, N(pe.value, (W) => (m(), z(re, null, [
|
|
2170
|
+
x(w.$slots, W.name + "-left", {}, void 0, !0),
|
|
2171
|
+
x(w.$slots, W.name, {}, () => {
|
|
2172
2172
|
var Q;
|
|
2173
2173
|
return [
|
|
2174
|
-
(Q = W == null ? void 0 : W.info) != null && Q.hidden ?
|
|
2174
|
+
(Q = W == null ? void 0 : W.info) != null && Q.hidden ? be("", !0) : (m(), E(Y, A({
|
|
2175
2175
|
key: 0,
|
|
2176
2176
|
ref_for: !0
|
|
2177
2177
|
}, W.info, {
|
|
2178
2178
|
onClick: vt((Ve) => W.click(f.value, l.value, W.flag), ["stop"])
|
|
2179
2179
|
}), {
|
|
2180
2180
|
default: _(() => [
|
|
2181
|
-
Ae(
|
|
2181
|
+
Ae(xe(W == null ? void 0 : W.label), 1)
|
|
2182
2182
|
]),
|
|
2183
2183
|
_: 2
|
|
2184
2184
|
}, 1040, ["onClick"]))
|
|
2185
2185
|
];
|
|
2186
2186
|
}, !0),
|
|
2187
|
-
|
|
2187
|
+
x(w.$slots, W.name + "-right", {}, void 0, !0)
|
|
2188
2188
|
], 64))), 256)),
|
|
2189
|
-
|
|
2189
|
+
x(w.$slots, "f-footer-right", {}, void 0, !0)
|
|
2190
2190
|
], 4)
|
|
2191
2191
|
], !0)
|
|
2192
2192
|
]);
|
|
@@ -2195,7 +2195,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2195
2195
|
}), dl = /* @__PURE__ */ et(ua, [["__scopeId", "data-v-9a737339"]]), sa = { class: "dialog-container" }, ia = {
|
|
2196
2196
|
key: 1,
|
|
2197
2197
|
style: { overflow: "hidden" }
|
|
2198
|
-
}, da = { class: "custom-header" }, ca = { style: { display: "flex", flex: "1"
|
|
2198
|
+
}, da = { class: "custom-header" }, ca = { style: { display: "flex", flex: "1" } }, fa = /* @__PURE__ */ Object.assign({
|
|
2199
2199
|
name: "g-model",
|
|
2200
2200
|
inheritAttrs: !1
|
|
2201
2201
|
}, {
|
|
@@ -2224,7 +2224,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2224
2224
|
closeIcon: { type: Object, default: () => Il },
|
|
2225
2225
|
minIcon: { type: Object, default: () => Ol },
|
|
2226
2226
|
draggable: { type: Boolean, default: !0 },
|
|
2227
|
-
showClose: { type: Boolean, default: !
|
|
2227
|
+
showClose: { type: Boolean, default: !0 },
|
|
2228
2228
|
fullscreen: { type: Boolean, default: !1 }
|
|
2229
2229
|
},
|
|
2230
2230
|
emits: [
|
|
@@ -2238,7 +2238,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2238
2238
|
"restore"
|
|
2239
2239
|
],
|
|
2240
2240
|
setup(r, { expose: u, emit: e }) {
|
|
2241
|
-
const l = r, n = It(), i = e, t = ae(l.fullscreen), f = Fe(() => l.type === "drawer" ? "el-drawer" : "el-dialog"),
|
|
2241
|
+
const l = r, n = It(), i = e, t = ae(l.fullscreen), f = Fe(() => l.type === "drawer" ? "el-drawer" : "el-dialog"), M = Fe(() => {
|
|
2242
2242
|
const X = {
|
|
2243
2243
|
modal: l.modal,
|
|
2244
2244
|
closeOnClickModal: l.type !== "dialog",
|
|
@@ -2285,92 +2285,95 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2285
2285
|
}
|
|
2286
2286
|
return u({
|
|
2287
2287
|
handleClose: () => y.value.handleClose()
|
|
2288
|
-
}), (X, ne) => (
|
|
2289
|
-
d.value ? (
|
|
2288
|
+
}), (X, ne) => (m(), z("div", sa, [
|
|
2289
|
+
d.value ? (m(), z("div", {
|
|
2290
2290
|
key: 0,
|
|
2291
2291
|
class: "minimize-ball",
|
|
2292
2292
|
onClick: Z
|
|
2293
|
-
},
|
|
2294
|
-
(
|
|
2293
|
+
}, xe(r.title), 1)) : (m(), z("div", ia, [
|
|
2294
|
+
(m(), E(Pe(f.value), A({
|
|
2295
2295
|
ref_key: "dialogExtend",
|
|
2296
2296
|
ref: y,
|
|
2297
2297
|
modelValue: v.value,
|
|
2298
|
-
"onUpdate:modelValue": ne[1] || (ne[1] = (
|
|
2298
|
+
"onUpdate:modelValue": ne[1] || (ne[1] = (ue) => v.value = ue),
|
|
2299
2299
|
onOpen: p,
|
|
2300
2300
|
onOpened: L,
|
|
2301
2301
|
"lock-scroll": !0,
|
|
2302
2302
|
onClose: F,
|
|
2303
2303
|
onClosed: I,
|
|
2304
|
-
draggable: ""
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2304
|
+
draggable: ""
|
|
2305
|
+
}, M.value, {
|
|
2306
|
+
fullscreen: t.value,
|
|
2307
|
+
"show-close": !1
|
|
2308
|
+
}), ge({
|
|
2309
|
+
header: _(({ titleClass: ue, closeIconClass: pe }) => [
|
|
2310
|
+
x(X.$slots, "header", {
|
|
2311
|
+
titleClass: ue,
|
|
2310
2312
|
closeIconClass: pe
|
|
2311
2313
|
}, () => [
|
|
2312
2314
|
K("div", da, [
|
|
2313
|
-
|
|
2314
|
-
K("span", ca,
|
|
2315
|
+
x(X.$slots, "title", {}, () => [
|
|
2316
|
+
K("span", ca, xe(r.title), 1)
|
|
2315
2317
|
], !0),
|
|
2316
2318
|
K("div", null, [
|
|
2317
|
-
r.minimize ? (
|
|
2319
|
+
r.minimize ? (m(), E(U(Yt), {
|
|
2318
2320
|
key: 0,
|
|
2319
2321
|
class: "btn-icon",
|
|
2320
2322
|
onClick: vt(G, ["stop"])
|
|
2321
2323
|
}, {
|
|
2322
2324
|
default: _(() => [
|
|
2323
|
-
(
|
|
2325
|
+
(m(), E(Pe(r.minIcon)))
|
|
2324
2326
|
]),
|
|
2325
2327
|
_: 1
|
|
2326
|
-
})) :
|
|
2327
|
-
r.maximize ? (
|
|
2328
|
+
})) : be("", !0),
|
|
2329
|
+
r.maximize ? (m(), E(U(Yt), {
|
|
2328
2330
|
key: 1,
|
|
2329
2331
|
class: "btn-icon",
|
|
2330
2332
|
onClick: vt(k, ["stop"])
|
|
2331
2333
|
}, {
|
|
2332
2334
|
default: _(() => [
|
|
2333
|
-
(
|
|
2335
|
+
(m(), E(Pe(o.value ? r.resizeIcon : r.maxIcon)))
|
|
2334
2336
|
]),
|
|
2335
2337
|
_: 1
|
|
2336
|
-
})) :
|
|
2337
|
-
|
|
2338
|
+
})) : be("", !0),
|
|
2339
|
+
l.showClose ? (m(), E(U(Yt), {
|
|
2340
|
+
key: 2,
|
|
2338
2341
|
class: "btn-icon",
|
|
2339
2342
|
onClick: ne[0] || (ne[0] = vt((Se) => y.value.handleClose(), ["stop"]))
|
|
2340
2343
|
}, {
|
|
2341
2344
|
default: _(() => [
|
|
2342
|
-
(
|
|
2345
|
+
(m(), E(Pe(r.closeIcon)))
|
|
2343
2346
|
]),
|
|
2344
2347
|
_: 1
|
|
2345
|
-
})
|
|
2348
|
+
})) : be("", !0)
|
|
2346
2349
|
])
|
|
2347
2350
|
])
|
|
2348
2351
|
], !0)
|
|
2349
2352
|
]),
|
|
2350
2353
|
default: _(() => [
|
|
2351
|
-
|
|
2354
|
+
x(X.$slots, "default", {}, void 0, !0)
|
|
2352
2355
|
]),
|
|
2353
2356
|
_: 2
|
|
2354
2357
|
}, [
|
|
2355
2358
|
X.$slots.footer ? {
|
|
2356
2359
|
name: "footer",
|
|
2357
2360
|
fn: _(() => [
|
|
2358
|
-
|
|
2361
|
+
x(X.$slots, "footer", {}, void 0, !0)
|
|
2359
2362
|
]),
|
|
2360
2363
|
key: "0"
|
|
2361
2364
|
} : void 0,
|
|
2362
2365
|
l.type === "drawer" ? {
|
|
2363
2366
|
name: "trigger",
|
|
2364
2367
|
fn: _(() => [
|
|
2365
|
-
|
|
2368
|
+
x(X.$slots, "trigger", {}, void 0, !0)
|
|
2366
2369
|
]),
|
|
2367
2370
|
key: "1"
|
|
2368
2371
|
} : void 0
|
|
2369
|
-
]), 1040, ["modelValue", "
|
|
2372
|
+
]), 1040, ["modelValue", "fullscreen"]))
|
|
2370
2373
|
]))
|
|
2371
2374
|
]));
|
|
2372
2375
|
}
|
|
2373
|
-
}), Ft = /* @__PURE__ */ et(fa, [["__scopeId", "data-v-
|
|
2376
|
+
}), Ft = /* @__PURE__ */ et(fa, [["__scopeId", "data-v-1d86c3a5"]]), va = { style: { padding: "15px", "box-sizing": "border-box" } }, pa = { style: { display: "flex", flex: "1", "align-items": "center", height: "30px" } }, ma = { style: { display: "flex", flex: "1", "align-items": "center" } }, ha = {
|
|
2374
2377
|
style: { display: "flex", "flex-wrap": "wrap" },
|
|
2375
2378
|
id: "excelSortEl"
|
|
2376
2379
|
}, ya = ["textContent"], ga = { style: { width: "100%", display: "flex", padding: "10px", "box-sizing": "border-box", "justify-content": "center", "border-top": "1px solid #dcdfe6" } }, ba = {
|
|
@@ -2382,40 +2385,40 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2382
2385
|
emits: ["excel"],
|
|
2383
2386
|
setup(r, { emit: u }) {
|
|
2384
2387
|
const e = r, l = u, n = ae(e.items), i = () => {
|
|
2385
|
-
n.value.forEach((
|
|
2386
|
-
|
|
2388
|
+
n.value.forEach((M) => {
|
|
2389
|
+
M.value = !0;
|
|
2387
2390
|
});
|
|
2388
2391
|
}, t = () => {
|
|
2389
|
-
n.value.forEach((
|
|
2390
|
-
|
|
2392
|
+
n.value.forEach((M) => {
|
|
2393
|
+
M.value = !1;
|
|
2391
2394
|
});
|
|
2392
2395
|
}, f = () => {
|
|
2393
|
-
l("excel", n.value, (
|
|
2394
|
-
if (!
|
|
2396
|
+
l("excel", n.value, (M, v = "excel.xls") => {
|
|
2397
|
+
if (!M) {
|
|
2395
2398
|
console.error("下载链接无效");
|
|
2396
2399
|
return;
|
|
2397
2400
|
}
|
|
2398
2401
|
try {
|
|
2399
2402
|
const y = document.createElement("a");
|
|
2400
|
-
y.href =
|
|
2403
|
+
y.href = M, y.download = v, y.style.display = "none", document.body.appendChild(y), y.click(), document.body.removeChild(y);
|
|
2401
2404
|
} catch (y) {
|
|
2402
2405
|
console.error("下载文件时出现错误:", y);
|
|
2403
2406
|
}
|
|
2404
2407
|
});
|
|
2405
2408
|
};
|
|
2406
2409
|
return yt(() => {
|
|
2407
|
-
const
|
|
2410
|
+
const M = new rl(document.getElementById("excelSortEl"), {
|
|
2408
2411
|
animation: 150,
|
|
2409
2412
|
onEnd: () => {
|
|
2410
|
-
|
|
2413
|
+
M.toArray();
|
|
2411
2414
|
}
|
|
2412
|
-
}), v =
|
|
2415
|
+
}), v = M;
|
|
2413
2416
|
_l(() => {
|
|
2414
2417
|
v && v.destroy();
|
|
2415
2418
|
});
|
|
2416
|
-
}), (
|
|
2419
|
+
}), (M, v) => {
|
|
2417
2420
|
const y = R("el-divider"), o = R("el-icon"), d = R("el-text"), p = R("el-checkbox"), L = R("el-button");
|
|
2418
|
-
return
|
|
2421
|
+
return m(), z("div", va, [
|
|
2419
2422
|
K("div", null, [
|
|
2420
2423
|
K("div", pa, [
|
|
2421
2424
|
K("div", ma, [
|
|
@@ -2423,21 +2426,21 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2423
2426
|
onClick: i,
|
|
2424
2427
|
style: { cursor: "pointer" }
|
|
2425
2428
|
}, "全选"),
|
|
2426
|
-
|
|
2429
|
+
se(y, { direction: "vertical" }),
|
|
2427
2430
|
K("a", {
|
|
2428
2431
|
onClick: t,
|
|
2429
2432
|
style: { cursor: "pointer" }
|
|
2430
2433
|
}, "全不选")
|
|
2431
2434
|
]),
|
|
2432
2435
|
K("div", null, [
|
|
2433
|
-
|
|
2436
|
+
se(d, {
|
|
2434
2437
|
title: "拖动列标题可以改变表格列的生成顺序 !",
|
|
2435
2438
|
type: "warning"
|
|
2436
2439
|
}, {
|
|
2437
2440
|
default: _(() => [
|
|
2438
|
-
|
|
2441
|
+
se(o, { size: "16" }, {
|
|
2439
2442
|
default: _(() => [
|
|
2440
|
-
|
|
2443
|
+
se(U(ll))
|
|
2441
2444
|
]),
|
|
2442
2445
|
_: 1
|
|
2443
2446
|
}),
|
|
@@ -2449,7 +2452,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2449
2452
|
]),
|
|
2450
2453
|
v[1] || (v[1] = K("div", { style: { margin: "1px 0" } }, null, -1)),
|
|
2451
2454
|
K("div", ha, [
|
|
2452
|
-
(
|
|
2455
|
+
(m(!0), z(re, null, N(n.value, (F) => (m(), E(p, {
|
|
2453
2456
|
class: "check-box-hover",
|
|
2454
2457
|
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" },
|
|
2455
2458
|
"data-id": F.key,
|
|
@@ -2460,7 +2463,7 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2460
2463
|
}, {
|
|
2461
2464
|
default: _(() => [
|
|
2462
2465
|
K("span", {
|
|
2463
|
-
textContent:
|
|
2466
|
+
textContent: xe(F.label),
|
|
2464
2467
|
style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
|
|
2465
2468
|
}, null, 8, ya)
|
|
2466
2469
|
]),
|
|
@@ -2469,14 +2472,14 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2469
2472
|
])
|
|
2470
2473
|
]),
|
|
2471
2474
|
K("div", ga, [
|
|
2472
|
-
|
|
2475
|
+
se(L, {
|
|
2473
2476
|
type: "primary",
|
|
2474
2477
|
onClick: f,
|
|
2475
2478
|
icon: U(al),
|
|
2476
2479
|
disabled: n.value.filter((F) => F.value).length < 1
|
|
2477
2480
|
}, {
|
|
2478
2481
|
default: _(() => [
|
|
2479
|
-
Ae(
|
|
2482
|
+
Ae(xe(e.commitText), 1)
|
|
2480
2483
|
]),
|
|
2481
2484
|
_: 1
|
|
2482
2485
|
}, 8, ["icon", "disabled"])
|
|
@@ -2484,8 +2487,8 @@ const Et = /* @__PURE__ */ ol(Rl), et = (r, u) => {
|
|
|
2484
2487
|
]);
|
|
2485
2488
|
};
|
|
2486
2489
|
}
|
|
2487
|
-
}, $a = /* @__PURE__ */ et(ba, [["__scopeId", "data-v-13575747"]]), wa = "vue-gyc-ui", ka = 1,
|
|
2488
|
-
|
|
2490
|
+
}, $a = /* @__PURE__ */ et(ba, [["__scopeId", "data-v-13575747"]]), wa = "vue-gyc-ui", ka = 1, $e = new Hl(wa);
|
|
2491
|
+
$e.version(ka).stores({
|
|
2489
2492
|
// 记录表格项设置信息
|
|
2490
2493
|
tableWidths: "++id, [page+key], page, key,width",
|
|
2491
2494
|
// 记录表格分页条数
|
|
@@ -2501,8 +2504,8 @@ const ct = (r, u) => {
|
|
|
2501
2504
|
};
|
|
2502
2505
|
async function Tt(r, u, e) {
|
|
2503
2506
|
try {
|
|
2504
|
-
const l = await
|
|
2505
|
-
l ? e === "add" ? l.keys.includes(u) || (l.keys.push(u), await
|
|
2507
|
+
const l = await $e.tableColsState.where({ page: r }).first();
|
|
2508
|
+
l ? e === "add" ? l.keys.includes(u) || (l.keys.push(u), await $e.tableColsState.put(l)) : e === "del" ? (l.keys = l.keys.filter((n) => n !== u), await $e.tableColsState.put(l)) : e === "delAll" ? (l.keys = u, await $e.tableColsState.put(l)) : e === "selectAll" && await $e.tableColsState.where({ page: r }).delete() : e === "add" ? await $e.tableColsState.add({ page: r, keys: [u] }) : e === "delAll" && await $e.tableColsState.add({ page: r, keys: u });
|
|
2506
2509
|
} catch (l) {
|
|
2507
2510
|
throw console.error(`处理表格列状态时出错 (page: ${r}, key: ${u}, state: ${e}):`, l), l;
|
|
2508
2511
|
}
|
|
@@ -2510,8 +2513,8 @@ async function Tt(r, u, e) {
|
|
|
2510
2513
|
async function _a(r, u, e) {
|
|
2511
2514
|
ct(r);
|
|
2512
2515
|
try {
|
|
2513
|
-
const l = await
|
|
2514
|
-
return l ? (await
|
|
2516
|
+
const l = await $e.tableWidths.where({ page: r, key: u }).first();
|
|
2517
|
+
return l ? (await $e.tableWidths.put({ ...l, width: e }), "update success") : (await $e.tableWidths.add({ page: r, key: u, width: e }), "add success");
|
|
2515
2518
|
} catch (l) {
|
|
2516
2519
|
throw console.error(`保存表格项设置信息时出错 (page: ${r}, key: ${u}):`, l), l;
|
|
2517
2520
|
}
|
|
@@ -2519,29 +2522,29 @@ async function _a(r, u, e) {
|
|
|
2519
2522
|
async function Ca(r) {
|
|
2520
2523
|
ct(r);
|
|
2521
2524
|
try {
|
|
2522
|
-
return await
|
|
2525
|
+
return await $e.tableWidths.where({ page: r }).toArray();
|
|
2523
2526
|
} catch (u) {
|
|
2524
2527
|
throw console.error(`获取表格项设置信息时出错 (page: ${r}):`, u), u;
|
|
2525
2528
|
}
|
|
2526
2529
|
}
|
|
2527
|
-
async function
|
|
2530
|
+
async function Ma(r) {
|
|
2528
2531
|
ct(r);
|
|
2529
2532
|
try {
|
|
2530
|
-
const u = await
|
|
2533
|
+
const u = await $e.tableColsState.where({ page: r }).toArray();
|
|
2531
2534
|
return !u || u.length === 0 ? [] : u[0].keys;
|
|
2532
2535
|
} catch (u) {
|
|
2533
2536
|
throw console.error(`获取表格列状态时出错 (page: ${r}):`, u), u;
|
|
2534
2537
|
}
|
|
2535
2538
|
}
|
|
2536
|
-
async function
|
|
2539
|
+
async function xa(r) {
|
|
2537
2540
|
ct(r);
|
|
2538
2541
|
try {
|
|
2539
|
-
return await
|
|
2542
|
+
return await $e.transaction("rw", $e.tableWidths, $e.pageInfo, $e.sorts, $e.tableColsState, async () => {
|
|
2540
2543
|
await Promise.all([
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2544
|
+
$e.tableWidths.where({ page: r }).delete(),
|
|
2545
|
+
$e.pageInfo.where({ page: r }).delete(),
|
|
2546
|
+
$e.sorts.where({ page: r }).delete(),
|
|
2547
|
+
$e.tableColsState.where({ page: r }).delete()
|
|
2545
2548
|
]);
|
|
2546
2549
|
});
|
|
2547
2550
|
} catch (u) {
|
|
@@ -2551,8 +2554,8 @@ async function Ma(r) {
|
|
|
2551
2554
|
async function Sa({ page: r, size: u }) {
|
|
2552
2555
|
ct(r);
|
|
2553
2556
|
try {
|
|
2554
|
-
const e = await
|
|
2555
|
-
return e ? (await
|
|
2557
|
+
const e = await $e.pageInfo.where({ page: r }).first();
|
|
2558
|
+
return e ? (await $e.pageInfo.put({ ...e, size: u }), "update success") : (await $e.pageInfo.add({ page: r, size: u }), "add success");
|
|
2556
2559
|
} catch (e) {
|
|
2557
2560
|
throw console.error(`保存分页条数时出错 (page: ${r}):`, e), e;
|
|
2558
2561
|
}
|
|
@@ -2560,7 +2563,7 @@ async function Sa({ page: r, size: u }) {
|
|
|
2560
2563
|
async function Ta(r) {
|
|
2561
2564
|
ct(r);
|
|
2562
2565
|
try {
|
|
2563
|
-
const u = await
|
|
2566
|
+
const u = await $e.pageInfo.where({ page: r }).first();
|
|
2564
2567
|
return u == null ? void 0 : u.size;
|
|
2565
2568
|
} catch (u) {
|
|
2566
2569
|
throw console.error(`获取分页条数时出错 (page: ${r}):`, u), u;
|
|
@@ -2569,8 +2572,8 @@ async function Ta(r) {
|
|
|
2569
2572
|
async function Va(r, u) {
|
|
2570
2573
|
ct(r);
|
|
2571
2574
|
try {
|
|
2572
|
-
const e = await
|
|
2573
|
-
return e ? (await
|
|
2575
|
+
const e = await $e.sorts.where({ page: r }).first();
|
|
2576
|
+
return e ? (await $e.sorts.put({ ...e, keys: u }), "update success") : (await $e.sorts.add({ page: r, keys: u }), "add success");
|
|
2574
2577
|
} catch (e) {
|
|
2575
2578
|
throw console.error(`保存表格字段顺序时出错 (page: ${r}):`, e), e;
|
|
2576
2579
|
}
|
|
@@ -2578,7 +2581,7 @@ async function Va(r, u) {
|
|
|
2578
2581
|
async function Ea(r) {
|
|
2579
2582
|
ct(r);
|
|
2580
2583
|
try {
|
|
2581
|
-
const u = await
|
|
2584
|
+
const u = await $e.sorts.where({ page: r }).first();
|
|
2582
2585
|
return (u == null ? void 0 : u.keys) || [];
|
|
2583
2586
|
} catch (u) {
|
|
2584
2587
|
throw console.error(`获取表格字段顺序时出错 (page: ${r}):`, u), u;
|
|
@@ -2629,7 +2632,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2629
2632
|
}
|
|
2630
2633
|
});
|
|
2631
2634
|
}
|
|
2632
|
-
},
|
|
2635
|
+
}, M = async () => {
|
|
2633
2636
|
try {
|
|
2634
2637
|
n.value.forEach((o) => {
|
|
2635
2638
|
o.showCol = !0;
|
|
@@ -2662,7 +2665,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2662
2665
|
cancelButtonText: "取消",
|
|
2663
2666
|
type: "warning"
|
|
2664
2667
|
}).then(() => {
|
|
2665
|
-
|
|
2668
|
+
xa(e.tuid).then((o) => {
|
|
2666
2669
|
window.location.reload();
|
|
2667
2670
|
}).catch((o) => {
|
|
2668
2671
|
console.error("复位操作出错:", o), ut({
|
|
@@ -2683,20 +2686,20 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2683
2686
|
})).sort((o, d) => o.sort - d.sort), f();
|
|
2684
2687
|
}), (o, d) => {
|
|
2685
2688
|
const p = R("el-divider"), L = R("el-icon"), F = R("el-text"), I = R("el-checkbox");
|
|
2686
|
-
return
|
|
2689
|
+
return m(), z("div", Da, [
|
|
2687
2690
|
K("div", Oa, [
|
|
2688
2691
|
K("div", Ia, [
|
|
2689
|
-
K("a", { onClick:
|
|
2690
|
-
|
|
2692
|
+
K("a", { onClick: M }, "全选"),
|
|
2693
|
+
se(p, { direction: "vertical" }),
|
|
2691
2694
|
K("a", { onClick: v }, "全不选"),
|
|
2692
|
-
|
|
2695
|
+
se(p, { direction: "vertical" }),
|
|
2693
2696
|
K("a", { onClick: y }, "复位")
|
|
2694
2697
|
]),
|
|
2695
|
-
|
|
2698
|
+
se(F, { type: "warning" }, {
|
|
2696
2699
|
default: _(() => [
|
|
2697
|
-
|
|
2700
|
+
se(L, { size: "16" }, {
|
|
2698
2701
|
default: _(() => [
|
|
2699
|
-
|
|
2702
|
+
se(U(ll))
|
|
2700
2703
|
]),
|
|
2701
2704
|
_: 1
|
|
2702
2705
|
}),
|
|
@@ -2707,7 +2710,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2707
2710
|
]),
|
|
2708
2711
|
K("div", null, [
|
|
2709
2712
|
K("div", qa, [
|
|
2710
|
-
(
|
|
2713
|
+
(m(!0), z(re, null, N(U(n), (k) => (m(), E(I, {
|
|
2711
2714
|
modelValue: k.showCol,
|
|
2712
2715
|
"onUpdate:modelValue": (G) => k.showCol = G,
|
|
2713
2716
|
"data-id": k.value,
|
|
@@ -2721,7 +2724,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2721
2724
|
}, {
|
|
2722
2725
|
default: _(() => [
|
|
2723
2726
|
K("span", {
|
|
2724
|
-
textContent:
|
|
2727
|
+
textContent: xe(k.label),
|
|
2725
2728
|
style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
|
|
2726
2729
|
}, null, 8, Aa)
|
|
2727
2730
|
]),
|
|
@@ -2748,7 +2751,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2748
2751
|
const u = r, e = () => {
|
|
2749
2752
|
u.content ? (navigator.clipboard.writeText(u.content), ut.success("复制成功")) : ut.warning("没有内容可复制");
|
|
2750
2753
|
};
|
|
2751
|
-
return (l, n) => (
|
|
2754
|
+
return (l, n) => (m(), z("div", {
|
|
2752
2755
|
class: "g-cell-toopTip",
|
|
2753
2756
|
style: Ue({ width: u.column.width + "px" })
|
|
2754
2757
|
}, [
|
|
@@ -2759,10 +2762,10 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2759
2762
|
onClick: e,
|
|
2760
2763
|
title: "复制内容"
|
|
2761
2764
|
}, [
|
|
2762
|
-
|
|
2765
|
+
se(U(Al))
|
|
2763
2766
|
])
|
|
2764
2767
|
]),
|
|
2765
|
-
K("div", La,
|
|
2768
|
+
K("div", La, xe(u.content), 1)
|
|
2766
2769
|
], 4));
|
|
2767
2770
|
}
|
|
2768
2771
|
}, Fa = /* @__PURE__ */ et(Ha, [["__scopeId", "data-v-f28912da"]]), Ra = {
|
|
@@ -2806,7 +2809,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2806
2809
|
}), f = (d) => {
|
|
2807
2810
|
const p = u.m[d], L = p == null ? void 0 : p.view, F = typeof L == "function" ? L(u.row, null, 0, u.m) : L || {}, I = p == null ? void 0 : p.table;
|
|
2808
2811
|
return { ...typeof I == "function" ? I(u.row) || {} : {}, ...F };
|
|
2809
|
-
},
|
|
2812
|
+
}, M = (d) => {
|
|
2810
2813
|
const p = f(d);
|
|
2811
2814
|
return (p == null ? void 0 : p.type) || "text-info";
|
|
2812
2815
|
}, v = Fe(() => Object.entries(u.m).filter(([d, p]) => {
|
|
@@ -2831,37 +2834,37 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2831
2834
|
return (d, p) => {
|
|
2832
2835
|
var I;
|
|
2833
2836
|
const L = R("el-descriptions-item"), F = R("el-descriptions");
|
|
2834
|
-
return
|
|
2837
|
+
return m(), z("div", {
|
|
2835
2838
|
class: "g-detail-container",
|
|
2836
2839
|
style: Ue(((I = n.value) == null ? void 0 : I.style) || {})
|
|
2837
2840
|
}, [
|
|
2838
|
-
|
|
2841
|
+
se(F, A({ border: "" }, U(Ne)(n.value, (k) => !["container"].includes(k))), ge({
|
|
2839
2842
|
default: _(() => [
|
|
2840
|
-
(
|
|
2843
|
+
(m(!0), z(re, null, N(v.value, ([k, G]) => {
|
|
2841
2844
|
var Z, X;
|
|
2842
|
-
return
|
|
2845
|
+
return m(), E(L, A({
|
|
2843
2846
|
label: (Z = u.m[k]) == null ? void 0 : Z.label
|
|
2844
2847
|
}, { ref_for: !0 }, { ...t.value, ...((X = f(k)) == null ? void 0 : X.item) || {} }, { key: k }), {
|
|
2845
2848
|
label: _(() => [
|
|
2846
|
-
|
|
2849
|
+
x(d.$slots, `view-${k}-label`, {
|
|
2847
2850
|
row: u.row
|
|
2848
2851
|
}, () => {
|
|
2849
2852
|
var ne;
|
|
2850
2853
|
return [
|
|
2851
|
-
Ae(
|
|
2854
|
+
Ae(xe((ne = u.m[k]) == null ? void 0 : ne.label), 1)
|
|
2852
2855
|
];
|
|
2853
2856
|
}, !0)
|
|
2854
2857
|
]),
|
|
2855
2858
|
default: _(() => [
|
|
2856
|
-
|
|
2859
|
+
x(d.$slots, `view-${k}`, {
|
|
2857
2860
|
row: u.row
|
|
2858
2861
|
}, () => [
|
|
2859
|
-
|
|
2862
|
+
se(ht, {
|
|
2860
2863
|
modelValue: o.value[k],
|
|
2861
2864
|
"onUpdate:modelValue": (ne) => o.value[k] = ne,
|
|
2862
2865
|
item: f(k),
|
|
2863
2866
|
ctrlKey: k,
|
|
2864
|
-
ctrlType:
|
|
2867
|
+
ctrlType: M(k),
|
|
2865
2868
|
model: u.row,
|
|
2866
2869
|
formInfo: u.row,
|
|
2867
2870
|
t: "v"
|
|
@@ -2877,7 +2880,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Oa = { st
|
|
|
2877
2880
|
N(d.$slots, (k, G, Z) => ({
|
|
2878
2881
|
name: G,
|
|
2879
2882
|
fn: _((X) => [
|
|
2880
|
-
|
|
2883
|
+
x(d.$slots, G, { model: X }, void 0, !0)
|
|
2881
2884
|
])
|
|
2882
2885
|
}))
|
|
2883
2886
|
]), 1040)
|
|
@@ -2997,26 +3000,26 @@ function Na(r) {
|
|
|
2997
3000
|
(function() {
|
|
2998
3001
|
var r = Ba, u = Bt.utf8, e = Pa, l = Bt.bin, n = function(i, t) {
|
|
2999
3002
|
i.constructor == String ? t && t.encoding === "binary" ? i = l.stringToBytes(i) : i = u.stringToBytes(i) : e(i) ? i = Array.prototype.slice.call(i, 0) : !Array.isArray(i) && i.constructor !== Uint8Array && (i = i.toString());
|
|
3000
|
-
for (var f = r.bytesToWords(i),
|
|
3003
|
+
for (var f = r.bytesToWords(i), M = i.length * 8, v = 1732584193, y = -271733879, o = -1732584194, d = 271733878, p = 0; p < f.length; p++)
|
|
3001
3004
|
f[p] = (f[p] << 8 | f[p] >>> 24) & 16711935 | (f[p] << 24 | f[p] >>> 8) & 4278255360;
|
|
3002
|
-
f[
|
|
3005
|
+
f[M >>> 5] |= 128 << M % 32, f[(M + 64 >>> 9 << 4) + 14] = M;
|
|
3003
3006
|
for (var L = n._ff, F = n._gg, I = n._hh, k = n._ii, p = 0; p < f.length; p += 16) {
|
|
3004
3007
|
var G = v, Z = y, X = o, ne = d;
|
|
3005
3008
|
v = L(v, y, o, d, f[p + 0], 7, -680876936), d = L(d, v, y, o, f[p + 1], 12, -389564586), o = L(o, d, v, y, f[p + 2], 17, 606105819), y = L(y, o, d, v, f[p + 3], 22, -1044525330), v = L(v, y, o, d, f[p + 4], 7, -176418897), d = L(d, v, y, o, f[p + 5], 12, 1200080426), o = L(o, d, v, y, f[p + 6], 17, -1473231341), y = L(y, o, d, v, f[p + 7], 22, -45705983), v = L(v, y, o, d, f[p + 8], 7, 1770035416), d = L(d, v, y, o, f[p + 9], 12, -1958414417), o = L(o, d, v, y, f[p + 10], 17, -42063), y = L(y, o, d, v, f[p + 11], 22, -1990404162), v = L(v, y, o, d, f[p + 12], 7, 1804603682), d = L(d, v, y, o, f[p + 13], 12, -40341101), o = L(o, d, v, y, f[p + 14], 17, -1502002290), y = L(y, o, d, v, f[p + 15], 22, 1236535329), v = F(v, y, o, d, f[p + 1], 5, -165796510), d = F(d, v, y, o, f[p + 6], 9, -1069501632), o = F(o, d, v, y, f[p + 11], 14, 643717713), y = F(y, o, d, v, f[p + 0], 20, -373897302), v = F(v, y, o, d, f[p + 5], 5, -701558691), d = F(d, v, y, o, f[p + 10], 9, 38016083), o = F(o, d, v, y, f[p + 15], 14, -660478335), y = F(y, o, d, v, f[p + 4], 20, -405537848), v = F(v, y, o, d, f[p + 9], 5, 568446438), d = F(d, v, y, o, f[p + 14], 9, -1019803690), o = F(o, d, v, y, f[p + 3], 14, -187363961), y = F(y, o, d, v, f[p + 8], 20, 1163531501), v = F(v, y, o, d, f[p + 13], 5, -1444681467), d = F(d, v, y, o, f[p + 2], 9, -51403784), o = F(o, d, v, y, f[p + 7], 14, 1735328473), y = F(y, o, d, v, f[p + 12], 20, -1926607734), v = I(v, y, o, d, f[p + 5], 4, -378558), d = I(d, v, y, o, f[p + 8], 11, -2022574463), o = I(o, d, v, y, f[p + 11], 16, 1839030562), y = I(y, o, d, v, f[p + 14], 23, -35309556), v = I(v, y, o, d, f[p + 1], 4, -1530992060), d = I(d, v, y, o, f[p + 4], 11, 1272893353), o = I(o, d, v, y, f[p + 7], 16, -155497632), y = I(y, o, d, v, f[p + 10], 23, -1094730640), v = I(v, y, o, d, f[p + 13], 4, 681279174), d = I(d, v, y, o, f[p + 0], 11, -358537222), o = I(o, d, v, y, f[p + 3], 16, -722521979), y = I(y, o, d, v, f[p + 6], 23, 76029189), v = I(v, y, o, d, f[p + 9], 4, -640364487), d = I(d, v, y, o, f[p + 12], 11, -421815835), o = I(o, d, v, y, f[p + 15], 16, 530742520), y = I(y, o, d, v, f[p + 2], 23, -995338651), v = k(v, y, o, d, f[p + 0], 6, -198630844), d = k(d, v, y, o, f[p + 7], 10, 1126891415), o = k(o, d, v, y, f[p + 14], 15, -1416354905), y = k(y, o, d, v, f[p + 5], 21, -57434055), v = k(v, y, o, d, f[p + 12], 6, 1700485571), d = k(d, v, y, o, f[p + 3], 10, -1894986606), o = k(o, d, v, y, f[p + 10], 15, -1051523), y = k(y, o, d, v, f[p + 1], 21, -2054922799), v = k(v, y, o, d, f[p + 8], 6, 1873313359), d = k(d, v, y, o, f[p + 15], 10, -30611744), o = k(o, d, v, y, f[p + 6], 15, -1560198380), y = k(y, o, d, v, f[p + 13], 21, 1309151649), v = k(v, y, o, d, f[p + 4], 6, -145523070), d = k(d, v, y, o, f[p + 11], 10, -1120210379), o = k(o, d, v, y, f[p + 2], 15, 718787259), y = k(y, o, d, v, f[p + 9], 21, -343485551), v = v + G >>> 0, y = y + Z >>> 0, o = o + X >>> 0, d = d + ne >>> 0;
|
|
3006
3009
|
}
|
|
3007
3010
|
return r.endian([v, y, o, d]);
|
|
3008
3011
|
};
|
|
3009
|
-
n._ff = function(i, t, f,
|
|
3010
|
-
var d = i + (t & f | ~t &
|
|
3012
|
+
n._ff = function(i, t, f, M, v, y, o) {
|
|
3013
|
+
var d = i + (t & f | ~t & M) + (v >>> 0) + o;
|
|
3011
3014
|
return (d << y | d >>> 32 - y) + t;
|
|
3012
|
-
}, n._gg = function(i, t, f,
|
|
3013
|
-
var d = i + (t &
|
|
3015
|
+
}, n._gg = function(i, t, f, M, v, y, o) {
|
|
3016
|
+
var d = i + (t & M | f & ~M) + (v >>> 0) + o;
|
|
3014
3017
|
return (d << y | d >>> 32 - y) + t;
|
|
3015
|
-
}, n._hh = function(i, t, f,
|
|
3016
|
-
var d = i + (t ^ f ^
|
|
3018
|
+
}, n._hh = function(i, t, f, M, v, y, o) {
|
|
3019
|
+
var d = i + (t ^ f ^ M) + (v >>> 0) + o;
|
|
3017
3020
|
return (d << y | d >>> 32 - y) + t;
|
|
3018
|
-
}, n._ii = function(i, t, f,
|
|
3019
|
-
var d = i + (f ^ (t | ~
|
|
3021
|
+
}, n._ii = function(i, t, f, M, v, y, o) {
|
|
3022
|
+
var d = i + (f ^ (t | ~M)) + (v >>> 0) + o;
|
|
3020
3023
|
return (d << y | d >>> 32 - y) + t;
|
|
3021
3024
|
}, n._blocksize = 16, n._digestsize = 16, cl.exports = function(i, t) {
|
|
3022
3025
|
if (i == null)
|
|
@@ -3059,17 +3062,17 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3059
3062
|
], ["update:modelValue", "update:selectedRows"]),
|
|
3060
3063
|
setup(r, { expose: u, emit: e }) {
|
|
3061
3064
|
var Ge, Xe, gt, bt, $t, wt, kt;
|
|
3062
|
-
const l = ae(""), n = r, i = e, t = lt(r, "modelValue"), f = Ot("options"),
|
|
3065
|
+
const l = ae(""), n = r, i = e, t = lt(r, "modelValue"), f = Ot("options"), M = ae({}), v = ae(!0), y = Object.entries(t.value).filter(([a, s]) => (s == null ? void 0 : s.search) !== void 0).map(([a, s]) => {
|
|
3063
3066
|
var C;
|
|
3064
3067
|
let g;
|
|
3065
3068
|
if (typeof s.search == "function") {
|
|
3066
|
-
const q = s.search(
|
|
3069
|
+
const q = s.search(M.value);
|
|
3067
3070
|
g = (q == null ? void 0 : q.value) ?? s.value;
|
|
3068
3071
|
} else
|
|
3069
3072
|
g = ((C = s.search) == null ? void 0 : C.value) ?? s.value;
|
|
3070
3073
|
return [a, g];
|
|
3071
3074
|
});
|
|
3072
|
-
|
|
3075
|
+
M.value = Object.fromEntries(y);
|
|
3073
3076
|
const o = ae(!1), d = [
|
|
3074
3077
|
"type",
|
|
3075
3078
|
"index",
|
|
@@ -3115,7 +3118,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3115
3118
|
try {
|
|
3116
3119
|
i(
|
|
3117
3120
|
"load",
|
|
3118
|
-
{ currentPage: s, pageSize: g, ...
|
|
3121
|
+
{ currentPage: s, pageSize: g, ...M.value },
|
|
3119
3122
|
(C = [], q = 0, { fields: j = [], sums: B = {} } = {}) => {
|
|
3120
3123
|
var he;
|
|
3121
3124
|
if (!Array.isArray(C)) {
|
|
@@ -3138,7 +3141,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3138
3141
|
_a(Z.value, g.property, a);
|
|
3139
3142
|
},
|
|
3140
3143
|
onRowDblclick: (a, s, g) => {
|
|
3141
|
-
t.value.table.dblclickType == "edit" ? T(a, s, g, t) : t.value.table.dblclickType == "view" ? O(a, s, g, t) : t.value.table.dblclickType == "delete" ?
|
|
3144
|
+
t.value.table.dblclickType == "edit" ? T(a, s, g, t) : t.value.table.dblclickType == "view" ? O(a, s, g, t) : t.value.table.dblclickType == "delete" ? D(a, s, g, t) : t.value.table.dblclickType(a, s, g, t);
|
|
3142
3145
|
},
|
|
3143
3146
|
style: { "min-height": "100px", backgroundColor: "var(--el-bg-color)" },
|
|
3144
3147
|
page: {
|
|
@@ -3178,7 +3181,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3178
3181
|
L
|
|
3179
3182
|
// 继承父组件的属性
|
|
3180
3183
|
);
|
|
3181
|
-
const
|
|
3184
|
+
const ue = {
|
|
3182
3185
|
type: "control",
|
|
3183
3186
|
label: "操作",
|
|
3184
3187
|
align: "center",
|
|
@@ -3296,13 +3299,13 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3296
3299
|
onClick: () => {
|
|
3297
3300
|
var j;
|
|
3298
3301
|
let q = (j = Se(a, s, g, C)) == null ? void 0 : j.operate;
|
|
3299
|
-
q === "edit" ? T(a, s, g, C) : q === "delete" ?
|
|
3302
|
+
q === "edit" ? T(a, s, g, C) : q === "delete" ? D(a, s, g, C) : q === "view" && O(a, s, g, C);
|
|
3300
3303
|
},
|
|
3301
3304
|
"button-props": { round: !0, plain: !0 }
|
|
3302
3305
|
})
|
|
3303
3306
|
};
|
|
3304
3307
|
t.value.control = qe(
|
|
3305
|
-
|
|
3308
|
+
ue,
|
|
3306
3309
|
f == null ? void 0 : f.control,
|
|
3307
3310
|
(gt = t.value) == null ? void 0 : gt.control
|
|
3308
3311
|
);
|
|
@@ -3311,21 +3314,21 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3311
3314
|
var Re, Ze, st;
|
|
3312
3315
|
if (!q || !j || B == null)
|
|
3313
3316
|
return console.warn(`merge${a.charAt(0).toUpperCase() + a.slice(1)}: 缺少必要的参数(row, column或index)`), {};
|
|
3314
|
-
const
|
|
3315
|
-
return qe(
|
|
3317
|
+
const we = ((Re = ue[a]) == null ? void 0 : Re.call(ue, q, j, B, he)) || {}, Ee = ((st = (Ze = f == null ? void 0 : f.control) == null ? void 0 : Ze[a]) == null ? void 0 : st.call(Ze, q, j, B, he)) || {}, Oe = (g == null ? void 0 : g(q, j, B, he)) || {};
|
|
3318
|
+
return qe(we, Ee, Oe) || {};
|
|
3316
3319
|
} : (q, j) => {
|
|
3317
3320
|
var Ee, Oe, Re;
|
|
3318
|
-
const B = ((Ee =
|
|
3319
|
-
return qe(B, he,
|
|
3321
|
+
const B = ((Ee = ue[a]) == null ? void 0 : Ee.call(ue, q, j)) || {}, he = ((Re = (Oe = f == null ? void 0 : f.control) == null ? void 0 : Oe[a]) == null ? void 0 : Re.call(Oe, q, j)) || {}, we = (g == null ? void 0 : g(q, j)) || {};
|
|
3322
|
+
return qe(B, he, we) || {};
|
|
3320
3323
|
};
|
|
3321
3324
|
t.value.control[a] = C;
|
|
3322
3325
|
};
|
|
3323
3326
|
pe("edit"), pe("delete"), pe("view"), pe("save"), pe("add", !1), pe("download", !1), pe("setting", !1), pe("batch", !1), pe("toggleExpand", !1);
|
|
3324
3327
|
const Se = (a, s, g, C) => {
|
|
3325
|
-
var he,
|
|
3328
|
+
var he, we, Ee, Oe, Re, Ze;
|
|
3326
3329
|
if (!a || !s || g == null)
|
|
3327
3330
|
return console.warn("mergeDropdown: 缺少必要的参数(row, column或index)"), {};
|
|
3328
|
-
const q = ((he =
|
|
3331
|
+
const q = ((he = ue.dropdown) == null ? void 0 : he.call(ue, a, s, g, C)) || {}, j = ((Ee = (we = f == null ? void 0 : f.control) == null ? void 0 : we.dropdown) == null ? void 0 : Ee.call(we, a, s, g, C)) || {}, B = ((Ze = (Re = (Oe = t.value) == null ? void 0 : Oe.control) == null ? void 0 : Re.dropdown) == null ? void 0 : Ze.call(Re, a, s, g, C)) || {};
|
|
3329
3332
|
return qe(q, j, B) || {};
|
|
3330
3333
|
}, De = {
|
|
3331
3334
|
type: "hidden",
|
|
@@ -3394,9 +3397,9 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3394
3397
|
parseFloat(g)
|
|
3395
3398
|
)}">${mr(parseFloat(g), (a == null ? void 0 : a.precision) || 2, (a == null ? void 0 : a.removeZero) || !1)}</span>`), a.prefix && g && (g = `<span>${a.prefix}${g}</span>`), a.suffix && g && (g = `${g}<span>${a.suffix}</span>`), g;
|
|
3396
3399
|
}, We = (a) => {
|
|
3397
|
-
|
|
3400
|
+
M.value = Object.fromEntries(y), t.value.table.load();
|
|
3398
3401
|
}, w = (a) => {
|
|
3399
|
-
|
|
3402
|
+
M.value = a, t.value.table.load();
|
|
3400
3403
|
}, $ = async (a = k.value, s) => {
|
|
3401
3404
|
var g, C;
|
|
3402
3405
|
t.value.form.modalState = "add", l.value = "add";
|
|
@@ -3411,7 +3414,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3411
3414
|
}), o.value = !0, await Ke(), i("open", "add", { row: k.value, node: n.node, m: s }), mt()), await Ke(), i("node-init", { row: k.value, node: n.node, m: s }));
|
|
3412
3415
|
}, b = () => {
|
|
3413
3416
|
i("batch", X.value);
|
|
3414
|
-
},
|
|
3417
|
+
}, h = (a, s) => {
|
|
3415
3418
|
i("toggleExpand", a), console.log(t.value.table["default-expand-all"]), v.value = !1, t.value.table["default-expand-all"] = !t.value.table["default-expand-all"], Ke(() => {
|
|
3416
3419
|
v.value = !0;
|
|
3417
3420
|
});
|
|
@@ -3427,7 +3430,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3427
3430
|
(j = t.value.control.edit(a, s, g, C)) != null && j.click ? t.value.control.edit(a, s, g, C).click(a, s, g, C) : (t.value.form.disabled = !1, t.value.dialog.mode = t.value.control.edit(a, s, g, C).mode, t.value.dialog.title = t.value.control.edit(a, s, g, C).title || t.value.control.edit(a, s, g, C).label || "编辑", Object.keys(a).forEach((B) => {
|
|
3428
3431
|
t.value[B] && (t.value[B].value = a[B]);
|
|
3429
3432
|
}), o.value = !0, await Ke(), i("open", "edit", { m: C, row: a, column: s, index: g }), mt());
|
|
3430
|
-
},
|
|
3433
|
+
}, D = async (a, s, g, C) => {
|
|
3431
3434
|
var q, j;
|
|
3432
3435
|
try {
|
|
3433
3436
|
if (!await ((q = t.value.control) == null ? void 0 : q.validate("delete", { row: a, column: s, index: g, m: C }))) return;
|
|
@@ -3438,8 +3441,8 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3438
3441
|
if ((j = t.value.control.delete(a, s, g, C)) != null && j.click)
|
|
3439
3442
|
t.value.control.delete(a, s, g, C).click(a, s, g, C);
|
|
3440
3443
|
else {
|
|
3441
|
-
let { message: B, title: he, options:
|
|
3442
|
-
Wt.confirm(B, he,
|
|
3444
|
+
let { message: B, title: he, options: we } = t.value.control.delete(a, s, g, C).dialog;
|
|
3445
|
+
Wt.confirm(B, he, we).then(() => {
|
|
3443
3446
|
i(
|
|
3444
3447
|
"delete",
|
|
3445
3448
|
{ row: a, column: s, index: g, m: C },
|
|
@@ -3455,22 +3458,22 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3455
3458
|
t.value.form.modalState = void 0, l.value = "view";
|
|
3456
3459
|
try {
|
|
3457
3460
|
if (!await ((q = t.value.control) == null ? void 0 : q.validate("view", { row: a, column: s, index: g, m: C }))) return;
|
|
3458
|
-
} catch (
|
|
3459
|
-
console.error("验证失败:",
|
|
3461
|
+
} catch (we) {
|
|
3462
|
+
console.error("验证失败:", we);
|
|
3460
3463
|
return;
|
|
3461
3464
|
}
|
|
3462
|
-
(j = t.value.control.view(a, s, g, C)) != null && j.click ? t.value.control.view(a, s, g, C).click(a, s, g, C) : (t.value.form.disabled = !0, t.value.dialog.mode = t.value.control.view(a, s, g, C).mode, t.value.dialog.title = t.value.control.view(a, s, g, C).title || t.value.control.view(a, s, g, C).label || "详情", Object.keys(a).forEach((
|
|
3463
|
-
t.value[
|
|
3465
|
+
(j = t.value.control.view(a, s, g, C)) != null && j.click ? t.value.control.view(a, s, g, C).click(a, s, g, C) : (t.value.form.disabled = !0, t.value.dialog.mode = t.value.control.view(a, s, g, C).mode, t.value.dialog.title = t.value.control.view(a, s, g, C).title || t.value.control.view(a, s, g, C).label || "详情", Object.keys(a).forEach((we) => {
|
|
3466
|
+
t.value[we] && (t.value[we].value = a[we]);
|
|
3464
3467
|
}), ((B = t.value.control.view(a, s, g, C)) == null ? void 0 : B["view-mode"]) === "description" ? pl({
|
|
3465
3468
|
...t.value.dialog,
|
|
3466
3469
|
type: t.value.dialog.mode,
|
|
3467
3470
|
slots: {
|
|
3468
3471
|
default: () => {
|
|
3469
|
-
var
|
|
3472
|
+
var we, Ee, Oe;
|
|
3470
3473
|
return _e(ja, {
|
|
3471
3474
|
row: a,
|
|
3472
3475
|
m: C,
|
|
3473
|
-
container: ((
|
|
3476
|
+
container: ((we = t.value.control.view(a, s, g, C)) == null ? void 0 : we.container) || {}
|
|
3474
3477
|
}, ((Oe = (Ee = t.value.control.view(a, s, g, C)) == null ? void 0 : Ee.container) == null ? void 0 : Oe.slots) || {});
|
|
3475
3478
|
}
|
|
3476
3479
|
}
|
|
@@ -3485,11 +3488,11 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3485
3488
|
async (j = !0, B = !0) => {
|
|
3486
3489
|
if (j && t.value.table.load(), B && g === 0) {
|
|
3487
3490
|
const he = Object.entries(t.value).filter(
|
|
3488
|
-
([
|
|
3491
|
+
([we, Ee]) => Ee.type !== "control" && Ee.type !== "hidden"
|
|
3489
3492
|
// && val.editor !== false
|
|
3490
3493
|
);
|
|
3491
3494
|
k.value = Object.fromEntries(
|
|
3492
|
-
he.map(([
|
|
3495
|
+
he.map(([we, Ee]) => [we, Ee.value])
|
|
3493
3496
|
), t.value.table.data[g] = { ...k.value };
|
|
3494
3497
|
}
|
|
3495
3498
|
}
|
|
@@ -3515,7 +3518,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3515
3518
|
items: g,
|
|
3516
3519
|
commitText: s.control.download(a, s).excelLabel,
|
|
3517
3520
|
onExcel: (j, B) => {
|
|
3518
|
-
i("download", j,
|
|
3521
|
+
i("download", j, M.value, B), q();
|
|
3519
3522
|
}
|
|
3520
3523
|
})
|
|
3521
3524
|
}
|
|
@@ -3549,11 +3552,11 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3549
3552
|
add: $,
|
|
3550
3553
|
batch: b,
|
|
3551
3554
|
download: W,
|
|
3552
|
-
toggleExpand:
|
|
3555
|
+
toggleExpand: h,
|
|
3553
3556
|
setting: Q,
|
|
3554
3557
|
view: O,
|
|
3555
3558
|
edit: T,
|
|
3556
|
-
delete:
|
|
3559
|
+
delete: D,
|
|
3557
3560
|
save: le
|
|
3558
3561
|
}, Ie = (a, s, g, C, q) => a.filter((j) => ke[j]).map((j) => {
|
|
3559
3562
|
const B = Ve == null ? void 0 : Ve[j](s, g, C, q);
|
|
@@ -3586,7 +3589,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3586
3589
|
if (a.getDicts) {
|
|
3587
3590
|
const C = s.toString();
|
|
3588
3591
|
return H.value[C] ? (a.options = H.value[C], a.formatter || (a.formatter = (q, j, B, he) => a.options && g(a.options, B) || B), Promise.resolve()) : a.getDicts(t.value.table.data).then((q) => {
|
|
3589
|
-
H.value[C] = q, a.options = q, a.formatter || (a.formatter = (j, B, he,
|
|
3592
|
+
H.value[C] = q, a.options = q, a.formatter || (a.formatter = (j, B, he, we) => a.options && g(a.options, he) || he);
|
|
3590
3593
|
});
|
|
3591
3594
|
}
|
|
3592
3595
|
return Promise.resolve();
|
|
@@ -3613,7 +3616,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3613
3616
|
const [a, s, g] = await Promise.all([
|
|
3614
3617
|
Ca(Z.value),
|
|
3615
3618
|
Ea(Z.value),
|
|
3616
|
-
|
|
3619
|
+
Ma(Z.value)
|
|
3617
3620
|
]);
|
|
3618
3621
|
a && Array.isArray(a) && a.forEach((C) => {
|
|
3619
3622
|
const q = t.value[C.key];
|
|
@@ -3633,7 +3636,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3633
3636
|
});
|
|
3634
3637
|
}
|
|
3635
3638
|
}, Qe = () => Ga(Object.keys(t.value).toString()).toUpperCase().substring(8, 24);
|
|
3636
|
-
return
|
|
3639
|
+
return Ml(() => {
|
|
3637
3640
|
Z.value = Qe();
|
|
3638
3641
|
}), yt(async () => {
|
|
3639
3642
|
try {
|
|
@@ -3653,11 +3656,11 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3653
3656
|
} catch (a) {
|
|
3654
3657
|
console.error("Error during component initialization:", a), t.value.table.autoWatch || t.value.table.load();
|
|
3655
3658
|
}
|
|
3656
|
-
}), u({ addRow: $, editRow: T, deleteRow:
|
|
3659
|
+
}), u({ addRow: $, editRow: T, deleteRow: D, readForm: O, saveRowData: le, closeDialog: tt, formData: k }), (a, s) => {
|
|
3657
3660
|
var Ee, Oe, Re, Ze, st, _t, Ct;
|
|
3658
|
-
const g = R("el-button-group"), C = R("el-dropdown-item"), q = R("el-dropdown-menu"), j = R("el-dropdown"), B = R("el-table-column"), he = R("el-table"),
|
|
3659
|
-
return
|
|
3660
|
-
o.value ? (
|
|
3661
|
+
const g = R("el-button-group"), C = R("el-dropdown-item"), q = R("el-dropdown-menu"), j = R("el-dropdown"), B = R("el-table-column"), he = R("el-table"), we = R("el-pagination");
|
|
3662
|
+
return m(), z(re, null, [
|
|
3663
|
+
o.value ? (m(), E(Ft, A({
|
|
3661
3664
|
key: 0,
|
|
3662
3665
|
modelValue: o.value,
|
|
3663
3666
|
"onUpdate:modelValue": s[2] || (s[2] = (J) => o.value = J)
|
|
@@ -3665,7 +3668,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3665
3668
|
type: t.value.dialog.mode
|
|
3666
3669
|
}), ge({
|
|
3667
3670
|
default: _(() => [
|
|
3668
|
-
o.value ? (
|
|
3671
|
+
o.value ? (m(), E(Pe(dl), {
|
|
3669
3672
|
key: 0,
|
|
3670
3673
|
modelValue: t.value,
|
|
3671
3674
|
"onUpdate:modelValue": s[0] || (s[0] = (J) => t.value = J),
|
|
@@ -3676,17 +3679,17 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3676
3679
|
N(a.$slots, (J, fe, te) => ({
|
|
3677
3680
|
name: fe,
|
|
3678
3681
|
fn: _((je) => [
|
|
3679
|
-
|
|
3682
|
+
x(a.$slots, fe, { model: je }, void 0, !0)
|
|
3680
3683
|
])
|
|
3681
3684
|
}))
|
|
3682
|
-
]), 1064, ["modelValue", "flag"])) :
|
|
3685
|
+
]), 1064, ["modelValue", "flag"])) : be("", !0)
|
|
3683
3686
|
]),
|
|
3684
3687
|
_: 2
|
|
3685
3688
|
}, [
|
|
3686
3689
|
a.$slots.header ? {
|
|
3687
3690
|
name: "header",
|
|
3688
3691
|
fn: _(({ titleClass: J, closeIconClass: fe }) => [
|
|
3689
|
-
|
|
3692
|
+
x(a.$slots, "header", {
|
|
3690
3693
|
titleClass: J,
|
|
3691
3694
|
closeIconClass: fe
|
|
3692
3695
|
}, void 0, !0)
|
|
@@ -3696,45 +3699,45 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3696
3699
|
a.$slots.title ? {
|
|
3697
3700
|
name: "title",
|
|
3698
3701
|
fn: _(() => [
|
|
3699
|
-
|
|
3702
|
+
x(a.$slots, "title", {}, void 0, !0)
|
|
3700
3703
|
]),
|
|
3701
3704
|
key: "1"
|
|
3702
3705
|
} : void 0,
|
|
3703
3706
|
a.$slots.footer ? {
|
|
3704
3707
|
name: "footer",
|
|
3705
3708
|
fn: _(() => [
|
|
3706
|
-
|
|
3709
|
+
x(a.$slots, "footer", {}, void 0, !0)
|
|
3707
3710
|
]),
|
|
3708
3711
|
key: "2"
|
|
3709
3712
|
} : void 0,
|
|
3710
3713
|
((Oe = (Ee = t.value) == null ? void 0 : Ee.dialog) == null ? void 0 : Oe.type) === "drawer" && a.$slots.trigger ? {
|
|
3711
3714
|
name: "trigger",
|
|
3712
3715
|
fn: _(() => [
|
|
3713
|
-
|
|
3716
|
+
x(a.$slots, "trigger", {}, void 0, !0)
|
|
3714
3717
|
]),
|
|
3715
3718
|
key: "3"
|
|
3716
3719
|
} : void 0
|
|
3717
|
-
]), 1040, ["modelValue", "type"])) :
|
|
3720
|
+
]), 1040, ["modelValue", "type"])) : be("", !0),
|
|
3718
3721
|
K("div", Xa, [
|
|
3719
|
-
((Ze = (Re = t.value) == null ? void 0 : Re.query) == null ? void 0 : Ze.hidden) != !0 ? (
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
+
((Ze = (Re = t.value) == null ? void 0 : Re.query) == null ? void 0 : Ze.hidden) != !0 ? (m(), z("div", Qa, [
|
|
3723
|
+
x(a.$slots, "query", {}, () => [
|
|
3724
|
+
se(na, {
|
|
3722
3725
|
modelValue: t.value,
|
|
3723
3726
|
"onUpdate:modelValue": s[3] || (s[3] = (J) => t.value = J),
|
|
3724
|
-
info:
|
|
3725
|
-
"onUpdate:info": s[4] || (s[4] = (J) =>
|
|
3727
|
+
info: M.value,
|
|
3728
|
+
"onUpdate:info": s[4] || (s[4] = (J) => M.value = J),
|
|
3726
3729
|
onQuery: w,
|
|
3727
3730
|
onReset: We
|
|
3728
3731
|
}, ge({
|
|
3729
3732
|
"q-btns": _(() => [
|
|
3730
|
-
|
|
3731
|
-
(
|
|
3732
|
-
fe == "default" ? (
|
|
3733
|
-
|
|
3734
|
-
(te.name === "control-add" ? te.attr.auth() && te.attr.inline === !1 : te.attr.auth()) ?
|
|
3733
|
+
x(a.$slots, "q-btns", {}, () => [
|
|
3734
|
+
(m(!0), z(re, null, N(V(["add", "toggleExpand", "batch", "download", "setting"], k.value, t.value), (J, fe) => (m(), z(re, null, [
|
|
3735
|
+
fe == "default" ? (m(!0), z(re, { key: 0 }, N(J, (te) => (m(), z(re, null, [
|
|
3736
|
+
x(a.$slots, te.name + "-left", {}, void 0, !0),
|
|
3737
|
+
(te.name === "control-add" ? te.attr.auth() && te.attr.inline === !1 : te.attr.auth()) ? x(a.$slots, te.name, { key: 0 }, () => {
|
|
3735
3738
|
var je, Je;
|
|
3736
3739
|
return [
|
|
3737
|
-
te.label ? (
|
|
3740
|
+
te.label ? (m(), E(U(He), A({
|
|
3738
3741
|
key: 0,
|
|
3739
3742
|
title: te.label,
|
|
3740
3743
|
disabled: te.name === "control-batch" && ((je = X.value) == null ? void 0 : je.length) === 0
|
|
@@ -3742,10 +3745,10 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3742
3745
|
onClick: (rt) => te.func(k.value, t.value, p.value)
|
|
3743
3746
|
}), {
|
|
3744
3747
|
default: _(() => [
|
|
3745
|
-
Ae(
|
|
3748
|
+
Ae(xe(te.label), 1)
|
|
3746
3749
|
]),
|
|
3747
3750
|
_: 2
|
|
3748
|
-
}, 1040, ["title", "disabled", "onClick"])) : (
|
|
3751
|
+
}, 1040, ["title", "disabled", "onClick"])) : (m(), E(U(He), A({
|
|
3749
3752
|
key: 1,
|
|
3750
3753
|
title: te.label,
|
|
3751
3754
|
disabled: te.name === "control-batch" && ((Je = X.value) == null ? void 0 : Je.length) === 0
|
|
@@ -3753,16 +3756,16 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3753
3756
|
onClick: (rt) => te.func(k.value, t.value, p.value)
|
|
3754
3757
|
}), null, 16, ["title", "disabled", "onClick"]))
|
|
3755
3758
|
];
|
|
3756
|
-
}, !0) :
|
|
3757
|
-
|
|
3758
|
-
], 64))), 256)) : (
|
|
3759
|
+
}, !0) : be("", !0),
|
|
3760
|
+
x(a.$slots, te.name + "-right", {}, void 0, !0)
|
|
3761
|
+
], 64))), 256)) : (m(), E(g, { key: 1 }, {
|
|
3759
3762
|
default: _(() => [
|
|
3760
|
-
(
|
|
3761
|
-
|
|
3762
|
-
(te.name === "control-add" ? te.attr.auth() && te.attr.inline === !1 : te.attr.auth()) ?
|
|
3763
|
+
(m(!0), z(re, null, N(J, (te) => (m(), z(re, null, [
|
|
3764
|
+
x(a.$slots, te.name + "-left", {}, void 0, !0),
|
|
3765
|
+
(te.name === "control-add" ? te.attr.auth() && te.attr.inline === !1 : te.attr.auth()) ? x(a.$slots, te.name, { key: 0 }, () => {
|
|
3763
3766
|
var je, Je;
|
|
3764
3767
|
return [
|
|
3765
|
-
te.label ? (
|
|
3768
|
+
te.label ? (m(), E(U(He), A({
|
|
3766
3769
|
key: 0,
|
|
3767
3770
|
title: te.label,
|
|
3768
3771
|
disabled: te.name === "control-batch" && ((je = X.value) == null ? void 0 : je.length) === 0,
|
|
@@ -3771,10 +3774,10 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3771
3774
|
onClick: (rt) => te.func(k.value, t.value, p.value)
|
|
3772
3775
|
}), {
|
|
3773
3776
|
default: _(() => [
|
|
3774
|
-
Ae(
|
|
3777
|
+
Ae(xe(te.label), 1)
|
|
3775
3778
|
]),
|
|
3776
3779
|
_: 2
|
|
3777
|
-
}, 1040, ["title", "disabled", "onClick"])) : (
|
|
3780
|
+
}, 1040, ["title", "disabled", "onClick"])) : (m(), E(U(He), A({
|
|
3778
3781
|
key: 1,
|
|
3779
3782
|
title: te.label,
|
|
3780
3783
|
disabled: te.name === "control-batch" && ((Je = X.value) == null ? void 0 : Je.length) === 0
|
|
@@ -3782,8 +3785,8 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3782
3785
|
onClick: (rt) => te.func(k.value, t.value, p.value)
|
|
3783
3786
|
}), null, 16, ["title", "disabled", "onClick"]))
|
|
3784
3787
|
];
|
|
3785
|
-
}, !0) :
|
|
3786
|
-
|
|
3788
|
+
}, !0) : be("", !0),
|
|
3789
|
+
x(a.$slots, te.name + "-right", {}, void 0, !0)
|
|
3787
3790
|
], 64))), 256))
|
|
3788
3791
|
]),
|
|
3789
3792
|
_: 2
|
|
@@ -3796,18 +3799,18 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3796
3799
|
N(a.$slots, (J, fe, te) => ({
|
|
3797
3800
|
name: fe,
|
|
3798
3801
|
fn: _((je) => [
|
|
3799
|
-
|
|
3802
|
+
x(a.$slots, fe, { model: t.value }, void 0, !0)
|
|
3800
3803
|
])
|
|
3801
3804
|
}))
|
|
3802
3805
|
]), 1032, ["modelValue", "info"])
|
|
3803
3806
|
], !0)
|
|
3804
|
-
])) :
|
|
3805
|
-
|
|
3807
|
+
])) : be("", !0),
|
|
3808
|
+
x(a.$slots, "table-title", {
|
|
3806
3809
|
model: t.value,
|
|
3807
|
-
queryInfo:
|
|
3810
|
+
queryInfo: M.value
|
|
3808
3811
|
}, void 0, !0),
|
|
3809
3812
|
K("div", Za, [
|
|
3810
|
-
v.value ? (
|
|
3813
|
+
v.value ? (m(), E(he, A({ key: 0 }, {
|
|
3811
3814
|
...a.$attrs,
|
|
3812
3815
|
...U(Ne)(
|
|
3813
3816
|
t.value.table,
|
|
@@ -3817,20 +3820,20 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3817
3820
|
"summary-method": (J) => t.value.table["summary-method"](J, { fields: I.value, sums: F.value }),
|
|
3818
3821
|
onSortChange: s[5] || (s[5] = (J) => {
|
|
3819
3822
|
var fe, te;
|
|
3820
|
-
t.value.table.onSortChange(J,
|
|
3823
|
+
t.value.table.onSortChange(J, M.value), ((fe = J == null ? void 0 : J.column) == null ? void 0 : fe.sortable) === "custom" && ((te = t.value.table) == null || te.load());
|
|
3821
3824
|
})
|
|
3822
3825
|
}), {
|
|
3823
3826
|
append: _(() => [
|
|
3824
|
-
|
|
3827
|
+
x(a.$slots, "append", {}, void 0, !0)
|
|
3825
3828
|
]),
|
|
3826
3829
|
empty: _(() => [
|
|
3827
|
-
|
|
3830
|
+
x(a.$slots, "empty", {}, void 0, !0)
|
|
3828
3831
|
]),
|
|
3829
3832
|
default: _(() => [
|
|
3830
|
-
|
|
3831
|
-
(
|
|
3833
|
+
x(a.$slots, "default", {}, () => [
|
|
3834
|
+
(m(!0), z(re, null, N(S.value, (J, fe) => {
|
|
3832
3835
|
var te, je, Je, rt;
|
|
3833
|
-
return
|
|
3836
|
+
return m(), E(B, A({
|
|
3834
3837
|
prop: fe,
|
|
3835
3838
|
"column-key": fe
|
|
3836
3839
|
}, { ref_for: !0 }, ((je = (te = t.value) == null ? void 0 : te.table) == null ? void 0 : je["row-key"]) == fe ? {
|
|
@@ -3840,27 +3843,27 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3840
3843
|
...U(Ne)(J, (ee) => d.includes(ee))
|
|
3841
3844
|
}), ge({
|
|
3842
3845
|
header: _(({ column: ee, $index: ie }) => [
|
|
3843
|
-
fe == "control" ?
|
|
3846
|
+
fe == "control" ? x(a.$slots, `${fe}-header`, {
|
|
3844
3847
|
key: 0,
|
|
3845
3848
|
column: ee,
|
|
3846
3849
|
index: ie
|
|
3847
3850
|
}, () => [
|
|
3848
|
-
K("span", null,
|
|
3849
|
-
], !0) :
|
|
3851
|
+
K("span", null, xe(ee.label), 1)
|
|
3852
|
+
], !0) : x(a.$slots, `${fe}-header`, {
|
|
3850
3853
|
key: 1,
|
|
3851
3854
|
column: ee,
|
|
3852
3855
|
index: ie
|
|
3853
3856
|
}, void 0, !0)
|
|
3854
3857
|
]),
|
|
3855
3858
|
"filter-icon": _((ee) => [
|
|
3856
|
-
|
|
3859
|
+
x(a.$slots, `${fe}-filter-icon`, { data: ee }, void 0, !0)
|
|
3857
3860
|
]),
|
|
3858
3861
|
_: 2
|
|
3859
3862
|
}, [
|
|
3860
3863
|
J.type === "expand" ? {
|
|
3861
3864
|
name: "default",
|
|
3862
3865
|
fn: _(({ row: ee, column: ie, $index: ve }) => [
|
|
3863
|
-
|
|
3866
|
+
x(a.$slots, `${fe}`, {
|
|
3864
3867
|
row: ee,
|
|
3865
3868
|
column: ie,
|
|
3866
3869
|
index: ve
|
|
@@ -3876,66 +3879,66 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3876
3879
|
class: Qt(["control", (it = t.value.control) == null ? void 0 : it.class]),
|
|
3877
3880
|
style: Ue((dt = t.value.control) == null ? void 0 : dt.style)
|
|
3878
3881
|
}, [
|
|
3879
|
-
|
|
3880
|
-
|
|
3882
|
+
x(a.$slots, "control", {}, () => [
|
|
3883
|
+
x(a.$slots, "control-left", {
|
|
3881
3884
|
row: ee,
|
|
3882
3885
|
column: ie,
|
|
3883
3886
|
index: ve
|
|
3884
3887
|
}, void 0, !0),
|
|
3885
|
-
(
|
|
3888
|
+
(m(!0), z(re, null, N(V(["view", "edit", "delete", "save"], ee, ie, ve, t.value), (nt, ot) => {
|
|
3886
3889
|
var pt;
|
|
3887
|
-
return
|
|
3888
|
-
ot == "default" ? (
|
|
3889
|
-
|
|
3890
|
+
return m(), z(re, null, [
|
|
3891
|
+
ot == "default" ? (m(!0), z(re, { key: 0 }, N(nt, (c) => (m(), z(re, null, [
|
|
3892
|
+
x(a.$slots, c.name + "-left", {
|
|
3890
3893
|
row: ee,
|
|
3891
3894
|
column: ie,
|
|
3892
3895
|
index: ve
|
|
3893
3896
|
}, void 0, !0),
|
|
3894
|
-
c.attr.auth() ?
|
|
3897
|
+
c.attr.auth() ? x(a.$slots, c.name, {
|
|
3895
3898
|
key: 0,
|
|
3896
3899
|
row: ee,
|
|
3897
3900
|
column: ie,
|
|
3898
3901
|
index: ve
|
|
3899
3902
|
}, () => [
|
|
3900
|
-
c.label ? (
|
|
3903
|
+
c.label ? (m(), E(U(He), A({
|
|
3901
3904
|
key: 0,
|
|
3902
3905
|
title: c.label
|
|
3903
3906
|
}, { ref_for: !0 }, c.attr, {
|
|
3904
3907
|
onClick: (oe) => c.func(ee, ie, ve, t.value)
|
|
3905
3908
|
}), {
|
|
3906
3909
|
default: _(() => [
|
|
3907
|
-
Ae(
|
|
3910
|
+
Ae(xe(c.label), 1)
|
|
3908
3911
|
]),
|
|
3909
3912
|
_: 2
|
|
3910
|
-
}, 1040, ["title", "onClick"])) : (
|
|
3913
|
+
}, 1040, ["title", "onClick"])) : (m(), E(U(He), A({
|
|
3911
3914
|
key: 1,
|
|
3912
3915
|
title: c.label
|
|
3913
3916
|
}, { ref_for: !0 }, c.attr, {
|
|
3914
3917
|
onClick: (oe) => c.func(ee, ie, ve, t.value)
|
|
3915
3918
|
}), null, 16, ["title", "onClick"]))
|
|
3916
|
-
], !0) :
|
|
3917
|
-
|
|
3919
|
+
], !0) : be("", !0),
|
|
3920
|
+
x(a.$slots, c.name + "-right", {
|
|
3918
3921
|
row: ee,
|
|
3919
3922
|
column: ie,
|
|
3920
3923
|
index: ve
|
|
3921
3924
|
}, void 0, !0)
|
|
3922
|
-
], 64))), 256)) : ot != null && ot.startsWith("dropdown") && ((pt = Se(ee, ie, ve, t.value)) != null && pt.auth()) ? (
|
|
3925
|
+
], 64))), 256)) : ot != null && ot.startsWith("dropdown") && ((pt = Se(ee, ie, ve, t.value)) != null && pt.auth()) ? (m(), E(j, A({
|
|
3923
3926
|
key: 1,
|
|
3924
3927
|
ref_for: !0
|
|
3925
3928
|
}, Se(ee, ie, ve, t.value)), {
|
|
3926
3929
|
dropdown: _(() => [
|
|
3927
|
-
|
|
3930
|
+
se(q, null, {
|
|
3928
3931
|
default: _(() => [
|
|
3929
|
-
(
|
|
3932
|
+
(m(!0), z(re, null, N(nt, (c) => {
|
|
3930
3933
|
var oe, ce, Be;
|
|
3931
|
-
return
|
|
3932
|
-
a.$slots[c.name + "-left"] ?
|
|
3934
|
+
return m(), z(re, null, [
|
|
3935
|
+
a.$slots[c.name + "-left"] ? x(a.$slots, c.name + "-left", {
|
|
3933
3936
|
key: 0,
|
|
3934
3937
|
row: ee,
|
|
3935
3938
|
column: ie,
|
|
3936
3939
|
index: ve
|
|
3937
|
-
}, void 0, !0) :
|
|
3938
|
-
c.attr.auth() ? (
|
|
3940
|
+
}, void 0, !0) : be("", !0),
|
|
3941
|
+
c.attr.auth() ? (m(), E(C, A({
|
|
3939
3942
|
key: 1,
|
|
3940
3943
|
ref_for: !0
|
|
3941
3944
|
}, {
|
|
@@ -3944,22 +3947,22 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3944
3947
|
disabled: (Be = c == null ? void 0 : c.attr) == null ? void 0 : Be.disabled
|
|
3945
3948
|
}), {
|
|
3946
3949
|
default: _(() => [
|
|
3947
|
-
|
|
3950
|
+
x(a.$slots, c.name, {
|
|
3948
3951
|
row: ee,
|
|
3949
3952
|
column: ie,
|
|
3950
3953
|
index: ve
|
|
3951
3954
|
}, () => [
|
|
3952
|
-
c.label ? (
|
|
3955
|
+
c.label ? (m(), E(U(He), A({
|
|
3953
3956
|
key: 0,
|
|
3954
3957
|
title: c.label
|
|
3955
3958
|
}, { ref_for: !0 }, c.attr, {
|
|
3956
3959
|
onClick: (ft) => c.func(ee, ie, ve, t.value)
|
|
3957
3960
|
}), {
|
|
3958
3961
|
default: _(() => [
|
|
3959
|
-
Ae(
|
|
3962
|
+
Ae(xe(c.label), 1)
|
|
3960
3963
|
]),
|
|
3961
3964
|
_: 2
|
|
3962
|
-
}, 1040, ["title", "onClick"])) : (
|
|
3965
|
+
}, 1040, ["title", "onClick"])) : (m(), E(U(He), A({
|
|
3963
3966
|
key: 1,
|
|
3964
3967
|
title: c.label
|
|
3965
3968
|
}, { ref_for: !0 }, c.attr, {
|
|
@@ -3968,13 +3971,13 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3968
3971
|
], !0)
|
|
3969
3972
|
]),
|
|
3970
3973
|
_: 2
|
|
3971
|
-
}, 1040)) :
|
|
3972
|
-
a.$slots[c.name + "-right"] ?
|
|
3974
|
+
}, 1040)) : be("", !0),
|
|
3975
|
+
a.$slots[c.name + "-right"] ? x(a.$slots, c.name + "-right", {
|
|
3973
3976
|
key: 2,
|
|
3974
3977
|
row: ee,
|
|
3975
3978
|
column: ie,
|
|
3976
3979
|
index: ve
|
|
3977
|
-
}, void 0, !0) :
|
|
3980
|
+
}, void 0, !0) : be("", !0)
|
|
3978
3981
|
], 64);
|
|
3979
3982
|
}), 256))
|
|
3980
3983
|
]),
|
|
@@ -3984,42 +3987,42 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3984
3987
|
default: _(() => {
|
|
3985
3988
|
var c;
|
|
3986
3989
|
return [
|
|
3987
|
-
Ae(
|
|
3990
|
+
Ae(xe((c = Se(ee, ie, ve, t.value)) == null ? void 0 : c.label) + " ", 1)
|
|
3988
3991
|
];
|
|
3989
3992
|
}),
|
|
3990
3993
|
_: 2
|
|
3991
|
-
}, 1040)) : (
|
|
3994
|
+
}, 1040)) : (m(), E(g, { key: 2 }, {
|
|
3992
3995
|
default: _(() => [
|
|
3993
|
-
(
|
|
3994
|
-
|
|
3996
|
+
(m(!0), z(re, null, N(nt, (c) => (m(), z(re, null, [
|
|
3997
|
+
x(a.$slots, c.name + "-left", {
|
|
3995
3998
|
row: ee,
|
|
3996
3999
|
column: ie,
|
|
3997
4000
|
index: ve
|
|
3998
4001
|
}, void 0, !0),
|
|
3999
|
-
c.attr.auth() ?
|
|
4002
|
+
c.attr.auth() ? x(a.$slots, c.name, {
|
|
4000
4003
|
key: 0,
|
|
4001
4004
|
row: ee,
|
|
4002
4005
|
column: ie,
|
|
4003
4006
|
index: ve
|
|
4004
4007
|
}, () => [
|
|
4005
|
-
c.label ? (
|
|
4008
|
+
c.label ? (m(), E(U(He), A({
|
|
4006
4009
|
key: 0,
|
|
4007
4010
|
title: c.label
|
|
4008
4011
|
}, { ref_for: !0 }, c.attr, {
|
|
4009
4012
|
onClick: (oe) => c.func(ee, ie, ve, t.value)
|
|
4010
4013
|
}), {
|
|
4011
4014
|
default: _(() => [
|
|
4012
|
-
Ae(
|
|
4015
|
+
Ae(xe(c.label), 1)
|
|
4013
4016
|
]),
|
|
4014
4017
|
_: 2
|
|
4015
|
-
}, 1040, ["title", "onClick"])) : (
|
|
4018
|
+
}, 1040, ["title", "onClick"])) : (m(), E(U(He), A({
|
|
4016
4019
|
key: 1,
|
|
4017
4020
|
title: c.label
|
|
4018
4021
|
}, { ref_for: !0 }, c.attr, {
|
|
4019
4022
|
onClick: (oe) => c.func(ee, ie, ve, t.value)
|
|
4020
4023
|
}), null, 16, ["title", "onClick"]))
|
|
4021
|
-
], !0) :
|
|
4022
|
-
|
|
4024
|
+
], !0) : be("", !0),
|
|
4025
|
+
x(a.$slots, c.name + "-right", {
|
|
4023
4026
|
row: ee,
|
|
4024
4027
|
column: ie,
|
|
4025
4028
|
index: ve
|
|
@@ -4030,7 +4033,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4030
4033
|
}, 1024))
|
|
4031
4034
|
], 64);
|
|
4032
4035
|
}), 256)),
|
|
4033
|
-
|
|
4036
|
+
x(a.$slots, "control-right", {
|
|
4034
4037
|
row: ee,
|
|
4035
4038
|
column: ie,
|
|
4036
4039
|
index: ve
|
|
@@ -4043,7 +4046,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4043
4046
|
} : J.type != "selection" && J.type != "index" && ((rt = (Je = t.value) == null ? void 0 : Je.table) == null ? void 0 : rt["row-key"]) != fe ? {
|
|
4044
4047
|
name: "default",
|
|
4045
4048
|
fn: _(({ row: ee, column: ie, $index: ve }) => [
|
|
4046
|
-
ze(J, ee, ie, ve) && ve != -1 ?
|
|
4049
|
+
ze(J, ee, ie, ve) && ve != -1 ? x(a.$slots, `${fe}`, {
|
|
4047
4050
|
key: 0,
|
|
4048
4051
|
row: ee,
|
|
4049
4052
|
column: ie,
|
|
@@ -4051,7 +4054,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4051
4054
|
}, () => {
|
|
4052
4055
|
var it;
|
|
4053
4056
|
return [
|
|
4054
|
-
(
|
|
4057
|
+
(m(), E(ht, {
|
|
4055
4058
|
modelValue: ee[fe],
|
|
4056
4059
|
"onUpdate:modelValue": (dt) => ee[fe] = dt,
|
|
4057
4060
|
item: J == null ? void 0 : J.table(ee, ie, ve),
|
|
@@ -4066,7 +4069,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4066
4069
|
N(a.$slots, (dt, nt) => ({
|
|
4067
4070
|
name: nt,
|
|
4068
4071
|
fn: _((ot) => [
|
|
4069
|
-
|
|
4072
|
+
x(a.$slots, nt, {
|
|
4070
4073
|
data: ot,
|
|
4071
4074
|
item: J,
|
|
4072
4075
|
model: t.value
|
|
@@ -4075,7 +4078,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4075
4078
|
}))
|
|
4076
4079
|
]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model", "formInfo"]))
|
|
4077
4080
|
];
|
|
4078
|
-
}, !0) :
|
|
4081
|
+
}, !0) : x(a.$slots, `${fe}`, {
|
|
4079
4082
|
key: 1,
|
|
4080
4083
|
row: ee,
|
|
4081
4084
|
column: ie,
|
|
@@ -4097,16 +4100,16 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4097
4100
|
], !0)
|
|
4098
4101
|
]),
|
|
4099
4102
|
_: 3
|
|
4100
|
-
}, 16, ["summary-method"])) :
|
|
4101
|
-
(Ct = (_t = (st = t.value) == null ? void 0 : st.table) == null ? void 0 : _t.page) != null && Ct.hidden ?
|
|
4102
|
-
|
|
4103
|
+
}, 16, ["summary-method"])) : be("", !0),
|
|
4104
|
+
(Ct = (_t = (st = t.value) == null ? void 0 : st.table) == null ? void 0 : _t.page) != null && Ct.hidden ? be("", !0) : x(a.$slots, "page", { key: 1 }, () => [
|
|
4105
|
+
se(we, A({
|
|
4103
4106
|
"page-size": t.value.table.page.pageSize,
|
|
4104
4107
|
"onUpdate:pageSize": s[6] || (s[6] = (J) => t.value.table.page.pageSize = J),
|
|
4105
4108
|
"current-page": t.value.table.page.currentPage,
|
|
4106
4109
|
"onUpdate:currentPage": s[7] || (s[7] = (J) => t.value.table.page.currentPage = J)
|
|
4107
4110
|
}, t.value.table.page), {
|
|
4108
4111
|
default: _(() => [
|
|
4109
|
-
|
|
4112
|
+
x(a.$slots, "table-page", {}, void 0, !0)
|
|
4110
4113
|
]),
|
|
4111
4114
|
_: 3
|
|
4112
4115
|
}, 16, ["page-size", "current-page"])
|
|
@@ -4130,7 +4133,7 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4130
4133
|
var p, L, F, I;
|
|
4131
4134
|
const e = u, l = lt(r, "modelValue"), n = It(), i = ae(
|
|
4132
4135
|
typeof ((p = n == null ? void 0 : n.tree) == null ? void 0 : p.width) == "number" ? `${n.tree.width}px` : ((L = n == null ? void 0 : n.tree) == null ? void 0 : L.width) || "180px"
|
|
4133
|
-
), t = ae(((F = n == null ? void 0 : n.tree) == null ? void 0 : F.search) === void 0 ? !0 : (I = n == null ? void 0 : n.tree) == null ? void 0 : I.search), f = ae({}),
|
|
4136
|
+
), t = ae(((F = n == null ? void 0 : n.tree) == null ? void 0 : F.search) === void 0 ? !0 : (I = n == null ? void 0 : n.tree) == null ? void 0 : I.search), f = ae({}), M = ae(""), v = ae(null), y = (k, G) => {
|
|
4134
4137
|
var X, ne;
|
|
4135
4138
|
if (!k) return !0;
|
|
4136
4139
|
const Z = ((ne = (X = n.tree) == null ? void 0 : X.props) == null ? void 0 : ne.label) || "label";
|
|
@@ -4140,25 +4143,25 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4140
4143
|
}, d = (k) => {
|
|
4141
4144
|
f.value = k, l.value.table.load();
|
|
4142
4145
|
};
|
|
4143
|
-
return Zt(
|
|
4146
|
+
return Zt(M, (k) => {
|
|
4144
4147
|
v.value.filter(k);
|
|
4145
4148
|
}), (k, G) => {
|
|
4146
4149
|
const Z = R("el-input"), X = R("el-tree"), ne = R("g-table");
|
|
4147
|
-
return
|
|
4150
|
+
return m(), z("div", tr, [
|
|
4148
4151
|
K("div", {
|
|
4149
4152
|
class: "g-tree-left",
|
|
4150
4153
|
style: Ue({ width: i.value })
|
|
4151
4154
|
}, [
|
|
4152
|
-
t.value ? (
|
|
4155
|
+
t.value ? (m(), E(Z, {
|
|
4153
4156
|
key: 0,
|
|
4154
|
-
modelValue:
|
|
4155
|
-
"onUpdate:modelValue": G[0] || (G[0] = (
|
|
4157
|
+
modelValue: M.value,
|
|
4158
|
+
"onUpdate:modelValue": G[0] || (G[0] = (ue) => M.value = ue),
|
|
4156
4159
|
style: { width: "100%", "box-sizing": "border-box", "margin-bottom": "10px" },
|
|
4157
4160
|
placeholder: "输入节点查询",
|
|
4158
4161
|
clearable: ""
|
|
4159
|
-
}, null, 8, ["modelValue"])) :
|
|
4162
|
+
}, null, 8, ["modelValue"])) : be("", !0),
|
|
4160
4163
|
K("div", lr, [
|
|
4161
|
-
|
|
4164
|
+
se(X, A({
|
|
4162
4165
|
style: { width: i.value },
|
|
4163
4166
|
"filter-node-method": y,
|
|
4164
4167
|
"expand-on-click-node": !1,
|
|
@@ -4166,37 +4169,37 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4166
4169
|
ref: v,
|
|
4167
4170
|
onNodeClick: d
|
|
4168
4171
|
}, k.$attrs.tree), ge({
|
|
4169
|
-
default: _(({ node:
|
|
4170
|
-
|
|
4171
|
-
node:
|
|
4172
|
+
default: _(({ node: ue, data: pe }) => [
|
|
4173
|
+
x(k.$slots, "tree", {
|
|
4174
|
+
node: ue,
|
|
4172
4175
|
data: pe
|
|
4173
4176
|
}, () => [
|
|
4174
|
-
K("span", null,
|
|
4177
|
+
K("span", null, xe(ue.label), 1)
|
|
4175
4178
|
], !0)
|
|
4176
4179
|
]),
|
|
4177
4180
|
_: 2
|
|
4178
4181
|
}, [
|
|
4179
|
-
N(k.$slots, (
|
|
4182
|
+
N(k.$slots, (ue, pe, Se) => ({
|
|
4180
4183
|
name: pe,
|
|
4181
4184
|
fn: _((De) => [
|
|
4182
|
-
|
|
4185
|
+
x(k.$slots, pe, { data: De }, void 0, !0)
|
|
4183
4186
|
])
|
|
4184
4187
|
}))
|
|
4185
4188
|
]), 1040, ["style"])
|
|
4186
4189
|
])
|
|
4187
4190
|
], 4),
|
|
4188
4191
|
K("div", ar, [
|
|
4189
|
-
|
|
4192
|
+
se(ne, A({
|
|
4190
4193
|
modelValue: l.value,
|
|
4191
|
-
"onUpdate:modelValue": G[1] || (G[1] = (
|
|
4194
|
+
"onUpdate:modelValue": G[1] || (G[1] = (ue) => l.value = ue)
|
|
4192
4195
|
}, k.$attrs, {
|
|
4193
4196
|
onLoad: o,
|
|
4194
4197
|
node: f.value
|
|
4195
4198
|
}), ge({ _: 2 }, [
|
|
4196
|
-
N(k.$slots, (
|
|
4199
|
+
N(k.$slots, (ue, pe, Se) => ({
|
|
4197
4200
|
name: pe,
|
|
4198
4201
|
fn: _((De) => [
|
|
4199
|
-
|
|
4202
|
+
x(k.$slots, pe, { data: De }, void 0, !0)
|
|
4200
4203
|
])
|
|
4201
4204
|
}))
|
|
4202
4205
|
]), 1040, ["modelValue", "node"])
|
|
@@ -4233,30 +4236,30 @@ const Ga = /* @__PURE__ */ ol(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4233
4236
|
},
|
|
4234
4237
|
setup(r) {
|
|
4235
4238
|
const u = r;
|
|
4236
|
-
return (e, l) => u.title ? (
|
|
4237
|
-
(
|
|
4239
|
+
return (e, l) => u.title ? (m(), z("div", or, [
|
|
4240
|
+
(m(!0), z(re, null, N(u.columns, (n) => (m(), z("span", {
|
|
4238
4241
|
style: Ue({ width: (n == null ? void 0 : n.width) || Pt, ...n == null ? void 0 : n.titleStyle, textAlign: (n == null ? void 0 : n.align) || "center" }),
|
|
4239
4242
|
key: n.key
|
|
4240
4243
|
}, [
|
|
4241
|
-
|
|
4242
|
-
Ae(
|
|
4244
|
+
x(e.$slots, `${r.t}-title-${n.key}`, { col: n }, () => [
|
|
4245
|
+
Ae(xe(n.label), 1)
|
|
4243
4246
|
], !0)
|
|
4244
4247
|
], 4))), 128))
|
|
4245
|
-
])) : (
|
|
4246
|
-
(
|
|
4248
|
+
])) : (m(), z("div", ur, [
|
|
4249
|
+
(m(!0), z(re, null, N(u.columns, (n) => (m(), z("span", {
|
|
4247
4250
|
style: Ue({ width: (n == null ? void 0 : n.width) || Pt, textAlign: (n == null ? void 0 : n.align) || "center", ...n == null ? void 0 : n.style }),
|
|
4248
4251
|
key: n.key,
|
|
4249
4252
|
title: r.data[n.key]
|
|
4250
4253
|
}, [
|
|
4251
|
-
|
|
4252
|
-
Ae(
|
|
4254
|
+
x(e.$slots, `${r.t}-option-${n.key}`, { col: n }, () => [
|
|
4255
|
+
Ae(xe(r.data[n.key] ?? "-"), 1)
|
|
4253
4256
|
], !0)
|
|
4254
4257
|
], 12, sr))), 128))
|
|
4255
4258
|
]));
|
|
4256
4259
|
}
|
|
4257
4260
|
}), dr = /* @__PURE__ */ et(ir, [["__scopeId", "data-v-c0ac6b77"]]), cr = Object.freeze({}), Rt = [er, dl, nr, dr, Ft];
|
|
4258
4261
|
let Dt = {};
|
|
4259
|
-
const
|
|
4262
|
+
const Mr = {
|
|
4260
4263
|
install: (r, u = {}) => {
|
|
4261
4264
|
Dt = Object.freeze({ ...cr, ...u }), Rt.forEach((e) => {
|
|
4262
4265
|
r.component(e.name, e);
|
|
@@ -4278,7 +4281,7 @@ const xr = {
|
|
|
4278
4281
|
t.unmount(), e.remove();
|
|
4279
4282
|
}, 300);
|
|
4280
4283
|
}, () => {
|
|
4281
|
-
var f,
|
|
4284
|
+
var f, M, v;
|
|
4282
4285
|
return _e(n, {
|
|
4283
4286
|
modelValue: i.value,
|
|
4284
4287
|
"onUpdate:modelValue": (y) => i.value = y,
|
|
@@ -4291,7 +4294,7 @@ const xr = {
|
|
|
4291
4294
|
...r
|
|
4292
4295
|
}, {
|
|
4293
4296
|
default: (f = r.slots) == null ? void 0 : f.default,
|
|
4294
|
-
header: (
|
|
4297
|
+
header: (M = r.slots) == null ? void 0 : M.header,
|
|
4295
4298
|
footer: (v = r.slots) == null ? void 0 : v.footer
|
|
4296
4299
|
});
|
|
4297
4300
|
};
|
|
@@ -4315,14 +4318,14 @@ const xr = {
|
|
|
4315
4318
|
l.value = !1, setTimeout(() => {
|
|
4316
4319
|
n.unmount(), u.remove();
|
|
4317
4320
|
}, 300);
|
|
4318
|
-
}, Zt(l, (
|
|
4319
|
-
|
|
4321
|
+
}, Zt(l, (M) => {
|
|
4322
|
+
M || setTimeout(() => {
|
|
4320
4323
|
n.unmount(), u.remove();
|
|
4321
4324
|
}, 300);
|
|
4322
4325
|
});
|
|
4323
4326
|
const { close: i, ...t } = r, f = {
|
|
4324
4327
|
modelValue: l.value,
|
|
4325
|
-
"onUpdate:modelValue": (
|
|
4328
|
+
"onUpdate:modelValue": (M) => l.value = M,
|
|
4326
4329
|
"close-on-click-modal": !1,
|
|
4327
4330
|
...t
|
|
4328
4331
|
};
|
|
@@ -4358,7 +4361,7 @@ function vr(r, u = window.innerWidth) {
|
|
|
4358
4361
|
throw new Error("Invalid calc expression");
|
|
4359
4362
|
};
|
|
4360
4363
|
const n = r.slice(5, -1).trim();
|
|
4361
|
-
return i(n.replace(/([0-9.]+)([a-z%]+)/g, (f,
|
|
4364
|
+
return i(n.replace(/([0-9.]+)([a-z%]+)/g, (f, M, v) => vr(M + v, u)));
|
|
4362
4365
|
}
|
|
4363
4366
|
throw new Error("Unsupported unit in value: " + r);
|
|
4364
4367
|
}
|
|
@@ -4399,8 +4402,8 @@ function Ht(r) {
|
|
|
4399
4402
|
i = i || "整", r = Math.floor(r);
|
|
4400
4403
|
for (let t = 0; t < l[0].length && r > 0; t++) {
|
|
4401
4404
|
let f = "";
|
|
4402
|
-
for (let
|
|
4403
|
-
f = e[r % 10] + l[1][
|
|
4405
|
+
for (let M = 0; M < l[1].length && r > 0; M++)
|
|
4406
|
+
f = e[r % 10] + l[1][M] + f, r = Math.floor(r / 10);
|
|
4404
4407
|
i = f.replace(/(零.)*零$/, "").replace(/^$/, "零") + l[0][t] + i;
|
|
4405
4408
|
}
|
|
4406
4409
|
return n + i.replace(/(零.)*零元/, "元").replace(/(零.)+/g, "零").replace(/^整$/, "零元整");
|
|
@@ -4413,7 +4416,7 @@ function mr(r, u = 2, e = !1) {
|
|
|
4413
4416
|
l = Math.abs(l);
|
|
4414
4417
|
let i = l.toFixed(u);
|
|
4415
4418
|
e && (i = i.replace(/\.?0+$/, ""));
|
|
4416
|
-
const [t, f] = i.split("."),
|
|
4419
|
+
const [t, f] = i.split("."), M = t.replace(/\B(?=(\d{3})+(?!\d))/g, ","), v = f ? `${M}.${f}` : M;
|
|
4417
4420
|
return n ? `-${v}` : v;
|
|
4418
4421
|
}
|
|
4419
4422
|
function hr(r, u) {
|
|
@@ -4424,7 +4427,7 @@ function hr(r, u) {
|
|
|
4424
4427
|
}, u);
|
|
4425
4428
|
};
|
|
4426
4429
|
}
|
|
4427
|
-
function
|
|
4430
|
+
function xr(r, u) {
|
|
4428
4431
|
let e = null;
|
|
4429
4432
|
return function(...l) {
|
|
4430
4433
|
e || (e = setTimeout(() => {
|
|
@@ -4432,7 +4435,7 @@ function Mr(r, u) {
|
|
|
4432
4435
|
}, u));
|
|
4433
4436
|
};
|
|
4434
4437
|
}
|
|
4435
|
-
const
|
|
4438
|
+
const Me = {
|
|
4436
4439
|
RADIO: "radio",
|
|
4437
4440
|
RADIOBUTTON: "radio-button",
|
|
4438
4441
|
CHECKBOX: "checkbox",
|
|
@@ -4492,22 +4495,22 @@ const xe = {
|
|
|
4492
4495
|
}, br = (r, u) => {
|
|
4493
4496
|
let e = !1, l, n, i, t;
|
|
4494
4497
|
const f = (y) => {
|
|
4495
|
-
y.preventDefault(), e = !0, l = y.clientX, n = y.clientY, i = parseInt(document.defaultView.getComputedStyle(r).width), t = parseInt(document.defaultView.getComputedStyle(r).height), document.addEventListener("mousemove",
|
|
4496
|
-
},
|
|
4498
|
+
y.preventDefault(), e = !0, l = y.clientX, n = y.clientY, i = parseInt(document.defaultView.getComputedStyle(r).width), t = parseInt(document.defaultView.getComputedStyle(r).height), document.addEventListener("mousemove", M), document.addEventListener("mouseup", v);
|
|
4499
|
+
}, M = (y) => {
|
|
4497
4500
|
if (!e) return;
|
|
4498
4501
|
const o = Math.max(300, i + y.clientX - l), d = Math.max(200, t + y.clientY - n);
|
|
4499
4502
|
r.style.width = `${o}px`, r.style.height = `${d}px`;
|
|
4500
4503
|
}, v = () => {
|
|
4501
|
-
e = !1, document.removeEventListener("mousemove",
|
|
4504
|
+
e = !1, document.removeEventListener("mousemove", M), document.removeEventListener("mouseup", v);
|
|
4502
4505
|
};
|
|
4503
4506
|
u.addEventListener("mousedown", f);
|
|
4504
4507
|
};
|
|
4505
4508
|
export {
|
|
4506
|
-
|
|
4509
|
+
Me as CT,
|
|
4507
4510
|
mt as bindResize,
|
|
4508
4511
|
vr as convertToPx,
|
|
4509
4512
|
hr as debounce,
|
|
4510
|
-
|
|
4513
|
+
Mr as default,
|
|
4511
4514
|
Ne as filterObject,
|
|
4512
4515
|
pr as findTreeLabelByValue,
|
|
4513
4516
|
mr as formatAmount,
|
|
@@ -4515,5 +4518,5 @@ export {
|
|
|
4515
4518
|
Ht as moneyToChinese,
|
|
4516
4519
|
pl as open,
|
|
4517
4520
|
Lt as openModal,
|
|
4518
|
-
|
|
4521
|
+
xr as throttle
|
|
4519
4522
|
};
|