es-plus-ui 1.3.0 → 1.3.1
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/README.md +0 -27
- package/dist/es-plus.js +412 -412
- package/dist/es-plus.js.map +1 -1
- package/dist/es-plus.umd.cjs +1 -1
- package/dist/es-plus.umd.cjs.map +1 -1
- package/dist/src/components/es-dialog/src/component.vue.d.ts +4 -2
- package/dist/style.css +1 -1
- package/package.json +1 -6
- package/dist/resolver.cjs +0 -97
- package/dist/resolver.d.ts +0 -25
- package/dist/resolver.mjs +0 -74
- package/dist/src/resolver.d.ts +0 -44
package/dist/es-plus.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as fe, reactive as Je, onMounted as pt, onUpdated as
|
|
2
|
-
import { ElConfigProvider as We, ElTableColumn as
|
|
1
|
+
import { defineComponent as fe, reactive as Je, onMounted as pt, onUpdated as _t, h as Q, isVNode as Vt, inject as ce, openBlock as b, createBlock as T, unref as p, normalizeProps as Fe, mergeProps as J, withCtx as P, createElementBlock as D, Fragment as X, renderList as ge, createSlots as Xe, renderSlot as Te, computed as w, createElementVNode as U, toDisplayString as me, normalizeStyle as ke, createTextVNode as ae, createCommentVNode as G, ref as V, onBeforeUnmount as At, nextTick as qe, useSlots as Ot, getCurrentInstance as $e, watch as be, useAttrs as Et, provide as ct, normalizeClass as mt, withDirectives as gt, createVNode as Y, toRaw as Le, render as ut, guardReactiveProps as Bt, withModifiers as qt, vShow as Lt } from "vue";
|
|
2
|
+
import { ElConfigProvider as We, ElTableColumn as Ee, ElButton as de, ElTable as $t, ElPagination as jt, vLoading as Ut, ElInput as dt, ElSelect as Nt, ElOption as Mt, ElDatePicker as Kt, ElTimePicker as Qt, ElSlider as Wt, ElColorPicker as Gt, ElTransfer as Yt, ElCascader as Jt, ElRadioGroup as Xt, ElRadio as Zt, ElCheckboxGroup as en, ElCheckbox as tn, ElSwitch as nn, ElRate as on, ElUpload as an, ElForm as ln, ElRow as rn, ElCol as Ct, ElFormItem as Qe, ElDropdown as St, ElDropdownMenu as It, ElDropdownItem as Be, ElDialog as sn, ElIcon as wt } from "element-plus";
|
|
3
3
|
import * as ft from "@element-plus/icons-vue";
|
|
4
4
|
import { FullScreen as cn, CopyDocument as un, Close as dn } from "@element-plus/icons-vue";
|
|
5
|
-
const fn = "1.3.
|
|
5
|
+
const fn = "1.3.1";
|
|
6
6
|
var Ve = {
|
|
7
7
|
name: "zh-cn",
|
|
8
8
|
el: {
|
|
@@ -192,7 +192,7 @@ const it = fe({
|
|
|
192
192
|
locale: { type: Object, default: null }
|
|
193
193
|
},
|
|
194
194
|
setup(t) {
|
|
195
|
-
const
|
|
195
|
+
const m = t.refs && typeof t.refs == "object" ? t.refs : Je({});
|
|
196
196
|
function h(o) {
|
|
197
197
|
if (!o) return null;
|
|
198
198
|
if (typeof o == "function") return o;
|
|
@@ -213,34 +213,34 @@ const it = fe({
|
|
|
213
213
|
const o = e.component;
|
|
214
214
|
if (!o) return;
|
|
215
215
|
const r = o.exposed || o.proxy;
|
|
216
|
-
r && (
|
|
216
|
+
r && (m.currentRef = r, typeof a == "function" && a(r));
|
|
217
217
|
}
|
|
218
|
-
return pt(() => n()),
|
|
218
|
+
return pt(() => n()), _t(() => n()), () => {
|
|
219
219
|
var d;
|
|
220
220
|
const { instance: o } = t, r = {
|
|
221
221
|
...o,
|
|
222
222
|
registerRef: (y, c) => {
|
|
223
|
-
c != null && (
|
|
223
|
+
c != null && (m[y] = c);
|
|
224
224
|
},
|
|
225
|
-
getRefs: () =>
|
|
225
|
+
getRefs: () => m
|
|
226
226
|
}, i = t.render(Q, r, t.components || {}) || "";
|
|
227
227
|
return typeof i == "string" ? (e = null, Q(We, {
|
|
228
228
|
locale: t.locale || Ve
|
|
229
229
|
}, () => Q("span", {
|
|
230
230
|
ref: (y) => {
|
|
231
|
-
|
|
231
|
+
m.currentRef = y;
|
|
232
232
|
}
|
|
233
233
|
}, i))) : Vt(i) ? typeof i.type != "string" ? (e = i, a = h(i.ref) || h((d = i.props) == null ? void 0 : d.ref), i) : (e = null, Q(We, {
|
|
234
234
|
locale: t.locale || Ve
|
|
235
235
|
}, () => Q("div", {
|
|
236
236
|
ref: (c) => {
|
|
237
|
-
|
|
237
|
+
m.currentRef = c;
|
|
238
238
|
}
|
|
239
239
|
}, [i]))) : (e = null, Q(We, {
|
|
240
240
|
locale: t.locale || Ve
|
|
241
241
|
}, () => Q(i, {
|
|
242
242
|
ref: (y) => {
|
|
243
|
-
|
|
243
|
+
m.currentRef = y;
|
|
244
244
|
}
|
|
245
245
|
})));
|
|
246
246
|
};
|
|
@@ -251,7 +251,7 @@ const it = fe({
|
|
|
251
251
|
cols: {}
|
|
252
252
|
},
|
|
253
253
|
setup(t) {
|
|
254
|
-
const
|
|
254
|
+
const m = ce("$EsPlus", {}), h = fe({
|
|
255
255
|
props: {
|
|
256
256
|
row: { type: Object, default: () => ({}) },
|
|
257
257
|
index: { type: Number, default: 0 },
|
|
@@ -281,59 +281,59 @@ const it = fe({
|
|
|
281
281
|
for (let y = 1; y < i.length; y++)
|
|
282
282
|
d += e(i[y]);
|
|
283
283
|
o[d] = n[r];
|
|
284
|
-
} else r === "key" ? (o.prop = n[r], o[r] = n[r]) : r === "label" && n.labelKey && typeof
|
|
284
|
+
} else r === "key" ? (o.prop = n[r], o[r] = n[r]) : r === "label" && n.labelKey && typeof m.t == "function" ? o.label = m.t(n.labelKey) : o[r] = n[r];
|
|
285
285
|
return o.align || (o.align = "center"), o;
|
|
286
286
|
};
|
|
287
|
-
return (n, o) => t.cols.groups && Array.isArray(t.cols.groups) ? (b(),
|
|
287
|
+
return (n, o) => t.cols.groups && Array.isArray(t.cols.groups) ? (b(), T(p(Ee), Fe(J({ key: 0 }, a(t.cols))), {
|
|
288
288
|
default: P(() => [
|
|
289
|
-
(b(!0),
|
|
289
|
+
(b(!0), D(X, null, ge(t.cols.groups, (r, i) => (b(), T(p(Ee), J({
|
|
290
290
|
key: r.prop || r.key || i
|
|
291
291
|
}, { ref_for: !0 }, a({ ...r, columnIndex: i })), Xe({ _: 2 }, [
|
|
292
292
|
r.render && typeof r.render == "function" ? {
|
|
293
293
|
name: "default",
|
|
294
294
|
fn: P((d) => [
|
|
295
|
-
d && d.row ? (b(),
|
|
295
|
+
d && d.row ? (b(), T(p(h), {
|
|
296
296
|
key: 0,
|
|
297
297
|
row: d.row,
|
|
298
298
|
index: d.$index,
|
|
299
299
|
"data-key": r.key,
|
|
300
300
|
render: r.render
|
|
301
|
-
}, null, 8, ["row", "index", "data-key", "render"])) : (b(),
|
|
301
|
+
}, null, 8, ["row", "index", "data-key", "render"])) : (b(), D("span", pn, "-"))
|
|
302
302
|
]),
|
|
303
303
|
key: "0"
|
|
304
304
|
} : r.scopedSlots && r.scopedSlots.customRender ? {
|
|
305
305
|
name: "default",
|
|
306
306
|
fn: P((d) => [
|
|
307
|
-
d && d.row ?
|
|
307
|
+
d && d.row ? Te(n.$slots, r.scopedSlots.customRender, J({
|
|
308
308
|
key: 0,
|
|
309
309
|
ref_for: !0
|
|
310
|
-
}, { ...r, row: d.row, column: d.column, scope: d })) : (b(),
|
|
310
|
+
}, { ...r, row: d.row, column: d.column, scope: d })) : (b(), D("span", mn, "-"))
|
|
311
311
|
]),
|
|
312
312
|
key: "1"
|
|
313
313
|
} : void 0
|
|
314
314
|
]), 1040))), 128))
|
|
315
315
|
]),
|
|
316
316
|
_: 3
|
|
317
|
-
}, 16)) : t.cols.render && typeof t.cols.render == "function" ? (b(),
|
|
317
|
+
}, 16)) : t.cols.render && typeof t.cols.render == "function" ? (b(), T(p(Ee), Fe(J({ key: 1 }, a(t.cols))), {
|
|
318
318
|
default: P((r) => [
|
|
319
|
-
r && r.row ? (b(),
|
|
319
|
+
r && r.row ? (b(), T(p(h), {
|
|
320
320
|
key: 0,
|
|
321
321
|
row: r.row,
|
|
322
322
|
index: r.$index,
|
|
323
323
|
"data-key": t.cols.key,
|
|
324
324
|
render: t.cols.render
|
|
325
|
-
}, null, 8, ["row", "index", "data-key", "render"])) : (b(),
|
|
325
|
+
}, null, 8, ["row", "index", "data-key", "render"])) : (b(), D("span", gn, "-"))
|
|
326
326
|
]),
|
|
327
327
|
_: 1
|
|
328
|
-
}, 16)) : t.cols.scopedSlots && t.cols.scopedSlots.customRender ? (b(),
|
|
328
|
+
}, 16)) : t.cols.scopedSlots && t.cols.scopedSlots.customRender ? (b(), T(p(Ee), Fe(J({ key: 2 }, a(t.cols))), {
|
|
329
329
|
default: P((r) => [
|
|
330
|
-
r && r.row ?
|
|
330
|
+
r && r.row ? Te(n.$slots, t.cols.scopedSlots.customRender, Fe(J({ key: 0 }, { ...t.cols, row: r.row, column: r.column, scope: r }))) : (b(), D("span", yn, "-"))
|
|
331
331
|
]),
|
|
332
332
|
_: 3
|
|
333
|
-
}, 16)) : t.cols.ellipsis && typeof t.cols.ellipsis == "boolean" ? (b(),
|
|
333
|
+
}, 16)) : t.cols.ellipsis && typeof t.cols.ellipsis == "boolean" ? (b(), T(p(Ee), J({
|
|
334
334
|
key: 3,
|
|
335
335
|
"show-overflow-tooltip": ""
|
|
336
|
-
}, a(t.cols)), null, 16)) : (b(),
|
|
336
|
+
}, a(t.cols)), null, 16)) : (b(), T(p(Ee), Fe(J({ key: 4 }, a(t.cols))), null, 16));
|
|
337
337
|
}
|
|
338
338
|
}), vn = {
|
|
339
339
|
key: 0,
|
|
@@ -346,7 +346,7 @@ const it = fe({
|
|
|
346
346
|
instance: {}
|
|
347
347
|
},
|
|
348
348
|
setup(t) {
|
|
349
|
-
const
|
|
349
|
+
const m = t, h = (c) => {
|
|
350
350
|
if (!c.render || typeof c.render != "function") return null;
|
|
351
351
|
try {
|
|
352
352
|
return c.render();
|
|
@@ -364,25 +364,25 @@ const it = fe({
|
|
|
364
364
|
}, n = (c) => c.map((f) => {
|
|
365
365
|
const l = { ...f };
|
|
366
366
|
return a([], f.permissionValue) ? typeof f.isHide == "function" ? l.isHide = f.isHide() : l.isHide = f.isHide || !1 : l.isHide = !0, l;
|
|
367
|
-
}), o = w(() => n((
|
|
367
|
+
}), o = w(() => n((m.btnConfig || []).filter((c) => c.code === 1)).filter((c) => !c.isHide)), r = w(() => n((m.btnConfig || []).filter((c) => c.code === 2)).filter((c) => !c.isHide)), i = w(() => m.leftText || o.value.length > 0 || r.value.length > 0), d = (c) => typeof c.disabled == "function" ? c.disabled() : c.disabled || !1, y = (c) => ({
|
|
368
368
|
display: "inline-block",
|
|
369
369
|
marginLeft: c !== 0 ? "8px" : "0px"
|
|
370
370
|
});
|
|
371
|
-
return (c, f) => i.value ? (b(),
|
|
371
|
+
return (c, f) => i.value ? (b(), D("div", vn, [
|
|
372
372
|
U("div", bn, me(t.leftText), 1),
|
|
373
373
|
U("div", kn, [
|
|
374
374
|
U("div", xn, [
|
|
375
|
-
(b(!0),
|
|
375
|
+
(b(!0), D(X, null, ge(o.value, (l, S) => (b(), D(X, {
|
|
376
376
|
key: l.name
|
|
377
377
|
}, [
|
|
378
|
-
l.isHide ? G("", !0) : (b(),
|
|
378
|
+
l.isHide ? G("", !0) : (b(), D("div", {
|
|
379
379
|
key: 0,
|
|
380
380
|
style: ke(y(S))
|
|
381
381
|
}, [
|
|
382
|
-
l.render && typeof l.render == "function" ? (b(),
|
|
382
|
+
l.render && typeof l.render == "function" ? (b(), T(h, {
|
|
383
383
|
key: 0,
|
|
384
384
|
render: l.render
|
|
385
|
-
}, null, 8, ["render"])) : (b(),
|
|
385
|
+
}, null, 8, ["render"])) : (b(), T(p(de), J({
|
|
386
386
|
key: 1,
|
|
387
387
|
type: l.type,
|
|
388
388
|
size: l.size || "small",
|
|
@@ -401,17 +401,17 @@ const it = fe({
|
|
|
401
401
|
], 64))), 128))
|
|
402
402
|
]),
|
|
403
403
|
U("div", Cn, [
|
|
404
|
-
(b(!0),
|
|
404
|
+
(b(!0), D(X, null, ge(r.value, (l, S) => (b(), D(X, {
|
|
405
405
|
key: l.name
|
|
406
406
|
}, [
|
|
407
|
-
l.isHide ? G("", !0) : (b(),
|
|
407
|
+
l.isHide ? G("", !0) : (b(), D("div", {
|
|
408
408
|
key: 0,
|
|
409
409
|
style: ke(y(S))
|
|
410
410
|
}, [
|
|
411
|
-
l.render && typeof l.render == "function" ? (b(),
|
|
411
|
+
l.render && typeof l.render == "function" ? (b(), T(h, {
|
|
412
412
|
key: 0,
|
|
413
413
|
render: l.render
|
|
414
|
-
}, null, 8, ["render"])) : (b(),
|
|
414
|
+
}, null, 8, ["render"])) : (b(), T(p(de), J({
|
|
415
415
|
key: 1,
|
|
416
416
|
type: l.type,
|
|
417
417
|
size: l.size || "small"
|
|
@@ -432,25 +432,25 @@ const it = fe({
|
|
|
432
432
|
])
|
|
433
433
|
])) : G("", !0);
|
|
434
434
|
}
|
|
435
|
-
}),
|
|
435
|
+
}), De = (t, m) => {
|
|
436
436
|
const h = t.__vccOpts || t;
|
|
437
|
-
for (const [e, a] of
|
|
437
|
+
for (const [e, a] of m)
|
|
438
438
|
h[e] = a;
|
|
439
439
|
return h;
|
|
440
|
-
}, In = /* @__PURE__ */
|
|
441
|
-
function wn(t,
|
|
440
|
+
}, In = /* @__PURE__ */ De(Sn, [["__scopeId", "data-v-aa1d960e"]]);
|
|
441
|
+
function wn(t, m, h, e, a) {
|
|
442
442
|
const n = V(400), o = V(null), r = (f) => Math.sign(f) === -1, i = () => {
|
|
443
|
-
var
|
|
444
|
-
const f = ((
|
|
443
|
+
var E, R, k, H;
|
|
444
|
+
const f = ((E = m.value) == null ? void 0 : E.offsetHeight) || 0, l = ((k = (R = h.value) == null ? void 0 : R.$el) == null ? void 0 : k.offsetHeight) || 0, S = ((H = e.value) == null ? void 0 : H.offsetHeight) || 0;
|
|
445
445
|
return Math.round(S + f + l);
|
|
446
446
|
}, d = () => {
|
|
447
|
-
var C,
|
|
447
|
+
var C, z, A, $, ee;
|
|
448
448
|
const f = t.value;
|
|
449
449
|
if (!f) return;
|
|
450
|
-
const l = typeof a.tabHeight == "number" ? a.tabHeight : a.heightType === "height" ? ((C = f.parentElement) == null ? void 0 : C.offsetHeight) || f.offsetHeight : parseInt(a.tabHeight, 10) || 450, S = isNaN(l) ? 450 : l,
|
|
450
|
+
const l = typeof a.tabHeight == "number" ? a.tabHeight : a.heightType === "height" ? ((C = f.parentElement) == null ? void 0 : C.offsetHeight) || f.offsetHeight : parseInt(a.tabHeight, 10) || 450, S = isNaN(l) ? 450 : l, E = S - i(), R = r(E) ? i() + 300 : S, k = ((z = e.value) == null ? void 0 : z.offsetHeight) || 0, H = ((A = m.value) == null ? void 0 : A.offsetHeight) || 0, q = ((ee = ($ = h.value) == null ? void 0 : $.$el) == null ? void 0 : ee.offsetHeight) || 0, W = Math.floor(R) - Math.round(k + H + q);
|
|
451
451
|
n.value !== W && (n.value = W);
|
|
452
452
|
}, y = () => {
|
|
453
|
-
|
|
453
|
+
qe(() => {
|
|
454
454
|
if (!t.value || typeof ResizeObserver > "u") return;
|
|
455
455
|
o.value = new ResizeObserver(() => {
|
|
456
456
|
requestAnimationFrame(() => {
|
|
@@ -458,7 +458,7 @@ function wn(t, g, h, e, a) {
|
|
|
458
458
|
});
|
|
459
459
|
});
|
|
460
460
|
const f = a.heightType === "height" && t.value.parentElement || t.value;
|
|
461
|
-
o.value.observe(f),
|
|
461
|
+
o.value.observe(f), m.value && o.value.observe(m.value);
|
|
462
462
|
});
|
|
463
463
|
}, c = () => {
|
|
464
464
|
o.value && (o.value.disconnect(), o.value = null);
|
|
@@ -471,7 +471,7 @@ function wn(t, g, h, e, a) {
|
|
|
471
471
|
};
|
|
472
472
|
}
|
|
473
473
|
function Fn(t) {
|
|
474
|
-
const
|
|
474
|
+
const m = V([]), h = V({}), e = V(!1), a = (i, d) => {
|
|
475
475
|
if (t) {
|
|
476
476
|
if (e.value) return;
|
|
477
477
|
h.value[d] = i;
|
|
@@ -482,14 +482,14 @@ function Fn(t) {
|
|
|
482
482
|
const S = l[t];
|
|
483
483
|
S && !c[S] && (y.push(l), c[S] = !0);
|
|
484
484
|
});
|
|
485
|
-
}),
|
|
485
|
+
}), m.value = y;
|
|
486
486
|
} else
|
|
487
|
-
|
|
487
|
+
m.value = i;
|
|
488
488
|
}, n = (i, d) => {
|
|
489
|
-
if (i != null && i.length && t &&
|
|
489
|
+
if (i != null && i.length && t && m.value.length) {
|
|
490
490
|
const y = [];
|
|
491
491
|
i.forEach((c) => {
|
|
492
|
-
|
|
492
|
+
m.value.forEach((f) => {
|
|
493
493
|
c[t] === f[t] && y.push(c);
|
|
494
494
|
});
|
|
495
495
|
}), y.forEach((c) => {
|
|
@@ -499,43 +499,43 @@ function Fn(t) {
|
|
|
499
499
|
}
|
|
500
500
|
};
|
|
501
501
|
return {
|
|
502
|
-
multipleSelection:
|
|
502
|
+
multipleSelection: m,
|
|
503
503
|
selectionsByPage: h,
|
|
504
504
|
isInitChange: e,
|
|
505
505
|
handleSelectionChange: a,
|
|
506
506
|
handleSelectData: n,
|
|
507
507
|
clearAllSelection: (i) => {
|
|
508
508
|
var d;
|
|
509
|
-
|
|
509
|
+
m.value = [], h.value = {}, (d = i.clearSelection) == null || d.call(i);
|
|
510
510
|
},
|
|
511
511
|
initSelection: (i, d) => {
|
|
512
512
|
if (e.value = !0, !d) {
|
|
513
513
|
e.value = !1;
|
|
514
514
|
return;
|
|
515
515
|
}
|
|
516
|
-
t ?
|
|
516
|
+
t ? qe(() => {
|
|
517
517
|
n(i, d), e.value = !1;
|
|
518
|
-
}) :
|
|
518
|
+
}) : qe(() => {
|
|
519
519
|
var y;
|
|
520
520
|
(y = d.clearSelection) == null || y.call(d), e.value = !1;
|
|
521
521
|
});
|
|
522
522
|
}
|
|
523
523
|
};
|
|
524
524
|
}
|
|
525
|
-
const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toString.call(t) === "[object Object]", yt = (t,
|
|
525
|
+
const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toString.call(t) === "[object Object]", yt = (t, m, h = 0) => {
|
|
526
526
|
if (h > 3 || !oe(t)) return;
|
|
527
|
-
const e = Object.prototype.hasOwnProperty.call(t,
|
|
527
|
+
const e = Object.prototype.hasOwnProperty.call(t, m) ? t[m] : void 0;
|
|
528
528
|
for (const a in t)
|
|
529
529
|
if (Object.prototype.hasOwnProperty.call(t, a) && oe(t[a])) {
|
|
530
|
-
const n = yt(t[a],
|
|
530
|
+
const n = yt(t[a], m, h + 1);
|
|
531
531
|
if (n !== void 0) return n;
|
|
532
532
|
}
|
|
533
533
|
return e;
|
|
534
|
-
}, Pn = (t) => t.then((
|
|
534
|
+
}, Pn = (t) => t.then((m) => ({ status: "fulfilled", value: m })).catch((m) => ({ status: "rejected", reason: m })), Rn = { class: "table_containers" }, On = {
|
|
535
535
|
"element-loading-background": "rgba(0, 0, 0, 0.03)",
|
|
536
536
|
"element-loading-text": "努力加载中...",
|
|
537
537
|
class: "page-loading-con tableContainer"
|
|
538
|
-
},
|
|
538
|
+
}, En = { class: "table_inner_containers" }, Ft = {
|
|
539
539
|
multiSelect: !1,
|
|
540
540
|
expand: !1,
|
|
541
541
|
snIndex: !1,
|
|
@@ -545,8 +545,8 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
545
545
|
headerCellStyle: { background: "#f5f7fa" },
|
|
546
546
|
highlightCurrentRow: !0,
|
|
547
547
|
cachePageSelection: !0
|
|
548
|
-
},
|
|
549
|
-
|
|
548
|
+
}, Bn = /* @__PURE__ */ fe({
|
|
549
|
+
__name: "component",
|
|
550
550
|
props: {
|
|
551
551
|
initTabHeight: { default: 400 },
|
|
552
552
|
headBarClass: {},
|
|
@@ -557,25 +557,25 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
557
557
|
pagination: { default: () => ({}) }
|
|
558
558
|
},
|
|
559
559
|
emits: ["update:dataSource", "update:pagination", "pagination-current-change", "size-change", "change-table-sort"],
|
|
560
|
-
setup(t, { expose:
|
|
561
|
-
const e = t, a = h, n =
|
|
560
|
+
setup(t, { expose: m, emit: h }) {
|
|
561
|
+
const e = t, a = h, n = Ot(), o = V(Ve), r = ce("elLocale", null);
|
|
562
562
|
r && (o.value = r);
|
|
563
|
-
const i =
|
|
563
|
+
const i = $e() || {}, d = ce("$esPlusTable", {}), y = ce("$EsPlus", {}), c = (s) => {
|
|
564
564
|
if (!s) return !0;
|
|
565
565
|
const x = y.permission;
|
|
566
566
|
return typeof x == "function" ? x(s) : !0;
|
|
567
|
-
}, f = V(null), l = V(null), S = V(null),
|
|
567
|
+
}, f = V(null), l = V(null), S = V(null), E = V(null), R = V(null), k = V(`table_${Math.random().toString(36).substring(2, 12)}`), H = V([]), q = V([...e.columns]);
|
|
568
568
|
be(
|
|
569
569
|
() => e.columns,
|
|
570
570
|
(s) => {
|
|
571
|
-
|
|
571
|
+
q.value = [...s];
|
|
572
572
|
},
|
|
573
573
|
{ deep: !0 }
|
|
574
574
|
);
|
|
575
|
-
const W = V(!1), C = V(!1),
|
|
575
|
+
const W = V(!1), C = V(!1), z = V(!1), A = (s) => {
|
|
576
576
|
s && (R.value = s);
|
|
577
|
-
},
|
|
578
|
-
}), ee = ce("getVisibleShow", !1), pe = w(() => typeof ee == "function" ? ee() : ee),
|
|
577
|
+
}, $ = ce("bodyFormInstance", () => {
|
|
578
|
+
}), ee = ce("getVisibleShow", !1), pe = w(() => typeof ee == "function" ? ee() : ee), O = V({
|
|
579
579
|
pageSize: 10,
|
|
580
580
|
current: 1,
|
|
581
581
|
total: 0,
|
|
@@ -583,8 +583,8 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
583
583
|
size: "small",
|
|
584
584
|
isSmall: !0,
|
|
585
585
|
...e.pagination
|
|
586
|
-
}),
|
|
587
|
-
if (e.options.configTableOut && oe(e.options.configTableOut) && Object.keys(e.options.configTableOut).length &&
|
|
586
|
+
}), L = V(null), Z = w(() => e.options.entryQuery && oe(e.options.entryQuery) && Object.keys(e.options.entryQuery).length ? e.options.entryQuery : {}), te = w(() => {
|
|
587
|
+
if (e.options.configTableOut && oe(e.options.configTableOut) && Object.keys(e.options.configTableOut).length && _e(e.options.configTableOut))
|
|
588
588
|
return e.options.configTableOut;
|
|
589
589
|
if (d != null && d.configQueryFieldOutput && typeof d.configQueryFieldOutput == "function") {
|
|
590
590
|
const s = d.configQueryFieldOutput({
|
|
@@ -593,7 +593,7 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
593
593
|
current: "pageNo",
|
|
594
594
|
tableData: "rows"
|
|
595
595
|
});
|
|
596
|
-
if (
|
|
596
|
+
if (_e(s)) return s;
|
|
597
597
|
}
|
|
598
598
|
return {
|
|
599
599
|
total: "records",
|
|
@@ -602,12 +602,12 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
602
602
|
tableData: "rows"
|
|
603
603
|
};
|
|
604
604
|
}), N = w(() => {
|
|
605
|
-
var I, B,
|
|
605
|
+
var I, B, _, K;
|
|
606
606
|
const x = (((B = (I = i == null ? void 0 : i.slots) == null ? void 0 : I.default) == null ? void 0 : B.call(I)) || []).find((we) => {
|
|
607
607
|
const ve = we.type;
|
|
608
608
|
return (ve == null ? void 0 : ve.name) === "EsForm" || (ve == null ? void 0 : ve.displayName) === "EsForm";
|
|
609
609
|
});
|
|
610
|
-
return x && ((
|
|
610
|
+
return x && ((_ = x.props) != null && _.ref) && (L.value = (K = x.ctx) == null ? void 0 : K.refs[x.props.ref], $(L.value)), x || {};
|
|
611
611
|
}), Pe = w(() => {
|
|
612
612
|
var s;
|
|
613
613
|
return !!((s = n.default) != null && s.call(n));
|
|
@@ -622,10 +622,10 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
622
622
|
return ((s = xe.value) == null ? void 0 : s.layout) || "prev, pager, next, jumper, sizes, ->, total";
|
|
623
623
|
}), Ze = w(() => {
|
|
624
624
|
var s;
|
|
625
|
-
return ((s = xe.value) == null ? void 0 : s.pageSizes) ||
|
|
625
|
+
return ((s = xe.value) == null ? void 0 : s.pageSizes) || O.value.pageSizes;
|
|
626
626
|
}), et = w(() => {
|
|
627
627
|
var s;
|
|
628
|
-
return ((s = xe.value) == null ? void 0 : s.isSmall) ??
|
|
628
|
+
return ((s = xe.value) == null ? void 0 : s.isSmall) ?? O.value.isSmall;
|
|
629
629
|
}), tt = w(() => {
|
|
630
630
|
var s;
|
|
631
631
|
return ((s = xe.value) == null ? void 0 : s.background) ?? !0;
|
|
@@ -635,15 +635,15 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
635
635
|
return !!((s = e.options) != null && s.httpRequest) && typeof e.options.httpRequest == "function";
|
|
636
636
|
});
|
|
637
637
|
const ot = w(() => {
|
|
638
|
-
const s =
|
|
638
|
+
const s = q.value.filter((x) => !x.hidCol);
|
|
639
639
|
return s.forEach((x) => {
|
|
640
640
|
x.prop !== "operate" && x.key !== "operate" && (x.prop || x.key) && !x.formatter && (x.formatter = (I) => {
|
|
641
641
|
const B = I[x.prop] || I[x.key];
|
|
642
642
|
return B == null || B === "" ? x.emptyPlaceholder || "-" : B;
|
|
643
643
|
}), (x.prop === "operate" || x.key === "operate") && x.btns && !x.render && (x.render = (I, { row: B }) => {
|
|
644
|
-
var
|
|
644
|
+
var _;
|
|
645
645
|
return Q("div", [
|
|
646
|
-
(
|
|
646
|
+
(_ = x.btns) == null ? void 0 : _.filter((K) => c(K.permissionValue)).map(
|
|
647
647
|
(K) => Q(de, {
|
|
648
648
|
onClick: () => {
|
|
649
649
|
var we;
|
|
@@ -675,18 +675,18 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
675
675
|
"leftText",
|
|
676
676
|
"rowkey"
|
|
677
677
|
]), Ue = w(() => {
|
|
678
|
-
const s =
|
|
679
|
-
for (const
|
|
680
|
-
at.has(
|
|
678
|
+
const s = Ht({ ...Ft, ...e.options }), { align: x, ...I } = s, B = {};
|
|
679
|
+
for (const _ in I)
|
|
680
|
+
at.has(_) || (B[_] = I[_]);
|
|
681
681
|
return B;
|
|
682
|
-
}), lt =
|
|
682
|
+
}), lt = Et(), rt = w(() => {
|
|
683
683
|
const s = { ...Ue.value, ...lt };
|
|
684
|
-
return e.options.rowkey && (s.rowKey = e.options.rowkey), le.value === "height" ? s.height =
|
|
685
|
-
}), { tableHeight:
|
|
684
|
+
return e.options.rowkey && (s.rowKey = e.options.rowkey), le.value === "height" ? s.height = ze.value : le.value === "maxHeight" && (s.maxHeight = ze.value), s;
|
|
685
|
+
}), { tableHeight: ze } = wn(
|
|
686
686
|
R,
|
|
687
687
|
S,
|
|
688
688
|
l,
|
|
689
|
-
|
|
689
|
+
E,
|
|
690
690
|
{ heightType: le.value, tabHeight: e.options.tabHeight }
|
|
691
691
|
);
|
|
692
692
|
be(
|
|
@@ -698,7 +698,7 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
698
698
|
), be(
|
|
699
699
|
() => e.pagination,
|
|
700
700
|
(s) => {
|
|
701
|
-
|
|
701
|
+
O.value = { ...O.value, ...s }, z.value = s.total !== void 0;
|
|
702
702
|
},
|
|
703
703
|
{ deep: !0, immediate: !0 }
|
|
704
704
|
), be(
|
|
@@ -708,7 +708,7 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
708
708
|
},
|
|
709
709
|
{ deep: !0 }
|
|
710
710
|
), be(
|
|
711
|
-
|
|
711
|
+
H,
|
|
712
712
|
(s) => {
|
|
713
713
|
Array.isArray(s) && a("update:dataSource", s);
|
|
714
714
|
},
|
|
@@ -717,43 +717,43 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
717
717
|
Re.value && e.options.isInitRun !== !1 && j();
|
|
718
718
|
});
|
|
719
719
|
const { multipleSelection: Ne, handleSelectionChange: st, initSelection: Me, clearAllSelection: Ke } = Fn(e.options.rowkey), Ce = (s) => {
|
|
720
|
-
st(s,
|
|
721
|
-
},
|
|
720
|
+
st(s, O.value.current || 1);
|
|
721
|
+
}, _e = (s) => {
|
|
722
722
|
const x = ["total", "pageSize", "current", "tableData"];
|
|
723
723
|
return oe(s) ? Object.keys(s).every((I) => x.find((B) => B === I) && s[I] && typeof s[I] == "string") : !1;
|
|
724
724
|
}, u = (s, x) => {
|
|
725
725
|
const I = [
|
|
726
726
|
{ eventName: "brcb", isReturn: !0 },
|
|
727
727
|
{ eventName: "qrcb", isReturn: !0 }
|
|
728
|
-
], B = I.findIndex((
|
|
728
|
+
], B = I.findIndex((_) => _.eventName === s);
|
|
729
729
|
if (e.options.listenToCallBack && e.options.listenToCallBack[s] && B !== -1 && I[B].isReturn)
|
|
730
730
|
return e.options.listenToCallBack[s](x);
|
|
731
731
|
}, v = (s, x) => {
|
|
732
732
|
oe(te.value) && Object.keys(te.value).length && Object.entries(te.value).forEach(([I, B]) => {
|
|
733
733
|
if (!x.includes(I)) return;
|
|
734
734
|
const K = s[B] ?? yt(s, B);
|
|
735
|
-
I === "tableData" ?
|
|
735
|
+
I === "tableData" ? H.value = Array.isArray(K) ? K : [] : O.value[I] = typeof K == "number" ? K : parseInt(K, 10) || 0;
|
|
736
736
|
});
|
|
737
|
-
},
|
|
737
|
+
}, g = (s, x = {}) => {
|
|
738
738
|
var kt, xt;
|
|
739
|
-
const { success: I, fail: B } = x,
|
|
740
|
-
if (!K || !Object.keys(
|
|
741
|
-
const we = Object.keys(N.value).length ?
|
|
742
|
-
|
|
743
|
-
const bt = async (
|
|
739
|
+
const { success: I, fail: B } = x, _ = ((kt = e.options) == null ? void 0 : kt.apiParams) || {}, K = ((xt = e.options) == null ? void 0 : xt.actionUrl) || _.url || "";
|
|
740
|
+
if (!K || !Object.keys(_).length) return;
|
|
741
|
+
const we = Object.keys(N.value).length ? Le(p(N.value.props.model)) : Z.value || {}, ve = u("brcb", { ...we, ...s, ...Le(p(_.model || {})) }), ht = oe(ve) ? ve : { ...we, ...Le(p(_.model || {})), ...s }, vt = { ...Le(p(_.options || {})) };
|
|
742
|
+
_ != null && _.method && (vt.method = _ == null ? void 0 : _.method);
|
|
743
|
+
const bt = async (Dt) => {
|
|
744
744
|
if (!W.value) {
|
|
745
745
|
W.value = !0, console.log("formData///", ht);
|
|
746
746
|
try {
|
|
747
|
-
const
|
|
747
|
+
const Oe = await Dt({
|
|
748
748
|
url: K,
|
|
749
749
|
formParams: ht,
|
|
750
|
-
headers:
|
|
750
|
+
headers: _.headers || {},
|
|
751
751
|
...vt,
|
|
752
752
|
...s
|
|
753
|
-
}),
|
|
754
|
-
oe(
|
|
755
|
-
} catch (
|
|
756
|
-
typeof B == "function" && B(
|
|
753
|
+
}), zt = u("qrcb", Oe) || Oe;
|
|
754
|
+
oe(Oe) && Object.keys(Oe).length && typeof I == "function" && I(zt);
|
|
755
|
+
} catch (Oe) {
|
|
756
|
+
typeof B == "function" && B(Oe);
|
|
757
757
|
} finally {
|
|
758
758
|
W.value = !1;
|
|
759
759
|
}
|
|
@@ -761,11 +761,11 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
761
761
|
};
|
|
762
762
|
e.options.httpRequest ? bt(e.options.httpRequest) : d.$httpRequest && bt(d.$httpRequest);
|
|
763
763
|
}, j = (s) => new Promise((x, I) => {
|
|
764
|
-
|
|
765
|
-
{ ...s || {}, pageIndex:
|
|
764
|
+
O.value.current = 1, g(
|
|
765
|
+
{ ...s || {}, pageIndex: O.value.current, pageSize: O.value.pageSize },
|
|
766
766
|
{
|
|
767
767
|
success: (B) => {
|
|
768
|
-
v(B, ["total", "tableData"]), Object.keys(e.pagination).length && a("update:pagination",
|
|
768
|
+
v(B, ["total", "tableData"]), Object.keys(e.pagination).length && a("update:pagination", O.value), x(B);
|
|
769
769
|
},
|
|
770
770
|
fail: (B) => {
|
|
771
771
|
I(B);
|
|
@@ -773,39 +773,39 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
773
773
|
}
|
|
774
774
|
);
|
|
775
775
|
}), F = () => {
|
|
776
|
-
|
|
777
|
-
{ pageIndex:
|
|
776
|
+
g(
|
|
777
|
+
{ pageIndex: O.value.current, pageSize: O.value.pageSize },
|
|
778
778
|
{
|
|
779
779
|
success: (s) => {
|
|
780
|
-
v(s, ["total", "tableData"]), a("update:pagination",
|
|
780
|
+
v(s, ["total", "tableData"]), a("update:pagination", O.value), a("pagination-current-change", O.value);
|
|
781
781
|
}
|
|
782
782
|
}
|
|
783
783
|
);
|
|
784
784
|
}, M = () => {
|
|
785
|
-
|
|
786
|
-
{ pageIndex:
|
|
785
|
+
g(
|
|
786
|
+
{ pageIndex: O.value.current, pageSize: O.value.pageSize },
|
|
787
787
|
{
|
|
788
788
|
success: (s) => {
|
|
789
|
-
v(s, ["total", "tableData"]), a("update:pagination",
|
|
789
|
+
v(s, ["total", "tableData"]), a("update:pagination", O.value);
|
|
790
790
|
}
|
|
791
791
|
}
|
|
792
792
|
);
|
|
793
793
|
}, ne = (s) => {
|
|
794
|
-
|
|
794
|
+
O.value.pageSize = s, O.value.current = 1, Re.value ? M() : (a("update:pagination", O.value), a("size-change", O.value, s));
|
|
795
795
|
}, Se = (s) => {
|
|
796
|
-
|
|
796
|
+
O.value.current = s, Re.value ? (console.log("indexPages//", s), F()) : (a("update:pagination", O.value), a("pagination-current-change", O.value));
|
|
797
797
|
}, Ie = (s) => {
|
|
798
798
|
a("change-table-sort", s);
|
|
799
|
-
},
|
|
799
|
+
}, Tt = (s) => s.toLowerCase().replace(/(\s|^)[a-z]/g, (x) => x.toUpperCase()), Ht = (s) => {
|
|
800
800
|
const x = {};
|
|
801
801
|
for (const I in s)
|
|
802
802
|
if (!(I === "groups" || I === "scopedSlots" || I === "render"))
|
|
803
803
|
if (I.includes("-")) {
|
|
804
804
|
const B = I.split("-");
|
|
805
|
-
let
|
|
805
|
+
let _ = B[0];
|
|
806
806
|
for (let K = 1; K < B.length; K++)
|
|
807
|
-
|
|
808
|
-
x[
|
|
807
|
+
_ += Tt(B[K]);
|
|
808
|
+
x[_] = s[I];
|
|
809
809
|
} else I === "key" && (x.prop = s[I]), x[I] = s[I];
|
|
810
810
|
return x.align || (x.align = "center"), x;
|
|
811
811
|
};
|
|
@@ -822,7 +822,7 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
822
822
|
clearAllSelection: () => Ke(f.value),
|
|
823
823
|
refsInstance: () => f.value,
|
|
824
824
|
httpRequestInstance: j
|
|
825
|
-
})),
|
|
825
|
+
})), m({
|
|
826
826
|
httpRequestInstance: j,
|
|
827
827
|
getSelectionRows: () => Ne.value,
|
|
828
828
|
clearSelection: () => {
|
|
@@ -834,7 +834,7 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
834
834
|
var s, x;
|
|
835
835
|
return (x = (s = f.value) == null ? void 0 : s.doLayout) == null ? void 0 : x.call(s);
|
|
836
836
|
}
|
|
837
|
-
}), (s, x) => (b(),
|
|
837
|
+
}), (s, x) => (b(), T(p(We), { locale: o.value }, {
|
|
838
838
|
default: P(() => [
|
|
839
839
|
U("div", {
|
|
840
840
|
ref: A,
|
|
@@ -842,32 +842,32 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
842
842
|
style: ke({ [le.value]: ye.value })
|
|
843
843
|
}, [
|
|
844
844
|
U("div", Rn, [
|
|
845
|
-
t.showHeaderBar ? (b(),
|
|
845
|
+
t.showHeaderBar ? (b(), D("div", {
|
|
846
846
|
key: 0,
|
|
847
847
|
ref_key: "headBarRef",
|
|
848
848
|
ref: S,
|
|
849
849
|
class: mt(["btn-slot", he.value.type === "string" ? he.value.value : { slotClass: C.value && he.value.type !== "object" }]),
|
|
850
850
|
style: ke(he.value.value && he.value.type === "object" && he.value.value)
|
|
851
851
|
}, [
|
|
852
|
-
Pe.value ? (b(),
|
|
852
|
+
Pe.value ? (b(), D("div", {
|
|
853
853
|
key: 0,
|
|
854
854
|
class: "headerBar",
|
|
855
855
|
style: ke({ paddingBottom: Pe.value ? "10px" : "0px" })
|
|
856
856
|
}, [
|
|
857
|
-
|
|
857
|
+
Te(s.$slots, "default", {}, void 0, !0)
|
|
858
858
|
], 4)) : G("", !0)
|
|
859
859
|
], 6)) : G("", !0),
|
|
860
|
-
gt((b(),
|
|
861
|
-
U("div",
|
|
862
|
-
t.options.configBtn && t.options.configBtn.length || t.options.leftText ? (b(),
|
|
860
|
+
gt((b(), D("div", On, [
|
|
861
|
+
U("div", En, [
|
|
862
|
+
t.options.configBtn && t.options.configBtn.length || t.options.leftText ? (b(), T(In, {
|
|
863
863
|
key: 0,
|
|
864
864
|
ref_key: "tbBtnRef",
|
|
865
865
|
ref: l,
|
|
866
|
-
instance: { tableRef: p(i), formInstance:
|
|
866
|
+
instance: { tableRef: p(i), formInstance: L.value },
|
|
867
867
|
"btn-config": t.options.configBtn,
|
|
868
868
|
"left-text": t.options.leftText
|
|
869
869
|
}, null, 8, ["instance", "btn-config", "left-text"])) : G("", !0),
|
|
870
|
-
(b(),
|
|
870
|
+
(b(), T(p($t), J({
|
|
871
871
|
class: "el-dp_tables",
|
|
872
872
|
id: k.value,
|
|
873
873
|
key: k.value,
|
|
@@ -918,14 +918,14 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
918
918
|
], -1)
|
|
919
919
|
])]),
|
|
920
920
|
default: P(() => [
|
|
921
|
-
(b(!0),
|
|
921
|
+
(b(!0), D(X, null, ge(ot.value, (I, B) => (b(), T(hn, {
|
|
922
922
|
key: I.prop || I.key || B,
|
|
923
923
|
cols: { ...I, columnIndex: B }
|
|
924
924
|
}, Xe({ _: 2 }, [
|
|
925
925
|
I.scopedSlots && I.scopedSlots.customRender ? {
|
|
926
926
|
name: I.scopedSlots.customRender,
|
|
927
|
-
fn: P(({ scope:
|
|
928
|
-
|
|
927
|
+
fn: P(({ scope: _ }) => [
|
|
928
|
+
Te(s.$slots, I.scopedSlots.customRender, J({ ref_for: !0 }, { ...I, columnIndex: B, row: _.row, column: _.column }, { scope: _ }), void 0, !0)
|
|
929
929
|
]),
|
|
930
930
|
key: "0"
|
|
931
931
|
} : void 0
|
|
@@ -934,10 +934,10 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
934
934
|
_: 3
|
|
935
935
|
}, 16, ["id", "data"]))
|
|
936
936
|
]),
|
|
937
|
-
|
|
937
|
+
z.value ? (b(), D("div", {
|
|
938
938
|
key: 0,
|
|
939
939
|
ref_key: "paginationRef",
|
|
940
|
-
ref:
|
|
940
|
+
ref: E,
|
|
941
941
|
class: "pagination_page",
|
|
942
942
|
style: ke({
|
|
943
943
|
position: le.value === "height" ? "absolute" : "static",
|
|
@@ -949,13 +949,13 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
949
949
|
}, [
|
|
950
950
|
Y(p(jt), {
|
|
951
951
|
background: tt.value,
|
|
952
|
-
size: et.value ? "small" :
|
|
953
|
-
total:
|
|
954
|
-
"page-size":
|
|
955
|
-
"onUpdate:pageSize": x[0] || (x[0] = (I) =>
|
|
952
|
+
size: et.value ? "small" : O.value.size,
|
|
953
|
+
total: O.value.total,
|
|
954
|
+
"page-size": O.value.pageSize,
|
|
955
|
+
"onUpdate:pageSize": x[0] || (x[0] = (I) => O.value.pageSize = I),
|
|
956
956
|
"page-sizes": Ze.value,
|
|
957
|
-
"current-page":
|
|
958
|
-
"onUpdate:currentPage": x[1] || (x[1] = (I) =>
|
|
957
|
+
"current-page": O.value.current,
|
|
958
|
+
"onUpdate:currentPage": x[1] || (x[1] = (I) => O.value.current = I),
|
|
959
959
|
layout: je.value,
|
|
960
960
|
style: { padding: "0", margin: "10px 0", "text-align": "center" },
|
|
961
961
|
onSizeChange: ne,
|
|
@@ -971,35 +971,35 @@ const oe = (t) => typeof t == "object" && t !== null && Object.prototype.toStrin
|
|
|
971
971
|
_: 3
|
|
972
972
|
}, 8, ["locale"]));
|
|
973
973
|
}
|
|
974
|
-
}), re = /* @__PURE__ */
|
|
974
|
+
}), re = /* @__PURE__ */ De(Bn, [["__scopeId", "data-v-c84b1d80"]]);
|
|
975
975
|
re.install = function(t) {
|
|
976
976
|
t.component(re.name, re);
|
|
977
977
|
};
|
|
978
978
|
re.isPlugin = !0;
|
|
979
979
|
re.Plugin = {
|
|
980
|
-
install(t,
|
|
980
|
+
install(t, m = {}) {
|
|
981
981
|
t.provide("$esPlusTable", {
|
|
982
|
-
...
|
|
983
|
-
}), t.component(re.name, { ...re, methods: { ...re.methods, ...
|
|
982
|
+
...m.methods || {}
|
|
983
|
+
}), t.component(re.name, { ...re, methods: { ...re.methods, ...m.methods || {} } });
|
|
984
984
|
}
|
|
985
985
|
};
|
|
986
|
-
const se = (t,
|
|
987
|
-
const h =
|
|
986
|
+
const se = (t, m) => {
|
|
987
|
+
const h = m.split(/\.|\[|\]/).filter(Boolean);
|
|
988
988
|
let e = t;
|
|
989
989
|
for (const a of h) {
|
|
990
990
|
if (e == null) return;
|
|
991
991
|
e = e[a];
|
|
992
992
|
}
|
|
993
993
|
return e;
|
|
994
|
-
}, ie = (t,
|
|
995
|
-
const e =
|
|
994
|
+
}, ie = (t, m, h) => {
|
|
995
|
+
const e = m.split(/\.|\[|\]/).filter(Boolean), a = e.pop();
|
|
996
996
|
let n = t;
|
|
997
997
|
for (const o of e)
|
|
998
998
|
n[o] == null && (n[o] = {}), n = n[o];
|
|
999
999
|
a && (n[a] = h);
|
|
1000
1000
|
};
|
|
1001
1001
|
function Ln() {
|
|
1002
|
-
return { formInputComponents: (
|
|
1002
|
+
return { formInputComponents: (m) => (/* @__PURE__ */ new Map([
|
|
1003
1003
|
[
|
|
1004
1004
|
"Input",
|
|
1005
1005
|
(e, a, { row: n }) => e(dt, {
|
|
@@ -1175,8 +1175,8 @@ function Ln() {
|
|
|
1175
1175
|
}
|
|
1176
1176
|
};
|
|
1177
1177
|
if (y.on)
|
|
1178
|
-
for (const [S,
|
|
1179
|
-
f[`on${S.charAt(0).toUpperCase()}${S.slice(1)}`] =
|
|
1178
|
+
for (const [S, E] of Object.entries(y.on))
|
|
1179
|
+
f[`on${S.charAt(0).toUpperCase()}${S.slice(1)}`] = E;
|
|
1180
1180
|
r && (f["http-request"] = r);
|
|
1181
1181
|
const l = {};
|
|
1182
1182
|
return i && ((f.listType || f["list-type"]) === "picture-card" ? l.trigger = () => i(e) : l.default = () => i(e)), d && (l.file = ({ file: S }) => d(e, S, () => {
|
|
@@ -1184,10 +1184,10 @@ function Ln() {
|
|
|
1184
1184
|
})), e(an, f, l);
|
|
1185
1185
|
}
|
|
1186
1186
|
]
|
|
1187
|
-
])).get(
|
|
1187
|
+
])).get(m.formtype) || (() => null) };
|
|
1188
1188
|
}
|
|
1189
|
-
function
|
|
1190
|
-
const
|
|
1189
|
+
function Tn(t) {
|
|
1190
|
+
const m = V(!1), h = w(() => {
|
|
1191
1191
|
var c, f;
|
|
1192
1192
|
return ((f = (c = t.layoutFormProps) == null ? void 0 : c.fromLayProps) == null ? void 0 : f.isBtnHidden) ?? !1;
|
|
1193
1193
|
}), e = w(() => {
|
|
@@ -1203,63 +1203,63 @@ function Dn(t) {
|
|
|
1203
1203
|
let c = 0;
|
|
1204
1204
|
const f = [], l = [], S = t.formItemList;
|
|
1205
1205
|
for (let k = 0; k < S.length; k++) {
|
|
1206
|
-
const
|
|
1207
|
-
if (c +=
|
|
1208
|
-
const
|
|
1209
|
-
l.push({ statIndex:
|
|
1206
|
+
const H = S[k];
|
|
1207
|
+
if (c += H.span || 6, c > 24) {
|
|
1208
|
+
const q = l.length ? l[l.length - 1].endIndex : 0;
|
|
1209
|
+
l.push({ statIndex: q, endIndex: k }), c = H.span || 6, k === S.length - 1 && l.push({ statIndex: k, endIndex: k + 1 });
|
|
1210
1210
|
} else if (k === S.length - 1) {
|
|
1211
|
-
const
|
|
1212
|
-
l.push({ statIndex:
|
|
1211
|
+
const q = l.length ? l[l.length - 1].endIndex : 0;
|
|
1212
|
+
l.push({ statIndex: q, endIndex: k + 1 });
|
|
1213
1213
|
} else if (c === 24) {
|
|
1214
|
-
const
|
|
1215
|
-
l.push({ statIndex:
|
|
1214
|
+
const q = l.length ? l[l.length - 1].endIndex : 0;
|
|
1215
|
+
l.push({ statIndex: q, endIndex: k + 1 }), c = 0;
|
|
1216
1216
|
}
|
|
1217
1217
|
}
|
|
1218
1218
|
l.forEach((k) => {
|
|
1219
1219
|
f.push(S.slice(k.statIndex, k.endIndex));
|
|
1220
1220
|
});
|
|
1221
|
-
const
|
|
1221
|
+
const E = f.map((k) => k.map(() => 0));
|
|
1222
1222
|
let R = -1;
|
|
1223
|
-
return
|
|
1224
|
-
k.forEach((
|
|
1225
|
-
k[
|
|
1223
|
+
return E.forEach((k) => {
|
|
1224
|
+
k.forEach((H, q) => {
|
|
1225
|
+
k[q] = R += 1;
|
|
1226
1226
|
});
|
|
1227
1227
|
}), {
|
|
1228
|
-
columnRow:
|
|
1229
|
-
rowNum:
|
|
1230
|
-
columnNodeIndex:
|
|
1228
|
+
columnRow: E,
|
|
1229
|
+
rowNum: E.length,
|
|
1230
|
+
columnNodeIndex: E.map((k) => k[k.length - 1])
|
|
1231
1231
|
};
|
|
1232
1232
|
}), r = w(() => {
|
|
1233
1233
|
var f, l;
|
|
1234
1234
|
const c = ((l = (f = t.layoutFormProps) == null ? void 0 : f.fromLayProps) == null ? void 0 : l.minFoldRows) || 0;
|
|
1235
1235
|
return c > 0 && c < o.value.rowNum;
|
|
1236
1236
|
}), i = w(() => {
|
|
1237
|
-
var k,
|
|
1238
|
-
const { rowNum: c, columnRow: f } = o.value, l = f[c - 1] || [], S = ((
|
|
1237
|
+
var k, H;
|
|
1238
|
+
const { rowNum: c, columnRow: f } = o.value, l = f[c - 1] || [], S = ((H = (k = t.layoutFormProps) == null ? void 0 : k.fromLayProps) == null ? void 0 : H.btnColSpan) || 0, R = 24 - l.reduce((q, W) => {
|
|
1239
1239
|
var C;
|
|
1240
|
-
return
|
|
1240
|
+
return q + (((C = t.formItemList[W]) == null ? void 0 : C.span) || 6);
|
|
1241
1241
|
}, 0);
|
|
1242
|
-
return !
|
|
1242
|
+
return !m.value && S <= R ? R : 24;
|
|
1243
1243
|
}), d = w(() => {
|
|
1244
1244
|
var l, S;
|
|
1245
1245
|
const c = ((S = (l = t.layoutFormProps) == null ? void 0 : l.fromLayProps) == null ? void 0 : S.minFoldRows) || 0, { columnNodeIndex: f } = o.value;
|
|
1246
|
-
if (
|
|
1247
|
-
const
|
|
1246
|
+
if (m.value) {
|
|
1247
|
+
const E = f[c - 1] ?? f[f.length - 1] ?? 9999;
|
|
1248
1248
|
return t.formItemList.map((R, k) => ({
|
|
1249
1249
|
...R,
|
|
1250
|
-
isFold: k >
|
|
1250
|
+
isFold: k > E
|
|
1251
1251
|
}));
|
|
1252
1252
|
}
|
|
1253
|
-
return t.formItemList.map((
|
|
1253
|
+
return t.formItemList.map((E) => ({ ...E, isFold: !1 }));
|
|
1254
1254
|
});
|
|
1255
1255
|
return be(
|
|
1256
1256
|
r,
|
|
1257
1257
|
(c) => {
|
|
1258
|
-
|
|
1258
|
+
m.value = c;
|
|
1259
1259
|
},
|
|
1260
1260
|
{ immediate: !0 }
|
|
1261
1261
|
), {
|
|
1262
|
-
folded:
|
|
1262
|
+
folded: m,
|
|
1263
1263
|
isBtnHidden: h,
|
|
1264
1264
|
rowLayout: e,
|
|
1265
1265
|
formLayout: a,
|
|
@@ -1269,24 +1269,24 @@ function Dn(t) {
|
|
|
1269
1269
|
getBtnColSpan: i,
|
|
1270
1270
|
formItem: d,
|
|
1271
1271
|
changeFolded: () => {
|
|
1272
|
-
|
|
1272
|
+
m.value = !m.value;
|
|
1273
1273
|
}
|
|
1274
1274
|
};
|
|
1275
1275
|
}
|
|
1276
1276
|
function Hn(t) {
|
|
1277
|
-
const
|
|
1277
|
+
const m = (r, i = {}, d) => {
|
|
1278
1278
|
const { success: y, fail: c, ...f } = i || {};
|
|
1279
1279
|
if (oe(i.apiParams) && Object.keys(i.apiParams).length && i.apiParams.url) {
|
|
1280
|
-
const l = { ...r, ...
|
|
1280
|
+
const l = { ...r, ...Le(p(i.apiParams.model || {})) }, S = { ...Le(p(i.apiParams.options || {})) };
|
|
1281
1281
|
i.apiParams.method && (S.method = i.apiParams.method);
|
|
1282
|
-
const
|
|
1282
|
+
const E = {
|
|
1283
1283
|
url: i.apiParams.url,
|
|
1284
1284
|
headers: { ...i.apiParams.headers || {} },
|
|
1285
1285
|
formParams: l,
|
|
1286
1286
|
...S
|
|
1287
1287
|
}, R = i.httpRequest || t;
|
|
1288
1288
|
if (!R) return;
|
|
1289
|
-
R(
|
|
1289
|
+
R(E).then((k) => {
|
|
1290
1290
|
typeof y == "function" && k && (oe(k) || Array.isArray(k)) && y(k);
|
|
1291
1291
|
}).catch((k) => {
|
|
1292
1292
|
typeof c == "function" && c(k);
|
|
@@ -1331,8 +1331,8 @@ function Hn(t) {
|
|
|
1331
1331
|
}
|
|
1332
1332
|
return f;
|
|
1333
1333
|
}, n = (r, i, d, y) => new Promise((c, f) => {
|
|
1334
|
-
|
|
1335
|
-
|
|
1334
|
+
qe(() => {
|
|
1335
|
+
m(
|
|
1336
1336
|
{ pageIndex: 1, pageSize: 1e3, ...r || {} },
|
|
1337
1337
|
{
|
|
1338
1338
|
...i || {},
|
|
@@ -1348,30 +1348,30 @@ function Hn(t) {
|
|
|
1348
1348
|
});
|
|
1349
1349
|
});
|
|
1350
1350
|
return {
|
|
1351
|
-
queryTableListMethod:
|
|
1351
|
+
queryTableListMethod: m,
|
|
1352
1352
|
getEveryFormQueryField: async (r, i) => {
|
|
1353
1353
|
try {
|
|
1354
1354
|
if (!Array.isArray(r)) return [];
|
|
1355
1355
|
const d = r.filter((l) => l && l.apiParams && oe(l.apiParams) && l.apiParams.url), y = [], c = d.map((l) => {
|
|
1356
1356
|
var R, k;
|
|
1357
|
-
const { httpRequest: S } = l,
|
|
1357
|
+
const { httpRequest: S } = l, E = n(
|
|
1358
1358
|
{ ...((R = l.apiParams) == null ? void 0 : R.model) || {} },
|
|
1359
1359
|
{ httpRequest: S, apiParams: l.apiParams, ...((k = l.apiParams) == null ? void 0 : k.options) || {} },
|
|
1360
1360
|
l,
|
|
1361
1361
|
i
|
|
1362
1362
|
);
|
|
1363
|
-
return Pn(
|
|
1363
|
+
return Pn(E);
|
|
1364
1364
|
});
|
|
1365
1365
|
return (await Promise.all(c)).forEach((l, S) => {
|
|
1366
|
-
var
|
|
1366
|
+
var E;
|
|
1367
1367
|
if (l.status === "fulfilled") {
|
|
1368
|
-
const { configRows: R, data: k } = l.value,
|
|
1368
|
+
const { configRows: R, data: k } = l.value, H = d[S], q = H == null ? void 0 : H.listenToCallBack;
|
|
1369
1369
|
let W = [];
|
|
1370
|
-
|
|
1371
|
-
const C = Array.isArray(W) && W.length > 0 ? W : typeof (
|
|
1370
|
+
q != null && q.crtn && (W = q.crtn(k));
|
|
1371
|
+
const C = Array.isArray(W) && W.length > 0 ? W : typeof (H == null ? void 0 : H.callOptionListFormat) == "function" ? H.callOptionListFormat((R == null ? void 0 : R.listData) || (H == null ? void 0 : H.dataOptions) || []) : void 0;
|
|
1372
1372
|
y.push({
|
|
1373
1373
|
prop: d[S].prop,
|
|
1374
|
-
listData: Array.isArray(C) ? C : (R == null ? void 0 : R.listData) || ((
|
|
1374
|
+
listData: Array.isArray(C) ? C : (R == null ? void 0 : R.listData) || ((E = d[S]) == null ? void 0 : E.dataOptions) || []
|
|
1375
1375
|
});
|
|
1376
1376
|
}
|
|
1377
1377
|
}), y;
|
|
@@ -1383,18 +1383,18 @@ function Hn(t) {
|
|
|
1383
1383
|
configFormField: e
|
|
1384
1384
|
};
|
|
1385
1385
|
}
|
|
1386
|
-
const
|
|
1386
|
+
const Dn = (t) => typeof t == "string" ? document.querySelector(t) || document.body : t instanceof HTMLElement ? t : document.body, Pt = (t, m, h, e) => {
|
|
1387
1387
|
var o;
|
|
1388
|
-
const a = Y(t,
|
|
1388
|
+
const a = Y(t, m);
|
|
1389
1389
|
if (e) {
|
|
1390
1390
|
a.appContext = e, a.appContext.provides || (a.appContext.provides = {});
|
|
1391
1391
|
const r = (o = e.provides) == null ? void 0 : o.elLocale;
|
|
1392
1392
|
r && (a.appContext.provides.elLocale = r), a.appContext.config || (a.appContext.config = {}), a.appContext.config.globalProperties || (a.appContext.config.globalProperties = {});
|
|
1393
1393
|
}
|
|
1394
|
-
return ut(a, h),
|
|
1395
|
-
},
|
|
1396
|
-
if (t = t || Ae, Object.assign({ onlyInstance: !1 },
|
|
1397
|
-
const e =
|
|
1394
|
+
return ut(a, h), Dn(m.appendTo).appendChild(h), a;
|
|
1395
|
+
}, He = (t, m = {}) => {
|
|
1396
|
+
if (t = t || Ae, Object.assign({ onlyInstance: !1 }, m).onlyInstance) {
|
|
1397
|
+
const e = $e(), a = (e == null ? void 0 : e.appContext) || null, n = document.createElement("div"), o = () => {
|
|
1398
1398
|
ut(null, n), n.remove();
|
|
1399
1399
|
}, r = (i) => {
|
|
1400
1400
|
i.visible === void 0 && (i.visible = !0);
|
|
@@ -1409,7 +1409,7 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1409
1409
|
} else {
|
|
1410
1410
|
const e = document.createElement("div");
|
|
1411
1411
|
e.className = "dialog-containers";
|
|
1412
|
-
const a =
|
|
1412
|
+
const a = $e(), n = (a == null ? void 0 : a.appContext) || null;
|
|
1413
1413
|
let o = null;
|
|
1414
1414
|
const r = () => {
|
|
1415
1415
|
o && o.component && (o.component.props.visible = !1);
|
|
@@ -1432,10 +1432,10 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1432
1432
|
};
|
|
1433
1433
|
return d.close = r, d.destroy = i, d;
|
|
1434
1434
|
}
|
|
1435
|
-
}, zn = { class: "flex-center" },
|
|
1435
|
+
}, zn = { class: "flex-center" }, _n = {
|
|
1436
1436
|
key: 0,
|
|
1437
1437
|
class: "buttonOperate leftRightBtn"
|
|
1438
|
-
},
|
|
1438
|
+
}, Vn = { class: "btn-left" }, An = { class: "btn-right" }, qn = { name: "EsForm" }, $n = /* @__PURE__ */ fe({
|
|
1439
1439
|
...qn,
|
|
1440
1440
|
props: {
|
|
1441
1441
|
model: { default: () => ({}) },
|
|
@@ -1448,9 +1448,9 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1448
1448
|
fieldFieldOutput: {}
|
|
1449
1449
|
},
|
|
1450
1450
|
emits: ["confirm", "reset"],
|
|
1451
|
-
setup(t, { expose:
|
|
1452
|
-
var
|
|
1453
|
-
const e = t, a =
|
|
1451
|
+
setup(t, { expose: m, emit: h }) {
|
|
1452
|
+
var _e;
|
|
1453
|
+
const e = t, a = $e(), n = ce("$esPlusForm", {}), o = ce("$EsPlus", {}), r = (u) => {
|
|
1454
1454
|
if (!u) return !0;
|
|
1455
1455
|
const v = o.permission;
|
|
1456
1456
|
return typeof v == "function" ? v(u) : !0;
|
|
@@ -1460,11 +1460,11 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1460
1460
|
const u = a == null ? void 0 : a.ctx;
|
|
1461
1461
|
return typeof (u == null ? void 0 : u.getTableInstantce) == "function" ? u == null ? void 0 : u.getTableInstantce() : u == null ? void 0 : u.getTableInstantce;
|
|
1462
1462
|
}), c = w(() => !!(y.value && Object.keys(y.value).length)), f = Object.fromEntries(Object.entries(ft)), l = (u) => u ? f[u] || u : void 0, S = (u) => {
|
|
1463
|
-
const { icon: v, ...
|
|
1464
|
-
return
|
|
1465
|
-
},
|
|
1466
|
-
u && (
|
|
1467
|
-
}, { formInputComponents:
|
|
1463
|
+
const { icon: v, ...g } = u;
|
|
1464
|
+
return g;
|
|
1465
|
+
}, E = V(null), R = V({}), k = V(e.formItemList), H = (u) => {
|
|
1466
|
+
u && (E.value = u);
|
|
1467
|
+
}, { formInputComponents: q } = Ln(), W = (n == null ? void 0 : n.$httpRequest) || void 0, C = e.fieldFieldOutput || (n == null ? void 0 : n.fieldFieldOutput), { getEveryFormQueryField: z } = Hn(W), A = V(((_e = e.layoutFormProps) == null ? void 0 : _e.fromLayProps) || {}), $ = w(() => ({
|
|
1468
1468
|
...A.value,
|
|
1469
1469
|
model: e.model,
|
|
1470
1470
|
rules: e.rules,
|
|
@@ -1473,8 +1473,8 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1473
1473
|
be(
|
|
1474
1474
|
() => e.formItemList,
|
|
1475
1475
|
async (u) => {
|
|
1476
|
-
const v = Array.isArray(u) ? u : [],
|
|
1477
|
-
if (!
|
|
1476
|
+
const v = Array.isArray(u) ? u : [], g = v.filter((F) => F && F.isInitRun !== !1 && !ee.value.has(F.prop));
|
|
1477
|
+
if (!g.length) {
|
|
1478
1478
|
k.value = v.map((F) => {
|
|
1479
1479
|
var ne;
|
|
1480
1480
|
if (!F) return null;
|
|
@@ -1483,8 +1483,8 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1483
1483
|
}).filter((F) => !!F);
|
|
1484
1484
|
return;
|
|
1485
1485
|
}
|
|
1486
|
-
const j = await
|
|
1487
|
-
|
|
1486
|
+
const j = await z(g, C);
|
|
1487
|
+
g.forEach((F) => ee.value.add(F.prop)), k.value = v.map((F) => {
|
|
1488
1488
|
var Se;
|
|
1489
1489
|
if (!F) return null;
|
|
1490
1490
|
const M = j.find((Ie) => Ie && Ie.prop === F.prop), ne = k.value.find((Ie) => Ie && Ie.prop === F.prop);
|
|
@@ -1493,9 +1493,9 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1493
1493
|
},
|
|
1494
1494
|
{ immediate: !0, deep: !0 }
|
|
1495
1495
|
);
|
|
1496
|
-
const pe = w(() => (k.value || []).map((v) => v ? { ...v, span: v.span || 6, dataOptions: v.dataOptions || [] } : null).filter((v) => v ? v.isHidden && typeof v.isHidden == "function" ? !v.isHidden(e.model, v,
|
|
1497
|
-
folded:
|
|
1498
|
-
isBtnHidden:
|
|
1496
|
+
const pe = w(() => (k.value || []).map((v) => v ? { ...v, span: v.span || 6, dataOptions: v.dataOptions || [] } : null).filter((v) => v ? v.isHidden && typeof v.isHidden == "function" ? !v.isHidden(e.model, v, $.value) : !0 : !1)), {
|
|
1497
|
+
folded: O,
|
|
1498
|
+
isBtnHidden: L,
|
|
1499
1499
|
rowLayout: Z,
|
|
1500
1500
|
formLayout: te,
|
|
1501
1501
|
getSetOptionsStatus: N,
|
|
@@ -1504,7 +1504,7 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1504
1504
|
getBtnColSpan: ye,
|
|
1505
1505
|
formItem: he,
|
|
1506
1506
|
changeFolded: xe
|
|
1507
|
-
} =
|
|
1507
|
+
} = Tn({
|
|
1508
1508
|
layoutFormProps: e.layoutFormProps,
|
|
1509
1509
|
get formItemList() {
|
|
1510
1510
|
return pe.value;
|
|
@@ -1521,20 +1521,20 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1521
1521
|
colRightBtn: e.configBtn.filter((u) => u.direction === "right" || !u.direction),
|
|
1522
1522
|
colLeftBtn: e.configBtn.filter((u) => u.direction === "left")
|
|
1523
1523
|
})), Ze = w(() => typeof e.renderBtn == "function"), et = async (u) => {
|
|
1524
|
-
var v,
|
|
1525
|
-
u.triggerEvent && ["query", "rest"].includes(u.key || "") ? tt(e.model,
|
|
1526
|
-
}, tt = async (u, v,
|
|
1524
|
+
var v, g;
|
|
1525
|
+
u.triggerEvent && ["query", "rest"].includes(u.key || "") ? tt(e.model, E.value, u.key) : (u.key === "rest" && E.value && E.value.resetFields(), (g = u.click) == null || g.call(u, e.model, E.value, (v = y.value) == null ? void 0 : v.httpRequestInstance));
|
|
1526
|
+
}, tt = async (u, v, g) => {
|
|
1527
1527
|
var j, F, M, ne;
|
|
1528
|
-
|
|
1528
|
+
g === "query" ? c.value && ((F = (j = y.value) == null ? void 0 : j.httpRequestInstance) == null || F.call(j, u)) : g === "rest" && v && (c.value && ((ne = (M = y.value) == null ? void 0 : M.httpRequestInstance) == null || ne.call(M, u)), v.resetFields());
|
|
1529
1529
|
}, nt = (u) => {
|
|
1530
1530
|
if (c.value) {
|
|
1531
|
-
const { style: v, ...
|
|
1532
|
-
return { style: { marginBottom: "10px", ...v }, ...
|
|
1531
|
+
const { style: v, ...g } = u;
|
|
1532
|
+
return { style: { marginBottom: "10px", ...v }, ...g };
|
|
1533
1533
|
}
|
|
1534
1534
|
return u;
|
|
1535
1535
|
}, Re = (() => {
|
|
1536
1536
|
var u;
|
|
1537
|
-
return (u = a == null ? void 0 : a.ctx) != null && u.dialogInstance ? a.ctx.dialogInstance() :
|
|
1537
|
+
return (u = a == null ? void 0 : a.ctx) != null && u.dialogInstance ? a.ctx.dialogInstance() : He;
|
|
1538
1538
|
})(), ot = Re(), at = Re(), Ue = () => {
|
|
1539
1539
|
}, lt = () => ({
|
|
1540
1540
|
data: k.value.map((u) => ({
|
|
@@ -1555,10 +1555,10 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1555
1555
|
Q(dt, {
|
|
1556
1556
|
size: "small",
|
|
1557
1557
|
maxlength: 3,
|
|
1558
|
-
formatter: (
|
|
1558
|
+
formatter: (g) => g.replace(/^0|[^0-9]/g, ""),
|
|
1559
1559
|
modelValue: v.width,
|
|
1560
|
-
"onUpdate:modelValue": (
|
|
1561
|
-
v.width =
|
|
1560
|
+
"onUpdate:modelValue": (g) => {
|
|
1561
|
+
v.width = g;
|
|
1562
1562
|
}
|
|
1563
1563
|
}, {
|
|
1564
1564
|
prepend: () => "宽度",
|
|
@@ -1580,10 +1580,10 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1580
1580
|
Q(dt, {
|
|
1581
1581
|
size: "small",
|
|
1582
1582
|
maxlength: 3,
|
|
1583
|
-
formatter: (
|
|
1583
|
+
formatter: (g) => g.replace(/^0|[^0-9]/g, ""),
|
|
1584
1584
|
modelValue: v.width,
|
|
1585
|
-
"onUpdate:modelValue": (
|
|
1586
|
-
v.width =
|
|
1585
|
+
"onUpdate:modelValue": (g) => {
|
|
1586
|
+
v.width = g;
|
|
1587
1587
|
}
|
|
1588
1588
|
}, {
|
|
1589
1589
|
prepend: () => "宽度",
|
|
@@ -1592,7 +1592,7 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1592
1592
|
])
|
|
1593
1593
|
}
|
|
1594
1594
|
]
|
|
1595
|
-
}),
|
|
1595
|
+
}), ze = () => {
|
|
1596
1596
|
const u = lt();
|
|
1597
1597
|
ot({
|
|
1598
1598
|
title: "自定义查询",
|
|
@@ -1622,13 +1622,13 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1622
1622
|
{
|
|
1623
1623
|
name: "取消",
|
|
1624
1624
|
icon: "Close",
|
|
1625
|
-
click: (v, { close:
|
|
1625
|
+
click: (v, { close: g }) => g()
|
|
1626
1626
|
},
|
|
1627
1627
|
{
|
|
1628
1628
|
name: "确认",
|
|
1629
1629
|
type: "primary",
|
|
1630
1630
|
icon: "Check",
|
|
1631
|
-
click: (v, { close:
|
|
1631
|
+
click: (v, { close: g }) => g()
|
|
1632
1632
|
}
|
|
1633
1633
|
]
|
|
1634
1634
|
});
|
|
@@ -1643,9 +1643,9 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1643
1643
|
})
|
|
1644
1644
|
});
|
|
1645
1645
|
};
|
|
1646
|
-
|
|
1646
|
+
qe(() => {
|
|
1647
1647
|
var u, v;
|
|
1648
|
-
R.value =
|
|
1648
|
+
R.value = E.value, (v = (u = a == null ? void 0 : a.ctx) == null ? void 0 : u.bodyFormInstance) == null || v.call(u, R.value);
|
|
1649
1649
|
});
|
|
1650
1650
|
const st = fe({
|
|
1651
1651
|
props: {
|
|
@@ -1658,7 +1658,7 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1658
1658
|
setup(u) {
|
|
1659
1659
|
return () => {
|
|
1660
1660
|
var M;
|
|
1661
|
-
const { formItemList: v, formModel:
|
|
1661
|
+
const { formItemList: v, formModel: g, row: j } = u, F = ((M = u.render) == null ? void 0 : M.call(u, j, g, v, Q)) || "";
|
|
1662
1662
|
return typeof F == "string" ? Q("span", F) : F;
|
|
1663
1663
|
};
|
|
1664
1664
|
}
|
|
@@ -1674,14 +1674,14 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1674
1674
|
setup(u) {
|
|
1675
1675
|
return () => {
|
|
1676
1676
|
var M;
|
|
1677
|
-
const { row: v, index:
|
|
1677
|
+
const { row: v, index: g, model: j } = u, F = ((M = u.render) == null ? void 0 : M.call(u, Q, j, { row: v, index: g })) || "";
|
|
1678
1678
|
return typeof F == "string" ? Q("span", F) : F;
|
|
1679
1679
|
};
|
|
1680
1680
|
}
|
|
1681
1681
|
}), Ke = async (u) => {
|
|
1682
|
-
const
|
|
1683
|
-
if (!
|
|
1684
|
-
(await
|
|
1682
|
+
const g = pe.value.filter((F) => F && u.includes(F.prop));
|
|
1683
|
+
if (!g.length) return;
|
|
1684
|
+
(await z(g, C)).forEach((F) => {
|
|
1685
1685
|
if (!F) return;
|
|
1686
1686
|
const M = k.value.findIndex((ne) => ne && ne.prop === F.prop);
|
|
1687
1687
|
M !== -1 && (k.value[M] = {
|
|
@@ -1689,8 +1689,8 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1689
1689
|
dataOptions: F.listData
|
|
1690
1690
|
});
|
|
1691
1691
|
});
|
|
1692
|
-
}, Ce = () =>
|
|
1693
|
-
return
|
|
1692
|
+
}, Ce = () => E.value;
|
|
1693
|
+
return m({
|
|
1694
1694
|
formItmeRequestInstance: Ke,
|
|
1695
1695
|
getFormRef: Ce,
|
|
1696
1696
|
validate: () => {
|
|
@@ -1713,34 +1713,34 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1713
1713
|
var v;
|
|
1714
1714
|
return (v = Ce()) == null ? void 0 : v.scrollToField(u);
|
|
1715
1715
|
}
|
|
1716
|
-
}), (u, v) => (b(),
|
|
1716
|
+
}), (u, v) => (b(), T(p(ln), J({ ref: H }, $.value, { class: "es-form" }), {
|
|
1717
1717
|
default: P(() => [
|
|
1718
1718
|
U("div", zn, [
|
|
1719
1719
|
Y(p(rn), Fe(Bt(p(Z))), {
|
|
1720
1720
|
default: P(() => [
|
|
1721
|
-
(b(!0),
|
|
1722
|
-
key:
|
|
1723
|
-
span:
|
|
1721
|
+
(b(!0), D(X, null, ge(p(he), (g, j) => gt((b(), T(p(Ct), {
|
|
1722
|
+
key: g.prop,
|
|
1723
|
+
span: g.span || 6
|
|
1724
1724
|
}, {
|
|
1725
1725
|
default: P(() => [
|
|
1726
1726
|
Y(p(Qe), J({
|
|
1727
|
-
label: i(
|
|
1728
|
-
}, { ref_for: !0 }, nt(
|
|
1729
|
-
prop:
|
|
1730
|
-
onClick:
|
|
1727
|
+
label: i(g)
|
|
1728
|
+
}, { ref_for: !0 }, nt(g.formItemOptions || {}), {
|
|
1729
|
+
prop: g.prop,
|
|
1730
|
+
onClick: qt(() => {
|
|
1731
1731
|
}, ["stop"])
|
|
1732
1732
|
}), {
|
|
1733
1733
|
default: P(() => [
|
|
1734
|
-
|
|
1734
|
+
g.formtype ? (b(), T(p(Me), {
|
|
1735
1735
|
key: 0,
|
|
1736
|
-
row:
|
|
1737
|
-
render: p(
|
|
1736
|
+
row: g,
|
|
1737
|
+
render: p(q)(g),
|
|
1738
1738
|
index: j,
|
|
1739
1739
|
model: t.model
|
|
1740
|
-
}, null, 8, ["row", "render", "index", "model"])) : (b(),
|
|
1740
|
+
}, null, 8, ["row", "render", "index", "model"])) : (b(), T(p(Me), {
|
|
1741
1741
|
key: 1,
|
|
1742
|
-
row:
|
|
1743
|
-
render:
|
|
1742
|
+
row: g,
|
|
1743
|
+
render: g.render,
|
|
1744
1744
|
index: j,
|
|
1745
1745
|
model: t.model
|
|
1746
1746
|
}, null, 8, ["row", "render", "index", "model"]))
|
|
@@ -1750,43 +1750,43 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1750
1750
|
]),
|
|
1751
1751
|
_: 2
|
|
1752
1752
|
}, 1032, ["span"])), [
|
|
1753
|
-
[
|
|
1753
|
+
[Lt, !(g != null && g.isFold)]
|
|
1754
1754
|
])), 128)),
|
|
1755
|
-
p(
|
|
1756
|
-
Ze.value ? (b(),
|
|
1755
|
+
p(L) ? G("", !0) : (b(), D(X, { key: 0 }, [
|
|
1756
|
+
Ze.value ? (b(), T(p(st), {
|
|
1757
1757
|
key: 0,
|
|
1758
|
-
row: { isFold: p(le), folded: p(
|
|
1758
|
+
row: { isFold: p(le), folded: p(O), getBtnColSpan: p(ye), getRowColsAlgorithm: p(Pe), changeFolded: p(xe), refsForm: R.value },
|
|
1759
1759
|
"form-model": t.model,
|
|
1760
1760
|
"form-item-list": p(he),
|
|
1761
1761
|
render: t.renderBtn
|
|
1762
|
-
}, null, 8, ["row", "form-model", "form-item-list", "render"])) : (b(),
|
|
1762
|
+
}, null, 8, ["row", "form-model", "form-item-list", "render"])) : (b(), T(p(Ct), {
|
|
1763
1763
|
key: 1,
|
|
1764
1764
|
span: t.btnColSpanRow ? 24 : p(ye)
|
|
1765
1765
|
}, {
|
|
1766
1766
|
default: P(() => [
|
|
1767
|
-
t.btnColSpanRow && t.configBtn.length ? (b(),
|
|
1768
|
-
U("div",
|
|
1767
|
+
t.btnColSpanRow && t.configBtn.length ? (b(), D("div", _n, [
|
|
1768
|
+
U("div", Vn, [
|
|
1769
1769
|
Y(p(Qe), {
|
|
1770
1770
|
"label-width": "0px",
|
|
1771
1771
|
class: "btn-formItem"
|
|
1772
1772
|
}, {
|
|
1773
1773
|
default: P(() => [
|
|
1774
|
-
(b(!0),
|
|
1775
|
-
key:
|
|
1774
|
+
(b(!0), D(X, null, ge(je.value.colLeftBtn, (g, j) => (b(), D(X, {
|
|
1775
|
+
key: g.key || j
|
|
1776
1776
|
}, [
|
|
1777
|
-
r(
|
|
1777
|
+
r(g.permissionValue) ? (b(), T(p(de), J({
|
|
1778
1778
|
key: 0,
|
|
1779
1779
|
ref_for: !0
|
|
1780
|
-
}, S(
|
|
1781
|
-
icon: l(
|
|
1782
|
-
disabled: typeof
|
|
1780
|
+
}, S(g), {
|
|
1781
|
+
icon: l(g.icon),
|
|
1782
|
+
disabled: typeof g.disabled == "function" ? g.disabled() || !1 : g.disabled || !1,
|
|
1783
1783
|
onClick: () => {
|
|
1784
1784
|
var F;
|
|
1785
|
-
return
|
|
1785
|
+
return g.click(t.model, E.value, (F = y.value) == null ? void 0 : F.httpRequestInstance);
|
|
1786
1786
|
}
|
|
1787
1787
|
}), {
|
|
1788
1788
|
default: P(() => [
|
|
1789
|
-
ae(me(
|
|
1789
|
+
ae(me(g.name), 1)
|
|
1790
1790
|
]),
|
|
1791
1791
|
_: 2
|
|
1792
1792
|
}, 1040, ["icon", "disabled", "onClick"])) : G("", !0)
|
|
@@ -1795,50 +1795,50 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1795
1795
|
_: 1
|
|
1796
1796
|
})
|
|
1797
1797
|
]),
|
|
1798
|
-
U("div",
|
|
1798
|
+
U("div", An, [
|
|
1799
1799
|
Y(p(Qe), {
|
|
1800
1800
|
"label-width": "0px",
|
|
1801
1801
|
class: "btn-formItem"
|
|
1802
1802
|
}, {
|
|
1803
1803
|
default: P(() => [
|
|
1804
|
-
(b(!0),
|
|
1805
|
-
key:
|
|
1804
|
+
(b(!0), D(X, null, ge(je.value.colRightBtn, (g, j) => (b(), D(X, {
|
|
1805
|
+
key: g.key || j
|
|
1806
1806
|
}, [
|
|
1807
|
-
r(
|
|
1807
|
+
r(g.permissionValue) ? (b(), T(p(de), J({
|
|
1808
1808
|
key: 0,
|
|
1809
1809
|
ref_for: !0
|
|
1810
|
-
}, S(
|
|
1811
|
-
icon: l(
|
|
1812
|
-
disabled: typeof
|
|
1813
|
-
onClick: () => et(
|
|
1810
|
+
}, S(g), {
|
|
1811
|
+
icon: l(g.icon),
|
|
1812
|
+
disabled: typeof g.disabled == "function" ? g.disabled() || !1 : g.disabled || !1,
|
|
1813
|
+
onClick: () => et(g)
|
|
1814
1814
|
}), {
|
|
1815
1815
|
default: P(() => [
|
|
1816
|
-
ae(me(
|
|
1816
|
+
ae(me(g.name), 1)
|
|
1817
1817
|
]),
|
|
1818
1818
|
_: 2
|
|
1819
1819
|
}, 1040, ["icon", "disabled", "onClick"])) : G("", !0)
|
|
1820
1820
|
], 64))), 128)),
|
|
1821
|
-
p(le) ? (b(),
|
|
1821
|
+
p(le) ? (b(), T(p(de), {
|
|
1822
1822
|
key: 0,
|
|
1823
1823
|
link: "",
|
|
1824
1824
|
type: "primary",
|
|
1825
|
-
icon: l(p(
|
|
1825
|
+
icon: l(p(O) ? "ArrowDown" : "ArrowUp"),
|
|
1826
1826
|
style: { "padding-left": "0", border: "none" },
|
|
1827
1827
|
onClick: p(xe)
|
|
1828
1828
|
}, {
|
|
1829
1829
|
default: P(() => [
|
|
1830
|
-
ae(me(p(
|
|
1830
|
+
ae(me(p(O) ? "展开" : "收起"), 1)
|
|
1831
1831
|
]),
|
|
1832
1832
|
_: 1
|
|
1833
1833
|
}, 8, ["icon", "onClick"])) : G("", !0),
|
|
1834
|
-
p(N) ? (b(),
|
|
1834
|
+
p(N) ? (b(), T(p(St), {
|
|
1835
1835
|
key: 1,
|
|
1836
1836
|
placement: "bottom-start"
|
|
1837
1837
|
}, {
|
|
1838
1838
|
dropdown: P(() => [
|
|
1839
1839
|
Y(p(It), null, {
|
|
1840
1840
|
default: P(() => [
|
|
1841
|
-
Y(p(Be), { onClick:
|
|
1841
|
+
Y(p(Be), { onClick: ze }, {
|
|
1842
1842
|
default: P(() => [...v[0] || (v[0] = [
|
|
1843
1843
|
ae("自定义查询", -1)
|
|
1844
1844
|
])]),
|
|
@@ -1875,10 +1875,10 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1875
1875
|
})
|
|
1876
1876
|
])
|
|
1877
1877
|
])) : G("", !0),
|
|
1878
|
-
!t.btnColSpanRow && t.configBtn.length ? (b(),
|
|
1878
|
+
!t.btnColSpanRow && t.configBtn.length ? (b(), T(p(Qe), {
|
|
1879
1879
|
key: 1,
|
|
1880
1880
|
label: " ",
|
|
1881
|
-
"label-width":
|
|
1881
|
+
"label-width": $.value.labelBtnWidth ? $.value.labelBtnWidth : $.value.labelWidth,
|
|
1882
1882
|
class: mt([{ formItemCols: t.btnColSpanRow ? !0 : p(ye) === 24 }, "btn-formItem"])
|
|
1883
1883
|
}, {
|
|
1884
1884
|
default: P(() => [
|
|
@@ -1886,47 +1886,47 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1886
1886
|
class: "buttonOperate",
|
|
1887
1887
|
style: ke({ "text-align": p(ye) === 24 ? "right" : "left" })
|
|
1888
1888
|
}, [
|
|
1889
|
-
t.configBtn.length ? (b(!0),
|
|
1890
|
-
key:
|
|
1889
|
+
t.configBtn.length ? (b(!0), D(X, { key: 0 }, ge(t.configBtn, (g, j) => (b(), D(X, {
|
|
1890
|
+
key: g.key || j
|
|
1891
1891
|
}, [
|
|
1892
|
-
r(
|
|
1892
|
+
r(g.permissionValue) ? (b(), T(p(de), J({
|
|
1893
1893
|
key: 0,
|
|
1894
1894
|
ref_for: !0
|
|
1895
|
-
}, S(
|
|
1896
|
-
icon: l(
|
|
1897
|
-
disabled: typeof
|
|
1895
|
+
}, S(g), {
|
|
1896
|
+
icon: l(g.icon),
|
|
1897
|
+
disabled: typeof g.disabled == "function" ? g.disabled() || !1 : g.disabled || !1,
|
|
1898
1898
|
onClick: () => {
|
|
1899
1899
|
var F;
|
|
1900
|
-
return
|
|
1900
|
+
return g == null ? void 0 : g.click(t.model, E.value, (F = y.value) == null ? void 0 : F.httpRequestInstance);
|
|
1901
1901
|
}
|
|
1902
1902
|
}), {
|
|
1903
1903
|
default: P(() => [
|
|
1904
|
-
ae(me(
|
|
1904
|
+
ae(me(g.name), 1)
|
|
1905
1905
|
]),
|
|
1906
1906
|
_: 2
|
|
1907
1907
|
}, 1040, ["icon", "disabled", "onClick"])) : G("", !0)
|
|
1908
1908
|
], 64))), 128)) : G("", !0),
|
|
1909
|
-
p(le) ? (b(),
|
|
1909
|
+
p(le) ? (b(), T(p(de), {
|
|
1910
1910
|
key: 1,
|
|
1911
1911
|
type: "primary",
|
|
1912
1912
|
link: "",
|
|
1913
|
-
icon: l(p(
|
|
1913
|
+
icon: l(p(O) ? "ArrowDown" : "ArrowUp"),
|
|
1914
1914
|
style: { "padding-left": "0", border: "none" },
|
|
1915
1915
|
onClick: p(xe)
|
|
1916
1916
|
}, {
|
|
1917
1917
|
default: P(() => [
|
|
1918
|
-
ae(me(p(
|
|
1918
|
+
ae(me(p(O) ? "展开" : "收起"), 1)
|
|
1919
1919
|
]),
|
|
1920
1920
|
_: 1
|
|
1921
1921
|
}, 8, ["icon", "onClick"])) : G("", !0),
|
|
1922
|
-
p(N) ? (b(),
|
|
1922
|
+
p(N) ? (b(), T(p(St), {
|
|
1923
1923
|
key: 2,
|
|
1924
1924
|
placement: "bottom-start"
|
|
1925
1925
|
}, {
|
|
1926
1926
|
dropdown: P(() => [
|
|
1927
1927
|
Y(p(It), null, {
|
|
1928
1928
|
default: P(() => [
|
|
1929
|
-
Y(p(Be), { onClick:
|
|
1929
|
+
Y(p(Be), { onClick: ze }, {
|
|
1930
1930
|
default: P(() => [...v[3] || (v[3] = [
|
|
1931
1931
|
ae("自定义查询", -1)
|
|
1932
1932
|
])]),
|
|
@@ -1974,24 +1974,24 @@ const _n = (t) => typeof t == "string" ? document.querySelector(t) || document.b
|
|
|
1974
1974
|
_: 1
|
|
1975
1975
|
}, 16));
|
|
1976
1976
|
}
|
|
1977
|
-
}), ue = /* @__PURE__ */
|
|
1977
|
+
}), ue = /* @__PURE__ */ De($n, [["__scopeId", "data-v-4a516856"]]);
|
|
1978
1978
|
ue.install = function(t) {
|
|
1979
1979
|
t.component(ue.name, ue);
|
|
1980
1980
|
};
|
|
1981
1981
|
ue.isPlugin = !0;
|
|
1982
1982
|
ue.Plugin = {
|
|
1983
|
-
install(t,
|
|
1983
|
+
install(t, m = {}) {
|
|
1984
1984
|
t.provide("$esPlusForm", {
|
|
1985
|
-
...
|
|
1986
|
-
useDialog: () =>
|
|
1987
|
-
}), t.component(ue.name, { ...ue, methods: { ...ue.methods, ...
|
|
1985
|
+
...m.methods,
|
|
1986
|
+
useDialog: () => He()
|
|
1987
|
+
}), t.component(ue.name, { ...ue, methods: { ...ue.methods, ...m.methods || {}, useDialog: () => He() } });
|
|
1988
1988
|
}
|
|
1989
1989
|
};
|
|
1990
|
-
const
|
|
1990
|
+
const jn = { class: "dp-dialog_wrapper" }, Un = { class: "dialog-title" }, Nn = { class: "btns" }, Mn = {
|
|
1991
1991
|
key: 0,
|
|
1992
1992
|
class: "dialog-footer"
|
|
1993
|
-
},
|
|
1994
|
-
|
|
1993
|
+
}, Kn = /* @__PURE__ */ fe({
|
|
1994
|
+
__name: "component",
|
|
1995
1995
|
props: {
|
|
1996
1996
|
title: {},
|
|
1997
1997
|
visible: { type: Boolean },
|
|
@@ -2010,82 +2010,82 @@ const Un = { class: "dp-dialog_wrapper" }, Nn = { class: "dialog-title" }, Mn =
|
|
|
2010
2010
|
fullscreen: { type: Boolean }
|
|
2011
2011
|
},
|
|
2012
2012
|
emits: ["update:visible", "closed", "submit"],
|
|
2013
|
-
setup(t, { emit:
|
|
2014
|
-
const h = t, e =
|
|
2015
|
-
if (!
|
|
2013
|
+
setup(t, { emit: m }) {
|
|
2014
|
+
const h = t, e = m, a = Ot(), n = $e(), o = Et(), r = Object.fromEntries(Object.entries(ft).map(([L]) => [L, ft[L]])), i = V(null), d = Je({}), y = V(!1), c = n, f = V(Ve), l = ce("$EsPlus", {}), S = (L) => {
|
|
2015
|
+
if (!L) return !0;
|
|
2016
2016
|
const Z = l.permission;
|
|
2017
|
-
return typeof Z == "function" ? Z(
|
|
2018
|
-
},
|
|
2019
|
-
|
|
2020
|
-
const R = (
|
|
2021
|
-
const { icon: Z, ...te } =
|
|
2017
|
+
return typeof Z == "function" ? Z(L) : !0;
|
|
2018
|
+
}, E = ce("elLocale", null);
|
|
2019
|
+
E && (f.value = E), ct("elLocale", f.value);
|
|
2020
|
+
const R = (L) => L ? r[L] || L : void 0, k = (L) => {
|
|
2021
|
+
const { icon: Z, ...te } = L;
|
|
2022
2022
|
return te;
|
|
2023
|
-
},
|
|
2023
|
+
}, H = () => {
|
|
2024
2024
|
setTimeout(() => {
|
|
2025
2025
|
y.value && (y.value = !1);
|
|
2026
2026
|
}, 500);
|
|
2027
|
-
},
|
|
2027
|
+
}, q = () => {
|
|
2028
2028
|
o != null && o.fullscreen || (y.value = !y.value);
|
|
2029
2029
|
}, W = () => {
|
|
2030
|
-
e("closed", !1),
|
|
2030
|
+
e("closed", !1), H();
|
|
2031
2031
|
}, C = () => {
|
|
2032
|
-
e("closed", !1),
|
|
2033
|
-
},
|
|
2034
|
-
const { ...
|
|
2035
|
-
return
|
|
2036
|
-
}), A = w(() => y.value ? "dialogFull" : h.maxHeight ? "dialogShadow" : "dialogAuto"),
|
|
2037
|
-
const
|
|
2038
|
-
return Math.max(
|
|
2032
|
+
e("closed", !1), H();
|
|
2033
|
+
}, z = w(() => {
|
|
2034
|
+
const { ...L } = o;
|
|
2035
|
+
return L;
|
|
2036
|
+
}), A = w(() => y.value ? "dialogFull" : h.maxHeight ? "dialogShadow" : "dialogAuto"), $ = () => {
|
|
2037
|
+
const L = window.innerHeight;
|
|
2038
|
+
return Math.max(L - 135, 200);
|
|
2039
2039
|
}, ee = w(() => {
|
|
2040
|
-
const
|
|
2041
|
-
return y.value ? { height:
|
|
2040
|
+
const L = $();
|
|
2041
|
+
return y.value ? { height: L + "px" } : h.maxHeight ? { maxHeight: typeof h.maxHeight == "number" ? `${h.maxHeight}px` : h.maxHeight } : { maxHeight: L + "px" };
|
|
2042
2042
|
}), pe = w({
|
|
2043
2043
|
get: () => h.visible || !1,
|
|
2044
|
-
set: (
|
|
2045
|
-
e("update:visible",
|
|
2044
|
+
set: (L) => {
|
|
2045
|
+
e("update:visible", L), L || (e("closed", L), H());
|
|
2046
2046
|
}
|
|
2047
|
-
}),
|
|
2047
|
+
}), O = w(() => ({
|
|
2048
2048
|
renderBodyRefs: d.currentRef,
|
|
2049
2049
|
renderBodyRefsObject: d,
|
|
2050
2050
|
lyFormInstance: i,
|
|
2051
2051
|
dialogInstance: c,
|
|
2052
2052
|
getRefs: () => d
|
|
2053
2053
|
}));
|
|
2054
|
-
return ct("bodyFormInstance", (
|
|
2055
|
-
i.value =
|
|
2054
|
+
return ct("bodyFormInstance", (L) => {
|
|
2055
|
+
i.value = L;
|
|
2056
2056
|
}), n && (n.exposed = {
|
|
2057
2057
|
closed: W
|
|
2058
|
-
}), (
|
|
2058
|
+
}), (L, Z) => {
|
|
2059
2059
|
var te;
|
|
2060
|
-
return b(),
|
|
2060
|
+
return b(), D("div", jn, [
|
|
2061
2061
|
Y(p(sn), J({
|
|
2062
2062
|
class: ["dg-dialog", A.value]
|
|
2063
|
-
},
|
|
2063
|
+
}, z.value, {
|
|
2064
2064
|
modelValue: pe.value,
|
|
2065
2065
|
"onUpdate:modelValue": Z[0] || (Z[0] = (N) => pe.value = N),
|
|
2066
2066
|
draggable: h.isDraggable,
|
|
2067
2067
|
width: h.width,
|
|
2068
2068
|
"show-close": !1,
|
|
2069
2069
|
onClose: C,
|
|
2070
|
-
fullscreen: ((te =
|
|
2070
|
+
fullscreen: ((te = z.value) == null ? void 0 : te.fullscreen) ?? y.value
|
|
2071
2071
|
}), Xe({
|
|
2072
2072
|
header: P(() => [
|
|
2073
|
-
h.renderHeader ? (b(),
|
|
2073
|
+
h.renderHeader ? (b(), T(it, {
|
|
2074
2074
|
key: 0,
|
|
2075
2075
|
render: h.renderHeader,
|
|
2076
|
-
instance:
|
|
2077
|
-
}, null, 8, ["render", "instance"])) : (b(),
|
|
2076
|
+
instance: O.value
|
|
2077
|
+
}, null, 8, ["render", "instance"])) : (b(), D(X, { key: 1 }, [
|
|
2078
2078
|
U("div", null, [
|
|
2079
|
-
U("span",
|
|
2079
|
+
U("span", Un, me(h.title), 1)
|
|
2080
2080
|
]),
|
|
2081
|
-
U("div",
|
|
2082
|
-
gt(Y(p(wt), { onClick:
|
|
2081
|
+
U("div", Nn, [
|
|
2082
|
+
gt(Y(p(wt), { onClick: q }, {
|
|
2083
2083
|
default: P(() => [
|
|
2084
|
-
y.value ? (b(),
|
|
2084
|
+
y.value ? (b(), T(p(un), { key: 1 })) : (b(), T(p(cn), { key: 0 }))
|
|
2085
2085
|
]),
|
|
2086
2086
|
_: 1
|
|
2087
2087
|
}, 512), [
|
|
2088
|
-
[
|
|
2088
|
+
[Lt, !h.hiddenFullBtn]
|
|
2089
2089
|
]),
|
|
2090
2090
|
Y(p(wt), { onClick: W }, {
|
|
2091
2091
|
default: P(() => [
|
|
@@ -2101,10 +2101,10 @@ const Un = { class: "dp-dialog_wrapper" }, Nn = { class: "dialog-title" }, Mn =
|
|
|
2101
2101
|
class: "dialog_body_layouts",
|
|
2102
2102
|
style: ke(ee.value)
|
|
2103
2103
|
}, [
|
|
2104
|
-
h.render && typeof h.render == "function" ? (b(),
|
|
2104
|
+
h.render && typeof h.render == "function" ? (b(), T(it, {
|
|
2105
2105
|
key: 0,
|
|
2106
2106
|
refs: d,
|
|
2107
|
-
instance:
|
|
2107
|
+
instance: O.value,
|
|
2108
2108
|
render: h.render,
|
|
2109
2109
|
components: { EsTable: p(re), EsForm: p(ue) },
|
|
2110
2110
|
locale: f.value
|
|
@@ -2116,15 +2116,15 @@ const Un = { class: "dp-dialog_wrapper" }, Nn = { class: "dialog-title" }, Mn =
|
|
|
2116
2116
|
p(o).isHiddenFooter ? void 0 : {
|
|
2117
2117
|
name: "footer",
|
|
2118
2118
|
fn: P(() => [
|
|
2119
|
-
a.footer ?
|
|
2120
|
-
h.renderFooter && typeof h.renderFooter == "function" ? (b(),
|
|
2119
|
+
a.footer ? Te(L.$slots, "footer", { key: 1 }, void 0, !0) : (b(), D("span", Mn, [
|
|
2120
|
+
h.renderFooter && typeof h.renderFooter == "function" ? (b(), T(it, {
|
|
2121
2121
|
key: 0,
|
|
2122
2122
|
render: h.renderFooter,
|
|
2123
|
-
instance:
|
|
2124
|
-
}, null, 8, ["render", "instance"])) : h.configBtn && h.configBtn.length ? (b(!0),
|
|
2123
|
+
instance: O.value
|
|
2124
|
+
}, null, 8, ["render", "instance"])) : h.configBtn && h.configBtn.length ? (b(!0), D(X, { key: 1 }, ge(t.configBtn, (N, Pe) => (b(), D(X, {
|
|
2125
2125
|
key: N.key || Pe
|
|
2126
2126
|
}, [
|
|
2127
|
-
S(N.permissionValue) ? (b(),
|
|
2127
|
+
S(N.permissionValue) ? (b(), T(p(de), J({
|
|
2128
2128
|
key: 0,
|
|
2129
2129
|
size: "small"
|
|
2130
2130
|
}, { ref_for: !0 }, k(N), {
|
|
@@ -2153,11 +2153,11 @@ const Un = { class: "dp-dialog_wrapper" }, Nn = { class: "dialog-title" }, Mn =
|
|
|
2153
2153
|
]);
|
|
2154
2154
|
};
|
|
2155
2155
|
}
|
|
2156
|
-
}), Ae = /* @__PURE__ */
|
|
2156
|
+
}), Ae = /* @__PURE__ */ De(Kn, [["__scopeId", "data-v-f84d929e"]]);
|
|
2157
2157
|
Ae.install = function(t) {
|
|
2158
2158
|
t.component(Ae.name, Ae);
|
|
2159
2159
|
};
|
|
2160
|
-
const
|
|
2160
|
+
const Qn = { class: "es-crud-page" }, Wn = /* @__PURE__ */ fe({
|
|
2161
2161
|
name: "EsCrudPage",
|
|
2162
2162
|
__name: "es-crud-page",
|
|
2163
2163
|
props: {
|
|
@@ -2166,13 +2166,13 @@ const Gn = { class: "es-crud-page" }, Yn = /* @__PURE__ */ fe({
|
|
|
2166
2166
|
autoLoad: { type: Boolean, default: !0 }
|
|
2167
2167
|
},
|
|
2168
2168
|
emits: ["query", "add", "edit", "delete", "view", "export", "row-click", "btn-click"],
|
|
2169
|
-
setup(t, { expose:
|
|
2169
|
+
setup(t, { expose: m, emit: h }) {
|
|
2170
2170
|
const e = t, a = h, n = V(null), o = V(null), r = V([]), i = Je({});
|
|
2171
2171
|
be(
|
|
2172
2172
|
() => e.schema.formItems,
|
|
2173
2173
|
(C) => {
|
|
2174
|
-
C && C.forEach((
|
|
2175
|
-
|
|
2174
|
+
C && C.forEach((z) => {
|
|
2175
|
+
z.prop && !(z.prop in i) && (i[z.prop] = "");
|
|
2176
2176
|
});
|
|
2177
2177
|
},
|
|
2178
2178
|
{ immediate: !0 }
|
|
@@ -2204,7 +2204,7 @@ const Gn = { class: "es-crud-page" }, Yn = /* @__PURE__ */ fe({
|
|
|
2204
2204
|
const C = [...e.schema.columns || []];
|
|
2205
2205
|
if (!C.some((A) => A.prop === "action" || A.btns) && y.value.some((A) => ["edit", "delete", "view"].includes(A))) {
|
|
2206
2206
|
const A = [];
|
|
2207
|
-
y.value.includes("view") && A.push({ name: "查看", type: "primary", clickEvent: (
|
|
2207
|
+
y.value.includes("view") && A.push({ name: "查看", type: "primary", clickEvent: ($) => k($) }), y.value.includes("edit") && A.push({ name: "编辑", type: "primary", clickEvent: ($) => E($) }), y.value.includes("delete") && A.push({ name: "删除", type: "danger", clickEvent: ($) => R($) }), C.push({
|
|
2208
2208
|
prop: "action",
|
|
2209
2209
|
label: "操作",
|
|
2210
2210
|
width: A.length * 80 + 20,
|
|
@@ -2223,11 +2223,11 @@ const Gn = { class: "es-crud-page" }, Yn = /* @__PURE__ */ fe({
|
|
|
2223
2223
|
});
|
|
2224
2224
|
function S() {
|
|
2225
2225
|
var C;
|
|
2226
|
-
(C = e.schema.dialogFormItems) != null && C.length &&
|
|
2226
|
+
(C = e.schema.dialogFormItems) != null && C.length && H("新增", {}), a("add");
|
|
2227
2227
|
}
|
|
2228
|
-
function
|
|
2229
|
-
var
|
|
2230
|
-
(
|
|
2228
|
+
function E(C) {
|
|
2229
|
+
var z;
|
|
2230
|
+
(z = e.schema.dialogFormItems) != null && z.length && H("编辑", { ...C }), a("edit", C);
|
|
2231
2231
|
}
|
|
2232
2232
|
function R(C) {
|
|
2233
2233
|
a("delete", C);
|
|
@@ -2235,20 +2235,20 @@ const Gn = { class: "es-crud-page" }, Yn = /* @__PURE__ */ fe({
|
|
|
2235
2235
|
function k(C) {
|
|
2236
2236
|
a("view", C);
|
|
2237
2237
|
}
|
|
2238
|
-
function
|
|
2239
|
-
var pe,
|
|
2240
|
-
const A =
|
|
2241
|
-
(pe = e.schema.dialogFormItems) == null || pe.forEach((
|
|
2242
|
-
|
|
2238
|
+
function H(C, z) {
|
|
2239
|
+
var pe, O;
|
|
2240
|
+
const A = He(), $ = Je({});
|
|
2241
|
+
(pe = e.schema.dialogFormItems) == null || pe.forEach((L) => {
|
|
2242
|
+
L.prop && ($[L.prop] = z[L.prop] ?? "");
|
|
2243
2243
|
});
|
|
2244
|
-
const ee = ((
|
|
2244
|
+
const ee = ((O = e.schema.dialogOptions) == null ? void 0 : O.width) || "600px";
|
|
2245
2245
|
A({
|
|
2246
2246
|
title: C,
|
|
2247
2247
|
width: ee,
|
|
2248
2248
|
...e.schema.dialogOptions || {},
|
|
2249
|
-
render: (
|
|
2249
|
+
render: (L, { registerRef: Z }) => L(ue, {
|
|
2250
2250
|
ref: (te) => te && Z("dialogForm", te),
|
|
2251
|
-
model:
|
|
2251
|
+
model: $,
|
|
2252
2252
|
formItemList: e.schema.dialogFormItems,
|
|
2253
2253
|
layoutFormProps: {
|
|
2254
2254
|
rowLayProps: { gutter: 16 },
|
|
@@ -2258,46 +2258,46 @@ const Gn = { class: "es-crud-page" }, Yn = /* @__PURE__ */ fe({
|
|
|
2258
2258
|
configBtn: [
|
|
2259
2259
|
{
|
|
2260
2260
|
name: "取消",
|
|
2261
|
-
click: (
|
|
2261
|
+
click: (L, { close: Z }) => Z()
|
|
2262
2262
|
},
|
|
2263
2263
|
{
|
|
2264
2264
|
name: "确定",
|
|
2265
2265
|
type: "primary",
|
|
2266
|
-
click: async (
|
|
2266
|
+
click: async (L, { close: Z, getRefs: te }) => {
|
|
2267
2267
|
const N = te("dialogForm");
|
|
2268
|
-
N != null && N.validate && await N.validate(), a("btn-click", C === "新增" ? "add-confirm" : "edit-confirm",
|
|
2268
|
+
N != null && N.validate && await N.validate(), a("btn-click", C === "新增" ? "add-confirm" : "edit-confirm", $), Z(), q();
|
|
2269
2269
|
}
|
|
2270
2270
|
}
|
|
2271
2271
|
]
|
|
2272
2272
|
});
|
|
2273
2273
|
}
|
|
2274
|
-
function
|
|
2275
|
-
var C,
|
|
2276
|
-
(
|
|
2274
|
+
function q() {
|
|
2275
|
+
var C, z;
|
|
2276
|
+
(z = (C = n.value) == null ? void 0 : C.httpRequestInstance) == null || z.call(C);
|
|
2277
2277
|
}
|
|
2278
2278
|
function W() {
|
|
2279
|
-
var C,
|
|
2280
|
-
return ((
|
|
2279
|
+
var C, z;
|
|
2280
|
+
return ((z = (C = n.value) == null ? void 0 : C.getSelectionRows) == null ? void 0 : z.call(C)) || [];
|
|
2281
2281
|
}
|
|
2282
|
-
return
|
|
2283
|
-
refresh:
|
|
2282
|
+
return m({
|
|
2283
|
+
refresh: q,
|
|
2284
2284
|
getSelectedRows: W,
|
|
2285
2285
|
tableRef: n,
|
|
2286
2286
|
formRef: o,
|
|
2287
2287
|
queryModel: i
|
|
2288
|
-
}), (C,
|
|
2288
|
+
}), (C, z) => (b(), D("div", Qn, [
|
|
2289
2289
|
Y(re, J({
|
|
2290
2290
|
ref_key: "tableRef",
|
|
2291
2291
|
ref: n,
|
|
2292
2292
|
columns: f.value,
|
|
2293
2293
|
options: l.value,
|
|
2294
2294
|
"data-source": r.value,
|
|
2295
|
-
"onUpdate:dataSource":
|
|
2295
|
+
"onUpdate:dataSource": z[0] || (z[0] = (A) => r.value = A),
|
|
2296
2296
|
pagination: d.value,
|
|
2297
|
-
"onUpdate:pagination":
|
|
2297
|
+
"onUpdate:pagination": z[1] || (z[1] = (A) => d.value = A)
|
|
2298
2298
|
}, C.$attrs), Xe({
|
|
2299
2299
|
default: P(() => [
|
|
2300
|
-
t.schema.formItems && t.schema.formItems.length ? (b(),
|
|
2300
|
+
t.schema.formItems && t.schema.formItems.length ? (b(), T(ue, {
|
|
2301
2301
|
key: 0,
|
|
2302
2302
|
ref_key: "formRef",
|
|
2303
2303
|
ref: o,
|
|
@@ -2308,58 +2308,58 @@ const Gn = { class: "es-crud-page" }, Yn = /* @__PURE__ */ fe({
|
|
|
2308
2308
|
]),
|
|
2309
2309
|
_: 2
|
|
2310
2310
|
}, [
|
|
2311
|
-
ge(C.$slots, (A,
|
|
2312
|
-
name:
|
|
2311
|
+
ge(C.$slots, (A, $) => ({
|
|
2312
|
+
name: $,
|
|
2313
2313
|
fn: P((ee) => [
|
|
2314
|
-
|
|
2314
|
+
Te(C.$slots, $, Fe(Bt(ee || {})), void 0, !0)
|
|
2315
2315
|
])
|
|
2316
2316
|
}))
|
|
2317
2317
|
]), 1040, ["columns", "options", "data-source", "pagination"])
|
|
2318
2318
|
]));
|
|
2319
2319
|
}
|
|
2320
|
-
}), Ge = /* @__PURE__ */
|
|
2320
|
+
}), Ge = /* @__PURE__ */ De(Wn, [["__scopeId", "data-v-62d0182a"]]);
|
|
2321
2321
|
Ge.install = function(t) {
|
|
2322
2322
|
t.component(Ge.name, Ge);
|
|
2323
2323
|
};
|
|
2324
|
-
const
|
|
2325
|
-
|
|
2324
|
+
const Gn = ["xlink:href"], Yn = /* @__PURE__ */ fe({
|
|
2325
|
+
__name: "svg-icon",
|
|
2326
2326
|
props: {
|
|
2327
2327
|
iconClass: {},
|
|
2328
2328
|
className: {}
|
|
2329
2329
|
},
|
|
2330
2330
|
setup(t) {
|
|
2331
|
-
const
|
|
2332
|
-
mask: `url(${
|
|
2333
|
-
"-webkit-mask": `url(${
|
|
2331
|
+
const m = t, h = w(() => o(m.iconClass)), e = w(() => `#icon-${m.iconClass}`), a = w(() => m.className ? "svg-icon " + m.className : "svg-icon"), n = w(() => ({
|
|
2332
|
+
mask: `url(${m.iconClass}) no-repeat 50% 50%`,
|
|
2333
|
+
"-webkit-mask": `url(${m.iconClass}) no-repeat 50% 50%`
|
|
2334
2334
|
})), o = (r) => /^(https?:|mailto:|tel:|open)/.test(r);
|
|
2335
|
-
return (r, i) => h.value ? (b(),
|
|
2335
|
+
return (r, i) => h.value ? (b(), D("div", {
|
|
2336
2336
|
key: 0,
|
|
2337
2337
|
style: ke(n.value),
|
|
2338
2338
|
class: "svg-external-icon svg-icon"
|
|
2339
|
-
}, null, 4)) : (b(),
|
|
2339
|
+
}, null, 4)) : (b(), D("svg", {
|
|
2340
2340
|
key: 1,
|
|
2341
2341
|
class: mt(a.value),
|
|
2342
2342
|
"aria-hidden": "true"
|
|
2343
2343
|
}, [
|
|
2344
|
-
U("use", { "xlink:href": e.value }, null, 8,
|
|
2344
|
+
U("use", { "xlink:href": e.value }, null, 8, Gn)
|
|
2345
2345
|
], 2));
|
|
2346
2346
|
}
|
|
2347
|
-
}), Ye = /* @__PURE__ */
|
|
2347
|
+
}), Ye = /* @__PURE__ */ De(Yn, [["__scopeId", "data-v-50f5fe3f"]]);
|
|
2348
2348
|
Ye.install = function(t) {
|
|
2349
2349
|
t.component(Ye.name, Ye);
|
|
2350
2350
|
};
|
|
2351
|
-
const Rt = [Ae, ue, re, Ge, Ye],
|
|
2352
|
-
Rt.forEach((h) => {
|
|
2351
|
+
const Rt = [Ae, ue, re, Ge, Ye], Jn = (t, m = {}) => {
|
|
2352
|
+
m.skipComponentRegistration || Rt.forEach((h) => {
|
|
2353
2353
|
h.name && t.component(h.name, h);
|
|
2354
|
-
}),
|
|
2355
|
-
h.isPlugin && h.Plugin && t.use(h.Plugin,
|
|
2354
|
+
}), m.globalProperties !== !1 && (t.config.globalProperties.$useDialog = He, Rt.forEach((h) => {
|
|
2355
|
+
h.isPlugin && h.Plugin && t.use(h.Plugin, m[h.name] || {});
|
|
2356
2356
|
})), t.provide("$EsPlus", {
|
|
2357
|
-
useDialog:
|
|
2358
|
-
...
|
|
2357
|
+
useDialog: He,
|
|
2358
|
+
...m
|
|
2359
2359
|
});
|
|
2360
|
-
},
|
|
2360
|
+
}, to = {
|
|
2361
2361
|
version: fn,
|
|
2362
|
-
install:
|
|
2362
|
+
install: Jn
|
|
2363
2363
|
};
|
|
2364
2364
|
export {
|
|
2365
2365
|
Ge as EsCrudPage,
|
|
@@ -2367,8 +2367,8 @@ export {
|
|
|
2367
2367
|
ue as EsForm,
|
|
2368
2368
|
re as EsTable,
|
|
2369
2369
|
Ye as SvgIcon,
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2370
|
+
to as default,
|
|
2371
|
+
Jn as install,
|
|
2372
|
+
He as useDialog
|
|
2373
2373
|
};
|
|
2374
2374
|
//# sourceMappingURL=es-plus.js.map
|