@arbocollab/arbo-plugin-item-table 0.1.47 → 0.1.48
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/lib/es/index.es.js +134 -132
- package/lib/umd/index.umd.js +59 -59
- package/package.json +1 -1
package/lib/es/index.es.js
CHANGED
|
@@ -18,7 +18,7 @@ const Jt = U.env.NODE_ENV !== "production" ? Object.freeze({}) : {}, yc = U.env.
|
|
|
18
18
|
(e.charCodeAt(2) > 122 || e.charCodeAt(2) < 97), Sm = (e) => e.startsWith("onUpdate:"), Nn = Object.assign, mE = (e, t) => {
|
|
19
19
|
const n = e.indexOf(t);
|
|
20
20
|
n > -1 && e.splice(n, 1);
|
|
21
|
-
}, fH = Object.prototype.hasOwnProperty, an = (e, t) => fH.call(e, t),
|
|
21
|
+
}, fH = Object.prototype.hasOwnProperty, an = (e, t) => fH.call(e, t), Rt = Array.isArray, Ul = (e) => Bv(e) === "[object Map]", gP = (e) => Bv(e) === "[object Set]", Pt = (e) => typeof e == "function", Pn = (e) => typeof e == "string", ca = (e) => typeof e == "symbol", pn = (e) => e !== null && typeof e == "object", vE = (e) => (pn(e) || Pt(e)) && Pt(e.then) && Pt(e.catch), mP = Object.prototype.toString, Bv = (e) => mP.call(e), yE = (e) => Bv(e).slice(8, -1), vP = (e) => Bv(e) === "[object Object]", Hv = (e) => Pn(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, Sh = /* @__PURE__ */ ua(
|
|
22
22
|
// the leading comma is intentional so empty string "" is also included
|
|
23
23
|
",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"
|
|
24
24
|
), pH = /* @__PURE__ */ ua(
|
|
@@ -52,7 +52,7 @@ const Jt = U.env.NODE_ENV !== "production" ? Object.freeze({}) : {}, yc = U.env.
|
|
|
52
52
|
let SR;
|
|
53
53
|
const Gf = () => SR || (SR = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : {});
|
|
54
54
|
function hn(e) {
|
|
55
|
-
if (
|
|
55
|
+
if (Rt(e)) {
|
|
56
56
|
const t = {};
|
|
57
57
|
for (let n = 0; n < e.length; n++) {
|
|
58
58
|
const o = e[n], s = Pn(o) ? bH(o) : hn(o);
|
|
@@ -78,7 +78,7 @@ function Z(e) {
|
|
|
78
78
|
let t = "";
|
|
79
79
|
if (Pn(e))
|
|
80
80
|
t = e;
|
|
81
|
-
else if (
|
|
81
|
+
else if (Rt(e))
|
|
82
82
|
for (let n = 0; n < e.length; n++) {
|
|
83
83
|
const o = Z(e[n]);
|
|
84
84
|
o && (t += o + " ");
|
|
@@ -97,14 +97,14 @@ const SH = "html,body,base,head,link,meta,style,title,address,article,aside,foot
|
|
|
97
97
|
function wP(e) {
|
|
98
98
|
return !!e || e === "";
|
|
99
99
|
}
|
|
100
|
-
const CP = (e) => !!(e && e.__v_isRef === !0), bt = (e) => Pn(e) ? e : e == null ? "" :
|
|
100
|
+
const CP = (e) => !!(e && e.__v_isRef === !0), bt = (e) => Pn(e) ? e : e == null ? "" : Rt(e) || pn(e) && (e.toString === mP || !Pt(e.toString)) ? CP(e) ? bt(e.value) : JSON.stringify(e, bP, 2) : String(e), bP = (e, t) => CP(t) ? bP(e, t.value) : Ul(t) ? {
|
|
101
101
|
[`Map(${t.size})`]: [...t.entries()].reduce(
|
|
102
102
|
(n, [o, s], i) => (n[mw(o, i) + " =>"] = s, n),
|
|
103
103
|
{}
|
|
104
104
|
)
|
|
105
105
|
} : gP(t) ? {
|
|
106
106
|
[`Set(${t.size})`]: [...t.values()].map((n) => mw(n))
|
|
107
|
-
} : ca(t) ? mw(t) : pn(t) && !
|
|
107
|
+
} : ca(t) ? mw(t) : pn(t) && !Rt(t) && !vP(t) ? String(t) : t, mw = (e, t = "") => {
|
|
108
108
|
var n;
|
|
109
109
|
return (
|
|
110
110
|
// Symbol.description in es2019+ so we need to cast here to pass
|
|
@@ -477,7 +477,7 @@ function rr(e, t, n, o, s, i) {
|
|
|
477
477
|
if (bE(), t === "clear")
|
|
478
478
|
r.forEach(a);
|
|
479
479
|
else {
|
|
480
|
-
const l =
|
|
480
|
+
const l = Rt(e), u = l && Hv(n);
|
|
481
481
|
if (l && n === "length") {
|
|
482
482
|
const c = Number(o);
|
|
483
483
|
r.forEach((d, h) => {
|
|
@@ -519,7 +519,7 @@ const MH = {
|
|
|
519
519
|
},
|
|
520
520
|
concat(...e) {
|
|
521
521
|
return Vu(this).concat(
|
|
522
|
-
...e.map((t) =>
|
|
522
|
+
...e.map((t) => Rt(t) ? Vu(t) : t)
|
|
523
523
|
);
|
|
524
524
|
},
|
|
525
525
|
entries() {
|
|
@@ -690,7 +690,7 @@ class kP {
|
|
|
690
690
|
return o === (s ? i ? BP : VP : i ? LP : NP).get(t) || // receiver is not the reactive proxy, but has the same prototype
|
|
691
691
|
// this means the receiver is a user proxy of the reactive proxy
|
|
692
692
|
Object.getPrototypeOf(t) === Object.getPrototypeOf(o) ? t : void 0;
|
|
693
|
-
const r =
|
|
693
|
+
const r = Rt(t);
|
|
694
694
|
if (!s) {
|
|
695
695
|
let l;
|
|
696
696
|
if (r && (l = MH[n]))
|
|
@@ -721,7 +721,7 @@ class OP extends kP {
|
|
|
721
721
|
}
|
|
722
722
|
set(t, n, o, s) {
|
|
723
723
|
let i = t[n];
|
|
724
|
-
const r =
|
|
724
|
+
const r = Rt(t) && Hv(n);
|
|
725
725
|
if (!this._isShallow) {
|
|
726
726
|
const u = Fi(i);
|
|
727
727
|
if (!qo(o) && !Fi(o) && (i = Nt(i), o = Nt(o)), !r && gn(i) && !gn(o))
|
|
@@ -750,7 +750,7 @@ class OP extends kP {
|
|
|
750
750
|
return go(
|
|
751
751
|
t,
|
|
752
752
|
"iterate",
|
|
753
|
-
|
|
753
|
+
Rt(t) ? "length" : Wl
|
|
754
754
|
), Reflect.ownKeys(t);
|
|
755
755
|
}
|
|
756
756
|
}
|
|
@@ -1069,7 +1069,7 @@ function t$(e) {
|
|
|
1069
1069
|
}
|
|
1070
1070
|
function Dm(e) {
|
|
1071
1071
|
U.env.NODE_ENV !== "production" && !$c(e) && ks("toRefs() expects a reactive object but received a plain one.");
|
|
1072
|
-
const t =
|
|
1072
|
+
const t = Rt(e) ? new Array(e.length) : {};
|
|
1073
1073
|
for (const n in e)
|
|
1074
1074
|
t[n] = GP(e, n);
|
|
1075
1075
|
return t;
|
|
@@ -1078,7 +1078,7 @@ class n$ {
|
|
|
1078
1078
|
constructor(t, n, o) {
|
|
1079
1079
|
this._object = t, this._key = n, this._defaultValue = o, this.__v_isRef = !0, this._value = void 0, this._raw = Nt(t);
|
|
1080
1080
|
let s = !0, i = t;
|
|
1081
|
-
if (!
|
|
1081
|
+
if (!Rt(t) || !Hv(String(n)))
|
|
1082
1082
|
do
|
|
1083
1083
|
s = !$c(i) || qo(i);
|
|
1084
1084
|
while (s && (i = i.__v_raw));
|
|
@@ -1166,7 +1166,7 @@ function a$(e, t, n = Jt) {
|
|
|
1166
1166
|
);
|
|
1167
1167
|
}, c = (E) => s ? E : qo(E) || s === !1 || s === 0 ? jr(E, 1) : jr(E);
|
|
1168
1168
|
let d, h, f, p, g = !1, v = !1;
|
|
1169
|
-
if (gn(e) ? (h = () => e.value, g = qo(e)) : ei(e) ? (h = () => c(e), g = !0) :
|
|
1169
|
+
if (gn(e) ? (h = () => e.value, g = qo(e)) : ei(e) ? (h = () => c(e), g = !0) : Rt(e) ? (v = !0, g = e.some((E) => ei(E) || qo(E)), h = () => e.map((E) => {
|
|
1170
1170
|
if (gn(E))
|
|
1171
1171
|
return E.value;
|
|
1172
1172
|
if (ei(E))
|
|
@@ -1246,7 +1246,7 @@ function jr(e, t = 1 / 0, n) {
|
|
|
1246
1246
|
return e;
|
|
1247
1247
|
if (n.set(e, t), t--, gn(e))
|
|
1248
1248
|
jr(e.value, t, n);
|
|
1249
|
-
else if (
|
|
1249
|
+
else if (Rt(e))
|
|
1250
1250
|
for (let o = 0; o < e.length; o++)
|
|
1251
1251
|
jr(e[o], t, n);
|
|
1252
1252
|
else if (gP(e) || Ul(e))
|
|
@@ -1394,7 +1394,7 @@ function Ai(e, t, n, o) {
|
|
|
1394
1394
|
Uf(i, t, n);
|
|
1395
1395
|
}), s;
|
|
1396
1396
|
}
|
|
1397
|
-
if (
|
|
1397
|
+
if (Rt(e)) {
|
|
1398
1398
|
const s = [];
|
|
1399
1399
|
for (let i = 0; i < e.length; i++)
|
|
1400
1400
|
s.push(Ai(e[i], t, n, o));
|
|
@@ -1447,7 +1447,7 @@ let ka = null, ec = 0;
|
|
|
1447
1447
|
const WP = /* @__PURE__ */ Promise.resolve();
|
|
1448
1448
|
let xm = null;
|
|
1449
1449
|
const p$ = 100;
|
|
1450
|
-
function
|
|
1450
|
+
function Dt(e) {
|
|
1451
1451
|
const t = xm || WP;
|
|
1452
1452
|
return e ? t.then(this ? e.bind(this) : e) : t;
|
|
1453
1453
|
}
|
|
@@ -1470,7 +1470,7 @@ function zP() {
|
|
|
1470
1470
|
xm || (xm = WP.then(KP));
|
|
1471
1471
|
}
|
|
1472
1472
|
function DE(e) {
|
|
1473
|
-
|
|
1473
|
+
Rt(e) ? wc.push(...e) : ka && e.id === -1 ? ka.splice(ec + 1, 0, e) : e.flags & 1 || (wc.push(e), e.flags |= 1), zP();
|
|
1474
1474
|
}
|
|
1475
1475
|
function DR(e, t, n = Qi + 1) {
|
|
1476
1476
|
for (U.env.NODE_ENV !== "production" && (t = t || /* @__PURE__ */ new Map()); n < Qo.length; n++) {
|
|
@@ -1867,7 +1867,7 @@ function tf(e, t, n, o, s) {
|
|
|
1867
1867
|
);
|
|
1868
1868
|
}, D = (k, x) => {
|
|
1869
1869
|
const T = x[1];
|
|
1870
|
-
R(k, x),
|
|
1870
|
+
R(k, x), Rt(k) ? k.every((I) => I.length <= 1) && T() : k.length <= 1 && T();
|
|
1871
1871
|
}, F = {
|
|
1872
1872
|
mode: r,
|
|
1873
1873
|
persisted: a,
|
|
@@ -1989,11 +1989,11 @@ function P$(e) {
|
|
|
1989
1989
|
}
|
|
1990
1990
|
const Pm = /* @__PURE__ */ new WeakMap();
|
|
1991
1991
|
function Rh(e, t, n, o, s = !1) {
|
|
1992
|
-
if (
|
|
1992
|
+
if (Rt(e)) {
|
|
1993
1993
|
e.forEach(
|
|
1994
1994
|
(g, v) => Rh(
|
|
1995
1995
|
g,
|
|
1996
|
-
t && (
|
|
1996
|
+
t && (Rt(t) ? t[v] : t),
|
|
1997
1997
|
n,
|
|
1998
1998
|
o,
|
|
1999
1999
|
s
|
|
@@ -2033,8 +2033,8 @@ function Rh(e, t, n, o, s = !1) {
|
|
|
2033
2033
|
if (e.f) {
|
|
2034
2034
|
const b = g ? f(l) ? d[l] : c[l] : p(l) || !e.k ? l.value : c[e.k];
|
|
2035
2035
|
if (s)
|
|
2036
|
-
|
|
2037
|
-
else if (
|
|
2036
|
+
Rt(b) && mE(b, i);
|
|
2037
|
+
else if (Rt(b))
|
|
2038
2038
|
b.includes(i) || b.push(i);
|
|
2039
2039
|
else if (g)
|
|
2040
2040
|
c[l] = [i], f(l) && (d[l] = c[l]);
|
|
@@ -2168,7 +2168,7 @@ function FR(e, t) {
|
|
|
2168
2168
|
}
|
|
2169
2169
|
function Bn(e, t, n, o) {
|
|
2170
2170
|
let s;
|
|
2171
|
-
const i = n, r =
|
|
2171
|
+
const i = n, r = Rt(e);
|
|
2172
2172
|
if (r || Pn(e)) {
|
|
2173
2173
|
const a = r && ei(e);
|
|
2174
2174
|
let l = !1, u = !1;
|
|
@@ -2205,7 +2205,7 @@ function Bn(e, t, n, o) {
|
|
|
2205
2205
|
function Kf(e, t) {
|
|
2206
2206
|
for (let n = 0; n < t.length; n++) {
|
|
2207
2207
|
const o = t[n];
|
|
2208
|
-
if (
|
|
2208
|
+
if (Rt(o))
|
|
2209
2209
|
for (let s = 0; s < o.length; s++)
|
|
2210
2210
|
e[o[s].name] = o[s].fn;
|
|
2211
2211
|
else o && (e[o.name] = o.key ? (...s) => {
|
|
@@ -2264,7 +2264,7 @@ const hb = (e) => e ? kA(e) ? Zv(e) : hb(e.parent) : null, jl = (
|
|
|
2264
2264
|
$forceUpdate: (e) => e.f || (e.f = () => {
|
|
2265
2265
|
jv(e.update);
|
|
2266
2266
|
}),
|
|
2267
|
-
$nextTick: (e) => e.n || (e.n =
|
|
2267
|
+
$nextTick: (e) => e.n || (e.n = Dt.bind(e.proxy)),
|
|
2268
2268
|
$watch: (e) => nG.bind(e)
|
|
2269
2269
|
})
|
|
2270
2270
|
), AE = (e) => e === "_" || e === "$", Ew = (e, t) => e !== Jt && !e.__isScriptSetup && an(e, t), dA = {
|
|
@@ -2408,13 +2408,13 @@ function W$(e) {
|
|
|
2408
2408
|
return U.env.NODE_ENV !== "production" && !t && et(`${e}() called without active instance.`), t.setupContext || (t.setupContext = MA(t));
|
|
2409
2409
|
}
|
|
2410
2410
|
function km(e) {
|
|
2411
|
-
return
|
|
2411
|
+
return Rt(e) ? e.reduce(
|
|
2412
2412
|
(t, n) => (t[n] = null, t),
|
|
2413
2413
|
{}
|
|
2414
2414
|
) : e;
|
|
2415
2415
|
}
|
|
2416
2416
|
function PR(e, t) {
|
|
2417
|
-
return !e || !t ? e || t :
|
|
2417
|
+
return !e || !t ? e || t : Rt(e) && Rt(t) ? e.concat(t) : Nn({}, km(e), km(t));
|
|
2418
2418
|
}
|
|
2419
2419
|
function z$() {
|
|
2420
2420
|
const e = /* @__PURE__ */ Object.create(null);
|
|
@@ -2525,9 +2525,9 @@ function j$(e) {
|
|
|
2525
2525
|
}
|
|
2526
2526
|
c && AR(c, e, "c");
|
|
2527
2527
|
function Y(ie, ne) {
|
|
2528
|
-
|
|
2528
|
+
Rt(ne) ? ne.forEach((oe) => ie(oe.bind(n))) : ne && ie(ne.bind(n));
|
|
2529
2529
|
}
|
|
2530
|
-
if (Y(qv, d), Y(nn, h), Y(aA, f), Y(jf, p), Y(A$, g), Y(k$, v), Y(V$, F), Y(L$, R), Y(N$, D), Y(ho, b), Y(fd, C), Y(M$, k),
|
|
2530
|
+
if (Y(qv, d), Y(nn, h), Y(aA, f), Y(jf, p), Y(A$, g), Y(k$, v), Y(V$, F), Y(L$, R), Y(N$, D), Y(ho, b), Y(fd, C), Y(M$, k), Rt(x))
|
|
2531
2531
|
if (x.length) {
|
|
2532
2532
|
const ie = e.exposed || (e.exposed = {});
|
|
2533
2533
|
x.forEach((ne) => {
|
|
@@ -2541,7 +2541,7 @@ function j$(e) {
|
|
|
2541
2541
|
E && e.render === lo && (e.render = E), T != null && (e.inheritAttrs = T), I && (e.components = I), A && (e.directives = A), k && iA(e);
|
|
2542
2542
|
}
|
|
2543
2543
|
function K$(e, t, n = lo) {
|
|
2544
|
-
|
|
2544
|
+
Rt(e) && (e = pb(e));
|
|
2545
2545
|
for (const o in e) {
|
|
2546
2546
|
const s = e[o];
|
|
2547
2547
|
let i;
|
|
@@ -2559,7 +2559,7 @@ function K$(e, t, n = lo) {
|
|
|
2559
2559
|
}
|
|
2560
2560
|
function AR(e, t, n) {
|
|
2561
2561
|
Ai(
|
|
2562
|
-
|
|
2562
|
+
Rt(e) ? e.map((o) => o.bind(t.proxy)) : e.bind(t.proxy),
|
|
2563
2563
|
t,
|
|
2564
2564
|
n
|
|
2565
2565
|
);
|
|
@@ -2572,7 +2572,7 @@ function hA(e, t, n, o) {
|
|
|
2572
2572
|
} else if (Pt(e))
|
|
2573
2573
|
tt(s, e.bind(n));
|
|
2574
2574
|
else if (pn(e))
|
|
2575
|
-
if (
|
|
2575
|
+
if (Rt(e))
|
|
2576
2576
|
e.forEach((i) => hA(i, t, n, o));
|
|
2577
2577
|
else {
|
|
2578
2578
|
const i = Pt(e.handler) ? e.handler.bind(n) : t[e.handler];
|
|
@@ -2650,7 +2650,7 @@ function Y$(e, t) {
|
|
|
2650
2650
|
return lh(pb(e), pb(t));
|
|
2651
2651
|
}
|
|
2652
2652
|
function pb(e) {
|
|
2653
|
-
if (
|
|
2653
|
+
if (Rt(e)) {
|
|
2654
2654
|
const t = {};
|
|
2655
2655
|
for (let n = 0; n < e.length; n++)
|
|
2656
2656
|
t[e[n]] = e[n];
|
|
@@ -2665,7 +2665,7 @@ function lh(e, t) {
|
|
|
2665
2665
|
return e ? Nn(/* @__PURE__ */ Object.create(null), e, t) : t;
|
|
2666
2666
|
}
|
|
2667
2667
|
function OR(e, t) {
|
|
2668
|
-
return e ?
|
|
2668
|
+
return e ? Rt(e) && Rt(t) ? [.../* @__PURE__ */ new Set([...e, ...t])] : Nn(
|
|
2669
2669
|
/* @__PURE__ */ Object.create(null),
|
|
2670
2670
|
km(e),
|
|
2671
2671
|
km(t ?? {})
|
|
@@ -2985,7 +2985,7 @@ function vA(e, t, n = !1) {
|
|
|
2985
2985
|
};
|
|
2986
2986
|
!n && t.mixins.length && t.mixins.forEach(l), e.extends && l(e.extends), e.mixins && e.mixins.forEach(l);
|
|
2987
2987
|
}
|
|
2988
|
-
return !i && !a ? (pn(e) && o.set(e, null), null) : (
|
|
2988
|
+
return !i && !a ? (pn(e) && o.set(e, null), null) : (Rt(i) ? i.forEach((l) => r[l] = null) : Nn(r, i), pn(e) && o.set(e, r), r);
|
|
2989
2989
|
}
|
|
2990
2990
|
function Yv(e, t) {
|
|
2991
2991
|
return !e || !$f(t) ? !1 : (t = t.slice(2).replace(/Once$/, ""), an(e, t[0].toLowerCase() + t.slice(1)) || an(e, Cr(t)) || an(e, t));
|
|
@@ -3315,7 +3315,7 @@ function EA(e, t, n = !1) {
|
|
|
3315
3315
|
}
|
|
3316
3316
|
if (!i && !l)
|
|
3317
3317
|
return pn(e) && o.set(e, yc), yc;
|
|
3318
|
-
if (
|
|
3318
|
+
if (Rt(i))
|
|
3319
3319
|
for (let c = 0; c < i.length; c++) {
|
|
3320
3320
|
U.env.NODE_ENV !== "production" && !Pn(i[c]) && et("props must be strings when using array syntax.", i[c]);
|
|
3321
3321
|
const d = Ko(i[c]);
|
|
@@ -3326,9 +3326,9 @@ function EA(e, t, n = !1) {
|
|
|
3326
3326
|
for (const c in i) {
|
|
3327
3327
|
const d = Ko(c);
|
|
3328
3328
|
if (VR(d)) {
|
|
3329
|
-
const h = i[c], f = r[d] =
|
|
3329
|
+
const h = i[c], f = r[d] = Rt(h) || Pt(h) ? { type: h } : Nn({}, h), p = f.type;
|
|
3330
3330
|
let g = !1, v = !0;
|
|
3331
|
-
if (
|
|
3331
|
+
if (Rt(p))
|
|
3332
3332
|
for (let w = 0; w < p.length; ++w) {
|
|
3333
3333
|
const b = p[w], S = Pt(b) && b.name;
|
|
3334
3334
|
if (S === "Boolean") {
|
|
@@ -3379,7 +3379,7 @@ function gG(e, t, n, o, s) {
|
|
|
3379
3379
|
if (!(t == null && !r)) {
|
|
3380
3380
|
if (i != null && i !== !0 && !l) {
|
|
3381
3381
|
let u = !1;
|
|
3382
|
-
const c =
|
|
3382
|
+
const c = Rt(i) ? i : [i], d = [];
|
|
3383
3383
|
for (let h = 0; h < c.length && !u; h++) {
|
|
3384
3384
|
const { valid: f, expectedType: p } = vG(t, c[h]);
|
|
3385
3385
|
d.push(p || ""), u = f;
|
|
@@ -3403,7 +3403,7 @@ function vG(e, t) {
|
|
|
3403
3403
|
else if (mG(o)) {
|
|
3404
3404
|
const s = typeof e;
|
|
3405
3405
|
n = s === o.toLowerCase(), !n && s === "object" && (n = e instanceof t);
|
|
3406
|
-
} else o === "Object" ? n = pn(e) : o === "Array" ? n =
|
|
3406
|
+
} else o === "Object" ? n = pn(e) : o === "Array" ? n = Rt(e) : n = e instanceof t;
|
|
3407
3407
|
return {
|
|
3408
3408
|
valid: n,
|
|
3409
3409
|
expectedType: o
|
|
@@ -3425,7 +3425,7 @@ function HR(e) {
|
|
|
3425
3425
|
function wG(...e) {
|
|
3426
3426
|
return e.some((t) => t.toLowerCase() === "boolean");
|
|
3427
3427
|
}
|
|
3428
|
-
const NE = (e) => e === "_" || e === "_ctx" || e === "$stable", LE = (e) =>
|
|
3428
|
+
const NE = (e) => e === "_" || e === "_ctx" || e === "$stable", LE = (e) => Rt(e) ? e.map(Ci) : [Ci(e)], CG = (e, t, n) => {
|
|
3429
3429
|
if (t._n)
|
|
3430
3430
|
return t;
|
|
3431
3431
|
const o = ve((...s) => (U.env.NODE_ENV !== "production" && ao && !(n === null && co) && !(n && n.root !== ao.root) && et(
|
|
@@ -4349,7 +4349,7 @@ function DG(e, t) {
|
|
|
4349
4349
|
}
|
|
4350
4350
|
function Og(e, t, n = !1) {
|
|
4351
4351
|
const o = e.children, s = t.children;
|
|
4352
|
-
if (
|
|
4352
|
+
if (Rt(o) && Rt(s))
|
|
4353
4353
|
for (let i = 0; i < o.length; i++) {
|
|
4354
4354
|
const r = o[i];
|
|
4355
4355
|
let a = s[i];
|
|
@@ -4389,7 +4389,7 @@ function $R(e) {
|
|
|
4389
4389
|
}
|
|
4390
4390
|
const xA = (e) => e.__isSuspense;
|
|
4391
4391
|
function xG(e, t) {
|
|
4392
|
-
t && t.pendingBranch ?
|
|
4392
|
+
t && t.pendingBranch ? Rt(e) ? t.effects.push(...e) : t.effects.push(e) : DE(e);
|
|
4393
4393
|
}
|
|
4394
4394
|
const xt = Symbol.for("v-fgt"), Cu = Symbol.for("v-txt"), Qn = Symbol.for("v-cmt"), Dh = Symbol.for("v-stc"), Th = [];
|
|
4395
4395
|
let Ts = null;
|
|
@@ -4503,7 +4503,7 @@ function PA(e, t = null, n = null, o = 0, s = null, i = !1) {
|
|
|
4503
4503
|
if (NA(e) && (e = e.__vccOpts), t) {
|
|
4504
4504
|
t = VE(t);
|
|
4505
4505
|
let { class: a, style: l } = t;
|
|
4506
|
-
a && !Pn(a) && (t.class = Z(a)), pn(l) && ($c(l) && !
|
|
4506
|
+
a && !Pn(a) && (t.class = Z(a)), pn(l) && ($c(l) && !Rt(l) && (l = Nn({}, l)), t.style = hn(l));
|
|
4507
4507
|
}
|
|
4508
4508
|
const r = Pn(e) ? 1 : xA(e) ? 128 : QP(e) ? 64 : pn(e) ? 4 : Pt(e) ? 2 : 0;
|
|
4509
4509
|
return U.env.NODE_ENV !== "production" && r & 4 && $c(e) && (e = Nt(e), et(
|
|
@@ -4536,11 +4536,11 @@ function Sr(e, t, n = !1, o = !1) {
|
|
|
4536
4536
|
// #2078 in the case of <component :is="vnode" ref="extra"/>
|
|
4537
4537
|
// if the vnode itself already has a ref, cloneVNode will need to merge
|
|
4538
4538
|
// the refs so the single vnode can be set on multiple refs
|
|
4539
|
-
n && i ?
|
|
4539
|
+
n && i ? Rt(i) ? i.concat(Mg(t)) : [i, Mg(t)] : Mg(t)
|
|
4540
4540
|
) : i,
|
|
4541
4541
|
scopeId: e.scopeId,
|
|
4542
4542
|
slotScopeIds: e.slotScopeIds,
|
|
4543
|
-
children: U.env.NODE_ENV !== "production" && r === -1 &&
|
|
4543
|
+
children: U.env.NODE_ENV !== "production" && r === -1 && Rt(a) ? a.map(AA) : a,
|
|
4544
4544
|
target: e.target,
|
|
4545
4545
|
targetStart: e.targetStart,
|
|
4546
4546
|
targetAnchor: e.targetAnchor,
|
|
@@ -4577,7 +4577,7 @@ function Sr(e, t, n = !1, o = !1) {
|
|
|
4577
4577
|
}
|
|
4578
4578
|
function AA(e) {
|
|
4579
4579
|
const t = Sr(e);
|
|
4580
|
-
return
|
|
4580
|
+
return Rt(e.children) && (t.children = e.children.map(AA)), t;
|
|
4581
4581
|
}
|
|
4582
4582
|
function st(e = " ", t = 0) {
|
|
4583
4583
|
return de(Cu, null, e, t);
|
|
@@ -4586,7 +4586,7 @@ function Xe(e = "", t = !1) {
|
|
|
4586
4586
|
return t ? (z(), je(Qn, null, e)) : de(Qn, null, e);
|
|
4587
4587
|
}
|
|
4588
4588
|
function Ci(e) {
|
|
4589
|
-
return e == null || typeof e == "boolean" ? de(Qn) :
|
|
4589
|
+
return e == null || typeof e == "boolean" ? de(Qn) : Rt(e) ? de(
|
|
4590
4590
|
xt,
|
|
4591
4591
|
null,
|
|
4592
4592
|
// #3666, avoid reference pollution when reusing vnode
|
|
@@ -4601,7 +4601,7 @@ function BE(e, t) {
|
|
|
4601
4601
|
const { shapeFlag: o } = e;
|
|
4602
4602
|
if (t == null)
|
|
4603
4603
|
t = null;
|
|
4604
|
-
else if (
|
|
4604
|
+
else if (Rt(t))
|
|
4605
4605
|
n = 16;
|
|
4606
4606
|
else if (typeof t == "object")
|
|
4607
4607
|
if (o & 65) {
|
|
@@ -4627,7 +4627,7 @@ function Kt(...e) {
|
|
|
4627
4627
|
t.style = hn([t.style, o.style]);
|
|
4628
4628
|
else if ($f(s)) {
|
|
4629
4629
|
const i = t[s], r = o[s];
|
|
4630
|
-
r && i !== r && !(
|
|
4630
|
+
r && i !== r && !(Rt(i) && i.includes(r)) && (t[s] = i ? [].concat(i, r) : r);
|
|
4631
4631
|
} else s !== "" && (t[s] = o[s]);
|
|
4632
4632
|
}
|
|
4633
4633
|
return t;
|
|
@@ -4859,7 +4859,7 @@ function MA(e) {
|
|
|
4859
4859
|
const t = (n) => {
|
|
4860
4860
|
if (U.env.NODE_ENV !== "production" && (e.exposed && et("expose() should be called only once per setup()."), n != null)) {
|
|
4861
4861
|
let o = typeof n;
|
|
4862
|
-
o === "object" && (
|
|
4862
|
+
o === "object" && (Rt(n) ? o = "array" : gn(n) && (o = "ref")), o !== "object" && et(
|
|
4863
4863
|
`expose() should be passed a plain object, received ${o}.`
|
|
4864
4864
|
);
|
|
4865
4865
|
}
|
|
@@ -4937,7 +4937,7 @@ function bc(e, t, n) {
|
|
|
4937
4937
|
try {
|
|
4938
4938
|
Lm(-1);
|
|
4939
4939
|
const o = arguments.length;
|
|
4940
|
-
return o === 2 ? pn(t) && !
|
|
4940
|
+
return o === 2 ? pn(t) && !Rt(t) ? ru(t) ? de(e, null, [t]) : de(e, t) : de(e, null, t) : (o > 3 ? n = Array.prototype.slice.call(arguments, 2) : o === 3 && ru(n) && (n = [n]), de(e, t, n));
|
|
4941
4941
|
} finally {
|
|
4942
4942
|
Lm(1);
|
|
4943
4943
|
}
|
|
@@ -5055,7 +5055,7 @@ function $G() {
|
|
|
5055
5055
|
}
|
|
5056
5056
|
function u(d, h, f) {
|
|
5057
5057
|
const p = d[f];
|
|
5058
|
-
if (
|
|
5058
|
+
if (Rt(p) && p.includes(h) || pn(p) && h in p || d.extends && u(d.extends, h, f) || d.mixins && d.mixins.some((g) => u(g, h, f)))
|
|
5059
5059
|
return !0;
|
|
5060
5060
|
}
|
|
5061
5061
|
function c(d) {
|
|
@@ -5160,8 +5160,8 @@ const LA = bb ? (e) => bb.createHTML(e) : (e) => e, GG = "http://www.w3.org/2000
|
|
|
5160
5160
|
), zG = (e) => (e.displayName = "Transition", e.props = BA, e), jG = /* @__PURE__ */ zG(
|
|
5161
5161
|
(e, { slots: t }) => bc(F$, HA(e), t)
|
|
5162
5162
|
), wl = (e, t = []) => {
|
|
5163
|
-
|
|
5164
|
-
}, qR = (e) => e ?
|
|
5163
|
+
Rt(e) ? e.forEach((n) => n(...t)) : e && e(...t);
|
|
5164
|
+
}, qR = (e) => e ? Rt(e) ? e.some((t) => t.length > 1) : e.length > 1 : !1;
|
|
5165
5165
|
function HA(e) {
|
|
5166
5166
|
const t = {};
|
|
5167
5167
|
for (const I in e)
|
|
@@ -5406,7 +5406,7 @@ function JG(e, t, n) {
|
|
|
5406
5406
|
}
|
|
5407
5407
|
const QG = /[^\\];\s*$/, QR = /\s*!important$/;
|
|
5408
5408
|
function Ng(e, t, n) {
|
|
5409
|
-
if (
|
|
5409
|
+
if (Rt(n))
|
|
5410
5410
|
n.forEach((o) => Ng(e, t, o));
|
|
5411
5411
|
else if (n == null && (n = ""), U.env.NODE_ENV !== "production" && QG.test(n) && ls(
|
|
5412
5412
|
`Unexpected semicolon at the end of '${t}' style value: '${n}'`
|
|
@@ -5526,13 +5526,13 @@ function rU(e, t) {
|
|
|
5526
5526
|
return n.value = e, n.attached = iU(), n;
|
|
5527
5527
|
}
|
|
5528
5528
|
function rD(e, t) {
|
|
5529
|
-
return Pt(e) ||
|
|
5529
|
+
return Pt(e) || Rt(e) ? e : (ls(
|
|
5530
5530
|
`Wrong type passed as event handler to ${t} - did you forget @ or : in front of your prop?
|
|
5531
5531
|
Expected function or array of functions, received type ${typeof e}.`
|
|
5532
5532
|
), lo);
|
|
5533
5533
|
}
|
|
5534
5534
|
function aU(e, t) {
|
|
5535
|
-
if (
|
|
5535
|
+
if (Rt(t)) {
|
|
5536
5536
|
const n = e.stopImmediatePropagation;
|
|
5537
5537
|
return e.stopImmediatePropagation = () => {
|
|
5538
5538
|
n.call(e), e._stopped = !0;
|
|
@@ -5662,7 +5662,7 @@ function mU(e, t, n) {
|
|
|
5662
5662
|
}
|
|
5663
5663
|
const uD = (e) => {
|
|
5664
5664
|
const t = e.props["onUpdate:modelValue"] || !1;
|
|
5665
|
-
return
|
|
5665
|
+
return Rt(t) ? (n) => Qu(t, n) : t;
|
|
5666
5666
|
};
|
|
5667
5667
|
function vU(e) {
|
|
5668
5668
|
e.target.composing = !0;
|
|
@@ -5838,12 +5838,12 @@ const pD = (e) => {
|
|
|
5838
5838
|
TU(i, r) < 4.5 && (e.style.color = xU(i));
|
|
5839
5839
|
}, IU = {
|
|
5840
5840
|
mounted(e) {
|
|
5841
|
-
|
|
5841
|
+
Dt(() => {
|
|
5842
5842
|
pD(e);
|
|
5843
5843
|
});
|
|
5844
5844
|
},
|
|
5845
5845
|
updated(e) {
|
|
5846
|
-
|
|
5846
|
+
Dt(() => {
|
|
5847
5847
|
pD(e);
|
|
5848
5848
|
});
|
|
5849
5849
|
}
|
|
@@ -7804,7 +7804,7 @@ const zm = {
|
|
|
7804
7804
|
if (i) return !1;
|
|
7805
7805
|
}
|
|
7806
7806
|
}, a = yk(e, r);
|
|
7807
|
-
return typeof n == "object" && (n.showOnCreate || n.alwaysShow) &&
|
|
7807
|
+
return typeof n == "object" && (n.showOnCreate || n.alwaysShow) && Dt(() => {
|
|
7808
7808
|
a.show();
|
|
7809
7809
|
}), a;
|
|
7810
7810
|
}, Cz = (e, t) => {
|
|
@@ -7828,7 +7828,7 @@ const zm = {
|
|
|
7828
7828
|
onHide() {
|
|
7829
7829
|
if (i) return !1;
|
|
7830
7830
|
}
|
|
7831
|
-
}), typeof n == "object" && (n.showOnCreate || n.alwaysShow) &&
|
|
7831
|
+
}), typeof n == "object" && (n.showOnCreate || n.alwaysShow) && Dt(() => {
|
|
7832
7832
|
var r;
|
|
7833
7833
|
(r = e._tooltipInstance) == null || r.show();
|
|
7834
7834
|
})) : e._tooltipInstance = Ck(e, n);
|
|
@@ -7901,7 +7901,7 @@ const Yt = {
|
|
|
7901
7901
|
return;
|
|
7902
7902
|
e.childNodes.length === 1 && e.childNodes[0].nodeType === Node.TEXT_NODE ? e.classList.add("arbo-tooltip-wrapper") : e.classList.add("arbo-tooltip-wrapper-component");
|
|
7903
7903
|
const n = t.value;
|
|
7904
|
-
(typeof n == "string" ? n : n != null && n.content) &&
|
|
7904
|
+
(typeof n == "string" ? n : n != null && n.content) && Dt(() => {
|
|
7905
7905
|
HD(
|
|
7906
7906
|
e,
|
|
7907
7907
|
typeof n == "object" ? n.bypassOverflowCheck : void 0,
|
|
@@ -7910,7 +7910,7 @@ const Yt = {
|
|
|
7910
7910
|
});
|
|
7911
7911
|
},
|
|
7912
7912
|
updated(e, t) {
|
|
7913
|
-
|
|
7913
|
+
Dt(() => {
|
|
7914
7914
|
const n = t.value;
|
|
7915
7915
|
if (!HD(
|
|
7916
7916
|
e,
|
|
@@ -24567,7 +24567,7 @@ function cS(e, t, n = {}, o, s, i) {
|
|
|
24567
24567
|
events: f
|
|
24568
24568
|
});
|
|
24569
24569
|
const I = v = Symbol();
|
|
24570
|
-
|
|
24570
|
+
Dt().then(() => {
|
|
24571
24571
|
v === I && (u = !0);
|
|
24572
24572
|
}), c = !0, zu(d, T, o.state.value[e]);
|
|
24573
24573
|
}
|
|
@@ -24679,7 +24679,7 @@ function cS(e, t, n = {}, o, s, i) {
|
|
|
24679
24679
|
D[T] = wi(x.$state, T);
|
|
24680
24680
|
}), Object.keys(D.$state).forEach((T) => {
|
|
24681
24681
|
T in x.$state || delete D[T];
|
|
24682
|
-
}), u = !1, c = !1, o.state.value[e] = wi(x._hmrPayload, "hotState"), c = !0,
|
|
24682
|
+
}), u = !1, c = !1, o.state.value[e] = wi(x._hmrPayload, "hotState"), c = !0, Dt().then(() => {
|
|
24683
24683
|
u = !0;
|
|
24684
24684
|
});
|
|
24685
24685
|
for (const T in x._hmrPayload.actions) {
|
|
@@ -25114,7 +25114,7 @@ function yo(e) {
|
|
|
25114
25114
|
clickable: c ? !1 : u.clickable ?? !1
|
|
25115
25115
|
};
|
|
25116
25116
|
}), s = () => {
|
|
25117
|
-
t.value = !0,
|
|
25117
|
+
t.value = !0, Dt(() => {
|
|
25118
25118
|
const u = l(e.value.inputRef);
|
|
25119
25119
|
u == null || u.focus();
|
|
25120
25120
|
});
|
|
@@ -25862,7 +25862,7 @@ const Sd = (e) => {
|
|
|
25862
25862
|
updateState: p,
|
|
25863
25863
|
componentState: a,
|
|
25864
25864
|
focus: () => {
|
|
25865
|
-
|
|
25865
|
+
Dt(() => {
|
|
25866
25866
|
var g;
|
|
25867
25867
|
(g = r.value) == null || g.focus();
|
|
25868
25868
|
});
|
|
@@ -26119,7 +26119,7 @@ const tX = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
26119
26119
|
return;
|
|
26120
26120
|
}
|
|
26121
26121
|
const j = W.target, L = j.selectionStart || 0, se = l.value, ce = f(j.value);
|
|
26122
|
-
se !== ce && (l.value = ce, r("input", ce), i.autoEmit && p(ce), j.value !== ce && (j.value = ce,
|
|
26122
|
+
se !== ce && (l.value = ce, r("input", ce), i.autoEmit && p(ce), j.value !== ce && (j.value = ce, Dt(() => {
|
|
26123
26123
|
let He = L;
|
|
26124
26124
|
if (ce.length < j.value.length)
|
|
26125
26125
|
He = L;
|
|
@@ -26136,14 +26136,14 @@ const tX = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
26136
26136
|
}
|
|
26137
26137
|
u.value = !0;
|
|
26138
26138
|
const W = l.value;
|
|
26139
|
-
l.value = "", r("update:modelValue", ""), r("clear"), W !== "" && r("change", ""), X.preventDefault(), X.stopImmediatePropagation(), X.stopPropagation(),
|
|
26139
|
+
l.value = "", r("update:modelValue", ""), r("clear"), W !== "" && r("change", ""), X.preventDefault(), X.stopImmediatePropagation(), X.stopPropagation(), Dt(() => {
|
|
26140
26140
|
var j;
|
|
26141
26141
|
(j = a.value) == null || j.focus(), setTimeout(() => {
|
|
26142
26142
|
u.value = !1;
|
|
26143
26143
|
}, 100);
|
|
26144
26144
|
});
|
|
26145
26145
|
}, w = (X) => {
|
|
26146
|
-
i.disabled || i.readOnly || (r("focus", X), i.selectOnFocus &&
|
|
26146
|
+
i.disabled || i.readOnly || (r("focus", X), i.selectOnFocus && Dt(() => {
|
|
26147
26147
|
X.target.select();
|
|
26148
26148
|
}));
|
|
26149
26149
|
}, b = (X) => {
|
|
@@ -26218,7 +26218,7 @@ const tX = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
26218
26218
|
})), { argsMain: Y, isHover: ie, isFocus: ne } = yo(J);
|
|
26219
26219
|
t({
|
|
26220
26220
|
triggerFocus: () => {
|
|
26221
|
-
|
|
26221
|
+
Dt(() => {
|
|
26222
26222
|
var X;
|
|
26223
26223
|
(X = a.value) == null || X.focus();
|
|
26224
26224
|
});
|
|
@@ -26227,19 +26227,19 @@ const tX = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
26227
26227
|
oe();
|
|
26228
26228
|
},
|
|
26229
26229
|
blur: () => {
|
|
26230
|
-
|
|
26230
|
+
Dt(() => {
|
|
26231
26231
|
var X;
|
|
26232
26232
|
(X = a.value) == null || X.blur();
|
|
26233
26233
|
});
|
|
26234
26234
|
},
|
|
26235
26235
|
select: () => {
|
|
26236
|
-
|
|
26236
|
+
Dt(() => {
|
|
26237
26237
|
var X;
|
|
26238
26238
|
(X = a.value) == null || X.select();
|
|
26239
26239
|
});
|
|
26240
26240
|
},
|
|
26241
26241
|
setSelectionRange: (X, W) => {
|
|
26242
|
-
|
|
26242
|
+
Dt(() => {
|
|
26243
26243
|
var j;
|
|
26244
26244
|
(j = a.value) == null || j.setSelectionRange(X, W);
|
|
26245
26245
|
});
|
|
@@ -26250,7 +26250,7 @@ const tX = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
26250
26250
|
}
|
|
26251
26251
|
});
|
|
26252
26252
|
const oe = () => {
|
|
26253
|
-
!i.disabled && !i.readOnly &&
|
|
26253
|
+
!i.disabled && !i.readOnly && Dt(() => {
|
|
26254
26254
|
var X;
|
|
26255
26255
|
(X = a.value) == null || X.focus();
|
|
26256
26256
|
});
|
|
@@ -26367,7 +26367,7 @@ const tX = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
26367
26367
|
const o = e, s = n, i = V(null), r = Li((u) => {
|
|
26368
26368
|
s("update:modelValue", u), s("search", u);
|
|
26369
26369
|
}, xr), a = () => {
|
|
26370
|
-
s("update:modelValue", ""), s("clear"),
|
|
26370
|
+
s("update:modelValue", ""), s("clear"), Dt(() => {
|
|
26371
26371
|
var u;
|
|
26372
26372
|
(u = i.value) == null || u.focus();
|
|
26373
26373
|
});
|
|
@@ -26472,7 +26472,7 @@ const tX = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
26472
26472
|
let L;
|
|
26473
26473
|
W > 0 ? L = (l.value + 1) % j : l.value > 0 ? L = l.value - 1 : L = j - 1, l.value = L, D();
|
|
26474
26474
|
}, D = () => {
|
|
26475
|
-
|
|
26475
|
+
Dt(() => {
|
|
26476
26476
|
var j;
|
|
26477
26477
|
const W = (j = c.value) == null ? void 0 : j.querySelectorAll('[role="menuitem"]')[l.value];
|
|
26478
26478
|
W == null || W.scrollIntoView({
|
|
@@ -26522,7 +26522,7 @@ const tX = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
26522
26522
|
D();
|
|
26523
26523
|
}), t({
|
|
26524
26524
|
focus: () => {
|
|
26525
|
-
|
|
26525
|
+
Dt(() => {
|
|
26526
26526
|
var W;
|
|
26527
26527
|
(W = ne.value) == null || W.focus();
|
|
26528
26528
|
});
|
|
@@ -26737,7 +26737,7 @@ const tX = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
26737
26737
|
() => n,
|
|
26738
26738
|
() => {
|
|
26739
26739
|
setTimeout(() => {
|
|
26740
|
-
|
|
26740
|
+
Dt(() => {
|
|
26741
26741
|
o.value = n.appendTo || void 0, i.value = s();
|
|
26742
26742
|
});
|
|
26743
26743
|
}, 50);
|
|
@@ -26853,7 +26853,7 @@ const tX = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
26853
26853
|
window.open(se, "_blank");
|
|
26854
26854
|
}, J = V(null);
|
|
26855
26855
|
nn(() => {
|
|
26856
|
-
|
|
26856
|
+
Dt(() => {
|
|
26857
26857
|
var L;
|
|
26858
26858
|
(L = J.value) == null || L.focus();
|
|
26859
26859
|
});
|
|
@@ -26899,7 +26899,7 @@ const tX = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
26899
26899
|
br("popupAttachRef", J);
|
|
26900
26900
|
const W = V(), j = V(!1);
|
|
26901
26901
|
return nn(() => {
|
|
26902
|
-
|
|
26902
|
+
Dt(() => {
|
|
26903
26903
|
setTimeout(() => {
|
|
26904
26904
|
j.value = !0;
|
|
26905
26905
|
}, 50);
|
|
@@ -27299,7 +27299,7 @@ const tX = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
27299
27299
|
}
|
|
27300
27300
|
const R = V("");
|
|
27301
27301
|
function D(j) {
|
|
27302
|
-
R.value = j.toISODate() || "",
|
|
27302
|
+
R.value = j.toISODate() || "", Dt(() => {
|
|
27303
27303
|
const L = document.querySelector(
|
|
27304
27304
|
`.arbo-calendar-day[data-date="${R.value}"]`
|
|
27305
27305
|
);
|
|
@@ -27489,7 +27489,7 @@ const tX = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
27489
27489
|
g.value = w.value, v.value = b.value, l("cancel");
|
|
27490
27490
|
}
|
|
27491
27491
|
function W() {
|
|
27492
|
-
|
|
27492
|
+
Dt(() => {
|
|
27493
27493
|
var j;
|
|
27494
27494
|
(j = s.value) == null || j.focus();
|
|
27495
27495
|
});
|
|
@@ -28157,12 +28157,12 @@ const WX = {
|
|
|
28157
28157
|
case: "",
|
|
28158
28158
|
behavior: ""
|
|
28159
28159
|
}), s = e, i = V(null), r = n, a = async ($, Re) => {
|
|
28160
|
-
r("start-update"), await $(), r("finish-update"),
|
|
28160
|
+
r("start-update"), await $(), r("finish-update"), Dt(() => {
|
|
28161
28161
|
var Me, ze;
|
|
28162
28162
|
Re(), (ze = (Me = s.params) == null ? void 0 : Me.api) == null || ze.stopEditing();
|
|
28163
28163
|
});
|
|
28164
28164
|
}, l = ($, Re) => {
|
|
28165
|
-
$(),
|
|
28165
|
+
$(), Dt(() => {
|
|
28166
28166
|
var Me, ze;
|
|
28167
28167
|
Re(), (ze = (Me = s.params) == null ? void 0 : Me.api) == null || ze.stopEditing();
|
|
28168
28168
|
});
|
|
@@ -28215,7 +28215,7 @@ const WX = {
|
|
|
28215
28215
|
month: $.month,
|
|
28216
28216
|
day: $.day
|
|
28217
28217
|
};
|
|
28218
|
-
c.start = !1, w(ze, !1), p(ze),
|
|
28218
|
+
c.start = !1, w(ze, !1), p(ze), Dt(() => {
|
|
28219
28219
|
d.isSelectingStart = !0, d.isSelectingEnd = !1;
|
|
28220
28220
|
});
|
|
28221
28221
|
return;
|
|
@@ -28244,7 +28244,7 @@ const WX = {
|
|
|
28244
28244
|
month: $.month,
|
|
28245
28245
|
day: $.day
|
|
28246
28246
|
};
|
|
28247
|
-
c.end = !1, w(ze), p(ze),
|
|
28247
|
+
c.end = !1, w(ze), p(ze), Dt(() => {
|
|
28248
28248
|
d.isSelectingEnd = !0, d.isSelectingStart = !1;
|
|
28249
28249
|
});
|
|
28250
28250
|
return;
|
|
@@ -28263,13 +28263,13 @@ const WX = {
|
|
|
28263
28263
|
X();
|
|
28264
28264
|
}, ie = K(() => d.isSelectingStart || d.isSelectingEnd);
|
|
28265
28265
|
function ne() {
|
|
28266
|
-
s.disabled || s.readOnly || (b(), d.isSelectingStart = !0, d.isSelectingEnd = !1,
|
|
28266
|
+
s.disabled || s.readOnly || (b(), d.isSelectingStart = !0, d.isSelectingEnd = !1, Dt(() => {
|
|
28267
28267
|
var $;
|
|
28268
28268
|
($ = i.value) == null || $.focus();
|
|
28269
28269
|
}));
|
|
28270
28270
|
}
|
|
28271
28271
|
function oe() {
|
|
28272
|
-
s.disabled || s.readOnly || (b(), d.isSelectingEnd = !0, d.isSelectingStart = !1,
|
|
28272
|
+
s.disabled || s.readOnly || (b(), d.isSelectingEnd = !0, d.isSelectingStart = !1, Dt(() => {
|
|
28273
28273
|
var $;
|
|
28274
28274
|
($ = R.value) == null || $.focus();
|
|
28275
28275
|
}));
|
|
@@ -28510,7 +28510,7 @@ const WX = {
|
|
|
28510
28510
|
tt(
|
|
28511
28511
|
[() => o.ids, () => o.rowSelected, E],
|
|
28512
28512
|
(F) => {
|
|
28513
|
-
c(),
|
|
28513
|
+
c(), Dt(() => {
|
|
28514
28514
|
var k;
|
|
28515
28515
|
(k = w.value) == null || k.focus();
|
|
28516
28516
|
});
|
|
@@ -29014,7 +29014,7 @@ const WX = {
|
|
|
29014
29014
|
focus: F.value,
|
|
29015
29015
|
bordered: !0
|
|
29016
29016
|
})), { argsMain: A } = yo(I), { argsMain: q } = yo(k), J = V(null), Y = () => {
|
|
29017
|
-
|
|
29017
|
+
Dt(() => {
|
|
29018
29018
|
var Be;
|
|
29019
29019
|
(Be = J.value) == null || Be.focus();
|
|
29020
29020
|
});
|
|
@@ -29059,19 +29059,19 @@ const WX = {
|
|
|
29059
29059
|
}), He = () => {
|
|
29060
29060
|
switch (u.value) {
|
|
29061
29061
|
case "number":
|
|
29062
|
-
|
|
29062
|
+
Dt(() => {
|
|
29063
29063
|
var Be;
|
|
29064
29064
|
(Be = l.value) == null || Be.focus();
|
|
29065
29065
|
});
|
|
29066
29066
|
break;
|
|
29067
29067
|
case "dropdown":
|
|
29068
|
-
ce(),
|
|
29068
|
+
ce(), Dt(() => {
|
|
29069
29069
|
var Be;
|
|
29070
29070
|
(Be = D.value) == null || Be.focus();
|
|
29071
29071
|
});
|
|
29072
29072
|
break;
|
|
29073
29073
|
case "rating":
|
|
29074
|
-
F.value = !0,
|
|
29074
|
+
F.value = !0, Dt(() => {
|
|
29075
29075
|
var Be;
|
|
29076
29076
|
(Be = a.value) == null || Be.focus();
|
|
29077
29077
|
});
|
|
@@ -29085,7 +29085,7 @@ const WX = {
|
|
|
29085
29085
|
focus: He,
|
|
29086
29086
|
hasChanges: () => c.value
|
|
29087
29087
|
}), nn(() => {
|
|
29088
|
-
|
|
29088
|
+
Dt(() => {
|
|
29089
29089
|
setTimeout(() => {
|
|
29090
29090
|
He();
|
|
29091
29091
|
}, 300);
|
|
@@ -29232,7 +29232,7 @@ const WX = {
|
|
|
29232
29232
|
r.value = !1, (g = l.value) == null || g.resetState();
|
|
29233
29233
|
}, d = async () => {
|
|
29234
29234
|
var g;
|
|
29235
|
-
r.value = !0, await
|
|
29235
|
+
r.value = !0, await Dt(), (g = l.value) == null || g.focus();
|
|
29236
29236
|
}, h = (g) => {
|
|
29237
29237
|
i("handleUpdate", {
|
|
29238
29238
|
id: s.config.id.toString(),
|
|
@@ -29382,7 +29382,7 @@ const WX = {
|
|
|
29382
29382
|
S,
|
|
29383
29383
|
b
|
|
29384
29384
|
), R = (ne) => {
|
|
29385
|
-
g(),
|
|
29385
|
+
g(), Dt(() => {
|
|
29386
29386
|
var oe;
|
|
29387
29387
|
(oe = D.value) == null || oe.focus();
|
|
29388
29388
|
});
|
|
@@ -29751,7 +29751,7 @@ const WX = {
|
|
|
29751
29751
|
});
|
|
29752
29752
|
const A = V(null);
|
|
29753
29753
|
return nn(() => {
|
|
29754
|
-
|
|
29754
|
+
Dt(() => {
|
|
29755
29755
|
var q;
|
|
29756
29756
|
(q = A.value) == null || q.focus();
|
|
29757
29757
|
});
|
|
@@ -30117,7 +30117,7 @@ const WX = {
|
|
|
30117
30117
|
console.error("Unknown action:", oe.id), ie.value = !1;
|
|
30118
30118
|
break;
|
|
30119
30119
|
}
|
|
30120
|
-
|
|
30120
|
+
Dt(() => {
|
|
30121
30121
|
ie.value = !1;
|
|
30122
30122
|
});
|
|
30123
30123
|
} catch {
|
|
@@ -30422,7 +30422,7 @@ const WX = {
|
|
|
30422
30422
|
}
|
|
30423
30423
|
F.ctrlKey && F.key == "a" || F.key == "A" ? (F.stopPropagation(), (k = l.value) == null || k.select()) : F.key === "Enter" ? (F.preventDefault(), F.stopPropagation(), b()) : F.key === "Escape" && (F.preventDefault(), F.stopPropagation(), w());
|
|
30424
30424
|
}, E = () => {
|
|
30425
|
-
a.value = i.value, c.value = i.value, d.value = !0,
|
|
30425
|
+
a.value = i.value, c.value = i.value, d.value = !0, Dt(() => {
|
|
30426
30426
|
var F, k;
|
|
30427
30427
|
(F = l.value) == null || F.focus(), (k = l.value) == null || k.select();
|
|
30428
30428
|
});
|
|
@@ -31153,7 +31153,7 @@ const WX = {
|
|
|
31153
31153
|
setup(e, { expose: t, emit: n }) {
|
|
31154
31154
|
const o = V(null);
|
|
31155
31155
|
nn(() => {
|
|
31156
|
-
|
|
31156
|
+
Dt(() => {
|
|
31157
31157
|
o.value && o.value.focus();
|
|
31158
31158
|
});
|
|
31159
31159
|
});
|
|
@@ -31196,7 +31196,7 @@ const WX = {
|
|
|
31196
31196
|
};
|
|
31197
31197
|
return t({
|
|
31198
31198
|
focus: () => {
|
|
31199
|
-
|
|
31199
|
+
Dt(() => {
|
|
31200
31200
|
var w;
|
|
31201
31201
|
(w = o.value) == null || w.focus();
|
|
31202
31202
|
});
|
|
@@ -31394,11 +31394,11 @@ const WX = {
|
|
|
31394
31394
|
option: I,
|
|
31395
31395
|
type: x.type,
|
|
31396
31396
|
onActionExecuted: p,
|
|
31397
|
-
|
|
31397
|
+
focusableIndex: `${E.value}.${T * 10 + A}`,
|
|
31398
31398
|
ref_for: !0,
|
|
31399
|
-
ref: (q) => b.value[`${
|
|
31399
|
+
ref: (q) => b.value[`${E.value}.${T * 10 + A}`] = q,
|
|
31400
31400
|
onHandleHide: g
|
|
31401
|
-
}, null, 8, ["layer", "scene-id", "option", "type", "
|
|
31401
|
+
}, null, 8, ["layer", "scene-id", "option", "type", "focusableIndex"])) : Xe("", !0)
|
|
31402
31402
|
], 2))), 128))
|
|
31403
31403
|
], 6))), 128))
|
|
31404
31404
|
], 34)), [
|
|
@@ -31422,7 +31422,7 @@ const WX = {
|
|
|
31422
31422
|
sceneId: {},
|
|
31423
31423
|
type: {},
|
|
31424
31424
|
layer: {},
|
|
31425
|
-
|
|
31425
|
+
focusableIndex: {}
|
|
31426
31426
|
},
|
|
31427
31427
|
emits: ["actionExecuted", "handleHide"],
|
|
31428
31428
|
setup(e, { expose: t, emit: n }) {
|
|
@@ -31457,12 +31457,14 @@ const WX = {
|
|
|
31457
31457
|
}
|
|
31458
31458
|
}, w = async (D) => {
|
|
31459
31459
|
var F, k;
|
|
31460
|
-
if (D.preventDefault(), D.stopPropagation(), !a.value) {
|
|
31460
|
+
if (console.trace("Option clicked:", i.option, a.value, i.option.isDanger, r.value), D.preventDefault(), D.stopPropagation(), !a.value) {
|
|
31461
31461
|
if (i.option.isDanger) {
|
|
31462
31462
|
r.value = !r.value;
|
|
31463
31463
|
return;
|
|
31464
31464
|
}
|
|
31465
|
-
if (
|
|
31465
|
+
if (i.option.subMenu)
|
|
31466
|
+
h();
|
|
31467
|
+
else {
|
|
31466
31468
|
a.value = !0;
|
|
31467
31469
|
try {
|
|
31468
31470
|
await ((k = (F = i.option).action) == null ? void 0 : k.call(F, D)), g("actionExecuted", i.option);
|
|
@@ -31473,14 +31475,11 @@ const WX = {
|
|
|
31473
31475
|
}
|
|
31474
31476
|
return;
|
|
31475
31477
|
}
|
|
31476
|
-
Rt(() => {
|
|
31477
|
-
f.value ? p() : h();
|
|
31478
|
-
});
|
|
31479
31478
|
}
|
|
31480
31479
|
}, b = (D) => {
|
|
31481
31480
|
g("actionExecuted", D), p();
|
|
31482
31481
|
}, S = (D) => {
|
|
31483
|
-
D.key === "Escape"
|
|
31482
|
+
D.key === "Escape" && p();
|
|
31484
31483
|
}, C = (D) => ({
|
|
31485
31484
|
row: "small",
|
|
31486
31485
|
column: "large",
|
|
@@ -31497,12 +31496,15 @@ const WX = {
|
|
|
31497
31496
|
};
|
|
31498
31497
|
return t({
|
|
31499
31498
|
focus: () => {
|
|
31500
|
-
|
|
31499
|
+
Dt(() => {
|
|
31501
31500
|
c.value instanceof HTMLElement ? c.value.focus() : c.value && "$el" in c.value ? c.value.$el.focus() : console.warn("Trigger ref is not an HTMLElement:", c.value);
|
|
31502
31501
|
});
|
|
31503
31502
|
},
|
|
31504
31503
|
escape: () => {
|
|
31505
31504
|
p();
|
|
31505
|
+
},
|
|
31506
|
+
select: () => {
|
|
31507
|
+
w(new MouseEvent("click"));
|
|
31506
31508
|
}
|
|
31507
31509
|
}), (D, F) => {
|
|
31508
31510
|
var k;
|
|
@@ -31561,7 +31563,7 @@ const WX = {
|
|
|
31561
31563
|
]),
|
|
31562
31564
|
_: 1
|
|
31563
31565
|
})), [
|
|
31564
|
-
[H(o), `${
|
|
31566
|
+
[H(o), `${i.focusableIndex}.0`],
|
|
31565
31567
|
[H(s), {
|
|
31566
31568
|
content: "Cancel ",
|
|
31567
31569
|
delay: [300, 0],
|
|
@@ -31582,7 +31584,7 @@ const WX = {
|
|
|
31582
31584
|
]),
|
|
31583
31585
|
_: 1
|
|
31584
31586
|
})), [
|
|
31585
|
-
[H(o), `${
|
|
31587
|
+
[H(o), `${i.focusableIndex}.1`],
|
|
31586
31588
|
[H(s), {
|
|
31587
31589
|
delay: [300, 0],
|
|
31588
31590
|
contentClass: ["extra-padding"],
|
|
@@ -31597,7 +31599,7 @@ const WX = {
|
|
|
31597
31599
|
]),
|
|
31598
31600
|
_: 1
|
|
31599
31601
|
}, 8, ["class", "disabled", "actived", "size", "variant"])), [
|
|
31600
|
-
[H(o), i.
|
|
31602
|
+
[H(o), i.focusableIndex]
|
|
31601
31603
|
]),
|
|
31602
31604
|
e.option.subMenu ? (z(), ue("div", {
|
|
31603
31605
|
key: 0,
|
|
@@ -31606,13 +31608,13 @@ const WX = {
|
|
|
31606
31608
|
class: Z(D.$style["submenu-container"])
|
|
31607
31609
|
}, [
|
|
31608
31610
|
de(iN, {
|
|
31609
|
-
|
|
31611
|
+
focusableIndex: i.focusableIndex,
|
|
31610
31612
|
layer: i.layer + 1,
|
|
31611
31613
|
ref: "submenuRef",
|
|
31612
31614
|
"option-block": [((k = e.option) == null ? void 0 : k.subMenu) || []],
|
|
31613
31615
|
"is-submenu": !1,
|
|
31614
31616
|
onActionExecuted: b
|
|
31615
|
-
}, null, 8, ["
|
|
31617
|
+
}, null, 8, ["focusableIndex", "layer", "option-block"])
|
|
31616
31618
|
], 2)) : Xe("", !0)
|
|
31617
31619
|
], 2)), [
|
|
31618
31620
|
[H(s), {
|
|
@@ -34977,7 +34979,7 @@ const $te = /* @__PURE__ */ pt({
|
|
|
34977
34979
|
}
|
|
34978
34980
|
async function v() {
|
|
34979
34981
|
var L;
|
|
34980
|
-
await
|
|
34982
|
+
await Dt(), l.value = Lte(g(), ((L = h == null ? void 0 : h.proxy) == null ? void 0 : L.$el.children) || [], s.value, a.value);
|
|
34981
34983
|
}
|
|
34982
34984
|
function w(L) {
|
|
34983
34985
|
const se = Nte(g() || [], L);
|
|
@@ -34987,7 +34989,7 @@ const $te = /* @__PURE__ */ pt({
|
|
|
34987
34989
|
return { index: se, element: ce };
|
|
34988
34990
|
}
|
|
34989
34991
|
function b(L) {
|
|
34990
|
-
|
|
34992
|
+
Dt(() => t("change", L));
|
|
34991
34993
|
}
|
|
34992
34994
|
function S(L) {
|
|
34993
34995
|
if (e.list) {
|
|
@@ -35090,7 +35092,7 @@ const $te = /* @__PURE__ */ pt({
|
|
|
35090
35092
|
He && (c.value = new Vt(He, ce), He.__draggable_component__ = h == null ? void 0 : h.proxy, v());
|
|
35091
35093
|
};
|
|
35092
35094
|
function ne(L, se) {
|
|
35093
|
-
|
|
35095
|
+
Dt(() => t(L.toLowerCase(), se));
|
|
35094
35096
|
}
|
|
35095
35097
|
function oe(L) {
|
|
35096
35098
|
return (se) => {
|
|
@@ -36191,7 +36193,7 @@ const Cy = /* @__PURE__ */ _u("userStore", () => {
|
|
|
36191
36193
|
x.value = $;
|
|
36192
36194
|
},
|
|
36193
36195
|
focus: () => {
|
|
36194
|
-
a(),
|
|
36196
|
+
a(), Dt(() => {
|
|
36195
36197
|
var $;
|
|
36196
36198
|
($ = c.value) == null || $.focus();
|
|
36197
36199
|
});
|
|
@@ -36421,7 +36423,7 @@ const Cy = /* @__PURE__ */ _u("userStore", () => {
|
|
|
36421
36423
|
c.value = C;
|
|
36422
36424
|
},
|
|
36423
36425
|
focus: () => {
|
|
36424
|
-
l(),
|
|
36426
|
+
l(), Dt(() => {
|
|
36425
36427
|
var C;
|
|
36426
36428
|
(C = S.value) == null || C.focus();
|
|
36427
36429
|
});
|
|
@@ -36442,7 +36444,7 @@ const Cy = /* @__PURE__ */ _u("userStore", () => {
|
|
|
36442
36444
|
return tt(
|
|
36443
36445
|
() => r.value,
|
|
36444
36446
|
(C) => {
|
|
36445
|
-
C ? (
|
|
36447
|
+
C ? (Dt(() => {
|
|
36446
36448
|
var E;
|
|
36447
36449
|
(E = S.value) == null || E.focus();
|
|
36448
36450
|
}), b("show")) : b("hide");
|
|
@@ -36603,7 +36605,7 @@ const Cy = /* @__PURE__ */ _u("userStore", () => {
|
|
|
36603
36605
|
}, ne = () => {
|
|
36604
36606
|
c.value = null, S("update:modelValue", null);
|
|
36605
36607
|
}, oe = () => {
|
|
36606
|
-
l(),
|
|
36608
|
+
l(), Dt(() => {
|
|
36607
36609
|
var W;
|
|
36608
36610
|
(W = R.value) == null || W.focus();
|
|
36609
36611
|
});
|
|
@@ -36767,7 +36769,7 @@ const Cy = /* @__PURE__ */ _u("userStore", () => {
|
|
|
36767
36769
|
type: "interactive"
|
|
36768
36770
|
});
|
|
36769
36771
|
}, W = (M) => {
|
|
36770
|
-
M &&
|
|
36772
|
+
M && Dt(() => {
|
|
36771
36773
|
var Q;
|
|
36772
36774
|
const N = (Q = S[M]) == null ? void 0 : Q.value;
|
|
36773
36775
|
N && (typeof N.focus == "function" ? N.focus() : N.$el && typeof N.$el.focus == "function" && N.$el.focus());
|
|
@@ -38698,7 +38700,7 @@ const Cy = /* @__PURE__ */ _u("userStore", () => {
|
|
|
38698
38700
|
g(w.value);
|
|
38699
38701
|
}
|
|
38700
38702
|
}, w = V(r.value), b = () => {
|
|
38701
|
-
|
|
38703
|
+
Dt(() => {
|
|
38702
38704
|
setTimeout(() => {
|
|
38703
38705
|
v(r.value);
|
|
38704
38706
|
}, 100);
|
|
@@ -85799,7 +85801,7 @@ const SRe = {
|
|
|
85799
85801
|
const Oe = Ro();
|
|
85800
85802
|
p.value = Oe == null ? void 0 : Oe.appContext.config.globalProperties.switchInstance;
|
|
85801
85803
|
const Ke = new BroadcastChannel("focusable_channel");
|
|
85802
|
-
|
|
85804
|
+
Dt(() => {
|
|
85803
85805
|
setTimeout(() => {
|
|
85804
85806
|
Ke.postMessage("Focusable elements updated");
|
|
85805
85807
|
}, 7e3);
|
|
@@ -86043,7 +86045,7 @@ const SRe = {
|
|
|
86043
86045
|
c.value = (((Oe = document.getElementById("item-table-layout-id")) == null ? void 0 : Oe.clientHeight) ?? 0) - 78 + "px";
|
|
86044
86046
|
};
|
|
86045
86047
|
nn(() => {
|
|
86046
|
-
|
|
86048
|
+
Dt(() => {
|
|
86047
86049
|
Hi();
|
|
86048
86050
|
}), window.addEventListener("resize", Hi);
|
|
86049
86051
|
function Oe() {
|
|
@@ -86339,7 +86341,7 @@ const SRe = {
|
|
|
86339
86341
|
"beta-tag": "_beta-tag_1sow5_56"
|
|
86340
86342
|
}, zRe = {
|
|
86341
86343
|
$style: WRe
|
|
86342
|
-
}, jRe = /* @__PURE__ */ _t(VRe, [["__cssModules", zRe]]), WB = "0.1.
|
|
86344
|
+
}, jRe = /* @__PURE__ */ _t(VRe, [["__cssModules", zRe]]), WB = "0.1.48", KRe = { key: 0 }, qRe = /* @__PURE__ */ pt({
|
|
86343
86345
|
__name: "app",
|
|
86344
86346
|
setup(e) {
|
|
86345
86347
|
const t = K(() => n.id.length === 0 || n.workspaceId.length === 0), n = si({
|