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 +983 -1008
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import It, { ElForm as
|
|
2
|
-
import { mergeModels as ze, useModel as Pe, ref as le, nextTick as et, onMounted as
|
|
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
|
|
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
|
|
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",
|
|
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),
|
|
204
|
-
return +(-(g + (v - s) / (
|
|
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:
|
|
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
|
-
} },
|
|
212
|
-
|
|
213
|
-
var
|
|
214
|
-
return p instanceof o || !(!p || !p[
|
|
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
|
|
217
|
+
if (!a) return ie;
|
|
218
218
|
if (typeof a == "string") {
|
|
219
|
-
var
|
|
220
|
-
|
|
221
|
-
var
|
|
222
|
-
if (!s &&
|
|
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
|
|
225
|
-
|
|
224
|
+
var j = a.name;
|
|
225
|
+
de[j] = a, s = j;
|
|
226
226
|
}
|
|
227
|
-
return !g && s && (
|
|
228
|
-
},
|
|
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
|
|
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[
|
|
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,
|
|
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
|
|
249
|
-
if (
|
|
250
|
-
var
|
|
251
|
-
return
|
|
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() !==
|
|
262
|
+
return this.$d.toString() !== se;
|
|
263
263
|
}, a.isSame = function(v, g) {
|
|
264
|
-
var s =
|
|
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
|
|
267
|
+
return ne(v) < this.startOf(g);
|
|
268
268
|
}, a.isBefore = function(v, g) {
|
|
269
|
-
return this.endOf(g) <
|
|
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,
|
|
278
|
-
var
|
|
279
|
-
return
|
|
280
|
-
},
|
|
281
|
-
return b.w(s.toDate()[Se].apply(s.toDate("s"), (
|
|
282
|
-
},
|
|
283
|
-
switch (
|
|
284
|
-
case
|
|
285
|
-
return
|
|
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
|
|
287
|
+
return C ? j(1, O) : j(0, O + 1);
|
|
288
288
|
case w:
|
|
289
|
-
var _e = this.$locale().weekStart || 0, Te = (
|
|
290
|
-
return
|
|
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
|
|
293
|
-
return
|
|
294
|
-
case
|
|
295
|
-
return
|
|
296
|
-
case
|
|
297
|
-
return
|
|
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
|
|
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,
|
|
307
|
-
if (
|
|
308
|
-
var
|
|
309
|
-
|
|
310
|
-
} else
|
|
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,
|
|
317
|
+
var s, C = this;
|
|
318
318
|
v = Number(v);
|
|
319
|
-
var
|
|
320
|
-
var ue =
|
|
321
|
-
return b.w(ue.date(ue.date() + Math.round(
|
|
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 (
|
|
324
|
-
if (
|
|
325
|
-
if (
|
|
326
|
-
if (
|
|
327
|
-
var
|
|
328
|
-
return b.w(
|
|
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 ||
|
|
334
|
-
var
|
|
335
|
-
return we && (we[
|
|
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(
|
|
338
|
-
}, Se = ke || function(we,
|
|
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
|
|
343
|
-
return
|
|
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
|
|
350
|
+
return Y + 1;
|
|
351
351
|
case "MM":
|
|
352
|
-
return b.s(
|
|
352
|
+
return b.s(Y + 1, 2, "0");
|
|
353
353
|
case "MMM":
|
|
354
|
-
return _e(s.monthsShort,
|
|
354
|
+
return _e(s.monthsShort, Y, ue, 3);
|
|
355
355
|
case "MMMM":
|
|
356
|
-
return _e(ue,
|
|
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,
|
|
364
|
+
return _e(s.weekdaysMin, g.$W, O, 2);
|
|
365
365
|
case "ddd":
|
|
366
|
-
return _e(s.weekdaysShort, g.$W,
|
|
366
|
+
return _e(s.weekdaysShort, g.$W, O, 3);
|
|
367
367
|
case "dddd":
|
|
368
|
-
return
|
|
368
|
+
return O[g.$W];
|
|
369
369
|
case "H":
|
|
370
|
-
return String(
|
|
370
|
+
return String(j);
|
|
371
371
|
case "HH":
|
|
372
|
-
return b.s(
|
|
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(
|
|
378
|
+
return Se(j, Z, !0);
|
|
379
379
|
case "A":
|
|
380
|
-
return Se(
|
|
380
|
+
return Se(j, Z, !1);
|
|
381
381
|
case "m":
|
|
382
|
-
return String(
|
|
382
|
+
return String(Z);
|
|
383
383
|
case "mm":
|
|
384
|
-
return b.s(
|
|
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
|
|
392
|
+
return V;
|
|
393
393
|
}
|
|
394
394
|
return null;
|
|
395
|
-
}(we) ||
|
|
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
|
|
401
|
-
return b.m(
|
|
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 (
|
|
404
|
-
case
|
|
405
|
-
|
|
403
|
+
switch (j) {
|
|
404
|
+
case q:
|
|
405
|
+
C = ue() / 12;
|
|
406
406
|
break;
|
|
407
407
|
case H:
|
|
408
|
-
|
|
408
|
+
C = ue();
|
|
409
409
|
break;
|
|
410
410
|
case ee:
|
|
411
|
-
|
|
411
|
+
C = ue() / 3;
|
|
412
412
|
break;
|
|
413
413
|
case w:
|
|
414
|
-
|
|
414
|
+
C = (O - Y) / 6048e5;
|
|
415
415
|
break;
|
|
416
416
|
case _:
|
|
417
|
-
|
|
417
|
+
C = (O - Y) / 864e5;
|
|
418
418
|
break;
|
|
419
|
-
case
|
|
420
|
-
|
|
419
|
+
case T:
|
|
420
|
+
C = O / e;
|
|
421
421
|
break;
|
|
422
|
-
case
|
|
423
|
-
|
|
422
|
+
case x:
|
|
423
|
+
C = O / t;
|
|
424
424
|
break;
|
|
425
425
|
case E:
|
|
426
|
-
|
|
426
|
+
C = O / r;
|
|
427
427
|
break;
|
|
428
428
|
default:
|
|
429
|
-
|
|
429
|
+
C = O;
|
|
430
430
|
}
|
|
431
|
-
return s ?
|
|
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
|
|
435
|
+
return de[this.$L];
|
|
436
436
|
}, a.locale = function(v, g) {
|
|
437
437
|
if (!v) return this.$L;
|
|
438
|
-
var s = this.clone(),
|
|
439
|
-
return
|
|
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
|
|
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
|
-
}),
|
|
457
|
-
return p.$i || (p(a, o,
|
|
458
|
-
},
|
|
459
|
-
return
|
|
460
|
-
},
|
|
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
|
-
})(
|
|
463
|
-
var
|
|
464
|
-
const yt = /* @__PURE__ */ al(
|
|
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
|
-
},
|
|
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,
|
|
484
|
-
const f = Pe(i, "modelValue"), r = i, t = le(r.item || {}), e = le(r.ctrlKey), d = le(r.ctrlType), E = le(r.model),
|
|
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 ? (
|
|
489
|
-
}),
|
|
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),
|
|
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",
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
},
|
|
548
|
+
}, ie = (b) => {
|
|
549
549
|
_.value = !0;
|
|
550
|
-
},
|
|
550
|
+
}, de = (b) => {
|
|
551
551
|
b.preventDefault(), b.stopPropagation(), _.value = !0;
|
|
552
|
-
},
|
|
553
|
-
|
|
552
|
+
}, fe = le(null);
|
|
553
|
+
ot(async () => {
|
|
554
554
|
var k, p, a, v, g;
|
|
555
|
-
t.value && t.value["remote-method"] && (
|
|
556
|
-
const b = (s,
|
|
557
|
-
typeof t.value.getDicts == "function" && ve(
|
|
558
|
-
console.error(`Failed to load ${
|
|
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 ===
|
|
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" ?
|
|
564
|
-
} catch (
|
|
565
|
-
console.error("Failed to load data for tree-select:",
|
|
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 ==
|
|
570
|
-
var
|
|
571
|
-
(
|
|
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 = (
|
|
589
|
-
var
|
|
590
|
-
(
|
|
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 =
|
|
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 =
|
|
602
|
-
return n(),
|
|
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(),
|
|
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",
|
|
612
|
-
d.value == U(
|
|
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:
|
|
618
|
-
|
|
619
|
-
(n(!0),
|
|
620
|
-
default:
|
|
621
|
-
|
|
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(
|
|
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:
|
|
634
|
-
|
|
635
|
-
(n(!0),
|
|
636
|
-
default:
|
|
637
|
-
|
|
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(
|
|
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:
|
|
650
|
-
|
|
651
|
-
o[27] || (o[27] = Me(
|
|
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(
|
|
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:
|
|
661
|
-
|
|
662
|
-
(n(!0),
|
|
663
|
-
default:
|
|
664
|
-
|
|
665
|
-
Me(
|
|
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(
|
|
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:
|
|
679
|
-
|
|
680
|
-
(n(!0),
|
|
681
|
-
default:
|
|
682
|
-
|
|
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(
|
|
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
|
-
},
|
|
699
|
-
default:
|
|
700
|
-
|
|
701
|
-
(n(!0),
|
|
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
|
-
|
|
705
|
-
onClick: (
|
|
706
|
-
|
|
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:
|
|
710
|
-
var
|
|
709
|
+
default: h(() => {
|
|
710
|
+
var W;
|
|
711
711
|
return [
|
|
712
|
-
(
|
|
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
|
-
|
|
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
|
-
|
|
723
|
+
L(b.$slots, (Be, Ke) => ({
|
|
724
724
|
name: Ke,
|
|
725
|
-
fn:
|
|
726
|
-
|
|
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),
|
|
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:
|
|
741
|
+
key: W.value,
|
|
742
742
|
ref_for: !0
|
|
743
|
-
}, U(Ve)(
|
|
743
|
+
}, U(Ve)(W, (ce) => ce != "children"), {
|
|
744
744
|
onClick: (ce) => {
|
|
745
|
-
|
|
745
|
+
re.value.change && re.value.change(W), ge();
|
|
746
746
|
}
|
|
747
747
|
}), {
|
|
748
|
-
default:
|
|
748
|
+
default: h(() => {
|
|
749
749
|
var ce;
|
|
750
750
|
return [
|
|
751
|
-
(ce = t.value) != null && ce.columns ?
|
|
751
|
+
(ce = t.value) != null && ce.columns ? y(b.$slots, `${r.t}-${e.value}-options`, {
|
|
752
752
|
key: 0,
|
|
753
|
-
option:
|
|
753
|
+
option: W
|
|
754
754
|
}, () => {
|
|
755
755
|
var Be;
|
|
756
756
|
return [
|
|
757
|
-
|
|
757
|
+
Q(V, {
|
|
758
758
|
columns: (Be = t.value) == null ? void 0 : Be.columns,
|
|
759
|
-
data:
|
|
759
|
+
data: W,
|
|
760
760
|
t: r.t
|
|
761
761
|
}, me({ _: 2 }, [
|
|
762
|
-
|
|
762
|
+
L(b.$slots, (Ke, Ze) => ({
|
|
763
763
|
name: Ze,
|
|
764
|
-
fn:
|
|
765
|
-
|
|
766
|
-
option:
|
|
767
|
-
data:
|
|
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:
|
|
785
|
+
fn: h(() => {
|
|
786
786
|
var c;
|
|
787
787
|
return [
|
|
788
|
-
|
|
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
|
-
|
|
793
|
+
L(b.$slots, (W, ce) => ({
|
|
794
794
|
name: ce,
|
|
795
|
-
fn:
|
|
796
|
-
|
|
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
|
-
|
|
804
|
+
L(H(), (c) => ({
|
|
805
805
|
name: c,
|
|
806
|
-
fn:
|
|
807
|
-
|
|
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(
|
|
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:
|
|
816
|
-
|
|
815
|
+
}, t.value, { data: x.value }), me({ _: 2 }, [
|
|
816
|
+
L(H(), (c) => ({
|
|
817
817
|
name: c,
|
|
818
|
-
fn:
|
|
819
|
-
|
|
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(
|
|
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(
|
|
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"])) :
|
|
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":
|
|
843
|
+
"value-format": se(d.value)
|
|
844
844
|
}, t.value), me({ _: 2 }, [
|
|
845
|
-
|
|
845
|
+
L(H(), (c) => ({
|
|
846
846
|
name: c,
|
|
847
|
-
fn:
|
|
848
|
-
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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
|
-
|
|
869
|
+
L(H(), (c) => ({
|
|
870
870
|
name: c,
|
|
871
|
-
fn:
|
|
872
|
-
|
|
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(
|
|
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
|
-
|
|
880
|
+
L(H(), (c) => ({
|
|
881
881
|
name: c,
|
|
882
|
-
fn:
|
|
883
|
-
|
|
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(
|
|
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:
|
|
891
|
-
|
|
890
|
+
}, t.value, { options: T.value }), me({ _: 2 }, [
|
|
891
|
+
L(H(), (c) => ({
|
|
892
892
|
name: c,
|
|
893
|
-
fn:
|
|
894
|
-
|
|
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(
|
|
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":
|
|
903
|
+
"on-preview": ie
|
|
904
904
|
}, { ...ee.value, ...t.value }, {
|
|
905
905
|
ref_key: "uploadRef",
|
|
906
|
-
ref:
|
|
906
|
+
ref: fe
|
|
907
907
|
}), me({
|
|
908
|
-
default:
|
|
908
|
+
default: h(() => {
|
|
909
909
|
var c;
|
|
910
910
|
return [
|
|
911
|
-
f.value ? (n(),
|
|
911
|
+
f.value ? (n(), F("div", {
|
|
912
912
|
key: 1,
|
|
913
|
-
onClick: o[20] || (o[20] = (
|
|
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
|
-
|
|
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
|
-
|
|
922
|
-
name:
|
|
923
|
-
fn:
|
|
924
|
-
|
|
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] = (
|
|
932
|
-
onMouseleave: o[19] || (o[19] = (
|
|
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(),
|
|
935
|
+
w.value ? (n(), M(tt, {
|
|
936
936
|
key: 0,
|
|
937
937
|
content: "查看大图",
|
|
938
938
|
placement: "top"
|
|
939
939
|
}, {
|
|
940
|
-
default:
|
|
941
|
-
|
|
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:
|
|
944
|
+
onClick: de
|
|
945
945
|
})
|
|
946
946
|
]),
|
|
947
947
|
_: 1
|
|
948
948
|
})) : pe("", !0),
|
|
949
|
-
ee.value.showDel && w.value ? (n(),
|
|
949
|
+
ee.value.showDel && w.value ? (n(), M(tt, {
|
|
950
950
|
key: 1,
|
|
951
951
|
content: "删除",
|
|
952
952
|
placement: "top"
|
|
953
953
|
}, {
|
|
954
|
-
default:
|
|
955
|
-
|
|
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(),
|
|
965
|
-
default:
|
|
966
|
-
|
|
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
|
-
|
|
974
|
+
L(H(), (c, W) => ({
|
|
975
975
|
name: c,
|
|
976
|
-
fn:
|
|
977
|
-
|
|
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(
|
|
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
|
-
|
|
987
|
+
L(H(), (c, W) => ({
|
|
988
988
|
name: c,
|
|
989
|
-
fn:
|
|
990
|
-
|
|
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(
|
|
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
|
-
|
|
1001
|
+
L(H(), (c, W) => ({
|
|
1002
1002
|
name: c,
|
|
1003
|
-
fn:
|
|
1004
|
-
|
|
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(
|
|
1008
|
-
|
|
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(
|
|
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:
|
|
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
|
-
},
|
|
1019
|
+
}, ye(U(Et)(f.value)), 9, sl)
|
|
1020
1020
|
]),
|
|
1021
1021
|
_: 2
|
|
1022
1022
|
}, [
|
|
1023
|
-
|
|
1023
|
+
L(H(), (c, W) => ({
|
|
1024
1024
|
name: c,
|
|
1025
|
-
fn:
|
|
1026
|
-
|
|
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(),
|
|
1031
|
-
|
|
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:
|
|
1033
|
+
innerHTML: q.value || f.value
|
|
1034
1034
|
}), null, 16, ["type", "innerHTML"])
|
|
1035
|
-
])) : d.value != "textarea" && ((Ee = d.value) != null && Ee.startsWith("text")) ? (n(),
|
|
1036
|
-
|
|
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:
|
|
1038
|
+
innerHTML: q.value || f.value
|
|
1039
1039
|
}), null, 16, ["type", "innerHTML"])
|
|
1040
|
-
])) : d.value == "avatar" ? (n(),
|
|
1041
|
-
|
|
1042
|
-
default:
|
|
1043
|
-
X("div", { innerHTML:
|
|
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(),
|
|
1047
|
-
])) : (Ce = d.value) != null && Ce.startsWith("tag") ? (n(),
|
|
1048
|
-
Array.isArray(
|
|
1049
|
-
typeof c == "object" ? (n(), D
|
|
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
|
|
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
|
|
1063
|
+
], 64))), 128)) : (n(), M(D, S({ key: 1 }, t.value, {
|
|
1064
1064
|
type: d.value.replace("tag-", ""),
|
|
1065
|
-
innerHTML:
|
|
1065
|
+
innerHTML: q.value || f.value
|
|
1066
1066
|
}), null, 16, ["type", "innerHTML"]))
|
|
1067
|
-
])) : d.value == "div" ? (n(),
|
|
1068
|
-
innerHTML:
|
|
1069
|
-
}), null, 16, pl)) : d.value == "span" ? (n(),
|
|
1070
|
-
innerHTML:
|
|
1071
|
-
}), null, 16, vl)) : (n(),
|
|
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
|
-
|
|
1082
|
+
L(H(), (c, W) => ({
|
|
1083
1083
|
name: c,
|
|
1084
|
-
fn:
|
|
1085
|
-
|
|
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,
|
|
1105
|
-
const t = Pe(i, "modelValue"), e = r, d = le(null), E = _t("options"),
|
|
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.
|
|
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
|
|
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
|
-
|
|
1193
|
+
q,
|
|
1194
1194
|
E == null ? void 0 : E.formItems,
|
|
1195
|
-
(
|
|
1195
|
+
(ne = t == null ? void 0 : t.value) == null ? void 0 : ne.formItems
|
|
1196
1196
|
);
|
|
1197
|
-
const
|
|
1197
|
+
const B = {
|
|
1198
1198
|
span: 12,
|
|
1199
1199
|
offset: 0
|
|
1200
1200
|
};
|
|
1201
1201
|
t.value.form.cols = qe(
|
|
1202
|
-
|
|
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
|
|
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
|
|
1234
|
-
a.type !== "number" && a.type !== "input-number" ? Number(a.min) < 1 ? s(new Error(`${a.label}长度最小值${a.min}设置错误!`)) : g.toString().length <
|
|
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
|
-
},
|
|
1242
|
-
var v, g, s,
|
|
1243
|
-
const p = k ? o : o == null ? void 0 : o.item, a = typeof (p == null ? void 0 : p.editor) == "function" ? 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
|
|
1246
|
-
return { ...a, ...
|
|
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 (((
|
|
1249
|
-
const
|
|
1250
|
-
return { ...a, ...
|
|
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(
|
|
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
|
-
|
|
1259
|
-
ve(), _ != null && _.editForm ?
|
|
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
|
-
|
|
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(
|
|
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]))),
|
|
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
|
-
}),
|
|
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
|
-
],
|
|
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:
|
|
1311
|
+
formData: x
|
|
1312
1312
|
}), (o, k) => {
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
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:
|
|
1327
|
-
"onUpdate:modelValue": k[0] || (k[0] = (
|
|
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:
|
|
1331
|
-
(n(!0),
|
|
1332
|
-
key:
|
|
1333
|
-
label:
|
|
1334
|
-
name:
|
|
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
|
-
},
|
|
1338
|
-
default:
|
|
1339
|
-
(n(!0),
|
|
1340
|
-
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:
|
|
1343
|
+
default: h(() => {
|
|
1344
1344
|
var ke, _e;
|
|
1345
1345
|
return [
|
|
1346
|
-
|
|
1347
|
-
label:
|
|
1348
|
-
prop:
|
|
1349
|
-
rules:
|
|
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 =
|
|
1352
|
-
default:
|
|
1353
|
-
|
|
1354
|
-
item:
|
|
1355
|
-
formInfo:
|
|
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(),
|
|
1359
|
-
modelValue:
|
|
1360
|
-
"onUpdate:modelValue": (Te) =>
|
|
1361
|
-
item:
|
|
1362
|
-
ctrlKey:
|
|
1363
|
-
ctrlType: J(
|
|
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: `${
|
|
1365
|
+
key: `${O.key}-${T.value}`,
|
|
1366
1366
|
class: "g-ctrl-container",
|
|
1367
1367
|
t: "f",
|
|
1368
|
-
formInfo:
|
|
1368
|
+
formInfo: x.value
|
|
1369
1369
|
}, me({ _: 2 }, [
|
|
1370
|
-
|
|
1370
|
+
L(o.$slots, (Te, Se) => ({
|
|
1371
1371
|
name: Se,
|
|
1372
|
-
fn:
|
|
1373
|
-
|
|
1372
|
+
fn: h((we) => [
|
|
1373
|
+
y(o.$slots, Se, {
|
|
1374
1374
|
data: we,
|
|
1375
|
-
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
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
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:
|
|
1400
|
+
default: h(() => {
|
|
1426
1401
|
var ue;
|
|
1427
1402
|
return [
|
|
1428
|
-
|
|
1429
|
-
label:
|
|
1430
|
-
prop:
|
|
1431
|
-
rules:
|
|
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, ...
|
|
1434
|
-
label:
|
|
1435
|
-
|
|
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:
|
|
1412
|
+
item: Y,
|
|
1438
1413
|
model: t.value
|
|
1439
1414
|
}, () => [
|
|
1440
|
-
Me(
|
|
1415
|
+
Me(ye(Y.label), 1)
|
|
1441
1416
|
])
|
|
1442
1417
|
]),
|
|
1443
|
-
default:
|
|
1444
|
-
|
|
1445
|
-
item:
|
|
1446
|
-
formInfo:
|
|
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(),
|
|
1450
|
-
modelValue:
|
|
1451
|
-
"onUpdate:modelValue": (ke) =>
|
|
1452
|
-
item:
|
|
1453
|
-
ctrlKey:
|
|
1454
|
-
ctrlType: J(
|
|
1455
|
-
key: `${
|
|
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:
|
|
1434
|
+
formInfo: x.value
|
|
1460
1435
|
}, me({ _: 2 }, [
|
|
1461
|
-
|
|
1436
|
+
L(o.$slots, (ke, _e) => ({
|
|
1462
1437
|
name: _e,
|
|
1463
|
-
fn:
|
|
1464
|
-
|
|
1438
|
+
fn: h((Te) => [
|
|
1439
|
+
y(o.$slots, _e, {
|
|
1465
1440
|
data: Te,
|
|
1466
|
-
item:
|
|
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
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
]
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
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 = (
|
|
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
|
|
1522
|
-
}).map((
|
|
1523
|
-
const
|
|
1524
|
-
return (
|
|
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 (
|
|
1527
|
-
const _ =
|
|
1528
|
-
return n(!0),
|
|
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
|
-
|
|
1509
|
+
Q(_, S({
|
|
1535
1510
|
label: w.label,
|
|
1536
1511
|
ref_for: !0
|
|
1537
1512
|
}, { ...f.value.queryItems, ...d(w) }), {
|
|
1538
|
-
label:
|
|
1539
|
-
|
|
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:
|
|
1545
|
-
|
|
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
|
-
|
|
1530
|
+
L(Object.keys(x.$slots), (ee) => ({
|
|
1556
1531
|
name: ee,
|
|
1557
|
-
fn:
|
|
1558
|
-
|
|
1559
|
-
data:
|
|
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"),
|
|
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(
|
|
1634
|
-
const
|
|
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
|
-
|
|
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 = (
|
|
1664
|
-
const
|
|
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
|
-
}),
|
|
1668
|
-
return
|
|
1642
|
+
}), re), {});
|
|
1643
|
+
return Ae(Dt, {
|
|
1669
1644
|
modelValue: r.value,
|
|
1670
|
-
"onUpdate:modelValue": (
|
|
1645
|
+
"onUpdate:modelValue": (re) => r.value = re,
|
|
1671
1646
|
info: E.value,
|
|
1672
|
-
"onUpdate:info": (
|
|
1673
|
-
more:
|
|
1674
|
-
},
|
|
1647
|
+
"onUpdate:info": (re) => E.value = re,
|
|
1648
|
+
more: B
|
|
1649
|
+
}, se);
|
|
1675
1650
|
}, H = Tt(), ee = () => {
|
|
1676
|
-
var
|
|
1677
|
-
const
|
|
1651
|
+
var se, re, J, ve, ge, be, ie, de, fe;
|
|
1652
|
+
const q = [
|
|
1678
1653
|
{
|
|
1679
1654
|
key: "query",
|
|
1680
|
-
hidden: (J = (
|
|
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: (
|
|
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 ? () =>
|
|
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
|
|
1717
|
-
reference: () =>
|
|
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 ?
|
|
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 (
|
|
1722
|
-
var J, ve, ge, be, de, fe,
|
|
1723
|
-
const
|
|
1724
|
-
return n(),
|
|
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:
|
|
1702
|
+
style: Ie((ve = (J = r.value.query) == null ? void 0 : J.container) == null ? void 0 : ve.style)
|
|
1728
1703
|
}, [
|
|
1729
|
-
|
|
1730
|
-
onSubmit:
|
|
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:
|
|
1734
|
-
var s,
|
|
1708
|
+
default: h(() => {
|
|
1709
|
+
var s, C;
|
|
1735
1710
|
return [
|
|
1736
|
-
(n(),
|
|
1737
|
-
((
|
|
1738
|
-
default:
|
|
1739
|
-
var
|
|
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:
|
|
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(),
|
|
1745
|
-
default:
|
|
1746
|
-
(n(!0),
|
|
1747
|
-
(n(),
|
|
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
|
-
|
|
1724
|
+
y(q.$slots, "q-btns", {}, void 0, !0)
|
|
1750
1725
|
]),
|
|
1751
1726
|
_: 3
|
|
1752
|
-
})) : (n(),
|
|
1753
|
-
(
|
|
1754
|
-
default:
|
|
1755
|
-
(n(!0),
|
|
1756
|
-
(n(),
|
|
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),
|
|
1761
|
-
(n(),
|
|
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
|
-
|
|
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
|
-
((
|
|
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:
|
|
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(),
|
|
1779
|
-
default:
|
|
1780
|
-
(n(!0),
|
|
1781
|
-
(n(),
|
|
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
|
-
|
|
1758
|
+
y(q.$slots, "q-btns", {}, void 0, !0)
|
|
1784
1759
|
]),
|
|
1785
1760
|
_: 3
|
|
1786
|
-
})) : (n(),
|
|
1787
|
-
($e = (ae = r.value.query) == null ? void 0 : ae.btns) != null && $e.group ? (n(),
|
|
1788
|
-
default:
|
|
1789
|
-
(n(!0),
|
|
1790
|
-
(n(),
|
|
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),
|
|
1795
|
-
(n(),
|
|
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
|
-
|
|
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 = (
|
|
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":
|
|
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:
|
|
1809
|
-
|
|
1810
|
-
onSubmit:
|
|
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:
|
|
1814
|
-
|
|
1788
|
+
default: h(() => [
|
|
1789
|
+
Q(Dt, {
|
|
1815
1790
|
modelValue: r.value,
|
|
1816
|
-
"onUpdate:modelValue":
|
|
1791
|
+
"onUpdate:modelValue": B[1] || (B[1] = (s) => r.value = s),
|
|
1817
1792
|
info: E.value,
|
|
1818
|
-
"onUpdate:info":
|
|
1793
|
+
"onUpdate:info": B[2] || (B[2] = (s) => E.value = s),
|
|
1819
1794
|
more: !0
|
|
1820
1795
|
}, me({ _: 2 }, [
|
|
1821
|
-
|
|
1822
|
-
name:
|
|
1823
|
-
fn:
|
|
1824
|
-
|
|
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:
|
|
1811
|
+
fn: h(() => [
|
|
1837
1812
|
X("div", gt(Rt(r.value.query.more.dialog.footer)), [
|
|
1838
|
-
|
|
1839
|
-
onClick:
|
|
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:
|
|
1842
|
-
Me(
|
|
1816
|
+
default: h(() => [
|
|
1817
|
+
Me(ye(r.value.query.query.label), 1)
|
|
1843
1818
|
]),
|
|
1844
1819
|
_: 1
|
|
1845
1820
|
}, 16),
|
|
1846
|
-
|
|
1847
|
-
onClick:
|
|
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:
|
|
1850
|
-
Me(
|
|
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
|
-
|
|
1834
|
+
Q(Lt, {
|
|
1860
1835
|
duration: 300,
|
|
1861
1836
|
name: "nested",
|
|
1862
1837
|
style: { padding: "10px" }
|
|
1863
1838
|
}, {
|
|
1864
|
-
default:
|
|
1865
|
-
var s,
|
|
1839
|
+
default: h(() => {
|
|
1840
|
+
var s, C, V;
|
|
1866
1841
|
return [
|
|
1867
|
-
d.value && !((
|
|
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(),
|
|
1844
|
+
r.value.query.more.mode == 1 ? jt((n(), M(U(ft), S({
|
|
1870
1845
|
key: 0,
|
|
1871
|
-
onSubmit:
|
|
1846
|
+
onSubmit: B[7] || (B[7] = mt(() => {
|
|
1872
1847
|
}, ["prevent"]))
|
|
1873
|
-
}, U(Ve)(r.value.query, (
|
|
1874
|
-
default:
|
|
1875
|
-
(n(),
|
|
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((
|
|
1903
|
-
|
|
1877
|
+
e.value.forEach((T) => {
|
|
1878
|
+
T.value = !0;
|
|
1904
1879
|
});
|
|
1905
1880
|
}, E = () => {
|
|
1906
|
-
e.value.forEach((
|
|
1907
|
-
|
|
1881
|
+
e.value.forEach((T) => {
|
|
1882
|
+
T.value = !1;
|
|
1908
1883
|
});
|
|
1909
|
-
},
|
|
1910
|
-
t("excel", e.value, (
|
|
1911
|
-
if (!
|
|
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 =
|
|
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
|
|
1924
|
-
const
|
|
1898
|
+
return ot(() => {
|
|
1899
|
+
const T = new xt(document.getElementById("excelSortEl"), {
|
|
1925
1900
|
animation: 150,
|
|
1926
1901
|
onEnd: () => {
|
|
1927
|
-
|
|
1902
|
+
T.toArray();
|
|
1928
1903
|
}
|
|
1929
|
-
}), _ =
|
|
1904
|
+
}), _ = T;
|
|
1930
1905
|
Nt(() => {
|
|
1931
1906
|
_ && _.destroy();
|
|
1932
1907
|
});
|
|
1933
|
-
}), (
|
|
1934
|
-
const w =
|
|
1935
|
-
return n(),
|
|
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
|
-
|
|
1917
|
+
Q(w, { direction: "vertical" }),
|
|
1943
1918
|
X("a", {
|
|
1944
1919
|
onClick: E,
|
|
1945
1920
|
style: { cursor: "pointer" }
|
|
1946
1921
|
}, "全不选")
|
|
1947
1922
|
]),
|
|
1948
|
-
|
|
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),
|
|
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":
|
|
1961
|
-
modelValue:
|
|
1962
|
-
"onUpdate:modelValue": (
|
|
1963
|
-
key:
|
|
1964
|
-
title:
|
|
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:
|
|
1941
|
+
default: h(() => [
|
|
1967
1942
|
X("span", {
|
|
1968
|
-
textContent:
|
|
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
|
-
|
|
1952
|
+
Q(q, {
|
|
1978
1953
|
type: "primary",
|
|
1979
|
-
onClick:
|
|
1980
|
-
disabled: e.value.filter((
|
|
1954
|
+
onClick: x,
|
|
1955
|
+
disabled: e.value.filter((B) => B.value).length < 1
|
|
1981
1956
|
}, {
|
|
1982
|
-
default:
|
|
1983
|
-
Me(
|
|
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
|
|
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
|
|
1991
|
+
async function xl(i) {
|
|
2017
1992
|
return await Ne.tableList.where({ name: i }).first();
|
|
2018
1993
|
}
|
|
2019
|
-
async function
|
|
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
|
|
2019
|
+
await rt(t.value.table.user, f.name, w, { showCol: _ });
|
|
2045
2020
|
} catch (H) {
|
|
2046
|
-
console.error("列显示状态保存信息时出错:", H),
|
|
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 =
|
|
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,
|
|
2061
|
-
t.value[ee].sort =
|
|
2062
|
-
let
|
|
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
|
|
2065
|
-
} catch (
|
|
2066
|
-
console.error("列排序和宽度保存信息时出错:",
|
|
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
|
|
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("全选列保存信息时出错:", _),
|
|
2059
|
+
console.error("全选列保存信息时出错:", _), Fe({
|
|
2085
2060
|
type: "error",
|
|
2086
2061
|
message: "全选列保存信息失败!"
|
|
2087
2062
|
});
|
|
2088
2063
|
}
|
|
2089
|
-
},
|
|
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
|
|
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("清除列保存信息时出错:", _),
|
|
2074
|
+
console.error("清除列保存信息时出错:", _), Fe({
|
|
2100
2075
|
type: "error",
|
|
2101
2076
|
message: "清除列保存信息失败!"
|
|
2102
2077
|
});
|
|
2103
2078
|
}
|
|
2104
|
-
},
|
|
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("复位操作出错:", _),
|
|
2088
|
+
console.error("复位操作出错:", _), Fe({
|
|
2114
2089
|
type: "info",
|
|
2115
2090
|
message: "复位失败!"
|
|
2116
2091
|
});
|
|
2117
2092
|
});
|
|
2118
2093
|
});
|
|
2119
2094
|
};
|
|
2120
|
-
return
|
|
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 =
|
|
2131
|
-
return n(),
|
|
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
|
-
|
|
2135
|
-
X("a", { onClick:
|
|
2136
|
-
|
|
2137
|
-
X("a", { onClick:
|
|
2109
|
+
Q(H, { direction: "vertical" }),
|
|
2110
|
+
X("a", { onClick: x }, "全不选"),
|
|
2111
|
+
Q(H, { direction: "vertical" }),
|
|
2112
|
+
X("a", { onClick: T }, "复位")
|
|
2138
2113
|
]),
|
|
2139
|
-
|
|
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),
|
|
2149
|
-
modelValue:
|
|
2150
|
-
"onUpdate:modelValue": (
|
|
2151
|
-
"data-id":
|
|
2152
|
-
class: St(["check-box-hover",
|
|
2153
|
-
onChange: (
|
|
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:
|
|
2156
|
-
title:
|
|
2157
|
-
disabled:
|
|
2158
|
-
key:
|
|
2130
|
+
value: B.value,
|
|
2131
|
+
title: B.label,
|
|
2132
|
+
disabled: B.alwaysShow,
|
|
2133
|
+
key: B.value
|
|
2159
2134
|
}, {
|
|
2160
|
-
default:
|
|
2135
|
+
default: h(() => [
|
|
2161
2136
|
X("span", {
|
|
2162
|
-
textContent:
|
|
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),
|
|
2162
|
+
f.content ? (navigator.clipboard.writeText(f.content), Fe.success("复制成功")) : Fe.warning("没有内容可复制");
|
|
2188
2163
|
};
|
|
2189
|
-
return (t, e) => (n(),
|
|
2164
|
+
return (t, e) => (n(), F("div", {
|
|
2190
2165
|
class: "g-cell-toopTip",
|
|
2191
|
-
style:
|
|
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
|
-
|
|
2175
|
+
Q(U(Zt))
|
|
2201
2176
|
])
|
|
2202
2177
|
]),
|
|
2203
|
-
X("div", Ul,
|
|
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,
|
|
2227
|
-
const t = r, e = Pe(i, "modelValue"), d = _t("options"), E = le({}),
|
|
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([]),
|
|
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,
|
|
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 事件回调中接收到的数据不是数组格式。"),
|
|
2218
|
+
console.error("从 load 事件回调中接收到的数据不是数组格式。"), Fe.error("数据加载失败,请检查数据格式。");
|
|
2244
2219
|
return;
|
|
2245
2220
|
}
|
|
2246
|
-
if (typeof
|
|
2247
|
-
console.error("从 load 事件回调中接收到的 total 不是数字格式。"),
|
|
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 =
|
|
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),
|
|
2228
|
+
console.error("触发 load 事件时出现错误:", m), Fe.error("数据加载时出现错误,请稍后重试。");
|
|
2254
2229
|
}
|
|
2255
2230
|
},
|
|
2256
2231
|
onHeaderDragend: (l, u, m) => {
|
|
2257
|
-
var
|
|
2258
|
-
|
|
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 },
|
|
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
|
-
|
|
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: { ...(
|
|
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
|
|
2326
|
-
return ((z = (N = (
|
|
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
|
|
2335
|
-
return !(((z = (N = (
|
|
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,
|
|
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: () => !(
|
|
2350
|
+
auth: () => !(D.control.add.inline === !0 && m == 0),
|
|
2376
2351
|
onClick: () => {
|
|
2377
2352
|
var z;
|
|
2378
|
-
let N = (z =
|
|
2379
|
-
N === "edit" ? p(l, u, m,
|
|
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
|
|
2390
|
-
var Ee, Ce, Le, c,
|
|
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,
|
|
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
|
-
},
|
|
2370
|
+
}, de = {
|
|
2396
2371
|
type: "hidden",
|
|
2397
2372
|
"min-width": 100,
|
|
2398
2373
|
align: "center",
|
|
2399
|
-
formatter: (l, u, m,
|
|
2400
|
-
"tooltip-formatter": ({ row: l, column: u, cellValue: m }) => (
|
|
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
|
-
|
|
2378
|
+
de,
|
|
2404
2379
|
d == null ? void 0 : d.tableColumns,
|
|
2405
|
-
(
|
|
2380
|
+
(nt = e.value) == null ? void 0 : nt.tableColumns
|
|
2406
2381
|
);
|
|
2407
|
-
const
|
|
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
|
-
|
|
2389
|
+
fe,
|
|
2415
2390
|
d == null ? void 0 : d.form,
|
|
2416
|
-
(
|
|
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
|
-
(
|
|
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: () =>
|
|
2418
|
+
icon: () => Ae(Jt)
|
|
2444
2419
|
},
|
|
2445
2420
|
min: {
|
|
2446
2421
|
style: {},
|
|
2447
|
-
icon: () =>
|
|
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
|
|
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 (
|
|
2477
|
-
console.error("验证失败:",
|
|
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((
|
|
2481
|
-
e.value[
|
|
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,
|
|
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:
|
|
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,
|
|
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:
|
|
2495
|
-
}, a = async (l, u, m,
|
|
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:
|
|
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,
|
|
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,
|
|
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:
|
|
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,
|
|
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:
|
|
2526
|
-
}, g = (l, u, m,
|
|
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,
|
|
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
|
-
},
|
|
2512
|
+
}, C = (l) => {
|
|
2538
2513
|
t("reset", l);
|
|
2539
|
-
},
|
|
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
|
|
2519
|
+
let D = wt({
|
|
2545
2520
|
title: l.control.download.label,
|
|
2546
2521
|
size: 480,
|
|
2547
2522
|
width: 600,
|
|
2548
2523
|
slots: {
|
|
2549
|
-
default: () =>
|
|
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),
|
|
2528
|
+
t("download", N, z), D();
|
|
2554
2529
|
}
|
|
2555
2530
|
})
|
|
2556
2531
|
}
|
|
2557
2532
|
}, l.control.download.mode);
|
|
2558
2533
|
}
|
|
2559
|
-
},
|
|
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: () =>
|
|
2541
|
+
default: () => Ae(Bl, {
|
|
2567
2542
|
modelValue: l,
|
|
2568
|
-
name:
|
|
2543
|
+
name: q.name
|
|
2569
2544
|
})
|
|
2570
2545
|
}
|
|
2571
2546
|
}, l.control.setting.mode);
|
|
2572
|
-
},
|
|
2547
|
+
}, Z = e.value.control, Y = [
|
|
2573
2548
|
{ type: "add", func: k },
|
|
2574
|
-
{ type: "download", func:
|
|
2575
|
-
{ type: "setting", func:
|
|
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
|
-
],
|
|
2581
|
-
var
|
|
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:
|
|
2559
|
+
attr: Z == null ? void 0 : Z[u],
|
|
2585
2560
|
func: m,
|
|
2586
|
-
label: (
|
|
2587
|
-
sort: ((N =
|
|
2588
|
-
groupName: ((z =
|
|
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) =>
|
|
2591
|
-
const
|
|
2592
|
-
return 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 = (
|
|
2597
|
-
for (const z of
|
|
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
|
|
2608
|
-
return _e.value[
|
|
2609
|
-
_e.value[
|
|
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((
|
|
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 =
|
|
2622
|
-
|
|
2596
|
+
const z = D[u];
|
|
2597
|
+
D[u] = z != null ? z.toString() : z;
|
|
2623
2598
|
}
|
|
2624
2599
|
});
|
|
2625
|
-
}).catch((
|
|
2626
|
-
console.error(`加载字典${u}出错:`,
|
|
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,
|
|
2608
|
+
}, we = (l, u, m, D) => {
|
|
2634
2609
|
var N, z;
|
|
2635
|
-
return l.table ? (N = l.table(u, m,
|
|
2636
|
-
},
|
|
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
|
-
|
|
2613
|
+
T.value.handleClose();
|
|
2639
2614
|
else if (e.value.dialog.mode == "dialog")
|
|
2640
2615
|
try {
|
|
2641
|
-
|
|
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
|
-
}),
|
|
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
|
-
|
|
2632
|
+
Fe.error("必须给使用此表格的用户一个名字!");
|
|
2658
2633
|
return;
|
|
2659
2634
|
}
|
|
2660
|
-
if (!
|
|
2661
|
-
|
|
2635
|
+
if (!q.name) {
|
|
2636
|
+
Fe.error("必须给表格一个唯一的name属性");
|
|
2662
2637
|
return;
|
|
2663
2638
|
}
|
|
2664
2639
|
try {
|
|
2665
|
-
let u = await
|
|
2640
|
+
let u = await xl(q.name);
|
|
2666
2641
|
if (u) {
|
|
2667
|
-
if (
|
|
2668
|
-
|
|
2642
|
+
if (q.name !== u.name) {
|
|
2643
|
+
Fe.error("此表格已经存在,请换一个名字!");
|
|
2669
2644
|
return;
|
|
2670
2645
|
}
|
|
2671
2646
|
} else
|
|
2672
|
-
await
|
|
2647
|
+
await Fl({ name: q.name });
|
|
2673
2648
|
} catch (u) {
|
|
2674
|
-
console.error("检查表格名称时出现错误:", u),
|
|
2649
|
+
console.error("检查表格名称时出现错误:", u), Fe.error("检查表格名称时出现错误,请稍后重试。");
|
|
2675
2650
|
}
|
|
2676
2651
|
try {
|
|
2677
|
-
const u = await Tl(e.value.table.user,
|
|
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,
|
|
2694
|
-
const m =
|
|
2695
|
-
return n(),
|
|
2696
|
-
e.value.dialog.mode == "dialog" && w.value ? (n(),
|
|
2697
|
-
|
|
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:
|
|
2674
|
+
ref: x,
|
|
2700
2675
|
id: "dialogRef",
|
|
2701
2676
|
modelValue: w.value,
|
|
2702
|
-
"onUpdate:modelValue": u[3] || (u[3] = (
|
|
2677
|
+
"onUpdate:modelValue": u[3] || (u[3] = (R) => w.value = R),
|
|
2703
2678
|
fullscreen: e.value.dialog.fullScreen
|
|
2704
|
-
}, U(Ve)(e.value.dialog, (
|
|
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:
|
|
2708
|
-
var
|
|
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
|
-
|
|
2713
|
-
X("div", null,
|
|
2687
|
+
y(l.$slots, "f-header", {}, () => [
|
|
2688
|
+
X("div", null, ye(e.value.dialog.title), 1)
|
|
2714
2689
|
], !0)
|
|
2715
2690
|
]),
|
|
2716
|
-
((
|
|
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:
|
|
2719
|
-
onClick: u[0] || (u[0] = (
|
|
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
|
-
|
|
2725
|
-
default:
|
|
2726
|
-
var
|
|
2699
|
+
Q(m, null, {
|
|
2700
|
+
default: h(() => {
|
|
2701
|
+
var A, Oe, Ge;
|
|
2727
2702
|
return [
|
|
2728
|
-
(n(),
|
|
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(),
|
|
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:
|
|
2737
|
-
onClick: u[1] || (u[1] = (
|
|
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
|
-
|
|
2743
|
-
default:
|
|
2744
|
-
var
|
|
2717
|
+
Q(m, null, {
|
|
2718
|
+
default: h(() => {
|
|
2719
|
+
var A, Oe, Ge;
|
|
2745
2720
|
return [
|
|
2746
|
-
(n(),
|
|
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:
|
|
2730
|
+
default: h(() => [
|
|
2756
2731
|
X("div", zl, [
|
|
2757
|
-
|
|
2758
|
-
|
|
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] = (
|
|
2735
|
+
"onUpdate:modelValue": u[2] || (u[2] = (R) => e.value = R),
|
|
2761
2736
|
onSubmit: s,
|
|
2762
|
-
onReset:
|
|
2737
|
+
onReset: C
|
|
2763
2738
|
}, me({ _: 2 }, [
|
|
2764
|
-
|
|
2765
|
-
name:
|
|
2766
|
-
fn:
|
|
2767
|
-
|
|
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(),
|
|
2778
|
-
|
|
2752
|
+
e.value.dialog.mode == "drawer" && w.value ? (n(), F("div", Pl, [
|
|
2753
|
+
Q(N, S({
|
|
2779
2754
|
ref_key: "drawerRef",
|
|
2780
|
-
ref:
|
|
2755
|
+
ref: T,
|
|
2781
2756
|
modelValue: w.value,
|
|
2782
|
-
"onUpdate:modelValue": u[5] || (u[5] = (
|
|
2783
|
-
}, U(Ve)(e.value.dialog, (
|
|
2784
|
-
header:
|
|
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
|
-
|
|
2788
|
-
X("div", null,
|
|
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:
|
|
2794
|
-
|
|
2795
|
-
|
|
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] = (
|
|
2772
|
+
"onUpdate:modelValue": u[4] || (u[4] = (R) => e.value = R),
|
|
2798
2773
|
onSubmit: s,
|
|
2799
|
-
onReset:
|
|
2774
|
+
onReset: C
|
|
2800
2775
|
}, me({ _: 2 }, [
|
|
2801
|
-
|
|
2802
|
-
name:
|
|
2803
|
-
fn:
|
|
2804
|
-
|
|
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(),
|
|
2815
|
-
|
|
2816
|
-
|
|
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] = (
|
|
2793
|
+
"onUpdate:modelValue": u[6] || (u[6] = (R) => e.value = R),
|
|
2819
2794
|
info: E.value,
|
|
2820
|
-
"onUpdate:info": u[7] || (u[7] = (
|
|
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":
|
|
2825
|
-
|
|
2826
|
-
(n(!0),
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
($.name === "control-add" ? $.attr.auth() && $.attr.inline === !1 : $.attr.auth()) ?
|
|
2830
|
-
$.label ? (n(),
|
|
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:
|
|
2838
|
-
Me(
|
|
2812
|
+
default: h(() => [
|
|
2813
|
+
Me(ye($.label), 1)
|
|
2839
2814
|
]),
|
|
2840
2815
|
_: 2
|
|
2841
|
-
}, 1040, ["title", "onClick"])) : (n(),
|
|
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
|
-
|
|
2850
|
-
], 64))), 256)) : (n(),
|
|
2851
|
-
default:
|
|
2852
|
-
(n(!0),
|
|
2853
|
-
|
|
2854
|
-
($.name === "control-add" ? $.attr.auth() && $.attr.inline === !1 : $.attr.auth()) ?
|
|
2855
|
-
$.label ? (n(),
|
|
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:
|
|
2863
|
-
Me(
|
|
2837
|
+
default: h(() => [
|
|
2838
|
+
Me(ye($.label), 1)
|
|
2864
2839
|
]),
|
|
2865
2840
|
_: 2
|
|
2866
|
-
}, 1040, ["title", "onClick"])) : (n(),
|
|
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
|
-
|
|
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
|
-
|
|
2885
|
-
name:
|
|
2886
|
-
fn:
|
|
2887
|
-
|
|
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
|
-
|
|
2895
|
-
"summary-method": (
|
|
2896
|
-
onSortChange: u[8] || (u[8] = (
|
|
2897
|
-
var
|
|
2898
|
-
e.value.table.onSortChange(
|
|
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:
|
|
2902
|
-
|
|
2876
|
+
append: h(() => [
|
|
2877
|
+
y(l.$slots, "append", {}, void 0, !0)
|
|
2903
2878
|
]),
|
|
2904
|
-
empty:
|
|
2905
|
-
|
|
2879
|
+
empty: h(() => [
|
|
2880
|
+
y(l.$slots, "empty", {}, void 0, !0)
|
|
2906
2881
|
]),
|
|
2907
|
-
default:
|
|
2908
|
-
|
|
2909
|
-
(n(!0),
|
|
2910
|
-
prop:
|
|
2911
|
-
key:
|
|
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)(
|
|
2914
|
-
header:
|
|
2915
|
-
|
|
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,
|
|
2921
|
-
], !0) :
|
|
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":
|
|
2928
|
-
|
|
2902
|
+
"filter-icon": h(($) => [
|
|
2903
|
+
y(l.$slots, `${oe}-filter-icon`, { data: $ }, void 0, !0)
|
|
2929
2904
|
]),
|
|
2930
2905
|
_: 2
|
|
2931
2906
|
}, [
|
|
2932
|
-
|
|
2907
|
+
R.type === "expand" ? {
|
|
2933
2908
|
name: "default",
|
|
2934
|
-
fn:
|
|
2935
|
-
|
|
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
|
-
} :
|
|
2917
|
+
} : R.type == "control" ? {
|
|
2943
2918
|
name: "default",
|
|
2944
|
-
fn:
|
|
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:
|
|
2924
|
+
style: Ie((Xe = e.value.control) == null ? void 0 : Xe.style)
|
|
2950
2925
|
}, [
|
|
2951
|
-
|
|
2952
|
-
|
|
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),
|
|
2932
|
+
(n(!0), F(G, null, L(ue(["view", "edit", "delete", "save"]), (je, He) => {
|
|
2958
2933
|
var at;
|
|
2959
|
-
return n(),
|
|
2960
|
-
He == "default" ? (n(!0),
|
|
2961
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2947
|
+
A.label ? (n(), M(U(De), S({
|
|
2973
2948
|
key: 0,
|
|
2974
|
-
title:
|
|
2949
|
+
title: A.label,
|
|
2975
2950
|
ref_for: !0
|
|
2976
|
-
},
|
|
2977
|
-
onClick: (
|
|
2951
|
+
}, A.attr, {
|
|
2952
|
+
onClick: (Oe) => A.func($, P, K, e.value)
|
|
2978
2953
|
}), {
|
|
2979
|
-
default:
|
|
2980
|
-
Me(
|
|
2954
|
+
default: h(() => [
|
|
2955
|
+
Me(ye(xe(A, K)), 1)
|
|
2981
2956
|
]),
|
|
2982
2957
|
_: 2
|
|
2983
|
-
}, 1040, ["title", "onClick"])) : (n(),
|
|
2958
|
+
}, 1040, ["title", "onClick"])) : (n(), M(U(De), S({
|
|
2984
2959
|
key: 1,
|
|
2985
|
-
title:
|
|
2960
|
+
title: A.label,
|
|
2986
2961
|
ref_for: !0
|
|
2987
|
-
},
|
|
2988
|
-
onClick: (
|
|
2962
|
+
}, A.attr, {
|
|
2963
|
+
onClick: (Oe) => A.func($, P, K, e.value)
|
|
2989
2964
|
}), null, 16, ["title", "onClick"]))
|
|
2990
2965
|
], !0) : pe("", !0),
|
|
2991
|
-
|
|
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 =
|
|
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
|
-
},
|
|
3000
|
-
dropdown:
|
|
3001
|
-
|
|
3002
|
-
default:
|
|
3003
|
-
(n(!0),
|
|
3004
|
-
var
|
|
3005
|
-
return n(),
|
|
3006
|
-
l.$slots[
|
|
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
|
-
|
|
2987
|
+
A.attr.auth($, P, K) ? (n(), M(te, S({
|
|
3013
2988
|
key: 1,
|
|
3014
2989
|
ref_for: !0
|
|
3015
|
-
}, { command: (
|
|
3016
|
-
default:
|
|
3017
|
-
|
|
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
|
-
|
|
2997
|
+
A.label ? (n(), M(U(De), S({
|
|
3023
2998
|
key: 0,
|
|
3024
|
-
title:
|
|
2999
|
+
title: A.label,
|
|
3025
3000
|
ref_for: !0
|
|
3026
|
-
},
|
|
3027
|
-
onClick: (At) =>
|
|
3001
|
+
}, A.attr, {
|
|
3002
|
+
onClick: (At) => A.func($, P, K, e.value)
|
|
3028
3003
|
}), {
|
|
3029
|
-
default:
|
|
3030
|
-
Me(
|
|
3004
|
+
default: h(() => [
|
|
3005
|
+
Me(ye(xe(A, K)), 1)
|
|
3031
3006
|
]),
|
|
3032
3007
|
_: 2
|
|
3033
|
-
}, 1040, ["title", "onClick"])) : (n(),
|
|
3008
|
+
}, 1040, ["title", "onClick"])) : (n(), M(U(De), S({
|
|
3034
3009
|
key: 1,
|
|
3035
|
-
title:
|
|
3010
|
+
title: A.label,
|
|
3036
3011
|
ref_for: !0
|
|
3037
|
-
},
|
|
3038
|
-
onClick: (At) =>
|
|
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[
|
|
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:
|
|
3057
|
-
var
|
|
3031
|
+
default: h(() => {
|
|
3032
|
+
var A;
|
|
3058
3033
|
return [
|
|
3059
|
-
Me(
|
|
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(),
|
|
3064
|
-
default:
|
|
3065
|
-
(n(!0),
|
|
3066
|
-
|
|
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
|
-
|
|
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
|
-
|
|
3052
|
+
A.label ? (n(), M(U(De), S({
|
|
3078
3053
|
key: 0,
|
|
3079
|
-
title:
|
|
3054
|
+
title: A.label,
|
|
3080
3055
|
ref_for: !0
|
|
3081
|
-
},
|
|
3082
|
-
onClick: (
|
|
3056
|
+
}, A.attr, {
|
|
3057
|
+
onClick: (Oe) => A.func($, P, K, e.value)
|
|
3083
3058
|
}), {
|
|
3084
|
-
default:
|
|
3085
|
-
Me(
|
|
3059
|
+
default: h(() => [
|
|
3060
|
+
Me(ye(xe(A, K)), 1)
|
|
3086
3061
|
]),
|
|
3087
3062
|
_: 2
|
|
3088
|
-
}, 1040, ["title", "onClick"])) : (n(),
|
|
3063
|
+
}, 1040, ["title", "onClick"])) : (n(), M(U(De), S({
|
|
3089
3064
|
key: 1,
|
|
3090
|
-
title:
|
|
3065
|
+
title: A.label,
|
|
3091
3066
|
ref_for: !0
|
|
3092
|
-
},
|
|
3093
|
-
onClick: (
|
|
3067
|
+
}, A.attr, {
|
|
3068
|
+
onClick: (Oe) => A.func($, P, K, e.value)
|
|
3094
3069
|
}), null, 16, ["title", "onClick"]))
|
|
3095
3070
|
], !0) : pe("", !0),
|
|
3096
|
-
|
|
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
|
-
|
|
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
|
-
} :
|
|
3092
|
+
} : R.type != "selection" && R.type != "index" ? {
|
|
3118
3093
|
name: "default",
|
|
3119
|
-
fn:
|
|
3120
|
-
we(
|
|
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(),
|
|
3129
|
-
modelValue: $[
|
|
3130
|
-
"onUpdate:modelValue": (Xe) => $[
|
|
3131
|
-
item:
|
|
3132
|
-
ctrlKey:
|
|
3133
|
-
key: `${
|
|
3134
|
-
ctrlType: (We =
|
|
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
|
-
|
|
3115
|
+
L(l.$slots, (Xe, je) => ({
|
|
3141
3116
|
name: je,
|
|
3142
|
-
fn:
|
|
3143
|
-
|
|
3117
|
+
fn: h((He) => [
|
|
3118
|
+
y(l.$slots, je, {
|
|
3144
3119
|
data: He,
|
|
3145
|
-
item:
|
|
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) :
|
|
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:
|
|
3160
|
-
innerHTML:
|
|
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
|
-
(
|
|
3172
|
-
|
|
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] = (
|
|
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] = (
|
|
3151
|
+
"onUpdate:currentPage": u[10] || (u[10] = (R) => e.value.table.page.currentPage = R)
|
|
3177
3152
|
}, e.value.table.page), {
|
|
3178
|
-
default:
|
|
3179
|
-
|
|
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-
|
|
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
|
|
3175
|
+
var q, B, se, re;
|
|
3201
3176
|
const r = f, t = Pe(i, "modelValue"), e = kt(), d = le(
|
|
3202
|
-
typeof ((
|
|
3203
|
-
), E = le(((
|
|
3204
|
-
var be,
|
|
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 = ((
|
|
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",
|
|
3184
|
+
r("load", x.value, J, ve);
|
|
3210
3185
|
}, ee = (J) => {
|
|
3211
|
-
|
|
3186
|
+
x.value = J, t.value.table.load();
|
|
3212
3187
|
};
|
|
3213
|
-
return Pt(
|
|
3188
|
+
return Pt(T, (J) => {
|
|
3214
3189
|
_.value.filter(J);
|
|
3215
3190
|
}), (J, ve) => {
|
|
3216
|
-
const ge =
|
|
3217
|
-
return n(),
|
|
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:
|
|
3195
|
+
style: Ie({ width: d.value })
|
|
3221
3196
|
}, [
|
|
3222
|
-
E.value ? (n(),
|
|
3197
|
+
E.value ? (n(), M(ge, {
|
|
3223
3198
|
key: 0,
|
|
3224
|
-
modelValue:
|
|
3225
|
-
"onUpdate:modelValue": ve[0] || (ve[0] = (
|
|
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
|
-
|
|
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:
|
|
3240
|
-
|
|
3241
|
-
node:
|
|
3242
|
-
data:
|
|
3214
|
+
default: h(({ node: de, data: fe }) => [
|
|
3215
|
+
y(J.$slots, "tree", {
|
|
3216
|
+
node: de,
|
|
3217
|
+
data: fe
|
|
3243
3218
|
}, () => [
|
|
3244
|
-
X("span", null,
|
|
3219
|
+
X("span", null, ye(de.label), 1)
|
|
3245
3220
|
], !0)
|
|
3246
3221
|
]),
|
|
3247
3222
|
_: 2
|
|
3248
3223
|
}, [
|
|
3249
|
-
|
|
3250
|
-
name:
|
|
3251
|
-
fn:
|
|
3252
|
-
|
|
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
|
-
|
|
3234
|
+
Q(ie, S({
|
|
3260
3235
|
modelValue: t.value,
|
|
3261
|
-
"onUpdate:modelValue": ve[1] || (ve[1] = (
|
|
3236
|
+
"onUpdate:modelValue": ve[1] || (ve[1] = (de) => t.value = de)
|
|
3262
3237
|
}, J.$attrs, { onLoad: H }), me({ _: 2 }, [
|
|
3263
|
-
|
|
3264
|
-
name:
|
|
3265
|
-
fn:
|
|
3266
|
-
|
|
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
|
-
}),
|
|
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(),
|
|
3304
|
-
(n(!0),
|
|
3305
|
-
style:
|
|
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
|
-
|
|
3309
|
-
Me(
|
|
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(),
|
|
3313
|
-
(n(!0),
|
|
3314
|
-
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
|
-
|
|
3319
|
-
Me(
|
|
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,
|
|
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
|
|
3349
|
-
return
|
|
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: (
|
|
3361
|
-
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((
|
|
3371
|
-
E.component(
|
|
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(
|
|
3391
|
-
if (/[0-9+\-*/().\s]+$/.test(
|
|
3392
|
-
return new Function("return " +
|
|
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, (
|
|
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
|
|
3437
|
-
for (let
|
|
3438
|
-
|
|
3439
|
-
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
|
|
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
|
|
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",
|
|
3513
|
-
},
|
|
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",
|
|
3493
|
+
r = !1, document.removeEventListener("mousemove", T), document.removeEventListener("mouseup", _);
|
|
3519
3494
|
};
|
|
3520
|
-
f.addEventListener("mousedown",
|
|
3495
|
+
f.addEventListener("mousedown", x);
|
|
3521
3496
|
};
|
|
3522
3497
|
export {
|
|
3523
|
-
|
|
3498
|
+
he as CT,
|
|
3524
3499
|
pt as bindResize,
|
|
3525
3500
|
Ot as convertToPx,
|
|
3526
3501
|
_a as default,
|