@speckle/ui-components 2.15.2-alpha4 → 2.15.2-alpha6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/common/Alert.vue.d.ts +17 -0
- package/dist/components/form/TextInput.vue.d.ts +1 -1
- package/dist/components/form/select/Base.vue.d.ts +21 -0
- package/dist/components/layout/Disclosure.vue.d.ts +1 -1
- package/dist/components/layout/Panel.vue.d.ts +6 -0
- package/dist/lib.cjs +1 -1
- package/dist/lib.js +998 -881
- package/package.json +1 -1
package/dist/lib.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { isObjectLike as Le, clamp as
|
|
1
|
+
import { defineComponent as A, resolveDynamicComponent as H, computed as r, openBlock as a, createBlock as L, normalizeClass as k, withCtx as _, createCommentVNode as I, renderSlot as z, createTextVNode as M, createElementBlock as m, createElementVNode as i, createVNode as P, Transition as ge, unref as l, toDisplayString as B, toRefs as ae, 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 le, 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
3
|
import { ArrowPathIcon as Ze, ChevronUpIcon as De, ChevronDownIcon as et, XMarkIcon as tt, MagnifyingGlassIcon as st, CheckIcon as nt, Bars3Icon as lt, Squares2X2Icon as at } from "@heroicons/vue/24/solid";
|
|
4
4
|
import { CheckCircleIcon as ot, XCircleIcon as rt, ExclamationCircleIcon as it, InformationCircleIcon as ut, XMarkIcon as ct, CheckIcon as dt, ExclamationTriangleIcon as ft } from "@heroicons/vue/24/outline";
|
|
5
|
-
import { XMarkIcon as ue, CheckIcon as pt, CheckCircleIcon as Te, ExclamationCircleIcon 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
|
|
5
|
+
import { XMarkIcon as ue, CheckIcon as pt, CheckCircleIcon as Te, ExclamationCircleIcon as xe, EnvelopeIcon as ht, KeyIcon as mt, XCircleIcon as gt, InformationCircleIcon as vt } from "@heroicons/vue/20/solid";
|
|
6
|
+
import { useField as ke } from "vee-validate";
|
|
7
|
+
import { nanoid as Ce } from "nanoid";
|
|
8
|
+
import { isNullOrUndefined as bt, SourceApps as yt, getClientOperatingSystem as xt, OperatingSystem as pe } from "@speckle/shared";
|
|
9
|
+
import { useResizeObserver as kt, useMutationObserver as Ct, onKeyDown as wt, isClient as we, computedAsync as $t } from "@vueuse/core";
|
|
10
|
+
import { Listbox as St, ListboxLabel as It, ListboxButton as Bt, ListboxOptions as _t, ListboxOption as Pt, TransitionRoot as Lt, Dialog as jt, TransitionChild as Ve, DialogPanel as Vt, Disclosure as Ot, DisclosureButton as At, DisclosurePanel as Mt, Menu as zt, MenuButton as Dt, MenuItems as Tt, MenuItem as Rt } from "@headlessui/vue";
|
|
11
|
+
import { directive as Re } from "vue-tippy";
|
|
12
|
+
import Ft from "v3-infinite-loading";
|
|
13
|
+
const Et = {
|
|
14
14
|
key: 2,
|
|
15
15
|
style: { margin: "0 !important", width: "0.01px" }
|
|
16
|
-
},
|
|
16
|
+
}, Wt = /* @__PURE__ */ A({
|
|
17
17
|
__name: "Button",
|
|
18
18
|
props: {
|
|
19
19
|
/**
|
|
@@ -140,13 +140,13 @@ const Ft = {
|
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
142
|
emits: ["click"],
|
|
143
|
-
setup(e, { emit:
|
|
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"),
|
|
143
|
+
setup(e, { emit: n }) {
|
|
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
|
-
}),
|
|
147
|
+
}), f = r(() => t.disabled || t.loading), x = r(() => t.loading ? Ze : t.iconLeft), p = r(() => {
|
|
148
148
|
const g = [];
|
|
149
|
-
if (g.push("border-2"),
|
|
149
|
+
if (g.push("border-2"), f.value)
|
|
150
150
|
g.push(
|
|
151
151
|
t.outlined ? "border-foreground-disabled" : "bg-foundation-disabled border-transparent"
|
|
152
152
|
);
|
|
@@ -190,7 +190,7 @@ const Ft = {
|
|
|
190
190
|
}), b = r(() => {
|
|
191
191
|
const g = [];
|
|
192
192
|
if (!t.text && !t.link)
|
|
193
|
-
if (
|
|
193
|
+
if (f.value)
|
|
194
194
|
g.push(
|
|
195
195
|
(t.outlined, "text-foreground-disabled")
|
|
196
196
|
);
|
|
@@ -237,16 +237,16 @@ const Ft = {
|
|
|
237
237
|
break;
|
|
238
238
|
}
|
|
239
239
|
else
|
|
240
|
-
|
|
240
|
+
f.value ? g.push("text-foreground-disabled") : t.color === "invert" ? g.push(
|
|
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(() => {
|
|
248
248
|
const g = [];
|
|
249
|
-
if (!
|
|
249
|
+
if (!f.value)
|
|
250
250
|
switch (t.color) {
|
|
251
251
|
case "invert":
|
|
252
252
|
g.push("hover:ring-4 ring-white/50");
|
|
@@ -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";
|
|
@@ -299,10 +299,10 @@ const Ft = {
|
|
|
299
299
|
}
|
|
300
300
|
}), j = r(() => {
|
|
301
301
|
const g = [];
|
|
302
|
-
return t.fullWidth && g.push("w-full"),
|
|
303
|
-
}),
|
|
302
|
+
return t.fullWidth && g.push("w-full"), f.value && g.push("cursor-not-allowed"), g.join(" ");
|
|
303
|
+
}), v = r(() => {
|
|
304
304
|
const g = [];
|
|
305
|
-
return !
|
|
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
|
}), w = r(() => {
|
|
@@ -310,15 +310,15 @@ const Ft = {
|
|
|
310
310
|
return [
|
|
311
311
|
"transition inline-flex justify-center items-center space-x-2 outline-none select-none",
|
|
312
312
|
j.value,
|
|
313
|
-
|
|
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
|
-
}),
|
|
343
|
-
if (
|
|
342
|
+
}), R = (g) => {
|
|
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,
|
|
349
|
+
return (g, T) => (a(), L(H(e.to ? c.value : "button"), {
|
|
350
350
|
href: e.to,
|
|
351
351
|
to: e.to,
|
|
352
|
-
type:
|
|
352
|
+
type: d.value,
|
|
353
353
|
external: e.external,
|
|
354
|
-
class:
|
|
355
|
-
disabled:
|
|
354
|
+
class: k(w.value),
|
|
355
|
+
disabled: f.value,
|
|
356
356
|
role: "button",
|
|
357
|
-
onClick:
|
|
357
|
+
onClick: R
|
|
358
358
|
}, {
|
|
359
359
|
default: _(() => [
|
|
360
|
-
|
|
360
|
+
x.value ? (a(), L(H(x.value), {
|
|
361
361
|
key: 0,
|
|
362
|
-
class:
|
|
363
|
-
}, null, 8, ["class"])) :
|
|
364
|
-
e.hideText ? (a(), m("div",
|
|
365
|
-
|
|
362
|
+
class: k(`${S.value} ${e.hideText ? "" : "mr-2"}`)
|
|
363
|
+
}, null, 8, ["class"])) : I("", !0),
|
|
364
|
+
e.hideText ? (a(), m("div", Et, " ")) : z(g.$slots, "default", { key: 1 }, () => [
|
|
365
|
+
M("Button")
|
|
366
366
|
], !0),
|
|
367
|
-
e.iconRight || !e.loading ? (a(),
|
|
367
|
+
e.iconRight || !e.loading ? (a(), L(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(Wt, [["__scopeId", "data-v-38aa371e"]]), Ut = /* @__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) => (a(),
|
|
438
|
+
return (o, c) => (a(), L(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,42 +458,42 @@ 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 qt = {
|
|
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
|
+
}, Ht = { class: "flex w-full flex-col items-center space-y-4 sm:items-end" }, Gt = {
|
|
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
|
+
}, Kt = { class: "p-4" }, Xt = { class: "flex items-start" }, Nt = { class: "flex-shrink-0" }, Jt = { class: "ml-2 w-0 flex-1 flex flex-col" }, Qt = {
|
|
468
468
|
key: 0,
|
|
469
469
|
class: "text-foreground font-bold"
|
|
470
|
-
},
|
|
470
|
+
}, Yt = {
|
|
471
471
|
key: 1,
|
|
472
472
|
class: "label label--light text-foreground-2"
|
|
473
|
-
},
|
|
473
|
+
}, Zt = {
|
|
474
474
|
key: 2,
|
|
475
475
|
class: "flex justify-start mt-2"
|
|
476
|
-
},
|
|
476
|
+
}, es = /* @__PURE__ */ i("span", { class: "sr-only" }, "Close", -1), xl = /* @__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
|
-
var
|
|
486
|
-
return !((
|
|
485
|
+
var d, f;
|
|
486
|
+
return !((d = t.notification) != null && d.description) && !((f = t.notification) != null && f.cta);
|
|
487
487
|
}
|
|
488
488
|
), o = () => {
|
|
489
|
-
|
|
490
|
-
}, c = (
|
|
491
|
-
var
|
|
492
|
-
(p = (
|
|
489
|
+
n("update:notification", null);
|
|
490
|
+
}, c = (d) => {
|
|
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 (
|
|
495
|
-
i("div",
|
|
496
|
-
|
|
494
|
+
return (d, f) => (a(), m("div", qt, [
|
|
495
|
+
i("div", Ht, [
|
|
496
|
+
P(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",
|
|
499
499
|
"enter-to-class": "translate-y-0 opacity-100 sm:translate-x-0",
|
|
@@ -502,55 +502,55 @@ const Ut = {
|
|
|
502
502
|
"leave-to-class": "opacity-0"
|
|
503
503
|
}, {
|
|
504
504
|
default: _(() => [
|
|
505
|
-
e.notification ? (a(), m("div",
|
|
506
|
-
i("div",
|
|
507
|
-
i("div",
|
|
508
|
-
i("div",
|
|
509
|
-
e.notification.type ===
|
|
505
|
+
e.notification ? (a(), m("div", Gt, [
|
|
506
|
+
i("div", Kt, [
|
|
507
|
+
i("div", Xt, [
|
|
508
|
+
i("div", Nt, [
|
|
509
|
+
e.notification.type === l(ee).Success ? (a(), L(l(ot), {
|
|
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 === l(ee).Danger ? (a(), L(l(rt), {
|
|
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 === l(ee).Warning ? (a(), L(l(it), {
|
|
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 === l(ee).Info ? (a(), L(l(ut), {
|
|
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 ? (a(), m("p",
|
|
529
|
-
e.notification.description ? (a(), m("p",
|
|
530
|
-
e.notification.cta ? (a(), m("div",
|
|
531
|
-
|
|
527
|
+
i("div", Jt, [
|
|
528
|
+
e.notification.title ? (a(), m("p", Qt, B(e.notification.title), 1)) : I("", !0),
|
|
529
|
+
e.notification.description ? (a(), m("p", Yt, B(e.notification.description), 1)) : I("", !0),
|
|
530
|
+
e.notification.cta ? (a(), m("div", Zt, [
|
|
531
|
+
P(Ut, {
|
|
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
|
-
|
|
552
|
+
es,
|
|
553
|
+
P(l(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
|
+
}), ts = /* @__PURE__ */ i("circle", {
|
|
569
569
|
cx: "4",
|
|
570
570
|
cy: "4",
|
|
571
571
|
r: "3"
|
|
572
|
-
}, null, -1),
|
|
573
|
-
|
|
574
|
-
],
|
|
572
|
+
}, null, -1), ss = [
|
|
573
|
+
ts
|
|
574
|
+
], ns = /* @__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(
|
|
@@ -599,103 +599,103 @@ const Ut = {
|
|
|
599
599
|
)) : (p.push("rounded-full"), p.push(
|
|
600
600
|
t.size === "lg" ? "px-2.5 py-0.5 label" : "px-2.5 py-0.5 caption font-medium"
|
|
601
601
|
)), p.join(" ");
|
|
602
|
-
}),
|
|
602
|
+
}), d = r(() => {
|
|
603
603
|
const p = [
|
|
604
604
|
"mt-0.5 ml-0.5 inline-flex h-4 w-4 flex-shrink-0 items-center justify-center rounded-full focus:outline-none"
|
|
605
605
|
];
|
|
606
606
|
return t.clickableIcon ? p.push("cursor-pointer") : p.push("cursor-default"), p.join(" ");
|
|
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
617
|
return (p, b) => (a(), m("span", {
|
|
618
|
-
class:
|
|
618
|
+
class: k(c.value)
|
|
619
619
|
}, [
|
|
620
620
|
e.dot ? (a(), 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
|
+
}, ss, 2)) : I("", !0),
|
|
626
|
+
z(p.$slots, "default", {}, () => [
|
|
627
|
+
M("Badge")
|
|
628
628
|
]),
|
|
629
629
|
e.iconLeft ? (a(), 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
|
-
(a(),
|
|
635
|
-
class:
|
|
634
|
+
(a(), L(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,
|
|
653
653
|
nonInteractive: c,
|
|
654
|
-
stepsPadding:
|
|
654
|
+
stepsPadding: d
|
|
655
655
|
},
|
|
656
|
-
emit:
|
|
657
|
-
} = e,
|
|
656
|
+
emit: f
|
|
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, w) => {
|
|
663
|
+
var R;
|
|
664
664
|
if (c != null && c.value) {
|
|
665
665
|
w == null || w.preventDefault(), w == null || w.stopPropagation(), w == null || w.stopImmediatePropagation();
|
|
666
666
|
return;
|
|
667
667
|
}
|
|
668
|
-
p.value =
|
|
669
|
-
const
|
|
670
|
-
(
|
|
671
|
-
},
|
|
672
|
-
const
|
|
673
|
-
let w,
|
|
674
|
-
return (
|
|
668
|
+
p.value = v;
|
|
669
|
+
const S = t.value[p.value];
|
|
670
|
+
(R = S == null ? void 0 : S.onClick) == null || R.call(S);
|
|
671
|
+
}, u = r(() => {
|
|
672
|
+
const v = ["flex"];
|
|
673
|
+
let w, S;
|
|
674
|
+
return (d == null ? void 0 : d.value) === "xs" ? (w = "space-x-2", S = "space-y-1") : (d == null ? void 0 : d.value) === "sm" ? (w = "space-x-4", S = "space-y-1") : (w = "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
675
|
`sm:flex-row sm:space-y-0 sm:justify-start sm:${w} sm:items-center`
|
|
676
|
-
) : (o == null ? void 0 : o.value) === te.md ?
|
|
676
|
+
) : (o == null ? void 0 : o.value) === te.md ? v.push(
|
|
677
677
|
`md:flex-row md:space-y-0 md:justify-start md:${w} md:items-center`
|
|
678
|
-
) : (o == null ? void 0 : o.value) === te.lg ?
|
|
678
|
+
) : (o == null ? void 0 : o.value) === te.lg ? v.push(
|
|
679
679
|
`lg:flex-row lg:space-y-0 lg:justify-start lg:${w} lg:items-center`
|
|
680
|
-
) : (o == null ? void 0 : o.value) === te.xl &&
|
|
680
|
+
) : (o == null ? void 0 : o.value) === te.xl && v.push(
|
|
681
681
|
`xl:flex-row xl:space-y-0 xl:justify-start xl:${w} xl:items-center`
|
|
682
|
-
)) :
|
|
682
|
+
)) : v.push(`flex-row ${w} items-center`), v.join(" ");
|
|
683
683
|
}), j = r(() => {
|
|
684
|
-
const
|
|
685
|
-
return c != null && c.value ||
|
|
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:
|
|
693
|
+
listClasses: u,
|
|
694
694
|
linkClasses: j,
|
|
695
|
-
orientation:
|
|
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 as = ["aria-label"], os = ["href", "onClick"], rs = { class: "flex space-x-3 items-center text-primary-focus normal font-medium leading-5" }, is = { class: "shrink-0 h-8 w-8 rounded-full bg-primary-focus text-foreground-on-primary inline-flex items-center justify-center" }, us = { class: "flex flex-col" }, cs = {
|
|
713
713
|
key: 0,
|
|
714
714
|
class: "label label--light text-foreground"
|
|
715
|
-
},
|
|
715
|
+
}, ds = ["href", "onClick"], fs = { class: "flex space-x-3 items-center text-primary-focus normal font-medium leading-5" }, ps = { class: "shrink-0 h-8 w-8 rounded-full border-2 border-primary-focus inline-flex items-center justify-center" }, hs = { class: "flex flex-col" }, ms = {
|
|
716
716
|
key: 0,
|
|
717
717
|
class: "label label--light text-foreground"
|
|
718
|
-
},
|
|
718
|
+
}, gs = ["href", "onClick"], vs = { class: "flex space-x-3 items-center text-foreground-disabled normal font-medium leading-5" }, bs = { class: "shrink-0 h-8 w-8 rounded-full border-2 border-foreground-disabled inline-flex items-center justify-center" }, ys = { class: "flex flex-col" }, xs = {
|
|
719
719
|
key: 0,
|
|
720
720
|
class: "label label--light"
|
|
721
|
-
},
|
|
721
|
+
}, kl = /* @__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
|
-
getStepDisplayValue:
|
|
739
|
-
listClasses:
|
|
740
|
-
linkClasses:
|
|
738
|
+
getStepDisplayValue: d,
|
|
739
|
+
listClasses: f,
|
|
740
|
+
linkClasses: x
|
|
741
741
|
} = Ee({
|
|
742
742
|
props: ae(t),
|
|
743
|
-
emit:
|
|
743
|
+
emit: n
|
|
744
744
|
});
|
|
745
745
|
return (p, b) => (a(), 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(l(f))
|
|
751
751
|
}, [
|
|
752
|
-
(a(!0), m(
|
|
753
|
-
key:
|
|
752
|
+
(a(!0), m(W, null, G(e.steps, (y, h) => (a(), m("li", {
|
|
753
|
+
key: y.name
|
|
754
754
|
}, [
|
|
755
|
-
|
|
755
|
+
l(o)(h) ? (a(), m("a", {
|
|
756
756
|
key: 0,
|
|
757
|
-
href:
|
|
758
|
-
class:
|
|
759
|
-
onClick: (
|
|
757
|
+
href: y.href,
|
|
758
|
+
class: k(l(x)),
|
|
759
|
+
onClick: (C) => l(c)(h, C)
|
|
760
760
|
}, [
|
|
761
|
-
i("div",
|
|
762
|
-
i("div",
|
|
763
|
-
|
|
761
|
+
i("div", rs, [
|
|
762
|
+
i("div", is, [
|
|
763
|
+
P(l(pt), { class: "w-5 h-5" })
|
|
764
764
|
]),
|
|
765
|
-
i("div",
|
|
766
|
-
i("div", null,
|
|
767
|
-
|
|
765
|
+
i("div", us, [
|
|
766
|
+
i("div", null, B(y.name), 1),
|
|
767
|
+
y.description ? (a(), m("div", cs, B(y.description), 1)) : I("", !0)
|
|
768
768
|
])
|
|
769
769
|
])
|
|
770
|
-
], 10,
|
|
770
|
+
], 10, os)) : l(s)(h) ? (a(), m("a", {
|
|
771
771
|
key: 1,
|
|
772
|
-
href:
|
|
773
|
-
class:
|
|
772
|
+
href: y.href,
|
|
773
|
+
class: k(l(x)),
|
|
774
774
|
"aria-current": "step",
|
|
775
|
-
onClick: (
|
|
775
|
+
onClick: (C) => l(c)(h, C)
|
|
776
776
|
}, [
|
|
777
|
-
i("div",
|
|
778
|
-
i("div",
|
|
779
|
-
i("div",
|
|
780
|
-
i("div", null,
|
|
781
|
-
|
|
777
|
+
i("div", fs, [
|
|
778
|
+
i("div", ps, B(l(d)(h)), 1),
|
|
779
|
+
i("div", hs, [
|
|
780
|
+
i("div", null, B(y.name), 1),
|
|
781
|
+
y.description ? (a(), m("div", ms, B(y.description), 1)) : I("", !0)
|
|
782
782
|
])
|
|
783
783
|
])
|
|
784
|
-
], 10,
|
|
784
|
+
], 10, ds)) : (a(), m("a", {
|
|
785
785
|
key: 2,
|
|
786
|
-
href:
|
|
787
|
-
class:
|
|
788
|
-
onClick: (
|
|
786
|
+
href: y.href,
|
|
787
|
+
class: k(l(x)),
|
|
788
|
+
onClick: (C) => l(c)(h, C)
|
|
789
789
|
}, [
|
|
790
|
-
i("div",
|
|
791
|
-
i("div",
|
|
792
|
-
i("div",
|
|
793
|
-
i("div", null,
|
|
794
|
-
|
|
790
|
+
i("div", vs, [
|
|
791
|
+
i("div", bs, B(l(d)(h)), 1),
|
|
792
|
+
i("div", ys, [
|
|
793
|
+
i("div", null, B(y.name), 1),
|
|
794
|
+
y.description ? (a(), m("div", xs, B(y.description), 1)) : I("", !0)
|
|
795
795
|
])
|
|
796
796
|
])
|
|
797
|
-
], 10,
|
|
797
|
+
], 10, gs))
|
|
798
798
|
]))), 128))
|
|
799
799
|
], 2)
|
|
800
|
-
], 8,
|
|
800
|
+
], 8, as));
|
|
801
801
|
}
|
|
802
|
-
}),
|
|
802
|
+
}), ks = ["aria-label"], Cs = ["href", "onClick"], ws = { class: "relative flex h-5 w-5 flex-shrink-0 items-center justify-center" }, $s = {
|
|
803
803
|
key: 0,
|
|
804
804
|
class: "h-3 w-3 rounded-full bg-foreground-2"
|
|
805
|
-
},
|
|
805
|
+
}, Ss = ["href", "onClick"], Is = {
|
|
806
806
|
class: "relative flex h-5 w-5 flex-shrink-0 items-center justify-center",
|
|
807
807
|
"aria-hidden": "true"
|
|
808
|
-
},
|
|
808
|
+
}, Bs = {
|
|
809
809
|
key: 0,
|
|
810
810
|
class: "h-3 w-3 rounded-full bg-foreground"
|
|
811
|
-
},
|
|
811
|
+
}, _s = /* @__PURE__ */ i("span", { class: "absolute h-4 w-4 rounded-full bg-outline-2" }, null, -1), Ps = /* @__PURE__ */ i("span", { class: "relative block h-2 w-2 rounded-full bg-primary-focus" }, null, -1), Ls = ["href", "onClick"], js = {
|
|
812
812
|
class: "relative flex h-5 w-5 flex-shrink-0 items-center justify-center",
|
|
813
813
|
"aria-hidden": "true"
|
|
814
|
-
},
|
|
814
|
+
}, Vs = {
|
|
815
815
|
key: 0,
|
|
816
816
|
class: "h-3 w-3 rounded-full bg-foreground-2"
|
|
817
|
-
},
|
|
817
|
+
}, Os = {
|
|
818
818
|
key: 1,
|
|
819
819
|
class: "h-4 w-4 rounded-full bg-foreground-disabled"
|
|
820
|
-
},
|
|
820
|
+
}, Cl = /* @__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:
|
|
834
|
-
const t = e, { isCurrentStep: s, isFinishedStep: o, switchStep: c, listClasses:
|
|
833
|
+
setup(e, { emit: n }) {
|
|
834
|
+
const t = e, { isCurrentStep: s, isFinishedStep: o, switchStep: c, listClasses: d, linkClasses: f } = Ee({
|
|
835
835
|
props: ae(t),
|
|
836
|
-
emit:
|
|
837
|
-
}),
|
|
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) => (a(), 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([l(d), p.value])
|
|
851
851
|
}, [
|
|
852
|
-
(a(!0), m(
|
|
852
|
+
(a(!0), m(W, null, G(e.steps, (h, C) => (a(), m("li", {
|
|
853
853
|
key: h.name
|
|
854
854
|
}, [
|
|
855
|
-
|
|
855
|
+
l(o)(C) ? (a(), m("a", {
|
|
856
856
|
key: 0,
|
|
857
857
|
href: h.href,
|
|
858
|
-
class:
|
|
859
|
-
onClick: (
|
|
858
|
+
class: k(l(f)),
|
|
859
|
+
onClick: (u) => l(c)(C, u)
|
|
860
860
|
}, [
|
|
861
|
-
i("span",
|
|
862
|
-
e.basic ? (a(), m("span",
|
|
861
|
+
i("span", ws, [
|
|
862
|
+
e.basic ? (a(), m("span", $s)) : (a(), L(l(Te), {
|
|
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, Cs)) : l(s)(C) ? (a(), m("a", {
|
|
872
872
|
key: 1,
|
|
873
873
|
href: h.href,
|
|
874
|
-
class:
|
|
874
|
+
class: k(l(f)),
|
|
875
875
|
"aria-current": "step",
|
|
876
|
-
onClick: (
|
|
876
|
+
onClick: (u) => l(c)(C, u)
|
|
877
877
|
}, [
|
|
878
|
-
i("span",
|
|
879
|
-
e.basic ? (a(), m("span",
|
|
880
|
-
|
|
881
|
-
|
|
878
|
+
i("span", Is, [
|
|
879
|
+
e.basic ? (a(), m("span", Bs)) : (a(), m(W, { key: 1 }, [
|
|
880
|
+
_s,
|
|
881
|
+
Ps
|
|
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, Ss)) : (a(), m("a", {
|
|
888
888
|
key: 2,
|
|
889
889
|
href: h.href,
|
|
890
|
-
class:
|
|
891
|
-
onClick: (
|
|
890
|
+
class: k(l(f)),
|
|
891
|
+
onClick: (u) => l(c)(C, u)
|
|
892
892
|
}, [
|
|
893
|
-
i("div",
|
|
894
|
-
e.basic ? (a(), m("span",
|
|
893
|
+
i("div", js, [
|
|
894
|
+
e.basic ? (a(), m("span", Vs)) : (a(), m("div", Os))
|
|
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, Ls))
|
|
900
900
|
]))), 128))
|
|
901
901
|
], 2)
|
|
902
|
-
], 8,
|
|
902
|
+
], 8, ks));
|
|
903
903
|
}
|
|
904
|
-
}),
|
|
904
|
+
}), As = ["disabled"], wl = /* @__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,
|
|
928
|
-
class:
|
|
927
|
+
return (c, d) => (a(), 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, As));
|
|
936
936
|
}
|
|
937
|
-
}),
|
|
937
|
+
}), Ms = { class: "relative flex items-start" }, zs = { class: "flex h-6 items-center" }, Ds = ["id", "checked", "aria-describedby", "name", "disabled", "value"], Ts = {
|
|
938
938
|
class: "ml-2 text-sm",
|
|
939
939
|
style: { "padding-top": "2px" }
|
|
940
|
-
},
|
|
940
|
+
}, Rs = ["for"], Fs = {
|
|
941
941
|
key: 0,
|
|
942
942
|
class: "text-danger ml-1"
|
|
943
|
-
},
|
|
943
|
+
}, Es = ["id"], $l = /* @__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
|
-
handleChange:
|
|
1036
|
-
value:
|
|
1037
|
-
} =
|
|
1038
|
-
validateOnMount:
|
|
1035
|
+
handleChange: d,
|
|
1036
|
+
value: f
|
|
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, w = f.value, S = Array.isArray(v) ? v.includes(n.value) : v === n.value, R = Array.isArray(w) ? w.includes(n.value) : w === n.value;
|
|
1050
|
+
S !== R && d(v);
|
|
1051
|
+
}), (v, w) => (a(), m("div", Ms, [
|
|
1052
|
+
i("div", zs, [
|
|
1053
1053
|
i("input", oe({
|
|
1054
|
-
id:
|
|
1055
|
-
checked:
|
|
1056
|
-
"aria-describedby":
|
|
1054
|
+
id: u.value,
|
|
1055
|
+
checked: l(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, Ds)
|
|
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 ? (a(), m("span",
|
|
1071
|
-
], 10,
|
|
1069
|
+
i("span", null, B(x.value), 1),
|
|
1070
|
+
e.showRequired ? (a(), m("span", Fs, "*")) : I("", !0)
|
|
1071
|
+
], 10, Rs),
|
|
1072
1072
|
b.value ? (a(), 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, Es)) : I("", !0)
|
|
1077
1077
|
])
|
|
1078
1078
|
]));
|
|
1079
1079
|
}
|
|
1080
1080
|
});
|
|
1081
|
-
function
|
|
1082
|
-
const { props:
|
|
1083
|
-
validateOnMount: n
|
|
1084
|
-
validateOnValueUpdate: n
|
|
1085
|
-
initialValue: n
|
|
1086
|
-
}), f = r(() => {
|
|
1087
|
-
const $ = ["block label text-foreground-2 mb-2"];
|
|
1088
|
-
return n(l.showLabel) || $.push("sr-only"), $.join(" ");
|
|
1081
|
+
function We(e) {
|
|
1082
|
+
const { props: n, inputEl: t, emit: s } = e, { value: o, errorMessage: c } = ke(n.name, n.rules, {
|
|
1083
|
+
validateOnMount: l(n.validateOnMount),
|
|
1084
|
+
validateOnValueUpdate: l(n.validateOnValueUpdate),
|
|
1085
|
+
initialValue: l(n.modelValue) || void 0
|
|
1089
1086
|
}), d = r(() => {
|
|
1090
|
-
const
|
|
1087
|
+
const S = ["block label text-foreground-2 mb-2"];
|
|
1088
|
+
return l(n.showLabel) || S.push("sr-only"), S.join(" ");
|
|
1089
|
+
}), f = r(() => {
|
|
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
|
-
() =>
|
|
1097
|
+
) : S.push("border-0 focus:ring-2 focus:ring-outline-2"), l(n.color) === "foundation" ? S.push("bg-foundation shadow-sm hover:shadow") : S.push("bg-foundation-page"), S.join(" ");
|
|
1098
|
+
}), x = O(Ce()), p = r(() => l(n.label) || l(n.name)), b = r(() => {
|
|
1099
|
+
const S = c.value;
|
|
1100
|
+
return !S || !l(n.useLabelInErrors) ? S : S.replace("Value", p.value);
|
|
1101
|
+
}), y = r(
|
|
1102
|
+
() => b.value && l(n.hideErrorMessage)
|
|
1103
|
+
), h = r(() => b.value || l(n.help)), C = r(() => !!h.value), u = r(
|
|
1104
|
+
() => C.value ? `${l(n.name)}-${x.value}` : void 0
|
|
1105
1105
|
), j = r(() => {
|
|
1106
|
-
const
|
|
1107
|
-
return
|
|
1108
|
-
}),
|
|
1109
|
-
var
|
|
1110
|
-
(
|
|
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
1111
|
}, w = () => {
|
|
1112
1112
|
o.value = "", s("change", { value: "" }), s("clear");
|
|
1113
1113
|
};
|
|
1114
1114
|
return Y(() => {
|
|
1115
|
-
n
|
|
1115
|
+
l(n.autoFocus) && v();
|
|
1116
1116
|
}), {
|
|
1117
|
-
coreClasses:
|
|
1117
|
+
coreClasses: f,
|
|
1118
1118
|
title: p,
|
|
1119
1119
|
value: o,
|
|
1120
|
-
helpTipId:
|
|
1120
|
+
helpTipId: u,
|
|
1121
1121
|
helpTipClasses: j,
|
|
1122
1122
|
helpTip: h,
|
|
1123
|
-
hideHelpTip:
|
|
1123
|
+
hideHelpTip: y,
|
|
1124
1124
|
errorMessage: b,
|
|
1125
1125
|
clear: w,
|
|
1126
|
-
focus:
|
|
1127
|
-
labelClasses:
|
|
1126
|
+
focus: v,
|
|
1127
|
+
labelClasses: d
|
|
1128
1128
|
};
|
|
1129
1129
|
}
|
|
1130
|
-
const
|
|
1130
|
+
const Ws = ["for"], Us = { class: "relative" }, qs = ["id", "name", "placeholder", "disabled", "aria-invalid", "aria-describedby"], Hs = /* @__PURE__ */ i("span", { class: "text-xs sr-only" }, "Clear input", -1), Gs = {
|
|
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
|
+
}, Ks = ["id"], Sl = /* @__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
|
-
title:
|
|
1158
|
-
value:
|
|
1159
|
-
helpTipId:
|
|
1157
|
+
title: d,
|
|
1158
|
+
value: f,
|
|
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
|
-
} =
|
|
1164
|
+
clear: C,
|
|
1165
|
+
focus: u
|
|
1166
|
+
} = We({
|
|
1167
1167
|
props: ae(s),
|
|
1168
1168
|
emit: t,
|
|
1169
1169
|
inputEl: o
|
|
1170
1170
|
}), j = r(() => {
|
|
1171
|
-
const
|
|
1172
|
-
return s.showClear &&
|
|
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, w) => (a(), 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(l(h))
|
|
1180
1180
|
}, [
|
|
1181
|
-
i("span", null,
|
|
1182
|
-
], 10,
|
|
1183
|
-
i("div",
|
|
1181
|
+
i("span", null, B(l(d)), 1)
|
|
1182
|
+
], 10, Ws),
|
|
1183
|
+
i("div", Us, [
|
|
1184
1184
|
ne(i("textarea", oe({
|
|
1185
1185
|
id: e.name,
|
|
1186
1186
|
ref_key: "inputElement",
|
|
1187
1187
|
ref: o,
|
|
1188
|
-
"onUpdate:modelValue": w[0] || (w[0] = (
|
|
1188
|
+
"onUpdate:modelValue": w[0] || (w[0] = (S) => ve(f) ? f.value = S : null),
|
|
1189
1189
|
name: e.name,
|
|
1190
|
-
class: [
|
|
1190
|
+
class: [l(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: w[1] || (w[1] = (
|
|
1197
|
-
onInput: w[2] || (w[2] = (
|
|
1198
|
-
}), null, 16,
|
|
1199
|
-
[
|
|
1193
|
+
"aria-invalid": l(y) ? "true" : "false",
|
|
1194
|
+
"aria-describedby": l(x)
|
|
1195
|
+
}, v.$attrs, {
|
|
1196
|
+
onChange: w[1] || (w[1] = (S) => v.$emit("change", { event: S, value: l(f) })),
|
|
1197
|
+
onInput: w[2] || (w[2] = (S) => v.$emit("input", { event: S, value: l(f) }))
|
|
1198
|
+
}), null, 16, qs), [
|
|
1199
|
+
[Ae, l(f)]
|
|
1200
1200
|
]),
|
|
1201
1201
|
e.showClear ? (a(), 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
1205
|
onClick: w[3] || (w[3] = //@ts-ignore
|
|
1206
|
-
(
|
|
1206
|
+
(...S) => l(C) && l(C)(...S)),
|
|
1207
1207
|
onKeydown: w[4] || (w[4] = //@ts-ignore
|
|
1208
|
-
(
|
|
1208
|
+
(...S) => l(C) && l(C)(...S))
|
|
1209
1209
|
}, [
|
|
1210
|
-
|
|
1211
|
-
|
|
1210
|
+
Hs,
|
|
1211
|
+
P(l(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
|
+
l(y) ? (a(), 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
|
-
|
|
1223
|
+
P(l(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 && !l(y) ? (a(), m("div", Gs, " * ")) : I("", !0)
|
|
1229
1229
|
]),
|
|
1230
|
-
|
|
1230
|
+
l(x) ? (a(), m("p", {
|
|
1231
1231
|
key: 0,
|
|
1232
|
-
id:
|
|
1233
|
-
class:
|
|
1234
|
-
},
|
|
1232
|
+
id: l(x),
|
|
1233
|
+
class: k(l(p))
|
|
1234
|
+
}, B(l(b)), 11, Ks)) : I("", !0)
|
|
1235
1235
|
], 2));
|
|
1236
1236
|
}
|
|
1237
|
-
}),
|
|
1237
|
+
}), Xs = ["for"], Ns = { class: "relative" }, Js = {
|
|
1238
1238
|
key: 0,
|
|
1239
1239
|
class: "pointer-events-none absolute inset-y-0 left-0 flex items-center pl-2"
|
|
1240
|
-
},
|
|
1240
|
+
}, Qs = ["id", "type", "name", "placeholder", "disabled", "aria-invalid", "aria-describedby"], Ys = /* @__PURE__ */ i("span", { class: "text-xs sr-only" }, "Clear input", -1), Zs = {
|
|
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
|
+
}, en = ["id"], Il = /* @__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
|
-
coreClasses:
|
|
1382
|
-
title:
|
|
1383
|
-
value:
|
|
1381
|
+
coreClasses: d,
|
|
1382
|
+
title: f,
|
|
1383
|
+
value: x,
|
|
1384
1384
|
helpTipId: p,
|
|
1385
1385
|
helpTipClasses: b,
|
|
1386
|
-
helpTip:
|
|
1386
|
+
helpTip: y,
|
|
1387
1387
|
hideHelpTip: h,
|
|
1388
|
-
errorMessage:
|
|
1389
|
-
clear:
|
|
1388
|
+
errorMessage: C,
|
|
1389
|
+
clear: u,
|
|
1390
1390
|
focus: j,
|
|
1391
|
-
labelClasses:
|
|
1392
|
-
} =
|
|
1391
|
+
labelClasses: v
|
|
1392
|
+
} = We({
|
|
1393
1393
|
props: ae(s),
|
|
1394
1394
|
emit: t,
|
|
1395
1395
|
inputEl: c
|
|
1396
1396
|
}), w = r(() => {
|
|
1397
|
-
const
|
|
1398
|
-
return
|
|
1399
|
-
}),
|
|
1397
|
+
const T = ["h-5 w-5"];
|
|
1398
|
+
return C.value ? T.push("text-danger") : T.push("text-foreground-2"), T.join(" ");
|
|
1399
|
+
}), S = r(
|
|
1400
1400
|
() => ["email", "password"].includes(s.type) || s.customIcon
|
|
1401
|
-
),
|
|
1402
|
-
const
|
|
1403
|
-
return
|
|
1401
|
+
), R = r(() => {
|
|
1402
|
+
const T = [];
|
|
1403
|
+
return S.value ? T.push("pl-8") : T.push("pl-2"), o["input-right"] || (C.value || s.showClear) && (C.value && s.showClear ? T.push("pr-12") : T.push("pr-8")), T.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 }), (T, E) => (a(), 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(l(v))
|
|
1423
1423
|
}, [
|
|
1424
|
-
i("span", null,
|
|
1425
|
-
], 10,
|
|
1426
|
-
i("div",
|
|
1427
|
-
|
|
1428
|
-
e.customIcon ? (a(),
|
|
1424
|
+
i("span", null, B(l(f)), 1)
|
|
1425
|
+
], 10, Xs),
|
|
1426
|
+
i("div", Ns, [
|
|
1427
|
+
S.value ? (a(), m("div", Js, [
|
|
1428
|
+
e.customIcon ? (a(), L(H(e.customIcon), {
|
|
1429
1429
|
key: 0,
|
|
1430
|
-
class:
|
|
1430
|
+
class: k(w.value),
|
|
1431
1431
|
"aria-hidden": "true"
|
|
1432
|
-
}, null, 8, ["class"])) : e.type === "email" ? (a(),
|
|
1432
|
+
}, null, 8, ["class"])) : e.type === "email" ? (a(), L(l(ht), {
|
|
1433
1433
|
key: 1,
|
|
1434
|
-
class:
|
|
1434
|
+
class: k(w.value),
|
|
1435
1435
|
"aria-hidden": "true"
|
|
1436
|
-
}, null, 8, ["class"])) : e.type === "password" ? (a(),
|
|
1436
|
+
}, null, 8, ["class"])) : e.type === "password" ? (a(), L(l(mt), {
|
|
1437
1437
|
key: 2,
|
|
1438
|
-
class:
|
|
1438
|
+
class: k(w.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: [l(d), R.value, g.value, e.inputClasses || ""],
|
|
1450
1450
|
placeholder: e.placeholder,
|
|
1451
1451
|
disabled: e.disabled,
|
|
1452
|
-
"aria-invalid":
|
|
1453
|
-
"aria-describedby":
|
|
1452
|
+
"aria-invalid": l(C) ? "true" : "false",
|
|
1453
|
+
"aria-describedby": l(p),
|
|
1454
1454
|
role: "textbox"
|
|
1455
|
-
},
|
|
1456
|
-
onChange: E[1] || (E[1] = (
|
|
1457
|
-
onInput: E[2] || (E[2] = (
|
|
1458
|
-
}), null, 16,
|
|
1459
|
-
[Xe,
|
|
1455
|
+
}, T.$attrs, {
|
|
1456
|
+
onChange: E[1] || (E[1] = (F) => T.$emit("change", { event: F, value: l(x) })),
|
|
1457
|
+
onInput: E[2] || (E[2] = (F) => T.$emit("input", { event: F, value: l(x) }))
|
|
1458
|
+
}), null, 16, Qs), [
|
|
1459
|
+
[Xe, l(x)]
|
|
1460
1460
|
]),
|
|
1461
|
-
|
|
1461
|
+
z(T.$slots, "input-right", {}, () => [
|
|
1462
1462
|
e.showClear ? (a(), 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) => l(u) && l(u)(...F)),
|
|
1468
1468
|
onKeydown: E[4] || (E[4] = //@ts-ignore
|
|
1469
|
-
(...
|
|
1469
|
+
(...F) => l(u) && l(u)(...F))
|
|
1470
1470
|
}, [
|
|
1471
|
-
|
|
1472
|
-
|
|
1471
|
+
Ys,
|
|
1472
|
+
P(l(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
|
+
l(C) ? (a(), 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
|
-
|
|
1484
|
+
P(l(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 && !l(C) ? (a(), m("div", Zs, " * ")) : I("", !0)
|
|
1490
1490
|
])
|
|
1491
1491
|
]),
|
|
1492
|
-
|
|
1492
|
+
l(p) && !l(h) ? (a(), m("p", {
|
|
1493
1493
|
key: 0,
|
|
1494
|
-
id:
|
|
1495
|
-
class:
|
|
1496
|
-
},
|
|
1494
|
+
id: l(p),
|
|
1495
|
+
class: k(l(b))
|
|
1496
|
+
}, B(l(y)), 11, en)) : I("", !0)
|
|
1497
1497
|
], 2));
|
|
1498
1498
|
}
|
|
1499
|
-
}),
|
|
1499
|
+
}), tn = /^https?:\/\//, $e = /^[\w-_.+]+@[\w-_.+]+$/, sn = (e) => (e || "").match($e) ? !0 : "Value should be a valid e-mail address", nn = (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"), an = (e, n) => (t, s) => t === s.form[e] ? !0 : `Value must be the same as in field '${n || e}'`, on = (e) => (n) => {
|
|
1500
1500
|
const { minLength: t, maxLength: s } = e;
|
|
1501
|
-
return
|
|
1502
|
-
},
|
|
1501
|
+
return n = bt(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
|
+
}, rn = (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
|
+
}, Bl = /* @__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: tn,
|
|
1509
|
+
isEmail: sn,
|
|
1510
|
+
isOneOrMultipleEmails: nn,
|
|
1511
|
+
isRequired: ln,
|
|
1512
|
+
isSameAs: an,
|
|
1513
|
+
isStringOfLength: on,
|
|
1514
|
+
stringContains: rn
|
|
1515
1515
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1516
|
-
function
|
|
1516
|
+
function un(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
|
-
} = e || {},
|
|
1524
|
-
const
|
|
1525
|
-
if (
|
|
1523
|
+
} = e || {}, d = O(0), f = () => {
|
|
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
|
-
|
|
1533
|
+
d.value = y - b;
|
|
1534
1534
|
};
|
|
1535
|
-
return o &&
|
|
1535
|
+
return o && kt(t, f), c && Ct(t, f, {
|
|
1536
1536
|
childList: !0,
|
|
1537
1537
|
subtree: !0
|
|
1538
1538
|
}), {
|
|
1539
|
-
hiddenItemCount:
|
|
1539
|
+
hiddenItemCount: d
|
|
1540
1540
|
};
|
|
1541
1541
|
}
|
|
1542
|
-
function
|
|
1543
|
-
const { props:
|
|
1542
|
+
function cn(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 = un({
|
|
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,55 +1556,55 @@ 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 {
|
|
1576
1576
|
selectedValue: c,
|
|
1577
1577
|
hiddenSelectedItemCount: o,
|
|
1578
|
-
isArrayValue:
|
|
1578
|
+
isArrayValue: d,
|
|
1579
1579
|
isMultiItemArrayValue: (p) => q(p) && p.length > 1,
|
|
1580
|
-
firstItem: (p) =>
|
|
1580
|
+
firstItem: (p) => d(p) ? p[0] : p
|
|
1581
1581
|
};
|
|
1582
1582
|
}
|
|
1583
|
-
const
|
|
1584
|
-
|
|
1585
|
-
],
|
|
1583
|
+
const dn = (e) => (Ne("data-v-60cf597b"), e = e(), Je(), e), fn = /* @__PURE__ */ dn(() => /* @__PURE__ */ i("div", { class: "swoosher relative top-0 bg-blue-500/50" }, null, -1)), pn = [
|
|
1584
|
+
fn
|
|
1585
|
+
], hn = /* @__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) => (a(), 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
|
+
}, pn, 2));
|
|
1597
1597
|
}
|
|
1598
1598
|
});
|
|
1599
|
-
const
|
|
1599
|
+
const Ue = /* @__PURE__ */ Fe(hn, [["__scopeId", "data-v-60cf597b"]]), mn = { class: "flex items-center justify-between w-full" }, gn = { class: "block truncate grow text-left" }, vn = { class: "pointer-events-none shrink-0 ml-1 flex items-center" }, bn = ["disabled"], yn = {
|
|
1600
1600
|
key: 0,
|
|
1601
1601
|
class: "flex flex-col mx-1 mb-1"
|
|
1602
|
-
},
|
|
1602
|
+
}, xn = /* @__PURE__ */ i("span", { class: "sr-only label text-foreground" }, "Search", -1), kn = { class: "relative" }, Cn = { class: "pointer-events-none absolute inset-y-0 left-0 flex items-center pl-2" }, wn = ["placeholder"], $n = {
|
|
1603
1603
|
key: 0,
|
|
1604
1604
|
class: "px-1"
|
|
1605
|
-
},
|
|
1606
|
-
class: /* @__PURE__ */
|
|
1607
|
-
},
|
|
1605
|
+
}, Sn = { key: 1 }, In = /* @__PURE__ */ i("div", { class: "text-foreground-2 text-center" }, "Nothing found 🤷♂️", -1), Bn = {
|
|
1606
|
+
class: /* @__PURE__ */ k(["block truncate"])
|
|
1607
|
+
}, _n = ["id"], Pn = /* @__PURE__ */ A({
|
|
1608
1608
|
__name: "Base",
|
|
1609
1609
|
props: {
|
|
1610
1610
|
multiple: {
|
|
@@ -1739,117 +1739,127 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
1739
1739
|
fixedHeight: {
|
|
1740
1740
|
type: Boolean,
|
|
1741
1741
|
default: !1
|
|
1742
|
+
},
|
|
1743
|
+
/**
|
|
1744
|
+
* By default component holds its own internal value state so that even if you don't have it tied up to a real `modelValue` ref somewhere
|
|
1745
|
+
* it knows its internal state and can report it on form submits.
|
|
1746
|
+
*
|
|
1747
|
+
* If you set this to true, its only going to rely on `modelValue` as its primary source of truth so that you can reject updates etc.
|
|
1748
|
+
*/
|
|
1749
|
+
fullyControlValue: {
|
|
1750
|
+
type: Boolean,
|
|
1751
|
+
default: !1
|
|
1742
1752
|
}
|
|
1743
1753
|
},
|
|
1744
1754
|
emits: ["update:modelValue"],
|
|
1745
|
-
setup(e, { expose:
|
|
1746
|
-
const s = e, { value: o, errorMessage: c } =
|
|
1755
|
+
setup(e, { expose: n, emit: t }) {
|
|
1756
|
+
const s = e, { value: o, errorMessage: c } = ke(s.name, s.rules, {
|
|
1747
1757
|
validateOnMount: s.validateOnMount,
|
|
1748
1758
|
validateOnValueUpdate: s.validateOnValueUpdate,
|
|
1749
1759
|
initialValue: s.modelValue
|
|
1750
|
-
}),
|
|
1751
|
-
const
|
|
1752
|
-
return
|
|
1753
|
-
}),
|
|
1754
|
-
() => j.value ? `${
|
|
1760
|
+
}), d = O(null), f = O(""), x = O([]), p = O(!1), b = O(1), y = O(Ce()), h = r(() => l(s.label) || l(s.name)), C = r(() => {
|
|
1761
|
+
const $ = c.value;
|
|
1762
|
+
return !$ || !l(s.useLabelInErrors) ? $ : $.replace("Value", h.value);
|
|
1763
|
+
}), u = r(() => C.value || l(s.help)), j = r(() => !!u.value), v = r(
|
|
1764
|
+
() => j.value ? `${l(s.name)}-${y.value}` : void 0
|
|
1755
1765
|
), w = r(
|
|
1756
1766
|
() => c.value ? "text-danger" : "text-foreground-2"
|
|
1757
|
-
),
|
|
1767
|
+
), S = r(
|
|
1758
1768
|
() => s.buttonStyle !== "simple" && s.clearable && !s.disabled
|
|
1759
|
-
),
|
|
1760
|
-
const
|
|
1761
|
-
return s.buttonStyle !== "simple" && (
|
|
1769
|
+
), R = r(() => {
|
|
1770
|
+
const $ = ["relative flex group"];
|
|
1771
|
+
return s.buttonStyle !== "simple" && ($.push("hover:shadow rounded-md"), $.push("outline outline-2 outline-primary-muted")), s.fixedHeight && $.push("h-8"), $.join(" ");
|
|
1762
1772
|
}), g = r(() => {
|
|
1763
|
-
const
|
|
1764
|
-
return s.buttonStyle !== "simple" &&
|
|
1773
|
+
const $ = [];
|
|
1774
|
+
return s.buttonStyle !== "simple" && $.push(
|
|
1765
1775
|
Z.value ? "bg-foundation-disabled text-foreground-disabled" : ""
|
|
1766
|
-
), Z.value &&
|
|
1767
|
-
}),
|
|
1768
|
-
const
|
|
1776
|
+
), Z.value && $.push("cursor-not-allowed"), $.join(" ");
|
|
1777
|
+
}), T = r(() => {
|
|
1778
|
+
const $ = [
|
|
1769
1779
|
"relative z-[1]",
|
|
1770
1780
|
"flex items-center justify-center text-center shrink-0",
|
|
1771
1781
|
"rounded-r-md overflow-hidden transition-all",
|
|
1772
1782
|
"text-foreground",
|
|
1773
|
-
|
|
1783
|
+
Se.value ? `w-6 ${g.value}` : "w-0"
|
|
1774
1784
|
];
|
|
1775
|
-
return Z.value || (
|
|
1785
|
+
return Z.value || ($.push(
|
|
1776
1786
|
"hover:bg-primary hover:text-foreground-on-primary dark:text-foreground-on-primary"
|
|
1777
|
-
), s.buttonStyle === "tinted" ?
|
|
1787
|
+
), s.buttonStyle === "tinted" ? $.push("bg-outline-3") : $.push("bg-primary-muted")), $.join(" ");
|
|
1778
1788
|
}), E = r(() => {
|
|
1779
|
-
const
|
|
1789
|
+
const $ = [
|
|
1780
1790
|
"relative z-[2]",
|
|
1781
1791
|
"normal rounded-md cursor-pointer transition truncate flex-1",
|
|
1782
1792
|
"flex items-center",
|
|
1783
1793
|
g.value
|
|
1784
1794
|
];
|
|
1785
|
-
return s.buttonStyle !== "simple" && (
|
|
1786
|
-
}),
|
|
1795
|
+
return s.buttonStyle !== "simple" && ($.push("py-2 px-3"), Z.value || (s.buttonStyle === "tinted" ? $.push("bg-foundation-page text-foreground") : $.push("bg-foundation text-foreground"))), S.value && Se.value && $.push("rounded-r-none"), $.join(" ");
|
|
1796
|
+
}), F = r(
|
|
1787
1797
|
() => !!(s.search && (s.filterPredicate || s.getSearchResults))
|
|
1788
|
-
), X = r(() =>
|
|
1798
|
+
), X = r(() => F.value && s.getSearchResults), Z = r(
|
|
1789
1799
|
() => s.disabled || !s.items.length && !X.value
|
|
1790
|
-
),
|
|
1800
|
+
), U = r({
|
|
1791
1801
|
get: () => {
|
|
1792
|
-
const
|
|
1793
|
-
return s.multiple ? q(
|
|
1802
|
+
const $ = o.value;
|
|
1803
|
+
return s.multiple ? q($) ? $ : [] : q($) ? void 0 : $;
|
|
1794
1804
|
},
|
|
1795
|
-
set: (
|
|
1796
|
-
if (s.multiple && !q(
|
|
1805
|
+
set: ($) => {
|
|
1806
|
+
if (s.multiple && !q($)) {
|
|
1797
1807
|
console.warn("Attempting to set non-array value in selector w/ multiple=true");
|
|
1798
1808
|
return;
|
|
1799
|
-
} else if (!s.multiple && q(
|
|
1809
|
+
} else if (!s.multiple && q($)) {
|
|
1800
1810
|
console.warn("Attempting to set array value in selector w/ multiple=false");
|
|
1801
1811
|
return;
|
|
1802
1812
|
}
|
|
1803
|
-
let
|
|
1813
|
+
let D;
|
|
1804
1814
|
if (s.multiple)
|
|
1805
|
-
|
|
1815
|
+
D = $ || [];
|
|
1806
1816
|
else {
|
|
1807
1817
|
const V = o.value;
|
|
1808
|
-
|
|
1818
|
+
D = s.allowUnset && V && $ && ce(V) === ce($) ? void 0 : $;
|
|
1809
1819
|
}
|
|
1810
|
-
t("update:modelValue",
|
|
1820
|
+
s.fullyControlValue ? t("update:modelValue", D) : o.value = D, b.value += 1;
|
|
1811
1821
|
}
|
|
1812
|
-
}),
|
|
1813
|
-
s.multiple ?
|
|
1822
|
+
}), Se = r(() => s.multiple ? U.value.length !== 0 : !!U.value), qe = () => {
|
|
1823
|
+
s.multiple ? U.value = [] : U.value = void 0;
|
|
1814
1824
|
}, He = r(() => {
|
|
1815
|
-
const
|
|
1816
|
-
return !
|
|
1817
|
-
(
|
|
1825
|
+
const $ = f.value;
|
|
1826
|
+
return !F.value || !($ != null && $.length) ? x.value : s.filterPredicate ? x.value.filter(
|
|
1827
|
+
(D) => {
|
|
1818
1828
|
var V;
|
|
1819
|
-
return ((V = s.filterPredicate) == null ? void 0 : V.call(s,
|
|
1829
|
+
return ((V = s.filterPredicate) == null ? void 0 : V.call(s, D, $)) || !1;
|
|
1820
1830
|
}
|
|
1821
|
-
) :
|
|
1822
|
-
}),
|
|
1831
|
+
) : x.value;
|
|
1832
|
+
}), Ie = ($) => JSON.stringify($), ce = ($) => s.by ? $[s.by] : $, de = async () => {
|
|
1823
1833
|
if (!(!X.value || !s.getSearchResults)) {
|
|
1824
1834
|
p.value = !0;
|
|
1825
1835
|
try {
|
|
1826
|
-
|
|
1836
|
+
x.value = await s.getSearchResults(f.value);
|
|
1827
1837
|
} finally {
|
|
1828
1838
|
p.value = !1;
|
|
1829
1839
|
}
|
|
1830
1840
|
}
|
|
1831
|
-
}, Ge =
|
|
1832
|
-
const { active:
|
|
1841
|
+
}, Ge = ze(de, 1e3), Ke = ($) => {
|
|
1842
|
+
const { active: D, disabled: V } = $ || {}, { hideCheckmarks: K } = s, N = [
|
|
1833
1843
|
"relative transition cursor-pointer select-none py-1.5 pl-3",
|
|
1834
1844
|
K ? "" : "pr-9"
|
|
1835
1845
|
];
|
|
1836
|
-
return V ? N.push("opacity-50 cursor-not-allowed") : N.push(
|
|
1846
|
+
return V ? N.push("opacity-50 cursor-not-allowed") : N.push(D ? "text-primary" : "text-foreground"), N.join(" ");
|
|
1837
1847
|
};
|
|
1838
1848
|
return le(
|
|
1839
1849
|
() => s.items,
|
|
1840
|
-
(
|
|
1841
|
-
|
|
1850
|
+
($) => {
|
|
1851
|
+
x.value = $.slice();
|
|
1842
1852
|
},
|
|
1843
1853
|
{ immediate: !0 }
|
|
1844
|
-
), le(
|
|
1854
|
+
), le(f, () => {
|
|
1845
1855
|
X.value && Ge();
|
|
1846
1856
|
}), Y(() => {
|
|
1847
1857
|
X.value && !s.items.length && de();
|
|
1848
|
-
}),
|
|
1849
|
-
(a(),
|
|
1858
|
+
}), n({ triggerSearch: de }), ($, D) => (a(), m("div", null, [
|
|
1859
|
+
(a(), L(l(St), {
|
|
1850
1860
|
key: b.value,
|
|
1851
|
-
modelValue:
|
|
1852
|
-
"onUpdate:modelValue":
|
|
1861
|
+
modelValue: U.value,
|
|
1862
|
+
"onUpdate:modelValue": D[4] || (D[4] = (V) => U.value = V),
|
|
1853
1863
|
name: e.name,
|
|
1854
1864
|
multiple: e.multiple,
|
|
1855
1865
|
by: e.by,
|
|
@@ -1857,38 +1867,38 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
1857
1867
|
as: "div"
|
|
1858
1868
|
}, {
|
|
1859
1869
|
default: _(() => [
|
|
1860
|
-
|
|
1861
|
-
class:
|
|
1870
|
+
P(l(It), {
|
|
1871
|
+
class: k(["block label text-foreground-2 mb-2", { "sr-only": !e.showLabel }])
|
|
1862
1872
|
}, {
|
|
1863
1873
|
default: _(() => [
|
|
1864
|
-
|
|
1874
|
+
M(B(e.label), 1)
|
|
1865
1875
|
]),
|
|
1866
1876
|
_: 1
|
|
1867
1877
|
}, 8, ["class"]),
|
|
1868
1878
|
i("div", {
|
|
1869
|
-
class:
|
|
1879
|
+
class: k(R.value)
|
|
1870
1880
|
}, [
|
|
1871
|
-
|
|
1872
|
-
class:
|
|
1881
|
+
P(l(Bt), {
|
|
1882
|
+
class: k(E.value)
|
|
1873
1883
|
}, {
|
|
1874
1884
|
default: _(({ open: V }) => [
|
|
1875
|
-
i("div",
|
|
1876
|
-
i("div",
|
|
1877
|
-
!
|
|
1878
|
-
|
|
1879
|
-
]) :
|
|
1885
|
+
i("div", mn, [
|
|
1886
|
+
i("div", gn, [
|
|
1887
|
+
!U.value || l(q)(U.value) && !U.value.length ? z($.$slots, "nothing-selected", { key: 0 }, () => [
|
|
1888
|
+
M(B(e.label), 1)
|
|
1889
|
+
]) : z($.$slots, "something-selected", {
|
|
1880
1890
|
key: 1,
|
|
1881
|
-
value:
|
|
1891
|
+
value: U.value
|
|
1882
1892
|
}, () => [
|
|
1883
|
-
|
|
1893
|
+
M(B(Ie(U.value)), 1)
|
|
1884
1894
|
])
|
|
1885
1895
|
]),
|
|
1886
|
-
i("div",
|
|
1887
|
-
V ? (a(),
|
|
1896
|
+
i("div", vn, [
|
|
1897
|
+
V ? (a(), L(l(De), {
|
|
1888
1898
|
key: 0,
|
|
1889
1899
|
class: "h-4 w-4 text-foreground",
|
|
1890
1900
|
"aria-hidden": "true"
|
|
1891
|
-
})) : (a(),
|
|
1901
|
+
})) : (a(), L(l(et), {
|
|
1892
1902
|
key: 1,
|
|
1893
1903
|
class: "h-4 w-4 text-foreground",
|
|
1894
1904
|
"aria-hidden": "true"
|
|
@@ -1898,107 +1908,106 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
1898
1908
|
]),
|
|
1899
1909
|
_: 3
|
|
1900
1910
|
}, 8, ["class"]),
|
|
1901
|
-
|
|
1911
|
+
S.value ? ne((a(), m("button", {
|
|
1902
1912
|
key: 0,
|
|
1903
|
-
class:
|
|
1913
|
+
class: k(T.value),
|
|
1904
1914
|
disabled: e.disabled,
|
|
1905
|
-
onClick:
|
|
1915
|
+
onClick: D[0] || (D[0] = (V) => qe())
|
|
1906
1916
|
}, [
|
|
1907
|
-
|
|
1908
|
-
], 10,
|
|
1909
|
-
[
|
|
1910
|
-
]) :
|
|
1911
|
-
|
|
1917
|
+
P(l(tt), { class: "w-3 h-3" })
|
|
1918
|
+
], 10, bn)), [
|
|
1919
|
+
[l(Re), "Clear"]
|
|
1920
|
+
]) : I("", !0),
|
|
1921
|
+
P(ge, {
|
|
1912
1922
|
"leave-active-class": "transition ease-in duration-100",
|
|
1913
1923
|
"leave-from-class": "opacity-100",
|
|
1914
1924
|
"leave-to-class": "opacity-0"
|
|
1915
1925
|
}, {
|
|
1916
1926
|
default: _(() => [
|
|
1917
|
-
|
|
1918
|
-
unmount: !0,
|
|
1927
|
+
P(l(_t), {
|
|
1919
1928
|
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",
|
|
1920
|
-
onFocus:
|
|
1929
|
+
onFocus: D[3] || (D[3] = (V) => {
|
|
1921
1930
|
var K;
|
|
1922
|
-
return (K =
|
|
1931
|
+
return (K = d.value) == null ? void 0 : K.focus();
|
|
1923
1932
|
})
|
|
1924
1933
|
}, {
|
|
1925
1934
|
default: _(() => [
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
i("div",
|
|
1929
|
-
i("div",
|
|
1930
|
-
|
|
1935
|
+
F.value ? (a(), m("label", yn, [
|
|
1936
|
+
xn,
|
|
1937
|
+
i("div", kn, [
|
|
1938
|
+
i("div", Cn, [
|
|
1939
|
+
P(l(st), { class: "h-5 w-5 text-foreground" })
|
|
1931
1940
|
]),
|
|
1932
1941
|
ne(i("input", {
|
|
1933
1942
|
ref_key: "searchInput",
|
|
1934
|
-
ref:
|
|
1935
|
-
"onUpdate:modelValue":
|
|
1943
|
+
ref: d,
|
|
1944
|
+
"onUpdate:modelValue": D[1] || (D[1] = (V) => f.value = V),
|
|
1936
1945
|
type: "text",
|
|
1937
1946
|
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",
|
|
1938
1947
|
placeholder: e.searchPlaceholder,
|
|
1939
|
-
onKeydown:
|
|
1948
|
+
onKeydown: D[2] || (D[2] = ye(() => {
|
|
1940
1949
|
}, ["stop"]))
|
|
1941
|
-
}, null, 40,
|
|
1942
|
-
[
|
|
1950
|
+
}, null, 40, wn), [
|
|
1951
|
+
[Ae, f.value]
|
|
1943
1952
|
])
|
|
1944
1953
|
])
|
|
1945
|
-
])) :
|
|
1954
|
+
])) : I("", !0),
|
|
1946
1955
|
i("div", {
|
|
1947
|
-
class:
|
|
1956
|
+
class: k(["overflow-auto simple-scrollbar", [F.value ? "max-h-52" : "max-h-60"]])
|
|
1948
1957
|
}, [
|
|
1949
|
-
X.value && p.value ? (a(), m("div",
|
|
1950
|
-
|
|
1951
|
-
])) : X.value && !
|
|
1952
|
-
|
|
1953
|
-
|
|
1958
|
+
X.value && p.value ? (a(), m("div", $n, [
|
|
1959
|
+
P(Ue, { loading: !0 })
|
|
1960
|
+
])) : X.value && !x.value.length ? (a(), m("div", Sn, [
|
|
1961
|
+
z($.$slots, "nothing-found", {}, () => [
|
|
1962
|
+
In
|
|
1954
1963
|
])
|
|
1955
|
-
])) :
|
|
1956
|
-
!X.value || !p.value ? (a(!0), m(
|
|
1964
|
+
])) : I("", !0),
|
|
1965
|
+
!X.value || !p.value ? (a(!0), m(W, { key: 2 }, G(He.value, (V) => {
|
|
1957
1966
|
var K;
|
|
1958
|
-
return a(),
|
|
1967
|
+
return a(), L(l(Pt), {
|
|
1959
1968
|
key: ce(V),
|
|
1960
1969
|
value: V,
|
|
1961
1970
|
disabled: ((K = e.disabledItemPredicate) == null ? void 0 : K.call(e, V)) || !1
|
|
1962
1971
|
}, {
|
|
1963
|
-
default: _(({ active: N, selected:
|
|
1964
|
-
var
|
|
1972
|
+
default: _(({ active: N, selected: Be }) => {
|
|
1973
|
+
var _e, Pe;
|
|
1965
1974
|
return [
|
|
1966
1975
|
i("li", {
|
|
1967
|
-
class:
|
|
1976
|
+
class: k(
|
|
1968
1977
|
Ke({
|
|
1969
1978
|
active: N,
|
|
1970
|
-
disabled: ((
|
|
1979
|
+
disabled: ((_e = e.disabledItemPredicate) == null ? void 0 : _e.call(e, V)) || !1
|
|
1971
1980
|
})
|
|
1972
1981
|
)
|
|
1973
1982
|
}, [
|
|
1974
|
-
i("span",
|
|
1975
|
-
|
|
1983
|
+
i("span", Bn, [
|
|
1984
|
+
z($.$slots, "option", {
|
|
1976
1985
|
item: V,
|
|
1977
1986
|
active: N,
|
|
1978
|
-
selected:
|
|
1979
|
-
disabled: ((
|
|
1987
|
+
selected: Be,
|
|
1988
|
+
disabled: ((Pe = e.disabledItemPredicate) == null ? void 0 : Pe.call(e, V)) || !1
|
|
1980
1989
|
}, () => [
|
|
1981
|
-
|
|
1990
|
+
M(B(Ie(V)), 1)
|
|
1982
1991
|
])
|
|
1983
1992
|
]),
|
|
1984
|
-
!e.hideCheckmarks &&
|
|
1993
|
+
!e.hideCheckmarks && Be ? (a(), m("span", {
|
|
1985
1994
|
key: 0,
|
|
1986
|
-
class:
|
|
1995
|
+
class: k([
|
|
1987
1996
|
N ? "text-primary" : "text-foreground",
|
|
1988
1997
|
"absolute inset-y-0 right-0 flex items-center pr-4"
|
|
1989
1998
|
])
|
|
1990
1999
|
}, [
|
|
1991
|
-
|
|
2000
|
+
P(l(nt), {
|
|
1992
2001
|
class: "h-5 w-5",
|
|
1993
2002
|
"aria-hidden": "true"
|
|
1994
2003
|
})
|
|
1995
|
-
], 2)) :
|
|
2004
|
+
], 2)) : I("", !0)
|
|
1996
2005
|
], 2)
|
|
1997
2006
|
];
|
|
1998
2007
|
}),
|
|
1999
2008
|
_: 2
|
|
2000
2009
|
}, 1032, ["value", "disabled"]);
|
|
2001
|
-
}), 128)) :
|
|
2010
|
+
}), 128)) : I("", !0)
|
|
2002
2011
|
], 2)
|
|
2003
2012
|
]),
|
|
2004
2013
|
_: 3
|
|
@@ -2010,37 +2019,37 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
2010
2019
|
]),
|
|
2011
2020
|
_: 3
|
|
2012
2021
|
}, 8, ["modelValue", "name", "multiple", "by", "disabled"])),
|
|
2013
|
-
|
|
2022
|
+
v.value ? (a(), m("p", {
|
|
2014
2023
|
key: 0,
|
|
2015
|
-
id:
|
|
2016
|
-
class:
|
|
2017
|
-
},
|
|
2024
|
+
id: v.value,
|
|
2025
|
+
class: k(["mt-2 text-sm", w.value])
|
|
2026
|
+
}, B(u.value), 11, _n)) : I("", !0)
|
|
2018
2027
|
]));
|
|
2019
2028
|
}
|
|
2020
|
-
}),
|
|
2029
|
+
}), Ln = /* @__PURE__ */ A({
|
|
2021
2030
|
__name: "SourceAppBadge",
|
|
2022
2031
|
props: {
|
|
2023
2032
|
sourceApp: null
|
|
2024
2033
|
},
|
|
2025
2034
|
setup(e) {
|
|
2026
|
-
return (
|
|
2035
|
+
return (n, t) => (a(), L(ns, {
|
|
2027
2036
|
"color-classes": "text-foreground-on-primary",
|
|
2028
2037
|
rounded: "",
|
|
2029
2038
|
style: fe({ backgroundColor: e.sourceApp.bgColor })
|
|
2030
2039
|
}, {
|
|
2031
2040
|
default: _(() => [
|
|
2032
|
-
|
|
2041
|
+
M(B(e.sourceApp.short), 1)
|
|
2033
2042
|
]),
|
|
2034
2043
|
_: 1
|
|
2035
2044
|
}, 8, ["style"]));
|
|
2036
2045
|
}
|
|
2037
|
-
}),
|
|
2046
|
+
}), jn = {
|
|
2038
2047
|
key: 0,
|
|
2039
2048
|
class: "text-foreground-2 normal"
|
|
2040
|
-
},
|
|
2049
|
+
}, Vn = {
|
|
2041
2050
|
key: 1,
|
|
2042
2051
|
class: "flex items-center"
|
|
2043
|
-
},
|
|
2052
|
+
}, On = { class: "truncate" }, An = { class: "flex items-center" }, Mn = { class: "truncate" }, _l = /* @__PURE__ */ A({
|
|
2044
2053
|
__name: "SourceApps",
|
|
2045
2054
|
props: {
|
|
2046
2055
|
/**
|
|
@@ -2099,17 +2108,17 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
2099
2108
|
}
|
|
2100
2109
|
},
|
|
2101
2110
|
emits: ["update:modelValue"],
|
|
2102
|
-
setup(e, { emit:
|
|
2103
|
-
const t = e, s = O(null), o = O(null), { selectedValue: c, hiddenSelectedItemCount:
|
|
2111
|
+
setup(e, { emit: n }) {
|
|
2112
|
+
const t = e, s = O(null), o = O(null), { selectedValue: c, hiddenSelectedItemCount: d, isMultiItemArrayValue: f, firstItem: x } = cn({
|
|
2104
2113
|
props: ae(t),
|
|
2105
|
-
emit:
|
|
2114
|
+
emit: n,
|
|
2106
2115
|
dynamicVisibility: { elementToWatchForChanges: s, itemContainer: o }
|
|
2107
|
-
}), p = (b,
|
|
2108
|
-
return (b,
|
|
2109
|
-
modelValue:
|
|
2110
|
-
"onUpdate:modelValue":
|
|
2116
|
+
}), p = (b, y) => b.name.toLocaleLowerCase().includes(y.toLocaleLowerCase());
|
|
2117
|
+
return (b, y) => (a(), L(Pn, {
|
|
2118
|
+
modelValue: l(c),
|
|
2119
|
+
"onUpdate:modelValue": y[0] || (y[0] = (h) => ve(c) ? c.value = h : null),
|
|
2111
2120
|
multiple: e.multiple,
|
|
2112
|
-
items: e.items ??
|
|
2121
|
+
items: e.items ?? l(yt),
|
|
2113
2122
|
search: e.search,
|
|
2114
2123
|
"search-placeholder": e.searchPlaceholder,
|
|
2115
2124
|
label: e.label,
|
|
@@ -2119,14 +2128,14 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
2119
2128
|
by: "name"
|
|
2120
2129
|
}, {
|
|
2121
2130
|
"nothing-selected": _(() => [
|
|
2122
|
-
e.selectorPlaceholder ? (a(), m(
|
|
2123
|
-
|
|
2124
|
-
], 64)) : (a(), m(
|
|
2125
|
-
|
|
2131
|
+
e.selectorPlaceholder ? (a(), m(W, { key: 0 }, [
|
|
2132
|
+
M(B(e.selectorPlaceholder), 1)
|
|
2133
|
+
], 64)) : (a(), m(W, { key: 1 }, [
|
|
2134
|
+
M(B(e.multiple ? "Select apps" : "Select an app"), 1)
|
|
2126
2135
|
], 64))
|
|
2127
2136
|
]),
|
|
2128
2137
|
"something-selected": _(({ value: h }) => [
|
|
2129
|
-
|
|
2138
|
+
l(f)(h) ? (a(), m("div", {
|
|
2130
2139
|
key: 0,
|
|
2131
2140
|
ref_key: "elementToWatchForChanges",
|
|
2132
2141
|
ref: s,
|
|
@@ -2137,27 +2146,27 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
2137
2146
|
ref: o,
|
|
2138
2147
|
class: "flex flex-wrap overflow-hidden space-x-0.5 h-5"
|
|
2139
2148
|
}, [
|
|
2140
|
-
(a(!0), m(
|
|
2141
|
-
key:
|
|
2142
|
-
"source-app":
|
|
2149
|
+
(a(!0), m(W, null, G(h, (C) => (a(), L(Ln, {
|
|
2150
|
+
key: C.name,
|
|
2151
|
+
"source-app": C
|
|
2143
2152
|
}, null, 8, ["source-app"]))), 128))
|
|
2144
2153
|
], 512),
|
|
2145
|
-
|
|
2146
|
-
], 512)) : (a(), m("div",
|
|
2154
|
+
l(d) > 0 ? (a(), m("div", jn, " +" + B(l(d)), 1)) : I("", !0)
|
|
2155
|
+
], 512)) : (a(), m("div", Vn, [
|
|
2147
2156
|
i("div", {
|
|
2148
2157
|
class: "h-2 w-2 rounded-full mr-2",
|
|
2149
|
-
style: fe({ backgroundColor:
|
|
2158
|
+
style: fe({ backgroundColor: l(x)(h).bgColor })
|
|
2150
2159
|
}, null, 4),
|
|
2151
|
-
i("span",
|
|
2160
|
+
i("span", On, B(l(x)(h).name), 1)
|
|
2152
2161
|
]))
|
|
2153
2162
|
]),
|
|
2154
2163
|
option: _(({ item: h }) => [
|
|
2155
|
-
i("div",
|
|
2164
|
+
i("div", An, [
|
|
2156
2165
|
i("div", {
|
|
2157
2166
|
class: "h-2 w-2 rounded-full mr-2",
|
|
2158
2167
|
style: fe({ backgroundColor: h.bgColor })
|
|
2159
2168
|
}, null, 4),
|
|
2160
|
-
i("span",
|
|
2169
|
+
i("span", Mn, B(h.name), 1)
|
|
2161
2170
|
])
|
|
2162
2171
|
]),
|
|
2163
2172
|
_: 1
|
|
@@ -2165,7 +2174,7 @@ const We = /* @__PURE__ */ ze(fn, [["__scopeId", "data-v-60cf597b"]]), pn = { cl
|
|
|
2165
2174
|
}
|
|
2166
2175
|
});
|
|
2167
2176
|
var se = /* @__PURE__ */ ((e) => (e.CtrlOrCmd = "cmd-or-ctrl", e.AltOrOpt = "alt-or-opt", e.Shift = "shift", e))(se || {});
|
|
2168
|
-
const he =
|
|
2177
|
+
const he = xt(), zn = {
|
|
2169
2178
|
[
|
|
2170
2179
|
"cmd-or-ctrl"
|
|
2171
2180
|
/* CtrlOrCmd */
|
|
@@ -2176,17 +2185,17 @@ const he = bt(), Mn = {
|
|
|
2176
2185
|
]: he === pe.Mac ? "Opt" : "Alt",
|
|
2177
2186
|
shift: "Shift"
|
|
2178
2187
|
};
|
|
2179
|
-
function
|
|
2180
|
-
const
|
|
2181
|
-
return e.map((t) =>
|
|
2188
|
+
function Pl(e) {
|
|
2189
|
+
const n = (t) => Object.values(se).includes(t);
|
|
2190
|
+
return e.map((t) => n(t) ? zn[t] : t).join("+");
|
|
2182
2191
|
}
|
|
2183
|
-
function Ll(e, ...
|
|
2184
|
-
|
|
2185
|
-
|
|
2192
|
+
function Ll(e, ...n) {
|
|
2193
|
+
wt(
|
|
2194
|
+
n[0],
|
|
2186
2195
|
(t) => {
|
|
2187
2196
|
const s = t.getModifierState("Alt"), o = he === pe.Mac ? t.getModifierState("Meta") : t.getModifierState("Control"), c = t.getModifierState("Shift");
|
|
2188
|
-
for (const
|
|
2189
|
-
switch (
|
|
2197
|
+
for (const d of e)
|
|
2198
|
+
switch (d) {
|
|
2190
2199
|
case se.CtrlOrCmd:
|
|
2191
2200
|
if (!o)
|
|
2192
2201
|
return;
|
|
@@ -2200,25 +2209,25 @@ function Ll(e, ...l) {
|
|
|
2200
2209
|
return;
|
|
2201
2210
|
break;
|
|
2202
2211
|
}
|
|
2203
|
-
|
|
2212
|
+
n[1](t);
|
|
2204
2213
|
},
|
|
2205
|
-
|
|
2214
|
+
n[2]
|
|
2206
2215
|
);
|
|
2207
2216
|
}
|
|
2208
|
-
function
|
|
2209
|
-
const
|
|
2210
|
-
get: () => !!
|
|
2211
|
-
set: (s) =>
|
|
2217
|
+
function jl(e) {
|
|
2218
|
+
const n = (e == null ? void 0 : e.model) || O(), t = r({
|
|
2219
|
+
get: () => !!n.value,
|
|
2220
|
+
set: (s) => n.value = s ? !0 : void 0
|
|
2212
2221
|
});
|
|
2213
|
-
return { model:
|
|
2222
|
+
return { model: n, isChecked: t };
|
|
2214
2223
|
}
|
|
2215
|
-
const
|
|
2224
|
+
const Dn = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 dark:bg-neutral-900/70 transition-opacity" }, null, -1), Tn = { class: "fixed inset-0 z-10 overflow-y-auto" }, Rn = { class: "flex min-h-full justify-center p-4 text-center items-center sm:p-0" }, Fn = {
|
|
2216
2225
|
key: 0,
|
|
2217
2226
|
class: "flex items-center justify-center shadow p-4 relative z-10 bg-foundation rounded-t-lg"
|
|
2218
|
-
},
|
|
2227
|
+
}, En = { class: "text-2xl font-bold" }, Wn = { class: "p-4 sm:p-6" }, Un = {
|
|
2219
2228
|
key: 2,
|
|
2220
2229
|
class: "flex p-4 sm:px-6 sm:py-5 border-t gap-2 border-outline-3"
|
|
2221
|
-
},
|
|
2230
|
+
}, Vl = /* @__PURE__ */ A({
|
|
2222
2231
|
__name: "Dialog",
|
|
2223
2232
|
props: {
|
|
2224
2233
|
open: { type: Boolean },
|
|
@@ -2230,11 +2239,11 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2230
2239
|
onSubmit: { type: Function }
|
|
2231
2240
|
},
|
|
2232
2241
|
emits: ["update:open", "fully-closed"],
|
|
2233
|
-
setup(e, { emit:
|
|
2234
|
-
const t = e, s = be(), o = r(() => !!t.onSubmit), c = r(() => t.buttons || s.buttons),
|
|
2242
|
+
setup(e, { emit: n }) {
|
|
2243
|
+
const t = e, s = be(), o = r(() => !!t.onSubmit), c = r(() => t.buttons || s.buttons), d = r({
|
|
2235
2244
|
get: () => t.open,
|
|
2236
|
-
set: (b) =>
|
|
2237
|
-
}),
|
|
2245
|
+
set: (b) => n("update:open", b)
|
|
2246
|
+
}), f = r(() => {
|
|
2238
2247
|
switch (t.maxWidth) {
|
|
2239
2248
|
case "sm":
|
|
2240
2249
|
return 0;
|
|
@@ -2247,24 +2256,24 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2247
2256
|
default:
|
|
2248
2257
|
return 1e4;
|
|
2249
2258
|
}
|
|
2250
|
-
}),
|
|
2259
|
+
}), x = r(() => {
|
|
2251
2260
|
const b = ["w-full", "sm:my-8 sm:w-full sm:max-w-xl"];
|
|
2252
|
-
return !t.title && !c.value && b.push("px-4 pt-4 pb-4", "sm:p-6"),
|
|
2261
|
+
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(" ");
|
|
2253
2262
|
}), p = () => {
|
|
2254
|
-
t.preventCloseOnClickOutside || (
|
|
2263
|
+
t.preventCloseOnClickOutside || (d.value = !1);
|
|
2255
2264
|
};
|
|
2256
|
-
return (b,
|
|
2265
|
+
return (b, y) => (a(), L(l(Lt), {
|
|
2257
2266
|
as: "template",
|
|
2258
|
-
show:
|
|
2267
|
+
show: d.value
|
|
2259
2268
|
}, {
|
|
2260
2269
|
default: _(() => [
|
|
2261
|
-
|
|
2270
|
+
P(l(jt), {
|
|
2262
2271
|
as: "div",
|
|
2263
2272
|
class: "relative z-40",
|
|
2264
2273
|
onClose: p
|
|
2265
2274
|
}, {
|
|
2266
2275
|
default: _(() => [
|
|
2267
|
-
|
|
2276
|
+
P(l(Ve), {
|
|
2268
2277
|
as: "template",
|
|
2269
2278
|
enter: "ease-out duration-300",
|
|
2270
2279
|
"enter-from": "opacity-0",
|
|
@@ -2274,13 +2283,13 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2274
2283
|
"leave-to": "opacity-0"
|
|
2275
2284
|
}, {
|
|
2276
2285
|
default: _(() => [
|
|
2277
|
-
|
|
2286
|
+
Dn
|
|
2278
2287
|
]),
|
|
2279
2288
|
_: 1
|
|
2280
2289
|
}),
|
|
2281
|
-
i("div",
|
|
2282
|
-
i("div",
|
|
2283
|
-
|
|
2290
|
+
i("div", Tn, [
|
|
2291
|
+
i("div", Rn, [
|
|
2292
|
+
P(l(Ve), {
|
|
2284
2293
|
as: "template",
|
|
2285
2294
|
enter: "ease-out duration-300",
|
|
2286
2295
|
"enter-from": "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",
|
|
@@ -2288,43 +2297,43 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2288
2297
|
leave: "ease-in duration-200",
|
|
2289
2298
|
"leave-from": "opacity-100 translate-y-0 sm:scale-100",
|
|
2290
2299
|
"leave-to": "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",
|
|
2291
|
-
onAfterLeave:
|
|
2300
|
+
onAfterLeave: y[1] || (y[1] = (h) => b.$emit("fully-closed"))
|
|
2292
2301
|
}, {
|
|
2293
2302
|
default: _(() => [
|
|
2294
|
-
|
|
2295
|
-
class:
|
|
2303
|
+
P(l(Vt), {
|
|
2304
|
+
class: k([
|
|
2296
2305
|
"transform rounded-lg bg-foundation text-left shadow-xl transition-all",
|
|
2297
|
-
|
|
2306
|
+
x.value
|
|
2298
2307
|
]),
|
|
2299
2308
|
as: o.value ? "form" : "div",
|
|
2300
2309
|
onSubmit: ye(e.onSubmit, ["prevent"])
|
|
2301
2310
|
}, {
|
|
2302
2311
|
default: _(() => [
|
|
2303
|
-
e.title ? (a(), m("div",
|
|
2304
|
-
i("h4",
|
|
2305
|
-
])) :
|
|
2306
|
-
e.hideCloser ?
|
|
2312
|
+
e.title ? (a(), m("div", Fn, [
|
|
2313
|
+
i("h4", En, B(e.title), 1)
|
|
2314
|
+
])) : I("", !0),
|
|
2315
|
+
e.hideCloser ? I("", !0) : (a(), m("button", {
|
|
2307
2316
|
key: 1,
|
|
2308
2317
|
class: "absolute z-20 top-5 right-4 text-foreground",
|
|
2309
|
-
onClick:
|
|
2318
|
+
onClick: y[0] || (y[0] = (h) => d.value = !1)
|
|
2310
2319
|
}, [
|
|
2311
|
-
|
|
2320
|
+
P(l(ct), { class: "h-6 w-6" })
|
|
2312
2321
|
])),
|
|
2313
|
-
i("div",
|
|
2314
|
-
|
|
2315
|
-
|
|
2322
|
+
i("div", Wn, [
|
|
2323
|
+
z(b.$slots, "default", {}, () => [
|
|
2324
|
+
M("Put your content here!")
|
|
2316
2325
|
])
|
|
2317
2326
|
]),
|
|
2318
|
-
c.value ? (a(), m("div",
|
|
2319
|
-
e.buttons ? (a(!0), m(
|
|
2327
|
+
c.value ? (a(), m("div", Un, [
|
|
2328
|
+
e.buttons ? (a(!0), m(W, { key: 0 }, G(e.buttons, (h, C) => (a(), L(l(re), oe({ key: C }, h.props, {
|
|
2320
2329
|
onClick: h.onClick
|
|
2321
2330
|
}), {
|
|
2322
2331
|
default: _(() => [
|
|
2323
|
-
|
|
2332
|
+
M(B(h.text), 1)
|
|
2324
2333
|
]),
|
|
2325
2334
|
_: 2
|
|
2326
|
-
}, 1040, ["onClick"]))), 128)) :
|
|
2327
|
-
])) :
|
|
2335
|
+
}, 1040, ["onClick"]))), 128)) : z(b.$slots, "buttons", { key: 1 })
|
|
2336
|
+
])) : I("", !0)
|
|
2328
2337
|
]),
|
|
2329
2338
|
_: 3
|
|
2330
2339
|
}, 8, ["class", "as", "onSubmit"])
|
|
@@ -2340,7 +2349,7 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2340
2349
|
_: 3
|
|
2341
2350
|
}, 8, ["show"]));
|
|
2342
2351
|
}
|
|
2343
|
-
}),
|
|
2352
|
+
}), qn = { class: "inline-flex items-center space-x-2" }, Hn = { class: "label-light" }, Ol = /* @__PURE__ */ A({
|
|
2344
2353
|
__name: "Disclosure",
|
|
2345
2354
|
props: {
|
|
2346
2355
|
title: null,
|
|
@@ -2348,12 +2357,22 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2348
2357
|
color: { default: "default" }
|
|
2349
2358
|
},
|
|
2350
2359
|
setup(e) {
|
|
2351
|
-
const
|
|
2360
|
+
const n = e, t = r(() => {
|
|
2352
2361
|
const o = [
|
|
2353
2362
|
"pr-3 h-10 w-full flex items-center justify-between border-l-2 px-2 rounded transition",
|
|
2354
|
-
"ring-1"
|
|
2363
|
+
"ring-1 font-medium"
|
|
2355
2364
|
];
|
|
2356
|
-
switch (
|
|
2365
|
+
switch (n.color) {
|
|
2366
|
+
case "warning":
|
|
2367
|
+
o.push(
|
|
2368
|
+
"border-warning text-warning ring-warning-lighter hover:ring-warning"
|
|
2369
|
+
);
|
|
2370
|
+
break;
|
|
2371
|
+
case "success":
|
|
2372
|
+
o.push(
|
|
2373
|
+
"border-success text-success ring-success-lighter hover:ring-success"
|
|
2374
|
+
);
|
|
2375
|
+
break;
|
|
2357
2376
|
case "danger":
|
|
2358
2377
|
o.push("border-danger text-danger ring-danger-lighter hover:ring-danger");
|
|
2359
2378
|
break;
|
|
@@ -2367,7 +2386,13 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2367
2386
|
return o.join(" ");
|
|
2368
2387
|
}), s = r(() => {
|
|
2369
2388
|
const o = ["mt-4 px-3 py-1 border-x "];
|
|
2370
|
-
switch (
|
|
2389
|
+
switch (n.color) {
|
|
2390
|
+
case "warning":
|
|
2391
|
+
o.push("border-warning-lighter");
|
|
2392
|
+
break;
|
|
2393
|
+
case "success":
|
|
2394
|
+
o.push("border-success-lighter");
|
|
2395
|
+
break;
|
|
2371
2396
|
case "danger":
|
|
2372
2397
|
o.push("border-danger-lighter");
|
|
2373
2398
|
break;
|
|
@@ -2379,32 +2404,32 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2379
2404
|
return o.join(" ");
|
|
2380
2405
|
});
|
|
2381
2406
|
return (o, c) => (a(), m("div", null, [
|
|
2382
|
-
|
|
2383
|
-
default: _(({ open:
|
|
2384
|
-
|
|
2385
|
-
class:
|
|
2407
|
+
P(l(Ot), null, {
|
|
2408
|
+
default: _(({ open: d }) => [
|
|
2409
|
+
P(l(At), {
|
|
2410
|
+
class: k(t.value)
|
|
2386
2411
|
}, {
|
|
2387
2412
|
default: _(() => [
|
|
2388
|
-
i("div",
|
|
2389
|
-
e.icon ? (a(),
|
|
2413
|
+
i("div", qn, [
|
|
2414
|
+
e.icon ? (a(), L(H(e.icon), {
|
|
2390
2415
|
key: 0,
|
|
2391
2416
|
class: "h-4 w-4"
|
|
2392
|
-
})) :
|
|
2393
|
-
i("span", null,
|
|
2417
|
+
})) : I("", !0),
|
|
2418
|
+
i("span", null, B(e.title), 1)
|
|
2394
2419
|
]),
|
|
2395
|
-
|
|
2396
|
-
class:
|
|
2420
|
+
P(l(De), {
|
|
2421
|
+
class: k([d ? "" : "rotate-180 transform", "h-5 w-5"])
|
|
2397
2422
|
}, null, 8, ["class"])
|
|
2398
2423
|
]),
|
|
2399
2424
|
_: 2
|
|
2400
2425
|
}, 1032, ["class"]),
|
|
2401
|
-
|
|
2402
|
-
class:
|
|
2426
|
+
P(l(Mt), {
|
|
2427
|
+
class: k(s.value)
|
|
2403
2428
|
}, {
|
|
2404
2429
|
default: _(() => [
|
|
2405
|
-
i("div",
|
|
2406
|
-
|
|
2407
|
-
|
|
2430
|
+
i("div", Hn, [
|
|
2431
|
+
z(o.$slots, "default", {}, () => [
|
|
2432
|
+
M("Panel contents")
|
|
2408
2433
|
])
|
|
2409
2434
|
])
|
|
2410
2435
|
]),
|
|
@@ -2417,40 +2442,40 @@ const An = /* @__PURE__ */ i("div", { class: "fixed inset-0 bg-neutral-100/70 da
|
|
|
2417
2442
|
}
|
|
2418
2443
|
});
|
|
2419
2444
|
var J = /* @__PURE__ */ ((e) => (e.Grid = "grid", e.List = "list", e))(J || {});
|
|
2420
|
-
const
|
|
2445
|
+
const Al = /* @__PURE__ */ A({
|
|
2421
2446
|
__name: "GridListToggle",
|
|
2422
2447
|
props: {
|
|
2423
2448
|
modelValue: null
|
|
2424
2449
|
},
|
|
2425
2450
|
emits: ["click", "update:modelValue"],
|
|
2426
|
-
setup(e, { emit:
|
|
2451
|
+
setup(e, { emit: n }) {
|
|
2427
2452
|
const t = e, s = r({
|
|
2428
2453
|
get: () => t.modelValue || J.Grid,
|
|
2429
|
-
set: (
|
|
2454
|
+
set: (d) => n("update:modelValue", d)
|
|
2430
2455
|
}), o = r(
|
|
2431
2456
|
() => s.value === J.Grid ? lt : at
|
|
2432
|
-
), c = (
|
|
2433
|
-
|
|
2434
|
-
const
|
|
2435
|
-
s.value =
|
|
2457
|
+
), c = (d) => {
|
|
2458
|
+
n("click", d);
|
|
2459
|
+
const f = s.value === J.Grid ? J.List : J.Grid;
|
|
2460
|
+
s.value = f;
|
|
2436
2461
|
};
|
|
2437
|
-
return (
|
|
2462
|
+
return (d, f) => (a(), m("button", {
|
|
2438
2463
|
class: "flex items-center justify-center rounded bg-foundation h-8 w-8 shadow cursor-pointer text-foreground",
|
|
2439
2464
|
onClick: c
|
|
2440
2465
|
}, [
|
|
2441
|
-
(a(),
|
|
2466
|
+
(a(), L(H(o.value), { class: "h-6 w-6" }))
|
|
2442
2467
|
]));
|
|
2443
2468
|
}
|
|
2444
2469
|
});
|
|
2445
|
-
var
|
|
2446
|
-
function
|
|
2447
|
-
if (!
|
|
2470
|
+
var Gn = /* @__PURE__ */ ((e) => (e[e.Throttle = 0] = "Throttle", e[e.Debounce = 1] = "Debounce", e))(Gn || {}), me = /* @__PURE__ */ ((e) => (e[e.Left = 0] = "Left", e[e.Right = 1] = "Right", e))(me || {});
|
|
2471
|
+
function Kn(e, n) {
|
|
2472
|
+
if (!we)
|
|
2448
2473
|
return;
|
|
2449
2474
|
const {
|
|
2450
2475
|
wait: t = 100,
|
|
2451
2476
|
throttleOrDebounce: s = 0
|
|
2452
2477
|
/* Throttle */
|
|
2453
|
-
} =
|
|
2478
|
+
} = n || {}, o = t ? s === 0 ? Qe(e, t) : ze(e, t) : e;
|
|
2454
2479
|
Y(() => window.addEventListener("resize", o)), Me(() => window.removeEventListener("resize", o));
|
|
2455
2480
|
}
|
|
2456
2481
|
function Ml(e) {
|
|
@@ -2460,92 +2485,92 @@ function Ml(e) {
|
|
|
2460
2485
|
window.removeEventListener("beforeunload", e);
|
|
2461
2486
|
});
|
|
2462
2487
|
}
|
|
2463
|
-
function
|
|
2464
|
-
const { el:
|
|
2488
|
+
function Xn(e) {
|
|
2489
|
+
const { el: n, defaultDirection: t } = e, s = O(
|
|
2465
2490
|
Q(t) ? 1 : t
|
|
2466
2491
|
/* Right */
|
|
2467
2492
|
), o = r(() => {
|
|
2468
|
-
const
|
|
2469
|
-
if (!Q(
|
|
2470
|
-
return
|
|
2471
|
-
const
|
|
2472
|
-
return
|
|
2493
|
+
const d = l(e.stopUpdatesBelowWidth);
|
|
2494
|
+
if (!Q(d))
|
|
2495
|
+
return d;
|
|
2496
|
+
const f = l(n);
|
|
2497
|
+
return f != null && f.offsetWidth ? f.offsetWidth * 2 : void 0;
|
|
2473
2498
|
}), c = () => {
|
|
2474
|
-
if (!
|
|
2499
|
+
if (!we)
|
|
2475
2500
|
return;
|
|
2476
|
-
const
|
|
2477
|
-
if (!
|
|
2501
|
+
const d = l(n);
|
|
2502
|
+
if (!d)
|
|
2478
2503
|
return;
|
|
2479
|
-
const
|
|
2480
|
-
|
|
2504
|
+
const f = d.getBoundingClientRect(), x = f.x + f.width > window.innerWidth, p = f.x < 0;
|
|
2505
|
+
x && p || !Q(o.value) && window.innerWidth < o.value || (x ? s.value = 0 : p && (s.value = 1));
|
|
2481
2506
|
};
|
|
2482
|
-
return
|
|
2483
|
-
() => n
|
|
2484
|
-
(
|
|
2485
|
-
|
|
2507
|
+
return Kn(() => c()), le(
|
|
2508
|
+
() => l(n),
|
|
2509
|
+
(d) => {
|
|
2510
|
+
d && c();
|
|
2486
2511
|
}
|
|
2487
2512
|
), {
|
|
2488
2513
|
direction: r(() => s.value),
|
|
2489
2514
|
recalculateDirection: c
|
|
2490
2515
|
};
|
|
2491
2516
|
}
|
|
2492
|
-
const
|
|
2517
|
+
const Nn = ["disabled", "onClick"], zl = /* @__PURE__ */ A({
|
|
2493
2518
|
__name: "Menu",
|
|
2494
2519
|
props: {
|
|
2495
2520
|
open: { type: Boolean },
|
|
2496
2521
|
items: null
|
|
2497
2522
|
},
|
|
2498
2523
|
emits: ["update:open", "chosen"],
|
|
2499
|
-
setup(e, { emit:
|
|
2500
|
-
const t = e, s = O(null), { direction: o } =
|
|
2524
|
+
setup(e, { emit: n }) {
|
|
2525
|
+
const t = e, s = O(null), { direction: o } = Xn({
|
|
2501
2526
|
el: r(() => {
|
|
2502
2527
|
var h;
|
|
2503
2528
|
return ((h = s.value) == null ? void 0 : h.el) || null;
|
|
2504
2529
|
}),
|
|
2505
2530
|
defaultDirection: me.Left,
|
|
2506
2531
|
stopUpdatesBelowWidth: 300
|
|
2507
|
-
}), c = O(null),
|
|
2532
|
+
}), c = O(null), d = O(!1), f = r({
|
|
2508
2533
|
get: () => t.open || !1,
|
|
2509
|
-
set: (h) =>
|
|
2510
|
-
}),
|
|
2511
|
-
const { active:
|
|
2512
|
-
return
|
|
2513
|
-
}, p = (h,
|
|
2514
|
-
|
|
2534
|
+
set: (h) => n("update:open", h)
|
|
2535
|
+
}), x = (h) => {
|
|
2536
|
+
const { active: C, disabled: u } = h, j = ["group flex w-full items-center rounded-md px-2 py-2 text-sm"];
|
|
2537
|
+
return C ? j.push("bg-primary text-foreground-on-primary") : u ? j.push("text-foreground-disabled") : j.push("text-foreground"), j.join(" ");
|
|
2538
|
+
}, p = (h, C) => {
|
|
2539
|
+
n("chosen", { item: h, event: C });
|
|
2515
2540
|
}, b = () => {
|
|
2516
2541
|
var h;
|
|
2517
2542
|
return (h = c.value) == null ? void 0 : h.el.click();
|
|
2518
|
-
},
|
|
2519
|
-
const
|
|
2520
|
-
return
|
|
2543
|
+
}, y = (h) => {
|
|
2544
|
+
const C = !!h;
|
|
2545
|
+
return d.value = C, C;
|
|
2521
2546
|
};
|
|
2522
|
-
return le(
|
|
2523
|
-
h !==
|
|
2524
|
-
}), le(
|
|
2525
|
-
(h && !
|
|
2526
|
-
}), (h,
|
|
2547
|
+
return le(d, (h, C) => {
|
|
2548
|
+
h !== C && (f.value = h);
|
|
2549
|
+
}), le(f, (h) => {
|
|
2550
|
+
(h && !d.value || !h && d.value) && b();
|
|
2551
|
+
}), (h, C) => (a(), L(l(zt), {
|
|
2527
2552
|
as: "div",
|
|
2528
2553
|
class: "relative inline-block"
|
|
2529
2554
|
}, {
|
|
2530
|
-
default: _(({ open:
|
|
2555
|
+
default: _(({ open: u }) => [
|
|
2531
2556
|
i("div", null, [
|
|
2532
|
-
|
|
2557
|
+
P(l(Dt), {
|
|
2533
2558
|
ref_key: "menuButton",
|
|
2534
2559
|
ref: c,
|
|
2535
2560
|
class: "hidden",
|
|
2536
|
-
onClick:
|
|
2561
|
+
onClick: C[0] || (C[0] = ye(() => {
|
|
2537
2562
|
}, ["stop", "prevent"]))
|
|
2538
2563
|
}, null, 512),
|
|
2539
2564
|
i("div", {
|
|
2540
|
-
class:
|
|
2565
|
+
class: k(u ? "pointer-events-none" : "")
|
|
2541
2566
|
}, [
|
|
2542
|
-
|
|
2567
|
+
z(h.$slots, "default", {
|
|
2543
2568
|
toggle: b,
|
|
2544
|
-
open:
|
|
2569
|
+
open: y(u)
|
|
2545
2570
|
})
|
|
2546
2571
|
], 2)
|
|
2547
2572
|
]),
|
|
2548
|
-
|
|
2573
|
+
P(ge, {
|
|
2549
2574
|
"enter-active-class": "transition duration-100 ease-out",
|
|
2550
2575
|
"enter-from-class": "transform scale-95 opacity-0",
|
|
2551
2576
|
"enter-to-class": "transform scale-100 opacity-100",
|
|
@@ -2554,36 +2579,36 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2554
2579
|
"leave-to-class": "transform scale-95 opacity-0"
|
|
2555
2580
|
}, {
|
|
2556
2581
|
default: _(() => [
|
|
2557
|
-
|
|
2582
|
+
P(l(Tt), {
|
|
2558
2583
|
ref_key: "menuItems",
|
|
2559
2584
|
ref: s,
|
|
2560
|
-
class:
|
|
2585
|
+
class: k([
|
|
2561
2586
|
"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",
|
|
2562
|
-
|
|
2587
|
+
l(o) === l(me).Left ? "right-0" : ""
|
|
2563
2588
|
])
|
|
2564
2589
|
}, {
|
|
2565
2590
|
default: _(() => [
|
|
2566
|
-
(a(!0), m(
|
|
2567
|
-
key:
|
|
2591
|
+
(a(!0), m(W, null, G(e.items, (j, v) => (a(), m("div", {
|
|
2592
|
+
key: v,
|
|
2568
2593
|
class: "px-1 py-1"
|
|
2569
2594
|
}, [
|
|
2570
|
-
(a(!0), m(
|
|
2595
|
+
(a(!0), m(W, null, G(j, (w) => (a(), L(l(Rt), {
|
|
2571
2596
|
key: w.id,
|
|
2572
2597
|
disabled: w.disabled
|
|
2573
2598
|
}, {
|
|
2574
|
-
default: _(({ active:
|
|
2599
|
+
default: _(({ active: S, disabled: R }) => [
|
|
2575
2600
|
ne((a(), m("span", null, [
|
|
2576
2601
|
i("button", {
|
|
2577
|
-
class: x(
|
|
2578
|
-
disabled:
|
|
2602
|
+
class: k(x({ active: S, disabled: R })),
|
|
2603
|
+
disabled: R,
|
|
2579
2604
|
onClick: (g) => p(w, g)
|
|
2580
2605
|
}, [
|
|
2581
|
-
|
|
2582
|
-
|
|
2606
|
+
z(h.$slots, "item", { item: w }, () => [
|
|
2607
|
+
M(B(w.title), 1)
|
|
2583
2608
|
])
|
|
2584
|
-
], 10,
|
|
2609
|
+
], 10, Nn)
|
|
2585
2610
|
])), [
|
|
2586
|
-
[
|
|
2611
|
+
[l(Re), w.disabled && w.disabledTooltip]
|
|
2587
2612
|
])
|
|
2588
2613
|
]),
|
|
2589
2614
|
_: 2
|
|
@@ -2599,33 +2624,33 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2599
2624
|
_: 3
|
|
2600
2625
|
}));
|
|
2601
2626
|
}
|
|
2602
|
-
}),
|
|
2627
|
+
}), Jn = { class: "flex flex-col space-y-4" }, Qn = { class: "flex space-x-6" }, Dl = /* @__PURE__ */ A({
|
|
2603
2628
|
__name: "Tabs",
|
|
2604
2629
|
props: {
|
|
2605
2630
|
items: null
|
|
2606
2631
|
},
|
|
2607
2632
|
setup(e) {
|
|
2608
|
-
const
|
|
2633
|
+
const n = e, t = O(null), s = r(() => t.value && n.items.find((c) => c.id === t.value) || n.items[0]), o = (c) => {
|
|
2609
2634
|
t.value = c.id;
|
|
2610
2635
|
};
|
|
2611
|
-
return (c,
|
|
2612
|
-
i("div",
|
|
2613
|
-
(a(!0), m(
|
|
2614
|
-
key:
|
|
2636
|
+
return (c, d) => (a(), m("div", Jn, [
|
|
2637
|
+
i("div", Qn, [
|
|
2638
|
+
(a(!0), m(W, null, G(e.items, (f) => (a(), L(re, {
|
|
2639
|
+
key: f.id,
|
|
2615
2640
|
link: "",
|
|
2616
|
-
color: s.value.id ===
|
|
2617
|
-
onClick: (
|
|
2641
|
+
color: s.value.id === f.id ? "default" : "secondary",
|
|
2642
|
+
onClick: (x) => o(f)
|
|
2618
2643
|
}, {
|
|
2619
2644
|
default: _(() => [
|
|
2620
|
-
|
|
2645
|
+
M(B(f.title), 1)
|
|
2621
2646
|
]),
|
|
2622
2647
|
_: 2
|
|
2623
2648
|
}, 1032, ["color", "onClick"]))), 128))
|
|
2624
2649
|
]),
|
|
2625
|
-
|
|
2650
|
+
z(c.$slots, "default", { activeItem: s.value })
|
|
2626
2651
|
]));
|
|
2627
2652
|
}
|
|
2628
|
-
}),
|
|
2653
|
+
}), Yn = { class: "w-full flex flex-col items-center my-2 space-y-2 mt-4" }, Zn = { class: "inline-flex items-center space-x-1" }, el = /* @__PURE__ */ i("span", { class: "text-foreground-2" }, "That's it, you've loaded everything!", -1), tl = { class: "w-full flex flex-col items-center my-2 space-y-2 mt-4" }, sl = { class: "inline-flex items-center space-x-1" }, nl = /* @__PURE__ */ i("span", { class: "text-foreground-2" }, "An error occurred while loading", -1), Tl = /* @__PURE__ */ A({
|
|
2629
2654
|
__name: "InfiniteLoading",
|
|
2630
2655
|
props: {
|
|
2631
2656
|
settings: null,
|
|
@@ -2633,58 +2658,58 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2633
2658
|
},
|
|
2634
2659
|
emits: ["infinite"],
|
|
2635
2660
|
setup(e) {
|
|
2636
|
-
const
|
|
2637
|
-
return
|
|
2661
|
+
const n = O(null), t = O(!1);
|
|
2662
|
+
return we && Y(() => {
|
|
2638
2663
|
const s = setInterval(() => {
|
|
2639
2664
|
var o;
|
|
2640
|
-
(o =
|
|
2665
|
+
(o = n.value) != null && o.isConnected && (t.value = !0, clearInterval(s));
|
|
2641
2666
|
}, 200);
|
|
2642
2667
|
}), (s, o) => (a(), m("div", {
|
|
2643
2668
|
ref_key: "wrapper",
|
|
2644
|
-
ref:
|
|
2669
|
+
ref: n
|
|
2645
2670
|
}, [
|
|
2646
|
-
t.value ? (a(),
|
|
2671
|
+
t.value ? (a(), L(l(Ft), oe({ key: 0 }, s.$props.settings || {}, {
|
|
2647
2672
|
onInfinite: o[0] || (o[0] = (c) => s.$emit("infinite", c))
|
|
2648
2673
|
}), {
|
|
2649
2674
|
spinner: _(() => [
|
|
2650
|
-
|
|
2675
|
+
P(Ue, {
|
|
2651
2676
|
loading: !0,
|
|
2652
2677
|
class: "my-2"
|
|
2653
2678
|
})
|
|
2654
2679
|
]),
|
|
2655
2680
|
complete: _(() => [
|
|
2656
|
-
i("div",
|
|
2657
|
-
i("div",
|
|
2658
|
-
|
|
2659
|
-
|
|
2681
|
+
i("div", Yn, [
|
|
2682
|
+
i("div", Zn, [
|
|
2683
|
+
P(l(dt), { class: "w-5 h-5 text-success" }),
|
|
2684
|
+
el
|
|
2660
2685
|
])
|
|
2661
2686
|
])
|
|
2662
2687
|
]),
|
|
2663
2688
|
error: _(({ retry: c }) => [
|
|
2664
|
-
i("div",
|
|
2665
|
-
i("div",
|
|
2666
|
-
|
|
2667
|
-
|
|
2689
|
+
i("div", tl, [
|
|
2690
|
+
i("div", sl, [
|
|
2691
|
+
P(l(ft), { class: "w-5 h-5 text-danger" }),
|
|
2692
|
+
nl
|
|
2668
2693
|
]),
|
|
2669
|
-
e.allowRetry ? (a(),
|
|
2694
|
+
e.allowRetry ? (a(), L(re, {
|
|
2670
2695
|
key: 0,
|
|
2671
2696
|
onClick: c
|
|
2672
2697
|
}, {
|
|
2673
2698
|
default: _(() => [
|
|
2674
|
-
|
|
2699
|
+
M("Retry")
|
|
2675
2700
|
]),
|
|
2676
2701
|
_: 2
|
|
2677
|
-
}, 1032, ["onClick"])) :
|
|
2702
|
+
}, 1032, ["onClick"])) : I("", !0)
|
|
2678
2703
|
])
|
|
2679
2704
|
]),
|
|
2680
2705
|
_: 1
|
|
2681
|
-
}, 16)) :
|
|
2706
|
+
}, 16)) : I("", !0)
|
|
2682
2707
|
], 512));
|
|
2683
2708
|
}
|
|
2684
|
-
}),
|
|
2709
|
+
}), ll = { class: "relative group" }, al = {
|
|
2685
2710
|
key: 0,
|
|
2686
2711
|
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"
|
|
2687
|
-
}, Rl = /* @__PURE__ */
|
|
2712
|
+
}, Rl = /* @__PURE__ */ A({
|
|
2688
2713
|
__name: "Panel",
|
|
2689
2714
|
props: {
|
|
2690
2715
|
/**
|
|
@@ -2715,65 +2740,90 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2715
2740
|
noShadow: {
|
|
2716
2741
|
type: Boolean,
|
|
2717
2742
|
default: !1
|
|
2743
|
+
},
|
|
2744
|
+
panelClasses: {
|
|
2745
|
+
type: String
|
|
2718
2746
|
}
|
|
2719
2747
|
},
|
|
2720
2748
|
emits: ["submit"],
|
|
2721
|
-
setup(e, { emit:
|
|
2749
|
+
setup(e, { emit: n }) {
|
|
2722
2750
|
const t = e, s = r(
|
|
2723
2751
|
() => t.customPadding ? "" : "px-4 py-4 sm:px-6"
|
|
2724
2752
|
), o = r(
|
|
2725
2753
|
() => t.customPadding ? "" : "px-4 py-4 sm:p-6"
|
|
2726
2754
|
), c = r(() => {
|
|
2727
|
-
const
|
|
2728
|
-
return t.noShadow ||
|
|
2755
|
+
const d = ["rounded-lg"];
|
|
2756
|
+
return t.noShadow || d.push("shadow"), t.ring && d.push("ring-outline-2 hover:ring-2"), t.panelClasses && d.push(t.panelClasses), d.join(" ");
|
|
2729
2757
|
});
|
|
2730
|
-
return (
|
|
2731
|
-
e.fancyGlow ? (a(), m("div",
|
|
2732
|
-
(a(),
|
|
2733
|
-
class:
|
|
2758
|
+
return (d, f) => (a(), m("div", ll, [
|
|
2759
|
+
e.fancyGlow ? (a(), m("div", al)) : I("", !0),
|
|
2760
|
+
(a(), L(H(e.form ? "form" : "div"), {
|
|
2761
|
+
class: k([
|
|
2734
2762
|
"relative divide-outline-3 bg-foundation text-foreground flex flex-col divide-y overflow-hidden",
|
|
2735
2763
|
c.value
|
|
2736
2764
|
]),
|
|
2737
|
-
onSubmit:
|
|
2765
|
+
onSubmit: f[0] || (f[0] = (x) => n("submit", x))
|
|
2738
2766
|
}, {
|
|
2739
2767
|
default: _(() => [
|
|
2740
|
-
|
|
2768
|
+
d.$slots.header ? (a(), m("div", {
|
|
2741
2769
|
key: 0,
|
|
2742
|
-
class:
|
|
2770
|
+
class: k(s.value)
|
|
2743
2771
|
}, [
|
|
2744
|
-
|
|
2745
|
-
], 2)) :
|
|
2772
|
+
z(d.$slots, "header")
|
|
2773
|
+
], 2)) : I("", !0),
|
|
2746
2774
|
i("div", {
|
|
2747
|
-
class:
|
|
2775
|
+
class: k(["grow", o.value])
|
|
2748
2776
|
}, [
|
|
2749
|
-
|
|
2777
|
+
z(d.$slots, "default")
|
|
2750
2778
|
], 2),
|
|
2751
|
-
|
|
2779
|
+
d.$slots.footer ? (a(), m("div", {
|
|
2752
2780
|
key: 1,
|
|
2753
|
-
class:
|
|
2781
|
+
class: k(s.value)
|
|
2754
2782
|
}, [
|
|
2755
|
-
|
|
2756
|
-
], 2)) :
|
|
2783
|
+
z(d.$slots, "footer")
|
|
2784
|
+
], 2)) : I("", !0)
|
|
2757
2785
|
]),
|
|
2758
2786
|
_: 3
|
|
2759
2787
|
}, 40, ["class"]))
|
|
2760
2788
|
]));
|
|
2761
2789
|
}
|
|
2762
|
-
}),
|
|
2763
|
-
key: 0,
|
|
2764
|
-
class: "mt-2 text-sm"
|
|
2765
|
-
}, ol = /* @__PURE__ */ i("span", { class: "sr-only" }, "Dismiss", -1), Fl = /* @__PURE__ */ M({
|
|
2790
|
+
}), ol = { class: "flex-shrink-0" }, rl = /* @__PURE__ */ i("span", { class: "sr-only" }, "Dismiss", -1), Fl = /* @__PURE__ */ A({
|
|
2766
2791
|
__name: "Alert",
|
|
2767
2792
|
props: {
|
|
2768
2793
|
color: { default: "success" },
|
|
2769
2794
|
withDismiss: { type: Boolean },
|
|
2770
|
-
actions: null
|
|
2795
|
+
actions: null,
|
|
2796
|
+
customIcon: null,
|
|
2797
|
+
size: { default: "default" }
|
|
2771
2798
|
},
|
|
2772
2799
|
emits: ["dismiss"],
|
|
2773
2800
|
setup(e) {
|
|
2774
|
-
const
|
|
2801
|
+
const n = e, t = be(), s = r(() => !!t.description), o = r(() => {
|
|
2802
|
+
if (n.customIcon)
|
|
2803
|
+
return n.customIcon;
|
|
2804
|
+
switch (n.color) {
|
|
2805
|
+
case "info":
|
|
2806
|
+
return vt;
|
|
2807
|
+
case "warning":
|
|
2808
|
+
return xe;
|
|
2809
|
+
case "danger":
|
|
2810
|
+
return gt;
|
|
2811
|
+
case "success":
|
|
2812
|
+
default:
|
|
2813
|
+
return Te;
|
|
2814
|
+
}
|
|
2815
|
+
}), c = r(() => {
|
|
2775
2816
|
const u = [];
|
|
2776
|
-
switch (
|
|
2817
|
+
switch (n.size) {
|
|
2818
|
+
case "xs":
|
|
2819
|
+
u.push("p-1");
|
|
2820
|
+
break;
|
|
2821
|
+
case "default":
|
|
2822
|
+
default:
|
|
2823
|
+
u.push(s.value ? "p-4" : "p-2");
|
|
2824
|
+
break;
|
|
2825
|
+
}
|
|
2826
|
+
switch (n.color) {
|
|
2777
2827
|
case "success":
|
|
2778
2828
|
u.push("bg-success-lighter border-l-4 border-success");
|
|
2779
2829
|
break;
|
|
@@ -2788,9 +2838,63 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2788
2838
|
break;
|
|
2789
2839
|
}
|
|
2790
2840
|
return u.join(" ");
|
|
2791
|
-
}),
|
|
2841
|
+
}), d = r(() => {
|
|
2842
|
+
const u = [];
|
|
2843
|
+
if (s.value)
|
|
2844
|
+
u.push("");
|
|
2845
|
+
else
|
|
2846
|
+
switch (u.push("items-center"), n.size) {
|
|
2847
|
+
case "xs":
|
|
2848
|
+
u.push("space-x-1");
|
|
2849
|
+
break;
|
|
2850
|
+
case "default":
|
|
2851
|
+
default:
|
|
2852
|
+
u.push("space-x-2");
|
|
2853
|
+
break;
|
|
2854
|
+
}
|
|
2855
|
+
return u.join(" ");
|
|
2856
|
+
}), f = r(() => {
|
|
2857
|
+
const u = ["grow"];
|
|
2858
|
+
switch (s.value || u.push("flex items-center space-x-2"), n.size) {
|
|
2859
|
+
case "xs":
|
|
2860
|
+
u.push("ml-1");
|
|
2861
|
+
break;
|
|
2862
|
+
case "default":
|
|
2863
|
+
default:
|
|
2864
|
+
u.push("ml-3");
|
|
2865
|
+
break;
|
|
2866
|
+
}
|
|
2867
|
+
return u.join(" ");
|
|
2868
|
+
}), x = r(() => {
|
|
2869
|
+
const u = [];
|
|
2870
|
+
switch (n.size) {
|
|
2871
|
+
case "xs":
|
|
2872
|
+
u.push("text-xs");
|
|
2873
|
+
break;
|
|
2874
|
+
case "default":
|
|
2875
|
+
default:
|
|
2876
|
+
u.push("mt-2 text-sm");
|
|
2877
|
+
break;
|
|
2878
|
+
}
|
|
2879
|
+
return u.join(" ");
|
|
2880
|
+
}), p = r(() => {
|
|
2881
|
+
var v;
|
|
2882
|
+
const u = ["flex"];
|
|
2883
|
+
s.value || u.push("grow justify-end");
|
|
2884
|
+
const j = s.value && ((v = n.actions) == null ? void 0 : v.length);
|
|
2885
|
+
switch (n.size) {
|
|
2886
|
+
case "xs":
|
|
2887
|
+
u.push("space-x-1"), j && u.push("mt-1");
|
|
2888
|
+
break;
|
|
2889
|
+
case "default":
|
|
2890
|
+
default:
|
|
2891
|
+
u.push("space-x-2"), j && u.push("mt-4");
|
|
2892
|
+
break;
|
|
2893
|
+
}
|
|
2894
|
+
return u.join(" ");
|
|
2895
|
+
}), b = r(() => {
|
|
2792
2896
|
const u = [];
|
|
2793
|
-
switch (
|
|
2897
|
+
switch (n.color) {
|
|
2794
2898
|
case "success":
|
|
2795
2899
|
u.push("text-success-darker");
|
|
2796
2900
|
break;
|
|
@@ -2805,9 +2909,18 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2805
2909
|
break;
|
|
2806
2910
|
}
|
|
2807
2911
|
return u.join(" ");
|
|
2808
|
-
}),
|
|
2912
|
+
}), y = r(() => {
|
|
2809
2913
|
const u = [];
|
|
2810
|
-
switch (
|
|
2914
|
+
switch (n.size) {
|
|
2915
|
+
case "xs":
|
|
2916
|
+
u.push("h-4 w-4"), u.push(s.value ? "mt-0.5" : "");
|
|
2917
|
+
break;
|
|
2918
|
+
case "default":
|
|
2919
|
+
default:
|
|
2920
|
+
u.push("h-5 w-5");
|
|
2921
|
+
break;
|
|
2922
|
+
}
|
|
2923
|
+
switch (n.color) {
|
|
2811
2924
|
case "success":
|
|
2812
2925
|
u.push("text-success");
|
|
2813
2926
|
break;
|
|
@@ -2822,9 +2935,9 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2822
2935
|
break;
|
|
2823
2936
|
}
|
|
2824
2937
|
return u.join(" ");
|
|
2825
|
-
}),
|
|
2938
|
+
}), h = r(() => {
|
|
2826
2939
|
const u = [];
|
|
2827
|
-
switch (
|
|
2940
|
+
switch (n.color) {
|
|
2828
2941
|
case "success":
|
|
2829
2942
|
u.push("bg-success-lighter ring-success");
|
|
2830
2943
|
break;
|
|
@@ -2839,125 +2952,129 @@ const Kn = ["disabled", "onClick"], Al = /* @__PURE__ */ M({
|
|
|
2839
2952
|
break;
|
|
2840
2953
|
}
|
|
2841
2954
|
return u.join(" ");
|
|
2955
|
+
}), C = r(() => {
|
|
2956
|
+
switch (n.size) {
|
|
2957
|
+
case "xs":
|
|
2958
|
+
return "xs";
|
|
2959
|
+
case "default":
|
|
2960
|
+
default:
|
|
2961
|
+
return "sm";
|
|
2962
|
+
}
|
|
2842
2963
|
});
|
|
2843
|
-
return (u,
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2964
|
+
return (u, j) => (a(), m("div", {
|
|
2965
|
+
class: k(["rounded-md", [c.value, b.value]])
|
|
2966
|
+
}, [
|
|
2967
|
+
i("div", {
|
|
2968
|
+
class: k(["flex", d.value])
|
|
2847
2969
|
}, [
|
|
2970
|
+
i("div", ol, [
|
|
2971
|
+
(a(), L(H(o.value), {
|
|
2972
|
+
class: k(y.value),
|
|
2973
|
+
"aria-hidden": "true"
|
|
2974
|
+
}, null, 8, ["class"]))
|
|
2975
|
+
]),
|
|
2848
2976
|
i("div", {
|
|
2849
|
-
class:
|
|
2977
|
+
class: k(f.value)
|
|
2850
2978
|
}, [
|
|
2851
|
-
i("
|
|
2852
|
-
|
|
2853
|
-
class: x(["h-5 w-5", f.value]),
|
|
2854
|
-
"aria-hidden": "true"
|
|
2855
|
-
}, null, 8, ["class"])
|
|
2856
|
-
]),
|
|
2857
|
-
i("div", {
|
|
2858
|
-
class: x(["ml-3 grow", [s.value ? "" : "flex items-center space-x-2"]])
|
|
2979
|
+
i("h3", {
|
|
2980
|
+
class: k(["text-sm", [s.value ? "font-medium" : ""]])
|
|
2859
2981
|
}, [
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
D(u.$slots, "title", {}, () => [
|
|
2864
|
-
A("Title")
|
|
2865
|
-
])
|
|
2866
|
-
], 2),
|
|
2867
|
-
s.value ? (a(), m("div", al, [
|
|
2868
|
-
D(u.$slots, "description", {}, () => [
|
|
2869
|
-
A(" Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquid pariatur, ipsum similique veniam. ")
|
|
2870
|
-
])
|
|
2871
|
-
])) : S("", !0),
|
|
2872
|
-
i("div", {
|
|
2873
|
-
class: x([s.value ? (b = e.actions) != null && b.length ? "mt-4" : "" : "grow flex"])
|
|
2874
|
-
}, [
|
|
2875
|
-
i("div", {
|
|
2876
|
-
class: x(["flex", ["space-x-2", s.value ? "" : "grow justify-end"]])
|
|
2877
|
-
}, [
|
|
2878
|
-
(a(!0), m(U, null, G(e.actions || [], (v, h) => (a(), P(re, {
|
|
2879
|
-
key: h,
|
|
2880
|
-
color: e.color,
|
|
2881
|
-
size: "sm",
|
|
2882
|
-
to: v.url,
|
|
2883
|
-
external: v.externalUrl || !1,
|
|
2884
|
-
onClick: (k) => v.onClick || n(Ye)
|
|
2885
|
-
}, {
|
|
2886
|
-
default: _(() => [
|
|
2887
|
-
A(I(v.title), 1)
|
|
2888
|
-
]),
|
|
2889
|
-
_: 2
|
|
2890
|
-
}, 1032, ["color", "to", "external", "onClick"]))), 128))
|
|
2891
|
-
], 2)
|
|
2892
|
-
], 2)
|
|
2982
|
+
z(u.$slots, "title", {}, () => [
|
|
2983
|
+
M("Title")
|
|
2984
|
+
])
|
|
2893
2985
|
], 2),
|
|
2894
|
-
|
|
2986
|
+
s.value ? (a(), m("div", {
|
|
2895
2987
|
key: 0,
|
|
2896
|
-
class: x
|
|
2988
|
+
class: k(x.value)
|
|
2897
2989
|
}, [
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2990
|
+
z(u.$slots, "description", {}, () => [
|
|
2991
|
+
M(" Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquid pariatur, ipsum similique veniam. ")
|
|
2992
|
+
])
|
|
2993
|
+
], 2)) : I("", !0),
|
|
2994
|
+
i("div", {
|
|
2995
|
+
class: k(p.value)
|
|
2996
|
+
}, [
|
|
2997
|
+
(a(!0), m(W, null, G(e.actions || [], (v, w) => (a(), L(re, {
|
|
2998
|
+
key: w,
|
|
2999
|
+
color: e.color,
|
|
3000
|
+
size: C.value,
|
|
3001
|
+
to: v.url,
|
|
3002
|
+
external: v.externalUrl || !1,
|
|
3003
|
+
onClick: (S) => v.onClick || l(Ye)
|
|
3004
|
+
}, {
|
|
3005
|
+
default: _(() => [
|
|
3006
|
+
M(B(v.title), 1)
|
|
3007
|
+
]),
|
|
3008
|
+
_: 2
|
|
3009
|
+
}, 1032, ["color", "size", "to", "external", "onClick"]))), 128))
|
|
3010
|
+
], 2)
|
|
3011
|
+
], 2),
|
|
3012
|
+
e.withDismiss ? (a(), m("div", {
|
|
3013
|
+
key: 0,
|
|
3014
|
+
class: k(["flex", [s.value ? "items-start" : "items-center"]])
|
|
3015
|
+
}, [
|
|
3016
|
+
i("button", {
|
|
3017
|
+
type: "button",
|
|
3018
|
+
class: k(["inline-flex rounded-md focus:outline-none focus:ring-2", h.value]),
|
|
3019
|
+
onClick: j[0] || (j[0] = (v) => u.$emit("dismiss"))
|
|
3020
|
+
}, [
|
|
3021
|
+
rl,
|
|
3022
|
+
P(l(ue), {
|
|
3023
|
+
class: "h-5 w-5",
|
|
3024
|
+
"aria-hidden": "true"
|
|
3025
|
+
})
|
|
3026
|
+
], 2)
|
|
3027
|
+
], 2)) : I("", !0)
|
|
3028
|
+
], 2)
|
|
3029
|
+
], 2));
|
|
2913
3030
|
}
|
|
2914
3031
|
});
|
|
2915
|
-
function
|
|
2916
|
-
var
|
|
2917
|
-
const { get:
|
|
2918
|
-
const
|
|
2919
|
-
return p(`debugging: '${
|
|
2920
|
-
} :
|
|
2921
|
-
return
|
|
3032
|
+
function El(e) {
|
|
3033
|
+
var u, j;
|
|
3034
|
+
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 ? () => {
|
|
3035
|
+
const v = n();
|
|
3036
|
+
return p(`debugging: '${f.name}' read`, v, x()), v;
|
|
3037
|
+
} : n, y = f && !f.readsOnly ? (v) => (p(`debugging: '${f.name}' written to`, v, x()), o(v)) : o, h = c ? $t(b, t, s) : r(b), C = r(() => h.value);
|
|
3038
|
+
return C.update = y, C;
|
|
2922
3039
|
}
|
|
2923
3040
|
export {
|
|
2924
3041
|
Fl as CommonAlert,
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
3042
|
+
ns as CommonBadge,
|
|
3043
|
+
Ue as CommonLoadingBar,
|
|
3044
|
+
Cl as CommonStepsBullet,
|
|
3045
|
+
kl as CommonStepsNumber,
|
|
3046
|
+
Ut as CommonTextLink,
|
|
2930
3047
|
re as FormButton,
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
3048
|
+
wl as FormCardButton,
|
|
3049
|
+
$l as FormCheckbox,
|
|
3050
|
+
Pn as FormSelectBase,
|
|
3051
|
+
_l as FormSelectSourceApps,
|
|
3052
|
+
Sl as FormTextArea,
|
|
3053
|
+
Il as FormTextInput,
|
|
3054
|
+
xl as GlobalToastRenderer,
|
|
2938
3055
|
J as GridListToggleValue,
|
|
2939
3056
|
me as HorizontalDirection,
|
|
2940
3057
|
Tl as InfiniteLoading,
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
3058
|
+
Vl as LayoutDialog,
|
|
3059
|
+
Ol as LayoutDisclosure,
|
|
3060
|
+
Al as LayoutGridListToggle,
|
|
3061
|
+
zl as LayoutMenu,
|
|
2945
3062
|
Rl as LayoutPanel,
|
|
2946
3063
|
Dl as LayoutTabs,
|
|
2947
3064
|
se as ModifierKeys,
|
|
2948
|
-
|
|
3065
|
+
Ln as SourceAppBadge,
|
|
2949
3066
|
te as TailwindBreakpoints,
|
|
2950
|
-
|
|
3067
|
+
Gn as ThrottleOrDebounce,
|
|
2951
3068
|
ee as ToastNotificationType,
|
|
2952
|
-
|
|
3069
|
+
Bl as ValidationHelpers,
|
|
2953
3070
|
he as clientOs,
|
|
2954
|
-
|
|
3071
|
+
Pl as getKeyboardShortcutTitle,
|
|
2955
3072
|
Ll as onKeyboardShortcut,
|
|
2956
|
-
|
|
2957
|
-
|
|
3073
|
+
jl as useFormCheckboxModel,
|
|
3074
|
+
cn as useFormSelectChildInternals,
|
|
2958
3075
|
Ml as useOnBeforeWindowUnload,
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
3076
|
+
Xn as useResponsiveHorizontalDirectionCalculation,
|
|
3077
|
+
Kn as useWindowResizeHandler,
|
|
3078
|
+
un as useWrappingContainerHiddenCount,
|
|
3079
|
+
El as writableAsyncComputed
|
|
2963
3080
|
};
|