vue-2024-ui 0.2.71 → 0.2.73
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 +765 -773
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import Gt, { dayjs as
|
|
2
|
-
import { ref as ne, useModel as rt, nextTick as ht, onMounted as kt, computed as Pe, resolveComponent as F, openBlock as v, createElementBlock as
|
|
3
|
-
import { Plus as
|
|
1
|
+
import Gt, { dayjs as gl, ElForm as Tt, ElButtonGroup as Vt, ElButton as je, ElPopover as Yt, ElIcon as Bt, ElMessage as it, ElMessageBox as Xt, ElDrawer as bl, ElDialog as $l } from "element-plus";
|
|
2
|
+
import { ref as ne, useModel as rt, nextTick as ht, onMounted as kt, computed as Pe, resolveComponent as F, openBlock as v, createElementBlock as z, Fragment as re, createElementVNode as K, createBlock as E, createCommentVNode as $e, unref as L, mergeProps as A, withCtx as k, renderSlot as C, renderList as W, createTextVNode as Le, toDisplayString as Se, createSlots as ge, createVNode as oe, normalizeStyle as Re, normalizeProps as Dt, resolveDynamicComponent as Je, guardReactiveProps as Qt, mergeModels as dt, useSlots as Zt, inject as Ot, withModifiers as mt, Transition as wl, withDirectives as kl, vShow as _l, h as ke, useAttrs as qt, onUnmounted as Cl, onBeforeUnmount as xl, normalizeClass as Jt, watchEffect as Ml, onBeforeMount as Sl, watch as Kt, createApp as el } from "vue";
|
|
3
|
+
import { Plus as Tl, ZoomIn as Vl, Delete as tl, Search as El, Refresh as ll, More as Dl, CircleClose as Il, CircleCheckFilled as Ol, CircleCheck as Ut, Minus as ql, Switch as al, FullScreen as Al, InfoFilled as rl, Download as nl, DocumentCopy as Yl, Setting as zl, CirclePlus as Ul, Edit as Ll, View as Rl } from "@element-plus/icons-vue";
|
|
4
4
|
import ol from "sortablejs";
|
|
5
|
-
import { Dexie as
|
|
5
|
+
import { Dexie as Fl } from "dexie";
|
|
6
6
|
var ul = {
|
|
7
7
|
name: "zh-cn",
|
|
8
8
|
el: {
|
|
@@ -178,7 +178,7 @@ var ul = {
|
|
|
178
178
|
indicator: "幻灯片切换至索引 {index}"
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
|
-
},
|
|
181
|
+
}, Hl = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
182
182
|
function sl(r) {
|
|
183
183
|
return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
|
|
184
184
|
}
|
|
@@ -186,67 +186,67 @@ var il = { exports: {} };
|
|
|
186
186
|
(function(r, u) {
|
|
187
187
|
(function(t, l) {
|
|
188
188
|
r.exports = l();
|
|
189
|
-
})(
|
|
190
|
-
var t = 1e3, l = 6e4, n = 36e5, e = "millisecond", h = "second", c = "minute", M = "hour", f = "day", i = "week", o = "month", d = "quarter",
|
|
191
|
-
var $ = ["th", "st", "nd", "rd"], w =
|
|
192
|
-
return "[" +
|
|
193
|
-
} }, B = function(
|
|
194
|
-
var p = String(
|
|
195
|
-
return !p || p.length >= $ ?
|
|
196
|
-
}, ie = { s: B, z: function(
|
|
197
|
-
var $ = -
|
|
189
|
+
})(Hl, function() {
|
|
190
|
+
var t = 1e3, l = 6e4, n = 36e5, e = "millisecond", h = "second", c = "minute", M = "hour", f = "day", i = "week", o = "month", d = "quarter", g = "year", P = "date", U = "Invalid Date", x = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, V = /\[([^\]]+)]|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, R = { 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(b) {
|
|
191
|
+
var $ = ["th", "st", "nd", "rd"], w = b % 100;
|
|
192
|
+
return "[" + b + ($[(w - 20) % 10] || $[w] || $[0]) + "]";
|
|
193
|
+
} }, B = function(b, $, w) {
|
|
194
|
+
var p = String(b);
|
|
195
|
+
return !p || p.length >= $ ? b : "" + Array($ + 1 - p.length).join(w) + b;
|
|
196
|
+
}, ie = { s: B, z: function(b) {
|
|
197
|
+
var $ = -b.utcOffset(), w = Math.abs($), p = Math.floor(w / 60), S = w % 60;
|
|
198
198
|
return ($ <= 0 ? "+" : "-") + B(p, 2, "0") + ":" + B(S, 2, "0");
|
|
199
|
-
}, m: function
|
|
200
|
-
if ($.date() < w.date()) return -
|
|
201
|
-
var p = 12 * (w.year() - $.year()) + (w.month() - $.month()), S = $.clone().add(p, o),
|
|
202
|
-
return +(-(p + (w - S) / (
|
|
203
|
-
}, a: function(
|
|
204
|
-
return
|
|
205
|
-
}, p: function(
|
|
206
|
-
return { M: o, y:
|
|
207
|
-
}, u: function(
|
|
208
|
-
return
|
|
199
|
+
}, m: function b($, w) {
|
|
200
|
+
if ($.date() < w.date()) return -b(w, $);
|
|
201
|
+
var p = 12 * (w.year() - $.year()) + (w.month() - $.month()), S = $.clone().add(p, o), I = w - S < 0, O = $.clone().add(p + (I ? -1 : 1), o);
|
|
202
|
+
return +(-(p + (w - S) / (I ? S - O : O - S)) || 0);
|
|
203
|
+
}, a: function(b) {
|
|
204
|
+
return b < 0 ? Math.ceil(b) || 0 : Math.floor(b);
|
|
205
|
+
}, p: function(b) {
|
|
206
|
+
return { M: o, y: g, w: i, d: f, D: P, h: M, m: c, s: h, ms: e, Q: d }[b] || String(b || "").toLowerCase().replace(/s$/, "");
|
|
207
|
+
}, u: function(b) {
|
|
208
|
+
return b === void 0;
|
|
209
209
|
} }, le = "en", se = {};
|
|
210
210
|
se[le] = R;
|
|
211
|
-
var Ce = "$isDayjsObject", Oe = function(
|
|
212
|
-
return
|
|
213
|
-
}, Ee = function
|
|
211
|
+
var Ce = "$isDayjsObject", Oe = function(b) {
|
|
212
|
+
return b instanceof Te || !(!b || !b[Ce]);
|
|
213
|
+
}, Ee = function b($, w, p) {
|
|
214
214
|
var S;
|
|
215
215
|
if (!$) return le;
|
|
216
216
|
if (typeof $ == "string") {
|
|
217
|
-
var
|
|
218
|
-
se[
|
|
217
|
+
var I = $.toLowerCase();
|
|
218
|
+
se[I] && (S = I), w && (se[I] = w, S = I);
|
|
219
219
|
var O = $.split("-");
|
|
220
|
-
if (!S && O.length > 1) return
|
|
220
|
+
if (!S && O.length > 1) return b(O[0]);
|
|
221
221
|
} else {
|
|
222
|
-
var
|
|
223
|
-
se[
|
|
222
|
+
var Y = $.name;
|
|
223
|
+
se[Y] = $, S = Y;
|
|
224
224
|
}
|
|
225
225
|
return !p && S && (le = S), S || !p && le;
|
|
226
|
-
}, me = function(
|
|
227
|
-
if (Oe(
|
|
226
|
+
}, me = function(b, $) {
|
|
227
|
+
if (Oe(b)) return b.clone();
|
|
228
228
|
var w = typeof $ == "object" ? $ : {};
|
|
229
|
-
return w.date =
|
|
229
|
+
return w.date = b, w.args = arguments, new Te(w);
|
|
230
230
|
}, N = ie;
|
|
231
|
-
N.l = Ee, N.i = Oe, N.w = function(
|
|
232
|
-
return me(
|
|
231
|
+
N.l = Ee, N.i = Oe, N.w = function(b, $) {
|
|
232
|
+
return me(b, { locale: $.$L, utc: $.$u, x: $.$x, $offset: $.$offset });
|
|
233
233
|
};
|
|
234
234
|
var Te = function() {
|
|
235
|
-
function
|
|
235
|
+
function b(w) {
|
|
236
236
|
this.$L = Ee(w.locale, null, !0), this.parse(w), this.$x = this.$x || w.x || {}, this[Ce] = !0;
|
|
237
237
|
}
|
|
238
|
-
var $ =
|
|
238
|
+
var $ = b.prototype;
|
|
239
239
|
return $.parse = function(w) {
|
|
240
240
|
this.$d = function(p) {
|
|
241
|
-
var S = p.date,
|
|
241
|
+
var S = p.date, I = p.utc;
|
|
242
242
|
if (S === null) return /* @__PURE__ */ new Date(NaN);
|
|
243
243
|
if (N.u(S)) return /* @__PURE__ */ new Date();
|
|
244
244
|
if (S instanceof Date) return new Date(S);
|
|
245
245
|
if (typeof S == "string" && !/Z$/i.test(S)) {
|
|
246
246
|
var O = S.match(x);
|
|
247
247
|
if (O) {
|
|
248
|
-
var
|
|
249
|
-
return
|
|
248
|
+
var Y = O[2] - 1 || 0, ae = (O[7] || "0").substring(0, 3);
|
|
249
|
+
return I ? new Date(Date.UTC(O[1], Y, O[3] || 1, O[4] || 0, O[5] || 0, O[6] || 0, ae)) : new Date(O[1], Y, O[3] || 1, O[4] || 0, O[5] || 0, O[6] || 0, ae);
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
252
|
return new Date(S);
|
|
@@ -257,7 +257,7 @@ var il = { exports: {} };
|
|
|
257
257
|
}, $.$utils = function() {
|
|
258
258
|
return N;
|
|
259
259
|
}, $.isValid = function() {
|
|
260
|
-
return this.$d.toString() !==
|
|
260
|
+
return this.$d.toString() !== U;
|
|
261
261
|
}, $.isSame = function(w, p) {
|
|
262
262
|
var S = me(w);
|
|
263
263
|
return this.startOf(p) <= S && S <= this.endOf(p);
|
|
@@ -272,20 +272,20 @@ var il = { exports: {} };
|
|
|
272
272
|
}, $.valueOf = function() {
|
|
273
273
|
return this.$d.getTime();
|
|
274
274
|
}, $.startOf = function(w, p) {
|
|
275
|
-
var S = this,
|
|
276
|
-
var
|
|
277
|
-
return
|
|
278
|
-
}, ae = function(qe,
|
|
279
|
-
return N.w(S.toDate()[qe].apply(S.toDate("s"), (
|
|
280
|
-
}, de = this.$W,
|
|
275
|
+
var S = this, I = !!N.u(p) || p, O = N.p(w), Y = function(qe, Me) {
|
|
276
|
+
var ze = N.w(S.$u ? Date.UTC(S.$y, Me, qe) : new Date(S.$y, Me, qe), S);
|
|
277
|
+
return I ? ze : ze.endOf(f);
|
|
278
|
+
}, ae = function(qe, Me) {
|
|
279
|
+
return N.w(S.toDate()[qe].apply(S.toDate("s"), (I ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Me)), S);
|
|
280
|
+
}, de = this.$W, ye = this.$M, G = this.$D, X = "set" + (this.$u ? "UTC" : "");
|
|
281
281
|
switch (O) {
|
|
282
|
-
case
|
|
283
|
-
return
|
|
282
|
+
case g:
|
|
283
|
+
return I ? Y(1, 0) : Y(31, 11);
|
|
284
284
|
case o:
|
|
285
|
-
return
|
|
285
|
+
return I ? Y(1, ye) : Y(0, ye + 1);
|
|
286
286
|
case i:
|
|
287
287
|
var De = this.$locale().weekStart || 0, _e = (de < De ? de + 7 : de) - De;
|
|
288
|
-
return
|
|
288
|
+
return Y(I ? G - _e : G + (6 - _e), ye);
|
|
289
289
|
case f:
|
|
290
290
|
case P:
|
|
291
291
|
return ae(X + "Hours", 0);
|
|
@@ -301,44 +301,44 @@ var il = { exports: {} };
|
|
|
301
301
|
}, $.endOf = function(w) {
|
|
302
302
|
return this.startOf(w, !1);
|
|
303
303
|
}, $.$set = function(w, p) {
|
|
304
|
-
var S,
|
|
305
|
-
if (
|
|
304
|
+
var S, I = N.p(w), O = "set" + (this.$u ? "UTC" : ""), Y = (S = {}, S[f] = O + "Date", S[P] = O + "Date", S[o] = O + "Month", S[g] = O + "FullYear", S[M] = O + "Hours", S[c] = O + "Minutes", S[h] = O + "Seconds", S[e] = O + "Milliseconds", S)[I], ae = I === f ? this.$D + (p - this.$W) : p;
|
|
305
|
+
if (I === o || I === g) {
|
|
306
306
|
var de = this.clone().set(P, 1);
|
|
307
|
-
de.$d[
|
|
308
|
-
} else
|
|
307
|
+
de.$d[Y](ae), de.init(), this.$d = de.set(P, Math.min(this.$D, de.daysInMonth())).$d;
|
|
308
|
+
} else Y && this.$d[Y](ae);
|
|
309
309
|
return this.init(), this;
|
|
310
310
|
}, $.set = function(w, p) {
|
|
311
311
|
return this.clone().$set(w, p);
|
|
312
312
|
}, $.get = function(w) {
|
|
313
313
|
return this[N.p(w)]();
|
|
314
314
|
}, $.add = function(w, p) {
|
|
315
|
-
var S,
|
|
315
|
+
var S, I = this;
|
|
316
316
|
w = Number(w);
|
|
317
|
-
var O = N.p(p),
|
|
318
|
-
var G = me(
|
|
319
|
-
return N.w(G.date(G.date() + Math.round(
|
|
317
|
+
var O = N.p(p), Y = function(ye) {
|
|
318
|
+
var G = me(I);
|
|
319
|
+
return N.w(G.date(G.date() + Math.round(ye * w)), I);
|
|
320
320
|
};
|
|
321
321
|
if (O === o) return this.set(o, this.$M + w);
|
|
322
|
-
if (O ===
|
|
323
|
-
if (O === f) return
|
|
324
|
-
if (O === i) return
|
|
322
|
+
if (O === g) return this.set(g, this.$y + w);
|
|
323
|
+
if (O === f) return Y(1);
|
|
324
|
+
if (O === i) return Y(7);
|
|
325
325
|
var ae = (S = {}, S[c] = l, S[M] = n, S[h] = t, S)[O] || 1, de = this.$d.getTime() + w * ae;
|
|
326
326
|
return N.w(de, this);
|
|
327
327
|
}, $.subtract = function(w, p) {
|
|
328
328
|
return this.add(-1 * w, p);
|
|
329
329
|
}, $.format = function(w) {
|
|
330
330
|
var p = this, S = this.$locale();
|
|
331
|
-
if (!this.isValid()) return S.invalidDate ||
|
|
332
|
-
var
|
|
333
|
-
return
|
|
334
|
-
}, _e = function(
|
|
335
|
-
return N.s(
|
|
336
|
-
}, qe = X || function(
|
|
337
|
-
var T =
|
|
331
|
+
if (!this.isValid()) return S.invalidDate || U;
|
|
332
|
+
var I = w || "YYYY-MM-DDTHH:mm:ssZ", O = N.z(this), Y = this.$H, ae = this.$m, de = this.$M, ye = S.weekdays, G = S.months, X = S.meridiem, De = function(Me, ze, q, T) {
|
|
333
|
+
return Me && (Me[ze] || Me(p, I)) || q[ze].slice(0, T);
|
|
334
|
+
}, _e = function(Me) {
|
|
335
|
+
return N.s(Y % 12 || 12, Me, "0");
|
|
336
|
+
}, qe = X || function(Me, ze, q) {
|
|
337
|
+
var T = Me < 12 ? "AM" : "PM";
|
|
338
338
|
return q ? T.toLowerCase() : T;
|
|
339
339
|
};
|
|
340
|
-
return
|
|
341
|
-
return
|
|
340
|
+
return I.replace(V, function(Me, ze) {
|
|
341
|
+
return ze || function(q) {
|
|
342
342
|
switch (q) {
|
|
343
343
|
case "YY":
|
|
344
344
|
return String(p.$y).slice(-2);
|
|
@@ -359,23 +359,23 @@ var il = { exports: {} };
|
|
|
359
359
|
case "d":
|
|
360
360
|
return String(p.$W);
|
|
361
361
|
case "dd":
|
|
362
|
-
return De(S.weekdaysMin, p.$W,
|
|
362
|
+
return De(S.weekdaysMin, p.$W, ye, 2);
|
|
363
363
|
case "ddd":
|
|
364
|
-
return De(S.weekdaysShort, p.$W,
|
|
364
|
+
return De(S.weekdaysShort, p.$W, ye, 3);
|
|
365
365
|
case "dddd":
|
|
366
|
-
return
|
|
366
|
+
return ye[p.$W];
|
|
367
367
|
case "H":
|
|
368
|
-
return String(
|
|
368
|
+
return String(Y);
|
|
369
369
|
case "HH":
|
|
370
|
-
return N.s(
|
|
370
|
+
return N.s(Y, 2, "0");
|
|
371
371
|
case "h":
|
|
372
372
|
return _e(1);
|
|
373
373
|
case "hh":
|
|
374
374
|
return _e(2);
|
|
375
375
|
case "a":
|
|
376
|
-
return qe(
|
|
376
|
+
return qe(Y, ae, !0);
|
|
377
377
|
case "A":
|
|
378
|
-
return qe(
|
|
378
|
+
return qe(Y, ae, !1);
|
|
379
379
|
case "m":
|
|
380
380
|
return String(ae);
|
|
381
381
|
case "mm":
|
|
@@ -390,51 +390,51 @@ var il = { exports: {} };
|
|
|
390
390
|
return O;
|
|
391
391
|
}
|
|
392
392
|
return null;
|
|
393
|
-
}(
|
|
393
|
+
}(Me) || O.replace(":", "");
|
|
394
394
|
});
|
|
395
395
|
}, $.utcOffset = function() {
|
|
396
396
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
397
397
|
}, $.diff = function(w, p, S) {
|
|
398
|
-
var
|
|
398
|
+
var I, O = this, Y = N.p(p), ae = me(w), de = (ae.utcOffset() - this.utcOffset()) * l, ye = this - ae, G = function() {
|
|
399
399
|
return N.m(O, ae);
|
|
400
400
|
};
|
|
401
|
-
switch (
|
|
402
|
-
case
|
|
403
|
-
|
|
401
|
+
switch (Y) {
|
|
402
|
+
case g:
|
|
403
|
+
I = G() / 12;
|
|
404
404
|
break;
|
|
405
405
|
case o:
|
|
406
|
-
|
|
406
|
+
I = G();
|
|
407
407
|
break;
|
|
408
408
|
case d:
|
|
409
|
-
|
|
409
|
+
I = G() / 3;
|
|
410
410
|
break;
|
|
411
411
|
case i:
|
|
412
|
-
|
|
412
|
+
I = (ye - de) / 6048e5;
|
|
413
413
|
break;
|
|
414
414
|
case f:
|
|
415
|
-
|
|
415
|
+
I = (ye - de) / 864e5;
|
|
416
416
|
break;
|
|
417
417
|
case M:
|
|
418
|
-
|
|
418
|
+
I = ye / n;
|
|
419
419
|
break;
|
|
420
420
|
case c:
|
|
421
|
-
|
|
421
|
+
I = ye / l;
|
|
422
422
|
break;
|
|
423
423
|
case h:
|
|
424
|
-
|
|
424
|
+
I = ye / t;
|
|
425
425
|
break;
|
|
426
426
|
default:
|
|
427
|
-
|
|
427
|
+
I = ye;
|
|
428
428
|
}
|
|
429
|
-
return S ?
|
|
429
|
+
return S ? I : N.a(I);
|
|
430
430
|
}, $.daysInMonth = function() {
|
|
431
431
|
return this.endOf(o).$D;
|
|
432
432
|
}, $.$locale = function() {
|
|
433
433
|
return se[this.$L];
|
|
434
434
|
}, $.locale = function(w, p) {
|
|
435
435
|
if (!w) return this.$L;
|
|
436
|
-
var S = this.clone(),
|
|
437
|
-
return
|
|
436
|
+
var S = this.clone(), I = Ee(w, p, !0);
|
|
437
|
+
return I && (S.$L = I), S;
|
|
438
438
|
}, $.clone = function() {
|
|
439
439
|
return N.w(this.$d, this);
|
|
440
440
|
}, $.toDate = function() {
|
|
@@ -445,29 +445,29 @@ var il = { exports: {} };
|
|
|
445
445
|
return this.$d.toISOString();
|
|
446
446
|
}, $.toString = function() {
|
|
447
447
|
return this.$d.toUTCString();
|
|
448
|
-
},
|
|
448
|
+
}, b;
|
|
449
449
|
}(), Ge = Te.prototype;
|
|
450
|
-
return me.prototype = Ge, [["$ms", e], ["$s", h], ["$m", c], ["$H", M], ["$W", f], ["$M", o], ["$y",
|
|
451
|
-
Ge[
|
|
452
|
-
return this.$g($,
|
|
450
|
+
return me.prototype = Ge, [["$ms", e], ["$s", h], ["$m", c], ["$H", M], ["$W", f], ["$M", o], ["$y", g], ["$D", P]].forEach(function(b) {
|
|
451
|
+
Ge[b[1]] = function($) {
|
|
452
|
+
return this.$g($, b[0], b[1]);
|
|
453
453
|
};
|
|
454
|
-
}), me.extend = function(
|
|
455
|
-
return
|
|
456
|
-
}, me.locale = Ee, me.isDayjs = Oe, me.unix = function(
|
|
457
|
-
return me(1e3 *
|
|
454
|
+
}), me.extend = function(b, $) {
|
|
455
|
+
return b.$i || (b($, Te, me), b.$i = !0), me;
|
|
456
|
+
}, me.locale = Ee, me.isDayjs = Oe, me.unix = function(b) {
|
|
457
|
+
return me(1e3 * b);
|
|
458
458
|
}, me.en = se[le], me.Ls = se, me.p = {}, me;
|
|
459
459
|
});
|
|
460
460
|
})(il);
|
|
461
|
-
var
|
|
462
|
-
const
|
|
461
|
+
var jl = il.exports;
|
|
462
|
+
const zt = /* @__PURE__ */ sl(jl), at = (r, u) => {
|
|
463
463
|
const t = r.__vccOpts || r;
|
|
464
464
|
for (const [l, n] of u)
|
|
465
465
|
t[l] = n;
|
|
466
466
|
return t;
|
|
467
|
-
},
|
|
467
|
+
}, Bl = {
|
|
468
468
|
style: { display: "flex", width: "100%" },
|
|
469
469
|
class: "g-ctrl-container"
|
|
470
|
-
},
|
|
470
|
+
}, Pl = { style: { width: "var(--up-width)", height: "var(--up-height)", position: "relative", "box-sizing": "border-box" } }, Nl = ["innerHTML"], Wl = ["innerHTML"], Gl = ["title"], Xl = ["innerHTML"], Ql = ["innerHTML"], Zl = ["innerHTML"], Jl = ["innerHTML"], Kl = ["innerHTML"], ea = ["innerHTML"], ta = ["innerHTML"], la = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
471
471
|
__name: "g-ctrl",
|
|
472
472
|
props: /* @__PURE__ */ dt(["t", "ctrlKey", "item", "model", "ctrlType", "formInfo"], {
|
|
473
473
|
modelValue: { required: !0 },
|
|
@@ -475,11 +475,11 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
475
475
|
}),
|
|
476
476
|
emits: ["update:modelValue"],
|
|
477
477
|
setup(r) {
|
|
478
|
-
var $, w, p, S,
|
|
478
|
+
var $, w, p, S, I, O, Y, ae, de, ye, G, X, De, _e, qe, Me, ze;
|
|
479
479
|
const u = r, t = ne(u.item || {}), l = rt(r, "modelValue"), n = ne(u.ctrlKey), e = ne(u.ctrlType), h = ne(u.model), c = ne([]), M = ne([]), f = ne(!1), i = ne(!1), o = ne(0), d = ne((w = ($ = h == null ? void 0 : h.value) == null ? void 0 : $.form) != null && w["default-placeholder"] ? (S = (p = h == null ? void 0 : h.value) == null ? void 0 : p[n == null ? void 0 : n.value]) == null ? void 0 : S.label : "");
|
|
480
|
-
!((
|
|
481
|
-
const
|
|
482
|
-
|
|
480
|
+
!((I = e.value) != null && I.startsWith("text")) && !((O = e.value) != null && O.startsWith("link")) && !((Y = e.value) != null && Y.startsWith("tag")) && !((ae = e.value) != null && ae.startsWith("div")) && !((de = e.value) != null && de.startsWith("span")) && !((ye = e.value) != null && ye.startsWith("avatar")) && ((G = t.value) != null && G.style || (t.value.style = { width: ((De = (X = t.value) == null ? void 0 : X.style) == null ? void 0 : De.width) || "100%" }));
|
|
481
|
+
const g = ne({ display: "flex", flex: 1 }), P = u.t === "t" ? "center" : "flex-start", U = ((_e = t.value) == null ? void 0 : _e.style) || {};
|
|
482
|
+
g.value = { ...g.value, justifyContent: P, ...U };
|
|
483
483
|
const x = () => {
|
|
484
484
|
const q = Zt(), T = Object.keys(q), Z = `${u.t}-${n.value}-`;
|
|
485
485
|
return T.filter((Fe) => Fe.startsWith(Z)).map((Fe) => Fe.replace(Z, ""));
|
|
@@ -487,9 +487,9 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
487
487
|
multiple: !1,
|
|
488
488
|
"show-file-list": !1,
|
|
489
489
|
"file-list": [],
|
|
490
|
-
showDel: (qe = t.value) != null && qe.showDel ? (
|
|
490
|
+
showDel: (qe = t.value) != null && qe.showDel ? (Me = t.value) == null ? void 0 : Me.showDel : u.t !== "t"
|
|
491
491
|
}), R = ne(t.value.innerHtml);
|
|
492
|
-
(
|
|
492
|
+
(ze = t == null ? void 0 : t.value) != null && ze.format && (R.value = gl(l.value).format(t.value.format || "YYYY-MM-DD"));
|
|
493
493
|
const B = (q) => [
|
|
494
494
|
"year",
|
|
495
495
|
"years",
|
|
@@ -557,7 +557,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
557
557
|
);
|
|
558
558
|
o.value = Z >= 0 ? Z : 0;
|
|
559
559
|
} else {
|
|
560
|
-
const Z = q.url || ((T = q.raw) == null ? void 0 : T.url), Ie =
|
|
560
|
+
const Z = q.url || ((T = q.raw) == null ? void 0 : T.url), Ie = b.value.indexOf(Z);
|
|
561
561
|
o.value = Ie >= 0 ? Ie : 0;
|
|
562
562
|
}
|
|
563
563
|
f.value = !0;
|
|
@@ -597,7 +597,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
597
597
|
console.error(`Failed to load ${Xe} for ${Be}:`, Ze);
|
|
598
598
|
});
|
|
599
599
|
};
|
|
600
|
-
if (["radio", "radio-button", "checkbox-group", "checkbox-group-button", "select", "cascader"].includes(e.value) && q(e.value), e.value ===
|
|
600
|
+
if (["radio", "radio-button", "checkbox-group", "checkbox-group-button", "select", "cascader"].includes(e.value) && q(e.value), e.value === xe.TREESELECT && await (async () => {
|
|
601
601
|
try {
|
|
602
602
|
typeof t.value.getDicts == "function" ? c.value = await t.value.getDicts(u.formInfo) : c.value = M.value;
|
|
603
603
|
} catch (Xe) {
|
|
@@ -605,7 +605,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
605
605
|
}
|
|
606
606
|
})(), u.t == "q") {
|
|
607
607
|
let Be = t.value.type || e.value;
|
|
608
|
-
(Be === void 0 || e.value === "input" || Be ==
|
|
608
|
+
(Be === void 0 || e.value === "input" || Be == xe.NUMBER || Be == xe.EMAIL || Be == "url" || Be == "text") && t.value.onKeyup == null && (t.value.onKeyup = (Xe) => {
|
|
609
609
|
var Qe, Ze;
|
|
610
610
|
(Xe.keyCode === 13 || Xe.key === "Enter") && ((Ze = (Qe = h.value) == null ? void 0 : Qe.table) == null || Ze.load());
|
|
611
611
|
}), [
|
|
@@ -631,25 +631,25 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
631
631
|
}
|
|
632
632
|
e.value == "image" && (t.value.width && ((Ae = Te.value) != null && Ae.$el) && Te.value.$el.style.setProperty("--up-width", typeof t.value.width == "number" ? t.value.width + "px" : t.value.width), t.value.height && ((Fe = Te.value) != null && Fe.$el) && Te.value.$el.style.setProperty("--up-height", typeof t.value.height == "number" ? t.value.height + "px" : t.value.height), t.value.fontSize && ((tt = Te.value) != null && tt.$el) && Te.value.$el.style.setProperty("--up-font-size", typeof t.value.fontSize == "number" ? t.value.fontSize + "px" : t.value.fontSize));
|
|
633
633
|
});
|
|
634
|
-
const
|
|
634
|
+
const b = Pe(() => {
|
|
635
635
|
var q;
|
|
636
636
|
return t.value["file-list"] && t.value["file-list"].length ? (q = t.value["file-list"]) == null ? void 0 : q.map((T) => T == null ? void 0 : T.url) : [l.value];
|
|
637
637
|
});
|
|
638
638
|
return (q, T) => {
|
|
639
639
|
var nt, ee, ue, fe, ct, ft, ot, ut, yt, Q, st, gt;
|
|
640
|
-
const Z = F("el-image-viewer"), Ie = F("el-radio"), Ae = F("el-radio-group"), Fe = F("el-radio-button"), tt = F("el-checkbox"), Be = F("el-checkbox-group"), Xe = F("el-checkbox-button"), Qe = F("g-select-option"), Ze = F("el-option"), _t = F("el-select"), Ct = F("el-tree-select"), a = F("el-time-picker"), s = F("el-time-select"), m = F("el-date-picker"), _ = F("el-color-picker"),
|
|
641
|
-
return v(),
|
|
640
|
+
const Z = F("el-image-viewer"), Ie = F("el-radio"), Ae = F("el-radio-group"), Fe = F("el-radio-button"), tt = F("el-checkbox"), Be = F("el-checkbox-group"), Xe = F("el-checkbox-button"), Qe = F("g-select-option"), Ze = F("el-option"), _t = F("el-select"), Ct = F("el-tree-select"), a = F("el-time-picker"), s = F("el-time-select"), m = F("el-date-picker"), _ = F("el-color-picker"), D = F("el-rate"), H = F("el-slider"), j = F("el-switch"), he = F("el-transfer"), we = F("el-cascader"), Ve = F("el-icon"), Ye = F("el-image"), He = F("el-tooltip"), Ke = F("el-upload"), pt = F("el-autocomplete"), xt = F("el-input-number"), Mt = F("el-input-tag"), J = F("el-input"), ve = F("el-link"), te = F("el-text"), Ne = F("el-avatar"), et = F("el-tag");
|
|
641
|
+
return v(), z(re, null, [
|
|
642
642
|
K("div", null, [
|
|
643
643
|
f.value ? (v(), E(Z, {
|
|
644
644
|
key: 0,
|
|
645
645
|
teleported: !0,
|
|
646
646
|
"initial-index": o.value,
|
|
647
|
-
"url-list":
|
|
647
|
+
"url-list": b.value,
|
|
648
648
|
onClose: T[0] || (T[0] = (y) => f.value = !1)
|
|
649
|
-
}, null, 8, ["initial-index", "url-list"])) :
|
|
649
|
+
}, null, 8, ["initial-index", "url-list"])) : $e("", !0)
|
|
650
650
|
]),
|
|
651
|
-
K("div",
|
|
652
|
-
e.value ==
|
|
651
|
+
K("div", Bl, [
|
|
652
|
+
e.value == L(xe).RADIO ? (v(), E(Ae, A({
|
|
653
653
|
key: 0,
|
|
654
654
|
modelValue: l.value,
|
|
655
655
|
"onUpdate:modelValue": T[1] || (T[1] = (y) => l.value = y),
|
|
@@ -657,7 +657,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
657
657
|
}, t.value), {
|
|
658
658
|
default: k(() => [
|
|
659
659
|
C(q.$slots, `${u.t}-${n.value}`, { data: t.value }, () => [
|
|
660
|
-
(v(!0),
|
|
660
|
+
(v(!0), z(re, null, W(M.value, (y) => (v(), E(Ie, A({ ref_for: !0 }, y), {
|
|
661
661
|
default: k(() => [
|
|
662
662
|
C(q.$slots, `${u.t}-${n.value}-options`, { option: y }, void 0, !0)
|
|
663
663
|
]),
|
|
@@ -666,7 +666,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
666
666
|
], !0)
|
|
667
667
|
]),
|
|
668
668
|
_: 3
|
|
669
|
-
}, 16, ["modelValue", "disabled"])) : e.value ==
|
|
669
|
+
}, 16, ["modelValue", "disabled"])) : e.value == L(xe).RADIOBUTTON ? (v(), E(Ae, A({
|
|
670
670
|
key: 1,
|
|
671
671
|
modelValue: l.value,
|
|
672
672
|
"onUpdate:modelValue": T[2] || (T[2] = (y) => l.value = y),
|
|
@@ -674,7 +674,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
674
674
|
}, t.value), {
|
|
675
675
|
default: k(() => [
|
|
676
676
|
C(q.$slots, `${u.t}-${n.value}`, { data: t.value }, () => [
|
|
677
|
-
(v(!0),
|
|
677
|
+
(v(!0), z(re, null, W(M.value, (y) => (v(), E(Fe, A({ ref_for: !0 }, y), {
|
|
678
678
|
default: k(() => [
|
|
679
679
|
C(q.$slots, `${u.t}-${n.value}-options`, { option: y }, void 0, !0)
|
|
680
680
|
]),
|
|
@@ -683,7 +683,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
683
683
|
], !0)
|
|
684
684
|
]),
|
|
685
685
|
_: 3
|
|
686
|
-
}, 16, ["modelValue", "disabled"])) : e.value ==
|
|
686
|
+
}, 16, ["modelValue", "disabled"])) : e.value == L(xe).CHECKBOX ? (v(), E(tt, A({
|
|
687
687
|
key: 2,
|
|
688
688
|
modelValue: l.value,
|
|
689
689
|
"onUpdate:modelValue": T[3] || (T[3] = (y) => l.value = y),
|
|
@@ -691,11 +691,11 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
691
691
|
}, t.value), {
|
|
692
692
|
default: k(() => [
|
|
693
693
|
C(q.$slots, `${u.t}-${n.value}`, { data: t.value }, () => [
|
|
694
|
-
T[30] || (T[30] =
|
|
694
|
+
T[30] || (T[30] = Le(Se(" "), -1))
|
|
695
695
|
], !0)
|
|
696
696
|
]),
|
|
697
697
|
_: 3
|
|
698
|
-
}, 16, ["modelValue", "disabled"])) : e.value ==
|
|
698
|
+
}, 16, ["modelValue", "disabled"])) : e.value == L(xe).CHECKBOXGROUP ? (v(), E(Be, A({
|
|
699
699
|
key: 3,
|
|
700
700
|
modelValue: l.value,
|
|
701
701
|
"onUpdate:modelValue": T[4] || (T[4] = (y) => l.value = y),
|
|
@@ -703,10 +703,10 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
703
703
|
}, t.value), {
|
|
704
704
|
default: k(() => [
|
|
705
705
|
C(q.$slots, `${u.t}-${n.value}`, { data: t.value }, () => [
|
|
706
|
-
(v(!0),
|
|
706
|
+
(v(!0), z(re, null, W(M.value, (y) => (v(), E(tt, A({ ref_for: !0 }, y), {
|
|
707
707
|
default: k(() => [
|
|
708
708
|
C(q.$slots, `${u.t}-${n.value}-options`, { option: y }, () => [
|
|
709
|
-
|
|
709
|
+
Le(Se(y.label), 1)
|
|
710
710
|
], !0)
|
|
711
711
|
]),
|
|
712
712
|
_: 2
|
|
@@ -714,15 +714,15 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
714
714
|
], !0)
|
|
715
715
|
]),
|
|
716
716
|
_: 3
|
|
717
|
-
}, 16, ["modelValue", "disabled"])) : e.value ==
|
|
717
|
+
}, 16, ["modelValue", "disabled"])) : e.value == L(xe).CHECKBOXGROUPBUTTON ? (v(), E(Be, A({
|
|
718
718
|
key: 4,
|
|
719
719
|
modelValue: l.value,
|
|
720
720
|
"onUpdate:modelValue": T[5] || (T[5] = (y) => l.value = y),
|
|
721
721
|
disabled: h.value[n.value].disabled
|
|
722
|
-
},
|
|
722
|
+
}, L(We)(t.value, (y) => y != "type")), {
|
|
723
723
|
default: k(() => [
|
|
724
724
|
C(q.$slots, `${u.t}-${n.value}`, { data: t.value }, () => [
|
|
725
|
-
(v(!0),
|
|
725
|
+
(v(!0), z(re, null, W(M.value, (y) => (v(), E(Xe, A({ ref_for: !0 }, y), {
|
|
726
726
|
default: k(() => [
|
|
727
727
|
C(q.$slots, `${u.t}-${n.value}-options`, { option: y }, void 0, !0)
|
|
728
728
|
]),
|
|
@@ -731,7 +731,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
731
731
|
], !0)
|
|
732
732
|
]),
|
|
733
733
|
_: 3
|
|
734
|
-
}, 16, ["modelValue", "disabled"])) : e.value ===
|
|
734
|
+
}, 16, ["modelValue", "disabled"])) : e.value === L(xe).SELECT ? (v(), E(_t, A({
|
|
735
735
|
key: 5,
|
|
736
736
|
modelValue: l.value,
|
|
737
737
|
"onUpdate:modelValue": T[6] || (T[6] = (y) => l.value = y),
|
|
@@ -741,7 +741,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
741
741
|
u.t == "q" && h.value.table.load();
|
|
742
742
|
}),
|
|
743
743
|
disabled: h.value[n.value].disabled
|
|
744
|
-
}, le.value),
|
|
744
|
+
}, le.value), ge({
|
|
745
745
|
default: k(() => {
|
|
746
746
|
var y;
|
|
747
747
|
return [
|
|
@@ -749,10 +749,10 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
749
749
|
key: 0,
|
|
750
750
|
options: M.value
|
|
751
751
|
}, () => [
|
|
752
|
-
(v(!0),
|
|
752
|
+
(v(!0), z(re, null, W(M.value, (ce) => (v(), z(re, {
|
|
753
753
|
key: ce.value
|
|
754
754
|
}, [
|
|
755
|
-
oe(Ze, A({ ref_for: !0 },
|
|
755
|
+
oe(Ze, A({ ref_for: !0 }, L(We)(ce, (pe) => pe != "children"), {
|
|
756
756
|
onClick: (pe) => {
|
|
757
757
|
le.value.change && le.value.change(ce), Oe();
|
|
758
758
|
}
|
|
@@ -770,7 +770,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
770
770
|
columns: (lt = t.value) == null ? void 0 : lt.columns,
|
|
771
771
|
data: ce,
|
|
772
772
|
t: u.t
|
|
773
|
-
},
|
|
773
|
+
}, ge({ _: 2 }, [
|
|
774
774
|
W(q.$slots, (bt, At) => ({
|
|
775
775
|
name: At,
|
|
776
776
|
fn: k((St) => [
|
|
@@ -783,15 +783,15 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
783
783
|
}))
|
|
784
784
|
]), 1032, ["columns", "data", "t"])
|
|
785
785
|
];
|
|
786
|
-
}, !0) :
|
|
786
|
+
}, !0) : $e("", !0)
|
|
787
787
|
];
|
|
788
788
|
}),
|
|
789
789
|
_: 2
|
|
790
790
|
}, 1040, ["onClick"]),
|
|
791
|
-
ce.children && ce.children.length ? (v(!0),
|
|
791
|
+
ce.children && ce.children.length ? (v(!0), z(re, { key: 0 }, W(ce.children, (pe) => (v(), E(Ze, A({
|
|
792
792
|
style: { "margin-left": "20px" },
|
|
793
793
|
key: pe.value
|
|
794
|
-
}, { ref_for: !0 },
|
|
794
|
+
}, { ref_for: !0 }, L(We)(pe, (lt) => lt != "children"), {
|
|
795
795
|
onClick: (lt) => {
|
|
796
796
|
le.value.change && le.value.change(pe), Oe();
|
|
797
797
|
}
|
|
@@ -809,26 +809,26 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
809
809
|
columns: (bt = t.value) == null ? void 0 : bt.columns,
|
|
810
810
|
data: pe,
|
|
811
811
|
t: u.t
|
|
812
|
-
},
|
|
812
|
+
}, ge({ _: 2 }, [
|
|
813
813
|
W(q.$slots, (At, St) => ({
|
|
814
814
|
name: St,
|
|
815
|
-
fn: k((
|
|
815
|
+
fn: k((yl) => [
|
|
816
816
|
C(q.$slots, St, {
|
|
817
817
|
option: pe,
|
|
818
|
-
data:
|
|
818
|
+
data: yl,
|
|
819
819
|
form: r.formInfo
|
|
820
820
|
}, void 0, !0)
|
|
821
821
|
])
|
|
822
822
|
}))
|
|
823
823
|
]), 1032, ["columns", "data", "t"])
|
|
824
824
|
];
|
|
825
|
-
}, !0) :
|
|
825
|
+
}, !0) : $e("", !0)
|
|
826
826
|
];
|
|
827
827
|
}),
|
|
828
828
|
_: 2
|
|
829
|
-
}, 1040, ["onClick"]))), 128)) :
|
|
829
|
+
}, 1040, ["onClick"]))), 128)) : $e("", !0)
|
|
830
830
|
], 64))), 128))
|
|
831
|
-
], !0) :
|
|
831
|
+
], !0) : $e("", !0)
|
|
832
832
|
];
|
|
833
833
|
}),
|
|
834
834
|
_: 2
|
|
@@ -842,7 +842,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
842
842
|
columns: (y = t.value) == null ? void 0 : y.columns,
|
|
843
843
|
title: !0,
|
|
844
844
|
t: u.t
|
|
845
|
-
},
|
|
845
|
+
}, ge({ _: 2 }, [
|
|
846
846
|
W(q.$slots, (ce, pe) => ({
|
|
847
847
|
name: pe,
|
|
848
848
|
fn: k((lt) => [
|
|
@@ -860,30 +860,32 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
860
860
|
C(q.$slots, `${u.t}-${n.value}-${y}`, { form: r.formInfo }, void 0, !0)
|
|
861
861
|
])
|
|
862
862
|
}))
|
|
863
|
-
]), 1040, ["modelValue", "placeholder", "disabled"])) : e.value ==
|
|
863
|
+
]), 1040, ["modelValue", "placeholder", "disabled"])) : e.value == L(xe).TREESELECT ? (v(), E(Ct, A({
|
|
864
864
|
key: 6,
|
|
865
865
|
modelValue: l.value,
|
|
866
866
|
"onUpdate:modelValue": T[8] || (T[8] = (y) => l.value = y),
|
|
867
867
|
placeholder: d.value,
|
|
868
868
|
disabled: h.value[n.value].disabled
|
|
869
|
-
}, t.value, { data: c.value }),
|
|
869
|
+
}, t.value, { data: c.value }), ge({ _: 2 }, [
|
|
870
870
|
W(x(), (y) => ({
|
|
871
871
|
name: y,
|
|
872
872
|
fn: k((ce) => [
|
|
873
873
|
C(q.$slots, `${u.t}-${n.value}-${y}`, { data: ce }, void 0, !0)
|
|
874
874
|
])
|
|
875
875
|
}))
|
|
876
|
-
]), 1040, ["modelValue", "placeholder", "disabled", "data"])) : e.value ==
|
|
876
|
+
]), 1040, ["modelValue", "placeholder", "disabled", "data"])) : e.value == L(xe).TIME ? (v(), E(a, A({
|
|
877
877
|
key: 7,
|
|
878
878
|
modelValue: l.value,
|
|
879
879
|
"onUpdate:modelValue": T[9] || (T[9] = (y) => l.value = y),
|
|
880
880
|
"arrow-control": "",
|
|
881
|
+
format: "HH:mm:ss",
|
|
881
882
|
disabled: h.value[n.value].disabled
|
|
882
|
-
}, t.value, { placeholder: d.value }), null, 16, ["modelValue", "disabled", "placeholder"])) : e.value ==
|
|
883
|
+
}, t.value, { placeholder: d.value }), null, 16, ["modelValue", "disabled", "placeholder"])) : e.value == L(xe).TIMESELECT ? (v(), E(s, A({
|
|
883
884
|
key: 8,
|
|
884
885
|
modelValue: l.value,
|
|
885
886
|
"onUpdate:modelValue": T[10] || (T[10] = (y) => l.value = y),
|
|
886
887
|
start: "06:30",
|
|
888
|
+
format: "mm:ss",
|
|
887
889
|
step: "00:15",
|
|
888
890
|
end: "23:30",
|
|
889
891
|
placeholder: d.value,
|
|
@@ -893,66 +895,67 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
893
895
|
modelValue: l.value,
|
|
894
896
|
"onUpdate:modelValue": T[11] || (T[11] = (y) => l.value = y),
|
|
895
897
|
type: e.value,
|
|
898
|
+
format: e.value === L(xe).DATE ? "YYYY-MM-DD" : e.value === L(xe).DATETIME ? "YYYY-MM-DD HH:mm:ss" : "",
|
|
896
899
|
placeholder: d.value,
|
|
897
900
|
"value-format": ie(e.value),
|
|
898
901
|
disabled: h.value[n.value].disabled
|
|
899
|
-
}, t.value),
|
|
902
|
+
}, t.value), ge({ _: 2 }, [
|
|
900
903
|
W(x(), (y) => ({
|
|
901
904
|
name: y,
|
|
902
905
|
fn: k((ce) => [
|
|
903
906
|
C(q.$slots, `${u.t}-${n.value}-${y}`, { data: ce }, void 0, !0)
|
|
904
907
|
])
|
|
905
908
|
}))
|
|
906
|
-
]), 1040, ["modelValue", "type", "placeholder", "value-format", "disabled"])) : e.value ==
|
|
909
|
+
]), 1040, ["modelValue", "type", "format", "placeholder", "value-format", "disabled"])) : e.value == L(xe).COLOR ? (v(), E(_, A({
|
|
907
910
|
key: 10,
|
|
908
911
|
modelValue: l.value,
|
|
909
912
|
"onUpdate:modelValue": T[12] || (T[12] = (y) => l.value = y)
|
|
910
|
-
}, t.value), null, 16, ["modelValue"])) : e.value ==
|
|
913
|
+
}, t.value), null, 16, ["modelValue"])) : e.value == L(xe).RATE ? (v(), E(D, A({
|
|
911
914
|
key: 11,
|
|
912
915
|
modelValue: l.value,
|
|
913
916
|
"onUpdate:modelValue": T[13] || (T[13] = (y) => l.value = y),
|
|
914
917
|
disabled: h.value[n.value].disabled
|
|
915
|
-
}, t.value), null, 16, ["modelValue", "disabled"])) : e.value ==
|
|
918
|
+
}, t.value), null, 16, ["modelValue", "disabled"])) : e.value == L(xe).SLIDER ? (v(), E(H, A({
|
|
916
919
|
key: 12,
|
|
917
920
|
modelValue: l.value,
|
|
918
921
|
"onUpdate:modelValue": T[14] || (T[14] = (y) => l.value = y),
|
|
919
922
|
disabled: h.value[n.value].disabled
|
|
920
|
-
}, t.value), null, 16, ["modelValue", "disabled"])) : e.value ==
|
|
923
|
+
}, t.value), null, 16, ["modelValue", "disabled"])) : e.value == L(xe).SWITCH ? (v(), E(j, A({
|
|
921
924
|
key: 13,
|
|
922
925
|
modelValue: l.value,
|
|
923
926
|
"onUpdate:modelValue": T[15] || (T[15] = (y) => l.value = y),
|
|
924
927
|
inlinePrompt: !0,
|
|
925
928
|
disabled: h.value[n.value].disabled
|
|
926
|
-
}, t.value),
|
|
929
|
+
}, t.value), ge({ _: 2 }, [
|
|
927
930
|
W(x(), (y) => ({
|
|
928
931
|
name: y,
|
|
929
932
|
fn: k((ce) => [
|
|
930
933
|
C(q.$slots, `${u.t}-${n.value}-${y}`, { data: ce }, void 0, !0)
|
|
931
934
|
])
|
|
932
935
|
}))
|
|
933
|
-
]), 1040, ["modelValue", "disabled"])) : e.value ==
|
|
936
|
+
]), 1040, ["modelValue", "disabled"])) : e.value == L(xe).TRANSFER ? (v(), E(he, A({
|
|
934
937
|
key: 14,
|
|
935
938
|
modelValue: l.value,
|
|
936
939
|
"onUpdate:modelValue": T[16] || (T[16] = (y) => l.value = y)
|
|
937
|
-
}, t.value),
|
|
940
|
+
}, t.value), ge({ _: 2 }, [
|
|
938
941
|
W(x(), (y) => ({
|
|
939
942
|
name: y,
|
|
940
943
|
fn: k((ce) => [
|
|
941
944
|
C(q.$slots, `${u.t}-${n.value}-${y}`, { data: ce }, void 0, !0)
|
|
942
945
|
])
|
|
943
946
|
}))
|
|
944
|
-
]), 1040, ["modelValue"])) : e.value ==
|
|
947
|
+
]), 1040, ["modelValue"])) : e.value == L(xe).CASCADER ? (v(), E(we, A({
|
|
945
948
|
key: 15,
|
|
946
949
|
modelValue: l.value,
|
|
947
950
|
"onUpdate:modelValue": T[17] || (T[17] = (y) => l.value = y)
|
|
948
|
-
}, t.value, { options: M.value }),
|
|
951
|
+
}, t.value, { options: M.value }), ge({ _: 2 }, [
|
|
949
952
|
W(x(), (y) => ({
|
|
950
953
|
name: y,
|
|
951
954
|
fn: k((ce) => [
|
|
952
955
|
C(q.$slots, `${u.t}-${n.value}-${y}`, { data: ce }, void 0, !0)
|
|
953
956
|
])
|
|
954
957
|
}))
|
|
955
|
-
]), 1040, ["modelValue", "options"])) : e.value ==
|
|
958
|
+
]), 1040, ["modelValue", "options"])) : e.value == L(xe).IMAGE ? (v(), E(Ke, A({
|
|
956
959
|
key: 16,
|
|
957
960
|
"file-list": t.value["file-list"],
|
|
958
961
|
"onUpdate:fileList": T[21] || (T[21] = (y) => t.value["file-list"] = y),
|
|
@@ -962,25 +965,25 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
962
965
|
}, { ...V.value, ...t.value }, {
|
|
963
966
|
ref_key: "uploadRef",
|
|
964
967
|
ref: Te
|
|
965
|
-
}),
|
|
968
|
+
}), ge({
|
|
966
969
|
default: k(() => {
|
|
967
970
|
var y, ce;
|
|
968
971
|
return [
|
|
969
972
|
!l.value || ((y = t.value) == null ? void 0 : y.multiple) === !0 ? (v(), E(Ve, { key: 0 }, {
|
|
970
973
|
default: k(() => [
|
|
971
|
-
oe(
|
|
974
|
+
oe(L(Tl))
|
|
972
975
|
]),
|
|
973
976
|
_: 1
|
|
974
|
-
})) : (v(),
|
|
977
|
+
})) : (v(), z("div", {
|
|
975
978
|
key: 1,
|
|
976
979
|
onClick: T[20] || (T[20] = (pe) => pe.stopPropagation()),
|
|
977
980
|
style: { display: "flex", width: "var(--up-width)", height: "var(--up-height)", position: "relative", "align-items": "center", "justify-content": "center", "box-sizing": "border-box" }
|
|
978
981
|
}, [
|
|
979
|
-
K("div",
|
|
980
|
-
oe(
|
|
982
|
+
K("div", Pl, [
|
|
983
|
+
oe(Ye, A({
|
|
981
984
|
style: { width: "var(--up-width)", height: "var(--up-height)" },
|
|
982
985
|
src: l.value
|
|
983
|
-
}, { fit: "cover", lazy: !0, ...(ce = t.value) == null ? void 0 : ce.img }),
|
|
986
|
+
}, { fit: "cover", lazy: !0, ...(ce = t.value) == null ? void 0 : ce.img }), ge({ _: 2 }, [
|
|
984
987
|
W(x(), (pe, lt) => ({
|
|
985
988
|
name: pe,
|
|
986
989
|
fn: k((bt) => [
|
|
@@ -1001,28 +1004,28 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1001
1004
|
placement: "top"
|
|
1002
1005
|
}, {
|
|
1003
1006
|
default: k(() => [
|
|
1004
|
-
oe(
|
|
1007
|
+
oe(L(Vl), {
|
|
1005
1008
|
style: { width: "1.5em", height: "1.5em", "margin-right": "12px" },
|
|
1006
1009
|
color: "white",
|
|
1007
1010
|
onClick: N
|
|
1008
1011
|
})
|
|
1009
1012
|
]),
|
|
1010
1013
|
_: 1
|
|
1011
|
-
})) :
|
|
1014
|
+
})) : $e("", !0),
|
|
1012
1015
|
V.value.showDel && i.value ? (v(), E(He, {
|
|
1013
1016
|
key: 1,
|
|
1014
1017
|
content: "删除",
|
|
1015
1018
|
placement: "top"
|
|
1016
1019
|
}, {
|
|
1017
1020
|
default: k(() => [
|
|
1018
|
-
oe(
|
|
1021
|
+
oe(L(tl), {
|
|
1019
1022
|
style: { width: "1.5em", height: "1.5em" },
|
|
1020
1023
|
color: "white",
|
|
1021
1024
|
onClick: Ee
|
|
1022
1025
|
})
|
|
1023
1026
|
]),
|
|
1024
1027
|
_: 1
|
|
1025
|
-
})) :
|
|
1028
|
+
})) : $e("", !0)
|
|
1026
1029
|
], 32)
|
|
1027
1030
|
]))
|
|
1028
1031
|
];
|
|
@@ -1035,24 +1038,24 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1035
1038
|
C(q.$slots, `${u.t}-${n.value}-${y}`, { data: pe }, void 0, !0)
|
|
1036
1039
|
])
|
|
1037
1040
|
}))
|
|
1038
|
-
]), 1040, ["file-list"])) : e.value ==
|
|
1041
|
+
]), 1040, ["file-list"])) : e.value == L(xe).AUTOCOMPLETE ? (v(), E(pt, A({
|
|
1039
1042
|
key: 17,
|
|
1040
1043
|
modelValue: l.value,
|
|
1041
1044
|
"onUpdate:modelValue": T[22] || (T[22] = (y) => l.value = y)
|
|
1042
|
-
}, t.value, { placeholder: d.value }),
|
|
1045
|
+
}, t.value, { placeholder: d.value }), ge({ _: 2 }, [
|
|
1043
1046
|
W(x(), (y, ce) => ({
|
|
1044
1047
|
name: y,
|
|
1045
1048
|
fn: k((pe) => [
|
|
1046
1049
|
C(q.$slots, `${u.t}-${n.value}-${y}`, { data: pe }, void 0, !0)
|
|
1047
1050
|
])
|
|
1048
1051
|
}))
|
|
1049
|
-
]), 1040, ["modelValue", "placeholder"])) : e.value ==
|
|
1052
|
+
]), 1040, ["modelValue", "placeholder"])) : e.value == L(xe).INPUTNUMBER ? (v(), E(xt, A({
|
|
1050
1053
|
key: 18,
|
|
1051
1054
|
modelValue: l.value,
|
|
1052
1055
|
"onUpdate:modelValue": T[23] || (T[23] = (y) => l.value = y),
|
|
1053
1056
|
placeholder: d.value,
|
|
1054
1057
|
disabled: h.value[n.value].disabled
|
|
1055
|
-
}, t.value),
|
|
1058
|
+
}, t.value), ge({ _: 2 }, [
|
|
1056
1059
|
W(x(), (y, ce) => ({
|
|
1057
1060
|
name: y,
|
|
1058
1061
|
fn: k((pe) => [
|
|
@@ -1069,7 +1072,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1069
1072
|
placeholder: d.value,
|
|
1070
1073
|
disabled: h.value[n.value].disabled,
|
|
1071
1074
|
draggable: ""
|
|
1072
|
-
}, t.value),
|
|
1075
|
+
}, t.value), ge({ _: 2 }, [
|
|
1073
1076
|
(ee = t.value) != null && ee.suffix ? {
|
|
1074
1077
|
name: "suffix",
|
|
1075
1078
|
fn: k(() => {
|
|
@@ -1077,7 +1080,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1077
1080
|
return [
|
|
1078
1081
|
K("div", {
|
|
1079
1082
|
innerHTML: ((y = t.value) == null ? void 0 : y.suffix) || ""
|
|
1080
|
-
}, null, 8,
|
|
1083
|
+
}, null, 8, Nl)
|
|
1081
1084
|
];
|
|
1082
1085
|
}),
|
|
1083
1086
|
key: "0"
|
|
@@ -1089,7 +1092,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1089
1092
|
return [
|
|
1090
1093
|
K("div", {
|
|
1091
1094
|
innerHTML: ((y = t.value) == null ? void 0 : y.prefix) || ""
|
|
1092
|
-
}, null, 8,
|
|
1095
|
+
}, null, 8, Wl)
|
|
1093
1096
|
];
|
|
1094
1097
|
}),
|
|
1095
1098
|
key: "1"
|
|
@@ -1103,9 +1106,9 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1103
1106
|
}, void 0, !0)
|
|
1104
1107
|
])
|
|
1105
1108
|
}))
|
|
1106
|
-
]), 1040, ["modelValue", "placeholder", "disabled"])) : e.value ==
|
|
1109
|
+
]), 1040, ["modelValue", "placeholder", "disabled"])) : e.value == L(xe).MONEY ? (v(), z("div", {
|
|
1107
1110
|
key: 20,
|
|
1108
|
-
style:
|
|
1111
|
+
style: Re([{ position: "relative" }, g.value])
|
|
1109
1112
|
}, [
|
|
1110
1113
|
oe(J, A({
|
|
1111
1114
|
modelValue: l.value,
|
|
@@ -1114,12 +1117,12 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1114
1117
|
type: "number",
|
|
1115
1118
|
onInput: T[26] || (T[26] = (y) => Ge(y, 2)),
|
|
1116
1119
|
maxlength: ((fe = t.value) == null ? void 0 : fe.max) || 25
|
|
1117
|
-
}, { ...t.value, type: e.value }),
|
|
1120
|
+
}, { ...t.value, type: e.value }), ge({
|
|
1118
1121
|
suffix: k(() => [
|
|
1119
1122
|
K("div", {
|
|
1120
|
-
title:
|
|
1123
|
+
title: L(Ft)(l.value),
|
|
1121
1124
|
style: { "font-size": "10px", display: "block", width: "80px", "text-align": "right", overflow: "hidden", "text-overflow": "ellipsis" }
|
|
1122
|
-
},
|
|
1125
|
+
}, Se(L(Ft)(l.value)), 9, Gl)
|
|
1123
1126
|
]),
|
|
1124
1127
|
_: 2
|
|
1125
1128
|
}, [
|
|
@@ -1130,37 +1133,37 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1130
1133
|
])
|
|
1131
1134
|
}))
|
|
1132
1135
|
]), 1040, ["modelValue", "placeholder", "maxlength"])
|
|
1133
|
-
], 4)) : (ct = e.value) != null && ct.startsWith("link") ? (v(),
|
|
1136
|
+
], 4)) : (ct = e.value) != null && ct.startsWith("link") ? (v(), z("div", {
|
|
1134
1137
|
key: 21,
|
|
1135
|
-
style:
|
|
1138
|
+
style: Re(g.value)
|
|
1136
1139
|
}, [
|
|
1137
1140
|
oe(ve, A(t.value, {
|
|
1138
1141
|
type: e.value.replace("link-", ""),
|
|
1139
1142
|
innerHTML: R.value || l.value
|
|
1140
1143
|
}), null, 16, ["type", "innerHTML"])
|
|
1141
|
-
], 4)) : e.value != "textarea" && ((ft = e.value) != null && ft.startsWith("text")) ? (v(),
|
|
1144
|
+
], 4)) : e.value != "textarea" && ((ft = e.value) != null && ft.startsWith("text")) ? (v(), z("div", {
|
|
1142
1145
|
key: 22,
|
|
1143
|
-
style:
|
|
1146
|
+
style: Re(g.value)
|
|
1144
1147
|
}, [
|
|
1145
1148
|
oe(te, A(t.value, {
|
|
1146
1149
|
type: e.value.replace("text-", ""),
|
|
1147
1150
|
innerHTML: R.value || l.value
|
|
1148
1151
|
}), null, 16, ["type", "innerHTML"])
|
|
1149
|
-
], 4)) : e.value == "avatar" ? (v(),
|
|
1152
|
+
], 4)) : e.value == "avatar" ? (v(), z("div", {
|
|
1150
1153
|
key: 23,
|
|
1151
|
-
style:
|
|
1154
|
+
style: Re(g.value)
|
|
1152
1155
|
}, [
|
|
1153
1156
|
R.value ? (v(), E(Ne, Dt(A({ key: 0 }, t.value)), {
|
|
1154
1157
|
default: k(() => [
|
|
1155
|
-
K("div", { innerHTML: R.value }, null, 8,
|
|
1158
|
+
K("div", { innerHTML: R.value }, null, 8, Xl)
|
|
1156
1159
|
]),
|
|
1157
1160
|
_: 1
|
|
1158
1161
|
}, 16)) : (v(), E(Ne, Dt(A({ key: 1 }, t.value)), null, 16))
|
|
1159
|
-
], 4)) : (ot = e.value) != null && ot.startsWith("tag") ? (v(),
|
|
1162
|
+
], 4)) : (ot = e.value) != null && ot.startsWith("tag") ? (v(), z("div", {
|
|
1160
1163
|
key: 24,
|
|
1161
|
-
style:
|
|
1164
|
+
style: Re(g.value)
|
|
1162
1165
|
}, [
|
|
1163
|
-
Array.isArray(R.value) && R.value.length > 0 ? (v(!0),
|
|
1166
|
+
Array.isArray(R.value) && R.value.length > 0 ? (v(!0), z(re, { key: 0 }, W(R.value, (y, ce) => (v(), z(re, { key: ce }, [
|
|
1164
1167
|
typeof y == "object" ? (v(), E(et, A({
|
|
1165
1168
|
key: 0,
|
|
1166
1169
|
"disable-transitions": ""
|
|
@@ -1182,17 +1185,17 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1182
1185
|
type: e.value.replace("tag-", ""),
|
|
1183
1186
|
innerHTML: R.value || l.value
|
|
1184
1187
|
}), null, 16, ["type", "innerHTML"]))
|
|
1185
|
-
], 4)) : e.value == "div" ? (v(),
|
|
1188
|
+
], 4)) : e.value == "div" ? (v(), z("div", A({ key: 25 }, t.value, {
|
|
1186
1189
|
innerHTML: R.value || l.value,
|
|
1187
|
-
style:
|
|
1188
|
-
}), null, 16,
|
|
1190
|
+
style: g.value
|
|
1191
|
+
}), null, 16, Ql)) : e.value == "span" ? (v(), z("span", A({ key: 26 }, t.value, {
|
|
1189
1192
|
innerHTML: R.value || l.value,
|
|
1190
|
-
style:
|
|
1191
|
-
}), null, 16,
|
|
1193
|
+
style: g.value
|
|
1194
|
+
}), null, 16, Zl)) : e.value == "custom" ? (v(), z("div", {
|
|
1192
1195
|
key: 27,
|
|
1193
|
-
style:
|
|
1196
|
+
style: Re(g.value)
|
|
1194
1197
|
}, [
|
|
1195
|
-
(v(), E(Je(t.value.component), Dt(Qt(
|
|
1198
|
+
(v(), E(Je(t.value.component), Dt(Qt(L(We)(t.value, (y) => y != "component"))), null, 16))
|
|
1196
1199
|
], 4)) : (v(), E(J, A({
|
|
1197
1200
|
key: 28,
|
|
1198
1201
|
modelValue: l.value,
|
|
@@ -1202,13 +1205,13 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1202
1205
|
clearable: !0,
|
|
1203
1206
|
onInput: T[28] || (T[28] = (y) => {
|
|
1204
1207
|
var ce;
|
|
1205
|
-
return e.value ==
|
|
1208
|
+
return e.value == L(xe).NUMBER ? Ge(y, ((ce = t.value) == null ? void 0 : ce.precision) || 2) : y;
|
|
1206
1209
|
}),
|
|
1207
1210
|
onClear: T[29] || (T[29] = () => {
|
|
1208
1211
|
u.t == "q" && h.value.table.load();
|
|
1209
1212
|
}),
|
|
1210
1213
|
disabled: h.value[n.value].disabled
|
|
1211
|
-
}, { ...
|
|
1214
|
+
}, { ...L(We)(t.value, (y) => !["suffix", "prefix", "append", "prepend"].includes(y)), type: e.value }), ge({ _: 2 }, [
|
|
1212
1215
|
(yt = t.value) != null && yt.suffix ? {
|
|
1213
1216
|
name: "suffix",
|
|
1214
1217
|
fn: k(() => {
|
|
@@ -1216,7 +1219,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1216
1219
|
return [
|
|
1217
1220
|
K("div", {
|
|
1218
1221
|
innerHTML: ((y = t.value) == null ? void 0 : y.suffix) || ""
|
|
1219
|
-
}, null, 8,
|
|
1222
|
+
}, null, 8, Jl)
|
|
1220
1223
|
];
|
|
1221
1224
|
}),
|
|
1222
1225
|
key: "0"
|
|
@@ -1228,7 +1231,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1228
1231
|
return [
|
|
1229
1232
|
K("div", {
|
|
1230
1233
|
innerHTML: ((y = t.value) == null ? void 0 : y.prefix) || ""
|
|
1231
|
-
}, null, 8,
|
|
1234
|
+
}, null, 8, Kl)
|
|
1232
1235
|
];
|
|
1233
1236
|
}),
|
|
1234
1237
|
key: "1"
|
|
@@ -1240,7 +1243,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1240
1243
|
return [
|
|
1241
1244
|
K("div", {
|
|
1242
1245
|
innerHTML: ((y = t.value) == null ? void 0 : y.append) || ""
|
|
1243
|
-
}, null, 8,
|
|
1246
|
+
}, null, 8, ea)
|
|
1244
1247
|
];
|
|
1245
1248
|
}),
|
|
1246
1249
|
key: "2"
|
|
@@ -1252,7 +1255,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1252
1255
|
return [
|
|
1253
1256
|
K("div", {
|
|
1254
1257
|
innerHTML: ((y = t.value) == null ? void 0 : y.prepend) || ""
|
|
1255
|
-
}, null, 8,
|
|
1258
|
+
}, null, 8, ta)
|
|
1256
1259
|
];
|
|
1257
1260
|
}),
|
|
1258
1261
|
key: "3"
|
|
@@ -1271,7 +1274,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1271
1274
|
], 64);
|
|
1272
1275
|
};
|
|
1273
1276
|
}
|
|
1274
|
-
}), wt = /* @__PURE__ */ at(
|
|
1277
|
+
}), wt = /* @__PURE__ */ at(la, [["__scopeId", "data-v-13dbe8c6"]]), Pt = {
|
|
1275
1278
|
__name: "g-query-item",
|
|
1276
1279
|
props: /* @__PURE__ */ dt(["more"], {
|
|
1277
1280
|
modelValue: { required: !0 },
|
|
@@ -1287,7 +1290,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1287
1290
|
return typeof o[1].search == "function" ? o[1].search && ((d = o[1].search(l.value, u.value.table)) == null ? void 0 : d.more) === M : o[1].search && o[1].search.more === M;
|
|
1288
1291
|
}).map((o) => [o[0], o[1]]);
|
|
1289
1292
|
f.sort((o, d) => {
|
|
1290
|
-
const
|
|
1293
|
+
const g = (R) => {
|
|
1291
1294
|
var B;
|
|
1292
1295
|
try {
|
|
1293
1296
|
if (typeof R[1].search == "function") {
|
|
@@ -1298,7 +1301,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1298
1301
|
} catch (ie) {
|
|
1299
1302
|
return console.warn(`获取 ${R[0]} 的sort值时出错:`, ie), 0;
|
|
1300
1303
|
}
|
|
1301
|
-
}, P =
|
|
1304
|
+
}, P = g(o), U = g(d), x = Number(P) || 0, V = Number(U) || 0;
|
|
1302
1305
|
return x - V;
|
|
1303
1306
|
});
|
|
1304
1307
|
let i = Object.fromEntries(f);
|
|
@@ -1314,7 +1317,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1314
1317
|
};
|
|
1315
1318
|
return (M, f) => {
|
|
1316
1319
|
const i = F("el-form-item");
|
|
1317
|
-
return v(!0),
|
|
1320
|
+
return v(!0), z(re, null, W(n(t.more), (o, d) => C(M.$slots, `q-${d}`, {
|
|
1318
1321
|
key: d,
|
|
1319
1322
|
item: o,
|
|
1320
1323
|
queryModel: l.value,
|
|
@@ -1333,18 +1336,18 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1333
1336
|
default: k(() => [
|
|
1334
1337
|
oe(wt, {
|
|
1335
1338
|
modelValue: l.value[d],
|
|
1336
|
-
"onUpdate:modelValue": (
|
|
1339
|
+
"onUpdate:modelValue": (g) => l.value[d] = g,
|
|
1337
1340
|
item: { getDicts: o == null ? void 0 : o.getDicts, ...o == null ? void 0 : o.editor, ...e(o) },
|
|
1338
1341
|
ctrlKey: d,
|
|
1339
1342
|
ctrlType: h(o),
|
|
1340
1343
|
model: u.value,
|
|
1341
1344
|
t: "q",
|
|
1342
1345
|
formInfo: l.value
|
|
1343
|
-
},
|
|
1344
|
-
W(Object.keys(M.$slots), (
|
|
1345
|
-
name:
|
|
1346
|
+
}, ge({ _: 2 }, [
|
|
1347
|
+
W(Object.keys(M.$slots), (g) => ({
|
|
1348
|
+
name: g,
|
|
1346
1349
|
fn: k((P) => [
|
|
1347
|
-
C(M.$slots,
|
|
1350
|
+
C(M.$slots, g, {
|
|
1348
1351
|
data: P,
|
|
1349
1352
|
item: o,
|
|
1350
1353
|
model: u.value
|
|
@@ -1358,10 +1361,10 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1358
1361
|
])), 128);
|
|
1359
1362
|
};
|
|
1360
1363
|
}
|
|
1361
|
-
},
|
|
1364
|
+
}, aa = {
|
|
1362
1365
|
key: 0,
|
|
1363
1366
|
class: "outer"
|
|
1364
|
-
},
|
|
1367
|
+
}, ra = { class: "inner" }, na = {
|
|
1365
1368
|
__name: "g-query",
|
|
1366
1369
|
props: {
|
|
1367
1370
|
modelValue: { required: !0 },
|
|
@@ -1373,7 +1376,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1373
1376
|
setup(r, { emit: u }) {
|
|
1374
1377
|
const t = rt(r, "modelValue"), l = u, n = Ot("options"), e = ne(!1), h = rt(r, "info"), c = Pe(() => {
|
|
1375
1378
|
var R, B, ie;
|
|
1376
|
-
const x =
|
|
1379
|
+
const x = Ue((R = n == null ? void 0 : n.query) == null ? void 0 : R.btns, (ie = (B = t.value) == null ? void 0 : B.query) == null ? void 0 : ie.btns) || { align: "left" };
|
|
1377
1380
|
return {
|
|
1378
1381
|
justifyContent: { left: "flex-start", right: "flex-end", center: "center" }[x.align] || "flex-start"
|
|
1379
1382
|
};
|
|
@@ -1386,7 +1389,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1386
1389
|
style: { display: "flex", flex: 1, "flex-wrap": "wrap" },
|
|
1387
1390
|
container: {
|
|
1388
1391
|
mode: "row",
|
|
1389
|
-
inline: !
|
|
1392
|
+
inline: !0,
|
|
1390
1393
|
style: { paddingBottom: "0px", paddingTop: "18px", boxSizing: "border-box" }
|
|
1391
1394
|
},
|
|
1392
1395
|
more: {
|
|
@@ -1394,7 +1397,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1394
1397
|
hidden: !0,
|
|
1395
1398
|
type: "primary",
|
|
1396
1399
|
label: "更多",
|
|
1397
|
-
icon: () => ke(
|
|
1400
|
+
icon: () => ke(Dl),
|
|
1398
1401
|
click: () => {
|
|
1399
1402
|
e.value = !e.value;
|
|
1400
1403
|
}
|
|
@@ -1413,7 +1416,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1413
1416
|
hidden: !1,
|
|
1414
1417
|
type: "primary",
|
|
1415
1418
|
label: "查询",
|
|
1416
|
-
icon: () => ke(
|
|
1419
|
+
icon: () => ke(El),
|
|
1417
1420
|
click: () => {
|
|
1418
1421
|
l("query", h.value), e.value = !1;
|
|
1419
1422
|
}
|
|
@@ -1429,7 +1432,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1429
1432
|
}
|
|
1430
1433
|
}
|
|
1431
1434
|
};
|
|
1432
|
-
t.value.query =
|
|
1435
|
+
t.value.query = Ue(M, n == null ? void 0 : n.query, t.value.query);
|
|
1433
1436
|
const f = {
|
|
1434
1437
|
2: {
|
|
1435
1438
|
title: "更多查询",
|
|
@@ -1447,7 +1450,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1447
1450
|
trigger: "click"
|
|
1448
1451
|
}
|
|
1449
1452
|
};
|
|
1450
|
-
t.value.query.more.dialog =
|
|
1453
|
+
t.value.query.more.dialog = Ue(
|
|
1451
1454
|
f[t.value.query.more.mode] || {},
|
|
1452
1455
|
t.value.query.more.dialog
|
|
1453
1456
|
);
|
|
@@ -1462,7 +1465,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1462
1465
|
alignItems: "flex-start"
|
|
1463
1466
|
}
|
|
1464
1467
|
};
|
|
1465
|
-
t.value.queryItems =
|
|
1468
|
+
t.value.queryItems = Ue(i, n == null ? void 0 : n.queryItems, t.value.queryItems);
|
|
1466
1469
|
const o = (x, V) => {
|
|
1467
1470
|
const R = Object.keys(x.slots).filter((B) => B !== "default").reduce((B, ie) => (B[ie] = (le) => x.slots[ie]({
|
|
1468
1471
|
model: t.value
|
|
@@ -1475,7 +1478,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1475
1478
|
"onUpdate:info": (B) => h.value = B,
|
|
1476
1479
|
more: V
|
|
1477
1480
|
}, R);
|
|
1478
|
-
}, d = Zt(),
|
|
1481
|
+
}, d = Zt(), g = () => {
|
|
1479
1482
|
var R, B, ie, le, se, Ce, Oe, Ee, me;
|
|
1480
1483
|
const x = [
|
|
1481
1484
|
{
|
|
@@ -1503,7 +1506,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1503
1506
|
{
|
|
1504
1507
|
key: "more",
|
|
1505
1508
|
hidden: (me = (Ee = (Oe = t.value) == null ? void 0 : Oe.query) == null ? void 0 : Ee.more) == null ? void 0 : me.hidden,
|
|
1506
|
-
component: t.value.query.more.mode === 3 ?
|
|
1509
|
+
component: t.value.query.more.mode === 3 ? Yt : je,
|
|
1507
1510
|
props: t.value.query.more.mode === 3 ? { ...t.value.query.more.dialog } : {
|
|
1508
1511
|
...t.value.query.more,
|
|
1509
1512
|
onClick: t.value.query.more.click
|
|
@@ -1516,57 +1519,56 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1516
1519
|
}, () => o({ slots: d }, !0)) : null
|
|
1517
1520
|
}
|
|
1518
1521
|
];
|
|
1519
|
-
return x.sort((N, Te) => N.sort - Te.sort), x.filter((N) => !N.hidden).map((N) => N.key === "more" && N.component ===
|
|
1522
|
+
return x.sort((N, Te) => N.sort - Te.sort), x.filter((N) => !N.hidden).map((N) => N.key === "more" && N.component === Yt ? ke(Yt, N.props, {
|
|
1520
1523
|
reference: () => ke(je, t.value.query.more, () => N.label),
|
|
1521
1524
|
default: N.content
|
|
1522
1525
|
}) : (N.props.slot = "query-" + N.key, N.label ? ke(N.component, N.props, () => N.label) : ke(N.component, N.props)));
|
|
1523
1526
|
}, P = Pe(() => ({
|
|
1524
1527
|
display: "flex",
|
|
1525
1528
|
flexDirection: t.value.query.container.mode === "row" ? "row" : "column"
|
|
1526
|
-
})),
|
|
1527
|
-
alert("查询设置,正在开发中......");
|
|
1529
|
+
})), U = () => {
|
|
1528
1530
|
};
|
|
1529
1531
|
return (x, V) => {
|
|
1530
|
-
var ie, le, se, Ce, Oe, Ee, me, N, Te, Ge,
|
|
1532
|
+
var ie, le, se, Ce, Oe, Ee, me, N, Te, Ge, b, $, w, p, S, I, O;
|
|
1531
1533
|
const R = F("el-form-item"), B = F("el-drawer");
|
|
1532
|
-
return v(),
|
|
1534
|
+
return v(), z(re, null, [
|
|
1533
1535
|
K("div", {
|
|
1534
1536
|
class: "g-query-container",
|
|
1535
|
-
style:
|
|
1536
|
-
onDblclick:
|
|
1537
|
+
style: Re({ ...P.value, ...((le = (ie = t.value.query) == null ? void 0 : ie.container) == null ? void 0 : le.style) || {} }),
|
|
1538
|
+
onDblclick: U
|
|
1537
1539
|
}, [
|
|
1538
|
-
oe(
|
|
1540
|
+
oe(L(Tt), A({
|
|
1539
1541
|
onSubmit: V[0] || (V[0] = mt(() => {
|
|
1540
1542
|
}, ["prevent"]))
|
|
1541
|
-
},
|
|
1543
|
+
}, L(We)(t.value.query, (Y) => !["query", "more", "reset", "btns"].includes(Y))), {
|
|
1542
1544
|
default: k(() => {
|
|
1543
|
-
var
|
|
1545
|
+
var Y, ae;
|
|
1544
1546
|
return [
|
|
1545
1547
|
(v(), E(Je(o({ slots: x.$slots }, void 0)))),
|
|
1546
|
-
((ae = (
|
|
1548
|
+
((ae = (Y = t.value.query) == null ? void 0 : Y.container) == null ? void 0 : ae.inline) === !0 ? (v(), E(R, { key: 0 }, {
|
|
1547
1549
|
default: k(() => {
|
|
1548
|
-
var de,
|
|
1550
|
+
var de, ye, G, X, De;
|
|
1549
1551
|
return [
|
|
1550
1552
|
K("div", {
|
|
1551
|
-
style:
|
|
1553
|
+
style: Re((ye = (de = t.value.query) == null ? void 0 : de.btns) == null ? void 0 : ye.style)
|
|
1552
1554
|
}, [
|
|
1553
|
-
t.value.query.group ? (v(), E(
|
|
1555
|
+
t.value.query.group ? (v(), E(L(Vt), { key: 0 }, {
|
|
1554
1556
|
default: k(() => [
|
|
1555
|
-
(v(!0),
|
|
1557
|
+
(v(!0), z(re, null, W(g(), (_e) => C(x.$slots, _e.props.slot, {}, () => [
|
|
1556
1558
|
(v(), E(Je(_e)))
|
|
1557
1559
|
], !0)), 256)),
|
|
1558
1560
|
C(x.$slots, "q-btns", {}, void 0, !0)
|
|
1559
1561
|
]),
|
|
1560
1562
|
_: 3
|
|
1561
|
-
})) : (v(),
|
|
1562
|
-
(De = (X = (G = t.value) == null ? void 0 : G.query) == null ? void 0 : X.btns) != null && De.group ? (v(), E(
|
|
1563
|
+
})) : (v(), z(re, { key: 1 }, [
|
|
1564
|
+
(De = (X = (G = t.value) == null ? void 0 : G.query) == null ? void 0 : X.btns) != null && De.group ? (v(), E(L(Vt), { key: 0 }, {
|
|
1563
1565
|
default: k(() => [
|
|
1564
|
-
(v(!0),
|
|
1566
|
+
(v(!0), z(re, null, W(g(), (_e) => C(x.$slots, _e.props.slot, {}, () => [
|
|
1565
1567
|
(v(), E(Je(_e)))
|
|
1566
1568
|
], !0)), 256))
|
|
1567
1569
|
]),
|
|
1568
1570
|
_: 3
|
|
1569
|
-
})) : (v(!0),
|
|
1571
|
+
})) : (v(!0), z(re, { key: 1 }, W(g(), (_e) => C(x.$slots, _e.props.slot, {}, () => [
|
|
1570
1572
|
(v(), E(Je(_e)))
|
|
1571
1573
|
], !0)), 256)),
|
|
1572
1574
|
C(x.$slots, "q-btns", {}, void 0, !0)
|
|
@@ -1575,61 +1577,61 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1575
1577
|
];
|
|
1576
1578
|
}),
|
|
1577
1579
|
_: 3
|
|
1578
|
-
})) :
|
|
1580
|
+
})) : $e("", !0)
|
|
1579
1581
|
];
|
|
1580
1582
|
}),
|
|
1581
1583
|
_: 3
|
|
1582
1584
|
}, 16),
|
|
1583
|
-
((Oe = (Ce = (se = t.value) == null ? void 0 : se.query) == null ? void 0 : Ce.container) == null ? void 0 : Oe.inline) === !1 ? (v(),
|
|
1585
|
+
((Oe = (Ce = (se = t.value) == null ? void 0 : se.query) == null ? void 0 : Ce.container) == null ? void 0 : Oe.inline) === !1 ? (v(), z("div", {
|
|
1584
1586
|
key: 0,
|
|
1585
|
-
style:
|
|
1587
|
+
style: Re([{ "margin-bottom": "18px" }, (me = (Ee = t.value.query) == null ? void 0 : Ee.btns) == null ? void 0 : me.style])
|
|
1586
1588
|
}, [
|
|
1587
|
-
t.value.query.group ? (v(), E(
|
|
1589
|
+
t.value.query.group ? (v(), E(L(Vt), { key: 0 }, {
|
|
1588
1590
|
default: k(() => [
|
|
1589
|
-
(v(!0),
|
|
1590
|
-
(v(), E(Je(
|
|
1591
|
+
(v(!0), z(re, null, W(g(), (Y) => C(x.$slots, Y.props.slot, {}, () => [
|
|
1592
|
+
(v(), E(Je(Y)))
|
|
1591
1593
|
], !0)), 256)),
|
|
1592
1594
|
C(x.$slots, "q-btns", {}, void 0, !0)
|
|
1593
1595
|
]),
|
|
1594
1596
|
_: 3
|
|
1595
|
-
})) : (v(),
|
|
1596
|
-
(Te = (N = t.value.query) == null ? void 0 : N.btns) != null && Te.group ? (v(), E(
|
|
1597
|
+
})) : (v(), z(re, { key: 1 }, [
|
|
1598
|
+
(Te = (N = t.value.query) == null ? void 0 : N.btns) != null && Te.group ? (v(), E(L(Vt), { key: 0 }, {
|
|
1597
1599
|
default: k(() => [
|
|
1598
|
-
(v(!0),
|
|
1599
|
-
(v(), E(Je(
|
|
1600
|
+
(v(!0), z(re, null, W(g(), (Y) => C(x.$slots, Y.props.slot, {}, () => [
|
|
1601
|
+
(v(), E(Je(Y)))
|
|
1600
1602
|
], !0)), 256))
|
|
1601
1603
|
]),
|
|
1602
1604
|
_: 3
|
|
1603
|
-
})) : (v(!0),
|
|
1604
|
-
(v(), E(Je(
|
|
1605
|
+
})) : (v(!0), z(re, { key: 1 }, W(g(), (Y) => C(x.$slots, Y.props.slot, {}, () => [
|
|
1606
|
+
(v(), E(Je(Y)))
|
|
1605
1607
|
], !0)), 256)),
|
|
1606
1608
|
C(x.$slots, "q-btns", {}, void 0, !0)
|
|
1607
1609
|
], 64))
|
|
1608
|
-
], 4)) :
|
|
1610
|
+
], 4)) : $e("", !0)
|
|
1609
1611
|
], 36),
|
|
1610
|
-
e.value && !(($ = (
|
|
1612
|
+
e.value && !(($ = (b = (Ge = t.value) == null ? void 0 : Ge.query) == null ? void 0 : b.more) != null && $.hidden) && t.value.query.more.mode == 2 ? (v(), E(B, A({
|
|
1611
1613
|
key: 0,
|
|
1612
1614
|
modelValue: e.value,
|
|
1613
|
-
"onUpdate:modelValue": V[6] || (V[6] = (
|
|
1615
|
+
"onUpdate:modelValue": V[6] || (V[6] = (Y) => e.value = Y),
|
|
1614
1616
|
title: "更多查询",
|
|
1615
1617
|
"show-close": !1
|
|
1616
|
-
}, t.value.query.more.dialog),
|
|
1618
|
+
}, t.value.query.more.dialog), ge({
|
|
1617
1619
|
default: k(() => [
|
|
1618
|
-
oe(
|
|
1620
|
+
oe(L(Tt), A({
|
|
1619
1621
|
onSubmit: V[3] || (V[3] = mt(() => {
|
|
1620
1622
|
}, ["prevent"]))
|
|
1621
|
-
},
|
|
1623
|
+
}, L(We)(t.value.query, (Y) => !["query", "more", "reset"].includes(Y)), { style: { width: "98%" } }), {
|
|
1622
1624
|
default: k(() => [
|
|
1623
1625
|
oe(Pt, {
|
|
1624
1626
|
modelValue: t.value,
|
|
1625
|
-
"onUpdate:modelValue": V[1] || (V[1] = (
|
|
1627
|
+
"onUpdate:modelValue": V[1] || (V[1] = (Y) => t.value = Y),
|
|
1626
1628
|
info: h.value,
|
|
1627
|
-
"onUpdate:info": V[2] || (V[2] = (
|
|
1629
|
+
"onUpdate:info": V[2] || (V[2] = (Y) => h.value = Y),
|
|
1628
1630
|
more: !0
|
|
1629
|
-
},
|
|
1630
|
-
W(x.$slots, (
|
|
1631
|
+
}, ge({ _: 2 }, [
|
|
1632
|
+
W(x.$slots, (Y, ae, de) => ({
|
|
1631
1633
|
name: ae,
|
|
1632
|
-
fn: k((
|
|
1634
|
+
fn: k((ye) => [
|
|
1633
1635
|
C(x.$slots, ae, { model: t.value }, void 0, !0)
|
|
1634
1636
|
])
|
|
1635
1637
|
}))
|
|
@@ -1640,23 +1642,23 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1640
1642
|
]),
|
|
1641
1643
|
_: 2
|
|
1642
1644
|
}, [
|
|
1643
|
-
(O = (
|
|
1645
|
+
(O = (I = (S = (p = (w = t.value) == null ? void 0 : w.query) == null ? void 0 : p.more) == null ? void 0 : S.dialog) == null ? void 0 : I.footer) != null && O.hidden ? void 0 : {
|
|
1644
1646
|
name: "footer",
|
|
1645
1647
|
fn: k(() => [
|
|
1646
1648
|
K("div", Dt(Qt(t.value.query.more.dialog.footer)), [
|
|
1647
|
-
oe(
|
|
1648
|
-
onClick: V[4] || (V[4] = (
|
|
1649
|
+
oe(L(je), A(t.value.query.query, {
|
|
1650
|
+
onClick: V[4] || (V[4] = (Y) => t.value.query.query.click())
|
|
1649
1651
|
}), {
|
|
1650
1652
|
default: k(() => [
|
|
1651
|
-
|
|
1653
|
+
Le(Se(t.value.query.query.label), 1)
|
|
1652
1654
|
]),
|
|
1653
1655
|
_: 1
|
|
1654
1656
|
}, 16),
|
|
1655
|
-
oe(
|
|
1656
|
-
onClick: V[5] || (V[5] = (
|
|
1657
|
+
oe(L(je), A(t.value.query.reset, {
|
|
1658
|
+
onClick: V[5] || (V[5] = (Y) => t.value.query.reset.click())
|
|
1657
1659
|
}), {
|
|
1658
1660
|
default: k(() => [
|
|
1659
|
-
|
|
1661
|
+
Le(Se(t.value.query.reset.label), 1)
|
|
1660
1662
|
]),
|
|
1661
1663
|
_: 1
|
|
1662
1664
|
}, 16)
|
|
@@ -1664,31 +1666,31 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1664
1666
|
]),
|
|
1665
1667
|
key: "0"
|
|
1666
1668
|
}
|
|
1667
|
-
]), 1040, ["modelValue"])) :
|
|
1668
|
-
oe(
|
|
1669
|
+
]), 1040, ["modelValue"])) : $e("", !0),
|
|
1670
|
+
oe(wl, {
|
|
1669
1671
|
duration: 300,
|
|
1670
1672
|
name: "nested",
|
|
1671
1673
|
style: { padding: "10px" }
|
|
1672
1674
|
}, {
|
|
1673
1675
|
default: k(() => {
|
|
1674
|
-
var
|
|
1676
|
+
var Y, ae, de;
|
|
1675
1677
|
return [
|
|
1676
|
-
e.value && !((de = (ae = (
|
|
1677
|
-
K("div",
|
|
1678
|
-
t.value.query.more.mode == 1 ?
|
|
1678
|
+
e.value && !((de = (ae = (Y = t.value) == null ? void 0 : Y.query) == null ? void 0 : ae.more) != null && de.hidden) && t.value.query.more.mode == 1 ? (v(), z("div", aa, [
|
|
1679
|
+
K("div", ra, [
|
|
1680
|
+
t.value.query.more.mode == 1 ? kl((v(), E(L(Tt), A({
|
|
1679
1681
|
key: 0,
|
|
1680
1682
|
onSubmit: V[7] || (V[7] = mt(() => {
|
|
1681
1683
|
}, ["prevent"]))
|
|
1682
|
-
},
|
|
1684
|
+
}, L(We)(t.value.query, (ye) => !["query", "more", "reset"].includes(ye))), {
|
|
1683
1685
|
default: k(() => [
|
|
1684
1686
|
(v(), E(Je(o({ slots: x.$slots }, !0))))
|
|
1685
1687
|
]),
|
|
1686
1688
|
_: 1
|
|
1687
1689
|
}, 16)), [
|
|
1688
|
-
[
|
|
1689
|
-
]) :
|
|
1690
|
+
[_l, e.value]
|
|
1691
|
+
]) : $e("", !0)
|
|
1690
1692
|
])
|
|
1691
|
-
])) :
|
|
1693
|
+
])) : $e("", !0)
|
|
1692
1694
|
];
|
|
1693
1695
|
}),
|
|
1694
1696
|
_: 1
|
|
@@ -1696,7 +1698,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1696
1698
|
], 64);
|
|
1697
1699
|
};
|
|
1698
1700
|
}
|
|
1699
|
-
},
|
|
1701
|
+
}, oa = /* @__PURE__ */ at(na, [["__scopeId", "data-v-eaca2240"]]), dl = {
|
|
1700
1702
|
inline: !0,
|
|
1701
1703
|
type: "hidden",
|
|
1702
1704
|
"scroll-to-error": !0,
|
|
@@ -1727,7 +1729,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1727
1729
|
label: "提交",
|
|
1728
1730
|
plain: !0,
|
|
1729
1731
|
hidden: !1,
|
|
1730
|
-
icon: () => ke(
|
|
1732
|
+
icon: () => ke(Ut)
|
|
1731
1733
|
},
|
|
1732
1734
|
//保存并提交按钮属性
|
|
1733
1735
|
saveSubmit: {
|
|
@@ -1736,7 +1738,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1736
1738
|
label: "保存提交",
|
|
1737
1739
|
plain: !0,
|
|
1738
1740
|
hidden: !0,
|
|
1739
|
-
icon: () => ke(
|
|
1741
|
+
icon: () => ke(Ol)
|
|
1740
1742
|
},
|
|
1741
1743
|
//表单重置按钮属性
|
|
1742
1744
|
reset: {
|
|
@@ -1751,14 +1753,14 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1751
1753
|
label: "取消",
|
|
1752
1754
|
hidden: !0,
|
|
1753
1755
|
plain: !0,
|
|
1754
|
-
icon: () => ke(
|
|
1756
|
+
icon: () => ke(Il)
|
|
1755
1757
|
},
|
|
1756
1758
|
slots: {},
|
|
1757
1759
|
tabs: {
|
|
1758
1760
|
type: "card",
|
|
1759
1761
|
editable: !1
|
|
1760
1762
|
}
|
|
1761
|
-
},
|
|
1763
|
+
}, cl = ["table", "tableColumns", "query", "queryItems", "form", "formItems", "control", "dialog"], ua = { class: "g-form-container" }, sa = /* @__PURE__ */ Object.assign({
|
|
1762
1764
|
name: "g-form",
|
|
1763
1765
|
inheritAttrs: !1
|
|
1764
1766
|
}, {
|
|
@@ -1771,32 +1773,32 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1771
1773
|
setup(r, { expose: u, emit: t }) {
|
|
1772
1774
|
var Oe, Ee, me, N, Te, Ge;
|
|
1773
1775
|
const l = rt(r, "modelValue"), n = t, e = ne(null), h = Ot("options"), c = ne({}), M = ne(""), f = r;
|
|
1774
|
-
l.value.form =
|
|
1776
|
+
l.value.form = Ue(
|
|
1775
1777
|
dl,
|
|
1776
1778
|
h == null ? void 0 : h.form,
|
|
1777
1779
|
(Oe = l.value) == null ? void 0 : Oe.form
|
|
1778
|
-
), l.value.form.style =
|
|
1780
|
+
), l.value.form.style = Ue(
|
|
1779
1781
|
(me = (Ee = l.value) == null ? void 0 : Ee.form) == null ? void 0 : me.style,
|
|
1780
1782
|
{ ...(N = qt()) == null ? void 0 : N.style }
|
|
1781
1783
|
);
|
|
1782
|
-
const i = async (
|
|
1784
|
+
const i = async (b, $, w) => {
|
|
1783
1785
|
let p = 5;
|
|
1784
1786
|
for (; p > 0; ) {
|
|
1785
1787
|
if (await ht(), e.value) {
|
|
1786
|
-
e.value.validate((S,
|
|
1787
|
-
S ? n("submit",
|
|
1788
|
+
e.value.validate((S, I) => {
|
|
1789
|
+
S ? n("submit", b, $, w) : console.error("表单验证不通过!", I);
|
|
1788
1790
|
});
|
|
1789
1791
|
return;
|
|
1790
1792
|
}
|
|
1791
1793
|
p--, await new Promise((S) => setTimeout(S, 50));
|
|
1792
1794
|
}
|
|
1793
1795
|
console.error("表单实例获取失败,请检查组件状态");
|
|
1794
|
-
}, o = async (
|
|
1796
|
+
}, o = async (b, $) => {
|
|
1795
1797
|
let w = 5;
|
|
1796
1798
|
for (; w > 0; ) {
|
|
1797
1799
|
if (await ht(), e.value)
|
|
1798
1800
|
try {
|
|
1799
|
-
e.value.resetFields(), n("reset",
|
|
1801
|
+
e.value.resetFields(), n("reset", b, $);
|
|
1800
1802
|
return;
|
|
1801
1803
|
} catch (p) {
|
|
1802
1804
|
console.error("表单重置失败:", p);
|
|
@@ -1814,24 +1816,24 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1814
1816
|
width: "100%"
|
|
1815
1817
|
}
|
|
1816
1818
|
};
|
|
1817
|
-
l.value.formItems =
|
|
1819
|
+
l.value.formItems = Ue(
|
|
1818
1820
|
d,
|
|
1819
1821
|
h == null ? void 0 : h.formItems,
|
|
1820
1822
|
(Te = l == null ? void 0 : l.value) == null ? void 0 : Te.formItems
|
|
1821
1823
|
);
|
|
1822
|
-
const
|
|
1824
|
+
const g = {
|
|
1823
1825
|
span: 12,
|
|
1824
1826
|
offset: 0
|
|
1825
1827
|
};
|
|
1826
|
-
l.value.form.cols =
|
|
1827
|
-
|
|
1828
|
+
l.value.form.cols = Ue(
|
|
1829
|
+
g,
|
|
1828
1830
|
(Ge = h == null ? void 0 : h.form) == null ? void 0 : Ge.cols,
|
|
1829
1831
|
l.value.form.cols
|
|
1830
1832
|
);
|
|
1831
|
-
const P = (
|
|
1833
|
+
const P = (b) => {
|
|
1832
1834
|
let $ = [];
|
|
1833
|
-
if (
|
|
1834
|
-
$ =
|
|
1835
|
+
if (b.rules)
|
|
1836
|
+
$ = b.rules;
|
|
1835
1837
|
else {
|
|
1836
1838
|
const p = { ...{
|
|
1837
1839
|
required: void 0,
|
|
@@ -1841,112 +1843,112 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1841
1843
|
url: void 0,
|
|
1842
1844
|
pattern: void 0,
|
|
1843
1845
|
validate: void 0
|
|
1844
|
-
}, ...
|
|
1846
|
+
}, ...b };
|
|
1845
1847
|
p.required && $.push({
|
|
1846
1848
|
required: !0,
|
|
1847
1849
|
message: `${p.label}不能为空!`,
|
|
1848
1850
|
trigger: "blur"
|
|
1849
1851
|
}), p.max !== void 0 && p.max !== null && p.max !== "" && (p.min === void 0 || p.min === null || p.min === "") && $.push({
|
|
1850
|
-
validator: (S,
|
|
1851
|
-
if (
|
|
1852
|
-
p.type !== "number" && p.type !== "input-number" ? ((
|
|
1852
|
+
validator: (S, I, O) => {
|
|
1853
|
+
if (I == null || I === "") return O();
|
|
1854
|
+
p.type !== "number" && p.type !== "input-number" ? ((I == null ? void 0 : I.toString()) || "").length > Number(p.max) ? O(
|
|
1853
1855
|
new Error(`${p.label}长度不能超过${p.max}个字符!`)
|
|
1854
|
-
) : O() : Number(
|
|
1856
|
+
) : O() : Number(I) > Number(p.max) ? O(new Error(`${p.label}不能大于${p.max}!`)) : O();
|
|
1855
1857
|
}
|
|
1856
1858
|
}), p.min !== void 0 && p.min !== null && p.min !== "" && (p.max === void 0 || p.max === null || p.max === "") && $.push({
|
|
1857
|
-
validator: (S,
|
|
1858
|
-
if (
|
|
1859
|
+
validator: (S, I, O) => {
|
|
1860
|
+
if (I == null || I === "") return O();
|
|
1859
1861
|
p.type !== "number" && p.type !== "input-number" ? Number(p.min) < 1 ? O(
|
|
1860
1862
|
new Error(
|
|
1861
1863
|
`${p.label}长度最小值${p.min}设置错误!`
|
|
1862
1864
|
)
|
|
1863
|
-
) :
|
|
1865
|
+
) : I.toString().length < Number(p.min) ? O(
|
|
1864
1866
|
new Error(
|
|
1865
1867
|
`${p.label}长度不能少于${p.min}个字符!`
|
|
1866
1868
|
)
|
|
1867
|
-
) : O() : Number(
|
|
1869
|
+
) : O() : Number(I) < Number(p.min) ? O(new Error(`${p.label}不能小于${p.min}!`)) : O();
|
|
1868
1870
|
}
|
|
1869
1871
|
}), p.min !== void 0 && p.min !== null && p.min !== "" && p.max !== void 0 && p.max !== null && p.max !== "" && $.push({
|
|
1870
|
-
validator: (S,
|
|
1871
|
-
if (
|
|
1872
|
-
const
|
|
1872
|
+
validator: (S, I, O) => {
|
|
1873
|
+
if (I == null || I === "") return O();
|
|
1874
|
+
const Y = Number(p.min), ae = Number(p.max);
|
|
1873
1875
|
p.type !== "number" && p.type !== "input-number" ? Number(p.min) < 1 ? O(
|
|
1874
1876
|
new Error(
|
|
1875
1877
|
`${p.label}长度最小值${p.min}设置错误!`
|
|
1876
1878
|
)
|
|
1877
|
-
) :
|
|
1879
|
+
) : I.toString().length < Y || I.toString().length > ae ? O(
|
|
1878
1880
|
new Error(
|
|
1879
|
-
`${p.label}长度必须在${
|
|
1881
|
+
`${p.label}长度必须在${Y}-${ae}个字符之间!`
|
|
1880
1882
|
)
|
|
1881
|
-
) : O() : Number(
|
|
1883
|
+
) : O() : Number(I) < Y || I > ae ? O(new Error(`${p.label}必须在${Y}-${ae}之间!`)) : O();
|
|
1882
1884
|
}
|
|
1883
1885
|
}), p.type == "email" && $.push({ type: "email", message: "不是一个正确的邮箱地址!" }), p.type == "url" && $.push({ type: "url", message: "不是一个合正确的URL!" }), p.pattern && $.push({
|
|
1884
1886
|
pattern: p == null ? void 0 : p.pattern,
|
|
1885
1887
|
message: (p == null ? void 0 : p.message) || "格式不正确!"
|
|
1886
1888
|
}), p.validate && $.push({
|
|
1887
|
-
validator: (S,
|
|
1889
|
+
validator: (S, I, O) => p.validate(S, I, O)
|
|
1888
1890
|
});
|
|
1889
1891
|
}
|
|
1890
1892
|
return $;
|
|
1891
|
-
},
|
|
1892
|
-
var S,
|
|
1893
|
-
const w = $ ?
|
|
1894
|
-
if (((
|
|
1893
|
+
}, U = (b, $ = !1) => {
|
|
1894
|
+
var S, I, O, Y, ae;
|
|
1895
|
+
const w = $ ? b : b == null ? void 0 : b.item, p = typeof (w == null ? void 0 : w.editor) == "function" ? w.editor(c.value, (S = l.value.form) == null ? void 0 : S.modalState) : (w == null ? void 0 : w.editor) || {};
|
|
1896
|
+
if (((I = l.value.form) == null ? void 0 : I.modalState) === "edit") {
|
|
1895
1897
|
const de = typeof (w == null ? void 0 : w.editor) == "object" ? (O = w.editor) == null ? void 0 : O.ep : typeof (w == null ? void 0 : w.editor) == "function" ? p == null ? void 0 : p.ep : {};
|
|
1896
1898
|
return { ...p, ...de };
|
|
1897
1899
|
}
|
|
1898
|
-
if (((
|
|
1900
|
+
if (((Y = l.value.form) == null ? void 0 : Y.modalState) === "add") {
|
|
1899
1901
|
const de = typeof (w == null ? void 0 : w.editor) == "object" ? (ae = w.editor) == null ? void 0 : ae.ap : typeof (w == null ? void 0 : w.editor) == "function" ? p == null ? void 0 : p.ap : {};
|
|
1900
1902
|
return { ...p, ...de };
|
|
1901
1903
|
}
|
|
1902
1904
|
return p;
|
|
1903
|
-
}, x = (
|
|
1904
|
-
var w, p, S,
|
|
1905
|
-
const $ = typeof
|
|
1906
|
-
return ((p = l.value.form) == null ? void 0 : p.modalState) === "edit" ? ((S = $ == null ? void 0 : $.ep) == null ? void 0 : S.type) ?? ($ == null ? void 0 : $.type) ??
|
|
1907
|
-
}, V = (
|
|
1905
|
+
}, x = (b) => {
|
|
1906
|
+
var w, p, S, I, O;
|
|
1907
|
+
const $ = typeof b.editor == "function" ? b.editor(c.value, (w = l.value.form) == null ? void 0 : w.modalState) : b.editor;
|
|
1908
|
+
return ((p = l.value.form) == null ? void 0 : p.modalState) === "edit" ? ((S = $ == null ? void 0 : $.ep) == null ? void 0 : S.type) ?? ($ == null ? void 0 : $.type) ?? b.type : ((I = l.value.form) == null ? void 0 : I.modalState) === "add" ? ((O = $ == null ? void 0 : $.ap) == null ? void 0 : O.type) ?? ($ == null ? void 0 : $.type) ?? b.type : ($ == null ? void 0 : $.type) ?? b.type;
|
|
1909
|
+
}, V = (b) => b === "left" ? "flex-start" : b === "right" ? "flex-end" : b === "center" ? "center" : "flex-end";
|
|
1908
1910
|
kt(() => {
|
|
1909
1911
|
R(), f != null && f.editForm ? c.value = f.editForm : c.value = ie.value;
|
|
1910
|
-
}),
|
|
1912
|
+
}), Cl(() => {
|
|
1911
1913
|
e.value = null;
|
|
1912
1914
|
});
|
|
1913
1915
|
const R = () => {
|
|
1914
1916
|
M.value = Math.random().toString(36).substring(2);
|
|
1915
|
-
for (const [
|
|
1916
|
-
l.value[
|
|
1917
|
-
...l.value[
|
|
1917
|
+
for (const [b, $] of Object.entries(B.value))
|
|
1918
|
+
l.value[b].formItem = {
|
|
1919
|
+
...l.value[b].formItem,
|
|
1918
1920
|
...$.formItem
|
|
1919
|
-
}, l.value[
|
|
1920
|
-
...l.value[
|
|
1921
|
+
}, l.value[b].formItem.style = {
|
|
1922
|
+
...l.value[b].formItem.style,
|
|
1921
1923
|
...$.formItem.style
|
|
1922
1924
|
};
|
|
1923
1925
|
}, B = Pe(
|
|
1924
1926
|
() => Object.fromEntries(
|
|
1925
|
-
Object.entries(l.value).filter((
|
|
1927
|
+
Object.entries(l.value).filter((b) => b[1].type != "hidden").filter((b) => b[1].hidden !== !0).filter((b) => b[1].edit !== !1).filter((b) => b[1].editor !== !1).filter((b) => b[1].type !== "control").filter((b) => !cl.includes(b[0])).filter((b) => {
|
|
1926
1928
|
var w, p, S;
|
|
1927
|
-
const $ = typeof
|
|
1929
|
+
const $ = typeof b[1].editor == "function" ? b[1].editor(c.value, (w = l.value.form) == null ? void 0 : w.modalState) : b[1].editor;
|
|
1928
1930
|
return l.value.form.modalState === "edit" ? ((p = $ == null ? void 0 : $.ep) == null ? void 0 : p.editor) !== !1 : l.value.form.modalState === "add" ? ((S = $ == null ? void 0 : $.ap) == null ? void 0 : S.editor) !== !1 : !0;
|
|
1929
|
-
}).map((
|
|
1931
|
+
}).map((b) => [b[0], b[1]])
|
|
1930
1932
|
)
|
|
1931
1933
|
), ie = Pe(
|
|
1932
1934
|
() => Object.fromEntries(
|
|
1933
|
-
Object.entries(l.value).filter((
|
|
1935
|
+
Object.entries(l.value).filter((b) => b[1].type != "hidden").filter((b) => b[1].type != "control").map((b) => [b[0], b[1].value])
|
|
1934
1936
|
)
|
|
1935
1937
|
), le = Pe(() => {
|
|
1936
|
-
const
|
|
1938
|
+
const b = /* @__PURE__ */ new Map();
|
|
1937
1939
|
return Object.entries(B.value).forEach(([$, w]) => {
|
|
1938
1940
|
if (w.groupName) {
|
|
1939
1941
|
const p = w.groupName;
|
|
1940
|
-
|
|
1942
|
+
b.has(p) || b.set(p, {
|
|
1941
1943
|
groupName: p,
|
|
1942
1944
|
items: []
|
|
1943
|
-
}),
|
|
1945
|
+
}), b.get(p).items.push({ key: $, item: w });
|
|
1944
1946
|
}
|
|
1945
|
-
}),
|
|
1946
|
-
$.tabPane =
|
|
1947
|
+
}), b.forEach(($) => {
|
|
1948
|
+
$.tabPane = Ue(
|
|
1947
1949
|
...$.items.map(({ item: w }) => w.tabPane || {})
|
|
1948
1950
|
);
|
|
1949
|
-
}), Array.from(
|
|
1951
|
+
}), Array.from(b.values());
|
|
1950
1952
|
}), se = ne([
|
|
1951
1953
|
{
|
|
1952
1954
|
name: "f-submit",
|
|
@@ -1967,11 +1969,8 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1967
1969
|
click: l.value.form.saveSubmit.click,
|
|
1968
1970
|
hidden: !(f.flag == "add" && l.value.form.saveSubmit.hidden === !1),
|
|
1969
1971
|
info: l.value.form.saveSubmit,
|
|
1970
|
-
// filterObject(model.value.form.saveSubmit, (k) => !["click"].includes(k)),
|
|
1971
1972
|
sort: l.value.form.saveSubmit.sort ?? 1,
|
|
1972
|
-
// 使用空值合并运算符
|
|
1973
1973
|
originalOrder: 0,
|
|
1974
|
-
// 添加原始顺序标识
|
|
1975
1974
|
flag: 2
|
|
1976
1975
|
},
|
|
1977
1976
|
{
|
|
@@ -1979,13 +1978,9 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1979
1978
|
label: l.value.form.reset.label,
|
|
1980
1979
|
click: l.value.form.reset.click,
|
|
1981
1980
|
info: l.value.form.reset,
|
|
1982
|
-
// filterObject(model.value.form.reset, (k) => !["click"].includes(k)),
|
|
1983
1981
|
hidden: l.value.form.reset.hidden,
|
|
1984
|
-
// props.flag === "add" && model.value.form.reset.hidden === false ? false : true,
|
|
1985
1982
|
sort: l.value.form.reset.sort ?? 2,
|
|
1986
|
-
// 使用空值合并运算符
|
|
1987
1983
|
originalOrder: 1
|
|
1988
|
-
// 添加原始顺序标识
|
|
1989
1984
|
},
|
|
1990
1985
|
{
|
|
1991
1986
|
name: "f-cancel",
|
|
@@ -1994,20 +1989,18 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
1994
1989
|
info: l.value.form.cancel,
|
|
1995
1990
|
hidden: l.value.form.cancel.hidden,
|
|
1996
1991
|
sort: l.value.form.cancel.sort ?? 2,
|
|
1997
|
-
// 使用空值合并运算符
|
|
1998
1992
|
originalOrder: 1
|
|
1999
|
-
// 添加原始顺序标识
|
|
2000
1993
|
}
|
|
2001
|
-
]), Ce = Pe(() => se.value.filter((
|
|
1994
|
+
]), Ce = Pe(() => se.value.filter((b) => !b.hidden).sort((b, $) => b.sort - $.sort || b.originalOrder - $.originalOrder));
|
|
2002
1995
|
return u({
|
|
2003
1996
|
submit: i,
|
|
2004
1997
|
saveSubmit: i,
|
|
2005
1998
|
reset: o,
|
|
2006
1999
|
formData: c
|
|
2007
|
-
}), (
|
|
2008
|
-
var ae, de,
|
|
2009
|
-
const w = F("el-form-item"), p = F("el-col"), S = F("el-tab-pane"),
|
|
2010
|
-
return v(),
|
|
2000
|
+
}), (b, $) => {
|
|
2001
|
+
var ae, de, ye;
|
|
2002
|
+
const w = F("el-form-item"), p = F("el-col"), S = F("el-tab-pane"), I = F("el-tabs"), O = F("el-form"), Y = F("el-button");
|
|
2003
|
+
return v(), z("div", ua, [
|
|
2011
2004
|
oe(O, A(
|
|
2012
2005
|
{
|
|
2013
2006
|
ref_key: "gform",
|
|
@@ -2020,28 +2013,28 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2020
2013
|
"box-sizing": "border-box"
|
|
2021
2014
|
}
|
|
2022
2015
|
},
|
|
2023
|
-
|
|
2016
|
+
L(We)(
|
|
2024
2017
|
l.value.form,
|
|
2025
2018
|
(G) => !["footer", "submit", "reset", "slots", "type", "sort"].includes(G)
|
|
2026
2019
|
)
|
|
2027
2020
|
), {
|
|
2028
2021
|
default: k(() => [
|
|
2029
|
-
le.value.length > 0 ? C(
|
|
2030
|
-
oe(
|
|
2022
|
+
le.value.length > 0 ? C(b.$slots, "default", { key: 0 }, () => [
|
|
2023
|
+
oe(I, A({
|
|
2031
2024
|
class: "demo-tabs",
|
|
2032
2025
|
modelValue: le.value[0].groupName,
|
|
2033
2026
|
"onUpdate:modelValue": $[0] || ($[0] = (G) => le.value[0].groupName = G),
|
|
2034
2027
|
style: { width: "100%" }
|
|
2035
2028
|
}, l.value.form.tabs), {
|
|
2036
2029
|
default: k(() => [
|
|
2037
|
-
(v(!0),
|
|
2030
|
+
(v(!0), z(re, null, W(le.value, (G) => (v(), E(S, A({
|
|
2038
2031
|
key: G.groupName,
|
|
2039
2032
|
label: G.groupName,
|
|
2040
2033
|
name: G.groupName,
|
|
2041
2034
|
style: { width: "100%", display: "flex", "flex-wrap": "wrap" }
|
|
2042
2035
|
}, { ref_for: !0 }, G.tabPane), {
|
|
2043
2036
|
default: k(() => [
|
|
2044
|
-
(v(!0),
|
|
2037
|
+
(v(!0), z(re, null, W(G.items, (X, De) => (v(), E(p, A({ ref_for: !0 }, { ...l.value.form.cols, ...X == null ? void 0 : X.item.col }, {
|
|
2045
2038
|
key: X.key,
|
|
2046
2039
|
style: { width: "100%" }
|
|
2047
2040
|
}), {
|
|
@@ -2054,7 +2047,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2054
2047
|
rules: P(X == null ? void 0 : X.item)
|
|
2055
2048
|
}, { ref_for: !0 }, { ...(_e = l.value) == null ? void 0 : _e.formItems, ...(qe = X == null ? void 0 : X.item) == null ? void 0 : qe.formItem }, { style: { width: "100%" } }), {
|
|
2056
2049
|
default: k(() => [
|
|
2057
|
-
C(
|
|
2050
|
+
C(b.$slots, "f-" + X.key, {
|
|
2058
2051
|
item: X == null ? void 0 : X.item,
|
|
2059
2052
|
formInfo: c.value,
|
|
2060
2053
|
model: l.value,
|
|
@@ -2062,8 +2055,8 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2062
2055
|
}, () => [
|
|
2063
2056
|
(v(), E(wt, {
|
|
2064
2057
|
modelValue: c.value[X.key],
|
|
2065
|
-
"onUpdate:modelValue": (
|
|
2066
|
-
item:
|
|
2058
|
+
"onUpdate:modelValue": (Me) => c.value[X.key] = Me,
|
|
2059
|
+
item: U(X),
|
|
2067
2060
|
ctrlKey: X.key,
|
|
2068
2061
|
ctrlType: x(X == null ? void 0 : X.item),
|
|
2069
2062
|
model: l.value,
|
|
@@ -2071,11 +2064,11 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2071
2064
|
class: "g-ctrl-container",
|
|
2072
2065
|
t: "f",
|
|
2073
2066
|
formInfo: c.value
|
|
2074
|
-
},
|
|
2075
|
-
W(
|
|
2076
|
-
name:
|
|
2067
|
+
}, ge({ _: 2 }, [
|
|
2068
|
+
W(b.$slots, (Me, ze) => ({
|
|
2069
|
+
name: ze,
|
|
2077
2070
|
fn: k((q) => [
|
|
2078
|
-
C(
|
|
2071
|
+
C(b.$slots, ze, {
|
|
2079
2072
|
data: q,
|
|
2080
2073
|
item: X.item,
|
|
2081
2074
|
model: l.value
|
|
@@ -2097,8 +2090,8 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2097
2090
|
]),
|
|
2098
2091
|
_: 3
|
|
2099
2092
|
}, 16, ["modelValue"])
|
|
2100
|
-
], !0) : C(
|
|
2101
|
-
(v(!0),
|
|
2093
|
+
], !0) : C(b.$slots, "default", { key: 1 }, () => [
|
|
2094
|
+
(v(!0), z(re, null, W(B.value, (G, X) => (v(), E(p, A({ ref_for: !0 }, { ...l.value.form.cols, ...G.col }, {
|
|
2102
2095
|
key: X,
|
|
2103
2096
|
style: { width: "100%" }
|
|
2104
2097
|
}), {
|
|
@@ -2111,16 +2104,16 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2111
2104
|
rules: P(G)
|
|
2112
2105
|
}, { ref_for: !0 }, { ...(De = l.value) == null ? void 0 : De.formItems, ...G == null ? void 0 : G.formItem }, { style: { width: "100%" } }), {
|
|
2113
2106
|
label: k((_e) => [
|
|
2114
|
-
C(
|
|
2107
|
+
C(b.$slots, `f-${X}-label`, {
|
|
2115
2108
|
data: _e,
|
|
2116
2109
|
item: G,
|
|
2117
2110
|
model: l.value
|
|
2118
2111
|
}, () => [
|
|
2119
|
-
|
|
2112
|
+
Le(Se(G.label), 1)
|
|
2120
2113
|
], !0)
|
|
2121
2114
|
]),
|
|
2122
2115
|
default: k(() => [
|
|
2123
|
-
C(
|
|
2116
|
+
C(b.$slots, "f-" + X, {
|
|
2124
2117
|
item: G,
|
|
2125
2118
|
formInfo: c.value,
|
|
2126
2119
|
model: l.value,
|
|
@@ -2129,7 +2122,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2129
2122
|
(v(), E(wt, {
|
|
2130
2123
|
modelValue: c.value[X],
|
|
2131
2124
|
"onUpdate:modelValue": (_e) => c.value[X] = _e,
|
|
2132
|
-
item:
|
|
2125
|
+
item: U(G, !0),
|
|
2133
2126
|
ctrlKey: X,
|
|
2134
2127
|
ctrlType: x(G),
|
|
2135
2128
|
key: `${X}-${M.value}`,
|
|
@@ -2137,12 +2130,12 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2137
2130
|
class: "g-ctrl-container",
|
|
2138
2131
|
t: "f",
|
|
2139
2132
|
formInfo: c.value
|
|
2140
|
-
},
|
|
2141
|
-
W(
|
|
2133
|
+
}, ge({ _: 2 }, [
|
|
2134
|
+
W(b.$slots, (_e, qe) => ({
|
|
2142
2135
|
name: qe,
|
|
2143
|
-
fn: k((
|
|
2144
|
-
C(
|
|
2145
|
-
data:
|
|
2136
|
+
fn: k((Me) => [
|
|
2137
|
+
C(b.$slots, qe, {
|
|
2138
|
+
data: Me,
|
|
2146
2139
|
item: G,
|
|
2147
2140
|
model: l.value
|
|
2148
2141
|
}, void 0, !0)
|
|
@@ -2161,41 +2154,41 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2161
2154
|
]),
|
|
2162
2155
|
_: 3
|
|
2163
2156
|
}, 16, ["model"]),
|
|
2164
|
-
(
|
|
2157
|
+
(ye = (de = (ae = l.value) == null ? void 0 : ae.form) == null ? void 0 : de.footer) != null && ye.hidden ? $e("", !0) : C(b.$slots, "f-footer", { key: 0 }, () => [
|
|
2165
2158
|
K("div", {
|
|
2166
|
-
style:
|
|
2159
|
+
style: Re({ justifyContent: V(l.value.form.footer.align), ...l.value.form.footer.style })
|
|
2167
2160
|
}, [
|
|
2168
|
-
C(
|
|
2169
|
-
(v(!0),
|
|
2170
|
-
C(
|
|
2171
|
-
C(
|
|
2161
|
+
C(b.$slots, "f-footer-left", {}, void 0, !0),
|
|
2162
|
+
(v(!0), z(re, null, W(Ce.value, (G) => (v(), z(re, null, [
|
|
2163
|
+
C(b.$slots, G.name + "-left", {}, void 0, !0),
|
|
2164
|
+
C(b.$slots, G.name, {}, () => {
|
|
2172
2165
|
var X;
|
|
2173
2166
|
return [
|
|
2174
|
-
(X = G == null ? void 0 : G.info) != null && X.hidden ?
|
|
2167
|
+
(X = G == null ? void 0 : G.info) != null && X.hidden ? $e("", !0) : (v(), E(Y, A({
|
|
2175
2168
|
key: 0,
|
|
2176
2169
|
ref_for: !0
|
|
2177
2170
|
}, G.info, {
|
|
2178
2171
|
onClick: mt((De) => G.click(c.value, l.value, G.flag), ["stop"])
|
|
2179
2172
|
}), {
|
|
2180
2173
|
default: k(() => [
|
|
2181
|
-
|
|
2174
|
+
Le(Se(G == null ? void 0 : G.label), 1)
|
|
2182
2175
|
]),
|
|
2183
2176
|
_: 2
|
|
2184
2177
|
}, 1040, ["onClick"]))
|
|
2185
2178
|
];
|
|
2186
2179
|
}, !0),
|
|
2187
|
-
C(
|
|
2180
|
+
C(b.$slots, G.name + "-right", {}, void 0, !0)
|
|
2188
2181
|
], 64))), 256)),
|
|
2189
|
-
C(
|
|
2182
|
+
C(b.$slots, "f-footer-right", {}, void 0, !0)
|
|
2190
2183
|
], 4)
|
|
2191
2184
|
], !0)
|
|
2192
2185
|
]);
|
|
2193
2186
|
};
|
|
2194
2187
|
}
|
|
2195
|
-
}),
|
|
2188
|
+
}), fl = /* @__PURE__ */ at(sa, [["__scopeId", "data-v-ba22d88c"]]), ia = { class: "dialog-extend-container" }, da = {
|
|
2196
2189
|
key: 1,
|
|
2197
2190
|
style: { overflow: "hidden" }
|
|
2198
|
-
},
|
|
2191
|
+
}, ca = { class: "header-btn-group" }, fa = /* @__PURE__ */ Object.assign({
|
|
2199
2192
|
name: "g-model",
|
|
2200
2193
|
inheritAttrs: !1
|
|
2201
2194
|
}, {
|
|
@@ -2220,9 +2213,9 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2220
2213
|
maximize: { type: Boolean, default: !1 },
|
|
2221
2214
|
minimize: { type: Boolean, default: !1 },
|
|
2222
2215
|
// 图标配置
|
|
2223
|
-
maxIcon: { type: Object, default: () =>
|
|
2216
|
+
maxIcon: { type: Object, default: () => Al },
|
|
2224
2217
|
resizeIcon: { type: Object, default: () => al },
|
|
2225
|
-
minIcon: { type: Object, default: () =>
|
|
2218
|
+
minIcon: { type: Object, default: () => ql },
|
|
2226
2219
|
draggable: { type: Boolean, default: !0 }
|
|
2227
2220
|
},
|
|
2228
2221
|
emits: [
|
|
@@ -2261,13 +2254,13 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2261
2254
|
function d() {
|
|
2262
2255
|
i.value = !1, o.value = !1, e("open");
|
|
2263
2256
|
}
|
|
2264
|
-
function
|
|
2257
|
+
function g() {
|
|
2265
2258
|
e("opened");
|
|
2266
2259
|
}
|
|
2267
2260
|
function P() {
|
|
2268
2261
|
e("close");
|
|
2269
2262
|
}
|
|
2270
|
-
function
|
|
2263
|
+
function U() {
|
|
2271
2264
|
e("closed");
|
|
2272
2265
|
}
|
|
2273
2266
|
function x() {
|
|
@@ -2281,12 +2274,12 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2281
2274
|
}
|
|
2282
2275
|
return u({
|
|
2283
2276
|
handleClose: () => f.value.handleClose()
|
|
2284
|
-
}), (B, ie) => (v(),
|
|
2285
|
-
o.value ? (v(),
|
|
2277
|
+
}), (B, ie) => (v(), z("div", ia, [
|
|
2278
|
+
o.value ? (v(), z("div", {
|
|
2286
2279
|
key: 0,
|
|
2287
2280
|
class: "minimize-ball",
|
|
2288
2281
|
onClick: R
|
|
2289
|
-
},
|
|
2282
|
+
}, Se(r.title), 1)) : (v(), z("div", da, [
|
|
2290
2283
|
(v(), E(Je(h.value), A({
|
|
2291
2284
|
ref_key: "dialogExtend",
|
|
2292
2285
|
ref: f,
|
|
@@ -2295,11 +2288,11 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2295
2288
|
"close-on-click-modal": r.closeOnClickModal,
|
|
2296
2289
|
class: { "dialog-maximize": i.value },
|
|
2297
2290
|
onOpen: d,
|
|
2298
|
-
onOpened:
|
|
2291
|
+
onOpened: g,
|
|
2299
2292
|
onClose: P,
|
|
2300
|
-
onClosed:
|
|
2293
|
+
onClosed: U,
|
|
2301
2294
|
draggable: ""
|
|
2302
|
-
}, c.value),
|
|
2295
|
+
}, c.value), ge({
|
|
2303
2296
|
header: k(({ titleClass: le, closeIconClass: se }) => [
|
|
2304
2297
|
C(B.$slots, "header", {
|
|
2305
2298
|
titleClass: le,
|
|
@@ -2308,13 +2301,13 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2308
2301
|
K("div", {
|
|
2309
2302
|
class: "custom-header",
|
|
2310
2303
|
onDblclick: ie[0] || (ie[0] = (Ce) => r.maximize && x),
|
|
2311
|
-
style:
|
|
2304
|
+
style: Re({ paddingRight: h.value === "el-dialog" ? "40px" : "0px" })
|
|
2312
2305
|
}, [
|
|
2313
2306
|
C(B.$slots, "title", {}, () => [
|
|
2314
|
-
K("span", null,
|
|
2307
|
+
K("span", null, Se(r.title), 1)
|
|
2315
2308
|
], !0),
|
|
2316
|
-
K("div",
|
|
2317
|
-
r.minimize ? (v(), E(
|
|
2309
|
+
K("div", ca, [
|
|
2310
|
+
r.minimize ? (v(), E(L(Bt), {
|
|
2318
2311
|
key: 0,
|
|
2319
2312
|
class: "btn-icon",
|
|
2320
2313
|
onClick: mt(V, ["stop"])
|
|
@@ -2323,8 +2316,8 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2323
2316
|
(v(), E(Je(r.minIcon)))
|
|
2324
2317
|
]),
|
|
2325
2318
|
_: 1
|
|
2326
|
-
})) :
|
|
2327
|
-
r.maximize ? (v(), E(
|
|
2319
|
+
})) : $e("", !0),
|
|
2320
|
+
r.maximize ? (v(), E(L(Bt), {
|
|
2328
2321
|
key: 1,
|
|
2329
2322
|
class: "btn-icon",
|
|
2330
2323
|
onClick: mt(x, ["stop"])
|
|
@@ -2333,7 +2326,7 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2333
2326
|
(v(), E(Je(i.value ? r.resizeIcon : r.maxIcon)))
|
|
2334
2327
|
]),
|
|
2335
2328
|
_: 1
|
|
2336
|
-
})) :
|
|
2329
|
+
})) : $e("", !0)
|
|
2337
2330
|
])
|
|
2338
2331
|
], 36)
|
|
2339
2332
|
], !0)
|
|
@@ -2361,10 +2354,10 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2361
2354
|
]))
|
|
2362
2355
|
]));
|
|
2363
2356
|
}
|
|
2364
|
-
}), Ht = /* @__PURE__ */ at(
|
|
2357
|
+
}), Ht = /* @__PURE__ */ at(fa, [["__scopeId", "data-v-a910b54a"]]), va = { style: { padding: "15px", "box-sizing": "border-box" } }, pa = { style: { display: "flex", flex: "1", "align-items": "center", height: "30px" } }, ma = { style: { display: "flex", flex: "1", "align-items": "center" } }, ha = {
|
|
2365
2358
|
style: { display: "flex", "flex-wrap": "wrap" },
|
|
2366
2359
|
id: "excelSortEl"
|
|
2367
|
-
},
|
|
2360
|
+
}, ya = ["textContent"], ga = { style: { width: "100%", display: "flex", padding: "10px", "box-sizing": "border-box", "justify-content": "center", "border-top": "1px solid #dcdfe6" } }, ba = {
|
|
2368
2361
|
__name: "check-excel-item",
|
|
2369
2362
|
props: {
|
|
2370
2363
|
items: Array,
|
|
@@ -2401,15 +2394,15 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2401
2394
|
M.toArray();
|
|
2402
2395
|
}
|
|
2403
2396
|
}), f = M;
|
|
2404
|
-
|
|
2397
|
+
xl(() => {
|
|
2405
2398
|
f && f.destroy();
|
|
2406
2399
|
});
|
|
2407
2400
|
}), (M, f) => {
|
|
2408
|
-
const i = F("el-divider"), o = F("el-icon"), d = F("el-text"),
|
|
2409
|
-
return v(),
|
|
2401
|
+
const i = F("el-divider"), o = F("el-icon"), d = F("el-text"), g = F("el-checkbox"), P = F("el-button");
|
|
2402
|
+
return v(), z("div", va, [
|
|
2410
2403
|
K("div", null, [
|
|
2411
|
-
K("div",
|
|
2412
|
-
K("div",
|
|
2404
|
+
K("div", pa, [
|
|
2405
|
+
K("div", ma, [
|
|
2413
2406
|
K("a", {
|
|
2414
2407
|
onClick: e,
|
|
2415
2408
|
style: { cursor: "pointer" }
|
|
@@ -2428,46 +2421,46 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2428
2421
|
default: k(() => [
|
|
2429
2422
|
oe(o, { size: "16" }, {
|
|
2430
2423
|
default: k(() => [
|
|
2431
|
-
oe(
|
|
2424
|
+
oe(L(rl))
|
|
2432
2425
|
]),
|
|
2433
2426
|
_: 1
|
|
2434
2427
|
}),
|
|
2435
|
-
f[0] || (f[0] =
|
|
2428
|
+
f[0] || (f[0] = Le(" 拖动列标题可以改变表格列的生成顺序 ! ", -1))
|
|
2436
2429
|
]),
|
|
2437
2430
|
_: 1
|
|
2438
2431
|
})
|
|
2439
2432
|
])
|
|
2440
2433
|
]),
|
|
2441
2434
|
f[1] || (f[1] = K("div", { style: { margin: "1px 0" } }, null, -1)),
|
|
2442
|
-
K("div",
|
|
2443
|
-
(v(!0),
|
|
2435
|
+
K("div", ha, [
|
|
2436
|
+
(v(!0), z(re, null, W(n.value, (U) => (v(), E(g, {
|
|
2444
2437
|
class: "check-box-hover",
|
|
2445
2438
|
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" },
|
|
2446
|
-
"data-id":
|
|
2447
|
-
modelValue:
|
|
2448
|
-
"onUpdate:modelValue": (x) =>
|
|
2449
|
-
key:
|
|
2450
|
-
title:
|
|
2439
|
+
"data-id": U.key,
|
|
2440
|
+
modelValue: U.value,
|
|
2441
|
+
"onUpdate:modelValue": (x) => U.value = x,
|
|
2442
|
+
key: U.key,
|
|
2443
|
+
title: U.label
|
|
2451
2444
|
}, {
|
|
2452
2445
|
default: k(() => [
|
|
2453
2446
|
K("span", {
|
|
2454
|
-
textContent:
|
|
2447
|
+
textContent: Se(U.label),
|
|
2455
2448
|
style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
|
|
2456
|
-
}, null, 8,
|
|
2449
|
+
}, null, 8, ya)
|
|
2457
2450
|
]),
|
|
2458
2451
|
_: 2
|
|
2459
2452
|
}, 1032, ["data-id", "modelValue", "onUpdate:modelValue", "title"]))), 128))
|
|
2460
2453
|
])
|
|
2461
2454
|
]),
|
|
2462
|
-
K("div",
|
|
2455
|
+
K("div", ga, [
|
|
2463
2456
|
oe(P, {
|
|
2464
2457
|
type: "primary",
|
|
2465
2458
|
onClick: c,
|
|
2466
|
-
icon:
|
|
2467
|
-
disabled: n.value.filter((
|
|
2459
|
+
icon: L(nl),
|
|
2460
|
+
disabled: n.value.filter((U) => U.value).length < 1
|
|
2468
2461
|
}, {
|
|
2469
2462
|
default: k(() => [
|
|
2470
|
-
|
|
2463
|
+
Le(Se(t.commitText), 1)
|
|
2471
2464
|
]),
|
|
2472
2465
|
_: 1
|
|
2473
2466
|
}, 8, ["icon", "disabled"])
|
|
@@ -2475,8 +2468,8 @@ const Ut = /* @__PURE__ */ sl(Hl), at = (r, u) => {
|
|
|
2475
2468
|
]);
|
|
2476
2469
|
};
|
|
2477
2470
|
}
|
|
2478
|
-
},
|
|
2479
|
-
|
|
2471
|
+
}, $a = /* @__PURE__ */ at(ba, [["__scopeId", "data-v-13575747"]]), wa = "vue-gyc-ui", ka = 1, be = new Fl(wa);
|
|
2472
|
+
be.version(ka).stores({
|
|
2480
2473
|
// 记录表格项设置信息
|
|
2481
2474
|
tableWidths: "++id, [page+key], page, key,width",
|
|
2482
2475
|
// 记录表格分页条数
|
|
@@ -2492,96 +2485,96 @@ const vt = (r, u) => {
|
|
|
2492
2485
|
};
|
|
2493
2486
|
async function Et(r, u, t) {
|
|
2494
2487
|
try {
|
|
2495
|
-
const l = await
|
|
2496
|
-
l ? t === "add" ? l.keys.includes(u) || (l.keys.push(u), await
|
|
2488
|
+
const l = await be.tableColsState.where({ page: r }).first();
|
|
2489
|
+
l ? t === "add" ? l.keys.includes(u) || (l.keys.push(u), await be.tableColsState.put(l)) : t === "del" ? (l.keys = l.keys.filter((n) => n !== u), await be.tableColsState.put(l)) : t === "delAll" ? (l.keys = u, await be.tableColsState.put(l)) : t === "selectAll" && await be.tableColsState.where({ page: r }).delete() : t === "add" ? await be.tableColsState.add({ page: r, keys: [u] }) : t === "delAll" && await be.tableColsState.add({ page: r, keys: u });
|
|
2497
2490
|
} catch (l) {
|
|
2498
2491
|
throw console.error(`处理表格列状态时出错 (page: ${r}, key: ${u}, state: ${t}):`, l), l;
|
|
2499
2492
|
}
|
|
2500
2493
|
}
|
|
2501
|
-
async function
|
|
2494
|
+
async function _a(r, u, t) {
|
|
2502
2495
|
vt(r);
|
|
2503
2496
|
try {
|
|
2504
|
-
const l = await
|
|
2505
|
-
return l ? (await
|
|
2497
|
+
const l = await be.tableWidths.where({ page: r, key: u }).first();
|
|
2498
|
+
return l ? (await be.tableWidths.put({ ...l, width: t }), "update success") : (await be.tableWidths.add({ page: r, key: u, width: t }), "add success");
|
|
2506
2499
|
} catch (l) {
|
|
2507
2500
|
throw console.error(`保存表格项设置信息时出错 (page: ${r}, key: ${u}):`, l), l;
|
|
2508
2501
|
}
|
|
2509
2502
|
}
|
|
2510
|
-
async function
|
|
2503
|
+
async function Ca(r) {
|
|
2511
2504
|
vt(r);
|
|
2512
2505
|
try {
|
|
2513
|
-
return await
|
|
2506
|
+
return await be.tableWidths.where({ page: r }).toArray();
|
|
2514
2507
|
} catch (u) {
|
|
2515
2508
|
throw console.error(`获取表格项设置信息时出错 (page: ${r}):`, u), u;
|
|
2516
2509
|
}
|
|
2517
2510
|
}
|
|
2518
|
-
async function
|
|
2511
|
+
async function xa(r) {
|
|
2519
2512
|
vt(r);
|
|
2520
2513
|
try {
|
|
2521
|
-
const u = await
|
|
2514
|
+
const u = await be.tableColsState.where({ page: r }).toArray();
|
|
2522
2515
|
return !u || u.length === 0 ? [] : u[0].keys;
|
|
2523
2516
|
} catch (u) {
|
|
2524
2517
|
throw console.error(`获取表格列状态时出错 (page: ${r}):`, u), u;
|
|
2525
2518
|
}
|
|
2526
2519
|
}
|
|
2527
|
-
async function
|
|
2520
|
+
async function Ma(r) {
|
|
2528
2521
|
vt(r);
|
|
2529
2522
|
try {
|
|
2530
|
-
return await
|
|
2523
|
+
return await be.transaction("rw", be.tableWidths, be.pageInfo, be.sorts, be.tableColsState, async () => {
|
|
2531
2524
|
await Promise.all([
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2525
|
+
be.tableWidths.where({ page: r }).delete(),
|
|
2526
|
+
be.pageInfo.where({ page: r }).delete(),
|
|
2527
|
+
be.sorts.where({ page: r }).delete(),
|
|
2528
|
+
be.tableColsState.where({ page: r }).delete()
|
|
2536
2529
|
]);
|
|
2537
2530
|
});
|
|
2538
2531
|
} catch (u) {
|
|
2539
2532
|
throw console.error(`删除页面"${r}"的表格设置信息时出错:`, u), u;
|
|
2540
2533
|
}
|
|
2541
2534
|
}
|
|
2542
|
-
async function
|
|
2535
|
+
async function Sa({ page: r, size: u }) {
|
|
2543
2536
|
vt(r);
|
|
2544
2537
|
try {
|
|
2545
|
-
const t = await
|
|
2546
|
-
return t ? (await
|
|
2538
|
+
const t = await be.pageInfo.where({ page: r }).first();
|
|
2539
|
+
return t ? (await be.pageInfo.put({ ...t, size: u }), "update success") : (await be.pageInfo.add({ page: r, size: u }), "add success");
|
|
2547
2540
|
} catch (t) {
|
|
2548
2541
|
throw console.error(`保存分页条数时出错 (page: ${r}):`, t), t;
|
|
2549
2542
|
}
|
|
2550
2543
|
}
|
|
2551
|
-
async function
|
|
2544
|
+
async function Ta(r) {
|
|
2552
2545
|
vt(r);
|
|
2553
2546
|
try {
|
|
2554
|
-
const u = await
|
|
2555
|
-
return
|
|
2547
|
+
const u = await be.pageInfo.where({ page: r }).first();
|
|
2548
|
+
return u == null ? void 0 : u.size;
|
|
2556
2549
|
} catch (u) {
|
|
2557
2550
|
throw console.error(`获取分页条数时出错 (page: ${r}):`, u), u;
|
|
2558
2551
|
}
|
|
2559
2552
|
}
|
|
2560
|
-
async function
|
|
2553
|
+
async function Va(r, u) {
|
|
2561
2554
|
vt(r);
|
|
2562
2555
|
try {
|
|
2563
|
-
const t = await
|
|
2564
|
-
return t ? (await
|
|
2556
|
+
const t = await be.sorts.where({ page: r }).first();
|
|
2557
|
+
return t ? (await be.sorts.put({ ...t, keys: u }), "update success") : (await be.sorts.add({ page: r, keys: u }), "add success");
|
|
2565
2558
|
} catch (t) {
|
|
2566
2559
|
throw console.error(`保存表格字段顺序时出错 (page: ${r}):`, t), t;
|
|
2567
2560
|
}
|
|
2568
2561
|
}
|
|
2569
|
-
async function
|
|
2562
|
+
async function Ea(r) {
|
|
2570
2563
|
vt(r);
|
|
2571
2564
|
try {
|
|
2572
|
-
const u = await
|
|
2565
|
+
const u = await be.sorts.where({ page: r }).first();
|
|
2573
2566
|
return (u == null ? void 0 : u.keys) || [];
|
|
2574
2567
|
} catch (u) {
|
|
2575
2568
|
throw console.error(`获取表格字段顺序时出错 (page: ${r}):`, u), u;
|
|
2576
2569
|
}
|
|
2577
2570
|
}
|
|
2578
|
-
const
|
|
2571
|
+
const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Ia = { style: { display: "flex", "align-items": "center", height: "30px" } }, Oa = {
|
|
2579
2572
|
style: { display: "flex", flex: "1", "align-items": "center" },
|
|
2580
2573
|
class: "allcheck"
|
|
2581
|
-
},
|
|
2574
|
+
}, qa = {
|
|
2582
2575
|
id: "cols",
|
|
2583
2576
|
style: { display: "flex", "flex-wrap": "wrap", margin: "0 !important", padding: "0 !important" }
|
|
2584
|
-
},
|
|
2577
|
+
}, Aa = ["textContent"], Ya = {
|
|
2585
2578
|
__name: "columns-setting",
|
|
2586
2579
|
props: /* @__PURE__ */ dt({
|
|
2587
2580
|
tuid: {
|
|
@@ -2606,9 +2599,9 @@ const Ea = { style: { padding: "15px", "box-sizing": "border-box" } }, Da = { st
|
|
|
2606
2599
|
filter: ".filtered",
|
|
2607
2600
|
sort: !0,
|
|
2608
2601
|
onEnd: async () => {
|
|
2609
|
-
let
|
|
2602
|
+
let g = d.toArray();
|
|
2610
2603
|
try {
|
|
2611
|
-
|
|
2604
|
+
Va(t.tuid, g).then((P) => {
|
|
2612
2605
|
l("setting-drag-end");
|
|
2613
2606
|
});
|
|
2614
2607
|
} catch (P) {
|
|
@@ -2653,7 +2646,7 @@ const Ea = { style: { padding: "15px", "box-sizing": "border-box" } }, Da = { st
|
|
|
2653
2646
|
cancelButtonText: "取消",
|
|
2654
2647
|
type: "warning"
|
|
2655
2648
|
}).then(() => {
|
|
2656
|
-
|
|
2649
|
+
Ma(t.tuid).then((o) => {
|
|
2657
2650
|
window.location.reload();
|
|
2658
2651
|
}).catch((o) => {
|
|
2659
2652
|
console.error("复位操作出错:", o), it({
|
|
@@ -2673,32 +2666,32 @@ const Ea = { style: { padding: "15px", "box-sizing": "border-box" } }, Da = { st
|
|
|
2673
2666
|
width: d == null ? void 0 : d.width
|
|
2674
2667
|
})).sort((o, d) => o.sort - d.sort), c();
|
|
2675
2668
|
}), (o, d) => {
|
|
2676
|
-
const
|
|
2677
|
-
return v(),
|
|
2678
|
-
K("div",
|
|
2679
|
-
K("div",
|
|
2669
|
+
const g = F("el-divider"), P = F("el-icon"), U = F("el-text"), x = F("el-checkbox");
|
|
2670
|
+
return v(), z("div", Da, [
|
|
2671
|
+
K("div", Ia, [
|
|
2672
|
+
K("div", Oa, [
|
|
2680
2673
|
K("a", { onClick: M }, "全选"),
|
|
2681
|
-
oe(
|
|
2674
|
+
oe(g, { direction: "vertical" }),
|
|
2682
2675
|
K("a", { onClick: f }, "全不选"),
|
|
2683
|
-
oe(
|
|
2676
|
+
oe(g, { direction: "vertical" }),
|
|
2684
2677
|
K("a", { onClick: i }, "复位")
|
|
2685
2678
|
]),
|
|
2686
|
-
oe(
|
|
2679
|
+
oe(U, { type: "warning" }, {
|
|
2687
2680
|
default: k(() => [
|
|
2688
2681
|
oe(P, { size: "16" }, {
|
|
2689
2682
|
default: k(() => [
|
|
2690
|
-
oe(
|
|
2683
|
+
oe(L(rl))
|
|
2691
2684
|
]),
|
|
2692
2685
|
_: 1
|
|
2693
2686
|
}),
|
|
2694
|
-
d[0] || (d[0] =
|
|
2687
|
+
d[0] || (d[0] = Le(" 拖动表格列标题可以改变表格列显示顺序 !", -1))
|
|
2695
2688
|
]),
|
|
2696
2689
|
_: 1
|
|
2697
2690
|
})
|
|
2698
2691
|
]),
|
|
2699
2692
|
K("div", null, [
|
|
2700
|
-
K("div",
|
|
2701
|
-
(v(!0),
|
|
2693
|
+
K("div", qa, [
|
|
2694
|
+
(v(!0), z(re, null, W(L(n), (V) => (v(), E(x, {
|
|
2702
2695
|
modelValue: V.showCol,
|
|
2703
2696
|
"onUpdate:modelValue": (R) => V.showCol = R,
|
|
2704
2697
|
"data-id": V.value,
|
|
@@ -2712,9 +2705,9 @@ const Ea = { style: { padding: "15px", "box-sizing": "border-box" } }, Da = { st
|
|
|
2712
2705
|
}, {
|
|
2713
2706
|
default: k(() => [
|
|
2714
2707
|
K("span", {
|
|
2715
|
-
textContent:
|
|
2708
|
+
textContent: Se(V.label),
|
|
2716
2709
|
style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
|
|
2717
|
-
}, null, 8,
|
|
2710
|
+
}, null, 8, Aa)
|
|
2718
2711
|
]),
|
|
2719
2712
|
_: 2
|
|
2720
2713
|
}, 1032, ["modelValue", "onUpdate:modelValue", "data-id", "class", "onChange", "value", "title", "disabled"]))), 128))
|
|
@@ -2723,7 +2716,7 @@ const Ea = { style: { padding: "15px", "box-sizing": "border-box" } }, Da = { st
|
|
|
2723
2716
|
]);
|
|
2724
2717
|
};
|
|
2725
2718
|
}
|
|
2726
|
-
}, za = /* @__PURE__ */ at(
|
|
2719
|
+
}, za = /* @__PURE__ */ at(Ya, [["__scopeId", "data-v-750b37bc"]]), Ua = { class: "title" }, La = { class: "content" }, Ra = {
|
|
2727
2720
|
__name: "g-cell-toopTip",
|
|
2728
2721
|
props: {
|
|
2729
2722
|
content: {
|
|
@@ -2739,9 +2732,9 @@ const Ea = { style: { padding: "15px", "box-sizing": "border-box" } }, Da = { st
|
|
|
2739
2732
|
const u = r, t = () => {
|
|
2740
2733
|
u.content ? (navigator.clipboard.writeText(u.content), it.success("复制成功")) : it.warning("没有内容可复制");
|
|
2741
2734
|
};
|
|
2742
|
-
return (l, n) => (v(),
|
|
2735
|
+
return (l, n) => (v(), z("div", {
|
|
2743
2736
|
class: "g-cell-toopTip",
|
|
2744
|
-
style:
|
|
2737
|
+
style: Re({ width: u.column.width + "px" })
|
|
2745
2738
|
}, [
|
|
2746
2739
|
K("div", Ua, [
|
|
2747
2740
|
n[0] || (n[0] = K("span", { class: "title-text" }, "内容", -1)),
|
|
@@ -2750,13 +2743,13 @@ const Ea = { style: { padding: "15px", "box-sizing": "border-box" } }, Da = { st
|
|
|
2750
2743
|
onClick: t,
|
|
2751
2744
|
title: "复制内容"
|
|
2752
2745
|
}, [
|
|
2753
|
-
oe(
|
|
2746
|
+
oe(L(Yl))
|
|
2754
2747
|
])
|
|
2755
2748
|
]),
|
|
2756
|
-
K("div", La,
|
|
2749
|
+
K("div", La, Se(u.content), 1)
|
|
2757
2750
|
], 4));
|
|
2758
2751
|
}
|
|
2759
|
-
},
|
|
2752
|
+
}, Fa = /* @__PURE__ */ at(Ra, [["__scopeId", "data-v-f28912da"]]), Ha = {
|
|
2760
2753
|
__name: "g-detail",
|
|
2761
2754
|
props: {
|
|
2762
2755
|
row: {
|
|
@@ -2795,58 +2788,56 @@ const Ea = { style: { padding: "15px", "box-sizing": "border-box" } }, Da = { st
|
|
|
2795
2788
|
...((i = u == null ? void 0 : u.container) == null ? void 0 : i.items) || {}
|
|
2796
2789
|
};
|
|
2797
2790
|
}), c = (i) => {
|
|
2798
|
-
var P,
|
|
2791
|
+
var P, U, x, V, R;
|
|
2799
2792
|
const o = (P = u.m[i]) == null ? void 0 : P.view;
|
|
2800
2793
|
let d = typeof o == "function" ? o(u.row, null, 0, u.m) : o;
|
|
2801
|
-
return { ...typeof ((x = (
|
|
2794
|
+
return { ...typeof ((x = (U = u.m) == null ? void 0 : U[i]) == null ? void 0 : x.table) == "function" ? ((R = (V = u.m) == null ? void 0 : V[i]) == null ? void 0 : R.table(u.row)) || {} : {}, ...d };
|
|
2802
2795
|
}, M = (i) => {
|
|
2803
2796
|
const o = c(i);
|
|
2804
2797
|
return (o == null ? void 0 : o.type) || "text-info";
|
|
2805
|
-
}, f = Pe(() => Object.entries(u.
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
const d = ((P = c(i[0])) == null ? void 0 : P.sort) ?? 0, b = ((L = c(o[0])) == null ? void 0 : L.sort) ?? 0;
|
|
2814
|
-
return d - b;
|
|
2798
|
+
}, f = Pe(() => Object.entries(u.m).filter(([i, o]) => {
|
|
2799
|
+
let d = (o == null ? void 0 : o.visible) !== !1;
|
|
2800
|
+
const g = c(i);
|
|
2801
|
+
return Object.hasOwn(g, "visible") && (d = g.visible), Object.hasOwn(g, "hidden") && (d = g.hidden !== !0), d !== !1;
|
|
2802
|
+
}).filter(([i, o]) => (o == null ? void 0 : o.type) !== "hidden").filter(([i, o]) => !cl.includes(i)).sort((i, o) => {
|
|
2803
|
+
var P, U;
|
|
2804
|
+
const d = ((P = c(i[0])) == null ? void 0 : P.sort) ?? 0, g = ((U = c(o[0])) == null ? void 0 : U.sort) ?? 0;
|
|
2805
|
+
return d - g;
|
|
2815
2806
|
}));
|
|
2816
2807
|
return (i, o) => {
|
|
2817
2808
|
var P;
|
|
2818
|
-
const d = F("el-descriptions-item"),
|
|
2819
|
-
return v(),
|
|
2809
|
+
const d = F("el-descriptions-item"), g = F("el-descriptions");
|
|
2810
|
+
return v(), z("div", {
|
|
2820
2811
|
class: "g-detail-container",
|
|
2821
|
-
style:
|
|
2812
|
+
style: Re(((P = n.value) == null ? void 0 : P.style) || {})
|
|
2822
2813
|
}, [
|
|
2823
|
-
oe(
|
|
2814
|
+
oe(g, A({ border: "" }, L(We)(n.value, (U) => !["container"].includes(U))), ge({
|
|
2824
2815
|
default: k(() => [
|
|
2825
|
-
(v(!0),
|
|
2816
|
+
(v(!0), z(re, null, W(f.value, ([U, x]) => {
|
|
2826
2817
|
var V, R;
|
|
2827
2818
|
return v(), E(d, A({
|
|
2828
|
-
label: (V = u.m[
|
|
2829
|
-
}, { ref_for: !0 }, { ...h.value, ...((R = c(
|
|
2819
|
+
label: (V = u.m[U]) == null ? void 0 : V.label
|
|
2820
|
+
}, { ref_for: !0 }, { ...h.value, ...((R = c(U)) == null ? void 0 : R.item) || {} }, { key: U }), {
|
|
2830
2821
|
label: k(() => [
|
|
2831
|
-
C(i.$slots, `view-${
|
|
2822
|
+
C(i.$slots, `view-${U}-label`, {
|
|
2832
2823
|
row: u.row
|
|
2833
2824
|
}, () => {
|
|
2834
2825
|
var B;
|
|
2835
2826
|
return [
|
|
2836
|
-
|
|
2827
|
+
Le(Se((B = u.m[U]) == null ? void 0 : B.label), 1)
|
|
2837
2828
|
];
|
|
2838
2829
|
}, !0)
|
|
2839
2830
|
]),
|
|
2840
2831
|
default: k(() => [
|
|
2841
|
-
C(i.$slots, `view-${
|
|
2832
|
+
C(i.$slots, `view-${U}`, {
|
|
2842
2833
|
row: u.row
|
|
2843
2834
|
}, () => [
|
|
2844
2835
|
oe(wt, {
|
|
2845
|
-
modelValue: u.row[
|
|
2846
|
-
"onUpdate:modelValue": (B) => u.row[
|
|
2847
|
-
item: c(
|
|
2848
|
-
ctrlKey:
|
|
2849
|
-
ctrlType: M(
|
|
2836
|
+
modelValue: u.row[U],
|
|
2837
|
+
"onUpdate:modelValue": (B) => u.row[U] = B,
|
|
2838
|
+
item: c(U),
|
|
2839
|
+
ctrlKey: U,
|
|
2840
|
+
ctrlType: M(U),
|
|
2850
2841
|
model: u.row,
|
|
2851
2842
|
formInfo: u.row
|
|
2852
2843
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model", "formInfo"])
|
|
@@ -2858,7 +2849,7 @@ const Ea = { style: { padding: "15px", "box-sizing": "border-box" } }, Da = { st
|
|
|
2858
2849
|
]),
|
|
2859
2850
|
_: 2
|
|
2860
2851
|
}, [
|
|
2861
|
-
W(i.$slots, (
|
|
2852
|
+
W(i.$slots, (U, x, V) => ({
|
|
2862
2853
|
name: x,
|
|
2863
2854
|
fn: k((R) => [
|
|
2864
2855
|
C(i.$slots, x, { model: R }, void 0, !0)
|
|
@@ -2868,8 +2859,8 @@ const Ea = { style: { padding: "15px", "box-sizing": "border-box" } }, Da = { st
|
|
|
2868
2859
|
], 4);
|
|
2869
2860
|
};
|
|
2870
2861
|
}
|
|
2871
|
-
},
|
|
2872
|
-
var
|
|
2862
|
+
}, ja = /* @__PURE__ */ at(Ha, [["__scopeId", "data-v-82b787a6"]]);
|
|
2863
|
+
var vl = { exports: {} }, pl = { exports: {} };
|
|
2873
2864
|
(function() {
|
|
2874
2865
|
var r = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", u = {
|
|
2875
2866
|
// Bit-wise rotation left
|
|
@@ -2933,18 +2924,18 @@ var fl = { exports: {} }, vl = { exports: {} };
|
|
|
2933
2924
|
return l;
|
|
2934
2925
|
}
|
|
2935
2926
|
};
|
|
2936
|
-
|
|
2927
|
+
pl.exports = u;
|
|
2937
2928
|
})();
|
|
2938
|
-
var
|
|
2929
|
+
var Ba = pl.exports, Lt = {
|
|
2939
2930
|
// UTF-8 encoding
|
|
2940
2931
|
utf8: {
|
|
2941
2932
|
// Convert a string to a byte array
|
|
2942
2933
|
stringToBytes: function(r) {
|
|
2943
|
-
return
|
|
2934
|
+
return Lt.bin.stringToBytes(unescape(encodeURIComponent(r)));
|
|
2944
2935
|
},
|
|
2945
2936
|
// Convert a byte array to a string
|
|
2946
2937
|
bytesToString: function(r) {
|
|
2947
|
-
return decodeURIComponent(escape(
|
|
2938
|
+
return decodeURIComponent(escape(Lt.bin.bytesToString(r)));
|
|
2948
2939
|
}
|
|
2949
2940
|
},
|
|
2950
2941
|
// Binary encoding
|
|
@@ -2962,31 +2953,31 @@ var ja = vl.exports, Rt = {
|
|
|
2962
2953
|
return u.join("");
|
|
2963
2954
|
}
|
|
2964
2955
|
}
|
|
2965
|
-
}, Nt =
|
|
2956
|
+
}, Nt = Lt;
|
|
2966
2957
|
/*!
|
|
2967
2958
|
* Determine if an object is a Buffer
|
|
2968
2959
|
*
|
|
2969
2960
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
2970
2961
|
* @license MIT
|
|
2971
2962
|
*/
|
|
2972
|
-
var
|
|
2973
|
-
return r != null && (
|
|
2963
|
+
var Pa = function(r) {
|
|
2964
|
+
return r != null && (ml(r) || Na(r) || !!r._isBuffer);
|
|
2974
2965
|
};
|
|
2975
|
-
function
|
|
2966
|
+
function ml(r) {
|
|
2976
2967
|
return !!r.constructor && typeof r.constructor.isBuffer == "function" && r.constructor.isBuffer(r);
|
|
2977
2968
|
}
|
|
2978
|
-
function
|
|
2979
|
-
return typeof r.readFloatLE == "function" && typeof r.slice == "function" &&
|
|
2969
|
+
function Na(r) {
|
|
2970
|
+
return typeof r.readFloatLE == "function" && typeof r.slice == "function" && ml(r.slice(0, 0));
|
|
2980
2971
|
}
|
|
2981
2972
|
(function() {
|
|
2982
|
-
var r =
|
|
2973
|
+
var r = Ba, u = Nt.utf8, t = Pa, l = Nt.bin, n = function(e, h) {
|
|
2983
2974
|
e.constructor == String ? h && h.encoding === "binary" ? e = l.stringToBytes(e) : e = u.stringToBytes(e) : t(e) ? e = Array.prototype.slice.call(e, 0) : !Array.isArray(e) && e.constructor !== Uint8Array && (e = e.toString());
|
|
2984
|
-
for (var c = r.bytesToWords(e), M = e.length * 8, f = 1732584193, i = -271733879, o = -1732584194, d = 271733878,
|
|
2985
|
-
c[
|
|
2975
|
+
for (var c = r.bytesToWords(e), M = e.length * 8, f = 1732584193, i = -271733879, o = -1732584194, d = 271733878, g = 0; g < c.length; g++)
|
|
2976
|
+
c[g] = (c[g] << 8 | c[g] >>> 24) & 16711935 | (c[g] << 24 | c[g] >>> 8) & 4278255360;
|
|
2986
2977
|
c[M >>> 5] |= 128 << M % 32, c[(M + 64 >>> 9 << 4) + 14] = M;
|
|
2987
|
-
for (var P = n._ff,
|
|
2978
|
+
for (var P = n._ff, U = n._gg, x = n._hh, V = n._ii, g = 0; g < c.length; g += 16) {
|
|
2988
2979
|
var R = f, B = i, ie = o, le = d;
|
|
2989
|
-
f = P(f, i, o, d, c[
|
|
2980
|
+
f = P(f, i, o, d, c[g + 0], 7, -680876936), d = P(d, f, i, o, c[g + 1], 12, -389564586), o = P(o, d, f, i, c[g + 2], 17, 606105819), i = P(i, o, d, f, c[g + 3], 22, -1044525330), f = P(f, i, o, d, c[g + 4], 7, -176418897), d = P(d, f, i, o, c[g + 5], 12, 1200080426), o = P(o, d, f, i, c[g + 6], 17, -1473231341), i = P(i, o, d, f, c[g + 7], 22, -45705983), f = P(f, i, o, d, c[g + 8], 7, 1770035416), d = P(d, f, i, o, c[g + 9], 12, -1958414417), o = P(o, d, f, i, c[g + 10], 17, -42063), i = P(i, o, d, f, c[g + 11], 22, -1990404162), f = P(f, i, o, d, c[g + 12], 7, 1804603682), d = P(d, f, i, o, c[g + 13], 12, -40341101), o = P(o, d, f, i, c[g + 14], 17, -1502002290), i = P(i, o, d, f, c[g + 15], 22, 1236535329), f = U(f, i, o, d, c[g + 1], 5, -165796510), d = U(d, f, i, o, c[g + 6], 9, -1069501632), o = U(o, d, f, i, c[g + 11], 14, 643717713), i = U(i, o, d, f, c[g + 0], 20, -373897302), f = U(f, i, o, d, c[g + 5], 5, -701558691), d = U(d, f, i, o, c[g + 10], 9, 38016083), o = U(o, d, f, i, c[g + 15], 14, -660478335), i = U(i, o, d, f, c[g + 4], 20, -405537848), f = U(f, i, o, d, c[g + 9], 5, 568446438), d = U(d, f, i, o, c[g + 14], 9, -1019803690), o = U(o, d, f, i, c[g + 3], 14, -187363961), i = U(i, o, d, f, c[g + 8], 20, 1163531501), f = U(f, i, o, d, c[g + 13], 5, -1444681467), d = U(d, f, i, o, c[g + 2], 9, -51403784), o = U(o, d, f, i, c[g + 7], 14, 1735328473), i = U(i, o, d, f, c[g + 12], 20, -1926607734), f = x(f, i, o, d, c[g + 5], 4, -378558), d = x(d, f, i, o, c[g + 8], 11, -2022574463), o = x(o, d, f, i, c[g + 11], 16, 1839030562), i = x(i, o, d, f, c[g + 14], 23, -35309556), f = x(f, i, o, d, c[g + 1], 4, -1530992060), d = x(d, f, i, o, c[g + 4], 11, 1272893353), o = x(o, d, f, i, c[g + 7], 16, -155497632), i = x(i, o, d, f, c[g + 10], 23, -1094730640), f = x(f, i, o, d, c[g + 13], 4, 681279174), d = x(d, f, i, o, c[g + 0], 11, -358537222), o = x(o, d, f, i, c[g + 3], 16, -722521979), i = x(i, o, d, f, c[g + 6], 23, 76029189), f = x(f, i, o, d, c[g + 9], 4, -640364487), d = x(d, f, i, o, c[g + 12], 11, -421815835), o = x(o, d, f, i, c[g + 15], 16, 530742520), i = x(i, o, d, f, c[g + 2], 23, -995338651), f = V(f, i, o, d, c[g + 0], 6, -198630844), d = V(d, f, i, o, c[g + 7], 10, 1126891415), o = V(o, d, f, i, c[g + 14], 15, -1416354905), i = V(i, o, d, f, c[g + 5], 21, -57434055), f = V(f, i, o, d, c[g + 12], 6, 1700485571), d = V(d, f, i, o, c[g + 3], 10, -1894986606), o = V(o, d, f, i, c[g + 10], 15, -1051523), i = V(i, o, d, f, c[g + 1], 21, -2054922799), f = V(f, i, o, d, c[g + 8], 6, 1873313359), d = V(d, f, i, o, c[g + 15], 10, -30611744), o = V(o, d, f, i, c[g + 6], 15, -1560198380), i = V(i, o, d, f, c[g + 13], 21, 1309151649), f = V(f, i, o, d, c[g + 4], 6, -145523070), d = V(d, f, i, o, c[g + 11], 10, -1120210379), o = V(o, d, f, i, c[g + 2], 15, 718787259), i = V(i, o, d, f, c[g + 9], 21, -343485551), f = f + R >>> 0, i = i + B >>> 0, o = o + ie >>> 0, d = d + le >>> 0;
|
|
2990
2981
|
}
|
|
2991
2982
|
return r.endian([f, i, o, d]);
|
|
2992
2983
|
};
|
|
@@ -3002,18 +2993,18 @@ function Pa(r) {
|
|
|
3002
2993
|
}, n._ii = function(e, h, c, M, f, i, o) {
|
|
3003
2994
|
var d = e + (c ^ (h | ~M)) + (f >>> 0) + o;
|
|
3004
2995
|
return (d << i | d >>> 32 - i) + h;
|
|
3005
|
-
}, n._blocksize = 16, n._digestsize = 16,
|
|
2996
|
+
}, n._blocksize = 16, n._digestsize = 16, vl.exports = function(e, h) {
|
|
3006
2997
|
if (e == null)
|
|
3007
2998
|
throw new Error("Illegal argument " + e);
|
|
3008
2999
|
var c = r.wordsToBytes(n(e, h));
|
|
3009
3000
|
return h && h.asBytes ? c : h && h.asString ? l.bytesToString(c) : r.bytesToHex(c);
|
|
3010
3001
|
};
|
|
3011
3002
|
})();
|
|
3012
|
-
var
|
|
3013
|
-
const
|
|
3003
|
+
var Wa = vl.exports;
|
|
3004
|
+
const Ga = /* @__PURE__ */ sl(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
3014
3005
|
key: 0,
|
|
3015
3006
|
class: "table-query-container"
|
|
3016
|
-
},
|
|
3007
|
+
}, Za = { class: "table-container" }, Ja = ["innerHTML"], Ka = /* @__PURE__ */ Object.assign({
|
|
3017
3008
|
name: "g-table",
|
|
3018
3009
|
inheritAttrs: !1
|
|
3019
3010
|
}, {
|
|
@@ -3041,8 +3032,8 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3041
3032
|
var _;
|
|
3042
3033
|
let m;
|
|
3043
3034
|
if (typeof s.search == "function") {
|
|
3044
|
-
const
|
|
3045
|
-
m = (
|
|
3035
|
+
const D = s.search(c.value);
|
|
3036
|
+
m = (D == null ? void 0 : D.value) ?? s.value;
|
|
3046
3037
|
} else
|
|
3047
3038
|
m = ((_ = s.search) == null ? void 0 : _.value) ?? s.value;
|
|
3048
3039
|
return [a, m];
|
|
@@ -3077,7 +3068,7 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3077
3068
|
"filter-multiple",
|
|
3078
3069
|
"filter-method",
|
|
3079
3070
|
"filtered-value"
|
|
3080
|
-
], d = ne([]),
|
|
3071
|
+
], d = ne([]), g = qt(), P = ne({}), U = ne([]), x = ne(null), V = ne(""), R = ne("/"), B = rt(r, "selectedRows"), ie = ne({
|
|
3081
3072
|
autoWatch: !1,
|
|
3082
3073
|
data: [],
|
|
3083
3074
|
border: !0,
|
|
@@ -3087,42 +3078,43 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3087
3078
|
stripe: !0,
|
|
3088
3079
|
type: "hidden",
|
|
3089
3080
|
load: async () => {
|
|
3090
|
-
|
|
3091
|
-
|
|
3081
|
+
const a = Number(await Ta(R.value));
|
|
3082
|
+
a && a > 0 && (e.value.table.page.pageSize = a);
|
|
3083
|
+
let { currentPage: s, pageSize: m } = e.value.table.page;
|
|
3092
3084
|
try {
|
|
3093
3085
|
n(
|
|
3094
3086
|
"load",
|
|
3095
|
-
{ currentPage:
|
|
3096
|
-
(
|
|
3097
|
-
var
|
|
3098
|
-
if (!Array.isArray(
|
|
3087
|
+
{ currentPage: s, pageSize: m, ...c.value },
|
|
3088
|
+
(_ = [], D = 0, { fields: H = [], sums: j = {} } = {}) => {
|
|
3089
|
+
var he;
|
|
3090
|
+
if (!Array.isArray(_)) {
|
|
3099
3091
|
console.error("从 load 事件回调中接收到的数据不是数组格式。"), it.error("数据加载失败,请检查数据格式。");
|
|
3100
3092
|
return;
|
|
3101
3093
|
}
|
|
3102
|
-
if (typeof
|
|
3094
|
+
if (typeof D != "number") {
|
|
3103
3095
|
console.error("从 load 事件回调中接收到的 total 不是数字格式。"), it.error("数据加载失败,请检查数据格式。");
|
|
3104
3096
|
return;
|
|
3105
3097
|
}
|
|
3106
|
-
e.value.table.data =
|
|
3098
|
+
e.value.table.data = _, ((he = e.value.control) == null ? void 0 : he.add(x.value, e).inline) === !0 && e.value.table.data.unshift(x.value), e.value.table.page.total = D, U.value = H, P.value = j, T(), V.value = Math.random().toString(36).substring(2);
|
|
3107
3099
|
},
|
|
3108
3100
|
x.value
|
|
3109
3101
|
);
|
|
3110
|
-
} catch (
|
|
3111
|
-
console.error("触发 load 事件时出现错误:",
|
|
3102
|
+
} catch (_) {
|
|
3103
|
+
console.error("触发 load 事件时出现错误:", _), it.error("数据加载时出现错误,请稍后重试。");
|
|
3112
3104
|
}
|
|
3113
3105
|
},
|
|
3114
3106
|
onHeaderDragend: (a, s, m) => {
|
|
3115
|
-
|
|
3107
|
+
_a(R.value, m.property, a);
|
|
3116
3108
|
},
|
|
3117
3109
|
onRowDblclick: (a, s, m) => {
|
|
3118
|
-
e.value.table.dblclickType == "edit" ? p(a, s, m, e) : e.value.table.dblclickType == "view" ?
|
|
3110
|
+
e.value.table.dblclickType == "edit" ? p(a, s, m, e) : e.value.table.dblclickType == "view" ? I(a, s, m, e) : e.value.table.dblclickType == "delete" ? S(a, s, m, e) : e.value.table.dblclickType(a, s, m, e);
|
|
3119
3111
|
},
|
|
3120
3112
|
style: { "min-height": "100px", backgroundColor: "var(--el-bg-color)" },
|
|
3121
3113
|
page: {
|
|
3122
3114
|
total: 0,
|
|
3123
3115
|
pageSize: 20,
|
|
3124
3116
|
currentPage: 1,
|
|
3125
|
-
pageSizes: [5, 10, 20, 30, 40, 50],
|
|
3117
|
+
pageSizes: [5, 10, 20, 30, 40, 50, 100],
|
|
3126
3118
|
layout: "total, sizes, prev, pager, next, jumper",
|
|
3127
3119
|
style: {
|
|
3128
3120
|
display: "flex",
|
|
@@ -3135,7 +3127,7 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3135
3127
|
e.value.table.page.currentPage = a, e.value.table.load();
|
|
3136
3128
|
},
|
|
3137
3129
|
onSizeChange: (a) => {
|
|
3138
|
-
|
|
3130
|
+
Sa({ page: R.value, size: a }).then(() => {
|
|
3139
3131
|
e.value.table.page.pageSize = a, e.value.table.load();
|
|
3140
3132
|
});
|
|
3141
3133
|
}
|
|
@@ -3148,11 +3140,11 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3148
3140
|
B.value = a;
|
|
3149
3141
|
}
|
|
3150
3142
|
});
|
|
3151
|
-
e.value.table =
|
|
3143
|
+
e.value.table = Ue(
|
|
3152
3144
|
ie.value,
|
|
3153
3145
|
h == null ? void 0 : h.table,
|
|
3154
3146
|
e.value.table,
|
|
3155
|
-
|
|
3147
|
+
g
|
|
3156
3148
|
// 继承父组件的属性
|
|
3157
3149
|
);
|
|
3158
3150
|
const le = {
|
|
@@ -3174,8 +3166,8 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3174
3166
|
// description || readonly
|
|
3175
3167
|
icon: () => ke(Rl),
|
|
3176
3168
|
auth: () => {
|
|
3177
|
-
var
|
|
3178
|
-
return !(((
|
|
3169
|
+
var D;
|
|
3170
|
+
return !(((D = _ == null ? void 0 : _.control) == null ? void 0 : D.add(a, _).inline) === !0 && m === 0);
|
|
3179
3171
|
}
|
|
3180
3172
|
}),
|
|
3181
3173
|
edit: (a, s, m, _) => ({
|
|
@@ -3185,8 +3177,8 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3185
3177
|
mode: "dialog",
|
|
3186
3178
|
icon: () => ke(Ll),
|
|
3187
3179
|
auth: () => {
|
|
3188
|
-
var
|
|
3189
|
-
return ((
|
|
3180
|
+
var D;
|
|
3181
|
+
return ((D = _ == null ? void 0 : _.control) == null ? void 0 : D.add(a, _).inline) !== !0;
|
|
3190
3182
|
}
|
|
3191
3183
|
}),
|
|
3192
3184
|
delete: (a, s, m, _) => ({
|
|
@@ -3195,8 +3187,8 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3195
3187
|
type: "danger",
|
|
3196
3188
|
icon: () => ke(tl),
|
|
3197
3189
|
auth: () => {
|
|
3198
|
-
var
|
|
3199
|
-
return !(((
|
|
3190
|
+
var D;
|
|
3191
|
+
return !(((D = _.control) == null ? void 0 : D.add(a, _).inline) === !0 && m === 0);
|
|
3200
3192
|
},
|
|
3201
3193
|
dialog: {
|
|
3202
3194
|
message: "此操作将永久删除该文件, 是否继续?",
|
|
@@ -3209,11 +3201,11 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3209
3201
|
}
|
|
3210
3202
|
}),
|
|
3211
3203
|
save: (a, s, m, _) => {
|
|
3212
|
-
var
|
|
3204
|
+
var D, H;
|
|
3213
3205
|
return {
|
|
3214
|
-
label: ((
|
|
3206
|
+
label: ((D = _.control) == null ? void 0 : D.add(a, _).inline) !== !0 ? "保存" : m === 0 ? "新增" : "保存",
|
|
3215
3207
|
text: !0,
|
|
3216
|
-
icon: () => ke(
|
|
3208
|
+
icon: () => ke(Ut),
|
|
3217
3209
|
type: ((H = _.control) == null ? void 0 : H.add(a, _).inline) !== !0 || m === 0 ? "primary" : "success",
|
|
3218
3210
|
sort: -1,
|
|
3219
3211
|
auth: () => {
|
|
@@ -3244,7 +3236,7 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3244
3236
|
text: !1,
|
|
3245
3237
|
type: "primary",
|
|
3246
3238
|
mode: "dialog",
|
|
3247
|
-
icon: () => ke(
|
|
3239
|
+
icon: () => ke(Ut),
|
|
3248
3240
|
auth: () => !1
|
|
3249
3241
|
}),
|
|
3250
3242
|
download: (a, s) => ({
|
|
@@ -3272,50 +3264,50 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3272
3264
|
auth: () => !(_.control.add(a, _).inline === !0 && m == 0),
|
|
3273
3265
|
onClick: () => {
|
|
3274
3266
|
var H;
|
|
3275
|
-
let
|
|
3276
|
-
|
|
3267
|
+
let D = (H = Ce(a, s, m, _)) == null ? void 0 : H.operate;
|
|
3268
|
+
D === "edit" ? p(a, s, m, _) : D === "delete" ? S(a, s, m, _) : D === "view" && I(a, s, m, _);
|
|
3277
3269
|
},
|
|
3278
3270
|
"button-props": { round: !0, plain: !0 }
|
|
3279
3271
|
})
|
|
3280
3272
|
};
|
|
3281
|
-
e.value.control =
|
|
3273
|
+
e.value.control = Ue(
|
|
3282
3274
|
le,
|
|
3283
3275
|
h == null ? void 0 : h.control,
|
|
3284
3276
|
(Xe = e.value) == null ? void 0 : Xe.control
|
|
3285
3277
|
);
|
|
3286
3278
|
const se = (a, s = !0) => {
|
|
3287
|
-
const m = e.value.control[a], _ = s ? (
|
|
3279
|
+
const m = e.value.control[a], _ = s ? (D, H, j, he) => {
|
|
3288
3280
|
var He, Ke, pt;
|
|
3289
|
-
if (!
|
|
3281
|
+
if (!D || !H || j == null)
|
|
3290
3282
|
return console.warn(`merge${a.charAt(0).toUpperCase() + a.slice(1)}: 缺少必要的参数(row, column或index)`), {};
|
|
3291
|
-
const we = ((He = le[a]) == null ? void 0 : He.call(le,
|
|
3292
|
-
return
|
|
3293
|
-
} : (
|
|
3294
|
-
var Ve,
|
|
3295
|
-
const j = ((Ve = le[a]) == null ? void 0 : Ve.call(le,
|
|
3296
|
-
return
|
|
3283
|
+
const we = ((He = le[a]) == null ? void 0 : He.call(le, D, H, j, he)) || {}, Ve = ((pt = (Ke = h == null ? void 0 : h.control) == null ? void 0 : Ke[a]) == null ? void 0 : pt.call(Ke, D, H, j, he)) || {}, Ye = (m == null ? void 0 : m(D, H, j, he)) || {};
|
|
3284
|
+
return Ue(we, Ve, Ye) || {};
|
|
3285
|
+
} : (D, H) => {
|
|
3286
|
+
var Ve, Ye, He;
|
|
3287
|
+
const j = ((Ve = le[a]) == null ? void 0 : Ve.call(le, D, H)) || {}, he = ((He = (Ye = h == null ? void 0 : h.control) == null ? void 0 : Ye[a]) == null ? void 0 : He.call(Ye, D, H)) || {}, we = (m == null ? void 0 : m(D, H)) || {};
|
|
3288
|
+
return Ue(j, he, we) || {};
|
|
3297
3289
|
};
|
|
3298
3290
|
e.value.control[a] = _;
|
|
3299
3291
|
};
|
|
3300
3292
|
se("edit"), se("delete"), se("view"), se("save"), se("add", !1), se("download", !1), se("setting", !1), se("batch", !1), se("toggleExpand", !1);
|
|
3301
3293
|
const Ce = (a, s, m, _) => {
|
|
3302
|
-
var
|
|
3294
|
+
var he, we, Ve, Ye, He, Ke;
|
|
3303
3295
|
if (!a || !s || m == null)
|
|
3304
3296
|
return console.warn("mergeDropdown: 缺少必要的参数(row, column或index)"), {};
|
|
3305
|
-
const
|
|
3306
|
-
return
|
|
3297
|
+
const D = ((he = le.dropdown) == null ? void 0 : he.call(le, a, s, m, _)) || {}, H = ((Ve = (we = h == null ? void 0 : h.control) == null ? void 0 : we.dropdown) == null ? void 0 : Ve.call(we, a, s, m, _)) || {}, j = ((Ke = (He = (Ye = e.value) == null ? void 0 : Ye.control) == null ? void 0 : He.dropdown) == null ? void 0 : Ke.call(He, a, s, m, _)) || {};
|
|
3298
|
+
return Ue(D, H, j) || {};
|
|
3307
3299
|
}, Oe = {
|
|
3308
3300
|
type: "hidden",
|
|
3309
3301
|
"min-width": 100,
|
|
3310
3302
|
align: "center",
|
|
3311
3303
|
formatter: (a, s, m, _) => m,
|
|
3312
|
-
"tooltip-formatter": ({ row: a, column: s, cellValue: m }) => ke(
|
|
3304
|
+
"tooltip-formatter": ({ row: a, column: s, cellValue: m }) => ke(Fa, { content: m, column: s })
|
|
3313
3305
|
};
|
|
3314
|
-
e.value.tableColumns =
|
|
3306
|
+
e.value.tableColumns = Ue(
|
|
3315
3307
|
Oe,
|
|
3316
3308
|
h == null ? void 0 : h.tableColumns,
|
|
3317
3309
|
(Qe = e.value) == null ? void 0 : Qe.tableColumns
|
|
3318
|
-
), e.value.form =
|
|
3310
|
+
), e.value.form = Ue(
|
|
3319
3311
|
dl,
|
|
3320
3312
|
{
|
|
3321
3313
|
cancel: {
|
|
@@ -3333,7 +3325,7 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3333
3325
|
width: "100%"
|
|
3334
3326
|
}
|
|
3335
3327
|
};
|
|
3336
|
-
e.value.formItems =
|
|
3328
|
+
e.value.formItems = Ue(
|
|
3337
3329
|
Ee,
|
|
3338
3330
|
h == null ? void 0 : h.formItems,
|
|
3339
3331
|
(_t = e == null ? void 0 : e.value) == null ? void 0 : _t.formItems
|
|
@@ -3350,7 +3342,7 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3350
3342
|
draggable: !0,
|
|
3351
3343
|
overflow: !0
|
|
3352
3344
|
};
|
|
3353
|
-
e.value.dialog =
|
|
3345
|
+
e.value.dialog = Ue(
|
|
3354
3346
|
me,
|
|
3355
3347
|
h == null ? void 0 : h.dialog,
|
|
3356
3348
|
(Ct = e.value) == null ? void 0 : Ct.dialog
|
|
@@ -3359,32 +3351,32 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3359
3351
|
let m = s;
|
|
3360
3352
|
if (a.precision && !isNaN(parseFloat(s)) && (typeof a.precision == "number" ? m = parseFloat(m).toFixed(a.precision) : typeof a.precision == "object" && a.precision.num && (a.precision.pad ? m = parseFloat(m).toFixed(a.precision.num) : m = parseFloat(
|
|
3361
3353
|
parseFloat(m).toFixed(a.precision.num)
|
|
3362
|
-
).toString())), ["date", "datetime", "time", "time-select"].includes(a.type) &&
|
|
3363
|
-
const
|
|
3354
|
+
).toString())), ["date", "datetime", "time", "time-select"].includes(a.type) && zt(s).isValid()) {
|
|
3355
|
+
const D = {
|
|
3364
3356
|
date: "YYYY-MM-DD",
|
|
3365
3357
|
datetime: "YYYY-MM-DD HH:mm:ss",
|
|
3366
3358
|
time: "HH:mm:ss"
|
|
3367
3359
|
};
|
|
3368
|
-
m = a.format ?
|
|
3360
|
+
m = a.format ? zt(m).format(a.format) : zt(m).format(D[a.type]);
|
|
3369
3361
|
}
|
|
3370
3362
|
return a.type === "money" && (a.align = a.align || "right", a.width = a.width || 130, m = `<span title="${Ft(
|
|
3371
3363
|
parseFloat(m)
|
|
3372
|
-
)}">${
|
|
3364
|
+
)}">${mr(parseFloat(m), (a == null ? void 0 : a.precision) || 2, (a == null ? void 0 : a.removeZero) || !1)}</span>`), a.prefix && m && (m = `<span>${a.prefix}${m}</span>`), a.suffix && m && (m = `${m}<span>${a.suffix}</span>`), m;
|
|
3373
3365
|
}, Te = (a) => {
|
|
3374
3366
|
c.value = Object.fromEntries(f), e.value.table.load();
|
|
3375
3367
|
}, Ge = (a) => {
|
|
3376
3368
|
c.value = a, e.value.table.load();
|
|
3377
|
-
},
|
|
3369
|
+
}, b = async (a = x.value, s) => {
|
|
3378
3370
|
var m, _;
|
|
3379
3371
|
e.value.form.modalState = "add", l.value = "add";
|
|
3380
3372
|
try {
|
|
3381
3373
|
if (!await ((m = e.value.control) == null ? void 0 : m.validate("add", { row: x.value, m: s }))) return;
|
|
3382
|
-
} catch (
|
|
3383
|
-
console.error("验证失败:",
|
|
3374
|
+
} catch (D) {
|
|
3375
|
+
console.error("验证失败:", D);
|
|
3384
3376
|
return;
|
|
3385
3377
|
}
|
|
3386
|
-
(_ = e.value.control.add(x.value, s)) != null && _.click ? e.value.control.add(x.value, s).click(x.value, s) : e.value.control.add(x.value, s).inline === !0 ? (e.value.table.data.unshift({ ...x.value }), n("open", "row-add", { row: x.value })) : (e.value.form.disabled = !1, e.value.dialog.mode = e.value.control.add(x.value, s).mode, e.value.dialog.title = e.value.control.add(x.value, s).title || e.value.control.add(x.value, s).label || "新增", Object.keys(x.value).forEach((
|
|
3387
|
-
e.value[
|
|
3378
|
+
(_ = e.value.control.add(x.value, s)) != null && _.click ? e.value.control.add(x.value, s).click(x.value, s) : e.value.control.add(x.value, s).inline === !0 ? (e.value.table.data.unshift({ ...x.value }), n("open", "row-add", { row: x.value })) : (e.value.form.disabled = !1, e.value.dialog.mode = e.value.control.add(x.value, s).mode, e.value.dialog.title = e.value.control.add(x.value, s).title || e.value.control.add(x.value, s).label || "新增", Object.keys(x.value).forEach((D) => {
|
|
3379
|
+
e.value[D] && (e.value[D].value = x.value[D]);
|
|
3388
3380
|
}), i.value = !0, n("open", "add", { row: x.value, m: s }), $t());
|
|
3389
3381
|
}, $ = () => {
|
|
3390
3382
|
n("batch", B.value);
|
|
@@ -3393,10 +3385,10 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3393
3385
|
M.value = !0;
|
|
3394
3386
|
});
|
|
3395
3387
|
}, p = async (a, s, m, _) => {
|
|
3396
|
-
var
|
|
3388
|
+
var D, H;
|
|
3397
3389
|
e.value.form.modalState = "edit", l.value = "edit";
|
|
3398
3390
|
try {
|
|
3399
|
-
if (!await ((
|
|
3391
|
+
if (!await ((D = e.value.control) == null ? void 0 : D.validate("edit", { row: a, column: s, index: m, m: _ }))) return;
|
|
3400
3392
|
} catch (j) {
|
|
3401
3393
|
console.error("验证失败:", j);
|
|
3402
3394
|
return;
|
|
@@ -3405,9 +3397,9 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3405
3397
|
e.value[j] && (e.value[j].value = a[j]);
|
|
3406
3398
|
}), i.value = !0, n("open", "edit", { m: _, row: a, column: s, index: m }), $t());
|
|
3407
3399
|
}, S = async (a, s, m, _) => {
|
|
3408
|
-
var
|
|
3400
|
+
var D, H;
|
|
3409
3401
|
try {
|
|
3410
|
-
if (!await ((
|
|
3402
|
+
if (!await ((D = e.value.control) == null ? void 0 : D.validate("delete", { row: a, column: s, index: m, m: _ }))) return;
|
|
3411
3403
|
} catch (j) {
|
|
3412
3404
|
console.error("验证失败:", j);
|
|
3413
3405
|
return;
|
|
@@ -3415,84 +3407,84 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3415
3407
|
if ((H = e.value.control.delete(a, s, m, _)) != null && H.click)
|
|
3416
3408
|
e.value.control.delete(a, s, m, _).click(a, s, m, _);
|
|
3417
3409
|
else {
|
|
3418
|
-
let { message: j, title:
|
|
3419
|
-
Xt.confirm(j,
|
|
3410
|
+
let { message: j, title: he, options: we } = e.value.control.delete(a, s, m, _).dialog;
|
|
3411
|
+
Xt.confirm(j, he, we).then(() => {
|
|
3420
3412
|
n(
|
|
3421
3413
|
"delete",
|
|
3422
3414
|
{ row: a, column: s, index: m, m: _ },
|
|
3423
|
-
(Ve = !0,
|
|
3424
|
-
Ve && (e.value.table.data.splice(m, 1), e.value.table.page.total--),
|
|
3415
|
+
(Ve = !0, Ye = !1) => {
|
|
3416
|
+
Ve && (e.value.table.data.splice(m, 1), e.value.table.page.total--), Ye && e.value.table.load();
|
|
3425
3417
|
}
|
|
3426
3418
|
);
|
|
3427
3419
|
}).catch(() => {
|
|
3428
3420
|
});
|
|
3429
3421
|
}
|
|
3430
|
-
},
|
|
3431
|
-
var
|
|
3422
|
+
}, I = async (a, s, m, _) => {
|
|
3423
|
+
var D, H, j, he;
|
|
3432
3424
|
e.value.form.modalState = void 0, l.value = "view";
|
|
3433
3425
|
try {
|
|
3434
|
-
if (!await ((
|
|
3426
|
+
if (!await ((D = e.value.control) == null ? void 0 : D.validate("view", { row: a, column: s, index: m, m: _ }))) return;
|
|
3435
3427
|
} catch (we) {
|
|
3436
3428
|
console.error("验证失败:", we);
|
|
3437
3429
|
return;
|
|
3438
3430
|
}
|
|
3439
3431
|
(H = e.value.control.view(a, s, m, _)) != null && H.click ? e.value.control.view(a, s, m, _).click(a, s, m, _) : (e.value.form.disabled = !0, e.value.dialog.mode = e.value.control.view(a, s, m, _).mode, e.value.dialog.title = e.value.control.view(a, s, m, _).title || e.value.control.view(a, s, m, _).label || "详情", Object.keys(a).forEach((we) => {
|
|
3440
3432
|
e.value[we] && (e.value[we].value = a[we]);
|
|
3441
|
-
}), ((j = e.value.control.view(a, s, m, _)) == null ? void 0 : j["view-mode"]) === "description" ?
|
|
3433
|
+
}), ((j = e.value.control.view(a, s, m, _)) == null ? void 0 : j["view-mode"]) === "description" ? hl({
|
|
3442
3434
|
...e.value.dialog,
|
|
3443
3435
|
type: e.value.dialog.mode,
|
|
3444
3436
|
slots: {
|
|
3445
3437
|
default: () => {
|
|
3446
|
-
var we, Ve,
|
|
3447
|
-
return ke(
|
|
3438
|
+
var we, Ve, Ye;
|
|
3439
|
+
return ke(ja, {
|
|
3448
3440
|
row: a,
|
|
3449
3441
|
m: _,
|
|
3450
3442
|
container: ((we = e.value.control.view(a, s, m, _)) == null ? void 0 : we.container) || {}
|
|
3451
|
-
}, ((
|
|
3443
|
+
}, ((Ye = (Ve = e.value.control.view(a, s, m, _)) == null ? void 0 : Ve.container) == null ? void 0 : Ye.slots) || {});
|
|
3452
3444
|
}
|
|
3453
3445
|
}
|
|
3454
|
-
}) : ((
|
|
3446
|
+
}) : ((he = e.value.control.view(a, s, m, _)) == null ? void 0 : he["view-mode"]) === "readonly" && (i.value = !0, $t()), n("open", "view", { m: _, row: a, column: s, index: m }));
|
|
3455
3447
|
}, O = (a, s = x.value) => {
|
|
3456
3448
|
Object.assign(a, s);
|
|
3457
|
-
},
|
|
3458
|
-
const
|
|
3459
|
-
|
|
3449
|
+
}, Y = (a, s, m, _) => {
|
|
3450
|
+
const D = e.value.control.save(a, s, m, _);
|
|
3451
|
+
D != null && D.click ? D.click(a, s, m, _) : n(
|
|
3460
3452
|
"row-save",
|
|
3461
3453
|
{ row: a, column: s, index: m, data: e.value.table.data },
|
|
3462
3454
|
async (H = !0, j = !0) => {
|
|
3463
3455
|
if (H && e.value.table.load(), j && m === 0) {
|
|
3464
|
-
const
|
|
3456
|
+
const he = Object.entries(e.value).filter(
|
|
3465
3457
|
([we, Ve]) => Ve.type !== "control" && Ve.type !== "hidden"
|
|
3466
3458
|
// && val.editor !== false
|
|
3467
3459
|
);
|
|
3468
3460
|
x.value = Object.fromEntries(
|
|
3469
|
-
|
|
3461
|
+
he.map(([we, Ve]) => [we, Ve.value])
|
|
3470
3462
|
), e.value.table.data[m] = { ...x.value };
|
|
3471
3463
|
}
|
|
3472
3464
|
}
|
|
3473
3465
|
);
|
|
3474
|
-
}, ae =
|
|
3466
|
+
}, ae = hr((a, s, m) => {
|
|
3475
3467
|
n("submit", e.value.form.modalState, a, s, (_) => {
|
|
3476
3468
|
_ && (m === 1 && (i.value = !1), O(a), s.table.load());
|
|
3477
3469
|
});
|
|
3478
3470
|
}, 300), de = (a, s) => {
|
|
3479
3471
|
O(a), n("reset", a, s);
|
|
3480
|
-
},
|
|
3472
|
+
}, ye = (a, s, m) => {
|
|
3481
3473
|
var _;
|
|
3482
3474
|
if ((_ = s.control.download(a, s)) != null && _.click)
|
|
3483
3475
|
s.control.download(a, s).click(a, s, m);
|
|
3484
3476
|
else {
|
|
3485
|
-
let
|
|
3477
|
+
let D = Rt(
|
|
3486
3478
|
{
|
|
3487
3479
|
title: s.control.download(a, s).title || s.control.download(a, s).label || "下载",
|
|
3488
3480
|
size: s.control.download(a, s).size || 480,
|
|
3489
3481
|
width: s.control.download(a, s).width || 600,
|
|
3490
3482
|
slots: {
|
|
3491
|
-
default: () => ke(
|
|
3483
|
+
default: () => ke($a, {
|
|
3492
3484
|
items: m,
|
|
3493
3485
|
commitText: s.control.download(a, s).excelLabel,
|
|
3494
3486
|
onExcel: (H, j) => {
|
|
3495
|
-
n("download", H, c.value, j),
|
|
3487
|
+
n("download", H, c.value, j), D();
|
|
3496
3488
|
}
|
|
3497
3489
|
})
|
|
3498
3490
|
}
|
|
@@ -3502,7 +3494,7 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3502
3494
|
}
|
|
3503
3495
|
}, G = (a, s) => {
|
|
3504
3496
|
var m;
|
|
3505
|
-
(m = s.control.setting(a, s)) != null && m.click ? s.control.setting(a, s).click(a, s) :
|
|
3497
|
+
(m = s.control.setting(a, s)) != null && m.click ? s.control.setting(a, s).click(a, s) : Rt(
|
|
3506
3498
|
{
|
|
3507
3499
|
title: s.control.setting(a, s).title || s.control.setting(a, s).label || "设置",
|
|
3508
3500
|
size: s.control.setting(a, s).size || 470,
|
|
@@ -3523,17 +3515,17 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3523
3515
|
s.control.setting(a, s).mode
|
|
3524
3516
|
);
|
|
3525
3517
|
}, X = e.value.control, De = {
|
|
3526
|
-
add:
|
|
3518
|
+
add: b,
|
|
3527
3519
|
batch: $,
|
|
3528
|
-
download:
|
|
3520
|
+
download: ye,
|
|
3529
3521
|
toggleExpand: w,
|
|
3530
3522
|
setting: G,
|
|
3531
|
-
view:
|
|
3523
|
+
view: I,
|
|
3532
3524
|
edit: p,
|
|
3533
3525
|
delete: S,
|
|
3534
|
-
save:
|
|
3535
|
-
}, _e = (a, s, m, _,
|
|
3536
|
-
const j = X == null ? void 0 : X[H](s, m, _,
|
|
3526
|
+
save: Y
|
|
3527
|
+
}, _e = (a, s, m, _, D) => a.filter((H) => De[H]).map((H) => {
|
|
3528
|
+
const j = X == null ? void 0 : X[H](s, m, _, D);
|
|
3537
3529
|
return {
|
|
3538
3530
|
name: `control-${H}`,
|
|
3539
3531
|
attr: j,
|
|
@@ -3542,19 +3534,19 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3542
3534
|
sort: (j == null ? void 0 : j.sort) || 0,
|
|
3543
3535
|
groupName: (j == null ? void 0 : j.groupName) || "default"
|
|
3544
3536
|
};
|
|
3545
|
-
}).sort((H, j) => H.sort - j.sort), qe = (a, s, m, _,
|
|
3546
|
-
const
|
|
3547
|
-
return H[
|
|
3548
|
-
}, {}),
|
|
3537
|
+
}).sort((H, j) => H.sort - j.sort), qe = (a, s, m, _, D) => _e(a, s, m, _, D).reduce((H, j) => {
|
|
3538
|
+
const he = j.groupName || "default";
|
|
3539
|
+
return H[he] || (H[he] = []), H[he].push(j), H;
|
|
3540
|
+
}, {}), Me = Pe(() => Object.fromEntries(
|
|
3549
3541
|
Object.entries(e.value).filter(
|
|
3550
3542
|
([a, s]) => s.type !== "hidden" && s.hidden !== !0 && s.visible !== !1 && s.showCol !== !1
|
|
3551
3543
|
).map(([a, s]) => (s.sort = typeof s.sort == "number" ? s.sort : 0, [a, s])).sort((a, s) => a[1].sort - s[1].sort)
|
|
3552
|
-
)),
|
|
3553
|
-
const m = (_,
|
|
3544
|
+
)), ze = ne({}), q = (a, s) => {
|
|
3545
|
+
const m = (_, D) => {
|
|
3554
3546
|
for (const H of _) {
|
|
3555
|
-
if (H.value ==
|
|
3547
|
+
if (H.value == D) return H.label;
|
|
3556
3548
|
if (H.children) {
|
|
3557
|
-
const j = m(H.children,
|
|
3549
|
+
const j = m(H.children, D);
|
|
3558
3550
|
if (j) return j;
|
|
3559
3551
|
}
|
|
3560
3552
|
}
|
|
@@ -3562,8 +3554,8 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3562
3554
|
};
|
|
3563
3555
|
if (a.getDicts) {
|
|
3564
3556
|
const _ = s.toString();
|
|
3565
|
-
return
|
|
3566
|
-
|
|
3557
|
+
return ze.value[_] ? (a.options = ze.value[_], a.formatter || (a.formatter = (D, H, j, he) => a.options && m(a.options, j) || j), Promise.resolve()) : a.getDicts(e.value.table.data).then((D) => {
|
|
3558
|
+
ze.value[_] = D, a.options = D, a.formatter || (a.formatter = (H, j, he, we) => a.options && m(a.options, he) || he);
|
|
3567
3559
|
});
|
|
3568
3560
|
}
|
|
3569
3561
|
return Promise.resolve();
|
|
@@ -3577,30 +3569,30 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3577
3569
|
console.error("字典加载过程中发生错误:", a);
|
|
3578
3570
|
}
|
|
3579
3571
|
}, Z = (a, s, m, _) => {
|
|
3580
|
-
var
|
|
3581
|
-
return a.table ? (
|
|
3572
|
+
var D, H;
|
|
3573
|
+
return a.table ? (D = a.table(s, m, _)) != null && D.auth ? (H = a.table(s, m, _)) == null ? void 0 : H.auth(s, m, _) : !0 : !1;
|
|
3582
3574
|
}, Ie = () => {
|
|
3583
3575
|
i.value = !1;
|
|
3584
3576
|
};
|
|
3585
|
-
|
|
3577
|
+
Ml(() => {
|
|
3586
3578
|
e.value.table.autoWatch && e.value.table.load();
|
|
3587
3579
|
});
|
|
3588
3580
|
const Ae = async () => {
|
|
3589
3581
|
try {
|
|
3590
3582
|
const [a, s, m] = await Promise.all([
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3583
|
+
Ca(R.value),
|
|
3584
|
+
Ea(R.value),
|
|
3585
|
+
xa(R.value)
|
|
3594
3586
|
]);
|
|
3595
3587
|
a && Array.isArray(a) && a.forEach((_) => {
|
|
3596
|
-
const
|
|
3597
|
-
|
|
3598
|
-
}), s && Array.isArray(s) && s.forEach((_,
|
|
3588
|
+
const D = e.value[_.key];
|
|
3589
|
+
D && (D.width = _.width);
|
|
3590
|
+
}), s && Array.isArray(s) && s.forEach((_, D) => {
|
|
3599
3591
|
const H = e.value[_];
|
|
3600
|
-
H && (H.sort =
|
|
3592
|
+
H && (H.sort = D);
|
|
3601
3593
|
}), m && Array.isArray(m) && m.length > 0 ? m.forEach((_) => {
|
|
3602
|
-
const
|
|
3603
|
-
|
|
3594
|
+
const D = e.value[_];
|
|
3595
|
+
D && (D.showCol = !1);
|
|
3604
3596
|
}) : Object.keys(e.value).filter((_) => e.value[_].type !== "control").forEach((_) => {
|
|
3605
3597
|
e.value[_].showCol = !0;
|
|
3606
3598
|
});
|
|
@@ -3609,8 +3601,8 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3609
3601
|
e.value[s].showCol === void 0 && (e.value[s].showCol = !0);
|
|
3610
3602
|
});
|
|
3611
3603
|
}
|
|
3612
|
-
}, Fe = () =>
|
|
3613
|
-
return
|
|
3604
|
+
}, Fe = () => Ga(Object.keys(e.value).toString()).toUpperCase().substring(8, 24);
|
|
3605
|
+
return Sl(() => {
|
|
3614
3606
|
R.value = Fe();
|
|
3615
3607
|
}), kt(async () => {
|
|
3616
3608
|
try {
|
|
@@ -3630,33 +3622,33 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3630
3622
|
} catch (a) {
|
|
3631
3623
|
console.error("Error during component initialization:", a), e.value.table.autoWatch || e.value.table.load();
|
|
3632
3624
|
}
|
|
3633
|
-
}), u({ addRow:
|
|
3634
|
-
var Ve,
|
|
3635
|
-
const m = F("el-button-group"), _ = F("el-dropdown-item"),
|
|
3636
|
-
return v(),
|
|
3625
|
+
}), u({ addRow: b, editRow: p, deleteRow: S, readForm: I, saveRowData: Y, closeDialog: Ie, formData: x }), (a, s) => {
|
|
3626
|
+
var Ve, Ye, He, Ke, pt, xt, Mt;
|
|
3627
|
+
const m = F("el-button-group"), _ = F("el-dropdown-item"), D = F("el-dropdown-menu"), H = F("el-dropdown"), j = F("el-table-column"), he = F("el-table"), we = F("el-pagination");
|
|
3628
|
+
return v(), z(re, null, [
|
|
3637
3629
|
i.value ? (v(), E(Ht, A({
|
|
3638
3630
|
key: 0,
|
|
3639
3631
|
modelValue: i.value,
|
|
3640
3632
|
"onUpdate:modelValue": s[2] || (s[2] = (J) => i.value = J)
|
|
3641
3633
|
}, e.value.dialog, {
|
|
3642
3634
|
type: e.value.dialog.mode
|
|
3643
|
-
}),
|
|
3635
|
+
}), ge({
|
|
3644
3636
|
default: k(() => [
|
|
3645
|
-
i.value ? (v(), E(Je(
|
|
3637
|
+
i.value ? (v(), E(Je(fl), {
|
|
3646
3638
|
key: 0,
|
|
3647
3639
|
modelValue: e.value,
|
|
3648
3640
|
"onUpdate:modelValue": s[0] || (s[0] = (J) => e.value = J),
|
|
3649
|
-
onSubmit: s[1] || (s[1] = (J, ve, te) =>
|
|
3641
|
+
onSubmit: s[1] || (s[1] = (J, ve, te) => L(ae)(J, ve, te)),
|
|
3650
3642
|
onReset: de,
|
|
3651
3643
|
flag: l.value
|
|
3652
|
-
},
|
|
3644
|
+
}, ge({ _: 2 }, [
|
|
3653
3645
|
W(a.$slots, (J, ve, te) => ({
|
|
3654
3646
|
name: ve,
|
|
3655
3647
|
fn: k((Ne) => [
|
|
3656
3648
|
C(a.$slots, ve, { model: Ne }, void 0, !0)
|
|
3657
3649
|
])
|
|
3658
3650
|
}))
|
|
3659
|
-
]), 1064, ["modelValue", "flag"])) :
|
|
3651
|
+
]), 1064, ["modelValue", "flag"])) : $e("", !0)
|
|
3660
3652
|
]),
|
|
3661
3653
|
_: 2
|
|
3662
3654
|
}, [
|
|
@@ -3684,34 +3676,34 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3684
3676
|
]),
|
|
3685
3677
|
key: "2"
|
|
3686
3678
|
} : void 0,
|
|
3687
|
-
((
|
|
3679
|
+
((Ye = (Ve = e.value) == null ? void 0 : Ve.dialog) == null ? void 0 : Ye.type) === "drawer" && a.$slots.trigger ? {
|
|
3688
3680
|
name: "trigger",
|
|
3689
3681
|
fn: k(() => [
|
|
3690
3682
|
C(a.$slots, "trigger", {}, void 0, !0)
|
|
3691
3683
|
]),
|
|
3692
3684
|
key: "3"
|
|
3693
3685
|
} : void 0
|
|
3694
|
-
]), 1040, ["modelValue", "type"])) :
|
|
3695
|
-
K("div",
|
|
3696
|
-
((Ke = (He = e.value) == null ? void 0 : He.query) == null ? void 0 : Ke.hidden) != !0 ? (v(),
|
|
3686
|
+
]), 1040, ["modelValue", "type"])) : $e("", !0),
|
|
3687
|
+
K("div", Xa, [
|
|
3688
|
+
((Ke = (He = e.value) == null ? void 0 : He.query) == null ? void 0 : Ke.hidden) != !0 ? (v(), z("div", Qa, [
|
|
3697
3689
|
C(a.$slots, "query", {}, () => [
|
|
3698
|
-
oe(
|
|
3690
|
+
oe(oa, {
|
|
3699
3691
|
modelValue: e.value,
|
|
3700
3692
|
"onUpdate:modelValue": s[3] || (s[3] = (J) => e.value = J),
|
|
3701
3693
|
info: c.value,
|
|
3702
3694
|
"onUpdate:info": s[4] || (s[4] = (J) => c.value = J),
|
|
3703
3695
|
onQuery: Ge,
|
|
3704
3696
|
onReset: Te
|
|
3705
|
-
},
|
|
3697
|
+
}, ge({
|
|
3706
3698
|
"q-btns": k(() => [
|
|
3707
3699
|
C(a.$slots, "q-btns", {}, () => [
|
|
3708
|
-
(v(!0),
|
|
3709
|
-
ve == "default" ? (v(!0),
|
|
3700
|
+
(v(!0), z(re, null, W(qe(["add", "toggleExpand", "batch", "download", "setting"], x.value, e.value), (J, ve) => (v(), z(re, null, [
|
|
3701
|
+
ve == "default" ? (v(!0), z(re, { key: 0 }, W(J, (te) => (v(), z(re, null, [
|
|
3710
3702
|
C(a.$slots, te.name + "-left", {}, void 0, !0),
|
|
3711
3703
|
(te.name === "control-add" ? te.attr.auth() && te.attr.inline === !1 : te.attr.auth()) ? C(a.$slots, te.name, { key: 0 }, () => {
|
|
3712
3704
|
var Ne, et;
|
|
3713
3705
|
return [
|
|
3714
|
-
te.label ? (v(), E(
|
|
3706
|
+
te.label ? (v(), E(L(je), A({
|
|
3715
3707
|
key: 0,
|
|
3716
3708
|
title: te.label,
|
|
3717
3709
|
disabled: te.name === "control-batch" && ((Ne = B.value) == null ? void 0 : Ne.length) === 0
|
|
@@ -3719,10 +3711,10 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3719
3711
|
onClick: (nt) => te.func(x.value, e.value, d.value)
|
|
3720
3712
|
}), {
|
|
3721
3713
|
default: k(() => [
|
|
3722
|
-
|
|
3714
|
+
Le(Se(te.label), 1)
|
|
3723
3715
|
]),
|
|
3724
3716
|
_: 2
|
|
3725
|
-
}, 1040, ["title", "disabled", "onClick"])) : (v(), E(
|
|
3717
|
+
}, 1040, ["title", "disabled", "onClick"])) : (v(), E(L(je), A({
|
|
3726
3718
|
key: 1,
|
|
3727
3719
|
title: te.label,
|
|
3728
3720
|
disabled: te.name === "control-batch" && ((et = B.value) == null ? void 0 : et.length) === 0
|
|
@@ -3730,16 +3722,16 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3730
3722
|
onClick: (nt) => te.func(x.value, e.value, d.value)
|
|
3731
3723
|
}), null, 16, ["title", "disabled", "onClick"]))
|
|
3732
3724
|
];
|
|
3733
|
-
}, !0) :
|
|
3725
|
+
}, !0) : $e("", !0),
|
|
3734
3726
|
C(a.$slots, te.name + "-right", {}, void 0, !0)
|
|
3735
3727
|
], 64))), 256)) : (v(), E(m, { key: 1 }, {
|
|
3736
3728
|
default: k(() => [
|
|
3737
|
-
(v(!0),
|
|
3729
|
+
(v(!0), z(re, null, W(J, (te) => (v(), z(re, null, [
|
|
3738
3730
|
C(a.$slots, te.name + "-left", {}, void 0, !0),
|
|
3739
3731
|
(te.name === "control-add" ? te.attr.auth() && te.attr.inline === !1 : te.attr.auth()) ? C(a.$slots, te.name, { key: 0 }, () => {
|
|
3740
3732
|
var Ne, et;
|
|
3741
3733
|
return [
|
|
3742
|
-
te.label ? (v(), E(
|
|
3734
|
+
te.label ? (v(), E(L(je), A({
|
|
3743
3735
|
key: 0,
|
|
3744
3736
|
title: te.label,
|
|
3745
3737
|
disabled: te.name === "control-batch" && ((Ne = B.value) == null ? void 0 : Ne.length) === 0,
|
|
@@ -3748,10 +3740,10 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3748
3740
|
onClick: (nt) => te.func(x.value, e.value, d.value)
|
|
3749
3741
|
}), {
|
|
3750
3742
|
default: k(() => [
|
|
3751
|
-
|
|
3743
|
+
Le(Se(te.label), 1)
|
|
3752
3744
|
]),
|
|
3753
3745
|
_: 2
|
|
3754
|
-
}, 1040, ["title", "disabled", "onClick"])) : (v(), E(
|
|
3746
|
+
}, 1040, ["title", "disabled", "onClick"])) : (v(), E(L(je), A({
|
|
3755
3747
|
key: 1,
|
|
3756
3748
|
title: te.label,
|
|
3757
3749
|
disabled: te.name === "control-batch" && ((et = B.value) == null ? void 0 : et.length) === 0
|
|
@@ -3759,7 +3751,7 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3759
3751
|
onClick: (nt) => te.func(x.value, e.value, d.value)
|
|
3760
3752
|
}), null, 16, ["title", "disabled", "onClick"]))
|
|
3761
3753
|
];
|
|
3762
|
-
}, !0) :
|
|
3754
|
+
}, !0) : $e("", !0),
|
|
3763
3755
|
C(a.$slots, te.name + "-right", {}, void 0, !0)
|
|
3764
3756
|
], 64))), 256))
|
|
3765
3757
|
]),
|
|
@@ -3778,20 +3770,20 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3778
3770
|
}))
|
|
3779
3771
|
]), 1032, ["modelValue", "info"])
|
|
3780
3772
|
], !0)
|
|
3781
|
-
])) :
|
|
3773
|
+
])) : $e("", !0),
|
|
3782
3774
|
C(a.$slots, "table-title", {
|
|
3783
3775
|
model: e.value,
|
|
3784
3776
|
queryInfo: c.value
|
|
3785
3777
|
}, void 0, !0),
|
|
3786
|
-
K("div",
|
|
3787
|
-
M.value ? (v(), E(
|
|
3778
|
+
K("div", Za, [
|
|
3779
|
+
M.value ? (v(), E(he, A({ key: 0 }, {
|
|
3788
3780
|
...a.$attrs,
|
|
3789
|
-
...
|
|
3781
|
+
...L(We)(
|
|
3790
3782
|
e.value.table,
|
|
3791
3783
|
(J) => !["dblclickType", "page"].includes(J)
|
|
3792
3784
|
)
|
|
3793
3785
|
}, {
|
|
3794
|
-
"summary-method": (J) => e.value.table["summary-method"](J, { fields:
|
|
3786
|
+
"summary-method": (J) => e.value.table["summary-method"](J, { fields: U.value, sums: P.value }),
|
|
3795
3787
|
onSortChange: s[5] || (s[5] = (J) => {
|
|
3796
3788
|
var ve, te;
|
|
3797
3789
|
e.value.table.onSortChange(J, c.value), ((ve = J == null ? void 0 : J.column) == null ? void 0 : ve.sortable) === "custom" && ((te = e.value.table) == null || te.load());
|
|
@@ -3805,24 +3797,24 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3805
3797
|
]),
|
|
3806
3798
|
default: k(() => [
|
|
3807
3799
|
C(a.$slots, "default", {}, () => [
|
|
3808
|
-
(v(!0),
|
|
3800
|
+
(v(!0), z(re, null, W(Me.value, (J, ve) => {
|
|
3809
3801
|
var te, Ne, et, nt;
|
|
3810
3802
|
return v(), E(j, A({
|
|
3811
3803
|
prop: ve,
|
|
3812
3804
|
"column-key": ve
|
|
3813
3805
|
}, { ref_for: !0 }, ((Ne = (te = e.value) == null ? void 0 : te.table) == null ? void 0 : Ne["row-key"]) == ve ? {
|
|
3814
|
-
...
|
|
3806
|
+
...L(We)(J, (ee) => ["label", "width", "min-width", "align", "header-align", "formatter"].includes(ee))
|
|
3815
3807
|
} : {
|
|
3816
3808
|
...e.value.tableColumns,
|
|
3817
|
-
...
|
|
3818
|
-
}),
|
|
3809
|
+
...L(We)(J, (ee) => o.includes(ee))
|
|
3810
|
+
}), ge({
|
|
3819
3811
|
header: k(({ column: ee, $index: ue }) => [
|
|
3820
3812
|
ve == "control" ? C(a.$slots, `${ve}-header`, {
|
|
3821
3813
|
key: 0,
|
|
3822
3814
|
column: ee,
|
|
3823
3815
|
index: ue
|
|
3824
3816
|
}, () => [
|
|
3825
|
-
K("span", null,
|
|
3817
|
+
K("span", null, Se(ee.label), 1)
|
|
3826
3818
|
], !0) : C(a.$slots, `${ve}-header`, {
|
|
3827
3819
|
key: 1,
|
|
3828
3820
|
column: ee,
|
|
@@ -3851,7 +3843,7 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3851
3843
|
return [
|
|
3852
3844
|
K("div", {
|
|
3853
3845
|
class: Jt(["control", (ct = e.value.control) == null ? void 0 : ct.class]),
|
|
3854
|
-
style:
|
|
3846
|
+
style: Re((ft = e.value.control) == null ? void 0 : ft.style)
|
|
3855
3847
|
}, [
|
|
3856
3848
|
C(a.$slots, "control", {}, () => [
|
|
3857
3849
|
C(a.$slots, "control-left", {
|
|
@@ -3859,10 +3851,10 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3859
3851
|
column: ue,
|
|
3860
3852
|
index: fe
|
|
3861
3853
|
}, void 0, !0),
|
|
3862
|
-
(v(!0),
|
|
3854
|
+
(v(!0), z(re, null, W(qe(["view", "edit", "delete", "save"], ee, ue, fe, e.value), (ot, ut) => {
|
|
3863
3855
|
var yt;
|
|
3864
|
-
return v(),
|
|
3865
|
-
ut == "default" ? (v(!0),
|
|
3856
|
+
return v(), z(re, null, [
|
|
3857
|
+
ut == "default" ? (v(!0), z(re, { key: 0 }, W(ot, (Q) => (v(), z(re, null, [
|
|
3866
3858
|
C(a.$slots, Q.name + "-left", {
|
|
3867
3859
|
row: ee,
|
|
3868
3860
|
column: ue,
|
|
@@ -3874,23 +3866,23 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3874
3866
|
column: ue,
|
|
3875
3867
|
index: fe
|
|
3876
3868
|
}, () => [
|
|
3877
|
-
Q.label ? (v(), E(
|
|
3869
|
+
Q.label ? (v(), E(L(je), A({
|
|
3878
3870
|
key: 0,
|
|
3879
3871
|
title: Q.label
|
|
3880
3872
|
}, { ref_for: !0 }, Q.attr, {
|
|
3881
3873
|
onClick: (st) => Q.func(ee, ue, fe, e.value)
|
|
3882
3874
|
}), {
|
|
3883
3875
|
default: k(() => [
|
|
3884
|
-
|
|
3876
|
+
Le(Se(Q.label), 1)
|
|
3885
3877
|
]),
|
|
3886
3878
|
_: 2
|
|
3887
|
-
}, 1040, ["title", "onClick"])) : (v(), E(
|
|
3879
|
+
}, 1040, ["title", "onClick"])) : (v(), E(L(je), A({
|
|
3888
3880
|
key: 1,
|
|
3889
3881
|
title: Q.label
|
|
3890
3882
|
}, { ref_for: !0 }, Q.attr, {
|
|
3891
3883
|
onClick: (st) => Q.func(ee, ue, fe, e.value)
|
|
3892
3884
|
}), null, 16, ["title", "onClick"]))
|
|
3893
|
-
], !0) :
|
|
3885
|
+
], !0) : $e("", !0),
|
|
3894
3886
|
C(a.$slots, Q.name + "-right", {
|
|
3895
3887
|
row: ee,
|
|
3896
3888
|
column: ue,
|
|
@@ -3901,17 +3893,17 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3901
3893
|
ref_for: !0
|
|
3902
3894
|
}, Ce(ee, ue, fe, e.value)), {
|
|
3903
3895
|
dropdown: k(() => [
|
|
3904
|
-
oe(
|
|
3896
|
+
oe(D, null, {
|
|
3905
3897
|
default: k(() => [
|
|
3906
|
-
(v(!0),
|
|
3898
|
+
(v(!0), z(re, null, W(ot, (Q) => {
|
|
3907
3899
|
var st, gt, y;
|
|
3908
|
-
return v(),
|
|
3900
|
+
return v(), z(re, null, [
|
|
3909
3901
|
a.$slots[Q.name + "-left"] ? C(a.$slots, Q.name + "-left", {
|
|
3910
3902
|
key: 0,
|
|
3911
3903
|
row: ee,
|
|
3912
3904
|
column: ue,
|
|
3913
3905
|
index: fe
|
|
3914
|
-
}, void 0, !0) :
|
|
3906
|
+
}, void 0, !0) : $e("", !0),
|
|
3915
3907
|
Q.attr.auth() ? (v(), E(_, A({
|
|
3916
3908
|
key: 1,
|
|
3917
3909
|
ref_for: !0
|
|
@@ -3926,17 +3918,17 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3926
3918
|
column: ue,
|
|
3927
3919
|
index: fe
|
|
3928
3920
|
}, () => [
|
|
3929
|
-
Q.label ? (v(), E(
|
|
3921
|
+
Q.label ? (v(), E(L(je), A({
|
|
3930
3922
|
key: 0,
|
|
3931
3923
|
title: Q.label
|
|
3932
3924
|
}, { ref_for: !0 }, Q.attr, {
|
|
3933
3925
|
onClick: (ce) => Q.func(ee, ue, fe, e.value)
|
|
3934
3926
|
}), {
|
|
3935
3927
|
default: k(() => [
|
|
3936
|
-
|
|
3928
|
+
Le(Se(Q.label), 1)
|
|
3937
3929
|
]),
|
|
3938
3930
|
_: 2
|
|
3939
|
-
}, 1040, ["title", "onClick"])) : (v(), E(
|
|
3931
|
+
}, 1040, ["title", "onClick"])) : (v(), E(L(je), A({
|
|
3940
3932
|
key: 1,
|
|
3941
3933
|
title: Q.label
|
|
3942
3934
|
}, { ref_for: !0 }, Q.attr, {
|
|
@@ -3945,13 +3937,13 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3945
3937
|
], !0)
|
|
3946
3938
|
]),
|
|
3947
3939
|
_: 2
|
|
3948
|
-
}, 1040)) :
|
|
3940
|
+
}, 1040)) : $e("", !0),
|
|
3949
3941
|
a.$slots[Q.name + "-right"] ? C(a.$slots, Q.name + "-right", {
|
|
3950
3942
|
key: 2,
|
|
3951
3943
|
row: ee,
|
|
3952
3944
|
column: ue,
|
|
3953
3945
|
index: fe
|
|
3954
|
-
}, void 0, !0) :
|
|
3946
|
+
}, void 0, !0) : $e("", !0)
|
|
3955
3947
|
], 64);
|
|
3956
3948
|
}), 256))
|
|
3957
3949
|
]),
|
|
@@ -3961,13 +3953,13 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3961
3953
|
default: k(() => {
|
|
3962
3954
|
var Q;
|
|
3963
3955
|
return [
|
|
3964
|
-
|
|
3956
|
+
Le(Se((Q = Ce(ee, ue, fe, e.value)) == null ? void 0 : Q.label) + " ", 1)
|
|
3965
3957
|
];
|
|
3966
3958
|
}),
|
|
3967
3959
|
_: 2
|
|
3968
3960
|
}, 1040)) : (v(), E(m, { key: 2 }, {
|
|
3969
3961
|
default: k(() => [
|
|
3970
|
-
(v(!0),
|
|
3962
|
+
(v(!0), z(re, null, W(ot, (Q) => (v(), z(re, null, [
|
|
3971
3963
|
C(a.$slots, Q.name + "-left", {
|
|
3972
3964
|
row: ee,
|
|
3973
3965
|
column: ue,
|
|
@@ -3979,23 +3971,23 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
3979
3971
|
column: ue,
|
|
3980
3972
|
index: fe
|
|
3981
3973
|
}, () => [
|
|
3982
|
-
Q.label ? (v(), E(
|
|
3974
|
+
Q.label ? (v(), E(L(je), A({
|
|
3983
3975
|
key: 0,
|
|
3984
3976
|
title: Q.label
|
|
3985
3977
|
}, { ref_for: !0 }, Q.attr, {
|
|
3986
3978
|
onClick: (st) => Q.func(ee, ue, fe, e.value)
|
|
3987
3979
|
}), {
|
|
3988
3980
|
default: k(() => [
|
|
3989
|
-
|
|
3981
|
+
Le(Se(Q.label), 1)
|
|
3990
3982
|
]),
|
|
3991
3983
|
_: 2
|
|
3992
|
-
}, 1040, ["title", "onClick"])) : (v(), E(
|
|
3984
|
+
}, 1040, ["title", "onClick"])) : (v(), E(L(je), A({
|
|
3993
3985
|
key: 1,
|
|
3994
3986
|
title: Q.label
|
|
3995
3987
|
}, { ref_for: !0 }, Q.attr, {
|
|
3996
3988
|
onClick: (st) => Q.func(ee, ue, fe, e.value)
|
|
3997
3989
|
}), null, 16, ["title", "onClick"]))
|
|
3998
|
-
], !0) :
|
|
3990
|
+
], !0) : $e("", !0),
|
|
3999
3991
|
C(a.$slots, Q.name + "-right", {
|
|
4000
3992
|
row: ee,
|
|
4001
3993
|
column: ue,
|
|
@@ -4039,7 +4031,7 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
4039
4031
|
class: "g-ctrl-container",
|
|
4040
4032
|
t: "t",
|
|
4041
4033
|
formInfo: ee
|
|
4042
|
-
},
|
|
4034
|
+
}, ge({ _: 2 }, [
|
|
4043
4035
|
W(a.$slots, (ft, ot) => ({
|
|
4044
4036
|
name: ot,
|
|
4045
4037
|
fn: k((ut) => [
|
|
@@ -4059,12 +4051,12 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
4059
4051
|
index: fe
|
|
4060
4052
|
}, () => [
|
|
4061
4053
|
K("div", {
|
|
4062
|
-
style:
|
|
4054
|
+
style: Re([{ width: "100%", "text-overflow": "ellipsis", overflow: "hidden" }, J == null ? void 0 : J.style]),
|
|
4063
4055
|
innerHTML: N(
|
|
4064
4056
|
J,
|
|
4065
4057
|
typeof ue.formatter == "function" ? ue.formatter(ee, ue, ee[ve], fe) : ee[ve]
|
|
4066
4058
|
)
|
|
4067
|
-
}, null, 12,
|
|
4059
|
+
}, null, 12, Ja)
|
|
4068
4060
|
], !0)
|
|
4069
4061
|
]),
|
|
4070
4062
|
key: "2"
|
|
@@ -4074,8 +4066,8 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
4074
4066
|
], !0)
|
|
4075
4067
|
]),
|
|
4076
4068
|
_: 3
|
|
4077
|
-
}, 16, ["summary-method"])) :
|
|
4078
|
-
(Mt = (xt = (pt = e.value) == null ? void 0 : pt.table) == null ? void 0 : xt.page) != null && Mt.hidden ?
|
|
4069
|
+
}, 16, ["summary-method"])) : $e("", !0),
|
|
4070
|
+
(Mt = (xt = (pt = e.value) == null ? void 0 : pt.table) == null ? void 0 : xt.page) != null && Mt.hidden ? $e("", !0) : C(a.$slots, "page", { key: 1 }, () => [
|
|
4079
4071
|
oe(we, A({
|
|
4080
4072
|
"page-size": e.value.table.page.pageSize,
|
|
4081
4073
|
"onUpdate:pageSize": s[6] || (s[6] = (J) => e.value.table.page.pageSize = J),
|
|
@@ -4093,7 +4085,7 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
4093
4085
|
], 64);
|
|
4094
4086
|
};
|
|
4095
4087
|
}
|
|
4096
|
-
}),
|
|
4088
|
+
}), er = /* @__PURE__ */ at(Ka, [["__scopeId", "data-v-0d4992ad"]]), tr = { class: "g-tree-table" }, lr = { class: "g-tree-container" }, ar = { class: "g-tree-table-container" }, rr = /* @__PURE__ */ Object.assign({
|
|
4097
4089
|
name: "g-tree-table",
|
|
4098
4090
|
inheritAttrs: !1
|
|
4099
4091
|
}, {
|
|
@@ -4104,10 +4096,10 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
4104
4096
|
},
|
|
4105
4097
|
emits: /* @__PURE__ */ dt(["load"], ["update:modelValue"]),
|
|
4106
4098
|
setup(r, { emit: u }) {
|
|
4107
|
-
var
|
|
4099
|
+
var g, P, U, x;
|
|
4108
4100
|
const t = u, l = rt(r, "modelValue"), n = qt(), e = ne(
|
|
4109
|
-
typeof ((
|
|
4110
|
-
), h = ne(((
|
|
4101
|
+
typeof ((g = n == null ? void 0 : n.tree) == null ? void 0 : g.width) == "number" ? `${n.tree.width}px` : ((P = n == null ? void 0 : n.tree) == null ? void 0 : P.width) || "180px"
|
|
4102
|
+
), h = ne(((U = n == null ? void 0 : n.tree) == null ? void 0 : U.search) === void 0 ? !0 : (x = n == null ? void 0 : n.tree) == null ? void 0 : x.search), c = ne({}), M = ne(""), f = ne(null), i = (V, R) => {
|
|
4111
4103
|
var ie, le;
|
|
4112
4104
|
if (!V) return !0;
|
|
4113
4105
|
const B = ((le = (ie = n.tree) == null ? void 0 : ie.props) == null ? void 0 : le.label) || "label";
|
|
@@ -4121,10 +4113,10 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
4121
4113
|
f.value.filter(V);
|
|
4122
4114
|
}), (V, R) => {
|
|
4123
4115
|
const B = F("el-input"), ie = F("el-tree"), le = F("g-table");
|
|
4124
|
-
return v(),
|
|
4116
|
+
return v(), z("div", tr, [
|
|
4125
4117
|
K("div", {
|
|
4126
4118
|
class: "g-tree-left",
|
|
4127
|
-
style:
|
|
4119
|
+
style: Re({ width: e.value })
|
|
4128
4120
|
}, [
|
|
4129
4121
|
h.value ? (v(), E(B, {
|
|
4130
4122
|
key: 0,
|
|
@@ -4133,8 +4125,8 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
4133
4125
|
style: { width: "100%", "box-sizing": "border-box", "margin-bottom": "10px" },
|
|
4134
4126
|
placeholder: "输入节点查询",
|
|
4135
4127
|
clearable: ""
|
|
4136
|
-
}, null, 8, ["modelValue"])) :
|
|
4137
|
-
K("div",
|
|
4128
|
+
}, null, 8, ["modelValue"])) : $e("", !0),
|
|
4129
|
+
K("div", lr, [
|
|
4138
4130
|
oe(ie, A({
|
|
4139
4131
|
style: { width: e.value },
|
|
4140
4132
|
"filter-node-method": i,
|
|
@@ -4142,13 +4134,13 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
4142
4134
|
ref_key: "treeRef",
|
|
4143
4135
|
ref: f,
|
|
4144
4136
|
onNodeClick: d
|
|
4145
|
-
}, V.$attrs.tree),
|
|
4137
|
+
}, V.$attrs.tree), ge({
|
|
4146
4138
|
default: k(({ node: se, data: Ce }) => [
|
|
4147
4139
|
C(V.$slots, "tree", {
|
|
4148
4140
|
node: se,
|
|
4149
4141
|
data: Ce
|
|
4150
4142
|
}, () => [
|
|
4151
|
-
K("span", null,
|
|
4143
|
+
K("span", null, Se(se.label), 1)
|
|
4152
4144
|
], !0)
|
|
4153
4145
|
]),
|
|
4154
4146
|
_: 2
|
|
@@ -4162,11 +4154,11 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
4162
4154
|
]), 1040, ["style"])
|
|
4163
4155
|
])
|
|
4164
4156
|
], 4),
|
|
4165
|
-
K("div",
|
|
4157
|
+
K("div", ar, [
|
|
4166
4158
|
oe(le, A({
|
|
4167
4159
|
modelValue: l.value,
|
|
4168
4160
|
"onUpdate:modelValue": R[1] || (R[1] = (se) => l.value = se)
|
|
4169
|
-
}, V.$attrs, { onLoad: o }),
|
|
4161
|
+
}, V.$attrs, { onLoad: o }), ge({ _: 2 }, [
|
|
4170
4162
|
W(V.$slots, (se, Ce, Oe) => ({
|
|
4171
4163
|
name: Ce,
|
|
4172
4164
|
fn: k((Ee) => [
|
|
@@ -4178,14 +4170,14 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
4178
4170
|
]);
|
|
4179
4171
|
};
|
|
4180
4172
|
}
|
|
4181
|
-
}),
|
|
4173
|
+
}), nr = /* @__PURE__ */ at(rr, [["__scopeId", "data-v-c888e4fc"]]), or = {
|
|
4182
4174
|
key: 0,
|
|
4183
4175
|
class: "op-group"
|
|
4184
|
-
},
|
|
4176
|
+
}, ur = {
|
|
4185
4177
|
key: 1,
|
|
4186
4178
|
class: "op-items",
|
|
4187
4179
|
style: { width: "100%", height: "100%" }
|
|
4188
|
-
},
|
|
4180
|
+
}, sr = ["title"], Wt = "100px", ir = /* @__PURE__ */ Object.assign({ name: "g-select-option" }, {
|
|
4189
4181
|
__name: "g-select-option",
|
|
4190
4182
|
props: {
|
|
4191
4183
|
columns: {
|
|
@@ -4207,42 +4199,42 @@ const Wa = /* @__PURE__ */ sl(Na), Ga = { class: "g-table-container" }, Xa = {
|
|
|
4207
4199
|
},
|
|
4208
4200
|
setup(r) {
|
|
4209
4201
|
const u = r;
|
|
4210
|
-
return (t, l) => u.title ? (v(),
|
|
4211
|
-
(v(!0),
|
|
4212
|
-
style:
|
|
4202
|
+
return (t, l) => u.title ? (v(), z("div", or, [
|
|
4203
|
+
(v(!0), z(re, null, W(u.columns, (n) => (v(), z("span", {
|
|
4204
|
+
style: Re({ width: (n == null ? void 0 : n.width) || Wt, ...n == null ? void 0 : n.titleStyle, textAlign: (n == null ? void 0 : n.align) || "center" }),
|
|
4213
4205
|
key: n.key
|
|
4214
4206
|
}, [
|
|
4215
4207
|
C(t.$slots, `${r.t}-title-${n.key}`, { col: n }, () => [
|
|
4216
|
-
|
|
4208
|
+
Le(Se(n.label), 1)
|
|
4217
4209
|
], !0)
|
|
4218
4210
|
], 4))), 128))
|
|
4219
|
-
])) : (v(),
|
|
4220
|
-
(v(!0),
|
|
4221
|
-
style:
|
|
4211
|
+
])) : (v(), z("div", ur, [
|
|
4212
|
+
(v(!0), z(re, null, W(u.columns, (n) => (v(), z("span", {
|
|
4213
|
+
style: Re({ width: (n == null ? void 0 : n.width) || Wt, textAlign: (n == null ? void 0 : n.align) || "center", ...n == null ? void 0 : n.style }),
|
|
4222
4214
|
key: n.key,
|
|
4223
4215
|
title: r.data[n.key]
|
|
4224
4216
|
}, [
|
|
4225
4217
|
C(t.$slots, `${r.t}-option-${n.key}`, { col: n }, () => [
|
|
4226
|
-
|
|
4218
|
+
Le(Se(r.data[n.key] ?? "-"), 1)
|
|
4227
4219
|
], !0)
|
|
4228
|
-
], 12,
|
|
4220
|
+
], 12, sr))), 128))
|
|
4229
4221
|
]));
|
|
4230
4222
|
}
|
|
4231
|
-
}),
|
|
4223
|
+
}), dr = /* @__PURE__ */ at(ir, [["__scopeId", "data-v-c0ac6b77"]]), cr = Object.freeze({}), jt = [er, fl, nr, dr, Ht];
|
|
4232
4224
|
let It = {};
|
|
4233
|
-
const
|
|
4225
|
+
const xr = {
|
|
4234
4226
|
install: (r, u = {}) => {
|
|
4235
|
-
It = Object.freeze({ ...
|
|
4227
|
+
It = Object.freeze({ ...cr, ...u }), jt.forEach((t) => {
|
|
4236
4228
|
r.component(t.name, t);
|
|
4237
|
-
}), r.provide("options", It), r.config.globalProperties.$openModal =
|
|
4229
|
+
}), r.provide("options", It), r.config.globalProperties.$openModal = Rt, r.config.globalProperties.$open = hl;
|
|
4238
4230
|
}
|
|
4239
|
-
},
|
|
4231
|
+
}, fr = (r) => ({ dialog: $l, drawer: bl })[r] || null, Rt = (r = {}, u = "dialog") => {
|
|
4240
4232
|
if (typeof document > "u") return () => {
|
|
4241
4233
|
};
|
|
4242
4234
|
const t = document.createElement("div");
|
|
4243
4235
|
let l = () => {
|
|
4244
4236
|
};
|
|
4245
|
-
const n =
|
|
4237
|
+
const n = fr(u);
|
|
4246
4238
|
if (!n) return () => {
|
|
4247
4239
|
};
|
|
4248
4240
|
const e = ne(!0), h = el({
|
|
@@ -4277,7 +4269,7 @@ const Cr = {
|
|
|
4277
4269
|
return jt.forEach((c) => {
|
|
4278
4270
|
h.component(c.name, c);
|
|
4279
4271
|
}), h.provide("options", It), h.use(Gt, { locale: ul }), document.body.appendChild(t), h.mount(t), l;
|
|
4280
|
-
},
|
|
4272
|
+
}, hl = (r = {}) => {
|
|
4281
4273
|
if (typeof document > "u") return () => {
|
|
4282
4274
|
};
|
|
4283
4275
|
const u = document.createElement("div");
|
|
@@ -4310,7 +4302,7 @@ const Cr = {
|
|
|
4310
4302
|
n.component(e.name, e);
|
|
4311
4303
|
}), n.provide("options", It), n.use(Gt, { locale: ul }), document.body.appendChild(u), n.mount(u), t;
|
|
4312
4304
|
};
|
|
4313
|
-
function
|
|
4305
|
+
function vr(r, u = window.innerWidth) {
|
|
4314
4306
|
if (typeof r == "number")
|
|
4315
4307
|
return r;
|
|
4316
4308
|
if (r.endsWith("px"))
|
|
@@ -4332,11 +4324,11 @@ function fr(r, u = window.innerWidth) {
|
|
|
4332
4324
|
throw new Error("Invalid calc expression");
|
|
4333
4325
|
};
|
|
4334
4326
|
const n = r.slice(5, -1).trim();
|
|
4335
|
-
return e(n.replace(/([0-9.]+)([a-z%]+)/g, (c, M, f) =>
|
|
4327
|
+
return e(n.replace(/([0-9.]+)([a-z%]+)/g, (c, M, f) => vr(M + f, u)));
|
|
4336
4328
|
}
|
|
4337
4329
|
throw new Error("Unsupported unit in value: " + r);
|
|
4338
4330
|
}
|
|
4339
|
-
const
|
|
4331
|
+
const Ue = (...r) => {
|
|
4340
4332
|
const u = {}, t = (l, n) => (Object.keys(n).forEach((e) => {
|
|
4341
4333
|
l[e] = typeof n[e] == "object" && !Array.isArray(n[e]) ? t(l[e] || {}, n[e]) : n[e];
|
|
4342
4334
|
}), l);
|
|
@@ -4348,12 +4340,12 @@ function We(r, u = (t, l) => l != null) {
|
|
|
4348
4340
|
r.hasOwnProperty(l) && u(l, r[l]) && (t[l] = r[l]);
|
|
4349
4341
|
return t;
|
|
4350
4342
|
}
|
|
4351
|
-
function
|
|
4343
|
+
function pr(r, u, t = "value", l = "label", n = "children") {
|
|
4352
4344
|
for (const e of r) {
|
|
4353
4345
|
if (e[t] === u)
|
|
4354
4346
|
return e[l];
|
|
4355
4347
|
if (e[n] && e[n].length > 0) {
|
|
4356
|
-
const h =
|
|
4348
|
+
const h = pr(e[n], u, t, l, n);
|
|
4357
4349
|
if (h)
|
|
4358
4350
|
return h;
|
|
4359
4351
|
}
|
|
@@ -4379,7 +4371,7 @@ function Ft(r) {
|
|
|
4379
4371
|
}
|
|
4380
4372
|
return n + e.replace(/(零.)*零元/, "元").replace(/(零.)+/g, "零").replace(/^整$/, "零元整");
|
|
4381
4373
|
}
|
|
4382
|
-
function
|
|
4374
|
+
function mr(r, u = 2, t = !1) {
|
|
4383
4375
|
let l = Number(r);
|
|
4384
4376
|
if (isNaN(l) || !isFinite(l))
|
|
4385
4377
|
return "0.00";
|
|
@@ -4390,7 +4382,7 @@ function pr(r, u = 2, t = !1) {
|
|
|
4390
4382
|
const [h, c] = e.split("."), M = h.replace(/\B(?=(\d{3})+(?!\d))/g, ","), f = c ? `${M}.${c}` : M;
|
|
4391
4383
|
return n ? `-${f}` : f;
|
|
4392
4384
|
}
|
|
4393
|
-
function
|
|
4385
|
+
function hr(r, u) {
|
|
4394
4386
|
let t = null;
|
|
4395
4387
|
return function(...l) {
|
|
4396
4388
|
t && clearTimeout(t), t = setTimeout(() => {
|
|
@@ -4398,7 +4390,7 @@ function mr(r, u) {
|
|
|
4398
4390
|
}, u);
|
|
4399
4391
|
};
|
|
4400
4392
|
}
|
|
4401
|
-
function
|
|
4393
|
+
function Mr(r, u) {
|
|
4402
4394
|
let t = null;
|
|
4403
4395
|
return function(...l) {
|
|
4404
4396
|
t || (t = setTimeout(() => {
|
|
@@ -4406,7 +4398,7 @@ function xr(r, u) {
|
|
|
4406
4398
|
}, u));
|
|
4407
4399
|
};
|
|
4408
4400
|
}
|
|
4409
|
-
const
|
|
4401
|
+
const xe = {
|
|
4410
4402
|
RADIO: "radio",
|
|
4411
4403
|
RADIOBUTTON: "radio-button",
|
|
4412
4404
|
CHECKBOX: "checkbox",
|
|
@@ -4440,10 +4432,10 @@ const Se = {
|
|
|
4440
4432
|
const r = document.querySelector(".el-dialog");
|
|
4441
4433
|
if (!r || r.querySelector(".dialog-resize-handle"))
|
|
4442
4434
|
return;
|
|
4443
|
-
const u =
|
|
4444
|
-
r.appendChild(u),
|
|
4435
|
+
const u = yr();
|
|
4436
|
+
r.appendChild(u), gr(r), br(r, u);
|
|
4445
4437
|
});
|
|
4446
|
-
},
|
|
4438
|
+
}, yr = () => {
|
|
4447
4439
|
const r = document.createElement("div");
|
|
4448
4440
|
return Object.assign(r.style, {
|
|
4449
4441
|
position: "absolute",
|
|
@@ -4455,7 +4447,7 @@ const Se = {
|
|
|
4455
4447
|
cursor: "nwse-resize",
|
|
4456
4448
|
zIndex: "999999999999"
|
|
4457
4449
|
}), r.className = "dialog-resize-handle", r;
|
|
4458
|
-
},
|
|
4450
|
+
}, gr = (r) => {
|
|
4459
4451
|
Object.assign(r.style, {
|
|
4460
4452
|
transition: "none",
|
|
4461
4453
|
minWidth: "300px",
|
|
@@ -4463,7 +4455,7 @@ const Se = {
|
|
|
4463
4455
|
resize: "none"
|
|
4464
4456
|
// 防止与原生resize冲突
|
|
4465
4457
|
});
|
|
4466
|
-
},
|
|
4458
|
+
}, br = (r, u) => {
|
|
4467
4459
|
let t = !1, l, n, e, h;
|
|
4468
4460
|
const c = (i) => {
|
|
4469
4461
|
i.preventDefault(), t = !0, l = i.clientX, n = i.clientY, e = parseInt(document.defaultView.getComputedStyle(r).width), h = parseInt(document.defaultView.getComputedStyle(r).height), document.addEventListener("mousemove", M), document.addEventListener("mouseup", f);
|
|
@@ -4477,17 +4469,17 @@ const Se = {
|
|
|
4477
4469
|
u.addEventListener("mousedown", c);
|
|
4478
4470
|
};
|
|
4479
4471
|
export {
|
|
4480
|
-
|
|
4472
|
+
xe as CT,
|
|
4481
4473
|
$t as bindResize,
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4474
|
+
vr as convertToPx,
|
|
4475
|
+
hr as debounce,
|
|
4476
|
+
xr as default,
|
|
4485
4477
|
We as filterObject,
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4478
|
+
pr as findTreeLabelByValue,
|
|
4479
|
+
mr as formatAmount,
|
|
4480
|
+
Ue as mergeObjects,
|
|
4489
4481
|
Ft as moneyToChinese,
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4482
|
+
hl as open,
|
|
4483
|
+
Rt as openModal,
|
|
4484
|
+
Mr as throttle
|
|
4493
4485
|
};
|