beeple-toolkit 1.0.43 → 1.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/beeple-toolkit.css +1 -1
- package/dist/beeple-toolkit.es.js +890 -891
- package/dist/beeple-toolkit.umd.js +1 -1
- package/dist/stores/toast.d.ts +14 -16
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createElementBlock as d, openBlock as l, createElementVNode as k, defineComponent as ee, computed as
|
|
1
|
+
import { createElementBlock as d, openBlock as l, createElementVNode as k, defineComponent as ee, computed as h, createCommentVNode as C, normalizeStyle as ue, createBlock as Y, resolveDynamicComponent as Zt, normalizeClass as ne, ref as M, toDisplayString as R, withCtx as X, renderSlot as Pe, Fragment as ae, renderList as ze, createVNode as D, useSlots as gn, watch as Te, nextTick as fe, onUnmounted as bt, Teleport as Fe, Transition as lt, createTextVNode as en, onMounted as st, unref as ke, withKeys as _e, withModifiers as de, mergeProps as Oa, onBeforeUnmount as _t, useId as mn, TransitionGroup as Ea, withDirectives as Va, vShow as Ia, createSlots as tn, createStaticVNode as La } from "vue";
|
|
2
2
|
import { defineStore as Aa } from "pinia";
|
|
3
3
|
const Na = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -52,18 +52,18 @@ const Fa = { render: Ba }, ln = {
|
|
|
52
52
|
customSvgComponent: { default: void 0 }
|
|
53
53
|
},
|
|
54
54
|
setup(e) {
|
|
55
|
-
const n = e, t =
|
|
55
|
+
const n = e, t = h(() => n.customSvgComponent ? n.customSvgComponent : n.icon && ln[n.icon] ? ln[n.icon] : null), a = h(() => n.icon && !ln[n.icon]), o = h(() => {
|
|
56
56
|
if (!n.icon) return [];
|
|
57
57
|
const s = "eva", u = `eva-${n.icon}`;
|
|
58
58
|
return [s, u];
|
|
59
|
-
}), i =
|
|
59
|
+
}), i = h(() => {
|
|
60
60
|
const s = {};
|
|
61
61
|
if (n.color && (s.color = n.color, s["--icon-color"] = n.color), n.size) {
|
|
62
62
|
const u = `${n.size}px`;
|
|
63
63
|
s.fontSize = u, s["--icon-size"] = u;
|
|
64
64
|
}
|
|
65
65
|
return s;
|
|
66
|
-
}), r =
|
|
66
|
+
}), r = h(() => {
|
|
67
67
|
const s = {};
|
|
68
68
|
if (n.color && (s.color = n.color), n.size) {
|
|
69
69
|
const u = `${n.size}px`;
|
|
@@ -101,7 +101,7 @@ const Fa = { render: Ba }, ln = {
|
|
|
101
101
|
withColor: {}
|
|
102
102
|
},
|
|
103
103
|
setup(e) {
|
|
104
|
-
const n = e, t = M(!1), a = M(!1), o =
|
|
104
|
+
const n = e, t = M(!1), a = M(!1), o = h(() => n.user?.photo), i = h(() => ({
|
|
105
105
|
"toolkit-avatar--loading": o.value && !a.value && !t.value,
|
|
106
106
|
"toolkit-avatar__fallback": !o.value || t.value
|
|
107
107
|
})), r = {
|
|
@@ -111,17 +111,17 @@ const Fa = { render: Ba }, ln = {
|
|
|
111
111
|
small: "8",
|
|
112
112
|
medium: "8",
|
|
113
113
|
large: "12"
|
|
114
|
-
}, s =
|
|
115
|
-
const
|
|
116
|
-
if (!
|
|
117
|
-
const
|
|
118
|
-
return (
|
|
114
|
+
}, s = h(() => r[n.size] ?? "8"), u = h(() => n.withColor ? { backgroundColor: n.withColor } : {}), m = h(() => {
|
|
115
|
+
const g = n.user?.fullName?.trim().split(" ").filter((f) => f.length > 0);
|
|
116
|
+
if (!g?.length) return "";
|
|
117
|
+
const w = g[0].charAt(0), p = g.length > 1 ? g[g.length - 1].charAt(0) : "";
|
|
118
|
+
return (w + p).toUpperCase();
|
|
119
119
|
}), c = () => {
|
|
120
120
|
t.value = !0, a.value = !1;
|
|
121
|
-
},
|
|
121
|
+
}, v = () => {
|
|
122
122
|
t.value = !1, a.value = !0;
|
|
123
123
|
};
|
|
124
|
-
return (
|
|
124
|
+
return (g, w) => (l(), d("div", {
|
|
125
125
|
class: ne(["toolkit-avatar-wrapper", `toolkit-avatar--${e.size}`])
|
|
126
126
|
}, [
|
|
127
127
|
k("div", {
|
|
@@ -133,7 +133,7 @@ const Fa = { render: Ba }, ln = {
|
|
|
133
133
|
alt: e.alt,
|
|
134
134
|
class: "toolkit-avatar__image",
|
|
135
135
|
onError: c,
|
|
136
|
-
onLoad:
|
|
136
|
+
onLoad: v
|
|
137
137
|
}, null, 40, qa)) : (l(), d("span", Ga, R(m.value), 1))
|
|
138
138
|
], 2),
|
|
139
139
|
e.withIcon || e.withColor ? (l(), d("div", {
|
|
@@ -168,7 +168,7 @@ const Fa = { render: Ba }, ln = {
|
|
|
168
168
|
}, Za = {
|
|
169
169
|
key: 5,
|
|
170
170
|
class: "toolkit-button--icon-trailing"
|
|
171
|
-
},
|
|
171
|
+
}, ce = /* @__PURE__ */ ee({
|
|
172
172
|
__name: "Button",
|
|
173
173
|
props: {
|
|
174
174
|
label: {},
|
|
@@ -185,7 +185,7 @@ const Fa = { render: Ba }, ln = {
|
|
|
185
185
|
},
|
|
186
186
|
emits: ["click"],
|
|
187
187
|
setup(e, { emit: n }) {
|
|
188
|
-
const t = e, a = n, o =
|
|
188
|
+
const t = e, a = n, o = h(() => [
|
|
189
189
|
"toolkit-button",
|
|
190
190
|
`toolkit-button--${t.type}`,
|
|
191
191
|
`toolkit-button--${t.size}`,
|
|
@@ -225,7 +225,7 @@ const Fa = { render: Ba }, ln = {
|
|
|
225
225
|
}, to = { class: "toolkit-breadcrumbs__list" }, no = {
|
|
226
226
|
key: 0,
|
|
227
227
|
class: "toolkit-breadcrumbs__current"
|
|
228
|
-
},
|
|
228
|
+
}, Fv = /* @__PURE__ */ ee({
|
|
229
229
|
__name: "Breadcrumbs",
|
|
230
230
|
props: {
|
|
231
231
|
items: {}
|
|
@@ -238,7 +238,7 @@ const Fa = { render: Ba }, ln = {
|
|
|
238
238
|
class: ne(["toolkit-breadcrumbs__item", { "toolkit-breadcrumbs__item--current": o === e.items.length - 1 }])
|
|
239
239
|
}, [
|
|
240
240
|
o === e.items.length - 1 ? (l(), d("span", no, R(a.label), 1)) : (l(), d(ae, { key: 1 }, [
|
|
241
|
-
D(
|
|
241
|
+
D(ce, {
|
|
242
242
|
type: "link-black",
|
|
243
243
|
label: a.label,
|
|
244
244
|
href: a.href,
|
|
@@ -263,7 +263,7 @@ const Fa = { render: Ba }, ln = {
|
|
|
263
263
|
},
|
|
264
264
|
emits: ["update:checked", "change"],
|
|
265
265
|
setup(e, { emit: n }) {
|
|
266
|
-
const t = e, a = n, o =
|
|
266
|
+
const t = e, a = n, o = h(() => t.id || `checkbox-${Math.random().toString(36).slice(2, 11)}`), i = h(() => [
|
|
267
267
|
"toolkit-checkbox",
|
|
268
268
|
t.disabled && "toolkit-checkbox--disabled",
|
|
269
269
|
t.checked && "toolkit-checkbox--checked"
|
|
@@ -304,89 +304,89 @@ const Fa = { render: Ba }, ln = {
|
|
|
304
304
|
isOpen: { type: Boolean, default: void 0 }
|
|
305
305
|
},
|
|
306
306
|
setup(e) {
|
|
307
|
-
const n = e, t = gn(), a =
|
|
307
|
+
const n = e, t = gn(), a = h(() => !!t.content || !!n.title), o = M(null), i = M(null), r = M(!1), s = M(n.position), u = M({});
|
|
308
308
|
let m = null, c = null;
|
|
309
|
-
const
|
|
309
|
+
const v = async () => {
|
|
310
310
|
a.value && n.isOpen !== !1 && (m && clearTimeout(m), c && clearTimeout(c), m = setTimeout(async () => {
|
|
311
|
-
r.value = !0, await fe(), await fe(),
|
|
311
|
+
r.value = !0, await fe(), await fe(), w(), setTimeout(w, 10), window.addEventListener("scroll", w, !0), window.addEventListener("resize", w);
|
|
312
312
|
}, n.delay));
|
|
313
|
-
},
|
|
313
|
+
}, g = () => {
|
|
314
314
|
n.isOpen || (m && (clearTimeout(m), m = null), c && clearTimeout(c), c = setTimeout(() => {
|
|
315
|
-
r.value = !1, window.removeEventListener("scroll",
|
|
315
|
+
r.value = !1, window.removeEventListener("scroll", w, !0), window.removeEventListener("resize", w);
|
|
316
316
|
}, 100));
|
|
317
|
-
},
|
|
317
|
+
}, w = () => {
|
|
318
318
|
if (!o.value || !i.value) return;
|
|
319
|
-
const
|
|
319
|
+
const f = (o.value.firstElementChild ?? o.value).getBoundingClientRect(), x = {
|
|
320
320
|
width: i.value.offsetWidth,
|
|
321
321
|
height: i.value.offsetHeight
|
|
322
322
|
}, T = window.innerHeight, S = window.innerWidth, _ = 8;
|
|
323
|
-
let $ = n.position, b = 0,
|
|
323
|
+
let $ = n.position, b = 0, y = 0;
|
|
324
324
|
const W = {
|
|
325
325
|
"top-left": () => {
|
|
326
|
-
b =
|
|
326
|
+
b = f.top - x.height - _, y = f.left;
|
|
327
327
|
},
|
|
328
328
|
"top-middle": () => {
|
|
329
|
-
b =
|
|
329
|
+
b = f.top - x.height - _, y = f.left + f.width / 2 - x.width / 2;
|
|
330
330
|
},
|
|
331
331
|
"top-right": () => {
|
|
332
|
-
b =
|
|
332
|
+
b = f.top - x.height - _, y = f.right - x.width;
|
|
333
333
|
},
|
|
334
334
|
"bottom-left": () => {
|
|
335
|
-
b =
|
|
335
|
+
b = f.bottom + _, y = f.left;
|
|
336
336
|
},
|
|
337
337
|
"bottom-middle": () => {
|
|
338
|
-
b =
|
|
338
|
+
b = f.bottom + _, y = f.left + f.width / 2 - x.width / 2;
|
|
339
339
|
},
|
|
340
340
|
"bottom-right": () => {
|
|
341
|
-
b =
|
|
341
|
+
b = f.bottom + _, y = f.right - x.width;
|
|
342
342
|
},
|
|
343
343
|
"left-top": () => {
|
|
344
|
-
b =
|
|
344
|
+
b = f.top, y = f.left - x.width - _;
|
|
345
345
|
},
|
|
346
346
|
"left-middle": () => {
|
|
347
|
-
b =
|
|
347
|
+
b = f.top + f.height / 2 - x.height / 2, y = f.left - x.width - _;
|
|
348
348
|
},
|
|
349
349
|
"left-bottom": () => {
|
|
350
|
-
b =
|
|
350
|
+
b = f.bottom - x.height, y = f.left - x.width - _;
|
|
351
351
|
},
|
|
352
352
|
"right-top": () => {
|
|
353
|
-
b =
|
|
353
|
+
b = f.top, y = f.right + _;
|
|
354
354
|
},
|
|
355
355
|
"right-middle": () => {
|
|
356
|
-
b =
|
|
356
|
+
b = f.top + f.height / 2 - x.height / 2, y = f.right + _;
|
|
357
357
|
},
|
|
358
358
|
"right-bottom": () => {
|
|
359
|
-
b =
|
|
359
|
+
b = f.bottom - x.height, y = f.right + _;
|
|
360
360
|
}
|
|
361
361
|
};
|
|
362
362
|
W[$]?.();
|
|
363
363
|
const I = (O, z) => {
|
|
364
364
|
$ = $.replace(O, z), W[$]?.();
|
|
365
|
-
}, U = b >= 10, B = b + x.height <= T - 10, H =
|
|
366
|
-
$.startsWith("top-") && !U &&
|
|
365
|
+
}, U = b >= 10, B = b + x.height <= T - 10, H = y >= 10, N = y + x.width <= S - 10;
|
|
366
|
+
$.startsWith("top-") && !U && f.bottom + x.height + _ <= T - 10 ? I("top-", "bottom-") : $.startsWith("bottom-") && !B && f.top - x.height - _ >= 10 ? I("bottom-", "top-") : $.startsWith("left-") && !H && f.right + x.width + _ <= S - 10 ? I("left-", "right-") : $.startsWith("right-") && !N && f.left - x.width - _ >= 10 && I("right-", "left-"), y = Math.max(10, Math.min(y, S - x.width - 10)), b = Math.max(10, Math.min(b, T - x.height - 10)), s.value = $, u.value = {
|
|
367
367
|
position: "fixed",
|
|
368
368
|
top: `${b}px`,
|
|
369
|
-
left: `${
|
|
369
|
+
left: `${y}px`,
|
|
370
370
|
zIndex: "10000",
|
|
371
371
|
...n.maxWidth ? { maxWidth: `${n.maxWidth}px` } : {}
|
|
372
372
|
};
|
|
373
373
|
};
|
|
374
374
|
return Te(
|
|
375
375
|
() => n.isOpen,
|
|
376
|
-
async (
|
|
377
|
-
|
|
376
|
+
async (p) => {
|
|
377
|
+
p ? (r.value = !0, await fe(), await fe(), w(), window.addEventListener("scroll", w, !0), window.addEventListener("resize", w)) : p === !1 && (m && (clearTimeout(m), m = null), c && (clearTimeout(c), c = null), r.value = !1, window.removeEventListener("scroll", w, !0), window.removeEventListener("resize", w));
|
|
378
378
|
},
|
|
379
379
|
{ immediate: !0 }
|
|
380
380
|
), bt(() => {
|
|
381
|
-
m && clearTimeout(m), c && clearTimeout(c), window.removeEventListener("scroll",
|
|
382
|
-
}), (
|
|
381
|
+
m && clearTimeout(m), c && clearTimeout(c), window.removeEventListener("scroll", w, !0), window.removeEventListener("resize", w);
|
|
382
|
+
}), (p, f) => (l(), d("div", {
|
|
383
383
|
ref_key: "triggerRef",
|
|
384
384
|
ref: o,
|
|
385
385
|
class: "toolkit-context-card-wrapper",
|
|
386
|
-
onMouseenter:
|
|
387
|
-
onMouseleave:
|
|
386
|
+
onMouseenter: v,
|
|
387
|
+
onMouseleave: g
|
|
388
388
|
}, [
|
|
389
|
-
Pe(
|
|
389
|
+
Pe(p.$slots, "default"),
|
|
390
390
|
(l(), Y(Fe, { to: "body" }, [
|
|
391
391
|
D(lt, { name: "toolkit-context-card-fade" }, {
|
|
392
392
|
default: X(() => [
|
|
@@ -400,11 +400,11 @@ const Fa = { render: Ba }, ln = {
|
|
|
400
400
|
]]),
|
|
401
401
|
style: ue(u.value),
|
|
402
402
|
role: "tooltip",
|
|
403
|
-
onMouseenter:
|
|
404
|
-
onMouseleave:
|
|
403
|
+
onMouseenter: v,
|
|
404
|
+
onMouseleave: g
|
|
405
405
|
}, [
|
|
406
406
|
k("div", lo, [
|
|
407
|
-
Pe(
|
|
407
|
+
Pe(p.$slots, "content", {}, () => [
|
|
408
408
|
en(R(e.title), 1)
|
|
409
409
|
])
|
|
410
410
|
])
|
|
@@ -614,7 +614,7 @@ const wo = {
|
|
|
614
614
|
const o = wo[e];
|
|
615
615
|
return typeof o == "string" ? a = o : n === 1 ? a = o.one : a = o.other.replace("{{count}}", n.toString()), t?.addSuffix ? t.comparison && t.comparison > 0 ? "in " + a : a + " ago" : a;
|
|
616
616
|
};
|
|
617
|
-
function
|
|
617
|
+
function me(e) {
|
|
618
618
|
return (n = {}) => {
|
|
619
619
|
const t = n.width ? String(n.width) : e.defaultWidth;
|
|
620
620
|
return e.formats[t] || e.formats[e.defaultWidth];
|
|
@@ -636,15 +636,15 @@ const ko = {
|
|
|
636
636
|
medium: "{{date}}, {{time}}",
|
|
637
637
|
short: "{{date}}, {{time}}"
|
|
638
638
|
}, $o = {
|
|
639
|
-
date:
|
|
639
|
+
date: me({
|
|
640
640
|
formats: ko,
|
|
641
641
|
defaultWidth: "full"
|
|
642
642
|
}),
|
|
643
|
-
time:
|
|
643
|
+
time: me({
|
|
644
644
|
formats: Mo,
|
|
645
645
|
defaultWidth: "full"
|
|
646
646
|
}),
|
|
647
|
-
dateTime:
|
|
647
|
+
dateTime: me({
|
|
648
648
|
formats: xo,
|
|
649
649
|
defaultWidth: "full"
|
|
650
650
|
})
|
|
@@ -827,9 +827,9 @@ function Z(e) {
|
|
|
827
827
|
const a = t.width, o = a && e.matchPatterns[a] || e.matchPatterns[e.defaultMatchWidth], i = n.match(o);
|
|
828
828
|
if (!i)
|
|
829
829
|
return null;
|
|
830
|
-
const r = i[0], s = a && e.parsePatterns[a] || e.parsePatterns[e.defaultParseWidth], u = Array.isArray(s) ? Eo(s, (
|
|
830
|
+
const r = i[0], s = a && e.parsePatterns[a] || e.parsePatterns[e.defaultParseWidth], u = Array.isArray(s) ? Eo(s, (v) => v.test(r)) : (
|
|
831
831
|
// [TODO] -- I challenge you to fix the type
|
|
832
|
-
Oo(s, (
|
|
832
|
+
Oo(s, (v) => v.test(r))
|
|
833
833
|
);
|
|
834
834
|
let m;
|
|
835
835
|
m = e.valueCallback ? e.valueCallback(u) : u, m = t.valueCallback ? (
|
|
@@ -1702,23 +1702,23 @@ function Ve(e, n, t) {
|
|
|
1702
1702
|
if (!bn(s))
|
|
1703
1703
|
throw new RangeError("Invalid time value");
|
|
1704
1704
|
let u = n.match(ti).map((c) => {
|
|
1705
|
-
const
|
|
1706
|
-
if (
|
|
1707
|
-
const
|
|
1708
|
-
return
|
|
1705
|
+
const v = c[0];
|
|
1706
|
+
if (v === "p" || v === "P") {
|
|
1707
|
+
const g = fn[v];
|
|
1708
|
+
return g(c, o.formatLong);
|
|
1709
1709
|
}
|
|
1710
1710
|
return c;
|
|
1711
1711
|
}).join("").match(ei).map((c) => {
|
|
1712
1712
|
if (c === "''")
|
|
1713
1713
|
return { isToken: !1, value: "'" };
|
|
1714
|
-
const
|
|
1715
|
-
if (
|
|
1714
|
+
const v = c[0];
|
|
1715
|
+
if (v === "'")
|
|
1716
1716
|
return { isToken: !1, value: ii(c) };
|
|
1717
|
-
if (On[
|
|
1717
|
+
if (On[v])
|
|
1718
1718
|
return { isToken: !0, value: c };
|
|
1719
|
-
if (
|
|
1719
|
+
if (v.match(oi))
|
|
1720
1720
|
throw new RangeError(
|
|
1721
|
-
"Format string contains an unescaped latin alphabet character `" +
|
|
1721
|
+
"Format string contains an unescaped latin alphabet character `" + v + "`"
|
|
1722
1722
|
);
|
|
1723
1723
|
return { isToken: !1, value: c };
|
|
1724
1724
|
});
|
|
@@ -1730,10 +1730,10 @@ function Ve(e, n, t) {
|
|
|
1730
1730
|
};
|
|
1731
1731
|
return u.map((c) => {
|
|
1732
1732
|
if (!c.isToken) return c.value;
|
|
1733
|
-
const
|
|
1734
|
-
(!t?.useAdditionalWeekYearTokens && pa(
|
|
1735
|
-
const
|
|
1736
|
-
return
|
|
1733
|
+
const v = c.value;
|
|
1734
|
+
(!t?.useAdditionalWeekYearTokens && pa(v) || !t?.useAdditionalDayOfYearTokens && ga(v)) && hn(v, n, String(e));
|
|
1735
|
+
const g = On[v[0]];
|
|
1736
|
+
return g(s, v, o.localize, m);
|
|
1737
1737
|
}).join("");
|
|
1738
1738
|
}
|
|
1739
1739
|
function ii(e) {
|
|
@@ -3181,32 +3181,32 @@ function Ma(e, n, t, a) {
|
|
|
3181
3181
|
firstWeekContainsDate: s,
|
|
3182
3182
|
weekStartsOn: u,
|
|
3183
3183
|
locale: r
|
|
3184
|
-
}, c = [new gi(a?.in, t)],
|
|
3184
|
+
}, c = [new gi(a?.in, t)], v = n.match(tr).map((x) => {
|
|
3185
3185
|
const T = x[0];
|
|
3186
3186
|
if (T in fn) {
|
|
3187
3187
|
const S = fn[T];
|
|
3188
3188
|
return S(x, r.formatLong);
|
|
3189
3189
|
}
|
|
3190
3190
|
return x;
|
|
3191
|
-
}).join("").match(er),
|
|
3192
|
-
for (let x of
|
|
3191
|
+
}).join("").match(er), g = [];
|
|
3192
|
+
for (let x of v) {
|
|
3193
3193
|
pa(x) && hn(x, n, e), ga(x) && hn(x, n, e);
|
|
3194
3194
|
const T = x[0], S = Zi[T];
|
|
3195
3195
|
if (S) {
|
|
3196
3196
|
const { incompatibleTokens: _ } = S;
|
|
3197
3197
|
if (Array.isArray(_)) {
|
|
3198
|
-
const b =
|
|
3199
|
-
(
|
|
3198
|
+
const b = g.find(
|
|
3199
|
+
(y) => _.includes(y.token) || y.token === T
|
|
3200
3200
|
);
|
|
3201
3201
|
if (b)
|
|
3202
3202
|
throw new RangeError(
|
|
3203
3203
|
`The format string mustn't contain \`${b.fullToken}\` and \`${x}\` at the same time`
|
|
3204
3204
|
);
|
|
3205
|
-
} else if (S.incompatibleTokens === "*" &&
|
|
3205
|
+
} else if (S.incompatibleTokens === "*" && g.length > 0)
|
|
3206
3206
|
throw new RangeError(
|
|
3207
3207
|
`The format string mustn't contain \`${x}\` and any other token at the same time`
|
|
3208
3208
|
);
|
|
3209
|
-
|
|
3209
|
+
g.push({ token: T, fullToken: x });
|
|
3210
3210
|
const $ = S.run(
|
|
3211
3211
|
e,
|
|
3212
3212
|
x,
|
|
@@ -3229,19 +3229,19 @@ function Ma(e, n, t, a) {
|
|
|
3229
3229
|
}
|
|
3230
3230
|
if (e.length > 0 && or.test(e))
|
|
3231
3231
|
return o();
|
|
3232
|
-
const
|
|
3232
|
+
const w = c.map((x) => x.priority).sort((x, T) => T - x).filter((x, T, S) => S.indexOf(x) === T).map(
|
|
3233
3233
|
(x) => c.filter((T) => T.priority === x).sort((T, S) => S.subPriority - T.subPriority)
|
|
3234
3234
|
).map((x) => x[0]);
|
|
3235
|
-
let
|
|
3236
|
-
if (isNaN(+
|
|
3237
|
-
const
|
|
3238
|
-
for (const x of
|
|
3239
|
-
if (!x.validate(
|
|
3235
|
+
let p = le(t, a?.in);
|
|
3236
|
+
if (isNaN(+p)) return o();
|
|
3237
|
+
const f = {};
|
|
3238
|
+
for (const x of w) {
|
|
3239
|
+
if (!x.validate(p, m))
|
|
3240
3240
|
return o();
|
|
3241
|
-
const T = x.set(
|
|
3242
|
-
Array.isArray(T) ? (
|
|
3241
|
+
const T = x.set(p, f, m);
|
|
3242
|
+
Array.isArray(T) ? (p = T[0], Object.assign(f, T[1])) : p = T;
|
|
3243
3243
|
}
|
|
3244
|
-
return
|
|
3244
|
+
return p;
|
|
3245
3245
|
}
|
|
3246
3246
|
function rr(e) {
|
|
3247
3247
|
return e.match(nr)[1].replace(ar, "'");
|
|
@@ -3314,69 +3314,69 @@ const hr = { class: "toolkit-tooltip__content" }, Ne = /* @__PURE__ */ ee({
|
|
|
3314
3314
|
let u = null, m = null;
|
|
3315
3315
|
const c = async () => {
|
|
3316
3316
|
n.disabled || (i.value = !0, m && (clearTimeout(m), m = null), !o.value && (u && clearTimeout(u), u = setTimeout(async () => {
|
|
3317
|
-
o.value = !0, await fe(), await fe(),
|
|
3317
|
+
o.value = !0, await fe(), await fe(), g(), setTimeout(g, 10), window.addEventListener("scroll", g, !0), window.addEventListener("resize", g);
|
|
3318
3318
|
}, n.delay)));
|
|
3319
|
-
},
|
|
3319
|
+
}, v = () => {
|
|
3320
3320
|
i.value = !1, u && (clearTimeout(u), u = null), m && clearTimeout(m), m = setTimeout(() => {
|
|
3321
|
-
i.value || (o.value = !1, window.removeEventListener("scroll",
|
|
3321
|
+
i.value || (o.value = !1, window.removeEventListener("scroll", g, !0), window.removeEventListener("resize", g));
|
|
3322
3322
|
}, 100);
|
|
3323
3323
|
};
|
|
3324
3324
|
Te(
|
|
3325
3325
|
() => n.disabled,
|
|
3326
|
-
(
|
|
3327
|
-
|
|
3326
|
+
(p) => {
|
|
3327
|
+
p && (u && (clearTimeout(u), u = null), m && (clearTimeout(m), m = null), i.value = !1, o.value = !1, window.removeEventListener("scroll", g, !0), window.removeEventListener("resize", g));
|
|
3328
3328
|
}
|
|
3329
3329
|
);
|
|
3330
|
-
const
|
|
3330
|
+
const g = () => {
|
|
3331
3331
|
if (!t.value || !a.value) return;
|
|
3332
|
-
const
|
|
3332
|
+
const p = t.value.getBoundingClientRect(), f = {
|
|
3333
3333
|
width: a.value.offsetWidth,
|
|
3334
3334
|
height: a.value.offsetHeight
|
|
3335
3335
|
}, x = window.innerHeight, T = window.innerWidth, S = 4;
|
|
3336
3336
|
let _ = n.position, $ = 0, b = 0;
|
|
3337
|
-
const
|
|
3337
|
+
const y = {
|
|
3338
3338
|
"top-left": () => {
|
|
3339
|
-
$ =
|
|
3339
|
+
$ = p.top - f.height - S, b = p.left;
|
|
3340
3340
|
},
|
|
3341
3341
|
"top-middle": () => {
|
|
3342
|
-
$ =
|
|
3342
|
+
$ = p.top - f.height - S, b = p.left + p.width / 2 - f.width / 2;
|
|
3343
3343
|
},
|
|
3344
3344
|
"top-right": () => {
|
|
3345
|
-
$ =
|
|
3345
|
+
$ = p.top - f.height - S, b = p.right - f.width;
|
|
3346
3346
|
},
|
|
3347
3347
|
"bottom-left": () => {
|
|
3348
|
-
$ =
|
|
3348
|
+
$ = p.bottom + S, b = p.left;
|
|
3349
3349
|
},
|
|
3350
3350
|
"bottom-middle": () => {
|
|
3351
|
-
$ =
|
|
3351
|
+
$ = p.bottom + S, b = p.left + p.width / 2 - f.width / 2;
|
|
3352
3352
|
},
|
|
3353
3353
|
"bottom-right": () => {
|
|
3354
|
-
$ =
|
|
3354
|
+
$ = p.bottom + S, b = p.right - f.width;
|
|
3355
3355
|
},
|
|
3356
3356
|
"left-top": () => {
|
|
3357
|
-
$ =
|
|
3357
|
+
$ = p.top, b = p.left - f.width - S;
|
|
3358
3358
|
},
|
|
3359
3359
|
"left-middle": () => {
|
|
3360
|
-
$ =
|
|
3360
|
+
$ = p.top + p.height / 2 - f.height / 2, b = p.left - f.width - S;
|
|
3361
3361
|
},
|
|
3362
3362
|
"left-bottom": () => {
|
|
3363
|
-
$ =
|
|
3363
|
+
$ = p.bottom - f.height, b = p.left - f.width - S;
|
|
3364
3364
|
},
|
|
3365
3365
|
"right-top": () => {
|
|
3366
|
-
$ =
|
|
3366
|
+
$ = p.top, b = p.right + S;
|
|
3367
3367
|
},
|
|
3368
3368
|
"right-middle": () => {
|
|
3369
|
-
$ =
|
|
3369
|
+
$ = p.top + p.height / 2 - f.height / 2, b = p.right + S;
|
|
3370
3370
|
},
|
|
3371
3371
|
"right-bottom": () => {
|
|
3372
|
-
$ =
|
|
3372
|
+
$ = p.bottom - f.height, b = p.right + S;
|
|
3373
3373
|
}
|
|
3374
3374
|
};
|
|
3375
|
-
|
|
3375
|
+
y[_]?.();
|
|
3376
3376
|
const W = (N, O) => {
|
|
3377
|
-
_ = _.replace(N, O),
|
|
3378
|
-
}, I = $ >= 10, U = $ +
|
|
3379
|
-
_.startsWith("top-") && !I &&
|
|
3377
|
+
_ = _.replace(N, O), y[_]?.();
|
|
3378
|
+
}, I = $ >= 10, U = $ + f.height <= x - 10, B = b >= 10, H = b + f.width <= T - 10;
|
|
3379
|
+
_.startsWith("top-") && !I && p.bottom + f.height + S <= x - 10 ? W("top-", "bottom-") : _.startsWith("bottom-") && !U && p.top - f.height - S >= 10 ? W("bottom-", "top-") : _.startsWith("left-") && !B && p.right + f.width + S <= T - 10 ? W("left-", "right-") : _.startsWith("right-") && !H && p.left - f.width - S >= 10 && W("right-", "left-"), b = Math.max(10, Math.min(b, T - f.width - 10)), $ = Math.max(10, Math.min($, x - f.height - 10)), r.value = _, s.value = {
|
|
3380
3380
|
position: "fixed",
|
|
3381
3381
|
top: `${$}px`,
|
|
3382
3382
|
left: `${b}px`,
|
|
@@ -3387,24 +3387,24 @@ const hr = { class: "toolkit-tooltip__content" }, Ne = /* @__PURE__ */ ee({
|
|
|
3387
3387
|
Te(
|
|
3388
3388
|
() => n.title,
|
|
3389
3389
|
async () => {
|
|
3390
|
-
o.value && (await fe(),
|
|
3390
|
+
o.value && (await fe(), g());
|
|
3391
3391
|
}
|
|
3392
3392
|
);
|
|
3393
|
-
const
|
|
3394
|
-
|
|
3393
|
+
const w = (p) => {
|
|
3394
|
+
p.persisted && (i.value = !1, o.value = !1);
|
|
3395
3395
|
};
|
|
3396
3396
|
return st(() => {
|
|
3397
|
-
window.addEventListener("pageshow",
|
|
3397
|
+
window.addEventListener("pageshow", w);
|
|
3398
3398
|
}), bt(() => {
|
|
3399
|
-
u && clearTimeout(u), m && clearTimeout(m), window.removeEventListener("scroll",
|
|
3400
|
-
}), (
|
|
3399
|
+
u && clearTimeout(u), m && clearTimeout(m), window.removeEventListener("scroll", g, !0), window.removeEventListener("resize", g), window.removeEventListener("pageshow", w);
|
|
3400
|
+
}), (p, f) => (l(), d("div", {
|
|
3401
3401
|
ref_key: "triggerRef",
|
|
3402
3402
|
ref: t,
|
|
3403
3403
|
class: "toolkit-tooltip-wrapper",
|
|
3404
3404
|
onMouseenter: c,
|
|
3405
|
-
onMouseleave:
|
|
3405
|
+
onMouseleave: v
|
|
3406
3406
|
}, [
|
|
3407
|
-
Pe(
|
|
3407
|
+
Pe(p.$slots, "default"),
|
|
3408
3408
|
(l(), Y(Fe, { to: "body" }, [
|
|
3409
3409
|
D(lt, { name: "toolkit-tooltip-fade" }, {
|
|
3410
3410
|
default: X(() => [
|
|
@@ -3417,7 +3417,7 @@ const hr = { class: "toolkit-tooltip__content" }, Ne = /* @__PURE__ */ ee({
|
|
|
3417
3417
|
role: "tooltip"
|
|
3418
3418
|
}, [
|
|
3419
3419
|
k("div", hr, [
|
|
3420
|
-
Pe(
|
|
3420
|
+
Pe(p.$slots, "content", {}, () => [
|
|
3421
3421
|
en(R(e.title), 1)
|
|
3422
3422
|
])
|
|
3423
3423
|
])
|
|
@@ -3607,15 +3607,15 @@ const hr = { class: "toolkit-tooltip__content" }, Ne = /* @__PURE__ */ ee({
|
|
|
3607
3607
|
medium: "{{date}} {{time}}",
|
|
3608
3608
|
short: "{{date}} {{time}}"
|
|
3609
3609
|
}, yr = {
|
|
3610
|
-
date:
|
|
3610
|
+
date: me({
|
|
3611
3611
|
formats: gr,
|
|
3612
3612
|
defaultWidth: "full"
|
|
3613
3613
|
}),
|
|
3614
|
-
time:
|
|
3614
|
+
time: me({
|
|
3615
3615
|
formats: pr,
|
|
3616
3616
|
defaultWidth: "full"
|
|
3617
3617
|
}),
|
|
3618
|
-
dateTime:
|
|
3618
|
+
dateTime: me({
|
|
3619
3619
|
formats: br,
|
|
3620
3620
|
defaultWidth: "full"
|
|
3621
3621
|
})
|
|
@@ -3915,15 +3915,15 @@ const hr = { class: "toolkit-tooltip__content" }, Ne = /* @__PURE__ */ ee({
|
|
|
3915
3915
|
medium: "{{date}}, {{time}}",
|
|
3916
3916
|
short: "{{date}}, {{time}}"
|
|
3917
3917
|
}, qr = {
|
|
3918
|
-
date:
|
|
3918
|
+
date: me({
|
|
3919
3919
|
formats: Fr,
|
|
3920
3920
|
defaultWidth: "full"
|
|
3921
3921
|
}),
|
|
3922
|
-
time:
|
|
3922
|
+
time: me({
|
|
3923
3923
|
formats: Yr,
|
|
3924
3924
|
defaultWidth: "full"
|
|
3925
3925
|
}),
|
|
3926
|
-
dateTime:
|
|
3926
|
+
dateTime: me({
|
|
3927
3927
|
formats: jr,
|
|
3928
3928
|
defaultWidth: "full"
|
|
3929
3929
|
})
|
|
@@ -4020,15 +4020,15 @@ const hr = { class: "toolkit-tooltip__content" }, Ne = /* @__PURE__ */ ee({
|
|
|
4020
4020
|
medium: "{{date}}, {{time}}",
|
|
4021
4021
|
short: "{{date}}, {{time}}"
|
|
4022
4022
|
}, Jr = {
|
|
4023
|
-
date:
|
|
4023
|
+
date: me({
|
|
4024
4024
|
formats: Ur,
|
|
4025
4025
|
defaultWidth: "full"
|
|
4026
4026
|
}),
|
|
4027
|
-
time:
|
|
4027
|
+
time: me({
|
|
4028
4028
|
formats: Qr,
|
|
4029
4029
|
defaultWidth: "full"
|
|
4030
4030
|
}),
|
|
4031
|
-
dateTime:
|
|
4031
|
+
dateTime: me({
|
|
4032
4032
|
formats: Kr,
|
|
4033
4033
|
defaultWidth: "full"
|
|
4034
4034
|
})
|
|
@@ -4387,15 +4387,15 @@ const hr = { class: "toolkit-tooltip__content" }, Ne = /* @__PURE__ */ ee({
|
|
|
4387
4387
|
medium: "{{date}}, {{time}}",
|
|
4388
4388
|
short: "{{date}}, {{time}}"
|
|
4389
4389
|
}, Cl = {
|
|
4390
|
-
date:
|
|
4390
|
+
date: me({
|
|
4391
4391
|
formats: Pl,
|
|
4392
4392
|
defaultWidth: "full"
|
|
4393
4393
|
}),
|
|
4394
|
-
time:
|
|
4394
|
+
time: me({
|
|
4395
4395
|
formats: Tl,
|
|
4396
4396
|
defaultWidth: "full"
|
|
4397
4397
|
}),
|
|
4398
|
-
dateTime:
|
|
4398
|
+
dateTime: me({
|
|
4399
4399
|
formats: _l,
|
|
4400
4400
|
defaultWidth: "full"
|
|
4401
4401
|
})
|
|
@@ -4719,15 +4719,15 @@ const hr = { class: "toolkit-tooltip__content" }, Ne = /* @__PURE__ */ ee({
|
|
|
4719
4719
|
medium: "{{date}} {{time}}",
|
|
4720
4720
|
short: "{{date}} {{time}}"
|
|
4721
4721
|
}, as = {
|
|
4722
|
-
date:
|
|
4722
|
+
date: me({
|
|
4723
4723
|
formats: es,
|
|
4724
4724
|
defaultWidth: "full"
|
|
4725
4725
|
}),
|
|
4726
|
-
time:
|
|
4726
|
+
time: me({
|
|
4727
4727
|
formats: ts,
|
|
4728
4728
|
defaultWidth: "full"
|
|
4729
4729
|
}),
|
|
4730
|
-
dateTime:
|
|
4730
|
+
dateTime: me({
|
|
4731
4731
|
formats: ns,
|
|
4732
4732
|
defaultWidth: "full"
|
|
4733
4733
|
})
|
|
@@ -5113,15 +5113,15 @@ const rs = {
|
|
|
5113
5113
|
medium: "{{date}}, {{time}}",
|
|
5114
5114
|
short: "{{date}}, {{time}}"
|
|
5115
5115
|
}, Es = {
|
|
5116
|
-
date:
|
|
5116
|
+
date: me({
|
|
5117
5117
|
formats: Ss,
|
|
5118
5118
|
defaultWidth: "full"
|
|
5119
5119
|
}),
|
|
5120
|
-
time:
|
|
5120
|
+
time: me({
|
|
5121
5121
|
formats: zs,
|
|
5122
5122
|
defaultWidth: "full"
|
|
5123
5123
|
}),
|
|
5124
|
-
dateTime:
|
|
5124
|
+
dateTime: me({
|
|
5125
5125
|
formats: Os,
|
|
5126
5126
|
defaultWidth: "full"
|
|
5127
5127
|
})
|
|
@@ -5493,15 +5493,15 @@ const iu = (e, n, t) => {
|
|
|
5493
5493
|
medium: "{{date}}, {{time}}",
|
|
5494
5494
|
short: "{{date}}, {{time}}"
|
|
5495
5495
|
}, uu = {
|
|
5496
|
-
date:
|
|
5496
|
+
date: me({
|
|
5497
5497
|
formats: ru,
|
|
5498
5498
|
defaultWidth: "full"
|
|
5499
5499
|
}),
|
|
5500
|
-
time:
|
|
5500
|
+
time: me({
|
|
5501
5501
|
formats: lu,
|
|
5502
5502
|
defaultWidth: "full"
|
|
5503
5503
|
}),
|
|
5504
|
-
dateTime:
|
|
5504
|
+
dateTime: me({
|
|
5505
5505
|
formats: su,
|
|
5506
5506
|
defaultWidth: "full"
|
|
5507
5507
|
})
|
|
@@ -5940,15 +5940,15 @@ const hu = {
|
|
|
5940
5940
|
medium: "{{date}}, {{time}}",
|
|
5941
5941
|
short: "{{date}}, {{time}}"
|
|
5942
5942
|
}, Yu = {
|
|
5943
|
-
date:
|
|
5943
|
+
date: me({
|
|
5944
5944
|
formats: Hu,
|
|
5945
5945
|
defaultWidth: "full"
|
|
5946
5946
|
}),
|
|
5947
|
-
time:
|
|
5947
|
+
time: me({
|
|
5948
5948
|
formats: Bu,
|
|
5949
5949
|
defaultWidth: "full"
|
|
5950
5950
|
}),
|
|
5951
|
-
dateTime:
|
|
5951
|
+
dateTime: me({
|
|
5952
5952
|
formats: Fu,
|
|
5953
5953
|
defaultWidth: "full"
|
|
5954
5954
|
})
|
|
@@ -6419,15 +6419,15 @@ const hd = (e, n) => n && n.addSuffix ? n.comparison && n.comparison > 0 ? "за
|
|
|
6419
6419
|
medium: "{{date}}, {{time}}",
|
|
6420
6420
|
short: "{{date}}, {{time}}"
|
|
6421
6421
|
}, wd = {
|
|
6422
|
-
date:
|
|
6422
|
+
date: me({
|
|
6423
6423
|
formats: pd,
|
|
6424
6424
|
defaultWidth: "full"
|
|
6425
6425
|
}),
|
|
6426
|
-
time:
|
|
6426
|
+
time: me({
|
|
6427
6427
|
formats: bd,
|
|
6428
6428
|
defaultWidth: "full"
|
|
6429
6429
|
}),
|
|
6430
|
-
dateTime:
|
|
6430
|
+
dateTime: me({
|
|
6431
6431
|
formats: yd,
|
|
6432
6432
|
defaultWidth: "full"
|
|
6433
6433
|
})
|
|
@@ -6860,15 +6860,15 @@ const xd = (e, n, t) => {
|
|
|
6860
6860
|
medium: "{{date}} {{time}}",
|
|
6861
6861
|
short: "{{date}} {{time}}"
|
|
6862
6862
|
}, ec = {
|
|
6863
|
-
date:
|
|
6863
|
+
date: me({
|
|
6864
6864
|
formats: Kd,
|
|
6865
6865
|
defaultWidth: "full"
|
|
6866
6866
|
}),
|
|
6867
|
-
time:
|
|
6867
|
+
time: me({
|
|
6868
6868
|
formats: Jd,
|
|
6869
6869
|
defaultWidth: "full"
|
|
6870
6870
|
}),
|
|
6871
|
-
dateTime:
|
|
6871
|
+
dateTime: me({
|
|
6872
6872
|
formats: Zd,
|
|
6873
6873
|
defaultWidth: "full"
|
|
6874
6874
|
})
|
|
@@ -7456,15 +7456,15 @@ const qe = {
|
|
|
7456
7456
|
},
|
|
7457
7457
|
emits: ["previousYear", "previousMonth", "nextMonth", "nextYear", "selectMonth", "selectYear"],
|
|
7458
7458
|
setup(e, { emit: n }) {
|
|
7459
|
-
const t = e, a =
|
|
7459
|
+
const t = e, a = h(
|
|
7460
7460
|
() => t.view === "year" ? qe[t.locale].tooltips.previous : qe[t.locale].tooltips.previousYear
|
|
7461
|
-
), o =
|
|
7461
|
+
), o = h(
|
|
7462
7462
|
() => t.view === "year" ? qe[t.locale].tooltips.next : qe[t.locale].tooltips.nextYear
|
|
7463
7463
|
), i = n;
|
|
7464
7464
|
return (r, s) => (l(), d("div", $c, [
|
|
7465
7465
|
D(Ne, { title: a.value }, {
|
|
7466
7466
|
default: X(() => [
|
|
7467
|
-
D(
|
|
7467
|
+
D(ce, {
|
|
7468
7468
|
type: "tertiary",
|
|
7469
7469
|
shape: "square",
|
|
7470
7470
|
size: "x-small",
|
|
@@ -7483,7 +7483,7 @@ const qe = {
|
|
|
7483
7483
|
title: ke(qe)[e.locale].tooltips.previousMonth
|
|
7484
7484
|
}, {
|
|
7485
7485
|
default: X(() => [
|
|
7486
|
-
D(
|
|
7486
|
+
D(ce, {
|
|
7487
7487
|
type: "tertiary",
|
|
7488
7488
|
shape: "square",
|
|
7489
7489
|
size: "x-small",
|
|
@@ -7499,19 +7499,19 @@ const qe = {
|
|
|
7499
7499
|
}, 8, ["title"])) : C("", !0),
|
|
7500
7500
|
k("div", Pc, [
|
|
7501
7501
|
e.view === "calendar" ? (l(), d(ae, { key: 0 }, [
|
|
7502
|
-
D(
|
|
7502
|
+
D(ce, {
|
|
7503
7503
|
label: e.month,
|
|
7504
7504
|
type: "tertiary",
|
|
7505
7505
|
size: "small",
|
|
7506
7506
|
onClick: s[2] || (s[2] = (u) => i("selectMonth"))
|
|
7507
7507
|
}, null, 8, ["label"]),
|
|
7508
|
-
D(
|
|
7508
|
+
D(ce, {
|
|
7509
7509
|
label: e.year,
|
|
7510
7510
|
type: "tertiary",
|
|
7511
7511
|
size: "small",
|
|
7512
7512
|
onClick: s[3] || (s[3] = (u) => i("selectYear"))
|
|
7513
7513
|
}, null, 8, ["label"])
|
|
7514
|
-
], 64)) : e.view === "month" ? (l(), Y(
|
|
7514
|
+
], 64)) : e.view === "month" ? (l(), Y(ce, {
|
|
7515
7515
|
key: 1,
|
|
7516
7516
|
label: e.year,
|
|
7517
7517
|
type: "tertiary",
|
|
@@ -7524,7 +7524,7 @@ const qe = {
|
|
|
7524
7524
|
title: ke(qe)[e.locale].tooltips.nextMonth
|
|
7525
7525
|
}, {
|
|
7526
7526
|
default: X(() => [
|
|
7527
|
-
D(
|
|
7527
|
+
D(ce, {
|
|
7528
7528
|
type: "tertiary",
|
|
7529
7529
|
shape: "square",
|
|
7530
7530
|
size: "x-small",
|
|
@@ -7540,7 +7540,7 @@ const qe = {
|
|
|
7540
7540
|
}, 8, ["title"])) : C("", !0),
|
|
7541
7541
|
D(Ne, { title: o.value }, {
|
|
7542
7542
|
default: X(() => [
|
|
7543
|
-
D(
|
|
7543
|
+
D(ce, {
|
|
7544
7544
|
type: "tertiary",
|
|
7545
7545
|
shape: "square",
|
|
7546
7546
|
size: "x-small",
|
|
@@ -7592,14 +7592,14 @@ const qe = {
|
|
|
7592
7592
|
},
|
|
7593
7593
|
emits: ["update:modelValue", "focus", "blur", "clear", "increment", "decrement"],
|
|
7594
7594
|
setup(e, { expose: n, emit: t }) {
|
|
7595
|
-
const a = e, o = t, i = gn(), r = M(null), s =
|
|
7595
|
+
const a = e, o = t, i = gn(), r = M(null), s = h(() => a.id || `input-${Math.random().toString(36).slice(2, 11)}`), u = h(() => !!i["leading-icon"]), m = h(() => !!i["trailing-icon"]), c = h(() => {
|
|
7596
7596
|
const $ = parseFloat(a.modelValue || "0");
|
|
7597
7597
|
return isNaN($) ? 0 : $;
|
|
7598
|
-
}),
|
|
7598
|
+
}), v = h(
|
|
7599
7599
|
() => a.min !== void 0 && c.value <= a.min
|
|
7600
|
-
),
|
|
7600
|
+
), g = h(
|
|
7601
7601
|
() => a.max !== void 0 && c.value >= a.max
|
|
7602
|
-
),
|
|
7602
|
+
), w = h(() => [
|
|
7603
7603
|
"toolkit-input",
|
|
7604
7604
|
`toolkit-input--${a.size}`,
|
|
7605
7605
|
{
|
|
@@ -7607,30 +7607,30 @@ const qe = {
|
|
|
7607
7607
|
"toolkit-input--disabled": a.disabled,
|
|
7608
7608
|
"toolkit-input--error": a.isError || a.errorMessage
|
|
7609
7609
|
}
|
|
7610
|
-
]),
|
|
7610
|
+
]), p = ($) => {
|
|
7611
7611
|
o("update:modelValue", $.target.value);
|
|
7612
|
-
},
|
|
7612
|
+
}, f = ($) => {
|
|
7613
7613
|
o("focus", $);
|
|
7614
7614
|
}, x = ($) => {
|
|
7615
7615
|
if (a.type === "number" && a.numberType) {
|
|
7616
|
-
const b = $.target,
|
|
7617
|
-
if (
|
|
7616
|
+
const b = $.target, y = b.value;
|
|
7617
|
+
if (y === "") {
|
|
7618
7618
|
a.modelValue !== "" && a.modelValue !== void 0 && o("update:modelValue", ""), o("blur", $);
|
|
7619
7619
|
return;
|
|
7620
7620
|
}
|
|
7621
|
-
const W = Number(
|
|
7621
|
+
const W = Number(y);
|
|
7622
7622
|
let I;
|
|
7623
|
-
Number.isFinite(W) ? a.numberType === "integer" ? I = String(Math.trunc(W)) : I = String(W) : I = "", I !==
|
|
7623
|
+
Number.isFinite(W) ? a.numberType === "integer" ? I = String(Math.trunc(W)) : I = String(W) : I = "", I !== y && (b.value = I), I !== a.modelValue && o("update:modelValue", I);
|
|
7624
7624
|
}
|
|
7625
7625
|
o("blur", $);
|
|
7626
7626
|
}, T = () => {
|
|
7627
7627
|
o("update:modelValue", ""), o("clear"), r.value?.focus();
|
|
7628
7628
|
}, S = () => {
|
|
7629
|
-
if (a.disabled ||
|
|
7629
|
+
if (a.disabled || g.value) return;
|
|
7630
7630
|
const $ = c.value + a.step, b = a.max !== void 0 ? Math.min($, a.max) : $;
|
|
7631
7631
|
o("update:modelValue", b.toString()), o("increment");
|
|
7632
7632
|
}, _ = () => {
|
|
7633
|
-
if (a.disabled ||
|
|
7633
|
+
if (a.disabled || v.value) return;
|
|
7634
7634
|
const $ = c.value - a.step, b = a.min !== void 0 ? Math.max($, a.min) : $;
|
|
7635
7635
|
o("update:modelValue", b.toString()), o("decrement");
|
|
7636
7636
|
};
|
|
@@ -7640,7 +7640,7 @@ const qe = {
|
|
|
7640
7640
|
}), ($, b) => (l(), d("div", Cc, [
|
|
7641
7641
|
e.label ? (l(), d("div", Dc, R(e.label), 1)) : C("", !0),
|
|
7642
7642
|
k("div", {
|
|
7643
|
-
class: ne(
|
|
7643
|
+
class: ne(w.value)
|
|
7644
7644
|
}, [
|
|
7645
7645
|
u.value && e.type !== "number" ? (l(), d("div", Wc, [
|
|
7646
7646
|
Pe($.$slots, "leading-icon")
|
|
@@ -7658,15 +7658,15 @@ const qe = {
|
|
|
7658
7658
|
min: e.min,
|
|
7659
7659
|
max: e.max,
|
|
7660
7660
|
class: "toolkit-input__field",
|
|
7661
|
-
onInput:
|
|
7662
|
-
onFocus:
|
|
7661
|
+
onInput: p,
|
|
7662
|
+
onFocus: f,
|
|
7663
7663
|
onBlur: x
|
|
7664
7664
|
}, null, 40, Sc),
|
|
7665
7665
|
e.type === "number" && !e.disabled ? (l(), d("div", zc, [
|
|
7666
7666
|
k("button", {
|
|
7667
7667
|
type: "button",
|
|
7668
7668
|
class: "toolkit-input__number-btn toolkit-input__number-btn--decrement",
|
|
7669
|
-
disabled:
|
|
7669
|
+
disabled: v.value,
|
|
7670
7670
|
onClick: _
|
|
7671
7671
|
}, [
|
|
7672
7672
|
D(re, {
|
|
@@ -7677,7 +7677,7 @@ const qe = {
|
|
|
7677
7677
|
k("button", {
|
|
7678
7678
|
type: "button",
|
|
7679
7679
|
class: "toolkit-input__number-btn toolkit-input__number-btn--increment",
|
|
7680
|
-
disabled:
|
|
7680
|
+
disabled: g.value,
|
|
7681
7681
|
onClick: S
|
|
7682
7682
|
}, [
|
|
7683
7683
|
D(re, {
|
|
@@ -7799,8 +7799,8 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
7799
7799
|
},
|
|
7800
7800
|
emits: ["update:inputValue", "update:inputEndValue", "inputEnter", "inputEndEnter", "inputBlur", "inputEndBlur", "selectDate"],
|
|
7801
7801
|
setup(e, { emit: n }) {
|
|
7802
|
-
const t = e, a = n, o =
|
|
7803
|
-
const { key: c, ctrlKey:
|
|
7802
|
+
const t = e, a = n, o = h(() => qe[t.locale].weekDays), i = (m) => {
|
|
7803
|
+
const { key: c, ctrlKey: v, metaKey: g } = m, w = m.target;
|
|
7804
7804
|
if (!([
|
|
7805
7805
|
"Backspace",
|
|
7806
7806
|
"Delete",
|
|
@@ -7811,105 +7811,105 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
7811
7811
|
"ArrowRight",
|
|
7812
7812
|
"ArrowUp",
|
|
7813
7813
|
"ArrowDown"
|
|
7814
|
-
].includes(c) || ["a", "c", "v", "x"].includes(c) && (
|
|
7814
|
+
].includes(c) || ["a", "c", "v", "x"].includes(c) && (v || g))) {
|
|
7815
7815
|
if (!/[\d/]/.test(c)) {
|
|
7816
7816
|
m.preventDefault();
|
|
7817
7817
|
return;
|
|
7818
7818
|
}
|
|
7819
|
-
|
|
7819
|
+
w.value.length >= 10 && !w.selectionStart && m.preventDefault();
|
|
7820
7820
|
}
|
|
7821
|
-
}, r =
|
|
7821
|
+
}, r = h({
|
|
7822
7822
|
get: () => t.inputValue,
|
|
7823
7823
|
set: (m) => {
|
|
7824
7824
|
const c = Jn(m);
|
|
7825
7825
|
a("update:inputValue", c);
|
|
7826
7826
|
}
|
|
7827
|
-
}), s =
|
|
7827
|
+
}), s = h({
|
|
7828
7828
|
get: () => t.inputEndValue,
|
|
7829
7829
|
set: (m) => {
|
|
7830
7830
|
const c = Jn(m);
|
|
7831
7831
|
a("update:inputEndValue", c);
|
|
7832
7832
|
}
|
|
7833
|
-
}), u =
|
|
7833
|
+
}), u = h(() => Lc(t.calendarDays));
|
|
7834
7834
|
return (m, c) => (l(), d("div", Nc, [
|
|
7835
7835
|
e.isRange ? (l(), d("div", Rc, [
|
|
7836
7836
|
D(rt, {
|
|
7837
7837
|
modelValue: r.value,
|
|
7838
|
-
"onUpdate:modelValue": c[0] || (c[0] = (
|
|
7838
|
+
"onUpdate:modelValue": c[0] || (c[0] = (v) => r.value = v),
|
|
7839
7839
|
placeholder: "DD/MM/YYYY",
|
|
7840
7840
|
size: "x-small",
|
|
7841
7841
|
"is-error": e.isInputError,
|
|
7842
7842
|
onKeydown: [
|
|
7843
7843
|
i,
|
|
7844
|
-
c[1] || (c[1] = _e((
|
|
7844
|
+
c[1] || (c[1] = _e((v) => a("inputEnter"), ["enter"]))
|
|
7845
7845
|
],
|
|
7846
|
-
onBlur: c[2] || (c[2] = (
|
|
7846
|
+
onBlur: c[2] || (c[2] = (v) => a("inputBlur"))
|
|
7847
7847
|
}, null, 8, ["modelValue", "is-error"]),
|
|
7848
7848
|
D(rt, {
|
|
7849
7849
|
modelValue: s.value,
|
|
7850
|
-
"onUpdate:modelValue": c[3] || (c[3] = (
|
|
7850
|
+
"onUpdate:modelValue": c[3] || (c[3] = (v) => s.value = v),
|
|
7851
7851
|
placeholder: "DD/MM/YYYY",
|
|
7852
7852
|
size: "x-small",
|
|
7853
7853
|
"is-error": e.isInputEndError,
|
|
7854
7854
|
onKeydown: [
|
|
7855
7855
|
i,
|
|
7856
|
-
c[4] || (c[4] = _e((
|
|
7856
|
+
c[4] || (c[4] = _e((v) => a("inputEndEnter"), ["enter"]))
|
|
7857
7857
|
],
|
|
7858
|
-
onBlur: c[5] || (c[5] = (
|
|
7858
|
+
onBlur: c[5] || (c[5] = (v) => a("inputEndBlur"))
|
|
7859
7859
|
}, null, 8, ["modelValue", "is-error"])
|
|
7860
7860
|
])) : (l(), Y(rt, {
|
|
7861
7861
|
key: 1,
|
|
7862
7862
|
modelValue: r.value,
|
|
7863
|
-
"onUpdate:modelValue": c[6] || (c[6] = (
|
|
7863
|
+
"onUpdate:modelValue": c[6] || (c[6] = (v) => r.value = v),
|
|
7864
7864
|
placeholder: "DD/MM/YYYY",
|
|
7865
7865
|
size: "x-small",
|
|
7866
7866
|
"is-error": e.isInputError,
|
|
7867
7867
|
onKeydown: [
|
|
7868
7868
|
i,
|
|
7869
|
-
c[7] || (c[7] = _e((
|
|
7869
|
+
c[7] || (c[7] = _e((v) => a("inputEnter"), ["enter"]))
|
|
7870
7870
|
],
|
|
7871
|
-
onBlur: c[8] || (c[8] = (
|
|
7871
|
+
onBlur: c[8] || (c[8] = (v) => a("inputBlur"))
|
|
7872
7872
|
}, null, 8, ["modelValue", "is-error"])),
|
|
7873
7873
|
k("div", Hc, [
|
|
7874
|
-
(l(!0), d(ae, null, ze(o.value, (
|
|
7875
|
-
key:
|
|
7874
|
+
(l(!0), d(ae, null, ze(o.value, (v) => (l(), d("div", {
|
|
7875
|
+
key: v,
|
|
7876
7876
|
class: "toolkit-datepicker__weekday"
|
|
7877
|
-
}, R(
|
|
7877
|
+
}, R(v), 1))), 128))
|
|
7878
7878
|
]),
|
|
7879
7879
|
k("div", Bc, [
|
|
7880
|
-
(l(!0), d(ae, null, ze(u.value, (
|
|
7881
|
-
(l(!0), d(ae, null, ze(
|
|
7882
|
-
key: `${
|
|
7880
|
+
(l(!0), d(ae, null, ze(u.value, (v, g) => (l(), d(ae, { key: g }, [
|
|
7881
|
+
(l(!0), d(ae, null, ze(v, (w, p) => (l(), d(ae, {
|
|
7882
|
+
key: `${g}-${p}`
|
|
7883
7883
|
}, [
|
|
7884
|
-
|
|
7884
|
+
w.isRangeGroup ? (l(), d("div", {
|
|
7885
7885
|
key: 0,
|
|
7886
7886
|
class: "toolkit-datepicker__dates-in-range",
|
|
7887
|
-
style: ue({ gridColumn: `span ${
|
|
7887
|
+
style: ue({ gridColumn: `span ${w.days?.length}` })
|
|
7888
7888
|
}, [
|
|
7889
|
-
(l(!0), d(ae, null, ze(
|
|
7890
|
-
key:
|
|
7889
|
+
(l(!0), d(ae, null, ze(w.days, (f) => (l(), d("button", {
|
|
7890
|
+
key: f.date.toISOString(),
|
|
7891
7891
|
type: "button",
|
|
7892
7892
|
class: ne(["toolkit-datepicker__day", {
|
|
7893
|
-
"toolkit-datepicker__day--other-month": !
|
|
7894
|
-
"toolkit-datepicker__day--selected":
|
|
7895
|
-
"toolkit-datepicker__day--today":
|
|
7896
|
-
"toolkit-datepicker__day--disabled":
|
|
7893
|
+
"toolkit-datepicker__day--other-month": !f.isCurrentMonth,
|
|
7894
|
+
"toolkit-datepicker__day--selected": f.isSelected,
|
|
7895
|
+
"toolkit-datepicker__day--today": f.isToday,
|
|
7896
|
+
"toolkit-datepicker__day--disabled": f.isDisabled
|
|
7897
7897
|
}]),
|
|
7898
|
-
disabled:
|
|
7899
|
-
onClick: (x) => a("selectDate",
|
|
7900
|
-
}, R(
|
|
7898
|
+
disabled: f.isDisabled,
|
|
7899
|
+
onClick: (x) => a("selectDate", f.date)
|
|
7900
|
+
}, R(f.day), 11, Fc))), 128))
|
|
7901
7901
|
], 4)) : (l(), d("button", {
|
|
7902
7902
|
key: 1,
|
|
7903
7903
|
type: "button",
|
|
7904
7904
|
class: ne(["toolkit-datepicker__day", {
|
|
7905
|
-
"toolkit-datepicker__day--other-month": !
|
|
7906
|
-
"toolkit-datepicker__day--selected":
|
|
7907
|
-
"toolkit-datepicker__day--today":
|
|
7908
|
-
"toolkit-datepicker__day--disabled":
|
|
7905
|
+
"toolkit-datepicker__day--other-month": !w.day?.isCurrentMonth,
|
|
7906
|
+
"toolkit-datepicker__day--selected": w.day?.isSelected,
|
|
7907
|
+
"toolkit-datepicker__day--today": w.day?.isToday,
|
|
7908
|
+
"toolkit-datepicker__day--disabled": w.day?.isDisabled
|
|
7909
7909
|
}]),
|
|
7910
|
-
disabled:
|
|
7911
|
-
onClick: (
|
|
7912
|
-
}, R(
|
|
7910
|
+
disabled: w.day?.isDisabled,
|
|
7911
|
+
onClick: (f) => w.day && a("selectDate", w.day.date)
|
|
7912
|
+
}, R(w.day?.day), 11, Yc))
|
|
7913
7913
|
], 64))), 128))
|
|
7914
7914
|
], 64))), 128))
|
|
7915
7915
|
])
|
|
@@ -7939,47 +7939,47 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
7939
7939
|
setup(e, { emit: n }) {
|
|
7940
7940
|
const t = e, a = n, o = M(null), i = M(null), r = M(!1), s = (b) => {
|
|
7941
7941
|
if (!b) return { hours: "", minutes: "" };
|
|
7942
|
-
const
|
|
7943
|
-
return { hours:
|
|
7944
|
-
}, { hours: u, minutes: m } = s(t.modelValue), c = M(u),
|
|
7942
|
+
const y = b.split(":");
|
|
7943
|
+
return { hours: y[0] || "", minutes: y[1] || "" };
|
|
7944
|
+
}, { hours: u, minutes: m } = s(t.modelValue), c = M(u), v = M(m);
|
|
7945
7945
|
Te(
|
|
7946
7946
|
() => t.modelValue,
|
|
7947
7947
|
(b) => {
|
|
7948
|
-
const { hours:
|
|
7949
|
-
c.value =
|
|
7948
|
+
const { hours: y, minutes: W } = s(b);
|
|
7949
|
+
c.value = y, v.value = W;
|
|
7950
7950
|
}
|
|
7951
7951
|
);
|
|
7952
|
-
const
|
|
7952
|
+
const g = h(() => t.use24Hour ? 23 : 12), w = (b, y) => {
|
|
7953
7953
|
const W = parseInt(b, 10);
|
|
7954
|
-
return isNaN(W) ? "" : Math.min(Math.max(0, W),
|
|
7955
|
-
},
|
|
7956
|
-
if (!c.value && !
|
|
7954
|
+
return isNaN(W) ? "" : Math.min(Math.max(0, W), y).toString().padStart(2, "0");
|
|
7955
|
+
}, p = () => {
|
|
7956
|
+
if (!c.value && !v.value) {
|
|
7957
7957
|
a("update:modelValue", "");
|
|
7958
7958
|
return;
|
|
7959
7959
|
}
|
|
7960
|
-
a("update:modelValue", `${c.value}:${
|
|
7961
|
-
},
|
|
7962
|
-
t.disabled || b.target.tagName === "INPUT" || (
|
|
7963
|
-
}, x = (b,
|
|
7960
|
+
a("update:modelValue", `${c.value}:${v.value}`);
|
|
7961
|
+
}, f = (b) => {
|
|
7962
|
+
t.disabled || b.target.tagName === "INPUT" || (v.value ? i.value?.focus() : o.value?.focus());
|
|
7963
|
+
}, x = (b, y) => {
|
|
7964
7964
|
const W = b.target;
|
|
7965
7965
|
let I = W.value.replace(/\D/g, "").slice(0, 2);
|
|
7966
|
-
if (
|
|
7966
|
+
if (y === "hours") {
|
|
7967
7967
|
const U = parseInt(I, 10);
|
|
7968
|
-
!isNaN(U) && U >
|
|
7968
|
+
!isNaN(U) && U > g.value && (I = g.value.toString()), c.value = I, I.length === 2 && i.value?.focus();
|
|
7969
7969
|
} else {
|
|
7970
7970
|
const U = parseInt(I, 10);
|
|
7971
|
-
!isNaN(U) && U > 59 && (I = "59"),
|
|
7971
|
+
!isNaN(U) && U > 59 && (I = "59"), v.value = I;
|
|
7972
7972
|
}
|
|
7973
|
-
W.value = I,
|
|
7974
|
-
}, T = (b,
|
|
7973
|
+
W.value = I, p();
|
|
7974
|
+
}, T = (b, y) => {
|
|
7975
7975
|
const W = b.target;
|
|
7976
|
-
|
|
7976
|
+
y === "hours" ? b.key === "Tab" && c.value.length === 1 ? (c.value = w(c.value, g.value), p()) : (b.key === "ArrowRight" && W.selectionStart === W.value.length || b.key === ":") && (b.preventDefault(), i.value?.focus()) : b.key === "ArrowLeft" && W.selectionStart === 0 ? (b.preventDefault(), o.value?.focus()) : b.key === "Enter" ? W.blur() : (b.key === "Backspace" || b.key === "Delete") && !W.value && (b.preventDefault(), o.value?.focus());
|
|
7977
7977
|
}, S = (b) => {
|
|
7978
7978
|
r.value = !0, b.target.select(), a("focus");
|
|
7979
7979
|
}, _ = (b) => {
|
|
7980
|
-
const
|
|
7981
|
-
|
|
7982
|
-
}, $ =
|
|
7980
|
+
const y = b.relatedTarget;
|
|
7981
|
+
y === o.value || y === i.value || (r.value = !1, !c.value && v.value && (c.value = "00"), c.value && !v.value && (v.value = "00"), c.value && (c.value = w(c.value, g.value)), v.value && (v.value = w(v.value, 59)), p(), a("blur"));
|
|
7982
|
+
}, $ = h(() => [
|
|
7983
7983
|
"toolkit-time-input",
|
|
7984
7984
|
`toolkit-time-input--${t.size}`,
|
|
7985
7985
|
{
|
|
@@ -7988,11 +7988,11 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
7988
7988
|
"toolkit-time-input--focused": r.value
|
|
7989
7989
|
}
|
|
7990
7990
|
]);
|
|
7991
|
-
return (b,
|
|
7991
|
+
return (b, y) => (l(), d("div", qc, [
|
|
7992
7992
|
e.label ? (l(), d("div", Gc, R(e.label), 1)) : C("", !0),
|
|
7993
7993
|
k("div", {
|
|
7994
7994
|
class: ne($.value),
|
|
7995
|
-
onClick:
|
|
7995
|
+
onClick: f
|
|
7996
7996
|
}, [
|
|
7997
7997
|
k("input", {
|
|
7998
7998
|
id: e.id,
|
|
@@ -8005,26 +8005,26 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8005
8005
|
disabled: e.disabled,
|
|
8006
8006
|
maxlength: "2",
|
|
8007
8007
|
class: "toolkit-time-input__input toolkit-time-input__input--hours",
|
|
8008
|
-
onInput:
|
|
8008
|
+
onInput: y[0] || (y[0] = (W) => x(W, "hours")),
|
|
8009
8009
|
onFocus: S,
|
|
8010
8010
|
onBlur: _,
|
|
8011
|
-
onKeydown:
|
|
8011
|
+
onKeydown: y[1] || (y[1] = (W) => T(W, "hours"))
|
|
8012
8012
|
}, null, 40, Xc),
|
|
8013
|
-
|
|
8013
|
+
y[4] || (y[4] = k("span", { class: "toolkit-time-input__separator" }, ":", -1)),
|
|
8014
8014
|
k("input", {
|
|
8015
8015
|
ref_key: "minutesInputRef",
|
|
8016
8016
|
ref: i,
|
|
8017
8017
|
type: "text",
|
|
8018
8018
|
inputmode: "numeric",
|
|
8019
|
-
value:
|
|
8019
|
+
value: v.value,
|
|
8020
8020
|
placeholder: e.minutesPlaceholder,
|
|
8021
8021
|
disabled: e.disabled,
|
|
8022
8022
|
maxlength: "2",
|
|
8023
8023
|
class: "toolkit-time-input__input toolkit-time-input__input--minutes",
|
|
8024
|
-
onInput:
|
|
8024
|
+
onInput: y[2] || (y[2] = (W) => x(W, "minutes")),
|
|
8025
8025
|
onFocus: S,
|
|
8026
8026
|
onBlur: _,
|
|
8027
|
-
onKeydown:
|
|
8027
|
+
onKeydown: y[3] || (y[3] = (W) => T(W, "minutes"))
|
|
8028
8028
|
}, null, 40, Uc)
|
|
8029
8029
|
], 2),
|
|
8030
8030
|
e.errorMessage ? (l(), d("div", Qc, R(e.errorMessage), 1)) : C("", !0)
|
|
@@ -8048,34 +8048,34 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8048
8048
|
},
|
|
8049
8049
|
emits: ["update:startHours", "update:startMinutes", "update:endHours", "update:endMinutes"],
|
|
8050
8050
|
setup(e, { emit: n }) {
|
|
8051
|
-
const t = e, a = n, o =
|
|
8052
|
-
Te(o, (
|
|
8053
|
-
r.value =
|
|
8054
|
-
}), Te(i, (
|
|
8055
|
-
s.value =
|
|
8051
|
+
const t = e, a = n, o = h(() => !t.startHours && !t.startMinutes ? "" : `${t.startHours}:${t.startMinutes}`), i = h(() => !t.endHours && !t.endMinutes ? "" : `${t.endHours}:${t.endMinutes}`), r = M(o.value), s = M(i.value);
|
|
8052
|
+
Te(o, (g) => {
|
|
8053
|
+
r.value = g;
|
|
8054
|
+
}), Te(i, (g) => {
|
|
8055
|
+
s.value = g;
|
|
8056
8056
|
});
|
|
8057
|
-
const u = (
|
|
8058
|
-
if (
|
|
8059
|
-
const [
|
|
8060
|
-
a("update:startHours",
|
|
8057
|
+
const u = (g) => {
|
|
8058
|
+
if (g.includes(":")) {
|
|
8059
|
+
const [w = "", p = ""] = g.split(":");
|
|
8060
|
+
a("update:startHours", w), a("update:startMinutes", p);
|
|
8061
8061
|
}
|
|
8062
|
-
}, m = (
|
|
8063
|
-
if (
|
|
8064
|
-
const [
|
|
8065
|
-
a("update:endHours",
|
|
8062
|
+
}, m = (g) => {
|
|
8063
|
+
if (g.includes(":")) {
|
|
8064
|
+
const [w = "", p = ""] = g.split(":");
|
|
8065
|
+
a("update:endHours", w), a("update:endMinutes", p);
|
|
8066
8066
|
}
|
|
8067
8067
|
}, c = () => {
|
|
8068
8068
|
r.value || (a("update:startHours", "00"), a("update:startMinutes", "00"));
|
|
8069
|
-
},
|
|
8069
|
+
}, v = () => {
|
|
8070
8070
|
s.value || (a("update:endHours", "00"), a("update:endMinutes", "00"));
|
|
8071
8071
|
};
|
|
8072
|
-
return (
|
|
8072
|
+
return (g, w) => (l(), d("div", Kc, [
|
|
8073
8073
|
e.variant === "single-time" ? (l(), d("div", Jc, [
|
|
8074
8074
|
D(pt, {
|
|
8075
8075
|
class: "toolkit-datepicker__time-input",
|
|
8076
8076
|
modelValue: r.value,
|
|
8077
8077
|
"onUpdate:modelValue": [
|
|
8078
|
-
|
|
8078
|
+
w[0] || (w[0] = (p) => r.value = p),
|
|
8079
8079
|
u
|
|
8080
8080
|
],
|
|
8081
8081
|
label: e.translations?.time ?? "Time",
|
|
@@ -8088,7 +8088,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8088
8088
|
class: "toolkit-datepicker__time-input",
|
|
8089
8089
|
modelValue: r.value,
|
|
8090
8090
|
"onUpdate:modelValue": [
|
|
8091
|
-
|
|
8091
|
+
w[1] || (w[1] = (p) => r.value = p),
|
|
8092
8092
|
u
|
|
8093
8093
|
],
|
|
8094
8094
|
label: e.translations?.startTime ?? "Start Time",
|
|
@@ -8099,12 +8099,12 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8099
8099
|
class: "toolkit-datepicker__time-input",
|
|
8100
8100
|
modelValue: s.value,
|
|
8101
8101
|
"onUpdate:modelValue": [
|
|
8102
|
-
|
|
8102
|
+
w[2] || (w[2] = (p) => s.value = p),
|
|
8103
8103
|
m
|
|
8104
8104
|
],
|
|
8105
8105
|
label: e.translations?.endTime ?? "End time",
|
|
8106
8106
|
size: "x-small",
|
|
8107
|
-
onBlur:
|
|
8107
|
+
onBlur: v
|
|
8108
8108
|
}, null, 8, ["modelValue", "label"])
|
|
8109
8109
|
])) : C("", !0)
|
|
8110
8110
|
]));
|
|
@@ -8115,13 +8115,13 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8115
8115
|
setup(e, { emit: n }) {
|
|
8116
8116
|
const t = n;
|
|
8117
8117
|
return (a, o) => (l(), d("div", tm, [
|
|
8118
|
-
D(
|
|
8118
|
+
D(ce, {
|
|
8119
8119
|
label: "Cancel",
|
|
8120
8120
|
type: "secondary",
|
|
8121
8121
|
size: "small",
|
|
8122
8122
|
onClick: o[0] || (o[0] = (i) => t("cancel"))
|
|
8123
8123
|
}),
|
|
8124
|
-
D(
|
|
8124
|
+
D(ce, {
|
|
8125
8125
|
label: "Apply",
|
|
8126
8126
|
type: "primary",
|
|
8127
8127
|
size: "small",
|
|
@@ -8136,7 +8136,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8136
8136
|
},
|
|
8137
8137
|
emits: ["selectThisWeek", "selectPreviousWeek", "selectNextWeek", "selectThisMonth", "selectPreviousMonth", "selectNextMonth"],
|
|
8138
8138
|
setup(e, { emit: n }) {
|
|
8139
|
-
const t = e, a = n, o =
|
|
8139
|
+
const t = e, a = n, o = h(() => qe[t.locale]);
|
|
8140
8140
|
return (i, r) => (l(), d("div", am, [
|
|
8141
8141
|
k("div", om, [
|
|
8142
8142
|
k("div", im, R(o.value.navigation.weekTitle), 1),
|
|
@@ -8204,15 +8204,15 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8204
8204
|
},
|
|
8205
8205
|
emits: ["update:modelValue", "apply", "cancel"],
|
|
8206
8206
|
setup(e, { emit: n }) {
|
|
8207
|
-
const t = e, a = n, o =
|
|
8207
|
+
const t = e, a = n, o = h(() => dn(t.timezone)), i = M(dn(t.timezone)), r = M(""), s = M(""), u = M(null), m = M(null), c = M(null), v = M(t.defaultStartHours), g = M(t.defaultStartMinutes), w = M(t.defaultEndHours), p = M(t.defaultEndMinutes), f = M(!1), x = M(!1), T = M("calendar"), S = M(sn(dn(t.timezone)) - 6), _ = h(
|
|
8208
8208
|
() => Array.from(
|
|
8209
8209
|
{ length: 12 },
|
|
8210
8210
|
(L, j) => Ve(new Date(2024, j, 1), "MMM", { locale: qe[t.locale].dateFnsLocale })
|
|
8211
8211
|
)
|
|
8212
|
-
), $ =
|
|
8212
|
+
), $ = h(() => Array.from({ length: 12 }, (L, j) => S.value + j)), b = h(() => T.value === "year" ? `${S.value} – ${S.value + 11}` : Ve(i.value, "yyyy")), y = h(() => ["single-time", "single-time-range", "range-time"].includes(t.variant)), W = h(() => ["range", "range-time"].includes(t.variant)), I = h(() => t.isShowActions !== void 0 ? t.isShowActions : t.variant !== "single"), U = h(() => W.value ? m.value ? c.value ? {
|
|
8213
8213
|
start: Ve(m.value, "dd/MM/yyyy"),
|
|
8214
8214
|
end: Ve(c.value, "dd/MM/yyyy")
|
|
8215
|
-
} : { start: Ve(m.value, "dd/MM/yyyy"), end: "" } : { start: "", end: "" } : u.value ? Ve(u.value, "dd/MM/yyyy") : ""), B =
|
|
8215
|
+
} : { start: Ve(m.value, "dd/MM/yyyy"), end: "" } : { start: "", end: "" } : u.value ? Ve(u.value, "dd/MM/yyyy") : ""), B = h(() => {
|
|
8216
8216
|
const L = jt(i.value), j = Yt(i.value), K = qe[t.locale].weekStartsOn, Ge = Ye(L, { weekStartsOn: K }), Xe = qt(j, { weekStartsOn: K });
|
|
8217
8217
|
return bo({ start: Ge, end: Xe }).map((ot) => ({
|
|
8218
8218
|
date: ot,
|
|
@@ -8221,7 +8221,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8221
8221
|
isToday: Ft(ot, o.value),
|
|
8222
8222
|
isDisabled: N(ot)
|
|
8223
8223
|
}));
|
|
8224
|
-
}), H =
|
|
8224
|
+
}), H = h(() => B.value.map((L) => ({
|
|
8225
8225
|
...L,
|
|
8226
8226
|
isSelected: O(L.date),
|
|
8227
8227
|
isInRange: z(L.date)
|
|
@@ -8229,29 +8229,29 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8229
8229
|
const j = gt(L);
|
|
8230
8230
|
return !!t.minDate && ci(j, gt(t.minDate)) || !!t.maxDate && di(j, gt(t.maxDate));
|
|
8231
8231
|
}, O = (L) => W.value ? (m.value ? Ft(L, m.value) : !1) || (c.value ? Ft(L, c.value) : !1) : u.value ? Ft(L, u.value) : !1, z = (L) => !W.value || !m.value || !c.value ? !1 : ur(L, { start: m.value, end: c.value }), E = (L) => {
|
|
8232
|
-
N(L) || (W.value ? !m.value || c.value ? (m.value = L, c.value = null,
|
|
8232
|
+
N(L) || (W.value ? !m.value || c.value ? (m.value = L, c.value = null, f.value = !1) : (L < m.value ? (c.value = m.value, m.value = L) : c.value = L, x.value = !1) : (u.value = L, f.value = !1, t.variant === "single" && !t.isShowActions && ye()), q());
|
|
8233
8233
|
}, te = () => {
|
|
8234
8234
|
let L = !0;
|
|
8235
|
-
return m.value || (
|
|
8236
|
-
}, oe = () => u.value ? !0 : (
|
|
8235
|
+
return m.value || (f.value = !0, L = !1), c.value || (x.value = !0, L = !1), L;
|
|
8236
|
+
}, oe = () => u.value ? !0 : (f.value = !0, !1), be = () => {
|
|
8237
8237
|
let L = m.value, j = c.value;
|
|
8238
|
-
t.variant === "range-time" && (L = Ot(zt(L, parseInt(
|
|
8238
|
+
t.variant === "range-time" && (L = Ot(zt(L, parseInt(v.value)), parseInt(g.value)), j = Ot(zt(j, parseInt(w.value)), parseInt(p.value)));
|
|
8239
8239
|
const K = { start: L, end: j };
|
|
8240
8240
|
a("update:modelValue", K), a("apply", K);
|
|
8241
8241
|
}, Me = () => {
|
|
8242
8242
|
const L = Ot(
|
|
8243
|
-
zt(u.value, parseInt(
|
|
8244
|
-
parseInt(p.value)
|
|
8245
|
-
), j = Ot(
|
|
8246
|
-
zt(u.value, parseInt(y.value)),
|
|
8243
|
+
zt(u.value, parseInt(v.value)),
|
|
8247
8244
|
parseInt(g.value)
|
|
8245
|
+
), j = Ot(
|
|
8246
|
+
zt(u.value, parseInt(w.value)),
|
|
8247
|
+
parseInt(p.value)
|
|
8248
8248
|
), K = { date: u.value, startTime: L, endTime: j };
|
|
8249
8249
|
a("update:modelValue", K), a("apply", K);
|
|
8250
8250
|
}, ge = () => {
|
|
8251
8251
|
let L = u.value;
|
|
8252
|
-
t.variant === "single-time" && (L = Ot(zt(L, parseInt(
|
|
8252
|
+
t.variant === "single-time" && (L = Ot(zt(L, parseInt(v.value)), parseInt(g.value))), a("update:modelValue", L), a("apply", L);
|
|
8253
8253
|
}, ye = () => {
|
|
8254
|
-
if (
|
|
8254
|
+
if (f.value = !1, x.value = !1, W.value) {
|
|
8255
8255
|
if (!te()) return;
|
|
8256
8256
|
be();
|
|
8257
8257
|
} else {
|
|
@@ -8265,12 +8265,12 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8265
8265
|
try {
|
|
8266
8266
|
if (W.value) {
|
|
8267
8267
|
const L = cn(r.value);
|
|
8268
|
-
L ? (m.value = L, i.value = L,
|
|
8268
|
+
L ? (m.value = L, i.value = L, f.value = !1) : q();
|
|
8269
8269
|
} else {
|
|
8270
8270
|
const L = r.value.split(" ")[0];
|
|
8271
8271
|
if (!L) return;
|
|
8272
8272
|
const j = cn(L);
|
|
8273
|
-
j ? (u.value = j, i.value = j,
|
|
8273
|
+
j ? (u.value = j, i.value = j, f.value = !1) : q();
|
|
8274
8274
|
}
|
|
8275
8275
|
} catch {
|
|
8276
8276
|
q();
|
|
@@ -8309,7 +8309,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8309
8309
|
return Te(
|
|
8310
8310
|
() => t.modelValue,
|
|
8311
8311
|
(L) => {
|
|
8312
|
-
L && (W.value && typeof L == "object" && "start" in L ? (m.value = L.start, c.value = L.end, i.value = L.start, t.variant === "range-time" && (
|
|
8312
|
+
L && (W.value && typeof L == "object" && "start" in L ? (m.value = L.start, c.value = L.end, i.value = L.start, t.variant === "range-time" && (v.value = L.start.getHours().toString().padStart(2, "0"), g.value = L.start.getMinutes().toString().padStart(2, "0"), w.value = L.end.getHours().toString().padStart(2, "0"), p.value = L.end.getMinutes().toString().padStart(2, "0"))) : typeof L == "object" && "date" in L && "startTime" in L && "endTime" in L ? (u.value = L.date, i.value = L.date, v.value = L.startTime.getHours().toString().padStart(2, "0"), g.value = L.startTime.getMinutes().toString().padStart(2, "0"), w.value = L.endTime.getHours().toString().padStart(2, "0"), p.value = L.endTime.getMinutes().toString().padStart(2, "0")) : L instanceof Date && (u.value = L, i.value = L, y.value && (v.value = L.getHours().toString().padStart(2, "0"), g.value = L.getMinutes().toString().padStart(2, "0"))), q());
|
|
8313
8313
|
},
|
|
8314
8314
|
{ immediate: !0 }
|
|
8315
8315
|
), (L, j) => (l(), d("div", um, [
|
|
@@ -8338,7 +8338,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8338
8338
|
}, null, 8, ["month", "year", "view", "locale"]),
|
|
8339
8339
|
T.value === "month" ? (l(), d("div", cm, [
|
|
8340
8340
|
k("div", mm, [
|
|
8341
|
-
(l(!0), d(ae, null, ze(_.value, (K, Ge) => (l(), Y(
|
|
8341
|
+
(l(!0), d(ae, null, ze(_.value, (K, Ge) => (l(), Y(ce, {
|
|
8342
8342
|
key: Ge,
|
|
8343
8343
|
type: Ge === ke(ui)(i.value) ? "primary" : "tertiary",
|
|
8344
8344
|
size: "small",
|
|
@@ -8347,7 +8347,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8347
8347
|
}, null, 8, ["type", "label", "onClick"]))), 128))
|
|
8348
8348
|
]),
|
|
8349
8349
|
k("div", fm, [
|
|
8350
|
-
D(
|
|
8350
|
+
D(ce, {
|
|
8351
8351
|
label: e.translations?.back ?? "Back",
|
|
8352
8352
|
type: "secondary",
|
|
8353
8353
|
size: "small",
|
|
@@ -8357,7 +8357,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8357
8357
|
])
|
|
8358
8358
|
])) : T.value === "year" ? (l(), d("div", hm, [
|
|
8359
8359
|
k("div", vm, [
|
|
8360
|
-
(l(!0), d(ae, null, ze($.value, (K) => (l(), Y(
|
|
8360
|
+
(l(!0), d(ae, null, ze($.value, (K) => (l(), Y(ce, {
|
|
8361
8361
|
label: String(K),
|
|
8362
8362
|
key: K,
|
|
8363
8363
|
type: K === ke(sn)(i.value) ? "primary" : "tertiary",
|
|
@@ -8366,7 +8366,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8366
8366
|
}, null, 8, ["label", "type", "onClick"]))), 128))
|
|
8367
8367
|
]),
|
|
8368
8368
|
k("div", gm, [
|
|
8369
|
-
D(
|
|
8369
|
+
D(ce, {
|
|
8370
8370
|
label: e.translations?.back ?? "Back",
|
|
8371
8371
|
type: "secondary",
|
|
8372
8372
|
size: "small",
|
|
@@ -8381,7 +8381,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8381
8381
|
"input-end-value": s.value,
|
|
8382
8382
|
"onUpdate:inputEndValue": j[4] || (j[4] = (K) => s.value = K),
|
|
8383
8383
|
"is-range": W.value,
|
|
8384
|
-
"is-input-error":
|
|
8384
|
+
"is-input-error": f.value,
|
|
8385
8385
|
"is-input-end-error": x.value,
|
|
8386
8386
|
"calendar-days": H.value,
|
|
8387
8387
|
locale: e.locale,
|
|
@@ -8391,17 +8391,17 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8391
8391
|
onInputEndBlur: Ae,
|
|
8392
8392
|
onSelectDate: E
|
|
8393
8393
|
}, null, 8, ["input-value", "input-end-value", "is-range", "is-input-error", "is-input-end-error", "calendar-days", "locale"]),
|
|
8394
|
-
|
|
8394
|
+
y.value ? (l(), Y(em, {
|
|
8395
8395
|
key: 0,
|
|
8396
8396
|
variant: e.variant,
|
|
8397
|
-
"start-hours":
|
|
8398
|
-
"onUpdate:startHours": j[5] || (j[5] = (K) =>
|
|
8399
|
-
"start-minutes":
|
|
8400
|
-
"onUpdate:startMinutes": j[6] || (j[6] = (K) =>
|
|
8401
|
-
"end-hours":
|
|
8402
|
-
"onUpdate:endHours": j[7] || (j[7] = (K) =>
|
|
8403
|
-
"end-minutes":
|
|
8404
|
-
"onUpdate:endMinutes": j[8] || (j[8] = (K) =>
|
|
8397
|
+
"start-hours": v.value,
|
|
8398
|
+
"onUpdate:startHours": j[5] || (j[5] = (K) => v.value = K),
|
|
8399
|
+
"start-minutes": g.value,
|
|
8400
|
+
"onUpdate:startMinutes": j[6] || (j[6] = (K) => g.value = K),
|
|
8401
|
+
"end-hours": w.value,
|
|
8402
|
+
"onUpdate:endHours": j[7] || (j[7] = (K) => w.value = K),
|
|
8403
|
+
"end-minutes": p.value,
|
|
8404
|
+
"onUpdate:endMinutes": j[8] || (j[8] = (K) => p.value = K),
|
|
8405
8405
|
translations: e.translations
|
|
8406
8406
|
}, null, 8, ["variant", "start-hours", "start-minutes", "end-hours", "end-minutes", "translations"])) : C("", !0),
|
|
8407
8407
|
I.value ? (l(), Y(nm, {
|
|
@@ -8413,7 +8413,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8413
8413
|
])
|
|
8414
8414
|
]));
|
|
8415
8415
|
}
|
|
8416
|
-
}),
|
|
8416
|
+
}), Yv = /* @__PURE__ */ ee({
|
|
8417
8417
|
__name: "DatePicker",
|
|
8418
8418
|
props: {
|
|
8419
8419
|
variant: { default: "single" },
|
|
@@ -8430,34 +8430,34 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8430
8430
|
},
|
|
8431
8431
|
emits: ["update:modelValue", "change"],
|
|
8432
8432
|
setup(e, { emit: n }) {
|
|
8433
|
-
const t = e, a = n, o = M(null), i = M(null), r = M(!1), s = M({}), u = M(null), m =
|
|
8433
|
+
const t = e, a = n, o = M(null), i = M(null), r = M(!1), s = M({}), u = M(null), m = h(() => {
|
|
8434
8434
|
const _ = qe[t.locale].dateFnsLocale;
|
|
8435
8435
|
return Ac(t.modelValue, t.variant, _);
|
|
8436
8436
|
}), c = async () => {
|
|
8437
|
-
r.value = !r.value, r.value ? (await fe(), S(), await fe(), S(), window.addEventListener("scroll", S, !0), window.addEventListener("resize", S), document.addEventListener("mousedown",
|
|
8438
|
-
},
|
|
8437
|
+
r.value = !r.value, r.value ? (await fe(), S(), await fe(), S(), window.addEventListener("scroll", S, !0), window.addEventListener("resize", S), document.addEventListener("mousedown", f, !0), document.addEventListener("click", x, !0), document.addEventListener("keydown", g)) : T();
|
|
8438
|
+
}, v = () => {
|
|
8439
8439
|
if (r.value = !1, T(), o.value) {
|
|
8440
8440
|
const _ = o.value.querySelector("button, [tabindex]");
|
|
8441
8441
|
_ instanceof HTMLElement && _.blur();
|
|
8442
8442
|
}
|
|
8443
|
-
}, p = (_) => {
|
|
8444
|
-
_.key === "Escape" && f();
|
|
8445
|
-
}, y = (_) => {
|
|
8446
|
-
a("update:modelValue", _), a("change", _), f();
|
|
8447
8443
|
}, g = (_) => {
|
|
8448
|
-
|
|
8449
|
-
},
|
|
8444
|
+
_.key === "Escape" && v();
|
|
8445
|
+
}, w = (_) => {
|
|
8446
|
+
a("update:modelValue", _), a("change", _), v();
|
|
8447
|
+
}, p = (_) => {
|
|
8448
|
+
t.variant === "single" && (a("update:modelValue", _), a("change", _), v());
|
|
8449
|
+
}, f = (_) => {
|
|
8450
8450
|
u.value = _.target;
|
|
8451
8451
|
}, x = (_) => {
|
|
8452
|
-
const $ = _.target, b = (
|
|
8453
|
-
u.value && b(u.value) && b($) &&
|
|
8452
|
+
const $ = _.target, b = (y) => !!o.value && !!i.value && !o.value.contains(y) && !i.value.contains(y);
|
|
8453
|
+
u.value && b(u.value) && b($) && v(), u.value = null;
|
|
8454
8454
|
}, T = () => {
|
|
8455
|
-
window.removeEventListener("scroll", S, !0), window.removeEventListener("resize", S), document.removeEventListener("mousedown",
|
|
8455
|
+
window.removeEventListener("scroll", S, !0), window.removeEventListener("resize", S), document.removeEventListener("mousedown", f, !0), document.removeEventListener("click", x, !0), document.removeEventListener("keydown", g);
|
|
8456
8456
|
}, S = () => {
|
|
8457
8457
|
if (!o.value || !i.value) return;
|
|
8458
|
-
const _ = o.value.getBoundingClientRect(), $ = i.value.getBoundingClientRect(), b = window.innerHeight,
|
|
8458
|
+
const _ = o.value.getBoundingClientRect(), $ = i.value.getBoundingClientRect(), b = window.innerHeight, y = window.innerWidth, W = 8;
|
|
8459
8459
|
let I = _.bottom + W, U = _.left;
|
|
8460
|
-
I + $.height > b - 10 && (I = _.top - $.height - W), U = Math.max(10, Math.min(U,
|
|
8460
|
+
I + $.height > b - 10 && (I = _.top - $.height - W), U = Math.max(10, Math.min(U, y - $.width - 10)), I = Math.max(10, I), s.value = {
|
|
8461
8461
|
position: "fixed",
|
|
8462
8462
|
top: `${I}px`,
|
|
8463
8463
|
left: `${U}px`,
|
|
@@ -8473,7 +8473,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8473
8473
|
}, [
|
|
8474
8474
|
k("div", { onClick: c }, [
|
|
8475
8475
|
Pe(_.$slots, "trigger", { isOpen: r.value }, () => [
|
|
8476
|
-
D(
|
|
8476
|
+
D(ce, {
|
|
8477
8477
|
label: m.value || e.placeholder,
|
|
8478
8478
|
type: "secondary",
|
|
8479
8479
|
"full-width": e.fullWidth,
|
|
@@ -8499,9 +8499,9 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8499
8499
|
locale: e.locale,
|
|
8500
8500
|
translations: e.translations,
|
|
8501
8501
|
timezone: e.timezone,
|
|
8502
|
-
onApply:
|
|
8503
|
-
onCancel:
|
|
8504
|
-
"onUpdate:modelValue":
|
|
8502
|
+
onApply: w,
|
|
8503
|
+
onCancel: v,
|
|
8504
|
+
"onUpdate:modelValue": p
|
|
8505
8505
|
}, null, 8, ["variant", "model-value", "is-extended", "min-date", "max-date", "locale", "translations", "timezone"])
|
|
8506
8506
|
], 4)) : C("", !0)
|
|
8507
8507
|
]),
|
|
@@ -8541,7 +8541,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8541
8541
|
},
|
|
8542
8542
|
emits: ["toggle", "close", "removeTag", "clear"],
|
|
8543
8543
|
setup(e, { expose: n }) {
|
|
8544
|
-
const t = e, a =
|
|
8544
|
+
const t = e, a = h(
|
|
8545
8545
|
() => Array.isArray(t.modelValue) ? t.modelValue : []
|
|
8546
8546
|
), o = (r) => t.getTagLeadingIcon(r) || "", i = M(null);
|
|
8547
8547
|
return n({ triggerRef: i }), (r, s) => (l(), d("div", {
|
|
@@ -8787,7 +8787,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8787
8787
|
checked: e.areAllOptionsSelected,
|
|
8788
8788
|
onChange: u[5] || (u[5] = (m) => s.$emit("selectAll", m))
|
|
8789
8789
|
}, null, 8, ["label", "checked"]),
|
|
8790
|
-
D(
|
|
8790
|
+
D(ce, {
|
|
8791
8791
|
type: "link-black",
|
|
8792
8792
|
label: e.clearAllText,
|
|
8793
8793
|
size: "x-small",
|
|
@@ -8818,8 +8818,8 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8818
8818
|
avatarAlt: e.getOptionAvatarAlt(c),
|
|
8819
8819
|
leadingIcon: e.getOptionLeadingIcon(c),
|
|
8820
8820
|
trailingIcon: e.getOptionTrailingIcon(c),
|
|
8821
|
-
onSelect: u[7] || (u[7] = (
|
|
8822
|
-
onCheckboxChange: (
|
|
8821
|
+
onSelect: u[7] || (u[7] = (v) => s.$emit("selectOption", v)),
|
|
8822
|
+
onCheckboxChange: (v, g) => s.$emit("checkboxChange", v, g)
|
|
8823
8823
|
}, null, 8, ["option", "label", "isMulti", "isSelected", "isHighlighted", "isDisabled", "isClickable", "avatar", "avatarAlt", "leadingIcon", "trailingIcon", "onCheckboxChange"]))), 128))
|
|
8824
8824
|
], 64)) : t(m) ? C("", !0) : (l(), Y(Jt, {
|
|
8825
8825
|
key: 1,
|
|
@@ -8835,7 +8835,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8835
8835
|
leadingIcon: e.getOptionLeadingIcon(m),
|
|
8836
8836
|
trailingIcon: e.getOptionTrailingIcon(m),
|
|
8837
8837
|
onSelect: u[8] || (u[8] = (c) => s.$emit("selectOption", c)),
|
|
8838
|
-
onCheckboxChange: (c,
|
|
8838
|
+
onCheckboxChange: (c, v) => s.$emit("checkboxChange", c, v)
|
|
8839
8839
|
}, null, 8, ["option", "label", "isMulti", "isSelected", "isHighlighted", "isDisabled", "isClickable", "avatar", "avatarAlt", "leadingIcon", "trailingIcon", "onCheckboxChange"]))
|
|
8840
8840
|
], 64))), 128)),
|
|
8841
8841
|
e.filteredOptions.length === 0 ? (l(), d("div", Em, R(e.noOptionsText), 1)) : C("", !0)
|
|
@@ -8849,7 +8849,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8849
8849
|
}, Im = {
|
|
8850
8850
|
key: 1,
|
|
8851
8851
|
class: "toolkit-dropdown__error-message"
|
|
8852
|
-
}, Lm = 120,
|
|
8852
|
+
}, Lm = 120, jv = /* @__PURE__ */ ee({
|
|
8853
8853
|
__name: "DropDown",
|
|
8854
8854
|
props: {
|
|
8855
8855
|
modelValue: {},
|
|
@@ -8876,13 +8876,13 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8876
8876
|
},
|
|
8877
8877
|
emits: ["update:modelValue", "change", "open", "close", "search"],
|
|
8878
8878
|
setup(e, { emit: n }) {
|
|
8879
|
-
const t = e, a = n, o = M(null), i = M(null), r =
|
|
8879
|
+
const t = e, a = n, o = M(null), i = M(null), r = h(() => o.value?.triggerRef || null), s = h(() => i.value?.dropdownRef || null), u = h(() => i.value?.optionsRef || null), m = h(() => i.value?.searchRef || null), c = M(!1), v = M(""), g = M(-1), w = M({}), p = h(() => ({
|
|
8880
8880
|
"toolkit-dropdown--disabled": t.disabled,
|
|
8881
8881
|
"toolkit-dropdown--open": c.value,
|
|
8882
8882
|
"toolkit-dropdown--error": t.isError || t.errorMessage,
|
|
8883
8883
|
"toolkit-dropdown--full-width": t.fullWidth,
|
|
8884
8884
|
[`toolkit-dropdown--${t.size}`]: !0
|
|
8885
|
-
})),
|
|
8885
|
+
})), f = h(() => t.modelValue === null || t.modelValue === void 0 ? !1 : t.isMulti ? Array.isArray(t.modelValue) && t.modelValue.length > 0 : !0), x = (P) => typeof P == "object" && P !== null && "children" in P && Array.isArray(P.children), T = (P) => P.children || [], S = h(() => {
|
|
8886
8886
|
if (!t.groupBy) return t.options;
|
|
8887
8887
|
const P = /* @__PURE__ */ new Map();
|
|
8888
8888
|
for (const V of t.options) {
|
|
@@ -8893,15 +8893,15 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8893
8893
|
label: t.groupLabel?.[V] ?? V,
|
|
8894
8894
|
children: Q
|
|
8895
8895
|
}));
|
|
8896
|
-
}), _ =
|
|
8896
|
+
}), _ = h(() => {
|
|
8897
8897
|
const P = [];
|
|
8898
8898
|
for (const V of S.value)
|
|
8899
8899
|
x(V) ? P.push(...T(V)) : P.push(V);
|
|
8900
8900
|
return P;
|
|
8901
|
-
}), $ =
|
|
8902
|
-
if (!t.searchable || !
|
|
8901
|
+
}), $ = h(() => {
|
|
8902
|
+
if (!t.searchable || !v.value)
|
|
8903
8903
|
return S.value;
|
|
8904
|
-
const P =
|
|
8904
|
+
const P = v.value.toLowerCase(), V = [];
|
|
8905
8905
|
for (const Q of S.value)
|
|
8906
8906
|
if (x(Q)) {
|
|
8907
8907
|
const ve = T(Q).filter(
|
|
@@ -8911,16 +8911,16 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8911
8911
|
} else
|
|
8912
8912
|
H(Q).toLowerCase().includes(P) && V.push(Q);
|
|
8913
8913
|
return V;
|
|
8914
|
-
}), b =
|
|
8914
|
+
}), b = h(() => {
|
|
8915
8915
|
const P = [];
|
|
8916
8916
|
for (const V of $.value)
|
|
8917
8917
|
x(V) ? P.push(...T(V)) : P.push(V);
|
|
8918
8918
|
return P;
|
|
8919
|
-
}),
|
|
8919
|
+
}), y = h(() => {
|
|
8920
8920
|
if (!t.modelValue || t.isMulti) return "";
|
|
8921
8921
|
const P = ye(t.modelValue);
|
|
8922
8922
|
return P ? H(P) : "";
|
|
8923
|
-
}), W =
|
|
8923
|
+
}), W = h(() => !t.modelValue || t.isMulti ? null : ye(t.modelValue) || null), I = h(() => W.value ? z(W.value) : null), U = h(() => W.value ? te(W.value) : null), B = h(() => {
|
|
8924
8924
|
if (!t.isMulti || !Array.isArray(t.modelValue) || _.value.length === 0)
|
|
8925
8925
|
return !1;
|
|
8926
8926
|
const P = t.modelValue;
|
|
@@ -8977,7 +8977,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
8977
8977
|
small: "xx-small",
|
|
8978
8978
|
medium: "x-small",
|
|
8979
8979
|
large: "small"
|
|
8980
|
-
}, se =
|
|
8980
|
+
}, se = h(() => G[t.size] ?? "xx-small"), Oe = (P) => {
|
|
8981
8981
|
if (t.disabled || !t.isMulti) return;
|
|
8982
8982
|
const V = Array.isArray(t.modelValue) ? [...t.modelValue] : [], Q = V.findIndex((ve) => ve === P);
|
|
8983
8983
|
Q > -1 && (V.splice(Q, 1), a("update:modelValue", V), a("change", V));
|
|
@@ -9017,12 +9017,12 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9017
9017
|
const V = b.value.findIndex(
|
|
9018
9018
|
(Q) => N(Q) === t.modelValue
|
|
9019
9019
|
);
|
|
9020
|
-
|
|
9020
|
+
g.value = V >= 0 ? V : 0;
|
|
9021
9021
|
}
|
|
9022
9022
|
await fe(), K(), await fe(), K(), t.searchable ? m.value?.focus() : s.value?.focus();
|
|
9023
9023
|
}
|
|
9024
9024
|
}, Re = () => {
|
|
9025
|
-
c.value = !1,
|
|
9025
|
+
c.value = !1, v.value = "", g.value = -1, a("close");
|
|
9026
9026
|
}, Ct = (P) => {
|
|
9027
9027
|
if (P.stopPropagation(), t.disabled) return;
|
|
9028
9028
|
const V = t.isMulti ? [] : null;
|
|
@@ -9040,14 +9040,14 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9040
9040
|
} else
|
|
9041
9041
|
a("update:modelValue", V), a("change", V), Re();
|
|
9042
9042
|
}, Dt = () => {
|
|
9043
|
-
const P =
|
|
9043
|
+
const P = g.value >= 0 ? b.value[g.value] : b.value[0];
|
|
9044
9044
|
P && Je(P);
|
|
9045
9045
|
}, Wt = () => {
|
|
9046
|
-
|
|
9046
|
+
g.value < b.value.length - 1 && (g.value++, j());
|
|
9047
9047
|
}, L = () => {
|
|
9048
|
-
|
|
9048
|
+
g.value > 0 && (g.value--, j());
|
|
9049
9049
|
}, j = () => {
|
|
9050
|
-
if (!u.value ||
|
|
9050
|
+
if (!u.value || g.value < 0) return;
|
|
9051
9051
|
u.value.querySelector(
|
|
9052
9052
|
".toolkit-dropdown__option--highlighted"
|
|
9053
9053
|
)?.scrollIntoView({ block: "nearest" });
|
|
@@ -9062,7 +9062,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9062
9062
|
10,
|
|
9063
9063
|
Math.min(P.left, Q - on - 10)
|
|
9064
9064
|
);
|
|
9065
|
-
|
|
9065
|
+
w.value = {
|
|
9066
9066
|
position: "fixed",
|
|
9067
9067
|
left: `${Ht}px`,
|
|
9068
9068
|
minWidth: `${Rt}px`,
|
|
@@ -9075,8 +9075,8 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9075
9075
|
const V = P.target, Q = V.closest(".toolkit-input__clear"), ve = V.closest(".toolkit-input");
|
|
9076
9076
|
c.value && r.value && s.value && !r.value.contains(V) && !s.value.contains(V) && !Q && !ve && Re();
|
|
9077
9077
|
};
|
|
9078
|
-
Te(
|
|
9079
|
-
|
|
9078
|
+
Te(v, (P) => {
|
|
9079
|
+
g.value = -1, a("search", P);
|
|
9080
9080
|
});
|
|
9081
9081
|
let Xe = null, He = null;
|
|
9082
9082
|
const ot = () => {
|
|
@@ -9091,7 +9091,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9091
9091
|
}), bt(() => {
|
|
9092
9092
|
document.removeEventListener("click", Ge), window.removeEventListener("resize", K), window.removeEventListener("scroll", K, !0), Xe?.disconnect();
|
|
9093
9093
|
}), (P, V) => (l(), d("div", {
|
|
9094
|
-
class: ne(["toolkit-dropdown",
|
|
9094
|
+
class: ne(["toolkit-dropdown", p.value])
|
|
9095
9095
|
}, [
|
|
9096
9096
|
e.label ? (l(), d("div", Vm, R(e.label), 1)) : C("", !0),
|
|
9097
9097
|
D(Tm, {
|
|
@@ -9099,9 +9099,9 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9099
9099
|
ref: o,
|
|
9100
9100
|
isOpen: c.value,
|
|
9101
9101
|
isMulti: e.isMulti,
|
|
9102
|
-
hasValue:
|
|
9102
|
+
hasValue: f.value,
|
|
9103
9103
|
modelValue: e.modelValue,
|
|
9104
|
-
displayValue:
|
|
9104
|
+
displayValue: y.value,
|
|
9105
9105
|
selectedOptionAvatar: I.value || void 0,
|
|
9106
9106
|
selectedOptionLeadingIcon: U.value || void 0,
|
|
9107
9107
|
placeholder: e.placeholder,
|
|
@@ -9122,17 +9122,17 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9122
9122
|
ref_key: "dropdownMenuRef",
|
|
9123
9123
|
ref: i,
|
|
9124
9124
|
isOpen: c.value,
|
|
9125
|
-
dropdownStyle:
|
|
9125
|
+
dropdownStyle: w.value,
|
|
9126
9126
|
isMulti: e.isMulti,
|
|
9127
9127
|
searchable: e.searchable,
|
|
9128
9128
|
searchPlaceholder: e.searchPlaceholder,
|
|
9129
|
-
searchQuery:
|
|
9129
|
+
searchQuery: v.value,
|
|
9130
9130
|
selectAllText: e.selectAllText,
|
|
9131
9131
|
clearAllText: e.clearAllText,
|
|
9132
9132
|
areAllOptionsSelected: B.value,
|
|
9133
9133
|
filteredOptions: $.value,
|
|
9134
9134
|
navigableOptions: b.value,
|
|
9135
|
-
highlightedIndex:
|
|
9135
|
+
highlightedIndex: g.value,
|
|
9136
9136
|
noOptionsText: e.noOptionsText,
|
|
9137
9137
|
optionLabel: e.optionLabel,
|
|
9138
9138
|
optionValue: e.optionValue,
|
|
@@ -9152,9 +9152,9 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9152
9152
|
onSelectAll: nt,
|
|
9153
9153
|
onClearAll: ct,
|
|
9154
9154
|
onSelectOption: Je,
|
|
9155
|
-
onSetHighlighted: V[0] || (V[0] = (Q) =>
|
|
9155
|
+
onSetHighlighted: V[0] || (V[0] = (Q) => g.value = Q),
|
|
9156
9156
|
onCheckboxChange: De,
|
|
9157
|
-
"onUpdate:searchQuery": V[1] || (V[1] = (Q) =>
|
|
9157
|
+
"onUpdate:searchQuery": V[1] || (V[1] = (Q) => v.value = Q)
|
|
9158
9158
|
}, null, 8, ["isOpen", "dropdownStyle", "isMulti", "searchable", "searchPlaceholder", "searchQuery", "selectAllText", "clearAllText", "areAllOptionsSelected", "filteredOptions", "navigableOptions", "highlightedIndex", "noOptionsText", "optionLabel", "optionValue"]),
|
|
9159
9159
|
e.errorMessage ? (l(), d("div", Im, R(e.errorMessage), 1)) : C("", !0)
|
|
9160
9160
|
], 2));
|
|
@@ -9170,11 +9170,11 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9170
9170
|
},
|
|
9171
9171
|
emits: ["remove"],
|
|
9172
9172
|
setup(e, { expose: n }) {
|
|
9173
|
-
const t = e, a = M(null), o =
|
|
9173
|
+
const t = e, a = M(null), o = h(() => [
|
|
9174
9174
|
"toolkit-filter-btn-trigger",
|
|
9175
9175
|
`toolkit-filter-btn-trigger--${t.size}`,
|
|
9176
9176
|
{ "toolkit-filter-btn-trigger--open": t.isOpen }
|
|
9177
|
-
]), i =
|
|
9177
|
+
]), i = h(
|
|
9178
9178
|
() => t.selectedCount > 99 ? "+99" : t.selectedCount
|
|
9179
9179
|
);
|
|
9180
9180
|
return n({ triggerRef: a }), (r, s) => (l(), d("button", Oa({
|
|
@@ -9214,7 +9214,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9214
9214
|
},
|
|
9215
9215
|
emits: ["change"],
|
|
9216
9216
|
setup(e, { emit: n }) {
|
|
9217
|
-
const t = e, a = n, o =
|
|
9217
|
+
const t = e, a = n, o = h(() => t.id || `radio-${Math.random().toString(36).slice(2, 11)}`), i = h(() => [
|
|
9218
9218
|
"toolkit-radio",
|
|
9219
9219
|
{
|
|
9220
9220
|
"toolkit-radio--disabled": t.disabled,
|
|
@@ -9243,7 +9243,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9243
9243
|
e.label ? (l(), d("span", jm, R(e.label), 1)) : C("", !0)
|
|
9244
9244
|
], 10, Hm));
|
|
9245
9245
|
}
|
|
9246
|
-
}), qm = ["aria-label"], Gm = ["aria-label"], Xm = { class: "toolkit-filter-btn__range-inputs" }, Um = ["aria-label"], Qm = ["aria-label"], Km = { class: "toolkit-filter-btn__range-inputs" }, Jm = ["aria-label"], Zm = 412, ef = 200, tf = 80, ea = 250, ta = 120, xt = 10, na = 8, nf = 300, af = 10,
|
|
9246
|
+
}), qm = ["aria-label"], Gm = ["aria-label"], Xm = { class: "toolkit-filter-btn__range-inputs" }, Um = ["aria-label"], Qm = ["aria-label"], Km = { class: "toolkit-filter-btn__range-inputs" }, Jm = ["aria-label"], Zm = 412, ef = 200, tf = 80, ea = 250, ta = 120, xt = 10, na = 8, nf = 300, af = 10, qv = /* @__PURE__ */ ee({
|
|
9247
9247
|
__name: "FilterButton",
|
|
9248
9248
|
props: {
|
|
9249
9249
|
modelValue: {},
|
|
@@ -9285,26 +9285,26 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9285
9285
|
// LIST_SINGLE_OPTION intentionally absent — empty value depends on forceSingle:
|
|
9286
9286
|
// forceSingle=false → multi-select → [], forceSingle=true → single-select → null
|
|
9287
9287
|
BOOLEAN: null
|
|
9288
|
-
}, o = e, i = n, r = M(null), s = M(null), u = M(null), m = M(null), c = M(null),
|
|
9289
|
-
() => s.value?.dropdownRef || u.value || m.value || c.value ||
|
|
9290
|
-
), x =
|
|
9288
|
+
}, o = e, i = n, r = M(null), s = M(null), u = M(null), m = M(null), c = M(null), v = M(null), g = M(null), w = M(null), p = h(() => r.value?.triggerRef || null), f = h(
|
|
9289
|
+
() => s.value?.dropdownRef || u.value || m.value || c.value || v.value || g.value || null
|
|
9290
|
+
), x = h(() => s.value?.optionsRef || null), T = h(() => s.value?.searchRef || null), S = M(!1), _ = M(!1), $ = M(""), b = M(-1), y = M({}), W = M(null), I = M(null), U = M(""), B = M(""), H = M(""), N = M(""), O = M("");
|
|
9291
9291
|
let z = null;
|
|
9292
|
-
const E = M(null), te = M(null), oe =
|
|
9292
|
+
const E = M(null), te = M(null), oe = h(() => o.filterConfig?.type ?? "LIST_MULTI_OPTION"), be = h(
|
|
9293
9293
|
() => !o.forceSingle && (oe.value === "LIST_MULTI_OPTION" || oe.value === "LIST_SINGLE_OPTION")
|
|
9294
|
-
), Me =
|
|
9294
|
+
), Me = h(() => oe.value === "NUMERIC_RANGE"), ge = h(() => oe.value === "BOOLEAN"), ye = h(() => oe.value === "TEXT"), Ie = h(
|
|
9295
9295
|
() => oe.value === "DATE_RANGE" && !!o.filterConfig?.options.use_selector && (o.filterConfig?.options.rendering.collection.length ?? 0) > 0
|
|
9296
|
-
), Le =
|
|
9296
|
+
), Le = h(
|
|
9297
9297
|
() => oe.value === "DATE_RANGE" && !Ie.value || oe.value === "DATE_TIME_RANGE"
|
|
9298
|
-
), Ae =
|
|
9298
|
+
), Ae = h(() => oe.value === "TIME_RANGE"), q = h(
|
|
9299
9299
|
() => oe.value === "LIST_MULTI_OPTION" || oe.value === "LIST_SINGLE_OPTION"
|
|
9300
|
-
), G =
|
|
9300
|
+
), G = h(() => q.value || Ie.value), se = h(() => o.filterConfig?.label ?? o.filterName), Oe = h(() => o.filterConfig?.options.rendering.min ?? 0), De = h(() => o.filterConfig?.options.rendering.max ?? 100), nt = h(
|
|
9301
9301
|
() => oe.value === "DATE_TIME_RANGE" ? "range-time" : "range"
|
|
9302
|
-
), ct =
|
|
9302
|
+
), ct = h(() => {
|
|
9303
9303
|
const A = o.modelValue;
|
|
9304
9304
|
if (!A) return null;
|
|
9305
9305
|
const F = A.date_minimal_value ? new Date(A.date_minimal_value) : null, ie = A.date_maximal_value ? new Date(A.date_maximal_value) : null;
|
|
9306
9306
|
return !F && !ie ? null : { start: F ?? ie, end: ie ?? F };
|
|
9307
|
-
}), at =
|
|
9307
|
+
}), at = h(
|
|
9308
9308
|
() => {
|
|
9309
9309
|
if (o.filterConfig) {
|
|
9310
9310
|
const { type: A, options: F } = o.filterConfig, { rendering: ie } = F;
|
|
@@ -9323,7 +9323,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9323
9323
|
}
|
|
9324
9324
|
return o.options ?? [];
|
|
9325
9325
|
}
|
|
9326
|
-
), Ke =
|
|
9326
|
+
), Ke = h(() => {
|
|
9327
9327
|
if (Me.value) {
|
|
9328
9328
|
const A = o.modelValue;
|
|
9329
9329
|
return A && (A.min !== null || A.max !== null) ? 1 : 0;
|
|
@@ -9340,13 +9340,13 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9340
9340
|
}), wt = (A) => String(typeof A == "string" || typeof A == "number" ? A : A[o.optionLabel]), Re = (A) => String(typeof A == "string" || typeof A == "number" ? A : A[o.optionValue]), Ct = (A) => {
|
|
9341
9341
|
const F = Re(A);
|
|
9342
9342
|
return be.value ? (Array.isArray(E.value) ? E.value : []).some((we) => we != null && String(we) === F) : E.value != null && String(E.value) === F;
|
|
9343
|
-
}, Je =
|
|
9343
|
+
}, Je = h(() => {
|
|
9344
9344
|
if (!$.value) return at.value;
|
|
9345
9345
|
const A = $.value.toLowerCase();
|
|
9346
9346
|
return at.value.filter(
|
|
9347
9347
|
(F) => wt(F).toLowerCase().includes(A)
|
|
9348
9348
|
);
|
|
9349
|
-
}), Dt =
|
|
9349
|
+
}), Dt = h(() => {
|
|
9350
9350
|
if (!be.value || at.value.length === 0) return !1;
|
|
9351
9351
|
const A = Array.isArray(E.value) ? E.value : [];
|
|
9352
9352
|
return at.value.every((F) => {
|
|
@@ -9364,12 +9364,12 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9364
9364
|
const F = o.modelValue;
|
|
9365
9365
|
H.value = F?.time_minimal_value ?? "", N.value = F?.time_maximal_value ?? "";
|
|
9366
9366
|
} else ge.value ? te.value = o.modelValue != null ? String(o.modelValue) : null : ye.value ? O.value = String(o.modelValue ?? "") : G.value && (E.value = be.value ? Array.isArray(o.modelValue) ? [...o.modelValue] : [] : o.modelValue ?? null);
|
|
9367
|
-
const A =
|
|
9367
|
+
const A = p.value?.getBoundingClientRect();
|
|
9368
9368
|
if (Le.value)
|
|
9369
|
-
|
|
9369
|
+
y.value = { position: "fixed", zIndex: 9999, visibility: "hidden" };
|
|
9370
9370
|
else if (A) {
|
|
9371
9371
|
const F = Math.max(ea, A.width);
|
|
9372
|
-
|
|
9372
|
+
y.value = {
|
|
9373
9373
|
position: "fixed",
|
|
9374
9374
|
zIndex: 9999,
|
|
9375
9375
|
visibility: "hidden",
|
|
@@ -9383,7 +9383,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9383
9383
|
}, 0));
|
|
9384
9384
|
}) : requestAnimationFrame(() => {
|
|
9385
9385
|
S.value && (He(), setTimeout(() => {
|
|
9386
|
-
S.value && (G.value ? T.value?.focus() : Me.value ?
|
|
9386
|
+
S.value && (G.value ? T.value?.focus() : Me.value ? w.value?.focus() : ge.value ? m.value?.querySelector("input")?.focus() : Ae.value ? v.value?.querySelector("input")?.focus() : ye.value && g.value?.querySelector("input")?.focus());
|
|
9387
9387
|
}, 0));
|
|
9388
9388
|
});
|
|
9389
9389
|
}, j = () => {
|
|
@@ -9408,10 +9408,10 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9408
9408
|
if (!x.value || b.value < 0) return;
|
|
9409
9409
|
x.value.children[b.value]?.scrollIntoView({ block: "nearest" });
|
|
9410
9410
|
}, He = () => {
|
|
9411
|
-
if (!
|
|
9412
|
-
const A =
|
|
9411
|
+
if (!p.value) return;
|
|
9412
|
+
const A = f.value;
|
|
9413
9413
|
if (!A) return;
|
|
9414
|
-
const F =
|
|
9414
|
+
const F = p.value.getBoundingClientRect(), ie = window.innerHeight, we = window.innerWidth, je = Me.value || Ae.value || ge.value || ye.value, mt = je ? ef : Zm;
|
|
9415
9415
|
if (F.width === 0 || F.height === 0) {
|
|
9416
9416
|
setTimeout(() => {
|
|
9417
9417
|
S.value && He();
|
|
@@ -9455,8 +9455,8 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9455
9455
|
...rn ? { bottom: `${ie - F.top}px` } : { top: `${F.bottom}px` }
|
|
9456
9456
|
};
|
|
9457
9457
|
}
|
|
9458
|
-
const Cn =
|
|
9459
|
-
za.length === Wn.length && Wn.every((ft) => Cn[ft] === Dn[ft]) || (
|
|
9458
|
+
const Cn = y.value, Dn = Bt, za = Object.keys(Cn), Wn = Object.keys(Dn);
|
|
9459
|
+
za.length === Wn.length && Wn.every((ft) => Cn[ft] === Dn[ft]) || (y.value = Bt);
|
|
9460
9460
|
}, ot = (A) => {
|
|
9461
9461
|
b.value = A;
|
|
9462
9462
|
}, P = (A) => {
|
|
@@ -9529,7 +9529,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9529
9529
|
}, Ht = (A) => {
|
|
9530
9530
|
if (!_.value) return;
|
|
9531
9531
|
const F = A.composedPath();
|
|
9532
|
-
|
|
9532
|
+
p.value && F.includes(p.value) || f.value && F.includes(f.value) || j();
|
|
9533
9533
|
}, Tn = () => {
|
|
9534
9534
|
_.value && He();
|
|
9535
9535
|
}, _n = () => {
|
|
@@ -9572,7 +9572,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9572
9572
|
role: "dialog",
|
|
9573
9573
|
"aria-label": se.value,
|
|
9574
9574
|
class: "toolkit-filter-btn__dropdown toolkit-filter-btn__boolean-panel",
|
|
9575
|
-
style: ue(
|
|
9575
|
+
style: ue(y.value),
|
|
9576
9576
|
onKeydown: _e(j, ["escape"])
|
|
9577
9577
|
}, [
|
|
9578
9578
|
D(Zn, {
|
|
@@ -9599,13 +9599,13 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9599
9599
|
role: "dialog",
|
|
9600
9600
|
"aria-label": se.value,
|
|
9601
9601
|
class: "toolkit-filter-btn__dropdown toolkit-filter-btn__range-panel",
|
|
9602
|
-
style: ue(
|
|
9602
|
+
style: ue(y.value),
|
|
9603
9603
|
onKeydown: _e(j, ["escape"])
|
|
9604
9604
|
}, [
|
|
9605
9605
|
k("div", Xm, [
|
|
9606
9606
|
D(rt, {
|
|
9607
9607
|
ref_key: "rangeMinInputRef",
|
|
9608
|
-
ref:
|
|
9608
|
+
ref: w,
|
|
9609
9609
|
modelValue: U.value,
|
|
9610
9610
|
name: `filter-range-min-${e.filterConfig?.name ?? e.filterName}`,
|
|
9611
9611
|
type: "number",
|
|
@@ -9633,7 +9633,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9633
9633
|
ref: c,
|
|
9634
9634
|
role: "dialog",
|
|
9635
9635
|
"aria-label": se.value,
|
|
9636
|
-
style: ue(
|
|
9636
|
+
style: ue(y.value),
|
|
9637
9637
|
onKeydown: _e(j, ["escape"])
|
|
9638
9638
|
}, [
|
|
9639
9639
|
D($a, {
|
|
@@ -9648,11 +9648,11 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9648
9648
|
Ae.value && _.value ? (l(), d("div", {
|
|
9649
9649
|
key: 0,
|
|
9650
9650
|
ref_key: "timePanelRef",
|
|
9651
|
-
ref:
|
|
9651
|
+
ref: v,
|
|
9652
9652
|
role: "dialog",
|
|
9653
9653
|
"aria-label": se.value,
|
|
9654
9654
|
class: "toolkit-filter-btn__dropdown toolkit-filter-btn__range-panel",
|
|
9655
|
-
style: ue(
|
|
9655
|
+
style: ue(y.value),
|
|
9656
9656
|
onKeydown: _e(j, ["escape"])
|
|
9657
9657
|
}, [
|
|
9658
9658
|
k("div", Km, [
|
|
@@ -9675,11 +9675,11 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9675
9675
|
ye.value && _.value ? (l(), d("div", {
|
|
9676
9676
|
key: 0,
|
|
9677
9677
|
ref_key: "textPanelRef",
|
|
9678
|
-
ref:
|
|
9678
|
+
ref: g,
|
|
9679
9679
|
role: "dialog",
|
|
9680
9680
|
"aria-label": se.value,
|
|
9681
9681
|
class: "toolkit-filter-btn__dropdown toolkit-filter-btn__text-panel",
|
|
9682
|
-
style: ue(
|
|
9682
|
+
style: ue(y.value),
|
|
9683
9683
|
onKeydown: _e(j, ["escape"])
|
|
9684
9684
|
}, [
|
|
9685
9685
|
D(rt, {
|
|
@@ -9695,7 +9695,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9695
9695
|
ref_key: "dropdownMenuRef",
|
|
9696
9696
|
ref: s,
|
|
9697
9697
|
isOpen: _.value,
|
|
9698
|
-
dropdownStyle: { ...
|
|
9698
|
+
dropdownStyle: { ...y.value, width: "250px" },
|
|
9699
9699
|
isMulti: be.value,
|
|
9700
9700
|
searchable: q.value && e.searchable,
|
|
9701
9701
|
searchPlaceholder: e.searchPlaceholder,
|
|
@@ -9762,9 +9762,9 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9762
9762
|
withOption: { type: Boolean, default: !1 }
|
|
9763
9763
|
},
|
|
9764
9764
|
setup(e) {
|
|
9765
|
-
const n = e, t =
|
|
9765
|
+
const n = e, t = h(
|
|
9766
9766
|
() => /Mac|iPhone|iPad|iPod|Macintosh|MacIntel|MacPPC|Mac68K/.test(window.navigator.userAgent)
|
|
9767
|
-
), a =
|
|
9767
|
+
), a = h(() => [
|
|
9768
9768
|
`toolkit-keyboard-input--${n.theme}`,
|
|
9769
9769
|
`toolkit-keyboard-input--${n.size}`
|
|
9770
9770
|
]);
|
|
@@ -9799,7 +9799,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9799
9799
|
trailingIcon: {}
|
|
9800
9800
|
},
|
|
9801
9801
|
setup(e) {
|
|
9802
|
-
const n = e, t =
|
|
9802
|
+
const n = e, t = h(() => [
|
|
9803
9803
|
`toolkit-label--${n.size}`,
|
|
9804
9804
|
`toolkit-label--${n.color}`,
|
|
9805
9805
|
{ "toolkit-label--icon-only": !n.text }
|
|
@@ -9807,7 +9807,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9807
9807
|
small: "10",
|
|
9808
9808
|
medium: "12",
|
|
9809
9809
|
large: "14"
|
|
9810
|
-
}, o =
|
|
9810
|
+
}, o = h(() => a[n.size]);
|
|
9811
9811
|
return (i, r) => (l(), d("div", {
|
|
9812
9812
|
class: ne(["toolkit-label", t.value])
|
|
9813
9813
|
}, [
|
|
@@ -9829,7 +9829,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9829
9829
|
}), vf = { class: "toolkit-menu__content" }, gf = { class: "toolkit-dropdown__options" }, pf = {
|
|
9830
9830
|
key: 0,
|
|
9831
9831
|
class: "toolkit-menu__divider"
|
|
9832
|
-
}, bf = ["href", "data-remote", "onClick"],
|
|
9832
|
+
}, bf = ["href", "data-remote", "onClick"], Gv = /* @__PURE__ */ ee({
|
|
9833
9833
|
__name: "Menu",
|
|
9834
9834
|
props: {
|
|
9835
9835
|
items: {},
|
|
@@ -9838,46 +9838,46 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9838
9838
|
},
|
|
9839
9839
|
emits: ["select", "open", "close"],
|
|
9840
9840
|
setup(e, { emit: n }) {
|
|
9841
|
-
const t = e, a = n, o =
|
|
9842
|
-
s.value = !s.value, s.value ? (a("open"), await fe(), await fe(),
|
|
9843
|
-
|
|
9844
|
-
}, 10), window.addEventListener("scroll",
|
|
9845
|
-
},
|
|
9846
|
-
s.value = !1,
|
|
9847
|
-
},
|
|
9848
|
-
x.onClick?.(), a("select", x),
|
|
9849
|
-
},
|
|
9841
|
+
const t = e, a = n, o = h(() => (Array.isArray(t.items[0]) ? t.items : [t.items]).map((T) => T.filter((S) => S.visible !== !1)).filter((T) => T.length > 0)), i = M(null), r = M(null), s = M(!1), u = M(t.position), m = M({}), c = async () => {
|
|
9842
|
+
s.value = !s.value, s.value ? (a("open"), await fe(), await fe(), f(), setTimeout(() => {
|
|
9843
|
+
f();
|
|
9844
|
+
}, 10), window.addEventListener("scroll", f, !0), window.addEventListener("resize", f), document.addEventListener("click", w, !0)) : p();
|
|
9845
|
+
}, v = () => {
|
|
9846
|
+
s.value = !1, p();
|
|
9847
|
+
}, g = (x) => {
|
|
9848
|
+
x.onClick?.(), a("select", x), v();
|
|
9849
|
+
}, w = (x) => {
|
|
9850
9850
|
const T = x.target, S = t.triggerEl ?? i.value;
|
|
9851
|
-
S && r.value && !S.contains(T) && !r.value.contains(T) && (s.value = !1,
|
|
9852
|
-
},
|
|
9853
|
-
window.removeEventListener("scroll",
|
|
9854
|
-
},
|
|
9851
|
+
S && r.value && !S.contains(T) && !r.value.contains(T) && (s.value = !1, p(), a("close"));
|
|
9852
|
+
}, p = () => {
|
|
9853
|
+
window.removeEventListener("scroll", f, !0), window.removeEventListener("resize", f), document.removeEventListener("click", w, !0);
|
|
9854
|
+
}, f = () => {
|
|
9855
9855
|
const x = t.triggerEl ?? i.value;
|
|
9856
9856
|
if (!x || !r.value) return;
|
|
9857
9857
|
const T = x.getBoundingClientRect();
|
|
9858
9858
|
if (!(T.top < window.innerHeight && T.bottom > 0 && T.left < window.innerWidth && T.right > 0)) {
|
|
9859
|
-
s.value = !1,
|
|
9859
|
+
s.value = !1, p(), a("close");
|
|
9860
9860
|
return;
|
|
9861
9861
|
}
|
|
9862
|
-
const _ = r.value.getBoundingClientRect(), $ = window.innerHeight, b = window.innerWidth,
|
|
9862
|
+
const _ = r.value.getBoundingClientRect(), $ = window.innerHeight, b = window.innerWidth, y = 8;
|
|
9863
9863
|
let W = t.position, I = 0, U = 0;
|
|
9864
9864
|
const B = {
|
|
9865
9865
|
top: () => {
|
|
9866
|
-
I = T.top - _.height -
|
|
9866
|
+
I = T.top - _.height - y, U = T.left;
|
|
9867
9867
|
},
|
|
9868
9868
|
bottom: () => {
|
|
9869
|
-
I = T.bottom +
|
|
9869
|
+
I = T.bottom + y, U = T.left;
|
|
9870
9870
|
},
|
|
9871
9871
|
left: () => {
|
|
9872
|
-
I = T.top, U = T.left - _.width -
|
|
9872
|
+
I = T.top, U = T.left - _.width - y;
|
|
9873
9873
|
},
|
|
9874
9874
|
right: () => {
|
|
9875
|
-
I = T.top, U = T.right +
|
|
9875
|
+
I = T.top, U = T.right + y;
|
|
9876
9876
|
}
|
|
9877
9877
|
}, H = B[W];
|
|
9878
9878
|
H && H();
|
|
9879
9879
|
const N = I >= 10, O = I + _.height <= $ - 10, z = U >= 10, E = U + _.width <= b - 10;
|
|
9880
|
-
W === "top" && !N && T.bottom + _.height +
|
|
9880
|
+
W === "top" && !N && T.bottom + _.height + y <= $ - 10 ? (W = "bottom", B.bottom()) : W === "bottom" && !O && T.top - _.height - y >= 10 ? (W = "top", B.top()) : W === "left" && !z && T.right + _.width + y <= b - 10 ? (W = "right", B.right()) : W === "right" && !E && T.left - _.width - y >= 10 && (W = "left", B.left()), U < 10 && (U = 10), U + _.width > b - 10 && (U = b - _.width - 10), I < 10 && (I = 10), I + _.height > $ - 10 && (I = $ - _.height - 10), u.value = W, m.value = {
|
|
9881
9881
|
position: "fixed",
|
|
9882
9882
|
top: `${I}px`,
|
|
9883
9883
|
left: `${U}px`,
|
|
@@ -9885,7 +9885,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9885
9885
|
};
|
|
9886
9886
|
};
|
|
9887
9887
|
return bt(() => {
|
|
9888
|
-
|
|
9888
|
+
p();
|
|
9889
9889
|
}), (x, T) => (l(), d("div", {
|
|
9890
9890
|
ref_key: "triggerRef",
|
|
9891
9891
|
ref: i,
|
|
@@ -9915,7 +9915,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9915
9915
|
href: $.disabled ? void 0 : $.href,
|
|
9916
9916
|
"data-remote": !$.disabled && $.dataRemote || void 0,
|
|
9917
9917
|
class: "toolkit-menu__link",
|
|
9918
|
-
onClick: (
|
|
9918
|
+
onClick: (y) => $.disabled ? y.preventDefault() : v()
|
|
9919
9919
|
}, [
|
|
9920
9920
|
D(Jt, {
|
|
9921
9921
|
option: $,
|
|
@@ -9939,7 +9939,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9939
9939
|
isClickable: !$.disabled,
|
|
9940
9940
|
leadingIcon: $.icon,
|
|
9941
9941
|
color: $.color,
|
|
9942
|
-
onSelect: (
|
|
9942
|
+
onSelect: (y) => g($)
|
|
9943
9943
|
}, null, 8, ["option", "label", "isDisabled", "isClickable", "leadingIcon", "color", "onSelect"]))
|
|
9944
9944
|
], 64))), 128))
|
|
9945
9945
|
], 64))), 128))
|
|
@@ -9967,7 +9967,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9967
9967
|
}, xf = {
|
|
9968
9968
|
key: 2,
|
|
9969
9969
|
class: "toolkit-modal__footer"
|
|
9970
|
-
},
|
|
9970
|
+
}, Xv = /* @__PURE__ */ ee({
|
|
9971
9971
|
__name: "Modal",
|
|
9972
9972
|
props: {
|
|
9973
9973
|
modelValue: { type: Boolean, default: !1 },
|
|
@@ -9979,21 +9979,21 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
9979
9979
|
},
|
|
9980
9980
|
emits: ["update:modelValue"],
|
|
9981
9981
|
setup(e, { emit: n }) {
|
|
9982
|
-
const t = e, a = n, o = gn(), i = M(null), r = M(null), s = M(!1), u =
|
|
9982
|
+
const t = e, a = n, o = gn(), i = M(null), r = M(null), s = M(!1), u = h(() => [
|
|
9983
9983
|
"toolkit-modal",
|
|
9984
9984
|
`toolkit-modal--${t.size}`,
|
|
9985
9985
|
`toolkit-modal--align-${t.titleAlign}`
|
|
9986
|
-
]), m =
|
|
9986
|
+
]), m = h(() => [
|
|
9987
9987
|
"toolkit-modal__header",
|
|
9988
9988
|
`toolkit-modal__header--align-${t.titleAlign}`,
|
|
9989
9989
|
{ "toolkit-modal__header--scrolled": s.value }
|
|
9990
|
-
]), c =
|
|
9990
|
+
]), c = h(() => o.title || o.subtitle), v = () => {
|
|
9991
9991
|
a("update:modelValue", !1);
|
|
9992
|
-
},
|
|
9993
|
-
|
|
9994
|
-
},
|
|
9992
|
+
}, g = (f) => {
|
|
9993
|
+
f.key === "Escape" && t.modelValue && v();
|
|
9994
|
+
}, w = () => {
|
|
9995
9995
|
s.value = (r.value?.scrollTop ?? 0) > 0;
|
|
9996
|
-
},
|
|
9996
|
+
}, p = async () => {
|
|
9997
9997
|
if (await fe(), !i.value) return;
|
|
9998
9998
|
i.value.querySelectorAll(
|
|
9999
9999
|
'input, button, textarea, select, a[href], [tabindex]:not([tabindex="-1"])'
|
|
@@ -10001,15 +10001,15 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10001
10001
|
};
|
|
10002
10002
|
return Te(
|
|
10003
10003
|
() => t.modelValue,
|
|
10004
|
-
(
|
|
10005
|
-
|
|
10006
|
-
r.value && (r.value.addEventListener("scroll",
|
|
10007
|
-
})) : (document.removeEventListener("keydown",
|
|
10004
|
+
(f) => {
|
|
10005
|
+
f ? (document.addEventListener("keydown", g), p(), document.body.style.overflow = "hidden", fe(() => {
|
|
10006
|
+
r.value && (r.value.addEventListener("scroll", w), w());
|
|
10007
|
+
})) : (document.removeEventListener("keydown", g), r.value && r.value.removeEventListener("scroll", w), s.value = !1, document.body.style.overflow = "");
|
|
10008
10008
|
},
|
|
10009
10009
|
{ immediate: !0 }
|
|
10010
10010
|
), _t(() => {
|
|
10011
|
-
document.removeEventListener("keydown",
|
|
10012
|
-
}), (
|
|
10011
|
+
document.removeEventListener("keydown", g), r.value && r.value.removeEventListener("scroll", w), document.body.style.overflow = "";
|
|
10012
|
+
}), (f, x) => (l(), Y(Fe, { to: "body" }, [
|
|
10013
10013
|
D(lt, {
|
|
10014
10014
|
name: "modal",
|
|
10015
10015
|
"enter-active-class": "modal-enter-active",
|
|
@@ -10033,10 +10033,10 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10033
10033
|
title: t.closeButtonTooltip ?? "Close"
|
|
10034
10034
|
}, {
|
|
10035
10035
|
default: X(() => [
|
|
10036
|
-
D(
|
|
10036
|
+
D(ce, {
|
|
10037
10037
|
shape: "round",
|
|
10038
10038
|
size: "x-small",
|
|
10039
|
-
onClick:
|
|
10039
|
+
onClick: v
|
|
10040
10040
|
}, {
|
|
10041
10041
|
textIcon: X(() => [
|
|
10042
10042
|
D(re, { icon: "close-outline" })
|
|
@@ -10050,11 +10050,11 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10050
10050
|
key: 1,
|
|
10051
10051
|
class: ne(m.value)
|
|
10052
10052
|
}, [
|
|
10053
|
-
|
|
10054
|
-
Pe(
|
|
10053
|
+
f.$slots.title ? (l(), d("div", kf, [
|
|
10054
|
+
Pe(f.$slots, "title")
|
|
10055
10055
|
])) : C("", !0),
|
|
10056
|
-
|
|
10057
|
-
Pe(
|
|
10056
|
+
f.$slots.subtitle ? (l(), d("div", Mf, [
|
|
10057
|
+
Pe(f.$slots, "subtitle")
|
|
10058
10058
|
])) : C("", !0)
|
|
10059
10059
|
], 2)) : C("", !0),
|
|
10060
10060
|
k("div", {
|
|
@@ -10062,10 +10062,10 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10062
10062
|
ref: r,
|
|
10063
10063
|
class: "toolkit-modal__content"
|
|
10064
10064
|
}, [
|
|
10065
|
-
Pe(
|
|
10065
|
+
Pe(f.$slots, "default")
|
|
10066
10066
|
], 512),
|
|
10067
|
-
|
|
10068
|
-
Pe(
|
|
10067
|
+
f.$slots.footer ? (l(), d("div", xf, [
|
|
10068
|
+
Pe(f.$slots, "footer")
|
|
10069
10069
|
])) : C("", !0)
|
|
10070
10070
|
], 2)
|
|
10071
10071
|
])) : C("", !0)
|
|
@@ -10118,38 +10118,38 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10118
10118
|
() => [n.needed, n.confirmed, n.unconfirmed],
|
|
10119
10119
|
() => fe(i)
|
|
10120
10120
|
);
|
|
10121
|
-
const r =
|
|
10121
|
+
const r = h(() => n.needed), s = h(
|
|
10122
10122
|
() => r.value > 0 ? n.confirmed / r.value * 100 : 0
|
|
10123
|
-
), u =
|
|
10123
|
+
), u = h(
|
|
10124
10124
|
() => r.value > 0 ? n.unconfirmed / r.value * 100 : 0
|
|
10125
|
-
), m =
|
|
10125
|
+
), m = h(() => Math.max(0, r.value - n.confirmed - n.unconfirmed)), c = h(
|
|
10126
10126
|
() => r.value > 0 ? m.value / r.value * 100 : 0
|
|
10127
|
-
),
|
|
10128
|
-
const _ = T.toString(), $ = _.length, b = 4,
|
|
10127
|
+
), v = (T, S) => {
|
|
10128
|
+
const _ = T.toString(), $ = _.length, b = 4, y = 4 + b, W = $ * y + b;
|
|
10129
10129
|
if (S >= W)
|
|
10130
10130
|
return _;
|
|
10131
10131
|
if (T >= 1e3) {
|
|
10132
|
-
const I = 4 *
|
|
10132
|
+
const I = 4 * y;
|
|
10133
10133
|
if (S <= I) return "999+";
|
|
10134
10134
|
}
|
|
10135
10135
|
if (T >= 100) {
|
|
10136
|
-
const I = 3 *
|
|
10136
|
+
const I = 3 * y;
|
|
10137
10137
|
if (S <= I) return "99+";
|
|
10138
10138
|
}
|
|
10139
10139
|
if (T >= 10) {
|
|
10140
|
-
const I = 2 *
|
|
10140
|
+
const I = 2 * y;
|
|
10141
10141
|
if (S <= I) return "9+";
|
|
10142
10142
|
}
|
|
10143
10143
|
return _;
|
|
10144
|
-
},
|
|
10144
|
+
}, g = (T, S) => {
|
|
10145
10145
|
const _ = S / 100 * a.value;
|
|
10146
|
-
return
|
|
10147
|
-
},
|
|
10148
|
-
() =>
|
|
10149
|
-
),
|
|
10150
|
-
() =>
|
|
10151
|
-
),
|
|
10152
|
-
() =>
|
|
10146
|
+
return v(T, _);
|
|
10147
|
+
}, w = h(
|
|
10148
|
+
() => g(n.confirmed, s.value)
|
|
10149
|
+
), p = h(
|
|
10150
|
+
() => g(n.unconfirmed, u.value)
|
|
10151
|
+
), f = h(
|
|
10152
|
+
() => g(m.value, c.value)
|
|
10153
10153
|
), x = (T) => T > 0 && T / r.value * 100 >= 2;
|
|
10154
10154
|
return (T, S) => (l(), d("div", {
|
|
10155
10155
|
class: ne(["toolkit-progress-bar", `toolkit-progress-bar--${e.size}`])
|
|
@@ -10189,21 +10189,21 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10189
10189
|
class: "toolkit-progress-bar__segment toolkit-progress-bar__segment--confirmed",
|
|
10190
10190
|
style: ue({ width: `${s.value}%` })
|
|
10191
10191
|
}, [
|
|
10192
|
-
x(e.confirmed) ? (l(), d("span", Cf, R(
|
|
10192
|
+
x(e.confirmed) ? (l(), d("span", Cf, R(w.value), 1)) : C("", !0)
|
|
10193
10193
|
], 4)) : C("", !0),
|
|
10194
10194
|
u.value > 0 ? (l(), d("div", {
|
|
10195
10195
|
key: 1,
|
|
10196
10196
|
class: "toolkit-progress-bar__segment toolkit-progress-bar__segment--unconfirmed",
|
|
10197
10197
|
style: ue({ width: `${u.value}%` })
|
|
10198
10198
|
}, [
|
|
10199
|
-
x(e.unconfirmed) ? (l(), d("span", Df, R(
|
|
10199
|
+
x(e.unconfirmed) ? (l(), d("span", Df, R(p.value), 1)) : C("", !0)
|
|
10200
10200
|
], 4)) : C("", !0),
|
|
10201
10201
|
c.value > 0 ? (l(), d("div", {
|
|
10202
10202
|
key: 2,
|
|
10203
10203
|
class: "toolkit-progress-bar__segment toolkit-progress-bar__segment--remaining",
|
|
10204
10204
|
style: ue({ width: `${c.value}%` })
|
|
10205
10205
|
}, [
|
|
10206
|
-
x(m.value) ? (l(), d("span", Wf, R(
|
|
10206
|
+
x(m.value) ? (l(), d("span", Wf, R(f.value), 1)) : C("", !0)
|
|
10207
10207
|
], 4)) : C("", !0)
|
|
10208
10208
|
], 512)
|
|
10209
10209
|
]),
|
|
@@ -10211,7 +10211,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10211
10211
|
}, 8, ["color", "delay", "is-open"])
|
|
10212
10212
|
], 2));
|
|
10213
10213
|
}
|
|
10214
|
-
}), zf = ["id"], Of = ["aria-valuenow", "aria-controls"], Ef = ["aria-valuenow", "aria-controls"],
|
|
10214
|
+
}), zf = ["id"], Of = ["aria-valuenow", "aria-controls"], Ef = ["aria-valuenow", "aria-controls"], Uv = /* @__PURE__ */ ee({
|
|
10215
10215
|
__name: "Scrollbar",
|
|
10216
10216
|
props: {
|
|
10217
10217
|
direction: { default: "both" },
|
|
@@ -10219,28 +10219,28 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10219
10219
|
idleTimeout: { default: 1500 }
|
|
10220
10220
|
},
|
|
10221
10221
|
setup(e) {
|
|
10222
|
-
const n = e, t = mn(), a = M(null), o = M(null), i = M(!1), r = M(!1), s = M(!1), u = M(!1), m = M(0), c = M(100),
|
|
10223
|
-
let
|
|
10224
|
-
const S =
|
|
10222
|
+
const n = e, t = mn(), a = M(null), o = M(null), i = M(!1), r = M(!1), s = M(!1), u = M(!1), m = M(0), c = M(100), v = M(0), g = M(100), w = M(0), p = M(0);
|
|
10223
|
+
let f = null, x = null, T = null;
|
|
10224
|
+
const S = h(() => n.direction !== "horizontal"), _ = h(() => n.direction !== "vertical"), $ = () => {
|
|
10225
10225
|
const B = o.value;
|
|
10226
10226
|
if (B) {
|
|
10227
10227
|
if (i.value = B.scrollHeight > B.clientHeight + 1, r.value = B.scrollWidth > B.clientWidth + 1, s.value = B.scrollTop > 0, i.value) {
|
|
10228
10228
|
const H = B.clientHeight / B.scrollHeight, N = Math.max(H * 100, 10), O = B.scrollHeight - B.clientHeight;
|
|
10229
|
-
m.value = O > 0 ? B.scrollTop / O * (100 - N) : 0, c.value = N,
|
|
10229
|
+
m.value = O > 0 ? B.scrollTop / O * (100 - N) : 0, c.value = N, w.value = O > 0 ? Math.round(B.scrollTop / O * 100) : 0;
|
|
10230
10230
|
}
|
|
10231
10231
|
if (r.value) {
|
|
10232
10232
|
const H = B.clientWidth / B.scrollWidth, N = Math.max(H * 100, 10), O = B.scrollWidth - B.clientWidth;
|
|
10233
|
-
|
|
10233
|
+
v.value = O > 0 ? B.scrollLeft / O * (100 - N) : 0, g.value = N, p.value = O > 0 ? Math.round(B.scrollLeft / O * 100) : 0;
|
|
10234
10234
|
}
|
|
10235
10235
|
}
|
|
10236
10236
|
}, b = () => {
|
|
10237
|
-
u.value = !0,
|
|
10237
|
+
u.value = !0, f && clearTimeout(f), f = setTimeout(() => {
|
|
10238
10238
|
u.value = !1;
|
|
10239
10239
|
}, n.idleTimeout);
|
|
10240
|
-
},
|
|
10240
|
+
}, y = () => {
|
|
10241
10241
|
$(), b();
|
|
10242
10242
|
}, W = () => {
|
|
10243
|
-
u.value && (
|
|
10243
|
+
u.value && (f && clearTimeout(f), f = setTimeout(() => {
|
|
10244
10244
|
u.value = !1;
|
|
10245
10245
|
}, 300));
|
|
10246
10246
|
}, I = (B, H) => {
|
|
@@ -10253,7 +10253,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10253
10253
|
const N = o.value, O = B.currentTarget.parentElement;
|
|
10254
10254
|
if (!N || !O) return;
|
|
10255
10255
|
b();
|
|
10256
|
-
const z = H === "vertical", E = z ? B.clientY : B.clientX, te = z ? N.scrollTop : N.scrollLeft, oe = z ? O.clientHeight : O.clientWidth, be = oe * ((z ? c.value :
|
|
10256
|
+
const z = H === "vertical", E = z ? B.clientY : B.clientX, te = z ? N.scrollTop : N.scrollLeft, oe = z ? O.clientHeight : O.clientWidth, be = oe * ((z ? c.value : g.value) / 100), Me = z ? N.scrollHeight - N.clientHeight : N.scrollWidth - N.clientWidth, ge = oe - be;
|
|
10257
10257
|
if (ge <= 0 || Me <= 0) return;
|
|
10258
10258
|
const ye = (Le) => {
|
|
10259
10259
|
const q = ((z ? Le.clientY : Le.clientX) - E) / ge * Me, G = Math.max(0, Math.min(Me, te + q));
|
|
@@ -10267,7 +10267,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10267
10267
|
const B = o.value;
|
|
10268
10268
|
B && (typeof ResizeObserver < "u" && (x = new ResizeObserver($), x.observe(B)), typeof MutationObserver < "u" && (T = new MutationObserver($), T.observe(B, { subtree: !0, childList: !0, characterData: !0 })), $());
|
|
10269
10269
|
}), _t(() => {
|
|
10270
|
-
|
|
10270
|
+
f && clearTimeout(f), x?.disconnect(), T?.disconnect();
|
|
10271
10271
|
}), (B, H) => (l(), d("div", {
|
|
10272
10272
|
ref_key: "rootRef",
|
|
10273
10273
|
ref: a,
|
|
@@ -10286,7 +10286,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10286
10286
|
ref_key: "viewportRef",
|
|
10287
10287
|
ref: o,
|
|
10288
10288
|
class: "toolkit-scrollbar__viewport",
|
|
10289
|
-
onScroll:
|
|
10289
|
+
onScroll: y
|
|
10290
10290
|
}, [
|
|
10291
10291
|
Pe(B.$slots, "default")
|
|
10292
10292
|
], 40, zf),
|
|
@@ -10298,7 +10298,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10298
10298
|
"aria-orientation": "vertical",
|
|
10299
10299
|
"aria-valuemin": "0",
|
|
10300
10300
|
"aria-valuemax": "100",
|
|
10301
|
-
"aria-valuenow":
|
|
10301
|
+
"aria-valuenow": w.value,
|
|
10302
10302
|
"aria-controls": ke(t),
|
|
10303
10303
|
onFocus: b,
|
|
10304
10304
|
onKeydown: H[1] || (H[1] = (N) => I(N, "vertical"))
|
|
@@ -10317,14 +10317,14 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10317
10317
|
"aria-orientation": "horizontal",
|
|
10318
10318
|
"aria-valuemin": "0",
|
|
10319
10319
|
"aria-valuemax": "100",
|
|
10320
|
-
"aria-valuenow":
|
|
10320
|
+
"aria-valuenow": p.value,
|
|
10321
10321
|
"aria-controls": ke(t),
|
|
10322
10322
|
onFocus: b,
|
|
10323
10323
|
onKeydown: H[3] || (H[3] = (N) => I(N, "horizontal"))
|
|
10324
10324
|
}, [
|
|
10325
10325
|
k("div", {
|
|
10326
10326
|
class: "toolkit-scrollbar__thumb",
|
|
10327
|
-
style: ue({ left: `${
|
|
10327
|
+
style: ue({ left: `${v.value}%`, width: `${g.value}%` }),
|
|
10328
10328
|
onMousedown: H[2] || (H[2] = de((N) => U(N, "horizontal"), ["prevent"]))
|
|
10329
10329
|
}, null, 36)
|
|
10330
10330
|
], 40, Ef)) : C("", !0)
|
|
@@ -10339,7 +10339,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10339
10339
|
}, Nf = {
|
|
10340
10340
|
key: 0,
|
|
10341
10341
|
class: "toolkit-slider__labels"
|
|
10342
|
-
}, Rf = { class: "toolkit-slider__label toolkit-slider__label--left" }, Hf = { class: "toolkit-slider__label toolkit-slider__label--middle" }, Bf = { class: "toolkit-slider__label toolkit-slider__label--right" },
|
|
10342
|
+
}, Rf = { class: "toolkit-slider__label toolkit-slider__label--left" }, Hf = { class: "toolkit-slider__label toolkit-slider__label--middle" }, Bf = { class: "toolkit-slider__label toolkit-slider__label--right" }, Qv = /* @__PURE__ */ ee({
|
|
10343
10343
|
__name: "Slider",
|
|
10344
10344
|
props: {
|
|
10345
10345
|
variants: { default: "single" },
|
|
@@ -10354,7 +10354,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10354
10354
|
},
|
|
10355
10355
|
emits: ["update:modelValue", "change"],
|
|
10356
10356
|
setup(e, { emit: n }) {
|
|
10357
|
-
const t = e, a = n, o =
|
|
10357
|
+
const t = e, a = n, o = h(() => t.variants === "double"), i = h(() => t.minValue), r = h(() => t.maxValue), s = M(null), u = M(0), m = M(i.value), c = M([i.value, r.value]);
|
|
10358
10358
|
Te(
|
|
10359
10359
|
() => t.modelValue,
|
|
10360
10360
|
(z) => {
|
|
@@ -10363,19 +10363,19 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10363
10363
|
), Te([i, r], ([z, E]) => {
|
|
10364
10364
|
typeof t.modelValue != "number" && (m.value = z), (!Array.isArray(t.modelValue) || t.modelValue.length !== 2) && (c.value = [z, E]);
|
|
10365
10365
|
});
|
|
10366
|
-
const
|
|
10366
|
+
const v = () => {
|
|
10367
10367
|
s.value && (u.value = s.value.offsetWidth);
|
|
10368
10368
|
};
|
|
10369
10369
|
st(() => {
|
|
10370
|
-
fe(
|
|
10370
|
+
fe(v), window.addEventListener("resize", v);
|
|
10371
10371
|
}), _t(() => {
|
|
10372
|
-
window.removeEventListener("resize",
|
|
10372
|
+
window.removeEventListener("resize", v);
|
|
10373
10373
|
});
|
|
10374
|
-
const
|
|
10374
|
+
const g = h(
|
|
10375
10375
|
() => typeof t.modelValue == "number" ? t.modelValue : m.value
|
|
10376
|
-
),
|
|
10376
|
+
), w = h(() => Array.isArray(t.modelValue) && t.modelValue.length === 2 ? [t.modelValue[0], t.modelValue[1]] : c.value), p = h(() => w.value[0]), f = h(() => w.value[1]), x = h(() => Math.max(1, r.value - i.value)), T = (z) => u.value ? (Math.min(r.value, Math.max(i.value, z)) - i.value) / x.value * u.value : 0, S = h(() => {
|
|
10377
10377
|
if (o.value) {
|
|
10378
|
-
const z = Math.min(T(
|
|
10378
|
+
const z = Math.min(T(p.value), T(f.value)), E = Math.max(T(p.value), T(f.value));
|
|
10379
10379
|
return {
|
|
10380
10380
|
left: `${z}px`,
|
|
10381
10381
|
width: `${E - z}px`
|
|
@@ -10383,22 +10383,22 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10383
10383
|
}
|
|
10384
10384
|
return {
|
|
10385
10385
|
left: "0px",
|
|
10386
|
-
width: `${T(
|
|
10386
|
+
width: `${T(g.value)}px`
|
|
10387
10387
|
};
|
|
10388
|
-
}), _ =
|
|
10389
|
-
left: `${T(p.value)}px`
|
|
10390
|
-
})), $ = v(() => ({
|
|
10388
|
+
}), _ = h(() => ({
|
|
10391
10389
|
left: `${T(g.value)}px`
|
|
10392
|
-
})),
|
|
10393
|
-
left: `${T(
|
|
10394
|
-
})),
|
|
10390
|
+
})), $ = h(() => ({
|
|
10391
|
+
left: `${T(p.value)}px`
|
|
10392
|
+
})), b = h(() => ({
|
|
10393
|
+
left: `${T(f.value)}px`
|
|
10394
|
+
})), y = h(
|
|
10395
10395
|
() => !!(t.leftLabel || t.middleLabel || t.rightLabel)
|
|
10396
10396
|
), W = (z) => Number.isInteger(z) ? `${z} %` : z.toFixed(2).replace(/\.00$/, ""), I = (z) => {
|
|
10397
10397
|
typeof t.modelValue != "number" && (m.value = z), a("update:modelValue", z), a("change", z);
|
|
10398
10398
|
}, U = (z) => {
|
|
10399
10399
|
(!Array.isArray(t.modelValue) || t.modelValue.length !== 2) && (c.value = z), a("update:modelValue", z), a("change", z);
|
|
10400
10400
|
}, B = M(null), H = (z, E) => {
|
|
10401
|
-
t.disabled || (B.value = z,
|
|
10401
|
+
t.disabled || (B.value = z, v(), O(E), window.addEventListener("pointermove", O), window.addEventListener("pointerup", N));
|
|
10402
10402
|
}, N = () => {
|
|
10403
10403
|
B.value = null, window.removeEventListener("pointermove", O), window.removeEventListener("pointerup", N);
|
|
10404
10404
|
}, O = (z) => {
|
|
@@ -10409,11 +10409,11 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10409
10409
|
return;
|
|
10410
10410
|
}
|
|
10411
10411
|
if (B.value === "min") {
|
|
10412
|
-
const Ie = Math.min(ye,
|
|
10413
|
-
U([Ie,
|
|
10412
|
+
const Ie = Math.min(ye, f.value);
|
|
10413
|
+
U([Ie, f.value]);
|
|
10414
10414
|
} else {
|
|
10415
|
-
const Ie = Math.max(ye,
|
|
10416
|
-
U([
|
|
10415
|
+
const Ie = Math.max(ye, p.value);
|
|
10416
|
+
U([p.value, Ie]);
|
|
10417
10417
|
}
|
|
10418
10418
|
};
|
|
10419
10419
|
return (z, E) => (l(), d("div", Vf, [
|
|
@@ -10424,7 +10424,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10424
10424
|
style: ue($.value)
|
|
10425
10425
|
}, [
|
|
10426
10426
|
D(vt, {
|
|
10427
|
-
value: W(
|
|
10427
|
+
value: W(p.value)
|
|
10428
10428
|
}, null, 8, ["value"])
|
|
10429
10429
|
], 4),
|
|
10430
10430
|
k("div", {
|
|
@@ -10432,7 +10432,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10432
10432
|
style: ue(b.value)
|
|
10433
10433
|
}, [
|
|
10434
10434
|
D(vt, {
|
|
10435
|
-
value: W(
|
|
10435
|
+
value: W(f.value)
|
|
10436
10436
|
}, null, 8, ["value"])
|
|
10437
10437
|
], 4)
|
|
10438
10438
|
], 64)) : (l(), d("div", {
|
|
@@ -10441,7 +10441,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10441
10441
|
style: ue(_.value)
|
|
10442
10442
|
}, [
|
|
10443
10443
|
D(vt, {
|
|
10444
|
-
value: W(
|
|
10444
|
+
value: W(g.value)
|
|
10445
10445
|
}, null, 8, ["value"])
|
|
10446
10446
|
], 4))
|
|
10447
10447
|
]),
|
|
@@ -10458,23 +10458,23 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10458
10458
|
o.value ? (l(), d("div", Af, [
|
|
10459
10459
|
k("div", {
|
|
10460
10460
|
class: "toolkit-slider__thumb",
|
|
10461
|
-
style: ue({ left: `${T(
|
|
10461
|
+
style: ue({ left: `${T(p.value)}px` }),
|
|
10462
10462
|
onPointerdown: E[1] || (E[1] = (te) => H("min", te))
|
|
10463
10463
|
}, null, 36),
|
|
10464
10464
|
k("div", {
|
|
10465
10465
|
class: "toolkit-slider__thumb",
|
|
10466
|
-
style: ue({ left: `${T(
|
|
10466
|
+
style: ue({ left: `${T(f.value)}px` }),
|
|
10467
10467
|
onPointerdown: E[2] || (E[2] = (te) => H("max", te))
|
|
10468
10468
|
}, null, 36)
|
|
10469
10469
|
])) : (l(), d("div", Lf, [
|
|
10470
10470
|
k("div", {
|
|
10471
10471
|
class: "toolkit-slider__thumb",
|
|
10472
|
-
style: ue({ left: `${T(
|
|
10472
|
+
style: ue({ left: `${T(g.value)}px` }),
|
|
10473
10473
|
onPointerdown: E[0] || (E[0] = (te) => H("single", te))
|
|
10474
10474
|
}, null, 36)
|
|
10475
10475
|
]))
|
|
10476
10476
|
], 512),
|
|
10477
|
-
|
|
10477
|
+
y.value ? (l(), d("div", Nf, [
|
|
10478
10478
|
k("div", Rf, R(e.leftLabel), 1),
|
|
10479
10479
|
k("div", Hf, R(e.middleLabel), 1),
|
|
10480
10480
|
k("div", Bf, R(e.rightLabel), 1)
|
|
@@ -10502,12 +10502,12 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10502
10502
|
"warning",
|
|
10503
10503
|
"danger",
|
|
10504
10504
|
"primary"
|
|
10505
|
-
], t = e, a =
|
|
10505
|
+
], t = e, a = h(() => n.includes(t.color)), o = h(() => [
|
|
10506
10506
|
a.value ? `toolkit-status-dot--${t.color}` : null,
|
|
10507
10507
|
`toolkit-status-dot--${t.variant}`,
|
|
10508
10508
|
`toolkit-status-dot--${t.size}`,
|
|
10509
10509
|
{ "toolkit-status-dot--shadow": t.isShadow }
|
|
10510
|
-
]), i =
|
|
10510
|
+
]), i = h(() => {
|
|
10511
10511
|
if (a.value) return;
|
|
10512
10512
|
const r = t.color;
|
|
10513
10513
|
return t.isShadow ? { backgroundColor: r, boxShadow: `0 0 5px 0 ${r}` } : { backgroundColor: r };
|
|
@@ -10523,13 +10523,13 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10523
10523
|
e.variant === "label-right" && e.label ? (l(), d("span", Yf, R(e.label), 1)) : C("", !0)
|
|
10524
10524
|
], 2));
|
|
10525
10525
|
}
|
|
10526
|
-
}),
|
|
10526
|
+
}), Kv = /* @__PURE__ */ ee({
|
|
10527
10527
|
__name: "Subtitle",
|
|
10528
10528
|
props: {
|
|
10529
10529
|
size: { default: "large" }
|
|
10530
10530
|
},
|
|
10531
10531
|
setup(e) {
|
|
10532
|
-
const n = e, t =
|
|
10532
|
+
const n = e, t = h(() => {
|
|
10533
10533
|
const a = ["toolkit-subtitle"];
|
|
10534
10534
|
return a.push(`toolkit-subtitle--${n.size}`), a;
|
|
10535
10535
|
});
|
|
@@ -10551,31 +10551,31 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10551
10551
|
},
|
|
10552
10552
|
emits: ["update:checked", "change"],
|
|
10553
10553
|
setup(e, { expose: n, emit: t }) {
|
|
10554
|
-
const a = e, o = t, i = M(null), r =
|
|
10554
|
+
const a = e, o = t, i = M(null), r = h(() => a.id || `switch-${Math.random().toString(36).slice(2, 11)}`), s = h(() => [
|
|
10555
10555
|
"toolkit-switch-label",
|
|
10556
10556
|
{ "toolkit-switch-label--disabled": a.disabled }
|
|
10557
|
-
]), u =
|
|
10557
|
+
]), u = h(() => [
|
|
10558
10558
|
"toolkit-switch",
|
|
10559
10559
|
`toolkit-switch--${a.size}`,
|
|
10560
10560
|
{
|
|
10561
10561
|
"toolkit-switch--checked": a.checked,
|
|
10562
10562
|
"toolkit-switch--disabled": a.disabled
|
|
10563
10563
|
}
|
|
10564
|
-
]), m =
|
|
10564
|
+
]), m = h(() => [
|
|
10565
10565
|
"toolkit-switch__thumb",
|
|
10566
10566
|
`toolkit-switch__thumb--${a.size}`,
|
|
10567
10567
|
{ "toolkit-switch__thumb--checked": a.checked }
|
|
10568
|
-
]), c =
|
|
10568
|
+
]), c = h(() => [
|
|
10569
10569
|
"toolkit-switch__text",
|
|
10570
10570
|
{ "toolkit-switch__text--left": a.labelPosition === "left" }
|
|
10571
|
-
]),
|
|
10572
|
-
const
|
|
10573
|
-
o("update:checked",
|
|
10571
|
+
]), v = (g) => {
|
|
10572
|
+
const w = g.target.checked;
|
|
10573
|
+
o("update:checked", w), o("change", w);
|
|
10574
10574
|
};
|
|
10575
10575
|
return n({
|
|
10576
10576
|
focus: () => i.value?.focus(),
|
|
10577
10577
|
blur: () => i.value?.blur()
|
|
10578
|
-
}), (
|
|
10578
|
+
}), (g, w) => (l(), d("div", jf, [
|
|
10579
10579
|
k("label", {
|
|
10580
10580
|
class: ne(s.value),
|
|
10581
10581
|
for: r.value
|
|
@@ -10592,7 +10592,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10592
10592
|
checked: e.checked,
|
|
10593
10593
|
disabled: e.disabled,
|
|
10594
10594
|
class: "toolkit-switch__input",
|
|
10595
|
-
onChange:
|
|
10595
|
+
onChange: v
|
|
10596
10596
|
}, null, 40, Gf),
|
|
10597
10597
|
k("span", {
|
|
10598
10598
|
class: ne(u.value)
|
|
@@ -10608,7 +10608,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10608
10608
|
], 10, qf)
|
|
10609
10609
|
]));
|
|
10610
10610
|
}
|
|
10611
|
-
}),
|
|
10611
|
+
}), Jv = /* @__PURE__ */ ee({
|
|
10612
10612
|
__name: "Text",
|
|
10613
10613
|
props: {
|
|
10614
10614
|
size: { default: "default" },
|
|
@@ -10617,10 +10617,10 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10617
10617
|
fontWeight: { default: 400 }
|
|
10618
10618
|
},
|
|
10619
10619
|
setup(e) {
|
|
10620
|
-
const n = e, t =
|
|
10620
|
+
const n = e, t = h(() => {
|
|
10621
10621
|
const o = ["toolkit-text"];
|
|
10622
10622
|
return o.push(`toolkit-text--${n.size}`), o;
|
|
10623
|
-
}), a =
|
|
10623
|
+
}), a = h(() => {
|
|
10624
10624
|
const o = {};
|
|
10625
10625
|
return n.fontStyle && n.fontStyle !== "normal" && (o.fontStyle = n.fontStyle), n.fontWeight && n.fontWeight !== 400 && (o.fontWeight = n.fontWeight), o;
|
|
10626
10626
|
});
|
|
@@ -10637,7 +10637,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10637
10637
|
}), Uf = { class: "toolkit-textarea-wrapper" }, Qf = ["for"], Kf = ["id", "value", "placeholder", "disabled", "rows"], Jf = {
|
|
10638
10638
|
key: 1,
|
|
10639
10639
|
class: "toolkit-textarea__error"
|
|
10640
|
-
},
|
|
10640
|
+
}, Zv = /* @__PURE__ */ ee({
|
|
10641
10641
|
__name: "Textarea",
|
|
10642
10642
|
props: {
|
|
10643
10643
|
id: {},
|
|
@@ -10652,7 +10652,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10652
10652
|
},
|
|
10653
10653
|
emits: ["update:modelValue", "focus", "blur"],
|
|
10654
10654
|
setup(e, { emit: n }) {
|
|
10655
|
-
const t = e, a = n, o = M(), i = M(!1), r = M(t.minRows), s =
|
|
10655
|
+
const t = e, a = n, o = M(), i = M(!1), r = M(t.minRows), s = h(() => t.id || `textarea-${Math.random().toString(36).slice(2, 11)}`), u = h(() => [
|
|
10656
10656
|
"toolkit-textarea",
|
|
10657
10657
|
{
|
|
10658
10658
|
"toolkit-textarea--disabled": t.disabled,
|
|
@@ -10661,24 +10661,24 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10661
10661
|
}
|
|
10662
10662
|
]), m = () => {
|
|
10663
10663
|
if (!o.value) return;
|
|
10664
|
-
const
|
|
10665
|
-
|
|
10666
|
-
const
|
|
10664
|
+
const w = o.value;
|
|
10665
|
+
w.style.height = "auto";
|
|
10666
|
+
const p = parseInt(getComputedStyle(w).lineHeight), f = parseInt(getComputedStyle(w).paddingTop) + parseInt(getComputedStyle(w).paddingBottom), x = w.scrollHeight - f;
|
|
10667
10667
|
r.value = Math.max(
|
|
10668
10668
|
t.minRows,
|
|
10669
|
-
Math.min(Math.ceil(x /
|
|
10670
|
-
),
|
|
10671
|
-
}, c = (
|
|
10672
|
-
a("update:modelValue",
|
|
10673
|
-
},
|
|
10669
|
+
Math.min(Math.ceil(x / p), t.maxRows)
|
|
10670
|
+
), w.style.height = `${r.value * p + f}px`;
|
|
10671
|
+
}, c = (w) => {
|
|
10672
|
+
a("update:modelValue", w.target.value), m();
|
|
10673
|
+
}, v = () => {
|
|
10674
10674
|
i.value = !0, a("focus");
|
|
10675
|
-
},
|
|
10675
|
+
}, g = () => {
|
|
10676
10676
|
i.value = !1, a("blur");
|
|
10677
10677
|
};
|
|
10678
10678
|
return Te(
|
|
10679
10679
|
() => [t.modelValue, t.minRows, t.maxRows],
|
|
10680
10680
|
() => fe(m)
|
|
10681
|
-
), st(m), (
|
|
10681
|
+
), st(m), (w, p) => (l(), d("div", Uf, [
|
|
10682
10682
|
e.label ? (l(), d("label", {
|
|
10683
10683
|
key: 0,
|
|
10684
10684
|
for: s.value,
|
|
@@ -10694,19 +10694,19 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10694
10694
|
rows: r.value,
|
|
10695
10695
|
class: ne(u.value),
|
|
10696
10696
|
onInput: c,
|
|
10697
|
-
onFocus:
|
|
10698
|
-
onBlur:
|
|
10697
|
+
onFocus: v,
|
|
10698
|
+
onBlur: g
|
|
10699
10699
|
}, null, 42, Kf),
|
|
10700
10700
|
e.errorMessage ? (l(), d("div", Jf, R(e.errorMessage), 1)) : C("", !0)
|
|
10701
10701
|
]));
|
|
10702
10702
|
}
|
|
10703
|
-
}),
|
|
10703
|
+
}), eg = /* @__PURE__ */ ee({
|
|
10704
10704
|
__name: "Title",
|
|
10705
10705
|
props: {
|
|
10706
10706
|
level: { default: "h1" }
|
|
10707
10707
|
},
|
|
10708
10708
|
setup(e) {
|
|
10709
|
-
const n = e, t =
|
|
10709
|
+
const n = e, t = h(() => n.level), a = h(() => {
|
|
10710
10710
|
const o = ["toolkit-title"];
|
|
10711
10711
|
return o.push(`toolkit-title--${n.level}`), o;
|
|
10712
10712
|
});
|
|
@@ -10725,7 +10725,7 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10725
10725
|
}, th = { class: "toolkit-toast__content" }, nh = { key: 0 }, ah = ["innerHTML"], oh = { key: 0 }, ih = ["innerHTML"], rh = {
|
|
10726
10726
|
key: 2,
|
|
10727
10727
|
class: "toolkit-toast__actions"
|
|
10728
|
-
}, lh =
|
|
10728
|
+
}, lh = /* @__PURE__ */ ee({
|
|
10729
10729
|
__name: "Toast",
|
|
10730
10730
|
props: {
|
|
10731
10731
|
toast: {},
|
|
@@ -10745,17 +10745,14 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10745
10745
|
error: "close-circle-outline",
|
|
10746
10746
|
warning: "alert-circle-outline",
|
|
10747
10747
|
info: "info-outline"
|
|
10748
|
-
}, r =
|
|
10749
|
-
|
|
10750
|
-
|
|
10751
|
-
], m = (f) => {
|
|
10752
|
-
f.action(), c();
|
|
10753
|
-
}, c = () => {
|
|
10748
|
+
}, r = h(() => ["toolkit-toast", `toolkit-toast--${t.toast.type}`]), s = h(() => i[t.toast.type]), u = (c) => {
|
|
10749
|
+
c.action(), m();
|
|
10750
|
+
}, m = () => {
|
|
10754
10751
|
o.value = !1, setTimeout(() => {
|
|
10755
10752
|
a("close", t.toast.id);
|
|
10756
10753
|
}, 300);
|
|
10757
10754
|
};
|
|
10758
|
-
return (
|
|
10755
|
+
return (c, v) => (l(), Y(lt, {
|
|
10759
10756
|
name: "toast",
|
|
10760
10757
|
"enter-active-class": "toast-enter-active",
|
|
10761
10758
|
"leave-active-class": "toast-leave-active",
|
|
@@ -10795,18 +10792,20 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10795
10792
|
}, null, 8, ih)) : (l(), d("span", oh, R(e.toast.message), 1))
|
|
10796
10793
|
], 2)) : C("", !0),
|
|
10797
10794
|
e.toast.actions?.length ? (l(), d("div", rh, [
|
|
10798
|
-
(l(!0), d(ae, null, ze(e.toast.actions, (
|
|
10799
|
-
key:
|
|
10800
|
-
|
|
10801
|
-
|
|
10802
|
-
|
|
10795
|
+
(l(!0), d(ae, null, ze(e.toast.actions, (g) => (l(), Y(ce, {
|
|
10796
|
+
key: g.label,
|
|
10797
|
+
label: g.label,
|
|
10798
|
+
type: g.style ?? "secondary",
|
|
10799
|
+
size: "x-small",
|
|
10800
|
+
onClick: (w) => u(g)
|
|
10801
|
+
}, null, 8, ["label", "type", "onClick"]))), 128))
|
|
10803
10802
|
])) : C("", !0)
|
|
10804
10803
|
]),
|
|
10805
10804
|
e.hideCloseButton ? C("", !0) : (l(), d("button", {
|
|
10806
10805
|
key: 1,
|
|
10807
10806
|
class: "toolkit-toast__close",
|
|
10808
10807
|
"aria-label": "Close notification",
|
|
10809
|
-
onClick:
|
|
10808
|
+
onClick: m
|
|
10810
10809
|
}, [
|
|
10811
10810
|
D(re, {
|
|
10812
10811
|
icon: "close-outline",
|
|
@@ -10823,9 +10822,9 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10823
10822
|
_: 1
|
|
10824
10823
|
}));
|
|
10825
10824
|
}
|
|
10826
|
-
}),
|
|
10825
|
+
}), sh = Aa("toast", () => {
|
|
10827
10826
|
const e = M([]), n = () => `toast-${Date.now()}-${Math.random().toString(36).substring(2, 11)}`, t = (m) => {
|
|
10828
|
-
const c = n(),
|
|
10827
|
+
const c = n(), v = {
|
|
10829
10828
|
id: c,
|
|
10830
10829
|
title: m.title,
|
|
10831
10830
|
message: m.message,
|
|
@@ -10836,11 +10835,11 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10836
10835
|
allowHtml: m.allowHtml ?? !1,
|
|
10837
10836
|
actions: m.actions
|
|
10838
10837
|
};
|
|
10839
|
-
return e.value.push(
|
|
10838
|
+
return e.value.push(v), !v.persistent && v.duration > 0 && setTimeout(() => {
|
|
10840
10839
|
a(c);
|
|
10841
|
-
},
|
|
10840
|
+
}, v.duration), c;
|
|
10842
10841
|
}, a = (m) => {
|
|
10843
|
-
const c = e.value.findIndex((
|
|
10842
|
+
const c = e.value.findIndex((v) => v.id === m);
|
|
10844
10843
|
c > -1 && e.value.splice(c, 1);
|
|
10845
10844
|
};
|
|
10846
10845
|
return {
|
|
@@ -10852,49 +10851,49 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10852
10851
|
clearToasts: () => {
|
|
10853
10852
|
e.value = [];
|
|
10854
10853
|
},
|
|
10855
|
-
success: (m, c,
|
|
10854
|
+
success: (m, c, v) => t({
|
|
10856
10855
|
title: m,
|
|
10857
10856
|
message: c,
|
|
10858
10857
|
type: "success",
|
|
10859
|
-
...
|
|
10858
|
+
...v
|
|
10860
10859
|
}),
|
|
10861
|
-
error: (m, c,
|
|
10860
|
+
error: (m, c, v) => t({
|
|
10862
10861
|
title: m,
|
|
10863
10862
|
message: c,
|
|
10864
10863
|
type: "error",
|
|
10865
|
-
...
|
|
10864
|
+
...v
|
|
10866
10865
|
}),
|
|
10867
|
-
warning: (m, c,
|
|
10866
|
+
warning: (m, c, v) => t({
|
|
10868
10867
|
title: m,
|
|
10869
10868
|
message: c,
|
|
10870
10869
|
type: "warning",
|
|
10871
|
-
...
|
|
10870
|
+
...v
|
|
10872
10871
|
}),
|
|
10873
|
-
info: (m, c,
|
|
10872
|
+
info: (m, c, v) => t({
|
|
10874
10873
|
title: m,
|
|
10875
10874
|
message: c,
|
|
10876
10875
|
type: "info",
|
|
10877
|
-
...
|
|
10876
|
+
...v
|
|
10878
10877
|
})
|
|
10879
10878
|
};
|
|
10880
|
-
}),
|
|
10879
|
+
}), uh = {
|
|
10881
10880
|
key: 0,
|
|
10882
10881
|
class: "toolkit-toast-container",
|
|
10883
10882
|
role: "region",
|
|
10884
10883
|
"aria-label": "Notifications"
|
|
10885
|
-
},
|
|
10884
|
+
}, tg = /* @__PURE__ */ ee({
|
|
10886
10885
|
__name: "ToastContainer",
|
|
10887
10886
|
setup(e) {
|
|
10888
|
-
const n =
|
|
10887
|
+
const n = sh();
|
|
10889
10888
|
return (t, a) => (l(), Y(Fe, { to: "body" }, [
|
|
10890
|
-
ke(n).toasts.length > 0 ? (l(), d("div",
|
|
10889
|
+
ke(n).toasts.length > 0 ? (l(), d("div", uh, [
|
|
10891
10890
|
D(Ea, {
|
|
10892
10891
|
name: "toast",
|
|
10893
10892
|
tag: "div",
|
|
10894
10893
|
class: "toolkit-toast-container__list"
|
|
10895
10894
|
}, {
|
|
10896
10895
|
default: X(() => [
|
|
10897
|
-
(l(!0), d(ae, null, ze(ke(n).toasts, (o) => (l(), Y(
|
|
10896
|
+
(l(!0), d(ae, null, ze(ke(n).toasts, (o) => (l(), Y(lh, {
|
|
10898
10897
|
key: o.id,
|
|
10899
10898
|
toast: o,
|
|
10900
10899
|
onClose: ke(n).removeToast
|
|
@@ -10907,59 +10906,59 @@ const Nc = { class: "toolkit-datepicker__calendar-section" }, Rc = {
|
|
|
10907
10906
|
}
|
|
10908
10907
|
});
|
|
10909
10908
|
function _a(e) {
|
|
10910
|
-
const n = mn(), t = mn(), a = M(null), o = M({}), i = M(!1), r =
|
|
10909
|
+
const n = mn(), t = mn(), a = M(null), o = M({}), i = M(!1), r = h(() => e.loading() ?? i.value);
|
|
10911
10910
|
let s = null;
|
|
10912
10911
|
const u = () => {
|
|
10913
|
-
const
|
|
10914
|
-
if (!
|
|
10915
|
-
const
|
|
10916
|
-
let $ =
|
|
10917
|
-
$ < _ && ($ =
|
|
10918
|
-
let b =
|
|
10912
|
+
const w = e.triggerEl();
|
|
10913
|
+
if (!w || !a.value) return;
|
|
10914
|
+
const f = (w.closest(".toolkit-team-card") ?? w).getBoundingClientRect(), x = a.value.offsetWidth, T = a.value.offsetHeight, S = 4, _ = 10;
|
|
10915
|
+
let $ = f.top - T - S;
|
|
10916
|
+
$ < _ && ($ = f.bottom + S);
|
|
10917
|
+
let b = f.left + f.width / 2 - x / 2;
|
|
10919
10918
|
b = Math.max(_, Math.min(b, window.innerWidth - x - _)), o.value = {
|
|
10920
10919
|
position: "fixed",
|
|
10921
10920
|
top: `${$}px`,
|
|
10922
10921
|
left: `${b}px`,
|
|
10923
10922
|
zIndex: "10000"
|
|
10924
10923
|
};
|
|
10925
|
-
}, m = (
|
|
10926
|
-
const
|
|
10927
|
-
|
|
10928
|
-
}, c = (
|
|
10929
|
-
if (
|
|
10924
|
+
}, m = (w) => {
|
|
10925
|
+
const p = w.target;
|
|
10926
|
+
p && (a.value?.contains(p) || e.triggerEl()?.contains(p) || e.onClose());
|
|
10927
|
+
}, c = (w) => {
|
|
10928
|
+
if (w.key === "Escape") {
|
|
10930
10929
|
e.onClose();
|
|
10931
10930
|
return;
|
|
10932
10931
|
}
|
|
10933
|
-
if (
|
|
10932
|
+
if (w.key === "Enter" && w.target instanceof HTMLInputElement) {
|
|
10934
10933
|
e.onConfirmEnter?.();
|
|
10935
10934
|
return;
|
|
10936
10935
|
}
|
|
10937
|
-
if (
|
|
10938
|
-
const
|
|
10936
|
+
if (w.key === "Tab" && a.value) {
|
|
10937
|
+
const p = Array.from(
|
|
10939
10938
|
a.value.querySelectorAll(
|
|
10940
10939
|
"button:not([disabled]), input:not([disabled])"
|
|
10941
10940
|
)
|
|
10942
10941
|
);
|
|
10943
|
-
if (
|
|
10944
|
-
const
|
|
10945
|
-
|
|
10942
|
+
if (p.length === 0) return;
|
|
10943
|
+
const f = p[0], x = p[p.length - 1], T = document.activeElement;
|
|
10944
|
+
w.shiftKey && T === f ? (w.preventDefault(), x?.focus()) : !w.shiftKey && T === x && (w.preventDefault(), f?.focus());
|
|
10946
10945
|
}
|
|
10947
|
-
},
|
|
10946
|
+
}, v = () => {
|
|
10948
10947
|
document.addEventListener("mousedown", m), document.addEventListener("keydown", c), window.addEventListener("scroll", u, !0), window.addEventListener("resize", u), a.value && typeof ResizeObserver < "u" && (s = new ResizeObserver(u), s.observe(a.value));
|
|
10949
|
-
},
|
|
10948
|
+
}, g = () => {
|
|
10950
10949
|
document.removeEventListener("mousedown", m), document.removeEventListener("keydown", c), window.removeEventListener("scroll", u, !0), window.removeEventListener("resize", u), s?.disconnect(), s = null;
|
|
10951
10950
|
};
|
|
10952
10951
|
return Te(
|
|
10953
10952
|
() => e.isOpen(),
|
|
10954
|
-
async (
|
|
10955
|
-
if (
|
|
10956
|
-
e.onOpen?.(), i.value = !1, await fe(), await fe(), u(),
|
|
10957
|
-
const
|
|
10953
|
+
async (w) => {
|
|
10954
|
+
if (w) {
|
|
10955
|
+
e.onOpen?.(), i.value = !1, await fe(), await fe(), u(), v();
|
|
10956
|
+
const p = e.focusTargetRef?.value?.$el.querySelector(
|
|
10958
10957
|
"input"
|
|
10959
10958
|
);
|
|
10960
|
-
|
|
10959
|
+
p?.focus({ preventScroll: !0 }), p?.select();
|
|
10961
10960
|
} else
|
|
10962
|
-
|
|
10961
|
+
g();
|
|
10963
10962
|
},
|
|
10964
10963
|
{ immediate: !0 }
|
|
10965
10964
|
), Te(
|
|
@@ -10969,15 +10968,15 @@ function _a(e) {
|
|
|
10969
10968
|
}
|
|
10970
10969
|
), Te(
|
|
10971
10970
|
() => e.loading(),
|
|
10972
|
-
(
|
|
10973
|
-
|
|
10971
|
+
(w) => {
|
|
10972
|
+
w === !1 && (i.value = !1);
|
|
10974
10973
|
}
|
|
10975
10974
|
), Te(
|
|
10976
10975
|
() => e.triggerEl(),
|
|
10977
10976
|
() => {
|
|
10978
10977
|
e.isOpen() && u();
|
|
10979
10978
|
}
|
|
10980
|
-
), _t(
|
|
10979
|
+
), _t(g), {
|
|
10981
10980
|
dialogId: n,
|
|
10982
10981
|
labelId: t,
|
|
10983
10982
|
panelRef: a,
|
|
@@ -10988,7 +10987,7 @@ function _a(e) {
|
|
|
10988
10987
|
}
|
|
10989
10988
|
};
|
|
10990
10989
|
}
|
|
10991
|
-
const
|
|
10990
|
+
const dh = ["id", "aria-labelledby"], ch = ["id"], mh = { class: "toolkit-team-card__collab-edit-actions" }, fh = /* @__PURE__ */ ee({
|
|
10992
10991
|
__name: "TeamCardCollaboratorsEdit",
|
|
10993
10992
|
props: {
|
|
10994
10993
|
isOpen: { type: Boolean },
|
|
@@ -11001,20 +11000,20 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11001
11000
|
},
|
|
11002
11001
|
emits: ["confirm", "close"],
|
|
11003
11002
|
setup(e, { emit: n }) {
|
|
11004
|
-
const t = e, a = n, o = M(null), i = M(String(t.modelValue)), r =
|
|
11003
|
+
const t = e, a = n, o = M(null), i = M(String(t.modelValue)), r = h(() => Math.max(t.min, t.max)), s = h(() => {
|
|
11005
11004
|
if (i.value === "") return NaN;
|
|
11006
11005
|
const $ = Number(i.value);
|
|
11007
11006
|
return Number.isInteger($) ? $ : NaN;
|
|
11008
|
-
}), u =
|
|
11007
|
+
}), u = h(() => i.value === "" ? "empty" : !Number.isInteger(s.value) || s.value < t.min ? "min" : s.value > r.value ? "max" : ""), m = h(() => s.value === t.modelValue), c = ($) => {
|
|
11009
11008
|
const b = Math.max(t.min, Math.min(r.value, Math.floor($)));
|
|
11010
11009
|
i.value = String(b);
|
|
11011
|
-
},
|
|
11010
|
+
}, v = ($) => {
|
|
11012
11011
|
i.value = $.replace(/\D/g, "");
|
|
11013
|
-
},
|
|
11012
|
+
}, g = ($) => {
|
|
11014
11013
|
$.metaKey || $.ctrlKey || $.altKey || $.key.length === 1 && !/\d/.test($.key) && $.preventDefault();
|
|
11015
|
-
},
|
|
11014
|
+
}, w = () => {
|
|
11016
11015
|
S.value || u.value || m.value || (_(), a("confirm", s.value));
|
|
11017
|
-
}, { dialogId:
|
|
11016
|
+
}, { dialogId: p, labelId: f, panelRef: x, panelStyle: T, isConfirming: S, startConfirming: _ } = _a({
|
|
11018
11017
|
isOpen: () => t.isOpen,
|
|
11019
11018
|
triggerEl: () => t.triggerEl,
|
|
11020
11019
|
modelValue: () => t.modelValue,
|
|
@@ -11023,7 +11022,7 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11023
11022
|
onOpen: () => {
|
|
11024
11023
|
i.value = String(t.modelValue);
|
|
11025
11024
|
},
|
|
11026
|
-
onConfirmEnter:
|
|
11025
|
+
onConfirmEnter: w,
|
|
11027
11026
|
focusTargetRef: o
|
|
11028
11027
|
});
|
|
11029
11028
|
return ($, b) => (l(), Y(Fe, { to: "body" }, [
|
|
@@ -11031,21 +11030,21 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11031
11030
|
default: X(() => [
|
|
11032
11031
|
e.isOpen ? (l(), d("div", {
|
|
11033
11032
|
key: 0,
|
|
11034
|
-
id: ke(
|
|
11033
|
+
id: ke(p),
|
|
11035
11034
|
ref_key: "panelRef",
|
|
11036
11035
|
ref: x,
|
|
11037
11036
|
class: "toolkit-team-card__collab-edit",
|
|
11038
11037
|
style: ue(ke(T)),
|
|
11039
11038
|
role: "dialog",
|
|
11040
11039
|
"aria-modal": "true",
|
|
11041
|
-
"aria-labelledby": ke(
|
|
11040
|
+
"aria-labelledby": ke(f),
|
|
11042
11041
|
onClick: b[3] || (b[3] = de(() => {
|
|
11043
11042
|
}, ["stop"]))
|
|
11044
11043
|
}, [
|
|
11045
11044
|
k("span", {
|
|
11046
|
-
id: ke(
|
|
11045
|
+
id: ke(f),
|
|
11047
11046
|
class: "toolkit-team-card__collab-edit-label"
|
|
11048
|
-
}, R(e.translations?.collaborators ?? "Collaborators"), 9,
|
|
11047
|
+
}, R(e.translations?.collaborators ?? "Collaborators"), 9, ch),
|
|
11049
11048
|
D(rt, {
|
|
11050
11049
|
ref_key: "inputComponentRef",
|
|
11051
11050
|
ref: o,
|
|
@@ -11053,8 +11052,8 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11053
11052
|
inputmode: "numeric",
|
|
11054
11053
|
"model-value": i.value,
|
|
11055
11054
|
"is-error": !!u.value,
|
|
11056
|
-
"onUpdate:modelValue":
|
|
11057
|
-
onKeydown:
|
|
11055
|
+
"onUpdate:modelValue": v,
|
|
11056
|
+
onKeydown: g
|
|
11058
11057
|
}, null, 8, ["model-value", "is-error"]),
|
|
11059
11058
|
D(Ne, {
|
|
11060
11059
|
title: e.translations?.decrease ?? "Decrease",
|
|
@@ -11062,14 +11061,14 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11062
11061
|
delay: 400
|
|
11063
11062
|
}, {
|
|
11064
11063
|
default: X(() => [
|
|
11065
|
-
D(
|
|
11064
|
+
D(ce, {
|
|
11066
11065
|
type: "secondary",
|
|
11067
11066
|
size: "x-small",
|
|
11068
11067
|
shape: "round",
|
|
11069
11068
|
"icon-variant": "text",
|
|
11070
11069
|
"aria-label": e.translations?.decrease ?? "Decrease",
|
|
11071
11070
|
disabled: !!u.value || s.value <= e.min,
|
|
11072
|
-
onClick: b[0] || (b[0] = (
|
|
11071
|
+
onClick: b[0] || (b[0] = (y) => c(s.value - 1))
|
|
11073
11072
|
}, {
|
|
11074
11073
|
textIcon: X(() => [
|
|
11075
11074
|
D(re, {
|
|
@@ -11088,14 +11087,14 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11088
11087
|
delay: 400
|
|
11089
11088
|
}, {
|
|
11090
11089
|
default: X(() => [
|
|
11091
|
-
D(
|
|
11090
|
+
D(ce, {
|
|
11092
11091
|
type: "secondary",
|
|
11093
11092
|
size: "x-small",
|
|
11094
11093
|
shape: "round",
|
|
11095
11094
|
"icon-variant": "text",
|
|
11096
11095
|
"aria-label": e.translations?.increase ?? "Increase",
|
|
11097
11096
|
disabled: !!u.value || s.value >= r.value,
|
|
11098
|
-
onClick: b[1] || (b[1] = (
|
|
11097
|
+
onClick: b[1] || (b[1] = (y) => c(s.value + 1))
|
|
11099
11098
|
}, {
|
|
11100
11099
|
textIcon: X(() => [
|
|
11101
11100
|
D(re, {
|
|
@@ -11109,31 +11108,31 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11109
11108
|
_: 1
|
|
11110
11109
|
}, 8, ["title"]),
|
|
11111
11110
|
b[4] || (b[4] = k("div", { class: "toolkit-team-card__collab-edit-divider" }, null, -1)),
|
|
11112
|
-
k("div",
|
|
11113
|
-
D(
|
|
11111
|
+
k("div", mh, [
|
|
11112
|
+
D(ce, {
|
|
11114
11113
|
type: "secondary",
|
|
11115
11114
|
size: "small",
|
|
11116
11115
|
label: e.translations?.cancel ?? "Cancel",
|
|
11117
11116
|
shape: "roundBorder",
|
|
11118
|
-
onClick: b[2] || (b[2] = (
|
|
11117
|
+
onClick: b[2] || (b[2] = (y) => a("close"))
|
|
11119
11118
|
}, null, 8, ["label"]),
|
|
11120
|
-
D(
|
|
11119
|
+
D(ce, {
|
|
11121
11120
|
type: "primary",
|
|
11122
11121
|
size: "small",
|
|
11123
11122
|
label: e.translations?.confirm ?? "Confirm",
|
|
11124
11123
|
shape: "roundBorder",
|
|
11125
11124
|
"is-loading": ke(S),
|
|
11126
11125
|
disabled: ke(S) || !!u.value || m.value,
|
|
11127
|
-
onClick:
|
|
11126
|
+
onClick: w
|
|
11128
11127
|
}, null, 8, ["label", "is-loading", "disabled"])
|
|
11129
11128
|
])
|
|
11130
|
-
], 12,
|
|
11129
|
+
], 12, dh)) : C("", !0)
|
|
11131
11130
|
]),
|
|
11132
11131
|
_: 1
|
|
11133
11132
|
})
|
|
11134
11133
|
]));
|
|
11135
11134
|
}
|
|
11136
|
-
}),
|
|
11135
|
+
}), hh = ["id", "aria-labelledby"], vh = ["id"], gh = { class: "toolkit-team-card__shift-time-edit-range" }, ph = { class: "toolkit-team-card__collab-edit-actions" }, bh = /* @__PURE__ */ ee({
|
|
11137
11136
|
__name: "TeamCardShiftTimeEdit",
|
|
11138
11137
|
props: {
|
|
11139
11138
|
isOpen: { type: Boolean },
|
|
@@ -11146,20 +11145,20 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11146
11145
|
},
|
|
11147
11146
|
emits: ["confirm", "close"],
|
|
11148
11147
|
setup(e, { emit: n }) {
|
|
11149
|
-
const t = e, a = n, o = (b,
|
|
11148
|
+
const t = e, a = n, o = (b, y) => {
|
|
11150
11149
|
if (b)
|
|
11151
|
-
return /^\d{2}:\d{2}$/.test(
|
|
11150
|
+
return /^\d{2}:\d{2}$/.test(y) ? b.replace(/T\d{2}:\d{2}(?::\d{2})?/, `T${y}:00`) : b;
|
|
11152
11151
|
}, i = (b) => {
|
|
11153
11152
|
if (!b) return { start: "", end: "" };
|
|
11154
|
-
const
|
|
11155
|
-
return { start:
|
|
11156
|
-
}, r = M(null), s = i(t.modelValue), u = M(s.start), m = M(s.end), c =
|
|
11157
|
-
_.value || !
|
|
11153
|
+
const y = b.split(/\s*[-–—]\s*/).map((W) => W.trim());
|
|
11154
|
+
return { start: y[0] ?? "", end: y[1] ?? "" };
|
|
11155
|
+
}, r = M(null), s = i(t.modelValue), u = M(s.start), m = M(s.end), c = h(() => `${u.value} - ${m.value}`), v = (b) => /^\d{2}:\d{2}$/.test(b), g = h(() => v(u.value) && v(m.value)), w = h(() => c.value === t.modelValue), p = () => {
|
|
11156
|
+
_.value || !g.value || w.value || ($(), a("confirm", {
|
|
11158
11157
|
value: c.value,
|
|
11159
11158
|
startDatetime: o(t.startDatetime, u.value),
|
|
11160
11159
|
endDatetime: o(t.endDatetime, m.value)
|
|
11161
11160
|
}));
|
|
11162
|
-
}, { dialogId:
|
|
11161
|
+
}, { dialogId: f, labelId: x, panelRef: T, panelStyle: S, isConfirming: _, startConfirming: $ } = _a({
|
|
11163
11162
|
isOpen: () => t.isOpen,
|
|
11164
11163
|
triggerEl: () => t.triggerEl,
|
|
11165
11164
|
modelValue: () => t.modelValue,
|
|
@@ -11169,15 +11168,15 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11169
11168
|
const b = i(t.modelValue);
|
|
11170
11169
|
u.value = b.start, m.value = b.end;
|
|
11171
11170
|
},
|
|
11172
|
-
onConfirmEnter:
|
|
11171
|
+
onConfirmEnter: p,
|
|
11173
11172
|
focusTargetRef: r
|
|
11174
11173
|
});
|
|
11175
|
-
return (b,
|
|
11174
|
+
return (b, y) => (l(), Y(Fe, { to: "body" }, [
|
|
11176
11175
|
D(lt, { name: "toolkit-team-card__collab-edit-fade" }, {
|
|
11177
11176
|
default: X(() => [
|
|
11178
11177
|
e.isOpen ? (l(), d("div", {
|
|
11179
11178
|
key: 0,
|
|
11180
|
-
id: ke(
|
|
11179
|
+
id: ke(f),
|
|
11181
11180
|
ref_key: "panelRef",
|
|
11182
11181
|
ref: T,
|
|
11183
11182
|
class: "toolkit-team-card__collab-edit",
|
|
@@ -11185,59 +11184,59 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11185
11184
|
role: "dialog",
|
|
11186
11185
|
"aria-modal": "true",
|
|
11187
11186
|
"aria-labelledby": ke(x),
|
|
11188
|
-
onClick:
|
|
11187
|
+
onClick: y[3] || (y[3] = de(() => {
|
|
11189
11188
|
}, ["stop"]))
|
|
11190
11189
|
}, [
|
|
11191
11190
|
k("span", {
|
|
11192
11191
|
id: ke(x),
|
|
11193
11192
|
class: "toolkit-team-card__collab-edit-label"
|
|
11194
|
-
}, R(e.translations?.time ?? "Time"), 9,
|
|
11195
|
-
k("div",
|
|
11193
|
+
}, R(e.translations?.time ?? "Time"), 9, vh),
|
|
11194
|
+
k("div", gh, [
|
|
11196
11195
|
D(pt, {
|
|
11197
11196
|
ref_key: "startInputRef",
|
|
11198
11197
|
ref: r,
|
|
11199
11198
|
size: "x-small",
|
|
11200
11199
|
use24Hour: "",
|
|
11201
11200
|
"model-value": u.value,
|
|
11202
|
-
"onUpdate:modelValue":
|
|
11201
|
+
"onUpdate:modelValue": y[0] || (y[0] = (W) => u.value = W)
|
|
11203
11202
|
}, null, 8, ["model-value"]),
|
|
11204
|
-
|
|
11203
|
+
y[4] || (y[4] = k("span", { class: "toolkit-team-card__shift-time-edit-separator" }, "-", -1)),
|
|
11205
11204
|
D(pt, {
|
|
11206
11205
|
size: "x-small",
|
|
11207
11206
|
use24Hour: "",
|
|
11208
11207
|
"model-value": m.value,
|
|
11209
|
-
"onUpdate:modelValue":
|
|
11208
|
+
"onUpdate:modelValue": y[1] || (y[1] = (W) => m.value = W)
|
|
11210
11209
|
}, null, 8, ["model-value"])
|
|
11211
11210
|
]),
|
|
11212
|
-
|
|
11213
|
-
k("div",
|
|
11214
|
-
D(
|
|
11211
|
+
y[5] || (y[5] = k("div", { class: "toolkit-team-card__collab-edit-divider" }, null, -1)),
|
|
11212
|
+
k("div", ph, [
|
|
11213
|
+
D(ce, {
|
|
11215
11214
|
type: "secondary",
|
|
11216
11215
|
size: "small",
|
|
11217
11216
|
label: e.translations?.cancel ?? "Cancel",
|
|
11218
11217
|
shape: "roundBorder",
|
|
11219
|
-
onClick:
|
|
11218
|
+
onClick: y[2] || (y[2] = (W) => a("close"))
|
|
11220
11219
|
}, null, 8, ["label"]),
|
|
11221
|
-
D(
|
|
11220
|
+
D(ce, {
|
|
11222
11221
|
type: "primary",
|
|
11223
11222
|
size: "small",
|
|
11224
11223
|
label: e.translations?.confirm ?? "Confirm",
|
|
11225
11224
|
shape: "roundBorder",
|
|
11226
11225
|
"is-loading": ke(_),
|
|
11227
|
-
disabled: ke(_) || !
|
|
11228
|
-
onClick:
|
|
11226
|
+
disabled: ke(_) || !g.value || w.value,
|
|
11227
|
+
onClick: p
|
|
11229
11228
|
}, null, 8, ["label", "is-loading", "disabled"])
|
|
11230
11229
|
])
|
|
11231
|
-
], 12,
|
|
11230
|
+
], 12, hh)) : C("", !0)
|
|
11232
11231
|
]),
|
|
11233
11232
|
_: 1
|
|
11234
11233
|
})
|
|
11235
11234
|
]));
|
|
11236
11235
|
}
|
|
11237
|
-
}),
|
|
11236
|
+
}), yh = { class: "toolkit-team-card-progress-tooltip" }, wh = { class: "toolkit-team-card-progress-tooltip__header" }, kh = { class: "toolkit-team-card-progress-tooltip__title" }, Mh = { class: "toolkit-team-card-progress-tooltip__row" }, xh = { class: "toolkit-team-card-progress-tooltip__label" }, $h = { class: "toolkit-team-card-progress-tooltip__bar" }, Ph = { class: "toolkit-team-card-progress-tooltip__simple-bar" }, Th = { class: "toolkit-team-card-progress-tooltip__count" }, _h = {
|
|
11238
11237
|
key: 0,
|
|
11239
11238
|
class: "toolkit-team-card-progress-tooltip__row"
|
|
11240
|
-
},
|
|
11239
|
+
}, Ch = { class: "toolkit-team-card-progress-tooltip__label" }, Dh = { class: "toolkit-team-card-progress-tooltip__bar" }, Wh = { class: "toolkit-team-card-progress-tooltip__simple-bar" }, Sh = { class: "toolkit-team-card-progress-tooltip__count" }, zh = { class: "toolkit-team-card-progress-tooltip__hint" }, Oh = /* @__PURE__ */ ee({
|
|
11241
11240
|
__name: "TeamCardProgressTooltip",
|
|
11242
11241
|
props: {
|
|
11243
11242
|
needed: {},
|
|
@@ -11246,14 +11245,14 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11246
11245
|
translations: {}
|
|
11247
11246
|
},
|
|
11248
11247
|
setup(e) {
|
|
11249
|
-
const n = e, t =
|
|
11248
|
+
const n = e, t = h(() => (n.confirmed ?? 0) + (n.unconfirmed ?? 0)), a = h(() => Math.max(0, n.needed - t.value)), o = h(
|
|
11250
11249
|
() => n.needed > 0 ? (n.confirmed ?? 0) / n.needed * 100 : 0
|
|
11251
|
-
), i =
|
|
11250
|
+
), i = h(
|
|
11252
11251
|
() => n.needed > 0 ? (n.unconfirmed ?? 0) / n.needed * 100 : 0
|
|
11253
11252
|
);
|
|
11254
|
-
return (r, s) => (l(), d("div",
|
|
11255
|
-
k("div",
|
|
11256
|
-
k("div",
|
|
11253
|
+
return (r, s) => (l(), d("div", yh, [
|
|
11254
|
+
k("div", wh, [
|
|
11255
|
+
k("div", kh, R(e.translations?.enrolments ?? "Enrolments") + " (" + R(t.value) + ") ", 1),
|
|
11257
11256
|
D(Tt, {
|
|
11258
11257
|
text: `${e.translations?.open ?? "Open"}: ${a.value}`,
|
|
11259
11258
|
color: "black",
|
|
@@ -11266,37 +11265,37 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11266
11265
|
"leading-icon": "people-outline"
|
|
11267
11266
|
}, null, 8, ["text"])
|
|
11268
11267
|
]),
|
|
11269
|
-
k("div",
|
|
11270
|
-
k("div",
|
|
11271
|
-
k("div",
|
|
11272
|
-
k("div",
|
|
11268
|
+
k("div", Mh, [
|
|
11269
|
+
k("div", xh, R(e.translations?.confirmed ?? "Confirmed"), 1),
|
|
11270
|
+
k("div", $h, [
|
|
11271
|
+
k("div", Ph, [
|
|
11273
11272
|
k("div", {
|
|
11274
11273
|
class: "toolkit-team-card-progress-tooltip__simple-bar-fill toolkit-team-card-progress-tooltip__simple-bar-fill--confirmed",
|
|
11275
11274
|
style: ue({ width: `${o.value}%` })
|
|
11276
11275
|
}, null, 4)
|
|
11277
11276
|
]),
|
|
11278
|
-
k("div",
|
|
11277
|
+
k("div", Th, R(e.confirmed ?? 0) + "/" + R(e.needed), 1)
|
|
11279
11278
|
])
|
|
11280
11279
|
]),
|
|
11281
|
-
(e.unconfirmed ?? 0) > 0 ? (l(), d("div",
|
|
11282
|
-
k("div",
|
|
11283
|
-
k("div",
|
|
11284
|
-
k("div",
|
|
11280
|
+
(e.unconfirmed ?? 0) > 0 ? (l(), d("div", _h, [
|
|
11281
|
+
k("div", Ch, R(e.translations?.unconfirmed ?? "Unconfirmed"), 1),
|
|
11282
|
+
k("div", Dh, [
|
|
11283
|
+
k("div", Wh, [
|
|
11285
11284
|
k("div", {
|
|
11286
11285
|
class: "toolkit-team-card-progress-tooltip__simple-bar-fill",
|
|
11287
11286
|
style: ue({ width: `${i.value}%` })
|
|
11288
11287
|
}, null, 4)
|
|
11289
11288
|
]),
|
|
11290
|
-
k("div",
|
|
11289
|
+
k("div", Sh, R(e.unconfirmed ?? 0) + "/" + R(e.needed), 1)
|
|
11291
11290
|
])
|
|
11292
11291
|
])) : C("", !0),
|
|
11293
|
-
k("div",
|
|
11292
|
+
k("div", zh, R(e.translations?.clickProgressBar ?? "Click progress bar to edit"), 1)
|
|
11294
11293
|
]));
|
|
11295
11294
|
}
|
|
11296
|
-
}),
|
|
11295
|
+
}), Eh = {
|
|
11297
11296
|
key: 1,
|
|
11298
11297
|
class: "toolkit-team-card__title-wrapper"
|
|
11299
|
-
},
|
|
11298
|
+
}, Vh = ["onClick"], Ih = { class: "toolkit-team-card__inline-more-content" }, Lh = /* @__PURE__ */ ee({
|
|
11300
11299
|
__name: "TeamCardInlineSummary",
|
|
11301
11300
|
props: {
|
|
11302
11301
|
teamSummary: {},
|
|
@@ -11306,7 +11305,7 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11306
11305
|
},
|
|
11307
11306
|
emits: ["progress-click", "edit-time-request"],
|
|
11308
11307
|
setup(e, { emit: n }) {
|
|
11309
|
-
const t = e, a = n, o =
|
|
11308
|
+
const t = e, a = n, o = h(() => {
|
|
11310
11309
|
const H = t.teamSummary;
|
|
11311
11310
|
if (!Array.isArray(H)) return [];
|
|
11312
11311
|
const O = H.findIndex(
|
|
@@ -11332,7 +11331,7 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11332
11331
|
const be = E.shiftStartAndEnd === !0 && t.canUpdate !== !1;
|
|
11333
11332
|
te === O ? z.push({ type: "title", text: oe, isEditableShift: be }) : z.push({ type: "label", text: oe, isEditableShift: be });
|
|
11334
11333
|
}), z;
|
|
11335
|
-
}), i =
|
|
11334
|
+
}), i = h(() => {
|
|
11336
11335
|
const H = /* @__PURE__ */ new Map(), N = [];
|
|
11337
11336
|
let O = null;
|
|
11338
11337
|
return o.value.forEach((z, E) => {
|
|
@@ -11348,37 +11347,37 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11348
11347
|
});
|
|
11349
11348
|
});
|
|
11350
11349
|
}), H;
|
|
11351
|
-
}), r =
|
|
11350
|
+
}), r = h(() => {
|
|
11352
11351
|
const H = /* @__PURE__ */ new Set();
|
|
11353
11352
|
return i.value.forEach((N) => H.add(N.groupIndex)), H.size;
|
|
11354
11353
|
}), s = M([]), u = (H) => s.value[H] ?? 1 / 0, m = (H, N) => {
|
|
11355
11354
|
const O = u(H);
|
|
11356
11355
|
return O === 1 / 0 ? 0 : Math.max(0, N - O);
|
|
11357
|
-
}, c = M(null),
|
|
11358
|
-
|
|
11356
|
+
}, c = M(null), v = M(null), g = M(!1), w = M([]), p = M([]), f = M(null), x = (H) => {
|
|
11357
|
+
f.value = H;
|
|
11359
11358
|
}, T = () => {
|
|
11360
|
-
a("progress-click",
|
|
11359
|
+
a("progress-click", f.value);
|
|
11361
11360
|
}, S = (H) => {
|
|
11362
11361
|
a("edit-time-request", H);
|
|
11363
11362
|
}, _ = (H, N) => {
|
|
11364
|
-
|
|
11363
|
+
v.value = N;
|
|
11365
11364
|
}, $ = () => {
|
|
11366
|
-
const H =
|
|
11367
|
-
|
|
11365
|
+
const H = v.value;
|
|
11366
|
+
g.value = !!H && H.scrollWidth > H.offsetWidth;
|
|
11368
11367
|
}, b = (H, N) => {
|
|
11369
|
-
|
|
11370
|
-
},
|
|
11368
|
+
w.value[H] = N?.$el ?? null;
|
|
11369
|
+
}, y = (H, N, O) => {
|
|
11371
11370
|
b(H, O);
|
|
11372
11371
|
}, W = (H) => {
|
|
11373
|
-
const N =
|
|
11372
|
+
const N = w.value[H];
|
|
11374
11373
|
if (!N) return;
|
|
11375
11374
|
const O = N.querySelector(".toolkit-label__text") ?? N;
|
|
11376
|
-
|
|
11375
|
+
p.value[H] = O.scrollWidth > O.offsetWidth;
|
|
11377
11376
|
}, I = () => {
|
|
11378
|
-
$(),
|
|
11377
|
+
$(), w.value.forEach((H, N) => {
|
|
11379
11378
|
if (!H) return;
|
|
11380
11379
|
const O = H.querySelector(".toolkit-label__text") ?? H;
|
|
11381
|
-
|
|
11380
|
+
p.value[N] = O.scrollWidth > O.offsetWidth;
|
|
11382
11381
|
});
|
|
11383
11382
|
}, U = async () => {
|
|
11384
11383
|
const H = c.value;
|
|
@@ -11436,7 +11435,7 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11436
11435
|
}, {
|
|
11437
11436
|
tooltip: X(() => [
|
|
11438
11437
|
Pe(H.$slots, "progress-bar-tooltip", {}, () => [
|
|
11439
|
-
D(
|
|
11438
|
+
D(Oh, {
|
|
11440
11439
|
needed: O.needed,
|
|
11441
11440
|
confirmed: O.confirmed,
|
|
11442
11441
|
unconfirmed: O.unconfirmed,
|
|
@@ -11446,12 +11445,12 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11446
11445
|
]),
|
|
11447
11446
|
_: 2
|
|
11448
11447
|
}, 1032, ["needed", "confirmed", "unconfirmed", "size", "is-open"])
|
|
11449
|
-
], 512)) : O.type === "title" ? (l(), d("div",
|
|
11448
|
+
], 512)) : O.type === "title" ? (l(), d("div", Eh, [
|
|
11450
11449
|
D(Ne, {
|
|
11451
11450
|
title: O.isEditableShift ? e.translations?.editTime ?? "Edit time" : O.text,
|
|
11452
11451
|
position: "top-middle",
|
|
11453
11452
|
delay: 400,
|
|
11454
|
-
disabled: e.isOverlayOpen || !O.isEditableShift && !
|
|
11453
|
+
disabled: e.isOverlayOpen || !O.isEditableShift && !g.value
|
|
11455
11454
|
}, {
|
|
11456
11455
|
default: X(() => [
|
|
11457
11456
|
k("div", {
|
|
@@ -11459,8 +11458,8 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11459
11458
|
ref: (E) => _(O.isEditableShift, E),
|
|
11460
11459
|
class: ne(["toolkit-team-card__title toolkit-team-card--truncate", { "toolkit-team-card__title--editable": O.isEditableShift }]),
|
|
11461
11460
|
onMouseenter: $,
|
|
11462
|
-
onClick: de((E) => O.isEditableShift ? S(
|
|
11463
|
-
}, R(O.text), 43,
|
|
11461
|
+
onClick: de((E) => O.isEditableShift ? S(v.value) : void 0, ["stop"])
|
|
11462
|
+
}, R(O.text), 43, Vh)
|
|
11464
11463
|
]),
|
|
11465
11464
|
_: 2
|
|
11466
11465
|
}, 1032, ["title", "disabled"])
|
|
@@ -11473,7 +11472,7 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11473
11472
|
"is-open": e.isOverlayOpen ? !1 : void 0
|
|
11474
11473
|
}, {
|
|
11475
11474
|
content: X(() => [
|
|
11476
|
-
k("div",
|
|
11475
|
+
k("div", Ih, [
|
|
11477
11476
|
(l(!0), d(ae, null, ze(i.value.get(z).groupTexts, (E, te) => (l(), d("div", {
|
|
11478
11477
|
key: te,
|
|
11479
11478
|
class: "toolkit-team-card__inline-more-row"
|
|
@@ -11495,19 +11494,19 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11495
11494
|
title: O.isEditableShift ? e.translations?.editTime ?? "Edit time" : O.text,
|
|
11496
11495
|
position: "top-middle",
|
|
11497
11496
|
delay: 400,
|
|
11498
|
-
disabled: e.isOverlayOpen || !O.isEditableShift && !
|
|
11497
|
+
disabled: e.isOverlayOpen || !O.isEditableShift && !p.value[z]
|
|
11499
11498
|
}, {
|
|
11500
11499
|
default: X(() => [
|
|
11501
11500
|
D(Tt, {
|
|
11502
11501
|
ref_for: !0,
|
|
11503
|
-
ref: (E) =>
|
|
11502
|
+
ref: (E) => y(z, O.isEditableShift, E),
|
|
11504
11503
|
"data-label-item": i.value.get(z)?.groupIndex ?? 0,
|
|
11505
11504
|
text: O.text,
|
|
11506
11505
|
color: "gray-faded",
|
|
11507
11506
|
size: "small",
|
|
11508
11507
|
class: ne(["toolkit-team-card__inline-label", { "toolkit-team-card__inline-label--editable": O.isEditableShift }]),
|
|
11509
11508
|
onMouseenter: (E) => W(z),
|
|
11510
|
-
onClick: de((E) => O.isEditableShift ? S(
|
|
11509
|
+
onClick: de((E) => O.isEditableShift ? S(w.value[z] ?? null) : void 0, ["stop"])
|
|
11511
11510
|
}, null, 8, ["data-label-item", "text", "class", "onMouseenter", "onClick"])
|
|
11512
11511
|
]),
|
|
11513
11512
|
_: 2
|
|
@@ -11521,19 +11520,19 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11521
11520
|
], 64))), 128))
|
|
11522
11521
|
], 512)) : C("", !0);
|
|
11523
11522
|
}
|
|
11524
|
-
}),
|
|
11523
|
+
}), Ah = { class: "toolkit-team-card__body" }, Nh = {
|
|
11525
11524
|
key: 2,
|
|
11526
11525
|
class: "toolkit-team-card__divider"
|
|
11527
|
-
},
|
|
11526
|
+
}, Rh = {
|
|
11528
11527
|
key: 3,
|
|
11529
11528
|
class: "toolkit-team-card__users"
|
|
11530
|
-
},
|
|
11529
|
+
}, Hh = ["onMouseenter", "onClick"], Bh = {
|
|
11531
11530
|
key: 4,
|
|
11532
11531
|
class: "toolkit-team-card__divider"
|
|
11533
|
-
},
|
|
11532
|
+
}, Fh = {
|
|
11534
11533
|
key: 5,
|
|
11535
11534
|
class: "toolkit-team-card__footer"
|
|
11536
|
-
},
|
|
11535
|
+
}, Yh = /* @__PURE__ */ ee({
|
|
11537
11536
|
__name: "TeamCardBody",
|
|
11538
11537
|
props: {
|
|
11539
11538
|
teamSummary: {},
|
|
@@ -11551,38 +11550,38 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11551
11550
|
},
|
|
11552
11551
|
emits: ["add-collaborator", "update:needed", "update:shift-time", "user-click"],
|
|
11553
11552
|
setup(e, { emit: n }) {
|
|
11554
|
-
const t = e, a =
|
|
11555
|
-
o("user-click", { user:
|
|
11556
|
-
}, r = M(null), s = M(!1), u = M(!1), m = M(null), c =
|
|
11553
|
+
const t = e, a = h(() => t.rights?.update !== !1), o = n, i = (y, W, I) => {
|
|
11554
|
+
o("user-click", { user: y, index: W, event: I });
|
|
11555
|
+
}, r = M(null), s = M(!1), u = M(!1), m = M(null), c = h(() => {
|
|
11557
11556
|
if (!Array.isArray(t.teamSummary)) return null;
|
|
11558
|
-
const
|
|
11557
|
+
const y = t.teamSummary.find(
|
|
11559
11558
|
(W) => typeof W == "object" && W !== null && W.teamSummary === !0
|
|
11560
11559
|
);
|
|
11561
|
-
return
|
|
11562
|
-
needed:
|
|
11563
|
-
confirmed:
|
|
11564
|
-
unconfirmed:
|
|
11560
|
+
return y && typeof y.needed == "number" ? {
|
|
11561
|
+
needed: y.needed,
|
|
11562
|
+
confirmed: y.confirmed,
|
|
11563
|
+
unconfirmed: y.unconfirmed,
|
|
11565
11564
|
size: "small"
|
|
11566
11565
|
} : null;
|
|
11567
|
-
}),
|
|
11568
|
-
const
|
|
11569
|
-
return Array.isArray(
|
|
11566
|
+
}), v = h(() => {
|
|
11567
|
+
const y = t.teamSummary;
|
|
11568
|
+
return Array.isArray(y) ? y.find(
|
|
11570
11569
|
(I) => typeof I == "object" && I !== null && I.shiftStartAndEnd === !0
|
|
11571
11570
|
) ?? null : null;
|
|
11572
|
-
}),
|
|
11571
|
+
}), g = h(() => v.value?.title ?? ""), w = h(
|
|
11573
11572
|
() => !!t.isMenuOpen || s.value || u.value
|
|
11574
|
-
),
|
|
11575
|
-
const
|
|
11576
|
-
return
|
|
11577
|
-
}),
|
|
11578
|
-
a.value && (r.value =
|
|
11579
|
-
}, x = (
|
|
11573
|
+
), p = h(() => {
|
|
11574
|
+
const y = c.value;
|
|
11575
|
+
return y ? typeof y.confirmed == "number" && y.needed > 0 && y.confirmed >= y.needed : !1;
|
|
11576
|
+
}), f = (y) => {
|
|
11577
|
+
a.value && (r.value = y, !(s.value && t.saving) && (s.value = !s.value));
|
|
11578
|
+
}, x = (y) => {
|
|
11580
11579
|
if (a.value && !(t.savingShiftTime && u.value)) {
|
|
11581
|
-
if (u.value && m.value ===
|
|
11580
|
+
if (u.value && m.value === y) {
|
|
11582
11581
|
u.value = !1;
|
|
11583
11582
|
return;
|
|
11584
11583
|
}
|
|
11585
|
-
m.value =
|
|
11584
|
+
m.value = y, u.value = !0;
|
|
11586
11585
|
}
|
|
11587
11586
|
}, T = {
|
|
11588
11587
|
confirmed: "checkmark-outline",
|
|
@@ -11591,29 +11590,29 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11591
11590
|
"ai-scheduled": "checkmark-outline",
|
|
11592
11591
|
backup: "clock-outline",
|
|
11593
11592
|
rejected: "close-outline"
|
|
11594
|
-
}, S = (
|
|
11595
|
-
const W = _.value[
|
|
11596
|
-
$.value[
|
|
11593
|
+
}, S = (y) => T[y ?? "confirmed"], _ = M([]), $ = M([]), b = (y) => {
|
|
11594
|
+
const W = _.value[y];
|
|
11595
|
+
$.value[y] = !!W && W.scrollWidth > W.offsetWidth;
|
|
11597
11596
|
};
|
|
11598
|
-
return (
|
|
11599
|
-
e.teamSummary && e.teamSummary.length ? (l(), Y(
|
|
11597
|
+
return (y, W) => (l(), d("div", Ah, [
|
|
11598
|
+
e.teamSummary && e.teamSummary.length ? (l(), Y(Lh, {
|
|
11600
11599
|
key: 0,
|
|
11601
11600
|
"team-summary": e.teamSummary,
|
|
11602
|
-
"is-overlay-open":
|
|
11601
|
+
"is-overlay-open": w.value,
|
|
11603
11602
|
"can-update": a.value,
|
|
11604
11603
|
translations: e.translations,
|
|
11605
|
-
onProgressClick:
|
|
11604
|
+
onProgressClick: f,
|
|
11606
11605
|
onEditTimeRequest: x
|
|
11607
11606
|
}, tn({ _: 2 }, [
|
|
11608
|
-
|
|
11607
|
+
y.$slots["progress-bar-tooltip"] ? {
|
|
11609
11608
|
name: "progress-bar-tooltip",
|
|
11610
11609
|
fn: X(() => [
|
|
11611
|
-
Pe(
|
|
11610
|
+
Pe(y.$slots, "progress-bar-tooltip")
|
|
11612
11611
|
]),
|
|
11613
11612
|
key: "0"
|
|
11614
11613
|
} : void 0
|
|
11615
11614
|
]), 1032, ["team-summary", "is-overlay-open", "can-update", "translations"])) : C("", !0),
|
|
11616
|
-
c.value ? (l(), Y(
|
|
11615
|
+
c.value ? (l(), Y(fh, {
|
|
11617
11616
|
key: 1,
|
|
11618
11617
|
"is-open": s.value,
|
|
11619
11618
|
"model-value": c.value.needed,
|
|
@@ -11625,19 +11624,19 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11625
11624
|
onConfirm: W[0] || (W[0] = (I) => o("update:needed", I)),
|
|
11626
11625
|
onClose: W[1] || (W[1] = (I) => s.value = !1)
|
|
11627
11626
|
}, null, 8, ["is-open", "model-value", "trigger-el", "min", "max", "loading", "translations"])) : C("", !0),
|
|
11628
|
-
D(
|
|
11627
|
+
D(bh, {
|
|
11629
11628
|
"is-open": u.value,
|
|
11630
|
-
"model-value":
|
|
11631
|
-
"start-datetime":
|
|
11632
|
-
"end-datetime":
|
|
11629
|
+
"model-value": g.value,
|
|
11630
|
+
"start-datetime": v.value?.startDatetime,
|
|
11631
|
+
"end-datetime": v.value?.endDatetime,
|
|
11633
11632
|
"trigger-el": m.value,
|
|
11634
11633
|
loading: e.savingShiftTime,
|
|
11635
11634
|
translations: e.translations,
|
|
11636
11635
|
onConfirm: W[2] || (W[2] = (I) => o("update:shift-time", I)),
|
|
11637
11636
|
onClose: W[3] || (W[3] = (I) => u.value = !1)
|
|
11638
11637
|
}, null, 8, ["is-open", "model-value", "start-datetime", "end-datetime", "trigger-el", "loading", "translations"]),
|
|
11639
|
-
!
|
|
11640
|
-
e.showUsers !== !1 && e.users && e.users.length ? (l(), d("div",
|
|
11638
|
+
!p.value || e.showUsers !== !1 && e.users && e.users.length ? (l(), d("div", Nh)) : C("", !0),
|
|
11639
|
+
e.showUsers !== !1 && e.users && e.users.length ? (l(), d("div", Rh, [
|
|
11641
11640
|
(l(!0), d(ae, null, ze(e.users, (I, U) => (l(), d("div", {
|
|
11642
11641
|
key: U,
|
|
11643
11642
|
class: "toolkit-team-card__user-row",
|
|
@@ -11659,7 +11658,7 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11659
11658
|
title: I.fullName,
|
|
11660
11659
|
position: "top-middle",
|
|
11661
11660
|
delay: 400,
|
|
11662
|
-
disabled:
|
|
11661
|
+
disabled: w.value || !$.value[U]
|
|
11663
11662
|
}, {
|
|
11664
11663
|
default: X(() => [
|
|
11665
11664
|
k("span", {
|
|
@@ -11682,11 +11681,11 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11682
11681
|
variant: "dot-only",
|
|
11683
11682
|
size: "small"
|
|
11684
11683
|
}, null, 8, ["color"])) : C("", !0)
|
|
11685
|
-
], 40,
|
|
11684
|
+
], 40, Hh))), 128))
|
|
11686
11685
|
])) : C("", !0),
|
|
11687
|
-
!
|
|
11688
|
-
|
|
11689
|
-
D(
|
|
11686
|
+
!p.value && e.showUsers !== !1 && e.users && e.users.length ? (l(), d("div", Bh)) : C("", !0),
|
|
11687
|
+
p.value ? C("", !0) : (l(), d("div", Fh, [
|
|
11688
|
+
D(ce, {
|
|
11690
11689
|
label: t.translations?.addCollaborator ?? "Add collaborator",
|
|
11691
11690
|
type: "tertiary",
|
|
11692
11691
|
size: "x-small",
|
|
@@ -11708,13 +11707,13 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11708
11707
|
]))
|
|
11709
11708
|
]));
|
|
11710
11709
|
}
|
|
11711
|
-
}),
|
|
11710
|
+
}), jh = { class: "toolkit-team-card-menu__actions" }, qh = { class: "toolkit-team-card-menu__tooltip-content" }, Gh = { class: "toolkit-team-card-menu__tooltip-content" }, Xh = { class: "toolkit-team-card-menu__tooltip-content" }, Uh = { class: "toolkit-team-card-menu__tooltip-content" }, Qh = {
|
|
11712
11711
|
key: 0,
|
|
11713
11712
|
class: "toolkit-team-card-menu__divider"
|
|
11714
|
-
},
|
|
11713
|
+
}, Kh = {
|
|
11715
11714
|
key: 1,
|
|
11716
11715
|
class: "toolkit-team-card-menu__switch-row"
|
|
11717
|
-
},
|
|
11716
|
+
}, Jh = { class: "toolkit-team-card-menu__switch-label" }, Zh = /* @__PURE__ */ ee({
|
|
11718
11717
|
__name: "TeamCardMenu",
|
|
11719
11718
|
props: {
|
|
11720
11719
|
isOpen: { type: Boolean },
|
|
@@ -11725,16 +11724,16 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11725
11724
|
},
|
|
11726
11725
|
emits: ["close", "action", "update:published"],
|
|
11727
11726
|
setup(e, { emit: n }) {
|
|
11728
|
-
const t = e, a =
|
|
11727
|
+
const t = e, a = h(() => t.rights?.create !== !1), o = h(() => t.rights?.update !== !1), i = h(() => t.rights?.delete !== !1), r = n, s = M(null), u = M({}), m = M(t.isPublished ?? !0);
|
|
11729
11728
|
Te(
|
|
11730
11729
|
() => t.isPublished,
|
|
11731
|
-
(
|
|
11732
|
-
m.value =
|
|
11730
|
+
(p) => {
|
|
11731
|
+
m.value = p ?? !0;
|
|
11733
11732
|
}
|
|
11734
11733
|
);
|
|
11735
|
-
const c = (
|
|
11736
|
-
m.value =
|
|
11737
|
-
},
|
|
11734
|
+
const c = (p) => {
|
|
11735
|
+
m.value = p, r("update:published", p);
|
|
11736
|
+
}, v = () => {
|
|
11738
11737
|
if (!t.anchorEl || !s.value) return;
|
|
11739
11738
|
const x = (t.anchorEl.closest(".toolkit-team-card") ?? t.anchorEl).getBoundingClientRect(), T = s.value.getBoundingClientRect(), S = window.innerWidth;
|
|
11740
11739
|
let _ = x.left + x.width / 2 - T.width / 2;
|
|
@@ -11745,26 +11744,26 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11745
11744
|
left: `${_}px`,
|
|
11746
11745
|
zIndex: "10000"
|
|
11747
11746
|
};
|
|
11748
|
-
},
|
|
11749
|
-
s.value && (s.value.contains(
|
|
11750
|
-
},
|
|
11751
|
-
if (
|
|
11747
|
+
}, g = (p) => {
|
|
11748
|
+
s.value && (s.value.contains(p.target) || r("close"));
|
|
11749
|
+
}, w = (p) => {
|
|
11750
|
+
if (p.key === "Escape") {
|
|
11752
11751
|
r("close");
|
|
11753
11752
|
return;
|
|
11754
11753
|
}
|
|
11755
|
-
if (!
|
|
11756
|
-
let
|
|
11757
|
-
const x =
|
|
11758
|
-
x === "m" && o.value ?
|
|
11754
|
+
if (!p.ctrlKey && !p.metaKey) return;
|
|
11755
|
+
let f = null;
|
|
11756
|
+
const x = p.key.toLowerCase();
|
|
11757
|
+
x === "m" && o.value ? f = "move" : x === "c" && a.value ? f = "copy" : x === "u" && o.value ? f = "edit" : p.key === "Backspace" && i.value && (f = "delete"), f && (p.preventDefault(), r("action", f));
|
|
11759
11758
|
};
|
|
11760
11759
|
return Te(
|
|
11761
11760
|
() => t.isOpen,
|
|
11762
|
-
async (
|
|
11763
|
-
|
|
11761
|
+
async (p) => {
|
|
11762
|
+
p ? (await fe(), await fe(), v(), setTimeout(v, 10), window.addEventListener("scroll", v, !0), window.addEventListener("resize", v), document.addEventListener("click", g, !0), document.addEventListener("keydown", w)) : (window.removeEventListener("scroll", v, !0), window.removeEventListener("resize", v), document.removeEventListener("click", g, !0), document.removeEventListener("keydown", w));
|
|
11764
11763
|
}
|
|
11765
11764
|
), bt(() => {
|
|
11766
|
-
window.removeEventListener("scroll",
|
|
11767
|
-
}), (
|
|
11765
|
+
window.removeEventListener("scroll", v, !0), window.removeEventListener("resize", v), document.removeEventListener("click", g, !0), document.removeEventListener("keydown", w);
|
|
11766
|
+
}), (p, f) => (l(), Y(Fe, { to: "body" }, [
|
|
11768
11767
|
D(lt, { name: "toolkit-team-card-menu-fade" }, {
|
|
11769
11768
|
default: X(() => [
|
|
11770
11769
|
e.isOpen ? (l(), d("div", {
|
|
@@ -11773,17 +11772,17 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11773
11772
|
ref: s,
|
|
11774
11773
|
class: "toolkit-team-card-menu",
|
|
11775
11774
|
style: ue(u.value),
|
|
11776
|
-
onClick:
|
|
11775
|
+
onClick: f[4] || (f[4] = de(() => {
|
|
11777
11776
|
}, ["stop"]))
|
|
11778
11777
|
}, [
|
|
11779
|
-
k("div",
|
|
11778
|
+
k("div", jh, [
|
|
11780
11779
|
o.value ? (l(), Y(Ne, {
|
|
11781
11780
|
key: 0,
|
|
11782
11781
|
position: "top-middle",
|
|
11783
11782
|
delay: 400
|
|
11784
11783
|
}, {
|
|
11785
11784
|
content: X(() => [
|
|
11786
|
-
k("div",
|
|
11785
|
+
k("div", qh, [
|
|
11787
11786
|
k("div", null, R(e.translations?.move ?? "Move"), 1),
|
|
11788
11787
|
D(vt, {
|
|
11789
11788
|
size: "small",
|
|
@@ -11794,12 +11793,12 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11794
11793
|
])
|
|
11795
11794
|
]),
|
|
11796
11795
|
default: X(() => [
|
|
11797
|
-
D(
|
|
11796
|
+
D(ce, {
|
|
11798
11797
|
type: "secondary",
|
|
11799
11798
|
shape: "round",
|
|
11800
11799
|
size: "small",
|
|
11801
11800
|
"aria-label": e.translations?.move ?? "Move",
|
|
11802
|
-
onClick:
|
|
11801
|
+
onClick: f[0] || (f[0] = (x) => r("action", "move"))
|
|
11803
11802
|
}, {
|
|
11804
11803
|
textIcon: X(() => [
|
|
11805
11804
|
D(re, {
|
|
@@ -11819,7 +11818,7 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11819
11818
|
delay: 400
|
|
11820
11819
|
}, {
|
|
11821
11820
|
content: X(() => [
|
|
11822
|
-
k("div",
|
|
11821
|
+
k("div", Gh, [
|
|
11823
11822
|
k("div", null, R(e.translations?.copy ?? "Copy"), 1),
|
|
11824
11823
|
D(vt, {
|
|
11825
11824
|
size: "small",
|
|
@@ -11830,12 +11829,12 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11830
11829
|
])
|
|
11831
11830
|
]),
|
|
11832
11831
|
default: X(() => [
|
|
11833
|
-
D(
|
|
11832
|
+
D(ce, {
|
|
11834
11833
|
type: "secondary",
|
|
11835
11834
|
shape: "round",
|
|
11836
11835
|
size: "small",
|
|
11837
11836
|
"aria-label": e.translations?.copy ?? "Copy",
|
|
11838
|
-
onClick:
|
|
11837
|
+
onClick: f[1] || (f[1] = (x) => r("action", "copy"))
|
|
11839
11838
|
}, {
|
|
11840
11839
|
textIcon: X(() => [
|
|
11841
11840
|
D(re, {
|
|
@@ -11854,7 +11853,7 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11854
11853
|
delay: 400
|
|
11855
11854
|
}, {
|
|
11856
11855
|
content: X(() => [
|
|
11857
|
-
k("div",
|
|
11856
|
+
k("div", Xh, [
|
|
11858
11857
|
k("div", null, R(e.translations?.edit ?? "Update"), 1),
|
|
11859
11858
|
D(vt, {
|
|
11860
11859
|
size: "small",
|
|
@@ -11865,12 +11864,12 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11865
11864
|
])
|
|
11866
11865
|
]),
|
|
11867
11866
|
default: X(() => [
|
|
11868
|
-
D(
|
|
11867
|
+
D(ce, {
|
|
11869
11868
|
type: "secondary",
|
|
11870
11869
|
shape: "round",
|
|
11871
11870
|
size: "small",
|
|
11872
11871
|
"aria-label": e.translations?.edit ?? "Update",
|
|
11873
|
-
onClick:
|
|
11872
|
+
onClick: f[2] || (f[2] = (x) => r("action", "edit"))
|
|
11874
11873
|
}, {
|
|
11875
11874
|
textIcon: X(() => [
|
|
11876
11875
|
D(re, {
|
|
@@ -11889,7 +11888,7 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11889
11888
|
delay: 400
|
|
11890
11889
|
}, {
|
|
11891
11890
|
content: X(() => [
|
|
11892
|
-
k("div",
|
|
11891
|
+
k("div", Uh, [
|
|
11893
11892
|
k("div", null, R(e.translations?.delete ?? "Delete"), 1),
|
|
11894
11893
|
D(vt, {
|
|
11895
11894
|
size: "small",
|
|
@@ -11900,12 +11899,12 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11900
11899
|
])
|
|
11901
11900
|
]),
|
|
11902
11901
|
default: X(() => [
|
|
11903
|
-
D(
|
|
11902
|
+
D(ce, {
|
|
11904
11903
|
type: "danger-faded",
|
|
11905
11904
|
shape: "round",
|
|
11906
11905
|
size: "small",
|
|
11907
11906
|
"aria-label": e.translations?.delete ?? "Delete",
|
|
11908
|
-
onClick:
|
|
11907
|
+
onClick: f[3] || (f[3] = (x) => r("action", "delete"))
|
|
11909
11908
|
}, {
|
|
11910
11909
|
textIcon: X(() => [
|
|
11911
11910
|
D(re, {
|
|
@@ -11919,9 +11918,9 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11919
11918
|
_: 1
|
|
11920
11919
|
})) : C("", !0)
|
|
11921
11920
|
]),
|
|
11922
|
-
o.value ? (l(), d("div",
|
|
11923
|
-
o.value ? (l(), d("div",
|
|
11924
|
-
k("span",
|
|
11921
|
+
o.value ? (l(), d("div", Qh)) : C("", !0),
|
|
11922
|
+
o.value ? (l(), d("div", Kh, [
|
|
11923
|
+
k("span", Jh, R(m.value ? t.translations?.published ?? "Published" : t.translations?.notPublished ?? "Not published"), 1),
|
|
11925
11924
|
D(Ne, {
|
|
11926
11925
|
title: m.value ? e.translations?.unpublish ?? "Unpublish?" : e.translations?.publish ?? "Publish?",
|
|
11927
11926
|
position: "top-middle",
|
|
@@ -11944,16 +11943,16 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11944
11943
|
})
|
|
11945
11944
|
]));
|
|
11946
11945
|
}
|
|
11947
|
-
}),
|
|
11946
|
+
}), ev = { class: "toolkit-team-card__header" }, tv = { class: "toolkit-team-card__header-labels" }, nv = { class: "toolkit-team-card__label" }, av = {
|
|
11948
11947
|
key: 0,
|
|
11949
11948
|
class: "toolkit-team-card__label-count"
|
|
11950
|
-
},
|
|
11949
|
+
}, ov = { class: "toolkit-team-card__label-content" }, iv = { class: "toolkit-team-card__label-content-header" }, rv = { class: "toolkit-team-card__label-content-title" }, lv = {
|
|
11951
11950
|
key: 0,
|
|
11952
11951
|
class: "toolkit-team-card__label-workers"
|
|
11953
|
-
},
|
|
11952
|
+
}, sv = {
|
|
11954
11953
|
key: 0,
|
|
11955
11954
|
class: "toolkit-team-card__label-workers-group-header"
|
|
11956
|
-
},
|
|
11955
|
+
}, uv = { class: "toolkit-team-card__label-worker-name" }, dv = { class: "toolkit-team-card__actions-dot" }, cv = { class: "toolkit-team-card__actions-status" }, mv = /* @__PURE__ */ ee({
|
|
11957
11956
|
__name: "TeamCardHeader",
|
|
11958
11957
|
props: {
|
|
11959
11958
|
labels: {},
|
|
@@ -11966,74 +11965,74 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
11966
11965
|
setup(e, { emit: n }) {
|
|
11967
11966
|
const t = e, a = n, o = M(null), i = M(!1);
|
|
11968
11967
|
Te(i, (c) => a("update:menu-open", c));
|
|
11969
|
-
const r =
|
|
11968
|
+
const r = h(
|
|
11970
11969
|
() => t.rights?.create !== !1 || t.rights?.update !== !1 || t.rights?.delete !== !1
|
|
11971
11970
|
), s = () => {
|
|
11972
11971
|
r.value && (i.value = !i.value);
|
|
11973
11972
|
}, u = (c) => [
|
|
11974
11973
|
{
|
|
11975
11974
|
label: null,
|
|
11976
|
-
workers: c.filter((
|
|
11975
|
+
workers: c.filter((v) => v.userStatus !== "backup" && v.userStatus !== "rejected")
|
|
11977
11976
|
},
|
|
11978
11977
|
{
|
|
11979
11978
|
label: t.translations?.backup ?? "Backup",
|
|
11980
|
-
workers: c.filter((
|
|
11979
|
+
workers: c.filter((v) => v.userStatus === "backup")
|
|
11981
11980
|
},
|
|
11982
11981
|
{
|
|
11983
11982
|
label: t.translations?.rejected ?? "Rejected",
|
|
11984
|
-
workers: c.filter((
|
|
11983
|
+
workers: c.filter((v) => v.userStatus === "rejected")
|
|
11985
11984
|
}
|
|
11986
|
-
].filter((
|
|
11987
|
-
const c = t.translations?.published ?? "Published",
|
|
11985
|
+
].filter((v) => v.workers.length > 0), m = h(() => {
|
|
11986
|
+
const c = t.translations?.published ?? "Published", v = t.translations?.notPublished ?? "Not published", g = {
|
|
11988
11987
|
published: { color: "success", label: c },
|
|
11989
|
-
unpublished: { color: "danger", label:
|
|
11988
|
+
unpublished: { color: "danger", label: v }
|
|
11990
11989
|
};
|
|
11991
|
-
return t.status ?
|
|
11990
|
+
return t.status ? g[t.status] : g.published;
|
|
11992
11991
|
});
|
|
11993
|
-
return (c,
|
|
11994
|
-
k("div",
|
|
11995
|
-
(l(!0), d(ae, null, ze(e.labels, (
|
|
11996
|
-
key:
|
|
11992
|
+
return (c, v) => (l(), d("div", ev, [
|
|
11993
|
+
k("div", tv, [
|
|
11994
|
+
(l(!0), d(ae, null, ze(e.labels, (g, w) => (l(), Y(pn, {
|
|
11995
|
+
key: w,
|
|
11997
11996
|
position: "top-middle",
|
|
11998
11997
|
delay: 400,
|
|
11999
11998
|
color: "dark",
|
|
12000
11999
|
"is-open": i.value ? !1 : void 0
|
|
12001
12000
|
}, tn({
|
|
12002
12001
|
default: X(() => [
|
|
12003
|
-
k("div",
|
|
12004
|
-
|
|
12005
|
-
en(" " + R(
|
|
12002
|
+
k("div", nv, [
|
|
12003
|
+
g.workers && g.workers.length ? (l(), d("span", av, R(g.workers && g.workers.length), 1)) : C("", !0),
|
|
12004
|
+
en(" " + R(g.text), 1)
|
|
12006
12005
|
])
|
|
12007
12006
|
]),
|
|
12008
12007
|
_: 2
|
|
12009
12008
|
}, [
|
|
12010
|
-
|
|
12009
|
+
g.workers && g.workers.length ? {
|
|
12011
12010
|
name: "content",
|
|
12012
12011
|
fn: X(() => [
|
|
12013
|
-
k("div",
|
|
12014
|
-
k("div",
|
|
12015
|
-
k("div",
|
|
12016
|
-
|
|
12012
|
+
k("div", ov, [
|
|
12013
|
+
k("div", iv, [
|
|
12014
|
+
k("div", rv, R(g.text), 1),
|
|
12015
|
+
g.workers ? (l(), Y(Tt, {
|
|
12017
12016
|
key: 0,
|
|
12018
|
-
text: `${e.translations?.open ?? "Open"}: ${
|
|
12017
|
+
text: `${e.translations?.open ?? "Open"}: ${g.workers?.length}`,
|
|
12019
12018
|
size: "small",
|
|
12020
12019
|
color: "black"
|
|
12021
12020
|
}, null, 8, ["text"])) : C("", !0)
|
|
12022
12021
|
]),
|
|
12023
|
-
|
|
12024
|
-
(l(!0), d(ae, null, ze(u(
|
|
12025
|
-
key:
|
|
12022
|
+
g.workers && g.workers.length ? (l(), d("div", lv, [
|
|
12023
|
+
(l(!0), d(ae, null, ze(u(g.workers), (p) => (l(), d(ae, {
|
|
12024
|
+
key: p.label
|
|
12026
12025
|
}, [
|
|
12027
|
-
|
|
12028
|
-
(l(!0), d(ae, null, ze(
|
|
12026
|
+
p.label ? (l(), d("div", sv, R(p.label), 1)) : C("", !0),
|
|
12027
|
+
(l(!0), d(ae, null, ze(p.workers, (f, x) => (l(), d("div", {
|
|
12029
12028
|
key: x,
|
|
12030
12029
|
class: "toolkit-team-card__label-worker"
|
|
12031
12030
|
}, [
|
|
12032
12031
|
D(Gt, {
|
|
12033
|
-
user: { photo:
|
|
12032
|
+
user: { photo: f.photo, fullName: f.fullName },
|
|
12034
12033
|
size: "xx-small"
|
|
12035
12034
|
}, null, 8, ["user"]),
|
|
12036
|
-
k("span",
|
|
12035
|
+
k("span", uv, R(f.fullName), 1)
|
|
12037
12036
|
]))), 128))
|
|
12038
12037
|
], 64))), 128))
|
|
12039
12038
|
])) : C("", !0)
|
|
@@ -12047,13 +12046,13 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
12047
12046
|
class: ne(["toolkit-team-card__actions", { "is-menu-open": i.value }]),
|
|
12048
12047
|
onClick: de(s, ["stop"])
|
|
12049
12048
|
}, [
|
|
12050
|
-
k("div",
|
|
12049
|
+
k("div", dv, [
|
|
12051
12050
|
D(Ta, {
|
|
12052
12051
|
color: m.value.color,
|
|
12053
12052
|
isShadow: ""
|
|
12054
12053
|
}, null, 8, ["color"])
|
|
12055
12054
|
]),
|
|
12056
|
-
k("div",
|
|
12055
|
+
k("div", cv, R(m.value.label), 1),
|
|
12057
12056
|
r.value ? (l(), Y(Ne, {
|
|
12058
12057
|
key: 0,
|
|
12059
12058
|
title: e.translations?.teamActions ?? "Team actions",
|
|
@@ -12078,21 +12077,21 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
12078
12077
|
_: 1
|
|
12079
12078
|
}, 8, ["title", "disabled"])) : C("", !0)
|
|
12080
12079
|
], 2),
|
|
12081
|
-
D(
|
|
12080
|
+
D(Zh, {
|
|
12082
12081
|
"is-open": i.value,
|
|
12083
12082
|
"anchor-el": o.value,
|
|
12084
12083
|
"is-published": e.status === "published",
|
|
12085
12084
|
rights: e.rights,
|
|
12086
12085
|
translations: e.translations,
|
|
12087
|
-
onClose:
|
|
12088
|
-
onAction:
|
|
12089
|
-
i.value = !1, a("menu-action",
|
|
12086
|
+
onClose: v[0] || (v[0] = (g) => i.value = !1),
|
|
12087
|
+
onAction: v[1] || (v[1] = (g) => {
|
|
12088
|
+
i.value = !1, a("menu-action", g);
|
|
12090
12089
|
}),
|
|
12091
|
-
"onUpdate:published":
|
|
12090
|
+
"onUpdate:published": v[2] || (v[2] = (g) => a("update:status", g ? "published" : "unpublished"))
|
|
12092
12091
|
}, null, 8, ["is-open", "anchor-el", "is-published", "rights", "translations"])
|
|
12093
12092
|
]));
|
|
12094
12093
|
}
|
|
12095
|
-
}),
|
|
12094
|
+
}), ng = /* @__PURE__ */ ee({
|
|
12096
12095
|
__name: "TeamCard",
|
|
12097
12096
|
props: {
|
|
12098
12097
|
color: { default: "blue" },
|
|
@@ -12118,7 +12117,7 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
12118
12117
|
class: ne(["toolkit-team-card", [`toolkit-team-card--${e.color}`, { "toolkit-team-card--selected": e.selected }]]),
|
|
12119
12118
|
onClick: r[7] || (r[7] = (s) => o("click", s))
|
|
12120
12119
|
}, [
|
|
12121
|
-
D(
|
|
12120
|
+
D(mv, {
|
|
12122
12121
|
labels: e.labels,
|
|
12123
12122
|
status: e.status,
|
|
12124
12123
|
color: e.color,
|
|
@@ -12128,7 +12127,7 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
12128
12127
|
"onUpdate:status": r[1] || (r[1] = (s) => o("update:status", s)),
|
|
12129
12128
|
"onUpdate:menuOpen": r[2] || (r[2] = (s) => t.value = s)
|
|
12130
12129
|
}, null, 8, ["labels", "status", "color", "rights", "translations"]),
|
|
12131
|
-
D(
|
|
12130
|
+
D(Yh, {
|
|
12132
12131
|
"team-summary": e.teamSummary,
|
|
12133
12132
|
users: e.users,
|
|
12134
12133
|
"show-users": e.showUsers,
|
|
@@ -12156,47 +12155,47 @@ const ch = ["id", "aria-labelledby"], mh = ["id"], fh = { class: "toolkit-team-c
|
|
|
12156
12155
|
]), 1032, ["team-summary", "users", "show-users", "show-user-color", "more-label", "min-needed", "max-needed", "saving", "saving-shift-time", "rights", "translations", "is-menu-open"])
|
|
12157
12156
|
], 2));
|
|
12158
12157
|
}
|
|
12159
|
-
}),
|
|
12158
|
+
}), fv = {
|
|
12160
12159
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12161
12160
|
fill: "none",
|
|
12162
12161
|
viewBox: "76 33 24 32"
|
|
12163
12162
|
};
|
|
12164
|
-
function
|
|
12165
|
-
return l(), d("svg",
|
|
12163
|
+
function hv(e, n) {
|
|
12164
|
+
return l(), d("svg", fv, [...n[0] || (n[0] = [
|
|
12166
12165
|
La('<g filter="url(#a)"><path fill="url(#b)" d="m87.497 34.079-9.783 1.893c-2.494.483-4.117 3.051-3.626 5.736l3.408 18.635c.491 2.685 2.91 4.47 5.404 3.988l9.783-1.894c2.494-.483 4.117-3.05 3.626-5.735l-3.408-18.636c-.491-2.685-2.91-4.47-5.404-3.987"></path></g><g filter="url(#c)" opacity=".95"><path fill="#fff" fill-opacity=".8" stroke="#2A7FFD" stroke-width=".5" d="M83.567 36.775h9.18c2.195 0 3.987 1.833 3.987 4.108v16.71c0 2.275-1.792 4.108-3.987 4.108h-9.18c-2.195 0-3.986-1.833-3.987-4.108v-16.71c0-2.275 1.792-4.108 3.987-4.108Z"></path></g><rect width="13" height="2" x="82.612" y="56.187" fill="#2A7FFD" rx="1"></rect><rect width="13" height="2" x="82.612" y="53.187" fill="#2A7FFD" rx="1"></rect><rect width="4" height="2" x="82.612" y="50.187" fill="#2A7FFD" rx="1"></rect><rect width="7" height="2" x="87.502" y="50.052" fill="#2A7FFD" rx="1"></rect><defs><filter id="a" width="170.397" height="178.409" x="0" y="0" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="40"></feOffset><feGaussianBlur stdDeviation="37"></feGaussianBlur><feComposite in2="hardAlpha" operator="out"></feComposite><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0"></feColorMatrix><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_5909_2610"></feBlend><feBlend in="SourceGraphic" in2="effect1_dropShadow_5909_2610" result="shape"></feBlend></filter><filter id="c" width="17.653" height="29.425" x="79.33" y="36.525" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"></feColorMatrix><feOffset dy="4"></feOffset><feGaussianBlur stdDeviation="2"></feGaussianBlur><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"></feComposite><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_5909_2610"></feBlend></filter><linearGradient id="b" x1="82.605" x2="88.084" y1="35.026" y2="63.327" gradientUnits="userSpaceOnUse"><stop stop-color="#448EFD"></stop><stop offset="1" stop-color="#0262F3"></stop></linearGradient></defs>', 7)
|
|
12167
12166
|
])]);
|
|
12168
12167
|
}
|
|
12169
|
-
const
|
|
12168
|
+
const vv = { render: hv }, gv = { class: "toolkit-upload-document" }, pv = {
|
|
12170
12169
|
key: 0,
|
|
12171
12170
|
class: "toolkit-upload-document__label"
|
|
12172
|
-
},
|
|
12171
|
+
}, bv = ["role", "tabindex"], yv = { class: "toolkit-upload-document__title-row toolkit-upload-document__title-row--flush" }, wv = { class: "toolkit-upload-document__title" }, kv = { class: "toolkit-upload-document__title-name" }, Mv = {
|
|
12173
12172
|
key: 0,
|
|
12174
12173
|
class: "toolkit-upload-document__title-ext"
|
|
12175
|
-
},
|
|
12174
|
+
}, xv = {
|
|
12176
12175
|
key: 0,
|
|
12177
12176
|
class: "toolkit-upload-document__success-badge"
|
|
12178
|
-
},
|
|
12177
|
+
}, $v = {
|
|
12179
12178
|
key: 1,
|
|
12180
12179
|
class: "toolkit-upload-document__error-badge"
|
|
12181
|
-
},
|
|
12180
|
+
}, Pv = { class: "toolkit-upload-document__subtitle" }, Tv = {
|
|
12182
12181
|
key: 0,
|
|
12183
12182
|
class: "toolkit-upload-document__error"
|
|
12184
|
-
},
|
|
12183
|
+
}, _v = { class: "toolkit-upload-document__title-row" }, Cv = { class: "toolkit-upload-document__title" }, Dv = {
|
|
12185
12184
|
key: 0,
|
|
12186
12185
|
class: "toolkit-upload-document__error-badge"
|
|
12187
|
-
},
|
|
12186
|
+
}, Wv = {
|
|
12188
12187
|
key: 0,
|
|
12189
12188
|
class: "toolkit-upload-document__progress-row"
|
|
12190
|
-
},
|
|
12189
|
+
}, Sv = { class: "toolkit-upload-document__progress-value" }, zv = { class: "toolkit-upload-document__subtitle" }, Ov = {
|
|
12191
12190
|
key: 0,
|
|
12192
12191
|
class: "toolkit-upload-document__error"
|
|
12193
|
-
},
|
|
12192
|
+
}, Ev = ["accept", "multiple", "disabled"], Vv = {
|
|
12194
12193
|
key: 1,
|
|
12195
12194
|
class: "toolkit-upload-document__url-row"
|
|
12196
|
-
},
|
|
12195
|
+
}, Iv = { class: "toolkit-upload-document__url-row-inner" }, Lv = {
|
|
12197
12196
|
key: 0,
|
|
12198
12197
|
class: "toolkit-upload-document__error"
|
|
12199
|
-
},
|
|
12198
|
+
}, ag = /* @__PURE__ */ ee({
|
|
12200
12199
|
__name: "UploadDocument",
|
|
12201
12200
|
props: {
|
|
12202
12201
|
label: {},
|
|
@@ -12215,12 +12214,12 @@ const gv = { render: vv }, pv = { class: "toolkit-upload-document" }, bv = {
|
|
|
12215
12214
|
},
|
|
12216
12215
|
emits: ["update:modelValue", "files", "files-rejected", "upload-url", "cancel", "remove"],
|
|
12217
12216
|
setup(e, { emit: n }) {
|
|
12218
|
-
const t = e, a = n, o = M(null), i = M(!1), r = M(!1), s = M(null), u = M(null), m = M(null), c =
|
|
12217
|
+
const t = e, a = n, o = M(null), i = M(!1), r = M(!1), s = M(null), u = M(null), m = M(null), c = h(() => {
|
|
12219
12218
|
const q = s.value;
|
|
12220
12219
|
if (!q) return null;
|
|
12221
12220
|
const G = q.lastIndexOf(".");
|
|
12222
12221
|
return G <= 0 || G === q.length - 1 ? { base: q, ext: "" } : { base: q.slice(0, G), ext: q.slice(G) };
|
|
12223
|
-
}),
|
|
12222
|
+
}), v = (q) => {
|
|
12224
12223
|
if (!Number.isFinite(q) || q < 0) return "";
|
|
12225
12224
|
const G = ["B", "KB", "MB", "GB", "TB"];
|
|
12226
12225
|
let se = q, Oe = 0;
|
|
@@ -12228,23 +12227,23 @@ const gv = { render: vv }, pv = { class: "toolkit-upload-document" }, bv = {
|
|
|
12228
12227
|
se /= 1024, Oe++;
|
|
12229
12228
|
const De = Oe === 0 || se >= 10 ? 0 : 1;
|
|
12230
12229
|
return `${se.toFixed(De)} ${G[Oe]}`;
|
|
12231
|
-
},
|
|
12230
|
+
}, g = h(() => t.error || m.value ? "error" : t.uploading ? "uploading" : t.uploaded || r.value ? "uploaded" : "idle"), w = h(() => g.value === "idle" || g.value === "error"), p = h(() => t.translations?.title ?? "Drag & drop files here"), f = h(
|
|
12232
12231
|
() => t.translations?.subtitle ?? "or click below to browse your computer"
|
|
12233
|
-
), x =
|
|
12232
|
+
), x = h(() => t.translations?.selectFiles ?? "Select files"), T = h(() => t.translations?.uploadButton ?? "Upload"), S = h(() => t.translations?.urlPlaceholder ?? ""), _ = h(
|
|
12234
12233
|
() => t.translations?.invalidUrl ?? "Please enter a valid URL starting with http:// or https://"
|
|
12235
|
-
), $ =
|
|
12234
|
+
), $ = h(() => t.translations?.cancel ?? "Cancel"), b = h(() => t.translations?.remove ?? "Remove"), y = h(() => t.translations?.replaceFile ?? "Replace file"), W = h(
|
|
12236
12235
|
() => t.translations?.invalidFileType ?? "This file type is not supported. We support:"
|
|
12237
12236
|
), I = () => {
|
|
12238
12237
|
const q = W.value, G = (oe.value ?? []).filter((se) => se.startsWith("."));
|
|
12239
12238
|
return G.length === 0 ? q : `${q} ${G.join(", ")}`;
|
|
12240
|
-
}, U =
|
|
12239
|
+
}, U = h(() => t.translations?.uploadError ?? "Upload failed"), B = h(() => m.value ?? U.value), H = h(() => {
|
|
12241
12240
|
const q = Number(t.progress);
|
|
12242
12241
|
return Number.isFinite(q) ? Math.max(0, Math.min(100, Math.round(q))) : 0;
|
|
12243
12242
|
}), N = () => {
|
|
12244
12243
|
r.value = !1, s.value = null, u.value = null, m.value = null, a("cancel");
|
|
12245
12244
|
}, O = () => {
|
|
12246
12245
|
r.value = !1, s.value = null, u.value = null, m.value = null, t.modelValue && a("update:modelValue", ""), a("remove");
|
|
12247
|
-
}, z =
|
|
12246
|
+
}, z = h(() => !!(t.modelValue && t.modelValue.trim().length)), E = h(() => {
|
|
12248
12247
|
if (!z.value) return !1;
|
|
12249
12248
|
const q = (t.modelValue ?? "").trim();
|
|
12250
12249
|
try {
|
|
@@ -12255,7 +12254,7 @@ const gv = { render: vv }, pv = { class: "toolkit-upload-document" }, bv = {
|
|
|
12255
12254
|
}
|
|
12256
12255
|
}), te = () => {
|
|
12257
12256
|
t.disabled || (m.value = null, s.value = null, u.value = null, o.value?.click());
|
|
12258
|
-
}, oe =
|
|
12257
|
+
}, oe = h(() => t.accept ? t.accept.split(",").map((q) => q.trim().toLowerCase()).filter(Boolean) : null), be = (q) => {
|
|
12259
12258
|
const G = oe.value;
|
|
12260
12259
|
if (!G || G.length === 0) return !0;
|
|
12261
12260
|
const se = q.name.toLowerCase(), Oe = q.type.toLowerCase();
|
|
@@ -12274,12 +12273,12 @@ const gv = { render: vv }, pv = { class: "toolkit-upload-document" }, bv = {
|
|
|
12274
12273
|
const G = q.target;
|
|
12275
12274
|
Me(G.files), G.value = "";
|
|
12276
12275
|
}, ye = () => {
|
|
12277
|
-
t.disabled || !
|
|
12276
|
+
t.disabled || !w.value || (i.value = !0);
|
|
12278
12277
|
}, Ie = (q) => {
|
|
12279
12278
|
const G = q.relatedTarget, se = q.currentTarget;
|
|
12280
12279
|
G && se && se.contains(G) || (i.value = !1);
|
|
12281
12280
|
}, Le = (q) => {
|
|
12282
|
-
i.value = !1, !(t.disabled || !
|
|
12281
|
+
i.value = !1, !(t.disabled || !w.value) && Me(q.dataTransfer?.files ?? null);
|
|
12283
12282
|
}, Ae = () => {
|
|
12284
12283
|
const q = (t.modelValue ?? "").trim();
|
|
12285
12284
|
if (!(!q || t.disabled || !E.value)) {
|
|
@@ -12293,43 +12292,43 @@ const gv = { render: vv }, pv = { class: "toolkit-upload-document" }, bv = {
|
|
|
12293
12292
|
a("upload-url", q);
|
|
12294
12293
|
}
|
|
12295
12294
|
};
|
|
12296
|
-
return (q, G) => (l(), d("div",
|
|
12297
|
-
e.label ? (l(), d("div",
|
|
12295
|
+
return (q, G) => (l(), d("div", gv, [
|
|
12296
|
+
e.label ? (l(), d("div", pv, R(e.label), 1)) : C("", !0),
|
|
12298
12297
|
k("div", {
|
|
12299
12298
|
class: ne(["toolkit-upload-document__dropzone", {
|
|
12300
12299
|
"toolkit-upload-document__dropzone--active": i.value,
|
|
12301
12300
|
"toolkit-upload-document__dropzone--disabled": e.disabled,
|
|
12302
|
-
"toolkit-upload-document__dropzone--non-interactive": !
|
|
12301
|
+
"toolkit-upload-document__dropzone--non-interactive": !w.value
|
|
12303
12302
|
}]),
|
|
12304
|
-
role:
|
|
12305
|
-
tabindex:
|
|
12306
|
-
onClick: G[2] || (G[2] = (se) =>
|
|
12303
|
+
role: w.value ? "button" : void 0,
|
|
12304
|
+
tabindex: w.value ? 0 : -1,
|
|
12305
|
+
onClick: G[2] || (G[2] = (se) => w.value && te()),
|
|
12307
12306
|
onKeydown: [
|
|
12308
|
-
G[3] || (G[3] = _e(de((se) =>
|
|
12309
|
-
G[4] || (G[4] = _e(de((se) =>
|
|
12307
|
+
G[3] || (G[3] = _e(de((se) => w.value && te(), ["prevent"]), ["enter"])),
|
|
12308
|
+
G[4] || (G[4] = _e(de((se) => w.value && te(), ["prevent"]), ["space"]))
|
|
12310
12309
|
],
|
|
12311
12310
|
onDragover: de(ye, ["prevent"]),
|
|
12312
12311
|
onDragenter: de(ye, ["prevent"]),
|
|
12313
12312
|
onDragleave: de(Ie, ["prevent"]),
|
|
12314
12313
|
onDrop: de(Le, ["prevent"])
|
|
12315
12314
|
}, [
|
|
12316
|
-
|
|
12317
|
-
k("div",
|
|
12318
|
-
k("div",
|
|
12315
|
+
g.value === "uploaded" || g.value === "error" && c.value ? (l(), d(ae, { key: 0 }, [
|
|
12316
|
+
k("div", yv, [
|
|
12317
|
+
k("div", wv, [
|
|
12319
12318
|
c.value ? (l(), d(ae, { key: 0 }, [
|
|
12320
|
-
k("span",
|
|
12321
|
-
c.value.ext ? (l(), d("span",
|
|
12319
|
+
k("span", kv, R(c.value.base), 1),
|
|
12320
|
+
c.value.ext ? (l(), d("span", Mv, R(c.value.ext), 1)) : C("", !0)
|
|
12322
12321
|
], 64)) : (l(), d(ae, { key: 1 }, [
|
|
12323
|
-
en(R(
|
|
12322
|
+
en(R(p.value), 1)
|
|
12324
12323
|
], 64))
|
|
12325
12324
|
]),
|
|
12326
|
-
|
|
12325
|
+
g.value === "uploaded" ? (l(), d("div", xv, [
|
|
12327
12326
|
D(re, {
|
|
12328
12327
|
icon: "checkmark",
|
|
12329
12328
|
size: "8",
|
|
12330
12329
|
color: "#ffffff"
|
|
12331
12330
|
})
|
|
12332
|
-
])) : (l(), d("div",
|
|
12331
|
+
])) : (l(), d("div", $v, [
|
|
12333
12332
|
D(re, {
|
|
12334
12333
|
icon: "close-outline",
|
|
12335
12334
|
size: "10",
|
|
@@ -12337,21 +12336,21 @@ const gv = { render: vv }, pv = { class: "toolkit-upload-document" }, bv = {
|
|
|
12337
12336
|
})
|
|
12338
12337
|
]))
|
|
12339
12338
|
]),
|
|
12340
|
-
k("div",
|
|
12341
|
-
|
|
12342
|
-
D(
|
|
12339
|
+
k("div", Pv, R(u.value !== null ? v(u.value) : f.value), 1),
|
|
12340
|
+
g.value === "error" ? (l(), d("div", Tv, R(B.value), 1)) : C("", !0),
|
|
12341
|
+
D(ce, {
|
|
12343
12342
|
class: "toolkit-upload-document__action-button",
|
|
12344
|
-
type:
|
|
12343
|
+
type: g.value === "uploaded" ? "danger-faded" : "secondary",
|
|
12345
12344
|
size: "small",
|
|
12346
|
-
label:
|
|
12345
|
+
label: g.value === "uploaded" ? b.value : y.value,
|
|
12347
12346
|
disabled: e.disabled,
|
|
12348
|
-
onClick: G[0] || (G[0] = de((se) =>
|
|
12347
|
+
onClick: G[0] || (G[0] = de((se) => g.value === "uploaded" ? O() : te(), ["stop"]))
|
|
12349
12348
|
}, null, 8, ["type", "label", "disabled"])
|
|
12350
12349
|
], 64)) : (l(), d(ae, { key: 1 }, [
|
|
12351
|
-
D(ke(
|
|
12352
|
-
k("div",
|
|
12353
|
-
k("div",
|
|
12354
|
-
|
|
12350
|
+
D(ke(vv), { class: "toolkit-upload-document__file-icon" }),
|
|
12351
|
+
k("div", _v, [
|
|
12352
|
+
k("div", Cv, R(p.value), 1),
|
|
12353
|
+
g.value === "error" ? (l(), d("div", Dv, [
|
|
12355
12354
|
D(re, {
|
|
12356
12355
|
icon: "close-outline",
|
|
12357
12356
|
size: "10",
|
|
@@ -12359,23 +12358,23 @@ const gv = { render: vv }, pv = { class: "toolkit-upload-document" }, bv = {
|
|
|
12359
12358
|
})
|
|
12360
12359
|
])) : C("", !0)
|
|
12361
12360
|
]),
|
|
12362
|
-
|
|
12361
|
+
g.value === "uploading" ? (l(), d("div", Wv, [
|
|
12363
12362
|
G[6] || (G[6] = k("span", {
|
|
12364
12363
|
class: "toolkit-upload-document__spinner",
|
|
12365
12364
|
"aria-hidden": "true"
|
|
12366
12365
|
}, null, -1)),
|
|
12367
|
-
k("span",
|
|
12366
|
+
k("span", Sv, R(H.value) + "%", 1)
|
|
12368
12367
|
])) : (l(), d(ae, { key: 1 }, [
|
|
12369
|
-
k("div",
|
|
12370
|
-
|
|
12368
|
+
k("div", zv, R(f.value), 1),
|
|
12369
|
+
g.value === "error" ? (l(), d("div", Ov, R(B.value), 1)) : C("", !0)
|
|
12371
12370
|
], 64)),
|
|
12372
|
-
|
|
12371
|
+
g.value === "uploading" ? (l(), Y(ce, {
|
|
12373
12372
|
key: 2,
|
|
12374
12373
|
type: "secondary",
|
|
12375
12374
|
size: "small",
|
|
12376
12375
|
label: $.value,
|
|
12377
12376
|
onClick: de(N, ["stop"])
|
|
12378
|
-
}, null, 8, ["label"])) : (l(), Y(
|
|
12377
|
+
}, null, 8, ["label"])) : (l(), Y(ce, {
|
|
12379
12378
|
key: 3,
|
|
12380
12379
|
class: "toolkit-upload-document__action-button",
|
|
12381
12380
|
type: "secondary",
|
|
@@ -12396,10 +12395,10 @@ const gv = { render: vv }, pv = { class: "toolkit-upload-document" }, bv = {
|
|
|
12396
12395
|
onClick: G[1] || (G[1] = de(() => {
|
|
12397
12396
|
}, ["stop"])),
|
|
12398
12397
|
onChange: ge
|
|
12399
|
-
}, null, 40,
|
|
12400
|
-
], 42,
|
|
12401
|
-
e.showUrl ? (l(), d("div",
|
|
12402
|
-
k("div",
|
|
12398
|
+
}, null, 40, Ev)
|
|
12399
|
+
], 42, bv),
|
|
12400
|
+
e.showUrl ? (l(), d("div", Vv, [
|
|
12401
|
+
k("div", Iv, [
|
|
12403
12402
|
D(rt, {
|
|
12404
12403
|
class: "toolkit-upload-document__url-input",
|
|
12405
12404
|
size: "small",
|
|
@@ -12428,52 +12427,52 @@ const gv = { render: vv }, pv = { class: "toolkit-upload-document" }, bv = {
|
|
|
12428
12427
|
key: "0"
|
|
12429
12428
|
} : void 0
|
|
12430
12429
|
]), 1032, ["label", "model-value", "placeholder", "disabled", "is-error"]),
|
|
12431
|
-
D(
|
|
12430
|
+
D(ce, {
|
|
12432
12431
|
class: "toolkit-upload-document__url-button",
|
|
12433
12432
|
type: "secondary",
|
|
12434
12433
|
size: "small",
|
|
12435
12434
|
label: T.value,
|
|
12436
|
-
disabled: e.disabled || !z.value || !E.value ||
|
|
12435
|
+
disabled: e.disabled || !z.value || !E.value || g.value === "uploading" || g.value === "uploaded",
|
|
12437
12436
|
"is-loading": e.loading,
|
|
12438
12437
|
onClick: Ae
|
|
12439
12438
|
}, null, 8, ["label", "disabled", "is-loading"])
|
|
12440
12439
|
]),
|
|
12441
|
-
z.value && !E.value ? (l(), d("div",
|
|
12440
|
+
z.value && !E.value ? (l(), d("div", Lv, R(_.value), 1)) : C("", !0)
|
|
12442
12441
|
])) : C("", !0)
|
|
12443
12442
|
]));
|
|
12444
12443
|
}
|
|
12445
12444
|
});
|
|
12446
12445
|
export {
|
|
12447
12446
|
Gt as Avatar,
|
|
12448
|
-
|
|
12449
|
-
|
|
12447
|
+
Fv as Breadcrumbs,
|
|
12448
|
+
ce as Button,
|
|
12450
12449
|
oa as CheckboxInput,
|
|
12451
12450
|
pn as ContextCard,
|
|
12452
|
-
|
|
12451
|
+
Yv as DatePicker,
|
|
12453
12452
|
$a as DatePickerPanel,
|
|
12454
|
-
|
|
12455
|
-
|
|
12453
|
+
jv as DropDown,
|
|
12454
|
+
qv as FilterButton,
|
|
12456
12455
|
re as Icon,
|
|
12457
12456
|
rt as Input,
|
|
12458
12457
|
vt as KeyboardInput,
|
|
12459
12458
|
Tt as Label,
|
|
12460
|
-
|
|
12461
|
-
|
|
12459
|
+
Gv as Menu,
|
|
12460
|
+
Xv as Modal,
|
|
12462
12461
|
Sf as ProgressBar,
|
|
12463
12462
|
Zn as RadioInput,
|
|
12464
|
-
|
|
12465
|
-
|
|
12463
|
+
Uv as Scrollbar,
|
|
12464
|
+
Qv as Slider,
|
|
12466
12465
|
Ta as StatusDot,
|
|
12467
|
-
|
|
12466
|
+
Kv as Subtitle,
|
|
12468
12467
|
Xf as Switch,
|
|
12469
|
-
|
|
12470
|
-
|
|
12471
|
-
|
|
12468
|
+
ng as TeamCard,
|
|
12469
|
+
Jv as Text,
|
|
12470
|
+
Zv as Textarea,
|
|
12472
12471
|
pt as TimeInput,
|
|
12473
|
-
|
|
12474
|
-
|
|
12475
|
-
|
|
12472
|
+
eg as Title,
|
|
12473
|
+
lh as Toast,
|
|
12474
|
+
tg as ToastContainer,
|
|
12476
12475
|
Ne as Tooltip,
|
|
12477
|
-
|
|
12478
|
-
|
|
12476
|
+
ag as UploadDocument,
|
|
12477
|
+
sh as useToastStore
|
|
12479
12478
|
};
|