@yzsf2e/render-core 1.0.2-alpha.86 → 1.0.2-alpha.88
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/render-core.mjs +588 -574
- package/dist/render-core.umd.js +3 -3
- package/package.json +1 -1
package/dist/render-core.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { defineComponent as Oe, ref as D, computed as G, createVNode as W, mergeProps as Ge, openBlock as k, createBlock as X, resolveDynamicComponent as Bt, effectScope as xs, unref as Kn, isRef as so, toRefs as Xe, customRef as Fs, onMounted as Ct, nextTick as
|
|
1
|
+
import { defineComponent as Oe, ref as D, computed as G, createVNode as W, mergeProps as Ge, openBlock as k, createBlock as X, resolveDynamicComponent as Bt, effectScope as xs, unref as Kn, isRef as so, toRefs as Xe, customRef as Fs, onMounted as Ct, nextTick as Fe, getCurrentScope as js, onScopeDispose as zs, readonly as Bs, getCurrentInstance as Et, watch as te, shallowRef as nn, resolveComponent as U, withCtx as F, createElementBlock as Z, Fragment as he, createTextVNode as be, toDisplayString as we, renderSlot as Lt, createElementVNode as Ae, createCommentVNode as ge, reactive as Ye, onUnmounted as wn, watchEffect as bt, normalizeStyle as ti, renderList as Me, createApp as Ks, toRaw as ke, inject as Ce, h as Le, withDirectives as ni, vShow as lo, withModifiers as uo, resolveDirective as Us, createSlots as co, onRenderTriggered as Ys, isVNode as Vs, normalizeClass as fo, normalizeProps as It, guardReactiveProps as Ws, provide as Dt } from "vue";
|
|
2
2
|
import { DatePicker as po, Modal as Zn, Button as sr, Space as Sn, message as Te, Input as Hs, Select as Un, Cascader as Gs, RangePicker as qs, Col as Xs, Row as Qs, Form as ri, Menu as Zs, MenuItem as Js, Dropdown as el, Pagination as tl, DropdownButton as nl, Alert as Mi, Spin as rl, Table as il, Transfer as al, ConfigProvider as ol } from "ant-design-vue";
|
|
3
3
|
import * as sl from "@ant-design/icons-vue";
|
|
4
4
|
import { CloseOutlined as ll, ShrinkOutlined as ul, ArrowsAltOutlined as cl, HolderOutlined as fl, DownOutlined as ho, UpOutlined as dl, SettingOutlined as pl, CopyOutlined as hl, LoadingOutlined as go, FilterOutlined as gl } from "@ant-design/icons-vue";
|
|
5
5
|
import { useRouter as ml } from "vue-router";
|
|
6
6
|
/*!
|
|
7
|
-
* @yzsf2e/render-core v1.0.2-alpha.
|
|
7
|
+
* @yzsf2e/render-core v1.0.2-alpha.88 Fri Aug 30 2024 18:33:03 GMT+0800 (中国标准时间)
|
|
8
8
|
* (c) 2023 @yzsf2e.
|
|
9
9
|
*/
|
|
10
|
-
const vl = "@yzsf2e/render-core", yl = "1.0.2-alpha.
|
|
10
|
+
const vl = "@yzsf2e/render-core", yl = "1.0.2-alpha.88", bl = "dist/render-core", wl = "dist/render-core", Sl = [
|
|
11
11
|
"dist"
|
|
12
12
|
], Cl = {
|
|
13
13
|
dev: "storybook dev -p 6006",
|
|
@@ -221,7 +221,7 @@ function Wl(e, t, n = {}) {
|
|
|
221
221
|
eventFilter: r = yo,
|
|
222
222
|
...i
|
|
223
223
|
} = n;
|
|
224
|
-
return
|
|
224
|
+
return te(
|
|
225
225
|
e,
|
|
226
226
|
Ul(
|
|
227
227
|
r,
|
|
@@ -271,7 +271,7 @@ function Gl(e, t = {}) {
|
|
|
271
271
|
}
|
|
272
272
|
function ql(e, t = !0, n) {
|
|
273
273
|
const r = Vl(n);
|
|
274
|
-
r ? Ct(e, r) : t ? e() :
|
|
274
|
+
r ? Ct(e, r) : t ? e() : Fe(e);
|
|
275
275
|
}
|
|
276
276
|
function Kr(e) {
|
|
277
277
|
var t;
|
|
@@ -286,14 +286,14 @@ function rn(...e) {
|
|
|
286
286
|
Array.isArray(n) || (n = [n]), Array.isArray(r) || (r = [r]);
|
|
287
287
|
const a = [], s = () => {
|
|
288
288
|
a.forEach((f) => f()), a.length = 0;
|
|
289
|
-
}, o = (f, c, d, p) => (f.addEventListener(c, d, p), () => f.removeEventListener(c, d, p)), l =
|
|
289
|
+
}, o = (f, c, d, p) => (f.addEventListener(c, d, p), () => f.removeEventListener(c, d, p)), l = te(
|
|
290
290
|
() => [Kr(t), Re(i)],
|
|
291
291
|
([f, c]) => {
|
|
292
292
|
if (s(), !f)
|
|
293
293
|
return;
|
|
294
294
|
const d = Bl(c) ? { ...c } : c;
|
|
295
295
|
a.push(
|
|
296
|
-
...n.flatMap((p) => r.map((
|
|
296
|
+
...n.flatMap((p) => r.map((g) => o(f, p, g, d)))
|
|
297
297
|
);
|
|
298
298
|
},
|
|
299
299
|
{ immediate: !0, flush: "post" }
|
|
@@ -373,7 +373,7 @@ function bo(e, t, n, r = {}) {
|
|
|
373
373
|
onError: p = (b) => {
|
|
374
374
|
console.error(b);
|
|
375
375
|
},
|
|
376
|
-
initOnMounted:
|
|
376
|
+
initOnMounted: g
|
|
377
377
|
} = r, h = (f ? nn : D)(typeof t == "function" ? t() : t);
|
|
378
378
|
if (!n)
|
|
379
379
|
try {
|
|
@@ -388,40 +388,40 @@ function bo(e, t, n, r = {}) {
|
|
|
388
388
|
return h;
|
|
389
389
|
const v = Re(t), w = nu(v), O = (i = r.serializer) != null ? i : ru[w], { pause: y, resume: $ } = Hl(
|
|
390
390
|
h,
|
|
391
|
-
() =>
|
|
391
|
+
() => S(h.value),
|
|
392
392
|
{ flush: a, deep: s, eventFilter: d }
|
|
393
393
|
);
|
|
394
394
|
return c && o && ql(() => {
|
|
395
|
-
rn(c, "storage", _), rn(c, ki, E),
|
|
396
|
-
}),
|
|
397
|
-
function
|
|
395
|
+
rn(c, "storage", _), rn(c, ki, E), g && _();
|
|
396
|
+
}), g || _(), h;
|
|
397
|
+
function S(b) {
|
|
398
398
|
try {
|
|
399
399
|
if (b == null)
|
|
400
400
|
n.removeItem(e);
|
|
401
401
|
else {
|
|
402
|
-
const
|
|
403
|
-
|
|
402
|
+
const m = O.write(b), C = n.getItem(e);
|
|
403
|
+
C !== m && (n.setItem(e, m), c && c.dispatchEvent(new CustomEvent(ki, {
|
|
404
404
|
detail: {
|
|
405
405
|
key: e,
|
|
406
|
-
oldValue:
|
|
407
|
-
newValue:
|
|
406
|
+
oldValue: C,
|
|
407
|
+
newValue: m,
|
|
408
408
|
storageArea: n
|
|
409
409
|
}
|
|
410
410
|
})));
|
|
411
411
|
}
|
|
412
|
-
} catch (
|
|
413
|
-
p(
|
|
412
|
+
} catch (m) {
|
|
413
|
+
p(m);
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
416
|
function T(b) {
|
|
417
|
-
const
|
|
418
|
-
if (
|
|
417
|
+
const m = b ? b.newValue : n.getItem(e);
|
|
418
|
+
if (m == null)
|
|
419
419
|
return l && v != null && n.setItem(e, O.write(v)), v;
|
|
420
420
|
if (!b && u) {
|
|
421
|
-
const
|
|
422
|
-
return typeof u == "function" ? u(
|
|
421
|
+
const C = O.read(m);
|
|
422
|
+
return typeof u == "function" ? u(C, v) : w === "object" && !Array.isArray(C) ? { ...v, ...C } : C;
|
|
423
423
|
} else
|
|
424
|
-
return typeof
|
|
424
|
+
return typeof m != "string" ? m : O.read(m);
|
|
425
425
|
}
|
|
426
426
|
function E(b) {
|
|
427
427
|
_(b.detail);
|
|
@@ -436,10 +436,10 @@ function bo(e, t, n, r = {}) {
|
|
|
436
436
|
y();
|
|
437
437
|
try {
|
|
438
438
|
(b == null ? void 0 : b.newValue) !== O.write(h.value) && (h.value = T(b));
|
|
439
|
-
} catch (
|
|
440
|
-
p(
|
|
439
|
+
} catch (m) {
|
|
440
|
+
p(m);
|
|
441
441
|
} finally {
|
|
442
|
-
b ?
|
|
442
|
+
b ? Fe($) : $();
|
|
443
443
|
}
|
|
444
444
|
}
|
|
445
445
|
}
|
|
@@ -458,7 +458,7 @@ function iu(e, t = {}) {
|
|
|
458
458
|
initialValue: c,
|
|
459
459
|
axis: d = "both",
|
|
460
460
|
draggingElement: p = ln,
|
|
461
|
-
containerElement:
|
|
461
|
+
containerElement: g,
|
|
462
462
|
handle: h = e
|
|
463
463
|
} = t, v = D(
|
|
464
464
|
(n = Re(c)) != null ? n : { x: 0, y: 0 }
|
|
@@ -468,18 +468,18 @@ function iu(e, t = {}) {
|
|
|
468
468
|
var _;
|
|
469
469
|
if (!O(E) || Re(o) && E.target !== Re(e))
|
|
470
470
|
return;
|
|
471
|
-
const b = Re(
|
|
472
|
-
x: E.clientX - (b ?
|
|
473
|
-
y: E.clientY - (b ?
|
|
471
|
+
const b = Re(g), m = (_ = b == null ? void 0 : b.getBoundingClientRect) == null ? void 0 : _.call(b), C = Re(e).getBoundingClientRect(), P = {
|
|
472
|
+
x: E.clientX - (b ? C.left - m.left : C.left),
|
|
473
|
+
y: E.clientY - (b ? C.top - m.top : C.top)
|
|
474
474
|
};
|
|
475
475
|
(f == null ? void 0 : f(P, E)) !== !1 && (w.value = P, y(E));
|
|
476
|
-
},
|
|
476
|
+
}, S = (E) => {
|
|
477
477
|
var _;
|
|
478
478
|
if (!O(E) || !w.value)
|
|
479
479
|
return;
|
|
480
|
-
const b = Re(
|
|
480
|
+
const b = Re(g), m = (_ = b == null ? void 0 : b.getBoundingClientRect) == null ? void 0 : _.call(b), C = Re(e).getBoundingClientRect();
|
|
481
481
|
let { x: P, y: j } = v.value;
|
|
482
|
-
(d === "x" || d === "both") && (P = E.clientX - w.value.x, b && (P = Math.min(Math.max(0, P),
|
|
482
|
+
(d === "x" || d === "both") && (P = E.clientX - w.value.x, b && (P = Math.min(Math.max(0, P), m.width - C.width))), (d === "y" || d === "both") && (j = E.clientY - w.value.y, b && (j = Math.min(Math.max(0, j), m.height - C.height))), v.value = {
|
|
483
483
|
x: P,
|
|
484
484
|
y: j
|
|
485
485
|
}, l == null || l(v.value, E), y(E);
|
|
@@ -488,7 +488,7 @@ function iu(e, t = {}) {
|
|
|
488
488
|
};
|
|
489
489
|
if (vo) {
|
|
490
490
|
const E = { capture: (r = t.capture) != null ? r : !0 };
|
|
491
|
-
rn(h, "pointerdown", $, E), rn(p, "pointermove",
|
|
491
|
+
rn(h, "pointerdown", $, E), rn(p, "pointermove", S, E), rn(p, "pointerup", T, E);
|
|
492
492
|
}
|
|
493
493
|
return {
|
|
494
494
|
...Gl(v),
|
|
@@ -504,7 +504,7 @@ function au(e, t, n = {}) {
|
|
|
504
504
|
let a;
|
|
505
505
|
const s = Ql(() => r && "ResizeObserver" in r), o = () => {
|
|
506
506
|
a && (a.disconnect(), a = void 0);
|
|
507
|
-
}, l = G(() => Array.isArray(e) ? e.map((c) => Kr(c)) : [Kr(e)]), u =
|
|
507
|
+
}, l = G(() => Array.isArray(e) ? e.map((c) => Kr(c)) : [Kr(e)]), u = te(
|
|
508
508
|
l,
|
|
509
509
|
(c) => {
|
|
510
510
|
if (o(), s.value && r) {
|
|
@@ -531,24 +531,24 @@ function wo(e, t, n, r = {}) {
|
|
|
531
531
|
deep: f = !1,
|
|
532
532
|
defaultValue: c,
|
|
533
533
|
shouldEmit: d
|
|
534
|
-
} = r, p = Et(),
|
|
534
|
+
} = r, p = Et(), g = n || (p == null ? void 0 : p.emit) || ((i = p == null ? void 0 : p.$emit) == null ? void 0 : i.bind(p)) || ((s = (a = p == null ? void 0 : p.proxy) == null ? void 0 : a.$emit) == null ? void 0 : s.bind(p == null ? void 0 : p.proxy));
|
|
535
535
|
let h = u;
|
|
536
536
|
t || (t = "modelValue"), h = h || `update:${t.toString()}`;
|
|
537
537
|
const v = (y) => o ? typeof o == "function" ? o(y) : Zl(y) : y, w = () => jl(e[t]) ? v(e[t]) : c, O = (y) => {
|
|
538
|
-
d ? d(y) &&
|
|
538
|
+
d ? d(y) && g(h, y) : g(h, y);
|
|
539
539
|
};
|
|
540
540
|
if (l) {
|
|
541
541
|
const y = w(), $ = D(y);
|
|
542
|
-
let
|
|
543
|
-
return
|
|
542
|
+
let S = !1;
|
|
543
|
+
return te(
|
|
544
544
|
() => e[t],
|
|
545
545
|
(T) => {
|
|
546
|
-
|
|
546
|
+
S || (S = !0, $.value = v(T), Fe(() => S = !1));
|
|
547
547
|
}
|
|
548
|
-
),
|
|
548
|
+
), te(
|
|
549
549
|
$,
|
|
550
550
|
(T) => {
|
|
551
|
-
!
|
|
551
|
+
!S && (T !== e[t] || f) && O(T);
|
|
552
552
|
},
|
|
553
553
|
{ deep: f }
|
|
554
554
|
), $;
|
|
@@ -591,7 +591,7 @@ const [ou] = Cn("drag-drawer"), su = Oe({
|
|
|
591
591
|
const n = D(null), r = wo(e, "visible", t), i = D(e.width), a = D(!1), s = () => r.value = !1, o = () => e.getContainer(), l = o(), u = 500, f = () => {
|
|
592
592
|
i.value = a.value ? e.width : "100%", a.value = !a.value;
|
|
593
593
|
};
|
|
594
|
-
return
|
|
594
|
+
return te(r, (d) => {
|
|
595
595
|
d || (a.value = !1, i.value = e.width);
|
|
596
596
|
}), {
|
|
597
597
|
show: r,
|
|
@@ -602,9 +602,9 @@ const [ou] = Cn("drag-drawer"), su = Oe({
|
|
|
602
602
|
handleClose: s,
|
|
603
603
|
toggleFullScreen: f,
|
|
604
604
|
handleMouseDown: (d) => {
|
|
605
|
-
const p = d.clientX,
|
|
605
|
+
const p = d.clientX, g = i.value, h = (l == null ? void 0 : l.clientWidth) || document.body.clientWidth;
|
|
606
606
|
document.body.classList.add("disable-select-in-dragging"), window.onmousemove = function(v) {
|
|
607
|
-
const O = v.clientX - p, y = typeof
|
|
607
|
+
const O = v.clientX - p, y = typeof g == "number" ? g - O : window.innerWidth - v.x;
|
|
608
608
|
i.value = Math.min(y < u ? u : y, h);
|
|
609
609
|
}, window.onmouseup = () => {
|
|
610
610
|
window.onmousemove = null, document.body.classList.remove("disable-select-in-dragging");
|
|
@@ -703,34 +703,34 @@ const cu = /* @__PURE__ */ Qe(su, [["render", uu]]), fu = En(cu), [du] = Cn("pag
|
|
|
703
703
|
},
|
|
704
704
|
emits: ["refresh"],
|
|
705
705
|
setup(e, { expose: t, emit: n }) {
|
|
706
|
-
const { form: r } = Xe(e), i = D(!1), a = D(!1), s = D(null), o =
|
|
706
|
+
const { form: r } = Xe(e), i = D(!1), a = D(!1), s = D(null), o = Ye({
|
|
707
707
|
showOk: !0
|
|
708
708
|
}), l = async () => {
|
|
709
709
|
var d, p;
|
|
710
710
|
a.value = !0;
|
|
711
711
|
const c = ((d = s.value) == null ? void 0 : d.finish) || (() => Promise.resolve({ success: !0 }));
|
|
712
|
-
(p = s.value) != null && p.finish || console.warn("form组件没有提供finish方法"), c().then((
|
|
712
|
+
(p = s.value) != null && p.finish || console.warn("form组件没有提供finish方法"), c().then((g) => {
|
|
713
713
|
const { needFeedback: h = !0, needRefresh: v = !0, successMsg: w = "操作成功" } = r.value;
|
|
714
|
-
a.value = !1,
|
|
715
|
-
}).catch((
|
|
714
|
+
a.value = !1, g && g.success && (h && Te.success(w), f(), v && n("refresh"));
|
|
715
|
+
}).catch((g) => {
|
|
716
716
|
var v;
|
|
717
|
-
if (a.value = !1, console.log("[PageRendererFormModal handleOk Error]: ",
|
|
718
|
-
return Te.warn(
|
|
719
|
-
const { errorFields: h } =
|
|
717
|
+
if (a.value = !1, console.log("[PageRendererFormModal handleOk Error]: ", g), typeof g == "string")
|
|
718
|
+
return Te.warn(g);
|
|
719
|
+
const { errorFields: h } = g;
|
|
720
720
|
h && h.length && Te.warn((v = h[0]) == null ? void 0 : v.errors.join("、"));
|
|
721
721
|
});
|
|
722
722
|
};
|
|
723
|
-
|
|
724
|
-
c &&
|
|
725
|
-
const d = document.querySelector(".ant-modal-root"), p = d == null ? void 0 : d.querySelector(".ant-modal-header"),
|
|
723
|
+
te(i, (c) => {
|
|
724
|
+
c && Fe(() => {
|
|
725
|
+
const d = document.querySelector(".ant-modal-root"), p = d == null ? void 0 : d.querySelector(".ant-modal-header"), g = d == null ? void 0 : d.querySelector(".ant-modal");
|
|
726
726
|
p.style.cursor = "move";
|
|
727
|
-
const h =
|
|
727
|
+
const h = g.currentStyle || window.getComputedStyle(g, null);
|
|
728
728
|
p.onmousedown = (v) => {
|
|
729
729
|
const w = v.clientX - p.offsetLeft, O = v.clientY - p.offsetTop;
|
|
730
730
|
let y, $;
|
|
731
|
-
h.left.includes("%") ? (y = +document.body.clientWidth * (+h.left.replace(/%/g, "") / 100), $ = +document.body.clientHeight * (+h.top.replace(/%/g, "") / 100)) : (y = +h.left.replace(/\px/g, ""), $ = +h.top.replace(/\px/g, "")), document.onmousemove = function(
|
|
732
|
-
const T =
|
|
733
|
-
|
|
731
|
+
h.left.includes("%") ? (y = +document.body.clientWidth * (+h.left.replace(/%/g, "") / 100), $ = +document.body.clientHeight * (+h.top.replace(/%/g, "") / 100)) : (y = +h.left.replace(/\px/g, ""), $ = +h.top.replace(/\px/g, "")), document.onmousemove = function(S) {
|
|
732
|
+
const T = S.clientX - w, E = S.clientY - O;
|
|
733
|
+
g.style.left = `${T + y}px`, g.style.top = `${E + $}px`;
|
|
734
734
|
}, document.onmouseup = function() {
|
|
735
735
|
document.onmousemove = null, document.onmouseup = null;
|
|
736
736
|
};
|
|
@@ -1100,7 +1100,7 @@ var Fi = {
|
|
|
1100
1100
|
zoomed: null,
|
|
1101
1101
|
play: null,
|
|
1102
1102
|
stop: null
|
|
1103
|
-
}, Su = '<div class="viewer-container" tabindex="-1" touch-action="none"><div class="viewer-canvas"></div><div class="viewer-footer"><div class="viewer-title"></div><div class="viewer-toolbar"></div><div class="viewer-navbar"><ul class="viewer-list" role="navigation"></ul></div></div><div class="viewer-tooltip" role="alert" aria-hidden="true"></div><div class="viewer-button" data-viewer-action="mix" role="button"></div><div class="viewer-player"></div></div>', lr = typeof window < "u" && typeof window.document < "u", ot = lr ? window : {}, xt = lr && ot.document.documentElement ? "ontouchstart" in ot.document.documentElement : !1, li = lr ? "PointerEvent" in ot : !1, J = "viewer", Yn = "move", Eo = "switch", en = "zoom", kn = "".concat(J, "-active"), Cu = "".concat(J, "-close"), Vn = "".concat(J, "-fade"), Yr = "".concat(J, "-fixed"), Eu = "".concat(J, "-fullscreen"), ji = "".concat(J, "-fullscreen-exit"), mt = "".concat(J, "-hide"), Tu = "".concat(J, "-hide-md-down"), Ou = "".concat(J, "-hide-sm-down"), _u = "".concat(J, "-hide-xs-down"),
|
|
1103
|
+
}, Su = '<div class="viewer-container" tabindex="-1" touch-action="none"><div class="viewer-canvas"></div><div class="viewer-footer"><div class="viewer-title"></div><div class="viewer-toolbar"></div><div class="viewer-navbar"><ul class="viewer-list" role="navigation"></ul></div></div><div class="viewer-tooltip" role="alert" aria-hidden="true"></div><div class="viewer-button" data-viewer-action="mix" role="button"></div><div class="viewer-player"></div></div>', lr = typeof window < "u" && typeof window.document < "u", ot = lr ? window : {}, xt = lr && ot.document.documentElement ? "ontouchstart" in ot.document.documentElement : !1, li = lr ? "PointerEvent" in ot : !1, J = "viewer", Yn = "move", Eo = "switch", en = "zoom", kn = "".concat(J, "-active"), Cu = "".concat(J, "-close"), Vn = "".concat(J, "-fade"), Yr = "".concat(J, "-fixed"), Eu = "".concat(J, "-fullscreen"), ji = "".concat(J, "-fullscreen-exit"), mt = "".concat(J, "-hide"), Tu = "".concat(J, "-hide-md-down"), Ou = "".concat(J, "-hide-sm-down"), _u = "".concat(J, "-hide-xs-down"), Ke = "".concat(J, "-in"), an = "".concat(J, "-invisible"), Ft = "".concat(J, "-loading"), Au = "".concat(J, "-move"), zi = "".concat(J, "-open"), Pt = "".concat(J, "-show"), ye = "".concat(J, "-transition"), Kt = "click", Vr = "dblclick", Bi = "dragstart", Ki = "focusin", Ui = "keydown", Ue = "load", yt = "error", $u = xt ? "touchend touchcancel" : "mouseup", Pu = xt ? "touchmove" : "mousemove", Iu = xt ? "touchstart" : "mousedown", Yi = li ? "pointerdown" : Iu, Vi = li ? "pointermove" : Pu, Wi = li ? "pointerup pointercancel" : $u, Hi = "resize", He = "transitionend", Gi = "wheel", qi = "ready", Xi = "show", Qi = "shown", Zi = "hide", Ji = "hidden", ea = "view", un = "viewed", ta = "move", na = "moved", ra = "rotate", ia = "rotated", aa = "scale", oa = "scaled", sa = "zoom", la = "zoomed", ua = "play", ca = "stop", Jn = "".concat(J, "Action"), ui = /\s\s*/, Ln = ["zoom-in", "zoom-out", "one-to-one", "reset", "prev", "play", "next", "rotate-left", "rotate-right", "flip-horizontal", "flip-vertical"];
|
|
1104
1104
|
function cn(e) {
|
|
1105
1105
|
return typeof e == "string";
|
|
1106
1106
|
}
|
|
@@ -1140,7 +1140,7 @@ function ce(e, t) {
|
|
|
1140
1140
|
});
|
|
1141
1141
|
return e;
|
|
1142
1142
|
}
|
|
1143
|
-
var
|
|
1143
|
+
var xe = Object.assign || function(t) {
|
|
1144
1144
|
for (var n = arguments.length, r = new Array(n > 1 ? n - 1 : 0), i = 1; i < n; i++)
|
|
1145
1145
|
r[i - 1] = arguments[i];
|
|
1146
1146
|
return Ut(t) && r.length > 0 && r.forEach(function(a) {
|
|
@@ -1177,11 +1177,11 @@ function H(e, t) {
|
|
|
1177
1177
|
n ? n.indexOf(t) < 0 && (e.className = "".concat(n, " ").concat(t)) : e.className = t;
|
|
1178
1178
|
}
|
|
1179
1179
|
}
|
|
1180
|
-
function
|
|
1180
|
+
function ne(e, t) {
|
|
1181
1181
|
if (!(!e || !t)) {
|
|
1182
1182
|
if (me(e.length)) {
|
|
1183
1183
|
ce(e, function(n) {
|
|
1184
|
-
|
|
1184
|
+
ne(n, t);
|
|
1185
1185
|
});
|
|
1186
1186
|
return;
|
|
1187
1187
|
}
|
|
@@ -1200,7 +1200,7 @@ function fn(e, t, n) {
|
|
|
1200
1200
|
});
|
|
1201
1201
|
return;
|
|
1202
1202
|
}
|
|
1203
|
-
n ? H(e, t) :
|
|
1203
|
+
n ? H(e, t) : ne(e, t);
|
|
1204
1204
|
}
|
|
1205
1205
|
}
|
|
1206
1206
|
var ku = /([a-z\d])([A-Z])/g;
|
|
@@ -1363,7 +1363,7 @@ var zu = {
|
|
|
1363
1363
|
t.inline && (r = {
|
|
1364
1364
|
width: Math.max(n.offsetWidth, t.minWidth),
|
|
1365
1365
|
height: Math.max(n.offsetHeight, t.minHeight)
|
|
1366
|
-
}, this.parentData = r), (this.fulled || !r) && (r = this.containerData), this.viewerData =
|
|
1366
|
+
}, this.parentData = r), (this.fulled || !r) && (r = this.containerData), this.viewerData = xe({}, r);
|
|
1367
1367
|
},
|
|
1368
1368
|
renderViewer: function() {
|
|
1369
1369
|
this.options.inline && !this.fulled && qe(this.viewer, this.viewerData);
|
|
@@ -1375,18 +1375,18 @@ var zu = {
|
|
|
1375
1375
|
if (l || f) {
|
|
1376
1376
|
var c = document.createElement("li"), d = document.createElement("img");
|
|
1377
1377
|
ce(r.inheritedAttributes, function(p) {
|
|
1378
|
-
var
|
|
1379
|
-
|
|
1378
|
+
var g = s.getAttribute(p);
|
|
1379
|
+
g !== null && d.setAttribute(p, g);
|
|
1380
1380
|
}), r.navbar && (d.src = l || f), d.alt = u, d.setAttribute("data-original-url", f || l), c.setAttribute("data-index", o), c.setAttribute("data-viewer-action", "view"), c.setAttribute("role", "button"), r.keyboard && c.setAttribute("tabindex", 0), c.appendChild(d), i.appendChild(c), a.push(c);
|
|
1381
1381
|
}
|
|
1382
1382
|
}), this.items = a, ce(a, function(s) {
|
|
1383
1383
|
var o = s.firstElementChild, l, u;
|
|
1384
|
-
Wr(o, "filled", !0), r.loading && H(s, Ft), q(o,
|
|
1385
|
-
le(o, yt, u), r.loading &&
|
|
1384
|
+
Wr(o, "filled", !0), r.loading && H(s, Ft), q(o, Ue, l = function(c) {
|
|
1385
|
+
le(o, yt, u), r.loading && ne(s, Ft), t.loadImage(c);
|
|
1386
1386
|
}, {
|
|
1387
1387
|
once: !0
|
|
1388
1388
|
}), q(o, yt, u = function() {
|
|
1389
|
-
le(o,
|
|
1389
|
+
le(o, Ue, l), r.loading && ne(s, Ft);
|
|
1390
1390
|
}, {
|
|
1391
1391
|
once: !0
|
|
1392
1392
|
});
|
|
@@ -1400,7 +1400,7 @@ var zu = {
|
|
|
1400
1400
|
var t = this.index, n = this.items[t];
|
|
1401
1401
|
if (n) {
|
|
1402
1402
|
var r = n.nextElementSibling, i = parseInt(window.getComputedStyle(r || n).marginLeft, 10), a = n.offsetWidth, s = a + i;
|
|
1403
|
-
qe(this.list,
|
|
1403
|
+
qe(this.list, xe({
|
|
1404
1404
|
width: s * this.length - i
|
|
1405
1405
|
}, Wn({
|
|
1406
1406
|
translateX: (this.viewerData.width - a) / 2 - s * t
|
|
@@ -1409,7 +1409,7 @@ var zu = {
|
|
|
1409
1409
|
},
|
|
1410
1410
|
resetList: function() {
|
|
1411
1411
|
var t = this.list;
|
|
1412
|
-
t.innerHTML = "",
|
|
1412
|
+
t.innerHTML = "", ne(t, ye), qe(t, Wn({
|
|
1413
1413
|
translateX: 0
|
|
1414
1414
|
}));
|
|
1415
1415
|
},
|
|
@@ -1420,8 +1420,8 @@ var zu = {
|
|
|
1420
1420
|
f.onload = null;
|
|
1421
1421
|
}
|
|
1422
1422
|
}, f = Oo(i, r, function(c, d) {
|
|
1423
|
-
var p = c / d,
|
|
1424
|
-
n.imageInitializing = !1, l * p > o ? v = o / p : h = l * p,
|
|
1423
|
+
var p = c / d, g = Math.max(0, Math.min(1, r.initialCoverage)), h = o, v = l;
|
|
1424
|
+
n.imageInitializing = !1, l * p > o ? v = o / p : h = l * p, g = me(g) ? g : 0.9, h = Math.min(h * g, c), v = Math.min(v * g, d);
|
|
1425
1425
|
var w = (o - h) / 2, O = (l - v) / 2, y = {
|
|
1426
1426
|
left: w,
|
|
1427
1427
|
top: O,
|
|
@@ -1434,13 +1434,13 @@ var zu = {
|
|
|
1434
1434
|
aspectRatio: p,
|
|
1435
1435
|
naturalWidth: c,
|
|
1436
1436
|
naturalHeight: d
|
|
1437
|
-
}, $ =
|
|
1437
|
+
}, $ = xe({}, y);
|
|
1438
1438
|
r.rotatable && (y.rotate = u.rotate || 0, $.rotate = 0), r.scalable && (y.scaleX = u.scaleX || 1, y.scaleY = u.scaleY || 1, $.scaleX = 1, $.scaleY = 1), n.imageData = y, n.initialImageData = $, t && t();
|
|
1439
1439
|
});
|
|
1440
1440
|
},
|
|
1441
1441
|
renderImage: function(t) {
|
|
1442
1442
|
var n = this, r = this.image, i = this.imageData;
|
|
1443
|
-
if (qe(r,
|
|
1443
|
+
if (qe(r, xe({
|
|
1444
1444
|
width: i.width,
|
|
1445
1445
|
height: i.height,
|
|
1446
1446
|
// XXX: Not to use translateX/Y to avoid image shaking when zooming
|
|
@@ -1537,7 +1537,7 @@ var zu = {
|
|
|
1537
1537
|
var t = this;
|
|
1538
1538
|
this.timeout && (clearTimeout(this.timeout), this.timeout = !1);
|
|
1539
1539
|
var n = this.element, r = this.options, i = this.image, a = this.index, s = this.viewerData;
|
|
1540
|
-
|
|
1540
|
+
ne(i, an), r.loading && ne(this.canvas, Ft), i.style.cssText = "height:0;" + "margin-left:".concat(s.width / 2, "px;") + "margin-top:".concat(s.height / 2, "px;") + "max-width:none!important;position:relative;width:0;", this.initImage(function() {
|
|
1541
1541
|
fn(i, Au, r.movable), fn(i, ye, r.transition), t.renderImage(function() {
|
|
1542
1542
|
t.viewed = !0, t.viewing = !1, se(r.viewed) && q(n, un, r.viewed, {
|
|
1543
1543
|
once: !0
|
|
@@ -1555,7 +1555,7 @@ var zu = {
|
|
|
1555
1555
|
var n = t.target, r = n.parentNode, i = r.offsetWidth || 30, a = r.offsetHeight || 50, s = !!kt(n, "filled");
|
|
1556
1556
|
Oo(n, this.options, function(o, l) {
|
|
1557
1557
|
var u = o / l, f = i, c = a;
|
|
1558
|
-
a * u > i ? s ? f = a * u : c = i / u : s ? c = i / u : f = a * u, qe(n,
|
|
1558
|
+
a * u > i ? s ? f = a * u : c = i / u : s ? c = i / u : f = a * u, qe(n, xe({
|
|
1559
1559
|
width: f,
|
|
1560
1560
|
height: c
|
|
1561
1561
|
}, Wn({
|
|
@@ -1611,14 +1611,14 @@ var zu = {
|
|
|
1611
1611
|
r[o.identifier] = Fn(o);
|
|
1612
1612
|
}) : r[t.pointerId || 0] = Fn(t);
|
|
1613
1613
|
var s = n.movable ? Yn : !1;
|
|
1614
|
-
n.zoomOnTouch && n.zoomable && Object.keys(r).length > 1 ? s = en : n.slideOnTouch && (t.pointerType === "touch" || t.type === "touchstart") && this.isSwitchable() && (s = Eo), n.transition && (s === Yn || s === en) &&
|
|
1614
|
+
n.zoomOnTouch && n.zoomable && Object.keys(r).length > 1 ? s = en : n.slideOnTouch && (t.pointerType === "touch" || t.type === "touchstart") && this.isSwitchable() && (s = Eo), n.transition && (s === Yn || s === en) && ne(this.image, ye), this.action = s;
|
|
1615
1615
|
}
|
|
1616
1616
|
},
|
|
1617
1617
|
pointermove: function(t) {
|
|
1618
1618
|
var n = this.pointers, r = this.action;
|
|
1619
1619
|
!this.viewed || !r || (t.preventDefault(), t.changedTouches ? ce(t.changedTouches, function(i) {
|
|
1620
|
-
|
|
1621
|
-
}) :
|
|
1620
|
+
xe(n[i.identifier] || {}, Fn(i, !0));
|
|
1621
|
+
}) : xe(n[t.pointerId || 0] || {}, Fn(t, !0)), this.change(t));
|
|
1622
1622
|
},
|
|
1623
1623
|
pointerup: function(t) {
|
|
1624
1624
|
var n = this, r = this.options, i = this.action, a = this.pointers, s;
|
|
@@ -1646,9 +1646,9 @@ var zu = {
|
|
|
1646
1646
|
return;
|
|
1647
1647
|
}
|
|
1648
1648
|
ce(this.player.getElementsByTagName("img"), function(n) {
|
|
1649
|
-
q(n,
|
|
1649
|
+
q(n, Ue, t.loadImage.bind(t), {
|
|
1650
1650
|
once: !0
|
|
1651
|
-
}), Se(n,
|
|
1651
|
+
}), Se(n, Ue);
|
|
1652
1652
|
});
|
|
1653
1653
|
}
|
|
1654
1654
|
},
|
|
@@ -1679,17 +1679,17 @@ var zu = {
|
|
|
1679
1679
|
return this;
|
|
1680
1680
|
this.hiding && this.transitioning.abort(), this.showing = !0, this.open();
|
|
1681
1681
|
var i = this.viewer;
|
|
1682
|
-
if (
|
|
1682
|
+
if (ne(i, mt), i.setAttribute("role", "dialog"), i.setAttribute("aria-labelledby", this.title.id), i.setAttribute("aria-modal", !0), i.removeAttribute("aria-hidden"), r.transition && !t) {
|
|
1683
1683
|
var a = this.shown.bind(this);
|
|
1684
1684
|
this.transitioning = {
|
|
1685
1685
|
abort: function() {
|
|
1686
|
-
le(i, He, a),
|
|
1686
|
+
le(i, He, a), ne(i, Ke);
|
|
1687
1687
|
}
|
|
1688
1688
|
}, H(i, ye), i.initialOffsetWidth = i.offsetWidth, q(i, He, a, {
|
|
1689
1689
|
once: !0
|
|
1690
|
-
}), H(i,
|
|
1690
|
+
}), H(i, Ke);
|
|
1691
1691
|
} else
|
|
1692
|
-
H(i,
|
|
1692
|
+
H(i, Ke), this.shown();
|
|
1693
1693
|
return this;
|
|
1694
1694
|
},
|
|
1695
1695
|
/**
|
|
@@ -1707,13 +1707,13 @@ var zu = {
|
|
|
1707
1707
|
return this;
|
|
1708
1708
|
this.showing && this.transitioning.abort(), this.hiding = !0, this.played ? this.stop() : this.viewing && this.viewing.abort();
|
|
1709
1709
|
var a = this.viewer, s = this.image, o = function() {
|
|
1710
|
-
|
|
1710
|
+
ne(a, Ke), t.hidden();
|
|
1711
1711
|
};
|
|
1712
1712
|
if (i.transition && !n) {
|
|
1713
1713
|
var l = function f(c) {
|
|
1714
1714
|
c && c.target === a && (le(a, He, f), t.hidden());
|
|
1715
1715
|
}, u = function() {
|
|
1716
|
-
Nt(a, ye) ? (q(a, He, l),
|
|
1716
|
+
Nt(a, ye) ? (q(a, He, l), ne(a, Ke)) : o();
|
|
1717
1717
|
};
|
|
1718
1718
|
this.transitioning = {
|
|
1719
1719
|
abort: function() {
|
|
@@ -1751,27 +1751,27 @@ var zu = {
|
|
|
1751
1751
|
}) === !1 || !this.isShown || this.hiding || this.played)
|
|
1752
1752
|
return this;
|
|
1753
1753
|
var d = this.items[this.index];
|
|
1754
|
-
d && (
|
|
1754
|
+
d && (ne(d, kn), d.removeAttribute("aria-selected")), H(o, kn), o.setAttribute("aria-selected", !0), i.focus && o.focus(), this.image = c, this.viewed = !1, this.index = n, this.imageData = {}, H(c, an), i.loading && H(s, Ft), s.innerHTML = "", s.appendChild(c), this.renderList(), a.innerHTML = "";
|
|
1755
1755
|
var p = function() {
|
|
1756
1756
|
var w = t.imageData, O = Array.isArray(i.title) ? i.title[1] : i.title;
|
|
1757
1757
|
a.innerHTML = Mu(se(O) ? O.call(t, c, w) : "".concat(f, " (").concat(w.naturalWidth, " × ").concat(w.naturalHeight, ")"));
|
|
1758
|
-
},
|
|
1758
|
+
}, g, h;
|
|
1759
1759
|
return q(r, un, p, {
|
|
1760
1760
|
once: !0
|
|
1761
1761
|
}), this.viewing = {
|
|
1762
1762
|
abort: function() {
|
|
1763
|
-
le(r, un, p), c.complete ? t.imageRendering ? t.imageRendering.abort() : t.imageInitializing && t.imageInitializing.abort() : (c.src = "", le(c,
|
|
1763
|
+
le(r, un, p), c.complete ? t.imageRendering ? t.imageRendering.abort() : t.imageInitializing && t.imageInitializing.abort() : (c.src = "", le(c, Ue, g), t.timeout && clearTimeout(t.timeout));
|
|
1764
1764
|
}
|
|
1765
|
-
}, c.complete ? this.load() : (q(c,
|
|
1765
|
+
}, c.complete ? this.load() : (q(c, Ue, g = function() {
|
|
1766
1766
|
le(c, yt, h), t.load();
|
|
1767
1767
|
}, {
|
|
1768
1768
|
once: !0
|
|
1769
1769
|
}), q(c, yt, h = function() {
|
|
1770
|
-
le(c,
|
|
1770
|
+
le(c, Ue, g), t.timeout && (clearTimeout(t.timeout), t.timeout = !1), ne(c, an), i.loading && ne(t.canvas, Ft);
|
|
1771
1771
|
}, {
|
|
1772
1772
|
once: !0
|
|
1773
1773
|
}), this.timeout && clearTimeout(this.timeout), this.timeout = setTimeout(function() {
|
|
1774
|
-
|
|
1774
|
+
ne(c, an), t.timeout = !1;
|
|
1775
1775
|
}, 1e3)), this;
|
|
1776
1776
|
},
|
|
1777
1777
|
/**
|
|
@@ -1954,7 +1954,7 @@ var zu = {
|
|
|
1954
1954
|
* @returns {Viewer} this
|
|
1955
1955
|
*/
|
|
1956
1956
|
zoomTo: function(t) {
|
|
1957
|
-
var n = this, r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : null, a = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : null, s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !1, o = this.element, l = this.options, u = this.pointers, f = this.imageData, c = f.x, d = f.y, p = f.width,
|
|
1957
|
+
var n = this, r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : null, a = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : null, s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !1, o = this.element, l = this.options, u = this.pointers, f = this.imageData, c = f.x, d = f.y, p = f.width, g = f.height, h = f.naturalWidth, v = f.naturalHeight;
|
|
1958
1958
|
if (t = Math.max(0, t), me(t) && this.viewed && !this.played && (s || l.zoomable)) {
|
|
1959
1959
|
if (!s) {
|
|
1960
1960
|
var w = Math.max(0.01, l.minZoomRatio), O = Math.min(100, l.maxZoomRatio);
|
|
@@ -1971,7 +1971,7 @@ var zu = {
|
|
|
1971
1971
|
t > 0.99 && t < 1.01 && (t = 1);
|
|
1972
1972
|
break;
|
|
1973
1973
|
}
|
|
1974
|
-
var y = h * t, $ = v * t,
|
|
1974
|
+
var y = h * t, $ = v * t, S = y - p, T = $ - g, E = f.ratio;
|
|
1975
1975
|
if (se(l.zoom) && q(o, sa, l.zoom, {
|
|
1976
1976
|
once: !0
|
|
1977
1977
|
}), Se(o, sa, {
|
|
@@ -1985,9 +1985,9 @@ var zu = {
|
|
|
1985
1985
|
pageX: a.pageX,
|
|
1986
1986
|
pageY: a.pageY
|
|
1987
1987
|
};
|
|
1988
|
-
f.x -=
|
|
1988
|
+
f.x -= S * ((b.pageX - _.left - c) / p), f.y -= T * ((b.pageY - _.top - d) / g);
|
|
1989
1989
|
} else
|
|
1990
|
-
Mt(i) && me(i.x) && me(i.y) ? (f.x -=
|
|
1990
|
+
Mt(i) && me(i.x) && me(i.y) ? (f.x -= S * ((i.x - c) / p), f.y -= T * ((i.y - d) / g)) : (f.x -= S / 2, f.y -= T / 2);
|
|
1991
1991
|
f.left = f.x, f.top = f.y, f.width = y, f.height = $, f.oldRatio = E, f.ratio = t, this.renderImage(function() {
|
|
1992
1992
|
n.zooming = !1, se(l.zoomed) && q(o, la, l.zoomed, {
|
|
1993
1993
|
once: !0
|
|
@@ -2018,15 +2018,15 @@ var zu = {
|
|
|
2018
2018
|
return this;
|
|
2019
2019
|
var a = this.player, s = this.loadImage.bind(this), o = [], l = 0, u = 0;
|
|
2020
2020
|
if (this.played = !0, this.onLoadWhenPlay = s, n && this.requestFullscreen(n), H(a, Pt), ce(this.items, function(d, p) {
|
|
2021
|
-
var
|
|
2022
|
-
h.src = kt(
|
|
2021
|
+
var g = d.querySelector("img"), h = document.createElement("img");
|
|
2022
|
+
h.src = kt(g, "originalUrl"), h.alt = g.getAttribute("alt"), h.referrerPolicy = g.referrerPolicy, l += 1, H(h, Vn), fn(h, ye, i.transition), Nt(d, kn) && (H(h, Ke), u = p), o.push(h), q(h, Ue, s, {
|
|
2023
2023
|
once: !0
|
|
2024
2024
|
}), a.appendChild(h);
|
|
2025
2025
|
}), me(i.interval) && i.interval > 0) {
|
|
2026
2026
|
var f = function d() {
|
|
2027
|
-
clearTimeout(t.playing.timeout),
|
|
2027
|
+
clearTimeout(t.playing.timeout), ne(o[u], Ke), u -= 1, u = u >= 0 ? u : l - 1, H(o[u], Ke), t.playing.timeout = setTimeout(d, i.interval);
|
|
2028
2028
|
}, c = function d() {
|
|
2029
|
-
clearTimeout(t.playing.timeout),
|
|
2029
|
+
clearTimeout(t.playing.timeout), ne(o[u], Ke), u += 1, u = u < l ? u : 0, H(o[u], Ke), t.playing.timeout = setTimeout(d, i.interval);
|
|
2030
2030
|
};
|
|
2031
2031
|
l > 1 && (this.playing = {
|
|
2032
2032
|
prev: f,
|
|
@@ -2048,15 +2048,15 @@ var zu = {
|
|
|
2048
2048
|
return this;
|
|
2049
2049
|
var i = this.player;
|
|
2050
2050
|
return clearTimeout(this.playing.timeout), this.playing = !1, this.played = !1, ce(i.getElementsByTagName("img"), function(a) {
|
|
2051
|
-
le(a,
|
|
2052
|
-
}),
|
|
2051
|
+
le(a, Ue, t.onLoadWhenPlay);
|
|
2052
|
+
}), ne(i, Pt), i.innerHTML = "", this.exitFullscreen(), this;
|
|
2053
2053
|
},
|
|
2054
2054
|
// Enter modal mode (only available in inline mode)
|
|
2055
2055
|
full: function() {
|
|
2056
2056
|
var t = this, n = this.options, r = this.viewer, i = this.image, a = this.list;
|
|
2057
|
-
return !this.isShown || this.played || this.fulled || !n.inline ? this : (this.fulled = !0, this.open(), H(this.button, ji), n.transition && (
|
|
2057
|
+
return !this.isShown || this.played || this.fulled || !n.inline ? this : (this.fulled = !0, this.open(), H(this.button, ji), n.transition && (ne(a, ye), this.viewed && ne(i, ye)), H(r, Yr), r.setAttribute("role", "dialog"), r.setAttribute("aria-labelledby", this.title.id), r.setAttribute("aria-modal", !0), r.removeAttribute("style"), qe(r, {
|
|
2058
2058
|
zIndex: n.zIndex
|
|
2059
|
-
}), n.focus && this.enforceFocus(), this.initContainer(), this.viewerData =
|
|
2059
|
+
}), n.focus && this.enforceFocus(), this.initContainer(), this.viewerData = xe({}, this.containerData), this.renderList(), this.viewed && this.initImage(function() {
|
|
2060
2060
|
t.renderImage(function() {
|
|
2061
2061
|
n.transition && setTimeout(function() {
|
|
2062
2062
|
H(i, ye), H(a, ye);
|
|
@@ -2067,9 +2067,9 @@ var zu = {
|
|
|
2067
2067
|
// Exit modal mode (only available in inline mode)
|
|
2068
2068
|
exit: function() {
|
|
2069
2069
|
var t = this, n = this.options, r = this.viewer, i = this.image, a = this.list;
|
|
2070
|
-
return !this.isShown || this.played || !this.fulled || !n.inline ? this : (this.fulled = !1, this.close(),
|
|
2070
|
+
return !this.isShown || this.played || !this.fulled || !n.inline ? this : (this.fulled = !1, this.close(), ne(this.button, ji), n.transition && (ne(a, ye), this.viewed && ne(i, ye)), n.focus && this.clearEnforceFocus(), r.removeAttribute("role"), r.removeAttribute("aria-labelledby"), r.removeAttribute("aria-modal"), ne(r, Yr), qe(r, {
|
|
2071
2071
|
zIndex: n.zIndexInline
|
|
2072
|
-
}), this.viewerData =
|
|
2072
|
+
}), this.viewerData = xe({}, this.parentData), this.renderViewer(), this.renderList(), this.viewed && this.initImage(function() {
|
|
2073
2073
|
t.renderImage(function() {
|
|
2074
2074
|
n.transition && setTimeout(function() {
|
|
2075
2075
|
H(i, ye), H(a, ye);
|
|
@@ -2080,12 +2080,12 @@ var zu = {
|
|
|
2080
2080
|
// Show the current ratio of the image with percentage
|
|
2081
2081
|
tooltip: function() {
|
|
2082
2082
|
var t = this, n = this.options, r = this.tooltipBox, i = this.imageData;
|
|
2083
|
-
return !this.viewed || this.played || !n.tooltip ? this : (r.textContent = "".concat(Math.round(i.ratio * 100), "%"), this.tooltipping ? clearTimeout(this.tooltipping) : n.transition ? (this.fading && Se(r, He), H(r, Pt), H(r, Vn), H(r, ye), r.removeAttribute("aria-hidden"), r.initialOffsetWidth = r.offsetWidth, H(r,
|
|
2083
|
+
return !this.viewed || this.played || !n.tooltip ? this : (r.textContent = "".concat(Math.round(i.ratio * 100), "%"), this.tooltipping ? clearTimeout(this.tooltipping) : n.transition ? (this.fading && Se(r, He), H(r, Pt), H(r, Vn), H(r, ye), r.removeAttribute("aria-hidden"), r.initialOffsetWidth = r.offsetWidth, H(r, Ke)) : (H(r, Pt), r.removeAttribute("aria-hidden")), this.tooltipping = setTimeout(function() {
|
|
2084
2084
|
n.transition ? (q(r, He, function() {
|
|
2085
|
-
|
|
2085
|
+
ne(r, Pt), ne(r, Vn), ne(r, ye), r.setAttribute("aria-hidden", !0), t.fading = !1;
|
|
2086
2086
|
}, {
|
|
2087
2087
|
once: !0
|
|
2088
|
-
}),
|
|
2088
|
+
}), ne(r, Ke), t.fading = !0) : (ne(r, Pt), r.setAttribute("aria-hidden", !0)), t.tooltipping = !1;
|
|
2089
2089
|
}, 1e3), this);
|
|
2090
2090
|
},
|
|
2091
2091
|
/**
|
|
@@ -2099,7 +2099,7 @@ var zu = {
|
|
|
2099
2099
|
},
|
|
2100
2100
|
// Reset the image to its initial state
|
|
2101
2101
|
reset: function() {
|
|
2102
|
-
return this.viewed && !this.played && (this.imageData =
|
|
2102
|
+
return this.viewed && !this.played && (this.imageData = xe({}, this.initialImageData), this.renderImage()), this;
|
|
2103
2103
|
},
|
|
2104
2104
|
// Update viewer when images changed
|
|
2105
2105
|
update: function() {
|
|
@@ -2168,7 +2168,7 @@ var zu = {
|
|
|
2168
2168
|
},
|
|
2169
2169
|
close: function() {
|
|
2170
2170
|
var t = this.body;
|
|
2171
|
-
|
|
2171
|
+
ne(t, zi), this.scrollbarWidth > 0 && (t.style.paddingRight = this.initialBodyPaddingRight);
|
|
2172
2172
|
},
|
|
2173
2173
|
shown: function() {
|
|
2174
2174
|
var t = this.element, n = this.options, r = this.viewer;
|
|
@@ -2231,7 +2231,7 @@ var zu = {
|
|
|
2231
2231
|
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
2232
2232
|
if (vu(this, e), !t || t.nodeType !== 1)
|
|
2233
2233
|
throw new Error("The first argument is required and must be an element.");
|
|
2234
|
-
this.element = t, this.options =
|
|
2234
|
+
this.element = t, this.options = xe({}, Fi, Mt(n) && n), this.action = !1, this.fading = !1, this.fulled = !1, this.hiding = !1, this.imageClicked = !1, this.imageData = {}, this.index = this.options.initialViewIndex, this.isImg = !1, this.isShown = !1, this.length = 0, this.moving = !1, this.played = !1, this.playing = !1, this.pointers = {}, this.ready = !1, this.rotating = !1, this.scaling = !1, this.showing = !1, this.timeout = !1, this.tooltipping = !1, this.viewed = !1, this.viewing = !1, this.wheeling = !1, this.zooming = !1, this.pointerMoved = !1, this.id = Wu(), this.init();
|
|
2235
2235
|
}
|
|
2236
2236
|
return yu(e, [{
|
|
2237
2237
|
key: "init",
|
|
@@ -2258,7 +2258,7 @@ var zu = {
|
|
|
2258
2258
|
this.initializing = {
|
|
2259
2259
|
abort: function() {
|
|
2260
2260
|
ce(s, function(f) {
|
|
2261
|
-
f.complete || (le(f,
|
|
2261
|
+
f.complete || (le(f, Ue, l), le(f, yt, l));
|
|
2262
2262
|
});
|
|
2263
2263
|
}
|
|
2264
2264
|
}, ce(s, function(u) {
|
|
@@ -2266,12 +2266,12 @@ var zu = {
|
|
|
2266
2266
|
l();
|
|
2267
2267
|
else {
|
|
2268
2268
|
var f, c;
|
|
2269
|
-
q(u,
|
|
2269
|
+
q(u, Ue, f = function() {
|
|
2270
2270
|
le(u, yt, c), l();
|
|
2271
2271
|
}, {
|
|
2272
2272
|
once: !0
|
|
2273
2273
|
}), q(u, yt, c = function() {
|
|
2274
|
-
le(u,
|
|
2274
|
+
le(u, Ue, f), l();
|
|
2275
2275
|
}, {
|
|
2276
2276
|
once: !0
|
|
2277
2277
|
});
|
|
@@ -2294,12 +2294,12 @@ var zu = {
|
|
|
2294
2294
|
if (this.parent = i, this.viewer = s, this.title = o, this.toolbar = l, this.navbar = u, this.button = f, this.canvas = c, this.footer = s.querySelector(".".concat(J, "-footer")), this.tooltipBox = s.querySelector(".".concat(J, "-tooltip")), this.player = s.querySelector(".".concat(J, "-player")), this.list = s.querySelector(".".concat(J, "-list")), s.id = "".concat(J).concat(this.id), o.id = "".concat(J, "Title").concat(this.id), H(o, r.title ? xn(Array.isArray(r.title) ? r.title[0] : r.title) : mt), H(u, r.navbar ? xn(r.navbar) : mt), fn(f, mt, !r.button), r.keyboard && f.setAttribute("tabindex", 0), r.backdrop && (H(s, "".concat(J, "-backdrop")), !r.inline && r.backdrop !== "static" && Wr(c, Jn, "hide")), cn(r.className) && r.className && r.className.split(ui).forEach(function(y) {
|
|
2295
2295
|
H(s, y);
|
|
2296
2296
|
}), r.toolbar) {
|
|
2297
|
-
var d = document.createElement("ul"), p = Mt(r.toolbar),
|
|
2297
|
+
var d = document.createElement("ul"), p = Mt(r.toolbar), g = Ln.slice(0, 3), h = Ln.slice(7, 9), v = Ln.slice(9);
|
|
2298
2298
|
p || H(l, xn(r.toolbar)), ce(p ? r.toolbar : Ln, function(y, $) {
|
|
2299
|
-
var
|
|
2300
|
-
if (!(!E || !r.zoomable &&
|
|
2301
|
-
var _ =
|
|
2302
|
-
r.keyboard &&
|
|
2299
|
+
var S = p && Mt(y), T = p ? ci($) : y, E = S && !Rt(y.show) ? y.show : y;
|
|
2300
|
+
if (!(!E || !r.zoomable && g.indexOf(T) !== -1 || !r.rotatable && h.indexOf(T) !== -1 || !r.scalable && v.indexOf(T) !== -1)) {
|
|
2301
|
+
var _ = S && !Rt(y.size) ? y.size : y, b = S && !Rt(y.click) ? y.click : y, m = document.createElement("li");
|
|
2302
|
+
r.keyboard && m.setAttribute("tabindex", 0), m.setAttribute("role", "button"), H(m, "".concat(J, "-").concat(T)), se(b) || Wr(m, Jn, T), me(E) && H(m, xn(E)), ["small", "large"].indexOf(_) !== -1 ? H(m, "".concat(J, "-").concat(_)) : T === "play" && H(m, "".concat(J, "-large")), se(b) && q(m, Kt, b), d.appendChild(m);
|
|
2303
2303
|
}
|
|
2304
2304
|
}), l.appendChild(d);
|
|
2305
2305
|
} else
|
|
@@ -2348,11 +2348,11 @@ var zu = {
|
|
|
2348
2348
|
}, {
|
|
2349
2349
|
key: "setDefaults",
|
|
2350
2350
|
value: function(n) {
|
|
2351
|
-
|
|
2351
|
+
xe(Fi, Mt(n) && n);
|
|
2352
2352
|
}
|
|
2353
2353
|
}]), e;
|
|
2354
2354
|
}();
|
|
2355
|
-
|
|
2355
|
+
xe(_o.prototype, zu, Bu, Ku, Uu, Yu);
|
|
2356
2356
|
var Hu = typeof global == "object" && global && global.Object === Object && global;
|
|
2357
2357
|
const Ao = Hu;
|
|
2358
2358
|
var Gu = typeof self == "object" && self && self.Object === Object && self, qu = Ao || Gu || Function("return this")();
|
|
@@ -2704,16 +2704,16 @@ const Qf = Oe({
|
|
|
2704
2704
|
e.rebuild ? s() : o();
|
|
2705
2705
|
}
|
|
2706
2706
|
const u = { deep: !0 };
|
|
2707
|
-
return
|
|
2708
|
-
|
|
2707
|
+
return te(() => e.images, () => {
|
|
2708
|
+
Fe(() => {
|
|
2709
2709
|
l();
|
|
2710
2710
|
});
|
|
2711
|
-
}, u),
|
|
2712
|
-
|
|
2711
|
+
}, u), te(() => e.trigger, () => {
|
|
2712
|
+
Fe(() => {
|
|
2713
2713
|
l();
|
|
2714
2714
|
});
|
|
2715
|
-
}, u),
|
|
2716
|
-
|
|
2715
|
+
}, u), te(() => e.options, () => {
|
|
2716
|
+
Fe(() => {
|
|
2717
2717
|
s();
|
|
2718
2718
|
});
|
|
2719
2719
|
}, u), Ct(() => i()), wn(() => a()), {
|
|
@@ -2761,9 +2761,9 @@ const td = /* @__PURE__ */ Zf(Qf, [["render", ed]]), nd = { style: { height: "80
|
|
|
2761
2761
|
rotateRight: !0
|
|
2762
2762
|
}
|
|
2763
2763
|
}, l = D(!1), u = D([]), f = D(0);
|
|
2764
|
-
|
|
2764
|
+
te([() => r.imageList, () => r.imageIndex], () => {
|
|
2765
2765
|
r.imageList && (u.value = [...r.imageList], f.value = r.imageIndex || 0);
|
|
2766
|
-
}),
|
|
2766
|
+
}), te(
|
|
2767
2767
|
() => r.show,
|
|
2768
2768
|
() => {
|
|
2769
2769
|
l.value = r.show;
|
|
@@ -2771,29 +2771,29 @@ const td = /* @__PURE__ */ Zf(Qf, [["render", ed]]), nd = { style: { height: "80
|
|
|
2771
2771
|
);
|
|
2772
2772
|
const c = (P) => {
|
|
2773
2773
|
s.value = P, P.view(f.value);
|
|
2774
|
-
}, d = D(null), { x: p, y:
|
|
2775
|
-
|
|
2774
|
+
}, d = D(null), { x: p, y: g, isDragging: h } = iu(d), v = D(0), w = D(0), O = D(!1), y = D(0), $ = D(0), S = D(0), T = D(0), E = D({ left: 0, right: 0, top: 0, bottom: 0 });
|
|
2775
|
+
te([p, g], () => {
|
|
2776
2776
|
if (!O.value) {
|
|
2777
|
-
v.value = p.value, w.value =
|
|
2777
|
+
v.value = p.value, w.value = g.value;
|
|
2778
2778
|
const P = document.body.getBoundingClientRect(), j = d.value.getBoundingClientRect();
|
|
2779
|
-
E.value.right = P.width - j.width, E.value.bottom = P.height - j.height,
|
|
2779
|
+
E.value.right = P.width - j.width, E.value.bottom = P.height - j.height, S.value = y.value, T.value = $.value;
|
|
2780
2780
|
}
|
|
2781
2781
|
O.value = !0;
|
|
2782
|
-
}),
|
|
2782
|
+
}), te(h, () => {
|
|
2783
2783
|
h || (O.value = !1);
|
|
2784
2784
|
}), bt(() => {
|
|
2785
|
-
O.value && (y.value =
|
|
2785
|
+
O.value && (y.value = S.value + Math.min(Math.max(E.value.left, p.value), E.value.right) - v.value, $.value = T.value + Math.min(Math.max(E.value.top, g.value), E.value.bottom) - w.value);
|
|
2786
2786
|
});
|
|
2787
2787
|
const _ = G(() => ({
|
|
2788
2788
|
transform: `translate(${y.value}px, ${$.value}px)`
|
|
2789
2789
|
})), b = (P, j = 0, L) => {
|
|
2790
2790
|
L && (a.value = L), u.value = [...P], f.value = j, l.value = !0;
|
|
2791
|
-
},
|
|
2791
|
+
}, m = () => {
|
|
2792
2792
|
l.value = !1;
|
|
2793
|
-
},
|
|
2793
|
+
}, C = () => {
|
|
2794
2794
|
i(!1);
|
|
2795
2795
|
};
|
|
2796
|
-
return t({ open: b, close:
|
|
2796
|
+
return t({ open: b, close: m }), (P, j) => (k(), X(Kn(Zn), {
|
|
2797
2797
|
visible: l.value,
|
|
2798
2798
|
"onUpdate:visible": j[0] || (j[0] = (L) => l.value = L),
|
|
2799
2799
|
"destroy-on-close": "",
|
|
@@ -2804,8 +2804,8 @@ const td = /* @__PURE__ */ Zf(Qf, [["render", ed]]), nd = { style: { height: "80
|
|
|
2804
2804
|
"wrap-class-name": "pointer-events-none preview-media-modal",
|
|
2805
2805
|
"wrap-style": { overflow: "hidden" },
|
|
2806
2806
|
footer: null,
|
|
2807
|
-
onOk:
|
|
2808
|
-
onCancel:
|
|
2807
|
+
onOk: m,
|
|
2808
|
+
onCancel: C
|
|
2809
2809
|
}, {
|
|
2810
2810
|
title: F(() => [
|
|
2811
2811
|
Ae("div", {
|
|
@@ -2852,7 +2852,7 @@ function sd(e) {
|
|
|
2852
2852
|
t && ii(t.proxy, e);
|
|
2853
2853
|
}
|
|
2854
2854
|
function ld() {
|
|
2855
|
-
const e =
|
|
2855
|
+
const e = Ye({
|
|
2856
2856
|
show: !1
|
|
2857
2857
|
}), t = (i) => {
|
|
2858
2858
|
e.show = i;
|
|
@@ -2910,7 +2910,7 @@ var Ko = { exports: {} };
|
|
|
2910
2910
|
(function(n, r) {
|
|
2911
2911
|
e.exports = r();
|
|
2912
2912
|
})(dd, function() {
|
|
2913
|
-
var n = 1e3, r = 6e4, i = 36e5, a = "millisecond", s = "second", o = "minute", l = "hour", u = "day", f = "week", c = "month", d = "quarter", p = "year",
|
|
2913
|
+
var n = 1e3, r = 6e4, i = 36e5, a = "millisecond", s = "second", o = "minute", l = "hour", u = "day", f = "week", c = "month", d = "quarter", p = "year", g = "date", h = "Invalid Date", v = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, w = /\[([^\]]+)]|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, O = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(L) {
|
|
2914
2914
|
var R = ["th", "st", "nd", "rd"], I = L % 100;
|
|
2915
2915
|
return "[" + L + (R[(I - 20) % 10] || R[I] || R[0]) + "]";
|
|
2916
2916
|
} }, y = function(L, R, I) {
|
|
@@ -2927,17 +2927,17 @@ var Ko = { exports: {} };
|
|
|
2927
2927
|
}, a: function(L) {
|
|
2928
2928
|
return L < 0 ? Math.ceil(L) || 0 : Math.floor(L);
|
|
2929
2929
|
}, p: function(L) {
|
|
2930
|
-
return { M: c, y: p, w: f, d: u, D:
|
|
2930
|
+
return { M: c, y: p, w: f, d: u, D: g, h: l, m: o, s, ms: a, Q: d }[L] || String(L || "").toLowerCase().replace(/s$/, "");
|
|
2931
2931
|
}, u: function(L) {
|
|
2932
2932
|
return L === void 0;
|
|
2933
|
-
} },
|
|
2934
|
-
T[
|
|
2933
|
+
} }, S = "en", T = {};
|
|
2934
|
+
T[S] = O;
|
|
2935
2935
|
var E = "$isDayjsObject", _ = function(L) {
|
|
2936
2936
|
return L instanceof P || !(!L || !L[E]);
|
|
2937
2937
|
}, b = function L(R, I, x) {
|
|
2938
2938
|
var M;
|
|
2939
2939
|
if (!R)
|
|
2940
|
-
return
|
|
2940
|
+
return S;
|
|
2941
2941
|
if (typeof R == "string") {
|
|
2942
2942
|
var V = R.toLowerCase();
|
|
2943
2943
|
T[V] && (M = V), I && (T[V] = I, M = V);
|
|
@@ -2948,15 +2948,15 @@ var Ko = { exports: {} };
|
|
|
2948
2948
|
var ee = R.name;
|
|
2949
2949
|
T[ee] = R, M = ee;
|
|
2950
2950
|
}
|
|
2951
|
-
return !x && M && (
|
|
2952
|
-
},
|
|
2951
|
+
return !x && M && (S = M), M || !x && S;
|
|
2952
|
+
}, m = function(L, R) {
|
|
2953
2953
|
if (_(L))
|
|
2954
2954
|
return L.clone();
|
|
2955
2955
|
var I = typeof R == "object" ? R : {};
|
|
2956
2956
|
return I.date = L, I.args = arguments, new P(I);
|
|
2957
|
-
},
|
|
2958
|
-
|
|
2959
|
-
return
|
|
2957
|
+
}, C = $;
|
|
2958
|
+
C.l = b, C.i = _, C.w = function(L, R) {
|
|
2959
|
+
return m(L, { locale: R.$L, utc: R.$u, x: R.$x, $offset: R.$offset });
|
|
2960
2960
|
};
|
|
2961
2961
|
var P = function() {
|
|
2962
2962
|
function L(I) {
|
|
@@ -2968,7 +2968,7 @@ var Ko = { exports: {} };
|
|
|
2968
2968
|
var M = x.date, V = x.utc;
|
|
2969
2969
|
if (M === null)
|
|
2970
2970
|
return /* @__PURE__ */ new Date(NaN);
|
|
2971
|
-
if (
|
|
2971
|
+
if (C.u(M))
|
|
2972
2972
|
return /* @__PURE__ */ new Date();
|
|
2973
2973
|
if (M instanceof Date)
|
|
2974
2974
|
return new Date(M);
|
|
@@ -2985,28 +2985,28 @@ var Ko = { exports: {} };
|
|
|
2985
2985
|
var I = this.$d;
|
|
2986
2986
|
this.$y = I.getFullYear(), this.$M = I.getMonth(), this.$D = I.getDate(), this.$W = I.getDay(), this.$H = I.getHours(), this.$m = I.getMinutes(), this.$s = I.getSeconds(), this.$ms = I.getMilliseconds();
|
|
2987
2987
|
}, R.$utils = function() {
|
|
2988
|
-
return
|
|
2988
|
+
return C;
|
|
2989
2989
|
}, R.isValid = function() {
|
|
2990
2990
|
return this.$d.toString() !== h;
|
|
2991
2991
|
}, R.isSame = function(I, x) {
|
|
2992
|
-
var M =
|
|
2992
|
+
var M = m(I);
|
|
2993
2993
|
return this.startOf(x) <= M && M <= this.endOf(x);
|
|
2994
2994
|
}, R.isAfter = function(I, x) {
|
|
2995
|
-
return
|
|
2995
|
+
return m(I) < this.startOf(x);
|
|
2996
2996
|
}, R.isBefore = function(I, x) {
|
|
2997
|
-
return this.endOf(x) <
|
|
2997
|
+
return this.endOf(x) < m(I);
|
|
2998
2998
|
}, R.$g = function(I, x, M) {
|
|
2999
|
-
return
|
|
2999
|
+
return C.u(I) ? this[x] : this.set(M, I);
|
|
3000
3000
|
}, R.unix = function() {
|
|
3001
3001
|
return Math.floor(this.valueOf() / 1e3);
|
|
3002
3002
|
}, R.valueOf = function() {
|
|
3003
3003
|
return this.$d.getTime();
|
|
3004
3004
|
}, R.startOf = function(I, x) {
|
|
3005
|
-
var M = this, V = !!
|
|
3006
|
-
var De =
|
|
3005
|
+
var M = this, V = !!C.u(x) || x, Y = C.p(I), ee = function(Ie, Ee) {
|
|
3006
|
+
var De = C.w(M.$u ? Date.UTC(M.$y, Ee, Ie) : new Date(M.$y, Ee, Ie), M);
|
|
3007
3007
|
return V ? De : De.endOf(u);
|
|
3008
3008
|
}, re = function(Ie, Ee) {
|
|
3009
|
-
return
|
|
3009
|
+
return C.w(M.toDate()[Ie].apply(M.toDate("s"), (V ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Ee)), M);
|
|
3010
3010
|
}, ie = this.$W, pe = this.$M, ve = this.$D, $e = "set" + (this.$u ? "UTC" : "");
|
|
3011
3011
|
switch (Y) {
|
|
3012
3012
|
case p:
|
|
@@ -3014,10 +3014,10 @@ var Ko = { exports: {} };
|
|
|
3014
3014
|
case c:
|
|
3015
3015
|
return V ? ee(1, pe) : ee(0, pe + 1);
|
|
3016
3016
|
case f:
|
|
3017
|
-
var Pe = this.$locale().weekStart || 0,
|
|
3018
|
-
return ee(V ? ve -
|
|
3017
|
+
var Pe = this.$locale().weekStart || 0, je = (ie < Pe ? ie + 7 : ie) - Pe;
|
|
3018
|
+
return ee(V ? ve - je : ve + (6 - je), pe);
|
|
3019
3019
|
case u:
|
|
3020
|
-
case
|
|
3020
|
+
case g:
|
|
3021
3021
|
return re($e + "Hours", 0);
|
|
3022
3022
|
case l:
|
|
3023
3023
|
return re($e + "Minutes", 1);
|
|
@@ -3031,23 +3031,23 @@ var Ko = { exports: {} };
|
|
|
3031
3031
|
}, R.endOf = function(I) {
|
|
3032
3032
|
return this.startOf(I, !1);
|
|
3033
3033
|
}, R.$set = function(I, x) {
|
|
3034
|
-
var M, V =
|
|
3034
|
+
var M, V = C.p(I), Y = "set" + (this.$u ? "UTC" : ""), ee = (M = {}, M[u] = Y + "Date", M[g] = Y + "Date", M[c] = Y + "Month", M[p] = Y + "FullYear", M[l] = Y + "Hours", M[o] = Y + "Minutes", M[s] = Y + "Seconds", M[a] = Y + "Milliseconds", M)[V], re = V === u ? this.$D + (x - this.$W) : x;
|
|
3035
3035
|
if (V === c || V === p) {
|
|
3036
|
-
var ie = this.clone().set(
|
|
3037
|
-
ie.$d[ee](re), ie.init(), this.$d = ie.set(
|
|
3036
|
+
var ie = this.clone().set(g, 1);
|
|
3037
|
+
ie.$d[ee](re), ie.init(), this.$d = ie.set(g, Math.min(this.$D, ie.daysInMonth())).$d;
|
|
3038
3038
|
} else
|
|
3039
3039
|
ee && this.$d[ee](re);
|
|
3040
3040
|
return this.init(), this;
|
|
3041
3041
|
}, R.set = function(I, x) {
|
|
3042
3042
|
return this.clone().$set(I, x);
|
|
3043
3043
|
}, R.get = function(I) {
|
|
3044
|
-
return this[
|
|
3044
|
+
return this[C.p(I)]();
|
|
3045
3045
|
}, R.add = function(I, x) {
|
|
3046
3046
|
var M, V = this;
|
|
3047
3047
|
I = Number(I);
|
|
3048
|
-
var Y =
|
|
3049
|
-
var ve =
|
|
3050
|
-
return
|
|
3048
|
+
var Y = C.p(x), ee = function(pe) {
|
|
3049
|
+
var ve = m(V);
|
|
3050
|
+
return C.w(ve.date(ve.date() + Math.round(pe * I)), V);
|
|
3051
3051
|
};
|
|
3052
3052
|
if (Y === c)
|
|
3053
3053
|
return this.set(c, this.$M + I);
|
|
@@ -3058,32 +3058,32 @@ var Ko = { exports: {} };
|
|
|
3058
3058
|
if (Y === f)
|
|
3059
3059
|
return ee(7);
|
|
3060
3060
|
var re = (M = {}, M[o] = r, M[l] = i, M[s] = n, M)[Y] || 1, ie = this.$d.getTime() + I * re;
|
|
3061
|
-
return
|
|
3061
|
+
return C.w(ie, this);
|
|
3062
3062
|
}, R.subtract = function(I, x) {
|
|
3063
3063
|
return this.add(-1 * I, x);
|
|
3064
3064
|
}, R.format = function(I) {
|
|
3065
3065
|
var x = this, M = this.$locale();
|
|
3066
3066
|
if (!this.isValid())
|
|
3067
3067
|
return M.invalidDate || h;
|
|
3068
|
-
var V = I || "YYYY-MM-DDTHH:mm:ssZ", Y =
|
|
3069
|
-
return Ee && (Ee[De] || Ee(x, V)) ||
|
|
3070
|
-
},
|
|
3071
|
-
return
|
|
3072
|
-
}, Ie = $e || function(Ee, De,
|
|
3068
|
+
var V = I || "YYYY-MM-DDTHH:mm:ssZ", Y = C.z(this), ee = this.$H, re = this.$m, ie = this.$M, pe = M.weekdays, ve = M.months, $e = M.meridiem, Pe = function(Ee, De, ze, We) {
|
|
3069
|
+
return Ee && (Ee[De] || Ee(x, V)) || ze[De].slice(0, We);
|
|
3070
|
+
}, je = function(Ee) {
|
|
3071
|
+
return C.s(ee % 12 || 12, Ee, "0");
|
|
3072
|
+
}, Ie = $e || function(Ee, De, ze) {
|
|
3073
3073
|
var We = Ee < 12 ? "AM" : "PM";
|
|
3074
|
-
return
|
|
3074
|
+
return ze ? We.toLowerCase() : We;
|
|
3075
3075
|
};
|
|
3076
3076
|
return V.replace(w, function(Ee, De) {
|
|
3077
|
-
return De || function(
|
|
3078
|
-
switch (
|
|
3077
|
+
return De || function(ze) {
|
|
3078
|
+
switch (ze) {
|
|
3079
3079
|
case "YY":
|
|
3080
3080
|
return String(x.$y).slice(-2);
|
|
3081
3081
|
case "YYYY":
|
|
3082
|
-
return
|
|
3082
|
+
return C.s(x.$y, 4, "0");
|
|
3083
3083
|
case "M":
|
|
3084
3084
|
return ie + 1;
|
|
3085
3085
|
case "MM":
|
|
3086
|
-
return
|
|
3086
|
+
return C.s(ie + 1, 2, "0");
|
|
3087
3087
|
case "MMM":
|
|
3088
3088
|
return Pe(M.monthsShort, ie, ve, 3);
|
|
3089
3089
|
case "MMMM":
|
|
@@ -3091,7 +3091,7 @@ var Ko = { exports: {} };
|
|
|
3091
3091
|
case "D":
|
|
3092
3092
|
return x.$D;
|
|
3093
3093
|
case "DD":
|
|
3094
|
-
return
|
|
3094
|
+
return C.s(x.$D, 2, "0");
|
|
3095
3095
|
case "d":
|
|
3096
3096
|
return String(x.$W);
|
|
3097
3097
|
case "dd":
|
|
@@ -3103,11 +3103,11 @@ var Ko = { exports: {} };
|
|
|
3103
3103
|
case "H":
|
|
3104
3104
|
return String(ee);
|
|
3105
3105
|
case "HH":
|
|
3106
|
-
return
|
|
3106
|
+
return C.s(ee, 2, "0");
|
|
3107
3107
|
case "h":
|
|
3108
|
-
return
|
|
3108
|
+
return je(1);
|
|
3109
3109
|
case "hh":
|
|
3110
|
-
return
|
|
3110
|
+
return je(2);
|
|
3111
3111
|
case "a":
|
|
3112
3112
|
return Ie(ee, re, !0);
|
|
3113
3113
|
case "A":
|
|
@@ -3115,13 +3115,13 @@ var Ko = { exports: {} };
|
|
|
3115
3115
|
case "m":
|
|
3116
3116
|
return String(re);
|
|
3117
3117
|
case "mm":
|
|
3118
|
-
return
|
|
3118
|
+
return C.s(re, 2, "0");
|
|
3119
3119
|
case "s":
|
|
3120
3120
|
return String(x.$s);
|
|
3121
3121
|
case "ss":
|
|
3122
|
-
return
|
|
3122
|
+
return C.s(x.$s, 2, "0");
|
|
3123
3123
|
case "SSS":
|
|
3124
|
-
return
|
|
3124
|
+
return C.s(x.$ms, 3, "0");
|
|
3125
3125
|
case "Z":
|
|
3126
3126
|
return Y;
|
|
3127
3127
|
}
|
|
@@ -3131,8 +3131,8 @@ var Ko = { exports: {} };
|
|
|
3131
3131
|
}, R.utcOffset = function() {
|
|
3132
3132
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
3133
3133
|
}, R.diff = function(I, x, M) {
|
|
3134
|
-
var V, Y = this, ee =
|
|
3135
|
-
return
|
|
3134
|
+
var V, Y = this, ee = C.p(x), re = m(I), ie = (re.utcOffset() - this.utcOffset()) * r, pe = this - re, ve = function() {
|
|
3135
|
+
return C.m(Y, re);
|
|
3136
3136
|
};
|
|
3137
3137
|
switch (ee) {
|
|
3138
3138
|
case p:
|
|
@@ -3162,7 +3162,7 @@ var Ko = { exports: {} };
|
|
|
3162
3162
|
default:
|
|
3163
3163
|
V = pe;
|
|
3164
3164
|
}
|
|
3165
|
-
return M ? V :
|
|
3165
|
+
return M ? V : C.a(V);
|
|
3166
3166
|
}, R.daysInMonth = function() {
|
|
3167
3167
|
return this.endOf(c).$D;
|
|
3168
3168
|
}, R.$locale = function() {
|
|
@@ -3173,7 +3173,7 @@ var Ko = { exports: {} };
|
|
|
3173
3173
|
var M = this.clone(), V = b(I, x, !0);
|
|
3174
3174
|
return V && (M.$L = V), M;
|
|
3175
3175
|
}, R.clone = function() {
|
|
3176
|
-
return
|
|
3176
|
+
return C.w(this.$d, this);
|
|
3177
3177
|
}, R.toDate = function() {
|
|
3178
3178
|
return new Date(this.valueOf());
|
|
3179
3179
|
}, R.toJSON = function() {
|
|
@@ -3184,15 +3184,15 @@ var Ko = { exports: {} };
|
|
|
3184
3184
|
return this.$d.toUTCString();
|
|
3185
3185
|
}, L;
|
|
3186
3186
|
}(), j = P.prototype;
|
|
3187
|
-
return
|
|
3187
|
+
return m.prototype = j, [["$ms", a], ["$s", s], ["$m", o], ["$H", l], ["$W", u], ["$M", c], ["$y", p], ["$D", g]].forEach(function(L) {
|
|
3188
3188
|
j[L[1]] = function(R) {
|
|
3189
3189
|
return this.$g(R, L[0], L[1]);
|
|
3190
3190
|
};
|
|
3191
|
-
}),
|
|
3192
|
-
return L.$i || (L(R, P,
|
|
3193
|
-
},
|
|
3194
|
-
return
|
|
3195
|
-
},
|
|
3191
|
+
}), m.extend = function(L, R) {
|
|
3192
|
+
return L.$i || (L(R, P, m), L.$i = !0), m;
|
|
3193
|
+
}, m.locale = b, m.isDayjs = _, m.unix = function(L) {
|
|
3194
|
+
return m(1e3 * L);
|
|
3195
|
+
}, m.en = T[S], m.Ls = T, m.p = {}, m;
|
|
3196
3196
|
});
|
|
3197
3197
|
})(Ko);
|
|
3198
3198
|
var hd = Ko.exports;
|
|
@@ -3946,7 +3946,7 @@ function Gn(e, t, n, r, i, a) {
|
|
|
3946
3946
|
}) : am(e) && e.forEach(function(v, w) {
|
|
3947
3947
|
s.set(w, Gn(v, t, n, w, e, a));
|
|
3948
3948
|
});
|
|
3949
|
-
var
|
|
3949
|
+
var g = u ? l ? cs : qr : l ? Si : Ht, h = f ? void 0 : g(e);
|
|
3950
3950
|
return cp(h || e, function(v, w) {
|
|
3951
3951
|
h && (w = v, v = e[w]), yi(s, w, Gn(v, t, n, w, e, a));
|
|
3952
3952
|
}), s;
|
|
@@ -3988,9 +3988,9 @@ function gs(e, t, n, r, i, a) {
|
|
|
3988
3988
|
return u == t && f == e;
|
|
3989
3989
|
var c = -1, d = !0, p = n & Um ? new mn() : void 0;
|
|
3990
3990
|
for (a.set(e, t), a.set(t, e); ++c < o; ) {
|
|
3991
|
-
var
|
|
3991
|
+
var g = e[c], h = t[c];
|
|
3992
3992
|
if (r)
|
|
3993
|
-
var v = s ? r(h,
|
|
3993
|
+
var v = s ? r(h, g, c, t, e, a) : r(g, h, c, e, t, a);
|
|
3994
3994
|
if (v !== void 0) {
|
|
3995
3995
|
if (v)
|
|
3996
3996
|
continue;
|
|
@@ -3999,13 +3999,13 @@ function gs(e, t, n, r, i, a) {
|
|
|
3999
3999
|
}
|
|
4000
4000
|
if (p) {
|
|
4001
4001
|
if (!Bm(t, function(w, O) {
|
|
4002
|
-
if (!hs(p, O) && (
|
|
4002
|
+
if (!hs(p, O) && (g === w || i(g, w, n, r, a)))
|
|
4003
4003
|
return p.push(O);
|
|
4004
4004
|
})) {
|
|
4005
4005
|
d = !1;
|
|
4006
4006
|
break;
|
|
4007
4007
|
}
|
|
4008
|
-
} else if (!(
|
|
4008
|
+
} else if (!(g === h || i(g, h, n, r, a))) {
|
|
4009
4009
|
d = !1;
|
|
4010
4010
|
break;
|
|
4011
4011
|
}
|
|
@@ -4070,9 +4070,9 @@ function lv(e, t, n, r, i, a) {
|
|
|
4070
4070
|
if (!(s ? d in t : sv.call(t, d)))
|
|
4071
4071
|
return !1;
|
|
4072
4072
|
}
|
|
4073
|
-
var p = a.get(e),
|
|
4074
|
-
if (p &&
|
|
4075
|
-
return p == t &&
|
|
4073
|
+
var p = a.get(e), g = a.get(t);
|
|
4074
|
+
if (p && g)
|
|
4075
|
+
return p == t && g == e;
|
|
4076
4076
|
var h = !0;
|
|
4077
4077
|
a.set(e, t), a.set(t, e);
|
|
4078
4078
|
for (var v = s; ++c < l; ) {
|
|
@@ -4087,8 +4087,8 @@ function lv(e, t, n, r, i, a) {
|
|
|
4087
4087
|
v || (v = d == "constructor");
|
|
4088
4088
|
}
|
|
4089
4089
|
if (h && !v) {
|
|
4090
|
-
var $ = e.constructor,
|
|
4091
|
-
$ !=
|
|
4090
|
+
var $ = e.constructor, S = t.constructor;
|
|
4091
|
+
$ != S && "constructor" in e && "constructor" in t && !(typeof $ == "function" && $ instanceof $ && typeof S == "function" && S instanceof S) && (h = !1);
|
|
4092
4092
|
}
|
|
4093
4093
|
return a.delete(e), a.delete(t), h;
|
|
4094
4094
|
}
|
|
@@ -4105,9 +4105,9 @@ function fv(e, t, n, r, i, a) {
|
|
|
4105
4105
|
if (d && !f)
|
|
4106
4106
|
return a || (a = new et()), s || es(e) ? gs(e, t, n, r, i, a) : iv(e, t, l, n, r, i, a);
|
|
4107
4107
|
if (!(n & uv)) {
|
|
4108
|
-
var p = f && Ha.call(e, "__wrapped__"),
|
|
4109
|
-
if (p ||
|
|
4110
|
-
var h = p ? e.value() : e, v =
|
|
4108
|
+
var p = f && Ha.call(e, "__wrapped__"), g = c && Ha.call(t, "__wrapped__");
|
|
4109
|
+
if (p || g) {
|
|
4110
|
+
var h = p ? e.value() : e, v = g ? t.value() : t;
|
|
4111
4111
|
return a || (a = new et()), i(h, v, n, r, a);
|
|
4112
4112
|
}
|
|
4113
4113
|
}
|
|
@@ -4262,7 +4262,7 @@ function Ga(e, t, n) {
|
|
|
4262
4262
|
var E = r, _ = i;
|
|
4263
4263
|
return r = i = void 0, u = T, s = e.apply(_, E), s;
|
|
4264
4264
|
}
|
|
4265
|
-
function
|
|
4265
|
+
function g(T) {
|
|
4266
4266
|
return u = T, o = setTimeout(w, t), f ? p(T) : s;
|
|
4267
4267
|
}
|
|
4268
4268
|
function h(T) {
|
|
@@ -4288,17 +4288,17 @@ function Ga(e, t, n) {
|
|
|
4288
4288
|
function $() {
|
|
4289
4289
|
return o === void 0 ? s : O(Lr());
|
|
4290
4290
|
}
|
|
4291
|
-
function
|
|
4291
|
+
function S() {
|
|
4292
4292
|
var T = Lr(), E = v(T);
|
|
4293
4293
|
if (r = arguments, i = this, l = T, E) {
|
|
4294
4294
|
if (o === void 0)
|
|
4295
|
-
return
|
|
4295
|
+
return g(l);
|
|
4296
4296
|
if (c)
|
|
4297
4297
|
return clearTimeout(o), o = setTimeout(w, t), p(l);
|
|
4298
4298
|
}
|
|
4299
4299
|
return o === void 0 && (o = setTimeout(w, t)), s;
|
|
4300
4300
|
}
|
|
4301
|
-
return
|
|
4301
|
+
return S.cancel = y, S.flush = $, S;
|
|
4302
4302
|
}
|
|
4303
4303
|
function jv(e, t, n) {
|
|
4304
4304
|
for (var r = -1, i = e == null ? 0 : e.length; ++r < i; )
|
|
@@ -4536,7 +4536,7 @@ function Jr(e, t) {
|
|
|
4536
4536
|
}
|
|
4537
4537
|
}
|
|
4538
4538
|
const Er = oi(() => {
|
|
4539
|
-
const e =
|
|
4539
|
+
const e = Ye({});
|
|
4540
4540
|
return { enumerations: e, patchEnumerations: async (r) => {
|
|
4541
4541
|
const i = r ? Object.keys(r).filter((o) => e[o] === void 0) : [], a = i.map((o) => {
|
|
4542
4542
|
const { apiUrl: l, apiMethod: u, params: f } = r[o];
|
|
@@ -4547,9 +4547,9 @@ const Er = oi(() => {
|
|
|
4547
4547
|
});
|
|
4548
4548
|
(await Promise.allSettled(a)).forEach((o, l) => {
|
|
4549
4549
|
if (o.status === "fulfilled") {
|
|
4550
|
-
const { value: u } = o, { labelKey: f, valueKey: c, childrenKey: d, dataType: p, dataKey:
|
|
4550
|
+
const { value: u } = o, { labelKey: f, valueKey: c, childrenKey: d, dataType: p, dataKey: g, groupKey: h } = r[i[l]];
|
|
4551
4551
|
if (u.success) {
|
|
4552
|
-
const v = br(u,
|
|
4552
|
+
const v = br(u, g || "data"), w = (O) => {
|
|
4553
4553
|
Object.prototype.toString.call(O) === "[object Array]" ? p === "Cascader" ? e[i[l]] = O.map((y) => Jr(y, {
|
|
4554
4554
|
[c || "value"]: "value",
|
|
4555
4555
|
[f || "label"]: "label",
|
|
@@ -4558,7 +4558,7 @@ const Er = oi(() => {
|
|
|
4558
4558
|
...ke(e[i[l]] || []),
|
|
4559
4559
|
...O.map((y) => {
|
|
4560
4560
|
let $ = y[f];
|
|
4561
|
-
return Za.test(f) && ($ = f.replace(Za, (
|
|
4561
|
+
return Za.test(f) && ($ = f.replace(Za, (S, T) => y[T])), {
|
|
4562
4562
|
...h ? { group: y[h] } : {},
|
|
4563
4563
|
label: $,
|
|
4564
4564
|
value: y[c]
|
|
@@ -4611,13 +4611,13 @@ const Er = oi(() => {
|
|
|
4611
4611
|
const l = G(() => vy.includes(r.value.type) ? ["开始时间", "结束时间"] : "请输入"), {
|
|
4612
4612
|
otherProps: u
|
|
4613
4613
|
} = r.value;
|
|
4614
|
-
function f(
|
|
4615
|
-
if (!
|
|
4616
|
-
return
|
|
4614
|
+
function f(S) {
|
|
4615
|
+
if (!S || !S.style || Object.prototype.toString.call(S.style) === "[object Object]")
|
|
4616
|
+
return S;
|
|
4617
4617
|
const {
|
|
4618
4618
|
style: T,
|
|
4619
4619
|
...E
|
|
4620
|
-
} =
|
|
4620
|
+
} = S;
|
|
4621
4621
|
try {
|
|
4622
4622
|
const _ = JSON.parse(T);
|
|
4623
4623
|
return {
|
|
@@ -4625,25 +4625,29 @@ const Er = oi(() => {
|
|
|
4625
4625
|
style: _
|
|
4626
4626
|
};
|
|
4627
4627
|
} catch (_) {
|
|
4628
|
-
return console.warn("Failed to parse style:", _),
|
|
4628
|
+
return console.warn("Failed to parse style:", _), S;
|
|
4629
4629
|
}
|
|
4630
4630
|
}
|
|
4631
|
-
const c = f(u), d = r.value.filterGroups || [], p = r.value.refEnum || "",
|
|
4632
|
-
var
|
|
4633
|
-
return ((T = i[p]) == null ? void 0 : T.filter((
|
|
4634
|
-
}), h = D(
|
|
4631
|
+
const c = f(u), d = r.value.filterGroups || [], p = r.value.refEnum || "", g = G(() => {
|
|
4632
|
+
var S, T;
|
|
4633
|
+
return ((T = i[p]) == null ? void 0 : T.filter((S = r.value.filterGroups) != null && S.length ? (E) => d.includes(E.group) : () => !0)) || [];
|
|
4634
|
+
}), h = D(g.value);
|
|
4635
|
+
te(g, (S) => {
|
|
4636
|
+
h.value = S;
|
|
4637
|
+
});
|
|
4638
|
+
const v = at(r.value.filterUrl || `/duckbill-data-query-server/table/column/${r.value.filterKey}`, r.value.filterMethod || "post"), w = Ce("transformFuzzy", {})[r.value.fieldName], O = (S, T) => {
|
|
4635
4639
|
var _;
|
|
4636
4640
|
const E = r.value.filterKey || "label";
|
|
4637
|
-
return T[E] || console.warn(`not found key 【${E}】 in option`), ((_ = T[E]) == null ? void 0 : _.indexOf(
|
|
4641
|
+
return T[E] || console.warn(`not found key 【${E}】 in option`), ((_ = T[E]) == null ? void 0 : _.indexOf(S.toString())) > -1;
|
|
4638
4642
|
}, y = G(() => {
|
|
4639
4643
|
switch (r.value.type) {
|
|
4640
4644
|
case xr:
|
|
4641
|
-
return Ga(async function(
|
|
4645
|
+
return Ga(async function(S) {
|
|
4642
4646
|
const T = Ai({
|
|
4643
4647
|
conditions: r.value.fuzzyCode ? {
|
|
4644
|
-
key:
|
|
4648
|
+
key: S,
|
|
4645
4649
|
code: r.value.fuzzyCode
|
|
4646
|
-
} :
|
|
4650
|
+
} : S,
|
|
4647
4651
|
apiConfig: {
|
|
4648
4652
|
conditionKey: r.value.conditionKey || "params",
|
|
4649
4653
|
metaKey: r.value.metaKey
|
|
@@ -4652,7 +4656,7 @@ const Er = oi(() => {
|
|
|
4652
4656
|
h.value = _;
|
|
4653
4657
|
}, 200);
|
|
4654
4658
|
case zn:
|
|
4655
|
-
return Ga(async function(
|
|
4659
|
+
return Ga(async function(S) {
|
|
4656
4660
|
const {
|
|
4657
4661
|
category: T,
|
|
4658
4662
|
tab: E
|
|
@@ -4660,7 +4664,7 @@ const Er = oi(() => {
|
|
|
4660
4664
|
sliceNumber: "50",
|
|
4661
4665
|
category: T,
|
|
4662
4666
|
tab: E,
|
|
4663
|
-
code:
|
|
4667
|
+
code: S
|
|
4664
4668
|
});
|
|
4665
4669
|
r.value.fuzzyMatch ? h.value = _.data.map((b) => ({
|
|
4666
4670
|
value: b,
|
|
@@ -4676,22 +4680,22 @@ const Er = oi(() => {
|
|
|
4676
4680
|
}), $ = G(() => {
|
|
4677
4681
|
switch (r.value.type) {
|
|
4678
4682
|
case "Cascader":
|
|
4679
|
-
return
|
|
4683
|
+
return g.value;
|
|
4680
4684
|
case "Select":
|
|
4681
|
-
return
|
|
4685
|
+
return g.value;
|
|
4682
4686
|
case xr:
|
|
4683
4687
|
return h.value;
|
|
4684
4688
|
case zn:
|
|
4685
4689
|
return h.value;
|
|
4686
4690
|
default:
|
|
4687
|
-
return
|
|
4691
|
+
return g.value;
|
|
4688
4692
|
}
|
|
4689
4693
|
});
|
|
4690
|
-
return () => o ?
|
|
4694
|
+
return () => o ? Le(o, {
|
|
4691
4695
|
size: "small",
|
|
4692
4696
|
placeholder: l.value,
|
|
4693
|
-
onkeydown: function(
|
|
4694
|
-
["Cascader"].includes(r.value.type) || (
|
|
4697
|
+
onkeydown: function(S) {
|
|
4698
|
+
["Cascader"].includes(r.value.type) || (S.keyCode === my || S.key === gy) && setTimeout(() => t("pressEnter"));
|
|
4695
4699
|
},
|
|
4696
4700
|
// for fuzzy query select
|
|
4697
4701
|
filterOption: [xr, zn].includes(r.value.type) ? !1 : O,
|
|
@@ -4703,10 +4707,10 @@ const Er = oi(() => {
|
|
|
4703
4707
|
options: $.value,
|
|
4704
4708
|
// all other props
|
|
4705
4709
|
...c
|
|
4706
|
-
}) :
|
|
4710
|
+
}) : Le("span", "Invalid Type");
|
|
4707
4711
|
}
|
|
4708
4712
|
}), _n = oi(() => {
|
|
4709
|
-
const e =
|
|
4713
|
+
const e = Ye({}), t = (r, i) => {
|
|
4710
4714
|
Object.assign(e[i], r);
|
|
4711
4715
|
};
|
|
4712
4716
|
return { formState: e, dispatchFormState: t, initFormState: (r = [], i = /* @__PURE__ */ Object.create(null), a) => (e[a] || (e[a] = /* @__PURE__ */ Object.create(null)), r.forEach((s) => {
|
|
@@ -4752,11 +4756,11 @@ const Er = oi(() => {
|
|
|
4752
4756
|
setup(e, { emit: t, expose: n }) {
|
|
4753
4757
|
const { config: a, immediateQuery: s } = Xe(e), o = Ce("pageName", ""), l = G(
|
|
4754
4758
|
() => a.value.length > 6 * 3
|
|
4755
|
-
), u = D(!l.value), { formState: f, dispatchFormState: c } = _n(), { resetFields: d, validate: p, validateInfos:
|
|
4756
|
-
|
|
4759
|
+
), u = D(!l.value), { formState: f, dispatchFormState: c } = _n(), { resetFields: d, validate: p, validateInfos: g } = by(f[o]);
|
|
4760
|
+
te(
|
|
4757
4761
|
() => e.defaultQuery,
|
|
4758
4762
|
(O) => {
|
|
4759
|
-
|
|
4763
|
+
Fe(() => {
|
|
4760
4764
|
c(O, o), t("search");
|
|
4761
4765
|
});
|
|
4762
4766
|
},
|
|
@@ -4770,14 +4774,14 @@ const Er = oi(() => {
|
|
|
4770
4774
|
console.log(O);
|
|
4771
4775
|
});
|
|
4772
4776
|
}, v = (O) => O.label.slice(0, 10);
|
|
4773
|
-
|
|
4777
|
+
te(u, () => t("changeExpand"));
|
|
4774
4778
|
const w = G(() => u.value || !l.value ? (6 - a.value.length % 6) * 4 : 24);
|
|
4775
4779
|
return n({ resetFields: d }), {
|
|
4776
4780
|
expand: u,
|
|
4777
4781
|
pageName: o,
|
|
4778
4782
|
formState: f,
|
|
4779
4783
|
serachSpan: w,
|
|
4780
|
-
validateInfos:
|
|
4784
|
+
validateInfos: g,
|
|
4781
4785
|
showAvailiableTrigger: l,
|
|
4782
4786
|
AVAILIABLE_EXPAND_LINE: 3,
|
|
4783
4787
|
CONDITION_COUNT_PER_LINE: 6,
|
|
@@ -4787,8 +4791,8 @@ const Er = oi(() => {
|
|
|
4787
4791
|
}
|
|
4788
4792
|
});
|
|
4789
4793
|
function Sy(e, t, n, r, i, a) {
|
|
4790
|
-
const s = U("ConditionBuilder"), o = U("Item"), l = U("Col"), u = U("Button"), f = U("UpOutlined"), c = U("DownOutlined"), d = U("Space"), p = U("Row"),
|
|
4791
|
-
return k(), X(
|
|
4794
|
+
const s = U("ConditionBuilder"), o = U("Item"), l = U("Col"), u = U("Button"), f = U("UpOutlined"), c = U("DownOutlined"), d = U("Space"), p = U("Row"), g = U("Form");
|
|
4795
|
+
return k(), X(g, {
|
|
4792
4796
|
class: "page-renderer-conditions",
|
|
4793
4797
|
"label-col": { span: 8 },
|
|
4794
4798
|
"wrapper-col": { span: 16 }
|
|
@@ -4884,10 +4888,10 @@ function Sy(e, t, n, r, i, a) {
|
|
|
4884
4888
|
});
|
|
4885
4889
|
}
|
|
4886
4890
|
const Cy = /* @__PURE__ */ Qe(wy, [["render", Sy]]), An = oi(() => {
|
|
4887
|
-
const e =
|
|
4891
|
+
const e = Ye(/* @__PURE__ */ Object.create(null)), t = Ye(/* @__PURE__ */ Object.create(null)), n = Ye(
|
|
4888
4892
|
/* @__PURE__ */ Object.create(null)
|
|
4889
4893
|
);
|
|
4890
|
-
return
|
|
4894
|
+
return te(
|
|
4891
4895
|
t,
|
|
4892
4896
|
() => {
|
|
4893
4897
|
for (const r in n)
|
|
@@ -4968,42 +4972,42 @@ const Cy = /* @__PURE__ */ Qe(wy, [["render", Sy]]), An = oi(() => {
|
|
|
4968
4972
|
emits: ["buttonClick", "update:current", "update:pageSize", "customizeSetting", "refresh"],
|
|
4969
4973
|
setup(e, { emit: t }) {
|
|
4970
4974
|
var T, E, _, b;
|
|
4971
|
-
const { current: n, pageSize: r, exportConfig: i, importConfig: a, pageSizeOptions: s } = Xe(e), o = D(!1), l = D(!1), u = Ce("pageName", ""), { selectedRows: f } = An(), c = G(() => s.value || Ss), d = (
|
|
4972
|
-
if (
|
|
4975
|
+
const { current: n, pageSize: r, exportConfig: i, importConfig: a, pageSizeOptions: s } = Xe(e), o = D(!1), l = D(!1), u = Ce("pageName", ""), { selectedRows: f } = An(), c = G(() => s.value || Ss), d = (m, C) => {
|
|
4976
|
+
if (m.needSelectRows) {
|
|
4973
4977
|
if (!f[u].length) {
|
|
4974
4978
|
Te.warn("请选择数据");
|
|
4975
4979
|
return;
|
|
4976
4980
|
}
|
|
4977
|
-
if (
|
|
4981
|
+
if (m.mode === "single" && f[u].length > 1) {
|
|
4978
4982
|
Te.warn("只能选择一条数据");
|
|
4979
4983
|
return;
|
|
4980
4984
|
}
|
|
4981
4985
|
}
|
|
4982
|
-
t("buttonClick",
|
|
4986
|
+
t("buttonClick", m.action, C);
|
|
4983
4987
|
}, p = G({
|
|
4984
4988
|
get: () => n.value,
|
|
4985
|
-
set: (
|
|
4986
|
-
}),
|
|
4989
|
+
set: (m) => t("update:current", m)
|
|
4990
|
+
}), g = G({
|
|
4987
4991
|
get: () => r.value,
|
|
4988
|
-
set: (
|
|
4989
|
-
const
|
|
4990
|
-
p.value >
|
|
4992
|
+
set: (m) => {
|
|
4993
|
+
const C = Math.ceil(e.total / m);
|
|
4994
|
+
p.value > C && (p.value = C), t("update:pageSize", m);
|
|
4991
4995
|
}
|
|
4992
|
-
}), h = Ce("paramsGuard", (
|
|
4996
|
+
}), h = Ce("paramsGuard", (m) => m), v = (T = i.value) != null && T.url ? at((E = i.value) == null ? void 0 : E.url, "post", {
|
|
4993
4997
|
responseType: "blob",
|
|
4994
4998
|
...i.value.requestOptions
|
|
4995
|
-
}) : null, w = (b = (_ = a.value) == null ? void 0 : _.children) != null && b.length ? a.value.children.map((
|
|
4996
|
-
...
|
|
4999
|
+
}) : null, w = (b = (_ = a.value) == null ? void 0 : _.children) != null && b.length ? a.value.children.map((m) => at(m.url, "post", {
|
|
5000
|
+
...m.requestOptions
|
|
4997
5001
|
})) : [], O = async () => {
|
|
4998
5002
|
var P;
|
|
4999
|
-
const { formState:
|
|
5000
|
-
conditions: ke(
|
|
5003
|
+
const { formState: m } = _n(), C = i.value ? Ai({
|
|
5004
|
+
conditions: ke(m[u]),
|
|
5001
5005
|
apiConfig: i.value
|
|
5002
5006
|
}) : {};
|
|
5003
|
-
h(
|
|
5007
|
+
h(C, u);
|
|
5004
5008
|
try {
|
|
5005
5009
|
o.value = !0;
|
|
5006
|
-
const j = await v(
|
|
5010
|
+
const j = await v(C);
|
|
5007
5011
|
if (!j)
|
|
5008
5012
|
return;
|
|
5009
5013
|
const L = /\{\{(.+?)\}\}/g;
|
|
@@ -5019,17 +5023,17 @@ const Cy = /* @__PURE__ */ Qe(wy, [["render", Sy]]), An = oi(() => {
|
|
|
5019
5023
|
} finally {
|
|
5020
5024
|
o.value = !1;
|
|
5021
5025
|
}
|
|
5022
|
-
}, y = ({ url:
|
|
5023
|
-
switch (
|
|
5026
|
+
}, y = ({ url: m, type: C }) => {
|
|
5027
|
+
switch (C) {
|
|
5024
5028
|
case "TEMPLATE_LOCAL":
|
|
5025
|
-
window.open(
|
|
5029
|
+
window.open(m);
|
|
5026
5030
|
break;
|
|
5027
5031
|
}
|
|
5028
5032
|
}, $ = async ({
|
|
5029
|
-
accept:
|
|
5033
|
+
accept: m
|
|
5030
5034
|
/** feedback = true, needRefresh = true */
|
|
5031
|
-
},
|
|
5032
|
-
const P = /^\.[a-zA-Z]+$/, j =
|
|
5035
|
+
}, C) => {
|
|
5036
|
+
const P = /^\.[a-zA-Z]+$/, j = m == null ? void 0 : m.reduce(
|
|
5033
5037
|
(I, x) => {
|
|
5034
5038
|
if (!P.test(x))
|
|
5035
5039
|
throw `请提供正确的文件后缀名,是否是 【.${x}】 ?`;
|
|
@@ -5048,7 +5052,7 @@ const Cy = /* @__PURE__ */ Qe(wy, [["render", Sy]]), An = oi(() => {
|
|
|
5048
5052
|
// multiple: false,
|
|
5049
5053
|
}), R = await L.getFile();
|
|
5050
5054
|
if (R) {
|
|
5051
|
-
const I = w[
|
|
5055
|
+
const I = w[C], x = new FormData();
|
|
5052
5056
|
x.append("file", R), l.value = !0, I(x).finally(() => {
|
|
5053
5057
|
l.value = !1;
|
|
5054
5058
|
});
|
|
@@ -5060,17 +5064,17 @@ const Cy = /* @__PURE__ */ Qe(wy, [["render", Sy]]), An = oi(() => {
|
|
|
5060
5064
|
importLoading: l,
|
|
5061
5065
|
exportLoading: o,
|
|
5062
5066
|
computed_current: p,
|
|
5063
|
-
computed_pageSize:
|
|
5067
|
+
computed_pageSize: g,
|
|
5064
5068
|
paginationSizeOptions: c,
|
|
5065
5069
|
OPERATIONS_EXPORT_MAP: _y,
|
|
5066
|
-
handleImport: (
|
|
5067
|
-
const { type: P } =
|
|
5070
|
+
handleImport: (m, C) => {
|
|
5071
|
+
const { type: P } = m;
|
|
5068
5072
|
if (["TEMPLATE_LOCAL"].includes(P)) {
|
|
5069
|
-
y(
|
|
5073
|
+
y(m);
|
|
5070
5074
|
return;
|
|
5071
5075
|
}
|
|
5072
5076
|
if (["IMPORT"].includes(P)) {
|
|
5073
|
-
$(
|
|
5077
|
+
$(m, C);
|
|
5074
5078
|
return;
|
|
5075
5079
|
}
|
|
5076
5080
|
Te.warn(`请确认ImportConfigItem.type是否正确: ${P}`);
|
|
@@ -5082,7 +5086,7 @@ const Cy = /* @__PURE__ */ Qe(wy, [["render", Sy]]), An = oi(() => {
|
|
|
5082
5086
|
});
|
|
5083
5087
|
const Py = { class: "page-renderer-buttons" }, Iy = { class: "page-renderer-buttons-left" }, Dy = { key: 2 }, Ny = { class: "page-renderer-setting-trigger" }, Ry = { href: "javascript:;" };
|
|
5084
5088
|
function My(e, t, n, r, i, a) {
|
|
5085
|
-
const s = U("aicon"), o = U("MenuItem"), l = U("Menu"), u = U("Space"), f = U("Button"), c = U("Dropdown"), d = U("DownOutlined"), p = U("Pagination"),
|
|
5089
|
+
const s = U("aicon"), o = U("MenuItem"), l = U("Menu"), u = U("Space"), f = U("Button"), c = U("Dropdown"), d = U("DownOutlined"), p = U("Pagination"), g = U("Select"), h = U("SettingOutlined"), v = Us("permission");
|
|
5086
5090
|
return k(), Z("div", Py, [
|
|
5087
5091
|
Ae("div", Iy, [
|
|
5088
5092
|
W(u, null, {
|
|
@@ -5260,7 +5264,7 @@ function My(e, t, n, r, i, a) {
|
|
|
5260
5264
|
simple: "",
|
|
5261
5265
|
total: e.total
|
|
5262
5266
|
}, null, 8, ["current", "pageSize", "total"]),
|
|
5263
|
-
W(
|
|
5267
|
+
W(g, {
|
|
5264
5268
|
value: e.computed_pageSize,
|
|
5265
5269
|
"onUpdate:value": t[4] || (t[4] = (y) => e.computed_pageSize = y),
|
|
5266
5270
|
size: "small",
|
|
@@ -5320,20 +5324,20 @@ const ky = /* @__PURE__ */ Qe($y, [["render", My]]), Ly = /* @__PURE__ */ Oe({
|
|
|
5320
5324
|
template: r
|
|
5321
5325
|
} = n.value, i = D(!1), {
|
|
5322
5326
|
formState: a
|
|
5323
|
-
} = _n(), s = Ce("pageName", ""), o = Ce("paramsGuard", (p) => p), u =
|
|
5327
|
+
} = _n(), s = Ce("pageName", ""), o = Ce("paramsGuard", (p) => p), u = Ye((() => {
|
|
5324
5328
|
const p = /\{\{(.+?)\}\}/g;
|
|
5325
|
-
let
|
|
5329
|
+
let g = {}, h = [];
|
|
5326
5330
|
for (; (h = p.exec(r)) !== null; )
|
|
5327
|
-
|
|
5328
|
-
return
|
|
5331
|
+
g[h[1].trim()] = " - ";
|
|
5332
|
+
return g;
|
|
5329
5333
|
})()), f = at(n.value.url), c = async () => {
|
|
5330
5334
|
const p = Ai({
|
|
5331
5335
|
conditions: a[s],
|
|
5332
5336
|
apiConfig: n.value
|
|
5333
5337
|
});
|
|
5334
|
-
o(p, s), i.value = !0, f(p).then((
|
|
5338
|
+
o(p, s), i.value = !0, f(p).then((g) => {
|
|
5335
5339
|
Object.keys(u).forEach((h) => {
|
|
5336
|
-
const v = br(
|
|
5340
|
+
const v = br(g, `${n.value.dataKey}.${h}`);
|
|
5337
5341
|
u[h] = vn(v) ? " - " : v;
|
|
5338
5342
|
});
|
|
5339
5343
|
}).finally(() => i.value = !1);
|
|
@@ -5343,15 +5347,15 @@ const ky = /* @__PURE__ */ Qe($y, [["render", My]]), Ly = /* @__PURE__ */ Oe({
|
|
|
5343
5347
|
};
|
|
5344
5348
|
return t({
|
|
5345
5349
|
fetchSummary: c
|
|
5346
|
-
}), () =>
|
|
5350
|
+
}), () => Le(Mi, {
|
|
5347
5351
|
class: "page-renderer-summary-bar"
|
|
5348
5352
|
}, {
|
|
5349
|
-
message: () => i.value ?
|
|
5353
|
+
message: () => i.value ? Le(rl, {
|
|
5350
5354
|
size: "small",
|
|
5351
5355
|
style: {
|
|
5352
5356
|
height: "20px"
|
|
5353
5357
|
}
|
|
5354
|
-
}) :
|
|
5358
|
+
}) : Le(d)
|
|
5355
5359
|
});
|
|
5356
5360
|
}
|
|
5357
5361
|
});
|
|
@@ -5370,9 +5374,9 @@ const xy = (e) => {
|
|
|
5370
5374
|
}).catch((t) => {
|
|
5371
5375
|
console.error("【@yzsf2e/render-core】复制失败: ", t), xy(e);
|
|
5372
5376
|
});
|
|
5373
|
-
}, ir = (e) =>
|
|
5374
|
-
|
|
5375
|
-
|
|
5377
|
+
}, ir = (e) => Le("span", [
|
|
5378
|
+
Le({ template: e }),
|
|
5379
|
+
Le(hl, {
|
|
5376
5380
|
style: { marginLeft: "8px", cursor: "pointer", color: "#1890ff" },
|
|
5377
5381
|
onClick: (t) => {
|
|
5378
5382
|
t.stopPropagation(), Fy(e);
|
|
@@ -5420,15 +5424,25 @@ const xy = (e) => {
|
|
|
5420
5424
|
let o = r.value[n.value.dataIndex];
|
|
5421
5425
|
return a.value.includes(n.value.dataIndex) && (o = r.value[qn][n.value.dataIndex]), o;
|
|
5422
5426
|
});
|
|
5423
|
-
return () =>
|
|
5424
|
-
|
|
5425
|
-
|
|
5426
|
-
|
|
5427
|
-
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
|
|
5431
|
-
|
|
5427
|
+
return () => {
|
|
5428
|
+
if (i.value.includes(n.value.dataIndex))
|
|
5429
|
+
return e.loading ? Le(go, { style: { color: "#1890ff" } }) : Le(
|
|
5430
|
+
"a",
|
|
5431
|
+
{
|
|
5432
|
+
onclick: (l) => {
|
|
5433
|
+
l.stopPropagation(), e.handleLinkClick(r.value, n.value, l);
|
|
5434
|
+
}
|
|
5435
|
+
},
|
|
5436
|
+
t.value ? ir(s.value) : s.value
|
|
5437
|
+
);
|
|
5438
|
+
if (t.value)
|
|
5439
|
+
return ir(s.value);
|
|
5440
|
+
try {
|
|
5441
|
+
return Le({ template: s.value });
|
|
5442
|
+
} catch {
|
|
5443
|
+
return Le("span", s.value);
|
|
5444
|
+
}
|
|
5445
|
+
};
|
|
5432
5446
|
}
|
|
5433
5447
|
}), zy = Oe({
|
|
5434
5448
|
name: "TableCopyCell",
|
|
@@ -5575,7 +5589,7 @@ oe.div = function(e) {
|
|
|
5575
5589
|
throw Error(Es);
|
|
5576
5590
|
if (!r[0])
|
|
5577
5591
|
return e.s = a, e.c = [e.e = 0], e;
|
|
5578
|
-
var o, l, u, f, c, d = i.slice(), p = o = i.length,
|
|
5592
|
+
var o, l, u, f, c, d = i.slice(), p = o = i.length, g = r.length, h = r.slice(0, o), v = h.length, w = e, O = w.c = [], y = 0, $ = s + (w.e = t.e - e.e) + 1;
|
|
5579
5593
|
for (w.s = a, a = $ < 0 ? 0 : $, d.unshift(0); v++ < o; )
|
|
5580
5594
|
h.push(0);
|
|
5581
5595
|
do {
|
|
@@ -5603,7 +5617,7 @@ oe.div = function(e) {
|
|
|
5603
5617
|
break;
|
|
5604
5618
|
}
|
|
5605
5619
|
O[y++] = f ? u : ++u, h[0] && f ? h[v] = r[p] || 0 : h = [r[p]];
|
|
5606
|
-
} while ((p++ <
|
|
5620
|
+
} while ((p++ < g || h[0] !== tt) && a--);
|
|
5607
5621
|
return !O[0] && y != 1 && (O.shift(), w.e--, $--), y > $ && $t(w, $, n.RM, h[0] !== tt), w;
|
|
5608
5622
|
};
|
|
5609
5623
|
oe.eq = function(e) {
|
|
@@ -5859,13 +5873,13 @@ const eb = {
|
|
|
5859
5873
|
setup(e, { expose: t, emit: n }) {
|
|
5860
5874
|
var z;
|
|
5861
5875
|
const r = async () => {
|
|
5862
|
-
await
|
|
5876
|
+
await Fe(), au(g, (A) => {
|
|
5863
5877
|
const B = A[0], { height: N } = B.contentRect;
|
|
5864
5878
|
a.value = N - 44 - (e.hasApiConfig ? 0 : 30);
|
|
5865
5879
|
});
|
|
5866
5880
|
};
|
|
5867
5881
|
Ct(r);
|
|
5868
|
-
const { enumerations: i } = Er(), a = D(0), s = "filter_", o = "_index", { config: l, conditions: u, hasApiConfig: f, rowKey: c, data: d, total: p } = Xe(e),
|
|
5882
|
+
const { enumerations: i } = Er(), a = D(0), s = "filter_", o = "_index", { config: l, conditions: u, hasApiConfig: f, rowKey: c, data: d, total: p } = Xe(e), g = D(null), h = Ce("pageName", ""), v = Ce("emitHandler", () => {
|
|
5869
5883
|
}), w = D(e.sort || {});
|
|
5870
5884
|
let O = !1;
|
|
5871
5885
|
const y = (A) => {
|
|
@@ -5873,12 +5887,12 @@ const eb = {
|
|
|
5873
5887
|
}, $ = (A) => {
|
|
5874
5888
|
y(A), n("search");
|
|
5875
5889
|
};
|
|
5876
|
-
|
|
5890
|
+
te(
|
|
5877
5891
|
() => e.defaultSort,
|
|
5878
5892
|
(A) => {
|
|
5879
5893
|
O = !0, w.value = A;
|
|
5880
5894
|
}
|
|
5881
|
-
),
|
|
5895
|
+
), te(w, (A, B) => {
|
|
5882
5896
|
const N = Object.keys(A)[0];
|
|
5883
5897
|
if (N) {
|
|
5884
5898
|
const K = l.value.find((Q) => Q.columnKey === N);
|
|
@@ -5891,7 +5905,7 @@ const eb = {
|
|
|
5891
5905
|
}
|
|
5892
5906
|
}
|
|
5893
5907
|
});
|
|
5894
|
-
const
|
|
5908
|
+
const S = D([]), T = D([]), E = D([]), _ = D([]), b = D({}), m = D([]), { selectedRows: C, selectedRowKeys: P, selectedErrorRowKeys: j } = An();
|
|
5895
5909
|
j[h] || (j[h] = []);
|
|
5896
5910
|
const L = G(() => P[h].length > 0), R = G(() => {
|
|
5897
5911
|
if (f.value)
|
|
@@ -5918,13 +5932,13 @@ const eb = {
|
|
|
5918
5932
|
record: N,
|
|
5919
5933
|
index: K
|
|
5920
5934
|
}) => V(B) ? K + 1 : Vs(A) || !B || Y(B) ? A : ee(N, B) ? " " : A, ie = (A, B) => {
|
|
5921
|
-
P[h] = A,
|
|
5935
|
+
P[h] = A, C[h] = B;
|
|
5922
5936
|
}, pe = () => {
|
|
5923
5937
|
ie([], []);
|
|
5924
5938
|
}, ve = D(
|
|
5925
5939
|
(z = e.tableProps) != null && z.expandedRowKeys ? [...e.tableProps.expandedRowKeys] : []
|
|
5926
5940
|
);
|
|
5927
|
-
|
|
5941
|
+
te(
|
|
5928
5942
|
() => {
|
|
5929
5943
|
var A;
|
|
5930
5944
|
return (A = e.tableProps) == null ? void 0 : A.expandedRowKeys;
|
|
@@ -5939,21 +5953,21 @@ const eb = {
|
|
|
5939
5953
|
if (B && (B == null ? void 0 : B.toString().length) > 0)
|
|
5940
5954
|
return;
|
|
5941
5955
|
const N = [...P[h]], K = c.value;
|
|
5942
|
-
N.indexOf(A[K]) >= 0 ? N.splice(N.indexOf(A[K]), 1) : N.push(A[K]), P[h] = N,
|
|
5956
|
+
N.indexOf(A[K]) >= 0 ? N.splice(N.indexOf(A[K]), 1) : N.push(A[K]), P[h] = N, C[h] = Xt.value.filter((Q) => N.includes(Q[K]));
|
|
5943
5957
|
}, Pe = (A) => ({
|
|
5944
5958
|
onclick: () => $e(A),
|
|
5945
5959
|
onDblclick: () => {
|
|
5946
5960
|
e.rowDblclickAction && v(e.rowDblclickAction, [A]);
|
|
5947
5961
|
}
|
|
5948
|
-
}),
|
|
5962
|
+
}), je = G(() => {
|
|
5949
5963
|
var N;
|
|
5950
5964
|
let A = a.value;
|
|
5951
5965
|
L.value && (A -= 31), I.value && (A -= 33);
|
|
5952
|
-
const B = (N =
|
|
5966
|
+
const B = (N = g.value) == null ? void 0 : N.querySelector(".ant-table-body");
|
|
5953
5967
|
return B && (B.style.minHeight = `${A}px`), A;
|
|
5954
5968
|
});
|
|
5955
5969
|
bt(() => {
|
|
5956
|
-
|
|
5970
|
+
m.value = [
|
|
5957
5971
|
{
|
|
5958
5972
|
align: "center",
|
|
5959
5973
|
children: I.value ? [
|
|
@@ -5979,7 +5993,7 @@ const eb = {
|
|
|
5979
5993
|
cellRenderType: Q,
|
|
5980
5994
|
cellValueType: ae,
|
|
5981
5995
|
copyable: Je,
|
|
5982
|
-
refEnum:
|
|
5996
|
+
refEnum: Be,
|
|
5983
5997
|
action: it,
|
|
5984
5998
|
children: ft,
|
|
5985
5999
|
summary: pt,
|
|
@@ -5987,7 +6001,7 @@ const eb = {
|
|
|
5987
6001
|
filterable: Nn,
|
|
5988
6002
|
sortable: Di
|
|
5989
6003
|
} = A;
|
|
5990
|
-
Q === "Link" &&
|
|
6004
|
+
Q === "Link" && S.value.push(K), Q === "HTML" && T.value.push(K), ae === "slot" && E.value.push(K), ae === "img" && _.value.push(K), ae === "map" && Be && (b.value[K] = A);
|
|
5991
6005
|
const Ni = K !== "action" && Array.isArray(ft), Ls = Ni ? (
|
|
5992
6006
|
// 目前有表头分组配置时,不渲染表头筛选组件
|
|
5993
6007
|
ft.map((ht) => ({
|
|
@@ -6049,23 +6063,23 @@ const eb = {
|
|
|
6049
6063
|
}), B;
|
|
6050
6064
|
}
|
|
6051
6065
|
const Ee = G(
|
|
6052
|
-
() => Ie(
|
|
6066
|
+
() => Ie(m.value).map(
|
|
6053
6067
|
(A) => A === o ? p.value.count : p.value[A]
|
|
6054
6068
|
)
|
|
6055
|
-
), { formState: De } = _n(), { validate:
|
|
6056
|
-
|
|
6069
|
+
), { formState: De } = _n(), { validate: ze } = ib(De[h]), We = () => {
|
|
6070
|
+
ze().then(() => e.current === 1 ? n("search") : n("update:current", 1)).catch((A) => {
|
|
6057
6071
|
console.warn(A);
|
|
6058
6072
|
});
|
|
6059
6073
|
}, In = () => {
|
|
6060
6074
|
n("filter");
|
|
6061
6075
|
}, Dn = (A) => {
|
|
6062
|
-
R.value[A].type === "Input" ? In() :
|
|
6076
|
+
R.value[A].type === "Input" ? In() : Fe(We);
|
|
6063
6077
|
}, Or = (A, B, N) => {
|
|
6064
6078
|
Array.isArray(N) || (N.columnKey && N.order ? w.value = { [N.columnKey]: nb[N.order] } : w.value = {});
|
|
6065
6079
|
}, _r = () => {
|
|
6066
6080
|
w.value = e.defaultSort;
|
|
6067
6081
|
}, qt = G(() => Object.keys(b.value)), Xt = G(() => {
|
|
6068
|
-
const A =
|
|
6082
|
+
const A = m.value.filter((N) => N.action !== void 0 || N.key === "action").reduce((N, K) => {
|
|
6069
6083
|
var Q;
|
|
6070
6084
|
return K.key === "action" ? (Q = K.child) == null || Q.forEach((ae) => {
|
|
6071
6085
|
N[`${ae.action}Loading`] = !1;
|
|
@@ -6075,7 +6089,7 @@ const eb = {
|
|
|
6075
6089
|
...N,
|
|
6076
6090
|
...qt.value.reduce(
|
|
6077
6091
|
(K, Q) => {
|
|
6078
|
-
var ae, Je,
|
|
6092
|
+
var ae, Je, Be, it;
|
|
6079
6093
|
if (b.value[Q].refEnumLabel) {
|
|
6080
6094
|
const ft = (Je = (ae = i[b.value[Q].refEnum]) == null ? void 0 : ae.find(
|
|
6081
6095
|
(pt) => {
|
|
@@ -6085,7 +6099,7 @@ const eb = {
|
|
|
6085
6099
|
)) == null ? void 0 : Je[b.value[Q].refEnumLabel];
|
|
6086
6100
|
K[qn][Q] = ft;
|
|
6087
6101
|
} else
|
|
6088
|
-
K[qn][Q] = (it = (
|
|
6102
|
+
K[qn][Q] = (it = (Be = i[b.value[Q].refEnum]) == null ? void 0 : Be.find(
|
|
6089
6103
|
(ft) => {
|
|
6090
6104
|
var pt, dt;
|
|
6091
6105
|
return ((pt = ft.value) == null ? void 0 : pt.toString()) === ((dt = N[Q]) == null ? void 0 : dt.toString());
|
|
@@ -6093,12 +6107,12 @@ const eb = {
|
|
|
6093
6107
|
)) == null ? void 0 : it.label;
|
|
6094
6108
|
return K;
|
|
6095
6109
|
},
|
|
6096
|
-
{ [qn]:
|
|
6110
|
+
{ [qn]: Ye({}) }
|
|
6097
6111
|
),
|
|
6098
|
-
[Bn]:
|
|
6112
|
+
[Bn]: Ye(gn(A))
|
|
6099
6113
|
})) : [];
|
|
6100
6114
|
});
|
|
6101
|
-
|
|
6115
|
+
te(Xt, () => {
|
|
6102
6116
|
ve.value = [];
|
|
6103
6117
|
});
|
|
6104
6118
|
const Ar = (A, B) => {
|
|
@@ -6127,23 +6141,23 @@ const eb = {
|
|
|
6127
6141
|
clearSelect: pe,
|
|
6128
6142
|
toggleTableHeight: r
|
|
6129
6143
|
}), {
|
|
6130
|
-
h:
|
|
6144
|
+
h: Le,
|
|
6131
6145
|
y: a,
|
|
6132
6146
|
isNil: vn,
|
|
6133
|
-
columns:
|
|
6147
|
+
columns: m,
|
|
6134
6148
|
totalList: Ee,
|
|
6135
6149
|
pageName: h,
|
|
6136
6150
|
keywords: qt,
|
|
6137
|
-
computedY:
|
|
6151
|
+
computedY: je,
|
|
6138
6152
|
dataSource: Xt,
|
|
6139
6153
|
LOADING_SIGN: Bn,
|
|
6140
|
-
tableWrapper:
|
|
6141
|
-
linkCellKeys:
|
|
6154
|
+
tableWrapper: g,
|
|
6155
|
+
linkCellKeys: S,
|
|
6142
6156
|
htmlCellKeys: T,
|
|
6143
6157
|
slotCellKeys: E,
|
|
6144
6158
|
imgCellKeys: _,
|
|
6145
6159
|
tableCellSlots: x,
|
|
6146
|
-
selectedRows:
|
|
6160
|
+
selectedRows: C,
|
|
6147
6161
|
selectedRowKeys: P,
|
|
6148
6162
|
selectedErrorRowKeys: j,
|
|
6149
6163
|
showSelectionSummaryRow: L,
|
|
@@ -6185,7 +6199,7 @@ const ob = {
|
|
|
6185
6199
|
}, gb = /* @__PURE__ */ Ae("span", { class: "table-summary-cell-text" }, "总计", -1), mb = { class: "table-summary-cell-text" };
|
|
6186
6200
|
function vb(e, t, n, r, i, a) {
|
|
6187
6201
|
var $;
|
|
6188
|
-
const s = U("a-button"), o = U("a-tooltip"), l = U("ConditionBuilder"), u = U("a-input"), f = U("aicon"), c = U("LoadingOutlined"), d = U("Space"), p = U("TableImageCell"),
|
|
6202
|
+
const s = U("a-button"), o = U("a-tooltip"), l = U("ConditionBuilder"), u = U("a-input"), f = U("aicon"), c = U("LoadingOutlined"), d = U("Space"), p = U("TableImageCell"), g = U("TableCell"), h = U("TableCopyCell"), v = U("a-table-summary-cell"), w = U("a-table-summary-row"), O = U("a-table-summary"), y = U("Table");
|
|
6189
6203
|
return k(), Z("div", ob, [
|
|
6190
6204
|
W(y, {
|
|
6191
6205
|
bordered: "",
|
|
@@ -6199,8 +6213,8 @@ function vb(e, t, n, r, i, a) {
|
|
|
6199
6213
|
"row-key": e.rowKey,
|
|
6200
6214
|
"custom-row": e.customRow,
|
|
6201
6215
|
"expanded-row-keys": e.localExpandedRowKeys,
|
|
6202
|
-
"onUpdate:expandedRowKeys": t[1] || (t[1] = (
|
|
6203
|
-
"row-class-name": (
|
|
6216
|
+
"onUpdate:expandedRowKeys": t[1] || (t[1] = (S) => e.localExpandedRowKeys = S),
|
|
6217
|
+
"row-class-name": (S, T) => `${T % 2 === 1 ? "table-striped-row" : ""} ${e.selectedErrorRowKeys[e.pageName].includes(S[e.rowKey]) ? "table-error-row" : ""} ${S[e.TABLE_ROW_CLASS_NAME] ? S[e.TABLE_ROW_CLASS_NAME] : ""}`,
|
|
6204
6218
|
"row-selection": {
|
|
6205
6219
|
fixed: !0,
|
|
6206
6220
|
columnWidth: 40,
|
|
@@ -6211,10 +6225,10 @@ function vb(e, t, n, r, i, a) {
|
|
|
6211
6225
|
onResizeColumn: e.handleResizeColumn,
|
|
6212
6226
|
onChange: e.onTableChange
|
|
6213
6227
|
}, co({
|
|
6214
|
-
headerCell: F(({ column:
|
|
6228
|
+
headerCell: F(({ column: S }) => {
|
|
6215
6229
|
var T;
|
|
6216
6230
|
return [
|
|
6217
|
-
|
|
6231
|
+
S.key === e.DATA_SOURCE_INDEX_KEY ? (k(), Z("div", {
|
|
6218
6232
|
key: 0,
|
|
6219
6233
|
onClick: t[0] || (t[0] = (...E) => e.headerFilterSwitch && e.headerFilterSwitch(...E))
|
|
6220
6234
|
}, [
|
|
@@ -6230,23 +6244,23 @@ function vb(e, t, n, r, i, a) {
|
|
|
6230
6244
|
_: 1
|
|
6231
6245
|
}, 8, ["title"])
|
|
6232
6246
|
])) : (k(), Z("div", sb, [
|
|
6233
|
-
|
|
6247
|
+
S.sortable === !1 ? (k(), X(o, { key: 0 }, {
|
|
6234
6248
|
title: F(() => [
|
|
6235
6249
|
be("仅支持当前页的筛选排序,不支持跨页筛选排序。如需统计全部数据,请点[导出全部],在 excel 统计。")
|
|
6236
6250
|
]),
|
|
6237
6251
|
default: F(() => [
|
|
6238
|
-
Ae("span", lb, we(
|
|
6252
|
+
Ae("span", lb, we(S.title), 1)
|
|
6239
6253
|
]),
|
|
6240
6254
|
_: 2
|
|
6241
|
-
}, 1024)) : (k(), Z("div", ub, we(
|
|
6242
|
-
(T =
|
|
6243
|
-
e.fieldNameConditionsByKey[
|
|
6255
|
+
}, 1024)) : (k(), Z("div", ub, we(S.title), 1)),
|
|
6256
|
+
(T = S.key) != null && T.startsWith(e.DATA_SOURCE_FILTER_PREFIX) ? (k(), Z("div", cb, [
|
|
6257
|
+
e.fieldNameConditionsByKey[S.dataIndex] ? (k(), X(l, {
|
|
6244
6258
|
key: 0,
|
|
6245
|
-
value: e.formState[e.pageName][
|
|
6246
|
-
"onUpdate:value": (E) => e.formState[e.pageName][
|
|
6247
|
-
materials: e.fieldNameConditionsByKey[
|
|
6259
|
+
value: e.formState[e.pageName][S.dataIndex],
|
|
6260
|
+
"onUpdate:value": (E) => e.formState[e.pageName][S.dataIndex] = E,
|
|
6261
|
+
materials: e.fieldNameConditionsByKey[S.dataIndex],
|
|
6248
6262
|
onChange: () => {
|
|
6249
|
-
e.onConditionChange(
|
|
6263
|
+
e.onConditionChange(S.dataIndex);
|
|
6250
6264
|
},
|
|
6251
6265
|
onPressEnter: e.onSubmit,
|
|
6252
6266
|
style: { width: "100%" }
|
|
@@ -6254,8 +6268,8 @@ function vb(e, t, n, r, i, a) {
|
|
|
6254
6268
|
key: 1,
|
|
6255
6269
|
disabled: "",
|
|
6256
6270
|
size: "small",
|
|
6257
|
-
value: e.formState[e.pageName][
|
|
6258
|
-
"onUpdate:value": (E) => e.formState[e.pageName][
|
|
6271
|
+
value: e.formState[e.pageName][S.dataIndex],
|
|
6272
|
+
"onUpdate:value": (E) => e.formState[e.pageName][S.dataIndex] = E,
|
|
6259
6273
|
onChange: e.onHeaderFilterChange,
|
|
6260
6274
|
onPressEnter: e.onSubmit
|
|
6261
6275
|
}, null, 8, ["value", "onUpdate:value", "onChange", "onPressEnter"]))
|
|
@@ -6263,7 +6277,7 @@ function vb(e, t, n, r, i, a) {
|
|
|
6263
6277
|
]))
|
|
6264
6278
|
];
|
|
6265
6279
|
}),
|
|
6266
|
-
bodyCell: F(({ text:
|
|
6280
|
+
bodyCell: F(({ text: S, record: T, index: E, column: _ }) => [
|
|
6267
6281
|
_.dataIndex === "action" ? (k(), X(d, { key: 0 }, {
|
|
6268
6282
|
default: F(() => [
|
|
6269
6283
|
(k(!0), Z(he, null, Me(_.childActions, (b) => (k(), Z(he, {
|
|
@@ -6276,8 +6290,8 @@ function vb(e, t, n, r, i, a) {
|
|
|
6276
6290
|
})) : (k(), Z("a", {
|
|
6277
6291
|
key: 0,
|
|
6278
6292
|
onClick: uo(
|
|
6279
|
-
(
|
|
6280
|
-
b.disabled && e.actionVisible(b.disabled, T) || e.handleLinkClick(T, _,
|
|
6293
|
+
(m) => {
|
|
6294
|
+
b.disabled && e.actionVisible(b.disabled, T) || e.handleLinkClick(T, _, m, b.action);
|
|
6281
6295
|
},
|
|
6282
6296
|
["stop"]
|
|
6283
6297
|
),
|
|
@@ -6299,15 +6313,15 @@ function vb(e, t, n, r, i, a) {
|
|
|
6299
6313
|
}, 1024)) : ge("", !0),
|
|
6300
6314
|
e.slotCellKeys.includes(_.dataIndex) ? (k(), Z(he, { key: 1 }, [
|
|
6301
6315
|
e.tableCellSlots[_.dataIndex].component ? (k(), X(Bt(e.tableCellSlots[_.dataIndex].component), It(Ge({ key: 0 }, {
|
|
6302
|
-
text:
|
|
6316
|
+
text: S,
|
|
6303
6317
|
row: T,
|
|
6304
6318
|
index: E,
|
|
6305
6319
|
column: _,
|
|
6306
6320
|
...e.tableCellSlots[_.dataIndex].props
|
|
6307
6321
|
})), null, 16)) : ge("", !0)
|
|
6308
6322
|
], 64)) : e.imgCellKeys.includes(_.dataIndex) ? (k(), Z(he, { key: 2 }, [
|
|
6309
|
-
|
|
6310
|
-
], 64)) : [...e.linkCellKeys, ...e.keywords, ...e.htmlCellKeys].includes(_.dataIndex) ? (k(), X(
|
|
6323
|
+
S ? (k(), X(p, It(Ge({ key: 0 }, { image: S })), null, 16)) : ge("", !0)
|
|
6324
|
+
], 64)) : [...e.linkCellKeys, ...e.keywords, ...e.htmlCellKeys].includes(_.dataIndex) ? (k(), X(g, It(Ge({ key: 3 }, {
|
|
6311
6325
|
row: T,
|
|
6312
6326
|
copyable: _.copyable,
|
|
6313
6327
|
column: _,
|
|
@@ -6316,7 +6330,7 @@ function vb(e, t, n, r, i, a) {
|
|
|
6316
6330
|
linkCellKeys: e.linkCellKeys,
|
|
6317
6331
|
handleLinkClick: e.handleLinkClick
|
|
6318
6332
|
})), null, 16)) : _.copyable ? (k(), Z(he, { key: 4 }, [
|
|
6319
|
-
|
|
6333
|
+
S ? (k(), X(h, It(Ge({ key: 0 }, { text: S })), null, 16)) : ge("", !0)
|
|
6320
6334
|
], 64)) : ge("", !0)
|
|
6321
6335
|
]),
|
|
6322
6336
|
summary: F(() => [
|
|
@@ -6330,13 +6344,13 @@ function vb(e, t, n, r, i, a) {
|
|
|
6330
6344
|
]),
|
|
6331
6345
|
_: 1
|
|
6332
6346
|
}),
|
|
6333
|
-
(k(!0), Z(he, null, Me(e.columns, (
|
|
6334
|
-
key:
|
|
6347
|
+
(k(!0), Z(he, null, Me(e.columns, (S, T) => (k(), X(v, {
|
|
6348
|
+
key: S.key,
|
|
6335
6349
|
index: T + 1,
|
|
6336
6350
|
style: { "text-align": "center" }
|
|
6337
6351
|
}, {
|
|
6338
6352
|
default: F(() => [
|
|
6339
|
-
T === 0 ? (k(), Z("span", pb, we(e.selectedRowKeys[e.pageName].length), 1)) : (k(), Z("span", hb, we(
|
|
6353
|
+
T === 0 ? (k(), Z("span", pb, we(e.selectedRowKeys[e.pageName].length), 1)) : (k(), Z("span", hb, we(S.summary ? e.transformSummary(S.summary, S) : null), 1))
|
|
6340
6354
|
]),
|
|
6341
6355
|
_: 2
|
|
6342
6356
|
}, 1032, ["index"]))), 128))
|
|
@@ -6353,13 +6367,13 @@ function vb(e, t, n, r, i, a) {
|
|
|
6353
6367
|
]),
|
|
6354
6368
|
_: 1
|
|
6355
6369
|
}),
|
|
6356
|
-
(k(!0), Z(he, null, Me(e.totalList, (
|
|
6370
|
+
(k(!0), Z(he, null, Me(e.totalList, (S, T) => (k(), X(v, {
|
|
6357
6371
|
key: T,
|
|
6358
6372
|
index: T + 1,
|
|
6359
6373
|
style: { "text-align": "center" }
|
|
6360
6374
|
}, {
|
|
6361
6375
|
default: F(() => [
|
|
6362
|
-
Ae("span", mb, we(
|
|
6376
|
+
Ae("span", mb, we(S), 1)
|
|
6363
6377
|
]),
|
|
6364
6378
|
_: 2
|
|
6365
6379
|
}, 1032, ["index"]))), 128))
|
|
@@ -6374,9 +6388,9 @@ function vb(e, t, n, r, i, a) {
|
|
|
6374
6388
|
}, [
|
|
6375
6389
|
($ = e.tableProps) != null && $.expandedRowRender ? {
|
|
6376
6390
|
name: "expandedRowRender",
|
|
6377
|
-
fn: F(({ record:
|
|
6391
|
+
fn: F(({ record: S, index: T, indent: E, expanded: _ }) => [
|
|
6378
6392
|
(k(), X(Bt(e.tableProps.expandedRowRender.component), It(Ws({
|
|
6379
|
-
row:
|
|
6393
|
+
row: S,
|
|
6380
6394
|
index: T,
|
|
6381
6395
|
indent: E,
|
|
6382
6396
|
expanded: _,
|
|
@@ -6428,22 +6442,22 @@ const wb = {
|
|
|
6428
6442
|
},
|
|
6429
6443
|
emits: ["change", "update:visible"],
|
|
6430
6444
|
setup(e, { emit: t }) {
|
|
6431
|
-
const n = Cr(), r = $i(), i = wo(e, "visible", t), a = Ce("pageName", ""), s = bo(Cs, {}), o = D(!1), l = D([]), u =
|
|
6432
|
-
|
|
6433
|
-
if (!
|
|
6445
|
+
const n = Cr(), r = $i(), i = wo(e, "visible", t), a = Ce("pageName", ""), s = bo(Cs, {}), o = D(!1), l = D([]), u = Ye({ dataSource: [] });
|
|
6446
|
+
te(i, (S) => {
|
|
6447
|
+
if (!S)
|
|
6434
6448
|
l.value = [], u.dataSource = [];
|
|
6435
6449
|
else {
|
|
6436
6450
|
let T = gn(ke(e.columns));
|
|
6437
6451
|
const E = s.value[a];
|
|
6438
6452
|
if (E) {
|
|
6439
6453
|
const _ = gn(ke(e.columns));
|
|
6440
|
-
T = [...E.filter((
|
|
6441
|
-
const
|
|
6442
|
-
(j) => j.columnKey ===
|
|
6454
|
+
T = [...E.filter((m) => _.find((C) => C.columnKey === m.columnKey)).map((m) => {
|
|
6455
|
+
const C = _.findIndex(
|
|
6456
|
+
(j) => j.columnKey === m.columnKey
|
|
6443
6457
|
);
|
|
6444
6458
|
return {
|
|
6445
|
-
..._.splice(
|
|
6446
|
-
show:
|
|
6459
|
+
..._.splice(C, 1)[0],
|
|
6460
|
+
show: m.show
|
|
6447
6461
|
};
|
|
6448
6462
|
}), ..._];
|
|
6449
6463
|
}
|
|
@@ -6469,26 +6483,26 @@ const wb = {
|
|
|
6469
6483
|
}
|
|
6470
6484
|
});
|
|
6471
6485
|
}, d = async () => {
|
|
6472
|
-
const
|
|
6486
|
+
const S = ke(l.value), { dataSource: T } = u;
|
|
6473
6487
|
if (e.hasApiConfig && e.type === "COLUMN_SETTING") {
|
|
6474
|
-
if (
|
|
6488
|
+
if (S.length < 5) {
|
|
6475
6489
|
Te.warn("显示列不能小于 5 项!");
|
|
6476
6490
|
return;
|
|
6477
6491
|
}
|
|
6478
|
-
const
|
|
6479
|
-
columnKey:
|
|
6480
|
-
show:
|
|
6492
|
+
const m = T.map((C) => ({
|
|
6493
|
+
columnKey: C.columnKey,
|
|
6494
|
+
show: S.includes(C.columnKey)
|
|
6481
6495
|
}));
|
|
6482
|
-
s.value[a] =
|
|
6496
|
+
s.value[a] = m, t("change");
|
|
6483
6497
|
return;
|
|
6484
6498
|
}
|
|
6485
|
-
const { category: E, tab: _ } = n.meta, b =
|
|
6486
|
-
const
|
|
6487
|
-
if (
|
|
6499
|
+
const { category: E, tab: _ } = n.meta, b = S.map((m) => {
|
|
6500
|
+
const C = {}, P = T.find((j) => j.columnKey === m);
|
|
6501
|
+
if (C.entityId = P.entityId, C.columnKey = P.columnKey, e.type === "SORT_SETTING") {
|
|
6488
6502
|
const [j, L] = P.columnKey.split("@");
|
|
6489
|
-
|
|
6503
|
+
C.columnKey = j, C.sort = L;
|
|
6490
6504
|
}
|
|
6491
|
-
return
|
|
6505
|
+
return C;
|
|
6492
6506
|
});
|
|
6493
6507
|
try {
|
|
6494
6508
|
o.value = !0, await bb(r, {
|
|
@@ -6496,43 +6510,43 @@ const wb = {
|
|
|
6496
6510
|
category: E,
|
|
6497
6511
|
label: _
|
|
6498
6512
|
}), t("change");
|
|
6499
|
-
} catch (
|
|
6500
|
-
console.warn(
|
|
6513
|
+
} catch (m) {
|
|
6514
|
+
console.warn(m);
|
|
6501
6515
|
} finally {
|
|
6502
6516
|
o.value = !1;
|
|
6503
6517
|
}
|
|
6504
|
-
}, p = () => i.value = !1,
|
|
6505
|
-
disabled:
|
|
6518
|
+
}, p = () => i.value = !1, g = ({
|
|
6519
|
+
disabled: S,
|
|
6506
6520
|
selectedKeys: T,
|
|
6507
6521
|
onItemSelectAll: E,
|
|
6508
6522
|
onItemSelect: _
|
|
6509
6523
|
}) => ({
|
|
6510
6524
|
getCheckboxProps: (b) => ({
|
|
6511
|
-
disabled:
|
|
6525
|
+
disabled: S || b.disabled
|
|
6512
6526
|
}),
|
|
6513
|
-
onSelectAll(b,
|
|
6514
|
-
const
|
|
6515
|
-
E(
|
|
6527
|
+
onSelectAll(b, m) {
|
|
6528
|
+
const C = m.filter((P) => !P.disabled).map(({ key: P }) => P);
|
|
6529
|
+
E(C, b);
|
|
6516
6530
|
},
|
|
6517
|
-
onSelect({ key: b },
|
|
6518
|
-
_(b,
|
|
6531
|
+
onSelect({ key: b }, m) {
|
|
6532
|
+
_(b, m);
|
|
6519
6533
|
},
|
|
6520
6534
|
selectedRowKeys: T
|
|
6521
6535
|
});
|
|
6522
6536
|
let h = "", v = "";
|
|
6523
|
-
const w = (
|
|
6537
|
+
const w = (S, T, E, _) => ({
|
|
6524
6538
|
style: {
|
|
6525
6539
|
cursor: "move"
|
|
6526
6540
|
},
|
|
6527
6541
|
// 鼠标移入
|
|
6528
6542
|
onMouseenter: (b) => {
|
|
6529
|
-
var
|
|
6530
|
-
const
|
|
6531
|
-
|
|
6543
|
+
var C;
|
|
6544
|
+
const m = b || window.event;
|
|
6545
|
+
S.key === "action" || (C = e.columns.find((P) => P.columnKey === S.key)) != null && C.fixed || (m.target.draggable = !0);
|
|
6532
6546
|
},
|
|
6533
6547
|
// 开始拖拽
|
|
6534
6548
|
onDragstart: (b) => {
|
|
6535
|
-
(b || window.event).stopPropagation(), h =
|
|
6549
|
+
(b || window.event).stopPropagation(), h = S.key, document.querySelectorAll(".drag-modal-wrapper .source-table .ant-table-row")[T].classList.add("source");
|
|
6536
6550
|
},
|
|
6537
6551
|
// 拖动元素经过的元素
|
|
6538
6552
|
onDragover: (b) => {
|
|
@@ -6541,17 +6555,17 @@ const wb = {
|
|
|
6541
6555
|
// 拖动到达目标元素
|
|
6542
6556
|
onDragenter: (b) => {
|
|
6543
6557
|
(b || window.event).preventDefault();
|
|
6544
|
-
const
|
|
6558
|
+
const C = document.querySelectorAll(".drag-modal-wrapper .ant-table-row");
|
|
6545
6559
|
if (u.dataSource[T].disabled)
|
|
6546
6560
|
return;
|
|
6547
6561
|
const P = document.querySelectorAll(".ant-table-row.target");
|
|
6548
|
-
P.length && P[0].classList.remove("target"),
|
|
6562
|
+
P.length && P[0].classList.remove("target"), C[T + (u.dataSource.length - l.value.length)].classList.add("target"), v = S.key;
|
|
6549
6563
|
},
|
|
6550
6564
|
// 鼠标松开
|
|
6551
6565
|
onDrop: (b) => {
|
|
6552
6566
|
(b || window.event).stopPropagation();
|
|
6553
|
-
const
|
|
6554
|
-
|
|
6567
|
+
const C = document.querySelectorAll(".ant-table-row.target");
|
|
6568
|
+
C.length && C[0].classList.remove("target");
|
|
6555
6569
|
const P = document.querySelectorAll(".ant-table-row.source");
|
|
6556
6570
|
if (P.length && P[0].classList.remove("source"), v === h)
|
|
6557
6571
|
return;
|
|
@@ -6561,41 +6575,41 @@ const wb = {
|
|
|
6561
6575
|
j.splice(I, 0, R), Object.assign(u, { dataSource: j });
|
|
6562
6576
|
},
|
|
6563
6577
|
onClick: () => {
|
|
6564
|
-
const { key: b, disabled:
|
|
6565
|
-
|
|
6578
|
+
const { key: b, disabled: m } = S;
|
|
6579
|
+
m || _(b, !E.includes(b));
|
|
6566
6580
|
},
|
|
6567
6581
|
ondblclick: () => {
|
|
6568
|
-
const { key: b, disabled:
|
|
6569
|
-
if (
|
|
6582
|
+
const { key: b, disabled: m } = S;
|
|
6583
|
+
if (m)
|
|
6570
6584
|
return;
|
|
6571
|
-
const
|
|
6572
|
-
|
|
6585
|
+
const C = l.value.indexOf(b);
|
|
6586
|
+
C > -1 ? l.value.splice(C, 1) : l.value.push(b);
|
|
6573
6587
|
}
|
|
6574
|
-
}), O = (
|
|
6588
|
+
}), O = (S, T, E, _) => ({
|
|
6575
6589
|
onClick: () => {
|
|
6576
|
-
const { key: b, disabled:
|
|
6577
|
-
|
|
6590
|
+
const { key: b, disabled: m } = S;
|
|
6591
|
+
m || _(b, !E.includes(b));
|
|
6578
6592
|
},
|
|
6579
6593
|
ondblclick: () => {
|
|
6580
|
-
const { key: b, disabled:
|
|
6581
|
-
if (
|
|
6594
|
+
const { key: b, disabled: m } = S;
|
|
6595
|
+
if (m)
|
|
6582
6596
|
return;
|
|
6583
|
-
const
|
|
6584
|
-
|
|
6597
|
+
const C = l.value.indexOf(b);
|
|
6598
|
+
C > -1 ? l.value.splice(C, 1) : l.value.push(b);
|
|
6585
6599
|
}
|
|
6586
6600
|
}), y = () => document.querySelector(".page-renderer-wrapper");
|
|
6587
|
-
return
|
|
6588
|
-
|
|
6601
|
+
return te(i, (S) => {
|
|
6602
|
+
S && Fe(() => {
|
|
6589
6603
|
const T = document.querySelector(".ant-modal-root"), E = T == null ? void 0 : T.querySelector(".ant-modal-header"), _ = T == null ? void 0 : T.querySelector(".ant-modal");
|
|
6590
6604
|
E.style.cursor = "move";
|
|
6591
6605
|
const b = _.currentStyle || window.getComputedStyle(_, null);
|
|
6592
|
-
E.onmousedown = (
|
|
6593
|
-
const
|
|
6606
|
+
E.onmousedown = (m) => {
|
|
6607
|
+
const C = m.clientX - E.offsetLeft, P = m.clientY - E.offsetTop;
|
|
6594
6608
|
let j, L;
|
|
6595
6609
|
b.left.includes("%") ? (j = +document.body.clientWidth * // eslint-disable-next-line
|
|
6596
6610
|
(+b.left.replace(/\%/g, "") / 100), L = +document.body.clientHeight * // eslint-disable-next-line
|
|
6597
6611
|
(+b.top.replace(/\%/g, "") / 100)) : (j = +b.left.replace(/\px/g, ""), L = +b.top.replace(/\px/g, "")), document.onmousemove = function(R) {
|
|
6598
|
-
const I = R.clientX -
|
|
6612
|
+
const I = R.clientX - C, x = R.clientY - P;
|
|
6599
6613
|
_.style.left = `${I + j}px`, _.style.top = `${x + L}px`;
|
|
6600
6614
|
}, document.onmouseup = function() {
|
|
6601
6615
|
document.onmousemove = null, document.onmouseup = null;
|
|
@@ -6608,10 +6622,10 @@ const wb = {
|
|
|
6608
6622
|
state: u,
|
|
6609
6623
|
toKeys: l,
|
|
6610
6624
|
tableColumn: f,
|
|
6611
|
-
handleChange: (
|
|
6612
|
-
const _ =
|
|
6625
|
+
handleChange: (S, T, E) => {
|
|
6626
|
+
const _ = S.map((b) => b.split("@")[0]);
|
|
6613
6627
|
if (_.length !== cy(_).length) {
|
|
6614
|
-
l.value =
|
|
6628
|
+
l.value = S.filter((b) => !E.includes(b)), Te.warn("同一字段不能同时设置升序和降序!");
|
|
6615
6629
|
return;
|
|
6616
6630
|
}
|
|
6617
6631
|
},
|
|
@@ -6621,7 +6635,7 @@ const wb = {
|
|
|
6621
6635
|
customRowLeft: O,
|
|
6622
6636
|
handleClose: p,
|
|
6623
6637
|
getContainer: y,
|
|
6624
|
-
getRowSelection:
|
|
6638
|
+
getRowSelection: g
|
|
6625
6639
|
};
|
|
6626
6640
|
}
|
|
6627
6641
|
});
|
|
@@ -6687,7 +6701,7 @@ function Eb(e, t, n, r, i, a) {
|
|
|
6687
6701
|
direction: c,
|
|
6688
6702
|
selectedKeys: d,
|
|
6689
6703
|
disabled: p,
|
|
6690
|
-
onItemSelectAll:
|
|
6704
|
+
onItemSelectAll: g,
|
|
6691
6705
|
onItemSelect: h
|
|
6692
6706
|
}) => [
|
|
6693
6707
|
W(s, {
|
|
@@ -6696,7 +6710,7 @@ function Eb(e, t, n, r, i, a) {
|
|
|
6696
6710
|
"row-selection": e.getRowSelection({
|
|
6697
6711
|
disabled: p,
|
|
6698
6712
|
selectedKeys: d,
|
|
6699
|
-
onItemSelectAll:
|
|
6713
|
+
onItemSelectAll: g,
|
|
6700
6714
|
onItemSelect: h
|
|
6701
6715
|
}),
|
|
6702
6716
|
"show-expand-column": !1,
|
|
@@ -6747,56 +6761,56 @@ function $s(e, t, n) {
|
|
|
6747
6761
|
if (typeof e != "function")
|
|
6748
6762
|
throw new TypeError("Expected a function");
|
|
6749
6763
|
t = +t || 0, yn(n) && (f = !!n.leading, c = "maxWait" in n, a = c ? Math.max(+n.maxWait || 0, t) : a, d = "trailing" in n ? !!n.trailing : d);
|
|
6750
|
-
function m
|
|
6751
|
-
const
|
|
6752
|
-
return r = i = void 0, u =
|
|
6764
|
+
function g(m) {
|
|
6765
|
+
const C = r, P = i;
|
|
6766
|
+
return r = i = void 0, u = m, s = e.apply(P, C), s;
|
|
6753
6767
|
}
|
|
6754
|
-
function h(
|
|
6755
|
-
return p ? (window.cancelAnimationFrame(o), window.requestAnimationFrame(
|
|
6768
|
+
function h(m, C) {
|
|
6769
|
+
return p ? (window.cancelAnimationFrame(o), window.requestAnimationFrame(m)) : setTimeout(m, C);
|
|
6756
6770
|
}
|
|
6757
|
-
function v(
|
|
6771
|
+
function v(m) {
|
|
6758
6772
|
if (p)
|
|
6759
|
-
return window.cancelAnimationFrame(
|
|
6760
|
-
clearTimeout(
|
|
6773
|
+
return window.cancelAnimationFrame(m);
|
|
6774
|
+
clearTimeout(m);
|
|
6761
6775
|
}
|
|
6762
|
-
function w(
|
|
6763
|
-
return u =
|
|
6776
|
+
function w(m) {
|
|
6777
|
+
return u = m, o = h($, t), f ? g(m) : s;
|
|
6764
6778
|
}
|
|
6765
|
-
function O(
|
|
6766
|
-
const
|
|
6779
|
+
function O(m) {
|
|
6780
|
+
const C = m - l, P = m - u, j = t - C;
|
|
6767
6781
|
return c ? Math.min(j, a - P) : j;
|
|
6768
6782
|
}
|
|
6769
|
-
function y(
|
|
6770
|
-
const
|
|
6771
|
-
return l === void 0 ||
|
|
6783
|
+
function y(m) {
|
|
6784
|
+
const C = m - l, P = m - u;
|
|
6785
|
+
return l === void 0 || C >= t || C < 0 || c && P >= a;
|
|
6772
6786
|
}
|
|
6773
6787
|
function $() {
|
|
6774
|
-
const
|
|
6775
|
-
if (y(
|
|
6776
|
-
return
|
|
6777
|
-
o = h($, O(
|
|
6788
|
+
const m = Date.now();
|
|
6789
|
+
if (y(m))
|
|
6790
|
+
return S(m);
|
|
6791
|
+
o = h($, O(m));
|
|
6778
6792
|
}
|
|
6779
|
-
function
|
|
6780
|
-
return o = void 0, d && r ? m
|
|
6793
|
+
function S(m) {
|
|
6794
|
+
return o = void 0, d && r ? g(m) : (r = i = void 0, s);
|
|
6781
6795
|
}
|
|
6782
6796
|
function T() {
|
|
6783
6797
|
o !== void 0 && v(o), u = 0, r = l = i = o = void 0;
|
|
6784
6798
|
}
|
|
6785
6799
|
function E() {
|
|
6786
|
-
return o === void 0 ? s :
|
|
6800
|
+
return o === void 0 ? s : S(Date.now());
|
|
6787
6801
|
}
|
|
6788
6802
|
function _() {
|
|
6789
6803
|
return o !== void 0;
|
|
6790
6804
|
}
|
|
6791
6805
|
function b() {
|
|
6792
|
-
const
|
|
6806
|
+
const m = Date.now(), C = y(m);
|
|
6793
6807
|
for (var P = arguments.length, j = new Array(P), L = 0; L < P; L++)
|
|
6794
6808
|
j[L] = arguments[L];
|
|
6795
|
-
if (r = j, i = this, l =
|
|
6809
|
+
if (r = j, i = this, l = m, C) {
|
|
6796
6810
|
if (o === void 0)
|
|
6797
6811
|
return w(l);
|
|
6798
6812
|
if (c)
|
|
6799
|
-
return o = h($, t),
|
|
6813
|
+
return o = h($, t), g(l);
|
|
6800
6814
|
}
|
|
6801
6815
|
return o === void 0 && (o = h($, t)), s;
|
|
6802
6816
|
}
|
|
@@ -6845,9 +6859,9 @@ var Mb = ct((e, t) => {
|
|
|
6845
6859
|
Pn(l.value) || (s.value = $s((c) => c(), l.value, o.value), e.context.runAsync = function() {
|
|
6846
6860
|
for (var c = arguments.length, d = new Array(c), p = 0; p < c; p++)
|
|
6847
6861
|
d[p] = arguments[p];
|
|
6848
|
-
return new Promise((
|
|
6849
|
-
a.value ? (a.value = !1, u.value(...d).then(
|
|
6850
|
-
u.value(...d).then(
|
|
6862
|
+
return new Promise((g, h) => {
|
|
6863
|
+
a.value ? (a.value = !1, u.value(...d).then(g).catch(h)) : s.value(() => {
|
|
6864
|
+
u.value(...d).then(g).catch(h);
|
|
6851
6865
|
});
|
|
6852
6866
|
});
|
|
6853
6867
|
}, f(() => {
|
|
@@ -6872,12 +6886,12 @@ var Mb = ct((e, t) => {
|
|
|
6872
6886
|
}, f = G(() => {
|
|
6873
6887
|
if (o.value)
|
|
6874
6888
|
return o.value;
|
|
6875
|
-
const p = 1e3,
|
|
6889
|
+
const p = 1e3, g = 1, h = 9, v = Math.floor(Math.random() * 2 ** Math.min(a.value, h) + g);
|
|
6876
6890
|
return p * v;
|
|
6877
6891
|
}), c = () => {
|
|
6878
6892
|
let p;
|
|
6879
|
-
const
|
|
6880
|
-
return (
|
|
6893
|
+
const g = s.value === -1, h = a.value < s.value;
|
|
6894
|
+
return (g || h) && (g || (a.value += 1), p = setTimeout(() => {
|
|
6881
6895
|
l = !0, e.context.refresh();
|
|
6882
6896
|
}, f.value)), () => p && clearTimeout(p);
|
|
6883
6897
|
}, d = () => {
|
|
@@ -6903,7 +6917,7 @@ var Mb = ct((e, t) => {
|
|
|
6903
6917
|
manual: r,
|
|
6904
6918
|
defaultParams: i = []
|
|
6905
6919
|
} = t;
|
|
6906
|
-
return
|
|
6920
|
+
return te(n, (a) => {
|
|
6907
6921
|
!r && a && e.context.run(...i);
|
|
6908
6922
|
}, {
|
|
6909
6923
|
flush: "sync"
|
|
@@ -6924,7 +6938,7 @@ var Mb = ct((e, t) => {
|
|
|
6924
6938
|
if (n === void 0 || ar(n) && n.length === 0)
|
|
6925
6939
|
return {};
|
|
6926
6940
|
const a = ar(n) ? n : [n];
|
|
6927
|
-
return
|
|
6941
|
+
return te(a, () => {
|
|
6928
6942
|
r ? r() : !i && e.context.refresh();
|
|
6929
6943
|
}), {};
|
|
6930
6944
|
}), Fb = ct((e, t) => {
|
|
@@ -6972,66 +6986,66 @@ const jb = (e, t) => (n) => {
|
|
|
6972
6986
|
onError: o,
|
|
6973
6987
|
onBefore: l,
|
|
6974
6988
|
onAfter: u
|
|
6975
|
-
} = t, f = D((r = n == null ? void 0 : n.loading) !== null && r !== void 0 ? r : !1), c = nn((i = n == null ? void 0 : n.data) !== null && i !== void 0 ? i : a), d = nn(n == null ? void 0 : n.error), p = D(n == null ? void 0 : n.params),
|
|
6989
|
+
} = t, f = D((r = n == null ? void 0 : n.loading) !== null && r !== void 0 ? r : !1), c = nn((i = n == null ? void 0 : n.data) !== null && i !== void 0 ? i : a), d = nn(n == null ? void 0 : n.error), p = D(n == null ? void 0 : n.params), g = D([]), h = nn("pending"), v = {}, w = jb({
|
|
6976
6990
|
status: h,
|
|
6977
6991
|
loading: f,
|
|
6978
6992
|
data: c,
|
|
6979
6993
|
error: d,
|
|
6980
6994
|
params: p
|
|
6981
6995
|
}, []), O = function($) {
|
|
6982
|
-
for (var
|
|
6996
|
+
for (var S = arguments.length, T = new Array(S > 1 ? S - 1 : 0), E = 1; E < S; E++)
|
|
6983
6997
|
T[E - 1] = arguments[E];
|
|
6984
6998
|
if ($ === "onQuery") {
|
|
6985
|
-
const _ =
|
|
6999
|
+
const _ = g.value.map((b) => b.onQuery).filter(Boolean);
|
|
6986
7000
|
return {
|
|
6987
7001
|
servicePromise: zb(_, T[0])()
|
|
6988
7002
|
};
|
|
6989
7003
|
} else {
|
|
6990
|
-
const _ =
|
|
6991
|
-
var
|
|
6992
|
-
return (
|
|
7004
|
+
const _ = g.value.map((b) => {
|
|
7005
|
+
var m;
|
|
7006
|
+
return (m = b[$]) === null || m === void 0 ? void 0 : m.call(b, ...T);
|
|
6993
7007
|
});
|
|
6994
7008
|
return Object.assign({}, ..._);
|
|
6995
7009
|
}
|
|
6996
7010
|
}, y = D(0);
|
|
6997
7011
|
return v.runAsync = async function() {
|
|
6998
|
-
for (var $ = arguments.length,
|
|
6999
|
-
|
|
7012
|
+
for (var $ = arguments.length, S = new Array($), T = 0; T < $; T++)
|
|
7013
|
+
S[T] = arguments[T];
|
|
7000
7014
|
w({
|
|
7001
7015
|
loading: !0,
|
|
7002
|
-
params:
|
|
7016
|
+
params: S,
|
|
7003
7017
|
status: "pending"
|
|
7004
7018
|
}), y.value += 1;
|
|
7005
7019
|
const E = y.value, {
|
|
7006
7020
|
isBreak: _,
|
|
7007
7021
|
breakResult: b = Fr()
|
|
7008
|
-
} = O("onBefore",
|
|
7022
|
+
} = O("onBefore", S);
|
|
7009
7023
|
if (_)
|
|
7010
7024
|
return w({
|
|
7011
7025
|
status: "settled"
|
|
7012
7026
|
}), b;
|
|
7013
|
-
l == null || l(
|
|
7027
|
+
l == null || l(S);
|
|
7014
7028
|
try {
|
|
7015
|
-
const
|
|
7029
|
+
const m = () => new Promise((j) => j(e(...p.value)));
|
|
7016
7030
|
let {
|
|
7017
|
-
servicePromise:
|
|
7018
|
-
} = O("onQuery",
|
|
7019
|
-
|
|
7020
|
-
const P = await
|
|
7031
|
+
servicePromise: C
|
|
7032
|
+
} = O("onQuery", m);
|
|
7033
|
+
C || (C = m());
|
|
7034
|
+
const P = await C;
|
|
7021
7035
|
return E !== y.value ? Fr() : (w({
|
|
7022
7036
|
data: P,
|
|
7023
7037
|
loading: !1,
|
|
7024
7038
|
error: void 0,
|
|
7025
7039
|
status: "settled"
|
|
7026
|
-
}), O("onSuccess", P,
|
|
7027
|
-
} catch (
|
|
7040
|
+
}), O("onSuccess", P, S), s == null || s(P, S), E === y.value && O("onAfter", S, P, void 0), u == null || u(S), P);
|
|
7041
|
+
} catch (m) {
|
|
7028
7042
|
if (E !== y.value)
|
|
7029
7043
|
return Fr();
|
|
7030
7044
|
throw w({
|
|
7031
7045
|
loading: !1,
|
|
7032
|
-
error:
|
|
7046
|
+
error: m,
|
|
7033
7047
|
status: "settled"
|
|
7034
|
-
}), O("onError",
|
|
7048
|
+
}), O("onError", m, S), o == null || o(m, S), E === y.value && O("onAfter", S, void 0, m), u == null || u(S), m;
|
|
7035
7049
|
}
|
|
7036
7050
|
}, v.run = function() {
|
|
7037
7051
|
v.runAsync(...arguments).catch(($) => {
|
|
@@ -7044,7 +7058,7 @@ const jb = (e, t) => (n) => {
|
|
|
7044
7058
|
}, v.refresh = () => {
|
|
7045
7059
|
v.run(...p.value || []);
|
|
7046
7060
|
}, v.refreshAsync = () => v.runAsync(...p.value || []), v.mutate = ($) => {
|
|
7047
|
-
const
|
|
7061
|
+
const S = Pi($) ? $(c.value) : $, T = Ib(S);
|
|
7048
7062
|
w({
|
|
7049
7063
|
data: T
|
|
7050
7064
|
}), O("onMutate", T);
|
|
@@ -7054,7 +7068,7 @@ const jb = (e, t) => (n) => {
|
|
|
7054
7068
|
data: c,
|
|
7055
7069
|
error: d,
|
|
7056
7070
|
params: p,
|
|
7057
|
-
plugins:
|
|
7071
|
+
plugins: g,
|
|
7058
7072
|
context: v
|
|
7059
7073
|
};
|
|
7060
7074
|
};
|
|
@@ -7112,13 +7126,13 @@ var Hb = ct((e, t) => {
|
|
|
7112
7126
|
let u;
|
|
7113
7127
|
const f = (w) => a ? a(w) : Db(w), c = (w, O, y) => {
|
|
7114
7128
|
s ? s(w, y) : Nb(w, O, y), Vb(w, y.data);
|
|
7115
|
-
}, d = (w) => i === -1 || w + i > (/* @__PURE__ */ new Date()).getTime(), p = (w, O) => Object.prototype.hasOwnProperty.call(w, O),
|
|
7129
|
+
}, d = (w) => i === -1 || w + i > (/* @__PURE__ */ new Date()).getTime(), p = (w, O) => Object.prototype.hasOwnProperty.call(w, O), g = (w) => {
|
|
7116
7130
|
const O = o(w);
|
|
7117
7131
|
return Wb(O, (y) => {
|
|
7118
7132
|
e.data.value = y;
|
|
7119
7133
|
});
|
|
7120
7134
|
}, h = o(), v = f(h);
|
|
7121
|
-
return v && p(v, "data") && (e.data.value = v.data, e.params.value = v.params), h && (l.value =
|
|
7135
|
+
return v && p(v, "data") && (e.data.value = v.data, e.params.value = v.params), h && (l.value = g()), wn(() => {
|
|
7122
7136
|
l.value();
|
|
7123
7137
|
}), {
|
|
7124
7138
|
onBefore(w) {
|
|
@@ -7143,7 +7157,7 @@ var Hb = ct((e, t) => {
|
|
|
7143
7157
|
data: w,
|
|
7144
7158
|
params: O,
|
|
7145
7159
|
time: (/* @__PURE__ */ new Date()).getTime()
|
|
7146
|
-
}), l.value =
|
|
7160
|
+
}), l.value = g(O));
|
|
7147
7161
|
},
|
|
7148
7162
|
onMutate(w) {
|
|
7149
7163
|
const O = o(e.params.value);
|
|
@@ -7151,7 +7165,7 @@ var Hb = ct((e, t) => {
|
|
|
7151
7165
|
data: w,
|
|
7152
7166
|
params: e.params.value,
|
|
7153
7167
|
time: (/* @__PURE__ */ new Date()).getTime()
|
|
7154
|
-
}), l.value =
|
|
7168
|
+
}), l.value = g(e.params.value));
|
|
7155
7169
|
}
|
|
7156
7170
|
};
|
|
7157
7171
|
});
|
|
@@ -7201,8 +7215,8 @@ var qb = ct((e, t) => {
|
|
|
7201
7215
|
return jr() - o <= a.value && l.cancel(), Promise.reject(p);
|
|
7202
7216
|
}
|
|
7203
7217
|
}, d = Promise.allSettled([c(), l]).then((p) => {
|
|
7204
|
-
const
|
|
7205
|
-
return
|
|
7218
|
+
const g = p[0];
|
|
7219
|
+
return g.status === "fulfilled" ? g.value : Promise.reject(g.reason);
|
|
7206
7220
|
});
|
|
7207
7221
|
return () => d;
|
|
7208
7222
|
},
|
|
@@ -7264,12 +7278,12 @@ var Xb = ct((e, t) => {
|
|
|
7264
7278
|
return;
|
|
7265
7279
|
}
|
|
7266
7280
|
return () => v && clearTimeout(v);
|
|
7267
|
-
},
|
|
7281
|
+
}, g = () => {
|
|
7268
7282
|
o.value && d() && (e.context.refresh(), o.value = !1);
|
|
7269
7283
|
};
|
|
7270
|
-
return
|
|
7284
|
+
return te(l, () => {
|
|
7271
7285
|
s.value && (s.value(), s.value = p(() => e.context.refresh()));
|
|
7272
|
-
}), r || c(or("VISIBLE_LISTENER",
|
|
7286
|
+
}), r || c(or("VISIBLE_LISTENER", g)), i || c(or("RECONNECT_LISTENER", g)), wn(() => {
|
|
7273
7287
|
f.forEach((h) => h());
|
|
7274
7288
|
}), {
|
|
7275
7289
|
onBefore() {
|
|
@@ -7339,13 +7353,13 @@ function no(e) {
|
|
|
7339
7353
|
data: c,
|
|
7340
7354
|
params: d,
|
|
7341
7355
|
run: p,
|
|
7342
|
-
...
|
|
7356
|
+
...g
|
|
7343
7357
|
} = Jb(e, f), h = (E) => {
|
|
7344
|
-
const [_, ...b] = d.value || [],
|
|
7358
|
+
const [_, ...b] = d.value || [], C = [{
|
|
7345
7359
|
..._,
|
|
7346
7360
|
...E
|
|
7347
7361
|
}, ...b];
|
|
7348
|
-
p(...
|
|
7362
|
+
p(...C);
|
|
7349
7363
|
}, v = (E) => {
|
|
7350
7364
|
h({
|
|
7351
7365
|
[s]: E
|
|
@@ -7370,7 +7384,7 @@ function no(e) {
|
|
|
7370
7384
|
set: (E) => {
|
|
7371
7385
|
v(E);
|
|
7372
7386
|
}
|
|
7373
|
-
}),
|
|
7387
|
+
}), S = G({
|
|
7374
7388
|
get: () => {
|
|
7375
7389
|
var E, _, b;
|
|
7376
7390
|
return (
|
|
@@ -7381,19 +7395,19 @@ function no(e) {
|
|
|
7381
7395
|
set: (E) => {
|
|
7382
7396
|
w(E);
|
|
7383
7397
|
}
|
|
7384
|
-
}), T = G(() => eo(c.value, u, Math.ceil(y.value /
|
|
7398
|
+
}), T = G(() => eo(c.value, u, Math.ceil(y.value / S.value)));
|
|
7385
7399
|
return {
|
|
7386
7400
|
data: c,
|
|
7387
7401
|
params: d,
|
|
7388
7402
|
current: $,
|
|
7389
|
-
pageSize:
|
|
7403
|
+
pageSize: S,
|
|
7390
7404
|
total: y,
|
|
7391
7405
|
totalPage: T,
|
|
7392
7406
|
run: p,
|
|
7393
7407
|
changeCurrent: v,
|
|
7394
7408
|
changePageSize: w,
|
|
7395
7409
|
changePagination: O,
|
|
7396
|
-
...
|
|
7410
|
+
...g
|
|
7397
7411
|
};
|
|
7398
7412
|
}
|
|
7399
7413
|
const ro = {
|
|
@@ -7421,7 +7435,7 @@ const ro = {
|
|
|
7421
7435
|
}
|
|
7422
7436
|
},
|
|
7423
7437
|
setup(e, { expose: t }) {
|
|
7424
|
-
const n = Cr(), { page: r } = Xe(e), { apiConfig: i, buttons: a, data: s, page_size_options: o, sort: l } = r.value, u = D(r.value.total), f = D(i == null ? void 0 : i.summary), c = D(s), d = D(s), p = D(l),
|
|
7438
|
+
const n = Cr(), { page: r } = Xe(e), { apiConfig: i, buttons: a, data: s, page_size_options: o, sort: l } = r.value, u = D(r.value.total), f = D(i == null ? void 0 : i.summary), c = D(s), d = D(s), p = D(l), g = D(!1), h = D(!1), v = D([]), w = D([]), O = D(), y = D(), $ = D(), S = {
|
|
7425
7439
|
导入: y,
|
|
7426
7440
|
导出: O
|
|
7427
7441
|
}, T = G(() => ({
|
|
@@ -7433,7 +7447,7 @@ const ro = {
|
|
|
7433
7447
|
// eslint-disable-next-line
|
|
7434
7448
|
(z, A) => z
|
|
7435
7449
|
), b = Ce("reloadPage", () => {
|
|
7436
|
-
}),
|
|
7450
|
+
}), m = () => {
|
|
7437
7451
|
d.value = qa(c.value, (z) => Kv(pe, (A, B) => {
|
|
7438
7452
|
var N;
|
|
7439
7453
|
return ["", void 0, null].includes(A) || Array.isArray(A) ? !0 : Object.hasOwn(z, B) ? Xv(
|
|
@@ -7442,10 +7456,10 @@ const ro = {
|
|
|
7442
7456
|
) : !0;
|
|
7443
7457
|
}));
|
|
7444
7458
|
};
|
|
7445
|
-
|
|
7446
|
-
|
|
7459
|
+
te(c, () => {
|
|
7460
|
+
m();
|
|
7447
7461
|
});
|
|
7448
|
-
const { patchEnumerations:
|
|
7462
|
+
const { patchEnumerations: C, patchStaticEnumerations: P } = Er(), j = D(null), L = D(null), R = D(null), I = bo(Cs, {}), x = D(r.value.columns), M = Ye({
|
|
7449
7463
|
type: "COLUMN_SETTING",
|
|
7450
7464
|
title: "",
|
|
7451
7465
|
columns: [],
|
|
@@ -7499,7 +7513,7 @@ const ro = {
|
|
|
7499
7513
|
}
|
|
7500
7514
|
})(), bt(() => {
|
|
7501
7515
|
a.forEach((z) => {
|
|
7502
|
-
const A =
|
|
7516
|
+
const A = S[z.children];
|
|
7503
7517
|
A ? A.value = z : z.columnAction ? w.value.push(z) : v.value.push(z);
|
|
7504
7518
|
});
|
|
7505
7519
|
});
|
|
@@ -7510,19 +7524,19 @@ const ro = {
|
|
|
7510
7524
|
r.value.name
|
|
7511
7525
|
), ve = D(
|
|
7512
7526
|
o ? o[0].value : Ss[0].value
|
|
7513
|
-
), $e = D(1), { selectedRows: Pe, selectedRowKeys:
|
|
7527
|
+
), $e = D(1), { selectedRows: Pe, selectedRowKeys: je } = An();
|
|
7514
7528
|
Pe[e.page.name] && console.warn(`【@yzsf2e/render-core】请检查页面名 ${e.page.name} 是否重复!`);
|
|
7515
7529
|
const Ie = () => {
|
|
7516
|
-
Pe[e.page.name] = [],
|
|
7530
|
+
Pe[e.page.name] = [], je[e.page.name] = [];
|
|
7517
7531
|
};
|
|
7518
7532
|
d.value && Ie();
|
|
7519
7533
|
const Ee = Ce("paramsGuard", (z) => z), De = [
|
|
7520
7534
|
...r.value.conditions.map((z) => z.fieldName),
|
|
7521
7535
|
...Object.keys(r.value.defaultQuery)
|
|
7522
|
-
],
|
|
7536
|
+
], ze = (z, A) => !vn(z) && z !== "" && De.includes(A), We = () => {
|
|
7523
7537
|
if (i) {
|
|
7524
7538
|
const z = dy({
|
|
7525
|
-
conditions: tn({ ...ke(pe) },
|
|
7539
|
+
conditions: tn({ ...ke(pe) }, ze),
|
|
7526
7540
|
pager: { pageNo: $e.value, pageSize: ve.value },
|
|
7527
7541
|
sort: p.value,
|
|
7528
7542
|
listApiConfig: i.list
|
|
@@ -7537,25 +7551,25 @@ const ro = {
|
|
|
7537
7551
|
pageSize: ve.value,
|
|
7538
7552
|
fetchMode: "BODY",
|
|
7539
7553
|
sorts: {},
|
|
7540
|
-
filters: tn({ ...ke(pe) },
|
|
7554
|
+
filters: tn({ ...ke(pe) }, ze)
|
|
7541
7555
|
});
|
|
7542
7556
|
}
|
|
7543
7557
|
Ie(), qt();
|
|
7544
7558
|
}, In = async (z) => {
|
|
7545
7559
|
let A;
|
|
7546
7560
|
if (z === "SELECTED") {
|
|
7547
|
-
if (
|
|
7561
|
+
if (je[e.page.name] && je[e.page.name].length === 0) {
|
|
7548
7562
|
Te.warn("至少选中一条数据!");
|
|
7549
7563
|
return;
|
|
7550
7564
|
}
|
|
7551
|
-
A =
|
|
7565
|
+
A = je[e.page.name];
|
|
7552
7566
|
}
|
|
7553
7567
|
const { category: B, tab: N } = n.meta, K = await $.value({
|
|
7554
7568
|
category: B,
|
|
7555
7569
|
tab: N,
|
|
7556
7570
|
fetchMode: "BODY",
|
|
7557
7571
|
sorts: p.value,
|
|
7558
|
-
filters: tn({ ...ke(pe) },
|
|
7572
|
+
filters: tn({ ...ke(pe) }, ze),
|
|
7559
7573
|
ids: A
|
|
7560
7574
|
});
|
|
7561
7575
|
if (!K)
|
|
@@ -7564,8 +7578,8 @@ const ro = {
|
|
|
7564
7578
|
let ae = `${e.page.name}-{{Date}}.xlsx`, Je = null;
|
|
7565
7579
|
for (; (Je = Q.exec(ae)) !== null; )
|
|
7566
7580
|
Je[1] === "Date" && (ae = ae.replace(Je[0], Uo().format("YYYY-MM-DD")));
|
|
7567
|
-
const
|
|
7568
|
-
|
|
7581
|
+
const Be = document.createElement("a"), it = window.URL.createObjectURL(new Blob([K]));
|
|
7582
|
+
Be.href = it, Be.download = ae, document.body.appendChild(Be), Be.click(), document.body.removeChild(Be), window.URL.revokeObjectURL(it);
|
|
7569
7583
|
}, Dn = () => {
|
|
7570
7584
|
var z, A;
|
|
7571
7585
|
(z = R.value) == null || z.resetFields(), (A = j.value) == null || A.clearSort();
|
|
@@ -7613,7 +7627,7 @@ const ro = {
|
|
|
7613
7627
|
const N = gn(ke(z));
|
|
7614
7628
|
A = [...B.filter((Q) => N.find((ae) => ae.columnKey === Q.columnKey)).map((Q) => {
|
|
7615
7629
|
const ae = N.findIndex(
|
|
7616
|
-
(
|
|
7630
|
+
(Be) => Be.columnKey === Q.columnKey
|
|
7617
7631
|
);
|
|
7618
7632
|
return {
|
|
7619
7633
|
...N.splice(ae, 1)[0],
|
|
@@ -7623,12 +7637,12 @@ const ro = {
|
|
|
7623
7637
|
}
|
|
7624
7638
|
Y.value = A;
|
|
7625
7639
|
}), Ct(async () => {
|
|
7626
|
-
P(e.page.enumerations), await
|
|
7640
|
+
P(e.page.enumerations), await C(e.page.enumapi), h.value = !0, Fe().then(() => {
|
|
7627
7641
|
qt();
|
|
7628
7642
|
});
|
|
7629
|
-
}), i ?
|
|
7643
|
+
}), i ? te([$e, ve], () => {
|
|
7630
7644
|
We();
|
|
7631
|
-
}) :
|
|
7645
|
+
}) : te([$e, ve, p], ([z, A, B]) => {
|
|
7632
7646
|
const { category: N, tab: K } = n.meta;
|
|
7633
7647
|
E.value.run({
|
|
7634
7648
|
category: N,
|
|
@@ -7637,7 +7651,7 @@ const ro = {
|
|
|
7637
7651
|
pageSize: A,
|
|
7638
7652
|
fetchMode: "BODY",
|
|
7639
7653
|
sorts: B.value,
|
|
7640
|
-
filters: tn({ ...ke(pe) },
|
|
7654
|
+
filters: tn({ ...ke(pe) }, ze)
|
|
7641
7655
|
});
|
|
7642
7656
|
});
|
|
7643
7657
|
const Pr = (z) => {
|
|
@@ -7695,11 +7709,11 @@ const ro = {
|
|
|
7695
7709
|
summaryBar: L,
|
|
7696
7710
|
sortedColumns: Y,
|
|
7697
7711
|
columnSettingState: M,
|
|
7698
|
-
columnSettingVisible:
|
|
7712
|
+
columnSettingVisible: g,
|
|
7699
7713
|
handleSearch: We,
|
|
7700
7714
|
handleExport: In,
|
|
7701
7715
|
resetSearch: Dn,
|
|
7702
|
-
headerFilterHandle:
|
|
7716
|
+
headerFilterHandle: m,
|
|
7703
7717
|
handleEmitAction: Ar,
|
|
7704
7718
|
columnSettingChange: Qt,
|
|
7705
7719
|
resizeTableHeight: _r,
|
|
@@ -7804,17 +7818,17 @@ const Rs = /* @__PURE__ */ Qe(ew, [["render", tw]]), nw = Oe({
|
|
|
7804
7818
|
const a = (p) => {
|
|
7805
7819
|
n("update:activePageName", p), u(
|
|
7806
7820
|
p,
|
|
7807
|
-
e.pages.findIndex((
|
|
7821
|
+
e.pages.findIndex((g) => g.name == p)
|
|
7808
7822
|
);
|
|
7809
|
-
}, s = {}, o = D({}), l = (p,
|
|
7810
|
-
p !== null && (o.value[
|
|
7811
|
-
}, u = (p,
|
|
7823
|
+
}, s = {}, o = D({}), l = (p, g) => {
|
|
7824
|
+
p !== null && (o.value[g] = p, s[g] = () => o.value[g].run());
|
|
7825
|
+
}, u = (p, g) => {
|
|
7812
7826
|
var v;
|
|
7813
7827
|
const h = (v = e.customEvent) == null ? void 0 : v[e.tabClickAction];
|
|
7814
7828
|
if (h)
|
|
7815
|
-
return h({ name: p, index:
|
|
7829
|
+
return h({ name: p, index: g });
|
|
7816
7830
|
if (i)
|
|
7817
|
-
return i(e.tabClickAction, { name: p, index:
|
|
7831
|
+
return i(e.tabClickAction, { name: p, index: g });
|
|
7818
7832
|
e.tabClickAction && Te.warn("没有监听 tab 切换的事件处理函数");
|
|
7819
7833
|
};
|
|
7820
7834
|
return t({ run: (p) => {
|
|
@@ -8138,17 +8152,17 @@ const mw = gw, [vw] = Cn("page-renderer"), yw = Oe({
|
|
|
8138
8152
|
}
|
|
8139
8153
|
},
|
|
8140
8154
|
setup(e, { expose: t }) {
|
|
8141
|
-
var
|
|
8142
|
-
const n = Cr(), r = D(null), i = D(null), a = D(""), s = D(null), o = D(null), l = D([]), u = D(), f = { title: "", component: null }, { selectedErrorRowKeys: c } = An(), d = nn(f), p = D(!!e.options),
|
|
8143
|
-
|
|
8155
|
+
var m;
|
|
8156
|
+
const n = Cr(), r = D(null), i = D(null), a = D(""), s = D(null), o = D(null), l = D([]), u = D(), f = { title: "", component: null }, { selectedErrorRowKeys: c } = An(), d = nn(f), p = D(!!e.options), g = D(e.options);
|
|
8157
|
+
te(
|
|
8144
8158
|
() => e.options,
|
|
8145
|
-
(
|
|
8146
|
-
|
|
8159
|
+
(C) => {
|
|
8160
|
+
g.value = C;
|
|
8147
8161
|
}
|
|
8148
|
-
),
|
|
8149
|
-
() =>
|
|
8150
|
-
(
|
|
8151
|
-
p.value = !!
|
|
8162
|
+
), te(
|
|
8163
|
+
() => g.value,
|
|
8164
|
+
(C) => {
|
|
8165
|
+
p.value = !!C;
|
|
8152
8166
|
}
|
|
8153
8167
|
);
|
|
8154
8168
|
const h = D(!1), v = Ce(
|
|
@@ -8156,15 +8170,15 @@ const mw = gw, [vw] = Cn("page-renderer"), yw = Oe({
|
|
|
8156
8170
|
null
|
|
8157
8171
|
);
|
|
8158
8172
|
$i().interceptors.response.use(
|
|
8159
|
-
(
|
|
8173
|
+
(C) => {
|
|
8160
8174
|
var P, j;
|
|
8161
|
-
if (
|
|
8175
|
+
if (C.data && ((P = C.data) == null ? void 0 : P.type) === "string" && typeof ((j = C.data) == null ? void 0 : j.value) == "string")
|
|
8162
8176
|
try {
|
|
8163
|
-
|
|
8177
|
+
C.data = JSON.parse(C.data.value);
|
|
8164
8178
|
} catch {
|
|
8165
8179
|
console.warn("response.data is not a json string");
|
|
8166
8180
|
}
|
|
8167
|
-
return
|
|
8181
|
+
return C;
|
|
8168
8182
|
}
|
|
8169
8183
|
), Ct(() => {
|
|
8170
8184
|
$();
|
|
@@ -8172,16 +8186,16 @@ const mw = gw, [vw] = Cn("page-renderer"), yw = Oe({
|
|
|
8172
8186
|
const O = at(
|
|
8173
8187
|
`/duckbill-data-query-server/table/search/${n.meta.category}`
|
|
8174
8188
|
), y = () => {
|
|
8175
|
-
p.value = !1,
|
|
8189
|
+
p.value = !1, Fe(() => {
|
|
8176
8190
|
p.value = !0;
|
|
8177
8191
|
});
|
|
8178
8192
|
}, $ = async () => {
|
|
8179
|
-
const { category:
|
|
8180
|
-
if (!e.options &&
|
|
8193
|
+
const { category: C, tab: P } = n.meta;
|
|
8194
|
+
if (!e.options && C && P) {
|
|
8181
8195
|
h.value = !0;
|
|
8182
8196
|
try {
|
|
8183
8197
|
const j = await O({
|
|
8184
|
-
category:
|
|
8198
|
+
category: C,
|
|
8185
8199
|
tab: P,
|
|
8186
8200
|
pageNumber: 1,
|
|
8187
8201
|
pageSize: 100,
|
|
@@ -8189,40 +8203,40 @@ const mw = gw, [vw] = Cn("page-renderer"), yw = Oe({
|
|
|
8189
8203
|
sorts: {},
|
|
8190
8204
|
filters: {}
|
|
8191
8205
|
});
|
|
8192
|
-
|
|
8206
|
+
g.value = j.data;
|
|
8193
8207
|
} catch {
|
|
8194
8208
|
Te.error("页面配置请求失败!");
|
|
8195
8209
|
} finally {
|
|
8196
8210
|
h.value = !1;
|
|
8197
8211
|
}
|
|
8198
8212
|
}
|
|
8199
|
-
},
|
|
8213
|
+
}, S = {
|
|
8200
8214
|
locale: mw,
|
|
8201
8215
|
transformCellText: ({
|
|
8202
|
-
text:
|
|
8216
|
+
text: C,
|
|
8203
8217
|
column: P,
|
|
8204
8218
|
record: j
|
|
8205
|
-
}) => !P || P.dataIndex === "action" ?
|
|
8206
|
-
}, T = (
|
|
8219
|
+
}) => !P || P.dataIndex === "action" ? C : vn(j[P.dataIndex]) || j[P.dataIndex] === "" ? " " : C
|
|
8220
|
+
}, T = (C, P) => {
|
|
8207
8221
|
var j;
|
|
8208
|
-
(j = o.value) == null || j.open(
|
|
8222
|
+
(j = o.value) == null || j.open(C, P);
|
|
8209
8223
|
};
|
|
8210
|
-
Dt("materials", (
|
|
8224
|
+
Dt("materials", (m = e.config) == null ? void 0 : m.materials), Dt("previewMediaModalOpen", T), Dt("tableCellSlots", e.tableCellSlots || {}), Dt("reloadPage", y), Dt(
|
|
8211
8225
|
"emitHandler",
|
|
8212
|
-
(
|
|
8226
|
+
(C, P, j) => {
|
|
8213
8227
|
var R, I, x;
|
|
8214
8228
|
const L = gn(P);
|
|
8215
|
-
if (e.form === void 0 || !e.form[
|
|
8216
|
-
const M = (R = e.customEvent) == null ? void 0 : R[
|
|
8229
|
+
if (e.form === void 0 || !e.form[C]) {
|
|
8230
|
+
const M = (R = e.customEvent) == null ? void 0 : R[C];
|
|
8217
8231
|
if (!M)
|
|
8218
|
-
return v ? v(
|
|
8232
|
+
return v ? v(C, L) : Te.warn("没有找到自定义事件处理函数"), j == null ? void 0 : j();
|
|
8219
8233
|
try {
|
|
8220
8234
|
M(L, (V) => {
|
|
8221
8235
|
var ee;
|
|
8222
|
-
const Y = (ee =
|
|
8236
|
+
const Y = (ee = g.value.page) == null ? void 0 : ee.rowKey;
|
|
8223
8237
|
Y && V.forEach((re) => {
|
|
8224
8238
|
var ie;
|
|
8225
|
-
re[Y] && c[(ie =
|
|
8239
|
+
re[Y] && c[(ie = g.value.page) == null ? void 0 : ie.name].push(re[Y]);
|
|
8226
8240
|
});
|
|
8227
8241
|
}).finally(() => {
|
|
8228
8242
|
setTimeout(() => {
|
|
@@ -8233,16 +8247,16 @@ const mw = gw, [vw] = Cn("page-renderer"), yw = Oe({
|
|
|
8233
8247
|
((I = V.message) == null ? void 0 : I.indexOf("finally")) > -1 ? Te.warn("自定义事件处理函数必须返回一个Promise") : Te.warn(V.message);
|
|
8234
8248
|
}
|
|
8235
8249
|
} else
|
|
8236
|
-
(((x = e.customEvent) == null ? void 0 : x[
|
|
8250
|
+
(((x = e.customEvent) == null ? void 0 : x[C]) || (() => Promise.resolve()))(L, (V) => {
|
|
8237
8251
|
var ee;
|
|
8238
|
-
const Y = (ee =
|
|
8252
|
+
const Y = (ee = g.value.page) == null ? void 0 : ee.rowKey;
|
|
8239
8253
|
Y && V.forEach((re) => {
|
|
8240
8254
|
var ie;
|
|
8241
|
-
re[Y] && c[(ie =
|
|
8255
|
+
re[Y] && c[(ie = g.value.page) == null ? void 0 : ie.name].push(re[Y]);
|
|
8242
8256
|
});
|
|
8243
8257
|
}).then((V) => {
|
|
8244
8258
|
var Y;
|
|
8245
|
-
u.value = V, d.value = e.form[
|
|
8259
|
+
u.value = V, d.value = e.form[C], l.value = d.value.needSelectRows === !1 ? [] : L, (Y = s.value) == null || Y.openModal();
|
|
8246
8260
|
}).finally(() => {
|
|
8247
8261
|
setTimeout(() => {
|
|
8248
8262
|
j == null || j();
|
|
@@ -8251,24 +8265,24 @@ const mw = gw, [vw] = Cn("page-renderer"), yw = Oe({
|
|
|
8251
8265
|
}
|
|
8252
8266
|
), sw();
|
|
8253
8267
|
const E = () => {
|
|
8254
|
-
var
|
|
8268
|
+
var C, P;
|
|
8255
8269
|
return {
|
|
8256
|
-
basic: (
|
|
8270
|
+
basic: (C = r.value) == null ? void 0 : C.run(),
|
|
8257
8271
|
tabs: (P = i.value) == null ? void 0 : P.run(a.value)
|
|
8258
|
-
}[
|
|
8272
|
+
}[g.value.type];
|
|
8259
8273
|
};
|
|
8260
8274
|
return t({ run: E, resetSearch: () => {
|
|
8261
|
-
var
|
|
8275
|
+
var C, P;
|
|
8262
8276
|
return {
|
|
8263
|
-
basic: (
|
|
8277
|
+
basic: (C = r.value) == null ? void 0 : C.resetSearch(),
|
|
8264
8278
|
tabs: (P = i.value) == null ? void 0 : P.resetSearch(a.value)
|
|
8265
|
-
}[
|
|
8279
|
+
}[g.value.type];
|
|
8266
8280
|
}, clearSelect: () => {
|
|
8267
|
-
var
|
|
8281
|
+
var C, P;
|
|
8268
8282
|
return {
|
|
8269
|
-
basic: (
|
|
8283
|
+
basic: (C = r.value) == null ? void 0 : C.clearSelect(),
|
|
8270
8284
|
tabs: (P = i.value) == null ? void 0 : P.clearSelect(a.value)
|
|
8271
|
-
}[
|
|
8285
|
+
}[g.value.type];
|
|
8272
8286
|
} }), {
|
|
8273
8287
|
run: E,
|
|
8274
8288
|
loaded: p,
|
|
@@ -8280,8 +8294,8 @@ const mw = gw, [vw] = Cn("page-renderer"), yw = Oe({
|
|
|
8280
8294
|
extraData: u,
|
|
8281
8295
|
activePageName: a,
|
|
8282
8296
|
currentComponent: d,
|
|
8283
|
-
getPopupContainer:
|
|
8284
|
-
rendererOptions:
|
|
8297
|
+
getPopupContainer: S,
|
|
8298
|
+
rendererOptions: g
|
|
8285
8299
|
};
|
|
8286
8300
|
}
|
|
8287
8301
|
}), bw = { class: "page-renderer-wrapper" };
|