@speckle/ui-components 2.18.14 → 2.18.15
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/components/common/VimeoEmbed.vue.d.ts +23 -0
- package/dist/composables/common/async.d.ts +2 -9
- package/dist/lib.cjs +1 -1
- package/dist/lib.cjs.map +1 -1
- package/dist/lib.d.ts +2 -1
- package/dist/lib.js +1078 -1035
- package/dist/lib.js.map +1 -1
- package/package.json +3 -3
package/dist/lib.js
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
var zt = Object.defineProperty;
|
|
2
2
|
var Vt = (e, t, r) => t in e ? zt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
3
|
var ne = (e, t, r) => (Vt(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
4
|
-
import { defineComponent as P, resolveDynamicComponent as Q, computed as
|
|
5
|
-
import { isObjectLike as
|
|
6
|
-
import { ArrowPathIcon as dt, ExclamationCircleIcon as Ut, ChevronUpIcon as ft, ChevronDownIcon as
|
|
7
|
-
import { CheckCircleIcon as
|
|
4
|
+
import { defineComponent as P, resolveDynamicComponent as Q, computed as f, openBlock as a, createBlock as L, normalizeClass as g, withCtx as M, createCommentVNode as I, renderSlot as R, createTextVNode as D, createElementBlock as m, createElementVNode as d, createVNode as z, Transition as qe, unref as n, toDisplayString as S, toRefs as ae, Fragment as H, renderList as G, ref as V, onMounted as ee, onBeforeUnmount as We, normalizeStyle as Y, mergeProps as ie, withDirectives as ue, isRef as ze, vModelText as He, useSlots as Ke, vModelDynamic as Lt, pushScopeId as Mt, popScopeId as Ot, watch as ce, Teleport as At, withModifiers as pe, mergeModels as Se, useModel as Ge, toHandlers as at, nextTick as Pt, resolveDirective as jt, getCurrentInstance as Tt, inject as _t, withKeys as ve, defineAsyncComponent as Ft } from "vue";
|
|
5
|
+
import { isObjectLike as Fe, clamp as ot, isArray as N, isString as ye, isUndefined as be, debounce as Ze, throttle as ct, noop as Xe, 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 Ne, MagnifyingGlassIcon as Wt, CheckIcon as pt, Bars3Icon as Ht, Squares2X2Icon as Kt, UserCircleIcon as Gt } from "@heroicons/vue/24/solid";
|
|
7
|
+
import { CheckCircleIcon as Zt, XCircleIcon as Xt, 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
8
|
import { XMarkIcon as xe, CheckIcon as mt, CheckCircleIcon as ht, ExclamationCircleIcon as Ve, EnvelopeIcon as ls, KeyIcon as ns, 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
|
|
10
|
-
import {
|
|
9
|
+
import { wait as rs, isNullOrUndefined as is, SourceApps as us, getClientOperatingSystem as cs, OperatingSystem as Re, md5 as ds } from "@speckle/shared";
|
|
10
|
+
import { buildManualPromise as fr } from "@speckle/shared";
|
|
11
|
+
import { useField as Be } from "vee-validate";
|
|
11
12
|
import { nanoid as Le } from "nanoid";
|
|
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
|
|
13
|
-
import { Listbox as ws, ListboxLabel as Cs, ListboxButton as $s, ListboxOptions as Is, ListboxOption as
|
|
13
|
+
import { useResizeObserver as fs, useMutationObserver as ps, useMounted as ms, useElementBounding as hs, useIntersectionObserver as vs, useClipboard as gs, onKeyDown as bs, isClient as Me, computedAsync as ys, useFocus as xs, useDropZone as ks } from "@vueuse/core";
|
|
14
|
+
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 rt, DialogPanel as Vs, Disclosure as Ls, DisclosureButton as Ms, DisclosurePanel as Os, Menu as As, MenuButton as Ps, MenuItems as js, MenuItem as Ts, Combobox as _s, ComboboxOptions as Fs, ComboboxOption as Rs } from "@headlessui/vue";
|
|
14
15
|
import { directive as gt } from "vue-tippy";
|
|
15
16
|
import Ds from "v3-infinite-loading";
|
|
16
17
|
const Es = /* @__PURE__ */ P({
|
|
@@ -148,10 +149,10 @@ const Es = /* @__PURE__ */ P({
|
|
|
148
149
|
},
|
|
149
150
|
emits: ["click"],
|
|
150
151
|
setup(e, { emit: t }) {
|
|
151
|
-
const r = t, s = e, o = Q("NuxtLink"), l = Q("RouterLink"), h =
|
|
152
|
+
const r = t, s = e, o = Q("NuxtLink"), l = Q("RouterLink"), h = f(() => s.linkComponent ? s.linkComponent : s.external ? "a" : Fe(o) ? o : Fe(l) ? l : "a"), c = f(() => {
|
|
152
153
|
if (!s.to)
|
|
153
154
|
return s.submit ? "submit" : "button";
|
|
154
|
-
}), i =
|
|
155
|
+
}), i = f(() => s.disabled || s.loading), u = f(() => s.loading ? dt : s.iconLeft), v = f(() => {
|
|
155
156
|
const w = [];
|
|
156
157
|
if (w.push("border-2"), i.value)
|
|
157
158
|
w.push(
|
|
@@ -194,7 +195,7 @@ const Es = /* @__PURE__ */ P({
|
|
|
194
195
|
break;
|
|
195
196
|
}
|
|
196
197
|
return w.join(" ");
|
|
197
|
-
}), b =
|
|
198
|
+
}), b = f(() => {
|
|
198
199
|
const w = [], E = s.textColor !== "default";
|
|
199
200
|
if (E && !i.value)
|
|
200
201
|
switch (s.textColor) {
|
|
@@ -264,10 +265,10 @@ const Es = /* @__PURE__ */ P({
|
|
|
264
265
|
"text-foundation hover:text-foundation-2 dark:text-foreground dark:hover:text-foreground"
|
|
265
266
|
) : s.color === "secondary" ? w.push("text-foreground-2 hover:text-primary-focus") : s.color === "success" ? w.push("text-success") : s.color === "warning" ? w.push("text-warning") : s.color === "info" ? w.push("text-info") : s.color === "danger" ? w.push("text-danger") : w.push("text-primary hover:text-primary-focus"));
|
|
266
267
|
return w.join(" ");
|
|
267
|
-
}), y =
|
|
268
|
+
}), y = f(() => {
|
|
268
269
|
const w = [];
|
|
269
270
|
return w.push(s.rounded ? "rounded-full" : "rounded-md"), w.join(" ");
|
|
270
|
-
}), x =
|
|
271
|
+
}), x = f(() => {
|
|
271
272
|
const w = [];
|
|
272
273
|
if (!i.value)
|
|
273
274
|
switch (s.color) {
|
|
@@ -292,7 +293,7 @@ const Es = /* @__PURE__ */ P({
|
|
|
292
293
|
break;
|
|
293
294
|
}
|
|
294
295
|
return w.join(" ");
|
|
295
|
-
}),
|
|
296
|
+
}), p = f(() => {
|
|
296
297
|
switch (s.size) {
|
|
297
298
|
case "xs":
|
|
298
299
|
return "h-5 text-xs font-medium xxx-tracking-wide";
|
|
@@ -306,7 +307,7 @@ const Es = /* @__PURE__ */ P({
|
|
|
306
307
|
case "base":
|
|
307
308
|
return "h-8 text-sm sm:text-base font-medium xxx-tracking-wide";
|
|
308
309
|
}
|
|
309
|
-
}),
|
|
310
|
+
}), O = f(() => {
|
|
310
311
|
switch (s.size) {
|
|
311
312
|
case "xs":
|
|
312
313
|
return "px-1";
|
|
@@ -320,28 +321,28 @@ const Es = /* @__PURE__ */ P({
|
|
|
320
321
|
case "base":
|
|
321
322
|
return "px-3";
|
|
322
323
|
}
|
|
323
|
-
}), k =
|
|
324
|
+
}), k = f(() => {
|
|
324
325
|
const w = [];
|
|
325
326
|
return s.fullWidth && w.push("w-full"), i.value && w.push("cursor-not-allowed"), w.join(" ");
|
|
326
|
-
}),
|
|
327
|
+
}), $ = f(() => {
|
|
327
328
|
const w = [];
|
|
328
329
|
return !i.value && !s.link && !s.text && w.push("active:scale-[0.97]"), !i.value && s.link && w.push(
|
|
329
330
|
"underline decoration-transparent decoration-2 underline-offset-4 hover:decoration-inherit"
|
|
330
331
|
), w.join(" ");
|
|
331
|
-
}), B =
|
|
332
|
+
}), B = f(() => {
|
|
332
333
|
const w = s.link || s.text;
|
|
333
334
|
return [
|
|
334
335
|
"transition inline-flex justify-center text-center items-center outline-none select-none leading-[0.9rem]",
|
|
335
336
|
k.value,
|
|
336
|
-
|
|
337
|
+
p.value,
|
|
337
338
|
b.value,
|
|
338
339
|
w ? "" : v.value,
|
|
339
340
|
w ? "" : y.value,
|
|
340
341
|
w ? "" : x.value,
|
|
341
|
-
s.link ? "" :
|
|
342
|
-
|
|
342
|
+
s.link ? "" : O.value,
|
|
343
|
+
$.value
|
|
343
344
|
].join(" ");
|
|
344
|
-
}),
|
|
345
|
+
}), j = f(() => {
|
|
345
346
|
const w = [""];
|
|
346
347
|
switch (s.loading && w.push("animate-spin"), s.size) {
|
|
347
348
|
case "xs":
|
|
@@ -369,7 +370,7 @@ const Es = /* @__PURE__ */ P({
|
|
|
369
370
|
}
|
|
370
371
|
r("click", w);
|
|
371
372
|
};
|
|
372
|
-
return (w, E) => (a(),
|
|
373
|
+
return (w, E) => (a(), L(Q(e.to ? h.value : "button"), {
|
|
373
374
|
href: e.to,
|
|
374
375
|
to: e.to,
|
|
375
376
|
type: c.value,
|
|
@@ -380,28 +381,28 @@ const Es = /* @__PURE__ */ P({
|
|
|
380
381
|
onClick: A
|
|
381
382
|
}, {
|
|
382
383
|
default: M(() => [
|
|
383
|
-
u.value ? (a(),
|
|
384
|
+
u.value ? (a(), L(Q(u.value), {
|
|
384
385
|
key: 0,
|
|
385
|
-
class: g(`${
|
|
386
|
+
class: g(`${j.value} ${e.hideText ? "" : "mr-2"}`)
|
|
386
387
|
}, null, 8, ["class"])) : I("", !0),
|
|
387
|
-
e.hideText ? I("", !0) :
|
|
388
|
+
e.hideText ? I("", !0) : R(w.$slots, "default", { key: 1 }, () => [
|
|
388
389
|
D("Button")
|
|
389
390
|
], !0),
|
|
390
|
-
e.iconRight || !e.loading ? (a(),
|
|
391
|
+
e.iconRight || !e.loading ? (a(), L(Q(e.iconRight), {
|
|
391
392
|
key: 2,
|
|
392
|
-
class: g(`${
|
|
393
|
+
class: g(`${j.value} ${e.hideText ? "" : "ml-2"}`)
|
|
393
394
|
}, null, 8, ["class"])) : I("", !0)
|
|
394
395
|
]),
|
|
395
396
|
_: 3
|
|
396
397
|
}, 8, ["href", "to", "type", "external", "class", "disabled"]));
|
|
397
398
|
}
|
|
398
399
|
});
|
|
399
|
-
const
|
|
400
|
+
const Oe = (e, t) => {
|
|
400
401
|
const r = e.__vccOpts || e;
|
|
401
402
|
for (const [s, o] of t)
|
|
402
403
|
r[s] = o;
|
|
403
404
|
return r;
|
|
404
|
-
}, oe = /* @__PURE__ */
|
|
405
|
+
}, oe = /* @__PURE__ */ Oe(Es, [["__scopeId", "data-v-ee26d682"]]), Us = /* @__PURE__ */ P({
|
|
405
406
|
__name: "Link",
|
|
406
407
|
props: {
|
|
407
408
|
to: {
|
|
@@ -462,7 +463,7 @@ const Me = (e, t) => {
|
|
|
462
463
|
}
|
|
463
464
|
r("click", l);
|
|
464
465
|
};
|
|
465
|
-
return (l, h) => (a(),
|
|
466
|
+
return (l, h) => (a(), L(oe, {
|
|
466
467
|
link: !e.noUnderline,
|
|
467
468
|
text: e.noUnderline,
|
|
468
469
|
to: e.to,
|
|
@@ -477,7 +478,7 @@ const Me = (e, t) => {
|
|
|
477
478
|
onClickCapture: o
|
|
478
479
|
}, {
|
|
479
480
|
default: M(() => [
|
|
480
|
-
|
|
481
|
+
R(l.$slots, "default", {}, () => [
|
|
481
482
|
D("Link")
|
|
482
483
|
])
|
|
483
484
|
]),
|
|
@@ -486,20 +487,20 @@ const Me = (e, t) => {
|
|
|
486
487
|
}
|
|
487
488
|
});
|
|
488
489
|
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
|
|
490
|
+
const qs = {
|
|
490
491
|
"aria-live": "assertive",
|
|
491
492
|
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
|
-
},
|
|
493
|
+
}, 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
494
|
key: 1,
|
|
494
495
|
class: "label label--light text-foreground-2 text-sm"
|
|
495
|
-
},
|
|
496
|
+
}, Zs = { key: 2 }, Xs = /* @__PURE__ */ d("span", { class: "sr-only" }, "Close", -1), Lo = /* @__PURE__ */ P({
|
|
496
497
|
__name: "ToastRenderer",
|
|
497
498
|
props: {
|
|
498
499
|
notification: null
|
|
499
500
|
},
|
|
500
501
|
emits: ["update:notification"],
|
|
501
502
|
setup(e, { emit: t }) {
|
|
502
|
-
const r = t, s = e, o =
|
|
503
|
+
const r = t, s = e, o = f(
|
|
503
504
|
() => {
|
|
504
505
|
var c, i;
|
|
505
506
|
return !((c = s.notification) != null && c.description) && !((i = s.notification) != null && i.cta);
|
|
@@ -510,9 +511,9 @@ const Ws = {
|
|
|
510
511
|
var i, u, v;
|
|
511
512
|
(v = (u = (i = s.notification) == null ? void 0 : i.cta) == null ? void 0 : u.onClick) == null || v.call(u, c), l();
|
|
512
513
|
};
|
|
513
|
-
return (c, i) => (a(),
|
|
514
|
-
|
|
515
|
-
|
|
514
|
+
return (c, i) => (a(), m("div", qs, [
|
|
515
|
+
d("div", Ws, [
|
|
516
|
+
z(qe, {
|
|
516
517
|
"enter-active-class": "transform ease-out duration-300 transition",
|
|
517
518
|
"enter-from-class": "translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",
|
|
518
519
|
"enter-to-class": "translate-y-0 opacity-100 sm:translate-x-0",
|
|
@@ -521,40 +522,40 @@ const Ws = {
|
|
|
521
522
|
"leave-to-class": "opacity-0"
|
|
522
523
|
}, {
|
|
523
524
|
default: M(() => [
|
|
524
|
-
e.notification ? (a(),
|
|
525
|
+
e.notification ? (a(), m("div", {
|
|
525
526
|
key: 0,
|
|
526
527
|
class: g(["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
528
|
}, [
|
|
528
|
-
|
|
529
|
+
d("div", {
|
|
529
530
|
class: g(["flex gap-2", o.value ? "items-center" : "items-start"])
|
|
530
531
|
}, [
|
|
531
|
-
|
|
532
|
-
e.notification.type === n(Ce).Success ? (a(),
|
|
532
|
+
d("div", Hs, [
|
|
533
|
+
e.notification.type === n(Ce).Success ? (a(), L(n(Zt), {
|
|
533
534
|
key: 0,
|
|
534
535
|
class: g(["text-success", o.value ? "h-5 w-5" : "h-6 w-6"]),
|
|
535
536
|
"aria-hidden": "true"
|
|
536
|
-
}, null, 8, ["class"])) : e.notification.type === n(Ce).Danger ? (a(),
|
|
537
|
+
}, null, 8, ["class"])) : e.notification.type === n(Ce).Danger ? (a(), L(n(Xt), {
|
|
537
538
|
key: 1,
|
|
538
539
|
class: g(["text-danger", o.value ? "h-5 w-5" : "h-6 w-6"]),
|
|
539
540
|
"aria-hidden": "true"
|
|
540
|
-
}, null, 8, ["class"])) : e.notification.type === n(Ce).Warning ? (a(),
|
|
541
|
+
}, null, 8, ["class"])) : e.notification.type === n(Ce).Warning ? (a(), L(n(Nt), {
|
|
541
542
|
key: 2,
|
|
542
543
|
class: g(["text-warning", o.value ? "h-5 w-5" : "h-6 w-6"]),
|
|
543
544
|
"aria-hidden": "true"
|
|
544
|
-
}, null, 8, ["class"])) : e.notification.type === n(Ce).Info ? (a(),
|
|
545
|
+
}, null, 8, ["class"])) : e.notification.type === n(Ce).Info ? (a(), L(n(Qt), {
|
|
545
546
|
key: 3,
|
|
546
547
|
class: g(["text-info", o.value ? "h-5 w-5" : "h-6 w-6"]),
|
|
547
548
|
"aria-hidden": "true"
|
|
548
549
|
}, null, 8, ["class"])) : I("", !0)
|
|
549
550
|
]),
|
|
550
|
-
|
|
551
|
-
e.notification.title ? (a(),
|
|
551
|
+
d("div", Ks, [
|
|
552
|
+
e.notification.title ? (a(), m("p", {
|
|
552
553
|
key: 0,
|
|
553
554
|
class: g(["text-foreground font-bold", o.value ? "text-sm" : "text-base"])
|
|
554
|
-
},
|
|
555
|
-
e.notification.description ? (a(),
|
|
556
|
-
e.notification.cta ? (a(),
|
|
557
|
-
|
|
555
|
+
}, S(e.notification.title), 3)) : I("", !0),
|
|
556
|
+
e.notification.description ? (a(), m("p", Gs, S(e.notification.description), 1)) : I("", !0),
|
|
557
|
+
e.notification.cta ? (a(), m("div", Zs, [
|
|
558
|
+
z(Us, {
|
|
558
559
|
to: e.notification.cta.url,
|
|
559
560
|
class: "label",
|
|
560
561
|
size: "xs",
|
|
@@ -562,22 +563,22 @@ const Ws = {
|
|
|
562
563
|
onClick: h
|
|
563
564
|
}, {
|
|
564
565
|
default: M(() => [
|
|
565
|
-
D(
|
|
566
|
+
D(S(e.notification.cta.title), 1)
|
|
566
567
|
]),
|
|
567
568
|
_: 1
|
|
568
569
|
}, 8, ["to"])
|
|
569
570
|
])) : I("", !0)
|
|
570
571
|
]),
|
|
571
|
-
|
|
572
|
+
d("div", {
|
|
572
573
|
class: g(["ml-2 flex-shrink-0", o.value ? "mt-1.5" : ""])
|
|
573
574
|
}, [
|
|
574
|
-
|
|
575
|
+
d("button", {
|
|
575
576
|
type: "button",
|
|
576
577
|
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
578
|
onClick: l
|
|
578
579
|
}, [
|
|
579
|
-
|
|
580
|
-
|
|
580
|
+
Xs,
|
|
581
|
+
z(n(xe), {
|
|
581
582
|
class: "h-5 w-5",
|
|
582
583
|
"aria-hidden": "true"
|
|
583
584
|
})
|
|
@@ -597,7 +598,7 @@ function bt(e) {
|
|
|
597
598
|
t.code === Ns && e(t);
|
|
598
599
|
};
|
|
599
600
|
}
|
|
600
|
-
const Qs = /* @__PURE__ */
|
|
601
|
+
const Qs = /* @__PURE__ */ d("circle", {
|
|
601
602
|
cx: "4",
|
|
602
603
|
cy: "4",
|
|
603
604
|
r: "3"
|
|
@@ -616,11 +617,11 @@ const Qs = /* @__PURE__ */ m("circle", {
|
|
|
616
617
|
},
|
|
617
618
|
emits: ["click-icon"],
|
|
618
619
|
setup(e, { emit: t }) {
|
|
619
|
-
const r = t, s = e, o =
|
|
620
|
+
const r = t, s = e, o = f(
|
|
620
621
|
() => s.colorClasses || "bg-blue-100 text-blue-800"
|
|
621
|
-
), l =
|
|
622
|
+
), l = f(
|
|
622
623
|
() => s.dotIconColorClasses || "text-blue-400"
|
|
623
|
-
), h =
|
|
624
|
+
), h = f(() => {
|
|
624
625
|
const v = [
|
|
625
626
|
"inline-flex items-center",
|
|
626
627
|
o.value,
|
|
@@ -631,12 +632,12 @@ const Qs = /* @__PURE__ */ m("circle", {
|
|
|
631
632
|
)) : (v.push("rounded-full"), v.push(
|
|
632
633
|
s.size === "lg" ? "px-2.5 py-0.5 label" : "px-2.5 py-0.5 caption font-medium"
|
|
633
634
|
)), v.join(" ");
|
|
634
|
-
}), c =
|
|
635
|
+
}), c = f(() => {
|
|
635
636
|
const v = [
|
|
636
637
|
"mt-0.5 ml-0.5 inline-flex h-4 w-4 flex-shrink-0 items-center justify-center rounded-full focus:outline-none"
|
|
637
638
|
];
|
|
638
639
|
return s.clickableIcon ? v.push("cursor-pointer") : v.push("cursor-default"), v.join(" ");
|
|
639
|
-
}), i =
|
|
640
|
+
}), i = f(() => [
|
|
640
641
|
"-ml-0.5 mr-1.5 h-2 w-2",
|
|
641
642
|
l.value
|
|
642
643
|
].join(" ")), u = (v) => {
|
|
@@ -646,24 +647,24 @@ const Qs = /* @__PURE__ */ m("circle", {
|
|
|
646
647
|
}
|
|
647
648
|
r("click-icon", v);
|
|
648
649
|
};
|
|
649
|
-
return (v, b) => (a(),
|
|
650
|
+
return (v, b) => (a(), m("span", {
|
|
650
651
|
class: g(h.value)
|
|
651
652
|
}, [
|
|
652
|
-
e.dot ? (a(),
|
|
653
|
+
e.dot ? (a(), m("svg", {
|
|
653
654
|
key: 0,
|
|
654
655
|
class: g(i.value),
|
|
655
656
|
fill: "currentColor",
|
|
656
657
|
viewBox: "0 0 8 8"
|
|
657
658
|
}, Js, 2)) : I("", !0),
|
|
658
|
-
|
|
659
|
+
R(v.$slots, "default", {}, () => [
|
|
659
660
|
D("Badge")
|
|
660
661
|
]),
|
|
661
|
-
e.iconLeft ? (a(),
|
|
662
|
+
e.iconLeft ? (a(), m("button", {
|
|
662
663
|
key: 1,
|
|
663
664
|
class: g(c.value),
|
|
664
665
|
onClick: b[0] || (b[0] = (y) => u(y))
|
|
665
666
|
}, [
|
|
666
|
-
(a(),
|
|
667
|
+
(a(), L(Q(e.iconLeft), {
|
|
667
668
|
class: g(["h-4 w-4", l.value])
|
|
668
669
|
}, null, 8, ["class"]))
|
|
669
670
|
], 2)) : I("", !0)
|
|
@@ -686,33 +687,33 @@ function yt(e) {
|
|
|
686
687
|
stepsPadding: h
|
|
687
688
|
},
|
|
688
689
|
emit: c
|
|
689
|
-
} = e, i =
|
|
690
|
+
} = e, i = f(
|
|
690
691
|
() => (s == null ? void 0 : s.value) === "vertical" ? "vertical" : "horizontal"
|
|
691
|
-
), u =
|
|
692
|
+
), u = f({
|
|
692
693
|
get: () => ot((t == null ? void 0 : t.value) || 0, -1, r.value.length),
|
|
693
694
|
set: (k) => c("update:modelValue", ot(k, 0, r.value.length))
|
|
694
|
-
}), v = (k) => `${k + 1}`, b = (k) => k === u.value, y = (k) => k < u.value, x = (k,
|
|
695
|
-
var
|
|
695
|
+
}), v = (k) => `${k + 1}`, b = (k) => k === u.value, y = (k) => k < u.value, x = (k, $) => {
|
|
696
|
+
var j;
|
|
696
697
|
if (l != null && l.value) {
|
|
697
|
-
|
|
698
|
+
$ == null || $.preventDefault(), $ == null || $.stopPropagation(), $ == null || $.stopImmediatePropagation();
|
|
698
699
|
return;
|
|
699
700
|
}
|
|
700
701
|
u.value = k;
|
|
701
702
|
const B = r.value[u.value];
|
|
702
|
-
(
|
|
703
|
-
},
|
|
703
|
+
(j = B == null ? void 0 : B.onClick) == null || j.call(B);
|
|
704
|
+
}, p = f(() => {
|
|
704
705
|
const k = ["flex"];
|
|
705
|
-
let
|
|
706
|
-
return (h == null ? void 0 : h.value) === "xs" ? (
|
|
707
|
-
`sm:flex-row sm:space-y-0 sm:justify-start sm:${
|
|
706
|
+
let $, B;
|
|
707
|
+
return (h == null ? void 0 : h.value) === "xs" ? ($ = "space-x-2", B = "space-y-1") : (h == null ? void 0 : h.value) === "sm" ? ($ = "space-x-4", B = "space-y-1") : ($ = "space-x-8", B = "space-y-4"), k.push("flex"), i.value === "vertical" || o != null && o.value ? (k.push(`flex-col ${B} justify-center`), (o == null ? void 0 : o.value) === $e.sm ? k.push(
|
|
708
|
+
`sm:flex-row sm:space-y-0 sm:justify-start sm:${$} sm:items-center`
|
|
708
709
|
) : (o == null ? void 0 : o.value) === $e.md ? k.push(
|
|
709
|
-
`md:flex-row md:space-y-0 md:justify-start md:${
|
|
710
|
+
`md:flex-row md:space-y-0 md:justify-start md:${$} md:items-center`
|
|
710
711
|
) : (o == null ? void 0 : o.value) === $e.lg ? k.push(
|
|
711
|
-
`lg:flex-row lg:space-y-0 lg:justify-start lg:${
|
|
712
|
+
`lg:flex-row lg:space-y-0 lg:justify-start lg:${$} lg:items-center`
|
|
712
713
|
) : (o == null ? void 0 : o.value) === $e.xl && k.push(
|
|
713
|
-
`xl:flex-row xl:space-y-0 xl:justify-start xl:${
|
|
714
|
-
)) : k.push(`flex-row ${
|
|
715
|
-
}),
|
|
714
|
+
`xl:flex-row xl:space-y-0 xl:justify-start xl:${$} xl:items-center`
|
|
715
|
+
)) : k.push(`flex-row ${$} items-center`), k.join(" ");
|
|
716
|
+
}), O = f(() => {
|
|
716
717
|
const k = ["flex items-center"];
|
|
717
718
|
return l != null && l.value || k.push("cursor-pointer"), k.join(" ");
|
|
718
719
|
});
|
|
@@ -722,8 +723,8 @@ function yt(e) {
|
|
|
722
723
|
isFinishedStep: y,
|
|
723
724
|
switchStep: x,
|
|
724
725
|
getStepDisplayValue: v,
|
|
725
|
-
listClasses:
|
|
726
|
-
linkClasses:
|
|
726
|
+
listClasses: p,
|
|
727
|
+
linkClasses: O,
|
|
727
728
|
orientation: i
|
|
728
729
|
};
|
|
729
730
|
}
|
|
@@ -750,7 +751,7 @@ const el = ["aria-label"], tl = ["href", "onClick"], sl = { class: "flex space-x
|
|
|
750
751
|
}, dl = ["href", "onClick"], fl = { class: "flex space-x-3 items-center text-foreground-disabled normal font-medium leading-5" }, pl = { class: "shrink-0 h-8 w-8 rounded-full border-2 border-foreground-disabled inline-flex items-center justify-center" }, ml = { class: "flex flex-col" }, hl = {
|
|
751
752
|
key: 0,
|
|
752
753
|
class: "label label--light"
|
|
753
|
-
},
|
|
754
|
+
}, Mo = /* @__PURE__ */ P({
|
|
754
755
|
__name: "Number",
|
|
755
756
|
props: {
|
|
756
757
|
ariaLabel: null,
|
|
@@ -774,56 +775,56 @@ const el = ["aria-label"], tl = ["href", "onClick"], sl = { class: "flex space-x
|
|
|
774
775
|
props: ae(s),
|
|
775
776
|
emit: r
|
|
776
777
|
});
|
|
777
|
-
return (v, b) => (a(),
|
|
778
|
+
return (v, b) => (a(), m("nav", {
|
|
778
779
|
class: "flex justify-center",
|
|
779
780
|
"aria-label": e.ariaLabel || "Progress steps"
|
|
780
781
|
}, [
|
|
781
|
-
|
|
782
|
+
d("ol", {
|
|
782
783
|
class: g(n(i))
|
|
783
784
|
}, [
|
|
784
|
-
(a(!0),
|
|
785
|
+
(a(!0), m(H, null, G(e.steps, (y, x) => (a(), m("li", {
|
|
785
786
|
key: y.name
|
|
786
787
|
}, [
|
|
787
|
-
n(l)(x) ? (a(),
|
|
788
|
+
n(l)(x) ? (a(), m("a", {
|
|
788
789
|
key: 0,
|
|
789
790
|
href: y.href,
|
|
790
791
|
class: g(n(u)),
|
|
791
|
-
onClick: (
|
|
792
|
+
onClick: (p) => n(h)(x, p)
|
|
792
793
|
}, [
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
794
|
+
d("div", sl, [
|
|
795
|
+
d("div", ll, [
|
|
796
|
+
z(n(mt), { class: "w-5 h-5" })
|
|
796
797
|
]),
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
y.description ? (a(),
|
|
798
|
+
d("div", nl, [
|
|
799
|
+
d("div", null, S(y.name), 1),
|
|
800
|
+
y.description ? (a(), m("div", al, S(y.description), 1)) : I("", !0)
|
|
800
801
|
])
|
|
801
802
|
])
|
|
802
|
-
], 10, tl)) : n(o)(x) ? (a(),
|
|
803
|
+
], 10, tl)) : n(o)(x) ? (a(), m("a", {
|
|
803
804
|
key: 1,
|
|
804
805
|
href: y.href,
|
|
805
806
|
class: g(n(u)),
|
|
806
807
|
"aria-current": "step",
|
|
807
|
-
onClick: (
|
|
808
|
+
onClick: (p) => n(h)(x, p)
|
|
808
809
|
}, [
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
y.description ? (a(),
|
|
810
|
+
d("div", rl, [
|
|
811
|
+
d("div", il, S(n(c)(x)), 1),
|
|
812
|
+
d("div", ul, [
|
|
813
|
+
d("div", null, S(y.name), 1),
|
|
814
|
+
y.description ? (a(), m("div", cl, S(y.description), 1)) : I("", !0)
|
|
814
815
|
])
|
|
815
816
|
])
|
|
816
|
-
], 10, ol)) : (a(),
|
|
817
|
+
], 10, ol)) : (a(), m("a", {
|
|
817
818
|
key: 2,
|
|
818
819
|
href: y.href,
|
|
819
820
|
class: g(n(u)),
|
|
820
|
-
onClick: (
|
|
821
|
+
onClick: (p) => n(h)(x, p)
|
|
821
822
|
}, [
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
y.description ? (a(),
|
|
823
|
+
d("div", fl, [
|
|
824
|
+
d("div", pl, S(n(c)(x)), 1),
|
|
825
|
+
d("div", ml, [
|
|
826
|
+
d("div", null, S(y.name), 1),
|
|
827
|
+
y.description ? (a(), m("div", hl, S(y.description), 1)) : I("", !0)
|
|
827
828
|
])
|
|
828
829
|
])
|
|
829
830
|
], 10, dl))
|
|
@@ -840,16 +841,16 @@ const el = ["aria-label"], tl = ["href", "onClick"], sl = { class: "flex space-x
|
|
|
840
841
|
}, wl = {
|
|
841
842
|
key: 0,
|
|
842
843
|
class: "h-3 w-3 rounded-full bg-foreground"
|
|
843
|
-
}, Cl = /* @__PURE__ */
|
|
844
|
+
}, Cl = /* @__PURE__ */ d("span", { class: "absolute h-4 w-4 rounded-full bg-outline-2" }, null, -1), $l = /* @__PURE__ */ d("span", { class: "relative block h-2 w-2 rounded-full bg-primary-focus" }, null, -1), Il = ["href", "onClick"], Bl = {
|
|
844
845
|
class: "relative flex h-5 w-5 flex-shrink-0 items-center justify-center",
|
|
845
846
|
"aria-hidden": "true"
|
|
846
|
-
},
|
|
847
|
+
}, Sl = {
|
|
847
848
|
key: 0,
|
|
848
849
|
class: "h-3 w-3 rounded-full bg-foreground-2"
|
|
849
850
|
}, zl = {
|
|
850
851
|
key: 1,
|
|
851
852
|
class: "h-4 w-4 rounded-full bg-foreground-disabled"
|
|
852
|
-
},
|
|
853
|
+
}, Oo = /* @__PURE__ */ P({
|
|
853
854
|
__name: "Bullet",
|
|
854
855
|
props: {
|
|
855
856
|
ariaLabel: null,
|
|
@@ -866,68 +867,68 @@ const el = ["aria-label"], tl = ["href", "onClick"], sl = { class: "flex space-x
|
|
|
866
867
|
const r = t, s = e, { isCurrentStep: o, isFinishedStep: l, switchStep: h, listClasses: c, linkClasses: i } = yt({
|
|
867
868
|
props: ae(s),
|
|
868
869
|
emit: r
|
|
869
|
-
}), u =
|
|
870
|
+
}), u = f(() => {
|
|
870
871
|
const b = ["h6 font-medium leading-7"];
|
|
871
872
|
let y;
|
|
872
873
|
return s.stepsPadding === "xs" ? y = "ml-1" : s.stepsPadding === "sm" ? y = "ml-2" : y = "ml-3", b.push(y), s.basic && b.push("sr-only"), b.join(" ");
|
|
873
|
-
}), v =
|
|
874
|
+
}), v = f(() => {
|
|
874
875
|
const b = [];
|
|
875
876
|
return s.basic && b.push("basic"), b.join(" ");
|
|
876
877
|
});
|
|
877
|
-
return (b, y) => (a(),
|
|
878
|
+
return (b, y) => (a(), m("nav", {
|
|
878
879
|
class: "flex justify-center",
|
|
879
880
|
"aria-label": e.ariaLabel || "Progress steps"
|
|
880
881
|
}, [
|
|
881
|
-
|
|
882
|
+
d("ol", {
|
|
882
883
|
class: g([n(c), v.value])
|
|
883
884
|
}, [
|
|
884
|
-
(a(!0),
|
|
885
|
+
(a(!0), m(H, null, G(e.steps, (x, p) => (a(), m("li", {
|
|
885
886
|
key: x.name
|
|
886
887
|
}, [
|
|
887
|
-
n(l)(
|
|
888
|
+
n(l)(p) ? (a(), m("a", {
|
|
888
889
|
key: 0,
|
|
889
890
|
href: x.href,
|
|
890
891
|
class: g(n(i)),
|
|
891
|
-
onClick: (
|
|
892
|
+
onClick: (O) => n(h)(p, O)
|
|
892
893
|
}, [
|
|
893
|
-
|
|
894
|
-
e.basic ? (a(),
|
|
894
|
+
d("span", bl, [
|
|
895
|
+
e.basic ? (a(), m("span", yl)) : (a(), L(n(ht), {
|
|
895
896
|
key: 1,
|
|
896
897
|
class: "h-full w-full text-primary",
|
|
897
898
|
"aria-hidden": "true"
|
|
898
899
|
}))
|
|
899
900
|
]),
|
|
900
|
-
|
|
901
|
+
d("span", {
|
|
901
902
|
class: g(["text-foreground", u.value])
|
|
902
|
-
},
|
|
903
|
-
], 10, gl)) : n(o)(
|
|
903
|
+
}, S(x.name), 3)
|
|
904
|
+
], 10, gl)) : n(o)(p) ? (a(), m("a", {
|
|
904
905
|
key: 1,
|
|
905
906
|
href: x.href,
|
|
906
907
|
class: g(n(i)),
|
|
907
908
|
"aria-current": "step",
|
|
908
|
-
onClick: (
|
|
909
|
+
onClick: (O) => n(h)(p, O)
|
|
909
910
|
}, [
|
|
910
|
-
|
|
911
|
-
e.basic ? (a(),
|
|
911
|
+
d("span", kl, [
|
|
912
|
+
e.basic ? (a(), m("span", wl)) : (a(), m(H, { key: 1 }, [
|
|
912
913
|
Cl,
|
|
913
914
|
$l
|
|
914
915
|
], 64))
|
|
915
916
|
]),
|
|
916
|
-
|
|
917
|
+
d("span", {
|
|
917
918
|
class: g(["text-primary-focus", u.value])
|
|
918
|
-
},
|
|
919
|
-
], 10, xl)) : (a(),
|
|
919
|
+
}, S(x.name), 3)
|
|
920
|
+
], 10, xl)) : (a(), m("a", {
|
|
920
921
|
key: 2,
|
|
921
922
|
href: x.href,
|
|
922
923
|
class: g(n(i)),
|
|
923
|
-
onClick: (
|
|
924
|
+
onClick: (O) => n(h)(p, O)
|
|
924
925
|
}, [
|
|
925
|
-
|
|
926
|
-
e.basic ? (a(),
|
|
926
|
+
d("div", Bl, [
|
|
927
|
+
e.basic ? (a(), m("span", Sl)) : (a(), m("div", zl))
|
|
927
928
|
]),
|
|
928
|
-
|
|
929
|
+
d("p", {
|
|
929
930
|
class: g(["text-foreground-disabled", u.value])
|
|
930
|
-
},
|
|
931
|
+
}, S(x.name), 3)
|
|
931
932
|
], 10, Il))
|
|
932
933
|
]))), 128))
|
|
933
934
|
], 2)
|
|
@@ -944,34 +945,34 @@ const el = ["aria-label"], tl = ["href", "onClick"], sl = { class: "flex space-x
|
|
|
944
945
|
fill: "rgba(255,255,255,0.8)",
|
|
945
946
|
"stroke-linecap": "round",
|
|
946
947
|
"stroke-linejoin": "round"
|
|
947
|
-
},
|
|
948
|
+
}, Ml = /* @__PURE__ */ d("path", {
|
|
948
949
|
stroke: "none",
|
|
949
950
|
d: "M0 0h24v24H0z",
|
|
950
951
|
fill: "none"
|
|
951
|
-
}, null, -1),
|
|
952
|
-
|
|
953
|
-
|
|
952
|
+
}, null, -1), Ol = /* @__PURE__ */ d("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), Al = [
|
|
953
|
+
Ml,
|
|
954
|
+
Ol
|
|
954
955
|
];
|
|
955
956
|
function Pl(e, t) {
|
|
956
|
-
return a(),
|
|
957
|
+
return a(), m("svg", Ll, Al);
|
|
957
958
|
}
|
|
958
|
-
const jl = /* @__PURE__ */
|
|
959
|
+
const jl = /* @__PURE__ */ Oe(Vl, [["render", Pl]]), Tl = {}, _l = {
|
|
959
960
|
viewBox: "0 0 18 17",
|
|
960
961
|
fill: "none",
|
|
961
962
|
xmlns: "http://www.w3.org/2000/svg"
|
|
962
|
-
},
|
|
963
|
+
}, Fl = /* @__PURE__ */ d("path", {
|
|
963
964
|
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
965
|
stroke: "currentColor",
|
|
965
966
|
"stroke-width": "1",
|
|
966
967
|
"stroke-linecap": "round",
|
|
967
968
|
"stroke-linejoin": "round"
|
|
968
|
-
}, null, -1),
|
|
969
|
-
|
|
969
|
+
}, null, -1), Rl = [
|
|
970
|
+
Fl
|
|
970
971
|
];
|
|
971
972
|
function Dl(e, t) {
|
|
972
|
-
return a(),
|
|
973
|
+
return a(), m("svg", _l, Rl);
|
|
973
974
|
}
|
|
974
|
-
const El = /* @__PURE__ */
|
|
975
|
+
const El = /* @__PURE__ */ Oe(Tl, [["render", Dl]]), Ul = { class: "relative aspect-square w-full h-full max-w-[250px] mx-auto mb-8 border-t border-r border-outline-3 select-none" }, ql = { class: "w-full h-full overflow-hidden" }, Ao = /* @__PURE__ */ P({
|
|
975
976
|
__name: "Instructional",
|
|
976
977
|
props: {
|
|
977
978
|
actions: Array,
|
|
@@ -981,7 +982,7 @@ const El = /* @__PURE__ */ Me(Tl, [["render", Dl]]), Ul = { class: "relative asp
|
|
|
981
982
|
slotsConfig: Array
|
|
982
983
|
},
|
|
983
984
|
setup(e) {
|
|
984
|
-
const t = e, r =
|
|
985
|
+
const t = e, r = V(!0), s = V({ ...t.initialPosition }), o = V(!1), l = V(500), h = V(!0), c = V(t.slotsConfig || []);
|
|
985
986
|
async function i(b) {
|
|
986
987
|
await rs(b.duration);
|
|
987
988
|
}
|
|
@@ -1013,10 +1014,10 @@ const El = /* @__PURE__ */ Me(Tl, [["render", Dl]]), Ul = { class: "relative asp
|
|
|
1013
1014
|
h.value = !1, s.value = { ...t.initialPosition }, await i({ type: "delay", duration: 200 });
|
|
1014
1015
|
}
|
|
1015
1016
|
})();
|
|
1016
|
-
}),
|
|
1017
|
+
}), We(() => {
|
|
1017
1018
|
r.value = !1;
|
|
1018
|
-
}), (b, y) => (a(),
|
|
1019
|
-
|
|
1019
|
+
}), (b, y) => (a(), m("div", Ul, [
|
|
1020
|
+
d("div", {
|
|
1020
1021
|
class: "absolute z-50 text-foreground dark:text-foundation",
|
|
1021
1022
|
style: Y({
|
|
1022
1023
|
transitionProperty: "all",
|
|
@@ -1025,22 +1026,65 @@ const El = /* @__PURE__ */ Me(Tl, [["render", Dl]]), Ul = { class: "relative asp
|
|
|
1025
1026
|
transitionDuration: l.value + "ms"
|
|
1026
1027
|
})
|
|
1027
1028
|
}, [
|
|
1028
|
-
|
|
1029
|
+
z(El, {
|
|
1029
1030
|
class: g(["absolute -top-5 -left-4 h-12 w-12 -rotate-12 text-foreground", [{ hidden: !o.value }]])
|
|
1030
1031
|
}, null, 8, ["class"]),
|
|
1031
|
-
|
|
1032
|
+
z(jl, { class: "absolute inset-0 h-11 w-11" })
|
|
1032
1033
|
], 4),
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
(a(!0),
|
|
1034
|
+
d("div", ql, [
|
|
1035
|
+
R(b.$slots, "background"),
|
|
1036
|
+
(a(!0), m(H, null, G(c.value, (x) => (a(), m(H, {
|
|
1036
1037
|
key: x.name
|
|
1037
1038
|
}, [
|
|
1038
|
-
x.visible ?
|
|
1039
|
+
x.visible ? R(b.$slots, x.name, { key: 0 }) : I("", !0)
|
|
1039
1040
|
], 64))), 128))
|
|
1040
1041
|
])
|
|
1041
1042
|
]));
|
|
1042
1043
|
}
|
|
1043
|
-
}),
|
|
1044
|
+
}), Wl = { class: "relative bg-foundation" }, Hl = /* @__PURE__ */ d("div", {
|
|
1045
|
+
class: "absolute inset-0 flex items-center justify-center",
|
|
1046
|
+
role: "status"
|
|
1047
|
+
}, [
|
|
1048
|
+
/* @__PURE__ */ d("svg", {
|
|
1049
|
+
"aria-hidden": "true",
|
|
1050
|
+
class: "w-6 h-6 text-outline-2 animate-spin fill-primary",
|
|
1051
|
+
viewBox: "0 0 100 101",
|
|
1052
|
+
fill: "none",
|
|
1053
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1054
|
+
}, [
|
|
1055
|
+
/* @__PURE__ */ d("path", {
|
|
1056
|
+
d: "M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",
|
|
1057
|
+
fill: "currentColor"
|
|
1058
|
+
}),
|
|
1059
|
+
/* @__PURE__ */ d("path", {
|
|
1060
|
+
d: "M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",
|
|
1061
|
+
fill: "currentFill"
|
|
1062
|
+
})
|
|
1063
|
+
]),
|
|
1064
|
+
/* @__PURE__ */ d("span", { class: "sr-only" }, "Loading...")
|
|
1065
|
+
], -1), Kl = ["title", "src"], Po = /* @__PURE__ */ P({
|
|
1066
|
+
__name: "VimeoEmbed",
|
|
1067
|
+
props: {
|
|
1068
|
+
vimeoId: null,
|
|
1069
|
+
title: null,
|
|
1070
|
+
autoplay: { type: Boolean },
|
|
1071
|
+
muted: { type: Boolean },
|
|
1072
|
+
controls: { type: Boolean }
|
|
1073
|
+
},
|
|
1074
|
+
setup(e) {
|
|
1075
|
+
return (t, r) => (a(), m("div", Wl, [
|
|
1076
|
+
Hl,
|
|
1077
|
+
d("iframe", {
|
|
1078
|
+
title: e.title,
|
|
1079
|
+
src: `https://player.vimeo.com/video/${e.vimeoId}?badge=0&autopause=0&player_id=0&app_id=58479&autoplay=${e.autoplay ? "1" : "0"}&muted=${e.muted ? "1" : "0"}&controls=${e.controls ? "1" : "0"}`,
|
|
1080
|
+
frameborder: "0",
|
|
1081
|
+
allow: "autoplay; fullscreen;",
|
|
1082
|
+
allowfullscreen: "",
|
|
1083
|
+
class: "aspect-video w-full relative z-10"
|
|
1084
|
+
}, null, 8, Kl)
|
|
1085
|
+
]));
|
|
1086
|
+
}
|
|
1087
|
+
}), Gl = ["disabled"], jo = /* @__PURE__ */ P({
|
|
1044
1088
|
__name: "CardButton",
|
|
1045
1089
|
props: {
|
|
1046
1090
|
disabled: { type: Boolean },
|
|
@@ -1048,7 +1092,7 @@ const El = /* @__PURE__ */ Me(Tl, [["render", Dl]]), Ul = { class: "relative asp
|
|
|
1048
1092
|
},
|
|
1049
1093
|
emits: ["update:modelValue", "click"],
|
|
1050
1094
|
setup(e, { emit: t }) {
|
|
1051
|
-
const r = t, s = e, o =
|
|
1095
|
+
const r = t, s = e, o = f(() => {
|
|
1052
1096
|
const h = [
|
|
1053
1097
|
"h-20 bg-foundation-2 inline-flex justify-center items-center outline-none",
|
|
1054
1098
|
"normal px-16 py-5 shadow rounded transition active:scale-95"
|
|
@@ -1063,23 +1107,23 @@ const El = /* @__PURE__ */ Me(Tl, [["render", Dl]]), Ul = { class: "relative asp
|
|
|
1063
1107
|
}
|
|
1064
1108
|
r("update:modelValue", !s.modelValue), r("click", h);
|
|
1065
1109
|
};
|
|
1066
|
-
return (h, c) => (a(),
|
|
1110
|
+
return (h, c) => (a(), m("button", {
|
|
1067
1111
|
class: g(o.value),
|
|
1068
1112
|
disabled: e.disabled,
|
|
1069
1113
|
onClick: l
|
|
1070
1114
|
}, [
|
|
1071
|
-
|
|
1115
|
+
R(h.$slots, "default", {}, () => [
|
|
1072
1116
|
D("Text")
|
|
1073
1117
|
])
|
|
1074
|
-
], 10,
|
|
1118
|
+
], 10, Gl));
|
|
1075
1119
|
}
|
|
1076
|
-
}),
|
|
1120
|
+
}), Zl = { class: "relative flex items-start" }, Xl = { class: "flex h-6 items-center" }, Nl = ["id", "checked", "aria-describedby", "name", "disabled", "value"], Ql = {
|
|
1077
1121
|
class: "ml-2 text-sm",
|
|
1078
1122
|
style: { "padding-top": "2px" }
|
|
1079
|
-
},
|
|
1123
|
+
}, Jl = ["for"], Yl = {
|
|
1080
1124
|
key: 0,
|
|
1081
1125
|
class: "text-danger ml-1"
|
|
1082
|
-
},
|
|
1126
|
+
}, en = ["id"], To = /* @__PURE__ */ P({
|
|
1083
1127
|
inheritAttrs: !1,
|
|
1084
1128
|
__name: "Checkbox",
|
|
1085
1129
|
props: {
|
|
@@ -1168,29 +1212,29 @@ const El = /* @__PURE__ */ Me(Tl, [["render", Dl]]), Ul = { class: "relative asp
|
|
|
1168
1212
|
},
|
|
1169
1213
|
emits: ["update:modelValue"],
|
|
1170
1214
|
setup(e) {
|
|
1171
|
-
const t = e, r = (k) => `${k}-${Le()}`, s =
|
|
1215
|
+
const t = e, r = (k) => `${k}-${Le()}`, s = f(() => t.value || t.name), {
|
|
1172
1216
|
checked: o,
|
|
1173
1217
|
errorMessage: l,
|
|
1174
1218
|
handleChange: h,
|
|
1175
1219
|
value: c
|
|
1176
|
-
} =
|
|
1220
|
+
} = Be(t.name, t.rules, {
|
|
1177
1221
|
validateOnMount: t.validateOnMount,
|
|
1178
1222
|
type: "checkbox",
|
|
1179
1223
|
checkedValue: s,
|
|
1180
1224
|
initialValue: t.modelValue || void 0
|
|
1181
|
-
}), i =
|
|
1225
|
+
}), i = f(() => t.label || t.name), u = f(() => l.value ? "border-danger-lighter" : "border-foreground-4 "), v = f(() => t.description || l.value), b = f(() => `${t.name}-description`), y = f(() => {
|
|
1182
1226
|
const k = [];
|
|
1183
1227
|
return t.inlineDescription ? k.push("inline ml-2") : k.push("block"), l.value ? k.push("text-danger") : k.push("text-foreground-2"), k.join(" ");
|
|
1184
|
-
}), x =
|
|
1228
|
+
}), x = V(r("checkbox")), p = f(() => t.id || x.value), O = (k) => {
|
|
1185
1229
|
t.disabled || h(k);
|
|
1186
1230
|
};
|
|
1187
1231
|
return ee(() => {
|
|
1188
|
-
const k = t.modelValue,
|
|
1189
|
-
B !==
|
|
1190
|
-
}), (k,
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
id:
|
|
1232
|
+
const k = t.modelValue, $ = c.value, B = Array.isArray(k) ? k.includes(t.value) : k === t.value, j = Array.isArray($) ? $.includes(t.value) : $ === t.value;
|
|
1233
|
+
B !== j && h(k);
|
|
1234
|
+
}), (k, $) => (a(), m("div", Zl, [
|
|
1235
|
+
d("div", Xl, [
|
|
1236
|
+
d("input", ie({
|
|
1237
|
+
id: p.value,
|
|
1194
1238
|
checked: n(o),
|
|
1195
1239
|
"aria-describedby": b.value,
|
|
1196
1240
|
name: e.name,
|
|
@@ -1198,31 +1242,31 @@ const El = /* @__PURE__ */ Me(Tl, [["render", Dl]]), Ul = { class: "relative asp
|
|
|
1198
1242
|
value: s.value,
|
|
1199
1243
|
type: "checkbox",
|
|
1200
1244
|
class: ["h-4 w-4 rounded text-primary focus:ring-primary bg-foundation disabled:cursor-not-allowed disabled:bg-disabled disabled:text-disabled-2", u.value]
|
|
1201
|
-
}, k.$attrs, { onChange:
|
|
1245
|
+
}, k.$attrs, { onChange: O }), null, 16, Nl)
|
|
1202
1246
|
]),
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
for:
|
|
1247
|
+
d("div", Ql, [
|
|
1248
|
+
d("label", {
|
|
1249
|
+
for: p.value,
|
|
1206
1250
|
class: g(["font-medium text-foreground", { "sr-only": e.hideLabel }])
|
|
1207
1251
|
}, [
|
|
1208
|
-
|
|
1209
|
-
e.showRequired ? (a(),
|
|
1210
|
-
], 10,
|
|
1211
|
-
v.value ? (a(),
|
|
1252
|
+
d("span", null, S(i.value), 1),
|
|
1253
|
+
e.showRequired ? (a(), m("span", Yl, "*")) : I("", !0)
|
|
1254
|
+
], 10, Jl),
|
|
1255
|
+
v.value ? (a(), m("p", {
|
|
1212
1256
|
key: 0,
|
|
1213
1257
|
id: b.value,
|
|
1214
1258
|
class: g(y.value)
|
|
1215
|
-
},
|
|
1259
|
+
}, S(v.value), 11, en)) : I("", !0)
|
|
1216
1260
|
])
|
|
1217
1261
|
]));
|
|
1218
1262
|
}
|
|
1219
|
-
}),
|
|
1263
|
+
}), tn = { class: "flex h-6 items-center" }, sn = ["id", "checked", "aria-describedby", "name", "disabled", "value"], ln = ["for"], nn = {
|
|
1220
1264
|
key: 0,
|
|
1221
1265
|
class: "text-sm"
|
|
1222
|
-
},
|
|
1266
|
+
}, an = { class: "flex flex-col" }, on = ["id"], rn = {
|
|
1223
1267
|
key: 1,
|
|
1224
1268
|
class: "text-danger ml-1"
|
|
1225
|
-
},
|
|
1269
|
+
}, un = ["id"], _o = /* @__PURE__ */ P({
|
|
1226
1270
|
inheritAttrs: !1,
|
|
1227
1271
|
__name: "Radio",
|
|
1228
1272
|
props: {
|
|
@@ -1318,31 +1362,31 @@ const El = /* @__PURE__ */ Me(Tl, [["render", Dl]]), Ul = { class: "relative asp
|
|
|
1318
1362
|
},
|
|
1319
1363
|
emits: ["update:modelValue"],
|
|
1320
1364
|
setup(e) {
|
|
1321
|
-
const t = e, r = (k) => `${k}-${Le()}`, s =
|
|
1365
|
+
const t = e, r = (k) => `${k}-${Le()}`, s = f(() => t.value || t.name), {
|
|
1322
1366
|
checked: o,
|
|
1323
1367
|
errorMessage: l,
|
|
1324
1368
|
handleChange: h,
|
|
1325
1369
|
value: c
|
|
1326
|
-
} =
|
|
1370
|
+
} = Be(t.name, t.rules, {
|
|
1327
1371
|
validateOnMount: t.validateOnMount,
|
|
1328
1372
|
type: "radio",
|
|
1329
1373
|
checkedValue: s,
|
|
1330
1374
|
initialValue: t.modelValue || void 0
|
|
1331
|
-
}), i =
|
|
1375
|
+
}), i = f(() => t.label || t.name), u = f(() => l.value ? "border-danger-lighter" : "border-foreground-4 "), v = f(() => t.description || l.value), b = f(() => `${t.name}-description`), y = f(() => {
|
|
1332
1376
|
const k = ["text-xs"];
|
|
1333
1377
|
return l.value ? k.push("text-danger") : k.push("text-foreground-2"), k.join(" ");
|
|
1334
|
-
}), x =
|
|
1378
|
+
}), x = V(r("radio")), p = f(() => t.id || x.value), O = (k) => {
|
|
1335
1379
|
t.disabled || h(k);
|
|
1336
1380
|
};
|
|
1337
1381
|
return ee(() => {
|
|
1338
|
-
const k = t.modelValue,
|
|
1339
|
-
B !==
|
|
1340
|
-
}), (k,
|
|
1382
|
+
const k = t.modelValue, $ = c.value, B = Array.isArray(k) ? k.includes(t.value) : k === t.value, j = Array.isArray($) ? $.includes(t.value) : $ === t.value;
|
|
1383
|
+
B !== j && h(k);
|
|
1384
|
+
}), (k, $) => (a(), m("div", {
|
|
1341
1385
|
class: g(["relative flex gap-2 mb-2 last:mb-0", e.description && e.inlineDescription ? "items-start" : "items-center"])
|
|
1342
1386
|
}, [
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
id:
|
|
1387
|
+
d("div", tn, [
|
|
1388
|
+
d("input", ie({
|
|
1389
|
+
id: p.value,
|
|
1346
1390
|
checked: n(o),
|
|
1347
1391
|
"aria-describedby": b.value,
|
|
1348
1392
|
name: e.name,
|
|
@@ -1350,50 +1394,50 @@ const El = /* @__PURE__ */ Me(Tl, [["render", Dl]]), Ul = { class: "relative asp
|
|
|
1350
1394
|
value: s.value,
|
|
1351
1395
|
type: "radio",
|
|
1352
1396
|
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", u.value]
|
|
1353
|
-
}, k.$attrs, { onChange:
|
|
1397
|
+
}, k.$attrs, { onChange: O }), null, 16, sn)
|
|
1354
1398
|
]),
|
|
1355
|
-
|
|
1399
|
+
d("div", {
|
|
1356
1400
|
class: g(["text-xs sm:text-sm", e.inlineDescription ? "flex gap-2 items-center" : ""])
|
|
1357
1401
|
}, [
|
|
1358
|
-
|
|
1359
|
-
for:
|
|
1402
|
+
d("label", {
|
|
1403
|
+
for: p.value,
|
|
1360
1404
|
class: g(["text-foreground flex gap-2 items-center", { "sr-only": e.hideLabel }])
|
|
1361
1405
|
}, [
|
|
1362
|
-
e.icon ? (a(),
|
|
1363
|
-
(a(),
|
|
1406
|
+
e.icon ? (a(), m("div", nn, [
|
|
1407
|
+
(a(), L(Q(e.icon), { class: "h-8 sm:h-10 w-8 sm:w-10" }))
|
|
1364
1408
|
])) : I("", !0),
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
v.value && !e.inlineDescription ? (a(),
|
|
1409
|
+
d("div", an, [
|
|
1410
|
+
d("span", null, S(i.value), 1),
|
|
1411
|
+
v.value && !e.inlineDescription ? (a(), m("p", {
|
|
1368
1412
|
key: 0,
|
|
1369
1413
|
id: b.value,
|
|
1370
1414
|
class: g(y.value)
|
|
1371
|
-
},
|
|
1415
|
+
}, S(v.value), 11, on)) : I("", !0)
|
|
1372
1416
|
]),
|
|
1373
|
-
e.showRequired ? (a(),
|
|
1374
|
-
], 10,
|
|
1375
|
-
v.value && e.inlineDescription ? (a(),
|
|
1417
|
+
e.showRequired ? (a(), m("span", rn, "*")) : I("", !0)
|
|
1418
|
+
], 10, ln),
|
|
1419
|
+
v.value && e.inlineDescription ? (a(), m("p", {
|
|
1376
1420
|
key: 0,
|
|
1377
1421
|
id: b.value,
|
|
1378
1422
|
class: g(y.value)
|
|
1379
|
-
},
|
|
1423
|
+
}, S(v.value), 11, un)) : I("", !0)
|
|
1380
1424
|
], 2)
|
|
1381
1425
|
], 2));
|
|
1382
1426
|
}
|
|
1383
1427
|
});
|
|
1384
1428
|
function Je(e) {
|
|
1385
|
-
const { props: t, inputEl: r, emit: s, options: o } = e, { value: l, errorMessage: h } =
|
|
1429
|
+
const { props: t, inputEl: r, emit: s, options: o } = e, { value: l, errorMessage: h } = Be(t.name, t.rules, {
|
|
1386
1430
|
validateOnMount: n(t.validateOnMount),
|
|
1387
1431
|
validateOnValueUpdate: n(t.validateOnValueUpdate),
|
|
1388
1432
|
initialValue: n(t.modelValue) || void 0
|
|
1389
|
-
}), c =
|
|
1433
|
+
}), c = f(() => {
|
|
1390
1434
|
const A = ["block label text-foreground-2 mb-2"];
|
|
1391
1435
|
return n(t.showLabel) || A.push("sr-only"), A.join(" ");
|
|
1392
|
-
}), i =
|
|
1436
|
+
}), i = f(() => [
|
|
1393
1437
|
"focus:outline-none disabled:cursor-not-allowed disabled:bg-foundation-disabled",
|
|
1394
1438
|
"disabled:text-disabled-muted placeholder:text-foreground-2",
|
|
1395
1439
|
"rounded"
|
|
1396
|
-
].join(" ")), u =
|
|
1440
|
+
].join(" ")), u = f(() => {
|
|
1397
1441
|
const A = [
|
|
1398
1442
|
"block w-full text-foreground transition-all",
|
|
1399
1443
|
i.value
|
|
@@ -1403,20 +1447,20 @@ function Je(e) {
|
|
|
1403
1447
|
) : A.push("border-0 focus:ring-2 focus:ring-outline-2");
|
|
1404
1448
|
const w = n(t.color);
|
|
1405
1449
|
return w === "foundation" ? A.push("bg-foundation shadow-sm hover:shadow") : w === "transparent" ? A.push("bg-transparent") : A.push("bg-foundation-page"), A.join(" ");
|
|
1406
|
-
}), v =
|
|
1450
|
+
}), v = V(Le()), b = f(() => n(t.label) || n(t.name)), y = f(() => {
|
|
1407
1451
|
const A = h.value;
|
|
1408
1452
|
return !A || !n(t.useLabelInErrors) ? A : A.replace("Value", b.value);
|
|
1409
|
-
}), x =
|
|
1453
|
+
}), x = f(
|
|
1410
1454
|
() => y.value && n(t.hideErrorMessage)
|
|
1411
|
-
),
|
|
1412
|
-
() =>
|
|
1413
|
-
),
|
|
1455
|
+
), p = f(() => y.value || n(t.help)), O = f(() => !!p.value), k = f(
|
|
1456
|
+
() => O.value ? `${n(t.name)}-${v.value}` : void 0
|
|
1457
|
+
), $ = f(() => {
|
|
1414
1458
|
const A = ["mt-2 text-xs sm:text-sm"];
|
|
1415
1459
|
return A.push(h.value ? "text-danger" : "text-foreground-2"), A.join(" ");
|
|
1416
1460
|
}), B = () => {
|
|
1417
1461
|
var A;
|
|
1418
1462
|
(A = r.value) == null || A.focus();
|
|
1419
|
-
},
|
|
1463
|
+
}, j = () => {
|
|
1420
1464
|
var A;
|
|
1421
1465
|
l.value = N(l.value) ? [] : "", (A = o == null ? void 0 : o.customClear) == null || A.call(o), s("change", { value: l.value }), s("clear");
|
|
1422
1466
|
};
|
|
@@ -1428,16 +1472,16 @@ function Je(e) {
|
|
|
1428
1472
|
title: b,
|
|
1429
1473
|
value: l,
|
|
1430
1474
|
helpTipId: k,
|
|
1431
|
-
helpTipClasses:
|
|
1432
|
-
helpTip:
|
|
1475
|
+
helpTipClasses: $,
|
|
1476
|
+
helpTip: p,
|
|
1433
1477
|
hideHelpTip: x,
|
|
1434
1478
|
errorMessage: y,
|
|
1435
|
-
clear:
|
|
1479
|
+
clear: j,
|
|
1436
1480
|
focus: B,
|
|
1437
1481
|
labelClasses: c
|
|
1438
1482
|
};
|
|
1439
1483
|
}
|
|
1440
|
-
const
|
|
1484
|
+
const cn = ["for"], dn = { class: "relative" }, fn = ["id", "name", "placeholder", "disabled", "aria-invalid", "aria-describedby"], pn = /* @__PURE__ */ d("span", { class: "text-xs sr-only" }, "Clear input", -1), mn = ["id"], Fo = /* @__PURE__ */ P({
|
|
1441
1485
|
__name: "TextArea",
|
|
1442
1486
|
props: {
|
|
1443
1487
|
name: null,
|
|
@@ -1460,7 +1504,7 @@ const on = ["for"], rn = { class: "relative" }, un = ["id", "name", "placeholder
|
|
|
1460
1504
|
},
|
|
1461
1505
|
emits: ["update:modelValue", "change", "input", "clear"],
|
|
1462
1506
|
setup(e, { expose: t, emit: r }) {
|
|
1463
|
-
const s = r, o = e, l =
|
|
1507
|
+
const s = r, o = e, l = V(null), {
|
|
1464
1508
|
coreClasses: h,
|
|
1465
1509
|
title: c,
|
|
1466
1510
|
value: i,
|
|
@@ -1469,31 +1513,31 @@ const on = ["for"], rn = { class: "relative" }, un = ["id", "name", "placeholder
|
|
|
1469
1513
|
helpTip: b,
|
|
1470
1514
|
errorMessage: y,
|
|
1471
1515
|
labelClasses: x,
|
|
1472
|
-
clear:
|
|
1473
|
-
focus:
|
|
1516
|
+
clear: p,
|
|
1517
|
+
focus: O
|
|
1474
1518
|
} = Je({
|
|
1475
1519
|
props: ae(o),
|
|
1476
1520
|
emit: s,
|
|
1477
1521
|
inputEl: l
|
|
1478
|
-
}), k =
|
|
1479
|
-
const
|
|
1480
|
-
return o.showClear && y.value ?
|
|
1522
|
+
}), k = f(() => {
|
|
1523
|
+
const $ = ["pl-2"];
|
|
1524
|
+
return o.showClear && y.value ? $.push("pr-12") : (o.showClear || y.value) && $.push("pr-8"), $.join(" ");
|
|
1481
1525
|
});
|
|
1482
|
-
return t({ focus:
|
|
1526
|
+
return t({ focus: O }), ($, B) => (a(), m("div", {
|
|
1483
1527
|
class: g([e.fullWidth ? "w-full" : ""])
|
|
1484
1528
|
}, [
|
|
1485
|
-
|
|
1529
|
+
d("label", {
|
|
1486
1530
|
for: e.name,
|
|
1487
1531
|
class: g(n(x))
|
|
1488
1532
|
}, [
|
|
1489
|
-
|
|
1490
|
-
], 10,
|
|
1491
|
-
|
|
1492
|
-
ue(
|
|
1533
|
+
d("span", null, S(n(c)), 1)
|
|
1534
|
+
], 10, cn),
|
|
1535
|
+
d("div", dn, [
|
|
1536
|
+
ue(d("textarea", ie({
|
|
1493
1537
|
id: e.name,
|
|
1494
1538
|
ref_key: "inputElement",
|
|
1495
1539
|
ref: l,
|
|
1496
|
-
"onUpdate:modelValue": B[0] || (B[0] = (
|
|
1540
|
+
"onUpdate:modelValue": B[0] || (B[0] = (j) => ze(i) ? i.value = j : null),
|
|
1497
1541
|
name: e.name,
|
|
1498
1542
|
class: [
|
|
1499
1543
|
n(h),
|
|
@@ -1505,55 +1549,55 @@ const on = ["for"], rn = { class: "relative" }, un = ["id", "name", "placeholder
|
|
|
1505
1549
|
disabled: e.disabled,
|
|
1506
1550
|
"aria-invalid": n(y) ? "true" : "false",
|
|
1507
1551
|
"aria-describedby": n(u)
|
|
1508
|
-
},
|
|
1509
|
-
onChange: B[1] || (B[1] = (
|
|
1510
|
-
onInput: B[2] || (B[2] = (
|
|
1511
|
-
}), null, 16,
|
|
1552
|
+
}, $.$attrs, {
|
|
1553
|
+
onChange: B[1] || (B[1] = (j) => $.$emit("change", { event: j, value: n(i) })),
|
|
1554
|
+
onInput: B[2] || (B[2] = (j) => $.$emit("input", { event: j, value: n(i) }))
|
|
1555
|
+
}), null, 16, fn), [
|
|
1512
1556
|
[He, n(i)]
|
|
1513
1557
|
]),
|
|
1514
|
-
e.showClear ? (a(),
|
|
1558
|
+
e.showClear ? (a(), m("a", {
|
|
1515
1559
|
key: 0,
|
|
1516
1560
|
title: "Clear input",
|
|
1517
1561
|
class: "absolute top-2 right-0 flex items-center pr-2 cursor-pointer",
|
|
1518
1562
|
onClick: B[3] || (B[3] = //@ts-ignore
|
|
1519
|
-
(...
|
|
1563
|
+
(...j) => n(p) && n(p)(...j)),
|
|
1520
1564
|
onKeydown: B[4] || (B[4] = //@ts-ignore
|
|
1521
|
-
(...
|
|
1565
|
+
(...j) => n(p) && n(p)(...j))
|
|
1522
1566
|
}, [
|
|
1523
|
-
|
|
1524
|
-
|
|
1567
|
+
pn,
|
|
1568
|
+
z(n(xe), {
|
|
1525
1569
|
class: "h-5 w-5 text-foreground",
|
|
1526
1570
|
"aria-hidden": "true"
|
|
1527
1571
|
})
|
|
1528
1572
|
], 32)) : I("", !0),
|
|
1529
|
-
n(y) ? (a(),
|
|
1573
|
+
n(y) ? (a(), m("div", {
|
|
1530
1574
|
key: 1,
|
|
1531
1575
|
class: g([
|
|
1532
1576
|
"pointer-events-none absolute inset-y-0 right-0 flex items-start mt-2",
|
|
1533
1577
|
e.showClear ? "pr-8" : "pr-2"
|
|
1534
1578
|
])
|
|
1535
1579
|
}, [
|
|
1536
|
-
|
|
1580
|
+
z(n(Ve), {
|
|
1537
1581
|
class: "h-4 w-4 text-danger",
|
|
1538
1582
|
"aria-hidden": "true"
|
|
1539
1583
|
})
|
|
1540
1584
|
], 2)) : I("", !0),
|
|
1541
|
-
e.showRequired && !n(y) ? (a(),
|
|
1585
|
+
e.showRequired && !n(y) ? (a(), m("div", {
|
|
1542
1586
|
key: 2,
|
|
1543
1587
|
class: g(["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
1588
|
}, " * ", 2)) : I("", !0)
|
|
1545
1589
|
]),
|
|
1546
|
-
n(u) ? (a(),
|
|
1590
|
+
n(u) ? (a(), m("p", {
|
|
1547
1591
|
key: 0,
|
|
1548
1592
|
id: n(u),
|
|
1549
1593
|
class: g(n(v))
|
|
1550
|
-
},
|
|
1594
|
+
}, S(n(b)), 11, mn)) : I("", !0)
|
|
1551
1595
|
], 2));
|
|
1552
1596
|
}
|
|
1553
|
-
}),
|
|
1597
|
+
}), hn = ["for"], vn = { class: "relative" }, gn = {
|
|
1554
1598
|
key: 0,
|
|
1555
1599
|
class: "pointer-events-none absolute inset-y-0 left-0 flex items-center pl-2"
|
|
1556
|
-
},
|
|
1600
|
+
}, bn = ["id", "type", "name", "placeholder", "disabled", "aria-invalid", "aria-describedby"], yn = /* @__PURE__ */ d("span", { class: "text-xs sr-only" }, "Clear input", -1), xn = ["id"], kn = /* @__PURE__ */ P({
|
|
1557
1601
|
inheritAttrs: !1,
|
|
1558
1602
|
__name: "TextInput",
|
|
1559
1603
|
props: {
|
|
@@ -1690,7 +1734,7 @@ const on = ["for"], rn = { class: "relative" }, un = ["id", "name", "placeholder
|
|
|
1690
1734
|
},
|
|
1691
1735
|
emits: ["update:modelValue", "change", "input", "clear", "focus", "blur"],
|
|
1692
1736
|
setup(e, { expose: t, emit: r }) {
|
|
1693
|
-
const s = e, o = r, l = Ke(), h =
|
|
1737
|
+
const s = e, o = r, l = Ke(), h = V(null), {
|
|
1694
1738
|
coreClasses: c,
|
|
1695
1739
|
title: i,
|
|
1696
1740
|
value: u,
|
|
@@ -1698,23 +1742,23 @@ const on = ["for"], rn = { class: "relative" }, un = ["id", "name", "placeholder
|
|
|
1698
1742
|
helpTipClasses: b,
|
|
1699
1743
|
helpTip: y,
|
|
1700
1744
|
hideHelpTip: x,
|
|
1701
|
-
errorMessage:
|
|
1702
|
-
clear:
|
|
1745
|
+
errorMessage: p,
|
|
1746
|
+
clear: O,
|
|
1703
1747
|
focus: k,
|
|
1704
|
-
labelClasses:
|
|
1748
|
+
labelClasses: $
|
|
1705
1749
|
} = Je({
|
|
1706
1750
|
props: ae(s),
|
|
1707
1751
|
emit: o,
|
|
1708
1752
|
inputEl: h
|
|
1709
|
-
}), B =
|
|
1753
|
+
}), B = f(() => {
|
|
1710
1754
|
const E = ["h-5 w-5"];
|
|
1711
|
-
return
|
|
1712
|
-
}),
|
|
1755
|
+
return p.value ? E.push("text-danger") : E.push("text-foreground-2"), E.join(" ");
|
|
1756
|
+
}), j = f(
|
|
1713
1757
|
() => ["email", "password"].includes(s.type) || s.customIcon
|
|
1714
|
-
), A =
|
|
1758
|
+
), A = f(() => {
|
|
1715
1759
|
const E = [];
|
|
1716
|
-
return
|
|
1717
|
-
}), w =
|
|
1760
|
+
return j.value ? E.push("pl-8") : E.push("pl-2"), l["input-right"] || (p.value || s.showClear) && (p.value && s.showClear ? E.push("pr-12") : E.push("pr-8")), E.join(" ");
|
|
1761
|
+
}), w = f(() => {
|
|
1718
1762
|
switch (s.size) {
|
|
1719
1763
|
case "sm":
|
|
1720
1764
|
return "h-6 text-sm";
|
|
@@ -1727,111 +1771,111 @@ const on = ["for"], rn = { class: "relative" }, un = ["id", "name", "placeholder
|
|
|
1727
1771
|
return "h-8 text-sm";
|
|
1728
1772
|
}
|
|
1729
1773
|
});
|
|
1730
|
-
return t({ focus: k }), (E,
|
|
1774
|
+
return t({ focus: k }), (E, q) => (a(), m("div", {
|
|
1731
1775
|
class: g([e.fullWidth ? "w-full" : "", e.wrapperClasses])
|
|
1732
1776
|
}, [
|
|
1733
|
-
|
|
1777
|
+
d("label", {
|
|
1734
1778
|
for: e.name,
|
|
1735
|
-
class: g(n(
|
|
1779
|
+
class: g(n($))
|
|
1736
1780
|
}, [
|
|
1737
|
-
|
|
1738
|
-
], 10,
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
e.customIcon ? (a(),
|
|
1781
|
+
d("span", null, S(n(i)), 1)
|
|
1782
|
+
], 10, hn),
|
|
1783
|
+
d("div", vn, [
|
|
1784
|
+
j.value ? (a(), m("div", gn, [
|
|
1785
|
+
e.customIcon ? (a(), L(Q(e.customIcon), {
|
|
1742
1786
|
key: 0,
|
|
1743
1787
|
class: g(B.value),
|
|
1744
1788
|
"aria-hidden": "true"
|
|
1745
|
-
}, null, 8, ["class"])) : e.type === "email" ? (a(),
|
|
1789
|
+
}, null, 8, ["class"])) : e.type === "email" ? (a(), L(n(ls), {
|
|
1746
1790
|
key: 1,
|
|
1747
1791
|
class: g(B.value),
|
|
1748
1792
|
"aria-hidden": "true"
|
|
1749
|
-
}, null, 8, ["class"])) : e.type === "password" ? (a(),
|
|
1793
|
+
}, null, 8, ["class"])) : e.type === "password" ? (a(), L(n(ns), {
|
|
1750
1794
|
key: 2,
|
|
1751
1795
|
class: g(B.value),
|
|
1752
1796
|
"aria-hidden": "true"
|
|
1753
1797
|
}, null, 8, ["class"])) : I("", !0)
|
|
1754
1798
|
])) : I("", !0),
|
|
1755
|
-
ue(
|
|
1799
|
+
ue(d("input", ie({
|
|
1756
1800
|
id: e.name,
|
|
1757
1801
|
ref_key: "inputElement",
|
|
1758
1802
|
ref: h,
|
|
1759
|
-
"onUpdate:modelValue":
|
|
1803
|
+
"onUpdate:modelValue": q[0] || (q[0] = (U) => ze(u) ? u.value = U : null),
|
|
1760
1804
|
type: e.type,
|
|
1761
1805
|
name: e.name,
|
|
1762
1806
|
class: [n(c), A.value, w.value, e.inputClasses || ""],
|
|
1763
1807
|
placeholder: e.placeholder,
|
|
1764
1808
|
disabled: e.disabled,
|
|
1765
|
-
"aria-invalid": n(
|
|
1809
|
+
"aria-invalid": n(p) ? "true" : "false",
|
|
1766
1810
|
"aria-describedby": n(v),
|
|
1767
1811
|
role: "textbox"
|
|
1768
1812
|
}, E.$attrs, {
|
|
1769
|
-
onChange:
|
|
1770
|
-
onInput:
|
|
1771
|
-
onFocus:
|
|
1772
|
-
onBlur:
|
|
1773
|
-
}), null, 16,
|
|
1813
|
+
onChange: q[1] || (q[1] = (U) => E.$emit("change", { event: U, value: n(u) })),
|
|
1814
|
+
onInput: q[2] || (q[2] = (U) => E.$emit("input", { event: U, value: n(u) })),
|
|
1815
|
+
onFocus: q[3] || (q[3] = (U) => E.$emit("focus")),
|
|
1816
|
+
onBlur: q[4] || (q[4] = (U) => E.$emit("blur"))
|
|
1817
|
+
}), null, 16, bn), [
|
|
1774
1818
|
[Lt, n(u)]
|
|
1775
1819
|
]),
|
|
1776
|
-
|
|
1777
|
-
e.showClear ? (a(),
|
|
1820
|
+
R(E.$slots, "input-right", {}, () => [
|
|
1821
|
+
e.showClear ? (a(), m("a", {
|
|
1778
1822
|
key: 0,
|
|
1779
1823
|
title: "Clear input",
|
|
1780
1824
|
class: "absolute inset-y-0 right-0 flex items-center pr-2 cursor-pointer",
|
|
1781
|
-
onClick:
|
|
1782
|
-
(...U) => n(
|
|
1783
|
-
onKeydown:
|
|
1784
|
-
(...U) => n(
|
|
1825
|
+
onClick: q[5] || (q[5] = //@ts-ignore
|
|
1826
|
+
(...U) => n(O) && n(O)(...U)),
|
|
1827
|
+
onKeydown: q[6] || (q[6] = //@ts-ignore
|
|
1828
|
+
(...U) => n(O) && n(O)(...U))
|
|
1785
1829
|
}, [
|
|
1786
|
-
|
|
1787
|
-
|
|
1830
|
+
yn,
|
|
1831
|
+
z(n(xe), {
|
|
1788
1832
|
class: "h-5 w-5 text-foreground",
|
|
1789
1833
|
"aria-hidden": "true"
|
|
1790
1834
|
})
|
|
1791
1835
|
], 32)) : I("", !0),
|
|
1792
|
-
n(
|
|
1836
|
+
n(p) ? (a(), m("div", {
|
|
1793
1837
|
key: 1,
|
|
1794
1838
|
class: g([
|
|
1795
1839
|
"pointer-events-none absolute inset-y-0 right-0 flex items-center",
|
|
1796
1840
|
e.showClear ? "pr-8" : "pr-2"
|
|
1797
1841
|
])
|
|
1798
1842
|
}, [
|
|
1799
|
-
|
|
1843
|
+
z(n(Ve), {
|
|
1800
1844
|
class: "h-4 w-4 text-danger",
|
|
1801
1845
|
"aria-hidden": "true"
|
|
1802
1846
|
})
|
|
1803
1847
|
], 2)) : I("", !0),
|
|
1804
|
-
e.showRequired && !n(
|
|
1848
|
+
e.showRequired && !n(p) ? (a(), m("div", {
|
|
1805
1849
|
key: 2,
|
|
1806
1850
|
class: g(["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
1851
|
}, " * ", 2)) : I("", !0)
|
|
1808
1852
|
])
|
|
1809
1853
|
]),
|
|
1810
|
-
n(v) && !n(x) ? (a(),
|
|
1854
|
+
n(v) && !n(x) ? (a(), m("p", {
|
|
1811
1855
|
key: 0,
|
|
1812
1856
|
id: n(v),
|
|
1813
1857
|
class: g(n(b))
|
|
1814
|
-
},
|
|
1858
|
+
}, S(n(y)), 11, xn)) : I("", !0)
|
|
1815
1859
|
], 2));
|
|
1816
1860
|
}
|
|
1817
|
-
}), xt = /^https?:\/\//, Ye = /^[\w-_.+]+@[\w-_.+]+$/,
|
|
1861
|
+
}), xt = /^https?:\/\//, Ye = /^[\w-_.+]+@[\w-_.+]+$/, wn = (e) => (e || "").match(Ye) ? !0 : "Value should be a valid e-mail address", Cn = (e) => (e || "").split(",").map((s) => s.trim()).every((s) => s.match(Ye)) || "Value should be one or multiple comma-delimited e-mail addresses", $n = (e) => (ye(e) && (e = e.trim()), e ? !0 : "Value is required"), In = (e, t) => (r, s) => r === s.form[e] ? !0 : `Value must be the same as in field '${t || e}'`, Bn = (e) => (t) => {
|
|
1818
1862
|
const { minLength: r, maxLength: s } = e;
|
|
1819
1863
|
return t = is(t) ? "" : t, ye(t) ? !be(r) && t.length < r ? `Value needs to be at least ${r} 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
|
-
},
|
|
1864
|
+
}, Sn = (e) => (t) => {
|
|
1821
1865
|
const { match: r, message: s } = e;
|
|
1822
1866
|
return ye(t) ? r ? ye(r) ? t.includes(r) ? !0 : s : r.test(t) ? !0 : s : !0 : "Value should be a text string";
|
|
1823
|
-
},
|
|
1867
|
+
}, zn = (e) => xt.test(e) ? !0 : "Value is not a valid URL", Vn = (e) => Array.isArray(e) && e.length > 0 ? !0 : "Value should have at least a single item selected", Ro = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1824
1868
|
__proto__: null,
|
|
1825
1869
|
VALID_EMAIL: Ye,
|
|
1826
1870
|
VALID_HTTP_URL: xt,
|
|
1827
|
-
isEmail:
|
|
1828
|
-
isItemSelected:
|
|
1829
|
-
isOneOrMultipleEmails:
|
|
1830
|
-
isRequired:
|
|
1831
|
-
isSameAs:
|
|
1832
|
-
isStringOfLength:
|
|
1833
|
-
isUrl:
|
|
1834
|
-
stringContains:
|
|
1871
|
+
isEmail: wn,
|
|
1872
|
+
isItemSelected: Vn,
|
|
1873
|
+
isOneOrMultipleEmails: Cn,
|
|
1874
|
+
isRequired: $n,
|
|
1875
|
+
isSameAs: In,
|
|
1876
|
+
isStringOfLength: Bn,
|
|
1877
|
+
isUrl: zn,
|
|
1878
|
+
stringContains: Sn
|
|
1835
1879
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1836
1880
|
function kt(e) {
|
|
1837
1881
|
const {
|
|
@@ -1840,15 +1884,15 @@ function kt(e) {
|
|
|
1840
1884
|
itemContainer: s,
|
|
1841
1885
|
trackResize: o = !1,
|
|
1842
1886
|
trackMutations: l = !0
|
|
1843
|
-
} = e || {}, h =
|
|
1887
|
+
} = e || {}, h = V(0), c = () => {
|
|
1844
1888
|
const i = s.value;
|
|
1845
1889
|
if (t != null && t.value || !i)
|
|
1846
1890
|
return;
|
|
1847
1891
|
const u = i.children;
|
|
1848
1892
|
let v = 0, b = 0, y;
|
|
1849
1893
|
for (const x of u) {
|
|
1850
|
-
const
|
|
1851
|
-
be(y) ? (y =
|
|
1894
|
+
const p = x.offsetTop;
|
|
1895
|
+
be(y) ? (y = p, v += 1) : p === y && (v += 1), b += 1;
|
|
1852
1896
|
}
|
|
1853
1897
|
h.value = b - v;
|
|
1854
1898
|
};
|
|
@@ -1865,7 +1909,7 @@ function wt(e) {
|
|
|
1865
1909
|
if (s) {
|
|
1866
1910
|
const { elementToWatchForChanges: u, itemContainer: v } = s;
|
|
1867
1911
|
o = kt({
|
|
1868
|
-
skipCalculation:
|
|
1912
|
+
skipCalculation: f(() => {
|
|
1869
1913
|
var y;
|
|
1870
1914
|
return !((y = t.multiple) != null && y.value);
|
|
1871
1915
|
}),
|
|
@@ -1873,8 +1917,8 @@ function wt(e) {
|
|
|
1873
1917
|
itemContainer: v
|
|
1874
1918
|
}).hiddenItemCount;
|
|
1875
1919
|
} else
|
|
1876
|
-
o =
|
|
1877
|
-
const l =
|
|
1920
|
+
o = V(0);
|
|
1921
|
+
const l = f({
|
|
1878
1922
|
get: () => {
|
|
1879
1923
|
var v, b;
|
|
1880
1924
|
const u = (v = t.modelValue) == null ? void 0 : v.value;
|
|
@@ -1900,34 +1944,34 @@ function wt(e) {
|
|
|
1900
1944
|
firstItem: (u) => h(u) ? u[0] : u
|
|
1901
1945
|
};
|
|
1902
1946
|
}
|
|
1903
|
-
const
|
|
1904
|
-
|
|
1905
|
-
],
|
|
1947
|
+
const Ln = (e) => (Mt("data-v-89e77cae"), e = e(), Ot(), e), Mn = /* @__PURE__ */ Ln(() => /* @__PURE__ */ d("div", { class: "swoosher relative top-0 bg-blue-500/50" }, null, -1)), On = [
|
|
1948
|
+
Mn
|
|
1949
|
+
], An = /* @__PURE__ */ P({
|
|
1906
1950
|
__name: "Bar",
|
|
1907
1951
|
props: {
|
|
1908
1952
|
loading: { type: Boolean }
|
|
1909
1953
|
},
|
|
1910
1954
|
setup(e) {
|
|
1911
|
-
return (t, r) => (a(),
|
|
1955
|
+
return (t, r) => (a(), m("div", {
|
|
1912
1956
|
class: g([
|
|
1913
1957
|
"relative w-full h-1 bg-blue-500/30 text-xs text-foreground-on-primary overflow-hidden rounded-xl",
|
|
1914
1958
|
e.loading ? "opacity-100" : "opacity-0"
|
|
1915
1959
|
])
|
|
1916
|
-
},
|
|
1960
|
+
}, On, 2));
|
|
1917
1961
|
}
|
|
1918
1962
|
});
|
|
1919
|
-
const et = /* @__PURE__ */
|
|
1963
|
+
const et = /* @__PURE__ */ Oe(An, [["__scopeId", "data-v-89e77cae"]]), Pn = { class: "flex items-center justify-between w-full" }, jn = { class: "block truncate grow text-left text-xs sm:text-sm" }, Tn = { class: "pointer-events-none shrink-0 ml-1 flex items-center space-x-2" }, _n = {
|
|
1920
1964
|
key: 1,
|
|
1921
1965
|
class: "text-4xl text-danger opacity-50 h-4 w-4 leading-6"
|
|
1922
|
-
},
|
|
1966
|
+
}, Fn = ["disabled"], Rn = {
|
|
1923
1967
|
key: 0,
|
|
1924
1968
|
class: "flex flex-col mx-1 mb-1"
|
|
1925
|
-
},
|
|
1969
|
+
}, Dn = /* @__PURE__ */ d("span", { class: "sr-only label text-foreground" }, "Search", -1), En = { class: "relative" }, Un = { class: "pointer-events-none absolute inset-y-0 left-0 flex items-center pl-2" }, qn = ["placeholder"], Wn = {
|
|
1926
1970
|
key: 0,
|
|
1927
1971
|
class: "px-1"
|
|
1928
|
-
},
|
|
1972
|
+
}, Hn = { key: 1 }, Kn = /* @__PURE__ */ d("div", { class: "text-foreground-2 text-center" }, "Nothing found 🤷♂️", -1), Gn = {
|
|
1929
1973
|
class: /* @__PURE__ */ g(["block truncate"])
|
|
1930
|
-
},
|
|
1974
|
+
}, Zn = ["id"], Ct = /* @__PURE__ */ P({
|
|
1931
1975
|
__name: "Base",
|
|
1932
1976
|
props: {
|
|
1933
1977
|
multiple: {
|
|
@@ -2105,141 +2149,141 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2105
2149
|
},
|
|
2106
2150
|
emits: ["update:modelValue"],
|
|
2107
2151
|
setup(e, { expose: t, emit: r }) {
|
|
2108
|
-
const s = (
|
|
2152
|
+
const s = (C) => Fe(C), o = r, l = e, { value: h, errorMessage: c } = Be(l.name, l.rules, {
|
|
2109
2153
|
validateOnMount: l.validateOnMount,
|
|
2110
2154
|
validateOnValueUpdate: l.validateOnValueUpdate,
|
|
2111
2155
|
initialValue: l.modelValue
|
|
2112
|
-
}), i = ms(), u =
|
|
2113
|
-
|
|
2114
|
-
var
|
|
2115
|
-
return (
|
|
2156
|
+
}), i = ms(), u = V(null), v = V(null), b = V(null), y = V(""), x = V([]), p = V(!1), O = V(1), k = V(Le()), $ = hs(
|
|
2157
|
+
f(() => {
|
|
2158
|
+
var C;
|
|
2159
|
+
return (C = b.value) == null ? void 0 : C.el;
|
|
2116
2160
|
}),
|
|
2117
2161
|
{ windowResize: !0, windowScroll: !0, immediate: !0 }
|
|
2118
2162
|
);
|
|
2119
2163
|
vs(
|
|
2120
|
-
|
|
2121
|
-
var
|
|
2122
|
-
return (
|
|
2164
|
+
f(() => {
|
|
2165
|
+
var C;
|
|
2166
|
+
return (C = v.value) == null ? void 0 : C.el;
|
|
2123
2167
|
}),
|
|
2124
|
-
([{ isIntersecting:
|
|
2125
|
-
|
|
2168
|
+
([{ isIntersecting: C }]) => {
|
|
2169
|
+
C && l.mountMenuOnBody && $.update();
|
|
2126
2170
|
}
|
|
2127
2171
|
);
|
|
2128
|
-
const B =
|
|
2129
|
-
const
|
|
2130
|
-
return
|
|
2131
|
-
}), A =
|
|
2172
|
+
const B = f(() => n(l.label) || n(l.name)), j = f(() => {
|
|
2173
|
+
const C = c.value;
|
|
2174
|
+
return !C || !n(l.useLabelInErrors) ? C : C.replace("Value", B.value);
|
|
2175
|
+
}), A = f(() => j.value || n(l.help)), w = f(() => !!A.value), E = f(
|
|
2132
2176
|
() => w.value ? `${n(l.name)}-${k.value}` : void 0
|
|
2133
|
-
),
|
|
2177
|
+
), q = f(
|
|
2134
2178
|
() => c.value ? "text-danger" : "text-foreground-2"
|
|
2135
|
-
), U =
|
|
2179
|
+
), U = f(
|
|
2136
2180
|
() => l.buttonStyle !== "simple" && l.clearable && !l.disabled
|
|
2137
|
-
), Ae =
|
|
2138
|
-
const
|
|
2139
|
-
return c.value ? (
|
|
2140
|
-
}), re =
|
|
2141
|
-
const
|
|
2142
|
-
return l.buttonStyle !== "simple" &&
|
|
2181
|
+
), Ae = f(() => {
|
|
2182
|
+
const C = ["relative flex group"];
|
|
2183
|
+
return c.value ? (C.push("hover:shadow rounded-md"), C.push("text-danger-darker focus:border-danger focus:ring-danger"), l.buttonStyle !== "simple" && C.push("outline outline-2 outline-danger")) : l.buttonStyle !== "simple" && (C.push("hover:shadow rounded-md"), C.push("outline outline-2 outline-primary-muted")), l.fixedHeight && C.push("h-8"), C.join(" ");
|
|
2184
|
+
}), re = f(() => {
|
|
2185
|
+
const C = [];
|
|
2186
|
+
return l.buttonStyle !== "simple" && C.push(
|
|
2143
2187
|
fe.value ? "bg-foundation-disabled text-foreground-disabled" : ""
|
|
2144
|
-
), fe.value &&
|
|
2145
|
-
}), Pe =
|
|
2146
|
-
const
|
|
2188
|
+
), fe.value && C.push("cursor-not-allowed"), C.join(" ");
|
|
2189
|
+
}), Pe = f(() => {
|
|
2190
|
+
const C = [
|
|
2147
2191
|
"relative z-[1]",
|
|
2148
2192
|
"flex items-center justify-center text-center shrink-0",
|
|
2149
2193
|
"rounded-r-md overflow-hidden transition-all",
|
|
2150
2194
|
"text-foreground",
|
|
2151
2195
|
he.value ? `w-6 ${re.value}` : "w-0"
|
|
2152
2196
|
];
|
|
2153
|
-
return fe.value || (
|
|
2197
|
+
return fe.value || (C.push(
|
|
2154
2198
|
"hover:bg-primary hover:text-foreground-on-primary dark:text-foreground-on-primary"
|
|
2155
|
-
), l.buttonStyle === "tinted" ?
|
|
2156
|
-
}), je =
|
|
2157
|
-
const
|
|
2199
|
+
), l.buttonStyle === "tinted" ? C.push("bg-outline-3") : C.push("bg-primary-muted")), C.join(" ");
|
|
2200
|
+
}), je = f(() => {
|
|
2201
|
+
const C = [
|
|
2158
2202
|
"relative z-[2]",
|
|
2159
2203
|
"normal rounded-md cursor-pointer transition truncate flex-1",
|
|
2160
2204
|
"flex items-center",
|
|
2161
2205
|
re.value
|
|
2162
2206
|
];
|
|
2163
|
-
return l.buttonStyle !== "simple" && (
|
|
2164
|
-
}), me =
|
|
2207
|
+
return l.buttonStyle !== "simple" && (C.push("py-2 px-3"), fe.value || (l.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(" ");
|
|
2208
|
+
}), me = f(
|
|
2165
2209
|
() => !!(l.search && (l.filterPredicate || l.getSearchResults))
|
|
2166
|
-
), te =
|
|
2210
|
+
), te = f(() => me.value && l.getSearchResults), fe = f(
|
|
2167
2211
|
() => l.disabled || !l.items.length && !te.value
|
|
2168
|
-
),
|
|
2212
|
+
), Z = f({
|
|
2169
2213
|
get: () => {
|
|
2170
|
-
const
|
|
2171
|
-
return l.multiple ? N(
|
|
2214
|
+
const C = h.value;
|
|
2215
|
+
return l.multiple ? N(C) ? C : [] : N(C) ? void 0 : C;
|
|
2172
2216
|
},
|
|
2173
|
-
set: (
|
|
2174
|
-
if (l.multiple && !N(
|
|
2217
|
+
set: (C) => {
|
|
2218
|
+
if (l.multiple && !N(C)) {
|
|
2175
2219
|
console.warn("Attempting to set non-array value in selector w/ multiple=true");
|
|
2176
2220
|
return;
|
|
2177
|
-
} else if (!l.multiple && N(
|
|
2221
|
+
} else if (!l.multiple && N(C)) {
|
|
2178
2222
|
console.warn("Attempting to set array value in selector w/ multiple=false");
|
|
2179
2223
|
return;
|
|
2180
2224
|
}
|
|
2181
2225
|
let K;
|
|
2182
2226
|
if (l.multiple)
|
|
2183
|
-
K =
|
|
2227
|
+
K = C || [];
|
|
2184
2228
|
else {
|
|
2185
|
-
const
|
|
2186
|
-
K = l.allowUnset &&
|
|
2229
|
+
const W = h.value;
|
|
2230
|
+
K = l.allowUnset && W && C && _(W) === _(C) ? void 0 : C;
|
|
2187
2231
|
}
|
|
2188
|
-
l.fullyControlValue ? o("update:modelValue", K) : h.value = K,
|
|
2232
|
+
l.fullyControlValue ? o("update:modelValue", K) : h.value = K, O.value += 1;
|
|
2189
2233
|
}
|
|
2190
|
-
}), he =
|
|
2191
|
-
l.multiple ?
|
|
2192
|
-
},
|
|
2193
|
-
const
|
|
2194
|
-
return !me.value || !(
|
|
2234
|
+
}), he = f(() => l.multiple && N(Z.value) ? Z.value.length !== 0 : !!Z.value), Te = () => {
|
|
2235
|
+
l.multiple ? Z.value = [] : Z.value = void 0;
|
|
2236
|
+
}, _e = f(() => {
|
|
2237
|
+
const C = y.value;
|
|
2238
|
+
return !me.value || !(C != null && C.length) ? x.value : l.filterPredicate ? x.value.filter(
|
|
2195
2239
|
(K) => {
|
|
2196
|
-
var
|
|
2197
|
-
return ((
|
|
2240
|
+
var W;
|
|
2241
|
+
return ((W = l.filterPredicate) == null ? void 0 : W.call(l, K, C)) || !1;
|
|
2198
2242
|
}
|
|
2199
2243
|
) : x.value;
|
|
2200
|
-
}), ke =
|
|
2201
|
-
const
|
|
2244
|
+
}), ke = f(() => {
|
|
2245
|
+
const C = [
|
|
2202
2246
|
"rounded-md bg-foundation-2 py-1 label label--light outline outline-2 outline-primary-muted focus:outline-none shadow mt-1 "
|
|
2203
2247
|
];
|
|
2204
|
-
return l.mountMenuOnBody ?
|
|
2205
|
-
}),
|
|
2206
|
-
const
|
|
2248
|
+
return l.mountMenuOnBody ? C.push("fixed z-50") : C.push("absolute top-[100%] w-full z-10"), C.join(" ");
|
|
2249
|
+
}), T = f(() => {
|
|
2250
|
+
const C = {};
|
|
2207
2251
|
if (l.mountMenuOnBody) {
|
|
2208
|
-
const K =
|
|
2209
|
-
|
|
2252
|
+
const K = $.top.value, W = $.left.value, J = $.width.value, le = $.height.value;
|
|
2253
|
+
C.top = `${K + le}px`, C.left = `${W}px`, C.width = `${J}px`;
|
|
2210
2254
|
}
|
|
2211
|
-
return
|
|
2212
|
-
}),
|
|
2255
|
+
return C;
|
|
2256
|
+
}), F = (C) => JSON.stringify(C), _ = (C) => s(C) ? C[l.by || "id"] : C, X = async () => {
|
|
2213
2257
|
if (!(!te.value || !l.getSearchResults)) {
|
|
2214
|
-
|
|
2258
|
+
p.value = !0;
|
|
2215
2259
|
try {
|
|
2216
2260
|
x.value = await l.getSearchResults(y.value);
|
|
2217
2261
|
} finally {
|
|
2218
|
-
|
|
2262
|
+
p.value = !1;
|
|
2219
2263
|
}
|
|
2220
2264
|
}
|
|
2221
|
-
}, se =
|
|
2222
|
-
const { active: K, disabled:
|
|
2265
|
+
}, se = Ze(X, 1e3), we = (C) => {
|
|
2266
|
+
const { active: K, disabled: W } = C || {}, { hideCheckmarks: J } = l, le = [
|
|
2223
2267
|
"relative transition cursor-pointer select-none py-1.5 pl-3",
|
|
2224
2268
|
J ? "" : "pr-9"
|
|
2225
2269
|
];
|
|
2226
|
-
return
|
|
2270
|
+
return W ? le.push("opacity-50 cursor-not-allowed") : le.push(K ? "text-primary" : "text-foreground"), le.join(" ");
|
|
2227
2271
|
};
|
|
2228
2272
|
return ce(
|
|
2229
2273
|
() => l.items,
|
|
2230
|
-
(
|
|
2231
|
-
x.value =
|
|
2274
|
+
(C) => {
|
|
2275
|
+
x.value = C.slice();
|
|
2232
2276
|
},
|
|
2233
2277
|
{ immediate: !0 }
|
|
2234
2278
|
), ce(y, () => {
|
|
2235
2279
|
te.value && se();
|
|
2236
2280
|
}), ee(() => {
|
|
2237
|
-
te.value && !l.items.length &&
|
|
2238
|
-
}), t({ triggerSearch:
|
|
2239
|
-
(a(),
|
|
2240
|
-
key:
|
|
2241
|
-
modelValue:
|
|
2242
|
-
"onUpdate:modelValue": K[4] || (K[4] = (
|
|
2281
|
+
te.value && !l.items.length && X();
|
|
2282
|
+
}), t({ triggerSearch: X }), (C, K) => (a(), m("div", null, [
|
|
2283
|
+
(a(), L(n(ws), {
|
|
2284
|
+
key: O.value,
|
|
2285
|
+
modelValue: Z.value,
|
|
2286
|
+
"onUpdate:modelValue": K[4] || (K[4] = (W) => Z.value = W),
|
|
2243
2287
|
name: e.name,
|
|
2244
2288
|
multiple: e.multiple,
|
|
2245
2289
|
by: e.by,
|
|
@@ -2247,47 +2291,48 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2247
2291
|
as: "div"
|
|
2248
2292
|
}, {
|
|
2249
2293
|
default: M(() => [
|
|
2250
|
-
|
|
2294
|
+
z(n(Cs), {
|
|
2251
2295
|
id: e.labelId,
|
|
2252
|
-
class: g(["block label text-foreground-2 mb-2", { "sr-only": !e.showLabel }])
|
|
2296
|
+
class: g(["block label text-foreground-2 mb-2", { "sr-only": !e.showLabel }]),
|
|
2297
|
+
for: e.buttonId
|
|
2253
2298
|
}, {
|
|
2254
2299
|
default: M(() => [
|
|
2255
|
-
D(
|
|
2300
|
+
D(S(e.label), 1)
|
|
2256
2301
|
]),
|
|
2257
2302
|
_: 1
|
|
2258
|
-
}, 8, ["id", "class"]),
|
|
2259
|
-
|
|
2303
|
+
}, 8, ["id", "class", "for"]),
|
|
2304
|
+
d("div", {
|
|
2260
2305
|
class: g(Ae.value)
|
|
2261
2306
|
}, [
|
|
2262
|
-
|
|
2307
|
+
z(n($s), {
|
|
2263
2308
|
id: e.buttonId,
|
|
2264
2309
|
ref_key: "listboxButton",
|
|
2265
2310
|
ref: b,
|
|
2266
2311
|
class: g(je.value)
|
|
2267
2312
|
}, {
|
|
2268
|
-
default: M(({ open:
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
!
|
|
2272
|
-
D(
|
|
2273
|
-
]) :
|
|
2313
|
+
default: M(({ open: W }) => [
|
|
2314
|
+
d("div", Pn, [
|
|
2315
|
+
d("div", jn, [
|
|
2316
|
+
!Z.value || n(N)(Z.value) && !Z.value.length ? R(C.$slots, "nothing-selected", { key: 0 }, () => [
|
|
2317
|
+
D(S(e.placeholder ? e.placeholder : e.label), 1)
|
|
2318
|
+
]) : R(C.$slots, "something-selected", {
|
|
2274
2319
|
key: 1,
|
|
2275
|
-
value:
|
|
2320
|
+
value: Z.value
|
|
2276
2321
|
}, () => [
|
|
2277
|
-
D(
|
|
2322
|
+
D(S(F(Z.value)), 1)
|
|
2278
2323
|
])
|
|
2279
2324
|
]),
|
|
2280
|
-
|
|
2281
|
-
|
|
2325
|
+
d("div", Tn, [
|
|
2326
|
+
j.value ? (a(), L(n(Ut), {
|
|
2282
2327
|
key: 0,
|
|
2283
2328
|
class: "h-4 w-4 text-danger",
|
|
2284
2329
|
"aria-hidden": "true"
|
|
2285
|
-
})) : e.showRequired ? (a(),
|
|
2286
|
-
|
|
2330
|
+
})) : e.showRequired ? (a(), m("div", _n, " * ")) : I("", !0),
|
|
2331
|
+
W ? (a(), L(n(ft), {
|
|
2287
2332
|
key: 2,
|
|
2288
2333
|
class: "h-4 w-4 text-foreground",
|
|
2289
2334
|
"aria-hidden": "true"
|
|
2290
|
-
})) : (a(),
|
|
2335
|
+
})) : (a(), L(n(qt), {
|
|
2291
2336
|
key: 3,
|
|
2292
2337
|
class: "h-4 w-4 text-foreground",
|
|
2293
2338
|
"aria-hidden": "true"
|
|
@@ -2297,74 +2342,74 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2297
2342
|
]),
|
|
2298
2343
|
_: 3
|
|
2299
2344
|
}, 8, ["id", "class"]),
|
|
2300
|
-
U.value ? ue((a(),
|
|
2345
|
+
U.value ? ue((a(), m("button", {
|
|
2301
2346
|
key: 0,
|
|
2302
2347
|
class: g(Pe.value),
|
|
2303
2348
|
disabled: e.disabled,
|
|
2304
|
-
onClick: K[0] || (K[0] = (
|
|
2349
|
+
onClick: K[0] || (K[0] = (W) => Te())
|
|
2305
2350
|
}, [
|
|
2306
|
-
|
|
2307
|
-
], 10,
|
|
2351
|
+
z(n(Ne), { class: "w-3 h-3" })
|
|
2352
|
+
], 10, Fn)), [
|
|
2308
2353
|
[n(gt), "Clear"]
|
|
2309
2354
|
]) : I("", !0),
|
|
2310
|
-
n(i) ? (a(),
|
|
2355
|
+
n(i) ? (a(), L(qe, {
|
|
2311
2356
|
key: 1,
|
|
2312
2357
|
"leave-active-class": "transition ease-in duration-100",
|
|
2313
2358
|
"leave-from-class": "opacity-100",
|
|
2314
2359
|
"leave-to-class": "opacity-0"
|
|
2315
2360
|
}, {
|
|
2316
2361
|
default: M(() => [
|
|
2317
|
-
(a(),
|
|
2362
|
+
(a(), L(At, {
|
|
2318
2363
|
to: "body",
|
|
2319
2364
|
disabled: !e.mountMenuOnBody
|
|
2320
2365
|
}, [
|
|
2321
|
-
|
|
2366
|
+
z(n(Is), {
|
|
2322
2367
|
ref_key: "menuEl",
|
|
2323
2368
|
ref: v,
|
|
2324
2369
|
class: g(ke.value),
|
|
2325
|
-
style: Y(
|
|
2326
|
-
onFocus: K[3] || (K[3] = (
|
|
2370
|
+
style: Y(T.value),
|
|
2371
|
+
onFocus: K[3] || (K[3] = (W) => {
|
|
2327
2372
|
var J;
|
|
2328
2373
|
return (J = u.value) == null ? void 0 : J.focus();
|
|
2329
2374
|
})
|
|
2330
2375
|
}, {
|
|
2331
2376
|
default: M(() => [
|
|
2332
|
-
me.value ? (a(),
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2377
|
+
me.value ? (a(), m("label", Rn, [
|
|
2378
|
+
Dn,
|
|
2379
|
+
d("div", En, [
|
|
2380
|
+
d("div", Un, [
|
|
2381
|
+
z(n(Wt), { class: "h-5 w-5 text-foreground" })
|
|
2337
2382
|
]),
|
|
2338
|
-
ue(
|
|
2383
|
+
ue(d("input", {
|
|
2339
2384
|
ref_key: "searchInput",
|
|
2340
2385
|
ref: u,
|
|
2341
|
-
"onUpdate:modelValue": K[1] || (K[1] = (
|
|
2386
|
+
"onUpdate:modelValue": K[1] || (K[1] = (W) => y.value = W),
|
|
2342
2387
|
type: "text",
|
|
2343
2388
|
class: "pl-9 w-full border-0 bg-foundation-page rounded placeholder:font-normal normal placeholder:text-foreground-2 focus:outline-none focus:ring-1 focus:border-outline-1 focus:ring-outline-1",
|
|
2344
2389
|
placeholder: e.searchPlaceholder,
|
|
2345
2390
|
onKeydown: K[2] || (K[2] = pe(() => {
|
|
2346
2391
|
}, ["stop"]))
|
|
2347
|
-
}, null, 40,
|
|
2392
|
+
}, null, 40, qn), [
|
|
2348
2393
|
[He, y.value]
|
|
2349
2394
|
])
|
|
2350
2395
|
])
|
|
2351
2396
|
])) : I("", !0),
|
|
2352
|
-
|
|
2397
|
+
d("div", {
|
|
2353
2398
|
class: g(["overflow-auto simple-scrollbar", [me.value ? "max-h-52" : "max-h-40"]])
|
|
2354
2399
|
}, [
|
|
2355
|
-
te.value &&
|
|
2356
|
-
|
|
2357
|
-
])) : te.value && !x.value.length ? (a(),
|
|
2358
|
-
|
|
2359
|
-
|
|
2400
|
+
te.value && p.value ? (a(), m("div", Wn, [
|
|
2401
|
+
z(et, { loading: !0 })
|
|
2402
|
+
])) : te.value && !x.value.length ? (a(), m("div", Hn, [
|
|
2403
|
+
R(C.$slots, "nothing-found", {}, () => [
|
|
2404
|
+
Kn
|
|
2360
2405
|
])
|
|
2361
2406
|
])) : I("", !0),
|
|
2362
|
-
!te.value || !
|
|
2407
|
+
!te.value || !p.value ? (a(!0), m(H, { key: 2 }, G(_e.value, (W) => {
|
|
2363
2408
|
var J;
|
|
2364
|
-
return a(),
|
|
2365
|
-
key:
|
|
2366
|
-
value:
|
|
2367
|
-
disabled: ((J = e.disabledItemPredicate) == null ? void 0 : J.call(e,
|
|
2409
|
+
return a(), L(n(Bs), {
|
|
2410
|
+
key: _(W),
|
|
2411
|
+
value: W,
|
|
2412
|
+
disabled: ((J = e.disabledItemPredicate) == null ? void 0 : J.call(e, W)) || !1
|
|
2368
2413
|
}, {
|
|
2369
2414
|
default: M(({
|
|
2370
2415
|
active: le,
|
|
@@ -2372,32 +2417,32 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2372
2417
|
}) => {
|
|
2373
2418
|
var lt, nt;
|
|
2374
2419
|
return [
|
|
2375
|
-
|
|
2420
|
+
d("li", {
|
|
2376
2421
|
class: g(
|
|
2377
2422
|
we({
|
|
2378
2423
|
active: le,
|
|
2379
|
-
disabled: ((lt = e.disabledItemPredicate) == null ? void 0 : lt.call(e,
|
|
2424
|
+
disabled: ((lt = e.disabledItemPredicate) == null ? void 0 : lt.call(e, W)) || !1
|
|
2380
2425
|
})
|
|
2381
2426
|
)
|
|
2382
2427
|
}, [
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
item:
|
|
2428
|
+
d("span", Gn, [
|
|
2429
|
+
R(C.$slots, "option", {
|
|
2430
|
+
item: W,
|
|
2386
2431
|
active: le,
|
|
2387
2432
|
selected: st,
|
|
2388
|
-
disabled: ((nt = e.disabledItemPredicate) == null ? void 0 : nt.call(e,
|
|
2433
|
+
disabled: ((nt = e.disabledItemPredicate) == null ? void 0 : nt.call(e, W)) || !1
|
|
2389
2434
|
}, () => [
|
|
2390
|
-
D(
|
|
2435
|
+
D(S(F(W)), 1)
|
|
2391
2436
|
])
|
|
2392
2437
|
]),
|
|
2393
|
-
!e.hideCheckmarks && st ? (a(),
|
|
2438
|
+
!e.hideCheckmarks && st ? (a(), m("span", {
|
|
2394
2439
|
key: 0,
|
|
2395
2440
|
class: g([
|
|
2396
2441
|
le ? "text-primary" : "text-foreground",
|
|
2397
2442
|
"absolute inset-y-0 right-0 flex items-center pr-4"
|
|
2398
2443
|
])
|
|
2399
2444
|
}, [
|
|
2400
|
-
|
|
2445
|
+
z(n(pt), {
|
|
2401
2446
|
class: "h-5 w-5",
|
|
2402
2447
|
"aria-hidden": "true"
|
|
2403
2448
|
})
|
|
@@ -2420,37 +2465,37 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2420
2465
|
]),
|
|
2421
2466
|
_: 3
|
|
2422
2467
|
}, 8, ["modelValue", "name", "multiple", "by", "disabled"])),
|
|
2423
|
-
E.value ? (a(),
|
|
2468
|
+
E.value ? (a(), m("p", {
|
|
2424
2469
|
key: 0,
|
|
2425
2470
|
id: E.value,
|
|
2426
|
-
class: g(["mt-2 text-xs sm:text-sm",
|
|
2427
|
-
},
|
|
2471
|
+
class: g(["mt-2 text-xs sm:text-sm", q.value])
|
|
2472
|
+
}, S(A.value), 11, Zn)) : I("", !0)
|
|
2428
2473
|
]));
|
|
2429
2474
|
}
|
|
2430
|
-
}),
|
|
2475
|
+
}), Xn = /* @__PURE__ */ P({
|
|
2431
2476
|
__name: "SourceAppBadge",
|
|
2432
2477
|
props: {
|
|
2433
2478
|
sourceApp: null
|
|
2434
2479
|
},
|
|
2435
2480
|
setup(e) {
|
|
2436
|
-
return (t, r) => (a(),
|
|
2481
|
+
return (t, r) => (a(), L(Qe, {
|
|
2437
2482
|
"color-classes": "text-foreground-on-primary",
|
|
2438
2483
|
rounded: "",
|
|
2439
2484
|
style: Y({ backgroundColor: e.sourceApp.bgColor })
|
|
2440
2485
|
}, {
|
|
2441
2486
|
default: M(() => [
|
|
2442
|
-
D(
|
|
2487
|
+
D(S(e.sourceApp.short), 1)
|
|
2443
2488
|
]),
|
|
2444
2489
|
_: 1
|
|
2445
2490
|
}, 8, ["style"]));
|
|
2446
2491
|
}
|
|
2447
|
-
}),
|
|
2492
|
+
}), Nn = {
|
|
2448
2493
|
key: 0,
|
|
2449
2494
|
class: "text-foreground-2 normal"
|
|
2450
|
-
},
|
|
2495
|
+
}, Qn = {
|
|
2451
2496
|
key: 1,
|
|
2452
2497
|
class: "flex items-center"
|
|
2453
|
-
},
|
|
2498
|
+
}, Jn = { class: "truncate" }, Yn = { class: "flex items-center" }, ea = { class: "truncate" }, Do = /* @__PURE__ */ P({
|
|
2454
2499
|
__name: "SourceApps",
|
|
2455
2500
|
props: {
|
|
2456
2501
|
/**
|
|
@@ -2522,12 +2567,12 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2522
2567
|
},
|
|
2523
2568
|
emits: ["update:modelValue"],
|
|
2524
2569
|
setup(e, { emit: t }) {
|
|
2525
|
-
const r = t, s = e, o =
|
|
2570
|
+
const r = t, s = e, o = V(null), l = V(null), { selectedValue: h, hiddenSelectedItemCount: c, isMultiItemArrayValue: i, firstItem: u } = wt({
|
|
2526
2571
|
props: ae(s),
|
|
2527
2572
|
emit: r,
|
|
2528
2573
|
dynamicVisibility: { elementToWatchForChanges: o, itemContainer: l }
|
|
2529
2574
|
}), v = (b, y) => b.name.toLocaleLowerCase().includes(y.toLocaleLowerCase());
|
|
2530
|
-
return (b, y) => (a(),
|
|
2575
|
+
return (b, y) => (a(), L(Ct, {
|
|
2531
2576
|
modelValue: n(h),
|
|
2532
2577
|
"onUpdate:modelValue": y[0] || (y[0] = (x) => ze(h) ? h.value = x : null),
|
|
2533
2578
|
multiple: e.multiple,
|
|
@@ -2545,51 +2590,51 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2545
2590
|
by: "name"
|
|
2546
2591
|
}, {
|
|
2547
2592
|
"nothing-selected": M(() => [
|
|
2548
|
-
e.selectorPlaceholder ? (a(),
|
|
2549
|
-
D(
|
|
2550
|
-
], 64)) : (a(),
|
|
2551
|
-
D(
|
|
2593
|
+
e.selectorPlaceholder ? (a(), m(H, { key: 0 }, [
|
|
2594
|
+
D(S(e.selectorPlaceholder), 1)
|
|
2595
|
+
], 64)) : (a(), m(H, { key: 1 }, [
|
|
2596
|
+
D(S(e.multiple ? "Select apps" : "Select an app"), 1)
|
|
2552
2597
|
], 64))
|
|
2553
2598
|
]),
|
|
2554
2599
|
"something-selected": M(({ value: x }) => [
|
|
2555
|
-
n(i)(x) ? (a(),
|
|
2600
|
+
n(i)(x) ? (a(), m("div", {
|
|
2556
2601
|
key: 0,
|
|
2557
2602
|
ref_key: "elementToWatchForChanges",
|
|
2558
2603
|
ref: o,
|
|
2559
2604
|
class: "flex items-center space-x-0.5 h-5"
|
|
2560
2605
|
}, [
|
|
2561
|
-
|
|
2606
|
+
d("div", {
|
|
2562
2607
|
ref_key: "itemContainer",
|
|
2563
2608
|
ref: l,
|
|
2564
2609
|
class: "flex flex-wrap overflow-hidden space-x-0.5 h-5"
|
|
2565
2610
|
}, [
|
|
2566
|
-
(a(!0),
|
|
2567
|
-
key:
|
|
2568
|
-
"source-app":
|
|
2611
|
+
(a(!0), m(H, null, G(x, (p) => (a(), L(Xn, {
|
|
2612
|
+
key: p.name,
|
|
2613
|
+
"source-app": p
|
|
2569
2614
|
}, null, 8, ["source-app"]))), 128))
|
|
2570
2615
|
], 512),
|
|
2571
|
-
n(c) > 0 ? (a(),
|
|
2572
|
-
], 512)) : (a(),
|
|
2573
|
-
|
|
2616
|
+
n(c) > 0 ? (a(), m("div", Nn, " +" + S(n(c)), 1)) : I("", !0)
|
|
2617
|
+
], 512)) : (a(), m("div", Qn, [
|
|
2618
|
+
d("div", {
|
|
2574
2619
|
class: "h-2 w-2 rounded-full mr-2",
|
|
2575
2620
|
style: Y({ backgroundColor: n(u)(x).bgColor })
|
|
2576
2621
|
}, null, 4),
|
|
2577
|
-
|
|
2622
|
+
d("span", Jn, S(n(u)(x).name), 1)
|
|
2578
2623
|
]))
|
|
2579
2624
|
]),
|
|
2580
2625
|
option: M(({ item: x }) => [
|
|
2581
|
-
|
|
2582
|
-
|
|
2626
|
+
d("div", Yn, [
|
|
2627
|
+
d("div", {
|
|
2583
2628
|
class: "h-2 w-2 rounded-full mr-2",
|
|
2584
2629
|
style: Y({ backgroundColor: x.bgColor })
|
|
2585
2630
|
}, null, 4),
|
|
2586
|
-
|
|
2631
|
+
d("span", ea, S(x.name), 1)
|
|
2587
2632
|
])
|
|
2588
2633
|
]),
|
|
2589
2634
|
_: 1
|
|
2590
2635
|
}, 8, ["modelValue", "multiple", "items", "search", "search-placeholder", "label", "show-label", "name", "clearable", "help", "label-id", "button-id"]));
|
|
2591
2636
|
}
|
|
2592
|
-
}),
|
|
2637
|
+
}), ta = { class: "flex flex-wrap gap-1.5 text-xs" }, Eo = /* @__PURE__ */ P({
|
|
2593
2638
|
__name: "Badges",
|
|
2594
2639
|
props: {
|
|
2595
2640
|
items: null,
|
|
@@ -2611,7 +2656,7 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2611
2656
|
}), h = (c) => {
|
|
2612
2657
|
l(o.value) ? o.value = o.value.filter((i) => i.id !== c.id) : o.value = void 0;
|
|
2613
2658
|
};
|
|
2614
|
-
return (c, i) => (a(),
|
|
2659
|
+
return (c, i) => (a(), L(Ct, {
|
|
2615
2660
|
modelValue: n(o),
|
|
2616
2661
|
"onUpdate:modelValue": i[0] || (i[0] = (u) => ze(o) ? o.value = u : null),
|
|
2617
2662
|
multiple: e.multiple,
|
|
@@ -2625,18 +2670,18 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2625
2670
|
"button-id": e.buttonId
|
|
2626
2671
|
}, {
|
|
2627
2672
|
"something-selected": M(({ value: u }) => [
|
|
2628
|
-
|
|
2629
|
-
(a(!0),
|
|
2673
|
+
d("ul", ta, [
|
|
2674
|
+
(a(!0), m(H, null, G(n(l)(u) ? u : [u], (v) => (a(), m("li", {
|
|
2630
2675
|
key: v[e.by]
|
|
2631
2676
|
}, [
|
|
2632
|
-
|
|
2677
|
+
z(Qe, {
|
|
2633
2678
|
size: "lg",
|
|
2634
2679
|
"clickable-icon": !0,
|
|
2635
2680
|
"icon-left": n(Ne),
|
|
2636
2681
|
onClickIcon: pe((b) => h(v), ["stop"])
|
|
2637
2682
|
}, {
|
|
2638
2683
|
default: M(() => [
|
|
2639
|
-
D(
|
|
2684
|
+
D(S(v.text), 1)
|
|
2640
2685
|
]),
|
|
2641
2686
|
_: 2
|
|
2642
2687
|
}, 1032, ["icon-left", "onClickIcon"])
|
|
@@ -2644,14 +2689,14 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2644
2689
|
])
|
|
2645
2690
|
]),
|
|
2646
2691
|
option: M(({ item: u }) => [
|
|
2647
|
-
D(
|
|
2692
|
+
D(S(u.text), 1)
|
|
2648
2693
|
]),
|
|
2649
2694
|
_: 1
|
|
2650
2695
|
}, 8, ["modelValue", "multiple", "items", "label", "name", "help", "rules", "by", "label-id", "button-id"]));
|
|
2651
2696
|
}
|
|
2652
|
-
}),
|
|
2697
|
+
}), sa = { class: "flex items-center" }, la = { class: "absolute inset-0 flex items-center gap-2 px-1 text-white" }, Uo = /* @__PURE__ */ P({
|
|
2653
2698
|
__name: "Switch",
|
|
2654
|
-
props: /* @__PURE__ */
|
|
2699
|
+
props: /* @__PURE__ */ Se({
|
|
2655
2700
|
icons: { type: Boolean }
|
|
2656
2701
|
}, {
|
|
2657
2702
|
modelValue: { type: Boolean },
|
|
@@ -2660,22 +2705,22 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2660
2705
|
emits: ["update:modelValue"],
|
|
2661
2706
|
setup(e) {
|
|
2662
2707
|
const t = Ge(e, "modelValue");
|
|
2663
|
-
return (r, s) => (a(),
|
|
2664
|
-
|
|
2708
|
+
return (r, s) => (a(), m("div", sa, [
|
|
2709
|
+
z(n(Ss), {
|
|
2665
2710
|
modelValue: t.value,
|
|
2666
2711
|
"onUpdate:modelValue": s[0] || (s[0] = (o) => t.value = o),
|
|
2667
2712
|
class: g(["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 }])
|
|
2668
2713
|
}, {
|
|
2669
2714
|
default: M(() => [
|
|
2670
|
-
|
|
2671
|
-
|
|
2715
|
+
d("div", la, [
|
|
2716
|
+
z(n(pt), {
|
|
2672
2717
|
class: g(["h-5 w-5 drop-shadow-md", e.icons ? "opacity-100" : "opacity-0"])
|
|
2673
2718
|
}, null, 8, ["class"]),
|
|
2674
|
-
|
|
2719
|
+
z(n(Ne), {
|
|
2675
2720
|
class: g(["h-5 w-5 drop-shadow-md", e.icons ? "opacity-100" : "opacity-0"])
|
|
2676
2721
|
}, null, 8, ["class"])
|
|
2677
2722
|
]),
|
|
2678
|
-
|
|
2723
|
+
d("span", {
|
|
2679
2724
|
class: g(["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 }])
|
|
2680
2725
|
}, null, 2)
|
|
2681
2726
|
]),
|
|
@@ -2683,7 +2728,7 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2683
2728
|
}, 8, ["modelValue", "class"])
|
|
2684
2729
|
]));
|
|
2685
2730
|
}
|
|
2686
|
-
}),
|
|
2731
|
+
}), na = { class: "relative group bg-foundation-page p-2 rounded-lg pr-12" }, aa = { class: "absolute inset-0 right-2 flex justify-end items-center" }, qo = /* @__PURE__ */ P({
|
|
2687
2732
|
__name: "ClipboardInput",
|
|
2688
2733
|
props: {
|
|
2689
2734
|
value: null,
|
|
@@ -2692,7 +2737,7 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2692
2737
|
},
|
|
2693
2738
|
emits: ["copy"],
|
|
2694
2739
|
setup(e, { emit: t }) {
|
|
2695
|
-
const r = e, s = t, { copy: o } = gs({ legacy: !0 }), l =
|
|
2740
|
+
const r = e, s = t, { copy: o } = gs({ legacy: !0 }), l = V(!1), h = async () => {
|
|
2696
2741
|
r.value && (await o(r.value), l.value = !0, s("copy", r.value), setTimeout(() => {
|
|
2697
2742
|
l.value = !1;
|
|
2698
2743
|
}, 2e3));
|
|
@@ -2703,12 +2748,12 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2703
2748
|
b.selectNodeContents(u), v.removeAllRanges(), v.addRange(b);
|
|
2704
2749
|
}
|
|
2705
2750
|
};
|
|
2706
|
-
return (i, u) => (a(),
|
|
2707
|
-
e.isMultiline ? (a(),
|
|
2751
|
+
return (i, u) => (a(), m("div", na, [
|
|
2752
|
+
e.isMultiline ? (a(), m("div", {
|
|
2708
2753
|
key: 0,
|
|
2709
2754
|
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",
|
|
2710
2755
|
onKeypress: u[0] || (u[0] = (v) => n(bt)(c))
|
|
2711
|
-
},
|
|
2756
|
+
}, S(e.value), 33)) : (a(), L(n(kn), {
|
|
2712
2757
|
key: 1,
|
|
2713
2758
|
color: "transparent",
|
|
2714
2759
|
name: "contentInput",
|
|
@@ -2716,8 +2761,8 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2716
2761
|
"model-value": e.value,
|
|
2717
2762
|
class: "relative z-10 text-sm text-foreground font-mono"
|
|
2718
2763
|
}, null, 8, ["model-value"])),
|
|
2719
|
-
|
|
2720
|
-
|
|
2764
|
+
d("div", aa, [
|
|
2765
|
+
z(n(oe), {
|
|
2721
2766
|
color: "invert",
|
|
2722
2767
|
size: "sm",
|
|
2723
2768
|
"icon-left": l.value ? n(Jt) : n(Yt),
|
|
@@ -2729,20 +2774,20 @@ const et = /* @__PURE__ */ Me(Ln, [["__scopeId", "data-v-89e77cae"]]), On = { cl
|
|
|
2729
2774
|
}
|
|
2730
2775
|
});
|
|
2731
2776
|
var Ie = /* @__PURE__ */ ((e) => (e.CtrlOrCmd = "cmd-or-ctrl", e.AltOrOpt = "alt-or-opt", e.Shift = "shift", e))(Ie || {});
|
|
2732
|
-
const De = cs(),
|
|
2733
|
-
"cmd-or-ctrl": De ===
|
|
2734
|
-
"alt-or-opt": De ===
|
|
2777
|
+
const De = cs(), oa = {
|
|
2778
|
+
"cmd-or-ctrl": De === Re.Mac ? "Cmd" : "Ctrl",
|
|
2779
|
+
"alt-or-opt": De === Re.Mac ? "Opt" : "Alt",
|
|
2735
2780
|
shift: "Shift"
|
|
2736
2781
|
};
|
|
2737
|
-
function
|
|
2782
|
+
function Wo(e) {
|
|
2738
2783
|
const t = (r) => Object.values(Ie).includes(r);
|
|
2739
|
-
return e.map((r) => t(r) ?
|
|
2784
|
+
return e.map((r) => t(r) ? oa[r] : r).join("+");
|
|
2740
2785
|
}
|
|
2741
|
-
function
|
|
2786
|
+
function Ho(e, ...t) {
|
|
2742
2787
|
bs(
|
|
2743
2788
|
t[0],
|
|
2744
2789
|
(r) => {
|
|
2745
|
-
const s = r.getModifierState("Alt"), o = De ===
|
|
2790
|
+
const s = r.getModifierState("Alt"), o = De === Re.Mac ? r.getModifierState("Meta") : r.getModifierState("Control"), l = r.getModifierState("Shift");
|
|
2746
2791
|
for (const h of e)
|
|
2747
2792
|
switch (h) {
|
|
2748
2793
|
case Ie.CtrlOrCmd:
|
|
@@ -2763,17 +2808,17 @@ function Eo(e, ...t) {
|
|
|
2763
2808
|
t[2]
|
|
2764
2809
|
);
|
|
2765
2810
|
}
|
|
2766
|
-
function
|
|
2767
|
-
const t = (e == null ? void 0 : e.model) ||
|
|
2811
|
+
function Ko(e) {
|
|
2812
|
+
const t = (e == null ? void 0 : e.model) || V(), r = f({
|
|
2768
2813
|
get: () => !!t.value,
|
|
2769
2814
|
set: (s) => t.value = s ? !0 : void 0
|
|
2770
2815
|
});
|
|
2771
2816
|
return { model: t, isChecked: r };
|
|
2772
2817
|
}
|
|
2773
|
-
const
|
|
2818
|
+
const ra = /* @__PURE__ */ d("div", { class: "fixed inset-0 bg-neutral-100/70 dark:bg-neutral-900/70 transition-opacity backdrop-blur-xs" }, null, -1), ia = { class: "fixed inset-0 z-10 h-[100dvh] w-screen" }, ua = { class: "flex justify-center items-center h-full w-full p-4 sm:p-0" }, ca = {
|
|
2774
2819
|
key: 0,
|
|
2775
2820
|
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"
|
|
2776
|
-
},
|
|
2821
|
+
}, da = { class: "w-full truncate pr-12" }, Go = /* @__PURE__ */ P({
|
|
2777
2822
|
__name: "Dialog",
|
|
2778
2823
|
props: {
|
|
2779
2824
|
open: { type: Boolean },
|
|
@@ -2786,10 +2831,10 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2786
2831
|
},
|
|
2787
2832
|
emits: ["update:open", "fully-closed"],
|
|
2788
2833
|
setup(e, { emit: t }) {
|
|
2789
|
-
const r = t, s = e, o = Ke(), l =
|
|
2834
|
+
const r = t, s = e, o = Ke(), l = V(!1), h = V(!0), c = f(() => !!s.onSubmit), i = f(() => s.buttons || o.buttons), u = f(() => s.title || o.header), v = f({
|
|
2790
2835
|
get: () => s.open,
|
|
2791
|
-
set: (
|
|
2792
|
-
}), b =
|
|
2836
|
+
set: (k) => r("update:open", k)
|
|
2837
|
+
}), b = f(() => {
|
|
2793
2838
|
switch (s.maxWidth) {
|
|
2794
2839
|
case "sm":
|
|
2795
2840
|
return 0;
|
|
@@ -2802,27 +2847,29 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2802
2847
|
default:
|
|
2803
2848
|
return 1e4;
|
|
2804
2849
|
}
|
|
2805
|
-
}), y =
|
|
2806
|
-
const
|
|
2807
|
-
return b.value >= 1 &&
|
|
2850
|
+
}), y = f(() => {
|
|
2851
|
+
const k = ["w-full", "sm:w-full sm:max-w-2xl"];
|
|
2852
|
+
return b.value >= 1 && k.push("md:max-w-2xl"), b.value >= 2 && k.push("lg:max-w-4xl"), b.value >= 3 && k.push("xl:max-w-6xl"), b.value >= 4 && k.push("2xl:max-w-7xl"), k.join(" ");
|
|
2808
2853
|
}), x = () => {
|
|
2809
2854
|
s.preventCloseOnClickOutside || (v.value = !1);
|
|
2810
|
-
},
|
|
2811
|
-
|
|
2812
|
-
|
|
2855
|
+
}, p = (k) => {
|
|
2856
|
+
(s.onSubmit || Xe)(k);
|
|
2857
|
+
}, O = ct((k) => {
|
|
2858
|
+
const $ = k.target, { scrollTop: B, offsetHeight: j, scrollHeight: A } = $;
|
|
2859
|
+
l.value = B > 0, h.value = B + j >= A;
|
|
2813
2860
|
}, 60);
|
|
2814
|
-
return (
|
|
2861
|
+
return (k, $) => (a(), L(n(vt), {
|
|
2815
2862
|
as: "template",
|
|
2816
2863
|
show: v.value
|
|
2817
2864
|
}, {
|
|
2818
2865
|
default: M(() => [
|
|
2819
|
-
|
|
2866
|
+
z(n(zs), {
|
|
2820
2867
|
as: "div",
|
|
2821
2868
|
class: "relative z-40",
|
|
2822
2869
|
onClose: x
|
|
2823
2870
|
}, {
|
|
2824
2871
|
default: M(() => [
|
|
2825
|
-
|
|
2872
|
+
z(n(rt), {
|
|
2826
2873
|
as: "template",
|
|
2827
2874
|
enter: "ease-out duration-300",
|
|
2828
2875
|
"enter-from": "opacity-0",
|
|
@@ -2832,13 +2879,13 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2832
2879
|
"leave-to": "opacity-0"
|
|
2833
2880
|
}, {
|
|
2834
2881
|
default: M(() => [
|
|
2835
|
-
|
|
2882
|
+
ra
|
|
2836
2883
|
]),
|
|
2837
2884
|
_: 1
|
|
2838
2885
|
}),
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2886
|
+
d("div", ia, [
|
|
2887
|
+
d("div", ua, [
|
|
2888
|
+
z(n(rt), {
|
|
2842
2889
|
as: "template",
|
|
2843
2890
|
enter: "ease-out duration-300",
|
|
2844
2891
|
"enter-from": "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",
|
|
@@ -2846,58 +2893,58 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2846
2893
|
leave: "ease-in duration-200",
|
|
2847
2894
|
"leave-from": "opacity-100 translate-y-0 sm:scale-100",
|
|
2848
2895
|
"leave-to": "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",
|
|
2849
|
-
onAfterLeave:
|
|
2896
|
+
onAfterLeave: $[2] || ($[2] = (B) => k.$emit("fully-closed"))
|
|
2850
2897
|
}, {
|
|
2851
2898
|
default: M(() => [
|
|
2852
|
-
|
|
2899
|
+
z(n(Vs), {
|
|
2853
2900
|
class: g([
|
|
2854
2901
|
"transform rounded-lg text-foreground overflow-hidden bg-foundation text-left shadow-xl transition-all flex flex-col max-h-[90vh]",
|
|
2855
2902
|
y.value
|
|
2856
2903
|
]),
|
|
2857
2904
|
as: c.value ? "form" : "div",
|
|
2858
|
-
onSubmit:
|
|
2905
|
+
onSubmit: pe(p, ["prevent"])
|
|
2859
2906
|
}, {
|
|
2860
2907
|
default: M(() => [
|
|
2861
|
-
|
|
2908
|
+
d("div", {
|
|
2862
2909
|
class: g(l.value && "relative z-20 shadow-lg")
|
|
2863
2910
|
}, [
|
|
2864
|
-
u.value ? (a(),
|
|
2865
|
-
|
|
2866
|
-
D(
|
|
2867
|
-
|
|
2911
|
+
u.value ? (a(), m("div", ca, [
|
|
2912
|
+
d("div", da, [
|
|
2913
|
+
D(S(e.title) + " ", 1),
|
|
2914
|
+
R(k.$slots, "header")
|
|
2868
2915
|
])
|
|
2869
2916
|
])) : I("", !0)
|
|
2870
2917
|
], 2),
|
|
2871
|
-
e.hideCloser ? I("", !0) : (a(),
|
|
2918
|
+
e.hideCloser ? I("", !0) : (a(), m("button", {
|
|
2872
2919
|
key: 0,
|
|
2873
2920
|
class: g(["absolute z-20 bg-foundation rounded-full p-1", u.value ? "top-2 right-3 sm:top-4" : "right-4 top-3"]),
|
|
2874
|
-
onClick:
|
|
2921
|
+
onClick: $[0] || ($[0] = (B) => v.value = !1)
|
|
2875
2922
|
}, [
|
|
2876
|
-
|
|
2923
|
+
z(n(es), { class: "h-5 sm:h-6 w-5 sm:w-6" })
|
|
2877
2924
|
], 2)),
|
|
2878
|
-
|
|
2925
|
+
d("div", {
|
|
2879
2926
|
class: g(["flex-1 simple-scrollbar overflow-y-auto", u.value ? "p-3 sm:py-6 sm:px-8" : "p-6 pt-10 sm:p-10"]),
|
|
2880
|
-
onScroll:
|
|
2881
|
-
(...
|
|
2927
|
+
onScroll: $[1] || ($[1] = //@ts-ignore
|
|
2928
|
+
(...B) => n(O) && n(O)(...B))
|
|
2882
2929
|
}, [
|
|
2883
|
-
|
|
2930
|
+
R(k.$slots, "default", {}, () => [
|
|
2884
2931
|
D("Put your content here!")
|
|
2885
2932
|
])
|
|
2886
2933
|
], 34),
|
|
2887
|
-
i.value ? (a(),
|
|
2934
|
+
i.value ? (a(), m("div", {
|
|
2888
2935
|
key: 1,
|
|
2889
2936
|
class: g(["relative z-50 flex px-4 py-2 sm:py-4 sm:px-6 gap-2 shrink-0 bg-foundation", !h.value && "shadow-t"])
|
|
2890
2937
|
}, [
|
|
2891
|
-
e.buttons ? (a(!0),
|
|
2892
|
-
disabled:
|
|
2893
|
-
type:
|
|
2894
|
-
onClick:
|
|
2938
|
+
e.buttons ? (a(!0), m(H, { key: 0 }, G(e.buttons, (B, j) => (a(), L(n(oe), ie({ key: j }, B.props, {
|
|
2939
|
+
disabled: B.disabled,
|
|
2940
|
+
type: B.submit && "submit",
|
|
2941
|
+
onClick: B.onClick
|
|
2895
2942
|
}), {
|
|
2896
2943
|
default: M(() => [
|
|
2897
|
-
D(
|
|
2944
|
+
D(S(B.text), 1)
|
|
2898
2945
|
]),
|
|
2899
2946
|
_: 2
|
|
2900
|
-
}, 1040, ["disabled", "type", "onClick"]))), 128)) :
|
|
2947
|
+
}, 1040, ["disabled", "type", "onClick"]))), 128)) : R(k.$slots, "buttons", { key: 1 })
|
|
2901
2948
|
], 2)) : I("", !0)
|
|
2902
2949
|
]),
|
|
2903
2950
|
_: 3
|
|
@@ -2914,7 +2961,7 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2914
2961
|
_: 3
|
|
2915
2962
|
}, 8, ["show"]));
|
|
2916
2963
|
}
|
|
2917
|
-
}),
|
|
2964
|
+
}), fa = { class: "h-4 sm:h-5 w-4 sm:w-5 empty:h-0 empty:w-0" }, Zo = /* @__PURE__ */ P({
|
|
2918
2965
|
__name: "DialogSection",
|
|
2919
2966
|
props: {
|
|
2920
2967
|
title: String,
|
|
@@ -2933,10 +2980,10 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2933
2980
|
}
|
|
2934
2981
|
},
|
|
2935
2982
|
setup(e) {
|
|
2936
|
-
const t = e, r =
|
|
2983
|
+
const t = e, r = V(null), s = V(0), o = V(!1), l = f(() => {
|
|
2937
2984
|
const i = [];
|
|
2938
2985
|
return !t.button && !t.alwaysOpen && i.push("cursor-pointer", "hover:bg-foundation"), o.value && i.push("bg-foundation"), i;
|
|
2939
|
-
}), h =
|
|
2986
|
+
}), h = f(() => {
|
|
2940
2987
|
switch (t.titleColor) {
|
|
2941
2988
|
case "danger":
|
|
2942
2989
|
return "text-danger";
|
|
@@ -2957,14 +3004,14 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2957
3004
|
};
|
|
2958
3005
|
return (i, u) => {
|
|
2959
3006
|
var v, b;
|
|
2960
|
-
return a(),
|
|
3007
|
+
return a(), m("div", {
|
|
2961
3008
|
class: g(["flex flex-col border-primary-muted", {
|
|
2962
3009
|
"border-t": e.borderT,
|
|
2963
3010
|
"border-b": e.borderB,
|
|
2964
3011
|
"relative z-10": o.value
|
|
2965
3012
|
}])
|
|
2966
3013
|
}, [
|
|
2967
|
-
|
|
3014
|
+
d("div", ie({
|
|
2968
3015
|
class: ["flex justify-between items-center gap-4 sm:gap-8 py-3 sm:py-4 px-2", l.value],
|
|
2969
3016
|
tabindex: "0"
|
|
2970
3017
|
}, at(
|
|
@@ -2974,20 +3021,20 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2974
3021
|
} : {},
|
|
2975
3022
|
!0
|
|
2976
3023
|
)), [
|
|
2977
|
-
|
|
3024
|
+
d("div", {
|
|
2978
3025
|
class: g(["text-sm sm:text-base font-bold flex items-center gap-1 sm:gap-2 select-none", h.value])
|
|
2979
3026
|
}, [
|
|
2980
|
-
|
|
2981
|
-
|
|
3027
|
+
d("div", fa, [
|
|
3028
|
+
R(i.$slots, "icon")
|
|
2982
3029
|
]),
|
|
2983
|
-
|
|
3030
|
+
d("span", null, S(e.title), 1)
|
|
2984
3031
|
], 2),
|
|
2985
|
-
|
|
2986
|
-
!e.button && !e.alwaysOpen ? (a(),
|
|
3032
|
+
d("div", null, [
|
|
3033
|
+
!e.button && !e.alwaysOpen ? (a(), L(n(ts), {
|
|
2987
3034
|
key: 0,
|
|
2988
3035
|
class: g(["w-4 h-4 sm:w-5 sm:h-5 transition-all duration-400", o.value && "rotate-180"])
|
|
2989
3036
|
}, null, 8, ["class"])) : I("", !0),
|
|
2990
|
-
e.button ? (a(),
|
|
3037
|
+
e.button ? (a(), L(n(oe), ie({
|
|
2991
3038
|
key: 1,
|
|
2992
3039
|
size: "sm",
|
|
2993
3040
|
to: e.button.expandContent ? void 0 : e.button.to,
|
|
@@ -2996,13 +3043,13 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2996
3043
|
onClick: (v = e.button) == null ? void 0 : v.onClick
|
|
2997
3044
|
}, at((b = e.button) != null && b.expandContent ? { click: c } : {})), {
|
|
2998
3045
|
default: M(() => [
|
|
2999
|
-
D(
|
|
3046
|
+
D(S(e.button.expandContent && o.value ? "Cancel" : e.button.text), 1)
|
|
3000
3047
|
]),
|
|
3001
3048
|
_: 1
|
|
3002
3049
|
}, 16, ["to", "color", "icon-right", "onClick"])) : I("", !0)
|
|
3003
3050
|
])
|
|
3004
3051
|
], 16),
|
|
3005
|
-
|
|
3052
|
+
d("div", {
|
|
3006
3053
|
class: g(["transition-all duration-700 overflow-hidden", [
|
|
3007
3054
|
e.allowOverflow && o.value ? "!overflow-visible" : "",
|
|
3008
3055
|
o.value ? "mb-3 mt-1" : "",
|
|
@@ -3012,24 +3059,24 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
3012
3059
|
e.alwaysOpen ? "max-height: none;" : `max-height: ${o.value ? s.value + "px" : "0px"}`
|
|
3013
3060
|
)
|
|
3014
3061
|
}, [
|
|
3015
|
-
t.lazyLoad ? (a(),
|
|
3016
|
-
o.value || t.alwaysOpen ? (a(),
|
|
3062
|
+
t.lazyLoad ? (a(), m(H, { key: 0 }, [
|
|
3063
|
+
o.value || t.alwaysOpen ? (a(), m("div", {
|
|
3017
3064
|
key: 0,
|
|
3018
3065
|
ref_key: "content",
|
|
3019
3066
|
ref: r,
|
|
3020
3067
|
class: "rounded-md text-sm pb-3 px-2 mt-1"
|
|
3021
3068
|
}, [
|
|
3022
|
-
|
|
3069
|
+
R(i.$slots, "default", {}, () => [
|
|
3023
3070
|
D("Panel contents")
|
|
3024
3071
|
])
|
|
3025
3072
|
], 512)) : I("", !0)
|
|
3026
|
-
], 64)) : (a(),
|
|
3073
|
+
], 64)) : (a(), m("div", {
|
|
3027
3074
|
key: 1,
|
|
3028
3075
|
ref_key: "content",
|
|
3029
3076
|
ref: r,
|
|
3030
3077
|
class: "rounded-md text-sm pb-3 px-2 mt-1"
|
|
3031
3078
|
}, [
|
|
3032
|
-
|
|
3079
|
+
R(i.$slots, "default", {}, () => [
|
|
3033
3080
|
D("Panel contents")
|
|
3034
3081
|
])
|
|
3035
3082
|
], 512))
|
|
@@ -3037,7 +3084,7 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
3037
3084
|
], 2);
|
|
3038
3085
|
};
|
|
3039
3086
|
}
|
|
3040
|
-
}),
|
|
3087
|
+
}), pa = { class: "inline-flex items-center space-x-2" }, ma = { class: "label-light" }, Xo = /* @__PURE__ */ P({
|
|
3041
3088
|
__name: "Disclosure",
|
|
3042
3089
|
props: {
|
|
3043
3090
|
title: null,
|
|
@@ -3045,7 +3092,7 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
3045
3092
|
color: { default: "default" }
|
|
3046
3093
|
},
|
|
3047
3094
|
setup(e) {
|
|
3048
|
-
const t = e, r =
|
|
3095
|
+
const t = e, r = f(() => {
|
|
3049
3096
|
const o = [
|
|
3050
3097
|
"pr-3 h-10 w-full flex items-center justify-between border-l-2 px-2 rounded transition",
|
|
3051
3098
|
"ring-1 font-medium"
|
|
@@ -3072,7 +3119,7 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
3072
3119
|
break;
|
|
3073
3120
|
}
|
|
3074
3121
|
return o.join(" ");
|
|
3075
|
-
}), s =
|
|
3122
|
+
}), s = f(() => {
|
|
3076
3123
|
const o = ["p-3 border-x border-b rounded-b-md"];
|
|
3077
3124
|
switch (t.color) {
|
|
3078
3125
|
case "warning":
|
|
@@ -3091,32 +3138,32 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
3091
3138
|
}
|
|
3092
3139
|
return o.join(" ");
|
|
3093
3140
|
});
|
|
3094
|
-
return (o, l) => (a(),
|
|
3095
|
-
|
|
3141
|
+
return (o, l) => (a(), m("div", null, [
|
|
3142
|
+
z(n(Ls), null, {
|
|
3096
3143
|
default: M(({ open: h }) => [
|
|
3097
|
-
|
|
3144
|
+
z(n(Ms), {
|
|
3098
3145
|
class: g(r.value)
|
|
3099
3146
|
}, {
|
|
3100
3147
|
default: M(() => [
|
|
3101
|
-
|
|
3102
|
-
e.icon ? (a(),
|
|
3148
|
+
d("div", pa, [
|
|
3149
|
+
e.icon ? (a(), L(Q(e.icon), {
|
|
3103
3150
|
key: 0,
|
|
3104
3151
|
class: "h-5 w-5"
|
|
3105
3152
|
})) : I("", !0),
|
|
3106
|
-
|
|
3153
|
+
d("span", null, S(e.title), 1)
|
|
3107
3154
|
]),
|
|
3108
|
-
|
|
3155
|
+
z(n(ft), {
|
|
3109
3156
|
class: g([h ? "" : "rotate-180 transform", "h-5 w-5"])
|
|
3110
3157
|
}, null, 8, ["class"])
|
|
3111
3158
|
]),
|
|
3112
3159
|
_: 2
|
|
3113
3160
|
}, 1032, ["class"]),
|
|
3114
|
-
|
|
3161
|
+
z(n(Os), {
|
|
3115
3162
|
class: g(s.value)
|
|
3116
3163
|
}, {
|
|
3117
3164
|
default: M(() => [
|
|
3118
|
-
|
|
3119
|
-
|
|
3165
|
+
d("div", ma, [
|
|
3166
|
+
R(o.$slots, "default", {}, () => [
|
|
3120
3167
|
D("Panel contents")
|
|
3121
3168
|
])
|
|
3122
3169
|
])
|
|
@@ -3130,16 +3177,16 @@ const na = /* @__PURE__ */ m("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
3130
3177
|
}
|
|
3131
3178
|
});
|
|
3132
3179
|
var ge = /* @__PURE__ */ ((e) => (e.Grid = "grid", e.List = "list", e))(ge || {});
|
|
3133
|
-
const
|
|
3134
|
-
|
|
3135
|
-
],
|
|
3180
|
+
const ha = { class: "relative flex bg-primary-muted rounded-md" }, va = /* @__PURE__ */ d("div", { class: "w-7 h-7 bg-foundation dark:bg-foundation-2 transition rounded shadow" }, null, -1), ga = [
|
|
3181
|
+
va
|
|
3182
|
+
], ba = { class: "relative z-10 flex gap-1 items-center p-1 rounded-l" }, ya = { class: "relative z-10 flex gap-1 items-center p-1 rounded-r" }, No = /* @__PURE__ */ P({
|
|
3136
3183
|
__name: "GridListToggle",
|
|
3137
3184
|
props: {
|
|
3138
3185
|
modelValue: null
|
|
3139
3186
|
},
|
|
3140
3187
|
emits: ["click", "update:modelValue"],
|
|
3141
3188
|
setup(e, { emit: t }) {
|
|
3142
|
-
const r = t, s = e, o =
|
|
3189
|
+
const r = t, s = e, o = f({
|
|
3143
3190
|
get: () => s.modelValue || ge.Grid,
|
|
3144
3191
|
set: (h) => r("update:modelValue", h)
|
|
3145
3192
|
}), l = (h) => {
|
|
@@ -3149,61 +3196,61 @@ const fa = { class: "relative flex bg-primary-muted rounded-md" }, pa = /* @__PU
|
|
|
3149
3196
|
};
|
|
3150
3197
|
return (h, c) => {
|
|
3151
3198
|
const i = jt("tippy");
|
|
3152
|
-
return a(),
|
|
3199
|
+
return a(), m("button", {
|
|
3153
3200
|
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",
|
|
3154
3201
|
onClick: l
|
|
3155
3202
|
}, [
|
|
3156
|
-
|
|
3157
|
-
|
|
3203
|
+
d("div", ha, [
|
|
3204
|
+
d("div", {
|
|
3158
3205
|
class: g(["absolute transition", {
|
|
3159
|
-
"translate-x-7": o.value !== n(ge).
|
|
3206
|
+
"translate-x-7": o.value !== n(ge).List
|
|
3160
3207
|
}])
|
|
3161
|
-
},
|
|
3162
|
-
ue((a(),
|
|
3163
|
-
|
|
3208
|
+
}, ga, 2),
|
|
3209
|
+
ue((a(), m("div", ba, [
|
|
3210
|
+
z(n(Ht), { class: "h-5 w-5" })
|
|
3164
3211
|
])), [
|
|
3165
|
-
[i, "
|
|
3212
|
+
[i, "List View"]
|
|
3166
3213
|
]),
|
|
3167
|
-
ue((a(),
|
|
3168
|
-
|
|
3214
|
+
ue((a(), m("div", ya, [
|
|
3215
|
+
z(n(Kt), { class: "h-5 w-5" })
|
|
3169
3216
|
])), [
|
|
3170
|
-
[i, "
|
|
3217
|
+
[i, "Grid View"]
|
|
3171
3218
|
])
|
|
3172
3219
|
])
|
|
3173
3220
|
]);
|
|
3174
3221
|
};
|
|
3175
3222
|
}
|
|
3176
3223
|
});
|
|
3177
|
-
var
|
|
3178
|
-
function
|
|
3179
|
-
if (!
|
|
3224
|
+
var xa = /* @__PURE__ */ ((e) => (e[e.Throttle = 0] = "Throttle", e[e.Debounce = 1] = "Debounce", e))(xa || {}), Ee = /* @__PURE__ */ ((e) => (e[e.Left = 0] = "Left", e[e.Right = 1] = "Right", e))(Ee || {});
|
|
3225
|
+
function ka(e, t) {
|
|
3226
|
+
if (!Me)
|
|
3180
3227
|
return;
|
|
3181
3228
|
const {
|
|
3182
3229
|
wait: r = 100,
|
|
3183
3230
|
throttleOrDebounce: s = 0
|
|
3184
3231
|
/* Throttle */
|
|
3185
|
-
} = t || {}, o = r ? s === 0 ? ct(e, r) :
|
|
3186
|
-
ee(() => window.addEventListener("resize", o)),
|
|
3232
|
+
} = t || {}, o = r ? s === 0 ? ct(e, r) : Ze(e, r) : e;
|
|
3233
|
+
ee(() => window.addEventListener("resize", o)), We(() => window.removeEventListener("resize", o));
|
|
3187
3234
|
}
|
|
3188
|
-
function
|
|
3235
|
+
function Qo(e) {
|
|
3189
3236
|
ee(() => {
|
|
3190
3237
|
window.addEventListener("beforeunload", e);
|
|
3191
|
-
}),
|
|
3238
|
+
}), We(() => {
|
|
3192
3239
|
window.removeEventListener("beforeunload", e);
|
|
3193
3240
|
});
|
|
3194
3241
|
}
|
|
3195
|
-
function
|
|
3196
|
-
const { el: t, defaultDirection: r } = e, s =
|
|
3242
|
+
function wa(e) {
|
|
3243
|
+
const { el: t, defaultDirection: r } = e, s = V(
|
|
3197
3244
|
be(r) ? 1 : r
|
|
3198
3245
|
/* Right */
|
|
3199
|
-
), o =
|
|
3246
|
+
), o = f(() => {
|
|
3200
3247
|
const h = n(e.stopUpdatesBelowWidth);
|
|
3201
3248
|
if (!be(h))
|
|
3202
3249
|
return h;
|
|
3203
3250
|
const c = n(t);
|
|
3204
3251
|
return c != null && c.offsetWidth ? c.offsetWidth * 2 : void 0;
|
|
3205
3252
|
}), l = () => {
|
|
3206
|
-
if (!
|
|
3253
|
+
if (!Me)
|
|
3207
3254
|
return;
|
|
3208
3255
|
const h = n(t);
|
|
3209
3256
|
if (!h)
|
|
@@ -3211,17 +3258,17 @@ function ya(e) {
|
|
|
3211
3258
|
const c = h.getBoundingClientRect(), i = c.x + c.width > window.innerWidth, u = c.x < 0;
|
|
3212
3259
|
i && u || !be(o.value) && window.innerWidth < o.value || (i ? s.value = 0 : u && (s.value = 1));
|
|
3213
3260
|
};
|
|
3214
|
-
return
|
|
3261
|
+
return ka(() => l()), ce(
|
|
3215
3262
|
() => n(t),
|
|
3216
3263
|
(h) => {
|
|
3217
3264
|
h && l();
|
|
3218
3265
|
}
|
|
3219
3266
|
), {
|
|
3220
|
-
direction:
|
|
3267
|
+
direction: f(() => s.value),
|
|
3221
3268
|
recalculateDirection: l
|
|
3222
3269
|
};
|
|
3223
3270
|
}
|
|
3224
|
-
const
|
|
3271
|
+
const Ca = ["disabled", "onClick"], Jo = /* @__PURE__ */ P({
|
|
3225
3272
|
__name: "Menu",
|
|
3226
3273
|
props: {
|
|
3227
3274
|
open: { type: Boolean },
|
|
@@ -3230,58 +3277,58 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3230
3277
|
},
|
|
3231
3278
|
emits: ["update:open", "chosen"],
|
|
3232
3279
|
setup(e, { emit: t }) {
|
|
3233
|
-
const r = t, s = e, o =
|
|
3234
|
-
el:
|
|
3280
|
+
const r = t, s = e, o = V(null), { direction: l } = wa({
|
|
3281
|
+
el: f(() => {
|
|
3235
3282
|
var x;
|
|
3236
3283
|
return ((x = o.value) == null ? void 0 : x.el) || null;
|
|
3237
3284
|
}),
|
|
3238
3285
|
defaultDirection: Ee.Left,
|
|
3239
3286
|
stopUpdatesBelowWidth: 300
|
|
3240
|
-
}), h =
|
|
3287
|
+
}), h = V(null), c = V(!1), i = f({
|
|
3241
3288
|
get: () => s.open || !1,
|
|
3242
3289
|
set: (x) => r("update:open", x)
|
|
3243
3290
|
}), u = (x) => {
|
|
3244
|
-
const { active:
|
|
3291
|
+
const { active: p, disabled: O, color: k } = x, $ = [
|
|
3245
3292
|
"group flex gap-3 w-full items-center rounded-md px-2 py-1.5 text-sm"
|
|
3246
3293
|
];
|
|
3247
|
-
return
|
|
3248
|
-
}, v = (x,
|
|
3249
|
-
r("chosen", { item: x, event:
|
|
3294
|
+
return p && !k ? $.push("bg-foundation-focus text-foreground") : O ? $.push("text-foreground-disabled") : k === "danger" && p ? $.push("text-foreground-on-primary bg-danger") : k === "danger" && !p ? $.push("text-danger") : k === "info" && p ? $.push("text-foreground-on-primary bg-info") : k === "info" && !p ? $.push("text-info") : $.push("text-foreground"), $.join(" ");
|
|
3295
|
+
}, v = (x, p) => {
|
|
3296
|
+
r("chosen", { item: x, event: p });
|
|
3250
3297
|
}, b = () => {
|
|
3251
3298
|
var x;
|
|
3252
3299
|
return (x = h.value) == null ? void 0 : x.el.click();
|
|
3253
3300
|
}, y = (x) => {
|
|
3254
|
-
const
|
|
3255
|
-
return c.value =
|
|
3301
|
+
const p = !!x;
|
|
3302
|
+
return c.value = p, p;
|
|
3256
3303
|
};
|
|
3257
|
-
return ce(c, (x,
|
|
3258
|
-
x !==
|
|
3304
|
+
return ce(c, (x, p) => {
|
|
3305
|
+
x !== p && (i.value = x);
|
|
3259
3306
|
}), ce(i, (x) => {
|
|
3260
3307
|
(x && !c.value || !x && c.value) && b();
|
|
3261
|
-
}), (x,
|
|
3308
|
+
}), (x, p) => (a(), L(n(As), {
|
|
3262
3309
|
as: "div",
|
|
3263
3310
|
class: "relative inline-block"
|
|
3264
3311
|
}, {
|
|
3265
|
-
default: M(({ open:
|
|
3266
|
-
|
|
3267
|
-
|
|
3312
|
+
default: M(({ open: O }) => [
|
|
3313
|
+
d("div", null, [
|
|
3314
|
+
z(n(Ps), {
|
|
3268
3315
|
id: e.menuId,
|
|
3269
3316
|
ref_key: "menuButton",
|
|
3270
3317
|
ref: h,
|
|
3271
3318
|
class: "hidden",
|
|
3272
|
-
onClick:
|
|
3319
|
+
onClick: p[0] || (p[0] = pe(() => {
|
|
3273
3320
|
}, ["stop", "prevent"]))
|
|
3274
3321
|
}, null, 8, ["id"]),
|
|
3275
|
-
|
|
3276
|
-
class: g(
|
|
3322
|
+
d("div", {
|
|
3323
|
+
class: g(O ? "pointer-events-none" : "")
|
|
3277
3324
|
}, [
|
|
3278
|
-
|
|
3325
|
+
R(x.$slots, "default", {
|
|
3279
3326
|
toggle: b,
|
|
3280
|
-
open: y(
|
|
3327
|
+
open: y(O)
|
|
3281
3328
|
})
|
|
3282
3329
|
], 2)
|
|
3283
3330
|
]),
|
|
3284
|
-
|
|
3331
|
+
z(qe, {
|
|
3285
3332
|
"enter-active-class": "transition duration-100 ease-out",
|
|
3286
3333
|
"enter-from-class": "transform scale-95 opacity-0",
|
|
3287
3334
|
"enter-to-class": "transform scale-100 opacity-100",
|
|
@@ -3290,7 +3337,7 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3290
3337
|
"leave-to-class": "transform scale-95 opacity-0"
|
|
3291
3338
|
}, {
|
|
3292
3339
|
default: M(() => [
|
|
3293
|
-
|
|
3340
|
+
z(n(js), {
|
|
3294
3341
|
ref_key: "menuItems",
|
|
3295
3342
|
ref: o,
|
|
3296
3343
|
class: g([
|
|
@@ -3299,30 +3346,30 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3299
3346
|
])
|
|
3300
3347
|
}, {
|
|
3301
3348
|
default: M(() => [
|
|
3302
|
-
(a(!0),
|
|
3303
|
-
key:
|
|
3349
|
+
(a(!0), m(H, null, G(e.items, (k, $) => (a(), m("div", {
|
|
3350
|
+
key: $,
|
|
3304
3351
|
class: "p-1"
|
|
3305
3352
|
}, [
|
|
3306
|
-
(a(!0),
|
|
3353
|
+
(a(!0), m(H, null, G(k, (B) => (a(), L(n(Ts), {
|
|
3307
3354
|
key: B.id,
|
|
3308
3355
|
disabled: B.disabled,
|
|
3309
3356
|
color: B.color
|
|
3310
3357
|
}, {
|
|
3311
|
-
default: M(({ active:
|
|
3312
|
-
ue((a(),
|
|
3313
|
-
|
|
3314
|
-
class: g(u({ active:
|
|
3358
|
+
default: M(({ active: j, disabled: A }) => [
|
|
3359
|
+
ue((a(), m("span", null, [
|
|
3360
|
+
d("button", {
|
|
3361
|
+
class: g(u({ active: j, disabled: A, color: B.color })),
|
|
3315
3362
|
disabled: A,
|
|
3316
3363
|
onClick: (w) => v(B, w)
|
|
3317
3364
|
}, [
|
|
3318
|
-
B.icon ? (a(),
|
|
3365
|
+
B.icon ? (a(), L(Q(B.icon), {
|
|
3319
3366
|
key: 0,
|
|
3320
3367
|
class: "h-5 w-5"
|
|
3321
3368
|
})) : I("", !0),
|
|
3322
|
-
|
|
3323
|
-
D(
|
|
3369
|
+
R(x.$slots, "item", { item: B }, () => [
|
|
3370
|
+
D(S(B.title), 1)
|
|
3324
3371
|
])
|
|
3325
|
-
], 10,
|
|
3372
|
+
], 10, Ca)
|
|
3326
3373
|
])), [
|
|
3327
3374
|
[n(gt), B.disabled && B.disabledTooltip]
|
|
3328
3375
|
])
|
|
@@ -3340,38 +3387,38 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3340
3387
|
_: 3
|
|
3341
3388
|
}));
|
|
3342
3389
|
}
|
|
3343
|
-
}),
|
|
3390
|
+
}), $a = { class: "flex flex-col gap-y-0 sm:gap-y-4" }, Ia = { class: "flex gap-x-6" }, Yo = /* @__PURE__ */ P({
|
|
3344
3391
|
__name: "Tabs",
|
|
3345
3392
|
props: {
|
|
3346
3393
|
items: null
|
|
3347
3394
|
},
|
|
3348
3395
|
setup(e) {
|
|
3349
|
-
const t = e, r =
|
|
3396
|
+
const t = e, r = V(null), s = f(() => r.value && t.items.find((l) => l.id === r.value) || t.items[0]), o = (l) => {
|
|
3350
3397
|
r.value = l.id;
|
|
3351
3398
|
};
|
|
3352
|
-
return (l, h) => (a(),
|
|
3353
|
-
|
|
3354
|
-
(a(!0),
|
|
3399
|
+
return (l, h) => (a(), m("div", $a, [
|
|
3400
|
+
d("div", Ia, [
|
|
3401
|
+
(a(!0), m(H, null, G(e.items, (c) => (a(), L(oe, {
|
|
3355
3402
|
key: c.id,
|
|
3356
3403
|
link: "",
|
|
3357
3404
|
color: s.value.id === c.id ? "default" : "secondary",
|
|
3358
3405
|
onClick: (i) => o(c)
|
|
3359
3406
|
}, {
|
|
3360
3407
|
default: M(() => [
|
|
3361
|
-
D(
|
|
3408
|
+
D(S(c.title), 1)
|
|
3362
3409
|
]),
|
|
3363
3410
|
_: 2
|
|
3364
3411
|
}, 1032, ["color", "onClick"]))), 128))
|
|
3365
3412
|
]),
|
|
3366
|
-
|
|
3413
|
+
R(l.$slots, "default", { activeItem: s.value })
|
|
3367
3414
|
]));
|
|
3368
3415
|
}
|
|
3369
|
-
}),
|
|
3416
|
+
}), Ba = /* @__PURE__ */ d("div", { class: "hidden lg:block absolute bottom-0 left-0 h-px w-full bg-outline-3" }, null, -1), Sa = ["data-tab-id", "onClick"], za = { class: "min-w-6" }, Va = {
|
|
3370
3417
|
key: 2,
|
|
3371
3418
|
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"
|
|
3372
|
-
},
|
|
3419
|
+
}, er = /* @__PURE__ */ P({
|
|
3373
3420
|
__name: "PageTabs",
|
|
3374
|
-
props: /* @__PURE__ */
|
|
3421
|
+
props: /* @__PURE__ */ Se({
|
|
3375
3422
|
items: null,
|
|
3376
3423
|
vertical: { type: Boolean },
|
|
3377
3424
|
title: null
|
|
@@ -3381,14 +3428,14 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3381
3428
|
}),
|
|
3382
3429
|
emits: ["update:activeItem"],
|
|
3383
3430
|
setup(e) {
|
|
3384
|
-
const t = e, r = Ge(e, "activeItem"), s =
|
|
3431
|
+
const t = e, r = Ge(e, "activeItem"), s = V(null), o = f(() => {
|
|
3385
3432
|
var v;
|
|
3386
3433
|
const c = (v = r.value) == null ? void 0 : v.id;
|
|
3387
3434
|
if (!c)
|
|
3388
3435
|
return null;
|
|
3389
3436
|
const i = s.value;
|
|
3390
3437
|
return i && [...i.getElementsByClassName("tab-button")].find((b) => b.dataset.tabId === c) || null;
|
|
3391
|
-
}), l =
|
|
3438
|
+
}), l = f(() => {
|
|
3392
3439
|
const c = o.value;
|
|
3393
3440
|
return {
|
|
3394
3441
|
left: `${(c == null ? void 0 : c.offsetLeft) || 0}px`,
|
|
@@ -3397,30 +3444,30 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3397
3444
|
}), h = (c) => {
|
|
3398
3445
|
r.value = c;
|
|
3399
3446
|
};
|
|
3400
|
-
return
|
|
3447
|
+
return Me && (ee(() => {
|
|
3401
3448
|
t.items.length && !r.value && h(t.items[0]);
|
|
3402
3449
|
}), ce(
|
|
3403
3450
|
() => [t.items, r.value],
|
|
3404
3451
|
([c, i]) => {
|
|
3405
3452
|
c.length && !i && h(c[0]);
|
|
3406
3453
|
}
|
|
3407
|
-
)), (c, i) => (a(),
|
|
3454
|
+
)), (c, i) => (a(), m("div", {
|
|
3408
3455
|
class: g(["relative z-10 flex gap-4", e.vertical ? "sm:gap-8 flex-col sm:flex-row" : "sm:gap-10 flex-col"])
|
|
3409
3456
|
}, [
|
|
3410
|
-
|
|
3457
|
+
d("div", {
|
|
3411
3458
|
class: g([
|
|
3412
3459
|
"relative flex sm:justify-between overflow-x-auto",
|
|
3413
3460
|
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"
|
|
3414
3461
|
])
|
|
3415
3462
|
}, [
|
|
3416
|
-
e.vertical ? I("", !0) : (a(),
|
|
3417
|
-
|
|
3418
|
-
|
|
3463
|
+
e.vertical ? I("", !0) : (a(), m(H, { key: 0 }, [
|
|
3464
|
+
Ba,
|
|
3465
|
+
d("div", {
|
|
3419
3466
|
style: Y(l.value),
|
|
3420
3467
|
class: "h-[2px] absolute bottom-0 z-20 bg-primary transition-all duration-300"
|
|
3421
3468
|
}, null, 4)
|
|
3422
3469
|
], 64)),
|
|
3423
|
-
|
|
3470
|
+
d("div", {
|
|
3424
3471
|
ref_key: "buttonContainer",
|
|
3425
3472
|
ref: s,
|
|
3426
3473
|
class: g([
|
|
@@ -3428,13 +3475,13 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3428
3475
|
e.vertical ? "flex-wrap sm:flex-nowrap flex-row sm:flex-col gap-4" : "gap-6"
|
|
3429
3476
|
])
|
|
3430
3477
|
}, [
|
|
3431
|
-
e.title ? (a(),
|
|
3478
|
+
e.title ? (a(), m("h1", {
|
|
3432
3479
|
key: 0,
|
|
3433
3480
|
class: g(["font-bold h4", e.vertical ? "w-full sm:w-auto -ml-4 mb-4" : "mb-2"])
|
|
3434
|
-
},
|
|
3435
|
-
(a(!0),
|
|
3481
|
+
}, S(e.title), 3)) : I("", !0),
|
|
3482
|
+
(a(!0), m(H, null, G(e.items, (u) => {
|
|
3436
3483
|
var v, b;
|
|
3437
|
-
return a(),
|
|
3484
|
+
return a(), m("button", {
|
|
3438
3485
|
key: u.id,
|
|
3439
3486
|
"data-tab-id": u.id,
|
|
3440
3487
|
class: g(["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", [
|
|
@@ -3443,33 +3490,33 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3443
3490
|
]]),
|
|
3444
3491
|
onClick: (y) => h(u)
|
|
3445
3492
|
}, [
|
|
3446
|
-
u.icon ? (a(),
|
|
3493
|
+
u.icon ? (a(), L(Q(u.icon), {
|
|
3447
3494
|
key: 0,
|
|
3448
3495
|
class: "shrink-0 h-4 w-4 stroke-[2px]"
|
|
3449
3496
|
})) : I("", !0),
|
|
3450
|
-
|
|
3451
|
-
u.count ? (a(),
|
|
3497
|
+
d("span", za, S(u.title), 1),
|
|
3498
|
+
u.count ? (a(), m("div", {
|
|
3452
3499
|
key: 1,
|
|
3453
3500
|
class: g([
|
|
3454
3501
|
"rounded-full px-2 text-[11px] transition-all min-w-6",
|
|
3455
3502
|
((b = r.value) == null ? void 0 : b.id) === u.id ? "text-primary bg-blue-100" : "text-foreground-2 bg-gray-200 dark:bg-foundation"
|
|
3456
3503
|
])
|
|
3457
3504
|
}, [
|
|
3458
|
-
|
|
3505
|
+
d("span", null, S(u.count), 1)
|
|
3459
3506
|
], 2)) : I("", !0),
|
|
3460
|
-
u.tag ? (a(),
|
|
3461
|
-
], 10,
|
|
3507
|
+
u.tag ? (a(), m("div", Va, S(u.tag), 1)) : I("", !0)
|
|
3508
|
+
], 10, Sa);
|
|
3462
3509
|
}), 128))
|
|
3463
3510
|
], 2)
|
|
3464
3511
|
], 2),
|
|
3465
|
-
|
|
3512
|
+
d("div", {
|
|
3466
3513
|
class: g(e.vertical ? "sm:w-10/12" : "")
|
|
3467
3514
|
}, [
|
|
3468
|
-
|
|
3515
|
+
R(c.$slots, "default", { activeItem: r.value })
|
|
3469
3516
|
], 2)
|
|
3470
3517
|
], 2));
|
|
3471
3518
|
}
|
|
3472
|
-
}),
|
|
3519
|
+
}), La = { class: "text-foreground" }, Ma = { class: "w-full text-sm overflow-x-auto overflow-y-visible simple-scrollbar" }, Oa = ["onClick", "onKeypress"], Aa = /* @__PURE__ */ d("div", { class: "text-gray-900 font-medium order-1" }, "Placeholder", -1), Pa = { class: "absolute right-1.5 gap-1 flex items-center p-0 h-full" }, tr = /* @__PURE__ */ P({
|
|
3473
3520
|
__name: "Table",
|
|
3474
3521
|
props: {
|
|
3475
3522
|
items: null,
|
|
@@ -3480,11 +3527,11 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3480
3527
|
rowItemsAlign: { default: "center" }
|
|
3481
3528
|
},
|
|
3482
3529
|
setup(e) {
|
|
3483
|
-
const t = e, r =
|
|
3530
|
+
const t = e, r = f(() => {
|
|
3484
3531
|
const c = (t.buttons || []).length;
|
|
3485
3532
|
let i = 16;
|
|
3486
3533
|
return c > 0 && (i = 48 + (c - 1) * 42), `${i}px`;
|
|
3487
|
-
}), s =
|
|
3534
|
+
}), s = f(() => {
|
|
3488
3535
|
const c = [
|
|
3489
3536
|
"relative grid grid-cols-12 items-center gap-6 px-4 py-1 min-w-[900px] bg-foundation"
|
|
3490
3537
|
];
|
|
@@ -3507,22 +3554,22 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3507
3554
|
var i;
|
|
3508
3555
|
(i = t.onRowClick) == null || i.call(t, c);
|
|
3509
3556
|
};
|
|
3510
|
-
return (c, i) => (a(),
|
|
3511
|
-
|
|
3512
|
-
e.items.length > 0 ? (a(),
|
|
3557
|
+
return (c, i) => (a(), m("div", La, [
|
|
3558
|
+
d("div", Ma, [
|
|
3559
|
+
e.items.length > 0 ? (a(), m("div", {
|
|
3513
3560
|
key: 0,
|
|
3514
3561
|
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]",
|
|
3515
3562
|
style: Y({ paddingRight: r.value })
|
|
3516
3563
|
}, [
|
|
3517
|
-
(a(!0),
|
|
3564
|
+
(a(!0), m(H, null, G(e.columns, (u) => (a(), m("div", {
|
|
3518
3565
|
key: u.id,
|
|
3519
3566
|
class: g([o(u.id), "capitalize"])
|
|
3520
|
-
},
|
|
3567
|
+
}, S(u.header), 3))), 128))
|
|
3521
3568
|
], 4)) : I("", !0),
|
|
3522
|
-
|
|
3569
|
+
d("div", {
|
|
3523
3570
|
class: g(["divide-y divide-outline-3 h-full overflow-visible", { "pb-32": e.overflowCells }])
|
|
3524
3571
|
}, [
|
|
3525
|
-
(a(!0),
|
|
3572
|
+
(a(!0), m(H, null, G(e.items, (u) => (a(), m("div", {
|
|
3526
3573
|
key: u.id,
|
|
3527
3574
|
style: Y({ paddingRight: r.value }),
|
|
3528
3575
|
class: g(s.value),
|
|
@@ -3530,20 +3577,20 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3530
3577
|
onClick: (v) => h(u),
|
|
3531
3578
|
onKeypress: (v) => h(u)
|
|
3532
3579
|
}, [
|
|
3533
|
-
(a(!0),
|
|
3580
|
+
(a(!0), m(H, null, G(e.columns, (v, b) => (a(), m("div", {
|
|
3534
3581
|
key: v.id,
|
|
3535
3582
|
class: g(l(v.id, b)),
|
|
3536
3583
|
tabindex: "0"
|
|
3537
3584
|
}, [
|
|
3538
|
-
|
|
3539
|
-
|
|
3585
|
+
R(c.$slots, v.id, { item: u }, () => [
|
|
3586
|
+
Aa
|
|
3540
3587
|
])
|
|
3541
3588
|
], 2))), 128)),
|
|
3542
|
-
|
|
3543
|
-
(a(!0),
|
|
3589
|
+
d("div", Pa, [
|
|
3590
|
+
(a(!0), m(H, null, G(e.buttons, (v) => (a(), m("div", {
|
|
3544
3591
|
key: v.label
|
|
3545
3592
|
}, [
|
|
3546
|
-
|
|
3593
|
+
z(n(oe), {
|
|
3547
3594
|
"icon-left": v.icon,
|
|
3548
3595
|
size: "sm",
|
|
3549
3596
|
color: "secondary",
|
|
@@ -3551,16 +3598,16 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3551
3598
|
class: g(v.class),
|
|
3552
3599
|
"text-color": v.textColor,
|
|
3553
3600
|
to: n(ye)(v.action) ? v.action : void 0,
|
|
3554
|
-
onClick: pe((b) => n(ye)(v.action) ? n(
|
|
3601
|
+
onClick: pe((b) => n(ye)(v.action) ? n(Xe) : v.action(u), ["stop"])
|
|
3555
3602
|
}, null, 8, ["icon-left", "class", "text-color", "to", "onClick"])
|
|
3556
3603
|
]))), 128))
|
|
3557
3604
|
])
|
|
3558
|
-
], 46,
|
|
3605
|
+
], 46, Oa))), 128))
|
|
3559
3606
|
], 2)
|
|
3560
3607
|
])
|
|
3561
3608
|
]));
|
|
3562
3609
|
}
|
|
3563
|
-
}),
|
|
3610
|
+
}), ja = /* @__PURE__ */ d("div", { class: "h-8" }, null, -1), Ta = { class: "w-full flex flex-col items-center my-2 space-y-2 mt-4" }, _a = { class: "inline-flex items-center space-x-1" }, Fa = /* @__PURE__ */ d("span", { class: "text-foreground-2" }, "An error occurred while loading", -1), sr = /* @__PURE__ */ P({
|
|
3564
3611
|
__name: "InfiniteLoading",
|
|
3565
3612
|
props: {
|
|
3566
3613
|
settings: null,
|
|
@@ -3568,35 +3615,35 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3568
3615
|
},
|
|
3569
3616
|
emits: ["infinite"],
|
|
3570
3617
|
setup(e) {
|
|
3571
|
-
const t =
|
|
3572
|
-
return
|
|
3618
|
+
const t = V(null), r = V(!1);
|
|
3619
|
+
return Me && ee(() => {
|
|
3573
3620
|
const s = setInterval(() => {
|
|
3574
3621
|
var o;
|
|
3575
3622
|
(o = t.value) != null && o.isConnected && (r.value = !0, clearInterval(s));
|
|
3576
3623
|
}, 200);
|
|
3577
|
-
}), (s, o) => (a(),
|
|
3624
|
+
}), (s, o) => (a(), m("div", {
|
|
3578
3625
|
ref_key: "wrapper",
|
|
3579
3626
|
ref: t
|
|
3580
3627
|
}, [
|
|
3581
|
-
r.value ? (a(),
|
|
3628
|
+
r.value ? (a(), L(n(Ds), ie({ key: 0 }, s.$props.settings || {}, {
|
|
3582
3629
|
onInfinite: o[0] || (o[0] = (l) => s.$emit("infinite", l))
|
|
3583
3630
|
}), {
|
|
3584
3631
|
spinner: M(() => [
|
|
3585
|
-
|
|
3632
|
+
z(et, {
|
|
3586
3633
|
loading: !0,
|
|
3587
3634
|
class: "my-2"
|
|
3588
3635
|
})
|
|
3589
3636
|
]),
|
|
3590
3637
|
complete: M(() => [
|
|
3591
|
-
|
|
3638
|
+
ja
|
|
3592
3639
|
]),
|
|
3593
3640
|
error: M(({ retry: l }) => [
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3641
|
+
d("div", Ta, [
|
|
3642
|
+
d("div", _a, [
|
|
3643
|
+
z(n(ss), { class: "w-5 h-5 text-danger" }),
|
|
3644
|
+
Fa
|
|
3598
3645
|
]),
|
|
3599
|
-
e.allowRetry ? (a(),
|
|
3646
|
+
e.allowRetry ? (a(), L(oe, {
|
|
3600
3647
|
key: 0,
|
|
3601
3648
|
onClick: l
|
|
3602
3649
|
}, {
|
|
@@ -3611,10 +3658,10 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3611
3658
|
}, 16)) : I("", !0)
|
|
3612
3659
|
], 512));
|
|
3613
3660
|
}
|
|
3614
|
-
}),
|
|
3661
|
+
}), Ra = { class: "relative group" }, Da = {
|
|
3615
3662
|
key: 0,
|
|
3616
3663
|
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"
|
|
3617
|
-
},
|
|
3664
|
+
}, lr = /* @__PURE__ */ P({
|
|
3618
3665
|
__name: "Panel",
|
|
3619
3666
|
props: {
|
|
3620
3667
|
/**
|
|
@@ -3652,17 +3699,17 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3652
3699
|
},
|
|
3653
3700
|
emits: ["submit"],
|
|
3654
3701
|
setup(e, { emit: t }) {
|
|
3655
|
-
const r = t, s = e, o =
|
|
3702
|
+
const r = t, s = e, o = f(
|
|
3656
3703
|
() => s.customPadding ? "" : "px-4 py-4 sm:px-6"
|
|
3657
|
-
), l =
|
|
3704
|
+
), l = f(
|
|
3658
3705
|
() => s.customPadding ? "" : "px-4 py-4 sm:p-6"
|
|
3659
|
-
), h =
|
|
3706
|
+
), h = f(() => {
|
|
3660
3707
|
const c = ["rounded-lg"];
|
|
3661
3708
|
return s.noShadow || c.push("shadow"), s.ring && c.push("ring-outline-2 hover:ring-2"), s.panelClasses && c.push(s.panelClasses), c.join(" ");
|
|
3662
3709
|
});
|
|
3663
|
-
return (c, i) => (a(),
|
|
3664
|
-
e.fancyGlow ? (a(),
|
|
3665
|
-
(a(),
|
|
3710
|
+
return (c, i) => (a(), m("div", Ra, [
|
|
3711
|
+
e.fancyGlow ? (a(), m("div", Da)) : I("", !0),
|
|
3712
|
+
(a(), L(Q(e.form ? "form" : "div"), {
|
|
3666
3713
|
class: g([
|
|
3667
3714
|
"relative divide-outline-3 bg-foundation text-foreground flex flex-col divide-y overflow-hidden",
|
|
3668
3715
|
h.value
|
|
@@ -3670,29 +3717,29 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3670
3717
|
onSubmit: i[0] || (i[0] = (u) => r("submit", u))
|
|
3671
3718
|
}, {
|
|
3672
3719
|
default: M(() => [
|
|
3673
|
-
c.$slots.header ? (a(),
|
|
3720
|
+
c.$slots.header ? (a(), m("div", {
|
|
3674
3721
|
key: 0,
|
|
3675
3722
|
class: g(o.value)
|
|
3676
3723
|
}, [
|
|
3677
|
-
|
|
3724
|
+
R(c.$slots, "header")
|
|
3678
3725
|
], 2)) : I("", !0),
|
|
3679
|
-
|
|
3726
|
+
d("div", {
|
|
3680
3727
|
class: g(["grow", l.value])
|
|
3681
3728
|
}, [
|
|
3682
|
-
|
|
3729
|
+
R(c.$slots, "default")
|
|
3683
3730
|
], 2),
|
|
3684
|
-
c.$slots.footer ? (a(),
|
|
3731
|
+
c.$slots.footer ? (a(), m("div", {
|
|
3685
3732
|
key: 1,
|
|
3686
3733
|
class: g(o.value)
|
|
3687
3734
|
}, [
|
|
3688
|
-
|
|
3735
|
+
R(c.$slots, "footer")
|
|
3689
3736
|
], 2)) : I("", !0)
|
|
3690
3737
|
]),
|
|
3691
3738
|
_: 3
|
|
3692
3739
|
}, 40, ["class"]))
|
|
3693
3740
|
]));
|
|
3694
3741
|
}
|
|
3695
|
-
}),
|
|
3742
|
+
}), Ea = { class: "flex-shrink-0" }, Ua = /* @__PURE__ */ d("span", { class: "sr-only" }, "Dismiss", -1), nr = /* @__PURE__ */ P({
|
|
3696
3743
|
__name: "Alert",
|
|
3697
3744
|
props: {
|
|
3698
3745
|
color: { default: "success" },
|
|
@@ -3703,7 +3750,7 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3703
3750
|
},
|
|
3704
3751
|
emits: ["dismiss"],
|
|
3705
3752
|
setup(e) {
|
|
3706
|
-
const t = e, r = Ke(), s =
|
|
3753
|
+
const t = e, r = Ke(), s = f(() => !!r.description), o = f(() => {
|
|
3707
3754
|
if (t.customIcon)
|
|
3708
3755
|
return t.customIcon;
|
|
3709
3756
|
switch (t.color) {
|
|
@@ -3717,147 +3764,147 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3717
3764
|
default:
|
|
3718
3765
|
return ht;
|
|
3719
3766
|
}
|
|
3720
|
-
}), l =
|
|
3721
|
-
const
|
|
3767
|
+
}), l = f(() => {
|
|
3768
|
+
const p = [];
|
|
3722
3769
|
switch (t.size) {
|
|
3723
3770
|
case "xs":
|
|
3724
|
-
|
|
3771
|
+
p.push("p-1");
|
|
3725
3772
|
break;
|
|
3726
3773
|
case "default":
|
|
3727
3774
|
default:
|
|
3728
|
-
|
|
3775
|
+
p.push(s.value ? "p-3 sm:p-4" : "p-2");
|
|
3729
3776
|
break;
|
|
3730
3777
|
}
|
|
3731
3778
|
switch (t.color) {
|
|
3732
3779
|
case "success":
|
|
3733
|
-
|
|
3780
|
+
p.push("bg-success-lighter border-l-4 border-success");
|
|
3734
3781
|
break;
|
|
3735
3782
|
case "info":
|
|
3736
|
-
|
|
3783
|
+
p.push("bg-info-lighter border-l-4 border-info");
|
|
3737
3784
|
break;
|
|
3738
3785
|
case "danger":
|
|
3739
|
-
|
|
3786
|
+
p.push("bg-danger-lighter border-l-4 border-danger");
|
|
3740
3787
|
break;
|
|
3741
3788
|
case "warning":
|
|
3742
|
-
|
|
3789
|
+
p.push("bg-warning-lighter border-l-4 border-warning");
|
|
3743
3790
|
break;
|
|
3744
3791
|
}
|
|
3745
|
-
return
|
|
3746
|
-
}), h =
|
|
3747
|
-
const
|
|
3792
|
+
return p.join(" ");
|
|
3793
|
+
}), h = f(() => {
|
|
3794
|
+
const p = [];
|
|
3748
3795
|
if (s.value)
|
|
3749
|
-
|
|
3796
|
+
p.push("");
|
|
3750
3797
|
else
|
|
3751
|
-
switch (
|
|
3798
|
+
switch (p.push("items-center"), t.size) {
|
|
3752
3799
|
case "xs":
|
|
3753
|
-
|
|
3800
|
+
p.push("space-x-1");
|
|
3754
3801
|
break;
|
|
3755
3802
|
case "default":
|
|
3756
3803
|
default:
|
|
3757
|
-
|
|
3804
|
+
p.push("space-x-2");
|
|
3758
3805
|
break;
|
|
3759
3806
|
}
|
|
3760
|
-
return
|
|
3761
|
-
}), c =
|
|
3762
|
-
const
|
|
3763
|
-
switch (s.value ||
|
|
3807
|
+
return p.join(" ");
|
|
3808
|
+
}), c = f(() => {
|
|
3809
|
+
const p = ["grow"];
|
|
3810
|
+
switch (s.value || p.push("flex items-center space-x-2"), t.size) {
|
|
3764
3811
|
case "xs":
|
|
3765
|
-
|
|
3812
|
+
p.push("ml-1");
|
|
3766
3813
|
break;
|
|
3767
3814
|
case "default":
|
|
3768
3815
|
default:
|
|
3769
|
-
|
|
3816
|
+
p.push("ml-3");
|
|
3770
3817
|
break;
|
|
3771
3818
|
}
|
|
3772
|
-
return
|
|
3773
|
-
}), i =
|
|
3774
|
-
const
|
|
3819
|
+
return p.join(" ");
|
|
3820
|
+
}), i = f(() => {
|
|
3821
|
+
const p = [];
|
|
3775
3822
|
switch (t.size) {
|
|
3776
3823
|
case "xs":
|
|
3777
|
-
|
|
3824
|
+
p.push("text-xs");
|
|
3778
3825
|
break;
|
|
3779
3826
|
case "default":
|
|
3780
3827
|
default:
|
|
3781
|
-
|
|
3828
|
+
p.push("mt-1 sm:mt-2 text-xs sm:text-sm");
|
|
3782
3829
|
break;
|
|
3783
3830
|
}
|
|
3784
|
-
return
|
|
3785
|
-
}), u =
|
|
3831
|
+
return p.join(" ");
|
|
3832
|
+
}), u = f(() => {
|
|
3786
3833
|
var k;
|
|
3787
|
-
const
|
|
3788
|
-
s.value ||
|
|
3789
|
-
const
|
|
3834
|
+
const p = ["flex"];
|
|
3835
|
+
s.value || p.push("grow justify-end");
|
|
3836
|
+
const O = s.value && ((k = t.actions) == null ? void 0 : k.length);
|
|
3790
3837
|
switch (t.size) {
|
|
3791
3838
|
case "xs":
|
|
3792
|
-
|
|
3839
|
+
p.push("space-x-1"), O && p.push("mt-1");
|
|
3793
3840
|
break;
|
|
3794
3841
|
case "default":
|
|
3795
3842
|
default:
|
|
3796
|
-
|
|
3843
|
+
p.push("space-x-2"), O && p.push("mt-4");
|
|
3797
3844
|
break;
|
|
3798
3845
|
}
|
|
3799
|
-
return
|
|
3800
|
-
}), v =
|
|
3801
|
-
const
|
|
3846
|
+
return p.join(" ");
|
|
3847
|
+
}), v = f(() => {
|
|
3848
|
+
const p = [];
|
|
3802
3849
|
switch (t.color) {
|
|
3803
3850
|
case "success":
|
|
3804
|
-
|
|
3851
|
+
p.push("text-success-darker");
|
|
3805
3852
|
break;
|
|
3806
3853
|
case "info":
|
|
3807
|
-
|
|
3854
|
+
p.push("text-info-darker");
|
|
3808
3855
|
break;
|
|
3809
3856
|
case "danger":
|
|
3810
|
-
|
|
3857
|
+
p.push("text-danger-darker");
|
|
3811
3858
|
break;
|
|
3812
3859
|
case "warning":
|
|
3813
|
-
|
|
3860
|
+
p.push("text-warning-darker");
|
|
3814
3861
|
break;
|
|
3815
3862
|
}
|
|
3816
|
-
return
|
|
3817
|
-
}), b =
|
|
3818
|
-
const
|
|
3863
|
+
return p.join(" ");
|
|
3864
|
+
}), b = f(() => {
|
|
3865
|
+
const p = [];
|
|
3819
3866
|
switch (t.size) {
|
|
3820
3867
|
case "xs":
|
|
3821
|
-
|
|
3868
|
+
p.push("h-4 w-4"), p.push(s.value ? "mt-0.5" : "");
|
|
3822
3869
|
break;
|
|
3823
3870
|
case "default":
|
|
3824
3871
|
default:
|
|
3825
|
-
|
|
3872
|
+
p.push("h-5 w-5");
|
|
3826
3873
|
break;
|
|
3827
3874
|
}
|
|
3828
3875
|
switch (t.color) {
|
|
3829
3876
|
case "success":
|
|
3830
|
-
|
|
3877
|
+
p.push("text-success");
|
|
3831
3878
|
break;
|
|
3832
3879
|
case "info":
|
|
3833
|
-
|
|
3880
|
+
p.push("text-info");
|
|
3834
3881
|
break;
|
|
3835
3882
|
case "danger":
|
|
3836
|
-
|
|
3883
|
+
p.push("text-danger");
|
|
3837
3884
|
break;
|
|
3838
3885
|
case "warning":
|
|
3839
|
-
|
|
3886
|
+
p.push("text-warning");
|
|
3840
3887
|
break;
|
|
3841
3888
|
}
|
|
3842
|
-
return
|
|
3843
|
-
}), y =
|
|
3844
|
-
const
|
|
3889
|
+
return p.join(" ");
|
|
3890
|
+
}), y = f(() => {
|
|
3891
|
+
const p = [];
|
|
3845
3892
|
switch (t.color) {
|
|
3846
3893
|
case "success":
|
|
3847
|
-
|
|
3894
|
+
p.push("bg-success-lighter ring-success");
|
|
3848
3895
|
break;
|
|
3849
3896
|
case "info":
|
|
3850
|
-
|
|
3897
|
+
p.push("bg-info-lighter ring-info");
|
|
3851
3898
|
break;
|
|
3852
3899
|
case "danger":
|
|
3853
|
-
|
|
3900
|
+
p.push("bg-danger-lighter ring-danger");
|
|
3854
3901
|
break;
|
|
3855
3902
|
case "warning":
|
|
3856
|
-
|
|
3903
|
+
p.push("bg-warning-lighter ring-warning");
|
|
3857
3904
|
break;
|
|
3858
3905
|
}
|
|
3859
|
-
return
|
|
3860
|
-
}), x =
|
|
3906
|
+
return p.join(" ");
|
|
3907
|
+
}), x = f(() => {
|
|
3861
3908
|
switch (t.size) {
|
|
3862
3909
|
case "xs":
|
|
3863
3910
|
return "xs";
|
|
@@ -3866,65 +3913,65 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3866
3913
|
return "sm";
|
|
3867
3914
|
}
|
|
3868
3915
|
});
|
|
3869
|
-
return (
|
|
3916
|
+
return (p, O) => (a(), m("div", {
|
|
3870
3917
|
class: g(["rounded-md", [l.value, v.value]])
|
|
3871
3918
|
}, [
|
|
3872
|
-
|
|
3919
|
+
d("div", {
|
|
3873
3920
|
class: g(["flex", h.value])
|
|
3874
3921
|
}, [
|
|
3875
|
-
|
|
3876
|
-
(a(),
|
|
3922
|
+
d("div", Ea, [
|
|
3923
|
+
(a(), L(Q(o.value), {
|
|
3877
3924
|
class: g(b.value),
|
|
3878
3925
|
"aria-hidden": "true"
|
|
3879
3926
|
}, null, 8, ["class"]))
|
|
3880
3927
|
]),
|
|
3881
|
-
|
|
3928
|
+
d("div", {
|
|
3882
3929
|
class: g(c.value)
|
|
3883
3930
|
}, [
|
|
3884
|
-
|
|
3931
|
+
d("h3", {
|
|
3885
3932
|
class: g(["text-sm", [s.value ? "font-medium" : ""]])
|
|
3886
3933
|
}, [
|
|
3887
|
-
|
|
3934
|
+
R(p.$slots, "title", {}, () => [
|
|
3888
3935
|
D("Title")
|
|
3889
3936
|
])
|
|
3890
3937
|
], 2),
|
|
3891
|
-
s.value ? (a(),
|
|
3938
|
+
s.value ? (a(), m("div", {
|
|
3892
3939
|
key: 0,
|
|
3893
3940
|
class: g(i.value)
|
|
3894
3941
|
}, [
|
|
3895
|
-
|
|
3942
|
+
R(p.$slots, "description", {}, () => [
|
|
3896
3943
|
D(" Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquid pariatur, ipsum similique veniam. ")
|
|
3897
3944
|
])
|
|
3898
3945
|
], 2)) : I("", !0),
|
|
3899
|
-
|
|
3946
|
+
d("div", {
|
|
3900
3947
|
class: g(u.value)
|
|
3901
3948
|
}, [
|
|
3902
|
-
(a(!0),
|
|
3903
|
-
key:
|
|
3949
|
+
(a(!0), m(H, null, G(e.actions || [], (k, $) => (a(), L(oe, {
|
|
3950
|
+
key: $,
|
|
3904
3951
|
color: e.color,
|
|
3905
3952
|
size: x.value,
|
|
3906
3953
|
to: k.url,
|
|
3907
3954
|
external: k.externalUrl || !1,
|
|
3908
|
-
onClick: (B) => k.onClick || n(
|
|
3955
|
+
onClick: (B) => k.onClick || n(Xe)
|
|
3909
3956
|
}, {
|
|
3910
3957
|
default: M(() => [
|
|
3911
|
-
D(
|
|
3958
|
+
D(S(k.title), 1)
|
|
3912
3959
|
]),
|
|
3913
3960
|
_: 2
|
|
3914
3961
|
}, 1032, ["color", "size", "to", "external", "onClick"]))), 128))
|
|
3915
3962
|
], 2)
|
|
3916
3963
|
], 2),
|
|
3917
|
-
e.withDismiss ? (a(),
|
|
3964
|
+
e.withDismiss ? (a(), m("div", {
|
|
3918
3965
|
key: 0,
|
|
3919
3966
|
class: g(["flex", [s.value ? "items-start" : "items-center"]])
|
|
3920
3967
|
}, [
|
|
3921
|
-
|
|
3968
|
+
d("button", {
|
|
3922
3969
|
type: "button",
|
|
3923
3970
|
class: g(["inline-flex rounded-md focus:outline-none focus:ring-2", y.value]),
|
|
3924
|
-
onClick:
|
|
3971
|
+
onClick: O[0] || (O[0] = (k) => p.$emit("dismiss"))
|
|
3925
3972
|
}, [
|
|
3926
|
-
|
|
3927
|
-
|
|
3973
|
+
Ua,
|
|
3974
|
+
z(n(xe), {
|
|
3928
3975
|
class: "h-5 w-5",
|
|
3929
3976
|
"aria-hidden": "true"
|
|
3930
3977
|
})
|
|
@@ -3934,27 +3981,22 @@ const xa = ["disabled", "onClick"], Xo = /* @__PURE__ */ P({
|
|
|
3934
3981
|
], 2));
|
|
3935
3982
|
}
|
|
3936
3983
|
});
|
|
3937
|
-
function
|
|
3938
|
-
var
|
|
3939
|
-
const { get: t, initialState: r, readOptions: s, set: o, asyncRead: l = !0, debugging: h } = e, c = h == null ? void 0 : h.log, i = () => (new Error("Trace:").stack || "").substring(7), u = ((
|
|
3984
|
+
function ar(e) {
|
|
3985
|
+
var p, O;
|
|
3986
|
+
const { get: t, initialState: r, readOptions: s, set: o, asyncRead: l = !0, debugging: h } = e, c = h == null ? void 0 : h.log, i = () => (new Error("Trace:").stack || "").substring(7), u = ((O = (p = e.debugging) == null ? void 0 : p.log) == null ? void 0 : O.logger) || console.debug, v = c && !c.writesOnly ? () => {
|
|
3940
3987
|
const k = t();
|
|
3941
3988
|
return u(`debugging: '${c.name}' read`, k, i()), k;
|
|
3942
|
-
} : t, b = c && !c.readsOnly ? (k) => (u(`debugging: '${c.name}' written to`, k, i()), o(k)) : o, y = l ? ys(v, r, s) :
|
|
3989
|
+
} : t, b = c && !c.readsOnly ? (k) => (u(`debugging: '${c.name}' written to`, k, i()), o(k)) : o, y = l ? ys(v, r, s) : f(v), x = f(() => y.value);
|
|
3943
3990
|
return x.update = b, x;
|
|
3944
3991
|
}
|
|
3945
|
-
const
|
|
3946
|
-
let e, t;
|
|
3947
|
-
return { promise: new Promise((l, h) => {
|
|
3948
|
-
e = l, t = h;
|
|
3949
|
-
}), resolve: (...l) => e(...l), reject: (...l) => t(...l) };
|
|
3950
|
-
}, Da = /* @__PURE__ */ P({
|
|
3992
|
+
const qa = /* @__PURE__ */ P({
|
|
3951
3993
|
__name: "ContextManager",
|
|
3952
3994
|
setup(e, { expose: t }) {
|
|
3953
3995
|
const s = Tt().provides, o = Object.getOwnPropertySymbols(s).find(
|
|
3954
3996
|
(y) => y.description === "ComboboxContext"
|
|
3955
3997
|
);
|
|
3956
3998
|
o || console.error("FormTagsContextManager ctx key not found!");
|
|
3957
|
-
const l =
|
|
3999
|
+
const l = _t(o || "__undefined");
|
|
3958
4000
|
return l || console.error("FormTagsContextManager ctx not found!"), t({ goUp: () => {
|
|
3959
4001
|
l == null || l.goToOption(1);
|
|
3960
4002
|
}, goDown: () => {
|
|
@@ -3965,15 +4007,15 @@ const sr = () => {
|
|
|
3965
4007
|
l == null || l.closeCombobox();
|
|
3966
4008
|
}, selectActive: () => {
|
|
3967
4009
|
l == null || l.selectActiveOption();
|
|
3968
|
-
}, isOpen: () => (l == null ? void 0 : l.comboboxState.value) === 0 }), (y, x) =>
|
|
4010
|
+
}, isOpen: () => (l == null ? void 0 : l.comboboxState.value) === 0 }), (y, x) => R(y.$slots, "default");
|
|
3969
4011
|
}
|
|
3970
|
-
}),
|
|
4012
|
+
}), Wa = ["for"], Ha = ["disabled", "placeholder"], Ka = /* @__PURE__ */ d("span", { class: "text-xs sr-only" }, "Clear input", -1), Ga = { key: 1 }, Za = /* @__PURE__ */ d("div", { class: "text-foreground-2 text-center" }, [
|
|
3971
4013
|
/* @__PURE__ */ D(" Press "),
|
|
3972
|
-
/* @__PURE__ */
|
|
4014
|
+
/* @__PURE__ */ d("strong", null, "Enter"),
|
|
3973
4015
|
/* @__PURE__ */ D(" to create tag ⚡ ")
|
|
3974
|
-
], -1),
|
|
3975
|
-
|
|
3976
|
-
],
|
|
4016
|
+
], -1), Xa = [
|
|
4017
|
+
Za
|
|
4018
|
+
], Na = ["id"], or = /* @__PURE__ */ P({
|
|
3977
4019
|
__name: "Tags",
|
|
3978
4020
|
props: {
|
|
3979
4021
|
name: null,
|
|
@@ -3997,7 +4039,7 @@ const sr = () => {
|
|
|
3997
4039
|
},
|
|
3998
4040
|
emits: ["update:modelValue", "change", "clear"],
|
|
3999
4041
|
setup(e, { expose: t, emit: r }) {
|
|
4000
|
-
const s = (
|
|
4042
|
+
const s = (T) => T.type === "input", o = r, l = e, h = V(null), { focused: c } = xs(h), i = V(
|
|
4001
4043
|
null
|
|
4002
4044
|
), {
|
|
4003
4045
|
coreInputClasses: u,
|
|
@@ -4005,12 +4047,12 @@ const sr = () => {
|
|
|
4005
4047
|
labelClasses: b,
|
|
4006
4048
|
title: y,
|
|
4007
4049
|
helpTip: x,
|
|
4008
|
-
helpTipId:
|
|
4009
|
-
hideHelpTip:
|
|
4050
|
+
helpTipId: p,
|
|
4051
|
+
hideHelpTip: O,
|
|
4010
4052
|
helpTipClasses: k,
|
|
4011
|
-
errorMessage:
|
|
4053
|
+
errorMessage: $,
|
|
4012
4054
|
clear: B,
|
|
4013
|
-
value:
|
|
4055
|
+
value: j
|
|
4014
4056
|
} = Je({
|
|
4015
4057
|
props: ae(l),
|
|
4016
4058
|
emit: o,
|
|
@@ -4018,12 +4060,12 @@ const sr = () => {
|
|
|
4018
4060
|
// options: {
|
|
4019
4061
|
// customClear: () => (selectedItems.value = [])
|
|
4020
4062
|
// }
|
|
4021
|
-
}), A =
|
|
4022
|
-
get: () =>
|
|
4023
|
-
set: (
|
|
4024
|
-
|
|
4063
|
+
}), A = V([]), w = V(!1), E = V(!1), q = V(""), U = f({
|
|
4064
|
+
get: () => j.value || [],
|
|
4065
|
+
set: (T) => {
|
|
4066
|
+
j.value = Rt(T).filter((F) => !!F.length);
|
|
4025
4067
|
}
|
|
4026
|
-
}), Ae =
|
|
4068
|
+
}), Ae = f(() => {
|
|
4027
4069
|
switch (l.size) {
|
|
4028
4070
|
case "sm":
|
|
4029
4071
|
return "h-6";
|
|
@@ -4035,100 +4077,100 @@ const sr = () => {
|
|
|
4035
4077
|
default:
|
|
4036
4078
|
return "h-8";
|
|
4037
4079
|
}
|
|
4038
|
-
}), re =
|
|
4039
|
-
const
|
|
4080
|
+
}), re = f(() => l.showClear && !!U.value.length), Pe = f(() => {
|
|
4081
|
+
const T = [
|
|
4040
4082
|
v.value,
|
|
4041
4083
|
l.disabled ? "cursor-not-allowed !bg-foundation-disabled !text-disabled-muted" : ""
|
|
4042
4084
|
];
|
|
4043
|
-
return re.value && (
|
|
4044
|
-
}), je = (
|
|
4085
|
+
return re.value && ($.value || l.showRequired) ? T.push("pr-14") : (re.value || $.value || l.showRequired) && T.push("pr-8"), $.value ? (T.push("border-2 border-danger text-danger-darker"), c.value && T.push("ring-1 ring-danger")) : (T.push("border-2 border-transparent"), c.value && T.push("ring-2 ring-outline-2")), T.join(" ");
|
|
4086
|
+
}), je = (T) => {
|
|
4045
4087
|
if (l.disabled)
|
|
4046
4088
|
return;
|
|
4047
|
-
const
|
|
4048
|
-
if (
|
|
4049
|
-
const
|
|
4050
|
-
|
|
4089
|
+
const F = U.value.indexOf(T);
|
|
4090
|
+
if (F !== -1) {
|
|
4091
|
+
const _ = U.value.slice();
|
|
4092
|
+
_.splice(F, 1), U.value = _;
|
|
4051
4093
|
}
|
|
4052
4094
|
}, me = () => {
|
|
4053
|
-
var
|
|
4054
|
-
(
|
|
4055
|
-
}, te = (
|
|
4056
|
-
if (
|
|
4095
|
+
var T;
|
|
4096
|
+
(T = h.value) == null || T.blur(), E.value = !1;
|
|
4097
|
+
}, te = (T) => {
|
|
4098
|
+
if (T.key !== "Backspace" || q.value.length)
|
|
4057
4099
|
return;
|
|
4058
|
-
const
|
|
4059
|
-
|
|
4100
|
+
const F = U.value.slice();
|
|
4101
|
+
F.pop(), U.value = F, E.value = !1;
|
|
4060
4102
|
}, fe = () => {
|
|
4061
|
-
var
|
|
4062
|
-
(
|
|
4063
|
-
},
|
|
4064
|
-
var
|
|
4065
|
-
(
|
|
4103
|
+
var T, F, _;
|
|
4104
|
+
(T = i.value) != null && T.isOpen() ? (F = i.value) == null || F.goUp() : (_ = i.value) == null || _.open();
|
|
4105
|
+
}, Z = () => {
|
|
4106
|
+
var T, F, _;
|
|
4107
|
+
(T = i.value) != null && T.isOpen() ? (F = i.value) == null || F.goDown() : (_ = i.value) == null || _.open();
|
|
4066
4108
|
}, he = async () => {
|
|
4067
4109
|
l.getAutocompleteItems && (w.value = !0, A.value = await Promise.resolve(
|
|
4068
|
-
l.getAutocompleteItems(
|
|
4110
|
+
l.getAutocompleteItems(q.value)
|
|
4069
4111
|
), w.value = !1);
|
|
4070
|
-
}, Te =
|
|
4112
|
+
}, Te = Ze(he, 1e3), _e = () => {
|
|
4071
4113
|
w.value = !0, Te();
|
|
4072
|
-
}, ke = (
|
|
4073
|
-
var
|
|
4074
|
-
if (s(
|
|
4114
|
+
}, ke = (T, F) => {
|
|
4115
|
+
var X, se;
|
|
4116
|
+
if (s(T) ? T.data === " " || T.data === "," || T.data === ";" : !0) {
|
|
4075
4117
|
let we = !1;
|
|
4076
|
-
if ((
|
|
4118
|
+
if ((X = i.value) != null && X.isOpen() && A.value.length && !F)
|
|
4077
4119
|
(se = i.value) == null || se.selectActive(), we = !0;
|
|
4078
4120
|
else {
|
|
4079
|
-
const
|
|
4080
|
-
|
|
4121
|
+
const C = q.value.trim().substring(0, q.value.length - (s(T) ? 1 : 0)), K = U.value.includes(C);
|
|
4122
|
+
C.length > 0 && !K && (U.value = [...U.value, C], we = !0);
|
|
4081
4123
|
}
|
|
4082
|
-
we && (
|
|
4124
|
+
we && (q.value = "", E.value = !1);
|
|
4083
4125
|
} else
|
|
4084
|
-
E.value = !!
|
|
4126
|
+
E.value = !!q.value.length;
|
|
4085
4127
|
};
|
|
4086
|
-
return ce(E, (
|
|
4087
|
-
var
|
|
4088
|
-
|
|
4089
|
-
}), ce(
|
|
4090
|
-
|
|
4128
|
+
return ce(E, (T, F) => {
|
|
4129
|
+
var _, X;
|
|
4130
|
+
T && !F ? l.getAutocompleteItems && ((_ = i.value) == null || _.open()) : !T && F && ((X = i.value) == null || X.close());
|
|
4131
|
+
}), ce(q, () => {
|
|
4132
|
+
_e();
|
|
4091
4133
|
}), ee(() => {
|
|
4092
4134
|
he();
|
|
4093
|
-
}), t({ resolveAutocompleteItems: he }), (
|
|
4135
|
+
}), t({ resolveAutocompleteItems: he }), (T, F) => (a(), L(n(_s), {
|
|
4094
4136
|
modelValue: U.value,
|
|
4095
|
-
"onUpdate:modelValue":
|
|
4137
|
+
"onUpdate:modelValue": F[5] || (F[5] = (_) => U.value = _),
|
|
4096
4138
|
as: "div",
|
|
4097
4139
|
multiple: "",
|
|
4098
4140
|
clearable: "",
|
|
4099
4141
|
class: g([e.wrapperClasses])
|
|
4100
4142
|
}, {
|
|
4101
4143
|
default: M(() => [
|
|
4102
|
-
|
|
4144
|
+
z(qa, {
|
|
4103
4145
|
ref_key: "ctxManager",
|
|
4104
4146
|
ref: i
|
|
4105
4147
|
}, {
|
|
4106
4148
|
default: M(() => [
|
|
4107
|
-
|
|
4149
|
+
d("label", {
|
|
4108
4150
|
for: e.name,
|
|
4109
4151
|
class: g(n(b))
|
|
4110
4152
|
}, [
|
|
4111
|
-
|
|
4112
|
-
], 10,
|
|
4113
|
-
|
|
4153
|
+
d("span", null, S(n(y)), 1)
|
|
4154
|
+
], 10, Wa),
|
|
4155
|
+
d("div", {
|
|
4114
4156
|
class: g(["relative flex flex-wrap items-center space-x-1 px-2 py-1", Pe.value])
|
|
4115
4157
|
}, [
|
|
4116
|
-
(a(!0),
|
|
4117
|
-
key:
|
|
4158
|
+
(a(!0), m(H, null, G(U.value, (_) => (a(), L(Qe, {
|
|
4159
|
+
key: _,
|
|
4118
4160
|
"icon-left": e.disabled ? void 0 : n(xe),
|
|
4119
4161
|
"clickable-icon": "",
|
|
4120
4162
|
size: "lg",
|
|
4121
|
-
onClickIcon: () => je(
|
|
4163
|
+
onClickIcon: () => je(_)
|
|
4122
4164
|
}, {
|
|
4123
4165
|
default: M(() => [
|
|
4124
|
-
D(
|
|
4166
|
+
D(S(_), 1)
|
|
4125
4167
|
]),
|
|
4126
4168
|
_: 2
|
|
4127
4169
|
}, 1032, ["icon-left", "onClickIcon"]))), 128)),
|
|
4128
|
-
ue(
|
|
4170
|
+
ue(d("input", {
|
|
4129
4171
|
ref_key: "inputEl",
|
|
4130
4172
|
ref: h,
|
|
4131
|
-
"onUpdate:modelValue":
|
|
4173
|
+
"onUpdate:modelValue": F[0] || (F[0] = (_) => q.value = _),
|
|
4132
4174
|
disabled: e.disabled,
|
|
4133
4175
|
class: g(["bg-transparent grow shrink border-0 focus:ring-0 p-0", [n(u), Ae.value]]),
|
|
4134
4176
|
style: { "flex-basis": "70px", "min-width": "70px" },
|
|
@@ -4136,84 +4178,84 @@ const sr = () => {
|
|
|
4136
4178
|
onInput: ke,
|
|
4137
4179
|
onKeydown: [
|
|
4138
4180
|
ve(me, ["escape"]),
|
|
4139
|
-
|
|
4181
|
+
F[1] || (F[1] = ve(pe((_) => ke(_, !0), ["stop", "prevent"]), ["enter"])),
|
|
4140
4182
|
ve(ke, ["tab"]),
|
|
4141
4183
|
ve(te, ["backspace"]),
|
|
4142
4184
|
ve(fe, ["arrow-up"]),
|
|
4143
|
-
ve(
|
|
4185
|
+
ve(Z, ["arrow-down"])
|
|
4144
4186
|
],
|
|
4145
|
-
onBlur:
|
|
4146
|
-
}, null, 42,
|
|
4147
|
-
[He,
|
|
4187
|
+
onBlur: F[2] || (F[2] = (_) => E.value = !1)
|
|
4188
|
+
}, null, 42, Ha), [
|
|
4189
|
+
[He, q.value]
|
|
4148
4190
|
]),
|
|
4149
|
-
re.value ? (a(),
|
|
4191
|
+
re.value ? (a(), m("a", {
|
|
4150
4192
|
key: 0,
|
|
4151
4193
|
title: "Clear input",
|
|
4152
4194
|
class: "absolute top-2 right-0 flex items-center pr-2 cursor-pointer",
|
|
4153
|
-
onClick:
|
|
4154
|
-
(...
|
|
4155
|
-
onKeydown:
|
|
4156
|
-
(...
|
|
4195
|
+
onClick: F[3] || (F[3] = //@ts-ignore
|
|
4196
|
+
(..._) => n(B) && n(B)(..._)),
|
|
4197
|
+
onKeydown: F[4] || (F[4] = //@ts-ignore
|
|
4198
|
+
(..._) => n(B) && n(B)(..._))
|
|
4157
4199
|
}, [
|
|
4158
|
-
|
|
4159
|
-
|
|
4200
|
+
Ka,
|
|
4201
|
+
z(n(xe), {
|
|
4160
4202
|
class: "h-5 w-5 text-foreground",
|
|
4161
4203
|
"aria-hidden": "true"
|
|
4162
4204
|
})
|
|
4163
4205
|
], 32)) : I("", !0),
|
|
4164
|
-
n(
|
|
4206
|
+
n($) ? (a(), m("div", {
|
|
4165
4207
|
key: 1,
|
|
4166
4208
|
class: g([
|
|
4167
4209
|
"pointer-events-none absolute top-[10px] right-0 flex items-center",
|
|
4168
4210
|
re.value ? "pr-8" : "pr-2"
|
|
4169
4211
|
])
|
|
4170
4212
|
}, [
|
|
4171
|
-
|
|
4213
|
+
z(n(Ve), {
|
|
4172
4214
|
class: "h-4 w-4 text-danger",
|
|
4173
4215
|
"aria-hidden": "true"
|
|
4174
4216
|
})
|
|
4175
4217
|
], 2)) : I("", !0),
|
|
4176
|
-
e.showRequired && !n(
|
|
4218
|
+
e.showRequired && !n($) ? (a(), m("div", {
|
|
4177
4219
|
key: 2,
|
|
4178
4220
|
class: g(["pointer-events-none absolute top-[2px] text-4xl right-0 flex items-center text-danger opacity-50", re.value ? "pr-8" : "pr-2"])
|
|
4179
4221
|
}, " * ", 2)) : I("", !0)
|
|
4180
4222
|
], 2),
|
|
4181
|
-
|
|
4223
|
+
z(n(vt), {
|
|
4182
4224
|
leave: "transition ease-in duration-100",
|
|
4183
4225
|
"leave-from": "opacity-100",
|
|
4184
4226
|
"leave-to": "opacity-0",
|
|
4185
4227
|
class: "relative px-0.5"
|
|
4186
4228
|
}, {
|
|
4187
4229
|
default: M(() => [
|
|
4188
|
-
|
|
4230
|
+
z(n(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" }, {
|
|
4189
4231
|
default: M(() => [
|
|
4190
|
-
w.value ? (a(),
|
|
4232
|
+
w.value ? (a(), m("div", {
|
|
4191
4233
|
key: 0,
|
|
4192
4234
|
class: g(["px-1", A.value.length ? "mb-1" : ""])
|
|
4193
4235
|
}, [
|
|
4194
|
-
|
|
4236
|
+
z(et, { loading: !0 })
|
|
4195
4237
|
], 2)) : I("", !0),
|
|
4196
|
-
!A.value.length && !w.value ? (a(),
|
|
4197
|
-
A.value.length ? (a(!0),
|
|
4198
|
-
key:
|
|
4238
|
+
!A.value.length && !w.value ? (a(), m("div", Ga, Xa)) : I("", !0),
|
|
4239
|
+
A.value.length ? (a(!0), m(H, { key: 2 }, G(A.value, (_) => (a(), L(n(Rs), {
|
|
4240
|
+
key: _,
|
|
4199
4241
|
as: "template",
|
|
4200
|
-
value:
|
|
4242
|
+
value: _
|
|
4201
4243
|
}, {
|
|
4202
|
-
default: M(({ selected:
|
|
4203
|
-
|
|
4244
|
+
default: M(({ selected: X, active: se }) => [
|
|
4245
|
+
d("li", {
|
|
4204
4246
|
class: g(["relative cursor-pointer select-none py-1.5 pl-3", {
|
|
4205
4247
|
"text-primary": se,
|
|
4206
4248
|
"text-foreground": !se
|
|
4207
4249
|
}])
|
|
4208
4250
|
}, [
|
|
4209
|
-
|
|
4210
|
-
class: g(["block truncate", { "font-medium":
|
|
4211
|
-
},
|
|
4212
|
-
|
|
4251
|
+
d("span", {
|
|
4252
|
+
class: g(["block truncate", { "font-medium": X, "font-normal": !X }])
|
|
4253
|
+
}, S(_), 3),
|
|
4254
|
+
X ? (a(), m("span", {
|
|
4213
4255
|
key: 0,
|
|
4214
4256
|
class: g(["absolute inset-y-0 right-0 flex items-center pr-4", { "text-primary": se, "text-foreground": !se }])
|
|
4215
4257
|
}, [
|
|
4216
|
-
|
|
4258
|
+
z(n(mt), {
|
|
4217
4259
|
class: "h-5 w-5",
|
|
4218
4260
|
"aria-hidden": "true"
|
|
4219
4261
|
})
|
|
@@ -4228,11 +4270,11 @@ const sr = () => {
|
|
|
4228
4270
|
]),
|
|
4229
4271
|
_: 1
|
|
4230
4272
|
}),
|
|
4231
|
-
n(
|
|
4273
|
+
n(p) && !n(O) ? (a(), m("p", {
|
|
4232
4274
|
key: 0,
|
|
4233
|
-
id: n(
|
|
4275
|
+
id: n(p),
|
|
4234
4276
|
class: g(n(k))
|
|
4235
|
-
},
|
|
4277
|
+
}, S(n(x)), 11, Na)) : I("", !0)
|
|
4236
4278
|
]),
|
|
4237
4279
|
_: 1
|
|
4238
4280
|
}, 512)
|
|
@@ -4242,7 +4284,7 @@ const sr = () => {
|
|
|
4242
4284
|
}
|
|
4243
4285
|
});
|
|
4244
4286
|
function $t(e) {
|
|
4245
|
-
const { props: t } = e, r =
|
|
4287
|
+
const { props: t } = e, r = f(() => {
|
|
4246
4288
|
var i;
|
|
4247
4289
|
switch ((i = t.size) == null ? void 0 : i.value) {
|
|
4248
4290
|
case "xs":
|
|
@@ -4261,7 +4303,7 @@ function $t(e) {
|
|
|
4261
4303
|
default:
|
|
4262
4304
|
return "h-8";
|
|
4263
4305
|
}
|
|
4264
|
-
}), s =
|
|
4306
|
+
}), s = f(() => {
|
|
4265
4307
|
var i;
|
|
4266
4308
|
switch ((i = t.size) == null ? void 0 : i.value) {
|
|
4267
4309
|
case "xs":
|
|
@@ -4280,7 +4322,7 @@ function $t(e) {
|
|
|
4280
4322
|
default:
|
|
4281
4323
|
return "w-8";
|
|
4282
4324
|
}
|
|
4283
|
-
}), o =
|
|
4325
|
+
}), o = f(() => {
|
|
4284
4326
|
var i;
|
|
4285
4327
|
switch ((i = t.size) == null ? void 0 : i.value) {
|
|
4286
4328
|
case "xs":
|
|
@@ -4299,7 +4341,7 @@ function $t(e) {
|
|
|
4299
4341
|
default:
|
|
4300
4342
|
return "text-sm";
|
|
4301
4343
|
}
|
|
4302
|
-
}), l =
|
|
4344
|
+
}), l = f(() => {
|
|
4303
4345
|
var i;
|
|
4304
4346
|
switch ((i = t.size) == null ? void 0 : i.value) {
|
|
4305
4347
|
case "xs":
|
|
@@ -4318,15 +4360,15 @@ function $t(e) {
|
|
|
4318
4360
|
default:
|
|
4319
4361
|
return "w-4 h-4";
|
|
4320
4362
|
}
|
|
4321
|
-
}), h =
|
|
4363
|
+
}), h = f(
|
|
4322
4364
|
() => `${s.value} ${r.value} ${o.value}`
|
|
4323
4365
|
);
|
|
4324
4366
|
return { heightClasses: r, widthClasses: s, sizeClasses: h, iconClasses: l };
|
|
4325
4367
|
}
|
|
4326
|
-
const
|
|
4368
|
+
const Qa = {
|
|
4327
4369
|
key: 1,
|
|
4328
4370
|
class: "flex h-full w-full select-none items-center justify-center"
|
|
4329
|
-
},
|
|
4371
|
+
}, Ja = { key: 2 }, Ue = /* @__PURE__ */ P({
|
|
4330
4372
|
__name: "Avatar",
|
|
4331
4373
|
props: {
|
|
4332
4374
|
user: { default: null },
|
|
@@ -4337,14 +4379,14 @@ const Xa = {
|
|
|
4337
4379
|
noBg: { type: Boolean }
|
|
4338
4380
|
},
|
|
4339
4381
|
setup(e) {
|
|
4340
|
-
const t = e, { sizeClasses: r, iconClasses: s } = $t({ props: ae(t) }), o =
|
|
4341
|
-
var y, x,
|
|
4382
|
+
const t = e, { sizeClasses: r, iconClasses: s } = $t({ props: ae(t) }), o = f(() => {
|
|
4383
|
+
var y, x, p;
|
|
4342
4384
|
if (!((y = t.user) != null && y.name.length))
|
|
4343
4385
|
return;
|
|
4344
|
-
const u = t.user.name.split(" "), v = ((x = u[0]) == null ? void 0 : x[0]) || "", b = ((
|
|
4386
|
+
const u = t.user.name.split(" "), v = ((x = u[0]) == null ? void 0 : x[0]) || "", b = ((p = u[1]) == null ? void 0 : p[0]) || "";
|
|
4345
4387
|
return t.size === "sm" || t.size === "xs" ? v : v + b;
|
|
4346
|
-
}), l =
|
|
4347
|
-
return (u, v) => (a(),
|
|
4388
|
+
}), l = f(() => t.noBorder ? "" : "border-2 border-foundation"), h = f(() => t.noBg ? "" : "bg-primary"), c = f(() => t.hoverEffect ? "hover:border-primary focus:border-primary active:scale-95" : ""), i = f(() => t.active ? "border-primary" : "");
|
|
4389
|
+
return (u, v) => (a(), m("div", {
|
|
4348
4390
|
class: g([
|
|
4349
4391
|
"text-foreground-on-primary flex shrink-0 items-center justify-center overflow-hidden rounded-full font-semibold uppercase transition",
|
|
4350
4392
|
n(r),
|
|
@@ -4354,24 +4396,24 @@ const Xa = {
|
|
|
4354
4396
|
i.value
|
|
4355
4397
|
])
|
|
4356
4398
|
}, [
|
|
4357
|
-
|
|
4399
|
+
R(u.$slots, "default", {}, () => {
|
|
4358
4400
|
var b;
|
|
4359
4401
|
return [
|
|
4360
|
-
(b = e.user) != null && b.avatar ? (a(),
|
|
4402
|
+
(b = e.user) != null && b.avatar ? (a(), m("div", {
|
|
4361
4403
|
key: 0,
|
|
4362
4404
|
class: "h-full w-full bg-cover bg-center bg-no-repeat",
|
|
4363
4405
|
style: Y({ backgroundImage: `url('${e.user.avatar}')` })
|
|
4364
|
-
}, null, 4)) : o.value ? (a(),
|
|
4365
|
-
|
|
4406
|
+
}, null, 4)) : o.value ? (a(), m("div", Qa, S(o.value), 1)) : (a(), m("div", Ja, [
|
|
4407
|
+
z(n(Gt), {
|
|
4366
4408
|
class: g(n(s))
|
|
4367
4409
|
}, null, 8, ["class"])
|
|
4368
4410
|
]))
|
|
4369
4411
|
];
|
|
4370
4412
|
}),
|
|
4371
|
-
|
|
4413
|
+
R(u.$slots, "absolute-anchor")
|
|
4372
4414
|
], 2));
|
|
4373
4415
|
}
|
|
4374
|
-
}),
|
|
4416
|
+
}), rr = /* @__PURE__ */ P({
|
|
4375
4417
|
__name: "AvatarGroup",
|
|
4376
4418
|
props: {
|
|
4377
4419
|
users: { default: () => [] },
|
|
@@ -4380,51 +4422,51 @@ const Xa = {
|
|
|
4380
4422
|
maxCount: { default: void 0 }
|
|
4381
4423
|
},
|
|
4382
4424
|
setup(e) {
|
|
4383
|
-
const t = e, r =
|
|
4425
|
+
const t = e, r = V(null), s = V(null), { hiddenItemCount: o } = kt({
|
|
4384
4426
|
elementToWatchForChanges: r,
|
|
4385
4427
|
itemContainer: s,
|
|
4386
4428
|
trackResize: !0,
|
|
4387
4429
|
trackMutations: !0
|
|
4388
|
-
}), { heightClasses: l } = $t({ props: ae(t) }), h =
|
|
4430
|
+
}), { heightClasses: l } = $t({ props: ae(t) }), h = f(() => t.maxCount ? Math.max(t.users.length - t.maxCount, 0) : 0), c = f(
|
|
4389
4431
|
() => o.value + h.value
|
|
4390
|
-
), i =
|
|
4432
|
+
), i = f(
|
|
4391
4433
|
() => t.maxCount ? t.users.slice(0, t.maxCount) : t.users
|
|
4392
4434
|
);
|
|
4393
|
-
return (u, v) => (a(),
|
|
4435
|
+
return (u, v) => (a(), m("div", {
|
|
4394
4436
|
ref_key: "elementToWatchForChanges",
|
|
4395
4437
|
ref: r,
|
|
4396
4438
|
class: g(`flex ${e.overlap ? "-space-x-2" : ""}`)
|
|
4397
4439
|
}, [
|
|
4398
|
-
|
|
4440
|
+
d("div", {
|
|
4399
4441
|
ref_key: "itemContainer",
|
|
4400
4442
|
ref: s,
|
|
4401
4443
|
class: g(`flex flex-wrap overflow-hidden ${e.overlap ? "-space-x-2 " : ""} ${n(l)}`)
|
|
4402
4444
|
}, [
|
|
4403
|
-
(a(!0),
|
|
4445
|
+
(a(!0), m(H, null, G(i.value, (b, y) => (a(), L(Ue, {
|
|
4404
4446
|
key: b.id || y,
|
|
4405
4447
|
user: b,
|
|
4406
4448
|
size: e.size
|
|
4407
4449
|
}, null, 8, ["user", "size"]))), 128))
|
|
4408
4450
|
], 2),
|
|
4409
|
-
c.value ? (a(),
|
|
4451
|
+
c.value ? (a(), L(Ue, {
|
|
4410
4452
|
key: 0,
|
|
4411
4453
|
size: e.size
|
|
4412
4454
|
}, {
|
|
4413
4455
|
default: M(() => [
|
|
4414
|
-
D(" +" +
|
|
4456
|
+
D(" +" + S(c.value), 1)
|
|
4415
4457
|
]),
|
|
4416
4458
|
_: 1
|
|
4417
4459
|
}, 8, ["size"])) : I("", !0)
|
|
4418
4460
|
], 2));
|
|
4419
4461
|
}
|
|
4420
|
-
}),
|
|
4462
|
+
}), Ya = /* @__PURE__ */ P({
|
|
4421
4463
|
__name: "Icon",
|
|
4422
4464
|
props: {
|
|
4423
4465
|
loading: { type: Boolean, default: !0 },
|
|
4424
4466
|
size: { default: "base" }
|
|
4425
4467
|
},
|
|
4426
4468
|
setup(e) {
|
|
4427
|
-
const t = e, r =
|
|
4469
|
+
const t = e, r = f(() => {
|
|
4428
4470
|
const s = ["text-primary transition-all animate-spin"];
|
|
4429
4471
|
switch (s.push(t.loading ? "opacity-100" : "opacity-0"), t.size) {
|
|
4430
4472
|
case "base":
|
|
@@ -4439,19 +4481,19 @@ const Xa = {
|
|
|
4439
4481
|
}
|
|
4440
4482
|
return s.join(" ");
|
|
4441
4483
|
});
|
|
4442
|
-
return (s, o) => (a(),
|
|
4484
|
+
return (s, o) => (a(), L(n(dt), {
|
|
4443
4485
|
class: g(r.value)
|
|
4444
4486
|
}, null, 8, ["class"]));
|
|
4445
4487
|
}
|
|
4446
|
-
}),
|
|
4488
|
+
}), eo = { class: "flex flex-col items-center space-y-2" }, to = {
|
|
4447
4489
|
key: 1,
|
|
4448
4490
|
class: "relative group"
|
|
4449
|
-
},
|
|
4491
|
+
}, so = { class: "opacity-0 transition-all absolute group-hover:opacity-100 inset-0 flex items-end justify-center bottom-4" }, lo = {
|
|
4450
4492
|
key: 2,
|
|
4451
4493
|
class: "w-full text-center text-danger text-sm"
|
|
4452
|
-
},
|
|
4494
|
+
}, ir = /* @__PURE__ */ P({
|
|
4453
4495
|
__name: "AvatarEditable",
|
|
4454
|
-
props: /* @__PURE__ */
|
|
4496
|
+
props: /* @__PURE__ */ Se({
|
|
4455
4497
|
modelValue: null,
|
|
4456
4498
|
placeholder: null,
|
|
4457
4499
|
name: null,
|
|
@@ -4464,17 +4506,17 @@ const Xa = {
|
|
|
4464
4506
|
editMode: { type: Boolean, local: !0 },
|
|
4465
4507
|
editModeModifiers: {}
|
|
4466
4508
|
}),
|
|
4467
|
-
emits: /* @__PURE__ */
|
|
4509
|
+
emits: /* @__PURE__ */ Se(["save", "update:modelValue"], ["update:editMode"]),
|
|
4468
4510
|
setup(e, { expose: t, emit: r }) {
|
|
4469
|
-
const s =
|
|
4511
|
+
const s = Ft({
|
|
4470
4512
|
loader: () => import("./AvatarEditor-ce4e7960.js"),
|
|
4471
|
-
loadingComponent:
|
|
4513
|
+
loadingComponent: Ya,
|
|
4472
4514
|
delay: 100
|
|
4473
|
-
}), o = r, l = e, { value: h, errorMessage: c } =
|
|
4515
|
+
}), o = r, l = e, { value: h, errorMessage: c } = Be(l.name, l.rules, {
|
|
4474
4516
|
validateOnMount: l.validateOnMount,
|
|
4475
4517
|
validateOnValueUpdate: l.validateOnValueUpdate,
|
|
4476
4518
|
initialValue: l.modelValue || void 0
|
|
4477
|
-
}), i = Ge(e, "editMode"), u =
|
|
4519
|
+
}), i = Ge(e, "editMode"), u = f(
|
|
4478
4520
|
() => ({
|
|
4479
4521
|
avatar: h.value,
|
|
4480
4522
|
name: l.placeholder
|
|
@@ -4482,24 +4524,24 @@ const Xa = {
|
|
|
4482
4524
|
), v = (x) => {
|
|
4483
4525
|
h.value = x, o("save", x);
|
|
4484
4526
|
};
|
|
4485
|
-
return t({ open: () => i.value = !0, close: () => i.value = !1 }), (x,
|
|
4486
|
-
i.value ? (a(),
|
|
4527
|
+
return t({ open: () => i.value = !0, close: () => i.value = !1 }), (x, p) => (a(), m("div", eo, [
|
|
4528
|
+
i.value ? (a(), L(n(s), {
|
|
4487
4529
|
key: 0,
|
|
4488
4530
|
user: u.value,
|
|
4489
4531
|
disabled: e.disabled,
|
|
4490
4532
|
size: e.size,
|
|
4491
|
-
onCancel:
|
|
4533
|
+
onCancel: p[0] || (p[0] = (O) => i.value = !1),
|
|
4492
4534
|
onSave: v
|
|
4493
|
-
}, null, 8, ["user", "disabled", "size"])) : (a(),
|
|
4494
|
-
|
|
4535
|
+
}, null, 8, ["user", "disabled", "size"])) : (a(), m("div", to, [
|
|
4536
|
+
z(Ue, {
|
|
4495
4537
|
user: u.value,
|
|
4496
4538
|
size: e.size
|
|
4497
4539
|
}, null, 8, ["user", "size"]),
|
|
4498
|
-
|
|
4499
|
-
|
|
4540
|
+
d("div", so, [
|
|
4541
|
+
z(oe, {
|
|
4500
4542
|
disabled: e.disabled,
|
|
4501
4543
|
color: "secondary",
|
|
4502
|
-
onClick:
|
|
4544
|
+
onClick: p[1] || (p[1] = (O) => i.value = !0)
|
|
4503
4545
|
}, {
|
|
4504
4546
|
default: M(() => [
|
|
4505
4547
|
D(" Change ")
|
|
@@ -4508,7 +4550,7 @@ const Xa = {
|
|
|
4508
4550
|
}, 8, ["disabled"])
|
|
4509
4551
|
])
|
|
4510
4552
|
])),
|
|
4511
|
-
n(c) ? (a(),
|
|
4553
|
+
n(c) ? (a(), m("div", lo, S(n(c)), 1)) : I("", !0)
|
|
4512
4554
|
]));
|
|
4513
4555
|
}
|
|
4514
4556
|
});
|
|
@@ -4521,20 +4563,20 @@ class de extends Error {
|
|
|
4521
4563
|
* Default message if none is passed
|
|
4522
4564
|
*/
|
|
4523
4565
|
ne(de, "defaultMessage", "Unexpected error occurred");
|
|
4524
|
-
class
|
|
4566
|
+
class no extends de {
|
|
4525
4567
|
}
|
|
4526
|
-
ne(
|
|
4527
|
-
class
|
|
4568
|
+
ne(no, "defaultMessage", "An unexpected logic error occurred!");
|
|
4569
|
+
class ao extends de {
|
|
4528
4570
|
}
|
|
4529
|
-
ne(
|
|
4530
|
-
class
|
|
4571
|
+
ne(ao, "defaultMessage", "Attempting to access an uninitialized resource");
|
|
4572
|
+
class oo extends de {
|
|
4531
4573
|
}
|
|
4532
|
-
ne(
|
|
4533
|
-
class
|
|
4574
|
+
ne(oo, "defaultMessage", "getCurrentInstance() returned null. Method must be called at the top of a setup function");
|
|
4575
|
+
class ro extends de {
|
|
4534
4576
|
}
|
|
4535
|
-
ne(
|
|
4577
|
+
ne(ro, "defaultMessage", "Operation not supported in current (server or client) environment");
|
|
4536
4578
|
var tt = /* @__PURE__ */ ((e) => (e.AnyAudio = "audio/*", e.AnyVideo = "video/*", e.AnyImage = "image/*", e))(tt || {});
|
|
4537
|
-
function
|
|
4579
|
+
function io(e, t) {
|
|
4538
4580
|
const r = Dt(
|
|
4539
4581
|
Object.values(tt),
|
|
4540
4582
|
t
|
|
@@ -4554,19 +4596,19 @@ function ao(e, t) {
|
|
|
4554
4596
|
return !0;
|
|
4555
4597
|
break;
|
|
4556
4598
|
}
|
|
4557
|
-
const s = Et(t, r), o =
|
|
4599
|
+
const s = Et(t, r), o = uo(e.name);
|
|
4558
4600
|
if (!o)
|
|
4559
4601
|
return new It();
|
|
4560
4602
|
for (const l of s)
|
|
4561
4603
|
if (l.toLowerCase() === o.toLowerCase())
|
|
4562
4604
|
return !0;
|
|
4563
|
-
return new
|
|
4605
|
+
return new Bt();
|
|
4564
4606
|
}
|
|
4565
|
-
function
|
|
4607
|
+
function uo(e) {
|
|
4566
4608
|
const t = e.split(".").pop() || null;
|
|
4567
4609
|
return t ? `.${t}` : null;
|
|
4568
4610
|
}
|
|
4569
|
-
function
|
|
4611
|
+
function co(e) {
|
|
4570
4612
|
return e.startsWith(".") || Object.values(tt).includes(e);
|
|
4571
4613
|
}
|
|
4572
4614
|
function ut(e) {
|
|
@@ -4582,7 +4624,7 @@ function ut(e) {
|
|
|
4582
4624
|
const o = s / 1024;
|
|
4583
4625
|
return `${t(o)}GB`;
|
|
4584
4626
|
}
|
|
4585
|
-
function
|
|
4627
|
+
function fo(e) {
|
|
4586
4628
|
const t = {
|
|
4587
4629
|
name: e.name,
|
|
4588
4630
|
lastModified: e.lastModified,
|
|
@@ -4594,31 +4636,31 @@ function io(e) {
|
|
|
4594
4636
|
class It extends de {
|
|
4595
4637
|
}
|
|
4596
4638
|
ne(It, "defaultMessage", "The selected file has a missing extension");
|
|
4597
|
-
class
|
|
4639
|
+
class Bt extends de {
|
|
4598
4640
|
}
|
|
4599
|
-
ne(
|
|
4600
|
-
var
|
|
4601
|
-
function
|
|
4641
|
+
ne(Bt, "defaultMessage", "The selected file type is forbidden");
|
|
4642
|
+
var po = /* @__PURE__ */ ((e) => (e[e.Success = 1] = "Success", e[e.Failure = 2] = "Failure", e))(po || {});
|
|
4643
|
+
function mo(e) {
|
|
4602
4644
|
if (!e)
|
|
4603
4645
|
return;
|
|
4604
|
-
const t = e.split(",").map((r) =>
|
|
4646
|
+
const t = e.split(",").map((r) => co(r) ? r : null).filter((r) => r !== null);
|
|
4605
4647
|
return t.length ? t : void 0;
|
|
4606
4648
|
}
|
|
4607
|
-
function
|
|
4608
|
-
const { disabled: t, accept: r, multiple: s, sizeLimit: o, countLimit: l } = e, h =
|
|
4649
|
+
function ho(e) {
|
|
4650
|
+
const { disabled: t, accept: r, multiple: s, sizeLimit: o, countLimit: l } = e, h = f(() => mo(n(r))), c = (i) => {
|
|
4609
4651
|
const u = [], v = h.value;
|
|
4610
4652
|
for (const b of i) {
|
|
4611
|
-
const y =
|
|
4612
|
-
if (!u.find((
|
|
4653
|
+
const y = fo(b), x = n(s) ? n(l) : 1;
|
|
4654
|
+
if (!u.find((p) => p.id === y)) {
|
|
4613
4655
|
if (x && u.length >= x)
|
|
4614
4656
|
break;
|
|
4615
4657
|
if (v) {
|
|
4616
|
-
const
|
|
4617
|
-
if (
|
|
4658
|
+
const p = io(b, v);
|
|
4659
|
+
if (p instanceof Error) {
|
|
4618
4660
|
u.push({
|
|
4619
4661
|
file: b,
|
|
4620
4662
|
id: y,
|
|
4621
|
-
error:
|
|
4663
|
+
error: p
|
|
4622
4664
|
});
|
|
4623
4665
|
continue;
|
|
4624
4666
|
}
|
|
@@ -4627,7 +4669,7 @@ function fo(e) {
|
|
|
4627
4669
|
u.push({
|
|
4628
4670
|
file: b,
|
|
4629
4671
|
id: y,
|
|
4630
|
-
error: new
|
|
4672
|
+
error: new St(
|
|
4631
4673
|
`The selected file's size (${ut(
|
|
4632
4674
|
b.size
|
|
4633
4675
|
)}) is too big (over ${ut(n(o))})`
|
|
@@ -4650,10 +4692,10 @@ function fo(e) {
|
|
|
4650
4692
|
}
|
|
4651
4693
|
};
|
|
4652
4694
|
}
|
|
4653
|
-
class
|
|
4695
|
+
class St extends de {
|
|
4654
4696
|
}
|
|
4655
|
-
ne(
|
|
4656
|
-
const
|
|
4697
|
+
ne(St, "defaultMessage", "The selected file's size is too large");
|
|
4698
|
+
const vo = ["accept", "multiple"], ur = /* @__PURE__ */ P({
|
|
4657
4699
|
__name: "Zone",
|
|
4658
4700
|
props: {
|
|
4659
4701
|
accept: null,
|
|
@@ -4664,12 +4706,12 @@ const po = ["accept", "multiple"], or = /* @__PURE__ */ P({
|
|
|
4664
4706
|
},
|
|
4665
4707
|
emits: ["files-selected"],
|
|
4666
4708
|
setup(e, { expose: t, emit: r }) {
|
|
4667
|
-
const s = r, o = e, l =
|
|
4668
|
-
sizeLimit:
|
|
4669
|
-
countLimit:
|
|
4670
|
-
accept:
|
|
4671
|
-
multiple:
|
|
4672
|
-
disabled:
|
|
4709
|
+
const s = r, o = e, l = V(null), h = V(null), { buildUploadableFiles: c } = ho({
|
|
4710
|
+
sizeLimit: f(() => o.sizeLimit),
|
|
4711
|
+
countLimit: f(() => o.countLimit),
|
|
4712
|
+
accept: f(() => o.accept),
|
|
4713
|
+
multiple: f(() => o.multiple),
|
|
4714
|
+
disabled: f(() => o.disabled)
|
|
4673
4715
|
}), i = (y) => {
|
|
4674
4716
|
const x = c(y);
|
|
4675
4717
|
x != null && x.length && s("files-selected", { files: x });
|
|
@@ -4687,17 +4729,17 @@ const po = ["accept", "multiple"], or = /* @__PURE__ */ P({
|
|
|
4687
4729
|
};
|
|
4688
4730
|
return t({
|
|
4689
4731
|
triggerPicker: b
|
|
4690
|
-
}), (y, x) => (a(),
|
|
4732
|
+
}), (y, x) => (a(), m("div", {
|
|
4691
4733
|
ref_key: "fileUploadZone",
|
|
4692
4734
|
ref: l,
|
|
4693
4735
|
class: "file-upload-zone"
|
|
4694
4736
|
}, [
|
|
4695
|
-
|
|
4737
|
+
R(y.$slots, "default", {
|
|
4696
4738
|
isDraggingFiles: n(u),
|
|
4697
4739
|
openFilePicker: b,
|
|
4698
4740
|
activatorOn: { click: b }
|
|
4699
4741
|
}),
|
|
4700
|
-
|
|
4742
|
+
d("input", {
|
|
4701
4743
|
ref_key: "fileInput",
|
|
4702
4744
|
ref: h,
|
|
4703
4745
|
type: "file",
|
|
@@ -4707,73 +4749,74 @@ const po = ["accept", "multiple"], or = /* @__PURE__ */ P({
|
|
|
4707
4749
|
onClick: x[0] || (x[0] = pe(() => {
|
|
4708
4750
|
}, ["stop"])),
|
|
4709
4751
|
onChange: v
|
|
4710
|
-
}, null, 40,
|
|
4752
|
+
}, null, 40, vo)
|
|
4711
4753
|
], 512));
|
|
4712
4754
|
}
|
|
4713
4755
|
});
|
|
4714
4756
|
export {
|
|
4715
4757
|
de as BaseError,
|
|
4716
|
-
|
|
4717
|
-
|
|
4718
|
-
|
|
4758
|
+
po as BlobUploadStatus,
|
|
4759
|
+
nr as CommonAlert,
|
|
4760
|
+
Ao as CommonAnimationInstructional,
|
|
4719
4761
|
Qe as CommonBadge,
|
|
4720
4762
|
et as CommonLoadingBar,
|
|
4721
|
-
|
|
4722
|
-
|
|
4723
|
-
|
|
4763
|
+
Ya as CommonLoadingIcon,
|
|
4764
|
+
Oo as CommonStepsBullet,
|
|
4765
|
+
Mo as CommonStepsNumber,
|
|
4724
4766
|
Us as CommonTextLink,
|
|
4725
|
-
|
|
4767
|
+
Po as CommonVimeoEmbed,
|
|
4768
|
+
oo as ComposableInvokedOutOfScopeError,
|
|
4726
4769
|
oe as FormButton,
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4730
|
-
|
|
4731
|
-
|
|
4732
|
-
|
|
4770
|
+
jo as FormCardButton,
|
|
4771
|
+
To as FormCheckbox,
|
|
4772
|
+
qo as FormClipboardInput,
|
|
4773
|
+
ur as FormFileUploadZone,
|
|
4774
|
+
_o as FormRadio,
|
|
4775
|
+
Eo as FormSelectBadges,
|
|
4733
4776
|
Ct as FormSelectBase,
|
|
4734
|
-
|
|
4735
|
-
|
|
4736
|
-
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
|
|
4777
|
+
Do as FormSelectSourceApps,
|
|
4778
|
+
Uo as FormSwitch,
|
|
4779
|
+
or as FormTags,
|
|
4780
|
+
Fo as FormTextArea,
|
|
4781
|
+
kn as FormTextInput,
|
|
4782
|
+
Lo as GlobalToastRenderer,
|
|
4740
4783
|
ge as GridListToggleValue,
|
|
4741
4784
|
Ee as HorizontalDirection,
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
|
|
4785
|
+
sr as InfiniteLoading,
|
|
4786
|
+
Go as LayoutDialog,
|
|
4787
|
+
Zo as LayoutDialogSection,
|
|
4788
|
+
Xo as LayoutDisclosure,
|
|
4789
|
+
No as LayoutGridListToggle,
|
|
4790
|
+
Jo as LayoutMenu,
|
|
4791
|
+
er as LayoutPageTabs,
|
|
4792
|
+
lr as LayoutPanel,
|
|
4793
|
+
tr as LayoutTable,
|
|
4794
|
+
Yo as LayoutTabs,
|
|
4795
|
+
no as LogicError,
|
|
4753
4796
|
Ie as ModifierKeys,
|
|
4754
|
-
|
|
4797
|
+
Xn as SourceAppBadge,
|
|
4755
4798
|
$e as TailwindBreakpoints,
|
|
4756
|
-
|
|
4799
|
+
xa as ThrottleOrDebounce,
|
|
4757
4800
|
Ce as ToastNotificationType,
|
|
4758
|
-
|
|
4801
|
+
ao as UninitializedResourceAccessError,
|
|
4759
4802
|
tt as UniqueFileTypeSpecifier,
|
|
4760
|
-
|
|
4803
|
+
ro as UnsupportedEnvironmentError,
|
|
4761
4804
|
Ue as UserAvatar,
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
|
|
4765
|
-
|
|
4805
|
+
ir as UserAvatarEditable,
|
|
4806
|
+
rr as UserAvatarGroup,
|
|
4807
|
+
Ro as ValidationHelpers,
|
|
4808
|
+
fr as buildManualPromise,
|
|
4766
4809
|
De as clientOs,
|
|
4767
|
-
|
|
4810
|
+
Wo as getKeyboardShortcutTitle,
|
|
4768
4811
|
bt as keyboardClick,
|
|
4769
|
-
|
|
4812
|
+
Ho as onKeyboardShortcut,
|
|
4770
4813
|
ut as prettyFileSize,
|
|
4771
|
-
|
|
4814
|
+
Ko as useFormCheckboxModel,
|
|
4772
4815
|
wt as useFormSelectChildInternals,
|
|
4773
|
-
|
|
4774
|
-
|
|
4775
|
-
|
|
4816
|
+
Qo as useOnBeforeWindowUnload,
|
|
4817
|
+
wa as useResponsiveHorizontalDirectionCalculation,
|
|
4818
|
+
ka as useWindowResizeHandler,
|
|
4776
4819
|
kt as useWrappingContainerHiddenCount,
|
|
4777
|
-
|
|
4820
|
+
ar as writableAsyncComputed
|
|
4778
4821
|
};
|
|
4779
4822
|
//# sourceMappingURL=lib.js.map
|