@vtj/ui 0.13.25 → 0.13.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +939 -936
- package/dist/index.umd.js +3 -10
- package/package.json +4 -4
- package/types/components/action/Action.d.ts +91 -1
- package/types/components/action/hooks.d.ts +16 -1
- package/types/components/action-bar/ActionBar.d.ts +61 -1
- package/types/components/data-item/DataItem.d.ts +61 -1
- package/types/components/dialog/Dialog.d.ts +3 -0
- package/types/components/dialog-form/DialogForm.d.ts +8 -2
- package/types/components/dialog-grid/DialogGrid.d.ts +8 -2
- package/types/components/mask/Mask.d.ts +61 -1
- package/types/components/tabs/Tabs.d.ts +31 -1
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { getCurrentInstance as Ge, inject as pt, defineComponent as G, useAttrs as $t, computed as D, markRaw as tn, createBlock as k, openBlock as v, unref as
|
1
|
+
import { getCurrentInstance as Ge, inject as pt, defineComponent as G, useAttrs as $t, computed as D, markRaw as tn, createBlock as k, openBlock as v, unref as c, normalizeStyle as et, normalizeClass as pe, withCtx as b, renderSlot as O, createCommentVNode as $, createElementBlock as R, resolveDynamicComponent as Ee, mergeProps as q, Fragment as de, renderList as he, createElementVNode as Z, toDisplayString as ee, h as ae, isVNode as ai, shallowRef as wn, ref as L, watch as re, onMounted as Ye, onUnmounted as ot, useSlots as zo, toRef as zt, createTextVNode as W, toRaw as Je, createVNode as I, normalizeProps as At, guardReactiveProps as Bt, effectScope as ta, reactive as Vt, watchEffect as Mo, nextTick as Pe, Teleport as na, withDirectives as xe, createSlots as Ue, render as Zo, vShow as Ne, withModifiers as Ve, KeepAlive as ii, provide as Mt, isRef as je, toValue as li, toHandlers as Ke, withKeys as Rt, mergeModels as _n, useModel as Po, onUpdated as si, onActivated as ui } from "vue";
|
2
2
|
import { ElMessage as Qe, ElMessageBox as mt, ElNotification as Io, ElIcon as Xt, ElSubMenu as ci, ElBadge as yo, ElMenuItem as di, ElMenu as fi, ElButton as Le, ElDropdown as pi, ElDropdownMenu as mi, ElDropdownItem as gi, ElTooltip as oa, ElDivider as Be, ElSwitch as ra, ElInput as Re, ElEmpty as $o, ElTabs as aa, ElTabPane as bo, ElPopover as ia, ElAvatar as hi, ElSelect as Ao, ElOption as Bo, ElCheckboxButton as vi, ElCheckbox as yi, ElCheckboxGroup as bi, ElRadioButton as wi, ElRadio as _i, ElRadioGroup as Ci, ElDatePicker as Cn, ElImage as wo, ElLink as _o, ElTag as er, ElText as tr, ElInputNumber as Vo, ElPagination as la, ElCascader as Si, ElSlider as xi, ElRate as Ei, ElTimePicker as ki, formContextKey as Ti, ElFormItem as Di, ElForm as zi, ElInfiniteScroll as nr, ElDescriptions as or, ElDescriptionsItem as Vn, ElUpload as sa, vLoading as Mi, ElImageViewer as Pi } from "element-plus";
|
3
3
|
import { storage as rr, rAF as Ii, cAF as $i, isEqual as zn, isObject as Ro, uid as ua, arrayToMap as Ai, isUrl as Bi, delay as Mn, upperFirstCamelCase as ca, isString as Vi, isFunction as Co, camelCase as da, get as kt, merge as fa, kebabCase as Ri, toFixed as ar, cloneDeep as So, set as pn, toArray as Fo, dedupArray as pa, numberFormat as Fi, downloadRemoteFile as Oi, downloadUrl as Ni } from "@vtj/utils";
|
4
4
|
import { ArrowDown as ji, ArrowRight as Li, Minimize as Hi, Popup as Ui, Maximize as Xi, RawClose as qi, Menu as Gi, StarFilled as ma, Search as xo, Close as ga, Expand as Yi, Fold as Ki, Star as ha, Document as yt, Refresh as va, CopyDocument as Wi, Sunny as Ji, Moon as Qi, MoreFilled as ya, UserFilled as Zi, HomeFilled as el, Plus as ba, Minus as tl, EditPen as wa, CaretBottom as nl, CaretTop as ol, VtjIconDatabase as rl, VtjIconNpSearch as al, VtjIconNpReturn as il, VtjIconCheck as ll, WarningFilled as sl, SuccessFilled as ul, CircleCloseFilled as cl, ZoomIn as dl, Download as fl, Delete as pl } from "@vtj/icons";
|
@@ -9,10 +9,10 @@ import { VXETable as Lt, VxeTableFilterModule as bl, VxeTableEditModule as wl, V
|
|
9
9
|
* Copyright (c) 2025, VTJ.PRO All rights reserved.
|
10
10
|
* @name @vtj/ui
|
11
11
|
* @author CHC chenhuachun1549@dingtalk.com
|
12
|
-
* @version 0.13.
|
12
|
+
* @version 0.13.27
|
13
13
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
14
14
|
*/
|
15
|
-
const n2 = "0.13.
|
15
|
+
const n2 = "0.13.27", zl = {
|
16
16
|
default: 14,
|
17
17
|
small: 12,
|
18
18
|
large: 18
|
@@ -148,16 +148,16 @@ const Vl = ["src"], Fe = /* @__PURE__ */ G({
|
|
148
148
|
"border-radius": t.radius ? tt(t.radius) : void 0,
|
149
149
|
padding: t.padding ? tt(t.padding) : void 0
|
150
150
|
})), i = D(() => typeof t.size == "number" ? t.size : zl[t.size] ?? Number.parseInt(t.size) ?? void 0);
|
151
|
-
return (s,
|
151
|
+
return (s, u) => (v(), k(c(Xt), {
|
152
152
|
class: pe(["x-icon", a.value]),
|
153
153
|
color: t.color,
|
154
154
|
size: i.value,
|
155
155
|
style: et(l.value)
|
156
156
|
}, {
|
157
157
|
default: b(() => [
|
158
|
-
|
158
|
+
O(s.$slots, "default", {}, () => [
|
159
159
|
r.value ? (v(), k(Ee(r.value), { key: 0 })) : $("", !0),
|
160
|
-
t.src ? (v(),
|
160
|
+
t.src ? (v(), R("img", {
|
161
161
|
key: 1,
|
162
162
|
src: t.src
|
163
163
|
}, null, 8, Vl)) : $("", !0)
|
@@ -186,7 +186,7 @@ const Vl = ["src"], Fe = /* @__PURE__ */ G({
|
|
186
186
|
if (l)
|
187
187
|
return typeof l == "string" && (n?.appContext.app?.component(l) || t.defaultIcon) || l;
|
188
188
|
}, r = (l) => typeof l == "object" ? l : { value: l }, a = (l = []) => l.filter((i) => !i.hidden);
|
189
|
-
return (l, i) => t.item.children ? (v(), k(
|
189
|
+
return (l, i) => t.item.children ? (v(), k(c(ci), q({
|
190
190
|
key: 0,
|
191
191
|
disabled: t.item.disabled
|
192
192
|
}, t.subMenu, {
|
@@ -194,12 +194,12 @@ const Vl = ["src"], Fe = /* @__PURE__ */ G({
|
|
194
194
|
}), {
|
195
195
|
title: b(() => [
|
196
196
|
Z("div", Rl, [
|
197
|
-
t.item.icon ? (v(), k(
|
197
|
+
t.item.icon ? (v(), k(c(Fe), {
|
198
198
|
key: 0,
|
199
199
|
icon: e(t.item.icon)
|
200
200
|
}, null, 8, ["icon"])) : $("", !0),
|
201
|
-
t.item.title ? (v(),
|
202
|
-
t.item.badge ? (v(), k(
|
201
|
+
t.item.title ? (v(), R("span", Fl, ee(t.item.title), 1)) : $("", !0),
|
202
|
+
t.item.badge ? (v(), k(c(yo), q({
|
203
203
|
key: 2,
|
204
204
|
class: "x-menu__badge"
|
205
205
|
}, r(t.item.badge)), {
|
@@ -211,7 +211,7 @@ const Vl = ["src"], Fe = /* @__PURE__ */ G({
|
|
211
211
|
])
|
212
212
|
]),
|
213
213
|
default: b(() => [
|
214
|
-
(v(!0),
|
214
|
+
(v(!0), R(de, null, he(a(t.item.children), (s) => (v(), k(c(Ea), {
|
215
215
|
key: s.id,
|
216
216
|
item: s,
|
217
217
|
subMenu: t.subMenu,
|
@@ -219,14 +219,14 @@ const Vl = ["src"], Fe = /* @__PURE__ */ G({
|
|
219
219
|
}, null, 8, ["item", "subMenu", "defaultIcon"]))), 128))
|
220
220
|
]),
|
221
221
|
_: 1
|
222
|
-
}, 16, ["disabled", "index"])) : (v(), k(
|
222
|
+
}, 16, ["disabled", "index"])) : (v(), k(c(di), {
|
223
223
|
key: 1,
|
224
224
|
index: String(t.item.id),
|
225
225
|
disabled: t.item.disabled
|
226
226
|
}, {
|
227
227
|
title: b(() => [
|
228
|
-
t.item.title ? (v(),
|
229
|
-
t.item.badge ? (v(), k(
|
228
|
+
t.item.title ? (v(), R("span", Ol, ee(t.item.title), 1)) : $("", !0),
|
229
|
+
t.item.badge ? (v(), k(c(yo), q({
|
230
230
|
key: 1,
|
231
231
|
class: "x-menu__badge"
|
232
232
|
}, r(t.item.badge)), {
|
@@ -237,7 +237,7 @@ const Vl = ["src"], Fe = /* @__PURE__ */ G({
|
|
237
237
|
}, 16)) : $("", !0)
|
238
238
|
]),
|
239
239
|
default: b(() => [
|
240
|
-
t.item.icon ? (v(), k(
|
240
|
+
t.item.icon ? (v(), k(c(Fe), {
|
241
241
|
key: 0,
|
242
242
|
icon: e(t.item.icon)
|
243
243
|
}, null, 8, ["icon"])) : $("", !0)
|
@@ -257,26 +257,26 @@ const Vl = ["src"], Fe = /* @__PURE__ */ G({
|
|
257
257
|
emits: ["select"],
|
258
258
|
setup(o, { emit: t }) {
|
259
259
|
const n = o, e = t, r = D(() => n.data.filter((i) => !i.hidden)), a = (i, s) => {
|
260
|
-
const
|
260
|
+
const u = (d, f = []) => {
|
261
261
|
for (const m of f) {
|
262
262
|
if (m.id.toString() === d.toString())
|
263
263
|
return m;
|
264
264
|
if (m.children?.length) {
|
265
|
-
const g =
|
265
|
+
const g = u(d, m.children);
|
266
266
|
if (g)
|
267
267
|
return g;
|
268
268
|
}
|
269
269
|
}
|
270
270
|
};
|
271
|
-
return
|
271
|
+
return u(s, i);
|
272
272
|
}, l = (i) => {
|
273
273
|
const s = a(r.value, i);
|
274
274
|
s && e("select", s);
|
275
275
|
};
|
276
|
-
return (i, s) => (v(), k(
|
276
|
+
return (i, s) => (v(), k(c(fi), q({ class: "x-menu" }, i.$attrs, { onSelect: l }), {
|
277
277
|
default: b(() => [
|
278
|
-
(v(!0),
|
279
|
-
item: { ...
|
278
|
+
(v(!0), R(de, null, he(r.value, (u) => (v(), k(c(Ea), {
|
279
|
+
item: { ...u, icon: u.icon },
|
280
280
|
defaultIcon: n.defaultIcon,
|
281
281
|
subMenu: n.subMenu
|
282
282
|
}, null, 8, ["item", "defaultIcon", "subMenu"]))), 256))
|
@@ -412,7 +412,7 @@ function Ll(o) {
|
|
412
412
|
function Hl(o) {
|
413
413
|
const t = Ge();
|
414
414
|
return D(() => {
|
415
|
-
const n =
|
415
|
+
const n = c(o);
|
416
416
|
if (n)
|
417
417
|
if (typeof n == "string" || n.setup || n.render || ai(n)) {
|
418
418
|
const e = t?.appContext.app;
|
@@ -430,15 +430,15 @@ function Pt(o) {
|
|
430
430
|
}
|
431
431
|
function Lo(o, t) {
|
432
432
|
return D(() => {
|
433
|
-
const n =
|
433
|
+
const n = c(o);
|
434
434
|
return typeof n == "function" ? n(t) : !!n;
|
435
435
|
});
|
436
436
|
}
|
437
437
|
function Ul(o, t, n) {
|
438
438
|
const e = wn(t), r = L(!1), a = async (i) => {
|
439
|
-
const s =
|
439
|
+
const s = c(o);
|
440
440
|
return s ? typeof s == "function" ? await s(i) : s : t;
|
441
|
-
}, l = async (i) => (r.value = !0, await a(i).then((s) => (e.value = s || t, r.value = !1,
|
441
|
+
}, l = async (i) => (r.value = !0, await a(i).then((s) => (e.value = s || t, r.value = !1, c(e))));
|
442
442
|
return re(
|
443
443
|
() => o,
|
444
444
|
() => {
|
@@ -485,28 +485,28 @@ const ql = { key: 0 }, Gl = /* @__PURE__ */ G({
|
|
485
485
|
if (s.preventDefault(), !a.value)
|
486
486
|
return e("click"), !1;
|
487
487
|
};
|
488
|
-
return (s,
|
488
|
+
return (s, u) => n.mode === "button" ? (v(), k(c(Le), q({
|
489
489
|
key: 0,
|
490
|
-
icon:
|
490
|
+
icon: c(r),
|
491
491
|
type: n.type,
|
492
492
|
size: n.size,
|
493
|
-
disabled:
|
493
|
+
disabled: c(a)
|
494
494
|
}, n.button, { onClick: i }), {
|
495
495
|
default: b(() => [
|
496
496
|
W(ee(s.label), 1)
|
497
497
|
]),
|
498
498
|
_: 1
|
499
|
-
}, 16, ["icon", "type", "size", "disabled"])) : (v(),
|
499
|
+
}, 16, ["icon", "type", "size", "disabled"])) : (v(), R("div", {
|
500
500
|
key: 1,
|
501
501
|
class: pe(["x-action__inner", l.value]),
|
502
502
|
onClick: i
|
503
503
|
}, [
|
504
|
-
(v(), k(Ee(
|
505
|
-
s.label ? (v(),
|
506
|
-
n.arrow ? (v(), k(
|
504
|
+
(v(), k(Ee(c(r)))),
|
505
|
+
s.label ? (v(), R("span", ql, ee(s.label), 1)) : $("", !0),
|
506
|
+
n.arrow ? (v(), k(c(Fe), {
|
507
507
|
key: 1,
|
508
508
|
class: "x-action__arrow",
|
509
|
-
icon:
|
509
|
+
icon: c(ji)
|
510
510
|
}, null, 8, ["icon"])) : $("", !0)
|
511
511
|
], 2));
|
512
512
|
}
|
@@ -516,7 +516,7 @@ const ql = { key: 0 }, Gl = /* @__PURE__ */ G({
|
|
516
516
|
props: ka,
|
517
517
|
emits: ["click", "command", "dragstart", "dragend"],
|
518
518
|
setup(o, { emit: t }) {
|
519
|
-
const n = o, e = zo(), r = t, a = Nl(n), l = jl(n), i = Ll(n), s = Lo(zt(n, "disabled")),
|
519
|
+
const n = o, e = zo(), r = t, a = Nl(n), l = jl(n), i = Ll(n), s = Lo(zt(n, "disabled")), u = D(() => !!n.draggable && !s.value), d = D(() => ({
|
520
520
|
[`x-action--${n.mode}`]: !!n.mode
|
521
521
|
})), f = () => {
|
522
522
|
s.value || r("click", Je(n));
|
@@ -525,9 +525,9 @@ const ql = { key: 0 }, Gl = /* @__PURE__ */ G({
|
|
525
525
|
const C = n.menus?.find((P) => P.command === x);
|
526
526
|
C && r("command", Je(C));
|
527
527
|
}, g = (x) => {
|
528
|
-
|
528
|
+
u && r("dragstart", Je(n), x);
|
529
529
|
}, p = (x) => {
|
530
|
-
|
530
|
+
u && r("dragend", Je(n), x);
|
531
531
|
}, h = (x) => ae(yo, l.value, () => [].concat(x)), y = (x) => ae(
|
532
532
|
pi,
|
533
533
|
{ ...i.value, disabled: s.value, onCommand: m },
|
@@ -551,9 +551,9 @@ const ql = { key: 0 }, Gl = /* @__PURE__ */ G({
|
|
551
551
|
const C = e.default?.();
|
552
552
|
return C && C.length && (x = C[0]), l.value && (x = h(x)), i.value && (x = y(x)), a.value && (x = _(x)), x;
|
553
553
|
});
|
554
|
-
return (x, C) => (v(),
|
554
|
+
return (x, C) => (v(), R("div", {
|
555
555
|
class: pe(["x-action", d.value]),
|
556
|
-
draggable:
|
556
|
+
draggable: u.value,
|
557
557
|
onDragstart: g,
|
558
558
|
onDragend: p
|
559
559
|
}, [
|
@@ -651,17 +651,17 @@ const ql = { key: 0 }, Gl = /* @__PURE__ */ G({
|
|
651
651
|
}, l = (i, s) => {
|
652
652
|
e("command", i, s);
|
653
653
|
};
|
654
|
-
return (i, s) => (v(), k(
|
654
|
+
return (i, s) => (v(), k(c(oe), {
|
655
655
|
class: "x-action-bar",
|
656
656
|
align: "center"
|
657
657
|
}, {
|
658
658
|
default: b(() => [
|
659
|
-
(v(!0),
|
660
|
-
|
659
|
+
(v(!0), R(de, null, he(r.value, (u) => (v(), R(de, null, [
|
660
|
+
u === "|" ? (v(), k(c(Be), {
|
661
661
|
key: 0,
|
662
662
|
direction: "vertical",
|
663
663
|
class: "x-action-bar__divider"
|
664
|
-
})) : (v(), k(
|
664
|
+
})) : (v(), k(c(be), q({
|
665
665
|
key: 1,
|
666
666
|
mode: n.mode,
|
667
667
|
size: n.size,
|
@@ -670,10 +670,10 @@ const ql = { key: 0 }, Gl = /* @__PURE__ */ G({
|
|
670
670
|
background: n.background,
|
671
671
|
button: n.button,
|
672
672
|
dropdown: n.dropdown,
|
673
|
-
disabled:
|
674
|
-
}, { ref_for: !0 },
|
673
|
+
disabled: c(Lo)(n.disabled, u).value
|
674
|
+
}, { ref_for: !0 }, u, {
|
675
675
|
onClick: a,
|
676
|
-
onCommand: (d) => l(
|
676
|
+
onCommand: (d) => l(u, d)
|
677
677
|
}), null, 16, ["mode", "size", "type", "circle", "background", "button", "dropdown", "disabled", "onCommand"]))
|
678
678
|
], 64))), 256))
|
679
679
|
]),
|
@@ -822,7 +822,7 @@ const ql = { key: 0 }, Gl = /* @__PURE__ */ G({
|
|
822
822
|
"is-padding": !!n.padding,
|
823
823
|
"is-pointer": n.autoPointer && !!e.onClick,
|
824
824
|
"is-gap": !!n.gap
|
825
|
-
})),
|
825
|
+
})), u = D(() => {
|
826
826
|
const { width: d, height: f, fit: m } = n;
|
827
827
|
return m ? null : {
|
828
828
|
width: d ? tt(d) : void 0,
|
@@ -835,10 +835,10 @@ const ql = { key: 0 }, Gl = /* @__PURE__ */ G({
|
|
835
835
|
ref_key: "elRef",
|
836
836
|
ref: a,
|
837
837
|
class: pe(["x-container", s.value]),
|
838
|
-
style: et(
|
838
|
+
style: et(u.value)
|
839
839
|
}, {
|
840
840
|
default: b(() => [
|
841
|
-
|
841
|
+
O(d.$slots, "default")
|
842
842
|
]),
|
843
843
|
_: 3
|
844
844
|
}, 8, ["class", "style"]));
|
@@ -878,49 +878,49 @@ const ql = { key: 0 }, Gl = /* @__PURE__ */ G({
|
|
878
878
|
"is-border": t.border,
|
879
879
|
"is-pointer": !!e.onClick
|
880
880
|
}));
|
881
|
-
return (a, l) => (v(), k(
|
881
|
+
return (a, l) => (v(), k(c(oe), {
|
882
882
|
class: pe(["x-header", r.value]),
|
883
883
|
justify: "space-between",
|
884
884
|
align: "center"
|
885
885
|
}, {
|
886
886
|
default: b(() => [
|
887
|
-
I(
|
887
|
+
I(c(oe), {
|
888
888
|
align: "center",
|
889
889
|
class: pe(["x-header__wrapper", r.value]),
|
890
890
|
grow: "",
|
891
|
-
onClick:
|
891
|
+
onClick: c(e).onClick
|
892
892
|
}, {
|
893
893
|
default: b(() => [
|
894
|
-
|
894
|
+
c(n) ? (v(), k(Ee(c(n)), {
|
895
895
|
key: 0,
|
896
896
|
class: "x-header__icon",
|
897
|
-
onClick:
|
897
|
+
onClick: c(e).onClickIcon || c(e).onClick
|
898
898
|
}, null, 8, ["onClick"])) : $("", !0),
|
899
899
|
Z("span", Ql, [
|
900
|
-
|
900
|
+
O(a.$slots, "default", {}, () => [
|
901
901
|
W(ee(t.content), 1)
|
902
902
|
])
|
903
903
|
]),
|
904
|
-
t.more ? (v(), k(
|
904
|
+
t.more ? (v(), k(c(Fe), {
|
905
905
|
key: 1,
|
906
906
|
class: "x-header__more",
|
907
|
-
icon:
|
907
|
+
icon: c(Li)
|
908
908
|
}, null, 8, ["icon"])) : $("", !0),
|
909
|
-
t.subtitle || a.$slots.subtitle ? (v(),
|
909
|
+
t.subtitle || a.$slots.subtitle ? (v(), R("span", {
|
910
910
|
key: 2,
|
911
911
|
class: "x-header__subtitle",
|
912
912
|
onClick: l[0] || (l[0] = //@ts-ignore
|
913
|
-
(...i) =>
|
913
|
+
(...i) => c(e).onClick && c(e).onClick(...i))
|
914
914
|
}, [
|
915
|
-
|
915
|
+
O(a.$slots, "subtitle", {}, () => [
|
916
916
|
W(ee(t.subtitle), 1)
|
917
917
|
])
|
918
918
|
])) : $("", !0)
|
919
919
|
]),
|
920
920
|
_: 3
|
921
921
|
}, 8, ["class", "onClick"]),
|
922
|
-
a.$slots.actions ? (v(),
|
923
|
-
|
922
|
+
a.$slots.actions ? (v(), R("div", Zl, [
|
923
|
+
O(a.$slots, "actions")
|
924
924
|
])) : $("", !0)
|
925
925
|
]),
|
926
926
|
_: 3
|
@@ -1018,7 +1018,7 @@ const ql = { key: 0 }, Gl = /* @__PURE__ */ G({
|
|
1018
1018
|
}), i = D(() => !!l.value), s = D(() => n.fit || n.height ? "auto" : void 0);
|
1019
1019
|
return t({
|
1020
1020
|
bodyRef: e
|
1021
|
-
}), (
|
1021
|
+
}), (u, d) => (v(), k(c(oe), {
|
1022
1022
|
class: pe(["x-panel", r.value]),
|
1023
1023
|
direction: "column",
|
1024
1024
|
fit: n.fit,
|
@@ -1026,19 +1026,19 @@ const ql = { key: 0 }, Gl = /* @__PURE__ */ G({
|
|
1026
1026
|
height: n.height
|
1027
1027
|
}, {
|
1028
1028
|
default: b(() => [
|
1029
|
-
i.value ||
|
1029
|
+
i.value || u.$slots.header ? (v(), k(c(oe), {
|
1030
1030
|
key: 0,
|
1031
1031
|
flex: !1,
|
1032
1032
|
class: "x-panel__header"
|
1033
1033
|
}, {
|
1034
1034
|
default: b(() => [
|
1035
|
-
|
1036
|
-
I(
|
1035
|
+
O(u.$slots, "header", {}, () => [
|
1036
|
+
I(c(es), At(Bt(l.value)), {
|
1037
1037
|
default: b(() => [
|
1038
|
-
|
1038
|
+
O(u.$slots, "title")
|
1039
1039
|
]),
|
1040
1040
|
actions: b(() => [
|
1041
|
-
|
1041
|
+
O(u.$slots, "actions")
|
1042
1042
|
]),
|
1043
1043
|
_: 3
|
1044
1044
|
}, 16)
|
@@ -1046,7 +1046,7 @@ const ql = { key: 0 }, Gl = /* @__PURE__ */ G({
|
|
1046
1046
|
]),
|
1047
1047
|
_: 3
|
1048
1048
|
})) : $("", !0),
|
1049
|
-
I(
|
1049
|
+
I(c(oe), q({
|
1050
1050
|
ref_key: "bodyRef",
|
1051
1051
|
ref: e,
|
1052
1052
|
flex: !1,
|
@@ -1056,22 +1056,22 @@ const ql = { key: 0 }, Gl = /* @__PURE__ */ G({
|
|
1056
1056
|
class: "x-panel__body"
|
1057
1057
|
}, n.body), {
|
1058
1058
|
default: b(() => [
|
1059
|
-
|
1059
|
+
O(u.$slots, "default")
|
1060
1060
|
]),
|
1061
1061
|
_: 3
|
1062
1062
|
}, 16, ["overflow"]),
|
1063
|
-
|
1063
|
+
u.$slots.footer ? (v(), k(c(oe), q({
|
1064
1064
|
key: 1,
|
1065
1065
|
flex: !1,
|
1066
1066
|
padding: "",
|
1067
1067
|
class: "x-panel__footer"
|
1068
1068
|
}, n.footer), {
|
1069
1069
|
default: b(() => [
|
1070
|
-
|
1070
|
+
O(u.$slots, "footer")
|
1071
1071
|
]),
|
1072
1072
|
_: 3
|
1073
1073
|
}, 16)) : $("", !0),
|
1074
|
-
n.badge ? (v(),
|
1074
|
+
n.badge ? (v(), R("div", {
|
1075
1075
|
key: 2,
|
1076
1076
|
class: pe(["x-panel__badge", a.value])
|
1077
1077
|
}, ee(n.badge.text), 3)) : $("", !0)
|
@@ -1094,13 +1094,13 @@ class dr {
|
|
1094
1094
|
}
|
1095
1095
|
getTarget() {
|
1096
1096
|
const { target: t = "body" } = this.options;
|
1097
|
-
return typeof t == "string" ? document.querySelector(t) :
|
1097
|
+
return typeof t == "string" ? document.querySelector(t) : c(t) || document.body;
|
1098
1098
|
}
|
1099
1099
|
init() {
|
1100
1100
|
const { el: t, options: n } = this, { disabled: e, delay: r = 150, onStart: a, onEnd: l } = n;
|
1101
1101
|
if (e) return;
|
1102
1102
|
let i = null;
|
1103
|
-
const s = this.getHandle(),
|
1103
|
+
const s = this.getHandle(), u = this.getTarget();
|
1104
1104
|
let d = t.getBoundingClientRect(), f = null;
|
1105
1105
|
const { x: m, y: g } = ml(t, {
|
1106
1106
|
initialValue: { x: d.x, y: d.y },
|
@@ -1108,7 +1108,7 @@ class dr {
|
|
1108
1108
|
handle: s,
|
1109
1109
|
onStart: (p, h) => {
|
1110
1110
|
document.body.classList.add(cr), clearTimeout(i), i = setTimeout(() => {
|
1111
|
-
this.dragging = !0, d = t.getBoundingClientRect(), f =
|
1111
|
+
this.dragging = !0, d = t.getBoundingClientRect(), f = u?.getBoundingClientRect(), a && a(p, h);
|
1112
1112
|
}, r);
|
1113
1113
|
},
|
1114
1114
|
onEnd: (p, h) => {
|
@@ -1127,7 +1127,7 @@ class dr {
|
|
1127
1127
|
});
|
1128
1128
|
}
|
1129
1129
|
getPosition(t, n, e, r) {
|
1130
|
-
const { edge: a = 50 } = this.options, l = -n.width + t.x + a, i = t.width + t.x - a, s = t.y,
|
1130
|
+
const { edge: a = 50 } = this.options, l = -n.width + t.x + a, i = t.width + t.x - a, s = t.y, u = t.height + t.y - a, d = Math.min(i, Math.max(e, l)), f = Math.min(u, Math.max(r, s));
|
1131
1131
|
return {
|
1132
1132
|
x: d - t.x,
|
1133
1133
|
y: f - t.y
|
@@ -1175,8 +1175,8 @@ class fr {
|
|
1175
1175
|
`is-${this.direction.value}-resizing`
|
1176
1176
|
), a && a(this.direction.value, this.MIE)), this.resizing.value = !1;
|
1177
1177
|
}), re(this.direction, (s) => {
|
1178
|
-
const
|
1179
|
-
|
1178
|
+
const u = document.body;
|
1179
|
+
u.style.cursor = s ? `${s}-resize` : "", s ? u.classList.add(Rn) : u.classList.remove(Rn);
|
1180
1180
|
});
|
1181
1181
|
const { x: l, y: i } = this.MIE;
|
1182
1182
|
re([l, i], () => {
|
@@ -1186,14 +1186,14 @@ class fr {
|
|
1186
1186
|
resize() {
|
1187
1187
|
const { MIE: t, direction: n, resizing: e, options: r, el: a } = this, l = n?.value || "";
|
1188
1188
|
if (!t || !e.value || !l) return;
|
1189
|
-
const { x: i, y: s, elementX:
|
1189
|
+
const { x: i, y: s, elementX: u, elementY: d, elementHeight: f, elementWidth: m } = t, { onResizing: g } = r, {
|
1190
1190
|
minWidth: p = 0,
|
1191
1191
|
minHeight: h = 0,
|
1192
1192
|
maxWidth: y = 99999,
|
1193
1193
|
maxHeight: _ = 99999
|
1194
1194
|
} = r;
|
1195
1195
|
if (l.includes("e")) {
|
1196
|
-
const S = Math.min(Math.max(
|
1196
|
+
const S = Math.min(Math.max(u.value, p), y);
|
1197
1197
|
a.style.width = `${S}px`;
|
1198
1198
|
}
|
1199
1199
|
if (l.includes("s")) {
|
@@ -1202,7 +1202,7 @@ class fr {
|
|
1202
1202
|
}
|
1203
1203
|
if (l.includes("w")) {
|
1204
1204
|
const S = Math.min(
|
1205
|
-
Math.max(m.value -
|
1205
|
+
Math.max(m.value - u.value, p),
|
1206
1206
|
y
|
1207
1207
|
);
|
1208
1208
|
a.style.width = `${S}px`, a.style.left = `${i.value}px`;
|
@@ -1365,11 +1365,11 @@ function rs(o, t) {
|
|
1365
1365
|
}
|
1366
1366
|
function as(o, t) {
|
1367
1367
|
const n = D(() => {
|
1368
|
-
const { width: i, height: s, top:
|
1368
|
+
const { width: i, height: s, top: u, left: d, zIndex: f } = t;
|
1369
1369
|
return {
|
1370
1370
|
width: `${i}px`,
|
1371
1371
|
height: `${s}px`,
|
1372
|
-
top: `${
|
1372
|
+
top: `${u}px`,
|
1373
1373
|
left: `${d}px`,
|
1374
1374
|
zIndex: f
|
1375
1375
|
};
|
@@ -1475,7 +1475,7 @@ function us(o, t) {
|
|
1475
1475
|
if (!n) return;
|
1476
1476
|
let e = null;
|
1477
1477
|
return Ye(() => {
|
1478
|
-
const r =
|
1478
|
+
const r = c(t), a = c(r?.bodyRef);
|
1479
1479
|
e = n.$el, a && a.$el && a.$el.appendChild(e);
|
1480
1480
|
}), ot(() => {
|
1481
1481
|
e && e.parentNode && e.parentNode.removeChild(e);
|
@@ -1489,111 +1489,114 @@ const cs = ["src"], Pn = /* @__PURE__ */ G({
|
|
1489
1489
|
props: os,
|
1490
1490
|
emits: ["update:modelValue", "open", "close", "destroy", "maximized", "minimized", "normal", "modeChange", "dragStart", "dragging", "dragEnd", "resizeStart", "resizeEnd", "resizing", "submit", "cancel"],
|
1491
1491
|
setup(o, { expose: t, emit: n }) {
|
1492
|
-
const e = o, r = n, a = Ge(), l = L(), i = L(), { state:
|
1492
|
+
const e = o, r = n, a = Ge(), l = L(), i = L(), s = L(), { state: u, maximized: d, minimized: f, normal: m } = rs(e, l), { styles: g, classes: p, wrapperClass: h, modalStyle: y, zIndexStyle: _ } = as(
|
1493
1493
|
e,
|
1494
|
-
|
1495
|
-
), { changeMode:
|
1494
|
+
u
|
1495
|
+
), { changeMode: S, active: x, close: C, show: P, hide: E, submit: w, cancel: A } = is(
|
1496
1496
|
e,
|
1497
|
-
|
1497
|
+
u,
|
1498
1498
|
r
|
1499
|
-
),
|
1499
|
+
), M = ls(e, u, r, l), U = ss(e, u, r), F = us(e, i);
|
1500
1500
|
Mo(async () => {
|
1501
1501
|
e.modelValue ? (await Pe(), a && (r("open", a), document.body.classList.add("x-dialog-visible"))) : document.body.classList.remove("x-dialog-visible");
|
1502
1502
|
}), ot(() => {
|
1503
1503
|
document.body.classList.remove("x-dialog-visible");
|
1504
1504
|
});
|
1505
|
-
const
|
1505
|
+
const j = D(() => i.value?.$el);
|
1506
1506
|
return t({
|
1507
|
-
$vtjEl:
|
1507
|
+
$vtjEl: j,
|
1508
1508
|
panelRef: i,
|
1509
|
-
state:
|
1510
|
-
maximized:
|
1511
|
-
minimized:
|
1512
|
-
changeMode:
|
1513
|
-
show:
|
1514
|
-
hide:
|
1515
|
-
submit:
|
1516
|
-
cancel:
|
1517
|
-
close:
|
1518
|
-
componentInstance:
|
1519
|
-
|
1509
|
+
state: u,
|
1510
|
+
maximized: d,
|
1511
|
+
minimized: f,
|
1512
|
+
changeMode: S,
|
1513
|
+
show: P,
|
1514
|
+
hide: E,
|
1515
|
+
submit: w,
|
1516
|
+
cancel: A,
|
1517
|
+
close: C,
|
1518
|
+
componentInstance: F,
|
1519
|
+
iframeRef: s
|
1520
|
+
}), (V, H) => e.modelValue ? (v(), k(na, {
|
1520
1521
|
key: 0,
|
1521
1522
|
to: "body"
|
1522
1523
|
}, [
|
1523
1524
|
Z("div", {
|
1524
1525
|
ref_key: "wrapper",
|
1525
1526
|
ref: l,
|
1526
|
-
class: pe(["x-dialog__wrapper",
|
1527
|
-
style: et(
|
1527
|
+
class: pe(["x-dialog__wrapper", c(h)]),
|
1528
|
+
style: et(c(_))
|
1528
1529
|
}, [
|
1529
|
-
e.modal ? (v(),
|
1530
|
+
e.modal ? (v(), R("div", {
|
1530
1531
|
key: 0,
|
1531
1532
|
class: "x-dialog__modal",
|
1532
|
-
style: et(
|
1533
|
+
style: et(c(y))
|
1533
1534
|
}, null, 4)) : $("", !0),
|
1534
|
-
xe((v(), k(
|
1535
|
+
xe((v(), k(c(mn), q({
|
1535
1536
|
ref_key: "panelRef",
|
1536
1537
|
ref: i,
|
1537
|
-
class: ["x-dialog",
|
1538
|
+
class: ["x-dialog", c(p)],
|
1538
1539
|
card: "",
|
1539
1540
|
shadow: "always",
|
1540
1541
|
header: { icon: e.icon, subtitle: e.subtitle },
|
1541
1542
|
width: "800px",
|
1542
1543
|
height: "600px",
|
1543
1544
|
footer: { justify: "space-between", flex: !0, align: "center" },
|
1544
|
-
style:
|
1545
|
+
style: c(g),
|
1545
1546
|
size: e.size,
|
1546
1547
|
body: { padding: e.bodyPadding },
|
1547
|
-
onClick:
|
1548
|
-
},
|
1548
|
+
onClick: c(x)
|
1549
|
+
}, V.$attrs), Ue({
|
1549
1550
|
title: b(() => [
|
1550
1551
|
W(ee(e.title), 1)
|
1551
1552
|
]),
|
1552
1553
|
actions: b(() => [
|
1553
|
-
|
1554
|
-
e.minimizable ? (v(), k(
|
1554
|
+
O(V.$slots, "actions"),
|
1555
|
+
e.minimizable ? (v(), k(c(be), {
|
1555
1556
|
key: 0,
|
1556
|
-
icon:
|
1557
|
+
icon: c(Hi),
|
1557
1558
|
size: e.size,
|
1558
1559
|
mode: "icon",
|
1559
1560
|
type: "primary",
|
1560
1561
|
background: "hover",
|
1561
|
-
onClick:
|
1562
|
+
onClick: H[0] || (H[0] = (se) => c(S)("minimized"))
|
1562
1563
|
}, null, 8, ["icon", "size"])) : $("", !0),
|
1563
|
-
e.maximizable ? (v(),
|
1564
|
-
|
1564
|
+
e.maximizable ? (v(), R(de, { key: 1 }, [
|
1565
|
+
c(m) ? (v(), k(c(be), {
|
1565
1566
|
key: 1,
|
1566
|
-
icon:
|
1567
|
+
icon: c(Xi),
|
1567
1568
|
size: e.size,
|
1568
1569
|
mode: "icon",
|
1569
1570
|
type: "primary",
|
1570
1571
|
background: "hover",
|
1571
|
-
onClick:
|
1572
|
-
}, null, 8, ["icon", "size"])) : (v(), k(
|
1572
|
+
onClick: H[2] || (H[2] = (se) => c(S)("maximized"))
|
1573
|
+
}, null, 8, ["icon", "size"])) : (v(), k(c(be), {
|
1573
1574
|
key: 0,
|
1574
|
-
icon:
|
1575
|
+
icon: c(Ui),
|
1575
1576
|
size: e.size,
|
1576
1577
|
mode: "icon",
|
1577
1578
|
type: "primary",
|
1578
1579
|
background: "hover",
|
1579
|
-
onClick:
|
1580
|
+
onClick: H[1] || (H[1] = (se) => c(S)("normal"))
|
1580
1581
|
}, null, 8, ["icon", "size"]))
|
1581
1582
|
], 64)) : $("", !0),
|
1582
|
-
e.closable ? (v(), k(
|
1583
|
+
e.closable ? (v(), k(c(be), {
|
1583
1584
|
key: 2,
|
1584
|
-
icon:
|
1585
|
+
icon: c(qi),
|
1585
1586
|
size: e.size,
|
1586
1587
|
mode: "icon",
|
1587
1588
|
type: "danger",
|
1588
1589
|
background: "hover",
|
1589
|
-
onClick:
|
1590
|
+
onClick: c(C)
|
1590
1591
|
}, null, 8, ["icon", "size", "onClick"])) : $("", !0)
|
1591
1592
|
]),
|
1592
1593
|
default: b(() => [
|
1593
|
-
|
1594
|
+
O(V.$slots, "default", {}, () => [
|
1594
1595
|
e.content ? (v(), k(Ee(e.content), { key: 0 })) : $("", !0),
|
1595
|
-
e.src ? (v(),
|
1596
|
+
e.src ? (v(), R("iframe", {
|
1596
1597
|
key: 1,
|
1598
|
+
ref_key: "iframeRef",
|
1599
|
+
ref: s,
|
1597
1600
|
src: e.src,
|
1598
1601
|
class: "x-dialog__frame"
|
1599
1602
|
}, null, 8, cs)) : $("", !0)
|
@@ -1601,35 +1604,35 @@ const cs = ["src"], Pn = /* @__PURE__ */ G({
|
|
1601
1604
|
]),
|
1602
1605
|
_: 2
|
1603
1606
|
}, [
|
1604
|
-
e.cancel || e.submit ||
|
1607
|
+
e.cancel || e.submit || V.$slots.footer || V.$slots.extra || V.$slots.handle ? {
|
1605
1608
|
name: "footer",
|
1606
1609
|
fn: b(() => [
|
1607
|
-
|
1608
|
-
I(
|
1610
|
+
O(V.$slots, "footer", {}, () => [
|
1611
|
+
I(c(oe), { align: "center" }, {
|
1609
1612
|
default: b(() => [
|
1610
|
-
|
1613
|
+
O(V.$slots, "extra")
|
1611
1614
|
]),
|
1612
1615
|
_: 3
|
1613
1616
|
}),
|
1614
|
-
I(
|
1617
|
+
I(c(oe), { align: "center" }, {
|
1615
1618
|
default: b(() => [
|
1616
|
-
|
1617
|
-
e.cancel ? (v(), k(
|
1619
|
+
O(V.$slots, "handle"),
|
1620
|
+
e.cancel ? (v(), k(c(Le), {
|
1618
1621
|
key: 0,
|
1619
1622
|
type: "default",
|
1620
1623
|
size: e.size,
|
1621
|
-
onClick:
|
1624
|
+
onClick: c(A)
|
1622
1625
|
}, {
|
1623
1626
|
default: b(() => [
|
1624
1627
|
W(ee(typeof e.cancel == "string" ? e.cancel : "取消"), 1)
|
1625
1628
|
]),
|
1626
1629
|
_: 1
|
1627
1630
|
}, 8, ["size", "onClick"])) : $("", !0),
|
1628
|
-
e.submit ? (v(), k(
|
1631
|
+
e.submit ? (v(), k(c(Le), {
|
1629
1632
|
key: 1,
|
1630
1633
|
type: "primary",
|
1631
1634
|
size: e.size,
|
1632
|
-
onClick:
|
1635
|
+
onClick: c(w)
|
1633
1636
|
}, {
|
1634
1637
|
default: b(() => [
|
1635
1638
|
W(ee(typeof e.submit == "string" ? e.submit : "确定"), 1)
|
@@ -1644,8 +1647,8 @@ const cs = ["src"], Pn = /* @__PURE__ */ G({
|
|
1644
1647
|
key: "0"
|
1645
1648
|
} : void 0
|
1646
1649
|
]), 1040, ["header", "class", "style", "size", "body", "onClick"])), [
|
1647
|
-
[
|
1648
|
-
[
|
1650
|
+
[c(ns), c(M)],
|
1651
|
+
[c(Ta), c(U)]
|
1649
1652
|
])
|
1650
1653
|
], 6)
|
1651
1654
|
])) : $("", !0);
|
@@ -1671,15 +1674,15 @@ const ds = /* @__PURE__ */ G({
|
|
1671
1674
|
},
|
1672
1675
|
setup(o) {
|
1673
1676
|
const t = o;
|
1674
|
-
return (n, e) => xe((v(), k(
|
1677
|
+
return (n, e) => xe((v(), k(c(oe), {
|
1675
1678
|
class: pe(["x-mask-sidebar", { "is-collapsed": t.collapsed }]),
|
1676
1679
|
grow: !1,
|
1677
1680
|
flex: "",
|
1678
1681
|
direction: "column"
|
1679
1682
|
}, {
|
1680
1683
|
default: b(() => [
|
1681
|
-
|
1682
|
-
I(
|
1684
|
+
O(n.$slots, "brand"),
|
1685
|
+
I(c(oe), {
|
1683
1686
|
class: "x-mask-sidebar__wrapper",
|
1684
1687
|
flex: "",
|
1685
1688
|
grow: "",
|
@@ -1688,7 +1691,7 @@ const ds = /* @__PURE__ */ G({
|
|
1688
1691
|
align: "center"
|
1689
1692
|
}, {
|
1690
1693
|
default: b(() => [
|
1691
|
-
|
1694
|
+
O(n.$slots, "default"),
|
1692
1695
|
e[0] || (e[0] = Z("div", { class: "x-mask-sidebar__helper" }, null, -1))
|
1693
1696
|
]),
|
1694
1697
|
_: 3
|
@@ -1696,7 +1699,7 @@ const ds = /* @__PURE__ */ G({
|
|
1696
1699
|
]),
|
1697
1700
|
_: 3
|
1698
1701
|
}, 8, ["class"])), [
|
1699
|
-
[
|
1702
|
+
[c(Ta), {
|
1700
1703
|
dirs: ["e"],
|
1701
1704
|
disabled: t.collapsed,
|
1702
1705
|
maxWidth: 500,
|
@@ -1721,35 +1724,35 @@ const ds = /* @__PURE__ */ G({
|
|
1721
1724
|
r.value = !0;
|
1722
1725
|
}, s = () => {
|
1723
1726
|
a.value = "", r.value = !1, e("update:keyword", a.value);
|
1724
|
-
},
|
1727
|
+
}, u = () => {
|
1725
1728
|
e("update:collasped", !n.collasped);
|
1726
1729
|
}, d = () => {
|
1727
1730
|
e("update:keyword", a.value);
|
1728
1731
|
}, f = () => {
|
1729
1732
|
e("update:favorite", l.value);
|
1730
1733
|
};
|
1731
|
-
return (m, g) => (v(), k(
|
1734
|
+
return (m, g) => (v(), k(c(oe), {
|
1732
1735
|
class: "x-mask-switch-bar",
|
1733
1736
|
justify: "space-between",
|
1734
1737
|
align: "center"
|
1735
1738
|
}, {
|
1736
1739
|
default: b(() => [
|
1737
|
-
n.collasped ? $("", !0) : (v(), k(
|
1740
|
+
n.collasped ? $("", !0) : (v(), k(c(oe), {
|
1738
1741
|
key: 0,
|
1739
1742
|
class: "x-mask-switch-bar__left",
|
1740
1743
|
grow: ""
|
1741
1744
|
}, {
|
1742
1745
|
default: b(() => [
|
1743
|
-
r.value ? $("", !0) : (v(), k(
|
1746
|
+
r.value ? $("", !0) : (v(), k(c(ra), {
|
1744
1747
|
key: 0,
|
1745
1748
|
modelValue: l.value,
|
1746
1749
|
"onUpdate:modelValue": g[0] || (g[0] = (p) => l.value = p),
|
1747
1750
|
class: "x-mask-switch-bar__switch",
|
1748
|
-
"active-icon":
|
1749
|
-
"inactive-icon":
|
1751
|
+
"active-icon": c(ma),
|
1752
|
+
"inactive-icon": c(Gi),
|
1750
1753
|
onChange: f
|
1751
1754
|
}, null, 8, ["modelValue", "active-icon", "inactive-icon"])),
|
1752
|
-
r.value ? (v(), k(
|
1755
|
+
r.value ? (v(), k(c(Re), {
|
1753
1756
|
key: 1,
|
1754
1757
|
modelValue: a.value,
|
1755
1758
|
"onUpdate:modelValue": g[1] || (g[1] = (p) => a.value = p),
|
@@ -1757,11 +1760,11 @@ const ds = /* @__PURE__ */ G({
|
|
1757
1760
|
size: "small",
|
1758
1761
|
placeholder: "请输入查询关键字",
|
1759
1762
|
onInput: d,
|
1760
|
-
"prefix-icon":
|
1763
|
+
"prefix-icon": c(xo)
|
1761
1764
|
}, {
|
1762
1765
|
suffix: b(() => [
|
1763
|
-
I(
|
1764
|
-
icon:
|
1766
|
+
I(c(Fe), {
|
1767
|
+
icon: c(ga),
|
1765
1768
|
onClick: s
|
1766
1769
|
}, null, 8, ["icon"])
|
1767
1770
|
]),
|
@@ -1770,39 +1773,39 @@ const ds = /* @__PURE__ */ G({
|
|
1770
1773
|
]),
|
1771
1774
|
_: 1
|
1772
1775
|
})),
|
1773
|
-
I(
|
1776
|
+
I(c(oe), {
|
1774
1777
|
class: pe(["x-mask-switch-bar__right", { "is-collasped": n.collasped }]),
|
1775
1778
|
flex: "",
|
1776
1779
|
align: "center",
|
1777
1780
|
justify: "center"
|
1778
1781
|
}, {
|
1779
1782
|
default: b(() => [
|
1780
|
-
!r.value && !n.collasped ? (v(), k(
|
1783
|
+
!r.value && !n.collasped ? (v(), k(c(be), {
|
1781
1784
|
key: 0,
|
1782
|
-
icon:
|
1785
|
+
icon: c(xo),
|
1783
1786
|
mode: "icon",
|
1784
1787
|
background: "hover",
|
1785
1788
|
size: "default",
|
1786
1789
|
circle: "",
|
1787
1790
|
onClick: i
|
1788
1791
|
}, null, 8, ["icon"])) : $("", !0),
|
1789
|
-
n.collasped ? (v(), k(
|
1792
|
+
n.collasped ? (v(), k(c(be), {
|
1790
1793
|
key: 1,
|
1791
|
-
icon:
|
1794
|
+
icon: c(Yi),
|
1792
1795
|
mode: "icon",
|
1793
1796
|
size: "default",
|
1794
1797
|
background: "hover",
|
1795
|
-
onClick:
|
1798
|
+
onClick: u,
|
1796
1799
|
circle: ""
|
1797
1800
|
}, null, 8, ["icon"])) : $("", !0),
|
1798
|
-
n.collasped ? $("", !0) : (v(), k(
|
1801
|
+
n.collasped ? $("", !0) : (v(), k(c(be), {
|
1799
1802
|
key: 2,
|
1800
|
-
icon:
|
1803
|
+
icon: c(Ki),
|
1801
1804
|
mode: "icon",
|
1802
1805
|
size: "default",
|
1803
1806
|
background: "hover",
|
1804
1807
|
circle: "",
|
1805
|
-
onClick:
|
1808
|
+
onClick: u
|
1806
1809
|
}, null, 8, ["icon"]))
|
1807
1810
|
]),
|
1808
1811
|
_: 1
|
@@ -1823,12 +1826,12 @@ const ds = /* @__PURE__ */ G({
|
|
1823
1826
|
const t = o, n = Oo(), e = () => {
|
1824
1827
|
t.url && n.push(t.url);
|
1825
1828
|
};
|
1826
|
-
return (r, a) => (v(), k(
|
1829
|
+
return (r, a) => (v(), k(c(oe), {
|
1827
1830
|
class: pe(["x-mask-brand", { "is-collapsed": t.collapsed }]),
|
1828
1831
|
align: "center"
|
1829
1832
|
}, {
|
1830
1833
|
default: b(() => [
|
1831
|
-
I(
|
1834
|
+
I(c(oe), {
|
1832
1835
|
class: "x-mask-brand__logo",
|
1833
1836
|
flex: "",
|
1834
1837
|
justify: "center",
|
@@ -1836,8 +1839,8 @@ const ds = /* @__PURE__ */ G({
|
|
1836
1839
|
onClick: e
|
1837
1840
|
}, {
|
1838
1841
|
default: b(() => [
|
1839
|
-
|
1840
|
-
t.logo ? (v(),
|
1842
|
+
O(r.$slots, "logo", {}, () => [
|
1843
|
+
t.logo ? (v(), R("img", {
|
1841
1844
|
key: 0,
|
1842
1845
|
src: t.logo
|
1843
1846
|
}, null, 8, ps)) : $("", !0)
|
@@ -1845,14 +1848,14 @@ const ds = /* @__PURE__ */ G({
|
|
1845
1848
|
]),
|
1846
1849
|
_: 3
|
1847
1850
|
}),
|
1848
|
-
I(
|
1851
|
+
I(c(oe), {
|
1849
1852
|
class: "x-mask-brand__title",
|
1850
1853
|
flex: "",
|
1851
1854
|
align: "center"
|
1852
1855
|
}, {
|
1853
1856
|
default: b(() => [
|
1854
|
-
t.title ? (v(),
|
1855
|
-
|
1857
|
+
t.title ? (v(), R("span", ms, [
|
1858
|
+
O(r.$slots, "title", {}, () => [
|
1856
1859
|
W(ee(t.title), 1)
|
1857
1860
|
])
|
1858
1861
|
])) : $("", !0)
|
@@ -1890,7 +1893,7 @@ const ds = /* @__PURE__ */ G({
|
|
1890
1893
|
]
|
1891
1894
|
}
|
1892
1895
|
]), i = D(() => {
|
1893
|
-
const
|
1896
|
+
const u = (n.keyword || "").trim(), d = u ? (n.flatMenus || []).filter((f) => f.title?.includes(u)) : [];
|
1894
1897
|
return [
|
1895
1898
|
{
|
1896
1899
|
id: ln,
|
@@ -1905,18 +1908,18 @@ const ds = /* @__PURE__ */ G({
|
|
1905
1908
|
]
|
1906
1909
|
}
|
1907
1910
|
];
|
1908
|
-
}), s = (
|
1909
|
-
r("select",
|
1911
|
+
}), s = (u) => {
|
1912
|
+
r("select", u);
|
1910
1913
|
};
|
1911
|
-
return (
|
1912
|
-
xe(I(
|
1914
|
+
return (u, d) => (v(), R(de, null, [
|
1915
|
+
xe(I(c(oe), {
|
1913
1916
|
class: "x-mask-menu",
|
1914
1917
|
grow: "",
|
1915
1918
|
flex: !1,
|
1916
1919
|
overflow: "auto"
|
1917
1920
|
}, {
|
1918
1921
|
default: b(() => [
|
1919
|
-
xe(I(
|
1922
|
+
xe(I(c(wt), {
|
1920
1923
|
subMenu: {
|
1921
1924
|
popperClass: "x-mask-menu-popper",
|
1922
1925
|
teleported: !0,
|
@@ -1924,7 +1927,7 @@ const ds = /* @__PURE__ */ G({
|
|
1924
1927
|
hideTimeout: 200
|
1925
1928
|
},
|
1926
1929
|
data: e.value,
|
1927
|
-
"default-icon":
|
1930
|
+
"default-icon": c(yt),
|
1928
1931
|
collapse: !0,
|
1929
1932
|
"collapse-transition": !1,
|
1930
1933
|
"default-active": a.value,
|
@@ -1932,13 +1935,13 @@ const ds = /* @__PURE__ */ G({
|
|
1932
1935
|
}, null, 8, ["data", "default-icon", "default-active"]), [
|
1933
1936
|
[Ne, n.collapse]
|
1934
1937
|
]),
|
1935
|
-
xe(I(
|
1938
|
+
xe(I(c(wt), {
|
1936
1939
|
subMenu: {
|
1937
1940
|
popperClass: "x-mask-menu-popper",
|
1938
1941
|
teleported: !0
|
1939
1942
|
},
|
1940
1943
|
data: e.value,
|
1941
|
-
"default-icon":
|
1944
|
+
"default-icon": c(yt),
|
1942
1945
|
collapse: !1,
|
1943
1946
|
"collapse-transition": !1,
|
1944
1947
|
"default-active": a.value,
|
@@ -1946,7 +1949,7 @@ const ds = /* @__PURE__ */ G({
|
|
1946
1949
|
}, null, 8, ["data", "default-icon", "default-active"]), [
|
1947
1950
|
[Ne, !n.collapse]
|
1948
1951
|
]),
|
1949
|
-
e.value.length ? $("", !0) : (v(), k(
|
1952
|
+
e.value.length ? $("", !0) : (v(), k(c($o), {
|
1950
1953
|
key: 0,
|
1951
1954
|
description: "暂无菜单数据"
|
1952
1955
|
}))
|
@@ -1955,14 +1958,14 @@ const ds = /* @__PURE__ */ G({
|
|
1955
1958
|
}, 512), [
|
1956
1959
|
[Ne, !n.favorite && !n.keyword]
|
1957
1960
|
]),
|
1958
|
-
xe(I(
|
1961
|
+
xe(I(c(oe), {
|
1959
1962
|
class: "x-mask-menu",
|
1960
1963
|
grow: "",
|
1961
1964
|
flex: !1,
|
1962
1965
|
overflow: "auto"
|
1963
1966
|
}, {
|
1964
1967
|
default: b(() => [
|
1965
|
-
xe(I(
|
1968
|
+
xe(I(c(wt), {
|
1966
1969
|
class: "x-mask-menu__favorites",
|
1967
1970
|
subMenu: {
|
1968
1971
|
popperClass: "x-mask-menu-popper",
|
@@ -1971,7 +1974,7 @@ const ds = /* @__PURE__ */ G({
|
|
1971
1974
|
hideTimeout: 200
|
1972
1975
|
},
|
1973
1976
|
data: l.value,
|
1974
|
-
"default-icon":
|
1977
|
+
"default-icon": c(yt),
|
1975
1978
|
collapse: !0,
|
1976
1979
|
"collapse-transition": !1,
|
1977
1980
|
"default-active": a.value,
|
@@ -1980,7 +1983,7 @@ const ds = /* @__PURE__ */ G({
|
|
1980
1983
|
}, null, 8, ["data", "default-icon", "default-active", "default-openeds"]), [
|
1981
1984
|
[Ne, n.collapse]
|
1982
1985
|
]),
|
1983
|
-
xe(I(
|
1986
|
+
xe(I(c(wt), {
|
1984
1987
|
class: "x-mask-menu__favorites",
|
1985
1988
|
subMenu: {
|
1986
1989
|
popperClass: "x-mask-menu-popper",
|
@@ -1989,7 +1992,7 @@ const ds = /* @__PURE__ */ G({
|
|
1989
1992
|
hideTimeout: 200
|
1990
1993
|
},
|
1991
1994
|
data: l.value,
|
1992
|
-
"default-icon":
|
1995
|
+
"default-icon": c(yt),
|
1993
1996
|
collapse: !1,
|
1994
1997
|
"collapse-transition": !1,
|
1995
1998
|
"default-active": a.value,
|
@@ -2003,7 +2006,7 @@ const ds = /* @__PURE__ */ G({
|
|
2003
2006
|
}, 512), [
|
2004
2007
|
[Ne, n.favorite && !n.keyword]
|
2005
2008
|
]),
|
2006
|
-
n.keyword ? xe((v(), k(
|
2009
|
+
n.keyword ? xe((v(), k(c(oe), {
|
2007
2010
|
key: 0,
|
2008
2011
|
class: "x-mask-menu",
|
2009
2012
|
grow: "",
|
@@ -2011,7 +2014,7 @@ const ds = /* @__PURE__ */ G({
|
|
2011
2014
|
overflow: "auto"
|
2012
2015
|
}, {
|
2013
2016
|
default: b(() => [
|
2014
|
-
xe(I(
|
2017
|
+
xe(I(c(wt), {
|
2015
2018
|
class: "x-mask-menu__search",
|
2016
2019
|
subMenu: {
|
2017
2020
|
popperClass: "x-mask-menu-popper",
|
@@ -2020,7 +2023,7 @@ const ds = /* @__PURE__ */ G({
|
|
2020
2023
|
hideTimeout: 200
|
2021
2024
|
},
|
2022
2025
|
data: i.value,
|
2023
|
-
"default-icon":
|
2026
|
+
"default-icon": c(yt),
|
2024
2027
|
collapse: !0,
|
2025
2028
|
"collapse-transition": !1,
|
2026
2029
|
"default-active": a.value,
|
@@ -2029,7 +2032,7 @@ const ds = /* @__PURE__ */ G({
|
|
2029
2032
|
}, null, 8, ["data", "default-icon", "default-active", "default-openeds"]), [
|
2030
2033
|
[Ne, n.collapse]
|
2031
2034
|
]),
|
2032
|
-
xe(I(
|
2035
|
+
xe(I(c(wt), {
|
2033
2036
|
class: "x-mask-menu__search",
|
2034
2037
|
subMenu: {
|
2035
2038
|
popperClass: "x-mask-menu-popper",
|
@@ -2038,7 +2041,7 @@ const ds = /* @__PURE__ */ G({
|
|
2038
2041
|
hideTimeout: 200
|
2039
2042
|
},
|
2040
2043
|
data: i.value,
|
2041
|
-
"default-icon":
|
2044
|
+
"default-icon": c(yt),
|
2042
2045
|
collapse: !1,
|
2043
2046
|
"collapse-transition": !1,
|
2044
2047
|
"default-active": a.value,
|
@@ -2210,10 +2213,10 @@ const ds = /* @__PURE__ */ G({
|
|
2210
2213
|
}
|
2211
2214
|
}, s = (d, f) => {
|
2212
2215
|
f.dataTransfer && (f.dataTransfer.setData("tab", d.id), f.target && f.target.classList.add("is-dagging"));
|
2213
|
-
},
|
2216
|
+
}, u = (d, f) => {
|
2214
2217
|
f.target && f.target.classList.remove("is-dagging");
|
2215
2218
|
};
|
2216
|
-
return (d, f) => (v(), k(
|
2219
|
+
return (d, f) => (v(), k(c(oe), {
|
2217
2220
|
ref: "tabsRef",
|
2218
2221
|
class: "x-mask-tabs",
|
2219
2222
|
height: "100%",
|
@@ -2223,33 +2226,33 @@ const ds = /* @__PURE__ */ G({
|
|
2223
2226
|
direction: "column"
|
2224
2227
|
}, {
|
2225
2228
|
default: b(() => [
|
2226
|
-
I(
|
2229
|
+
I(c(aa), {
|
2227
2230
|
type: "card",
|
2228
2231
|
"model-value": n.value,
|
2229
2232
|
onTabRemove: l,
|
2230
2233
|
onTabClick: a
|
2231
2234
|
}, {
|
2232
2235
|
default: b(() => [
|
2233
|
-
n.home ? (v(), k(
|
2236
|
+
n.home ? (v(), k(c(bo), {
|
2234
2237
|
key: 0,
|
2235
2238
|
name: n.home.id
|
2236
2239
|
}, {
|
2237
2240
|
label: b(() => [
|
2238
2241
|
Z("div", ws, [
|
2239
|
-
n.home.icon ? (v(), k(Ee(
|
2240
|
-
n.home.title ? (v(),
|
2242
|
+
n.home.icon ? (v(), k(Ee(c(Pt)(n.home.icon)), { key: 0 })) : $("", !0),
|
2243
|
+
n.home.title ? (v(), R("span", _s, ee(n.home.title), 1)) : $("", !0)
|
2241
2244
|
])
|
2242
2245
|
]),
|
2243
2246
|
_: 1
|
2244
2247
|
}, 8, ["name"])) : $("", !0),
|
2245
|
-
(v(!0),
|
2248
|
+
(v(!0), R(de, null, he(n.tabs, (m) => (v(), k(c(bo), {
|
2246
2249
|
key: m.id,
|
2247
2250
|
name: m.id,
|
2248
2251
|
lazy: "",
|
2249
2252
|
closable: ""
|
2250
2253
|
}, {
|
2251
2254
|
label: b(() => [
|
2252
|
-
I(
|
2255
|
+
I(c(ia), {
|
2253
2256
|
"open-delay": 500,
|
2254
2257
|
placement: "bottom",
|
2255
2258
|
trigger: "hover",
|
@@ -2261,14 +2264,14 @@ const ds = /* @__PURE__ */ G({
|
|
2261
2264
|
class: "x-mask-tabs__trigger",
|
2262
2265
|
draggable: "true",
|
2263
2266
|
onDragstart: (g) => s(m, g),
|
2264
|
-
onDragend: (g) =>
|
2267
|
+
onDragend: (g) => u(m, g)
|
2265
2268
|
}, [
|
2266
|
-
m.icon ? (v(), k(Ee(
|
2267
|
-
m.title ? (v(),
|
2269
|
+
m.icon ? (v(), k(Ee(c(Pt)(m.icon)), { key: 0 })) : $("", !0),
|
2270
|
+
m.title ? (v(), R("span", Ss, ee(m.title), 1)) : $("", !0)
|
2268
2271
|
], 40, Cs)
|
2269
2272
|
]),
|
2270
2273
|
default: b(() => [
|
2271
|
-
I(
|
2274
|
+
I(c(en), {
|
2272
2275
|
items: r(m),
|
2273
2276
|
mode: "text",
|
2274
2277
|
size: "small",
|
@@ -2291,10 +2294,10 @@ const ds = /* @__PURE__ */ G({
|
|
2291
2294
|
}), Es = /* @__PURE__ */ G({
|
2292
2295
|
__name: "ThemeSwitch",
|
2293
2296
|
setup(o) {
|
2294
|
-
const t = Ca(), n = D(() => t.value ? Ji : Qi), e = () => {
|
2297
|
+
const t = Ca({ storageKey: "color-schema" }), n = D(() => t.value ? Ji : Qi), e = () => {
|
2295
2298
|
t.value = !t.value;
|
2296
2299
|
};
|
2297
|
-
return (r, a) => (v(), k(
|
2300
|
+
return (r, a) => (v(), k(c(be), {
|
2298
2301
|
icon: n.value,
|
2299
2302
|
dropdown: { size: "small" },
|
2300
2303
|
mode: "icon",
|
@@ -2321,7 +2324,7 @@ const ds = /* @__PURE__ */ G({
|
|
2321
2324
|
],
|
2322
2325
|
setup(o, { emit: t }) {
|
2323
2326
|
const n = o, e = t, r = D(() => {
|
2324
|
-
const
|
2327
|
+
const u = n.tabs.map((d, f) => ({
|
2325
2328
|
divided: f === 0,
|
2326
2329
|
label: d.title,
|
2327
2330
|
command: d
|
@@ -2335,12 +2338,12 @@ const ds = /* @__PURE__ */ G({
|
|
2335
2338
|
label: "关闭全部",
|
2336
2339
|
command: "all"
|
2337
2340
|
},
|
2338
|
-
...
|
2341
|
+
...u
|
2339
2342
|
];
|
2340
|
-
}), a = (
|
2341
|
-
e("closeTab",
|
2342
|
-
}, l = (
|
2343
|
-
switch (
|
2343
|
+
}), a = (u) => {
|
2344
|
+
e("closeTab", u.command);
|
2345
|
+
}, l = (u) => {
|
2346
|
+
switch (u.command) {
|
2344
2347
|
case "all":
|
2345
2348
|
e("closeAllTabs");
|
2346
2349
|
break;
|
@@ -2348,21 +2351,21 @@ const ds = /* @__PURE__ */ G({
|
|
2348
2351
|
e("closeOtherTabs");
|
2349
2352
|
break;
|
2350
2353
|
default:
|
2351
|
-
e("clickTab",
|
2354
|
+
e("clickTab", u.command);
|
2352
2355
|
break;
|
2353
2356
|
}
|
2354
|
-
}, i = (
|
2355
|
-
e("actionClick",
|
2356
|
-
}, s = (
|
2357
|
-
e("actionCommand",
|
2357
|
+
}, i = (u) => {
|
2358
|
+
e("actionClick", u);
|
2359
|
+
}, s = (u, d) => {
|
2360
|
+
e("actionCommand", u, d);
|
2358
2361
|
};
|
2359
|
-
return (
|
2362
|
+
return (u, d) => (v(), k(c(oe), {
|
2360
2363
|
class: "x-mask-toolbar",
|
2361
2364
|
align: "center"
|
2362
2365
|
}, {
|
2363
2366
|
default: b(() => [
|
2364
|
-
I(
|
2365
|
-
icon:
|
2367
|
+
I(c(be), {
|
2368
|
+
icon: c(ya),
|
2366
2369
|
menus: r.value,
|
2367
2370
|
dropdown: { size: "small" },
|
2368
2371
|
type: "primary",
|
@@ -2374,37 +2377,37 @@ const ds = /* @__PURE__ */ G({
|
|
2374
2377
|
item: b(({ item: f }) => [
|
2375
2378
|
Z("span", ks, [
|
2376
2379
|
W(ee(f.label) + " ", 1),
|
2377
|
-
["other", "all"].includes(f.command) ? $("", !0) : (v(), k(
|
2380
|
+
["other", "all"].includes(f.command) ? $("", !0) : (v(), k(c(Fe), {
|
2378
2381
|
key: 0,
|
2379
2382
|
onClick: Ve((m) => a(f), ["stop"]),
|
2380
|
-
icon:
|
2383
|
+
icon: c(ga)
|
2381
2384
|
}, null, 8, ["onClick", "icon"]))
|
2382
2385
|
])
|
2383
2386
|
]),
|
2384
2387
|
_: 1
|
2385
2388
|
}, 8, ["icon", "menus"]),
|
2386
|
-
I(
|
2387
|
-
n.actions ? (v(), k(
|
2389
|
+
I(c(Be), { direction: "vertical" }),
|
2390
|
+
n.actions ? (v(), k(c(en), {
|
2388
2391
|
key: 0,
|
2389
2392
|
circle: "",
|
2390
2393
|
mode: "icon",
|
2391
2394
|
size: "default",
|
2392
2395
|
background: "hover",
|
2393
2396
|
type: "primary",
|
2394
|
-
items:
|
2397
|
+
items: u.actions,
|
2395
2398
|
onClick: i,
|
2396
2399
|
onCommand: s
|
2397
2400
|
}, null, 8, ["items"])) : $("", !0),
|
2398
|
-
n.actions ? (v(), k(
|
2401
|
+
n.actions ? (v(), k(c(Be), {
|
2399
2402
|
key: 1,
|
2400
2403
|
direction: "vertical"
|
2401
2404
|
})) : $("", !0),
|
2402
2405
|
n.theme ? (v(), k(Es, { key: 2 })) : $("", !0),
|
2403
|
-
n.theme ? (v(), k(
|
2406
|
+
n.theme ? (v(), k(c(Be), {
|
2404
2407
|
key: 3,
|
2405
2408
|
direction: "vertical"
|
2406
2409
|
})) : $("", !0),
|
2407
|
-
|
2410
|
+
O(u.$slots, "default")
|
2408
2411
|
]),
|
2409
2412
|
_: 3
|
2410
2413
|
}));
|
@@ -2417,22 +2420,22 @@ const ds = /* @__PURE__ */ G({
|
|
2417
2420
|
},
|
2418
2421
|
setup(o) {
|
2419
2422
|
const t = o;
|
2420
|
-
return (n, e) => (v(), k(
|
2423
|
+
return (n, e) => (v(), k(c(ia), {
|
2421
2424
|
width: t.width,
|
2422
2425
|
"popper-class": "x-mask-avatar__popper",
|
2423
2426
|
disabled: !n.$slots.default
|
2424
2427
|
}, {
|
2425
2428
|
reference: b(() => [
|
2426
|
-
I(
|
2429
|
+
I(c(hi), {
|
2427
2430
|
class: "x-mask-avatar",
|
2428
2431
|
shape: "circle",
|
2429
|
-
icon:
|
2432
|
+
icon: c(Zi),
|
2430
2433
|
src: t.avatar,
|
2431
2434
|
size: 26
|
2432
2435
|
}, null, 8, ["icon", "src"])
|
2433
2436
|
]),
|
2434
2437
|
default: b(() => [
|
2435
|
-
n.$slots.default ?
|
2438
|
+
n.$slots.default ? O(n.$slots, "default", { key: 0 }) : $("", !0)
|
2436
2439
|
]),
|
2437
2440
|
_: 3
|
2438
2441
|
}, 8, ["width", "disabled"]));
|
@@ -2446,7 +2449,7 @@ const ds = /* @__PURE__ */ G({
|
|
2446
2449
|
},
|
2447
2450
|
setup(o) {
|
2448
2451
|
const t = o;
|
2449
|
-
return (n, e) => (v(), k(
|
2452
|
+
return (n, e) => (v(), k(c(oe), {
|
2450
2453
|
class: "x-mask__content",
|
2451
2454
|
overflow: "auto",
|
2452
2455
|
flex: !1,
|
@@ -2457,8 +2460,8 @@ const ds = /* @__PURE__ */ G({
|
|
2457
2460
|
Z("div", {
|
2458
2461
|
class: pe(["x-mask__inner", { "is-pure": t.pure }])
|
2459
2462
|
}, [
|
2460
|
-
|
2461
|
-
I(
|
2463
|
+
O(n.$slots, "default"),
|
2464
|
+
I(c(vl), null, {
|
2462
2465
|
default: b(({ Component: r, route: a }) => [
|
2463
2466
|
(v(), k(ii, {
|
2464
2467
|
exclude: t.exclude
|
@@ -2529,7 +2532,7 @@ function Ps(o, t) {
|
|
2529
2532
|
icon: C,
|
2530
2533
|
src: S
|
2531
2534
|
});
|
2532
|
-
},
|
2535
|
+
}, u = async () => {
|
2533
2536
|
e.value = typeof o.menus == "function" ? await o.menus() || [] : o.menus ?? [], r.value = typeof o.favorites == "function" ? await o.favorites() || [] : o.favorites ?? [];
|
2534
2537
|
}, d = (p) => {
|
2535
2538
|
r.value = [p, ...r.value], o.addFavorite && o.addFavorite(p);
|
@@ -2538,7 +2541,7 @@ function Ps(o, t) {
|
|
2538
2541
|
}, m = (p) => !!r.value.find((h) => h === p || h.id === p.id), g = (p) => {
|
2539
2542
|
m(p) ? f(p) : d(p);
|
2540
2543
|
};
|
2541
|
-
return Mo(
|
2544
|
+
return Mo(u), {
|
2542
2545
|
menus: e,
|
2543
2546
|
favorites: r,
|
2544
2547
|
flatMenus: a,
|
@@ -2548,66 +2551,66 @@ function Ps(o, t) {
|
|
2548
2551
|
};
|
2549
2552
|
}
|
2550
2553
|
function Is(o, t, n, e, r) {
|
2551
|
-
const a = Sa(), l = Oo(), i = {}, s = L([]),
|
2552
|
-
() => s.value.slice(0, f.value).filter((
|
2553
|
-
), g = D(() => s.value.slice(f.value)), p = (
|
2554
|
-
l.push(
|
2555
|
-
}, P = (
|
2556
|
-
S.value =
|
2554
|
+
const a = Sa(), l = Oo(), i = {}, s = L([]), u = L(), { width: d } = _a(u), f = D(() => Math.floor(d.value / ys)), m = D(
|
2555
|
+
() => s.value.slice(0, f.value).filter((X) => !X.dialog)
|
2556
|
+
), g = D(() => s.value.slice(f.value)), p = (X) => n.value.find((z) => z.url === X), h = (X) => a.fullPath === X.url, y = (X) => r.value.id === X.id, _ = (X) => r.value.id === X ? r.value : s.value.find((z) => z.id === X), S = L(""), x = D(() => _(S.value)), C = (X) => {
|
2557
|
+
l.push(X.url).catch((z) => z);
|
2558
|
+
}, P = (X) => {
|
2559
|
+
S.value = X.id, a.fullPath !== X.url && C(X);
|
2557
2560
|
}, E = () => {
|
2558
2561
|
C(r.value);
|
2559
|
-
}, w = (
|
2560
|
-
const z = s.value.find((T) => T.url ===
|
2561
|
-
z ? P(z) : (s.value.unshift(
|
2562
|
-
}, A = async (
|
2563
|
-
const { url: z = a.fullPath, icon: T, title:
|
2562
|
+
}, w = (X) => {
|
2563
|
+
const z = s.value.find((T) => T.url === X.url || T.id === X.id);
|
2564
|
+
z ? P(z) : (s.value.unshift(X), P(X));
|
2565
|
+
}, A = async (X) => {
|
2566
|
+
const { url: z = a.fullPath, icon: T, title: N } = X || {}, Q = i[z], le = ua(), ke = ca(z);
|
2564
2567
|
return {
|
2565
2568
|
id: le,
|
2566
2569
|
name: ke,
|
2567
2570
|
url: z,
|
2568
2571
|
icon: T,
|
2569
|
-
title:
|
2572
|
+
title: N || p(a.path)?.title || "新建页签",
|
2570
2573
|
closable: !0,
|
2571
|
-
menu:
|
2574
|
+
menu: X,
|
2572
2575
|
...Q ? await Q() : {}
|
2573
2576
|
};
|
2574
|
-
}, M = async (
|
2577
|
+
}, M = async (X, z) => {
|
2575
2578
|
if (!(!z && !await mt.confirm("是否关闭页签", "提示", {
|
2576
2579
|
type: "warning"
|
2577
2580
|
}).catch(() => !1))) {
|
2578
|
-
if (s.value = s.value.filter((T) => T.id !==
|
2581
|
+
if (s.value = s.value.filter((T) => T.id !== X.id), S.value === X.id) {
|
2579
2582
|
const T = s.value[0];
|
2580
2583
|
C(T || r.value);
|
2581
2584
|
}
|
2582
|
-
return
|
2585
|
+
return X;
|
2583
2586
|
}
|
2584
|
-
},
|
2585
|
-
const z = s.value.findIndex((T) => T.id ===
|
2587
|
+
}, U = (X) => {
|
2588
|
+
const z = s.value.findIndex((T) => T.id === X.id);
|
2586
2589
|
if (z >= 0) {
|
2587
2590
|
const T = s.value[z];
|
2588
|
-
s.value.splice(z, 1, Object.assign(T,
|
2591
|
+
s.value.splice(z, 1, Object.assign(T, X));
|
2589
2592
|
}
|
2590
|
-
},
|
2593
|
+
}, F = async () => {
|
2591
2594
|
if (!await mt.confirm("是否关闭全部页签", "提示", {
|
2592
2595
|
type: "warning"
|
2593
2596
|
}).catch(() => !1)) return;
|
2594
2597
|
const z = s.value;
|
2595
2598
|
return s.value = [], P(r.value), z;
|
2596
|
-
},
|
2599
|
+
}, j = async () => {
|
2597
2600
|
if (!await mt.confirm("是否关闭其他页签", "提示", {
|
2598
2601
|
type: "warning"
|
2599
2602
|
}).catch(() => !1)) return;
|
2600
2603
|
const z = s.value.filter((T) => T.id !== S.value);
|
2601
2604
|
return s.value = s.value.filter((T) => T.id === S.value), z;
|
2602
|
-
}, V = (
|
2603
|
-
const z = s.value.filter((T) => T.id !==
|
2604
|
-
s.value = [
|
2605
|
-
},
|
2606
|
-
x.value && x.value.closable && (y(x.value) || (await M(x.value, !0), await Mn(0),
|
2607
|
-
},
|
2605
|
+
}, V = (X) => {
|
2606
|
+
const z = s.value.filter((T) => T.id !== X.id);
|
2607
|
+
s.value = [X, ...z], P(X);
|
2608
|
+
}, H = async (X) => {
|
2609
|
+
x.value && x.value.closable && (y(x.value) || (await M(x.value, !0), await Mn(0), X ? l.push(X) : l.push(r.value.url)));
|
2610
|
+
}, se = async () => {
|
2608
2611
|
await Pe();
|
2609
|
-
const
|
2610
|
-
if (
|
2612
|
+
const X = r.value.url === a.path, z = p(a.fullPath);
|
2613
|
+
if (X)
|
2611
2614
|
S.value = r.value.id;
|
2612
2615
|
else {
|
2613
2616
|
const T = await A(z);
|
@@ -2615,14 +2618,14 @@ function Is(o, t, n, e, r) {
|
|
2615
2618
|
}
|
2616
2619
|
await Pe(), e.value = z || null;
|
2617
2620
|
};
|
2618
|
-
return re(n,
|
2619
|
-
tabRef:
|
2621
|
+
return re(n, se), re(a, se, { immediate: !0 }), Mt(Da, i), {
|
2622
|
+
tabRef: u,
|
2620
2623
|
tabs: s,
|
2621
2624
|
showTabs: m,
|
2622
2625
|
currentTab: x,
|
2623
2626
|
changeTab: C,
|
2624
2627
|
removeTab: M,
|
2625
|
-
updateTab:
|
2628
|
+
updateTab: U,
|
2626
2629
|
addTab: w,
|
2627
2630
|
home: r,
|
2628
2631
|
tabValue: S,
|
@@ -2630,14 +2633,14 @@ function Is(o, t, n, e, r) {
|
|
2630
2633
|
activeHome: E,
|
2631
2634
|
activeTab: P,
|
2632
2635
|
dropdownTabs: g,
|
2633
|
-
removeAllTabs:
|
2634
|
-
removeOtherTabs:
|
2636
|
+
removeAllTabs: F,
|
2637
|
+
removeOtherTabs: j,
|
2635
2638
|
moveToShow: V,
|
2636
|
-
closeCurrnetTab:
|
2639
|
+
closeCurrnetTab: H
|
2637
2640
|
};
|
2638
2641
|
}
|
2639
2642
|
function $s(o, t) {
|
2640
|
-
const n = /* @__PURE__ */ new Map(), e = L([]), r = Vt({}), a = Ge(), l = {}, { updateTab: i, isCurrentTab: s, activeHome:
|
2643
|
+
const n = /* @__PURE__ */ new Map(), e = L([]), r = Vt({}), a = Ge(), l = {}, { updateTab: i, isCurrentTab: s, activeHome: u, tabs: d } = o, f = (C, P) => {
|
2641
2644
|
const E = P.fullPath;
|
2642
2645
|
if (n.has(E))
|
2643
2646
|
return n.get(E);
|
@@ -2645,15 +2648,15 @@ function $s(o, t) {
|
|
2645
2648
|
const w = ca(E), A = {
|
2646
2649
|
name: w,
|
2647
2650
|
setup() {
|
2648
|
-
const M = D(() => r[E] || document.body),
|
2651
|
+
const M = D(() => r[E] || document.body), U = D(() => !r[E]), F = D(() => !e.value.includes(w));
|
2649
2652
|
return Mt(
|
2650
2653
|
yl,
|
2651
2654
|
Je({ ...P })
|
2652
|
-
), () =>
|
2655
|
+
), () => F.value ? ae(
|
2653
2656
|
na,
|
2654
2657
|
{
|
2655
2658
|
to: M.value,
|
2656
|
-
disabled:
|
2659
|
+
disabled: U.value
|
2657
2660
|
},
|
2658
2661
|
[ae(C)]
|
2659
2662
|
) : null;
|
@@ -2696,7 +2699,7 @@ function $s(o, t) {
|
|
2696
2699
|
},
|
2697
2700
|
a?.appContext
|
2698
2701
|
);
|
2699
|
-
return await Pe(), s(C) &&
|
2702
|
+
return await Pe(), s(C) && u(), l[C.id] = P, P;
|
2700
2703
|
}, h = async (C) => {
|
2701
2704
|
e.value = [C.name], await Pe(), e.value = [];
|
2702
2705
|
}, y = async (C) => {
|
@@ -2730,7 +2733,7 @@ const l2 = /* @__PURE__ */ G({
|
|
2730
2733
|
props: bs,
|
2731
2734
|
emits: ["select", "actionClick", "actionCommand"],
|
2732
2735
|
setup(o, { emit: t }) {
|
2733
|
-
const n = o, e = t, r = Ms(n), { collapsed: a, keyword: l, favorite: i } = zs(), { menus: s, favorites:
|
2736
|
+
const n = o, e = t, r = Ms(n), { collapsed: a, keyword: l, favorite: i } = zs(), { menus: s, favorites: u, flatMenus: d, active: f, select: m, toggleFavorite: g } = Ps(n, e), {
|
2734
2737
|
tabRef: p,
|
2735
2738
|
showTabs: h,
|
2736
2739
|
currentTab: y,
|
@@ -2743,14 +2746,14 @@ const l2 = /* @__PURE__ */ G({
|
|
2743
2746
|
removeAllTabs: w,
|
2744
2747
|
removeOtherTabs: A,
|
2745
2748
|
dropdownTabs: M,
|
2746
|
-
moveToShow:
|
2747
|
-
closeCurrnetTab:
|
2749
|
+
moveToShow: U,
|
2750
|
+
closeCurrnetTab: F
|
2748
2751
|
} = Is(n, e, d, f, r), {
|
2749
|
-
createView:
|
2752
|
+
createView: j,
|
2750
2753
|
openDialog: V,
|
2751
|
-
closeDialog:
|
2752
|
-
refresh:
|
2753
|
-
exclude:
|
2754
|
+
closeDialog: H,
|
2755
|
+
refresh: se,
|
2756
|
+
exclude: X,
|
2754
2757
|
cleanCache: z,
|
2755
2758
|
closeDialogs: T
|
2756
2759
|
} = $s(
|
@@ -2761,7 +2764,7 @@ const l2 = /* @__PURE__ */ G({
|
|
2761
2764
|
activeHome: E
|
2762
2765
|
},
|
2763
2766
|
n
|
2764
|
-
),
|
2767
|
+
), N = async (ie) => {
|
2765
2768
|
await S(ie) && await z([ie]);
|
2766
2769
|
}, Q = async () => {
|
2767
2770
|
const ie = await w();
|
@@ -2775,67 +2778,67 @@ const l2 = /* @__PURE__ */ G({
|
|
2775
2778
|
e("actionCommand", ie, ve);
|
2776
2779
|
}, An = async (ie) => {
|
2777
2780
|
const ve = li(ie || y);
|
2778
|
-
ve && (ve.dialog &&
|
2781
|
+
ve && (ve.dialog && H(ve), await S(ve, !0), await Mn(50));
|
2779
2782
|
};
|
2780
2783
|
return re(y, (ie) => {
|
2781
|
-
ie?.dialog &&
|
2784
|
+
ie?.dialog && H(ie);
|
2782
2785
|
}), Mt(za, {
|
2783
2786
|
tabs: x,
|
2784
2787
|
flatMenus: d,
|
2785
|
-
favorites:
|
2788
|
+
favorites: u,
|
2786
2789
|
updateTab: C,
|
2787
2790
|
active: f,
|
2788
2791
|
currentTab: y,
|
2789
|
-
closeCurrnetTab:
|
2792
|
+
closeCurrnetTab: F,
|
2790
2793
|
close: An
|
2791
|
-
}), (ie, ve) => (v(), k(
|
2794
|
+
}), (ie, ve) => (v(), k(c(oe), {
|
2792
2795
|
class: pe(["x-mask", { "is-disabled": n.disabled }]),
|
2793
2796
|
fit: ""
|
2794
2797
|
}, {
|
2795
2798
|
default: b(() => [
|
2796
2799
|
n.disabled ? (v(), k(pr, {
|
2797
2800
|
key: 1,
|
2798
|
-
createView:
|
2799
|
-
exclude:
|
2801
|
+
createView: c(j),
|
2802
|
+
exclude: c(X),
|
2800
2803
|
pure: n.pure
|
2801
2804
|
}, {
|
2802
2805
|
default: b(() => [
|
2803
|
-
ie.$slots.default ?
|
2806
|
+
ie.$slots.default ? O(ie.$slots, "default", { key: 0 }) : $("", !0)
|
2804
2807
|
]),
|
2805
2808
|
_: 3
|
2806
|
-
}, 8, ["createView", "exclude", "pure"])) : (v(),
|
2807
|
-
I(ds, { collapsed:
|
2809
|
+
}, 8, ["createView", "exclude", "pure"])) : (v(), R(de, { key: 0 }, [
|
2810
|
+
I(ds, { collapsed: c(a) }, {
|
2808
2811
|
brand: b(() => [
|
2809
2812
|
I(gs, {
|
2810
2813
|
logo: n.logo,
|
2811
2814
|
title: n.title,
|
2812
|
-
url:
|
2813
|
-
collapsed:
|
2815
|
+
url: c(r).url,
|
2816
|
+
collapsed: c(a)
|
2814
2817
|
}, null, 8, ["logo", "title", "url", "collapsed"])
|
2815
2818
|
]),
|
2816
2819
|
default: b(() => [
|
2817
2820
|
I(fs, {
|
2818
|
-
collasped:
|
2821
|
+
collasped: c(a),
|
2819
2822
|
"onUpdate:collasped": ve[0] || (ve[0] = (Ce) => je(a) ? a.value = Ce : null),
|
2820
|
-
favorite:
|
2823
|
+
favorite: c(i),
|
2821
2824
|
"onUpdate:favorite": ve[1] || (ve[1] = (Ce) => je(i) ? i.value = Ce : null),
|
2822
|
-
keyword:
|
2825
|
+
keyword: c(l),
|
2823
2826
|
"onUpdate:keyword": ve[2] || (ve[2] = (Ce) => je(l) ? l.value = Ce : null)
|
2824
2827
|
}, null, 8, ["collasped", "favorite", "keyword"]),
|
2825
2828
|
I(hs, {
|
2826
|
-
collapse:
|
2827
|
-
keyword:
|
2828
|
-
favorite:
|
2829
|
-
favorites: u
|
2830
|
-
flatMenus:
|
2831
|
-
menus:
|
2832
|
-
active:
|
2833
|
-
onSelect:
|
2829
|
+
collapse: c(a),
|
2830
|
+
keyword: c(l),
|
2831
|
+
favorite: c(i),
|
2832
|
+
favorites: c(u),
|
2833
|
+
flatMenus: c(d),
|
2834
|
+
menus: c(s),
|
2835
|
+
active: c(f),
|
2836
|
+
onSelect: c(m)
|
2834
2837
|
}, null, 8, ["collapse", "keyword", "favorite", "favorites", "flatMenus", "menus", "active", "onSelect"])
|
2835
2838
|
]),
|
2836
2839
|
_: 1
|
2837
2840
|
}, 8, ["collapsed"]),
|
2838
|
-
I(
|
2841
|
+
I(c(oe), {
|
2839
2842
|
class: "x-mask__main",
|
2840
2843
|
grow: "",
|
2841
2844
|
shrink: "",
|
@@ -2844,7 +2847,7 @@ const l2 = /* @__PURE__ */ G({
|
|
2844
2847
|
overflow: "hidden"
|
2845
2848
|
}, {
|
2846
2849
|
default: b(() => [
|
2847
|
-
I(
|
2850
|
+
I(c(oe), {
|
2848
2851
|
class: "x-mask-topbar",
|
2849
2852
|
justify: "space-between",
|
2850
2853
|
align: "center"
|
@@ -2853,24 +2856,24 @@ const l2 = /* @__PURE__ */ G({
|
|
2853
2856
|
I(xs, {
|
2854
2857
|
ref_key: "tabRef",
|
2855
2858
|
ref: p,
|
2856
|
-
favorites: u
|
2857
|
-
tabs:
|
2858
|
-
home:
|
2859
|
-
value:
|
2860
|
-
onClick:
|
2861
|
-
onToggleFavorite:
|
2862
|
-
onRemove:
|
2863
|
-
onDialog:
|
2864
|
-
onRefresh:
|
2859
|
+
favorites: c(u),
|
2860
|
+
tabs: c(h),
|
2861
|
+
home: c(r),
|
2862
|
+
value: c(y)?.id,
|
2863
|
+
onClick: c(_),
|
2864
|
+
onToggleFavorite: c(g),
|
2865
|
+
onRemove: N,
|
2866
|
+
onDialog: c(V),
|
2867
|
+
onRefresh: c(se)
|
2865
2868
|
}, null, 8, ["favorites", "tabs", "home", "value", "onClick", "onToggleFavorite", "onDialog", "onRefresh"]),
|
2866
2869
|
I(Ts, {
|
2867
|
-
tabs:
|
2870
|
+
tabs: c(M),
|
2868
2871
|
actions: n.actions,
|
2869
2872
|
theme: n.theme,
|
2870
2873
|
onCloseOtherTabs: le,
|
2871
2874
|
onCloseAllTabs: Q,
|
2872
|
-
onCloseTab:
|
2873
|
-
onClickTab:
|
2875
|
+
onCloseTab: N,
|
2876
|
+
onClickTab: c(U),
|
2874
2877
|
onActionClick: ke,
|
2875
2878
|
onActionCommand: jt
|
2876
2879
|
}, {
|
@@ -2882,7 +2885,7 @@ const l2 = /* @__PURE__ */ G({
|
|
2882
2885
|
ie.$slots.user ? {
|
2883
2886
|
name: "default",
|
2884
2887
|
fn: b(() => [
|
2885
|
-
|
2888
|
+
O(ie.$slots, "user")
|
2886
2889
|
]),
|
2887
2890
|
key: "0"
|
2888
2891
|
} : void 0
|
@@ -2894,12 +2897,12 @@ const l2 = /* @__PURE__ */ G({
|
|
2894
2897
|
_: 3
|
2895
2898
|
}),
|
2896
2899
|
I(pr, {
|
2897
|
-
createView:
|
2898
|
-
exclude:
|
2900
|
+
createView: c(j),
|
2901
|
+
exclude: c(X),
|
2899
2902
|
pure: n.pure
|
2900
2903
|
}, {
|
2901
2904
|
default: b(() => [
|
2902
|
-
ie.$slots.default ?
|
2905
|
+
ie.$slots.default ? O(ie.$slots, "default", { key: 0 }) : $("", !0)
|
2903
2906
|
]),
|
2904
2907
|
_: 3
|
2905
2908
|
}, 8, ["createView", "exclude", "pure"])
|
@@ -2934,15 +2937,15 @@ const Uo = /* @__PURE__ */ G({
|
|
2934
2937
|
const l = n.options.filter((i) => Array.isArray(a) ? a.includes(i.value) : a === i.value);
|
2935
2938
|
e("change", a, l);
|
2936
2939
|
};
|
2937
|
-
return (a, l) => (v(), k(
|
2940
|
+
return (a, l) => (v(), k(c(Ao), q(a.$attrs, { onChange: r }), {
|
2938
2941
|
default: b(() => [
|
2939
|
-
(v(!0),
|
2942
|
+
(v(!0), R(de, null, he(n.options, (i, s) => (v(), k(c(Bo), q({
|
2940
2943
|
key: `item_${s}_${i.value}`
|
2941
2944
|
}, { ref_for: !0 }, i), Ue({ _: 2 }, [
|
2942
2945
|
a.$slots.option ? {
|
2943
2946
|
name: "default",
|
2944
2947
|
fn: b(() => [
|
2945
|
-
|
2948
|
+
O(a.$slots, "option", { option: i })
|
2946
2949
|
]),
|
2947
2950
|
key: "0"
|
2948
2951
|
} : void 0
|
@@ -2961,9 +2964,9 @@ const Uo = /* @__PURE__ */ G({
|
|
2961
2964
|
const t = o, n = D(
|
2962
2965
|
() => tn(t.button ? vi : yi)
|
2963
2966
|
);
|
2964
|
-
return (e, r) => (v(), k(
|
2967
|
+
return (e, r) => (v(), k(c(bi), At(Bt(e.$attrs)), {
|
2965
2968
|
default: b(() => [
|
2966
|
-
(v(!0),
|
2969
|
+
(v(!0), R(de, null, he(t.options, (a, l) => (v(), k(Ee(n.value), q({
|
2967
2970
|
key: `item_${l}_${a.value}`
|
2968
2971
|
}, { ref_for: !0 }, a), {
|
2969
2972
|
default: b(() => [
|
@@ -2985,9 +2988,9 @@ const Uo = /* @__PURE__ */ G({
|
|
2985
2988
|
const t = o, n = D(
|
2986
2989
|
() => tn(t.button ? wi : _i)
|
2987
2990
|
);
|
2988
|
-
return (e, r) => (v(), k(
|
2991
|
+
return (e, r) => (v(), k(c(Ci), At(Bt(e.$attrs)), {
|
2989
2992
|
default: b(() => [
|
2990
|
-
(v(!0),
|
2993
|
+
(v(!0), R(de, null, he(t.options, (a, l) => (v(), k(Ee(n.value), q({
|
2991
2994
|
key: `item_${l}_${a.value}`
|
2992
2995
|
}, { ref_for: !0 }, a), {
|
2993
2996
|
default: b(() => [
|
@@ -3040,13 +3043,13 @@ const Uo = /* @__PURE__ */ G({
|
|
3040
3043
|
t.renderOpts,
|
3041
3044
|
t.params
|
3042
3045
|
);
|
3043
|
-
return (l, i) => (v(), k(
|
3046
|
+
return (l, i) => (v(), k(c(Re), q({
|
3044
3047
|
size: "small",
|
3045
3048
|
clearable: "",
|
3046
|
-
modelValue:
|
3049
|
+
modelValue: c(r),
|
3047
3050
|
"onUpdate:modelValue": i[0] || (i[0] = (s) => je(r) ? r.value = s : null),
|
3048
|
-
onInput:
|
3049
|
-
},
|
3051
|
+
onInput: c(a)
|
3052
|
+
}, c(n), Ke(c(e))), null, 16, ["modelValue", "onInput"]));
|
3050
3053
|
}
|
3051
3054
|
}), Rs = { class: "x-grid__filter" }, Xo = /* @__PURE__ */ G({
|
3052
3055
|
name: "InputFilter",
|
@@ -3057,16 +3060,16 @@ const Uo = /* @__PURE__ */ G({
|
|
3057
3060
|
},
|
3058
3061
|
setup(o) {
|
3059
3062
|
const t = o, { renderProps: n, renderEvents: e, state: r, load: a, onChange: l, onKeyup: i } = $n(t.renderOpts, t.params);
|
3060
|
-
return a(), (s,
|
3061
|
-
I(
|
3063
|
+
return a(), (s, u) => (v(), R("div", Rs, [
|
3064
|
+
I(c(Re), q({
|
3062
3065
|
size: "small",
|
3063
3066
|
placeholder: "输入关键字回车筛选",
|
3064
3067
|
clearable: "",
|
3065
|
-
modelValue:
|
3066
|
-
"onUpdate:modelValue":
|
3067
|
-
onInput:
|
3068
|
-
onKeyup: Rt(Ve(
|
3069
|
-
},
|
3068
|
+
modelValue: c(r).option.value,
|
3069
|
+
"onUpdate:modelValue": u[0] || (u[0] = (d) => c(r).option.value = d),
|
3070
|
+
onInput: c(l),
|
3071
|
+
onKeyup: Rt(Ve(c(i), ["stop"]), ["enter"])
|
3072
|
+
}, c(n), Ke(c(e))), null, 16, ["modelValue", "onInput", "onKeyup"])
|
3070
3073
|
]));
|
3071
3074
|
}
|
3072
3075
|
}), Ot = {
|
@@ -3251,24 +3254,24 @@ function He() {
|
|
3251
3254
|
}
|
3252
3255
|
function ge(o, t, n, e, r) {
|
3253
3256
|
if (!(!o.getBoundingClientRect && o !== window)) {
|
3254
|
-
var a, l, i, s,
|
3255
|
-
if (o !== window && o.parentNode && o !== He() ? (a = o.getBoundingClientRect(), l = a.top, i = a.left, s = a.bottom,
|
3257
|
+
var a, l, i, s, u, d, f;
|
3258
|
+
if (o !== window && o.parentNode && o !== He() ? (a = o.getBoundingClientRect(), l = a.top, i = a.left, s = a.bottom, u = a.right, d = a.height, f = a.width) : (l = 0, i = 0, s = window.innerHeight, u = window.innerWidth, d = window.innerHeight, f = window.innerWidth), (t || n) && o !== window && (r = r || o.parentNode, !rt))
|
3256
3259
|
do
|
3257
3260
|
if (r && r.getBoundingClientRect && (Y(r, "transform") !== "none" || n && Y(r, "position") !== "static")) {
|
3258
3261
|
var m = r.getBoundingClientRect();
|
3259
|
-
l -= m.top + parseInt(Y(r, "border-top-width")), i -= m.left + parseInt(Y(r, "border-left-width")), s = l + a.height,
|
3262
|
+
l -= m.top + parseInt(Y(r, "border-top-width")), i -= m.left + parseInt(Y(r, "border-left-width")), s = l + a.height, u = i + a.width;
|
3260
3263
|
break;
|
3261
3264
|
}
|
3262
3265
|
while (r = r.parentNode);
|
3263
3266
|
if (e && o !== window) {
|
3264
3267
|
var g = Dt(r || o), p = g && g.a, h = g && g.d;
|
3265
|
-
g && (l /= h, i /= p, f /= p, d /= h, s = l + d,
|
3268
|
+
g && (l /= h, i /= p, f /= p, d /= h, s = l + d, u = i + f);
|
3266
3269
|
}
|
3267
3270
|
return {
|
3268
3271
|
top: l,
|
3269
3272
|
left: i,
|
3270
3273
|
bottom: s,
|
3271
|
-
right:
|
3274
|
+
right: u,
|
3272
3275
|
width: f,
|
3273
3276
|
height: d
|
3274
3277
|
};
|
@@ -3374,8 +3377,8 @@ function Fa(o, t, n) {
|
|
3374
3377
|
return Array.from(o.children).forEach(function(r) {
|
3375
3378
|
var a, l, i, s;
|
3376
3379
|
if (!(!Ae(r, t.draggable, o, !1) || r.animated || r === n)) {
|
3377
|
-
var
|
3378
|
-
e.left = Math.min((a = e.left) !== null && a !== void 0 ? a : 1 / 0,
|
3380
|
+
var u = ge(r);
|
3381
|
+
e.left = Math.min((a = e.left) !== null && a !== void 0 ? a : 1 / 0, u.left), e.top = Math.min((l = e.top) !== null && l !== void 0 ? l : 1 / 0, u.top), e.right = Math.max((i = e.right) !== null && i !== void 0 ? i : -1 / 0, u.right), e.bottom = Math.max((s = e.bottom) !== null && s !== void 0 ? s : -1 / 0, u.bottom);
|
3379
3382
|
}
|
3380
3383
|
}), e.width = e.right - e.left, e.height = e.bottom - e.top, e.x = e.left, e.y = e.top, e;
|
3381
3384
|
}
|
@@ -3418,11 +3421,11 @@ function qs() {
|
|
3418
3421
|
}
|
3419
3422
|
var a = !1, l = 0;
|
3420
3423
|
o.forEach(function(i) {
|
3421
|
-
var s = 0,
|
3422
|
-
h && (f.top -= h.f, f.left -= h.e),
|
3423
|
-
(p.top - f.top) / (p.left - f.left) === (d.top - f.top) / (d.left - f.left) && (s = Ys(p, m, g, r.options)), Fn(f, d) || (
|
3424
|
-
|
3425
|
-
}, s),
|
3424
|
+
var s = 0, u = i.target, d = u.fromRect, f = ge(u), m = u.prevFromRect, g = u.prevToRect, p = i.rect, h = Dt(u, !0);
|
3425
|
+
h && (f.top -= h.f, f.left -= h.e), u.toRect = f, u.thisAnimationDuration && Fn(m, f) && !Fn(d, f) && // Make sure animatingRect is on line between toRect & fromRect
|
3426
|
+
(p.top - f.top) / (p.left - f.left) === (d.top - f.top) / (d.left - f.left) && (s = Ys(p, m, g, r.options)), Fn(f, d) || (u.prevFromRect = d, u.prevToRect = f, s || (s = r.options.animation), r.animate(u, p, f, s)), s && (a = !0, l = Math.max(l, s), clearTimeout(u.animationResetTimer), u.animationResetTimer = setTimeout(function() {
|
3427
|
+
u.animationTime = 0, u.prevFromRect = null, u.fromRect = null, u.prevToRect = null, u.thisAnimationDuration = null;
|
3428
|
+
}, s), u.thisAnimationDuration = s);
|
3426
3429
|
}), clearTimeout(t), a ? t = setTimeout(function() {
|
3427
3430
|
typeof e == "function" && e();
|
3428
3431
|
}, l) : typeof e == "function" && e(), o = [];
|
@@ -3430,7 +3433,7 @@ function qs() {
|
|
3430
3433
|
animate: function(e, r, a, l) {
|
3431
3434
|
if (l) {
|
3432
3435
|
Y(e, "transition", ""), Y(e, "transform", "");
|
3433
|
-
var i = Dt(this.el), s = i && i.a,
|
3436
|
+
var i = Dt(this.el), s = i && i.a, u = i && i.d, d = (r.left - a.left) / (s || 1), f = (r.top - a.top) / (u || 1);
|
3434
3437
|
e.animatingX = !!d, e.animatingY = !!f, Y(e, "transform", "translate3d(" + d + "px," + f + "px,0)"), this.forRepaintDummy = Gs(e), Y(e, "transition", "transform " + l + "ms" + (this.options.easing ? " " + this.options.easing : "")), Y(e, "transform", "translate3d(0,0,0)"), typeof e.animated == "number" && clearTimeout(e.animated), e.animated = setTimeout(function() {
|
3435
3438
|
Y(e, "transition", ""), Y(e, "transform", ""), e.animated = !1, e.animatingX = !1, e.animatingY = !1;
|
3436
3439
|
}, l);
|
@@ -3473,8 +3476,8 @@ var _t = [], On = {
|
|
3473
3476
|
_t.forEach(function(i) {
|
3474
3477
|
var s = i.pluginName;
|
3475
3478
|
if (!(!t.options[s] && !i.initializeByDefault)) {
|
3476
|
-
var
|
3477
|
-
|
3479
|
+
var u = new i(t, n, t.options);
|
3480
|
+
u.sortable = t, u.options = t.options, t[s] = u, nt(e, u.defaults);
|
3478
3481
|
}
|
3479
3482
|
});
|
3480
3483
|
for (var a in t.options)
|
@@ -3497,13 +3500,13 @@ var _t = [], On = {
|
|
3497
3500
|
}
|
3498
3501
|
};
|
3499
3502
|
function Ks(o) {
|
3500
|
-
var t = o.sortable, n = o.rootEl, e = o.name, r = o.targetEl, a = o.cloneEl, l = o.toEl, i = o.fromEl, s = o.oldIndex,
|
3503
|
+
var t = o.sortable, n = o.rootEl, e = o.name, r = o.targetEl, a = o.cloneEl, l = o.toEl, i = o.fromEl, s = o.oldIndex, u = o.newIndex, d = o.oldDraggableIndex, f = o.newDraggableIndex, m = o.originalEvent, g = o.putSortable, p = o.extraEventProperties;
|
3501
3504
|
if (t = t || n && n[De], !!t) {
|
3502
3505
|
var h, y = t.options, _ = "on" + e.charAt(0).toUpperCase() + e.substr(1);
|
3503
3506
|
window.CustomEvent && !rt && !nn ? h = new CustomEvent(e, {
|
3504
3507
|
bubbles: !0,
|
3505
3508
|
cancelable: !0
|
3506
|
-
}) : (h = document.createEvent("Event"), h.initEvent(e, !0, !0)), h.to = l || n, h.from = i || n, h.item = r || n, h.clone = a, h.oldIndex = s, h.newIndex =
|
3509
|
+
}) : (h = document.createEvent("Event"), h.initEvent(e, !0, !0)), h.to = l || n, h.from = i || n, h.item = r || n, h.clone = a, h.oldIndex = s, h.newIndex = u, h.oldDraggableIndex = d, h.newDraggableIndex = f, h.originalEvent = m, h.pullMode = g ? g.lastPutMode : void 0;
|
3507
3510
|
var S = Xe(Xe({}, p), on.getEventProperties(e, t));
|
3508
3511
|
for (var x in S)
|
3509
3512
|
h[x] = S[x];
|
@@ -3516,7 +3519,7 @@ var Ws = ["evt"], Te = function(t, n) {
|
|
3516
3519
|
dragEl: B,
|
3517
3520
|
parentEl: fe,
|
3518
3521
|
ghostEl: J,
|
3519
|
-
rootEl:
|
3522
|
+
rootEl: ue,
|
3520
3523
|
nextEl: dt,
|
3521
3524
|
lastDownEl: hn,
|
3522
3525
|
cloneEl: ce,
|
@@ -3551,14 +3554,14 @@ function Se(o) {
|
|
3551
3554
|
putSortable: ye,
|
3552
3555
|
cloneEl: ce,
|
3553
3556
|
targetEl: B,
|
3554
|
-
rootEl:
|
3557
|
+
rootEl: ue,
|
3555
3558
|
oldIndex: Et,
|
3556
3559
|
oldDraggableIndex: Jt,
|
3557
3560
|
newIndex: Me,
|
3558
3561
|
newDraggableIndex: it
|
3559
3562
|
}, o));
|
3560
3563
|
}
|
3561
|
-
var B, fe, J,
|
3564
|
+
var B, fe, J, ue, dt, hn, ce, lt, Et, Me, Jt, it, sn, ye, xt = !1, En = !1, kn = [], ut, $e, Nn, jn, br, wr, qt, Ct, Qt, Zt = !1, un = !1, vn, we, Ln = [], Eo = !1, Tn = [], In = typeof document < "u", cn = qo, _r = nn || rt ? "cssFloat" : "float", Js = In && !Pa && !qo && "draggable" in document.createElement("div"), Oa = (function() {
|
3562
3565
|
if (In) {
|
3563
3566
|
if (rt)
|
3564
3567
|
return !1;
|
@@ -3566,7 +3569,7 @@ var B, fe, J, se, dt, hn, ce, lt, Et, Me, Jt, it, sn, ye, xt = !1, En = !1, kn =
|
|
3566
3569
|
return o.style.cssText = "pointer-events:auto", o.style.pointerEvents === "auto";
|
3567
3570
|
}
|
3568
3571
|
})(), Na = function(t, n) {
|
3569
|
-
var e = Y(t), r = parseInt(e.width) - parseInt(e.paddingLeft) - parseInt(e.paddingRight) - parseInt(e.borderLeftWidth) - parseInt(e.borderRightWidth), a = It(t, 0, n), l = It(t, 1, n), i = a && Y(a), s = l && Y(l),
|
3572
|
+
var e = Y(t), r = parseInt(e.width) - parseInt(e.paddingLeft) - parseInt(e.paddingRight) - parseInt(e.borderLeftWidth) - parseInt(e.borderRightWidth), a = It(t, 0, n), l = It(t, 1, n), i = a && Y(a), s = l && Y(l), u = i && parseInt(i.marginLeft) + parseInt(i.marginRight) + ge(a).width, d = s && parseInt(s.marginLeft) + parseInt(s.marginRight) + ge(l).width;
|
3570
3573
|
if (e.display === "flex")
|
3571
3574
|
return e.flexDirection === "column" || e.flexDirection === "column-reverse" ? "vertical" : "horizontal";
|
3572
3575
|
if (e.display === "grid")
|
@@ -3575,10 +3578,10 @@ var B, fe, J, se, dt, hn, ce, lt, Et, Me, Jt, it, sn, ye, xt = !1, En = !1, kn =
|
|
3575
3578
|
var f = i.float === "left" ? "left" : "right";
|
3576
3579
|
return l && (s.clear === "both" || s.clear === f) ? "vertical" : "horizontal";
|
3577
3580
|
}
|
3578
|
-
return a && (i.display === "block" || i.display === "flex" || i.display === "table" || i.display === "grid" ||
|
3581
|
+
return a && (i.display === "block" || i.display === "flex" || i.display === "table" || i.display === "grid" || u >= r && e[_r] === "none" || l && e[_r] === "none" && u + d > r) ? "vertical" : "horizontal";
|
3579
3582
|
}, Qs = function(t, n, e) {
|
3580
|
-
var r = e ? t.left : t.top, a = e ? t.right : t.bottom, l = e ? t.width : t.height, i = e ? n.left : n.top, s = e ? n.right : n.bottom,
|
3581
|
-
return r === i || a === s || r + l / 2 === i +
|
3583
|
+
var r = e ? t.left : t.top, a = e ? t.right : t.bottom, l = e ? t.width : t.height, i = e ? n.left : n.top, s = e ? n.right : n.bottom, u = e ? n.width : n.height;
|
3584
|
+
return r === i || a === s || r + l / 2 === i + u / 2;
|
3582
3585
|
}, Zs = function(t, n) {
|
3583
3586
|
var e;
|
3584
3587
|
return kn.some(function(r) {
|
@@ -3591,7 +3594,7 @@ var B, fe, J, se, dt, hn, ce, lt, Et, Me, Jt, it, sn, ye, xt = !1, En = !1, kn =
|
|
3591
3594
|
}), e;
|
3592
3595
|
}, ja = function(t) {
|
3593
3596
|
function n(a, l) {
|
3594
|
-
return function(i, s,
|
3597
|
+
return function(i, s, u, d) {
|
3595
3598
|
var f = i.options.group.name && s.options.group.name && i.options.group.name === s.options.group.name;
|
3596
3599
|
if (a == null && (l || f))
|
3597
3600
|
return !0;
|
@@ -3600,7 +3603,7 @@ var B, fe, J, se, dt, hn, ce, lt, Et, Me, Jt, it, sn, ye, xt = !1, En = !1, kn =
|
|
3600
3603
|
if (l && a === "clone")
|
3601
3604
|
return a;
|
3602
3605
|
if (typeof a == "function")
|
3603
|
-
return n(a(i, s,
|
3606
|
+
return n(a(i, s, u, d), l)(i, s, u, d);
|
3604
3607
|
var m = (l ? i : s).options.group.name;
|
3605
3608
|
return a === !0 || typeof a == "string" && a === m || a.join && a.indexOf(m) > -1;
|
3606
3609
|
};
|
@@ -3701,13 +3704,13 @@ K.prototype = /** @lends Sortable.prototype */
|
|
3701
3704
|
},
|
3702
3705
|
_onTapStart: function(t) {
|
3703
3706
|
if (t.cancelable) {
|
3704
|
-
var n = this, e = this.el, r = this.options, a = r.preventOnFilter, l = t.type, i = t.touches && t.touches[0] || t.pointerType && t.pointerType === "touch" && t, s = (i || t).target,
|
3705
|
-
if (s0(e), !B && !(/mousedown|pointerdown/.test(l) && t.button !== 0 || r.disabled) && !
|
3707
|
+
var n = this, e = this.el, r = this.options, a = r.preventOnFilter, l = t.type, i = t.touches && t.touches[0] || t.pointerType && t.pointerType === "touch" && t, s = (i || t).target, u = t.target.shadowRoot && (t.path && t.path[0] || t.composedPath && t.composedPath()[0]) || s, d = r.filter;
|
3708
|
+
if (s0(e), !B && !(/mousedown|pointerdown/.test(l) && t.button !== 0 || r.disabled) && !u.isContentEditable && !(!this.nativeDraggable && Kt && s && s.tagName.toUpperCase() === "SELECT") && (s = Ae(s, r.draggable, e, !1), !(s && s.animated) && hn !== s)) {
|
3706
3709
|
if (Et = Ie(s), Jt = Ie(s, r.draggable), typeof d == "function") {
|
3707
3710
|
if (d.call(this, t, s, this)) {
|
3708
3711
|
Se({
|
3709
3712
|
sortable: n,
|
3710
|
-
rootEl:
|
3713
|
+
rootEl: u,
|
3711
3714
|
name: "filter",
|
3712
3715
|
targetEl: s,
|
3713
3716
|
toEl: e,
|
@@ -3718,7 +3721,7 @@ K.prototype = /** @lends Sortable.prototype */
|
|
3718
3721
|
return;
|
3719
3722
|
}
|
3720
3723
|
} else if (d && (d = d.split(",").some(function(f) {
|
3721
|
-
if (f = Ae(
|
3724
|
+
if (f = Ae(u, f.trim(), e, !1), f)
|
3722
3725
|
return Se({
|
3723
3726
|
sortable: n,
|
3724
3727
|
rootEl: f,
|
@@ -3733,19 +3736,19 @@ K.prototype = /** @lends Sortable.prototype */
|
|
3733
3736
|
a && t.preventDefault();
|
3734
3737
|
return;
|
3735
3738
|
}
|
3736
|
-
r.handle && !Ae(
|
3739
|
+
r.handle && !Ae(u, r.handle, e, !1) || this._prepareDragStart(t, i, s);
|
3737
3740
|
}
|
3738
3741
|
}
|
3739
3742
|
},
|
3740
3743
|
_prepareDragStart: function(t, n, e) {
|
3741
3744
|
var r = this, a = r.el, l = r.options, i = a.ownerDocument, s;
|
3742
3745
|
if (e && !B && e.parentNode === a) {
|
3743
|
-
var
|
3744
|
-
if (
|
3746
|
+
var u = ge(e);
|
3747
|
+
if (ue = a, B = e, fe = B.parentNode, dt = B.nextSibling, hn = e, sn = l.group, K.dragged = B, ut = {
|
3745
3748
|
target: B,
|
3746
3749
|
clientX: (n || t).clientX,
|
3747
3750
|
clientY: (n || t).clientY
|
3748
|
-
}, br = ut.clientX -
|
3751
|
+
}, br = ut.clientX - u.left, wr = ut.clientY - u.top, this._lastX = (n || t).clientX, this._lastY = (n || t).clientY, B.style["will-change"] = "all", s = function() {
|
3749
3752
|
if (Te("delayEnded", r, {
|
3750
3753
|
evt: t
|
3751
3754
|
}), K.eventCanceled) {
|
@@ -3783,7 +3786,7 @@ K.prototype = /** @lends Sortable.prototype */
|
|
3783
3786
|
te(t, "mouseup", this._disableDelayedDrag), te(t, "touchend", this._disableDelayedDrag), te(t, "touchcancel", this._disableDelayedDrag), te(t, "pointerup", this._disableDelayedDrag), te(t, "pointercancel", this._disableDelayedDrag), te(t, "mousemove", this._delayedDragTouchMoveHandler), te(t, "touchmove", this._delayedDragTouchMoveHandler), te(t, "pointermove", this._delayedDragTouchMoveHandler);
|
3784
3787
|
},
|
3785
3788
|
_triggerDragStart: function(t, n) {
|
3786
|
-
n = n || t.pointerType == "touch" && t, !this.nativeDraggable || n ? this.options.supportPointer ? ne(document, "pointermove", this._onTouchMove) : n ? ne(document, "touchmove", this._onTouchMove) : ne(document, "mousemove", this._onTouchMove) : (ne(B, "dragend", this), ne(
|
3789
|
+
n = n || t.pointerType == "touch" && t, !this.nativeDraggable || n ? this.options.supportPointer ? ne(document, "pointermove", this._onTouchMove) : n ? ne(document, "touchmove", this._onTouchMove) : ne(document, "mousemove", this._onTouchMove) : (ne(B, "dragend", this), ne(ue, "dragstart", this._onDragStart));
|
3787
3790
|
try {
|
3788
3791
|
document.selection ? yn(function() {
|
3789
3792
|
document.selection.empty();
|
@@ -3792,7 +3795,7 @@ K.prototype = /** @lends Sortable.prototype */
|
|
3792
3795
|
}
|
3793
3796
|
},
|
3794
3797
|
_dragStarted: function(t, n) {
|
3795
|
-
if (xt = !1,
|
3798
|
+
if (xt = !1, ue && B) {
|
3796
3799
|
Te("dragStarted", this, {
|
3797
3800
|
evt: n
|
3798
3801
|
}), this.nativeDraggable && ne(document, "dragover", e0);
|
@@ -3829,7 +3832,7 @@ K.prototype = /** @lends Sortable.prototype */
|
|
3829
3832
|
},
|
3830
3833
|
_onTouchMove: function(t) {
|
3831
3834
|
if (ut) {
|
3832
|
-
var n = this.options, e = n.fallbackTolerance, r = n.fallbackOffset, a = t.touches ? t.touches[0] : t, l = J && Dt(J, !0), i = J && l && l.a, s = J && l && l.d,
|
3835
|
+
var n = this.options, e = n.fallbackTolerance, r = n.fallbackOffset, a = t.touches ? t.touches[0] : t, l = J && Dt(J, !0), i = J && l && l.a, s = J && l && l.d, u = cn && we && yr(we), d = (a.clientX - ut.clientX + r.x) / (i || 1) + (u ? u[0] - Ln[0] : 0) / (i || 1), f = (a.clientY - ut.clientY + r.y) / (s || 1) + (u ? u[1] - Ln[1] : 0) / (s || 1);
|
3833
3836
|
if (!K.active && !xt) {
|
3834
3837
|
if (e && Math.max(Math.abs(a.clientX - this._lastX), Math.abs(a.clientY - this._lastY)) < e)
|
3835
3838
|
return;
|
@@ -3852,7 +3855,7 @@ K.prototype = /** @lends Sortable.prototype */
|
|
3852
3855
|
},
|
3853
3856
|
_appendGhost: function() {
|
3854
3857
|
if (!J) {
|
3855
|
-
var t = this.options.fallbackOnBody ? document.body :
|
3858
|
+
var t = this.options.fallbackOnBody ? document.body : ue, n = ge(B, !0, cn, !0, t), e = this.options;
|
3856
3859
|
if (cn) {
|
3857
3860
|
for (we = t; Y(we, "position") === "static" && Y(we, "transform") === "none" && we !== document; )
|
3858
3861
|
we = we.parentNode;
|
@@ -3870,7 +3873,7 @@ K.prototype = /** @lends Sortable.prototype */
|
|
3870
3873
|
return;
|
3871
3874
|
}
|
3872
3875
|
Te("setupClone", this), K.eventCanceled || (ce = Ra(B), ce.removeAttribute("id"), ce.draggable = !1, ce.style["will-change"] = "", this._hideClone(), ze(ce, this.options.chosenClass, !1), K.clone = ce), e.cloneId = yn(function() {
|
3873
|
-
Te("clone", e), !K.eventCanceled && (e.options.removeCloneOnHide ||
|
3876
|
+
Te("clone", e), !K.eventCanceled && (e.options.removeCloneOnHide || ue.insertBefore(ce, B), e._hideClone(), Se({
|
3874
3877
|
sortable: e,
|
3875
3878
|
name: "clone"
|
3876
3879
|
}));
|
@@ -3878,9 +3881,9 @@ K.prototype = /** @lends Sortable.prototype */
|
|
3878
3881
|
},
|
3879
3882
|
// Returns true - if no further action is needed (either inserted or another condition)
|
3880
3883
|
_onDragOver: function(t) {
|
3881
|
-
var n = this.el, e = t.target, r, a, l, i = this.options, s = i.group,
|
3884
|
+
var n = this.el, e = t.target, r, a, l, i = this.options, s = i.group, u = K.active, d = sn === s, f = i.sort, m = ye || u, g, p = this, h = !1;
|
3882
3885
|
if (Eo) return;
|
3883
|
-
function y(T,
|
3886
|
+
function y(T, N) {
|
3884
3887
|
Te(T, p, Xe({
|
3885
3888
|
evt: t,
|
3886
3889
|
isOwner: d,
|
@@ -3893,10 +3896,10 @@ K.prototype = /** @lends Sortable.prototype */
|
|
3893
3896
|
target: e,
|
3894
3897
|
completed: S,
|
3895
3898
|
onMove: function(le, ke) {
|
3896
|
-
return dn(
|
3899
|
+
return dn(ue, n, B, r, le, ge(le), t, ke);
|
3897
3900
|
},
|
3898
3901
|
changed: x
|
3899
|
-
},
|
3902
|
+
}, N));
|
3900
3903
|
}
|
3901
3904
|
function _() {
|
3902
3905
|
y("dragOverAnimationCapture"), p.captureAnimationState(), p !== m && m.captureAnimationState();
|
@@ -3904,7 +3907,7 @@ K.prototype = /** @lends Sortable.prototype */
|
|
3904
3907
|
function S(T) {
|
3905
3908
|
return y("dragOverCompleted", {
|
3906
3909
|
insertion: T
|
3907
|
-
}), T && (d ?
|
3910
|
+
}), T && (d ? u._hideClone() : u._showClone(p), p !== m && (ze(B, ye ? ye.options.ghostClass : u.options.ghostClass, !1), ze(B, i.ghostClass, !0)), ye !== p && p !== K.active ? ye = p : p === K.active && ye && (ye = null), m === p && (p._ignoreWhileAnimating = e), p.animateAll(function() {
|
3908
3911
|
y("dragOverAnimationComplete"), p._ignoreWhileAnimating = null;
|
3909
3912
|
}), p !== m && (m.animateAll(), m._ignoreWhileAnimating = null)), (e === B && !B.animated || e === n && !e.animated) && (Ct = null), !i.dragoverBubble && !t.rootEl && e !== document && (B.parentNode[De]._isOutsideThisEl(t.target), !T && ct(t)), !i.dragoverBubble && t.stopPropagation && t.stopPropagation(), h = !0;
|
3910
3913
|
}
|
@@ -3921,41 +3924,41 @@ K.prototype = /** @lends Sortable.prototype */
|
|
3921
3924
|
if (t.preventDefault !== void 0 && t.cancelable && t.preventDefault(), e = Ae(e, i.draggable, n, !0), y("dragOver"), K.eventCanceled) return h;
|
3922
3925
|
if (B.contains(t.target) || e.animated && e.animatingX && e.animatingY || p._ignoreWhileAnimating === e)
|
3923
3926
|
return S(!1);
|
3924
|
-
if (En = !1,
|
3927
|
+
if (En = !1, u && !i.disabled && (d ? f || (l = fe !== ue) : ye === this || (this.lastPutMode = sn.checkPull(this, u, B, t)) && s.checkPut(this, u, B, t))) {
|
3925
3928
|
if (g = this._getDirection(t, e) === "vertical", r = ge(B), y("dragOverValid"), K.eventCanceled) return h;
|
3926
3929
|
if (l)
|
3927
|
-
return fe =
|
3930
|
+
return fe = ue, _(), this._hideClone(), y("revert"), K.eventCanceled || (dt ? ue.insertBefore(B, dt) : ue.appendChild(B)), S(!0);
|
3928
3931
|
var C = Go(n, i.draggable);
|
3929
3932
|
if (!C || r0(t, g, this) && !C.animated) {
|
3930
3933
|
if (C === B)
|
3931
3934
|
return S(!1);
|
3932
|
-
if (C && n === t.target && (e = C), e && (a = ge(e)), dn(
|
3935
|
+
if (C && n === t.target && (e = C), e && (a = ge(e)), dn(ue, n, B, r, e, a, t, !!e) !== !1)
|
3933
3936
|
return _(), C && C.nextSibling ? n.insertBefore(B, C.nextSibling) : n.appendChild(B), fe = n, x(), S(!0);
|
3934
3937
|
} else if (C && o0(t, g, this)) {
|
3935
3938
|
var P = It(n, 0, i, !0);
|
3936
3939
|
if (P === B)
|
3937
3940
|
return S(!1);
|
3938
|
-
if (e = P, a = ge(e), dn(
|
3941
|
+
if (e = P, a = ge(e), dn(ue, n, B, r, e, a, t, !1) !== !1)
|
3939
3942
|
return _(), n.insertBefore(B, P), fe = n, x(), S(!0);
|
3940
3943
|
} else if (e.parentNode === n) {
|
3941
3944
|
a = ge(e);
|
3942
|
-
var E = 0, w, A = B.parentNode !== n, M = !Qs(B.animated && B.toRect || r, e.animated && e.toRect || a, g),
|
3943
|
-
Ct !== e && (w = a[
|
3945
|
+
var E = 0, w, A = B.parentNode !== n, M = !Qs(B.animated && B.toRect || r, e.animated && e.toRect || a, g), U = g ? "top" : "left", F = vr(e, "top", "top") || vr(B, "top", "top"), j = F ? F.scrollTop : void 0;
|
3946
|
+
Ct !== e && (w = a[U], Zt = !1, un = !M && i.invertSwap || A), E = a0(t, e, a, g, M ? 1 : i.swapThreshold, i.invertedSwapThreshold == null ? i.swapThreshold : i.invertedSwapThreshold, un, Ct === e);
|
3944
3947
|
var V;
|
3945
3948
|
if (E !== 0) {
|
3946
|
-
var
|
3949
|
+
var H = Ie(B);
|
3947
3950
|
do
|
3948
|
-
|
3951
|
+
H -= E, V = fe.children[H];
|
3949
3952
|
while (V && (Y(V, "display") === "none" || V === J));
|
3950
3953
|
}
|
3951
3954
|
if (E === 0 || V === e)
|
3952
3955
|
return S(!1);
|
3953
3956
|
Ct = e, Qt = E;
|
3954
|
-
var
|
3955
|
-
|
3956
|
-
var z = dn(
|
3957
|
+
var se = e.nextElementSibling, X = !1;
|
3958
|
+
X = E === 1;
|
3959
|
+
var z = dn(ue, n, B, r, e, a, t, X);
|
3957
3960
|
if (z !== !1)
|
3958
|
-
return (z === 1 || z === -1) && (
|
3961
|
+
return (z === 1 || z === -1) && (X = z === 1), Eo = !0, setTimeout(n0, 30), _(), X && !se ? n.appendChild(B) : e.parentNode.insertBefore(B, X ? se : e), F && Va(F, 0, j - F.scrollTop), fe = B.parentNode, w !== void 0 && !un && (vn = Math.abs(w - ge(e)[U])), x(), S(!0);
|
3959
3962
|
}
|
3960
3963
|
if (n.contains(B))
|
3961
3964
|
return S(!1);
|
@@ -3978,18 +3981,18 @@ K.prototype = /** @lends Sortable.prototype */
|
|
3978
3981
|
this._nulling();
|
3979
3982
|
return;
|
3980
3983
|
}
|
3981
|
-
xt = !1, un = !1, Zt = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), ko(this.cloneId), ko(this._dragStartId), this.nativeDraggable && (te(document, "drop", this), te(n, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Kt && Y(document.body, "user-select", ""), Y(B, "transform", ""), t && (qt && (t.cancelable && t.preventDefault(), !e.dropBubble && t.stopPropagation()), J && J.parentNode && J.parentNode.removeChild(J), (
|
3984
|
+
xt = !1, un = !1, Zt = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), ko(this.cloneId), ko(this._dragStartId), this.nativeDraggable && (te(document, "drop", this), te(n, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Kt && Y(document.body, "user-select", ""), Y(B, "transform", ""), t && (qt && (t.cancelable && t.preventDefault(), !e.dropBubble && t.stopPropagation()), J && J.parentNode && J.parentNode.removeChild(J), (ue === fe || ye && ye.lastPutMode !== "clone") && ce && ce.parentNode && ce.parentNode.removeChild(ce), B && (this.nativeDraggable && te(B, "dragend", this), Hn(B), B.style["will-change"] = "", qt && !xt && ze(B, ye ? ye.options.ghostClass : this.options.ghostClass, !1), ze(B, this.options.chosenClass, !1), Se({
|
3982
3985
|
sortable: this,
|
3983
3986
|
name: "unchoose",
|
3984
3987
|
toEl: fe,
|
3985
3988
|
newIndex: null,
|
3986
3989
|
newDraggableIndex: null,
|
3987
3990
|
originalEvent: t
|
3988
|
-
}),
|
3991
|
+
}), ue !== fe ? (Me >= 0 && (Se({
|
3989
3992
|
rootEl: fe,
|
3990
3993
|
name: "add",
|
3991
3994
|
toEl: fe,
|
3992
|
-
fromEl:
|
3995
|
+
fromEl: ue,
|
3993
3996
|
originalEvent: t
|
3994
3997
|
}), Se({
|
3995
3998
|
sortable: this,
|
@@ -4000,7 +4003,7 @@ K.prototype = /** @lends Sortable.prototype */
|
|
4000
4003
|
rootEl: fe,
|
4001
4004
|
name: "sort",
|
4002
4005
|
toEl: fe,
|
4003
|
-
fromEl:
|
4006
|
+
fromEl: ue,
|
4004
4007
|
originalEvent: t
|
4005
4008
|
}), Se({
|
4006
4009
|
sortable: this,
|
@@ -4025,7 +4028,7 @@ K.prototype = /** @lends Sortable.prototype */
|
|
4025
4028
|
}), this.save()))), this._nulling();
|
4026
4029
|
},
|
4027
4030
|
_nulling: function() {
|
4028
|
-
Te("nulling", this),
|
4031
|
+
Te("nulling", this), ue = B = fe = J = dt = ce = hn = lt = ut = $e = qt = Me = it = Et = Jt = Ct = Qt = ye = sn = K.dragged = K.ghost = K.clone = K.active = null, Tn.forEach(function(t) {
|
4029
4032
|
t.checked = !0;
|
4030
4033
|
}), Tn.length = Nn = jn = 0;
|
4031
4034
|
},
|
@@ -4118,7 +4121,7 @@ K.prototype = /** @lends Sortable.prototype */
|
|
4118
4121
|
}
|
4119
4122
|
if (lt) {
|
4120
4123
|
if (Te("showClone", this), K.eventCanceled) return;
|
4121
|
-
B.parentNode ==
|
4124
|
+
B.parentNode == ue && !this.options.group.revertClone ? ue.insertBefore(ce, B) : dt ? ue.insertBefore(ce, dt) : ue.appendChild(ce), this.options.group.revertClone && this.animate(B, ce), Y(ce, "display", ""), lt = !1;
|
4122
4125
|
}
|
4123
4126
|
}
|
4124
4127
|
};
|
@@ -4126,11 +4129,11 @@ function t0(o) {
|
|
4126
4129
|
o.dataTransfer && (o.dataTransfer.dropEffect = "move"), o.cancelable && o.preventDefault();
|
4127
4130
|
}
|
4128
4131
|
function dn(o, t, n, e, r, a, l, i) {
|
4129
|
-
var s,
|
4132
|
+
var s, u = o[De], d = u.options.onMove, f;
|
4130
4133
|
return window.CustomEvent && !rt && !nn ? s = new CustomEvent("move", {
|
4131
4134
|
bubbles: !0,
|
4132
4135
|
cancelable: !0
|
4133
|
-
}) : (s = document.createEvent("Event"), s.initEvent("move", !0, !0)), s.to = t, s.from = o, s.dragged = n, s.draggedRect = e, s.related = r || t, s.relatedRect = a || ge(t), s.willInsertAfter = i, s.originalEvent = l, o.dispatchEvent(s), d && (f = d.call(
|
4136
|
+
}) : (s = document.createEvent("Event"), s.initEvent("move", !0, !0)), s.to = t, s.from = o, s.dragged = n, s.draggedRect = e, s.related = r || t, s.relatedRect = a || ge(t), s.willInsertAfter = i, s.originalEvent = l, o.dispatchEvent(s), d && (f = d.call(u, s, l)), f;
|
4134
4137
|
}
|
4135
4138
|
function Hn(o) {
|
4136
4139
|
o.draggable = !1;
|
@@ -4147,17 +4150,17 @@ function r0(o, t, n) {
|
|
4147
4150
|
return t ? o.clientX > r.right + a || o.clientY > e.bottom && o.clientX > e.left : o.clientY > r.bottom + a || o.clientX > e.right && o.clientY > e.top;
|
4148
4151
|
}
|
4149
4152
|
function a0(o, t, n, e, r, a, l, i) {
|
4150
|
-
var s = e ? o.clientY : o.clientX,
|
4153
|
+
var s = e ? o.clientY : o.clientX, u = e ? n.height : n.width, d = e ? n.top : n.left, f = e ? n.bottom : n.right, m = !1;
|
4151
4154
|
if (!l) {
|
4152
|
-
if (i && vn <
|
4153
|
-
if (!Zt && (Qt === 1 ? s > d +
|
4155
|
+
if (i && vn < u * r) {
|
4156
|
+
if (!Zt && (Qt === 1 ? s > d + u * a / 2 : s < f - u * a / 2) && (Zt = !0), Zt)
|
4154
4157
|
m = !0;
|
4155
4158
|
else if (Qt === 1 ? s < d + vn : s > f - vn)
|
4156
4159
|
return -Qt;
|
4157
|
-
} else if (s > d +
|
4160
|
+
} else if (s > d + u * (1 - r) / 2 && s < f - u * (1 - r) / 2)
|
4158
4161
|
return i0(t);
|
4159
4162
|
}
|
4160
|
-
return m = m || l, m && (s < d +
|
4163
|
+
return m = m || l, m && (s < d + u * a / 2 || s > f - u * a / 2) ? s > d + u / 2 ? 1 : -1 : 0;
|
4161
4164
|
}
|
4162
4165
|
function i0(o) {
|
4163
4166
|
return Ie(B) < Ie(o) ? 1 : -1;
|
@@ -4256,8 +4259,8 @@ function u0() {
|
|
4256
4259
|
qn(n, this.options, i, e);
|
4257
4260
|
var s = st(i, !0);
|
4258
4261
|
Do && (!Yt || a !== Un || l !== Xn) && (Yt && Cr(), Yt = setInterval(function() {
|
4259
|
-
var
|
4260
|
-
|
4262
|
+
var u = st(document.elementFromPoint(a, l), !0);
|
4263
|
+
u !== s && (s = u, bn()), qn(n, r.options, u, e);
|
4261
4264
|
}, 10), Un = a, Xn = l);
|
4262
4265
|
} else {
|
4263
4266
|
if (!this.options.bubbleScroll || st(i, !0) === He()) {
|
@@ -4282,33 +4285,33 @@ function Cr() {
|
|
4282
4285
|
}
|
4283
4286
|
var qn = Ba(function(o, t, n, e) {
|
4284
4287
|
if (t.scroll) {
|
4285
|
-
var r = (o.touches ? o.touches[0] : o).clientX, a = (o.touches ? o.touches[0] : o).clientY, l = t.scrollSensitivity, i = t.scrollSpeed, s = He(),
|
4288
|
+
var r = (o.touches ? o.touches[0] : o).clientX, a = (o.touches ? o.touches[0] : o).clientY, l = t.scrollSensitivity, i = t.scrollSpeed, s = He(), u = !1, d;
|
4286
4289
|
To !== n && (To = n, bn(), Gt = t.scroll, d = t.scrollFn, Gt === !0 && (Gt = st(n, !0)));
|
4287
4290
|
var f = 0, m = Gt;
|
4288
4291
|
do {
|
4289
|
-
var g = m, p = ge(g), h = p.top, y = p.bottom, _ = p.left, S = p.right, x = p.width, C = p.height, P = void 0, E = void 0, w = g.scrollWidth, A = g.scrollHeight, M = Y(g),
|
4292
|
+
var g = m, p = ge(g), h = p.top, y = p.bottom, _ = p.left, S = p.right, x = p.width, C = p.height, P = void 0, E = void 0, w = g.scrollWidth, A = g.scrollHeight, M = Y(g), U = g.scrollLeft, F = g.scrollTop;
|
4290
4293
|
g === s ? (P = x < w && (M.overflowX === "auto" || M.overflowX === "scroll" || M.overflowX === "visible"), E = C < A && (M.overflowY === "auto" || M.overflowY === "scroll" || M.overflowY === "visible")) : (P = x < w && (M.overflowX === "auto" || M.overflowX === "scroll"), E = C < A && (M.overflowY === "auto" || M.overflowY === "scroll"));
|
4291
|
-
var
|
4294
|
+
var j = P && (Math.abs(S - r) <= l && U + x < w) - (Math.abs(_ - r) <= l && !!U), V = E && (Math.abs(y - a) <= l && F + C < A) - (Math.abs(h - a) <= l && !!F);
|
4292
4295
|
if (!me[f])
|
4293
|
-
for (var
|
4294
|
-
me[
|
4295
|
-
(me[f].vx !=
|
4296
|
+
for (var H = 0; H <= f; H++)
|
4297
|
+
me[H] || (me[H] = {});
|
4298
|
+
(me[f].vx != j || me[f].vy != V || me[f].el !== g) && (me[f].el = g, me[f].vx = j, me[f].vy = V, clearInterval(me[f].pid), (j != 0 || V != 0) && (u = !0, me[f].pid = setInterval(function() {
|
4296
4299
|
e && this.layer === 0 && K.active._onTouchMove(Dn);
|
4297
|
-
var
|
4298
|
-
typeof d == "function" && d.call(K.dragged.parentNode[De],
|
4300
|
+
var se = me[this.layer].vy ? me[this.layer].vy * i : 0, X = me[this.layer].vx ? me[this.layer].vx * i : 0;
|
4301
|
+
typeof d == "function" && d.call(K.dragged.parentNode[De], X, se, o, Dn, me[this.layer].el) !== "continue" || Va(me[this.layer].el, X, se);
|
4299
4302
|
}.bind({
|
4300
4303
|
layer: f
|
4301
4304
|
}), 24))), f++;
|
4302
4305
|
} while (t.bubbleScroll && m !== s && (m = st(m, !1)));
|
4303
|
-
Do =
|
4306
|
+
Do = u;
|
4304
4307
|
}
|
4305
4308
|
}, 30), Ua = function(t) {
|
4306
4309
|
var n = t.originalEvent, e = t.putSortable, r = t.dragEl, a = t.activeSortable, l = t.dispatchSortableEvent, i = t.hideGhostForTarget, s = t.unhideGhostForTarget;
|
4307
4310
|
if (n) {
|
4308
|
-
var
|
4311
|
+
var u = e || a;
|
4309
4312
|
i();
|
4310
4313
|
var d = n.changedTouches && n.changedTouches.length ? n.changedTouches[0] : n, f = document.elementFromPoint(d.clientX, d.clientY);
|
4311
|
-
s(),
|
4314
|
+
s(), u && !u.el.contains(f) && (l("spill"), this.onSpill({
|
4312
4315
|
dragEl: r,
|
4313
4316
|
putSortable: e
|
4314
4317
|
}));
|
@@ -4374,9 +4377,9 @@ function d0(o) {
|
|
4374
4377
|
};
|
4375
4378
|
}
|
4376
4379
|
function f0(o, t, n) {
|
4377
|
-
const { getTableColumn: e, getColumnNode: r, getColumnIndex: a, loadColumn: l } = o, i = (s,
|
4380
|
+
const { getTableColumn: e, getColumnNode: r, getColumnIndex: a, loadColumn: l } = o, i = (s, u = 0) => s.filter((d) => d.visible)[u];
|
4378
4381
|
return (s) => {
|
4379
|
-
const { item:
|
4382
|
+
const { item: u, newIndex: d = -1, oldIndex: f = -1 } = s, { collectColumn: m, fullColumn: g } = e(), p = r(u);
|
4380
4383
|
if (!p) return;
|
4381
4384
|
const h = p.parent, y = h ? h.children : m, S = g.filter(
|
4382
4385
|
(w) => w.level === p.item.level
|
@@ -4406,10 +4409,10 @@ function ft(o) {
|
|
4406
4409
|
}
|
4407
4410
|
function m0(o, t) {
|
4408
4411
|
const { resize: n = {}, visible: e = {}, sort: r = [], fixed: a = {} } = t, l = p0(r), i = (s) => {
|
4409
|
-
s.sort((
|
4410
|
-
for (let
|
4411
|
-
const d = ft(
|
4412
|
-
f && (
|
4412
|
+
s.sort((u, d) => l[ft(u)] - l[ft(d)] || 0);
|
4413
|
+
for (let u of s) {
|
4414
|
+
const d = ft(u), f = n[d], m = e[d], g = a[d];
|
4415
|
+
f && (u.width = f), m !== void 0 && (u.visible = m), g !== void 0 && (u.fixed = g), u.children && i(u.children);
|
4413
4416
|
}
|
4414
4417
|
};
|
4415
4418
|
return i(o), o;
|
@@ -4418,9 +4421,9 @@ function qe(o, t) {
|
|
4418
4421
|
const { row: n, column: e } = t;
|
4419
4422
|
let r = n[e.field];
|
4420
4423
|
const { props: a = {}, events: l = {} } = o, i = Co(a) ? a({ row: n, column: e, cellValue: r }) : a, s = Object.entries(l).reduce(
|
4421
|
-
(
|
4424
|
+
(u, [d, f]) => {
|
4422
4425
|
const m = da(`on-${d}`);
|
4423
|
-
return
|
4426
|
+
return u[m] = (...g) => f({ cellValue: r, row: n, column: e }, ...g), u;
|
4424
4427
|
},
|
4425
4428
|
{}
|
4426
4429
|
);
|
@@ -4455,16 +4458,16 @@ const g0 = {
|
|
4455
4458
|
);
|
4456
4459
|
return Ye(() => {
|
4457
4460
|
n.value?.focus();
|
4458
|
-
}), (i, s) => (v(), k(
|
4461
|
+
}), (i, s) => (v(), k(c(Cn), q({
|
4459
4462
|
ref_key: "elRef",
|
4460
4463
|
ref: n,
|
4461
4464
|
size: "small",
|
4462
4465
|
clearable: "",
|
4463
4466
|
"value-format": "YYYY-MM-DD",
|
4464
|
-
modelValue:
|
4465
|
-
"onUpdate:modelValue": s[0] || (s[0] = (
|
4466
|
-
onChange:
|
4467
|
-
},
|
4467
|
+
modelValue: c(a),
|
4468
|
+
"onUpdate:modelValue": s[0] || (s[0] = (u) => je(a) ? a.value = u : null),
|
4469
|
+
onChange: c(l)
|
4470
|
+
}, c(e), Ke(c(r))), null, 16, ["modelValue", "onChange"]));
|
4468
4471
|
}
|
4469
4472
|
}), v0 = { class: "x-grid__filter x-grid__DateFilter" }, y0 = /* @__PURE__ */ G({
|
4470
4473
|
name: "DateFilter",
|
@@ -4475,17 +4478,17 @@ const g0 = {
|
|
4475
4478
|
},
|
4476
4479
|
setup(o) {
|
4477
4480
|
const t = o, { renderProps: n, renderEvents: e, state: r, load: a, onChange: l, onKeyup: i } = $n(t.renderOpts, t.params);
|
4478
|
-
return a(), (s,
|
4479
|
-
I(
|
4481
|
+
return a(), (s, u) => (v(), R("div", v0, [
|
4482
|
+
I(c(Cn), q({
|
4480
4483
|
size: "small",
|
4481
4484
|
placeholder: "选择日期筛选",
|
4482
4485
|
"value-format": "YYYY-MM-DD",
|
4483
4486
|
clearable: "",
|
4484
|
-
modelValue:
|
4485
|
-
"onUpdate:modelValue":
|
4486
|
-
onChange:
|
4487
|
-
onKeyup: Rt(Ve(
|
4488
|
-
},
|
4487
|
+
modelValue: c(r).option.value,
|
4488
|
+
"onUpdate:modelValue": u[0] || (u[0] = (d) => c(r).option.value = d),
|
4489
|
+
onChange: c(l),
|
4490
|
+
onKeyup: Rt(Ve(c(i), ["stop"]), ["enter"])
|
4491
|
+
}, c(n), Ke(c(e))), null, 16, ["modelValue", "onChange", "onKeyup"])
|
4489
4492
|
]));
|
4490
4493
|
}
|
4491
4494
|
}), Sr = (o, t) => {
|
@@ -4560,10 +4563,10 @@ const g0 = {
|
|
4560
4563
|
return (l, i) => (v(), k(Uo, q({
|
4561
4564
|
size: "small",
|
4562
4565
|
clearable: "",
|
4563
|
-
modelValue:
|
4566
|
+
modelValue: c(r),
|
4564
4567
|
"onUpdate:modelValue": i[0] || (i[0] = (s) => je(r) ? r.value = s : null),
|
4565
|
-
onChange:
|
4566
|
-
},
|
4568
|
+
onChange: c(a)
|
4569
|
+
}, c(n), Ke(c(e))), null, 16, ["modelValue", "onChange"]));
|
4567
4570
|
}
|
4568
4571
|
}), S0 = { class: "x-grid__filter" }, x0 = /* @__PURE__ */ G({
|
4569
4572
|
name: "SelectFilter",
|
@@ -4574,29 +4577,29 @@ const g0 = {
|
|
4574
4577
|
},
|
4575
4578
|
setup(o) {
|
4576
4579
|
const t = o, { renderProps: n, renderEvents: e, state: r, load: a, onChange: l, onKeyup: i } = $n(t.renderOpts, t.params);
|
4577
|
-
return a(), (s,
|
4580
|
+
return a(), (s, u) => (v(), R("div", S0, [
|
4578
4581
|
I(Uo, q({
|
4579
4582
|
size: "small",
|
4580
4583
|
placeholder: "选择筛选项",
|
4581
4584
|
clearable: "",
|
4582
|
-
modelValue:
|
4583
|
-
"onUpdate:modelValue":
|
4584
|
-
onChange:
|
4585
|
-
onKeyup: Rt(Ve(
|
4586
|
-
},
|
4585
|
+
modelValue: c(r).option.value,
|
4586
|
+
"onUpdate:modelValue": u[0] || (u[0] = (d) => c(r).option.value = d),
|
4587
|
+
onChange: c(l),
|
4588
|
+
onKeyup: Rt(Ve(c(i), ["stop"]), ["enter"])
|
4589
|
+
}, c(n), Ke(c(e))), null, 16, ["modelValue", "onChange", "onKeyup"])
|
4587
4590
|
]));
|
4588
4591
|
}
|
4589
4592
|
});
|
4590
4593
|
function xr(o, t) {
|
4591
4594
|
const { props: n = {} } = o, { options: e = [], multiple: r, parser: a } = n, { row: l, column: i } = t, s = kt(l, i.field) ?? "";
|
4592
|
-
let
|
4595
|
+
let u;
|
4593
4596
|
if (Array.isArray(e))
|
4594
4597
|
if (r) {
|
4595
4598
|
const d = a ? a(s) : s || [];
|
4596
|
-
|
4599
|
+
u = e.filter((m) => d.includes(m.value)).map((m) => m.label).join(",");
|
4597
4600
|
} else
|
4598
|
-
|
4599
|
-
return [W(
|
4601
|
+
u = e.find((f) => f.value === s)?.label;
|
4602
|
+
return [W(u || s)];
|
4600
4603
|
}
|
4601
4604
|
const E0 = {
|
4602
4605
|
...Ot,
|
@@ -4655,15 +4658,15 @@ const E0 = {
|
|
4655
4658
|
);
|
4656
4659
|
return Ye(() => {
|
4657
4660
|
n.value?.focus();
|
4658
|
-
}), (i, s) => (v(), k(
|
4661
|
+
}), (i, s) => (v(), k(c(Wa), q({
|
4659
4662
|
ref_key: "elRef",
|
4660
4663
|
ref: n,
|
4661
4664
|
size: "small",
|
4662
|
-
modelValue:
|
4663
|
-
"onUpdate:modelValue": s[0] || (s[0] = (
|
4664
|
-
onChange:
|
4665
|
+
modelValue: c(a),
|
4666
|
+
"onUpdate:modelValue": s[0] || (s[0] = (u) => je(a) ? a.value = u : null),
|
4667
|
+
onChange: c(l),
|
4665
4668
|
data: t.params
|
4666
|
-
},
|
4669
|
+
}, c(e), Ke(c(r))), null, 16, ["modelValue", "onChange", "data"]));
|
4667
4670
|
}
|
4668
4671
|
}), Er = (o, t) => {
|
4669
4672
|
const { row: n, column: e } = t;
|
@@ -4692,13 +4695,13 @@ const E0 = {
|
|
4692
4695
|
t.renderOpts,
|
4693
4696
|
t.params
|
4694
4697
|
);
|
4695
|
-
return (l, i) => (v(), k(
|
4698
|
+
return (l, i) => (v(), k(c(Vo), q({
|
4696
4699
|
size: "small",
|
4697
4700
|
clearable: "",
|
4698
|
-
modelValue:
|
4701
|
+
modelValue: c(r),
|
4699
4702
|
"onUpdate:modelValue": i[0] || (i[0] = (s) => je(r) ? r.value = s : null),
|
4700
|
-
onInput:
|
4701
|
-
},
|
4703
|
+
onInput: c(a)
|
4704
|
+
}, c(n), Ke(c(e))), null, 16, ["modelValue", "onInput"]));
|
4702
4705
|
}
|
4703
4706
|
}), P0 = { class: "x-grid__filter" }, I0 = /* @__PURE__ */ G({
|
4704
4707
|
name: "NumberFilter",
|
@@ -4709,16 +4712,16 @@ const E0 = {
|
|
4709
4712
|
},
|
4710
4713
|
setup(o) {
|
4711
4714
|
const t = o, { renderProps: n, renderEvents: e, state: r, load: a, onChange: l, onKeyup: i } = $n(t.renderOpts, t.params);
|
4712
|
-
return a(), (s,
|
4713
|
-
I(
|
4715
|
+
return a(), (s, u) => (v(), R("div", P0, [
|
4716
|
+
I(c(Vo), q({
|
4714
4717
|
size: "small",
|
4715
4718
|
placeholder: "输入数量回车筛选",
|
4716
4719
|
clearable: "",
|
4717
|
-
modelValue:
|
4718
|
-
"onUpdate:modelValue":
|
4719
|
-
onInput:
|
4720
|
-
onKeyup: Rt(Ve(
|
4721
|
-
},
|
4720
|
+
modelValue: c(r).option.value,
|
4721
|
+
"onUpdate:modelValue": u[0] || (u[0] = (d) => c(r).option.value = d),
|
4722
|
+
onInput: c(l),
|
4723
|
+
onKeyup: Rt(Ve(c(i), ["stop"]), ["enter"])
|
4724
|
+
}, c(n), Ke(c(e))), null, 16, ["modelValue", "onInput", "onKeyup"])
|
4722
4725
|
]));
|
4723
4726
|
}
|
4724
4727
|
}), $0 = {
|
@@ -4760,7 +4763,7 @@ const E0 = {
|
|
4760
4763
|
}),
|
4761
4764
|
emits: /* @__PURE__ */ _n(["submit"], ["update:modelValue"]),
|
4762
4765
|
setup(o, { expose: t, emit: n }) {
|
4763
|
-
const e = L(), r = L(), a = o, l = n, i = Po(o, "modelValue"), s = D(() => r.value?.$vtjEl),
|
4766
|
+
const e = L(), r = L(), a = o, l = n, i = Po(o, "modelValue"), s = D(() => r.value?.$vtjEl), u = Xl(["top", "extra", "buttons"]), d = D(() => a.formatter ? a.formatter(a.model) : a.model), f = () => {
|
4764
4767
|
e.value?.insertActived();
|
4765
4768
|
}, m = () => {
|
4766
4769
|
if (!e.value) return;
|
@@ -4783,7 +4786,7 @@ const E0 = {
|
|
4783
4786
|
addRow: f,
|
4784
4787
|
removeRow: m,
|
4785
4788
|
validate: g
|
4786
|
-
}), (y, _) => (v(), k(
|
4789
|
+
}), (y, _) => (v(), k(c(Pn), {
|
4787
4790
|
ref_key: "dialogRef",
|
4788
4791
|
ref: r,
|
4789
4792
|
class: "x-dialog-grid",
|
@@ -4795,10 +4798,10 @@ const E0 = {
|
|
4795
4798
|
onSubmit: p
|
4796
4799
|
}, {
|
4797
4800
|
extra: b(() => [
|
4798
|
-
|
4801
|
+
O(y.$slots, "extra")
|
4799
4802
|
]),
|
4800
4803
|
default: b(() => [
|
4801
|
-
I(
|
4804
|
+
I(c(Ka), q({
|
4802
4805
|
ref_key: "gridRef",
|
4803
4806
|
ref: e,
|
4804
4807
|
editable: "",
|
@@ -4807,33 +4810,33 @@ const E0 = {
|
|
4807
4810
|
"edit-rules": a.rules
|
4808
4811
|
}, a.gridProps), Ue({
|
4809
4812
|
toolbar__buttons: b(() => [
|
4810
|
-
a.plus ? (v(), k(
|
4813
|
+
a.plus ? (v(), k(c(be), {
|
4811
4814
|
key: 0,
|
4812
4815
|
size: "small",
|
4813
4816
|
label: "增行",
|
4814
4817
|
type: "primary",
|
4815
|
-
icon:
|
4818
|
+
icon: c(ba),
|
4816
4819
|
onClick: f
|
4817
4820
|
}, null, 8, ["icon"])) : $("", !0),
|
4818
|
-
a.minus ? (v(), k(
|
4821
|
+
a.minus ? (v(), k(c(be), {
|
4819
4822
|
key: 1,
|
4820
4823
|
size: "small",
|
4821
4824
|
label: "删行",
|
4822
4825
|
type: "default",
|
4823
|
-
icon:
|
4826
|
+
icon: c(tl),
|
4824
4827
|
onClick: m
|
4825
4828
|
}, null, 8, ["icon"])) : $("", !0),
|
4826
|
-
|
4829
|
+
O(y.$slots, "buttons")
|
4827
4830
|
]),
|
4828
4831
|
top: b(() => [
|
4829
|
-
|
4832
|
+
O(y.$slots, "top")
|
4830
4833
|
]),
|
4831
4834
|
_: 2
|
4832
4835
|
}, [
|
4833
|
-
he(u
|
4836
|
+
he(c(u), (S) => ({
|
4834
4837
|
name: S,
|
4835
4838
|
fn: b((x) => [
|
4836
|
-
|
4839
|
+
O(y.$slots, S, At(Bt(x)))
|
4837
4840
|
])
|
4838
4841
|
}))
|
4839
4842
|
]), 1040, ["columns", "data", "edit-rules"])
|
@@ -4862,7 +4865,7 @@ const E0 = {
|
|
4862
4865
|
() => typeof e.modelValue == "object" ? JSON.stringify(e.modelValue) : e.modelValue
|
4863
4866
|
), s = () => {
|
4864
4867
|
a.value = !0;
|
4865
|
-
},
|
4868
|
+
}, u = () => {
|
4866
4869
|
l.value?.focus();
|
4867
4870
|
}, d = () => {
|
4868
4871
|
l.value?.blur();
|
@@ -4870,18 +4873,18 @@ const E0 = {
|
|
4870
4873
|
return t({
|
4871
4874
|
open: s,
|
4872
4875
|
dialogVisible: a,
|
4873
|
-
focus:
|
4876
|
+
focus: u,
|
4874
4877
|
blur: d
|
4875
|
-
}), (m, g) => (v(),
|
4876
|
-
I(
|
4878
|
+
}), (m, g) => (v(), R(de, null, [
|
4879
|
+
I(c(Re), q({
|
4877
4880
|
ref_key: "inputRef",
|
4878
4881
|
ref: l,
|
4879
|
-
"suffix-icon":
|
4882
|
+
"suffix-icon": c(wa),
|
4880
4883
|
readonly: "",
|
4881
4884
|
onFocus: s,
|
4882
4885
|
"model-value": i.value
|
4883
4886
|
}, m.$attrs), null, 16, ["suffix-icon", "model-value"]),
|
4884
|
-
I(
|
4887
|
+
I(c(B0), q({
|
4885
4888
|
modelValue: a.value,
|
4886
4889
|
"onUpdate:modelValue": g[0] || (g[0] = (p) => a.value = p),
|
4887
4890
|
title: e.title,
|
@@ -4911,15 +4914,15 @@ const E0 = {
|
|
4911
4914
|
);
|
4912
4915
|
return Ye(() => {
|
4913
4916
|
n.value?.focus();
|
4914
|
-
}), (i, s) => (v(), k(
|
4917
|
+
}), (i, s) => (v(), k(c(qa), q({
|
4915
4918
|
ref_key: "elRef",
|
4916
4919
|
ref: n,
|
4917
4920
|
size: "small",
|
4918
|
-
modelValue:
|
4919
|
-
"onUpdate:modelValue": s[0] || (s[0] = (
|
4920
|
-
onChange:
|
4921
|
+
modelValue: c(a),
|
4922
|
+
"onUpdate:modelValue": s[0] || (s[0] = (u) => je(a) ? a.value = u : null),
|
4923
|
+
onChange: c(l),
|
4921
4924
|
data: t.params
|
4922
|
-
},
|
4925
|
+
}, c(e), Ke(c(r))), null, 16, ["modelValue", "onChange", "data"]));
|
4923
4926
|
}
|
4924
4927
|
}), kr = (o, t) => {
|
4925
4928
|
const { row: n, column: e } = t;
|
@@ -5064,9 +5067,9 @@ function Y0(o, t, n) {
|
|
5064
5067
|
editConfig: a,
|
5065
5068
|
mouseConfig: l,
|
5066
5069
|
keyboardConfig: i,
|
5067
|
-
onCellSelected: (
|
5068
|
-
const { $grid: d } =
|
5069
|
-
d.clearValidate(), n("cellSelected",
|
5070
|
+
onCellSelected: (u) => {
|
5071
|
+
const { $grid: d } = u;
|
5072
|
+
d.clearValidate(), n("cellSelected", u);
|
5070
5073
|
}
|
5071
5074
|
};
|
5072
5075
|
}
|
@@ -5123,7 +5126,7 @@ function J0(o, t, n) {
|
|
5123
5126
|
};
|
5124
5127
|
return {
|
5125
5128
|
vxeProps: D(() => {
|
5126
|
-
const l = H0(o, e), i = U0(e), s = X0(o, e),
|
5129
|
+
const l = H0(o, e), i = U0(e), s = X0(o, e), u = q0(o, e), d = G0(o, e), f = K0(o, e, t), {
|
5127
5130
|
keepSource: m,
|
5128
5131
|
editConfig: g,
|
5129
5132
|
mouseConfig: p,
|
@@ -5137,7 +5140,7 @@ function J0(o, t, n) {
|
|
5137
5140
|
columnConfig: l,
|
5138
5141
|
rowConfig: i,
|
5139
5142
|
scrollY: s,
|
5140
|
-
filterConfig:
|
5143
|
+
filterConfig: u,
|
5141
5144
|
sortConfig: d,
|
5142
5145
|
keepSource: m,
|
5143
5146
|
editConfig: g,
|
@@ -5155,7 +5158,7 @@ function Q0(o, t, n) {
|
|
5155
5158
|
const e = L();
|
5156
5159
|
if (!t.rowSortable) return e;
|
5157
5160
|
const r = () => {
|
5158
|
-
const a =
|
5161
|
+
const a = c(o);
|
5159
5162
|
if (!a) return;
|
5160
5163
|
const l = a.$el.querySelector(".vxe-table--body>tbody");
|
5161
5164
|
if (l) {
|
@@ -5176,10 +5179,10 @@ function Z0(o, t, n, e) {
|
|
5176
5179
|
const r = L([]);
|
5177
5180
|
if (!t.columnSortable) return r;
|
5178
5181
|
const a = async () => {
|
5179
|
-
const s =
|
5182
|
+
const s = c(o);
|
5180
5183
|
if (!s || !s.$el) return;
|
5181
5184
|
await Pe();
|
5182
|
-
const
|
5185
|
+
const u = Array.from(
|
5183
5186
|
s.$el.querySelectorAll(".vxe-header--row")
|
5184
5187
|
), d = {
|
5185
5188
|
draggable: ".vxe-header--column:not(.col--fixed)",
|
@@ -5189,7 +5192,7 @@ function Z0(o, t, n, e) {
|
|
5189
5192
|
onMove: d0(s),
|
5190
5193
|
onUpdate: f0(s, n, e)
|
5191
5194
|
};
|
5192
|
-
r.value =
|
5195
|
+
r.value = u.map((f) => Xa(f, d));
|
5193
5196
|
}, l = () => {
|
5194
5197
|
r.value.forEach((s) => {
|
5195
5198
|
s.destroy();
|
@@ -5208,7 +5211,7 @@ function Ga(o) {
|
|
5208
5211
|
editable: a
|
5209
5212
|
} = o, l = So(t);
|
5210
5213
|
for (const i of l) {
|
5211
|
-
const { field: s, children:
|
5214
|
+
const { field: s, children: u = [] } = i;
|
5212
5215
|
if (s) {
|
5213
5216
|
if (a && r[s]) {
|
5214
5217
|
const d = r[s];
|
@@ -5222,7 +5225,7 @@ function Ga(o) {
|
|
5222
5225
|
i.filterRender = typeof d == "string" ? { name: d } : d, i.filters || (i.filters = [{ value: "" }]);
|
5223
5226
|
}
|
5224
5227
|
}
|
5225
|
-
|
5228
|
+
u.length && (i.children = Ga({
|
5226
5229
|
columns: i.children,
|
5227
5230
|
cellRenders: n,
|
5228
5231
|
editRenders: r,
|
@@ -5239,7 +5242,7 @@ function eu(o, t) {
|
|
5239
5242
|
customable: a,
|
5240
5243
|
getCustom: l = e.getCustom,
|
5241
5244
|
saveCustom: i = e.saveCustom
|
5242
|
-
} = t, s = (g) => t.id || `X_Grid_${g?.id || g?.$.uid}`,
|
5245
|
+
} = t, s = (g) => t.id || `X_Grid_${g?.id || g?.$.uid}`, u = (g) => {
|
5243
5246
|
if (!a || !r) return;
|
5244
5247
|
const p = g.column, h = ft(p), y = p.renderWidth;
|
5245
5248
|
r.resize ? r.resize[h] = y : r.resize = { [h]: y }, i && i(r);
|
@@ -5255,7 +5258,7 @@ function eu(o, t) {
|
|
5255
5258
|
}), r.visible = y, r.fixed = _, i && i(r);
|
5256
5259
|
}
|
5257
5260
|
}, f = (g) => {
|
5258
|
-
const p =
|
5261
|
+
const p = c(o);
|
5259
5262
|
if (!a || !p || !r) return;
|
5260
5263
|
const { collectColumn: h } = p.getTableColumn(), y = (_) => {
|
5261
5264
|
const S = [];
|
@@ -5265,7 +5268,7 @@ function eu(o, t) {
|
|
5265
5268
|
};
|
5266
5269
|
r.sort = y(h), i && i(r);
|
5267
5270
|
}, m = async (g) => {
|
5268
|
-
const p =
|
5271
|
+
const p = c(o);
|
5269
5272
|
if (!a || !l) {
|
5270
5273
|
n.value = g;
|
5271
5274
|
return;
|
@@ -5281,7 +5284,7 @@ function eu(o, t) {
|
|
5281
5284
|
{ immediate: !0 }
|
5282
5285
|
), {
|
5283
5286
|
columns: n,
|
5284
|
-
onResize:
|
5287
|
+
onResize: u,
|
5285
5288
|
onCustom: d,
|
5286
5289
|
onSort: f
|
5287
5290
|
};
|
@@ -5321,21 +5324,21 @@ function $n(o, t) {
|
|
5321
5324
|
state: r,
|
5322
5325
|
load: () => {
|
5323
5326
|
if (t) {
|
5324
|
-
const { column: s } = t,
|
5325
|
-
r.option =
|
5327
|
+
const { column: s } = t, u = s.filters[0];
|
5328
|
+
r.option = u;
|
5326
5329
|
}
|
5327
5330
|
},
|
5328
5331
|
onChange: () => {
|
5329
5332
|
const { option: s } = r;
|
5330
5333
|
if (t && s) {
|
5331
|
-
const { $panel:
|
5332
|
-
|
5334
|
+
const { $panel: u } = t, d = !!s.value;
|
5335
|
+
u.changeOption(null, d, s);
|
5333
5336
|
}
|
5334
5337
|
},
|
5335
5338
|
onKeyup: (s) => {
|
5336
5339
|
if (t) {
|
5337
|
-
const { $panel:
|
5338
|
-
|
5340
|
+
const { $panel: u } = t;
|
5341
|
+
u.confirmFilter(s);
|
5339
5342
|
}
|
5340
5343
|
}
|
5341
5344
|
};
|
@@ -5376,7 +5379,7 @@ function ou(o, t, n) {
|
|
5376
5379
|
const { list: h = [], total: y = 0 } = await o.loader(a) || {};
|
5377
5380
|
await Pe(), await i(h, p), await Pe(), a.total = y, await Pe(), n("loaded", h);
|
5378
5381
|
}
|
5379
|
-
},
|
5382
|
+
}, u = (p) => {
|
5380
5383
|
a.page = o.page || 1, s(p);
|
5381
5384
|
}, d = (p, h) => {
|
5382
5385
|
a.page = p, a.pageSize = h, t.value?.scrollTo(0, 0), s();
|
@@ -5401,7 +5404,7 @@ function ou(o, t, n) {
|
|
5401
5404
|
), {
|
5402
5405
|
state: a,
|
5403
5406
|
load: s,
|
5404
|
-
search:
|
5407
|
+
search: u,
|
5405
5408
|
onPagerChange: d,
|
5406
5409
|
onFilterChange: f,
|
5407
5410
|
onSortChange: m,
|
@@ -5557,7 +5560,7 @@ const ru = {
|
|
5557
5560
|
props: ru,
|
5558
5561
|
emits: ["rowSort", "columnSort", "cellSelected", "editChange", "loaded"],
|
5559
5562
|
setup(o, { expose: t, emit: n }) {
|
5560
|
-
const { VxeGrid: e } = j0(), r = L(), a = o, l = n, i = tu(), { vxeProps: s } = J0(a, i, l), { columns:
|
5563
|
+
const { VxeGrid: e } = j0(), r = L(), a = o, l = n, i = tu(), { vxeProps: s } = J0(a, i, l), { columns: u, onResize: d, onCustom: f, onSort: m } = eu(r, a), g = Q0(r, a, l), p = Z0(r, a, l, m), {
|
5561
5564
|
state: h,
|
5562
5565
|
onPagerChange: y,
|
5563
5566
|
onFilterChange: _,
|
@@ -5567,34 +5570,34 @@ const ru = {
|
|
5567
5570
|
doLayout: P
|
5568
5571
|
} = ou(a, r, l), E = Ge();
|
5569
5572
|
Mt(Ya, E);
|
5570
|
-
const w = async (T = {},
|
5573
|
+
const w = async (T = {}, N = -1) => {
|
5571
5574
|
a.editable || console.warn("XGrid在编辑模式需要开启editable");
|
5572
5575
|
const Q = r.value;
|
5573
5576
|
if (!Q) return;
|
5574
|
-
const { row: le } = await Q.insertAt(T,
|
5577
|
+
const { row: le } = await Q.insertAt(T, N);
|
5575
5578
|
await Q.setEditRow(le);
|
5576
5579
|
}, A = async (T) => r.value?.setEditRow(T), M = () => {
|
5577
5580
|
const T = r.value;
|
5578
5581
|
if (!T) return [];
|
5579
|
-
const { fullData:
|
5580
|
-
return
|
5581
|
-
},
|
5582
|
+
const { fullData: N = [] } = T.getTableData();
|
5583
|
+
return N;
|
5584
|
+
}, U = () => {
|
5582
5585
|
const T = r.value;
|
5583
5586
|
return T ? T.getColumns() : [];
|
5584
|
-
},
|
5587
|
+
}, F = async () => {
|
5585
5588
|
const T = M();
|
5586
5589
|
return r.value?.validate(T);
|
5587
|
-
},
|
5590
|
+
}, j = () => {
|
5588
5591
|
const T = r.value;
|
5589
5592
|
if (!T) return null;
|
5590
|
-
const
|
5591
|
-
return
|
5593
|
+
const N = T.getColumns();
|
5594
|
+
return N.find((ke) => ke.type === "radio") ? T.getRadioRecord(!1) : N.find((ke) => ke.type === "checkbox") ? T.getCheckboxRecords(!1) : null;
|
5592
5595
|
}, V = () => {
|
5593
5596
|
const T = M();
|
5594
5597
|
l("editChange", T);
|
5595
|
-
},
|
5596
|
-
const
|
5597
|
-
if (!
|
5598
|
+
}, H = async (T) => {
|
5599
|
+
const N = r.value;
|
5600
|
+
if (!N) return;
|
5598
5601
|
if (!T || Array.isArray(T) && !T.length) {
|
5599
5602
|
Io.info({
|
5600
5603
|
message: "请选择需要删除的数据"
|
@@ -5604,27 +5607,27 @@ const ru = {
|
|
5604
5607
|
const Q = await mt.confirm("确认删除数据?", "提示", {
|
5605
5608
|
type: "warning"
|
5606
5609
|
});
|
5607
|
-
return Q && (await
|
5608
|
-
},
|
5610
|
+
return Q && (await N.remove(T), V()), Q;
|
5611
|
+
}, se = () => r.value?.getRecordset(), X = (T, N) => {
|
5609
5612
|
if (r.value) {
|
5610
5613
|
if (T)
|
5611
|
-
r.value.setSelectCell(T,
|
5614
|
+
r.value.setSelectCell(T, N ?? U()[0]);
|
5612
5615
|
else {
|
5613
|
-
const Q = M(), le =
|
5616
|
+
const Q = M(), le = U();
|
5614
5617
|
r.value.setSelectCell(Q[0], le[0]);
|
5615
5618
|
}
|
5616
5619
|
r.value.focus();
|
5617
5620
|
}
|
5618
5621
|
}, z = () => {
|
5619
5622
|
const { fullColumn: T = [] } = r.value?.getTableColumn() || {};
|
5620
|
-
let
|
5623
|
+
let N = [];
|
5621
5624
|
for (const Q of T) {
|
5622
5625
|
const le = Object.values(Q.slots || {}).filter(
|
5623
5626
|
(ke) => typeof ke == "string"
|
5624
5627
|
);
|
5625
|
-
|
5628
|
+
N = N.concat(le);
|
5626
5629
|
}
|
5627
|
-
return
|
5630
|
+
return N;
|
5628
5631
|
};
|
5629
5632
|
return ui(() => {
|
5630
5633
|
r.value?.recalculate(!0);
|
@@ -5636,35 +5639,35 @@ const ru = {
|
|
5636
5639
|
rowSortable: g,
|
5637
5640
|
columnSortable: p,
|
5638
5641
|
insertActived: w,
|
5639
|
-
validate:
|
5640
|
-
getSelected:
|
5641
|
-
remove:
|
5642
|
+
validate: F,
|
5643
|
+
getSelected: j,
|
5644
|
+
remove: H,
|
5642
5645
|
getRows: M,
|
5643
5646
|
setActived: A,
|
5644
5647
|
doLayout: P,
|
5645
|
-
getRecords:
|
5646
|
-
setSelectCell:
|
5648
|
+
getRecords: se,
|
5649
|
+
setSelectCell: X,
|
5647
5650
|
$vtjDynamicSlots: z
|
5648
|
-
}), (T,
|
5651
|
+
}), (T, N) => (v(), k(c(e), q({
|
5649
5652
|
ref_key: "vxeRef",
|
5650
5653
|
ref: r,
|
5651
5654
|
class: "x-grid"
|
5652
|
-
},
|
5653
|
-
columns: u
|
5654
|
-
onCustom:
|
5655
|
+
}, c(s), {
|
5656
|
+
columns: c(u),
|
5657
|
+
onCustom: c(f),
|
5655
5658
|
loading: !1,
|
5656
|
-
onResizableChange:
|
5659
|
+
onResizableChange: c(d),
|
5657
5660
|
onEditClosed: V,
|
5658
|
-
onFilterChange:
|
5659
|
-
onSortChange:
|
5661
|
+
onFilterChange: c(_),
|
5662
|
+
onSortChange: c(S)
|
5660
5663
|
}), Ue({
|
5661
5664
|
empty: b(() => [
|
5662
|
-
|
5663
|
-
I(
|
5665
|
+
O(T.$slots, "empty", {}, () => [
|
5666
|
+
I(c($o))
|
5664
5667
|
])
|
5665
5668
|
]),
|
5666
5669
|
pager: b(() => [
|
5667
|
-
a.pager ? (v(), k(
|
5670
|
+
a.pager ? (v(), k(c(la), {
|
5668
5671
|
key: 0,
|
5669
5672
|
class: "x-grid__pager",
|
5670
5673
|
size: "small",
|
@@ -5672,24 +5675,24 @@ const ru = {
|
|
5672
5675
|
layout: "slot, -> ,total, sizes, prev, pager, next, jumper",
|
5673
5676
|
"page-sizes": a.pageSizes,
|
5674
5677
|
"default-page-size": a.pageSizes[0],
|
5675
|
-
"current-page":
|
5676
|
-
"onUpdate:currentPage":
|
5677
|
-
"v-model:page-size":
|
5678
|
-
total:
|
5679
|
-
onChange:
|
5678
|
+
"current-page": c(h).page,
|
5679
|
+
"onUpdate:currentPage": N[0] || (N[0] = (Q) => c(h).page = Q),
|
5680
|
+
"v-model:page-size": c(h).pageSize,
|
5681
|
+
total: c(h).total,
|
5682
|
+
onChange: c(y)
|
5680
5683
|
}, {
|
5681
5684
|
default: b(() => [
|
5682
|
-
|
5685
|
+
O(T.$slots, "pager__left")
|
5683
5686
|
]),
|
5684
5687
|
_: 3
|
5685
5688
|
}, 8, ["page-sizes", "default-page-size", "current-page", "v-model:page-size", "total", "onChange"])) : $("", !0)
|
5686
5689
|
]),
|
5687
5690
|
_: 2
|
5688
5691
|
}, [
|
5689
|
-
he(
|
5692
|
+
he(c(i), (Q) => ({
|
5690
5693
|
name: Q,
|
5691
5694
|
fn: b((le) => [
|
5692
|
-
|
5695
|
+
O(T.$slots, Q, At(Bt(le)))
|
5693
5696
|
])
|
5694
5697
|
}))
|
5695
5698
|
]), 1040, ["columns", "onCustom", "onResizableChange", "onFilterChange", "onSortChange"]));
|
@@ -5719,7 +5722,7 @@ function iu(o, t) {
|
|
5719
5722
|
o.collapsible && (n.value = !n.value, t("collapsed", n.value), r && r && (await Pe(), r.exposed?.doLayout()));
|
5720
5723
|
}, s = D(() => ({
|
5721
5724
|
"is-collapsed": l.value && n.value
|
5722
|
-
})),
|
5725
|
+
})), u = D(() => {
|
5723
5726
|
const d = a[e.size || "default"] ?? a.default;
|
5724
5727
|
return l.value && n.value ? {
|
5725
5728
|
height: `${d}px`
|
@@ -5729,7 +5732,7 @@ function iu(o, t) {
|
|
5729
5732
|
collapsed: n,
|
5730
5733
|
toggleCollapsed: i,
|
5731
5734
|
collapsedClass: s,
|
5732
|
-
collapsedStyle:
|
5735
|
+
collapsedStyle: u,
|
5733
5736
|
showCollapsible: l
|
5734
5737
|
};
|
5735
5738
|
}
|
@@ -5746,7 +5749,7 @@ const lu = {
|
|
5746
5749
|
collapsed: l,
|
5747
5750
|
toggleCollapsed: i,
|
5748
5751
|
collapsedClass: s,
|
5749
|
-
collapsedStyle:
|
5752
|
+
collapsedStyle: u,
|
5750
5753
|
showCollapsible: d
|
5751
5754
|
} = iu(e, r), f = async () => {
|
5752
5755
|
a.value?.submit();
|
@@ -5762,7 +5765,7 @@ const lu = {
|
|
5762
5765
|
reset: p,
|
5763
5766
|
formRef: a,
|
5764
5767
|
$vtjDynamicSlots: () => (e.items || []).map((S) => h(S))
|
5765
|
-
}), (_, S) => (v(), k(
|
5768
|
+
}), (_, S) => (v(), k(c(ei), {
|
5766
5769
|
ref_key: "formRef",
|
5767
5770
|
ref: a,
|
5768
5771
|
class: "x-query-form",
|
@@ -5772,35 +5775,35 @@ const lu = {
|
|
5772
5775
|
"submit-text": null,
|
5773
5776
|
"reset-text": null,
|
5774
5777
|
disabled: _.disabled,
|
5775
|
-
footer:
|
5778
|
+
footer: c(d)
|
5776
5779
|
}, {
|
5777
5780
|
action: b(() => [
|
5778
|
-
|
5779
|
-
|
5781
|
+
c(d) ? (v(), R("div", lu, [
|
5782
|
+
c(l) ? (v(), k(c(be), {
|
5780
5783
|
key: 0,
|
5781
|
-
icon:
|
5784
|
+
icon: c(nl),
|
5782
5785
|
label: "展开",
|
5783
5786
|
mode: "text",
|
5784
5787
|
type: "primary",
|
5785
|
-
onClick:
|
5786
|
-
}, null, 8, ["icon", "onClick"])) : (v(), k(
|
5788
|
+
onClick: c(i)
|
5789
|
+
}, null, 8, ["icon", "onClick"])) : (v(), k(c(be), {
|
5787
5790
|
key: 1,
|
5788
|
-
icon:
|
5791
|
+
icon: c(ol),
|
5789
5792
|
label: "收起",
|
5790
5793
|
mode: "text",
|
5791
5794
|
type: "primary",
|
5792
|
-
onClick:
|
5795
|
+
onClick: c(i)
|
5793
5796
|
}, null, 8, ["icon", "onClick"]))
|
5794
5797
|
])) : $("", !0)
|
5795
5798
|
]),
|
5796
5799
|
default: b(() => [
|
5797
5800
|
Z("div", {
|
5798
|
-
class: pe(["x-query-form__inner",
|
5799
|
-
style: et(u
|
5801
|
+
class: pe(["x-query-form__inner", c(s)]),
|
5802
|
+
style: et(c(u))
|
5800
5803
|
}, [
|
5801
|
-
|
5802
|
-
(v(!0),
|
5803
|
-
h(x) ?
|
5804
|
+
O(_.$slots, "default", {}, () => [
|
5805
|
+
(v(!0), R(de, null, he(e.items, (x) => (v(), R(de, null, [
|
5806
|
+
h(x) ? O(_.$slots, x, { key: 0 }) : (v(), k(c(Ja), q({
|
5804
5807
|
key: 1,
|
5805
5808
|
disabled: _.disabled
|
5806
5809
|
}, { ref_for: !0 }, x, {
|
@@ -5858,23 +5861,23 @@ const lu = {
|
|
5858
5861
|
}
|
5859
5862
|
}, s = () => {
|
5860
5863
|
e.value?.setSelectCell();
|
5861
|
-
},
|
5864
|
+
}, u = () => {
|
5862
5865
|
r();
|
5863
5866
|
};
|
5864
5867
|
return t({
|
5865
5868
|
pick: a,
|
5866
5869
|
gridRef: e
|
5867
|
-
}), (d, f) => (v(), k(
|
5870
|
+
}), (d, f) => (v(), k(c(Pn), {
|
5868
5871
|
title: "选择数据",
|
5869
5872
|
width: "70%",
|
5870
5873
|
height: "70%",
|
5871
|
-
icon:
|
5874
|
+
icon: c(rl),
|
5872
5875
|
primary: "",
|
5873
5876
|
resizable: "",
|
5874
5877
|
maximizable: ""
|
5875
5878
|
}, {
|
5876
5879
|
default: b(() => [
|
5877
|
-
n.columns && n.columns.length ? (v(), k(
|
5880
|
+
n.columns && n.columns.length ? (v(), k(c(Ka), q({
|
5878
5881
|
key: 0,
|
5879
5882
|
ref_key: "gridRef",
|
5880
5883
|
ref: e,
|
@@ -5895,16 +5898,16 @@ const lu = {
|
|
5895
5898
|
onCellDblclick: l
|
5896
5899
|
}, n.gridProps), Ue({
|
5897
5900
|
toolbar__buttons: b(() => [
|
5898
|
-
I(
|
5901
|
+
I(c(be), {
|
5899
5902
|
label: "查询",
|
5900
5903
|
type: "primary",
|
5901
|
-
icon:
|
5904
|
+
icon: c(al),
|
5902
5905
|
onClick: r
|
5903
5906
|
}, null, 8, ["icon"]),
|
5904
|
-
I(
|
5907
|
+
I(c(be), {
|
5905
5908
|
label: "返回数据",
|
5906
5909
|
type: "primary",
|
5907
|
-
icon:
|
5910
|
+
icon: c(il),
|
5908
5911
|
onClick: a
|
5909
5912
|
}, null, 8, ["icon"])
|
5910
5913
|
]),
|
@@ -5913,10 +5916,10 @@ const lu = {
|
|
5913
5916
|
n.fields ? {
|
5914
5917
|
name: "form",
|
5915
5918
|
fn: b(() => [
|
5916
|
-
I(
|
5919
|
+
I(c(su), q({
|
5917
5920
|
model: n.formModel,
|
5918
5921
|
items: n.fields,
|
5919
|
-
onSubmit:
|
5922
|
+
onSubmit: u
|
5920
5923
|
}, n.formProps), null, 16, ["model", "items"])
|
5921
5924
|
]),
|
5922
5925
|
key: "0"
|
@@ -6058,19 +6061,19 @@ function du(o, t) {
|
|
6058
6061
|
labelKey: a = "label",
|
6059
6062
|
formatter: l,
|
6060
6063
|
valueFormatter: i
|
6061
|
-
} = o, s = L(),
|
6064
|
+
} = o, s = L(), u = L([]), d = (m, g) => {
|
6062
6065
|
const p = Fo(m).filter((_) => !!_).map((_) => typeof _ == "object" ? {
|
6063
6066
|
label: _[a],
|
6064
6067
|
value: _[r] ?? JSON.stringify(_)
|
6065
6068
|
} : {
|
6066
6069
|
label: _,
|
6067
6070
|
value: _
|
6068
|
-
}), h = g ? [...
|
6069
|
-
|
6071
|
+
}), h = g ? [...u.value, ...p] : p;
|
6072
|
+
u.value = pa(h, "value");
|
6070
6073
|
let y;
|
6071
|
-
n ? y =
|
6074
|
+
n ? y = u.value.map((_) => _.value) : y = u.value[0]?.value, s.value = y;
|
6072
6075
|
}, f = (m) => {
|
6073
|
-
const g =
|
6076
|
+
const g = u.value.map((p) => {
|
6074
6077
|
const h = Je(p);
|
6075
6078
|
return {
|
6076
6079
|
[a]: h.label,
|
@@ -6085,7 +6088,7 @@ function du(o, t) {
|
|
6085
6088
|
const g = l ? l(m) : m;
|
6086
6089
|
if (g) {
|
6087
6090
|
const p = f(g);
|
6088
|
-
d(p.length ? p : g), o.multiple || (await Mn(0),
|
6091
|
+
d(p.length ? p : g), o.multiple || (await Mn(0), u.value = []);
|
6089
6092
|
} else
|
6090
6093
|
d([]);
|
6091
6094
|
},
|
@@ -6095,11 +6098,11 @@ function du(o, t) {
|
|
6095
6098
|
), re(s, (m, g) => {
|
6096
6099
|
if (!zn(m, g)) {
|
6097
6100
|
const p = f(m), h = e ? p : m, y = i ? i(h) : h;
|
6098
|
-
n && Array.isArray(h) && (
|
6101
|
+
n && Array.isArray(h) && (u.value = u.value.filter((_) => h.includes(_.value))), t("update:modelValue", y), t("change", y, o.data);
|
6099
6102
|
}
|
6100
6103
|
}), {
|
6101
6104
|
current: s,
|
6102
|
-
options:
|
6105
|
+
options: u,
|
6103
6106
|
setOptions: d
|
6104
6107
|
};
|
6105
6108
|
}
|
@@ -6144,7 +6147,7 @@ const Wa = /* @__PURE__ */ G({
|
|
6144
6147
|
props: cu,
|
6145
6148
|
emits: ["update:modelValue", "change", "picked"],
|
6146
6149
|
setup(o, { expose: t, emit: n }) {
|
6147
|
-
const e = o, r = n, a = $t(), l = L(!1), i = L(), s = L(), { options:
|
6150
|
+
const e = o, r = n, a = $t(), l = L(!1), i = L(), s = L(), { options: u, setOptions: d, current: f } = du(e, r), { formModel: m } = pu(e), g = fu(e), p = D(() => l.value ? !0 : !!e.disabled), h = (P) => e.loader ? (P.form = m.value, e.loader(P)) : {
|
6148
6151
|
list: [],
|
6149
6152
|
total: 0
|
6150
6153
|
}, y = () => {
|
@@ -6182,14 +6185,14 @@ const Wa = /* @__PURE__ */ G({
|
|
6182
6185
|
focus: y,
|
6183
6186
|
blur: _,
|
6184
6187
|
disabled: p,
|
6185
|
-
options:
|
6188
|
+
options: u,
|
6186
6189
|
setOptions: d,
|
6187
6190
|
current: f,
|
6188
6191
|
visible: l,
|
6189
6192
|
dialogRef: s,
|
6190
6193
|
formModel: m
|
6191
|
-
}), (P, E) => (v(),
|
6192
|
-
I(
|
6194
|
+
}), (P, E) => (v(), R(de, null, [
|
6195
|
+
I(c(Ao), q({
|
6193
6196
|
ref_key: "selectRef",
|
6194
6197
|
ref: i,
|
6195
6198
|
class: "x-picker",
|
@@ -6202,21 +6205,21 @@ const Wa = /* @__PURE__ */ G({
|
|
6202
6205
|
"collapse-tags": "",
|
6203
6206
|
"collapse-tags-tooltip": "",
|
6204
6207
|
"reserve-keyword": !1,
|
6205
|
-
"suffix-icon":
|
6208
|
+
"suffix-icon": c(ll),
|
6206
6209
|
onKeydownCapture: Rt(Ve(S, ["stop", "prevent"]), ["enter"]),
|
6207
|
-
modelValue:
|
6210
|
+
modelValue: c(f),
|
6208
6211
|
"onUpdate:modelValue": E[0] || (E[0] = (w) => je(f) ? f.value = w : null)
|
6209
|
-
},
|
6212
|
+
}, c(a)), {
|
6210
6213
|
prefix: b(() => [
|
6211
6214
|
Z("div", {
|
6212
6215
|
class: "x-picker__tigger",
|
6213
6216
|
onClick: x
|
6214
6217
|
}, [
|
6215
|
-
I(
|
6218
|
+
I(c(ya))
|
6216
6219
|
])
|
6217
6220
|
]),
|
6218
6221
|
default: b(() => [
|
6219
|
-
(v(!0),
|
6222
|
+
(v(!0), R(de, null, he(c(u), (w) => (v(), k(c(Bo), {
|
6220
6223
|
label: w.label,
|
6221
6224
|
value: w.value
|
6222
6225
|
}, null, 8, ["label", "value"]))), 256))
|
@@ -6231,8 +6234,8 @@ const Wa = /* @__PURE__ */ G({
|
|
6231
6234
|
"onUpdate:modelValue": E[1] || (E[1] = (w) => l.value = w),
|
6232
6235
|
"grid-props": e.gridProps,
|
6233
6236
|
"form-props": e.formProps,
|
6234
|
-
"form-model":
|
6235
|
-
columns:
|
6237
|
+
"form-model": c(m),
|
6238
|
+
columns: c(g),
|
6236
6239
|
fields: e.fields,
|
6237
6240
|
loader: h,
|
6238
6241
|
multiple: e.multiple,
|
@@ -6458,8 +6461,8 @@ function vu(o, t, n, e, r) {
|
|
6458
6461
|
const a = L([]), l = D(() => !e || !r ? {} : Fo(o.cascader).reduce((d, f) => (d[f] = kt(r, f), d), {}));
|
6459
6462
|
re(
|
6460
6463
|
[l, () => o.options],
|
6461
|
-
async ([
|
6462
|
-
n.value && (a.value = await hu(o,
|
6464
|
+
async ([u, d]) => {
|
6465
|
+
n.value && (a.value = await hu(o, u), e?.exposed?.reset && o.name);
|
6463
6466
|
},
|
6464
6467
|
{
|
6465
6468
|
immediate: !0
|
@@ -6469,7 +6472,7 @@ function vu(o, t, n, e, r) {
|
|
6469
6472
|
return {
|
6470
6473
|
editor: D(() => {
|
6471
6474
|
const {
|
6472
|
-
editor:
|
6475
|
+
editor: u = "text",
|
6473
6476
|
placeholder: d,
|
6474
6477
|
label: f = "...",
|
6475
6478
|
disabled: m,
|
@@ -6483,8 +6486,8 @@ function vu(o, t, n, e, r) {
|
|
6483
6486
|
onFocus: () => t("focus"),
|
6484
6487
|
onBlur: () => t("blur"),
|
6485
6488
|
onChange: (y, _) => t("change", y, _)
|
6486
|
-
}, h = typeof
|
6487
|
-
component:
|
6489
|
+
}, h = typeof u == "string" ? Wo[u] : {
|
6490
|
+
component: u,
|
6488
6491
|
props: {}
|
6489
6492
|
};
|
6490
6493
|
return fa({}, h, {
|
@@ -6505,7 +6508,7 @@ const yu = {
|
|
6505
6508
|
props: gu,
|
6506
6509
|
emits: ["update:modelValue", "change", "focus", "blur"],
|
6507
6510
|
setup(o, { expose: t, emit: n }) {
|
6508
|
-
const e = o, r = n, a = pt(Qa, null), l = pt(Ti, null), i = pt(Za, null), s = D(() => !a?.proxy || !i ? e.visible : typeof e.visible == "function" ? e.visible(i) : Ro(e.visible) ? Object.entries(e.visible).every(([A, M]) => kt(i, A) === M) : e.visible),
|
6511
|
+
const e = o, r = n, a = pt(Qa, null), l = pt(Ti, null), i = pt(Za, null), s = D(() => !a?.proxy || !i ? e.visible : typeof e.visible == "function" ? e.visible(i) : Ro(e.visible) ? Object.entries(e.visible).every(([A, M]) => kt(i, A) === M) : e.visible), u = () => a?.proxy && i && e.name ? kt(i, e.name) ?? e.modelValue ?? e.defaultValue : e.modelValue ?? e.defaultValue, d = L(u()), { editor: f } = vu(
|
6509
6512
|
e,
|
6510
6513
|
r,
|
6511
6514
|
s,
|
@@ -6549,7 +6552,7 @@ const yu = {
|
|
6549
6552
|
), re(
|
6550
6553
|
s,
|
6551
6554
|
(w) => {
|
6552
|
-
a?.proxy && i && e.name ? w ? (d.value =
|
6555
|
+
a?.proxy && i && e.name ? w ? (d.value = u(), pn(i, e.name, d.value)) : (d.value = void 0, pn(i, e.name, void 0)) : d.value = e.modelValue ?? e.defaultValue;
|
6553
6556
|
},
|
6554
6557
|
{
|
6555
6558
|
immediate: !0
|
@@ -6564,7 +6567,7 @@ const yu = {
|
|
6564
6567
|
blur: () => {
|
6565
6568
|
g.value?.foucs && g.value.blur();
|
6566
6569
|
}
|
6567
|
-
}), (w, A) => s.value ? xe((v(), k(
|
6570
|
+
}), (w, A) => s.value ? xe((v(), k(c(Di), q({
|
6568
6571
|
key: 0,
|
6569
6572
|
class: ["x-field", _.value],
|
6570
6573
|
ref_key: "itemRef",
|
@@ -6575,63 +6578,63 @@ const yu = {
|
|
6575
6578
|
style: S.value
|
6576
6579
|
}, w.$attrs), Ue({
|
6577
6580
|
error: b(({ error: M }) => [
|
6578
|
-
|
6579
|
-
|
6581
|
+
O(w.$slots, "error", { error: M }, () => [
|
6582
|
+
c(a)?.props.tooltipMessage ?? e.tooltipMessage ? (v(), R("div", {
|
6580
6583
|
key: 0,
|
6581
6584
|
class: "x-field__info",
|
6582
6585
|
style: et(x.value)
|
6583
6586
|
}, [
|
6584
|
-
I(
|
6587
|
+
I(c(oa), q({
|
6585
6588
|
content: y(M)
|
6586
6589
|
}, h.value), {
|
6587
6590
|
default: b(() => [
|
6588
|
-
I(
|
6591
|
+
I(c(Fe), {
|
6589
6592
|
class: "x-field__trigger",
|
6590
|
-
icon:
|
6593
|
+
icon: c(sl),
|
6591
6594
|
size: p.value
|
6592
6595
|
}, null, 8, ["icon", "size"])
|
6593
6596
|
]),
|
6594
6597
|
_: 1
|
6595
6598
|
}, 16, ["content"])
|
6596
|
-
], 4)) : (v(),
|
6599
|
+
], 4)) : (v(), R("div", yu, ee(y(M)), 1))
|
6597
6600
|
])
|
6598
6601
|
]),
|
6599
6602
|
default: b(() => [
|
6600
6603
|
Z("div", {
|
6601
6604
|
class: pe(["x-field__editor_wrap", { "is-inline": e.inline }])
|
6602
6605
|
}, [
|
6603
|
-
|
6604
|
-
|
6606
|
+
O(w.$slots, "editor", { editor: C.value }, () => [
|
6607
|
+
c(f).component ? (v(), k(Ee(c(f).component), q({
|
6605
6608
|
key: 0,
|
6606
6609
|
class: "x-field__editor",
|
6607
6610
|
ref_key: "editorRef",
|
6608
6611
|
ref: g,
|
6609
6612
|
modelValue: d.value,
|
6610
6613
|
"onUpdate:modelValue": A[0] || (A[0] = (M) => d.value = M)
|
6611
|
-
},
|
6614
|
+
}, c(f).props), Ue({ _: 2 }, [
|
6612
6615
|
w.$slots.option ? {
|
6613
6616
|
name: "option",
|
6614
6617
|
fn: b(({ option: M }) => [
|
6615
|
-
|
6618
|
+
O(w.$slots, "option", { option: M })
|
6616
6619
|
]),
|
6617
6620
|
key: "0"
|
6618
6621
|
} : void 0
|
6619
6622
|
]), 1040, ["modelValue"])) : $("", !0)
|
6620
6623
|
]),
|
6621
|
-
e.tip || w.$slots.tip ? (v(),
|
6622
|
-
|
6624
|
+
e.tip || w.$slots.tip ? (v(), R("div", bu, [
|
6625
|
+
O(w.$slots, "tip", {}, () => [
|
6623
6626
|
W(ee(e.tip), 1)
|
6624
6627
|
])
|
6625
6628
|
])) : $("", !0)
|
6626
6629
|
], 2),
|
6627
|
-
|
6630
|
+
O(w.$slots, "default")
|
6628
6631
|
]),
|
6629
6632
|
_: 2
|
6630
6633
|
}, [
|
6631
6634
|
w.$slots.label ? {
|
6632
6635
|
name: "label",
|
6633
6636
|
fn: b(() => [
|
6634
|
-
|
6637
|
+
O(w.$slots, "label")
|
6635
6638
|
]),
|
6636
6639
|
key: "0"
|
6637
6640
|
} : void 0
|
@@ -6723,7 +6726,7 @@ const yu = {
|
|
6723
6726
|
props: wu,
|
6724
6727
|
emits: ["change", "submit", "reset"],
|
6725
6728
|
setup(o, { expose: t, emit: n }) {
|
6726
|
-
const e = o, r = n, a = Ge(), l = L(), i = Vt(e.model || {}), s = L(!1),
|
6729
|
+
const e = o, r = n, a = Ge(), l = L(), i = Vt(e.model || {}), s = L(!1), u = D(() => ({
|
6727
6730
|
"is-sticky": !!e.sticky
|
6728
6731
|
})), d = D(() => ({
|
6729
6732
|
[`is-algin-${e.footerAlign}`]: !0
|
@@ -6753,10 +6756,10 @@ const yu = {
|
|
6753
6756
|
reset: h,
|
6754
6757
|
validate: f,
|
6755
6758
|
clearValidate: m
|
6756
|
-
}), (y, _) => (v(), k(
|
6759
|
+
}), (y, _) => (v(), k(c(zi), q({
|
6757
6760
|
ref_key: "formRef",
|
6758
6761
|
ref: l,
|
6759
|
-
class: ["x-form",
|
6762
|
+
class: ["x-form", u.value],
|
6760
6763
|
inline: e.inline,
|
6761
6764
|
model: i,
|
6762
6765
|
onKeyup: Rt(p, ["enter"]),
|
@@ -6764,16 +6767,16 @@ const yu = {
|
|
6764
6767
|
}, ["stop", "prevent"]))
|
6765
6768
|
}, y.$attrs), {
|
6766
6769
|
default: b(() => [
|
6767
|
-
|
6768
|
-
e.footer ? (v(), k(
|
6770
|
+
O(y.$slots, "default"),
|
6771
|
+
e.footer ? (v(), k(c(Ja), {
|
6769
6772
|
key: 0,
|
6770
6773
|
editor: "none",
|
6771
6774
|
class: pe(["x-form__footer", d.value]),
|
6772
6775
|
label: " "
|
6773
6776
|
}, {
|
6774
6777
|
editor: b(() => [
|
6775
|
-
|
6776
|
-
e.submitText ? (v(), k(
|
6778
|
+
O(y.$slots, "footer", {}, () => [
|
6779
|
+
e.submitText ? (v(), k(c(Le), {
|
6777
6780
|
key: 0,
|
6778
6781
|
loading: s.value,
|
6779
6782
|
type: "primary",
|
@@ -6784,7 +6787,7 @@ const yu = {
|
|
6784
6787
|
]),
|
6785
6788
|
_: 1
|
6786
6789
|
}, 8, ["loading"])) : $("", !0),
|
6787
|
-
e.resetText ? (v(), k(
|
6790
|
+
e.resetText ? (v(), k(c(Le), {
|
6788
6791
|
key: 1,
|
6789
6792
|
type: "default",
|
6790
6793
|
onClick: _[0] || (_[0] = () => h())
|
@@ -6794,7 +6797,7 @@ const yu = {
|
|
6794
6797
|
]),
|
6795
6798
|
_: 1
|
6796
6799
|
})) : $("", !0),
|
6797
|
-
|
6800
|
+
O(y.$slots, "action")
|
6798
6801
|
])
|
6799
6802
|
]),
|
6800
6803
|
_: 3
|
@@ -6848,10 +6851,10 @@ const yu = {
|
|
6848
6851
|
setup(o, { expose: t, emit: n }) {
|
6849
6852
|
const e = o, r = n, a = L(), l = L(), i = D(() => l.value?.$vtjEl), s = () => {
|
6850
6853
|
a.value?.submit();
|
6851
|
-
},
|
6854
|
+
}, u = () => {
|
6852
6855
|
r("update:modelValue", !1), r("close");
|
6853
6856
|
}, d = async (g) => {
|
6854
|
-
r("submit", g), e.submitMethod ? await e.submitMethod(g) &&
|
6857
|
+
r("submit", g), e.submitMethod ? await e.submitMethod(g) && u() : u();
|
6855
6858
|
}, f = D(
|
6856
6859
|
() => e.formProps?.disabled ? !1 : e.submit
|
6857
6860
|
), m = D(
|
@@ -6861,7 +6864,7 @@ const yu = {
|
|
6861
6864
|
$vtjEl: i,
|
6862
6865
|
formRef: a,
|
6863
6866
|
dialogRef: l
|
6864
|
-
}), (g, p) => (v(), k(
|
6867
|
+
}), (g, p) => (v(), k(c(Pn), q({
|
6865
6868
|
ref_key: "dialogRef",
|
6866
6869
|
ref: l,
|
6867
6870
|
class: "x-dialog-form",
|
@@ -6870,12 +6873,12 @@ const yu = {
|
|
6870
6873
|
cancel: m.value,
|
6871
6874
|
size: e.size,
|
6872
6875
|
onSubmit: s,
|
6873
|
-
onClose:
|
6876
|
+
onClose: u,
|
6874
6877
|
minimizable: !1,
|
6875
6878
|
maximizable: !1
|
6876
6879
|
}, g.$attrs), Ue({
|
6877
6880
|
default: b(() => [
|
6878
|
-
I(
|
6881
|
+
I(c(ei), q({
|
6879
6882
|
ref_key: "formRef",
|
6880
6883
|
ref: a,
|
6881
6884
|
class: "x-dialog-form__form",
|
@@ -6887,7 +6890,7 @@ const yu = {
|
|
6887
6890
|
"submit-method": d
|
6888
6891
|
}, e.formProps), {
|
6889
6892
|
default: b(() => [
|
6890
|
-
|
6893
|
+
O(g.$slots, "default")
|
6891
6894
|
]),
|
6892
6895
|
_: 3
|
6893
6896
|
}, 16, ["size", "model", "rules"])
|
@@ -6897,21 +6900,21 @@ const yu = {
|
|
6897
6900
|
g.$slots.extra ? {
|
6898
6901
|
name: "extra",
|
6899
6902
|
fn: b(() => [
|
6900
|
-
|
6903
|
+
O(g.$slots, "extra")
|
6901
6904
|
]),
|
6902
6905
|
key: "0"
|
6903
6906
|
} : void 0,
|
6904
6907
|
g.$slots.handle ? {
|
6905
6908
|
name: "handle",
|
6906
6909
|
fn: b(() => [
|
6907
|
-
|
6910
|
+
O(g.$slots, "handle")
|
6908
6911
|
]),
|
6909
6912
|
key: "1"
|
6910
6913
|
} : void 0,
|
6911
6914
|
g.$slots.footer ? {
|
6912
6915
|
name: "footer",
|
6913
6916
|
fn: b(() => [
|
6914
|
-
|
6917
|
+
O(g.$slots, "footer")
|
6915
6918
|
]),
|
6916
6919
|
key: "2"
|
6917
6920
|
} : void 0
|
@@ -6955,7 +6958,7 @@ const yu = {
|
|
6955
6958
|
"is-no-border": !e.border,
|
6956
6959
|
"is-fit": !!e.fit,
|
6957
6960
|
[`is-align-${e.align}`]: !!e.align
|
6958
|
-
})),
|
6961
|
+
})), u = (m) => {
|
6959
6962
|
r("actionClick", m);
|
6960
6963
|
}, d = (m) => {
|
6961
6964
|
r("actionCommand", m);
|
@@ -6966,29 +6969,29 @@ const yu = {
|
|
6966
6969
|
a.value = !1;
|
6967
6970
|
}), t({
|
6968
6971
|
$vtjDynamicSlots: () => l.value
|
6969
|
-
}), (m, g) => (v(), k(
|
6972
|
+
}), (m, g) => (v(), k(c(aa), q({
|
6970
6973
|
class: ["x-tabs", s.value]
|
6971
6974
|
}, m.$attrs), {
|
6972
6975
|
default: b(() => [
|
6973
|
-
(v(!0),
|
6976
|
+
(v(!0), R(de, null, he(e.items, (p) => (v(), k(c(bo), q({
|
6974
6977
|
key: p.value ?? p.name
|
6975
6978
|
}, { ref_for: !0 }, i(p)), {
|
6976
6979
|
label: b(() => [
|
6977
|
-
|
6978
|
-
p.icon ? (v(), k(Ee(
|
6980
|
+
O(m.$slots, "label", q({ ref_for: !0 }, p), () => [
|
6981
|
+
p.icon ? (v(), k(Ee(c(Pt)(p.icon)), {
|
6979
6982
|
key: 0,
|
6980
6983
|
class: "x-tabs__icon"
|
6981
6984
|
})) : $("", !0),
|
6982
6985
|
Z("div", Su, [
|
6983
6986
|
W(ee(p.label) + " ", 1),
|
6984
|
-
p.actions && [p.name, p.value].includes(m.$attrs.modelValue) ? (v(),
|
6985
|
-
(v(!0),
|
6987
|
+
p.actions && [p.name, p.value].includes(m.$attrs.modelValue) ? (v(), R("div", xu, [
|
6988
|
+
(v(!0), R(de, null, he(p.actions, (h) => (v(), k(c(be), q({
|
6986
6989
|
mode: "icon",
|
6987
6990
|
type: "primary",
|
6988
6991
|
size: "small",
|
6989
6992
|
circle: ""
|
6990
6993
|
}, { ref_for: !0 }, h, {
|
6991
|
-
onClick:
|
6994
|
+
onClick: u,
|
6992
6995
|
onCommand: d
|
6993
6996
|
}), null, 16))), 256))
|
6994
6997
|
])) : $("", !0)
|
@@ -6996,7 +6999,7 @@ const yu = {
|
|
6996
6999
|
])
|
6997
7000
|
]),
|
6998
7001
|
default: b(() => [
|
6999
|
-
a.value ?
|
7002
|
+
a.value ? O(m.$slots, "default", q({
|
7000
7003
|
key: 0,
|
7001
7004
|
ref_for: !0
|
7002
7005
|
}, p), () => [
|
@@ -7005,7 +7008,7 @@ const yu = {
|
|
7005
7008
|
ref_for: !0
|
7006
7009
|
}, p.props), null, 16)) : $("", !0)
|
7007
7010
|
]) : $("", !0),
|
7008
|
-
p.slot ?
|
7011
|
+
p.slot ? O(m.$slots, p.slot, q({
|
7009
7012
|
key: 1,
|
7010
7013
|
ref_for: !0
|
7011
7014
|
}, p)) : $("", !0)
|
@@ -7096,22 +7099,22 @@ const yu = {
|
|
7096
7099
|
type: "info",
|
7097
7100
|
items: n.actions,
|
7098
7101
|
...n.actionBarProps
|
7099
|
-
})), i = () => e("imageClick"), s = () => e("titleClick"),
|
7100
|
-
return (f, m) => (v(), k(
|
7102
|
+
})), i = () => e("imageClick"), s = () => e("titleClick"), u = (f) => e("actionClick", f), d = (f, m) => e("actionCommand", f, m);
|
7103
|
+
return (f, m) => (v(), k(c(oe), {
|
7101
7104
|
class: pe(["x-data-item", a.value]),
|
7102
7105
|
direction: n.direction,
|
7103
7106
|
padding: n.padding
|
7104
7107
|
}, {
|
7105
7108
|
default: b(() => [
|
7106
|
-
n.imageSrc || f.$slots.image ? (v(), k(
|
7109
|
+
n.imageSrc || f.$slots.image ? (v(), k(c(oe), {
|
7107
7110
|
key: 0,
|
7108
7111
|
class: "x-data-item__img",
|
7109
7112
|
autoPointer: !0,
|
7110
7113
|
onClick: n.onImageClick ? i : void 0
|
7111
7114
|
}, {
|
7112
7115
|
default: b(() => [
|
7113
|
-
|
7114
|
-
n.imageSrc ? (v(), k(
|
7116
|
+
O(f.$slots, "image", {}, () => [
|
7117
|
+
n.imageSrc ? (v(), k(c(wo), {
|
7115
7118
|
key: 0,
|
7116
7119
|
style: et(r.value),
|
7117
7120
|
src: n.imageSrc
|
@@ -7120,14 +7123,14 @@ const yu = {
|
|
7120
7123
|
]),
|
7121
7124
|
_: 3
|
7122
7125
|
}, 8, ["onClick"])) : $("", !0),
|
7123
|
-
I(
|
7126
|
+
I(c(oe), {
|
7124
7127
|
class: "x-data-item__content",
|
7125
7128
|
direction: "column",
|
7126
7129
|
grow: "",
|
7127
7130
|
shrink: ""
|
7128
7131
|
}, {
|
7129
7132
|
default: b(() => [
|
7130
|
-
n.title || f.$slots.title ? (v(), k(
|
7133
|
+
n.title || f.$slots.title ? (v(), k(c(oe), {
|
7131
7134
|
key: 0,
|
7132
7135
|
class: "x-data-item__section x-data-item__wrapper",
|
7133
7136
|
align: "center",
|
@@ -7135,30 +7138,30 @@ const yu = {
|
|
7135
7138
|
onClick: n.onTitleClick ? s : void 0
|
7136
7139
|
}, {
|
7137
7140
|
default: b(() => [
|
7138
|
-
n.icon ? (v(), k(Ee(
|
7141
|
+
n.icon ? (v(), k(Ee(c(Pt)(n.icon)), {
|
7139
7142
|
key: 0,
|
7140
7143
|
class: "x-data-item__icon"
|
7141
7144
|
})) : $("", !0),
|
7142
7145
|
Z("span", ku, [
|
7143
|
-
|
7146
|
+
O(f.$slots, "title", {}, () => [
|
7144
7147
|
W(ee(n.title), 1)
|
7145
7148
|
])
|
7146
7149
|
])
|
7147
7150
|
]),
|
7148
7151
|
_: 3
|
7149
7152
|
}, 8, ["onClick"])) : $("", !0),
|
7150
|
-
n.description || f.$slots.description ? (v(),
|
7151
|
-
|
7153
|
+
n.description || f.$slots.description ? (v(), R("div", Tu, [
|
7154
|
+
O(f.$slots, "description", {}, () => [
|
7152
7155
|
W(ee(n.description), 1)
|
7153
7156
|
])
|
7154
7157
|
])) : $("", !0),
|
7155
|
-
f.$slots.default ? (v(),
|
7156
|
-
|
7158
|
+
f.$slots.default ? (v(), R("div", Du, [
|
7159
|
+
O(f.$slots, "default")
|
7157
7160
|
])) : $("", !0),
|
7158
|
-
n.actions || n.actionBarProps || f.$slots.actions ? (v(),
|
7159
|
-
|
7160
|
-
I(
|
7161
|
-
onClick:
|
7161
|
+
n.actions || n.actionBarProps || f.$slots.actions ? (v(), R("div", zu, [
|
7162
|
+
O(f.$slots, "actions", {}, () => [
|
7163
|
+
I(c(en), q(l.value, {
|
7164
|
+
onClick: u,
|
7162
7165
|
onCommand: d
|
7163
7166
|
}), null, 16)
|
7164
7167
|
])
|
@@ -7244,7 +7247,7 @@ const yu = {
|
|
7244
7247
|
total: 0
|
7245
7248
|
},
|
7246
7249
|
a
|
7247
|
-
), s = D(() => Math.ceil((l.value.total || 0) / a.pageSize)),
|
7250
|
+
), s = D(() => Math.ceil((l.value.total || 0) / a.pageSize)), u = L(!1), d = L(), f = D(() => ({
|
7248
7251
|
width: tt(e.width),
|
7249
7252
|
height: tt(e.height)
|
7250
7253
|
})), m = D(() => ({
|
@@ -7255,14 +7258,14 @@ const yu = {
|
|
7255
7258
|
lr(e.infiniteScroll)
|
7256
7259
|
))
|
7257
7260
|
P[`infinite-scroll-${E}`] = w;
|
7258
|
-
return (i.value ||
|
7261
|
+
return (i.value || u.value) && (P["infinite-scroll-disabled"] = !0), P;
|
7259
7262
|
}), p = D(() => lr(e.pager, {})), { list: h, containerProps: y, wrapperProps: _, scrollTo: S } = hl(
|
7260
7263
|
D(() => l.value.list),
|
7261
7264
|
{
|
7262
7265
|
itemHeight: e.itemHeight || 0
|
7263
7266
|
}
|
7264
7267
|
), x = () => {
|
7265
|
-
!e.infiniteScroll ||
|
7268
|
+
!e.infiniteScroll || u.value || (a.page < s.value ? (++a.page, r("load", a)) : u.value = !0);
|
7266
7269
|
}, C = (P) => e.dataKey ? P[e.dataKey] : void 0;
|
7267
7270
|
return t({
|
7268
7271
|
list: h,
|
@@ -7271,71 +7274,71 @@ const yu = {
|
|
7271
7274
|
loading: i,
|
7272
7275
|
state: a,
|
7273
7276
|
pageCount: s,
|
7274
|
-
nomore:
|
7277
|
+
nomore: u,
|
7275
7278
|
data: l,
|
7276
7279
|
getKey: C
|
7277
|
-
}), (P, E) => (v(),
|
7280
|
+
}), (P, E) => (v(), R("div", {
|
7278
7281
|
class: pe(["x-list", m.value]),
|
7279
7282
|
style: et(f.value)
|
7280
7283
|
}, [
|
7281
|
-
!
|
7282
|
-
I(
|
7284
|
+
!c(l).total && !c(i) ? O(P.$slots, "empty", { key: 0 }, () => [
|
7285
|
+
I(c($o))
|
7283
7286
|
]) : $("", !0),
|
7284
|
-
Z("div", q({ class: "x-list__content" },
|
7285
|
-
e.itemHeight ? xe((v(),
|
7287
|
+
Z("div", q({ class: "x-list__content" }, c(y)), [
|
7288
|
+
e.itemHeight ? xe((v(), R("div", q({
|
7286
7289
|
key: 0,
|
7287
7290
|
class: "x-list__wrapper",
|
7288
7291
|
ref_key: "wrapperRef",
|
7289
7292
|
ref: d
|
7290
|
-
}, { ...
|
7291
|
-
(v(!0),
|
7293
|
+
}, { ...c(_), ...g.value }), [
|
7294
|
+
(v(!0), R(de, null, he(c(h), (w, A) => O(P.$slots, "default", q({
|
7292
7295
|
key: C(w.data),
|
7293
7296
|
ref_for: !0
|
7294
7297
|
}, { item: w.data, index: A }), () => [
|
7295
7298
|
Z("div", null, ee(w), 1)
|
7296
7299
|
])), 128)),
|
7297
|
-
|
7298
|
-
|
7300
|
+
c(i) ? (v(), R("div", Pu, [
|
7301
|
+
O(P.$slots, "loading", {}, () => [
|
7299
7302
|
E[2] || (E[2] = W(" 正在加载数据... ", -1))
|
7300
7303
|
])
|
7301
7304
|
])) : $("", !0),
|
7302
|
-
|
7303
|
-
|
7305
|
+
u.value ? (v(), R("div", Iu, [
|
7306
|
+
O(P.$slots, "nomore", {}, () => [
|
7304
7307
|
E[3] || (E[3] = W(" 没有更多数据 ", -1))
|
7305
7308
|
])
|
7306
7309
|
])) : $("", !0)
|
7307
7310
|
], 16)), [
|
7308
|
-
[
|
7309
|
-
]) : xe((v(),
|
7311
|
+
[c(nr), x]
|
7312
|
+
]) : xe((v(), R("div", q({
|
7310
7313
|
key: 1,
|
7311
7314
|
class: "x-list__wrapper"
|
7312
7315
|
}, g.value), [
|
7313
|
-
(v(!0),
|
7316
|
+
(v(!0), R(de, null, he(c(l).list, (w, A) => O(P.$slots, "default", q({
|
7314
7317
|
key: C(w),
|
7315
7318
|
ref_for: !0
|
7316
7319
|
}, { item: w, index: A }), () => [
|
7317
7320
|
Z("div", null, ee(w), 1)
|
7318
7321
|
])), 128)),
|
7319
|
-
|
7320
|
-
|
7322
|
+
c(i) ? (v(), R("div", $u, [
|
7323
|
+
O(P.$slots, "loading", {}, () => [
|
7321
7324
|
E[4] || (E[4] = W(" 正在加载数据... ", -1))
|
7322
7325
|
])
|
7323
7326
|
])) : $("", !0),
|
7324
|
-
|
7325
|
-
|
7327
|
+
u.value ? (v(), R("div", Au, [
|
7328
|
+
O(P.$slots, "nomore", {}, () => [
|
7326
7329
|
E[5] || (E[5] = W(" 没有更多数据 ", -1))
|
7327
7330
|
])
|
7328
7331
|
])) : $("", !0)
|
7329
7332
|
], 16)), [
|
7330
|
-
[
|
7333
|
+
[c(nr), x]
|
7331
7334
|
])
|
7332
7335
|
], 16),
|
7333
|
-
e.pager ? (v(),
|
7334
|
-
I(
|
7336
|
+
e.pager ? (v(), R("div", Bu, [
|
7337
|
+
I(c(la), q({
|
7335
7338
|
small: "",
|
7336
7339
|
background: "",
|
7337
7340
|
layout: "prev, pager, next",
|
7338
|
-
total:
|
7341
|
+
total: c(l).total,
|
7339
7342
|
"default-page-size": e.pageSize,
|
7340
7343
|
"default-current-page": e.page,
|
7341
7344
|
"current-page": a.page,
|
@@ -7373,18 +7376,18 @@ const yu = {
|
|
7373
7376
|
window.location.href = r;
|
7374
7377
|
}
|
7375
7378
|
};
|
7376
|
-
return (e, r) => (v(),
|
7379
|
+
return (e, r) => (v(), R("div", Ru, [
|
7377
7380
|
Z("div", Fu, [
|
7378
7381
|
Z("div", Ou, [
|
7379
7382
|
Z("span", Nu, ee(t.name), 1)
|
7380
7383
|
]),
|
7381
7384
|
Z("div", ju, ee(t.tagline), 1),
|
7382
7385
|
Z("div", Lu, [
|
7383
|
-
I(
|
7386
|
+
I(c(Le), {
|
7384
7387
|
type: "primary",
|
7385
7388
|
size: "large",
|
7386
7389
|
round: "",
|
7387
|
-
icon:
|
7390
|
+
icon: c(wa),
|
7388
7391
|
onClick: n
|
7389
7392
|
}, {
|
7390
7393
|
default: b(() => [
|
@@ -7447,7 +7450,7 @@ const yu = {
|
|
7447
7450
|
set(p) {
|
7448
7451
|
r("update:syncProp", p);
|
7449
7452
|
}
|
7450
|
-
}),
|
7453
|
+
}), u = L("default inner data"), d = () => {
|
7451
7454
|
Qe.info({
|
7452
7455
|
message: "触发click事件"
|
7453
7456
|
}), r("click", e);
|
@@ -7456,46 +7459,46 @@ const yu = {
|
|
7456
7459
|
message: "触发submit事件"
|
7457
7460
|
}), r("submit", e);
|
7458
7461
|
}, m = (p) => {
|
7459
|
-
|
7462
|
+
u.value = p, r("change", u.value);
|
7460
7463
|
}, g = () => {
|
7461
7464
|
m("user click change:" + Date.now());
|
7462
7465
|
};
|
7463
7466
|
return t({
|
7464
7467
|
click: d,
|
7465
7468
|
submit: f,
|
7466
|
-
data:
|
7469
|
+
data: u,
|
7467
7470
|
change: m,
|
7468
7471
|
$vtjDynamicSlots: l
|
7469
|
-
}), (p, h) => (v(), k(
|
7472
|
+
}), (p, h) => (v(), k(c(mn), {
|
7470
7473
|
class: "x-test",
|
7471
7474
|
header: "VTJ 低代码测试组件",
|
7472
7475
|
border: ""
|
7473
7476
|
}, {
|
7474
7477
|
default: b(() => [
|
7475
|
-
I(
|
7478
|
+
I(c(Be), null, {
|
7476
7479
|
default: b(() => [...h[2] || (h[2] = [
|
7477
7480
|
W("内部数据", -1)
|
7478
7481
|
])]),
|
7479
7482
|
_: 1
|
7480
7483
|
}),
|
7481
|
-
I(
|
7484
|
+
I(c(oe), null, {
|
7482
7485
|
default: b(() => [
|
7483
|
-
W(ee(
|
7486
|
+
W(ee(u.value), 1)
|
7484
7487
|
]),
|
7485
7488
|
_: 1
|
7486
7489
|
}),
|
7487
|
-
I(
|
7490
|
+
I(c(Be), null, {
|
7488
7491
|
default: b(() => [...h[3] || (h[3] = [
|
7489
7492
|
W("属性", -1)
|
7490
7493
|
])]),
|
7491
7494
|
_: 1
|
7492
7495
|
}),
|
7493
|
-
I(
|
7496
|
+
I(c(or), {
|
7494
7497
|
column: 3,
|
7495
7498
|
border: ""
|
7496
7499
|
}, {
|
7497
7500
|
default: b(() => [
|
7498
|
-
(v(!0),
|
7501
|
+
(v(!0), R(de, null, he(a.value, ([y, _]) => (v(), k(c(Vn), { label: y }, {
|
7499
7502
|
default: b(() => [
|
7500
7503
|
Z("pre", null, ee(JSON.stringify(_, null, 2)), 1)
|
7501
7504
|
]),
|
@@ -7504,47 +7507,47 @@ const yu = {
|
|
7504
7507
|
]),
|
7505
7508
|
_: 1
|
7506
7509
|
}),
|
7507
|
-
I(
|
7510
|
+
I(c(Be), null, {
|
7508
7511
|
default: b(() => [...h[4] || (h[4] = [
|
7509
7512
|
W("插槽", -1)
|
7510
7513
|
])]),
|
7511
7514
|
_: 1
|
7512
7515
|
}),
|
7513
|
-
I(
|
7516
|
+
I(c(oe), {
|
7514
7517
|
justify: "space-around",
|
7515
7518
|
flex: "",
|
7516
7519
|
gap: ""
|
7517
7520
|
}, {
|
7518
7521
|
default: b(() => [
|
7519
|
-
I(
|
7522
|
+
I(c(mn), {
|
7520
7523
|
header: "default",
|
7521
7524
|
grow: "",
|
7522
7525
|
card: ""
|
7523
7526
|
}, {
|
7524
7527
|
default: b(() => [
|
7525
7528
|
Z("div", Uu, [
|
7526
|
-
|
7529
|
+
O(p.$slots, "default", {
|
7527
7530
|
props: e,
|
7528
|
-
data:
|
7531
|
+
data: u.value
|
7529
7532
|
}, () => [
|
7530
|
-
Z("pre", null, ee(JSON.stringify({ props: e, data:
|
7533
|
+
Z("pre", null, ee(JSON.stringify({ props: e, data: u.value }, null, 2)), 1)
|
7531
7534
|
])
|
7532
7535
|
])
|
7533
7536
|
]),
|
7534
7537
|
_: 3
|
7535
7538
|
}),
|
7536
|
-
I(
|
7539
|
+
I(c(mn), {
|
7537
7540
|
header: "extra",
|
7538
7541
|
grow: "",
|
7539
7542
|
card: ""
|
7540
7543
|
}, {
|
7541
7544
|
default: b(() => [
|
7542
7545
|
Z("div", Xu, [
|
7543
|
-
|
7546
|
+
O(p.$slots, "extra", {
|
7544
7547
|
props: e,
|
7545
|
-
data:
|
7548
|
+
data: u.value
|
7546
7549
|
}, () => [
|
7547
|
-
Z("pre", null, ee(JSON.stringify({ props: e, data:
|
7550
|
+
Z("pre", null, ee(JSON.stringify({ props: e, data: u.value }, null, 2)), 1)
|
7548
7551
|
])
|
7549
7552
|
])
|
7550
7553
|
]),
|
@@ -7553,43 +7556,43 @@ const yu = {
|
|
7553
7556
|
]),
|
7554
7557
|
_: 3
|
7555
7558
|
}),
|
7556
|
-
I(
|
7559
|
+
I(c(Be), null, {
|
7557
7560
|
default: b(() => [...h[5] || (h[5] = [
|
7558
7561
|
W("动态插槽", -1)
|
7559
7562
|
])]),
|
7560
7563
|
_: 1
|
7561
7564
|
}),
|
7562
|
-
I(
|
7565
|
+
I(c(oe), null, {
|
7563
7566
|
default: b(() => [
|
7564
|
-
(v(!0),
|
7567
|
+
(v(!0), R(de, null, he(l(), (y) => O(p.$slots, y)), 256))
|
7565
7568
|
]),
|
7566
7569
|
_: 3
|
7567
7570
|
}),
|
7568
|
-
I(
|
7571
|
+
I(c(Be), null, {
|
7569
7572
|
default: b(() => [...h[6] || (h[6] = [
|
7570
7573
|
W("双向绑定", -1)
|
7571
7574
|
])]),
|
7572
7575
|
_: 1
|
7573
7576
|
}),
|
7574
|
-
I(
|
7577
|
+
I(c(oe), null, {
|
7575
7578
|
default: b(() => [
|
7576
|
-
I(
|
7579
|
+
I(c(or), {
|
7577
7580
|
column: 2,
|
7578
7581
|
border: ""
|
7579
7582
|
}, {
|
7580
7583
|
default: b(() => [
|
7581
|
-
I(
|
7584
|
+
I(c(Vn), { label: "modelValue" }, {
|
7582
7585
|
default: b(() => [
|
7583
|
-
I(
|
7586
|
+
I(c(Re), {
|
7584
7587
|
modelValue: i.value,
|
7585
7588
|
"onUpdate:modelValue": h[0] || (h[0] = (y) => i.value = y)
|
7586
7589
|
}, null, 8, ["modelValue"])
|
7587
7590
|
]),
|
7588
7591
|
_: 1
|
7589
7592
|
}),
|
7590
|
-
I(
|
7593
|
+
I(c(Vn), { label: "syncProp" }, {
|
7591
7594
|
default: b(() => [
|
7592
|
-
I(
|
7595
|
+
I(c(Re), {
|
7593
7596
|
modelValue: s.value,
|
7594
7597
|
"onUpdate:modelValue": h[1] || (h[1] = (y) => s.value = y)
|
7595
7598
|
}, null, 8, ["modelValue"])
|
@@ -7602,27 +7605,27 @@ const yu = {
|
|
7602
7605
|
]),
|
7603
7606
|
_: 1
|
7604
7607
|
}),
|
7605
|
-
I(
|
7608
|
+
I(c(Be), null, {
|
7606
7609
|
default: b(() => [...h[7] || (h[7] = [
|
7607
7610
|
W("事件和方法", -1)
|
7608
7611
|
])]),
|
7609
7612
|
_: 1
|
7610
7613
|
}),
|
7611
|
-
I(
|
7614
|
+
I(c(oe), null, {
|
7612
7615
|
default: b(() => [
|
7613
|
-
I(
|
7616
|
+
I(c(Le), { onClick: d }, {
|
7614
7617
|
default: b(() => [...h[8] || (h[8] = [
|
7615
7618
|
W("click", -1)
|
7616
7619
|
])]),
|
7617
7620
|
_: 1
|
7618
7621
|
}),
|
7619
|
-
I(
|
7622
|
+
I(c(Le), { onClick: f }, {
|
7620
7623
|
default: b(() => [...h[9] || (h[9] = [
|
7621
7624
|
W("submit", -1)
|
7622
7625
|
])]),
|
7623
7626
|
_: 1
|
7624
7627
|
}),
|
7625
|
-
I(
|
7628
|
+
I(c(Le), { onClick: g }, {
|
7626
7629
|
default: b(() => [...h[10] || (h[10] = [
|
7627
7630
|
W("change", -1)
|
7628
7631
|
])]),
|
@@ -7671,20 +7674,20 @@ const yu = {
|
|
7671
7674
|
const e = o, r = n, a = D(() => Fo(e.units).map((h) => typeof h == "string" ? { label: h, value: h } : h)), l = D(() => {
|
7672
7675
|
const p = a.value.map((h) => h.value);
|
7673
7676
|
return e.unit && p.push(e.unit), pa(p);
|
7674
|
-
}), i = L(), s = L(),
|
7677
|
+
}), i = L(), s = L(), u = (p) => e.format && p ? Fi(Number(p) || 0, e.format) : p, d = (p) => {
|
7675
7678
|
if (!e.withUnit || typeof p != "string")
|
7676
|
-
return { value:
|
7679
|
+
return { value: u(p), unit: e.unit };
|
7677
7680
|
for (const h of l.value) {
|
7678
7681
|
const y = new RegExp(`${h}$`);
|
7679
7682
|
if (y.test(p))
|
7680
7683
|
return {
|
7681
|
-
value:
|
7684
|
+
value: u(p.toString().replace(y, "")),
|
7682
7685
|
unit: h
|
7683
7686
|
};
|
7684
7687
|
}
|
7685
|
-
return { value:
|
7688
|
+
return { value: u(p), unit: e.unit };
|
7686
7689
|
}, f = () => {
|
7687
|
-
const p =
|
7690
|
+
const p = u(s.value), h = i.value;
|
7688
7691
|
return e.withUnit && p && h ? `${p}${h}` : p;
|
7689
7692
|
};
|
7690
7693
|
re(
|
@@ -7707,8 +7710,8 @@ const yu = {
|
|
7707
7710
|
};
|
7708
7711
|
return t({
|
7709
7712
|
parser: d,
|
7710
|
-
formatValue:
|
7711
|
-
}), (p, h) => (v(), k(
|
7713
|
+
formatValue: u
|
7714
|
+
}), (p, h) => (v(), k(c(Re), {
|
7712
7715
|
modelValue: s.value,
|
7713
7716
|
"onUpdate:modelValue": h[1] || (h[1] = (y) => s.value = y),
|
7714
7717
|
modelModifiers: { trim: !0 },
|
@@ -7718,7 +7721,7 @@ const yu = {
|
|
7718
7721
|
a.value.length ? {
|
7719
7722
|
name: "append",
|
7720
7723
|
fn: b(() => [
|
7721
|
-
I(
|
7724
|
+
I(c(Ao), q({
|
7722
7725
|
class: "x-input-unit__unit",
|
7723
7726
|
modelValue: i.value,
|
7724
7727
|
"onUpdate:modelValue": h[0] || (h[0] = (y) => i.value = y),
|
@@ -7726,7 +7729,7 @@ const yu = {
|
|
7726
7729
|
style: { width: `${e.appendWidth}px` }
|
7727
7730
|
}, p.$props.selectProps, { onChange: g }), {
|
7728
7731
|
default: b(() => [
|
7729
|
-
(v(!0),
|
7732
|
+
(v(!0), R(de, null, he(a.value, (y) => (v(), k(c(Bo), {
|
7730
7733
|
key: y.value,
|
7731
7734
|
label: y.label,
|
7732
7735
|
value: y.value
|
@@ -7739,7 +7742,7 @@ const yu = {
|
|
7739
7742
|
} : {
|
7740
7743
|
name: "suffix",
|
7741
7744
|
fn: b(() => [
|
7742
|
-
i.value ? (v(),
|
7745
|
+
i.value ? (v(), R("div", Gu, [
|
7743
7746
|
Z("span", null, ee(i.value), 1)
|
7744
7747
|
])) : $("", !0)
|
7745
7748
|
]),
|
@@ -7766,7 +7769,7 @@ const yu = {
|
|
7766
7769
|
};
|
7767
7770
|
return re(() => t.src, a, { immediate: !0 }), re(n, async (l = "") => {
|
7768
7771
|
l.length === t.maxlength ? t.validate && (r.value = await t.validate(l)) : r.value = void 0;
|
7769
|
-
}), (l, i) => (v(), k(
|
7772
|
+
}), (l, i) => (v(), k(c(Re), {
|
7770
7773
|
class: "x-captcha",
|
7771
7774
|
placeholder: t.placeholder,
|
7772
7775
|
maxlength: t.maxlength,
|
@@ -7781,16 +7784,16 @@ const yu = {
|
|
7781
7784
|
}, null, 8, Yu)
|
7782
7785
|
]),
|
7783
7786
|
suffix: b(() => [
|
7784
|
-
r.value === !0 ? (v(), k(
|
7787
|
+
r.value === !0 ? (v(), k(c(Fe), {
|
7785
7788
|
key: 0,
|
7786
7789
|
class: "x-captcha--success",
|
7787
|
-
icon:
|
7790
|
+
icon: c(ul),
|
7788
7791
|
color: "green"
|
7789
7792
|
}, null, 8, ["icon"])) : $("", !0),
|
7790
|
-
r.value === !1 ? (v(), k(
|
7793
|
+
r.value === !1 ? (v(), k(c(Fe), {
|
7791
7794
|
key: 1,
|
7792
7795
|
class: "x-captcha--error",
|
7793
|
-
icon:
|
7796
|
+
icon: c(cl)
|
7794
7797
|
}, null, 8, ["icon"])) : $("", !0)
|
7795
7798
|
]),
|
7796
7799
|
_: 1
|
@@ -8021,12 +8024,12 @@ function tc() {
|
|
8021
8024
|
return o.isValid(r) ? parseInt(r, 10) : void 0;
|
8022
8025
|
}, o.getPenaltyN1 = function(r) {
|
8023
8026
|
const a = r.size;
|
8024
|
-
let l = 0, i = 0, s = 0,
|
8027
|
+
let l = 0, i = 0, s = 0, u = null, d = null;
|
8025
8028
|
for (let f = 0; f < a; f++) {
|
8026
|
-
i = s = 0,
|
8029
|
+
i = s = 0, u = d = null;
|
8027
8030
|
for (let m = 0; m < a; m++) {
|
8028
8031
|
let g = r.get(f, m);
|
8029
|
-
g ===
|
8032
|
+
g === u ? i++ : (i >= 5 && (l += t.N1 + (i - 5)), u = g, i = 1), g = r.get(m, f), g === d ? s++ : (s >= 5 && (l += t.N1 + (s - 5)), d = g, s = 1);
|
8030
8033
|
}
|
8031
8034
|
i >= 5 && (l += t.N1 + (i - 5)), s >= 5 && (l += t.N1 + (s - 5));
|
8032
8035
|
}
|
@@ -8036,17 +8039,17 @@ function tc() {
|
|
8036
8039
|
let l = 0;
|
8037
8040
|
for (let i = 0; i < a - 1; i++)
|
8038
8041
|
for (let s = 0; s < a - 1; s++) {
|
8039
|
-
const
|
8040
|
-
(
|
8042
|
+
const u = r.get(i, s) + r.get(i, s + 1) + r.get(i + 1, s) + r.get(i + 1, s + 1);
|
8043
|
+
(u === 4 || u === 0) && l++;
|
8041
8044
|
}
|
8042
8045
|
return l * t.N2;
|
8043
8046
|
}, o.getPenaltyN3 = function(r) {
|
8044
8047
|
const a = r.size;
|
8045
8048
|
let l = 0, i = 0, s = 0;
|
8046
|
-
for (let
|
8049
|
+
for (let u = 0; u < a; u++) {
|
8047
8050
|
i = s = 0;
|
8048
8051
|
for (let d = 0; d < a; d++)
|
8049
|
-
i = i << 1 & 2047 | r.get(
|
8052
|
+
i = i << 1 & 2047 | r.get(u, d), d >= 10 && (i === 1488 || i === 93) && l++, s = s << 1 & 2047 | r.get(d, u), d >= 10 && (s === 1488 || s === 93) && l++;
|
8050
8053
|
}
|
8051
8054
|
return l * t.N3;
|
8052
8055
|
}, o.getPenaltyN4 = function(r) {
|
@@ -8085,10 +8088,10 @@ function tc() {
|
|
8085
8088
|
}, o.getBestMask = function(r, a) {
|
8086
8089
|
const l = Object.keys(o.Patterns).length;
|
8087
8090
|
let i = 0, s = 1 / 0;
|
8088
|
-
for (let
|
8089
|
-
a(
|
8091
|
+
for (let u = 0; u < l; u++) {
|
8092
|
+
a(u), o.applyMask(u, r);
|
8090
8093
|
const d = o.getPenaltyN1(r) + o.getPenaltyN2(r) + o.getPenaltyN3(r) + o.getPenaltyN4(r);
|
8091
|
-
o.applyMask(
|
8094
|
+
o.applyMask(u, r), d < s && (s = d, i = u);
|
8092
8095
|
}
|
8093
8096
|
return i;
|
8094
8097
|
};
|
@@ -8619,13 +8622,13 @@ function ac() {
|
|
8619
8622
|
if (g <= o.getCapacity(h, p, m))
|
8620
8623
|
return h;
|
8621
8624
|
}
|
8622
|
-
function
|
8625
|
+
function u(m, g) {
|
8623
8626
|
return r.getCharCountIndicator(m, g) + 4;
|
8624
8627
|
}
|
8625
8628
|
function d(m, g) {
|
8626
8629
|
let p = 0;
|
8627
8630
|
return m.forEach(function(h) {
|
8628
|
-
const y =
|
8631
|
+
const y = u(h.mode, g);
|
8629
8632
|
p += y + h.getBitsLength();
|
8630
8633
|
}), p;
|
8631
8634
|
}
|
@@ -8642,7 +8645,7 @@ function ac() {
|
|
8642
8645
|
typeof h > "u" && (h = r.BYTE);
|
8643
8646
|
const y = t.getSymbolTotalCodewords(g), _ = n.getTotalCodewordsCount(g, p), S = (y - _) * 8;
|
8644
8647
|
if (h === r.MIXED) return S;
|
8645
|
-
const x = S -
|
8648
|
+
const x = S - u(h, g);
|
8646
8649
|
switch (h) {
|
8647
8650
|
case r.NUMERIC:
|
8648
8651
|
return Math.floor(x / 10 * 3);
|
@@ -8839,10 +8842,10 @@ function dc() {
|
|
8839
8842
|
l[e] = 0;
|
8840
8843
|
var i = t.PriorityQueue.make();
|
8841
8844
|
i.push(e, 0);
|
8842
|
-
for (var s,
|
8843
|
-
s = i.pop(),
|
8845
|
+
for (var s, u, d, f, m, g, p, h, y; !i.empty(); ) {
|
8846
|
+
s = i.pop(), u = s.value, f = s.cost, m = n[u] || {};
|
8844
8847
|
for (d in m)
|
8845
|
-
m.hasOwnProperty(d) && (g = m[d], p = f + g, h = l[d], y = typeof l[d] > "u", (y || h > p) && (l[d] = p, i.push(d, p), a[d] =
|
8848
|
+
m.hasOwnProperty(d) && (g = m[d], p = f + g, h = l[d], y = typeof l[d] > "u", (y || h > p) && (l[d] = p, i.push(d, p), a[d] = u));
|
8846
8849
|
}
|
8847
8850
|
if (typeof r < "u" && typeof l[r] > "u") {
|
8848
8851
|
var _ = ["Could not find a path from ", e, " to ", r, "."].join("");
|
@@ -8902,7 +8905,7 @@ var Kr;
|
|
8902
8905
|
function fc() {
|
8903
8906
|
return Kr || (Kr = 1, (function(o) {
|
8904
8907
|
const t = ht(), n = lc(), e = sc(), r = uc(), a = cc(), l = oi(), i = gt(), s = dc();
|
8905
|
-
function
|
8908
|
+
function u(_) {
|
8906
8909
|
return unescape(encodeURIComponent(_)).length;
|
8907
8910
|
}
|
8908
8911
|
function d(_, S, x) {
|
@@ -8969,12 +8972,12 @@ function fc() {
|
|
8969
8972
|
case t.KANJI:
|
8970
8973
|
S.push([
|
8971
8974
|
C,
|
8972
|
-
{ data: C.data, mode: t.BYTE, length:
|
8975
|
+
{ data: C.data, mode: t.BYTE, length: u(C.data) }
|
8973
8976
|
]);
|
8974
8977
|
break;
|
8975
8978
|
case t.BYTE:
|
8976
8979
|
S.push([
|
8977
|
-
{ data: C.data, mode: t.BYTE, length:
|
8980
|
+
{ data: C.data, mode: t.BYTE, length: u(C.data) }
|
8978
8981
|
]);
|
8979
8982
|
}
|
8980
8983
|
}
|
@@ -8986,11 +8989,11 @@ function fc() {
|
|
8986
8989
|
for (let E = 0; E < _.length; E++) {
|
8987
8990
|
const w = _[E], A = [];
|
8988
8991
|
for (let M = 0; M < w.length; M++) {
|
8989
|
-
const
|
8990
|
-
A.push(
|
8991
|
-
for (let
|
8992
|
-
const V = P[
|
8993
|
-
x[V] && x[V].node.mode ===
|
8992
|
+
const U = w[M], F = "" + E + M;
|
8993
|
+
A.push(F), x[F] = { node: U, lastCount: 0 }, C[F] = {};
|
8994
|
+
for (let j = 0; j < P.length; j++) {
|
8995
|
+
const V = P[j];
|
8996
|
+
x[V] && x[V].node.mode === U.mode ? (C[V][F] = m(x[V].lastCount + U.length, U.mode) - m(x[V].lastCount, U.mode), x[V].lastCount += U.length) : (x[V] && (x[V].lastCount = U.length), C[V][F] = m(U.length, U.mode) + 4 + t.getCharCountIndicator(U.mode, S));
|
8994
8997
|
}
|
8995
8998
|
}
|
8996
8999
|
P = A;
|
@@ -9036,15 +9039,15 @@ var Wr;
|
|
9036
9039
|
function pc() {
|
9037
9040
|
if (Wr) return Yn;
|
9038
9041
|
Wr = 1;
|
9039
|
-
const o = gt(), t = Jo(), n = Ju(), e = Qu(), r = Zu(), a = ec(), l = tc(), i = ti(), s = rc(),
|
9042
|
+
const o = gt(), t = Jo(), n = Ju(), e = Qu(), r = Zu(), a = ec(), l = tc(), i = ti(), s = rc(), u = ac(), d = ic(), f = ht(), m = fc();
|
9040
9043
|
function g(E, w) {
|
9041
9044
|
const A = E.size, M = a.getPositions(w);
|
9042
|
-
for (let
|
9043
|
-
const
|
9045
|
+
for (let U = 0; U < M.length; U++) {
|
9046
|
+
const F = M[U][0], j = M[U][1];
|
9044
9047
|
for (let V = -1; V <= 7; V++)
|
9045
|
-
if (!(
|
9046
|
-
for (let
|
9047
|
-
|
9048
|
+
if (!(F + V <= -1 || A <= F + V))
|
9049
|
+
for (let H = -1; H <= 7; H++)
|
9050
|
+
j + H <= -1 || A <= j + H || (V >= 0 && V <= 6 && (H === 0 || H === 6) || H >= 0 && H <= 6 && (V === 0 || V === 6) || V >= 2 && V <= 4 && H >= 2 && H <= 4 ? E.set(F + V, j + H, !0, !0) : E.set(F + V, j + H, !1, !0));
|
9048
9051
|
}
|
9049
9052
|
}
|
9050
9053
|
function p(E) {
|
@@ -9057,116 +9060,116 @@ function pc() {
|
|
9057
9060
|
function h(E, w) {
|
9058
9061
|
const A = r.getPositions(w);
|
9059
9062
|
for (let M = 0; M < A.length; M++) {
|
9060
|
-
const
|
9061
|
-
for (let
|
9063
|
+
const U = A[M][0], F = A[M][1];
|
9064
|
+
for (let j = -2; j <= 2; j++)
|
9062
9065
|
for (let V = -2; V <= 2; V++)
|
9063
|
-
|
9066
|
+
j === -2 || j === 2 || V === -2 || V === 2 || j === 0 && V === 0 ? E.set(U + j, F + V, !0, !0) : E.set(U + j, F + V, !1, !0);
|
9064
9067
|
}
|
9065
9068
|
}
|
9066
9069
|
function y(E, w) {
|
9067
|
-
const A = E.size, M =
|
9068
|
-
let
|
9070
|
+
const A = E.size, M = u.getEncodedBits(w);
|
9071
|
+
let U, F, j;
|
9069
9072
|
for (let V = 0; V < 18; V++)
|
9070
|
-
|
9073
|
+
U = Math.floor(V / 3), F = V % 3 + A - 8 - 3, j = (M >> V & 1) === 1, E.set(U, F, j, !0), E.set(F, U, j, !0);
|
9071
9074
|
}
|
9072
9075
|
function _(E, w, A) {
|
9073
|
-
const M = E.size,
|
9074
|
-
let
|
9075
|
-
for (
|
9076
|
-
|
9076
|
+
const M = E.size, U = d.getEncodedBits(w, A);
|
9077
|
+
let F, j;
|
9078
|
+
for (F = 0; F < 15; F++)
|
9079
|
+
j = (U >> F & 1) === 1, F < 6 ? E.set(F, 8, j, !0) : F < 8 ? E.set(F + 1, 8, j, !0) : E.set(M - 15 + F, 8, j, !0), F < 8 ? E.set(8, M - F - 1, j, !0) : F < 9 ? E.set(8, 15 - F - 1 + 1, j, !0) : E.set(8, 15 - F - 1, j, !0);
|
9077
9080
|
E.set(M - 8, 8, 1, !0);
|
9078
9081
|
}
|
9079
9082
|
function S(E, w) {
|
9080
9083
|
const A = E.size;
|
9081
|
-
let M = -1,
|
9084
|
+
let M = -1, U = A - 1, F = 7, j = 0;
|
9082
9085
|
for (let V = A - 1; V > 0; V -= 2)
|
9083
9086
|
for (V === 6 && V--; ; ) {
|
9084
|
-
for (let
|
9085
|
-
if (!E.isReserved(
|
9086
|
-
let
|
9087
|
-
|
9087
|
+
for (let H = 0; H < 2; H++)
|
9088
|
+
if (!E.isReserved(U, V - H)) {
|
9089
|
+
let se = !1;
|
9090
|
+
j < w.length && (se = (w[j] >>> F & 1) === 1), E.set(U, V - H, se), F--, F === -1 && (j++, F = 7);
|
9088
9091
|
}
|
9089
|
-
if (
|
9090
|
-
|
9092
|
+
if (U += M, U < 0 || A <= U) {
|
9093
|
+
U -= M, M = -M;
|
9091
9094
|
break;
|
9092
9095
|
}
|
9093
9096
|
}
|
9094
9097
|
}
|
9095
9098
|
function x(E, w, A) {
|
9096
9099
|
const M = new n();
|
9097
|
-
A.forEach(function(
|
9098
|
-
M.put(
|
9100
|
+
A.forEach(function(H) {
|
9101
|
+
M.put(H.mode.bit, 4), M.put(H.getLength(), f.getCharCountIndicator(H.mode, E)), H.write(M);
|
9099
9102
|
});
|
9100
|
-
const
|
9101
|
-
for (M.getLengthInBits() + 4 <=
|
9103
|
+
const U = o.getSymbolTotalCodewords(E), F = i.getTotalCodewordsCount(E, w), j = (U - F) * 8;
|
9104
|
+
for (M.getLengthInBits() + 4 <= j && M.put(0, 4); M.getLengthInBits() % 8 !== 0; )
|
9102
9105
|
M.putBit(0);
|
9103
|
-
const V = (
|
9104
|
-
for (let
|
9105
|
-
M.put(
|
9106
|
+
const V = (j - M.getLengthInBits()) / 8;
|
9107
|
+
for (let H = 0; H < V; H++)
|
9108
|
+
M.put(H % 2 ? 17 : 236, 8);
|
9106
9109
|
return C(M, E, w);
|
9107
9110
|
}
|
9108
9111
|
function C(E, w, A) {
|
9109
|
-
const M = o.getSymbolTotalCodewords(w),
|
9112
|
+
const M = o.getSymbolTotalCodewords(w), U = i.getTotalCodewordsCount(w, A), F = M - U, j = i.getBlocksCount(w, A), V = M % j, H = j - V, se = Math.floor(M / j), X = Math.floor(F / j), z = X + 1, T = se - X, N = new s(T);
|
9110
9113
|
let Q = 0;
|
9111
|
-
const le = new Array(
|
9114
|
+
const le = new Array(j), ke = new Array(j);
|
9112
9115
|
let jt = 0;
|
9113
9116
|
const An = new Uint8Array(E.buffer);
|
9114
|
-
for (let vt = 0; vt <
|
9115
|
-
const Bn = vt <
|
9116
|
-
le[vt] = An.slice(Q, Q + Bn), ke[vt] =
|
9117
|
+
for (let vt = 0; vt < j; vt++) {
|
9118
|
+
const Bn = vt < H ? X : z;
|
9119
|
+
le[vt] = An.slice(Q, Q + Bn), ke[vt] = N.encode(le[vt]), Q += Bn, jt = Math.max(jt, Bn);
|
9117
9120
|
}
|
9118
9121
|
const ie = new Uint8Array(M);
|
9119
9122
|
let ve = 0, Ce, We;
|
9120
9123
|
for (Ce = 0; Ce < jt; Ce++)
|
9121
|
-
for (We = 0; We <
|
9124
|
+
for (We = 0; We < j; We++)
|
9122
9125
|
Ce < le[We].length && (ie[ve++] = le[We][Ce]);
|
9123
9126
|
for (Ce = 0; Ce < T; Ce++)
|
9124
|
-
for (We = 0; We <
|
9127
|
+
for (We = 0; We < j; We++)
|
9125
9128
|
ie[ve++] = ke[We][Ce];
|
9126
9129
|
return ie;
|
9127
9130
|
}
|
9128
9131
|
function P(E, w, A, M) {
|
9129
|
-
let
|
9132
|
+
let U;
|
9130
9133
|
if (Array.isArray(E))
|
9131
|
-
|
9134
|
+
U = m.fromArray(E);
|
9132
9135
|
else if (typeof E == "string") {
|
9133
|
-
let
|
9134
|
-
if (!
|
9135
|
-
const
|
9136
|
-
|
9136
|
+
let se = w;
|
9137
|
+
if (!se) {
|
9138
|
+
const X = m.rawSplit(E);
|
9139
|
+
se = u.getBestVersionForData(X, A);
|
9137
9140
|
}
|
9138
|
-
|
9141
|
+
U = m.fromString(E, se || 40);
|
9139
9142
|
} else
|
9140
9143
|
throw new Error("Invalid data");
|
9141
|
-
const
|
9142
|
-
if (!
|
9144
|
+
const F = u.getBestVersionForData(U, A);
|
9145
|
+
if (!F)
|
9143
9146
|
throw new Error("The amount of data is too big to be stored in a QR Code");
|
9144
9147
|
if (!w)
|
9145
|
-
w =
|
9146
|
-
else if (w <
|
9148
|
+
w = F;
|
9149
|
+
else if (w < F)
|
9147
9150
|
throw new Error(
|
9148
9151
|
`
|
9149
9152
|
The chosen QR Code version cannot contain this amount of data.
|
9150
|
-
Minimum version required to store current data is: ` +
|
9153
|
+
Minimum version required to store current data is: ` + F + `.
|
9151
9154
|
`
|
9152
9155
|
);
|
9153
|
-
const
|
9154
|
-
return g(
|
9155
|
-
|
9156
|
-
_.bind(null,
|
9157
|
-
)), l.applyMask(M,
|
9158
|
-
modules:
|
9156
|
+
const j = x(w, A, U), V = o.getSymbolSize(w), H = new e(V);
|
9157
|
+
return g(H, w), p(H), h(H, w), _(H, A, 0), w >= 7 && y(H, w), S(H, j), isNaN(M) && (M = l.getBestMask(
|
9158
|
+
H,
|
9159
|
+
_.bind(null, H, A)
|
9160
|
+
)), l.applyMask(M, H), _(H, A, M), {
|
9161
|
+
modules: H,
|
9159
9162
|
version: w,
|
9160
9163
|
errorCorrectionLevel: A,
|
9161
9164
|
maskPattern: M,
|
9162
|
-
segments:
|
9165
|
+
segments: U
|
9163
9166
|
};
|
9164
9167
|
}
|
9165
9168
|
return Yn.create = function(w, A) {
|
9166
9169
|
if (typeof w > "u" || w === "")
|
9167
9170
|
throw new Error("No input text");
|
9168
|
-
let M = t.M,
|
9169
|
-
return typeof A < "u" && (M = t.from(A.errorCorrectionLevel, t.M),
|
9171
|
+
let M = t.M, U, F;
|
9172
|
+
return typeof A < "u" && (M = t.from(A.errorCorrectionLevel, t.M), U = u.from(A.version), F = l.from(A.maskPattern), A.toSJISFunc && o.setToSJISFunction(A.toSJISFunc)), P(w, U, M, F);
|
9170
9173
|
}, Yn;
|
9171
9174
|
}
|
9172
9175
|
var mo = {}, go = {}, Jr;
|
@@ -9210,11 +9213,11 @@ function ri() {
|
|
9210
9213
|
const a = o.getScale(e, r);
|
9211
9214
|
return Math.floor((e + r.margin * 2) * a);
|
9212
9215
|
}, o.qrToImageData = function(e, r, a) {
|
9213
|
-
const l = r.modules.size, i = r.modules.data, s = o.getScale(l, a),
|
9214
|
-
for (let m = 0; m <
|
9215
|
-
for (let g = 0; g <
|
9216
|
-
let p = (m *
|
9217
|
-
if (m >= d && g >= d && m <
|
9216
|
+
const l = r.modules.size, i = r.modules.data, s = o.getScale(l, a), u = Math.floor((l + a.margin * 2) * s), d = a.margin * s, f = [a.color.light, a.color.dark];
|
9217
|
+
for (let m = 0; m < u; m++)
|
9218
|
+
for (let g = 0; g < u; g++) {
|
9219
|
+
let p = (m * u + g) * 4, h = a.color.light;
|
9220
|
+
if (m >= d && g >= d && m < u - d && g < u - d) {
|
9218
9221
|
const y = Math.floor((m - d) / s), _ = Math.floor((g - d) / s);
|
9219
9222
|
h = f[i[y * l + _] ? 1 : 0];
|
9220
9223
|
}
|
@@ -9238,15 +9241,15 @@ function mc() {
|
|
9238
9241
|
}
|
9239
9242
|
}
|
9240
9243
|
o.render = function(a, l, i) {
|
9241
|
-
let s = i,
|
9242
|
-
typeof s > "u" && (!l || !l.getContext) && (s = l, l = void 0), l || (
|
9243
|
-
const d = t.getImageWidth(a.modules.size, s), f =
|
9244
|
-
return t.qrToImageData(m.data, a, s), n(f,
|
9244
|
+
let s = i, u = l;
|
9245
|
+
typeof s > "u" && (!l || !l.getContext) && (s = l, l = void 0), l || (u = e()), s = t.getOptions(s);
|
9246
|
+
const d = t.getImageWidth(a.modules.size, s), f = u.getContext("2d"), m = f.createImageData(d, d);
|
9247
|
+
return t.qrToImageData(m.data, a, s), n(f, u, d), f.putImageData(m, 0, 0), u;
|
9245
9248
|
}, o.renderToDataURL = function(a, l, i) {
|
9246
9249
|
let s = i;
|
9247
9250
|
typeof s > "u" && (!l || !l.getContext) && (s = l, l = void 0), s || (s = {});
|
9248
|
-
const
|
9249
|
-
return
|
9251
|
+
const u = o.render(a, l, s), d = s.type || "image/png", f = s.rendererOpts || {};
|
9252
|
+
return u.toDataURL(d, f.quality);
|
9250
9253
|
};
|
9251
9254
|
})(mo)), mo;
|
9252
9255
|
}
|
@@ -9264,15 +9267,15 @@ function gc() {
|
|
9264
9267
|
return typeof l < "u" && (i += " " + l), i;
|
9265
9268
|
}
|
9266
9269
|
function e(r, a, l) {
|
9267
|
-
let i = "", s = 0,
|
9270
|
+
let i = "", s = 0, u = !1, d = 0;
|
9268
9271
|
for (let f = 0; f < r.length; f++) {
|
9269
9272
|
const m = Math.floor(f % a), g = Math.floor(f / a);
|
9270
|
-
!m && !
|
9273
|
+
!m && !u && (u = !0), r[f] ? (d++, f > 0 && m > 0 && r[f - 1] || (i += u ? n("M", m + l, 0.5 + g + l) : n("m", s, 0), s = 0, u = !1), m + 1 < a && r[f + 1] || (i += n("h", d), d = 0)) : s++;
|
9271
9274
|
}
|
9272
9275
|
return i;
|
9273
9276
|
}
|
9274
9277
|
return ho.render = function(a, l, i) {
|
9275
|
-
const s = o.getOptions(l),
|
9278
|
+
const s = o.getOptions(l), u = a.modules.size, d = a.modules.data, f = u + s.margin * 2, m = s.color.light.a ? "<path " + t(s.color.light, "fill") + ' d="M0 0h' + f + "v" + f + 'H0z"/>' : "", g = "<path " + t(s.color.dark, "stroke") + ' d="' + e(d, u, s.margin) + '"/>', p = 'viewBox="0 0 ' + f + " " + f + '"', y = '<svg xmlns="http://www.w3.org/2000/svg" ' + (s.width ? 'width="' + s.width + '" height="' + s.width + '" ' : "") + p + ' shape-rendering="crispEdges">' + m + g + `</svg>
|
9276
9279
|
`;
|
9277
9280
|
return typeof i == "function" && i(null, y), y;
|
9278
9281
|
}, ho;
|
@@ -9282,14 +9285,14 @@ function hc() {
|
|
9282
9285
|
if (ea) return St;
|
9283
9286
|
ea = 1;
|
9284
9287
|
const o = Wu(), t = pc(), n = mc(), e = gc();
|
9285
|
-
function r(a, l, i, s,
|
9288
|
+
function r(a, l, i, s, u) {
|
9286
9289
|
const d = [].slice.call(arguments, 1), f = d.length, m = typeof d[f - 1] == "function";
|
9287
9290
|
if (!m && !o())
|
9288
9291
|
throw new Error("Callback required as last argument");
|
9289
9292
|
if (m) {
|
9290
9293
|
if (f < 2)
|
9291
9294
|
throw new Error("Too few arguments provided");
|
9292
|
-
f === 2 ? (
|
9295
|
+
f === 2 ? (u = i, i = l, l = s = void 0) : f === 3 && (l.getContext && typeof u > "u" ? (u = s, s = void 0) : (u = s, s = i, i = l, l = void 0));
|
9293
9296
|
} else {
|
9294
9297
|
if (f < 1)
|
9295
9298
|
throw new Error("Too few arguments provided");
|
@@ -9304,9 +9307,9 @@ function hc() {
|
|
9304
9307
|
}
|
9305
9308
|
try {
|
9306
9309
|
const g = t.create(i, s);
|
9307
|
-
|
9310
|
+
u(null, a(g, l, s));
|
9308
9311
|
} catch (g) {
|
9309
|
-
|
9312
|
+
u(g);
|
9310
9313
|
}
|
9311
9314
|
}
|
9312
9315
|
return St.create = t.create, St.toCanvas = r.bind(null, n.render), St.toDataURL = r.bind(null, n.renderToDataURL), St.toString = r.bind(null, function(a, l, i) {
|
@@ -9336,7 +9339,7 @@ const yc = /* @__PURE__ */ Ku(vc), bc = ["src"], wc = {
|
|
9336
9339
|
width: m,
|
9337
9340
|
height: m
|
9338
9341
|
};
|
9339
|
-
}),
|
9342
|
+
}), u = async (m) => {
|
9340
9343
|
const g = typeof m == "function" ? await m() : m;
|
9341
9344
|
if (!g) {
|
9342
9345
|
console.warn("QrCode content is empty"), a.value = "";
|
@@ -9358,32 +9361,32 @@ const yc = /* @__PURE__ */ Ku(vc), bc = ["src"], wc = {
|
|
9358
9361
|
l.value = !0, r("expired");
|
9359
9362
|
}, e.expired);
|
9360
9363
|
}, f = () => {
|
9361
|
-
e.content &&
|
9364
|
+
e.content && u(e.content);
|
9362
9365
|
};
|
9363
|
-
return re(() => e.content,
|
9366
|
+
return re(() => e.content, u, { immediate: !0 }), ot(() => {
|
9364
9367
|
i && clearTimeout(i);
|
9365
9368
|
}), t({
|
9366
9369
|
refresh: f
|
9367
|
-
}), (m, g) => (v(),
|
9370
|
+
}), (m, g) => (v(), R("div", {
|
9368
9371
|
class: "x-qr-code",
|
9369
9372
|
style: et(s.value)
|
9370
9373
|
}, [
|
9371
|
-
a.value ? (v(),
|
9374
|
+
a.value ? (v(), R("img", {
|
9372
9375
|
key: 0,
|
9373
9376
|
class: "x-qr-code__code",
|
9374
9377
|
src: a.value
|
9375
9378
|
}, null, 8, bc)) : $("", !0),
|
9376
|
-
l.value ? (v(),
|
9379
|
+
l.value ? (v(), R("div", wc, [
|
9377
9380
|
Z("div", _c, [
|
9378
|
-
I(
|
9379
|
-
icon:
|
9381
|
+
I(c(Fe), {
|
9382
|
+
icon: c(va),
|
9380
9383
|
onClick: f,
|
9381
9384
|
size: 32
|
9382
9385
|
}, null, 8, ["icon"]),
|
9383
9386
|
g[0] || (g[0] = W(" 刷新 ", -1))
|
9384
9387
|
]),
|
9385
9388
|
Z("div", Cc, [
|
9386
|
-
|
9389
|
+
O(m.$slots, "tip", {}, () => [
|
9387
9390
|
W(ee(e.tip), 1)
|
9388
9391
|
])
|
9389
9392
|
])
|
@@ -9415,7 +9418,7 @@ const yc = /* @__PURE__ */ Ku(vc), bc = ["src"], wc = {
|
|
9415
9418
|
l && clearTimeout(l);
|
9416
9419
|
}), t({
|
9417
9420
|
send: i
|
9418
|
-
}), (
|
9421
|
+
}), (u, d) => (v(), k(c(Re), {
|
9419
9422
|
modelValue: e.value,
|
9420
9423
|
"onUpdate:modelValue": d[0] || (d[0] = (f) => e.value = f),
|
9421
9424
|
placeholder: n.placeholder,
|
@@ -9423,12 +9426,12 @@ const yc = /* @__PURE__ */ Ku(vc), bc = ["src"], wc = {
|
|
9423
9426
|
class: "x-verify"
|
9424
9427
|
}, {
|
9425
9428
|
suffix: b(() => [
|
9426
|
-
I(
|
9427
|
-
r.value ? (v(),
|
9429
|
+
I(c(Be), { direction: "vertical" }),
|
9430
|
+
r.value ? (v(), R("span", Sc, [
|
9428
9431
|
d[1] || (d[1] = W(" 重新获取 ", -1)),
|
9429
9432
|
Z("strong", null, ee(a.value), 1),
|
9430
9433
|
d[2] || (d[2] = W(" 秒 ", -1))
|
9431
|
-
])) : (v(), k(
|
9434
|
+
])) : (v(), k(c(_o), {
|
9432
9435
|
key: 1,
|
9433
9436
|
type: "primary",
|
9434
9437
|
underline: !1,
|
@@ -9580,8 +9583,8 @@ const yc = /* @__PURE__ */ Ku(vc), bc = ["src"], wc = {
|
|
9580
9583
|
};
|
9581
9584
|
function Qo(o) {
|
9582
9585
|
if (o.type) return o.type;
|
9583
|
-
const t = o.name || o.url.split("?")[0], n = t.substring(t.lastIndexOf(".") + 1).toLowerCase(), e = ["jpg", "png", "gif", "jpeg", "bpm", "webp", "svg"], r = ["js", "mjs", "cjs", "ts", "jsx", "tsx"], a = ["css", "scss", "sass", "less"], l = ["doc", "docx"], i = ["xls", "xlsx"], s = ["ppt", "pptx"],
|
9584
|
-
return e.includes(n) ? "img" : r.includes(n) ? "js" : a.includes(n) ? "css" : l.includes(n) ? "word" : i.includes(n) ? "excel" : s.includes(n) ? "ppt" :
|
9586
|
+
const t = o.name || o.url.split("?")[0], n = t.substring(t.lastIndexOf(".") + 1).toLowerCase(), e = ["jpg", "png", "gif", "jpeg", "bpm", "webp", "svg"], r = ["js", "mjs", "cjs", "ts", "jsx", "tsx"], a = ["css", "scss", "sass", "less"], l = ["doc", "docx"], i = ["xls", "xlsx"], s = ["ppt", "pptx"], u = ["zip", "rar"], d = ["mp4", "wmv"], f = ["mp3", "wma"], m = ["pdf", "json"];
|
9587
|
+
return e.includes(n) ? "img" : r.includes(n) ? "js" : a.includes(n) ? "css" : l.includes(n) ? "word" : i.includes(n) ? "excel" : s.includes(n) ? "ppt" : u.includes(n) ? "zip" : d.includes(n) ? "video" : f.includes(n) ? "audio" : m.includes(n) ? n : "unknow";
|
9585
9588
|
}
|
9586
9589
|
function vo(o) {
|
9587
9590
|
return Qo(o) === "img";
|
@@ -9619,7 +9622,7 @@ const Ec = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9619
9622
|
props: xc,
|
9620
9623
|
emits: ["click", "preview", "remove", "download", "select", "change", "update:modelValue", "update:selectValue"],
|
9621
9624
|
setup(o, { expose: t, emit: n }) {
|
9622
|
-
const e = jo(), r = o, a = n, l = {}, i = L(), s = L(Symbol()),
|
9625
|
+
const e = jo(), r = o, a = n, l = {}, i = L(), s = L(Symbol()), u = L(!1), d = L(0), f = L([]), m = D(() => ({
|
9623
9626
|
[`x-attachment--${r.listType}`]: !!r.listType,
|
9624
9627
|
"is-disabled": !!r.disabled,
|
9625
9628
|
"is-pointer": !!r.clickable || !!r.selectable,
|
@@ -9665,155 +9668,155 @@ const Ec = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9665
9668
|
});
|
9666
9669
|
}, x = async (z = []) => r.valueFormatter ? await r.valueFormatter(z) : z, C = (z) => {
|
9667
9670
|
if (!r.limitSize) return !0;
|
9668
|
-
const T = r.limitSize.toUpperCase(),
|
9669
|
-
return
|
9671
|
+
const T = r.limitSize.toUpperCase(), N = Number.parseFloat(T) || 0;
|
9672
|
+
return N ? T.endsWith("M") ? z.size < N * 1024 ** 2 : z.size < N * 1024 : !0;
|
9670
9673
|
}, P = (z) => {
|
9671
|
-
const T = g.value.findIndex((
|
9674
|
+
const T = g.value.findIndex((N) => N.uid === z.uid);
|
9672
9675
|
T > -1 && g.value.splice(T, 1);
|
9673
9676
|
}, E = async (z) => {
|
9674
9677
|
const T = r.uploader || e.uploader;
|
9675
9678
|
if (T) {
|
9676
|
-
const
|
9677
|
-
if (!C(
|
9678
|
-
P(
|
9679
|
+
const N = z.file;
|
9680
|
+
if (!C(N)) {
|
9681
|
+
P(N), Qe.error({
|
9679
9682
|
message: `上传文件不可超过${r.limitSize}`
|
9680
9683
|
});
|
9681
9684
|
return;
|
9682
9685
|
}
|
9683
|
-
l[
|
9684
|
-
const le = await T(
|
9685
|
-
if (l[
|
9686
|
-
P(
|
9687
|
-
message: `文件${
|
9686
|
+
l[N.uid] = !0;
|
9687
|
+
const le = await T(N).catch(() => null);
|
9688
|
+
if (l[N.uid] = !1, !le) {
|
9689
|
+
P(N), Qe.error({
|
9690
|
+
message: `文件${N.name}上传失败。`
|
9688
9691
|
});
|
9689
9692
|
return;
|
9690
9693
|
}
|
9691
9694
|
return typeof le == "string" ? { url: le } : le;
|
9692
9695
|
}
|
9693
9696
|
}, w = (z) => {
|
9694
|
-
const T = f.value.findIndex((
|
9697
|
+
const T = f.value.findIndex((N) => N.url === z.url);
|
9695
9698
|
T > -1 ? r.multiple ? f.value.splice(T, 1) : f.value = [] : r.multiple ? f.value.push(Ut(z)) : f.value = [Ut(z)], a("select", f.value), a(
|
9696
9699
|
"update:selectValue",
|
9697
9700
|
r.multiple ? f.value : f.value[0]
|
9698
9701
|
);
|
9699
9702
|
}, A = (z) => {
|
9700
|
-
const T = f.value.findIndex((
|
9703
|
+
const T = f.value.findIndex((N) => N.url === z.url);
|
9701
9704
|
T > -1 && f.value.splice(T, 1);
|
9702
|
-
}, M = (z) => !!f.value.find((T) => T.url === z.url),
|
9705
|
+
}, M = (z) => !!f.value.find((T) => T.url === z.url), U = (z) => {
|
9703
9706
|
r.clickable && a("click", Ut(z)), r.selectable && w(z);
|
9704
|
-
},
|
9707
|
+
}, F = async (z, T) => {
|
9705
9708
|
if (T.every((Q) => Q.status === "success") && T.length === g.value.length) {
|
9706
9709
|
const Q = g.value.map((le) => Ut(le));
|
9707
9710
|
a("change", Q), a("update:modelValue", await x(Q)), z?.response && (s.value = Symbol());
|
9708
9711
|
}
|
9709
|
-
},
|
9712
|
+
}, j = async (z) => {
|
9710
9713
|
if (!await mt.confirm("确定删除文件?", "提示", {
|
9711
9714
|
type: "warning"
|
9712
9715
|
}).catch(() => !1)) return;
|
9713
|
-
const
|
9714
|
-
g.value =
|
9716
|
+
const N = g.value.filter((Q) => Q.uid !== z.uid || Q.url !== z.url).map((Q) => Ut(Q));
|
9717
|
+
g.value = N, a("remove", z), a("change", N), a("update:modelValue", await x(N)), A(z), z?.raw || (s.value = Symbol());
|
9715
9718
|
}, V = (z) => {
|
9716
9719
|
r.downloader ? r.downloader(z) : Oi(z.url, z.name).catch(() => {
|
9717
9720
|
Ni(z.url, z.name);
|
9718
9721
|
}), a("download", z);
|
9719
|
-
},
|
9722
|
+
}, H = (z) => {
|
9720
9723
|
vo(z) ? (d.value = p.value.findIndex(
|
9721
9724
|
(T) => T === z.url
|
9722
|
-
),
|
9723
|
-
},
|
9724
|
-
|
9725
|
+
), u.value = !0) : r.previewer ? r.previewer(z) : window.open(z.url), a("preview", z);
|
9726
|
+
}, se = () => {
|
9727
|
+
u.value = !1;
|
9725
9728
|
};
|
9726
9729
|
return t({
|
9727
9730
|
elUploadRef: i,
|
9728
|
-
remove:
|
9731
|
+
remove: j,
|
9729
9732
|
download: V,
|
9730
9733
|
selections: f,
|
9731
9734
|
fileList: g,
|
9732
9735
|
upload: () => {
|
9733
9736
|
i.value?.submit();
|
9734
9737
|
}
|
9735
|
-
}), (z, T) => (v(),
|
9738
|
+
}), (z, T) => (v(), R("div", {
|
9736
9739
|
class: pe(["x-attachment", m.value])
|
9737
9740
|
}, [
|
9738
|
-
I(
|
9741
|
+
I(c(sa), q({
|
9739
9742
|
ref_key: "elUploadRef",
|
9740
9743
|
ref: i,
|
9741
9744
|
"file-list": g.value,
|
9742
|
-
"onUpdate:fileList": T[0] || (T[0] = (
|
9745
|
+
"onUpdate:fileList": T[0] || (T[0] = (N) => g.value = N),
|
9743
9746
|
"on-exceed": S,
|
9744
|
-
"on-change":
|
9747
|
+
"on-change": F,
|
9745
9748
|
"http-request": E
|
9746
9749
|
}, _.value), {
|
9747
|
-
file: b(({ file:
|
9748
|
-
xe((v(),
|
9749
|
-
class: pe(["x-attachment__item", { "is-selected": M(
|
9750
|
-
onClick: (Q) =>
|
9750
|
+
file: b(({ file: N }) => [
|
9751
|
+
xe((v(), R("div", {
|
9752
|
+
class: pe(["x-attachment__item", { "is-selected": M(N) }]),
|
9753
|
+
onClick: (Q) => U(N)
|
9751
9754
|
}, [
|
9752
9755
|
Z("div", Oc, [
|
9753
9756
|
Z("img", {
|
9754
|
-
class: pe(["el-upload-list__item-thumbnail", { "is-icon": !
|
9755
|
-
src: y(
|
9757
|
+
class: pe(["el-upload-list__item-thumbnail", { "is-icon": !c(vo)(N) }]),
|
9758
|
+
src: y(N)
|
9756
9759
|
}, null, 10, Nc),
|
9757
|
-
r.listType !== "card" ||
|
9760
|
+
r.listType !== "card" || N.name ? (v(), R("div", {
|
9758
9761
|
key: 0,
|
9759
9762
|
class: "el-upload-list__item-name",
|
9760
|
-
title:
|
9763
|
+
title: N.url
|
9761
9764
|
}, [
|
9762
|
-
|
9763
|
-
Z("span", Hc, ee(
|
9765
|
+
N.name ? (v(), R("span", Lc, ee(N.name), 1)) : $("", !0),
|
9766
|
+
Z("span", Hc, ee(N.url), 1)
|
9764
9767
|
], 8, jc)) : $("", !0)
|
9765
9768
|
]),
|
9766
|
-
h.value ? (v(),
|
9767
|
-
r.previewable ? (v(),
|
9769
|
+
h.value ? (v(), R("div", Uc, [
|
9770
|
+
r.previewable ? (v(), R("span", {
|
9768
9771
|
key: 0,
|
9769
|
-
onClick: Ve((Q) =>
|
9772
|
+
onClick: Ve((Q) => H(N), ["stop"]),
|
9770
9773
|
class: "el-upload-list__item-preview"
|
9771
9774
|
}, [
|
9772
|
-
I(
|
9775
|
+
I(c(Xt), null, {
|
9773
9776
|
default: b(() => [
|
9774
|
-
I(
|
9777
|
+
I(c(dl))
|
9775
9778
|
]),
|
9776
9779
|
_: 1
|
9777
9780
|
})
|
9778
9781
|
], 8, Xc)) : $("", !0),
|
9779
|
-
r.downloadable ? (v(),
|
9782
|
+
r.downloadable ? (v(), R("span", {
|
9780
9783
|
key: 1,
|
9781
|
-
onClick: Ve((Q) => V(
|
9784
|
+
onClick: Ve((Q) => V(N), ["stop"]),
|
9782
9785
|
class: "el-upload-list__item-delete"
|
9783
9786
|
}, [
|
9784
|
-
I(
|
9787
|
+
I(c(Xt), null, {
|
9785
9788
|
default: b(() => [
|
9786
|
-
I(
|
9789
|
+
I(c(fl))
|
9787
9790
|
]),
|
9788
9791
|
_: 1
|
9789
9792
|
})
|
9790
9793
|
], 8, qc)) : $("", !0),
|
9791
|
-
r.removable && !r.disabled ? (v(),
|
9794
|
+
r.removable && !r.disabled ? (v(), R("span", {
|
9792
9795
|
key: 2,
|
9793
|
-
onClick: Ve((Q) =>
|
9796
|
+
onClick: Ve((Q) => j(N), ["stop"]),
|
9794
9797
|
class: "el-upload-list__item-delete"
|
9795
9798
|
}, [
|
9796
|
-
I(
|
9799
|
+
I(c(Xt), null, {
|
9797
9800
|
default: b(() => [
|
9798
|
-
I(
|
9801
|
+
I(c(pl))
|
9799
9802
|
]),
|
9800
9803
|
_: 1
|
9801
9804
|
})
|
9802
9805
|
], 8, Gc)) : $("", !0)
|
9803
9806
|
])) : $("", !0)
|
9804
9807
|
], 10, Fc)), [
|
9805
|
-
[
|
9808
|
+
[c(Mi), l[N.uid]]
|
9806
9809
|
])
|
9807
9810
|
]),
|
9808
9811
|
tip: b(() => [
|
9809
|
-
|
9812
|
+
O(z.$slots, "tip")
|
9810
9813
|
]),
|
9811
9814
|
default: b(() => [
|
9812
9815
|
Z("div", Rc, [
|
9813
|
-
|
9814
|
-
I(
|
9816
|
+
O(z.$slots, "upload", {}, () => [
|
9817
|
+
I(c(Xt), null, {
|
9815
9818
|
default: b(() => [
|
9816
|
-
I(
|
9819
|
+
I(c(ba))
|
9817
9820
|
]),
|
9818
9821
|
_: 1
|
9819
9822
|
})
|
@@ -9822,13 +9825,13 @@ const Ec = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9822
9825
|
]),
|
9823
9826
|
_: 3
|
9824
9827
|
}, 16, ["file-list"]),
|
9825
|
-
r.previewable &&
|
9828
|
+
r.previewable && u.value ? (v(), k(c(Pi), {
|
9826
9829
|
key: 0,
|
9827
9830
|
"hide-on-click-modal": "",
|
9828
9831
|
teleported: "",
|
9829
9832
|
"url-list": p.value,
|
9830
9833
|
"initial-index": d.value,
|
9831
|
-
onClose:
|
9834
|
+
onClose: se
|
9832
9835
|
}, null, 8, ["url-list", "initial-index"])) : $("", !0)
|
9833
9836
|
], 2));
|
9834
9837
|
}
|
@@ -9867,7 +9870,7 @@ const Ec = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9867
9870
|
setup(o, { emit: t }) {
|
9868
9871
|
const n = o, e = t, r = async (l) => {
|
9869
9872
|
const { parser: i } = n;
|
9870
|
-
return i ? typeof i == "function" ? await i(l) : new Promise((s,
|
9873
|
+
return i ? typeof i == "function" ? await i(l) : new Promise((s, u) => {
|
9871
9874
|
const d = new FileReader();
|
9872
9875
|
i === "text" || i === "json" ? d.readAsText(l) : i === "base64" && d.readAsDataURL(l), d.onload = () => {
|
9873
9876
|
if (i === "json" && typeof d.result == "string") {
|
@@ -9875,20 +9878,20 @@ const Ec = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9875
9878
|
try {
|
9876
9879
|
f = JSON.parse(d.result);
|
9877
9880
|
} catch (m) {
|
9878
|
-
|
9881
|
+
u(m);
|
9879
9882
|
}
|
9880
9883
|
f && s(f);
|
9881
9884
|
} else
|
9882
9885
|
s(d.result);
|
9883
9886
|
}, d.onerror = (f) => {
|
9884
|
-
|
9887
|
+
u(f);
|
9885
9888
|
};
|
9886
9889
|
}) : l;
|
9887
9890
|
}, a = async (l) => {
|
9888
|
-
const { uploader: i } = n, s = await r(l).catch((
|
9891
|
+
const { uploader: i } = n, s = await r(l).catch((u) => {
|
9889
9892
|
Qe.error({
|
9890
|
-
message: "导入失败:" +
|
9891
|
-
}), e("fail",
|
9893
|
+
message: "导入失败:" + u.message
|
9894
|
+
}), e("fail", u);
|
9892
9895
|
});
|
9893
9896
|
return s && i && await i(s).catch((d) => (Qe.error({
|
9894
9897
|
message: "导入失败" + d?.message
|
@@ -9896,16 +9899,16 @@ const Ec = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9896
9899
|
message: "导入成功"
|
9897
9900
|
}), e("success", s)), !1;
|
9898
9901
|
};
|
9899
|
-
return (l, i) => (v(), k(
|
9902
|
+
return (l, i) => (v(), k(c(sa), {
|
9900
9903
|
class: "x-import-button",
|
9901
9904
|
multiple: n.multiple,
|
9902
9905
|
accept: n.accept,
|
9903
9906
|
"before-upload": a
|
9904
9907
|
}, {
|
9905
9908
|
default: b(() => [
|
9906
|
-
I(
|
9909
|
+
I(c(Le), At(Bt(l.$attrs)), {
|
9907
9910
|
default: b(() => [
|
9908
|
-
|
9911
|
+
O(l.$slots, "default", {}, () => [
|
9909
9912
|
i[0] || (i[0] = W("导入", -1))
|
9910
9913
|
])
|
9911
9914
|
]),
|