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