@speckle/ui-components 2.15.2-alpha5 → 2.15.2-alpha7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lib.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { isObjectLike as Le, clamp as
|
|
3
|
-
import { ArrowPathIcon as Ze, ChevronUpIcon as De, ChevronDownIcon as
|
|
4
|
-
import { CheckCircleIcon as
|
|
5
|
-
import { XMarkIcon as ue, CheckIcon as
|
|
6
|
-
import { useField as
|
|
7
|
-
import { nanoid as
|
|
8
|
-
import { isNullOrUndefined as
|
|
9
|
-
import { useResizeObserver as
|
|
10
|
-
import { Listbox as
|
|
11
|
-
import { directive as
|
|
12
|
-
import
|
|
13
|
-
const
|
|
1
|
+
import { defineComponent as A, resolveDynamicComponent as H, computed as r, openBlock as l, createBlock as P, normalizeClass as k, withCtx as _, createCommentVNode as I, renderSlot as z, createTextVNode as M, createElementBlock as m, createElementVNode as i, createVNode as L, Transition as ge, unref as a, toDisplayString as B, toRefs as le, Fragment as W, renderList as G, ref as O, onMounted as Y, mergeProps as oe, withDirectives as ne, isRef as ve, vModelText as Ae, useSlots as be, vModelDynamic as Xe, pushScopeId as Ne, popScopeId as Je, watch as ae, withModifiers as ye, normalizeStyle as fe, onBeforeUnmount as Me } from "vue";
|
|
2
|
+
import { isObjectLike as Le, clamp as je, isString as ie, isUndefined as Q, isArray as q, debounce as ze, throttle as Qe, noop as Ye } from "lodash";
|
|
3
|
+
import { ArrowPathIcon as Ze, ExclamationCircleIcon as et, ChevronUpIcon as De, ChevronDownIcon as tt, XMarkIcon as st, MagnifyingGlassIcon as nt, CheckIcon as at, Bars3Icon as lt, Squares2X2Icon as ot } from "@heroicons/vue/24/solid";
|
|
4
|
+
import { CheckCircleIcon as rt, XCircleIcon as it, ExclamationCircleIcon as ut, InformationCircleIcon as ct, XMarkIcon as dt, CheckIcon as ft, ExclamationTriangleIcon as pt } from "@heroicons/vue/24/outline";
|
|
5
|
+
import { XMarkIcon as ue, CheckIcon as ht, CheckCircleIcon as Re, ExclamationCircleIcon as xe, EnvelopeIcon as mt, KeyIcon as gt, XCircleIcon as vt, InformationCircleIcon as bt } from "@heroicons/vue/20/solid";
|
|
6
|
+
import { useField as ke } from "vee-validate";
|
|
7
|
+
import { nanoid as Ce } from "nanoid";
|
|
8
|
+
import { isNullOrUndefined as yt, SourceApps as xt, getClientOperatingSystem as kt, OperatingSystem as pe } from "@speckle/shared";
|
|
9
|
+
import { useResizeObserver as Ct, useMutationObserver as wt, onKeyDown as $t, isClient as we, computedAsync as St } from "@vueuse/core";
|
|
10
|
+
import { Listbox as It, ListboxLabel as Bt, ListboxButton as _t, ListboxOptions as Pt, ListboxOption as Lt, TransitionRoot as jt, Dialog as Vt, TransitionChild as Ve, DialogPanel as Ot, Disclosure as At, DisclosureButton as Mt, DisclosurePanel as zt, Menu as Dt, MenuButton as Rt, MenuItems as Tt, MenuItem as Ft } from "@headlessui/vue";
|
|
11
|
+
import { directive as Te } from "vue-tippy";
|
|
12
|
+
import Et from "v3-infinite-loading";
|
|
13
|
+
const Wt = {
|
|
14
14
|
key: 2,
|
|
15
15
|
style: { margin: "0 !important", width: "0.01px" }
|
|
16
|
-
},
|
|
16
|
+
}, Ut = /* @__PURE__ */ A({
|
|
17
17
|
__name: "Button",
|
|
18
18
|
props: {
|
|
19
19
|
/**
|
|
@@ -140,11 +140,11 @@ const Ft = {
|
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
142
|
emits: ["click"],
|
|
143
|
-
setup(e, { emit:
|
|
143
|
+
setup(e, { emit: n }) {
|
|
144
144
|
const t = e, s = H("NuxtLink"), o = H("RouterLink"), c = r(() => t.linkComponent ? t.linkComponent : t.external ? "a" : Le(s) ? s : Le(o) ? o : "a"), d = r(() => {
|
|
145
145
|
if (!t.to)
|
|
146
146
|
return t.submit ? "submit" : "button";
|
|
147
|
-
}), f = r(() => t.disabled || t.loading),
|
|
147
|
+
}), f = r(() => t.disabled || t.loading), x = r(() => t.loading ? Ze : t.iconLeft), p = r(() => {
|
|
148
148
|
const g = [];
|
|
149
149
|
if (g.push("border-2"), f.value)
|
|
150
150
|
g.push(
|
|
@@ -241,7 +241,7 @@ const Ft = {
|
|
|
241
241
|
"text-foundation hover:text-foundation-2 dark:text-foreground dark:hover:text-foreground"
|
|
242
242
|
) : t.color === "secondary" ? g.push("text-foreground-2 hover:text-primary-focus") : t.color === "success" ? g.push("text-success") : t.color === "warning" ? g.push("text-warning") : t.color === "info" ? g.push("text-info") : t.color === "danger" ? g.push("text-danger") : g.push("text-primary hover:text-primary-focus");
|
|
243
243
|
return g.join(" ");
|
|
244
|
-
}),
|
|
244
|
+
}), y = r(() => {
|
|
245
245
|
const g = [];
|
|
246
246
|
return g.push(t.rounded ? "rounded-full" : "rounded-md"), g.join(" ");
|
|
247
247
|
}), h = r(() => {
|
|
@@ -269,7 +269,7 @@ const Ft = {
|
|
|
269
269
|
break;
|
|
270
270
|
}
|
|
271
271
|
return g.join(" ");
|
|
272
|
-
}),
|
|
272
|
+
}), C = r(() => {
|
|
273
273
|
switch (t.size) {
|
|
274
274
|
case "xs":
|
|
275
275
|
return "h-5 text-xs font-medium xxx-tracking-wide";
|
|
@@ -283,7 +283,7 @@ const Ft = {
|
|
|
283
283
|
case "base":
|
|
284
284
|
return "h-8 text-base font-medium xxx-tracking-wide";
|
|
285
285
|
}
|
|
286
|
-
}),
|
|
286
|
+
}), u = r(() => {
|
|
287
287
|
switch (t.size) {
|
|
288
288
|
case "xs":
|
|
289
289
|
return "px-1";
|
|
@@ -297,28 +297,28 @@ const Ft = {
|
|
|
297
297
|
case "base":
|
|
298
298
|
return "px-3";
|
|
299
299
|
}
|
|
300
|
-
}),
|
|
300
|
+
}), j = r(() => {
|
|
301
301
|
const g = [];
|
|
302
302
|
return t.fullWidth && g.push("w-full"), f.value && g.push("cursor-not-allowed"), g.join(" ");
|
|
303
|
-
}),
|
|
303
|
+
}), v = r(() => {
|
|
304
304
|
const g = [];
|
|
305
305
|
return !f.value && !t.link && !t.text && g.push("active:scale-[0.97]"), !f.value && t.link && g.push(
|
|
306
306
|
"underline decoration-transparent decoration-2 underline-offset-4 hover:decoration-inherit"
|
|
307
307
|
), g.join(" ");
|
|
308
|
-
}),
|
|
308
|
+
}), $ = r(() => {
|
|
309
309
|
const g = t.link || t.text;
|
|
310
310
|
return [
|
|
311
311
|
"transition inline-flex justify-center items-center space-x-2 outline-none select-none",
|
|
312
|
-
|
|
313
|
-
|
|
312
|
+
j.value,
|
|
313
|
+
C.value,
|
|
314
314
|
b.value,
|
|
315
315
|
g ? "" : p.value,
|
|
316
|
-
g ? "" :
|
|
316
|
+
g ? "" : y.value,
|
|
317
317
|
g ? "" : h.value,
|
|
318
|
-
t.link ? "" :
|
|
319
|
-
|
|
318
|
+
t.link ? "" : u.value,
|
|
319
|
+
v.value
|
|
320
320
|
].join(" ");
|
|
321
|
-
}),
|
|
321
|
+
}), S = r(() => {
|
|
322
322
|
const g = [""];
|
|
323
323
|
switch (t.loading && g.push("animate-spin"), t.size) {
|
|
324
324
|
case "xs":
|
|
@@ -339,46 +339,46 @@ const Ft = {
|
|
|
339
339
|
break;
|
|
340
340
|
}
|
|
341
341
|
return g.join(" ");
|
|
342
|
-
}),
|
|
342
|
+
}), T = (g) => {
|
|
343
343
|
if (f.value) {
|
|
344
344
|
g.preventDefault(), g.stopPropagation(), g.stopImmediatePropagation();
|
|
345
345
|
return;
|
|
346
346
|
}
|
|
347
|
-
|
|
347
|
+
n("click", g);
|
|
348
348
|
};
|
|
349
|
-
return (g, R) => (
|
|
349
|
+
return (g, R) => (l(), P(H(e.to ? c.value : "button"), {
|
|
350
350
|
href: e.to,
|
|
351
351
|
to: e.to,
|
|
352
352
|
type: d.value,
|
|
353
353
|
external: e.external,
|
|
354
|
-
class:
|
|
354
|
+
class: k($.value),
|
|
355
355
|
disabled: f.value,
|
|
356
356
|
role: "button",
|
|
357
|
-
onClick:
|
|
357
|
+
onClick: T
|
|
358
358
|
}, {
|
|
359
359
|
default: _(() => [
|
|
360
|
-
|
|
360
|
+
x.value ? (l(), P(H(x.value), {
|
|
361
361
|
key: 0,
|
|
362
|
-
class:
|
|
363
|
-
}, null, 8, ["class"])) :
|
|
364
|
-
e.hideText ? (
|
|
365
|
-
|
|
362
|
+
class: k(`${S.value} ${e.hideText ? "" : "mr-2"}`)
|
|
363
|
+
}, null, 8, ["class"])) : I("", !0),
|
|
364
|
+
e.hideText ? (l(), m("div", Wt, " ")) : z(g.$slots, "default", { key: 1 }, () => [
|
|
365
|
+
M("Button")
|
|
366
366
|
], !0),
|
|
367
|
-
e.iconRight || !e.loading ? (
|
|
367
|
+
e.iconRight || !e.loading ? (l(), P(H(e.iconRight), {
|
|
368
368
|
key: 3,
|
|
369
|
-
class:
|
|
370
|
-
}, null, 8, ["class"])) :
|
|
369
|
+
class: k(`${S.value} ${e.hideText ? "" : "ml-2"}`)
|
|
370
|
+
}, null, 8, ["class"])) : I("", !0)
|
|
371
371
|
]),
|
|
372
372
|
_: 3
|
|
373
373
|
}, 8, ["href", "to", "type", "external", "class", "disabled"]));
|
|
374
374
|
}
|
|
375
375
|
});
|
|
376
|
-
const
|
|
376
|
+
const Fe = (e, n) => {
|
|
377
377
|
const t = e.__vccOpts || e;
|
|
378
|
-
for (const [s, o] of
|
|
378
|
+
for (const [s, o] of n)
|
|
379
379
|
t[s] = o;
|
|
380
380
|
return t;
|
|
381
|
-
}, re = /* @__PURE__ */
|
|
381
|
+
}, re = /* @__PURE__ */ Fe(Ut, [["__scopeId", "data-v-38aa371e"]]), qt = /* @__PURE__ */ A({
|
|
382
382
|
__name: "Link",
|
|
383
383
|
props: {
|
|
384
384
|
to: {
|
|
@@ -427,15 +427,15 @@ const ze = (e, l) => {
|
|
|
427
427
|
}
|
|
428
428
|
},
|
|
429
429
|
emits: ["click"],
|
|
430
|
-
setup(e, { emit:
|
|
430
|
+
setup(e, { emit: n }) {
|
|
431
431
|
const t = e, s = (o) => {
|
|
432
432
|
if (t.disabled) {
|
|
433
433
|
o.preventDefault(), o.stopPropagation(), o.stopImmediatePropagation();
|
|
434
434
|
return;
|
|
435
435
|
}
|
|
436
|
-
|
|
436
|
+
n("click", o);
|
|
437
437
|
};
|
|
438
|
-
return (o, c) => (
|
|
438
|
+
return (o, c) => (l(), P(re, {
|
|
439
439
|
link: "",
|
|
440
440
|
to: e.to,
|
|
441
441
|
external: e.external,
|
|
@@ -449,8 +449,8 @@ const ze = (e, l) => {
|
|
|
449
449
|
onClickCapture: s
|
|
450
450
|
}, {
|
|
451
451
|
default: _(() => [
|
|
452
|
-
|
|
453
|
-
|
|
452
|
+
z(o.$slots, "default", {}, () => [
|
|
453
|
+
M("Link")
|
|
454
454
|
])
|
|
455
455
|
]),
|
|
456
456
|
_: 3
|
|
@@ -458,41 +458,41 @@ const ze = (e, l) => {
|
|
|
458
458
|
}
|
|
459
459
|
});
|
|
460
460
|
var ee = /* @__PURE__ */ ((e) => (e[e.Success = 0] = "Success", e[e.Warning = 1] = "Warning", e[e.Danger = 2] = "Danger", e[e.Info = 3] = "Info", e))(ee || {});
|
|
461
|
-
const
|
|
461
|
+
const Ht = {
|
|
462
462
|
"aria-live": "assertive",
|
|
463
463
|
class: "pointer-events-none fixed inset-0 flex items-end px-4 py-6 mt-10 sm:items-start sm:p-6 z-50"
|
|
464
|
-
},
|
|
464
|
+
}, Gt = { class: "flex w-full flex-col items-center space-y-4 sm:items-end" }, Kt = {
|
|
465
465
|
key: 0,
|
|
466
466
|
class: "pointer-events-auto w-full max-w-sm overflow-hidden rounded-lg bg-foundation text-foreground shadow-lg ring-1 ring-primary-muted ring-opacity-5"
|
|
467
|
-
},
|
|
467
|
+
}, Xt = { class: "p-4" }, Nt = { class: "flex items-start" }, Jt = { class: "flex-shrink-0" }, Qt = { class: "ml-2 w-0 flex-1 flex flex-col" }, Yt = {
|
|
468
468
|
key: 0,
|
|
469
469
|
class: "text-foreground font-bold"
|
|
470
|
-
},
|
|
470
|
+
}, Zt = {
|
|
471
471
|
key: 1,
|
|
472
472
|
class: "label label--light text-foreground-2"
|
|
473
|
-
},
|
|
473
|
+
}, es = {
|
|
474
474
|
key: 2,
|
|
475
475
|
class: "flex justify-start mt-2"
|
|
476
|
-
},
|
|
476
|
+
}, ts = /* @__PURE__ */ i("span", { class: "sr-only" }, "Close", -1), Ca = /* @__PURE__ */ A({
|
|
477
477
|
__name: "ToastRenderer",
|
|
478
478
|
props: {
|
|
479
479
|
notification: null
|
|
480
480
|
},
|
|
481
481
|
emits: ["update:notification"],
|
|
482
|
-
setup(e, { emit:
|
|
482
|
+
setup(e, { emit: n }) {
|
|
483
483
|
const t = e, s = r(
|
|
484
484
|
() => {
|
|
485
485
|
var d, f;
|
|
486
486
|
return !((d = t.notification) != null && d.description) && !((f = t.notification) != null && f.cta);
|
|
487
487
|
}
|
|
488
488
|
), o = () => {
|
|
489
|
-
|
|
489
|
+
n("update:notification", null);
|
|
490
490
|
}, c = (d) => {
|
|
491
|
-
var f,
|
|
492
|
-
(p = (
|
|
491
|
+
var f, x, p;
|
|
492
|
+
(p = (x = (f = t.notification) == null ? void 0 : f.cta) == null ? void 0 : x.onClick) == null || p.call(x, d), o();
|
|
493
493
|
};
|
|
494
|
-
return (d, f) => (
|
|
495
|
-
i("div",
|
|
494
|
+
return (d, f) => (l(), m("div", Ht, [
|
|
495
|
+
i("div", Gt, [
|
|
496
496
|
L(ge, {
|
|
497
497
|
"enter-active-class": "transform ease-out duration-300 transition",
|
|
498
498
|
"enter-from-class": "translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",
|
|
@@ -502,55 +502,55 @@ const Ut = {
|
|
|
502
502
|
"leave-to-class": "opacity-0"
|
|
503
503
|
}, {
|
|
504
504
|
default: _(() => [
|
|
505
|
-
e.notification ? (
|
|
506
|
-
i("div",
|
|
507
|
-
i("div",
|
|
508
|
-
i("div",
|
|
509
|
-
e.notification.type ===
|
|
505
|
+
e.notification ? (l(), m("div", Kt, [
|
|
506
|
+
i("div", Xt, [
|
|
507
|
+
i("div", Nt, [
|
|
508
|
+
i("div", Jt, [
|
|
509
|
+
e.notification.type === a(ee).Success ? (l(), P(a(rt), {
|
|
510
510
|
key: 0,
|
|
511
511
|
class: "h-6 w-6 text-success",
|
|
512
512
|
"aria-hidden": "true"
|
|
513
|
-
})) : e.notification.type ===
|
|
513
|
+
})) : e.notification.type === a(ee).Danger ? (l(), P(a(it), {
|
|
514
514
|
key: 1,
|
|
515
515
|
class: "h-6 w-6 text-danger",
|
|
516
516
|
"aria-hidden": "true"
|
|
517
|
-
})) : e.notification.type ===
|
|
517
|
+
})) : e.notification.type === a(ee).Warning ? (l(), P(a(ut), {
|
|
518
518
|
key: 2,
|
|
519
519
|
class: "h-6 w-6 text-warning",
|
|
520
520
|
"aria-hidden": "true"
|
|
521
|
-
})) : e.notification.type ===
|
|
521
|
+
})) : e.notification.type === a(ee).Info ? (l(), P(a(ct), {
|
|
522
522
|
key: 3,
|
|
523
523
|
class: "h-6 w-6 text-info",
|
|
524
524
|
"aria-hidden": "true"
|
|
525
|
-
})) :
|
|
525
|
+
})) : I("", !0)
|
|
526
526
|
]),
|
|
527
|
-
i("div",
|
|
528
|
-
e.notification.title ? (
|
|
529
|
-
e.notification.description ? (
|
|
530
|
-
e.notification.cta ? (
|
|
531
|
-
L(
|
|
527
|
+
i("div", Qt, [
|
|
528
|
+
e.notification.title ? (l(), m("p", Yt, B(e.notification.title), 1)) : I("", !0),
|
|
529
|
+
e.notification.description ? (l(), m("p", Zt, B(e.notification.description), 1)) : I("", !0),
|
|
530
|
+
e.notification.cta ? (l(), m("div", es, [
|
|
531
|
+
L(qt, {
|
|
532
532
|
to: e.notification.cta.url,
|
|
533
533
|
class: "label",
|
|
534
534
|
primary: "",
|
|
535
535
|
onClick: c
|
|
536
536
|
}, {
|
|
537
537
|
default: _(() => [
|
|
538
|
-
|
|
538
|
+
M(B(e.notification.cta.title), 1)
|
|
539
539
|
]),
|
|
540
540
|
_: 1
|
|
541
541
|
}, 8, ["to"])
|
|
542
|
-
])) :
|
|
542
|
+
])) : I("", !0)
|
|
543
543
|
]),
|
|
544
544
|
i("div", {
|
|
545
|
-
class:
|
|
545
|
+
class: k(["ml-4 flex flex-shrink-0", { "self-center": s.value }])
|
|
546
546
|
}, [
|
|
547
547
|
i("button", {
|
|
548
548
|
type: "button",
|
|
549
549
|
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",
|
|
550
550
|
onClick: o
|
|
551
551
|
}, [
|
|
552
|
-
|
|
553
|
-
L(
|
|
552
|
+
ts,
|
|
553
|
+
L(a(ue), {
|
|
554
554
|
class: "h-6 w-6",
|
|
555
555
|
"aria-hidden": "true"
|
|
556
556
|
})
|
|
@@ -558,20 +558,20 @@ const Ut = {
|
|
|
558
558
|
], 2)
|
|
559
559
|
])
|
|
560
560
|
])
|
|
561
|
-
])) :
|
|
561
|
+
])) : I("", !0)
|
|
562
562
|
]),
|
|
563
563
|
_: 1
|
|
564
564
|
})
|
|
565
565
|
])
|
|
566
566
|
]));
|
|
567
567
|
}
|
|
568
|
-
}),
|
|
568
|
+
}), ss = /* @__PURE__ */ i("circle", {
|
|
569
569
|
cx: "4",
|
|
570
570
|
cy: "4",
|
|
571
571
|
r: "3"
|
|
572
|
-
}, null, -1),
|
|
573
|
-
|
|
574
|
-
],
|
|
572
|
+
}, null, -1), ns = [
|
|
573
|
+
ss
|
|
574
|
+
], as = /* @__PURE__ */ A({
|
|
575
575
|
__name: "Badge",
|
|
576
576
|
props: {
|
|
577
577
|
size: null,
|
|
@@ -583,7 +583,7 @@ const Ut = {
|
|
|
583
583
|
clickableIcon: { type: Boolean }
|
|
584
584
|
},
|
|
585
585
|
emits: ["click-icon"],
|
|
586
|
-
setup(e, { emit:
|
|
586
|
+
setup(e, { emit: n }) {
|
|
587
587
|
const t = e, s = r(
|
|
588
588
|
() => t.colorClasses || "bg-blue-100 text-blue-800"
|
|
589
589
|
), o = r(
|
|
@@ -607,46 +607,46 @@ const Ut = {
|
|
|
607
607
|
}), f = r(() => [
|
|
608
608
|
"-ml-0.5 mr-1.5 h-2 w-2",
|
|
609
609
|
o.value
|
|
610
|
-
].join(" ")),
|
|
610
|
+
].join(" ")), x = (p) => {
|
|
611
611
|
if (!t.clickableIcon) {
|
|
612
612
|
p.stopPropagation(), p.stopImmediatePropagation(), p.preventDefault();
|
|
613
613
|
return;
|
|
614
614
|
}
|
|
615
|
-
|
|
615
|
+
n("click-icon", p);
|
|
616
616
|
};
|
|
617
|
-
return (p, b) => (
|
|
618
|
-
class:
|
|
617
|
+
return (p, b) => (l(), m("span", {
|
|
618
|
+
class: k(c.value)
|
|
619
619
|
}, [
|
|
620
|
-
e.dot ? (
|
|
620
|
+
e.dot ? (l(), m("svg", {
|
|
621
621
|
key: 0,
|
|
622
|
-
class:
|
|
622
|
+
class: k(f.value),
|
|
623
623
|
fill: "currentColor",
|
|
624
624
|
viewBox: "0 0 8 8"
|
|
625
|
-
},
|
|
626
|
-
|
|
627
|
-
|
|
625
|
+
}, ns, 2)) : I("", !0),
|
|
626
|
+
z(p.$slots, "default", {}, () => [
|
|
627
|
+
M("Badge")
|
|
628
628
|
]),
|
|
629
|
-
e.iconLeft ? (
|
|
629
|
+
e.iconLeft ? (l(), m("button", {
|
|
630
630
|
key: 1,
|
|
631
|
-
class:
|
|
632
|
-
onClick: b[0] || (b[0] = (
|
|
631
|
+
class: k(d.value),
|
|
632
|
+
onClick: b[0] || (b[0] = (y) => x(y))
|
|
633
633
|
}, [
|
|
634
|
-
(
|
|
635
|
-
class:
|
|
634
|
+
(l(), P(H(e.iconLeft), {
|
|
635
|
+
class: k(["h-4 w-4", o.value])
|
|
636
636
|
}, null, 8, ["class"]))
|
|
637
|
-
], 2)) :
|
|
637
|
+
], 2)) : I("", !0)
|
|
638
638
|
], 2));
|
|
639
639
|
}
|
|
640
640
|
});
|
|
641
|
-
let
|
|
642
|
-
function
|
|
643
|
-
|
|
641
|
+
let Oe = [];
|
|
642
|
+
function ls(e) {
|
|
643
|
+
Oe = Oe ? e : e.slice();
|
|
644
644
|
}
|
|
645
645
|
var te = /* @__PURE__ */ ((e) => (e[e.sm = 640] = "sm", e[e.md = 746] = "md", e[e.lg = 1024] = "lg", e[e.xl = 1280] = "xl", e[e["2xl"] = 1536] = "2xl", e))(te || {});
|
|
646
646
|
function Ee(e) {
|
|
647
647
|
const {
|
|
648
648
|
props: {
|
|
649
|
-
modelValue:
|
|
649
|
+
modelValue: n,
|
|
650
650
|
steps: t,
|
|
651
651
|
orientation: s,
|
|
652
652
|
goVerticalBelow: o,
|
|
@@ -654,48 +654,48 @@ function Ee(e) {
|
|
|
654
654
|
stepsPadding: d
|
|
655
655
|
},
|
|
656
656
|
emit: f
|
|
657
|
-
} = e,
|
|
657
|
+
} = e, x = r(
|
|
658
658
|
() => (s == null ? void 0 : s.value) === "vertical" ? "vertical" : "horizontal"
|
|
659
659
|
), p = r({
|
|
660
|
-
get: () =>
|
|
661
|
-
set: (
|
|
662
|
-
}), b = (
|
|
663
|
-
var
|
|
660
|
+
get: () => je((n == null ? void 0 : n.value) || 0, -1, t.value.length),
|
|
661
|
+
set: (v) => f("update:modelValue", je(v, 0, t.value.length))
|
|
662
|
+
}), b = (v) => `${v + 1}`, y = (v) => v === p.value, h = (v) => v < p.value, C = (v, $) => {
|
|
663
|
+
var T;
|
|
664
664
|
if (c != null && c.value) {
|
|
665
|
-
|
|
665
|
+
$ == null || $.preventDefault(), $ == null || $.stopPropagation(), $ == null || $.stopImmediatePropagation();
|
|
666
666
|
return;
|
|
667
667
|
}
|
|
668
|
-
p.value =
|
|
669
|
-
const
|
|
670
|
-
(
|
|
671
|
-
},
|
|
672
|
-
const
|
|
673
|
-
let
|
|
674
|
-
return (d == null ? void 0 : d.value) === "xs" ? (
|
|
675
|
-
`sm:flex-row sm:space-y-0 sm:justify-start sm:${
|
|
676
|
-
) : (o == null ? void 0 : o.value) === te.md ?
|
|
677
|
-
`md:flex-row md:space-y-0 md:justify-start md:${
|
|
678
|
-
) : (o == null ? void 0 : o.value) === te.lg ?
|
|
679
|
-
`lg:flex-row lg:space-y-0 lg:justify-start lg:${
|
|
680
|
-
) : (o == null ? void 0 : o.value) === te.xl &&
|
|
681
|
-
`xl:flex-row xl:space-y-0 xl:justify-start xl:${
|
|
682
|
-
)) :
|
|
683
|
-
}),
|
|
684
|
-
const
|
|
685
|
-
return c != null && c.value ||
|
|
668
|
+
p.value = v;
|
|
669
|
+
const S = t.value[p.value];
|
|
670
|
+
(T = S == null ? void 0 : S.onClick) == null || T.call(S);
|
|
671
|
+
}, u = r(() => {
|
|
672
|
+
const v = ["flex"];
|
|
673
|
+
let $, S;
|
|
674
|
+
return (d == null ? void 0 : d.value) === "xs" ? ($ = "space-x-2", S = "space-y-1") : (d == null ? void 0 : d.value) === "sm" ? ($ = "space-x-4", S = "space-y-1") : ($ = "space-x-8", S = "space-y-4"), v.push("flex"), x.value === "vertical" || o != null && o.value ? (v.push(`flex-col ${S} justify-center`), (o == null ? void 0 : o.value) === te.sm ? v.push(
|
|
675
|
+
`sm:flex-row sm:space-y-0 sm:justify-start sm:${$} sm:items-center`
|
|
676
|
+
) : (o == null ? void 0 : o.value) === te.md ? v.push(
|
|
677
|
+
`md:flex-row md:space-y-0 md:justify-start md:${$} md:items-center`
|
|
678
|
+
) : (o == null ? void 0 : o.value) === te.lg ? v.push(
|
|
679
|
+
`lg:flex-row lg:space-y-0 lg:justify-start lg:${$} lg:items-center`
|
|
680
|
+
) : (o == null ? void 0 : o.value) === te.xl && v.push(
|
|
681
|
+
`xl:flex-row xl:space-y-0 xl:justify-start xl:${$} xl:items-center`
|
|
682
|
+
)) : v.push(`flex-row ${$} items-center`), v.join(" ");
|
|
683
|
+
}), j = r(() => {
|
|
684
|
+
const v = ["flex items-center"];
|
|
685
|
+
return c != null && c.value || v.push("cursor-pointer"), v.join(" ");
|
|
686
686
|
});
|
|
687
687
|
return {
|
|
688
688
|
value: p,
|
|
689
|
-
isCurrentStep:
|
|
689
|
+
isCurrentStep: y,
|
|
690
690
|
isFinishedStep: h,
|
|
691
|
-
switchStep:
|
|
691
|
+
switchStep: C,
|
|
692
692
|
getStepDisplayValue: b,
|
|
693
|
-
listClasses:
|
|
694
|
-
linkClasses:
|
|
695
|
-
orientation:
|
|
693
|
+
listClasses: u,
|
|
694
|
+
linkClasses: j,
|
|
695
|
+
orientation: x
|
|
696
696
|
};
|
|
697
697
|
}
|
|
698
|
-
|
|
698
|
+
ls([
|
|
699
699
|
"sm:space-x-8",
|
|
700
700
|
"md:space-x-8",
|
|
701
701
|
"lg:space-x-8",
|
|
@@ -709,16 +709,16 @@ ss([
|
|
|
709
709
|
"lg:space-x-4",
|
|
710
710
|
"xl:space-x-4"
|
|
711
711
|
]);
|
|
712
|
-
const
|
|
712
|
+
const os = ["aria-label"], rs = ["href", "onClick"], is = { class: "flex space-x-3 items-center text-primary-focus normal font-medium leading-5" }, us = { class: "shrink-0 h-8 w-8 rounded-full bg-primary-focus text-foreground-on-primary inline-flex items-center justify-center" }, cs = { class: "flex flex-col" }, ds = {
|
|
713
713
|
key: 0,
|
|
714
714
|
class: "label label--light text-foreground"
|
|
715
|
-
},
|
|
715
|
+
}, fs = ["href", "onClick"], ps = { class: "flex space-x-3 items-center text-primary-focus normal font-medium leading-5" }, hs = { class: "shrink-0 h-8 w-8 rounded-full border-2 border-primary-focus inline-flex items-center justify-center" }, ms = { class: "flex flex-col" }, gs = {
|
|
716
716
|
key: 0,
|
|
717
717
|
class: "label label--light text-foreground"
|
|
718
|
-
},
|
|
718
|
+
}, vs = ["href", "onClick"], bs = { class: "flex space-x-3 items-center text-foreground-disabled normal font-medium leading-5" }, ys = { class: "shrink-0 h-8 w-8 rounded-full border-2 border-foreground-disabled inline-flex items-center justify-center" }, xs = { class: "flex flex-col" }, ks = {
|
|
719
719
|
key: 0,
|
|
720
720
|
class: "label label--light"
|
|
721
|
-
},
|
|
721
|
+
}, wa = /* @__PURE__ */ A({
|
|
722
722
|
__name: "Number",
|
|
723
723
|
props: {
|
|
724
724
|
ariaLabel: null,
|
|
@@ -730,94 +730,94 @@ const ns = ["aria-label"], ls = ["href", "onClick"], as = { class: "flex space-x
|
|
|
730
730
|
stepsPadding: null
|
|
731
731
|
},
|
|
732
732
|
emits: ["update:modelValue"],
|
|
733
|
-
setup(e, { emit:
|
|
733
|
+
setup(e, { emit: n }) {
|
|
734
734
|
const t = e, {
|
|
735
735
|
isCurrentStep: s,
|
|
736
736
|
isFinishedStep: o,
|
|
737
737
|
switchStep: c,
|
|
738
738
|
getStepDisplayValue: d,
|
|
739
739
|
listClasses: f,
|
|
740
|
-
linkClasses:
|
|
740
|
+
linkClasses: x
|
|
741
741
|
} = Ee({
|
|
742
|
-
props:
|
|
743
|
-
emit:
|
|
742
|
+
props: le(t),
|
|
743
|
+
emit: n
|
|
744
744
|
});
|
|
745
|
-
return (p, b) => (
|
|
745
|
+
return (p, b) => (l(), m("nav", {
|
|
746
746
|
class: "flex justify-center",
|
|
747
747
|
"aria-label": e.ariaLabel || "Progress steps"
|
|
748
748
|
}, [
|
|
749
749
|
i("ol", {
|
|
750
|
-
class:
|
|
750
|
+
class: k(a(f))
|
|
751
751
|
}, [
|
|
752
|
-
(
|
|
753
|
-
key:
|
|
752
|
+
(l(!0), m(W, null, G(e.steps, (y, h) => (l(), m("li", {
|
|
753
|
+
key: y.name
|
|
754
754
|
}, [
|
|
755
|
-
|
|
755
|
+
a(o)(h) ? (l(), m("a", {
|
|
756
756
|
key: 0,
|
|
757
|
-
href:
|
|
758
|
-
class:
|
|
759
|
-
onClick: (
|
|
757
|
+
href: y.href,
|
|
758
|
+
class: k(a(x)),
|
|
759
|
+
onClick: (C) => a(c)(h, C)
|
|
760
760
|
}, [
|
|
761
|
-
i("div",
|
|
762
|
-
i("div",
|
|
763
|
-
L(
|
|
761
|
+
i("div", is, [
|
|
762
|
+
i("div", us, [
|
|
763
|
+
L(a(ht), { class: "w-5 h-5" })
|
|
764
764
|
]),
|
|
765
|
-
i("div",
|
|
766
|
-
i("div", null,
|
|
767
|
-
|
|
765
|
+
i("div", cs, [
|
|
766
|
+
i("div", null, B(y.name), 1),
|
|
767
|
+
y.description ? (l(), m("div", ds, B(y.description), 1)) : I("", !0)
|
|
768
768
|
])
|
|
769
769
|
])
|
|
770
|
-
], 10,
|
|
770
|
+
], 10, rs)) : a(s)(h) ? (l(), m("a", {
|
|
771
771
|
key: 1,
|
|
772
|
-
href:
|
|
773
|
-
class:
|
|
772
|
+
href: y.href,
|
|
773
|
+
class: k(a(x)),
|
|
774
774
|
"aria-current": "step",
|
|
775
|
-
onClick: (
|
|
775
|
+
onClick: (C) => a(c)(h, C)
|
|
776
776
|
}, [
|
|
777
|
-
i("div",
|
|
778
|
-
i("div",
|
|
779
|
-
i("div",
|
|
780
|
-
i("div", null,
|
|
781
|
-
|
|
777
|
+
i("div", ps, [
|
|
778
|
+
i("div", hs, B(a(d)(h)), 1),
|
|
779
|
+
i("div", ms, [
|
|
780
|
+
i("div", null, B(y.name), 1),
|
|
781
|
+
y.description ? (l(), m("div", gs, B(y.description), 1)) : I("", !0)
|
|
782
782
|
])
|
|
783
783
|
])
|
|
784
|
-
], 10,
|
|
784
|
+
], 10, fs)) : (l(), m("a", {
|
|
785
785
|
key: 2,
|
|
786
|
-
href:
|
|
787
|
-
class:
|
|
788
|
-
onClick: (
|
|
786
|
+
href: y.href,
|
|
787
|
+
class: k(a(x)),
|
|
788
|
+
onClick: (C) => a(c)(h, C)
|
|
789
789
|
}, [
|
|
790
|
-
i("div",
|
|
791
|
-
i("div",
|
|
792
|
-
i("div",
|
|
793
|
-
i("div", null,
|
|
794
|
-
|
|
790
|
+
i("div", bs, [
|
|
791
|
+
i("div", ys, B(a(d)(h)), 1),
|
|
792
|
+
i("div", xs, [
|
|
793
|
+
i("div", null, B(y.name), 1),
|
|
794
|
+
y.description ? (l(), m("div", ks, B(y.description), 1)) : I("", !0)
|
|
795
795
|
])
|
|
796
796
|
])
|
|
797
|
-
], 10,
|
|
797
|
+
], 10, vs))
|
|
798
798
|
]))), 128))
|
|
799
799
|
], 2)
|
|
800
|
-
], 8,
|
|
800
|
+
], 8, os));
|
|
801
801
|
}
|
|
802
|
-
}),
|
|
802
|
+
}), Cs = ["aria-label"], ws = ["href", "onClick"], $s = { class: "relative flex h-5 w-5 flex-shrink-0 items-center justify-center" }, Ss = {
|
|
803
803
|
key: 0,
|
|
804
804
|
class: "h-3 w-3 rounded-full bg-foreground-2"
|
|
805
|
-
},
|
|
805
|
+
}, Is = ["href", "onClick"], Bs = {
|
|
806
806
|
class: "relative flex h-5 w-5 flex-shrink-0 items-center justify-center",
|
|
807
807
|
"aria-hidden": "true"
|
|
808
|
-
},
|
|
808
|
+
}, _s = {
|
|
809
809
|
key: 0,
|
|
810
810
|
class: "h-3 w-3 rounded-full bg-foreground"
|
|
811
|
-
},
|
|
811
|
+
}, Ps = /* @__PURE__ */ i("span", { class: "absolute h-4 w-4 rounded-full bg-outline-2" }, null, -1), Ls = /* @__PURE__ */ i("span", { class: "relative block h-2 w-2 rounded-full bg-primary-focus" }, null, -1), js = ["href", "onClick"], Vs = {
|
|
812
812
|
class: "relative flex h-5 w-5 flex-shrink-0 items-center justify-center",
|
|
813
813
|
"aria-hidden": "true"
|
|
814
|
-
},
|
|
814
|
+
}, Os = {
|
|
815
815
|
key: 0,
|
|
816
816
|
class: "h-3 w-3 rounded-full bg-foreground-2"
|
|
817
|
-
},
|
|
817
|
+
}, As = {
|
|
818
818
|
key: 1,
|
|
819
819
|
class: "h-4 w-4 rounded-full bg-foreground-disabled"
|
|
820
|
-
},
|
|
820
|
+
}, $a = /* @__PURE__ */ A({
|
|
821
821
|
__name: "Bullet",
|
|
822
822
|
props: {
|
|
823
823
|
ariaLabel: null,
|
|
@@ -830,85 +830,85 @@ const ns = ["aria-label"], ls = ["href", "onClick"], as = { class: "flex space-x
|
|
|
830
830
|
stepsPadding: null
|
|
831
831
|
},
|
|
832
832
|
emits: ["update:modelValue"],
|
|
833
|
-
setup(e, { emit:
|
|
833
|
+
setup(e, { emit: n }) {
|
|
834
834
|
const t = e, { isCurrentStep: s, isFinishedStep: o, switchStep: c, listClasses: d, linkClasses: f } = Ee({
|
|
835
|
-
props:
|
|
836
|
-
emit:
|
|
837
|
-
}),
|
|
835
|
+
props: le(t),
|
|
836
|
+
emit: n
|
|
837
|
+
}), x = r(() => {
|
|
838
838
|
const b = ["h6 font-medium leading-7"];
|
|
839
|
-
let
|
|
840
|
-
return t.stepsPadding === "xs" ?
|
|
839
|
+
let y;
|
|
840
|
+
return t.stepsPadding === "xs" ? y = "ml-1" : t.stepsPadding === "sm" ? y = "ml-2" : y = "ml-3", b.push(y), t.basic && b.push("sr-only"), b.join(" ");
|
|
841
841
|
}), p = r(() => {
|
|
842
842
|
const b = [];
|
|
843
843
|
return t.basic && b.push("basic"), b.join(" ");
|
|
844
844
|
});
|
|
845
|
-
return (b,
|
|
845
|
+
return (b, y) => (l(), m("nav", {
|
|
846
846
|
class: "flex justify-center",
|
|
847
847
|
"aria-label": e.ariaLabel || "Progress steps"
|
|
848
848
|
}, [
|
|
849
849
|
i("ol", {
|
|
850
|
-
class:
|
|
850
|
+
class: k([a(d), p.value])
|
|
851
851
|
}, [
|
|
852
|
-
(
|
|
852
|
+
(l(!0), m(W, null, G(e.steps, (h, C) => (l(), m("li", {
|
|
853
853
|
key: h.name
|
|
854
854
|
}, [
|
|
855
|
-
|
|
855
|
+
a(o)(C) ? (l(), m("a", {
|
|
856
856
|
key: 0,
|
|
857
857
|
href: h.href,
|
|
858
|
-
class:
|
|
859
|
-
onClick: (
|
|
858
|
+
class: k(a(f)),
|
|
859
|
+
onClick: (u) => a(c)(C, u)
|
|
860
860
|
}, [
|
|
861
|
-
i("span",
|
|
862
|
-
e.basic ? (
|
|
861
|
+
i("span", $s, [
|
|
862
|
+
e.basic ? (l(), m("span", Ss)) : (l(), P(a(Re), {
|
|
863
863
|
key: 1,
|
|
864
864
|
class: "h-full w-full text-primary",
|
|
865
865
|
"aria-hidden": "true"
|
|
866
866
|
}))
|
|
867
867
|
]),
|
|
868
868
|
i("span", {
|
|
869
|
-
class:
|
|
870
|
-
},
|
|
871
|
-
], 10,
|
|
869
|
+
class: k(["text-foreground", x.value])
|
|
870
|
+
}, B(h.name), 3)
|
|
871
|
+
], 10, ws)) : a(s)(C) ? (l(), m("a", {
|
|
872
872
|
key: 1,
|
|
873
873
|
href: h.href,
|
|
874
|
-
class:
|
|
874
|
+
class: k(a(f)),
|
|
875
875
|
"aria-current": "step",
|
|
876
|
-
onClick: (
|
|
876
|
+
onClick: (u) => a(c)(C, u)
|
|
877
877
|
}, [
|
|
878
|
-
i("span",
|
|
879
|
-
e.basic ? (
|
|
880
|
-
|
|
881
|
-
|
|
878
|
+
i("span", Bs, [
|
|
879
|
+
e.basic ? (l(), m("span", _s)) : (l(), m(W, { key: 1 }, [
|
|
880
|
+
Ps,
|
|
881
|
+
Ls
|
|
882
882
|
], 64))
|
|
883
883
|
]),
|
|
884
884
|
i("span", {
|
|
885
|
-
class:
|
|
886
|
-
},
|
|
887
|
-
], 10,
|
|
885
|
+
class: k(["text-primary-focus", x.value])
|
|
886
|
+
}, B(h.name), 3)
|
|
887
|
+
], 10, Is)) : (l(), m("a", {
|
|
888
888
|
key: 2,
|
|
889
889
|
href: h.href,
|
|
890
|
-
class:
|
|
891
|
-
onClick: (
|
|
890
|
+
class: k(a(f)),
|
|
891
|
+
onClick: (u) => a(c)(C, u)
|
|
892
892
|
}, [
|
|
893
|
-
i("div",
|
|
894
|
-
e.basic ? (
|
|
893
|
+
i("div", Vs, [
|
|
894
|
+
e.basic ? (l(), m("span", Os)) : (l(), m("div", As))
|
|
895
895
|
]),
|
|
896
896
|
i("p", {
|
|
897
|
-
class:
|
|
898
|
-
},
|
|
899
|
-
], 10,
|
|
897
|
+
class: k(["text-foreground-disabled", x.value])
|
|
898
|
+
}, B(h.name), 3)
|
|
899
|
+
], 10, js))
|
|
900
900
|
]))), 128))
|
|
901
901
|
], 2)
|
|
902
|
-
], 8,
|
|
902
|
+
], 8, Cs));
|
|
903
903
|
}
|
|
904
|
-
}),
|
|
904
|
+
}), Ms = ["disabled"], Sa = /* @__PURE__ */ A({
|
|
905
905
|
__name: "CardButton",
|
|
906
906
|
props: {
|
|
907
907
|
disabled: { type: Boolean },
|
|
908
908
|
modelValue: { type: Boolean }
|
|
909
909
|
},
|
|
910
910
|
emits: ["update:modelValue", "click"],
|
|
911
|
-
setup(e, { emit:
|
|
911
|
+
setup(e, { emit: n }) {
|
|
912
912
|
const t = e, s = r(() => {
|
|
913
913
|
const c = [
|
|
914
914
|
"h-20 bg-foundation-2 inline-flex justify-center items-center outline-none",
|
|
@@ -922,25 +922,25 @@ const ns = ["aria-label"], ls = ["href", "onClick"], as = { class: "flex space-x
|
|
|
922
922
|
c.preventDefault(), c.stopPropagation(), c.stopImmediatePropagation();
|
|
923
923
|
return;
|
|
924
924
|
}
|
|
925
|
-
|
|
925
|
+
n("update:modelValue", !t.modelValue), n("click", c);
|
|
926
926
|
};
|
|
927
|
-
return (c, d) => (
|
|
928
|
-
class:
|
|
927
|
+
return (c, d) => (l(), m("button", {
|
|
928
|
+
class: k(s.value),
|
|
929
929
|
disabled: e.disabled,
|
|
930
930
|
onClick: o
|
|
931
931
|
}, [
|
|
932
|
-
|
|
933
|
-
|
|
932
|
+
z(c.$slots, "default", {}, () => [
|
|
933
|
+
M("Text")
|
|
934
934
|
])
|
|
935
|
-
], 10,
|
|
935
|
+
], 10, Ms));
|
|
936
936
|
}
|
|
937
|
-
}),
|
|
937
|
+
}), zs = { class: "relative flex items-start" }, Ds = { class: "flex h-6 items-center" }, Rs = ["id", "checked", "aria-describedby", "name", "disabled", "value"], Ts = {
|
|
938
938
|
class: "ml-2 text-sm",
|
|
939
939
|
style: { "padding-top": "2px" }
|
|
940
|
-
},
|
|
940
|
+
}, Fs = ["for"], Es = {
|
|
941
941
|
key: 0,
|
|
942
942
|
class: "text-danger ml-1"
|
|
943
|
-
},
|
|
943
|
+
}, Ws = ["id"], Ia = /* @__PURE__ */ A({
|
|
944
944
|
inheritAttrs: !1,
|
|
945
945
|
__name: "Checkbox",
|
|
946
946
|
props: {
|
|
@@ -1029,108 +1029,108 @@ const ns = ["aria-label"], ls = ["href", "onClick"], as = { class: "flex space-x
|
|
|
1029
1029
|
},
|
|
1030
1030
|
emits: ["update:modelValue"],
|
|
1031
1031
|
setup(e) {
|
|
1032
|
-
const
|
|
1032
|
+
const n = e, t = (v) => `${v}-${Ce()}`, s = r(() => n.value || n.name), {
|
|
1033
1033
|
checked: o,
|
|
1034
1034
|
errorMessage: c,
|
|
1035
1035
|
handleChange: d,
|
|
1036
1036
|
value: f
|
|
1037
|
-
} =
|
|
1038
|
-
validateOnMount:
|
|
1037
|
+
} = ke(n.name, n.rules, {
|
|
1038
|
+
validateOnMount: n.validateOnMount,
|
|
1039
1039
|
type: "checkbox",
|
|
1040
1040
|
checkedValue: s,
|
|
1041
|
-
initialValue:
|
|
1042
|
-
}),
|
|
1043
|
-
const
|
|
1044
|
-
return
|
|
1045
|
-
}),
|
|
1046
|
-
|
|
1041
|
+
initialValue: n.modelValue || void 0
|
|
1042
|
+
}), x = r(() => n.label || n.name), p = r(() => c.value ? "border-danger-lighter" : "border-foreground-4 "), b = r(() => n.description || c.value), y = r(() => `${n.name}-description`), h = r(() => {
|
|
1043
|
+
const v = [];
|
|
1044
|
+
return n.inlineDescription ? v.push("inline ml-2") : v.push("block"), c.value ? v.push("text-danger") : v.push("text-foreground-2"), v.join(" ");
|
|
1045
|
+
}), C = O(t("checkbox")), u = r(() => n.id || C.value), j = (v) => {
|
|
1046
|
+
n.disabled || d(v);
|
|
1047
1047
|
};
|
|
1048
1048
|
return Y(() => {
|
|
1049
|
-
const
|
|
1050
|
-
|
|
1051
|
-
}), (
|
|
1052
|
-
i("div",
|
|
1049
|
+
const v = n.modelValue, $ = f.value, S = Array.isArray(v) ? v.includes(n.value) : v === n.value, T = Array.isArray($) ? $.includes(n.value) : $ === n.value;
|
|
1050
|
+
S !== T && d(v);
|
|
1051
|
+
}), (v, $) => (l(), m("div", zs, [
|
|
1052
|
+
i("div", Ds, [
|
|
1053
1053
|
i("input", oe({
|
|
1054
|
-
id:
|
|
1055
|
-
checked:
|
|
1056
|
-
"aria-describedby":
|
|
1054
|
+
id: u.value,
|
|
1055
|
+
checked: a(o),
|
|
1056
|
+
"aria-describedby": y.value,
|
|
1057
1057
|
name: e.name,
|
|
1058
1058
|
disabled: e.disabled,
|
|
1059
1059
|
value: s.value,
|
|
1060
1060
|
type: "checkbox",
|
|
1061
1061
|
class: ["h-4 w-4 rounded text-primary focus:ring-primary bg-foundation disabled:cursor-not-allowed disabled:bg-disabled disabled:text-disabled-2", p.value]
|
|
1062
|
-
},
|
|
1062
|
+
}, v.$attrs, { onChange: j }), null, 16, Rs)
|
|
1063
1063
|
]),
|
|
1064
|
-
i("div",
|
|
1064
|
+
i("div", Ts, [
|
|
1065
1065
|
i("label", {
|
|
1066
|
-
for:
|
|
1067
|
-
class:
|
|
1066
|
+
for: u.value,
|
|
1067
|
+
class: k(["font-medium text-foreground", { "sr-only": e.hideLabel }])
|
|
1068
1068
|
}, [
|
|
1069
|
-
i("span", null,
|
|
1070
|
-
e.showRequired ? (
|
|
1071
|
-
], 10,
|
|
1072
|
-
b.value ? (
|
|
1069
|
+
i("span", null, B(x.value), 1),
|
|
1070
|
+
e.showRequired ? (l(), m("span", Es, "*")) : I("", !0)
|
|
1071
|
+
], 10, Fs),
|
|
1072
|
+
b.value ? (l(), m("p", {
|
|
1073
1073
|
key: 0,
|
|
1074
|
-
id:
|
|
1075
|
-
class:
|
|
1076
|
-
},
|
|
1074
|
+
id: y.value,
|
|
1075
|
+
class: k(h.value)
|
|
1076
|
+
}, B(b.value), 11, Ws)) : I("", !0)
|
|
1077
1077
|
])
|
|
1078
1078
|
]));
|
|
1079
1079
|
}
|
|
1080
1080
|
});
|
|
1081
|
-
function
|
|
1082
|
-
const { props:
|
|
1083
|
-
validateOnMount: n
|
|
1084
|
-
validateOnValueUpdate: n
|
|
1085
|
-
initialValue: n
|
|
1081
|
+
function We(e) {
|
|
1082
|
+
const { props: n, inputEl: t, emit: s } = e, { value: o, errorMessage: c } = ke(n.name, n.rules, {
|
|
1083
|
+
validateOnMount: a(n.validateOnMount),
|
|
1084
|
+
validateOnValueUpdate: a(n.validateOnValueUpdate),
|
|
1085
|
+
initialValue: a(n.modelValue) || void 0
|
|
1086
1086
|
}), d = r(() => {
|
|
1087
|
-
const
|
|
1088
|
-
return n
|
|
1087
|
+
const S = ["block label text-foreground-2 mb-2"];
|
|
1088
|
+
return a(n.showLabel) || S.push("sr-only"), S.join(" ");
|
|
1089
1089
|
}), f = r(() => {
|
|
1090
|
-
const
|
|
1090
|
+
const S = [
|
|
1091
1091
|
"block w-full rounded focus:outline-none text-foreground transition-all",
|
|
1092
1092
|
"disabled:cursor-not-allowed disabled:bg-foundation-disabled disabled:text-disabled-muted",
|
|
1093
1093
|
"placeholder:text-foreground-2"
|
|
1094
1094
|
];
|
|
1095
|
-
return c.value ?
|
|
1095
|
+
return c.value ? S.push(
|
|
1096
1096
|
"border-2 border-danger text-danger-darker focus:border-danger focus:ring-danger"
|
|
1097
|
-
) :
|
|
1098
|
-
}),
|
|
1099
|
-
const
|
|
1100
|
-
return
|
|
1101
|
-
}),
|
|
1102
|
-
() => b.value && n
|
|
1103
|
-
), h = r(() => b.value || n
|
|
1104
|
-
() =>
|
|
1105
|
-
),
|
|
1106
|
-
const
|
|
1107
|
-
return
|
|
1108
|
-
}),
|
|
1109
|
-
var
|
|
1110
|
-
(
|
|
1111
|
-
},
|
|
1097
|
+
) : S.push("border-0 focus:ring-2 focus:ring-outline-2"), a(n.color) === "foundation" ? S.push("bg-foundation shadow-sm hover:shadow") : S.push("bg-foundation-page"), S.join(" ");
|
|
1098
|
+
}), x = O(Ce()), p = r(() => a(n.label) || a(n.name)), b = r(() => {
|
|
1099
|
+
const S = c.value;
|
|
1100
|
+
return !S || !a(n.useLabelInErrors) ? S : S.replace("Value", p.value);
|
|
1101
|
+
}), y = r(
|
|
1102
|
+
() => b.value && a(n.hideErrorMessage)
|
|
1103
|
+
), h = r(() => b.value || a(n.help)), C = r(() => !!h.value), u = r(
|
|
1104
|
+
() => C.value ? `${a(n.name)}-${x.value}` : void 0
|
|
1105
|
+
), j = r(() => {
|
|
1106
|
+
const S = ["mt-2 text-sm"];
|
|
1107
|
+
return S.push(c.value ? "text-danger" : "text-foreground-2"), S.join(" ");
|
|
1108
|
+
}), v = () => {
|
|
1109
|
+
var S;
|
|
1110
|
+
(S = t.value) == null || S.focus();
|
|
1111
|
+
}, $ = () => {
|
|
1112
1112
|
o.value = "", s("change", { value: "" }), s("clear");
|
|
1113
1113
|
};
|
|
1114
1114
|
return Y(() => {
|
|
1115
|
-
n
|
|
1115
|
+
a(n.autoFocus) && v();
|
|
1116
1116
|
}), {
|
|
1117
1117
|
coreClasses: f,
|
|
1118
1118
|
title: p,
|
|
1119
1119
|
value: o,
|
|
1120
|
-
helpTipId:
|
|
1121
|
-
helpTipClasses:
|
|
1120
|
+
helpTipId: u,
|
|
1121
|
+
helpTipClasses: j,
|
|
1122
1122
|
helpTip: h,
|
|
1123
|
-
hideHelpTip:
|
|
1123
|
+
hideHelpTip: y,
|
|
1124
1124
|
errorMessage: b,
|
|
1125
|
-
clear:
|
|
1126
|
-
focus:
|
|
1125
|
+
clear: $,
|
|
1126
|
+
focus: v,
|
|
1127
1127
|
labelClasses: d
|
|
1128
1128
|
};
|
|
1129
1129
|
}
|
|
1130
|
-
const
|
|
1130
|
+
const Us = ["for"], qs = { class: "relative" }, Hs = ["id", "name", "placeholder", "disabled", "aria-invalid", "aria-describedby"], Gs = /* @__PURE__ */ i("span", { class: "text-xs sr-only" }, "Clear input", -1), Ks = {
|
|
1131
1131
|
key: 2,
|
|
1132
1132
|
class: "pointer-events-none absolute inset-y-0 mt-3 text-4xl right-0 flex items-center pr-2 text-danger opacity-50"
|
|
1133
|
-
},
|
|
1133
|
+
}, Xs = ["id"], Ba = /* @__PURE__ */ A({
|
|
1134
1134
|
__name: "TextArea",
|
|
1135
1135
|
props: {
|
|
1136
1136
|
name: null,
|
|
@@ -1151,96 +1151,96 @@ const zs = ["for"], Es = { class: "relative" }, Us = ["id", "name", "placeholder
|
|
|
1151
1151
|
color: { default: "page" }
|
|
1152
1152
|
},
|
|
1153
1153
|
emits: ["update:modelValue", "change", "input", "clear"],
|
|
1154
|
-
setup(e, { expose:
|
|
1154
|
+
setup(e, { expose: n, emit: t }) {
|
|
1155
1155
|
const s = e, o = O(null), {
|
|
1156
1156
|
coreClasses: c,
|
|
1157
1157
|
title: d,
|
|
1158
1158
|
value: f,
|
|
1159
|
-
helpTipId:
|
|
1159
|
+
helpTipId: x,
|
|
1160
1160
|
helpTipClasses: p,
|
|
1161
1161
|
helpTip: b,
|
|
1162
|
-
errorMessage:
|
|
1162
|
+
errorMessage: y,
|
|
1163
1163
|
labelClasses: h,
|
|
1164
|
-
clear:
|
|
1165
|
-
focus:
|
|
1166
|
-
} =
|
|
1167
|
-
props:
|
|
1164
|
+
clear: C,
|
|
1165
|
+
focus: u
|
|
1166
|
+
} = We({
|
|
1167
|
+
props: le(s),
|
|
1168
1168
|
emit: t,
|
|
1169
1169
|
inputEl: o
|
|
1170
|
-
}),
|
|
1171
|
-
const
|
|
1172
|
-
return s.showClear &&
|
|
1170
|
+
}), j = r(() => {
|
|
1171
|
+
const v = ["pl-2"];
|
|
1172
|
+
return s.showClear && y.value ? v.push("pr-12") : (s.showClear || y.value) && v.push("pr-8"), v.join(" ");
|
|
1173
1173
|
});
|
|
1174
|
-
return
|
|
1175
|
-
class:
|
|
1174
|
+
return n({ focus: u }), (v, $) => (l(), m("div", {
|
|
1175
|
+
class: k([e.fullWidth ? "w-full" : ""])
|
|
1176
1176
|
}, [
|
|
1177
1177
|
i("label", {
|
|
1178
1178
|
for: e.name,
|
|
1179
|
-
class:
|
|
1179
|
+
class: k(a(h))
|
|
1180
1180
|
}, [
|
|
1181
|
-
i("span", null,
|
|
1182
|
-
], 10,
|
|
1183
|
-
i("div",
|
|
1181
|
+
i("span", null, B(a(d)), 1)
|
|
1182
|
+
], 10, Us),
|
|
1183
|
+
i("div", qs, [
|
|
1184
1184
|
ne(i("textarea", oe({
|
|
1185
1185
|
id: e.name,
|
|
1186
1186
|
ref_key: "inputElement",
|
|
1187
1187
|
ref: o,
|
|
1188
|
-
"onUpdate:modelValue":
|
|
1188
|
+
"onUpdate:modelValue": $[0] || ($[0] = (S) => ve(f) ? f.value = S : null),
|
|
1189
1189
|
name: e.name,
|
|
1190
|
-
class: [
|
|
1190
|
+
class: [a(c), j.value, "min-h-[4rem]"],
|
|
1191
1191
|
placeholder: e.placeholder,
|
|
1192
1192
|
disabled: e.disabled,
|
|
1193
|
-
"aria-invalid":
|
|
1194
|
-
"aria-describedby":
|
|
1195
|
-
},
|
|
1196
|
-
onChange:
|
|
1197
|
-
onInput:
|
|
1198
|
-
}), null, 16,
|
|
1199
|
-
[
|
|
1193
|
+
"aria-invalid": a(y) ? "true" : "false",
|
|
1194
|
+
"aria-describedby": a(x)
|
|
1195
|
+
}, v.$attrs, {
|
|
1196
|
+
onChange: $[1] || ($[1] = (S) => v.$emit("change", { event: S, value: a(f) })),
|
|
1197
|
+
onInput: $[2] || ($[2] = (S) => v.$emit("input", { event: S, value: a(f) }))
|
|
1198
|
+
}), null, 16, Hs), [
|
|
1199
|
+
[Ae, a(f)]
|
|
1200
1200
|
]),
|
|
1201
|
-
e.showClear ? (
|
|
1201
|
+
e.showClear ? (l(), m("a", {
|
|
1202
1202
|
key: 0,
|
|
1203
1203
|
title: "Clear input",
|
|
1204
1204
|
class: "absolute top-2 right-0 flex items-center pr-2 cursor-pointer",
|
|
1205
|
-
onClick:
|
|
1206
|
-
(
|
|
1207
|
-
onKeydown:
|
|
1208
|
-
(
|
|
1205
|
+
onClick: $[3] || ($[3] = //@ts-ignore
|
|
1206
|
+
(...S) => a(C) && a(C)(...S)),
|
|
1207
|
+
onKeydown: $[4] || ($[4] = //@ts-ignore
|
|
1208
|
+
(...S) => a(C) && a(C)(...S))
|
|
1209
1209
|
}, [
|
|
1210
|
-
|
|
1211
|
-
L(
|
|
1210
|
+
Gs,
|
|
1211
|
+
L(a(ue), {
|
|
1212
1212
|
class: "h-5 w-5 text-foreground",
|
|
1213
1213
|
"aria-hidden": "true"
|
|
1214
1214
|
})
|
|
1215
|
-
], 32)) :
|
|
1216
|
-
|
|
1215
|
+
], 32)) : I("", !0),
|
|
1216
|
+
a(y) ? (l(), m("div", {
|
|
1217
1217
|
key: 1,
|
|
1218
|
-
class:
|
|
1218
|
+
class: k([
|
|
1219
1219
|
"pointer-events-none absolute inset-y-0 right-0 flex items-center",
|
|
1220
1220
|
e.showClear ? "pr-8" : "pr-2"
|
|
1221
1221
|
])
|
|
1222
1222
|
}, [
|
|
1223
|
-
L(
|
|
1223
|
+
L(a(xe), {
|
|
1224
1224
|
class: "h-4 w-4 text-danger",
|
|
1225
1225
|
"aria-hidden": "true"
|
|
1226
1226
|
})
|
|
1227
|
-
], 2)) :
|
|
1228
|
-
e.showRequired && !
|
|
1227
|
+
], 2)) : I("", !0),
|
|
1228
|
+
e.showRequired && !a(y) ? (l(), m("div", Ks, " * ")) : I("", !0)
|
|
1229
1229
|
]),
|
|
1230
|
-
|
|
1230
|
+
a(x) ? (l(), m("p", {
|
|
1231
1231
|
key: 0,
|
|
1232
|
-
id:
|
|
1233
|
-
class:
|
|
1234
|
-
},
|
|
1232
|
+
id: a(x),
|
|
1233
|
+
class: k(a(p))
|
|
1234
|
+
}, B(a(b)), 11, Xs)) : I("", !0)
|
|
1235
1235
|
], 2));
|
|
1236
1236
|
}
|
|
1237
|
-
}),
|
|
1237
|
+
}), Ns = ["for"], Js = { class: "relative" }, Qs = {
|
|
1238
1238
|
key: 0,
|
|
1239
1239
|
class: "pointer-events-none absolute inset-y-0 left-0 flex items-center pl-2"
|
|
1240
|
-
},
|
|
1240
|
+
}, Ys = ["id", "type", "name", "placeholder", "disabled", "aria-invalid", "aria-describedby"], Zs = /* @__PURE__ */ i("span", { class: "text-xs sr-only" }, "Clear input", -1), en = {
|
|
1241
1241
|
key: 2,
|
|
1242
1242
|
class: "pointer-events-none absolute inset-y-0 mt-3 text-4xl right-0 flex items-center pr-2 text-danger opacity-50"
|
|
1243
|
-
},
|
|
1243
|
+
}, tn = ["id"], _a = /* @__PURE__ */ A({
|
|
1244
1244
|
inheritAttrs: !1,
|
|
1245
1245
|
__name: "TextInput",
|
|
1246
1246
|
props: {
|
|
@@ -1376,31 +1376,31 @@ const zs = ["for"], Es = { class: "relative" }, Us = ["id", "name", "placeholder
|
|
|
1376
1376
|
}
|
|
1377
1377
|
},
|
|
1378
1378
|
emits: ["update:modelValue", "change", "input", "clear", "focusin", "focusout"],
|
|
1379
|
-
setup(e, { expose:
|
|
1379
|
+
setup(e, { expose: n, emit: t }) {
|
|
1380
1380
|
const s = e, o = be(), c = O(null), {
|
|
1381
1381
|
coreClasses: d,
|
|
1382
1382
|
title: f,
|
|
1383
|
-
value:
|
|
1383
|
+
value: x,
|
|
1384
1384
|
helpTipId: p,
|
|
1385
1385
|
helpTipClasses: b,
|
|
1386
|
-
helpTip:
|
|
1386
|
+
helpTip: y,
|
|
1387
1387
|
hideHelpTip: h,
|
|
1388
|
-
errorMessage:
|
|
1389
|
-
clear:
|
|
1390
|
-
focus:
|
|
1391
|
-
labelClasses:
|
|
1392
|
-
} =
|
|
1393
|
-
props:
|
|
1388
|
+
errorMessage: C,
|
|
1389
|
+
clear: u,
|
|
1390
|
+
focus: j,
|
|
1391
|
+
labelClasses: v
|
|
1392
|
+
} = We({
|
|
1393
|
+
props: le(s),
|
|
1394
1394
|
emit: t,
|
|
1395
1395
|
inputEl: c
|
|
1396
|
-
}),
|
|
1396
|
+
}), $ = r(() => {
|
|
1397
1397
|
const R = ["h-5 w-5"];
|
|
1398
|
-
return
|
|
1399
|
-
}),
|
|
1398
|
+
return C.value ? R.push("text-danger") : R.push("text-foreground-2"), R.join(" ");
|
|
1399
|
+
}), S = r(
|
|
1400
1400
|
() => ["email", "password"].includes(s.type) || s.customIcon
|
|
1401
|
-
),
|
|
1401
|
+
), T = r(() => {
|
|
1402
1402
|
const R = [];
|
|
1403
|
-
return
|
|
1403
|
+
return S.value ? R.push("pl-8") : R.push("pl-2"), o["input-right"] || (C.value || s.showClear) && (C.value && s.showClear ? R.push("pr-12") : R.push("pr-8")), R.join(" ");
|
|
1404
1404
|
}), g = r(() => {
|
|
1405
1405
|
switch (s.size) {
|
|
1406
1406
|
case "sm":
|
|
@@ -1414,140 +1414,140 @@ const zs = ["for"], Es = { class: "relative" }, Us = ["id", "name", "placeholder
|
|
|
1414
1414
|
return "h-8";
|
|
1415
1415
|
}
|
|
1416
1416
|
});
|
|
1417
|
-
return
|
|
1418
|
-
class:
|
|
1417
|
+
return n({ focus: j }), (R, E) => (l(), m("div", {
|
|
1418
|
+
class: k([e.fullWidth ? "w-full" : "", e.wrapperClasses])
|
|
1419
1419
|
}, [
|
|
1420
1420
|
i("label", {
|
|
1421
1421
|
for: e.name,
|
|
1422
|
-
class:
|
|
1422
|
+
class: k(a(v))
|
|
1423
1423
|
}, [
|
|
1424
|
-
i("span", null,
|
|
1425
|
-
], 10,
|
|
1426
|
-
i("div",
|
|
1427
|
-
|
|
1428
|
-
e.customIcon ? (
|
|
1424
|
+
i("span", null, B(a(f)), 1)
|
|
1425
|
+
], 10, Ns),
|
|
1426
|
+
i("div", Js, [
|
|
1427
|
+
S.value ? (l(), m("div", Qs, [
|
|
1428
|
+
e.customIcon ? (l(), P(H(e.customIcon), {
|
|
1429
1429
|
key: 0,
|
|
1430
|
-
class:
|
|
1430
|
+
class: k($.value),
|
|
1431
1431
|
"aria-hidden": "true"
|
|
1432
|
-
}, null, 8, ["class"])) : e.type === "email" ? (
|
|
1432
|
+
}, null, 8, ["class"])) : e.type === "email" ? (l(), P(a(mt), {
|
|
1433
1433
|
key: 1,
|
|
1434
|
-
class:
|
|
1434
|
+
class: k($.value),
|
|
1435
1435
|
"aria-hidden": "true"
|
|
1436
|
-
}, null, 8, ["class"])) : e.type === "password" ? (
|
|
1436
|
+
}, null, 8, ["class"])) : e.type === "password" ? (l(), P(a(gt), {
|
|
1437
1437
|
key: 2,
|
|
1438
|
-
class:
|
|
1438
|
+
class: k($.value),
|
|
1439
1439
|
"aria-hidden": "true"
|
|
1440
|
-
}, null, 8, ["class"])) :
|
|
1441
|
-
])) :
|
|
1440
|
+
}, null, 8, ["class"])) : I("", !0)
|
|
1441
|
+
])) : I("", !0),
|
|
1442
1442
|
ne(i("input", oe({
|
|
1443
1443
|
id: e.name,
|
|
1444
1444
|
ref_key: "inputElement",
|
|
1445
1445
|
ref: c,
|
|
1446
|
-
"onUpdate:modelValue": E[0] || (E[0] = (
|
|
1446
|
+
"onUpdate:modelValue": E[0] || (E[0] = (F) => ve(x) ? x.value = F : null),
|
|
1447
1447
|
type: e.type,
|
|
1448
1448
|
name: e.name,
|
|
1449
|
-
class: [
|
|
1449
|
+
class: [a(d), T.value, g.value, e.inputClasses || ""],
|
|
1450
1450
|
placeholder: e.placeholder,
|
|
1451
1451
|
disabled: e.disabled,
|
|
1452
|
-
"aria-invalid":
|
|
1453
|
-
"aria-describedby":
|
|
1452
|
+
"aria-invalid": a(C) ? "true" : "false",
|
|
1453
|
+
"aria-describedby": a(p),
|
|
1454
1454
|
role: "textbox"
|
|
1455
1455
|
}, R.$attrs, {
|
|
1456
|
-
onChange: E[1] || (E[1] = (
|
|
1457
|
-
onInput: E[2] || (E[2] = (
|
|
1458
|
-
}), null, 16,
|
|
1459
|
-
[Xe,
|
|
1456
|
+
onChange: E[1] || (E[1] = (F) => R.$emit("change", { event: F, value: a(x) })),
|
|
1457
|
+
onInput: E[2] || (E[2] = (F) => R.$emit("input", { event: F, value: a(x) }))
|
|
1458
|
+
}), null, 16, Ys), [
|
|
1459
|
+
[Xe, a(x)]
|
|
1460
1460
|
]),
|
|
1461
|
-
|
|
1462
|
-
e.showClear ? (
|
|
1461
|
+
z(R.$slots, "input-right", {}, () => [
|
|
1462
|
+
e.showClear ? (l(), m("a", {
|
|
1463
1463
|
key: 0,
|
|
1464
1464
|
title: "Clear input",
|
|
1465
1465
|
class: "absolute inset-y-0 right-0 flex items-center pr-2 cursor-pointer",
|
|
1466
1466
|
onClick: E[3] || (E[3] = //@ts-ignore
|
|
1467
|
-
(...
|
|
1467
|
+
(...F) => a(u) && a(u)(...F)),
|
|
1468
1468
|
onKeydown: E[4] || (E[4] = //@ts-ignore
|
|
1469
|
-
(...
|
|
1469
|
+
(...F) => a(u) && a(u)(...F))
|
|
1470
1470
|
}, [
|
|
1471
|
-
|
|
1472
|
-
L(
|
|
1471
|
+
Zs,
|
|
1472
|
+
L(a(ue), {
|
|
1473
1473
|
class: "h-5 w-5 text-foreground",
|
|
1474
1474
|
"aria-hidden": "true"
|
|
1475
1475
|
})
|
|
1476
|
-
], 32)) :
|
|
1477
|
-
|
|
1476
|
+
], 32)) : I("", !0),
|
|
1477
|
+
a(C) ? (l(), m("div", {
|
|
1478
1478
|
key: 1,
|
|
1479
|
-
class:
|
|
1479
|
+
class: k([
|
|
1480
1480
|
"pointer-events-none absolute inset-y-0 right-0 flex items-center",
|
|
1481
1481
|
e.showClear ? "pr-8" : "pr-2"
|
|
1482
1482
|
])
|
|
1483
1483
|
}, [
|
|
1484
|
-
L(
|
|
1484
|
+
L(a(xe), {
|
|
1485
1485
|
class: "h-4 w-4 text-danger",
|
|
1486
1486
|
"aria-hidden": "true"
|
|
1487
1487
|
})
|
|
1488
|
-
], 2)) :
|
|
1489
|
-
e.showRequired && !
|
|
1488
|
+
], 2)) : I("", !0),
|
|
1489
|
+
e.showRequired && !a(C) ? (l(), m("div", en, " * ")) : I("", !0)
|
|
1490
1490
|
])
|
|
1491
1491
|
]),
|
|
1492
|
-
|
|
1492
|
+
a(p) && !a(h) ? (l(), m("p", {
|
|
1493
1493
|
key: 0,
|
|
1494
|
-
id:
|
|
1495
|
-
class:
|
|
1496
|
-
},
|
|
1494
|
+
id: a(p),
|
|
1495
|
+
class: k(a(b))
|
|
1496
|
+
}, B(a(y)), 11, tn)) : I("", !0)
|
|
1497
1497
|
], 2));
|
|
1498
1498
|
}
|
|
1499
|
-
}),
|
|
1499
|
+
}), sn = /^https?:\/\//, $e = /^[\w-_.+]+@[\w-_.+]+$/, nn = (e) => (e || "").match($e) ? !0 : "Value should be a valid e-mail address", an = (e) => (e || "").split(",").map((s) => s.trim()).every((s) => s.match($e)) || "Value should be one or multiple comma-delimited e-mail addresses", ln = (e) => (ie(e) && (e = e.trim()), e ? !0 : "Value is required"), on = (e, n) => (t, s) => t === s.form[e] ? !0 : `Value must be the same as in field '${n || e}'`, rn = (e) => (n) => {
|
|
1500
1500
|
const { minLength: t, maxLength: s } = e;
|
|
1501
|
-
return
|
|
1502
|
-
},
|
|
1501
|
+
return n = yt(n) ? "" : n, ie(n) ? !Q(t) && n.length < t ? `Value needs to be at least ${t} characters long` : !Q(s) && n.length > s ? `Value needs to be no more than ${s} characters long` : !0 : "Value should be a text string";
|
|
1502
|
+
}, un = (e) => (n) => {
|
|
1503
1503
|
const { match: t, message: s } = e;
|
|
1504
|
-
return ie(
|
|
1505
|
-
},
|
|
1504
|
+
return ie(n) ? t ? ie(t) ? n.includes(t) ? !0 : s : t.test(n) ? !0 : s : !0 : "Value should be a text string";
|
|
1505
|
+
}, Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1506
1506
|
__proto__: null,
|
|
1507
|
-
VALID_EMAIL:
|
|
1508
|
-
VALID_HTTP_URL:
|
|
1509
|
-
isEmail:
|
|
1510
|
-
isOneOrMultipleEmails:
|
|
1511
|
-
isRequired:
|
|
1512
|
-
isSameAs:
|
|
1513
|
-
isStringOfLength:
|
|
1514
|
-
stringContains:
|
|
1507
|
+
VALID_EMAIL: $e,
|
|
1508
|
+
VALID_HTTP_URL: sn,
|
|
1509
|
+
isEmail: nn,
|
|
1510
|
+
isOneOrMultipleEmails: an,
|
|
1511
|
+
isRequired: ln,
|
|
1512
|
+
isSameAs: on,
|
|
1513
|
+
isStringOfLength: rn,
|
|
1514
|
+
stringContains: un
|
|
1515
1515
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1516
|
-
function
|
|
1516
|
+
function cn(e) {
|
|
1517
1517
|
const {
|
|
1518
|
-
skipCalculation:
|
|
1518
|
+
skipCalculation: n,
|
|
1519
1519
|
elementToWatchForChanges: t,
|
|
1520
1520
|
itemContainer: s,
|
|
1521
1521
|
trackResize: o = !1,
|
|
1522
1522
|
trackMutations: c = !0
|
|
1523
1523
|
} = e || {}, d = O(0), f = () => {
|
|
1524
|
-
const
|
|
1525
|
-
if (
|
|
1524
|
+
const x = s.value;
|
|
1525
|
+
if (n != null && n.value || !x)
|
|
1526
1526
|
return;
|
|
1527
|
-
const p =
|
|
1528
|
-
let b = 0,
|
|
1529
|
-
for (const
|
|
1530
|
-
const
|
|
1531
|
-
Q(h) ? (h =
|
|
1527
|
+
const p = x.children;
|
|
1528
|
+
let b = 0, y = 0, h;
|
|
1529
|
+
for (const C of p) {
|
|
1530
|
+
const u = C.offsetTop;
|
|
1531
|
+
Q(h) ? (h = u, b += 1) : u === h && (b += 1), y += 1;
|
|
1532
1532
|
}
|
|
1533
|
-
d.value =
|
|
1533
|
+
d.value = y - b;
|
|
1534
1534
|
};
|
|
1535
|
-
return o &&
|
|
1535
|
+
return o && Ct(t, f), c && wt(t, f, {
|
|
1536
1536
|
childList: !0,
|
|
1537
1537
|
subtree: !0
|
|
1538
1538
|
}), {
|
|
1539
1539
|
hiddenItemCount: d
|
|
1540
1540
|
};
|
|
1541
1541
|
}
|
|
1542
|
-
function
|
|
1543
|
-
const { props:
|
|
1542
|
+
function dn(e) {
|
|
1543
|
+
const { props: n, emit: t, dynamicVisibility: s } = e;
|
|
1544
1544
|
let o;
|
|
1545
1545
|
if (s) {
|
|
1546
1546
|
const { elementToWatchForChanges: p, itemContainer: b } = s;
|
|
1547
|
-
o =
|
|
1547
|
+
o = cn({
|
|
1548
1548
|
skipCalculation: r(() => {
|
|
1549
1549
|
var h;
|
|
1550
|
-
return !((h =
|
|
1550
|
+
return !((h = n.multiple) != null && h.value);
|
|
1551
1551
|
}),
|
|
1552
1552
|
elementToWatchForChanges: p,
|
|
1553
1553
|
itemContainer: b
|
|
@@ -1556,20 +1556,20 @@ function rn(e) {
|
|
|
1556
1556
|
o = O(0);
|
|
1557
1557
|
const c = r({
|
|
1558
1558
|
get: () => {
|
|
1559
|
-
var b,
|
|
1560
|
-
const p = (b =
|
|
1561
|
-
return (
|
|
1559
|
+
var b, y;
|
|
1560
|
+
const p = (b = n.modelValue) == null ? void 0 : b.value;
|
|
1561
|
+
return (y = n.multiple) != null && y.value ? q(p) ? p : [] : q(p) ? void 0 : p;
|
|
1562
1562
|
},
|
|
1563
1563
|
set: (p) => {
|
|
1564
|
-
var b,
|
|
1565
|
-
if ((b =
|
|
1564
|
+
var b, y, h;
|
|
1565
|
+
if ((b = n.multiple) != null && b.value && !q(p)) {
|
|
1566
1566
|
console.warn("Attempting to set non-array value in selector w/ multiple=true");
|
|
1567
1567
|
return;
|
|
1568
|
-
} else if (!((
|
|
1568
|
+
} else if (!((y = n.multiple) != null && y.value) && q(p)) {
|
|
1569
1569
|
console.warn("Attempting to set array value in selector w/ multiple=false");
|
|
1570
1570
|
return;
|
|
1571
1571
|
}
|
|
1572
|
-
t("update:modelValue", (h =
|
|
1572
|
+
t("update:modelValue", (h = n.multiple) != null && h.value ? p || [] : p);
|
|
1573
1573
|
}
|
|
1574
1574
|
}), d = (p) => q(p);
|
|
1575
1575
|
return {
|
|
@@ -1580,31 +1580,34 @@ function rn(e) {
|
|
|
1580
1580
|
firstItem: (p) => d(p) ? p[0] : p
|
|
1581
1581
|
};
|
|
1582
1582
|
}
|
|
1583
|
-
const
|
|
1584
|
-
|
|
1585
|
-
],
|
|
1583
|
+
const fn = (e) => (Ne("data-v-60cf597b"), e = e(), Je(), e), pn = /* @__PURE__ */ fn(() => /* @__PURE__ */ i("div", { class: "swoosher relative top-0 bg-blue-500/50" }, null, -1)), hn = [
|
|
1584
|
+
pn
|
|
1585
|
+
], mn = /* @__PURE__ */ A({
|
|
1586
1586
|
__name: "Bar",
|
|
1587
1587
|
props: {
|
|
1588
1588
|
loading: { type: Boolean }
|
|
1589
1589
|
},
|
|
1590
1590
|
setup(e) {
|
|
1591
|
-
return (
|
|
1592
|
-
class:
|
|
1591
|
+
return (n, t) => (l(), m("div", {
|
|
1592
|
+
class: k([
|
|
1593
1593
|
"relative w-full h-1 bg-blue-500/30 text-xs text-foreground-on-primary overflow-hidden rounded-xl",
|
|
1594
1594
|
e.loading ? "opacity-100" : "opacity-0"
|
|
1595
1595
|
])
|
|
1596
|
-
},
|
|
1596
|
+
}, hn, 2));
|
|
1597
1597
|
}
|
|
1598
1598
|
});
|
|
1599
|
-
const
|
|
1599
|
+
const Ue = /* @__PURE__ */ Fe(mn, [["__scopeId", "data-v-60cf597b"]]), gn = { class: "flex items-center justify-between w-full" }, vn = { class: "block truncate grow text-left" }, bn = { class: "pointer-events-none shrink-0 ml-1 flex items-center space-x-2" }, yn = {
|
|
1600
|
+
key: 1,
|
|
1601
|
+
class: "text-4xl text-danger opacity-50 h-4 w-4 leading-6"
|
|
1602
|
+
}, xn = ["disabled"], kn = {
|
|
1600
1603
|
key: 0,
|
|
1601
1604
|
class: "flex flex-col mx-1 mb-1"
|
|
1602
|
-
},
|
|
1605
|
+
}, Cn = /* @__PURE__ */ i("span", { class: "sr-only label text-foreground" }, "Search", -1), wn = { class: "relative" }, $n = { class: "pointer-events-none absolute inset-y-0 left-0 flex items-center pl-2" }, Sn = ["placeholder"], In = {
|
|
1603
1606
|
key: 0,
|
|
1604
1607
|
class: "px-1"
|
|
1605
|
-
},
|
|
1606
|
-
class: /* @__PURE__ */
|
|
1607
|
-
},
|
|
1608
|
+
}, Bn = { key: 1 }, _n = /* @__PURE__ */ i("div", { class: "text-foreground-2 text-center" }, "Nothing found 🤷♂️", -1), Pn = {
|
|
1609
|
+
class: /* @__PURE__ */ k(["block truncate"])
|
|
1610
|
+
}, Ln = ["id"], jn = /* @__PURE__ */ A({
|
|
1608
1611
|
__name: "Base",
|
|
1609
1612
|
props: {
|
|
1610
1613
|
multiple: {
|
|
@@ -1749,117 +1752,124 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
1749
1752
|
fullyControlValue: {
|
|
1750
1753
|
type: Boolean,
|
|
1751
1754
|
default: !1
|
|
1755
|
+
},
|
|
1756
|
+
/**
|
|
1757
|
+
* Whether to show the red "required" asterisk
|
|
1758
|
+
*/
|
|
1759
|
+
showRequired: {
|
|
1760
|
+
type: Boolean,
|
|
1761
|
+
default: !1
|
|
1752
1762
|
}
|
|
1753
1763
|
},
|
|
1754
1764
|
emits: ["update:modelValue"],
|
|
1755
|
-
setup(e, { expose:
|
|
1756
|
-
const s = e, { value: o, errorMessage: c } =
|
|
1765
|
+
setup(e, { expose: n, emit: t }) {
|
|
1766
|
+
const s = e, { value: o, errorMessage: c } = ke(s.name, s.rules, {
|
|
1757
1767
|
validateOnMount: s.validateOnMount,
|
|
1758
1768
|
validateOnValueUpdate: s.validateOnValueUpdate,
|
|
1759
1769
|
initialValue: s.modelValue
|
|
1760
|
-
}), d = O(null), f = O(""),
|
|
1761
|
-
const
|
|
1762
|
-
return !
|
|
1763
|
-
}),
|
|
1764
|
-
() =>
|
|
1765
|
-
), w = r(
|
|
1766
|
-
() => c.value ? "text-danger" : "text-foreground-2"
|
|
1770
|
+
}), d = O(null), f = O(""), x = O([]), p = O(!1), b = O(1), y = O(Ce()), h = r(() => a(s.label) || a(s.name)), C = r(() => {
|
|
1771
|
+
const w = c.value;
|
|
1772
|
+
return !w || !a(s.useLabelInErrors) ? w : w.replace("Value", h.value);
|
|
1773
|
+
}), u = r(() => C.value || a(s.help)), j = r(() => !!u.value), v = r(
|
|
1774
|
+
() => j.value ? `${a(s.name)}-${y.value}` : void 0
|
|
1767
1775
|
), $ = r(
|
|
1776
|
+
() => c.value ? "text-danger" : "text-foreground-2"
|
|
1777
|
+
), S = r(
|
|
1768
1778
|
() => s.buttonStyle !== "simple" && s.clearable && !s.disabled
|
|
1769
|
-
),
|
|
1770
|
-
const
|
|
1771
|
-
return s.buttonStyle !== "simple" && (
|
|
1779
|
+
), T = r(() => {
|
|
1780
|
+
const w = ["relative flex group"];
|
|
1781
|
+
return c.value ? (w.push("hover:shadow rounded-md"), w.push("text-danger-darker focus:border-danger focus:ring-danger"), s.buttonStyle !== "simple" && w.push("outline outline-2 outline-danger")) : s.buttonStyle !== "simple" && (w.push("hover:shadow rounded-md"), w.push("outline outline-2 outline-primary-muted")), s.fixedHeight && w.push("h-8"), w.join(" ");
|
|
1772
1782
|
}), g = r(() => {
|
|
1773
|
-
const
|
|
1774
|
-
return s.buttonStyle !== "simple" &&
|
|
1783
|
+
const w = [];
|
|
1784
|
+
return s.buttonStyle !== "simple" && w.push(
|
|
1775
1785
|
Z.value ? "bg-foundation-disabled text-foreground-disabled" : ""
|
|
1776
|
-
), Z.value &&
|
|
1786
|
+
), Z.value && w.push("cursor-not-allowed"), w.join(" ");
|
|
1777
1787
|
}), R = r(() => {
|
|
1778
|
-
const
|
|
1788
|
+
const w = [
|
|
1779
1789
|
"relative z-[1]",
|
|
1780
1790
|
"flex items-center justify-center text-center shrink-0",
|
|
1781
1791
|
"rounded-r-md overflow-hidden transition-all",
|
|
1782
1792
|
"text-foreground",
|
|
1783
|
-
|
|
1793
|
+
Se.value ? `w-6 ${g.value}` : "w-0"
|
|
1784
1794
|
];
|
|
1785
|
-
return Z.value || (
|
|
1795
|
+
return Z.value || (w.push(
|
|
1786
1796
|
"hover:bg-primary hover:text-foreground-on-primary dark:text-foreground-on-primary"
|
|
1787
|
-
), s.buttonStyle === "tinted" ?
|
|
1797
|
+
), s.buttonStyle === "tinted" ? w.push("bg-outline-3") : w.push("bg-primary-muted")), w.join(" ");
|
|
1788
1798
|
}), E = r(() => {
|
|
1789
|
-
const
|
|
1799
|
+
const w = [
|
|
1790
1800
|
"relative z-[2]",
|
|
1791
1801
|
"normal rounded-md cursor-pointer transition truncate flex-1",
|
|
1792
1802
|
"flex items-center",
|
|
1793
1803
|
g.value
|
|
1794
1804
|
];
|
|
1795
|
-
return s.buttonStyle !== "simple" && (
|
|
1796
|
-
}),
|
|
1805
|
+
return s.buttonStyle !== "simple" && (w.push("py-2 px-3"), Z.value || (s.buttonStyle === "tinted" ? w.push("bg-foundation-page text-foreground") : w.push("bg-foundation text-foreground"))), S.value && Se.value && w.push("rounded-r-none"), w.join(" ");
|
|
1806
|
+
}), F = r(
|
|
1797
1807
|
() => !!(s.search && (s.filterPredicate || s.getSearchResults))
|
|
1798
|
-
), X = r(() =>
|
|
1808
|
+
), X = r(() => F.value && s.getSearchResults), Z = r(
|
|
1799
1809
|
() => s.disabled || !s.items.length && !X.value
|
|
1800
|
-
),
|
|
1810
|
+
), U = r({
|
|
1801
1811
|
get: () => {
|
|
1802
|
-
const
|
|
1803
|
-
return s.multiple ? q(
|
|
1812
|
+
const w = o.value;
|
|
1813
|
+
return s.multiple ? q(w) ? w : [] : q(w) ? void 0 : w;
|
|
1804
1814
|
},
|
|
1805
|
-
set: (
|
|
1806
|
-
if (s.multiple && !q(
|
|
1815
|
+
set: (w) => {
|
|
1816
|
+
if (s.multiple && !q(w)) {
|
|
1807
1817
|
console.warn("Attempting to set non-array value in selector w/ multiple=true");
|
|
1808
1818
|
return;
|
|
1809
|
-
} else if (!s.multiple && q(
|
|
1819
|
+
} else if (!s.multiple && q(w)) {
|
|
1810
1820
|
console.warn("Attempting to set array value in selector w/ multiple=false");
|
|
1811
1821
|
return;
|
|
1812
1822
|
}
|
|
1813
|
-
let
|
|
1823
|
+
let D;
|
|
1814
1824
|
if (s.multiple)
|
|
1815
|
-
|
|
1825
|
+
D = w || [];
|
|
1816
1826
|
else {
|
|
1817
|
-
const
|
|
1818
|
-
|
|
1827
|
+
const V = o.value;
|
|
1828
|
+
D = s.allowUnset && V && w && ce(V) === ce(w) ? void 0 : w;
|
|
1819
1829
|
}
|
|
1820
|
-
s.fullyControlValue ? t("update:modelValue",
|
|
1830
|
+
s.fullyControlValue ? t("update:modelValue", D) : o.value = D, b.value += 1;
|
|
1821
1831
|
}
|
|
1822
|
-
}),
|
|
1823
|
-
s.multiple ?
|
|
1832
|
+
}), Se = r(() => s.multiple ? U.value.length !== 0 : !!U.value), qe = () => {
|
|
1833
|
+
s.multiple ? U.value = [] : U.value = void 0;
|
|
1824
1834
|
}, He = r(() => {
|
|
1825
|
-
const
|
|
1826
|
-
return !
|
|
1827
|
-
(
|
|
1828
|
-
var
|
|
1829
|
-
return ((
|
|
1835
|
+
const w = f.value;
|
|
1836
|
+
return !F.value || !(w != null && w.length) ? x.value : s.filterPredicate ? x.value.filter(
|
|
1837
|
+
(D) => {
|
|
1838
|
+
var V;
|
|
1839
|
+
return ((V = s.filterPredicate) == null ? void 0 : V.call(s, D, w)) || !1;
|
|
1830
1840
|
}
|
|
1831
|
-
) :
|
|
1832
|
-
}),
|
|
1841
|
+
) : x.value;
|
|
1842
|
+
}), Ie = (w) => JSON.stringify(w), ce = (w) => s.by ? w[s.by] : w, de = async () => {
|
|
1833
1843
|
if (!(!X.value || !s.getSearchResults)) {
|
|
1834
1844
|
p.value = !0;
|
|
1835
1845
|
try {
|
|
1836
|
-
|
|
1846
|
+
x.value = await s.getSearchResults(f.value);
|
|
1837
1847
|
} finally {
|
|
1838
1848
|
p.value = !1;
|
|
1839
1849
|
}
|
|
1840
1850
|
}
|
|
1841
|
-
}, Ge =
|
|
1842
|
-
const { active:
|
|
1851
|
+
}, Ge = ze(de, 1e3), Ke = (w) => {
|
|
1852
|
+
const { active: D, disabled: V } = w || {}, { hideCheckmarks: K } = s, N = [
|
|
1843
1853
|
"relative transition cursor-pointer select-none py-1.5 pl-3",
|
|
1844
1854
|
K ? "" : "pr-9"
|
|
1845
1855
|
];
|
|
1846
|
-
return
|
|
1856
|
+
return V ? N.push("opacity-50 cursor-not-allowed") : N.push(D ? "text-primary" : "text-foreground"), N.join(" ");
|
|
1847
1857
|
};
|
|
1848
|
-
return
|
|
1858
|
+
return ae(
|
|
1849
1859
|
() => s.items,
|
|
1850
|
-
(
|
|
1851
|
-
|
|
1860
|
+
(w) => {
|
|
1861
|
+
x.value = w.slice();
|
|
1852
1862
|
},
|
|
1853
1863
|
{ immediate: !0 }
|
|
1854
|
-
),
|
|
1864
|
+
), ae(f, () => {
|
|
1855
1865
|
X.value && Ge();
|
|
1856
1866
|
}), Y(() => {
|
|
1857
1867
|
X.value && !s.items.length && de();
|
|
1858
|
-
}),
|
|
1859
|
-
(
|
|
1868
|
+
}), n({ triggerSearch: de }), (w, D) => (l(), m("div", null, [
|
|
1869
|
+
(l(), P(a(It), {
|
|
1860
1870
|
key: b.value,
|
|
1861
|
-
modelValue:
|
|
1862
|
-
"onUpdate:modelValue":
|
|
1871
|
+
modelValue: U.value,
|
|
1872
|
+
"onUpdate:modelValue": D[4] || (D[4] = (V) => U.value = V),
|
|
1863
1873
|
name: e.name,
|
|
1864
1874
|
multiple: e.multiple,
|
|
1865
1875
|
by: e.by,
|
|
@@ -1867,39 +1877,44 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
1867
1877
|
as: "div"
|
|
1868
1878
|
}, {
|
|
1869
1879
|
default: _(() => [
|
|
1870
|
-
L(
|
|
1871
|
-
class:
|
|
1880
|
+
L(a(Bt), {
|
|
1881
|
+
class: k(["block label text-foreground-2 mb-2", { "sr-only": !e.showLabel }])
|
|
1872
1882
|
}, {
|
|
1873
1883
|
default: _(() => [
|
|
1874
|
-
|
|
1884
|
+
M(B(e.label), 1)
|
|
1875
1885
|
]),
|
|
1876
1886
|
_: 1
|
|
1877
1887
|
}, 8, ["class"]),
|
|
1878
1888
|
i("div", {
|
|
1879
|
-
class:
|
|
1889
|
+
class: k(T.value)
|
|
1880
1890
|
}, [
|
|
1881
|
-
L(
|
|
1882
|
-
class:
|
|
1891
|
+
L(a(_t), {
|
|
1892
|
+
class: k(E.value)
|
|
1883
1893
|
}, {
|
|
1884
|
-
default: _(({ open:
|
|
1885
|
-
i("div",
|
|
1886
|
-
i("div",
|
|
1887
|
-
!
|
|
1888
|
-
|
|
1889
|
-
]) :
|
|
1894
|
+
default: _(({ open: V }) => [
|
|
1895
|
+
i("div", gn, [
|
|
1896
|
+
i("div", vn, [
|
|
1897
|
+
!U.value || a(q)(U.value) && !U.value.length ? z(w.$slots, "nothing-selected", { key: 0 }, () => [
|
|
1898
|
+
M(B(e.label), 1)
|
|
1899
|
+
]) : z(w.$slots, "something-selected", {
|
|
1890
1900
|
key: 1,
|
|
1891
|
-
value:
|
|
1901
|
+
value: U.value
|
|
1892
1902
|
}, () => [
|
|
1893
|
-
|
|
1903
|
+
M(B(Ie(U.value)), 1)
|
|
1894
1904
|
])
|
|
1895
1905
|
]),
|
|
1896
|
-
i("div",
|
|
1897
|
-
|
|
1906
|
+
i("div", bn, [
|
|
1907
|
+
C.value ? (l(), P(a(et), {
|
|
1898
1908
|
key: 0,
|
|
1909
|
+
class: "h-4 w-4 text-danger",
|
|
1910
|
+
"aria-hidden": "true"
|
|
1911
|
+
})) : e.showRequired ? (l(), m("div", yn, " * ")) : I("", !0),
|
|
1912
|
+
V ? (l(), P(a(De), {
|
|
1913
|
+
key: 2,
|
|
1899
1914
|
class: "h-4 w-4 text-foreground",
|
|
1900
1915
|
"aria-hidden": "true"
|
|
1901
|
-
})) : (
|
|
1902
|
-
key:
|
|
1916
|
+
})) : (l(), P(a(tt), {
|
|
1917
|
+
key: 3,
|
|
1903
1918
|
class: "h-4 w-4 text-foreground",
|
|
1904
1919
|
"aria-hidden": "true"
|
|
1905
1920
|
}))
|
|
@@ -1908,106 +1923,106 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
1908
1923
|
]),
|
|
1909
1924
|
_: 3
|
|
1910
1925
|
}, 8, ["class"]),
|
|
1911
|
-
|
|
1926
|
+
S.value ? ne((l(), m("button", {
|
|
1912
1927
|
key: 0,
|
|
1913
|
-
class:
|
|
1928
|
+
class: k(R.value),
|
|
1914
1929
|
disabled: e.disabled,
|
|
1915
|
-
onClick:
|
|
1930
|
+
onClick: D[0] || (D[0] = (V) => qe())
|
|
1916
1931
|
}, [
|
|
1917
|
-
L(
|
|
1918
|
-
], 10,
|
|
1919
|
-
[
|
|
1920
|
-
]) :
|
|
1932
|
+
L(a(st), { class: "w-3 h-3" })
|
|
1933
|
+
], 10, xn)), [
|
|
1934
|
+
[a(Te), "Clear"]
|
|
1935
|
+
]) : I("", !0),
|
|
1921
1936
|
L(ge, {
|
|
1922
1937
|
"leave-active-class": "transition ease-in duration-100",
|
|
1923
1938
|
"leave-from-class": "opacity-100",
|
|
1924
1939
|
"leave-to-class": "opacity-0"
|
|
1925
1940
|
}, {
|
|
1926
1941
|
default: _(() => [
|
|
1927
|
-
L(
|
|
1942
|
+
L(a(Pt), {
|
|
1928
1943
|
class: "absolute top-[100%] z-10 mt-1 w-full rounded-md bg-foundation-2 py-1 label label--light outline outline-2 outline-primary-muted focus:outline-none shadow",
|
|
1929
|
-
onFocus:
|
|
1944
|
+
onFocus: D[3] || (D[3] = (V) => {
|
|
1930
1945
|
var K;
|
|
1931
1946
|
return (K = d.value) == null ? void 0 : K.focus();
|
|
1932
1947
|
})
|
|
1933
1948
|
}, {
|
|
1934
1949
|
default: _(() => [
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
i("div",
|
|
1938
|
-
i("div",
|
|
1939
|
-
L(
|
|
1950
|
+
F.value ? (l(), m("label", kn, [
|
|
1951
|
+
Cn,
|
|
1952
|
+
i("div", wn, [
|
|
1953
|
+
i("div", $n, [
|
|
1954
|
+
L(a(nt), { class: "h-5 w-5 text-foreground" })
|
|
1940
1955
|
]),
|
|
1941
1956
|
ne(i("input", {
|
|
1942
1957
|
ref_key: "searchInput",
|
|
1943
1958
|
ref: d,
|
|
1944
|
-
"onUpdate:modelValue":
|
|
1959
|
+
"onUpdate:modelValue": D[1] || (D[1] = (V) => f.value = V),
|
|
1945
1960
|
type: "text",
|
|
1946
1961
|
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",
|
|
1947
1962
|
placeholder: e.searchPlaceholder,
|
|
1948
|
-
onKeydown:
|
|
1963
|
+
onKeydown: D[2] || (D[2] = ye(() => {
|
|
1949
1964
|
}, ["stop"]))
|
|
1950
|
-
}, null, 40,
|
|
1951
|
-
[
|
|
1965
|
+
}, null, 40, Sn), [
|
|
1966
|
+
[Ae, f.value]
|
|
1952
1967
|
])
|
|
1953
1968
|
])
|
|
1954
|
-
])) :
|
|
1969
|
+
])) : I("", !0),
|
|
1955
1970
|
i("div", {
|
|
1956
|
-
class:
|
|
1971
|
+
class: k(["overflow-auto simple-scrollbar", [F.value ? "max-h-52" : "max-h-60"]])
|
|
1957
1972
|
}, [
|
|
1958
|
-
X.value && p.value ? (
|
|
1959
|
-
L(
|
|
1960
|
-
])) : X.value && !
|
|
1961
|
-
|
|
1962
|
-
|
|
1973
|
+
X.value && p.value ? (l(), m("div", In, [
|
|
1974
|
+
L(Ue, { loading: !0 })
|
|
1975
|
+
])) : X.value && !x.value.length ? (l(), m("div", Bn, [
|
|
1976
|
+
z(w.$slots, "nothing-found", {}, () => [
|
|
1977
|
+
_n
|
|
1963
1978
|
])
|
|
1964
|
-
])) :
|
|
1965
|
-
!X.value || !p.value ? (
|
|
1979
|
+
])) : I("", !0),
|
|
1980
|
+
!X.value || !p.value ? (l(!0), m(W, { key: 2 }, G(He.value, (V) => {
|
|
1966
1981
|
var K;
|
|
1967
|
-
return
|
|
1968
|
-
key: ce(
|
|
1969
|
-
value:
|
|
1970
|
-
disabled: ((K = e.disabledItemPredicate) == null ? void 0 : K.call(e,
|
|
1982
|
+
return l(), P(a(Lt), {
|
|
1983
|
+
key: ce(V),
|
|
1984
|
+
value: V,
|
|
1985
|
+
disabled: ((K = e.disabledItemPredicate) == null ? void 0 : K.call(e, V)) || !1
|
|
1971
1986
|
}, {
|
|
1972
|
-
default: _(({ active: N, selected:
|
|
1973
|
-
var
|
|
1987
|
+
default: _(({ active: N, selected: Be }) => {
|
|
1988
|
+
var _e, Pe;
|
|
1974
1989
|
return [
|
|
1975
1990
|
i("li", {
|
|
1976
|
-
class:
|
|
1991
|
+
class: k(
|
|
1977
1992
|
Ke({
|
|
1978
1993
|
active: N,
|
|
1979
|
-
disabled: ((
|
|
1994
|
+
disabled: ((_e = e.disabledItemPredicate) == null ? void 0 : _e.call(e, V)) || !1
|
|
1980
1995
|
})
|
|
1981
1996
|
)
|
|
1982
1997
|
}, [
|
|
1983
|
-
i("span",
|
|
1984
|
-
|
|
1985
|
-
item:
|
|
1998
|
+
i("span", Pn, [
|
|
1999
|
+
z(w.$slots, "option", {
|
|
2000
|
+
item: V,
|
|
1986
2001
|
active: N,
|
|
1987
|
-
selected:
|
|
1988
|
-
disabled: ((
|
|
2002
|
+
selected: Be,
|
|
2003
|
+
disabled: ((Pe = e.disabledItemPredicate) == null ? void 0 : Pe.call(e, V)) || !1
|
|
1989
2004
|
}, () => [
|
|
1990
|
-
|
|
2005
|
+
M(B(Ie(V)), 1)
|
|
1991
2006
|
])
|
|
1992
2007
|
]),
|
|
1993
|
-
!e.hideCheckmarks &&
|
|
2008
|
+
!e.hideCheckmarks && Be ? (l(), m("span", {
|
|
1994
2009
|
key: 0,
|
|
1995
|
-
class:
|
|
2010
|
+
class: k([
|
|
1996
2011
|
N ? "text-primary" : "text-foreground",
|
|
1997
2012
|
"absolute inset-y-0 right-0 flex items-center pr-4"
|
|
1998
2013
|
])
|
|
1999
2014
|
}, [
|
|
2000
|
-
L(
|
|
2015
|
+
L(a(at), {
|
|
2001
2016
|
class: "h-5 w-5",
|
|
2002
2017
|
"aria-hidden": "true"
|
|
2003
2018
|
})
|
|
2004
|
-
], 2)) :
|
|
2019
|
+
], 2)) : I("", !0)
|
|
2005
2020
|
], 2)
|
|
2006
2021
|
];
|
|
2007
2022
|
}),
|
|
2008
2023
|
_: 2
|
|
2009
2024
|
}, 1032, ["value", "disabled"]);
|
|
2010
|
-
}), 128)) :
|
|
2025
|
+
}), 128)) : I("", !0)
|
|
2011
2026
|
], 2)
|
|
2012
2027
|
]),
|
|
2013
2028
|
_: 3
|
|
@@ -2019,37 +2034,37 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
2019
2034
|
]),
|
|
2020
2035
|
_: 3
|
|
2021
2036
|
}, 8, ["modelValue", "name", "multiple", "by", "disabled"])),
|
|
2022
|
-
|
|
2037
|
+
v.value ? (l(), m("p", {
|
|
2023
2038
|
key: 0,
|
|
2024
|
-
id:
|
|
2025
|
-
class:
|
|
2026
|
-
},
|
|
2039
|
+
id: v.value,
|
|
2040
|
+
class: k(["mt-2 text-sm", $.value])
|
|
2041
|
+
}, B(u.value), 11, Ln)) : I("", !0)
|
|
2027
2042
|
]));
|
|
2028
2043
|
}
|
|
2029
|
-
}),
|
|
2044
|
+
}), Vn = /* @__PURE__ */ A({
|
|
2030
2045
|
__name: "SourceAppBadge",
|
|
2031
2046
|
props: {
|
|
2032
2047
|
sourceApp: null
|
|
2033
2048
|
},
|
|
2034
2049
|
setup(e) {
|
|
2035
|
-
return (
|
|
2050
|
+
return (n, t) => (l(), P(as, {
|
|
2036
2051
|
"color-classes": "text-foreground-on-primary",
|
|
2037
2052
|
rounded: "",
|
|
2038
2053
|
style: fe({ backgroundColor: e.sourceApp.bgColor })
|
|
2039
2054
|
}, {
|
|
2040
2055
|
default: _(() => [
|
|
2041
|
-
|
|
2056
|
+
M(B(e.sourceApp.short), 1)
|
|
2042
2057
|
]),
|
|
2043
2058
|
_: 1
|
|
2044
2059
|
}, 8, ["style"]));
|
|
2045
2060
|
}
|
|
2046
|
-
}),
|
|
2061
|
+
}), On = {
|
|
2047
2062
|
key: 0,
|
|
2048
2063
|
class: "text-foreground-2 normal"
|
|
2049
|
-
},
|
|
2064
|
+
}, An = {
|
|
2050
2065
|
key: 1,
|
|
2051
2066
|
class: "flex items-center"
|
|
2052
|
-
},
|
|
2067
|
+
}, Mn = { class: "truncate" }, zn = { class: "flex items-center" }, Dn = { class: "truncate" }, La = /* @__PURE__ */ A({
|
|
2053
2068
|
__name: "SourceApps",
|
|
2054
2069
|
props: {
|
|
2055
2070
|
/**
|
|
@@ -2108,17 +2123,17 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
2108
2123
|
}
|
|
2109
2124
|
},
|
|
2110
2125
|
emits: ["update:modelValue"],
|
|
2111
|
-
setup(e, { emit:
|
|
2112
|
-
const t = e, s = O(null), o = O(null), { selectedValue: c, hiddenSelectedItemCount: d, isMultiItemArrayValue: f, firstItem:
|
|
2113
|
-
props:
|
|
2114
|
-
emit:
|
|
2126
|
+
setup(e, { emit: n }) {
|
|
2127
|
+
const t = e, s = O(null), o = O(null), { selectedValue: c, hiddenSelectedItemCount: d, isMultiItemArrayValue: f, firstItem: x } = dn({
|
|
2128
|
+
props: le(t),
|
|
2129
|
+
emit: n,
|
|
2115
2130
|
dynamicVisibility: { elementToWatchForChanges: s, itemContainer: o }
|
|
2116
|
-
}), p = (b,
|
|
2117
|
-
return (b,
|
|
2118
|
-
modelValue:
|
|
2119
|
-
"onUpdate:modelValue":
|
|
2131
|
+
}), p = (b, y) => b.name.toLocaleLowerCase().includes(y.toLocaleLowerCase());
|
|
2132
|
+
return (b, y) => (l(), P(jn, {
|
|
2133
|
+
modelValue: a(c),
|
|
2134
|
+
"onUpdate:modelValue": y[0] || (y[0] = (h) => ve(c) ? c.value = h : null),
|
|
2120
2135
|
multiple: e.multiple,
|
|
2121
|
-
items: e.items ??
|
|
2136
|
+
items: e.items ?? a(xt),
|
|
2122
2137
|
search: e.search,
|
|
2123
2138
|
"search-placeholder": e.searchPlaceholder,
|
|
2124
2139
|
label: e.label,
|
|
@@ -2128,14 +2143,14 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
2128
2143
|
by: "name"
|
|
2129
2144
|
}, {
|
|
2130
2145
|
"nothing-selected": _(() => [
|
|
2131
|
-
e.selectorPlaceholder ? (
|
|
2132
|
-
|
|
2133
|
-
], 64)) : (
|
|
2134
|
-
|
|
2146
|
+
e.selectorPlaceholder ? (l(), m(W, { key: 0 }, [
|
|
2147
|
+
M(B(e.selectorPlaceholder), 1)
|
|
2148
|
+
], 64)) : (l(), m(W, { key: 1 }, [
|
|
2149
|
+
M(B(e.multiple ? "Select apps" : "Select an app"), 1)
|
|
2135
2150
|
], 64))
|
|
2136
2151
|
]),
|
|
2137
2152
|
"something-selected": _(({ value: h }) => [
|
|
2138
|
-
|
|
2153
|
+
a(f)(h) ? (l(), m("div", {
|
|
2139
2154
|
key: 0,
|
|
2140
2155
|
ref_key: "elementToWatchForChanges",
|
|
2141
2156
|
ref: s,
|
|
@@ -2146,27 +2161,27 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
2146
2161
|
ref: o,
|
|
2147
2162
|
class: "flex flex-wrap overflow-hidden space-x-0.5 h-5"
|
|
2148
2163
|
}, [
|
|
2149
|
-
(
|
|
2150
|
-
key:
|
|
2151
|
-
"source-app":
|
|
2164
|
+
(l(!0), m(W, null, G(h, (C) => (l(), P(Vn, {
|
|
2165
|
+
key: C.name,
|
|
2166
|
+
"source-app": C
|
|
2152
2167
|
}, null, 8, ["source-app"]))), 128))
|
|
2153
2168
|
], 512),
|
|
2154
|
-
|
|
2155
|
-
], 512)) : (
|
|
2169
|
+
a(d) > 0 ? (l(), m("div", On, " +" + B(a(d)), 1)) : I("", !0)
|
|
2170
|
+
], 512)) : (l(), m("div", An, [
|
|
2156
2171
|
i("div", {
|
|
2157
2172
|
class: "h-2 w-2 rounded-full mr-2",
|
|
2158
|
-
style: fe({ backgroundColor:
|
|
2173
|
+
style: fe({ backgroundColor: a(x)(h).bgColor })
|
|
2159
2174
|
}, null, 4),
|
|
2160
|
-
i("span",
|
|
2175
|
+
i("span", Mn, B(a(x)(h).name), 1)
|
|
2161
2176
|
]))
|
|
2162
2177
|
]),
|
|
2163
2178
|
option: _(({ item: h }) => [
|
|
2164
|
-
i("div",
|
|
2179
|
+
i("div", zn, [
|
|
2165
2180
|
i("div", {
|
|
2166
2181
|
class: "h-2 w-2 rounded-full mr-2",
|
|
2167
2182
|
style: fe({ backgroundColor: h.bgColor })
|
|
2168
2183
|
}, null, 4),
|
|
2169
|
-
i("span",
|
|
2184
|
+
i("span", Dn, B(h.name), 1)
|
|
2170
2185
|
])
|
|
2171
2186
|
]),
|
|
2172
2187
|
_: 1
|
|
@@ -2174,7 +2189,7 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
2174
2189
|
}
|
|
2175
2190
|
});
|
|
2176
2191
|
var se = /* @__PURE__ */ ((e) => (e.CtrlOrCmd = "cmd-or-ctrl", e.AltOrOpt = "alt-or-opt", e.Shift = "shift", e))(se || {});
|
|
2177
|
-
const he =
|
|
2192
|
+
const he = kt(), Rn = {
|
|
2178
2193
|
[
|
|
2179
2194
|
"cmd-or-ctrl"
|
|
2180
2195
|
/* CtrlOrCmd */
|
|
@@ -2185,13 +2200,13 @@ const he = bt(), Mn = {
|
|
|
2185
2200
|
]: he === pe.Mac ? "Opt" : "Alt",
|
|
2186
2201
|
shift: "Shift"
|
|
2187
2202
|
};
|
|
2188
|
-
function
|
|
2189
|
-
const
|
|
2190
|
-
return e.map((t) =>
|
|
2203
|
+
function ja(e) {
|
|
2204
|
+
const n = (t) => Object.values(se).includes(t);
|
|
2205
|
+
return e.map((t) => n(t) ? Rn[t] : t).join("+");
|
|
2191
2206
|
}
|
|
2192
|
-
function
|
|
2193
|
-
|
|
2194
|
-
|
|
2207
|
+
function Va(e, ...n) {
|
|
2208
|
+
$t(
|
|
2209
|
+
n[0],
|
|
2195
2210
|
(t) => {
|
|
2196
2211
|
const s = t.getModifierState("Alt"), o = he === pe.Mac ? t.getModifierState("Meta") : t.getModifierState("Control"), c = t.getModifierState("Shift");
|
|
2197
2212
|
for (const d of e)
|
|
@@ -2209,25 +2224,25 @@ function Ll(e, ...l) {
|
|
|
2209
2224
|
return;
|
|
2210
2225
|
break;
|
|
2211
2226
|
}
|
|
2212
|
-
|
|
2227
|
+
n[1](t);
|
|
2213
2228
|
},
|
|
2214
|
-
|
|
2229
|
+
n[2]
|
|
2215
2230
|
);
|
|
2216
2231
|
}
|
|
2217
|
-
function
|
|
2218
|
-
const
|
|
2219
|
-
get: () => !!
|
|
2220
|
-
set: (s) =>
|
|
2232
|
+
function Oa(e) {
|
|
2233
|
+
const n = (e == null ? void 0 : e.model) || O(), t = r({
|
|
2234
|
+
get: () => !!n.value,
|
|
2235
|
+
set: (s) => n.value = s ? !0 : void 0
|
|
2221
2236
|
});
|
|
2222
|
-
return { model:
|
|
2237
|
+
return { model: n, isChecked: t };
|
|
2223
2238
|
}
|
|
2224
|
-
const
|
|
2239
|
+
const Tn = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 dark:bg-neutral-900/70 transition-opacity" }, null, -1), Fn = { class: "fixed inset-0 z-10 overflow-y-auto" }, En = { class: "flex min-h-full justify-center p-4 text-center items-center sm:p-0" }, Wn = {
|
|
2225
2240
|
key: 0,
|
|
2226
2241
|
class: "flex items-center justify-center shadow p-4 relative z-10 bg-foundation rounded-t-lg"
|
|
2227
|
-
},
|
|
2242
|
+
}, Un = { class: "text-2xl font-bold" }, qn = { class: "p-4 sm:p-6" }, Hn = {
|
|
2228
2243
|
key: 2,
|
|
2229
2244
|
class: "flex p-4 sm:px-6 sm:py-5 border-t gap-2 border-outline-3"
|
|
2230
|
-
},
|
|
2245
|
+
}, Aa = /* @__PURE__ */ A({
|
|
2231
2246
|
__name: "Dialog",
|
|
2232
2247
|
props: {
|
|
2233
2248
|
open: { type: Boolean },
|
|
@@ -2239,10 +2254,10 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2239
2254
|
onSubmit: { type: Function }
|
|
2240
2255
|
},
|
|
2241
2256
|
emits: ["update:open", "fully-closed"],
|
|
2242
|
-
setup(e, { emit:
|
|
2257
|
+
setup(e, { emit: n }) {
|
|
2243
2258
|
const t = e, s = be(), o = r(() => !!t.onSubmit), c = r(() => t.buttons || s.buttons), d = r({
|
|
2244
2259
|
get: () => t.open,
|
|
2245
|
-
set: (b) =>
|
|
2260
|
+
set: (b) => n("update:open", b)
|
|
2246
2261
|
}), f = r(() => {
|
|
2247
2262
|
switch (t.maxWidth) {
|
|
2248
2263
|
case "sm":
|
|
@@ -2256,24 +2271,24 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2256
2271
|
default:
|
|
2257
2272
|
return 1e4;
|
|
2258
2273
|
}
|
|
2259
|
-
}),
|
|
2274
|
+
}), x = r(() => {
|
|
2260
2275
|
const b = ["w-full", "sm:my-8 sm:w-full sm:max-w-xl"];
|
|
2261
2276
|
return !t.title && !c.value && b.push("px-4 pt-4 pb-4", "sm:p-6"), f.value >= 1 && b.push("md:max-w-2xl"), f.value >= 2 && b.push("lg:max-w-4xl"), f.value >= 3 && b.push("xl:max-w-6xl"), f.value >= 4 && b.push("2xl:max-w-7xl"), b.join(" ");
|
|
2262
2277
|
}), p = () => {
|
|
2263
2278
|
t.preventCloseOnClickOutside || (d.value = !1);
|
|
2264
2279
|
};
|
|
2265
|
-
return (b,
|
|
2280
|
+
return (b, y) => (l(), P(a(jt), {
|
|
2266
2281
|
as: "template",
|
|
2267
2282
|
show: d.value
|
|
2268
2283
|
}, {
|
|
2269
2284
|
default: _(() => [
|
|
2270
|
-
L(
|
|
2285
|
+
L(a(Vt), {
|
|
2271
2286
|
as: "div",
|
|
2272
2287
|
class: "relative z-40",
|
|
2273
2288
|
onClose: p
|
|
2274
2289
|
}, {
|
|
2275
2290
|
default: _(() => [
|
|
2276
|
-
L(
|
|
2291
|
+
L(a(Ve), {
|
|
2277
2292
|
as: "template",
|
|
2278
2293
|
enter: "ease-out duration-300",
|
|
2279
2294
|
"enter-from": "opacity-0",
|
|
@@ -2283,13 +2298,13 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2283
2298
|
"leave-to": "opacity-0"
|
|
2284
2299
|
}, {
|
|
2285
2300
|
default: _(() => [
|
|
2286
|
-
|
|
2301
|
+
Tn
|
|
2287
2302
|
]),
|
|
2288
2303
|
_: 1
|
|
2289
2304
|
}),
|
|
2290
|
-
i("div",
|
|
2291
|
-
i("div",
|
|
2292
|
-
L(
|
|
2305
|
+
i("div", Fn, [
|
|
2306
|
+
i("div", En, [
|
|
2307
|
+
L(a(Ve), {
|
|
2293
2308
|
as: "template",
|
|
2294
2309
|
enter: "ease-out duration-300",
|
|
2295
2310
|
"enter-from": "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",
|
|
@@ -2297,43 +2312,43 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2297
2312
|
leave: "ease-in duration-200",
|
|
2298
2313
|
"leave-from": "opacity-100 translate-y-0 sm:scale-100",
|
|
2299
2314
|
"leave-to": "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",
|
|
2300
|
-
onAfterLeave:
|
|
2315
|
+
onAfterLeave: y[1] || (y[1] = (h) => b.$emit("fully-closed"))
|
|
2301
2316
|
}, {
|
|
2302
2317
|
default: _(() => [
|
|
2303
|
-
L(
|
|
2304
|
-
class:
|
|
2318
|
+
L(a(Ot), {
|
|
2319
|
+
class: k([
|
|
2305
2320
|
"transform rounded-lg bg-foundation text-left shadow-xl transition-all",
|
|
2306
|
-
|
|
2321
|
+
x.value
|
|
2307
2322
|
]),
|
|
2308
2323
|
as: o.value ? "form" : "div",
|
|
2309
2324
|
onSubmit: ye(e.onSubmit, ["prevent"])
|
|
2310
2325
|
}, {
|
|
2311
2326
|
default: _(() => [
|
|
2312
|
-
e.title ? (
|
|
2313
|
-
i("h4",
|
|
2314
|
-
])) :
|
|
2315
|
-
e.hideCloser ?
|
|
2327
|
+
e.title ? (l(), m("div", Wn, [
|
|
2328
|
+
i("h4", Un, B(e.title), 1)
|
|
2329
|
+
])) : I("", !0),
|
|
2330
|
+
e.hideCloser ? I("", !0) : (l(), m("button", {
|
|
2316
2331
|
key: 1,
|
|
2317
2332
|
class: "absolute z-20 top-5 right-4 text-foreground",
|
|
2318
|
-
onClick:
|
|
2333
|
+
onClick: y[0] || (y[0] = (h) => d.value = !1)
|
|
2319
2334
|
}, [
|
|
2320
|
-
L(
|
|
2335
|
+
L(a(dt), { class: "h-6 w-6" })
|
|
2321
2336
|
])),
|
|
2322
|
-
i("div",
|
|
2323
|
-
|
|
2324
|
-
|
|
2337
|
+
i("div", qn, [
|
|
2338
|
+
z(b.$slots, "default", {}, () => [
|
|
2339
|
+
M("Put your content here!")
|
|
2325
2340
|
])
|
|
2326
2341
|
]),
|
|
2327
|
-
c.value ? (
|
|
2328
|
-
e.buttons ? (
|
|
2342
|
+
c.value ? (l(), m("div", Hn, [
|
|
2343
|
+
e.buttons ? (l(!0), m(W, { key: 0 }, G(e.buttons, (h, C) => (l(), P(a(re), oe({ key: C }, h.props, {
|
|
2329
2344
|
onClick: h.onClick
|
|
2330
2345
|
}), {
|
|
2331
2346
|
default: _(() => [
|
|
2332
|
-
|
|
2347
|
+
M(B(h.text), 1)
|
|
2333
2348
|
]),
|
|
2334
2349
|
_: 2
|
|
2335
|
-
}, 1040, ["onClick"]))), 128)) :
|
|
2336
|
-
])) :
|
|
2350
|
+
}, 1040, ["onClick"]))), 128)) : z(b.$slots, "buttons", { key: 1 })
|
|
2351
|
+
])) : I("", !0)
|
|
2337
2352
|
]),
|
|
2338
2353
|
_: 3
|
|
2339
2354
|
}, 8, ["class", "as", "onSubmit"])
|
|
@@ -2349,7 +2364,7 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2349
2364
|
_: 3
|
|
2350
2365
|
}, 8, ["show"]));
|
|
2351
2366
|
}
|
|
2352
|
-
}),
|
|
2367
|
+
}), Gn = { class: "inline-flex items-center space-x-2" }, Kn = { class: "label-light" }, Ma = /* @__PURE__ */ A({
|
|
2353
2368
|
__name: "Disclosure",
|
|
2354
2369
|
props: {
|
|
2355
2370
|
title: null,
|
|
@@ -2357,12 +2372,12 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2357
2372
|
color: { default: "default" }
|
|
2358
2373
|
},
|
|
2359
2374
|
setup(e) {
|
|
2360
|
-
const
|
|
2375
|
+
const n = e, t = r(() => {
|
|
2361
2376
|
const o = [
|
|
2362
2377
|
"pr-3 h-10 w-full flex items-center justify-between border-l-2 px-2 rounded transition",
|
|
2363
2378
|
"ring-1 font-medium"
|
|
2364
2379
|
];
|
|
2365
|
-
switch (
|
|
2380
|
+
switch (n.color) {
|
|
2366
2381
|
case "warning":
|
|
2367
2382
|
o.push(
|
|
2368
2383
|
"border-warning text-warning ring-warning-lighter hover:ring-warning"
|
|
@@ -2386,7 +2401,7 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2386
2401
|
return o.join(" ");
|
|
2387
2402
|
}), s = r(() => {
|
|
2388
2403
|
const o = ["mt-4 px-3 py-1 border-x "];
|
|
2389
|
-
switch (
|
|
2404
|
+
switch (n.color) {
|
|
2390
2405
|
case "warning":
|
|
2391
2406
|
o.push("border-warning-lighter");
|
|
2392
2407
|
break;
|
|
@@ -2403,33 +2418,33 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2403
2418
|
}
|
|
2404
2419
|
return o.join(" ");
|
|
2405
2420
|
});
|
|
2406
|
-
return (o, c) => (
|
|
2407
|
-
L(
|
|
2421
|
+
return (o, c) => (l(), m("div", null, [
|
|
2422
|
+
L(a(At), null, {
|
|
2408
2423
|
default: _(({ open: d }) => [
|
|
2409
|
-
L(
|
|
2410
|
-
class:
|
|
2424
|
+
L(a(Mt), {
|
|
2425
|
+
class: k(t.value)
|
|
2411
2426
|
}, {
|
|
2412
2427
|
default: _(() => [
|
|
2413
|
-
i("div",
|
|
2414
|
-
e.icon ? (
|
|
2428
|
+
i("div", Gn, [
|
|
2429
|
+
e.icon ? (l(), P(H(e.icon), {
|
|
2415
2430
|
key: 0,
|
|
2416
2431
|
class: "h-4 w-4"
|
|
2417
|
-
})) :
|
|
2418
|
-
i("span", null,
|
|
2432
|
+
})) : I("", !0),
|
|
2433
|
+
i("span", null, B(e.title), 1)
|
|
2419
2434
|
]),
|
|
2420
|
-
L(
|
|
2421
|
-
class:
|
|
2435
|
+
L(a(De), {
|
|
2436
|
+
class: k([d ? "" : "rotate-180 transform", "h-5 w-5"])
|
|
2422
2437
|
}, null, 8, ["class"])
|
|
2423
2438
|
]),
|
|
2424
2439
|
_: 2
|
|
2425
2440
|
}, 1032, ["class"]),
|
|
2426
|
-
L(
|
|
2427
|
-
class:
|
|
2441
|
+
L(a(zt), {
|
|
2442
|
+
class: k(s.value)
|
|
2428
2443
|
}, {
|
|
2429
2444
|
default: _(() => [
|
|
2430
|
-
i("div",
|
|
2431
|
-
|
|
2432
|
-
|
|
2445
|
+
i("div", Kn, [
|
|
2446
|
+
z(o.$slots, "default", {}, () => [
|
|
2447
|
+
M("Panel contents")
|
|
2433
2448
|
])
|
|
2434
2449
|
])
|
|
2435
2450
|
]),
|
|
@@ -2442,70 +2457,70 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2442
2457
|
}
|
|
2443
2458
|
});
|
|
2444
2459
|
var J = /* @__PURE__ */ ((e) => (e.Grid = "grid", e.List = "list", e))(J || {});
|
|
2445
|
-
const
|
|
2460
|
+
const za = /* @__PURE__ */ A({
|
|
2446
2461
|
__name: "GridListToggle",
|
|
2447
2462
|
props: {
|
|
2448
2463
|
modelValue: null
|
|
2449
2464
|
},
|
|
2450
2465
|
emits: ["click", "update:modelValue"],
|
|
2451
|
-
setup(e, { emit:
|
|
2466
|
+
setup(e, { emit: n }) {
|
|
2452
2467
|
const t = e, s = r({
|
|
2453
2468
|
get: () => t.modelValue || J.Grid,
|
|
2454
|
-
set: (d) =>
|
|
2469
|
+
set: (d) => n("update:modelValue", d)
|
|
2455
2470
|
}), o = r(
|
|
2456
|
-
() => s.value === J.Grid ? lt :
|
|
2471
|
+
() => s.value === J.Grid ? lt : ot
|
|
2457
2472
|
), c = (d) => {
|
|
2458
|
-
|
|
2473
|
+
n("click", d);
|
|
2459
2474
|
const f = s.value === J.Grid ? J.List : J.Grid;
|
|
2460
2475
|
s.value = f;
|
|
2461
2476
|
};
|
|
2462
|
-
return (d, f) => (
|
|
2477
|
+
return (d, f) => (l(), m("button", {
|
|
2463
2478
|
class: "flex items-center justify-center rounded bg-foundation h-8 w-8 shadow cursor-pointer text-foreground",
|
|
2464
2479
|
onClick: c
|
|
2465
2480
|
}, [
|
|
2466
|
-
(
|
|
2481
|
+
(l(), P(H(o.value), { class: "h-6 w-6" }))
|
|
2467
2482
|
]));
|
|
2468
2483
|
}
|
|
2469
2484
|
});
|
|
2470
|
-
var
|
|
2471
|
-
function
|
|
2472
|
-
if (!
|
|
2485
|
+
var Xn = /* @__PURE__ */ ((e) => (e[e.Throttle = 0] = "Throttle", e[e.Debounce = 1] = "Debounce", e))(Xn || {}), me = /* @__PURE__ */ ((e) => (e[e.Left = 0] = "Left", e[e.Right = 1] = "Right", e))(me || {});
|
|
2486
|
+
function Nn(e, n) {
|
|
2487
|
+
if (!we)
|
|
2473
2488
|
return;
|
|
2474
2489
|
const {
|
|
2475
2490
|
wait: t = 100,
|
|
2476
2491
|
throttleOrDebounce: s = 0
|
|
2477
2492
|
/* Throttle */
|
|
2478
|
-
} =
|
|
2493
|
+
} = n || {}, o = t ? s === 0 ? Qe(e, t) : ze(e, t) : e;
|
|
2479
2494
|
Y(() => window.addEventListener("resize", o)), Me(() => window.removeEventListener("resize", o));
|
|
2480
2495
|
}
|
|
2481
|
-
function
|
|
2496
|
+
function Da(e) {
|
|
2482
2497
|
Y(() => {
|
|
2483
2498
|
window.addEventListener("beforeunload", e);
|
|
2484
2499
|
}), Me(() => {
|
|
2485
2500
|
window.removeEventListener("beforeunload", e);
|
|
2486
2501
|
});
|
|
2487
2502
|
}
|
|
2488
|
-
function
|
|
2489
|
-
const { el:
|
|
2503
|
+
function Jn(e) {
|
|
2504
|
+
const { el: n, defaultDirection: t } = e, s = O(
|
|
2490
2505
|
Q(t) ? 1 : t
|
|
2491
2506
|
/* Right */
|
|
2492
2507
|
), o = r(() => {
|
|
2493
|
-
const d =
|
|
2508
|
+
const d = a(e.stopUpdatesBelowWidth);
|
|
2494
2509
|
if (!Q(d))
|
|
2495
2510
|
return d;
|
|
2496
|
-
const f = n
|
|
2511
|
+
const f = a(n);
|
|
2497
2512
|
return f != null && f.offsetWidth ? f.offsetWidth * 2 : void 0;
|
|
2498
2513
|
}), c = () => {
|
|
2499
|
-
if (!
|
|
2514
|
+
if (!we)
|
|
2500
2515
|
return;
|
|
2501
|
-
const d = n
|
|
2516
|
+
const d = a(n);
|
|
2502
2517
|
if (!d)
|
|
2503
2518
|
return;
|
|
2504
|
-
const f = d.getBoundingClientRect(),
|
|
2505
|
-
|
|
2519
|
+
const f = d.getBoundingClientRect(), x = f.x + f.width > window.innerWidth, p = f.x < 0;
|
|
2520
|
+
x && p || !Q(o.value) && window.innerWidth < o.value || (x ? s.value = 0 : p && (s.value = 1));
|
|
2506
2521
|
};
|
|
2507
|
-
return
|
|
2508
|
-
() => n
|
|
2522
|
+
return Nn(() => c()), ae(
|
|
2523
|
+
() => a(n),
|
|
2509
2524
|
(d) => {
|
|
2510
2525
|
d && c();
|
|
2511
2526
|
}
|
|
@@ -2514,15 +2529,15 @@ function Gn(e) {
|
|
|
2514
2529
|
recalculateDirection: c
|
|
2515
2530
|
};
|
|
2516
2531
|
}
|
|
2517
|
-
const
|
|
2532
|
+
const Qn = ["disabled", "onClick"], Ra = /* @__PURE__ */ A({
|
|
2518
2533
|
__name: "Menu",
|
|
2519
2534
|
props: {
|
|
2520
2535
|
open: { type: Boolean },
|
|
2521
2536
|
items: null
|
|
2522
2537
|
},
|
|
2523
2538
|
emits: ["update:open", "chosen"],
|
|
2524
|
-
setup(e, { emit:
|
|
2525
|
-
const t = e, s = O(null), { direction: o } =
|
|
2539
|
+
setup(e, { emit: n }) {
|
|
2540
|
+
const t = e, s = O(null), { direction: o } = Jn({
|
|
2526
2541
|
el: r(() => {
|
|
2527
2542
|
var h;
|
|
2528
2543
|
return ((h = s.value) == null ? void 0 : h.el) || null;
|
|
@@ -2531,42 +2546,42 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2531
2546
|
stopUpdatesBelowWidth: 300
|
|
2532
2547
|
}), c = O(null), d = O(!1), f = r({
|
|
2533
2548
|
get: () => t.open || !1,
|
|
2534
|
-
set: (h) =>
|
|
2535
|
-
}),
|
|
2536
|
-
const { active:
|
|
2537
|
-
return
|
|
2538
|
-
}, p = (h,
|
|
2539
|
-
|
|
2549
|
+
set: (h) => n("update:open", h)
|
|
2550
|
+
}), x = (h) => {
|
|
2551
|
+
const { active: C, disabled: u } = h, j = ["group flex w-full items-center rounded-md px-2 py-2 text-sm"];
|
|
2552
|
+
return C ? j.push("bg-primary text-foreground-on-primary") : u ? j.push("text-foreground-disabled") : j.push("text-foreground"), j.join(" ");
|
|
2553
|
+
}, p = (h, C) => {
|
|
2554
|
+
n("chosen", { item: h, event: C });
|
|
2540
2555
|
}, b = () => {
|
|
2541
2556
|
var h;
|
|
2542
2557
|
return (h = c.value) == null ? void 0 : h.el.click();
|
|
2543
|
-
},
|
|
2544
|
-
const
|
|
2545
|
-
return d.value =
|
|
2558
|
+
}, y = (h) => {
|
|
2559
|
+
const C = !!h;
|
|
2560
|
+
return d.value = C, C;
|
|
2546
2561
|
};
|
|
2547
|
-
return
|
|
2548
|
-
h !==
|
|
2549
|
-
}),
|
|
2562
|
+
return ae(d, (h, C) => {
|
|
2563
|
+
h !== C && (f.value = h);
|
|
2564
|
+
}), ae(f, (h) => {
|
|
2550
2565
|
(h && !d.value || !h && d.value) && b();
|
|
2551
|
-
}), (h,
|
|
2566
|
+
}), (h, C) => (l(), P(a(Dt), {
|
|
2552
2567
|
as: "div",
|
|
2553
2568
|
class: "relative inline-block"
|
|
2554
2569
|
}, {
|
|
2555
|
-
default: _(({ open:
|
|
2570
|
+
default: _(({ open: u }) => [
|
|
2556
2571
|
i("div", null, [
|
|
2557
|
-
L(
|
|
2572
|
+
L(a(Rt), {
|
|
2558
2573
|
ref_key: "menuButton",
|
|
2559
2574
|
ref: c,
|
|
2560
2575
|
class: "hidden",
|
|
2561
|
-
onClick:
|
|
2576
|
+
onClick: C[0] || (C[0] = ye(() => {
|
|
2562
2577
|
}, ["stop", "prevent"]))
|
|
2563
2578
|
}, null, 512),
|
|
2564
2579
|
i("div", {
|
|
2565
|
-
class:
|
|
2580
|
+
class: k(u ? "pointer-events-none" : "")
|
|
2566
2581
|
}, [
|
|
2567
|
-
|
|
2582
|
+
z(h.$slots, "default", {
|
|
2568
2583
|
toggle: b,
|
|
2569
|
-
open:
|
|
2584
|
+
open: y(u)
|
|
2570
2585
|
})
|
|
2571
2586
|
], 2)
|
|
2572
2587
|
]),
|
|
@@ -2579,36 +2594,36 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2579
2594
|
"leave-to-class": "transform scale-95 opacity-0"
|
|
2580
2595
|
}, {
|
|
2581
2596
|
default: _(() => [
|
|
2582
|
-
L(
|
|
2597
|
+
L(a(Tt), {
|
|
2583
2598
|
ref_key: "menuItems",
|
|
2584
2599
|
ref: s,
|
|
2585
|
-
class:
|
|
2600
|
+
class: k([
|
|
2586
2601
|
"absolute mt-2 w-56 origin-top-right divide-y divide-outline-3 rounded-md bg-foundation shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none z-40",
|
|
2587
|
-
|
|
2602
|
+
a(o) === a(me).Left ? "right-0" : ""
|
|
2588
2603
|
])
|
|
2589
2604
|
}, {
|
|
2590
2605
|
default: _(() => [
|
|
2591
|
-
(
|
|
2592
|
-
key:
|
|
2606
|
+
(l(!0), m(W, null, G(e.items, (j, v) => (l(), m("div", {
|
|
2607
|
+
key: v,
|
|
2593
2608
|
class: "px-1 py-1"
|
|
2594
2609
|
}, [
|
|
2595
|
-
(
|
|
2596
|
-
key:
|
|
2597
|
-
disabled:
|
|
2610
|
+
(l(!0), m(W, null, G(j, ($) => (l(), P(a(Ft), {
|
|
2611
|
+
key: $.id,
|
|
2612
|
+
disabled: $.disabled
|
|
2598
2613
|
}, {
|
|
2599
|
-
default: _(({ active:
|
|
2600
|
-
ne((
|
|
2614
|
+
default: _(({ active: S, disabled: T }) => [
|
|
2615
|
+
ne((l(), m("span", null, [
|
|
2601
2616
|
i("button", {
|
|
2602
|
-
class: x(
|
|
2603
|
-
disabled:
|
|
2604
|
-
onClick: (g) => p(
|
|
2617
|
+
class: k(x({ active: S, disabled: T })),
|
|
2618
|
+
disabled: T,
|
|
2619
|
+
onClick: (g) => p($, g)
|
|
2605
2620
|
}, [
|
|
2606
|
-
|
|
2607
|
-
|
|
2621
|
+
z(h.$slots, "item", { item: $ }, () => [
|
|
2622
|
+
M(B($.title), 1)
|
|
2608
2623
|
])
|
|
2609
|
-
], 10,
|
|
2624
|
+
], 10, Qn)
|
|
2610
2625
|
])), [
|
|
2611
|
-
[
|
|
2626
|
+
[a(Te), $.disabled && $.disabledTooltip]
|
|
2612
2627
|
])
|
|
2613
2628
|
]),
|
|
2614
2629
|
_: 2
|
|
@@ -2624,33 +2639,33 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2624
2639
|
_: 3
|
|
2625
2640
|
}));
|
|
2626
2641
|
}
|
|
2627
|
-
}),
|
|
2642
|
+
}), Yn = { class: "flex flex-col space-y-4" }, Zn = { class: "flex space-x-6" }, Ta = /* @__PURE__ */ A({
|
|
2628
2643
|
__name: "Tabs",
|
|
2629
2644
|
props: {
|
|
2630
2645
|
items: null
|
|
2631
2646
|
},
|
|
2632
2647
|
setup(e) {
|
|
2633
|
-
const
|
|
2648
|
+
const n = e, t = O(null), s = r(() => t.value && n.items.find((c) => c.id === t.value) || n.items[0]), o = (c) => {
|
|
2634
2649
|
t.value = c.id;
|
|
2635
2650
|
};
|
|
2636
|
-
return (c, d) => (
|
|
2637
|
-
i("div",
|
|
2638
|
-
(
|
|
2651
|
+
return (c, d) => (l(), m("div", Yn, [
|
|
2652
|
+
i("div", Zn, [
|
|
2653
|
+
(l(!0), m(W, null, G(e.items, (f) => (l(), P(re, {
|
|
2639
2654
|
key: f.id,
|
|
2640
2655
|
link: "",
|
|
2641
2656
|
color: s.value.id === f.id ? "default" : "secondary",
|
|
2642
|
-
onClick: (
|
|
2657
|
+
onClick: (x) => o(f)
|
|
2643
2658
|
}, {
|
|
2644
2659
|
default: _(() => [
|
|
2645
|
-
|
|
2660
|
+
M(B(f.title), 1)
|
|
2646
2661
|
]),
|
|
2647
2662
|
_: 2
|
|
2648
2663
|
}, 1032, ["color", "onClick"]))), 128))
|
|
2649
2664
|
]),
|
|
2650
|
-
|
|
2665
|
+
z(c.$slots, "default", { activeItem: s.value })
|
|
2651
2666
|
]));
|
|
2652
2667
|
}
|
|
2653
|
-
}),
|
|
2668
|
+
}), ea = { class: "w-full flex flex-col items-center my-2 space-y-2 mt-4" }, ta = { class: "inline-flex items-center space-x-1" }, sa = /* @__PURE__ */ i("span", { class: "text-foreground-2" }, "That's it, you've loaded everything!", -1), na = { class: "w-full flex flex-col items-center my-2 space-y-2 mt-4" }, aa = { class: "inline-flex items-center space-x-1" }, la = /* @__PURE__ */ i("span", { class: "text-foreground-2" }, "An error occurred while loading", -1), Fa = /* @__PURE__ */ A({
|
|
2654
2669
|
__name: "InfiniteLoading",
|
|
2655
2670
|
props: {
|
|
2656
2671
|
settings: null,
|
|
@@ -2658,58 +2673,58 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2658
2673
|
},
|
|
2659
2674
|
emits: ["infinite"],
|
|
2660
2675
|
setup(e) {
|
|
2661
|
-
const
|
|
2662
|
-
return
|
|
2676
|
+
const n = O(null), t = O(!1);
|
|
2677
|
+
return we && Y(() => {
|
|
2663
2678
|
const s = setInterval(() => {
|
|
2664
2679
|
var o;
|
|
2665
|
-
(o =
|
|
2680
|
+
(o = n.value) != null && o.isConnected && (t.value = !0, clearInterval(s));
|
|
2666
2681
|
}, 200);
|
|
2667
|
-
}), (s, o) => (
|
|
2682
|
+
}), (s, o) => (l(), m("div", {
|
|
2668
2683
|
ref_key: "wrapper",
|
|
2669
|
-
ref:
|
|
2684
|
+
ref: n
|
|
2670
2685
|
}, [
|
|
2671
|
-
t.value ? (
|
|
2686
|
+
t.value ? (l(), P(a(Et), oe({ key: 0 }, s.$props.settings || {}, {
|
|
2672
2687
|
onInfinite: o[0] || (o[0] = (c) => s.$emit("infinite", c))
|
|
2673
2688
|
}), {
|
|
2674
2689
|
spinner: _(() => [
|
|
2675
|
-
L(
|
|
2690
|
+
L(Ue, {
|
|
2676
2691
|
loading: !0,
|
|
2677
2692
|
class: "my-2"
|
|
2678
2693
|
})
|
|
2679
2694
|
]),
|
|
2680
2695
|
complete: _(() => [
|
|
2681
|
-
i("div",
|
|
2682
|
-
i("div",
|
|
2683
|
-
L(
|
|
2684
|
-
|
|
2696
|
+
i("div", ea, [
|
|
2697
|
+
i("div", ta, [
|
|
2698
|
+
L(a(ft), { class: "w-5 h-5 text-success" }),
|
|
2699
|
+
sa
|
|
2685
2700
|
])
|
|
2686
2701
|
])
|
|
2687
2702
|
]),
|
|
2688
2703
|
error: _(({ retry: c }) => [
|
|
2689
|
-
i("div",
|
|
2690
|
-
i("div",
|
|
2691
|
-
L(
|
|
2692
|
-
|
|
2704
|
+
i("div", na, [
|
|
2705
|
+
i("div", aa, [
|
|
2706
|
+
L(a(pt), { class: "w-5 h-5 text-danger" }),
|
|
2707
|
+
la
|
|
2693
2708
|
]),
|
|
2694
|
-
e.allowRetry ? (
|
|
2709
|
+
e.allowRetry ? (l(), P(re, {
|
|
2695
2710
|
key: 0,
|
|
2696
2711
|
onClick: c
|
|
2697
2712
|
}, {
|
|
2698
2713
|
default: _(() => [
|
|
2699
|
-
|
|
2714
|
+
M("Retry")
|
|
2700
2715
|
]),
|
|
2701
2716
|
_: 2
|
|
2702
|
-
}, 1032, ["onClick"])) :
|
|
2717
|
+
}, 1032, ["onClick"])) : I("", !0)
|
|
2703
2718
|
])
|
|
2704
2719
|
]),
|
|
2705
2720
|
_: 1
|
|
2706
|
-
}, 16)) :
|
|
2721
|
+
}, 16)) : I("", !0)
|
|
2707
2722
|
], 512));
|
|
2708
2723
|
}
|
|
2709
|
-
}),
|
|
2724
|
+
}), oa = { class: "relative group" }, ra = {
|
|
2710
2725
|
key: 0,
|
|
2711
2726
|
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"
|
|
2712
|
-
},
|
|
2727
|
+
}, Ea = /* @__PURE__ */ A({
|
|
2713
2728
|
__name: "Panel",
|
|
2714
2729
|
props: {
|
|
2715
2730
|
/**
|
|
@@ -2746,7 +2761,7 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2746
2761
|
}
|
|
2747
2762
|
},
|
|
2748
2763
|
emits: ["submit"],
|
|
2749
|
-
setup(e, { emit:
|
|
2764
|
+
setup(e, { emit: n }) {
|
|
2750
2765
|
const t = e, s = r(
|
|
2751
2766
|
() => t.customPadding ? "" : "px-4 py-4 sm:px-6"
|
|
2752
2767
|
), o = r(
|
|
@@ -2755,53 +2770,75 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2755
2770
|
const d = ["rounded-lg"];
|
|
2756
2771
|
return t.noShadow || d.push("shadow"), t.ring && d.push("ring-outline-2 hover:ring-2"), t.panelClasses && d.push(t.panelClasses), d.join(" ");
|
|
2757
2772
|
});
|
|
2758
|
-
return (d, f) => (
|
|
2759
|
-
e.fancyGlow ? (
|
|
2760
|
-
(
|
|
2761
|
-
class:
|
|
2773
|
+
return (d, f) => (l(), m("div", oa, [
|
|
2774
|
+
e.fancyGlow ? (l(), m("div", ra)) : I("", !0),
|
|
2775
|
+
(l(), P(H(e.form ? "form" : "div"), {
|
|
2776
|
+
class: k([
|
|
2762
2777
|
"relative divide-outline-3 bg-foundation text-foreground flex flex-col divide-y overflow-hidden",
|
|
2763
2778
|
c.value
|
|
2764
2779
|
]),
|
|
2765
|
-
onSubmit: f[0] || (f[0] = (
|
|
2780
|
+
onSubmit: f[0] || (f[0] = (x) => n("submit", x))
|
|
2766
2781
|
}, {
|
|
2767
2782
|
default: _(() => [
|
|
2768
|
-
d.$slots.header ? (
|
|
2783
|
+
d.$slots.header ? (l(), m("div", {
|
|
2769
2784
|
key: 0,
|
|
2770
|
-
class:
|
|
2785
|
+
class: k(s.value)
|
|
2771
2786
|
}, [
|
|
2772
|
-
|
|
2773
|
-
], 2)) :
|
|
2787
|
+
z(d.$slots, "header")
|
|
2788
|
+
], 2)) : I("", !0),
|
|
2774
2789
|
i("div", {
|
|
2775
|
-
class:
|
|
2790
|
+
class: k(["grow", o.value])
|
|
2776
2791
|
}, [
|
|
2777
|
-
|
|
2792
|
+
z(d.$slots, "default")
|
|
2778
2793
|
], 2),
|
|
2779
|
-
d.$slots.footer ? (
|
|
2794
|
+
d.$slots.footer ? (l(), m("div", {
|
|
2780
2795
|
key: 1,
|
|
2781
|
-
class:
|
|
2796
|
+
class: k(s.value)
|
|
2782
2797
|
}, [
|
|
2783
|
-
|
|
2784
|
-
], 2)) :
|
|
2798
|
+
z(d.$slots, "footer")
|
|
2799
|
+
], 2)) : I("", !0)
|
|
2785
2800
|
]),
|
|
2786
2801
|
_: 3
|
|
2787
2802
|
}, 40, ["class"]))
|
|
2788
2803
|
]));
|
|
2789
2804
|
}
|
|
2790
|
-
}),
|
|
2791
|
-
key: 0,
|
|
2792
|
-
class: "mt-2 text-sm"
|
|
2793
|
-
}, ol = /* @__PURE__ */ i("span", { class: "sr-only" }, "Dismiss", -1), Fl = /* @__PURE__ */ M({
|
|
2805
|
+
}), ia = { class: "flex-shrink-0" }, ua = /* @__PURE__ */ i("span", { class: "sr-only" }, "Dismiss", -1), Wa = /* @__PURE__ */ A({
|
|
2794
2806
|
__name: "Alert",
|
|
2795
2807
|
props: {
|
|
2796
2808
|
color: { default: "success" },
|
|
2797
2809
|
withDismiss: { type: Boolean },
|
|
2798
|
-
actions: null
|
|
2810
|
+
actions: null,
|
|
2811
|
+
customIcon: null,
|
|
2812
|
+
size: { default: "default" }
|
|
2799
2813
|
},
|
|
2800
2814
|
emits: ["dismiss"],
|
|
2801
2815
|
setup(e) {
|
|
2802
|
-
const
|
|
2816
|
+
const n = e, t = be(), s = r(() => !!t.description), o = r(() => {
|
|
2817
|
+
if (n.customIcon)
|
|
2818
|
+
return n.customIcon;
|
|
2819
|
+
switch (n.color) {
|
|
2820
|
+
case "info":
|
|
2821
|
+
return bt;
|
|
2822
|
+
case "warning":
|
|
2823
|
+
return xe;
|
|
2824
|
+
case "danger":
|
|
2825
|
+
return vt;
|
|
2826
|
+
case "success":
|
|
2827
|
+
default:
|
|
2828
|
+
return Re;
|
|
2829
|
+
}
|
|
2830
|
+
}), c = r(() => {
|
|
2803
2831
|
const u = [];
|
|
2804
|
-
switch (
|
|
2832
|
+
switch (n.size) {
|
|
2833
|
+
case "xs":
|
|
2834
|
+
u.push("p-1");
|
|
2835
|
+
break;
|
|
2836
|
+
case "default":
|
|
2837
|
+
default:
|
|
2838
|
+
u.push(s.value ? "p-4" : "p-2");
|
|
2839
|
+
break;
|
|
2840
|
+
}
|
|
2841
|
+
switch (n.color) {
|
|
2805
2842
|
case "success":
|
|
2806
2843
|
u.push("bg-success-lighter border-l-4 border-success");
|
|
2807
2844
|
break;
|
|
@@ -2816,9 +2853,63 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2816
2853
|
break;
|
|
2817
2854
|
}
|
|
2818
2855
|
return u.join(" ");
|
|
2819
|
-
}),
|
|
2856
|
+
}), d = r(() => {
|
|
2857
|
+
const u = [];
|
|
2858
|
+
if (s.value)
|
|
2859
|
+
u.push("");
|
|
2860
|
+
else
|
|
2861
|
+
switch (u.push("items-center"), n.size) {
|
|
2862
|
+
case "xs":
|
|
2863
|
+
u.push("space-x-1");
|
|
2864
|
+
break;
|
|
2865
|
+
case "default":
|
|
2866
|
+
default:
|
|
2867
|
+
u.push("space-x-2");
|
|
2868
|
+
break;
|
|
2869
|
+
}
|
|
2870
|
+
return u.join(" ");
|
|
2871
|
+
}), f = r(() => {
|
|
2872
|
+
const u = ["grow"];
|
|
2873
|
+
switch (s.value || u.push("flex items-center space-x-2"), n.size) {
|
|
2874
|
+
case "xs":
|
|
2875
|
+
u.push("ml-1");
|
|
2876
|
+
break;
|
|
2877
|
+
case "default":
|
|
2878
|
+
default:
|
|
2879
|
+
u.push("ml-3");
|
|
2880
|
+
break;
|
|
2881
|
+
}
|
|
2882
|
+
return u.join(" ");
|
|
2883
|
+
}), x = r(() => {
|
|
2884
|
+
const u = [];
|
|
2885
|
+
switch (n.size) {
|
|
2886
|
+
case "xs":
|
|
2887
|
+
u.push("text-xs");
|
|
2888
|
+
break;
|
|
2889
|
+
case "default":
|
|
2890
|
+
default:
|
|
2891
|
+
u.push("mt-2 text-sm");
|
|
2892
|
+
break;
|
|
2893
|
+
}
|
|
2894
|
+
return u.join(" ");
|
|
2895
|
+
}), p = r(() => {
|
|
2896
|
+
var v;
|
|
2897
|
+
const u = ["flex"];
|
|
2898
|
+
s.value || u.push("grow justify-end");
|
|
2899
|
+
const j = s.value && ((v = n.actions) == null ? void 0 : v.length);
|
|
2900
|
+
switch (n.size) {
|
|
2901
|
+
case "xs":
|
|
2902
|
+
u.push("space-x-1"), j && u.push("mt-1");
|
|
2903
|
+
break;
|
|
2904
|
+
case "default":
|
|
2905
|
+
default:
|
|
2906
|
+
u.push("space-x-2"), j && u.push("mt-4");
|
|
2907
|
+
break;
|
|
2908
|
+
}
|
|
2909
|
+
return u.join(" ");
|
|
2910
|
+
}), b = r(() => {
|
|
2820
2911
|
const u = [];
|
|
2821
|
-
switch (
|
|
2912
|
+
switch (n.color) {
|
|
2822
2913
|
case "success":
|
|
2823
2914
|
u.push("text-success-darker");
|
|
2824
2915
|
break;
|
|
@@ -2833,9 +2924,18 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2833
2924
|
break;
|
|
2834
2925
|
}
|
|
2835
2926
|
return u.join(" ");
|
|
2836
|
-
}),
|
|
2927
|
+
}), y = r(() => {
|
|
2837
2928
|
const u = [];
|
|
2838
|
-
switch (
|
|
2929
|
+
switch (n.size) {
|
|
2930
|
+
case "xs":
|
|
2931
|
+
u.push("h-4 w-4"), u.push(s.value ? "mt-0.5" : "");
|
|
2932
|
+
break;
|
|
2933
|
+
case "default":
|
|
2934
|
+
default:
|
|
2935
|
+
u.push("h-5 w-5");
|
|
2936
|
+
break;
|
|
2937
|
+
}
|
|
2938
|
+
switch (n.color) {
|
|
2839
2939
|
case "success":
|
|
2840
2940
|
u.push("text-success");
|
|
2841
2941
|
break;
|
|
@@ -2850,9 +2950,9 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2850
2950
|
break;
|
|
2851
2951
|
}
|
|
2852
2952
|
return u.join(" ");
|
|
2853
|
-
}),
|
|
2953
|
+
}), h = r(() => {
|
|
2854
2954
|
const u = [];
|
|
2855
|
-
switch (
|
|
2955
|
+
switch (n.color) {
|
|
2856
2956
|
case "success":
|
|
2857
2957
|
u.push("bg-success-lighter ring-success");
|
|
2858
2958
|
break;
|
|
@@ -2867,125 +2967,129 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2867
2967
|
break;
|
|
2868
2968
|
}
|
|
2869
2969
|
return u.join(" ");
|
|
2970
|
+
}), C = r(() => {
|
|
2971
|
+
switch (n.size) {
|
|
2972
|
+
case "xs":
|
|
2973
|
+
return "xs";
|
|
2974
|
+
case "default":
|
|
2975
|
+
default:
|
|
2976
|
+
return "sm";
|
|
2977
|
+
}
|
|
2870
2978
|
});
|
|
2871
|
-
return (u,
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2979
|
+
return (u, j) => (l(), m("div", {
|
|
2980
|
+
class: k(["rounded-md", [c.value, b.value]])
|
|
2981
|
+
}, [
|
|
2982
|
+
i("div", {
|
|
2983
|
+
class: k(["flex", d.value])
|
|
2875
2984
|
}, [
|
|
2985
|
+
i("div", ia, [
|
|
2986
|
+
(l(), P(H(o.value), {
|
|
2987
|
+
class: k(y.value),
|
|
2988
|
+
"aria-hidden": "true"
|
|
2989
|
+
}, null, 8, ["class"]))
|
|
2990
|
+
]),
|
|
2876
2991
|
i("div", {
|
|
2877
|
-
class:
|
|
2992
|
+
class: k(f.value)
|
|
2878
2993
|
}, [
|
|
2879
|
-
i("
|
|
2880
|
-
|
|
2881
|
-
class: x(["h-5 w-5", d.value]),
|
|
2882
|
-
"aria-hidden": "true"
|
|
2883
|
-
}, null, 8, ["class"])
|
|
2884
|
-
]),
|
|
2885
|
-
i("div", {
|
|
2886
|
-
class: x(["ml-3 grow", [s.value ? "" : "flex items-center space-x-2"]])
|
|
2994
|
+
i("h3", {
|
|
2995
|
+
class: k(["text-sm", [s.value ? "font-medium" : ""]])
|
|
2887
2996
|
}, [
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
D(u.$slots, "title", {}, () => [
|
|
2892
|
-
A("Title")
|
|
2893
|
-
])
|
|
2894
|
-
], 2),
|
|
2895
|
-
s.value ? (a(), m("div", al, [
|
|
2896
|
-
D(u.$slots, "description", {}, () => [
|
|
2897
|
-
A(" Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquid pariatur, ipsum similique veniam. ")
|
|
2898
|
-
])
|
|
2899
|
-
])) : S("", !0),
|
|
2900
|
-
i("div", {
|
|
2901
|
-
class: x([s.value ? (b = e.actions) != null && b.length ? "mt-4" : "" : "grow flex"])
|
|
2902
|
-
}, [
|
|
2903
|
-
i("div", {
|
|
2904
|
-
class: x(["flex", ["space-x-2", s.value ? "" : "grow justify-end"]])
|
|
2905
|
-
}, [
|
|
2906
|
-
(a(!0), m(U, null, G(e.actions || [], (v, h) => (a(), P(re, {
|
|
2907
|
-
key: h,
|
|
2908
|
-
color: e.color,
|
|
2909
|
-
size: "sm",
|
|
2910
|
-
to: v.url,
|
|
2911
|
-
external: v.externalUrl || !1,
|
|
2912
|
-
onClick: (k) => v.onClick || n(Ye)
|
|
2913
|
-
}, {
|
|
2914
|
-
default: _(() => [
|
|
2915
|
-
A(I(v.title), 1)
|
|
2916
|
-
]),
|
|
2917
|
-
_: 2
|
|
2918
|
-
}, 1032, ["color", "to", "external", "onClick"]))), 128))
|
|
2919
|
-
], 2)
|
|
2920
|
-
], 2)
|
|
2997
|
+
z(u.$slots, "title", {}, () => [
|
|
2998
|
+
M("Title")
|
|
2999
|
+
])
|
|
2921
3000
|
], 2),
|
|
2922
|
-
|
|
3001
|
+
s.value ? (l(), m("div", {
|
|
2923
3002
|
key: 0,
|
|
2924
|
-
class: x
|
|
3003
|
+
class: k(x.value)
|
|
2925
3004
|
}, [
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
3005
|
+
z(u.$slots, "description", {}, () => [
|
|
3006
|
+
M(" Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquid pariatur, ipsum similique veniam. ")
|
|
3007
|
+
])
|
|
3008
|
+
], 2)) : I("", !0),
|
|
3009
|
+
i("div", {
|
|
3010
|
+
class: k(p.value)
|
|
3011
|
+
}, [
|
|
3012
|
+
(l(!0), m(W, null, G(e.actions || [], (v, $) => (l(), P(re, {
|
|
3013
|
+
key: $,
|
|
3014
|
+
color: e.color,
|
|
3015
|
+
size: C.value,
|
|
3016
|
+
to: v.url,
|
|
3017
|
+
external: v.externalUrl || !1,
|
|
3018
|
+
onClick: (S) => v.onClick || a(Ye)
|
|
3019
|
+
}, {
|
|
3020
|
+
default: _(() => [
|
|
3021
|
+
M(B(v.title), 1)
|
|
3022
|
+
]),
|
|
3023
|
+
_: 2
|
|
3024
|
+
}, 1032, ["color", "size", "to", "external", "onClick"]))), 128))
|
|
3025
|
+
], 2)
|
|
3026
|
+
], 2),
|
|
3027
|
+
e.withDismiss ? (l(), m("div", {
|
|
3028
|
+
key: 0,
|
|
3029
|
+
class: k(["flex", [s.value ? "items-start" : "items-center"]])
|
|
3030
|
+
}, [
|
|
3031
|
+
i("button", {
|
|
3032
|
+
type: "button",
|
|
3033
|
+
class: k(["inline-flex rounded-md focus:outline-none focus:ring-2", h.value]),
|
|
3034
|
+
onClick: j[0] || (j[0] = (v) => u.$emit("dismiss"))
|
|
3035
|
+
}, [
|
|
3036
|
+
ua,
|
|
3037
|
+
L(a(ue), {
|
|
3038
|
+
class: "h-5 w-5",
|
|
3039
|
+
"aria-hidden": "true"
|
|
3040
|
+
})
|
|
3041
|
+
], 2)
|
|
3042
|
+
], 2)) : I("", !0)
|
|
3043
|
+
], 2)
|
|
3044
|
+
], 2));
|
|
2941
3045
|
}
|
|
2942
3046
|
});
|
|
2943
|
-
function
|
|
2944
|
-
var
|
|
2945
|
-
const { get:
|
|
2946
|
-
const
|
|
2947
|
-
return p(`debugging: '${f.name}' read`,
|
|
2948
|
-
} :
|
|
2949
|
-
return
|
|
3047
|
+
function Ua(e) {
|
|
3048
|
+
var u, j;
|
|
3049
|
+
const { get: n, initialState: t, readOptions: s, set: o, asyncRead: c = !0, debugging: d } = e, f = d == null ? void 0 : d.log, x = () => (new Error("Trace:").stack || "").substring(7), p = ((j = (u = e.debugging) == null ? void 0 : u.log) == null ? void 0 : j.logger) || console.debug, b = f && !f.writesOnly ? () => {
|
|
3050
|
+
const v = n();
|
|
3051
|
+
return p(`debugging: '${f.name}' read`, v, x()), v;
|
|
3052
|
+
} : n, y = f && !f.readsOnly ? (v) => (p(`debugging: '${f.name}' written to`, v, x()), o(v)) : o, h = c ? St(b, t, s) : r(b), C = r(() => h.value);
|
|
3053
|
+
return C.update = y, C;
|
|
2950
3054
|
}
|
|
2951
3055
|
export {
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
3056
|
+
Wa as CommonAlert,
|
|
3057
|
+
as as CommonBadge,
|
|
3058
|
+
Ue as CommonLoadingBar,
|
|
3059
|
+
$a as CommonStepsBullet,
|
|
3060
|
+
wa as CommonStepsNumber,
|
|
3061
|
+
qt as CommonTextLink,
|
|
2958
3062
|
re as FormButton,
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
3063
|
+
Sa as FormCardButton,
|
|
3064
|
+
Ia as FormCheckbox,
|
|
3065
|
+
jn as FormSelectBase,
|
|
3066
|
+
La as FormSelectSourceApps,
|
|
3067
|
+
Ba as FormTextArea,
|
|
3068
|
+
_a as FormTextInput,
|
|
3069
|
+
Ca as GlobalToastRenderer,
|
|
2966
3070
|
J as GridListToggleValue,
|
|
2967
3071
|
me as HorizontalDirection,
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
3072
|
+
Fa as InfiniteLoading,
|
|
3073
|
+
Aa as LayoutDialog,
|
|
3074
|
+
Ma as LayoutDisclosure,
|
|
3075
|
+
za as LayoutGridListToggle,
|
|
3076
|
+
Ra as LayoutMenu,
|
|
3077
|
+
Ea as LayoutPanel,
|
|
3078
|
+
Ta as LayoutTabs,
|
|
2975
3079
|
se as ModifierKeys,
|
|
2976
|
-
|
|
3080
|
+
Vn as SourceAppBadge,
|
|
2977
3081
|
te as TailwindBreakpoints,
|
|
2978
|
-
|
|
3082
|
+
Xn as ThrottleOrDebounce,
|
|
2979
3083
|
ee as ToastNotificationType,
|
|
2980
|
-
|
|
3084
|
+
Pa as ValidationHelpers,
|
|
2981
3085
|
he as clientOs,
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
3086
|
+
ja as getKeyboardShortcutTitle,
|
|
3087
|
+
Va as onKeyboardShortcut,
|
|
3088
|
+
Oa as useFormCheckboxModel,
|
|
3089
|
+
dn as useFormSelectChildInternals,
|
|
3090
|
+
Da as useOnBeforeWindowUnload,
|
|
3091
|
+
Jn as useResponsiveHorizontalDirectionCalculation,
|
|
3092
|
+
Nn as useWindowResizeHandler,
|
|
3093
|
+
cn as useWrappingContainerHiddenCount,
|
|
3094
|
+
Ua as writableAsyncComputed
|
|
2991
3095
|
};
|