vue-2024-ui 0.0.46 → 0.0.47
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 +669 -639
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import vt, { ElForm as Be, ElButtonGroup as at, ElButton as ge, ElPopover as Re, ElMessage as _e, ElMessageBox as nt, ElDialog as ht, ElDrawer as yt } from "element-plus";
|
|
2
|
-
import { mergeModels as Fe, useModel as
|
|
2
|
+
import { mergeModels as Fe, useModel as Te, ref as we, onMounted as Oe, resolveComponent as B, openBlock as i, createElementBlock as N, unref as o, createBlock as V, mergeProps as T, withCtx as v, renderSlot as $, Fragment as Z, renderList as U, createTextVNode as ye, toDisplayString as ve, createSlots as ne, normalizeProps as Se, createVNode as le, createElementVNode as G, useSlots as st, inject as Ke, useAttrs as gt, computed as qe, normalizeStyle as Ue, withModifiers as rt, createCommentVNode as $e, guardReactiveProps as Ne, resolveDynamicComponent as xe, Transition as bt, withDirectives as Pe, vShow as ze, h as ke, onBeforeUnmount as $t, normalizeClass as it, watchEffect as Et, createApp as wt } from "vue";
|
|
3
3
|
import { FullScreen as _t, Remove as kt } from "@element-plus/icons-vue";
|
|
4
4
|
import dt from "sortablejs";
|
|
5
5
|
import { Dexie as Ct } from "dexie";
|
|
@@ -189,30 +189,30 @@ var ct = { exports: {} };
|
|
|
189
189
|
(function(e, t) {
|
|
190
190
|
f.exports = t();
|
|
191
191
|
})(Vt, function() {
|
|
192
|
-
var e = 1e3, t = 6e4, n = 36e5, m = "millisecond",
|
|
192
|
+
var e = 1e3, t = 6e4, n = 36e5, m = "millisecond", w = "second", I = "minute", D = "hour", E = "day", x = "week", P = "month", fe = "quarter", F = "year", s = "date", z = "Invalid Date", de = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, se = /\[([^\]]+)]|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(r) {
|
|
193
193
|
var b = ["th", "st", "nd", "rd"], c = r % 100;
|
|
194
194
|
return "[" + r + (b[(c - 20) % 10] || b[c] || b[0]) + "]";
|
|
195
195
|
} }, S = function(r, b, c) {
|
|
196
|
-
var
|
|
197
|
-
return !
|
|
196
|
+
var h = String(r);
|
|
197
|
+
return !h || h.length >= b ? r : "" + Array(b + 1 - h.length).join(c) + r;
|
|
198
198
|
}, re = { s: S, z: function(r) {
|
|
199
|
-
var b = -r.utcOffset(), c = Math.abs(b),
|
|
200
|
-
return (b <= 0 ? "+" : "-") + S(
|
|
199
|
+
var b = -r.utcOffset(), c = Math.abs(b), h = Math.floor(c / 60), p = c % 60;
|
|
200
|
+
return (b <= 0 ? "+" : "-") + S(h, 2, "0") + ":" + S(p, 2, "0");
|
|
201
201
|
}, m: function r(b, c) {
|
|
202
202
|
if (b.date() < c.date()) return -r(c, b);
|
|
203
|
-
var
|
|
204
|
-
return +(-(
|
|
203
|
+
var h = 12 * (c.year() - b.year()) + (c.month() - b.month()), p = b.clone().add(h, P), k = c - p < 0, M = b.clone().add(h + (k ? -1 : 1), P);
|
|
204
|
+
return +(-(h + (c - p) / (k ? p - M : M - p)) || 0);
|
|
205
205
|
}, a: function(r) {
|
|
206
206
|
return r < 0 ? Math.ceil(r) || 0 : Math.floor(r);
|
|
207
207
|
}, p: function(r) {
|
|
208
|
-
return { M: P, y: F, w:
|
|
208
|
+
return { M: P, y: F, w: x, d: E, D: s, h: D, m: I, s: w, ms: m, Q: fe }[r] || String(r || "").toLowerCase().replace(/s$/, "");
|
|
209
209
|
}, u: function(r) {
|
|
210
210
|
return r === void 0;
|
|
211
211
|
} }, C = "en", oe = {};
|
|
212
212
|
oe[C] = g;
|
|
213
|
-
var
|
|
214
|
-
return r instanceof j || !(!r || !r[
|
|
215
|
-
},
|
|
213
|
+
var ee = "$isDayjsObject", J = function(r) {
|
|
214
|
+
return r instanceof j || !(!r || !r[ee]);
|
|
215
|
+
}, K = function r(b, c, h) {
|
|
216
216
|
var p;
|
|
217
217
|
if (!b) return C;
|
|
218
218
|
if (typeof b == "string") {
|
|
@@ -224,31 +224,31 @@ var ct = { exports: {} };
|
|
|
224
224
|
var R = b.name;
|
|
225
225
|
oe[R] = b, p = R;
|
|
226
226
|
}
|
|
227
|
-
return !
|
|
227
|
+
return !h && p && (C = p), p || !h && C;
|
|
228
228
|
}, Y = function(r, b) {
|
|
229
|
-
if (
|
|
229
|
+
if (J(r)) return r.clone();
|
|
230
230
|
var c = typeof b == "object" ? b : {};
|
|
231
231
|
return c.date = r, c.args = arguments, new j(c);
|
|
232
232
|
}, _ = re;
|
|
233
|
-
_.l =
|
|
233
|
+
_.l = K, _.i = J, _.w = function(r, b) {
|
|
234
234
|
return Y(r, { locale: b.$L, utc: b.$u, x: b.$x, $offset: b.$offset });
|
|
235
235
|
};
|
|
236
236
|
var j = function() {
|
|
237
237
|
function r(c) {
|
|
238
|
-
this.$L =
|
|
238
|
+
this.$L = K(c.locale, null, !0), this.parse(c), this.$x = this.$x || c.x || {}, this[ee] = !0;
|
|
239
239
|
}
|
|
240
240
|
var b = r.prototype;
|
|
241
241
|
return b.parse = function(c) {
|
|
242
|
-
this.$d = function(
|
|
243
|
-
var p =
|
|
242
|
+
this.$d = function(h) {
|
|
243
|
+
var p = h.date, k = h.utc;
|
|
244
244
|
if (p === null) return /* @__PURE__ */ new Date(NaN);
|
|
245
245
|
if (_.u(p)) return /* @__PURE__ */ new Date();
|
|
246
246
|
if (p instanceof Date) return new Date(p);
|
|
247
247
|
if (typeof p == "string" && !/Z$/i.test(p)) {
|
|
248
248
|
var M = p.match(de);
|
|
249
249
|
if (M) {
|
|
250
|
-
var R = M[2] - 1 || 0,
|
|
251
|
-
return k ? new Date(Date.UTC(M[1], R, M[3] || 1, M[4] || 0, M[5] || 0, M[6] || 0,
|
|
250
|
+
var R = M[2] - 1 || 0, te = (M[7] || "0").substring(0, 3);
|
|
251
|
+
return k ? new Date(Date.UTC(M[1], R, M[3] || 1, M[4] || 0, M[5] || 0, M[6] || 0, te)) : new Date(M[1], R, M[3] || 1, M[4] || 0, M[5] || 0, M[6] || 0, te);
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
return new Date(p);
|
|
@@ -260,92 +260,92 @@ var ct = { exports: {} };
|
|
|
260
260
|
return _;
|
|
261
261
|
}, b.isValid = function() {
|
|
262
262
|
return this.$d.toString() !== z;
|
|
263
|
-
}, b.isSame = function(c,
|
|
263
|
+
}, b.isSame = function(c, h) {
|
|
264
264
|
var p = Y(c);
|
|
265
|
-
return this.startOf(
|
|
266
|
-
}, b.isAfter = function(c,
|
|
267
|
-
return Y(c) < this.startOf(
|
|
268
|
-
}, b.isBefore = function(c,
|
|
269
|
-
return this.endOf(
|
|
270
|
-
}, b.$g = function(c,
|
|
271
|
-
return _.u(c) ? this[
|
|
265
|
+
return this.startOf(h) <= p && p <= this.endOf(h);
|
|
266
|
+
}, b.isAfter = function(c, h) {
|
|
267
|
+
return Y(c) < this.startOf(h);
|
|
268
|
+
}, b.isBefore = function(c, h) {
|
|
269
|
+
return this.endOf(h) < Y(c);
|
|
270
|
+
}, b.$g = function(c, h, p) {
|
|
271
|
+
return _.u(c) ? this[h] : this.set(p, c);
|
|
272
272
|
}, b.unix = function() {
|
|
273
273
|
return Math.floor(this.valueOf() / 1e3);
|
|
274
274
|
}, b.valueOf = function() {
|
|
275
275
|
return this.$d.getTime();
|
|
276
|
-
}, b.startOf = function(c,
|
|
277
|
-
var p = this, k = !!_.u(
|
|
278
|
-
var W = _.w(p.$u ? Date.UTC(p.$y, q,
|
|
279
|
-
return k ? W : W.endOf(
|
|
280
|
-
},
|
|
281
|
-
return _.w(p.toDate()[
|
|
276
|
+
}, b.startOf = function(c, h) {
|
|
277
|
+
var p = this, k = !!_.u(h) || h, M = _.p(c), R = function(y, q) {
|
|
278
|
+
var W = _.w(p.$u ? Date.UTC(p.$y, q, y) : new Date(p.$y, q, y), p);
|
|
279
|
+
return k ? W : W.endOf(E);
|
|
280
|
+
}, te = function(y, q) {
|
|
281
|
+
return _.w(p.toDate()[y].apply(p.toDate("s"), (k ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(q)), p);
|
|
282
282
|
}, ae = this.$W, ue = this.$M, u = this.$D, L = "set" + (this.$u ? "UTC" : "");
|
|
283
283
|
switch (M) {
|
|
284
284
|
case F:
|
|
285
285
|
return k ? R(1, 0) : R(31, 11);
|
|
286
286
|
case P:
|
|
287
287
|
return k ? R(1, ue) : R(0, ue + 1);
|
|
288
|
-
case
|
|
288
|
+
case x:
|
|
289
289
|
var l = this.$locale().weekStart || 0, a = (ae < l ? ae + 7 : ae) - l;
|
|
290
290
|
return R(k ? u - a : u + (6 - a), ue);
|
|
291
|
-
case
|
|
291
|
+
case E:
|
|
292
292
|
case s:
|
|
293
|
-
return
|
|
293
|
+
return te(L + "Hours", 0);
|
|
294
294
|
case D:
|
|
295
|
-
return
|
|
295
|
+
return te(L + "Minutes", 1);
|
|
296
296
|
case I:
|
|
297
|
-
return
|
|
298
|
-
case
|
|
299
|
-
return
|
|
297
|
+
return te(L + "Seconds", 2);
|
|
298
|
+
case w:
|
|
299
|
+
return te(L + "Milliseconds", 3);
|
|
300
300
|
default:
|
|
301
301
|
return this.clone();
|
|
302
302
|
}
|
|
303
303
|
}, b.endOf = function(c) {
|
|
304
304
|
return this.startOf(c, !1);
|
|
305
|
-
}, b.$set = function(c,
|
|
306
|
-
var p, k = _.p(c), M = "set" + (this.$u ? "UTC" : ""), R = (p = {}, p[
|
|
305
|
+
}, b.$set = function(c, h) {
|
|
306
|
+
var p, k = _.p(c), M = "set" + (this.$u ? "UTC" : ""), R = (p = {}, p[E] = M + "Date", p[s] = M + "Date", p[P] = M + "Month", p[F] = M + "FullYear", p[D] = M + "Hours", p[I] = M + "Minutes", p[w] = M + "Seconds", p[m] = M + "Milliseconds", p)[k], te = k === E ? this.$D + (h - this.$W) : h;
|
|
307
307
|
if (k === P || k === F) {
|
|
308
308
|
var ae = this.clone().set(s, 1);
|
|
309
|
-
ae.$d[R](
|
|
310
|
-
} else R && this.$d[R](
|
|
309
|
+
ae.$d[R](te), ae.init(), this.$d = ae.set(s, Math.min(this.$D, ae.daysInMonth())).$d;
|
|
310
|
+
} else R && this.$d[R](te);
|
|
311
311
|
return this.init(), this;
|
|
312
|
-
}, b.set = function(c,
|
|
313
|
-
return this.clone().$set(c,
|
|
312
|
+
}, b.set = function(c, h) {
|
|
313
|
+
return this.clone().$set(c, h);
|
|
314
314
|
}, b.get = function(c) {
|
|
315
315
|
return this[_.p(c)]();
|
|
316
|
-
}, b.add = function(c,
|
|
316
|
+
}, b.add = function(c, h) {
|
|
317
317
|
var p, k = this;
|
|
318
318
|
c = Number(c);
|
|
319
|
-
var M = _.p(
|
|
319
|
+
var M = _.p(h), R = function(ue) {
|
|
320
320
|
var u = Y(k);
|
|
321
321
|
return _.w(u.date(u.date() + Math.round(ue * c)), k);
|
|
322
322
|
};
|
|
323
323
|
if (M === P) return this.set(P, this.$M + c);
|
|
324
324
|
if (M === F) return this.set(F, this.$y + c);
|
|
325
|
-
if (M ===
|
|
326
|
-
if (M ===
|
|
327
|
-
var
|
|
325
|
+
if (M === E) return R(1);
|
|
326
|
+
if (M === x) return R(7);
|
|
327
|
+
var te = (p = {}, p[I] = t, p[D] = n, p[w] = e, p)[M] || 1, ae = this.$d.getTime() + c * te;
|
|
328
328
|
return _.w(ae, this);
|
|
329
|
-
}, b.subtract = function(c,
|
|
330
|
-
return this.add(-1 * c,
|
|
329
|
+
}, b.subtract = function(c, h) {
|
|
330
|
+
return this.add(-1 * c, h);
|
|
331
331
|
}, b.format = function(c) {
|
|
332
|
-
var
|
|
332
|
+
var h = this, p = this.$locale();
|
|
333
333
|
if (!this.isValid()) return p.invalidDate || z;
|
|
334
|
-
var k = c || "YYYY-MM-DDTHH:mm:ssZ", M = _.z(this), R = this.$H,
|
|
335
|
-
return q && (q[W] || q(
|
|
334
|
+
var k = c || "YYYY-MM-DDTHH:mm:ssZ", M = _.z(this), R = this.$H, te = this.$m, ae = this.$M, ue = p.weekdays, u = p.months, L = p.meridiem, l = function(q, W, Q, he) {
|
|
335
|
+
return q && (q[W] || q(h, k)) || Q[W].slice(0, he);
|
|
336
336
|
}, a = function(q) {
|
|
337
337
|
return _.s(R % 12 || 12, q, "0");
|
|
338
|
-
},
|
|
339
|
-
var
|
|
340
|
-
return
|
|
338
|
+
}, y = L || function(q, W, Q) {
|
|
339
|
+
var he = q < 12 ? "AM" : "PM";
|
|
340
|
+
return Q ? he.toLowerCase() : he;
|
|
341
341
|
};
|
|
342
342
|
return k.replace(se, function(q, W) {
|
|
343
|
-
return W || function(
|
|
344
|
-
switch (
|
|
343
|
+
return W || function(Q) {
|
|
344
|
+
switch (Q) {
|
|
345
345
|
case "YY":
|
|
346
|
-
return String(
|
|
346
|
+
return String(h.$y).slice(-2);
|
|
347
347
|
case "YYYY":
|
|
348
|
-
return _.s(
|
|
348
|
+
return _.s(h.$y, 4, "0");
|
|
349
349
|
case "M":
|
|
350
350
|
return ae + 1;
|
|
351
351
|
case "MM":
|
|
@@ -355,17 +355,17 @@ var ct = { exports: {} };
|
|
|
355
355
|
case "MMMM":
|
|
356
356
|
return l(u, ae);
|
|
357
357
|
case "D":
|
|
358
|
-
return
|
|
358
|
+
return h.$D;
|
|
359
359
|
case "DD":
|
|
360
|
-
return _.s(
|
|
360
|
+
return _.s(h.$D, 2, "0");
|
|
361
361
|
case "d":
|
|
362
|
-
return String(
|
|
362
|
+
return String(h.$W);
|
|
363
363
|
case "dd":
|
|
364
|
-
return l(p.weekdaysMin,
|
|
364
|
+
return l(p.weekdaysMin, h.$W, ue, 2);
|
|
365
365
|
case "ddd":
|
|
366
|
-
return l(p.weekdaysShort,
|
|
366
|
+
return l(p.weekdaysShort, h.$W, ue, 3);
|
|
367
367
|
case "dddd":
|
|
368
|
-
return ue[
|
|
368
|
+
return ue[h.$W];
|
|
369
369
|
case "H":
|
|
370
370
|
return String(R);
|
|
371
371
|
case "HH":
|
|
@@ -375,19 +375,19 @@ var ct = { exports: {} };
|
|
|
375
375
|
case "hh":
|
|
376
376
|
return a(2);
|
|
377
377
|
case "a":
|
|
378
|
-
return
|
|
378
|
+
return y(R, te, !0);
|
|
379
379
|
case "A":
|
|
380
|
-
return
|
|
380
|
+
return y(R, te, !1);
|
|
381
381
|
case "m":
|
|
382
|
-
return String(
|
|
382
|
+
return String(te);
|
|
383
383
|
case "mm":
|
|
384
|
-
return _.s(
|
|
384
|
+
return _.s(te, 2, "0");
|
|
385
385
|
case "s":
|
|
386
|
-
return String(
|
|
386
|
+
return String(h.$s);
|
|
387
387
|
case "ss":
|
|
388
|
-
return _.s(
|
|
388
|
+
return _.s(h.$s, 2, "0");
|
|
389
389
|
case "SSS":
|
|
390
|
-
return _.s(
|
|
390
|
+
return _.s(h.$ms, 3, "0");
|
|
391
391
|
case "Z":
|
|
392
392
|
return M;
|
|
393
393
|
}
|
|
@@ -396,9 +396,9 @@ var ct = { exports: {} };
|
|
|
396
396
|
});
|
|
397
397
|
}, b.utcOffset = function() {
|
|
398
398
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
399
|
-
}, b.diff = function(c,
|
|
400
|
-
var k, M = this, R = _.p(
|
|
401
|
-
return _.m(M,
|
|
399
|
+
}, b.diff = function(c, h, p) {
|
|
400
|
+
var k, M = this, R = _.p(h), te = Y(c), ae = (te.utcOffset() - this.utcOffset()) * t, ue = this - te, u = function() {
|
|
401
|
+
return _.m(M, te);
|
|
402
402
|
};
|
|
403
403
|
switch (R) {
|
|
404
404
|
case F:
|
|
@@ -410,10 +410,10 @@ var ct = { exports: {} };
|
|
|
410
410
|
case fe:
|
|
411
411
|
k = u() / 3;
|
|
412
412
|
break;
|
|
413
|
-
case
|
|
413
|
+
case x:
|
|
414
414
|
k = (ue - ae) / 6048e5;
|
|
415
415
|
break;
|
|
416
|
-
case
|
|
416
|
+
case E:
|
|
417
417
|
k = (ue - ae) / 864e5;
|
|
418
418
|
break;
|
|
419
419
|
case D:
|
|
@@ -422,7 +422,7 @@ var ct = { exports: {} };
|
|
|
422
422
|
case I:
|
|
423
423
|
k = ue / t;
|
|
424
424
|
break;
|
|
425
|
-
case
|
|
425
|
+
case w:
|
|
426
426
|
k = ue / e;
|
|
427
427
|
break;
|
|
428
428
|
default:
|
|
@@ -433,9 +433,9 @@ var ct = { exports: {} };
|
|
|
433
433
|
return this.endOf(P).$D;
|
|
434
434
|
}, b.$locale = function() {
|
|
435
435
|
return oe[this.$L];
|
|
436
|
-
}, b.locale = function(c,
|
|
436
|
+
}, b.locale = function(c, h) {
|
|
437
437
|
if (!c) return this.$L;
|
|
438
|
-
var p = this.clone(), k =
|
|
438
|
+
var p = this.clone(), k = K(c, h, !0);
|
|
439
439
|
return k && (p.$L = k), p;
|
|
440
440
|
}, b.clone = function() {
|
|
441
441
|
return _.w(this.$d, this);
|
|
@@ -448,20 +448,20 @@ var ct = { exports: {} };
|
|
|
448
448
|
}, b.toString = function() {
|
|
449
449
|
return this.$d.toUTCString();
|
|
450
450
|
}, r;
|
|
451
|
-
}(),
|
|
452
|
-
return Y.prototype =
|
|
453
|
-
|
|
451
|
+
}(), A = j.prototype;
|
|
452
|
+
return Y.prototype = A, [["$ms", m], ["$s", w], ["$m", I], ["$H", D], ["$W", E], ["$M", P], ["$y", F], ["$D", s]].forEach(function(r) {
|
|
453
|
+
A[r[1]] = function(b) {
|
|
454
454
|
return this.$g(b, r[0], r[1]);
|
|
455
455
|
};
|
|
456
456
|
}), Y.extend = function(r, b) {
|
|
457
457
|
return r.$i || (r(b, j, Y), r.$i = !0), Y;
|
|
458
|
-
}, Y.locale =
|
|
458
|
+
}, Y.locale = K, Y.isDayjs = J, Y.unix = function(r) {
|
|
459
459
|
return Y(1e3 * r);
|
|
460
460
|
}, Y.en = oe[C], Y.Ls = oe, Y.p = {}, Y;
|
|
461
461
|
});
|
|
462
462
|
})(ct);
|
|
463
|
-
var
|
|
464
|
-
const Le = /* @__PURE__ */ Ft(
|
|
463
|
+
var Tt = ct.exports;
|
|
464
|
+
const Le = /* @__PURE__ */ Ft(Tt), xt = {
|
|
465
465
|
style: { display: "flex", width: "100%" },
|
|
466
466
|
class: "g-ctrl-container"
|
|
467
467
|
}, Mt = {
|
|
@@ -475,94 +475,94 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
475
475
|
}),
|
|
476
476
|
emits: ["update:modelValue"],
|
|
477
477
|
setup(f) {
|
|
478
|
-
const d =
|
|
478
|
+
const d = Te(f, "modelValue"), e = f, t = e.item || {}, n = e.ctrlKey, m = e.ctrlType, w = e.model, I = we([]), D = () => Object.keys(st()).filter((F) => F.startsWith(`${e.t}-${n}-`)).map((F) => F.replace(`${e.t}-${n}-`, "")), E = {
|
|
479
479
|
filterable: !0,
|
|
480
480
|
remote: !!(t && t["remote-method"]),
|
|
481
481
|
...t
|
|
482
|
-
},
|
|
482
|
+
}, x = (F) => {
|
|
483
483
|
t["remote-method"](F, (s) => {
|
|
484
|
-
|
|
484
|
+
w[n].options = s;
|
|
485
485
|
});
|
|
486
486
|
}, P = we(!1), fe = async (F = "options") => {
|
|
487
487
|
try {
|
|
488
|
-
const s = await (t == null ? void 0 : t.getDicts(
|
|
489
|
-
|
|
488
|
+
const s = await (t == null ? void 0 : t.getDicts(w));
|
|
489
|
+
w[n][F] = s, P.value = !0;
|
|
490
490
|
} catch (s) {
|
|
491
491
|
console.error("Failed to fetch options:", s);
|
|
492
492
|
}
|
|
493
493
|
};
|
|
494
494
|
return Oe(async () => {
|
|
495
|
-
t && t["remote-method"] && (
|
|
496
|
-
const F = (z, de = "options", se =
|
|
495
|
+
t && t["remote-method"] && (E["remote-method"] = x);
|
|
496
|
+
const F = (z, de = "options", se = w[n]) => {
|
|
497
497
|
typeof t.getDicts == "function" && fe(de).catch((g) => {
|
|
498
498
|
console.error(`Failed to load ${de} for ${z}:`, g);
|
|
499
499
|
});
|
|
500
500
|
};
|
|
501
501
|
["radio", "radio-button", "checkbox-group", "checkbox-group-button", "select", "cascader"].includes(m) && F(m), m === "tree-select" && await (async () => {
|
|
502
502
|
try {
|
|
503
|
-
typeof t.getDicts == "function" ? I.value = await t.getDicts(
|
|
503
|
+
typeof t.getDicts == "function" ? I.value = await t.getDicts(w) : w[n].options && (I.value = w[n].options), P.value = !0;
|
|
504
504
|
} catch (de) {
|
|
505
505
|
console.error("Failed to load data for tree-select:", de);
|
|
506
506
|
}
|
|
507
507
|
})();
|
|
508
508
|
}), (F, s) => {
|
|
509
509
|
var ae, ue;
|
|
510
|
-
const z =
|
|
511
|
-
return i(), N("div",
|
|
512
|
-
o(m) == o(ie).RADIO ? (i(), V(de,
|
|
510
|
+
const z = B("el-radio"), de = B("el-radio-group"), se = B("el-radio-button"), g = B("el-checkbox"), S = B("el-checkbox-group"), re = B("el-checkbox-button"), C = B("el-option"), oe = B("el-option-group"), ee = B("el-select"), J = B("el-tree-select"), K = B("el-time-picker"), Y = B("el-time-select"), _ = B("el-date-picker"), j = B("el-color-picker"), A = B("el-rate"), r = B("el-slider"), b = B("el-switch"), c = B("el-transfer"), h = B("el-cascader"), p = B("el-button"), k = B("el-upload"), M = B("el-autocomplete"), R = B("el-input-number"), te = B("el-input");
|
|
511
|
+
return i(), N("div", xt, [
|
|
512
|
+
o(m) == o(ie).RADIO ? (i(), V(de, T({
|
|
513
513
|
key: 0,
|
|
514
514
|
modelValue: d.value,
|
|
515
515
|
"onUpdate:modelValue": s[0] || (s[0] = (u) => d.value = u)
|
|
516
516
|
}, o(t)), {
|
|
517
517
|
default: v(() => [
|
|
518
|
-
|
|
519
|
-
(i(!0), N(
|
|
518
|
+
$(F.$slots, `${e.t}-${o(n)}`, { data: o(t) }, () => [
|
|
519
|
+
(i(!0), N(Z, null, U(o(w)[o(n)].options, (u) => (i(), V(z, T({ ref_for: !0 }, u), {
|
|
520
520
|
default: v(() => [
|
|
521
|
-
|
|
521
|
+
$(F.$slots, `${e.t}-${o(n)}-options`, { option: u })
|
|
522
522
|
]),
|
|
523
523
|
_: 2
|
|
524
524
|
}, 1040))), 256))
|
|
525
525
|
])
|
|
526
526
|
]),
|
|
527
527
|
_: 3
|
|
528
|
-
}, 16, ["modelValue"])) : o(m) == o(ie).RADIOBUTTON ? (i(), V(de,
|
|
528
|
+
}, 16, ["modelValue"])) : o(m) == o(ie).RADIOBUTTON ? (i(), V(de, T({
|
|
529
529
|
key: 1,
|
|
530
530
|
modelValue: d.value,
|
|
531
531
|
"onUpdate:modelValue": s[1] || (s[1] = (u) => d.value = u)
|
|
532
532
|
}, o(t)), {
|
|
533
533
|
default: v(() => [
|
|
534
|
-
|
|
535
|
-
(i(!0), N(
|
|
534
|
+
$(F.$slots, `${e.t}-${o(n)}`, { data: o(t) }, () => [
|
|
535
|
+
(i(!0), N(Z, null, U(o(w)[o(n)].options, (u) => (i(), V(se, T({ ref_for: !0 }, u), {
|
|
536
536
|
default: v(() => [
|
|
537
|
-
|
|
537
|
+
$(F.$slots, `${e.t}-${o(n)}-options`, { option: u })
|
|
538
538
|
]),
|
|
539
539
|
_: 2
|
|
540
540
|
}, 1040))), 256))
|
|
541
541
|
])
|
|
542
542
|
]),
|
|
543
543
|
_: 3
|
|
544
|
-
}, 16, ["modelValue"])) : o(m) == o(ie).CHECKBOX ? (i(), V(g,
|
|
544
|
+
}, 16, ["modelValue"])) : o(m) == o(ie).CHECKBOX ? (i(), V(g, T({
|
|
545
545
|
key: 2,
|
|
546
546
|
modelValue: d.value,
|
|
547
547
|
"onUpdate:modelValue": s[2] || (s[2] = (u) => d.value = u)
|
|
548
548
|
}, o(t)), {
|
|
549
549
|
default: v(() => [
|
|
550
|
-
|
|
551
|
-
s[21] || (s[21] = ye(
|
|
550
|
+
$(F.$slots, `${e.t}-${o(n)}`, { data: o(t) }, () => [
|
|
551
|
+
s[21] || (s[21] = ye(ve(" ")))
|
|
552
552
|
])
|
|
553
553
|
]),
|
|
554
554
|
_: 3
|
|
555
|
-
}, 16, ["modelValue"])) : o(m) == o(ie).CHECKBOXGROUP ? (i(), V(S,
|
|
555
|
+
}, 16, ["modelValue"])) : o(m) == o(ie).CHECKBOXGROUP ? (i(), V(S, T({
|
|
556
556
|
key: 3,
|
|
557
557
|
modelValue: d.value,
|
|
558
558
|
"onUpdate:modelValue": s[3] || (s[3] = (u) => d.value = u)
|
|
559
559
|
}, o(t)), {
|
|
560
560
|
default: v(() => [
|
|
561
|
-
|
|
562
|
-
(i(!0), N(
|
|
561
|
+
$(F.$slots, `${e.t}-${o(n)}`, { data: o(t) }, () => [
|
|
562
|
+
(i(!0), N(Z, null, U(o(w)[o(n)].options, (u) => (i(), V(g, T({ ref_for: !0 }, u), {
|
|
563
563
|
default: v(() => [
|
|
564
|
-
|
|
565
|
-
ye(
|
|
564
|
+
$(F.$slots, `${e.t}-${o(n)}-options`, { option: u }, () => [
|
|
565
|
+
ye(ve(u.label), 1)
|
|
566
566
|
])
|
|
567
567
|
]),
|
|
568
568
|
_: 2
|
|
@@ -570,56 +570,56 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
570
570
|
])
|
|
571
571
|
]),
|
|
572
572
|
_: 3
|
|
573
|
-
}, 16, ["modelValue"])) : o(m) == o(ie).CHECKBOXGROUPBUTTON ? (i(), V(S,
|
|
573
|
+
}, 16, ["modelValue"])) : o(m) == o(ie).CHECKBOXGROUPBUTTON ? (i(), V(S, T({
|
|
574
574
|
key: 4,
|
|
575
575
|
modelValue: d.value,
|
|
576
576
|
"onUpdate:modelValue": s[4] || (s[4] = (u) => d.value = u)
|
|
577
577
|
}, o(t)), {
|
|
578
578
|
default: v(() => [
|
|
579
|
-
|
|
580
|
-
(i(!0), N(
|
|
579
|
+
$(F.$slots, `${e.t}-${o(n)}`, { data: o(t) }, () => [
|
|
580
|
+
(i(!0), N(Z, null, U(o(w)[o(n)].options, (u) => (i(), V(re, T({ ref_for: !0 }, u), {
|
|
581
581
|
default: v(() => [
|
|
582
|
-
|
|
582
|
+
$(F.$slots, `${e.t}-${o(n)}-options`, { option: u })
|
|
583
583
|
]),
|
|
584
584
|
_: 2
|
|
585
585
|
}, 1040))), 256))
|
|
586
586
|
])
|
|
587
587
|
]),
|
|
588
588
|
_: 3
|
|
589
|
-
}, 16, ["modelValue"])) : o(m) === o(ie).SELECT ? (i(), V(
|
|
589
|
+
}, 16, ["modelValue"])) : o(m) === o(ie).SELECT ? (i(), V(ee, T({
|
|
590
590
|
key: 5,
|
|
591
591
|
modelValue: d.value,
|
|
592
592
|
"onUpdate:modelValue": s[5] || (s[5] = (u) => d.value = u),
|
|
593
|
-
placeholder: o(
|
|
594
|
-
},
|
|
593
|
+
placeholder: o(w)[o(n)].label
|
|
594
|
+
}, E), ne({
|
|
595
595
|
default: v(() => [
|
|
596
|
-
|
|
597
|
-
options: o(
|
|
596
|
+
$(F.$slots, `${e.t}-${o(n)}`, {
|
|
597
|
+
options: o(w)[o(n)].options
|
|
598
598
|
}, () => {
|
|
599
599
|
var u, L;
|
|
600
600
|
return [
|
|
601
|
-
(L = (u = o(
|
|
601
|
+
(L = (u = o(w)[o(n)]) == null ? void 0 : u.options) != null && L.some((l) => l.options) ? (i(!0), N(Z, { key: 0 }, U(o(w)[o(n)].options, (l) => (i(), V(oe, {
|
|
602
602
|
key: l.label,
|
|
603
603
|
label: l.label
|
|
604
604
|
}, {
|
|
605
605
|
default: v(() => [
|
|
606
|
-
(i(!0), N(
|
|
606
|
+
(i(!0), N(Z, null, U(l.options, (a) => (i(), V(C, T({ ref_for: !0 }, a, {
|
|
607
607
|
key: a.value,
|
|
608
|
-
onClick: (
|
|
608
|
+
onClick: (y) => E.change && E.change(a)
|
|
609
609
|
}), {
|
|
610
610
|
default: v(() => [
|
|
611
|
-
|
|
611
|
+
$(F.$slots, `${e.t}-${o(n)}-options`, { option: a })
|
|
612
612
|
]),
|
|
613
613
|
_: 2
|
|
614
614
|
}, 1040, ["onClick"]))), 128))
|
|
615
615
|
]),
|
|
616
616
|
_: 2
|
|
617
|
-
}, 1032, ["label"]))), 128)) : (i(!0), N(
|
|
617
|
+
}, 1032, ["label"]))), 128)) : (i(!0), N(Z, { key: 1 }, U(o(w)[o(n)].options, (l) => (i(), V(C, T({ ref_for: !0 }, l, {
|
|
618
618
|
key: l.value,
|
|
619
|
-
onClick: (a) =>
|
|
619
|
+
onClick: (a) => E.change && E.change(l)
|
|
620
620
|
}), {
|
|
621
621
|
default: v(() => [
|
|
622
|
-
|
|
622
|
+
$(F.$slots, `${e.t}-${o(n)}-options`, { option: l })
|
|
623
623
|
]),
|
|
624
624
|
_: 2
|
|
625
625
|
}, 1040, ["onClick"]))), 128))
|
|
@@ -628,115 +628,115 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
628
628
|
]),
|
|
629
629
|
_: 2
|
|
630
630
|
}, [
|
|
631
|
-
|
|
631
|
+
U(D(), (u) => ({
|
|
632
632
|
name: u,
|
|
633
633
|
fn: v((L) => [
|
|
634
|
-
|
|
634
|
+
$(F.$slots, `${e.t}-${o(n)}-${u}`, { data: L })
|
|
635
635
|
])
|
|
636
636
|
}))
|
|
637
|
-
]), 1040, ["modelValue", "placeholder"])) : o(m) == o(ie).TREESELECT ? (i(), V(
|
|
637
|
+
]), 1040, ["modelValue", "placeholder"])) : o(m) == o(ie).TREESELECT ? (i(), V(J, T({
|
|
638
638
|
key: 6,
|
|
639
639
|
modelValue: d.value,
|
|
640
640
|
"onUpdate:modelValue": s[6] || (s[6] = (u) => d.value = u),
|
|
641
|
-
placeholder: o(
|
|
641
|
+
placeholder: o(w)[o(n)].label
|
|
642
642
|
}, o(t), { data: I.value }), ne({ _: 2 }, [
|
|
643
|
-
|
|
643
|
+
U(D(), (u) => ({
|
|
644
644
|
name: u,
|
|
645
645
|
fn: v((L) => [
|
|
646
|
-
|
|
646
|
+
$(F.$slots, `${e.t}-${o(n)}-${u}`, { data: L })
|
|
647
647
|
])
|
|
648
648
|
}))
|
|
649
|
-
]), 1040, ["modelValue", "placeholder", "data"])) : o(m) == o(ie).TIME ? (i(), V(
|
|
649
|
+
]), 1040, ["modelValue", "placeholder", "data"])) : o(m) == o(ie).TIME ? (i(), V(K, T({
|
|
650
650
|
key: 7,
|
|
651
651
|
modelValue: d.value,
|
|
652
652
|
"onUpdate:modelValue": s[7] || (s[7] = (u) => d.value = u),
|
|
653
653
|
"arrow-control": ""
|
|
654
654
|
}, o(t), {
|
|
655
|
-
placeholder: o(
|
|
656
|
-
}), null, 16, ["modelValue", "placeholder"])) : o(m) == o(ie).TIMESELECT ? (i(), V(Y,
|
|
655
|
+
placeholder: o(w)[o(n)].label
|
|
656
|
+
}), null, 16, ["modelValue", "placeholder"])) : o(m) == o(ie).TIMESELECT ? (i(), V(Y, T({
|
|
657
657
|
key: 8,
|
|
658
658
|
modelValue: d.value,
|
|
659
659
|
"onUpdate:modelValue": s[8] || (s[8] = (u) => d.value = u),
|
|
660
660
|
start: "06:30",
|
|
661
661
|
step: "00:15",
|
|
662
662
|
end: "23:30",
|
|
663
|
-
placeholder: o(
|
|
664
|
-
}, o(t)), null, 16, ["modelValue", "placeholder"])) : o(m) == o(ie).DATE ? (i(), V(_,
|
|
663
|
+
placeholder: o(w)[o(n)].label
|
|
664
|
+
}, o(t)), null, 16, ["modelValue", "placeholder"])) : o(m) == o(ie).DATE ? (i(), V(_, T({
|
|
665
665
|
key: 9,
|
|
666
666
|
modelValue: d.value,
|
|
667
667
|
"onUpdate:modelValue": s[9] || (s[9] = (u) => d.value = u),
|
|
668
668
|
type: "date",
|
|
669
|
-
placeholder: o(
|
|
669
|
+
placeholder: o(w)[o(n)].label
|
|
670
670
|
}, o(t)), ne({ _: 2 }, [
|
|
671
|
-
|
|
671
|
+
U(D(), (u) => ({
|
|
672
672
|
name: u,
|
|
673
673
|
fn: v((L) => [
|
|
674
|
-
|
|
674
|
+
$(F.$slots, `${e.t}-${o(n)}-${u}`, { data: L })
|
|
675
675
|
])
|
|
676
676
|
}))
|
|
677
|
-
]), 1040, ["modelValue", "placeholder"])) : o(m) == o(ie).DATETIME ? (i(), V(_,
|
|
677
|
+
]), 1040, ["modelValue", "placeholder"])) : o(m) == o(ie).DATETIME ? (i(), V(_, T({
|
|
678
678
|
key: 10,
|
|
679
679
|
modelValue: d.value,
|
|
680
680
|
"onUpdate:modelValue": s[10] || (s[10] = (u) => d.value = u),
|
|
681
681
|
type: o(ie).DATETIME,
|
|
682
|
-
placeholder: o(
|
|
682
|
+
placeholder: o(w)[o(n)].label
|
|
683
683
|
}, o(t)), ne({ _: 2 }, [
|
|
684
|
-
|
|
684
|
+
U(D(), (u) => ({
|
|
685
685
|
name: u,
|
|
686
686
|
fn: v((L) => [
|
|
687
|
-
|
|
687
|
+
$(F.$slots, `${e.t}-${o(n)}-${u}`, { data: L })
|
|
688
688
|
])
|
|
689
689
|
}))
|
|
690
|
-
]), 1040, ["modelValue", "type", "placeholder"])) : o(m) == o(ie).COLOR ? (i(), V(j,
|
|
690
|
+
]), 1040, ["modelValue", "type", "placeholder"])) : o(m) == o(ie).COLOR ? (i(), V(j, T({
|
|
691
691
|
key: 11,
|
|
692
692
|
modelValue: d.value,
|
|
693
693
|
"onUpdate:modelValue": s[11] || (s[11] = (u) => d.value = u)
|
|
694
|
-
}, o(t)), null, 16, ["modelValue"])) : o(m) == o(ie).RATE ? (i(), V(
|
|
694
|
+
}, o(t)), null, 16, ["modelValue"])) : o(m) == o(ie).RATE ? (i(), V(A, T({
|
|
695
695
|
key: 12,
|
|
696
696
|
modelValue: d.value,
|
|
697
697
|
"onUpdate:modelValue": s[12] || (s[12] = (u) => d.value = u)
|
|
698
|
-
}, o(t)), null, 16, ["modelValue"])) : o(m) == o(ie).SLIDER ? (i(), V(r,
|
|
698
|
+
}, o(t)), null, 16, ["modelValue"])) : o(m) == o(ie).SLIDER ? (i(), V(r, T({
|
|
699
699
|
key: 13,
|
|
700
700
|
modelValue: d.value,
|
|
701
701
|
"onUpdate:modelValue": s[13] || (s[13] = (u) => d.value = u)
|
|
702
|
-
}, o(t)), null, 16, ["modelValue"])) : o(m) == o(ie).SWITCH ? (i(), V(b,
|
|
702
|
+
}, o(t)), null, 16, ["modelValue"])) : o(m) == o(ie).SWITCH ? (i(), V(b, T({
|
|
703
703
|
key: 14,
|
|
704
704
|
modelValue: d.value,
|
|
705
705
|
"onUpdate:modelValue": s[14] || (s[14] = (u) => d.value = u)
|
|
706
706
|
}, o(t)), ne({ _: 2 }, [
|
|
707
|
-
|
|
707
|
+
U(D(), (u) => ({
|
|
708
708
|
name: u,
|
|
709
709
|
fn: v((L) => [
|
|
710
|
-
|
|
710
|
+
$(F.$slots, `${e.t}-${o(n)}-${u}`, { data: L })
|
|
711
711
|
])
|
|
712
712
|
}))
|
|
713
|
-
]), 1040, ["modelValue"])) : o(m) == o(ie).TRANSFER ? (i(), V(c,
|
|
713
|
+
]), 1040, ["modelValue"])) : o(m) == o(ie).TRANSFER ? (i(), V(c, T({
|
|
714
714
|
key: 15,
|
|
715
715
|
modelValue: d.value,
|
|
716
716
|
"onUpdate:modelValue": s[15] || (s[15] = (u) => d.value = u)
|
|
717
717
|
}, o(t)), ne({ _: 2 }, [
|
|
718
|
-
|
|
718
|
+
U(D(), (u) => ({
|
|
719
719
|
name: u,
|
|
720
720
|
fn: v((L) => [
|
|
721
|
-
|
|
721
|
+
$(F.$slots, `${e.t}-${o(n)}-${u}`, { data: L })
|
|
722
722
|
])
|
|
723
723
|
}))
|
|
724
|
-
]), 1040, ["modelValue"])) : o(m) == o(ie).CASCADER ? (i(), V(
|
|
724
|
+
]), 1040, ["modelValue"])) : o(m) == o(ie).CASCADER ? (i(), V(h, T({
|
|
725
725
|
key: 16,
|
|
726
726
|
modelValue: d.value,
|
|
727
727
|
"onUpdate:modelValue": s[16] || (s[16] = (u) => d.value = u)
|
|
728
728
|
}, o(t), {
|
|
729
|
-
options: o(
|
|
729
|
+
options: o(w)[o(n)].options
|
|
730
730
|
}), ne({ _: 2 }, [
|
|
731
|
-
|
|
731
|
+
U(D(), (u) => ({
|
|
732
732
|
name: u,
|
|
733
733
|
fn: v((L) => [
|
|
734
|
-
|
|
734
|
+
$(F.$slots, `${e.t}-${o(n)}-${u}`, { data: L })
|
|
735
735
|
])
|
|
736
736
|
}))
|
|
737
|
-
]), 1040, ["modelValue", "options"])) : o(m) == o(ie).IMAGE ? (i(), V(k, Se(
|
|
737
|
+
]), 1040, ["modelValue", "options"])) : o(m) == o(ie).IMAGE ? (i(), V(k, Se(T({ key: 17 }, o(t))), ne({
|
|
738
738
|
default: v(() => [
|
|
739
|
-
|
|
739
|
+
le(p, { type: "primary" }, {
|
|
740
740
|
default: v(() => s[22] || (s[22] = [
|
|
741
741
|
ye("点击上传")
|
|
742
742
|
])),
|
|
@@ -745,44 +745,44 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
745
745
|
]),
|
|
746
746
|
_: 2
|
|
747
747
|
}, [
|
|
748
|
-
|
|
748
|
+
U(D(), (u, L) => ({
|
|
749
749
|
name: u,
|
|
750
750
|
fn: v((l) => [
|
|
751
|
-
|
|
751
|
+
$(F.$slots, `${e.t}-${o(n)}-${u}`, { data: l })
|
|
752
752
|
])
|
|
753
753
|
}))
|
|
754
|
-
]), 1040)) : o(m) == o(ie).AUTOCOMPLETE ? (i(), V(M,
|
|
754
|
+
]), 1040)) : o(m) == o(ie).AUTOCOMPLETE ? (i(), V(M, T({
|
|
755
755
|
key: 18,
|
|
756
756
|
modelValue: d.value,
|
|
757
757
|
"onUpdate:modelValue": s[17] || (s[17] = (u) => d.value = u)
|
|
758
758
|
}, o(t), {
|
|
759
|
-
placeholder: o(
|
|
759
|
+
placeholder: o(w)[o(n)].label
|
|
760
760
|
}), ne({ _: 2 }, [
|
|
761
|
-
|
|
761
|
+
U(D(), (u, L) => ({
|
|
762
762
|
name: u,
|
|
763
763
|
fn: v((l) => [
|
|
764
|
-
|
|
764
|
+
$(F.$slots, `${e.t}-${o(n)}-${u}`, { data: l })
|
|
765
765
|
])
|
|
766
766
|
}))
|
|
767
|
-
]), 1040, ["modelValue", "placeholder"])) : o(m) == o(ie).INPUTNUMBER ? (i(), V(R,
|
|
767
|
+
]), 1040, ["modelValue", "placeholder"])) : o(m) == o(ie).INPUTNUMBER ? (i(), V(R, T({
|
|
768
768
|
key: 19,
|
|
769
769
|
modelValue: d.value,
|
|
770
770
|
"onUpdate:modelValue": s[18] || (s[18] = (u) => d.value = u),
|
|
771
771
|
min: 0,
|
|
772
772
|
max: 1e8,
|
|
773
|
-
placeholder: o(
|
|
773
|
+
placeholder: o(w)[o(n)].label
|
|
774
774
|
}, o(t)), ne({ _: 2 }, [
|
|
775
|
-
|
|
775
|
+
U(D(), (u, L) => ({
|
|
776
776
|
name: u,
|
|
777
777
|
fn: v((l) => [
|
|
778
|
-
|
|
778
|
+
$(F.$slots, `${e.t}-${o(n)}-${u}`, { data: l })
|
|
779
779
|
])
|
|
780
780
|
}))
|
|
781
781
|
]), 1040, ["modelValue", "placeholder"])) : o(m) == o(ie).MONEY ? (i(), N("div", Mt, [
|
|
782
|
-
te
|
|
782
|
+
le(te, T({
|
|
783
783
|
modelValue: d.value,
|
|
784
784
|
"onUpdate:modelValue": s[19] || (s[19] = (u) => d.value = u),
|
|
785
|
-
placeholder: o(
|
|
785
|
+
placeholder: o(w)[o(n)].label,
|
|
786
786
|
type: o(ie).NUMBER,
|
|
787
787
|
maxlength: ((ae = o(t)) == null ? void 0 : ae.max) || 25
|
|
788
788
|
}, { ...o(t), type: o(m) }), ne({ _: 2 }, [
|
|
@@ -792,29 +792,29 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
792
792
|
G("div", {
|
|
793
793
|
title: o(Ge)(d.value),
|
|
794
794
|
style: { "font-size": "10px", display: "block", width: "120px", overflow: "hidden", "text-overflow": "ellipsis" }
|
|
795
|
-
},
|
|
795
|
+
}, ve(o(Ge)(d.value)), 9, St)
|
|
796
796
|
]),
|
|
797
797
|
key: "0"
|
|
798
798
|
} : void 0,
|
|
799
|
-
|
|
799
|
+
U(D(), (u, L) => ({
|
|
800
800
|
name: u,
|
|
801
801
|
fn: v((l) => [
|
|
802
|
-
|
|
802
|
+
$(F.$slots, `${e.t}-${o(n)}-${u}`, { data: l })
|
|
803
803
|
])
|
|
804
804
|
}))
|
|
805
805
|
]), 1040, ["modelValue", "placeholder", "type", "maxlength"])
|
|
806
|
-
])) : (i(), V(
|
|
806
|
+
])) : (i(), V(te, T({
|
|
807
807
|
key: 21,
|
|
808
808
|
modelValue: d.value,
|
|
809
809
|
"onUpdate:modelValue": s[20] || (s[20] = (u) => d.value = u),
|
|
810
|
-
placeholder: o(
|
|
810
|
+
placeholder: o(w)[o(n)].label,
|
|
811
811
|
maxlength: ((ue = o(t)) == null ? void 0 : ue.max) || 25,
|
|
812
812
|
clearable: !0
|
|
813
813
|
}, { ...o(t), type: o(m) }), ne({ _: 2 }, [
|
|
814
|
-
|
|
814
|
+
U(D(), (u, L) => ({
|
|
815
815
|
name: u,
|
|
816
816
|
fn: v((l) => [
|
|
817
|
-
|
|
817
|
+
$(F.$slots, `${e.t}-${o(n)}-${u}`, { data: l })
|
|
818
818
|
])
|
|
819
819
|
}))
|
|
820
820
|
]), 1040, ["modelValue", "placeholder", "maxlength"]))
|
|
@@ -833,7 +833,7 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
833
833
|
emits: /* @__PURE__ */ Fe(["submit", "reset"], ["update:modelValue"]),
|
|
834
834
|
setup(f, { emit: d }) {
|
|
835
835
|
var s, z, de, se;
|
|
836
|
-
const e =
|
|
836
|
+
const e = Te(f, "modelValue"), t = d, n = we(null), m = Ke("options"), w = {
|
|
837
837
|
inline: !0,
|
|
838
838
|
type: "hidden",
|
|
839
839
|
"scroll-to-error": !0,
|
|
@@ -890,7 +890,7 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
890
890
|
}
|
|
891
891
|
};
|
|
892
892
|
e.value.form = Ee(
|
|
893
|
-
|
|
893
|
+
w,
|
|
894
894
|
m == null ? void 0 : m.form,
|
|
895
895
|
(z = e.value) == null ? void 0 : z.form
|
|
896
896
|
);
|
|
@@ -915,7 +915,7 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
915
915
|
(se = m == null ? void 0 : m.form) == null ? void 0 : se.cols,
|
|
916
916
|
e.value.form.cols
|
|
917
917
|
);
|
|
918
|
-
const
|
|
918
|
+
const E = (g) => {
|
|
919
919
|
let S = [];
|
|
920
920
|
if (g.rules)
|
|
921
921
|
S = g.rules;
|
|
@@ -930,27 +930,27 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
930
930
|
validate: void 0
|
|
931
931
|
}, ...g };
|
|
932
932
|
C.required && S.push({ required: !0, message: `${C.label}不能为空!`, trigger: "blur" }), C.max && C.min && S.push({
|
|
933
|
-
validator: (oe,
|
|
934
|
-
|
|
933
|
+
validator: (oe, ee, J) => {
|
|
934
|
+
ee && g.type == "number" && (ee < C.min || ee > C.max) ? J(new Error(`${C.label} 必须在 ${C.min} 和 ${C.max} 之间!`)) : ee && g.type !== "number" && (ee.toString().length < C.min || ee.toString().length > C.max) ? J(new Error(`字符长度必须在 ${C.min} 和 ${C.max} 之间!`)) : J();
|
|
935
935
|
}
|
|
936
936
|
}), C.max && !C.min && g.type == "number" && S.push({
|
|
937
|
-
validator: (oe,
|
|
938
|
-
|
|
937
|
+
validator: (oe, ee, J) => {
|
|
938
|
+
ee && ee > C.max ? J(new Error(`${C.label}不能大于${C.max}!`)) : J();
|
|
939
939
|
}
|
|
940
940
|
}), C.min && !C.max && g.type == "number" && S.push({
|
|
941
|
-
validator: (oe,
|
|
942
|
-
|
|
941
|
+
validator: (oe, ee, J) => {
|
|
942
|
+
ee && ee < C.min ? J(new Error(`${C.label}不能小于${C.min}!`)) : J();
|
|
943
943
|
}
|
|
944
944
|
}), C.type == "email" && S.push({ type: "email", message: "不是一个正确的邮箱地址!" }), C.type == "url" && S.push({ type: "url", message: "不是一个合正确的URL!" }), C.pattern && S.push({ pattern: C == null ? void 0 : C.pattern, message: (C == null ? void 0 : C.message) || "格式不正确!" }), C.validate && S.push({
|
|
945
|
-
validator: (oe,
|
|
945
|
+
validator: (oe, ee, J) => C.validate(oe, ee, J)
|
|
946
946
|
});
|
|
947
947
|
}
|
|
948
948
|
return S;
|
|
949
949
|
};
|
|
950
950
|
Oe(() => {
|
|
951
|
-
|
|
951
|
+
x();
|
|
952
952
|
});
|
|
953
|
-
const
|
|
953
|
+
const x = () => {
|
|
954
954
|
for (const [g, S] of Object.entries(P.value))
|
|
955
955
|
e.value[g].formItem = { ...e.value[g].formItem, ...S.formItem }, e.value[g].formItem.style = { ...e.value[g].formItem.style, ...S.formItem.style };
|
|
956
956
|
}, P = qe(() => Object.fromEntries(Object.entries(e.value).filter((g) => g[1].type != "hidden").filter((g) => g[1].editor !== !1).filter((g) => g[1].type !== "control").filter((g) => {
|
|
@@ -971,51 +971,51 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
971
971
|
}), Array.from(g.values());
|
|
972
972
|
});
|
|
973
973
|
return (g, S) => {
|
|
974
|
-
const re =
|
|
975
|
-
return i(), V(
|
|
974
|
+
const re = B("el-form-item"), C = B("el-col"), oe = B("el-tab-pane"), ee = B("el-tabs"), J = B("el-button"), K = B("el-form");
|
|
975
|
+
return i(), V(K, T({
|
|
976
976
|
ref_key: "gform",
|
|
977
977
|
ref: n,
|
|
978
978
|
model: e.value,
|
|
979
979
|
style: { width: "98%", padding: 0, margin: 0, "box-sizing": "border-box" }
|
|
980
980
|
}, o(be)(e.value.form, (Y) => !["footer", "submit", "reset", "slots", "type", "sort"].includes(Y)), { class: "g-form-container" }), {
|
|
981
981
|
default: v(() => [
|
|
982
|
-
F.value.length > 0 ?
|
|
982
|
+
F.value.length > 0 ? $(g.$slots, "default", { key: 0 }, () => {
|
|
983
983
|
var Y, _, j;
|
|
984
984
|
return [
|
|
985
|
-
|
|
985
|
+
le(ee, T({
|
|
986
986
|
class: "demo-tabs",
|
|
987
987
|
modelValue: F.value[0].groupName,
|
|
988
|
-
"onUpdate:modelValue": S[0] || (S[0] = (
|
|
988
|
+
"onUpdate:modelValue": S[0] || (S[0] = (A) => F.value[0].groupName = A),
|
|
989
989
|
style: { width: "100%" }
|
|
990
990
|
}, e.value.form.tabs), {
|
|
991
991
|
default: v(() => [
|
|
992
|
-
(i(!0), N(
|
|
993
|
-
key:
|
|
994
|
-
label:
|
|
995
|
-
name:
|
|
992
|
+
(i(!0), N(Z, null, U(F.value, (A) => (i(), V(oe, T({
|
|
993
|
+
key: A.groupName,
|
|
994
|
+
label: A.groupName,
|
|
995
|
+
name: A.groupName,
|
|
996
996
|
style: { width: "100%", display: "flex", "flex-wrap": "wrap" },
|
|
997
997
|
ref_for: !0
|
|
998
|
-
},
|
|
998
|
+
}, A.tabPane), {
|
|
999
999
|
default: v(() => [
|
|
1000
|
-
(i(!0), N(
|
|
1000
|
+
(i(!0), N(Z, null, U(A.items, (r, b) => (i(), V(C, T({ ref_for: !0 }, { ...e.value.form.cols, ...r == null ? void 0 : r.item.col }, {
|
|
1001
1001
|
key: r.key,
|
|
1002
1002
|
style: { width: "100%" }
|
|
1003
1003
|
}), {
|
|
1004
1004
|
default: v(() => {
|
|
1005
|
-
var c,
|
|
1005
|
+
var c, h;
|
|
1006
1006
|
return [
|
|
1007
|
-
|
|
1007
|
+
le(re, T({
|
|
1008
1008
|
label: r == null ? void 0 : r.item.label,
|
|
1009
1009
|
prop: `${r.key}.value`,
|
|
1010
|
-
rules:
|
|
1010
|
+
rules: E(r == null ? void 0 : r.item),
|
|
1011
1011
|
ref_for: !0
|
|
1012
|
-
}, { ...(c = e.value) == null ? void 0 : c.formItems, ...(
|
|
1012
|
+
}, { ...(c = e.value) == null ? void 0 : c.formItems, ...(h = r == null ? void 0 : r.item) == null ? void 0 : h.formItem }, { style: { width: "100%" } }), {
|
|
1013
1013
|
default: v(() => [
|
|
1014
|
-
|
|
1014
|
+
$(g.$slots, "f-" + r.key, {
|
|
1015
1015
|
item: r == null ? void 0 : r.item,
|
|
1016
1016
|
model: e.value
|
|
1017
1017
|
}, () => {
|
|
1018
|
-
var p, k, M, R,
|
|
1018
|
+
var p, k, M, R, te, ae, ue;
|
|
1019
1019
|
return [
|
|
1020
1020
|
e.value.form.modalState === "edit" ? (i(), V(Ve, {
|
|
1021
1021
|
key: 0,
|
|
@@ -1028,10 +1028,10 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1028
1028
|
class: "g-ctrl-container",
|
|
1029
1029
|
t: "f"
|
|
1030
1030
|
}, ne({ _: 2 }, [
|
|
1031
|
-
|
|
1031
|
+
U(g.$slots, (u, L) => ({
|
|
1032
1032
|
name: L,
|
|
1033
1033
|
fn: v((l) => [
|
|
1034
|
-
|
|
1034
|
+
$(g.$slots, L, {
|
|
1035
1035
|
data: l,
|
|
1036
1036
|
item: r.item,
|
|
1037
1037
|
model: e.value
|
|
@@ -1042,17 +1042,17 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1042
1042
|
key: 1,
|
|
1043
1043
|
modelValue: e.value[r.key].value,
|
|
1044
1044
|
"onUpdate:modelValue": (u) => e.value[r.key].value = u,
|
|
1045
|
-
item: { ...((R = r == null ? void 0 : r.item) == null ? void 0 : R.editor) || {}, ...((ae = (
|
|
1045
|
+
item: { ...((R = r == null ? void 0 : r.item) == null ? void 0 : R.editor) || {}, ...((ae = (te = r == null ? void 0 : r.item) == null ? void 0 : te.editor) == null ? void 0 : ae.ap) || {} },
|
|
1046
1046
|
ctrlKey: r.key,
|
|
1047
1047
|
ctrlType: r == null ? void 0 : r.item.type,
|
|
1048
1048
|
model: e.value,
|
|
1049
1049
|
class: "g-ctrl-container",
|
|
1050
1050
|
t: "f"
|
|
1051
1051
|
}, ne({ _: 2 }, [
|
|
1052
|
-
|
|
1052
|
+
U(g.$slots, (u, L) => ({
|
|
1053
1053
|
name: L,
|
|
1054
1054
|
fn: v((l) => [
|
|
1055
|
-
|
|
1055
|
+
$(g.$slots, L, {
|
|
1056
1056
|
data: l,
|
|
1057
1057
|
item: r.item,
|
|
1058
1058
|
model: e.value
|
|
@@ -1070,10 +1070,10 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1070
1070
|
class: "g-ctrl-container",
|
|
1071
1071
|
t: "f"
|
|
1072
1072
|
}, ne({ _: 2 }, [
|
|
1073
|
-
|
|
1073
|
+
U(g.$slots, (u, L) => ({
|
|
1074
1074
|
name: L,
|
|
1075
1075
|
fn: v((l) => [
|
|
1076
|
-
|
|
1076
|
+
$(g.$slots, L, {
|
|
1077
1077
|
data: l,
|
|
1078
1078
|
item: r.item,
|
|
1079
1079
|
model: e.value
|
|
@@ -1096,69 +1096,69 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1096
1096
|
]),
|
|
1097
1097
|
_: 3
|
|
1098
1098
|
}, 16, ["modelValue"]),
|
|
1099
|
-
(j = (_ = (Y = e.value) == null ? void 0 : Y.form) == null ? void 0 : _.footer) != null && j.hidden ? $e("", !0) :
|
|
1100
|
-
var
|
|
1099
|
+
(j = (_ = (Y = e.value) == null ? void 0 : Y.form) == null ? void 0 : _.footer) != null && j.hidden ? $e("", !0) : $(g.$slots, "f-footer", { key: 0 }, () => {
|
|
1100
|
+
var A, r, b, c, h, p;
|
|
1101
1101
|
return [
|
|
1102
1102
|
G("div", {
|
|
1103
1103
|
style: Ue(e.value.form.footer.style)
|
|
1104
1104
|
}, [
|
|
1105
|
-
|
|
1106
|
-
(b = (r = (
|
|
1105
|
+
$(g.$slots, "f-footer-left"),
|
|
1106
|
+
(b = (r = (A = e.value) == null ? void 0 : A.form) == null ? void 0 : r.submit) != null && b.hidden ? $e("", !0) : (i(), V(J, T({
|
|
1107
1107
|
key: 0,
|
|
1108
1108
|
onClick: S[1] || (S[1] = rt((k) => e.value.form.submit.click(fe.value, e.value), ["stop"]))
|
|
1109
1109
|
}, o(be)(e.value.form.submit, (k) => !["click"].includes(k))), {
|
|
1110
1110
|
default: v(() => {
|
|
1111
1111
|
var k, M, R;
|
|
1112
1112
|
return [
|
|
1113
|
-
ye(
|
|
1113
|
+
ye(ve((R = (M = (k = e.value) == null ? void 0 : k.form) == null ? void 0 : M.submit) == null ? void 0 : R.label), 1)
|
|
1114
1114
|
];
|
|
1115
1115
|
}),
|
|
1116
1116
|
_: 1
|
|
1117
1117
|
}, 16)),
|
|
1118
|
-
(p = (
|
|
1118
|
+
(p = (h = (c = e.value) == null ? void 0 : c.form) == null ? void 0 : h.reset) != null && p.hidden ? $e("", !0) : (i(), V(J, T({
|
|
1119
1119
|
key: 1,
|
|
1120
1120
|
onClick: S[2] || (S[2] = (k) => e.value.form.reset.click(e.value))
|
|
1121
1121
|
}, o(be)(e.value.form.reset, (k) => !["click"].includes(k))), {
|
|
1122
1122
|
default: v(() => {
|
|
1123
1123
|
var k, M, R;
|
|
1124
1124
|
return [
|
|
1125
|
-
ye(
|
|
1125
|
+
ye(ve((R = (M = (k = e.value) == null ? void 0 : k.form) == null ? void 0 : M.reset) == null ? void 0 : R.label), 1)
|
|
1126
1126
|
];
|
|
1127
1127
|
}),
|
|
1128
1128
|
_: 1
|
|
1129
1129
|
}, 16)),
|
|
1130
|
-
|
|
1130
|
+
$(g.$slots, "f-footer-right")
|
|
1131
1131
|
], 4)
|
|
1132
1132
|
];
|
|
1133
1133
|
})
|
|
1134
1134
|
];
|
|
1135
|
-
}) :
|
|
1135
|
+
}) : $(g.$slots, "default", { key: 1 }, () => {
|
|
1136
1136
|
var Y;
|
|
1137
1137
|
return [
|
|
1138
|
-
(i(!0), N(
|
|
1138
|
+
(i(!0), N(Z, null, U(P.value, (_, j) => (i(), V(C, T({ ref_for: !0 }, { ...e.value.form.cols, ..._.col }, {
|
|
1139
1139
|
key: j,
|
|
1140
1140
|
style: { width: "100%" }
|
|
1141
1141
|
}), {
|
|
1142
1142
|
default: v(() => {
|
|
1143
|
-
var
|
|
1143
|
+
var A;
|
|
1144
1144
|
return [
|
|
1145
|
-
|
|
1145
|
+
le(re, T({
|
|
1146
1146
|
label: _.label,
|
|
1147
1147
|
prop: `${j}.value`,
|
|
1148
|
-
rules:
|
|
1148
|
+
rules: E(_),
|
|
1149
1149
|
ref_for: !0
|
|
1150
|
-
}, { ...(
|
|
1150
|
+
}, { ...(A = e.value) == null ? void 0 : A.formItems, ..._ == null ? void 0 : _.formItem }, { style: { width: "100%" } }), {
|
|
1151
1151
|
label: v((r) => [
|
|
1152
|
-
|
|
1152
|
+
$(g.$slots, `f-${j}-label`, {
|
|
1153
1153
|
data: r,
|
|
1154
1154
|
item: _,
|
|
1155
1155
|
model: e.value
|
|
1156
1156
|
}, () => [
|
|
1157
|
-
ye(
|
|
1157
|
+
ye(ve(_.label), 1)
|
|
1158
1158
|
])
|
|
1159
1159
|
]),
|
|
1160
1160
|
default: v(() => [
|
|
1161
|
-
|
|
1161
|
+
$(g.$slots, "f-" + j, {
|
|
1162
1162
|
item: _,
|
|
1163
1163
|
model: e.value
|
|
1164
1164
|
}, () => {
|
|
@@ -1175,10 +1175,10 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1175
1175
|
class: "g-ctrl-container",
|
|
1176
1176
|
t: "f"
|
|
1177
1177
|
}, ne({ _: 2 }, [
|
|
1178
|
-
|
|
1179
|
-
name:
|
|
1178
|
+
U(g.$slots, (c, h) => ({
|
|
1179
|
+
name: h,
|
|
1180
1180
|
fn: v((p) => [
|
|
1181
|
-
|
|
1181
|
+
$(g.$slots, h, {
|
|
1182
1182
|
data: p,
|
|
1183
1183
|
item: _,
|
|
1184
1184
|
model: e.value
|
|
@@ -1196,10 +1196,10 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1196
1196
|
class: "g-ctrl-container",
|
|
1197
1197
|
t: "f"
|
|
1198
1198
|
}, ne({ _: 2 }, [
|
|
1199
|
-
|
|
1200
|
-
name:
|
|
1199
|
+
U(g.$slots, (c, h) => ({
|
|
1200
|
+
name: h,
|
|
1201
1201
|
fn: v((p) => [
|
|
1202
|
-
|
|
1202
|
+
$(g.$slots, h, {
|
|
1203
1203
|
data: p,
|
|
1204
1204
|
item: _,
|
|
1205
1205
|
model: e.value
|
|
@@ -1217,10 +1217,10 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1217
1217
|
class: "g-ctrl-container",
|
|
1218
1218
|
t: "f"
|
|
1219
1219
|
}, ne({ _: 2 }, [
|
|
1220
|
-
|
|
1221
|
-
name:
|
|
1220
|
+
U(g.$slots, (c, h) => ({
|
|
1221
|
+
name: h,
|
|
1222
1222
|
fn: v((p) => [
|
|
1223
|
-
|
|
1223
|
+
$(g.$slots, h, {
|
|
1224
1224
|
data: p,
|
|
1225
1225
|
item: _,
|
|
1226
1226
|
model: e.value
|
|
@@ -1237,38 +1237,38 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1237
1237
|
}),
|
|
1238
1238
|
_: 2
|
|
1239
1239
|
}, 1040))), 128)),
|
|
1240
|
-
(Y = e.value.form.footer) != null && Y.hidden ? $e("", !0) :
|
|
1241
|
-
var _, j,
|
|
1240
|
+
(Y = e.value.form.footer) != null && Y.hidden ? $e("", !0) : $(g.$slots, "f-footer", { key: 0 }, () => {
|
|
1241
|
+
var _, j, A, r, b, c;
|
|
1242
1242
|
return [
|
|
1243
1243
|
G("div", {
|
|
1244
1244
|
style: Ue(e.value.form.footer.style)
|
|
1245
1245
|
}, [
|
|
1246
|
-
|
|
1247
|
-
(
|
|
1246
|
+
$(g.$slots, "f-footer-left"),
|
|
1247
|
+
(A = (j = (_ = e.value) == null ? void 0 : _.form) == null ? void 0 : j.submit) != null && A.hidden ? $e("", !0) : (i(), V(J, T({
|
|
1248
1248
|
key: 0,
|
|
1249
|
-
onClick: S[3] || (S[3] = rt((
|
|
1250
|
-
}, o(be)(e.value.form.submit, (
|
|
1249
|
+
onClick: S[3] || (S[3] = rt((h) => e.value.form.submit.click(fe.value, e.value), ["stop"]))
|
|
1250
|
+
}, o(be)(e.value.form.submit, (h) => !["click"].includes(h))), {
|
|
1251
1251
|
default: v(() => {
|
|
1252
|
-
var
|
|
1252
|
+
var h, p, k;
|
|
1253
1253
|
return [
|
|
1254
|
-
ye(
|
|
1254
|
+
ye(ve((k = (p = (h = e.value) == null ? void 0 : h.form) == null ? void 0 : p.submit) == null ? void 0 : k.label), 1)
|
|
1255
1255
|
];
|
|
1256
1256
|
}),
|
|
1257
1257
|
_: 1
|
|
1258
1258
|
}, 16)),
|
|
1259
|
-
(c = (b = (r = e.value) == null ? void 0 : r.form) == null ? void 0 : b.reset) != null && c.hidden ? $e("", !0) : (i(), V(
|
|
1259
|
+
(c = (b = (r = e.value) == null ? void 0 : r.form) == null ? void 0 : b.reset) != null && c.hidden ? $e("", !0) : (i(), V(J, T({
|
|
1260
1260
|
key: 1,
|
|
1261
|
-
onClick: S[4] || (S[4] = (
|
|
1262
|
-
}, o(be)(e.value.form.reset, (
|
|
1261
|
+
onClick: S[4] || (S[4] = (h) => e.value.form.reset.click(e.value))
|
|
1262
|
+
}, o(be)(e.value.form.reset, (h) => !["click"].includes(h))), {
|
|
1263
1263
|
default: v(() => {
|
|
1264
|
-
var
|
|
1264
|
+
var h, p, k;
|
|
1265
1265
|
return [
|
|
1266
|
-
ye(
|
|
1266
|
+
ye(ve((k = (p = (h = e.value) == null ? void 0 : h.form) == null ? void 0 : p.reset) == null ? void 0 : k.label), 1)
|
|
1267
1267
|
];
|
|
1268
1268
|
}),
|
|
1269
1269
|
_: 1
|
|
1270
1270
|
}, 16)),
|
|
1271
|
-
|
|
1271
|
+
$(g.$slots, "f-footer-right")
|
|
1272
1272
|
], 4)
|
|
1273
1273
|
];
|
|
1274
1274
|
})
|
|
@@ -1289,38 +1289,38 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1289
1289
|
}),
|
|
1290
1290
|
emits: ["update:modelValue", "update:info"],
|
|
1291
1291
|
setup(f) {
|
|
1292
|
-
const d =
|
|
1293
|
-
return (m,
|
|
1294
|
-
const I =
|
|
1295
|
-
return i(!0), N(
|
|
1296
|
-
key:
|
|
1292
|
+
const d = Te(f, "modelValue"), e = f, t = Te(f, "info"), n = (m) => qe(() => Object.fromEntries(Object.entries(d.value).filter((w) => w[1].search && w[1].search.more === m).map((w) => [w[0], w[1]]))).value;
|
|
1293
|
+
return (m, w) => {
|
|
1294
|
+
const I = B("el-form-item");
|
|
1295
|
+
return i(!0), N(Z, null, U(n(e.more), (D, E) => $(m.$slots, `q-${E}`, {
|
|
1296
|
+
key: E,
|
|
1297
1297
|
item: D,
|
|
1298
1298
|
model: d.value
|
|
1299
1299
|
}, () => [
|
|
1300
|
-
|
|
1300
|
+
le(I, T({
|
|
1301
1301
|
label: D.label,
|
|
1302
1302
|
ref_for: !0
|
|
1303
1303
|
}, { ...d.value.queryItems, ...D == null ? void 0 : D.search }), {
|
|
1304
1304
|
label: v(() => [
|
|
1305
|
-
|
|
1305
|
+
$(m.$slots, `q-${E}-label`, {
|
|
1306
1306
|
item: D,
|
|
1307
1307
|
model: d.value
|
|
1308
1308
|
})
|
|
1309
1309
|
]),
|
|
1310
1310
|
default: v(() => [
|
|
1311
|
-
|
|
1312
|
-
modelValue: t.value[
|
|
1313
|
-
"onUpdate:modelValue": (
|
|
1311
|
+
le(Ve, {
|
|
1312
|
+
modelValue: t.value[E],
|
|
1313
|
+
"onUpdate:modelValue": (x) => t.value[E] = x,
|
|
1314
1314
|
item: { ...D == null ? void 0 : D.editor, ...D.search },
|
|
1315
|
-
ctrlKey:
|
|
1315
|
+
ctrlKey: E,
|
|
1316
1316
|
ctrlType: D.type,
|
|
1317
1317
|
model: d.value,
|
|
1318
1318
|
t: "q"
|
|
1319
1319
|
}, ne({ _: 2 }, [
|
|
1320
|
-
|
|
1321
|
-
name:
|
|
1320
|
+
U(Object.keys(m.$slots), (x) => ({
|
|
1321
|
+
name: x,
|
|
1322
1322
|
fn: v((P) => [
|
|
1323
|
-
|
|
1323
|
+
$(m.$slots, x, {
|
|
1324
1324
|
data: P,
|
|
1325
1325
|
item: D,
|
|
1326
1326
|
model: d.value
|
|
@@ -1353,9 +1353,9 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1353
1353
|
},
|
|
1354
1354
|
emits: /* @__PURE__ */ Fe(["query", "reset"], ["update:modelValue"]),
|
|
1355
1355
|
setup(f, { emit: d }) {
|
|
1356
|
-
const e =
|
|
1357
|
-
let
|
|
1358
|
-
const I = we(
|
|
1356
|
+
const e = Te(f, "modelValue"), t = d, n = Ke("options"), m = we(!1);
|
|
1357
|
+
let w = Object.fromEntries(Object.entries(e.value).filter((s) => s[1].search).map(([s, z]) => [s, z.value]));
|
|
1358
|
+
const I = we(w), D = {
|
|
1359
1359
|
hidden: !1,
|
|
1360
1360
|
type: "hidden",
|
|
1361
1361
|
labelWidth: 100,
|
|
@@ -1377,7 +1377,7 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1377
1377
|
hidden: !1,
|
|
1378
1378
|
plain: !1,
|
|
1379
1379
|
click: () => {
|
|
1380
|
-
I.value = we(
|
|
1380
|
+
I.value = we(w), t("reset", I.value);
|
|
1381
1381
|
}
|
|
1382
1382
|
},
|
|
1383
1383
|
query: {
|
|
@@ -1398,7 +1398,7 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1398
1398
|
}
|
|
1399
1399
|
};
|
|
1400
1400
|
e.value.query = Ee(D, n == null ? void 0 : n.query, e.value.query);
|
|
1401
|
-
const
|
|
1401
|
+
const E = {
|
|
1402
1402
|
2: {
|
|
1403
1403
|
title: "更多查询",
|
|
1404
1404
|
showClose: !1,
|
|
@@ -1416,17 +1416,17 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1416
1416
|
}
|
|
1417
1417
|
};
|
|
1418
1418
|
e.value.query.more.dialog = Ee(
|
|
1419
|
-
|
|
1419
|
+
E[e.value.query.more.mode] || {},
|
|
1420
1420
|
e.value.query.more.dialog
|
|
1421
1421
|
);
|
|
1422
|
-
const
|
|
1422
|
+
const x = {
|
|
1423
1423
|
type: "hidden",
|
|
1424
1424
|
labelPosition: "right",
|
|
1425
1425
|
style: {
|
|
1426
1426
|
width: "280px"
|
|
1427
1427
|
}
|
|
1428
1428
|
};
|
|
1429
|
-
e.value.queryItems = Ee(
|
|
1429
|
+
e.value.queryItems = Ee(x, n == null ? void 0 : n.queryItems, e.value.queryItems);
|
|
1430
1430
|
const P = (s, z) => {
|
|
1431
1431
|
const de = Object.keys(s.slots).filter((se) => se !== "default").reduce((se, g) => (se[g] = (S) => s.slots[g]({
|
|
1432
1432
|
model: e.value
|
|
@@ -1440,7 +1440,7 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1440
1440
|
more: z
|
|
1441
1441
|
}, de);
|
|
1442
1442
|
}, fe = st(), F = () => {
|
|
1443
|
-
var de, se, g, S, re, C, oe,
|
|
1443
|
+
var de, se, g, S, re, C, oe, ee, J;
|
|
1444
1444
|
const s = [
|
|
1445
1445
|
{
|
|
1446
1446
|
key: "query",
|
|
@@ -1466,7 +1466,7 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1466
1466
|
},
|
|
1467
1467
|
{
|
|
1468
1468
|
key: "more",
|
|
1469
|
-
hidden: (
|
|
1469
|
+
hidden: (J = (ee = (oe = e.value) == null ? void 0 : oe.query) == null ? void 0 : ee.more) == null ? void 0 : J.hidden,
|
|
1470
1470
|
component: e.value.query.more.mode === 3 ? Re : ge,
|
|
1471
1471
|
props: e.value.query.more.mode === 3 ? { ...e.value.query.more.dialog } : {
|
|
1472
1472
|
...e.value.query.more,
|
|
@@ -1476,22 +1476,22 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1476
1476
|
sort: e.value.query.more.sort || 0,
|
|
1477
1477
|
content: e.value.query.more.mode === 3 ? () => ke(Be, {
|
|
1478
1478
|
class: "query-form",
|
|
1479
|
-
...be(e.value.query, (
|
|
1479
|
+
...be(e.value.query, (K) => !["query", "more", "reset"].includes(K))
|
|
1480
1480
|
}, () => P({ slots: fe }, !0)) : null
|
|
1481
1481
|
}
|
|
1482
1482
|
];
|
|
1483
|
-
return s.sort((
|
|
1484
|
-
reference: () => ke(ge, e.value.query.more, () =>
|
|
1485
|
-
default:
|
|
1486
|
-
}) :
|
|
1483
|
+
return s.sort((K, Y) => K.sort - Y.sort), s.filter((K) => !K.hidden).map((K) => K.key === "more" && K.component === Re ? ke(Re, K.props, {
|
|
1484
|
+
reference: () => ke(ge, e.value.query.more, () => K.label),
|
|
1485
|
+
default: K.content
|
|
1486
|
+
}) : (K.props.slot = "query-" + K.key, K.label ? ke(K.component, K.props, () => K.label) : ke(K.component, K.props)));
|
|
1487
1487
|
};
|
|
1488
1488
|
return (s, z) => {
|
|
1489
|
-
var se, g, S, re, C, oe,
|
|
1490
|
-
const de =
|
|
1489
|
+
var se, g, S, re, C, oe, ee, J, K, Y, _, j;
|
|
1490
|
+
const de = B("el-drawer");
|
|
1491
1491
|
return i(), N("div", qt, [
|
|
1492
|
-
|
|
1492
|
+
le(o(Be), Se(Ne(o(be)(e.value.query, (A) => !["query", "more", "reset"].includes(A)))), {
|
|
1493
1493
|
default: v(() => [
|
|
1494
|
-
(i(), V(
|
|
1494
|
+
(i(), V(xe(P({ slots: s.$slots }, void 0))))
|
|
1495
1495
|
]),
|
|
1496
1496
|
_: 1
|
|
1497
1497
|
}, 16),
|
|
@@ -1500,32 +1500,38 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1500
1500
|
}, [
|
|
1501
1501
|
e.value.query.group ? (i(), V(o(at), { key: 0 }, {
|
|
1502
1502
|
default: v(() => [
|
|
1503
|
-
(i(!0), N(
|
|
1504
|
-
|
|
1503
|
+
(i(!0), N(Z, null, U(F(), (A) => $(s.$slots, A.props.slot, {}, () => [
|
|
1504
|
+
(i(), V(xe(A)))
|
|
1505
|
+
], !0)), 256)),
|
|
1506
|
+
$(s.$slots, "q-btns", {}, void 0, !0)
|
|
1505
1507
|
]),
|
|
1506
1508
|
_: 3
|
|
1507
|
-
})) : (i(), N(
|
|
1509
|
+
})) : (i(), N(Z, { key: 1 }, [
|
|
1508
1510
|
(re = (S = e.value.query) == null ? void 0 : S.btns) != null && re.group ? (i(), V(o(at), { key: 0 }, {
|
|
1509
1511
|
default: v(() => [
|
|
1510
|
-
(i(!0), N(
|
|
1512
|
+
(i(!0), N(Z, null, U(F(), (A) => $(s.$slots, A.props.slot, {}, () => [
|
|
1513
|
+
(i(), V(xe(A)))
|
|
1514
|
+
], !0)), 256))
|
|
1511
1515
|
]),
|
|
1512
|
-
_:
|
|
1513
|
-
})) : (i(!0), N(
|
|
1514
|
-
|
|
1516
|
+
_: 3
|
|
1517
|
+
})) : (i(!0), N(Z, { key: 1 }, U(F(), (A) => $(s.$slots, A.props.slot, {}, () => [
|
|
1518
|
+
(i(), V(xe(A)))
|
|
1519
|
+
], !0)), 256)),
|
|
1520
|
+
$(s.$slots, "q-btns", {}, void 0, !0)
|
|
1515
1521
|
], 64))
|
|
1516
1522
|
], 4),
|
|
1517
|
-
|
|
1523
|
+
le(bt, {
|
|
1518
1524
|
duration: 300,
|
|
1519
1525
|
name: "nested"
|
|
1520
1526
|
}, {
|
|
1521
1527
|
default: v(() => {
|
|
1522
|
-
var
|
|
1528
|
+
var A, r, b;
|
|
1523
1529
|
return [
|
|
1524
|
-
m.value && !((b = (r = (
|
|
1530
|
+
m.value && !((b = (r = (A = e.value) == null ? void 0 : A.query) == null ? void 0 : r.more) != null && b.hidden) && e.value.query.more.mode == 1 ? (i(), N("div", Ot, [
|
|
1525
1531
|
G("div", At, [
|
|
1526
|
-
e.value.query.more.mode == 1 ? Pe((i(), V(o(Be), Se(
|
|
1532
|
+
e.value.query.more.mode == 1 ? Pe((i(), V(o(Be), Se(T({ key: 0 }, o(be)(e.value.query, (c) => !["query", "more", "reset"].includes(c)))), {
|
|
1527
1533
|
default: v(() => [
|
|
1528
|
-
(i(), V(
|
|
1534
|
+
(i(), V(xe(P({ slots: s.$slots }, !0))))
|
|
1529
1535
|
]),
|
|
1530
1536
|
_: 1
|
|
1531
1537
|
}, 16)), [
|
|
@@ -1537,27 +1543,27 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1537
1543
|
}),
|
|
1538
1544
|
_: 1
|
|
1539
1545
|
}),
|
|
1540
|
-
m.value && !((
|
|
1546
|
+
m.value && !((ee = (oe = (C = e.value) == null ? void 0 : C.query) == null ? void 0 : oe.more) != null && ee.hidden) && e.value.query.more.mode == 2 ? (i(), V(de, T({
|
|
1541
1547
|
key: 0,
|
|
1542
1548
|
modelValue: m.value,
|
|
1543
|
-
"onUpdate:modelValue": z[4] || (z[4] = (
|
|
1549
|
+
"onUpdate:modelValue": z[4] || (z[4] = (A) => m.value = A),
|
|
1544
1550
|
title: "更多查询",
|
|
1545
1551
|
"show-close": !1
|
|
1546
1552
|
}, e.value.query.more.dialog), ne({
|
|
1547
1553
|
default: v(() => [
|
|
1548
|
-
|
|
1554
|
+
le(o(Be), T(o(be)(e.value.query, (A) => !["query", "more", "reset"].includes(A)), { style: { width: "98%" } }), {
|
|
1549
1555
|
default: v(() => [
|
|
1550
|
-
|
|
1556
|
+
le(ut, {
|
|
1551
1557
|
modelValue: e.value,
|
|
1552
|
-
"onUpdate:modelValue": z[0] || (z[0] = (
|
|
1558
|
+
"onUpdate:modelValue": z[0] || (z[0] = (A) => e.value = A),
|
|
1553
1559
|
info: I.value,
|
|
1554
|
-
"onUpdate:info": z[1] || (z[1] = (
|
|
1560
|
+
"onUpdate:info": z[1] || (z[1] = (A) => I.value = A),
|
|
1555
1561
|
more: !0
|
|
1556
1562
|
}, ne({ _: 2 }, [
|
|
1557
|
-
|
|
1563
|
+
U(s.$slots, (A, r, b) => ({
|
|
1558
1564
|
name: r,
|
|
1559
1565
|
fn: v((c) => [
|
|
1560
|
-
|
|
1566
|
+
$(s.$slots, r, { model: e.value }, void 0, !0)
|
|
1561
1567
|
])
|
|
1562
1568
|
}))
|
|
1563
1569
|
]), 1032, ["modelValue", "info"])
|
|
@@ -1567,23 +1573,23 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1567
1573
|
]),
|
|
1568
1574
|
_: 2
|
|
1569
1575
|
}, [
|
|
1570
|
-
(j = (_ = (Y = (
|
|
1576
|
+
(j = (_ = (Y = (K = (J = e.value) == null ? void 0 : J.query) == null ? void 0 : K.more) == null ? void 0 : Y.dialog) == null ? void 0 : _.footer) != null && j.hidden ? void 0 : {
|
|
1571
1577
|
name: "footer",
|
|
1572
1578
|
fn: v(() => [
|
|
1573
1579
|
G("div", Se(Ne(e.value.query.more.dialog.footer)), [
|
|
1574
|
-
|
|
1575
|
-
onClick: z[2] || (z[2] = (
|
|
1580
|
+
le(o(ge), T(e.value.query.query, {
|
|
1581
|
+
onClick: z[2] || (z[2] = (A) => e.value.query.query.click())
|
|
1576
1582
|
}), {
|
|
1577
1583
|
default: v(() => [
|
|
1578
|
-
ye(
|
|
1584
|
+
ye(ve(e.value.query.query.label), 1)
|
|
1579
1585
|
]),
|
|
1580
1586
|
_: 1
|
|
1581
1587
|
}, 16),
|
|
1582
|
-
|
|
1583
|
-
onClick: z[3] || (z[3] = (
|
|
1588
|
+
le(o(ge), T(e.value.query.reset, {
|
|
1589
|
+
onClick: z[3] || (z[3] = (A) => e.value.query.reset.click())
|
|
1584
1590
|
}), {
|
|
1585
1591
|
default: v(() => [
|
|
1586
|
-
ye(
|
|
1592
|
+
ye(ve(e.value.query.reset.label), 1)
|
|
1587
1593
|
]),
|
|
1588
1594
|
_: 1
|
|
1589
1595
|
}, 16)
|
|
@@ -1595,7 +1601,7 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1595
1601
|
]);
|
|
1596
1602
|
};
|
|
1597
1603
|
}
|
|
1598
|
-
}, Ut = /* @__PURE__ */ Ie(Bt, [["__scopeId", "data-v-
|
|
1604
|
+
}, Ut = /* @__PURE__ */ Ie(Bt, [["__scopeId", "data-v-d383d8b7"]]), It = { style: { padding: "0", margin: "0", "box-sizing": "border-box" } }, jt = { style: { padding: "10px", "box-sizing": "border-box" } }, Rt = { style: { margin: "10px" } }, Lt = {
|
|
1599
1605
|
style: { display: "flex", "flex-wrap": "wrap" },
|
|
1600
1606
|
id: "excelSortEl"
|
|
1601
1607
|
}, Nt = ["textContent"], Pt = { style: { width: "100%", display: "flex", padding: "10px", "box-sizing": "border-box", "justify-content": "center", "border-top": "1px solid #dcdfe6" } }, zt = {
|
|
@@ -1610,21 +1616,21 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1610
1616
|
n.value.forEach((D) => {
|
|
1611
1617
|
D.value = !0;
|
|
1612
1618
|
});
|
|
1613
|
-
},
|
|
1619
|
+
}, w = () => {
|
|
1614
1620
|
n.value.forEach((D) => {
|
|
1615
1621
|
D.value = !1;
|
|
1616
1622
|
});
|
|
1617
1623
|
}, I = () => {
|
|
1618
|
-
t("excel", n.value, (D,
|
|
1624
|
+
t("excel", n.value, (D, E = "excel.xls") => {
|
|
1619
1625
|
if (!D) {
|
|
1620
1626
|
console.error("下载链接无效");
|
|
1621
1627
|
return;
|
|
1622
1628
|
}
|
|
1623
1629
|
try {
|
|
1624
|
-
const
|
|
1625
|
-
|
|
1626
|
-
} catch (
|
|
1627
|
-
console.error("下载文件时出现错误:",
|
|
1630
|
+
const x = document.createElement("a");
|
|
1631
|
+
x.href = D, x.download = E, x.style.display = "none", document.body.appendChild(x), x.click(), document.body.removeChild(x);
|
|
1632
|
+
} catch (x) {
|
|
1633
|
+
console.error("下载文件时出现错误:", x);
|
|
1628
1634
|
}
|
|
1629
1635
|
});
|
|
1630
1636
|
};
|
|
@@ -1632,15 +1638,15 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1632
1638
|
const D = new dt(document.getElementById("excelSortEl"), {
|
|
1633
1639
|
animation: 150,
|
|
1634
1640
|
onEnd: () => {
|
|
1635
|
-
let
|
|
1636
|
-
console.log(
|
|
1641
|
+
let x = D.toArray();
|
|
1642
|
+
console.log(x);
|
|
1637
1643
|
}
|
|
1638
|
-
}),
|
|
1644
|
+
}), E = D;
|
|
1639
1645
|
$t(() => {
|
|
1640
|
-
|
|
1646
|
+
E && E.destroy();
|
|
1641
1647
|
});
|
|
1642
|
-
}), (D,
|
|
1643
|
-
const
|
|
1648
|
+
}), (D, E) => {
|
|
1649
|
+
const x = B("el-divider"), P = B("el-alert"), fe = B("el-checkbox"), F = B("el-button");
|
|
1644
1650
|
return i(), N("div", It, [
|
|
1645
1651
|
G("div", jt, [
|
|
1646
1652
|
G("div", Rt, [
|
|
@@ -1648,22 +1654,22 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1648
1654
|
onClick: m,
|
|
1649
1655
|
style: { cursor: "pointer" }
|
|
1650
1656
|
}, "全选"),
|
|
1651
|
-
|
|
1657
|
+
le(x, { direction: "vertical" }),
|
|
1652
1658
|
G("a", {
|
|
1653
|
-
onClick:
|
|
1659
|
+
onClick: w,
|
|
1654
1660
|
style: { cursor: "pointer" }
|
|
1655
1661
|
}, "全不选")
|
|
1656
1662
|
]),
|
|
1657
|
-
|
|
1663
|
+
le(P, {
|
|
1658
1664
|
title: "拖动列标题可以改变表格列的生成顺序 !",
|
|
1659
1665
|
type: "warning",
|
|
1660
1666
|
"show-icon": "",
|
|
1661
1667
|
closable: !1,
|
|
1662
1668
|
style: { "margin-bottom": "10px" }
|
|
1663
1669
|
}),
|
|
1664
|
-
|
|
1670
|
+
E[0] || (E[0] = G("div", { style: { margin: "1px 0" } }, null, -1)),
|
|
1665
1671
|
G("div", Lt, [
|
|
1666
|
-
(i(!0), N(
|
|
1672
|
+
(i(!0), N(Z, null, U(n.value, (s) => (i(), V(fe, {
|
|
1667
1673
|
class: "check-box-hover",
|
|
1668
1674
|
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" },
|
|
1669
1675
|
"data-id": s.key,
|
|
@@ -1674,7 +1680,7 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1674
1680
|
}, {
|
|
1675
1681
|
default: v(() => [
|
|
1676
1682
|
G("span", {
|
|
1677
|
-
textContent:
|
|
1683
|
+
textContent: ve(s.label),
|
|
1678
1684
|
style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
|
|
1679
1685
|
}, null, 8, Nt)
|
|
1680
1686
|
]),
|
|
@@ -1683,13 +1689,13 @@ const Le = /* @__PURE__ */ Ft(xt), Tt = {
|
|
|
1683
1689
|
])
|
|
1684
1690
|
]),
|
|
1685
1691
|
G("div", Pt, [
|
|
1686
|
-
|
|
1692
|
+
le(F, {
|
|
1687
1693
|
type: "primary",
|
|
1688
1694
|
onClick: I,
|
|
1689
1695
|
disabled: n.value.filter((s) => s.value).length < 1
|
|
1690
1696
|
}, {
|
|
1691
1697
|
default: v(() => [
|
|
1692
|
-
ye(
|
|
1698
|
+
ye(ve(e.commitText), 1)
|
|
1693
1699
|
]),
|
|
1694
1700
|
_: 1
|
|
1695
1701
|
}, 8, ["disabled"])
|
|
@@ -1747,10 +1753,10 @@ const Qt = {
|
|
|
1747
1753
|
}),
|
|
1748
1754
|
emits: ["update:modelValue"],
|
|
1749
1755
|
setup(f) {
|
|
1750
|
-
const d = f, e = we([]), t =
|
|
1751
|
-
|
|
1756
|
+
const d = f, e = we([]), t = Te(f, "modelValue"), n = async (E, x) => {
|
|
1757
|
+
E ? t.value[x].showCol = !0 : t.value[x].showCol = !1;
|
|
1752
1758
|
try {
|
|
1753
|
-
const P = await Me(t.value.table.user, d.name,
|
|
1759
|
+
const P = await Me(t.value.table.user, d.name, x, { showCol: E });
|
|
1754
1760
|
console.log(P);
|
|
1755
1761
|
} catch (P) {
|
|
1756
1762
|
console.error("列显示状态保存信息时出错:", P), _e({
|
|
@@ -1759,15 +1765,15 @@ const Qt = {
|
|
|
1759
1765
|
});
|
|
1760
1766
|
}
|
|
1761
1767
|
}, m = () => {
|
|
1762
|
-
const
|
|
1763
|
-
if (
|
|
1764
|
-
let
|
|
1768
|
+
const E = document.getElementById("cols");
|
|
1769
|
+
if (E) {
|
|
1770
|
+
let x = dt.create(E, {
|
|
1765
1771
|
animation: 150,
|
|
1766
1772
|
filter: ".filtered",
|
|
1767
1773
|
//
|
|
1768
1774
|
sort: !0,
|
|
1769
1775
|
onEnd: () => {
|
|
1770
|
-
|
|
1776
|
+
x.toArray().forEach(async (fe, F) => {
|
|
1771
1777
|
t.value[fe].sort = F;
|
|
1772
1778
|
let s = t.value[fe].width || "auto";
|
|
1773
1779
|
try {
|
|
@@ -1783,37 +1789,37 @@ const Qt = {
|
|
|
1783
1789
|
}
|
|
1784
1790
|
});
|
|
1785
1791
|
}
|
|
1786
|
-
},
|
|
1792
|
+
}, w = async () => {
|
|
1787
1793
|
try {
|
|
1788
|
-
for (const
|
|
1789
|
-
|
|
1790
|
-
const
|
|
1794
|
+
for (const E of e.value) {
|
|
1795
|
+
E.showCol = !0, t.value[E.value].showCol = !0;
|
|
1796
|
+
const x = await Me(t.value.table.user, d.name, E.value, {
|
|
1791
1797
|
showCol: !0,
|
|
1792
|
-
width:
|
|
1793
|
-
sort:
|
|
1798
|
+
width: E.width,
|
|
1799
|
+
sort: E.sort
|
|
1794
1800
|
});
|
|
1795
|
-
console.log(
|
|
1801
|
+
console.log(x);
|
|
1796
1802
|
}
|
|
1797
|
-
} catch (
|
|
1798
|
-
console.error("全选列保存信息时出错:",
|
|
1803
|
+
} catch (E) {
|
|
1804
|
+
console.error("全选列保存信息时出错:", E), _e({
|
|
1799
1805
|
type: "error",
|
|
1800
1806
|
message: "全选列保存信息失败!"
|
|
1801
1807
|
});
|
|
1802
1808
|
}
|
|
1803
1809
|
}, I = async () => {
|
|
1804
1810
|
try {
|
|
1805
|
-
const
|
|
1806
|
-
for (const
|
|
1807
|
-
|
|
1808
|
-
const P = await Me(t.value.table.user, d.name,
|
|
1811
|
+
const E = e.value.filter((x) => !x.alwaysShow);
|
|
1812
|
+
for (const x of E) {
|
|
1813
|
+
x.showCol = !1, t.value[x.value].showCol = !1;
|
|
1814
|
+
const P = await Me(t.value.table.user, d.name, x.value, {
|
|
1809
1815
|
showCol: !1,
|
|
1810
|
-
width:
|
|
1811
|
-
sort:
|
|
1816
|
+
width: x.width,
|
|
1817
|
+
sort: x.sort
|
|
1812
1818
|
});
|
|
1813
1819
|
console.log(P);
|
|
1814
1820
|
}
|
|
1815
|
-
} catch (
|
|
1816
|
-
console.error("清除列保存信息时出错:",
|
|
1821
|
+
} catch (E) {
|
|
1822
|
+
console.error("清除列保存信息时出错:", E), _e({
|
|
1817
1823
|
type: "error",
|
|
1818
1824
|
message: "清除列保存信息失败!"
|
|
1819
1825
|
});
|
|
@@ -1824,10 +1830,10 @@ const Qt = {
|
|
|
1824
1830
|
cancelButtonText: "取消",
|
|
1825
1831
|
type: "warning"
|
|
1826
1832
|
}).then(() => {
|
|
1827
|
-
Yt(t.value.table.user, d.name).then((
|
|
1828
|
-
console.log(
|
|
1829
|
-
}).catch((
|
|
1830
|
-
console.error("复位操作出错:",
|
|
1833
|
+
Yt(t.value.table.user, d.name).then((E) => {
|
|
1834
|
+
console.log(E), window.location.reload();
|
|
1835
|
+
}).catch((E) => {
|
|
1836
|
+
console.error("复位操作出错:", E), _e({
|
|
1831
1837
|
type: "info",
|
|
1832
1838
|
message: "复位失败!"
|
|
1833
1839
|
});
|
|
@@ -1835,25 +1841,25 @@ const Qt = {
|
|
|
1835
1841
|
});
|
|
1836
1842
|
};
|
|
1837
1843
|
return Oe(async () => {
|
|
1838
|
-
e.value = Object.entries(t.value).filter(([,
|
|
1839
|
-
label:
|
|
1840
|
-
value:
|
|
1841
|
-
alwaysShow:
|
|
1842
|
-
showCol:
|
|
1843
|
-
sort:
|
|
1844
|
-
width:
|
|
1845
|
-
})).sort((
|
|
1846
|
-
}), (
|
|
1847
|
-
const P =
|
|
1844
|
+
e.value = Object.entries(t.value).filter(([, E]) => E.visible !== !1).filter(([, E]) => E.type != "hidden").map(([E, x]) => ({
|
|
1845
|
+
label: x.label,
|
|
1846
|
+
value: E,
|
|
1847
|
+
alwaysShow: x.alwaysShow,
|
|
1848
|
+
showCol: x.showCol !== !1,
|
|
1849
|
+
sort: x.sort || 0,
|
|
1850
|
+
width: x.width || "auto"
|
|
1851
|
+
})).sort((E, x) => E.sort - x.sort), m();
|
|
1852
|
+
}), (E, x) => {
|
|
1853
|
+
const P = B("el-divider"), fe = B("el-alert"), F = B("el-checkbox");
|
|
1848
1854
|
return i(), N("div", null, [
|
|
1849
1855
|
G("div", Qt, [
|
|
1850
|
-
G("a", { onClick:
|
|
1851
|
-
|
|
1856
|
+
G("a", { onClick: w }, "全选"),
|
|
1857
|
+
le(P, { direction: "vertical" }),
|
|
1852
1858
|
G("a", { onClick: I }, "全不选"),
|
|
1853
|
-
|
|
1859
|
+
le(P, { direction: "vertical" }),
|
|
1854
1860
|
G("a", { onClick: D }, "复位")
|
|
1855
1861
|
]),
|
|
1856
|
-
|
|
1862
|
+
le(fe, {
|
|
1857
1863
|
title: "拖动表格列标题可以改变表格列显示顺序 !",
|
|
1858
1864
|
type: "warning",
|
|
1859
1865
|
"show-icon": "",
|
|
@@ -1862,7 +1868,7 @@ const Qt = {
|
|
|
1862
1868
|
}),
|
|
1863
1869
|
G("div", null, [
|
|
1864
1870
|
G("div", Xt, [
|
|
1865
|
-
(i(!0), N(
|
|
1871
|
+
(i(!0), N(Z, null, U(e.value, (s) => (i(), V(F, {
|
|
1866
1872
|
modelValue: s.showCol,
|
|
1867
1873
|
"onUpdate:modelValue": (z) => s.showCol = z,
|
|
1868
1874
|
"data-id": s.value,
|
|
@@ -1876,7 +1882,7 @@ const Qt = {
|
|
|
1876
1882
|
}, {
|
|
1877
1883
|
default: v(() => [
|
|
1878
1884
|
G("span", {
|
|
1879
|
-
textContent:
|
|
1885
|
+
textContent: ve(s.label),
|
|
1880
1886
|
style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
|
|
1881
1887
|
}, null, 8, Jt)
|
|
1882
1888
|
]),
|
|
@@ -1907,8 +1913,8 @@ const Qt = {
|
|
|
1907
1913
|
}),
|
|
1908
1914
|
emits: /* @__PURE__ */ Fe(["load", "open", "delete", "submit", "reset", "download"], ["update:modelValue"]),
|
|
1909
1915
|
setup(f, { emit: d }) {
|
|
1910
|
-
var M, R,
|
|
1911
|
-
const e = d, t =
|
|
1916
|
+
var M, R, te, ae, ue, u, L;
|
|
1917
|
+
const e = d, t = Te(f, "modelValue"), n = Ke("options"), m = we({}), w = we(!1), I = ["type", "index", "label", "column-key", "prop", "width", "min-width", "fixed", "render-header", "sortable", "sort-method", "sort-by", "sort-orders", "resizable", "formatter", "show-overflow-tooltip", "align", "header-align", "class-name", "label-class-name", "selectable", "reserve-selection", "filters", "filter-placement", "filter-class-name", "filter-multiple", "filter-method", "filtered-value"], D = we([]), E = f, x = {
|
|
1912
1918
|
data: [],
|
|
1913
1919
|
border: !0,
|
|
1914
1920
|
stripe: !0,
|
|
@@ -1918,8 +1924,8 @@ const Qt = {
|
|
|
1918
1924
|
load: () => {
|
|
1919
1925
|
let { currentPage: l, pageSize: a } = t.value.table.page;
|
|
1920
1926
|
try {
|
|
1921
|
-
e("load", { currentPage: l, pageSize: a, ...m.value }, (
|
|
1922
|
-
if (!Array.isArray(
|
|
1927
|
+
e("load", { currentPage: l, pageSize: a, ...m.value }, (y, q) => {
|
|
1928
|
+
if (!Array.isArray(y)) {
|
|
1923
1929
|
console.error("从 load 事件回调中接收到的数据不是数组格式。"), _e.error("数据加载失败,请检查数据格式。");
|
|
1924
1930
|
return;
|
|
1925
1931
|
}
|
|
@@ -1927,18 +1933,18 @@ const Qt = {
|
|
|
1927
1933
|
console.error("从 load 事件回调中接收到的 total 不是数字格式。"), _e.error("数据加载失败,请检查数据格式。");
|
|
1928
1934
|
return;
|
|
1929
1935
|
}
|
|
1930
|
-
t.value.table.data =
|
|
1936
|
+
t.value.table.data = y, t.value.table.page.total = q, k();
|
|
1931
1937
|
});
|
|
1932
|
-
} catch (
|
|
1933
|
-
console.error("触发 load 事件时出现错误:",
|
|
1938
|
+
} catch (y) {
|
|
1939
|
+
console.error("触发 load 事件时出现错误:", y), _e.error("数据加载时出现错误,请稍后重试。");
|
|
1934
1940
|
}
|
|
1935
1941
|
},
|
|
1936
|
-
onHeaderDragend: (l, a,
|
|
1942
|
+
onHeaderDragend: (l, a, y) => {
|
|
1937
1943
|
var q;
|
|
1938
|
-
|
|
1944
|
+
Me((q = t.value.table) == null ? void 0 : q.user, E.name, y.property, { width: l });
|
|
1939
1945
|
},
|
|
1940
|
-
onRowDblclick: (l, a,
|
|
1941
|
-
t.value.table.dblclickType == "edit" ? C(l, a,
|
|
1946
|
+
onRowDblclick: (l, a, y) => {
|
|
1947
|
+
t.value.table.dblclickType == "edit" ? C(l, a, y, t) : t.value.table.dblclickType == "view" && ee(l, a, y, t);
|
|
1942
1948
|
},
|
|
1943
1949
|
style: { "min-height": "100px", backgroundColor: "var(--el-bg-color)" },
|
|
1944
1950
|
page: {
|
|
@@ -1958,7 +1964,7 @@ const Qt = {
|
|
|
1958
1964
|
dblclickType: "edit"
|
|
1959
1965
|
};
|
|
1960
1966
|
t.value.table = Ee(
|
|
1961
|
-
|
|
1967
|
+
x,
|
|
1962
1968
|
n == null ? void 0 : n.table,
|
|
1963
1969
|
t.value.table
|
|
1964
1970
|
);
|
|
@@ -1980,20 +1986,20 @@ const Qt = {
|
|
|
1980
1986
|
text: !0,
|
|
1981
1987
|
type: "success",
|
|
1982
1988
|
mode: "dialog",
|
|
1983
|
-
auth: (l, a,
|
|
1989
|
+
auth: (l, a, y) => !1
|
|
1984
1990
|
},
|
|
1985
1991
|
edit: {
|
|
1986
1992
|
label: "编辑",
|
|
1987
1993
|
text: !0,
|
|
1988
1994
|
type: "primary",
|
|
1989
1995
|
mode: "dialog",
|
|
1990
|
-
auth: (l, a,
|
|
1996
|
+
auth: (l, a, y) => !0
|
|
1991
1997
|
},
|
|
1992
1998
|
delete: {
|
|
1993
1999
|
text: !0,
|
|
1994
2000
|
label: "删除",
|
|
1995
2001
|
type: "danger",
|
|
1996
|
-
auth: (l, a,
|
|
2002
|
+
auth: (l, a, y) => !0,
|
|
1997
2003
|
dialog: {
|
|
1998
2004
|
message: "此操作将永久删除该文件, 是否继续?",
|
|
1999
2005
|
title: "提示",
|
|
@@ -2019,13 +2025,13 @@ const Qt = {
|
|
|
2019
2025
|
t.value.control = Ee(
|
|
2020
2026
|
P,
|
|
2021
2027
|
n == null ? void 0 : n.control,
|
|
2022
|
-
(
|
|
2028
|
+
(te = t.value) == null ? void 0 : te.control
|
|
2023
2029
|
);
|
|
2024
2030
|
const fe = {
|
|
2025
2031
|
type: "hidden",
|
|
2026
2032
|
minWidth: 120,
|
|
2027
2033
|
align: "center",
|
|
2028
|
-
formatter: (l, a,
|
|
2034
|
+
formatter: (l, a, y, q) => y
|
|
2029
2035
|
};
|
|
2030
2036
|
t.value.tableColumns = Ee(
|
|
2031
2037
|
fe,
|
|
@@ -2069,57 +2075,57 @@ const Qt = {
|
|
|
2069
2075
|
(L = t.value) == null ? void 0 : L.dialog
|
|
2070
2076
|
);
|
|
2071
2077
|
const de = Object.fromEntries(Object.entries(be(t.value, (l, a) => a.type != "control" && a.editor !== !1 && a.type != "hidden")).map(([l, a]) => [l, a.value])), se = (l, a) => {
|
|
2072
|
-
let
|
|
2073
|
-
if (l.decimals && !isNaN(a) && (typeof l.decimals == "number" ?
|
|
2078
|
+
let y = a;
|
|
2079
|
+
if (l.decimals && !isNaN(a) && (typeof l.decimals == "number" ? y = parseFloat(y).toFixed(l.decimals) : typeof l.decimals == "object" && l.decimals.num && (l.decimals.pad ? y = parseFloat(y).toFixed(l.decimals.num) : y = parseFloat(parseFloat(y).toFixed(l.decimals.num)).toString())), ["date", "datetime", "time", "time-select"].includes(l.type) && Le(a).isValid()) {
|
|
2074
2080
|
const W = {
|
|
2075
2081
|
date: "YYYY-MM-DD",
|
|
2076
2082
|
datetime: "YYYY-MM-DD HH:mm:ss",
|
|
2077
2083
|
time: "HH:mm:ss"
|
|
2078
2084
|
};
|
|
2079
|
-
|
|
2085
|
+
y = l.dateFormat ? Le(y).format(l.dateFormat) : Le(y).format(W[l.type]);
|
|
2080
2086
|
}
|
|
2081
|
-
return l.type === "money" && (l.align = l.align || "right", l.width = l.width || 130,
|
|
2087
|
+
return l.type === "money" && (l.align = l.align || "right", l.width = l.width || 130, y = `<span title="${Ge(parseFloat(y))}">${hl(parseFloat(y))}</span>`), l.prefix && y && (y = `<span>${l.prefix}${y}</span>`), l.suffix && y && (y = `${y}<span>${l.suffix}</span>`), y;
|
|
2082
2088
|
}, g = (l) => {
|
|
2083
2089
|
m.value = l.value;
|
|
2084
2090
|
}, S = (l) => {
|
|
2085
2091
|
m.value = l, t.value.table.load();
|
|
2086
2092
|
}, re = (l) => {
|
|
2087
2093
|
var a;
|
|
2088
|
-
t.value.form.modalState = "add", (a = t.value.control.add) != null && a.click ? t.value.control.add.click(l) : (t.value.form.disabled = !1, t.value.dialog.mode = t.value.control.add.mode, t.value.dialog.title = t.value.control.add.label, Object.keys(de).forEach((
|
|
2089
|
-
t.value[
|
|
2090
|
-
}),
|
|
2091
|
-
}, C = (l, a,
|
|
2094
|
+
t.value.form.modalState = "add", (a = t.value.control.add) != null && a.click ? t.value.control.add.click(l) : (t.value.form.disabled = !1, t.value.dialog.mode = t.value.control.add.mode, t.value.dialog.title = t.value.control.add.label, Object.keys(de).forEach((y) => {
|
|
2095
|
+
t.value[y] && (t.value[y].value = de[y]);
|
|
2096
|
+
}), w.value = !0, e("open", l, "add"));
|
|
2097
|
+
}, C = (l, a, y, q) => {
|
|
2092
2098
|
var W;
|
|
2093
|
-
t.value.form.modalState = "edit", (W = t.value.control.edit) != null && W.click ? t.value.control.edit.click(l, a,
|
|
2094
|
-
t.value[
|
|
2095
|
-
}),
|
|
2096
|
-
}, oe = (l, a,
|
|
2099
|
+
t.value.form.modalState = "edit", (W = t.value.control.edit) != null && W.click ? t.value.control.edit.click(l, a, y, q) : (t.value.form.disabled = !1, t.value.dialog.mode = t.value.control.edit.mode, t.value.dialog.title = t.value.control.edit.label, Object.keys(l).forEach((Q) => {
|
|
2100
|
+
t.value[Q] && (t.value[Q].value = l[Q]);
|
|
2101
|
+
}), w.value = !0, e("open", q, "edit", l, a, y));
|
|
2102
|
+
}, oe = (l, a, y, q) => {
|
|
2097
2103
|
var W;
|
|
2098
2104
|
if ((W = t.value.control.delete) != null && W.click)
|
|
2099
|
-
t.value.control.delete.click(l, a,
|
|
2105
|
+
t.value.control.delete.click(l, a, y, q);
|
|
2100
2106
|
else {
|
|
2101
|
-
let { message:
|
|
2102
|
-
nt.confirm(
|
|
2103
|
-
e("delete", { row: l, column: a, $index:
|
|
2104
|
-
Ae && (t.value.table.data.splice(
|
|
2107
|
+
let { message: Q, title: he, options: De } = t.value.control.delete.dialog;
|
|
2108
|
+
nt.confirm(Q, he, De).then(() => {
|
|
2109
|
+
e("delete", { row: l, column: a, $index: y }, (Ae) => {
|
|
2110
|
+
Ae && (t.value.table.data.splice(y, 1), t.value.table.page.total--);
|
|
2105
2111
|
});
|
|
2106
2112
|
}).catch(() => {
|
|
2107
2113
|
});
|
|
2108
2114
|
}
|
|
2109
|
-
},
|
|
2115
|
+
}, ee = (l, a, y, q) => {
|
|
2110
2116
|
var W;
|
|
2111
|
-
t.value.form.modalState = void 0, (W = t.value.control.view) != null && W.click ? t.value.control.view.click(l, a,
|
|
2112
|
-
t.value[
|
|
2113
|
-
}),
|
|
2114
|
-
},
|
|
2115
|
-
e("submit", t.value.form.modalState, l, a, (
|
|
2116
|
-
|
|
2117
|
+
t.value.form.modalState = void 0, (W = t.value.control.view) != null && W.click ? t.value.control.view.click(l, a, y, q) : (t.value.form.disabled = !0, t.value.dialog.mode = t.value.control.view.mode, t.value.dialog.title = t.value.control.view.label, Object.keys(l).forEach((Q) => {
|
|
2118
|
+
t.value[Q] && (t.value[Q].value = l[Q]);
|
|
2119
|
+
}), w.value = !0, e("open", q, "view", l, a, y));
|
|
2120
|
+
}, J = (l, a) => {
|
|
2121
|
+
e("submit", t.value.form.modalState, l, a, (y) => {
|
|
2122
|
+
y && (w.value = !1, a.table.load());
|
|
2117
2123
|
});
|
|
2118
|
-
},
|
|
2124
|
+
}, K = (l) => {
|
|
2119
2125
|
e("reset", l);
|
|
2120
2126
|
}, Y = (l, a) => {
|
|
2121
|
-
var
|
|
2122
|
-
if ((
|
|
2127
|
+
var y;
|
|
2128
|
+
if ((y = l.control.download) != null && y.click)
|
|
2123
2129
|
l.control.download.click(l, a);
|
|
2124
2130
|
else {
|
|
2125
2131
|
let q = Ye({
|
|
@@ -2130,8 +2136,8 @@ const Qt = {
|
|
|
2130
2136
|
default: () => ke(Ht, {
|
|
2131
2137
|
items: a,
|
|
2132
2138
|
commitText: l.control.download.excelLabel,
|
|
2133
|
-
onExcel: (W,
|
|
2134
|
-
e("download", W,
|
|
2139
|
+
onExcel: (W, Q) => {
|
|
2140
|
+
e("download", W, Q), q();
|
|
2135
2141
|
}
|
|
2136
2142
|
})
|
|
2137
2143
|
}
|
|
@@ -2146,47 +2152,47 @@ const Qt = {
|
|
|
2146
2152
|
slots: {
|
|
2147
2153
|
default: () => ke(el, {
|
|
2148
2154
|
modelValue: l,
|
|
2149
|
-
name:
|
|
2155
|
+
name: E.name
|
|
2150
2156
|
})
|
|
2151
2157
|
}
|
|
2152
2158
|
}, l.control.setting.mode);
|
|
2153
|
-
}, j = t.value.control,
|
|
2159
|
+
}, j = t.value.control, A = [
|
|
2154
2160
|
{ type: "add", func: re },
|
|
2155
2161
|
{ type: "download", func: Y },
|
|
2156
2162
|
{ type: "setting", func: _ },
|
|
2157
|
-
{ type: "view", func:
|
|
2163
|
+
{ type: "view", func: ee },
|
|
2158
2164
|
{ type: "edit", func: C },
|
|
2159
2165
|
{ type: "delete", func: oe }
|
|
2160
|
-
], r = (l) =>
|
|
2161
|
-
var q, W,
|
|
2166
|
+
], r = (l) => A.filter((a) => l.includes(a.type)).map(({ type: a, func: y }) => {
|
|
2167
|
+
var q, W, Q;
|
|
2162
2168
|
return {
|
|
2163
2169
|
name: `control-${a}`,
|
|
2164
2170
|
attr: j == null ? void 0 : j[a],
|
|
2165
|
-
func:
|
|
2171
|
+
func: y,
|
|
2166
2172
|
label: (q = j == null ? void 0 : j[a]) == null ? void 0 : q.label,
|
|
2167
2173
|
sort: ((W = j == null ? void 0 : j[a]) == null ? void 0 : W.sort) || 0,
|
|
2168
|
-
groupName: ((
|
|
2174
|
+
groupName: ((Q = j == null ? void 0 : j[a]) == null ? void 0 : Q.groupName) || "default"
|
|
2169
2175
|
};
|
|
2170
|
-
}).filter((a) => a.attr.auth()).sort((a,
|
|
2171
|
-
const q =
|
|
2172
|
-
return a[q] || (a[q] = []), a[q].push(
|
|
2176
|
+
}).filter((a) => a.attr.auth()).sort((a, y) => a.sort - y.sort), b = (l) => r(l).reduce((a, y) => {
|
|
2177
|
+
const q = y.groupName || "default";
|
|
2178
|
+
return a[q] || (a[q] = []), a[q].push(y), a;
|
|
2173
2179
|
}, {}), c = qe(() => Object.fromEntries(
|
|
2174
2180
|
Object.entries(t.value).filter(([l, a]) => a.type !== "hidden").filter(([l, a]) => a.visible !== !1).filter(([l, a]) => a.showCol !== !1).map(([l, a]) => (a.sort = typeof a.sort == "number" ? a.sort : 0, [l, a])).sort((l, a) => l[1].sort - a[1].sort)
|
|
2175
|
-
)),
|
|
2176
|
-
const
|
|
2177
|
-
for (const
|
|
2178
|
-
if (
|
|
2179
|
-
if (
|
|
2180
|
-
const
|
|
2181
|
-
if (
|
|
2181
|
+
)), h = we({}), p = (l, a) => {
|
|
2182
|
+
const y = (q, W) => {
|
|
2183
|
+
for (const Q of q) {
|
|
2184
|
+
if (Q.value == W) return Q.label;
|
|
2185
|
+
if (Q.children) {
|
|
2186
|
+
const he = y(Q.children, W);
|
|
2187
|
+
if (he) return he;
|
|
2182
2188
|
}
|
|
2183
2189
|
}
|
|
2184
2190
|
return null;
|
|
2185
2191
|
};
|
|
2186
2192
|
if (l.getDicts) {
|
|
2187
2193
|
const q = a.toString();
|
|
2188
|
-
return
|
|
2189
|
-
|
|
2194
|
+
return h.value[q] ? (l.options = h.value[q], l.formatter || (l.formatter = (W, Q, he, De) => l.options && y(l.options, he) || he), Promise.resolve()) : l.getDicts(l, t.value).then((W) => {
|
|
2195
|
+
h.value[q] = W, l.options = W, l.formatter || (l.formatter = (Q, he, De, Ae) => l.options && y(l.options, De) || De);
|
|
2190
2196
|
});
|
|
2191
2197
|
}
|
|
2192
2198
|
return Promise.resolve();
|
|
@@ -2194,18 +2200,18 @@ const Qt = {
|
|
|
2194
2200
|
const l = [];
|
|
2195
2201
|
Object.keys(t.value).forEach((a) => {
|
|
2196
2202
|
if (t.value[a].getDicts) {
|
|
2197
|
-
const
|
|
2203
|
+
const y = p(t.value[a], a).then(() => {
|
|
2198
2204
|
t.value.table.data.forEach((q) => {
|
|
2199
2205
|
var W;
|
|
2200
2206
|
if (t.value[a].getDicts && ((W = t.value[a]) == null ? void 0 : W.forceString) !== !1) {
|
|
2201
|
-
const
|
|
2202
|
-
q[a] =
|
|
2207
|
+
const Q = q[a];
|
|
2208
|
+
q[a] = Q != null ? Q.toString() : Q;
|
|
2203
2209
|
}
|
|
2204
2210
|
});
|
|
2205
2211
|
}).catch((q) => {
|
|
2206
2212
|
console.error(`加载字典${a}出错:`, q);
|
|
2207
2213
|
});
|
|
2208
|
-
l.push(
|
|
2214
|
+
l.push(y);
|
|
2209
2215
|
}
|
|
2210
2216
|
}), Promise.all(l).catch((a) => {
|
|
2211
2217
|
console.error("字典加载过程中发生错误:", a);
|
|
@@ -2219,86 +2225,90 @@ const Qt = {
|
|
|
2219
2225
|
_e.error("必须给使用此表格的用户一个名字!");
|
|
2220
2226
|
return;
|
|
2221
2227
|
}
|
|
2222
|
-
if (
|
|
2228
|
+
if (!E.name) {
|
|
2223
2229
|
_e.error("必须给表格一个唯一的name属性");
|
|
2224
2230
|
return;
|
|
2225
2231
|
}
|
|
2226
2232
|
try {
|
|
2227
|
-
let a = await Gt(
|
|
2233
|
+
let a = await Gt(E.name);
|
|
2228
2234
|
if (a) {
|
|
2229
|
-
if (
|
|
2235
|
+
if (E.name !== a.name) {
|
|
2230
2236
|
_e.error("此表格已经存在,请换一个名字!");
|
|
2231
2237
|
return;
|
|
2232
2238
|
}
|
|
2233
2239
|
} else
|
|
2234
|
-
await Kt({ name:
|
|
2240
|
+
await Kt({ name: E.name });
|
|
2235
2241
|
} catch (a) {
|
|
2236
2242
|
console.error("检查表格名称时出现错误:", a), _e.error("检查表格名称时出现错误,请稍后重试。");
|
|
2237
2243
|
}
|
|
2238
2244
|
try {
|
|
2239
|
-
const a = await Wt(t.value.table.user,
|
|
2240
|
-
a && a.forEach((
|
|
2241
|
-
t.value[
|
|
2245
|
+
const a = await Wt(t.value.table.user, E.name);
|
|
2246
|
+
a && a.forEach((y) => {
|
|
2247
|
+
t.value[y.key] && (t.value[y.key].width = y.width, t.value[y.key].showCol = y.showCol, t.value[y.key].sort = y.sort);
|
|
2242
2248
|
});
|
|
2243
2249
|
} catch (a) {
|
|
2244
2250
|
console.error("Error fetching table column settings:", a);
|
|
2245
2251
|
}
|
|
2246
2252
|
}), (l, a) => {
|
|
2247
2253
|
var Qe, Xe, Je, Ze, et;
|
|
2248
|
-
const
|
|
2249
|
-
return i(), N(
|
|
2254
|
+
const y = B("el-button-group"), q = B("el-table-column"), W = B("el-table"), Q = B("el-pagination"), he = B("el-icon"), De = B("el-dialog"), Ae = B("el-drawer");
|
|
2255
|
+
return i(), N(Z, null, [
|
|
2250
2256
|
G("div", tl, [
|
|
2251
2257
|
((Xe = (Qe = t.value) == null ? void 0 : Qe.query) == null ? void 0 : Xe.hidden) != !0 ? (i(), N("div", ll, [
|
|
2252
|
-
|
|
2253
|
-
|
|
2258
|
+
$(l.$slots, "query", {}, () => [
|
|
2259
|
+
le(Ut, {
|
|
2254
2260
|
modelValue: t.value,
|
|
2255
2261
|
"onUpdate:modelValue": a[0] || (a[0] = (H) => t.value = H),
|
|
2256
2262
|
onQuery: S,
|
|
2257
2263
|
onReset: g
|
|
2258
2264
|
}, ne({
|
|
2259
2265
|
"q-btns": v(() => [
|
|
2260
|
-
|
|
2261
|
-
(i(!0), N(
|
|
2262
|
-
ce == "default" ? (i(!0), N(
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2266
|
+
$(l.$slots, "q-btns", {}, () => [
|
|
2267
|
+
(i(!0), N(Z, null, U(b(["add", "download", "setting"]), (H, ce) => (i(), N(Z, null, [
|
|
2268
|
+
ce == "default" ? (i(!0), N(Z, { key: 0 }, U(H, (O) => (i(), N(Z, null, [
|
|
2269
|
+
$(l.$slots, O.name + "-left", {}, void 0, !0),
|
|
2270
|
+
$(l.$slots, O.name, {}, () => [
|
|
2271
|
+
O.label ? (i(), V(o(ge), T({
|
|
2272
|
+
key: 0,
|
|
2273
|
+
ref_for: !0
|
|
2274
|
+
}, O.attr, {
|
|
2275
|
+
onClick: (X) => O.func(t.value, D.value)
|
|
2276
|
+
}), {
|
|
2277
|
+
default: v(() => [
|
|
2278
|
+
ye(ve(O.label), 1)
|
|
2279
|
+
]),
|
|
2280
|
+
_: 2
|
|
2281
|
+
}, 1040, ["onClick"])) : (i(), V(o(ge), T({
|
|
2282
|
+
key: 1,
|
|
2283
|
+
ref_for: !0
|
|
2284
|
+
}, O.attr, {
|
|
2285
|
+
onClick: (X) => O.func(t.value, D.value)
|
|
2286
|
+
}), null, 16, ["onClick"]))
|
|
2287
|
+
], !0),
|
|
2288
|
+
$(l.$slots, O.name + "-right", {}, void 0, !0)
|
|
2289
|
+
], 64))), 256)) : (i(), V(y, { key: 1 }, {
|
|
2282
2290
|
default: v(() => [
|
|
2283
|
-
(i(!0), N(
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2291
|
+
(i(!0), N(Z, null, U(H, (O) => (i(), N(Z, null, [
|
|
2292
|
+
$(l.$slots, O.name + "-left", {}, void 0, !0),
|
|
2293
|
+
$(l.$slots, O.name, {}, () => [
|
|
2294
|
+
O.label ? (i(), V(o(ge), T({
|
|
2295
|
+
key: 0,
|
|
2296
|
+
ref_for: !0
|
|
2297
|
+
}, O.attr, {
|
|
2298
|
+
onClick: (X) => O.func(t.value, D.value)
|
|
2299
|
+
}), {
|
|
2300
|
+
default: v(() => [
|
|
2301
|
+
ye(ve(O.label), 1)
|
|
2302
|
+
]),
|
|
2303
|
+
_: 2
|
|
2304
|
+
}, 1040, ["onClick"])) : (i(), V(o(ge), T({
|
|
2305
|
+
key: 1,
|
|
2306
|
+
ref_for: !0
|
|
2307
|
+
}, O.attr, {
|
|
2308
|
+
onClick: (X) => O.func(t.value, D.value)
|
|
2309
|
+
}), null, 16, ["onClick"]))
|
|
2310
|
+
], !0),
|
|
2311
|
+
$(l.$slots, O.name + "-right", {}, void 0, !0)
|
|
2302
2312
|
], 64))), 256))
|
|
2303
2313
|
]),
|
|
2304
2314
|
_: 2
|
|
@@ -2308,51 +2318,51 @@ const Qt = {
|
|
|
2308
2318
|
]),
|
|
2309
2319
|
_: 2
|
|
2310
2320
|
}, [
|
|
2311
|
-
|
|
2321
|
+
U(l.$slots, (H, ce, O) => ({
|
|
2312
2322
|
name: ce,
|
|
2313
|
-
fn: v((
|
|
2314
|
-
|
|
2323
|
+
fn: v((X) => [
|
|
2324
|
+
$(l.$slots, ce, { model: t.value }, void 0, !0)
|
|
2315
2325
|
])
|
|
2316
2326
|
}))
|
|
2317
2327
|
]), 1032, ["modelValue"])
|
|
2318
2328
|
], !0)
|
|
2319
2329
|
])) : $e("", !0),
|
|
2320
2330
|
G("div", ol, [
|
|
2321
|
-
|
|
2331
|
+
le(W, Se(Ne({ ...l.$attrs, ...o(be)(t.value.table, (H) => !["dblclickType", "page"].includes(H)) })), {
|
|
2322
2332
|
append: v(() => [
|
|
2323
|
-
|
|
2333
|
+
$(l.$slots, "append", {}, void 0, !0)
|
|
2324
2334
|
]),
|
|
2325
2335
|
empty: v(() => [
|
|
2326
|
-
|
|
2336
|
+
$(l.$slots, "empty", {}, void 0, !0)
|
|
2327
2337
|
]),
|
|
2328
2338
|
default: v(() => [
|
|
2329
|
-
|
|
2330
|
-
(i(!0), N(
|
|
2339
|
+
$(l.$slots, "default", {}, () => [
|
|
2340
|
+
(i(!0), N(Z, null, U(c.value, (H, ce) => (i(), V(q, T({
|
|
2331
2341
|
prop: ce,
|
|
2332
2342
|
key: ce,
|
|
2333
2343
|
ref_for: !0
|
|
2334
|
-
}, { ...t.value.tableColumns, ...o(be)(H, (
|
|
2335
|
-
header: v(({ column:
|
|
2336
|
-
|
|
2337
|
-
column:
|
|
2338
|
-
$index:
|
|
2344
|
+
}, { ...t.value.tableColumns, ...o(be)(H, (O) => I.includes(O)) }, { "header-align": "center" }), ne({
|
|
2345
|
+
header: v(({ column: O, $index: X }) => [
|
|
2346
|
+
$(l.$slots, `${ce}-header`, {
|
|
2347
|
+
column: O,
|
|
2348
|
+
$index: X
|
|
2339
2349
|
}, void 0, !0)
|
|
2340
2350
|
]),
|
|
2341
|
-
"filter-icon": v((
|
|
2342
|
-
|
|
2351
|
+
"filter-icon": v((O) => [
|
|
2352
|
+
$(l.$slots, `${ce}-filter-icon`, { data: O }, void 0, !0)
|
|
2343
2353
|
]),
|
|
2344
2354
|
_: 2
|
|
2345
2355
|
}, [
|
|
2346
2356
|
H.type != "selection" && H.type != "index" && H.type != "expand" ? {
|
|
2347
2357
|
name: "default",
|
|
2348
|
-
fn: v(({ row:
|
|
2349
|
-
|
|
2350
|
-
row:
|
|
2351
|
-
column:
|
|
2352
|
-
$index:
|
|
2358
|
+
fn: v(({ row: O, column: X, $index: me }) => [
|
|
2359
|
+
$(l.$slots, `${ce}`, {
|
|
2360
|
+
row: O,
|
|
2361
|
+
column: X,
|
|
2362
|
+
$index: me
|
|
2353
2363
|
}, () => [
|
|
2354
2364
|
G("div", {
|
|
2355
|
-
innerHTML: se(H,
|
|
2365
|
+
innerHTML: se(H, X.formatter(O, X, O[ce], me))
|
|
2356
2366
|
}, null, 8, al)
|
|
2357
2367
|
], !0)
|
|
2358
2368
|
]),
|
|
@@ -2360,13 +2370,13 @@ const Qt = {
|
|
|
2360
2370
|
} : void 0,
|
|
2361
2371
|
H.type === "image" ? {
|
|
2362
2372
|
name: "default",
|
|
2363
|
-
fn: v(({ row:
|
|
2364
|
-
|
|
2365
|
-
row:
|
|
2366
|
-
column:
|
|
2367
|
-
$index:
|
|
2373
|
+
fn: v(({ row: O, column: X, $index: me }) => [
|
|
2374
|
+
$(l.$slots, `${ce}`, {
|
|
2375
|
+
row: O,
|
|
2376
|
+
column: X,
|
|
2377
|
+
$index: me
|
|
2368
2378
|
}, () => [
|
|
2369
|
-
G("img",
|
|
2379
|
+
G("img", T({
|
|
2370
2380
|
style: { width: "80px", height: "80px", "object-fit": "cover", "border-radius": "3px" },
|
|
2371
2381
|
src: H.value,
|
|
2372
2382
|
ref_for: !0
|
|
@@ -2377,78 +2387,98 @@ const Qt = {
|
|
|
2377
2387
|
} : void 0,
|
|
2378
2388
|
H.type == "control" ? {
|
|
2379
2389
|
name: "default",
|
|
2380
|
-
fn: v(({ row:
|
|
2390
|
+
fn: v(({ row: O, column: X, $index: me }) => {
|
|
2381
2391
|
var tt, lt;
|
|
2382
2392
|
return [
|
|
2383
2393
|
G("div", {
|
|
2384
2394
|
class: it(["control", (tt = t.value.control) == null ? void 0 : tt.class]),
|
|
2385
2395
|
style: Ue((lt = t.value.control) == null ? void 0 : lt.style)
|
|
2386
2396
|
}, [
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2397
|
+
$(l.$slots, "control", {}, () => [
|
|
2398
|
+
$(l.$slots, "control-left", {
|
|
2399
|
+
row: O,
|
|
2400
|
+
column: X,
|
|
2401
|
+
$index: me
|
|
2402
|
+
}, void 0, !0),
|
|
2403
|
+
(i(!0), N(Z, null, U(b(["view", "edit", "delete"]), (ot, pt) => (i(), N(Z, null, [
|
|
2404
|
+
pt == "default" ? (i(!0), N(Z, { key: 0 }, U(ot, (pe) => (i(), N(Z, null, [
|
|
2405
|
+
$(l.$slots, pe.name + "-left", {
|
|
2406
|
+
row: O,
|
|
2407
|
+
column: X,
|
|
2408
|
+
$index: me
|
|
2395
2409
|
}, void 0, !0),
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2410
|
+
$(l.$slots, pe.name, {
|
|
2411
|
+
row: O,
|
|
2412
|
+
column: X,
|
|
2413
|
+
$index: me
|
|
2414
|
+
}, () => [
|
|
2415
|
+
pe.label ? (i(), V(o(ge), T({
|
|
2416
|
+
key: 0,
|
|
2417
|
+
ref_for: !0
|
|
2418
|
+
}, pe.attr, {
|
|
2419
|
+
onClick: (je) => pe.func(O, X, me, t.value)
|
|
2420
|
+
}), {
|
|
2421
|
+
default: v(() => [
|
|
2422
|
+
ye(ve(pe.label), 1)
|
|
2423
|
+
]),
|
|
2424
|
+
_: 2
|
|
2425
|
+
}, 1040, ["onClick"])) : (i(), V(o(ge), T({
|
|
2426
|
+
key: 1,
|
|
2427
|
+
ref_for: !0
|
|
2428
|
+
}, pe.attr, {
|
|
2429
|
+
onClick: (je) => pe.func(O, X, me, t.value)
|
|
2430
|
+
}), null, 16, ["onClick"]))
|
|
2431
|
+
], !0),
|
|
2432
|
+
$(l.$slots, pe.name + "-right", {
|
|
2433
|
+
row: O,
|
|
2434
|
+
column: X,
|
|
2435
|
+
$index: me
|
|
2416
2436
|
}, void 0, !0)
|
|
2417
|
-
], 64))), 256)) : (i(), V(
|
|
2437
|
+
], 64))), 256)) : (i(), V(y, { key: 1 }, {
|
|
2418
2438
|
default: v(() => [
|
|
2419
|
-
(i(!0), N(
|
|
2420
|
-
|
|
2421
|
-
row:
|
|
2422
|
-
column:
|
|
2423
|
-
$index:
|
|
2439
|
+
(i(!0), N(Z, null, U(ot, (pe) => (i(), N(Z, null, [
|
|
2440
|
+
$(l.$slots, pe.name + "-left", {
|
|
2441
|
+
row: O,
|
|
2442
|
+
column: X,
|
|
2443
|
+
$index: me
|
|
2424
2444
|
}, void 0, !0),
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
+
$(l.$slots, pe.name, {
|
|
2446
|
+
row: O,
|
|
2447
|
+
column: X,
|
|
2448
|
+
$index: me
|
|
2449
|
+
}, () => [
|
|
2450
|
+
pe.label ? (i(), V(o(ge), T({
|
|
2451
|
+
key: 0,
|
|
2452
|
+
ref_for: !0
|
|
2453
|
+
}, pe.attr, {
|
|
2454
|
+
onClick: (je) => pe.func(O, X, me, t.value)
|
|
2455
|
+
}), {
|
|
2456
|
+
default: v(() => [
|
|
2457
|
+
ye(ve(pe.label), 1)
|
|
2458
|
+
]),
|
|
2459
|
+
_: 2
|
|
2460
|
+
}, 1040, ["onClick"])) : (i(), V(o(ge), T({
|
|
2461
|
+
key: 1,
|
|
2462
|
+
ref_for: !0
|
|
2463
|
+
}, pe.attr, {
|
|
2464
|
+
onClick: (je) => pe.func(O, X, me, t.value)
|
|
2465
|
+
}), null, 16, ["onClick"]))
|
|
2466
|
+
], !0),
|
|
2467
|
+
$(l.$slots, pe.name + "-right", {
|
|
2468
|
+
row: O,
|
|
2469
|
+
column: X,
|
|
2470
|
+
$index: me
|
|
2445
2471
|
}, void 0, !0)
|
|
2446
2472
|
], 64))), 256))
|
|
2447
2473
|
]),
|
|
2448
2474
|
_: 2
|
|
2449
2475
|
}, 1024))
|
|
2450
2476
|
], 64))), 256)),
|
|
2451
|
-
|
|
2477
|
+
$(l.$slots, "control-right", {
|
|
2478
|
+
row: O,
|
|
2479
|
+
column: X,
|
|
2480
|
+
$index: me
|
|
2481
|
+
}, void 0, !0)
|
|
2452
2482
|
], !0)
|
|
2453
2483
|
], 6)
|
|
2454
2484
|
];
|
|
@@ -2460,15 +2490,15 @@ const Qt = {
|
|
|
2460
2490
|
]),
|
|
2461
2491
|
_: 3
|
|
2462
2492
|
}, 16),
|
|
2463
|
-
(et = (Ze = (Je = t.value) == null ? void 0 : Je.table) == null ? void 0 : Ze.page) != null && et.hidden ? $e("", !0) :
|
|
2464
|
-
|
|
2493
|
+
(et = (Ze = (Je = t.value) == null ? void 0 : Je.table) == null ? void 0 : Ze.page) != null && et.hidden ? $e("", !0) : $(l.$slots, "page", { key: 0 }, () => [
|
|
2494
|
+
le(Q, T({
|
|
2465
2495
|
"page-size": t.value.table.page.pageSize,
|
|
2466
2496
|
"onUpdate:pageSize": a[1] || (a[1] = (H) => t.value.table.page.pageSize = H),
|
|
2467
2497
|
"current-page": t.value.table.page.currentPage,
|
|
2468
2498
|
"onUpdate:currentPage": a[2] || (a[2] = (H) => t.value.table.page.currentPage = H)
|
|
2469
2499
|
}, t.value.table.page), {
|
|
2470
2500
|
default: v(() => [
|
|
2471
|
-
|
|
2501
|
+
$(l.$slots, "table-page", {}, void 0, !0)
|
|
2472
2502
|
]),
|
|
2473
2503
|
_: 3
|
|
2474
2504
|
}, 16, ["page-size", "current-page"])
|
|
@@ -2476,46 +2506,46 @@ const Qt = {
|
|
|
2476
2506
|
])
|
|
2477
2507
|
]),
|
|
2478
2508
|
Pe(G("div", null, [
|
|
2479
|
-
|
|
2480
|
-
modelValue:
|
|
2481
|
-
"onUpdate:modelValue": a[6] || (a[6] = (H) =>
|
|
2509
|
+
le(De, T({
|
|
2510
|
+
modelValue: w.value,
|
|
2511
|
+
"onUpdate:modelValue": a[6] || (a[6] = (H) => w.value = H),
|
|
2482
2512
|
fullscreen: t.value.dialog.fullScreen
|
|
2483
2513
|
}, o(be)(t.value.dialog, (H) => !["size"].includes(H)), {
|
|
2484
2514
|
width: o(mt)(t.value.dialog.width) + 35
|
|
2485
2515
|
}), {
|
|
2486
2516
|
header: v(() => {
|
|
2487
|
-
var H, ce,
|
|
2517
|
+
var H, ce, O, X;
|
|
2488
2518
|
return [
|
|
2489
2519
|
G("div", ul, [
|
|
2490
2520
|
G("div", nl, [
|
|
2491
|
-
|
|
2492
|
-
G("div", null,
|
|
2521
|
+
$(l.$slots, "f-header", {}, () => [
|
|
2522
|
+
G("div", null, ve(t.value.dialog.title), 1)
|
|
2493
2523
|
], !0)
|
|
2494
2524
|
]),
|
|
2495
2525
|
((ce = (H = t.value) == null ? void 0 : H.dialog) == null ? void 0 : ce.fullScreen) === !1 ? (i(), N("div", {
|
|
2496
2526
|
key: 0,
|
|
2497
|
-
onClick: a[3] || (a[3] = (
|
|
2527
|
+
onClick: a[3] || (a[3] = (me) => {
|
|
2498
2528
|
t.value.dialog.fullScreen = !0;
|
|
2499
2529
|
}),
|
|
2500
2530
|
class: "max"
|
|
2501
2531
|
}, [
|
|
2502
|
-
|
|
2532
|
+
le(he, null, {
|
|
2503
2533
|
default: v(() => [
|
|
2504
|
-
|
|
2534
|
+
le(o(_t))
|
|
2505
2535
|
]),
|
|
2506
2536
|
_: 1
|
|
2507
2537
|
})
|
|
2508
2538
|
])) : $e("", !0),
|
|
2509
|
-
((
|
|
2539
|
+
((X = (O = t.value) == null ? void 0 : O.dialog) == null ? void 0 : X.fullScreen) === !0 ? (i(), N("div", {
|
|
2510
2540
|
key: 1,
|
|
2511
|
-
onClick: a[4] || (a[4] = (
|
|
2541
|
+
onClick: a[4] || (a[4] = (me) => {
|
|
2512
2542
|
t.value.dialog.fullScreen = !1;
|
|
2513
2543
|
}),
|
|
2514
2544
|
class: "max"
|
|
2515
2545
|
}, [
|
|
2516
|
-
|
|
2546
|
+
le(he, null, {
|
|
2517
2547
|
default: v(() => [
|
|
2518
|
-
|
|
2548
|
+
le(o(kt))
|
|
2519
2549
|
]),
|
|
2520
2550
|
_: 1
|
|
2521
2551
|
})
|
|
@@ -2525,16 +2555,16 @@ const Qt = {
|
|
|
2525
2555
|
}),
|
|
2526
2556
|
default: v(() => [
|
|
2527
2557
|
G("div", sl, [
|
|
2528
|
-
|
|
2558
|
+
le(He, {
|
|
2529
2559
|
modelValue: t.value,
|
|
2530
2560
|
"onUpdate:modelValue": a[5] || (a[5] = (H) => t.value = H),
|
|
2531
|
-
onSubmit:
|
|
2532
|
-
onReset:
|
|
2561
|
+
onSubmit: J,
|
|
2562
|
+
onReset: K
|
|
2533
2563
|
}, ne({ _: 2 }, [
|
|
2534
|
-
|
|
2564
|
+
U(l.$slots, (H, ce, O) => ({
|
|
2535
2565
|
name: ce,
|
|
2536
|
-
fn: v((
|
|
2537
|
-
|
|
2566
|
+
fn: v((X) => [
|
|
2567
|
+
$(l.$slots, ce, { model: X }, void 0, !0)
|
|
2538
2568
|
])
|
|
2539
2569
|
}))
|
|
2540
2570
|
]), 1032, ["modelValue"])
|
|
@@ -2546,30 +2576,30 @@ const Qt = {
|
|
|
2546
2576
|
[ze, t.value.dialog.mode == "dialog"]
|
|
2547
2577
|
]),
|
|
2548
2578
|
Pe(G("div", null, [
|
|
2549
|
-
|
|
2550
|
-
modelValue:
|
|
2551
|
-
"onUpdate:modelValue": a[8] || (a[8] = (H) =>
|
|
2579
|
+
le(Ae, T({
|
|
2580
|
+
modelValue: w.value,
|
|
2581
|
+
"onUpdate:modelValue": a[8] || (a[8] = (H) => w.value = H)
|
|
2552
2582
|
}, o(be)(t.value.dialog, (H) => !["width"].includes(H))), {
|
|
2553
2583
|
header: v(() => [
|
|
2554
2584
|
G("div", il, [
|
|
2555
2585
|
G("div", dl, [
|
|
2556
|
-
|
|
2557
|
-
G("div", null,
|
|
2586
|
+
$(l.$slots, "f-header", {}, () => [
|
|
2587
|
+
G("div", null, ve(t.value.dialog.title), 1)
|
|
2558
2588
|
], !0)
|
|
2559
2589
|
])
|
|
2560
2590
|
])
|
|
2561
2591
|
]),
|
|
2562
2592
|
default: v(() => [
|
|
2563
|
-
|
|
2593
|
+
le(He, {
|
|
2564
2594
|
modelValue: t.value,
|
|
2565
2595
|
"onUpdate:modelValue": a[7] || (a[7] = (H) => t.value = H),
|
|
2566
|
-
onSubmit:
|
|
2567
|
-
onReset:
|
|
2596
|
+
onSubmit: J,
|
|
2597
|
+
onReset: K
|
|
2568
2598
|
}, ne({ _: 2 }, [
|
|
2569
|
-
|
|
2599
|
+
U(l.$slots, (H, ce, O) => ({
|
|
2570
2600
|
name: ce,
|
|
2571
|
-
fn: v((
|
|
2572
|
-
|
|
2601
|
+
fn: v((X) => [
|
|
2602
|
+
$(l.$slots, ce, { model: X }, void 0, !0)
|
|
2573
2603
|
])
|
|
2574
2604
|
}))
|
|
2575
2605
|
]), 1032, ["modelValue"])
|
|
@@ -2582,7 +2612,7 @@ const Qt = {
|
|
|
2582
2612
|
], 64);
|
|
2583
2613
|
};
|
|
2584
2614
|
}
|
|
2585
|
-
}), fl = /* @__PURE__ */ Ie(cl, [["__scopeId", "data-v-
|
|
2615
|
+
}), fl = /* @__PURE__ */ Ie(cl, [["__scopeId", "data-v-4834e64f"]]), ml = Object.freeze({}), ft = [
|
|
2586
2616
|
fl,
|
|
2587
2617
|
He
|
|
2588
2618
|
];
|
|
@@ -2602,31 +2632,31 @@ const wl = {
|
|
|
2602
2632
|
const n = pl(d);
|
|
2603
2633
|
if (!n) return () => {
|
|
2604
2634
|
};
|
|
2605
|
-
const m = we(!0),
|
|
2635
|
+
const m = we(!0), w = wt({
|
|
2606
2636
|
setup() {
|
|
2607
2637
|
return t = () => {
|
|
2608
2638
|
m.value = !1, setTimeout(() => {
|
|
2609
|
-
|
|
2639
|
+
w.unmount(), e.remove();
|
|
2610
2640
|
}, 300);
|
|
2611
2641
|
}, () => {
|
|
2612
|
-
var I, D,
|
|
2642
|
+
var I, D, E;
|
|
2613
2643
|
return ke(n, {
|
|
2614
2644
|
modelValue: m.value,
|
|
2615
|
-
"onUpdate:modelValue": (
|
|
2645
|
+
"onUpdate:modelValue": (x) => m.value = x,
|
|
2616
2646
|
...f,
|
|
2617
2647
|
appendToBody: !0,
|
|
2618
2648
|
destroyOnClose: !0
|
|
2619
2649
|
}, {
|
|
2620
2650
|
default: (I = f.slots) == null ? void 0 : I.default,
|
|
2621
2651
|
header: (D = f.slots) == null ? void 0 : D.header,
|
|
2622
|
-
footer: (
|
|
2652
|
+
footer: (E = f.slots) == null ? void 0 : E.footer
|
|
2623
2653
|
});
|
|
2624
2654
|
};
|
|
2625
2655
|
}
|
|
2626
2656
|
});
|
|
2627
2657
|
return ft.forEach((I) => {
|
|
2628
|
-
|
|
2629
|
-
}),
|
|
2658
|
+
w.component(I.name, I);
|
|
2659
|
+
}), w.provide("options", We), w.use(vt, { locale: Dt }), document.body.appendChild(e), w.mount(e), t;
|
|
2630
2660
|
};
|
|
2631
2661
|
function mt(f, d = window.innerWidth) {
|
|
2632
2662
|
if (typeof f == "number")
|
|
@@ -2650,7 +2680,7 @@ function mt(f, d = window.innerWidth) {
|
|
|
2650
2680
|
throw new Error("Invalid calc expression");
|
|
2651
2681
|
};
|
|
2652
2682
|
const n = f.slice(5, -1).trim();
|
|
2653
|
-
return m(n.replace(/([0-9.]+)([a-z%]+)/g, (I, D,
|
|
2683
|
+
return m(n.replace(/([0-9.]+)([a-z%]+)/g, (I, D, E) => mt(D + E, d)));
|
|
2654
2684
|
}
|
|
2655
2685
|
throw new Error("Unsupported unit in value: " + f);
|
|
2656
2686
|
}
|
|
@@ -2671,9 +2701,9 @@ function vl(f, d, e = "value", t = "label", n = "children") {
|
|
|
2671
2701
|
if (m[e] === d)
|
|
2672
2702
|
return m[t];
|
|
2673
2703
|
if (m[n] && m[n].length > 0) {
|
|
2674
|
-
const
|
|
2675
|
-
if (
|
|
2676
|
-
return
|
|
2704
|
+
const w = vl(m[n], d, e, t, n);
|
|
2705
|
+
if (w)
|
|
2706
|
+
return w;
|
|
2677
2707
|
}
|
|
2678
2708
|
}
|
|
2679
2709
|
return null;
|
|
@@ -2685,14 +2715,14 @@ function Ge(f) {
|
|
|
2685
2715
|
], n = f < 0 ? "欠" : "";
|
|
2686
2716
|
f = Math.abs(f);
|
|
2687
2717
|
let m = "";
|
|
2688
|
-
for (let
|
|
2689
|
-
m += (e[Math.floor(f * 10 * Math.pow(10,
|
|
2718
|
+
for (let w = 0; w < d.length; w++)
|
|
2719
|
+
m += (e[Math.floor(f * 10 * Math.pow(10, w)) % 10] + d[w]).replace(/零./, "");
|
|
2690
2720
|
m = m || "整", f = Math.floor(f);
|
|
2691
|
-
for (let
|
|
2721
|
+
for (let w = 0; w < t[0].length && f > 0; w++) {
|
|
2692
2722
|
let I = "";
|
|
2693
2723
|
for (let D = 0; D < t[1].length && f > 0; D++)
|
|
2694
2724
|
I = e[f % 10] + t[1][D] + I, f = Math.floor(f / 10);
|
|
2695
|
-
m = I.replace(/(零.)*零$/, "").replace(/^$/, "零") + t[0][
|
|
2725
|
+
m = I.replace(/(零.)*零$/, "").replace(/^$/, "零") + t[0][w] + m;
|
|
2696
2726
|
}
|
|
2697
2727
|
return n + m.replace(/(零.)*零元/, "元").replace(/(零.)+/g, "零").replace(/^整$/, "零元整");
|
|
2698
2728
|
}
|