@speckle/ui-components 2.18.8 → 2.18.9
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/lib.cjs +1 -1
- package/dist/lib.cjs.map +1 -1
- package/dist/lib.js +857 -852
- package/dist/lib.js.map +1 -1
- package/package.json +3 -3
package/dist/lib.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
var zt = Object.defineProperty;
|
|
2
2
|
var Vt = (e, t, i) => t in e ? zt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i;
|
|
3
3
|
var ne = (e, t, i) => (Vt(e, typeof t != "symbol" ? t + "" : t, i), i);
|
|
4
|
-
import { defineComponent as P, resolveDynamicComponent as Q, computed as c, openBlock as a, createBlock as O, normalizeClass as b, withCtx as A, createCommentVNode as I, renderSlot as R, createTextVNode as D, createElementBlock as
|
|
5
|
-
import { isObjectLike as
|
|
6
|
-
import { ArrowPathIcon as dt, ExclamationCircleIcon as
|
|
7
|
-
import { CheckCircleIcon as
|
|
8
|
-
import { XMarkIcon as xe, CheckIcon as mt, CheckCircleIcon as ht, ExclamationCircleIcon as ze, EnvelopeIcon as
|
|
9
|
-
import { wait as
|
|
4
|
+
import { defineComponent as P, resolveDynamicComponent as Q, computed as c, openBlock as a, createBlock as O, normalizeClass as b, withCtx as A, createCommentVNode as I, renderSlot as R, createTextVNode as D, createElementBlock as f, createElementVNode as p, createVNode as V, Transition as Ue, unref as l, toDisplayString as z, toRefs as le, Fragment as H, renderList as G, ref as L, onMounted as ae, onBeforeUnmount as qe, normalizeStyle as Y, mergeProps as ie, withDirectives as ue, isRef as Se, vModelText as We, useSlots as He, vModelDynamic as Lt, pushScopeId as Ot, popScopeId as At, watch as ce, Teleport as Mt, withModifiers as pe, useModel as it, toHandlers as st, nextTick as Pt, resolveDirective as jt, getCurrentInstance as _t, inject as Tt, withKeys as ve, mergeModels as nt, defineAsyncComponent as Ft } from "vue";
|
|
5
|
+
import { isObjectLike as Te, clamp as lt, isArray as N, isString as ye, isUndefined as be, debounce as Ke, throttle as ut, noop as ct, uniq as Rt, intersection as Dt, difference as Et } from "lodash";
|
|
6
|
+
import { ArrowPathIcon as dt, ExclamationCircleIcon as Ut, ChevronUpIcon as ft, ChevronDownIcon as qt, XMarkIcon as Ge, MagnifyingGlassIcon as Wt, CheckIcon as pt, Squares2X2Icon as Ht, Bars3Icon as Kt, UserCircleIcon as Gt } from "@heroicons/vue/24/solid";
|
|
7
|
+
import { CheckCircleIcon as Xt, XCircleIcon as Zt, ExclamationCircleIcon as Nt, InformationCircleIcon as Qt, ClipboardDocumentCheckIcon as Jt, ClipboardDocumentIcon as Yt, XMarkIcon as es, ChevronDownIcon as ts, ExclamationTriangleIcon as ss } from "@heroicons/vue/24/outline";
|
|
8
|
+
import { XMarkIcon as xe, CheckIcon as mt, CheckCircleIcon as ht, ExclamationCircleIcon as ze, EnvelopeIcon as ns, KeyIcon as ls, XCircleIcon as as, InformationCircleIcon as os } from "@heroicons/vue/20/solid";
|
|
9
|
+
import { wait as rs, isNullOrUndefined as is, SourceApps as us, getClientOperatingSystem as cs, OperatingSystem as Fe, md5 as ds } from "@speckle/shared";
|
|
10
10
|
import { useField as Be } from "vee-validate";
|
|
11
11
|
import { nanoid as Ve } from "nanoid";
|
|
12
|
-
import { useResizeObserver as
|
|
13
|
-
import { Listbox as
|
|
12
|
+
import { useResizeObserver as fs, useMutationObserver as ps, useMounted as ms, useElementBounding as hs, useIntersectionObserver as vs, useClipboard as gs, onKeyDown as bs, isClient as Le, computedAsync as ys, useFocus as xs, useDropZone as ks } from "@vueuse/core";
|
|
13
|
+
import { Listbox as ws, ListboxLabel as Cs, ListboxButton as $s, ListboxOptions as Is, ListboxOption as Bs, Switch as Ss, TransitionRoot as vt, Dialog as zs, TransitionChild as at, DialogPanel as Vs, Disclosure as Ls, DisclosureButton as Os, DisclosurePanel as As, Menu as Ms, MenuButton as Ps, MenuItems as js, MenuItem as _s, Combobox as Ts, ComboboxOptions as Fs, ComboboxOption as Rs } from "@headlessui/vue";
|
|
14
14
|
import { directive as gt } from "vue-tippy";
|
|
15
|
-
import
|
|
16
|
-
const
|
|
15
|
+
import Ds from "v3-infinite-loading";
|
|
16
|
+
const Es = /* @__PURE__ */ P({
|
|
17
17
|
__name: "Button",
|
|
18
18
|
props: {
|
|
19
19
|
/**
|
|
@@ -148,7 +148,7 @@ const Ds = /* @__PURE__ */ P({
|
|
|
148
148
|
},
|
|
149
149
|
emits: ["click"],
|
|
150
150
|
setup(e, { emit: t }) {
|
|
151
|
-
const i = t, s = e, o = Q("NuxtLink"),
|
|
151
|
+
const i = t, s = e, o = Q("NuxtLink"), n = Q("RouterLink"), h = c(() => s.linkComponent ? s.linkComponent : s.external ? "a" : Te(o) ? o : Te(n) ? n : "a"), m = c(() => {
|
|
152
152
|
if (!s.to)
|
|
153
153
|
return s.submit ? "submit" : "button";
|
|
154
154
|
}), u = c(() => s.disabled || s.loading), r = c(() => s.loading ? dt : s.iconLeft), v = c(() => {
|
|
@@ -341,7 +341,7 @@ const Ds = /* @__PURE__ */ P({
|
|
|
341
341
|
s.link ? "" : B.value,
|
|
342
342
|
$.value
|
|
343
343
|
].join(" ");
|
|
344
|
-
}),
|
|
344
|
+
}), T = c(() => {
|
|
345
345
|
const w = [""];
|
|
346
346
|
switch (s.loading && w.push("animate-spin"), s.size) {
|
|
347
347
|
case "xs":
|
|
@@ -382,14 +382,14 @@ const Ds = /* @__PURE__ */ P({
|
|
|
382
382
|
default: A(() => [
|
|
383
383
|
r.value ? (a(), O(Q(r.value), {
|
|
384
384
|
key: 0,
|
|
385
|
-
class: b(`${
|
|
385
|
+
class: b(`${T.value} ${e.hideText ? "" : "mr-2"}`)
|
|
386
386
|
}, null, 8, ["class"])) : I("", !0),
|
|
387
387
|
e.hideText ? I("", !0) : R(w.$slots, "default", { key: 1 }, () => [
|
|
388
388
|
D("Button")
|
|
389
389
|
], !0),
|
|
390
390
|
e.iconRight || !e.loading ? (a(), O(Q(e.iconRight), {
|
|
391
391
|
key: 2,
|
|
392
|
-
class: b(`${
|
|
392
|
+
class: b(`${T.value} ${e.hideText ? "" : "ml-2"}`)
|
|
393
393
|
}, null, 8, ["class"])) : I("", !0)
|
|
394
394
|
]),
|
|
395
395
|
_: 3
|
|
@@ -401,7 +401,7 @@ const Oe = (e, t) => {
|
|
|
401
401
|
for (const [s, o] of t)
|
|
402
402
|
i[s] = o;
|
|
403
403
|
return i;
|
|
404
|
-
}, oe = /* @__PURE__ */ Oe(
|
|
404
|
+
}, oe = /* @__PURE__ */ Oe(Es, [["__scopeId", "data-v-ee26d682"]]), Us = /* @__PURE__ */ P({
|
|
405
405
|
__name: "Link",
|
|
406
406
|
props: {
|
|
407
407
|
to: {
|
|
@@ -455,14 +455,14 @@ const Oe = (e, t) => {
|
|
|
455
455
|
},
|
|
456
456
|
emits: ["click"],
|
|
457
457
|
setup(e, { emit: t }) {
|
|
458
|
-
const i = t, s = e, o = (
|
|
458
|
+
const i = t, s = e, o = (n) => {
|
|
459
459
|
if (s.disabled) {
|
|
460
|
-
|
|
460
|
+
n.preventDefault(), n.stopPropagation(), n.stopImmediatePropagation();
|
|
461
461
|
return;
|
|
462
462
|
}
|
|
463
|
-
i("click",
|
|
463
|
+
i("click", n);
|
|
464
464
|
};
|
|
465
|
-
return (
|
|
465
|
+
return (n, h) => (a(), O(oe, {
|
|
466
466
|
link: !e.noUnderline,
|
|
467
467
|
text: e.noUnderline,
|
|
468
468
|
to: e.to,
|
|
@@ -477,7 +477,7 @@ const Oe = (e, t) => {
|
|
|
477
477
|
onClickCapture: o
|
|
478
478
|
}, {
|
|
479
479
|
default: A(() => [
|
|
480
|
-
R(
|
|
480
|
+
R(n.$slots, "default", {}, () => [
|
|
481
481
|
D("Link")
|
|
482
482
|
])
|
|
483
483
|
]),
|
|
@@ -486,13 +486,13 @@ const Oe = (e, t) => {
|
|
|
486
486
|
}
|
|
487
487
|
});
|
|
488
488
|
var Ce = /* @__PURE__ */ ((e) => (e[e.Success = 0] = "Success", e[e.Warning = 1] = "Warning", e[e.Danger = 2] = "Danger", e[e.Info = 3] = "Info", e))(Ce || {});
|
|
489
|
-
const
|
|
489
|
+
const qs = {
|
|
490
490
|
"aria-live": "assertive",
|
|
491
491
|
class: "pointer-events-none fixed inset-0 flex items-end px-4 py-6 mt-10 sm:items-start sm:p-6 z-50"
|
|
492
|
-
},
|
|
492
|
+
}, Ws = { class: "flex w-full flex-col items-center gap-4 sm:items-end" }, Hs = { class: "flex-shrink-0" }, Ks = { class: "w-full min-w-[10rem]" }, Gs = {
|
|
493
493
|
key: 1,
|
|
494
494
|
class: "label label--light text-foreground-2 text-sm"
|
|
495
|
-
},
|
|
495
|
+
}, Xs = { key: 2 }, Zs = /* @__PURE__ */ p("span", { class: "sr-only" }, "Close", -1), So = /* @__PURE__ */ P({
|
|
496
496
|
__name: "ToastRenderer",
|
|
497
497
|
props: {
|
|
498
498
|
notification: null
|
|
@@ -504,14 +504,14 @@ const Us = {
|
|
|
504
504
|
var m, u;
|
|
505
505
|
return !((m = s.notification) != null && m.description) && !((u = s.notification) != null && u.cta);
|
|
506
506
|
}
|
|
507
|
-
),
|
|
507
|
+
), n = () => {
|
|
508
508
|
i("update:notification", null);
|
|
509
509
|
}, h = (m) => {
|
|
510
510
|
var u, r, v;
|
|
511
|
-
(v = (r = (u = s.notification) == null ? void 0 : u.cta) == null ? void 0 : r.onClick) == null || v.call(r, m),
|
|
511
|
+
(v = (r = (u = s.notification) == null ? void 0 : u.cta) == null ? void 0 : r.onClick) == null || v.call(r, m), n();
|
|
512
512
|
};
|
|
513
|
-
return (m, u) => (a(),
|
|
514
|
-
|
|
513
|
+
return (m, u) => (a(), f("div", qs, [
|
|
514
|
+
p("div", Ws, [
|
|
515
515
|
V(Ue, {
|
|
516
516
|
"enter-active-class": "transform ease-out duration-300 transition",
|
|
517
517
|
"enter-from-class": "translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",
|
|
@@ -521,40 +521,40 @@ const Us = {
|
|
|
521
521
|
"leave-to-class": "opacity-0"
|
|
522
522
|
}, {
|
|
523
523
|
default: A(() => [
|
|
524
|
-
e.notification ? (a(),
|
|
524
|
+
e.notification ? (a(), f("div", {
|
|
525
525
|
key: 0,
|
|
526
526
|
class: b(["pointer-events-auto w-full max-w-[20rem] overflow-hidden rounded-lg bg-foundation text-foreground shadow-lg ring-1 ring-primary-muted ring-opacity-5", o.value ? "p-2" : "p-3"])
|
|
527
527
|
}, [
|
|
528
|
-
|
|
528
|
+
p("div", {
|
|
529
529
|
class: b(["flex gap-2", o.value ? "items-center" : "items-start"])
|
|
530
530
|
}, [
|
|
531
|
-
|
|
532
|
-
e.notification.type ===
|
|
531
|
+
p("div", Hs, [
|
|
532
|
+
e.notification.type === l(Ce).Success ? (a(), O(l(Xt), {
|
|
533
533
|
key: 0,
|
|
534
534
|
class: b(["text-success", o.value ? "h-5 w-5" : "h-6 w-6"]),
|
|
535
535
|
"aria-hidden": "true"
|
|
536
|
-
}, null, 8, ["class"])) : e.notification.type ===
|
|
536
|
+
}, null, 8, ["class"])) : e.notification.type === l(Ce).Danger ? (a(), O(l(Zt), {
|
|
537
537
|
key: 1,
|
|
538
538
|
class: b(["text-danger", o.value ? "h-5 w-5" : "h-6 w-6"]),
|
|
539
539
|
"aria-hidden": "true"
|
|
540
|
-
}, null, 8, ["class"])) : e.notification.type ===
|
|
540
|
+
}, null, 8, ["class"])) : e.notification.type === l(Ce).Warning ? (a(), O(l(Nt), {
|
|
541
541
|
key: 2,
|
|
542
542
|
class: b(["text-warning", o.value ? "h-5 w-5" : "h-6 w-6"]),
|
|
543
543
|
"aria-hidden": "true"
|
|
544
|
-
}, null, 8, ["class"])) : e.notification.type ===
|
|
544
|
+
}, null, 8, ["class"])) : e.notification.type === l(Ce).Info ? (a(), O(l(Qt), {
|
|
545
545
|
key: 3,
|
|
546
546
|
class: b(["text-info", o.value ? "h-5 w-5" : "h-6 w-6"]),
|
|
547
547
|
"aria-hidden": "true"
|
|
548
548
|
}, null, 8, ["class"])) : I("", !0)
|
|
549
549
|
]),
|
|
550
|
-
|
|
551
|
-
e.notification.title ? (a(),
|
|
550
|
+
p("div", Ks, [
|
|
551
|
+
e.notification.title ? (a(), f("p", {
|
|
552
552
|
key: 0,
|
|
553
553
|
class: b(["text-foreground font-bold", o.value ? "text-sm" : "text-base"])
|
|
554
554
|
}, z(e.notification.title), 3)) : I("", !0),
|
|
555
|
-
e.notification.description ? (a(),
|
|
556
|
-
e.notification.cta ? (a(),
|
|
557
|
-
V(
|
|
555
|
+
e.notification.description ? (a(), f("p", Gs, z(e.notification.description), 1)) : I("", !0),
|
|
556
|
+
e.notification.cta ? (a(), f("div", Xs, [
|
|
557
|
+
V(Us, {
|
|
558
558
|
to: e.notification.cta.url,
|
|
559
559
|
class: "label",
|
|
560
560
|
size: "xs",
|
|
@@ -568,16 +568,16 @@ const Us = {
|
|
|
568
568
|
}, 8, ["to"])
|
|
569
569
|
])) : I("", !0)
|
|
570
570
|
]),
|
|
571
|
-
|
|
571
|
+
p("div", {
|
|
572
572
|
class: b(["ml-2 flex-shrink-0", o.value ? "mt-1.5" : ""])
|
|
573
573
|
}, [
|
|
574
|
-
|
|
574
|
+
p("button", {
|
|
575
575
|
type: "button",
|
|
576
576
|
class: "inline-flex rounded-md bg-foundation text-foreground-2 hover:text-foreground focus:outline-none focus:ring-2 focus:ring-primary focus:ring-offset-2",
|
|
577
|
-
onClick:
|
|
577
|
+
onClick: n
|
|
578
578
|
}, [
|
|
579
|
-
|
|
580
|
-
V(
|
|
579
|
+
Zs,
|
|
580
|
+
V(l(xe), {
|
|
581
581
|
class: "h-5 w-5",
|
|
582
582
|
"aria-hidden": "true"
|
|
583
583
|
})
|
|
@@ -591,18 +591,18 @@ const Us = {
|
|
|
591
591
|
])
|
|
592
592
|
]));
|
|
593
593
|
}
|
|
594
|
-
}),
|
|
594
|
+
}), Ns = "Enter";
|
|
595
595
|
function bt(e) {
|
|
596
596
|
return (t) => {
|
|
597
|
-
t.code ===
|
|
597
|
+
t.code === Ns && e(t);
|
|
598
598
|
};
|
|
599
599
|
}
|
|
600
|
-
const
|
|
600
|
+
const Qs = /* @__PURE__ */ p("circle", {
|
|
601
601
|
cx: "4",
|
|
602
602
|
cy: "4",
|
|
603
603
|
r: "3"
|
|
604
|
-
}, null, -1),
|
|
605
|
-
|
|
604
|
+
}, null, -1), Js = [
|
|
605
|
+
Qs
|
|
606
606
|
], Xe = /* @__PURE__ */ P({
|
|
607
607
|
__name: "Badge",
|
|
608
608
|
props: {
|
|
@@ -618,7 +618,7 @@ const Ns = /* @__PURE__ */ f("circle", {
|
|
|
618
618
|
setup(e, { emit: t }) {
|
|
619
619
|
const i = t, s = e, o = c(
|
|
620
620
|
() => s.colorClasses || "bg-blue-100 text-blue-800"
|
|
621
|
-
),
|
|
621
|
+
), n = c(
|
|
622
622
|
() => s.dotIconColorClasses || "text-blue-400"
|
|
623
623
|
), h = c(() => {
|
|
624
624
|
const v = [
|
|
@@ -638,7 +638,7 @@ const Ns = /* @__PURE__ */ f("circle", {
|
|
|
638
638
|
return s.clickableIcon ? v.push("cursor-pointer") : v.push("cursor-default"), v.join(" ");
|
|
639
639
|
}), u = c(() => [
|
|
640
640
|
"-ml-0.5 mr-1.5 h-2 w-2",
|
|
641
|
-
|
|
641
|
+
n.value
|
|
642
642
|
].join(" ")), r = (v) => {
|
|
643
643
|
if (!s.clickableIcon) {
|
|
644
644
|
v.stopPropagation(), v.stopImmediatePropagation(), v.preventDefault();
|
|
@@ -646,32 +646,32 @@ const Ns = /* @__PURE__ */ f("circle", {
|
|
|
646
646
|
}
|
|
647
647
|
i("click-icon", v);
|
|
648
648
|
};
|
|
649
|
-
return (v, g) => (a(),
|
|
649
|
+
return (v, g) => (a(), f("span", {
|
|
650
650
|
class: b(h.value)
|
|
651
651
|
}, [
|
|
652
|
-
e.dot ? (a(),
|
|
652
|
+
e.dot ? (a(), f("svg", {
|
|
653
653
|
key: 0,
|
|
654
654
|
class: b(u.value),
|
|
655
655
|
fill: "currentColor",
|
|
656
656
|
viewBox: "0 0 8 8"
|
|
657
|
-
},
|
|
657
|
+
}, Js, 2)) : I("", !0),
|
|
658
658
|
R(v.$slots, "default", {}, () => [
|
|
659
659
|
D("Badge")
|
|
660
660
|
]),
|
|
661
|
-
e.iconLeft ? (a(),
|
|
661
|
+
e.iconLeft ? (a(), f("button", {
|
|
662
662
|
key: 1,
|
|
663
663
|
class: b(m.value),
|
|
664
664
|
onClick: g[0] || (g[0] = (y) => r(y))
|
|
665
665
|
}, [
|
|
666
666
|
(a(), O(Q(e.iconLeft), {
|
|
667
|
-
class: b(["h-4 w-4",
|
|
667
|
+
class: b(["h-4 w-4", n.value])
|
|
668
668
|
}, null, 8, ["class"]))
|
|
669
669
|
], 2)) : I("", !0)
|
|
670
670
|
], 2));
|
|
671
671
|
}
|
|
672
672
|
});
|
|
673
673
|
let ot = [];
|
|
674
|
-
function
|
|
674
|
+
function Ys(e) {
|
|
675
675
|
ot = ot ? e : e.slice();
|
|
676
676
|
}
|
|
677
677
|
var $e = /* @__PURE__ */ ((e) => (e[e.sm = 640] = "sm", e[e.md = 746] = "md", e[e.lg = 1024] = "lg", e[e.xl = 1280] = "xl", e[e["2xl"] = 1536] = "2xl", e))($e || {});
|
|
@@ -682,7 +682,7 @@ function yt(e) {
|
|
|
682
682
|
steps: i,
|
|
683
683
|
orientation: s,
|
|
684
684
|
goVerticalBelow: o,
|
|
685
|
-
nonInteractive:
|
|
685
|
+
nonInteractive: n,
|
|
686
686
|
stepsPadding: h
|
|
687
687
|
},
|
|
688
688
|
emit: m
|
|
@@ -692,14 +692,14 @@ function yt(e) {
|
|
|
692
692
|
get: () => lt((t == null ? void 0 : t.value) || 0, -1, i.value.length),
|
|
693
693
|
set: (k) => m("update:modelValue", lt(k, 0, i.value.length))
|
|
694
694
|
}), v = (k) => `${k + 1}`, g = (k) => k === r.value, y = (k) => k < r.value, x = (k, $) => {
|
|
695
|
-
var
|
|
696
|
-
if (
|
|
695
|
+
var T;
|
|
696
|
+
if (n != null && n.value) {
|
|
697
697
|
$ == null || $.preventDefault(), $ == null || $.stopPropagation(), $ == null || $.stopImmediatePropagation();
|
|
698
698
|
return;
|
|
699
699
|
}
|
|
700
700
|
r.value = k;
|
|
701
701
|
const S = i.value[r.value];
|
|
702
|
-
(
|
|
702
|
+
(T = S == null ? void 0 : S.onClick) == null || T.call(S);
|
|
703
703
|
}, d = c(() => {
|
|
704
704
|
const k = ["flex"];
|
|
705
705
|
let $, S;
|
|
@@ -714,7 +714,7 @@ function yt(e) {
|
|
|
714
714
|
)) : k.push(`flex-row ${$} items-center`), k.join(" ");
|
|
715
715
|
}), B = c(() => {
|
|
716
716
|
const k = ["flex items-center"];
|
|
717
|
-
return
|
|
717
|
+
return n != null && n.value || k.push("cursor-pointer"), k.join(" ");
|
|
718
718
|
});
|
|
719
719
|
return {
|
|
720
720
|
value: r,
|
|
@@ -727,7 +727,7 @@ function yt(e) {
|
|
|
727
727
|
orientation: u
|
|
728
728
|
};
|
|
729
729
|
}
|
|
730
|
-
|
|
730
|
+
Ys([
|
|
731
731
|
"sm:space-x-8",
|
|
732
732
|
"md:space-x-8",
|
|
733
733
|
"lg:space-x-8",
|
|
@@ -741,16 +741,16 @@ Js([
|
|
|
741
741
|
"lg:space-x-4",
|
|
742
742
|
"xl:space-x-4"
|
|
743
743
|
]);
|
|
744
|
-
const
|
|
744
|
+
const en = ["aria-label"], tn = ["href", "onClick"], sn = { class: "flex space-x-3 items-center text-primary-focus normal font-medium leading-5" }, nn = { class: "shrink-0 h-8 w-8 rounded-full bg-primary-focus text-foreground-on-primary inline-flex items-center justify-center" }, ln = { class: "flex flex-col" }, an = {
|
|
745
745
|
key: 0,
|
|
746
746
|
class: "label label--light text-foreground"
|
|
747
|
-
},
|
|
747
|
+
}, on = ["href", "onClick"], rn = { class: "flex space-x-3 items-center text-primary-focus normal font-medium leading-5" }, un = { class: "shrink-0 h-8 w-8 rounded-full border-2 border-primary-focus inline-flex items-center justify-center" }, cn = { class: "flex flex-col" }, dn = {
|
|
748
748
|
key: 0,
|
|
749
749
|
class: "label label--light text-foreground"
|
|
750
|
-
},
|
|
750
|
+
}, fn = ["href", "onClick"], pn = { class: "flex space-x-3 items-center text-foreground-disabled normal font-medium leading-5" }, mn = { class: "shrink-0 h-8 w-8 rounded-full border-2 border-foreground-disabled inline-flex items-center justify-center" }, hn = { class: "flex flex-col" }, vn = {
|
|
751
751
|
key: 0,
|
|
752
752
|
class: "label label--light"
|
|
753
|
-
},
|
|
753
|
+
}, zo = /* @__PURE__ */ P({
|
|
754
754
|
__name: "Number",
|
|
755
755
|
props: {
|
|
756
756
|
ariaLabel: null,
|
|
@@ -765,7 +765,7 @@ const Ys = ["aria-label"], en = ["href", "onClick"], tn = { class: "flex space-x
|
|
|
765
765
|
setup(e, { emit: t }) {
|
|
766
766
|
const i = t, s = e, {
|
|
767
767
|
isCurrentStep: o,
|
|
768
|
-
isFinishedStep:
|
|
768
|
+
isFinishedStep: n,
|
|
769
769
|
switchStep: h,
|
|
770
770
|
getStepDisplayValue: m,
|
|
771
771
|
listClasses: u,
|
|
@@ -774,82 +774,82 @@ const Ys = ["aria-label"], en = ["href", "onClick"], tn = { class: "flex space-x
|
|
|
774
774
|
props: le(s),
|
|
775
775
|
emit: i
|
|
776
776
|
});
|
|
777
|
-
return (v, g) => (a(),
|
|
777
|
+
return (v, g) => (a(), f("nav", {
|
|
778
778
|
class: "flex justify-center",
|
|
779
779
|
"aria-label": e.ariaLabel || "Progress steps"
|
|
780
780
|
}, [
|
|
781
|
-
|
|
782
|
-
class: b(
|
|
781
|
+
p("ol", {
|
|
782
|
+
class: b(l(u))
|
|
783
783
|
}, [
|
|
784
|
-
(a(!0),
|
|
784
|
+
(a(!0), f(H, null, G(e.steps, (y, x) => (a(), f("li", {
|
|
785
785
|
key: y.name
|
|
786
786
|
}, [
|
|
787
|
-
n
|
|
787
|
+
l(n)(x) ? (a(), f("a", {
|
|
788
788
|
key: 0,
|
|
789
789
|
href: y.href,
|
|
790
|
-
class: b(
|
|
791
|
-
onClick: (d) =>
|
|
790
|
+
class: b(l(r)),
|
|
791
|
+
onClick: (d) => l(h)(x, d)
|
|
792
792
|
}, [
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
V(
|
|
793
|
+
p("div", sn, [
|
|
794
|
+
p("div", nn, [
|
|
795
|
+
V(l(mt), { class: "w-5 h-5" })
|
|
796
796
|
]),
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
y.description ? (a(),
|
|
797
|
+
p("div", ln, [
|
|
798
|
+
p("div", null, z(y.name), 1),
|
|
799
|
+
y.description ? (a(), f("div", an, z(y.description), 1)) : I("", !0)
|
|
800
800
|
])
|
|
801
801
|
])
|
|
802
|
-
], 10,
|
|
802
|
+
], 10, tn)) : l(o)(x) ? (a(), f("a", {
|
|
803
803
|
key: 1,
|
|
804
804
|
href: y.href,
|
|
805
|
-
class: b(
|
|
805
|
+
class: b(l(r)),
|
|
806
806
|
"aria-current": "step",
|
|
807
|
-
onClick: (d) =>
|
|
807
|
+
onClick: (d) => l(h)(x, d)
|
|
808
808
|
}, [
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
y.description ? (a(),
|
|
809
|
+
p("div", rn, [
|
|
810
|
+
p("div", un, z(l(m)(x)), 1),
|
|
811
|
+
p("div", cn, [
|
|
812
|
+
p("div", null, z(y.name), 1),
|
|
813
|
+
y.description ? (a(), f("div", dn, z(y.description), 1)) : I("", !0)
|
|
814
814
|
])
|
|
815
815
|
])
|
|
816
|
-
], 10,
|
|
816
|
+
], 10, on)) : (a(), f("a", {
|
|
817
817
|
key: 2,
|
|
818
818
|
href: y.href,
|
|
819
|
-
class: b(
|
|
820
|
-
onClick: (d) =>
|
|
819
|
+
class: b(l(r)),
|
|
820
|
+
onClick: (d) => l(h)(x, d)
|
|
821
821
|
}, [
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
y.description ? (a(),
|
|
822
|
+
p("div", pn, [
|
|
823
|
+
p("div", mn, z(l(m)(x)), 1),
|
|
824
|
+
p("div", hn, [
|
|
825
|
+
p("div", null, z(y.name), 1),
|
|
826
|
+
y.description ? (a(), f("div", vn, z(y.description), 1)) : I("", !0)
|
|
827
827
|
])
|
|
828
828
|
])
|
|
829
|
-
], 10,
|
|
829
|
+
], 10, fn))
|
|
830
830
|
]))), 128))
|
|
831
831
|
], 2)
|
|
832
|
-
], 8,
|
|
832
|
+
], 8, en));
|
|
833
833
|
}
|
|
834
|
-
}),
|
|
834
|
+
}), gn = ["aria-label"], bn = ["href", "onClick"], yn = { class: "relative flex h-5 w-5 flex-shrink-0 items-center justify-center" }, xn = {
|
|
835
835
|
key: 0,
|
|
836
836
|
class: "h-3 w-3 rounded-full bg-foreground-2"
|
|
837
|
-
},
|
|
837
|
+
}, kn = ["href", "onClick"], wn = {
|
|
838
838
|
class: "relative flex h-5 w-5 flex-shrink-0 items-center justify-center",
|
|
839
839
|
"aria-hidden": "true"
|
|
840
|
-
},
|
|
840
|
+
}, Cn = {
|
|
841
841
|
key: 0,
|
|
842
842
|
class: "h-3 w-3 rounded-full bg-foreground"
|
|
843
|
-
},
|
|
843
|
+
}, $n = /* @__PURE__ */ p("span", { class: "absolute h-4 w-4 rounded-full bg-outline-2" }, null, -1), In = /* @__PURE__ */ p("span", { class: "relative block h-2 w-2 rounded-full bg-primary-focus" }, null, -1), Bn = ["href", "onClick"], Sn = {
|
|
844
844
|
class: "relative flex h-5 w-5 flex-shrink-0 items-center justify-center",
|
|
845
845
|
"aria-hidden": "true"
|
|
846
|
-
},
|
|
846
|
+
}, zn = {
|
|
847
847
|
key: 0,
|
|
848
848
|
class: "h-3 w-3 rounded-full bg-foreground-2"
|
|
849
|
-
},
|
|
849
|
+
}, Vn = {
|
|
850
850
|
key: 1,
|
|
851
851
|
class: "h-4 w-4 rounded-full bg-foreground-disabled"
|
|
852
|
-
},
|
|
852
|
+
}, Vo = /* @__PURE__ */ P({
|
|
853
853
|
__name: "Bullet",
|
|
854
854
|
props: {
|
|
855
855
|
ariaLabel: null,
|
|
@@ -863,7 +863,7 @@ const Ys = ["aria-label"], en = ["href", "onClick"], tn = { class: "flex space-x
|
|
|
863
863
|
},
|
|
864
864
|
emits: ["update:modelValue"],
|
|
865
865
|
setup(e, { emit: t }) {
|
|
866
|
-
const i = t, s = e, { isCurrentStep: o, isFinishedStep:
|
|
866
|
+
const i = t, s = e, { isCurrentStep: o, isFinishedStep: n, switchStep: h, listClasses: m, linkClasses: u } = yt({
|
|
867
867
|
props: le(s),
|
|
868
868
|
emit: i
|
|
869
869
|
}), r = c(() => {
|
|
@@ -874,66 +874,66 @@ const Ys = ["aria-label"], en = ["href", "onClick"], tn = { class: "flex space-x
|
|
|
874
874
|
const g = [];
|
|
875
875
|
return s.basic && g.push("basic"), g.join(" ");
|
|
876
876
|
});
|
|
877
|
-
return (g, y) => (a(),
|
|
877
|
+
return (g, y) => (a(), f("nav", {
|
|
878
878
|
class: "flex justify-center",
|
|
879
879
|
"aria-label": e.ariaLabel || "Progress steps"
|
|
880
880
|
}, [
|
|
881
|
-
|
|
882
|
-
class: b([
|
|
881
|
+
p("ol", {
|
|
882
|
+
class: b([l(m), v.value])
|
|
883
883
|
}, [
|
|
884
|
-
(a(!0),
|
|
884
|
+
(a(!0), f(H, null, G(e.steps, (x, d) => (a(), f("li", {
|
|
885
885
|
key: x.name
|
|
886
886
|
}, [
|
|
887
|
-
n
|
|
887
|
+
l(n)(d) ? (a(), f("a", {
|
|
888
888
|
key: 0,
|
|
889
889
|
href: x.href,
|
|
890
|
-
class: b(
|
|
891
|
-
onClick: (B) =>
|
|
890
|
+
class: b(l(u)),
|
|
891
|
+
onClick: (B) => l(h)(d, B)
|
|
892
892
|
}, [
|
|
893
|
-
|
|
894
|
-
e.basic ? (a(),
|
|
893
|
+
p("span", yn, [
|
|
894
|
+
e.basic ? (a(), f("span", xn)) : (a(), O(l(ht), {
|
|
895
895
|
key: 1,
|
|
896
896
|
class: "h-full w-full text-primary",
|
|
897
897
|
"aria-hidden": "true"
|
|
898
898
|
}))
|
|
899
899
|
]),
|
|
900
|
-
|
|
900
|
+
p("span", {
|
|
901
901
|
class: b(["text-foreground", r.value])
|
|
902
902
|
}, z(x.name), 3)
|
|
903
|
-
], 10,
|
|
903
|
+
], 10, bn)) : l(o)(d) ? (a(), f("a", {
|
|
904
904
|
key: 1,
|
|
905
905
|
href: x.href,
|
|
906
|
-
class: b(
|
|
906
|
+
class: b(l(u)),
|
|
907
907
|
"aria-current": "step",
|
|
908
|
-
onClick: (B) =>
|
|
908
|
+
onClick: (B) => l(h)(d, B)
|
|
909
909
|
}, [
|
|
910
|
-
|
|
911
|
-
e.basic ? (a(),
|
|
912
|
-
|
|
913
|
-
|
|
910
|
+
p("span", wn, [
|
|
911
|
+
e.basic ? (a(), f("span", Cn)) : (a(), f(H, { key: 1 }, [
|
|
912
|
+
$n,
|
|
913
|
+
In
|
|
914
914
|
], 64))
|
|
915
915
|
]),
|
|
916
|
-
|
|
916
|
+
p("span", {
|
|
917
917
|
class: b(["text-primary-focus", r.value])
|
|
918
918
|
}, z(x.name), 3)
|
|
919
|
-
], 10,
|
|
919
|
+
], 10, kn)) : (a(), f("a", {
|
|
920
920
|
key: 2,
|
|
921
921
|
href: x.href,
|
|
922
|
-
class: b(
|
|
923
|
-
onClick: (B) =>
|
|
922
|
+
class: b(l(u)),
|
|
923
|
+
onClick: (B) => l(h)(d, B)
|
|
924
924
|
}, [
|
|
925
|
-
|
|
926
|
-
e.basic ? (a(),
|
|
925
|
+
p("div", Sn, [
|
|
926
|
+
e.basic ? (a(), f("span", zn)) : (a(), f("div", Vn))
|
|
927
927
|
]),
|
|
928
|
-
|
|
928
|
+
p("p", {
|
|
929
929
|
class: b(["text-foreground-disabled", r.value])
|
|
930
930
|
}, z(x.name), 3)
|
|
931
|
-
], 10,
|
|
931
|
+
], 10, Bn))
|
|
932
932
|
]))), 128))
|
|
933
933
|
], 2)
|
|
934
|
-
], 8,
|
|
934
|
+
], 8, gn));
|
|
935
935
|
}
|
|
936
|
-
}),
|
|
936
|
+
}), Ln = {}, On = {
|
|
937
937
|
xmlns: "http://www.w3.org/2000/svg",
|
|
938
938
|
class: "icon icon-tabler icon-tabler-pointer",
|
|
939
939
|
width: "44",
|
|
@@ -944,34 +944,34 @@ const Ys = ["aria-label"], en = ["href", "onClick"], tn = { class: "flex space-x
|
|
|
944
944
|
fill: "rgba(255,255,255,0.8)",
|
|
945
945
|
"stroke-linecap": "round",
|
|
946
946
|
"stroke-linejoin": "round"
|
|
947
|
-
},
|
|
947
|
+
}, An = /* @__PURE__ */ p("path", {
|
|
948
948
|
stroke: "none",
|
|
949
949
|
d: "M0 0h24v24H0z",
|
|
950
950
|
fill: "none"
|
|
951
|
-
}, null, -1),
|
|
952
|
-
|
|
953
|
-
|
|
951
|
+
}, null, -1), Mn = /* @__PURE__ */ p("path", { d: "M7.904 17.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l4.907 4.907a1.067 1.067 0 0 0 1.509 0l1.047 -1.047a1.067 1.067 0 0 0 0 -1.509l-4.907 -4.907l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563z" }, null, -1), Pn = [
|
|
952
|
+
An,
|
|
953
|
+
Mn
|
|
954
954
|
];
|
|
955
|
-
function
|
|
956
|
-
return a(),
|
|
955
|
+
function jn(e, t) {
|
|
956
|
+
return a(), f("svg", On, Pn);
|
|
957
957
|
}
|
|
958
|
-
const
|
|
958
|
+
const _n = /* @__PURE__ */ Oe(Ln, [["render", jn]]), Tn = {}, Fn = {
|
|
959
959
|
viewBox: "0 0 18 17",
|
|
960
960
|
fill: "none",
|
|
961
961
|
xmlns: "http://www.w3.org/2000/svg"
|
|
962
|
-
},
|
|
962
|
+
}, Rn = /* @__PURE__ */ p("path", {
|
|
963
963
|
d: "M9 1.25V3.5M14.834 3.666L13.243 5.257M17.25 9.5H15M4.757 13.743L3.167 15.333M3 9.5H0.75M4.757 5.257L3.167 3.667",
|
|
964
964
|
stroke: "currentColor",
|
|
965
965
|
"stroke-width": "1",
|
|
966
966
|
"stroke-linecap": "round",
|
|
967
967
|
"stroke-linejoin": "round"
|
|
968
|
-
}, null, -1),
|
|
969
|
-
|
|
968
|
+
}, null, -1), Dn = [
|
|
969
|
+
Rn
|
|
970
970
|
];
|
|
971
|
-
function
|
|
972
|
-
return a(),
|
|
971
|
+
function En(e, t) {
|
|
972
|
+
return a(), f("svg", Fn, Dn);
|
|
973
973
|
}
|
|
974
|
-
const
|
|
974
|
+
const Un = /* @__PURE__ */ Oe(Tn, [["render", En]]), qn = { class: "relative aspect-square w-full h-full max-w-[250px] mx-auto mb-8 border-t border-r border-outline-3 select-none" }, Wn = { class: "w-full h-full overflow-hidden" }, Lo = /* @__PURE__ */ P({
|
|
975
975
|
__name: "Instructional",
|
|
976
976
|
props: {
|
|
977
977
|
actions: Array,
|
|
@@ -981,9 +981,9 @@ const En = /* @__PURE__ */ Oe(Tn, [["render", Dn]]), Un = { class: "relative asp
|
|
|
981
981
|
slotsConfig: Array
|
|
982
982
|
},
|
|
983
983
|
setup(e) {
|
|
984
|
-
const t = e, i = L(!0), s = L({ ...t.initialPosition }), o = L(!1),
|
|
984
|
+
const t = e, i = L(!0), s = L({ ...t.initialPosition }), o = L(!1), n = L(500), h = L(!0), m = L(t.slotsConfig || []);
|
|
985
985
|
async function u(g) {
|
|
986
|
-
await
|
|
986
|
+
await rs(g.duration);
|
|
987
987
|
}
|
|
988
988
|
function r(g) {
|
|
989
989
|
const y = m.value.find((x) => x.name === g.slot);
|
|
@@ -992,7 +992,7 @@ const En = /* @__PURE__ */ Oe(Tn, [["render", Dn]]), Un = { class: "relative asp
|
|
|
992
992
|
function v(g) {
|
|
993
993
|
switch (g.type) {
|
|
994
994
|
case "animation":
|
|
995
|
-
s.value = { top: g.top, left: g.left },
|
|
995
|
+
s.value = { top: g.top, left: g.left }, n.value = g.duration;
|
|
996
996
|
break;
|
|
997
997
|
case "click":
|
|
998
998
|
o.value = !0, setTimeout(() => o.value = !1, 500);
|
|
@@ -1015,24 +1015,24 @@ const En = /* @__PURE__ */ Oe(Tn, [["render", Dn]]), Un = { class: "relative asp
|
|
|
1015
1015
|
})();
|
|
1016
1016
|
}), qe(() => {
|
|
1017
1017
|
i.value = !1;
|
|
1018
|
-
}), (g, y) => (a(),
|
|
1019
|
-
|
|
1018
|
+
}), (g, y) => (a(), f("div", qn, [
|
|
1019
|
+
p("div", {
|
|
1020
1020
|
class: "absolute z-50 text-foreground dark:text-foundation",
|
|
1021
1021
|
style: Y({
|
|
1022
1022
|
transitionProperty: "all",
|
|
1023
1023
|
top: s.value.top + "%",
|
|
1024
1024
|
left: s.value.left + "%",
|
|
1025
|
-
transitionDuration:
|
|
1025
|
+
transitionDuration: n.value + "ms"
|
|
1026
1026
|
})
|
|
1027
1027
|
}, [
|
|
1028
|
-
V(
|
|
1028
|
+
V(Un, {
|
|
1029
1029
|
class: b(["absolute -top-5 -left-4 h-12 w-12 -rotate-12 text-foreground", [{ hidden: !o.value }]])
|
|
1030
1030
|
}, null, 8, ["class"]),
|
|
1031
|
-
V(
|
|
1031
|
+
V(_n, { class: "absolute inset-0 h-11 w-11" })
|
|
1032
1032
|
], 4),
|
|
1033
|
-
|
|
1033
|
+
p("div", Wn, [
|
|
1034
1034
|
R(g.$slots, "background"),
|
|
1035
|
-
(a(!0),
|
|
1035
|
+
(a(!0), f(H, null, G(m.value, (x) => (a(), f(H, {
|
|
1036
1036
|
key: x.name
|
|
1037
1037
|
}, [
|
|
1038
1038
|
x.visible ? R(g.$slots, x.name, { key: 0 }) : I("", !0)
|
|
@@ -1040,7 +1040,7 @@ const En = /* @__PURE__ */ Oe(Tn, [["render", Dn]]), Un = { class: "relative asp
|
|
|
1040
1040
|
])
|
|
1041
1041
|
]));
|
|
1042
1042
|
}
|
|
1043
|
-
}),
|
|
1043
|
+
}), Hn = ["disabled"], Oo = /* @__PURE__ */ P({
|
|
1044
1044
|
__name: "CardButton",
|
|
1045
1045
|
props: {
|
|
1046
1046
|
disabled: { type: Boolean },
|
|
@@ -1056,30 +1056,30 @@ const En = /* @__PURE__ */ Oe(Tn, [["render", Dn]]), Un = { class: "relative asp
|
|
|
1056
1056
|
return s.disabled ? h.push("bg-foundation-disabled text-foreground-2 cursor-not-allowed") : (h.push(
|
|
1057
1057
|
s.modelValue ? "bg-primary-focus text-foreground-on-primary" : "bg-foundation text-foreground"
|
|
1058
1058
|
), h.push("ring-outline-2 hover:ring-4")), h.join(" ");
|
|
1059
|
-
}),
|
|
1059
|
+
}), n = (h) => {
|
|
1060
1060
|
if (s.disabled) {
|
|
1061
1061
|
h.preventDefault(), h.stopPropagation(), h.stopImmediatePropagation();
|
|
1062
1062
|
return;
|
|
1063
1063
|
}
|
|
1064
1064
|
i("update:modelValue", !s.modelValue), i("click", h);
|
|
1065
1065
|
};
|
|
1066
|
-
return (h, m) => (a(),
|
|
1066
|
+
return (h, m) => (a(), f("button", {
|
|
1067
1067
|
class: b(o.value),
|
|
1068
1068
|
disabled: e.disabled,
|
|
1069
|
-
onClick:
|
|
1069
|
+
onClick: n
|
|
1070
1070
|
}, [
|
|
1071
1071
|
R(h.$slots, "default", {}, () => [
|
|
1072
1072
|
D("Text")
|
|
1073
1073
|
])
|
|
1074
|
-
], 10,
|
|
1074
|
+
], 10, Hn));
|
|
1075
1075
|
}
|
|
1076
|
-
}),
|
|
1076
|
+
}), Kn = { class: "relative flex items-start" }, Gn = { class: "flex h-6 items-center" }, Xn = ["id", "checked", "aria-describedby", "name", "disabled", "value"], Zn = {
|
|
1077
1077
|
class: "ml-2 text-sm",
|
|
1078
1078
|
style: { "padding-top": "2px" }
|
|
1079
|
-
},
|
|
1079
|
+
}, Nn = ["for"], Qn = {
|
|
1080
1080
|
key: 0,
|
|
1081
1081
|
class: "text-danger ml-1"
|
|
1082
|
-
},
|
|
1082
|
+
}, Jn = ["id"], Ao = /* @__PURE__ */ P({
|
|
1083
1083
|
inheritAttrs: !1,
|
|
1084
1084
|
__name: "Checkbox",
|
|
1085
1085
|
props: {
|
|
@@ -1170,7 +1170,7 @@ const En = /* @__PURE__ */ Oe(Tn, [["render", Dn]]), Un = { class: "relative asp
|
|
|
1170
1170
|
setup(e) {
|
|
1171
1171
|
const t = e, i = (k) => `${k}-${Ve()}`, s = c(() => t.value || t.name), {
|
|
1172
1172
|
checked: o,
|
|
1173
|
-
errorMessage:
|
|
1173
|
+
errorMessage: n,
|
|
1174
1174
|
handleChange: h,
|
|
1175
1175
|
value: m
|
|
1176
1176
|
} = Be(t.name, t.rules, {
|
|
@@ -1178,51 +1178,51 @@ const En = /* @__PURE__ */ Oe(Tn, [["render", Dn]]), Un = { class: "relative asp
|
|
|
1178
1178
|
type: "checkbox",
|
|
1179
1179
|
checkedValue: s,
|
|
1180
1180
|
initialValue: t.modelValue || void 0
|
|
1181
|
-
}), u = c(() => t.label || t.name), r = c(() =>
|
|
1181
|
+
}), u = c(() => t.label || t.name), r = c(() => n.value ? "border-danger-lighter" : "border-foreground-4 "), v = c(() => t.description || n.value), g = c(() => `${t.name}-description`), y = c(() => {
|
|
1182
1182
|
const k = [];
|
|
1183
|
-
return t.inlineDescription ? k.push("inline ml-2") : k.push("block"),
|
|
1183
|
+
return t.inlineDescription ? k.push("inline ml-2") : k.push("block"), n.value ? k.push("text-danger") : k.push("text-foreground-2"), k.join(" ");
|
|
1184
1184
|
}), x = L(i("checkbox")), d = c(() => t.id || x.value), B = (k) => {
|
|
1185
1185
|
t.disabled || h(k);
|
|
1186
1186
|
};
|
|
1187
1187
|
return ae(() => {
|
|
1188
|
-
const k = t.modelValue, $ = m.value, S = Array.isArray(k) ? k.includes(t.value) : k === t.value,
|
|
1189
|
-
S !==
|
|
1190
|
-
}), (k, $) => (a(),
|
|
1191
|
-
|
|
1192
|
-
|
|
1188
|
+
const k = t.modelValue, $ = m.value, S = Array.isArray(k) ? k.includes(t.value) : k === t.value, T = Array.isArray($) ? $.includes(t.value) : $ === t.value;
|
|
1189
|
+
S !== T && h(k);
|
|
1190
|
+
}), (k, $) => (a(), f("div", Kn, [
|
|
1191
|
+
p("div", Gn, [
|
|
1192
|
+
p("input", ie({
|
|
1193
1193
|
id: d.value,
|
|
1194
|
-
checked:
|
|
1194
|
+
checked: l(o),
|
|
1195
1195
|
"aria-describedby": g.value,
|
|
1196
1196
|
name: e.name,
|
|
1197
1197
|
disabled: e.disabled,
|
|
1198
1198
|
value: s.value,
|
|
1199
1199
|
type: "checkbox",
|
|
1200
1200
|
class: ["h-4 w-4 rounded text-primary focus:ring-primary bg-foundation disabled:cursor-not-allowed disabled:bg-disabled disabled:text-disabled-2", r.value]
|
|
1201
|
-
}, k.$attrs, { onChange: B }), null, 16,
|
|
1201
|
+
}, k.$attrs, { onChange: B }), null, 16, Xn)
|
|
1202
1202
|
]),
|
|
1203
|
-
|
|
1204
|
-
|
|
1203
|
+
p("div", Zn, [
|
|
1204
|
+
p("label", {
|
|
1205
1205
|
for: d.value,
|
|
1206
1206
|
class: b(["font-medium text-foreground", { "sr-only": e.hideLabel }])
|
|
1207
1207
|
}, [
|
|
1208
|
-
|
|
1209
|
-
e.showRequired ? (a(),
|
|
1210
|
-
], 10,
|
|
1211
|
-
v.value ? (a(),
|
|
1208
|
+
p("span", null, z(u.value), 1),
|
|
1209
|
+
e.showRequired ? (a(), f("span", Qn, "*")) : I("", !0)
|
|
1210
|
+
], 10, Nn),
|
|
1211
|
+
v.value ? (a(), f("p", {
|
|
1212
1212
|
key: 0,
|
|
1213
1213
|
id: g.value,
|
|
1214
1214
|
class: b(y.value)
|
|
1215
|
-
}, z(v.value), 11,
|
|
1215
|
+
}, z(v.value), 11, Jn)) : I("", !0)
|
|
1216
1216
|
])
|
|
1217
1217
|
]));
|
|
1218
1218
|
}
|
|
1219
|
-
}),
|
|
1219
|
+
}), Yn = { class: "flex h-6 items-center" }, el = ["id", "checked", "aria-describedby", "name", "disabled", "value"], tl = ["for"], sl = {
|
|
1220
1220
|
key: 0,
|
|
1221
1221
|
class: "text-sm"
|
|
1222
|
-
},
|
|
1222
|
+
}, nl = { class: "flex flex-col" }, ll = ["id"], al = {
|
|
1223
1223
|
key: 1,
|
|
1224
1224
|
class: "text-danger ml-1"
|
|
1225
|
-
},
|
|
1225
|
+
}, ol = ["id"], Mo = /* @__PURE__ */ P({
|
|
1226
1226
|
inheritAttrs: !1,
|
|
1227
1227
|
__name: "Radio",
|
|
1228
1228
|
props: {
|
|
@@ -1320,7 +1320,7 @@ const En = /* @__PURE__ */ Oe(Tn, [["render", Dn]]), Un = { class: "relative asp
|
|
|
1320
1320
|
setup(e) {
|
|
1321
1321
|
const t = e, i = (k) => `${k}-${Ve()}`, s = c(() => t.value || t.name), {
|
|
1322
1322
|
checked: o,
|
|
1323
|
-
errorMessage:
|
|
1323
|
+
errorMessage: n,
|
|
1324
1324
|
handleChange: h,
|
|
1325
1325
|
value: m
|
|
1326
1326
|
} = Be(t.name, t.rules, {
|
|
@@ -1328,67 +1328,67 @@ const En = /* @__PURE__ */ Oe(Tn, [["render", Dn]]), Un = { class: "relative asp
|
|
|
1328
1328
|
type: "radio",
|
|
1329
1329
|
checkedValue: s,
|
|
1330
1330
|
initialValue: t.modelValue || void 0
|
|
1331
|
-
}), u = c(() => t.label || t.name), r = c(() =>
|
|
1331
|
+
}), u = c(() => t.label || t.name), r = c(() => n.value ? "border-danger-lighter" : "border-foreground-4 "), v = c(() => t.description || n.value), g = c(() => `${t.name}-description`), y = c(() => {
|
|
1332
1332
|
const k = ["text-xs"];
|
|
1333
|
-
return
|
|
1333
|
+
return n.value ? k.push("text-danger") : k.push("text-foreground-2"), k.join(" ");
|
|
1334
1334
|
}), x = L(i("radio")), d = c(() => t.id || x.value), B = (k) => {
|
|
1335
1335
|
t.disabled || h(k);
|
|
1336
1336
|
};
|
|
1337
1337
|
return ae(() => {
|
|
1338
|
-
const k = t.modelValue, $ = m.value, S = Array.isArray(k) ? k.includes(t.value) : k === t.value,
|
|
1339
|
-
S !==
|
|
1340
|
-
}), (k, $) => (a(),
|
|
1338
|
+
const k = t.modelValue, $ = m.value, S = Array.isArray(k) ? k.includes(t.value) : k === t.value, T = Array.isArray($) ? $.includes(t.value) : $ === t.value;
|
|
1339
|
+
S !== T && h(k);
|
|
1340
|
+
}), (k, $) => (a(), f("div", {
|
|
1341
1341
|
class: b(["relative flex gap-2 mb-2 last:mb-0", e.description && e.inlineDescription ? "items-start" : "items-center"])
|
|
1342
1342
|
}, [
|
|
1343
|
-
|
|
1344
|
-
|
|
1343
|
+
p("div", Yn, [
|
|
1344
|
+
p("input", ie({
|
|
1345
1345
|
id: d.value,
|
|
1346
|
-
checked:
|
|
1346
|
+
checked: l(o),
|
|
1347
1347
|
"aria-describedby": g.value,
|
|
1348
1348
|
name: e.name,
|
|
1349
1349
|
disabled: e.disabled,
|
|
1350
1350
|
value: s.value,
|
|
1351
1351
|
type: "radio",
|
|
1352
1352
|
class: ["h-4 w-4 rounded-full text-primary focus:ring-primary bg-foundation disabled:cursor-not-allowed disabled:bg-disabled disabled:text-disabled-2", r.value]
|
|
1353
|
-
}, k.$attrs, { onChange: B }), null, 16,
|
|
1353
|
+
}, k.$attrs, { onChange: B }), null, 16, el)
|
|
1354
1354
|
]),
|
|
1355
|
-
|
|
1355
|
+
p("div", {
|
|
1356
1356
|
class: b(["text-xs sm:text-sm", e.inlineDescription ? "flex gap-2 items-center" : ""])
|
|
1357
1357
|
}, [
|
|
1358
|
-
|
|
1358
|
+
p("label", {
|
|
1359
1359
|
for: d.value,
|
|
1360
1360
|
class: b(["text-foreground flex gap-2 items-center", { "sr-only": e.hideLabel }])
|
|
1361
1361
|
}, [
|
|
1362
|
-
e.icon ? (a(),
|
|
1362
|
+
e.icon ? (a(), f("div", sl, [
|
|
1363
1363
|
(a(), O(Q(e.icon), { class: "h-8 sm:h-10 w-8 sm:w-10" }))
|
|
1364
1364
|
])) : I("", !0),
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
v.value && !e.inlineDescription ? (a(),
|
|
1365
|
+
p("div", nl, [
|
|
1366
|
+
p("span", null, z(u.value), 1),
|
|
1367
|
+
v.value && !e.inlineDescription ? (a(), f("p", {
|
|
1368
1368
|
key: 0,
|
|
1369
1369
|
id: g.value,
|
|
1370
1370
|
class: b(y.value)
|
|
1371
|
-
}, z(v.value), 11,
|
|
1371
|
+
}, z(v.value), 11, ll)) : I("", !0)
|
|
1372
1372
|
]),
|
|
1373
|
-
e.showRequired ? (a(),
|
|
1374
|
-
], 10,
|
|
1375
|
-
v.value && e.inlineDescription ? (a(),
|
|
1373
|
+
e.showRequired ? (a(), f("span", al, "*")) : I("", !0)
|
|
1374
|
+
], 10, tl),
|
|
1375
|
+
v.value && e.inlineDescription ? (a(), f("p", {
|
|
1376
1376
|
key: 0,
|
|
1377
1377
|
id: g.value,
|
|
1378
1378
|
class: b(y.value)
|
|
1379
|
-
}, z(v.value), 11,
|
|
1379
|
+
}, z(v.value), 11, ol)) : I("", !0)
|
|
1380
1380
|
], 2)
|
|
1381
1381
|
], 2));
|
|
1382
1382
|
}
|
|
1383
1383
|
});
|
|
1384
1384
|
function Ze(e) {
|
|
1385
|
-
const { props: t, inputEl: i, emit: s, options: o } = e, { value:
|
|
1386
|
-
validateOnMount:
|
|
1387
|
-
validateOnValueUpdate:
|
|
1388
|
-
initialValue:
|
|
1385
|
+
const { props: t, inputEl: i, emit: s, options: o } = e, { value: n, errorMessage: h } = Be(t.name, t.rules, {
|
|
1386
|
+
validateOnMount: l(t.validateOnMount),
|
|
1387
|
+
validateOnValueUpdate: l(t.validateOnValueUpdate),
|
|
1388
|
+
initialValue: l(t.modelValue) || void 0
|
|
1389
1389
|
}), m = c(() => {
|
|
1390
1390
|
const M = ["block label text-foreground-2 mb-2"];
|
|
1391
|
-
return
|
|
1391
|
+
return l(t.showLabel) || M.push("sr-only"), M.join(" ");
|
|
1392
1392
|
}), u = c(() => [
|
|
1393
1393
|
"focus:outline-none disabled:cursor-not-allowed disabled:bg-foundation-disabled",
|
|
1394
1394
|
"disabled:text-disabled-muted placeholder:text-foreground-2",
|
|
@@ -1401,43 +1401,43 @@ function Ze(e) {
|
|
|
1401
1401
|
h.value ? M.push(
|
|
1402
1402
|
"focus:border-danger focus:ring-danger border-2 border-danger text-danger-darker"
|
|
1403
1403
|
) : M.push("border-0 focus:ring-2 focus:ring-outline-2");
|
|
1404
|
-
const w =
|
|
1404
|
+
const w = l(t.color);
|
|
1405
1405
|
return w === "foundation" ? M.push("bg-foundation shadow-sm hover:shadow") : w === "transparent" ? M.push("bg-transparent") : M.push("bg-foundation-page"), M.join(" ");
|
|
1406
|
-
}), v = L(Ve()), g = c(() =>
|
|
1406
|
+
}), v = L(Ve()), g = c(() => l(t.label) || l(t.name)), y = c(() => {
|
|
1407
1407
|
const M = h.value;
|
|
1408
|
-
return !M || !
|
|
1408
|
+
return !M || !l(t.useLabelInErrors) ? M : M.replace("Value", g.value);
|
|
1409
1409
|
}), x = c(
|
|
1410
|
-
() => y.value &&
|
|
1411
|
-
), d = c(() => y.value ||
|
|
1412
|
-
() => B.value ? `${
|
|
1410
|
+
() => y.value && l(t.hideErrorMessage)
|
|
1411
|
+
), d = c(() => y.value || l(t.help)), B = c(() => !!d.value), k = c(
|
|
1412
|
+
() => B.value ? `${l(t.name)}-${v.value}` : void 0
|
|
1413
1413
|
), $ = c(() => {
|
|
1414
1414
|
const M = ["mt-2 text-xs sm:text-sm"];
|
|
1415
1415
|
return M.push(h.value ? "text-danger" : "text-foreground-2"), M.join(" ");
|
|
1416
1416
|
}), S = () => {
|
|
1417
1417
|
var M;
|
|
1418
1418
|
(M = i.value) == null || M.focus();
|
|
1419
|
-
},
|
|
1419
|
+
}, T = () => {
|
|
1420
1420
|
var M;
|
|
1421
|
-
|
|
1421
|
+
n.value = N(n.value) ? [] : "", (M = o == null ? void 0 : o.customClear) == null || M.call(o), s("change", { value: n.value }), s("clear");
|
|
1422
1422
|
};
|
|
1423
1423
|
return ae(() => {
|
|
1424
|
-
|
|
1424
|
+
l(t.autoFocus) && S();
|
|
1425
1425
|
}), {
|
|
1426
1426
|
coreInputClasses: u,
|
|
1427
1427
|
coreClasses: r,
|
|
1428
1428
|
title: g,
|
|
1429
|
-
value:
|
|
1429
|
+
value: n,
|
|
1430
1430
|
helpTipId: k,
|
|
1431
1431
|
helpTipClasses: $,
|
|
1432
1432
|
helpTip: d,
|
|
1433
1433
|
hideHelpTip: x,
|
|
1434
1434
|
errorMessage: y,
|
|
1435
|
-
clear:
|
|
1435
|
+
clear: T,
|
|
1436
1436
|
focus: S,
|
|
1437
1437
|
labelClasses: m
|
|
1438
1438
|
};
|
|
1439
1439
|
}
|
|
1440
|
-
const
|
|
1440
|
+
const rl = ["for"], il = { class: "relative" }, ul = ["id", "name", "placeholder", "disabled", "aria-invalid", "aria-describedby"], cl = /* @__PURE__ */ p("span", { class: "text-xs sr-only" }, "Clear input", -1), dl = ["id"], Po = /* @__PURE__ */ P({
|
|
1441
1441
|
__name: "TextArea",
|
|
1442
1442
|
props: {
|
|
1443
1443
|
name: null,
|
|
@@ -1460,7 +1460,7 @@ const ol = ["for"], rl = { class: "relative" }, il = ["id", "name", "placeholder
|
|
|
1460
1460
|
},
|
|
1461
1461
|
emits: ["update:modelValue", "change", "input", "clear"],
|
|
1462
1462
|
setup(e, { expose: t, emit: i }) {
|
|
1463
|
-
const s = i, o = e,
|
|
1463
|
+
const s = i, o = e, n = L(null), {
|
|
1464
1464
|
coreClasses: h,
|
|
1465
1465
|
title: m,
|
|
1466
1466
|
value: u,
|
|
@@ -1474,86 +1474,86 @@ const ol = ["for"], rl = { class: "relative" }, il = ["id", "name", "placeholder
|
|
|
1474
1474
|
} = Ze({
|
|
1475
1475
|
props: le(o),
|
|
1476
1476
|
emit: s,
|
|
1477
|
-
inputEl:
|
|
1477
|
+
inputEl: n
|
|
1478
1478
|
}), k = c(() => {
|
|
1479
1479
|
const $ = ["pl-2"];
|
|
1480
1480
|
return o.showClear && y.value ? $.push("pr-12") : (o.showClear || y.value) && $.push("pr-8"), $.join(" ");
|
|
1481
1481
|
});
|
|
1482
|
-
return t({ focus: B }), ($, S) => (a(),
|
|
1482
|
+
return t({ focus: B }), ($, S) => (a(), f("div", {
|
|
1483
1483
|
class: b([e.fullWidth ? "w-full" : ""])
|
|
1484
1484
|
}, [
|
|
1485
|
-
|
|
1485
|
+
p("label", {
|
|
1486
1486
|
for: e.name,
|
|
1487
|
-
class: b(
|
|
1487
|
+
class: b(l(x))
|
|
1488
1488
|
}, [
|
|
1489
|
-
|
|
1490
|
-
], 10,
|
|
1491
|
-
|
|
1492
|
-
|
|
1489
|
+
p("span", null, z(l(m)), 1)
|
|
1490
|
+
], 10, rl),
|
|
1491
|
+
p("div", il, [
|
|
1492
|
+
ue(p("textarea", ie({
|
|
1493
1493
|
id: e.name,
|
|
1494
1494
|
ref_key: "inputElement",
|
|
1495
|
-
ref:
|
|
1496
|
-
"onUpdate:modelValue": S[0] || (S[0] = (
|
|
1495
|
+
ref: n,
|
|
1496
|
+
"onUpdate:modelValue": S[0] || (S[0] = (T) => Se(u) ? u.value = T : null),
|
|
1497
1497
|
name: e.name,
|
|
1498
1498
|
class: [
|
|
1499
|
-
|
|
1499
|
+
l(h),
|
|
1500
1500
|
k.value,
|
|
1501
1501
|
e.textareaClasses || "",
|
|
1502
1502
|
"min-h-[3rem] simple-scrollbar text-sm"
|
|
1503
1503
|
],
|
|
1504
1504
|
placeholder: e.placeholder,
|
|
1505
1505
|
disabled: e.disabled,
|
|
1506
|
-
"aria-invalid":
|
|
1507
|
-
"aria-describedby":
|
|
1506
|
+
"aria-invalid": l(y) ? "true" : "false",
|
|
1507
|
+
"aria-describedby": l(r)
|
|
1508
1508
|
}, $.$attrs, {
|
|
1509
|
-
onChange: S[1] || (S[1] = (
|
|
1510
|
-
onInput: S[2] || (S[2] = (
|
|
1511
|
-
}), null, 16,
|
|
1512
|
-
[We,
|
|
1509
|
+
onChange: S[1] || (S[1] = (T) => $.$emit("change", { event: T, value: l(u) })),
|
|
1510
|
+
onInput: S[2] || (S[2] = (T) => $.$emit("input", { event: T, value: l(u) }))
|
|
1511
|
+
}), null, 16, ul), [
|
|
1512
|
+
[We, l(u)]
|
|
1513
1513
|
]),
|
|
1514
|
-
e.showClear ? (a(),
|
|
1514
|
+
e.showClear ? (a(), f("a", {
|
|
1515
1515
|
key: 0,
|
|
1516
1516
|
title: "Clear input",
|
|
1517
1517
|
class: "absolute top-2 right-0 flex items-center pr-2 cursor-pointer",
|
|
1518
1518
|
onClick: S[3] || (S[3] = //@ts-ignore
|
|
1519
|
-
(...
|
|
1519
|
+
(...T) => l(d) && l(d)(...T)),
|
|
1520
1520
|
onKeydown: S[4] || (S[4] = //@ts-ignore
|
|
1521
|
-
(...
|
|
1521
|
+
(...T) => l(d) && l(d)(...T))
|
|
1522
1522
|
}, [
|
|
1523
|
-
|
|
1524
|
-
V(
|
|
1523
|
+
cl,
|
|
1524
|
+
V(l(xe), {
|
|
1525
1525
|
class: "h-5 w-5 text-foreground",
|
|
1526
1526
|
"aria-hidden": "true"
|
|
1527
1527
|
})
|
|
1528
1528
|
], 32)) : I("", !0),
|
|
1529
|
-
|
|
1529
|
+
l(y) ? (a(), f("div", {
|
|
1530
1530
|
key: 1,
|
|
1531
1531
|
class: b([
|
|
1532
1532
|
"pointer-events-none absolute inset-y-0 right-0 flex items-start mt-2",
|
|
1533
1533
|
e.showClear ? "pr-8" : "pr-2"
|
|
1534
1534
|
])
|
|
1535
1535
|
}, [
|
|
1536
|
-
V(
|
|
1536
|
+
V(l(ze), {
|
|
1537
1537
|
class: "h-4 w-4 text-danger",
|
|
1538
1538
|
"aria-hidden": "true"
|
|
1539
1539
|
})
|
|
1540
1540
|
], 2)) : I("", !0),
|
|
1541
|
-
e.showRequired && !
|
|
1541
|
+
e.showRequired && !l(y) ? (a(), f("div", {
|
|
1542
1542
|
key: 2,
|
|
1543
1543
|
class: b(["pointer-events-none absolute inset-y-0 mt-0.5 text-4xl right-0 flex items-start text-danger opacity-50", [e.showClear ? "pr-8" : "pr-2"]])
|
|
1544
1544
|
}, " * ", 2)) : I("", !0)
|
|
1545
1545
|
]),
|
|
1546
|
-
|
|
1546
|
+
l(r) ? (a(), f("p", {
|
|
1547
1547
|
key: 0,
|
|
1548
|
-
id:
|
|
1549
|
-
class: b(
|
|
1550
|
-
}, z(
|
|
1548
|
+
id: l(r),
|
|
1549
|
+
class: b(l(v))
|
|
1550
|
+
}, z(l(g)), 11, dl)) : I("", !0)
|
|
1551
1551
|
], 2));
|
|
1552
1552
|
}
|
|
1553
|
-
}),
|
|
1553
|
+
}), fl = ["for"], pl = { class: "relative" }, ml = {
|
|
1554
1554
|
key: 0,
|
|
1555
1555
|
class: "pointer-events-none absolute inset-y-0 left-0 flex items-center pl-2"
|
|
1556
|
-
},
|
|
1556
|
+
}, hl = ["id", "type", "name", "placeholder", "disabled", "aria-invalid", "aria-describedby"], vl = /* @__PURE__ */ p("span", { class: "text-xs sr-only" }, "Clear input", -1), gl = ["id"], bl = /* @__PURE__ */ P({
|
|
1557
1557
|
inheritAttrs: !1,
|
|
1558
1558
|
__name: "TextInput",
|
|
1559
1559
|
props: {
|
|
@@ -1690,7 +1690,7 @@ const ol = ["for"], rl = { class: "relative" }, il = ["id", "name", "placeholder
|
|
|
1690
1690
|
},
|
|
1691
1691
|
emits: ["update:modelValue", "change", "input", "clear", "focus", "blur"],
|
|
1692
1692
|
setup(e, { expose: t, emit: i }) {
|
|
1693
|
-
const s = e, o = i,
|
|
1693
|
+
const s = e, o = i, n = He(), h = L(null), {
|
|
1694
1694
|
coreClasses: m,
|
|
1695
1695
|
title: u,
|
|
1696
1696
|
value: r,
|
|
@@ -1709,11 +1709,11 @@ const ol = ["for"], rl = { class: "relative" }, il = ["id", "name", "placeholder
|
|
|
1709
1709
|
}), S = c(() => {
|
|
1710
1710
|
const E = ["h-5 w-5"];
|
|
1711
1711
|
return d.value ? E.push("text-danger") : E.push("text-foreground-2"), E.join(" ");
|
|
1712
|
-
}),
|
|
1712
|
+
}), T = c(
|
|
1713
1713
|
() => ["email", "password"].includes(s.type) || s.customIcon
|
|
1714
1714
|
), M = c(() => {
|
|
1715
1715
|
const E = [];
|
|
1716
|
-
return
|
|
1716
|
+
return T.value ? E.push("pl-8") : E.push("pl-2"), n["input-right"] || (d.value || s.showClear) && (d.value && s.showClear ? E.push("pr-12") : E.push("pr-8")), E.join(" ");
|
|
1717
1717
|
}), w = c(() => {
|
|
1718
1718
|
switch (s.size) {
|
|
1719
1719
|
case "sm":
|
|
@@ -1727,111 +1727,111 @@ const ol = ["for"], rl = { class: "relative" }, il = ["id", "name", "placeholder
|
|
|
1727
1727
|
return "h-8 text-sm";
|
|
1728
1728
|
}
|
|
1729
1729
|
});
|
|
1730
|
-
return t({ focus: k }), (E, q) => (a(),
|
|
1730
|
+
return t({ focus: k }), (E, q) => (a(), f("div", {
|
|
1731
1731
|
class: b([e.fullWidth ? "w-full" : "", e.wrapperClasses])
|
|
1732
1732
|
}, [
|
|
1733
|
-
|
|
1733
|
+
p("label", {
|
|
1734
1734
|
for: e.name,
|
|
1735
|
-
class: b(
|
|
1735
|
+
class: b(l($))
|
|
1736
1736
|
}, [
|
|
1737
|
-
|
|
1738
|
-
], 10,
|
|
1739
|
-
|
|
1740
|
-
|
|
1737
|
+
p("span", null, z(l(u)), 1)
|
|
1738
|
+
], 10, fl),
|
|
1739
|
+
p("div", pl, [
|
|
1740
|
+
T.value ? (a(), f("div", ml, [
|
|
1741
1741
|
e.customIcon ? (a(), O(Q(e.customIcon), {
|
|
1742
1742
|
key: 0,
|
|
1743
1743
|
class: b(S.value),
|
|
1744
1744
|
"aria-hidden": "true"
|
|
1745
|
-
}, null, 8, ["class"])) : e.type === "email" ? (a(), O(
|
|
1745
|
+
}, null, 8, ["class"])) : e.type === "email" ? (a(), O(l(ns), {
|
|
1746
1746
|
key: 1,
|
|
1747
1747
|
class: b(S.value),
|
|
1748
1748
|
"aria-hidden": "true"
|
|
1749
|
-
}, null, 8, ["class"])) : e.type === "password" ? (a(), O(
|
|
1749
|
+
}, null, 8, ["class"])) : e.type === "password" ? (a(), O(l(ls), {
|
|
1750
1750
|
key: 2,
|
|
1751
1751
|
class: b(S.value),
|
|
1752
1752
|
"aria-hidden": "true"
|
|
1753
1753
|
}, null, 8, ["class"])) : I("", !0)
|
|
1754
1754
|
])) : I("", !0),
|
|
1755
|
-
|
|
1755
|
+
ue(p("input", ie({
|
|
1756
1756
|
id: e.name,
|
|
1757
1757
|
ref_key: "inputElement",
|
|
1758
1758
|
ref: h,
|
|
1759
1759
|
"onUpdate:modelValue": q[0] || (q[0] = (U) => Se(r) ? r.value = U : null),
|
|
1760
1760
|
type: e.type,
|
|
1761
1761
|
name: e.name,
|
|
1762
|
-
class: [
|
|
1762
|
+
class: [l(m), M.value, w.value, e.inputClasses || ""],
|
|
1763
1763
|
placeholder: e.placeholder,
|
|
1764
1764
|
disabled: e.disabled,
|
|
1765
|
-
"aria-invalid":
|
|
1766
|
-
"aria-describedby":
|
|
1765
|
+
"aria-invalid": l(d) ? "true" : "false",
|
|
1766
|
+
"aria-describedby": l(v),
|
|
1767
1767
|
role: "textbox"
|
|
1768
1768
|
}, E.$attrs, {
|
|
1769
|
-
onChange: q[1] || (q[1] = (U) => E.$emit("change", { event: U, value:
|
|
1770
|
-
onInput: q[2] || (q[2] = (U) => E.$emit("input", { event: U, value:
|
|
1769
|
+
onChange: q[1] || (q[1] = (U) => E.$emit("change", { event: U, value: l(r) })),
|
|
1770
|
+
onInput: q[2] || (q[2] = (U) => E.$emit("input", { event: U, value: l(r) })),
|
|
1771
1771
|
onFocus: q[3] || (q[3] = (U) => E.$emit("focus")),
|
|
1772
1772
|
onBlur: q[4] || (q[4] = (U) => E.$emit("blur"))
|
|
1773
|
-
}), null, 16,
|
|
1774
|
-
[Lt,
|
|
1773
|
+
}), null, 16, hl), [
|
|
1774
|
+
[Lt, l(r)]
|
|
1775
1775
|
]),
|
|
1776
1776
|
R(E.$slots, "input-right", {}, () => [
|
|
1777
|
-
e.showClear ? (a(),
|
|
1777
|
+
e.showClear ? (a(), f("a", {
|
|
1778
1778
|
key: 0,
|
|
1779
1779
|
title: "Clear input",
|
|
1780
1780
|
class: "absolute inset-y-0 right-0 flex items-center pr-2 cursor-pointer",
|
|
1781
1781
|
onClick: q[5] || (q[5] = //@ts-ignore
|
|
1782
|
-
(...U) =>
|
|
1782
|
+
(...U) => l(B) && l(B)(...U)),
|
|
1783
1783
|
onKeydown: q[6] || (q[6] = //@ts-ignore
|
|
1784
|
-
(...U) =>
|
|
1784
|
+
(...U) => l(B) && l(B)(...U))
|
|
1785
1785
|
}, [
|
|
1786
|
-
|
|
1787
|
-
V(
|
|
1786
|
+
vl,
|
|
1787
|
+
V(l(xe), {
|
|
1788
1788
|
class: "h-5 w-5 text-foreground",
|
|
1789
1789
|
"aria-hidden": "true"
|
|
1790
1790
|
})
|
|
1791
1791
|
], 32)) : I("", !0),
|
|
1792
|
-
|
|
1792
|
+
l(d) ? (a(), f("div", {
|
|
1793
1793
|
key: 1,
|
|
1794
1794
|
class: b([
|
|
1795
1795
|
"pointer-events-none absolute inset-y-0 right-0 flex items-center",
|
|
1796
1796
|
e.showClear ? "pr-8" : "pr-2"
|
|
1797
1797
|
])
|
|
1798
1798
|
}, [
|
|
1799
|
-
V(
|
|
1799
|
+
V(l(ze), {
|
|
1800
1800
|
class: "h-4 w-4 text-danger",
|
|
1801
1801
|
"aria-hidden": "true"
|
|
1802
1802
|
})
|
|
1803
1803
|
], 2)) : I("", !0),
|
|
1804
|
-
e.showRequired && !
|
|
1804
|
+
e.showRequired && !l(d) ? (a(), f("div", {
|
|
1805
1805
|
key: 2,
|
|
1806
1806
|
class: b(["pointer-events-none absolute inset-y-0 mt-3 text-4xl right-0 flex items-center text-danger opacity-50", [e.showClear ? "pr-8" : "pr-2"]])
|
|
1807
1807
|
}, " * ", 2)) : I("", !0)
|
|
1808
1808
|
])
|
|
1809
1809
|
]),
|
|
1810
|
-
|
|
1810
|
+
l(v) && !l(x) ? (a(), f("p", {
|
|
1811
1811
|
key: 0,
|
|
1812
|
-
id:
|
|
1813
|
-
class: b(
|
|
1814
|
-
}, z(
|
|
1812
|
+
id: l(v),
|
|
1813
|
+
class: b(l(g))
|
|
1814
|
+
}, z(l(y)), 11, gl)) : I("", !0)
|
|
1815
1815
|
], 2));
|
|
1816
1816
|
}
|
|
1817
|
-
}), xt = /^https?:\/\//, Ne = /^[\w-_.+]+@[\w-_.+]+$/,
|
|
1817
|
+
}), xt = /^https?:\/\//, Ne = /^[\w-_.+]+@[\w-_.+]+$/, yl = (e) => (e || "").match(Ne) ? !0 : "Value should be a valid e-mail address", xl = (e) => (e || "").split(",").map((s) => s.trim()).every((s) => s.match(Ne)) || "Value should be one or multiple comma-delimited e-mail addresses", kl = (e) => (ye(e) && (e = e.trim()), e ? !0 : "Value is required"), wl = (e, t) => (i, s) => i === s.form[e] ? !0 : `Value must be the same as in field '${t || e}'`, Cl = (e) => (t) => {
|
|
1818
1818
|
const { minLength: i, maxLength: s } = e;
|
|
1819
|
-
return t =
|
|
1820
|
-
},
|
|
1819
|
+
return t = is(t) ? "" : t, ye(t) ? !be(i) && t.length < i ? `Value needs to be at least ${i} characters long` : !be(s) && t.length > s ? `Value needs to be no more than ${s} characters long` : !0 : "Value should be a text string";
|
|
1820
|
+
}, $l = (e) => (t) => {
|
|
1821
1821
|
const { match: i, message: s } = e;
|
|
1822
1822
|
return ye(t) ? i ? ye(i) ? t.includes(i) ? !0 : s : i.test(t) ? !0 : s : !0 : "Value should be a text string";
|
|
1823
|
-
},
|
|
1823
|
+
}, Il = (e) => xt.test(e) ? !0 : "Value is not a valid URL", Bl = (e) => Array.isArray(e) && e.length > 0 ? !0 : "Value should have at least a single item selected", jo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1824
1824
|
__proto__: null,
|
|
1825
1825
|
VALID_EMAIL: Ne,
|
|
1826
1826
|
VALID_HTTP_URL: xt,
|
|
1827
|
-
isEmail:
|
|
1828
|
-
isItemSelected:
|
|
1829
|
-
isOneOrMultipleEmails:
|
|
1830
|
-
isRequired:
|
|
1831
|
-
isSameAs:
|
|
1832
|
-
isStringOfLength:
|
|
1833
|
-
isUrl:
|
|
1834
|
-
stringContains:
|
|
1827
|
+
isEmail: yl,
|
|
1828
|
+
isItemSelected: Bl,
|
|
1829
|
+
isOneOrMultipleEmails: xl,
|
|
1830
|
+
isRequired: kl,
|
|
1831
|
+
isSameAs: wl,
|
|
1832
|
+
isStringOfLength: Cl,
|
|
1833
|
+
isUrl: Il,
|
|
1834
|
+
stringContains: $l
|
|
1835
1835
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1836
1836
|
function kt(e) {
|
|
1837
1837
|
const {
|
|
@@ -1839,7 +1839,7 @@ function kt(e) {
|
|
|
1839
1839
|
elementToWatchForChanges: i,
|
|
1840
1840
|
itemContainer: s,
|
|
1841
1841
|
trackResize: o = !1,
|
|
1842
|
-
trackMutations:
|
|
1842
|
+
trackMutations: n = !0
|
|
1843
1843
|
} = e || {}, h = L(0), m = () => {
|
|
1844
1844
|
const u = s.value;
|
|
1845
1845
|
if (t != null && t.value || !u)
|
|
@@ -1848,11 +1848,11 @@ function kt(e) {
|
|
|
1848
1848
|
let v = 0, g = 0, y;
|
|
1849
1849
|
for (const x of r) {
|
|
1850
1850
|
const d = x.offsetTop;
|
|
1851
|
-
|
|
1851
|
+
be(y) ? (y = d, v += 1) : d === y && (v += 1), g += 1;
|
|
1852
1852
|
}
|
|
1853
1853
|
h.value = g - v;
|
|
1854
1854
|
};
|
|
1855
|
-
return o &&
|
|
1855
|
+
return o && fs(i, m), n && ps(i, m, {
|
|
1856
1856
|
childList: !0,
|
|
1857
1857
|
subtree: !0
|
|
1858
1858
|
}), {
|
|
@@ -1874,7 +1874,7 @@ function wt(e) {
|
|
|
1874
1874
|
}).hiddenItemCount;
|
|
1875
1875
|
} else
|
|
1876
1876
|
o = L(0);
|
|
1877
|
-
const
|
|
1877
|
+
const n = c({
|
|
1878
1878
|
get: () => {
|
|
1879
1879
|
var v, g;
|
|
1880
1880
|
const r = (v = t.modelValue) == null ? void 0 : v.value;
|
|
@@ -1893,41 +1893,41 @@ function wt(e) {
|
|
|
1893
1893
|
}
|
|
1894
1894
|
}), h = (r) => N(r);
|
|
1895
1895
|
return {
|
|
1896
|
-
selectedValue:
|
|
1896
|
+
selectedValue: n,
|
|
1897
1897
|
hiddenSelectedItemCount: o,
|
|
1898
1898
|
isArrayValue: h,
|
|
1899
1899
|
isMultiItemArrayValue: (r) => N(r) && r.length > 1,
|
|
1900
1900
|
firstItem: (r) => h(r) ? r[0] : r
|
|
1901
1901
|
};
|
|
1902
1902
|
}
|
|
1903
|
-
const
|
|
1904
|
-
|
|
1905
|
-
],
|
|
1903
|
+
const Sl = (e) => (Ot("data-v-89e77cae"), e = e(), At(), e), zl = /* @__PURE__ */ Sl(() => /* @__PURE__ */ p("div", { class: "swoosher relative top-0 bg-blue-500/50" }, null, -1)), Vl = [
|
|
1904
|
+
zl
|
|
1905
|
+
], Ll = /* @__PURE__ */ P({
|
|
1906
1906
|
__name: "Bar",
|
|
1907
1907
|
props: {
|
|
1908
1908
|
loading: { type: Boolean }
|
|
1909
1909
|
},
|
|
1910
1910
|
setup(e) {
|
|
1911
|
-
return (t, i) => (a(),
|
|
1911
|
+
return (t, i) => (a(), f("div", {
|
|
1912
1912
|
class: b([
|
|
1913
1913
|
"relative w-full h-1 bg-blue-500/30 text-xs text-foreground-on-primary overflow-hidden rounded-xl",
|
|
1914
1914
|
e.loading ? "opacity-100" : "opacity-0"
|
|
1915
1915
|
])
|
|
1916
|
-
},
|
|
1916
|
+
}, Vl, 2));
|
|
1917
1917
|
}
|
|
1918
1918
|
});
|
|
1919
|
-
const Qe = /* @__PURE__ */ Oe(
|
|
1919
|
+
const Qe = /* @__PURE__ */ Oe(Ll, [["__scopeId", "data-v-89e77cae"]]), Ol = { class: "flex items-center justify-between w-full" }, Al = { class: "block truncate grow text-left text-xs sm:text-sm" }, Ml = { class: "pointer-events-none shrink-0 ml-1 flex items-center space-x-2" }, Pl = {
|
|
1920
1920
|
key: 1,
|
|
1921
1921
|
class: "text-4xl text-danger opacity-50 h-4 w-4 leading-6"
|
|
1922
|
-
},
|
|
1922
|
+
}, jl = ["disabled"], _l = {
|
|
1923
1923
|
key: 0,
|
|
1924
1924
|
class: "flex flex-col mx-1 mb-1"
|
|
1925
|
-
}, Tl = /* @__PURE__ */
|
|
1925
|
+
}, Tl = /* @__PURE__ */ p("span", { class: "sr-only label text-foreground" }, "Search", -1), Fl = { class: "relative" }, Rl = { class: "pointer-events-none absolute inset-y-0 left-0 flex items-center pl-2" }, Dl = ["placeholder"], El = {
|
|
1926
1926
|
key: 0,
|
|
1927
1927
|
class: "px-1"
|
|
1928
|
-
},
|
|
1928
|
+
}, Ul = { key: 1 }, ql = /* @__PURE__ */ p("div", { class: "text-foreground-2 text-center" }, "Nothing found 🤷♂️", -1), Wl = {
|
|
1929
1929
|
class: /* @__PURE__ */ b(["block truncate"])
|
|
1930
|
-
},
|
|
1930
|
+
}, Hl = ["id"], Ct = /* @__PURE__ */ P({
|
|
1931
1931
|
__name: "Base",
|
|
1932
1932
|
props: {
|
|
1933
1933
|
multiple: {
|
|
@@ -2097,43 +2097,43 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2097
2097
|
},
|
|
2098
2098
|
emits: ["update:modelValue"],
|
|
2099
2099
|
setup(e, { expose: t, emit: i }) {
|
|
2100
|
-
const s = (C) =>
|
|
2101
|
-
validateOnMount:
|
|
2102
|
-
validateOnValueUpdate:
|
|
2103
|
-
initialValue:
|
|
2104
|
-
}), u =
|
|
2100
|
+
const s = (C) => Te(C), o = i, n = e, { value: h, errorMessage: m } = Be(n.name, n.rules, {
|
|
2101
|
+
validateOnMount: n.validateOnMount,
|
|
2102
|
+
validateOnValueUpdate: n.validateOnValueUpdate,
|
|
2103
|
+
initialValue: n.modelValue
|
|
2104
|
+
}), u = ms(), r = L(null), v = L(null), g = L(null), y = L(""), x = L([]), d = L(!1), B = L(1), k = L(Ve()), $ = hs(
|
|
2105
2105
|
c(() => {
|
|
2106
2106
|
var C;
|
|
2107
2107
|
return (C = g.value) == null ? void 0 : C.el;
|
|
2108
2108
|
}),
|
|
2109
2109
|
{ windowResize: !0, windowScroll: !0, immediate: !0 }
|
|
2110
2110
|
);
|
|
2111
|
-
|
|
2111
|
+
vs(
|
|
2112
2112
|
c(() => {
|
|
2113
2113
|
var C;
|
|
2114
2114
|
return (C = v.value) == null ? void 0 : C.el;
|
|
2115
2115
|
}),
|
|
2116
2116
|
([{ isIntersecting: C }]) => {
|
|
2117
|
-
C &&
|
|
2117
|
+
C && n.mountMenuOnBody && $.update();
|
|
2118
2118
|
}
|
|
2119
2119
|
);
|
|
2120
|
-
const S = c(() => n
|
|
2120
|
+
const S = c(() => l(n.label) || l(n.name)), T = c(() => {
|
|
2121
2121
|
const C = m.value;
|
|
2122
|
-
return !C || !n
|
|
2123
|
-
}), M = c(() =>
|
|
2124
|
-
() => w.value ? `${n
|
|
2122
|
+
return !C || !l(n.useLabelInErrors) ? C : C.replace("Value", S.value);
|
|
2123
|
+
}), M = c(() => T.value || l(n.help)), w = c(() => !!M.value), E = c(
|
|
2124
|
+
() => w.value ? `${l(n.name)}-${k.value}` : void 0
|
|
2125
2125
|
), q = c(
|
|
2126
2126
|
() => m.value ? "text-danger" : "text-foreground-2"
|
|
2127
2127
|
), U = c(
|
|
2128
|
-
() =>
|
|
2128
|
+
() => n.buttonStyle !== "simple" && n.clearable && !n.disabled
|
|
2129
2129
|
), Ae = c(() => {
|
|
2130
2130
|
const C = ["relative flex group"];
|
|
2131
|
-
return m.value ? (C.push("hover:shadow rounded-md"), C.push("text-danger-darker focus:border-danger focus:ring-danger"),
|
|
2131
|
+
return m.value ? (C.push("hover:shadow rounded-md"), C.push("text-danger-darker focus:border-danger focus:ring-danger"), n.buttonStyle !== "simple" && C.push("outline outline-2 outline-danger")) : n.buttonStyle !== "simple" && (C.push("hover:shadow rounded-md"), C.push("outline outline-2 outline-primary-muted")), n.fixedHeight && C.push("h-8"), C.join(" ");
|
|
2132
2132
|
}), re = c(() => {
|
|
2133
2133
|
const C = [];
|
|
2134
|
-
return
|
|
2135
|
-
|
|
2136
|
-
),
|
|
2134
|
+
return n.buttonStyle !== "simple" && C.push(
|
|
2135
|
+
fe.value ? "bg-foundation-disabled text-foreground-disabled" : ""
|
|
2136
|
+
), fe.value && C.push("cursor-not-allowed"), C.join(" ");
|
|
2137
2137
|
}), Me = c(() => {
|
|
2138
2138
|
const C = [
|
|
2139
2139
|
"relative z-[1]",
|
|
@@ -2142,9 +2142,9 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2142
2142
|
"text-foreground",
|
|
2143
2143
|
he.value ? `w-6 ${re.value}` : "w-0"
|
|
2144
2144
|
];
|
|
2145
|
-
return
|
|
2145
|
+
return fe.value || (C.push(
|
|
2146
2146
|
"hover:bg-primary hover:text-foreground-on-primary dark:text-foreground-on-primary"
|
|
2147
|
-
),
|
|
2147
|
+
), n.buttonStyle === "tinted" ? C.push("bg-outline-3") : C.push("bg-primary-muted")), C.join(" ");
|
|
2148
2148
|
}), Pe = c(() => {
|
|
2149
2149
|
const C = [
|
|
2150
2150
|
"relative z-[2]",
|
|
@@ -2152,94 +2152,94 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2152
2152
|
"flex items-center",
|
|
2153
2153
|
re.value
|
|
2154
2154
|
];
|
|
2155
|
-
return
|
|
2155
|
+
return n.buttonStyle !== "simple" && (C.push("py-2 px-3"), fe.value || (n.buttonStyle === "tinted" ? C.push("bg-foundation-page text-foreground") : C.push("bg-foundation text-foreground"))), U.value && he.value && C.push("rounded-r-none"), C.join(" ");
|
|
2156
2156
|
}), me = c(
|
|
2157
|
-
() => !!(
|
|
2158
|
-
), ee = c(() => me.value &&
|
|
2159
|
-
() =>
|
|
2157
|
+
() => !!(n.search && (n.filterPredicate || n.getSearchResults))
|
|
2158
|
+
), ee = c(() => me.value && n.getSearchResults), fe = c(
|
|
2159
|
+
() => n.disabled || !n.items.length && !ee.value
|
|
2160
2160
|
), X = c({
|
|
2161
2161
|
get: () => {
|
|
2162
2162
|
const C = h.value;
|
|
2163
|
-
return
|
|
2163
|
+
return n.multiple ? N(C) ? C : [] : N(C) ? void 0 : C;
|
|
2164
2164
|
},
|
|
2165
2165
|
set: (C) => {
|
|
2166
|
-
if (
|
|
2166
|
+
if (n.multiple && !N(C)) {
|
|
2167
2167
|
console.warn("Attempting to set non-array value in selector w/ multiple=true");
|
|
2168
2168
|
return;
|
|
2169
|
-
} else if (!
|
|
2169
|
+
} else if (!n.multiple && N(C)) {
|
|
2170
2170
|
console.warn("Attempting to set array value in selector w/ multiple=false");
|
|
2171
2171
|
return;
|
|
2172
2172
|
}
|
|
2173
2173
|
let K;
|
|
2174
|
-
if (
|
|
2174
|
+
if (n.multiple)
|
|
2175
2175
|
K = C || [];
|
|
2176
2176
|
else {
|
|
2177
2177
|
const W = h.value;
|
|
2178
|
-
K =
|
|
2178
|
+
K = n.allowUnset && W && C && _(W) === _(C) ? void 0 : C;
|
|
2179
2179
|
}
|
|
2180
|
-
|
|
2180
|
+
n.fullyControlValue ? o("update:modelValue", K) : h.value = K, B.value += 1;
|
|
2181
2181
|
}
|
|
2182
|
-
}), he = c(() =>
|
|
2183
|
-
|
|
2184
|
-
},
|
|
2182
|
+
}), he = c(() => n.multiple && N(X.value) ? X.value.length !== 0 : !!X.value), je = () => {
|
|
2183
|
+
n.multiple ? X.value = [] : X.value = void 0;
|
|
2184
|
+
}, _e = c(() => {
|
|
2185
2185
|
const C = y.value;
|
|
2186
|
-
return !me.value || !(C != null && C.length) ? x.value :
|
|
2186
|
+
return !me.value || !(C != null && C.length) ? x.value : n.filterPredicate ? x.value.filter(
|
|
2187
2187
|
(K) => {
|
|
2188
2188
|
var W;
|
|
2189
|
-
return ((W =
|
|
2189
|
+
return ((W = n.filterPredicate) == null ? void 0 : W.call(n, K, C)) || !1;
|
|
2190
2190
|
}
|
|
2191
2191
|
) : x.value;
|
|
2192
2192
|
}), ke = c(() => {
|
|
2193
2193
|
const C = [
|
|
2194
2194
|
"rounded-md bg-foundation-2 py-1 label label--light outline outline-2 outline-primary-muted focus:outline-none shadow mt-1 "
|
|
2195
2195
|
];
|
|
2196
|
-
return
|
|
2196
|
+
return n.mountMenuOnBody ? C.push("fixed z-50") : C.push("absolute top-[100%] w-full z-10"), C.join(" ");
|
|
2197
2197
|
}), j = c(() => {
|
|
2198
2198
|
const C = {};
|
|
2199
|
-
if (
|
|
2199
|
+
if (n.mountMenuOnBody) {
|
|
2200
2200
|
const K = $.top.value, W = $.left.value, J = $.width.value, se = $.height.value;
|
|
2201
2201
|
C.top = `${K + se}px`, C.left = `${W}px`, C.width = `${J}px`;
|
|
2202
2202
|
}
|
|
2203
2203
|
return C;
|
|
2204
|
-
}), F = (C) => JSON.stringify(C),
|
|
2205
|
-
if (!(!ee.value || !
|
|
2204
|
+
}), F = (C) => JSON.stringify(C), _ = (C) => s(C) ? C[n.by || "id"] : C, Z = async () => {
|
|
2205
|
+
if (!(!ee.value || !n.getSearchResults)) {
|
|
2206
2206
|
d.value = !0;
|
|
2207
2207
|
try {
|
|
2208
|
-
x.value = await
|
|
2208
|
+
x.value = await n.getSearchResults(y.value);
|
|
2209
2209
|
} finally {
|
|
2210
2210
|
d.value = !1;
|
|
2211
2211
|
}
|
|
2212
2212
|
}
|
|
2213
2213
|
}, te = Ke(Z, 1e3), we = (C) => {
|
|
2214
|
-
const { active: K, disabled: W } = C || {}, { hideCheckmarks: J } =
|
|
2214
|
+
const { active: K, disabled: W } = C || {}, { hideCheckmarks: J } = n, se = [
|
|
2215
2215
|
"relative transition cursor-pointer select-none py-1.5 pl-3",
|
|
2216
2216
|
J ? "" : "pr-9"
|
|
2217
2217
|
];
|
|
2218
2218
|
return W ? se.push("opacity-50 cursor-not-allowed") : se.push(K ? "text-primary" : "text-foreground"), se.join(" ");
|
|
2219
2219
|
};
|
|
2220
|
-
return
|
|
2221
|
-
() =>
|
|
2220
|
+
return ce(
|
|
2221
|
+
() => n.items,
|
|
2222
2222
|
(C) => {
|
|
2223
2223
|
x.value = C.slice();
|
|
2224
2224
|
},
|
|
2225
2225
|
{ immediate: !0 }
|
|
2226
|
-
),
|
|
2226
|
+
), ce(y, () => {
|
|
2227
2227
|
ee.value && te();
|
|
2228
2228
|
}), ae(() => {
|
|
2229
|
-
ee.value && !
|
|
2230
|
-
}), t({ triggerSearch: Z }), (C, K) => (a(),
|
|
2231
|
-
(a(), O(
|
|
2229
|
+
ee.value && !n.items.length && Z();
|
|
2230
|
+
}), t({ triggerSearch: Z }), (C, K) => (a(), f("div", null, [
|
|
2231
|
+
(a(), O(l(ws), {
|
|
2232
2232
|
key: B.value,
|
|
2233
2233
|
modelValue: X.value,
|
|
2234
2234
|
"onUpdate:modelValue": K[4] || (K[4] = (W) => X.value = W),
|
|
2235
2235
|
name: e.name,
|
|
2236
2236
|
multiple: e.multiple,
|
|
2237
2237
|
by: e.by,
|
|
2238
|
-
disabled:
|
|
2238
|
+
disabled: fe.value,
|
|
2239
2239
|
as: "div"
|
|
2240
2240
|
}, {
|
|
2241
2241
|
default: A(() => [
|
|
2242
|
-
V(
|
|
2242
|
+
V(l(Cs), {
|
|
2243
2243
|
class: b(["block label text-foreground-2 mb-2", { "sr-only": !e.showLabel }])
|
|
2244
2244
|
}, {
|
|
2245
2245
|
default: A(() => [
|
|
@@ -2247,18 +2247,18 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2247
2247
|
]),
|
|
2248
2248
|
_: 1
|
|
2249
2249
|
}, 8, ["class"]),
|
|
2250
|
-
|
|
2250
|
+
p("div", {
|
|
2251
2251
|
class: b(Ae.value)
|
|
2252
2252
|
}, [
|
|
2253
|
-
V(
|
|
2253
|
+
V(l($s), {
|
|
2254
2254
|
ref_key: "listboxButton",
|
|
2255
2255
|
ref: g,
|
|
2256
2256
|
class: b(Pe.value)
|
|
2257
2257
|
}, {
|
|
2258
2258
|
default: A(({ open: W }) => [
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
!X.value ||
|
|
2259
|
+
p("div", Ol, [
|
|
2260
|
+
p("div", Al, [
|
|
2261
|
+
!X.value || l(N)(X.value) && !X.value.length ? R(C.$slots, "nothing-selected", { key: 0 }, () => [
|
|
2262
2262
|
D(z(e.placeholder ? e.placeholder : e.label), 1)
|
|
2263
2263
|
]) : R(C.$slots, "something-selected", {
|
|
2264
2264
|
key: 1,
|
|
@@ -2267,17 +2267,17 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2267
2267
|
D(z(F(X.value)), 1)
|
|
2268
2268
|
])
|
|
2269
2269
|
]),
|
|
2270
|
-
|
|
2271
|
-
|
|
2270
|
+
p("div", Ml, [
|
|
2271
|
+
T.value ? (a(), O(l(Ut), {
|
|
2272
2272
|
key: 0,
|
|
2273
2273
|
class: "h-4 w-4 text-danger",
|
|
2274
2274
|
"aria-hidden": "true"
|
|
2275
|
-
})) : e.showRequired ? (a(),
|
|
2276
|
-
W ? (a(), O(
|
|
2275
|
+
})) : e.showRequired ? (a(), f("div", Pl, " * ")) : I("", !0),
|
|
2276
|
+
W ? (a(), O(l(ft), {
|
|
2277
2277
|
key: 2,
|
|
2278
2278
|
class: "h-4 w-4 text-foreground",
|
|
2279
2279
|
"aria-hidden": "true"
|
|
2280
|
-
})) : (a(), O(
|
|
2280
|
+
})) : (a(), O(l(qt), {
|
|
2281
2281
|
key: 3,
|
|
2282
2282
|
class: "h-4 w-4 text-foreground",
|
|
2283
2283
|
"aria-hidden": "true"
|
|
@@ -2287,17 +2287,17 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2287
2287
|
]),
|
|
2288
2288
|
_: 3
|
|
2289
2289
|
}, 8, ["class"]),
|
|
2290
|
-
U.value ?
|
|
2290
|
+
U.value ? ue((a(), f("button", {
|
|
2291
2291
|
key: 0,
|
|
2292
2292
|
class: b(Me.value),
|
|
2293
2293
|
disabled: e.disabled,
|
|
2294
2294
|
onClick: K[0] || (K[0] = (W) => je())
|
|
2295
2295
|
}, [
|
|
2296
|
-
V(
|
|
2297
|
-
], 10,
|
|
2298
|
-
[
|
|
2296
|
+
V(l(Ge), { class: "w-3 h-3" })
|
|
2297
|
+
], 10, jl)), [
|
|
2298
|
+
[l(gt), "Clear"]
|
|
2299
2299
|
]) : I("", !0),
|
|
2300
|
-
|
|
2300
|
+
l(u) ? (a(), O(Ue, {
|
|
2301
2301
|
key: 1,
|
|
2302
2302
|
"leave-active-class": "transition ease-in duration-100",
|
|
2303
2303
|
"leave-from-class": "opacity-100",
|
|
@@ -2308,7 +2308,7 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2308
2308
|
to: "body",
|
|
2309
2309
|
disabled: !e.mountMenuOnBody
|
|
2310
2310
|
}, [
|
|
2311
|
-
V(
|
|
2311
|
+
V(l(Is), {
|
|
2312
2312
|
ref_key: "menuEl",
|
|
2313
2313
|
ref: v,
|
|
2314
2314
|
class: b(ke.value),
|
|
@@ -2319,13 +2319,13 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2319
2319
|
})
|
|
2320
2320
|
}, {
|
|
2321
2321
|
default: A(() => [
|
|
2322
|
-
me.value ? (a(),
|
|
2322
|
+
me.value ? (a(), f("label", _l, [
|
|
2323
2323
|
Tl,
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
V(
|
|
2324
|
+
p("div", Fl, [
|
|
2325
|
+
p("div", Rl, [
|
|
2326
|
+
V(l(Wt), { class: "h-5 w-5 text-foreground" })
|
|
2327
2327
|
]),
|
|
2328
|
-
|
|
2328
|
+
ue(p("input", {
|
|
2329
2329
|
ref_key: "searchInput",
|
|
2330
2330
|
ref: r,
|
|
2331
2331
|
"onUpdate:modelValue": K[1] || (K[1] = (W) => y.value = W),
|
|
@@ -2334,25 +2334,25 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2334
2334
|
placeholder: e.searchPlaceholder,
|
|
2335
2335
|
onKeydown: K[2] || (K[2] = pe(() => {
|
|
2336
2336
|
}, ["stop"]))
|
|
2337
|
-
}, null, 40,
|
|
2337
|
+
}, null, 40, Dl), [
|
|
2338
2338
|
[We, y.value]
|
|
2339
2339
|
])
|
|
2340
2340
|
])
|
|
2341
2341
|
])) : I("", !0),
|
|
2342
|
-
|
|
2342
|
+
p("div", {
|
|
2343
2343
|
class: b(["overflow-auto simple-scrollbar", [me.value ? "max-h-52" : "max-h-40"]])
|
|
2344
2344
|
}, [
|
|
2345
|
-
ee.value && d.value ? (a(),
|
|
2345
|
+
ee.value && d.value ? (a(), f("div", El, [
|
|
2346
2346
|
V(Qe, { loading: !0 })
|
|
2347
|
-
])) : ee.value && !x.value.length ? (a(),
|
|
2347
|
+
])) : ee.value && !x.value.length ? (a(), f("div", Ul, [
|
|
2348
2348
|
R(C.$slots, "nothing-found", {}, () => [
|
|
2349
|
-
|
|
2349
|
+
ql
|
|
2350
2350
|
])
|
|
2351
2351
|
])) : I("", !0),
|
|
2352
|
-
!ee.value || !d.value ? (a(!0),
|
|
2352
|
+
!ee.value || !d.value ? (a(!0), f(H, { key: 2 }, G(_e.value, (W) => {
|
|
2353
2353
|
var J;
|
|
2354
|
-
return a(), O(
|
|
2355
|
-
key:
|
|
2354
|
+
return a(), O(l(Bs), {
|
|
2355
|
+
key: _(W),
|
|
2356
2356
|
value: W,
|
|
2357
2357
|
disabled: ((J = e.disabledItemPredicate) == null ? void 0 : J.call(e, W)) || !1
|
|
2358
2358
|
}, {
|
|
@@ -2362,7 +2362,7 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2362
2362
|
}) => {
|
|
2363
2363
|
var et, tt;
|
|
2364
2364
|
return [
|
|
2365
|
-
|
|
2365
|
+
p("li", {
|
|
2366
2366
|
class: b(
|
|
2367
2367
|
we({
|
|
2368
2368
|
active: se,
|
|
@@ -2370,7 +2370,7 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2370
2370
|
})
|
|
2371
2371
|
)
|
|
2372
2372
|
}, [
|
|
2373
|
-
|
|
2373
|
+
p("span", Wl, [
|
|
2374
2374
|
R(C.$slots, "option", {
|
|
2375
2375
|
item: W,
|
|
2376
2376
|
active: se,
|
|
@@ -2380,14 +2380,14 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2380
2380
|
D(z(F(W)), 1)
|
|
2381
2381
|
])
|
|
2382
2382
|
]),
|
|
2383
|
-
!e.hideCheckmarks && Ye ? (a(),
|
|
2383
|
+
!e.hideCheckmarks && Ye ? (a(), f("span", {
|
|
2384
2384
|
key: 0,
|
|
2385
2385
|
class: b([
|
|
2386
2386
|
se ? "text-primary" : "text-foreground",
|
|
2387
2387
|
"absolute inset-y-0 right-0 flex items-center pr-4"
|
|
2388
2388
|
])
|
|
2389
2389
|
}, [
|
|
2390
|
-
V(
|
|
2390
|
+
V(l(pt), {
|
|
2391
2391
|
class: "h-5 w-5",
|
|
2392
2392
|
"aria-hidden": "true"
|
|
2393
2393
|
})
|
|
@@ -2410,14 +2410,14 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2410
2410
|
]),
|
|
2411
2411
|
_: 3
|
|
2412
2412
|
}, 8, ["modelValue", "name", "multiple", "by", "disabled"])),
|
|
2413
|
-
E.value ? (a(),
|
|
2413
|
+
E.value ? (a(), f("p", {
|
|
2414
2414
|
key: 0,
|
|
2415
2415
|
id: E.value,
|
|
2416
2416
|
class: b(["mt-2 text-xs sm:text-sm", q.value])
|
|
2417
|
-
}, z(M.value), 11,
|
|
2417
|
+
}, z(M.value), 11, Hl)) : I("", !0)
|
|
2418
2418
|
]));
|
|
2419
2419
|
}
|
|
2420
|
-
}),
|
|
2420
|
+
}), Kl = /* @__PURE__ */ P({
|
|
2421
2421
|
__name: "SourceAppBadge",
|
|
2422
2422
|
props: {
|
|
2423
2423
|
sourceApp: null
|
|
@@ -2434,13 +2434,13 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2434
2434
|
_: 1
|
|
2435
2435
|
}, 8, ["style"]));
|
|
2436
2436
|
}
|
|
2437
|
-
}),
|
|
2437
|
+
}), Gl = {
|
|
2438
2438
|
key: 0,
|
|
2439
2439
|
class: "text-foreground-2 normal"
|
|
2440
|
-
},
|
|
2440
|
+
}, Xl = {
|
|
2441
2441
|
key: 1,
|
|
2442
2442
|
class: "flex items-center"
|
|
2443
|
-
},
|
|
2443
|
+
}, Zl = { class: "truncate" }, Nl = { class: "flex items-center" }, Ql = { class: "truncate" }, _o = /* @__PURE__ */ P({
|
|
2444
2444
|
__name: "SourceApps",
|
|
2445
2445
|
props: {
|
|
2446
2446
|
/**
|
|
@@ -2506,16 +2506,16 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2506
2506
|
},
|
|
2507
2507
|
emits: ["update:modelValue"],
|
|
2508
2508
|
setup(e, { emit: t }) {
|
|
2509
|
-
const i = t, s = e, o = L(null),
|
|
2509
|
+
const i = t, s = e, o = L(null), n = L(null), { selectedValue: h, hiddenSelectedItemCount: m, isMultiItemArrayValue: u, firstItem: r } = wt({
|
|
2510
2510
|
props: le(s),
|
|
2511
2511
|
emit: i,
|
|
2512
|
-
dynamicVisibility: { elementToWatchForChanges: o, itemContainer:
|
|
2512
|
+
dynamicVisibility: { elementToWatchForChanges: o, itemContainer: n }
|
|
2513
2513
|
}), v = (g, y) => g.name.toLocaleLowerCase().includes(y.toLocaleLowerCase());
|
|
2514
2514
|
return (g, y) => (a(), O(Ct, {
|
|
2515
|
-
modelValue:
|
|
2515
|
+
modelValue: l(h),
|
|
2516
2516
|
"onUpdate:modelValue": y[0] || (y[0] = (x) => Se(h) ? h.value = x : null),
|
|
2517
2517
|
multiple: e.multiple,
|
|
2518
|
-
items: e.items ??
|
|
2518
|
+
items: e.items ?? l(us),
|
|
2519
2519
|
search: e.search,
|
|
2520
2520
|
"search-placeholder": e.searchPlaceholder,
|
|
2521
2521
|
label: e.label,
|
|
@@ -2527,51 +2527,51 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2527
2527
|
by: "name"
|
|
2528
2528
|
}, {
|
|
2529
2529
|
"nothing-selected": A(() => [
|
|
2530
|
-
e.selectorPlaceholder ? (a(),
|
|
2530
|
+
e.selectorPlaceholder ? (a(), f(H, { key: 0 }, [
|
|
2531
2531
|
D(z(e.selectorPlaceholder), 1)
|
|
2532
|
-
], 64)) : (a(),
|
|
2532
|
+
], 64)) : (a(), f(H, { key: 1 }, [
|
|
2533
2533
|
D(z(e.multiple ? "Select apps" : "Select an app"), 1)
|
|
2534
2534
|
], 64))
|
|
2535
2535
|
]),
|
|
2536
2536
|
"something-selected": A(({ value: x }) => [
|
|
2537
|
-
|
|
2537
|
+
l(u)(x) ? (a(), f("div", {
|
|
2538
2538
|
key: 0,
|
|
2539
2539
|
ref_key: "elementToWatchForChanges",
|
|
2540
2540
|
ref: o,
|
|
2541
2541
|
class: "flex items-center space-x-0.5 h-5"
|
|
2542
2542
|
}, [
|
|
2543
|
-
|
|
2543
|
+
p("div", {
|
|
2544
2544
|
ref_key: "itemContainer",
|
|
2545
|
-
ref:
|
|
2545
|
+
ref: n,
|
|
2546
2546
|
class: "flex flex-wrap overflow-hidden space-x-0.5 h-5"
|
|
2547
2547
|
}, [
|
|
2548
|
-
(a(!0),
|
|
2548
|
+
(a(!0), f(H, null, G(x, (d) => (a(), O(Kl, {
|
|
2549
2549
|
key: d.name,
|
|
2550
2550
|
"source-app": d
|
|
2551
2551
|
}, null, 8, ["source-app"]))), 128))
|
|
2552
2552
|
], 512),
|
|
2553
|
-
|
|
2554
|
-
], 512)) : (a(),
|
|
2555
|
-
|
|
2553
|
+
l(m) > 0 ? (a(), f("div", Gl, " +" + z(l(m)), 1)) : I("", !0)
|
|
2554
|
+
], 512)) : (a(), f("div", Xl, [
|
|
2555
|
+
p("div", {
|
|
2556
2556
|
class: "h-2 w-2 rounded-full mr-2",
|
|
2557
|
-
style: Y({ backgroundColor:
|
|
2557
|
+
style: Y({ backgroundColor: l(r)(x).bgColor })
|
|
2558
2558
|
}, null, 4),
|
|
2559
|
-
|
|
2559
|
+
p("span", Zl, z(l(r)(x).name), 1)
|
|
2560
2560
|
]))
|
|
2561
2561
|
]),
|
|
2562
2562
|
option: A(({ item: x }) => [
|
|
2563
|
-
|
|
2564
|
-
|
|
2563
|
+
p("div", Nl, [
|
|
2564
|
+
p("div", {
|
|
2565
2565
|
class: "h-2 w-2 rounded-full mr-2",
|
|
2566
2566
|
style: Y({ backgroundColor: x.bgColor })
|
|
2567
2567
|
}, null, 4),
|
|
2568
|
-
|
|
2568
|
+
p("span", Ql, z(x.name), 1)
|
|
2569
2569
|
])
|
|
2570
2570
|
]),
|
|
2571
2571
|
_: 1
|
|
2572
2572
|
}, 8, ["modelValue", "multiple", "items", "search", "search-placeholder", "label", "show-label", "name", "clearable", "help"]));
|
|
2573
2573
|
}
|
|
2574
|
-
}),
|
|
2574
|
+
}), Jl = { class: "flex flex-wrap gap-1.5 text-xs" }, To = /* @__PURE__ */ P({
|
|
2575
2575
|
__name: "Badges",
|
|
2576
2576
|
props: {
|
|
2577
2577
|
items: null,
|
|
@@ -2585,14 +2585,14 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2585
2585
|
},
|
|
2586
2586
|
emits: ["update:modelValue"],
|
|
2587
2587
|
setup(e, { emit: t }) {
|
|
2588
|
-
const i = t, s = e, { selectedValue: o, isArrayValue:
|
|
2588
|
+
const i = t, s = e, { selectedValue: o, isArrayValue: n } = wt({
|
|
2589
2589
|
props: le(s),
|
|
2590
2590
|
emit: i
|
|
2591
2591
|
}), h = (m) => {
|
|
2592
|
-
|
|
2592
|
+
n(o.value) ? o.value = o.value.filter((u) => u.id !== m.id) : o.value = void 0;
|
|
2593
2593
|
};
|
|
2594
2594
|
return (m, u) => (a(), O(Ct, {
|
|
2595
|
-
modelValue:
|
|
2595
|
+
modelValue: l(o),
|
|
2596
2596
|
"onUpdate:modelValue": u[0] || (u[0] = (r) => Se(o) ? o.value = r : null),
|
|
2597
2597
|
multiple: e.multiple,
|
|
2598
2598
|
items: e.items,
|
|
@@ -2603,14 +2603,14 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2603
2603
|
by: e.by
|
|
2604
2604
|
}, {
|
|
2605
2605
|
"something-selected": A(({ value: r }) => [
|
|
2606
|
-
|
|
2607
|
-
(a(!0),
|
|
2606
|
+
p("ul", Jl, [
|
|
2607
|
+
(a(!0), f(H, null, G(l(n)(r) ? r : [r], (v) => (a(), f("li", {
|
|
2608
2608
|
key: v[e.by]
|
|
2609
2609
|
}, [
|
|
2610
2610
|
V(Xe, {
|
|
2611
2611
|
size: "lg",
|
|
2612
2612
|
"clickable-icon": !0,
|
|
2613
|
-
"icon-left":
|
|
2613
|
+
"icon-left": l(Ge),
|
|
2614
2614
|
onClickIcon: pe((g) => h(v), ["stop"])
|
|
2615
2615
|
}, {
|
|
2616
2616
|
default: A(() => [
|
|
@@ -2627,7 +2627,7 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2627
2627
|
_: 1
|
|
2628
2628
|
}, 8, ["modelValue", "multiple", "items", "label", "name", "help", "rules", "by"]));
|
|
2629
2629
|
}
|
|
2630
|
-
}),
|
|
2630
|
+
}), Yl = { class: "flex items-center" }, ea = { class: "absolute inset-0 flex items-center gap-2 px-1 text-white" }, Fo = /* @__PURE__ */ P({
|
|
2631
2631
|
__name: "Switch",
|
|
2632
2632
|
props: {
|
|
2633
2633
|
modelValue: { type: Boolean }
|
|
@@ -2635,18 +2635,18 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2635
2635
|
emits: ["update:modelValue"],
|
|
2636
2636
|
setup(e) {
|
|
2637
2637
|
const t = it(e, "modelValue");
|
|
2638
|
-
return (i, s) => (a(),
|
|
2639
|
-
V(
|
|
2638
|
+
return (i, s) => (a(), f("div", Yl, [
|
|
2639
|
+
V(l(Ss), {
|
|
2640
2640
|
modelValue: t.value,
|
|
2641
2641
|
"onUpdate:modelValue": s[0] || (s[0] = (o) => t.value = o),
|
|
2642
2642
|
class: b(["relative inline-flex flex-shrink-0 h-6 w-11 border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary", { "bg-primary": t.value, "bg-primary-muted": !t.value }])
|
|
2643
2643
|
}, {
|
|
2644
2644
|
default: A(() => [
|
|
2645
|
-
|
|
2646
|
-
V(
|
|
2647
|
-
V(
|
|
2645
|
+
p("div", ea, [
|
|
2646
|
+
V(l(pt), { class: "h-5 w-5 drop-shadow-md" }),
|
|
2647
|
+
V(l(Ge), { class: "h-5 w-5 drop-shadow-md" })
|
|
2648
2648
|
]),
|
|
2649
|
-
|
|
2649
|
+
p("span", {
|
|
2650
2650
|
class: b(["scale-95 pointer-events-none inline-block h-5 w-5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200", { "translate-x-5": t.value, "translate-x-0": !t.value }])
|
|
2651
2651
|
}, null, 2)
|
|
2652
2652
|
]),
|
|
@@ -2654,7 +2654,7 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2654
2654
|
}, 8, ["modelValue", "class"])
|
|
2655
2655
|
]));
|
|
2656
2656
|
}
|
|
2657
|
-
}),
|
|
2657
|
+
}), ta = { class: "relative group bg-foundation-page p-2 rounded-lg pr-12" }, sa = { class: "absolute inset-0 right-2 flex justify-end items-center" }, Ro = /* @__PURE__ */ P({
|
|
2658
2658
|
__name: "ClipboardInput",
|
|
2659
2659
|
props: {
|
|
2660
2660
|
value: null,
|
|
@@ -2663,9 +2663,9 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2663
2663
|
},
|
|
2664
2664
|
emits: ["copy"],
|
|
2665
2665
|
setup(e, { emit: t }) {
|
|
2666
|
-
const i = e, s = t, { copy: o } =
|
|
2667
|
-
i.value && (await o(i.value),
|
|
2668
|
-
|
|
2666
|
+
const i = e, s = t, { copy: o } = gs({ legacy: !0 }), n = L(!1), h = async () => {
|
|
2667
|
+
i.value && (await o(i.value), n.value = !0, s("copy", i.value), setTimeout(() => {
|
|
2668
|
+
n.value = !1;
|
|
2669
2669
|
}, 2e3));
|
|
2670
2670
|
}, m = (u) => {
|
|
2671
2671
|
const r = u.target, v = window.getSelection();
|
|
@@ -2674,12 +2674,12 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2674
2674
|
g.selectNodeContents(r), v.removeAllRanges(), v.addRange(g);
|
|
2675
2675
|
}
|
|
2676
2676
|
};
|
|
2677
|
-
return (u, r) => (a(),
|
|
2678
|
-
e.isMultiline ? (a(),
|
|
2677
|
+
return (u, r) => (a(), f("div", ta, [
|
|
2678
|
+
e.isMultiline ? (a(), f("div", {
|
|
2679
2679
|
key: 0,
|
|
2680
2680
|
class: "relative z-10 text-xs sm:text-sm text-foreground font-mono break-all p-2 pl-3 max-h-[4.8rem] simple-scrollbar overflow-y-auto",
|
|
2681
|
-
onKeypress: r[0] || (r[0] = (v) =>
|
|
2682
|
-
}, z(e.value), 33)) : (a(), O(
|
|
2681
|
+
onKeypress: r[0] || (r[0] = (v) => l(bt)(m))
|
|
2682
|
+
}, z(e.value), 33)) : (a(), O(l(bl), {
|
|
2683
2683
|
key: 1,
|
|
2684
2684
|
color: "transparent",
|
|
2685
2685
|
name: "contentInput",
|
|
@@ -2687,11 +2687,11 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2687
2687
|
"model-value": e.value,
|
|
2688
2688
|
class: "relative z-10 text-sm text-foreground font-mono"
|
|
2689
2689
|
}, null, 8, ["model-value"])),
|
|
2690
|
-
|
|
2691
|
-
V(
|
|
2690
|
+
p("div", sa, [
|
|
2691
|
+
V(l(oe), {
|
|
2692
2692
|
color: "invert",
|
|
2693
2693
|
size: "sm",
|
|
2694
|
-
"icon-left":
|
|
2694
|
+
"icon-left": n.value ? l(Jt) : l(Yt),
|
|
2695
2695
|
"hide-text": "",
|
|
2696
2696
|
onClick: h
|
|
2697
2697
|
}, null, 8, ["icon-left"])
|
|
@@ -2700,20 +2700,20 @@ const Qe = /* @__PURE__ */ Oe(Vl, [["__scopeId", "data-v-89e77cae"]]), Ll = { cl
|
|
|
2700
2700
|
}
|
|
2701
2701
|
});
|
|
2702
2702
|
var Ie = /* @__PURE__ */ ((e) => (e.CtrlOrCmd = "cmd-or-ctrl", e.AltOrOpt = "alt-or-opt", e.Shift = "shift", e))(Ie || {});
|
|
2703
|
-
const Re =
|
|
2703
|
+
const Re = cs(), na = {
|
|
2704
2704
|
"cmd-or-ctrl": Re === Fe.Mac ? "Cmd" : "Ctrl",
|
|
2705
2705
|
"alt-or-opt": Re === Fe.Mac ? "Opt" : "Alt",
|
|
2706
2706
|
shift: "Shift"
|
|
2707
2707
|
};
|
|
2708
|
-
function
|
|
2708
|
+
function Do(e) {
|
|
2709
2709
|
const t = (i) => Object.values(Ie).includes(i);
|
|
2710
|
-
return e.map((i) => t(i) ?
|
|
2710
|
+
return e.map((i) => t(i) ? na[i] : i).join("+");
|
|
2711
2711
|
}
|
|
2712
|
-
function
|
|
2713
|
-
|
|
2712
|
+
function Eo(e, ...t) {
|
|
2713
|
+
bs(
|
|
2714
2714
|
t[0],
|
|
2715
2715
|
(i) => {
|
|
2716
|
-
const s = i.getModifierState("Alt"), o = Re === Fe.Mac ? i.getModifierState("Meta") : i.getModifierState("Control"),
|
|
2716
|
+
const s = i.getModifierState("Alt"), o = Re === Fe.Mac ? i.getModifierState("Meta") : i.getModifierState("Control"), n = i.getModifierState("Shift");
|
|
2717
2717
|
for (const h of e)
|
|
2718
2718
|
switch (h) {
|
|
2719
2719
|
case Ie.CtrlOrCmd:
|
|
@@ -2725,7 +2725,7 @@ function Fo(e, ...t) {
|
|
|
2725
2725
|
return;
|
|
2726
2726
|
break;
|
|
2727
2727
|
case Ie.Shift:
|
|
2728
|
-
if (!
|
|
2728
|
+
if (!n)
|
|
2729
2729
|
return;
|
|
2730
2730
|
break;
|
|
2731
2731
|
}
|
|
@@ -2734,17 +2734,17 @@ function Fo(e, ...t) {
|
|
|
2734
2734
|
t[2]
|
|
2735
2735
|
);
|
|
2736
2736
|
}
|
|
2737
|
-
function
|
|
2737
|
+
function Uo(e) {
|
|
2738
2738
|
const t = (e == null ? void 0 : e.model) || L(), i = c({
|
|
2739
2739
|
get: () => !!t.value,
|
|
2740
2740
|
set: (s) => t.value = s ? !0 : void 0
|
|
2741
2741
|
});
|
|
2742
2742
|
return { model: t, isChecked: i };
|
|
2743
2743
|
}
|
|
2744
|
-
const
|
|
2744
|
+
const la = /* @__PURE__ */ p("div", { class: "fixed inset-0 bg-neutral-100/70 dark:bg-neutral-900/70 transition-opacity backdrop-blur-xs" }, null, -1), aa = { class: "fixed inset-0 z-10 h-[100dvh] w-screen" }, oa = { class: "flex justify-center items-center h-full w-full p-4 sm:p-0" }, ra = {
|
|
2745
2745
|
key: 0,
|
|
2746
2746
|
class: "flex items-center justify-start rounded-t-lg shrink-0 min-h-[2rem] sm:min-h-[4rem] py-2 px-4 sm:px-8 truncate text-lg sm:text-2xl font-bold"
|
|
2747
|
-
},
|
|
2747
|
+
}, ia = { class: "w-full truncate pr-12" }, qo = /* @__PURE__ */ P({
|
|
2748
2748
|
__name: "Dialog",
|
|
2749
2749
|
props: {
|
|
2750
2750
|
open: { type: Boolean },
|
|
@@ -2757,7 +2757,7 @@ const na = /* @__PURE__ */ f("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2757
2757
|
},
|
|
2758
2758
|
emits: ["update:open", "fully-closed"],
|
|
2759
2759
|
setup(e, { emit: t }) {
|
|
2760
|
-
const i = t, s = e, o = He(),
|
|
2760
|
+
const i = t, s = e, o = He(), n = L(!1), h = L(!0), m = c(() => !!s.onSubmit), u = c(() => s.buttons || o.buttons), r = c(() => s.title || o.header), v = c({
|
|
2761
2761
|
get: () => s.open,
|
|
2762
2762
|
set: (B) => i("update:open", B)
|
|
2763
2763
|
}), g = c(() => {
|
|
@@ -2779,21 +2779,21 @@ const na = /* @__PURE__ */ f("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2779
2779
|
}), x = () => {
|
|
2780
2780
|
s.preventCloseOnClickOutside || (v.value = !1);
|
|
2781
2781
|
}, d = ut((B) => {
|
|
2782
|
-
const k = B.target, { scrollTop: $, offsetHeight: S, scrollHeight:
|
|
2783
|
-
|
|
2782
|
+
const k = B.target, { scrollTop: $, offsetHeight: S, scrollHeight: T } = k;
|
|
2783
|
+
n.value = $ > 0, h.value = $ + S >= T;
|
|
2784
2784
|
}, 60);
|
|
2785
|
-
return (B, k) => (a(), O(
|
|
2785
|
+
return (B, k) => (a(), O(l(vt), {
|
|
2786
2786
|
as: "template",
|
|
2787
2787
|
show: v.value
|
|
2788
2788
|
}, {
|
|
2789
2789
|
default: A(() => [
|
|
2790
|
-
V(
|
|
2790
|
+
V(l(zs), {
|
|
2791
2791
|
as: "div",
|
|
2792
2792
|
class: "relative z-40",
|
|
2793
2793
|
onClose: x
|
|
2794
2794
|
}, {
|
|
2795
2795
|
default: A(() => [
|
|
2796
|
-
V(
|
|
2796
|
+
V(l(at), {
|
|
2797
2797
|
as: "template",
|
|
2798
2798
|
enter: "ease-out duration-300",
|
|
2799
2799
|
"enter-from": "opacity-0",
|
|
@@ -2803,13 +2803,13 @@ const na = /* @__PURE__ */ f("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2803
2803
|
"leave-to": "opacity-0"
|
|
2804
2804
|
}, {
|
|
2805
2805
|
default: A(() => [
|
|
2806
|
-
|
|
2806
|
+
la
|
|
2807
2807
|
]),
|
|
2808
2808
|
_: 1
|
|
2809
2809
|
}),
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
V(
|
|
2810
|
+
p("div", aa, [
|
|
2811
|
+
p("div", oa, [
|
|
2812
|
+
V(l(at), {
|
|
2813
2813
|
as: "template",
|
|
2814
2814
|
enter: "ease-out duration-300",
|
|
2815
2815
|
"enter-from": "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",
|
|
@@ -2820,7 +2820,7 @@ const na = /* @__PURE__ */ f("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2820
2820
|
onAfterLeave: k[2] || (k[2] = ($) => B.$emit("fully-closed"))
|
|
2821
2821
|
}, {
|
|
2822
2822
|
default: A(() => [
|
|
2823
|
-
V(
|
|
2823
|
+
V(l(Vs), {
|
|
2824
2824
|
class: b([
|
|
2825
2825
|
"transform rounded-lg text-foreground overflow-hidden bg-foundation text-left shadow-xl transition-all flex flex-col max-h-[90dvh]",
|
|
2826
2826
|
y.value
|
|
@@ -2829,37 +2829,37 @@ const na = /* @__PURE__ */ f("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2829
2829
|
onSubmit: pe(e.onSubmit, ["prevent"])
|
|
2830
2830
|
}, {
|
|
2831
2831
|
default: A(() => [
|
|
2832
|
-
|
|
2833
|
-
class: b(
|
|
2832
|
+
p("div", {
|
|
2833
|
+
class: b(n.value && "relative z-20 shadow-lg")
|
|
2834
2834
|
}, [
|
|
2835
|
-
r.value ? (a(),
|
|
2836
|
-
|
|
2835
|
+
r.value ? (a(), f("div", ra, [
|
|
2836
|
+
p("div", ia, [
|
|
2837
2837
|
D(z(e.title) + " ", 1),
|
|
2838
2838
|
R(B.$slots, "header")
|
|
2839
2839
|
])
|
|
2840
2840
|
])) : I("", !0)
|
|
2841
2841
|
], 2),
|
|
2842
|
-
e.hideCloser ? I("", !0) : (a(),
|
|
2842
|
+
e.hideCloser ? I("", !0) : (a(), f("button", {
|
|
2843
2843
|
key: 0,
|
|
2844
2844
|
class: b(["absolute z-20 bg-foundation rounded-full p-1", r.value ? "top-2 right-3 sm:top-4" : "right-4 top-3"]),
|
|
2845
2845
|
onClick: k[0] || (k[0] = ($) => v.value = !1)
|
|
2846
2846
|
}, [
|
|
2847
|
-
V(
|
|
2847
|
+
V(l(es), { class: "h-5 sm:h-6 w-5 sm:w-6" })
|
|
2848
2848
|
], 2)),
|
|
2849
|
-
|
|
2849
|
+
p("div", {
|
|
2850
2850
|
class: b(["flex-1 simple-scrollbar overflow-y-auto", r.value ? "p-3 sm:py-6 sm:px-8" : "p-10"]),
|
|
2851
2851
|
onScroll: k[1] || (k[1] = //@ts-ignore
|
|
2852
|
-
(...$) =>
|
|
2852
|
+
(...$) => l(d) && l(d)(...$))
|
|
2853
2853
|
}, [
|
|
2854
2854
|
R(B.$slots, "default", {}, () => [
|
|
2855
2855
|
D("Put your content here!")
|
|
2856
2856
|
])
|
|
2857
2857
|
], 34),
|
|
2858
|
-
u.value ? (a(),
|
|
2858
|
+
u.value ? (a(), f("div", {
|
|
2859
2859
|
key: 1,
|
|
2860
2860
|
class: b(["relative z-50 flex px-4 py-2 sm:py-4 sm:px-6 gap-2 shrink-0 bg-foundation", !h.value && "shadow-t"])
|
|
2861
2861
|
}, [
|
|
2862
|
-
e.buttons ? (a(!0),
|
|
2862
|
+
e.buttons ? (a(!0), f(H, { key: 0 }, G(e.buttons, ($, S) => (a(), O(l(oe), ie({ key: S }, $.props, {
|
|
2863
2863
|
disabled: $.disabled,
|
|
2864
2864
|
type: $.submit && "submit",
|
|
2865
2865
|
onClick: $.onClick
|
|
@@ -2885,7 +2885,7 @@ const na = /* @__PURE__ */ f("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2885
2885
|
_: 3
|
|
2886
2886
|
}, 8, ["show"]));
|
|
2887
2887
|
}
|
|
2888
|
-
}),
|
|
2888
|
+
}), ua = { class: "h-4 sm:h-5 h-4 sm:w-5 empty:h-0 empty:w-0" }, Wo = /* @__PURE__ */ P({
|
|
2889
2889
|
__name: "DialogSection",
|
|
2890
2890
|
props: {
|
|
2891
2891
|
title: String,
|
|
@@ -2904,7 +2904,7 @@ const na = /* @__PURE__ */ f("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2904
2904
|
}
|
|
2905
2905
|
},
|
|
2906
2906
|
setup(e) {
|
|
2907
|
-
const t = e, i = L(null), s = L(0), o = L(!1),
|
|
2907
|
+
const t = e, i = L(null), s = L(0), o = L(!1), n = c(() => {
|
|
2908
2908
|
const u = [];
|
|
2909
2909
|
return !t.button && !t.alwaysOpen && u.push("cursor-pointer", "hover:bg-foundation"), o.value && u.push("bg-foundation"), u;
|
|
2910
2910
|
}), h = c(() => {
|
|
@@ -2924,41 +2924,41 @@ const na = /* @__PURE__ */ f("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2924
2924
|
}
|
|
2925
2925
|
}), m = async () => {
|
|
2926
2926
|
var u;
|
|
2927
|
-
o.value = !o.value, o.value && (await Pt(), s.value = (((u =
|
|
2927
|
+
o.value = !o.value, o.value && (await Pt(), s.value = (((u = l(i)) == null ? void 0 : u.scrollHeight) || 0) + 64);
|
|
2928
2928
|
};
|
|
2929
2929
|
return (u, r) => {
|
|
2930
2930
|
var v, g;
|
|
2931
|
-
return a(),
|
|
2931
|
+
return a(), f("div", {
|
|
2932
2932
|
class: b(["flex flex-col border-primary-muted", {
|
|
2933
2933
|
"border-t": e.borderT,
|
|
2934
2934
|
"border-b": e.borderB,
|
|
2935
2935
|
"relative z-10": o.value
|
|
2936
2936
|
}])
|
|
2937
2937
|
}, [
|
|
2938
|
-
|
|
2939
|
-
class: ["flex justify-between items-center gap-4 sm:gap-8 py-3 sm:py-4 px-2",
|
|
2938
|
+
p("div", ie({
|
|
2939
|
+
class: ["flex justify-between items-center gap-4 sm:gap-8 py-3 sm:py-4 px-2", n.value],
|
|
2940
2940
|
tabindex: "0"
|
|
2941
2941
|
}, st(
|
|
2942
2942
|
!e.button && !e.alwaysOpen ? {
|
|
2943
2943
|
click: m,
|
|
2944
|
-
keypress:
|
|
2944
|
+
keypress: l(bt)(m)
|
|
2945
2945
|
} : {},
|
|
2946
2946
|
!0
|
|
2947
2947
|
)), [
|
|
2948
|
-
|
|
2948
|
+
p("div", {
|
|
2949
2949
|
class: b(["text-sm sm:text-base font-bold flex items-center gap-1 sm:gap-2 select-none", h.value])
|
|
2950
2950
|
}, [
|
|
2951
|
-
|
|
2951
|
+
p("div", ua, [
|
|
2952
2952
|
R(u.$slots, "icon")
|
|
2953
2953
|
]),
|
|
2954
|
-
|
|
2954
|
+
p("span", null, z(e.title), 1)
|
|
2955
2955
|
], 2),
|
|
2956
|
-
|
|
2957
|
-
!e.button && !e.alwaysOpen ? (a(), O(
|
|
2956
|
+
p("div", null, [
|
|
2957
|
+
!e.button && !e.alwaysOpen ? (a(), O(l(ts), {
|
|
2958
2958
|
key: 0,
|
|
2959
2959
|
class: b(["w-4 h-4 sm:w-5 sm:h-5 transition-all duration-400", o.value && "rotate-180"])
|
|
2960
2960
|
}, null, 8, ["class"])) : I("", !0),
|
|
2961
|
-
e.button ? (a(), O(
|
|
2961
|
+
e.button ? (a(), O(l(oe), ie({
|
|
2962
2962
|
key: 1,
|
|
2963
2963
|
size: "sm",
|
|
2964
2964
|
to: e.button.expandContent ? void 0 : e.button.to,
|
|
@@ -2973,7 +2973,7 @@ const na = /* @__PURE__ */ f("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2973
2973
|
}, 16, ["to", "color", "icon-right", "onClick"])) : I("", !0)
|
|
2974
2974
|
])
|
|
2975
2975
|
], 16),
|
|
2976
|
-
|
|
2976
|
+
p("div", {
|
|
2977
2977
|
class: b(["transition-all duration-700 overflow-hidden", [
|
|
2978
2978
|
e.allowOverflow && o.value ? "!overflow-visible" : "",
|
|
2979
2979
|
o.value ? "mb-3 mt-1" : "",
|
|
@@ -2983,8 +2983,8 @@ const na = /* @__PURE__ */ f("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2983
2983
|
e.alwaysOpen ? "max-height: none;" : `max-height: ${o.value ? s.value + "px" : "0px"}`
|
|
2984
2984
|
)
|
|
2985
2985
|
}, [
|
|
2986
|
-
t.lazyLoad ? (a(),
|
|
2987
|
-
o.value || t.alwaysOpen ? (a(),
|
|
2986
|
+
t.lazyLoad ? (a(), f(H, { key: 0 }, [
|
|
2987
|
+
o.value || t.alwaysOpen ? (a(), f("div", {
|
|
2988
2988
|
key: 0,
|
|
2989
2989
|
ref_key: "content",
|
|
2990
2990
|
ref: i,
|
|
@@ -2994,7 +2994,7 @@ const na = /* @__PURE__ */ f("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2994
2994
|
D("Panel contents")
|
|
2995
2995
|
])
|
|
2996
2996
|
], 512)) : I("", !0)
|
|
2997
|
-
], 64)) : (a(),
|
|
2997
|
+
], 64)) : (a(), f("div", {
|
|
2998
2998
|
key: 1,
|
|
2999
2999
|
ref_key: "content",
|
|
3000
3000
|
ref: i,
|
|
@@ -3008,7 +3008,7 @@ const na = /* @__PURE__ */ f("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
3008
3008
|
], 2);
|
|
3009
3009
|
};
|
|
3010
3010
|
}
|
|
3011
|
-
}),
|
|
3011
|
+
}), ca = { class: "inline-flex items-center space-x-2" }, da = { class: "label-light" }, Ho = /* @__PURE__ */ P({
|
|
3012
3012
|
__name: "Disclosure",
|
|
3013
3013
|
props: {
|
|
3014
3014
|
title: null,
|
|
@@ -3062,31 +3062,31 @@ const na = /* @__PURE__ */ f("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
3062
3062
|
}
|
|
3063
3063
|
return o.join(" ");
|
|
3064
3064
|
});
|
|
3065
|
-
return (o,
|
|
3066
|
-
V(
|
|
3065
|
+
return (o, n) => (a(), f("div", null, [
|
|
3066
|
+
V(l(Ls), null, {
|
|
3067
3067
|
default: A(({ open: h }) => [
|
|
3068
|
-
V(
|
|
3068
|
+
V(l(Os), {
|
|
3069
3069
|
class: b(i.value)
|
|
3070
3070
|
}, {
|
|
3071
3071
|
default: A(() => [
|
|
3072
|
-
|
|
3072
|
+
p("div", ca, [
|
|
3073
3073
|
e.icon ? (a(), O(Q(e.icon), {
|
|
3074
3074
|
key: 0,
|
|
3075
3075
|
class: "h-5 w-5"
|
|
3076
3076
|
})) : I("", !0),
|
|
3077
|
-
|
|
3077
|
+
p("span", null, z(e.title), 1)
|
|
3078
3078
|
]),
|
|
3079
|
-
V(
|
|
3079
|
+
V(l(ft), {
|
|
3080
3080
|
class: b([h ? "" : "rotate-180 transform", "h-5 w-5"])
|
|
3081
3081
|
}, null, 8, ["class"])
|
|
3082
3082
|
]),
|
|
3083
3083
|
_: 2
|
|
3084
3084
|
}, 1032, ["class"]),
|
|
3085
|
-
V(
|
|
3085
|
+
V(l(As), {
|
|
3086
3086
|
class: b(s.value)
|
|
3087
3087
|
}, {
|
|
3088
3088
|
default: A(() => [
|
|
3089
|
-
|
|
3089
|
+
p("div", da, [
|
|
3090
3090
|
R(o.$slots, "default", {}, () => [
|
|
3091
3091
|
D("Panel contents")
|
|
3092
3092
|
])
|
|
@@ -3100,8 +3100,10 @@ const na = /* @__PURE__ */ f("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
3100
3100
|
]));
|
|
3101
3101
|
}
|
|
3102
3102
|
});
|
|
3103
|
-
var
|
|
3104
|
-
const
|
|
3103
|
+
var ge = /* @__PURE__ */ ((e) => (e.Grid = "grid", e.List = "list", e))(ge || {});
|
|
3104
|
+
const fa = { class: "relative flex bg-primary-muted rounded-md" }, pa = /* @__PURE__ */ p("div", { class: "w-7 h-7 bg-foundation dark:bg-foundation-2 transition rounded shadow" }, null, -1), ma = [
|
|
3105
|
+
pa
|
|
3106
|
+
], ha = { class: "relative z-10 flex gap-1 items-center p-1 rounded-l" }, va = { class: "relative z-10 flex gap-1 items-center p-1 rounded-r" }, Ko = /* @__PURE__ */ P({
|
|
3105
3107
|
__name: "GridListToggle",
|
|
3106
3108
|
props: {
|
|
3107
3109
|
modelValue: null
|
|
@@ -3109,39 +3111,42 @@ const da = { class: "relative flex bg-foundation rounded-md" }, fa = { class: "r
|
|
|
3109
3111
|
emits: ["click", "update:modelValue"],
|
|
3110
3112
|
setup(e, { emit: t }) {
|
|
3111
3113
|
const i = t, s = e, o = c({
|
|
3112
|
-
get: () => s.modelValue ||
|
|
3114
|
+
get: () => s.modelValue || ge.Grid,
|
|
3113
3115
|
set: (h) => i("update:modelValue", h)
|
|
3114
|
-
}),
|
|
3116
|
+
}), n = (h) => {
|
|
3115
3117
|
i("click", h);
|
|
3116
|
-
const m = o.value ===
|
|
3118
|
+
const m = o.value === ge.Grid ? ge.List : ge.Grid;
|
|
3117
3119
|
o.value = m;
|
|
3118
3120
|
};
|
|
3119
|
-
return (h, m) =>
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3121
|
+
return (h, m) => {
|
|
3122
|
+
const u = jt("tippy");
|
|
3123
|
+
return a(), f("button", {
|
|
3124
|
+
class: "max-w-max transition flex justify-center items-center gap-2 outline-none select-none h-8 text-foreground border-2 border-primary-muted dark:border-foundation bg-primary-muted rounded-md active:scale-[0.97] grow",
|
|
3125
|
+
onClick: n
|
|
3126
|
+
}, [
|
|
3127
|
+
p("div", fa, [
|
|
3128
|
+
p("div", {
|
|
3129
|
+
class: b(["absolute transition", {
|
|
3130
|
+
"translate-x-7": o.value !== l(ge).Grid
|
|
3131
|
+
}])
|
|
3132
|
+
}, ma, 2),
|
|
3133
|
+
ue((a(), f("div", ha, [
|
|
3134
|
+
V(l(Ht), { class: "h-5 w-5" })
|
|
3135
|
+
])), [
|
|
3136
|
+
[u, "Grid View"]
|
|
3137
|
+
]),
|
|
3138
|
+
ue((a(), f("div", va, [
|
|
3139
|
+
V(l(Kt), { class: "h-5 w-5" })
|
|
3140
|
+
])), [
|
|
3141
|
+
[u, "List View"]
|
|
3142
|
+
])
|
|
3138
3143
|
])
|
|
3139
|
-
])
|
|
3140
|
-
|
|
3144
|
+
]);
|
|
3145
|
+
};
|
|
3141
3146
|
}
|
|
3142
3147
|
});
|
|
3143
|
-
var
|
|
3144
|
-
function
|
|
3148
|
+
var ga = /* @__PURE__ */ ((e) => (e[e.Throttle = 0] = "Throttle", e[e.Debounce = 1] = "Debounce", e))(ga || {}), De = /* @__PURE__ */ ((e) => (e[e.Left = 0] = "Left", e[e.Right = 1] = "Right", e))(De || {});
|
|
3149
|
+
function ba(e, t) {
|
|
3145
3150
|
if (!Le)
|
|
3146
3151
|
return;
|
|
3147
3152
|
const {
|
|
@@ -3151,43 +3156,43 @@ function ha(e, t) {
|
|
|
3151
3156
|
} = t || {}, o = i ? s === 0 ? ut(e, i) : Ke(e, i) : e;
|
|
3152
3157
|
ae(() => window.addEventListener("resize", o)), qe(() => window.removeEventListener("resize", o));
|
|
3153
3158
|
}
|
|
3154
|
-
function
|
|
3159
|
+
function Go(e) {
|
|
3155
3160
|
ae(() => {
|
|
3156
3161
|
window.addEventListener("beforeunload", e);
|
|
3157
3162
|
}), qe(() => {
|
|
3158
3163
|
window.removeEventListener("beforeunload", e);
|
|
3159
3164
|
});
|
|
3160
3165
|
}
|
|
3161
|
-
function
|
|
3166
|
+
function ya(e) {
|
|
3162
3167
|
const { el: t, defaultDirection: i } = e, s = L(
|
|
3163
|
-
|
|
3168
|
+
be(i) ? 1 : i
|
|
3164
3169
|
/* Right */
|
|
3165
3170
|
), o = c(() => {
|
|
3166
|
-
const h =
|
|
3167
|
-
if (!
|
|
3171
|
+
const h = l(e.stopUpdatesBelowWidth);
|
|
3172
|
+
if (!be(h))
|
|
3168
3173
|
return h;
|
|
3169
|
-
const m =
|
|
3174
|
+
const m = l(t);
|
|
3170
3175
|
return m != null && m.offsetWidth ? m.offsetWidth * 2 : void 0;
|
|
3171
|
-
}),
|
|
3176
|
+
}), n = () => {
|
|
3172
3177
|
if (!Le)
|
|
3173
3178
|
return;
|
|
3174
|
-
const h =
|
|
3179
|
+
const h = l(t);
|
|
3175
3180
|
if (!h)
|
|
3176
3181
|
return;
|
|
3177
3182
|
const m = h.getBoundingClientRect(), u = m.x + m.width > window.innerWidth, r = m.x < 0;
|
|
3178
|
-
u && r || !
|
|
3183
|
+
u && r || !be(o.value) && window.innerWidth < o.value || (u ? s.value = 0 : r && (s.value = 1));
|
|
3179
3184
|
};
|
|
3180
|
-
return
|
|
3181
|
-
() =>
|
|
3185
|
+
return ba(() => n()), ce(
|
|
3186
|
+
() => l(t),
|
|
3182
3187
|
(h) => {
|
|
3183
|
-
h &&
|
|
3188
|
+
h && n();
|
|
3184
3189
|
}
|
|
3185
3190
|
), {
|
|
3186
3191
|
direction: c(() => s.value),
|
|
3187
|
-
recalculateDirection:
|
|
3192
|
+
recalculateDirection: n
|
|
3188
3193
|
};
|
|
3189
3194
|
}
|
|
3190
|
-
const
|
|
3195
|
+
const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
3191
3196
|
__name: "Menu",
|
|
3192
3197
|
props: {
|
|
3193
3198
|
open: { type: Boolean },
|
|
@@ -3195,7 +3200,7 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3195
3200
|
},
|
|
3196
3201
|
emits: ["update:open", "chosen"],
|
|
3197
3202
|
setup(e, { emit: t }) {
|
|
3198
|
-
const i = t, s = e, o = L(null), { direction:
|
|
3203
|
+
const i = t, s = e, o = L(null), { direction: n } = ya({
|
|
3199
3204
|
el: c(() => {
|
|
3200
3205
|
var x;
|
|
3201
3206
|
return ((x = o.value) == null ? void 0 : x.el) || null;
|
|
@@ -3219,24 +3224,24 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3219
3224
|
const d = !!x;
|
|
3220
3225
|
return m.value = d, d;
|
|
3221
3226
|
};
|
|
3222
|
-
return
|
|
3227
|
+
return ce(m, (x, d) => {
|
|
3223
3228
|
x !== d && (u.value = x);
|
|
3224
|
-
}),
|
|
3229
|
+
}), ce(u, (x) => {
|
|
3225
3230
|
(x && !m.value || !x && m.value) && g();
|
|
3226
|
-
}), (x, d) => (a(), O(
|
|
3231
|
+
}), (x, d) => (a(), O(l(Ms), {
|
|
3227
3232
|
as: "div",
|
|
3228
3233
|
class: "relative inline-block"
|
|
3229
3234
|
}, {
|
|
3230
3235
|
default: A(({ open: B }) => [
|
|
3231
|
-
|
|
3232
|
-
V(
|
|
3236
|
+
p("div", null, [
|
|
3237
|
+
V(l(Ps), {
|
|
3233
3238
|
ref_key: "menuButton",
|
|
3234
3239
|
ref: h,
|
|
3235
3240
|
class: "hidden",
|
|
3236
3241
|
onClick: d[0] || (d[0] = pe(() => {
|
|
3237
3242
|
}, ["stop", "prevent"]))
|
|
3238
3243
|
}, null, 512),
|
|
3239
|
-
|
|
3244
|
+
p("div", {
|
|
3240
3245
|
class: b(B ? "pointer-events-none" : "")
|
|
3241
3246
|
}, [
|
|
3242
3247
|
R(x.$slots, "default", {
|
|
@@ -3254,28 +3259,28 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3254
3259
|
"leave-to-class": "transform scale-95 opacity-0"
|
|
3255
3260
|
}, {
|
|
3256
3261
|
default: A(() => [
|
|
3257
|
-
V(
|
|
3262
|
+
V(l(js), {
|
|
3258
3263
|
ref_key: "menuItems",
|
|
3259
3264
|
ref: o,
|
|
3260
3265
|
class: b([
|
|
3261
3266
|
"absolute mt-2 w-48 origin-top-right divide-y divide-outline-3 rounded-md bg-foundation shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none z-40",
|
|
3262
|
-
n
|
|
3267
|
+
l(n) === l(De).Left ? "right-0" : ""
|
|
3263
3268
|
])
|
|
3264
3269
|
}, {
|
|
3265
3270
|
default: A(() => [
|
|
3266
|
-
(a(!0),
|
|
3271
|
+
(a(!0), f(H, null, G(e.items, (k, $) => (a(), f("div", {
|
|
3267
3272
|
key: $,
|
|
3268
3273
|
class: "p-1"
|
|
3269
3274
|
}, [
|
|
3270
|
-
(a(!0),
|
|
3275
|
+
(a(!0), f(H, null, G(k, (S) => (a(), O(l(_s), {
|
|
3271
3276
|
key: S.id,
|
|
3272
3277
|
disabled: S.disabled,
|
|
3273
3278
|
color: S.color
|
|
3274
3279
|
}, {
|
|
3275
|
-
default: A(({ active:
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
class: b(r({ active:
|
|
3280
|
+
default: A(({ active: T, disabled: M }) => [
|
|
3281
|
+
ue((a(), f("span", null, [
|
|
3282
|
+
p("button", {
|
|
3283
|
+
class: b(r({ active: T, disabled: M, color: S.color })),
|
|
3279
3284
|
disabled: M,
|
|
3280
3285
|
onClick: (w) => v(S, w)
|
|
3281
3286
|
}, [
|
|
@@ -3286,9 +3291,9 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3286
3291
|
R(x.$slots, "item", { item: S }, () => [
|
|
3287
3292
|
D(z(S.title), 1)
|
|
3288
3293
|
])
|
|
3289
|
-
], 10,
|
|
3294
|
+
], 10, xa)
|
|
3290
3295
|
])), [
|
|
3291
|
-
[
|
|
3296
|
+
[l(gt), S.disabled && S.disabledTooltip]
|
|
3292
3297
|
])
|
|
3293
3298
|
]),
|
|
3294
3299
|
_: 2
|
|
@@ -3304,18 +3309,18 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3304
3309
|
_: 3
|
|
3305
3310
|
}));
|
|
3306
3311
|
}
|
|
3307
|
-
}),
|
|
3312
|
+
}), ka = { class: "flex flex-col gap-y-0 sm:gap-y-4" }, wa = { class: "flex gap-x-6" }, Zo = /* @__PURE__ */ P({
|
|
3308
3313
|
__name: "Tabs",
|
|
3309
3314
|
props: {
|
|
3310
3315
|
items: null
|
|
3311
3316
|
},
|
|
3312
3317
|
setup(e) {
|
|
3313
|
-
const t = e, i = L(null), s = c(() => i.value && t.items.find((
|
|
3314
|
-
i.value =
|
|
3318
|
+
const t = e, i = L(null), s = c(() => i.value && t.items.find((n) => n.id === i.value) || t.items[0]), o = (n) => {
|
|
3319
|
+
i.value = n.id;
|
|
3315
3320
|
};
|
|
3316
|
-
return (
|
|
3317
|
-
|
|
3318
|
-
(a(!0),
|
|
3321
|
+
return (n, h) => (a(), f("div", ka, [
|
|
3322
|
+
p("div", wa, [
|
|
3323
|
+
(a(!0), f(H, null, G(e.items, (m) => (a(), O(oe, {
|
|
3319
3324
|
key: m.id,
|
|
3320
3325
|
link: "",
|
|
3321
3326
|
color: s.value.id === m.id ? "default" : "secondary",
|
|
@@ -3327,13 +3332,13 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3327
3332
|
_: 2
|
|
3328
3333
|
}, 1032, ["color", "onClick"]))), 128))
|
|
3329
3334
|
]),
|
|
3330
|
-
R(
|
|
3335
|
+
R(n.$slots, "default", { activeItem: s.value })
|
|
3331
3336
|
]));
|
|
3332
3337
|
}
|
|
3333
|
-
}),
|
|
3338
|
+
}), Ca = /* @__PURE__ */ p("div", { class: "hidden lg:block absolute bottom-0 left-0 h-px w-full bg-outline-3" }, null, -1), $a = ["data-tab-id", "onClick"], Ia = { class: "min-w-6" }, Ba = {
|
|
3334
3339
|
key: 2,
|
|
3335
3340
|
class: "text-[10px] leading-tight py-0.5 text-foreground-on-primary font-medium px-1.5 rounded-full bg-gradient-to-tr from-[#7025EB] to-primary select-none mt-0.5"
|
|
3336
|
-
},
|
|
3341
|
+
}, No = /* @__PURE__ */ P({
|
|
3337
3342
|
__name: "PageTabs",
|
|
3338
3343
|
props: {
|
|
3339
3344
|
items: null,
|
|
@@ -3341,14 +3346,14 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3341
3346
|
title: null
|
|
3342
3347
|
},
|
|
3343
3348
|
setup(e) {
|
|
3344
|
-
const t = e, i = L(null), s = L(null), o = c(() => t.items.find((v) => v.id === s.value) || t.items[0]),
|
|
3349
|
+
const t = e, i = L(null), s = L(null), o = c(() => t.items.find((v) => v.id === s.value) || t.items[0]), n = c(() => {
|
|
3345
3350
|
const r = s.value;
|
|
3346
3351
|
if (!r)
|
|
3347
3352
|
return null;
|
|
3348
3353
|
const v = i.value;
|
|
3349
3354
|
return v && [...v.getElementsByClassName("tab-button")].find((y) => y.dataset.tabId === r) || null;
|
|
3350
3355
|
}), h = c(() => {
|
|
3351
|
-
const r =
|
|
3356
|
+
const r = n.value;
|
|
3352
3357
|
return {
|
|
3353
3358
|
left: `${(r == null ? void 0 : r.offsetLeft) || 0}px`,
|
|
3354
3359
|
width: `${(r == null ? void 0 : r.clientWidth) || 0}px`
|
|
@@ -3358,29 +3363,29 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3358
3363
|
}, u = (r) => {
|
|
3359
3364
|
!Le || !(r != null && r.id) || (s.value = r.id);
|
|
3360
3365
|
};
|
|
3361
|
-
return
|
|
3366
|
+
return ce(
|
|
3362
3367
|
() => t.items,
|
|
3363
3368
|
(r) => {
|
|
3364
3369
|
u(r[0]);
|
|
3365
3370
|
},
|
|
3366
3371
|
{ immediate: !0 }
|
|
3367
|
-
), (r, v) => (a(),
|
|
3372
|
+
), (r, v) => (a(), f("div", {
|
|
3368
3373
|
class: b(["relative z-10 flex gap-4", e.vertical ? "sm:gap-8 flex-col sm:flex-row" : "sm:gap-10 flex-col"])
|
|
3369
3374
|
}, [
|
|
3370
|
-
|
|
3375
|
+
p("div", {
|
|
3371
3376
|
class: b([
|
|
3372
3377
|
"relative flex sm:justify-between overflow-x-auto",
|
|
3373
3378
|
e.vertical ? "items-center sm:items-start sm:flex-col sm:w-2/12 border-r border-outline gap-4 pl-4" : "border-b border-outline-3 lg:border-none gap-8 w-full"
|
|
3374
3379
|
])
|
|
3375
3380
|
}, [
|
|
3376
|
-
e.vertical ? I("", !0) : (a(),
|
|
3377
|
-
|
|
3378
|
-
|
|
3381
|
+
e.vertical ? I("", !0) : (a(), f(H, { key: 0 }, [
|
|
3382
|
+
Ca,
|
|
3383
|
+
p("div", {
|
|
3379
3384
|
style: Y(h.value),
|
|
3380
3385
|
class: "h-[2px] absolute bottom-0 z-20 bg-primary transition-all duration-300"
|
|
3381
3386
|
}, null, 4)
|
|
3382
3387
|
], 64)),
|
|
3383
|
-
|
|
3388
|
+
p("div", {
|
|
3384
3389
|
ref_key: "buttonContainer",
|
|
3385
3390
|
ref: i,
|
|
3386
3391
|
class: b([
|
|
@@ -3388,11 +3393,11 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3388
3393
|
e.vertical ? "flex-wrap sm:flex-nowrap flex-row sm:flex-col gap-4" : "gap-6"
|
|
3389
3394
|
])
|
|
3390
3395
|
}, [
|
|
3391
|
-
e.title ? (a(),
|
|
3396
|
+
e.title ? (a(), f("h1", {
|
|
3392
3397
|
key: 0,
|
|
3393
3398
|
class: b(["font-bold h4", e.vertical ? "w-full sm:w-auto -ml-4 mb-4" : "mb-2"])
|
|
3394
3399
|
}, z(e.title), 3)) : I("", !0),
|
|
3395
|
-
(a(!0),
|
|
3400
|
+
(a(!0), f(H, null, G(e.items, (g) => (a(), f("button", {
|
|
3396
3401
|
key: g.id,
|
|
3397
3402
|
"data-tab-id": g.id,
|
|
3398
3403
|
class: b(["tab-button relative z-10 flex items-center gap-1.5 pb-2 border-b-[2px] border-transparent text-base max-w-max px-2", [
|
|
@@ -3405,28 +3410,28 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3405
3410
|
key: 0,
|
|
3406
3411
|
class: "shrink-0 h-4 w-4 stroke-[2px]"
|
|
3407
3412
|
})) : I("", !0),
|
|
3408
|
-
|
|
3409
|
-
g.count ? (a(),
|
|
3413
|
+
p("span", Ia, z(g.title), 1),
|
|
3414
|
+
g.count ? (a(), f("div", {
|
|
3410
3415
|
key: 1,
|
|
3411
3416
|
class: b([
|
|
3412
3417
|
"rounded-full px-2 text-[11px] transition-all min-w-6",
|
|
3413
3418
|
o.value.id === g.id ? "text-primary bg-blue-100" : "text-foreground-2 bg-gray-200 dark:bg-foundation"
|
|
3414
3419
|
])
|
|
3415
3420
|
}, [
|
|
3416
|
-
|
|
3421
|
+
p("span", null, z(g.count), 1)
|
|
3417
3422
|
], 2)) : I("", !0),
|
|
3418
|
-
g.tag ? (a(),
|
|
3419
|
-
], 10,
|
|
3423
|
+
g.tag ? (a(), f("div", Ba, z(g.tag), 1)) : I("", !0)
|
|
3424
|
+
], 10, $a))), 128))
|
|
3420
3425
|
], 2)
|
|
3421
3426
|
], 2),
|
|
3422
|
-
|
|
3427
|
+
p("div", {
|
|
3423
3428
|
class: b(e.vertical ? "sm:w-10/12" : "")
|
|
3424
3429
|
}, [
|
|
3425
3430
|
R(r.$slots, "default", { activeItem: o.value })
|
|
3426
3431
|
], 2)
|
|
3427
3432
|
], 2));
|
|
3428
3433
|
}
|
|
3429
|
-
}),
|
|
3434
|
+
}), Sa = { class: "text-foreground" }, za = { class: "w-full text-sm overflow-x-auto overflow-y-visible simple-scrollbar" }, Va = ["onClick", "onKeypress"], La = /* @__PURE__ */ p("div", { class: "text-gray-900 font-medium order-1" }, "Placeholder", -1), Oa = { class: "absolute right-1.5 gap-1 flex items-center p-0 h-full" }, Qo = /* @__PURE__ */ P({
|
|
3430
3435
|
__name: "Table",
|
|
3431
3436
|
props: {
|
|
3432
3437
|
items: null,
|
|
@@ -3457,29 +3462,29 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3457
3462
|
}), o = (m) => {
|
|
3458
3463
|
var u;
|
|
3459
3464
|
return ((u = t.columns.find((r) => r.id === m)) == null ? void 0 : u.classes) || "";
|
|
3460
|
-
},
|
|
3465
|
+
}, n = (m, u) => {
|
|
3461
3466
|
const r = o(m);
|
|
3462
3467
|
return u === 0 ? `bg-transparent py-3 pr-5 px-1 ${r}` : `lg:p-0 px-1 my-2 ${r}`;
|
|
3463
3468
|
}, h = (m) => {
|
|
3464
3469
|
var u;
|
|
3465
3470
|
(u = t.onRowClick) == null || u.call(t, m);
|
|
3466
3471
|
};
|
|
3467
|
-
return (m, u) => (a(),
|
|
3468
|
-
|
|
3469
|
-
e.items.length > 0 ? (a(),
|
|
3472
|
+
return (m, u) => (a(), f("div", Sa, [
|
|
3473
|
+
p("div", za, [
|
|
3474
|
+
e.items.length > 0 ? (a(), f("div", {
|
|
3470
3475
|
key: 0,
|
|
3471
3476
|
class: "grid z-10 grid-cols-12 items-center gap-6 font-semibold bg-foundation rounded-t-lg w-full border-b border-outline-3 pb-2 pt-4 px-4 min-w-[900px]",
|
|
3472
3477
|
style: Y({ paddingRight: i.value })
|
|
3473
3478
|
}, [
|
|
3474
|
-
(a(!0),
|
|
3479
|
+
(a(!0), f(H, null, G(e.columns, (r) => (a(), f("div", {
|
|
3475
3480
|
key: r.id,
|
|
3476
3481
|
class: b([o(r.id), "capitalize"])
|
|
3477
3482
|
}, z(r.header), 3))), 128))
|
|
3478
3483
|
], 4)) : I("", !0),
|
|
3479
|
-
|
|
3484
|
+
p("div", {
|
|
3480
3485
|
class: b(["divide-y divide-outline-3 h-full overflow-visible", { "pb-32": e.overflowCells }])
|
|
3481
3486
|
}, [
|
|
3482
|
-
(a(!0),
|
|
3487
|
+
(a(!0), f(H, null, G(e.items, (r) => (a(), f("div", {
|
|
3483
3488
|
key: r.id,
|
|
3484
3489
|
style: Y({ paddingRight: i.value }),
|
|
3485
3490
|
class: b(s.value),
|
|
@@ -3487,37 +3492,37 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3487
3492
|
onClick: (v) => h(r),
|
|
3488
3493
|
onKeypress: (v) => h(r)
|
|
3489
3494
|
}, [
|
|
3490
|
-
(a(!0),
|
|
3495
|
+
(a(!0), f(H, null, G(e.columns, (v, g) => (a(), f("div", {
|
|
3491
3496
|
key: v.id,
|
|
3492
|
-
class: b(
|
|
3497
|
+
class: b(n(v.id, g)),
|
|
3493
3498
|
tabindex: "0"
|
|
3494
3499
|
}, [
|
|
3495
3500
|
R(m.$slots, v.id, { item: r }, () => [
|
|
3496
|
-
|
|
3501
|
+
La
|
|
3497
3502
|
])
|
|
3498
3503
|
], 2))), 128)),
|
|
3499
|
-
|
|
3500
|
-
(a(!0),
|
|
3504
|
+
p("div", Oa, [
|
|
3505
|
+
(a(!0), f(H, null, G(e.buttons, (v) => (a(), f("div", {
|
|
3501
3506
|
key: v.label
|
|
3502
3507
|
}, [
|
|
3503
|
-
V(
|
|
3508
|
+
V(l(oe), {
|
|
3504
3509
|
"icon-left": v.icon,
|
|
3505
3510
|
size: "sm",
|
|
3506
3511
|
color: "secondary",
|
|
3507
3512
|
"hide-text": "",
|
|
3508
3513
|
class: b(v.class),
|
|
3509
3514
|
"text-color": v.textColor,
|
|
3510
|
-
to:
|
|
3511
|
-
onClick: pe((g) =>
|
|
3515
|
+
to: l(ye)(v.action) ? v.action : void 0,
|
|
3516
|
+
onClick: pe((g) => l(ye)(v.action) ? l(ct) : v.action(r), ["stop"])
|
|
3512
3517
|
}, null, 8, ["icon-left", "class", "text-color", "to", "onClick"])
|
|
3513
3518
|
]))), 128))
|
|
3514
3519
|
])
|
|
3515
|
-
], 46,
|
|
3520
|
+
], 46, Va))), 128))
|
|
3516
3521
|
], 2)
|
|
3517
3522
|
])
|
|
3518
3523
|
]));
|
|
3519
3524
|
}
|
|
3520
|
-
}),
|
|
3525
|
+
}), Aa = /* @__PURE__ */ p("div", { class: "h-8" }, null, -1), Ma = { class: "w-full flex flex-col items-center my-2 space-y-2 mt-4" }, Pa = { class: "inline-flex items-center space-x-1" }, ja = /* @__PURE__ */ p("span", { class: "text-foreground-2" }, "An error occurred while loading", -1), Jo = /* @__PURE__ */ P({
|
|
3521
3526
|
__name: "InfiniteLoading",
|
|
3522
3527
|
props: {
|
|
3523
3528
|
settings: null,
|
|
@@ -3531,12 +3536,12 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3531
3536
|
var o;
|
|
3532
3537
|
(o = t.value) != null && o.isConnected && (i.value = !0, clearInterval(s));
|
|
3533
3538
|
}, 200);
|
|
3534
|
-
}), (s, o) => (a(),
|
|
3539
|
+
}), (s, o) => (a(), f("div", {
|
|
3535
3540
|
ref_key: "wrapper",
|
|
3536
3541
|
ref: t
|
|
3537
3542
|
}, [
|
|
3538
|
-
i.value ? (a(), O(
|
|
3539
|
-
onInfinite: o[0] || (o[0] = (
|
|
3543
|
+
i.value ? (a(), O(l(Ds), ie({ key: 0 }, s.$props.settings || {}, {
|
|
3544
|
+
onInfinite: o[0] || (o[0] = (n) => s.$emit("infinite", n))
|
|
3540
3545
|
}), {
|
|
3541
3546
|
spinner: A(() => [
|
|
3542
3547
|
V(Qe, {
|
|
@@ -3545,17 +3550,17 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3545
3550
|
})
|
|
3546
3551
|
]),
|
|
3547
3552
|
complete: A(() => [
|
|
3548
|
-
|
|
3553
|
+
Aa
|
|
3549
3554
|
]),
|
|
3550
|
-
error: A(({ retry:
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
V(
|
|
3554
|
-
|
|
3555
|
+
error: A(({ retry: n }) => [
|
|
3556
|
+
p("div", Ma, [
|
|
3557
|
+
p("div", Pa, [
|
|
3558
|
+
V(l(ss), { class: "w-5 h-5 text-danger" }),
|
|
3559
|
+
ja
|
|
3555
3560
|
]),
|
|
3556
3561
|
e.allowRetry ? (a(), O(oe, {
|
|
3557
3562
|
key: 0,
|
|
3558
|
-
onClick:
|
|
3563
|
+
onClick: n
|
|
3559
3564
|
}, {
|
|
3560
3565
|
default: A(() => [
|
|
3561
3566
|
D("Retry")
|
|
@@ -3568,10 +3573,10 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3568
3573
|
}, 16)) : I("", !0)
|
|
3569
3574
|
], 512));
|
|
3570
3575
|
}
|
|
3571
|
-
}),
|
|
3576
|
+
}), _a = { class: "relative group" }, Ta = {
|
|
3572
3577
|
key: 0,
|
|
3573
3578
|
class: "absolute -inset-1 bg-blue-300 dark:bg-blue-500 opacity-5 dark:opacity-0 rounded-md blur-sm group-hover:opacity-60 dark:group-hover:opacity-30 transition duration-500"
|
|
3574
|
-
},
|
|
3579
|
+
}, Yo = /* @__PURE__ */ P({
|
|
3575
3580
|
__name: "Panel",
|
|
3576
3581
|
props: {
|
|
3577
3582
|
/**
|
|
@@ -3611,14 +3616,14 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3611
3616
|
setup(e, { emit: t }) {
|
|
3612
3617
|
const i = t, s = e, o = c(
|
|
3613
3618
|
() => s.customPadding ? "" : "px-4 py-4 sm:px-6"
|
|
3614
|
-
),
|
|
3619
|
+
), n = c(
|
|
3615
3620
|
() => s.customPadding ? "" : "px-4 py-4 sm:p-6"
|
|
3616
3621
|
), h = c(() => {
|
|
3617
3622
|
const m = ["rounded-lg"];
|
|
3618
3623
|
return s.noShadow || m.push("shadow"), s.ring && m.push("ring-outline-2 hover:ring-2"), s.panelClasses && m.push(s.panelClasses), m.join(" ");
|
|
3619
3624
|
});
|
|
3620
|
-
return (m, u) => (a(),
|
|
3621
|
-
e.fancyGlow ? (a(),
|
|
3625
|
+
return (m, u) => (a(), f("div", _a, [
|
|
3626
|
+
e.fancyGlow ? (a(), f("div", Ta)) : I("", !0),
|
|
3622
3627
|
(a(), O(Q(e.form ? "form" : "div"), {
|
|
3623
3628
|
class: b([
|
|
3624
3629
|
"relative divide-outline-3 bg-foundation text-foreground flex flex-col divide-y overflow-hidden",
|
|
@@ -3627,18 +3632,18 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3627
3632
|
onSubmit: u[0] || (u[0] = (r) => i("submit", r))
|
|
3628
3633
|
}, {
|
|
3629
3634
|
default: A(() => [
|
|
3630
|
-
m.$slots.header ? (a(),
|
|
3635
|
+
m.$slots.header ? (a(), f("div", {
|
|
3631
3636
|
key: 0,
|
|
3632
3637
|
class: b(o.value)
|
|
3633
3638
|
}, [
|
|
3634
3639
|
R(m.$slots, "header")
|
|
3635
3640
|
], 2)) : I("", !0),
|
|
3636
|
-
|
|
3637
|
-
class: b(["grow",
|
|
3641
|
+
p("div", {
|
|
3642
|
+
class: b(["grow", n.value])
|
|
3638
3643
|
}, [
|
|
3639
3644
|
R(m.$slots, "default")
|
|
3640
3645
|
], 2),
|
|
3641
|
-
m.$slots.footer ? (a(),
|
|
3646
|
+
m.$slots.footer ? (a(), f("div", {
|
|
3642
3647
|
key: 1,
|
|
3643
3648
|
class: b(o.value)
|
|
3644
3649
|
}, [
|
|
@@ -3649,7 +3654,7 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3649
3654
|
}, 40, ["class"]))
|
|
3650
3655
|
]));
|
|
3651
3656
|
}
|
|
3652
|
-
}),
|
|
3657
|
+
}), Fa = { class: "flex-shrink-0" }, Ra = /* @__PURE__ */ p("span", { class: "sr-only" }, "Dismiss", -1), er = /* @__PURE__ */ P({
|
|
3653
3658
|
__name: "Alert",
|
|
3654
3659
|
props: {
|
|
3655
3660
|
color: { default: "success" },
|
|
@@ -3665,16 +3670,16 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3665
3670
|
return t.customIcon;
|
|
3666
3671
|
switch (t.color) {
|
|
3667
3672
|
case "info":
|
|
3668
|
-
return
|
|
3673
|
+
return os;
|
|
3669
3674
|
case "warning":
|
|
3670
3675
|
return ze;
|
|
3671
3676
|
case "danger":
|
|
3672
|
-
return
|
|
3677
|
+
return as;
|
|
3673
3678
|
case "success":
|
|
3674
3679
|
default:
|
|
3675
3680
|
return ht;
|
|
3676
3681
|
}
|
|
3677
|
-
}),
|
|
3682
|
+
}), n = c(() => {
|
|
3678
3683
|
const d = [];
|
|
3679
3684
|
switch (t.size) {
|
|
3680
3685
|
case "xs":
|
|
@@ -3823,29 +3828,29 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3823
3828
|
return "sm";
|
|
3824
3829
|
}
|
|
3825
3830
|
});
|
|
3826
|
-
return (d, B) => (a(),
|
|
3827
|
-
class: b(["rounded-md", [
|
|
3831
|
+
return (d, B) => (a(), f("div", {
|
|
3832
|
+
class: b(["rounded-md", [n.value, v.value]])
|
|
3828
3833
|
}, [
|
|
3829
|
-
|
|
3834
|
+
p("div", {
|
|
3830
3835
|
class: b(["flex", h.value])
|
|
3831
3836
|
}, [
|
|
3832
|
-
|
|
3837
|
+
p("div", Fa, [
|
|
3833
3838
|
(a(), O(Q(o.value), {
|
|
3834
3839
|
class: b(g.value),
|
|
3835
3840
|
"aria-hidden": "true"
|
|
3836
3841
|
}, null, 8, ["class"]))
|
|
3837
3842
|
]),
|
|
3838
|
-
|
|
3843
|
+
p("div", {
|
|
3839
3844
|
class: b(m.value)
|
|
3840
3845
|
}, [
|
|
3841
|
-
|
|
3846
|
+
p("h3", {
|
|
3842
3847
|
class: b(["text-sm", [s.value ? "font-medium" : ""]])
|
|
3843
3848
|
}, [
|
|
3844
3849
|
R(d.$slots, "title", {}, () => [
|
|
3845
3850
|
D("Title")
|
|
3846
3851
|
])
|
|
3847
3852
|
], 2),
|
|
3848
|
-
s.value ? (a(),
|
|
3853
|
+
s.value ? (a(), f("div", {
|
|
3849
3854
|
key: 0,
|
|
3850
3855
|
class: b(u.value)
|
|
3851
3856
|
}, [
|
|
@@ -3853,16 +3858,16 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3853
3858
|
D(" Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquid pariatur, ipsum similique veniam. ")
|
|
3854
3859
|
])
|
|
3855
3860
|
], 2)) : I("", !0),
|
|
3856
|
-
|
|
3861
|
+
p("div", {
|
|
3857
3862
|
class: b(r.value)
|
|
3858
3863
|
}, [
|
|
3859
|
-
(a(!0),
|
|
3864
|
+
(a(!0), f(H, null, G(e.actions || [], (k, $) => (a(), O(oe, {
|
|
3860
3865
|
key: $,
|
|
3861
3866
|
color: e.color,
|
|
3862
3867
|
size: x.value,
|
|
3863
3868
|
to: k.url,
|
|
3864
3869
|
external: k.externalUrl || !1,
|
|
3865
|
-
onClick: (S) => k.onClick ||
|
|
3870
|
+
onClick: (S) => k.onClick || l(ct)
|
|
3866
3871
|
}, {
|
|
3867
3872
|
default: A(() => [
|
|
3868
3873
|
D(z(k.title), 1)
|
|
@@ -3871,17 +3876,17 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3871
3876
|
}, 1032, ["color", "size", "to", "external", "onClick"]))), 128))
|
|
3872
3877
|
], 2)
|
|
3873
3878
|
], 2),
|
|
3874
|
-
e.withDismiss ? (a(),
|
|
3879
|
+
e.withDismiss ? (a(), f("div", {
|
|
3875
3880
|
key: 0,
|
|
3876
3881
|
class: b(["flex", [s.value ? "items-start" : "items-center"]])
|
|
3877
3882
|
}, [
|
|
3878
|
-
|
|
3883
|
+
p("button", {
|
|
3879
3884
|
type: "button",
|
|
3880
3885
|
class: b(["inline-flex rounded-md focus:outline-none focus:ring-2", y.value]),
|
|
3881
3886
|
onClick: B[0] || (B[0] = (k) => d.$emit("dismiss"))
|
|
3882
3887
|
}, [
|
|
3883
|
-
|
|
3884
|
-
V(
|
|
3888
|
+
Ra,
|
|
3889
|
+
V(l(xe), {
|
|
3885
3890
|
class: "h-5 w-5",
|
|
3886
3891
|
"aria-hidden": "true"
|
|
3887
3892
|
})
|
|
@@ -3891,41 +3896,41 @@ const ga = ["disabled", "onClick"], Ho = /* @__PURE__ */ P({
|
|
|
3891
3896
|
], 2));
|
|
3892
3897
|
}
|
|
3893
3898
|
});
|
|
3894
|
-
function
|
|
3899
|
+
function tr(e) {
|
|
3895
3900
|
var d, B;
|
|
3896
|
-
const { get: t, initialState: i, readOptions: s, set: o, asyncRead:
|
|
3901
|
+
const { get: t, initialState: i, readOptions: s, set: o, asyncRead: n = !0, debugging: h } = e, m = h == null ? void 0 : h.log, u = () => (new Error("Trace:").stack || "").substring(7), r = ((B = (d = e.debugging) == null ? void 0 : d.log) == null ? void 0 : B.logger) || console.debug, v = m && !m.writesOnly ? () => {
|
|
3897
3902
|
const k = t();
|
|
3898
3903
|
return r(`debugging: '${m.name}' read`, k, u()), k;
|
|
3899
|
-
} : t, g = m && !m.readsOnly ? (k) => (r(`debugging: '${m.name}' written to`, k, u()), o(k)) : o, y =
|
|
3904
|
+
} : t, g = m && !m.readsOnly ? (k) => (r(`debugging: '${m.name}' written to`, k, u()), o(k)) : o, y = n ? ys(v, i, s) : c(v), x = c(() => y.value);
|
|
3900
3905
|
return x.update = g, x;
|
|
3901
3906
|
}
|
|
3902
|
-
const
|
|
3907
|
+
const Da = /* @__PURE__ */ P({
|
|
3903
3908
|
__name: "ContextManager",
|
|
3904
3909
|
setup(e, { expose: t }) {
|
|
3905
|
-
const s =
|
|
3910
|
+
const s = _t().provides, o = Object.getOwnPropertySymbols(s).find(
|
|
3906
3911
|
(y) => y.description === "ComboboxContext"
|
|
3907
3912
|
);
|
|
3908
3913
|
o || console.error("FormTagsContextManager ctx key not found!");
|
|
3909
|
-
const
|
|
3910
|
-
return
|
|
3911
|
-
|
|
3914
|
+
const n = Tt(o || "__undefined");
|
|
3915
|
+
return n || console.error("FormTagsContextManager ctx not found!"), t({ goUp: () => {
|
|
3916
|
+
n == null || n.goToOption(1);
|
|
3912
3917
|
}, goDown: () => {
|
|
3913
|
-
|
|
3918
|
+
n == null || n.goToOption(2);
|
|
3914
3919
|
}, open: () => {
|
|
3915
|
-
|
|
3920
|
+
n && n.openCombobox();
|
|
3916
3921
|
}, close: () => {
|
|
3917
|
-
|
|
3922
|
+
n == null || n.closeCombobox();
|
|
3918
3923
|
}, selectActive: () => {
|
|
3919
|
-
|
|
3920
|
-
}, isOpen: () => (
|
|
3924
|
+
n == null || n.selectActiveOption();
|
|
3925
|
+
}, isOpen: () => (n == null ? void 0 : n.comboboxState.value) === 0 }), (y, x) => R(y.$slots, "default");
|
|
3921
3926
|
}
|
|
3922
|
-
}),
|
|
3927
|
+
}), Ea = ["for"], Ua = ["disabled", "placeholder", "onKeydown"], qa = /* @__PURE__ */ p("span", { class: "text-xs sr-only" }, "Clear input", -1), Wa = { key: 1 }, Ha = /* @__PURE__ */ p("div", { class: "text-foreground-2 text-center" }, [
|
|
3923
3928
|
/* @__PURE__ */ D(" Press "),
|
|
3924
|
-
/* @__PURE__ */
|
|
3929
|
+
/* @__PURE__ */ p("strong", null, "Enter"),
|
|
3925
3930
|
/* @__PURE__ */ D(" to create tag ⚡ ")
|
|
3926
|
-
], -1),
|
|
3927
|
-
|
|
3928
|
-
],
|
|
3931
|
+
], -1), Ka = [
|
|
3932
|
+
Ha
|
|
3933
|
+
], Ga = ["id"], sr = /* @__PURE__ */ P({
|
|
3929
3934
|
__name: "Tags",
|
|
3930
3935
|
props: {
|
|
3931
3936
|
name: null,
|
|
@@ -3949,7 +3954,7 @@ const _a = /* @__PURE__ */ P({
|
|
|
3949
3954
|
},
|
|
3950
3955
|
emits: ["update:modelValue", "change", "clear"],
|
|
3951
3956
|
setup(e, { expose: t, emit: i }) {
|
|
3952
|
-
const s = (j) => j.type === "input", o = i,
|
|
3957
|
+
const s = (j) => j.type === "input", o = i, n = e, h = L(null), { focused: m } = xs(h), u = L(
|
|
3953
3958
|
null
|
|
3954
3959
|
), {
|
|
3955
3960
|
coreInputClasses: r,
|
|
@@ -3962,21 +3967,21 @@ const _a = /* @__PURE__ */ P({
|
|
|
3962
3967
|
helpTipClasses: k,
|
|
3963
3968
|
errorMessage: $,
|
|
3964
3969
|
clear: S,
|
|
3965
|
-
value:
|
|
3970
|
+
value: T
|
|
3966
3971
|
} = Ze({
|
|
3967
|
-
props: le(
|
|
3972
|
+
props: le(n),
|
|
3968
3973
|
emit: o,
|
|
3969
3974
|
inputEl: h
|
|
3970
3975
|
// options: {
|
|
3971
3976
|
// customClear: () => (selectedItems.value = [])
|
|
3972
3977
|
// }
|
|
3973
3978
|
}), M = L([]), w = L(!1), E = L(!1), q = L(""), U = c({
|
|
3974
|
-
get: () =>
|
|
3979
|
+
get: () => T.value || [],
|
|
3975
3980
|
set: (j) => {
|
|
3976
|
-
|
|
3981
|
+
T.value = Rt(j).filter((F) => !!F.length);
|
|
3977
3982
|
}
|
|
3978
3983
|
}), Ae = c(() => {
|
|
3979
|
-
switch (
|
|
3984
|
+
switch (n.size) {
|
|
3980
3985
|
case "sm":
|
|
3981
3986
|
return "h-6";
|
|
3982
3987
|
case "lg":
|
|
@@ -3987,19 +3992,19 @@ const _a = /* @__PURE__ */ P({
|
|
|
3987
3992
|
default:
|
|
3988
3993
|
return "h-8";
|
|
3989
3994
|
}
|
|
3990
|
-
}), re = c(() =>
|
|
3995
|
+
}), re = c(() => n.showClear && !!U.value.length), Me = c(() => {
|
|
3991
3996
|
const j = [
|
|
3992
3997
|
v.value,
|
|
3993
|
-
|
|
3998
|
+
n.disabled ? "cursor-not-allowed !bg-foundation-disabled !text-disabled-muted" : ""
|
|
3994
3999
|
];
|
|
3995
|
-
return re.value && ($.value ||
|
|
4000
|
+
return re.value && ($.value || n.showRequired) ? j.push("pr-14") : (re.value || $.value || n.showRequired) && j.push("pr-8"), $.value ? (j.push("border-2 border-danger text-danger-darker"), m.value && j.push("ring-1 ring-danger")) : (j.push("border-2 border-transparent"), m.value && j.push("ring-2 ring-outline-2")), j.join(" ");
|
|
3996
4001
|
}), Pe = (j) => {
|
|
3997
|
-
if (
|
|
4002
|
+
if (n.disabled)
|
|
3998
4003
|
return;
|
|
3999
4004
|
const F = U.value.indexOf(j);
|
|
4000
4005
|
if (F !== -1) {
|
|
4001
|
-
const
|
|
4002
|
-
|
|
4006
|
+
const _ = U.value.slice();
|
|
4007
|
+
_.splice(F, 1), U.value = _;
|
|
4003
4008
|
}
|
|
4004
4009
|
}, me = () => {
|
|
4005
4010
|
var j;
|
|
@@ -4009,17 +4014,17 @@ const _a = /* @__PURE__ */ P({
|
|
|
4009
4014
|
return;
|
|
4010
4015
|
const F = U.value.slice();
|
|
4011
4016
|
F.pop(), U.value = F, E.value = !1;
|
|
4012
|
-
},
|
|
4013
|
-
var j, F,
|
|
4014
|
-
(j = u.value) != null && j.isOpen() ? (F = u.value) == null || F.goUp() : (
|
|
4017
|
+
}, fe = () => {
|
|
4018
|
+
var j, F, _;
|
|
4019
|
+
(j = u.value) != null && j.isOpen() ? (F = u.value) == null || F.goUp() : (_ = u.value) == null || _.open();
|
|
4015
4020
|
}, X = () => {
|
|
4016
|
-
var j, F,
|
|
4017
|
-
(j = u.value) != null && j.isOpen() ? (F = u.value) == null || F.goDown() : (
|
|
4021
|
+
var j, F, _;
|
|
4022
|
+
(j = u.value) != null && j.isOpen() ? (F = u.value) == null || F.goDown() : (_ = u.value) == null || _.open();
|
|
4018
4023
|
}, he = async () => {
|
|
4019
|
-
|
|
4020
|
-
|
|
4024
|
+
n.getAutocompleteItems && (w.value = !0, M.value = await Promise.resolve(
|
|
4025
|
+
n.getAutocompleteItems(q.value)
|
|
4021
4026
|
), w.value = !1);
|
|
4022
|
-
}, je = Ke(he, 1e3),
|
|
4027
|
+
}, je = Ke(he, 1e3), _e = () => {
|
|
4023
4028
|
w.value = !0, je();
|
|
4024
4029
|
}, ke = (j, F) => {
|
|
4025
4030
|
var Z, te;
|
|
@@ -4035,137 +4040,137 @@ const _a = /* @__PURE__ */ P({
|
|
|
4035
4040
|
} else
|
|
4036
4041
|
E.value = !!q.value.length;
|
|
4037
4042
|
};
|
|
4038
|
-
return
|
|
4039
|
-
var
|
|
4040
|
-
j && !F ?
|
|
4041
|
-
}),
|
|
4042
|
-
|
|
4043
|
+
return ce(E, (j, F) => {
|
|
4044
|
+
var _, Z;
|
|
4045
|
+
j && !F ? n.getAutocompleteItems && ((_ = u.value) == null || _.open()) : !j && F && ((Z = u.value) == null || Z.close());
|
|
4046
|
+
}), ce(q, () => {
|
|
4047
|
+
_e();
|
|
4043
4048
|
}), ae(() => {
|
|
4044
4049
|
he();
|
|
4045
|
-
}), t({ resolveAutocompleteItems: he }), (j, F) => (a(), O(
|
|
4050
|
+
}), t({ resolveAutocompleteItems: he }), (j, F) => (a(), O(l(Ts), {
|
|
4046
4051
|
modelValue: U.value,
|
|
4047
|
-
"onUpdate:modelValue": F[5] || (F[5] = (
|
|
4052
|
+
"onUpdate:modelValue": F[5] || (F[5] = (_) => U.value = _),
|
|
4048
4053
|
as: "div",
|
|
4049
4054
|
multiple: "",
|
|
4050
4055
|
clearable: "",
|
|
4051
4056
|
class: b([e.wrapperClasses])
|
|
4052
4057
|
}, {
|
|
4053
4058
|
default: A(() => [
|
|
4054
|
-
V(
|
|
4059
|
+
V(Da, {
|
|
4055
4060
|
ref_key: "ctxManager",
|
|
4056
4061
|
ref: u
|
|
4057
4062
|
}, {
|
|
4058
4063
|
default: A(() => [
|
|
4059
|
-
|
|
4064
|
+
p("label", {
|
|
4060
4065
|
for: e.name,
|
|
4061
|
-
class: b(
|
|
4066
|
+
class: b(l(g))
|
|
4062
4067
|
}, [
|
|
4063
|
-
|
|
4064
|
-
], 10,
|
|
4065
|
-
|
|
4068
|
+
p("span", null, z(l(y)), 1)
|
|
4069
|
+
], 10, Ea),
|
|
4070
|
+
p("div", {
|
|
4066
4071
|
class: b(["relative flex flex-wrap items-center space-x-1 px-2 py-1", Me.value])
|
|
4067
4072
|
}, [
|
|
4068
|
-
(a(!0),
|
|
4069
|
-
key:
|
|
4070
|
-
"icon-left": e.disabled ? void 0 :
|
|
4073
|
+
(a(!0), f(H, null, G(U.value, (_) => (a(), O(Xe, {
|
|
4074
|
+
key: _,
|
|
4075
|
+
"icon-left": e.disabled ? void 0 : l(xe),
|
|
4071
4076
|
"clickable-icon": "",
|
|
4072
4077
|
size: "lg",
|
|
4073
|
-
onClickIcon: () => Pe(
|
|
4078
|
+
onClickIcon: () => Pe(_)
|
|
4074
4079
|
}, {
|
|
4075
4080
|
default: A(() => [
|
|
4076
|
-
D(z(
|
|
4081
|
+
D(z(_), 1)
|
|
4077
4082
|
]),
|
|
4078
4083
|
_: 2
|
|
4079
4084
|
}, 1032, ["icon-left", "onClickIcon"]))), 128)),
|
|
4080
|
-
|
|
4085
|
+
ue(p("input", {
|
|
4081
4086
|
ref_key: "inputEl",
|
|
4082
4087
|
ref: h,
|
|
4083
|
-
"onUpdate:modelValue": F[0] || (F[0] = (
|
|
4088
|
+
"onUpdate:modelValue": F[0] || (F[0] = (_) => q.value = _),
|
|
4084
4089
|
disabled: e.disabled,
|
|
4085
|
-
class: b(["bg-transparent grow shrink border-0 focus:ring-0 p-0", [
|
|
4090
|
+
class: b(["bg-transparent grow shrink border-0 focus:ring-0 p-0", [l(r), Ae.value]]),
|
|
4086
4091
|
style: { "flex-basis": "70px", "min-width": "70px" },
|
|
4087
4092
|
placeholder: U.value.length ? void 0 : e.placeholder,
|
|
4088
4093
|
onInput: ke,
|
|
4089
4094
|
onKeydown: [
|
|
4090
4095
|
ve(me, ["escape"]),
|
|
4091
|
-
F[1] || (F[1] = ve(pe((
|
|
4096
|
+
F[1] || (F[1] = ve(pe((_) => ke(_, !0), ["stop", "prevent"]), ["enter"])),
|
|
4092
4097
|
ve(ke, ["tab"]),
|
|
4093
4098
|
ve(ee, ["backspace"]),
|
|
4094
|
-
ve(
|
|
4099
|
+
ve(fe, ["arrow-up"]),
|
|
4095
4100
|
ve(X, ["arrow-down"])
|
|
4096
4101
|
],
|
|
4097
|
-
onBlur: F[2] || (F[2] = (
|
|
4098
|
-
}, null, 42,
|
|
4102
|
+
onBlur: F[2] || (F[2] = (_) => E.value = !1)
|
|
4103
|
+
}, null, 42, Ua), [
|
|
4099
4104
|
[We, q.value]
|
|
4100
4105
|
]),
|
|
4101
|
-
re.value ? (a(),
|
|
4106
|
+
re.value ? (a(), f("a", {
|
|
4102
4107
|
key: 0,
|
|
4103
4108
|
title: "Clear input",
|
|
4104
4109
|
class: "absolute top-2 right-0 flex items-center pr-2 cursor-pointer",
|
|
4105
4110
|
onClick: F[3] || (F[3] = //@ts-ignore
|
|
4106
|
-
(...
|
|
4111
|
+
(..._) => l(S) && l(S)(..._)),
|
|
4107
4112
|
onKeydown: F[4] || (F[4] = //@ts-ignore
|
|
4108
|
-
(...
|
|
4113
|
+
(..._) => l(S) && l(S)(..._))
|
|
4109
4114
|
}, [
|
|
4110
|
-
|
|
4111
|
-
V(
|
|
4115
|
+
qa,
|
|
4116
|
+
V(l(xe), {
|
|
4112
4117
|
class: "h-5 w-5 text-foreground",
|
|
4113
4118
|
"aria-hidden": "true"
|
|
4114
4119
|
})
|
|
4115
4120
|
], 32)) : I("", !0),
|
|
4116
|
-
|
|
4121
|
+
l($) ? (a(), f("div", {
|
|
4117
4122
|
key: 1,
|
|
4118
4123
|
class: b([
|
|
4119
4124
|
"pointer-events-none absolute top-[10px] right-0 flex items-center",
|
|
4120
4125
|
re.value ? "pr-8" : "pr-2"
|
|
4121
4126
|
])
|
|
4122
4127
|
}, [
|
|
4123
|
-
V(
|
|
4128
|
+
V(l(ze), {
|
|
4124
4129
|
class: "h-4 w-4 text-danger",
|
|
4125
4130
|
"aria-hidden": "true"
|
|
4126
4131
|
})
|
|
4127
4132
|
], 2)) : I("", !0),
|
|
4128
|
-
e.showRequired && !
|
|
4133
|
+
e.showRequired && !l($) ? (a(), f("div", {
|
|
4129
4134
|
key: 2,
|
|
4130
4135
|
class: b(["pointer-events-none absolute top-[2px] text-4xl right-0 flex items-center text-danger opacity-50", re.value ? "pr-8" : "pr-2"])
|
|
4131
4136
|
}, " * ", 2)) : I("", !0)
|
|
4132
4137
|
], 2),
|
|
4133
|
-
V(
|
|
4138
|
+
V(l(vt), {
|
|
4134
4139
|
leave: "transition ease-in duration-100",
|
|
4135
4140
|
"leave-from": "opacity-100",
|
|
4136
4141
|
"leave-to": "opacity-0",
|
|
4137
4142
|
class: "relative px-0.5"
|
|
4138
4143
|
}, {
|
|
4139
4144
|
default: A(() => [
|
|
4140
|
-
V(
|
|
4145
|
+
V(l(Fs), { class: "absolute top-1 max-h-60 w-full overflow-auto simple-scrollbar rounded-md bg-foundation-2 py-1 shadow label label--light outline outline-2 outline-primary-muted focus:outline-none" }, {
|
|
4141
4146
|
default: A(() => [
|
|
4142
|
-
w.value ? (a(),
|
|
4147
|
+
w.value ? (a(), f("div", {
|
|
4143
4148
|
key: 0,
|
|
4144
4149
|
class: b(["px-1", M.value.length ? "mb-1" : ""])
|
|
4145
4150
|
}, [
|
|
4146
4151
|
V(Qe, { loading: !0 })
|
|
4147
4152
|
], 2)) : I("", !0),
|
|
4148
|
-
!M.value.length && !w.value ? (a(),
|
|
4149
|
-
M.value.length ? (a(!0),
|
|
4150
|
-
key:
|
|
4153
|
+
!M.value.length && !w.value ? (a(), f("div", Wa, Ka)) : I("", !0),
|
|
4154
|
+
M.value.length ? (a(!0), f(H, { key: 2 }, G(M.value, (_) => (a(), O(l(Rs), {
|
|
4155
|
+
key: _,
|
|
4151
4156
|
as: "template",
|
|
4152
|
-
value:
|
|
4157
|
+
value: _
|
|
4153
4158
|
}, {
|
|
4154
4159
|
default: A(({ selected: Z, active: te }) => [
|
|
4155
|
-
|
|
4160
|
+
p("li", {
|
|
4156
4161
|
class: b(["relative cursor-pointer select-none py-1.5 pl-3", {
|
|
4157
4162
|
"text-primary": te,
|
|
4158
4163
|
"text-foreground": !te
|
|
4159
4164
|
}])
|
|
4160
4165
|
}, [
|
|
4161
|
-
|
|
4166
|
+
p("span", {
|
|
4162
4167
|
class: b(["block truncate", { "font-medium": Z, "font-normal": !Z }])
|
|
4163
|
-
}, z(
|
|
4164
|
-
Z ? (a(),
|
|
4168
|
+
}, z(_), 3),
|
|
4169
|
+
Z ? (a(), f("span", {
|
|
4165
4170
|
key: 0,
|
|
4166
4171
|
class: b(["absolute inset-y-0 right-0 flex items-center pr-4", { "text-primary": te, "text-foreground": !te }])
|
|
4167
4172
|
}, [
|
|
4168
|
-
V(
|
|
4173
|
+
V(l(mt), {
|
|
4169
4174
|
class: "h-5 w-5",
|
|
4170
4175
|
"aria-hidden": "true"
|
|
4171
4176
|
})
|
|
@@ -4180,11 +4185,11 @@ const _a = /* @__PURE__ */ P({
|
|
|
4180
4185
|
]),
|
|
4181
4186
|
_: 1
|
|
4182
4187
|
}),
|
|
4183
|
-
|
|
4188
|
+
l(d) && !l(B) ? (a(), f("p", {
|
|
4184
4189
|
key: 0,
|
|
4185
|
-
id:
|
|
4186
|
-
class: b(
|
|
4187
|
-
}, z(
|
|
4190
|
+
id: l(d),
|
|
4191
|
+
class: b(l(k))
|
|
4192
|
+
}, z(l(x)), 11, Ga)) : I("", !0)
|
|
4188
4193
|
]),
|
|
4189
4194
|
_: 1
|
|
4190
4195
|
}, 512)
|
|
@@ -4251,7 +4256,7 @@ function $t(e) {
|
|
|
4251
4256
|
default:
|
|
4252
4257
|
return "text-sm";
|
|
4253
4258
|
}
|
|
4254
|
-
}),
|
|
4259
|
+
}), n = c(() => {
|
|
4255
4260
|
var u;
|
|
4256
4261
|
switch ((u = t.size) == null ? void 0 : u.value) {
|
|
4257
4262
|
case "xs":
|
|
@@ -4273,12 +4278,12 @@ function $t(e) {
|
|
|
4273
4278
|
}), h = c(
|
|
4274
4279
|
() => `${s.value} ${i.value} ${o.value}`
|
|
4275
4280
|
);
|
|
4276
|
-
return { heightClasses: i, widthClasses: s, sizeClasses: h, iconClasses:
|
|
4281
|
+
return { heightClasses: i, widthClasses: s, sizeClasses: h, iconClasses: n };
|
|
4277
4282
|
}
|
|
4278
|
-
const
|
|
4283
|
+
const Xa = {
|
|
4279
4284
|
key: 1,
|
|
4280
4285
|
class: "flex h-full w-full select-none items-center justify-center"
|
|
4281
|
-
},
|
|
4286
|
+
}, Za = { key: 2 }, Ee = /* @__PURE__ */ P({
|
|
4282
4287
|
__name: "Avatar",
|
|
4283
4288
|
props: {
|
|
4284
4289
|
user: { default: null },
|
|
@@ -4295,13 +4300,13 @@ const Ha = {
|
|
|
4295
4300
|
return;
|
|
4296
4301
|
const r = t.user.name.split(" "), v = ((x = r[0]) == null ? void 0 : x[0]) || "", g = ((d = r[1]) == null ? void 0 : d[0]) || "";
|
|
4297
4302
|
return t.size === "sm" || t.size === "xs" ? v : v + g;
|
|
4298
|
-
}),
|
|
4299
|
-
return (r, v) => (a(),
|
|
4303
|
+
}), n = c(() => t.noBorder ? "" : "border-2 border-foundation"), h = c(() => t.noBg ? "" : "bg-primary"), m = c(() => t.hoverEffect ? "hover:border-primary focus:border-primary active:scale-95" : ""), u = c(() => t.active ? "border-primary" : "");
|
|
4304
|
+
return (r, v) => (a(), f("div", {
|
|
4300
4305
|
class: b([
|
|
4301
4306
|
"text-foreground-on-primary flex shrink-0 items-center justify-center overflow-hidden rounded-full font-semibold uppercase transition",
|
|
4302
|
-
|
|
4307
|
+
l(i),
|
|
4303
4308
|
h.value,
|
|
4304
|
-
|
|
4309
|
+
n.value,
|
|
4305
4310
|
m.value,
|
|
4306
4311
|
u.value
|
|
4307
4312
|
])
|
|
@@ -4309,13 +4314,13 @@ const Ha = {
|
|
|
4309
4314
|
R(r.$slots, "default", {}, () => {
|
|
4310
4315
|
var g;
|
|
4311
4316
|
return [
|
|
4312
|
-
(g = e.user) != null && g.avatar ? (a(),
|
|
4317
|
+
(g = e.user) != null && g.avatar ? (a(), f("div", {
|
|
4313
4318
|
key: 0,
|
|
4314
4319
|
class: "h-full w-full bg-cover bg-center bg-no-repeat",
|
|
4315
4320
|
style: Y({ backgroundImage: `url('${e.user.avatar}')` })
|
|
4316
|
-
}, null, 4)) : o.value ? (a(),
|
|
4317
|
-
V(
|
|
4318
|
-
class: b(
|
|
4321
|
+
}, null, 4)) : o.value ? (a(), f("div", Xa, z(o.value), 1)) : (a(), f("div", Za, [
|
|
4322
|
+
V(l(Gt), {
|
|
4323
|
+
class: b(l(s))
|
|
4319
4324
|
}, null, 8, ["class"])
|
|
4320
4325
|
]))
|
|
4321
4326
|
];
|
|
@@ -4323,7 +4328,7 @@ const Ha = {
|
|
|
4323
4328
|
R(r.$slots, "absolute-anchor")
|
|
4324
4329
|
], 2));
|
|
4325
4330
|
}
|
|
4326
|
-
}),
|
|
4331
|
+
}), nr = /* @__PURE__ */ P({
|
|
4327
4332
|
__name: "AvatarGroup",
|
|
4328
4333
|
props: {
|
|
4329
4334
|
users: { default: () => [] },
|
|
@@ -4337,22 +4342,22 @@ const Ha = {
|
|
|
4337
4342
|
itemContainer: s,
|
|
4338
4343
|
trackResize: !0,
|
|
4339
4344
|
trackMutations: !0
|
|
4340
|
-
}), { heightClasses:
|
|
4345
|
+
}), { heightClasses: n } = $t({ props: le(t) }), h = c(() => t.maxCount ? Math.max(t.users.length - t.maxCount, 0) : 0), m = c(
|
|
4341
4346
|
() => o.value + h.value
|
|
4342
4347
|
), u = c(
|
|
4343
4348
|
() => t.maxCount ? t.users.slice(0, t.maxCount) : t.users
|
|
4344
4349
|
);
|
|
4345
|
-
return (r, v) => (a(),
|
|
4350
|
+
return (r, v) => (a(), f("div", {
|
|
4346
4351
|
ref_key: "elementToWatchForChanges",
|
|
4347
4352
|
ref: i,
|
|
4348
4353
|
class: b(`flex ${e.overlap ? "-space-x-2" : ""}`)
|
|
4349
4354
|
}, [
|
|
4350
|
-
|
|
4355
|
+
p("div", {
|
|
4351
4356
|
ref_key: "itemContainer",
|
|
4352
4357
|
ref: s,
|
|
4353
|
-
class: b(`flex flex-wrap overflow-hidden ${e.overlap ? "-space-x-2 " : ""} ${n
|
|
4358
|
+
class: b(`flex flex-wrap overflow-hidden ${e.overlap ? "-space-x-2 " : ""} ${l(n)}`)
|
|
4354
4359
|
}, [
|
|
4355
|
-
(a(!0),
|
|
4360
|
+
(a(!0), f(H, null, G(u.value, (g, y) => (a(), O(Ee, {
|
|
4356
4361
|
key: g.id || y,
|
|
4357
4362
|
user: g,
|
|
4358
4363
|
size: e.size
|
|
@@ -4369,7 +4374,7 @@ const Ha = {
|
|
|
4369
4374
|
}, 8, ["size"])) : I("", !0)
|
|
4370
4375
|
], 2));
|
|
4371
4376
|
}
|
|
4372
|
-
}),
|
|
4377
|
+
}), Na = /* @__PURE__ */ P({
|
|
4373
4378
|
__name: "Icon",
|
|
4374
4379
|
props: {
|
|
4375
4380
|
loading: { type: Boolean, default: !0 },
|
|
@@ -4391,17 +4396,17 @@ const Ha = {
|
|
|
4391
4396
|
}
|
|
4392
4397
|
return s.join(" ");
|
|
4393
4398
|
});
|
|
4394
|
-
return (s, o) => (a(), O(
|
|
4399
|
+
return (s, o) => (a(), O(l(dt), {
|
|
4395
4400
|
class: b(i.value)
|
|
4396
4401
|
}, null, 8, ["class"]));
|
|
4397
4402
|
}
|
|
4398
|
-
}),
|
|
4403
|
+
}), Qa = { class: "flex flex-col items-center space-y-2" }, Ja = {
|
|
4399
4404
|
key: 1,
|
|
4400
4405
|
class: "relative group"
|
|
4401
|
-
},
|
|
4406
|
+
}, Ya = { class: "opacity-0 transition-all absolute group-hover:opacity-100 inset-0 flex items-end justify-center bottom-4" }, eo = {
|
|
4402
4407
|
key: 2,
|
|
4403
4408
|
class: "w-full text-center text-danger text-sm"
|
|
4404
|
-
},
|
|
4409
|
+
}, lr = /* @__PURE__ */ P({
|
|
4405
4410
|
__name: "AvatarEditable",
|
|
4406
4411
|
props: nt({
|
|
4407
4412
|
modelValue: null,
|
|
@@ -4417,36 +4422,36 @@ const Ha = {
|
|
|
4417
4422
|
}),
|
|
4418
4423
|
emits: nt(["save", "update:modelValue"], ["update:editMode"]),
|
|
4419
4424
|
setup(e, { expose: t, emit: i }) {
|
|
4420
|
-
const s =
|
|
4425
|
+
const s = Ft({
|
|
4421
4426
|
loader: () => import("./AvatarEditor-ce4e7960.js"),
|
|
4422
|
-
loadingComponent:
|
|
4427
|
+
loadingComponent: Na,
|
|
4423
4428
|
delay: 100
|
|
4424
|
-
}), o = i,
|
|
4425
|
-
validateOnMount:
|
|
4426
|
-
validateOnValueUpdate:
|
|
4427
|
-
initialValue:
|
|
4429
|
+
}), o = i, n = e, { value: h, errorMessage: m } = Be(n.name, n.rules, {
|
|
4430
|
+
validateOnMount: n.validateOnMount,
|
|
4431
|
+
validateOnValueUpdate: n.validateOnValueUpdate,
|
|
4432
|
+
initialValue: n.modelValue || void 0
|
|
4428
4433
|
}), u = it(e, "editMode", { local: !0 }), r = c(
|
|
4429
4434
|
() => ({
|
|
4430
4435
|
avatar: h.value,
|
|
4431
|
-
name:
|
|
4436
|
+
name: n.placeholder
|
|
4432
4437
|
})
|
|
4433
4438
|
), v = (x) => {
|
|
4434
4439
|
h.value = x, o("save", x);
|
|
4435
4440
|
};
|
|
4436
|
-
return t({ open: () => u.value = !0, close: () => u.value = !1 }), (x, d) => (a(),
|
|
4437
|
-
u.value ? (a(), O(
|
|
4441
|
+
return t({ open: () => u.value = !0, close: () => u.value = !1 }), (x, d) => (a(), f("div", Qa, [
|
|
4442
|
+
u.value ? (a(), O(l(s), {
|
|
4438
4443
|
key: 0,
|
|
4439
4444
|
user: r.value,
|
|
4440
4445
|
disabled: e.disabled,
|
|
4441
4446
|
size: e.size,
|
|
4442
4447
|
onCancel: d[0] || (d[0] = (B) => u.value = !1),
|
|
4443
4448
|
onSave: v
|
|
4444
|
-
}, null, 8, ["user", "disabled", "size"])) : (a(),
|
|
4449
|
+
}, null, 8, ["user", "disabled", "size"])) : (a(), f("div", Ja, [
|
|
4445
4450
|
V(Ee, {
|
|
4446
4451
|
user: r.value,
|
|
4447
4452
|
size: e.size
|
|
4448
4453
|
}, null, 8, ["user", "size"]),
|
|
4449
|
-
|
|
4454
|
+
p("div", Ya, [
|
|
4450
4455
|
V(oe, {
|
|
4451
4456
|
disabled: e.disabled,
|
|
4452
4457
|
color: "secondary",
|
|
@@ -4459,11 +4464,11 @@ const Ha = {
|
|
|
4459
4464
|
}, 8, ["disabled"])
|
|
4460
4465
|
])
|
|
4461
4466
|
])),
|
|
4462
|
-
|
|
4467
|
+
l(m) ? (a(), f("div", eo, z(l(m)), 1)) : I("", !0)
|
|
4463
4468
|
]));
|
|
4464
4469
|
}
|
|
4465
4470
|
});
|
|
4466
|
-
class
|
|
4471
|
+
class de extends Error {
|
|
4467
4472
|
constructor(t, i) {
|
|
4468
4473
|
t || (t = new.target.defaultMessage), super(t, i);
|
|
4469
4474
|
}
|
|
@@ -4471,27 +4476,27 @@ class ce extends Error {
|
|
|
4471
4476
|
/**
|
|
4472
4477
|
* Default message if none is passed
|
|
4473
4478
|
*/
|
|
4474
|
-
ne(
|
|
4475
|
-
class
|
|
4479
|
+
ne(de, "defaultMessage", "Unexpected error occurred");
|
|
4480
|
+
class to extends de {
|
|
4476
4481
|
}
|
|
4477
|
-
ne(
|
|
4478
|
-
class
|
|
4482
|
+
ne(to, "defaultMessage", "An unexpected logic error occurred!");
|
|
4483
|
+
class so extends de {
|
|
4479
4484
|
}
|
|
4480
|
-
ne(
|
|
4481
|
-
class
|
|
4485
|
+
ne(so, "defaultMessage", "Attempting to access an uninitialized resource");
|
|
4486
|
+
class no extends de {
|
|
4482
4487
|
}
|
|
4483
|
-
ne(
|
|
4484
|
-
class
|
|
4488
|
+
ne(no, "defaultMessage", "getCurrentInstance() returned null. Method must be called at the top of a setup function");
|
|
4489
|
+
class lo extends de {
|
|
4485
4490
|
}
|
|
4486
|
-
ne(
|
|
4491
|
+
ne(lo, "defaultMessage", "Operation not supported in current (server or client) environment");
|
|
4487
4492
|
var Je = /* @__PURE__ */ ((e) => (e.AnyAudio = "audio/*", e.AnyVideo = "video/*", e.AnyImage = "image/*", e))(Je || {});
|
|
4488
|
-
function
|
|
4489
|
-
const i =
|
|
4493
|
+
function ao(e, t) {
|
|
4494
|
+
const i = Dt(
|
|
4490
4495
|
Object.values(Je),
|
|
4491
4496
|
t
|
|
4492
4497
|
);
|
|
4493
|
-
for (const
|
|
4494
|
-
switch (
|
|
4498
|
+
for (const n of i)
|
|
4499
|
+
switch (n) {
|
|
4495
4500
|
case "audio/*":
|
|
4496
4501
|
if (e.type.startsWith("audio"))
|
|
4497
4502
|
return !0;
|
|
@@ -4505,23 +4510,23 @@ function so(e, t) {
|
|
|
4505
4510
|
return !0;
|
|
4506
4511
|
break;
|
|
4507
4512
|
}
|
|
4508
|
-
const s =
|
|
4513
|
+
const s = Et(t, i), o = oo(e.name);
|
|
4509
4514
|
if (!o)
|
|
4510
4515
|
return new It();
|
|
4511
|
-
for (const
|
|
4512
|
-
if (
|
|
4516
|
+
for (const n of s)
|
|
4517
|
+
if (n.toLowerCase() === o.toLowerCase())
|
|
4513
4518
|
return !0;
|
|
4514
4519
|
return new Bt();
|
|
4515
4520
|
}
|
|
4516
|
-
function
|
|
4521
|
+
function oo(e) {
|
|
4517
4522
|
const t = e.split(".").pop() || null;
|
|
4518
4523
|
return t ? `.${t}` : null;
|
|
4519
4524
|
}
|
|
4520
|
-
function
|
|
4525
|
+
function ro(e) {
|
|
4521
4526
|
return e.startsWith(".") || Object.values(Je).includes(e);
|
|
4522
4527
|
}
|
|
4523
4528
|
function rt(e) {
|
|
4524
|
-
const t = (
|
|
4529
|
+
const t = (n) => parseFloat(n.toFixed(2)).toString();
|
|
4525
4530
|
if (e < 1024)
|
|
4526
4531
|
return `${e}bytes`;
|
|
4527
4532
|
const i = e / 1024;
|
|
@@ -4533,38 +4538,38 @@ function rt(e) {
|
|
|
4533
4538
|
const o = s / 1024;
|
|
4534
4539
|
return `${t(o)}GB`;
|
|
4535
4540
|
}
|
|
4536
|
-
function
|
|
4541
|
+
function io(e) {
|
|
4537
4542
|
const t = {
|
|
4538
4543
|
name: e.name,
|
|
4539
4544
|
lastModified: e.lastModified,
|
|
4540
4545
|
size: e.size,
|
|
4541
4546
|
type: e.type
|
|
4542
4547
|
};
|
|
4543
|
-
return
|
|
4548
|
+
return ds(JSON.stringify(t));
|
|
4544
4549
|
}
|
|
4545
|
-
class It extends
|
|
4550
|
+
class It extends de {
|
|
4546
4551
|
}
|
|
4547
4552
|
ne(It, "defaultMessage", "The selected file has a missing extension");
|
|
4548
|
-
class Bt extends
|
|
4553
|
+
class Bt extends de {
|
|
4549
4554
|
}
|
|
4550
4555
|
ne(Bt, "defaultMessage", "The selected file type is forbidden");
|
|
4551
|
-
var
|
|
4552
|
-
function
|
|
4556
|
+
var uo = /* @__PURE__ */ ((e) => (e[e.Success = 1] = "Success", e[e.Failure = 2] = "Failure", e))(uo || {});
|
|
4557
|
+
function co(e) {
|
|
4553
4558
|
if (!e)
|
|
4554
4559
|
return;
|
|
4555
|
-
const t = e.split(",").map((i) =>
|
|
4560
|
+
const t = e.split(",").map((i) => ro(i) ? i : null).filter((i) => i !== null);
|
|
4556
4561
|
return t.length ? t : void 0;
|
|
4557
4562
|
}
|
|
4558
|
-
function
|
|
4559
|
-
const { disabled: t, accept: i, multiple: s, sizeLimit: o, countLimit:
|
|
4563
|
+
function fo(e) {
|
|
4564
|
+
const { disabled: t, accept: i, multiple: s, sizeLimit: o, countLimit: n } = e, h = c(() => co(l(i))), m = (u) => {
|
|
4560
4565
|
const r = [], v = h.value;
|
|
4561
4566
|
for (const g of u) {
|
|
4562
|
-
const y =
|
|
4567
|
+
const y = io(g), x = l(s) ? l(n) : 1;
|
|
4563
4568
|
if (!r.find((d) => d.id === y)) {
|
|
4564
4569
|
if (x && r.length >= x)
|
|
4565
4570
|
break;
|
|
4566
4571
|
if (v) {
|
|
4567
|
-
const d =
|
|
4572
|
+
const d = ao(g, v);
|
|
4568
4573
|
if (d instanceof Error) {
|
|
4569
4574
|
r.push({
|
|
4570
4575
|
file: g,
|
|
@@ -4574,14 +4579,14 @@ function io(e) {
|
|
|
4574
4579
|
continue;
|
|
4575
4580
|
}
|
|
4576
4581
|
}
|
|
4577
|
-
if (g.size >
|
|
4582
|
+
if (g.size > l(o)) {
|
|
4578
4583
|
r.push({
|
|
4579
4584
|
file: g,
|
|
4580
4585
|
id: y,
|
|
4581
4586
|
error: new St(
|
|
4582
4587
|
`The selected file's size (${rt(
|
|
4583
4588
|
g.size
|
|
4584
|
-
)}) is too big (over ${rt(
|
|
4589
|
+
)}) is too big (over ${rt(l(o))})`
|
|
4585
4590
|
)
|
|
4586
4591
|
});
|
|
4587
4592
|
continue;
|
|
@@ -4596,15 +4601,15 @@ function io(e) {
|
|
|
4596
4601
|
* Validate incoming files and build UploadableFileItem structs out of them
|
|
4597
4602
|
*/
|
|
4598
4603
|
buildUploadableFiles: (u) => {
|
|
4599
|
-
if (!
|
|
4604
|
+
if (!l(t || !1))
|
|
4600
4605
|
return m(u);
|
|
4601
4606
|
}
|
|
4602
4607
|
};
|
|
4603
4608
|
}
|
|
4604
|
-
class St extends
|
|
4609
|
+
class St extends de {
|
|
4605
4610
|
}
|
|
4606
4611
|
ne(St, "defaultMessage", "The selected file's size is too large");
|
|
4607
|
-
const
|
|
4612
|
+
const po = ["accept", "multiple"], ar = /* @__PURE__ */ P({
|
|
4608
4613
|
__name: "Zone",
|
|
4609
4614
|
props: {
|
|
4610
4615
|
accept: null,
|
|
@@ -4615,7 +4620,7 @@ const uo = ["accept", "multiple"], sr = /* @__PURE__ */ P({
|
|
|
4615
4620
|
},
|
|
4616
4621
|
emits: ["files-selected"],
|
|
4617
4622
|
setup(e, { expose: t, emit: i }) {
|
|
4618
|
-
const s = i, o = e,
|
|
4623
|
+
const s = i, o = e, n = L(null), h = L(null), { buildUploadableFiles: m } = fo({
|
|
4619
4624
|
sizeLimit: c(() => o.sizeLimit),
|
|
4620
4625
|
countLimit: c(() => o.countLimit),
|
|
4621
4626
|
accept: c(() => o.accept),
|
|
@@ -4624,7 +4629,7 @@ const uo = ["accept", "multiple"], sr = /* @__PURE__ */ P({
|
|
|
4624
4629
|
}), u = (y) => {
|
|
4625
4630
|
const x = m(y);
|
|
4626
4631
|
x != null && x.length && s("files-selected", { files: x });
|
|
4627
|
-
}, { isOverDropZone: r } =
|
|
4632
|
+
}, { isOverDropZone: r } = ks(n, (y) => {
|
|
4628
4633
|
y != null && y.length && u(y);
|
|
4629
4634
|
}), v = () => {
|
|
4630
4635
|
const y = h.value;
|
|
@@ -4638,17 +4643,17 @@ const uo = ["accept", "multiple"], sr = /* @__PURE__ */ P({
|
|
|
4638
4643
|
};
|
|
4639
4644
|
return t({
|
|
4640
4645
|
triggerPicker: g
|
|
4641
|
-
}), (y, x) => (a(),
|
|
4646
|
+
}), (y, x) => (a(), f("div", {
|
|
4642
4647
|
ref_key: "fileUploadZone",
|
|
4643
|
-
ref:
|
|
4648
|
+
ref: n,
|
|
4644
4649
|
class: "file-upload-zone"
|
|
4645
4650
|
}, [
|
|
4646
4651
|
R(y.$slots, "default", {
|
|
4647
|
-
isDraggingFiles:
|
|
4652
|
+
isDraggingFiles: l(r),
|
|
4648
4653
|
openFilePicker: g,
|
|
4649
4654
|
activatorOn: { click: g }
|
|
4650
4655
|
}),
|
|
4651
|
-
|
|
4656
|
+
p("input", {
|
|
4652
4657
|
ref_key: "fileInput",
|
|
4653
4658
|
ref: h,
|
|
4654
4659
|
type: "file",
|
|
@@ -4658,72 +4663,72 @@ const uo = ["accept", "multiple"], sr = /* @__PURE__ */ P({
|
|
|
4658
4663
|
onClick: x[0] || (x[0] = pe(() => {
|
|
4659
4664
|
}, ["stop"])),
|
|
4660
4665
|
onChange: v
|
|
4661
|
-
}, null, 40,
|
|
4666
|
+
}, null, 40, po)
|
|
4662
4667
|
], 512));
|
|
4663
4668
|
}
|
|
4664
4669
|
});
|
|
4665
4670
|
export {
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
4671
|
+
de as BaseError,
|
|
4672
|
+
uo as BlobUploadStatus,
|
|
4673
|
+
er as CommonAlert,
|
|
4674
|
+
Lo as CommonAnimationInstructional,
|
|
4670
4675
|
Xe as CommonBadge,
|
|
4671
4676
|
Qe as CommonLoadingBar,
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
|
|
4677
|
+
Na as CommonLoadingIcon,
|
|
4678
|
+
Vo as CommonStepsBullet,
|
|
4679
|
+
zo as CommonStepsNumber,
|
|
4680
|
+
Us as CommonTextLink,
|
|
4681
|
+
no as ComposableInvokedOutOfScopeError,
|
|
4677
4682
|
oe as FormButton,
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4683
|
+
Oo as FormCardButton,
|
|
4684
|
+
Ao as FormCheckbox,
|
|
4685
|
+
Ro as FormClipboardInput,
|
|
4686
|
+
ar as FormFileUploadZone,
|
|
4687
|
+
Mo as FormRadio,
|
|
4688
|
+
To as FormSelectBadges,
|
|
4684
4689
|
Ct as FormSelectBase,
|
|
4685
|
-
|
|
4686
|
-
|
|
4687
|
-
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
|
|
4691
|
-
|
|
4690
|
+
_o as FormSelectSourceApps,
|
|
4691
|
+
Fo as FormSwitch,
|
|
4692
|
+
sr as FormTags,
|
|
4693
|
+
Po as FormTextArea,
|
|
4694
|
+
bl as FormTextInput,
|
|
4695
|
+
So as GlobalToastRenderer,
|
|
4696
|
+
ge as GridListToggleValue,
|
|
4692
4697
|
De as HorizontalDirection,
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4698
|
+
Jo as InfiniteLoading,
|
|
4699
|
+
qo as LayoutDialog,
|
|
4700
|
+
Wo as LayoutDialogSection,
|
|
4701
|
+
Ho as LayoutDisclosure,
|
|
4702
|
+
Ko as LayoutGridListToggle,
|
|
4703
|
+
Xo as LayoutMenu,
|
|
4704
|
+
No as LayoutPageTabs,
|
|
4705
|
+
Yo as LayoutPanel,
|
|
4706
|
+
Qo as LayoutTable,
|
|
4707
|
+
Zo as LayoutTabs,
|
|
4708
|
+
to as LogicError,
|
|
4704
4709
|
Ie as ModifierKeys,
|
|
4705
|
-
|
|
4710
|
+
Kl as SourceAppBadge,
|
|
4706
4711
|
$e as TailwindBreakpoints,
|
|
4707
|
-
|
|
4712
|
+
ga as ThrottleOrDebounce,
|
|
4708
4713
|
Ce as ToastNotificationType,
|
|
4709
|
-
|
|
4714
|
+
so as UninitializedResourceAccessError,
|
|
4710
4715
|
Je as UniqueFileTypeSpecifier,
|
|
4711
|
-
|
|
4716
|
+
lo as UnsupportedEnvironmentError,
|
|
4712
4717
|
Ee as UserAvatar,
|
|
4713
|
-
|
|
4714
|
-
|
|
4715
|
-
|
|
4718
|
+
lr as UserAvatarEditable,
|
|
4719
|
+
nr as UserAvatarGroup,
|
|
4720
|
+
jo as ValidationHelpers,
|
|
4716
4721
|
Re as clientOs,
|
|
4717
|
-
|
|
4722
|
+
Do as getKeyboardShortcutTitle,
|
|
4718
4723
|
bt as keyboardClick,
|
|
4719
|
-
|
|
4724
|
+
Eo as onKeyboardShortcut,
|
|
4720
4725
|
rt as prettyFileSize,
|
|
4721
|
-
|
|
4726
|
+
Uo as useFormCheckboxModel,
|
|
4722
4727
|
wt as useFormSelectChildInternals,
|
|
4723
|
-
|
|
4724
|
-
|
|
4725
|
-
|
|
4728
|
+
Go as useOnBeforeWindowUnload,
|
|
4729
|
+
ya as useResponsiveHorizontalDirectionCalculation,
|
|
4730
|
+
ba as useWindowResizeHandler,
|
|
4726
4731
|
kt as useWrappingContainerHiddenCount,
|
|
4727
|
-
|
|
4732
|
+
tr as writableAsyncComputed
|
|
4728
4733
|
};
|
|
4729
4734
|
//# sourceMappingURL=lib.js.map
|