vue-2024-ui 0.1.19 → 0.1.20

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 CHANGED
@@ -1,7 +1,7 @@
1
- import It, { ElForm as ct, ElButtonGroup as mt, ElButton as De, ElPopover as ht, ElMessage as xe, ElMessageBox as Vt, ElDialog as Bt, ElDrawer as Yt } from "element-plus";
2
- import { mergeModels as ze, useModel as Pe, ref as le, nextTick as et, onMounted as ut, computed as Je, resolveComponent as B, openBlock as n, createElementBlock as x, Fragment as W, createElementVNode as X, createBlock as D, createCommentVNode as pe, unref as U, mergeProps as T, withCtx as y, renderSlot as h, renderList as R, createTextVNode as Me, toDisplayString as he, createSlots as me, createVNode as Z, normalizeProps as gt, useSlots as Tt, inject as _t, useAttrs as kt, onUnmounted as Ut, normalizeStyle as Oe, withModifiers as rt, resolveDynamicComponent as Ye, guardReactiveProps as Rt, Transition as Lt, withDirectives as jt, vShow as Ht, h as Ie, onBeforeUnmount as Nt, normalizeClass as St, watchEffect as zt, watch as Pt, createApp as Wt } from "vue";
1
+ import It, { ElForm as ft, ElButtonGroup as ct, ElButton as De, ElPopover as ht, ElMessage as Fe, ElMessageBox as Vt, ElDialog as Bt, ElDrawer as Yt } from "element-plus";
2
+ import { mergeModels as ze, useModel as Pe, ref as le, nextTick as et, onMounted as ot, computed as Je, resolveComponent as I, openBlock as n, createElementBlock as F, Fragment as G, createElementVNode as X, createBlock as M, createCommentVNode as pe, unref as U, mergeProps as S, withCtx as h, renderSlot as y, renderList as L, createTextVNode as Me, toDisplayString as ye, createSlots as me, createVNode as Q, normalizeProps as gt, useSlots as Tt, inject as _t, useAttrs as kt, onUnmounted as Ut, normalizeStyle as Ie, withModifiers as mt, resolveDynamicComponent as Ye, guardReactiveProps as Rt, Transition as Lt, withDirectives as jt, vShow as Ht, h as Ae, onBeforeUnmount as Nt, normalizeClass as St, watchEffect as zt, watch as Pt, createApp as Wt } from "vue";
3
3
  import { Plus as Xt, ZoomIn as Gt, Delete as Qt, DocumentCopy as Zt, FullScreen as Jt, CopyDocument as Kt } from "@element-plus/icons-vue";
4
- import Ft from "sortablejs";
4
+ import xt from "sortablejs";
5
5
  import { Dexie as el } from "dexie";
6
6
  var tl = {
7
7
  name: "zh-cn",
@@ -184,12 +184,12 @@ var tl = {
184
184
  function al(i) {
185
185
  return i && i.__esModule && Object.prototype.hasOwnProperty.call(i, "default") ? i.default : i;
186
186
  }
187
- var xt = { exports: {} };
187
+ var Ft = { exports: {} };
188
188
  (function(i, f) {
189
189
  (function(r, t) {
190
190
  i.exports = t();
191
191
  })(ll, function() {
192
- var r = 1e3, t = 6e4, e = 36e5, d = "millisecond", E = "second", S = "minute", F = "hour", _ = "day", w = "week", H = "month", ee = "quarter", O = "year", Y = "date", ie = "Invalid Date", oe = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, J = /\[([^\]]+)]|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, ve = { 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(p) {
192
+ var r = 1e3, t = 6e4, e = 36e5, d = "millisecond", E = "second", x = "minute", T = "hour", _ = "day", w = "week", H = "month", ee = "quarter", q = "year", B = "date", se = "Invalid Date", re = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, J = /\[([^\]]+)]|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, ve = { 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(p) {
193
193
  var a = ["th", "st", "nd", "rd"], v = p % 100;
194
194
  return "[" + p + (a[(v - 20) % 10] || a[v] || a[0]) + "]";
195
195
  } }, ge = function(p, a, v) {
@@ -200,55 +200,55 @@ var xt = { exports: {} };
200
200
  return (a <= 0 ? "+" : "-") + ge(g, 2, "0") + ":" + ge(s, 2, "0");
201
201
  }, m: function p(a, v) {
202
202
  if (a.date() < v.date()) return -p(v, a);
203
- var g = 12 * (v.year() - a.year()) + (v.month() - a.month()), s = a.clone().add(g, H), M = v - s < 0, C = a.clone().add(g + (M ? -1 : 1), H);
204
- return +(-(g + (v - s) / (M ? s - C : C - s)) || 0);
203
+ var g = 12 * (v.year() - a.year()) + (v.month() - a.month()), s = a.clone().add(g, H), C = v - s < 0, V = a.clone().add(g + (C ? -1 : 1), H);
204
+ return +(-(g + (v - s) / (C ? s - V : V - s)) || 0);
205
205
  }, a: function(p) {
206
206
  return p < 0 ? Math.ceil(p) || 0 : Math.floor(p);
207
207
  }, p: function(p) {
208
- return { M: H, y: O, w, d: _, D: Y, h: F, m: S, s: E, ms: d, Q: ee }[p] || String(p || "").toLowerCase().replace(/s$/, "");
208
+ return { M: H, y: q, w, d: _, D: B, h: T, m: x, s: E, ms: d, Q: ee }[p] || String(p || "").toLowerCase().replace(/s$/, "");
209
209
  }, u: function(p) {
210
210
  return p === void 0;
211
- } }, de = "en", fe = {};
212
- fe[de] = ve;
213
- var ne = "$isDayjsObject", ae = function(p) {
214
- return p instanceof o || !(!p || !p[ne]);
211
+ } }, ie = "en", de = {};
212
+ de[ie] = ve;
213
+ var fe = "$isDayjsObject", ae = function(p) {
214
+ return p instanceof o || !(!p || !p[fe]);
215
215
  }, $e = function p(a, v, g) {
216
216
  var s;
217
- if (!a) return de;
217
+ if (!a) return ie;
218
218
  if (typeof a == "string") {
219
- var M = a.toLowerCase();
220
- fe[M] && (s = M), v && (fe[M] = v, s = M);
221
- var C = a.split("-");
222
- if (!s && C.length > 1) return p(C[0]);
219
+ var C = a.toLowerCase();
220
+ de[C] && (s = C), v && (de[C] = v, s = C);
221
+ var V = a.split("-");
222
+ if (!s && V.length > 1) return p(V[0]);
223
223
  } else {
224
- var L = a.name;
225
- fe[L] = a, s = L;
224
+ var j = a.name;
225
+ de[j] = a, s = j;
226
226
  }
227
- return !g && s && (de = s), s || !g && de;
228
- }, se = function(p, a) {
227
+ return !g && s && (ie = s), s || !g && ie;
228
+ }, ne = function(p, a) {
229
229
  if (ae(p)) return p.clone();
230
230
  var v = typeof a == "object" ? a : {};
231
231
  return v.date = p, v.args = arguments, new o(v);
232
232
  }, b = be;
233
233
  b.l = $e, b.i = ae, b.w = function(p, a) {
234
- return se(p, { locale: a.$L, utc: a.$u, x: a.$x, $offset: a.$offset });
234
+ return ne(p, { locale: a.$L, utc: a.$u, x: a.$x, $offset: a.$offset });
235
235
  };
236
236
  var o = function() {
237
237
  function p(v) {
238
- this.$L = $e(v.locale, null, !0), this.parse(v), this.$x = this.$x || v.x || {}, this[ne] = !0;
238
+ this.$L = $e(v.locale, null, !0), this.parse(v), this.$x = this.$x || v.x || {}, this[fe] = !0;
239
239
  }
240
240
  var a = p.prototype;
241
241
  return a.parse = function(v) {
242
242
  this.$d = function(g) {
243
- var s = g.date, M = g.utc;
243
+ var s = g.date, C = g.utc;
244
244
  if (s === null) return /* @__PURE__ */ new Date(NaN);
245
245
  if (b.u(s)) return /* @__PURE__ */ new Date();
246
246
  if (s instanceof Date) return new Date(s);
247
247
  if (typeof s == "string" && !/Z$/i.test(s)) {
248
- var C = s.match(oe);
249
- if (C) {
250
- var L = C[2] - 1 || 0, Q = (C[7] || "0").substring(0, 3);
251
- return M ? new Date(Date.UTC(C[1], L, C[3] || 1, C[4] || 0, C[5] || 0, C[6] || 0, Q)) : new Date(C[1], L, C[3] || 1, C[4] || 0, C[5] || 0, C[6] || 0, Q);
248
+ var V = s.match(re);
249
+ if (V) {
250
+ var j = V[2] - 1 || 0, Z = (V[7] || "0").substring(0, 3);
251
+ return C ? new Date(Date.UTC(V[1], j, V[3] || 1, V[4] || 0, V[5] || 0, V[6] || 0, Z)) : new Date(V[1], j, V[3] || 1, V[4] || 0, V[5] || 0, V[6] || 0, Z);
252
252
  }
253
253
  }
254
254
  return new Date(s);
@@ -259,14 +259,14 @@ var xt = { exports: {} };
259
259
  }, a.$utils = function() {
260
260
  return b;
261
261
  }, a.isValid = function() {
262
- return this.$d.toString() !== ie;
262
+ return this.$d.toString() !== se;
263
263
  }, a.isSame = function(v, g) {
264
- var s = se(v);
264
+ var s = ne(v);
265
265
  return this.startOf(g) <= s && s <= this.endOf(g);
266
266
  }, a.isAfter = function(v, g) {
267
- return se(v) < this.startOf(g);
267
+ return ne(v) < this.startOf(g);
268
268
  }, a.isBefore = function(v, g) {
269
- return this.endOf(g) < se(v);
269
+ return this.endOf(g) < ne(v);
270
270
  }, a.$g = function(v, g, s) {
271
271
  return b.u(v) ? this[g] : this.set(s, v);
272
272
  }, a.unix = function() {
@@ -274,86 +274,86 @@ var xt = { exports: {} };
274
274
  }, a.valueOf = function() {
275
275
  return this.$d.getTime();
276
276
  }, a.startOf = function(v, g) {
277
- var s = this, M = !!b.u(g) || g, C = b.p(v), L = function(Se, we) {
278
- var Fe = b.w(s.$u ? Date.UTC(s.$y, we, Se) : new Date(s.$y, we, Se), s);
279
- return M ? Fe : Fe.endOf(_);
280
- }, Q = function(Se, we) {
281
- return b.w(s.toDate()[Se].apply(s.toDate("s"), (M ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(we)), s);
282
- }, q = this.$W, A = this.$M, ue = this.$D, ke = "set" + (this.$u ? "UTC" : "");
283
- switch (C) {
284
- case O:
285
- return M ? L(1, 0) : L(31, 11);
277
+ var s = this, C = !!b.u(g) || g, V = b.p(v), j = function(Se, we) {
278
+ var xe = b.w(s.$u ? Date.UTC(s.$y, we, Se) : new Date(s.$y, we, Se), s);
279
+ return C ? xe : xe.endOf(_);
280
+ }, Z = function(Se, we) {
281
+ return b.w(s.toDate()[Se].apply(s.toDate("s"), (C ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(we)), s);
282
+ }, Y = this.$W, O = this.$M, ue = this.$D, ke = "set" + (this.$u ? "UTC" : "");
283
+ switch (V) {
284
+ case q:
285
+ return C ? j(1, 0) : j(31, 11);
286
286
  case H:
287
- return M ? L(1, A) : L(0, A + 1);
287
+ return C ? j(1, O) : j(0, O + 1);
288
288
  case w:
289
- var _e = this.$locale().weekStart || 0, Te = (q < _e ? q + 7 : q) - _e;
290
- return L(M ? ue - Te : ue + (6 - Te), A);
289
+ var _e = this.$locale().weekStart || 0, Te = (Y < _e ? Y + 7 : Y) - _e;
290
+ return j(C ? ue - Te : ue + (6 - Te), O);
291
291
  case _:
292
- case Y:
293
- return Q(ke + "Hours", 0);
294
- case F:
295
- return Q(ke + "Minutes", 1);
296
- case S:
297
- return Q(ke + "Seconds", 2);
292
+ case B:
293
+ return Z(ke + "Hours", 0);
294
+ case T:
295
+ return Z(ke + "Minutes", 1);
296
+ case x:
297
+ return Z(ke + "Seconds", 2);
298
298
  case E:
299
- return Q(ke + "Milliseconds", 3);
299
+ return Z(ke + "Milliseconds", 3);
300
300
  default:
301
301
  return this.clone();
302
302
  }
303
303
  }, a.endOf = function(v) {
304
304
  return this.startOf(v, !1);
305
305
  }, a.$set = function(v, g) {
306
- var s, M = b.p(v), C = "set" + (this.$u ? "UTC" : ""), L = (s = {}, s[_] = C + "Date", s[Y] = C + "Date", s[H] = C + "Month", s[O] = C + "FullYear", s[F] = C + "Hours", s[S] = C + "Minutes", s[E] = C + "Seconds", s[d] = C + "Milliseconds", s)[M], Q = M === _ ? this.$D + (g - this.$W) : g;
307
- if (M === H || M === O) {
308
- var q = this.clone().set(Y, 1);
309
- q.$d[L](Q), q.init(), this.$d = q.set(Y, Math.min(this.$D, q.daysInMonth())).$d;
310
- } else L && this.$d[L](Q);
306
+ var s, C = b.p(v), V = "set" + (this.$u ? "UTC" : ""), j = (s = {}, s[_] = V + "Date", s[B] = V + "Date", s[H] = V + "Month", s[q] = V + "FullYear", s[T] = V + "Hours", s[x] = V + "Minutes", s[E] = V + "Seconds", s[d] = V + "Milliseconds", s)[C], Z = C === _ ? this.$D + (g - this.$W) : g;
307
+ if (C === H || C === q) {
308
+ var Y = this.clone().set(B, 1);
309
+ Y.$d[j](Z), Y.init(), this.$d = Y.set(B, Math.min(this.$D, Y.daysInMonth())).$d;
310
+ } else j && this.$d[j](Z);
311
311
  return this.init(), this;
312
312
  }, a.set = function(v, g) {
313
313
  return this.clone().$set(v, g);
314
314
  }, a.get = function(v) {
315
315
  return this[b.p(v)]();
316
316
  }, a.add = function(v, g) {
317
- var s, M = this;
317
+ var s, C = this;
318
318
  v = Number(v);
319
- var C = b.p(g), L = function(A) {
320
- var ue = se(M);
321
- return b.w(ue.date(ue.date() + Math.round(A * v)), M);
319
+ var V = b.p(g), j = function(O) {
320
+ var ue = ne(C);
321
+ return b.w(ue.date(ue.date() + Math.round(O * v)), C);
322
322
  };
323
- if (C === H) return this.set(H, this.$M + v);
324
- if (C === O) return this.set(O, this.$y + v);
325
- if (C === _) return L(1);
326
- if (C === w) return L(7);
327
- var Q = (s = {}, s[S] = t, s[F] = e, s[E] = r, s)[C] || 1, q = this.$d.getTime() + v * Q;
328
- return b.w(q, this);
323
+ if (V === H) return this.set(H, this.$M + v);
324
+ if (V === q) return this.set(q, this.$y + v);
325
+ if (V === _) return j(1);
326
+ if (V === w) return j(7);
327
+ var Z = (s = {}, s[x] = t, s[T] = e, s[E] = r, s)[V] || 1, Y = this.$d.getTime() + v * Z;
328
+ return b.w(Y, this);
329
329
  }, a.subtract = function(v, g) {
330
330
  return this.add(-1 * v, g);
331
331
  }, a.format = function(v) {
332
332
  var g = this, s = this.$locale();
333
- if (!this.isValid()) return s.invalidDate || ie;
334
- var M = v || "YYYY-MM-DDTHH:mm:ssZ", C = b.z(this), L = this.$H, Q = this.$m, q = this.$M, A = s.weekdays, ue = s.months, ke = s.meridiem, _e = function(we, Fe, Ue, Re) {
335
- return we && (we[Fe] || we(g, M)) || Ue[Fe].slice(0, Re);
333
+ if (!this.isValid()) return s.invalidDate || se;
334
+ var C = v || "YYYY-MM-DDTHH:mm:ssZ", V = b.z(this), j = this.$H, Z = this.$m, Y = this.$M, O = s.weekdays, ue = s.months, ke = s.meridiem, _e = function(we, xe, Ue, Re) {
335
+ return we && (we[xe] || we(g, C)) || Ue[xe].slice(0, Re);
336
336
  }, Te = function(we) {
337
- return b.s(L % 12 || 12, we, "0");
338
- }, Se = ke || function(we, Fe, Ue) {
337
+ return b.s(j % 12 || 12, we, "0");
338
+ }, Se = ke || function(we, xe, Ue) {
339
339
  var Re = we < 12 ? "AM" : "PM";
340
340
  return Ue ? Re.toLowerCase() : Re;
341
341
  };
342
- return M.replace(J, function(we, Fe) {
343
- return Fe || function(Ue) {
342
+ return C.replace(J, function(we, xe) {
343
+ return xe || function(Ue) {
344
344
  switch (Ue) {
345
345
  case "YY":
346
346
  return String(g.$y).slice(-2);
347
347
  case "YYYY":
348
348
  return b.s(g.$y, 4, "0");
349
349
  case "M":
350
- return q + 1;
350
+ return Y + 1;
351
351
  case "MM":
352
- return b.s(q + 1, 2, "0");
352
+ return b.s(Y + 1, 2, "0");
353
353
  case "MMM":
354
- return _e(s.monthsShort, q, ue, 3);
354
+ return _e(s.monthsShort, Y, ue, 3);
355
355
  case "MMMM":
356
- return _e(ue, q);
356
+ return _e(ue, Y);
357
357
  case "D":
358
358
  return g.$D;
359
359
  case "DD":
@@ -361,27 +361,27 @@ var xt = { exports: {} };
361
361
  case "d":
362
362
  return String(g.$W);
363
363
  case "dd":
364
- return _e(s.weekdaysMin, g.$W, A, 2);
364
+ return _e(s.weekdaysMin, g.$W, O, 2);
365
365
  case "ddd":
366
- return _e(s.weekdaysShort, g.$W, A, 3);
366
+ return _e(s.weekdaysShort, g.$W, O, 3);
367
367
  case "dddd":
368
- return A[g.$W];
368
+ return O[g.$W];
369
369
  case "H":
370
- return String(L);
370
+ return String(j);
371
371
  case "HH":
372
- return b.s(L, 2, "0");
372
+ return b.s(j, 2, "0");
373
373
  case "h":
374
374
  return Te(1);
375
375
  case "hh":
376
376
  return Te(2);
377
377
  case "a":
378
- return Se(L, Q, !0);
378
+ return Se(j, Z, !0);
379
379
  case "A":
380
- return Se(L, Q, !1);
380
+ return Se(j, Z, !1);
381
381
  case "m":
382
- return String(Q);
382
+ return String(Z);
383
383
  case "mm":
384
- return b.s(Q, 2, "0");
384
+ return b.s(Z, 2, "0");
385
385
  case "s":
386
386
  return String(g.$s);
387
387
  case "ss":
@@ -389,54 +389,54 @@ var xt = { exports: {} };
389
389
  case "SSS":
390
390
  return b.s(g.$ms, 3, "0");
391
391
  case "Z":
392
- return C;
392
+ return V;
393
393
  }
394
394
  return null;
395
- }(we) || C.replace(":", "");
395
+ }(we) || V.replace(":", "");
396
396
  });
397
397
  }, a.utcOffset = function() {
398
398
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
399
399
  }, a.diff = function(v, g, s) {
400
- var M, C = this, L = b.p(g), Q = se(v), q = (Q.utcOffset() - this.utcOffset()) * t, A = this - Q, ue = function() {
401
- return b.m(C, Q);
400
+ var C, V = this, j = b.p(g), Z = ne(v), Y = (Z.utcOffset() - this.utcOffset()) * t, O = this - Z, ue = function() {
401
+ return b.m(V, Z);
402
402
  };
403
- switch (L) {
404
- case O:
405
- M = ue() / 12;
403
+ switch (j) {
404
+ case q:
405
+ C = ue() / 12;
406
406
  break;
407
407
  case H:
408
- M = ue();
408
+ C = ue();
409
409
  break;
410
410
  case ee:
411
- M = ue() / 3;
411
+ C = ue() / 3;
412
412
  break;
413
413
  case w:
414
- M = (A - q) / 6048e5;
414
+ C = (O - Y) / 6048e5;
415
415
  break;
416
416
  case _:
417
- M = (A - q) / 864e5;
417
+ C = (O - Y) / 864e5;
418
418
  break;
419
- case F:
420
- M = A / e;
419
+ case T:
420
+ C = O / e;
421
421
  break;
422
- case S:
423
- M = A / t;
422
+ case x:
423
+ C = O / t;
424
424
  break;
425
425
  case E:
426
- M = A / r;
426
+ C = O / r;
427
427
  break;
428
428
  default:
429
- M = A;
429
+ C = O;
430
430
  }
431
- return s ? M : b.a(M);
431
+ return s ? C : b.a(C);
432
432
  }, a.daysInMonth = function() {
433
433
  return this.endOf(H).$D;
434
434
  }, a.$locale = function() {
435
- return fe[this.$L];
435
+ return de[this.$L];
436
436
  }, a.locale = function(v, g) {
437
437
  if (!v) return this.$L;
438
- var s = this.clone(), M = $e(v, g, !0);
439
- return M && (s.$L = M), s;
438
+ var s = this.clone(), C = $e(v, g, !0);
439
+ return C && (s.$L = C), s;
440
440
  }, a.clone = function() {
441
441
  return b.w(this.$d, this);
442
442
  }, a.toDate = function() {
@@ -449,24 +449,24 @@ var xt = { exports: {} };
449
449
  return this.$d.toUTCString();
450
450
  }, p;
451
451
  }(), k = o.prototype;
452
- return se.prototype = k, [["$ms", d], ["$s", E], ["$m", S], ["$H", F], ["$W", _], ["$M", H], ["$y", O], ["$D", Y]].forEach(function(p) {
452
+ return ne.prototype = k, [["$ms", d], ["$s", E], ["$m", x], ["$H", T], ["$W", _], ["$M", H], ["$y", q], ["$D", B]].forEach(function(p) {
453
453
  k[p[1]] = function(a) {
454
454
  return this.$g(a, p[0], p[1]);
455
455
  };
456
- }), se.extend = function(p, a) {
457
- return p.$i || (p(a, o, se), p.$i = !0), se;
458
- }, se.locale = $e, se.isDayjs = ae, se.unix = function(p) {
459
- return se(1e3 * p);
460
- }, se.en = fe[de], se.Ls = fe, se.p = {}, se;
456
+ }), ne.extend = function(p, a) {
457
+ return p.$i || (p(a, o, ne), p.$i = !0), ne;
458
+ }, ne.locale = $e, ne.isDayjs = ae, ne.unix = function(p) {
459
+ return ne(1e3 * p);
460
+ }, ne.en = de[ie], ne.Ls = de, ne.p = {}, ne;
461
461
  });
462
- })(xt);
463
- var ol = xt.exports;
464
- const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
462
+ })(Ft);
463
+ var rl = Ft.exports;
464
+ const yt = /* @__PURE__ */ al(rl), Qe = (i, f) => {
465
465
  const r = i.__vccOpts || i;
466
466
  for (const [t, e] of f)
467
467
  r[t] = e;
468
468
  return r;
469
- }, rl = {
469
+ }, ol = {
470
470
  style: { display: "flex", width: "100%" },
471
471
  class: "g-ctrl-container"
472
472
  }, ul = { style: { width: "var(--up-width)", height: "var(--up-height)", position: "relative", "box-sizing": "border-box" } }, nl = {
@@ -480,13 +480,13 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
480
480
  }),
481
481
  emits: ["update:modelValue"],
482
482
  setup(i) {
483
- var $e, se;
484
- const f = Pe(i, "modelValue"), r = i, t = le(r.item || {}), e = le(r.ctrlKey), d = le(r.ctrlType), E = le(r.model), S = le([]), F = le([]), _ = le(!1), w = le(!1), H = () => Object.keys(Tt()).filter((b) => b.startsWith(`${r.t}-${e}-`)).map((b) => b.replace(`${r.t}-${e}-`, "")), ee = le({
483
+ var $e, ne;
484
+ const f = Pe(i, "modelValue"), r = i, t = le(r.item || {}), e = le(r.ctrlKey), d = le(r.ctrlType), E = le(r.model), x = le([]), T = le([]), _ = le(!1), w = le(!1), H = () => Object.keys(Tt()).filter((b) => b.startsWith(`${r.t}-${e}-`)).map((b) => b.replace(`${r.t}-${e}-`, "")), ee = le({
485
485
  multiple: !1,
486
486
  "show-file-list": !1,
487
487
  "file-list": [],
488
- showDel: ($e = t.value) != null && $e.showDel ? (se = t.value) == null ? void 0 : se.showDel : r.t !== "t"
489
- }), O = le(t.value.innerHtml), Y = (b) => [
488
+ showDel: ($e = t.value) != null && $e.showDel ? (ne = t.value) == null ? void 0 : ne.showDel : r.t !== "t"
489
+ }), q = le(t.value.innerHtml), B = (b) => [
490
490
  "year",
491
491
  "years",
492
492
  "month",
@@ -499,7 +499,7 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
499
499
  "daterange",
500
500
  "monthrange",
501
501
  "yearrange"
502
- ].includes(b), ie = (b) => ({
502
+ ].includes(b), se = (b) => ({
503
503
  year: "YYYY",
504
504
  years: "YYYY",
505
505
  month: "YYYY-MM",
@@ -513,14 +513,14 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
513
513
  daterange: "YYYY-MM-DD",
514
514
  monthrange: "YYYY-MM",
515
515
  yearrange: "YYYY"
516
- })[b] || "YYYY-MM-DD", oe = le({
516
+ })[b] || "YYYY-MM-DD", re = le({
517
517
  filterable: !0,
518
518
  remote: !!(t.value && t.value["remote-method"]),
519
519
  ...t.value
520
520
  }), J = le((b) => {
521
521
  t.value["remote-method"](b, (o) => {
522
522
  et(() => {
523
- F.value = o;
523
+ T.value = o;
524
524
  });
525
525
  });
526
526
  }), ve = async (b = "options") => {
@@ -528,14 +528,14 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
528
528
  try {
529
529
  const k = await ((o = t.value) == null ? void 0 : o.getDicts(r.formInfo));
530
530
  if (typeof k == "string")
531
- F.value = [{ label: k, value: f.value }];
531
+ T.value = [{ label: k, value: f.value }];
532
532
  else {
533
533
  const p = k == null ? void 0 : k.map((a, v) => ({
534
534
  ...a,
535
535
  value: a.value ?? a.label ?? v,
536
536
  label: a.label || "未知选项"
537
537
  }));
538
- F.value = p || [];
538
+ T.value = p || [];
539
539
  }
540
540
  } catch (k) {
541
541
  throw console.error("获取选项失败:", k), k;
@@ -545,30 +545,30 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
545
545
  t.value.noSearch !== !0 && r.t === "q" && ((o = (b = E.value) == null ? void 0 : b.table) == null || o.load());
546
546
  }, be = (b) => {
547
547
  b.preventDefault(), b.stopPropagation(), f.value = "";
548
- }, de = (b) => {
548
+ }, ie = (b) => {
549
549
  _.value = !0;
550
- }, fe = (b) => {
550
+ }, de = (b) => {
551
551
  b.preventDefault(), b.stopPropagation(), _.value = !0;
552
- }, ne = le(null);
553
- ut(async () => {
552
+ }, fe = le(null);
553
+ ot(async () => {
554
554
  var k, p, a, v, g;
555
- t.value && t.value["remote-method"] && (oe.value["remote-method"] = J), (p = (k = E.value[e.value]) == null ? void 0 : k.options) != null && p.length && (F.value = E.value[e.value].options);
556
- const b = (s, M = "options", C = E.value[e.value]) => {
557
- typeof t.value.getDicts == "function" && ve(M).catch((L) => {
558
- console.error(`Failed to load ${M} for ${s}:`, L);
555
+ t.value && t.value["remote-method"] && (re.value["remote-method"] = J), (p = (k = E.value[e.value]) == null ? void 0 : k.options) != null && p.length && (T.value = E.value[e.value].options);
556
+ const b = (s, C = "options", V = E.value[e.value]) => {
557
+ typeof t.value.getDicts == "function" && ve(C).catch((j) => {
558
+ console.error(`Failed to load ${C} for ${s}:`, j);
559
559
  });
560
560
  };
561
- if (["radio", "radio-button", "checkbox-group", "checkbox-group-button", "select", "cascader"].includes(d.value) && b(d.value), d.value === ye.TREESELECT && await (async () => {
561
+ if (["radio", "radio-button", "checkbox-group", "checkbox-group-button", "select", "cascader"].includes(d.value) && b(d.value), d.value === he.TREESELECT && await (async () => {
562
562
  try {
563
- typeof t.value.getDicts == "function" ? S.value = await t.value.getDicts(r.formInfo) : S.value = F.value;
564
- } catch (M) {
565
- console.error("Failed to load data for tree-select:", M);
563
+ typeof t.value.getDicts == "function" ? x.value = await t.value.getDicts(r.formInfo) : x.value = T.value;
564
+ } catch (C) {
565
+ console.error("Failed to load data for tree-select:", C);
566
566
  }
567
567
  })(), r.t == "q") {
568
568
  let s = t.value.type || d.value;
569
- (s === void 0 || d.value === "input" || s == ye.NUMBER || s == ye.EMAIL || s == "url" || s == "text") && t.value.onKeyup == null && (t.value.onKeyup = (M) => {
570
- var C, L;
571
- (M.keyCode === 13 || M.key === "Enter") && ((L = (C = E.value) == null ? void 0 : C.table) == null || L.load());
569
+ (s === void 0 || d.value === "input" || s == he.NUMBER || s == he.EMAIL || s == "url" || s == "text") && t.value.onKeyup == null && (t.value.onKeyup = (C) => {
570
+ var V, j;
571
+ (C.keyCode === 13 || C.key === "Enter") && ((j = (V = E.value) == null ? void 0 : V.table) == null || j.load());
572
572
  }), [
573
573
  "radio",
574
574
  "switch",
@@ -585,12 +585,12 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
585
585
  "datetime",
586
586
  "datetimerange",
587
587
  "week"
588
- ].includes(s) && t.value.onChange === void 0 && (t.value.onChange = (M) => {
589
- var C, L;
590
- (L = (C = E.value) == null ? void 0 : C.table) == null || L.load();
588
+ ].includes(s) && t.value.onChange === void 0 && (t.value.onChange = (C) => {
589
+ var V, j;
590
+ (j = (V = E.value) == null ? void 0 : V.table) == null || j.load();
591
591
  });
592
592
  }
593
- d.value == "image" && (t.value.width && ((a = ne.value) != null && a.$el) && ne.value.$el.style.setProperty("--up-width", typeof t.value.width == "number" ? t.value.width + "px" : t.value.width), t.value.height && ((v = ne.value) != null && v.$el) && ne.value.$el.style.setProperty("--up-height", typeof t.value.height == "number" ? t.value.height + "px" : t.value.height), t.value.fontSize && ((g = ne.value) != null && g.$el) && ne.value.$el.style.setProperty("--up-font-size", typeof t.value.fontSize == "number" ? t.value.fontSize + "px" : t.value.fontSize));
593
+ d.value == "image" && (t.value.width && ((a = fe.value) != null && a.$el) && fe.value.$el.style.setProperty("--up-width", typeof t.value.width == "number" ? t.value.width + "px" : t.value.width), t.value.height && ((v = fe.value) != null && v.$el) && fe.value.$el.style.setProperty("--up-height", typeof t.value.height == "number" ? t.value.height + "px" : t.value.height), t.value.fontSize && ((g = fe.value) != null && g.$el) && fe.value.$el.style.setProperty("--up-font-size", typeof t.value.fontSize == "number" ? t.value.fontSize + "px" : t.value.fontSize));
594
594
  });
595
595
  const ae = Je(() => {
596
596
  var b;
@@ -598,71 +598,71 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
598
598
  });
599
599
  return (b, o) => {
600
600
  var N, z, te, Ee, Ce, Le;
601
- const k = B("el-image-viewer"), p = B("el-radio"), a = B("el-radio-group"), v = B("el-radio-button"), g = B("el-checkbox"), s = B("el-checkbox-group"), M = B("el-checkbox-button"), C = B("g-select-option"), L = B("el-option"), Q = B("el-select"), q = B("el-tree-select"), A = B("el-time-picker"), ue = B("el-time-select"), ke = B("el-date-picker"), _e = B("el-color-picker"), Te = B("el-rate"), Se = B("el-slider"), we = B("el-switch"), Fe = B("el-transfer"), Ue = B("el-cascader"), Re = B("el-icon"), nt = B("el-image"), tt = B("el-tooltip"), st = B("el-upload"), it = B("el-autocomplete"), dt = B("el-input-number"), lt = B("el-input"), l = B("el-link"), u = B("el-text"), m = B("el-avatar"), V = B("el-tag");
602
- return n(), x(W, null, [
601
+ const k = I("el-image-viewer"), p = I("el-radio"), a = I("el-radio-group"), v = I("el-radio-button"), g = I("el-checkbox"), s = I("el-checkbox-group"), C = I("el-checkbox-button"), V = I("g-select-option"), j = I("el-option"), Z = I("el-select"), Y = I("el-tree-select"), O = I("el-time-picker"), ue = I("el-time-select"), ke = I("el-date-picker"), _e = I("el-color-picker"), Te = I("el-rate"), Se = I("el-slider"), we = I("el-switch"), xe = I("el-transfer"), Ue = I("el-cascader"), Re = I("el-icon"), ut = I("el-image"), tt = I("el-tooltip"), nt = I("el-upload"), st = I("el-autocomplete"), it = I("el-input-number"), lt = I("el-input"), l = I("el-link"), u = I("el-text"), m = I("el-avatar"), D = I("el-tag");
602
+ return n(), F(G, null, [
603
603
  X("div", null, [
604
- _.value ? (n(), D(k, {
604
+ _.value ? (n(), M(k, {
605
605
  key: 0,
606
606
  teleported: !0,
607
607
  "url-list": ae.value,
608
608
  onClose: o[0] || (o[0] = (c) => _.value = !1)
609
609
  }, null, 8, ["url-list"])) : pe("", !0)
610
610
  ]),
611
- X("div", rl, [
612
- d.value == U(ye).RADIO ? (n(), D(a, T({
611
+ X("div", ol, [
612
+ d.value == U(he).RADIO ? (n(), M(a, S({
613
613
  key: 0,
614
614
  modelValue: f.value,
615
615
  "onUpdate:modelValue": o[1] || (o[1] = (c) => f.value = c)
616
616
  }, t.value), {
617
- default: y(() => [
618
- h(b.$slots, `${r.t}-${e.value}`, { data: t.value }, () => [
619
- (n(!0), x(W, null, R(F.value, (c) => (n(), D(p, T({ ref_for: !0 }, c), {
620
- default: y(() => [
621
- h(b.$slots, `${r.t}-${e.value}-options`, { option: c }, void 0, !0)
617
+ default: h(() => [
618
+ y(b.$slots, `${r.t}-${e.value}`, { data: t.value }, () => [
619
+ (n(!0), F(G, null, L(T.value, (c) => (n(), M(p, S({ ref_for: !0 }, c), {
620
+ default: h(() => [
621
+ y(b.$slots, `${r.t}-${e.value}-options`, { option: c }, void 0, !0)
622
622
  ]),
623
623
  _: 2
624
624
  }, 1040))), 256))
625
625
  ], !0)
626
626
  ]),
627
627
  _: 3
628
- }, 16, ["modelValue"])) : d.value == U(ye).RADIOBUTTON ? (n(), D(a, T({
628
+ }, 16, ["modelValue"])) : d.value == U(he).RADIOBUTTON ? (n(), M(a, S({
629
629
  key: 1,
630
630
  modelValue: f.value,
631
631
  "onUpdate:modelValue": o[2] || (o[2] = (c) => f.value = c)
632
632
  }, t.value), {
633
- default: y(() => [
634
- h(b.$slots, `${r.t}-${e.value}`, { data: t.value }, () => [
635
- (n(!0), x(W, null, R(F.value, (c) => (n(), D(v, T({ ref_for: !0 }, c), {
636
- default: y(() => [
637
- h(b.$slots, `${r.t}-${e.value}-options`, { option: c }, void 0, !0)
633
+ default: h(() => [
634
+ y(b.$slots, `${r.t}-${e.value}`, { data: t.value }, () => [
635
+ (n(!0), F(G, null, L(T.value, (c) => (n(), M(v, S({ ref_for: !0 }, c), {
636
+ default: h(() => [
637
+ y(b.$slots, `${r.t}-${e.value}-options`, { option: c }, void 0, !0)
638
638
  ]),
639
639
  _: 2
640
640
  }, 1040))), 256))
641
641
  ], !0)
642
642
  ]),
643
643
  _: 3
644
- }, 16, ["modelValue"])) : d.value == U(ye).CHECKBOX ? (n(), D(g, T({
644
+ }, 16, ["modelValue"])) : d.value == U(he).CHECKBOX ? (n(), M(g, S({
645
645
  key: 2,
646
646
  modelValue: f.value,
647
647
  "onUpdate:modelValue": o[3] || (o[3] = (c) => f.value = c)
648
648
  }, t.value), {
649
- default: y(() => [
650
- h(b.$slots, `${r.t}-${e.value}`, { data: t.value }, () => [
651
- o[27] || (o[27] = Me(he(" ")))
649
+ default: h(() => [
650
+ y(b.$slots, `${r.t}-${e.value}`, { data: t.value }, () => [
651
+ o[27] || (o[27] = Me(ye(" ")))
652
652
  ], !0)
653
653
  ]),
654
654
  _: 3
655
- }, 16, ["modelValue"])) : d.value == U(ye).CHECKBOXGROUP ? (n(), D(s, T({
655
+ }, 16, ["modelValue"])) : d.value == U(he).CHECKBOXGROUP ? (n(), M(s, S({
656
656
  key: 3,
657
657
  modelValue: f.value,
658
658
  "onUpdate:modelValue": o[4] || (o[4] = (c) => f.value = c)
659
659
  }, t.value), {
660
- default: y(() => [
661
- h(b.$slots, `${r.t}-${e.value}`, { data: t.value }, () => [
662
- (n(!0), x(W, null, R(F.value, (c) => (n(), D(g, T({ ref_for: !0 }, c), {
663
- default: y(() => [
664
- h(b.$slots, `${r.t}-${e.value}-options`, { option: c }, () => [
665
- Me(he(c.label), 1)
660
+ default: h(() => [
661
+ y(b.$slots, `${r.t}-${e.value}`, { data: t.value }, () => [
662
+ (n(!0), F(G, null, L(T.value, (c) => (n(), M(g, S({ ref_for: !0 }, c), {
663
+ default: h(() => [
664
+ y(b.$slots, `${r.t}-${e.value}-options`, { option: c }, () => [
665
+ Me(ye(c.label), 1)
666
666
  ], !0)
667
667
  ]),
668
668
  _: 2
@@ -670,23 +670,23 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
670
670
  ], !0)
671
671
  ]),
672
672
  _: 3
673
- }, 16, ["modelValue"])) : d.value == U(ye).CHECKBOXGROUPBUTTON ? (n(), D(s, T({
673
+ }, 16, ["modelValue"])) : d.value == U(he).CHECKBOXGROUPBUTTON ? (n(), M(s, S({
674
674
  key: 4,
675
675
  modelValue: f.value,
676
676
  "onUpdate:modelValue": o[5] || (o[5] = (c) => f.value = c)
677
677
  }, t.value), {
678
- default: y(() => [
679
- h(b.$slots, `${r.t}-${e.value}`, { data: t.value }, () => [
680
- (n(!0), x(W, null, R(F.value, (c) => (n(), D(M, T({ ref_for: !0 }, c), {
681
- default: y(() => [
682
- h(b.$slots, `${r.t}-${e.value}-options`, { option: c }, void 0, !0)
678
+ default: h(() => [
679
+ y(b.$slots, `${r.t}-${e.value}`, { data: t.value }, () => [
680
+ (n(!0), F(G, null, L(T.value, (c) => (n(), M(C, S({ ref_for: !0 }, c), {
681
+ default: h(() => [
682
+ y(b.$slots, `${r.t}-${e.value}-options`, { option: c }, void 0, !0)
683
683
  ]),
684
684
  _: 2
685
685
  }, 1040))), 256))
686
686
  ], !0)
687
687
  ]),
688
688
  _: 3
689
- }, 16, ["modelValue"])) : d.value === U(ye).SELECT ? (n(), D(Q, T({
689
+ }, 16, ["modelValue"])) : d.value === U(he).SELECT ? (n(), M(Z, S({
690
690
  key: 5,
691
691
  modelValue: f.value,
692
692
  "onUpdate:modelValue": o[6] || (o[6] = (c) => f.value = c),
@@ -695,35 +695,35 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
695
695
  onClear: o[7] || (o[7] = () => {
696
696
  r.t == "q" && E.value.table.load();
697
697
  })
698
- }, oe.value), me({
699
- default: y(() => [
700
- h(b.$slots, `${r.t}-${e.value}`, { options: F.value }, () => [
701
- (n(!0), x(W, null, R(F.value, (c) => (n(), x(W, {
698
+ }, re.value), me({
699
+ default: h(() => [
700
+ y(b.$slots, `${r.t}-${e.value}`, { options: T.value }, () => [
701
+ (n(!0), F(G, null, L(T.value, (c) => (n(), F(G, {
702
702
  key: c.value
703
703
  }, [
704
- Z(L, T({ ref_for: !0 }, U(Ve)(c, (G) => G != "children"), {
705
- onClick: (G) => {
706
- oe.value.change && oe.value.change(c), ge();
704
+ Q(j, S({ ref_for: !0 }, U(Ve)(c, (W) => W != "children"), {
705
+ onClick: (W) => {
706
+ re.value.change && re.value.change(c), ge();
707
707
  }
708
708
  }), {
709
- default: y(() => {
710
- var G;
709
+ default: h(() => {
710
+ var W;
711
711
  return [
712
- (G = t.value) != null && G.columns ? h(b.$slots, `${r.t}-${e.value}-options`, {
712
+ (W = t.value) != null && W.columns ? y(b.$slots, `${r.t}-${e.value}-options`, {
713
713
  key: 0,
714
714
  option: c
715
715
  }, () => {
716
716
  var ce;
717
717
  return [
718
- Z(C, {
718
+ Q(V, {
719
719
  columns: (ce = t.value) == null ? void 0 : ce.columns,
720
720
  data: c,
721
721
  t: r.t
722
722
  }, me({ _: 2 }, [
723
- R(b.$slots, (Be, Ke) => ({
723
+ L(b.$slots, (Be, Ke) => ({
724
724
  name: Ke,
725
- fn: y((Ze) => [
726
- h(b.$slots, Ke, {
725
+ fn: h((Ze) => [
726
+ y(b.$slots, Ke, {
727
727
  option: c,
728
728
  data: Ze
729
729
  }, void 0, !0)
@@ -736,35 +736,35 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
736
736
  }),
737
737
  _: 2
738
738
  }, 1040, ["onClick"]),
739
- c.children && c.children.length ? (n(!0), x(W, { key: 0 }, R(c.children, (G) => (n(), D(L, T({
739
+ c.children && c.children.length ? (n(!0), F(G, { key: 0 }, L(c.children, (W) => (n(), M(j, S({
740
740
  style: { "margin-left": "20px" },
741
- key: G.value,
741
+ key: W.value,
742
742
  ref_for: !0
743
- }, U(Ve)(G, (ce) => ce != "children"), {
743
+ }, U(Ve)(W, (ce) => ce != "children"), {
744
744
  onClick: (ce) => {
745
- oe.value.change && oe.value.change(G), ge();
745
+ re.value.change && re.value.change(W), ge();
746
746
  }
747
747
  }), {
748
- default: y(() => {
748
+ default: h(() => {
749
749
  var ce;
750
750
  return [
751
- (ce = t.value) != null && ce.columns ? h(b.$slots, `${r.t}-${e.value}-options`, {
751
+ (ce = t.value) != null && ce.columns ? y(b.$slots, `${r.t}-${e.value}-options`, {
752
752
  key: 0,
753
- option: G
753
+ option: W
754
754
  }, () => {
755
755
  var Be;
756
756
  return [
757
- Z(C, {
757
+ Q(V, {
758
758
  columns: (Be = t.value) == null ? void 0 : Be.columns,
759
- data: G,
759
+ data: W,
760
760
  t: r.t
761
761
  }, me({ _: 2 }, [
762
- R(b.$slots, (Ke, Ze) => ({
762
+ L(b.$slots, (Ke, Ze) => ({
763
763
  name: Ze,
764
- fn: y((ft) => [
765
- h(b.$slots, Ze, {
766
- option: G,
767
- data: ft
764
+ fn: h((dt) => [
765
+ y(b.$slots, Ze, {
766
+ option: W,
767
+ data: dt
768
768
  }, void 0, !0)
769
769
  ])
770
770
  }))
@@ -782,18 +782,18 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
782
782
  }, [
783
783
  (N = t.value) != null && N.columns ? {
784
784
  name: "header",
785
- fn: y(() => {
785
+ fn: h(() => {
786
786
  var c;
787
787
  return [
788
- Z(C, {
788
+ Q(V, {
789
789
  columns: (c = t.value) == null ? void 0 : c.columns,
790
790
  title: !0,
791
791
  t: r.t
792
792
  }, me({ _: 2 }, [
793
- R(b.$slots, (G, ce) => ({
793
+ L(b.$slots, (W, ce) => ({
794
794
  name: ce,
795
- fn: y((Be) => [
796
- h(b.$slots, ce, { data: Be }, void 0, !0)
795
+ fn: h((Be) => [
796
+ y(b.$slots, ce, { data: Be }, void 0, !0)
797
797
  ])
798
798
  }))
799
799
  ]), 1032, ["columns", "t"])
@@ -801,32 +801,32 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
801
801
  }),
802
802
  key: "0"
803
803
  } : void 0,
804
- R(H(), (c) => ({
804
+ L(H(), (c) => ({
805
805
  name: c,
806
- fn: y((G) => [
807
- h(b.$slots, `${r.t}-${e.value}-${c}`, { data: G }, void 0, !0)
806
+ fn: h((W) => [
807
+ y(b.$slots, `${r.t}-${e.value}-${c}`, { data: W }, void 0, !0)
808
808
  ])
809
809
  }))
810
- ]), 1040, ["modelValue", "placeholder"])) : d.value == U(ye).TREESELECT ? (n(), D(q, T({
810
+ ]), 1040, ["modelValue", "placeholder"])) : d.value == U(he).TREESELECT ? (n(), M(Y, S({
811
811
  key: 6,
812
812
  modelValue: f.value,
813
813
  "onUpdate:modelValue": o[8] || (o[8] = (c) => f.value = c),
814
814
  placeholder: E.value[e.value].label
815
- }, t.value, { data: S.value }), me({ _: 2 }, [
816
- R(H(), (c) => ({
815
+ }, t.value, { data: x.value }), me({ _: 2 }, [
816
+ L(H(), (c) => ({
817
817
  name: c,
818
- fn: y((G) => [
819
- h(b.$slots, `${r.t}-${e.value}-${c}`, { data: G }, void 0, !0)
818
+ fn: h((W) => [
819
+ y(b.$slots, `${r.t}-${e.value}-${c}`, { data: W }, void 0, !0)
820
820
  ])
821
821
  }))
822
- ]), 1040, ["modelValue", "placeholder", "data"])) : d.value == U(ye).TIME ? (n(), D(A, T({
822
+ ]), 1040, ["modelValue", "placeholder", "data"])) : d.value == U(he).TIME ? (n(), M(O, S({
823
823
  key: 7,
824
824
  modelValue: f.value,
825
825
  "onUpdate:modelValue": o[9] || (o[9] = (c) => f.value = c),
826
826
  "arrow-control": ""
827
827
  }, t.value, {
828
828
  placeholder: E.value[e.value].label
829
- }), null, 16, ["modelValue", "placeholder"])) : d.value == U(ye).TIMESELECT ? (n(), D(ue, T({
829
+ }), null, 16, ["modelValue", "placeholder"])) : d.value == U(he).TIMESELECT ? (n(), M(ue, S({
830
830
  key: 8,
831
831
  modelValue: f.value,
832
832
  "onUpdate:modelValue": o[10] || (o[10] = (c) => f.value = c),
@@ -834,125 +834,125 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
834
834
  step: "00:15",
835
835
  end: "23:30",
836
836
  placeholder: E.value[e.value].label
837
- }, t.value), null, 16, ["modelValue", "placeholder"])) : Y(d.value) ? (n(), D(ke, T({
837
+ }, t.value), null, 16, ["modelValue", "placeholder"])) : B(d.value) ? (n(), M(ke, S({
838
838
  key: 9,
839
839
  modelValue: f.value,
840
840
  "onUpdate:modelValue": o[11] || (o[11] = (c) => f.value = c),
841
841
  type: d.value,
842
842
  placeholder: E.value[e.value].label,
843
- "value-format": ie(d.value)
843
+ "value-format": se(d.value)
844
844
  }, t.value), me({ _: 2 }, [
845
- R(H(), (c) => ({
845
+ L(H(), (c) => ({
846
846
  name: c,
847
- fn: y((G) => [
848
- h(b.$slots, `${r.t}-${e.value}-${c}`, { data: G }, void 0, !0)
847
+ fn: h((W) => [
848
+ y(b.$slots, `${r.t}-${e.value}-${c}`, { data: W }, void 0, !0)
849
849
  ])
850
850
  }))
851
- ]), 1040, ["modelValue", "type", "placeholder", "value-format"])) : d.value == U(ye).COLOR ? (n(), D(_e, T({
851
+ ]), 1040, ["modelValue", "type", "placeholder", "value-format"])) : d.value == U(he).COLOR ? (n(), M(_e, S({
852
852
  key: 10,
853
853
  modelValue: f.value,
854
854
  "onUpdate:modelValue": o[12] || (o[12] = (c) => f.value = c)
855
- }, t.value), null, 16, ["modelValue"])) : d.value == U(ye).RATE ? (n(), D(Te, T({
855
+ }, t.value), null, 16, ["modelValue"])) : d.value == U(he).RATE ? (n(), M(Te, S({
856
856
  key: 11,
857
857
  modelValue: f.value,
858
858
  "onUpdate:modelValue": o[13] || (o[13] = (c) => f.value = c)
859
- }, t.value), null, 16, ["modelValue"])) : d.value == U(ye).SLIDER ? (n(), D(Se, T({
859
+ }, t.value), null, 16, ["modelValue"])) : d.value == U(he).SLIDER ? (n(), M(Se, S({
860
860
  key: 12,
861
861
  modelValue: f.value,
862
862
  "onUpdate:modelValue": o[14] || (o[14] = (c) => f.value = c)
863
- }, t.value), null, 16, ["modelValue"])) : d.value == U(ye).SWITCH ? (n(), D(we, T({
863
+ }, t.value), null, 16, ["modelValue"])) : d.value == U(he).SWITCH ? (n(), M(we, S({
864
864
  key: 13,
865
865
  modelValue: f.value,
866
866
  "onUpdate:modelValue": o[15] || (o[15] = (c) => f.value = c),
867
867
  inlinePrompt: !0
868
868
  }, t.value), me({ _: 2 }, [
869
- R(H(), (c) => ({
869
+ L(H(), (c) => ({
870
870
  name: c,
871
- fn: y((G) => [
872
- h(b.$slots, `${r.t}-${e.value}-${c}`, { data: G }, void 0, !0)
871
+ fn: h((W) => [
872
+ y(b.$slots, `${r.t}-${e.value}-${c}`, { data: W }, void 0, !0)
873
873
  ])
874
874
  }))
875
- ]), 1040, ["modelValue"])) : d.value == U(ye).TRANSFER ? (n(), D(Fe, T({
875
+ ]), 1040, ["modelValue"])) : d.value == U(he).TRANSFER ? (n(), M(xe, S({
876
876
  key: 14,
877
877
  modelValue: f.value,
878
878
  "onUpdate:modelValue": o[16] || (o[16] = (c) => f.value = c)
879
879
  }, t.value), me({ _: 2 }, [
880
- R(H(), (c) => ({
880
+ L(H(), (c) => ({
881
881
  name: c,
882
- fn: y((G) => [
883
- h(b.$slots, `${r.t}-${e.value}-${c}`, { data: G }, void 0, !0)
882
+ fn: h((W) => [
883
+ y(b.$slots, `${r.t}-${e.value}-${c}`, { data: W }, void 0, !0)
884
884
  ])
885
885
  }))
886
- ]), 1040, ["modelValue"])) : d.value == U(ye).CASCADER ? (n(), D(Ue, T({
886
+ ]), 1040, ["modelValue"])) : d.value == U(he).CASCADER ? (n(), M(Ue, S({
887
887
  key: 15,
888
888
  modelValue: f.value,
889
889
  "onUpdate:modelValue": o[17] || (o[17] = (c) => f.value = c)
890
- }, t.value, { options: F.value }), me({ _: 2 }, [
891
- R(H(), (c) => ({
890
+ }, t.value, { options: T.value }), me({ _: 2 }, [
891
+ L(H(), (c) => ({
892
892
  name: c,
893
- fn: y((G) => [
894
- h(b.$slots, `${r.t}-${e.value}-${c}`, { data: G }, void 0, !0)
893
+ fn: h((W) => [
894
+ y(b.$slots, `${r.t}-${e.value}-${c}`, { data: W }, void 0, !0)
895
895
  ])
896
896
  }))
897
- ]), 1040, ["modelValue", "options"])) : d.value == U(ye).IMAGE ? (n(), D(st, T({
897
+ ]), 1040, ["modelValue", "options"])) : d.value == U(he).IMAGE ? (n(), M(nt, S({
898
898
  key: 16,
899
899
  "file-list": t.value["file-list"],
900
900
  "onUpdate:fileList": o[21] || (o[21] = (c) => t.value["file-list"] = c),
901
901
  "list-type": "picture-card",
902
902
  class: "custom-upload",
903
- "on-preview": de
903
+ "on-preview": ie
904
904
  }, { ...ee.value, ...t.value }, {
905
905
  ref_key: "uploadRef",
906
- ref: ne
906
+ ref: fe
907
907
  }), me({
908
- default: y(() => {
908
+ default: h(() => {
909
909
  var c;
910
910
  return [
911
- f.value ? (n(), x("div", {
911
+ f.value ? (n(), F("div", {
912
912
  key: 1,
913
- onClick: o[20] || (o[20] = (G) => G.stopPropagation()),
913
+ onClick: o[20] || (o[20] = (W) => W.stopPropagation()),
914
914
  style: { display: "flex", width: "var(--up-width)", height: "var(--up-height)", position: "relative", "align-items": "center", "justify-content": "center", "box-sizing": "border-box" }
915
915
  }, [
916
916
  X("div", ul, [
917
- Z(nt, T({
917
+ Q(ut, S({
918
918
  style: { width: "var(--up-width)", height: "var(--up-height)" },
919
919
  src: f.value
920
920
  }, { fit: "cover", lazy: !0, ...(c = t.value) == null ? void 0 : c.img }), me({ _: 2 }, [
921
- R(H(), (G, ce) => ({
922
- name: G,
923
- fn: y((Be) => [
924
- h(b.$slots, `${r.t}-${e.value}-${G}`, { data: Be }, void 0, !0)
921
+ L(H(), (W, ce) => ({
922
+ name: W,
923
+ fn: h((Be) => [
924
+ y(b.$slots, `${r.t}-${e.value}-${W}`, { data: Be }, void 0, !0)
925
925
  ])
926
926
  }))
927
927
  ]), 1040, ["src"])
928
928
  ]),
929
929
  X("div", {
930
930
  style: { display: "flex", width: "var(--up-width)", height: "var(--up-height)", position: "absolute", "align-items": "center", "justify-content": "center" },
931
- onMouseenter: o[18] || (o[18] = (G) => w.value = !0),
932
- onMouseleave: o[19] || (o[19] = (G) => w.value = !1),
931
+ onMouseenter: o[18] || (o[18] = (W) => w.value = !0),
932
+ onMouseleave: o[19] || (o[19] = (W) => w.value = !1),
933
933
  class: "up-view"
934
934
  }, [
935
- w.value ? (n(), D(tt, {
935
+ w.value ? (n(), M(tt, {
936
936
  key: 0,
937
937
  content: "查看大图",
938
938
  placement: "top"
939
939
  }, {
940
- default: y(() => [
941
- Z(U(Gt), {
940
+ default: h(() => [
941
+ Q(U(Gt), {
942
942
  style: { width: "1.5em", height: "1.5em", "margin-right": "12px" },
943
943
  color: "white",
944
- onClick: fe
944
+ onClick: de
945
945
  })
946
946
  ]),
947
947
  _: 1
948
948
  })) : pe("", !0),
949
- ee.value.showDel && w.value ? (n(), D(tt, {
949
+ ee.value.showDel && w.value ? (n(), M(tt, {
950
950
  key: 1,
951
951
  content: "删除",
952
952
  placement: "top"
953
953
  }, {
954
- default: y(() => [
955
- Z(U(Qt), {
954
+ default: h(() => [
955
+ Q(U(Qt), {
956
956
  style: { width: "1.5em", height: "1.5em" },
957
957
  color: "white",
958
958
  onClick: be
@@ -961,9 +961,9 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
961
961
  _: 1
962
962
  })) : pe("", !0)
963
963
  ], 32)
964
- ])) : (n(), D(Re, { key: 0 }, {
965
- default: y(() => [
966
- Z(U(Xt))
964
+ ])) : (n(), M(Re, { key: 0 }, {
965
+ default: h(() => [
966
+ Q(U(Xt))
967
967
  ]),
968
968
  _: 1
969
969
  }))
@@ -971,26 +971,26 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
971
971
  }),
972
972
  _: 2
973
973
  }, [
974
- R(H(), (c, G) => ({
974
+ L(H(), (c, W) => ({
975
975
  name: c,
976
- fn: y((ce) => [
977
- h(b.$slots, `${r.t}-${e.value}-${c}`, { data: ce }, void 0, !0)
976
+ fn: h((ce) => [
977
+ y(b.$slots, `${r.t}-${e.value}-${c}`, { data: ce }, void 0, !0)
978
978
  ])
979
979
  }))
980
- ]), 1040, ["file-list"])) : d.value == U(ye).AUTOCOMPLETE ? (n(), D(it, T({
980
+ ]), 1040, ["file-list"])) : d.value == U(he).AUTOCOMPLETE ? (n(), M(st, S({
981
981
  key: 17,
982
982
  modelValue: f.value,
983
983
  "onUpdate:modelValue": o[22] || (o[22] = (c) => f.value = c)
984
984
  }, t.value, {
985
985
  placeholder: E.value[e.value].label
986
986
  }), me({ _: 2 }, [
987
- R(H(), (c, G) => ({
987
+ L(H(), (c, W) => ({
988
988
  name: c,
989
- fn: y((ce) => [
990
- h(b.$slots, `${r.t}-${e.value}-${c}`, { data: ce }, void 0, !0)
989
+ fn: h((ce) => [
990
+ y(b.$slots, `${r.t}-${e.value}-${c}`, { data: ce }, void 0, !0)
991
991
  ])
992
992
  }))
993
- ]), 1040, ["modelValue", "placeholder"])) : d.value == U(ye).INPUTNUMBER ? (n(), D(dt, T({
993
+ ]), 1040, ["modelValue", "placeholder"])) : d.value == U(he).INPUTNUMBER ? (n(), M(it, S({
994
994
  key: 18,
995
995
  modelValue: f.value,
996
996
  "onUpdate:modelValue": o[23] || (o[23] = (c) => f.value = c),
@@ -998,61 +998,61 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
998
998
  max: 1e8,
999
999
  placeholder: E.value[e.value].label
1000
1000
  }, t.value), me({ _: 2 }, [
1001
- R(H(), (c, G) => ({
1001
+ L(H(), (c, W) => ({
1002
1002
  name: c,
1003
- fn: y((ce) => [
1004
- h(b.$slots, `${r.t}-${e.value}-${c}`, { data: ce }, void 0, !0)
1003
+ fn: h((ce) => [
1004
+ y(b.$slots, `${r.t}-${e.value}-${c}`, { data: ce }, void 0, !0)
1005
1005
  ])
1006
1006
  }))
1007
- ]), 1040, ["modelValue", "placeholder"])) : d.value == U(ye).MONEY ? (n(), x("div", nl, [
1008
- Z(lt, T({
1007
+ ]), 1040, ["modelValue", "placeholder"])) : d.value == U(he).MONEY ? (n(), F("div", nl, [
1008
+ Q(lt, S({
1009
1009
  modelValue: f.value,
1010
1010
  "onUpdate:modelValue": o[24] || (o[24] = (c) => f.value = c),
1011
1011
  placeholder: E.value[e.value].label,
1012
- type: U(ye).NUMBER,
1012
+ type: U(he).NUMBER,
1013
1013
  maxlength: ((z = t.value) == null ? void 0 : z.max) || 25
1014
1014
  }, { ...t.value, type: d.value }), me({
1015
- suffix: y(() => [
1015
+ suffix: h(() => [
1016
1016
  X("div", {
1017
1017
  title: U(Et)(f.value),
1018
1018
  style: { "font-size": "10px", display: "block", width: "80px", "text-align": "right", overflow: "hidden", "text-overflow": "ellipsis" }
1019
- }, he(U(Et)(f.value)), 9, sl)
1019
+ }, ye(U(Et)(f.value)), 9, sl)
1020
1020
  ]),
1021
1021
  _: 2
1022
1022
  }, [
1023
- R(H(), (c, G) => ({
1023
+ L(H(), (c, W) => ({
1024
1024
  name: c,
1025
- fn: y((ce) => [
1026
- h(b.$slots, `${r.t}-${e.value}-${c}`, { data: ce }, void 0, !0)
1025
+ fn: h((ce) => [
1026
+ y(b.$slots, `${r.t}-${e.value}-${c}`, { data: ce }, void 0, !0)
1027
1027
  ])
1028
1028
  }))
1029
1029
  ]), 1040, ["modelValue", "placeholder", "type", "maxlength"])
1030
- ])) : (te = d.value) != null && te.startsWith("link") ? (n(), x("div", il, [
1031
- Z(l, T(t.value, {
1030
+ ])) : (te = d.value) != null && te.startsWith("link") ? (n(), F("div", il, [
1031
+ Q(l, S(t.value, {
1032
1032
  type: d.value.replace("link-", ""),
1033
- innerHTML: O.value || f.value
1033
+ innerHTML: q.value || f.value
1034
1034
  }), null, 16, ["type", "innerHTML"])
1035
- ])) : d.value != "textarea" && ((Ee = d.value) != null && Ee.startsWith("text")) ? (n(), x("div", dl, [
1036
- Z(u, T(t.value, {
1035
+ ])) : d.value != "textarea" && ((Ee = d.value) != null && Ee.startsWith("text")) ? (n(), F("div", dl, [
1036
+ Q(u, S(t.value, {
1037
1037
  type: d.value.replace("text-", ""),
1038
- innerHTML: O.value || f.value
1038
+ innerHTML: q.value || f.value
1039
1039
  }), null, 16, ["type", "innerHTML"])
1040
- ])) : d.value == "avatar" ? (n(), x("div", fl, [
1041
- O.value ? (n(), D(m, gt(T({ key: 0 }, t.value)), {
1042
- default: y(() => [
1043
- X("div", { innerHTML: O.value }, null, 8, cl)
1040
+ ])) : d.value == "avatar" ? (n(), F("div", fl, [
1041
+ q.value ? (n(), M(m, gt(S({ key: 0 }, t.value)), {
1042
+ default: h(() => [
1043
+ X("div", { innerHTML: q.value }, null, 8, cl)
1044
1044
  ]),
1045
1045
  _: 1
1046
- }, 16)) : (n(), D(m, gt(T({ key: 1 }, t.value)), null, 16))
1047
- ])) : (Ce = d.value) != null && Ce.startsWith("tag") ? (n(), x("div", ml, [
1048
- Array.isArray(O.value) && O.value.length > 0 ? (n(!0), x(W, { key: 0 }, R(O.value, (c, G) => (n(), x(W, { key: G }, [
1049
- typeof c == "object" ? (n(), D(V, T({
1046
+ }, 16)) : (n(), M(m, gt(S({ key: 1 }, t.value)), null, 16))
1047
+ ])) : (Ce = d.value) != null && Ce.startsWith("tag") ? (n(), F("div", ml, [
1048
+ Array.isArray(q.value) && q.value.length > 0 ? (n(!0), F(G, { key: 0 }, L(q.value, (c, W) => (n(), F(G, { key: W }, [
1049
+ typeof c == "object" ? (n(), M(D, S({
1050
1050
  key: 0,
1051
1051
  ref_for: !0
1052
1052
  }, c, {
1053
1053
  innerHTML: c == null ? void 0 : c.value,
1054
1054
  style: { "margin-right": "3px" }
1055
- }), null, 16, ["innerHTML"])) : (n(), D(V, T({
1055
+ }), null, 16, ["innerHTML"])) : (n(), M(D, S({
1056
1056
  key: 1,
1057
1057
  ref_for: !0
1058
1058
  }, t.value, {
@@ -1060,15 +1060,15 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1060
1060
  innerHTML: c,
1061
1061
  style: { "margin-right": "3px" }
1062
1062
  }), null, 16, ["type", "innerHTML"]))
1063
- ], 64))), 128)) : (n(), D(V, T({ key: 1 }, t.value, {
1063
+ ], 64))), 128)) : (n(), M(D, S({ key: 1 }, t.value, {
1064
1064
  type: d.value.replace("tag-", ""),
1065
- innerHTML: O.value || f.value
1065
+ innerHTML: q.value || f.value
1066
1066
  }), null, 16, ["type", "innerHTML"]))
1067
- ])) : d.value == "div" ? (n(), x("div", T({ key: 24 }, t.value, {
1068
- innerHTML: O.value || f.value
1069
- }), null, 16, pl)) : d.value == "span" ? (n(), x("span", T({ key: 25 }, t.value, {
1070
- innerHTML: O.value || f.value
1071
- }), null, 16, vl)) : (n(), D(lt, T({
1067
+ ])) : d.value == "div" ? (n(), F("div", S({ key: 24 }, t.value, {
1068
+ innerHTML: q.value || f.value
1069
+ }), null, 16, pl)) : d.value == "span" ? (n(), F("span", S({ key: 25 }, t.value, {
1070
+ innerHTML: q.value || f.value
1071
+ }), null, 16, vl)) : (n(), M(lt, S({
1072
1072
  key: 26,
1073
1073
  modelValue: f.value,
1074
1074
  "onUpdate:modelValue": o[25] || (o[25] = (c) => f.value = c),
@@ -1079,10 +1079,10 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1079
1079
  r.t == "q" && E.value.table.load();
1080
1080
  })
1081
1081
  }, { ...t.value, type: d.value }), me({ _: 2 }, [
1082
- R(H(), (c, G) => ({
1082
+ L(H(), (c, W) => ({
1083
1083
  name: c,
1084
- fn: y((ce) => [
1085
- h(b.$slots, `${r.t}-${e.value}-${c}`, { data: ce }, void 0, !0)
1084
+ fn: h((ce) => [
1085
+ y(b.$slots, `${r.t}-${e.value}-${c}`, { data: ce }, void 0, !0)
1086
1086
  ])
1087
1087
  }))
1088
1088
  ]), 1040, ["modelValue", "placeholder", "maxlength"]))
@@ -1101,8 +1101,8 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1101
1101
  }),
1102
1102
  emits: /* @__PURE__ */ ze(["submit", "reset"], ["update:modelValue"]),
1103
1103
  setup(i, { expose: f, emit: r }) {
1104
- var ae, $e, se, b;
1105
- const t = Pe(i, "modelValue"), e = r, d = le(null), E = _t("options"), S = le({}), F = le(""), _ = i, w = {
1104
+ var ae, $e, ne, b;
1105
+ const t = Pe(i, "modelValue"), e = r, d = le(null), E = _t("options"), x = le({}), T = le(""), _ = i, w = {
1106
1106
  inline: !0,
1107
1107
  type: "hidden",
1108
1108
  "scroll-to-error": !0,
@@ -1156,7 +1156,7 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1156
1156
  for (; p > 0; ) {
1157
1157
  if (await et(), d.value) {
1158
1158
  d.value.validate((a, v) => {
1159
- a ? e("submit", o, k) : console.log("表单验证不通过!", v);
1159
+ a ? e("submit", o, k) : console.error("表单验证不通过!", v);
1160
1160
  });
1161
1161
  return;
1162
1162
  }
@@ -1182,7 +1182,7 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1182
1182
  console.error("表单实例获取失败,请检查组件状态");
1183
1183
  };
1184
1184
  t.value.form.submit.click = H, t.value.form.reset.click = ee;
1185
- const O = {
1185
+ const q = {
1186
1186
  type: "hidden",
1187
1187
  labelPosition: "right",
1188
1188
  style: {
@@ -1190,20 +1190,20 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1190
1190
  }
1191
1191
  };
1192
1192
  t.value.formItems = qe(
1193
- O,
1193
+ q,
1194
1194
  E == null ? void 0 : E.formItems,
1195
- (se = t == null ? void 0 : t.value) == null ? void 0 : se.formItems
1195
+ (ne = t == null ? void 0 : t.value) == null ? void 0 : ne.formItems
1196
1196
  );
1197
- const Y = {
1197
+ const B = {
1198
1198
  span: 12,
1199
1199
  offset: 0
1200
1200
  };
1201
1201
  t.value.form.cols = qe(
1202
- Y,
1202
+ B,
1203
1203
  (b = E == null ? void 0 : E.form) == null ? void 0 : b.cols,
1204
1204
  t.value.form.cols
1205
1205
  );
1206
- const ie = (o) => {
1206
+ const se = (o) => {
1207
1207
  let k = [];
1208
1208
  if (o.rules)
1209
1209
  k = o.rules;
@@ -1230,45 +1230,45 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1230
1230
  }), a.min !== void 0 && a.min !== null && a.min !== "" && a.max !== void 0 && a.max !== null && a.max !== "" && k.push({
1231
1231
  validator: (v, g, s) => {
1232
1232
  if (g == null || g === "") return s();
1233
- const M = Number(a.min), C = Number(a.max);
1234
- a.type !== "number" && a.type !== "input-number" ? Number(a.min) < 1 ? s(new Error(`${a.label}长度最小值${a.min}设置错误!`)) : g.toString().length < M || g.toString().length > C ? s(new Error(`${a.label}长度必须在${M}-${C}个字符之间!`)) : s() : Number(g) < M || g > C ? s(new Error(`${a.label}必须在${M}-${C}之间!`)) : s();
1233
+ const C = Number(a.min), V = Number(a.max);
1234
+ a.type !== "number" && a.type !== "input-number" ? Number(a.min) < 1 ? s(new Error(`${a.label}长度最小值${a.min}设置错误!`)) : g.toString().length < C || g.toString().length > V ? s(new Error(`${a.label}长度必须在${C}-${V}个字符之间!`)) : s() : Number(g) < C || g > V ? s(new Error(`${a.label}必须在${C}-${V}之间!`)) : s();
1235
1235
  }
1236
1236
  }), a.type == "email" && k.push({ type: "email", message: "不是一个正确的邮箱地址!" }), a.type == "url" && k.push({ type: "url", message: "不是一个合正确的URL!" }), a.pattern && k.push({ pattern: a == null ? void 0 : a.pattern, message: (a == null ? void 0 : a.message) || "格式不正确!" }), a.validate && k.push({
1237
1237
  validator: (v, g, s) => a.validate(v, g, s)
1238
1238
  });
1239
1239
  }
1240
1240
  return k;
1241
- }, oe = (o, k = !1) => {
1242
- var v, g, s, M, C;
1243
- const p = k ? o : o == null ? void 0 : o.item, a = typeof (p == null ? void 0 : p.editor) == "function" ? p.editor(S.value, (v = t.value.form) == null ? void 0 : v.modalState) : (p == null ? void 0 : p.editor) || {};
1241
+ }, re = (o, k = !1) => {
1242
+ var v, g, s, C, V;
1243
+ const p = k ? o : o == null ? void 0 : o.item, a = typeof (p == null ? void 0 : p.editor) == "function" ? p.editor(x.value, (v = t.value.form) == null ? void 0 : v.modalState) : (p == null ? void 0 : p.editor) || {};
1244
1244
  if (((g = t.value.form) == null ? void 0 : g.modalState) === "edit") {
1245
- const L = typeof (p == null ? void 0 : p.editor) == "object" ? (s = p.editor) == null ? void 0 : s.ep : typeof (p == null ? void 0 : p.editor) == "function" ? a == null ? void 0 : a.ep : {};
1246
- return { ...a, ...L };
1245
+ const j = typeof (p == null ? void 0 : p.editor) == "object" ? (s = p.editor) == null ? void 0 : s.ep : typeof (p == null ? void 0 : p.editor) == "function" ? a == null ? void 0 : a.ep : {};
1246
+ return { ...a, ...j };
1247
1247
  }
1248
- if (((M = t.value.form) == null ? void 0 : M.modalState) === "add") {
1249
- const L = typeof (p == null ? void 0 : p.editor) == "object" ? (C = p.editor) == null ? void 0 : C.ap : typeof (p == null ? void 0 : p.editor) == "function" ? a == null ? void 0 : a.ap : {};
1250
- return { ...a, ...L };
1248
+ if (((C = t.value.form) == null ? void 0 : C.modalState) === "add") {
1249
+ const j = typeof (p == null ? void 0 : p.editor) == "object" ? (V = p.editor) == null ? void 0 : V.ap : typeof (p == null ? void 0 : p.editor) == "function" ? a == null ? void 0 : a.ap : {};
1250
+ return { ...a, ...j };
1251
1251
  }
1252
1252
  return a;
1253
1253
  }, J = (o) => {
1254
1254
  var p, a, v, g, s;
1255
- const k = typeof o.editor == "function" ? o.editor(S.value, (p = t.value.form) == null ? void 0 : p.modalState) : o.editor;
1255
+ const k = typeof o.editor == "function" ? o.editor(x.value, (p = t.value.form) == null ? void 0 : p.modalState) : o.editor;
1256
1256
  return ((a = t.value.form) == null ? void 0 : a.modalState) === "edit" ? ((v = k == null ? void 0 : k.ep) == null ? void 0 : v.type) ?? (k == null ? void 0 : k.type) ?? o.type : ((g = t.value.form) == null ? void 0 : g.modalState) === "add" ? ((s = k == null ? void 0 : k.ap) == null ? void 0 : s.type) ?? (k == null ? void 0 : k.type) ?? o.type : (k == null ? void 0 : k.type) ?? o.type;
1257
1257
  };
1258
- ut(() => {
1259
- ve(), _ != null && _.editForm ? S.value = _.editForm : S.value = be.value;
1258
+ ot(() => {
1259
+ ve(), _ != null && _.editForm ? x.value = _.editForm : x.value = be.value;
1260
1260
  }), Ut(() => {
1261
1261
  d.value = null;
1262
1262
  });
1263
1263
  const ve = () => {
1264
- F.value = Math.random().toString(36).substring(2);
1264
+ T.value = Math.random().toString(36).substring(2);
1265
1265
  for (const [o, k] of Object.entries(ge.value))
1266
1266
  t.value[o].formItem = { ...t.value[o].formItem, ...k.formItem }, t.value[o].formItem.style = { ...t.value[o].formItem.style, ...k.formItem.style };
1267
1267
  }, ge = Je(() => Object.fromEntries(Object.entries(t.value).filter((o) => o[1].type != "hidden").filter((o) => o[1].edit !== !1).filter((o) => !["table", "tableColumns", "query", "queryItems"].includes(o[0])).filter((o) => o[1].editor !== !1).filter((o) => o[1].type !== "control").filter((o) => {
1268
1268
  var p, a, v;
1269
- const k = typeof o[1].editor == "function" ? o[1].editor(S.value, (p = t.value.form) == null ? void 0 : p.modalState) : o[1].editor;
1269
+ const k = typeof o[1].editor == "function" ? o[1].editor(x.value, (p = t.value.form) == null ? void 0 : p.modalState) : o[1].editor;
1270
1270
  return t.value.form.modalState === "edit" ? ((a = k == null ? void 0 : k.ep) == null ? void 0 : a.editor) !== !1 : t.value.form.modalState === "add" ? ((v = k == null ? void 0 : k.ap) == null ? void 0 : v.editor) !== !1 : !0;
1271
- }).map((o) => [o[0], o[1]]))), be = Je(() => Object.fromEntries(Object.entries(t.value).filter((o) => o[1].type != "hidden").filter((o) => o[1].type != "control").map((o) => [o[0], o[1].value]))), de = Je(() => {
1271
+ }).map((o) => [o[0], o[1]]))), be = Je(() => Object.fromEntries(Object.entries(t.value).filter((o) => o[1].type != "hidden").filter((o) => o[1].type != "control").map((o) => [o[0], o[1].value]))), ie = Je(() => {
1272
1272
  const o = /* @__PURE__ */ new Map();
1273
1273
  return Object.entries(ge.value).forEach(([k, p]) => {
1274
1274
  if (p.groupName) {
@@ -1281,7 +1281,7 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1281
1281
  }), o.forEach((k) => {
1282
1282
  k.tabPane = qe(...k.items.map(({ item: p }) => p.tabPane || {}));
1283
1283
  }), Array.from(o.values());
1284
- }), fe = [
1284
+ }), de = [
1285
1285
  {
1286
1286
  name: "f-submit",
1287
1287
  label: t.value.form.submit.label,
@@ -1304,75 +1304,75 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1304
1304
  originalOrder: 1
1305
1305
  // 添加原始顺序标识
1306
1306
  }
1307
- ], ne = Je(() => fe.filter((o) => !o.hidden).sort((o, k) => o.sort - k.sort || o.originalOrder - k.originalOrder));
1307
+ ], fe = Je(() => de.filter((o) => !o.hidden).sort((o, k) => o.sort - k.sort || o.originalOrder - k.originalOrder));
1308
1308
  return f({
1309
1309
  submit: H,
1310
1310
  reset: ee,
1311
- formData: S
1311
+ formData: x
1312
1312
  }), (o, k) => {
1313
- const p = B("el-form-item"), a = B("el-col"), v = B("el-tab-pane"), g = B("el-tabs"), s = B("el-button"), M = B("el-form");
1314
- return n(), D(M, T({
1315
- ref_key: "gform",
1316
- ref: d,
1317
- model: S.value,
1318
- style: { width: "98%", padding: 0, margin: 0, "box-sizing": "border-box" }
1319
- }, U(Ve)(t.value.form, (C) => !["footer", "submit", "reset", "slots", "type", "sort"].includes(C)), { class: "g-form-container" }), {
1320
- default: y(() => [
1321
- de.value.length > 0 ? h(o.$slots, "default", { key: 0 }, () => {
1322
- var C, L, Q;
1323
- return [
1324
- Z(g, T({
1313
+ var V, j, Z;
1314
+ const p = I("el-form-item"), a = I("el-col"), v = I("el-tab-pane"), g = I("el-tabs"), s = I("el-form"), C = I("el-button");
1315
+ return n(), F("div", null, [
1316
+ Q(s, S({
1317
+ ref_key: "gform",
1318
+ ref: d,
1319
+ model: x.value,
1320
+ style: { width: "98%", padding: 0, margin: 0, "box-sizing": "border-box" }
1321
+ }, U(Ve)(t.value.form, (Y) => !["footer", "submit", "reset", "slots", "type", "sort"].includes(Y)), { class: "g-form-container" }), {
1322
+ default: h(() => [
1323
+ ie.value.length > 0 ? y(o.$slots, "default", { key: 0 }, () => [
1324
+ Q(g, S({
1325
1325
  class: "demo-tabs",
1326
- modelValue: de.value[0].groupName,
1327
- "onUpdate:modelValue": k[0] || (k[0] = (q) => de.value[0].groupName = q),
1326
+ modelValue: ie.value[0].groupName,
1327
+ "onUpdate:modelValue": k[0] || (k[0] = (Y) => ie.value[0].groupName = Y),
1328
1328
  style: { width: "100%" }
1329
1329
  }, t.value.form.tabs), {
1330
- default: y(() => [
1331
- (n(!0), x(W, null, R(de.value, (q) => (n(), D(v, T({
1332
- key: q.groupName,
1333
- label: q.groupName,
1334
- name: q.groupName,
1330
+ default: h(() => [
1331
+ (n(!0), F(G, null, L(ie.value, (Y) => (n(), M(v, S({
1332
+ key: Y.groupName,
1333
+ label: Y.groupName,
1334
+ name: Y.groupName,
1335
1335
  style: { width: "100%", display: "flex", "flex-wrap": "wrap" },
1336
1336
  ref_for: !0
1337
- }, q.tabPane), {
1338
- default: y(() => [
1339
- (n(!0), x(W, null, R(q.items, (A, ue) => (n(), D(a, T({ ref_for: !0 }, { ...t.value.form.cols, ...A == null ? void 0 : A.item.col }, {
1340
- key: A.key,
1337
+ }, Y.tabPane), {
1338
+ default: h(() => [
1339
+ (n(!0), F(G, null, L(Y.items, (O, ue) => (n(), M(a, S({ ref_for: !0 }, { ...t.value.form.cols, ...O == null ? void 0 : O.item.col }, {
1340
+ key: O.key,
1341
1341
  style: { width: "100%" }
1342
1342
  }), {
1343
- default: y(() => {
1343
+ default: h(() => {
1344
1344
  var ke, _e;
1345
1345
  return [
1346
- Z(p, T({
1347
- label: A == null ? void 0 : A.item.label,
1348
- prop: A.key,
1349
- rules: ie(A == null ? void 0 : A.item),
1346
+ Q(p, S({
1347
+ label: O == null ? void 0 : O.item.label,
1348
+ prop: O.key,
1349
+ rules: se(O == null ? void 0 : O.item),
1350
1350
  ref_for: !0
1351
- }, { ...(ke = t.value) == null ? void 0 : ke.formItems, ...(_e = A == null ? void 0 : A.item) == null ? void 0 : _e.formItem }, { style: { width: "100%" } }), {
1352
- default: y(() => [
1353
- h(o.$slots, "f-" + A.key, {
1354
- item: A == null ? void 0 : A.item,
1355
- formInfo: S.value,
1351
+ }, { ...(ke = t.value) == null ? void 0 : ke.formItems, ...(_e = O == null ? void 0 : O.item) == null ? void 0 : _e.formItem }, { style: { width: "100%" } }), {
1352
+ default: h(() => [
1353
+ y(o.$slots, "f-" + O.key, {
1354
+ item: O == null ? void 0 : O.item,
1355
+ formInfo: x.value,
1356
1356
  model: t.value
1357
1357
  }, () => [
1358
- (n(), D(vt, {
1359
- modelValue: S.value[A.key],
1360
- "onUpdate:modelValue": (Te) => S.value[A.key] = Te,
1361
- item: oe(A),
1362
- ctrlKey: A.key,
1363
- ctrlType: J(A == null ? void 0 : A.item),
1358
+ (n(), M(vt, {
1359
+ modelValue: x.value[O.key],
1360
+ "onUpdate:modelValue": (Te) => x.value[O.key] = Te,
1361
+ item: re(O),
1362
+ ctrlKey: O.key,
1363
+ ctrlType: J(O == null ? void 0 : O.item),
1364
1364
  model: t.value,
1365
- key: `${A.key}-${F.value}`,
1365
+ key: `${O.key}-${T.value}`,
1366
1366
  class: "g-ctrl-container",
1367
1367
  t: "f",
1368
- formInfo: S.value
1368
+ formInfo: x.value
1369
1369
  }, me({ _: 2 }, [
1370
- R(o.$slots, (Te, Se) => ({
1370
+ L(o.$slots, (Te, Se) => ({
1371
1371
  name: Se,
1372
- fn: y((we) => [
1373
- h(o.$slots, Se, {
1372
+ fn: h((we) => [
1373
+ y(o.$slots, Se, {
1374
1374
  data: we,
1375
- item: A.item,
1375
+ item: O.item,
1376
1376
  model: t.value
1377
1377
  })
1378
1378
  ])
@@ -1391,79 +1391,54 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1391
1391
  }, 1040, ["label", "name"]))), 128))
1392
1392
  ]),
1393
1393
  _: 3
1394
- }, 16, ["modelValue"]),
1395
- (Q = (L = (C = t.value) == null ? void 0 : C.form) == null ? void 0 : L.footer) != null && Q.hidden ? pe("", !0) : h(o.$slots, "f-footer", { key: 0 }, () => [
1396
- X("div", {
1397
- style: Oe(t.value.form.footer.style)
1398
- }, [
1399
- h(o.$slots, "f-footer-left"),
1400
- (n(!0), x(W, null, R(ne.value, (q) => (n(), x(W, null, [
1401
- h(o.$slots, q.name + "-left"),
1402
- h(o.$slots, q.name, {}, () => [
1403
- Z(s, T({ ref_for: !0 }, q.info, {
1404
- onClick: rt((A) => q.click(S.value, t.value), ["stop"])
1405
- }), {
1406
- default: y(() => [
1407
- Me(he(q == null ? void 0 : q.label), 1)
1408
- ]),
1409
- _: 2
1410
- }, 1040, ["onClick"])
1411
- ]),
1412
- h(o.$slots, q.name + "-right")
1413
- ], 64))), 256)),
1414
- h(o.$slots, "f-footer-right")
1415
- ], 4)
1416
- ])
1417
- ];
1418
- }) : h(o.$slots, "default", { key: 1 }, () => {
1419
- var C, L, Q;
1420
- return [
1421
- (n(!0), x(W, null, R(ge.value, (q, A) => (n(), D(a, T({ ref_for: !0 }, { ...t.value.form.cols, ...q.col }, {
1422
- key: A,
1394
+ }, 16, ["modelValue"])
1395
+ ]) : y(o.$slots, "default", { key: 1 }, () => [
1396
+ (n(!0), F(G, null, L(ge.value, (Y, O) => (n(), M(a, S({ ref_for: !0 }, { ...t.value.form.cols, ...Y.col }, {
1397
+ key: O,
1423
1398
  style: { width: "100%" }
1424
1399
  }), {
1425
- default: y(() => {
1400
+ default: h(() => {
1426
1401
  var ue;
1427
1402
  return [
1428
- Z(p, T({
1429
- label: q.label,
1430
- prop: A,
1431
- rules: ie(q),
1403
+ Q(p, S({
1404
+ label: Y.label,
1405
+ prop: O,
1406
+ rules: se(Y),
1432
1407
  ref_for: !0
1433
- }, { ...(ue = t.value) == null ? void 0 : ue.formItems, ...q == null ? void 0 : q.formItem }, { style: { width: "100%" } }), {
1434
- label: y((ke) => [
1435
- h(o.$slots, `f-${A}-label`, {
1408
+ }, { ...(ue = t.value) == null ? void 0 : ue.formItems, ...Y == null ? void 0 : Y.formItem }, { style: { width: "100%" } }), {
1409
+ label: h((ke) => [
1410
+ y(o.$slots, `f-${O}-label`, {
1436
1411
  data: ke,
1437
- item: q,
1412
+ item: Y,
1438
1413
  model: t.value
1439
1414
  }, () => [
1440
- Me(he(q.label), 1)
1415
+ Me(ye(Y.label), 1)
1441
1416
  ])
1442
1417
  ]),
1443
- default: y(() => [
1444
- h(o.$slots, "f-" + A, {
1445
- item: q,
1446
- formInfo: S.value,
1418
+ default: h(() => [
1419
+ y(o.$slots, "f-" + O, {
1420
+ item: Y,
1421
+ formInfo: x.value,
1447
1422
  model: t.value
1448
1423
  }, () => [
1449
- (n(), D(vt, {
1450
- modelValue: S.value[A],
1451
- "onUpdate:modelValue": (ke) => S.value[A] = ke,
1452
- item: oe(q, !0),
1453
- ctrlKey: A,
1454
- ctrlType: J(q),
1455
- key: `${A}-${F.value}`,
1424
+ (n(), M(vt, {
1425
+ modelValue: x.value[O],
1426
+ "onUpdate:modelValue": (ke) => x.value[O] = ke,
1427
+ item: re(Y, !0),
1428
+ ctrlKey: O,
1429
+ ctrlType: J(Y),
1430
+ key: `${O}-${T.value}`,
1456
1431
  model: t.value,
1457
1432
  class: "g-ctrl-container",
1458
1433
  t: "f",
1459
- formInfo: S.value
1434
+ formInfo: x.value
1460
1435
  }, me({ _: 2 }, [
1461
- R(o.$slots, (ke, _e) => ({
1436
+ L(o.$slots, (ke, _e) => ({
1462
1437
  name: _e,
1463
- fn: y((Te) => [
1464
- h(o.$slots, _e, {
1438
+ fn: h((Te) => [
1439
+ y(o.$slots, _e, {
1465
1440
  data: Te,
1466
- item: q,
1441
+ item: Y,
1467
1442
  model: t.value
1468
1443
  })
1469
1444
  ])
@@ -1476,34 +1451,34 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1476
1451
  ];
1477
1452
  }),
1478
1453
  _: 2
1479
- }, 1040))), 128)),
1480
- (Q = (L = (C = t.value) == null ? void 0 : C.form) == null ? void 0 : L.footer) != null && Q.hidden ? pe("", !0) : h(o.$slots, "f-footer", { key: 0 }, () => [
1481
- X("div", {
1482
- style: Oe(t.value.form.footer.style)
1483
- }, [
1484
- h(o.$slots, "f-footer-left"),
1485
- (n(!0), x(W, null, R(ne.value, (q) => (n(), x(W, null, [
1486
- h(o.$slots, q.name + "-left"),
1487
- h(o.$slots, q.name, {}, () => [
1488
- Z(s, T({ ref_for: !0 }, q.info, {
1489
- onClick: rt((A) => q.click(S.value, t.value), ["stop"])
1490
- }), {
1491
- default: y(() => [
1492
- Me(he(q == null ? void 0 : q.label), 1)
1493
- ]),
1494
- _: 2
1495
- }, 1040, ["onClick"])
1496
- ]),
1497
- h(o.$slots, q.name + "-right")
1498
- ], 64))), 256)),
1499
- h(o.$slots, "f-footer-right")
1500
- ], 4)
1501
- ])
1502
- ];
1503
- })
1504
- ]),
1505
- _: 3
1506
- }, 16, ["model"]);
1454
+ }, 1040))), 128))
1455
+ ])
1456
+ ]),
1457
+ _: 3
1458
+ }, 16, ["model"]),
1459
+ (Z = (j = (V = t.value) == null ? void 0 : V.form) == null ? void 0 : j.footer) != null && Z.hidden ? pe("", !0) : y(o.$slots, "f-footer", { key: 0 }, () => [
1460
+ X("div", {
1461
+ style: Ie(t.value.form.footer.style)
1462
+ }, [
1463
+ y(o.$slots, "f-footer-left"),
1464
+ (n(!0), F(G, null, L(fe.value, (Y) => (n(), F(G, null, [
1465
+ y(o.$slots, Y.name + "-left"),
1466
+ y(o.$slots, Y.name, {}, () => [
1467
+ Q(C, S({ ref_for: !0 }, Y.info, {
1468
+ onClick: mt((O) => Y.click(x.value, t.value), ["stop"])
1469
+ }), {
1470
+ default: h(() => [
1471
+ Me(ye(Y == null ? void 0 : Y.label), 1)
1472
+ ]),
1473
+ _: 2
1474
+ }, 1040, ["onClick"])
1475
+ ]),
1476
+ y(o.$slots, Y.name + "-right")
1477
+ ], 64))), 256)),
1478
+ y(o.$slots, "f-footer-right")
1479
+ ], 4)
1480
+ ])
1481
+ ]);
1507
1482
  };
1508
1483
  }
1509
1484
  }), Dt = {
@@ -1516,33 +1491,33 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1516
1491
  }),
1517
1492
  emits: ["update:modelValue", "update:info"],
1518
1493
  setup(i) {
1519
- const f = Pe(i, "modelValue"), r = i, t = Pe(i, "info"), e = (S) => Je(() => Object.fromEntries(Object.entries(f.value).filter((F) => {
1494
+ const f = Pe(i, "modelValue"), r = i, t = Pe(i, "info"), e = (x) => Je(() => Object.fromEntries(Object.entries(f.value).filter((T) => {
1520
1495
  var _;
1521
- return typeof F[1].search == "function" ? F[1].search && ((_ = F[1].search(t.value, f.value.table)) == null ? void 0 : _.more) === S : F[1].search && F[1].search.more === S;
1522
- }).map((F) => [F[0], F[1]]))).value, d = (S) => typeof S.search == "function" ? S.search(t.value, f.value.table) : S.search || {}, E = (S) => {
1523
- const F = d(S);
1524
- return (F == null ? void 0 : F.type) || S.type;
1496
+ return typeof T[1].search == "function" ? T[1].search && ((_ = T[1].search(t.value, f.value.table)) == null ? void 0 : _.more) === x : T[1].search && T[1].search.more === x;
1497
+ }).map((T) => [T[0], T[1]]))).value, d = (x) => typeof x.search == "function" ? x.search(t.value, f.value.table) : x.search || {}, E = (x) => {
1498
+ const T = d(x);
1499
+ return (T == null ? void 0 : T.type) || x.type;
1525
1500
  };
1526
- return (S, F) => {
1527
- const _ = B("el-form-item");
1528
- return n(!0), x(W, null, R(e(r.more), (w, H) => h(S.$slots, `q-${H}`, {
1501
+ return (x, T) => {
1502
+ const _ = I("el-form-item");
1503
+ return n(!0), F(G, null, L(e(r.more), (w, H) => y(x.$slots, `q-${H}`, {
1529
1504
  key: H,
1530
1505
  item: w,
1531
1506
  queryModel: t.value,
1532
1507
  model: f.value
1533
1508
  }, () => [
1534
- Z(_, T({
1509
+ Q(_, S({
1535
1510
  label: w.label,
1536
1511
  ref_for: !0
1537
1512
  }, { ...f.value.queryItems, ...d(w) }), {
1538
- label: y(() => [
1539
- h(S.$slots, `q-${H}-label`, {
1513
+ label: h(() => [
1514
+ y(x.$slots, `q-${H}-label`, {
1540
1515
  item: w,
1541
1516
  model: f.value
1542
1517
  })
1543
1518
  ]),
1544
- default: y(() => [
1545
- Z(vt, {
1519
+ default: h(() => [
1520
+ Q(vt, {
1546
1521
  modelValue: t.value[H],
1547
1522
  "onUpdate:modelValue": (ee) => t.value[H] = ee,
1548
1523
  item: { ...w == null ? void 0 : w.editor, ...d(w) },
@@ -1552,11 +1527,11 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1552
1527
  t: "q",
1553
1528
  formInfo: t.value
1554
1529
  }, me({ _: 2 }, [
1555
- R(Object.keys(S.$slots), (ee) => ({
1530
+ L(Object.keys(x.$slots), (ee) => ({
1556
1531
  name: ee,
1557
- fn: y((O) => [
1558
- h(S.$slots, ee, {
1559
- data: O,
1532
+ fn: h((q) => [
1533
+ y(x.$slots, ee, {
1534
+ data: q,
1560
1535
  item: w,
1561
1536
  model: f.value
1562
1537
  })
@@ -1582,7 +1557,7 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1582
1557
  },
1583
1558
  emits: /* @__PURE__ */ ze(["query", "reset"], ["update:modelValue", "update:info"]),
1584
1559
  setup(i, { emit: f }) {
1585
- const r = Pe(i, "modelValue"), t = f, e = _t("options"), d = le(!1), E = Pe(i, "info"), S = {
1560
+ const r = Pe(i, "modelValue"), t = f, e = _t("options"), d = le(!1), E = Pe(i, "info"), x = {
1586
1561
  hidden: !1,
1587
1562
  type: "hidden",
1588
1563
  labelWidth: 100,
@@ -1630,8 +1605,8 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1630
1605
  }
1631
1606
  }
1632
1607
  };
1633
- r.value.query = qe(S, e == null ? void 0 : e.query, r.value.query);
1634
- const F = {
1608
+ r.value.query = qe(x, e == null ? void 0 : e.query, r.value.query);
1609
+ const T = {
1635
1610
  2: {
1636
1611
  title: "更多查询",
1637
1612
  showClose: !1,
@@ -1649,7 +1624,7 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1649
1624
  }
1650
1625
  };
1651
1626
  r.value.query.more.dialog = qe(
1652
- F[r.value.query.more.mode] || {},
1627
+ T[r.value.query.more.mode] || {},
1653
1628
  r.value.query.more.dialog
1654
1629
  );
1655
1630
  const _ = {
@@ -1660,24 +1635,24 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1660
1635
  }
1661
1636
  };
1662
1637
  r.value.queryItems = qe(_, e == null ? void 0 : e.queryItems, r.value.queryItems);
1663
- const w = (O, Y) => {
1664
- const ie = Object.keys(O.slots).filter((oe) => oe !== "default").reduce((oe, J) => (oe[J] = (ve) => O.slots[J]({
1638
+ const w = (q, B) => {
1639
+ const se = Object.keys(q.slots).filter((re) => re !== "default").reduce((re, J) => (re[J] = (ve) => q.slots[J]({
1665
1640
  model: r.value
1666
1641
  // 传递当前模型数据
1667
- }), oe), {});
1668
- return Ie(Dt, {
1642
+ }), re), {});
1643
+ return Ae(Dt, {
1669
1644
  modelValue: r.value,
1670
- "onUpdate:modelValue": (oe) => r.value = oe,
1645
+ "onUpdate:modelValue": (re) => r.value = re,
1671
1646
  info: E.value,
1672
- "onUpdate:info": (oe) => E.value = oe,
1673
- more: Y
1674
- }, ie);
1647
+ "onUpdate:info": (re) => E.value = re,
1648
+ more: B
1649
+ }, se);
1675
1650
  }, H = Tt(), ee = () => {
1676
- var ie, oe, J, ve, ge, be, de, fe, ne;
1677
- const O = [
1651
+ var se, re, J, ve, ge, be, ie, de, fe;
1652
+ const q = [
1678
1653
  {
1679
1654
  key: "query",
1680
- hidden: (J = (oe = (ie = r.value) == null ? void 0 : ie.query) == null ? void 0 : oe.query) == null ? void 0 : J.hidden,
1655
+ hidden: (J = (re = (se = r.value) == null ? void 0 : se.query) == null ? void 0 : re.query) == null ? void 0 : J.hidden,
1681
1656
  component: De,
1682
1657
  props: {
1683
1658
  ...r.value.query.query,
@@ -1699,7 +1674,7 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1699
1674
  },
1700
1675
  {
1701
1676
  key: "more",
1702
- hidden: (ne = (fe = (de = r.value) == null ? void 0 : de.query) == null ? void 0 : fe.more) == null ? void 0 : ne.hidden,
1677
+ hidden: (fe = (de = (ie = r.value) == null ? void 0 : ie.query) == null ? void 0 : de.more) == null ? void 0 : fe.hidden,
1703
1678
  component: r.value.query.more.mode === 3 ? ht : De,
1704
1679
  props: r.value.query.more.mode === 3 ? { ...r.value.query.more.dialog } : {
1705
1680
  ...r.value.query.more,
@@ -1707,60 +1682,60 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1707
1682
  },
1708
1683
  label: r.value.query.more.label,
1709
1684
  sort: r.value.query.more.sort || 0,
1710
- content: r.value.query.more.mode === 3 ? () => Ie(ct, {
1685
+ content: r.value.query.more.mode === 3 ? () => Ae(ft, {
1711
1686
  class: "query-form",
1712
1687
  ...Ve(r.value.query, (ae) => !["query", "more", "reset"].includes(ae))
1713
1688
  }, () => w({ slots: H }, !0)) : null
1714
1689
  }
1715
1690
  ];
1716
- return O.sort((ae, $e) => ae.sort - $e.sort), O.filter((ae) => !ae.hidden).map((ae) => ae.key === "more" && ae.component === ht ? Ie(ht, ae.props, {
1717
- reference: () => Ie(De, r.value.query.more, () => ae.label),
1691
+ return q.sort((ae, $e) => ae.sort - $e.sort), q.filter((ae) => !ae.hidden).map((ae) => ae.key === "more" && ae.component === ht ? Ae(ht, ae.props, {
1692
+ reference: () => Ae(De, r.value.query.more, () => ae.label),
1718
1693
  default: ae.content
1719
- }) : (ae.props.slot = "query-" + ae.key, ae.label ? Ie(ae.component, ae.props, () => ae.label) : Ie(ae.component, ae.props)));
1694
+ }) : (ae.props.slot = "query-" + ae.key, ae.label ? Ae(ae.component, ae.props, () => ae.label) : Ae(ae.component, ae.props)));
1720
1695
  };
1721
- return (O, Y) => {
1722
- var J, ve, ge, be, de, fe, ne, ae, $e, se, b, o, k, p, a, v, g;
1723
- const ie = B("el-form-item"), oe = B("el-drawer");
1724
- return n(), x(W, null, [
1696
+ return (q, B) => {
1697
+ var J, ve, ge, be, ie, de, fe, ae, $e, ne, b, o, k, p, a, v, g;
1698
+ const se = I("el-form-item"), re = I("el-drawer");
1699
+ return n(), F(G, null, [
1725
1700
  X("div", {
1726
1701
  class: "g-query-container",
1727
- style: Oe((ve = (J = r.value.query) == null ? void 0 : J.container) == null ? void 0 : ve.style)
1702
+ style: Ie((ve = (J = r.value.query) == null ? void 0 : J.container) == null ? void 0 : ve.style)
1728
1703
  }, [
1729
- Z(U(ct), T({
1730
- onSubmit: Y[0] || (Y[0] = rt(() => {
1704
+ Q(U(ft), S({
1705
+ onSubmit: B[0] || (B[0] = mt(() => {
1731
1706
  }, ["prevent"]))
1732
1707
  }, U(Ve)(r.value.query, (s) => !["query", "more", "reset", "btns"].includes(s))), {
1733
- default: y(() => {
1734
- var s, M;
1708
+ default: h(() => {
1709
+ var s, C;
1735
1710
  return [
1736
- (n(), D(Ye(w({ slots: O.$slots }, void 0)))),
1737
- ((M = (s = r.value.query) == null ? void 0 : s.container) == null ? void 0 : M.inline) === !0 ? (n(), D(ie, { key: 0 }, {
1738
- default: y(() => {
1739
- var C, L, Q, q, A;
1711
+ (n(), M(Ye(w({ slots: q.$slots }, void 0)))),
1712
+ ((C = (s = r.value.query) == null ? void 0 : s.container) == null ? void 0 : C.inline) === !0 ? (n(), M(se, { key: 0 }, {
1713
+ default: h(() => {
1714
+ var V, j, Z, Y, O;
1740
1715
  return [
1741
1716
  X("div", {
1742
- style: Oe((L = (C = r.value.query) == null ? void 0 : C.btns) == null ? void 0 : L.style)
1717
+ style: Ie((j = (V = r.value.query) == null ? void 0 : V.btns) == null ? void 0 : j.style)
1743
1718
  }, [
1744
- r.value.query.group ? (n(), D(U(mt), { key: 0 }, {
1745
- default: y(() => [
1746
- (n(!0), x(W, null, R(ee(), (ue) => h(O.$slots, ue.props.slot, {}, () => [
1747
- (n(), D(Ye(ue)))
1719
+ r.value.query.group ? (n(), M(U(ct), { key: 0 }, {
1720
+ default: h(() => [
1721
+ (n(!0), F(G, null, L(ee(), (ue) => y(q.$slots, ue.props.slot, {}, () => [
1722
+ (n(), M(Ye(ue)))
1748
1723
  ], !0)), 256)),
1749
- h(O.$slots, "q-btns", {}, void 0, !0)
1724
+ y(q.$slots, "q-btns", {}, void 0, !0)
1750
1725
  ]),
1751
1726
  _: 3
1752
- })) : (n(), x(W, { key: 1 }, [
1753
- (A = (q = (Q = r.value) == null ? void 0 : Q.query) == null ? void 0 : q.btns) != null && A.group ? (n(), D(U(mt), { key: 0 }, {
1754
- default: y(() => [
1755
- (n(!0), x(W, null, R(ee(), (ue) => h(O.$slots, ue.props.slot, {}, () => [
1756
- (n(), D(Ye(ue)))
1727
+ })) : (n(), F(G, { key: 1 }, [
1728
+ (O = (Y = (Z = r.value) == null ? void 0 : Z.query) == null ? void 0 : Y.btns) != null && O.group ? (n(), M(U(ct), { key: 0 }, {
1729
+ default: h(() => [
1730
+ (n(!0), F(G, null, L(ee(), (ue) => y(q.$slots, ue.props.slot, {}, () => [
1731
+ (n(), M(Ye(ue)))
1757
1732
  ], !0)), 256))
1758
1733
  ]),
1759
1734
  _: 3
1760
- })) : (n(!0), x(W, { key: 1 }, R(ee(), (ue) => h(O.$slots, ue.props.slot, {}, () => [
1761
- (n(), D(Ye(ue)))
1735
+ })) : (n(!0), F(G, { key: 1 }, L(ee(), (ue) => y(q.$slots, ue.props.slot, {}, () => [
1736
+ (n(), M(Ye(ue)))
1762
1737
  ], !0)), 256)),
1763
- h(O.$slots, "q-btns", {}, void 0, !0)
1738
+ y(q.$slots, "q-btns", {}, void 0, !0)
1764
1739
  ], 64))
1765
1740
  ], 4)
1766
1741
  ];
@@ -1771,57 +1746,57 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1771
1746
  }),
1772
1747
  _: 3
1773
1748
  }, 16),
1774
- ((de = (be = (ge = r.value) == null ? void 0 : ge.query) == null ? void 0 : be.container) == null ? void 0 : de.inline) === !1 ? (n(), x("div", {
1749
+ ((ie = (be = (ge = r.value) == null ? void 0 : ge.query) == null ? void 0 : be.container) == null ? void 0 : ie.inline) === !1 ? (n(), F("div", {
1775
1750
  key: 0,
1776
- style: Oe((ne = (fe = r.value.query) == null ? void 0 : fe.btns) == null ? void 0 : ne.style)
1751
+ style: Ie((fe = (de = r.value.query) == null ? void 0 : de.btns) == null ? void 0 : fe.style)
1777
1752
  }, [
1778
- r.value.query.group ? (n(), D(U(mt), { key: 0 }, {
1779
- default: y(() => [
1780
- (n(!0), x(W, null, R(ee(), (s) => h(O.$slots, s.props.slot, {}, () => [
1781
- (n(), D(Ye(s)))
1753
+ r.value.query.group ? (n(), M(U(ct), { key: 0 }, {
1754
+ default: h(() => [
1755
+ (n(!0), F(G, null, L(ee(), (s) => y(q.$slots, s.props.slot, {}, () => [
1756
+ (n(), M(Ye(s)))
1782
1757
  ], !0)), 256)),
1783
- h(O.$slots, "q-btns", {}, void 0, !0)
1758
+ y(q.$slots, "q-btns", {}, void 0, !0)
1784
1759
  ]),
1785
1760
  _: 3
1786
- })) : (n(), x(W, { key: 1 }, [
1787
- ($e = (ae = r.value.query) == null ? void 0 : ae.btns) != null && $e.group ? (n(), D(U(mt), { key: 0 }, {
1788
- default: y(() => [
1789
- (n(!0), x(W, null, R(ee(), (s) => h(O.$slots, s.props.slot, {}, () => [
1790
- (n(), D(Ye(s)))
1761
+ })) : (n(), F(G, { key: 1 }, [
1762
+ ($e = (ae = r.value.query) == null ? void 0 : ae.btns) != null && $e.group ? (n(), M(U(ct), { key: 0 }, {
1763
+ default: h(() => [
1764
+ (n(!0), F(G, null, L(ee(), (s) => y(q.$slots, s.props.slot, {}, () => [
1765
+ (n(), M(Ye(s)))
1791
1766
  ], !0)), 256))
1792
1767
  ]),
1793
1768
  _: 3
1794
- })) : (n(!0), x(W, { key: 1 }, R(ee(), (s) => h(O.$slots, s.props.slot, {}, () => [
1795
- (n(), D(Ye(s)))
1769
+ })) : (n(!0), F(G, { key: 1 }, L(ee(), (s) => y(q.$slots, s.props.slot, {}, () => [
1770
+ (n(), M(Ye(s)))
1796
1771
  ], !0)), 256)),
1797
- h(O.$slots, "q-btns", {}, void 0, !0)
1772
+ y(q.$slots, "q-btns", {}, void 0, !0)
1798
1773
  ], 64))
1799
1774
  ], 4)) : pe("", !0)
1800
1775
  ], 4),
1801
- d.value && !((o = (b = (se = r.value) == null ? void 0 : se.query) == null ? void 0 : b.more) != null && o.hidden) && r.value.query.more.mode == 2 ? (n(), D(oe, T({
1776
+ d.value && !((o = (b = (ne = r.value) == null ? void 0 : ne.query) == null ? void 0 : b.more) != null && o.hidden) && r.value.query.more.mode == 2 ? (n(), M(re, S({
1802
1777
  key: 0,
1803
1778
  modelValue: d.value,
1804
- "onUpdate:modelValue": Y[6] || (Y[6] = (s) => d.value = s),
1779
+ "onUpdate:modelValue": B[6] || (B[6] = (s) => d.value = s),
1805
1780
  title: "更多查询",
1806
1781
  "show-close": !1
1807
1782
  }, r.value.query.more.dialog), me({
1808
- default: y(() => [
1809
- Z(U(ct), T({
1810
- onSubmit: Y[3] || (Y[3] = rt(() => {
1783
+ default: h(() => [
1784
+ Q(U(ft), S({
1785
+ onSubmit: B[3] || (B[3] = mt(() => {
1811
1786
  }, ["prevent"]))
1812
1787
  }, U(Ve)(r.value.query, (s) => !["query", "more", "reset"].includes(s)), { style: { width: "98%" } }), {
1813
- default: y(() => [
1814
- Z(Dt, {
1788
+ default: h(() => [
1789
+ Q(Dt, {
1815
1790
  modelValue: r.value,
1816
- "onUpdate:modelValue": Y[1] || (Y[1] = (s) => r.value = s),
1791
+ "onUpdate:modelValue": B[1] || (B[1] = (s) => r.value = s),
1817
1792
  info: E.value,
1818
- "onUpdate:info": Y[2] || (Y[2] = (s) => E.value = s),
1793
+ "onUpdate:info": B[2] || (B[2] = (s) => E.value = s),
1819
1794
  more: !0
1820
1795
  }, me({ _: 2 }, [
1821
- R(O.$slots, (s, M, C) => ({
1822
- name: M,
1823
- fn: y((L) => [
1824
- h(O.$slots, M, { model: r.value }, void 0, !0)
1796
+ L(q.$slots, (s, C, V) => ({
1797
+ name: C,
1798
+ fn: h((j) => [
1799
+ y(q.$slots, C, { model: r.value }, void 0, !0)
1825
1800
  ])
1826
1801
  }))
1827
1802
  ]), 1032, ["modelValue", "info"])
@@ -1833,21 +1808,21 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1833
1808
  }, [
1834
1809
  (g = (v = (a = (p = (k = r.value) == null ? void 0 : k.query) == null ? void 0 : p.more) == null ? void 0 : a.dialog) == null ? void 0 : v.footer) != null && g.hidden ? void 0 : {
1835
1810
  name: "footer",
1836
- fn: y(() => [
1811
+ fn: h(() => [
1837
1812
  X("div", gt(Rt(r.value.query.more.dialog.footer)), [
1838
- Z(U(De), T(r.value.query.query, {
1839
- onClick: Y[4] || (Y[4] = (s) => r.value.query.query.click())
1813
+ Q(U(De), S(r.value.query.query, {
1814
+ onClick: B[4] || (B[4] = (s) => r.value.query.query.click())
1840
1815
  }), {
1841
- default: y(() => [
1842
- Me(he(r.value.query.query.label), 1)
1816
+ default: h(() => [
1817
+ Me(ye(r.value.query.query.label), 1)
1843
1818
  ]),
1844
1819
  _: 1
1845
1820
  }, 16),
1846
- Z(U(De), T(r.value.query.reset, {
1847
- onClick: Y[5] || (Y[5] = (s) => r.value.query.reset.click())
1821
+ Q(U(De), S(r.value.query.reset, {
1822
+ onClick: B[5] || (B[5] = (s) => r.value.query.reset.click())
1848
1823
  }), {
1849
- default: y(() => [
1850
- Me(he(r.value.query.reset.label), 1)
1824
+ default: h(() => [
1825
+ Me(ye(r.value.query.reset.label), 1)
1851
1826
  ]),
1852
1827
  _: 1
1853
1828
  }, 16)
@@ -1856,23 +1831,23 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1856
1831
  key: "0"
1857
1832
  }
1858
1833
  ]), 1040, ["modelValue"])) : pe("", !0),
1859
- Z(Lt, {
1834
+ Q(Lt, {
1860
1835
  duration: 300,
1861
1836
  name: "nested",
1862
1837
  style: { padding: "10px" }
1863
1838
  }, {
1864
- default: y(() => {
1865
- var s, M, C;
1839
+ default: h(() => {
1840
+ var s, C, V;
1866
1841
  return [
1867
- d.value && !((C = (M = (s = r.value) == null ? void 0 : s.query) == null ? void 0 : M.more) != null && C.hidden) && r.value.query.more.mode == 1 ? (n(), x("div", yl, [
1842
+ d.value && !((V = (C = (s = r.value) == null ? void 0 : s.query) == null ? void 0 : C.more) != null && V.hidden) && r.value.query.more.mode == 1 ? (n(), F("div", yl, [
1868
1843
  X("div", gl, [
1869
- r.value.query.more.mode == 1 ? jt((n(), D(U(ct), T({
1844
+ r.value.query.more.mode == 1 ? jt((n(), M(U(ft), S({
1870
1845
  key: 0,
1871
- onSubmit: Y[7] || (Y[7] = rt(() => {
1846
+ onSubmit: B[7] || (B[7] = mt(() => {
1872
1847
  }, ["prevent"]))
1873
- }, U(Ve)(r.value.query, (L) => !["query", "more", "reset"].includes(L))), {
1874
- default: y(() => [
1875
- (n(), D(Ye(w({ slots: O.$slots }, !0))))
1848
+ }, U(Ve)(r.value.query, (j) => !["query", "more", "reset"].includes(j))), {
1849
+ default: h(() => [
1850
+ (n(), M(Ye(w({ slots: q.$slots }, !0))))
1876
1851
  ]),
1877
1852
  _: 1
1878
1853
  }, 16)), [
@@ -1899,53 +1874,53 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1899
1874
  emits: ["excel"],
1900
1875
  setup(i, { emit: f }) {
1901
1876
  const r = i, t = f, e = le(r.items), d = () => {
1902
- e.value.forEach((F) => {
1903
- F.value = !0;
1877
+ e.value.forEach((T) => {
1878
+ T.value = !0;
1904
1879
  });
1905
1880
  }, E = () => {
1906
- e.value.forEach((F) => {
1907
- F.value = !1;
1881
+ e.value.forEach((T) => {
1882
+ T.value = !1;
1908
1883
  });
1909
- }, S = () => {
1910
- t("excel", e.value, (F, _ = "excel.xls") => {
1911
- if (!F) {
1884
+ }, x = () => {
1885
+ t("excel", e.value, (T, _ = "excel.xls") => {
1886
+ if (!T) {
1912
1887
  console.error("下载链接无效");
1913
1888
  return;
1914
1889
  }
1915
1890
  try {
1916
1891
  const w = document.createElement("a");
1917
- w.href = F, w.download = _, w.style.display = "none", document.body.appendChild(w), w.click(), document.body.removeChild(w);
1892
+ w.href = T, w.download = _, w.style.display = "none", document.body.appendChild(w), w.click(), document.body.removeChild(w);
1918
1893
  } catch (w) {
1919
1894
  console.error("下载文件时出现错误:", w);
1920
1895
  }
1921
1896
  });
1922
1897
  };
1923
- return ut(() => {
1924
- const F = new Ft(document.getElementById("excelSortEl"), {
1898
+ return ot(() => {
1899
+ const T = new xt(document.getElementById("excelSortEl"), {
1925
1900
  animation: 150,
1926
1901
  onEnd: () => {
1927
- F.toArray();
1902
+ T.toArray();
1928
1903
  }
1929
- }), _ = F;
1904
+ }), _ = T;
1930
1905
  Nt(() => {
1931
1906
  _ && _.destroy();
1932
1907
  });
1933
- }), (F, _) => {
1934
- const w = B("el-divider"), H = B("el-alert"), ee = B("el-checkbox"), O = B("el-button");
1935
- return n(), x("div", wl, [
1908
+ }), (T, _) => {
1909
+ const w = I("el-divider"), H = I("el-alert"), ee = I("el-checkbox"), q = I("el-button");
1910
+ return n(), F("div", wl, [
1936
1911
  X("div", El, [
1937
1912
  X("div", _l, [
1938
1913
  X("a", {
1939
1914
  onClick: d,
1940
1915
  style: { cursor: "pointer" }
1941
1916
  }, "全选"),
1942
- Z(w, { direction: "vertical" }),
1917
+ Q(w, { direction: "vertical" }),
1943
1918
  X("a", {
1944
1919
  onClick: E,
1945
1920
  style: { cursor: "pointer" }
1946
1921
  }, "全不选")
1947
1922
  ]),
1948
- Z(H, {
1923
+ Q(H, {
1949
1924
  title: "拖动列标题可以改变表格列的生成顺序 !",
1950
1925
  type: "warning",
1951
1926
  "show-icon": "",
@@ -1954,18 +1929,18 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1954
1929
  }),
1955
1930
  _[0] || (_[0] = X("div", { style: { margin: "1px 0" } }, null, -1)),
1956
1931
  X("div", kl, [
1957
- (n(!0), x(W, null, R(e.value, (Y) => (n(), D(ee, {
1932
+ (n(!0), F(G, null, L(e.value, (B) => (n(), M(ee, {
1958
1933
  class: "check-box-hover",
1959
1934
  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" },
1960
- "data-id": Y.key,
1961
- modelValue: Y.value,
1962
- "onUpdate:modelValue": (ie) => Y.value = ie,
1963
- key: Y.key,
1964
- title: Y.label
1935
+ "data-id": B.key,
1936
+ modelValue: B.value,
1937
+ "onUpdate:modelValue": (se) => B.value = se,
1938
+ key: B.key,
1939
+ title: B.label
1965
1940
  }, {
1966
- default: y(() => [
1941
+ default: h(() => [
1967
1942
  X("span", {
1968
- textContent: he(Y.label),
1943
+ textContent: ye(B.label),
1969
1944
  style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
1970
1945
  }, null, 8, Cl)
1971
1946
  ]),
@@ -1974,13 +1949,13 @@ const yt = /* @__PURE__ */ al(ol), Qe = (i, f) => {
1974
1949
  ])
1975
1950
  ]),
1976
1951
  X("div", Dl, [
1977
- Z(O, {
1952
+ Q(q, {
1978
1953
  type: "primary",
1979
- onClick: S,
1980
- disabled: e.value.filter((Y) => Y.value).length < 1
1954
+ onClick: x,
1955
+ disabled: e.value.filter((B) => B.value).length < 1
1981
1956
  }, {
1982
- default: y(() => [
1983
- Me(he(r.commitText), 1)
1957
+ default: h(() => [
1958
+ Me(ye(r.commitText), 1)
1984
1959
  ]),
1985
1960
  _: 1
1986
1961
  }, 8, ["disabled"])
@@ -1993,7 +1968,7 @@ Ne.version(1).stores({
1993
1968
  tableInfo: "++id,[user+page+key],user,page,key,showCol,width,sort",
1994
1969
  tableList: "++id,name"
1995
1970
  });
1996
- async function ot(i, f, r, t = {}) {
1971
+ async function rt(i, f, r, t = {}) {
1997
1972
  if (await Ne.tableInfo.where({ user: i, page: f, key: r }).count() > 0) {
1998
1973
  let d = await Ne.tableInfo.where({ user: i, page: f, key: r }).first();
1999
1974
  return await Ne.tableInfo.put({ ...d, ...t }), "update success";
@@ -2013,10 +1988,10 @@ async function Sl(i, f) {
2013
1988
  throw console.error("删除表格项设置信息时出错:", r), r;
2014
1989
  }
2015
1990
  }
2016
- async function Fl(i) {
1991
+ async function xl(i) {
2017
1992
  return await Ne.tableList.where({ name: i }).first();
2018
1993
  }
2019
- async function xl(i) {
1994
+ async function Fl(i) {
2020
1995
  return typeof i == "string" && (i = { name: i }), await Ne.tableList.add(i), "add success";
2021
1996
  }
2022
1997
  const ql = {
@@ -2041,9 +2016,9 @@ const ql = {
2041
2016
  const f = i, r = le([]), t = Pe(i, "modelValue"), e = async (_, w) => {
2042
2017
  _ ? t.value[w].showCol = !0 : t.value[w].showCol = !1;
2043
2018
  try {
2044
- await ot(t.value.table.user, f.name, w, { showCol: _ });
2019
+ await rt(t.value.table.user, f.name, w, { showCol: _ });
2045
2020
  } catch (H) {
2046
- console.error("列显示状态保存信息时出错:", H), xe({
2021
+ console.error("列显示状态保存信息时出错:", H), Fe({
2047
2022
  type: "error",
2048
2023
  message: "列显示状态保存信息失败!"
2049
2024
  });
@@ -2051,19 +2026,19 @@ const ql = {
2051
2026
  }, d = () => {
2052
2027
  const _ = document.getElementById("cols");
2053
2028
  if (_) {
2054
- let w = Ft.create(_, {
2029
+ let w = xt.create(_, {
2055
2030
  animation: 150,
2056
2031
  filter: ".filtered",
2057
2032
  //
2058
2033
  sort: !0,
2059
2034
  onEnd: () => {
2060
- w.toArray().forEach(async (ee, O) => {
2061
- t.value[ee].sort = O;
2062
- let Y = t.value[ee].width || "auto";
2035
+ w.toArray().forEach(async (ee, q) => {
2036
+ t.value[ee].sort = q;
2037
+ let B = t.value[ee].width || "auto";
2063
2038
  try {
2064
- await ot(t.value.table.user, f.name, ee, { sort: O, width: Y });
2065
- } catch (ie) {
2066
- console.error("列排序和宽度保存信息时出错:", ie), xe({
2039
+ await rt(t.value.table.user, f.name, ee, { sort: q, width: B });
2040
+ } catch (se) {
2041
+ console.error("列排序和宽度保存信息时出错:", se), Fe({
2067
2042
  type: "error",
2068
2043
  message: "列排序和宽度保存信息失败!"
2069
2044
  });
@@ -2075,33 +2050,33 @@ const ql = {
2075
2050
  }, E = async () => {
2076
2051
  try {
2077
2052
  for (const _ of r.value)
2078
- _.showCol = !0, t.value[_.value].showCol = !0, await ot(t.value.table.user, f.name, _.value, {
2053
+ _.showCol = !0, t.value[_.value].showCol = !0, await rt(t.value.table.user, f.name, _.value, {
2079
2054
  showCol: !0,
2080
2055
  width: _.width,
2081
2056
  sort: _.sort
2082
2057
  });
2083
2058
  } catch (_) {
2084
- console.error("全选列保存信息时出错:", _), xe({
2059
+ console.error("全选列保存信息时出错:", _), Fe({
2085
2060
  type: "error",
2086
2061
  message: "全选列保存信息失败!"
2087
2062
  });
2088
2063
  }
2089
- }, S = async () => {
2064
+ }, x = async () => {
2090
2065
  try {
2091
2066
  const _ = r.value.filter((w) => !w.alwaysShow);
2092
2067
  for (const w of _)
2093
- w.showCol = !1, t.value[w.value].showCol = !1, await ot(t.value.table.user, f.name, w.value, {
2068
+ w.showCol = !1, t.value[w.value].showCol = !1, await rt(t.value.table.user, f.name, w.value, {
2094
2069
  showCol: !1,
2095
2070
  width: w.width,
2096
2071
  sort: w.sort
2097
2072
  });
2098
2073
  } catch (_) {
2099
- console.error("清除列保存信息时出错:", _), xe({
2074
+ console.error("清除列保存信息时出错:", _), Fe({
2100
2075
  type: "error",
2101
2076
  message: "清除列保存信息失败!"
2102
2077
  });
2103
2078
  }
2104
- }, F = () => {
2079
+ }, T = () => {
2105
2080
  Vt.confirm("确定要复位吗?", "提示", {
2106
2081
  confirmButtonText: "确定",
2107
2082
  cancelButtonText: "取消",
@@ -2110,14 +2085,14 @@ const ql = {
2110
2085
  Sl(t.value.table.user, f.name).then((_) => {
2111
2086
  window.location.reload();
2112
2087
  }).catch((_) => {
2113
- console.error("复位操作出错:", _), xe({
2088
+ console.error("复位操作出错:", _), Fe({
2114
2089
  type: "info",
2115
2090
  message: "复位失败!"
2116
2091
  });
2117
2092
  });
2118
2093
  });
2119
2094
  };
2120
- return ut(async () => {
2095
+ return ot(async () => {
2121
2096
  r.value = Object.entries(t.value).filter(([, _]) => _.visible !== !1).filter(([, _]) => _.type != "hidden").map(([_, w]) => ({
2122
2097
  label: w.label,
2123
2098
  value: _,
@@ -2127,16 +2102,16 @@ const ql = {
2127
2102
  width: w.width || "auto"
2128
2103
  })).sort((_, w) => _.sort - w.sort), d();
2129
2104
  }), (_, w) => {
2130
- const H = B("el-divider"), ee = B("el-alert"), O = B("el-checkbox");
2131
- return n(), x("div", null, [
2105
+ const H = I("el-divider"), ee = I("el-alert"), q = I("el-checkbox");
2106
+ return n(), F("div", null, [
2132
2107
  X("div", ql, [
2133
2108
  X("a", { onClick: E }, "全选"),
2134
- Z(H, { direction: "vertical" }),
2135
- X("a", { onClick: S }, "全不选"),
2136
- Z(H, { direction: "vertical" }),
2137
- X("a", { onClick: F }, "复位")
2109
+ Q(H, { direction: "vertical" }),
2110
+ X("a", { onClick: x }, "全不选"),
2111
+ Q(H, { direction: "vertical" }),
2112
+ X("a", { onClick: T }, "复位")
2138
2113
  ]),
2139
- Z(ee, {
2114
+ Q(ee, {
2140
2115
  title: "拖动表格列标题可以改变表格列显示顺序 !",
2141
2116
  type: "warning",
2142
2117
  "show-icon": "",
@@ -2145,21 +2120,21 @@ const ql = {
2145
2120
  }),
2146
2121
  X("div", null, [
2147
2122
  X("div", Ol, [
2148
- (n(!0), x(W, null, R(r.value, (Y) => (n(), D(O, {
2149
- modelValue: Y.showCol,
2150
- "onUpdate:modelValue": (ie) => Y.showCol = ie,
2151
- "data-id": Y.value,
2152
- class: St(["check-box-hover", Y.value == "control" ? "filtered" : ""]),
2153
- onChange: (ie) => e(ie, Y.value),
2123
+ (n(!0), F(G, null, L(r.value, (B) => (n(), M(q, {
2124
+ modelValue: B.showCol,
2125
+ "onUpdate:modelValue": (se) => B.showCol = se,
2126
+ "data-id": B.value,
2127
+ class: St(["check-box-hover", B.value == "control" ? "filtered" : ""]),
2128
+ onChange: (se) => e(se, B.value),
2154
2129
  style: { width: "125px !important", height: "30px !important", border: "1px solid #dfe6ec", margin: "5px !important", "border-radius": "2px !important", "padding-left": "5px !important", display: "flex !important", "align-items": "center !important" },
2155
- value: Y.value,
2156
- title: Y.label,
2157
- disabled: Y.alwaysShow,
2158
- key: Y.value
2130
+ value: B.value,
2131
+ title: B.label,
2132
+ disabled: B.alwaysShow,
2133
+ key: B.value
2159
2134
  }, {
2160
- default: y(() => [
2135
+ default: h(() => [
2161
2136
  X("span", {
2162
- textContent: he(Y.label),
2137
+ textContent: ye(B.label),
2163
2138
  style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
2164
2139
  }, null, 8, Al)
2165
2140
  ]),
@@ -2184,11 +2159,11 @@ const ql = {
2184
2159
  },
2185
2160
  setup(i) {
2186
2161
  const f = i, r = () => {
2187
- f.content ? (navigator.clipboard.writeText(f.content), xe.success("复制成功")) : xe.warning("没有内容可复制");
2162
+ f.content ? (navigator.clipboard.writeText(f.content), Fe.success("复制成功")) : Fe.warning("没有内容可复制");
2188
2163
  };
2189
- return (t, e) => (n(), x("div", {
2164
+ return (t, e) => (n(), F("div", {
2190
2165
  class: "g-cell-toopTip",
2191
- style: Oe({ width: f.column.width + "px" })
2166
+ style: Ie({ width: f.column.width + "px" })
2192
2167
  }, [
2193
2168
  X("div", Yl, [
2194
2169
  e[0] || (e[0] = X("span", { class: "title-text" }, "内容", -1)),
@@ -2197,10 +2172,10 @@ const ql = {
2197
2172
  onClick: r,
2198
2173
  title: "复制内容"
2199
2174
  }, [
2200
- Z(U(Zt))
2175
+ Q(U(Zt))
2201
2176
  ])
2202
2177
  ]),
2203
- X("div", Ul, he(f.content), 1)
2178
+ X("div", Ul, ye(f.content), 1)
2204
2179
  ], 4));
2205
2180
  }
2206
2181
  }, Ll = /* @__PURE__ */ Qe(Rl, [["__scopeId", "data-v-f28912da"]]), jl = { key: 0 }, Hl = { style: { display: "flex", "margin-top": "-2px" } }, Nl = { style: { display: "flex", flex: "1" } }, zl = {
@@ -2223,10 +2198,10 @@ const ql = {
2223
2198
  }),
2224
2199
  emits: /* @__PURE__ */ ze(["load", "open", "delete", "submit", "reset", "download", "row-save"], ["update:modelValue"]),
2225
2200
  setup(i, { expose: f, emit: r }) {
2226
- var Re, nt, tt, st, it, dt, lt;
2227
- const t = r, e = Pe(i, "modelValue"), d = _t("options"), E = le({}), S = le(null), F = le(null), _ = Object.entries(e.value).filter(([l, u]) => (u == null ? void 0 : u.search) !== void 0).map(([l, u]) => [l, u.value]);
2201
+ var Re, ut, tt, nt, st, it, lt;
2202
+ const t = r, e = Pe(i, "modelValue"), d = _t("options"), E = le({}), x = le(null), T = le(null), _ = Object.entries(e.value).filter(([l, u]) => (u == null ? void 0 : u.search) !== void 0).map(([l, u]) => [l, u.value]);
2228
2203
  E.value = Object.fromEntries(_);
2229
- const w = le(!1), H = ["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"], ee = le([]), O = i, Y = kt(), ie = le({}), oe = le([]), J = le(null), ve = le(""), ge = le({
2204
+ const w = le(!1), H = ["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"], ee = le([]), q = i, B = kt(), se = le({}), re = le([]), J = le(null), ve = le(""), ge = le({
2230
2205
  autoWatch: !1,
2231
2206
  data: [],
2232
2207
  border: !0,
@@ -2237,25 +2212,25 @@ const ql = {
2237
2212
  load: () => {
2238
2213
  let { currentPage: l, pageSize: u } = e.value.table.page;
2239
2214
  try {
2240
- t("load", { currentPage: l, pageSize: u, ...E.value }, (m, V, { fields: N = [], sums: z = {} } = {}) => {
2215
+ t("load", { currentPage: l, pageSize: u, ...E.value }, (m = [], D = 0, { fields: N = [], sums: z = {} } = {}) => {
2241
2216
  var te, Ee;
2242
2217
  if (!Array.isArray(m)) {
2243
- console.error("从 load 事件回调中接收到的数据不是数组格式。"), xe.error("数据加载失败,请检查数据格式。");
2218
+ console.error("从 load 事件回调中接收到的数据不是数组格式。"), Fe.error("数据加载失败,请检查数据格式。");
2244
2219
  return;
2245
2220
  }
2246
- if (typeof V != "number") {
2247
- console.error("从 load 事件回调中接收到的 total 不是数字格式。"), xe.error("数据加载失败,请检查数据格式。");
2221
+ if (typeof D != "number") {
2222
+ console.error("从 load 事件回调中接收到的 total 不是数字格式。"), Fe.error("数据加载失败,请检查数据格式。");
2248
2223
  return;
2249
2224
  }
2250
- e.value.table.data = m, ((Ee = (te = e.value.control) == null ? void 0 : te.add) == null ? void 0 : Ee.inline) === !0 && e.value.table.data.unshift(J.value), e.value.table.page.total = V, oe.value = N, ie.value = z, Se(), ve.value = Math.random().toString(36).substring(2);
2225
+ e.value.table.data = m, ((Ee = (te = e.value.control) == null ? void 0 : te.add) == null ? void 0 : Ee.inline) === !0 && e.value.table.data.unshift(J.value), e.value.table.page.total = D, re.value = N, se.value = z, Se(), ve.value = Math.random().toString(36).substring(2);
2251
2226
  }, J.value);
2252
2227
  } catch (m) {
2253
- console.error("触发 load 事件时出现错误:", m), xe.error("数据加载时出现错误,请稍后重试。");
2228
+ console.error("触发 load 事件时出现错误:", m), Fe.error("数据加载时出现错误,请稍后重试。");
2254
2229
  }
2255
2230
  },
2256
2231
  onHeaderDragend: (l, u, m) => {
2257
- var V;
2258
- ot((V = e.value.table) == null ? void 0 : V.user, O.name, m.property, { width: l });
2232
+ var D;
2233
+ rt((D = e.value.table) == null ? void 0 : D.user, q.name, m.property, { width: l });
2259
2234
  },
2260
2235
  onRowDblclick: (l, u, m) => {
2261
2236
  e.value.table.dblclickType == "edit" ? p(l, u, m, e) : e.value.table.dblclickType == "view" && v(l, u, m, e);
@@ -2283,14 +2258,14 @@ const ql = {
2283
2258
  },
2284
2259
  dblclickType: "edit",
2285
2260
  "summary-method": ({ columns: l, data: u }, m) => m,
2286
- onSortChange: ({ column: l, prop: u, order: m }, V) => {
2261
+ onSortChange: ({ column: l, prop: u, order: m }, D) => {
2287
2262
  }
2288
2263
  });
2289
2264
  e.value.table = qe(
2290
2265
  ge.value,
2291
2266
  d == null ? void 0 : d.table,
2292
2267
  e.value.table,
2293
- Y
2268
+ B
2294
2269
  // 继承父组件的属性
2295
2270
  );
2296
2271
  const be = {
@@ -2299,7 +2274,7 @@ const ql = {
2299
2274
  align: "center",
2300
2275
  "min-width": 100,
2301
2276
  fixed: "right",
2302
- style: { ...(nt = (Re = e.value) == null ? void 0 : Re.control) == null ? void 0 : nt.style },
2277
+ style: { ...(ut = (Re = e.value) == null ? void 0 : Re.control) == null ? void 0 : ut.style },
2303
2278
  validate: async (l) => await !0,
2304
2279
  add: {
2305
2280
  label: "新增",
@@ -2322,8 +2297,8 @@ const ql = {
2322
2297
  type: "primary",
2323
2298
  mode: "dialog",
2324
2299
  auth: (l, u, m) => {
2325
- var V, N, z;
2326
- return ((z = (N = (V = e.value) == null ? void 0 : V.control) == null ? void 0 : N.add) == null ? void 0 : z.inline) === !1;
2300
+ var D, N, z;
2301
+ return ((z = (N = (D = e.value) == null ? void 0 : D.control) == null ? void 0 : N.add) == null ? void 0 : z.inline) === !1;
2327
2302
  }
2328
2303
  },
2329
2304
  delete: {
@@ -2331,8 +2306,8 @@ const ql = {
2331
2306
  label: "删除",
2332
2307
  type: "danger",
2333
2308
  auth: (l, u, m) => {
2334
- var V, N, z;
2335
- return !(((z = (N = (V = e.value) == null ? void 0 : V.control) == null ? void 0 : N.add) == null ? void 0 : z.inline) === !0 && m === 0);
2309
+ var D, N, z;
2310
+ return !(((z = (N = (D = e.value) == null ? void 0 : D.control) == null ? void 0 : N.add) == null ? void 0 : z.inline) === !0 && m === 0);
2336
2311
  },
2337
2312
  dialog: {
2338
2313
  message: "此操作将永久删除该文件, 是否继续?",
@@ -2366,17 +2341,17 @@ const ql = {
2366
2341
  return ((m = (u = (l = e.value) == null ? void 0 : l.control) == null ? void 0 : u.add) == null ? void 0 : m.inline) === !0;
2367
2342
  }
2368
2343
  },
2369
- dropdown: (l, u, m, V) => ({
2344
+ dropdown: (l, u, m, D) => ({
2370
2345
  label: "编辑",
2371
2346
  operate: "edit",
2372
2347
  "split-button": !0,
2373
2348
  type: "primary",
2374
2349
  size: "small",
2375
- auth: () => !(V.control.add.inline === !0 && m == 0),
2350
+ auth: () => !(D.control.add.inline === !0 && m == 0),
2376
2351
  onClick: () => {
2377
2352
  var z;
2378
- let N = (z = de(l, u, m, V)) == null ? void 0 : z.operate;
2379
- N === "edit" ? p(l, u, m, V) : N === "delete" ? a(l, u, m, V) : N === "view" && v(l, u, m, V);
2353
+ let N = (z = ie(l, u, m, D)) == null ? void 0 : z.operate;
2354
+ N === "edit" ? p(l, u, m, D) : N === "delete" ? a(l, u, m, D) : N === "view" && v(l, u, m, D);
2380
2355
  },
2381
2356
  "button-props": { round: !0, plain: !0 }
2382
2357
  })
@@ -2386,34 +2361,34 @@ const ql = {
2386
2361
  d == null ? void 0 : d.control,
2387
2362
  (tt = e.value) == null ? void 0 : tt.control
2388
2363
  );
2389
- const de = (l, u, m, V) => {
2390
- var Ee, Ce, Le, c, G, ce;
2364
+ const ie = (l, u, m, D) => {
2365
+ var Ee, Ce, Le, c, W, ce;
2391
2366
  if (!l || !u || m == null)
2392
2367
  return console.warn("mergeDropdown: 缺少必要的参数(row, column或index)"), {};
2393
- const N = ((Ee = be.dropdown) == null ? void 0 : Ee.call(be, l, u, m, V)) || {}, z = ((Le = (Ce = d == null ? void 0 : d.control) == null ? void 0 : Ce.dropdown) == null ? void 0 : Le.call(Ce, l, u, m, V)) || {}, te = ((ce = (G = (c = e.value) == null ? void 0 : c.control) == null ? void 0 : G.dropdown) == null ? void 0 : ce.call(G, l, u, m, V)) || {};
2368
+ const N = ((Ee = be.dropdown) == null ? void 0 : Ee.call(be, l, u, m, D)) || {}, z = ((Le = (Ce = d == null ? void 0 : d.control) == null ? void 0 : Ce.dropdown) == null ? void 0 : Le.call(Ce, l, u, m, D)) || {}, te = ((ce = (W = (c = e.value) == null ? void 0 : c.control) == null ? void 0 : W.dropdown) == null ? void 0 : ce.call(W, l, u, m, D)) || {};
2394
2369
  return qe(N, z, te) || {};
2395
- }, fe = {
2370
+ }, de = {
2396
2371
  type: "hidden",
2397
2372
  "min-width": 100,
2398
2373
  align: "center",
2399
- formatter: (l, u, m, V) => m,
2400
- "tooltip-formatter": ({ row: l, column: u, cellValue: m }) => (console.log(l, u, m), Ie(Ll, { content: m, column: u }))
2374
+ formatter: (l, u, m, D) => m,
2375
+ "tooltip-formatter": ({ row: l, column: u, cellValue: m }) => Ae(Ll, { content: m, column: u })
2401
2376
  };
2402
2377
  e.value.tableColumns = qe(
2403
- fe,
2378
+ de,
2404
2379
  d == null ? void 0 : d.tableColumns,
2405
- (st = e.value) == null ? void 0 : st.tableColumns
2380
+ (nt = e.value) == null ? void 0 : nt.tableColumns
2406
2381
  );
2407
- const ne = {
2382
+ const fe = {
2408
2383
  type: "hidden",
2409
2384
  disabled: void 0,
2410
2385
  footer: { hidden: !1 },
2411
2386
  modalState: void 0
2412
2387
  };
2413
2388
  e.value.form = qe(
2414
- ne,
2389
+ fe,
2415
2390
  d == null ? void 0 : d.form,
2416
- (it = e.value) == null ? void 0 : it.form
2391
+ (st = e.value) == null ? void 0 : st.form
2417
2392
  );
2418
2393
  const ae = {
2419
2394
  type: "hidden",
@@ -2425,7 +2400,7 @@ const ql = {
2425
2400
  e.value.formItems = qe(
2426
2401
  ae,
2427
2402
  d == null ? void 0 : d.formItems,
2428
- (dt = e == null ? void 0 : e.value) == null ? void 0 : dt.formItems
2403
+ (it = e == null ? void 0 : e.value) == null ? void 0 : it.formItems
2429
2404
  );
2430
2405
  const $e = {
2431
2406
  title: "编辑",
@@ -2440,11 +2415,11 @@ const ql = {
2440
2415
  overflow: !0,
2441
2416
  max: {
2442
2417
  style: {},
2443
- icon: () => Ie(Jt)
2418
+ icon: () => Ae(Jt)
2444
2419
  },
2445
2420
  min: {
2446
2421
  style: {},
2447
- icon: () => Ie(Kt)
2422
+ icon: () => Ae(Kt)
2448
2423
  // 最小化图标
2449
2424
  }
2450
2425
  };
@@ -2453,7 +2428,7 @@ const ql = {
2453
2428
  d == null ? void 0 : d.dialog,
2454
2429
  (lt = e.value) == null ? void 0 : lt.dialog
2455
2430
  );
2456
- const se = (l, u) => {
2431
+ const ne = (l, u) => {
2457
2432
  let m = u;
2458
2433
  if (l.decimals && !isNaN(parseFloat(u)) && (typeof l.decimals == "number" ? m = parseFloat(m).toFixed(l.decimals) : typeof l.decimals == "object" && l.decimals.num && (l.decimals.pad ? m = parseFloat(m).toFixed(l.decimals.num) : m = parseFloat(parseFloat(m).toFixed(l.decimals.num)).toString())), ["date", "datetime", "time", "time-select"].includes(l.type) && yt(u).isValid()) {
2459
2434
  const N = {
@@ -2473,59 +2448,59 @@ const ql = {
2473
2448
  e.value.form.modalState = "add";
2474
2449
  try {
2475
2450
  if (!await ((u = e.value.control) == null ? void 0 : u.validate("add", { m: l }))) return;
2476
- } catch (V) {
2477
- console.error("验证失败:", V);
2451
+ } catch (D) {
2452
+ console.error("验证失败:", D);
2478
2453
  return;
2479
2454
  }
2480
- (m = e.value.control.add) != null && m.click ? e.value.control.add.click(l) : e.value.control.add.inline === !0 ? (e.value.table.data.unshift(J.value), t("open", "row-add", { initFormData: J.value })) : (e.value.form.disabled = !1, e.value.dialog.mode = e.value.control.add.mode, e.value.dialog.title = e.value.control.add.label, Object.keys(J.value).forEach((V) => {
2481
- e.value[V] && (e.value[V].value = J.value[V]);
2455
+ (m = e.value.control.add) != null && m.click ? e.value.control.add.click(l) : e.value.control.add.inline === !0 ? (e.value.table.data.unshift(J.value), t("open", "row-add", { initFormData: J.value })) : (e.value.form.disabled = !1, e.value.form.submit.hidden = !1, e.value.form.reset.hidden = !1, e.value.dialog.mode = e.value.control.add.mode, e.value.dialog.title = e.value.control.add.label, Object.keys(J.value).forEach((D) => {
2456
+ e.value[D] && (e.value[D].value = J.value[D]);
2482
2457
  }), w.value = !0, t("open", "add", { m: l }), pt());
2483
- }, p = async (l, u, m, V) => {
2458
+ }, p = async (l, u, m, D) => {
2484
2459
  var N, z;
2485
2460
  e.value.form.modalState = "edit";
2486
2461
  try {
2487
- if (!await ((N = e.value.control) == null ? void 0 : N.validate("edit", { row: l, column: u, $index: m, m: V }))) return;
2462
+ if (!await ((N = e.value.control) == null ? void 0 : N.validate("edit", { row: l, column: u, $index: m, m: D }))) return;
2488
2463
  } catch (te) {
2489
2464
  console.error("验证失败:", te);
2490
2465
  return;
2491
2466
  }
2492
- (z = e.value.control.edit) != null && z.click ? e.value.control.edit.click(l, u, m, V) : (e.value.form.disabled = !1, e.value.dialog.mode = e.value.control.edit.mode, e.value.dialog.title = e.value.control.edit.label, Object.keys(l).forEach((te) => {
2467
+ (z = e.value.control.edit) != null && z.click ? e.value.control.edit.click(l, u, m, D) : (e.value.form.disabled = !1, e.value.form.submit.hidden = !1, e.value.form.reset.hidden = !1, e.value.dialog.mode = e.value.control.edit.mode, e.value.dialog.title = e.value.control.edit.label, Object.keys(l).forEach((te) => {
2493
2468
  e.value[te] && (e.value[te].value = l[te]);
2494
- }), w.value = !0, t("open", "edit", { m: V, row: l, column: u, $index: m }), pt());
2495
- }, a = async (l, u, m, V) => {
2469
+ }), w.value = !0, t("open", "edit", { m: D, row: l, column: u, $index: m }), pt());
2470
+ }, a = async (l, u, m, D) => {
2496
2471
  var N, z;
2497
2472
  try {
2498
- if (!await ((N = e.value.control) == null ? void 0 : N.validate("delete", { row: l, column: u, $index: m, m: V }))) return;
2473
+ if (!await ((N = e.value.control) == null ? void 0 : N.validate("delete", { row: l, column: u, $index: m, m: D }))) return;
2499
2474
  } catch (te) {
2500
2475
  console.error("验证失败:", te);
2501
2476
  return;
2502
2477
  }
2503
2478
  if ((z = e.value.control.delete) != null && z.click)
2504
- e.value.control.delete.click(l, u, m, V);
2479
+ e.value.control.delete.click(l, u, m, D);
2505
2480
  else {
2506
2481
  let { message: te, title: Ee, options: Ce } = e.value.control.delete.dialog;
2507
2482
  Vt.confirm(te, Ee, Ce).then(() => {
2508
- t("delete", { row: l, column: u, $index: m }, (Le = !0, c = !1) => {
2483
+ t("delete", { row: l, column: u, $index: m, m: D }, (Le = !0, c = !1) => {
2509
2484
  Le && (e.value.table.data.splice(m, 1), e.value.table.page.total--), c && e.value.table.load();
2510
2485
  });
2511
2486
  }).catch(() => {
2512
2487
  });
2513
2488
  }
2514
- }, v = async (l, u, m, V) => {
2489
+ }, v = async (l, u, m, D) => {
2515
2490
  var N, z;
2516
2491
  e.value.form.modalState = void 0;
2517
2492
  try {
2518
- if (!await ((N = e.value.control) == null ? void 0 : N.validate("view", { row: l, column: u, $index: m, m: V }))) return;
2493
+ if (!await ((N = e.value.control) == null ? void 0 : N.validate("view", { row: l, column: u, $index: m, m: D }))) return;
2519
2494
  } catch (te) {
2520
2495
  console.error("验证失败:", te);
2521
2496
  return;
2522
2497
  }
2523
- (z = e.value.control.view) != null && z.click ? e.value.control.view.click(l, u, m, V) : (e.value.form.disabled = !0, e.value.dialog.mode = e.value.control.view.mode, e.value.dialog.title = e.value.control.view.label, Object.keys(l).forEach((te) => {
2498
+ (z = e.value.control.view) != null && z.click ? e.value.control.view.click(l, u, m, D) : (e.value.form.disabled = !0, e.value.form.submit.hidden = !0, e.value.form.reset.hidden = !0, e.value.dialog.mode = e.value.control.view.mode, e.value.dialog.title = e.value.control.view.label, Object.keys(l).forEach((te) => {
2524
2499
  e.value[te] && (e.value[te].value = l[te]);
2525
- }), w.value = !0, t("open", "view", { m: V, row: l, column: u, $index: m }), pt());
2526
- }, g = (l, u, m, V) => {
2500
+ }), w.value = !0, t("open", "view", { m: D, row: l, column: u, $index: m }), pt());
2501
+ }, g = (l, u, m, D) => {
2527
2502
  var N;
2528
- (N = e.value.control.save) != null && N.click ? e.value.control.save.click(l, u, m, V) : t("row-save", { row: l, column: u, $index: m, data: e.value.table.data }, (z = !0, te = !0) => {
2503
+ (N = e.value.control.save) != null && N.click ? e.value.control.save.click(l, u, m, D) : t("row-save", { row: l, column: u, $index: m, data: e.value.table.data }, (z = !0, te = !0) => {
2529
2504
  z && e.value.table.load(), te && et(() => {
2530
2505
  J.value = Object.assign({}, Object.fromEntries(Object.entries(Ve(e.value, (Ee, Ce) => Ce.type != "control" && Ce.editor !== !1 && Ce.type != "hidden")).map(([Ee, Ce]) => [Ee, Ce.value])));
2531
2506
  });
@@ -2534,67 +2509,67 @@ const ql = {
2534
2509
  t("submit", e.value.form.modalState, l, u, (m) => {
2535
2510
  m && (w.value = !1, u.table.load());
2536
2511
  });
2537
- }, M = (l) => {
2512
+ }, C = (l) => {
2538
2513
  t("reset", l);
2539
- }, C = (l, u) => {
2514
+ }, V = (l, u) => {
2540
2515
  var m;
2541
2516
  if ((m = l.control.download) != null && m.click)
2542
2517
  l.control.download.click(l, u);
2543
2518
  else {
2544
- let V = wt({
2519
+ let D = wt({
2545
2520
  title: l.control.download.label,
2546
2521
  size: 480,
2547
2522
  width: 600,
2548
2523
  slots: {
2549
- default: () => Ie(Vl, {
2524
+ default: () => Ae(Vl, {
2550
2525
  items: u,
2551
2526
  commitText: l.control.download.excelLabel,
2552
2527
  onExcel: (N, z) => {
2553
- t("download", N, z), V();
2528
+ t("download", N, z), D();
2554
2529
  }
2555
2530
  })
2556
2531
  }
2557
2532
  }, l.control.download.mode);
2558
2533
  }
2559
- }, L = (l) => {
2534
+ }, j = (l) => {
2560
2535
  var u;
2561
2536
  (u = l.control.setting) != null && u.click ? l.control.setting.click(l) : wt({
2562
2537
  title: l.control.setting.label,
2563
2538
  size: 470,
2564
2539
  width: 600,
2565
2540
  slots: {
2566
- default: () => Ie(Bl, {
2541
+ default: () => Ae(Bl, {
2567
2542
  modelValue: l,
2568
- name: O.name
2543
+ name: q.name
2569
2544
  })
2570
2545
  }
2571
2546
  }, l.control.setting.mode);
2572
- }, Q = e.value.control, q = [
2547
+ }, Z = e.value.control, Y = [
2573
2548
  { type: "add", func: k },
2574
- { type: "download", func: C },
2575
- { type: "setting", func: L },
2549
+ { type: "download", func: V },
2550
+ { type: "setting", func: j },
2576
2551
  { type: "view", func: v },
2577
2552
  { type: "edit", func: p },
2578
2553
  { type: "delete", func: a },
2579
2554
  { type: "save", func: g }
2580
- ], A = (l) => q.filter((u) => l.includes(u.type)).map(({ type: u, func: m }) => {
2581
- var V, N, z;
2555
+ ], O = (l) => Y.filter((u) => l.includes(u.type)).map(({ type: u, func: m }) => {
2556
+ var D, N, z;
2582
2557
  return {
2583
2558
  name: `control-${u}`,
2584
- attr: Q == null ? void 0 : Q[u],
2559
+ attr: Z == null ? void 0 : Z[u],
2585
2560
  func: m,
2586
- label: (V = Q == null ? void 0 : Q[u]) == null ? void 0 : V.label,
2587
- sort: ((N = Q == null ? void 0 : Q[u]) == null ? void 0 : N.sort) || 0,
2588
- groupName: ((z = Q == null ? void 0 : Q[u]) == null ? void 0 : z.groupName) || "default"
2561
+ label: (D = Z == null ? void 0 : Z[u]) == null ? void 0 : D.label,
2562
+ sort: ((N = Z == null ? void 0 : Z[u]) == null ? void 0 : N.sort) || 0,
2563
+ groupName: ((z = Z == null ? void 0 : Z[u]) == null ? void 0 : z.groupName) || "default"
2589
2564
  };
2590
- }).sort((u, m) => u.sort - m.sort), ue = (l) => A(l).reduce((u, m) => {
2591
- const V = m.groupName || "default";
2592
- return u[V] || (u[V] = []), u[V].push(m), u;
2565
+ }).sort((u, m) => u.sort - m.sort), ue = (l) => O(l).reduce((u, m) => {
2566
+ const D = m.groupName || "default";
2567
+ return u[D] || (u[D] = []), u[D].push(m), u;
2593
2568
  }, {}), ke = Je(() => Object.fromEntries(
2594
2569
  Object.entries(e.value).filter(([l, u]) => u.type !== "hidden").filter(([l, u]) => u.visible !== !1).filter(([l, u]) => u.showCol !== !1).map(([l, u]) => (u.sort = typeof u.sort == "number" ? u.sort : 0, [l, u])).sort((l, u) => l[1].sort - u[1].sort)
2595
2570
  )), _e = le({}), Te = (l, u) => {
2596
- const m = (V, N) => {
2597
- for (const z of V) {
2571
+ const m = (D, N) => {
2572
+ for (const z of D) {
2598
2573
  if (z.value == N) return z.label;
2599
2574
  if (z.children) {
2600
2575
  const te = m(z.children, N);
@@ -2604,9 +2579,9 @@ const ql = {
2604
2579
  return null;
2605
2580
  };
2606
2581
  if (l.getDicts) {
2607
- const V = u.toString();
2608
- return _e.value[V] ? (l.options = _e.value[V], l.formatter || (l.formatter = (N, z, te, Ee) => l.options && m(l.options, te) || te), Promise.resolve()) : l.getDicts(e.value.table.data).then((N) => {
2609
- _e.value[V] = N, l.options = N, l.formatter || (l.formatter = (z, te, Ee, Ce) => l.options && m(l.options, Ee) || Ee);
2582
+ const D = u.toString();
2583
+ return _e.value[D] ? (l.options = _e.value[D], l.formatter || (l.formatter = (N, z, te, Ee) => l.options && m(l.options, te) || te), Promise.resolve()) : l.getDicts(e.value.table.data).then((N) => {
2584
+ _e.value[D] = N, l.options = N, l.formatter || (l.formatter = (z, te, Ee, Ce) => l.options && m(l.options, Ee) || Ee);
2610
2585
  });
2611
2586
  }
2612
2587
  return Promise.resolve();
@@ -2615,30 +2590,30 @@ const ql = {
2615
2590
  Object.keys(e.value).forEach((u) => {
2616
2591
  if (e.value[u].getDicts) {
2617
2592
  const m = Te(e.value[u], u).then(() => {
2618
- e.value.table.data.forEach((V) => {
2593
+ e.value.table.data.forEach((D) => {
2619
2594
  var N;
2620
2595
  if (e.value[u].getDicts && ((N = e.value[u]) == null ? void 0 : N.forceString) !== !1) {
2621
- const z = V[u];
2622
- V[u] = z != null ? z.toString() : z;
2596
+ const z = D[u];
2597
+ D[u] = z != null ? z.toString() : z;
2623
2598
  }
2624
2599
  });
2625
- }).catch((V) => {
2626
- console.error(`加载字典${u}出错:`, V);
2600
+ }).catch((D) => {
2601
+ console.error(`加载字典${u}出错:`, D);
2627
2602
  });
2628
2603
  l.push(m);
2629
2604
  }
2630
2605
  }), Promise.all(l).catch((u) => {
2631
2606
  console.error("字典加载过程中发生错误:", u);
2632
2607
  });
2633
- }, we = (l, u, m, V) => {
2608
+ }, we = (l, u, m, D) => {
2634
2609
  var N, z;
2635
- return l.table ? (N = l.table(u, m, V)) != null && N.auth ? (z = l.table(u, m, V)) == null ? void 0 : z.auth(u, m, V) : !0 : !1;
2636
- }, Fe = (l, u) => l.name === "control-save" && u === 0 && e.value.control.add.inline === !0 ? l.attr.addLabel : l.label, Ue = () => {
2610
+ return l.table ? (N = l.table(u, m, D)) != null && N.auth ? (z = l.table(u, m, D)) == null ? void 0 : z.auth(u, m, D) : !0 : !1;
2611
+ }, xe = (l, u) => l.name === "control-save" && u === 0 && e.value.control.add.inline === !0 ? l.attr.addLabel : l.label, Ue = () => {
2637
2612
  if (e.value.dialog.mode == "drawer")
2638
- F.value.handleClose();
2613
+ T.value.handleClose();
2639
2614
  else if (e.value.dialog.mode == "dialog")
2640
2615
  try {
2641
- S.value.handleClose();
2616
+ x.value.handleClose();
2642
2617
  } catch {
2643
2618
  w.value = !1;
2644
2619
  }
@@ -2647,34 +2622,34 @@ const ql = {
2647
2622
  };
2648
2623
  return zt(() => {
2649
2624
  e.value.table.autoWatch && e.value.table.load();
2650
- }), ut(async () => {
2625
+ }), ot(async () => {
2651
2626
  var l;
2652
2627
  if (ee.value = Object.values(e.value).filter((u) => u.type !== "hidden").filter((u) => u.type !== "control").filter((u) => u.visible !== !1).map((u) => ({ key: u.key || "", label: u.label, value: !0 })), et(() => {
2653
2628
  J.value = Object.assign({}, Object.fromEntries(
2654
2629
  Object.entries(Ve(e.value, (u, m) => m.type != "control" && m.editor !== !1 && m.type != "hidden")).map(([u, m]) => [u, m.value])
2655
2630
  ));
2656
2631
  }), !((l = e.value.table) != null && l.user)) {
2657
- xe.error("必须给使用此表格的用户一个名字!");
2632
+ Fe.error("必须给使用此表格的用户一个名字!");
2658
2633
  return;
2659
2634
  }
2660
- if (!O.name) {
2661
- xe.error("必须给表格一个唯一的name属性");
2635
+ if (!q.name) {
2636
+ Fe.error("必须给表格一个唯一的name属性");
2662
2637
  return;
2663
2638
  }
2664
2639
  try {
2665
- let u = await Fl(O.name);
2640
+ let u = await xl(q.name);
2666
2641
  if (u) {
2667
- if (O.name !== u.name) {
2668
- xe.error("此表格已经存在,请换一个名字!");
2642
+ if (q.name !== u.name) {
2643
+ Fe.error("此表格已经存在,请换一个名字!");
2669
2644
  return;
2670
2645
  }
2671
2646
  } else
2672
- await xl({ name: O.name });
2647
+ await Fl({ name: q.name });
2673
2648
  } catch (u) {
2674
- console.error("检查表格名称时出现错误:", u), xe.error("检查表格名称时出现错误,请稍后重试。");
2649
+ console.error("检查表格名称时出现错误:", u), Fe.error("检查表格名称时出现错误,请稍后重试。");
2675
2650
  }
2676
2651
  try {
2677
- const u = await Tl(e.value.table.user, O.name);
2652
+ const u = await Tl(e.value.table.user, q.name);
2678
2653
  u && u.forEach((m) => {
2679
2654
  e.value[m.key] && (e.value[m.key].width = m.width, e.value[m.key].showCol = m.showCol, e.value[m.key].sort = m.sort);
2680
2655
  });
@@ -2690,60 +2665,60 @@ const ql = {
2690
2665
  saveRowData: g,
2691
2666
  closeDialog: Ue
2692
2667
  }), (l, u) => {
2693
- var ce, Be, Ke, Ze, ft;
2694
- const m = B("el-icon"), V = B("el-dialog"), N = B("el-drawer"), z = B("el-button-group"), te = B("el-dropdown-item"), Ee = B("el-dropdown-menu"), Ce = B("el-dropdown"), Le = B("el-table-column"), c = B("el-table"), G = B("el-pagination");
2695
- return n(), x(W, null, [
2696
- e.value.dialog.mode == "dialog" && w.value ? (n(), x("div", jl, [
2697
- Z(V, T({
2668
+ var ce, Be, Ke, Ze, dt;
2669
+ const m = I("el-icon"), D = I("el-dialog"), N = I("el-drawer"), z = I("el-button-group"), te = I("el-dropdown-item"), Ee = I("el-dropdown-menu"), Ce = I("el-dropdown"), Le = I("el-table-column"), c = I("el-table"), W = I("el-pagination");
2670
+ return n(), F(G, null, [
2671
+ e.value.dialog.mode == "dialog" && w.value ? (n(), F("div", jl, [
2672
+ Q(D, S({
2698
2673
  ref_key: "dialogRef",
2699
- ref: S,
2674
+ ref: x,
2700
2675
  id: "dialogRef",
2701
2676
  modelValue: w.value,
2702
- "onUpdate:modelValue": u[3] || (u[3] = (j) => w.value = j),
2677
+ "onUpdate:modelValue": u[3] || (u[3] = (R) => w.value = R),
2703
2678
  fullscreen: e.value.dialog.fullScreen
2704
- }, U(Ve)(e.value.dialog, (j) => !["size", "max", "min"].includes(j)), {
2679
+ }, U(Ve)(e.value.dialog, (R) => !["size", "max", "min"].includes(R)), {
2705
2680
  width: U(Ot)(e.value.dialog.width) + 35
2706
2681
  }), {
2707
- header: y(() => {
2708
- var j, re, $, P, K, We, Xe, je, He, at;
2682
+ header: h(() => {
2683
+ var R, oe, $, P, K, We, Xe, je, He, at;
2709
2684
  return [
2710
2685
  X("div", Hl, [
2711
2686
  X("div", Nl, [
2712
- h(l.$slots, "f-header", {}, () => [
2713
- X("div", null, he(e.value.dialog.title), 1)
2687
+ y(l.$slots, "f-header", {}, () => [
2688
+ X("div", null, ye(e.value.dialog.title), 1)
2714
2689
  ], !0)
2715
2690
  ]),
2716
- ((re = (j = e.value) == null ? void 0 : j.dialog) == null ? void 0 : re.fullScreen) === !1 ? (n(), x("div", {
2691
+ ((oe = (R = e.value) == null ? void 0 : R.dialog) == null ? void 0 : oe.fullScreen) === !1 ? (n(), F("div", {
2717
2692
  key: 0,
2718
- style: Oe((K = (P = ($ = e.value) == null ? void 0 : $.dialog) == null ? void 0 : P.max) == null ? void 0 : K.style),
2719
- onClick: u[0] || (u[0] = (I) => {
2693
+ style: Ie((K = (P = ($ = e.value) == null ? void 0 : $.dialog) == null ? void 0 : P.max) == null ? void 0 : K.style),
2694
+ onClick: u[0] || (u[0] = (A) => {
2720
2695
  e.value.dialog.fullScreen = !0;
2721
2696
  }),
2722
2697
  class: "max"
2723
2698
  }, [
2724
- Z(m, null, {
2725
- default: y(() => {
2726
- var I, Ae, Ge;
2699
+ Q(m, null, {
2700
+ default: h(() => {
2701
+ var A, Oe, Ge;
2727
2702
  return [
2728
- (n(), D(Ye((Ge = (Ae = (I = e.value) == null ? void 0 : I.dialog) == null ? void 0 : Ae.max) == null ? void 0 : Ge.icon)))
2703
+ (n(), M(Ye((Ge = (Oe = (A = e.value) == null ? void 0 : A.dialog) == null ? void 0 : Oe.max) == null ? void 0 : Ge.icon)))
2729
2704
  ];
2730
2705
  }),
2731
2706
  _: 1
2732
2707
  })
2733
2708
  ], 4)) : pe("", !0),
2734
- ((Xe = (We = e.value) == null ? void 0 : We.dialog) == null ? void 0 : Xe.fullScreen) === !0 ? (n(), x("div", {
2709
+ ((Xe = (We = e.value) == null ? void 0 : We.dialog) == null ? void 0 : Xe.fullScreen) === !0 ? (n(), F("div", {
2735
2710
  key: 1,
2736
- style: Oe((at = (He = (je = e.value) == null ? void 0 : je.dialog) == null ? void 0 : He.min) == null ? void 0 : at.style),
2737
- onClick: u[1] || (u[1] = (I) => {
2711
+ style: Ie((at = (He = (je = e.value) == null ? void 0 : je.dialog) == null ? void 0 : He.min) == null ? void 0 : at.style),
2712
+ onClick: u[1] || (u[1] = (A) => {
2738
2713
  e.value.dialog.fullScreen = !1;
2739
2714
  }),
2740
2715
  class: "max"
2741
2716
  }, [
2742
- Z(m, null, {
2743
- default: y(() => {
2744
- var I, Ae, Ge;
2717
+ Q(m, null, {
2718
+ default: h(() => {
2719
+ var A, Oe, Ge;
2745
2720
  return [
2746
- (n(), D(Ye((Ge = (Ae = (I = e.value) == null ? void 0 : I.dialog) == null ? void 0 : Ae.min) == null ? void 0 : Ge.icon)))
2721
+ (n(), M(Ye((Ge = (Oe = (A = e.value) == null ? void 0 : A.dialog) == null ? void 0 : Oe.min) == null ? void 0 : Ge.icon)))
2747
2722
  ];
2748
2723
  }),
2749
2724
  _: 1
@@ -2752,19 +2727,19 @@ const ql = {
2752
2727
  ])
2753
2728
  ];
2754
2729
  }),
2755
- default: y(() => [
2730
+ default: h(() => [
2756
2731
  X("div", zl, [
2757
- h(l.$slots, "table-dialog-form", { model: e.value }, () => [
2758
- Z(bt, {
2732
+ y(l.$slots, "table-dialog-form", { model: e.value }, () => [
2733
+ Q(bt, {
2759
2734
  modelValue: e.value,
2760
- "onUpdate:modelValue": u[2] || (u[2] = (j) => e.value = j),
2735
+ "onUpdate:modelValue": u[2] || (u[2] = (R) => e.value = R),
2761
2736
  onSubmit: s,
2762
- onReset: M
2737
+ onReset: C
2763
2738
  }, me({ _: 2 }, [
2764
- R(l.$slots, (j, re, $) => ({
2765
- name: re,
2766
- fn: y((P) => [
2767
- h(l.$slots, re, { model: P }, void 0, !0)
2739
+ L(l.$slots, (R, oe, $) => ({
2740
+ name: oe,
2741
+ fn: h((P) => [
2742
+ y(l.$slots, oe, { model: P }, void 0, !0)
2768
2743
  ])
2769
2744
  }))
2770
2745
  ]), 1032, ["modelValue"])
@@ -2774,34 +2749,34 @@ const ql = {
2774
2749
  _: 3
2775
2750
  }, 16, ["modelValue", "fullscreen", "width"])
2776
2751
  ])) : pe("", !0),
2777
- e.value.dialog.mode == "drawer" && w.value ? (n(), x("div", Pl, [
2778
- Z(N, T({
2752
+ e.value.dialog.mode == "drawer" && w.value ? (n(), F("div", Pl, [
2753
+ Q(N, S({
2779
2754
  ref_key: "drawerRef",
2780
- ref: F,
2755
+ ref: T,
2781
2756
  modelValue: w.value,
2782
- "onUpdate:modelValue": u[5] || (u[5] = (j) => w.value = j)
2783
- }, U(Ve)(e.value.dialog, (j) => !["width"].includes(j))), {
2784
- header: y(() => [
2757
+ "onUpdate:modelValue": u[5] || (u[5] = (R) => w.value = R)
2758
+ }, U(Ve)(e.value.dialog, (R) => !["width"].includes(R))), {
2759
+ header: h(() => [
2785
2760
  X("div", Wl, [
2786
2761
  X("div", Xl, [
2787
- h(l.$slots, "f-header", {}, () => [
2788
- X("div", null, he(e.value.dialog.title), 1)
2762
+ y(l.$slots, "f-header", {}, () => [
2763
+ X("div", null, ye(e.value.dialog.title), 1)
2789
2764
  ], !0)
2790
2765
  ])
2791
2766
  ])
2792
2767
  ]),
2793
- default: y(() => [
2794
- h(l.$slots, "table-drawer-form", { model: e.value }, () => [
2795
- Z(bt, {
2768
+ default: h(() => [
2769
+ y(l.$slots, "table-drawer-form", { model: e.value }, () => [
2770
+ Q(bt, {
2796
2771
  modelValue: e.value,
2797
- "onUpdate:modelValue": u[4] || (u[4] = (j) => e.value = j),
2772
+ "onUpdate:modelValue": u[4] || (u[4] = (R) => e.value = R),
2798
2773
  onSubmit: s,
2799
- onReset: M
2774
+ onReset: C
2800
2775
  }, me({ _: 2 }, [
2801
- R(l.$slots, (j, re, $) => ({
2802
- name: re,
2803
- fn: y((P) => [
2804
- h(l.$slots, re, { model: P }, void 0, !0)
2776
+ L(l.$slots, (R, oe, $) => ({
2777
+ name: oe,
2778
+ fn: h((P) => [
2779
+ y(l.$slots, oe, { model: P }, void 0, !0)
2805
2780
  ])
2806
2781
  }))
2807
2782
  ]), 1032, ["modelValue"])
@@ -2811,34 +2786,34 @@ const ql = {
2811
2786
  }, 16, ["modelValue"])
2812
2787
  ])) : pe("", !0),
2813
2788
  X("div", Gl, [
2814
- ((Be = (ce = e.value) == null ? void 0 : ce.query) == null ? void 0 : Be.hidden) != !0 ? (n(), x("div", Ql, [
2815
- h(l.$slots, "query", {}, () => [
2816
- Z($l, {
2789
+ ((Be = (ce = e.value) == null ? void 0 : ce.query) == null ? void 0 : Be.hidden) != !0 ? (n(), F("div", Ql, [
2790
+ y(l.$slots, "query", {}, () => [
2791
+ Q($l, {
2817
2792
  modelValue: e.value,
2818
- "onUpdate:modelValue": u[6] || (u[6] = (j) => e.value = j),
2793
+ "onUpdate:modelValue": u[6] || (u[6] = (R) => e.value = R),
2819
2794
  info: E.value,
2820
- "onUpdate:info": u[7] || (u[7] = (j) => E.value = j),
2795
+ "onUpdate:info": u[7] || (u[7] = (R) => E.value = R),
2821
2796
  onQuery: o,
2822
2797
  onReset: b
2823
2798
  }, me({
2824
- "q-btns": y(() => [
2825
- h(l.$slots, "q-btns", {}, () => [
2826
- (n(!0), x(W, null, R(ue(["add", "download", "setting"]), (j, re) => (n(), x(W, null, [
2827
- re == "default" ? (n(!0), x(W, { key: 0 }, R(j, ($) => (n(), x(W, null, [
2828
- h(l.$slots, $.name + "-left", {}, void 0, !0),
2829
- ($.name === "control-add" ? $.attr.auth() && $.attr.inline === !1 : $.attr.auth()) ? h(l.$slots, $.name, { key: 0 }, () => [
2830
- $.label ? (n(), D(U(De), T({
2799
+ "q-btns": h(() => [
2800
+ y(l.$slots, "q-btns", {}, () => [
2801
+ (n(!0), F(G, null, L(ue(["add", "download", "setting"]), (R, oe) => (n(), F(G, null, [
2802
+ oe == "default" ? (n(!0), F(G, { key: 0 }, L(R, ($) => (n(), F(G, null, [
2803
+ y(l.$slots, $.name + "-left", {}, void 0, !0),
2804
+ ($.name === "control-add" ? $.attr.auth() && $.attr.inline === !1 : $.attr.auth()) ? y(l.$slots, $.name, { key: 0 }, () => [
2805
+ $.label ? (n(), M(U(De), S({
2831
2806
  key: 0,
2832
2807
  title: $.label,
2833
2808
  ref_for: !0
2834
2809
  }, $.attr, {
2835
2810
  onClick: (P) => $.func(e.value, ee.value)
2836
2811
  }), {
2837
- default: y(() => [
2838
- Me(he($.label), 1)
2812
+ default: h(() => [
2813
+ Me(ye($.label), 1)
2839
2814
  ]),
2840
2815
  _: 2
2841
- }, 1040, ["title", "onClick"])) : (n(), D(U(De), T({
2816
+ }, 1040, ["title", "onClick"])) : (n(), M(U(De), S({
2842
2817
  key: 1,
2843
2818
  title: $.label,
2844
2819
  ref_for: !0
@@ -2846,24 +2821,24 @@ const ql = {
2846
2821
  onClick: (P) => $.func(e.value, ee.value)
2847
2822
  }), null, 16, ["title", "onClick"]))
2848
2823
  ], !0) : pe("", !0),
2849
- h(l.$slots, $.name + "-right", {}, void 0, !0)
2850
- ], 64))), 256)) : (n(), D(z, { key: 1 }, {
2851
- default: y(() => [
2852
- (n(!0), x(W, null, R(j, ($) => (n(), x(W, null, [
2853
- h(l.$slots, $.name + "-left", {}, void 0, !0),
2854
- ($.name === "control-add" ? $.attr.auth() && $.attr.inline === !1 : $.attr.auth()) ? h(l.$slots, $.name, { key: 0 }, () => [
2855
- $.label ? (n(), D(U(De), T({
2824
+ y(l.$slots, $.name + "-right", {}, void 0, !0)
2825
+ ], 64))), 256)) : (n(), M(z, { key: 1 }, {
2826
+ default: h(() => [
2827
+ (n(!0), F(G, null, L(R, ($) => (n(), F(G, null, [
2828
+ y(l.$slots, $.name + "-left", {}, void 0, !0),
2829
+ ($.name === "control-add" ? $.attr.auth() && $.attr.inline === !1 : $.attr.auth()) ? y(l.$slots, $.name, { key: 0 }, () => [
2830
+ $.label ? (n(), M(U(De), S({
2856
2831
  key: 0,
2857
2832
  title: $.label,
2858
2833
  ref_for: !0
2859
2834
  }, $.attr, {
2860
2835
  onClick: (P) => $.func(e.value, ee.value)
2861
2836
  }), {
2862
- default: y(() => [
2863
- Me(he($.label), 1)
2837
+ default: h(() => [
2838
+ Me(ye($.label), 1)
2864
2839
  ]),
2865
2840
  _: 2
2866
- }, 1040, ["title", "onClick"])) : (n(), D(U(De), T({
2841
+ }, 1040, ["title", "onClick"])) : (n(), M(U(De), S({
2867
2842
  key: 1,
2868
2843
  title: $.label,
2869
2844
  ref_for: !0
@@ -2871,7 +2846,7 @@ const ql = {
2871
2846
  onClick: (P) => $.func(e.value, ee.value)
2872
2847
  }), null, 16, ["title", "onClick"]))
2873
2848
  ], !0) : pe("", !0),
2874
- h(l.$slots, $.name + "-right", {}, void 0, !0)
2849
+ y(l.$slots, $.name + "-right", {}, void 0, !0)
2875
2850
  ], 64))), 256))
2876
2851
  ]),
2877
2852
  _: 2
@@ -2881,167 +2856,167 @@ const ql = {
2881
2856
  ]),
2882
2857
  _: 2
2883
2858
  }, [
2884
- R(l.$slots, (j, re, $) => ({
2885
- name: re,
2886
- fn: y((P) => [
2887
- h(l.$slots, re, { model: e.value }, void 0, !0)
2859
+ L(l.$slots, (R, oe, $) => ({
2860
+ name: oe,
2861
+ fn: h((P) => [
2862
+ y(l.$slots, oe, { model: e.value }, void 0, !0)
2888
2863
  ])
2889
2864
  }))
2890
2865
  ]), 1032, ["modelValue", "info"])
2891
2866
  ], !0)
2892
2867
  ])) : pe("", !0),
2893
2868
  X("div", Zl, [
2894
- Z(c, T({ ...l.$attrs, ...U(Ve)(e.value.table, (j) => !["dblclickType", "page"].includes(j)) }, {
2895
- "summary-method": (j) => e.value.table["summary-method"](j, { fields: oe.value, sums: ie.value }),
2896
- onSortChange: u[8] || (u[8] = (j) => {
2897
- var re, $;
2898
- e.value.table.onSortChange(j, E.value), ((re = j == null ? void 0 : j.column) == null ? void 0 : re.sortable) === "custom" && (($ = e.value.table) == null || $.load());
2869
+ Q(c, S({ ...l.$attrs, ...U(Ve)(e.value.table, (R) => !["dblclickType", "page"].includes(R)) }, {
2870
+ "summary-method": (R) => e.value.table["summary-method"](R, { fields: re.value, sums: se.value }),
2871
+ onSortChange: u[8] || (u[8] = (R) => {
2872
+ var oe, $;
2873
+ e.value.table.onSortChange(R, E.value), ((oe = R == null ? void 0 : R.column) == null ? void 0 : oe.sortable) === "custom" && (($ = e.value.table) == null || $.load());
2899
2874
  })
2900
2875
  }), {
2901
- append: y(() => [
2902
- h(l.$slots, "append", {}, void 0, !0)
2876
+ append: h(() => [
2877
+ y(l.$slots, "append", {}, void 0, !0)
2903
2878
  ]),
2904
- empty: y(() => [
2905
- h(l.$slots, "empty", {}, void 0, !0)
2879
+ empty: h(() => [
2880
+ y(l.$slots, "empty", {}, void 0, !0)
2906
2881
  ]),
2907
- default: y(() => [
2908
- h(l.$slots, "default", {}, () => [
2909
- (n(!0), x(W, null, R(ke.value, (j, re) => (n(), D(Le, T({
2910
- prop: re,
2911
- key: re,
2882
+ default: h(() => [
2883
+ y(l.$slots, "default", {}, () => [
2884
+ (n(!0), F(G, null, L(ke.value, (R, oe) => (n(), M(Le, S({
2885
+ prop: oe,
2886
+ key: oe,
2912
2887
  ref_for: !0
2913
- }, { ...e.value.tableColumns, ...U(Ve)(j, ($) => H.includes($)) }), me({
2914
- header: y(({ column: $, $index: P }) => [
2915
- re == "control" ? h(l.$slots, `${re}-header`, {
2888
+ }, { ...e.value.tableColumns, ...U(Ve)(R, ($) => H.includes($)) }), me({
2889
+ header: h(({ column: $, $index: P }) => [
2890
+ oe == "control" ? y(l.$slots, `${oe}-header`, {
2916
2891
  key: 0,
2917
2892
  column: $,
2918
2893
  $index: P
2919
2894
  }, () => [
2920
- X("span", null, he($.label), 1)
2921
- ], !0) : h(l.$slots, `${re}-header`, {
2895
+ X("span", null, ye($.label), 1)
2896
+ ], !0) : y(l.$slots, `${oe}-header`, {
2922
2897
  key: 1,
2923
2898
  column: $,
2924
2899
  $index: P
2925
2900
  }, void 0, !0)
2926
2901
  ]),
2927
- "filter-icon": y(($) => [
2928
- h(l.$slots, `${re}-filter-icon`, { data: $ }, void 0, !0)
2902
+ "filter-icon": h(($) => [
2903
+ y(l.$slots, `${oe}-filter-icon`, { data: $ }, void 0, !0)
2929
2904
  ]),
2930
2905
  _: 2
2931
2906
  }, [
2932
- j.type === "expand" ? {
2907
+ R.type === "expand" ? {
2933
2908
  name: "default",
2934
- fn: y(({ row: $, column: P, $index: K }) => [
2935
- h(l.$slots, `${re}`, {
2909
+ fn: h(({ row: $, column: P, $index: K }) => [
2910
+ y(l.$slots, `${oe}`, {
2936
2911
  row: $,
2937
2912
  column: P,
2938
2913
  $index: K
2939
2914
  }, void 0, !0)
2940
2915
  ]),
2941
2916
  key: "0"
2942
- } : j.type == "control" ? {
2917
+ } : R.type == "control" ? {
2943
2918
  name: "default",
2944
- fn: y(({ row: $, column: P, $index: K }) => {
2919
+ fn: h(({ row: $, column: P, $index: K }) => {
2945
2920
  var We, Xe;
2946
2921
  return [
2947
2922
  X("div", {
2948
2923
  class: St(["control", (We = e.value.control) == null ? void 0 : We.class]),
2949
- style: Oe((Xe = e.value.control) == null ? void 0 : Xe.style)
2924
+ style: Ie((Xe = e.value.control) == null ? void 0 : Xe.style)
2950
2925
  }, [
2951
- h(l.$slots, "control", {}, () => [
2952
- h(l.$slots, "control-left", {
2926
+ y(l.$slots, "control", {}, () => [
2927
+ y(l.$slots, "control-left", {
2953
2928
  row: $,
2954
2929
  column: P,
2955
2930
  $index: K
2956
2931
  }, void 0, !0),
2957
- (n(!0), x(W, null, R(ue(["view", "edit", "delete", "save"]), (je, He) => {
2932
+ (n(!0), F(G, null, L(ue(["view", "edit", "delete", "save"]), (je, He) => {
2958
2933
  var at;
2959
- return n(), x(W, null, [
2960
- He == "default" ? (n(!0), x(W, { key: 0 }, R(je, (I) => (n(), x(W, null, [
2961
- h(l.$slots, I.name + "-left", {
2934
+ return n(), F(G, null, [
2935
+ He == "default" ? (n(!0), F(G, { key: 0 }, L(je, (A) => (n(), F(G, null, [
2936
+ y(l.$slots, A.name + "-left", {
2962
2937
  row: $,
2963
2938
  column: P,
2964
2939
  $index: K
2965
2940
  }, void 0, !0),
2966
- I.attr.auth($, P, K) ? h(l.$slots, I.name, {
2941
+ A.attr.auth($, P, K) ? y(l.$slots, A.name, {
2967
2942
  key: 0,
2968
2943
  row: $,
2969
2944
  column: P,
2970
2945
  $index: K
2971
2946
  }, () => [
2972
- I.label ? (n(), D(U(De), T({
2947
+ A.label ? (n(), M(U(De), S({
2973
2948
  key: 0,
2974
- title: I.label,
2949
+ title: A.label,
2975
2950
  ref_for: !0
2976
- }, I.attr, {
2977
- onClick: (Ae) => I.func($, P, K, e.value)
2951
+ }, A.attr, {
2952
+ onClick: (Oe) => A.func($, P, K, e.value)
2978
2953
  }), {
2979
- default: y(() => [
2980
- Me(he(Fe(I, K)), 1)
2954
+ default: h(() => [
2955
+ Me(ye(xe(A, K)), 1)
2981
2956
  ]),
2982
2957
  _: 2
2983
- }, 1040, ["title", "onClick"])) : (n(), D(U(De), T({
2958
+ }, 1040, ["title", "onClick"])) : (n(), M(U(De), S({
2984
2959
  key: 1,
2985
- title: I.label,
2960
+ title: A.label,
2986
2961
  ref_for: !0
2987
- }, I.attr, {
2988
- onClick: (Ae) => I.func($, P, K, e.value)
2962
+ }, A.attr, {
2963
+ onClick: (Oe) => A.func($, P, K, e.value)
2989
2964
  }), null, 16, ["title", "onClick"]))
2990
2965
  ], !0) : pe("", !0),
2991
- h(l.$slots, I.name + "-right", {
2966
+ y(l.$slots, A.name + "-right", {
2992
2967
  row: $,
2993
2968
  column: P,
2994
2969
  $index: K
2995
2970
  }, void 0, !0)
2996
- ], 64))), 256)) : He != null && He.startsWith("dropdown") && ((at = de($, P, K, e.value)) != null && at.auth()) ? (n(), D(Ce, T({
2971
+ ], 64))), 256)) : He != null && He.startsWith("dropdown") && ((at = ie($, P, K, e.value)) != null && at.auth()) ? (n(), M(Ce, S({
2997
2972
  key: 1,
2998
2973
  ref_for: !0
2999
- }, de($, P, K, e.value)), {
3000
- dropdown: y(() => [
3001
- Z(Ee, null, {
3002
- default: y(() => [
3003
- (n(!0), x(W, null, R(je, (I) => {
3004
- var Ae, Ge, Ct;
3005
- return n(), x(W, null, [
3006
- l.$slots[I.name + "-left"] ? h(l.$slots, I.name + "-left", {
2974
+ }, ie($, P, K, e.value)), {
2975
+ dropdown: h(() => [
2976
+ Q(Ee, null, {
2977
+ default: h(() => [
2978
+ (n(!0), F(G, null, L(je, (A) => {
2979
+ var Oe, Ge, Ct;
2980
+ return n(), F(G, null, [
2981
+ l.$slots[A.name + "-left"] ? y(l.$slots, A.name + "-left", {
3007
2982
  key: 0,
3008
2983
  row: $,
3009
2984
  column: P,
3010
2985
  $index: K
3011
2986
  }, void 0, !0) : pe("", !0),
3012
- I.attr.auth($, P, K) ? (n(), D(te, T({
2987
+ A.attr.auth($, P, K) ? (n(), M(te, S({
3013
2988
  key: 1,
3014
2989
  ref_for: !0
3015
- }, { command: (Ae = I == null ? void 0 : I.attr) == null ? void 0 : Ae.command, divided: (Ge = I == null ? void 0 : I.attr) == null ? void 0 : Ge.divided, disabled: (Ct = I == null ? void 0 : I.attr) == null ? void 0 : Ct.disabled }), {
3016
- default: y(() => [
3017
- h(l.$slots, I.name, {
2990
+ }, { command: (Oe = A == null ? void 0 : A.attr) == null ? void 0 : Oe.command, divided: (Ge = A == null ? void 0 : A.attr) == null ? void 0 : Ge.divided, disabled: (Ct = A == null ? void 0 : A.attr) == null ? void 0 : Ct.disabled }), {
2991
+ default: h(() => [
2992
+ y(l.$slots, A.name, {
3018
2993
  row: $,
3019
2994
  column: P,
3020
2995
  $index: K
3021
2996
  }, () => [
3022
- I.label ? (n(), D(U(De), T({
2997
+ A.label ? (n(), M(U(De), S({
3023
2998
  key: 0,
3024
- title: I.label,
2999
+ title: A.label,
3025
3000
  ref_for: !0
3026
- }, I.attr, {
3027
- onClick: (At) => I.func($, P, K, e.value)
3001
+ }, A.attr, {
3002
+ onClick: (At) => A.func($, P, K, e.value)
3028
3003
  }), {
3029
- default: y(() => [
3030
- Me(he(Fe(I, K)), 1)
3004
+ default: h(() => [
3005
+ Me(ye(xe(A, K)), 1)
3031
3006
  ]),
3032
3007
  _: 2
3033
- }, 1040, ["title", "onClick"])) : (n(), D(U(De), T({
3008
+ }, 1040, ["title", "onClick"])) : (n(), M(U(De), S({
3034
3009
  key: 1,
3035
- title: I.label,
3010
+ title: A.label,
3036
3011
  ref_for: !0
3037
- }, I.attr, {
3038
- onClick: (At) => I.func($, P, K, e.value)
3012
+ }, A.attr, {
3013
+ onClick: (At) => A.func($, P, K, e.value)
3039
3014
  }), null, 16, ["title", "onClick"]))
3040
3015
  ], !0)
3041
3016
  ]),
3042
3017
  _: 2
3043
3018
  }, 1040)) : pe("", !0),
3044
- l.$slots[I.name + "-right"] ? h(l.$slots, I.name + "-right", {
3019
+ l.$slots[A.name + "-right"] ? y(l.$slots, A.name + "-right", {
3045
3020
  key: 2,
3046
3021
  row: $,
3047
3022
  column: P,
@@ -3053,47 +3028,47 @@ const ql = {
3053
3028
  _: 2
3054
3029
  }, 1024)
3055
3030
  ]),
3056
- default: y(() => {
3057
- var I;
3031
+ default: h(() => {
3032
+ var A;
3058
3033
  return [
3059
- Me(he((I = de($, P, K, e.value)) == null ? void 0 : I.label) + " ", 1)
3034
+ Me(ye((A = ie($, P, K, e.value)) == null ? void 0 : A.label) + " ", 1)
3060
3035
  ];
3061
3036
  }),
3062
3037
  _: 2
3063
- }, 1040)) : (n(), D(z, { key: 2 }, {
3064
- default: y(() => [
3065
- (n(!0), x(W, null, R(je, (I) => (n(), x(W, null, [
3066
- h(l.$slots, I.name + "-left", {
3038
+ }, 1040)) : (n(), M(z, { key: 2 }, {
3039
+ default: h(() => [
3040
+ (n(!0), F(G, null, L(je, (A) => (n(), F(G, null, [
3041
+ y(l.$slots, A.name + "-left", {
3067
3042
  row: $,
3068
3043
  column: P,
3069
3044
  $index: K
3070
3045
  }, void 0, !0),
3071
- I.attr.auth($, P, K) ? h(l.$slots, I.name, {
3046
+ A.attr.auth($, P, K) ? y(l.$slots, A.name, {
3072
3047
  key: 0,
3073
3048
  row: $,
3074
3049
  column: P,
3075
3050
  $index: K
3076
3051
  }, () => [
3077
- I.label ? (n(), D(U(De), T({
3052
+ A.label ? (n(), M(U(De), S({
3078
3053
  key: 0,
3079
- title: I.label,
3054
+ title: A.label,
3080
3055
  ref_for: !0
3081
- }, I.attr, {
3082
- onClick: (Ae) => I.func($, P, K, e.value)
3056
+ }, A.attr, {
3057
+ onClick: (Oe) => A.func($, P, K, e.value)
3083
3058
  }), {
3084
- default: y(() => [
3085
- Me(he(Fe(I, K)), 1)
3059
+ default: h(() => [
3060
+ Me(ye(xe(A, K)), 1)
3086
3061
  ]),
3087
3062
  _: 2
3088
- }, 1040, ["title", "onClick"])) : (n(), D(U(De), T({
3063
+ }, 1040, ["title", "onClick"])) : (n(), M(U(De), S({
3089
3064
  key: 1,
3090
- title: I.label,
3065
+ title: A.label,
3091
3066
  ref_for: !0
3092
- }, I.attr, {
3093
- onClick: (Ae) => I.func($, P, K, e.value)
3067
+ }, A.attr, {
3068
+ onClick: (Oe) => A.func($, P, K, e.value)
3094
3069
  }), null, 16, ["title", "onClick"]))
3095
3070
  ], !0) : pe("", !0),
3096
- h(l.$slots, I.name + "-right", {
3071
+ y(l.$slots, A.name + "-right", {
3097
3072
  row: $,
3098
3073
  column: P,
3099
3074
  $index: K
@@ -3104,7 +3079,7 @@ const ql = {
3104
3079
  }, 1024))
3105
3080
  ], 64);
3106
3081
  }), 256)),
3107
- h(l.$slots, "control-right", {
3082
+ y(l.$slots, "control-right", {
3108
3083
  row: $,
3109
3084
  column: P,
3110
3085
  $index: K
@@ -3114,10 +3089,10 @@ const ql = {
3114
3089
  ];
3115
3090
  }),
3116
3091
  key: "1"
3117
- } : j.type != "selection" && j.type != "index" ? {
3092
+ } : R.type != "selection" && R.type != "index" ? {
3118
3093
  name: "default",
3119
- fn: y(({ row: $, column: P, $index: K }) => [
3120
- we(j, $, P, K) && K != -1 ? h(l.$slots, `${re}`, {
3094
+ fn: h(({ row: $, column: P, $index: K }) => [
3095
+ we(R, $, P, K) && K != -1 ? y(l.$slots, `${oe}`, {
3121
3096
  key: 0,
3122
3097
  row: $,
3123
3098
  column: P,
@@ -3125,39 +3100,39 @@ const ql = {
3125
3100
  }, () => {
3126
3101
  var We;
3127
3102
  return [
3128
- (n(), D(vt, {
3129
- modelValue: $[re],
3130
- "onUpdate:modelValue": (Xe) => $[re] = Xe,
3131
- item: j == null ? void 0 : j.table($, P, K),
3132
- ctrlKey: re,
3133
- key: `${re}-${K} -${ve.value}`,
3134
- ctrlType: (We = j.table($, P, K)) != null && We.type ? j.table($, P, K).type : j.type,
3103
+ (n(), M(vt, {
3104
+ modelValue: $[oe],
3105
+ "onUpdate:modelValue": (Xe) => $[oe] = Xe,
3106
+ item: R == null ? void 0 : R.table($, P, K),
3107
+ ctrlKey: oe,
3108
+ key: `${oe}-${K} -${ve.value}`,
3109
+ ctrlType: (We = R.table($, P, K)) != null && We.type ? R.table($, P, K).type : R.type,
3135
3110
  model: e.value,
3136
3111
  class: "g-ctrl-container",
3137
3112
  t: "t",
3138
3113
  formInfo: $
3139
3114
  }, me({ _: 2 }, [
3140
- R(l.$slots, (Xe, je) => ({
3115
+ L(l.$slots, (Xe, je) => ({
3141
3116
  name: je,
3142
- fn: y((He) => [
3143
- h(l.$slots, je, {
3117
+ fn: h((He) => [
3118
+ y(l.$slots, je, {
3144
3119
  data: He,
3145
- item: j,
3120
+ item: R,
3146
3121
  model: e.value
3147
3122
  }, void 0, !0)
3148
3123
  ])
3149
3124
  }))
3150
3125
  ]), 1032, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model", "formInfo"]))
3151
3126
  ];
3152
- }, !0) : h(l.$slots, `${re}`, {
3127
+ }, !0) : y(l.$slots, `${oe}`, {
3153
3128
  key: 1,
3154
3129
  row: $,
3155
3130
  column: P,
3156
3131
  $index: K
3157
3132
  }, () => [
3158
3133
  X("div", {
3159
- style: Oe([{ width: "100%", "text-overflow": "ellipsis", overflow: "hidden" }, j == null ? void 0 : j.style]),
3160
- innerHTML: se(j, P.formatter($, P, $[re], K))
3134
+ style: Ie([{ width: "100%", "text-overflow": "ellipsis", overflow: "hidden" }, R == null ? void 0 : R.style]),
3135
+ innerHTML: ne(R, P.formatter($, P, $[oe], K))
3161
3136
  }, null, 12, Jl)
3162
3137
  ], !0)
3163
3138
  ]),
@@ -3168,15 +3143,15 @@ const ql = {
3168
3143
  ]),
3169
3144
  _: 3
3170
3145
  }, 16, ["summary-method"]),
3171
- (ft = (Ze = (Ke = e.value) == null ? void 0 : Ke.table) == null ? void 0 : Ze.page) != null && ft.hidden ? pe("", !0) : h(l.$slots, "page", { key: 0 }, () => [
3172
- Z(G, T({
3146
+ (dt = (Ze = (Ke = e.value) == null ? void 0 : Ke.table) == null ? void 0 : Ze.page) != null && dt.hidden ? pe("", !0) : y(l.$slots, "page", { key: 0 }, () => [
3147
+ Q(W, S({
3173
3148
  "page-size": e.value.table.page.pageSize,
3174
- "onUpdate:pageSize": u[9] || (u[9] = (j) => e.value.table.page.pageSize = j),
3149
+ "onUpdate:pageSize": u[9] || (u[9] = (R) => e.value.table.page.pageSize = R),
3175
3150
  "current-page": e.value.table.page.currentPage,
3176
- "onUpdate:currentPage": u[10] || (u[10] = (j) => e.value.table.page.currentPage = j)
3151
+ "onUpdate:currentPage": u[10] || (u[10] = (R) => e.value.table.page.currentPage = R)
3177
3152
  }, e.value.table.page), {
3178
- default: y(() => [
3179
- h(l.$slots, "table-page", {}, void 0, !0)
3153
+ default: h(() => [
3154
+ y(l.$slots, "table-page", {}, void 0, !0)
3180
3155
  ]),
3181
3156
  _: 3
3182
3157
  }, 16, ["page-size", "current-page"])
@@ -3186,7 +3161,7 @@ const ql = {
3186
3161
  ], 64);
3187
3162
  };
3188
3163
  }
3189
- }), ea = /* @__PURE__ */ Qe(Kl, [["__scopeId", "data-v-36a0d16c"]]), ta = { class: "g-tree-table" }, la = { class: "g-tree-container" }, aa = { class: "g-tree-table-container" }, oa = /* @__PURE__ */ Object.assign({
3164
+ }), ea = /* @__PURE__ */ Qe(Kl, [["__scopeId", "data-v-93337e0b"]]), ta = { class: "g-tree-table" }, la = { class: "g-tree-container" }, aa = { class: "g-tree-table-container" }, ra = /* @__PURE__ */ Object.assign({
3190
3165
  name: "g-tree-table",
3191
3166
  inheritAttrs: !1
3192
3167
  }, {
@@ -3197,38 +3172,38 @@ const ql = {
3197
3172
  },
3198
3173
  emits: /* @__PURE__ */ ze(["load"], ["update:modelValue"]),
3199
3174
  setup(i, { emit: f }) {
3200
- var O, Y, ie, oe;
3175
+ var q, B, se, re;
3201
3176
  const r = f, t = Pe(i, "modelValue"), e = kt(), d = le(
3202
- typeof ((O = e == null ? void 0 : e.tree) == null ? void 0 : O.width) == "number" ? `${e.tree.width}px` : ((Y = e == null ? void 0 : e.tree) == null ? void 0 : Y.width) || "180px"
3203
- ), E = le(((ie = e == null ? void 0 : e.tree) == null ? void 0 : ie.search) === void 0 ? !0 : (oe = e == null ? void 0 : e.tree) == null ? void 0 : oe.search), S = le({}), F = le(""), _ = le(null), w = (J, ve) => {
3204
- var be, de;
3177
+ typeof ((q = e == null ? void 0 : e.tree) == null ? void 0 : q.width) == "number" ? `${e.tree.width}px` : ((B = e == null ? void 0 : e.tree) == null ? void 0 : B.width) || "180px"
3178
+ ), E = le(((se = e == null ? void 0 : e.tree) == null ? void 0 : se.search) === void 0 ? !0 : (re = e == null ? void 0 : e.tree) == null ? void 0 : re.search), x = le({}), T = le(""), _ = le(null), w = (J, ve) => {
3179
+ var be, ie;
3205
3180
  if (!J) return !0;
3206
- const ge = ((de = (be = e.tree) == null ? void 0 : be.props) == null ? void 0 : de.label) || "label";
3181
+ const ge = ((ie = (be = e.tree) == null ? void 0 : be.props) == null ? void 0 : ie.label) || "label";
3207
3182
  return ve[ge].includes(J);
3208
3183
  }, H = (J, ve) => {
3209
- r("load", S.value, J, ve);
3184
+ r("load", x.value, J, ve);
3210
3185
  }, ee = (J) => {
3211
- S.value = J, t.value.table.load();
3186
+ x.value = J, t.value.table.load();
3212
3187
  };
3213
- return Pt(F, (J) => {
3188
+ return Pt(T, (J) => {
3214
3189
  _.value.filter(J);
3215
3190
  }), (J, ve) => {
3216
- const ge = B("el-input"), be = B("el-tree"), de = B("g-table");
3217
- return n(), x("div", ta, [
3191
+ const ge = I("el-input"), be = I("el-tree"), ie = I("g-table");
3192
+ return n(), F("div", ta, [
3218
3193
  X("div", {
3219
3194
  class: "g-tree-left",
3220
- style: Oe({ width: d.value })
3195
+ style: Ie({ width: d.value })
3221
3196
  }, [
3222
- E.value ? (n(), D(ge, {
3197
+ E.value ? (n(), M(ge, {
3223
3198
  key: 0,
3224
- modelValue: F.value,
3225
- "onUpdate:modelValue": ve[0] || (ve[0] = (fe) => F.value = fe),
3199
+ modelValue: T.value,
3200
+ "onUpdate:modelValue": ve[0] || (ve[0] = (de) => T.value = de),
3226
3201
  style: { width: "100%", padding: "0 10px", "box-sizing": "border-box" },
3227
3202
  placeholder: "输入节点查询",
3228
3203
  clearable: ""
3229
3204
  }, null, 8, ["modelValue"])) : pe("", !0),
3230
3205
  X("div", la, [
3231
- Z(be, T({
3206
+ Q(be, S({
3232
3207
  style: { width: d.value },
3233
3208
  "filter-node-method": w,
3234
3209
  "expand-on-click-node": !1,
@@ -3236,34 +3211,34 @@ const ql = {
3236
3211
  ref: _,
3237
3212
  onNodeClick: ee
3238
3213
  }, J.$attrs.tree), me({
3239
- default: y(({ node: fe, data: ne }) => [
3240
- h(J.$slots, "tree", {
3241
- node: fe,
3242
- data: ne
3214
+ default: h(({ node: de, data: fe }) => [
3215
+ y(J.$slots, "tree", {
3216
+ node: de,
3217
+ data: fe
3243
3218
  }, () => [
3244
- X("span", null, he(fe.label), 1)
3219
+ X("span", null, ye(de.label), 1)
3245
3220
  ], !0)
3246
3221
  ]),
3247
3222
  _: 2
3248
3223
  }, [
3249
- R(J.$slots, (fe, ne, ae) => ({
3250
- name: ne,
3251
- fn: y(($e) => [
3252
- h(J.$slots, ne, { data: $e }, void 0, !0)
3224
+ L(J.$slots, (de, fe, ae) => ({
3225
+ name: fe,
3226
+ fn: h(($e) => [
3227
+ y(J.$slots, fe, { data: $e }, void 0, !0)
3253
3228
  ])
3254
3229
  }))
3255
3230
  ]), 1040, ["style"])
3256
3231
  ])
3257
3232
  ], 4),
3258
3233
  X("div", aa, [
3259
- Z(de, T({
3234
+ Q(ie, S({
3260
3235
  modelValue: t.value,
3261
- "onUpdate:modelValue": ve[1] || (ve[1] = (fe) => t.value = fe)
3236
+ "onUpdate:modelValue": ve[1] || (ve[1] = (de) => t.value = de)
3262
3237
  }, J.$attrs, { onLoad: H }), me({ _: 2 }, [
3263
- R(J.$slots, (fe, ne, ae) => ({
3264
- name: ne,
3265
- fn: y(($e) => [
3266
- h(J.$slots, ne, { data: $e }, void 0, !0)
3238
+ L(J.$slots, (de, fe, ae) => ({
3239
+ name: fe,
3240
+ fn: h(($e) => [
3241
+ y(J.$slots, fe, { data: $e }, void 0, !0)
3267
3242
  ])
3268
3243
  }))
3269
3244
  ]), 1040, ["modelValue"])
@@ -3271,7 +3246,7 @@ const ql = {
3271
3246
  ]);
3272
3247
  };
3273
3248
  }
3274
- }), ra = /* @__PURE__ */ Qe(oa, [["__scopeId", "data-v-2d8b16ed"]]), ua = {
3249
+ }), oa = /* @__PURE__ */ Qe(ra, [["__scopeId", "data-v-2d8b16ed"]]), ua = {
3275
3250
  key: 0,
3276
3251
  class: "op-group"
3277
3252
  }, na = {
@@ -3300,28 +3275,28 @@ const ql = {
3300
3275
  },
3301
3276
  setup(i) {
3302
3277
  const f = i;
3303
- return (r, t) => f.title ? (n(), x("div", ua, [
3304
- (n(!0), x(W, null, R(f.columns, (e) => (n(), x("span", {
3305
- style: Oe({ width: (e == null ? void 0 : e.width) || Mt, ...e == null ? void 0 : e.titleStyle, textAlign: (e == null ? void 0 : e.align) || "center" }),
3278
+ return (r, t) => f.title ? (n(), F("div", ua, [
3279
+ (n(!0), F(G, null, L(f.columns, (e) => (n(), F("span", {
3280
+ style: Ie({ width: (e == null ? void 0 : e.width) || Mt, ...e == null ? void 0 : e.titleStyle, textAlign: (e == null ? void 0 : e.align) || "center" }),
3306
3281
  key: e.key
3307
3282
  }, [
3308
- h(r.$slots, `${i.t}-title-${e.key}`, { col: e }, () => [
3309
- Me(he(e.label), 1)
3283
+ y(r.$slots, `${i.t}-title-${e.key}`, { col: e }, () => [
3284
+ Me(ye(e.label), 1)
3310
3285
  ], !0)
3311
3286
  ], 4))), 128))
3312
- ])) : (n(), x("div", na, [
3313
- (n(!0), x(W, null, R(f.columns, (e) => (n(), x("span", {
3314
- style: Oe({ width: (e == null ? void 0 : e.width) || Mt, textAlign: (e == null ? void 0 : e.align) || "center", ...e == null ? void 0 : e.style }),
3287
+ ])) : (n(), F("div", na, [
3288
+ (n(!0), F(G, null, L(f.columns, (e) => (n(), F("span", {
3289
+ style: Ie({ width: (e == null ? void 0 : e.width) || Mt, textAlign: (e == null ? void 0 : e.align) || "center", ...e == null ? void 0 : e.style }),
3315
3290
  key: e.key,
3316
3291
  title: i.data[e.key]
3317
3292
  }, [
3318
- h(r.$slots, `${i.t}-option-${e.key}`, { col: e }, () => [
3319
- Me(he(i.data[e.key] ?? "-"), 1)
3293
+ y(r.$slots, `${i.t}-option-${e.key}`, { col: e }, () => [
3294
+ Me(ye(i.data[e.key] ?? "-"), 1)
3320
3295
  ], !0)
3321
3296
  ], 12, sa))), 128))
3322
3297
  ]));
3323
3298
  }
3324
- }), da = /* @__PURE__ */ Qe(ia, [["__scopeId", "data-v-c0ac6b77"]]), fa = Object.freeze({}), qt = [ea, bt, ra, da];
3299
+ }), da = /* @__PURE__ */ Qe(ia, [["__scopeId", "data-v-c0ac6b77"]]), fa = Object.freeze({}), qt = [ea, bt, oa, da];
3325
3300
  let $t = {};
3326
3301
  const _a = {
3327
3302
  install: (i, f = {}) => {
@@ -3345,8 +3320,8 @@ const _a = {
3345
3320
  E.unmount(), r.remove();
3346
3321
  }, 300);
3347
3322
  }, () => {
3348
- var S, F, _;
3349
- return Ie(e, {
3323
+ var x, T, _;
3324
+ return Ae(e, {
3350
3325
  modelValue: d.value,
3351
3326
  "onUpdate:modelValue": (w) => d.value = w,
3352
3327
  appendToBody: !0,
@@ -3357,8 +3332,8 @@ const _a = {
3357
3332
  "close-on-click-modal": !1,
3358
3333
  ...i
3359
3334
  }, {
3360
- default: (S = i.slots) == null ? void 0 : S.default,
3361
- header: (F = i.slots) == null ? void 0 : F.header,
3335
+ default: (x = i.slots) == null ? void 0 : x.default,
3336
+ header: (T = i.slots) == null ? void 0 : T.header,
3362
3337
  footer: (_ = i.slots) == null ? void 0 : _.footer
3363
3338
  });
3364
3339
  };
@@ -3367,8 +3342,8 @@ const _a = {
3367
3342
  pt();
3368
3343
  }
3369
3344
  });
3370
- return qt.forEach((S) => {
3371
- E.component(S.name, S);
3345
+ return qt.forEach((x) => {
3346
+ E.component(x.name, x);
3372
3347
  }), E.provide("options", $t), E.use(It, { locale: tl }), document.body.appendChild(r), E.mount(r), t;
3373
3348
  };
3374
3349
  function Ot(i, f = window.innerWidth) {
@@ -3387,13 +3362,13 @@ function Ot(i, f = window.innerWidth) {
3387
3362
  return f * parseFloat(i) / 100;
3388
3363
  }
3389
3364
  if (i.startsWith("calc(") && i.endsWith(")")) {
3390
- let d = function(S) {
3391
- if (/[0-9+\-*/().\s]+$/.test(S))
3392
- return new Function("return " + S)();
3365
+ let d = function(x) {
3366
+ if (/[0-9+\-*/().\s]+$/.test(x))
3367
+ return new Function("return " + x)();
3393
3368
  throw new Error("Invalid calc expression");
3394
3369
  };
3395
3370
  const e = i.slice(5, -1).trim();
3396
- return d(e.replace(/([0-9.]+)([a-z%]+)/g, (S, F, _) => Ot(F + _, f)));
3371
+ return d(e.replace(/([0-9.]+)([a-z%]+)/g, (x, T, _) => Ot(T + _, f)));
3397
3372
  }
3398
3373
  throw new Error("Unsupported unit in value: " + i);
3399
3374
  }
@@ -3433,10 +3408,10 @@ function Et(i) {
3433
3408
  d += (r[Math.floor(i * 10 * Math.pow(10, E)) % 10] + f[E]).replace(/零./, "");
3434
3409
  d = d || "整", i = Math.floor(i);
3435
3410
  for (let E = 0; E < t[0].length && i > 0; E++) {
3436
- let S = "";
3437
- for (let F = 0; F < t[1].length && i > 0; F++)
3438
- S = r[i % 10] + t[1][F] + S, i = Math.floor(i / 10);
3439
- d = S.replace(/(零.)*零$/, "").replace(/^$/, "零") + t[0][E] + d;
3411
+ let x = "";
3412
+ for (let T = 0; T < t[1].length && i > 0; T++)
3413
+ x = r[i % 10] + t[1][T] + x, i = Math.floor(i / 10);
3414
+ d = x.replace(/(零.)*零$/, "").replace(/^$/, "零") + t[0][E] + d;
3440
3415
  }
3441
3416
  return e + d.replace(/(零.)*零元/, "元").replace(/(零.)+/g, "零").replace(/^整$/, "零元整");
3442
3417
  }
@@ -3446,7 +3421,7 @@ function pa(i) {
3446
3421
  const f = i.toFixed(2), [r, t] = f.split(".");
3447
3422
  return `${r.replace(/\B(?=(\d{3})+(?!\d))/g, ",")}.${t}`;
3448
3423
  }
3449
- const ye = {
3424
+ const he = {
3450
3425
  RADIO: "radio",
3451
3426
  RADIOBUTTON: "radio-button",
3452
3427
  CHECKBOX: "checkbox",
@@ -3508,19 +3483,19 @@ const ye = {
3508
3483
  });
3509
3484
  }, ya = (i, f) => {
3510
3485
  let r = !1, t, e, d, E;
3511
- const S = (w) => {
3512
- w.preventDefault(), r = !0, t = w.clientX, e = w.clientY, d = parseInt(document.defaultView.getComputedStyle(i).width), E = parseInt(document.defaultView.getComputedStyle(i).height), document.addEventListener("mousemove", F), document.addEventListener("mouseup", _);
3513
- }, F = (w) => {
3486
+ const x = (w) => {
3487
+ w.preventDefault(), r = !0, t = w.clientX, e = w.clientY, d = parseInt(document.defaultView.getComputedStyle(i).width), E = parseInt(document.defaultView.getComputedStyle(i).height), document.addEventListener("mousemove", T), document.addEventListener("mouseup", _);
3488
+ }, T = (w) => {
3514
3489
  if (!r) return;
3515
3490
  const H = Math.max(300, d + w.clientX - t), ee = Math.max(200, E + w.clientY - e);
3516
3491
  i.style.width = `${H}px`, i.style.height = `${ee}px`;
3517
3492
  }, _ = () => {
3518
- r = !1, document.removeEventListener("mousemove", F), document.removeEventListener("mouseup", _);
3493
+ r = !1, document.removeEventListener("mousemove", T), document.removeEventListener("mouseup", _);
3519
3494
  };
3520
- f.addEventListener("mousedown", S);
3495
+ f.addEventListener("mousedown", x);
3521
3496
  };
3522
3497
  export {
3523
- ye as CT,
3498
+ he as CT,
3524
3499
  pt as bindResize,
3525
3500
  Ot as convertToPx,
3526
3501
  _a as default,