vue-2024-ui 0.2.74 → 0.2.75
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 +872 -867
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import Gt, { dayjs as gl, ElForm as Tt, ElButtonGroup as Vt, ElButton as je, ElPopover as zt, 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 Be, resolveComponent as F, openBlock as
|
|
2
|
+
import { ref as ne, useModel as rt, nextTick as ht, onMounted as kt, computed as Be, resolveComponent as F, openBlock as m, createElementBlock as z, Fragment as re, createElementVNode as ee, createBlock as D, createCommentVNode as $e, unref as U, mergeProps as A, withCtx as k, renderSlot as C, renderList as W, createTextVNode as Le, toDisplayString as Se, createSlots as ge, createVNode as ue, normalizeStyle as He, normalizeProps as Dt, resolveDynamicComponent as Je, guardReactiveProps as Qt, mergeModels as dt, useSlots as Zt, inject as qt, withModifiers as mt, Transition as wl, withDirectives as kl, vShow as _l, h as ke, useAttrs as At, onUnmounted as xl, onBeforeUnmount as Cl, normalizeClass as Jt, watchEffect as Ml, onBeforeMount as Sl, watch as Kt, createApp as el } from "vue";
|
|
3
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 Hl } from "@element-plus/icons-vue";
|
|
4
4
|
import ol from "sortablejs";
|
|
5
5
|
import { Dexie as Rl } from "dexie";
|
|
6
|
-
var
|
|
6
|
+
var ul = {
|
|
7
7
|
name: "zh-cn",
|
|
8
8
|
el: {
|
|
9
9
|
breadcrumb: { label: "面包屑" },
|
|
@@ -179,7 +179,7 @@ var sl = {
|
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
}, Fl = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
182
|
-
function
|
|
182
|
+
function sl(r) {
|
|
183
183
|
return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
|
|
184
184
|
}
|
|
185
185
|
var il = { exports: {} };
|
|
@@ -187,105 +187,105 @@ var il = { exports: {} };
|
|
|
187
187
|
(function(t, l) {
|
|
188
188
|
r.exports = l();
|
|
189
189
|
})(Fl, function() {
|
|
190
|
-
var t = 1e3, l = 6e4, n = 36e5, e = "millisecond", y = "second", d = "minute", M = "hour", f = "day", c = "week",
|
|
191
|
-
var
|
|
192
|
-
return "[" +
|
|
193
|
-
} }, P = function(
|
|
194
|
-
var
|
|
195
|
-
return !
|
|
196
|
-
}, oe = { s: P, z: function(
|
|
197
|
-
var
|
|
198
|
-
return (
|
|
199
|
-
}, m: function
|
|
200
|
-
if (
|
|
201
|
-
var
|
|
202
|
-
return +(-(
|
|
203
|
-
}, a: function(
|
|
204
|
-
return
|
|
205
|
-
}, p: function(
|
|
206
|
-
return { M:
|
|
207
|
-
}, u: function(
|
|
208
|
-
return
|
|
190
|
+
var t = 1e3, l = 6e4, n = 36e5, e = "millisecond", y = "second", d = "minute", M = "hour", f = "day", c = "week", s = "month", u = "quarter", p = "year", L = "date", H = "Invalid Date", x = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, T = /\[([^\]]+)]|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($) {
|
|
191
|
+
var w = ["th", "st", "nd", "rd"], g = $ % 100;
|
|
192
|
+
return "[" + $ + (w[(g - 20) % 10] || w[g] || w[0]) + "]";
|
|
193
|
+
} }, P = function($, w, g) {
|
|
194
|
+
var v = String($);
|
|
195
|
+
return !v || v.length >= w ? $ : "" + Array(w + 1 - v.length).join(g) + $;
|
|
196
|
+
}, oe = { s: P, z: function($) {
|
|
197
|
+
var w = -$.utcOffset(), g = Math.abs(w), v = Math.floor(g / 60), S = g % 60;
|
|
198
|
+
return (w <= 0 ? "+" : "-") + P(v, 2, "0") + ":" + P(S, 2, "0");
|
|
199
|
+
}, m: function $(w, g) {
|
|
200
|
+
if (w.date() < g.date()) return -$(g, w);
|
|
201
|
+
var v = 12 * (g.year() - w.year()) + (g.month() - w.month()), S = w.clone().add(v, s), E = g - S < 0, O = w.clone().add(v + (E ? -1 : 1), s);
|
|
202
|
+
return +(-(v + (g - S) / (E ? S - O : O - S)) || 0);
|
|
203
|
+
}, a: function($) {
|
|
204
|
+
return $ < 0 ? Math.ceil($) || 0 : Math.floor($);
|
|
205
|
+
}, p: function($) {
|
|
206
|
+
return { M: s, y: p, w: c, d: f, D: L, h: M, m: d, s: y, ms: e, Q: u }[$] || String($ || "").toLowerCase().replace(/s$/, "");
|
|
207
|
+
}, u: function($) {
|
|
208
|
+
return $ === void 0;
|
|
209
209
|
} }, J = "en", ie = {};
|
|
210
210
|
ie[J] = R;
|
|
211
|
-
var xe = "$isDayjsObject", Oe = function(
|
|
212
|
-
return
|
|
213
|
-
}, Ee = function
|
|
214
|
-
var
|
|
215
|
-
if (
|
|
216
|
-
if (typeof
|
|
217
|
-
var
|
|
218
|
-
ie[
|
|
219
|
-
var O =
|
|
220
|
-
if (!
|
|
211
|
+
var xe = "$isDayjsObject", Oe = function($) {
|
|
212
|
+
return $ instanceof Te || !(!$ || !$[xe]);
|
|
213
|
+
}, Ee = function $(w, g, v) {
|
|
214
|
+
var S;
|
|
215
|
+
if (!w) return J;
|
|
216
|
+
if (typeof w == "string") {
|
|
217
|
+
var E = w.toLowerCase();
|
|
218
|
+
ie[E] && (S = E), g && (ie[E] = g, S = E);
|
|
219
|
+
var O = w.split("-");
|
|
220
|
+
if (!S && O.length > 1) return $(O[0]);
|
|
221
221
|
} else {
|
|
222
|
-
var Y =
|
|
223
|
-
ie[Y] =
|
|
222
|
+
var Y = w.name;
|
|
223
|
+
ie[Y] = w, S = Y;
|
|
224
224
|
}
|
|
225
|
-
return !
|
|
226
|
-
}, me = function(
|
|
227
|
-
if (Oe(
|
|
228
|
-
var
|
|
229
|
-
return
|
|
225
|
+
return !v && S && (J = S), S || !v && J;
|
|
226
|
+
}, me = function($, w) {
|
|
227
|
+
if (Oe($)) return $.clone();
|
|
228
|
+
var g = typeof w == "object" ? w : {};
|
|
229
|
+
return g.date = $, g.args = arguments, new Te(g);
|
|
230
230
|
}, N = oe;
|
|
231
|
-
N.l = Ee, N.i = Oe, N.w = function(
|
|
232
|
-
return me(
|
|
231
|
+
N.l = Ee, N.i = Oe, N.w = function($, w) {
|
|
232
|
+
return me($, { locale: w.$L, utc: w.$u, x: w.$x, $offset: w.$offset });
|
|
233
233
|
};
|
|
234
234
|
var Te = function() {
|
|
235
|
-
function
|
|
236
|
-
this.$L = Ee(
|
|
235
|
+
function $(g) {
|
|
236
|
+
this.$L = Ee(g.locale, null, !0), this.parse(g), this.$x = this.$x || g.x || {}, this[xe] = !0;
|
|
237
237
|
}
|
|
238
|
-
var
|
|
239
|
-
return
|
|
240
|
-
this.$d = function(
|
|
241
|
-
var
|
|
242
|
-
if (
|
|
243
|
-
if (N.u(
|
|
244
|
-
if (
|
|
245
|
-
if (typeof
|
|
246
|
-
var O =
|
|
238
|
+
var w = $.prototype;
|
|
239
|
+
return w.parse = function(g) {
|
|
240
|
+
this.$d = function(v) {
|
|
241
|
+
var S = v.date, E = v.utc;
|
|
242
|
+
if (S === null) return /* @__PURE__ */ new Date(NaN);
|
|
243
|
+
if (N.u(S)) return /* @__PURE__ */ new Date();
|
|
244
|
+
if (S instanceof Date) return new Date(S);
|
|
245
|
+
if (typeof S == "string" && !/Z$/i.test(S)) {
|
|
246
|
+
var O = S.match(x);
|
|
247
247
|
if (O) {
|
|
248
248
|
var Y = O[2] - 1 || 0, ae = (O[7] || "0").substring(0, 3);
|
|
249
|
-
return
|
|
249
|
+
return E ? 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
|
-
return new Date(
|
|
253
|
-
}(
|
|
254
|
-
},
|
|
255
|
-
var
|
|
256
|
-
this.$y =
|
|
257
|
-
},
|
|
252
|
+
return new Date(S);
|
|
253
|
+
}(g), this.init();
|
|
254
|
+
}, w.init = function() {
|
|
255
|
+
var g = this.$d;
|
|
256
|
+
this.$y = g.getFullYear(), this.$M = g.getMonth(), this.$D = g.getDate(), this.$W = g.getDay(), this.$H = g.getHours(), this.$m = g.getMinutes(), this.$s = g.getSeconds(), this.$ms = g.getMilliseconds();
|
|
257
|
+
}, w.$utils = function() {
|
|
258
258
|
return N;
|
|
259
|
-
},
|
|
259
|
+
}, w.isValid = function() {
|
|
260
260
|
return this.$d.toString() !== H;
|
|
261
|
-
},
|
|
262
|
-
var
|
|
263
|
-
return this.startOf(
|
|
264
|
-
},
|
|
265
|
-
return me(
|
|
266
|
-
},
|
|
267
|
-
return this.endOf(
|
|
268
|
-
},
|
|
269
|
-
return N.u(
|
|
270
|
-
},
|
|
261
|
+
}, w.isSame = function(g, v) {
|
|
262
|
+
var S = me(g);
|
|
263
|
+
return this.startOf(v) <= S && S <= this.endOf(v);
|
|
264
|
+
}, w.isAfter = function(g, v) {
|
|
265
|
+
return me(g) < this.startOf(v);
|
|
266
|
+
}, w.isBefore = function(g, v) {
|
|
267
|
+
return this.endOf(v) < me(g);
|
|
268
|
+
}, w.$g = function(g, v, S) {
|
|
269
|
+
return N.u(g) ? this[v] : this.set(S, g);
|
|
270
|
+
}, w.unix = function() {
|
|
271
271
|
return Math.floor(this.valueOf() / 1e3);
|
|
272
|
-
},
|
|
272
|
+
}, w.valueOf = function() {
|
|
273
273
|
return this.$d.getTime();
|
|
274
|
-
},
|
|
275
|
-
var
|
|
276
|
-
var ze = N.w(
|
|
277
|
-
return
|
|
274
|
+
}, w.startOf = function(g, v) {
|
|
275
|
+
var S = this, E = !!N.u(v) || v, O = N.p(g), 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 E ? ze : ze.endOf(f);
|
|
278
278
|
}, ae = function(qe, Me) {
|
|
279
|
-
return N.w(
|
|
279
|
+
return N.w(S.toDate()[qe].apply(S.toDate("s"), (E ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Me)), S);
|
|
280
280
|
}, de = this.$W, ye = this.$M, G = this.$D, X = "set" + (this.$u ? "UTC" : "");
|
|
281
281
|
switch (O) {
|
|
282
|
-
case
|
|
283
|
-
return
|
|
284
|
-
case
|
|
285
|
-
return
|
|
282
|
+
case p:
|
|
283
|
+
return E ? Y(1, 0) : Y(31, 11);
|
|
284
|
+
case s:
|
|
285
|
+
return E ? Y(1, ye) : Y(0, ye + 1);
|
|
286
286
|
case c:
|
|
287
287
|
var De = this.$locale().weekStart || 0, _e = (de < De ? de + 7 : de) - De;
|
|
288
|
-
return Y(
|
|
288
|
+
return Y(E ? G - _e : G + (6 - _e), ye);
|
|
289
289
|
case f:
|
|
290
290
|
case L:
|
|
291
291
|
return ae(X + "Hours", 0);
|
|
@@ -298,72 +298,72 @@ var il = { exports: {} };
|
|
|
298
298
|
default:
|
|
299
299
|
return this.clone();
|
|
300
300
|
}
|
|
301
|
-
},
|
|
302
|
-
return this.startOf(
|
|
303
|
-
},
|
|
304
|
-
var
|
|
305
|
-
if (
|
|
301
|
+
}, w.endOf = function(g) {
|
|
302
|
+
return this.startOf(g, !1);
|
|
303
|
+
}, w.$set = function(g, v) {
|
|
304
|
+
var S, E = N.p(g), O = "set" + (this.$u ? "UTC" : ""), Y = (S = {}, S[f] = O + "Date", S[L] = O + "Date", S[s] = O + "Month", S[p] = O + "FullYear", S[M] = O + "Hours", S[d] = O + "Minutes", S[y] = O + "Seconds", S[e] = O + "Milliseconds", S)[E], ae = E === f ? this.$D + (v - this.$W) : v;
|
|
305
|
+
if (E === s || E === p) {
|
|
306
306
|
var de = this.clone().set(L, 1);
|
|
307
307
|
de.$d[Y](ae), de.init(), this.$d = de.set(L, Math.min(this.$D, de.daysInMonth())).$d;
|
|
308
308
|
} else Y && this.$d[Y](ae);
|
|
309
309
|
return this.init(), this;
|
|
310
|
-
},
|
|
311
|
-
return this.clone().$set(
|
|
312
|
-
},
|
|
313
|
-
return this[N.p(
|
|
314
|
-
},
|
|
315
|
-
var
|
|
316
|
-
|
|
317
|
-
var O = N.p(
|
|
318
|
-
var G = me(
|
|
319
|
-
return N.w(G.date(G.date() + Math.round(ye *
|
|
310
|
+
}, w.set = function(g, v) {
|
|
311
|
+
return this.clone().$set(g, v);
|
|
312
|
+
}, w.get = function(g) {
|
|
313
|
+
return this[N.p(g)]();
|
|
314
|
+
}, w.add = function(g, v) {
|
|
315
|
+
var S, E = this;
|
|
316
|
+
g = Number(g);
|
|
317
|
+
var O = N.p(v), Y = function(ye) {
|
|
318
|
+
var G = me(E);
|
|
319
|
+
return N.w(G.date(G.date() + Math.round(ye * g)), E);
|
|
320
320
|
};
|
|
321
|
-
if (O ===
|
|
322
|
-
if (O ===
|
|
321
|
+
if (O === s) return this.set(s, this.$M + g);
|
|
322
|
+
if (O === p) return this.set(p, this.$y + g);
|
|
323
323
|
if (O === f) return Y(1);
|
|
324
324
|
if (O === c) return Y(7);
|
|
325
|
-
var ae = (
|
|
325
|
+
var ae = (S = {}, S[d] = l, S[M] = n, S[y] = t, S)[O] || 1, de = this.$d.getTime() + g * ae;
|
|
326
326
|
return N.w(de, this);
|
|
327
|
-
},
|
|
328
|
-
return this.add(-1 *
|
|
329
|
-
},
|
|
330
|
-
var
|
|
331
|
-
if (!this.isValid()) return
|
|
332
|
-
var
|
|
333
|
-
return Me && (Me[ze] || Me(
|
|
327
|
+
}, w.subtract = function(g, v) {
|
|
328
|
+
return this.add(-1 * g, v);
|
|
329
|
+
}, w.format = function(g) {
|
|
330
|
+
var v = this, S = this.$locale();
|
|
331
|
+
if (!this.isValid()) return S.invalidDate || H;
|
|
332
|
+
var E = g || "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, V) {
|
|
333
|
+
return Me && (Me[ze] || Me(v, E)) || q[ze].slice(0, V);
|
|
334
334
|
}, _e = function(Me) {
|
|
335
335
|
return N.s(Y % 12 || 12, Me, "0");
|
|
336
336
|
}, qe = X || function(Me, ze, q) {
|
|
337
337
|
var V = Me < 12 ? "AM" : "PM";
|
|
338
338
|
return q ? V.toLowerCase() : V;
|
|
339
339
|
};
|
|
340
|
-
return
|
|
340
|
+
return E.replace(T, function(Me, ze) {
|
|
341
341
|
return ze || function(q) {
|
|
342
342
|
switch (q) {
|
|
343
343
|
case "YY":
|
|
344
|
-
return String(
|
|
344
|
+
return String(v.$y).slice(-2);
|
|
345
345
|
case "YYYY":
|
|
346
|
-
return N.s(
|
|
346
|
+
return N.s(v.$y, 4, "0");
|
|
347
347
|
case "M":
|
|
348
348
|
return de + 1;
|
|
349
349
|
case "MM":
|
|
350
350
|
return N.s(de + 1, 2, "0");
|
|
351
351
|
case "MMM":
|
|
352
|
-
return De(
|
|
352
|
+
return De(S.monthsShort, de, G, 3);
|
|
353
353
|
case "MMMM":
|
|
354
354
|
return De(G, de);
|
|
355
355
|
case "D":
|
|
356
|
-
return
|
|
356
|
+
return v.$D;
|
|
357
357
|
case "DD":
|
|
358
|
-
return N.s(
|
|
358
|
+
return N.s(v.$D, 2, "0");
|
|
359
359
|
case "d":
|
|
360
|
-
return String(
|
|
360
|
+
return String(v.$W);
|
|
361
361
|
case "dd":
|
|
362
|
-
return De(
|
|
362
|
+
return De(S.weekdaysMin, v.$W, ye, 2);
|
|
363
363
|
case "ddd":
|
|
364
|
-
return De(
|
|
364
|
+
return De(S.weekdaysShort, v.$W, ye, 3);
|
|
365
365
|
case "dddd":
|
|
366
|
-
return ye[
|
|
366
|
+
return ye[v.$W];
|
|
367
367
|
case "H":
|
|
368
368
|
return String(Y);
|
|
369
369
|
case "HH":
|
|
@@ -381,85 +381,85 @@ var il = { exports: {} };
|
|
|
381
381
|
case "mm":
|
|
382
382
|
return N.s(ae, 2, "0");
|
|
383
383
|
case "s":
|
|
384
|
-
return String(
|
|
384
|
+
return String(v.$s);
|
|
385
385
|
case "ss":
|
|
386
|
-
return N.s(
|
|
386
|
+
return N.s(v.$s, 2, "0");
|
|
387
387
|
case "SSS":
|
|
388
|
-
return N.s(
|
|
388
|
+
return N.s(v.$ms, 3, "0");
|
|
389
389
|
case "Z":
|
|
390
390
|
return O;
|
|
391
391
|
}
|
|
392
392
|
return null;
|
|
393
393
|
}(Me) || O.replace(":", "");
|
|
394
394
|
});
|
|
395
|
-
},
|
|
395
|
+
}, w.utcOffset = function() {
|
|
396
396
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
397
|
-
},
|
|
398
|
-
var
|
|
397
|
+
}, w.diff = function(g, v, S) {
|
|
398
|
+
var E, O = this, Y = N.p(v), ae = me(g), de = (ae.utcOffset() - this.utcOffset()) * l, ye = this - ae, G = function() {
|
|
399
399
|
return N.m(O, ae);
|
|
400
400
|
};
|
|
401
401
|
switch (Y) {
|
|
402
|
-
case
|
|
403
|
-
|
|
404
|
-
break;
|
|
405
|
-
case u:
|
|
406
|
-
I = G();
|
|
402
|
+
case p:
|
|
403
|
+
E = G() / 12;
|
|
407
404
|
break;
|
|
408
405
|
case s:
|
|
409
|
-
|
|
406
|
+
E = G();
|
|
407
|
+
break;
|
|
408
|
+
case u:
|
|
409
|
+
E = G() / 3;
|
|
410
410
|
break;
|
|
411
411
|
case c:
|
|
412
|
-
|
|
412
|
+
E = (ye - de) / 6048e5;
|
|
413
413
|
break;
|
|
414
414
|
case f:
|
|
415
|
-
|
|
415
|
+
E = (ye - de) / 864e5;
|
|
416
416
|
break;
|
|
417
417
|
case M:
|
|
418
|
-
|
|
418
|
+
E = ye / n;
|
|
419
419
|
break;
|
|
420
420
|
case d:
|
|
421
|
-
|
|
421
|
+
E = ye / l;
|
|
422
422
|
break;
|
|
423
423
|
case y:
|
|
424
|
-
|
|
424
|
+
E = ye / t;
|
|
425
425
|
break;
|
|
426
426
|
default:
|
|
427
|
-
|
|
427
|
+
E = ye;
|
|
428
428
|
}
|
|
429
|
-
return
|
|
430
|
-
},
|
|
431
|
-
return this.endOf(
|
|
432
|
-
},
|
|
429
|
+
return S ? E : N.a(E);
|
|
430
|
+
}, w.daysInMonth = function() {
|
|
431
|
+
return this.endOf(s).$D;
|
|
432
|
+
}, w.$locale = function() {
|
|
433
433
|
return ie[this.$L];
|
|
434
|
-
},
|
|
435
|
-
if (!
|
|
436
|
-
var
|
|
437
|
-
return
|
|
438
|
-
},
|
|
434
|
+
}, w.locale = function(g, v) {
|
|
435
|
+
if (!g) return this.$L;
|
|
436
|
+
var S = this.clone(), E = Ee(g, v, !0);
|
|
437
|
+
return E && (S.$L = E), S;
|
|
438
|
+
}, w.clone = function() {
|
|
439
439
|
return N.w(this.$d, this);
|
|
440
|
-
},
|
|
440
|
+
}, w.toDate = function() {
|
|
441
441
|
return new Date(this.valueOf());
|
|
442
|
-
},
|
|
442
|
+
}, w.toJSON = function() {
|
|
443
443
|
return this.isValid() ? this.toISOString() : null;
|
|
444
|
-
},
|
|
444
|
+
}, w.toISOString = function() {
|
|
445
445
|
return this.$d.toISOString();
|
|
446
|
-
},
|
|
446
|
+
}, w.toString = function() {
|
|
447
447
|
return this.$d.toUTCString();
|
|
448
|
-
},
|
|
448
|
+
}, $;
|
|
449
449
|
}(), Ge = Te.prototype;
|
|
450
|
-
return me.prototype = Ge, [["$ms", e], ["$s", y], ["$m", d], ["$H", M], ["$W", f], ["$M",
|
|
451
|
-
Ge[
|
|
452
|
-
return this.$g(
|
|
450
|
+
return me.prototype = Ge, [["$ms", e], ["$s", y], ["$m", d], ["$H", M], ["$W", f], ["$M", s], ["$y", p], ["$D", L]].forEach(function($) {
|
|
451
|
+
Ge[$[1]] = function(w) {
|
|
452
|
+
return this.$g(w, $[0], $[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($, w) {
|
|
455
|
+
return $.$i || ($(w, Te, me), $.$i = !0), me;
|
|
456
|
+
}, me.locale = Ee, me.isDayjs = Oe, me.unix = function($) {
|
|
457
|
+
return me(1e3 * $);
|
|
458
458
|
}, me.en = ie[J], me.Ls = ie, me.p = {}, me;
|
|
459
459
|
});
|
|
460
460
|
})(il);
|
|
461
461
|
var jl = il.exports;
|
|
462
|
-
const It = /* @__PURE__ */
|
|
462
|
+
const It = /* @__PURE__ */ sl(jl), at = (r, o) => {
|
|
463
463
|
const t = r.__vccOpts || r;
|
|
464
464
|
for (const [l, n] of o)
|
|
465
465
|
t[l] = n;
|
|
@@ -475,20 +475,20 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
475
475
|
}),
|
|
476
476
|
emits: ["update:modelValue"],
|
|
477
477
|
setup(r) {
|
|
478
|
-
var
|
|
479
|
-
const o = r, t = ne(o.item || {}), l = rt(r, "modelValue"), n = ne(o.ctrlKey), e = ne(o.ctrlType), y = ne(o.model), d = ne([]), M = ne([]), f = ne(!1), c = ne(!1),
|
|
480
|
-
!((
|
|
481
|
-
const
|
|
482
|
-
|
|
478
|
+
var w, g, v, S, E, O, Y, ae, de, ye, G, X, De, _e, qe, Me, ze;
|
|
479
|
+
const o = r, t = ne(o.item || {}), l = rt(r, "modelValue"), n = ne(o.ctrlKey), e = ne(o.ctrlType), y = ne(o.model), d = ne([]), M = ne([]), f = ne(!1), c = ne(!1), s = ne(0), u = ne((g = (w = y == null ? void 0 : y.value) == null ? void 0 : w.form) != null && g["default-placeholder"] ? (S = (v = y == null ? void 0 : y.value) == null ? void 0 : v[n == null ? void 0 : n.value]) == null ? void 0 : S.label : "");
|
|
480
|
+
!((E = e.value) != null && E.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 p = ne({ display: "flex", flex: 1 }), L = o.t === "t" ? "center" : "flex-start", H = ((_e = t.value) == null ? void 0 : _e.style) || {};
|
|
482
|
+
p.value = { ...p.value, justifyContent: L, ...H };
|
|
483
483
|
const x = () => {
|
|
484
484
|
const q = Zt(), V = Object.keys(q), Z = `${o.t}-${n.value}-`;
|
|
485
485
|
return V.filter((Re) => Re.startsWith(Z)).map((Re) => Re.replace(Z, ""));
|
|
486
|
-
},
|
|
486
|
+
}, T = ne({
|
|
487
487
|
multiple: !1,
|
|
488
488
|
"show-file-list": !1,
|
|
489
489
|
"file-list": [],
|
|
490
490
|
showDel: (qe = t.value) != null && qe.showDel ? (Me = t.value) == null ? void 0 : Me.showDel : o.t !== "t"
|
|
491
|
-
}), R = ne(t.value.
|
|
491
|
+
}), R = ne(t.value.value);
|
|
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 P = (q) => [
|
|
494
494
|
"year",
|
|
@@ -555,10 +555,10 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
555
555
|
const Z = t.value["file-list"].findIndex(
|
|
556
556
|
(Ie) => Ie.url === q.url || Ie.uid === q.uid || q.raw && Ie.raw && Ie.raw.uid === q.raw.uid
|
|
557
557
|
);
|
|
558
|
-
|
|
558
|
+
s.value = Z >= 0 ? Z : 0;
|
|
559
559
|
} else {
|
|
560
|
-
const Z = q.url || ((V = q.raw) == null ? void 0 : V.url), Ie =
|
|
561
|
-
|
|
560
|
+
const Z = q.url || ((V = q.raw) == null ? void 0 : V.url), Ie = $.value.indexOf(Z);
|
|
561
|
+
s.value = Ie >= 0 ? Ie : 0;
|
|
562
562
|
}
|
|
563
563
|
f.value = !0;
|
|
564
564
|
}, N = (q) => {
|
|
@@ -569,9 +569,9 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
569
569
|
return Ie.url === V || ((Ae = Ie.raw) == null ? void 0 : Ae.url) === V;
|
|
570
570
|
}
|
|
571
571
|
);
|
|
572
|
-
|
|
572
|
+
s.value = Z >= 0 ? Z : 0;
|
|
573
573
|
} else
|
|
574
|
-
|
|
574
|
+
s.value = 0;
|
|
575
575
|
f.value = !0;
|
|
576
576
|
}, Te = ne(null), Ge = (q, V = 2) => {
|
|
577
577
|
if (q === "") {
|
|
@@ -631,62 +631,62 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
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 && ((Re = Te.value) != null && Re.$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 $ = Be(() => {
|
|
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((V) => V == null ? void 0 : V.url) : [l.value];
|
|
637
637
|
});
|
|
638
638
|
return (q, V) => {
|
|
639
|
-
var nt, te,
|
|
640
|
-
const Z = F("el-image-viewer"), Ie = F("el-radio"), Ae = F("el-radio-group"), Re = F("el-radio-button"), tt = F("el-checkbox"), Pe = F("el-checkbox-group"), Xe = F("el-checkbox-button"), Qe = F("g-select-option"), Ze = F("el-option"), _t = F("el-select"), xt = F("el-tree-select"), a = F("el-time-picker"), i = F("el-time-select"), h = F("el-date-picker"), _ = F("el-color-picker"),
|
|
641
|
-
return
|
|
639
|
+
var nt, te, se, 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"), Re = F("el-radio-button"), tt = F("el-checkbox"), Pe = F("el-checkbox-group"), Xe = F("el-checkbox-button"), Qe = F("g-select-option"), Ze = F("el-option"), _t = F("el-select"), xt = F("el-tree-select"), a = F("el-time-picker"), i = F("el-time-select"), h = F("el-date-picker"), _ = F("el-color-picker"), I = F("el-rate"), j = F("el-slider"), B = F("el-switch"), he = F("el-transfer"), we = F("el-cascader"), Ve = F("el-icon"), Ye = F("el-image"), Fe = F("el-tooltip"), Ke = F("el-upload"), pt = F("el-autocomplete"), Ct = F("el-input-number"), Mt = F("el-input-tag"), K = F("el-input"), ve = F("el-link"), le = F("el-text"), Ne = F("el-avatar"), et = F("el-tag");
|
|
641
|
+
return m(), z(re, null, [
|
|
642
642
|
ee("div", null, [
|
|
643
|
-
f.value ? (
|
|
643
|
+
f.value ? (m(), D(Z, {
|
|
644
644
|
key: 0,
|
|
645
645
|
teleported: !0,
|
|
646
|
-
"initial-index":
|
|
647
|
-
"url-list":
|
|
648
|
-
onClose: V[0] || (V[0] = (
|
|
646
|
+
"initial-index": s.value,
|
|
647
|
+
"url-list": $.value,
|
|
648
|
+
onClose: V[0] || (V[0] = (b) => f.value = !1)
|
|
649
649
|
}, null, 8, ["initial-index", "url-list"])) : $e("", !0)
|
|
650
650
|
]),
|
|
651
651
|
ee("div", Bl, [
|
|
652
|
-
e.value == U(Ce).RADIO ? (
|
|
652
|
+
e.value == U(Ce).RADIO ? (m(), D(Ae, A({
|
|
653
653
|
key: 0,
|
|
654
654
|
modelValue: l.value,
|
|
655
|
-
"onUpdate:modelValue": V[1] || (V[1] = (
|
|
655
|
+
"onUpdate:modelValue": V[1] || (V[1] = (b) => l.value = b),
|
|
656
656
|
disabled: y.value[n.value].disabled
|
|
657
657
|
}, t.value), {
|
|
658
658
|
default: k(() => [
|
|
659
659
|
C(q.$slots, `${o.t}-${n.value}`, { data: t.value }, () => [
|
|
660
|
-
(
|
|
660
|
+
(m(!0), z(re, null, W(M.value, (b) => (m(), D(Ie, A({ ref_for: !0 }, b), {
|
|
661
661
|
default: k(() => [
|
|
662
|
-
C(q.$slots, `${o.t}-${n.value}-options`, { option:
|
|
662
|
+
C(q.$slots, `${o.t}-${n.value}-options`, { option: b }, void 0, !0)
|
|
663
663
|
]),
|
|
664
664
|
_: 2
|
|
665
665
|
}, 1040))), 256))
|
|
666
666
|
], !0)
|
|
667
667
|
]),
|
|
668
668
|
_: 3
|
|
669
|
-
}, 16, ["modelValue", "disabled"])) : e.value == U(Ce).RADIOBUTTON ? (
|
|
669
|
+
}, 16, ["modelValue", "disabled"])) : e.value == U(Ce).RADIOBUTTON ? (m(), D(Ae, A({
|
|
670
670
|
key: 1,
|
|
671
671
|
modelValue: l.value,
|
|
672
|
-
"onUpdate:modelValue": V[2] || (V[2] = (
|
|
672
|
+
"onUpdate:modelValue": V[2] || (V[2] = (b) => l.value = b),
|
|
673
673
|
disabled: y.value[n.value].disabled
|
|
674
674
|
}, t.value), {
|
|
675
675
|
default: k(() => [
|
|
676
676
|
C(q.$slots, `${o.t}-${n.value}`, { data: t.value }, () => [
|
|
677
|
-
(
|
|
677
|
+
(m(!0), z(re, null, W(M.value, (b) => (m(), D(Re, A({ ref_for: !0 }, b), {
|
|
678
678
|
default: k(() => [
|
|
679
|
-
C(q.$slots, `${o.t}-${n.value}-options`, { option:
|
|
679
|
+
C(q.$slots, `${o.t}-${n.value}-options`, { option: b }, void 0, !0)
|
|
680
680
|
]),
|
|
681
681
|
_: 2
|
|
682
682
|
}, 1040))), 256))
|
|
683
683
|
], !0)
|
|
684
684
|
]),
|
|
685
685
|
_: 3
|
|
686
|
-
}, 16, ["modelValue", "disabled"])) : e.value == U(Ce).CHECKBOX ? (
|
|
686
|
+
}, 16, ["modelValue", "disabled"])) : e.value == U(Ce).CHECKBOX ? (m(), D(tt, A({
|
|
687
687
|
key: 2,
|
|
688
688
|
modelValue: l.value,
|
|
689
|
-
"onUpdate:modelValue": V[3] || (V[3] = (
|
|
689
|
+
"onUpdate:modelValue": V[3] || (V[3] = (b) => l.value = b),
|
|
690
690
|
disabled: y.value[n.value].disabled
|
|
691
691
|
}, t.value), {
|
|
692
692
|
default: k(() => [
|
|
@@ -695,18 +695,18 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
695
695
|
], !0)
|
|
696
696
|
]),
|
|
697
697
|
_: 3
|
|
698
|
-
}, 16, ["modelValue", "disabled"])) : e.value == U(Ce).CHECKBOXGROUP ? (
|
|
698
|
+
}, 16, ["modelValue", "disabled"])) : e.value == U(Ce).CHECKBOXGROUP ? (m(), D(Pe, A({
|
|
699
699
|
key: 3,
|
|
700
700
|
modelValue: l.value,
|
|
701
|
-
"onUpdate:modelValue": V[4] || (V[4] = (
|
|
701
|
+
"onUpdate:modelValue": V[4] || (V[4] = (b) => l.value = b),
|
|
702
702
|
disabled: y.value[n.value].disabled
|
|
703
703
|
}, t.value), {
|
|
704
704
|
default: k(() => [
|
|
705
705
|
C(q.$slots, `${o.t}-${n.value}`, { data: t.value }, () => [
|
|
706
|
-
(
|
|
706
|
+
(m(!0), z(re, null, W(M.value, (b) => (m(), D(tt, A({ ref_for: !0 }, b), {
|
|
707
707
|
default: k(() => [
|
|
708
|
-
C(q.$slots, `${o.t}-${n.value}-options`, { option:
|
|
709
|
-
Le(Se(
|
|
708
|
+
C(q.$slots, `${o.t}-${n.value}-options`, { option: b }, () => [
|
|
709
|
+
Le(Se(b.label), 1)
|
|
710
710
|
], !0)
|
|
711
711
|
]),
|
|
712
712
|
_: 2
|
|
@@ -714,28 +714,28 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
714
714
|
], !0)
|
|
715
715
|
]),
|
|
716
716
|
_: 3
|
|
717
|
-
}, 16, ["modelValue", "disabled"])) : e.value == U(Ce).CHECKBOXGROUPBUTTON ? (
|
|
717
|
+
}, 16, ["modelValue", "disabled"])) : e.value == U(Ce).CHECKBOXGROUPBUTTON ? (m(), D(Pe, A({
|
|
718
718
|
key: 4,
|
|
719
719
|
modelValue: l.value,
|
|
720
|
-
"onUpdate:modelValue": V[5] || (V[5] = (
|
|
720
|
+
"onUpdate:modelValue": V[5] || (V[5] = (b) => l.value = b),
|
|
721
721
|
disabled: y.value[n.value].disabled
|
|
722
|
-
}, U(We)(t.value, (
|
|
722
|
+
}, U(We)(t.value, (b) => b != "type")), {
|
|
723
723
|
default: k(() => [
|
|
724
724
|
C(q.$slots, `${o.t}-${n.value}`, { data: t.value }, () => [
|
|
725
|
-
(
|
|
725
|
+
(m(!0), z(re, null, W(M.value, (b) => (m(), D(Xe, A({ ref_for: !0 }, b), {
|
|
726
726
|
default: k(() => [
|
|
727
|
-
C(q.$slots, `${o.t}-${n.value}-options`, { option:
|
|
727
|
+
C(q.$slots, `${o.t}-${n.value}-options`, { option: b }, void 0, !0)
|
|
728
728
|
]),
|
|
729
729
|
_: 2
|
|
730
730
|
}, 1040))), 256))
|
|
731
731
|
], !0)
|
|
732
732
|
]),
|
|
733
733
|
_: 3
|
|
734
|
-
}, 16, ["modelValue", "disabled"])) : e.value === U(Ce).SELECT ? (
|
|
734
|
+
}, 16, ["modelValue", "disabled"])) : e.value === U(Ce).SELECT ? (m(), D(_t, A({
|
|
735
735
|
key: 5,
|
|
736
736
|
modelValue: l.value,
|
|
737
|
-
"onUpdate:modelValue": V[6] || (V[6] = (
|
|
738
|
-
placeholder:
|
|
737
|
+
"onUpdate:modelValue": V[6] || (V[6] = (b) => l.value = b),
|
|
738
|
+
placeholder: u.value,
|
|
739
739
|
clearable: !0,
|
|
740
740
|
onClear: V[7] || (V[7] = () => {
|
|
741
741
|
o.t == "q" && y.value.table.load();
|
|
@@ -743,16 +743,16 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
743
743
|
disabled: y.value[n.value].disabled
|
|
744
744
|
}, J.value), ge({
|
|
745
745
|
default: k(() => {
|
|
746
|
-
var
|
|
746
|
+
var b;
|
|
747
747
|
return [
|
|
748
|
-
((
|
|
748
|
+
((b = M.value) == null ? void 0 : b.length) > 0 ? C(q.$slots, `${o.t}-${n.value}`, {
|
|
749
749
|
key: 0,
|
|
750
750
|
options: M.value
|
|
751
751
|
}, () => [
|
|
752
|
-
(
|
|
752
|
+
(m(!0), z(re, null, W(M.value, (ce) => (m(), z(re, {
|
|
753
753
|
key: ce.value
|
|
754
754
|
}, [
|
|
755
|
-
|
|
755
|
+
ue(Ze, A({ ref_for: !0 }, U(We)(ce, (pe) => pe != "children"), {
|
|
756
756
|
onClick: (pe) => {
|
|
757
757
|
J.value.change && J.value.change(ce), Oe();
|
|
758
758
|
}
|
|
@@ -766,7 +766,7 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
766
766
|
}, () => {
|
|
767
767
|
var lt;
|
|
768
768
|
return [
|
|
769
|
-
|
|
769
|
+
ue(Qe, {
|
|
770
770
|
columns: (lt = t.value) == null ? void 0 : lt.columns,
|
|
771
771
|
data: ce,
|
|
772
772
|
t: o.t
|
|
@@ -788,7 +788,7 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
788
788
|
}),
|
|
789
789
|
_: 2
|
|
790
790
|
}, 1040, ["onClick"]),
|
|
791
|
-
ce.children && ce.children.length ? (
|
|
791
|
+
ce.children && ce.children.length ? (m(!0), z(re, { key: 0 }, W(ce.children, (pe) => (m(), D(Ze, A({
|
|
792
792
|
style: { "margin-left": "20px" },
|
|
793
793
|
key: pe.value
|
|
794
794
|
}, { ref_for: !0 }, U(We)(pe, (lt) => lt != "children"), {
|
|
@@ -805,7 +805,7 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
805
805
|
}, () => {
|
|
806
806
|
var bt;
|
|
807
807
|
return [
|
|
808
|
-
|
|
808
|
+
ue(Qe, {
|
|
809
809
|
columns: (bt = t.value) == null ? void 0 : bt.columns,
|
|
810
810
|
data: pe,
|
|
811
811
|
t: o.t
|
|
@@ -836,10 +836,10 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
836
836
|
(nt = t.value) != null && nt.columns ? {
|
|
837
837
|
name: "header",
|
|
838
838
|
fn: k(() => {
|
|
839
|
-
var
|
|
839
|
+
var b;
|
|
840
840
|
return [
|
|
841
|
-
|
|
842
|
-
columns: (
|
|
841
|
+
ue(Qe, {
|
|
842
|
+
columns: (b = t.value) == null ? void 0 : b.columns,
|
|
843
843
|
title: !0,
|
|
844
844
|
t: o.t
|
|
845
845
|
}, ge({ _: 2 }, [
|
|
@@ -854,133 +854,133 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
854
854
|
}),
|
|
855
855
|
key: "0"
|
|
856
856
|
} : void 0,
|
|
857
|
-
W(x(), (
|
|
858
|
-
name:
|
|
857
|
+
W(x(), (b) => ({
|
|
858
|
+
name: b,
|
|
859
859
|
fn: k((ce) => [
|
|
860
|
-
C(q.$slots, `${o.t}-${n.value}-${
|
|
860
|
+
C(q.$slots, `${o.t}-${n.value}-${b}`, { form: r.formInfo }, void 0, !0)
|
|
861
861
|
])
|
|
862
862
|
}))
|
|
863
|
-
]), 1040, ["modelValue", "placeholder", "disabled"])) : e.value == U(Ce).TREESELECT ? (
|
|
863
|
+
]), 1040, ["modelValue", "placeholder", "disabled"])) : e.value == U(Ce).TREESELECT ? (m(), D(xt, A({
|
|
864
864
|
key: 6,
|
|
865
865
|
modelValue: l.value,
|
|
866
|
-
"onUpdate:modelValue": V[8] || (V[8] = (
|
|
867
|
-
placeholder:
|
|
866
|
+
"onUpdate:modelValue": V[8] || (V[8] = (b) => l.value = b),
|
|
867
|
+
placeholder: u.value,
|
|
868
868
|
disabled: y.value[n.value].disabled
|
|
869
869
|
}, t.value, { data: d.value }), ge({ _: 2 }, [
|
|
870
|
-
W(x(), (
|
|
871
|
-
name:
|
|
870
|
+
W(x(), (b) => ({
|
|
871
|
+
name: b,
|
|
872
872
|
fn: k((ce) => [
|
|
873
|
-
C(q.$slots, `${o.t}-${n.value}-${
|
|
873
|
+
C(q.$slots, `${o.t}-${n.value}-${b}`, { data: ce }, void 0, !0)
|
|
874
874
|
])
|
|
875
875
|
}))
|
|
876
|
-
]), 1040, ["modelValue", "placeholder", "disabled", "data"])) : e.value == U(Ce).TIME ? (
|
|
876
|
+
]), 1040, ["modelValue", "placeholder", "disabled", "data"])) : e.value == U(Ce).TIME ? (m(), D(a, A({
|
|
877
877
|
key: 7,
|
|
878
878
|
modelValue: l.value,
|
|
879
|
-
"onUpdate:modelValue": V[9] || (V[9] = (
|
|
879
|
+
"onUpdate:modelValue": V[9] || (V[9] = (b) => l.value = b),
|
|
880
880
|
"arrow-control": "",
|
|
881
881
|
format: "HH:mm:ss",
|
|
882
882
|
disabled: y.value[n.value].disabled
|
|
883
|
-
}, t.value, { placeholder:
|
|
883
|
+
}, t.value, { placeholder: u.value }), null, 16, ["modelValue", "disabled", "placeholder"])) : e.value == U(Ce).TIMESELECT ? (m(), D(i, A({
|
|
884
884
|
key: 8,
|
|
885
885
|
modelValue: l.value,
|
|
886
|
-
"onUpdate:modelValue": V[10] || (V[10] = (
|
|
886
|
+
"onUpdate:modelValue": V[10] || (V[10] = (b) => l.value = b),
|
|
887
887
|
start: "06:30",
|
|
888
888
|
format: "mm:ss",
|
|
889
889
|
step: "00:15",
|
|
890
890
|
end: "23:30",
|
|
891
|
-
placeholder:
|
|
891
|
+
placeholder: u.value,
|
|
892
892
|
disabled: y.value[n.value].disabled
|
|
893
|
-
}, t.value), null, 16, ["modelValue", "placeholder", "disabled"])) : P(e.value) ? (
|
|
893
|
+
}, t.value), null, 16, ["modelValue", "placeholder", "disabled"])) : P(e.value) ? (m(), D(h, A({
|
|
894
894
|
key: 9,
|
|
895
895
|
modelValue: l.value,
|
|
896
|
-
"onUpdate:modelValue": V[11] || (V[11] = (
|
|
896
|
+
"onUpdate:modelValue": V[11] || (V[11] = (b) => l.value = b),
|
|
897
897
|
type: e.value,
|
|
898
898
|
format: e.value === U(Ce).DATE ? "YYYY-MM-DD" : e.value === U(Ce).DATETIME ? "YYYY-MM-DD HH:mm:ss" : "",
|
|
899
|
-
placeholder:
|
|
899
|
+
placeholder: u.value,
|
|
900
900
|
"value-format": oe(e.value),
|
|
901
901
|
disabled: y.value[n.value].disabled
|
|
902
902
|
}, t.value), ge({ _: 2 }, [
|
|
903
|
-
W(x(), (
|
|
904
|
-
name:
|
|
903
|
+
W(x(), (b) => ({
|
|
904
|
+
name: b,
|
|
905
905
|
fn: k((ce) => [
|
|
906
|
-
C(q.$slots, `${o.t}-${n.value}-${
|
|
906
|
+
C(q.$slots, `${o.t}-${n.value}-${b}`, { data: ce }, void 0, !0)
|
|
907
907
|
])
|
|
908
908
|
}))
|
|
909
|
-
]), 1040, ["modelValue", "type", "format", "placeholder", "value-format", "disabled"])) : e.value == U(Ce).COLOR ? (
|
|
909
|
+
]), 1040, ["modelValue", "type", "format", "placeholder", "value-format", "disabled"])) : e.value == U(Ce).COLOR ? (m(), D(_, A({
|
|
910
910
|
key: 10,
|
|
911
911
|
modelValue: l.value,
|
|
912
|
-
"onUpdate:modelValue": V[12] || (V[12] = (
|
|
913
|
-
}, t.value), null, 16, ["modelValue"])) : e.value == U(Ce).RATE ? (
|
|
912
|
+
"onUpdate:modelValue": V[12] || (V[12] = (b) => l.value = b)
|
|
913
|
+
}, t.value), null, 16, ["modelValue"])) : e.value == U(Ce).RATE ? (m(), D(I, A({
|
|
914
914
|
key: 11,
|
|
915
915
|
modelValue: l.value,
|
|
916
|
-
"onUpdate:modelValue": V[13] || (V[13] = (
|
|
916
|
+
"onUpdate:modelValue": V[13] || (V[13] = (b) => l.value = b),
|
|
917
917
|
disabled: y.value[n.value].disabled
|
|
918
|
-
}, t.value), null, 16, ["modelValue", "disabled"])) : e.value == U(Ce).SLIDER ? (
|
|
918
|
+
}, t.value), null, 16, ["modelValue", "disabled"])) : e.value == U(Ce).SLIDER ? (m(), D(j, A({
|
|
919
919
|
key: 12,
|
|
920
920
|
modelValue: l.value,
|
|
921
|
-
"onUpdate:modelValue": V[14] || (V[14] = (
|
|
921
|
+
"onUpdate:modelValue": V[14] || (V[14] = (b) => l.value = b),
|
|
922
922
|
disabled: y.value[n.value].disabled
|
|
923
|
-
}, t.value), null, 16, ["modelValue", "disabled"])) : e.value == U(Ce).SWITCH ? (
|
|
923
|
+
}, t.value), null, 16, ["modelValue", "disabled"])) : e.value == U(Ce).SWITCH ? (m(), D(B, A({
|
|
924
924
|
key: 13,
|
|
925
925
|
modelValue: l.value,
|
|
926
|
-
"onUpdate:modelValue": V[15] || (V[15] = (
|
|
926
|
+
"onUpdate:modelValue": V[15] || (V[15] = (b) => l.value = b),
|
|
927
927
|
inlinePrompt: !0,
|
|
928
928
|
disabled: y.value[n.value].disabled
|
|
929
929
|
}, t.value), ge({ _: 2 }, [
|
|
930
|
-
W(x(), (
|
|
931
|
-
name:
|
|
930
|
+
W(x(), (b) => ({
|
|
931
|
+
name: b,
|
|
932
932
|
fn: k((ce) => [
|
|
933
|
-
C(q.$slots, `${o.t}-${n.value}-${
|
|
933
|
+
C(q.$slots, `${o.t}-${n.value}-${b}`, { data: ce }, void 0, !0)
|
|
934
934
|
])
|
|
935
935
|
}))
|
|
936
|
-
]), 1040, ["modelValue", "disabled"])) : e.value == U(Ce).TRANSFER ? (
|
|
936
|
+
]), 1040, ["modelValue", "disabled"])) : e.value == U(Ce).TRANSFER ? (m(), D(he, A({
|
|
937
937
|
key: 14,
|
|
938
938
|
modelValue: l.value,
|
|
939
|
-
"onUpdate:modelValue": V[16] || (V[16] = (
|
|
939
|
+
"onUpdate:modelValue": V[16] || (V[16] = (b) => l.value = b)
|
|
940
940
|
}, t.value), ge({ _: 2 }, [
|
|
941
|
-
W(x(), (
|
|
942
|
-
name:
|
|
941
|
+
W(x(), (b) => ({
|
|
942
|
+
name: b,
|
|
943
943
|
fn: k((ce) => [
|
|
944
|
-
C(q.$slots, `${o.t}-${n.value}-${
|
|
944
|
+
C(q.$slots, `${o.t}-${n.value}-${b}`, { data: ce }, void 0, !0)
|
|
945
945
|
])
|
|
946
946
|
}))
|
|
947
|
-
]), 1040, ["modelValue"])) : e.value == U(Ce).CASCADER ? (
|
|
947
|
+
]), 1040, ["modelValue"])) : e.value == U(Ce).CASCADER ? (m(), D(we, A({
|
|
948
948
|
key: 15,
|
|
949
949
|
modelValue: l.value,
|
|
950
|
-
"onUpdate:modelValue": V[17] || (V[17] = (
|
|
950
|
+
"onUpdate:modelValue": V[17] || (V[17] = (b) => l.value = b)
|
|
951
951
|
}, t.value, { options: M.value }), ge({ _: 2 }, [
|
|
952
|
-
W(x(), (
|
|
953
|
-
name:
|
|
952
|
+
W(x(), (b) => ({
|
|
953
|
+
name: b,
|
|
954
954
|
fn: k((ce) => [
|
|
955
|
-
C(q.$slots, `${o.t}-${n.value}-${
|
|
955
|
+
C(q.$slots, `${o.t}-${n.value}-${b}`, { data: ce }, void 0, !0)
|
|
956
956
|
])
|
|
957
957
|
}))
|
|
958
|
-
]), 1040, ["modelValue", "options"])) : e.value == U(Ce).IMAGE ? (
|
|
958
|
+
]), 1040, ["modelValue", "options"])) : e.value == U(Ce).IMAGE ? (m(), D(Ke, A({
|
|
959
959
|
key: 16,
|
|
960
960
|
"file-list": t.value["file-list"],
|
|
961
|
-
"onUpdate:fileList": V[21] || (V[21] = (
|
|
961
|
+
"onUpdate:fileList": V[21] || (V[21] = (b) => t.value["file-list"] = b),
|
|
962
962
|
"list-type": "picture-card",
|
|
963
963
|
class: "custom-upload",
|
|
964
964
|
"on-preview": me
|
|
965
|
-
}, { ...
|
|
965
|
+
}, { ...T.value, ...t.value }, {
|
|
966
966
|
ref_key: "uploadRef",
|
|
967
967
|
ref: Te
|
|
968
968
|
}), ge({
|
|
969
969
|
default: k(() => {
|
|
970
|
-
var
|
|
970
|
+
var b, ce;
|
|
971
971
|
return [
|
|
972
|
-
!l.value || ((
|
|
972
|
+
!l.value || ((b = t.value) == null ? void 0 : b.multiple) === !0 ? (m(), D(Ve, { key: 0 }, {
|
|
973
973
|
default: k(() => [
|
|
974
|
-
|
|
974
|
+
ue(U(Tl))
|
|
975
975
|
]),
|
|
976
976
|
_: 1
|
|
977
|
-
})) : (
|
|
977
|
+
})) : (m(), z("div", {
|
|
978
978
|
key: 1,
|
|
979
979
|
onClick: V[20] || (V[20] = (pe) => pe.stopPropagation()),
|
|
980
980
|
style: { display: "flex", width: "var(--up-width)", height: "var(--up-height)", position: "relative", "align-items": "center", "justify-content": "center", "box-sizing": "border-box" }
|
|
981
981
|
}, [
|
|
982
982
|
ee("div", Pl, [
|
|
983
|
-
|
|
983
|
+
ue(Ye, A({
|
|
984
984
|
style: { width: "var(--up-width)", height: "var(--up-height)" },
|
|
985
985
|
src: l.value
|
|
986
986
|
}, { fit: "cover", lazy: !0, ...(ce = t.value) == null ? void 0 : ce.img }), ge({ _: 2 }, [
|
|
@@ -998,13 +998,13 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
998
998
|
onMouseleave: V[19] || (V[19] = (pe) => c.value = !1),
|
|
999
999
|
class: "up-view"
|
|
1000
1000
|
}, [
|
|
1001
|
-
c.value ? (
|
|
1001
|
+
c.value ? (m(), D(Fe, {
|
|
1002
1002
|
key: 0,
|
|
1003
1003
|
content: "查看大图",
|
|
1004
1004
|
placement: "top"
|
|
1005
1005
|
}, {
|
|
1006
1006
|
default: k(() => [
|
|
1007
|
-
|
|
1007
|
+
ue(U(Vl), {
|
|
1008
1008
|
style: { width: "1.5em", height: "1.5em", "margin-right": "12px" },
|
|
1009
1009
|
color: "white",
|
|
1010
1010
|
onClick: N
|
|
@@ -1012,13 +1012,13 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1012
1012
|
]),
|
|
1013
1013
|
_: 1
|
|
1014
1014
|
})) : $e("", !0),
|
|
1015
|
-
|
|
1015
|
+
T.value.showDel && c.value ? (m(), D(Fe, {
|
|
1016
1016
|
key: 1,
|
|
1017
1017
|
content: "删除",
|
|
1018
1018
|
placement: "top"
|
|
1019
1019
|
}, {
|
|
1020
1020
|
default: k(() => [
|
|
1021
|
-
|
|
1021
|
+
ue(U(tl), {
|
|
1022
1022
|
style: { width: "1.5em", height: "1.5em" },
|
|
1023
1023
|
color: "white",
|
|
1024
1024
|
onClick: Ee
|
|
@@ -1032,90 +1032,90 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1032
1032
|
}),
|
|
1033
1033
|
_: 2
|
|
1034
1034
|
}, [
|
|
1035
|
-
W(x(), (
|
|
1036
|
-
name:
|
|
1035
|
+
W(x(), (b, ce) => ({
|
|
1036
|
+
name: b,
|
|
1037
1037
|
fn: k((pe) => [
|
|
1038
|
-
C(q.$slots, `${o.t}-${n.value}-${
|
|
1038
|
+
C(q.$slots, `${o.t}-${n.value}-${b}`, { data: pe }, void 0, !0)
|
|
1039
1039
|
])
|
|
1040
1040
|
}))
|
|
1041
|
-
]), 1040, ["file-list"])) : e.value == U(Ce).AUTOCOMPLETE ? (
|
|
1041
|
+
]), 1040, ["file-list"])) : e.value == U(Ce).AUTOCOMPLETE ? (m(), D(pt, A({
|
|
1042
1042
|
key: 17,
|
|
1043
1043
|
modelValue: l.value,
|
|
1044
|
-
"onUpdate:modelValue": V[22] || (V[22] = (
|
|
1045
|
-
}, t.value, { placeholder:
|
|
1046
|
-
W(x(), (
|
|
1047
|
-
name:
|
|
1044
|
+
"onUpdate:modelValue": V[22] || (V[22] = (b) => l.value = b)
|
|
1045
|
+
}, t.value, { placeholder: u.value }), ge({ _: 2 }, [
|
|
1046
|
+
W(x(), (b, ce) => ({
|
|
1047
|
+
name: b,
|
|
1048
1048
|
fn: k((pe) => [
|
|
1049
|
-
C(q.$slots, `${o.t}-${n.value}-${
|
|
1049
|
+
C(q.$slots, `${o.t}-${n.value}-${b}`, { data: pe }, void 0, !0)
|
|
1050
1050
|
])
|
|
1051
1051
|
}))
|
|
1052
|
-
]), 1040, ["modelValue", "placeholder"])) : e.value == U(Ce).INPUTNUMBER ? (
|
|
1052
|
+
]), 1040, ["modelValue", "placeholder"])) : e.value == U(Ce).INPUTNUMBER ? (m(), D(Ct, A({
|
|
1053
1053
|
key: 18,
|
|
1054
1054
|
modelValue: l.value,
|
|
1055
|
-
"onUpdate:modelValue": V[23] || (V[23] = (
|
|
1056
|
-
placeholder:
|
|
1055
|
+
"onUpdate:modelValue": V[23] || (V[23] = (b) => l.value = b),
|
|
1056
|
+
placeholder: u.value,
|
|
1057
1057
|
disabled: y.value[n.value].disabled
|
|
1058
1058
|
}, t.value), ge({ _: 2 }, [
|
|
1059
|
-
W(x(), (
|
|
1060
|
-
name:
|
|
1059
|
+
W(x(), (b, ce) => ({
|
|
1060
|
+
name: b,
|
|
1061
1061
|
fn: k((pe) => [
|
|
1062
|
-
C(q.$slots, `${o.t}-${n.value}-${
|
|
1062
|
+
C(q.$slots, `${o.t}-${n.value}-${b}`, {
|
|
1063
1063
|
data: pe,
|
|
1064
1064
|
form: r.formInfo
|
|
1065
1065
|
}, void 0, !0)
|
|
1066
1066
|
])
|
|
1067
1067
|
}))
|
|
1068
|
-
]), 1040, ["modelValue", "placeholder", "disabled"])) : e.value == "input-tag" ? (
|
|
1068
|
+
]), 1040, ["modelValue", "placeholder", "disabled"])) : e.value == "input-tag" ? (m(), D(Mt, A({
|
|
1069
1069
|
key: 19,
|
|
1070
1070
|
modelValue: l.value,
|
|
1071
|
-
"onUpdate:modelValue": V[24] || (V[24] = (
|
|
1072
|
-
placeholder:
|
|
1071
|
+
"onUpdate:modelValue": V[24] || (V[24] = (b) => l.value = b),
|
|
1072
|
+
placeholder: u.value,
|
|
1073
1073
|
disabled: y.value[n.value].disabled,
|
|
1074
1074
|
draggable: ""
|
|
1075
1075
|
}, t.value), ge({ _: 2 }, [
|
|
1076
1076
|
(te = t.value) != null && te.suffix ? {
|
|
1077
1077
|
name: "suffix",
|
|
1078
1078
|
fn: k(() => {
|
|
1079
|
-
var
|
|
1079
|
+
var b;
|
|
1080
1080
|
return [
|
|
1081
1081
|
ee("div", {
|
|
1082
|
-
innerHTML: ((
|
|
1082
|
+
innerHTML: ((b = t.value) == null ? void 0 : b.suffix) || ""
|
|
1083
1083
|
}, null, 8, Nl)
|
|
1084
1084
|
];
|
|
1085
1085
|
}),
|
|
1086
1086
|
key: "0"
|
|
1087
1087
|
} : void 0,
|
|
1088
|
-
(
|
|
1088
|
+
(se = t.value) != null && se.prefix ? {
|
|
1089
1089
|
name: "prefix",
|
|
1090
1090
|
fn: k(() => {
|
|
1091
|
-
var
|
|
1091
|
+
var b;
|
|
1092
1092
|
return [
|
|
1093
1093
|
ee("div", {
|
|
1094
|
-
innerHTML: ((
|
|
1094
|
+
innerHTML: ((b = t.value) == null ? void 0 : b.prefix) || ""
|
|
1095
1095
|
}, null, 8, Wl)
|
|
1096
1096
|
];
|
|
1097
1097
|
}),
|
|
1098
1098
|
key: "1"
|
|
1099
1099
|
} : void 0,
|
|
1100
|
-
W(x(), (
|
|
1101
|
-
name:
|
|
1100
|
+
W(x(), (b, ce) => ({
|
|
1101
|
+
name: b,
|
|
1102
1102
|
fn: k((pe) => [
|
|
1103
|
-
C(q.$slots, `${o.t}-${n.value}-${
|
|
1103
|
+
C(q.$slots, `${o.t}-${n.value}-${b}`, {
|
|
1104
1104
|
data: pe,
|
|
1105
1105
|
form: r.formInfo
|
|
1106
1106
|
}, void 0, !0)
|
|
1107
1107
|
])
|
|
1108
1108
|
}))
|
|
1109
|
-
]), 1040, ["modelValue", "placeholder", "disabled"])) : e.value == U(Ce).MONEY ? (
|
|
1109
|
+
]), 1040, ["modelValue", "placeholder", "disabled"])) : e.value == U(Ce).MONEY ? (m(), z("div", {
|
|
1110
1110
|
key: 20,
|
|
1111
|
-
style: He([{ position: "relative" },
|
|
1111
|
+
style: He([{ position: "relative" }, p.value])
|
|
1112
1112
|
}, [
|
|
1113
|
-
|
|
1113
|
+
ue(K, A({
|
|
1114
1114
|
modelValue: l.value,
|
|
1115
|
-
"onUpdate:modelValue": V[25] || (V[25] = (
|
|
1116
|
-
placeholder:
|
|
1115
|
+
"onUpdate:modelValue": V[25] || (V[25] = (b) => l.value = b),
|
|
1116
|
+
placeholder: u.value,
|
|
1117
1117
|
type: "number",
|
|
1118
|
-
onInput: V[26] || (V[26] = (
|
|
1118
|
+
onInput: V[26] || (V[26] = (b) => Ge(b, 2)),
|
|
1119
1119
|
maxlength: ((fe = t.value) == null ? void 0 : fe.max) || 25
|
|
1120
1120
|
}, { ...t.value, type: e.value }), ge({
|
|
1121
1121
|
suffix: k(() => [
|
|
@@ -1126,99 +1126,99 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1126
1126
|
]),
|
|
1127
1127
|
_: 2
|
|
1128
1128
|
}, [
|
|
1129
|
-
W(x(), (
|
|
1130
|
-
name:
|
|
1129
|
+
W(x(), (b, ce) => ({
|
|
1130
|
+
name: b,
|
|
1131
1131
|
fn: k((pe) => [
|
|
1132
|
-
C(q.$slots, `${o.t}-${n.value}-${
|
|
1132
|
+
C(q.$slots, `${o.t}-${n.value}-${b}`, { data: pe }, void 0, !0)
|
|
1133
1133
|
])
|
|
1134
1134
|
}))
|
|
1135
1135
|
]), 1040, ["modelValue", "placeholder", "maxlength"])
|
|
1136
|
-
], 4)) : (ct = e.value) != null && ct.startsWith("link") ? (
|
|
1136
|
+
], 4)) : (ct = e.value) != null && ct.startsWith("link") ? (m(), z("div", {
|
|
1137
1137
|
key: 21,
|
|
1138
|
-
style: He(
|
|
1138
|
+
style: He(p.value)
|
|
1139
1139
|
}, [
|
|
1140
|
-
|
|
1140
|
+
ue(ve, A(t.value, {
|
|
1141
1141
|
type: e.value.replace("link-", ""),
|
|
1142
1142
|
innerHTML: R.value || l.value
|
|
1143
1143
|
}), null, 16, ["type", "innerHTML"])
|
|
1144
|
-
], 4)) : e.value != "textarea" && ((ft = e.value) != null && ft.startsWith("text")) ? (
|
|
1144
|
+
], 4)) : e.value != "textarea" && ((ft = e.value) != null && ft.startsWith("text")) ? (m(), z("div", {
|
|
1145
1145
|
key: 22,
|
|
1146
|
-
style: He(
|
|
1146
|
+
style: He(p.value)
|
|
1147
1147
|
}, [
|
|
1148
|
-
|
|
1148
|
+
ue(le, A(t.value, {
|
|
1149
1149
|
type: e.value.replace("text-", ""),
|
|
1150
1150
|
innerHTML: R.value || l.value
|
|
1151
1151
|
}), null, 16, ["type", "innerHTML"])
|
|
1152
|
-
], 4)) : e.value == "avatar" ? (
|
|
1152
|
+
], 4)) : e.value == "avatar" ? (m(), z("div", {
|
|
1153
1153
|
key: 23,
|
|
1154
|
-
style: He(
|
|
1154
|
+
style: He(p.value)
|
|
1155
1155
|
}, [
|
|
1156
|
-
R.value ? (
|
|
1156
|
+
R.value ? (m(), D(Ne, Dt(A({ key: 0 }, t.value)), {
|
|
1157
1157
|
default: k(() => [
|
|
1158
1158
|
ee("div", { innerHTML: R.value }, null, 8, Xl)
|
|
1159
1159
|
]),
|
|
1160
1160
|
_: 1
|
|
1161
|
-
}, 16)) : (
|
|
1162
|
-
], 4)) : (ot = e.value) != null && ot.startsWith("tag") ? (
|
|
1161
|
+
}, 16)) : (m(), D(Ne, Dt(A({ key: 1 }, t.value)), null, 16))
|
|
1162
|
+
], 4)) : (ot = e.value) != null && ot.startsWith("tag") ? (m(), z("div", {
|
|
1163
1163
|
key: 24,
|
|
1164
|
-
style: He(
|
|
1164
|
+
style: He(p.value)
|
|
1165
1165
|
}, [
|
|
1166
|
-
Array.isArray(R.value) && R.value.length > 0 ? (
|
|
1167
|
-
typeof
|
|
1166
|
+
Array.isArray(R.value) && R.value.length > 0 ? (m(!0), z(re, { key: 0 }, W(R.value, (b, ce) => (m(), z(re, { key: ce }, [
|
|
1167
|
+
typeof b == "object" ? (m(), D(et, A({
|
|
1168
1168
|
key: 0,
|
|
1169
1169
|
"disable-transitions": ""
|
|
1170
|
-
}, { ref_for: !0 },
|
|
1171
|
-
innerHTML:
|
|
1170
|
+
}, { ref_for: !0 }, b, {
|
|
1171
|
+
innerHTML: b == null ? void 0 : b.value,
|
|
1172
1172
|
style: { "margin-right": "3px" }
|
|
1173
|
-
}), null, 16, ["innerHTML"])) : (
|
|
1173
|
+
}), null, 16, ["innerHTML"])) : (m(), D(et, A({
|
|
1174
1174
|
key: 1,
|
|
1175
1175
|
"disable-transitions": ""
|
|
1176
1176
|
}, { ref_for: !0 }, t.value, {
|
|
1177
1177
|
type: e.value.replace("tag-", ""),
|
|
1178
|
-
innerHTML:
|
|
1178
|
+
innerHTML: b,
|
|
1179
1179
|
style: { "margin-right": "3px" }
|
|
1180
1180
|
}), null, 16, ["type", "innerHTML"]))
|
|
1181
|
-
], 64))), 128)) : (
|
|
1181
|
+
], 64))), 128)) : (m(), D(et, A({
|
|
1182
1182
|
key: 1,
|
|
1183
1183
|
"disable-transitions": ""
|
|
1184
1184
|
}, t.value, {
|
|
1185
1185
|
type: e.value.replace("tag-", ""),
|
|
1186
1186
|
innerHTML: R.value || l.value
|
|
1187
1187
|
}), null, 16, ["type", "innerHTML"]))
|
|
1188
|
-
], 4)) : e.value == "div" ? (
|
|
1188
|
+
], 4)) : e.value == "div" ? (m(), z("div", A({ key: 25 }, t.value, {
|
|
1189
1189
|
innerHTML: R.value || l.value,
|
|
1190
|
-
style:
|
|
1191
|
-
}), null, 16, Ql)) : e.value == "span" ? (
|
|
1190
|
+
style: p.value
|
|
1191
|
+
}), null, 16, Ql)) : e.value == "span" ? (m(), z("span", A({ key: 26 }, t.value, {
|
|
1192
1192
|
innerHTML: R.value || l.value,
|
|
1193
|
-
style:
|
|
1194
|
-
}), null, 16, Zl)) : e.value == "custom" ? (
|
|
1193
|
+
style: p.value
|
|
1194
|
+
}), null, 16, Zl)) : e.value == "custom" ? (m(), z("div", {
|
|
1195
1195
|
key: 27,
|
|
1196
|
-
style: He(
|
|
1196
|
+
style: He(p.value)
|
|
1197
1197
|
}, [
|
|
1198
|
-
(
|
|
1199
|
-
], 4)) : (
|
|
1198
|
+
(m(), D(Je(t.value.component), Dt(Qt(U(We)(t.value, (b) => b != "component"))), null, 16))
|
|
1199
|
+
], 4)) : (m(), D(K, A({
|
|
1200
1200
|
key: 28,
|
|
1201
1201
|
modelValue: l.value,
|
|
1202
|
-
"onUpdate:modelValue": V[27] || (V[27] = (
|
|
1203
|
-
placeholder:
|
|
1204
|
-
maxlength: ((
|
|
1202
|
+
"onUpdate:modelValue": V[27] || (V[27] = (b) => l.value = b),
|
|
1203
|
+
placeholder: u.value,
|
|
1204
|
+
maxlength: ((ut = t.value) == null ? void 0 : ut.max) || 25,
|
|
1205
1205
|
clearable: !0,
|
|
1206
|
-
onInput: V[28] || (V[28] = (
|
|
1206
|
+
onInput: V[28] || (V[28] = (b) => {
|
|
1207
1207
|
var ce;
|
|
1208
|
-
return e.value == U(Ce).NUMBER ? Ge(
|
|
1208
|
+
return e.value == U(Ce).NUMBER ? Ge(b, ((ce = t.value) == null ? void 0 : ce.precision) || 2) : b;
|
|
1209
1209
|
}),
|
|
1210
1210
|
onClear: V[29] || (V[29] = () => {
|
|
1211
1211
|
o.t == "q" && y.value.table.load();
|
|
1212
1212
|
}),
|
|
1213
1213
|
disabled: y.value[n.value].disabled
|
|
1214
|
-
}, { ...U(We)(t.value, (
|
|
1214
|
+
}, { ...U(We)(t.value, (b) => !["suffix", "prefix", "append", "prepend"].includes(b)), type: e.value }), ge({ _: 2 }, [
|
|
1215
1215
|
(yt = t.value) != null && yt.suffix ? {
|
|
1216
1216
|
name: "suffix",
|
|
1217
1217
|
fn: k(() => {
|
|
1218
|
-
var
|
|
1218
|
+
var b;
|
|
1219
1219
|
return [
|
|
1220
1220
|
ee("div", {
|
|
1221
|
-
innerHTML: ((
|
|
1221
|
+
innerHTML: ((b = t.value) == null ? void 0 : b.suffix) || ""
|
|
1222
1222
|
}, null, 8, Jl)
|
|
1223
1223
|
];
|
|
1224
1224
|
}),
|
|
@@ -1227,22 +1227,22 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1227
1227
|
(Q = t.value) != null && Q.prefix ? {
|
|
1228
1228
|
name: "prefix",
|
|
1229
1229
|
fn: k(() => {
|
|
1230
|
-
var
|
|
1230
|
+
var b;
|
|
1231
1231
|
return [
|
|
1232
1232
|
ee("div", {
|
|
1233
|
-
innerHTML: ((
|
|
1233
|
+
innerHTML: ((b = t.value) == null ? void 0 : b.prefix) || ""
|
|
1234
1234
|
}, null, 8, Kl)
|
|
1235
1235
|
];
|
|
1236
1236
|
}),
|
|
1237
1237
|
key: "1"
|
|
1238
1238
|
} : void 0,
|
|
1239
|
-
(
|
|
1239
|
+
(st = t.value) != null && st.append ? {
|
|
1240
1240
|
name: "append",
|
|
1241
1241
|
fn: k(() => {
|
|
1242
|
-
var
|
|
1242
|
+
var b;
|
|
1243
1243
|
return [
|
|
1244
1244
|
ee("div", {
|
|
1245
|
-
innerHTML: ((
|
|
1245
|
+
innerHTML: ((b = t.value) == null ? void 0 : b.append) || ""
|
|
1246
1246
|
}, null, 8, ea)
|
|
1247
1247
|
];
|
|
1248
1248
|
}),
|
|
@@ -1251,19 +1251,19 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1251
1251
|
(gt = t.value) != null && gt.prepend ? {
|
|
1252
1252
|
name: "prepend",
|
|
1253
1253
|
fn: k(() => {
|
|
1254
|
-
var
|
|
1254
|
+
var b;
|
|
1255
1255
|
return [
|
|
1256
1256
|
ee("div", {
|
|
1257
|
-
innerHTML: ((
|
|
1257
|
+
innerHTML: ((b = t.value) == null ? void 0 : b.prepend) || ""
|
|
1258
1258
|
}, null, 8, ta)
|
|
1259
1259
|
];
|
|
1260
1260
|
}),
|
|
1261
1261
|
key: "3"
|
|
1262
1262
|
} : void 0,
|
|
1263
|
-
W(x(), (
|
|
1264
|
-
name:
|
|
1263
|
+
W(x(), (b, ce) => ({
|
|
1264
|
+
name: b,
|
|
1265
1265
|
fn: k((pe) => [
|
|
1266
|
-
C(q.$slots, `${o.t}-${n.value}-${
|
|
1266
|
+
C(q.$slots, `${o.t}-${n.value}-${b}`, {
|
|
1267
1267
|
data: pe,
|
|
1268
1268
|
form: r.formInfo
|
|
1269
1269
|
}, void 0, !0)
|
|
@@ -1274,7 +1274,7 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1274
1274
|
], 64);
|
|
1275
1275
|
};
|
|
1276
1276
|
}
|
|
1277
|
-
}), wt = /* @__PURE__ */ at(la, [["__scopeId", "data-v-
|
|
1277
|
+
}), wt = /* @__PURE__ */ at(la, [["__scopeId", "data-v-df288214"]]), Pt = {
|
|
1278
1278
|
__name: "g-query-item",
|
|
1279
1279
|
props: /* @__PURE__ */ dt(["more"], {
|
|
1280
1280
|
modelValue: { required: !0 },
|
|
@@ -1285,12 +1285,12 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1285
1285
|
emits: ["update:modelValue", "update:info"],
|
|
1286
1286
|
setup(r) {
|
|
1287
1287
|
const o = rt(r, "modelValue"), t = r, l = rt(r, "info"), n = (M) => {
|
|
1288
|
-
let f = Object.entries(o.value).filter((
|
|
1289
|
-
var
|
|
1290
|
-
return typeof
|
|
1291
|
-
}).map((
|
|
1292
|
-
f.sort((
|
|
1293
|
-
const
|
|
1288
|
+
let f = Object.entries(o.value).filter((s) => {
|
|
1289
|
+
var u;
|
|
1290
|
+
return typeof s[1].search == "function" ? s[1].search && ((u = s[1].search(l.value, o.value.table)) == null ? void 0 : u.more) === M : s[1].search && s[1].search.more === M;
|
|
1291
|
+
}).map((s) => [s[0], s[1]]);
|
|
1292
|
+
f.sort((s, u) => {
|
|
1293
|
+
const p = (R) => {
|
|
1294
1294
|
var P;
|
|
1295
1295
|
try {
|
|
1296
1296
|
if (typeof R[1].search == "function") {
|
|
@@ -1301,8 +1301,8 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1301
1301
|
} catch (oe) {
|
|
1302
1302
|
return console.warn(`获取 ${R[0]} 的sort值时出错:`, oe), 0;
|
|
1303
1303
|
}
|
|
1304
|
-
}, L =
|
|
1305
|
-
return x -
|
|
1304
|
+
}, L = p(s), H = p(u), x = Number(L) || 0, T = Number(H) || 0;
|
|
1305
|
+
return x - T;
|
|
1306
1306
|
});
|
|
1307
1307
|
let c = Object.fromEntries(f);
|
|
1308
1308
|
return Be(() => c).value;
|
|
@@ -1310,46 +1310,46 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1310
1310
|
const f = e(M);
|
|
1311
1311
|
return (f == null ? void 0 : f.type) || M.type;
|
|
1312
1312
|
}, d = (M) => {
|
|
1313
|
-
var
|
|
1313
|
+
var s;
|
|
1314
1314
|
const f = e(M);
|
|
1315
|
-
let c = (f == null ? void 0 : f.width) || ((
|
|
1315
|
+
let c = (f == null ? void 0 : f.width) || ((s = o.value.queryItems) == null ? void 0 : s.width) || "100%";
|
|
1316
1316
|
return isNaN(c) || (c += "px"), c;
|
|
1317
1317
|
};
|
|
1318
1318
|
return (M, f) => {
|
|
1319
1319
|
const c = F("el-form-item");
|
|
1320
|
-
return
|
|
1321
|
-
key:
|
|
1322
|
-
item:
|
|
1320
|
+
return m(!0), z(re, null, W(n(t.more), (s, u) => C(M.$slots, `q-${u}`, {
|
|
1321
|
+
key: u,
|
|
1322
|
+
item: s,
|
|
1323
1323
|
queryModel: l.value,
|
|
1324
1324
|
model: o.value
|
|
1325
1325
|
}, () => [
|
|
1326
|
-
|
|
1327
|
-
label:
|
|
1328
|
-
style: { width: d(
|
|
1329
|
-
}, { ref_for: !0 }, { ...o.value.queryItems, ...e(
|
|
1326
|
+
ue(c, A({
|
|
1327
|
+
label: s.label,
|
|
1328
|
+
style: { width: d(s) }
|
|
1329
|
+
}, { ref_for: !0 }, { ...o.value.queryItems, ...e(s) }), {
|
|
1330
1330
|
label: k(() => [
|
|
1331
|
-
C(M.$slots, `q-${
|
|
1332
|
-
item:
|
|
1331
|
+
C(M.$slots, `q-${u}-label`, {
|
|
1332
|
+
item: s,
|
|
1333
1333
|
model: o.value
|
|
1334
1334
|
})
|
|
1335
1335
|
]),
|
|
1336
1336
|
default: k(() => [
|
|
1337
|
-
|
|
1338
|
-
modelValue: l.value[
|
|
1339
|
-
"onUpdate:modelValue": (
|
|
1340
|
-
item: { getDicts:
|
|
1341
|
-
ctrlKey:
|
|
1342
|
-
ctrlType: y(
|
|
1337
|
+
ue(wt, {
|
|
1338
|
+
modelValue: l.value[u],
|
|
1339
|
+
"onUpdate:modelValue": (p) => l.value[u] = p,
|
|
1340
|
+
item: { getDicts: s == null ? void 0 : s.getDicts, ...s == null ? void 0 : s.editor, ...e(s) },
|
|
1341
|
+
ctrlKey: u,
|
|
1342
|
+
ctrlType: y(s),
|
|
1343
1343
|
model: o.value,
|
|
1344
1344
|
t: "q",
|
|
1345
1345
|
formInfo: l.value
|
|
1346
1346
|
}, ge({ _: 2 }, [
|
|
1347
|
-
W(Object.keys(M.$slots), (
|
|
1348
|
-
name:
|
|
1347
|
+
W(Object.keys(M.$slots), (p) => ({
|
|
1348
|
+
name: p,
|
|
1349
1349
|
fn: k((L) => [
|
|
1350
|
-
C(M.$slots,
|
|
1350
|
+
C(M.$slots, p, {
|
|
1351
1351
|
data: L,
|
|
1352
|
-
item:
|
|
1352
|
+
item: s,
|
|
1353
1353
|
model: o.value
|
|
1354
1354
|
})
|
|
1355
1355
|
])
|
|
@@ -1466,7 +1466,7 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1466
1466
|
}
|
|
1467
1467
|
};
|
|
1468
1468
|
t.value.queryItems = Ue(c, n == null ? void 0 : n.queryItems, t.value.queryItems);
|
|
1469
|
-
const
|
|
1469
|
+
const s = (x, T) => {
|
|
1470
1470
|
const R = Object.keys(x.slots).filter((P) => P !== "default").reduce((P, oe) => (P[oe] = (J) => x.slots[oe]({
|
|
1471
1471
|
model: t.value
|
|
1472
1472
|
// 传递当前模型数据
|
|
@@ -1476,9 +1476,9 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1476
1476
|
"onUpdate:modelValue": (P) => t.value = P,
|
|
1477
1477
|
info: y.value,
|
|
1478
1478
|
"onUpdate:info": (P) => y.value = P,
|
|
1479
|
-
more:
|
|
1479
|
+
more: T
|
|
1480
1480
|
}, R);
|
|
1481
|
-
},
|
|
1481
|
+
}, u = Zt(), p = () => {
|
|
1482
1482
|
var R, P, oe, J, ie, xe, Oe, Ee, me;
|
|
1483
1483
|
const x = [
|
|
1484
1484
|
{
|
|
@@ -1516,7 +1516,7 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1516
1516
|
content: t.value.query.more.mode === 3 ? () => ke(Tt, {
|
|
1517
1517
|
class: "query-form",
|
|
1518
1518
|
...We(t.value.query, (N) => !["query", "more", "reset"].includes(N))
|
|
1519
|
-
}, () =>
|
|
1519
|
+
}, () => s({ slots: u }, !0)) : null
|
|
1520
1520
|
}
|
|
1521
1521
|
];
|
|
1522
1522
|
return x.sort((N, Te) => N.sort - Te.sort), x.filter((N) => !N.hidden).map((N) => N.key === "more" && N.component === zt ? ke(zt, N.props, {
|
|
@@ -1528,48 +1528,48 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1528
1528
|
flexDirection: t.value.query.container.mode === "row" ? "row" : "column"
|
|
1529
1529
|
})), H = () => {
|
|
1530
1530
|
};
|
|
1531
|
-
return (x,
|
|
1532
|
-
var oe, J, ie, xe, Oe, Ee, me, N, Te, Ge,
|
|
1531
|
+
return (x, T) => {
|
|
1532
|
+
var oe, J, ie, xe, Oe, Ee, me, N, Te, Ge, $, w, g, v, S, E, O;
|
|
1533
1533
|
const R = F("el-form-item"), P = F("el-drawer");
|
|
1534
|
-
return
|
|
1534
|
+
return m(), z(re, null, [
|
|
1535
1535
|
ee("div", {
|
|
1536
1536
|
class: "g-query-container",
|
|
1537
1537
|
style: He({ ...L.value, ...((J = (oe = t.value.query) == null ? void 0 : oe.container) == null ? void 0 : J.style) || {} }),
|
|
1538
1538
|
onDblclick: H
|
|
1539
1539
|
}, [
|
|
1540
|
-
|
|
1541
|
-
onSubmit:
|
|
1540
|
+
ue(U(Tt), A({
|
|
1541
|
+
onSubmit: T[0] || (T[0] = mt(() => {
|
|
1542
1542
|
}, ["prevent"]))
|
|
1543
1543
|
}, U(We)(t.value.query, (Y) => !["query", "more", "reset", "btns"].includes(Y))), {
|
|
1544
1544
|
default: k(() => {
|
|
1545
1545
|
var Y, ae;
|
|
1546
1546
|
return [
|
|
1547
|
-
(
|
|
1548
|
-
((ae = (Y = t.value.query) == null ? void 0 : Y.container) == null ? void 0 : ae.inline) === !0 ? (
|
|
1547
|
+
(m(), D(Je(s({ slots: x.$slots }, void 0)))),
|
|
1548
|
+
((ae = (Y = t.value.query) == null ? void 0 : Y.container) == null ? void 0 : ae.inline) === !0 ? (m(), D(R, { key: 0 }, {
|
|
1549
1549
|
default: k(() => {
|
|
1550
1550
|
var de, ye, G, X, De;
|
|
1551
1551
|
return [
|
|
1552
1552
|
ee("div", {
|
|
1553
1553
|
style: He((ye = (de = t.value.query) == null ? void 0 : de.btns) == null ? void 0 : ye.style)
|
|
1554
1554
|
}, [
|
|
1555
|
-
t.value.query.group ? (
|
|
1555
|
+
t.value.query.group ? (m(), D(U(Vt), { key: 0 }, {
|
|
1556
1556
|
default: k(() => [
|
|
1557
|
-
(
|
|
1558
|
-
(
|
|
1557
|
+
(m(!0), z(re, null, W(p(), (_e) => C(x.$slots, _e.props.slot, {}, () => [
|
|
1558
|
+
(m(), D(Je(_e)))
|
|
1559
1559
|
], !0)), 256)),
|
|
1560
1560
|
C(x.$slots, "q-btns", {}, void 0, !0)
|
|
1561
1561
|
]),
|
|
1562
1562
|
_: 3
|
|
1563
|
-
})) : (
|
|
1564
|
-
(De = (X = (G = t.value) == null ? void 0 : G.query) == null ? void 0 : X.btns) != null && De.group ? (
|
|
1563
|
+
})) : (m(), z(re, { key: 1 }, [
|
|
1564
|
+
(De = (X = (G = t.value) == null ? void 0 : G.query) == null ? void 0 : X.btns) != null && De.group ? (m(), D(U(Vt), { key: 0 }, {
|
|
1565
1565
|
default: k(() => [
|
|
1566
|
-
(
|
|
1567
|
-
(
|
|
1566
|
+
(m(!0), z(re, null, W(p(), (_e) => C(x.$slots, _e.props.slot, {}, () => [
|
|
1567
|
+
(m(), D(Je(_e)))
|
|
1568
1568
|
], !0)), 256))
|
|
1569
1569
|
]),
|
|
1570
1570
|
_: 3
|
|
1571
|
-
})) : (
|
|
1572
|
-
(
|
|
1571
|
+
})) : (m(!0), z(re, { key: 1 }, W(p(), (_e) => C(x.$slots, _e.props.slot, {}, () => [
|
|
1572
|
+
(m(), D(Je(_e)))
|
|
1573
1573
|
], !0)), 256)),
|
|
1574
1574
|
C(x.$slots, "q-btns", {}, void 0, !0)
|
|
1575
1575
|
], 64))
|
|
@@ -1582,51 +1582,51 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1582
1582
|
}),
|
|
1583
1583
|
_: 3
|
|
1584
1584
|
}, 16),
|
|
1585
|
-
((Oe = (xe = (ie = t.value) == null ? void 0 : ie.query) == null ? void 0 : xe.container) == null ? void 0 : Oe.inline) === !1 ? (
|
|
1585
|
+
((Oe = (xe = (ie = t.value) == null ? void 0 : ie.query) == null ? void 0 : xe.container) == null ? void 0 : Oe.inline) === !1 ? (m(), z("div", {
|
|
1586
1586
|
key: 0,
|
|
1587
1587
|
style: He([{ "margin-bottom": "18px" }, (me = (Ee = t.value.query) == null ? void 0 : Ee.btns) == null ? void 0 : me.style])
|
|
1588
1588
|
}, [
|
|
1589
|
-
t.value.query.group ? (
|
|
1589
|
+
t.value.query.group ? (m(), D(U(Vt), { key: 0 }, {
|
|
1590
1590
|
default: k(() => [
|
|
1591
|
-
(
|
|
1592
|
-
(
|
|
1591
|
+
(m(!0), z(re, null, W(p(), (Y) => C(x.$slots, Y.props.slot, {}, () => [
|
|
1592
|
+
(m(), D(Je(Y)))
|
|
1593
1593
|
], !0)), 256)),
|
|
1594
1594
|
C(x.$slots, "q-btns", {}, void 0, !0)
|
|
1595
1595
|
]),
|
|
1596
1596
|
_: 3
|
|
1597
|
-
})) : (
|
|
1598
|
-
(Te = (N = t.value.query) == null ? void 0 : N.btns) != null && Te.group ? (
|
|
1597
|
+
})) : (m(), z(re, { key: 1 }, [
|
|
1598
|
+
(Te = (N = t.value.query) == null ? void 0 : N.btns) != null && Te.group ? (m(), D(U(Vt), { key: 0 }, {
|
|
1599
1599
|
default: k(() => [
|
|
1600
|
-
(
|
|
1601
|
-
(
|
|
1600
|
+
(m(!0), z(re, null, W(p(), (Y) => C(x.$slots, Y.props.slot, {}, () => [
|
|
1601
|
+
(m(), D(Je(Y)))
|
|
1602
1602
|
], !0)), 256))
|
|
1603
1603
|
]),
|
|
1604
1604
|
_: 3
|
|
1605
|
-
})) : (
|
|
1606
|
-
(
|
|
1605
|
+
})) : (m(!0), z(re, { key: 1 }, W(p(), (Y) => C(x.$slots, Y.props.slot, {}, () => [
|
|
1606
|
+
(m(), D(Je(Y)))
|
|
1607
1607
|
], !0)), 256)),
|
|
1608
1608
|
C(x.$slots, "q-btns", {}, void 0, !0)
|
|
1609
1609
|
], 64))
|
|
1610
1610
|
], 4)) : $e("", !0)
|
|
1611
1611
|
], 36),
|
|
1612
|
-
e.value && !((
|
|
1612
|
+
e.value && !((w = ($ = (Ge = t.value) == null ? void 0 : Ge.query) == null ? void 0 : $.more) != null && w.hidden) && t.value.query.more.mode == 2 ? (m(), D(P, A({
|
|
1613
1613
|
key: 0,
|
|
1614
1614
|
modelValue: e.value,
|
|
1615
|
-
"onUpdate:modelValue":
|
|
1615
|
+
"onUpdate:modelValue": T[6] || (T[6] = (Y) => e.value = Y),
|
|
1616
1616
|
title: "更多查询",
|
|
1617
1617
|
"show-close": !1
|
|
1618
1618
|
}, t.value.query.more.dialog), ge({
|
|
1619
1619
|
default: k(() => [
|
|
1620
|
-
|
|
1621
|
-
onSubmit:
|
|
1620
|
+
ue(U(Tt), A({
|
|
1621
|
+
onSubmit: T[3] || (T[3] = mt(() => {
|
|
1622
1622
|
}, ["prevent"]))
|
|
1623
1623
|
}, U(We)(t.value.query, (Y) => !["query", "more", "reset"].includes(Y)), { style: { width: "98%" } }), {
|
|
1624
1624
|
default: k(() => [
|
|
1625
|
-
|
|
1625
|
+
ue(Pt, {
|
|
1626
1626
|
modelValue: t.value,
|
|
1627
|
-
"onUpdate:modelValue":
|
|
1627
|
+
"onUpdate:modelValue": T[1] || (T[1] = (Y) => t.value = Y),
|
|
1628
1628
|
info: y.value,
|
|
1629
|
-
"onUpdate:info":
|
|
1629
|
+
"onUpdate:info": T[2] || (T[2] = (Y) => y.value = Y),
|
|
1630
1630
|
more: !0
|
|
1631
1631
|
}, ge({ _: 2 }, [
|
|
1632
1632
|
W(x.$slots, (Y, ae, de) => ({
|
|
@@ -1642,20 +1642,20 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1642
1642
|
]),
|
|
1643
1643
|
_: 2
|
|
1644
1644
|
}, [
|
|
1645
|
-
(O = (
|
|
1645
|
+
(O = (E = (S = (v = (g = t.value) == null ? void 0 : g.query) == null ? void 0 : v.more) == null ? void 0 : S.dialog) == null ? void 0 : E.footer) != null && O.hidden ? void 0 : {
|
|
1646
1646
|
name: "footer",
|
|
1647
1647
|
fn: k(() => [
|
|
1648
1648
|
ee("div", Dt(Qt(t.value.query.more.dialog.footer)), [
|
|
1649
|
-
|
|
1650
|
-
onClick:
|
|
1649
|
+
ue(U(je), A(t.value.query.query, {
|
|
1650
|
+
onClick: T[4] || (T[4] = (Y) => t.value.query.query.click())
|
|
1651
1651
|
}), {
|
|
1652
1652
|
default: k(() => [
|
|
1653
1653
|
Le(Se(t.value.query.query.label), 1)
|
|
1654
1654
|
]),
|
|
1655
1655
|
_: 1
|
|
1656
1656
|
}, 16),
|
|
1657
|
-
|
|
1658
|
-
onClick:
|
|
1657
|
+
ue(U(je), A(t.value.query.reset, {
|
|
1658
|
+
onClick: T[5] || (T[5] = (Y) => t.value.query.reset.click())
|
|
1659
1659
|
}), {
|
|
1660
1660
|
default: k(() => [
|
|
1661
1661
|
Le(Se(t.value.query.reset.label), 1)
|
|
@@ -1667,7 +1667,7 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1667
1667
|
key: "0"
|
|
1668
1668
|
}
|
|
1669
1669
|
]), 1040, ["modelValue"])) : $e("", !0),
|
|
1670
|
-
|
|
1670
|
+
ue(wl, {
|
|
1671
1671
|
duration: 300,
|
|
1672
1672
|
name: "nested",
|
|
1673
1673
|
style: { padding: "10px" }
|
|
@@ -1675,15 +1675,15 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1675
1675
|
default: k(() => {
|
|
1676
1676
|
var Y, ae, de;
|
|
1677
1677
|
return [
|
|
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 ? (
|
|
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 ? (m(), z("div", aa, [
|
|
1679
1679
|
ee("div", ra, [
|
|
1680
|
-
t.value.query.more.mode == 1 ? kl((
|
|
1680
|
+
t.value.query.more.mode == 1 ? kl((m(), D(U(Tt), A({
|
|
1681
1681
|
key: 0,
|
|
1682
|
-
onSubmit:
|
|
1682
|
+
onSubmit: T[7] || (T[7] = mt(() => {
|
|
1683
1683
|
}, ["prevent"]))
|
|
1684
1684
|
}, U(We)(t.value.query, (ye) => !["query", "more", "reset"].includes(ye))), {
|
|
1685
1685
|
default: k(() => [
|
|
1686
|
-
(
|
|
1686
|
+
(m(), D(Je(s({ slots: x.$slots }, !0))))
|
|
1687
1687
|
]),
|
|
1688
1688
|
_: 1
|
|
1689
1689
|
}, 16)), [
|
|
@@ -1760,7 +1760,7 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1760
1760
|
type: "card",
|
|
1761
1761
|
editable: !1
|
|
1762
1762
|
}
|
|
1763
|
-
}, cl = ["table", "tableColumns", "query", "queryItems", "form", "formItems", "control", "dialog"],
|
|
1763
|
+
}, cl = ["table", "tableColumns", "query", "queryItems", "form", "formItems", "control", "dialog"], ua = { class: "g-form-container" }, sa = /* @__PURE__ */ Object.assign({
|
|
1764
1764
|
name: "g-form",
|
|
1765
1765
|
inheritAttrs: !1
|
|
1766
1766
|
}, {
|
|
@@ -1781,35 +1781,35 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1781
1781
|
(me = (Ee = l.value) == null ? void 0 : Ee.form) == null ? void 0 : me.style,
|
|
1782
1782
|
{ ...(N = At()) == null ? void 0 : N.style }
|
|
1783
1783
|
);
|
|
1784
|
-
const c = async (
|
|
1785
|
-
let
|
|
1786
|
-
for (;
|
|
1784
|
+
const c = async ($, w, g) => {
|
|
1785
|
+
let v = 5;
|
|
1786
|
+
for (; v > 0; ) {
|
|
1787
1787
|
if (await ht(), e.value) {
|
|
1788
|
-
e.value.validate((
|
|
1789
|
-
|
|
1788
|
+
e.value.validate((S, E) => {
|
|
1789
|
+
S ? n("submit", $, w, g) : console.error("表单验证不通过!", E);
|
|
1790
1790
|
});
|
|
1791
1791
|
return;
|
|
1792
1792
|
}
|
|
1793
|
-
|
|
1793
|
+
v--, await new Promise((S) => setTimeout(S, 50));
|
|
1794
1794
|
}
|
|
1795
1795
|
console.error("表单实例获取失败,请检查组件状态");
|
|
1796
|
-
},
|
|
1797
|
-
let
|
|
1798
|
-
for (;
|
|
1796
|
+
}, s = async ($, w) => {
|
|
1797
|
+
let g = 5;
|
|
1798
|
+
for (; g > 0; ) {
|
|
1799
1799
|
if (await ht(), e.value)
|
|
1800
1800
|
try {
|
|
1801
|
-
e.value.resetFields(), n("reset",
|
|
1801
|
+
e.value.resetFields(), n("reset", $, w);
|
|
1802
1802
|
return;
|
|
1803
|
-
} catch (
|
|
1804
|
-
console.error("表单重置失败:",
|
|
1803
|
+
} catch (v) {
|
|
1804
|
+
console.error("表单重置失败:", v);
|
|
1805
1805
|
return;
|
|
1806
1806
|
}
|
|
1807
|
-
|
|
1807
|
+
g--, g > 0 && await new Promise((v) => setTimeout(v, 50));
|
|
1808
1808
|
}
|
|
1809
1809
|
console.error("表单实例获取失败,无法重置表单");
|
|
1810
1810
|
};
|
|
1811
|
-
l.value.form.submit.click = c, l.value.form.saveSubmit.click = c, l.value.form.reset.click =
|
|
1812
|
-
const
|
|
1811
|
+
l.value.form.submit.click = c, l.value.form.saveSubmit.click = c, l.value.form.reset.click = s;
|
|
1812
|
+
const u = {
|
|
1813
1813
|
type: "hidden",
|
|
1814
1814
|
labelPosition: "right",
|
|
1815
1815
|
style: {
|
|
@@ -1817,25 +1817,25 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1817
1817
|
}
|
|
1818
1818
|
};
|
|
1819
1819
|
l.value.formItems = Ue(
|
|
1820
|
-
|
|
1820
|
+
u,
|
|
1821
1821
|
y == null ? void 0 : y.formItems,
|
|
1822
1822
|
(Te = l == null ? void 0 : l.value) == null ? void 0 : Te.formItems
|
|
1823
1823
|
);
|
|
1824
|
-
const
|
|
1824
|
+
const p = {
|
|
1825
1825
|
span: 12,
|
|
1826
1826
|
offset: 0
|
|
1827
1827
|
};
|
|
1828
1828
|
l.value.form.cols = Ue(
|
|
1829
|
-
|
|
1829
|
+
p,
|
|
1830
1830
|
(Ge = y == null ? void 0 : y.form) == null ? void 0 : Ge.cols,
|
|
1831
1831
|
l.value.form.cols
|
|
1832
1832
|
);
|
|
1833
|
-
const L = (
|
|
1834
|
-
let
|
|
1835
|
-
if (
|
|
1836
|
-
|
|
1833
|
+
const L = ($) => {
|
|
1834
|
+
let w = [];
|
|
1835
|
+
if ($.rules)
|
|
1836
|
+
w = $.rules;
|
|
1837
1837
|
else {
|
|
1838
|
-
const
|
|
1838
|
+
const v = { ...{
|
|
1839
1839
|
required: void 0,
|
|
1840
1840
|
max: void 0,
|
|
1841
1841
|
min: void 0,
|
|
@@ -1843,70 +1843,70 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1843
1843
|
url: void 0,
|
|
1844
1844
|
pattern: void 0,
|
|
1845
1845
|
validate: void 0
|
|
1846
|
-
},
|
|
1847
|
-
|
|
1846
|
+
}, ...$ };
|
|
1847
|
+
v.required && w.push({
|
|
1848
1848
|
required: !0,
|
|
1849
|
-
message: `${
|
|
1849
|
+
message: `${v.label}不能为空!`,
|
|
1850
1850
|
trigger: "blur"
|
|
1851
|
-
}),
|
|
1852
|
-
validator: (
|
|
1853
|
-
if (
|
|
1854
|
-
|
|
1855
|
-
new Error(`${
|
|
1856
|
-
) : O() : Number(
|
|
1851
|
+
}), v.max !== void 0 && v.max !== null && v.max !== "" && (v.min === void 0 || v.min === null || v.min === "") && w.push({
|
|
1852
|
+
validator: (S, E, O) => {
|
|
1853
|
+
if (E == null || E === "") return O();
|
|
1854
|
+
v.type !== "number" && v.type !== "input-number" ? ((E == null ? void 0 : E.toString()) || "").length > Number(v.max) ? O(
|
|
1855
|
+
new Error(`${v.label}长度不能超过${v.max}个字符!`)
|
|
1856
|
+
) : O() : Number(E) > Number(v.max) ? O(new Error(`${v.label}不能大于${v.max}!`)) : O();
|
|
1857
1857
|
}
|
|
1858
|
-
}),
|
|
1859
|
-
validator: (
|
|
1860
|
-
if (
|
|
1861
|
-
|
|
1858
|
+
}), v.min !== void 0 && v.min !== null && v.min !== "" && (v.max === void 0 || v.max === null || v.max === "") && w.push({
|
|
1859
|
+
validator: (S, E, O) => {
|
|
1860
|
+
if (E == null || E === "") return O();
|
|
1861
|
+
v.type !== "number" && v.type !== "input-number" ? Number(v.min) < 1 ? O(
|
|
1862
1862
|
new Error(
|
|
1863
|
-
`${
|
|
1863
|
+
`${v.label}长度最小值${v.min}设置错误!`
|
|
1864
1864
|
)
|
|
1865
|
-
) :
|
|
1865
|
+
) : E.toString().length < Number(v.min) ? O(
|
|
1866
1866
|
new Error(
|
|
1867
|
-
`${
|
|
1867
|
+
`${v.label}长度不能少于${v.min}个字符!`
|
|
1868
1868
|
)
|
|
1869
|
-
) : O() : Number(
|
|
1869
|
+
) : O() : Number(E) < Number(v.min) ? O(new Error(`${v.label}不能小于${v.min}!`)) : O();
|
|
1870
1870
|
}
|
|
1871
|
-
}),
|
|
1872
|
-
validator: (
|
|
1873
|
-
if (
|
|
1874
|
-
const Y = Number(
|
|
1875
|
-
|
|
1871
|
+
}), v.min !== void 0 && v.min !== null && v.min !== "" && v.max !== void 0 && v.max !== null && v.max !== "" && w.push({
|
|
1872
|
+
validator: (S, E, O) => {
|
|
1873
|
+
if (E == null || E === "") return O();
|
|
1874
|
+
const Y = Number(v.min), ae = Number(v.max);
|
|
1875
|
+
v.type !== "number" && v.type !== "input-number" ? Number(v.min) < 1 ? O(
|
|
1876
1876
|
new Error(
|
|
1877
|
-
`${
|
|
1877
|
+
`${v.label}长度最小值${v.min}设置错误!`
|
|
1878
1878
|
)
|
|
1879
|
-
) :
|
|
1879
|
+
) : E.toString().length < Y || E.toString().length > ae ? O(
|
|
1880
1880
|
new Error(
|
|
1881
|
-
`${
|
|
1881
|
+
`${v.label}长度必须在${Y}-${ae}个字符之间!`
|
|
1882
1882
|
)
|
|
1883
|
-
) : O() : Number(
|
|
1883
|
+
) : O() : Number(E) < Y || E > ae ? O(new Error(`${v.label}必须在${Y}-${ae}之间!`)) : O();
|
|
1884
1884
|
}
|
|
1885
|
-
}),
|
|
1886
|
-
pattern:
|
|
1887
|
-
message: (
|
|
1888
|
-
}),
|
|
1889
|
-
validator: (
|
|
1885
|
+
}), v.type == "email" && w.push({ type: "email", message: "不是一个正确的邮箱地址!" }), v.type == "url" && w.push({ type: "url", message: "不是一个合正确的URL!" }), v.pattern && w.push({
|
|
1886
|
+
pattern: v == null ? void 0 : v.pattern,
|
|
1887
|
+
message: (v == null ? void 0 : v.message) || "格式不正确!"
|
|
1888
|
+
}), v.validate && w.push({
|
|
1889
|
+
validator: (S, E, O) => v.validate(S, E, O)
|
|
1890
1890
|
});
|
|
1891
1891
|
}
|
|
1892
|
-
return
|
|
1893
|
-
}, H = (
|
|
1894
|
-
var
|
|
1895
|
-
const
|
|
1896
|
-
if (((
|
|
1897
|
-
const de = typeof (
|
|
1898
|
-
return { ...
|
|
1892
|
+
return w;
|
|
1893
|
+
}, H = ($, w = !1) => {
|
|
1894
|
+
var S, E, O, Y, ae;
|
|
1895
|
+
const g = w ? $ : $ == null ? void 0 : $.item, v = typeof (g == null ? void 0 : g.editor) == "function" ? g.editor(d.value, (S = l.value.form) == null ? void 0 : S.modalState) : (g == null ? void 0 : g.editor) || {};
|
|
1896
|
+
if (((E = l.value.form) == null ? void 0 : E.modalState) === "edit") {
|
|
1897
|
+
const de = typeof (g == null ? void 0 : g.editor) == "object" ? (O = g.editor) == null ? void 0 : O.ep : typeof (g == null ? void 0 : g.editor) == "function" ? v == null ? void 0 : v.ep : {};
|
|
1898
|
+
return { ...v, ...de };
|
|
1899
1899
|
}
|
|
1900
1900
|
if (((Y = l.value.form) == null ? void 0 : Y.modalState) === "add") {
|
|
1901
|
-
const de = typeof (
|
|
1902
|
-
return { ...
|
|
1901
|
+
const de = typeof (g == null ? void 0 : g.editor) == "object" ? (ae = g.editor) == null ? void 0 : ae.ap : typeof (g == null ? void 0 : g.editor) == "function" ? v == null ? void 0 : v.ap : {};
|
|
1902
|
+
return { ...v, ...de };
|
|
1903
1903
|
}
|
|
1904
|
-
return
|
|
1905
|
-
}, x = (
|
|
1906
|
-
var
|
|
1907
|
-
const
|
|
1908
|
-
return ((
|
|
1909
|
-
},
|
|
1904
|
+
return v;
|
|
1905
|
+
}, x = ($) => {
|
|
1906
|
+
var g, v, S, E, O;
|
|
1907
|
+
const w = typeof $.editor == "function" ? $.editor(d.value, (g = l.value.form) == null ? void 0 : g.modalState) : $.editor;
|
|
1908
|
+
return ((v = l.value.form) == null ? void 0 : v.modalState) === "edit" ? ((S = w == null ? void 0 : w.ep) == null ? void 0 : S.type) ?? (w == null ? void 0 : w.type) ?? $.type : ((E = l.value.form) == null ? void 0 : E.modalState) === "add" ? ((O = w == null ? void 0 : w.ap) == null ? void 0 : O.type) ?? (w == null ? void 0 : w.type) ?? $.type : (w == null ? void 0 : w.type) ?? $.type;
|
|
1909
|
+
}, T = ($) => $ === "left" ? "flex-start" : $ === "right" ? "flex-end" : $ === "center" ? "center" : "flex-end";
|
|
1910
1910
|
kt(() => {
|
|
1911
1911
|
R(), f != null && f.editForm ? d.value = f.editForm : d.value = oe.value;
|
|
1912
1912
|
}), xl(() => {
|
|
@@ -1914,41 +1914,46 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1914
1914
|
});
|
|
1915
1915
|
const R = () => {
|
|
1916
1916
|
M.value = Math.random().toString(36).substring(2);
|
|
1917
|
-
for (const [
|
|
1918
|
-
l.value[
|
|
1919
|
-
...l.value[
|
|
1920
|
-
|
|
1921
|
-
}, l.value[
|
|
1922
|
-
...l.value[
|
|
1923
|
-
|
|
1917
|
+
for (const [$, w] of Object.entries(P.value))
|
|
1918
|
+
l.value[$].formItem = {
|
|
1919
|
+
...l.value[$].formItem,
|
|
1920
|
+
...w.formItem
|
|
1921
|
+
}, l.value[$].formItem.style = {
|
|
1922
|
+
...l.value[$].formItem.style,
|
|
1923
|
+
...w.formItem.style
|
|
1924
1924
|
};
|
|
1925
1925
|
}, P = Be(
|
|
1926
1926
|
() => Object.fromEntries(
|
|
1927
|
-
Object.entries(l.value).filter((
|
|
1928
|
-
var
|
|
1929
|
-
const
|
|
1930
|
-
return l.value.form.modalState === "edit" ? ((
|
|
1931
|
-
}).map((
|
|
1927
|
+
Object.entries(l.value).filter(($) => $[1].type != "hidden").filter(($) => $[1].hidden !== !0).filter(($) => $[1].edit !== !1).filter(($) => $[1].editor !== !1).filter(($) => $[1].type !== "control").filter(($) => !cl.includes($[0])).filter(($) => {
|
|
1928
|
+
var g, v, S;
|
|
1929
|
+
const w = typeof $[1].editor == "function" ? $[1].editor(d.value, (g = l.value.form) == null ? void 0 : g.modalState) : $[1].editor;
|
|
1930
|
+
return l.value.form.modalState === "edit" ? ((v = w == null ? void 0 : w.ep) == null ? void 0 : v.editor) !== !1 : l.value.form.modalState === "add" ? ((S = w == null ? void 0 : w.ap) == null ? void 0 : S.editor) !== !1 : !0;
|
|
1931
|
+
}).map(($) => [$[0], $[1]])
|
|
1932
1932
|
)
|
|
1933
1933
|
), oe = Be(
|
|
1934
1934
|
() => Object.fromEntries(
|
|
1935
|
-
Object.entries(l.value).filter((
|
|
1935
|
+
Object.entries(l.value).filter(($) => $[1].type != "hidden").filter(($) => $[1].type != "control").map(([$, w]) => {
|
|
1936
|
+
var S, E, O;
|
|
1937
|
+
const g = typeof w.editor == "function" ? w.editor(d.value, (S = l.value.form) == null ? void 0 : S.modalState) : w.editor;
|
|
1938
|
+
let v;
|
|
1939
|
+
return l.value.form.modalState === "add" ? v = ((E = g == null ? void 0 : g.ap) == null ? void 0 : E.value) !== void 0 ? g.ap.value : (g == null ? void 0 : g.value) !== void 0 ? g.value : w.value : l.value.form.modalState === "edit" ? v = ((O = g == null ? void 0 : g.ep) == null ? void 0 : O.value) !== void 0 ? g.ep.value : (g == null ? void 0 : g.value) !== void 0 ? g.value : w.value : v = (g == null ? void 0 : g.value) !== void 0 ? g.value : w.value, [$, v];
|
|
1940
|
+
})
|
|
1936
1941
|
)
|
|
1937
1942
|
), J = Be(() => {
|
|
1938
|
-
const
|
|
1939
|
-
return Object.entries(P.value).forEach(([
|
|
1940
|
-
if (
|
|
1941
|
-
const
|
|
1942
|
-
|
|
1943
|
-
groupName:
|
|
1943
|
+
const $ = /* @__PURE__ */ new Map();
|
|
1944
|
+
return Object.entries(P.value).forEach(([w, g]) => {
|
|
1945
|
+
if (g.groupName) {
|
|
1946
|
+
const v = g.groupName;
|
|
1947
|
+
$.has(v) || $.set(v, {
|
|
1948
|
+
groupName: v,
|
|
1944
1949
|
items: []
|
|
1945
|
-
}),
|
|
1950
|
+
}), $.get(v).items.push({ key: w, item: g });
|
|
1946
1951
|
}
|
|
1947
|
-
}),
|
|
1948
|
-
|
|
1949
|
-
|
|
1952
|
+
}), $.forEach((w) => {
|
|
1953
|
+
w.tabPane = Ue(
|
|
1954
|
+
...w.items.map(({ item: g }) => g.tabPane || {})
|
|
1950
1955
|
);
|
|
1951
|
-
}), Array.from(
|
|
1956
|
+
}), Array.from($.values());
|
|
1952
1957
|
}), ie = ne([
|
|
1953
1958
|
{
|
|
1954
1959
|
name: "f-submit",
|
|
@@ -1991,17 +1996,17 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
1991
1996
|
sort: l.value.form.cancel.sort ?? 2,
|
|
1992
1997
|
originalOrder: 1
|
|
1993
1998
|
}
|
|
1994
|
-
]), xe = Be(() => ie.value.filter((
|
|
1999
|
+
]), xe = Be(() => ie.value.filter(($) => !$.hidden).sort(($, w) => $.sort - w.sort || $.originalOrder - w.originalOrder));
|
|
1995
2000
|
return o({
|
|
1996
2001
|
submit: c,
|
|
1997
2002
|
saveSubmit: c,
|
|
1998
|
-
reset:
|
|
2003
|
+
reset: s,
|
|
1999
2004
|
formData: d
|
|
2000
|
-
}), (
|
|
2005
|
+
}), ($, w) => {
|
|
2001
2006
|
var ae, de, ye;
|
|
2002
|
-
const
|
|
2003
|
-
return
|
|
2004
|
-
|
|
2007
|
+
const g = F("el-form-item"), v = F("el-col"), S = F("el-tab-pane"), E = F("el-tabs"), O = F("el-form"), Y = F("el-button");
|
|
2008
|
+
return m(), z("div", ua, [
|
|
2009
|
+
ue(O, A(
|
|
2005
2010
|
{
|
|
2006
2011
|
ref_key: "gform",
|
|
2007
2012
|
ref: e,
|
|
@@ -2019,41 +2024,41 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
2019
2024
|
)
|
|
2020
2025
|
), {
|
|
2021
2026
|
default: k(() => [
|
|
2022
|
-
J.value.length > 0 ? C(
|
|
2023
|
-
|
|
2027
|
+
J.value.length > 0 ? C($.$slots, "default", { key: 0 }, () => [
|
|
2028
|
+
ue(E, A({
|
|
2024
2029
|
class: "demo-tabs",
|
|
2025
2030
|
modelValue: J.value[0].groupName,
|
|
2026
|
-
"onUpdate:modelValue":
|
|
2031
|
+
"onUpdate:modelValue": w[0] || (w[0] = (G) => J.value[0].groupName = G),
|
|
2027
2032
|
style: { width: "100%" }
|
|
2028
2033
|
}, l.value.form.tabs), {
|
|
2029
2034
|
default: k(() => [
|
|
2030
|
-
(
|
|
2035
|
+
(m(!0), z(re, null, W(J.value, (G) => (m(), D(S, A({
|
|
2031
2036
|
key: G.groupName,
|
|
2032
2037
|
label: G.groupName,
|
|
2033
2038
|
name: G.groupName,
|
|
2034
2039
|
style: { width: "100%", display: "flex", "flex-wrap": "wrap" }
|
|
2035
2040
|
}, { ref_for: !0 }, G.tabPane), {
|
|
2036
2041
|
default: k(() => [
|
|
2037
|
-
(
|
|
2042
|
+
(m(!0), z(re, null, W(G.items, (X, De) => (m(), D(v, A({ ref_for: !0 }, { ...l.value.form.cols, ...X == null ? void 0 : X.item.col }, {
|
|
2038
2043
|
key: X.key,
|
|
2039
2044
|
style: { width: "100%" }
|
|
2040
2045
|
}), {
|
|
2041
2046
|
default: k(() => {
|
|
2042
2047
|
var _e, qe;
|
|
2043
2048
|
return [
|
|
2044
|
-
|
|
2049
|
+
ue(g, A({
|
|
2045
2050
|
label: X == null ? void 0 : X.item.label,
|
|
2046
2051
|
prop: X.key,
|
|
2047
2052
|
rules: L(X == null ? void 0 : X.item)
|
|
2048
2053
|
}, { 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%" } }), {
|
|
2049
2054
|
default: k(() => [
|
|
2050
|
-
C(
|
|
2055
|
+
C($.$slots, "f-" + X.key, {
|
|
2051
2056
|
item: X == null ? void 0 : X.item,
|
|
2052
2057
|
formInfo: d.value,
|
|
2053
2058
|
model: l.value,
|
|
2054
2059
|
form: d.value
|
|
2055
2060
|
}, () => [
|
|
2056
|
-
(
|
|
2061
|
+
(m(), D(wt, {
|
|
2057
2062
|
modelValue: d.value[X.key],
|
|
2058
2063
|
"onUpdate:modelValue": (Me) => d.value[X.key] = Me,
|
|
2059
2064
|
item: H(X),
|
|
@@ -2065,10 +2070,10 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
2065
2070
|
t: "f",
|
|
2066
2071
|
formInfo: d.value
|
|
2067
2072
|
}, ge({ _: 2 }, [
|
|
2068
|
-
W(
|
|
2073
|
+
W($.$slots, (Me, ze) => ({
|
|
2069
2074
|
name: ze,
|
|
2070
2075
|
fn: k((q) => [
|
|
2071
|
-
C(
|
|
2076
|
+
C($.$slots, ze, {
|
|
2072
2077
|
data: q,
|
|
2073
2078
|
item: X.item,
|
|
2074
2079
|
model: l.value
|
|
@@ -2090,21 +2095,21 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
2090
2095
|
]),
|
|
2091
2096
|
_: 3
|
|
2092
2097
|
}, 16, ["modelValue"])
|
|
2093
|
-
], !0) : C(
|
|
2094
|
-
(
|
|
2098
|
+
], !0) : C($.$slots, "default", { key: 1 }, () => [
|
|
2099
|
+
(m(!0), z(re, null, W(P.value, (G, X) => (m(), D(v, A({ ref_for: !0 }, { ...l.value.form.cols, ...G.col }, {
|
|
2095
2100
|
key: X,
|
|
2096
2101
|
style: { width: "100%" }
|
|
2097
2102
|
}), {
|
|
2098
2103
|
default: k(() => {
|
|
2099
2104
|
var De;
|
|
2100
2105
|
return [
|
|
2101
|
-
|
|
2106
|
+
ue(g, A({
|
|
2102
2107
|
label: G.label,
|
|
2103
2108
|
prop: X,
|
|
2104
2109
|
rules: L(G)
|
|
2105
2110
|
}, { ref_for: !0 }, { ...(De = l.value) == null ? void 0 : De.formItems, ...G == null ? void 0 : G.formItem }, { style: { width: "100%" } }), {
|
|
2106
2111
|
label: k((_e) => [
|
|
2107
|
-
C(
|
|
2112
|
+
C($.$slots, `f-${X}-label`, {
|
|
2108
2113
|
data: _e,
|
|
2109
2114
|
item: G,
|
|
2110
2115
|
model: l.value
|
|
@@ -2113,13 +2118,13 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
2113
2118
|
], !0)
|
|
2114
2119
|
]),
|
|
2115
2120
|
default: k(() => [
|
|
2116
|
-
C(
|
|
2121
|
+
C($.$slots, "f-" + X, {
|
|
2117
2122
|
item: G,
|
|
2118
2123
|
formInfo: d.value,
|
|
2119
2124
|
model: l.value,
|
|
2120
2125
|
form: d.value
|
|
2121
2126
|
}, () => [
|
|
2122
|
-
(
|
|
2127
|
+
(m(), D(wt, {
|
|
2123
2128
|
modelValue: d.value[X],
|
|
2124
2129
|
"onUpdate:modelValue": (_e) => d.value[X] = _e,
|
|
2125
2130
|
item: H(G, !0),
|
|
@@ -2131,10 +2136,10 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
2131
2136
|
t: "f",
|
|
2132
2137
|
formInfo: d.value
|
|
2133
2138
|
}, ge({ _: 2 }, [
|
|
2134
|
-
W(
|
|
2139
|
+
W($.$slots, (_e, qe) => ({
|
|
2135
2140
|
name: qe,
|
|
2136
2141
|
fn: k((Me) => [
|
|
2137
|
-
C(
|
|
2142
|
+
C($.$slots, qe, {
|
|
2138
2143
|
data: Me,
|
|
2139
2144
|
item: G,
|
|
2140
2145
|
model: l.value
|
|
@@ -2154,17 +2159,17 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
2154
2159
|
]),
|
|
2155
2160
|
_: 3
|
|
2156
2161
|
}, 16, ["model"]),
|
|
2157
|
-
(ye = (de = (ae = l.value) == null ? void 0 : ae.form) == null ? void 0 : de.footer) != null && ye.hidden ? $e("", !0) : C(
|
|
2162
|
+
(ye = (de = (ae = l.value) == null ? void 0 : ae.form) == null ? void 0 : de.footer) != null && ye.hidden ? $e("", !0) : C($.$slots, "f-footer", { key: 0 }, () => [
|
|
2158
2163
|
ee("div", {
|
|
2159
|
-
style: He({ justifyContent:
|
|
2164
|
+
style: He({ justifyContent: T(l.value.form.footer.align), ...l.value.form.footer.style })
|
|
2160
2165
|
}, [
|
|
2161
|
-
C(
|
|
2162
|
-
(
|
|
2163
|
-
C(
|
|
2164
|
-
C(
|
|
2166
|
+
C($.$slots, "f-footer-left", {}, void 0, !0),
|
|
2167
|
+
(m(!0), z(re, null, W(xe.value, (G) => (m(), z(re, null, [
|
|
2168
|
+
C($.$slots, G.name + "-left", {}, void 0, !0),
|
|
2169
|
+
C($.$slots, G.name, {}, () => {
|
|
2165
2170
|
var X;
|
|
2166
2171
|
return [
|
|
2167
|
-
(X = G == null ? void 0 : G.info) != null && X.hidden ? $e("", !0) : (
|
|
2172
|
+
(X = G == null ? void 0 : G.info) != null && X.hidden ? $e("", !0) : (m(), D(Y, A({
|
|
2168
2173
|
key: 0,
|
|
2169
2174
|
ref_for: !0
|
|
2170
2175
|
}, G.info, {
|
|
@@ -2177,15 +2182,15 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
2177
2182
|
}, 1040, ["onClick"]))
|
|
2178
2183
|
];
|
|
2179
2184
|
}, !0),
|
|
2180
|
-
C(
|
|
2185
|
+
C($.$slots, G.name + "-right", {}, void 0, !0)
|
|
2181
2186
|
], 64))), 256)),
|
|
2182
|
-
C(
|
|
2187
|
+
C($.$slots, "f-footer-right", {}, void 0, !0)
|
|
2183
2188
|
], 4)
|
|
2184
2189
|
], !0)
|
|
2185
2190
|
]);
|
|
2186
2191
|
};
|
|
2187
2192
|
}
|
|
2188
|
-
}), fl = /* @__PURE__ */ at(
|
|
2193
|
+
}), fl = /* @__PURE__ */ at(sa, [["__scopeId", "data-v-9a737339"]]), ia = { class: "dialog-extend-container" }, da = {
|
|
2189
2194
|
key: 1,
|
|
2190
2195
|
style: { overflow: "hidden" }
|
|
2191
2196
|
}, ca = { class: "header-btn-group" }, fa = /* @__PURE__ */ Object.assign({
|
|
@@ -2250,11 +2255,11 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
2250
2255
|
set(P) {
|
|
2251
2256
|
e("update:modelValue", P);
|
|
2252
2257
|
}
|
|
2253
|
-
}), f = ne(null), c = ne(!1),
|
|
2254
|
-
function
|
|
2255
|
-
c.value = !1,
|
|
2258
|
+
}), f = ne(null), c = ne(!1), s = ne(!1);
|
|
2259
|
+
function u() {
|
|
2260
|
+
c.value = !1, s.value = !1, e("open");
|
|
2256
2261
|
}
|
|
2257
|
-
function
|
|
2262
|
+
function p() {
|
|
2258
2263
|
e("opened");
|
|
2259
2264
|
}
|
|
2260
2265
|
function L() {
|
|
@@ -2266,29 +2271,29 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
2266
2271
|
function x() {
|
|
2267
2272
|
c.value = !c.value, c.value ? e("maximize") : e("restore");
|
|
2268
2273
|
}
|
|
2269
|
-
function
|
|
2270
|
-
|
|
2274
|
+
function T() {
|
|
2275
|
+
s.value = !0, e("minimize");
|
|
2271
2276
|
}
|
|
2272
2277
|
function R() {
|
|
2273
|
-
|
|
2278
|
+
s.value = !1;
|
|
2274
2279
|
}
|
|
2275
2280
|
return o({
|
|
2276
2281
|
handleClose: () => f.value.handleClose()
|
|
2277
|
-
}), (P, oe) => (
|
|
2278
|
-
|
|
2282
|
+
}), (P, oe) => (m(), z("div", ia, [
|
|
2283
|
+
s.value ? (m(), z("div", {
|
|
2279
2284
|
key: 0,
|
|
2280
2285
|
class: "minimize-ball",
|
|
2281
2286
|
onClick: R
|
|
2282
|
-
}, Se(r.title), 1)) : (
|
|
2283
|
-
(
|
|
2287
|
+
}, Se(r.title), 1)) : (m(), z("div", da, [
|
|
2288
|
+
(m(), D(Je(y.value), A({
|
|
2284
2289
|
ref_key: "dialogExtend",
|
|
2285
2290
|
ref: f,
|
|
2286
2291
|
modelValue: M.value,
|
|
2287
2292
|
"onUpdate:modelValue": oe[1] || (oe[1] = (J) => M.value = J),
|
|
2288
2293
|
"close-on-click-modal": r.closeOnClickModal,
|
|
2289
2294
|
class: { "dialog-maximize": c.value },
|
|
2290
|
-
onOpen:
|
|
2291
|
-
onOpened:
|
|
2295
|
+
onOpen: u,
|
|
2296
|
+
onOpened: p,
|
|
2292
2297
|
onClose: L,
|
|
2293
2298
|
onClosed: H,
|
|
2294
2299
|
draggable: ""
|
|
@@ -2307,23 +2312,23 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
2307
2312
|
ee("span", null, Se(r.title), 1)
|
|
2308
2313
|
], !0),
|
|
2309
2314
|
ee("div", ca, [
|
|
2310
|
-
r.minimize ? (
|
|
2315
|
+
r.minimize ? (m(), D(U(Bt), {
|
|
2311
2316
|
key: 0,
|
|
2312
2317
|
class: "btn-icon",
|
|
2313
|
-
onClick: mt(
|
|
2318
|
+
onClick: mt(T, ["stop"])
|
|
2314
2319
|
}, {
|
|
2315
2320
|
default: k(() => [
|
|
2316
|
-
(
|
|
2321
|
+
(m(), D(Je(r.minIcon)))
|
|
2317
2322
|
]),
|
|
2318
2323
|
_: 1
|
|
2319
2324
|
})) : $e("", !0),
|
|
2320
|
-
r.maximize ? (
|
|
2325
|
+
r.maximize ? (m(), D(U(Bt), {
|
|
2321
2326
|
key: 1,
|
|
2322
2327
|
class: "btn-icon",
|
|
2323
2328
|
onClick: mt(x, ["stop"])
|
|
2324
2329
|
}, {
|
|
2325
2330
|
default: k(() => [
|
|
2326
|
-
(
|
|
2331
|
+
(m(), D(Je(c.value ? r.resizeIcon : r.maxIcon)))
|
|
2327
2332
|
]),
|
|
2328
2333
|
_: 1
|
|
2329
2334
|
})) : $e("", !0)
|
|
@@ -2398,8 +2403,8 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
2398
2403
|
f && f.destroy();
|
|
2399
2404
|
});
|
|
2400
2405
|
}), (M, f) => {
|
|
2401
|
-
const c = F("el-divider"),
|
|
2402
|
-
return
|
|
2406
|
+
const c = F("el-divider"), s = F("el-icon"), u = F("el-text"), p = F("el-checkbox"), L = F("el-button");
|
|
2407
|
+
return m(), z("div", va, [
|
|
2403
2408
|
ee("div", null, [
|
|
2404
2409
|
ee("div", pa, [
|
|
2405
2410
|
ee("div", ma, [
|
|
@@ -2407,21 +2412,21 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
2407
2412
|
onClick: e,
|
|
2408
2413
|
style: { cursor: "pointer" }
|
|
2409
2414
|
}, "全选"),
|
|
2410
|
-
|
|
2415
|
+
ue(c, { direction: "vertical" }),
|
|
2411
2416
|
ee("a", {
|
|
2412
2417
|
onClick: y,
|
|
2413
2418
|
style: { cursor: "pointer" }
|
|
2414
2419
|
}, "全不选")
|
|
2415
2420
|
]),
|
|
2416
2421
|
ee("div", null, [
|
|
2417
|
-
|
|
2422
|
+
ue(u, {
|
|
2418
2423
|
title: "拖动列标题可以改变表格列的生成顺序 !",
|
|
2419
2424
|
type: "warning"
|
|
2420
2425
|
}, {
|
|
2421
2426
|
default: k(() => [
|
|
2422
|
-
|
|
2427
|
+
ue(s, { size: "16" }, {
|
|
2423
2428
|
default: k(() => [
|
|
2424
|
-
|
|
2429
|
+
ue(U(rl))
|
|
2425
2430
|
]),
|
|
2426
2431
|
_: 1
|
|
2427
2432
|
}),
|
|
@@ -2433,7 +2438,7 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
2433
2438
|
]),
|
|
2434
2439
|
f[1] || (f[1] = ee("div", { style: { margin: "1px 0" } }, null, -1)),
|
|
2435
2440
|
ee("div", ha, [
|
|
2436
|
-
(
|
|
2441
|
+
(m(!0), z(re, null, W(n.value, (H) => (m(), D(p, {
|
|
2437
2442
|
class: "check-box-hover",
|
|
2438
2443
|
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" },
|
|
2439
2444
|
"data-id": H.key,
|
|
@@ -2453,7 +2458,7 @@ const It = /* @__PURE__ */ ul(jl), at = (r, o) => {
|
|
|
2453
2458
|
])
|
|
2454
2459
|
]),
|
|
2455
2460
|
ee("div", ga, [
|
|
2456
|
-
|
|
2461
|
+
ue(L, {
|
|
2457
2462
|
type: "primary",
|
|
2458
2463
|
onClick: d,
|
|
2459
2464
|
icon: U(nl),
|
|
@@ -2589,19 +2594,19 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Ia = { st
|
|
|
2589
2594
|
setup(r, { emit: o }) {
|
|
2590
2595
|
const t = r, l = o;
|
|
2591
2596
|
let n = ne([]);
|
|
2592
|
-
const e = rt(r, "modelValue"), y = async (
|
|
2593
|
-
|
|
2597
|
+
const e = rt(r, "modelValue"), y = async (s, u) => {
|
|
2598
|
+
s ? (e.value[u].showCol = !0, await Et(t.tuid, u, "del")) : (e.value[u].showCol = !1, await Et(t.tuid, u, "add"));
|
|
2594
2599
|
}, d = () => {
|
|
2595
|
-
const
|
|
2596
|
-
if (
|
|
2597
|
-
let
|
|
2600
|
+
const s = document.getElementById("cols");
|
|
2601
|
+
if (s) {
|
|
2602
|
+
let u = ol.create(s, {
|
|
2598
2603
|
animation: 150,
|
|
2599
2604
|
filter: ".filtered",
|
|
2600
2605
|
sort: !0,
|
|
2601
2606
|
onEnd: async () => {
|
|
2602
|
-
let
|
|
2607
|
+
let p = u.toArray();
|
|
2603
2608
|
try {
|
|
2604
|
-
Va(t.tuid,
|
|
2609
|
+
Va(t.tuid, p).then((L) => {
|
|
2605
2610
|
l("setting-drag-end");
|
|
2606
2611
|
});
|
|
2607
2612
|
} catch (L) {
|
|
@@ -2615,27 +2620,27 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Ia = { st
|
|
|
2615
2620
|
}
|
|
2616
2621
|
}, M = async () => {
|
|
2617
2622
|
try {
|
|
2618
|
-
n.value.forEach((
|
|
2619
|
-
|
|
2620
|
-
}), Et(t.tuid, [], "selectAll").then((
|
|
2623
|
+
n.value.forEach((s) => {
|
|
2624
|
+
s.showCol = !0;
|
|
2625
|
+
}), Et(t.tuid, [], "selectAll").then((s) => {
|
|
2621
2626
|
l("select-all");
|
|
2622
2627
|
});
|
|
2623
|
-
} catch (
|
|
2624
|
-
console.error("全选列保存信息时出错:",
|
|
2628
|
+
} catch (s) {
|
|
2629
|
+
console.error("全选列保存信息时出错:", s), it({
|
|
2625
2630
|
type: "error",
|
|
2626
2631
|
message: "全选列保存信息失败!"
|
|
2627
2632
|
});
|
|
2628
2633
|
}
|
|
2629
2634
|
}, f = async () => {
|
|
2630
2635
|
try {
|
|
2631
|
-
let
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
}), Et(t.tuid,
|
|
2636
|
+
let s = n.value.filter((u) => !u.alwaysShow && u.value != "control" && u.value != "hidden");
|
|
2637
|
+
s.forEach((u) => {
|
|
2638
|
+
u.showCol = !1;
|
|
2639
|
+
}), Et(t.tuid, s.map((u) => u.value), "delAll").then((u) => {
|
|
2635
2640
|
l("select-all");
|
|
2636
2641
|
});
|
|
2637
|
-
} catch (
|
|
2638
|
-
console.error("清除列保存信息时出错:",
|
|
2642
|
+
} catch (s) {
|
|
2643
|
+
console.error("清除列保存信息时出错:", s), it({
|
|
2639
2644
|
type: "error",
|
|
2640
2645
|
message: "清除列保存信息失败!"
|
|
2641
2646
|
});
|
|
@@ -2646,10 +2651,10 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Ia = { st
|
|
|
2646
2651
|
cancelButtonText: "取消",
|
|
2647
2652
|
type: "warning"
|
|
2648
2653
|
}).then(() => {
|
|
2649
|
-
Ma(t.tuid).then((
|
|
2654
|
+
Ma(t.tuid).then((s) => {
|
|
2650
2655
|
window.location.reload();
|
|
2651
|
-
}).catch((
|
|
2652
|
-
console.error("复位操作出错:",
|
|
2656
|
+
}).catch((s) => {
|
|
2657
|
+
console.error("复位操作出错:", s), it({
|
|
2653
2658
|
type: "info",
|
|
2654
2659
|
message: "复位失败!"
|
|
2655
2660
|
});
|
|
@@ -2657,55 +2662,55 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Ia = { st
|
|
|
2657
2662
|
});
|
|
2658
2663
|
};
|
|
2659
2664
|
return kt(async () => {
|
|
2660
|
-
n.value = Object.entries(e.value).filter(([,
|
|
2661
|
-
label:
|
|
2662
|
-
value:
|
|
2663
|
-
alwaysShow:
|
|
2664
|
-
showCol:
|
|
2665
|
-
sort:
|
|
2666
|
-
width:
|
|
2667
|
-
})).sort((
|
|
2668
|
-
}), (
|
|
2669
|
-
const
|
|
2670
|
-
return
|
|
2665
|
+
n.value = Object.entries(e.value).filter(([, s]) => s.visible !== !1).filter(([, s]) => !["selection", "index", "expand", "control"].includes(s.type)).filter(([, s]) => s.type != "hidden").map(([s, u]) => ({
|
|
2666
|
+
label: u.label,
|
|
2667
|
+
value: s,
|
|
2668
|
+
alwaysShow: u.alwaysShow,
|
|
2669
|
+
showCol: u.showCol !== !1,
|
|
2670
|
+
sort: u.sort || 0,
|
|
2671
|
+
width: u == null ? void 0 : u.width
|
|
2672
|
+
})).sort((s, u) => s.sort - u.sort), d();
|
|
2673
|
+
}), (s, u) => {
|
|
2674
|
+
const p = F("el-divider"), L = F("el-icon"), H = F("el-text"), x = F("el-checkbox");
|
|
2675
|
+
return m(), z("div", Da, [
|
|
2671
2676
|
ee("div", Ia, [
|
|
2672
2677
|
ee("div", Oa, [
|
|
2673
2678
|
ee("a", { onClick: M }, "全选"),
|
|
2674
|
-
|
|
2679
|
+
ue(p, { direction: "vertical" }),
|
|
2675
2680
|
ee("a", { onClick: f }, "全不选"),
|
|
2676
|
-
|
|
2681
|
+
ue(p, { direction: "vertical" }),
|
|
2677
2682
|
ee("a", { onClick: c }, "复位")
|
|
2678
2683
|
]),
|
|
2679
|
-
|
|
2684
|
+
ue(H, { type: "warning" }, {
|
|
2680
2685
|
default: k(() => [
|
|
2681
|
-
|
|
2686
|
+
ue(L, { size: "16" }, {
|
|
2682
2687
|
default: k(() => [
|
|
2683
|
-
|
|
2688
|
+
ue(U(rl))
|
|
2684
2689
|
]),
|
|
2685
2690
|
_: 1
|
|
2686
2691
|
}),
|
|
2687
|
-
|
|
2692
|
+
u[0] || (u[0] = Le(" 拖动表格列标题可以改变表格列显示顺序 !", -1))
|
|
2688
2693
|
]),
|
|
2689
2694
|
_: 1
|
|
2690
2695
|
})
|
|
2691
2696
|
]),
|
|
2692
2697
|
ee("div", null, [
|
|
2693
2698
|
ee("div", qa, [
|
|
2694
|
-
(
|
|
2695
|
-
modelValue:
|
|
2696
|
-
"onUpdate:modelValue": (R) =>
|
|
2697
|
-
"data-id":
|
|
2698
|
-
class: Jt(["check-box-hover",
|
|
2699
|
-
onChange: (R) => y(R,
|
|
2699
|
+
(m(!0), z(re, null, W(U(n), (T) => (m(), D(x, {
|
|
2700
|
+
modelValue: T.showCol,
|
|
2701
|
+
"onUpdate:modelValue": (R) => T.showCol = R,
|
|
2702
|
+
"data-id": T.value,
|
|
2703
|
+
class: Jt(["check-box-hover", T.value == "control" ? "filtered" : ""]),
|
|
2704
|
+
onChange: (R) => y(R, T.value),
|
|
2700
2705
|
style: { width: "125px !important", height: "30px !important", border: "1px solid #dfe6ec", margin: "5px !important", "border-radius": "2px !important", "padding-left": "5px !important", display: "flex !important", "align-items": "center !important" },
|
|
2701
|
-
value:
|
|
2702
|
-
title:
|
|
2703
|
-
disabled:
|
|
2704
|
-
key:
|
|
2706
|
+
value: T.value,
|
|
2707
|
+
title: T.label,
|
|
2708
|
+
disabled: T.alwaysShow,
|
|
2709
|
+
key: T.value
|
|
2705
2710
|
}, {
|
|
2706
2711
|
default: k(() => [
|
|
2707
2712
|
ee("span", {
|
|
2708
|
-
textContent: Se(
|
|
2713
|
+
textContent: Se(T.label),
|
|
2709
2714
|
style: { display: "block", "text-overflow": "ellipsis", width: "95px", overflow: "hidden" }
|
|
2710
2715
|
}, null, 8, Aa)
|
|
2711
2716
|
]),
|
|
@@ -2732,7 +2737,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Ia = { st
|
|
|
2732
2737
|
const o = r, t = () => {
|
|
2733
2738
|
o.content ? (navigator.clipboard.writeText(o.content), it.success("复制成功")) : it.warning("没有内容可复制");
|
|
2734
2739
|
};
|
|
2735
|
-
return (l, n) => (
|
|
2740
|
+
return (l, n) => (m(), z("div", {
|
|
2736
2741
|
class: "g-cell-toopTip",
|
|
2737
2742
|
style: He({ width: o.column.width + "px" })
|
|
2738
2743
|
}, [
|
|
@@ -2743,7 +2748,7 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Ia = { st
|
|
|
2743
2748
|
onClick: t,
|
|
2744
2749
|
title: "复制内容"
|
|
2745
2750
|
}, [
|
|
2746
|
-
|
|
2751
|
+
ue(U(Yl))
|
|
2747
2752
|
])
|
|
2748
2753
|
]),
|
|
2749
2754
|
ee("div", La, Se(o.content), 1)
|
|
@@ -2772,80 +2777,80 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Ia = { st
|
|
|
2772
2777
|
labelWidth: "100px",
|
|
2773
2778
|
column: 2
|
|
2774
2779
|
}, n = Be(() => {
|
|
2775
|
-
var
|
|
2780
|
+
var u, p;
|
|
2776
2781
|
return {
|
|
2777
2782
|
...l,
|
|
2778
|
-
...((
|
|
2783
|
+
...((p = (u = t == null ? void 0 : t.control) == null ? void 0 : u.view(o.row)) == null ? void 0 : p.container) || {},
|
|
2779
2784
|
...o == null ? void 0 : o.container
|
|
2780
2785
|
};
|
|
2781
2786
|
}), e = {
|
|
2782
2787
|
"label-align": "right",
|
|
2783
2788
|
"label-width": "80px"
|
|
2784
2789
|
}, y = Be(() => {
|
|
2785
|
-
var
|
|
2790
|
+
var u;
|
|
2786
2791
|
return {
|
|
2787
2792
|
...e,
|
|
2788
|
-
...((
|
|
2793
|
+
...((u = o == null ? void 0 : o.container) == null ? void 0 : u.items) || {}
|
|
2789
2794
|
};
|
|
2790
|
-
}), d = (
|
|
2791
|
-
const
|
|
2795
|
+
}), d = (u) => {
|
|
2796
|
+
const p = o.m[u], L = p == null ? void 0 : p.view, H = typeof L == "function" ? L(o.row, null, 0, o.m) : L || {}, x = p == null ? void 0 : p.table;
|
|
2792
2797
|
return { ...typeof x == "function" ? x(o.row) || {} : {}, ...H };
|
|
2793
|
-
}, M = (
|
|
2794
|
-
const
|
|
2795
|
-
return (
|
|
2796
|
-
}, f = Be(() => Object.entries(o.m).filter(([
|
|
2797
|
-
if (cl.includes(
|
|
2798
|
-
let L = (
|
|
2799
|
-
const H = d(
|
|
2798
|
+
}, M = (u) => {
|
|
2799
|
+
const p = d(u);
|
|
2800
|
+
return (p == null ? void 0 : p.type) || "text-info";
|
|
2801
|
+
}, f = Be(() => Object.entries(o.m).filter(([u, p]) => {
|
|
2802
|
+
if (cl.includes(u) || (p == null ? void 0 : p.type) === "hidden") return !1;
|
|
2803
|
+
let L = (p == null ? void 0 : p.visible) !== !1;
|
|
2804
|
+
const H = d(u);
|
|
2800
2805
|
return Object.hasOwn(H, "visible") ? L = H.visible : Object.hasOwn(H, "hidden") && (L = !H.hidden), L;
|
|
2801
|
-
}).sort(([
|
|
2802
|
-
var x,
|
|
2803
|
-
const L = ((x = d(
|
|
2806
|
+
}).sort(([u], [p]) => {
|
|
2807
|
+
var x, T;
|
|
2808
|
+
const L = ((x = d(u)) == null ? void 0 : x.sort) ?? 0, H = ((T = d(p)) == null ? void 0 : T.sort) ?? 0;
|
|
2804
2809
|
return L - H;
|
|
2805
2810
|
})), c = {
|
|
2806
2811
|
date: "YYYY-MM-DD",
|
|
2807
2812
|
datetime: "YYYY-MM-DD HH:mm:ss",
|
|
2808
2813
|
time: "HH:mm:ss"
|
|
2809
|
-
},
|
|
2810
|
-
const L = d(
|
|
2811
|
-
let H = Object.hasOwn(L, "value") ? L.value :
|
|
2812
|
-
const x = L.format || c[
|
|
2813
|
-
return x && H && (H = It(H).format(x)), [
|
|
2814
|
+
}, s = Be(() => Object.fromEntries(f.value.map(([u, p]) => {
|
|
2815
|
+
const L = d(u);
|
|
2816
|
+
let H = Object.hasOwn(L, "value") ? L.value : p == null ? void 0 : p.value;
|
|
2817
|
+
const x = L.format || c[p == null ? void 0 : p.type];
|
|
2818
|
+
return x && H && (H = It(H).format(x)), [u, H];
|
|
2814
2819
|
})));
|
|
2815
|
-
return (
|
|
2820
|
+
return (u, p) => {
|
|
2816
2821
|
var x;
|
|
2817
2822
|
const L = F("el-descriptions-item"), H = F("el-descriptions");
|
|
2818
|
-
return
|
|
2823
|
+
return m(), z("div", {
|
|
2819
2824
|
class: "g-detail-container",
|
|
2820
2825
|
style: He(((x = n.value) == null ? void 0 : x.style) || {})
|
|
2821
2826
|
}, [
|
|
2822
|
-
|
|
2827
|
+
ue(H, A({ border: "" }, U(We)(n.value, (T) => !["container"].includes(T))), ge({
|
|
2823
2828
|
default: k(() => [
|
|
2824
|
-
(
|
|
2829
|
+
(m(!0), z(re, null, W(f.value, ([T, R]) => {
|
|
2825
2830
|
var P, oe;
|
|
2826
|
-
return
|
|
2827
|
-
label: (P = o.m[
|
|
2828
|
-
}, { ref_for: !0 }, { ...y.value, ...((oe = d(
|
|
2831
|
+
return m(), D(L, A({
|
|
2832
|
+
label: (P = o.m[T]) == null ? void 0 : P.label
|
|
2833
|
+
}, { ref_for: !0 }, { ...y.value, ...((oe = d(T)) == null ? void 0 : oe.item) || {} }, { key: T }), {
|
|
2829
2834
|
label: k(() => [
|
|
2830
|
-
C(
|
|
2835
|
+
C(u.$slots, `view-${T}-label`, {
|
|
2831
2836
|
row: o.row
|
|
2832
2837
|
}, () => {
|
|
2833
2838
|
var J;
|
|
2834
2839
|
return [
|
|
2835
|
-
Le(Se((J = o.m[
|
|
2840
|
+
Le(Se((J = o.m[T]) == null ? void 0 : J.label), 1)
|
|
2836
2841
|
];
|
|
2837
2842
|
}, !0)
|
|
2838
2843
|
]),
|
|
2839
2844
|
default: k(() => [
|
|
2840
|
-
C(
|
|
2845
|
+
C(u.$slots, `view-${T}`, {
|
|
2841
2846
|
row: o.row
|
|
2842
2847
|
}, () => [
|
|
2843
|
-
|
|
2844
|
-
modelValue:
|
|
2845
|
-
"onUpdate:modelValue": (J) =>
|
|
2846
|
-
item: d(
|
|
2847
|
-
ctrlKey:
|
|
2848
|
-
ctrlType: M(
|
|
2848
|
+
ue(wt, {
|
|
2849
|
+
modelValue: s.value[T],
|
|
2850
|
+
"onUpdate:modelValue": (J) => s.value[T] = J,
|
|
2851
|
+
item: d(T),
|
|
2852
|
+
ctrlKey: T,
|
|
2853
|
+
ctrlType: M(T),
|
|
2849
2854
|
model: o.row,
|
|
2850
2855
|
formInfo: o.row
|
|
2851
2856
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "item", "ctrlKey", "ctrlType", "model", "formInfo"])
|
|
@@ -2857,10 +2862,10 @@ const Da = { style: { padding: "15px", "box-sizing": "border-box" } }, Ia = { st
|
|
|
2857
2862
|
]),
|
|
2858
2863
|
_: 2
|
|
2859
2864
|
}, [
|
|
2860
|
-
W(
|
|
2865
|
+
W(u.$slots, (T, R, P) => ({
|
|
2861
2866
|
name: R,
|
|
2862
2867
|
fn: k((oe) => [
|
|
2863
|
-
C(
|
|
2868
|
+
C(u.$slots, R, { model: oe }, void 0, !0)
|
|
2864
2869
|
])
|
|
2865
2870
|
}))
|
|
2866
2871
|
]), 1040)
|
|
@@ -2980,27 +2985,27 @@ function Na(r) {
|
|
|
2980
2985
|
(function() {
|
|
2981
2986
|
var r = Ba, o = Nt.utf8, t = Pa, l = Nt.bin, n = function(e, y) {
|
|
2982
2987
|
e.constructor == String ? y && y.encoding === "binary" ? e = l.stringToBytes(e) : e = o.stringToBytes(e) : t(e) ? e = Array.prototype.slice.call(e, 0) : !Array.isArray(e) && e.constructor !== Uint8Array && (e = e.toString());
|
|
2983
|
-
for (var d = r.bytesToWords(e), M = e.length * 8, f = 1732584193, c = -271733879,
|
|
2984
|
-
d[
|
|
2988
|
+
for (var d = r.bytesToWords(e), M = e.length * 8, f = 1732584193, c = -271733879, s = -1732584194, u = 271733878, p = 0; p < d.length; p++)
|
|
2989
|
+
d[p] = (d[p] << 8 | d[p] >>> 24) & 16711935 | (d[p] << 24 | d[p] >>> 8) & 4278255360;
|
|
2985
2990
|
d[M >>> 5] |= 128 << M % 32, d[(M + 64 >>> 9 << 4) + 14] = M;
|
|
2986
|
-
for (var L = n._ff, H = n._gg, x = n._hh,
|
|
2987
|
-
var R = f, P = c, oe =
|
|
2988
|
-
f = L(f, c,
|
|
2991
|
+
for (var L = n._ff, H = n._gg, x = n._hh, T = n._ii, p = 0; p < d.length; p += 16) {
|
|
2992
|
+
var R = f, P = c, oe = s, J = u;
|
|
2993
|
+
f = L(f, c, s, u, d[p + 0], 7, -680876936), u = L(u, f, c, s, d[p + 1], 12, -389564586), s = L(s, u, f, c, d[p + 2], 17, 606105819), c = L(c, s, u, f, d[p + 3], 22, -1044525330), f = L(f, c, s, u, d[p + 4], 7, -176418897), u = L(u, f, c, s, d[p + 5], 12, 1200080426), s = L(s, u, f, c, d[p + 6], 17, -1473231341), c = L(c, s, u, f, d[p + 7], 22, -45705983), f = L(f, c, s, u, d[p + 8], 7, 1770035416), u = L(u, f, c, s, d[p + 9], 12, -1958414417), s = L(s, u, f, c, d[p + 10], 17, -42063), c = L(c, s, u, f, d[p + 11], 22, -1990404162), f = L(f, c, s, u, d[p + 12], 7, 1804603682), u = L(u, f, c, s, d[p + 13], 12, -40341101), s = L(s, u, f, c, d[p + 14], 17, -1502002290), c = L(c, s, u, f, d[p + 15], 22, 1236535329), f = H(f, c, s, u, d[p + 1], 5, -165796510), u = H(u, f, c, s, d[p + 6], 9, -1069501632), s = H(s, u, f, c, d[p + 11], 14, 643717713), c = H(c, s, u, f, d[p + 0], 20, -373897302), f = H(f, c, s, u, d[p + 5], 5, -701558691), u = H(u, f, c, s, d[p + 10], 9, 38016083), s = H(s, u, f, c, d[p + 15], 14, -660478335), c = H(c, s, u, f, d[p + 4], 20, -405537848), f = H(f, c, s, u, d[p + 9], 5, 568446438), u = H(u, f, c, s, d[p + 14], 9, -1019803690), s = H(s, u, f, c, d[p + 3], 14, -187363961), c = H(c, s, u, f, d[p + 8], 20, 1163531501), f = H(f, c, s, u, d[p + 13], 5, -1444681467), u = H(u, f, c, s, d[p + 2], 9, -51403784), s = H(s, u, f, c, d[p + 7], 14, 1735328473), c = H(c, s, u, f, d[p + 12], 20, -1926607734), f = x(f, c, s, u, d[p + 5], 4, -378558), u = x(u, f, c, s, d[p + 8], 11, -2022574463), s = x(s, u, f, c, d[p + 11], 16, 1839030562), c = x(c, s, u, f, d[p + 14], 23, -35309556), f = x(f, c, s, u, d[p + 1], 4, -1530992060), u = x(u, f, c, s, d[p + 4], 11, 1272893353), s = x(s, u, f, c, d[p + 7], 16, -155497632), c = x(c, s, u, f, d[p + 10], 23, -1094730640), f = x(f, c, s, u, d[p + 13], 4, 681279174), u = x(u, f, c, s, d[p + 0], 11, -358537222), s = x(s, u, f, c, d[p + 3], 16, -722521979), c = x(c, s, u, f, d[p + 6], 23, 76029189), f = x(f, c, s, u, d[p + 9], 4, -640364487), u = x(u, f, c, s, d[p + 12], 11, -421815835), s = x(s, u, f, c, d[p + 15], 16, 530742520), c = x(c, s, u, f, d[p + 2], 23, -995338651), f = T(f, c, s, u, d[p + 0], 6, -198630844), u = T(u, f, c, s, d[p + 7], 10, 1126891415), s = T(s, u, f, c, d[p + 14], 15, -1416354905), c = T(c, s, u, f, d[p + 5], 21, -57434055), f = T(f, c, s, u, d[p + 12], 6, 1700485571), u = T(u, f, c, s, d[p + 3], 10, -1894986606), s = T(s, u, f, c, d[p + 10], 15, -1051523), c = T(c, s, u, f, d[p + 1], 21, -2054922799), f = T(f, c, s, u, d[p + 8], 6, 1873313359), u = T(u, f, c, s, d[p + 15], 10, -30611744), s = T(s, u, f, c, d[p + 6], 15, -1560198380), c = T(c, s, u, f, d[p + 13], 21, 1309151649), f = T(f, c, s, u, d[p + 4], 6, -145523070), u = T(u, f, c, s, d[p + 11], 10, -1120210379), s = T(s, u, f, c, d[p + 2], 15, 718787259), c = T(c, s, u, f, d[p + 9], 21, -343485551), f = f + R >>> 0, c = c + P >>> 0, s = s + oe >>> 0, u = u + J >>> 0;
|
|
2989
2994
|
}
|
|
2990
|
-
return r.endian([f, c,
|
|
2995
|
+
return r.endian([f, c, s, u]);
|
|
2991
2996
|
};
|
|
2992
|
-
n._ff = function(e, y, d, M, f, c,
|
|
2993
|
-
var
|
|
2994
|
-
return (
|
|
2995
|
-
}, n._gg = function(e, y, d, M, f, c,
|
|
2996
|
-
var
|
|
2997
|
-
return (
|
|
2998
|
-
}, n._hh = function(e, y, d, M, f, c,
|
|
2999
|
-
var
|
|
3000
|
-
return (
|
|
3001
|
-
}, n._ii = function(e, y, d, M, f, c,
|
|
3002
|
-
var
|
|
3003
|
-
return (
|
|
2997
|
+
n._ff = function(e, y, d, M, f, c, s) {
|
|
2998
|
+
var u = e + (y & d | ~y & M) + (f >>> 0) + s;
|
|
2999
|
+
return (u << c | u >>> 32 - c) + y;
|
|
3000
|
+
}, n._gg = function(e, y, d, M, f, c, s) {
|
|
3001
|
+
var u = e + (y & M | d & ~M) + (f >>> 0) + s;
|
|
3002
|
+
return (u << c | u >>> 32 - c) + y;
|
|
3003
|
+
}, n._hh = function(e, y, d, M, f, c, s) {
|
|
3004
|
+
var u = e + (y ^ d ^ M) + (f >>> 0) + s;
|
|
3005
|
+
return (u << c | u >>> 32 - c) + y;
|
|
3006
|
+
}, n._ii = function(e, y, d, M, f, c, s) {
|
|
3007
|
+
var u = e + (d ^ (y | ~M)) + (f >>> 0) + s;
|
|
3008
|
+
return (u << c | u >>> 32 - c) + y;
|
|
3004
3009
|
}, n._blocksize = 16, n._digestsize = 16, vl.exports = function(e, y) {
|
|
3005
3010
|
if (e == null)
|
|
3006
3011
|
throw new Error("Illegal argument " + e);
|
|
@@ -3009,7 +3014,7 @@ function Na(r) {
|
|
|
3009
3014
|
};
|
|
3010
3015
|
})();
|
|
3011
3016
|
var Wa = vl.exports;
|
|
3012
|
-
const Ga = /* @__PURE__ */
|
|
3017
|
+
const Ga = /* @__PURE__ */ sl(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
3013
3018
|
key: 0,
|
|
3014
3019
|
class: "table-query-container"
|
|
3015
3020
|
}, Za = { class: "table-container" }, Ja = ["innerHTML"], Ka = /* @__PURE__ */ Object.assign({
|
|
@@ -3040,14 +3045,14 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3040
3045
|
var _;
|
|
3041
3046
|
let h;
|
|
3042
3047
|
if (typeof i.search == "function") {
|
|
3043
|
-
const
|
|
3044
|
-
h = (
|
|
3048
|
+
const I = i.search(d.value);
|
|
3049
|
+
h = (I == null ? void 0 : I.value) ?? i.value;
|
|
3045
3050
|
} else
|
|
3046
3051
|
h = ((_ = i.search) == null ? void 0 : _.value) ?? i.value;
|
|
3047
3052
|
return [a, h];
|
|
3048
3053
|
});
|
|
3049
3054
|
d.value = Object.fromEntries(f);
|
|
3050
|
-
const c = ne(!1),
|
|
3055
|
+
const c = ne(!1), s = [
|
|
3051
3056
|
"type",
|
|
3052
3057
|
"index",
|
|
3053
3058
|
"label",
|
|
@@ -3076,7 +3081,7 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3076
3081
|
"filter-multiple",
|
|
3077
3082
|
"filter-method",
|
|
3078
3083
|
"filtered-value"
|
|
3079
|
-
],
|
|
3084
|
+
], u = ne([]), p = At(), L = ne({}), H = ne([]), x = ne(null), T = ne(""), R = ne("/"), P = rt(r, "selectedRows"), oe = ne({
|
|
3080
3085
|
autoWatch: !1,
|
|
3081
3086
|
data: [],
|
|
3082
3087
|
border: !0,
|
|
@@ -3093,17 +3098,17 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3093
3098
|
n(
|
|
3094
3099
|
"load",
|
|
3095
3100
|
{ currentPage: i, pageSize: h, ...d.value },
|
|
3096
|
-
(_ = [],
|
|
3101
|
+
(_ = [], I = 0, { fields: j = [], sums: B = {} } = {}) => {
|
|
3097
3102
|
var he;
|
|
3098
3103
|
if (!Array.isArray(_)) {
|
|
3099
3104
|
console.error("从 load 事件回调中接收到的数据不是数组格式。"), it.error("数据加载失败,请检查数据格式。");
|
|
3100
3105
|
return;
|
|
3101
3106
|
}
|
|
3102
|
-
if (typeof
|
|
3107
|
+
if (typeof I != "number") {
|
|
3103
3108
|
console.error("从 load 事件回调中接收到的 total 不是数字格式。"), it.error("数据加载失败,请检查数据格式。");
|
|
3104
3109
|
return;
|
|
3105
3110
|
}
|
|
3106
|
-
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 =
|
|
3111
|
+
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 = I, H.value = j, L.value = B, V(), T.value = Math.random().toString(36).substring(2);
|
|
3107
3112
|
},
|
|
3108
3113
|
x.value
|
|
3109
3114
|
);
|
|
@@ -3115,7 +3120,7 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3115
3120
|
_a(R.value, h.property, a);
|
|
3116
3121
|
},
|
|
3117
3122
|
onRowDblclick: (a, i, h) => {
|
|
3118
|
-
e.value.table.dblclickType == "edit" ?
|
|
3123
|
+
e.value.table.dblclickType == "edit" ? v(a, i, h, e) : e.value.table.dblclickType == "view" ? E(a, i, h, e) : e.value.table.dblclickType == "delete" ? S(a, i, h, e) : e.value.table.dblclickType(a, i, h, e);
|
|
3119
3124
|
},
|
|
3120
3125
|
style: { "min-height": "100px", backgroundColor: "var(--el-bg-color)" },
|
|
3121
3126
|
page: {
|
|
@@ -3152,7 +3157,7 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3152
3157
|
oe.value,
|
|
3153
3158
|
y == null ? void 0 : y.table,
|
|
3154
3159
|
e.value.table,
|
|
3155
|
-
|
|
3160
|
+
p
|
|
3156
3161
|
// 继承父组件的属性
|
|
3157
3162
|
);
|
|
3158
3163
|
const J = {
|
|
@@ -3174,8 +3179,8 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3174
3179
|
// description || readonly
|
|
3175
3180
|
icon: () => ke(Hl),
|
|
3176
3181
|
auth: () => {
|
|
3177
|
-
var
|
|
3178
|
-
return !(((
|
|
3182
|
+
var I;
|
|
3183
|
+
return !(((I = _ == null ? void 0 : _.control) == null ? void 0 : I.add(a, _).inline) === !0 && h === 0);
|
|
3179
3184
|
}
|
|
3180
3185
|
}),
|
|
3181
3186
|
edit: (a, i, h, _) => ({
|
|
@@ -3185,8 +3190,8 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3185
3190
|
mode: "dialog",
|
|
3186
3191
|
icon: () => ke(Ll),
|
|
3187
3192
|
auth: () => {
|
|
3188
|
-
var
|
|
3189
|
-
return ((
|
|
3193
|
+
var I;
|
|
3194
|
+
return ((I = _ == null ? void 0 : _.control) == null ? void 0 : I.add(a, _).inline) !== !0;
|
|
3190
3195
|
}
|
|
3191
3196
|
}),
|
|
3192
3197
|
delete: (a, i, h, _) => ({
|
|
@@ -3195,8 +3200,8 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3195
3200
|
type: "danger",
|
|
3196
3201
|
icon: () => ke(tl),
|
|
3197
3202
|
auth: () => {
|
|
3198
|
-
var
|
|
3199
|
-
return !(((
|
|
3203
|
+
var I;
|
|
3204
|
+
return !(((I = _.control) == null ? void 0 : I.add(a, _).inline) === !0 && h === 0);
|
|
3200
3205
|
},
|
|
3201
3206
|
dialog: {
|
|
3202
3207
|
message: "此操作将永久删除该文件, 是否继续?",
|
|
@@ -3209,9 +3214,9 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3209
3214
|
}
|
|
3210
3215
|
}),
|
|
3211
3216
|
save: (a, i, h, _) => {
|
|
3212
|
-
var
|
|
3217
|
+
var I, j;
|
|
3213
3218
|
return {
|
|
3214
|
-
label: ((
|
|
3219
|
+
label: ((I = _.control) == null ? void 0 : I.add(a, _).inline) !== !0 ? "保存" : h === 0 ? "新增" : "保存",
|
|
3215
3220
|
text: !0,
|
|
3216
3221
|
icon: () => ke(Ut),
|
|
3217
3222
|
type: ((j = _.control) == null ? void 0 : j.add(a, _).inline) !== !0 || h === 0 ? "primary" : "success",
|
|
@@ -3272,8 +3277,8 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3272
3277
|
auth: () => !(_.control.add(a, _).inline === !0 && h == 0),
|
|
3273
3278
|
onClick: () => {
|
|
3274
3279
|
var j;
|
|
3275
|
-
let
|
|
3276
|
-
|
|
3280
|
+
let I = (j = xe(a, i, h, _)) == null ? void 0 : j.operate;
|
|
3281
|
+
I === "edit" ? v(a, i, h, _) : I === "delete" ? S(a, i, h, _) : I === "view" && E(a, i, h, _);
|
|
3277
3282
|
},
|
|
3278
3283
|
"button-props": { round: !0, plain: !0 }
|
|
3279
3284
|
})
|
|
@@ -3284,15 +3289,15 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3284
3289
|
(Xe = e.value) == null ? void 0 : Xe.control
|
|
3285
3290
|
);
|
|
3286
3291
|
const ie = (a, i = !0) => {
|
|
3287
|
-
const h = e.value.control[a], _ = i ? (
|
|
3292
|
+
const h = e.value.control[a], _ = i ? (I, j, B, he) => {
|
|
3288
3293
|
var Fe, Ke, pt;
|
|
3289
|
-
if (!
|
|
3294
|
+
if (!I || !j || B == null)
|
|
3290
3295
|
return console.warn(`merge${a.charAt(0).toUpperCase() + a.slice(1)}: 缺少必要的参数(row, column或index)`), {};
|
|
3291
|
-
const we = ((Fe = J[a]) == null ? void 0 : Fe.call(J,
|
|
3296
|
+
const we = ((Fe = J[a]) == null ? void 0 : Fe.call(J, I, j, B, he)) || {}, Ve = ((pt = (Ke = y == null ? void 0 : y.control) == null ? void 0 : Ke[a]) == null ? void 0 : pt.call(Ke, I, j, B, he)) || {}, Ye = (h == null ? void 0 : h(I, j, B, he)) || {};
|
|
3292
3297
|
return Ue(we, Ve, Ye) || {};
|
|
3293
|
-
} : (
|
|
3298
|
+
} : (I, j) => {
|
|
3294
3299
|
var Ve, Ye, Fe;
|
|
3295
|
-
const B = ((Ve = J[a]) == null ? void 0 : Ve.call(J,
|
|
3300
|
+
const B = ((Ve = J[a]) == null ? void 0 : Ve.call(J, I, j)) || {}, he = ((Fe = (Ye = y == null ? void 0 : y.control) == null ? void 0 : Ye[a]) == null ? void 0 : Fe.call(Ye, I, j)) || {}, we = (h == null ? void 0 : h(I, j)) || {};
|
|
3296
3301
|
return Ue(B, he, we) || {};
|
|
3297
3302
|
};
|
|
3298
3303
|
e.value.control[a] = _;
|
|
@@ -3302,8 +3307,8 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3302
3307
|
var he, we, Ve, Ye, Fe, Ke;
|
|
3303
3308
|
if (!a || !i || h == null)
|
|
3304
3309
|
return console.warn("mergeDropdown: 缺少必要的参数(row, column或index)"), {};
|
|
3305
|
-
const
|
|
3306
|
-
return Ue(
|
|
3310
|
+
const I = ((he = J.dropdown) == null ? void 0 : he.call(J, a, i, h, _)) || {}, j = ((Ve = (we = y == null ? void 0 : y.control) == null ? void 0 : we.dropdown) == null ? void 0 : Ve.call(we, a, i, h, _)) || {}, B = ((Ke = (Fe = (Ye = e.value) == null ? void 0 : Ye.control) == null ? void 0 : Fe.dropdown) == null ? void 0 : Ke.call(Fe, a, i, h, _)) || {};
|
|
3311
|
+
return Ue(I, j, B) || {};
|
|
3307
3312
|
}, Oe = {
|
|
3308
3313
|
type: "hidden",
|
|
3309
3314
|
"min-width": 100,
|
|
@@ -3360,12 +3365,12 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3360
3365
|
if (a.precision && !isNaN(parseFloat(i)) && (typeof a.precision == "number" ? h = parseFloat(h).toFixed(a.precision) : typeof a.precision == "object" && a.precision.num && (a.precision.pad ? h = parseFloat(h).toFixed(a.precision.num) : h = parseFloat(
|
|
3361
3366
|
parseFloat(h).toFixed(a.precision.num)
|
|
3362
3367
|
).toString())), ["date", "datetime", "time", "time-select"].includes(a.type) && It(i).isValid()) {
|
|
3363
|
-
const
|
|
3368
|
+
const I = {
|
|
3364
3369
|
date: "YYYY-MM-DD",
|
|
3365
3370
|
datetime: "YYYY-MM-DD HH:mm:ss",
|
|
3366
3371
|
time: "HH:mm:ss"
|
|
3367
3372
|
};
|
|
3368
|
-
h = a.format ? It(h).format(a.format) : It(h).format(
|
|
3373
|
+
h = a.format ? It(h).format(a.format) : It(h).format(I[a.type]);
|
|
3369
3374
|
}
|
|
3370
3375
|
return a.type === "money" && (a.align = a.align || "right", a.width = a.width || 130, h = `<span title="${Rt(
|
|
3371
3376
|
parseFloat(h)
|
|
@@ -3374,29 +3379,29 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3374
3379
|
d.value = Object.fromEntries(f), e.value.table.load();
|
|
3375
3380
|
}, Ge = (a) => {
|
|
3376
3381
|
d.value = a, e.value.table.load();
|
|
3377
|
-
},
|
|
3382
|
+
}, $ = async (a = x.value, i) => {
|
|
3378
3383
|
var h, _;
|
|
3379
3384
|
e.value.form.modalState = "add", l.value = "add";
|
|
3380
3385
|
try {
|
|
3381
3386
|
if (!await ((h = e.value.control) == null ? void 0 : h.validate("add", { row: x.value, m: i }))) return;
|
|
3382
|
-
} catch (
|
|
3383
|
-
console.error("验证失败:",
|
|
3387
|
+
} catch (I) {
|
|
3388
|
+
console.error("验证失败:", I);
|
|
3384
3389
|
return;
|
|
3385
3390
|
}
|
|
3386
|
-
(_ = e.value.control.add(x.value, i)) != null && _.click ? e.value.control.add(x.value, i).click(x.value, i) : e.value.control.add(x.value, i).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, i).mode, e.value.dialog.title = e.value.control.add(x.value, i).title || e.value.control.add(x.value, i).label || "新增", Object.keys(x.value).forEach((
|
|
3387
|
-
e.value[
|
|
3391
|
+
(_ = e.value.control.add(x.value, i)) != null && _.click ? e.value.control.add(x.value, i).click(x.value, i) : e.value.control.add(x.value, i).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, i).mode, e.value.dialog.title = e.value.control.add(x.value, i).title || e.value.control.add(x.value, i).label || "新增", Object.keys(x.value).forEach((I) => {
|
|
3392
|
+
e.value[I] && (e.value[I].value = x.value[I]);
|
|
3388
3393
|
}), c.value = !0, n("open", "add", { row: x.value, m: i }), $t());
|
|
3389
|
-
},
|
|
3394
|
+
}, w = () => {
|
|
3390
3395
|
n("batch", P.value);
|
|
3391
|
-
},
|
|
3396
|
+
}, g = (a, i) => {
|
|
3392
3397
|
n("toggleExpand", a), console.log(e.value.table["default-expand-all"]), M.value = !1, e.value.table["default-expand-all"] = !e.value.table["default-expand-all"], ht(() => {
|
|
3393
3398
|
M.value = !0;
|
|
3394
3399
|
});
|
|
3395
|
-
},
|
|
3396
|
-
var
|
|
3400
|
+
}, v = async (a, i, h, _) => {
|
|
3401
|
+
var I, j;
|
|
3397
3402
|
e.value.form.modalState = "edit", l.value = "edit";
|
|
3398
3403
|
try {
|
|
3399
|
-
if (!await ((
|
|
3404
|
+
if (!await ((I = e.value.control) == null ? void 0 : I.validate("edit", { row: a, column: i, index: h, m: _ }))) return;
|
|
3400
3405
|
} catch (B) {
|
|
3401
3406
|
console.error("验证失败:", B);
|
|
3402
3407
|
return;
|
|
@@ -3404,10 +3409,10 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3404
3409
|
(j = e.value.control.edit(a, i, h, _)) != null && j.click ? e.value.control.edit(a, i, h, _).click(a, i, h, _) : (e.value.form.disabled = !1, e.value.dialog.mode = e.value.control.edit(a, i, h, _).mode, e.value.dialog.title = e.value.control.edit(a, i, h, _).title || e.value.control.edit(a, i, h, _).label || "编辑", Object.keys(a).forEach((B) => {
|
|
3405
3410
|
e.value[B] && (e.value[B].value = a[B]);
|
|
3406
3411
|
}), c.value = !0, n("open", "edit", { m: _, row: a, column: i, index: h }), $t());
|
|
3407
|
-
},
|
|
3408
|
-
var
|
|
3412
|
+
}, S = async (a, i, h, _) => {
|
|
3413
|
+
var I, j;
|
|
3409
3414
|
try {
|
|
3410
|
-
if (!await ((
|
|
3415
|
+
if (!await ((I = e.value.control) == null ? void 0 : I.validate("delete", { row: a, column: i, index: h, m: _ }))) return;
|
|
3411
3416
|
} catch (B) {
|
|
3412
3417
|
console.error("验证失败:", B);
|
|
3413
3418
|
return;
|
|
@@ -3427,11 +3432,11 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3427
3432
|
}).catch(() => {
|
|
3428
3433
|
});
|
|
3429
3434
|
}
|
|
3430
|
-
},
|
|
3431
|
-
var
|
|
3435
|
+
}, E = async (a, i, h, _) => {
|
|
3436
|
+
var I, j, B, he;
|
|
3432
3437
|
e.value.form.modalState = void 0, l.value = "view";
|
|
3433
3438
|
try {
|
|
3434
|
-
if (!await ((
|
|
3439
|
+
if (!await ((I = e.value.control) == null ? void 0 : I.validate("view", { row: a, column: i, index: h, m: _ }))) return;
|
|
3435
3440
|
} catch (we) {
|
|
3436
3441
|
console.error("验证失败:", we);
|
|
3437
3442
|
return;
|
|
@@ -3455,8 +3460,8 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3455
3460
|
}, O = (a, i = x.value) => {
|
|
3456
3461
|
Object.assign(a, i);
|
|
3457
3462
|
}, Y = (a, i, h, _) => {
|
|
3458
|
-
const
|
|
3459
|
-
|
|
3463
|
+
const I = e.value.control.save(a, i, h, _);
|
|
3464
|
+
I != null && I.click ? I.click(a, i, h, _) : n(
|
|
3460
3465
|
"row-save",
|
|
3461
3466
|
{ row: a, column: i, index: h, data: e.value.table.data },
|
|
3462
3467
|
async (j = !0, B = !0) => {
|
|
@@ -3482,7 +3487,7 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3482
3487
|
if ((_ = i.control.download(a, i)) != null && _.click)
|
|
3483
3488
|
i.control.download(a, i).click(a, i, h);
|
|
3484
3489
|
else {
|
|
3485
|
-
let
|
|
3490
|
+
let I = Ht(
|
|
3486
3491
|
{
|
|
3487
3492
|
title: i.control.download(a, i).title || i.control.download(a, i).label || "下载",
|
|
3488
3493
|
size: i.control.download(a, i).size || 480,
|
|
@@ -3492,7 +3497,7 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3492
3497
|
items: h,
|
|
3493
3498
|
commitText: i.control.download(a, i).excelLabel,
|
|
3494
3499
|
onExcel: (j, B) => {
|
|
3495
|
-
n("download", j, d.value, B),
|
|
3500
|
+
n("download", j, d.value, B), I();
|
|
3496
3501
|
}
|
|
3497
3502
|
})
|
|
3498
3503
|
}
|
|
@@ -3523,17 +3528,17 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3523
3528
|
i.control.setting(a, i).mode
|
|
3524
3529
|
);
|
|
3525
3530
|
}, X = e.value.control, De = {
|
|
3526
|
-
add:
|
|
3527
|
-
batch:
|
|
3531
|
+
add: $,
|
|
3532
|
+
batch: w,
|
|
3528
3533
|
download: ye,
|
|
3529
|
-
toggleExpand:
|
|
3534
|
+
toggleExpand: g,
|
|
3530
3535
|
setting: G,
|
|
3531
|
-
view:
|
|
3532
|
-
edit:
|
|
3533
|
-
delete:
|
|
3536
|
+
view: E,
|
|
3537
|
+
edit: v,
|
|
3538
|
+
delete: S,
|
|
3534
3539
|
save: Y
|
|
3535
|
-
}, _e = (a, i, h, _,
|
|
3536
|
-
const B = X == null ? void 0 : X[j](i, h, _,
|
|
3540
|
+
}, _e = (a, i, h, _, I) => a.filter((j) => De[j]).map((j) => {
|
|
3541
|
+
const B = X == null ? void 0 : X[j](i, h, _, I);
|
|
3537
3542
|
return {
|
|
3538
3543
|
name: `control-${j}`,
|
|
3539
3544
|
attr: B,
|
|
@@ -3542,7 +3547,7 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3542
3547
|
sort: (B == null ? void 0 : B.sort) || 0,
|
|
3543
3548
|
groupName: (B == null ? void 0 : B.groupName) || "default"
|
|
3544
3549
|
};
|
|
3545
|
-
}).sort((j, B) => j.sort - B.sort), qe = (a, i, h, _,
|
|
3550
|
+
}).sort((j, B) => j.sort - B.sort), qe = (a, i, h, _, I) => _e(a, i, h, _, I).reduce((j, B) => {
|
|
3546
3551
|
const he = B.groupName || "default";
|
|
3547
3552
|
return j[he] || (j[he] = []), j[he].push(B), j;
|
|
3548
3553
|
}, {}), Me = Be(() => Object.fromEntries(
|
|
@@ -3550,11 +3555,11 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3550
3555
|
([a, i]) => i.type !== "hidden" && i.hidden !== !0 && i.visible !== !1 && i.showCol !== !1
|
|
3551
3556
|
).map(([a, i]) => (i.sort = typeof i.sort == "number" ? i.sort : 0, [a, i])).sort((a, i) => a[1].sort - i[1].sort)
|
|
3552
3557
|
)), ze = ne({}), q = (a, i) => {
|
|
3553
|
-
const h = (_,
|
|
3558
|
+
const h = (_, I) => {
|
|
3554
3559
|
for (const j of _) {
|
|
3555
|
-
if (j.value ==
|
|
3560
|
+
if (j.value == I) return j.label;
|
|
3556
3561
|
if (j.children) {
|
|
3557
|
-
const B = h(j.children,
|
|
3562
|
+
const B = h(j.children, I);
|
|
3558
3563
|
if (B) return B;
|
|
3559
3564
|
}
|
|
3560
3565
|
}
|
|
@@ -3562,8 +3567,8 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3562
3567
|
};
|
|
3563
3568
|
if (a.getDicts) {
|
|
3564
3569
|
const _ = i.toString();
|
|
3565
|
-
return ze.value[_] ? (a.options = ze.value[_], a.formatter || (a.formatter = (
|
|
3566
|
-
ze.value[_] =
|
|
3570
|
+
return ze.value[_] ? (a.options = ze.value[_], a.formatter || (a.formatter = (I, j, B, he) => a.options && h(a.options, B) || B), Promise.resolve()) : a.getDicts(e.value.table.data).then((I) => {
|
|
3571
|
+
ze.value[_] = I, a.options = I, a.formatter || (a.formatter = (j, B, he, we) => a.options && h(a.options, he) || he);
|
|
3567
3572
|
});
|
|
3568
3573
|
}
|
|
3569
3574
|
return Promise.resolve();
|
|
@@ -3577,8 +3582,8 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3577
3582
|
console.error("字典加载过程中发生错误:", a);
|
|
3578
3583
|
}
|
|
3579
3584
|
}, Z = (a, i, h, _) => {
|
|
3580
|
-
var
|
|
3581
|
-
return a.table ? (
|
|
3585
|
+
var I, j;
|
|
3586
|
+
return a.table ? (I = a.table(i, h, _)) != null && I.auth ? (j = a.table(i, h, _)) == null ? void 0 : j.auth(i, h, _) : !0 : !1;
|
|
3582
3587
|
}, Ie = () => {
|
|
3583
3588
|
c.value = !1;
|
|
3584
3589
|
};
|
|
@@ -3593,14 +3598,14 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3593
3598
|
Ca(R.value)
|
|
3594
3599
|
]);
|
|
3595
3600
|
a && Array.isArray(a) && a.forEach((_) => {
|
|
3596
|
-
const
|
|
3597
|
-
|
|
3598
|
-
}), i && Array.isArray(i) && i.forEach((_,
|
|
3601
|
+
const I = e.value[_.key];
|
|
3602
|
+
I && (I.width = _.width);
|
|
3603
|
+
}), i && Array.isArray(i) && i.forEach((_, I) => {
|
|
3599
3604
|
const j = e.value[_];
|
|
3600
|
-
j && (j.sort =
|
|
3605
|
+
j && (j.sort = I);
|
|
3601
3606
|
}), h && Array.isArray(h) && h.length > 0 ? h.forEach((_) => {
|
|
3602
|
-
const
|
|
3603
|
-
|
|
3607
|
+
const I = e.value[_];
|
|
3608
|
+
I && (I.showCol = !1);
|
|
3604
3609
|
}) : Object.keys(e.value).filter((_) => e.value[_].type !== "control").forEach((_) => {
|
|
3605
3610
|
e.value[_].showCol = !0;
|
|
3606
3611
|
});
|
|
@@ -3614,7 +3619,7 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3614
3619
|
R.value = Re();
|
|
3615
3620
|
}), kt(async () => {
|
|
3616
3621
|
try {
|
|
3617
|
-
|
|
3622
|
+
u.value = Object.entries(e.value).filter(
|
|
3618
3623
|
([i, h]) => h.type !== "hidden" && h.type !== "control" && h.visible !== !1
|
|
3619
3624
|
).map(([i, h]) => ({
|
|
3620
3625
|
key: i || "",
|
|
@@ -3630,11 +3635,11 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3630
3635
|
} catch (a) {
|
|
3631
3636
|
console.error("Error during component initialization:", a), e.value.table.autoWatch || e.value.table.load();
|
|
3632
3637
|
}
|
|
3633
|
-
}), o({ addRow:
|
|
3638
|
+
}), o({ addRow: $, editRow: v, deleteRow: S, readForm: E, saveRowData: Y, closeDialog: Ie, formData: x }), (a, i) => {
|
|
3634
3639
|
var Ve, Ye, Fe, Ke, pt, Ct, Mt;
|
|
3635
|
-
const h = F("el-button-group"), _ = F("el-dropdown-item"),
|
|
3636
|
-
return
|
|
3637
|
-
c.value ? (
|
|
3640
|
+
const h = F("el-button-group"), _ = F("el-dropdown-item"), I = F("el-dropdown-menu"), j = F("el-dropdown"), B = F("el-table-column"), he = F("el-table"), we = F("el-pagination");
|
|
3641
|
+
return m(), z(re, null, [
|
|
3642
|
+
c.value ? (m(), D(Ft, A({
|
|
3638
3643
|
key: 0,
|
|
3639
3644
|
modelValue: c.value,
|
|
3640
3645
|
"onUpdate:modelValue": i[2] || (i[2] = (K) => c.value = K)
|
|
@@ -3642,7 +3647,7 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3642
3647
|
type: e.value.dialog.mode
|
|
3643
3648
|
}), ge({
|
|
3644
3649
|
default: k(() => [
|
|
3645
|
-
c.value ? (
|
|
3650
|
+
c.value ? (m(), D(Je(fl), {
|
|
3646
3651
|
key: 0,
|
|
3647
3652
|
modelValue: e.value,
|
|
3648
3653
|
"onUpdate:modelValue": i[0] || (i[0] = (K) => e.value = K),
|
|
@@ -3693,9 +3698,9 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3693
3698
|
} : void 0
|
|
3694
3699
|
]), 1040, ["modelValue", "type"])) : $e("", !0),
|
|
3695
3700
|
ee("div", Xa, [
|
|
3696
|
-
((Ke = (Fe = e.value) == null ? void 0 : Fe.query) == null ? void 0 : Ke.hidden) != !0 ? (
|
|
3701
|
+
((Ke = (Fe = e.value) == null ? void 0 : Fe.query) == null ? void 0 : Ke.hidden) != !0 ? (m(), z("div", Qa, [
|
|
3697
3702
|
C(a.$slots, "query", {}, () => [
|
|
3698
|
-
|
|
3703
|
+
ue(oa, {
|
|
3699
3704
|
modelValue: e.value,
|
|
3700
3705
|
"onUpdate:modelValue": i[3] || (i[3] = (K) => e.value = K),
|
|
3701
3706
|
info: d.value,
|
|
@@ -3705,58 +3710,58 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3705
3710
|
}, ge({
|
|
3706
3711
|
"q-btns": k(() => [
|
|
3707
3712
|
C(a.$slots, "q-btns", {}, () => [
|
|
3708
|
-
(
|
|
3709
|
-
ve == "default" ? (
|
|
3713
|
+
(m(!0), z(re, null, W(qe(["add", "toggleExpand", "batch", "download", "setting"], x.value, e.value), (K, ve) => (m(), z(re, null, [
|
|
3714
|
+
ve == "default" ? (m(!0), z(re, { key: 0 }, W(K, (le) => (m(), z(re, null, [
|
|
3710
3715
|
C(a.$slots, le.name + "-left", {}, void 0, !0),
|
|
3711
3716
|
(le.name === "control-add" ? le.attr.auth() && le.attr.inline === !1 : le.attr.auth()) ? C(a.$slots, le.name, { key: 0 }, () => {
|
|
3712
3717
|
var Ne, et;
|
|
3713
3718
|
return [
|
|
3714
|
-
le.label ? (
|
|
3719
|
+
le.label ? (m(), D(U(je), A({
|
|
3715
3720
|
key: 0,
|
|
3716
3721
|
title: le.label,
|
|
3717
3722
|
disabled: le.name === "control-batch" && ((Ne = P.value) == null ? void 0 : Ne.length) === 0
|
|
3718
3723
|
}, { ref_for: !0 }, le.attr, {
|
|
3719
|
-
onClick: (nt) => le.func(x.value, e.value,
|
|
3724
|
+
onClick: (nt) => le.func(x.value, e.value, u.value)
|
|
3720
3725
|
}), {
|
|
3721
3726
|
default: k(() => [
|
|
3722
3727
|
Le(Se(le.label), 1)
|
|
3723
3728
|
]),
|
|
3724
3729
|
_: 2
|
|
3725
|
-
}, 1040, ["title", "disabled", "onClick"])) : (
|
|
3730
|
+
}, 1040, ["title", "disabled", "onClick"])) : (m(), D(U(je), A({
|
|
3726
3731
|
key: 1,
|
|
3727
3732
|
title: le.label,
|
|
3728
3733
|
disabled: le.name === "control-batch" && ((et = P.value) == null ? void 0 : et.length) === 0
|
|
3729
3734
|
}, { ref_for: !0 }, le.attr, {
|
|
3730
|
-
onClick: (nt) => le.func(x.value, e.value,
|
|
3735
|
+
onClick: (nt) => le.func(x.value, e.value, u.value)
|
|
3731
3736
|
}), null, 16, ["title", "disabled", "onClick"]))
|
|
3732
3737
|
];
|
|
3733
3738
|
}, !0) : $e("", !0),
|
|
3734
3739
|
C(a.$slots, le.name + "-right", {}, void 0, !0)
|
|
3735
|
-
], 64))), 256)) : (
|
|
3740
|
+
], 64))), 256)) : (m(), D(h, { key: 1 }, {
|
|
3736
3741
|
default: k(() => [
|
|
3737
|
-
(
|
|
3742
|
+
(m(!0), z(re, null, W(K, (le) => (m(), z(re, null, [
|
|
3738
3743
|
C(a.$slots, le.name + "-left", {}, void 0, !0),
|
|
3739
3744
|
(le.name === "control-add" ? le.attr.auth() && le.attr.inline === !1 : le.attr.auth()) ? C(a.$slots, le.name, { key: 0 }, () => {
|
|
3740
3745
|
var Ne, et;
|
|
3741
3746
|
return [
|
|
3742
|
-
le.label ? (
|
|
3747
|
+
le.label ? (m(), D(U(je), A({
|
|
3743
3748
|
key: 0,
|
|
3744
3749
|
title: le.label,
|
|
3745
3750
|
disabled: le.name === "control-batch" && ((Ne = P.value) == null ? void 0 : Ne.length) === 0,
|
|
3746
3751
|
v: ""
|
|
3747
3752
|
}, { ref_for: !0 }, le.attr, {
|
|
3748
|
-
onClick: (nt) => le.func(x.value, e.value,
|
|
3753
|
+
onClick: (nt) => le.func(x.value, e.value, u.value)
|
|
3749
3754
|
}), {
|
|
3750
3755
|
default: k(() => [
|
|
3751
3756
|
Le(Se(le.label), 1)
|
|
3752
3757
|
]),
|
|
3753
3758
|
_: 2
|
|
3754
|
-
}, 1040, ["title", "disabled", "onClick"])) : (
|
|
3759
|
+
}, 1040, ["title", "disabled", "onClick"])) : (m(), D(U(je), A({
|
|
3755
3760
|
key: 1,
|
|
3756
3761
|
title: le.label,
|
|
3757
3762
|
disabled: le.name === "control-batch" && ((et = P.value) == null ? void 0 : et.length) === 0
|
|
3758
3763
|
}, { ref_for: !0 }, le.attr, {
|
|
3759
|
-
onClick: (nt) => le.func(x.value, e.value,
|
|
3764
|
+
onClick: (nt) => le.func(x.value, e.value, u.value)
|
|
3760
3765
|
}), null, 16, ["title", "disabled", "onClick"]))
|
|
3761
3766
|
];
|
|
3762
3767
|
}, !0) : $e("", !0),
|
|
@@ -3784,7 +3789,7 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3784
3789
|
queryInfo: d.value
|
|
3785
3790
|
}, void 0, !0),
|
|
3786
3791
|
ee("div", Za, [
|
|
3787
|
-
M.value ? (
|
|
3792
|
+
M.value ? (m(), D(he, A({ key: 0 }, {
|
|
3788
3793
|
...a.$attrs,
|
|
3789
3794
|
...U(We)(
|
|
3790
3795
|
e.value.table,
|
|
@@ -3805,28 +3810,28 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3805
3810
|
]),
|
|
3806
3811
|
default: k(() => [
|
|
3807
3812
|
C(a.$slots, "default", {}, () => [
|
|
3808
|
-
(
|
|
3813
|
+
(m(!0), z(re, null, W(Me.value, (K, ve) => {
|
|
3809
3814
|
var le, Ne, et, nt;
|
|
3810
|
-
return
|
|
3815
|
+
return m(), D(B, A({
|
|
3811
3816
|
prop: ve,
|
|
3812
3817
|
"column-key": ve
|
|
3813
3818
|
}, { ref_for: !0 }, ((Ne = (le = e.value) == null ? void 0 : le.table) == null ? void 0 : Ne["row-key"]) == ve ? {
|
|
3814
3819
|
...U(We)(K, (te) => ["label", "width", "min-width", "align", "header-align", "formatter"].includes(te))
|
|
3815
3820
|
} : {
|
|
3816
3821
|
...e.value.tableColumns,
|
|
3817
|
-
...U(We)(K, (te) =>
|
|
3822
|
+
...U(We)(K, (te) => s.includes(te))
|
|
3818
3823
|
}), ge({
|
|
3819
|
-
header: k(({ column: te, $index:
|
|
3824
|
+
header: k(({ column: te, $index: se }) => [
|
|
3820
3825
|
ve == "control" ? C(a.$slots, `${ve}-header`, {
|
|
3821
3826
|
key: 0,
|
|
3822
3827
|
column: te,
|
|
3823
|
-
index:
|
|
3828
|
+
index: se
|
|
3824
3829
|
}, () => [
|
|
3825
3830
|
ee("span", null, Se(te.label), 1)
|
|
3826
3831
|
], !0) : C(a.$slots, `${ve}-header`, {
|
|
3827
3832
|
key: 1,
|
|
3828
3833
|
column: te,
|
|
3829
|
-
index:
|
|
3834
|
+
index: se
|
|
3830
3835
|
}, void 0, !0)
|
|
3831
3836
|
]),
|
|
3832
3837
|
"filter-icon": k((te) => [
|
|
@@ -3836,17 +3841,17 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3836
3841
|
}, [
|
|
3837
3842
|
K.type === "expand" ? {
|
|
3838
3843
|
name: "default",
|
|
3839
|
-
fn: k(({ row: te, column:
|
|
3844
|
+
fn: k(({ row: te, column: se, $index: fe }) => [
|
|
3840
3845
|
C(a.$slots, `${ve}`, {
|
|
3841
3846
|
row: te,
|
|
3842
|
-
column:
|
|
3847
|
+
column: se,
|
|
3843
3848
|
index: fe
|
|
3844
3849
|
}, void 0, !0)
|
|
3845
3850
|
]),
|
|
3846
3851
|
key: "0"
|
|
3847
3852
|
} : K.type == "control" ? {
|
|
3848
3853
|
name: "default",
|
|
3849
|
-
fn: k(({ row: te, column:
|
|
3854
|
+
fn: k(({ row: te, column: se, $index: fe }) => {
|
|
3850
3855
|
var ct, ft;
|
|
3851
3856
|
return [
|
|
3852
3857
|
ee("div", {
|
|
@@ -3856,91 +3861,91 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3856
3861
|
C(a.$slots, "control", {}, () => [
|
|
3857
3862
|
C(a.$slots, "control-left", {
|
|
3858
3863
|
row: te,
|
|
3859
|
-
column:
|
|
3864
|
+
column: se,
|
|
3860
3865
|
index: fe
|
|
3861
3866
|
}, void 0, !0),
|
|
3862
|
-
(
|
|
3867
|
+
(m(!0), z(re, null, W(qe(["view", "edit", "delete", "save"], te, se, fe, e.value), (ot, ut) => {
|
|
3863
3868
|
var yt;
|
|
3864
|
-
return
|
|
3865
|
-
|
|
3869
|
+
return m(), z(re, null, [
|
|
3870
|
+
ut == "default" ? (m(!0), z(re, { key: 0 }, W(ot, (Q) => (m(), z(re, null, [
|
|
3866
3871
|
C(a.$slots, Q.name + "-left", {
|
|
3867
3872
|
row: te,
|
|
3868
|
-
column:
|
|
3873
|
+
column: se,
|
|
3869
3874
|
index: fe
|
|
3870
3875
|
}, void 0, !0),
|
|
3871
3876
|
Q.attr.auth() ? C(a.$slots, Q.name, {
|
|
3872
3877
|
key: 0,
|
|
3873
3878
|
row: te,
|
|
3874
|
-
column:
|
|
3879
|
+
column: se,
|
|
3875
3880
|
index: fe
|
|
3876
3881
|
}, () => [
|
|
3877
|
-
Q.label ? (
|
|
3882
|
+
Q.label ? (m(), D(U(je), A({
|
|
3878
3883
|
key: 0,
|
|
3879
3884
|
title: Q.label
|
|
3880
3885
|
}, { ref_for: !0 }, Q.attr, {
|
|
3881
|
-
onClick: (
|
|
3886
|
+
onClick: (st) => Q.func(te, se, fe, e.value)
|
|
3882
3887
|
}), {
|
|
3883
3888
|
default: k(() => [
|
|
3884
3889
|
Le(Se(Q.label), 1)
|
|
3885
3890
|
]),
|
|
3886
3891
|
_: 2
|
|
3887
|
-
}, 1040, ["title", "onClick"])) : (
|
|
3892
|
+
}, 1040, ["title", "onClick"])) : (m(), D(U(je), A({
|
|
3888
3893
|
key: 1,
|
|
3889
3894
|
title: Q.label
|
|
3890
3895
|
}, { ref_for: !0 }, Q.attr, {
|
|
3891
|
-
onClick: (
|
|
3896
|
+
onClick: (st) => Q.func(te, se, fe, e.value)
|
|
3892
3897
|
}), null, 16, ["title", "onClick"]))
|
|
3893
3898
|
], !0) : $e("", !0),
|
|
3894
3899
|
C(a.$slots, Q.name + "-right", {
|
|
3895
3900
|
row: te,
|
|
3896
|
-
column:
|
|
3901
|
+
column: se,
|
|
3897
3902
|
index: fe
|
|
3898
3903
|
}, void 0, !0)
|
|
3899
|
-
], 64))), 256)) :
|
|
3904
|
+
], 64))), 256)) : ut != null && ut.startsWith("dropdown") && ((yt = xe(te, se, fe, e.value)) != null && yt.auth()) ? (m(), D(j, A({
|
|
3900
3905
|
key: 1,
|
|
3901
3906
|
ref_for: !0
|
|
3902
|
-
}, xe(te,
|
|
3907
|
+
}, xe(te, se, fe, e.value)), {
|
|
3903
3908
|
dropdown: k(() => [
|
|
3904
|
-
|
|
3909
|
+
ue(I, null, {
|
|
3905
3910
|
default: k(() => [
|
|
3906
|
-
(
|
|
3907
|
-
var
|
|
3908
|
-
return
|
|
3911
|
+
(m(!0), z(re, null, W(ot, (Q) => {
|
|
3912
|
+
var st, gt, b;
|
|
3913
|
+
return m(), z(re, null, [
|
|
3909
3914
|
a.$slots[Q.name + "-left"] ? C(a.$slots, Q.name + "-left", {
|
|
3910
3915
|
key: 0,
|
|
3911
3916
|
row: te,
|
|
3912
|
-
column:
|
|
3917
|
+
column: se,
|
|
3913
3918
|
index: fe
|
|
3914
3919
|
}, void 0, !0) : $e("", !0),
|
|
3915
|
-
Q.attr.auth() ? (
|
|
3920
|
+
Q.attr.auth() ? (m(), D(_, A({
|
|
3916
3921
|
key: 1,
|
|
3917
3922
|
ref_for: !0
|
|
3918
3923
|
}, {
|
|
3919
|
-
command: (
|
|
3924
|
+
command: (st = Q == null ? void 0 : Q.attr) == null ? void 0 : st.command,
|
|
3920
3925
|
divided: (gt = Q == null ? void 0 : Q.attr) == null ? void 0 : gt.divided,
|
|
3921
|
-
disabled: (
|
|
3926
|
+
disabled: (b = Q == null ? void 0 : Q.attr) == null ? void 0 : b.disabled
|
|
3922
3927
|
}), {
|
|
3923
3928
|
default: k(() => [
|
|
3924
3929
|
C(a.$slots, Q.name, {
|
|
3925
3930
|
row: te,
|
|
3926
|
-
column:
|
|
3931
|
+
column: se,
|
|
3927
3932
|
index: fe
|
|
3928
3933
|
}, () => [
|
|
3929
|
-
Q.label ? (
|
|
3934
|
+
Q.label ? (m(), D(U(je), A({
|
|
3930
3935
|
key: 0,
|
|
3931
3936
|
title: Q.label
|
|
3932
3937
|
}, { ref_for: !0 }, Q.attr, {
|
|
3933
|
-
onClick: (ce) => Q.func(te,
|
|
3938
|
+
onClick: (ce) => Q.func(te, se, fe, e.value)
|
|
3934
3939
|
}), {
|
|
3935
3940
|
default: k(() => [
|
|
3936
3941
|
Le(Se(Q.label), 1)
|
|
3937
3942
|
]),
|
|
3938
3943
|
_: 2
|
|
3939
|
-
}, 1040, ["title", "onClick"])) : (
|
|
3944
|
+
}, 1040, ["title", "onClick"])) : (m(), D(U(je), A({
|
|
3940
3945
|
key: 1,
|
|
3941
3946
|
title: Q.label
|
|
3942
3947
|
}, { ref_for: !0 }, Q.attr, {
|
|
3943
|
-
onClick: (ce) => Q.func(te,
|
|
3948
|
+
onClick: (ce) => Q.func(te, se, fe, e.value)
|
|
3944
3949
|
}), null, 16, ["title", "onClick"]))
|
|
3945
3950
|
], !0)
|
|
3946
3951
|
]),
|
|
@@ -3949,7 +3954,7 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3949
3954
|
a.$slots[Q.name + "-right"] ? C(a.$slots, Q.name + "-right", {
|
|
3950
3955
|
key: 2,
|
|
3951
3956
|
row: te,
|
|
3952
|
-
column:
|
|
3957
|
+
column: se,
|
|
3953
3958
|
index: fe
|
|
3954
3959
|
}, void 0, !0) : $e("", !0)
|
|
3955
3960
|
], 64);
|
|
@@ -3961,44 +3966,44 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
3961
3966
|
default: k(() => {
|
|
3962
3967
|
var Q;
|
|
3963
3968
|
return [
|
|
3964
|
-
Le(Se((Q = xe(te,
|
|
3969
|
+
Le(Se((Q = xe(te, se, fe, e.value)) == null ? void 0 : Q.label) + " ", 1)
|
|
3965
3970
|
];
|
|
3966
3971
|
}),
|
|
3967
3972
|
_: 2
|
|
3968
|
-
}, 1040)) : (
|
|
3973
|
+
}, 1040)) : (m(), D(h, { key: 2 }, {
|
|
3969
3974
|
default: k(() => [
|
|
3970
|
-
(
|
|
3975
|
+
(m(!0), z(re, null, W(ot, (Q) => (m(), z(re, null, [
|
|
3971
3976
|
C(a.$slots, Q.name + "-left", {
|
|
3972
3977
|
row: te,
|
|
3973
|
-
column:
|
|
3978
|
+
column: se,
|
|
3974
3979
|
index: fe
|
|
3975
3980
|
}, void 0, !0),
|
|
3976
3981
|
Q.attr.auth() ? C(a.$slots, Q.name, {
|
|
3977
3982
|
key: 0,
|
|
3978
3983
|
row: te,
|
|
3979
|
-
column:
|
|
3984
|
+
column: se,
|
|
3980
3985
|
index: fe
|
|
3981
3986
|
}, () => [
|
|
3982
|
-
Q.label ? (
|
|
3987
|
+
Q.label ? (m(), D(U(je), A({
|
|
3983
3988
|
key: 0,
|
|
3984
3989
|
title: Q.label
|
|
3985
3990
|
}, { ref_for: !0 }, Q.attr, {
|
|
3986
|
-
onClick: (
|
|
3991
|
+
onClick: (st) => Q.func(te, se, fe, e.value)
|
|
3987
3992
|
}), {
|
|
3988
3993
|
default: k(() => [
|
|
3989
3994
|
Le(Se(Q.label), 1)
|
|
3990
3995
|
]),
|
|
3991
3996
|
_: 2
|
|
3992
|
-
}, 1040, ["title", "onClick"])) : (
|
|
3997
|
+
}, 1040, ["title", "onClick"])) : (m(), D(U(je), A({
|
|
3993
3998
|
key: 1,
|
|
3994
3999
|
title: Q.label
|
|
3995
4000
|
}, { ref_for: !0 }, Q.attr, {
|
|
3996
|
-
onClick: (
|
|
4001
|
+
onClick: (st) => Q.func(te, se, fe, e.value)
|
|
3997
4002
|
}), null, 16, ["title", "onClick"]))
|
|
3998
4003
|
], !0) : $e("", !0),
|
|
3999
4004
|
C(a.$slots, Q.name + "-right", {
|
|
4000
4005
|
row: te,
|
|
4001
|
-
column:
|
|
4006
|
+
column: se,
|
|
4002
4007
|
index: fe
|
|
4003
4008
|
}, void 0, !0)
|
|
4004
4009
|
], 64))), 256))
|
|
@@ -4009,7 +4014,7 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4009
4014
|
}), 256)),
|
|
4010
4015
|
C(a.$slots, "control-right", {
|
|
4011
4016
|
row: te,
|
|
4012
|
-
column:
|
|
4017
|
+
column: se,
|
|
4013
4018
|
index: fe
|
|
4014
4019
|
}, void 0, !0)
|
|
4015
4020
|
], !0)
|
|
@@ -4019,22 +4024,22 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4019
4024
|
key: "1"
|
|
4020
4025
|
} : K.type != "selection" && K.type != "index" && ((nt = (et = e.value) == null ? void 0 : et.table) == null ? void 0 : nt["row-key"]) != ve ? {
|
|
4021
4026
|
name: "default",
|
|
4022
|
-
fn: k(({ row: te, column:
|
|
4023
|
-
Z(K, te,
|
|
4027
|
+
fn: k(({ row: te, column: se, $index: fe }) => [
|
|
4028
|
+
Z(K, te, se, fe) && fe != -1 ? C(a.$slots, `${ve}`, {
|
|
4024
4029
|
key: 0,
|
|
4025
4030
|
row: te,
|
|
4026
|
-
column:
|
|
4031
|
+
column: se,
|
|
4027
4032
|
index: fe
|
|
4028
4033
|
}, () => {
|
|
4029
4034
|
var ct;
|
|
4030
4035
|
return [
|
|
4031
|
-
(
|
|
4036
|
+
(m(), D(wt, {
|
|
4032
4037
|
modelValue: te[ve],
|
|
4033
4038
|
"onUpdate:modelValue": (ft) => te[ve] = ft,
|
|
4034
|
-
item: K == null ? void 0 : K.table(te,
|
|
4039
|
+
item: K == null ? void 0 : K.table(te, se, fe),
|
|
4035
4040
|
ctrlKey: ve,
|
|
4036
|
-
key: `${ve}-${fe} -${
|
|
4037
|
-
ctrlType: (ct = K.table(te,
|
|
4041
|
+
key: `${ve}-${fe} -${T.value}`,
|
|
4042
|
+
ctrlType: (ct = K.table(te, se, fe)) != null && ct.type ? K.table(te, se, fe).type : K.type,
|
|
4038
4043
|
model: e.value,
|
|
4039
4044
|
class: "g-ctrl-container",
|
|
4040
4045
|
t: "t",
|
|
@@ -4042,9 +4047,9 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4042
4047
|
}, ge({ _: 2 }, [
|
|
4043
4048
|
W(a.$slots, (ft, ot) => ({
|
|
4044
4049
|
name: ot,
|
|
4045
|
-
fn: k((
|
|
4050
|
+
fn: k((ut) => [
|
|
4046
4051
|
C(a.$slots, ot, {
|
|
4047
|
-
data:
|
|
4052
|
+
data: ut,
|
|
4048
4053
|
item: K,
|
|
4049
4054
|
model: e.value
|
|
4050
4055
|
}, void 0, !0)
|
|
@@ -4055,14 +4060,14 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4055
4060
|
}, !0) : C(a.$slots, `${ve}`, {
|
|
4056
4061
|
key: 1,
|
|
4057
4062
|
row: te,
|
|
4058
|
-
column:
|
|
4063
|
+
column: se,
|
|
4059
4064
|
index: fe
|
|
4060
4065
|
}, () => [
|
|
4061
4066
|
ee("div", {
|
|
4062
4067
|
style: He([{ width: "100%", "text-overflow": "ellipsis", overflow: "hidden" }, K == null ? void 0 : K.style]),
|
|
4063
4068
|
innerHTML: N(
|
|
4064
4069
|
K,
|
|
4065
|
-
typeof
|
|
4070
|
+
typeof se.formatter == "function" ? se.formatter(te, se, te[ve], fe) : te[ve]
|
|
4066
4071
|
)
|
|
4067
4072
|
}, null, 12, Ja)
|
|
4068
4073
|
], !0)
|
|
@@ -4076,7 +4081,7 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4076
4081
|
_: 3
|
|
4077
4082
|
}, 16, ["summary-method"])) : $e("", !0),
|
|
4078
4083
|
(Mt = (Ct = (pt = e.value) == null ? void 0 : pt.table) == null ? void 0 : Ct.page) != null && Mt.hidden ? $e("", !0) : C(a.$slots, "page", { key: 1 }, () => [
|
|
4079
|
-
|
|
4084
|
+
ue(we, A({
|
|
4080
4085
|
"page-size": e.value.table.page.pageSize,
|
|
4081
4086
|
"onUpdate:pageSize": i[6] || (i[6] = (K) => e.value.table.page.pageSize = K),
|
|
4082
4087
|
"current-page": e.value.table.page.currentPage,
|
|
@@ -4104,29 +4109,29 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4104
4109
|
},
|
|
4105
4110
|
emits: /* @__PURE__ */ dt(["load"], ["update:modelValue"]),
|
|
4106
4111
|
setup(r, { emit: o }) {
|
|
4107
|
-
var
|
|
4112
|
+
var p, L, H, x;
|
|
4108
4113
|
const t = o, l = rt(r, "modelValue"), n = At(), e = ne(
|
|
4109
|
-
typeof ((
|
|
4110
|
-
), y = ne(((H = n == null ? void 0 : n.tree) == null ? void 0 : H.search) === void 0 ? !0 : (x = n == null ? void 0 : n.tree) == null ? void 0 : x.search), d = ne({}), M = ne(""), f = ne(null), c = (
|
|
4114
|
+
typeof ((p = n == null ? void 0 : n.tree) == null ? void 0 : p.width) == "number" ? `${n.tree.width}px` : ((L = n == null ? void 0 : n.tree) == null ? void 0 : L.width) || "180px"
|
|
4115
|
+
), y = ne(((H = n == null ? void 0 : n.tree) == null ? void 0 : H.search) === void 0 ? !0 : (x = n == null ? void 0 : n.tree) == null ? void 0 : x.search), d = ne({}), M = ne(""), f = ne(null), c = (T, R) => {
|
|
4111
4116
|
var oe, J;
|
|
4112
|
-
if (!
|
|
4117
|
+
if (!T) return !0;
|
|
4113
4118
|
const P = ((J = (oe = n.tree) == null ? void 0 : oe.props) == null ? void 0 : J.label) || "label";
|
|
4114
|
-
return R[P].includes(
|
|
4115
|
-
},
|
|
4116
|
-
t("load", d.value,
|
|
4117
|
-
},
|
|
4118
|
-
d.value =
|
|
4119
|
+
return R[P].includes(T);
|
|
4120
|
+
}, s = (T, R) => {
|
|
4121
|
+
t("load", d.value, T, R);
|
|
4122
|
+
}, u = (T) => {
|
|
4123
|
+
d.value = T, l.value.table.load();
|
|
4119
4124
|
};
|
|
4120
|
-
return Kt(M, (
|
|
4121
|
-
f.value.filter(
|
|
4122
|
-
}), (
|
|
4125
|
+
return Kt(M, (T) => {
|
|
4126
|
+
f.value.filter(T);
|
|
4127
|
+
}), (T, R) => {
|
|
4123
4128
|
const P = F("el-input"), oe = F("el-tree"), J = F("g-table");
|
|
4124
|
-
return
|
|
4129
|
+
return m(), z("div", tr, [
|
|
4125
4130
|
ee("div", {
|
|
4126
4131
|
class: "g-tree-left",
|
|
4127
4132
|
style: He({ width: e.value })
|
|
4128
4133
|
}, [
|
|
4129
|
-
y.value ? (
|
|
4134
|
+
y.value ? (m(), D(P, {
|
|
4130
4135
|
key: 0,
|
|
4131
4136
|
modelValue: M.value,
|
|
4132
4137
|
"onUpdate:modelValue": R[0] || (R[0] = (ie) => M.value = ie),
|
|
@@ -4135,16 +4140,16 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4135
4140
|
clearable: ""
|
|
4136
4141
|
}, null, 8, ["modelValue"])) : $e("", !0),
|
|
4137
4142
|
ee("div", lr, [
|
|
4138
|
-
|
|
4143
|
+
ue(oe, A({
|
|
4139
4144
|
style: { width: e.value },
|
|
4140
4145
|
"filter-node-method": c,
|
|
4141
4146
|
"expand-on-click-node": !1,
|
|
4142
4147
|
ref_key: "treeRef",
|
|
4143
4148
|
ref: f,
|
|
4144
|
-
onNodeClick:
|
|
4145
|
-
},
|
|
4149
|
+
onNodeClick: u
|
|
4150
|
+
}, T.$attrs.tree), ge({
|
|
4146
4151
|
default: k(({ node: ie, data: xe }) => [
|
|
4147
|
-
C(
|
|
4152
|
+
C(T.$slots, "tree", {
|
|
4148
4153
|
node: ie,
|
|
4149
4154
|
data: xe
|
|
4150
4155
|
}, () => [
|
|
@@ -4153,24 +4158,24 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4153
4158
|
]),
|
|
4154
4159
|
_: 2
|
|
4155
4160
|
}, [
|
|
4156
|
-
W(
|
|
4161
|
+
W(T.$slots, (ie, xe, Oe) => ({
|
|
4157
4162
|
name: xe,
|
|
4158
4163
|
fn: k((Ee) => [
|
|
4159
|
-
C(
|
|
4164
|
+
C(T.$slots, xe, { data: Ee }, void 0, !0)
|
|
4160
4165
|
])
|
|
4161
4166
|
}))
|
|
4162
4167
|
]), 1040, ["style"])
|
|
4163
4168
|
])
|
|
4164
4169
|
], 4),
|
|
4165
4170
|
ee("div", ar, [
|
|
4166
|
-
|
|
4171
|
+
ue(J, A({
|
|
4167
4172
|
modelValue: l.value,
|
|
4168
4173
|
"onUpdate:modelValue": R[1] || (R[1] = (ie) => l.value = ie)
|
|
4169
|
-
},
|
|
4170
|
-
W(
|
|
4174
|
+
}, T.$attrs, { onLoad: s }), ge({ _: 2 }, [
|
|
4175
|
+
W(T.$slots, (ie, xe, Oe) => ({
|
|
4171
4176
|
name: xe,
|
|
4172
4177
|
fn: k((Ee) => [
|
|
4173
|
-
C(
|
|
4178
|
+
C(T.$slots, xe, { data: Ee }, void 0, !0)
|
|
4174
4179
|
])
|
|
4175
4180
|
}))
|
|
4176
4181
|
]), 1040, ["modelValue"])
|
|
@@ -4181,11 +4186,11 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4181
4186
|
}), nr = /* @__PURE__ */ at(rr, [["__scopeId", "data-v-c888e4fc"]]), or = {
|
|
4182
4187
|
key: 0,
|
|
4183
4188
|
class: "op-group"
|
|
4184
|
-
},
|
|
4189
|
+
}, ur = {
|
|
4185
4190
|
key: 1,
|
|
4186
4191
|
class: "op-items",
|
|
4187
4192
|
style: { width: "100%", height: "100%" }
|
|
4188
|
-
},
|
|
4193
|
+
}, sr = ["title"], Wt = "100px", ir = /* @__PURE__ */ Object.assign({ name: "g-select-option" }, {
|
|
4189
4194
|
__name: "g-select-option",
|
|
4190
4195
|
props: {
|
|
4191
4196
|
columns: {
|
|
@@ -4207,8 +4212,8 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4207
4212
|
},
|
|
4208
4213
|
setup(r) {
|
|
4209
4214
|
const o = r;
|
|
4210
|
-
return (t, l) => o.title ? (
|
|
4211
|
-
(
|
|
4215
|
+
return (t, l) => o.title ? (m(), z("div", or, [
|
|
4216
|
+
(m(!0), z(re, null, W(o.columns, (n) => (m(), z("span", {
|
|
4212
4217
|
style: He({ width: (n == null ? void 0 : n.width) || Wt, ...n == null ? void 0 : n.titleStyle, textAlign: (n == null ? void 0 : n.align) || "center" }),
|
|
4213
4218
|
key: n.key
|
|
4214
4219
|
}, [
|
|
@@ -4216,8 +4221,8 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4216
4221
|
Le(Se(n.label), 1)
|
|
4217
4222
|
], !0)
|
|
4218
4223
|
], 4))), 128))
|
|
4219
|
-
])) : (
|
|
4220
|
-
(
|
|
4224
|
+
])) : (m(), z("div", ur, [
|
|
4225
|
+
(m(!0), z(re, null, W(o.columns, (n) => (m(), z("span", {
|
|
4221
4226
|
style: He({ width: (n == null ? void 0 : n.width) || Wt, textAlign: (n == null ? void 0 : n.align) || "center", ...n == null ? void 0 : n.style }),
|
|
4222
4227
|
key: n.key,
|
|
4223
4228
|
title: r.data[n.key]
|
|
@@ -4225,7 +4230,7 @@ const Ga = /* @__PURE__ */ ul(Wa), Xa = { class: "g-table-container" }, Qa = {
|
|
|
4225
4230
|
C(t.$slots, `${r.t}-option-${n.key}`, { col: n }, () => [
|
|
4226
4231
|
Le(Se(r.data[n.key] ?? "-"), 1)
|
|
4227
4232
|
], !0)
|
|
4228
|
-
], 12,
|
|
4233
|
+
], 12, sr))), 128))
|
|
4229
4234
|
]));
|
|
4230
4235
|
}
|
|
4231
4236
|
}), dr = /* @__PURE__ */ at(ir, [["__scopeId", "data-v-c0ac6b77"]]), cr = Object.freeze({}), jt = [er, fl, nr, dr, Ft];
|
|
@@ -4276,7 +4281,7 @@ const Cr = {
|
|
|
4276
4281
|
});
|
|
4277
4282
|
return jt.forEach((d) => {
|
|
4278
4283
|
y.component(d.name, d);
|
|
4279
|
-
}), y.provide("options", Ot), y.use(Gt, { locale:
|
|
4284
|
+
}), y.provide("options", Ot), y.use(Gt, { locale: ul }), document.body.appendChild(t), y.mount(t), l;
|
|
4280
4285
|
}, hl = (r = {}) => {
|
|
4281
4286
|
if (typeof document > "u") return () => {
|
|
4282
4287
|
};
|
|
@@ -4308,7 +4313,7 @@ const Cr = {
|
|
|
4308
4313
|
});
|
|
4309
4314
|
return jt.forEach((e) => {
|
|
4310
4315
|
n.component(e.name, e);
|
|
4311
|
-
}), n.provide("options", Ot), n.use(Gt, { locale:
|
|
4316
|
+
}), n.provide("options", Ot), n.use(Gt, { locale: ul }), document.body.appendChild(o), n.mount(o), t;
|
|
4312
4317
|
};
|
|
4313
4318
|
function vr(r, o = window.innerWidth) {
|
|
4314
4319
|
if (typeof r == "number")
|
|
@@ -4469,8 +4474,8 @@ const Ce = {
|
|
|
4469
4474
|
c.preventDefault(), t = !0, l = c.clientX, n = c.clientY, e = parseInt(document.defaultView.getComputedStyle(r).width), y = parseInt(document.defaultView.getComputedStyle(r).height), document.addEventListener("mousemove", M), document.addEventListener("mouseup", f);
|
|
4470
4475
|
}, M = (c) => {
|
|
4471
4476
|
if (!t) return;
|
|
4472
|
-
const
|
|
4473
|
-
r.style.width = `${
|
|
4477
|
+
const s = Math.max(300, e + c.clientX - l), u = Math.max(200, y + c.clientY - n);
|
|
4478
|
+
r.style.width = `${s}px`, r.style.height = `${u}px`;
|
|
4474
4479
|
}, f = () => {
|
|
4475
4480
|
t = !1, document.removeEventListener("mousemove", M), document.removeEventListener("mouseup", f);
|
|
4476
4481
|
};
|