z-ui-pc 0.5.17 → 0.5.18
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.css +1 -1
- package/dist/index.d.ts +8 -0
- package/dist/index.js +572 -569
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ref as T, defineComponent as X, resolveComponent as S, createBlock as R, openBlock as g, unref as i, createSlots as ft, withCtx as B, createElementVNode as
|
|
1
|
+
import { ref as T, defineComponent as X, resolveComponent as S, createBlock as R, openBlock as g, unref as i, createSlots as ft, withCtx as B, createElementVNode as x, normalizeStyle as gt, toDisplayString as q, useCssVars as Te, computed as G, createElementBlock as b, renderSlot as pe, createTextVNode as W, normalizeClass as re, createCommentVNode as z, provide as Oo, inject as Lo, resolveDynamicComponent as jt, mergeProps as oe, toHandlers as _e, watch as et, nextTick as ne, isRef as Ae, normalizeProps as Ho, guardReactiveProps as Uo, mergeModels as Ie, useModel as Ge, createVNode as E, Fragment as K, renderList as se, useSlots as Kt, resolveDirective as Fe, withDirectives as de, onBeforeUnmount as He, markRaw as St, watchEffect as tt, getCurrentScope as Ft, onScopeDispose as Ct, withModifiers as ye, watchPostEffect as ht, onActivated as Qo, onDeactivated as zo, onMounted as Ue, onUnmounted as At, useTemplateRef as Zo, Teleport as Yo, withKeys as Xo, h as vt, isVNode as Wo, Transition as qt, getCurrentInstance as Jt, defineAsyncComponent as jo, render as Tt } from "vue";
|
|
2
2
|
import N, { isNumber as Gt, cloneDeep as fe, isUndefined as Oe, isEqual as $t, omit as xt, merge as Ne, mergeWith as Ko, isObject as je, isString as eo, isFunction as to, sortBy as qo, debounce as Jo, isNull as Pt } from "lodash";
|
|
3
3
|
import ve from "dayjs";
|
|
4
4
|
import { CircleClose as oo, Search as no, Close as rt, EditPen as uo, CloseBold as Et, Plus as ao, Loading as $o, ArrowDownBold as en, ArrowUp as tn, ArrowDown as on, Delete as nn, CircleCloseFilled as un, QuestionFilled as Mt } from "@element-plus/icons-vue";
|
|
5
5
|
import { ElAnchor as an, ElMessage as yt, ElMessageBox as sn, ElLoading as ln, ElInput as rn } from "element-plus";
|
|
6
6
|
import { VueDraggable as Ke } from "vue-draggable-plus";
|
|
7
7
|
import cn from "mitt";
|
|
8
|
-
import { useRoute as
|
|
9
|
-
const
|
|
8
|
+
import { useRoute as dn } from "vue-router";
|
|
9
|
+
const Dn = (e, t) => (o) => {
|
|
10
10
|
const n = t || Reflect.get(e, "name");
|
|
11
11
|
if (!n) {
|
|
12
12
|
console.error("Component is missing a name and cannot be registered:", e);
|
|
13
13
|
return;
|
|
14
14
|
}
|
|
15
15
|
o.component(n, e);
|
|
16
|
-
}, ge = (e, t) => (e.install =
|
|
16
|
+
}, ge = (e, t) => (e.install = Dn(e, t), e), J = T({
|
|
17
17
|
visible: !1,
|
|
18
18
|
content: "",
|
|
19
19
|
rect: {},
|
|
@@ -53,7 +53,7 @@ const dn = (e, t) => (o) => {
|
|
|
53
53
|
i(J).rawContent ? void 0 : {
|
|
54
54
|
name: "content",
|
|
55
55
|
fn: B(() => [
|
|
56
|
-
|
|
56
|
+
x("div", {
|
|
57
57
|
style: gt({ maxWidth: i(J).tipWidth || void 0, wordBreak: "break-all" })
|
|
58
58
|
}, q(i(J).content), 5)
|
|
59
59
|
]),
|
|
@@ -78,17 +78,17 @@ const dn = (e, t) => (o) => {
|
|
|
78
78
|
"3b3e28cb": u.color,
|
|
79
79
|
"2be529ce": o.value
|
|
80
80
|
}));
|
|
81
|
-
const t =
|
|
81
|
+
const t = G(() => {
|
|
82
82
|
const u = parseFloat(String(e.size));
|
|
83
83
|
return isNaN(u) ? "24px" : `${u}px`;
|
|
84
|
-
}), o =
|
|
84
|
+
}), o = G(() => {
|
|
85
85
|
const u = parseFloat(String(e.fontSize));
|
|
86
86
|
return isNaN(u) ? "14px" : `${u}px`;
|
|
87
|
-
}), n =
|
|
87
|
+
}), n = G(() => {
|
|
88
88
|
const u = String(e.content);
|
|
89
89
|
return u && e.showFirstLetter && u.length > 1 ? Array.from(u).filter(Boolean)[0] || "" : e.content || "";
|
|
90
90
|
});
|
|
91
|
-
return (u, a) => (g(),
|
|
91
|
+
return (u, a) => (g(), b("div", fn, [
|
|
92
92
|
pe(u.$slots, "default", {}, () => [
|
|
93
93
|
W(q(n.value), 1)
|
|
94
94
|
], !0)
|
|
@@ -121,9 +121,9 @@ const dn = (e, t) => (o) => {
|
|
|
121
121
|
"441450ce": t.value,
|
|
122
122
|
"0c7a2aa7": o.value
|
|
123
123
|
}));
|
|
124
|
-
const t =
|
|
125
|
-
return (n, u) => (g(),
|
|
126
|
-
|
|
124
|
+
const t = G(() => Gt(e.mb) ? `${e.mb}px` : e.mb), o = G(() => Gt(e.mt) ? `${e.mt}px` : e.mt);
|
|
125
|
+
return (n, u) => (g(), b("div", Cn, [
|
|
126
|
+
x("div", {
|
|
127
127
|
class: re([
|
|
128
128
|
"classify-title",
|
|
129
129
|
{
|
|
@@ -134,12 +134,12 @@ const dn = (e, t) => (o) => {
|
|
|
134
134
|
pe(n.$slots, "default", {}, () => [
|
|
135
135
|
W(q(n.title), 1)
|
|
136
136
|
], !0),
|
|
137
|
-
n.tips || n.$slots.tips ? (g(),
|
|
137
|
+
n.tips || n.$slots.tips ? (g(), b("span", hn, [
|
|
138
138
|
pe(n.$slots, "tips", {}, () => [
|
|
139
139
|
W(q(n.tips), 1)
|
|
140
140
|
], !0)
|
|
141
|
-
])) :
|
|
142
|
-
n.required ? (g(),
|
|
141
|
+
])) : z("", !0),
|
|
142
|
+
n.required ? (g(), b("span", An, "*")) : z("", !0)
|
|
143
143
|
], 2)
|
|
144
144
|
]));
|
|
145
145
|
}
|
|
@@ -184,11 +184,11 @@ const wn = {
|
|
|
184
184
|
disabled: { type: Boolean, default: !1 }
|
|
185
185
|
},
|
|
186
186
|
setup(e) {
|
|
187
|
-
const t = xe(), o =
|
|
187
|
+
const t = xe(), o = G(() => t.formItems.find((r) => r.prop === e.prop)), n = (r) => {
|
|
188
188
|
t.updateFormData(e.prop, fe(r));
|
|
189
189
|
}, u = () => o.value?.parseColumnEvent(() => {
|
|
190
190
|
t.emit(ie.CHANGE);
|
|
191
|
-
}) ?? {}, a =
|
|
191
|
+
}) ?? {}, a = G({
|
|
192
192
|
get() {
|
|
193
193
|
return t.activeGroupColumnsMap.get(o.value?.prop)?.dynamicExpression;
|
|
194
194
|
},
|
|
@@ -196,22 +196,22 @@ const wn = {
|
|
|
196
196
|
const l = t.activeGroupColumnsMap.get(o.value?.prop);
|
|
197
197
|
l && (l.dynamicExpression = r);
|
|
198
198
|
}
|
|
199
|
-
}), s =
|
|
199
|
+
}), s = G(() => {
|
|
200
200
|
const r = o.value?.attrs ?? {};
|
|
201
201
|
return e.disabled ? {
|
|
202
202
|
...r,
|
|
203
203
|
disabled: !0
|
|
204
204
|
} : r;
|
|
205
205
|
});
|
|
206
|
-
return (r, l) => o.value ? (g(),
|
|
206
|
+
return (r, l) => o.value ? (g(), b("div", wn, [
|
|
207
207
|
(g(), R(jt(o.value.getFormComponent), oe(s.value, {
|
|
208
208
|
"dynamic-expression": a.value,
|
|
209
|
-
"onUpdate:dynamicExpression": l[0] || (l[0] = (
|
|
209
|
+
"onUpdate:dynamicExpression": l[0] || (l[0] = (D) => a.value = D),
|
|
210
210
|
"model-value": i(t).formData[r.prop]
|
|
211
211
|
}, _e(u()), {
|
|
212
|
-
"onUpdate:modelValue": l[1] || (l[1] = (
|
|
212
|
+
"onUpdate:modelValue": l[1] || (l[1] = (D) => n(D))
|
|
213
213
|
}), null, 16, ["dynamic-expression", "model-value"]))
|
|
214
|
-
])) :
|
|
214
|
+
])) : z("", !0);
|
|
215
215
|
}
|
|
216
216
|
}), kn = /* @__PURE__ */ te(In, [["__scopeId", "data-v-78cd4e80"]]), qe = "列信息", Le = "默认筛选", Sn = "自定义筛选", Tn = 10;
|
|
217
217
|
function Gn(e) {
|
|
@@ -223,10 +223,10 @@ function Pn() {
|
|
|
223
223
|
(function(o, n) {
|
|
224
224
|
e.exports = n();
|
|
225
225
|
})(xn, (function() {
|
|
226
|
-
var o, n, u = 1e3, a = 6e4, s = 36e5, r = 864e5, l = /\[([^\]]+)]|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,
|
|
226
|
+
var o, n, u = 1e3, a = 6e4, s = 36e5, r = 864e5, l = /\[([^\]]+)]|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, D = 31536e6, d = 2628e6, m = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/, F = { years: D, months: d, days: r, hours: s, minutes: a, seconds: u, milliseconds: 1, weeks: 6048e5 }, c = function(y) {
|
|
227
227
|
return y instanceof I;
|
|
228
|
-
}, f = function(y,
|
|
229
|
-
return new I(y, v,
|
|
228
|
+
}, f = function(y, w, v) {
|
|
229
|
+
return new I(y, v, w.$l);
|
|
230
230
|
}, p = function(y) {
|
|
231
231
|
return n.p(y) + "s";
|
|
232
232
|
}, C = function(y) {
|
|
@@ -235,15 +235,15 @@ function Pn() {
|
|
|
235
235
|
return C(y) ? Math.ceil(y) : Math.floor(y);
|
|
236
236
|
}, h = function(y) {
|
|
237
237
|
return Math.abs(y);
|
|
238
|
-
}, k = function(y,
|
|
239
|
-
return y ? C(y) ? { negative: !0, format: "" + h(y) +
|
|
238
|
+
}, k = function(y, w) {
|
|
239
|
+
return y ? C(y) ? { negative: !0, format: "" + h(y) + w } : { negative: !1, format: "" + y + w } : { negative: !1, format: "" };
|
|
240
240
|
}, I = (function() {
|
|
241
241
|
function y(v, V, M) {
|
|
242
|
-
var
|
|
242
|
+
var L = this;
|
|
243
243
|
if (this.$d = {}, this.$l = M, v === void 0 && (this.$ms = 0, this.parseFromMilliseconds()), V) return f(v * F[p(V)], this);
|
|
244
244
|
if (typeof v == "number") return this.$ms = v, this.parseFromMilliseconds(), this;
|
|
245
245
|
if (typeof v == "object") return Object.keys(v).forEach((function(_) {
|
|
246
|
-
|
|
246
|
+
L.$d[p(_)] = v[_];
|
|
247
247
|
})), this.calMilliseconds(), this;
|
|
248
248
|
if (typeof v == "string") {
|
|
249
249
|
var Y = v.match(m);
|
|
@@ -256,94 +256,94 @@ function Pn() {
|
|
|
256
256
|
}
|
|
257
257
|
return this;
|
|
258
258
|
}
|
|
259
|
-
var
|
|
260
|
-
return
|
|
259
|
+
var w = y.prototype;
|
|
260
|
+
return w.calMilliseconds = function() {
|
|
261
261
|
var v = this;
|
|
262
262
|
this.$ms = Object.keys(this.$d).reduce((function(V, M) {
|
|
263
263
|
return V + (v.$d[M] || 0) * F[M];
|
|
264
264
|
}), 0);
|
|
265
|
-
},
|
|
265
|
+
}, w.parseFromMilliseconds = function() {
|
|
266
266
|
var v = this.$ms;
|
|
267
|
-
this.$d.years = A(v /
|
|
268
|
-
},
|
|
267
|
+
this.$d.years = A(v / D), v %= D, this.$d.months = A(v / d), v %= d, this.$d.days = A(v / r), v %= r, this.$d.hours = A(v / s), v %= s, this.$d.minutes = A(v / a), v %= a, this.$d.seconds = A(v / u), v %= u, this.$d.milliseconds = v;
|
|
268
|
+
}, w.toISOString = function() {
|
|
269
269
|
var v = k(this.$d.years, "Y"), V = k(this.$d.months, "M"), M = +this.$d.days || 0;
|
|
270
270
|
this.$d.weeks && (M += 7 * this.$d.weeks);
|
|
271
|
-
var
|
|
271
|
+
var L = k(M, "D"), Y = k(this.$d.hours, "H"), $ = k(this.$d.minutes, "M"), _ = this.$d.seconds || 0;
|
|
272
272
|
this.$d.milliseconds && (_ += this.$d.milliseconds / 1e3, _ = Math.round(1e3 * _) / 1e3);
|
|
273
|
-
var H = k(_, "S"), U = v.negative || V.negative ||
|
|
273
|
+
var H = k(_, "S"), U = v.negative || V.negative || L.negative || Y.negative || $.negative || H.negative, j = Y.format || $.format || H.format ? "T" : "", ue = (U ? "-" : "") + "P" + v.format + V.format + L.format + j + Y.format + $.format + H.format;
|
|
274
274
|
return ue === "P" || ue === "-P" ? "P0D" : ue;
|
|
275
|
-
},
|
|
275
|
+
}, w.toJSON = function() {
|
|
276
276
|
return this.toISOString();
|
|
277
|
-
},
|
|
277
|
+
}, w.format = function(v) {
|
|
278
278
|
var V = v || "YYYY-MM-DDTHH:mm:ss", M = { Y: this.$d.years, YY: n.s(this.$d.years, 2, "0"), YYYY: n.s(this.$d.years, 4, "0"), M: this.$d.months, MM: n.s(this.$d.months, 2, "0"), D: this.$d.days, DD: n.s(this.$d.days, 2, "0"), H: this.$d.hours, HH: n.s(this.$d.hours, 2, "0"), m: this.$d.minutes, mm: n.s(this.$d.minutes, 2, "0"), s: this.$d.seconds, ss: n.s(this.$d.seconds, 2, "0"), SSS: n.s(this.$d.milliseconds, 3, "0") };
|
|
279
|
-
return V.replace(l, (function(
|
|
280
|
-
return Y || String(M[
|
|
279
|
+
return V.replace(l, (function(L, Y) {
|
|
280
|
+
return Y || String(M[L]);
|
|
281
281
|
}));
|
|
282
|
-
},
|
|
282
|
+
}, w.as = function(v) {
|
|
283
283
|
return this.$ms / F[p(v)];
|
|
284
|
-
},
|
|
284
|
+
}, w.get = function(v) {
|
|
285
285
|
var V = this.$ms, M = p(v);
|
|
286
286
|
return M === "milliseconds" ? V %= 1e3 : V = M === "weeks" ? A(V / F[M]) : this.$d[M], V || 0;
|
|
287
|
-
},
|
|
288
|
-
var
|
|
289
|
-
return
|
|
290
|
-
},
|
|
287
|
+
}, w.add = function(v, V, M) {
|
|
288
|
+
var L;
|
|
289
|
+
return L = V ? v * F[p(V)] : c(v) ? v.$ms : f(v, this).$ms, f(this.$ms + L * (M ? -1 : 1), this);
|
|
290
|
+
}, w.subtract = function(v, V) {
|
|
291
291
|
return this.add(v, V, !0);
|
|
292
|
-
},
|
|
292
|
+
}, w.locale = function(v) {
|
|
293
293
|
var V = this.clone();
|
|
294
294
|
return V.$l = v, V;
|
|
295
|
-
},
|
|
295
|
+
}, w.clone = function() {
|
|
296
296
|
return f(this.$ms, this);
|
|
297
|
-
},
|
|
297
|
+
}, w.humanize = function(v) {
|
|
298
298
|
return o().add(this.$ms, "ms").locale(this.$l).fromNow(!v);
|
|
299
|
-
},
|
|
299
|
+
}, w.valueOf = function() {
|
|
300
300
|
return this.asMilliseconds();
|
|
301
|
-
},
|
|
301
|
+
}, w.milliseconds = function() {
|
|
302
302
|
return this.get("milliseconds");
|
|
303
|
-
},
|
|
303
|
+
}, w.asMilliseconds = function() {
|
|
304
304
|
return this.as("milliseconds");
|
|
305
|
-
},
|
|
305
|
+
}, w.seconds = function() {
|
|
306
306
|
return this.get("seconds");
|
|
307
|
-
},
|
|
307
|
+
}, w.asSeconds = function() {
|
|
308
308
|
return this.as("seconds");
|
|
309
|
-
},
|
|
309
|
+
}, w.minutes = function() {
|
|
310
310
|
return this.get("minutes");
|
|
311
|
-
},
|
|
311
|
+
}, w.asMinutes = function() {
|
|
312
312
|
return this.as("minutes");
|
|
313
|
-
},
|
|
313
|
+
}, w.hours = function() {
|
|
314
314
|
return this.get("hours");
|
|
315
|
-
},
|
|
315
|
+
}, w.asHours = function() {
|
|
316
316
|
return this.as("hours");
|
|
317
|
-
},
|
|
317
|
+
}, w.days = function() {
|
|
318
318
|
return this.get("days");
|
|
319
|
-
},
|
|
319
|
+
}, w.asDays = function() {
|
|
320
320
|
return this.as("days");
|
|
321
|
-
},
|
|
321
|
+
}, w.weeks = function() {
|
|
322
322
|
return this.get("weeks");
|
|
323
|
-
},
|
|
323
|
+
}, w.asWeeks = function() {
|
|
324
324
|
return this.as("weeks");
|
|
325
|
-
},
|
|
325
|
+
}, w.months = function() {
|
|
326
326
|
return this.get("months");
|
|
327
|
-
},
|
|
327
|
+
}, w.asMonths = function() {
|
|
328
328
|
return this.as("months");
|
|
329
|
-
},
|
|
329
|
+
}, w.years = function() {
|
|
330
330
|
return this.get("years");
|
|
331
|
-
},
|
|
331
|
+
}, w.asYears = function() {
|
|
332
332
|
return this.as("years");
|
|
333
333
|
}, y;
|
|
334
|
-
})(), P = function(y,
|
|
335
|
-
return y.add(
|
|
334
|
+
})(), P = function(y, w, v) {
|
|
335
|
+
return y.add(w.years() * v, "y").add(w.months() * v, "M").add(w.days() * v, "d").add(w.hours() * v, "h").add(w.minutes() * v, "m").add(w.seconds() * v, "s").add(w.milliseconds() * v, "ms");
|
|
336
336
|
};
|
|
337
|
-
return function(y,
|
|
338
|
-
o = v, n = v().$utils(), v.duration = function(
|
|
337
|
+
return function(y, w, v) {
|
|
338
|
+
o = v, n = v().$utils(), v.duration = function(L, Y) {
|
|
339
339
|
var $ = v.locale();
|
|
340
|
-
return f(
|
|
340
|
+
return f(L, { $l: $ }, Y);
|
|
341
341
|
}, v.isDuration = c;
|
|
342
|
-
var V =
|
|
343
|
-
|
|
344
|
-
return c(
|
|
345
|
-
},
|
|
346
|
-
return c(
|
|
342
|
+
var V = w.prototype.add, M = w.prototype.subtract;
|
|
343
|
+
w.prototype.add = function(L, Y) {
|
|
344
|
+
return c(L) ? P(this, L, 1) : V.bind(this)(L, Y);
|
|
345
|
+
}, w.prototype.subtract = function(L, Y) {
|
|
346
|
+
return c(L) ? P(this, L, -1) : M.bind(this)(L, Y);
|
|
347
347
|
};
|
|
348
348
|
};
|
|
349
349
|
}));
|
|
@@ -413,7 +413,7 @@ const kl = (e, t = "HH:mm:ss") => {
|
|
|
413
413
|
const o = co[e];
|
|
414
414
|
return typeof o == "function" ? o(...t) : void 0;
|
|
415
415
|
}, be = (e, t) => ({
|
|
416
|
-
value:
|
|
416
|
+
value: G({
|
|
417
417
|
get() {
|
|
418
418
|
return e.modelValue;
|
|
419
419
|
},
|
|
@@ -490,15 +490,15 @@ const kl = (e, t = "HH:mm:ss") => {
|
|
|
490
490
|
Te((f) => ({
|
|
491
491
|
"21c74aa6": F.value
|
|
492
492
|
}));
|
|
493
|
-
const o = e, n = t, { parseOptions: u, loadingOptions: a } = ze(o), { value: s } = be(o, n), r =
|
|
493
|
+
const o = e, n = t, { parseOptions: u, loadingOptions: a } = ze(o), { value: s } = be(o, n), r = G(() => N.omit(o.on, ["blur", "change"])), l = G(() => Be(N.omit(o, ["on", "options", "modelValue"]))), D = () => {
|
|
494
494
|
n("change", s.value);
|
|
495
495
|
};
|
|
496
|
-
let
|
|
496
|
+
let d;
|
|
497
497
|
const m = async (f) => {
|
|
498
|
-
f ?
|
|
499
|
-
}, F =
|
|
498
|
+
f ? d = fe(s.value) : (await ne(), $t(d, s.value) || D(), d = void 0), o.on.visibleChange?.(f);
|
|
499
|
+
}, F = G(() => o.width || "100%"), c = (f, p) => {
|
|
500
500
|
const C = Reflect.get(o.on, f);
|
|
501
|
-
C && C(p),
|
|
501
|
+
C && C(p), D(), d = fe(o.props.multiple ? p ?? [] : p);
|
|
502
502
|
};
|
|
503
503
|
return (f, p) => {
|
|
504
504
|
const C = S("el-cascader");
|
|
@@ -591,7 +591,7 @@ const kl = (e, t = "HH:mm:ss") => {
|
|
|
591
591
|
}),
|
|
592
592
|
emits: /* @__PURE__ */ Ie(["update:modelValue", "change"], ["update:dynamicExpression"]),
|
|
593
593
|
setup(e, { emit: t }) {
|
|
594
|
-
const o = e, n = Ge(e, "dynamicExpression"), u = t, { value: a } = be(o, u), { pushDynamicExpression: s, updateDynamicExpression: r } = zn(n), l =
|
|
594
|
+
const o = e, n = Ge(e, "dynamicExpression"), u = t, { value: a } = be(o, u), { pushDynamicExpression: s, updateDynamicExpression: r } = zn(n), l = G(
|
|
595
595
|
() => Be(
|
|
596
596
|
N.omit(o, [
|
|
597
597
|
"on",
|
|
@@ -603,30 +603,30 @@ const kl = (e, t = "HH:mm:ss") => {
|
|
|
603
603
|
"popperClass"
|
|
604
604
|
])
|
|
605
605
|
)
|
|
606
|
-
),
|
|
606
|
+
), D = G(() => {
|
|
607
607
|
if (o.useDefaultTimeToDay)
|
|
608
608
|
return [new Date(2e3, 1, 1, 0, 0, 0), new Date(2e3, 1, 1, 23, 59, 59)];
|
|
609
|
-
}),
|
|
609
|
+
}), d = (c, f) => {
|
|
610
610
|
if (!c)
|
|
611
611
|
return c;
|
|
612
612
|
const p = o.format || "", C = ve(c).format(p);
|
|
613
613
|
return o.autoAddSeconds && p === "YYYY-MM-DD HH:mm" ? `${C}:${f ? "59" : "00"}` : C;
|
|
614
|
-
}, m =
|
|
614
|
+
}, m = G(() => ({
|
|
615
615
|
...o.on,
|
|
616
616
|
"update:modelValue": (c) => {
|
|
617
617
|
const f = c ?? "";
|
|
618
618
|
if (Array.isArray(f)) {
|
|
619
619
|
const [p, C] = f;
|
|
620
|
-
u("update:modelValue", [
|
|
620
|
+
u("update:modelValue", [d(p), d(C, !0)]);
|
|
621
621
|
} else
|
|
622
|
-
u("update:modelValue",
|
|
622
|
+
u("update:modelValue", d(f, !0));
|
|
623
623
|
r();
|
|
624
624
|
},
|
|
625
625
|
/* clear 事件会触发 emit */
|
|
626
626
|
change: N.debounce(() => {
|
|
627
627
|
u("change", a.value);
|
|
628
628
|
})
|
|
629
|
-
})), F =
|
|
629
|
+
})), F = G(
|
|
630
630
|
() => o.shortcuts?.map((c) => {
|
|
631
631
|
const { value: f, text: p } = c;
|
|
632
632
|
return {
|
|
@@ -643,7 +643,7 @@ const kl = (e, t = "HH:mm:ss") => {
|
|
|
643
643
|
return g(), R(p, oe(l.value, {
|
|
644
644
|
"popper-class": `z-base-date-popper ${o.popperClass || ""}`,
|
|
645
645
|
"model-value": i(a),
|
|
646
|
-
"default-time":
|
|
646
|
+
"default-time": D.value,
|
|
647
647
|
shortcuts: F.value
|
|
648
648
|
}, _e(m.value)), null, 16, ["popper-class", "model-value", "default-time", "shortcuts"]);
|
|
649
649
|
};
|
|
@@ -712,19 +712,19 @@ const kl = (e, t = "HH:mm:ss") => {
|
|
|
712
712
|
}),
|
|
713
713
|
emits: /* @__PURE__ */ Ie(["update:modelValue", "change"], ["update:dynamicExpression"]),
|
|
714
714
|
setup(e, { emit: t }) {
|
|
715
|
-
const o = e, n = Ge(e, "dynamicExpression"), u = t, a =
|
|
715
|
+
const o = e, n = Ge(e, "dynamicExpression"), u = t, a = G(() => Be(N.omit(o, ["options", "on", "modelValue"]))), { value: s } = be(o, u), { parseOptions: r, loadingOptions: l } = ze(o, () => {
|
|
716
716
|
o.defaultSelectFirst && !s.value?.length && r.value.length && u("update:modelValue", ["", "", r.value[0]?.value ?? ""]);
|
|
717
|
-
}),
|
|
717
|
+
}), D = () => {
|
|
718
718
|
ne().then(() => {
|
|
719
719
|
u("change", s.value);
|
|
720
720
|
});
|
|
721
|
-
},
|
|
721
|
+
}, d = G({
|
|
722
722
|
get() {
|
|
723
723
|
return o.modelValue[2];
|
|
724
724
|
},
|
|
725
725
|
set(C) {
|
|
726
726
|
const [A, h] = o.modelValue;
|
|
727
|
-
s.value = [A, h, C], A && h &&
|
|
727
|
+
s.value = [A, h, C], A && h && D(), m(n.value, C);
|
|
728
728
|
}
|
|
729
729
|
}), m = (C, A) => {
|
|
730
730
|
if (C) {
|
|
@@ -735,34 +735,34 @@ const kl = (e, t = "HH:mm:ss") => {
|
|
|
735
735
|
};
|
|
736
736
|
} else
|
|
737
737
|
n.value = void 0;
|
|
738
|
-
}, F =
|
|
738
|
+
}, F = G({
|
|
739
739
|
get() {
|
|
740
740
|
return o.modelValue.slice(0, 2);
|
|
741
741
|
},
|
|
742
742
|
set(C) {
|
|
743
743
|
const A = fe(s.value), h = o.whenEmptyDateClearSelect && !C ? "" : s.value?.[2], I = [...C || ["", ""], h];
|
|
744
|
-
s.value = I, $t(A, I) ||
|
|
744
|
+
s.value = I, $t(A, I) || D();
|
|
745
745
|
}
|
|
746
|
-
}), c =
|
|
746
|
+
}), c = G(() => {
|
|
747
747
|
if (!o.disabledSelectByEmptyData)
|
|
748
748
|
return !1;
|
|
749
749
|
const [C, A] = o.modelValue;
|
|
750
750
|
return !C || !A;
|
|
751
|
-
}), f =
|
|
751
|
+
}), f = G({
|
|
752
752
|
get() {
|
|
753
753
|
return fe(n.value);
|
|
754
754
|
},
|
|
755
755
|
set(C) {
|
|
756
756
|
m(C, s.value?.[2]);
|
|
757
757
|
}
|
|
758
|
-
}), p =
|
|
758
|
+
}), p = G(() => ({
|
|
759
759
|
clearable: !1,
|
|
760
760
|
...o.selectOptions ?? {},
|
|
761
761
|
...o.selectAttrs ?? {}
|
|
762
762
|
}));
|
|
763
763
|
return (C, A) => {
|
|
764
764
|
const h = S("el-option"), k = S("el-select");
|
|
765
|
-
return g(),
|
|
765
|
+
return g(), b("div", {
|
|
766
766
|
class: re([
|
|
767
767
|
"base-date-range-and-select-group__container",
|
|
768
768
|
{
|
|
@@ -770,7 +770,7 @@ const kl = (e, t = "HH:mm:ss") => {
|
|
|
770
770
|
}
|
|
771
771
|
])
|
|
772
772
|
}, [
|
|
773
|
-
|
|
773
|
+
x("div", Zn, [
|
|
774
774
|
E(it, oe({
|
|
775
775
|
"dynamic-expression": f.value,
|
|
776
776
|
"onUpdate:dynamicExpression": A[0] || (A[0] = (I) => f.value = I),
|
|
@@ -778,10 +778,10 @@ const kl = (e, t = "HH:mm:ss") => {
|
|
|
778
778
|
"onUpdate:modelValue": A[1] || (A[1] = (I) => F.value = I)
|
|
779
779
|
}, a.value), null, 16, ["dynamic-expression", "modelValue"])
|
|
780
780
|
]),
|
|
781
|
-
|
|
781
|
+
x("div", Yn, [
|
|
782
782
|
E(k, oe({
|
|
783
|
-
modelValue:
|
|
784
|
-
"onUpdate:modelValue": A[2] || (A[2] = (I) =>
|
|
783
|
+
modelValue: d.value,
|
|
784
|
+
"onUpdate:modelValue": A[2] || (A[2] = (I) => d.value = I)
|
|
785
785
|
}, p.value ?? {}, {
|
|
786
786
|
style: { width: C.selectWidth },
|
|
787
787
|
disabled: c.value ?? C.disabled,
|
|
@@ -789,7 +789,7 @@ const kl = (e, t = "HH:mm:ss") => {
|
|
|
789
789
|
loading: i(l)
|
|
790
790
|
}), {
|
|
791
791
|
default: B(() => [
|
|
792
|
-
(g(!0),
|
|
792
|
+
(g(!0), b(K, null, se(i(r), (I) => (g(), R(h, oe({
|
|
793
793
|
key: I.value
|
|
794
794
|
}, { ref_for: !0 }, I), null, 16))), 128))
|
|
795
795
|
]),
|
|
@@ -803,10 +803,10 @@ const kl = (e, t = "HH:mm:ss") => {
|
|
|
803
803
|
name: "BaseInput",
|
|
804
804
|
__name: "BaseInput",
|
|
805
805
|
setup(e) {
|
|
806
|
-
const t = Kt(), o =
|
|
806
|
+
const t = Kt(), o = G(() => Object.keys(t));
|
|
807
807
|
return (n, u) => {
|
|
808
808
|
const a = S("el-input"), s = Fe("paste-trim");
|
|
809
|
-
return
|
|
809
|
+
return de((g(), R(a, { class: "base-input" }, ft({ _: 2 }, [
|
|
810
810
|
se(o.value, (r) => ({
|
|
811
811
|
name: r,
|
|
812
812
|
fn: B(() => [
|
|
@@ -857,7 +857,7 @@ const kl = (e, t = "HH:mm:ss") => {
|
|
|
857
857
|
},
|
|
858
858
|
emits: ["update:modelValue", "change"],
|
|
859
859
|
setup(e, { emit: t }) {
|
|
860
|
-
const o = e, n = t, { value: u } = be(o, n), a =
|
|
860
|
+
const o = e, n = t, { value: u } = be(o, n), a = G(
|
|
861
861
|
() => Be(N.omit(o, ["on", "modelValue", "precision", "max", "min"]))
|
|
862
862
|
);
|
|
863
863
|
let s = o.modelValue;
|
|
@@ -867,9 +867,9 @@ const kl = (e, t = "HH:mm:ss") => {
|
|
|
867
867
|
}, l = () => {
|
|
868
868
|
let F = "^\\d+$";
|
|
869
869
|
return o.precision && (F = `^\\d+(\\.)?(\\d{1,${o.precision}})?$`), new RegExp(F);
|
|
870
|
-
},
|
|
870
|
+
}, D = () => {
|
|
871
871
|
r(parseFloat(s)), o.on?.change?.(s), n("change", s);
|
|
872
|
-
},
|
|
872
|
+
}, d = (F) => {
|
|
873
873
|
if (typeof F != "number" && !F) {
|
|
874
874
|
r(F);
|
|
875
875
|
return;
|
|
@@ -881,16 +881,16 @@ const kl = (e, t = "HH:mm:ss") => {
|
|
|
881
881
|
}
|
|
882
882
|
const p = Number(F), C = typeof c < "u" && p < c, A = typeof f < "u" && p > f;
|
|
883
883
|
r(A ? f : C ? c : F), o.on?.input?.(s);
|
|
884
|
-
}, m =
|
|
884
|
+
}, m = G(() => N.omit(o.on, ["change", "input"]));
|
|
885
885
|
return (F, c) => {
|
|
886
886
|
const f = S("el-input"), p = Fe("paste-trim");
|
|
887
|
-
return g(),
|
|
888
|
-
|
|
887
|
+
return g(), b("div", Kn, [
|
|
888
|
+
de((g(), R(f, oe(a.value, {
|
|
889
889
|
modelValue: i(u),
|
|
890
890
|
"onUpdate:modelValue": c[0] || (c[0] = (C) => Ae(u) ? u.value = C : null)
|
|
891
891
|
}, _e(m.value), {
|
|
892
|
-
onInput:
|
|
893
|
-
onChange:
|
|
892
|
+
onInput: d,
|
|
893
|
+
onChange: D
|
|
894
894
|
}), {
|
|
895
895
|
suffix: B(() => [
|
|
896
896
|
pe(F.$slots, "suffix", {}, void 0, !0)
|
|
@@ -943,15 +943,15 @@ const Re = [], Ye = [], Bt = () => ({
|
|
|
943
943
|
const o = e, n = t, { value: u } = be(o, n), a = () => u.value?.map?.((h) => {
|
|
944
944
|
const k = parseFloat(String(h));
|
|
945
945
|
return isNaN(k) ? void 0 : k;
|
|
946
|
-
}) ?? [], s =
|
|
946
|
+
}) ?? [], s = G(() => N.omit(o.on, ["focus", "input", "change"])), r = (h) => {
|
|
947
947
|
if (Reflect.has(o.on, h)) {
|
|
948
948
|
const k = Reflect.get(o.on, h);
|
|
949
949
|
N.isFunction(k) && k(u.value);
|
|
950
950
|
}
|
|
951
|
-
}, { startAsyncTask: l, taskComplete:
|
|
952
|
-
let
|
|
951
|
+
}, { startAsyncTask: l, taskComplete: D } = Bt();
|
|
952
|
+
let d;
|
|
953
953
|
const m = () => {
|
|
954
|
-
|
|
954
|
+
d && (clearTimeout(d), D()), d = void 0;
|
|
955
955
|
}, F = () => {
|
|
956
956
|
m(), r("focus");
|
|
957
957
|
}, c = () => {
|
|
@@ -971,31 +971,31 @@ const Re = [], Ye = [], Bt = () => ({
|
|
|
971
971
|
p(f);
|
|
972
972
|
return;
|
|
973
973
|
}
|
|
974
|
-
const
|
|
974
|
+
const w = Number(h), v = typeof I < "u" && w < I, V = typeof P < "u" && w > P;
|
|
975
975
|
V || v ? (y.splice(k, 1, V ? P : I), p(y)) : f[k] = h;
|
|
976
976
|
}, A = () => {
|
|
977
|
-
l(),
|
|
978
|
-
r("change"), n("change", a()),
|
|
977
|
+
l(), d = setTimeout(() => {
|
|
978
|
+
r("change"), n("change", a()), D();
|
|
979
979
|
}, 200), p(a());
|
|
980
980
|
};
|
|
981
981
|
return He(() => {
|
|
982
982
|
m();
|
|
983
983
|
}), (h, k) => {
|
|
984
984
|
const I = S("el-input"), P = Fe("paste-trim");
|
|
985
|
-
return g(),
|
|
986
|
-
(g(),
|
|
987
|
-
|
|
985
|
+
return g(), b("div", $n, [
|
|
986
|
+
(g(), b(K, null, se([0, 1], (y) => (g(), b(K, { key: y }, [
|
|
987
|
+
de(E(I, oe({ ref_for: !0 }, y === 0 ? h.minProps : h.maxProps, {
|
|
988
988
|
modelValue: i(u)[y],
|
|
989
|
-
"onUpdate:modelValue": (
|
|
989
|
+
"onUpdate:modelValue": (w) => i(u)[y] = w,
|
|
990
990
|
disabled: h.disabled
|
|
991
991
|
}, _e(s.value), {
|
|
992
992
|
onFocus: F,
|
|
993
993
|
onChange: A,
|
|
994
|
-
onInput: (
|
|
994
|
+
onInput: (w) => C(w, y)
|
|
995
995
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "disabled", "onInput"]), [
|
|
996
996
|
[P]
|
|
997
997
|
]),
|
|
998
|
-
y === 0 ? (g(),
|
|
998
|
+
y === 0 ? (g(), b("div", eu, "至")) : z("", !0)
|
|
999
999
|
], 64))), 64))
|
|
1000
1000
|
]);
|
|
1001
1001
|
};
|
|
@@ -1018,16 +1018,16 @@ const Re = [], Ye = [], Bt = () => ({
|
|
|
1018
1018
|
},
|
|
1019
1019
|
emits: ["update:modelValue"],
|
|
1020
1020
|
setup(e, { emit: t }) {
|
|
1021
|
-
const o = e, n = t, { parseOptions: u, loadingOptions: a } = ze(o), { value: s } = be(o, n), r =
|
|
1022
|
-
return (
|
|
1021
|
+
const o = e, n = t, { parseOptions: u, loadingOptions: a } = ze(o), { value: s } = be(o, n), r = G(() => Be(xt(o, ["on", "options", "modelValue"]))), l = (D) => Be(xt(D, ["label", "leaf", "children"]));
|
|
1022
|
+
return (D, d) => {
|
|
1023
1023
|
const m = S("el-radio"), F = S("el-radio-group"), c = Fe("loading");
|
|
1024
|
-
return
|
|
1024
|
+
return de((g(), R(F, oe(r.value, {
|
|
1025
1025
|
modelValue: i(s),
|
|
1026
|
-
"onUpdate:modelValue":
|
|
1026
|
+
"onUpdate:modelValue": d[0] || (d[0] = (f) => Ae(s) ? s.value = f : null)
|
|
1027
1027
|
}), {
|
|
1028
1028
|
default: B(() => [
|
|
1029
|
-
pe(
|
|
1030
|
-
(g(!0),
|
|
1029
|
+
pe(D.$slots, "default", {}, () => [
|
|
1030
|
+
(g(!0), b(K, null, se(i(u), (f) => (g(), R(m, oe({
|
|
1031
1031
|
key: f.value
|
|
1032
1032
|
}, { ref_for: !0 }, l(f)), {
|
|
1033
1033
|
default: B(() => [
|
|
@@ -1079,22 +1079,22 @@ const Re = [], Ye = [], Bt = () => ({
|
|
|
1079
1079
|
},
|
|
1080
1080
|
emits: ["update:modelValue", "suffixClick", "change"],
|
|
1081
1081
|
setup(e, { emit: t }) {
|
|
1082
|
-
const o = e, n = t, { value: u } = be(o, n), a =
|
|
1082
|
+
const o = e, n = t, { value: u } = be(o, n), a = G(() => Be(N.omit(o, ["on", "modelValue"]))), s = (l) => {
|
|
1083
1083
|
n("update:modelValue", l), n("change", l);
|
|
1084
1084
|
}, r = () => {
|
|
1085
1085
|
n("update:modelValue", ""), n("change", "");
|
|
1086
1086
|
};
|
|
1087
|
-
return (l,
|
|
1088
|
-
const
|
|
1089
|
-
return
|
|
1087
|
+
return (l, D) => {
|
|
1088
|
+
const d = S("el-icon"), m = S("el-input"), F = Fe("paste-trim");
|
|
1089
|
+
return de((g(), R(m, oe(a.value, {
|
|
1090
1090
|
modelValue: i(u),
|
|
1091
|
-
"onUpdate:modelValue":
|
|
1091
|
+
"onUpdate:modelValue": D[0] || (D[0] = (c) => Ae(u) ? u.value = c : null),
|
|
1092
1092
|
clearable: !1,
|
|
1093
1093
|
class: "base-search-input"
|
|
1094
1094
|
}, _e(o.on), { onChange: s }), {
|
|
1095
1095
|
suffix: B(() => [
|
|
1096
|
-
|
|
1097
|
-
i(u) ? (g(), R(
|
|
1096
|
+
x("div", uu, [
|
|
1097
|
+
i(u) ? (g(), R(d, {
|
|
1098
1098
|
key: 0,
|
|
1099
1099
|
onClick: r
|
|
1100
1100
|
}, {
|
|
@@ -1102,8 +1102,8 @@ const Re = [], Ye = [], Bt = () => ({
|
|
|
1102
1102
|
E(i(oo))
|
|
1103
1103
|
]),
|
|
1104
1104
|
_: 1
|
|
1105
|
-
})) :
|
|
1106
|
-
E(
|
|
1105
|
+
})) : z("", !0),
|
|
1106
|
+
E(d, null, {
|
|
1107
1107
|
default: B(() => [
|
|
1108
1108
|
E(i(no))
|
|
1109
1109
|
]),
|
|
@@ -1174,19 +1174,19 @@ const Re = [], Ye = [], Bt = () => ({
|
|
|
1174
1174
|
},
|
|
1175
1175
|
emits: ["update:modelValue"],
|
|
1176
1176
|
setup(e, { emit: t }) {
|
|
1177
|
-
Te((
|
|
1177
|
+
Te((D) => ({
|
|
1178
1178
|
"1471bb1c": l.value
|
|
1179
1179
|
}));
|
|
1180
|
-
const o = e, n = t, { parseOptions: u, loadingOptions: a } = ze(o), { value: s } = be(o, n), r =
|
|
1181
|
-
return (
|
|
1180
|
+
const o = e, n = t, { parseOptions: u, loadingOptions: a } = ze(o), { value: s } = be(o, n), r = G(() => Be(N.omit(o, ["on", "options", "modelValue"]))), l = G(() => o.width || "100%");
|
|
1181
|
+
return (D, d) => {
|
|
1182
1182
|
const m = S("el-option"), F = S("el-select");
|
|
1183
1183
|
return g(), R(F, oe(r.value, {
|
|
1184
1184
|
modelValue: i(s),
|
|
1185
|
-
"onUpdate:modelValue":
|
|
1185
|
+
"onUpdate:modelValue": d[0] || (d[0] = (c) => Ae(s) ? s.value = c : null),
|
|
1186
1186
|
loading: i(a)
|
|
1187
|
-
}, _e(
|
|
1187
|
+
}, _e(D.on)), {
|
|
1188
1188
|
default: B(() => [
|
|
1189
|
-
(g(!0),
|
|
1189
|
+
(g(!0), b(K, null, se(i(u), (c) => (g(), R(m, oe({
|
|
1190
1190
|
key: c.value
|
|
1191
1191
|
}, { ref_for: !0 }, c), null, 16))), 128))
|
|
1192
1192
|
]),
|
|
@@ -1204,10 +1204,10 @@ const Re = [], Ye = [], Bt = () => ({
|
|
|
1204
1204
|
N.isString(o) ? t.style = `width: ${e}; ${o}` : N.isObject(o) && (o.width || (o.width = e));
|
|
1205
1205
|
}
|
|
1206
1206
|
return t;
|
|
1207
|
-
}, cu = BigInt("9223372036854775807"),
|
|
1207
|
+
}, cu = BigInt("9223372036854775807"), du = (e) => {
|
|
1208
1208
|
const t = e.replace(/[^0-9]/g, "");
|
|
1209
1209
|
return t && BigInt(t) > cu ? t.slice(0, -1) : t;
|
|
1210
|
-
},
|
|
1210
|
+
}, Du = { class: "input_icons" }, pu = /* @__PURE__ */ X({
|
|
1211
1211
|
__name: "GroupSelectInput",
|
|
1212
1212
|
props: {
|
|
1213
1213
|
selectAttrs: {},
|
|
@@ -1253,21 +1253,21 @@ const Re = [], Ye = [], Bt = () => ({
|
|
|
1253
1253
|
setup(e, { emit: t }) {
|
|
1254
1254
|
const o = e, n = t, { value: u } = be(o, n), { parseOptions: a, loadingOptions: s } = ze(o, () => {
|
|
1255
1255
|
o.defaultSelectFirst && !u.value?.length && a.value.length && n("update:modelValue", ["", a.value[0]?.value ?? ""]);
|
|
1256
|
-
}), r =
|
|
1256
|
+
}), r = G(() => {
|
|
1257
1257
|
const p = iu(o.selectWidth, o.selectAttrs);
|
|
1258
1258
|
return Object.assign({}, p);
|
|
1259
1259
|
}), l = () => {
|
|
1260
1260
|
n("change", u.value);
|
|
1261
|
-
},
|
|
1261
|
+
}, D = G(() => a.value.find((C) => C.value === u.value[1])?.placeholder ?? o.placeholder), d = G(
|
|
1262
1262
|
() => a.value.find((p) => p.value === u.value[1])
|
|
1263
1263
|
), m = (p) => {
|
|
1264
1264
|
const [, C] = u.value;
|
|
1265
1265
|
let A = p;
|
|
1266
|
-
|
|
1266
|
+
d.value?.type === "id" && (A = du(p)), n("update:modelValue", [A, C || ""]);
|
|
1267
1267
|
}, F = () => {
|
|
1268
1268
|
const p = u.value[0];
|
|
1269
1269
|
m(""), (o.changeOnSelect || p) && l();
|
|
1270
|
-
}, c =
|
|
1270
|
+
}, c = G(
|
|
1271
1271
|
() => Be(
|
|
1272
1272
|
N.omit(o, ["modelValue", "groupSelectInputAttrs", "placeholder", "options", "className", "class"])
|
|
1273
1273
|
)
|
|
@@ -1276,7 +1276,7 @@ const Re = [], Ye = [], Bt = () => ({
|
|
|
1276
1276
|
};
|
|
1277
1277
|
return (p, C) => {
|
|
1278
1278
|
const A = S("el-icon"), h = S("el-option"), k = S("el-select"), I = S("el-input"), P = Fe("paste-trim");
|
|
1279
|
-
return
|
|
1279
|
+
return de((g(), R(I, oe({
|
|
1280
1280
|
class: [
|
|
1281
1281
|
"group-select-input",
|
|
1282
1282
|
p.className || "",
|
|
@@ -1286,14 +1286,14 @@ const Re = [], Ye = [], Bt = () => ({
|
|
|
1286
1286
|
]
|
|
1287
1287
|
}, c.value, {
|
|
1288
1288
|
"model-value": i(u)[0],
|
|
1289
|
-
placeholder:
|
|
1289
|
+
placeholder: D.value,
|
|
1290
1290
|
clearable: !1,
|
|
1291
|
-
maxlength:
|
|
1291
|
+
maxlength: d.value?.maxlength ?? c.value.maxlength,
|
|
1292
1292
|
"onUpdate:modelValue": m,
|
|
1293
1293
|
onChange: l
|
|
1294
1294
|
}), {
|
|
1295
1295
|
suffix: B(() => [
|
|
1296
|
-
|
|
1296
|
+
x("div", Du, [
|
|
1297
1297
|
i(u)[0] ? (g(), R(A, {
|
|
1298
1298
|
key: 0,
|
|
1299
1299
|
onClick: f
|
|
@@ -1302,7 +1302,7 @@ const Re = [], Ye = [], Bt = () => ({
|
|
|
1302
1302
|
E(i(oo))
|
|
1303
1303
|
]),
|
|
1304
1304
|
_: 1
|
|
1305
|
-
})) :
|
|
1305
|
+
})) : z("", !0),
|
|
1306
1306
|
E(A, null, {
|
|
1307
1307
|
default: B(() => [
|
|
1308
1308
|
E(i(no))
|
|
@@ -1321,7 +1321,7 @@ const Re = [], Ye = [], Bt = () => ({
|
|
|
1321
1321
|
onChange: F
|
|
1322
1322
|
}), {
|
|
1323
1323
|
default: B(() => [
|
|
1324
|
-
(g(!0),
|
|
1324
|
+
(g(!0), b(K, null, se(i(a), (y) => (g(), R(h, oe({
|
|
1325
1325
|
key: y.value
|
|
1326
1326
|
}, { ref_for: !0 }, y), null, 16))), 128))
|
|
1327
1327
|
]),
|
|
@@ -1392,7 +1392,7 @@ const gu = (e) => ke.get(Se(e)), Fu = (e) => ke.has(Se(e)), Cu = (e) => ke.get(S
|
|
|
1392
1392
|
], he = (e, t) => {
|
|
1393
1393
|
const o = e.attrs || (e.attrs = {});
|
|
1394
1394
|
return Ko(o, t, (n, u) => n && u && je(n) && je(u) ? Ne(u, n) : n ?? u), e;
|
|
1395
|
-
},
|
|
1395
|
+
}, dt = {
|
|
1396
1396
|
[ee.RADIO]: (e) => e,
|
|
1397
1397
|
[ee.SWITCH]: (e) => e,
|
|
1398
1398
|
[ee.INPUT]: (e) => {
|
|
@@ -1510,7 +1510,7 @@ const gu = (e) => ke.get(Se(e)), Fu = (e) => ke.has(Se(e)), Cu = (e) => ke.get(S
|
|
|
1510
1510
|
);
|
|
1511
1511
|
},
|
|
1512
1512
|
[ee.DATE_RANGE_AND_SELECT_GROUP]: (e) => {
|
|
1513
|
-
const t =
|
|
1513
|
+
const t = dt[ee.DATE_RANGE](e);
|
|
1514
1514
|
return he(t, {
|
|
1515
1515
|
selectOptions: {
|
|
1516
1516
|
placeholder: "请选择"
|
|
@@ -1527,8 +1527,8 @@ const gu = (e) => ke.get(Se(e)), Fu = (e) => ke.has(Se(e)), Cu = (e) => ke.get(S
|
|
|
1527
1527
|
}
|
|
1528
1528
|
}, Eu = (e) => typeof e == "string", yu = (e) => {
|
|
1529
1529
|
const { tag: t } = e;
|
|
1530
|
-
if (eo(t) && Reflect.has(
|
|
1531
|
-
return Reflect.get(
|
|
1530
|
+
if (eo(t) && Reflect.has(dt, t))
|
|
1531
|
+
return Reflect.get(dt, t)(e);
|
|
1532
1532
|
if (Eu(t) && mo(t)) {
|
|
1533
1533
|
const o = gu(t);
|
|
1534
1534
|
if (o?.defaultPraseStrategy && to(o.defaultPraseStrategy))
|
|
@@ -1728,11 +1728,11 @@ const _u = (e) => {
|
|
|
1728
1728
|
if (Iu(e))
|
|
1729
1729
|
return ku(e, t);
|
|
1730
1730
|
const { groups: o = [], useGroup: n = qe } = e, u = [], a = ot(t, qe).columns, s = (r) => {
|
|
1731
|
-
const { groupName: l, columns:
|
|
1731
|
+
const { groupName: l, columns: D } = r, d = new Map(D.map((m) => [m.prop, m]));
|
|
1732
1732
|
u.push({
|
|
1733
1733
|
groupName: l,
|
|
1734
1734
|
columns: a.map((m) => {
|
|
1735
|
-
const { readonly: F } = m, c =
|
|
1735
|
+
const { readonly: F } = m, c = d.get(m.prop);
|
|
1736
1736
|
return c ? {
|
|
1737
1737
|
...c,
|
|
1738
1738
|
value: _t(c),
|
|
@@ -1749,7 +1749,7 @@ const _u = (e) => {
|
|
|
1749
1749
|
}, Su = { class: "advanced-filter-form__container" }, Lt = "advanced_filter_", Tu = /* @__PURE__ */ X({
|
|
1750
1750
|
__name: "AdvancedFilterForm",
|
|
1751
1751
|
setup(e) {
|
|
1752
|
-
const t = xe(), o = T(), n = T(), u =
|
|
1752
|
+
const t = xe(), o = T(), n = T(), u = G(() => {
|
|
1753
1753
|
const c = wu(t.columns);
|
|
1754
1754
|
return {
|
|
1755
1755
|
groupNames: Reflect.ownKeys(c),
|
|
@@ -1766,16 +1766,16 @@ const _u = (e) => {
|
|
|
1766
1766
|
u.value.formItems[c].forEach((p) => {
|
|
1767
1767
|
t.updateActiveGroupColumnChecked(p.prop, f);
|
|
1768
1768
|
});
|
|
1769
|
-
},
|
|
1769
|
+
}, D = (c) => !!t.activeGroupColumnsMap.get(c)?.checked, d = (c, f) => `${f ? "#" : ""}${Lt}${c}`, m = (c) => {
|
|
1770
1770
|
c.preventDefault();
|
|
1771
1771
|
}, F = (c) => {
|
|
1772
1772
|
a.value = c ? c.replace(`#${Lt}`, "") : u.value?.groupNames?.[0] ?? "";
|
|
1773
1773
|
};
|
|
1774
1774
|
return t.on(ie.UPDATE_ACTIVE_GROUP, () => {
|
|
1775
|
-
n.value?.scrollTo(
|
|
1775
|
+
n.value?.scrollTo(d(u.value.groupNames[0], !0));
|
|
1776
1776
|
}), (c, f) => {
|
|
1777
1777
|
const p = S("el-anchor-link"), C = S("el-checkbox"), A = S("el-col"), h = S("el-row"), k = S("el-form"), I = Fe("ellipsis");
|
|
1778
|
-
return g(),
|
|
1778
|
+
return g(), b("div", Su, [
|
|
1779
1779
|
E(i(an), {
|
|
1780
1780
|
ref_key: "anchorRef",
|
|
1781
1781
|
ref: n,
|
|
@@ -1790,10 +1790,10 @@ const _u = (e) => {
|
|
|
1790
1790
|
onChange: F
|
|
1791
1791
|
}, {
|
|
1792
1792
|
default: B(() => [
|
|
1793
|
-
(g(!0),
|
|
1793
|
+
(g(!0), b(K, null, se(u.value.groupNames, (P) => (g(), R(p, {
|
|
1794
1794
|
key: P,
|
|
1795
1795
|
class: re(["group-item", { "is-active": P === a.value }]),
|
|
1796
|
-
href:
|
|
1796
|
+
href: d(P, !0)
|
|
1797
1797
|
}, {
|
|
1798
1798
|
default: B(() => [
|
|
1799
1799
|
W(q(P), 1)
|
|
@@ -1803,7 +1803,7 @@ const _u = (e) => {
|
|
|
1803
1803
|
]),
|
|
1804
1804
|
_: 1
|
|
1805
1805
|
}, 8, ["container"]),
|
|
1806
|
-
|
|
1806
|
+
x("div", {
|
|
1807
1807
|
ref_key: "formContentRef",
|
|
1808
1808
|
ref: o,
|
|
1809
1809
|
class: "advanced-filter-form__content"
|
|
@@ -1816,9 +1816,9 @@ const _u = (e) => {
|
|
|
1816
1816
|
default: B(() => [
|
|
1817
1817
|
E(h, { span: 24 }, {
|
|
1818
1818
|
default: B(() => [
|
|
1819
|
-
(g(!0),
|
|
1819
|
+
(g(!0), b(K, null, se(u.value.groupNames, (P) => (g(), b(K, { key: P }, [
|
|
1820
1820
|
E(A, {
|
|
1821
|
-
id:
|
|
1821
|
+
id: d(P),
|
|
1822
1822
|
class: "advanced-filter-form__item advanced-filter-form__group-title",
|
|
1823
1823
|
span: 24
|
|
1824
1824
|
}, {
|
|
@@ -1836,7 +1836,7 @@ const _u = (e) => {
|
|
|
1836
1836
|
]),
|
|
1837
1837
|
_: 2
|
|
1838
1838
|
}, 1032, ["id"]),
|
|
1839
|
-
(g(!0),
|
|
1839
|
+
(g(!0), b(K, null, se(u.value.formItems[P], (y) => (g(), R(A, {
|
|
1840
1840
|
key: y.prop,
|
|
1841
1841
|
class: "advanced-filter-form__item",
|
|
1842
1842
|
span: 12
|
|
@@ -1844,11 +1844,11 @@ const _u = (e) => {
|
|
|
1844
1844
|
default: B(() => [
|
|
1845
1845
|
E(C, {
|
|
1846
1846
|
disabled: y.readonly,
|
|
1847
|
-
"model-value":
|
|
1848
|
-
onChange: (
|
|
1847
|
+
"model-value": D(y.prop),
|
|
1848
|
+
onChange: (w) => i(t).updateActiveGroupColumnChecked(y.prop, w)
|
|
1849
1849
|
}, {
|
|
1850
1850
|
default: B(() => [
|
|
1851
|
-
|
|
1851
|
+
de((g(), b("div", null, [
|
|
1852
1852
|
W(q(y.label), 1)
|
|
1853
1853
|
])), [
|
|
1854
1854
|
[I]
|
|
@@ -1880,41 +1880,41 @@ const _u = (e) => {
|
|
|
1880
1880
|
}, Ru = /* @__PURE__ */ X({
|
|
1881
1881
|
__name: "AdvancedFilterSelectedList",
|
|
1882
1882
|
setup(e) {
|
|
1883
|
-
const t = xe(), o =
|
|
1883
|
+
const t = xe(), o = G({
|
|
1884
1884
|
get() {
|
|
1885
1885
|
return fe(t.activeGroupSelectedColumns ?? []);
|
|
1886
1886
|
},
|
|
1887
1887
|
set(u) {
|
|
1888
1888
|
t.updateActiveGroupSelectedColumns(fe(u));
|
|
1889
1889
|
}
|
|
1890
|
-
}), n =
|
|
1890
|
+
}), n = G(
|
|
1891
1891
|
() => (u) => t.formItems.find((a) => a.prop === u)?.label ?? ""
|
|
1892
1892
|
);
|
|
1893
1893
|
return (u, a) => {
|
|
1894
1894
|
const s = S("el-icon"), r = Fe("ellipsis");
|
|
1895
|
-
return g(),
|
|
1895
|
+
return g(), b("div", xu, [
|
|
1896
1896
|
E(i(Ke), {
|
|
1897
1897
|
modelValue: o.value,
|
|
1898
1898
|
"onUpdate:modelValue": a[0] || (a[0] = (l) => o.value = l),
|
|
1899
1899
|
draggable: ".selected-item-drag"
|
|
1900
1900
|
}, {
|
|
1901
1901
|
default: B(() => [
|
|
1902
|
-
(g(!0),
|
|
1902
|
+
(g(!0), b(K, null, se(o.value, (l) => (g(), b("div", {
|
|
1903
1903
|
key: l.prop,
|
|
1904
1904
|
class: "selected-item selected-item-drag"
|
|
1905
1905
|
}, [
|
|
1906
|
-
a[1] || (a[1] =
|
|
1906
|
+
a[1] || (a[1] = x("img", {
|
|
1907
1907
|
src: Je,
|
|
1908
1908
|
alt: "... "
|
|
1909
1909
|
}, null, -1)),
|
|
1910
|
-
|
|
1910
|
+
de((g(), b("span", Pu, [
|
|
1911
1911
|
W(q(n.value(l.prop)), 1)
|
|
1912
1912
|
])), [
|
|
1913
1913
|
[r]
|
|
1914
1914
|
]),
|
|
1915
|
-
l.readonly ?
|
|
1915
|
+
l.readonly ? z("", !0) : (g(), b("div", Mu, [
|
|
1916
1916
|
E(s, {
|
|
1917
|
-
onClick: (
|
|
1917
|
+
onClick: (D) => i(t).updateActiveGroupColumnChecked(l.prop, !1)
|
|
1918
1918
|
}, {
|
|
1919
1919
|
default: B(() => [
|
|
1920
1920
|
E(i(rt))
|
|
@@ -1932,18 +1932,18 @@ const _u = (e) => {
|
|
|
1932
1932
|
}), Nu = /* @__PURE__ */ te(Ru, [["__scopeId", "data-v-56e6a2a4"]]), Vu = { class: "advanced-filter-tab__container" }, Ou = { class: "advanced-filter-tab__content advanced-filter-tab__form" }, Lu = { class: "advanced-filter-tab__content advanced-filter-tab__selected" }, Hu = { class: "title" }, Uu = /* @__PURE__ */ X({
|
|
1933
1933
|
__name: "AdvancedFilterTab",
|
|
1934
1934
|
setup(e) {
|
|
1935
|
-
const t = xe(), o =
|
|
1935
|
+
const t = xe(), o = G(
|
|
1936
1936
|
() => t.activeGroupColumns?.filter((n) => n.checked).length || 0
|
|
1937
1937
|
);
|
|
1938
|
-
return (n, u) => (g(),
|
|
1939
|
-
|
|
1940
|
-
u[1] || (u[1] =
|
|
1938
|
+
return (n, u) => (g(), b("div", Vu, [
|
|
1939
|
+
x("div", Ou, [
|
|
1940
|
+
u[1] || (u[1] = x("div", { class: "title" }, "搜索列", -1)),
|
|
1941
1941
|
E(Gu)
|
|
1942
1942
|
]),
|
|
1943
|
-
|
|
1944
|
-
|
|
1943
|
+
x("div", Lu, [
|
|
1944
|
+
x("div", Hu, [
|
|
1945
1945
|
W(" 已选 " + q(o.value) + " 个 ", 1),
|
|
1946
|
-
|
|
1946
|
+
x("div", {
|
|
1947
1947
|
class: "reset-btn",
|
|
1948
1948
|
onClick: u[0] || (u[0] = //@ts-ignore
|
|
1949
1949
|
(...a) => i(t).resetActiveGroupColumnsStatus && i(t).resetActiveGroupColumnsStatus(...a))
|
|
@@ -1969,7 +1969,7 @@ function Zu(e, t) {
|
|
|
1969
1969
|
...t
|
|
1970
1970
|
});
|
|
1971
1971
|
}
|
|
1972
|
-
function
|
|
1972
|
+
function Dt(e, t) {
|
|
1973
1973
|
const o = e.message || e.msg || e || "操作失败";
|
|
1974
1974
|
yt.error({
|
|
1975
1975
|
message: o,
|
|
@@ -2000,30 +2000,30 @@ const Yu = { class: "advanced-filter-tab-item__footer" }, Xu = /* @__PURE__ */ X
|
|
|
2000
2000
|
},
|
|
2001
2001
|
emits: ["update:modelValue"],
|
|
2002
2002
|
setup(e) {
|
|
2003
|
-
const t = Ge(e, "modelValue"), o = T(), n = xe(), u =
|
|
2003
|
+
const t = Ge(e, "modelValue"), o = T(), n = xe(), u = G(() => t.value === Le), a = T(t.value), s = async () => {
|
|
2004
2004
|
await ho(`确定删除${t.value}吗?`) && n.removeGroup(t.value);
|
|
2005
2005
|
}, r = () => {
|
|
2006
2006
|
o.value?.hide(), a.value = t.value;
|
|
2007
2007
|
}, l = () => {
|
|
2008
2008
|
if (!a.value)
|
|
2009
|
-
return
|
|
2010
|
-
if (n.groups.some((
|
|
2011
|
-
return
|
|
2009
|
+
return Dt("名称不能为空");
|
|
2010
|
+
if (n.groups.some((D) => D.groupName !== t.value && D.groupName === a.value))
|
|
2011
|
+
return Dt("名称不能重复");
|
|
2012
2012
|
n.updateGroupName(t.value, a.value), r();
|
|
2013
2013
|
};
|
|
2014
|
-
return (
|
|
2014
|
+
return (D, d) => {
|
|
2015
2015
|
const m = S("el-icon"), F = S("el-input"), c = S("el-button"), f = S("el-popover");
|
|
2016
|
-
return g(),
|
|
2016
|
+
return g(), b("div", {
|
|
2017
2017
|
class: re([
|
|
2018
2018
|
"advanced-filter-tab-item__container",
|
|
2019
2019
|
{
|
|
2020
2020
|
"is-active": t.value === i(n).activeGroupName
|
|
2021
2021
|
}
|
|
2022
2022
|
]),
|
|
2023
|
-
onClick:
|
|
2023
|
+
onClick: d[1] || (d[1] = ye((p) => i(n).updateActiveGroup(t.value, !0), ["stop"]))
|
|
2024
2024
|
}, [
|
|
2025
2025
|
W(q(t.value) + " ", 1),
|
|
2026
|
-
u.value ?
|
|
2026
|
+
u.value ? z("", !0) : (g(), R(f, {
|
|
2027
2027
|
key: 0,
|
|
2028
2028
|
ref_key: "popoverRef",
|
|
2029
2029
|
ref: o,
|
|
@@ -2042,14 +2042,14 @@ const Yu = { class: "advanced-filter-tab-item__footer" }, Xu = /* @__PURE__ */ X
|
|
|
2042
2042
|
default: B(() => [
|
|
2043
2043
|
E(F, {
|
|
2044
2044
|
modelValue: a.value,
|
|
2045
|
-
"onUpdate:modelValue":
|
|
2045
|
+
"onUpdate:modelValue": d[0] || (d[0] = (p) => a.value = p),
|
|
2046
2046
|
placeholder: "请输入分组名称",
|
|
2047
2047
|
maxlength: "8",
|
|
2048
2048
|
"show-word-limit": ""
|
|
2049
2049
|
}, null, 8, ["modelValue"]),
|
|
2050
|
-
|
|
2050
|
+
x("div", Yu, [
|
|
2051
2051
|
E(c, { onClick: r }, {
|
|
2052
|
-
default: B(() => [...
|
|
2052
|
+
default: B(() => [...d[2] || (d[2] = [
|
|
2053
2053
|
W("取消", -1)
|
|
2054
2054
|
])]),
|
|
2055
2055
|
_: 1
|
|
@@ -2058,7 +2058,7 @@ const Yu = { class: "advanced-filter-tab-item__footer" }, Xu = /* @__PURE__ */ X
|
|
|
2058
2058
|
type: "primary",
|
|
2059
2059
|
onClick: l
|
|
2060
2060
|
}, {
|
|
2061
|
-
default: B(() => [...
|
|
2061
|
+
default: B(() => [...d[3] || (d[3] = [
|
|
2062
2062
|
W("确认", -1)
|
|
2063
2063
|
])]),
|
|
2064
2064
|
_: 1
|
|
@@ -2067,7 +2067,7 @@ const Yu = { class: "advanced-filter-tab-item__footer" }, Xu = /* @__PURE__ */ X
|
|
|
2067
2067
|
]),
|
|
2068
2068
|
_: 1
|
|
2069
2069
|
}, 512)),
|
|
2070
|
-
u.value ?
|
|
2070
|
+
u.value ? z("", !0) : (g(), R(m, {
|
|
2071
2071
|
key: 1,
|
|
2072
2072
|
onClick: ye(s, ["stop"])
|
|
2073
2073
|
}, {
|
|
@@ -2085,10 +2085,10 @@ const Yu = { class: "advanced-filter-tab-item__footer" }, Xu = /* @__PURE__ */ X
|
|
|
2085
2085
|
const t = xe();
|
|
2086
2086
|
return (o, n) => {
|
|
2087
2087
|
const u = S("el-button");
|
|
2088
|
-
return g(),
|
|
2089
|
-
|
|
2090
|
-
n[2] || (n[2] =
|
|
2091
|
-
(g(!0),
|
|
2088
|
+
return g(), b("div", ju, [
|
|
2089
|
+
x("div", Ku, [
|
|
2090
|
+
n[2] || (n[2] = x("div", { class: "title" }, "常用筛选", -1)),
|
|
2091
|
+
(g(!0), b(K, null, se(i(t).groups, (a) => (g(), b("div", {
|
|
2092
2092
|
key: a.groupName,
|
|
2093
2093
|
class: "advanced-content__tabs"
|
|
2094
2094
|
}, [
|
|
@@ -2108,9 +2108,9 @@ const Yu = { class: "advanced-filter-tab-item__footer" }, Xu = /* @__PURE__ */ X
|
|
|
2108
2108
|
W("添加自定义筛选", -1)
|
|
2109
2109
|
])]),
|
|
2110
2110
|
_: 1
|
|
2111
|
-
}, 8, ["icon"])) :
|
|
2111
|
+
}, 8, ["icon"])) : z("", !0)
|
|
2112
2112
|
]),
|
|
2113
|
-
i(t).groups.length ? (g(), R(Qu, { key: 0 })) :
|
|
2113
|
+
i(t).groups.length ? (g(), R(Qu, { key: 0 })) : z("", !0)
|
|
2114
2114
|
]);
|
|
2115
2115
|
};
|
|
2116
2116
|
}
|
|
@@ -2278,13 +2278,13 @@ class Ao {
|
|
|
2278
2278
|
groups: t.map(
|
|
2279
2279
|
({ groupName: n, columns: u }) => ({
|
|
2280
2280
|
groupName: n,
|
|
2281
|
-
columns: u.map(({ prop: a, sort: s, value: r, checked: l, dynamicExpression:
|
|
2281
|
+
columns: u.map(({ prop: a, sort: s, value: r, checked: l, dynamicExpression: D }) => ({
|
|
2282
2282
|
prop: a,
|
|
2283
2283
|
/* 有sort存在则代表是勾选的数据 */
|
|
2284
2284
|
sort: s,
|
|
2285
2285
|
/* 如果有动态数据,则不保存原 value/dynamicExpression */
|
|
2286
|
-
value: l ?
|
|
2287
|
-
dynamicExpression: l ?
|
|
2286
|
+
value: l ? D ? void 0 : r : void 0,
|
|
2287
|
+
dynamicExpression: l ? D : void 0
|
|
2288
2288
|
}))
|
|
2289
2289
|
})
|
|
2290
2290
|
),
|
|
@@ -2619,7 +2619,7 @@ class vo {
|
|
|
2619
2619
|
for (let a = 0; a < u; ++a) {
|
|
2620
2620
|
const { tag: s, prop: r } = this.columns[a];
|
|
2621
2621
|
if (s && r) {
|
|
2622
|
-
const l = Reflect.get(t, r),
|
|
2622
|
+
const l = Reflect.get(t, r), D = Reflect.get(this.formData, r);
|
|
2623
2623
|
if (Reflect.has(t, r)) {
|
|
2624
2624
|
this.updateFormData(r, l);
|
|
2625
2625
|
continue;
|
|
@@ -2628,15 +2628,15 @@ class vo {
|
|
|
2628
2628
|
this.updateFormData(r, void 0);
|
|
2629
2629
|
continue;
|
|
2630
2630
|
}
|
|
2631
|
-
const
|
|
2631
|
+
const d = n || (() => {
|
|
2632
2632
|
});
|
|
2633
2633
|
if (o === "custom") {
|
|
2634
|
-
this.updateFormData(r,
|
|
2634
|
+
this.updateFormData(r, d(r, D));
|
|
2635
2635
|
continue;
|
|
2636
2636
|
}
|
|
2637
2637
|
if (o === "auto") {
|
|
2638
2638
|
const m = Reflect.get(ua, s);
|
|
2639
|
-
m && N.isFunction(m) ? this.updateFormData(r, m(
|
|
2639
|
+
m && N.isFunction(m) ? this.updateFormData(r, m(D)) : this.updateFormData(r, d(r, D));
|
|
2640
2640
|
}
|
|
2641
2641
|
}
|
|
2642
2642
|
}
|
|
@@ -2834,8 +2834,8 @@ const sa = {
|
|
|
2834
2834
|
), await ne()), n.value?.emit(ie.SAVE_CONFIG), e.formBuilder.emit(ie.SAVE_CONFIG), zu("操作成功");
|
|
2835
2835
|
});
|
|
2836
2836
|
});
|
|
2837
|
-
}, [
|
|
2838
|
-
|
|
2837
|
+
}, [D, d] = pt(), m = (F) => {
|
|
2838
|
+
d(async () => {
|
|
2839
2839
|
o(
|
|
2840
2840
|
new aa([], {
|
|
2841
2841
|
pageId: e.formBuilder.config.pageId
|
|
@@ -2846,7 +2846,7 @@ const sa = {
|
|
|
2846
2846
|
});
|
|
2847
2847
|
};
|
|
2848
2848
|
return e.formBuilder.on(ie.OPEN_CONFIG_DIALOG, (F) => {
|
|
2849
|
-
|
|
2849
|
+
D.value = !0, t.value = !0, setTimeout(() => {
|
|
2850
2850
|
m(F);
|
|
2851
2851
|
});
|
|
2852
2852
|
}), (F, c) => {
|
|
@@ -2882,21 +2882,21 @@ const sa = {
|
|
|
2882
2882
|
}, 8, ["loading"])
|
|
2883
2883
|
]),
|
|
2884
2884
|
default: B(() => [
|
|
2885
|
-
i(
|
|
2886
|
-
|
|
2885
|
+
i(D) ? (g(), b("div", sa, [
|
|
2886
|
+
x("div", la, [
|
|
2887
2887
|
E(f, { class: "is-loading" }, {
|
|
2888
2888
|
default: B(() => [
|
|
2889
2889
|
E(i($o))
|
|
2890
2890
|
]),
|
|
2891
2891
|
_: 1
|
|
2892
2892
|
}),
|
|
2893
|
-
c[1] || (c[1] =
|
|
2893
|
+
c[1] || (c[1] = x("div", { class: "text" }, "加载中", -1))
|
|
2894
2894
|
])
|
|
2895
|
-
])) :
|
|
2896
|
-
i(n) && t.value && !i(
|
|
2895
|
+
])) : z("", !0),
|
|
2896
|
+
i(n) && t.value && !i(D) ? (g(), R(Ju, {
|
|
2897
2897
|
key: 1,
|
|
2898
2898
|
"advanced-form-builder": i(n)
|
|
2899
|
-
}, null, 8, ["advanced-form-builder"])) :
|
|
2899
|
+
}, null, 8, ["advanced-form-builder"])) : z("", !0)
|
|
2900
2900
|
]),
|
|
2901
2901
|
_: 1
|
|
2902
2902
|
}, 8, ["modelValue"]);
|
|
@@ -2908,7 +2908,7 @@ const sa = {
|
|
|
2908
2908
|
A && Reflect.set(n.value, A, p);
|
|
2909
2909
|
}, a = T(!1), s = () => {
|
|
2910
2910
|
a.value = !a.value;
|
|
2911
|
-
}, r = T(!1), l = T([]),
|
|
2911
|
+
}, r = T(!1), l = T([]), D = 5, d = async () => {
|
|
2912
2912
|
if (po(t.value?.$el))
|
|
2913
2913
|
return;
|
|
2914
2914
|
e.hiddenProps.clear();
|
|
@@ -2925,7 +2925,7 @@ const sa = {
|
|
|
2925
2925
|
const P = p.get(I);
|
|
2926
2926
|
if (P) {
|
|
2927
2927
|
const { top: y } = P.getBoundingClientRect() ?? {};
|
|
2928
|
-
h ? Math.abs(y - h) >
|
|
2928
|
+
h ? Math.abs(y - h) > D ? e.hiddenProps.add(I) : e.hiddenProps.delete(I) : (h = y, e.hiddenProps.delete(I));
|
|
2929
2929
|
} else
|
|
2930
2930
|
e.hiddenProps.add(I);
|
|
2931
2931
|
}
|
|
@@ -2936,7 +2936,7 @@ const sa = {
|
|
|
2936
2936
|
if (C && A) {
|
|
2937
2937
|
const h = p.get(C.prop), k = p.get(A.prop);
|
|
2938
2938
|
if (h && k) {
|
|
2939
|
-
const { top: I } = h.getBoundingClientRect() ?? {}, { top: P } = k.getBoundingClientRect() ?? {}, y = Math.abs(I - P) >
|
|
2939
|
+
const { top: I } = h.getBoundingClientRect() ?? {}, { top: P } = k.getBoundingClientRect() ?? {}, y = Math.abs(I - P) > D;
|
|
2940
2940
|
r.value = !y;
|
|
2941
2941
|
}
|
|
2942
2942
|
h && !k && (r.value = !1);
|
|
@@ -2950,7 +2950,7 @@ const sa = {
|
|
|
2950
2950
|
sort: p.sort
|
|
2951
2951
|
})).concat([e.config.hideExpandBtn, a.value]),
|
|
2952
2952
|
() => {
|
|
2953
|
-
!e.config.hideExpandBtn && e.columns &&
|
|
2953
|
+
!e.config.hideExpandBtn && e.columns && d(), t.value && n.value && e.formInstanceManagement.init(t, n);
|
|
2954
2954
|
},
|
|
2955
2955
|
{ flush: "post", deep: !0 }
|
|
2956
2956
|
);
|
|
@@ -2966,7 +2966,7 @@ const sa = {
|
|
|
2966
2966
|
} else
|
|
2967
2967
|
e.columnManagement.showAllFormItems();
|
|
2968
2968
|
o.value = !1, await ne(), e.config.hideExpandBtn ? F() : (c = new ResizeObserver(() => {
|
|
2969
|
-
m && requestAnimationFrame(
|
|
2969
|
+
m && requestAnimationFrame(d);
|
|
2970
2970
|
}), t.value && c.observe(t.value.$el));
|
|
2971
2971
|
};
|
|
2972
2972
|
return Qo(() => {
|
|
@@ -2990,7 +2990,7 @@ const sa = {
|
|
|
2990
2990
|
colRefs: l,
|
|
2991
2991
|
loadingConfigColumns: o
|
|
2992
2992
|
};
|
|
2993
|
-
}, ca = { class: "base-form__body" },
|
|
2993
|
+
}, ca = { class: "base-form__body" }, da = /* @__PURE__ */ X({
|
|
2994
2994
|
name: "ZForm",
|
|
2995
2995
|
__name: "index",
|
|
2996
2996
|
props: {
|
|
@@ -2998,7 +2998,7 @@ const sa = {
|
|
|
2998
2998
|
},
|
|
2999
2999
|
emits: ["change"],
|
|
3000
3000
|
setup(e, { emit: t }) {
|
|
3001
|
-
const o = t, { baseFormRef: n, isExpand: u, autoHiddenExpand: a, colRefs: s, loadingConfigColumns: r, collectionRef: l, updateExpand:
|
|
3001
|
+
const o = t, { baseFormRef: n, isExpand: u, autoHiddenExpand: a, colRefs: s, loadingConfigColumns: r, collectionRef: l, updateExpand: D } = ia(e.formBuilder), { configManagement: d, config: m } = e.formBuilder, F = (C, A) => A ? eo(A) ? `${Object.keys(C).reduce((k, I) => (k.push(`${I}:${Reflect.get(C, I)}`), k), []).join(";")} ${A}` : { ...C, ...A } : C, c = G(
|
|
3002
3002
|
() => (C) => C.parseColumnEvent((...A) => {
|
|
3003
3003
|
e.formBuilder.emit(ie.CHANGE), o("change", ...A);
|
|
3004
3004
|
})
|
|
@@ -3010,9 +3010,9 @@ const sa = {
|
|
|
3010
3010
|
return e.formBuilder.on(ie.SAVE_CONFIG, async () => {
|
|
3011
3011
|
e.formBuilder.resetFormDataByActiveGroup(), e.formBuilder.emit(ie.CHANGE), await ne(), p();
|
|
3012
3012
|
}), e.formBuilder.on(ie.UPDATE_ACTIVE_GROUP, p), (C, A) => {
|
|
3013
|
-
const h = S("el-form-item"), k = S("el-col"), I = S("el-row"), P = S("el-form"), y = S("el-icon"),
|
|
3014
|
-
return g(),
|
|
3015
|
-
|
|
3013
|
+
const h = S("el-form-item"), k = S("el-col"), I = S("el-row"), P = S("el-form"), y = S("el-icon"), w = Fe("loading");
|
|
3014
|
+
return g(), b(K, null, [
|
|
3015
|
+
x("div", {
|
|
3016
3016
|
class: re([
|
|
3017
3017
|
"base-form__container z-form",
|
|
3018
3018
|
i(m).className || "",
|
|
@@ -3020,23 +3020,23 @@ const sa = {
|
|
|
3020
3020
|
C.formBuilder.getShowColumns.length ? "base-form__has-columns" : ""
|
|
3021
3021
|
])
|
|
3022
3022
|
}, [
|
|
3023
|
-
|
|
3024
|
-
i(r) ?
|
|
3023
|
+
de((g(), b("div", ca, [
|
|
3024
|
+
i(r) ? z("", !0) : (g(), R(P, oe({
|
|
3025
3025
|
key: 0,
|
|
3026
3026
|
ref_key: "baseFormRef",
|
|
3027
3027
|
ref: n,
|
|
3028
3028
|
class: "base-form__form"
|
|
3029
|
-
}, i(
|
|
3029
|
+
}, i(d).getFormAttrs, {
|
|
3030
3030
|
model: C.formBuilder.formData,
|
|
3031
3031
|
onSubmit: A[0] || (A[0] = ye(() => {
|
|
3032
3032
|
}, ["prevent"]))
|
|
3033
3033
|
}), {
|
|
3034
3034
|
default: B(() => [
|
|
3035
|
-
E(I, oe({ class: "base-form__row" }, i(
|
|
3035
|
+
E(I, oe({ class: "base-form__row" }, i(d).getRowAttrs, {
|
|
3036
3036
|
style: F({ marginLeft: "0", marginRight: "0" }, i(m).rowAttrs?.style)
|
|
3037
3037
|
}), {
|
|
3038
3038
|
default: B(() => [
|
|
3039
|
-
(g(!0),
|
|
3039
|
+
(g(!0), b(K, null, se(C.formBuilder.getShowColumns, (v) => (g(), R(k, oe({ ref_for: !0 }, v.elColAttrs ?? {}, {
|
|
3040
3040
|
key: v.prop,
|
|
3041
3041
|
ref_for: !0,
|
|
3042
3042
|
ref_key: "colRefs",
|
|
@@ -3071,15 +3071,15 @@ const sa = {
|
|
|
3071
3071
|
_: 1
|
|
3072
3072
|
}, 16, ["model"]))
|
|
3073
3073
|
])), [
|
|
3074
|
-
[
|
|
3074
|
+
[w, i(r)]
|
|
3075
3075
|
]),
|
|
3076
|
-
i(m).hideExpandBtn ?
|
|
3077
|
-
i(a) ?
|
|
3076
|
+
i(m).hideExpandBtn ? z("", !0) : (g(), b(K, { key: 0 }, [
|
|
3077
|
+
i(a) ? z("", !0) : (g(), b("div", {
|
|
3078
3078
|
key: 0,
|
|
3079
3079
|
class: re(["expand-btn", { "expand-btn__expand": i(u) }]),
|
|
3080
3080
|
style: gt({ display: C.formBuilder.getShowColumns.length ? "" : "none" }),
|
|
3081
3081
|
onClick: A[1] || (A[1] = //@ts-ignore
|
|
3082
|
-
(...v) => i(
|
|
3082
|
+
(...v) => i(D) && i(D)(...v))
|
|
3083
3083
|
}, [
|
|
3084
3084
|
E(y, null, {
|
|
3085
3085
|
default: B(() => [
|
|
@@ -3095,7 +3095,7 @@ const sa = {
|
|
|
3095
3095
|
], 64);
|
|
3096
3096
|
};
|
|
3097
3097
|
}
|
|
3098
|
-
}),
|
|
3098
|
+
}), Da = /* @__PURE__ */ te(da, [["__scopeId", "data-v-ea0a1557"]]), pa = ge(Da, "ZForm"), ma = { class: "z-base-step__step" }, fa = ["onClick"], ga = { class: "z-base-step__step-item__content" }, Fa = {
|
|
3099
3099
|
key: 0,
|
|
3100
3100
|
class: "z-base-step__step-line"
|
|
3101
3101
|
}, Ca = /* @__PURE__ */ X({
|
|
@@ -3114,13 +3114,13 @@ const sa = {
|
|
|
3114
3114
|
const o = Ge(e, "modelValue"), n = t;
|
|
3115
3115
|
return Ue(() => {
|
|
3116
3116
|
!o.value && e.steps.length && (o.value = e.steps[0].value);
|
|
3117
|
-
}), (u, a) => (g(),
|
|
3118
|
-
(g(!0),
|
|
3117
|
+
}), (u, a) => (g(), b("div", ma, [
|
|
3118
|
+
(g(!0), b(K, null, se(u.steps, (s, r) => (g(), b("div", {
|
|
3119
3119
|
key: s.value,
|
|
3120
3120
|
class: re(["z-base-step__step-item", { "is-active": s.value === o.value }]),
|
|
3121
3121
|
onClick: (l) => n("change", s.value)
|
|
3122
3122
|
}, [
|
|
3123
|
-
|
|
3123
|
+
x("div", ga, [
|
|
3124
3124
|
E(so, {
|
|
3125
3125
|
class: "circle__container",
|
|
3126
3126
|
size: "32px",
|
|
@@ -3128,7 +3128,7 @@ const sa = {
|
|
|
3128
3128
|
}, null, 8, ["content"]),
|
|
3129
3129
|
W(" " + q(s.label), 1)
|
|
3130
3130
|
]),
|
|
3131
|
-
r !== u.steps.length - 1 ? (g(),
|
|
3131
|
+
r !== u.steps.length - 1 ? (g(), b("div", Fa)) : z("", !0)
|
|
3132
3132
|
], 10, fa))), 128))
|
|
3133
3133
|
]));
|
|
3134
3134
|
}
|
|
@@ -3167,7 +3167,7 @@ const sa = {
|
|
|
3167
3167
|
},
|
|
3168
3168
|
emits: ["update:modelValue"],
|
|
3169
3169
|
setup(e) {
|
|
3170
|
-
const t = Ge(e, "modelValue"), o =
|
|
3170
|
+
const t = Ge(e, "modelValue"), o = G(() => t.value ? Array.isArray(t.value) ? t.value : [t.value] : []), n = T(), u = T(!1);
|
|
3171
3171
|
let a;
|
|
3172
3172
|
return ht(() => {
|
|
3173
3173
|
!a && n.value && (a = new ResizeObserver(() => {
|
|
@@ -3178,58 +3178,58 @@ const sa = {
|
|
|
3178
3178
|
}), At(() => {
|
|
3179
3179
|
a?.disconnect();
|
|
3180
3180
|
}), (s, r) => {
|
|
3181
|
-
const l = S("el-tag"),
|
|
3182
|
-
return g(),
|
|
3181
|
+
const l = S("el-tag"), D = S("el-tooltip");
|
|
3182
|
+
return g(), b("div", Ba, [E(D, {
|
|
3183
3183
|
disabled: !o.value.length || !u.value,
|
|
3184
3184
|
effect: "light",
|
|
3185
3185
|
placement: "top",
|
|
3186
3186
|
"popper-class": "z-show-to-tags__tooltip"
|
|
3187
3187
|
}, {
|
|
3188
|
-
content: B(() => [
|
|
3189
|
-
key:
|
|
3188
|
+
content: B(() => [x("div", wa, [(g(!0), b(K, null, se(o.value, (d) => (g(), R(l, {
|
|
3189
|
+
key: d,
|
|
3190
3190
|
type: "primary"
|
|
3191
3191
|
}, {
|
|
3192
|
-
default: B(() => [W(q(
|
|
3192
|
+
default: B(() => [W(q(d), 1)]),
|
|
3193
3193
|
_: 2
|
|
3194
3194
|
}, 1024))), 128))])]),
|
|
3195
|
-
default: B(() => [
|
|
3195
|
+
default: B(() => [x("div", _a, [x("div", {
|
|
3196
3196
|
ref_key: "contentRef",
|
|
3197
3197
|
ref: n,
|
|
3198
3198
|
class: "z-show-to-tags__content"
|
|
3199
|
-
}, q(o.value?.join("、")), 513), u.value && o.value.length ? (g(),
|
|
3199
|
+
}, q(o.value?.join("、")), 513), u.value && o.value.length ? (g(), b("div", ba, "+" + q(o.value.length), 1)) : z("", !0)])]),
|
|
3200
3200
|
_: 1
|
|
3201
3201
|
}, 8, ["disabled"])]);
|
|
3202
3202
|
};
|
|
3203
3203
|
}
|
|
3204
3204
|
}), ka = /* @__PURE__ */ te(Ia, [["__scopeId", "data-v-2c568d65"]]), Sa = ge(ka, "ZShowToTags"), Ta = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAACQElEQVR4Xu2YzXGDMBCFXUJKoISU4AYAHYH4wCUZID7QQdKB3UHcgdOBS6EESki0DGDpgYyQUOJk+GZ0gdXqod3VD5vNyso/h7Hyge32W3x+N5C4MM4vQZLXQZx/saj00OZX6QVycWLzkyJFWySIXw/UV9VYnDPsMxsKcZgUHyjw2ooj9kHGPrBvSfaO9rNhUeZxZxU6D3nY+eBnP8lS+hDshyiFuhQZxNlRR5yIQmhNY6DtLEgIiuSDVdzxFm11UAilVs39aAnMyVakh3a6iEIpbSTffCy014LybkmRRC+U5yT5Ip/iGGxnECkKh+QkeX5Em7k0QoXCoRSCybgI5tP4fD2THJiGBRjLbSpK41kN4+IsdbYM+S1Y2hSs2ay6mM1bwGpQa60ALNpLecOi6a3RFixcrfDz/baUhboLe0e7qfRj8hop0WYAJje+d4W8rk6fGyg/T4LQCt+7gsbqxtWqiz8kVAp9je9dIYypF/phMbk/uRsVE25rOid3W8yWp5RO8tcKnLVTGIKnNHyvBM+NWjuFIRj2IMo+0UYJhj94yg9jNvjMBJzN2Re8wawKeRNExdsSKUFHR3EMOp+izSSDWW0PziSydWoltA15JU2G6bkCt9PuZ4Ot0DGRWou8imYFGL2BmgulHxgDkbaXO6K528BFzERoe6M9jPixvos1dDmJTUcoiaMNAwvzx0TqCh3kuNSyk3W4CT9+YSRG1eiHF/ZBcGvsPnCpNXgxul2n/Ud1fwJFSNwiIV5ZuXO+AeSMxwCzcroLAAAAAElFTkSuQmCC", Ga = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAABdUlEQVR4Xu2V0W3DIBCGM0JG6CheIPY9RcbyQx7B6oM3SEboBu0GHaEjdASP0BFajhhKzlgl5VJV7X0SinX4hy8G481GEM7U3XCqlXl3zV7T/lsRzwu9rmj/AhH9gh8V5cqKqIcrK6IerqyIeriyIurhyhaJAozbRpmXWg2voMwYRQJr2ZidMmD7p0YNzzimr7OJNt3wGOpKP0SRwFo2BrP+Hhwz1DlE48HdE42eREwqS4HDuMUxqGyxaN3qY44kQrO030NlXa5I1O4lf9105m3XG4D+vqItmZ1F8Y/R+7HhXsUxU3N9RzS3TYts2DafArntT4uGSXCZ7LEE0Opq0eZ9mxJFFvdji5Z+/g1zXS+K17d4meDyZYK9lXZndIGoqyn9lCObylIWkq0+YJ1F1NUvZHkO/LrTJ19nE8WzDz97tj7hUkWRwFo2Bj+/VBJhE80hN2uX+47WfqVoChFNUZIV0RQlWRFNUZIVUW5ElJurRYX/wgexw+vYgAE1fgAAAABJRU5ErkJggg==", Ht = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAB00lEQVR4Xu1Y0ZGCMBC1hCvBEizhSrgSLIEOpAR/GAw6gx1cCZZgCZRgCXf7xoRZH+ESDxL94M28EZPd5LGEzZLVasGCedC27Rrk9rdAXdfbpmkuxpib8McRbcIt22dHVVUbEdRpcSPs5GbW7J8FVuRDBAO8SXQ3PE5SIDqIkkdIK7+F5RltbJM1slZQLwBrUV6gD7aDKOn7Zlu2SwIbTR2ljm0YIu6qfWSMT7aZHeb+WHWEgusOwujmCraZHfQog9F0gK26uZb7Z4fNl0+vt//6BXE8HvG48JhLYh8Ze839Ywz5FU9nBBG5U4NmJeZmPV7YSA4GyMmorHA4HPbsmJun02nPugYw9x3FOUW/1VOBudy8UVlhERpAVqEqpRW45v6/kEUoSj7ez51/bG5MLtQWKVzOaUaVdsmF6q1xjDFbZlKhqEFJ0BVttg59WAq+elUjqVDexfSOIv+/xvp8SCpUBsR3Uy9GWLo+Q3XrS4UCZviJ3GIL1G2R4yQXWpKoASWaJfsxkgsFRIj2YZFntvchi1Cgvp+W9G86UlLzxClJNqFTsQidG1OFIvWUmdinuVihD4n6RQwfUNj9u/M452J0aegOty6eQZISc0aLXLDgzfALQFYngxmEg2kAAAAASUVORK5CYII=", xa = (e) => {
|
|
3205
|
-
const t = T(""), o = T(!0), n = T(i(e.groupName) || ""), u = T([]), a = T([]), s = T([]), r = T({}), l =
|
|
3205
|
+
const t = T(""), o = T(!0), n = T(i(e.groupName) || ""), u = T([]), a = T([]), s = T([]), r = T({}), l = G(() => Object.keys(r.value) ?? []), D = G(
|
|
3206
3206
|
() => (_) => r.value[_]
|
|
3207
|
-
),
|
|
3207
|
+
), d = (_ = r.value) => {
|
|
3208
3208
|
const H = [];
|
|
3209
3209
|
return l.value.forEach((U) => {
|
|
3210
3210
|
H.push(..._[U]);
|
|
3211
3211
|
}), H;
|
|
3212
|
-
}, m =
|
|
3212
|
+
}, m = G(() => (_) => {
|
|
3213
3213
|
const H = r.value[_], U = H.filter((j) => j.checked).length;
|
|
3214
3214
|
return !!U && U < H.length;
|
|
3215
3215
|
}), F = (_, H = {}) => {
|
|
3216
|
-
const U =
|
|
3216
|
+
const U = d(e.initialGroupData).find((j) => j.prop === _.prop);
|
|
3217
3217
|
return U && Object.assign(_, U, H), _;
|
|
3218
3218
|
}, c = (_) => {
|
|
3219
3219
|
a.value = [];
|
|
3220
|
-
const H = [], U = [], j = new Map(_.map((ae) => [ae.prop, ae])), ue = (ae,
|
|
3221
|
-
|
|
3220
|
+
const H = [], U = [], j = new Map(_.map((ae) => [ae.prop, ae])), ue = (ae, De, Q) => {
|
|
3221
|
+
De && (Q?.fixed ? H.push(F(ae, { fixed: Q.fixed })) : U.push(ae)), ae.checked = !!De;
|
|
3222
3222
|
};
|
|
3223
|
-
|
|
3224
|
-
const
|
|
3225
|
-
ae.readonly ? a.value.push(F(ae, { fixed: ae.fixed })) : ue(ae,
|
|
3223
|
+
d(r.value).forEach((ae) => {
|
|
3224
|
+
const De = j.get(ae.prop);
|
|
3225
|
+
ae.readonly ? a.value.push(F(ae, { fixed: ae.fixed })) : ue(ae, De ? De.checked : ae.checked, De);
|
|
3226
3226
|
}), u.value = H, s.value = e.hasLockColumns ? U : H.concat(U);
|
|
3227
3227
|
}, f = (_, H) => {
|
|
3228
3228
|
r.value[H].forEach((j) => {
|
|
3229
3229
|
j.readonly ? j.checked = !0 : j.checked = _;
|
|
3230
|
-
}), c(
|
|
3231
|
-
}, p =
|
|
3232
|
-
() =>
|
|
3230
|
+
}), c(d());
|
|
3231
|
+
}, p = G(
|
|
3232
|
+
() => d().filter((_) => _.checked || _.readonly).length
|
|
3233
3233
|
), C = (_) => {
|
|
3234
3234
|
const H = r.value[_];
|
|
3235
3235
|
return H.filter((j) => j.checked).length === H.length;
|
|
@@ -3245,10 +3245,10 @@ const sa = {
|
|
|
3245
3245
|
}, k = (_) => {
|
|
3246
3246
|
h(!1, _);
|
|
3247
3247
|
}, I = (_) => {
|
|
3248
|
-
|
|
3248
|
+
d().forEach((U) => {
|
|
3249
3249
|
F(U, { checked: U.defaultChecked ?? !1 });
|
|
3250
3250
|
});
|
|
3251
|
-
const H =
|
|
3251
|
+
const H = d();
|
|
3252
3252
|
if (c(_ === "reset" ? H : e.savedColumnsData ?? H), _ === "init" && e.savedColumnsData) {
|
|
3253
3253
|
const U = new Map(e.savedColumnsData.map((j, ue) => [j.prop, ue]));
|
|
3254
3254
|
s.value = N.sortBy(s.value, (j) => U.get(j.prop)), u.value = N.sortBy(u.value, (j) => U.get(j.prop));
|
|
@@ -3257,16 +3257,16 @@ const sa = {
|
|
|
3257
3257
|
(() => {
|
|
3258
3258
|
r.value = N.cloneDeep(e.initialGroupData), I("init"), t.value = e.defaultActiveTab || l.value[0];
|
|
3259
3259
|
})();
|
|
3260
|
-
let y = !1,
|
|
3261
|
-
const v = T(), V = T(), M = T(),
|
|
3260
|
+
let y = !1, w;
|
|
3261
|
+
const v = T(), V = T(), M = T(), L = (_, H = !1) => {
|
|
3262
3262
|
if (t.value = _, H) {
|
|
3263
|
-
y = !0, clearTimeout(
|
|
3263
|
+
y = !0, clearTimeout(w);
|
|
3264
3264
|
const U = l.value.indexOf(_);
|
|
3265
3265
|
v.value?.[U]?.scrollIntoView({
|
|
3266
3266
|
behavior: "smooth",
|
|
3267
3267
|
block: "start"
|
|
3268
|
-
}),
|
|
3269
|
-
y = !1, clearTimeout(
|
|
3268
|
+
}), w = setTimeout(() => {
|
|
3269
|
+
y = !1, clearTimeout(w);
|
|
3270
3270
|
}, 500);
|
|
3271
3271
|
}
|
|
3272
3272
|
};
|
|
@@ -3277,7 +3277,7 @@ const sa = {
|
|
|
3277
3277
|
const U = _.target.getAttribute("data-group-name");
|
|
3278
3278
|
if (!y) {
|
|
3279
3279
|
if (_.isIntersecting)
|
|
3280
|
-
U &&
|
|
3280
|
+
U && L(U);
|
|
3281
3281
|
else if (t.value === U) {
|
|
3282
3282
|
const j = l.value.indexOf(U);
|
|
3283
3283
|
j > 0 && (t.value = l.value[j - 1]);
|
|
@@ -3298,7 +3298,7 @@ const sa = {
|
|
|
3298
3298
|
groupNameList: l,
|
|
3299
3299
|
activeTab: t,
|
|
3300
3300
|
isIndeterminate: m,
|
|
3301
|
-
getCurrentColumnsList:
|
|
3301
|
+
getCurrentColumnsList: D,
|
|
3302
3302
|
checkedUnfixedColumns: s,
|
|
3303
3303
|
checkedFixedColumns: u,
|
|
3304
3304
|
readonlyColumns: a,
|
|
@@ -3307,9 +3307,9 @@ const sa = {
|
|
|
3307
3307
|
groupNameRefs: v,
|
|
3308
3308
|
observerRootElementRef: V,
|
|
3309
3309
|
isCheckAll: C,
|
|
3310
|
-
getAllColumns:
|
|
3310
|
+
getAllColumns: d,
|
|
3311
3311
|
checkAll: f,
|
|
3312
|
-
updateActiveTab:
|
|
3312
|
+
updateActiveTab: L,
|
|
3313
3313
|
updateFixed: A,
|
|
3314
3314
|
deleteChecked: k,
|
|
3315
3315
|
checkItem: h,
|
|
@@ -3376,8 +3376,8 @@ const sa = {
|
|
|
3376
3376
|
currentGroupName: s,
|
|
3377
3377
|
activeTab: r,
|
|
3378
3378
|
isIndeterminate: l,
|
|
3379
|
-
getCurrentColumnsList:
|
|
3380
|
-
checkedUnfixedColumns:
|
|
3379
|
+
getCurrentColumnsList: D,
|
|
3380
|
+
checkedUnfixedColumns: d,
|
|
3381
3381
|
checkedFixedColumns: m,
|
|
3382
3382
|
readonlyColumns: F,
|
|
3383
3383
|
getAllCheckedColumnsLength: c,
|
|
@@ -3390,13 +3390,13 @@ const sa = {
|
|
|
3390
3390
|
updateFixed: I,
|
|
3391
3391
|
deleteChecked: P,
|
|
3392
3392
|
checkItem: y,
|
|
3393
|
-
initAndReset:
|
|
3393
|
+
initAndReset: w
|
|
3394
3394
|
} = xa(o), v = T(!1), V = () => {
|
|
3395
3395
|
v.value = !1;
|
|
3396
3396
|
}, M = () => {
|
|
3397
3397
|
n("cancel");
|
|
3398
|
-
},
|
|
3399
|
-
!s.value && a.value ? (v.value = !0,
|
|
3398
|
+
}, L = () => {
|
|
3399
|
+
!s.value && a.value ? (v.value = !0, Dt("请输入自定义列名称")) : n("confirm", fe(F.value.concat(m.value, d.value)), s.value, a.value);
|
|
3400
3400
|
}, Y = ($) => {
|
|
3401
3401
|
const {
|
|
3402
3402
|
item: _,
|
|
@@ -3422,19 +3422,19 @@ const sa = {
|
|
|
3422
3422
|
})])]);
|
|
3423
3423
|
};
|
|
3424
3424
|
return ($, _) => {
|
|
3425
|
-
const H = S("el-scrollbar"), U = S("el-checkbox"), j = S("el-icon"), ue = S("el-input"), ae = S("el-button"),
|
|
3426
|
-
return g(),
|
|
3425
|
+
const H = S("el-scrollbar"), U = S("el-checkbox"), j = S("el-icon"), ue = S("el-input"), ae = S("el-button"), De = Fe("ellipsis");
|
|
3426
|
+
return g(), b(K, null, [x("div", Pa, [x("div", Ma, [_[5] || (_[5] = x("div", {
|
|
3427
3427
|
class: "title"
|
|
3428
|
-
}, "搜索列", -1)),
|
|
3428
|
+
}, "搜索列", -1)), x("div", Ra, [x("div", Na, [E(H, {
|
|
3429
3429
|
class: "position__scrollbar"
|
|
3430
3430
|
}, {
|
|
3431
|
-
default: B(() => [(g(!0),
|
|
3431
|
+
default: B(() => [(g(!0), b(K, null, se(i(u), (Q) => de((g(), b("div", {
|
|
3432
3432
|
key: Q,
|
|
3433
3433
|
class: re(["tab-item", Q === i(r) ? "is-active" : ""]),
|
|
3434
3434
|
onClick: (me) => i(k)(Q, !0)
|
|
3435
|
-
}, [W(q(Q), 1)], 10, Va)), [[
|
|
3435
|
+
}, [W(q(Q), 1)], 10, Va)), [[De]])), 128))]),
|
|
3436
3436
|
_: 1
|
|
3437
|
-
})]),
|
|
3437
|
+
})]), x("div", {
|
|
3438
3438
|
ref_key: "observerRootElementRef",
|
|
3439
3439
|
ref: C,
|
|
3440
3440
|
class: "active-tab-content"
|
|
@@ -3443,9 +3443,9 @@ const sa = {
|
|
|
3443
3443
|
ref: f,
|
|
3444
3444
|
class: "position__scrollbar"
|
|
3445
3445
|
}, {
|
|
3446
|
-
default: B(() => [(g(!0),
|
|
3446
|
+
default: B(() => [(g(!0), b(K, null, se(i(u), (Q) => (g(), b(K, {
|
|
3447
3447
|
key: Q
|
|
3448
|
-
}, [
|
|
3448
|
+
}, [x("div", {
|
|
3449
3449
|
ref_for: !0,
|
|
3450
3450
|
ref_key: "groupNameRefs",
|
|
3451
3451
|
ref: p,
|
|
@@ -3456,9 +3456,9 @@ const sa = {
|
|
|
3456
3456
|
indeterminate: i(l)(Q),
|
|
3457
3457
|
onChange: (me) => i(h)(me, Q)
|
|
3458
3458
|
}, {
|
|
3459
|
-
default: B(() => [
|
|
3459
|
+
default: B(() => [de((g(), b("div", null, [W(q(Q), 1)])), [[De]])]),
|
|
3460
3460
|
_: 2
|
|
3461
|
-
}, 1032, ["model-value", "indeterminate", "onChange"])], 8, Oa),
|
|
3461
|
+
}, 1032, ["model-value", "indeterminate", "onChange"])], 8, Oa), x("div", La, [(g(!0), b(K, null, se(i(D)(Q), (me) => (g(), b("div", {
|
|
3462
3462
|
key: me.prop,
|
|
3463
3463
|
class: "check-sub__item"
|
|
3464
3464
|
}, [E(U, {
|
|
@@ -3467,17 +3467,17 @@ const sa = {
|
|
|
3467
3467
|
disabled: me.readonly,
|
|
3468
3468
|
onChange: (Pe) => i(y)(Pe, me)
|
|
3469
3469
|
}, {
|
|
3470
|
-
default: B(() => [
|
|
3470
|
+
default: B(() => [de((g(), b("div", null, [W(q(me.label), 1)])), [[De]])]),
|
|
3471
3471
|
_: 2
|
|
3472
3472
|
}, 1032, ["modelValue", "onUpdate:modelValue", "disabled", "onChange"])]))), 128))])], 64))), 128))]),
|
|
3473
3473
|
_: 1
|
|
3474
|
-
}, 512)], 512)])]),
|
|
3474
|
+
}, 512)], 512)])]), x("div", Ha, [x("div", Ua, [x("div", Qa, "已选 " + q(i(c)) + " 个", 1), x("div", {
|
|
3475
3475
|
class: "reset",
|
|
3476
|
-
onClick: _[0] || (_[0] = (Q) => i(
|
|
3477
|
-
}, "重置")]),
|
|
3476
|
+
onClick: _[0] || (_[0] = (Q) => i(w)("reset"))
|
|
3477
|
+
}, "重置")]), x("div", za, [E(H, {
|
|
3478
3478
|
class: "position__scrollbar-no-right"
|
|
3479
3479
|
}, {
|
|
3480
|
-
default: B(() => [$.hasLockColumns ? (g(),
|
|
3480
|
+
default: B(() => [$.hasLockColumns ? (g(), b("div", Za, [(g(!0), b(K, null, se(i(F), (Q) => (g(), R(Y, {
|
|
3481
3481
|
key: Q.prop,
|
|
3482
3482
|
item: Q
|
|
3483
3483
|
}, null, 8, ["item"]))), 128)), E(i(Ke), {
|
|
@@ -3485,27 +3485,27 @@ const sa = {
|
|
|
3485
3485
|
"onUpdate:modelValue": _[1] || (_[1] = (Q) => Ae(m) ? m.value = Q : null),
|
|
3486
3486
|
draggable: ".select-item-drag"
|
|
3487
3487
|
}, {
|
|
3488
|
-
default: B(() => [(g(!0),
|
|
3488
|
+
default: B(() => [(g(!0), b(K, null, se(i(m), (Q) => (g(), R(Y, {
|
|
3489
3489
|
key: Q.prop,
|
|
3490
3490
|
draggable: "1",
|
|
3491
3491
|
item: Q
|
|
3492
3492
|
}, null, 8, ["item"]))), 128))]),
|
|
3493
3493
|
_: 1
|
|
3494
|
-
}, 8, ["modelValue"]), _[6] || (_[6] =
|
|
3494
|
+
}, 8, ["modelValue"]), _[6] || (_[6] = x("div", {
|
|
3495
3495
|
class: "select-fixed__tips"
|
|
3496
|
-
}, "最多可横向锁定5列", -1))])) :
|
|
3497
|
-
modelValue: i(
|
|
3498
|
-
"onUpdate:modelValue": _[2] || (_[2] = (Q) => Ae(
|
|
3496
|
+
}, "最多可横向锁定5列", -1))])) : z("", !0), x("div", Ya, [E(i(Ke), {
|
|
3497
|
+
modelValue: i(d),
|
|
3498
|
+
"onUpdate:modelValue": _[2] || (_[2] = (Q) => Ae(d) ? d.value = Q : null),
|
|
3499
3499
|
draggable: ".select-item-drag"
|
|
3500
3500
|
}, {
|
|
3501
|
-
default: B(() => [(g(!0),
|
|
3501
|
+
default: B(() => [(g(!0), b(K, null, se(i(d), (Q) => (g(), b("div", {
|
|
3502
3502
|
key: Q.prop,
|
|
3503
3503
|
class: re(["select-item", ($.hasLockColumns, "select-item-drag")]),
|
|
3504
3504
|
"data-prop": Q.prop
|
|
3505
|
-
}, [
|
|
3505
|
+
}, [x("img", {
|
|
3506
3506
|
src: i(Je),
|
|
3507
3507
|
alt: "..."
|
|
3508
|
-
}, null, 8, Wa),
|
|
3508
|
+
}, null, 8, Wa), de((g(), b("span", ja, [W(q(Q.label), 1)])), [[De]]), x("div", Ka, [$.hasLockColumns ? (g(), b("img", {
|
|
3509
3509
|
key: 0,
|
|
3510
3510
|
class: re({
|
|
3511
3511
|
"not-lock": i(m).length >= 5
|
|
@@ -3513,7 +3513,7 @@ const sa = {
|
|
|
3513
3513
|
src: i(Ht),
|
|
3514
3514
|
alt: "锁",
|
|
3515
3515
|
onClick: (me) => i(I)(Q, "left")
|
|
3516
|
-
}, null, 10, qa)) :
|
|
3516
|
+
}, null, 10, qa)) : z("", !0), Q.readonly ? z("", !0) : (g(), R(j, {
|
|
3517
3517
|
key: 1,
|
|
3518
3518
|
onClick: (me) => i(P)(Q)
|
|
3519
3519
|
}, {
|
|
@@ -3523,7 +3523,7 @@ const sa = {
|
|
|
3523
3523
|
_: 1
|
|
3524
3524
|
}, 8, ["modelValue"])])]),
|
|
3525
3525
|
_: 1
|
|
3526
|
-
})])])]),
|
|
3526
|
+
})])])]), x("div", Ja, [x("div", $a, [E(U, {
|
|
3527
3527
|
modelValue: i(a),
|
|
3528
3528
|
"onUpdate:modelValue": _[3] || (_[3] = (Q) => Ae(a) ? a.value = Q : null)
|
|
3529
3529
|
}, {
|
|
@@ -3539,7 +3539,7 @@ const sa = {
|
|
|
3539
3539
|
}, {
|
|
3540
3540
|
suffix: B(() => [W(q(i(s)?.length || 0) + "/10", 1)]),
|
|
3541
3541
|
_: 1
|
|
3542
|
-
}, 8, ["modelValue", "class"]),
|
|
3542
|
+
}, 8, ["modelValue", "class"]), de((g(), b("div", es, [W("设置会将应用于" + q(o.pageName) + "列表", 1)])), [[De]])]), x("div", ts, [E(ae, {
|
|
3543
3543
|
loading: $.loading,
|
|
3544
3544
|
onClick: M
|
|
3545
3545
|
}, {
|
|
@@ -3548,7 +3548,7 @@ const sa = {
|
|
|
3548
3548
|
}, 8, ["loading"]), E(ae, {
|
|
3549
3549
|
loading: $.loading,
|
|
3550
3550
|
type: "primary",
|
|
3551
|
-
onClick:
|
|
3551
|
+
onClick: L
|
|
3552
3552
|
}, {
|
|
3553
3553
|
default: B(() => [..._[9] || (_[9] = [W("确定", -1)])]),
|
|
3554
3554
|
_: 1
|
|
@@ -3562,10 +3562,10 @@ const sa = {
|
|
|
3562
3562
|
},
|
|
3563
3563
|
emits: ["saveColumns"],
|
|
3564
3564
|
setup(e, { expose: t, emit: o }) {
|
|
3565
|
-
const n = o, [u, a] = pt(!0), s = T({}), r = T(void 0), l = T(!1),
|
|
3566
|
-
let
|
|
3565
|
+
const n = o, [u, a] = pt(!0), s = T({}), r = T(void 0), l = T(!1), D = T("");
|
|
3566
|
+
let d;
|
|
3567
3567
|
const m = async (f, p) => {
|
|
3568
|
-
s.value = fe(f.groupData),
|
|
3568
|
+
s.value = fe(f.groupData), D.value = f.groupName, u.value = !0, await ne();
|
|
3569
3569
|
try {
|
|
3570
3570
|
r.value = p;
|
|
3571
3571
|
} finally {
|
|
@@ -3574,7 +3574,7 @@ const sa = {
|
|
|
3574
3574
|
});
|
|
3575
3575
|
}
|
|
3576
3576
|
return new Promise((C) => {
|
|
3577
|
-
|
|
3577
|
+
d = C;
|
|
3578
3578
|
});
|
|
3579
3579
|
}, F = () => {
|
|
3580
3580
|
l.value = !1;
|
|
@@ -3583,7 +3583,7 @@ const sa = {
|
|
|
3583
3583
|
Zu("至少保留一列");
|
|
3584
3584
|
return;
|
|
3585
3585
|
}
|
|
3586
|
-
u.value = !1,
|
|
3586
|
+
u.value = !1, d({
|
|
3587
3587
|
data: {
|
|
3588
3588
|
updateData: f,
|
|
3589
3589
|
groupName: p,
|
|
@@ -3613,12 +3613,12 @@ const sa = {
|
|
|
3613
3613
|
key: 0,
|
|
3614
3614
|
"initial-group-data": s.value,
|
|
3615
3615
|
"saved-columns-data": r.value,
|
|
3616
|
-
"group-name":
|
|
3616
|
+
"group-name": D.value,
|
|
3617
3617
|
"page-name": f.columnConfig?.pageName,
|
|
3618
3618
|
loading: i(u),
|
|
3619
3619
|
onConfirm: c,
|
|
3620
3620
|
onCancel: F
|
|
3621
|
-
}, null, 8, ["initial-group-data", "saved-columns-data", "group-name", "page-name", "loading"])) :
|
|
3621
|
+
}, null, 8, ["initial-group-data", "saved-columns-data", "group-name", "page-name", "loading"])) : z("", !0)
|
|
3622
3622
|
]),
|
|
3623
3623
|
_: 1
|
|
3624
3624
|
}, 8, ["modelValue"]);
|
|
@@ -3647,9 +3647,9 @@ const sa = {
|
|
|
3647
3647
|
setup(e, { emit: t }) {
|
|
3648
3648
|
const o = t, n = T(0), u = T(""), a = T(!1), s = T(), { on: r } = as(), l = (p) => {
|
|
3649
3649
|
n.value = p, o("find", u.value, p);
|
|
3650
|
-
},
|
|
3650
|
+
}, D = Jo(() => {
|
|
3651
3651
|
l(0);
|
|
3652
|
-
}, 500),
|
|
3652
|
+
}, 500), d = () => {
|
|
3653
3653
|
const p = n.value > 0 ? n.value - 1 : e.count - 1;
|
|
3654
3654
|
l(p);
|
|
3655
3655
|
}, m = () => {
|
|
@@ -3659,7 +3659,7 @@ const sa = {
|
|
|
3659
3659
|
a.value = !0, await ne(), s.value?.focus();
|
|
3660
3660
|
}, c = () => {
|
|
3661
3661
|
a.value = !1, u.value = "", n.value = 0, o("hidden");
|
|
3662
|
-
}, f =
|
|
3662
|
+
}, f = G(() => e.count ? n.value + 1 : 0);
|
|
3663
3663
|
return Ue(() => {
|
|
3664
3664
|
r("keydown", (p) => {
|
|
3665
3665
|
const C = p.target, A = s.value?.$el?.contains?.(C), { key: h, metaKey: k, ctrlKey: I } = p;
|
|
@@ -3671,7 +3671,7 @@ const sa = {
|
|
|
3671
3671
|
c();
|
|
3672
3672
|
break;
|
|
3673
3673
|
case "ArrowUp":
|
|
3674
|
-
A && p.preventDefault(),
|
|
3674
|
+
A && p.preventDefault(), d();
|
|
3675
3675
|
break;
|
|
3676
3676
|
case "ArrowDown":
|
|
3677
3677
|
A && p.preventDefault(), m();
|
|
@@ -3681,22 +3681,22 @@ const sa = {
|
|
|
3681
3681
|
}), (p, C) => {
|
|
3682
3682
|
const A = S("el-icon");
|
|
3683
3683
|
return g(), R(Yo, { to: "body" }, [
|
|
3684
|
-
a.value ? (g(),
|
|
3684
|
+
a.value ? (g(), b("div", ss, [
|
|
3685
3685
|
E(i(rn), {
|
|
3686
3686
|
ref_key: "inputRef",
|
|
3687
3687
|
ref: s,
|
|
3688
3688
|
modelValue: u.value,
|
|
3689
3689
|
"onUpdate:modelValue": C[0] || (C[0] = (h) => u.value = h),
|
|
3690
3690
|
placeholder: "请输入搜索关键字",
|
|
3691
|
-
onInput: i(
|
|
3691
|
+
onInput: i(D),
|
|
3692
3692
|
onKeydown: Xo(m, ["enter"])
|
|
3693
3693
|
}, {
|
|
3694
3694
|
append: B(() => [
|
|
3695
|
-
|
|
3696
|
-
|
|
3695
|
+
x("div", ls, q(f.value) + "/" + q(p.count), 1),
|
|
3696
|
+
x("div", rs, [
|
|
3697
3697
|
E(A, {
|
|
3698
3698
|
class: re(p.count ? "is-active" : "is-disable"),
|
|
3699
|
-
onClick:
|
|
3699
|
+
onClick: d
|
|
3700
3700
|
}, {
|
|
3701
3701
|
default: B(() => [
|
|
3702
3702
|
E(i(tn))
|
|
@@ -3722,11 +3722,11 @@ const sa = {
|
|
|
3722
3722
|
]),
|
|
3723
3723
|
_: 1
|
|
3724
3724
|
}, 8, ["modelValue", "onInput"])
|
|
3725
|
-
])) :
|
|
3725
|
+
])) : z("", !0)
|
|
3726
3726
|
]);
|
|
3727
3727
|
};
|
|
3728
3728
|
}
|
|
3729
|
-
}), cs = /* @__PURE__ */ te(is, [["__scopeId", "data-v-d3a01d9a"]]),
|
|
3729
|
+
}), cs = /* @__PURE__ */ te(is, [["__scopeId", "data-v-d3a01d9a"]]), ds = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAADGklEQVR4Xu1Y0ZEaMQy9ElICJVACDWCcj0zYzc2En8zA5j7oIHRw6SDXQUqgBErYEigh8TN2Yr/Vyobc3keGN6OBYyVZlp5k7z083HHHbbB2/86u9zNN2ObNYZvd3jS7s5NfBenfN18/s/2bwK63MyEgTc7IPvuZHCGbHIwqy0+7PfuZHKtmd4wBuO/9st1uJFm1f6mxarsf7OfVEDLXm6Y7Ofm+bJ4sl10LwG3iZ6Lryw8f8BX9Lttuw3ZXARnh8kniNmPZNqKWIvZxu2DbKmDnxu946JRFaxLOviI921bBrLtv7EhwrpY9IuVzZss+2+7Atio4C3Dof8dwd2UGv8A9p3fQshlhN6iOtzni09ktvC/3e9ps5toRhiylgdr1P5Jdgf044PAz64i4ZGyYzRJwVGJOXjbppoP7jsqwngSmQFVjGTYqLIbnYxz0G3WBV/hYUHKOrJPhMt/yRVgnReBytrER6UvB8mbVrA7nZnfSyC0FieagBrn8rmTpMgpxoFQGKnTh6AK8KfAMJYzP8b2Ge1KQ3peSIA/bfpkPghUokJYqBDljHc/f9Kx3I411xCAFXyKkYPk8Lm0kwj1/SXSzCTJSlVmqU4QzfE6d8KmhPUuBZ6lu9izfBCbMIX1ehHB8Di4epZJG5N3cndJnOEh4neo3ASiysWmHOx2Mk7abs459fMrno0ARZJHXKwYb5mIxSICHtJMzeIyAcUqFkmc8l7oeMEQB2Kldz+Q2hXOXs1oQ1Zdhvip33EGWxmZoRLgVZeNFkpIfwPDMLXU/Z2msXCnAMx7uPkDXcDUvdFxJicsDCDwtnxIBqEh8qUtPKQ1hveuyGWEKM/Q1MVxLbl4Rwpl/xi79uHFBB3r0NVc4ADp/bPDpfMAXVw/0YdsihJu3KLc0ypjc/CZR09F+AYXD9kM3Z31Z8lPrKvC4SqRP/9Y6m9/r+bITpYZCKpARcBHiuzlkr/ZfNem4ixz0fPfnvHszBc/dbY3tXg24iCQZOcfNsOTZHN/QZOCS1oh6LE4FYYSpgrJrTTcp/JtAmI+aQGdSHt7xP+M34WzNZBUBRu8AAAAASUVORK5CYII=", Ds = ["src", "alt"], ps = ["src", "alt"], ms = /* @__PURE__ */ X({
|
|
3730
3730
|
name: "ZOperationIconButton",
|
|
3731
3731
|
__name: "ZOperationIconButton",
|
|
3732
3732
|
props: {
|
|
@@ -3746,23 +3746,23 @@ const sa = {
|
|
|
3746
3746
|
offset: 16
|
|
3747
3747
|
}, {
|
|
3748
3748
|
default: B(() => [
|
|
3749
|
-
|
|
3749
|
+
x("div", {
|
|
3750
3750
|
class: "z-operation-icon-button",
|
|
3751
3751
|
onClick: u[0] || (u[0] = (s) => o("click"))
|
|
3752
3752
|
}, [
|
|
3753
|
-
|
|
3753
|
+
x("img", {
|
|
3754
3754
|
src: n.src,
|
|
3755
3755
|
alt: n.alt || n.tips
|
|
3756
|
-
}, null, 8,
|
|
3756
|
+
}, null, 8, Ds)
|
|
3757
3757
|
])
|
|
3758
3758
|
]),
|
|
3759
3759
|
_: 1
|
|
3760
|
-
}, 8, ["content"])) : (g(),
|
|
3760
|
+
}, 8, ["content"])) : (g(), b("div", {
|
|
3761
3761
|
key: 1,
|
|
3762
3762
|
class: "z-operation-icon-button",
|
|
3763
3763
|
onClick: u[1] || (u[1] = (s) => o("click"))
|
|
3764
3764
|
}, [
|
|
3765
|
-
|
|
3765
|
+
x("img", {
|
|
3766
3766
|
src: n.src,
|
|
3767
3767
|
alt: n.alt
|
|
3768
3768
|
}, null, 8, ps)
|
|
@@ -3846,7 +3846,7 @@ const sa = {
|
|
|
3846
3846
|
s !== e.groupId && o("change", s);
|
|
3847
3847
|
}, ["stop"])
|
|
3848
3848
|
}, {
|
|
3849
|
-
default: () => [
|
|
3849
|
+
default: () => [de(E("div", {
|
|
3850
3850
|
class: "config-columns__btn-item-name"
|
|
3851
3851
|
}, [r]), [[Fe("ellipsis")]]), s !== $e ? E("div", {
|
|
3852
3852
|
class: "config-columns__btn-operation"
|
|
@@ -3866,13 +3866,13 @@ const sa = {
|
|
|
3866
3866
|
});
|
|
3867
3867
|
};
|
|
3868
3868
|
return (a, s) => {
|
|
3869
|
-
const r = S("el-dropdown-item"), l = S("el-button"),
|
|
3870
|
-
return g(), R(
|
|
3869
|
+
const r = S("el-dropdown-item"), l = S("el-button"), D = S("el-dropdown-menu"), d = S("el-dropdown");
|
|
3870
|
+
return g(), R(d, {
|
|
3871
3871
|
"popper-class": "config-columns__btn-popper",
|
|
3872
3872
|
trigger: "hover",
|
|
3873
3873
|
placement: "bottom-end"
|
|
3874
3874
|
}, {
|
|
3875
|
-
dropdown: B(() => [E(
|
|
3875
|
+
dropdown: B(() => [E(D, null, {
|
|
3876
3876
|
default: B(() => [E(r, {
|
|
3877
3877
|
disabled: ""
|
|
3878
3878
|
}, {
|
|
@@ -3881,14 +3881,14 @@ const sa = {
|
|
|
3881
3881
|
}), E(u, {
|
|
3882
3882
|
id: i($e),
|
|
3883
3883
|
name: a.columnConfig?.systemGroupName || "系统默认"
|
|
3884
|
-
}, null, 8, ["id", "name"]), s[3] || (s[3] =
|
|
3884
|
+
}, null, 8, ["id", "name"]), s[3] || (s[3] = x("div", {
|
|
3885
3885
|
class: "config-columns__btn-item__line"
|
|
3886
3886
|
}, null, -1)), E(r, {
|
|
3887
3887
|
disabled: ""
|
|
3888
3888
|
}, {
|
|
3889
3889
|
default: B(() => [W("常用自定义列(" + q(a.columnGroups?.length || 0) + "/10)", 1)]),
|
|
3890
3890
|
_: 1
|
|
3891
|
-
}), (g(!0),
|
|
3891
|
+
}), (g(!0), b(K, null, se(a.columnGroups, (m) => (g(), R(u, {
|
|
3892
3892
|
id: m.id,
|
|
3893
3893
|
key: m.id,
|
|
3894
3894
|
name: m.groupName
|
|
@@ -3906,11 +3906,11 @@ const sa = {
|
|
|
3906
3906
|
_: 1
|
|
3907
3907
|
}, 8, ["icon"])]),
|
|
3908
3908
|
_: 1
|
|
3909
|
-
})) :
|
|
3909
|
+
})) : z("", !0)]),
|
|
3910
3910
|
_: 1
|
|
3911
3911
|
})]),
|
|
3912
3912
|
default: B(() => [E(mt, {
|
|
3913
|
-
src: i(
|
|
3913
|
+
src: i(ds),
|
|
3914
3914
|
alt: "自定义列"
|
|
3915
3915
|
}, null, 8, ["src"])]),
|
|
3916
3916
|
_: 1
|
|
@@ -3923,7 +3923,7 @@ const sa = {
|
|
|
3923
3923
|
emits: ["click"],
|
|
3924
3924
|
setup(e, { emit: t }) {
|
|
3925
3925
|
const o = t;
|
|
3926
|
-
return (n, u) => (g(),
|
|
3926
|
+
return (n, u) => (g(), b("div", {
|
|
3927
3927
|
class: "table-link__button z-table-link-button",
|
|
3928
3928
|
onClick: u[0] || (u[0] = (a) => o("click", a))
|
|
3929
3929
|
}, [
|
|
@@ -3948,7 +3948,7 @@ function vs(e) {
|
|
|
3948
3948
|
onClick: s,
|
|
3949
3949
|
emptyClick: r,
|
|
3950
3950
|
emptyValue: l,
|
|
3951
|
-
prop:
|
|
3951
|
+
prop: D
|
|
3952
3952
|
} = t;
|
|
3953
3953
|
if (u) {
|
|
3954
3954
|
const {
|
|
@@ -3962,12 +3962,12 @@ function vs(e) {
|
|
|
3962
3962
|
const h = u(vt, o ?? {}, Reflect.get(c, A) ?? {});
|
|
3963
3963
|
return typeof h != "number" && (!h || h === yo) ? at : h;
|
|
3964
3964
|
}
|
|
3965
|
-
const
|
|
3966
|
-
if (!
|
|
3967
|
-
return
|
|
3968
|
-
const m = Reflect.get(o,
|
|
3965
|
+
const d = l ?? at;
|
|
3966
|
+
if (!D)
|
|
3967
|
+
return d;
|
|
3968
|
+
const m = Reflect.get(o, D);
|
|
3969
3969
|
if (a) {
|
|
3970
|
-
const c = a.find((p) => p.value === m), f = c?.label ??
|
|
3970
|
+
const c = a.find((p) => p.value === m), f = c?.label ?? d;
|
|
3971
3971
|
return c?._color ? E("span", {
|
|
3972
3972
|
style: {
|
|
3973
3973
|
color: c._color
|
|
@@ -3986,9 +3986,9 @@ function vs(e) {
|
|
|
3986
3986
|
}, As(m) ? m : {
|
|
3987
3987
|
default: () => [m]
|
|
3988
3988
|
});
|
|
3989
|
-
return r ? c : F ?
|
|
3989
|
+
return r ? c : F ? d : c;
|
|
3990
3990
|
}
|
|
3991
|
-
return F ?
|
|
3991
|
+
return F ? d : m;
|
|
3992
3992
|
}
|
|
3993
3993
|
function Es(e) {
|
|
3994
3994
|
const {
|
|
@@ -4006,35 +4006,35 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4006
4006
|
if (e.columnConfig?.pageId) {
|
|
4007
4007
|
const l = await Ve.loadViewConfig({ pageId: e.columnConfig.pageId, type: 2 });
|
|
4008
4008
|
if (l?.length) {
|
|
4009
|
-
const [{ config:
|
|
4010
|
-
t.value =
|
|
4009
|
+
const [{ config: D }] = l;
|
|
4010
|
+
t.value = D ? JSON.parse(D) : [];
|
|
4011
4011
|
}
|
|
4012
4012
|
}
|
|
4013
4013
|
}, n = (l) => {
|
|
4014
|
-
const
|
|
4015
|
-
for (let F = 0; F <
|
|
4014
|
+
const D = {}, d = e.columns.length;
|
|
4015
|
+
for (let F = 0; F < d; ++F) {
|
|
4016
4016
|
const { groupName: c = gs, prop: f, label: p, defaultChecked: C, readonly: A, fixed: h } = e.columns[F];
|
|
4017
4017
|
if (!f || !p)
|
|
4018
4018
|
continue;
|
|
4019
|
-
let k = Reflect.get(
|
|
4020
|
-
k || Reflect.set(
|
|
4019
|
+
let k = Reflect.get(D, c);
|
|
4020
|
+
k || Reflect.set(D, c, k = []);
|
|
4021
4021
|
const I = { prop: f, label: p, defaultChecked: C, fixed: st(h) };
|
|
4022
4022
|
A && (I.defaultChecked = !0, I.readonly = !0), k.push(I);
|
|
4023
4023
|
}
|
|
4024
4024
|
return {
|
|
4025
4025
|
groupName: l && t.value.find((F) => F.id === l)?.groupName || "",
|
|
4026
|
-
groupData:
|
|
4026
|
+
groupData: D
|
|
4027
4027
|
};
|
|
4028
4028
|
}, u = (l) => {
|
|
4029
|
-
const
|
|
4030
|
-
return e.columns.forEach((
|
|
4031
|
-
|
|
4032
|
-
prop:
|
|
4033
|
-
checked: !!(
|
|
4034
|
-
fixed: st(
|
|
4029
|
+
const D = new Map(l.map((d) => [d.prop, d]));
|
|
4030
|
+
return e.columns.forEach((d) => {
|
|
4031
|
+
d.prop && (D.has(d.prop) ? D.delete(d.prop) : l.push({
|
|
4032
|
+
prop: d.prop,
|
|
4033
|
+
checked: !!(d.readonly || d.defaultChecked),
|
|
4034
|
+
fixed: st(d.fixed)
|
|
4035
4035
|
}));
|
|
4036
|
-
}),
|
|
4037
|
-
const m = l.findIndex((F) => F.prop ===
|
|
4036
|
+
}), D.size && D.forEach((d) => {
|
|
4037
|
+
const m = l.findIndex((F) => F.prop === d.prop);
|
|
4038
4038
|
m !== -1 && l.splice(m, 1);
|
|
4039
4039
|
}), l;
|
|
4040
4040
|
};
|
|
@@ -4043,19 +4043,19 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4043
4043
|
getGroupedColumnInfo: n,
|
|
4044
4044
|
getCheckedColumnsById: (l) => {
|
|
4045
4045
|
if (l) {
|
|
4046
|
-
const
|
|
4047
|
-
if (
|
|
4048
|
-
return u(
|
|
4046
|
+
const D = t.value.find((d) => d.id === l)?.columns;
|
|
4047
|
+
if (D)
|
|
4048
|
+
return u(D);
|
|
4049
4049
|
}
|
|
4050
|
-
return e.columns.filter((
|
|
4051
|
-
(
|
|
4052
|
-
prop:
|
|
4053
|
-
checked: !!(
|
|
4054
|
-
fixed: st(
|
|
4050
|
+
return e.columns.filter((D) => D.prop).map(
|
|
4051
|
+
(D) => ({
|
|
4052
|
+
prop: D.prop,
|
|
4053
|
+
checked: !!(D.readonly || D.defaultChecked),
|
|
4054
|
+
fixed: st(D.fixed)
|
|
4055
4055
|
})
|
|
4056
4056
|
);
|
|
4057
4057
|
},
|
|
4058
|
-
saveConfigColumns: async (l,
|
|
4058
|
+
saveConfigColumns: async (l, D, d) => {
|
|
4059
4059
|
const m = new Map(l.map((f, p) => [f.prop, { ...f, index: p }])), F = e.columns.filter((f) => f.prop && f.label), c = N.sortBy(F, (f) => m.get(f.prop)?.index ?? -1).map(
|
|
4060
4060
|
(f) => ({
|
|
4061
4061
|
prop: f.prop,
|
|
@@ -4063,9 +4063,9 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4063
4063
|
fixed: m.get(f.prop)?.fixed
|
|
4064
4064
|
})
|
|
4065
4065
|
);
|
|
4066
|
-
if (
|
|
4067
|
-
const { id: f, groupName: p } =
|
|
4068
|
-
C ? (C.columns = c, C.groupName = p) : t.value.push({ ...
|
|
4066
|
+
if (d) {
|
|
4067
|
+
const { id: f, groupName: p } = D, C = t.value.find((A) => A.id === f);
|
|
4068
|
+
C ? (C.columns = c, C.groupName = p) : t.value.push({ ...D, columns: c });
|
|
4069
4069
|
try {
|
|
4070
4070
|
await Ve.saveViewConfig({
|
|
4071
4071
|
pageId: e.columnConfig?.pageId,
|
|
@@ -4079,8 +4079,8 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4079
4079
|
return u(c);
|
|
4080
4080
|
},
|
|
4081
4081
|
deleteGroupByGroupId: async (l) => {
|
|
4082
|
-
const
|
|
4083
|
-
|
|
4082
|
+
const D = t.value.findIndex((d) => d.id === l);
|
|
4083
|
+
D > -1 && t.value.splice(D, 1), await Ve.saveViewConfig({
|
|
4084
4084
|
pageId: e.columnConfig?.pageId,
|
|
4085
4085
|
type: 2,
|
|
4086
4086
|
config: JSON.stringify(t.value)
|
|
@@ -4096,14 +4096,14 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4096
4096
|
getGroupedColumnInfo: u,
|
|
4097
4097
|
saveConfigColumns: a,
|
|
4098
4098
|
columnGroups: s
|
|
4099
|
-
} = ys(e), r = T(!0), l = T(e.columnConfig?.groupId ?? $e),
|
|
4100
|
-
const k = new Map(h.map((y,
|
|
4099
|
+
} = ys(e), r = T(!0), l = T(e.columnConfig?.groupId ?? $e), D = T([]), d = T(), m = (h) => {
|
|
4100
|
+
const k = new Map(h.map((y, w) => [y.prop, { ...y, index: w }])), I = [];
|
|
4101
4101
|
e.columns.forEach((y) => y.readonly && I.push(y));
|
|
4102
4102
|
const P = N.sortBy(
|
|
4103
4103
|
e.columns.filter((y) => !y.readonly && (k.get(y.prop)?.checked || !y.prop)),
|
|
4104
4104
|
(y) => k.get(y.prop)?.index ?? -1
|
|
4105
4105
|
);
|
|
4106
|
-
I.reverse().forEach((y) => P.unshift(y)),
|
|
4106
|
+
I.reverse().forEach((y) => P.unshift(y)), D.value = P.map(
|
|
4107
4107
|
(y) => ({
|
|
4108
4108
|
...y,
|
|
4109
4109
|
fixed: y.prop ? k.get(y.prop)?.fixed : y.fixed
|
|
@@ -4112,15 +4112,15 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4112
4112
|
}, F = (h, k) => {
|
|
4113
4113
|
l.value = h, m(k ?? o(h));
|
|
4114
4114
|
}, c = (h) => {
|
|
4115
|
-
|
|
4115
|
+
d.value?.openDialog(u(h), o(h)).then(async (k) => {
|
|
4116
4116
|
const {
|
|
4117
4117
|
data: { updateData: I, groupName: P, isSave: y },
|
|
4118
|
-
close:
|
|
4118
|
+
close: w
|
|
4119
4119
|
} = k, v = h || `${(/* @__PURE__ */ new Date()).valueOf()}`, V = await a(I, { groupName: P, id: v }, y);
|
|
4120
|
-
|
|
4120
|
+
w(), y ? v === l.value ? m(o(h)) : F(v) : F(fs, V);
|
|
4121
4121
|
});
|
|
4122
4122
|
}, f = () => {
|
|
4123
|
-
|
|
4123
|
+
D.value = e.columns.filter(({ type: h, defaultChecked: k, readonly: I, prop: P }) => I || h && Reflect.has(We, h) || !P ? !0 : !!k);
|
|
4124
4124
|
};
|
|
4125
4125
|
(async () => {
|
|
4126
4126
|
if (e.columnConfig?.pageId)
|
|
@@ -4146,8 +4146,8 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4146
4146
|
flush: "post"
|
|
4147
4147
|
}
|
|
4148
4148
|
), {
|
|
4149
|
-
configColumns:
|
|
4150
|
-
configColumnsDialogRef:
|
|
4149
|
+
configColumns: D,
|
|
4150
|
+
configColumnsDialogRef: d,
|
|
4151
4151
|
loadingConfigColumns: r,
|
|
4152
4152
|
groupId: l,
|
|
4153
4153
|
columnGroups: s,
|
|
@@ -4166,15 +4166,15 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4166
4166
|
changeGroupId: s,
|
|
4167
4167
|
openConfigColumnDialog: r,
|
|
4168
4168
|
editGroupByGroupId: l,
|
|
4169
|
-
deleteGroupByGroupId:
|
|
4170
|
-
} = Bs(e),
|
|
4169
|
+
deleteGroupByGroupId: D
|
|
4170
|
+
} = Bs(e), d = T(), m = T(), F = T({
|
|
4171
4171
|
current: 1,
|
|
4172
4172
|
size: e.paginationProps?.pageSize || Qt.pageSize,
|
|
4173
4173
|
total: 0
|
|
4174
|
-
}), c =
|
|
4175
|
-
const M =
|
|
4174
|
+
}), c = G(() => ({ ...Qt, ...e.paginationProps })), f = T(""), p = () => {
|
|
4175
|
+
const M = d.value?.getBoundingClientRect();
|
|
4176
4176
|
f.value = `${M?.width}px`;
|
|
4177
|
-
}, C = new ResizeObserver(() => requestAnimationFrame(p)), A = T([]), h =
|
|
4177
|
+
}, C = new ResizeObserver(() => requestAnimationFrame(p)), A = T([]), h = G(() => {
|
|
4178
4178
|
const M = N.omit(e, [
|
|
4179
4179
|
"tableData",
|
|
4180
4180
|
"columns",
|
|
@@ -4184,29 +4184,29 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4184
4184
|
"hasPagination",
|
|
4185
4185
|
"paginationProps"
|
|
4186
4186
|
]);
|
|
4187
|
-
return N.mergeWith({ height: "100%" }, M, (
|
|
4188
|
-
}), k =
|
|
4187
|
+
return N.mergeWith({ height: "100%" }, M, (L, Y) => L && Y && N.isObject(L) && N.isObject(Y) ? N.merge(Y, L) : Y ?? L);
|
|
4188
|
+
}), k = G(
|
|
4189
4189
|
() => (M) => N.omit(M, ["_render", "renderHeader", "hidden", "className", "isOperation"])
|
|
4190
|
-
), I =
|
|
4190
|
+
), I = G(() => (Array.isArray(e.operationBtnList) ? e.operationBtnList : [e.operationBtnList])?.map((L) => N.isString(L) ? { type: L } : L)), P = G(
|
|
4191
4191
|
() => o.value.filter(
|
|
4192
4192
|
(M) => (
|
|
4193
4193
|
// 处理列的显示隐藏
|
|
4194
4194
|
!(N.isFunction(M.hidden) ? M.hidden(M) : M.hidden)
|
|
4195
4195
|
)
|
|
4196
4196
|
).map((M) => {
|
|
4197
|
-
const
|
|
4198
|
-
return
|
|
4197
|
+
const L = M.type;
|
|
4198
|
+
return L && Reflect.has(We, L) ? { ...Reflect.get(We, L), ...M } : M;
|
|
4199
4199
|
})
|
|
4200
|
-
), y = T(!1),
|
|
4200
|
+
), y = T(!1), w = async (M = F.value) => {
|
|
4201
4201
|
y.value = !0;
|
|
4202
4202
|
try {
|
|
4203
|
-
const
|
|
4204
|
-
if (
|
|
4205
|
-
const { data: Y, total: $, records: _, count: H } = await
|
|
4203
|
+
const L = e.loadMethod;
|
|
4204
|
+
if (L && typeof L == "function") {
|
|
4205
|
+
const { data: Y, total: $, records: _, count: H } = await L(N.omit(M, "total")) ?? {}, U = _ || Y || [], ue = Number(H || $ || 0);
|
|
4206
4206
|
if (!U.length && M.current > 1 && ue) {
|
|
4207
4207
|
const ae = Math.ceil(ue / M.size);
|
|
4208
4208
|
if (M.current > ae)
|
|
4209
|
-
return M.current = ae,
|
|
4209
|
+
return M.current = ae, w(M);
|
|
4210
4210
|
}
|
|
4211
4211
|
A.value = U, F.value.total = isNaN(ue) ? 0 : ue;
|
|
4212
4212
|
} else
|
|
@@ -4220,11 +4220,11 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4220
4220
|
v.value++;
|
|
4221
4221
|
};
|
|
4222
4222
|
return Ue(() => {
|
|
4223
|
-
|
|
4223
|
+
d.value && C.observe(d.value);
|
|
4224
4224
|
}), He(() => {
|
|
4225
4225
|
C?.disconnect();
|
|
4226
4226
|
}), {
|
|
4227
|
-
baseTableContainerRef:
|
|
4227
|
+
baseTableContainerRef: d,
|
|
4228
4228
|
baseTableRef: m,
|
|
4229
4229
|
pagination: F,
|
|
4230
4230
|
getPaginationProps: c,
|
|
@@ -4242,11 +4242,11 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4242
4242
|
resetKey: v,
|
|
4243
4243
|
columnGroups: a,
|
|
4244
4244
|
changeGroupId: s,
|
|
4245
|
-
loadData:
|
|
4245
|
+
loadData: w,
|
|
4246
4246
|
openConfigColumnDialog: r,
|
|
4247
4247
|
resetColumnsWidth: V,
|
|
4248
4248
|
editGroupByGroupId: l,
|
|
4249
|
-
deleteGroupByGroupId:
|
|
4249
|
+
deleteGroupByGroupId: D
|
|
4250
4250
|
};
|
|
4251
4251
|
}, _o = [
|
|
4252
4252
|
"select",
|
|
@@ -4279,53 +4279,53 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4279
4279
|
};
|
|
4280
4280
|
}, ws = (e) => {
|
|
4281
4281
|
const t = T(0), o = () => {
|
|
4282
|
-
const
|
|
4283
|
-
if (
|
|
4284
|
-
const m =
|
|
4282
|
+
const D = [], d = e.value?.$el?.querySelector(".el-table__inner-wrapper");
|
|
4283
|
+
if (d) {
|
|
4284
|
+
const m = d.querySelectorAll(".el-table__header-wrapper");
|
|
4285
4285
|
if (m.length) {
|
|
4286
4286
|
const c = Array.from(m).filter((f) => {
|
|
4287
4287
|
const { display: p } = getComputedStyle(f);
|
|
4288
4288
|
return p !== "none";
|
|
4289
4289
|
}).pop()?.querySelectorAll(".el-table__cell");
|
|
4290
4290
|
if (c?.length) {
|
|
4291
|
-
const f = Array.from(c), [p] = f, C = f.find((v) => !v.classList.contains("el-table-fixed-column--left")), A = C?.getBoundingClientRect().left ?? 0, h =
|
|
4291
|
+
const f = Array.from(c), [p] = f, C = f.find((v) => !v.classList.contains("el-table-fixed-column--left")), A = C?.getBoundingClientRect().left ?? 0, h = d.getBoundingClientRect().left;
|
|
4292
4292
|
let k = Math.abs(A - h);
|
|
4293
4293
|
if (p !== C) {
|
|
4294
|
-
const v = f.findLastIndex((Y) => Y.classList.contains("el-table-fixed-column--left")), V = f[v], { left: M, width:
|
|
4295
|
-
k = M +
|
|
4294
|
+
const v = f.findLastIndex((Y) => Y.classList.contains("el-table-fixed-column--left")), V = f[v], { left: M, width: L } = V.getBoundingClientRect();
|
|
4295
|
+
k = M + L - A;
|
|
4296
4296
|
}
|
|
4297
|
-
const { width: I } = e.value.$el.getBoundingClientRect(), P =
|
|
4297
|
+
const { width: I } = e.value.$el.getBoundingClientRect(), P = d.querySelector(".el-scrollbar__thumb"), y = P ? P.getBoundingClientRect().width : 0, w = y ? y / 2 : 0;
|
|
4298
4298
|
f.forEach((v) => {
|
|
4299
4299
|
const { top: V, left: M } = v.getBoundingClientRect();
|
|
4300
|
-
|
|
4300
|
+
D.push({ element: v, rect: { top: V, left: M + k - I / 2 - w } });
|
|
4301
4301
|
});
|
|
4302
4302
|
}
|
|
4303
4303
|
}
|
|
4304
4304
|
}
|
|
4305
|
-
return
|
|
4306
|
-
}, n = (
|
|
4307
|
-
u.forEach((
|
|
4308
|
-
}, s = ({ element:
|
|
4309
|
-
|
|
4310
|
-
|
|
4305
|
+
return D;
|
|
4306
|
+
}, n = (D, d) => D.toLowerCase().includes(d.toLowerCase()), u = [], a = () => {
|
|
4307
|
+
u.forEach((D) => D()), t.value = 0, u.length = 0;
|
|
4308
|
+
}, s = ({ element: D }) => {
|
|
4309
|
+
D.classList.add("el-table__cell__search-result"), u.push(() => {
|
|
4310
|
+
D.classList.remove("el-table__cell__search-result");
|
|
4311
4311
|
});
|
|
4312
|
-
}, r = ({ rect:
|
|
4313
|
-
const { top:
|
|
4314
|
-
e.value.scrollTo(m,
|
|
4312
|
+
}, r = ({ rect: D }) => {
|
|
4313
|
+
const { top: d, left: m } = D;
|
|
4314
|
+
e.value.scrollTo(m, d);
|
|
4315
4315
|
};
|
|
4316
4316
|
return {
|
|
4317
4317
|
count: t,
|
|
4318
|
-
find: (
|
|
4319
|
-
if (a(),
|
|
4318
|
+
find: (D, d) => {
|
|
4319
|
+
if (a(), D) {
|
|
4320
4320
|
const m = o();
|
|
4321
4321
|
if (m?.length) {
|
|
4322
4322
|
const F = m.filter(({ element: c }) => {
|
|
4323
4323
|
const f = c.textContent;
|
|
4324
|
-
return f ? n(f,
|
|
4324
|
+
return f ? n(f, D) : !1;
|
|
4325
4325
|
});
|
|
4326
4326
|
if (F.length) {
|
|
4327
4327
|
F.forEach(s);
|
|
4328
|
-
const c = F[
|
|
4328
|
+
const c = F[d];
|
|
4329
4329
|
c && r(c), t.value = F.length;
|
|
4330
4330
|
}
|
|
4331
4331
|
}
|
|
@@ -4342,8 +4342,8 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4342
4342
|
}, u = new IntersectionObserver(([s]) => {
|
|
4343
4343
|
let r = "top";
|
|
4344
4344
|
if (!s.isIntersecting) {
|
|
4345
|
-
const l = s.boundingClientRect,
|
|
4346
|
-
l.bottom <=
|
|
4345
|
+
const l = s.boundingClientRect, D = s.rootBounds, d = D ? D.top : 0, m = D ? D.bottom : window.innerHeight;
|
|
4346
|
+
l.bottom <= d ? r = "top" : l.top >= m && (r = "bottom");
|
|
4347
4347
|
}
|
|
4348
4348
|
o.forEach((l) => l(s.isIntersecting, r));
|
|
4349
4349
|
}, t);
|
|
@@ -4404,14 +4404,14 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4404
4404
|
if (po(m))
|
|
4405
4405
|
return;
|
|
4406
4406
|
f();
|
|
4407
|
-
const I = A(), { top: P } = F.getBoundingClientRect(), { left: y, width:
|
|
4407
|
+
const I = A(), { top: P } = F.getBoundingClientRect(), { left: y, width: w } = m.getBoundingClientRect();
|
|
4408
4408
|
ks(m), Object.assign(
|
|
4409
4409
|
m.style,
|
|
4410
4410
|
{
|
|
4411
4411
|
position: "fixed",
|
|
4412
4412
|
top: `${P}px`,
|
|
4413
4413
|
left: `${y}px`,
|
|
4414
|
-
width: `${
|
|
4414
|
+
width: `${w}px`,
|
|
4415
4415
|
zIndex: 100
|
|
4416
4416
|
},
|
|
4417
4417
|
k ?? {}
|
|
@@ -4419,8 +4419,8 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4419
4419
|
const { onUpdate: v, onStop: V } = Ps(I);
|
|
4420
4420
|
v(() => {
|
|
4421
4421
|
if (!u(I)) {
|
|
4422
|
-
const { width: M, left:
|
|
4423
|
-
m.style.width = `${M}px`, m.style.left = `${
|
|
4422
|
+
const { width: M, left: L } = I.getBoundingClientRect();
|
|
4423
|
+
m.style.width = `${M}px`, m.style.left = `${L}px`;
|
|
4424
4424
|
}
|
|
4425
4425
|
}), h = V;
|
|
4426
4426
|
},
|
|
@@ -4456,13 +4456,13 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4456
4456
|
}, l = () => {
|
|
4457
4457
|
const { baseTableOperationElement: m } = e;
|
|
4458
4458
|
m.value && r(Ms(m.value, "base-table-watch-sticky__operation"));
|
|
4459
|
-
},
|
|
4459
|
+
}, D = () => {
|
|
4460
4460
|
o.forEach((m) => m()), o.length = 0;
|
|
4461
4461
|
};
|
|
4462
|
-
return At(
|
|
4462
|
+
return At(D), {
|
|
4463
4463
|
start: l,
|
|
4464
4464
|
reset: async () => {
|
|
4465
|
-
|
|
4465
|
+
D(), await ne(), l();
|
|
4466
4466
|
}
|
|
4467
4467
|
};
|
|
4468
4468
|
}, Vs = () => {
|
|
@@ -4520,6 +4520,7 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4520
4520
|
whenFixedPaginationNoPadding: { type: Boolean, default: !1 },
|
|
4521
4521
|
fullHeight: { type: Boolean, default: !0 },
|
|
4522
4522
|
autoScrollY: { type: Boolean, default: !1 },
|
|
4523
|
+
showSelectCount: { type: Boolean, default: !0 },
|
|
4523
4524
|
data: {},
|
|
4524
4525
|
size: {},
|
|
4525
4526
|
width: {},
|
|
@@ -4583,16 +4584,16 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4583
4584
|
"changeGroup"
|
|
4584
4585
|
], ["update:selectList"]),
|
|
4585
4586
|
setup(e, { expose: t, emit: o }) {
|
|
4586
|
-
Te((
|
|
4587
|
-
|
|
4588
|
-
|
|
4587
|
+
Te((O) => ({
|
|
4588
|
+
c3d0867a: It.value,
|
|
4589
|
+
d7bb0fa6: i(F)
|
|
4589
4590
|
}));
|
|
4590
|
-
const n = e, u = Ge(e, "selectList"), a = o, s = Kt(), { baseTableEventMap: r } = bs(a, (
|
|
4591
|
-
|
|
4591
|
+
const n = e, u = Ge(e, "selectList"), a = o, s = Kt(), { baseTableEventMap: r } = bs(a, (O, ...Z) => {
|
|
4592
|
+
O === "selection-change" && (u.value = Z[0]);
|
|
4592
4593
|
}), {
|
|
4593
4594
|
baseTableRef: l,
|
|
4594
|
-
baseTableContainerRef:
|
|
4595
|
-
pagination:
|
|
4595
|
+
baseTableContainerRef: D,
|
|
4596
|
+
pagination: d,
|
|
4596
4597
|
getPaginationProps: m,
|
|
4597
4598
|
paginationWidth: F,
|
|
4598
4599
|
tableData: c,
|
|
@@ -4605,11 +4606,11 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4605
4606
|
loadingConfigColumns: I,
|
|
4606
4607
|
loadDataLoading: P,
|
|
4607
4608
|
groupId: y,
|
|
4608
|
-
resetKey:
|
|
4609
|
+
resetKey: w,
|
|
4609
4610
|
columnGroups: v,
|
|
4610
4611
|
changeGroupId: V,
|
|
4611
4612
|
editGroupByGroupId: M,
|
|
4612
|
-
deleteGroupByGroupId:
|
|
4613
|
+
deleteGroupByGroupId: L,
|
|
4613
4614
|
loadData: Y,
|
|
4614
4615
|
openConfigColumnDialog: $,
|
|
4615
4616
|
resetColumnsWidth: _
|
|
@@ -4617,41 +4618,41 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4617
4618
|
let ue = !1;
|
|
4618
4619
|
const ae = () => {
|
|
4619
4620
|
ue || (Y(), a("paginationChange"));
|
|
4620
|
-
},
|
|
4621
|
-
ue = !0,
|
|
4621
|
+
}, De = async (O = !0) => {
|
|
4622
|
+
ue = !0, O && Object.assign(d.value, {
|
|
4622
4623
|
current: 1
|
|
4623
4624
|
}), await ne(), await Y(), a("refreshed"), await ne(), ue = !1;
|
|
4624
4625
|
}, Q = T(), { start: me, reset: Pe } = Ns({
|
|
4625
4626
|
baseTableOperationElement: Q,
|
|
4626
4627
|
baseTableRef: l,
|
|
4627
4628
|
stickyTriggerSelector: n.stickyTriggerSelector
|
|
4628
|
-
}), ko = async (
|
|
4629
|
-
|
|
4629
|
+
}), ko = async (O, Z) => {
|
|
4630
|
+
O === y.value && !Z || (V(O, Z), await Pe(), a("changeGroup", O));
|
|
4630
4631
|
}, nt = T(!1), bt = async () => {
|
|
4631
4632
|
try {
|
|
4632
4633
|
n.autoLoad && await Y();
|
|
4633
4634
|
} finally {
|
|
4634
4635
|
nt.value = !0;
|
|
4635
4636
|
}
|
|
4636
|
-
}, So = () =>
|
|
4637
|
+
}, So = () => d.value, wt = G(() => N.omit(d.value, "total")), To = tt(() => {
|
|
4637
4638
|
!I.value && nt.value && (a("loaded"), n.stickyHeader && ne(me), To());
|
|
4638
|
-
}), Go =
|
|
4639
|
-
const
|
|
4640
|
-
return
|
|
4639
|
+
}), Go = G(() => (O) => {
|
|
4640
|
+
const Z = n.enableDragProps;
|
|
4641
|
+
return Z && (Array.isArray(Z) ? Z : [Z]).includes(O.prop || "") ? Ut : "";
|
|
4641
4642
|
}), xo = () => {
|
|
4642
4643
|
l.value?.clearSelection?.();
|
|
4643
|
-
}, Po =
|
|
4644
|
-
const { oldIndex:
|
|
4645
|
-
Pt(
|
|
4646
|
-
}, Ro = (
|
|
4647
|
-
if (!Oe(
|
|
4648
|
-
const
|
|
4649
|
-
if (!
|
|
4650
|
-
const Ee =
|
|
4651
|
-
Ee.bottom >= we.height ?
|
|
4644
|
+
}, Po = G(() => !n.enableDragProps), Mo = (O) => {
|
|
4645
|
+
const { oldIndex: Z, newIndex: Ce } = O;
|
|
4646
|
+
Pt(Z) || Pt(Ce) || Z === Ce || a("drag", { oldIndex: Z, newIndex: Ce }, c.value);
|
|
4647
|
+
}, Ro = (O) => {
|
|
4648
|
+
if (!Oe(O.newIndex) && !Oe(O.oldIndex)) {
|
|
4649
|
+
const Z = document.querySelectorAll(".el-table__row"), Ce = document.querySelector(".mainWrapper");
|
|
4650
|
+
if (!Z[O.newIndex] || !Ce) return;
|
|
4651
|
+
const Ee = Z[O.newIndex].getBoundingClientRect(), we = Ce.getBoundingClientRect();
|
|
4652
|
+
Ee.bottom >= we.height ? Z[O.newIndex]?.scrollIntoView({
|
|
4652
4653
|
behavior: "smooth",
|
|
4653
4654
|
block: "center"
|
|
4654
|
-
}) : Ee.top <= 220 &&
|
|
4655
|
+
}) : Ee.top <= 220 && Z[O.newIndex]?.scrollIntoView({
|
|
4655
4656
|
behavior: "smooth",
|
|
4656
4657
|
block: "center"
|
|
4657
4658
|
});
|
|
@@ -4661,23 +4662,23 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4661
4662
|
await ne(), n.formBuilder ? n.formBuilder.onColumnsLoaded(bt) : await bt();
|
|
4662
4663
|
});
|
|
4663
4664
|
const No = () => {
|
|
4664
|
-
const
|
|
4665
|
-
return A.value.reduce((
|
|
4665
|
+
const O = Object.values(C).map((Z) => Z.prop);
|
|
4666
|
+
return A.value.reduce((Z, Ce) => {
|
|
4666
4667
|
const { prop: Ee, exportProp: we } = Ce;
|
|
4667
|
-
return Ee && !
|
|
4668
|
-
|
|
4669
|
-
}) : !
|
|
4668
|
+
return Ee && !O.includes(Ee) && (we ? (Array.isArray(we) ? we : [we]).forEach((Ze) => {
|
|
4669
|
+
Z.includes(Ze) || Z.push(Ze);
|
|
4670
|
+
}) : !Z.includes(Ee) && Z.push(Ee)), Z;
|
|
4670
4671
|
}, []);
|
|
4671
4672
|
}, It = T(""), { onResize: Vo } = Vs();
|
|
4672
4673
|
return Vo(
|
|
4673
4674
|
() => l?.value?.$el,
|
|
4674
4675
|
() => {
|
|
4675
|
-
const { left:
|
|
4676
|
-
It.value = `${
|
|
4676
|
+
const { left: O } = l.value.$el.getBoundingClientRect();
|
|
4677
|
+
It.value = `${O + 3}px`;
|
|
4677
4678
|
}
|
|
4678
4679
|
), t({
|
|
4679
4680
|
loadData: Y,
|
|
4680
|
-
refresh:
|
|
4681
|
+
refresh: De,
|
|
4681
4682
|
openConfigColumnDialog: $,
|
|
4682
4683
|
getPagination: So,
|
|
4683
4684
|
clearSort: () => {
|
|
@@ -4686,35 +4687,37 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4686
4687
|
getExportColumnsProps: No,
|
|
4687
4688
|
elTable: l,
|
|
4688
4689
|
getTableData: () => c.value
|
|
4689
|
-
}), (
|
|
4690
|
+
}), (O, Z) => {
|
|
4690
4691
|
const Ce = S("el-icon"), Ee = S("el-table-column"), we = S("el-table"), kt = S("el-pagination"), Ze = Fe("loading");
|
|
4691
|
-
return g(),
|
|
4692
|
-
|
|
4692
|
+
return g(), b(K, null, [
|
|
4693
|
+
x("div", {
|
|
4693
4694
|
ref_key: "baseTableContainerRef",
|
|
4694
|
-
ref:
|
|
4695
|
+
ref: D,
|
|
4695
4696
|
class: re([
|
|
4696
4697
|
"base-table__container z-table",
|
|
4697
4698
|
{
|
|
4698
|
-
"is-full-height":
|
|
4699
|
+
"is-full-height": O.fullHeight
|
|
4699
4700
|
}
|
|
4700
4701
|
])
|
|
4701
4702
|
}, [
|
|
4702
|
-
|
|
4703
|
+
O.hasDefaultOperation || u.value.length || s.header || s.operation ? (g(), b("div", {
|
|
4703
4704
|
key: 0,
|
|
4704
4705
|
ref_key: "baseTableOperationElement",
|
|
4705
4706
|
ref: Q,
|
|
4706
4707
|
class: "base-table__header"
|
|
4707
4708
|
}, [
|
|
4708
|
-
u.value.length ? (g(),
|
|
4709
|
+
u.value.length ? (g(), b("div", {
|
|
4709
4710
|
key: 0,
|
|
4710
4711
|
class: re([
|
|
4711
4712
|
"select-count",
|
|
4712
4713
|
{
|
|
4713
|
-
"select-count--auto-width": !s.selectSlot
|
|
4714
|
+
"select-count--auto-width": !s.selectSlot,
|
|
4715
|
+
"select-count__hidden": !O.showSelectCount
|
|
4714
4716
|
}
|
|
4715
4717
|
])
|
|
4716
4718
|
}, [
|
|
4717
|
-
|
|
4719
|
+
O.showSelectCount ? (g(), b("div", {
|
|
4720
|
+
key: 0,
|
|
4718
4721
|
class: re([
|
|
4719
4722
|
"select-count__count",
|
|
4720
4723
|
{
|
|
@@ -4729,49 +4732,49 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4729
4732
|
]),
|
|
4730
4733
|
_: 1
|
|
4731
4734
|
})
|
|
4732
|
-
], 2),
|
|
4733
|
-
pe(
|
|
4734
|
-
], 2)) :
|
|
4735
|
-
!s.selectSlot || !u.value.length ? (g(),
|
|
4736
|
-
pe(
|
|
4737
|
-
])) :
|
|
4738
|
-
|
|
4739
|
-
pe(
|
|
4740
|
-
(g(!0),
|
|
4735
|
+
], 2)) : z("", !0),
|
|
4736
|
+
pe(O.$slots, "selectSlot", {}, void 0, !0)
|
|
4737
|
+
], 2)) : z("", !0),
|
|
4738
|
+
!s.selectSlot || !u.value.length ? (g(), b("div", Os, [
|
|
4739
|
+
pe(O.$slots, "header", { pagination: wt.value }, void 0, !0)
|
|
4740
|
+
])) : z("", !0),
|
|
4741
|
+
O.hasDefaultOperation && (!s.selectSlot || !u.value.length) ? (g(), b("div", Ls, [
|
|
4742
|
+
pe(O.$slots, "operation", { pagination: wt.value }, void 0, !0),
|
|
4743
|
+
(g(!0), b(K, null, se(i(k), (le) => (g(), b(K, {
|
|
4741
4744
|
key: le.type
|
|
4742
4745
|
}, [
|
|
4743
4746
|
le.type === "refresh" ? (g(), R(mt, {
|
|
4744
4747
|
key: 0,
|
|
4745
4748
|
tips: "刷新",
|
|
4746
4749
|
src: i(Ta),
|
|
4747
|
-
onClick:
|
|
4748
|
-
}, null, 8, ["src"])) :
|
|
4750
|
+
onClick: Z[0] || (Z[0] = (Me) => De(!1))
|
|
4751
|
+
}, null, 8, ["src"])) : z("", !0),
|
|
4749
4752
|
le.type === "resetColumnsWidth" ? (g(), R(mt, {
|
|
4750
4753
|
key: 1,
|
|
4751
4754
|
src: i(Ga),
|
|
4752
4755
|
tips: "重置列宽",
|
|
4753
4756
|
onClick: i(_)
|
|
4754
|
-
}, null, 8, ["src", "onClick"])) :
|
|
4755
|
-
le.type === "configColumns" &&
|
|
4757
|
+
}, null, 8, ["src", "onClick"])) : z("", !0),
|
|
4758
|
+
le.type === "configColumns" && O.columnConfig?.pageId ? (g(), R(Cs, {
|
|
4756
4759
|
key: 2,
|
|
4757
4760
|
"group-id": i(y),
|
|
4758
4761
|
"column-groups": i(v),
|
|
4759
4762
|
"column-config": n.columnConfig,
|
|
4760
4763
|
onChange: ko,
|
|
4761
4764
|
onEdit: i(M),
|
|
4762
|
-
onDelete: i(
|
|
4763
|
-
}, null, 8, ["group-id", "column-groups", "column-config", "onEdit", "onDelete"])) :
|
|
4765
|
+
onDelete: i(L)
|
|
4766
|
+
}, null, 8, ["group-id", "column-groups", "column-config", "onEdit", "onDelete"])) : z("", !0)
|
|
4764
4767
|
], 64))), 128))
|
|
4765
|
-
])) :
|
|
4766
|
-
], 512)) :
|
|
4767
|
-
|
|
4768
|
-
key: i(
|
|
4768
|
+
])) : z("", !0)
|
|
4769
|
+
], 512)) : z("", !0),
|
|
4770
|
+
de((g(), b("div", {
|
|
4771
|
+
key: i(w),
|
|
4769
4772
|
class: re([
|
|
4770
4773
|
"base-table__body",
|
|
4771
4774
|
{
|
|
4772
|
-
"base-table__body__fix-pagination": !
|
|
4773
|
-
"base-table__body__update-scroll":
|
|
4774
|
-
"base-table__body__auto-scroll-y":
|
|
4775
|
+
"base-table__body__fix-pagination": !O.whenFixedPaginationNoPadding && O.fixedPagination,
|
|
4776
|
+
"base-table__body__update-scroll": O.hasPagination && O.fixedPagination,
|
|
4777
|
+
"base-table__body__auto-scroll-y": O.autoScrollY
|
|
4775
4778
|
}
|
|
4776
4779
|
])
|
|
4777
4780
|
}, [
|
|
@@ -4779,15 +4782,15 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4779
4782
|
key: 0,
|
|
4780
4783
|
modelValue: i(c),
|
|
4781
4784
|
"onUpdate:modelValue": [
|
|
4782
|
-
|
|
4783
|
-
|
|
4785
|
+
Z[1] || (Z[1] = (le) => Ae(c) ? c.value = le : null),
|
|
4786
|
+
Z[2] || (Z[2] = (le) => a("update:tableData", le))
|
|
4784
4787
|
],
|
|
4785
4788
|
disabled: Po.value,
|
|
4786
4789
|
class: "base-table__draggable",
|
|
4787
4790
|
target: ".base-table__table tbody",
|
|
4788
|
-
"item-key":
|
|
4791
|
+
"item-key": O.draggableAttrs?.idKey ?? O.rowKey ?? "id",
|
|
4789
4792
|
handle: `.${i(Ut)}`,
|
|
4790
|
-
animation:
|
|
4793
|
+
animation: O.draggableAttrs?.animation ?? 150,
|
|
4791
4794
|
onEnd: Mo,
|
|
4792
4795
|
onChange: Ro
|
|
4793
4796
|
}, {
|
|
@@ -4798,7 +4801,7 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4798
4801
|
class: [
|
|
4799
4802
|
"base-table__table",
|
|
4800
4803
|
{
|
|
4801
|
-
"el-table__outside-border":
|
|
4804
|
+
"el-table__outside-border": O.border,
|
|
4802
4805
|
"is-empty__table": !i(c).length
|
|
4803
4806
|
}
|
|
4804
4807
|
]
|
|
@@ -4808,18 +4811,18 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4808
4811
|
"show-overflow-tooltip": ""
|
|
4809
4812
|
}, _e(i(r))), {
|
|
4810
4813
|
empty: B(() => [
|
|
4811
|
-
pe(
|
|
4814
|
+
pe(O.$slots, "empty", {}, () => [
|
|
4812
4815
|
E(lo)
|
|
4813
4816
|
], !0)
|
|
4814
4817
|
]),
|
|
4815
4818
|
default: B(() => [
|
|
4816
|
-
(g(!0),
|
|
4819
|
+
(g(!0), b(K, null, se(i(A), (le) => (g(), R(Ee, oe({ ref_for: !0 }, i(p)(le), {
|
|
4817
4820
|
key: le.prop,
|
|
4818
4821
|
"class-name": `${Go.value(le)} ${le.className ?? ""}`
|
|
4819
4822
|
}), {
|
|
4820
4823
|
header: B(({ column: Me, $index: ut }) => [
|
|
4821
|
-
|
|
4822
|
-
|
|
4824
|
+
x("div", Hs, [
|
|
4825
|
+
x("div", Us, [
|
|
4823
4826
|
E(i(Es), {
|
|
4824
4827
|
column: le,
|
|
4825
4828
|
"header-column": Me,
|
|
@@ -4833,8 +4836,8 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4833
4836
|
key: 0,
|
|
4834
4837
|
column: le,
|
|
4835
4838
|
row: Me,
|
|
4836
|
-
data: { ...Me, $index: ut, $tableData: i(c), $defaultSort:
|
|
4837
|
-
}, null, 8, ["column", "row", "data"])) :
|
|
4839
|
+
data: { ...Me, $index: ut, $tableData: i(c), $defaultSort: O.defaultSort, $rowKey: O.rowKey }
|
|
4840
|
+
}, null, 8, ["column", "row", "data"])) : z("", !0)
|
|
4838
4841
|
]),
|
|
4839
4842
|
_: 2
|
|
4840
4843
|
}, 1040, ["class-name"]))), 128))
|
|
@@ -4843,45 +4846,45 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4843
4846
|
}, 16, ["class", "header-cell-style", "data"])
|
|
4844
4847
|
]),
|
|
4845
4848
|
_: 3
|
|
4846
|
-
}, 8, ["modelValue", "disabled", "item-key", "handle", "animation"])) :
|
|
4849
|
+
}, 8, ["modelValue", "disabled", "item-key", "handle", "animation"])) : z("", !0)
|
|
4847
4850
|
], 2)), [
|
|
4848
4851
|
[Ze, i(I) || i(P)]
|
|
4849
4852
|
]),
|
|
4850
|
-
|
|
4851
|
-
|
|
4853
|
+
O.hasPagination ? (g(), b("div", Qs, [
|
|
4854
|
+
x("div", {
|
|
4852
4855
|
class: re({
|
|
4853
|
-
"base-table__pagination-fixed":
|
|
4856
|
+
"base-table__pagination-fixed": O.fixedPagination,
|
|
4854
4857
|
"base-table__base-pagination": !0,
|
|
4855
|
-
"base-table__pagination-right":
|
|
4858
|
+
"base-table__pagination-right": O.paginationPosition === "right"
|
|
4856
4859
|
})
|
|
4857
4860
|
}, [
|
|
4858
4861
|
E(kt, oe(i(m), {
|
|
4859
|
-
"current-page": i(
|
|
4860
|
-
"onUpdate:currentPage":
|
|
4861
|
-
"page-size": i(
|
|
4862
|
-
"onUpdate:pageSize":
|
|
4863
|
-
total: i(
|
|
4862
|
+
"current-page": i(d).current,
|
|
4863
|
+
"onUpdate:currentPage": Z[3] || (Z[3] = (le) => i(d).current = le),
|
|
4864
|
+
"page-size": i(d).size,
|
|
4865
|
+
"onUpdate:pageSize": Z[4] || (Z[4] = (le) => i(d).size = le),
|
|
4866
|
+
total: i(d).total,
|
|
4864
4867
|
onChange: ae
|
|
4865
4868
|
}), null, 16, ["current-page", "page-size", "total"])
|
|
4866
4869
|
], 2)
|
|
4867
|
-
])) :
|
|
4870
|
+
])) : z("", !0)
|
|
4868
4871
|
], 2),
|
|
4869
4872
|
E(us, {
|
|
4870
4873
|
ref_key: "configColumnsDialogRef",
|
|
4871
4874
|
ref: h,
|
|
4872
4875
|
"column-config": n.columnConfig,
|
|
4873
|
-
onSaveColumns:
|
|
4876
|
+
onSaveColumns: Z[5] || (Z[5] = (le) => a("saveColumns"))
|
|
4874
4877
|
}, null, 8, ["column-config"]),
|
|
4875
|
-
|
|
4878
|
+
O.enableColumnSearch ? (g(), R(cs, {
|
|
4876
4879
|
key: 0,
|
|
4877
4880
|
count: i(H),
|
|
4878
4881
|
onFind: i(U),
|
|
4879
4882
|
onHidden: i(j)
|
|
4880
|
-
}, null, 8, ["count", "onFind", "onHidden"])) :
|
|
4883
|
+
}, null, 8, ["count", "onFind", "onHidden"])) : z("", !0)
|
|
4881
4884
|
], 64);
|
|
4882
4885
|
};
|
|
4883
4886
|
}
|
|
4884
|
-
}), Zs = /* @__PURE__ */ te(zs, [["__scopeId", "data-v-
|
|
4887
|
+
}), Zs = /* @__PURE__ */ te(zs, [["__scopeId", "data-v-8d337774"]]), Ys = ge(Zs, "ZTable"), Xs = ge(Bo, "ZTableLinkButton"), Ws = { class: "z-tips-form-item__container" }, js = /* @__PURE__ */ X({
|
|
4885
4888
|
name: "ZTipsFormItem",
|
|
4886
4889
|
__name: "index",
|
|
4887
4890
|
props: {
|
|
@@ -4904,7 +4907,7 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4904
4907
|
prop: u.prop
|
|
4905
4908
|
}, {
|
|
4906
4909
|
label: B(() => [
|
|
4907
|
-
|
|
4910
|
+
x("div", Ws, [
|
|
4908
4911
|
W(q(u.label) + " ", 1),
|
|
4909
4912
|
u.content ? (g(), R(r, {
|
|
4910
4913
|
key: 0,
|
|
@@ -4913,7 +4916,7 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4913
4916
|
"raw-content": u.rawContent
|
|
4914
4917
|
}, {
|
|
4915
4918
|
default: B(() => [
|
|
4916
|
-
|
|
4919
|
+
x("div", {
|
|
4917
4920
|
class: "tips__icon",
|
|
4918
4921
|
onClick: ye(n, ["stop", "prevent"])
|
|
4919
4922
|
}, [
|
|
@@ -4926,8 +4929,8 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4926
4929
|
])
|
|
4927
4930
|
]),
|
|
4928
4931
|
_: 1
|
|
4929
|
-
}, 8, ["content", "raw-content"])) :
|
|
4930
|
-
u.tipsText ? (g(),
|
|
4932
|
+
}, 8, ["content", "raw-content"])) : z("", !0),
|
|
4933
|
+
u.tipsText ? (g(), b("div", {
|
|
4931
4934
|
key: 1,
|
|
4932
4935
|
class: "tips__icon",
|
|
4933
4936
|
onClick: ye(n, ["stop", "prevent"])
|
|
@@ -4939,7 +4942,7 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4939
4942
|
_: 1
|
|
4940
4943
|
}),
|
|
4941
4944
|
W(" " + q(u.tipsText), 1)
|
|
4942
|
-
])) :
|
|
4945
|
+
])) : z("", !0)
|
|
4943
4946
|
])
|
|
4944
4947
|
]),
|
|
4945
4948
|
default: B(() => [
|
|
@@ -4975,8 +4978,8 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4975
4978
|
});
|
|
4976
4979
|
}, s = (l) => {
|
|
4977
4980
|
l.style.maxHeight = "", l.style.opacity = "";
|
|
4978
|
-
}, r =
|
|
4979
|
-
return (l,
|
|
4981
|
+
}, r = G(() => !Oe(e.visible));
|
|
4982
|
+
return (l, D) => (g(), R(qt, {
|
|
4980
4983
|
name: "z-transition-fade-height",
|
|
4981
4984
|
onBeforeEnter: t,
|
|
4982
4985
|
onEnter: o,
|
|
@@ -4986,9 +4989,9 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
4986
4989
|
onAfterLeave: s
|
|
4987
4990
|
}, {
|
|
4988
4991
|
default: B(() => [
|
|
4989
|
-
!r.value || l.visible ? (g(),
|
|
4992
|
+
!r.value || l.visible ? (g(), b("div", Js, [
|
|
4990
4993
|
pe(l.$slots, "default", {}, void 0, !0)
|
|
4991
|
-
])) :
|
|
4994
|
+
])) : z("", !0)
|
|
4992
4995
|
]),
|
|
4993
4996
|
_: 3
|
|
4994
4997
|
}));
|
|
@@ -5003,7 +5006,7 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
5003
5006
|
distance: { default: "top" }
|
|
5004
5007
|
},
|
|
5005
5008
|
setup(e) {
|
|
5006
|
-
const t =
|
|
5009
|
+
const t = G(() => {
|
|
5007
5010
|
let o = "0", n = "0";
|
|
5008
5011
|
switch (e.direction) {
|
|
5009
5012
|
case "top":
|
|
@@ -5026,13 +5029,13 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
5026
5029
|
});
|
|
5027
5030
|
return (o, n) => (g(), R(qt, { name: "z-fade-slide" }, {
|
|
5028
5031
|
default: B(() => [
|
|
5029
|
-
o.visible ? (g(),
|
|
5032
|
+
o.visible ? (g(), b("div", {
|
|
5030
5033
|
key: 0,
|
|
5031
5034
|
class: "z-fade-slide__container",
|
|
5032
5035
|
style: gt(t.value)
|
|
5033
5036
|
}, [
|
|
5034
5037
|
pe(o.$slots, "default", {}, void 0, !0)
|
|
5035
|
-
], 4)) :
|
|
5038
|
+
], 4)) : z("", !0)
|
|
5036
5039
|
]),
|
|
5037
5040
|
_: 3
|
|
5038
5041
|
}));
|
|
@@ -5066,9 +5069,9 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
5066
5069
|
const { selectionStart: a, selectionEnd: s, value: r } = e, l = r.length;
|
|
5067
5070
|
if (l) {
|
|
5068
5071
|
e.value = r.substring(0, a ?? 0) + u + r.substring(s ?? l);
|
|
5069
|
-
const
|
|
5072
|
+
const D = (a ?? 0) + u.length;
|
|
5070
5073
|
ne().then(() => {
|
|
5071
|
-
e.setSelectionRange(
|
|
5074
|
+
e.setSelectionRange(D, D);
|
|
5072
5075
|
});
|
|
5073
5076
|
} else
|
|
5074
5077
|
e.value = u;
|
|
@@ -5124,11 +5127,11 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, ys = (e) => {
|
|
|
5124
5127
|
}
|
|
5125
5128
|
}, cl = {
|
|
5126
5129
|
injectDirective: !0
|
|
5127
|
-
},
|
|
5130
|
+
}, dl = (e) => ({
|
|
5128
5131
|
...cl,
|
|
5129
5132
|
...e ?? {}
|
|
5130
|
-
}),
|
|
5131
|
-
version:
|
|
5133
|
+
}), Dl = "0.5.18", pl = {
|
|
5134
|
+
version: Dl
|
|
5132
5135
|
};
|
|
5133
5136
|
function Rl(e, t, o) {
|
|
5134
5137
|
if (je(e))
|
|
@@ -5194,31 +5197,31 @@ const Wt = (e) => {
|
|
|
5194
5197
|
return `on${t.toUpperCase() + o.join("")}`;
|
|
5195
5198
|
}, Ql = () => {
|
|
5196
5199
|
Jt()?.appContext || console.warn("useOpenDialog must be called in setup");
|
|
5197
|
-
const t = T([]), { mount: o } = gl(), n =
|
|
5200
|
+
const t = T([]), { mount: o } = gl(), n = dn(), u = (r, l) => {
|
|
5198
5201
|
if (r) {
|
|
5199
|
-
const
|
|
5200
|
-
if (
|
|
5202
|
+
const D = t.value.findIndex((d) => d.id === r);
|
|
5203
|
+
if (D > -1)
|
|
5201
5204
|
if (l)
|
|
5202
|
-
t.value[
|
|
5205
|
+
t.value[D].cleanup(), t.value.splice(D, 1);
|
|
5203
5206
|
else {
|
|
5204
|
-
for (let
|
|
5205
|
-
t.value[
|
|
5206
|
-
t.value.splice(
|
|
5207
|
+
for (let d = D; d < t.value.length; d++)
|
|
5208
|
+
t.value[d].cleanup();
|
|
5209
|
+
t.value.splice(D);
|
|
5207
5210
|
}
|
|
5208
5211
|
} else
|
|
5209
|
-
t.value.forEach((
|
|
5210
|
-
|
|
5212
|
+
t.value.forEach((D) => {
|
|
5213
|
+
D.cleanup();
|
|
5211
5214
|
}), t.value = [];
|
|
5212
|
-
}, a = async (r, l,
|
|
5215
|
+
}, a = async (r, l, D, d) => {
|
|
5213
5216
|
const m = Hn(r) ? jo({
|
|
5214
5217
|
loader: r,
|
|
5215
5218
|
delay: 0
|
|
5216
5219
|
// 立即加载
|
|
5217
5220
|
}) : r;
|
|
5218
5221
|
await ne();
|
|
5219
|
-
const F =
|
|
5222
|
+
const F = D ?? Fl(), c = document.createElement("div");
|
|
5220
5223
|
return new Promise((f, p) => {
|
|
5221
|
-
const C =
|
|
5224
|
+
const C = d?.notCloseBeforeRouteChange ? null : et(
|
|
5222
5225
|
() => n.fullPath,
|
|
5223
5226
|
() => {
|
|
5224
5227
|
u(), p();
|
|
@@ -5258,10 +5261,10 @@ const Wt = (e) => {
|
|
|
5258
5261
|
return {
|
|
5259
5262
|
openDialog: a,
|
|
5260
5263
|
closeDialog: u,
|
|
5261
|
-
openDialogIgnoreRouteChange: (r, l,
|
|
5264
|
+
openDialogIgnoreRouteChange: (r, l, D, d) => a(r, l, D, { ...d, notCloseBeforeRouteChange: !0 })
|
|
5262
5265
|
};
|
|
5263
5266
|
}, Cl = (e, t) => {
|
|
5264
|
-
const o =
|
|
5267
|
+
const o = dl(t);
|
|
5265
5268
|
(o?.components ?? Object.keys(zt)).forEach((u) => {
|
|
5266
5269
|
const a = Reflect.get(zt, u);
|
|
5267
5270
|
a.install ? e.use(a, t) : console.error(`组件${u}不存在`);
|
|
@@ -5332,7 +5335,7 @@ export {
|
|
|
5332
5335
|
io as getCurrentDateRange,
|
|
5333
5336
|
Sl as getDaysRange,
|
|
5334
5337
|
ce as getRecentDateRange,
|
|
5335
|
-
|
|
5338
|
+
du as handleLongMaxValue,
|
|
5336
5339
|
il as initZUiDirectives,
|
|
5337
5340
|
Tl as isAfterNow,
|
|
5338
5341
|
Hn as isAsyncComponent,
|