@arbocollab/arbo-plugin-item-table 0.1.67 → 0.1.68
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 +145 -143
- package/lib/umd/index.umd.js +2 -2
- package/package.json +1 -1
package/lib/es/index.es.js
CHANGED
|
@@ -18,7 +18,7 @@ const Qt = q.env.NODE_ENV !== "production" ? Object.freeze({}) : {}, yu = q.env.
|
|
|
18
18
|
(e.charCodeAt(2) > 122 || e.charCodeAt(2) < 97), Sm = (e) => e.startsWith("onUpdate:"), Ln = Object.assign, m0 = (e, t) => {
|
|
19
19
|
const n = e.indexOf(t);
|
|
20
20
|
n > -1 && e.splice(n, 1);
|
|
21
|
-
}, pH = Object.prototype.hasOwnProperty, an = (e, t) => pH.call(e, t),
|
|
21
|
+
}, pH = Object.prototype.hasOwnProperty, an = (e, t) => pH.call(e, t), Tt = Array.isArray, Wl = (e) => Bv(e) === "[object Map]", gP = (e) => Bv(e) === "[object Set]", At = (e) => typeof e == "function", An = (e) => typeof e == "string", fa = (e) => typeof e == "symbol", pn = (e) => e !== null && typeof e == "object", v0 = (e) => (pn(e) || At(e)) && At(e.then) && At(e.catch), mP = Object.prototype.toString, Bv = (e) => mP.call(e), y0 = (e) => Bv(e).slice(8, -1), vP = (e) => Bv(e) === "[object Object]", Hv = (e) => An(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, Sh = /* @__PURE__ */ ha(
|
|
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
|
), gH = /* @__PURE__ */ ha(
|
|
@@ -52,7 +52,7 @@ const Qt = q.env.NODE_ENV !== "production" ? Object.freeze({}) : {}, yu = q.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 (Tt(e)) {
|
|
56
56
|
const t = {};
|
|
57
57
|
for (let n = 0; n < e.length; n++) {
|
|
58
58
|
const o = e[n], s = An(o) ? SH(o) : hn(o);
|
|
@@ -78,7 +78,7 @@ function J(e) {
|
|
|
78
78
|
let t = "";
|
|
79
79
|
if (An(e))
|
|
80
80
|
t = e;
|
|
81
|
-
else if (
|
|
81
|
+
else if (Tt(e))
|
|
82
82
|
for (let n = 0; n < e.length; n++) {
|
|
83
83
|
const o = J(e[n]);
|
|
84
84
|
o && (t += o + " ");
|
|
@@ -97,14 +97,14 @@ const EH = "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), yt = (e) => An(e) ? e : e == null ? "" :
|
|
100
|
+
const CP = (e) => !!(e && e.__v_isRef === !0), yt = (e) => An(e) ? e : e == null ? "" : Tt(e) || pn(e) && (e.toString === mP || !At(e.toString)) ? CP(e) ? yt(e.value) : JSON.stringify(e, bP, 2) : String(e), bP = (e, t) => CP(t) ? bP(e, t.value) : Wl(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
|
-
} : fa(t) ? mw(t) : pn(t) && !
|
|
107
|
+
} : fa(t) ? mw(t) : pn(t) && !Tt(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 ar(e, t, n, o, s, i) {
|
|
|
477
477
|
if (b0(), t === "clear")
|
|
478
478
|
r.forEach(a);
|
|
479
479
|
else {
|
|
480
|
-
const l =
|
|
480
|
+
const l = Tt(e), c = l && Hv(n);
|
|
481
481
|
if (l && n === "length") {
|
|
482
482
|
const u = Number(o);
|
|
483
483
|
r.forEach((d, h) => {
|
|
@@ -519,7 +519,7 @@ const NH = {
|
|
|
519
519
|
},
|
|
520
520
|
concat(...e) {
|
|
521
521
|
return Vc(this).concat(
|
|
522
|
-
...e.map((t) =>
|
|
522
|
+
...e.map((t) => Tt(t) ? Vc(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 = Tt(t);
|
|
694
694
|
if (!s) {
|
|
695
695
|
let l;
|
|
696
696
|
if (r && (l = NH[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 = Tt(t) && Hv(n);
|
|
725
725
|
if (!this._isShallow) {
|
|
726
726
|
const c = Pi(i);
|
|
727
727
|
if (!Yo(o) && !Pi(o) && (i = Nt(i), o = Nt(o)), !r && gn(i) && !gn(o))
|
|
@@ -750,7 +750,7 @@ class OP extends kP {
|
|
|
750
750
|
return mo(
|
|
751
751
|
t,
|
|
752
752
|
"iterate",
|
|
753
|
-
|
|
753
|
+
Tt(t) ? "length" : zl
|
|
754
754
|
), Reflect.ownKeys(t);
|
|
755
755
|
}
|
|
756
756
|
}
|
|
@@ -1069,7 +1069,7 @@ function n$(e) {
|
|
|
1069
1069
|
}
|
|
1070
1070
|
function Dm(e) {
|
|
1071
1071
|
q.env.NODE_ENV !== "production" && !$u(e) && Ms("toRefs() expects a reactive object but received a plain one.");
|
|
1072
|
-
const t =
|
|
1072
|
+
const t = Tt(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 o$ {
|
|
|
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 (!Tt(t) || !Hv(String(n)))
|
|
1082
1082
|
do
|
|
1083
1083
|
s = !$u(i) || Yo(i);
|
|
1084
1084
|
while (s && (i = i.__v_raw));
|
|
@@ -1166,7 +1166,7 @@ function l$(e, t, n = Qt) {
|
|
|
1166
1166
|
);
|
|
1167
1167
|
}, u = (E) => s ? E : Yo(E) || s === !1 || s === 0 ? Yr(E, 1) : Yr(E);
|
|
1168
1168
|
let d, h, f, p, g = !1, v = !1;
|
|
1169
|
-
if (gn(e) ? (h = () => e.value, g = Yo(e)) : oi(e) ? (h = () => u(e), g = !0) :
|
|
1169
|
+
if (gn(e) ? (h = () => e.value, g = Yo(e)) : oi(e) ? (h = () => u(e), g = !0) : Tt(e) ? (v = !0, g = e.some((E) => oi(E) || Yo(E)), h = () => e.map((E) => {
|
|
1170
1170
|
if (gn(E))
|
|
1171
1171
|
return E.value;
|
|
1172
1172
|
if (oi(E))
|
|
@@ -1246,7 +1246,7 @@ function Yr(e, t = 1 / 0, n) {
|
|
|
1246
1246
|
return e;
|
|
1247
1247
|
if (n.set(e, t), t--, gn(e))
|
|
1248
1248
|
Yr(e.value, t, n);
|
|
1249
|
-
else if (
|
|
1249
|
+
else if (Tt(e))
|
|
1250
1250
|
for (let o = 0; o < e.length; o++)
|
|
1251
1251
|
Yr(e[o], t, n);
|
|
1252
1252
|
else if (gP(e) || Wl(e))
|
|
@@ -1394,7 +1394,7 @@ function ki(e, t, n, o) {
|
|
|
1394
1394
|
Uf(i, t, n);
|
|
1395
1395
|
}), s;
|
|
1396
1396
|
}
|
|
1397
|
-
if (
|
|
1397
|
+
if (Tt(e)) {
|
|
1398
1398
|
const s = [];
|
|
1399
1399
|
for (let i = 0; i < e.length; i++)
|
|
1400
1400
|
s.push(ki(e[i], t, n, o));
|
|
@@ -1470,7 +1470,7 @@ function zP() {
|
|
|
1470
1470
|
xm || (xm = WP.then(KP));
|
|
1471
1471
|
}
|
|
1472
1472
|
function D0(e) {
|
|
1473
|
-
|
|
1473
|
+
Tt(e) ? wu.push(...e) : Na && e.id === -1 ? Na.splice(eu + 1, 0, e) : e.flags & 1 || (wu.push(e), e.flags |= 1), zP();
|
|
1474
1474
|
}
|
|
1475
1475
|
function DR(e, t, n = er + 1) {
|
|
1476
1476
|
for (q.env.NODE_ENV !== "production" && (t = t || /* @__PURE__ */ new Map()); n < es.length; n++) {
|
|
@@ -1867,7 +1867,7 @@ function tf(e, t, n, o, s) {
|
|
|
1867
1867
|
);
|
|
1868
1868
|
}, x = (k, T) => {
|
|
1869
1869
|
const R = T[1];
|
|
1870
|
-
D(k, T),
|
|
1870
|
+
D(k, T), Tt(k) ? k.every((I) => I.length <= 1) && R() : k.length <= 1 && R();
|
|
1871
1871
|
}, A = {
|
|
1872
1872
|
mode: r,
|
|
1873
1873
|
persisted: a,
|
|
@@ -1989,11 +1989,11 @@ function A$(e) {
|
|
|
1989
1989
|
}
|
|
1990
1990
|
const Pm = /* @__PURE__ */ new WeakMap();
|
|
1991
1991
|
function Rh(e, t, n, o, s = !1) {
|
|
1992
|
-
if (
|
|
1992
|
+
if (Tt(e)) {
|
|
1993
1993
|
e.forEach(
|
|
1994
1994
|
(g, v) => Rh(
|
|
1995
1995
|
g,
|
|
1996
|
-
t && (
|
|
1996
|
+
t && (Tt(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] : u[l] : p(l) || !e.k ? l.value : u[e.k];
|
|
2035
2035
|
if (s)
|
|
2036
|
-
|
|
2037
|
-
else if (
|
|
2036
|
+
Tt(b) && m0(b, i);
|
|
2037
|
+
else if (Tt(b))
|
|
2038
2038
|
b.includes(i) || b.push(i);
|
|
2039
2039
|
else if (g)
|
|
2040
2040
|
u[l] = [i], f(l) && (d[l] = u[l]);
|
|
@@ -2168,7 +2168,7 @@ function IR(e, t) {
|
|
|
2168
2168
|
}
|
|
2169
2169
|
function In(e, t, n, o) {
|
|
2170
2170
|
let s;
|
|
2171
|
-
const i = n, r =
|
|
2171
|
+
const i = n, r = Tt(e);
|
|
2172
2172
|
if (r || An(e)) {
|
|
2173
2173
|
const a = r && oi(e);
|
|
2174
2174
|
let l = !1, c = !1;
|
|
@@ -2205,7 +2205,7 @@ function In(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 (Tt(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) => {
|
|
@@ -2408,13 +2408,13 @@ function z$(e) {
|
|
|
2408
2408
|
return q.env.NODE_ENV !== "production" && !t && tt(`${e}() called without active instance.`), t.setupContext || (t.setupContext = MA(t));
|
|
2409
2409
|
}
|
|
2410
2410
|
function km(e) {
|
|
2411
|
-
return
|
|
2411
|
+
return Tt(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 : Tt(e) && Tt(t) ? e.concat(t) : Ln({}, km(e), km(t));
|
|
2418
2418
|
}
|
|
2419
2419
|
function j$() {
|
|
2420
2420
|
const e = /* @__PURE__ */ Object.create(null);
|
|
@@ -2525,9 +2525,9 @@ function K$(e) {
|
|
|
2525
2525
|
}
|
|
2526
2526
|
u && AR(u, e, "c");
|
|
2527
2527
|
function U(Y, X) {
|
|
2528
|
-
|
|
2528
|
+
Tt(X) ? X.forEach((ne) => Y(ne.bind(n))) : X && Y(X.bind(n));
|
|
2529
2529
|
}
|
|
2530
|
-
if (U(qv, d), U(tn, h), U(aA, f), U(jf, p), U(k$, g), U(O$, v), U(B$, A), U(V$, D), U(L$, x), U(fo, b), U(fd, C), U(N$, k),
|
|
2530
|
+
if (U(qv, d), U(tn, h), U(aA, f), U(jf, p), U(k$, g), U(O$, v), U(B$, A), U(V$, D), U(L$, x), U(fo, b), U(fd, C), U(N$, k), Tt(T))
|
|
2531
2531
|
if (T.length) {
|
|
2532
2532
|
const Y = e.exposed || (e.exposed = {});
|
|
2533
2533
|
T.forEach((X) => {
|
|
@@ -2541,7 +2541,7 @@ function K$(e) {
|
|
|
2541
2541
|
E && e.render === co && (e.render = E), R != null && (e.inheritAttrs = R), I && (e.components = I), P && (e.directives = P), k && iA(e);
|
|
2542
2542
|
}
|
|
2543
2543
|
function q$(e, t, n = co) {
|
|
2544
|
-
|
|
2544
|
+
Tt(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 q$(e, t, n = co) {
|
|
|
2559
2559
|
}
|
|
2560
2560
|
function AR(e, t, n) {
|
|
2561
2561
|
ki(
|
|
2562
|
-
|
|
2562
|
+
Tt(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 (At(e))
|
|
2573
2573
|
Je(s, e.bind(n));
|
|
2574
2574
|
else if (pn(e))
|
|
2575
|
-
if (
|
|
2575
|
+
if (Tt(e))
|
|
2576
2576
|
e.forEach((i) => hA(i, t, n, o));
|
|
2577
2577
|
else {
|
|
2578
2578
|
const i = At(e.handler) ? e.handler.bind(n) : t[e.handler];
|
|
@@ -2650,7 +2650,7 @@ function Z$(e, t) {
|
|
|
2650
2650
|
return lh(pb(e), pb(t));
|
|
2651
2651
|
}
|
|
2652
2652
|
function pb(e) {
|
|
2653
|
-
if (
|
|
2653
|
+
if (Tt(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 ? Ln(/* @__PURE__ */ Object.create(null), e, t) : t;
|
|
2666
2666
|
}
|
|
2667
2667
|
function OR(e, t) {
|
|
2668
|
-
return e ?
|
|
2668
|
+
return e ? Tt(e) && Tt(t) ? [.../* @__PURE__ */ new Set([...e, ...t])] : Ln(
|
|
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) : (Tt(i) ? i.forEach((l) => r[l] = null) : Ln(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, yu), yu;
|
|
3318
|
-
if (
|
|
3318
|
+
if (Tt(i))
|
|
3319
3319
|
for (let u = 0; u < i.length; u++) {
|
|
3320
3320
|
q.env.NODE_ENV !== "production" && !An(i[u]) && tt("props must be strings when using array syntax.", i[u]);
|
|
3321
3321
|
const d = qo(i[u]);
|
|
@@ -3326,9 +3326,9 @@ function EA(e, t, n = !1) {
|
|
|
3326
3326
|
for (const u in i) {
|
|
3327
3327
|
const d = qo(u);
|
|
3328
3328
|
if (VR(d)) {
|
|
3329
|
-
const h = i[u], f = r[d] =
|
|
3329
|
+
const h = i[u], f = r[d] = Tt(h) || At(h) ? { type: h } : Ln({}, h), p = f.type;
|
|
3330
3330
|
let g = !1, v = !0;
|
|
3331
|
-
if (
|
|
3331
|
+
if (Tt(p))
|
|
3332
3332
|
for (let y = 0; y < p.length; ++y) {
|
|
3333
3333
|
const b = p[y], S = At(b) && b.name;
|
|
3334
3334
|
if (S === "Boolean") {
|
|
@@ -3379,7 +3379,7 @@ function mG(e, t, n, o, s) {
|
|
|
3379
3379
|
if (!(t == null && !r)) {
|
|
3380
3380
|
if (i != null && i !== !0 && !l) {
|
|
3381
3381
|
let c = !1;
|
|
3382
|
-
const u =
|
|
3382
|
+
const u = Tt(i) ? i : [i], d = [];
|
|
3383
3383
|
for (let h = 0; h < u.length && !c; h++) {
|
|
3384
3384
|
const { valid: f, expectedType: p } = yG(t, u[h]);
|
|
3385
3385
|
d.push(p || ""), c = f;
|
|
@@ -3403,7 +3403,7 @@ function yG(e, t) {
|
|
|
3403
3403
|
else if (vG(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 = Tt(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 CG(...e) {
|
|
3426
3426
|
return e.some((t) => t.toLowerCase() === "boolean");
|
|
3427
3427
|
}
|
|
3428
|
-
const N0 = (e) => e === "_" || e === "_ctx" || e === "$stable", L0 = (e) =>
|
|
3428
|
+
const N0 = (e) => e === "_" || e === "_ctx" || e === "$stable", L0 = (e) => Tt(e) ? e.map(Ci) : [Ci(e)], bG = (e, t, n) => {
|
|
3429
3429
|
if (t._n)
|
|
3430
3430
|
return t;
|
|
3431
3431
|
const o = fe((...s) => (q.env.NODE_ENV !== "production" && lo && !(n === null && ho) && !(n && n.root !== lo.root) && tt(
|
|
@@ -4349,7 +4349,7 @@ function TG(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 (Tt(o) && Tt(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 FG(e, t) {
|
|
4392
|
-
t && t.pendingBranch ?
|
|
4392
|
+
t && t.pendingBranch ? Tt(e) ? t.effects.push(...e) : t.effects.push(e) : D0(e);
|
|
4393
4393
|
}
|
|
4394
4394
|
const Ft = Symbol.for("v-fgt"), bc = Symbol.for("v-txt"), eo = Symbol.for("v-cmt"), Dh = Symbol.for("v-stc"), Th = [];
|
|
4395
4395
|
let Fs = 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 = V0(t);
|
|
4505
4505
|
let { class: a, style: l } = t;
|
|
4506
|
-
a && !An(a) && (t.class = J(a)), pn(l) && ($u(l) && !
|
|
4506
|
+
a && !An(a) && (t.class = J(a)), pn(l) && ($u(l) && !Tt(l) && (l = Ln({}, l)), t.style = hn(l));
|
|
4507
4507
|
}
|
|
4508
4508
|
const r = An(e) ? 1 : xA(e) ? 128 : QP(e) ? 64 : pn(e) ? 4 : At(e) ? 2 : 0;
|
|
4509
4509
|
return q.env.NODE_ENV !== "production" && r & 4 && $u(e) && (e = Nt(e), tt(
|
|
@@ -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 ? Tt(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: q.env.NODE_ENV !== "production" && r === -1 &&
|
|
4543
|
+
children: q.env.NODE_ENV !== "production" && r === -1 && Tt(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 Tt(e.children) && (t.children = e.children.map(AA)), t;
|
|
4581
4581
|
}
|
|
4582
4582
|
function nt(e = " ", t = 0) {
|
|
4583
4583
|
return ue(bc, null, e, t);
|
|
@@ -4586,7 +4586,7 @@ function Ze(e = "", t = !1) {
|
|
|
4586
4586
|
return t ? (K(), je(eo, null, e)) : ue(eo, null, e);
|
|
4587
4587
|
}
|
|
4588
4588
|
function Ci(e) {
|
|
4589
|
-
return e == null || typeof e == "boolean" ? ue(eo) :
|
|
4589
|
+
return e == null || typeof e == "boolean" ? ue(eo) : Tt(e) ? ue(
|
|
4590
4590
|
Ft,
|
|
4591
4591
|
null,
|
|
4592
4592
|
// #3666, avoid reference pollution when reusing vnode
|
|
@@ -4601,7 +4601,7 @@ function B0(e, t) {
|
|
|
4601
4601
|
const { shapeFlag: o } = e;
|
|
4602
4602
|
if (t == null)
|
|
4603
4603
|
t = null;
|
|
4604
|
-
else if (
|
|
4604
|
+
else if (Tt(t))
|
|
4605
4605
|
n = 16;
|
|
4606
4606
|
else if (typeof t == "object")
|
|
4607
4607
|
if (o & 65) {
|
|
@@ -4627,7 +4627,7 @@ function qt(...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 && !(Tt(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 (q.env.NODE_ENV !== "production" && (e.exposed && tt("expose() should be called only once per setup()."), n != null)) {
|
|
4861
4861
|
let o = typeof n;
|
|
4862
|
-
o === "object" && (
|
|
4862
|
+
o === "object" && (Tt(n) ? o = "array" : gn(n) && (o = "ref")), o !== "object" && tt(
|
|
4863
4863
|
`expose() should be passed a plain object, received ${o}.`
|
|
4864
4864
|
);
|
|
4865
4865
|
}
|
|
@@ -4937,7 +4937,7 @@ function bu(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) && !Tt(t) ? ac(t) ? ue(e, null, [t]) : ue(e, t) : ue(e, null, t) : (o > 3 ? n = Array.prototype.slice.call(arguments, 2) : o === 3 && ac(n) && (n = [n]), ue(e, t, n));
|
|
4941
4941
|
} finally {
|
|
4942
4942
|
Lm(1);
|
|
4943
4943
|
}
|
|
@@ -5055,7 +5055,7 @@ function GG() {
|
|
|
5055
5055
|
}
|
|
5056
5056
|
function c(d, h, f) {
|
|
5057
5057
|
const p = d[f];
|
|
5058
|
-
if (
|
|
5058
|
+
if (Tt(p) && p.includes(h) || pn(p) && h in p || d.extends && c(d.extends, h, f) || d.mixins && d.mixins.some((g) => c(g, h, f)))
|
|
5059
5059
|
return !0;
|
|
5060
5060
|
}
|
|
5061
5061
|
function u(d) {
|
|
@@ -5160,8 +5160,8 @@ const LA = bb ? (e) => bb.createHTML(e) : (e) => e, UG = "http://www.w3.org/2000
|
|
|
5160
5160
|
), jG = (e) => (e.displayName = "Transition", e.props = BA, e), HA = /* @__PURE__ */ jG(
|
|
5161
5161
|
(e, { slots: t }) => bu(P$, $A(e), t)
|
|
5162
5162
|
), Cl = (e, t = []) => {
|
|
5163
|
-
|
|
5164
|
-
}, qR = (e) => e ?
|
|
5163
|
+
Tt(e) ? e.forEach((n) => n(...t)) : e && e(...t);
|
|
5164
|
+
}, qR = (e) => e ? Tt(e) ? e.some((t) => t.length > 1) : e.length > 1 : !1;
|
|
5165
5165
|
function $A(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 (Tt(n))
|
|
5410
5410
|
n.forEach((o) => Ng(e, t, o));
|
|
5411
5411
|
else if (n == null && (n = ""), q.env.NODE_ENV !== "production" && QG.test(n) && cs(
|
|
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 At(e) ||
|
|
5529
|
+
return At(e) || Tt(e) ? e : (cs(
|
|
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
|
), co);
|
|
5533
5533
|
}
|
|
5534
5534
|
function aU(e, t) {
|
|
5535
|
-
if (
|
|
5535
|
+
if (Tt(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 cD = (e) => {
|
|
5664
5664
|
const t = e.props["onUpdate:modelValue"] || !1;
|
|
5665
|
-
return
|
|
5665
|
+
return Tt(t) ? (n) => Qc(t, n) : t;
|
|
5666
5666
|
};
|
|
5667
5667
|
function vU(e) {
|
|
5668
5668
|
e.target.composing = !0;
|
|
@@ -5706,7 +5706,7 @@ const KA = {
|
|
|
5706
5706
|
middle: (e) => "button" in e && e.button !== 1,
|
|
5707
5707
|
right: (e) => "button" in e && e.button !== 2,
|
|
5708
5708
|
exact: (e, t) => yU.some((n) => e[`${n}Key`] && !t.includes(n))
|
|
5709
|
-
},
|
|
5709
|
+
}, Dt = (e, t) => {
|
|
5710
5710
|
const n = e._withMods || (e._withMods = {}), o = t.join(".");
|
|
5711
5711
|
return n[o] || (n[o] = (s, ...i) => {
|
|
5712
5712
|
for (let r = 0; r < t.length; r++) {
|
|
@@ -25408,7 +25408,7 @@ const Sd = (e) => {
|
|
|
25408
25408
|
variant: "primary",
|
|
25409
25409
|
size: "default",
|
|
25410
25410
|
style: { flex: "1" },
|
|
25411
|
-
onClick:
|
|
25411
|
+
onClick: Dt(R, ["prevent", "stop"]),
|
|
25412
25412
|
disabled: s.disabled
|
|
25413
25413
|
}, null, 8, ["disabled"])) : Ze("", !0),
|
|
25414
25414
|
e.showCopyLinkButton ? Ue((K(), je(ut, {
|
|
@@ -25416,7 +25416,7 @@ const Sd = (e) => {
|
|
|
25416
25416
|
variant: ["icon", "secondary"],
|
|
25417
25417
|
size: "default",
|
|
25418
25418
|
"aria-label": "Copy link",
|
|
25419
|
-
onClick:
|
|
25419
|
+
onClick: Dt($(D), ["prevent", "stop"]),
|
|
25420
25420
|
disabled: s.disabled
|
|
25421
25421
|
}, {
|
|
25422
25422
|
default: fe(() => [
|
|
@@ -25513,7 +25513,7 @@ const Sd = (e) => {
|
|
|
25513
25513
|
variant: ["secondary", "icon"],
|
|
25514
25514
|
size: "small",
|
|
25515
25515
|
actived: $(i),
|
|
25516
|
-
onClick:
|
|
25516
|
+
onClick: Dt(r, ["stop"]),
|
|
25517
25517
|
onEscape: l,
|
|
25518
25518
|
ref_key: "buttonRef",
|
|
25519
25519
|
ref: c
|
|
@@ -25738,7 +25738,7 @@ const Sd = (e) => {
|
|
|
25738
25738
|
Ue((K(), je(ut, {
|
|
25739
25739
|
variant: ["tertiary", "icon", "danger"],
|
|
25740
25740
|
size: "small",
|
|
25741
|
-
onClick:
|
|
25741
|
+
onClick: Dt(p, ["stop", "prevent"])
|
|
25742
25742
|
}, {
|
|
25743
25743
|
default: fe(() => [
|
|
25744
25744
|
ue(it, {
|
|
@@ -25758,7 +25758,7 @@ const Sd = (e) => {
|
|
|
25758
25758
|
Ue((K(), je(ut, {
|
|
25759
25759
|
variant: ["danger", "primary", "icon"],
|
|
25760
25760
|
size: "small",
|
|
25761
|
-
onClick:
|
|
25761
|
+
onClick: Dt(g, ["stop", "prevent"])
|
|
25762
25762
|
}, {
|
|
25763
25763
|
default: fe(() => [
|
|
25764
25764
|
ue(it, {
|
|
@@ -26292,7 +26292,7 @@ const QZ = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
26292
26292
|
Ue((K(), je(ut, {
|
|
26293
26293
|
variant: ["icon", "tertiary"],
|
|
26294
26294
|
"aria-label": "Clear search",
|
|
26295
|
-
onMousedown:
|
|
26295
|
+
onMousedown: Dt(v, ["prevent", "stop"]),
|
|
26296
26296
|
size: 18,
|
|
26297
26297
|
rounded: !0,
|
|
26298
26298
|
class: J(["wrapper-suffix", M.$style["clear-button"]])
|
|
@@ -26968,7 +26968,7 @@ const QZ = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
26968
26968
|
hover: ie === De,
|
|
26969
26969
|
selected: Fe(ce),
|
|
26970
26970
|
type: ce.type,
|
|
26971
|
-
onClick:
|
|
26971
|
+
onClick: Dt((Ie) => Y(ce), ["stop", "prevent"]),
|
|
26972
26972
|
onMouseover: (Ie) => Ke(ie),
|
|
26973
26973
|
class: L.$style["item-assignee"]
|
|
26974
26974
|
}), {
|
|
@@ -27009,7 +27009,7 @@ const QZ = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
27009
27009
|
size: 24,
|
|
27010
27010
|
highlightOnHover: !0,
|
|
27011
27011
|
disabled: $(y),
|
|
27012
|
-
onClick:
|
|
27012
|
+
onClick: Dt((G) => Y(ce), ["stop", "prevent"])
|
|
27013
27013
|
}, {
|
|
27014
27014
|
prefix: fe(() => [
|
|
27015
27015
|
ue(it, {
|
|
@@ -27026,7 +27026,7 @@ const QZ = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
27026
27026
|
size: 24,
|
|
27027
27027
|
highlightOnHover: !0,
|
|
27028
27028
|
disabled: $(y),
|
|
27029
|
-
onClick:
|
|
27029
|
+
onClick: Dt((G) => {
|
|
27030
27030
|
var Q;
|
|
27031
27031
|
return ne((Q = ce.data) == null ? void 0 : Q.id);
|
|
27032
27032
|
}, ["stop", "prevent"])
|
|
@@ -27529,7 +27529,7 @@ const QZ = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
27529
27529
|
class: J(j.$style["arbo-calendar-weeks"]),
|
|
27530
27530
|
"data-index": "date-selection",
|
|
27531
27531
|
tabindex: "0",
|
|
27532
|
-
onKeydownCapture: L[0] || (L[0] =
|
|
27532
|
+
onKeydownCapture: L[0] || (L[0] = Dt((se) => $(qa)(se, te), ["prevent", "stop"]))
|
|
27533
27533
|
}, [
|
|
27534
27534
|
(K(!0), ae(Ft, null, In(k.value, (se, ce) => (K(), ae("div", {
|
|
27535
27535
|
key: ce,
|
|
@@ -27744,7 +27744,7 @@ const QZ = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
27744
27744
|
label: "",
|
|
27745
27745
|
onClick: k,
|
|
27746
27746
|
"data-index": "prev-btn",
|
|
27747
|
-
onKeydownCapture: Hn(
|
|
27747
|
+
onKeydownCapture: Hn(Dt(k, ["prevent", "stop"]), ["enter"]),
|
|
27748
27748
|
onKeydown: $(qa)
|
|
27749
27749
|
}, {
|
|
27750
27750
|
default: fe(({ hovered: te }) => [
|
|
@@ -27790,7 +27790,7 @@ const QZ = ["type", "value", "placeholder", "disabled", "readonly", "inputmode",
|
|
|
27790
27790
|
disabled: I.value,
|
|
27791
27791
|
label: "",
|
|
27792
27792
|
onClick: T,
|
|
27793
|
-
onKeydownCapture: Hn(
|
|
27793
|
+
onKeydownCapture: Hn(Dt(T, ["prevent", "stop"]), ["enter"]),
|
|
27794
27794
|
onKeydown: $(qa)
|
|
27795
27795
|
}, {
|
|
27796
27796
|
default: fe(({ hovered: te }) => [
|
|
@@ -28085,7 +28085,7 @@ const GX = {
|
|
|
28085
28085
|
ref: r,
|
|
28086
28086
|
type: "text",
|
|
28087
28087
|
"onUpdate:modelValue": k[0] || (k[0] = (T) => gn(u) ? u.value = T : null),
|
|
28088
|
-
onPaste:
|
|
28088
|
+
onPaste: Dt(S, ["prevent"]),
|
|
28089
28089
|
placeholder: s.placeholder,
|
|
28090
28090
|
class: J([A.$style["date-input"]]),
|
|
28091
28091
|
onKeydown: C
|
|
@@ -28096,7 +28096,7 @@ const GX = {
|
|
|
28096
28096
|
($(u).length > 0 || D.value) && !s.readOnly && !s.disabled && ($(y) || $(b)) ? Ue((K(), je(ut, {
|
|
28097
28097
|
key: 0,
|
|
28098
28098
|
variant: ["icon", "primary"],
|
|
28099
|
-
onClick:
|
|
28099
|
+
onClick: Dt(E, ["stop"]),
|
|
28100
28100
|
size: 16,
|
|
28101
28101
|
rounded: !0
|
|
28102
28102
|
}, {
|
|
@@ -28669,13 +28669,13 @@ const GX = {
|
|
|
28669
28669
|
ref: r,
|
|
28670
28670
|
tabindex: "1",
|
|
28671
28671
|
onKeydown: [
|
|
28672
|
-
Hn(
|
|
28673
|
-
Hn(
|
|
28674
|
-
Hn(
|
|
28675
|
-
Hn(
|
|
28676
|
-
Hn(
|
|
28677
|
-
Hn(
|
|
28678
|
-
Hn(
|
|
28672
|
+
Hn(Dt(T, ["prevent"]), ["left"]),
|
|
28673
|
+
Hn(Dt(k, ["prevent"]), ["right"]),
|
|
28674
|
+
Hn(Dt(T, ["prevent"]), ["down"]),
|
|
28675
|
+
Hn(Dt(k, ["prevent"]), ["up"]),
|
|
28676
|
+
Hn(Dt(A, ["prevent"]), ["enter"]),
|
|
28677
|
+
Hn(Dt(A, ["prevent"]), ["tab"]),
|
|
28678
|
+
Hn(Dt(x, ["prevent"]), ["escape"])
|
|
28679
28679
|
]
|
|
28680
28680
|
}, [
|
|
28681
28681
|
(K(!0), ae(Ft, null, In(e.params.maxRating, (P) => (K(), je(cA(u.value), {
|
|
@@ -28696,7 +28696,7 @@ const GX = {
|
|
|
28696
28696
|
"aria-readOnly": h.value,
|
|
28697
28697
|
title: e.params.maxRating - P + 1,
|
|
28698
28698
|
tabindex: -1,
|
|
28699
|
-
onClick:
|
|
28699
|
+
onClick: Dt((H) => S(P), ["prevent", "stop"]),
|
|
28700
28700
|
onMouseenter: y,
|
|
28701
28701
|
onMouseleave: b
|
|
28702
28702
|
}, {
|
|
@@ -29205,8 +29205,8 @@ const GX = {
|
|
|
29205
29205
|
onHandleClick: Re,
|
|
29206
29206
|
"tab-index": "1",
|
|
29207
29207
|
onKeypress: [
|
|
29208
|
-
Hn(
|
|
29209
|
-
Hn(
|
|
29208
|
+
Hn(Dt(De, ["shift", "prevent"]), ["tab"]),
|
|
29209
|
+
Hn(Dt(f, ["prevent"]), ["escape"])
|
|
29210
29210
|
],
|
|
29211
29211
|
disabled: !p.value
|
|
29212
29212
|
}, {
|
|
@@ -29285,7 +29285,7 @@ const GX = {
|
|
|
29285
29285
|
}, [
|
|
29286
29286
|
pe("div", {
|
|
29287
29287
|
class: J(g.$style["metric-label"]),
|
|
29288
|
-
onClick:
|
|
29288
|
+
onClick: Dt(c, ["stop"])
|
|
29289
29289
|
}, [
|
|
29290
29290
|
Pt(g.$slots, "default", { open: r.value }, () => [
|
|
29291
29291
|
Ue((K(), ae("span", {
|
|
@@ -32225,7 +32225,7 @@ const aee = (e, t, n, o, s, i, r) => {
|
|
|
32225
32225
|
},
|
|
32226
32226
|
emits: ["open", "close"],
|
|
32227
32227
|
setup(e, { expose: t, emit: n }) {
|
|
32228
|
-
const o = e, s = n, { hide: i, triggerRef: r, popupRef: a, isVisible: l } = no({
|
|
32228
|
+
const o = e, s = n, { hide: i, triggerRef: r, popupRef: a, isVisible: l, toggle: c } = no({
|
|
32229
32229
|
placement: o.placement,
|
|
32230
32230
|
trigger: "click",
|
|
32231
32231
|
interactive: !0,
|
|
@@ -32233,39 +32233,40 @@ const aee = (e, t, n, o, s, i, r) => {
|
|
|
32233
32233
|
offset: [0, 4],
|
|
32234
32234
|
showOnInit: o.show,
|
|
32235
32235
|
maxWidth: o.maxWidth
|
|
32236
|
-
}),
|
|
32237
|
-
Je(l, (
|
|
32238
|
-
s(
|
|
32236
|
+
}), u = Z(() => l.value);
|
|
32237
|
+
Je(l, (f) => {
|
|
32238
|
+
s(f ? "open" : "close");
|
|
32239
32239
|
});
|
|
32240
|
-
const
|
|
32240
|
+
const d = () => {
|
|
32241
32241
|
i();
|
|
32242
32242
|
};
|
|
32243
32243
|
t({
|
|
32244
|
-
closeDropdown:
|
|
32245
|
-
isOpen:
|
|
32244
|
+
closeDropdown: d,
|
|
32245
|
+
isOpen: u
|
|
32246
32246
|
});
|
|
32247
|
-
const
|
|
32248
|
-
|
|
32247
|
+
const h = (f) => {
|
|
32248
|
+
f.key === "Escape" && a.value && i();
|
|
32249
32249
|
};
|
|
32250
32250
|
return tn(() => {
|
|
32251
|
-
var
|
|
32252
|
-
const
|
|
32253
|
-
|
|
32251
|
+
var p;
|
|
32252
|
+
const f = r.value instanceof HTMLElement ? r.value : (p = r.value) == null ? void 0 : p.$el;
|
|
32253
|
+
f && f.addEventListener("keydown", h);
|
|
32254
32254
|
}), fo(() => {
|
|
32255
|
-
var
|
|
32256
|
-
const
|
|
32257
|
-
|
|
32258
|
-
}), (
|
|
32255
|
+
var p;
|
|
32256
|
+
const f = r.value instanceof HTMLElement ? r.value : (p = r.value) == null ? void 0 : p.$el;
|
|
32257
|
+
f && f.removeEventListener("keydown", h);
|
|
32258
|
+
}), (f, p) => (K(), ae("div", {
|
|
32259
32259
|
ref_key: "triggerRef",
|
|
32260
32260
|
ref: r,
|
|
32261
|
-
class: J(
|
|
32261
|
+
class: J(f.$style["dropdown-wrapper"])
|
|
32262
32262
|
}, [
|
|
32263
|
-
Pt(
|
|
32263
|
+
Pt(f.$slots, "trigger", {
|
|
32264
32264
|
open: $(l),
|
|
32265
|
-
|
|
32265
|
+
toggle: $(c),
|
|
32266
|
+
closeDropdown: d
|
|
32266
32267
|
}, () => [
|
|
32267
32268
|
pe("button", {
|
|
32268
|
-
class: J(
|
|
32269
|
+
class: J(f.$style["editable-dropdown__trigger"]),
|
|
32269
32270
|
"aria-label": "Select or type"
|
|
32270
32271
|
}, " ▼ ", 2)
|
|
32271
32272
|
]),
|
|
@@ -32273,18 +32274,18 @@ const aee = (e, t, n, o, s, i, r) => {
|
|
|
32273
32274
|
ref_key: "popupRef",
|
|
32274
32275
|
ref: a,
|
|
32275
32276
|
tabindex: "0",
|
|
32276
|
-
class: J(
|
|
32277
|
+
class: J(f.$style["dropdown-content"]),
|
|
32277
32278
|
style: hn({
|
|
32278
32279
|
display: $(l) ? "block" : "none",
|
|
32279
32280
|
maxWidth: o.maxWidth ? o.maxWidth + "px" : "unset"
|
|
32280
32281
|
})
|
|
32281
32282
|
}, [
|
|
32282
|
-
Pt(
|
|
32283
|
-
closeDropdown:
|
|
32283
|
+
Pt(f.$slots, "content", {
|
|
32284
|
+
closeDropdown: d,
|
|
32284
32285
|
visible: $(l)
|
|
32285
32286
|
}, () => [
|
|
32286
32287
|
pe("div", {
|
|
32287
|
-
class: J(
|
|
32288
|
+
class: J(f.$style["dropdown-list"])
|
|
32288
32289
|
}, null, 2)
|
|
32289
32290
|
])
|
|
32290
32291
|
], 6)
|
|
@@ -32860,7 +32861,7 @@ const aee = (e, t, n, o, s, i, r) => {
|
|
|
32860
32861
|
ref: c,
|
|
32861
32862
|
class: J(A.$style["option-item-wrapper"]),
|
|
32862
32863
|
style: { width: "100%", overflow: "visible" },
|
|
32863
|
-
onClick:
|
|
32864
|
+
onClick: Dt(y, ["stop", "prevent"])
|
|
32864
32865
|
}, [
|
|
32865
32866
|
Ue((K(), je(ut, {
|
|
32866
32867
|
ref_key: "triggerRef",
|
|
@@ -32870,7 +32871,7 @@ const aee = (e, t, n, o, s, i, r) => {
|
|
|
32870
32871
|
actived: $(f) || r.value,
|
|
32871
32872
|
size: C(e.type),
|
|
32872
32873
|
variant: E(e.type),
|
|
32873
|
-
onClick:
|
|
32874
|
+
onClick: Dt(y, ["stop", "prevent"]),
|
|
32874
32875
|
onKeydown: S,
|
|
32875
32876
|
onEscape: D
|
|
32876
32877
|
}, {
|
|
@@ -32920,7 +32921,7 @@ const aee = (e, t, n, o, s, i, r) => {
|
|
|
32920
32921
|
Ue((K(), je(ut, {
|
|
32921
32922
|
variant: ["danger", "primary", "icon"],
|
|
32922
32923
|
size: "small",
|
|
32923
|
-
onClick:
|
|
32924
|
+
onClick: Dt(v, ["stop", "prevent"]),
|
|
32924
32925
|
onEscape: k[0] || (k[0] = (R) => r.value = !1)
|
|
32925
32926
|
}, {
|
|
32926
32927
|
default: fe(() => [
|
|
@@ -33391,15 +33392,16 @@ const aee = (e, t, n, o, s, i, r) => {
|
|
|
33391
33392
|
class: J(M.$style.divider)
|
|
33392
33393
|
}, null, 2),
|
|
33393
33394
|
ue(IN, { placement: "top-end" }, {
|
|
33394
|
-
trigger: fe(({ open: L,
|
|
33395
|
+
trigger: fe(({ open: L, toggle: se, closeDropdown: ce }) => [
|
|
33395
33396
|
Ue((K(), je(ut, {
|
|
33396
|
-
onEscape:
|
|
33397
|
+
onEscape: ce,
|
|
33397
33398
|
actived: L,
|
|
33398
33399
|
ref_key: "moreActionRef",
|
|
33399
33400
|
ref: ne,
|
|
33400
33401
|
class: J(M.$style["action-button"]),
|
|
33401
33402
|
variant: [...y, "icon"],
|
|
33402
|
-
loading: X.value
|
|
33403
|
+
loading: X.value,
|
|
33404
|
+
onClick: Dt(se, ["stop"])
|
|
33403
33405
|
}, {
|
|
33404
33406
|
default: fe(() => [
|
|
33405
33407
|
ue(it, {
|
|
@@ -33409,7 +33411,7 @@ const aee = (e, t, n, o, s, i, r) => {
|
|
|
33409
33411
|
}, null, 8, ["class"])
|
|
33410
33412
|
]),
|
|
33411
33413
|
_: 1
|
|
33412
|
-
}, 8, ["onEscape", "actived", "class", "variant", "loading"])), [
|
|
33414
|
+
}, 8, ["onEscape", "actived", "class", "variant", "loading", "onClick"])), [
|
|
33413
33415
|
[$(o), "99999"],
|
|
33414
33416
|
[$(n), { content: "More actions" }]
|
|
33415
33417
|
])
|
|
@@ -33664,13 +33666,13 @@ const aee = (e, t, n, o, s, i, r) => {
|
|
|
33664
33666
|
key: 0,
|
|
33665
33667
|
variant: ["icon", "secondary"],
|
|
33666
33668
|
size: 24,
|
|
33667
|
-
onClick:
|
|
33669
|
+
onClick: Dt(E, ["prevent", "stop"]),
|
|
33668
33670
|
tabindex: "0",
|
|
33669
33671
|
ref_key: "editButtonRef",
|
|
33670
33672
|
ref: A,
|
|
33671
33673
|
onKeydown: [
|
|
33672
|
-
Hn(
|
|
33673
|
-
Hn(
|
|
33674
|
+
Hn(Dt(E, ["prevent", "stop"]), ["enter"]),
|
|
33675
|
+
Hn(Dt(D, ["prevent", "stop"]), ["escape"])
|
|
33674
33676
|
]
|
|
33675
33677
|
}, {
|
|
33676
33678
|
default: fe(() => [
|
|
@@ -33686,11 +33688,11 @@ const aee = (e, t, n, o, s, i, r) => {
|
|
|
33686
33688
|
key: 1,
|
|
33687
33689
|
variant: ["icon", "tertiary", "danger"],
|
|
33688
33690
|
size: 24,
|
|
33689
|
-
onMousedown:
|
|
33691
|
+
onMousedown: Dt(y, ["prevent"]),
|
|
33690
33692
|
tabindex: "0",
|
|
33691
33693
|
ref_key: "cancelButtonRef",
|
|
33692
33694
|
ref: k,
|
|
33693
|
-
onKeydown: Hn(
|
|
33695
|
+
onKeydown: Hn(Dt(y, ["prevent"]), ["enter"])
|
|
33694
33696
|
}, {
|
|
33695
33697
|
default: fe(() => [
|
|
33696
33698
|
ue($(it), {
|
|
@@ -33884,7 +33886,7 @@ const aee = (e, t, n, o, s, i, r) => {
|
|
|
33884
33886
|
tabindex: I.value,
|
|
33885
33887
|
ref_key: "nameRef",
|
|
33886
33888
|
ref: P,
|
|
33887
|
-
onClick:
|
|
33889
|
+
onClick: Dt(T, ["prevent"]),
|
|
33888
33890
|
onKeydown: H,
|
|
33889
33891
|
target: "_blank",
|
|
33890
33892
|
class: J(Y.$style["scene-name-text"])
|
|
@@ -34036,7 +34038,7 @@ const aee = (e, t, n, o, s, i, r) => {
|
|
|
34036
34038
|
key: S.value
|
|
34037
34039
|
}, { ref_for: !0 }, { ...S }, {
|
|
34038
34040
|
"icon-name": S.icon,
|
|
34039
|
-
onClick:
|
|
34041
|
+
onClick: Dt((E) => v(S.value || ""), ["stop", "prevent"]),
|
|
34040
34042
|
style: { borderLeft: 0 }
|
|
34041
34043
|
}), {
|
|
34042
34044
|
label: fe(() => [
|
|
@@ -34682,7 +34684,7 @@ const aee = (e, t, n, o, s, i, r) => {
|
|
|
34682
34684
|
key: 0,
|
|
34683
34685
|
variant: ["icon", "secondary"],
|
|
34684
34686
|
size: 24,
|
|
34685
|
-
onClick:
|
|
34687
|
+
onClick: Dt($(E), ["prevent", "stop"])
|
|
34686
34688
|
}, {
|
|
34687
34689
|
default: fe(() => [
|
|
34688
34690
|
ue(it, {
|
|
@@ -36460,7 +36462,7 @@ const fp = /* @__PURE__ */ Rc("toast", () => {
|
|
|
36460
36462
|
(K(!0), ae(Ft, null, In(g.actions, (y) => (K(), je(ut, qt({
|
|
36461
36463
|
key: y.label
|
|
36462
36464
|
}, { ref_for: !0 }, y, {
|
|
36463
|
-
onClick:
|
|
36465
|
+
onClick: Dt(y.action, ["prevent", "stop"]),
|
|
36464
36466
|
variant: "secondary",
|
|
36465
36467
|
size: "small"
|
|
36466
36468
|
}), {
|
|
@@ -38848,7 +38850,7 @@ const Roe = /* @__PURE__ */ rt({
|
|
|
38848
38850
|
label: "",
|
|
38849
38851
|
onClick: l,
|
|
38850
38852
|
"data-index": "prev-btn",
|
|
38851
|
-
onKeydownCapture: Hn(
|
|
38853
|
+
onKeydownCapture: Hn(Dt(l, ["prevent", "stop"]), ["enter"])
|
|
38852
38854
|
}, {
|
|
38853
38855
|
default: fe(({ hovered: g }) => [
|
|
38854
38856
|
ue($(it), {
|
|
@@ -38892,7 +38894,7 @@ const Roe = /* @__PURE__ */ rt({
|
|
|
38892
38894
|
disabled: i.value,
|
|
38893
38895
|
label: "",
|
|
38894
38896
|
onClick: c,
|
|
38895
|
-
onKeydownCapture: Hn(
|
|
38897
|
+
onKeydownCapture: Hn(Dt(c, ["prevent", "stop"]), ["enter"])
|
|
38896
38898
|
}, {
|
|
38897
38899
|
default: fe(({ hovered: g }) => [
|
|
38898
38900
|
ue($(it), {
|
|
@@ -39527,7 +39529,7 @@ const Ry = /* @__PURE__ */ Rc("userStore", () => {
|
|
|
39527
39529
|
j.value.length == 0 ? (K(), ae("div", {
|
|
39528
39530
|
key: 0,
|
|
39529
39531
|
class: J([z.$style["icon-wrapper"], "wrapper-prefix"]),
|
|
39530
|
-
onClick:
|
|
39532
|
+
onClick: Dt(c, ["stop", "prevent"])
|
|
39531
39533
|
}, [
|
|
39532
39534
|
ue(it, {
|
|
39533
39535
|
src: "UserPlus",
|
|
@@ -39626,7 +39628,7 @@ const Ry = /* @__PURE__ */ Rc("userStore", () => {
|
|
|
39626
39628
|
hover: O === Ie,
|
|
39627
39629
|
selected: G(ie),
|
|
39628
39630
|
type: ie.type,
|
|
39629
|
-
onClick:
|
|
39631
|
+
onClick: Dt((V) => Q(ie, V), ["stop", "prevent"]),
|
|
39630
39632
|
onMouseover: (V) => we(O),
|
|
39631
39633
|
class: z.$style["item-assignee"]
|
|
39632
39634
|
}), {
|
|
@@ -39778,7 +39780,7 @@ const Ry = /* @__PURE__ */ Rc("userStore", () => {
|
|
|
39778
39780
|
suffix: fe(({ hovered: D, focused: x }) => [
|
|
39779
39781
|
(u.value[0] !== null || u.value[1] !== null) && (D || x || $(r)) ? (K(), ae("div", aie, [
|
|
39780
39782
|
Ue((K(), je(ut, {
|
|
39781
|
-
onClick:
|
|
39783
|
+
onClick: Dt(c, ["stop", "prevent"]),
|
|
39782
39784
|
variant: ["icon", "primary"],
|
|
39783
39785
|
rounded: !0,
|
|
39784
39786
|
size: 18
|
|
@@ -40235,7 +40237,7 @@ const Ry = /* @__PURE__ */ Rc("userStore", () => {
|
|
|
40235
40237
|
], 2),
|
|
40236
40238
|
pe("div", {
|
|
40237
40239
|
ref: (ee) => P(ee, "assignees"),
|
|
40238
|
-
onEnter:
|
|
40240
|
+
onEnter: Dt(ie, ["prevent", "stop"]),
|
|
40239
40241
|
class: J({ [O.$style["field-wrapper"]]: !0, [O.$style.active]: y.value === "assignees" })
|
|
40240
40242
|
}, [
|
|
40241
40243
|
ue(nie, {
|
|
@@ -40475,10 +40477,10 @@ const Ry = /* @__PURE__ */ Rc("userStore", () => {
|
|
|
40475
40477
|
k.$style["drop-area"],
|
|
40476
40478
|
{ [k.$style["is-dragging"]]: c.value, [k.$style.error]: l.value }
|
|
40477
40479
|
]),
|
|
40478
|
-
onDragenter:
|
|
40479
|
-
onDragover:
|
|
40480
|
-
onDragleave:
|
|
40481
|
-
onDrop:
|
|
40480
|
+
onDragenter: Dt(E, ["prevent"]),
|
|
40481
|
+
onDragover: Dt(E, ["prevent"]),
|
|
40482
|
+
onDragleave: Dt(D, ["prevent"]),
|
|
40483
|
+
onDrop: Dt(x, ["prevent"]),
|
|
40482
40484
|
onClick: v
|
|
40483
40485
|
}, [
|
|
40484
40486
|
g.value ? Ze("", !0) : (K(), ae("div", {
|
|
@@ -40879,7 +40881,7 @@ const Ry = /* @__PURE__ */ Rc("userStore", () => {
|
|
|
40879
40881
|
(X.value && ((at = X.value) == null ? void 0 : at.length) > 0 || ke.value || Pe.value) && (Ce || Qe || $(p)) ? (K(), ae("div", {
|
|
40880
40882
|
key: 0,
|
|
40881
40883
|
class: "wrapper-suffix",
|
|
40882
|
-
onClick:
|
|
40884
|
+
onClick: Dt(b, ["stop", "prevent"])
|
|
40883
40885
|
}, [
|
|
40884
40886
|
ue(ut, {
|
|
40885
40887
|
variant: ["icon", "primary"],
|
|
@@ -40996,7 +40998,7 @@ const Ry = /* @__PURE__ */ Rc("userStore", () => {
|
|
|
40996
40998
|
hover: rn === Qe,
|
|
40997
40999
|
selected: at(Ce),
|
|
40998
41000
|
type: Ce.type,
|
|
40999
|
-
onClick:
|
|
41001
|
+
onClick: Dt((Le) => xt(Ce, Le), ["stop", "prevent"]),
|
|
41000
41002
|
onMouseover: (Le) => nn(rn),
|
|
41001
41003
|
class: ge.$style["item-assignee"]
|
|
41002
41004
|
}), {
|
|
@@ -41139,7 +41141,7 @@ const Ry = /* @__PURE__ */ Rc("userStore", () => {
|
|
|
41139
41141
|
suffix: fe(({ hovered: D, focused: x }) => [
|
|
41140
41142
|
a.value.length > 0 && (D || x || $(i)) ? (K(), ae("div", zie, [
|
|
41141
41143
|
ue(ut, {
|
|
41142
|
-
onClick:
|
|
41144
|
+
onClick: Dt(d, ["stop", "prevent"]),
|
|
41143
41145
|
variant: ["icon", "primary"],
|
|
41144
41146
|
rounded: !0,
|
|
41145
41147
|
size: 18
|
|
@@ -41312,7 +41314,7 @@ const Ry = /* @__PURE__ */ Rc("userStore", () => {
|
|
|
41312
41314
|
suffix: fe(({ hovered: L, focused: se }) => [
|
|
41313
41315
|
x.value.length > 0 && (L || se || $(a)) ? (K(), ae("div", Xie, [
|
|
41314
41316
|
ue(ut, {
|
|
41315
|
-
onClick:
|
|
41317
|
+
onClick: Dt(Y, ["stop", "prevent"]),
|
|
41316
41318
|
variant: ["icon", "primary"],
|
|
41317
41319
|
rounded: !0,
|
|
41318
41320
|
size: 18
|
|
@@ -41488,7 +41490,7 @@ const Ry = /* @__PURE__ */ Rc("userStore", () => {
|
|
|
41488
41490
|
suffix: fe(({ hovered: E, focused: D }) => [
|
|
41489
41491
|
(c.value[0] !== null || c.value[1] !== null) && (E || D || $(i)) ? (K(), ae("div", lre, [
|
|
41490
41492
|
ue(ut, {
|
|
41491
|
-
onClick:
|
|
41493
|
+
onClick: Dt(l, ["stop", "prevent"]),
|
|
41492
41494
|
variant: ["icon", "primary"],
|
|
41493
41495
|
rounded: !0,
|
|
41494
41496
|
size: 18
|
|
@@ -41787,7 +41789,7 @@ const Ry = /* @__PURE__ */ Rc("userStore", () => {
|
|
|
41787
41789
|
name: "suffix",
|
|
41788
41790
|
fn: fe(() => [
|
|
41789
41791
|
Ue((K(), ae("div", {
|
|
41790
|
-
onClick:
|
|
41792
|
+
onClick: Dt(De, ["stop", "prevent"]),
|
|
41791
41793
|
style: { height: "20px", width: "20px", display: "flex", "align-items": "center", "justify-content": "center", "margin-left": "4px" },
|
|
41792
41794
|
class: "rotate-icon"
|
|
41793
41795
|
}, [
|
|
@@ -86332,7 +86334,7 @@ const lDe = {
|
|
|
86332
86334
|
key: 0,
|
|
86333
86335
|
variant: "menu-item",
|
|
86334
86336
|
style: { width: "200px", borderLeft: "0" },
|
|
86335
|
-
onClick:
|
|
86337
|
+
onClick: Dt(u, ["stop"])
|
|
86336
86338
|
}, {
|
|
86337
86339
|
prefix: fe(() => [
|
|
86338
86340
|
pe("div", {
|
|
@@ -86355,7 +86357,7 @@ const lDe = {
|
|
|
86355
86357
|
key: 1,
|
|
86356
86358
|
variant: "menu-item",
|
|
86357
86359
|
style: { width: "200px", borderLeft: "0" },
|
|
86358
|
-
onClick:
|
|
86360
|
+
onClick: Dt(d, ["stop"])
|
|
86359
86361
|
}, {
|
|
86360
86362
|
prefix: fe(() => [
|
|
86361
86363
|
pe("div", {
|
|
@@ -86378,7 +86380,7 @@ const lDe = {
|
|
|
86378
86380
|
key: 2,
|
|
86379
86381
|
variant: "menu-item",
|
|
86380
86382
|
style: { width: "200px", borderLeft: "0" },
|
|
86381
|
-
onClick:
|
|
86383
|
+
onClick: Dt(h, ["stop"])
|
|
86382
86384
|
}, {
|
|
86383
86385
|
prefix: fe(() => [
|
|
86384
86386
|
pe("div", {
|
|
@@ -87020,7 +87022,7 @@ const lDe = {
|
|
|
87020
87022
|
"beta-tag": "_beta-tag_1sow5_56"
|
|
87021
87023
|
}, PDe = {
|
|
87022
87024
|
$style: IDe
|
|
87023
|
-
}, ADe = /* @__PURE__ */ St(_De, [["__cssModules", PDe]]), zB = "0.1.
|
|
87025
|
+
}, ADe = /* @__PURE__ */ St(_De, [["__cssModules", PDe]]), zB = "0.1.68", kDe = { key: 0 }, ODe = /* @__PURE__ */ rt({
|
|
87024
87026
|
__name: "app",
|
|
87025
87027
|
setup(e) {
|
|
87026
87028
|
const t = Z(() => n.id.length === 0 || n.workspaceId.length === 0), n = Ns({
|