@base-framework/ui 1.2.22 → 1.2.23
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/atoms.es.js +1 -1
- package/dist/{confirmation-CYi1gvFQ.js → confirmation-D_x8yrDO.js} +1 -1
- package/dist/{full-page-CJLpFbzU.js → full-page-Bpc7f0Jt.js} +580 -555
- package/dist/index.es.js +5 -5
- package/dist/molecules.es.js +2 -2
- package/dist/organisms.es.js +3 -3
- package/dist/pages.es.js +2 -2
- package/dist/{sidebar-menu-Danp9_n6.js → sidebar-menu-Cz6lSUfb.js} +1 -1
- package/dist/{sidebar-menu-page-Bzd-Jje1.js → sidebar-menu-page-CLM-ilyW.js} +2 -2
- package/dist/{signature-panel-Dtr6jInW.js → signature-panel-1e4qD4XV.js} +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { I as
|
|
2
|
-
import { Atom as r, Jot as M, Component as C, Html as
|
|
1
|
+
import { I as V, Span as g, Button as w, OnState as T, Div as o, Legend as rt, Fieldset as it, H4 as Ue, P as k, Label as W, Checkbox as de, Input as p, Textarea as ct, UseParent as _, Img as ue, H5 as dt, H2 as Z, Form as ut, Header as X, Footer as he, A as Ye, H3 as fe, Nav as ge, Ul as ee, Li as me, OnStateOpen as be, On as J, Dialog as ht, Th as Ve, Thead as ft, Tr as gt, Table as xe, Time as mt, H1 as bt } from "@base-framework/atoms";
|
|
2
|
+
import { Atom as r, Jot as M, Component as C, Html as xt, Data as z, Events as j, DateTime as te, NavLink as pt, router as ke, DataTracker as We } from "@base-framework/base";
|
|
3
3
|
import { Icons as u } from "./icons.es.js";
|
|
4
|
-
import { Timer as
|
|
4
|
+
import { Timer as yt, TableBody as wt, DataTableBody as vt, ScrollableTableBody as kt, List as Ct } from "@base-framework/organisms";
|
|
5
5
|
import { F as U } from "./format-DE4rFWuD.js";
|
|
6
|
-
import { F as
|
|
7
|
-
const
|
|
6
|
+
import { F as St } from "./bside-template-C7AQgQ6H.js";
|
|
7
|
+
const $t = {
|
|
8
8
|
xs: "w-4 h-4",
|
|
9
9
|
sm: "w-6 h-6",
|
|
10
10
|
md: "w-8 h-8",
|
|
@@ -12,9 +12,9 @@ const kt = {
|
|
|
12
12
|
xl: "w-12 h-12",
|
|
13
13
|
"2xl": "w-14 h-14",
|
|
14
14
|
"3xl": "w-16 h-16"
|
|
15
|
-
},
|
|
16
|
-
const s =
|
|
17
|
-
return
|
|
15
|
+
}, ce = r((e, t) => {
|
|
16
|
+
const s = $t[e.size || "sm"];
|
|
17
|
+
return V({
|
|
18
18
|
...e,
|
|
19
19
|
// @ts-ignore
|
|
20
20
|
class: `stroke-current icon-size ${s} ${e.class || ""}`,
|
|
@@ -62,14 +62,14 @@ const kt = {
|
|
|
62
62
|
name: void 0
|
|
63
63
|
// @ts-ignore
|
|
64
64
|
}, e.name);
|
|
65
|
-
}), x = (e = {}, t) => t ? typeof t == "string" && t.includes("<svg") ?
|
|
65
|
+
}), x = (e = {}, t) => t ? typeof t == "string" && t.includes("<svg") ? ce(e, t) : typeof t == "object" && t.name ? De({
|
|
66
66
|
...e,
|
|
67
67
|
name: t.name,
|
|
68
68
|
variant: t.variant || e.variant || "outlined"
|
|
69
69
|
}) : typeof t == "string" ? De({
|
|
70
70
|
...e,
|
|
71
71
|
name: t
|
|
72
|
-
}) :
|
|
72
|
+
}) : ce(e, t) : null, ha = (e) => e ? !!(typeof e == "object" && e.name || typeof e == "string" && !e.includes("<svg")) : !1, fa = (e) => typeof e == "string" && e.includes("<svg"), Ie = {
|
|
73
73
|
gray: {
|
|
74
74
|
backgroundColor: "bg-gray-50",
|
|
75
75
|
textColor: "text-gray-600",
|
|
@@ -150,17 +150,17 @@ const kt = {
|
|
|
150
150
|
textColor: "text-foreground",
|
|
151
151
|
ringColor: "ring-white/10"
|
|
152
152
|
}
|
|
153
|
-
},
|
|
154
|
-
const s =
|
|
153
|
+
}, Dt = (e) => Ie[e] || Ie.gray, It = (e, t = {}) => {
|
|
154
|
+
const s = Dt(e), n = t.backgroundColor ?? s.backgroundColor, a = t.textColor ?? s.textColor, l = t.ringColor ?? s.ringColor;
|
|
155
155
|
return `inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors ${n} ${a} ${l}`;
|
|
156
|
-
},
|
|
157
|
-
const { type: s, icon: n, size: a = "xs", backgroundColor: l, textColor: i, ringColor: c, ...h } = e, m =
|
|
156
|
+
}, ga = r((e, t) => {
|
|
157
|
+
const { type: s, icon: n, size: a = "xs", backgroundColor: l, textColor: i, ringColor: c, ...h } = e, m = It(s, { backgroundColor: l, textColor: i, ringColor: c });
|
|
158
158
|
return g({ ...h, class: m }, [
|
|
159
159
|
n ? x({ size: a, class: "mr-1" }, n) : null,
|
|
160
160
|
...t || []
|
|
161
161
|
]);
|
|
162
162
|
});
|
|
163
|
-
class
|
|
163
|
+
class _e extends C {
|
|
164
164
|
/**
|
|
165
165
|
* This will set the component context.
|
|
166
166
|
*
|
|
@@ -176,9 +176,9 @@ class qe extends C {
|
|
|
176
176
|
}
|
|
177
177
|
const O = (e) => (
|
|
178
178
|
/** @type {VeilComponentConstructor} */
|
|
179
|
-
M(e,
|
|
179
|
+
M(e, _e)
|
|
180
180
|
);
|
|
181
|
-
class
|
|
181
|
+
class ma extends _e {
|
|
182
182
|
/**
|
|
183
183
|
* Declare public props and their defaults.
|
|
184
184
|
*/
|
|
@@ -229,7 +229,7 @@ class ua extends qe {
|
|
|
229
229
|
]);
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
|
-
const
|
|
232
|
+
const ae = {
|
|
233
233
|
xs: "w-6 h-6",
|
|
234
234
|
sm: "w-8 h-8",
|
|
235
235
|
md: "w-10 h-10",
|
|
@@ -237,7 +237,7 @@ const ne = {
|
|
|
237
237
|
xl: "w-14 h-14",
|
|
238
238
|
"2xl": "w-16 h-16"
|
|
239
239
|
};
|
|
240
|
-
class
|
|
240
|
+
class ba extends C {
|
|
241
241
|
/**
|
|
242
242
|
* Declare public props.
|
|
243
243
|
*/
|
|
@@ -268,7 +268,7 @@ class ha extends C {
|
|
|
268
268
|
* @returns {object}
|
|
269
269
|
*/
|
|
270
270
|
render() {
|
|
271
|
-
const t = this.icon, s = this.activeIcon || this.icon, n =
|
|
271
|
+
const t = this.icon, s = this.activeIcon || this.icon, n = ae[this.size] || ae.md, a = ["xs", "sm"].includes(this.size) ? "xs" : "sm", l = this.class ?? "bg-background/40 backdrop-blur-sm", i = "text-foreground", c = this.activeClass || i, h = this.circle ?? !1;
|
|
272
272
|
return w({
|
|
273
273
|
click: () => this.handleToggle(),
|
|
274
274
|
// @ts-ignore
|
|
@@ -283,8 +283,8 @@ class ha extends C {
|
|
|
283
283
|
]);
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
|
-
const
|
|
287
|
-
const s = e.size || "md", n =
|
|
286
|
+
const xa = r((e, t) => {
|
|
287
|
+
const s = e.size || "md", n = ae[s] || ae.md, a = ["xs", "sm"].includes(s) ? "xs" : "sm";
|
|
288
288
|
return w({
|
|
289
289
|
...e,
|
|
290
290
|
// @ts-ignore
|
|
@@ -295,14 +295,37 @@ const fa = r((e, t) => {
|
|
|
295
295
|
...t || []
|
|
296
296
|
]);
|
|
297
297
|
});
|
|
298
|
-
let
|
|
298
|
+
let qe = 0;
|
|
299
|
+
const Y = /* @__PURE__ */ new Map(), Tt = () => {
|
|
300
|
+
const e = globalThis.location?.hash || "";
|
|
301
|
+
return (e ? e.replace(/^#\/?/, "") : globalThis.location?.pathname || "/").replace(/^\/+/, "");
|
|
302
|
+
};
|
|
299
303
|
if (typeof globalThis.history?.pushState == "function") {
|
|
300
304
|
const e = globalThis.history.pushState;
|
|
301
305
|
globalThis.history.pushState = function(...t) {
|
|
302
|
-
|
|
306
|
+
qe++;
|
|
307
|
+
const s = String(t[2] || "").replace(/^[#/]+/, "");
|
|
308
|
+
for (const [n, a] of Y)
|
|
309
|
+
a.basePath && s !== a.basePath && !s.startsWith(a.basePath + "/") && Y.delete(n);
|
|
310
|
+
return e.apply(this, t);
|
|
303
311
|
};
|
|
304
312
|
}
|
|
305
|
-
const
|
|
313
|
+
const Ge = (e) => {
|
|
314
|
+
const t = e || "";
|
|
315
|
+
if (Y.has(t))
|
|
316
|
+
return (
|
|
317
|
+
/** @type {{ historyLength: number, pushCount: number, basePath: string }} */
|
|
318
|
+
Y.get(t)
|
|
319
|
+
);
|
|
320
|
+
const s = {
|
|
321
|
+
historyLength: globalThis.history.length,
|
|
322
|
+
pushCount: qe,
|
|
323
|
+
basePath: Tt()
|
|
324
|
+
};
|
|
325
|
+
return Y.set(t, s), s;
|
|
326
|
+
}, Ke = (e) => {
|
|
327
|
+
Y.delete(e || "");
|
|
328
|
+
}, F = (e) => r((t, s) => w({
|
|
306
329
|
...e,
|
|
307
330
|
...t,
|
|
308
331
|
// @ts-ignore
|
|
@@ -324,33 +347,35 @@ const F = (e) => r((t, s) => w({
|
|
|
324
347
|
...t,
|
|
325
348
|
// @ts-ignore
|
|
326
349
|
class: `bttn ${e.class} ${t.class || ""}`
|
|
327
|
-
}, s)),
|
|
328
|
-
const t =
|
|
350
|
+
}, s)), Mt = (e) => {
|
|
351
|
+
const t = Ge(e.backUrl);
|
|
329
352
|
return () => {
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
353
|
+
Ke(e.backUrl);
|
|
354
|
+
const n = globalThis.history.length - t.historyLength + 1;
|
|
355
|
+
if (e.allowHistory === !0 && t.pushCount > 0) {
|
|
356
|
+
globalThis.history.go(-n);
|
|
333
357
|
return;
|
|
334
358
|
}
|
|
335
359
|
e.backUrl && app.navigate(e.backUrl);
|
|
336
360
|
};
|
|
337
|
-
},
|
|
361
|
+
}, Pt = (e) => r((t, s) => (t.icon = t.icon || u.arrows.left, t.click = t.click || Mt(t), pe({
|
|
338
362
|
...e,
|
|
339
363
|
...t
|
|
340
|
-
}, s))),
|
|
341
|
-
const t =
|
|
364
|
+
}, s))), Bt = (e) => {
|
|
365
|
+
const t = Ge(e.backUrl);
|
|
342
366
|
return () => {
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
367
|
+
Ke(e.backUrl);
|
|
368
|
+
const n = globalThis.history.length - t.historyLength + 1;
|
|
369
|
+
if (t.pushCount > 0) {
|
|
370
|
+
globalThis.history.go(-n);
|
|
346
371
|
return;
|
|
347
372
|
}
|
|
348
373
|
e.backUrl && app.navigate(e.backUrl);
|
|
349
374
|
};
|
|
350
|
-
},
|
|
375
|
+
}, zt = (e) => r((t, s) => (t.icon = t.icon || u.arrows.left, t.click = t.click || Bt(t), pe({
|
|
351
376
|
...e,
|
|
352
377
|
...t
|
|
353
|
-
}, s))),
|
|
378
|
+
}, s))), Ot = r((e, t) => {
|
|
354
379
|
const s = e.size || "md", n = {
|
|
355
380
|
xs: "w-6 h-6",
|
|
356
381
|
sm: "w-8 h-8",
|
|
@@ -377,32 +402,32 @@ const F = (e) => r((t, s) => w({
|
|
|
377
402
|
link: F({ class: "link" }),
|
|
378
403
|
icon: Te({ class: "icon" }),
|
|
379
404
|
withIcon: Te({ class: "with-icon" }),
|
|
380
|
-
back:
|
|
381
|
-
smartBack:
|
|
382
|
-
circleIcon:
|
|
383
|
-
}, b = r((e, t) => (Me[e.variant] || Me.primary)(e, t)),
|
|
405
|
+
back: Pt({ class: "with-icon back-button" }),
|
|
406
|
+
smartBack: zt({ class: "with-icon back-button" }),
|
|
407
|
+
circleIcon: Ot
|
|
408
|
+
}, b = r((e, t) => (Me[e.variant] || Me.primary)(e, t)), pa = r((e, t) => b({ ...e, variant: "withIcon", icon: u.loading, animation: "animate-spin" }, t)), Nt = r((e, t) => {
|
|
384
409
|
const s = e.margin ?? "my-5 mx-5", n = e.padding ?? "p-4", a = e.border ?? "border-border";
|
|
385
410
|
return e.hover && (e.class += " hover:shadow-lg hover:bg-muted/50"), o({
|
|
386
411
|
...e,
|
|
387
412
|
// @ts-ignore
|
|
388
413
|
class: `rounded-lg ${a} bg-card text-card-foreground shadow-md min-w-[120px] min-h-[80px] ${s} ${n} ${e.class || ""}`
|
|
389
414
|
}, t);
|
|
390
|
-
}),
|
|
415
|
+
}), Rt = r((e, t) => rt({
|
|
391
416
|
...e,
|
|
392
417
|
// @ts-ignore
|
|
393
418
|
class: ` font-medium -mt-4 -mx-1 px-2 py-2 ${e.class || ""}`
|
|
394
|
-
}, t)),
|
|
419
|
+
}, t)), ya = r((e, t) => {
|
|
395
420
|
const s = e.border === "full" ? "border rounded-md" : "border-t";
|
|
396
|
-
return
|
|
421
|
+
return it({
|
|
397
422
|
...e,
|
|
398
423
|
// @ts-ignore
|
|
399
424
|
class: `p-6 ${s} ${e.class || ""}`
|
|
400
425
|
}, [
|
|
401
426
|
// @ts-ignore
|
|
402
|
-
e.legend &&
|
|
427
|
+
e.legend && Rt(e.legend),
|
|
403
428
|
o({ class: "flex flex-auto flex-col gap-y-6" }, t)
|
|
404
429
|
]);
|
|
405
|
-
}),
|
|
430
|
+
}), Ft = r((e, t) => {
|
|
406
431
|
const s = e.border === !0 ? "border-t" : "";
|
|
407
432
|
return o({
|
|
408
433
|
...e,
|
|
@@ -424,7 +449,7 @@ const F = (e) => r((t, s) => w({
|
|
|
424
449
|
// Controls container: grows to fill remaining space, spacing between items
|
|
425
450
|
o({ class: "flex flex-col gap-y-4" }, t)
|
|
426
451
|
]);
|
|
427
|
-
}),
|
|
452
|
+
}), Lt = "flex h-10 w-full px-3 py-2 text-sm", P = "rounded-md border border-border bg-input", I = "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 ring-offset-background", D = "disabled:cursor-not-allowed disabled:opacity-50 [&:user-invalid]:border-destructive", A = "placeholder:text-muted-foreground", ye = `${Lt} ${P} ${I} ${A} ${D}`, jt = ({ id: e, checked: t, bind: s, required: n }) => de({
|
|
428
453
|
id: e,
|
|
429
454
|
cache: "checkbox",
|
|
430
455
|
class: "absolute opacity-0 w-full h-full cursor-pointer pointer-events-none",
|
|
@@ -434,15 +459,15 @@ const F = (e) => r((t, s) => w({
|
|
|
434
459
|
required: n,
|
|
435
460
|
checked: t,
|
|
436
461
|
bind: s
|
|
437
|
-
}),
|
|
462
|
+
}), At = () => g({ class: "absolute text-xs pointer-events-none" }, [
|
|
438
463
|
T(
|
|
439
464
|
"checked",
|
|
440
|
-
(e) => e ?
|
|
465
|
+
(e) => e ? V({
|
|
441
466
|
class: "w-2 h-2 pointer-events-none",
|
|
442
467
|
html: u.check
|
|
443
468
|
}) : null
|
|
444
469
|
)
|
|
445
|
-
]),
|
|
470
|
+
]), Ht = ({ id: e, bind: t, checked: s, required: n, clickHandler: a }) => o({
|
|
446
471
|
class: `relative flex items-center justify-center w-5 h-5 transition-colors duration-200 hover:border-accent-foreground
|
|
447
472
|
rounded-md border
|
|
448
473
|
${I}
|
|
@@ -462,13 +487,13 @@ const F = (e) => r((t, s) => w({
|
|
|
462
487
|
tabIndex: 0,
|
|
463
488
|
click: a
|
|
464
489
|
}, [
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
]),
|
|
490
|
+
jt({ bind: t, checked: s, id: e, required: n }),
|
|
491
|
+
At()
|
|
492
|
+
]), Et = ({ id: e, label: t, clickHandler: s }) => W({
|
|
468
493
|
class: "text-base cursor-pointer",
|
|
469
494
|
htmlFor: e,
|
|
470
495
|
click: s
|
|
471
|
-
}, t),
|
|
496
|
+
}, t), Ut = M(
|
|
472
497
|
{
|
|
473
498
|
/**
|
|
474
499
|
* This will initialize the state of the checkbox.
|
|
@@ -507,7 +532,7 @@ const F = (e) => r((t, s) => w({
|
|
|
507
532
|
render() {
|
|
508
533
|
const e = this.getId(), t = (s) => this.clickHandler(s);
|
|
509
534
|
return o({ class: `flex items-center gap-x-2 cursor-pointer ${this.class || ""}` }, [
|
|
510
|
-
|
|
535
|
+
Ht({
|
|
511
536
|
id: e,
|
|
512
537
|
// @ts-ignore
|
|
513
538
|
bind: this.bind,
|
|
@@ -519,22 +544,22 @@ const F = (e) => r((t, s) => w({
|
|
|
519
544
|
clickHandler: t
|
|
520
545
|
}),
|
|
521
546
|
// @ts-ignore
|
|
522
|
-
this.label &&
|
|
547
|
+
this.label && Et({ id: e, label: this.label, clickHandler: t })
|
|
523
548
|
]);
|
|
524
549
|
}
|
|
525
550
|
}
|
|
526
|
-
),
|
|
551
|
+
), Yt = (e) => {
|
|
527
552
|
if (!e || e.length === 0) return "";
|
|
528
553
|
const s = e.replace(/\D/g, "").match(/^(\d{0,3})(\d{0,3})(\d{0,4})$/);
|
|
529
554
|
return s ? s[2] ? `(${s[1]}) ${s[2]}${s[3] ? "-" + s[3] : ""}` : s[1] || "" : e;
|
|
530
|
-
},
|
|
531
|
-
const t = e.target, s =
|
|
555
|
+
}, Vt = (e) => {
|
|
556
|
+
const t = e.target, s = Yt(t.value);
|
|
532
557
|
s && (t.value = s);
|
|
533
558
|
}, N = r((e) => p({
|
|
534
559
|
...e,
|
|
535
560
|
// @ts-ignore
|
|
536
561
|
class: `${ye} ${e.class || ""}`.trim()
|
|
537
|
-
})),
|
|
562
|
+
})), wa = r((e) => N({
|
|
538
563
|
...e,
|
|
539
564
|
type: "tel",
|
|
540
565
|
// @ts-ignore
|
|
@@ -544,8 +569,8 @@ const F = (e) => r((t, s) => w({
|
|
|
544
569
|
placeholder: "(555) 555-5555",
|
|
545
570
|
// @ts-ignore
|
|
546
571
|
pattern: e.pattern || "\\(\\d{3}\\) \\d{3}-\\d{4}",
|
|
547
|
-
keyup:
|
|
548
|
-
})),
|
|
572
|
+
keyup: Vt
|
|
573
|
+
})), va = r((e) => N({
|
|
549
574
|
...e,
|
|
550
575
|
type: "email",
|
|
551
576
|
// @ts-ignore
|
|
@@ -553,47 +578,47 @@ const F = (e) => r((t, s) => w({
|
|
|
553
578
|
// @ts-ignore
|
|
554
579
|
label: e.label || "Email",
|
|
555
580
|
placeholder: "Email address"
|
|
556
|
-
})),
|
|
581
|
+
})), ka = r((e) => ct({
|
|
557
582
|
...e,
|
|
558
583
|
as: "textarea",
|
|
559
584
|
// @ts-ignore
|
|
560
|
-
class: `flex w-full h-24 px-3 py-2 text-sm ${
|
|
561
|
-
})),
|
|
585
|
+
class: `flex w-full h-24 px-3 py-2 text-sm ${P} ${I} ${A} ${D} ${e.class || ""}`.trim()
|
|
586
|
+
})), Ca = (e = {}) => o({ class: "flex items-center gap-x-2" }, [
|
|
562
587
|
p({
|
|
563
588
|
...e,
|
|
564
589
|
type: "radio",
|
|
565
590
|
class: "cursor-pointer appearance-none h-4 w-4 border rounded-full checked:border-primary checked:bg-primary focus:ring focus:ring-primary".trim()
|
|
566
591
|
}),
|
|
567
|
-
e.label &&
|
|
568
|
-
]),
|
|
592
|
+
e.label && W({ forHTML: e.value, class: "cursor-pointer" }, e.label)
|
|
593
|
+
]), Sa = r((e) => p({
|
|
569
594
|
...e,
|
|
570
595
|
type: "date",
|
|
571
596
|
// @ts-ignore
|
|
572
|
-
class: `${
|
|
573
|
-
})),
|
|
597
|
+
class: `${P} ${I} ${A} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
598
|
+
})), $a = r((e) => p({
|
|
574
599
|
...e,
|
|
575
600
|
type: "time",
|
|
576
601
|
// @ts-ignore
|
|
577
|
-
class: `${
|
|
578
|
-
})),
|
|
602
|
+
class: `${P} ${I} ${A} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
603
|
+
})), Da = r((e) => p({
|
|
579
604
|
...e,
|
|
580
605
|
type: "datetime-local",
|
|
581
606
|
// @ts-ignore
|
|
582
|
-
class: `${
|
|
583
|
-
})),
|
|
607
|
+
class: `${P} ${I} ${A} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
608
|
+
})), Ia = r((e) => p({
|
|
584
609
|
...e,
|
|
585
610
|
type: "month",
|
|
586
611
|
// @ts-ignore
|
|
587
|
-
class: `${
|
|
588
|
-
})),
|
|
612
|
+
class: `${P} ${I} ${A} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
613
|
+
})), Ta = r((e) => p({
|
|
589
614
|
...e,
|
|
590
615
|
type: "week",
|
|
591
616
|
// @ts-ignore
|
|
592
|
-
class: `${
|
|
593
|
-
})),
|
|
617
|
+
class: `${P} ${I} ${A} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
|
|
618
|
+
})), Ma = r((e) => N({
|
|
594
619
|
...e,
|
|
595
620
|
type: "number"
|
|
596
|
-
})),
|
|
621
|
+
})), Pa = r((e) => N({
|
|
597
622
|
...e,
|
|
598
623
|
type: "password"
|
|
599
624
|
}));
|
|
@@ -601,29 +626,29 @@ r((e) => N({
|
|
|
601
626
|
...e,
|
|
602
627
|
type: "search"
|
|
603
628
|
}));
|
|
604
|
-
const
|
|
629
|
+
const Ba = r((e) => N({
|
|
605
630
|
...e,
|
|
606
631
|
type: "url"
|
|
607
|
-
})),
|
|
632
|
+
})), za = r((e) => N({
|
|
608
633
|
...e,
|
|
609
634
|
type: "hidden"
|
|
610
|
-
})),
|
|
635
|
+
})), Oa = r((e) => p({
|
|
611
636
|
...e,
|
|
612
637
|
type: "color",
|
|
613
638
|
// @ts-ignore
|
|
614
|
-
class: `${
|
|
639
|
+
class: `${P} text-foreground p-0 ${D} ${e.class || ""}`.trim()
|
|
615
640
|
}));
|
|
616
|
-
r((e) =>
|
|
641
|
+
r((e) => de({
|
|
617
642
|
...e,
|
|
618
643
|
// @ts-ignore
|
|
619
|
-
class: `flex h-4 w-4 text-foreground ${
|
|
644
|
+
class: `flex h-4 w-4 text-foreground ${P} ${I} ${D} ${e.class || ""}`.trim()
|
|
620
645
|
}));
|
|
621
|
-
const
|
|
646
|
+
const Wt = "file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground", Na = r((e) => p({
|
|
622
647
|
...e,
|
|
623
648
|
type: "file",
|
|
624
649
|
// @ts-ignore
|
|
625
|
-
class: `${ye} ${
|
|
626
|
-
})),
|
|
650
|
+
class: `${ye} ${Wt} ${e.class || ""}`.trim()
|
|
651
|
+
})), Ra = O(
|
|
627
652
|
{
|
|
628
653
|
/**
|
|
629
654
|
* This will create the initial state of the RangeSlider.
|
|
@@ -656,7 +681,7 @@ const Et = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
656
681
|
return o({ class: "relative w-full h-4 flex items-center" }, [
|
|
657
682
|
// Track
|
|
658
683
|
o({ class: "absolute h-2 w-full rounded-full bg-muted" }),
|
|
659
|
-
|
|
684
|
+
_(({ state: e }) => [
|
|
660
685
|
// Filled Track
|
|
661
686
|
o({
|
|
662
687
|
class: "absolute h-2 bg-primary rounded-full",
|
|
@@ -695,15 +720,15 @@ const Et = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
695
720
|
]);
|
|
696
721
|
}
|
|
697
722
|
}
|
|
698
|
-
),
|
|
723
|
+
), Fa = r((e) => ({
|
|
699
724
|
tag: "select",
|
|
700
725
|
onCreated(t) {
|
|
701
|
-
e.options &&
|
|
726
|
+
e.options && xt.setupSelectOptions(t, e.options);
|
|
702
727
|
},
|
|
703
728
|
...e,
|
|
704
729
|
// @ts-ignore
|
|
705
730
|
class: `${ye} ${e.class || ""}`.trim()
|
|
706
|
-
})),
|
|
731
|
+
})), _t = r(({ src: e, alt: t, class: s, checkPath: n = !0 }) => !e || (s = s || "", n && e.indexOf(".") === -1 && e.indexOf("[[") === -1) ? null : ue({
|
|
707
732
|
class: `absolute w-full h-full object-cover fadeIn ${s}`,
|
|
708
733
|
src: e,
|
|
709
734
|
alt: t,
|
|
@@ -712,7 +737,7 @@ const Et = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
712
737
|
* If there's an error loading the image, hide it.
|
|
713
738
|
*/
|
|
714
739
|
error: (a) => a.target.style.visibility = "hidden"
|
|
715
|
-
})),
|
|
740
|
+
})), qt = (e) => !e || isNaN(e) ? null : e, Pe = (e, t) => {
|
|
716
741
|
const s = e, n = 16, a = 2 * Math.PI * n, l = s / 100 * a, i = `
|
|
717
742
|
<svg class="w-40 h-40 mx-auto" viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg">
|
|
718
743
|
<!-- Background Circle -->
|
|
@@ -755,20 +780,20 @@ const Et = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
755
780
|
class: "circle-graph text-inherit",
|
|
756
781
|
html: i
|
|
757
782
|
});
|
|
758
|
-
},
|
|
759
|
-
const t = e.progress || 0, s = e.class || "", n =
|
|
783
|
+
}, La = r((e) => {
|
|
784
|
+
const t = e.progress || 0, s = e.class || "", n = Pe(t, s);
|
|
760
785
|
return o({
|
|
761
786
|
class: "circle-graph-wrap",
|
|
762
787
|
onSet: [
|
|
763
788
|
// @ts-ignore
|
|
764
789
|
e.prop,
|
|
765
|
-
(a) => (a =
|
|
790
|
+
(a) => (a = qt(a), a ? Pe(a, s) : n)
|
|
766
791
|
]
|
|
767
792
|
}, [n]);
|
|
768
|
-
}),
|
|
793
|
+
}), Gt = () => _(({ state: e }) => o({
|
|
769
794
|
class: "absolute h-full rounded-full bg-primary transition-all duration-300",
|
|
770
795
|
style: ["width: [[progress]]%;", e]
|
|
771
|
-
})),
|
|
796
|
+
})), ja = O(
|
|
772
797
|
{
|
|
773
798
|
/**
|
|
774
799
|
* This will render the progress bar component.
|
|
@@ -777,7 +802,7 @@ const Et = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
777
802
|
*/
|
|
778
803
|
render() {
|
|
779
804
|
return o({ class: "relative w-full h-4 rounded-full bg-muted" }, [
|
|
780
|
-
|
|
805
|
+
Gt()
|
|
781
806
|
]);
|
|
782
807
|
},
|
|
783
808
|
/**
|
|
@@ -820,7 +845,7 @@ const Et = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
820
845
|
e < 0 && (e = 0), e > 100 && (e = 100), this.state.progress = e;
|
|
821
846
|
}
|
|
822
847
|
}
|
|
823
|
-
),
|
|
848
|
+
), Aa = r((e = {}) => {
|
|
824
849
|
const {
|
|
825
850
|
class: t = "",
|
|
826
851
|
background: s = !0,
|
|
@@ -841,7 +866,7 @@ const Et = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
841
866
|
style: m,
|
|
842
867
|
"aria-hidden": "true"
|
|
843
868
|
});
|
|
844
|
-
}),
|
|
869
|
+
}), Ha = r((e = {}) => {
|
|
845
870
|
const {
|
|
846
871
|
class: t = "",
|
|
847
872
|
background: s = !0,
|
|
@@ -862,7 +887,7 @@ const Et = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
862
887
|
style: m,
|
|
863
888
|
"aria-hidden": "true"
|
|
864
889
|
});
|
|
865
|
-
}),
|
|
890
|
+
}), Be = {
|
|
866
891
|
top: "bottom-full left-1/2 transform -translate-x-1/2 mb-2",
|
|
867
892
|
"top-right": "bottom-full left-full transform -translate-x-1 mb-2",
|
|
868
893
|
"top-left": "bottom-full right-full transform translate-x-1 mb-2",
|
|
@@ -871,8 +896,8 @@ const Et = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
871
896
|
"bottom-left": "top-full right-full transform translate-x-1 mt-2",
|
|
872
897
|
left: "top-1/2 right-full transform -translate-y-1/2 mr-2",
|
|
873
898
|
right: "top-1/2 left-full transform -translate-y-1/2 ml-2"
|
|
874
|
-
},
|
|
875
|
-
const n =
|
|
899
|
+
}, Kt = (e) => Be[String(e)] || Be.top, Ea = r(({ position: e = "top", content: t }, s) => {
|
|
900
|
+
const n = Kt(e);
|
|
876
901
|
return Array.isArray(s) === !1 && (s = [s]), o({ class: "relative group inline-block" }, [
|
|
877
902
|
...s,
|
|
878
903
|
// Tooltip box
|
|
@@ -909,25 +934,25 @@ const Et = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
|
|
|
909
934
|
bgColor: "bg-muted/10",
|
|
910
935
|
iconColor: "text-muted-foreground"
|
|
911
936
|
}
|
|
912
|
-
},
|
|
937
|
+
}, Qt = (e, t) => o({ class: `flex items-center justify-center h-6 w-6 mr-3 ${t}` }, [
|
|
913
938
|
x({ size: "sm" }, e)
|
|
914
|
-
]),
|
|
939
|
+
]), Jt = (e) => dt({ class: "font-semibold" }, e), Zt = (e) => k({ class: "text-sm text-muted-foreground" }, e), Ua = r(({ title: e, description: t, icon: s, type: n = "default" }) => {
|
|
915
940
|
const { borderColor: a, bgColor: l, iconColor: i } = ze[n] || ze.default;
|
|
916
941
|
return o({ class: `flex items-start p-4 border rounded-lg ${l} ${a}` }, [
|
|
917
942
|
// Icon and content
|
|
918
|
-
s &&
|
|
943
|
+
s && Qt(s, i),
|
|
919
944
|
o({ class: "flex flex-col" }, [
|
|
920
|
-
|
|
921
|
-
|
|
945
|
+
Jt(e),
|
|
946
|
+
Zt(t)
|
|
922
947
|
])
|
|
923
948
|
]);
|
|
924
|
-
}),
|
|
949
|
+
}), Xt = (e, t) => {
|
|
925
950
|
const s = e ? e.getBoundingClientRect() : { top: 0, bottom: 0, left: 0 }, n = t.getBoundingClientRect(), a = 10, l = globalThis.scrollX, i = globalThis.scrollY;
|
|
926
951
|
let c = s.left + l, h = s.bottom + i;
|
|
927
952
|
const m = globalThis.innerHeight - s.bottom, v = s.top;
|
|
928
953
|
return c + n.width > globalThis.innerWidth && (c = globalThis.innerWidth - n.width - a), m < n.height && v > m ? h = s.top + i - n.height - a : m < n.height && (h = s.bottom + i - (n.height - m) - a), { x: c, y: h };
|
|
929
954
|
};
|
|
930
|
-
class
|
|
955
|
+
class se extends C {
|
|
931
956
|
/**
|
|
932
957
|
* This will set up the data.
|
|
933
958
|
*
|
|
@@ -1004,7 +1029,7 @@ class te extends C {
|
|
|
1004
1029
|
* @returns {void}
|
|
1005
1030
|
*/
|
|
1006
1031
|
updatePosition() {
|
|
1007
|
-
const t = this.button ?? null, s = this.panel, n =
|
|
1032
|
+
const t = this.button ?? null, s = this.panel, n = Xt(t, s);
|
|
1008
1033
|
this.data.position = n;
|
|
1009
1034
|
}
|
|
1010
1035
|
/**
|
|
@@ -1056,29 +1081,29 @@ class te extends C {
|
|
|
1056
1081
|
this?.panel?.hidePopover();
|
|
1057
1082
|
}
|
|
1058
1083
|
}
|
|
1059
|
-
const
|
|
1084
|
+
const es = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t)), ts = r((e, t) => W({ ...e, class: "flex auto text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" }, t)), ss = r((e, t) => k({ ...e, class: "text-sm text-muted-foreground italic" }, t)), ns = r((e, t) => k({ ...e, class: "text-sm text-destructive" }, t)), Ya = r((e, t = []) => Nt({ class: "flex flex-auto flex-col gap-y-0", margin: "m-0", padding: "p-0" }, [
|
|
1060
1085
|
// @ts-ignore
|
|
1061
|
-
e.title &&
|
|
1086
|
+
e.title && Z({ class: "text-lg font-semibold py-4 px-6" }, e.title),
|
|
1062
1087
|
// @ts-ignore
|
|
1063
1088
|
e.description && k({ class: "text-sm text-muted-foreground pb-4 px-6 max-w-[700px]" }, e.description),
|
|
1064
1089
|
...t
|
|
1065
|
-
])),
|
|
1090
|
+
])), Va = r((e, t = []) => (
|
|
1066
1091
|
// @ts-ignore
|
|
1067
|
-
|
|
1092
|
+
Ft({ label: e.label, description: e.description, class: "py-4 px-6", border: e.border }, [
|
|
1068
1093
|
o({ class: "flex flex-col gap-y-6" }, t)
|
|
1069
1094
|
])
|
|
1070
|
-
)),
|
|
1095
|
+
)), Wa = r((e, t = []) => {
|
|
1071
1096
|
const s = e.border ? "border-t" : "";
|
|
1072
1097
|
return o({ ...e, class: `flex flex-col pb-4 px-6 gap-y-4 ${s} ${e.class || ""}` }, t);
|
|
1073
|
-
}),
|
|
1098
|
+
}), as = (e) => e.tag === "input" || e.tag === "select" || e.tag === "textarea", Qe = (e, t, s) => e.map((n) => !n || (n.children && n.children.length > 0 && (n.children = Qe(n.children, t, s)), !n.required) ? n : as(n) ? {
|
|
1074
1099
|
...n,
|
|
1075
1100
|
aria: {
|
|
1076
1101
|
invalid: ["hasError"]
|
|
1077
1102
|
},
|
|
1078
1103
|
invalid: s,
|
|
1079
1104
|
input: t
|
|
1080
|
-
} : n),
|
|
1081
|
-
const a =
|
|
1105
|
+
} : n), os = r((e, t) => {
|
|
1106
|
+
const a = Qe(t, (l) => {
|
|
1082
1107
|
l.target.checkValidity() && e.setError(null);
|
|
1083
1108
|
}, (l) => {
|
|
1084
1109
|
e.setError(l.target.validationMessage);
|
|
@@ -1087,7 +1112,7 @@ const Qt = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1087
1112
|
...e,
|
|
1088
1113
|
class: "w-full"
|
|
1089
1114
|
}, a);
|
|
1090
|
-
}),
|
|
1115
|
+
}), _a = O(
|
|
1091
1116
|
{
|
|
1092
1117
|
/**
|
|
1093
1118
|
* The initial state of the FormField.
|
|
@@ -1112,41 +1137,41 @@ const Qt = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1112
1137
|
this.state.error = l, this.state.hasError = !!l;
|
|
1113
1138
|
};
|
|
1114
1139
|
return o({ class: "flex flex-auto gap-y-4" }, [
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1140
|
+
es([
|
|
1141
|
+
ts({ htmlFor: t }, s),
|
|
1142
|
+
os({
|
|
1118
1143
|
id: t,
|
|
1119
1144
|
name: e,
|
|
1120
1145
|
value: this.state.value,
|
|
1121
1146
|
setError: a
|
|
1122
1147
|
}, this.children),
|
|
1123
|
-
n &&
|
|
1124
|
-
o({ onState: ["error", (l) => l &&
|
|
1148
|
+
n && ss({ id: this.getId("description") }, n),
|
|
1149
|
+
o({ onState: ["error", (l) => l && ns(l)] })
|
|
1125
1150
|
])
|
|
1126
1151
|
]);
|
|
1127
1152
|
}
|
|
1128
1153
|
}
|
|
1129
|
-
),
|
|
1154
|
+
), ls = (e, t, s = null) => {
|
|
1130
1155
|
e.target.checkValidity() && (e.preventDefault(), s && s(e, t));
|
|
1131
|
-
},
|
|
1156
|
+
}, Je = r(
|
|
1132
1157
|
(e, t) => (
|
|
1133
1158
|
// @ts-ignore
|
|
1134
|
-
|
|
1159
|
+
ut({ ...e, submit: (s, n) => ls(s, n, e.submit), class: `w-full ${e.class ?? ""}` }, t)
|
|
1135
1160
|
)
|
|
1136
|
-
),
|
|
1161
|
+
), qa = r((e, t) => (
|
|
1137
1162
|
// @ts-ignore
|
|
1138
1163
|
o({ ...e, class: `flex flex-auto flex-col gap-y-6 p-4 md:p-6 divide-y ${e.class || ""}` }, t)
|
|
1139
|
-
)),
|
|
1164
|
+
)), Ga = r((e, t = []) => o({ class: "flex flex-col gap-y-3 py-4" }, [
|
|
1140
1165
|
// @ts-ignore
|
|
1141
|
-
e.title &&
|
|
1166
|
+
e.title && Z({ class: "font-semibold" }, e.title),
|
|
1142
1167
|
...t
|
|
1143
|
-
])),
|
|
1168
|
+
])), Ka = (e, t) => o({ class: "flex justify-between" }, [
|
|
1144
1169
|
g({ class: "text-muted-foreground" }, e),
|
|
1145
1170
|
g(t)
|
|
1146
|
-
]),
|
|
1171
|
+
]), Qa = (e, t) => o({ class: "flex" }, [
|
|
1147
1172
|
g({ class: "text-muted-foreground mr-8 w-24 truncate text-nowrap" }, e),
|
|
1148
1173
|
g(t)
|
|
1149
|
-
]),
|
|
1174
|
+
]), rs = r(({ title: e, description: t, back: s, icon: n, options: a = [] }) => X({ class: "modal-header bg-background/80 backdrop-blur-md sticky flex flex-none items-center py-4 px-6 z-10 min-w-0" }, [
|
|
1150
1175
|
/**
|
|
1151
1176
|
* Back Button (Mobile Only)
|
|
1152
1177
|
*/
|
|
@@ -1164,12 +1189,12 @@ const Qt = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1164
1189
|
]),
|
|
1165
1190
|
o({ class: "flex flex-auto flex-row justify-between ml-2 gap-2 min-w-0" }, [
|
|
1166
1191
|
o({ class: "flex flex-auto flex-col min-w-0" }, [
|
|
1167
|
-
|
|
1192
|
+
Z({ class: "text-lg font-semibold m-0 truncate" }, e),
|
|
1168
1193
|
t && o({ class: "text-sm text-muted-foreground truncate" }, t)
|
|
1169
1194
|
]),
|
|
1170
1195
|
o({ class: "flex flex-none items-center gap-2" }, a)
|
|
1171
1196
|
])
|
|
1172
|
-
])),
|
|
1197
|
+
])), Ja = r((e, t) => {
|
|
1173
1198
|
const s = e.class?.includes("drawer");
|
|
1174
1199
|
return o({
|
|
1175
1200
|
popover: "manual",
|
|
@@ -1179,7 +1204,7 @@ const Qt = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1179
1204
|
l.target === i.panel && (l.preventDefault(), l.stopPropagation(), i.state.open = !1);
|
|
1180
1205
|
}
|
|
1181
1206
|
}, [
|
|
1182
|
-
|
|
1207
|
+
Je({
|
|
1183
1208
|
class: "modal-content relative bg-background z-1 flex flex-auto flex-col gap-y-4 min-w-0",
|
|
1184
1209
|
// @ts-ignore
|
|
1185
1210
|
submit: (l, i) => e.onSubmit && e.onSubmit(i),
|
|
@@ -1187,10 +1212,10 @@ const Qt = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1187
1212
|
// @ts-ignore
|
|
1188
1213
|
...e.gestureHandlers
|
|
1189
1214
|
}, [
|
|
1190
|
-
|
|
1215
|
+
rs(e),
|
|
1191
1216
|
o({ class: "modal-body flex grow flex-col py-0 px-6 z-0", cache: "modalBody" }, t),
|
|
1192
1217
|
// @ts-ignore
|
|
1193
|
-
!e.hideFooter &&
|
|
1218
|
+
!e.hideFooter && he({ class: "modal-footer sticky bottom-0 bg-background/80 backdrop-blur-md flex flex-none justify-between py-4 px-6 z-10" }, e.buttons)
|
|
1194
1219
|
])
|
|
1195
1220
|
]);
|
|
1196
1221
|
}), Oe = {
|
|
@@ -1219,22 +1244,22 @@ const Qt = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
|
|
|
1219
1244
|
borderColor: "border",
|
|
1220
1245
|
iconColor: "text-muted-foreground"
|
|
1221
1246
|
}
|
|
1222
|
-
},
|
|
1223
|
-
|
|
1224
|
-
]),
|
|
1247
|
+
}, is = (e) => X({ class: "flex justify-center" }, [
|
|
1248
|
+
fe({ class: "text-lg font-bold mb-0" }, e)
|
|
1249
|
+
]), cs = r(({ href: e, class: t }, s) => Ye({
|
|
1225
1250
|
class: `bg-popover text-popover-foreground relative flex flex-auto flex-col justify-start shadow-lg pointer-events-auto p-4 border rounded-md min-w-[340px] max-w-[450px] mt-4 ${t}`,
|
|
1226
1251
|
href: e,
|
|
1227
1252
|
animateIn: "pullRightIn",
|
|
1228
1253
|
animateOut: "pullRight",
|
|
1229
1254
|
role: "alert"
|
|
1230
|
-
}, s)),
|
|
1255
|
+
}, s)), ds = r(({ close: e, class: t }, s) => o({
|
|
1231
1256
|
class: `pullRightIn bg-popover text-popover-foreground relative flex flex-auto flex-col justify-start shadow-lg pointer-events-auto p-4 border rounded-md min-w-[340px] max-w-[450px] mt-4 ${t}`,
|
|
1232
1257
|
click: () => e(),
|
|
1233
1258
|
animateIn: "pullRightIn",
|
|
1234
1259
|
animateOut: "pullRight",
|
|
1235
1260
|
role: "alert"
|
|
1236
1261
|
}, s));
|
|
1237
|
-
class
|
|
1262
|
+
class Za extends C {
|
|
1238
1263
|
/**
|
|
1239
1264
|
* This will declare the props for the compiler.
|
|
1240
1265
|
*
|
|
@@ -1258,10 +1283,10 @@ class _a extends C {
|
|
|
1258
1283
|
*/
|
|
1259
1284
|
render() {
|
|
1260
1285
|
const { bgColor: t, borderColor: s, iconColor: n } = this.getTypeStyles(), a = this.href || null, l = this.getChildren(n);
|
|
1261
|
-
return a ?
|
|
1286
|
+
return a ? cs({
|
|
1262
1287
|
href: a,
|
|
1263
1288
|
class: `${t} ${s}`
|
|
1264
|
-
}, l) :
|
|
1289
|
+
}, l) : ds({
|
|
1265
1290
|
close: this.close.bind(this),
|
|
1266
1291
|
class: `${t} ${s}`
|
|
1267
1292
|
}, l);
|
|
@@ -1273,7 +1298,7 @@ class _a extends C {
|
|
|
1273
1298
|
*/
|
|
1274
1299
|
afterSetup() {
|
|
1275
1300
|
const t = this.duration;
|
|
1276
|
-
t !== "infinite" && (this.timer = new
|
|
1301
|
+
t !== "infinite" && (this.timer = new yt(t, this.close.bind(this)), this.timer.start());
|
|
1277
1302
|
}
|
|
1278
1303
|
/**
|
|
1279
1304
|
* This will get the style properties based on the notification type.
|
|
@@ -1311,10 +1336,10 @@ class _a extends C {
|
|
|
1311
1336
|
]),
|
|
1312
1337
|
o({ class: "flex flex-auto flex-col" }, [
|
|
1313
1338
|
o({ class: "flex flex-auto flex-row items-center w-full pr-12" }, [
|
|
1314
|
-
this.title &&
|
|
1339
|
+
this.title && is(this.title)
|
|
1315
1340
|
]),
|
|
1316
1341
|
k({ class: "text-base text-muted-foreground m-0 pr-12" }, this.description),
|
|
1317
|
-
(this.primary || this.secondary) &&
|
|
1342
|
+
(this.primary || this.secondary) && he({ class: "margin-top-24 flex align-center" }, this.getButtons())
|
|
1318
1343
|
])
|
|
1319
1344
|
]),
|
|
1320
1345
|
b({
|
|
@@ -1335,17 +1360,17 @@ class _a extends C {
|
|
|
1335
1360
|
t && t.stopPropagation(), this.duration !== "infinite" && this.timer.stop(), this.onClick && this.onClick(), this.destroy();
|
|
1336
1361
|
}
|
|
1337
1362
|
}
|
|
1338
|
-
const Ne = globalThis.matchMedia,
|
|
1363
|
+
const Ne = globalThis.matchMedia, oe = r(({ value: e, label: t, icon: s }) => w({
|
|
1339
1364
|
class: 'text-sm gap-1 font-medium leading-none disabled:cursor-not-allowed disabled:opacity-70 flex flex-col items-center justify-between rounded-md border-2 bg-popover p-4 hover:bg-accent hover:text-accent-foreground data-[state="active"]:border-primary [&:has([data-state="active"])]:border-primary',
|
|
1340
1365
|
onState: ["method", { active: e }],
|
|
1341
1366
|
dataSet: ["method", ["state", e, "active"]],
|
|
1342
1367
|
click: (n, { state: a }) => {
|
|
1343
|
-
a.method = e, localStorage.setItem("theme", e), e === "system" && localStorage.removeItem("theme"),
|
|
1368
|
+
a.method = e, localStorage.setItem("theme", e), e === "system" && localStorage.removeItem("theme"), us(e);
|
|
1344
1369
|
}
|
|
1345
1370
|
}, [
|
|
1346
1371
|
x({}, s),
|
|
1347
1372
|
g(t)
|
|
1348
|
-
])),
|
|
1373
|
+
])), us = (e) => {
|
|
1349
1374
|
const t = document.documentElement;
|
|
1350
1375
|
if (e === "system" && (e = globalThis.matchMedia?.("(prefers-color-scheme: dark)").matches ? "dark" : "light"), Ne && !Ne("(prefers-color-scheme: " + e + ")").matches) {
|
|
1351
1376
|
t.classList.add(e);
|
|
@@ -1353,7 +1378,7 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1353
1378
|
}
|
|
1354
1379
|
const s = e === "light" ? "dark" : "light";
|
|
1355
1380
|
t.classList.remove(s);
|
|
1356
|
-
},
|
|
1381
|
+
}, Xa = M(
|
|
1357
1382
|
{
|
|
1358
1383
|
/**
|
|
1359
1384
|
* This will render the component.
|
|
@@ -1363,9 +1388,9 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1363
1388
|
render() {
|
|
1364
1389
|
return o({ class: "flex flex-auto flex-col" }, [
|
|
1365
1390
|
o({ class: "grid grid-cols-3 gap-4" }, [
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1391
|
+
oe({ label: "System", value: "system", icon: u.adjustments.horizontal }),
|
|
1392
|
+
oe({ label: "Light", value: "light", icon: u.sun }),
|
|
1393
|
+
oe({ label: "Dark", value: "dark", icon: u.moon })
|
|
1369
1394
|
])
|
|
1370
1395
|
]);
|
|
1371
1396
|
},
|
|
@@ -1380,7 +1405,7 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1380
1405
|
};
|
|
1381
1406
|
}
|
|
1382
1407
|
}
|
|
1383
|
-
),
|
|
1408
|
+
), eo = O(
|
|
1384
1409
|
{
|
|
1385
1410
|
/**
|
|
1386
1411
|
* The initial state of the Toggle.
|
|
@@ -1414,7 +1439,7 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1414
1439
|
s.toggle("active"), this.checkbox.checked = s.active, this.change && this.change(s.active, t, this);
|
|
1415
1440
|
}
|
|
1416
1441
|
}, [
|
|
1417
|
-
|
|
1442
|
+
de({
|
|
1418
1443
|
cache: "checkbox",
|
|
1419
1444
|
class: "opacity-0 absolute top-0 left-0 bottom-0 right-0 w-full h-full",
|
|
1420
1445
|
/**
|
|
@@ -1432,12 +1457,12 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1432
1457
|
]);
|
|
1433
1458
|
}
|
|
1434
1459
|
}
|
|
1435
|
-
),
|
|
1460
|
+
), hs = r(({ src: e, alt: t }) => !e || e.indexOf(".") === -1 && e.indexOf("[[") === -1 ? null : _t({
|
|
1436
1461
|
src: e,
|
|
1437
1462
|
alt: t,
|
|
1438
1463
|
class: "rounded-full"
|
|
1439
|
-
})),
|
|
1440
|
-
s.textContent =
|
|
1464
|
+
})), fs = (e) => e && (Array.isArray(e) && (e = e.join(" ")), typeof e != "string" && (e = String(e)), e.split(" ").map((t) => t.charAt(0)).join("").toUpperCase()), Ze = (e) => !e || e.length < 2 ? e : fs(e), gs = (e) => g([e, (t, s) => {
|
|
1465
|
+
s.textContent = Ze(t);
|
|
1441
1466
|
}]), Re = {
|
|
1442
1467
|
xs: "h-6 w-6",
|
|
1443
1468
|
sm: "h-8 w-8",
|
|
@@ -1458,8 +1483,8 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1458
1483
|
"3xl": "text-4xl",
|
|
1459
1484
|
"4xl": "text-5xl",
|
|
1460
1485
|
default: "text-base"
|
|
1461
|
-
},
|
|
1462
|
-
const n =
|
|
1486
|
+
}, ms = (e) => Re[e] || Re.default, bs = (e) => Fe[e] || Fe.default, xs = (e, t = null, s = "md") => {
|
|
1487
|
+
const n = Ze(String(e)), a = bs(s);
|
|
1463
1488
|
return o(
|
|
1464
1489
|
{
|
|
1465
1490
|
class: `
|
|
@@ -1469,21 +1494,21 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1469
1494
|
`
|
|
1470
1495
|
},
|
|
1471
1496
|
[
|
|
1472
|
-
t ?
|
|
1497
|
+
t ? gs(t) : g({ class: "uppercase" }, n)
|
|
1473
1498
|
]
|
|
1474
1499
|
);
|
|
1475
|
-
},
|
|
1476
|
-
const l =
|
|
1500
|
+
}, ps = r(({ src: e, alt: t, fallbackText: s, watcherFallback: n, size: a }) => {
|
|
1501
|
+
const l = ms(a);
|
|
1477
1502
|
return o(
|
|
1478
1503
|
{
|
|
1479
1504
|
class: `relative flex items-center justify-center ${l}`
|
|
1480
1505
|
},
|
|
1481
1506
|
[
|
|
1482
|
-
|
|
1483
|
-
|
|
1507
|
+
hs({ src: e, alt: t }),
|
|
1508
|
+
xs(s, n, a)
|
|
1484
1509
|
]
|
|
1485
1510
|
);
|
|
1486
|
-
}),
|
|
1511
|
+
}), ys = (e) => e.indexOf(".") === -1 && e.indexOf("[[") === -1 && e.indexOf("blob:") === -1, to = M(
|
|
1487
1512
|
{
|
|
1488
1513
|
/**
|
|
1489
1514
|
* Get the initial state for the component.
|
|
@@ -1539,13 +1564,13 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1539
1564
|
s.preventDefault(), s.stopPropagation(), this.openFileBrowse();
|
|
1540
1565
|
}
|
|
1541
1566
|
}, [
|
|
1542
|
-
T("loaded", (s) => s === !1 ||
|
|
1567
|
+
T("loaded", (s) => s === !1 || ys(this.src) ? W({
|
|
1543
1568
|
htmlFor: e,
|
|
1544
1569
|
class: "z-10 flex flex-col items-center justify-center text-sm text-muted-foreground group-hover:text-primary"
|
|
1545
1570
|
}, [
|
|
1546
|
-
|
|
1571
|
+
ce(u.upload),
|
|
1547
1572
|
o("Upload Image")
|
|
1548
|
-
]) :
|
|
1573
|
+
]) : ue({
|
|
1549
1574
|
// @ts-ignore
|
|
1550
1575
|
src: this.src,
|
|
1551
1576
|
class: "absolute inset-0 w-full h-full object-cover rounded-full"
|
|
@@ -1554,7 +1579,7 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1554
1579
|
]);
|
|
1555
1580
|
}
|
|
1556
1581
|
}
|
|
1557
|
-
),
|
|
1582
|
+
), so = M(
|
|
1558
1583
|
{
|
|
1559
1584
|
/**
|
|
1560
1585
|
* Get the initial state for the component.
|
|
@@ -1612,11 +1637,11 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1612
1637
|
}, [
|
|
1613
1638
|
T(
|
|
1614
1639
|
"loaded",
|
|
1615
|
-
(s) => s ?
|
|
1640
|
+
(s) => s ? ue({
|
|
1616
1641
|
// @ts-ignore
|
|
1617
1642
|
src: this.src,
|
|
1618
1643
|
class: "absolute inset-0 w-full h-full object-cover rounded-full"
|
|
1619
|
-
}) :
|
|
1644
|
+
}) : W({
|
|
1620
1645
|
htmlFor: e,
|
|
1621
1646
|
class: "z-10 flex flex-col items-center justify-center text-sm text-muted-foreground group-hover:text-primary"
|
|
1622
1647
|
}, [
|
|
@@ -1636,7 +1661,7 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1636
1661
|
this.input = null;
|
|
1637
1662
|
}
|
|
1638
1663
|
}
|
|
1639
|
-
),
|
|
1664
|
+
), ws = (e, t) => Ye(
|
|
1640
1665
|
{
|
|
1641
1666
|
href: e,
|
|
1642
1667
|
"aria-current": t === "Breadcrumb" && "page",
|
|
@@ -1644,14 +1669,14 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1644
1669
|
class: "text-muted-foreground font-medium hover:text-foreground"
|
|
1645
1670
|
},
|
|
1646
1671
|
[g(t)]
|
|
1647
|
-
),
|
|
1672
|
+
), vs = () => x({
|
|
1648
1673
|
class: "mx-3 text-muted-foreground",
|
|
1649
1674
|
"aria-hidden": !0,
|
|
1650
1675
|
size: "xs"
|
|
1651
|
-
}, u.chevron.single.right),
|
|
1652
|
-
e.href ?
|
|
1653
|
-
e.separator &&
|
|
1654
|
-
]),
|
|
1676
|
+
}, u.chevron.single.right), ks = (e) => o({ class: "flex items-center" }, [
|
|
1677
|
+
e.href ? ws(e.href, e.label) : g(e.label),
|
|
1678
|
+
e.separator && vs()
|
|
1679
|
+
]), no = M(
|
|
1655
1680
|
{
|
|
1656
1681
|
/**
|
|
1657
1682
|
* Set initial data
|
|
@@ -1671,7 +1696,7 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1671
1696
|
*/
|
|
1672
1697
|
render() {
|
|
1673
1698
|
const e = this.data.items.length - 1;
|
|
1674
|
-
return
|
|
1699
|
+
return ge(
|
|
1675
1700
|
{
|
|
1676
1701
|
"aria-label": "Breadcrumb",
|
|
1677
1702
|
class: "flex items-center gap-x-1 text-sm"
|
|
@@ -1680,7 +1705,7 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1680
1705
|
o({
|
|
1681
1706
|
role: "list",
|
|
1682
1707
|
class: "flex items-center",
|
|
1683
|
-
for: ["items", (t, s) =>
|
|
1708
|
+
for: ["items", (t, s) => ks({
|
|
1684
1709
|
href: t.href,
|
|
1685
1710
|
label: t.label,
|
|
1686
1711
|
separator: s < e
|
|
@@ -1699,7 +1724,7 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1699
1724
|
"2xl": "h-16 w-16",
|
|
1700
1725
|
"3xl": "h-24 w-24",
|
|
1701
1726
|
default: "h-4 w-4"
|
|
1702
|
-
},
|
|
1727
|
+
}, Cs = (e) => Le[e] || Le.default, Ss = ({ index: e, size: t }) => o({ class: `${t} rounded-full bg-muted cursor-pointer` }, [
|
|
1703
1728
|
g({
|
|
1704
1729
|
class: "block w-full h-full rounded-full transition-colors",
|
|
1705
1730
|
onSet: ["activeIndex", {
|
|
@@ -1710,10 +1735,10 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1710
1735
|
n.activeIndex = e, a && a(e);
|
|
1711
1736
|
}
|
|
1712
1737
|
})
|
|
1713
|
-
]),
|
|
1738
|
+
]), $s = (e, t) => Array.from({ length: e }, (s, n) => Ss({
|
|
1714
1739
|
index: n,
|
|
1715
1740
|
size: t
|
|
1716
|
-
})),
|
|
1741
|
+
})), ao = M(
|
|
1717
1742
|
{
|
|
1718
1743
|
/**
|
|
1719
1744
|
* Defines component data (props).
|
|
@@ -1735,7 +1760,7 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1735
1760
|
* @returns {object}
|
|
1736
1761
|
*/
|
|
1737
1762
|
render() {
|
|
1738
|
-
const e = this.gap || "gap-2", t =
|
|
1763
|
+
const e = this.gap || "gap-2", t = Cs(this.size || "sm"), s = $s(this.data.count, t);
|
|
1739
1764
|
return o(
|
|
1740
1765
|
{ class: "flex justify-center items-center py-2" },
|
|
1741
1766
|
[
|
|
@@ -1744,7 +1769,7 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1744
1769
|
);
|
|
1745
1770
|
}
|
|
1746
1771
|
}
|
|
1747
|
-
),
|
|
1772
|
+
), Ds = ({ toggleDropdown: e }) => w(
|
|
1748
1773
|
{
|
|
1749
1774
|
cache: "button",
|
|
1750
1775
|
class: "relative z-2 inline-flex items-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border bg-input hover:bg-muted h-10 px-4 py-2 justify-between",
|
|
@@ -1754,27 +1779,27 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1754
1779
|
g({ onState: ["selectedLabel", (t) => t || "Select item..."] }),
|
|
1755
1780
|
x({ size: "sm" }, u.chevron.upDown)
|
|
1756
1781
|
]
|
|
1757
|
-
),
|
|
1782
|
+
), Is = (e, t, s) => me({
|
|
1758
1783
|
class: "flex flex-auto items-center cursor-pointer p-2 hover:bg-muted/50 rounded-sm",
|
|
1759
1784
|
click: () => t(e),
|
|
1760
1785
|
onState: [s, "selectedValue", { "bg-secondary": e.value }]
|
|
1761
1786
|
}, [
|
|
1762
1787
|
e.icon && g({ class: "mr-2 flex items-baseline" }, [x({ size: "xs" }, e.icon)]),
|
|
1763
1788
|
g({ class: "text-base font-normal" }, e.label)
|
|
1764
|
-
]),
|
|
1765
|
-
|
|
1766
|
-
]),
|
|
1789
|
+
]), Ts = (e, t) => o({ class: "w-full border rounded-md" }, [
|
|
1790
|
+
ee({ class: "max-h-60 overflow-y-auto p-2 grid gap-1", for: ["items", (s) => Is(s, e, t)] })
|
|
1791
|
+
]), Ms = ({ onSelect: e, state: t }) => o({ class: "flex flex-auto flex-col" }, [
|
|
1767
1792
|
T(
|
|
1768
1793
|
"open",
|
|
1769
|
-
(s, n, a) => s ? new
|
|
1794
|
+
(s, n, a) => s ? new se({
|
|
1770
1795
|
cache: "dropdown",
|
|
1771
1796
|
parent: a,
|
|
1772
1797
|
button: a.button
|
|
1773
1798
|
}, [
|
|
1774
|
-
|
|
1799
|
+
Ts(e, t)
|
|
1775
1800
|
]) : null
|
|
1776
1801
|
)
|
|
1777
|
-
]),
|
|
1802
|
+
]), oo = M(
|
|
1778
1803
|
{
|
|
1779
1804
|
/**
|
|
1780
1805
|
* This will set up the data.
|
|
@@ -1855,8 +1880,8 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1855
1880
|
const e = this.class || "", t = this.maxWidth || "max-w-[250px]", s = this.width || "w-full";
|
|
1856
1881
|
return o({ class: `relative ${s} flex flex-auto flex-col ${t} ${e}` }, [
|
|
1857
1882
|
// @ts-ignore
|
|
1858
|
-
|
|
1859
|
-
|
|
1883
|
+
Ds({ toggleDropdown: this.toggleDropdown.bind(this) }),
|
|
1884
|
+
Ms({
|
|
1860
1885
|
// @ts-ignore
|
|
1861
1886
|
state: this.state,
|
|
1862
1887
|
// @ts-ignore
|
|
@@ -1876,21 +1901,21 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1876
1901
|
]);
|
|
1877
1902
|
}
|
|
1878
1903
|
}
|
|
1879
|
-
),
|
|
1904
|
+
), Xe = ({ icon: e, click: t, ariaLabel: s }) => b({
|
|
1880
1905
|
variant: "icon",
|
|
1881
1906
|
class: "flex flex-none",
|
|
1882
1907
|
click: t,
|
|
1883
1908
|
icon: e,
|
|
1884
1909
|
"aria-label": s
|
|
1885
|
-
}),
|
|
1910
|
+
}), Ps = ({ click: e }) => Xe({
|
|
1886
1911
|
icon: u.circleMinus,
|
|
1887
1912
|
click: e,
|
|
1888
1913
|
ariaLabel: "Decrement"
|
|
1889
|
-
}),
|
|
1914
|
+
}), Bs = ({ click: e }) => Xe({
|
|
1890
1915
|
icon: u.circlePlus,
|
|
1891
1916
|
click: e,
|
|
1892
1917
|
ariaLabel: "Increment"
|
|
1893
|
-
}),
|
|
1918
|
+
}), zs = ({ bind: e, min: t, max: s, readonly: n = !1 }) => _(({ state: a }) => p({
|
|
1894
1919
|
value: ["[[count]]", a],
|
|
1895
1920
|
bind: e,
|
|
1896
1921
|
blur: (l, { state: i }) => {
|
|
@@ -1903,7 +1928,7 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1903
1928
|
max: s,
|
|
1904
1929
|
type: "number",
|
|
1905
1930
|
"aria-label": "Counter"
|
|
1906
|
-
})),
|
|
1931
|
+
})), lo = O(
|
|
1907
1932
|
{
|
|
1908
1933
|
/**
|
|
1909
1934
|
* Initial state for the counter component.
|
|
@@ -1926,20 +1951,20 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1926
1951
|
render() {
|
|
1927
1952
|
const e = this.class ?? "";
|
|
1928
1953
|
return o({ class: `flex flex-auto items-center justify-between gap-x-4 p-4 ${e}` }, [
|
|
1929
|
-
|
|
1930
|
-
|
|
1954
|
+
Ps({ click: () => this.state.decrement("count") }),
|
|
1955
|
+
zs({
|
|
1931
1956
|
bind: this.bind,
|
|
1932
1957
|
readonly: this.readonly,
|
|
1933
1958
|
min: this.min,
|
|
1934
1959
|
max: this.max
|
|
1935
1960
|
}),
|
|
1936
|
-
|
|
1961
|
+
Bs({ click: () => this.state.increment("count") })
|
|
1937
1962
|
]);
|
|
1938
1963
|
}
|
|
1939
1964
|
}
|
|
1940
|
-
),
|
|
1965
|
+
), Os = ({ currentMonth: e, currentYear: t, onSelect: s }) => o(
|
|
1941
1966
|
{ class: "grid grid-cols-3 gap-2" },
|
|
1942
|
-
|
|
1967
|
+
te.monthNames.map(
|
|
1943
1968
|
(n, a) => b(
|
|
1944
1969
|
{
|
|
1945
1970
|
click: (l) => {
|
|
@@ -1951,10 +1976,10 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1951
1976
|
n.substring(0, 3)
|
|
1952
1977
|
)
|
|
1953
1978
|
)
|
|
1954
|
-
),
|
|
1955
|
-
const a =
|
|
1956
|
-
return a || (e ?
|
|
1957
|
-
},
|
|
1979
|
+
), B = (e) => (e *= 1, e < 10 ? `0${e}` : String(e)), Ns = (e) => (e.indexOf("T") === -1 && e.indexOf(" ") === -1 && (e += "T00:00:01"), e.replace(" ", "T"), e), L = (e, t, s) => `${e}-${B(t + 1)}-${B(s)}`, Rs = (e) => e ? "bg-accent text-primary" : "", Fs = (e) => e ? "text-muted-foreground opacity-50" : "", Ls = (e, t) => e === t, js = (e, t) => Ls(e, t) ? "bg-primary text-primary-foreground" : "", As = (e, t, s, n) => {
|
|
1980
|
+
const a = js(t, n);
|
|
1981
|
+
return a || (e ? Rs(e) : s ? Fs(s) : "text-foreground");
|
|
1982
|
+
}, le = (e) => {
|
|
1958
1983
|
const {
|
|
1959
1984
|
day: t,
|
|
1960
1985
|
currentDate: s,
|
|
@@ -1968,7 +1993,7 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1968
1993
|
{
|
|
1969
1994
|
class: `
|
|
1970
1995
|
flex items-center justify-center h-9 w-auto p-0 font-normal text-sm rounded-md cursor-pointer
|
|
1971
|
-
${
|
|
1996
|
+
${As(a, s, l, n)}
|
|
1972
1997
|
hover:bg-muted/50 hover:text-muted-foreground focus:z-10
|
|
1973
1998
|
disabled:pointer-events-none disabled:opacity-50
|
|
1974
1999
|
`,
|
|
@@ -1979,15 +2004,15 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1979
2004
|
},
|
|
1980
2005
|
t.toString()
|
|
1981
2006
|
);
|
|
1982
|
-
},
|
|
1983
|
-
const { year: a, month: l } = e, i = L(a, l, e.date), c = new Date(a, l, 1).getDay(), h = new Date(a, l + 1, 0).getDate(), m = new Date(a, l, 0).getDate(), v = [], q = l === 0 ? 11 : l - 1,
|
|
2007
|
+
}, re = (e, t, s, n) => e === n.date && t === n.month && s === n.year, Hs = (e, t, s, n = !1) => {
|
|
2008
|
+
const { year: a, month: l } = e, i = L(a, l, e.date), c = new Date(a, l, 1).getDay(), h = new Date(a, l + 1, 0).getDate(), m = new Date(a, l, 0).getDate(), v = [], q = l === 0 ? 11 : l - 1, H = l === 0 ? a - 1 : a;
|
|
1984
2009
|
for (let d = c - 1; d >= 0; d--) {
|
|
1985
|
-
const y = m - d, S =
|
|
2010
|
+
const y = m - d, S = re(y, q, H, t), $ = new Date(H, q, y) < new Date(t.year, t.month, t.date), R = n && $;
|
|
1986
2011
|
v.push(
|
|
1987
|
-
|
|
2012
|
+
le({
|
|
1988
2013
|
day: y,
|
|
1989
2014
|
currentDate: i,
|
|
1990
|
-
date: L(
|
|
2015
|
+
date: L(H, q, y),
|
|
1991
2016
|
isToday: S,
|
|
1992
2017
|
isOutsideMonth: !0,
|
|
1993
2018
|
select: s,
|
|
@@ -1996,9 +2021,9 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
1996
2021
|
);
|
|
1997
2022
|
}
|
|
1998
2023
|
for (let d = 1; d <= h; d++) {
|
|
1999
|
-
const y =
|
|
2024
|
+
const y = re(d, l, a, t), S = new Date(a, l, d) < new Date(t.year, t.month, t.date), $ = n && S;
|
|
2000
2025
|
v.push(
|
|
2001
|
-
|
|
2026
|
+
le({
|
|
2002
2027
|
day: d,
|
|
2003
2028
|
currentDate: i,
|
|
2004
2029
|
date: L(a, l, d),
|
|
@@ -2009,14 +2034,14 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
2009
2034
|
})
|
|
2010
2035
|
);
|
|
2011
2036
|
}
|
|
2012
|
-
const E = l === 11 ? 0 : l + 1,
|
|
2037
|
+
const E = l === 11 ? 0 : l + 1, ne = l === 11 ? a + 1 : a, f = (7 - v.length % 7) % 7;
|
|
2013
2038
|
for (let d = 1; d <= f; d++) {
|
|
2014
|
-
const y =
|
|
2039
|
+
const y = re(d, E, ne, t), S = new Date(ne, E, d) < new Date(t.year, t.month, t.date), $ = n && S;
|
|
2015
2040
|
v.push(
|
|
2016
|
-
|
|
2041
|
+
le({
|
|
2017
2042
|
day: d,
|
|
2018
2043
|
currentDate: i,
|
|
2019
|
-
date: L(
|
|
2044
|
+
date: L(ne, E, d),
|
|
2020
2045
|
isToday: y,
|
|
2021
2046
|
isOutsideMonth: !0,
|
|
2022
2047
|
select: s,
|
|
@@ -2038,16 +2063,16 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
2038
2063
|
variant: "icon",
|
|
2039
2064
|
icon: e === "Previous" ? u.chevron.single.left : u.chevron.single.right
|
|
2040
2065
|
}
|
|
2041
|
-
),
|
|
2066
|
+
), Es = ({ onMonthClick: e, onYearClick: t, next: s, previous: n }) => o({ class: "flex items-center justify-center gap-x-2 relative min-h-12 text-sm font-medium" }, [
|
|
2042
2067
|
b({ click: e, variant: "ghost", "aria-label": "Select month" }, "[[monthName]]"),
|
|
2043
2068
|
b({ click: t, variant: "ghost", "aria-label": "Select year" }, "[[current.year]]"),
|
|
2044
2069
|
je({ label: "Previous", click: n }),
|
|
2045
2070
|
je({ label: "Next", click: s })
|
|
2046
|
-
]),
|
|
2071
|
+
]), Us = (e) => o(
|
|
2047
2072
|
{ class: "flex items-center justify-center h-9 w-auto text-[0.8rem] font-normal text-muted-foreground" },
|
|
2048
2073
|
e
|
|
2049
|
-
),
|
|
2050
|
-
|
|
2074
|
+
), Ys = () => ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"].map(Us), Vs = (e) => o({ class: "rdp flex flex-auto flex-col w-full gap-y-1" }, [
|
|
2075
|
+
Es({
|
|
2051
2076
|
onMonthClick: e.onMonthClick,
|
|
2052
2077
|
onYearClick: e.onYearClick,
|
|
2053
2078
|
next: e.next,
|
|
@@ -2058,10 +2083,10 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
2058
2083
|
onSet: [
|
|
2059
2084
|
"currentDate",
|
|
2060
2085
|
() => [
|
|
2061
|
-
o({ class: "grid grid-cols-7" },
|
|
2086
|
+
o({ class: "grid grid-cols-7" }, Ys()),
|
|
2062
2087
|
o(
|
|
2063
2088
|
{ class: "grid grid-cols-7" },
|
|
2064
|
-
|
|
2089
|
+
Hs(
|
|
2065
2090
|
e.current,
|
|
2066
2091
|
e.today,
|
|
2067
2092
|
e.select,
|
|
@@ -2071,7 +2096,7 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
2071
2096
|
]
|
|
2072
2097
|
]
|
|
2073
2098
|
})
|
|
2074
|
-
]),
|
|
2099
|
+
]), Ws = ({ currentMonth: e, currentYear: t, onSelect: s }) => {
|
|
2075
2100
|
const n = t - 50, a = Array.from({ length: 101 }, (l, i) => n + i);
|
|
2076
2101
|
return o(
|
|
2077
2102
|
{ class: "grid grid-cols-4 gap-2 overflow-y-auto max-h-72" },
|
|
@@ -2089,7 +2114,7 @@ const Ne = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
|
|
|
2089
2114
|
)
|
|
2090
2115
|
);
|
|
2091
2116
|
};
|
|
2092
|
-
class
|
|
2117
|
+
class _s extends C {
|
|
2093
2118
|
/**
|
|
2094
2119
|
* This will declare the props for the compiler.
|
|
2095
2120
|
*
|
|
@@ -2105,7 +2130,7 @@ class Us extends C {
|
|
|
2105
2130
|
* @returns {Date}
|
|
2106
2131
|
*/
|
|
2107
2132
|
getSelectedDate(t) {
|
|
2108
|
-
const s = this.selectedDate ? new Date(
|
|
2133
|
+
const s = this.selectedDate ? new Date(Ns(this.selectedDate)) : t;
|
|
2109
2134
|
return new Date(s.getFullYear(), s.getMonth(), s.getDate());
|
|
2110
2135
|
}
|
|
2111
2136
|
/**
|
|
@@ -2148,7 +2173,7 @@ class Us extends C {
|
|
|
2148
2173
|
* @returns {string}
|
|
2149
2174
|
*/
|
|
2150
2175
|
getMonthName(t) {
|
|
2151
|
-
return
|
|
2176
|
+
return te.monthNames[t];
|
|
2152
2177
|
}
|
|
2153
2178
|
/**
|
|
2154
2179
|
* This will go to the previous month.
|
|
@@ -2180,7 +2205,7 @@ class Us extends C {
|
|
|
2180
2205
|
*/
|
|
2181
2206
|
setCurrentDate(t, s, n = null) {
|
|
2182
2207
|
const a = this.data;
|
|
2183
|
-
a.current.month = t, a.current.year = s, typeof n == "number" && (a.current.date =
|
|
2208
|
+
a.current.month = t, a.current.year = s, typeof n == "number" && (a.current.date = B(n)), a.currentDate = `${s}-${B(t + 1)}-${a.current.date}`, a.monthName = this.getMonthName(t);
|
|
2184
2209
|
}
|
|
2185
2210
|
/**
|
|
2186
2211
|
* This will select a date.
|
|
@@ -2202,7 +2227,7 @@ class Us extends C {
|
|
|
2202
2227
|
T("view", (t) => {
|
|
2203
2228
|
switch (t) {
|
|
2204
2229
|
case "months":
|
|
2205
|
-
return
|
|
2230
|
+
return Os(
|
|
2206
2231
|
{
|
|
2207
2232
|
// @ts-ignore
|
|
2208
2233
|
currentMonth: this.data.current.month,
|
|
@@ -2214,7 +2239,7 @@ class Us extends C {
|
|
|
2214
2239
|
}
|
|
2215
2240
|
);
|
|
2216
2241
|
case "years":
|
|
2217
|
-
return
|
|
2242
|
+
return Ws(
|
|
2218
2243
|
{
|
|
2219
2244
|
// @ts-ignore
|
|
2220
2245
|
currentMonth: this.data.current.month,
|
|
@@ -2226,7 +2251,7 @@ class Us extends C {
|
|
|
2226
2251
|
}
|
|
2227
2252
|
);
|
|
2228
2253
|
default:
|
|
2229
|
-
return
|
|
2254
|
+
return Vs({
|
|
2230
2255
|
// @ts-ignore
|
|
2231
2256
|
current: this.data.current,
|
|
2232
2257
|
// @ts-ignore
|
|
@@ -2247,57 +2272,57 @@ class Us extends C {
|
|
|
2247
2272
|
]);
|
|
2248
2273
|
}
|
|
2249
2274
|
}
|
|
2250
|
-
const
|
|
2275
|
+
const qs = (e) => {
|
|
2251
2276
|
let t = "";
|
|
2252
2277
|
return e.length > 0 && (t = e.substring(0, 2), e.length > 2 && (t += "/" + e.substring(2, 4), e.length > 4 && (t += "/" + e.substring(4, 8)))), t;
|
|
2253
|
-
},
|
|
2278
|
+
}, Gs = (e) => {
|
|
2254
2279
|
if (e.length !== 8)
|
|
2255
2280
|
return null;
|
|
2256
2281
|
const t = parseInt(e.substring(0, 2), 10), s = parseInt(e.substring(2, 4), 10), n = parseInt(e.substring(4, 8), 10);
|
|
2257
2282
|
return t >= 1 && t <= 12 && s >= 1 && s <= 31 && n >= 1900 ? `${n}-${t.toString().padStart(2, "0")}-${s.toString().padStart(2, "0")}` : null;
|
|
2258
|
-
},
|
|
2283
|
+
}, Ks = ({ bind: e, required: t }) => p({
|
|
2259
2284
|
cache: "input",
|
|
2260
2285
|
class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
|
|
2261
2286
|
bind: e,
|
|
2262
2287
|
required: t
|
|
2263
|
-
}),
|
|
2288
|
+
}), Qs = ({ placeholder: e, handleInputChange: t, handleInputFocus: s }) => p({
|
|
2264
2289
|
cache: "dateInput",
|
|
2265
2290
|
class: "flex-1 bg-transparent outline-none placeholder:text-muted-foreground border-0",
|
|
2266
2291
|
placeholder: e || "mm/dd/yyyy",
|
|
2267
2292
|
input: t,
|
|
2268
2293
|
focus: s,
|
|
2269
|
-
onState: ["selectedDate", (n) => n ?
|
|
2270
|
-
}),
|
|
2294
|
+
onState: ["selectedDate", (n) => n ? te.format("standard", n) : ""]
|
|
2295
|
+
}), Js = ({ bind: e, required: t, toggleOpen: s, handleInputChange: n, handleInputFocus: a, placeholder: l }) => o(
|
|
2271
2296
|
{
|
|
2272
2297
|
class: "relative flex items-center gap-2 w-full justify-between border bg-input hover:bg-muted rounded-md h-10 pr-4 py-2"
|
|
2273
2298
|
},
|
|
2274
2299
|
[
|
|
2275
|
-
|
|
2276
|
-
|
|
2300
|
+
Ks({ bind: e, required: t }),
|
|
2301
|
+
Qs({ placeholder: l, handleInputChange: n, handleInputFocus: a }),
|
|
2277
2302
|
w(
|
|
2278
2303
|
{
|
|
2279
2304
|
class: "shrink-0 hover:bg-muted/50 rounded p-1 cursor-pointer",
|
|
2280
2305
|
click: s
|
|
2281
2306
|
},
|
|
2282
2307
|
[
|
|
2283
|
-
|
|
2308
|
+
V({ html: u.calendar.days })
|
|
2284
2309
|
]
|
|
2285
2310
|
)
|
|
2286
2311
|
]
|
|
2287
|
-
),
|
|
2288
|
-
(s, n, a) => new
|
|
2312
|
+
), Zs = ({ handleDateSelect: e, blockPriorDates: t }) => be(
|
|
2313
|
+
(s, n, a) => new se({
|
|
2289
2314
|
cache: "dropdown",
|
|
2290
2315
|
parent: a,
|
|
2291
2316
|
button: a.panel,
|
|
2292
2317
|
size: "fit"
|
|
2293
2318
|
}, [
|
|
2294
|
-
new
|
|
2319
|
+
new _s({
|
|
2295
2320
|
selectedDate: a.state.selectedDate,
|
|
2296
2321
|
selectedCallBack: e,
|
|
2297
2322
|
blockPriorDates: t
|
|
2298
2323
|
})
|
|
2299
2324
|
])
|
|
2300
|
-
),
|
|
2325
|
+
), ro = O(
|
|
2301
2326
|
{
|
|
2302
2327
|
/**
|
|
2303
2328
|
* The initial state of the DatePicker.
|
|
@@ -2326,8 +2351,8 @@ const Ys = (e) => {
|
|
|
2326
2351
|
*/
|
|
2327
2352
|
handleInputChange(e) {
|
|
2328
2353
|
const s = e.target.value.replace(/\D/g, "");
|
|
2329
|
-
e.target.value =
|
|
2330
|
-
const n =
|
|
2354
|
+
e.target.value = qs(s);
|
|
2355
|
+
const n = Gs(s);
|
|
2331
2356
|
n && (this.state.selectedDate = n, this.input.value = n, j.trigger("change", this.input), typeof this.onChange == "function" && this.onChange(n));
|
|
2332
2357
|
},
|
|
2333
2358
|
/**
|
|
@@ -2364,7 +2389,7 @@ const Ys = (e) => {
|
|
|
2364
2389
|
return o(
|
|
2365
2390
|
{ class: "relative w-full max-w-[320px]" },
|
|
2366
2391
|
[
|
|
2367
|
-
|
|
2392
|
+
Js({
|
|
2368
2393
|
toggleOpen: this.toggleOpen.bind(this),
|
|
2369
2394
|
bind: this.bind,
|
|
2370
2395
|
required: this.required,
|
|
@@ -2372,7 +2397,7 @@ const Ys = (e) => {
|
|
|
2372
2397
|
handleInputFocus: this.handleInputFocus.bind(this),
|
|
2373
2398
|
placeholder: this.placeholder
|
|
2374
2399
|
}),
|
|
2375
|
-
|
|
2400
|
+
Zs({
|
|
2376
2401
|
handleDateSelect: this.handleDateSelect.bind(this),
|
|
2377
2402
|
blockPriorDates: this.blockPriorDates || !1
|
|
2378
2403
|
})
|
|
@@ -2380,7 +2405,7 @@ const Ys = (e) => {
|
|
|
2380
2405
|
);
|
|
2381
2406
|
}
|
|
2382
2407
|
}
|
|
2383
|
-
),
|
|
2408
|
+
), Ae = ({ label: e, click: t }) => b(
|
|
2384
2409
|
{
|
|
2385
2410
|
class: `
|
|
2386
2411
|
inline-flex items-center justify-center h-7 w-7 bg-transparent p-0
|
|
@@ -2393,15 +2418,15 @@ const Ys = (e) => {
|
|
|
2393
2418
|
variant: "icon",
|
|
2394
2419
|
icon: e === "Previous" ? u.chevron.single.left : u.chevron.single.right
|
|
2395
2420
|
}
|
|
2396
|
-
),
|
|
2421
|
+
), Xs = ({ onMonthClick: e, onYearClick: t, next: s, previous: n }) => o({ class: "flex items-center justify-center gap-x-2 relative min-h-12 text-sm font-medium" }, [
|
|
2397
2422
|
b({ click: e, variant: "ghost", "aria-label": "Select month" }, "[[monthName]]"),
|
|
2398
2423
|
b({ click: t, variant: "ghost", "aria-label": "Select year" }, "[[current.year]]"),
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
]),
|
|
2424
|
+
Ae({ label: "Previous", click: n }),
|
|
2425
|
+
Ae({ label: "Next", click: s })
|
|
2426
|
+
]), en = (e) => o({ class: "h-9 flex items-center justify-center font-medium" }, e), tn = () => o(
|
|
2402
2427
|
{ class: "grid grid-cols-7 gap-1 text-center text-xs font-medium text-muted-foreground mb-2" },
|
|
2403
|
-
["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"].map(
|
|
2404
|
-
),
|
|
2428
|
+
["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"].map(en)
|
|
2429
|
+
), sn = ({ day: e, iso: t, disabled: s, isStart: n, isEnd: a, isBetween: l, isOtherMonth: i, click: c }) => {
|
|
2405
2430
|
let h = "ghost", m = "";
|
|
2406
2431
|
return n || a ? (h = "default", m = "bg-primary text-primary-foreground hover:bg-primary/90") : l && (m = "bg-accent text-accent-foreground hover:bg-accent/80"), s && (m += " opacity-50 cursor-not-allowed"), i && (m += " text-muted-foreground opacity-50"), b(
|
|
2407
2432
|
{
|
|
@@ -2414,30 +2439,30 @@ const Ys = (e) => {
|
|
|
2414
2439
|
},
|
|
2415
2440
|
e.toString()
|
|
2416
2441
|
);
|
|
2417
|
-
},
|
|
2418
|
-
const { start: a, end: l } = t, i = new Date(t.year, t.month, 1).getDay(), c = new Date(t.year, t.month + 1, 0).getDate(), h = [], m = t.month === 0 ? 11 : t.month - 1, v = t.month === 0 ? t.year - 1 : t.year, q = new Date(v, m + 1, 0).getDate(),
|
|
2442
|
+
}, nn = ({ today: e, current: t, blockPriorDates: s, onDateClick: n }) => {
|
|
2443
|
+
const { start: a, end: l } = t, i = new Date(t.year, t.month, 1).getDay(), c = new Date(t.year, t.month + 1, 0).getDate(), h = [], m = t.month === 0 ? 11 : t.month - 1, v = t.month === 0 ? t.year - 1 : t.year, q = new Date(v, m + 1, 0).getDate(), H = t.month === 11 ? 0 : t.month + 1, E = t.month === 11 ? t.year + 1 : t.year;
|
|
2419
2444
|
for (let f = i - 1; f >= 0; f--) {
|
|
2420
|
-
const d = q - f, y = L(v, m, d), S = new Date(v, m, d), $ = new Date(e.year, e.month, e.date), R = S < $, G = s && R,
|
|
2445
|
+
const d = q - f, y = L(v, m, d), S = new Date(v, m, d), $ = new Date(e.year, e.month, e.date), R = S < $, G = s && R, K = a === y, Q = l === y, lt = a && l && y > a && y < l;
|
|
2421
2446
|
h.push({
|
|
2422
2447
|
day: d,
|
|
2423
2448
|
iso: y,
|
|
2424
2449
|
disabled: G,
|
|
2425
|
-
isStart:
|
|
2426
|
-
isEnd:
|
|
2427
|
-
isBetween:
|
|
2450
|
+
isStart: K,
|
|
2451
|
+
isEnd: Q,
|
|
2452
|
+
isBetween: lt,
|
|
2428
2453
|
isOtherMonth: !0,
|
|
2429
2454
|
click: () => n(y)
|
|
2430
2455
|
});
|
|
2431
2456
|
}
|
|
2432
2457
|
for (let f = 1; f <= c; f++) {
|
|
2433
|
-
const d = L(t.year, t.month, f), y = new Date(t.year, t.month, f), S = new Date(e.year, e.month, e.date), $ = y < S, R = s && $, G = a === d,
|
|
2458
|
+
const d = L(t.year, t.month, f), y = new Date(t.year, t.month, f), S = new Date(e.year, e.month, e.date), $ = y < S, R = s && $, G = a === d, K = l === d, Q = a && l && d > a && d < l;
|
|
2434
2459
|
h.push({
|
|
2435
2460
|
day: f,
|
|
2436
2461
|
iso: d,
|
|
2437
2462
|
disabled: R,
|
|
2438
2463
|
isStart: G,
|
|
2439
|
-
isEnd:
|
|
2440
|
-
isBetween:
|
|
2464
|
+
isEnd: K,
|
|
2465
|
+
isBetween: Q,
|
|
2441
2466
|
isOtherMonth: !1,
|
|
2442
2467
|
click: () => {
|
|
2443
2468
|
n(d);
|
|
@@ -2446,14 +2471,14 @@ const Ys = (e) => {
|
|
|
2446
2471
|
}
|
|
2447
2472
|
const ve = (7 - h.length % 7) % 7;
|
|
2448
2473
|
for (let f = 1; f <= ve; f++) {
|
|
2449
|
-
const d = L(E,
|
|
2474
|
+
const d = L(E, H, f), y = new Date(E, H, f), S = new Date(e.year, e.month, e.date), $ = y < S, R = s && $, G = a === d, K = l === d, Q = a && l && d > a && d < l;
|
|
2450
2475
|
h.push({
|
|
2451
2476
|
day: f,
|
|
2452
2477
|
iso: d,
|
|
2453
2478
|
disabled: R,
|
|
2454
2479
|
isStart: G,
|
|
2455
|
-
isEnd:
|
|
2456
|
-
isBetween:
|
|
2480
|
+
isEnd: K,
|
|
2481
|
+
isBetween: Q,
|
|
2457
2482
|
isOtherMonth: !0,
|
|
2458
2483
|
click: () => n(d)
|
|
2459
2484
|
});
|
|
@@ -2461,7 +2486,7 @@ const Ys = (e) => {
|
|
|
2461
2486
|
return o(
|
|
2462
2487
|
{ class: "grid grid-cols-7 gap-1" },
|
|
2463
2488
|
h.map(
|
|
2464
|
-
(f, d) =>
|
|
2489
|
+
(f, d) => sn({
|
|
2465
2490
|
day: f.day,
|
|
2466
2491
|
iso: f.iso,
|
|
2467
2492
|
disabled: f.disabled,
|
|
@@ -2473,8 +2498,8 @@ const Ys = (e) => {
|
|
|
2473
2498
|
})
|
|
2474
2499
|
)
|
|
2475
2500
|
);
|
|
2476
|
-
},
|
|
2477
|
-
|
|
2501
|
+
}, an = r((e, t) => o({ class: "flex flex-auto flex-col" }, [
|
|
2502
|
+
Xs({
|
|
2478
2503
|
// @ts-ignore
|
|
2479
2504
|
onMonthClick: e.onMonthClick,
|
|
2480
2505
|
// @ts-ignore
|
|
@@ -2489,8 +2514,8 @@ const Ys = (e) => {
|
|
|
2489
2514
|
onSet: [
|
|
2490
2515
|
"currentDate",
|
|
2491
2516
|
() => [
|
|
2492
|
-
|
|
2493
|
-
|
|
2517
|
+
tn(),
|
|
2518
|
+
nn({
|
|
2494
2519
|
// @ts-ignore
|
|
2495
2520
|
today: e.today,
|
|
2496
2521
|
// @ts-ignore
|
|
@@ -2503,9 +2528,9 @@ const Ys = (e) => {
|
|
|
2503
2528
|
]
|
|
2504
2529
|
]
|
|
2505
2530
|
})
|
|
2506
|
-
])),
|
|
2531
|
+
])), on = ({ currentMonth: e, currentYear: t, onSelect: s }) => o(
|
|
2507
2532
|
{ class: "grid grid-cols-3 gap-2" },
|
|
2508
|
-
|
|
2533
|
+
te.monthNames.map(
|
|
2509
2534
|
(n, a) => b(
|
|
2510
2535
|
{
|
|
2511
2536
|
click: (l) => {
|
|
@@ -2517,25 +2542,25 @@ const Ys = (e) => {
|
|
|
2517
2542
|
n.substring(0, 3)
|
|
2518
2543
|
)
|
|
2519
2544
|
)
|
|
2520
|
-
),
|
|
2521
|
-
|
|
2545
|
+
), ln = ({ start: e, end: t, selecting: s, onSelectStart: n, onSelectEnd: a }) => o({ class: "flex gap-x-2 mb-4" }, [
|
|
2546
|
+
J("selecting", (l) => b({
|
|
2522
2547
|
click: n,
|
|
2523
2548
|
variant: l === "start" ? "primary" : "outline",
|
|
2524
2549
|
class: "flex-1"
|
|
2525
2550
|
}, [
|
|
2526
|
-
o({ class: "font-medium" },
|
|
2551
|
+
o({ class: "font-medium" }, He("current.start", "Start Date"))
|
|
2527
2552
|
])),
|
|
2528
|
-
|
|
2553
|
+
J("selecting", (l) => b({
|
|
2529
2554
|
click: a,
|
|
2530
2555
|
variant: l === "end" ? "primary" : "outline",
|
|
2531
2556
|
class: "flex-1"
|
|
2532
2557
|
}, [
|
|
2533
|
-
o({ class: "font-medium" },
|
|
2558
|
+
o({ class: "font-medium" }, He("current.end", "End Date"))
|
|
2534
2559
|
]))
|
|
2535
|
-
]),
|
|
2560
|
+
]), He = (e, t) => [`[[${e}]]`, (s) => s == null ? t : rn(s)], rn = (e) => {
|
|
2536
2561
|
const t = /* @__PURE__ */ new Date(e + "T00:00:00"), s = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], n = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
|
|
2537
2562
|
return `${s[t.getDay()]}, ${t.getDate()} ${n[t.getMonth()]}`;
|
|
2538
|
-
},
|
|
2563
|
+
}, cn = ({ currentYear: e, onSelect: t }) => {
|
|
2539
2564
|
const s = e - 50, n = Array.from({ length: 101 }, (a, l) => s + l);
|
|
2540
2565
|
return o(
|
|
2541
2566
|
{ class: "grid grid-cols-4 gap-2 overflow-y-auto max-h-72" },
|
|
@@ -2553,7 +2578,7 @@ const Ys = (e) => {
|
|
|
2553
2578
|
)
|
|
2554
2579
|
);
|
|
2555
2580
|
};
|
|
2556
|
-
class
|
|
2581
|
+
class dn extends C {
|
|
2557
2582
|
/**
|
|
2558
2583
|
* Declare compiler props.
|
|
2559
2584
|
*
|
|
@@ -2576,7 +2601,7 @@ class on extends C {
|
|
|
2576
2601
|
year: t.getFullYear()
|
|
2577
2602
|
},
|
|
2578
2603
|
monthName: this.getMonthName(n),
|
|
2579
|
-
currentData: `${s.getFullYear()}-${
|
|
2604
|
+
currentData: `${s.getFullYear()}-${B(s.getMonth() + 1)}-${B(s.getDate())}`,
|
|
2580
2605
|
current: {
|
|
2581
2606
|
date: t.getDate(),
|
|
2582
2607
|
month: n,
|
|
@@ -2594,7 +2619,7 @@ class on extends C {
|
|
|
2594
2619
|
* @returns {string}
|
|
2595
2620
|
*/
|
|
2596
2621
|
getMonthName(t) {
|
|
2597
|
-
return
|
|
2622
|
+
return te.monthNames[t];
|
|
2598
2623
|
}
|
|
2599
2624
|
/**
|
|
2600
2625
|
* Initialize component state.
|
|
@@ -2640,7 +2665,7 @@ class on extends C {
|
|
|
2640
2665
|
*/
|
|
2641
2666
|
setCurrent({ month: t, year: s, date: n = null }) {
|
|
2642
2667
|
const a = this.data.current;
|
|
2643
|
-
a.month = (t + 12) % 12, a.year = s + (t < 0 ? -1 : t > 11 ? 1 : 0), n !== null && (a.date = n), this.data.monthName = this.getMonthName(a.month), this.data.currentDate = `${s}-${
|
|
2668
|
+
a.month = (t + 12) % 12, a.year = s + (t < 0 ? -1 : t > 11 ? 1 : 0), n !== null && (a.date = n), this.data.monthName = this.getMonthName(a.month), this.data.currentDate = `${s}-${B(t + 1)}-${B(a.date)}`;
|
|
2644
2669
|
}
|
|
2645
2670
|
/**
|
|
2646
2671
|
* Render the range calendar.
|
|
@@ -2650,7 +2675,7 @@ class on extends C {
|
|
|
2650
2675
|
render() {
|
|
2651
2676
|
const { today: t, current: s, selecting: n } = this.data, { start: a, end: l } = s;
|
|
2652
2677
|
return o({ class: "range-calendar border border-border rounded-lg shadow-md p-4 w-full max-w-sm min-w-80" }, [
|
|
2653
|
-
|
|
2678
|
+
ln({
|
|
2654
2679
|
start: a,
|
|
2655
2680
|
end: l,
|
|
2656
2681
|
selecting: n,
|
|
@@ -2664,7 +2689,7 @@ class on extends C {
|
|
|
2664
2689
|
T("view", (i) => {
|
|
2665
2690
|
switch (i) {
|
|
2666
2691
|
case "months":
|
|
2667
|
-
return
|
|
2692
|
+
return on(
|
|
2668
2693
|
{
|
|
2669
2694
|
currentMonth: s.month,
|
|
2670
2695
|
currentYear: s.year,
|
|
@@ -2674,7 +2699,7 @@ class on extends C {
|
|
|
2674
2699
|
}
|
|
2675
2700
|
);
|
|
2676
2701
|
case "years":
|
|
2677
|
-
return
|
|
2702
|
+
return cn(
|
|
2678
2703
|
{
|
|
2679
2704
|
currentYear: s.year,
|
|
2680
2705
|
onSelect: (c) => {
|
|
@@ -2683,7 +2708,7 @@ class on extends C {
|
|
|
2683
2708
|
}
|
|
2684
2709
|
);
|
|
2685
2710
|
default:
|
|
2686
|
-
return
|
|
2711
|
+
return an({
|
|
2687
2712
|
// @ts-ignore
|
|
2688
2713
|
monthName: this.data.monthName,
|
|
2689
2714
|
year: s.year,
|
|
@@ -2711,35 +2736,35 @@ class on extends C {
|
|
|
2711
2736
|
]);
|
|
2712
2737
|
}
|
|
2713
2738
|
}
|
|
2714
|
-
const
|
|
2739
|
+
const un = ({ bind: e, required: t }) => p({
|
|
2715
2740
|
cache: "input",
|
|
2716
2741
|
class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
|
|
2717
2742
|
bind: e,
|
|
2718
2743
|
required: t
|
|
2719
|
-
}),
|
|
2744
|
+
}), hn = ({ bind: e, required: t, toggleOpen: s }) => w({
|
|
2720
2745
|
class: "relative flex items-center gap-2 w-full justify-between border bg-input hover:bg-muted rounded-md h-10 px-4 py-2",
|
|
2721
2746
|
click: s
|
|
2722
2747
|
}, [
|
|
2723
|
-
|
|
2724
|
-
|
|
2748
|
+
un({ bind: e, required: t }),
|
|
2749
|
+
_(({ state: n }) => [
|
|
2725
2750
|
g(U.date(["[[start]]", n], "Start Date")),
|
|
2726
2751
|
g(" - "),
|
|
2727
2752
|
g(U.date(["[[end]]", n], "End Date"))
|
|
2728
2753
|
]),
|
|
2729
|
-
|
|
2730
|
-
]),
|
|
2754
|
+
V({ html: u.calendar.days })
|
|
2755
|
+
]), fn = ({ handleDateSelect: e, blockPriorDates: t }) => be((s, n, a) => new se({
|
|
2731
2756
|
cache: "dropdown",
|
|
2732
2757
|
parent: a,
|
|
2733
2758
|
button: a.panel,
|
|
2734
2759
|
size: "xl"
|
|
2735
2760
|
}, [
|
|
2736
|
-
new
|
|
2761
|
+
new dn({
|
|
2737
2762
|
startDate: a.state.start,
|
|
2738
2763
|
endDate: a.state.end,
|
|
2739
2764
|
onRangeSelect: e,
|
|
2740
2765
|
blockPriorDates: t
|
|
2741
2766
|
})
|
|
2742
|
-
])),
|
|
2767
|
+
])), io = O(
|
|
2743
2768
|
{
|
|
2744
2769
|
/**
|
|
2745
2770
|
* The initial state of the DateRangePicker.
|
|
@@ -2775,12 +2800,12 @@ const ln = ({ bind: e, required: t }) => p({
|
|
|
2775
2800
|
this.state.start = s, this.state.end = n, this.state.open = !1, this.input.value = `${s}-${n}`, j.trigger("change", this.input), typeof this.onChange == "function" && this.onChange({ start: s, end: n }, this.parent);
|
|
2776
2801
|
};
|
|
2777
2802
|
return o({ class: "relative w-full max-w-[320px]" }, [
|
|
2778
|
-
|
|
2803
|
+
hn({
|
|
2779
2804
|
toggleOpen: e,
|
|
2780
2805
|
bind: this.bind,
|
|
2781
2806
|
required: this.required
|
|
2782
2807
|
}),
|
|
2783
|
-
|
|
2808
|
+
fn({
|
|
2784
2809
|
handleDateSelect: t,
|
|
2785
2810
|
blockPriorDates: this.blockPriorDates || !1
|
|
2786
2811
|
})
|
|
@@ -2788,11 +2813,11 @@ const ln = ({ bind: e, required: t }) => p({
|
|
|
2788
2813
|
}
|
|
2789
2814
|
}
|
|
2790
2815
|
);
|
|
2791
|
-
function
|
|
2816
|
+
function gn(e) {
|
|
2792
2817
|
let t = "";
|
|
2793
2818
|
return e.length > 0 && (t = e.substring(0, 2), e.length > 2 && (t += ":" + e.substring(2, 4))), t;
|
|
2794
2819
|
}
|
|
2795
|
-
function
|
|
2820
|
+
function mn(e) {
|
|
2796
2821
|
if (e.length < 4)
|
|
2797
2822
|
return { formattedTime: null, hour: null, minute: null, meridian: null };
|
|
2798
2823
|
const t = parseInt(e.substring(0, 2), 10), s = parseInt(e.substring(2, 4), 10);
|
|
@@ -2806,7 +2831,7 @@ function un(e) {
|
|
|
2806
2831
|
meridian: a
|
|
2807
2832
|
};
|
|
2808
2833
|
}
|
|
2809
|
-
function
|
|
2834
|
+
function bn({ bind: e, required: t }) {
|
|
2810
2835
|
return p({
|
|
2811
2836
|
cache: "input",
|
|
2812
2837
|
class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
|
|
@@ -2814,7 +2839,7 @@ function hn({ bind: e, required: t }) {
|
|
|
2814
2839
|
required: t
|
|
2815
2840
|
});
|
|
2816
2841
|
}
|
|
2817
|
-
function
|
|
2842
|
+
function xn({ placeholder: e, handleInputChange: t, handleInputFocus: s }) {
|
|
2818
2843
|
return p({
|
|
2819
2844
|
cache: "timeInput",
|
|
2820
2845
|
class: "flex-1 bg-transparent outline-none placeholder:text-muted-foreground border-0",
|
|
@@ -2824,27 +2849,27 @@ function fn({ placeholder: e, handleInputChange: t, handleInputFocus: s }) {
|
|
|
2824
2849
|
onState: ["selectedTime", (n) => n || ""]
|
|
2825
2850
|
});
|
|
2826
2851
|
}
|
|
2827
|
-
function
|
|
2852
|
+
function pn({ bind: e, required: t, toggleOpen: s, handleInputChange: n, handleInputFocus: a, placeholder: l }) {
|
|
2828
2853
|
return o(
|
|
2829
2854
|
{
|
|
2830
2855
|
class: "relative flex items-center gap-2 w-full justify-between border bg-input hover:bg-muted rounded-md h-10 pr-4 py-2"
|
|
2831
2856
|
},
|
|
2832
2857
|
[
|
|
2833
|
-
|
|
2834
|
-
|
|
2858
|
+
bn({ bind: e, required: t }),
|
|
2859
|
+
xn({ placeholder: l, handleInputChange: n, handleInputFocus: a }),
|
|
2835
2860
|
w(
|
|
2836
2861
|
{
|
|
2837
2862
|
class: "shrink-0 hover:bg-muted/50 rounded p-1 cursor-pointer",
|
|
2838
2863
|
click: s
|
|
2839
2864
|
},
|
|
2840
2865
|
[
|
|
2841
|
-
|
|
2866
|
+
V({ html: u.clock })
|
|
2842
2867
|
]
|
|
2843
2868
|
)
|
|
2844
2869
|
]
|
|
2845
2870
|
);
|
|
2846
2871
|
}
|
|
2847
|
-
function
|
|
2872
|
+
function ie({ items: e, handleTimeSelect: t, state: s, stateValue: n, pad: a = !1 }) {
|
|
2848
2873
|
return o(
|
|
2849
2874
|
{ class: "flex flex-col max-h-[200px] overflow-y-auto" },
|
|
2850
2875
|
e.map((l) => {
|
|
@@ -2858,9 +2883,9 @@ function re({ items: e, handleTimeSelect: t, state: s, stateValue: n, pad: a = !
|
|
|
2858
2883
|
})
|
|
2859
2884
|
);
|
|
2860
2885
|
}
|
|
2861
|
-
function
|
|
2862
|
-
return
|
|
2863
|
-
(t, s, n) => new
|
|
2886
|
+
function yn({ handleTimeSelect: e }) {
|
|
2887
|
+
return be(
|
|
2888
|
+
(t, s, n) => new se(
|
|
2864
2889
|
{
|
|
2865
2890
|
cache: "dropdown",
|
|
2866
2891
|
parent: n,
|
|
@@ -2875,7 +2900,7 @@ function mn({ handleTimeSelect: e }) {
|
|
|
2875
2900
|
{ class: "grid grid-cols-3 gap-2 p-4 text-center max-h-[220px] min-w-[240px]" },
|
|
2876
2901
|
[
|
|
2877
2902
|
// Hours column
|
|
2878
|
-
|
|
2903
|
+
ie({
|
|
2879
2904
|
items: Array.from({ length: 12 }, (a, l) => l + 1),
|
|
2880
2905
|
handleTimeSelect: e,
|
|
2881
2906
|
state: n.state,
|
|
@@ -2883,7 +2908,7 @@ function mn({ handleTimeSelect: e }) {
|
|
|
2883
2908
|
pad: !0
|
|
2884
2909
|
}),
|
|
2885
2910
|
// Minutes column
|
|
2886
|
-
|
|
2911
|
+
ie({
|
|
2887
2912
|
items: Array.from({ length: 60 }, (a, l) => l),
|
|
2888
2913
|
handleTimeSelect: e,
|
|
2889
2914
|
state: n.state,
|
|
@@ -2891,7 +2916,7 @@ function mn({ handleTimeSelect: e }) {
|
|
|
2891
2916
|
pad: !0
|
|
2892
2917
|
}),
|
|
2893
2918
|
// AM/PM column
|
|
2894
|
-
|
|
2919
|
+
ie({
|
|
2895
2920
|
items: ["AM", "PM"],
|
|
2896
2921
|
handleTimeSelect: e,
|
|
2897
2922
|
state: n.state,
|
|
@@ -2918,7 +2943,7 @@ function Ee(e) {
|
|
|
2918
2943
|
meridian: l
|
|
2919
2944
|
});
|
|
2920
2945
|
}
|
|
2921
|
-
const
|
|
2946
|
+
const co = O(
|
|
2922
2947
|
{
|
|
2923
2948
|
/**
|
|
2924
2949
|
* The initial shallow state of the TimePicker.
|
|
@@ -2966,8 +2991,8 @@ const oo = O(
|
|
|
2966
2991
|
* @param {Event} e
|
|
2967
2992
|
*/
|
|
2968
2993
|
handleInputChange(e) {
|
|
2969
|
-
let t = e.target.value.replace(/[^\d]/g, ""), s =
|
|
2970
|
-
const n =
|
|
2994
|
+
let t = e.target.value.replace(/[^\d]/g, ""), s = gn(t);
|
|
2995
|
+
const n = mn(t);
|
|
2971
2996
|
n.formattedTime && (s = n.formattedTime, this.state.set({
|
|
2972
2997
|
hour: n.hour,
|
|
2973
2998
|
minute: n.minute,
|
|
@@ -3003,7 +3028,7 @@ const oo = O(
|
|
|
3003
3028
|
return o(
|
|
3004
3029
|
{ class: "relative w-full max-w-[320px]" },
|
|
3005
3030
|
[
|
|
3006
|
-
|
|
3031
|
+
pn({
|
|
3007
3032
|
toggleOpen: this.toggleOpen.bind(this),
|
|
3008
3033
|
bind: this.bind,
|
|
3009
3034
|
required: this.required,
|
|
@@ -3011,18 +3036,18 @@ const oo = O(
|
|
|
3011
3036
|
handleInputFocus: this.handleInputFocus.bind(this),
|
|
3012
3037
|
placeholder: this.placeholder
|
|
3013
3038
|
}),
|
|
3014
|
-
|
|
3039
|
+
yn({
|
|
3015
3040
|
handleTimeSelect: this.handleTimeSelect.bind(this)
|
|
3016
3041
|
})
|
|
3017
3042
|
]
|
|
3018
3043
|
);
|
|
3019
3044
|
}
|
|
3020
3045
|
}
|
|
3021
|
-
),
|
|
3046
|
+
), wn = (e, t) => o({ class: `hidden md:flex items-start justify-center w-6 h-6 mr-3 ${t}` }, [
|
|
3022
3047
|
x({ size: "lg" }, e)
|
|
3023
|
-
]),
|
|
3024
|
-
|
|
3025
|
-
]),
|
|
3048
|
+
]), vn = ({ title: e }) => X({ class: "flex flex-auto items-center" }, [
|
|
3049
|
+
Z({ class: "text-lg font-semibold" }, e)
|
|
3050
|
+
]), uo = r((e, t) => ht(
|
|
3026
3051
|
{
|
|
3027
3052
|
class: `fixed pullUpIn z-30 w-[98%] border md:w-full max-w-lg bg-popover text-foreground shadow-lg duration-200
|
|
3028
3053
|
rounded-lg flex flex-auto flex-col
|
|
@@ -3035,21 +3060,21 @@ const oo = O(
|
|
|
3035
3060
|
o({ class: "flex flex-auto p-6 pb-12 md:pb-6" }, [
|
|
3036
3061
|
// Icon and content
|
|
3037
3062
|
// @ts-ignore
|
|
3038
|
-
e.icon &&
|
|
3063
|
+
e.icon && wn(e.icon, e.iconColor),
|
|
3039
3064
|
o({ class: "flex flex-auto flex-col gap-4" }, [
|
|
3040
3065
|
o({ class: "flex flex-auto flex-col gap-y-2" }, [
|
|
3041
|
-
|
|
3066
|
+
vn(e),
|
|
3042
3067
|
// @ts-ignore
|
|
3043
3068
|
e.description && k({ class: "flex flex-auto flex-col text-sm text-muted-foreground" }, e.description),
|
|
3044
3069
|
o({ class: "flex flex-auto flex-col text-sm text-muted-foreground" }, t)
|
|
3045
3070
|
]),
|
|
3046
3071
|
// @ts-ignore
|
|
3047
|
-
e.buttons &&
|
|
3072
|
+
e.buttons && he({ class: "flex flex-col-reverse sm:flex-row sm:justify-end mt-6 gap-2 sm:gap-0 sm:gap-x-2" }, e.buttons)
|
|
3048
3073
|
])
|
|
3049
3074
|
])
|
|
3050
3075
|
]
|
|
3051
|
-
)),
|
|
3052
|
-
|
|
3076
|
+
)), ho = r((e, t = []) => o({ class: "w-full max-w-md p-6 m-auto" }, [
|
|
3077
|
+
Je({ class: "flex flex-auto flex-col" }, [
|
|
3053
3078
|
o({ class: "flex flex-auto flex-col gap-y-4" }, [
|
|
3054
3079
|
o({ class: "flex flex-auto items-center justify-center" }, [
|
|
3055
3080
|
// @ts-ignore
|
|
@@ -3058,9 +3083,9 @@ const oo = O(
|
|
|
3058
3083
|
x({ size: "lg" }, e.icon)
|
|
3059
3084
|
])
|
|
3060
3085
|
]),
|
|
3061
|
-
|
|
3086
|
+
X({ class: "py-4 text-center" }, [
|
|
3062
3087
|
// @ts-ignore
|
|
3063
|
-
|
|
3088
|
+
Z({ class: "text-xl font-bold" }, e.title),
|
|
3064
3089
|
// @ts-ignore
|
|
3065
3090
|
k({ class: "pb-8 text-muted-foreground" }, e.description || ""),
|
|
3066
3091
|
...t
|
|
@@ -3079,12 +3104,12 @@ r(({ value: e, label: t }) => w({
|
|
|
3079
3104
|
dataSet: ["performance", ["state", e, "active"]],
|
|
3080
3105
|
click: (s, { state: n }) => n.performance = e
|
|
3081
3106
|
}, t));
|
|
3082
|
-
const
|
|
3107
|
+
const kn = (e, t) => {
|
|
3083
3108
|
const s = e.toggleAllSelectedRows();
|
|
3084
3109
|
t.state.checked = !s;
|
|
3085
|
-
},
|
|
3086
|
-
|
|
3087
|
-
]),
|
|
3110
|
+
}, Cn = (e) => Ve({ class: `cursor-pointer py-3 px-4 text-base w-10 ${e.class || ""}` }, [
|
|
3111
|
+
_((t) => new Ut({ class: "mr-2", onChange: (s, n) => kn(t, n) }))
|
|
3112
|
+
]), Sn = ({ align: e, sortable: t, key: s, label: n, sort: a, class: l }) => {
|
|
3088
3113
|
const i = e || "justify-start";
|
|
3089
3114
|
return Ve({
|
|
3090
3115
|
class: `cursor-pointer py-3 px-4 text-base ${l || ""}`,
|
|
@@ -3092,15 +3117,15 @@ const pn = (e, t) => {
|
|
|
3092
3117
|
}, [
|
|
3093
3118
|
o({ class: `flex flex-auto w-full items-center ${i}` }, [
|
|
3094
3119
|
g(n),
|
|
3095
|
-
t &&
|
|
3120
|
+
t && V({ class: "ml-2", html: u.arrows.upDown })
|
|
3096
3121
|
])
|
|
3097
3122
|
]);
|
|
3098
|
-
}, we = (e) =>
|
|
3099
|
-
|
|
3123
|
+
}, we = (e) => ft([
|
|
3124
|
+
gt({
|
|
3100
3125
|
class: "text-muted-foreground border-b",
|
|
3101
3126
|
map: [
|
|
3102
3127
|
e.headers,
|
|
3103
|
-
(t) => t.label === "checkbox" ?
|
|
3128
|
+
(t) => t.label === "checkbox" ? Cn({ toggle: e.toggle }) : Sn({
|
|
3104
3129
|
align: t.align,
|
|
3105
3130
|
sortable: t.sortable,
|
|
3106
3131
|
key: t.key,
|
|
@@ -3109,7 +3134,7 @@ const pn = (e, t) => {
|
|
|
3109
3134
|
})
|
|
3110
3135
|
]
|
|
3111
3136
|
})
|
|
3112
|
-
]),
|
|
3137
|
+
]), $n = ({ key: e, rows: t, selectRow: s, rowItem: n, emptyState: a, skeleton: l, columnCount: i }) => new wt({
|
|
3113
3138
|
cache: "list",
|
|
3114
3139
|
key: e,
|
|
3115
3140
|
items: t,
|
|
@@ -3119,7 +3144,7 @@ const pn = (e, t) => {
|
|
|
3119
3144
|
skeleton: l,
|
|
3120
3145
|
columnCount: i
|
|
3121
3146
|
});
|
|
3122
|
-
class
|
|
3147
|
+
class et extends C {
|
|
3123
3148
|
/**
|
|
3124
3149
|
* Initializes component data.
|
|
3125
3150
|
*
|
|
@@ -3198,14 +3223,14 @@ class Je extends C {
|
|
|
3198
3223
|
render() {
|
|
3199
3224
|
const t = this.border !== !1 ? "border" : "", s = this.getHeaderColCount();
|
|
3200
3225
|
return o({ class: "w-full flex flex-auto flex-col" }, [
|
|
3201
|
-
|
|
3226
|
+
J("hasItems", (n) => n === !1 && this.emptyState ? this.emptyState() : null),
|
|
3202
3227
|
o({ class: `w-full rounded-md ${t} overflow-x-auto`, onSet: ["hasItems", { hidden: !1 }] }, [
|
|
3203
|
-
|
|
3228
|
+
xe({ class: "w-full" }, [
|
|
3204
3229
|
// @ts-ignore
|
|
3205
3230
|
this.headers && we({ headers: this.headers, sort: (n) => this.sortRows(n) }),
|
|
3206
3231
|
// @ts-ignore
|
|
3207
3232
|
this.customHeader ?? null,
|
|
3208
|
-
|
|
3233
|
+
$n({
|
|
3209
3234
|
// @ts-ignore
|
|
3210
3235
|
key: this.key,
|
|
3211
3236
|
// @ts-ignore
|
|
@@ -3284,7 +3309,7 @@ class Je extends C {
|
|
|
3284
3309
|
this.data.selectedRows = [];
|
|
3285
3310
|
}
|
|
3286
3311
|
}
|
|
3287
|
-
const
|
|
3312
|
+
const Dn = (e) => new vt({
|
|
3288
3313
|
cache: "list",
|
|
3289
3314
|
loadMoreItems: e.loadMoreItems,
|
|
3290
3315
|
offset: e.offset,
|
|
@@ -3297,7 +3322,7 @@ const kn = (e) => new pt({
|
|
|
3297
3322
|
skeleton: e.skeleton,
|
|
3298
3323
|
columnCount: e.columnCount
|
|
3299
3324
|
});
|
|
3300
|
-
class
|
|
3325
|
+
class In extends et {
|
|
3301
3326
|
/**
|
|
3302
3327
|
* Renders the DataTable component.
|
|
3303
3328
|
*
|
|
@@ -3306,14 +3331,14 @@ class Cn extends Je {
|
|
|
3306
3331
|
render() {
|
|
3307
3332
|
const t = this.border !== !1 ? "border" : "", s = this.getHeaderColCount();
|
|
3308
3333
|
return o({ class: "w-full flex flex-auto flex-col" }, [
|
|
3309
|
-
|
|
3334
|
+
J("hasItems", (n) => n === !1 && this.emptyState ? this.emptyState() : null),
|
|
3310
3335
|
o({ class: `w-full rounded-md ${t} overflow-x-auto`, onSet: ["hasItems", { hidden: !1 }] }, [
|
|
3311
|
-
|
|
3336
|
+
xe({ class: "w-full" }, [
|
|
3312
3337
|
// @ts-ignore
|
|
3313
3338
|
this.headers && we({ headers: this.headers, sort: (n) => this.sortRows(n) }),
|
|
3314
3339
|
// @ts-ignore
|
|
3315
3340
|
this.customHeader ?? null,
|
|
3316
|
-
|
|
3341
|
+
Dn({
|
|
3317
3342
|
// @ts-ignore
|
|
3318
3343
|
loadMoreItems: this.loadMoreItems,
|
|
3319
3344
|
// @ts-ignore
|
|
@@ -3349,7 +3374,7 @@ class Cn extends Je {
|
|
|
3349
3374
|
this.list.refresh();
|
|
3350
3375
|
}
|
|
3351
3376
|
}
|
|
3352
|
-
const
|
|
3377
|
+
const fo = r((e) => new In(
|
|
3353
3378
|
{
|
|
3354
3379
|
// @ts-ignore
|
|
3355
3380
|
cache: e.cache ?? "list",
|
|
@@ -3380,7 +3405,7 @@ const io = r((e) => new Cn(
|
|
|
3380
3405
|
// @ts-ignore
|
|
3381
3406
|
skeleton: e.skeleton
|
|
3382
3407
|
}
|
|
3383
|
-
)),
|
|
3408
|
+
)), Tn = (e) => new kt({
|
|
3384
3409
|
cache: "list",
|
|
3385
3410
|
scrollContainer: e.scrollContainer,
|
|
3386
3411
|
loadMoreItems: e.loadMoreItems,
|
|
@@ -3394,7 +3419,7 @@ const io = r((e) => new Cn(
|
|
|
3394
3419
|
skeleton: e.skeleton,
|
|
3395
3420
|
columnCount: e.columnCount
|
|
3396
3421
|
});
|
|
3397
|
-
class
|
|
3422
|
+
class Mn extends et {
|
|
3398
3423
|
/**
|
|
3399
3424
|
* Renders the DataTable component.
|
|
3400
3425
|
*
|
|
@@ -3403,14 +3428,14 @@ class $n extends Je {
|
|
|
3403
3428
|
render() {
|
|
3404
3429
|
const t = this.border !== !1 ? "border" : "", s = this.getHeaderColCount();
|
|
3405
3430
|
return o({ class: "w-full flex flex-auto flex-col" }, [
|
|
3406
|
-
|
|
3431
|
+
J("hasItems", (n) => n === !1 && this.emptyState ? this.emptyState() : null),
|
|
3407
3432
|
o({ class: `w-full rounded-md ${t} overflow-x-auto`, onSet: ["hasItems", { hidden: !1 }] }, [
|
|
3408
|
-
|
|
3433
|
+
xe({ class: "w-full" }, [
|
|
3409
3434
|
// @ts-ignore
|
|
3410
3435
|
this.headers && we({ headers: this.headers, sort: (n) => this.sortRows(n) }),
|
|
3411
3436
|
// @ts-ignore
|
|
3412
3437
|
this.customHeader ?? null,
|
|
3413
|
-
|
|
3438
|
+
Tn({
|
|
3414
3439
|
// @ts-ignore
|
|
3415
3440
|
scrollContainer: this.scrollContainer,
|
|
3416
3441
|
// @ts-ignore
|
|
@@ -3448,7 +3473,7 @@ class $n extends Je {
|
|
|
3448
3473
|
this.list.refresh();
|
|
3449
3474
|
}
|
|
3450
3475
|
}
|
|
3451
|
-
const
|
|
3476
|
+
const go = r((e) => new Mn(
|
|
3452
3477
|
{
|
|
3453
3478
|
// @ts-ignore
|
|
3454
3479
|
cache: e.cache ?? "list",
|
|
@@ -3481,28 +3506,28 @@ const co = r((e) => new $n(
|
|
|
3481
3506
|
// @ts-ignore
|
|
3482
3507
|
skeleton: e.skeleton
|
|
3483
3508
|
}
|
|
3484
|
-
)),
|
|
3509
|
+
)), Pn = r(({ name: e, email: t }) => o({ class: "min-w-0 flex-auto" }, [
|
|
3485
3510
|
k({ class: "text-base font-semibold leading-6 m-0" }, e),
|
|
3486
3511
|
k({ class: "truncate text-sm leading-5 text-muted-foreground m-0" }, t)
|
|
3487
|
-
])),
|
|
3512
|
+
])), Bn = () => o({ class: "flex items-center gap-x-1.5" }, [
|
|
3488
3513
|
o({ class: "flex-none rounded-full bg-emerald-500/20 p-1" }, [
|
|
3489
3514
|
o({ class: "h-1.5 w-1.5 rounded-full bg-emerald-500" })
|
|
3490
3515
|
]),
|
|
3491
3516
|
k({ class: "text-xs leading-5 text-gray-500" }, "Online")
|
|
3492
|
-
]),
|
|
3517
|
+
]), zn = (e) => k({ class: "text-xs leading-5 text-muted-foreground" }, [
|
|
3493
3518
|
g("Last seen "),
|
|
3494
|
-
|
|
3495
|
-
]),
|
|
3519
|
+
mt({ datetime: e }, "3h ago")
|
|
3520
|
+
]), On = (e, t) => e === "online" ? Bn() : zn(t), Nn = r(({ role: e, lastSeen: t, status: s }) => o({ class: "hidden shrink-0 sm:flex sm:flex-col sm:items-end" }, [
|
|
3496
3521
|
k({ class: "text-sm leading-6 m-0" }, e),
|
|
3497
|
-
|
|
3498
|
-
])),
|
|
3522
|
+
On(s, t)
|
|
3523
|
+
])), Rn = (e) => e.split(" ").map((s) => s[0]).join(""), Fn = r((e) => me({ class: "fadeIn flex justify-between gap-x-6 py-4 px-4 rounded-md hover:bg-muted/50" }, [
|
|
3499
3524
|
o({ class: "flex min-w-0 gap-x-4" }, [
|
|
3500
3525
|
// @ts-ignore
|
|
3501
|
-
|
|
3526
|
+
ps({ src: e.image, alt: e.name, fallbackText: Rn(e.name) }),
|
|
3502
3527
|
// @ts-ignore
|
|
3503
|
-
|
|
3528
|
+
Pn({ name: e.name, email: e.email })
|
|
3504
3529
|
]),
|
|
3505
|
-
|
|
3530
|
+
Nn({
|
|
3506
3531
|
// @ts-ignore
|
|
3507
3532
|
role: e.role,
|
|
3508
3533
|
// @ts-ignore
|
|
@@ -3510,16 +3535,16 @@ const co = r((e) => new $n(
|
|
|
3510
3535
|
// @ts-ignore
|
|
3511
3536
|
status: e.status
|
|
3512
3537
|
})
|
|
3513
|
-
])),
|
|
3538
|
+
])), mo = r((e) => new Ct({
|
|
3514
3539
|
cache: "list",
|
|
3515
3540
|
key: "name",
|
|
3516
3541
|
// @ts-ignore
|
|
3517
3542
|
items: e.users,
|
|
3518
3543
|
role: "list",
|
|
3519
3544
|
class: "divide-y divide-border",
|
|
3520
|
-
rowItem:
|
|
3545
|
+
rowItem: Fn
|
|
3521
3546
|
}));
|
|
3522
|
-
class
|
|
3547
|
+
class Ln extends C {
|
|
3523
3548
|
/**
|
|
3524
3549
|
* This will declare the props for the compiler.
|
|
3525
3550
|
*
|
|
@@ -3580,14 +3605,14 @@ class On extends C {
|
|
|
3580
3605
|
});
|
|
3581
3606
|
}
|
|
3582
3607
|
}
|
|
3583
|
-
const
|
|
3608
|
+
const jn = r(({ options: e, click: t }, s) => ({
|
|
3584
3609
|
tag: "li",
|
|
3585
3610
|
...{
|
|
3586
3611
|
class: `relative flex flex-row w-auto text-left p-0 transition-all cursor-pointer min-w-[48px] option${e ? " sub" : ""}`,
|
|
3587
3612
|
click: t
|
|
3588
3613
|
},
|
|
3589
3614
|
children: s
|
|
3590
|
-
})),
|
|
3615
|
+
})), An = (e, t = null, s = !1) => [
|
|
3591
3616
|
t && o({
|
|
3592
3617
|
class: "icon w-12 rounded-md flex items-center justify-center min-w-12",
|
|
3593
3618
|
onState: ["selected", {
|
|
@@ -3596,7 +3621,7 @@ const Nn = r(({ options: e, click: t }, s) => ({
|
|
|
3596
3621
|
}, [
|
|
3597
3622
|
x({ size: "sm" }, t)
|
|
3598
3623
|
]),
|
|
3599
|
-
|
|
3624
|
+
W({ class: "label flex flex-auto text-sm items-center cursor-pointer whitespace-nowrap" }, e),
|
|
3600
3625
|
s && g(
|
|
3601
3626
|
{
|
|
3602
3627
|
class: "flex justify-center items-center px-1 transition-all text-muted-foreground mr-2",
|
|
@@ -3614,7 +3639,7 @@ const Nn = r(({ options: e, click: t }, s) => ({
|
|
|
3614
3639
|
]
|
|
3615
3640
|
)
|
|
3616
3641
|
];
|
|
3617
|
-
class
|
|
3642
|
+
class tt extends C {
|
|
3618
3643
|
/**
|
|
3619
3644
|
* This will declare the props for the compiler.
|
|
3620
3645
|
*
|
|
@@ -3631,7 +3656,7 @@ class Ze extends C {
|
|
|
3631
3656
|
*/
|
|
3632
3657
|
render() {
|
|
3633
3658
|
const t = !this.options && this.callBack;
|
|
3634
|
-
return
|
|
3659
|
+
return jn(
|
|
3635
3660
|
{ options: this.options, click: t },
|
|
3636
3661
|
[
|
|
3637
3662
|
this.addLink()
|
|
@@ -3645,8 +3670,8 @@ class Ze extends C {
|
|
|
3645
3670
|
* @protected
|
|
3646
3671
|
*/
|
|
3647
3672
|
addLink() {
|
|
3648
|
-
const t = this.options && this.options.length > 0, s = this.content ||
|
|
3649
|
-
return this.href ? new
|
|
3673
|
+
const t = this.options && this.options.length > 0, s = this.content || An(String(this.label), this.icon, t);
|
|
3674
|
+
return this.href ? new pt(
|
|
3650
3675
|
{
|
|
3651
3676
|
class: "flex flex-auto flex-row rounded-md transition-all overflow-x-hidden",
|
|
3652
3677
|
cache: "link",
|
|
@@ -3655,7 +3680,7 @@ class Ze extends C {
|
|
|
3655
3680
|
exact: this.exact || !1
|
|
3656
3681
|
},
|
|
3657
3682
|
s
|
|
3658
|
-
) : new
|
|
3683
|
+
) : new Ln({
|
|
3659
3684
|
class: "flex flex-auto flex-row rounded-md transition-all overflow-x-hidden",
|
|
3660
3685
|
cache: "link",
|
|
3661
3686
|
checkCallBack: this.checkCallBack
|
|
@@ -3673,10 +3698,10 @@ class Ze extends C {
|
|
|
3673
3698
|
this.link.update(t);
|
|
3674
3699
|
}
|
|
3675
3700
|
}
|
|
3676
|
-
const
|
|
3701
|
+
const Hn = r(({ map: e }, t) => ee({ class: "navigation-group flex flex-col gap-2 list-none m-0 py-2 px-0", map: e }, [
|
|
3677
3702
|
Ue({ class: "text-muted-foreground text-sm py-0 px-4 whitespace-nowrap" }, t)
|
|
3678
3703
|
]));
|
|
3679
|
-
class
|
|
3704
|
+
class En extends C {
|
|
3680
3705
|
/**
|
|
3681
3706
|
* This will declare the props for the compiler.
|
|
3682
3707
|
*
|
|
@@ -3692,8 +3717,8 @@ class Ln extends C {
|
|
|
3692
3717
|
*/
|
|
3693
3718
|
render() {
|
|
3694
3719
|
const t = this.mapOptions(this.options), s = this.class || "", n = this.mobileBorder ? "border md:border-0 rounded-md" : "";
|
|
3695
|
-
return
|
|
3696
|
-
|
|
3720
|
+
return ge({ class: `navigation flex flex-auto flex-col ${s}` }, [
|
|
3721
|
+
ee({
|
|
3697
3722
|
class: `relative group flex flex-col gap-2 py-2 px-2 list-none m-0 ${n}`,
|
|
3698
3723
|
map: t
|
|
3699
3724
|
}),
|
|
@@ -3725,7 +3750,7 @@ class Ln extends C {
|
|
|
3725
3750
|
*/
|
|
3726
3751
|
addGroup(t) {
|
|
3727
3752
|
const s = this.mapOptions(t.options);
|
|
3728
|
-
return
|
|
3753
|
+
return Hn({ map: s }, t.group);
|
|
3729
3754
|
}
|
|
3730
3755
|
/**
|
|
3731
3756
|
* This will add a link.
|
|
@@ -3734,10 +3759,10 @@ class Ln extends C {
|
|
|
3734
3759
|
* @returns {object}
|
|
3735
3760
|
*/
|
|
3736
3761
|
addLink(t) {
|
|
3737
|
-
return new
|
|
3762
|
+
return new tt(t);
|
|
3738
3763
|
}
|
|
3739
3764
|
}
|
|
3740
|
-
class
|
|
3765
|
+
class st extends En {
|
|
3741
3766
|
onCreated() {
|
|
3742
3767
|
this.links = [];
|
|
3743
3768
|
}
|
|
@@ -3748,7 +3773,7 @@ class Xe extends Ln {
|
|
|
3748
3773
|
* @returns {object}
|
|
3749
3774
|
*/
|
|
3750
3775
|
setupSubNav(t) {
|
|
3751
|
-
return new
|
|
3776
|
+
return new Vn(
|
|
3752
3777
|
{
|
|
3753
3778
|
parentLink: t,
|
|
3754
3779
|
options: t.options
|
|
@@ -3772,7 +3797,7 @@ class Xe extends Ln {
|
|
|
3772
3797
|
* @returns {object}
|
|
3773
3798
|
*/
|
|
3774
3799
|
addLink(t) {
|
|
3775
|
-
const s = new
|
|
3800
|
+
const s = new tt(t);
|
|
3776
3801
|
if (this.links.push(s), !s.options)
|
|
3777
3802
|
return s;
|
|
3778
3803
|
const n = this.addSubNav(s);
|
|
@@ -3783,11 +3808,11 @@ class Xe extends Ln {
|
|
|
3783
3808
|
};
|
|
3784
3809
|
}
|
|
3785
3810
|
}
|
|
3786
|
-
const
|
|
3811
|
+
const Un = (e, t) => new RegExp(`${e}($|/|\\.).*`).test(t), Yn = (e, t) => {
|
|
3787
3812
|
const s = e.link.panel.pathname;
|
|
3788
|
-
return !s && e.isSelected() ? !0 : e.exact ? t === s :
|
|
3813
|
+
return !s && e.isSelected() ? !0 : e.exact ? t === s : Un(s, t);
|
|
3789
3814
|
};
|
|
3790
|
-
class
|
|
3815
|
+
class Vn extends st {
|
|
3791
3816
|
/**
|
|
3792
3817
|
* This will declare the props for the compiler.
|
|
3793
3818
|
*
|
|
@@ -3803,8 +3828,8 @@ class An extends Xe {
|
|
|
3803
3828
|
*/
|
|
3804
3829
|
render() {
|
|
3805
3830
|
const t = `navigation flex flex-auto flex-col sub ${this.mainClassName || ""}`, s = this.mapOptions(this.options);
|
|
3806
|
-
return
|
|
3807
|
-
|
|
3831
|
+
return ge({ class: t, onState: this.onState() }, [
|
|
3832
|
+
ee({ class: "relative group flex flex-col gap-2 py-2 px-0 list-none m-0" }, [...s, ...this.addSubs(), this.addWatcher()])
|
|
3808
3833
|
]);
|
|
3809
3834
|
}
|
|
3810
3835
|
/**
|
|
@@ -3869,27 +3894,27 @@ class An extends Xe {
|
|
|
3869
3894
|
updateLinks(t) {
|
|
3870
3895
|
let s = !1;
|
|
3871
3896
|
for (const n of this.links)
|
|
3872
|
-
if (n.rendered && (s =
|
|
3897
|
+
if (n.rendered && (s = Yn(n, t), s === !0))
|
|
3873
3898
|
break;
|
|
3874
3899
|
this.parentLink.update(s);
|
|
3875
3900
|
}
|
|
3876
3901
|
}
|
|
3877
|
-
const
|
|
3902
|
+
const Wn = (e) => fe({ class: "text-lg ml-2" }, e), _n = (e) => o({ class: "sticky flex flex-row items-center bg-popover lg:hidden top-0 z-10 border-0 border-b" }, [
|
|
3878
3903
|
b({
|
|
3879
3904
|
variant: "icon",
|
|
3880
3905
|
class: "m-2",
|
|
3881
3906
|
click: (t, { state: s }) => s.toggle("open"),
|
|
3882
3907
|
icon: u.arrows.left
|
|
3883
3908
|
}),
|
|
3884
|
-
e.title &&
|
|
3885
|
-
]),
|
|
3909
|
+
e.title && Wn(e.title)
|
|
3910
|
+
]), qn = () => o({
|
|
3886
3911
|
class: `
|
|
3887
3912
|
absolute inset-0 bg-black/40 z-[-1] fadeIn
|
|
3888
3913
|
transition-opacity duration-200
|
|
3889
3914
|
`,
|
|
3890
3915
|
click: (e, { state: t }) => t.open = !1
|
|
3891
3916
|
});
|
|
3892
|
-
class
|
|
3917
|
+
class Gn extends C {
|
|
3893
3918
|
/**
|
|
3894
3919
|
* This will declare the props for the compiler.
|
|
3895
3920
|
*
|
|
@@ -3908,7 +3933,7 @@ class Vn extends C {
|
|
|
3908
3933
|
class: "fixed inset-0 z-50",
|
|
3909
3934
|
style: "[[typeClass]]"
|
|
3910
3935
|
}, [
|
|
3911
|
-
|
|
3936
|
+
qn(),
|
|
3912
3937
|
// Popover Content
|
|
3913
3938
|
o({
|
|
3914
3939
|
class: `
|
|
@@ -3917,7 +3942,7 @@ class Vn extends C {
|
|
|
3917
3942
|
dataSet: ["open", ["expanded", !0, "true"]]
|
|
3918
3943
|
}, [
|
|
3919
3944
|
o({ class: "flex flex-auto flex-col w-full h-full overflow-y-auto max-h-[85vh] rounded-md bg-popover border" }, [
|
|
3920
|
-
|
|
3945
|
+
_n({ title: this.title }),
|
|
3921
3946
|
o({ class: "flex flex-auto flex-col" }, this.children)
|
|
3922
3947
|
])
|
|
3923
3948
|
])
|
|
@@ -3955,31 +3980,31 @@ class Vn extends C {
|
|
|
3955
3980
|
this.container = app.root;
|
|
3956
3981
|
}
|
|
3957
3982
|
}
|
|
3958
|
-
const
|
|
3983
|
+
const nt = () => b({ class: "m-2", variant: "ghost", addState() {
|
|
3959
3984
|
return {
|
|
3960
3985
|
open: !1
|
|
3961
3986
|
};
|
|
3962
3987
|
}, click: (e, { state: t }) => t.toggle("open") }, [
|
|
3963
3988
|
x({}, u.bar.three)
|
|
3964
|
-
]),
|
|
3965
|
-
|
|
3966
|
-
e.title &&
|
|
3967
|
-
]),
|
|
3989
|
+
]), Kn = (e) => fe({ class: "text-lg ml-2" }, e), Qn = (e) => o({ class: "flex flex-auto flex-row items-center lg:hidden" }, [
|
|
3990
|
+
nt(),
|
|
3991
|
+
e.title && Kn(e.title)
|
|
3992
|
+
]), at = (e, t) => {
|
|
3968
3993
|
e.forEach((s) => {
|
|
3969
3994
|
if (s.options) {
|
|
3970
|
-
|
|
3995
|
+
at(s.options, t);
|
|
3971
3996
|
return;
|
|
3972
3997
|
}
|
|
3973
3998
|
s.callBack = t;
|
|
3974
3999
|
});
|
|
3975
|
-
},
|
|
4000
|
+
}, ot = (e) => o({ class: "bg-background flex flex-auto flex-col w-full relative" }, [
|
|
3976
4001
|
T(
|
|
3977
4002
|
"open",
|
|
3978
4003
|
(t) => t ? [
|
|
3979
|
-
new
|
|
3980
|
-
|
|
4004
|
+
new Gn({ title: e.title }, [
|
|
4005
|
+
_(({ state: s }) => {
|
|
3981
4006
|
const n = (a) => s.open = !1;
|
|
3982
|
-
return
|
|
4007
|
+
return at(e.options, n), new st(
|
|
3983
4008
|
{
|
|
3984
4009
|
options: e.options
|
|
3985
4010
|
}
|
|
@@ -3988,23 +4013,23 @@ const et = () => b({ class: "m-2", variant: "ghost", addState() {
|
|
|
3988
4013
|
])
|
|
3989
4014
|
] : null
|
|
3990
4015
|
)
|
|
3991
|
-
]),
|
|
4016
|
+
]), bo = r((e) => o({ cache: "mobileNav", class: "inline-flex relative lg:hidden" }, [
|
|
3992
4017
|
o([
|
|
3993
|
-
|
|
3994
|
-
|
|
4018
|
+
nt(),
|
|
4019
|
+
ot(e)
|
|
3995
4020
|
])
|
|
3996
|
-
])),
|
|
4021
|
+
])), xo = r((e) => o({ cache: "mobileNav", class: "flex flex-auto flex-col w-full relative lg:hidden" }, [
|
|
3997
4022
|
o({ class: "flex flex-auto flex-col w-full" }, [
|
|
3998
|
-
|
|
3999
|
-
|
|
4023
|
+
Qn(e),
|
|
4024
|
+
ot(e)
|
|
4000
4025
|
])
|
|
4001
|
-
])),
|
|
4026
|
+
])), po = r((e) => {
|
|
4002
4027
|
const t = e.margin || "m-4 ml-0";
|
|
4003
4028
|
return e.allowHistory = e.allowHistory === !0, o({ class: `flex-none ${t}` }, [
|
|
4004
4029
|
b({ variant: "back", class: "ghost", ...e })
|
|
4005
4030
|
]);
|
|
4006
4031
|
});
|
|
4007
|
-
class
|
|
4032
|
+
class Jn extends C {
|
|
4008
4033
|
/**
|
|
4009
4034
|
* This will declare the props for the compiler.
|
|
4010
4035
|
*
|
|
@@ -4105,7 +4130,7 @@ We.addType("dockableOverlay", (e) => {
|
|
|
4105
4130
|
const t = e.component;
|
|
4106
4131
|
t && t.rendered === !0 && t.state.docked === !1 && t.destroy();
|
|
4107
4132
|
});
|
|
4108
|
-
class
|
|
4133
|
+
class yo extends Jn {
|
|
4109
4134
|
/**
|
|
4110
4135
|
* This will stop presistence.
|
|
4111
4136
|
*
|
|
@@ -4210,7 +4235,7 @@ class mo extends Gn {
|
|
|
4210
4235
|
this.state.docked = this.canDock();
|
|
4211
4236
|
}
|
|
4212
4237
|
}
|
|
4213
|
-
const
|
|
4238
|
+
const Zn = r(({ index: e, click: t, state: s }, n) => me({
|
|
4214
4239
|
class: "p-2 cursor-pointer hover:bg-muted/50",
|
|
4215
4240
|
onState: [
|
|
4216
4241
|
[s, "selectedIndex", {
|
|
@@ -4219,10 +4244,10 @@ const _n = r(({ index: e, click: t, state: s }, n) => ge({
|
|
|
4219
4244
|
}]
|
|
4220
4245
|
],
|
|
4221
4246
|
click: () => t(e)
|
|
4222
|
-
}, n)),
|
|
4247
|
+
}, n)), Xn = r(({ selectOption: e, state: t }) => ee({
|
|
4223
4248
|
class: "border rounded-md list-none m-0 p-0 max-h-[400px] overflow-y-auto",
|
|
4224
|
-
for: ["filteredOptions", (s, n) =>
|
|
4225
|
-
})),
|
|
4249
|
+
for: ["filteredOptions", (s, n) => Zn({ index: n, click: e, state: t }, s.label)]
|
|
4250
|
+
})), ea = r((e) => o({ class: "relative flex flex-auto items-center" }, [
|
|
4226
4251
|
N({
|
|
4227
4252
|
cache: "input",
|
|
4228
4253
|
// @ts-ignore
|
|
@@ -4247,20 +4272,20 @@ const _n = r(({ index: e, click: t, state: s }, n) => ge({
|
|
|
4247
4272
|
// @ts-ignore
|
|
4248
4273
|
x({ size: "sm" }, e.icon)
|
|
4249
4274
|
])
|
|
4250
|
-
])),
|
|
4275
|
+
])), ta = (e) => o({
|
|
4251
4276
|
class: "relative flex fle-auto flex-col",
|
|
4252
4277
|
onState: ["open", (t, s, n) => {
|
|
4253
4278
|
if (t)
|
|
4254
|
-
return new
|
|
4279
|
+
return new se({
|
|
4255
4280
|
cache: "dropdown",
|
|
4256
4281
|
parent: n,
|
|
4257
4282
|
button: n.input,
|
|
4258
4283
|
size: "xl"
|
|
4259
4284
|
}, [
|
|
4260
|
-
|
|
4285
|
+
Xn(e)
|
|
4261
4286
|
]);
|
|
4262
4287
|
}]
|
|
4263
|
-
}),
|
|
4288
|
+
}), wo = M(
|
|
4264
4289
|
{
|
|
4265
4290
|
/**
|
|
4266
4291
|
* This will set up the data object.
|
|
@@ -4357,7 +4382,7 @@ const _n = r(({ index: e, click: t, state: s }, n) => ge({
|
|
|
4357
4382
|
*/
|
|
4358
4383
|
render() {
|
|
4359
4384
|
return o({ class: "relative w-full max-w-md" }, [
|
|
4360
|
-
|
|
4385
|
+
ea({
|
|
4361
4386
|
// @ts-ignore
|
|
4362
4387
|
state: this.state,
|
|
4363
4388
|
// @ts-ignore
|
|
@@ -4369,7 +4394,7 @@ const _n = r(({ index: e, click: t, state: s }, n) => ge({
|
|
|
4369
4394
|
// @ts-ignore
|
|
4370
4395
|
handleKeyDown: this.handleKeyDown.bind(this)
|
|
4371
4396
|
}),
|
|
4372
|
-
|
|
4397
|
+
ta({
|
|
4373
4398
|
// @ts-ignore
|
|
4374
4399
|
state: this.state,
|
|
4375
4400
|
// @ts-ignore
|
|
@@ -4380,7 +4405,7 @@ const _n = r(({ index: e, click: t, state: s }, n) => ge({
|
|
|
4380
4405
|
]);
|
|
4381
4406
|
}
|
|
4382
4407
|
}
|
|
4383
|
-
),
|
|
4408
|
+
), vo = r((e) => {
|
|
4384
4409
|
const t = e.icon ?? u.magnifyingGlass.default;
|
|
4385
4410
|
return o({
|
|
4386
4411
|
// @ts-ignore
|
|
@@ -4416,7 +4441,7 @@ const _n = r(({ index: e, click: t, state: s }, n) => ge({
|
|
|
4416
4441
|
})
|
|
4417
4442
|
]);
|
|
4418
4443
|
});
|
|
4419
|
-
class
|
|
4444
|
+
class sa extends C {
|
|
4420
4445
|
/**
|
|
4421
4446
|
* This will declare the props for the compiler.
|
|
4422
4447
|
*
|
|
@@ -4434,7 +4459,7 @@ class Zn extends C {
|
|
|
4434
4459
|
return o({ class: `${this.class || ""}` }, this.children);
|
|
4435
4460
|
}
|
|
4436
4461
|
}
|
|
4437
|
-
class
|
|
4462
|
+
class na extends sa {
|
|
4438
4463
|
/**
|
|
4439
4464
|
* This will be called every time the route
|
|
4440
4465
|
* is activated.
|
|
@@ -4444,15 +4469,15 @@ class Xn extends Zn {
|
|
|
4444
4469
|
update(t) {
|
|
4445
4470
|
}
|
|
4446
4471
|
}
|
|
4447
|
-
const
|
|
4472
|
+
const aa = r((e, t) => (e.class = "basic-page pt-[80px] sm:pt-0 flex flex-auto flex-col " + (e.class || ""), {
|
|
4448
4473
|
tag: "section",
|
|
4449
4474
|
...e,
|
|
4450
4475
|
children: t
|
|
4451
|
-
})),
|
|
4452
|
-
|
|
4476
|
+
})), oa = r(({ title: e, description: t }) => X({ class: "sm:py-8 px-6 md:px-5 flex flex-col" }, [
|
|
4477
|
+
bt({ class: "scroll-m-20 text-3xl font-bold tracking-tight" }, e),
|
|
4453
4478
|
t && k({ class: "text-base text-muted-foreground py-2 max-w-[700px]" }, t)
|
|
4454
4479
|
]));
|
|
4455
|
-
class
|
|
4480
|
+
class ko extends na {
|
|
4456
4481
|
/**
|
|
4457
4482
|
* This will declare the props for the compiler.
|
|
4458
4483
|
*
|
|
@@ -4467,133 +4492,133 @@ class po extends Xn {
|
|
|
4467
4492
|
* @returns {object}
|
|
4468
4493
|
*/
|
|
4469
4494
|
render() {
|
|
4470
|
-
return
|
|
4471
|
-
|
|
4495
|
+
return aa([
|
|
4496
|
+
oa({
|
|
4472
4497
|
title: this.title,
|
|
4473
4498
|
description: this.description
|
|
4474
4499
|
}),
|
|
4475
|
-
|
|
4500
|
+
St(this.children)
|
|
4476
4501
|
]);
|
|
4477
4502
|
}
|
|
4478
4503
|
}
|
|
4479
4504
|
export {
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
+
za as $,
|
|
4506
|
+
Ua as A,
|
|
4507
|
+
po as B,
|
|
4508
|
+
_s as C,
|
|
4509
|
+
et as D,
|
|
4510
|
+
Ga as E,
|
|
4511
|
+
uo as F,
|
|
4512
|
+
yo as G,
|
|
4513
|
+
ao as H,
|
|
4514
|
+
fo as I,
|
|
4515
|
+
va as J,
|
|
4516
|
+
ho as K,
|
|
4517
|
+
ya as L,
|
|
4518
|
+
Na as M,
|
|
4519
|
+
Je as N,
|
|
4520
|
+
Ya as O,
|
|
4521
|
+
Wa as P,
|
|
4522
|
+
Va as Q,
|
|
4523
|
+
os as R,
|
|
4524
|
+
ss as S,
|
|
4525
|
+
_a as T,
|
|
4526
|
+
Ft as U,
|
|
4527
|
+
es as V,
|
|
4528
|
+
ts as W,
|
|
4529
|
+
ns as X,
|
|
4505
4530
|
L as Y,
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4531
|
+
ko as Z,
|
|
4532
|
+
Sn as _,
|
|
4533
|
+
ps as a,
|
|
4534
|
+
B as a$,
|
|
4535
|
+
ce as a0,
|
|
4536
|
+
_t as a1,
|
|
4537
|
+
to as a2,
|
|
4538
|
+
st as a3,
|
|
4514
4539
|
N as a4,
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4540
|
+
Rt as a5,
|
|
4541
|
+
pa as a6,
|
|
4542
|
+
so as a7,
|
|
4543
|
+
tt as a8,
|
|
4544
|
+
aa as a9,
|
|
4545
|
+
wo as aA,
|
|
4546
|
+
ea as aB,
|
|
4547
|
+
Fa as aC,
|
|
4548
|
+
vo as aD,
|
|
4549
|
+
Ka as aE,
|
|
4550
|
+
Vn as aF,
|
|
4526
4551
|
we as aG,
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4552
|
+
wa as aH,
|
|
4553
|
+
ka as aI,
|
|
4554
|
+
Xa as aJ,
|
|
4555
|
+
$a as aK,
|
|
4556
|
+
co as aL,
|
|
4557
|
+
Qn as aM,
|
|
4558
|
+
eo as aN,
|
|
4559
|
+
ma as aO,
|
|
4560
|
+
Ea as aP,
|
|
4536
4561
|
x as aQ,
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4540
|
-
|
|
4562
|
+
Ba as aR,
|
|
4563
|
+
mo as aS,
|
|
4564
|
+
Fn as aT,
|
|
4565
|
+
_e as aU,
|
|
4541
4566
|
O as aV,
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4546
|
-
|
|
4567
|
+
Ta as aW,
|
|
4568
|
+
Ns as aX,
|
|
4569
|
+
Xt as aY,
|
|
4570
|
+
fa as aZ,
|
|
4571
|
+
ha as a_,
|
|
4547
4572
|
De as aa,
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
|
|
4568
|
-
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
|
|
4573
|
+
Ps as ab,
|
|
4574
|
+
bo as ac,
|
|
4575
|
+
xo as ad,
|
|
4576
|
+
Vs as ae,
|
|
4577
|
+
Ia as af,
|
|
4578
|
+
nt as ag,
|
|
4579
|
+
Ln as ah,
|
|
4580
|
+
En as ai,
|
|
4581
|
+
Hn as aj,
|
|
4582
|
+
Gn as ak,
|
|
4583
|
+
Za as al,
|
|
4584
|
+
Ma as am,
|
|
4585
|
+
Jn as an,
|
|
4586
|
+
sa as ao,
|
|
4587
|
+
Pa as ap,
|
|
4588
|
+
Bs as aq,
|
|
4589
|
+
se as ar,
|
|
4590
|
+
_n as as,
|
|
4591
|
+
ja as at,
|
|
4592
|
+
Ca as au,
|
|
4593
|
+
dn as av,
|
|
4594
|
+
Ra as aw,
|
|
4595
|
+
Aa as ax,
|
|
4596
|
+
Ha as ay,
|
|
4597
|
+
go as az,
|
|
4598
|
+
qn as b,
|
|
4599
|
+
Ja as b0,
|
|
4600
|
+
ga as c,
|
|
4601
|
+
na as d,
|
|
4602
|
+
no as e,
|
|
4578
4603
|
b as f,
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4604
|
+
Hs as g,
|
|
4605
|
+
Nt as h,
|
|
4606
|
+
Ut as i,
|
|
4607
|
+
Cn as j,
|
|
4608
|
+
xa as k,
|
|
4609
|
+
La as l,
|
|
4610
|
+
ba as m,
|
|
4611
|
+
Oa as n,
|
|
4612
|
+
Qa as o,
|
|
4613
|
+
oo as p,
|
|
4614
|
+
zs as q,
|
|
4615
|
+
lo as r,
|
|
4616
|
+
$n as s,
|
|
4617
|
+
Sa as t,
|
|
4618
|
+
ro as u,
|
|
4619
|
+
io as v,
|
|
4620
|
+
Da as w,
|
|
4621
|
+
le as x,
|
|
4622
|
+
Us as y,
|
|
4623
|
+
qa as z
|
|
4599
4624
|
};
|