@vtj/ui 0.8.151 → 0.8.153
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 +357 -351
- package/dist/index.umd.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/types/components/attachment/Attachment.d.ts +2 -116
- package/types/components/dialog/Dialog.d.ts +1 -38
- package/types/components/dialog-form/DialogForm.d.ts +3 -174
- package/types/components/dialog-grid/DialogGrid.d.ts +3 -223
- package/types/components/field/Field.d.ts +2 -35
- package/types/components/form/Form.d.ts +2 -36
- package/types/components/mask/Mask.d.ts +2 -8
- package/types/components/panel/Panel.d.ts +2 -69
- package/types/components/query-form/QueryForm.d.ts +4 -106
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
@@ -1,18 +1,18 @@
|
|
1
|
-
import { getCurrentInstance as Ue, inject as ft, defineComponent as N, useAttrs as Mt, computed as T, markRaw as
|
2
|
-
import { ElMessage as Je, ElMessageBox as bt, ElNotification as So, ElIcon as
|
3
|
-
import { storage as Qo, rAF as
|
4
|
-
import { ArrowRight as
|
5
|
-
import { useDraggable as
|
6
|
-
import { useRouter as Mo, RouterView as Wi, useRoute as
|
7
|
-
import { VXETable as
|
1
|
+
import { getCurrentInstance as Ue, inject as ft, defineComponent as N, useAttrs as Mt, computed as T, markRaw as Zt, openBlock as v, createBlock as x, unref as u, normalizeClass as ge, normalizeStyle as at, withCtx as b, renderSlot as A, resolveDynamicComponent as Se, createCommentVNode as z, createElementBlock as I, mergeProps as O, createElementVNode as K, toDisplayString as J, Fragment as ce, renderList as he, isVNode as Na, h as re, shallowRef as _n, ref as B, watch as Z, onMounted as Xe, onUnmounted as it, useSlots as wo, toRef as Ct, createTextVNode as U, toRaw as We, createVNode as D, normalizeProps as Pt, guardReactiveProps as $t, effectScope as Sr, reactive as It, watchEffect as _o, nextTick as De, Teleport as xr, withDirectives as Ce, createSlots as Re, render as Go, vShow as Be, withModifiers as Ae, KeepAlive as Ra, provide as St, isRef as Fe, toHandlers as Ye, withKeys as At, mergeModels as Cn, useModel as Co, onUpdated as ja } from "vue";
|
2
|
+
import { ElMessage as Je, ElMessageBox as bt, ElNotification as So, ElIcon as jt, ElSubMenu as La, ElBadge as ro, ElMenuItem as Ha, ElMenu as Ua, ElButton as Oe, ElDropdown as Xa, ElDropdownMenu as Ya, ElDropdownItem as Ga, ElTooltip as Er, ElDivider as Ie, ElSwitch as kr, ElInput as Ve, ElEmpty as xo, ElTabs as Tr, ElTabPane as ao, ElPopover as Dr, ElAvatar as Ka, ElSelect as Eo, ElOption as ko, ElCheckboxButton as Wa, ElCheckbox as Ja, ElCheckboxGroup as qa, ElRadioButton as Qa, ElRadio as Za, ElRadioGroup as ei, ElDatePicker as Sn, ElImage as io, ElLink as lo, ElTag as Ko, ElText as Wo, ElInputNumber as To, ElPagination as zr, ElTimePicker as ti, ElRate as ni, ElSlider as oi, ElCascader as ri, formContextKey as ai, ElFormItem as ii, ElForm as li, ElInfiniteScroll as Jo, ElDescriptions as qo, ElDescriptionsItem as Rn, ElUpload as Mr, vLoading as si, ElImageViewer as ui } from "element-plus";
|
3
|
+
import { storage as Qo, rAF as ci, cAF as di, isEqual as $n, isObject as Do, uid as Pr, arrayToMap as fi, isUrl as pi, upperFirstCamelCase as $r, isString as mi, isFunction as so, camelCase as Ir, delay as gi, merge as Ar, kebabCase as hi, toFixed as Zo, cloneDeep as uo, toArray as zo, dedupArray as Vr, get as mn, set as jn, numberFormat as vi, downloadRemoteFile as yi, downloadUrl as bi } from "@vtj/utils";
|
4
|
+
import { ArrowRight as wi, Minimize as _i, Popup as Ci, Maximize as Si, RawClose as xi, StarFilled as Br, Menu as Ei, Search as co, Close as Fr, Expand as ki, Fold as Ti, Star as Or, Document as pt, Refresh as Nr, CopyDocument as Di, Sunny as zi, Moon as Mi, MoreFilled as Rr, UserFilled as Pi, HomeFilled as $i, Plus as jr, Minus as Ii, EditPen as Lr, CaretBottom as Ai, CaretTop as Vi, VtjIconDatabase as Bi, VtjIconNpSearch as Fi, VtjIconNpReturn as Oi, VtjIconCheck as Ni, WarningFilled as Ri, SuccessFilled as ji, CircleCloseFilled as Li, ZoomIn as Hi, Download as Ui, Delete as Xi } from "@vtj/icons";
|
5
|
+
import { useDraggable as Yi, useMouseInElement as Gi, useEventListener as xn, useElementSize as Hr, useDark as Ur, useVirtualList as Ki } from "@vueuse/core";
|
6
|
+
import { useRouter as Mo, RouterView as Wi, useRoute as Xr, routeLocationKey as Ji } from "vue-router";
|
7
|
+
import { VXETable as Nt, VxeGrid as er, VxeTableFilterModule as qi, VxeTableEditModule as Qi, VxeTableMenuModule as Zi, VxeTableExportModule as el, VxeTableKeyboardModule as tl, VxeTableValidatorModule as nl, VxeTableCustomModule as ol, VxeTooltip as rl, VxeToolbar as al, VxeModal as il } from "vxe-table";
|
8
8
|
/**!
|
9
9
|
* Copyright (c) 2024, VTJ.PRO All rights reserved.
|
10
10
|
* @name @vtj/ui
|
11
11
|
* @author CHC chenhuachun1549@dingtalk.com
|
12
|
-
* @version 0.8.
|
12
|
+
* @version 0.8.153
|
13
13
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
14
14
|
*/
|
15
|
-
const K2 = "0.8.
|
15
|
+
const K2 = "0.8.153", ll = {
|
16
16
|
default: 14,
|
17
17
|
small: 12,
|
18
18
|
large: 18
|
@@ -90,7 +90,7 @@ const ul = {
|
|
90
90
|
const e = o, n = Mt(), t = Ue(), r = T(() => {
|
91
91
|
if (!e.icon) return null;
|
92
92
|
const s = t?.appContext.app;
|
93
|
-
return typeof e.icon == "object" ?
|
93
|
+
return typeof e.icon == "object" ? Zt(e.icon) : s?.component(e.icon) || e.icon;
|
94
94
|
}), a = T(() => {
|
95
95
|
const s = {
|
96
96
|
"is-pointer": !!n.onClick
|
@@ -101,7 +101,7 @@ const ul = {
|
|
101
101
|
"border-radius": e.radius ? Qe(e.radius) : void 0,
|
102
102
|
padding: e.padding ? Qe(e.padding) : void 0
|
103
103
|
})), i = T(() => typeof e.size == "number" ? e.size : ll[e.size] ?? void 0);
|
104
|
-
return (s, c) => (v(), x(u(
|
104
|
+
return (s, c) => (v(), x(u(jt), {
|
105
105
|
class: ge(["x-icon", a.value]),
|
106
106
|
color: e.color,
|
107
107
|
size: i.value,
|
@@ -125,7 +125,7 @@ const ul = {
|
|
125
125
|
}, pl = {
|
126
126
|
key: 0,
|
127
127
|
class: "x-menu__title"
|
128
|
-
},
|
128
|
+
}, Yr = /* @__PURE__ */ N({
|
129
129
|
inheritAttrs: !1,
|
130
130
|
name: "XMenuItem",
|
131
131
|
__name: "MenuItem",
|
@@ -139,7 +139,7 @@ const ul = {
|
|
139
139
|
if (l)
|
140
140
|
return typeof l == "string" && (n?.appContext.app?.component(l) || e.defaultIcon) || l;
|
141
141
|
}, r = (l) => typeof l == "object" ? l : { value: l }, a = (l = []) => l.filter((i) => !i.hidden);
|
142
|
-
return (l, i) => e.item.children ? (v(), x(u(
|
142
|
+
return (l, i) => e.item.children ? (v(), x(u(La), O({
|
143
143
|
key: 0,
|
144
144
|
disabled: e.item.disabled
|
145
145
|
}, e.subMenu, {
|
@@ -164,7 +164,7 @@ const ul = {
|
|
164
164
|
])
|
165
165
|
]),
|
166
166
|
default: b(() => [
|
167
|
-
(v(!0), I(ce, null, he(a(e.item.children), (s) => (v(), x(u(
|
167
|
+
(v(!0), I(ce, null, he(a(e.item.children), (s) => (v(), x(u(Yr), {
|
168
168
|
key: s.id,
|
169
169
|
item: s,
|
170
170
|
subMenu: e.subMenu,
|
@@ -172,7 +172,7 @@ const ul = {
|
|
172
172
|
}, null, 8, ["item", "subMenu", "defaultIcon"]))), 128))
|
173
173
|
]),
|
174
174
|
_: 1
|
175
|
-
}, 16, ["disabled", "index"])) : (v(), x(u(
|
175
|
+
}, 16, ["disabled", "index"])) : (v(), x(u(Ha), {
|
176
176
|
key: 1,
|
177
177
|
index: String(e.item.id),
|
178
178
|
disabled: e.item.disabled
|
@@ -226,9 +226,9 @@ const ul = {
|
|
226
226
|
const s = a(r.value, i);
|
227
227
|
s && t("select", s);
|
228
228
|
};
|
229
|
-
return (i, s) => (v(), x(u(
|
229
|
+
return (i, s) => (v(), x(u(Ua), O({ class: "x-menu" }, i.$attrs, { onSelect: l }), {
|
230
230
|
default: b(() => [
|
231
|
-
(v(!0), I(ce, null, he(r.value, (c) => (v(), x(u(
|
231
|
+
(v(!0), I(ce, null, he(r.value, (c) => (v(), x(u(Yr), {
|
232
232
|
item: { ...c, icon: c.icon },
|
233
233
|
defaultIcon: n.defaultIcon,
|
234
234
|
subMenu: n.subMenu
|
@@ -237,7 +237,7 @@ const ul = {
|
|
237
237
|
_: 1
|
238
238
|
}, 16));
|
239
239
|
}
|
240
|
-
}),
|
240
|
+
}), Gr = {
|
241
241
|
/**
|
242
242
|
* 动作名称标识
|
243
243
|
*/
|
@@ -364,7 +364,7 @@ function vl(o) {
|
|
364
364
|
return T(() => {
|
365
365
|
const n = u(o);
|
366
366
|
if (n)
|
367
|
-
if (typeof n == "string" || n.setup || n.render ||
|
367
|
+
if (typeof n == "string" || n.setup || n.render || Na(n)) {
|
368
368
|
const t = e?.appContext.app;
|
369
369
|
return {
|
370
370
|
icon: typeof n == "string" && t?.component(n) || n
|
@@ -376,7 +376,7 @@ function vl(o) {
|
|
376
376
|
}
|
377
377
|
function xt(o) {
|
378
378
|
const e = vl(o);
|
379
|
-
return e.value ?
|
379
|
+
return e.value ? Zt(N({ render: () => re(je, e.value) })) : void 0;
|
380
380
|
}
|
381
381
|
function Io(o, e) {
|
382
382
|
return T(() => {
|
@@ -389,13 +389,13 @@ function yl(o, e, n) {
|
|
389
389
|
const s = u(o);
|
390
390
|
return s ? typeof s == "function" ? await s(i) : s : e;
|
391
391
|
}, l = async (i) => (r.value = !0, await a(i).then((s) => (t.value = s || e, r.value = !1, u(t))));
|
392
|
-
return
|
392
|
+
return Z(
|
393
393
|
() => o,
|
394
394
|
() => {
|
395
395
|
l(n);
|
396
396
|
},
|
397
397
|
{ immediate: !0 }
|
398
|
-
), n &&
|
398
|
+
), n && Z(n, () => {
|
399
399
|
l(n);
|
400
400
|
}), {
|
401
401
|
data: t,
|
@@ -407,12 +407,12 @@ function q2(o = 1e3) {
|
|
407
407
|
const e = B(0);
|
408
408
|
let n;
|
409
409
|
const t = () => {
|
410
|
-
n =
|
410
|
+
n = ci(() => {
|
411
411
|
++e.value, e.value < o && t();
|
412
412
|
});
|
413
413
|
};
|
414
414
|
return Xe(t), it(() => {
|
415
|
-
n &&
|
415
|
+
n && di(n);
|
416
416
|
}), (r) => e.value >= r;
|
417
417
|
}
|
418
418
|
function bl(o = []) {
|
@@ -421,7 +421,7 @@ function bl(o = []) {
|
|
421
421
|
}
|
422
422
|
const wl = { key: 0 }, _l = /* @__PURE__ */ N({
|
423
423
|
__name: "Trigger",
|
424
|
-
props:
|
424
|
+
props: Gr,
|
425
425
|
emits: ["click"],
|
426
426
|
setup(o, { emit: e }) {
|
427
427
|
const n = o, t = e, r = xt(Ct(n, "icon")), a = Io(Ct(n, "disabled")), l = T(() => ({
|
@@ -458,7 +458,7 @@ const wl = { key: 0 }, _l = /* @__PURE__ */ N({
|
|
458
458
|
}), Cl = ["draggable"], ye = /* @__PURE__ */ N({
|
459
459
|
name: "XAction",
|
460
460
|
__name: "Action",
|
461
|
-
props:
|
461
|
+
props: Gr,
|
462
462
|
emits: ["click", "command", "dragstart", "dragend"],
|
463
463
|
setup(o, { emit: e }) {
|
464
464
|
const n = o, t = wo(), r = e, a = ml(n), l = gl(n), i = hl(n), s = Io(Ct(n, "disabled")), c = T(() => !!n.draggable && !s.value), d = T(() => ({
|
@@ -474,15 +474,15 @@ const wl = { key: 0 }, _l = /* @__PURE__ */ N({
|
|
474
474
|
}, p = (y) => {
|
475
475
|
c && r("dragend", We(n), y);
|
476
476
|
}, h = (y) => re(ro, l.value, () => [].concat(y)), w = (y) => re(
|
477
|
-
|
477
|
+
Xa,
|
478
478
|
{ ...i.value, disabled: s.value, onCommand: m },
|
479
479
|
{
|
480
480
|
default: () => [y],
|
481
481
|
dropdown: () => [
|
482
482
|
re(
|
483
|
-
|
483
|
+
Ya,
|
484
484
|
() => (n.menus || []).map((S, k) => re(
|
485
|
-
|
485
|
+
Ga,
|
486
486
|
S,
|
487
487
|
() => t.item ? t.item({ item: S, index: k }) : S.label
|
488
488
|
))
|
@@ -492,7 +492,7 @@ const wl = { key: 0 }, _l = /* @__PURE__ */ N({
|
|
492
492
|
), _ = (y) => re(Er, { ...a.value, disabled: s.value }, () => [
|
493
493
|
y
|
494
494
|
]), C = T(() => {
|
495
|
-
let y = re(
|
495
|
+
let y = re(Zt(_l), { ...n, onClick: f });
|
496
496
|
const S = t.default?.();
|
497
497
|
return S && S.length && (y = S[0]), l.value && (y = h(y)), i.value && (y = w(y)), a.value && (y = _(y)), y;
|
498
498
|
});
|
@@ -575,7 +575,7 @@ const wl = { key: 0 }, _l = /* @__PURE__ */ N({
|
|
575
575
|
button: {
|
576
576
|
type: Object
|
577
577
|
}
|
578
|
-
},
|
578
|
+
}, qt = /* @__PURE__ */ N({
|
579
579
|
name: "XActionBar",
|
580
580
|
__name: "ActionBar",
|
581
581
|
props: Sl,
|
@@ -850,7 +850,7 @@ const wl = { key: 0 }, _l = /* @__PURE__ */ N({
|
|
850
850
|
e.more ? (v(), x(u(je), {
|
851
851
|
key: 1,
|
852
852
|
class: "x-header__more",
|
853
|
-
icon: u(
|
853
|
+
icon: u(wi)
|
854
854
|
}, null, 8, ["icon"])) : z("", !0),
|
855
855
|
e.subtitle || a.$slots.subtitle ? (v(), I("span", {
|
856
856
|
key: 2,
|
@@ -1037,7 +1037,7 @@ class rr {
|
|
1037
1037
|
let i = null;
|
1038
1038
|
const s = this.getHandle(), c = this.getTarget();
|
1039
1039
|
let d = e.getBoundingClientRect(), f = null;
|
1040
|
-
const { x: m, y: g } =
|
1040
|
+
const { x: m, y: g } = Yi(e, {
|
1041
1041
|
initialValue: { x: d.x, y: d.y },
|
1042
1042
|
...n,
|
1043
1043
|
handle: s,
|
@@ -1054,7 +1054,7 @@ class rr {
|
|
1054
1054
|
}
|
1055
1055
|
}
|
1056
1056
|
});
|
1057
|
-
|
1057
|
+
Z([m, g], () => {
|
1058
1058
|
if (this.dragging && f) {
|
1059
1059
|
const p = this.getPosition(f, d, m.value, g.value);
|
1060
1060
|
e.style.left = `${p.x}px`, e.style.top = `${p.y}px`;
|
@@ -1102,19 +1102,19 @@ class ar {
|
|
1102
1102
|
init() {
|
1103
1103
|
const { el: e, options: n } = this, { disabled: t, onStart: r, onEnd: a } = n;
|
1104
1104
|
if (t) return;
|
1105
|
-
this.MIE =
|
1105
|
+
this.MIE = Gi(e), this.cleanMousedown = xn(document, "mousedown", () => {
|
1106
1106
|
this.direction?.value && this.MIE && (this.resizing.value = !0, e.classList.add("is-resizing", `is-${this.direction.value}-resizing`), r && r(this.direction.value, this.MIE));
|
1107
1107
|
}), this.cleanMouseup = xn(document, "mouseup", () => {
|
1108
1108
|
this.resizing.value && this.direction?.value && this.MIE && (e.classList.remove(
|
1109
1109
|
"is-resizing",
|
1110
1110
|
`is-${this.direction.value}-resizing`
|
1111
1111
|
), a && a(this.direction.value, this.MIE)), this.resizing.value = !1;
|
1112
|
-
}),
|
1112
|
+
}), Z(this.direction, (s) => {
|
1113
1113
|
const c = document.body;
|
1114
1114
|
c.style.cursor = s ? `${s}-resize` : "", s ? c.classList.add(Ln) : c.classList.remove(Ln);
|
1115
1115
|
});
|
1116
1116
|
const { x: l, y: i } = this.MIE;
|
1117
|
-
|
1117
|
+
Z([l, i], () => {
|
1118
1118
|
this.resizing.value ? this.resize() : this.direction.value = this.getDirection();
|
1119
1119
|
});
|
1120
1120
|
}
|
@@ -1164,7 +1164,7 @@ class ar {
|
|
1164
1164
|
e.style.cursor = "", e.classList.remove(Ln), this.cleanMousedown && this.cleanMousedown(), this.cleanMouseup && this.cleanMouseup(), this.MIE?.stop(), this.scope.stop();
|
1165
1165
|
}
|
1166
1166
|
}
|
1167
|
-
const
|
1167
|
+
const Kr = {
|
1168
1168
|
mounted(o, e) {
|
1169
1169
|
const n = e.value || {}, t = new ar(o, n);
|
1170
1170
|
o.__resizable__ = t;
|
@@ -1277,9 +1277,9 @@ function $l(o, e) {
|
|
1277
1277
|
dragging: !1,
|
1278
1278
|
resizing: !1
|
1279
1279
|
});
|
1280
|
-
return
|
1280
|
+
return Z([n, t], ([a, l]) => {
|
1281
1281
|
r.wrapperWidth = a, r.wrapperHeight = l, r.width = rn(o.width, a), r.height = rn(o.height, l), r.left = o.left ? rn(o.left, a) - r.width / 2 : Math.max(Math.floor((a - r.width) / 2), 0), r.top = o.top ? rn(o.top, l) : Math.max(Math.floor((l - r.height) / 2), 0);
|
1282
|
-
}),
|
1282
|
+
}), Z(r, (a) => {
|
1283
1283
|
wt = Math.max(a.zIndex, wt);
|
1284
1284
|
}), {
|
1285
1285
|
state: r,
|
@@ -1425,7 +1425,7 @@ const Ol = ["src"], In = /* @__PURE__ */ N({
|
|
1425
1425
|
cancel: M,
|
1426
1426
|
close: C,
|
1427
1427
|
componentInstance: j
|
1428
|
-
}), (
|
1428
|
+
}), (ee, le) => t.modelValue ? (v(), x(xr, {
|
1429
1429
|
key: 0,
|
1430
1430
|
to: "body"
|
1431
1431
|
}, [
|
@@ -1453,43 +1453,43 @@ const Ol = ["src"], In = /* @__PURE__ */ N({
|
|
1453
1453
|
size: t.size,
|
1454
1454
|
body: { padding: t.bodyPadding },
|
1455
1455
|
onClick: u(_)
|
1456
|
-
},
|
1456
|
+
}, ee.$attrs), Re({
|
1457
1457
|
title: b(() => [
|
1458
1458
|
U(J(t.title), 1)
|
1459
1459
|
]),
|
1460
1460
|
actions: b(() => [
|
1461
|
-
A(
|
1461
|
+
A(ee.$slots, "actions"),
|
1462
1462
|
t.minimizable ? (v(), x(u(ye), {
|
1463
1463
|
key: 0,
|
1464
|
-
icon: u(
|
1464
|
+
icon: u(_i),
|
1465
1465
|
size: t.size,
|
1466
1466
|
mode: "icon",
|
1467
1467
|
type: "primary",
|
1468
1468
|
background: "hover",
|
1469
|
-
onClick: le[0] || (le[0] = (
|
1469
|
+
onClick: le[0] || (le[0] = (te) => u(w)("minimized"))
|
1470
1470
|
}, null, 8, ["icon", "size"])) : z("", !0),
|
1471
1471
|
t.maximizable ? (v(), I(ce, { key: 1 }, [
|
1472
1472
|
u(f) ? (v(), x(u(ye), {
|
1473
1473
|
key: 1,
|
1474
|
-
icon: u(
|
1474
|
+
icon: u(Si),
|
1475
1475
|
size: t.size,
|
1476
1476
|
mode: "icon",
|
1477
1477
|
type: "primary",
|
1478
1478
|
background: "hover",
|
1479
|
-
onClick: le[2] || (le[2] = (
|
1479
|
+
onClick: le[2] || (le[2] = (te) => u(w)("maximized"))
|
1480
1480
|
}, null, 8, ["icon", "size"])) : (v(), x(u(ye), {
|
1481
1481
|
key: 0,
|
1482
|
-
icon: u(
|
1482
|
+
icon: u(Ci),
|
1483
1483
|
size: t.size,
|
1484
1484
|
mode: "icon",
|
1485
1485
|
type: "primary",
|
1486
1486
|
background: "hover",
|
1487
|
-
onClick: le[1] || (le[1] = (
|
1487
|
+
onClick: le[1] || (le[1] = (te) => u(w)("normal"))
|
1488
1488
|
}, null, 8, ["icon", "size"]))
|
1489
1489
|
], 64)) : z("", !0),
|
1490
1490
|
t.closable ? (v(), x(u(ye), {
|
1491
1491
|
key: 2,
|
1492
|
-
icon: u(
|
1492
|
+
icon: u(xi),
|
1493
1493
|
size: t.size,
|
1494
1494
|
mode: "icon",
|
1495
1495
|
type: "danger",
|
@@ -1498,7 +1498,7 @@ const Ol = ["src"], In = /* @__PURE__ */ N({
|
|
1498
1498
|
}, null, 8, ["icon", "size", "onClick"])) : z("", !0)
|
1499
1499
|
]),
|
1500
1500
|
default: b(() => [
|
1501
|
-
A(
|
1501
|
+
A(ee.$slots, "default", {}, () => [
|
1502
1502
|
t.content ? (v(), x(Se(t.content), { key: 0 })) : z("", !0),
|
1503
1503
|
t.src ? (v(), I("iframe", {
|
1504
1504
|
key: 1,
|
@@ -1509,19 +1509,19 @@ const Ol = ["src"], In = /* @__PURE__ */ N({
|
|
1509
1509
|
]),
|
1510
1510
|
_: 2
|
1511
1511
|
}, [
|
1512
|
-
t.cancel || t.submit ||
|
1512
|
+
t.cancel || t.submit || ee.$slots.footer || ee.$slots.extra || ee.$slots.handle ? {
|
1513
1513
|
name: "footer",
|
1514
1514
|
fn: b(() => [
|
1515
|
-
A(
|
1515
|
+
A(ee.$slots, "footer", {}, () => [
|
1516
1516
|
D(u(Q), { align: "center" }, {
|
1517
1517
|
default: b(() => [
|
1518
|
-
A(
|
1518
|
+
A(ee.$slots, "extra")
|
1519
1519
|
]),
|
1520
1520
|
_: 3
|
1521
1521
|
}),
|
1522
1522
|
D(u(Q), { align: "center" }, {
|
1523
1523
|
default: b(() => [
|
1524
|
-
A(
|
1524
|
+
A(ee.$slots, "handle"),
|
1525
1525
|
t.cancel ? (v(), x(u(Oe), {
|
1526
1526
|
key: 0,
|
1527
1527
|
type: "default",
|
@@ -1553,7 +1553,7 @@ const Ol = ["src"], In = /* @__PURE__ */ N({
|
|
1553
1553
|
} : void 0
|
1554
1554
|
]), 1040, ["header", "class", "style", "size", "body", "onClick"])), [
|
1555
1555
|
[u(Ml), u(E)],
|
1556
|
-
[u(
|
1556
|
+
[u(Kr), u(Y)]
|
1557
1557
|
])
|
1558
1558
|
], 2)
|
1559
1559
|
])) : z("", !0);
|
@@ -1604,7 +1604,7 @@ const Nl = /* @__PURE__ */ N({
|
|
1604
1604
|
]),
|
1605
1605
|
_: 3
|
1606
1606
|
}, 8, ["class"])), [
|
1607
|
-
[u(
|
1607
|
+
[u(Kr), {
|
1608
1608
|
dirs: ["e"],
|
1609
1609
|
disabled: e.collapsed,
|
1610
1610
|
maxWidth: 500,
|
@@ -1654,7 +1654,7 @@ const Nl = /* @__PURE__ */ N({
|
|
1654
1654
|
"onUpdate:modelValue": g[0] || (g[0] = (p) => l.value = p),
|
1655
1655
|
class: "x-mask-switch-bar__switch",
|
1656
1656
|
"active-icon": u(Br),
|
1657
|
-
"inactive-icon": u(
|
1657
|
+
"inactive-icon": u(Ei),
|
1658
1658
|
onChange: f
|
1659
1659
|
}, null, 8, ["modelValue", "active-icon", "inactive-icon"])),
|
1660
1660
|
r.value ? (v(), x(u(Ve), {
|
@@ -1696,7 +1696,7 @@ const Nl = /* @__PURE__ */ N({
|
|
1696
1696
|
}, null, 8, ["icon"])) : z("", !0),
|
1697
1697
|
n.collasped ? (v(), x(u(ye), {
|
1698
1698
|
key: 1,
|
1699
|
-
icon: u(
|
1699
|
+
icon: u(ki),
|
1700
1700
|
mode: "icon",
|
1701
1701
|
size: "default",
|
1702
1702
|
background: "hover",
|
@@ -1705,7 +1705,7 @@ const Nl = /* @__PURE__ */ N({
|
|
1705
1705
|
}, null, 8, ["icon"])) : z("", !0),
|
1706
1706
|
n.collasped ? z("", !0) : (v(), x(u(ye), {
|
1707
1707
|
key: 2,
|
1708
|
-
icon: u(
|
1708
|
+
icon: u(Ti),
|
1709
1709
|
mode: "icon",
|
1710
1710
|
size: "default",
|
1711
1711
|
background: "hover",
|
@@ -2045,7 +2045,7 @@ const Nl = /* @__PURE__ */ N({
|
|
2045
2045
|
removeFavorite: {
|
2046
2046
|
type: Function
|
2047
2047
|
}
|
2048
|
-
},
|
2048
|
+
}, Wr = Symbol(), Jr = Symbol(), Kl = { class: "x-mask-tabs__trigger" }, Wl = { key: 1 }, Jl = ["onDragstart", "onDragend"], ql = { key: 1 }, Ql = /* @__PURE__ */ N({
|
2049
2049
|
__name: "Tabs",
|
2050
2050
|
props: {
|
2051
2051
|
tabs: {},
|
@@ -2077,7 +2077,7 @@ const Nl = /* @__PURE__ */ N({
|
|
2077
2077
|
},
|
2078
2078
|
"|",
|
2079
2079
|
{
|
2080
|
-
icon:
|
2080
|
+
icon: Di,
|
2081
2081
|
label: "弹窗",
|
2082
2082
|
name: "dialog",
|
2083
2083
|
value: d
|
@@ -2166,7 +2166,7 @@ const Nl = /* @__PURE__ */ N({
|
|
2166
2166
|
], 40, Jl)
|
2167
2167
|
]),
|
2168
2168
|
default: b(() => [
|
2169
|
-
D(u(
|
2169
|
+
D(u(qt), {
|
2170
2170
|
items: r(m),
|
2171
2171
|
mode: "text",
|
2172
2172
|
size: "small",
|
@@ -2189,7 +2189,7 @@ const Nl = /* @__PURE__ */ N({
|
|
2189
2189
|
}), Zl = /* @__PURE__ */ N({
|
2190
2190
|
__name: "ThemeSwitch",
|
2191
2191
|
setup(o) {
|
2192
|
-
const e =
|
2192
|
+
const e = Ur(), n = T(() => e.value ? zi : Mi), t = () => {
|
2193
2193
|
e.value = !e.value;
|
2194
2194
|
};
|
2195
2195
|
return (r, a) => (v(), x(u(ye), {
|
@@ -2282,7 +2282,7 @@ const Nl = /* @__PURE__ */ N({
|
|
2282
2282
|
_: 1
|
2283
2283
|
}, 8, ["icon", "menus"]),
|
2284
2284
|
D(u(Ie), { direction: "vertical" }),
|
2285
|
-
n.actions ? (v(), x(u(
|
2285
|
+
n.actions ? (v(), x(u(qt), {
|
2286
2286
|
key: 0,
|
2287
2287
|
circle: "",
|
2288
2288
|
mode: "icon",
|
@@ -2320,10 +2320,10 @@ const Nl = /* @__PURE__ */ N({
|
|
2320
2320
|
disabled: !n.$slots.default
|
2321
2321
|
}, {
|
2322
2322
|
reference: b(() => [
|
2323
|
-
D(u(
|
2323
|
+
D(u(Ka), {
|
2324
2324
|
class: "x-mask-avatar",
|
2325
2325
|
shape: "circle",
|
2326
|
-
icon: u(
|
2326
|
+
icon: u(Pi),
|
2327
2327
|
src: e.avatar,
|
2328
2328
|
size: 26
|
2329
2329
|
}, null, 8, ["icon", "src"])
|
@@ -2354,7 +2354,7 @@ const Nl = /* @__PURE__ */ N({
|
|
2354
2354
|
A(n.$slots, "default"),
|
2355
2355
|
D(u(Wi), null, {
|
2356
2356
|
default: b(({ Component: r, route: a }) => [
|
2357
|
-
(v(), x(
|
2357
|
+
(v(), x(Ra, {
|
2358
2358
|
exclude: e.exclude
|
2359
2359
|
}, [
|
2360
2360
|
r ? (v(), x(Se(e.createView(r, a)), {
|
@@ -2383,19 +2383,19 @@ function as(o) {
|
|
2383
2383
|
return T(() => {
|
2384
2384
|
const n = o.home;
|
2385
2385
|
return Object.assign(
|
2386
|
-
{ id: e, url: "/", name: "MaskHome", icon:
|
2386
|
+
{ id: e, url: "/", name: "MaskHome", icon: $i, closable: !1 },
|
2387
2387
|
typeof n == "string" ? { url: n } : n || {}
|
2388
2388
|
);
|
2389
2389
|
});
|
2390
2390
|
}
|
2391
|
-
function
|
2391
|
+
function qr(o, e) {
|
2392
2392
|
let n = [];
|
2393
2393
|
return o.forEach((t) => {
|
2394
|
-
t = e ? e(t) : t, t.children ? n = n.concat(
|
2394
|
+
t = e ? e(t) : t, t.children ? n = n.concat(qr(t.children, e)) : n.push(t);
|
2395
2395
|
}), n;
|
2396
2396
|
}
|
2397
2397
|
function is(o, e) {
|
2398
|
-
const n = Mo(), t = _n([]), r = _n([]), a = T(() =>
|
2398
|
+
const n = Mo(), t = _n([]), r = _n([]), a = T(() => qr(t.value, o.menuAdapter)), l = T(() => fi(a.value, "id")), i = B(null), s = (p) => {
|
2399
2399
|
const h = typeof p == "object" ? p.id : p, w = l.value.get(h);
|
2400
2400
|
if (!w) {
|
2401
2401
|
console.warn("找不到菜单", p);
|
@@ -2407,7 +2407,7 @@ function is(o, e) {
|
|
2407
2407
|
return;
|
2408
2408
|
}
|
2409
2409
|
if (_ === "route") {
|
2410
|
-
|
2410
|
+
pi(C) || C.startsWith("//") ? window.open(C) : (i.value = w, n.push(C).catch((k) => k));
|
2411
2411
|
return;
|
2412
2412
|
}
|
2413
2413
|
if (_ === "window") {
|
@@ -2442,7 +2442,7 @@ function is(o, e) {
|
|
2442
2442
|
};
|
2443
2443
|
}
|
2444
2444
|
function ls(o, e, n, t, r) {
|
2445
|
-
const a =
|
2445
|
+
const a = Xr(), l = Mo(), i = {}, s = B([]), c = B(), { width: d } = Hr(c), f = T(() => Math.floor(d.value / Yl)), m = T(
|
2446
2446
|
() => s.value.slice(0, f.value).filter((R) => !R.dialog)
|
2447
2447
|
), g = T(() => s.value.slice(f.value)), p = (R) => n.value.find((G) => G.url === R), h = (R) => a.fullPath === R.url, w = (R) => r.value.id === R ? r.value : s.value.find((G) => G.id === R), _ = B(""), C = T(() => w(_.value)), y = (R) => {
|
2448
2448
|
l.push(R.url).catch((G) => G);
|
@@ -2487,7 +2487,7 @@ function ls(o, e, n, t, r) {
|
|
2487
2487
|
}).catch(() => !1)) return;
|
2488
2488
|
const G = s.value;
|
2489
2489
|
return s.value = [], S(r.value), G;
|
2490
|
-
},
|
2490
|
+
}, ee = async () => {
|
2491
2491
|
if (!await bt.confirm("是否关闭其他页签", "提示", {
|
2492
2492
|
type: "warning"
|
2493
2493
|
}).catch(() => !1)) return;
|
@@ -2496,7 +2496,7 @@ function ls(o, e, n, t, r) {
|
|
2496
2496
|
}, le = (R) => {
|
2497
2497
|
const G = s.value.filter((q) => q.id !== R.id);
|
2498
2498
|
s.value = [R, ...G], S(R);
|
2499
|
-
},
|
2499
|
+
}, te = async () => {
|
2500
2500
|
await De();
|
2501
2501
|
const R = r.value.url === a.path, G = p(a.fullPath);
|
2502
2502
|
if (R)
|
@@ -2507,7 +2507,7 @@ function ls(o, e, n, t, r) {
|
|
2507
2507
|
}
|
2508
2508
|
await De(), t.value = G || null;
|
2509
2509
|
};
|
2510
|
-
return
|
2510
|
+
return Z(n, te), Z(a, te, { immediate: !0 }), St(Wr, i), {
|
2511
2511
|
tabRef: c,
|
2512
2512
|
tabs: s,
|
2513
2513
|
showTabs: m,
|
@@ -2523,7 +2523,7 @@ function ls(o, e, n, t, r) {
|
|
2523
2523
|
activeTab: S,
|
2524
2524
|
dropdownTabs: g,
|
2525
2525
|
removeAllTabs: ae,
|
2526
|
-
removeOtherTabs:
|
2526
|
+
removeOtherTabs: ee,
|
2527
2527
|
moveToShow: le
|
2528
2528
|
};
|
2529
2529
|
}
|
@@ -2634,7 +2634,7 @@ const Q2 = /* @__PURE__ */ N({
|
|
2634
2634
|
removeOtherTabs: Y,
|
2635
2635
|
dropdownTabs: j,
|
2636
2636
|
moveToShow: ae
|
2637
|
-
} = ls(n, t, d, f, r), { createView:
|
2637
|
+
} = ls(n, t, d, f, r), { createView: ee, openDialog: le, refresh: te, exclude: R, cleanCache: G, closeDialogs: q } = ss({
|
2638
2638
|
tabs: y,
|
2639
2639
|
updateTab: S,
|
2640
2640
|
isCurrentTab: k,
|
@@ -2652,7 +2652,7 @@ const Q2 = /* @__PURE__ */ N({
|
|
2652
2652
|
}, fe = (ie, Ke) => {
|
2653
2653
|
t("actionCommand", ie, Ke);
|
2654
2654
|
};
|
2655
|
-
return St(
|
2655
|
+
return St(Jr, {
|
2656
2656
|
tabs: y,
|
2657
2657
|
flatMenus: d,
|
2658
2658
|
favorites: c,
|
@@ -2666,7 +2666,7 @@ const Q2 = /* @__PURE__ */ N({
|
|
2666
2666
|
default: b(() => [
|
2667
2667
|
n.disabled ? (v(), x(ir, {
|
2668
2668
|
key: 1,
|
2669
|
-
createView: u(
|
2669
|
+
createView: u(ee),
|
2670
2670
|
exclude: u(R)
|
2671
2671
|
}, {
|
2672
2672
|
default: b(() => [
|
@@ -2731,7 +2731,7 @@ const Q2 = /* @__PURE__ */ N({
|
|
2731
2731
|
onToggleFavorite: u(g),
|
2732
2732
|
onRemove: V,
|
2733
2733
|
onDialog: u(le),
|
2734
|
-
onRefresh: u(
|
2734
|
+
onRefresh: u(te)
|
2735
2735
|
}, null, 8, ["favorites", "tabs", "home", "value", "onClick", "onToggleFavorite", "onDialog", "onRefresh"]),
|
2736
2736
|
D(ts, {
|
2737
2737
|
tabs: u(j),
|
@@ -2763,7 +2763,7 @@ const Q2 = /* @__PURE__ */ N({
|
|
2763
2763
|
_: 3
|
2764
2764
|
}),
|
2765
2765
|
D(ir, {
|
2766
|
-
createView: u(
|
2766
|
+
createView: u(ee),
|
2767
2767
|
exclude: u(R)
|
2768
2768
|
}, {
|
2769
2769
|
default: b(() => [
|
@@ -2781,7 +2781,7 @@ const Q2 = /* @__PURE__ */ N({
|
|
2781
2781
|
}
|
2782
2782
|
});
|
2783
2783
|
function Z2(o = {}) {
|
2784
|
-
const e =
|
2784
|
+
const e = Xr(), n = ft(Wr, null), t = ft(Jr, null);
|
2785
2785
|
if (n) {
|
2786
2786
|
const a = typeof o == "function" ? o : async () => o;
|
2787
2787
|
n[e.fullPath] = a;
|
@@ -2828,9 +2828,9 @@ const Vo = /* @__PURE__ */ N({
|
|
2828
2828
|
},
|
2829
2829
|
setup(o) {
|
2830
2830
|
const e = o, n = T(
|
2831
|
-
() =>
|
2831
|
+
() => Zt(e.button ? Wa : Ja)
|
2832
2832
|
);
|
2833
|
-
return (t, r) => (v(), x(u(
|
2833
|
+
return (t, r) => (v(), x(u(qa), Pt($t(t.$attrs)), {
|
2834
2834
|
default: b(() => [
|
2835
2835
|
(v(!0), I(ce, null, he(e.options, (a, l) => (v(), x(Se(n.value), O({
|
2836
2836
|
key: `item_${l}_${a.value}`,
|
@@ -2853,9 +2853,9 @@ const Vo = /* @__PURE__ */ N({
|
|
2853
2853
|
},
|
2854
2854
|
setup(o) {
|
2855
2855
|
const e = o, n = T(
|
2856
|
-
() =>
|
2856
|
+
() => Zt(e.button ? Qa : Za)
|
2857
2857
|
);
|
2858
|
-
return (t, r) => (v(), x(u(
|
2858
|
+
return (t, r) => (v(), x(u(ei), Pt($t(t.$attrs)), {
|
2859
2859
|
default: b(() => [
|
2860
2860
|
(v(!0), I(ce, null, he(e.options, (a, l) => (v(), x(Se(n.value), O({
|
2861
2861
|
key: `item_${l}_${a.value}`,
|
@@ -2897,7 +2897,7 @@ const Vo = /* @__PURE__ */ N({
|
|
2897
2897
|
if (t.filterMethod)
|
2898
2898
|
return t.filterMethod(o);
|
2899
2899
|
const { value: r } = e, a = n[t.field];
|
2900
|
-
return
|
2900
|
+
return mi(a) ? a.indexOf(String(r)) > -1 : a === r;
|
2901
2901
|
}
|
2902
2902
|
}, ds = /* @__PURE__ */ N({
|
2903
2903
|
name: "InputEdit",
|
@@ -3036,15 +3036,15 @@ function qe(o) {
|
|
3036
3036
|
if (typeof window < "u" && window.navigator)
|
3037
3037
|
return !!/* @__PURE__ */ navigator.userAgent.match(o);
|
3038
3038
|
}
|
3039
|
-
var et = qe(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),
|
3039
|
+
var et = qe(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i), en = qe(/Edge/i), sr = qe(/firefox/i), Xt = qe(/safari/i) && !qe(/chrome/i) && !qe(/android/i), Qr = qe(/iP(ad|od|hone)/i), Zr = qe(/chrome/i) && qe(/android/i), ea = {
|
3040
3040
|
capture: !1,
|
3041
3041
|
passive: !1
|
3042
3042
|
};
|
3043
3043
|
function oe(o, e, n) {
|
3044
|
-
o.addEventListener(e, n, !et &&
|
3044
|
+
o.addEventListener(e, n, !et && ea);
|
3045
3045
|
}
|
3046
|
-
function
|
3047
|
-
o.removeEventListener(e, n, !et &&
|
3046
|
+
function ne(o, e, n) {
|
3047
|
+
o.removeEventListener(e, n, !et && ea);
|
3048
3048
|
}
|
3049
3049
|
function En(o, e) {
|
3050
3050
|
if (e) {
|
@@ -3062,7 +3062,7 @@ function En(o, e) {
|
|
3062
3062
|
return !1;
|
3063
3063
|
}
|
3064
3064
|
}
|
3065
|
-
function
|
3065
|
+
function ta(o) {
|
3066
3066
|
return o.host && o !== document && o.host.nodeType ? o.host : o.parentNode;
|
3067
3067
|
}
|
3068
3068
|
function $e(o, e, n, t) {
|
@@ -3072,7 +3072,7 @@ function $e(o, e, n, t) {
|
|
3072
3072
|
if (e != null && (e[0] === ">" ? o.parentNode === n && En(o, e) : En(o, e)) || t && o === n)
|
3073
3073
|
return o;
|
3074
3074
|
if (o === n) break;
|
3075
|
-
} while (o =
|
3075
|
+
} while (o = ta(o));
|
3076
3076
|
}
|
3077
3077
|
return null;
|
3078
3078
|
}
|
@@ -3106,7 +3106,7 @@ function _t(o, e) {
|
|
3106
3106
|
var r = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix || window.MSCSSMatrix;
|
3107
3107
|
return r && new r(n);
|
3108
3108
|
}
|
3109
|
-
function
|
3109
|
+
function na(o, e, n) {
|
3110
3110
|
if (o) {
|
3111
3111
|
var t = o.getElementsByTagName(e), r = 0, a = t.length;
|
3112
3112
|
if (n)
|
@@ -3219,28 +3219,28 @@ function bs(o, e) {
|
|
3219
3219
|
function Hn(o, e) {
|
3220
3220
|
return Math.round(o.top) === Math.round(e.top) && Math.round(o.left) === Math.round(e.left) && Math.round(o.height) === Math.round(e.height) && Math.round(o.width) === Math.round(e.width);
|
3221
3221
|
}
|
3222
|
-
var
|
3223
|
-
function
|
3222
|
+
var Yt;
|
3223
|
+
function oa(o, e) {
|
3224
3224
|
return function() {
|
3225
|
-
if (!
|
3225
|
+
if (!Yt) {
|
3226
3226
|
var n = arguments, t = this;
|
3227
|
-
n.length === 1 ? o.call(t, n[0]) : o.apply(t, n),
|
3228
|
-
|
3227
|
+
n.length === 1 ? o.call(t, n[0]) : o.apply(t, n), Yt = setTimeout(function() {
|
3228
|
+
Yt = void 0;
|
3229
3229
|
}, e);
|
3230
3230
|
}
|
3231
3231
|
};
|
3232
3232
|
}
|
3233
3233
|
function ws() {
|
3234
|
-
clearTimeout(
|
3234
|
+
clearTimeout(Yt), Yt = void 0;
|
3235
3235
|
}
|
3236
|
-
function
|
3236
|
+
function ra(o, e, n) {
|
3237
3237
|
o.scrollLeft += e, o.scrollTop += n;
|
3238
3238
|
}
|
3239
|
-
function
|
3239
|
+
function aa(o) {
|
3240
3240
|
var e = window.Polymer, n = window.jQuery || window.Zepto;
|
3241
3241
|
return e && e.dom ? e.dom(o).cloneNode(!0) : n ? n(o).clone(!0)[0] : o.cloneNode(!0);
|
3242
3242
|
}
|
3243
|
-
function
|
3243
|
+
function ia(o, e, n) {
|
3244
3244
|
var t = {};
|
3245
3245
|
return Array.from(o.children).forEach(function(r) {
|
3246
3246
|
var a, l, i, s;
|
@@ -3317,7 +3317,7 @@ function Ss(o, e, n, t) {
|
|
3317
3317
|
}
|
3318
3318
|
var gt = [], Un = {
|
3319
3319
|
initializeByDefault: !0
|
3320
|
-
},
|
3320
|
+
}, tn = {
|
3321
3321
|
mount: function(e) {
|
3322
3322
|
for (var n in Un)
|
3323
3323
|
Un.hasOwnProperty(n) && !(n in e) && (e[n] = Un[n]);
|
@@ -3371,11 +3371,11 @@ function xs(o) {
|
|
3371
3371
|
var e = o.sortable, n = o.rootEl, t = o.name, r = o.targetEl, a = o.cloneEl, l = o.toEl, i = o.fromEl, s = o.oldIndex, c = o.newIndex, d = o.oldDraggableIndex, f = o.newDraggableIndex, m = o.originalEvent, g = o.putSortable, p = o.extraEventProperties;
|
3372
3372
|
if (e = e || n && n[Ee], !!e) {
|
3373
3373
|
var h, w = e.options, _ = "on" + t.charAt(0).toUpperCase() + t.substr(1);
|
3374
|
-
window.CustomEvent && !et && !
|
3374
|
+
window.CustomEvent && !et && !en ? h = new CustomEvent(t, {
|
3375
3375
|
bubbles: !0,
|
3376
3376
|
cancelable: !0
|
3377
3377
|
}) : (h = document.createEvent("Event"), h.initEvent(t, !0, !0)), h.to = l || n, h.from = i || n, h.item = r || n, h.clone = a, h.oldIndex = s, h.newIndex = c, h.oldDraggableIndex = d, h.newDraggableIndex = f, h.originalEvent = m, h.pullMode = g ? g.lastPutMode : void 0;
|
3378
|
-
var C = Le(Le({}, p),
|
3378
|
+
var C = Le(Le({}, p), tn.getEventProperties(t, e));
|
3379
3379
|
for (var y in C)
|
3380
3380
|
h[y] = C[y];
|
3381
3381
|
n && n.dispatchEvent(h), w[_] && w[_].call(e, h);
|
@@ -3383,7 +3383,7 @@ function xs(o) {
|
|
3383
3383
|
}
|
3384
3384
|
var Es = ["evt"], xe = function(e, n) {
|
3385
3385
|
var t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, r = t.evt, a = hs(t, Es);
|
3386
|
-
|
3386
|
+
tn.pluginEvent.bind(H)(e, n, Le({
|
3387
3387
|
dragEl: P,
|
3388
3388
|
parentEl: de,
|
3389
3389
|
ghostEl: X,
|
@@ -3392,16 +3392,16 @@ var Es = ["evt"], xe = function(e, n) {
|
|
3392
3392
|
lastDownEl: vn,
|
3393
3393
|
cloneEl: ue,
|
3394
3394
|
cloneHidden: nt,
|
3395
|
-
dragStarted:
|
3395
|
+
dragStarted: Lt,
|
3396
3396
|
putSortable: ve,
|
3397
3397
|
activeSortable: H.active,
|
3398
3398
|
originalEvent: r,
|
3399
3399
|
oldIndex: yt,
|
3400
|
-
oldDraggableIndex:
|
3400
|
+
oldDraggableIndex: Gt,
|
3401
3401
|
newIndex: Te,
|
3402
3402
|
newDraggableIndex: tt,
|
3403
|
-
hideGhostForTarget:
|
3404
|
-
unhideGhostForTarget:
|
3403
|
+
hideGhostForTarget: ca,
|
3404
|
+
unhideGhostForTarget: da,
|
3405
3405
|
cloneNowHidden: function() {
|
3406
3406
|
nt = !0;
|
3407
3407
|
},
|
@@ -3424,19 +3424,19 @@ function _e(o) {
|
|
3424
3424
|
targetEl: P,
|
3425
3425
|
rootEl: se,
|
3426
3426
|
oldIndex: yt,
|
3427
|
-
oldDraggableIndex:
|
3427
|
+
oldDraggableIndex: Gt,
|
3428
3428
|
newIndex: Te,
|
3429
3429
|
newDraggableIndex: tt
|
3430
3430
|
}, o));
|
3431
3431
|
}
|
3432
|
-
var P, de, X, se, ct, vn, ue, nt, yt, Te,
|
3432
|
+
var P, de, X, se, ct, vn, ue, nt, yt, Te, Gt, tt, sn, ve, vt = !1, kn = !1, Tn = [], st, Pe, Xn, Yn, fr, pr, Lt, ht, Kt, Wt = !1, un = !1, yn, be, Gn = [], fo = !1, Dn = [], An = typeof document < "u", cn = Qr, mr = en || et ? "cssFloat" : "float", ks = An && !Zr && !Qr && "draggable" in document.createElement("div"), la = function() {
|
3433
3433
|
if (An) {
|
3434
3434
|
if (et)
|
3435
3435
|
return !1;
|
3436
3436
|
var o = document.createElement("x");
|
3437
3437
|
return o.style.cssText = "pointer-events:auto", o.style.pointerEvents === "auto";
|
3438
3438
|
}
|
3439
|
-
}(),
|
3439
|
+
}(), sa = function(e, n) {
|
3440
3440
|
var t = L(e), r = parseInt(t.width) - parseInt(t.paddingLeft) - parseInt(t.paddingRight) - parseInt(t.borderLeftWidth) - parseInt(t.borderRightWidth), a = Et(e, 0, n), l = Et(e, 1, n), i = a && L(a), s = l && L(l), c = i && parseInt(i.marginLeft) + parseInt(i.marginRight) + me(a).width, d = s && parseInt(s.marginLeft) + parseInt(s.marginRight) + me(l).width;
|
3441
3441
|
if (t.display === "flex")
|
3442
3442
|
return t.flexDirection === "column" || t.flexDirection === "column-reverse" ? "vertical" : "horizontal";
|
@@ -3460,7 +3460,7 @@ var P, de, X, se, ct, vn, ue, nt, yt, Te, Yt, tt, sn, ve, vt = !1, kn = !1, Tn =
|
|
3460
3460
|
return t = r;
|
3461
3461
|
}
|
3462
3462
|
}), t;
|
3463
|
-
},
|
3463
|
+
}, ua = function(e) {
|
3464
3464
|
function n(a, l) {
|
3465
3465
|
return function(i, s, c, d) {
|
3466
3466
|
var f = i.options.group.name && s.options.group.name && i.options.group.name === s.options.group.name;
|
@@ -3480,12 +3480,12 @@ var P, de, X, se, ct, vn, ue, nt, yt, Te, Yt, tt, sn, ve, vt = !1, kn = !1, Tn =
|
|
3480
3480
|
(!r || hn(r) != "object") && (r = {
|
3481
3481
|
name: r
|
3482
3482
|
}), t.name = r.name, t.checkPull = n(r.pull, !0), t.checkPut = n(r.put), t.revertClone = r.revertClone, e.group = t;
|
3483
|
-
}, ua = function() {
|
3484
|
-
!ia && X && L(X, "display", "none");
|
3485
3483
|
}, ca = function() {
|
3486
|
-
!
|
3484
|
+
!la && X && L(X, "display", "none");
|
3485
|
+
}, da = function() {
|
3486
|
+
!la && X && L(X, "display", "");
|
3487
3487
|
};
|
3488
|
-
An && !
|
3488
|
+
An && !Zr && document.addEventListener("click", function(o) {
|
3489
3489
|
if (kn)
|
3490
3490
|
return o.preventDefault(), o.stopPropagation && o.stopPropagation(), o.stopImmediatePropagation && o.stopImmediatePropagation(), kn = !1, !1;
|
3491
3491
|
}, !0);
|
@@ -3522,7 +3522,7 @@ function H(o, e) {
|
|
3522
3522
|
// will be set to same as swapThreshold if default
|
3523
3523
|
removeCloneOnHide: !0,
|
3524
3524
|
direction: function() {
|
3525
|
-
return
|
3525
|
+
return sa(o, this.options);
|
3526
3526
|
},
|
3527
3527
|
ghostClass: "sortable-ghost",
|
3528
3528
|
chosenClass: "sortable-chosen",
|
@@ -3549,13 +3549,13 @@ function H(o, e) {
|
|
3549
3549
|
x: 0,
|
3550
3550
|
y: 0
|
3551
3551
|
},
|
3552
|
-
supportPointer: H.supportPointer !== !1 && "PointerEvent" in window && !
|
3552
|
+
supportPointer: H.supportPointer !== !1 && "PointerEvent" in window && !Xt,
|
3553
3553
|
emptyInsertThreshold: 5
|
3554
3554
|
};
|
3555
|
-
|
3555
|
+
tn.initializePlugins(this, o, n);
|
3556
3556
|
for (var t in n)
|
3557
3557
|
!(t in e) && (e[t] = n[t]);
|
3558
|
-
|
3558
|
+
ua(e);
|
3559
3559
|
for (var r in this)
|
3560
3560
|
r.charAt(0) === "_" && typeof this[r] == "function" && (this[r] = this[r].bind(this));
|
3561
3561
|
this.nativeDraggable = e.forceFallback ? !1 : ks, this.nativeDraggable && (this.options.touchStartThreshold = 1), e.supportPointer ? oe(o, "pointerdown", this._onTapStart) : (oe(o, "mousedown", this._onTapStart), oe(o, "touchstart", this._onTapStart)), this.nativeDraggable && (oe(o, "dragover", this), oe(o, "dragenter", this)), Tn.push(this.el), e.store && e.store.get && this.sort(e.store.get(this) || []), Ze(this, _s());
|
@@ -3572,8 +3572,8 @@ H.prototype = /** @lends Sortable.prototype */
|
|
3572
3572
|
_onTapStart: function(e) {
|
3573
3573
|
if (e.cancelable) {
|
3574
3574
|
var n = this, t = this.el, r = this.options, a = r.preventOnFilter, l = e.type, i = e.touches && e.touches[0] || e.pointerType && e.pointerType === "touch" && e, s = (i || e).target, c = e.target.shadowRoot && (e.path && e.path[0] || e.composedPath && e.composedPath()[0]) || s, d = r.filter;
|
3575
|
-
if (Fs(t), !P && !(/mousedown|pointerdown/.test(l) && e.button !== 0 || r.disabled) && !c.isContentEditable && !(!this.nativeDraggable &&
|
3576
|
-
if (yt = Me(s),
|
3575
|
+
if (Fs(t), !P && !(/mousedown|pointerdown/.test(l) && e.button !== 0 || r.disabled) && !c.isContentEditable && !(!this.nativeDraggable && Xt && s && s.tagName.toUpperCase() === "SELECT") && (s = $e(s, r.draggable, t, !1), !(s && s.animated) && vn !== s)) {
|
3576
|
+
if (yt = Me(s), Gt = Me(s, r.draggable), typeof d == "function") {
|
3577
3577
|
if (d.call(this, e, s, this)) {
|
3578
3578
|
_e({
|
3579
3579
|
sortable: n,
|
@@ -3628,10 +3628,10 @@ H.prototype = /** @lends Sortable.prototype */
|
|
3628
3628
|
originalEvent: e
|
3629
3629
|
}), ke(P, l.chosenClass, !0);
|
3630
3630
|
}, l.ignore.split(",").forEach(function(d) {
|
3631
|
-
|
3631
|
+
na(P, d.trim(), Kn);
|
3632
3632
|
}), oe(i, "dragover", ut), oe(i, "mousemove", ut), oe(i, "touchmove", ut), oe(i, "mouseup", r._onDrop), oe(i, "touchend", r._onDrop), oe(i, "touchcancel", r._onDrop), sr && this.nativeDraggable && (this.options.touchStartThreshold = 4, P.draggable = !0), xe("delayStart", this, {
|
3633
3633
|
evt: e
|
3634
|
-
}), l.delay && (!l.delayOnTouchOnly || n) && (!this.nativeDraggable || !(
|
3634
|
+
}), l.delay && (!l.delayOnTouchOnly || n) && (!this.nativeDraggable || !(en || et))) {
|
3635
3635
|
if (H.eventCanceled) {
|
3636
3636
|
this._onDrop();
|
3637
3637
|
return;
|
@@ -3650,7 +3650,7 @@ H.prototype = /** @lends Sortable.prototype */
|
|
3650
3650
|
},
|
3651
3651
|
_disableDelayedDragEvents: function() {
|
3652
3652
|
var e = this.el.ownerDocument;
|
3653
|
-
|
3653
|
+
ne(e, "mouseup", this._disableDelayedDrag), ne(e, "touchend", this._disableDelayedDrag), ne(e, "touchcancel", this._disableDelayedDrag), ne(e, "mousemove", this._delayedDragTouchMoveHandler), ne(e, "touchmove", this._delayedDragTouchMoveHandler), ne(e, "pointermove", this._delayedDragTouchMoveHandler);
|
3654
3654
|
},
|
3655
3655
|
_triggerDragStart: function(e, n) {
|
3656
3656
|
n = n || e.pointerType == "touch" && e, !this.nativeDraggable || n ? this.options.supportPointer ? oe(document, "pointermove", this._onTouchMove) : n ? oe(document, "touchmove", this._onTouchMove) : oe(document, "mousemove", this._onTouchMove) : (oe(P, "dragend", this), oe(se, "dragstart", this._onDragStart));
|
@@ -3677,7 +3677,7 @@ H.prototype = /** @lends Sortable.prototype */
|
|
3677
3677
|
},
|
3678
3678
|
_emulateDragOver: function() {
|
3679
3679
|
if (Pe) {
|
3680
|
-
this._lastX = Pe.clientX, this._lastY = Pe.clientY,
|
3680
|
+
this._lastX = Pe.clientX, this._lastY = Pe.clientY, ca();
|
3681
3681
|
for (var e = document.elementFromPoint(Pe.clientX, Pe.clientY), n = e; e && e.shadowRoot && (e = e.shadowRoot.elementFromPoint(Pe.clientX, Pe.clientY), e !== n); )
|
3682
3682
|
n = e;
|
3683
3683
|
if (P.parentNode[Ee]._isOutsideThisEl(e), n)
|
@@ -3693,8 +3693,8 @@ H.prototype = /** @lends Sortable.prototype */
|
|
3693
3693
|
break;
|
3694
3694
|
}
|
3695
3695
|
e = n;
|
3696
|
-
} while (n =
|
3697
|
-
|
3696
|
+
} while (n = ta(n));
|
3697
|
+
da();
|
3698
3698
|
}
|
3699
3699
|
},
|
3700
3700
|
_onTouchMove: function(e) {
|
@@ -3739,12 +3739,12 @@ H.prototype = /** @lends Sortable.prototype */
|
|
3739
3739
|
this._onDrop();
|
3740
3740
|
return;
|
3741
3741
|
}
|
3742
|
-
xe("setupClone", this), H.eventCanceled || (ue =
|
3742
|
+
xe("setupClone", this), H.eventCanceled || (ue = aa(P), ue.removeAttribute("id"), ue.draggable = !1, ue.style["will-change"] = "", this._hideClone(), ke(ue, this.options.chosenClass, !1), H.clone = ue), t.cloneId = bn(function() {
|
3743
3743
|
xe("clone", t), !H.eventCanceled && (t.options.removeCloneOnHide || se.insertBefore(ue, P), t._hideClone(), _e({
|
3744
3744
|
sortable: t,
|
3745
3745
|
name: "clone"
|
3746
3746
|
}));
|
3747
|
-
}), !n && ke(P, a.dragClass, !0), n ? (kn = !0, t._loopId = setInterval(t._emulateDragOver, 50)) : (
|
3747
|
+
}), !n && ke(P, a.dragClass, !0), n ? (kn = !0, t._loopId = setInterval(t._emulateDragOver, 50)) : (ne(document, "mouseup", t._onDrop), ne(document, "touchend", t._onDrop), ne(document, "touchcancel", t._onDrop), r && (r.effectAllowed = "move", a.setData && a.setData.call(t, r, P)), oe(document, "drop", t), L(P, "transform", "translateZ(0)")), vt = !0, t._dragStartId = bn(t._dragStarted.bind(t, n, e)), oe(document, "selectstart", t), Lt = !0, Xt && L(document.body, "user-select", "none");
|
3748
3748
|
},
|
3749
3749
|
// Returns true - if no further action is needed (either inserted or another condition)
|
3750
3750
|
_onDragOver: function(e) {
|
@@ -3809,23 +3809,23 @@ H.prototype = /** @lends Sortable.prototype */
|
|
3809
3809
|
return _(), n.insertBefore(P, k), de = n, y(), C(!0);
|
3810
3810
|
} else if (t.parentNode === n) {
|
3811
3811
|
a = me(t);
|
3812
|
-
var M = 0, E, Y = P.parentNode !== n, j = !Ts(P.animated && P.toRect || r, t.animated && t.toRect || a, g), ae = g ? "top" : "left",
|
3813
|
-
ht !== t && (E = a[ae],
|
3814
|
-
var
|
3812
|
+
var M = 0, E, Y = P.parentNode !== n, j = !Ts(P.animated && P.toRect || r, t.animated && t.toRect || a, g), ae = g ? "top" : "left", ee = cr(t, "top", "top") || cr(P, "top", "top"), le = ee ? ee.scrollTop : void 0;
|
3813
|
+
ht !== t && (E = a[ae], Wt = !1, un = !j && i.invertSwap || Y), M = As(e, t, a, g, j ? 1 : i.swapThreshold, i.invertedSwapThreshold == null ? i.swapThreshold : i.invertedSwapThreshold, un, ht === t);
|
3814
|
+
var te;
|
3815
3815
|
if (M !== 0) {
|
3816
3816
|
var R = Me(P);
|
3817
3817
|
do
|
3818
|
-
R -= M,
|
3819
|
-
while (
|
3818
|
+
R -= M, te = de.children[R];
|
3819
|
+
while (te && (L(te, "display") === "none" || te === X));
|
3820
3820
|
}
|
3821
|
-
if (M === 0 ||
|
3821
|
+
if (M === 0 || te === t)
|
3822
3822
|
return C(!1);
|
3823
|
-
ht = t,
|
3823
|
+
ht = t, Kt = M;
|
3824
3824
|
var G = t.nextElementSibling, q = !1;
|
3825
3825
|
q = M === 1;
|
3826
3826
|
var V = dn(se, n, P, r, t, a, e, q);
|
3827
3827
|
if (V !== !1)
|
3828
|
-
return (V === 1 || V === -1) && (q = V === 1), fo = !0, setTimeout(Ps, 30), _(), q && !G ? n.appendChild(P) : t.parentNode.insertBefore(P, q ? G : t),
|
3828
|
+
return (V === 1 || V === -1) && (q = V === 1), fo = !0, setTimeout(Ps, 30), _(), q && !G ? n.appendChild(P) : t.parentNode.insertBefore(P, q ? G : t), ee && ra(ee, 0, le - ee.scrollTop), de = P.parentNode, E !== void 0 && !un && (yn = Math.abs(E - me(t)[ae])), y(), C(!0);
|
3829
3829
|
}
|
3830
3830
|
if (n.contains(P))
|
3831
3831
|
return C(!1);
|
@@ -3834,11 +3834,11 @@ H.prototype = /** @lends Sortable.prototype */
|
|
3834
3834
|
},
|
3835
3835
|
_ignoreWhileAnimating: null,
|
3836
3836
|
_offMoveEvents: function() {
|
3837
|
-
|
3837
|
+
ne(document, "mousemove", this._onTouchMove), ne(document, "touchmove", this._onTouchMove), ne(document, "pointermove", this._onTouchMove), ne(document, "dragover", ut), ne(document, "mousemove", ut), ne(document, "touchmove", ut);
|
3838
3838
|
},
|
3839
3839
|
_offUpEvents: function() {
|
3840
3840
|
var e = this.el.ownerDocument;
|
3841
|
-
|
3841
|
+
ne(e, "mouseup", this._onDrop), ne(e, "touchend", this._onDrop), ne(e, "pointerup", this._onDrop), ne(e, "touchcancel", this._onDrop), ne(document, "selectstart", this);
|
3842
3842
|
},
|
3843
3843
|
_onDrop: function(e) {
|
3844
3844
|
var n = this.el, t = this.options;
|
@@ -3848,7 +3848,7 @@ H.prototype = /** @lends Sortable.prototype */
|
|
3848
3848
|
this._nulling();
|
3849
3849
|
return;
|
3850
3850
|
}
|
3851
|
-
vt = !1, un = !1,
|
3851
|
+
vt = !1, un = !1, Wt = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), po(this.cloneId), po(this._dragStartId), this.nativeDraggable && (ne(document, "drop", this), ne(n, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Xt && L(document.body, "user-select", ""), L(P, "transform", ""), e && (Lt && (e.cancelable && e.preventDefault(), !t.dropBubble && e.stopPropagation()), X && X.parentNode && X.parentNode.removeChild(X), (se === de || ve && ve.lastPutMode !== "clone") && ue && ue.parentNode && ue.parentNode.removeChild(ue), P && (this.nativeDraggable && ne(P, "dragend", this), Kn(P), P.style["will-change"] = "", Lt && !vt && ke(P, ve ? ve.options.ghostClass : this.options.ghostClass, !1), ke(P, this.options.chosenClass, !1), _e({
|
3852
3852
|
sortable: this,
|
3853
3853
|
name: "unchoose",
|
3854
3854
|
toEl: de,
|
@@ -3887,7 +3887,7 @@ H.prototype = /** @lends Sortable.prototype */
|
|
3887
3887
|
name: "sort",
|
3888
3888
|
toEl: de,
|
3889
3889
|
originalEvent: e
|
3890
|
-
})), H.active && ((Te == null || Te === -1) && (Te = yt, tt =
|
3890
|
+
})), H.active && ((Te == null || Te === -1) && (Te = yt, tt = Gt), _e({
|
3891
3891
|
sortable: this,
|
3892
3892
|
name: "end",
|
3893
3893
|
toEl: de,
|
@@ -3895,7 +3895,7 @@ H.prototype = /** @lends Sortable.prototype */
|
|
3895
3895
|
}), this.save()))), this._nulling();
|
3896
3896
|
},
|
3897
3897
|
_nulling: function() {
|
3898
|
-
xe("nulling", this), se = P = de = X = ct = ue = vn = nt = st = Pe =
|
3898
|
+
xe("nulling", this), se = P = de = X = ct = ue = vn = nt = st = Pe = Lt = Te = tt = yt = Gt = ht = Kt = ve = sn = H.dragged = H.ghost = H.clone = H.active = null, Dn.forEach(function(e) {
|
3899
3899
|
e.checked = !0;
|
3900
3900
|
}), Dn.length = Xn = Yn = 0;
|
3901
3901
|
},
|
@@ -3962,8 +3962,8 @@ H.prototype = /** @lends Sortable.prototype */
|
|
3962
3962
|
var t = this.options;
|
3963
3963
|
if (n === void 0)
|
3964
3964
|
return t[e];
|
3965
|
-
var r =
|
3966
|
-
typeof r < "u" ? t[e] = r : t[e] = n, e === "group" &&
|
3965
|
+
var r = tn.modifyOption(this, e, n);
|
3966
|
+
typeof r < "u" ? t[e] = r : t[e] = n, e === "group" && ua(t);
|
3967
3967
|
},
|
3968
3968
|
/**
|
3969
3969
|
* Destroy
|
@@ -3971,7 +3971,7 @@ H.prototype = /** @lends Sortable.prototype */
|
|
3971
3971
|
destroy: function() {
|
3972
3972
|
xe("destroy", this);
|
3973
3973
|
var e = this.el;
|
3974
|
-
e[Ee] = null,
|
3974
|
+
e[Ee] = null, ne(e, "mousedown", this._onTapStart), ne(e, "touchstart", this._onTapStart), ne(e, "pointerdown", this._onTapStart), this.nativeDraggable && (ne(e, "dragover", this), ne(e, "dragenter", this)), Array.prototype.forEach.call(e.querySelectorAll("[draggable]"), function(n) {
|
3975
3975
|
n.removeAttribute("draggable");
|
3976
3976
|
}), this._onDrop(), this._disableDelayedDragEvents(), Tn.splice(Tn.indexOf(this.el), 1), this.el = e = null;
|
3977
3977
|
},
|
@@ -3997,7 +3997,7 @@ function Ms(o) {
|
|
3997
3997
|
}
|
3998
3998
|
function dn(o, e, n, t, r, a, l, i) {
|
3999
3999
|
var s, c = o[Ee], d = c.options.onMove, f;
|
4000
|
-
return window.CustomEvent && !et && !
|
4000
|
+
return window.CustomEvent && !et && !en ? s = new CustomEvent("move", {
|
4001
4001
|
bubbles: !0,
|
4002
4002
|
cancelable: !0
|
4003
4003
|
}) : (s = document.createEvent("Event"), s.initEvent("move", !0, !0)), s.to = e, s.from = o, s.dragged = n, s.draggedRect = t, s.related = r || e, s.relatedRect = a || me(e), s.willInsertAfter = i, s.originalEvent = l, o.dispatchEvent(s), d && (f = d.call(c, s, l)), f;
|
@@ -4009,21 +4009,21 @@ function Ps() {
|
|
4009
4009
|
fo = !1;
|
4010
4010
|
}
|
4011
4011
|
function $s(o, e, n) {
|
4012
|
-
var t = me(Et(n.el, 0, n.options, !0)), r =
|
4012
|
+
var t = me(Et(n.el, 0, n.options, !0)), r = ia(n.el, n.options, X), a = 10;
|
4013
4013
|
return e ? o.clientX < r.left - a || o.clientY < t.top && o.clientX < t.right : o.clientY < r.top - a || o.clientY < t.bottom && o.clientX < t.left;
|
4014
4014
|
}
|
4015
4015
|
function Is(o, e, n) {
|
4016
|
-
var t = me(Fo(n.el, n.options.draggable)), r =
|
4016
|
+
var t = me(Fo(n.el, n.options.draggable)), r = ia(n.el, n.options, X), a = 10;
|
4017
4017
|
return e ? o.clientX > r.right + a || o.clientY > t.bottom && o.clientX > t.left : o.clientY > r.bottom + a || o.clientX > t.right && o.clientY > t.top;
|
4018
4018
|
}
|
4019
4019
|
function As(o, e, n, t, r, a, l, i) {
|
4020
4020
|
var s = t ? o.clientY : o.clientX, c = t ? n.height : n.width, d = t ? n.top : n.left, f = t ? n.bottom : n.right, m = !1;
|
4021
4021
|
if (!l) {
|
4022
4022
|
if (i && yn < c * r) {
|
4023
|
-
if (!
|
4023
|
+
if (!Wt && (Kt === 1 ? s > d + c * a / 2 : s < f - c * a / 2) && (Wt = !0), Wt)
|
4024
4024
|
m = !0;
|
4025
|
-
else if (
|
4026
|
-
return -
|
4025
|
+
else if (Kt === 1 ? s < d + yn : s > f - yn)
|
4026
|
+
return -Kt;
|
4027
4027
|
} else if (s > d + c * (1 - r) / 2 && s < f - c * (1 - r) / 2)
|
4028
4028
|
return Vs(e);
|
4029
4029
|
}
|
@@ -4055,21 +4055,21 @@ An && oe(document, "touchmove", function(o) {
|
|
4055
4055
|
});
|
4056
4056
|
H.utils = {
|
4057
4057
|
on: oe,
|
4058
|
-
off:
|
4058
|
+
off: ne,
|
4059
4059
|
css: L,
|
4060
|
-
find:
|
4060
|
+
find: na,
|
4061
4061
|
is: function(e, n) {
|
4062
4062
|
return !!$e(e, n, e, !1);
|
4063
4063
|
},
|
4064
4064
|
extend: bs,
|
4065
|
-
throttle:
|
4065
|
+
throttle: oa,
|
4066
4066
|
closest: $e,
|
4067
4067
|
toggleClass: ke,
|
4068
|
-
clone:
|
4068
|
+
clone: aa,
|
4069
4069
|
index: Me,
|
4070
4070
|
nextTick: bn,
|
4071
4071
|
cancelNextTick: po,
|
4072
|
-
detectDirection:
|
4072
|
+
detectDirection: sa,
|
4073
4073
|
getChild: Et,
|
4074
4074
|
expando: Ee
|
4075
4075
|
};
|
@@ -4082,14 +4082,14 @@ H.mount = function() {
|
|
4082
4082
|
e[0].constructor === Array && (e = e[0]), e.forEach(function(t) {
|
4083
4083
|
if (!t.prototype || !t.prototype.constructor)
|
4084
4084
|
throw "Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(t));
|
4085
|
-
t.utils && (H.utils = Le(Le({}, H.utils), t.utils)),
|
4085
|
+
t.utils && (H.utils = Le(Le({}, H.utils), t.utils)), tn.mount(t);
|
4086
4086
|
});
|
4087
4087
|
};
|
4088
4088
|
H.create = function(o, e) {
|
4089
4089
|
return new H(o, e);
|
4090
4090
|
};
|
4091
4091
|
H.version = vs;
|
4092
|
-
var pe = [],
|
4092
|
+
var pe = [], Ht, mo, go = !1, Wn, Jn, zn, Ut;
|
4093
4093
|
function Os() {
|
4094
4094
|
function o() {
|
4095
4095
|
this.defaults = {
|
@@ -4112,20 +4112,20 @@ function Os() {
|
|
4112
4112
|
!this.options.dragOverBubble && !t.rootEl && this._handleAutoScroll(t);
|
4113
4113
|
},
|
4114
4114
|
drop: function() {
|
4115
|
-
this.sortable.nativeDraggable ?
|
4115
|
+
this.sortable.nativeDraggable ? ne(document, "dragover", this._handleAutoScroll) : (ne(document, "pointermove", this._handleFallbackAutoScroll), ne(document, "touchmove", this._handleFallbackAutoScroll), ne(document, "mousemove", this._handleFallbackAutoScroll)), gr(), wn(), ws();
|
4116
4116
|
},
|
4117
4117
|
nulling: function() {
|
4118
|
-
zn = mo =
|
4118
|
+
zn = mo = Ht = go = Ut = Wn = Jn = null, pe.length = 0;
|
4119
4119
|
},
|
4120
4120
|
_handleFallbackAutoScroll: function(n) {
|
4121
4121
|
this._handleAutoScroll(n, !0);
|
4122
4122
|
},
|
4123
4123
|
_handleAutoScroll: function(n, t) {
|
4124
4124
|
var r = this, a = (n.touches ? n.touches[0] : n).clientX, l = (n.touches ? n.touches[0] : n).clientY, i = document.elementFromPoint(a, l);
|
4125
|
-
if (zn = n, t || this.options.forceAutoScrollFallback ||
|
4125
|
+
if (zn = n, t || this.options.forceAutoScrollFallback || en || et || Xt) {
|
4126
4126
|
qn(n, this.options, i, t);
|
4127
4127
|
var s = ot(i, !0);
|
4128
|
-
go && (!
|
4128
|
+
go && (!Ut || a !== Wn || l !== Jn) && (Ut && gr(), Ut = setInterval(function() {
|
4129
4129
|
var c = ot(document.elementFromPoint(a, l), !0);
|
4130
4130
|
c !== s && (s = c, wn()), qn(n, r.options, c, t);
|
4131
4131
|
}, 10), Wn = a, Jn = l);
|
@@ -4148,31 +4148,31 @@ function wn() {
|
|
4148
4148
|
}), pe = [];
|
4149
4149
|
}
|
4150
4150
|
function gr() {
|
4151
|
-
clearInterval(
|
4151
|
+
clearInterval(Ut);
|
4152
4152
|
}
|
4153
|
-
var qn =
|
4153
|
+
var qn = oa(function(o, e, n, t) {
|
4154
4154
|
if (e.scroll) {
|
4155
4155
|
var r = (o.touches ? o.touches[0] : o).clientX, a = (o.touches ? o.touches[0] : o).clientY, l = e.scrollSensitivity, i = e.scrollSpeed, s = Ne(), c = !1, d;
|
4156
|
-
mo !== n && (mo = n, wn(),
|
4157
|
-
var f = 0, m =
|
4156
|
+
mo !== n && (mo = n, wn(), Ht = e.scroll, d = e.scrollFn, Ht === !0 && (Ht = ot(n, !0)));
|
4157
|
+
var f = 0, m = Ht;
|
4158
4158
|
do {
|
4159
|
-
var g = m, p = me(g), h = p.top, w = p.bottom, _ = p.left, C = p.right, y = p.width, S = p.height, k = void 0, M = void 0, E = g.scrollWidth, Y = g.scrollHeight, j = L(g), ae = g.scrollLeft,
|
4159
|
+
var g = m, p = me(g), h = p.top, w = p.bottom, _ = p.left, C = p.right, y = p.width, S = p.height, k = void 0, M = void 0, E = g.scrollWidth, Y = g.scrollHeight, j = L(g), ae = g.scrollLeft, ee = g.scrollTop;
|
4160
4160
|
g === s ? (k = y < E && (j.overflowX === "auto" || j.overflowX === "scroll" || j.overflowX === "visible"), M = S < Y && (j.overflowY === "auto" || j.overflowY === "scroll" || j.overflowY === "visible")) : (k = y < E && (j.overflowX === "auto" || j.overflowX === "scroll"), M = S < Y && (j.overflowY === "auto" || j.overflowY === "scroll"));
|
4161
|
-
var le = k && (Math.abs(C - r) <= l && ae + y < E) - (Math.abs(_ - r) <= l && !!ae),
|
4161
|
+
var le = k && (Math.abs(C - r) <= l && ae + y < E) - (Math.abs(_ - r) <= l && !!ae), te = M && (Math.abs(w - a) <= l && ee + S < Y) - (Math.abs(h - a) <= l && !!ee);
|
4162
4162
|
if (!pe[f])
|
4163
4163
|
for (var R = 0; R <= f; R++)
|
4164
4164
|
pe[R] || (pe[R] = {});
|
4165
|
-
(pe[f].vx != le || pe[f].vy !=
|
4165
|
+
(pe[f].vx != le || pe[f].vy != te || pe[f].el !== g) && (pe[f].el = g, pe[f].vx = le, pe[f].vy = te, clearInterval(pe[f].pid), (le != 0 || te != 0) && (c = !0, pe[f].pid = setInterval(function() {
|
4166
4166
|
t && this.layer === 0 && H.active._onTouchMove(zn);
|
4167
4167
|
var G = pe[this.layer].vy ? pe[this.layer].vy * i : 0, q = pe[this.layer].vx ? pe[this.layer].vx * i : 0;
|
4168
|
-
typeof d == "function" && d.call(H.dragged.parentNode[Ee], q, G, o, zn, pe[this.layer].el) !== "continue" ||
|
4168
|
+
typeof d == "function" && d.call(H.dragged.parentNode[Ee], q, G, o, zn, pe[this.layer].el) !== "continue" || ra(pe[this.layer].el, q, G);
|
4169
4169
|
}.bind({
|
4170
4170
|
layer: f
|
4171
4171
|
}), 24))), f++;
|
4172
4172
|
} while (e.bubbleScroll && m !== s && (m = ot(m, !1)));
|
4173
4173
|
go = c;
|
4174
4174
|
}
|
4175
|
-
}, 30),
|
4175
|
+
}, 30), fa = function(e) {
|
4176
4176
|
var n = e.originalEvent, t = e.putSortable, r = e.dragEl, a = e.activeSortable, l = e.dispatchSortableEvent, i = e.hideGhostForTarget, s = e.unhideGhostForTarget;
|
4177
4177
|
if (n) {
|
4178
4178
|
var c = t || a;
|
@@ -4198,7 +4198,7 @@ Oo.prototype = {
|
|
4198
4198
|
var r = Et(this.sortable.el, this.startIndex, this.options);
|
4199
4199
|
r ? this.sortable.el.insertBefore(n, r) : this.sortable.el.appendChild(n), this.sortable.animateAll(), t && t.animateAll();
|
4200
4200
|
},
|
4201
|
-
drop:
|
4201
|
+
drop: fa
|
4202
4202
|
};
|
4203
4203
|
Ze(Oo, {
|
4204
4204
|
pluginName: "revertOnSpill"
|
@@ -4210,14 +4210,14 @@ No.prototype = {
|
|
4210
4210
|
var n = e.dragEl, t = e.putSortable, r = t || this.sortable;
|
4211
4211
|
r.captureAnimationState(), n.parentNode && n.parentNode.removeChild(n), r.animateAll();
|
4212
4212
|
},
|
4213
|
-
drop:
|
4213
|
+
drop: fa
|
4214
4214
|
};
|
4215
4215
|
Ze(No, {
|
4216
4216
|
pluginName: "removeOnSpill"
|
4217
4217
|
});
|
4218
4218
|
H.mount(new Os());
|
4219
4219
|
H.mount(No, Oo);
|
4220
|
-
function
|
4220
|
+
function pa(o, e = {}) {
|
4221
4221
|
return new H(o, {
|
4222
4222
|
forceFallback: !0,
|
4223
4223
|
delay: 150,
|
@@ -4305,11 +4305,11 @@ const Us = {
|
|
4305
4305
|
cellClassName: "x-grid__x-actions",
|
4306
4306
|
renderDefault(o, e) {
|
4307
4307
|
const { props: n } = He(o, e);
|
4308
|
-
return [re(
|
4308
|
+
return [re(qt, { ...n })];
|
4309
4309
|
},
|
4310
4310
|
renderCell(o, e) {
|
4311
4311
|
const { props: n } = He(o, e);
|
4312
|
-
return [re(
|
4312
|
+
return [re(qt, { ...n })];
|
4313
4313
|
}
|
4314
4314
|
}, Xs = /* @__PURE__ */ N({
|
4315
4315
|
name: "DateEdit",
|
@@ -4525,7 +4525,7 @@ const e0 = {
|
|
4525
4525
|
);
|
4526
4526
|
return Xe(() => {
|
4527
4527
|
n.value?.focus();
|
4528
|
-
}), (i, s) => (v(), x(u(
|
4528
|
+
}), (i, s) => (v(), x(u(ya), O({
|
4529
4529
|
ref_key: "elRef",
|
4530
4530
|
ref: n,
|
4531
4531
|
size: "small",
|
@@ -4643,8 +4643,8 @@ const e0 = {
|
|
4643
4643
|
a.submitMethod && await a.submitMethod(C) && (i.value = !1), l("submit", C);
|
4644
4644
|
}
|
4645
4645
|
}, h = () => t.value?.$vtjDynamicSlots();
|
4646
|
-
return
|
4647
|
-
w && (await
|
4646
|
+
return Z(t, async (w) => {
|
4647
|
+
w && (await gi(), w.doLayout());
|
4648
4648
|
}), e({
|
4649
4649
|
$vtjEl: s,
|
4650
4650
|
$vtjDynamicSlots: h,
|
@@ -4668,7 +4668,7 @@ const e0 = {
|
|
4668
4668
|
A(w.$slots, "extra")
|
4669
4669
|
]),
|
4670
4670
|
default: b(() => [
|
4671
|
-
D(u(
|
4671
|
+
D(u(va), O({
|
4672
4672
|
ref_key: "gridRef",
|
4673
4673
|
ref: t,
|
4674
4674
|
editable: "",
|
@@ -4690,7 +4690,7 @@ const e0 = {
|
|
4690
4690
|
size: "small",
|
4691
4691
|
label: "删行",
|
4692
4692
|
type: "default",
|
4693
|
-
icon: u(
|
4693
|
+
icon: u(Ii),
|
4694
4694
|
onClick: m
|
4695
4695
|
}, null, 8, ["icon"])) : z("", !0),
|
4696
4696
|
A(w.$slots, "buttons")
|
@@ -4711,7 +4711,7 @@ const e0 = {
|
|
4711
4711
|
_: 3
|
4712
4712
|
}, 8, ["modelValue"]));
|
4713
4713
|
}
|
4714
|
-
}),
|
4714
|
+
}), ma = /* @__PURE__ */ N({
|
4715
4715
|
name: "XGridEditor",
|
4716
4716
|
__name: "GridEditor",
|
4717
4717
|
props: {
|
@@ -4781,7 +4781,7 @@ const e0 = {
|
|
4781
4781
|
);
|
4782
4782
|
return Xe(() => {
|
4783
4783
|
n.value?.focus();
|
4784
|
-
}), (i, s) => (v(), x(u(
|
4784
|
+
}), (i, s) => (v(), x(u(ma), O({
|
4785
4785
|
ref_key: "elRef",
|
4786
4786
|
ref: n,
|
4787
4787
|
size: "small",
|
@@ -4845,18 +4845,24 @@ function h0(o = {}) {
|
|
4845
4845
|
rl,
|
4846
4846
|
al,
|
4847
4847
|
il
|
4848
|
-
], t = Ue()?.appContext.app, { vxeConfig: r, vxePlugin: a } = $o();
|
4849
|
-
return t && !t.__installVxe && (
|
4848
|
+
], t = Ue()?.appContext.app, { vxeConfig: r, vxePlugin: a } = $o(), l = Ur();
|
4849
|
+
return t && !t.__installVxe && (Nt.use(g0), a && Nt.use(a), Nt.setConfig({
|
4850
4850
|
...r,
|
4851
4851
|
...o
|
4852
|
-
}), e.forEach((
|
4852
|
+
}), e.forEach((i) => t.use(i)), t.__installVxe = !0), Z(
|
4853
|
+
l,
|
4854
|
+
(i) => {
|
4855
|
+
Nt.setTheme(i ? "dark" : "light");
|
4856
|
+
},
|
4857
|
+
{ immediate: !0 }
|
4858
|
+
), {
|
4853
4859
|
VxeGrid: er,
|
4854
|
-
VXETable:
|
4860
|
+
VXETable: Nt
|
4855
4861
|
};
|
4856
4862
|
}
|
4857
4863
|
const v0 = "toolbar__buttons";
|
4858
4864
|
function we(o, e) {
|
4859
|
-
return o[Ir(e)] ?? o[
|
4865
|
+
return o[Ir(e)] ?? o[hi(e)] ?? void 0;
|
4860
4866
|
}
|
4861
4867
|
function y0(o, e) {
|
4862
4868
|
const { resizable: n } = o;
|
@@ -5027,12 +5033,12 @@ function T0(o, e, n) {
|
|
5027
5033
|
...e.rowSortable,
|
5028
5034
|
onUpdate: Ns(a, n)
|
5029
5035
|
};
|
5030
|
-
t.value =
|
5036
|
+
t.value = pa(l, i);
|
5031
5037
|
}
|
5032
5038
|
};
|
5033
5039
|
return Xe(r), it(() => {
|
5034
5040
|
t.value?.destroy();
|
5035
|
-
}),
|
5041
|
+
}), ja(() => {
|
5036
5042
|
t.value?.destroy(), r();
|
5037
5043
|
}), t;
|
5038
5044
|
}
|
@@ -5053,7 +5059,7 @@ function D0(o, e, n, t) {
|
|
5053
5059
|
onMove: Rs(s),
|
5054
5060
|
onUpdate: js(s, n, t)
|
5055
5061
|
};
|
5056
|
-
r.value = c.map((f) =>
|
5062
|
+
r.value = c.map((f) => pa(f, d));
|
5057
5063
|
}, l = () => {
|
5058
5064
|
r.value.forEach((s) => {
|
5059
5065
|
s.destroy();
|
@@ -5061,9 +5067,9 @@ function D0(o, e, n, t) {
|
|
5061
5067
|
}, i = async () => {
|
5062
5068
|
r.value.length > 0 && l(), e.columns && a();
|
5063
5069
|
};
|
5064
|
-
return
|
5070
|
+
return Z(() => e.columns, i), Xe(i), it(l), r;
|
5065
5071
|
}
|
5066
|
-
function
|
5072
|
+
function ga(o) {
|
5067
5073
|
const {
|
5068
5074
|
columns: e = [],
|
5069
5075
|
cellRenders: n = {},
|
@@ -5086,7 +5092,7 @@ function ma(o) {
|
|
5086
5092
|
i.filterRender = typeof d == "string" ? { name: d } : d, i.filters || (i.filters = [{ value: "" }]);
|
5087
5093
|
}
|
5088
5094
|
}
|
5089
|
-
c.length && (i.children =
|
5095
|
+
c.length && (i.children = ga({
|
5090
5096
|
columns: i.children,
|
5091
5097
|
cellRenders: n,
|
5092
5098
|
editRenders: r,
|
@@ -5136,10 +5142,10 @@ function z0(o, e) {
|
|
5136
5142
|
const h = s(p);
|
5137
5143
|
r = await l(h).catch(() => null) || { id: h }, r && (n.value = Hs(g, r).slice(0));
|
5138
5144
|
};
|
5139
|
-
return
|
5145
|
+
return Z(
|
5140
5146
|
() => [e.columns, e.editable],
|
5141
5147
|
() => {
|
5142
|
-
m(
|
5148
|
+
m(ga(e));
|
5143
5149
|
},
|
5144
5150
|
{ immediate: !0 }
|
5145
5151
|
), {
|
@@ -5219,7 +5225,7 @@ function P0(o) {
|
|
5219
5225
|
sorts: []
|
5220
5226
|
});
|
5221
5227
|
};
|
5222
|
-
return
|
5228
|
+
return Z(
|
5223
5229
|
[e, n],
|
5224
5230
|
([a, l]) => {
|
5225
5231
|
t.page = a, t.pageSize = l;
|
@@ -5250,12 +5256,12 @@ function $0(o, e, n) {
|
|
5250
5256
|
}, g = () => {
|
5251
5257
|
e.value?.recalculate(!0);
|
5252
5258
|
};
|
5253
|
-
return
|
5259
|
+
return Z(
|
5254
5260
|
() => o.pager,
|
5255
5261
|
() => {
|
5256
5262
|
De(g);
|
5257
5263
|
}
|
5258
|
-
),
|
5264
|
+
), Z(
|
5259
5265
|
() => o.loader,
|
5260
5266
|
() => {
|
5261
5267
|
l(), t && s();
|
@@ -5413,7 +5419,7 @@ const I0 = {
|
|
5413
5419
|
sumAllFields: {
|
5414
5420
|
type: Object
|
5415
5421
|
}
|
5416
|
-
},
|
5422
|
+
}, ha = Symbol("GridInstanceKey"), va = /* @__PURE__ */ N({
|
5417
5423
|
name: "XGrid",
|
5418
5424
|
inheritAttrs: !1,
|
5419
5425
|
__name: "Grid",
|
@@ -5429,7 +5435,7 @@ const I0 = {
|
|
5429
5435
|
search: S,
|
5430
5436
|
doLayout: k
|
5431
5437
|
} = $0(a, r, l), M = Ue();
|
5432
|
-
St(
|
5438
|
+
St(ha, M);
|
5433
5439
|
const E = async ($ = {}, F = -1) => {
|
5434
5440
|
a.editable || console.warn("XGrid在编辑模式需要开启editable");
|
5435
5441
|
const W = r.value;
|
@@ -5444,7 +5450,7 @@ const I0 = {
|
|
5444
5450
|
}, ae = () => {
|
5445
5451
|
const $ = r.value;
|
5446
5452
|
return $ ? $.getColumns() : [];
|
5447
|
-
},
|
5453
|
+
}, ee = async () => {
|
5448
5454
|
const $ = j();
|
5449
5455
|
return r.value?.validate($);
|
5450
5456
|
}, le = () => {
|
@@ -5452,7 +5458,7 @@ const I0 = {
|
|
5452
5458
|
if (!$) return null;
|
5453
5459
|
const F = $.getColumns();
|
5454
5460
|
return F.find((ie) => ie.type === "radio") ? $.getRadioRecord(!1) : F.find((ie) => ie.type === "checkbox") ? $.getCheckboxRecords(!1) : null;
|
5455
|
-
},
|
5461
|
+
}, te = () => {
|
5456
5462
|
const $ = j();
|
5457
5463
|
l("editChange", $);
|
5458
5464
|
};
|
@@ -5464,7 +5470,7 @@ const I0 = {
|
|
5464
5470
|
rowSortable: g,
|
5465
5471
|
columnSortable: p,
|
5466
5472
|
insertActived: E,
|
5467
|
-
validate:
|
5473
|
+
validate: ee,
|
5468
5474
|
getSelected: le,
|
5469
5475
|
remove: async ($) => {
|
5470
5476
|
const F = r.value;
|
@@ -5478,7 +5484,7 @@ const I0 = {
|
|
5478
5484
|
const W = await bt.confirm("确认删除数据?", "提示", {
|
5479
5485
|
type: "warning"
|
5480
5486
|
});
|
5481
|
-
return W && (await F.remove($),
|
5487
|
+
return W && (await F.remove($), te()), W;
|
5482
5488
|
},
|
5483
5489
|
getRows: j,
|
5484
5490
|
setActived: Y,
|
@@ -5515,7 +5521,7 @@ const I0 = {
|
|
5515
5521
|
onCustom: u(f),
|
5516
5522
|
loading: !1,
|
5517
5523
|
onResizableChange: u(d),
|
5518
|
-
onEditClosed:
|
5524
|
+
onEditClosed: te,
|
5519
5525
|
onFilterChange: u(_),
|
5520
5526
|
onSortChange: u(C)
|
5521
5527
|
}), Re({
|
@@ -5572,7 +5578,7 @@ const I0 = {
|
|
5572
5578
|
}
|
5573
5579
|
};
|
5574
5580
|
function V0(o, e) {
|
5575
|
-
const n = B(!!o.collapsible), t = Mt(), r = ft(
|
5581
|
+
const n = B(!!o.collapsible), t = Mt(), r = ft(ha, null), a = {
|
5576
5582
|
large: 45,
|
5577
5583
|
default: 37,
|
5578
5584
|
small: 29
|
@@ -5623,7 +5629,7 @@ const B0 = {
|
|
5623
5629
|
reset: p,
|
5624
5630
|
formRef: a,
|
5625
5631
|
$vtjDynamicSlots: () => (t.items || []).map((C) => h(C))
|
5626
|
-
}), (_, C) => (v(), x(u(
|
5632
|
+
}), (_, C) => (v(), x(u(Ca), {
|
5627
5633
|
ref_key: "formRef",
|
5628
5634
|
ref: a,
|
5629
5635
|
class: "x-query-form",
|
@@ -5639,14 +5645,14 @@ const B0 = {
|
|
5639
5645
|
u(d) ? (v(), I("div", B0, [
|
5640
5646
|
u(l) ? (v(), x(u(ye), {
|
5641
5647
|
key: 0,
|
5642
|
-
icon: u(
|
5648
|
+
icon: u(Ai),
|
5643
5649
|
label: "展开",
|
5644
5650
|
mode: "text",
|
5645
5651
|
type: "primary",
|
5646
5652
|
onClick: u(i)
|
5647
5653
|
}, null, 8, ["icon", "onClick"])) : (v(), x(u(ye), {
|
5648
5654
|
key: 1,
|
5649
|
-
icon: u(
|
5655
|
+
icon: u(Vi),
|
5650
5656
|
label: "收起",
|
5651
5657
|
mode: "text",
|
5652
5658
|
type: "primary",
|
@@ -5661,7 +5667,7 @@ const B0 = {
|
|
5661
5667
|
}, [
|
5662
5668
|
A(_.$slots, "default", {}, () => [
|
5663
5669
|
(v(!0), I(ce, null, he(t.items, (y) => (v(), I(ce, null, [
|
5664
|
-
h(y) ? A(_.$slots, y, { key: 0 }) : (v(), x(u(
|
5670
|
+
h(y) ? A(_.$slots, y, { key: 0 }) : (v(), x(u(ba), O({
|
5665
5671
|
key: 1,
|
5666
5672
|
disabled: _.disabled,
|
5667
5673
|
ref_for: !0
|
@@ -5730,13 +5736,13 @@ const B0 = {
|
|
5730
5736
|
title: "选择数据",
|
5731
5737
|
width: "70%",
|
5732
5738
|
height: "70%",
|
5733
|
-
icon: u(
|
5739
|
+
icon: u(Bi),
|
5734
5740
|
primary: "",
|
5735
5741
|
resizable: "",
|
5736
5742
|
maximizable: ""
|
5737
5743
|
}, {
|
5738
5744
|
default: b(() => [
|
5739
|
-
n.columns && n.columns.length ? (v(), x(u(
|
5745
|
+
n.columns && n.columns.length ? (v(), x(u(va), O({
|
5740
5746
|
key: 0,
|
5741
5747
|
ref_key: "gridRef",
|
5742
5748
|
ref: t,
|
@@ -5760,13 +5766,13 @@ const B0 = {
|
|
5760
5766
|
D(u(ye), {
|
5761
5767
|
label: "查询",
|
5762
5768
|
type: "primary",
|
5763
|
-
icon: u(
|
5769
|
+
icon: u(Fi),
|
5764
5770
|
onClick: r
|
5765
5771
|
}, null, 8, ["icon"]),
|
5766
5772
|
D(u(ye), {
|
5767
5773
|
label: "返回数据",
|
5768
5774
|
type: "primary",
|
5769
|
-
icon: u(
|
5775
|
+
icon: u(Oi),
|
5770
5776
|
onClick: a
|
5771
5777
|
}, null, 8, ["icon"])
|
5772
5778
|
]),
|
@@ -5941,7 +5947,7 @@ function R0(o, e) {
|
|
5941
5947
|
});
|
5942
5948
|
return Array.isArray(m) ? m.map((p) => g.find((h) => h[r] === p)).filter((p) => !!p) : g;
|
5943
5949
|
};
|
5944
|
-
return
|
5950
|
+
return Z(
|
5945
5951
|
() => o.modelValue,
|
5946
5952
|
(m) => {
|
5947
5953
|
const g = l ? l(m) : m;
|
@@ -5954,7 +5960,7 @@ function R0(o, e) {
|
|
5954
5960
|
{
|
5955
5961
|
immediate: !0
|
5956
5962
|
}
|
5957
|
-
),
|
5963
|
+
), Z(s, (m, g) => {
|
5958
5964
|
if (!$n(m, g)) {
|
5959
5965
|
const p = f(m), h = t ? p : m, w = i ? i(h) : h;
|
5960
5966
|
n && Array.isArray(h) && (c.value = c.value.filter((_) => h.includes(_.value))), e("update:modelValue", w), e("change", w, o.data);
|
@@ -5987,7 +5993,7 @@ function j0(o) {
|
|
5987
5993
|
}
|
5988
5994
|
function L0(o) {
|
5989
5995
|
const e = B({});
|
5990
|
-
return
|
5996
|
+
return Z(
|
5991
5997
|
() => o.model,
|
5992
5998
|
(n) => {
|
5993
5999
|
e.value = n || {};
|
@@ -5999,7 +6005,7 @@ function L0(o) {
|
|
5999
6005
|
formModel: e
|
6000
6006
|
};
|
6001
6007
|
}
|
6002
|
-
const
|
6008
|
+
const ya = /* @__PURE__ */ N({
|
6003
6009
|
name: "XPicker",
|
6004
6010
|
inheritAttrs: !1,
|
6005
6011
|
__name: "Picker",
|
@@ -6026,7 +6032,7 @@ const va = /* @__PURE__ */ N({
|
|
6026
6032
|
}, S = async (k) => {
|
6027
6033
|
d(k, t.multiple && t.append), l.value = !1, r("picked", k, t.data), await De(), w();
|
6028
6034
|
};
|
6029
|
-
return
|
6035
|
+
return Z(
|
6030
6036
|
() => t.queryKey,
|
6031
6037
|
(k, M) => {
|
6032
6038
|
if (k && M) {
|
@@ -6034,7 +6040,7 @@ const va = /* @__PURE__ */ N({
|
|
6034
6040
|
typeof E < "u" && (m.value[k] = E, delete m.value[M]);
|
6035
6041
|
}
|
6036
6042
|
}
|
6037
|
-
),
|
6043
|
+
), Z(l, (k) => {
|
6038
6044
|
k || (m.value = {});
|
6039
6045
|
}), Xe(() => {
|
6040
6046
|
i.value?.wrapperRef && i.value.wrapperRef.appendChild(i.value.prefixRef);
|
@@ -6064,7 +6070,7 @@ const va = /* @__PURE__ */ N({
|
|
6064
6070
|
"collapse-tags": "",
|
6065
6071
|
"collapse-tags-tooltip": "",
|
6066
6072
|
"reserve-keyword": !1,
|
6067
|
-
"suffix-icon": u(
|
6073
|
+
"suffix-icon": u(Ni),
|
6068
6074
|
onKeydownCapture: At(Ae(C, ["stop", "prevent"]), ["enter"]),
|
6069
6075
|
modelValue: u(f),
|
6070
6076
|
"onUpdate:modelValue": M[0] || (M[0] = (E) => Fe(f) ? f.value = E : null)
|
@@ -6148,7 +6154,7 @@ const va = /* @__PURE__ */ N({
|
|
6148
6154
|
props: {}
|
6149
6155
|
},
|
6150
6156
|
time: {
|
6151
|
-
component:
|
6157
|
+
component: ti,
|
6152
6158
|
props: {}
|
6153
6159
|
},
|
6154
6160
|
datetime: {
|
@@ -6162,23 +6168,23 @@ const va = /* @__PURE__ */ N({
|
|
6162
6168
|
props: {}
|
6163
6169
|
},
|
6164
6170
|
rate: {
|
6165
|
-
component:
|
6171
|
+
component: ni,
|
6166
6172
|
props: {}
|
6167
6173
|
},
|
6168
6174
|
slider: {
|
6169
|
-
component:
|
6175
|
+
component: oi,
|
6170
6176
|
props: {}
|
6171
6177
|
},
|
6172
6178
|
cascader: {
|
6173
|
-
component:
|
6179
|
+
component: ri,
|
6174
6180
|
props: {}
|
6175
6181
|
},
|
6176
6182
|
picker: {
|
6177
|
-
component:
|
6183
|
+
component: ya,
|
6178
6184
|
props: {}
|
6179
6185
|
},
|
6180
6186
|
grid: {
|
6181
|
-
component:
|
6187
|
+
component: ma,
|
6182
6188
|
props: {}
|
6183
6189
|
}
|
6184
6190
|
};
|
@@ -6318,7 +6324,7 @@ async function X0(o, e) {
|
|
6318
6324
|
}
|
6319
6325
|
function Y0(o, e, n, t, r) {
|
6320
6326
|
const a = B([]), l = T(() => !t || !r ? {} : zo(o.cascader).reduce((c, d) => (c[d] = mn(r, d), c), {}));
|
6321
|
-
return
|
6327
|
+
return Z(
|
6322
6328
|
l,
|
6323
6329
|
async (s) => {
|
6324
6330
|
if (n.value) {
|
@@ -6363,13 +6369,13 @@ const G0 = {
|
|
6363
6369
|
}, K0 = {
|
6364
6370
|
key: 0,
|
6365
6371
|
class: "x-field__tip"
|
6366
|
-
},
|
6372
|
+
}, ba = /* @__PURE__ */ N({
|
6367
6373
|
name: "XField",
|
6368
6374
|
__name: "Field",
|
6369
6375
|
props: U0,
|
6370
6376
|
emits: ["update:modelValue", "change", "focus", "blur"],
|
6371
6377
|
setup(o, { expose: e, emit: n }) {
|
6372
|
-
const t = o, r = n, a = ft(
|
6378
|
+
const t = o, r = n, a = ft(wa, null), l = ft(ai, null), i = ft(_a, null), s = T(() => !a?.proxy || !i ? t.visible : typeof t.visible == "function" ? t.visible(i) : Do(t.visible) ? Object.entries(t.visible).every(([Y, j]) => mn(i, Y) === j) : t.visible), c = () => a?.proxy && i && t.name ? mn(i, t.name) ?? t.modelValue ?? t.defaultValue : t.modelValue ?? t.defaultValue, d = B(c()), { editor: f } = Y0(
|
6373
6379
|
t,
|
6374
6380
|
r,
|
6375
6381
|
s,
|
@@ -6400,9 +6406,9 @@ const G0 = {
|
|
6400
6406
|
d.value = E;
|
6401
6407
|
}
|
6402
6408
|
}));
|
6403
|
-
return
|
6409
|
+
return Z(d, (E, Y) => {
|
6404
6410
|
s.value && !$n(E, Y) && (r("update:modelValue", E), a?.proxy && i && t.name && jn(i, t.name, E));
|
6405
|
-
}),
|
6411
|
+
}), Z(
|
6406
6412
|
() => !a?.proxy || !t.name || !i ? t.modelValue : mn(i, t.name) ?? t.modelValue,
|
6407
6413
|
(E) => {
|
6408
6414
|
s.value && (d.value = E);
|
@@ -6410,7 +6416,7 @@ const G0 = {
|
|
6410
6416
|
{
|
6411
6417
|
immediate: !0
|
6412
6418
|
}
|
6413
|
-
),
|
6419
|
+
), Z(
|
6414
6420
|
s,
|
6415
6421
|
(E) => {
|
6416
6422
|
a?.proxy && i && t.name ? E ? (d.value = c(), jn(i, t.name, d.value)) : (d.value = void 0, jn(i, t.name, void 0)) : d.value = t.modelValue ?? t.defaultValue;
|
@@ -6428,7 +6434,7 @@ const G0 = {
|
|
6428
6434
|
blur: () => {
|
6429
6435
|
g.value?.foucs && g.value.blur();
|
6430
6436
|
}
|
6431
|
-
}), (E, Y) => s.value ? Ce((v(), x(u(
|
6437
|
+
}), (E, Y) => s.value ? Ce((v(), x(u(ii), O({
|
6432
6438
|
key: 0,
|
6433
6439
|
class: ["x-field", _.value],
|
6434
6440
|
ref_key: "itemRef",
|
@@ -6451,7 +6457,7 @@ const G0 = {
|
|
6451
6457
|
default: b(() => [
|
6452
6458
|
D(u(je), {
|
6453
6459
|
class: "x-field__trigger",
|
6454
|
-
icon: u(
|
6460
|
+
icon: u(Ri),
|
6455
6461
|
size: p.value
|
6456
6462
|
}, null, 8, ["icon", "size"])
|
6457
6463
|
]),
|
@@ -6559,7 +6565,7 @@ const G0 = {
|
|
6559
6565
|
type: [Object, Boolean],
|
6560
6566
|
default: void 0
|
6561
6567
|
}
|
6562
|
-
},
|
6568
|
+
}, wa = Symbol("formInstanceKey"), _a = Symbol("formModelKey"), Ca = /* @__PURE__ */ N({
|
6563
6569
|
inheritAttrs: !1,
|
6564
6570
|
name: "XForm",
|
6565
6571
|
__name: "Form",
|
@@ -6567,13 +6573,13 @@ const G0 = {
|
|
6567
6573
|
emits: ["change", "submit", "reset"],
|
6568
6574
|
setup(o, { expose: e, emit: n }) {
|
6569
6575
|
const t = o, r = n, a = Ue(), l = B(), i = It(t.model || {}), s = B(!1);
|
6570
|
-
St(
|
6576
|
+
St(wa, a), St(_a, i), Z(
|
6571
6577
|
() => t.model,
|
6572
6578
|
(g) => {
|
6573
6579
|
Object.assign(i, g);
|
6574
6580
|
},
|
6575
6581
|
{ deep: !0 }
|
6576
|
-
),
|
6582
|
+
), Z(i, () => {
|
6577
6583
|
r("change", We(i));
|
6578
6584
|
});
|
6579
6585
|
const c = async () => await l.value.validate().catch(() => !1), d = () => {
|
@@ -6590,7 +6596,7 @@ const G0 = {
|
|
6590
6596
|
reset: m,
|
6591
6597
|
validate: c,
|
6592
6598
|
clearValidate: d
|
6593
|
-
}), (g, p) => (v(), x(u(
|
6599
|
+
}), (g, p) => (v(), x(u(li), O({
|
6594
6600
|
ref_key: "formRef",
|
6595
6601
|
ref: l,
|
6596
6602
|
class: "x-form",
|
@@ -6602,7 +6608,7 @@ const G0 = {
|
|
6602
6608
|
}, g.$attrs), {
|
6603
6609
|
default: b(() => [
|
6604
6610
|
A(g.$slots, "default"),
|
6605
|
-
t.footer ? (v(), x(u(
|
6611
|
+
t.footer ? (v(), x(u(ba), {
|
6606
6612
|
key: 0,
|
6607
6613
|
editor: "none",
|
6608
6614
|
class: "x-form__footer",
|
@@ -6712,7 +6718,7 @@ const G0 = {
|
|
6712
6718
|
maximizable: !1
|
6713
6719
|
}, g.$attrs), Re({
|
6714
6720
|
default: b(() => [
|
6715
|
-
D(u(
|
6721
|
+
D(u(Ca), O({
|
6716
6722
|
ref_key: "formRef",
|
6717
6723
|
ref: a,
|
6718
6724
|
class: "x-dialog-form__form",
|
@@ -6984,7 +6990,7 @@ const G0 = {
|
|
6984
6990
|
])) : z("", !0),
|
6985
6991
|
n.actions || n.actionBarProps || f.$slots.actions ? (v(), I("div", ru, [
|
6986
6992
|
A(f.$slots, "actions", {}, () => [
|
6987
|
-
D(u(
|
6993
|
+
D(u(qt), O(l.value, {
|
6988
6994
|
onClick: c,
|
6989
6995
|
onCommand: d
|
6990
6996
|
}), null, 16)
|
@@ -7498,7 +7504,7 @@ const G0 = {
|
|
7498
7504
|
const t = o, r = n, a = T(() => zo(t.units).map((h) => typeof h == "string" ? { label: h, value: h } : h)), l = T(() => {
|
7499
7505
|
const p = a.value.map((h) => h.value);
|
7500
7506
|
return t.unit && p.push(t.unit), Vr(p);
|
7501
|
-
}), i = B(), s = B(), c = (p) => t.format && p ?
|
7507
|
+
}), i = B(), s = B(), c = (p) => t.format && p ? vi(Number(p) || 0, t.format) : p, d = (p) => {
|
7502
7508
|
if (!t.withUnit || typeof p != "string")
|
7503
7509
|
return { value: c(p), unit: t.unit };
|
7504
7510
|
for (const h of l.value) {
|
@@ -7514,7 +7520,7 @@ const G0 = {
|
|
7514
7520
|
const p = c(s.value), h = i.value;
|
7515
7521
|
return t.withUnit && p && h ? `${p}${h}` : p;
|
7516
7522
|
};
|
7517
|
-
|
7523
|
+
Z(
|
7518
7524
|
() => t.modelValue,
|
7519
7525
|
(p) => {
|
7520
7526
|
const { value: h, unit: w } = d(p);
|
@@ -7523,7 +7529,7 @@ const G0 = {
|
|
7523
7529
|
{
|
7524
7530
|
immediate: !0
|
7525
7531
|
}
|
7526
|
-
),
|
7532
|
+
), Z(s, (p) => {
|
7527
7533
|
r("change", p);
|
7528
7534
|
});
|
7529
7535
|
const m = async () => {
|
@@ -7591,7 +7597,7 @@ const G0 = {
|
|
7591
7597
|
const e = o, n = Co(o, "modelValue"), t = B(""), r = B(), a = async () => {
|
7592
7598
|
t.value = e.src ? await e.src() : "", r.value = void 0;
|
7593
7599
|
};
|
7594
|
-
return
|
7600
|
+
return Z(() => e.src, a, { immediate: !0 }), Z(n, async (l = "") => {
|
7595
7601
|
l.length === e.maxlength ? e.validate && (r.value = await e.validate(l)) : r.value = void 0;
|
7596
7602
|
}), (l, i) => (v(), x(u(Ve), {
|
7597
7603
|
class: "x-captcha",
|
@@ -7611,22 +7617,22 @@ const G0 = {
|
|
7611
7617
|
r.value === !0 ? (v(), x(u(je), {
|
7612
7618
|
key: 0,
|
7613
7619
|
class: "x-captcha--success",
|
7614
|
-
icon: u(
|
7620
|
+
icon: u(ji),
|
7615
7621
|
color: "green"
|
7616
7622
|
}, null, 8, ["icon"])) : z("", !0),
|
7617
7623
|
r.value === !1 ? (v(), x(u(je), {
|
7618
7624
|
key: 1,
|
7619
7625
|
class: "x-captcha--error",
|
7620
|
-
icon: u(
|
7626
|
+
icon: u(Li)
|
7621
7627
|
}, null, 8, ["icon"])) : z("", !0)
|
7622
7628
|
]),
|
7623
7629
|
_: 1
|
7624
7630
|
}, 8, ["placeholder", "maxlength", "modelValue"]));
|
7625
7631
|
}
|
7626
7632
|
});
|
7627
|
-
var
|
7633
|
+
var nn = {}, xu = function() {
|
7628
7634
|
return typeof Promise == "function" && Promise.prototype && Promise.prototype.then;
|
7629
|
-
},
|
7635
|
+
}, Sa = {}, ze = {};
|
7630
7636
|
let jo;
|
7631
7637
|
const Eu = [
|
7632
7638
|
0,
|
@@ -7732,10 +7738,10 @@ var Bn = {};
|
|
7732
7738
|
}
|
7733
7739
|
};
|
7734
7740
|
})(Bn);
|
7735
|
-
function
|
7741
|
+
function xa() {
|
7736
7742
|
this.buffer = [], this.length = 0;
|
7737
7743
|
}
|
7738
|
-
|
7744
|
+
xa.prototype = {
|
7739
7745
|
get: function(o) {
|
7740
7746
|
const e = Math.floor(o / 8);
|
7741
7747
|
return (this.buffer[e] >>> 7 - o % 8 & 1) === 1;
|
@@ -7752,26 +7758,26 @@ Sa.prototype = {
|
|
7752
7758
|
this.buffer.length <= e && this.buffer.push(0), o && (this.buffer[e] |= 128 >>> this.length % 8), this.length++;
|
7753
7759
|
}
|
7754
7760
|
};
|
7755
|
-
var ku =
|
7756
|
-
function
|
7761
|
+
var ku = xa;
|
7762
|
+
function on(o) {
|
7757
7763
|
if (!o || o < 1)
|
7758
7764
|
throw new Error("BitMatrix size must be defined and greater than 0");
|
7759
7765
|
this.size = o, this.data = new Uint8Array(o * o), this.reservedBit = new Uint8Array(o * o);
|
7760
7766
|
}
|
7761
|
-
|
7767
|
+
on.prototype.set = function(o, e, n, t) {
|
7762
7768
|
const r = o * this.size + e;
|
7763
7769
|
this.data[r] = n, t && (this.reservedBit[r] = !0);
|
7764
7770
|
};
|
7765
|
-
|
7771
|
+
on.prototype.get = function(o, e) {
|
7766
7772
|
return this.data[o * this.size + e];
|
7767
7773
|
};
|
7768
|
-
|
7774
|
+
on.prototype.xor = function(o, e, n) {
|
7769
7775
|
this.data[o * this.size + e] ^= n;
|
7770
7776
|
};
|
7771
|
-
|
7777
|
+
on.prototype.isReserved = function(o, e) {
|
7772
7778
|
return this.reservedBit[o * this.size + e];
|
7773
7779
|
};
|
7774
|
-
var Tu =
|
7780
|
+
var Tu = on, Ea = {};
|
7775
7781
|
(function(o) {
|
7776
7782
|
const e = ze.getSymbolSize;
|
7777
7783
|
o.getRowColCoords = function(t) {
|
@@ -7789,10 +7795,10 @@ var Tu = nn, xa = {};
|
|
7789
7795
|
i === l - 1 && s === 0 || r.push([a[i], a[s]]);
|
7790
7796
|
return r;
|
7791
7797
|
};
|
7792
|
-
})(
|
7793
|
-
var
|
7798
|
+
})(Ea);
|
7799
|
+
var ka = {};
|
7794
7800
|
const Du = ze.getSymbolSize, wr = 7;
|
7795
|
-
|
7801
|
+
ka.getPositions = function(e) {
|
7796
7802
|
const n = Du(e);
|
7797
7803
|
return [
|
7798
7804
|
// top-left
|
@@ -7803,7 +7809,7 @@ Ea.getPositions = function(e) {
|
|
7803
7809
|
[0, n - wr]
|
7804
7810
|
];
|
7805
7811
|
};
|
7806
|
-
var
|
7812
|
+
var Ta = {};
|
7807
7813
|
(function(o) {
|
7808
7814
|
o.Patterns = {
|
7809
7815
|
PATTERN000: 0,
|
@@ -7898,7 +7904,7 @@ var ka = {};
|
|
7898
7904
|
}
|
7899
7905
|
return i;
|
7900
7906
|
};
|
7901
|
-
})(
|
7907
|
+
})(Ta);
|
7902
7908
|
var Fn = {};
|
7903
7909
|
const rt = Bn, fn = [
|
7904
7910
|
// L M Q H
|
@@ -8253,24 +8259,24 @@ Fn.getTotalCodewordsCount = function(e, n) {
|
|
8253
8259
|
return;
|
8254
8260
|
}
|
8255
8261
|
};
|
8256
|
-
var
|
8257
|
-
const
|
8262
|
+
var Da = {}, On = {};
|
8263
|
+
const Jt = new Uint8Array(512), Mn = new Uint8Array(256);
|
8258
8264
|
(function() {
|
8259
8265
|
let e = 1;
|
8260
8266
|
for (let n = 0; n < 255; n++)
|
8261
|
-
|
8267
|
+
Jt[n] = e, Mn[e] = n, e <<= 1, e & 256 && (e ^= 285);
|
8262
8268
|
for (let n = 255; n < 512; n++)
|
8263
|
-
|
8269
|
+
Jt[n] = Jt[n - 255];
|
8264
8270
|
})();
|
8265
8271
|
On.log = function(e) {
|
8266
8272
|
if (e < 1) throw new Error("log(" + e + ")");
|
8267
8273
|
return Mn[e];
|
8268
8274
|
};
|
8269
8275
|
On.exp = function(e) {
|
8270
|
-
return
|
8276
|
+
return Jt[e];
|
8271
8277
|
};
|
8272
8278
|
On.mul = function(e, n) {
|
8273
|
-
return e === 0 || n === 0 ? 0 :
|
8279
|
+
return e === 0 || n === 0 ? 0 : Jt[Mn[e] + Mn[n]];
|
8274
8280
|
};
|
8275
8281
|
(function(o) {
|
8276
8282
|
const e = On;
|
@@ -8297,42 +8303,42 @@ On.mul = function(e, n) {
|
|
8297
8303
|
r = o.mul(r, new Uint8Array([1, e.exp(a)]));
|
8298
8304
|
return r;
|
8299
8305
|
};
|
8300
|
-
})(
|
8301
|
-
const
|
8306
|
+
})(Da);
|
8307
|
+
const za = Da;
|
8302
8308
|
function Lo(o) {
|
8303
8309
|
this.genPoly = void 0, this.degree = o, this.degree && this.initialize(this.degree);
|
8304
8310
|
}
|
8305
8311
|
Lo.prototype.initialize = function(e) {
|
8306
|
-
this.degree = e, this.genPoly =
|
8312
|
+
this.degree = e, this.genPoly = za.generateECPolynomial(this.degree);
|
8307
8313
|
};
|
8308
8314
|
Lo.prototype.encode = function(e) {
|
8309
8315
|
if (!this.genPoly)
|
8310
8316
|
throw new Error("Encoder not initialized");
|
8311
8317
|
const n = new Uint8Array(e.length + this.degree);
|
8312
8318
|
n.set(e);
|
8313
|
-
const t =
|
8319
|
+
const t = za.mod(n, this.genPoly), r = this.degree - t.length;
|
8314
8320
|
if (r > 0) {
|
8315
8321
|
const a = new Uint8Array(this.degree);
|
8316
8322
|
return a.set(t, r), a;
|
8317
8323
|
}
|
8318
8324
|
return t;
|
8319
8325
|
};
|
8320
|
-
var zu = Lo,
|
8326
|
+
var zu = Lo, Ma = {}, lt = {}, Ho = {};
|
8321
8327
|
Ho.isValid = function(e) {
|
8322
8328
|
return !isNaN(e) && e >= 1 && e <= 40;
|
8323
8329
|
};
|
8324
8330
|
var Ge = {};
|
8325
|
-
const
|
8326
|
-
let
|
8327
|
-
|
8328
|
-
const Pu = "(?:(?![A-Z0-9 $%*+\\-./:]|" +
|
8331
|
+
const Pa = "[0-9]+", Mu = "[A-Z $%*+\\-./:]+";
|
8332
|
+
let Qt = "(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";
|
8333
|
+
Qt = Qt.replace(/u/g, "\\u");
|
8334
|
+
const Pu = "(?:(?![A-Z0-9 $%*+\\-./:]|" + Qt + `)(?:.|[\r
|
8329
8335
|
]))+`;
|
8330
|
-
Ge.KANJI = new RegExp(
|
8336
|
+
Ge.KANJI = new RegExp(Qt, "g");
|
8331
8337
|
Ge.BYTE_KANJI = new RegExp("[^A-Z0-9 $%*+\\-./:]+", "g");
|
8332
8338
|
Ge.BYTE = new RegExp(Pu, "g");
|
8333
|
-
Ge.NUMERIC = new RegExp(
|
8339
|
+
Ge.NUMERIC = new RegExp(Pa, "g");
|
8334
8340
|
Ge.ALPHANUMERIC = new RegExp(Mu, "g");
|
8335
|
-
const $u = new RegExp("^" +
|
8341
|
+
const $u = new RegExp("^" + Qt + "$"), Iu = new RegExp("^" + Pa + "$"), Au = new RegExp("^[A-Z0-9 $%*+\\-./:]+$");
|
8336
8342
|
Ge.testKanji = function(e) {
|
8337
8343
|
return $u.test(e);
|
8338
8344
|
};
|
@@ -8463,17 +8469,17 @@ Ge.testAlphanumeric = function(e) {
|
|
8463
8469
|
p ^= l << e.getBCHDigit(p) - i;
|
8464
8470
|
return g << 12 | p;
|
8465
8471
|
};
|
8466
|
-
})(
|
8467
|
-
var
|
8468
|
-
const ho = ze,
|
8469
|
-
|
8472
|
+
})(Ma);
|
8473
|
+
var $a = {};
|
8474
|
+
const ho = ze, Ia = 1335, Vu = 21522, _r = ho.getBCHDigit(Ia);
|
8475
|
+
$a.getEncodedBits = function(e, n) {
|
8470
8476
|
const t = e.bit << 3 | n;
|
8471
8477
|
let r = t << 10;
|
8472
8478
|
for (; ho.getBCHDigit(r) - _r >= 0; )
|
8473
|
-
r ^=
|
8479
|
+
r ^= Ia << ho.getBCHDigit(r) - _r;
|
8474
8480
|
return (t << 10 | r) ^ Vu;
|
8475
8481
|
};
|
8476
|
-
var
|
8482
|
+
var Aa = {};
|
8477
8483
|
const Bu = lt;
|
8478
8484
|
function kt(o) {
|
8479
8485
|
this.mode = Bu.NUMERIC, this.data = o.toString();
|
@@ -8610,7 +8616,7 @@ Make sure your charset is UTF-8`
|
|
8610
8616
|
n = (n >>> 8 & 255) * 192 + (n & 255), o.put(n, 13);
|
8611
8617
|
}
|
8612
8618
|
};
|
8613
|
-
var Uu = zt,
|
8619
|
+
var Uu = zt, Va = { exports: {} };
|
8614
8620
|
(function(o) {
|
8615
8621
|
var e = {
|
8616
8622
|
single_source_shortest_paths: function(n, t, r) {
|
@@ -8675,8 +8681,8 @@ var Uu = zt, Aa = { exports: {} };
|
|
8675
8681
|
}
|
8676
8682
|
};
|
8677
8683
|
o.exports = e;
|
8678
|
-
})(
|
8679
|
-
var Xu =
|
8684
|
+
})(Va);
|
8685
|
+
var Xu = Va.exports;
|
8680
8686
|
(function(o) {
|
8681
8687
|
const e = lt, n = Fu, t = Nu, r = ju, a = Uu, l = Ge, i = ze, s = Xu;
|
8682
8688
|
function c(_) {
|
@@ -8763,11 +8769,11 @@ var Xu = Aa.exports;
|
|
8763
8769
|
for (let M = 0; M < _.length; M++) {
|
8764
8770
|
const E = _[M], Y = [];
|
8765
8771
|
for (let j = 0; j < E.length; j++) {
|
8766
|
-
const ae = E[j],
|
8767
|
-
Y.push(
|
8772
|
+
const ae = E[j], ee = "" + M + j;
|
8773
|
+
Y.push(ee), y[ee] = { node: ae, lastCount: 0 }, S[ee] = {};
|
8768
8774
|
for (let le = 0; le < k.length; le++) {
|
8769
|
-
const
|
8770
|
-
y[
|
8775
|
+
const te = k[le];
|
8776
|
+
y[te] && y[te].node.mode === ae.mode ? (S[te][ee] = m(y[te].lastCount + ae.length, ae.mode) - m(y[te].lastCount, ae.mode), y[te].lastCount += ae.length) : (y[te] && (y[te].lastCount = ae.length), S[te][ee] = m(ae.length, ae.mode) + 4 + e.getCharCountIndicator(ae.mode, C));
|
8771
8777
|
}
|
8772
8778
|
}
|
8773
8779
|
k = Y;
|
@@ -8807,8 +8813,8 @@ var Xu = Aa.exports;
|
|
8807
8813
|
f(C, i.isKanjiModeEnabled())
|
8808
8814
|
);
|
8809
8815
|
};
|
8810
|
-
})(
|
8811
|
-
const Nn = ze, Zn = Bn, Yu = ku, Gu = Tu, Ku =
|
8816
|
+
})(Aa);
|
8817
|
+
const Nn = ze, Zn = Bn, Yu = ku, Gu = Tu, Ku = Ea, Wu = ka, vo = Ta, yo = Fn, Ju = zu, Pn = Ma, qu = $a, Qu = lt, eo = Aa;
|
8812
8818
|
function Zu(o, e) {
|
8813
8819
|
const n = o.size, t = Wu.getPositions(e);
|
8814
8820
|
for (let r = 0; r < t.length; r++) {
|
@@ -8934,13 +8940,13 @@ Minimum version required to store current data is: ` + a + `.
|
|
8934
8940
|
segments: r
|
8935
8941
|
};
|
8936
8942
|
}
|
8937
|
-
|
8943
|
+
Sa.create = function(e, n) {
|
8938
8944
|
if (typeof e > "u" || e === "")
|
8939
8945
|
throw new Error("No input text");
|
8940
8946
|
let t = Zn.M, r, a;
|
8941
8947
|
return typeof n < "u" && (t = Zn.from(n.errorCorrectionLevel, Zn.M), r = Pn.from(n.version), a = vo.from(n.maskPattern), n.toSJISFunc && Nn.setToSJISFunction(n.toSJISFunc)), i2(e, r, t, a);
|
8942
8948
|
};
|
8943
|
-
var
|
8949
|
+
var Ba = {}, Uo = {};
|
8944
8950
|
(function(o) {
|
8945
8951
|
function e(n) {
|
8946
8952
|
if (typeof n == "number" && (n = n.toString()), typeof n != "string")
|
@@ -9015,8 +9021,8 @@ var Va = {}, Uo = {};
|
|
9015
9021
|
const c = o.render(a, l, s), d = s.type || "image/png", f = s.rendererOpts || {};
|
9016
9022
|
return c.toDataURL(d, f.quality);
|
9017
9023
|
};
|
9018
|
-
})(
|
9019
|
-
var
|
9024
|
+
})(Ba);
|
9025
|
+
var Fa = {};
|
9020
9026
|
const l2 = Uo;
|
9021
9027
|
function Cr(o, e) {
|
9022
9028
|
const n = o.a / 255, t = e + '="' + o.hex + '"';
|
@@ -9034,12 +9040,12 @@ function s2(o, e, n) {
|
|
9034
9040
|
}
|
9035
9041
|
return t;
|
9036
9042
|
}
|
9037
|
-
|
9043
|
+
Fa.render = function(e, n, t) {
|
9038
9044
|
const r = l2.getOptions(n), a = e.modules.size, l = e.modules.data, i = a + r.margin * 2, s = r.color.light.a ? "<path " + Cr(r.color.light, "fill") + ' d="M0 0h' + i + "v" + i + 'H0z"/>' : "", c = "<path " + Cr(r.color.dark, "stroke") + ' d="' + s2(l, a, r.margin) + '"/>', d = 'viewBox="0 0 ' + i + " " + i + '"', m = '<svg xmlns="http://www.w3.org/2000/svg" ' + (r.width ? 'width="' + r.width + '" height="' + r.width + '" ' : "") + d + ' shape-rendering="crispEdges">' + s + c + `</svg>
|
9039
9045
|
`;
|
9040
9046
|
return typeof t == "function" && t(null, m), m;
|
9041
9047
|
};
|
9042
|
-
const u2 = xu, bo =
|
9048
|
+
const u2 = xu, bo = Sa, Oa = Ba, c2 = Fa;
|
9043
9049
|
function Xo(o, e, n, t, r) {
|
9044
9050
|
const a = [].slice.call(arguments, 1), l = a.length, i = typeof a[l - 1] == "function";
|
9045
9051
|
if (!i && !u2())
|
@@ -9067,10 +9073,10 @@ function Xo(o, e, n, t, r) {
|
|
9067
9073
|
r(s);
|
9068
9074
|
}
|
9069
9075
|
}
|
9070
|
-
|
9071
|
-
|
9072
|
-
|
9073
|
-
|
9076
|
+
nn.create = bo.create;
|
9077
|
+
nn.toCanvas = Xo.bind(null, Oa.render);
|
9078
|
+
nn.toDataURL = Xo.bind(null, Oa.renderToDataURL);
|
9079
|
+
nn.toString = Xo.bind(null, function(o, e, n) {
|
9074
9080
|
return c2.render(o, n);
|
9075
9081
|
});
|
9076
9082
|
const d2 = ["src"], f2 = {
|
@@ -9101,7 +9107,7 @@ const d2 = ["src"], f2 = {
|
|
9101
9107
|
console.warn("QrCode content is empty"), a.value = "";
|
9102
9108
|
return;
|
9103
9109
|
}
|
9104
|
-
|
9110
|
+
nn.toDataURL(
|
9105
9111
|
g,
|
9106
9112
|
{ margin: 0, scale: 10, ...t.options },
|
9107
9113
|
(p, h) => {
|
@@ -9119,7 +9125,7 @@ const d2 = ["src"], f2 = {
|
|
9119
9125
|
}, f = () => {
|
9120
9126
|
t.content && c(t.content);
|
9121
9127
|
};
|
9122
|
-
return
|
9128
|
+
return Z(() => t.content, c, { immediate: !0 }), it(() => {
|
9123
9129
|
i && clearTimeout(i);
|
9124
9130
|
}), e({
|
9125
9131
|
refresh: f
|
@@ -9345,7 +9351,7 @@ function Yo(o) {
|
|
9345
9351
|
function oo(o) {
|
9346
9352
|
return Yo(o) === "img";
|
9347
9353
|
}
|
9348
|
-
function
|
9354
|
+
function Rt(o) {
|
9349
9355
|
const { url: e, type: n } = o || {};
|
9350
9356
|
return {
|
9351
9357
|
url: e,
|
@@ -9398,7 +9404,7 @@ const v2 = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9398
9404
|
beforeUpload: r.beforeUpload,
|
9399
9405
|
autoUpload: r.autoUpload
|
9400
9406
|
}));
|
9401
|
-
|
9407
|
+
Z(
|
9402
9408
|
() => r.modelValue,
|
9403
9409
|
async (V) => {
|
9404
9410
|
const $ = uo(V || []);
|
@@ -9407,7 +9413,7 @@ const v2 = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9407
9413
|
{
|
9408
9414
|
immediate: !0
|
9409
9415
|
}
|
9410
|
-
),
|
9416
|
+
), Z(
|
9411
9417
|
() => r.selectValue,
|
9412
9418
|
(V) => {
|
9413
9419
|
f.value = [].concat(
|
@@ -9451,7 +9457,7 @@ const v2 = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9451
9457
|
}
|
9452
9458
|
}, E = (V) => {
|
9453
9459
|
const $ = f.value.findIndex((F) => F.url === V.url);
|
9454
|
-
$ > -1 ? r.multiple ? f.value.splice($, 1) : f.value = [] : r.multiple ? f.value.push(
|
9460
|
+
$ > -1 ? r.multiple ? f.value.splice($, 1) : f.value = [] : r.multiple ? f.value.push(Rt(V)) : f.value = [Rt(V)], a("select", f.value), a(
|
9455
9461
|
"update:selectValue",
|
9456
9462
|
r.multiple ? f.value : f.value[0]
|
9457
9463
|
);
|
@@ -9459,21 +9465,21 @@ const v2 = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9459
9465
|
const $ = f.value.findIndex((F) => F.url === V.url);
|
9460
9466
|
$ > -1 && f.value.splice($, 1);
|
9461
9467
|
}, j = (V) => !!f.value.find(($) => $.url === V.url), ae = (V) => {
|
9462
|
-
r.clickable && a("click",
|
9463
|
-
},
|
9468
|
+
r.clickable && a("click", Rt(V)), r.selectable && E(V);
|
9469
|
+
}, ee = async (V, $) => {
|
9464
9470
|
if ($.every((W) => W.status === "success") && $.length === g.value.length) {
|
9465
|
-
const W = g.value.map((fe) =>
|
9471
|
+
const W = g.value.map((fe) => Rt(fe));
|
9466
9472
|
a("change", W), a("update:modelValue", await y(W)), V?.response && (s.value = Symbol());
|
9467
9473
|
}
|
9468
9474
|
}, le = async (V) => {
|
9469
9475
|
if (!await bt.confirm("确定删除文件?", "提示", {
|
9470
9476
|
type: "warning"
|
9471
9477
|
}).catch(() => !1)) return;
|
9472
|
-
const F = g.value.filter((W) => W.uid !== V.uid || W.url !== V.url).map((W) =>
|
9478
|
+
const F = g.value.filter((W) => W.uid !== V.uid || W.url !== V.url).map((W) => Rt(W));
|
9473
9479
|
g.value = F, a("remove", V), a("change", F), a("update:modelValue", await y(F)), Y(V), V?.raw || (s.value = Symbol());
|
9474
|
-
},
|
9475
|
-
r.downloader ? r.downloader(V) :
|
9476
|
-
|
9480
|
+
}, te = (V) => {
|
9481
|
+
r.downloader ? r.downloader(V) : yi(V.url, V.name).catch(() => {
|
9482
|
+
bi(V.url, V.name);
|
9477
9483
|
}), a("download", V);
|
9478
9484
|
}, R = (V) => {
|
9479
9485
|
oo(V) ? (d.value = p.value.findIndex(
|
@@ -9485,7 +9491,7 @@ const v2 = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9485
9491
|
return e({
|
9486
9492
|
elUploadRef: i,
|
9487
9493
|
remove: le,
|
9488
|
-
download:
|
9494
|
+
download: te,
|
9489
9495
|
selections: f,
|
9490
9496
|
fileList: g,
|
9491
9497
|
upload: () => {
|
@@ -9500,7 +9506,7 @@ const v2 = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9500
9506
|
"file-list": g.value,
|
9501
9507
|
"onUpdate:fileList": $[0] || ($[0] = (F) => g.value = F),
|
9502
9508
|
"on-exceed": C,
|
9503
|
-
"on-change":
|
9509
|
+
"on-change": ee,
|
9504
9510
|
"http-request": M
|
9505
9511
|
}, _.value), {
|
9506
9512
|
file: b(({ file: F }) => [
|
@@ -9528,21 +9534,21 @@ const v2 = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9528
9534
|
onClick: Ae((W) => R(F), ["stop"]),
|
9529
9535
|
class: "el-upload-list__item-preview"
|
9530
9536
|
}, [
|
9531
|
-
D(u(
|
9537
|
+
D(u(jt), null, {
|
9532
9538
|
default: b(() => [
|
9533
|
-
D(u(
|
9539
|
+
D(u(Hi))
|
9534
9540
|
]),
|
9535
9541
|
_: 1
|
9536
9542
|
})
|
9537
9543
|
], 8, F2)) : z("", !0),
|
9538
9544
|
r.downloadable ? (v(), I("span", {
|
9539
9545
|
key: 1,
|
9540
|
-
onClick: Ae((W) =>
|
9546
|
+
onClick: Ae((W) => te(F), ["stop"]),
|
9541
9547
|
class: "el-upload-list__item-delete"
|
9542
9548
|
}, [
|
9543
|
-
D(u(
|
9549
|
+
D(u(jt), null, {
|
9544
9550
|
default: b(() => [
|
9545
|
-
D(u(
|
9551
|
+
D(u(Ui))
|
9546
9552
|
]),
|
9547
9553
|
_: 1
|
9548
9554
|
})
|
@@ -9552,16 +9558,16 @@ const v2 = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9552
9558
|
onClick: Ae((W) => le(F), ["stop"]),
|
9553
9559
|
class: "el-upload-list__item-delete"
|
9554
9560
|
}, [
|
9555
|
-
D(u(
|
9561
|
+
D(u(jt), null, {
|
9556
9562
|
default: b(() => [
|
9557
|
-
D(u(
|
9563
|
+
D(u(Xi))
|
9558
9564
|
]),
|
9559
9565
|
_: 1
|
9560
9566
|
})
|
9561
9567
|
], 8, N2)) : z("", !0)
|
9562
9568
|
])) : z("", !0)
|
9563
9569
|
], 10, M2)), [
|
9564
|
-
[u(
|
9570
|
+
[u(si), l[F.uid]]
|
9565
9571
|
])
|
9566
9572
|
]),
|
9567
9573
|
tip: b(() => [
|
@@ -9570,7 +9576,7 @@ const v2 = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9570
9576
|
default: b(() => [
|
9571
9577
|
K("div", z2, [
|
9572
9578
|
A(V.$slots, "upload", {}, () => [
|
9573
|
-
D(u(
|
9579
|
+
D(u(jt), null, {
|
9574
9580
|
default: b(() => [
|
9575
9581
|
D(u(jr))
|
9576
9582
|
]),
|
@@ -9581,7 +9587,7 @@ const v2 = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9581
9587
|
]),
|
9582
9588
|
_: 3
|
9583
9589
|
}, 16, ["file-list"]),
|
9584
|
-
r.previewable && c.value ? (v(), x(u(
|
9590
|
+
r.previewable && c.value ? (v(), x(u(ui), {
|
9585
9591
|
key: 0,
|
9586
9592
|
"hide-on-click-modal": "",
|
9587
9593
|
teleported: "",
|
@@ -9680,13 +9686,13 @@ export {
|
|
9680
9686
|
W2 as AdapterPlugin,
|
9681
9687
|
rr as Draggable,
|
9682
9688
|
nr as INSTALLED_KEY,
|
9683
|
-
|
9689
|
+
Jr as MASK_KEY,
|
9684
9690
|
ar as Resizable,
|
9685
|
-
|
9691
|
+
Wr as TAB_CREATORS_KEY,
|
9686
9692
|
Yl as TAB_ITEM_WIDTH,
|
9687
9693
|
K2 as VTJ_UI_VERSION,
|
9688
9694
|
ye as XAction,
|
9689
|
-
|
9695
|
+
qt as XActionBar,
|
9690
9696
|
cc as XAttachment,
|
9691
9697
|
lc as XCaptcha,
|
9692
9698
|
Q as XContainer,
|
@@ -9694,10 +9700,10 @@ export {
|
|
9694
9700
|
In as XDialog,
|
9695
9701
|
ec as XDialogForm,
|
9696
9702
|
c0 as XDialogGrid,
|
9697
|
-
|
9698
|
-
|
9699
|
-
|
9700
|
-
|
9703
|
+
ba as XField,
|
9704
|
+
Ca as XForm,
|
9705
|
+
va as XGrid,
|
9706
|
+
ma as XGridEditor,
|
9701
9707
|
Dl as XHeader,
|
9702
9708
|
je as XIcon,
|
9703
9709
|
dc as XImportButton,
|
@@ -9706,7 +9712,7 @@ export {
|
|
9706
9712
|
Q2 as XMask,
|
9707
9713
|
mt as XMenu,
|
9708
9714
|
gn as XPanel,
|
9709
|
-
|
9715
|
+
ya as XPicker,
|
9710
9716
|
sc as XQrCode,
|
9711
9717
|
F0 as XQueryForm,
|
9712
9718
|
rc as XStartup,
|
@@ -9714,7 +9720,7 @@ export {
|
|
9714
9720
|
ac as XTest,
|
9715
9721
|
uc as XVerify,
|
9716
9722
|
Sl as actionBarProps,
|
9717
|
-
|
9723
|
+
Gr as actionProps,
|
9718
9724
|
Ro as builtinFieldEditors,
|
9719
9725
|
xl as containerProps,
|
9720
9726
|
Ao as createDialog,
|
@@ -9723,8 +9729,8 @@ export {
|
|
9723
9729
|
J0 as dialogFormProps,
|
9724
9730
|
Pl as dialogProps,
|
9725
9731
|
U0 as fieldProps,
|
9726
|
-
|
9727
|
-
|
9732
|
+
wa as formInstanceKey,
|
9733
|
+
_a as formModelKey,
|
9728
9734
|
W0 as formProps,
|
9729
9735
|
Qe as getSizeValue,
|
9730
9736
|
El as headerProps,
|
@@ -9751,5 +9757,5 @@ export {
|
|
9751
9757
|
vl as useIconProps,
|
9752
9758
|
yl as useLoader,
|
9753
9759
|
Ml as vDraggable,
|
9754
|
-
|
9760
|
+
Kr as vResizable
|
9755
9761
|
};
|