@base-framework/ui 1.2.53 → 1.2.54

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.
@@ -1,10 +1,10 @@
1
- import { I as E, Span as u, Button as v, OnState as M, Div as o, Legend as gt, Fieldset as mt, H4 as Ke, P as k, Label as H, Checkbox as me, Input as p, Textarea as Qe, UseParent as V, Img as be, H5 as bt, H2 as Z, Form as xt, Header as ee, Footer as xe, A as Je, H3 as pe, Nav as ye, Ul as te, Li as we, OnStateOpen as ve, On as J, Dialog as pt, Th as Xe, Thead as yt, Tr as wt, Table as ke, Time as vt, H1 as kt } from "@base-framework/atoms";
2
- import { Atom as i, router as X, Jot as P, Component as S, Html as Ze, Data as z, Events as j, DateTime as se, NavLink as Ct, DataTracker as et } from "@base-framework/base";
3
- import { Icons as h } from "./icons.es.js";
1
+ import { I as U, Span as f, Button as v, OnState as M, Div as o, Legend as gt, Fieldset as mt, H4 as Ke, P as k, Label as Y, Checkbox as me, Input as p, Textarea as Qe, UseParent as q, Img as be, H5 as bt, H2 as Z, Form as xt, Header as ee, Footer as xe, A as Je, H3 as pe, Nav as ye, Ul as te, Li as we, OnStateOpen as ve, On as J, Dialog as pt, Th as Xe, Thead as yt, Tr as wt, Table as ke, Time as vt, H1 as kt } from "@base-framework/atoms";
2
+ import { Atom as i, router as X, Jot as B, Component as S, Html as Ze, Data as N, Events as H, DateTime as se, NavLink as Ct, DataTracker as et } from "@base-framework/base";
3
+ import { Icons as g } from "./icons.es.js";
4
4
  import { Timer as St, TableBody as $t, DataTableBody as Dt, ScrollableTableBody as It, List as Tt } from "@base-framework/organisms";
5
- import { F as W } from "./format-DE4rFWuD.js";
6
- import { F as Mt } from "./bside-template-C7AQgQ6H.js";
7
- const Pt = {
5
+ import { F as V } from "./format-DE4rFWuD.js";
6
+ import { F as Pt } from "./bside-template-C7AQgQ6H.js";
7
+ const Mt = {
8
8
  xs: "w-4 h-4",
9
9
  sm: "w-6 h-6",
10
10
  md: "w-8 h-8",
@@ -13,8 +13,8 @@ const Pt = {
13
13
  "2xl": "w-14 h-14",
14
14
  "3xl": "w-16 h-16"
15
15
  }, fe = i((e, t) => {
16
- const s = Pt[e.size || "sm"];
17
- return E({
16
+ const s = Mt[e.size || "sm"];
17
+ return U({
18
18
  ...e,
19
19
  // @ts-ignore
20
20
  class: `stroke-current icon-size ${s} ${e.class || ""}`,
@@ -35,7 +35,7 @@ const Pt = {
35
35
  // 56px - matches Icon
36
36
  "3xl": "w-16 h-16"
37
37
  // 64px - matches Icon
38
- }, Me = {
38
+ }, Pe = {
39
39
  xs: "16px",
40
40
  sm: "24px",
41
41
  md: "32px",
@@ -43,14 +43,14 @@ const Pt = {
43
43
  xl: "48px",
44
44
  "2xl": "56px",
45
45
  "3xl": "64px"
46
- }, Pe = {
46
+ }, Me = {
47
47
  outlined: "material-symbols-outlined",
48
48
  filled: "material-symbols-filled",
49
49
  rounded: "material-symbols-rounded",
50
50
  sharp: "material-symbols-sharp"
51
51
  }, Be = i((e) => {
52
- const t = e.size || "sm", s = e.variant || "outlined", n = Te[t] || Te.sm, a = Me[t] || Me.sm, l = Pe[s] || Pe.outlined;
53
- return u({
52
+ const t = e.size || "sm", s = e.variant || "outlined", n = Te[t] || Te.sm, a = Pe[t] || Pe.sm, l = Me[s] || Me.outlined;
53
+ return f({
54
54
  ...e,
55
55
  // @ts-ignore
56
56
  class: `inline-flex items-center justify-center ${l} ${n} ${e.class || ""}`,
@@ -69,7 +69,7 @@ const Pt = {
69
69
  }) : typeof t == "string" ? Be({
70
70
  ...e,
71
71
  name: t
72
- }) : fe(e, t) : null, Ia = (e) => e ? !!(typeof e == "object" && e.name || typeof e == "string" && !e.includes("<svg")) : !1, Ta = (e) => typeof e == "string" && e.includes("<svg"), ze = {
72
+ }) : fe(e, t) : null, Ta = (e) => e ? !!(typeof e == "object" && e.name || typeof e == "string" && !e.includes("<svg")) : !1, Pa = (e) => typeof e == "string" && e.includes("<svg"), ze = {
73
73
  gray: {
74
74
  backgroundColor: "bg-gray-50",
75
75
  textColor: "text-gray-600",
@@ -154,13 +154,13 @@ const Pt = {
154
154
  const s = Bt(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
156
  }, Ma = i((e, t) => {
157
- const { type: s, icon: n, size: a = "xs", backgroundColor: l, textColor: r, ringColor: c, ...f } = e, m = zt(s, { backgroundColor: l, textColor: r, ringColor: c });
158
- return u({ ...f, class: m }, [
157
+ const { type: s, icon: n, size: a = "xs", backgroundColor: l, textColor: r, ringColor: c, ...u } = e, h = zt(s, { backgroundColor: l, textColor: r, ringColor: c });
158
+ return f({ ...u, class: h }, [
159
159
  n ? x({ size: a, class: "mr-1" }, n) : null,
160
160
  ...t || []
161
161
  ]);
162
162
  });
163
- let A = globalThis.history?.state?._pos ?? 0;
163
+ let z = globalThis.history?.state?._pos ?? 0;
164
164
  const ge = /* @__PURE__ */ new Map(), le = (e) => (e || "").replace(/^\/+/, "").replace(/\/+$/, ""), Ot = (e, t) => {
165
165
  if (!t) return !1;
166
166
  const s = le(e), n = le(t);
@@ -174,54 +174,67 @@ const ge = /* @__PURE__ */ new Map(), le = (e) => (e || "").replace(/^\/+/, "").
174
174
  if (!a || a === "/") return s;
175
175
  const l = a.startsWith("/") ? a.substring(1) : a, r = l.indexOf("/");
176
176
  return r < 0 ? s : n + "/" + l.substring(0, r);
177
+ }, Ft = () => {
178
+ try {
179
+ return /** @type {any} */ globalThis.performance?.getEntriesByType?.("navigation")?.[0]?.type === "reload";
180
+ } catch {
181
+ return !1;
182
+ }
177
183
  };
178
184
  if (typeof globalThis.history?.pushState == "function") {
179
185
  const e = globalThis.history.pushState, t = globalThis.history.replaceState;
180
186
  globalThis.history.pushState = function(s, n, a) {
181
- A++;
182
- const l = s !== null && typeof s == "object" ? { ...s, _pos: A } : { _pos: A };
187
+ z++;
188
+ const l = s !== null && typeof s == "object" ? { ...s, _pos: z } : { _pos: z };
183
189
  return e.call(this, l, n, a);
184
190
  }, globalThis.history.replaceState = function(s, n, a) {
185
- const l = globalThis.history.state?._pos ?? A, r = s !== null && typeof s == "object" ? { ...s, _pos: l } : { _pos: l };
191
+ const l = globalThis.history.state?._pos ?? z, r = s !== null && typeof s == "object" ? { ...s, _pos: l } : { _pos: l };
186
192
  return t.call(this, r, n, a);
187
193
  }, globalThis.addEventListener("popstate", (s) => {
188
194
  const n = (
189
195
  /** @type {any} */
190
196
  s.state?._pos
191
197
  );
192
- typeof n == "number" && (A = n);
198
+ typeof n == "number" && (z = n);
193
199
  });
194
200
  }
195
201
  const Oe = (e) => {
196
- const t = globalThis.history?.state;
197
- if (t?._entryPos !== e)
202
+ const t = globalThis.history?.state || {};
203
+ if (!(t._entryKey === e.key && t._entryPos === e.pos && t._entrySourcePath === e.sourcePath && t._entryBasePath === e.basePath))
198
204
  try {
199
205
  globalThis.history.replaceState(
200
- { ...t || {}, _entryPos: e },
206
+ {
207
+ ...t,
208
+ _entryKey: e.key,
209
+ _entryPos: e.pos,
210
+ _entrySourcePath: e.sourcePath,
211
+ _entryBasePath: e.basePath
212
+ },
201
213
  "",
202
214
  globalThis.location?.href
203
215
  );
204
216
  } catch {
205
217
  }
206
- }, Ft = (e) => {
207
- const t = e || "", s = X.path || "", n = ge.get(t);
208
- if (n && Ot(s, n.basePath))
209
- return Oe(n.pos), n;
210
- const a = globalThis.history?.state?._entryPos, l = typeof a == "number" ? a : A, r = {
211
- pos: l,
212
- sourcePath: X.lastPath || null,
213
- basePath: Nt(s, e)
214
- };
215
- return Oe(l), ge.set(t, r), r;
216
218
  }, Lt = (e) => {
219
+ const t = globalThis.history?.state || {}, s = X.path || "", n = Nt(s, e), l = typeof t._entryKey == "string" && t._entryKey ? t._entryKey : `${e || ""}|${n}|${z}`, r = ge.get(l);
220
+ if (r && Ot(s, r.basePath))
221
+ return Oe(r), r;
222
+ const c = t._entryPos, u = t._entrySourcePath, h = t._entryBasePath, y = typeof c == "number" ? c : z, R = typeof u == "string" || u === null ? u : X.lastPath || null, P = {
223
+ key: l,
224
+ pos: y,
225
+ sourcePath: R,
226
+ basePath: typeof h == "string" && h ? h : n
227
+ };
228
+ return Oe(P), ge.set(l, P), P;
229
+ }, Rt = (e) => {
217
230
  ge.delete(e || "");
218
231
  }, At = (e) => {
219
- const t = Ft(e.backUrl);
232
+ const t = Ft(), s = Lt(e.backUrl);
220
233
  return () => {
221
- Lt(e.backUrl);
222
- const s = A - t.pos + 1;
223
- if (t.pos > 0) {
224
- globalThis.history.go(-s);
234
+ Rt(e.backUrl);
235
+ const n = z - s.pos + 1;
236
+ if (!t && s.pos > 0) {
237
+ globalThis.history.go(-n);
225
238
  return;
226
239
  }
227
240
  e.backUrl && X.navigate(e.backUrl);
@@ -241,11 +254,11 @@ class tt extends S {
241
254
  return s ? { data: s } : null;
242
255
  }
243
256
  }
244
- const O = (e) => (
257
+ const F = (e) => (
245
258
  /** @type {VeilComponentConstructor} */
246
- P(e, tt)
259
+ B(e, tt)
247
260
  );
248
- class Pa extends tt {
261
+ class Ba extends tt {
249
262
  /**
250
263
  * Declare public props and their defaults.
251
264
  */
@@ -279,9 +292,9 @@ class Pa extends tt {
279
292
  const t = this.size, s = this.icon, n = this.activeIcon || this.icon, a = (() => {
280
293
  if (this.dataKey) {
281
294
  let r = `[[${this.dataKey}]]`;
282
- return this.formatType === "number" ? r = W.number(r, "0") : this.formatType === "money" ? r = W.roundMoney(r) : this.formatType === "date" ? r = W.date(r) : this.formatType === "percent" && (r = W.percentage(r)), u({ class: "toggle-btn-value text-sm tabular-nums capitalize" }, r);
295
+ return this.formatType === "number" ? r = V.number(r, "0") : this.formatType === "money" ? r = V.roundMoney(r) : this.formatType === "date" ? r = V.date(r) : this.formatType === "percent" && (r = V.percentage(r)), f({ class: "toggle-btn-value text-sm tabular-nums capitalize" }, r);
283
296
  }
284
- return this.value !== null && this.value !== void 0 ? u({ class: "toggle-btn-value text-sm tabular-nums" }, String(this.value)) : null;
297
+ return this.value !== null && this.value !== void 0 ? f({ class: "toggle-btn-value text-sm tabular-nums" }, String(this.value)) : null;
285
298
  })(), l = this.fill;
286
299
  return v({
287
300
  click: () => this.handleToggle(),
@@ -304,7 +317,7 @@ const re = {
304
317
  xl: "w-14 h-14",
305
318
  "2xl": "w-16 h-16"
306
319
  };
307
- class Ba extends S {
320
+ class za extends S {
308
321
  /**
309
322
  * Declare public props.
310
323
  */
@@ -335,23 +348,23 @@ class Ba extends S {
335
348
  * @returns {object}
336
349
  */
337
350
  render() {
338
- const t = this.icon, s = this.activeIcon || this.icon, n = re[this.size] || re.md, a = ["xs", "sm"].includes(this.size) ? "xs" : "sm", l = this.class ?? "bg-background/40 backdrop-blur-sm", r = "text-foreground", c = this.activeClass || r, f = this.circle ?? !1, m = this.fill;
351
+ const t = this.icon, s = this.activeIcon || this.icon, n = re[this.size] || re.md, a = ["xs", "sm"].includes(this.size) ? "xs" : "sm", l = this.class ?? "bg-background/40 backdrop-blur-sm", r = "text-foreground", c = this.activeClass || r, u = this.circle ?? !1, h = this.fill;
339
352
  return v({
340
353
  click: () => this.handleToggle(),
341
354
  // @ts-ignore
342
- class: `circle-toggle-btn inline-flex items-center justify-center rounded-full border-0 cursor-pointer transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 ${n} ${l}${f ? " rounded-full w-[40px] h-[40px] max-w-[40px]" : ""}`
355
+ class: `circle-toggle-btn inline-flex items-center justify-center rounded-full border-0 cursor-pointer transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 ${n} ${l}${u ? " rounded-full w-[40px] h-[40px] max-w-[40px]" : ""}`
343
356
  }, [
344
- M("active", (w) => [
357
+ M("active", (y) => [
345
358
  x({
346
359
  size: a,
347
- variant: w && m ? "filled" : "outlined",
348
- class: `transition-colors ${w ? c : r}`
349
- }, w ? s : t)
360
+ variant: y && h ? "filled" : "outlined",
361
+ class: `transition-colors ${y ? c : r}`
362
+ }, y ? s : t)
350
363
  ])
351
364
  ]);
352
365
  }
353
366
  }
354
- const za = i((e, t) => {
367
+ const Oa = i((e, t) => {
355
368
  const s = e.size || "md", n = re[s] || re.md, a = ["xs", "sm"].includes(s) ? "xs" : "sm";
356
369
  return v({
357
370
  ...e,
@@ -362,7 +375,7 @@ const za = i((e, t) => {
362
375
  e.icon ? x({ size: a }, e.icon) : null,
363
376
  ...t || []
364
377
  ]);
365
- }), L = (e) => i((t, s) => v({
378
+ }), E = (e) => i((t, s) => v({
366
379
  ...e,
367
380
  ...t,
368
381
  // @ts-ignore
@@ -384,10 +397,10 @@ const za = i((e, t) => {
384
397
  ...t,
385
398
  // @ts-ignore
386
399
  class: `bttn ${e.class} ${t.class || ""}`
387
- }, s)), Rt = (e) => i((t, s) => (t.icon = t.icon || h.arrows.left, t.click = t.click || At(t), st({
400
+ }, s)), jt = (e) => i((t, s) => (t.icon = t.icon || g.arrows.left, t.click = t.click || At(t), st({
388
401
  ...e,
389
402
  ...t
390
- }, s))), jt = i((e, t) => {
403
+ }, s))), Et = i((e, t) => {
391
404
  const s = e.size || "md", n = {
392
405
  xs: "w-6 h-6",
393
406
  sm: "w-8 h-8",
@@ -405,18 +418,18 @@ const za = i((e, t) => {
405
418
  ...t || []
406
419
  ]);
407
420
  }), Fe = {
408
- primary: L({ class: "primary" }),
409
- secondary: L({ class: "secondary" }),
410
- destructive: L({ class: "destructive" }),
411
- warning: L({ class: "warning" }),
412
- outline: L({ class: "outline" }),
413
- ghost: L({ class: "ghost" }),
414
- link: L({ class: "link" }),
421
+ primary: E({ class: "primary" }),
422
+ secondary: E({ class: "secondary" }),
423
+ destructive: E({ class: "destructive" }),
424
+ warning: E({ class: "warning" }),
425
+ outline: E({ class: "outline" }),
426
+ ghost: E({ class: "ghost" }),
427
+ link: E({ class: "link" }),
415
428
  icon: Ne({ class: "icon" }),
416
429
  withIcon: Ne({ class: "with-icon" }),
417
- back: Rt({ class: "with-icon back-button" }),
418
- circleIcon: jt
419
- }, b = i((e, t) => (Fe[e.variant] || Fe.primary)(e, t)), Oa = i((e, t) => b({ ...e, variant: "withIcon", icon: h.loading, animation: "animate-spin" }, t)), Et = i((e, t) => {
430
+ back: jt({ class: "with-icon back-button" }),
431
+ circleIcon: Et
432
+ }, b = i((e, t) => (Fe[e.variant] || Fe.primary)(e, t)), Na = i((e, t) => b({ ...e, variant: "withIcon", icon: g.loading, animation: "animate-spin" }, t)), _t = i((e, t) => {
420
433
  const s = e.margin ?? "my-5 mx-5", n = e.padding ?? "p-4", a = e.border ?? "border-border";
421
434
  return e.hover && (e.class += " hover:shadow-lg hover:bg-muted/50"), o({
422
435
  ...e,
@@ -427,7 +440,7 @@ const za = i((e, t) => {
427
440
  ...e,
428
441
  // @ts-ignore
429
442
  class: ` font-medium -mt-4 -mx-1 px-2 py-2 ${e.class || ""}`
430
- }, t)), Na = i((e, t) => {
443
+ }, t)), Fa = i((e, t) => {
431
444
  const s = e.border === "full" ? "border rounded-md" : "border-t";
432
445
  return mt({
433
446
  ...e,
@@ -438,7 +451,7 @@ const za = i((e, t) => {
438
451
  e.legend && Ht(e.legend),
439
452
  o({ class: "flex flex-auto flex-col gap-y-6" }, t)
440
453
  ]);
441
- }), _t = i((e, t) => {
454
+ }), Ut = i((e, t) => {
442
455
  const s = e.border === !0 ? "border-t" : "";
443
456
  return o({
444
457
  ...e,
@@ -460,7 +473,7 @@ const za = i((e, t) => {
460
473
  // Controls container: grows to fill remaining space, spacing between items
461
474
  o({ class: "flex flex-col gap-y-4" }, t)
462
475
  ]);
463
- }), Ut = "flex h-10 w-full px-3 py-2 text-sm", D = "rounded-md border border-border bg-input", $ = "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 ring-offset-background", C = "disabled:cursor-not-allowed disabled:opacity-50 [&:user-invalid]:border-destructive", _ = "placeholder:text-muted-foreground", Ce = `${Ut} ${D} ${$} ${_} ${C}`, Yt = ({ id: e, checked: t, bind: s, required: n }) => me({
476
+ }), Yt = "flex h-10 w-full px-3 py-2 text-sm", D = "rounded-md border border-border bg-input", $ = "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 ring-offset-background", C = "disabled:cursor-not-allowed disabled:opacity-50 [&:user-invalid]:border-destructive", W = "placeholder:text-muted-foreground", Ce = `${Yt} ${D} ${$} ${W} ${C}`, Wt = ({ id: e, checked: t, bind: s, required: n }) => me({
464
477
  id: e,
465
478
  cache: "checkbox",
466
479
  class: "absolute opacity-0 w-full h-full cursor-pointer pointer-events-none",
@@ -470,15 +483,15 @@ const za = i((e, t) => {
470
483
  required: n,
471
484
  checked: t,
472
485
  bind: s
473
- }), Wt = () => u({ class: "absolute text-xs pointer-events-none" }, [
486
+ }), Vt = () => f({ class: "absolute text-xs pointer-events-none" }, [
474
487
  M(
475
488
  "checked",
476
- (e) => e ? E({
489
+ (e) => e ? U({
477
490
  class: "w-2 h-2 pointer-events-none",
478
- html: h.check
491
+ html: g.check
479
492
  }) : null
480
493
  )
481
- ]), Vt = ({ id: e, bind: t, checked: s, required: n, clickHandler: a }) => o({
494
+ ]), qt = ({ id: e, bind: t, checked: s, required: n, clickHandler: a }) => o({
482
495
  class: `relative flex items-center justify-center w-5 h-5 transition-colors duration-200 hover:border-accent-foreground
483
496
  rounded-md border
484
497
  ${$}
@@ -498,13 +511,13 @@ const za = i((e, t) => {
498
511
  tabIndex: 0,
499
512
  click: a
500
513
  }, [
501
- Yt({ bind: t, checked: s, id: e, required: n }),
502
- Wt()
503
- ]), qt = ({ id: e, label: t, clickHandler: s }) => H({
514
+ Wt({ bind: t, checked: s, id: e, required: n }),
515
+ Vt()
516
+ ]), Gt = ({ id: e, label: t, clickHandler: s }) => Y({
504
517
  class: "text-base cursor-pointer",
505
518
  htmlFor: e,
506
519
  click: s
507
- }, t), Gt = P(
520
+ }, t), Kt = B(
508
521
  {
509
522
  /**
510
523
  * This will initialize the state of the checkbox.
@@ -543,7 +556,7 @@ const za = i((e, t) => {
543
556
  render() {
544
557
  const e = this.getId(), t = (s) => this.clickHandler(s);
545
558
  return o({ class: `flex items-center gap-x-2 cursor-pointer ${this.class || ""}` }, [
546
- Vt({
559
+ qt({
547
560
  id: e,
548
561
  // @ts-ignore
549
562
  bind: this.bind,
@@ -555,38 +568,38 @@ const za = i((e, t) => {
555
568
  clickHandler: t
556
569
  }),
557
570
  // @ts-ignore
558
- this.label && qt({ id: e, label: this.label, clickHandler: t })
571
+ this.label && Gt({ id: e, label: this.label, clickHandler: t })
559
572
  ]);
560
573
  }
561
574
  }
562
- ), Kt = (e) => {
575
+ ), Qt = (e) => {
563
576
  if (!e || e.length === 0) return "";
564
577
  const s = e.replace(/\D/g, "").match(/^(\d{0,3})(\d{0,3})(\d{0,4})$/);
565
578
  return s ? s[2] ? `(${s[1]}) ${s[2]}${s[3] ? "-" + s[3] : ""}` : s[1] || "" : e;
566
- }, Qt = (e) => {
567
- const t = e.target, s = Kt(t.value);
579
+ }, Jt = (e) => {
580
+ const t = e.target, s = Qt(t.value);
568
581
  s && (t.value = s);
569
- }, Jt = [
582
+ }, Xt = [
570
583
  "peer w-full h-14 px-3 pt-5 pb-1",
571
584
  "text-base text-foreground",
572
585
  D,
573
586
  $,
574
587
  C,
575
588
  "placeholder-transparent"
576
- ].join(" "), Xt = [
589
+ ].join(" "), Zt = [
577
590
  "peer w-full min-h-[120px] px-3 pt-6 pb-2",
578
591
  "text-base text-foreground",
579
592
  D,
580
593
  $,
581
594
  C,
582
595
  "placeholder-transparent resize-y"
583
- ].join(" "), Zt = [
596
+ ].join(" "), es = [
584
597
  "peer w-full h-14 px-3 pt-5 pb-1 pr-10",
585
598
  "text-base text-foreground appearance-none",
586
599
  D,
587
600
  $,
588
601
  C
589
- ].join(" "), es = [
602
+ ].join(" "), ts = [
590
603
  "absolute left-3",
591
604
  "text-foreground-secondary",
592
605
  "transition-all duration-200",
@@ -597,7 +610,7 @@ const za = i((e, t) => {
597
610
  "peer-[:placeholder-shown:not(:focus)]:top-1/2",
598
611
  "peer-[:placeholder-shown:not(:focus)]:-translate-y-1/2",
599
612
  "peer-[:placeholder-shown:not(:focus)]:text-base"
600
- ].join(" "), ts = [
613
+ ].join(" "), ss = [
601
614
  "absolute left-3",
602
615
  "text-foreground-secondary",
603
616
  "transition-all duration-200",
@@ -607,18 +620,18 @@ const za = i((e, t) => {
607
620
  // Placeholder state (empty + not focused)
608
621
  "peer-[:placeholder-shown:not(:focus)]:top-3.5",
609
622
  "peer-[:placeholder-shown:not(:focus)]:text-base"
610
- ].join(" "), ss = [
623
+ ].join(" "), ns = [
611
624
  "absolute left-3 top-2",
612
625
  "text-xs text-foreground-secondary",
613
626
  "pointer-events-none select-none"
614
627
  ].join(" ");
615
- let ns = 0;
616
- const Se = (e) => e.id || e.name || `floating-${++ns}`, $e = (e, t, s, n) => e ? H(
628
+ let as = 0;
629
+ const Se = (e) => e.id || e.name || `floating-${++as}`, $e = (e, t, s, n) => e ? Y(
617
630
  { htmlFor: s, class: n },
618
- t ? [u(e), u({ class: "text-destructive ml-0.5" }, "*")] : e
619
- ) : null, as = () => E({
631
+ t ? [f(e), f({ class: "text-destructive ml-0.5" }, "*")] : e
632
+ ) : null, os = () => U({
620
633
  class: "absolute right-3 top-1/2 -translate-y-1/2 pointer-events-none w-4 h-4 text-foreground-secondary",
621
- html: h.chevron.single.down
634
+ html: g.chevron.single.down
622
635
  }), ne = i((e) => {
623
636
  const t = Se(e);
624
637
  return o({ class: "relative" }, [
@@ -626,20 +639,20 @@ const Se = (e) => e.id || e.name || `floating-${++ns}`, $e = (e, t, s, n) => e ?
626
639
  ...e,
627
640
  id: t,
628
641
  placeholder: " ",
629
- class: `${Jt} ${e.class || ""}`.trim()
642
+ class: `${Xt} ${e.class || ""}`.trim()
630
643
  }),
631
- $e(e.label, e.required, t, es)
644
+ $e(e.label, e.required, t, ts)
632
645
  ]);
633
- }), Fa = i(
646
+ }), La = i(
634
647
  (e) => ne({
635
648
  ...e,
636
649
  type: "tel",
637
650
  name: e.name || "Phone",
638
651
  label: e.label || "Phone",
639
652
  pattern: e.pattern || "\\(\\d{3}\\) \\d{3}-\\d{4}",
640
- keyup: Qt
653
+ keyup: Jt
641
654
  })
642
- ), La = i(
655
+ ), Ra = i(
643
656
  (e) => ne({
644
657
  ...e,
645
658
  type: "email",
@@ -653,28 +666,28 @@ const Se = (e) => e.id || e.name || `floating-${++ns}`, $e = (e, t, s, n) => e ?
653
666
  name: e.name || "Password",
654
667
  label: e.label || "Password"
655
668
  })
656
- ), Ra = i(
669
+ ), ja = i(
657
670
  (e) => ne({
658
671
  ...e,
659
672
  type: "number"
660
673
  })
661
- ), ja = i(
674
+ ), Ea = i(
662
675
  (e) => ne({
663
676
  ...e,
664
677
  type: "url",
665
678
  name: e.name || "Url",
666
679
  label: e.label || "URL"
667
680
  })
668
- ), Ea = i((e) => {
681
+ ), _a = i((e) => {
669
682
  const t = Se(e);
670
683
  return o({ class: "relative" }, [
671
684
  Qe({
672
685
  ...e,
673
686
  id: t,
674
687
  placeholder: " ",
675
- class: `${Xt} ${e.class || ""}`.trim()
688
+ class: `${Zt} ${e.class || ""}`.trim()
676
689
  }),
677
- $e(e.label, e.required, t, ts)
690
+ $e(e.label, e.required, t, ss)
678
691
  ]);
679
692
  }), Ha = i((e) => {
680
693
  const t = Se(e), { options: s, onCreated: n, ...a } = e;
@@ -683,26 +696,26 @@ const Se = (e) => e.id || e.name || `floating-${++ns}`, $e = (e, t, s, n) => e ?
683
696
  tag: "select",
684
697
  ...a,
685
698
  id: t,
686
- class: `[&>option]:text-foreground [&>option]:bg-background ${Zt} ${a.class || ""}`.trim(),
699
+ class: `[&>option]:text-foreground [&>option]:bg-background ${es} ${a.class || ""}`.trim(),
687
700
  onCreated(l) {
688
701
  s && Ze.setupSelectOptions(l, s), typeof n == "function" && n(l);
689
702
  }
690
703
  },
691
- as(),
692
- $e(e.label, e.required, t, ss)
704
+ os(),
705
+ $e(e.label, e.required, t, ns)
693
706
  ]);
694
- }), os = (e) => {
707
+ }), ls = (e) => {
695
708
  if (!e || e.length === 0) return "";
696
709
  const s = e.replace(/\D/g, "").match(/^(\d{0,3})(\d{0,3})(\d{0,4})$/);
697
710
  return s ? s[2] ? `(${s[1]}) ${s[2]}${s[3] ? "-" + s[3] : ""}` : s[1] || "" : e;
698
- }, ls = (e) => {
699
- const t = e.target, s = os(t.value);
711
+ }, rs = (e) => {
712
+ const t = e.target, s = ls(t.value);
700
713
  s && (t.value = s);
701
- }, N = i((e) => p({
714
+ }, L = i((e) => p({
702
715
  ...e,
703
716
  // @ts-ignore
704
717
  class: `${Ce} ${e.class || ""}`.trim()
705
- })), _a = i((e) => N({
718
+ })), Ua = i((e) => L({
706
719
  ...e,
707
720
  type: "tel",
708
721
  // @ts-ignore
@@ -712,8 +725,8 @@ const Se = (e) => e.id || e.name || `floating-${++ns}`, $e = (e, t, s, n) => e ?
712
725
  placeholder: "(555) 555-5555",
713
726
  // @ts-ignore
714
727
  pattern: e.pattern || "\\(\\d{3}\\) \\d{3}-\\d{4}",
715
- keyup: ls
716
- })), Ua = i((e) => N({
728
+ keyup: rs
729
+ })), Ya = i((e) => L({
717
730
  ...e,
718
731
  type: "email",
719
732
  // @ts-ignore
@@ -721,61 +734,61 @@ const Se = (e) => e.id || e.name || `floating-${++ns}`, $e = (e, t, s, n) => e ?
721
734
  // @ts-ignore
722
735
  label: e.label || "Email",
723
736
  placeholder: "Email address"
724
- })), Ya = i((e) => Qe({
737
+ })), Wa = i((e) => Qe({
725
738
  ...e,
726
739
  as: "textarea",
727
740
  // @ts-ignore
728
- class: `flex w-full h-24 px-3 py-2 text-sm ${D} ${$} ${_} ${C} ${e.class || ""}`.trim()
729
- })), Wa = (e = {}) => o({ class: "flex items-center gap-x-2" }, [
741
+ class: `flex w-full h-24 px-3 py-2 text-sm ${D} ${$} ${W} ${C} ${e.class || ""}`.trim()
742
+ })), Va = (e = {}) => o({ class: "flex items-center gap-x-2" }, [
730
743
  p({
731
744
  ...e,
732
745
  type: "radio",
733
746
  class: "cursor-pointer appearance-none h-4 w-4 border rounded-full checked:border-primary checked:bg-primary focus:ring focus:ring-primary".trim()
734
747
  }),
735
- e.label && H({ forHTML: e.value, class: "cursor-pointer" }, e.label)
736
- ]), Va = i((e) => p({
748
+ e.label && Y({ forHTML: e.value, class: "cursor-pointer" }, e.label)
749
+ ]), qa = i((e) => p({
737
750
  ...e,
738
751
  type: "date",
739
752
  // @ts-ignore
740
- class: `${D} ${$} ${_} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
741
- })), qa = i((e) => p({
753
+ class: `${D} ${$} ${W} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
754
+ })), Ga = i((e) => p({
742
755
  ...e,
743
756
  type: "time",
744
757
  // @ts-ignore
745
- class: `${D} ${$} ${_} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
746
- })), Ga = i((e) => p({
758
+ class: `${D} ${$} ${W} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
759
+ })), Ka = i((e) => p({
747
760
  ...e,
748
761
  type: "datetime-local",
749
762
  // @ts-ignore
750
- class: `${D} ${$} ${_} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
751
- })), Ka = i((e) => p({
763
+ class: `${D} ${$} ${W} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
764
+ })), Qa = i((e) => p({
752
765
  ...e,
753
766
  type: "month",
754
767
  // @ts-ignore
755
- class: `${D} ${$} ${_} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
756
- })), Qa = i((e) => p({
768
+ class: `${D} ${$} ${W} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
769
+ })), Ja = i((e) => p({
757
770
  ...e,
758
771
  type: "week",
759
772
  // @ts-ignore
760
- class: `${D} ${$} ${_} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
761
- })), Ja = i((e) => N({
773
+ class: `${D} ${$} ${W} ${C} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
774
+ })), Xa = i((e) => L({
762
775
  ...e,
763
776
  type: "number"
764
- })), Xa = i((e) => N({
777
+ })), Za = i((e) => L({
765
778
  ...e,
766
779
  type: "password"
767
780
  }));
768
- i((e) => N({
781
+ i((e) => L({
769
782
  ...e,
770
783
  type: "search"
771
784
  }));
772
- const Za = i((e) => N({
785
+ const eo = i((e) => L({
773
786
  ...e,
774
787
  type: "url"
775
- })), eo = i((e) => N({
788
+ })), to = i((e) => L({
776
789
  ...e,
777
790
  type: "hidden"
778
- })), to = i((e) => p({
791
+ })), so = i((e) => p({
779
792
  ...e,
780
793
  type: "color",
781
794
  // @ts-ignore
@@ -786,12 +799,12 @@ i((e) => me({
786
799
  // @ts-ignore
787
800
  class: `flex h-4 w-4 text-foreground ${D} ${$} ${C} ${e.class || ""}`.trim()
788
801
  }));
789
- const rs = "file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground", so = i((e) => p({
802
+ const is = "file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground", no = i((e) => p({
790
803
  ...e,
791
804
  type: "file",
792
805
  // @ts-ignore
793
- class: `${Ce} ${rs} ${e.class || ""}`.trim()
794
- })), no = O(
806
+ class: `${Ce} ${is} ${e.class || ""}`.trim()
807
+ })), ao = F(
795
808
  {
796
809
  /**
797
810
  * This will create the initial state of the RangeSlider.
@@ -824,7 +837,7 @@ const rs = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
824
837
  return o({ class: "relative w-full h-4 flex items-center" }, [
825
838
  // Track
826
839
  o({ class: "absolute h-2 w-full rounded-full bg-muted" }),
827
- V(({ state: e }) => [
840
+ q(({ state: e }) => [
828
841
  // Filled Track
829
842
  o({
830
843
  class: "absolute h-2 bg-primary rounded-full",
@@ -863,7 +876,7 @@ const rs = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
863
876
  ]);
864
877
  }
865
878
  }
866
- ), ao = i((e) => {
879
+ ), oo = i((e) => {
867
880
  const { options: t, onCreated: s, ...n } = e;
868
881
  return {
869
882
  tag: "select",
@@ -873,7 +886,7 @@ const rs = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
873
886
  ...n,
874
887
  class: `[&>option]:text-foreground [&>option]:bg-background ${Ce} ${n.class || ""}`.trim()
875
888
  };
876
- }), is = i(({ src: e, alt: t, class: s, checkPath: n = !0, loading: a = "lazy", decoding: l = "async", fetchPriority: r = "auto" }) => !e || (s = s || "", n && e.indexOf(".") === -1 && e.indexOf("[[") === -1) ? null : be({
889
+ }), cs = i(({ src: e, alt: t, class: s, checkPath: n = !0, loading: a = "lazy", decoding: l = "async", fetchPriority: r = "auto" }) => !e || (s = s || "", n && e.indexOf(".") === -1 && e.indexOf("[[") === -1) ? null : be({
877
890
  class: `absolute w-full h-full object-cover fadeIn ${s}`,
878
891
  src: e,
879
892
  alt: t,
@@ -885,7 +898,7 @@ const rs = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
885
898
  * If there's an error loading the image, hide it.
886
899
  */
887
900
  error: (c) => c.target.style.visibility = "hidden"
888
- })), cs = (e) => !e || isNaN(e) ? null : e, Le = (e, t) => {
901
+ })), ds = (e) => !e || isNaN(e) ? null : e, Le = (e, t) => {
889
902
  const s = e, n = 16, a = 2 * Math.PI * n, l = s / 100 * a, r = `
890
903
  <svg class="w-40 h-40 mx-auto" viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg">
891
904
  <!-- Background Circle -->
@@ -928,20 +941,20 @@ const rs = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
928
941
  class: "circle-graph text-inherit",
929
942
  html: r
930
943
  });
931
- }, oo = i((e) => {
944
+ }, lo = i((e) => {
932
945
  const t = e.progress || 0, s = e.class || "", n = Le(t, s);
933
946
  return o({
934
947
  class: "circle-graph-wrap",
935
948
  onSet: [
936
949
  // @ts-ignore
937
950
  e.prop,
938
- (a) => (a = cs(a), a ? Le(a, s) : n)
951
+ (a) => (a = ds(a), a ? Le(a, s) : n)
939
952
  ]
940
953
  }, [n]);
941
- }), ds = () => V(({ state: e }) => o({
954
+ }), us = () => q(({ state: e }) => o({
942
955
  class: "absolute h-full rounded-full bg-primary transition-all duration-300",
943
956
  style: ["width: [[progress]]%;", e]
944
- })), lo = O(
957
+ })), ro = F(
945
958
  {
946
959
  /**
947
960
  * This will render the progress bar component.
@@ -950,7 +963,7 @@ const rs = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
950
963
  */
951
964
  render() {
952
965
  return o({ class: "relative w-full h-4 rounded-full bg-muted" }, [
953
- ds()
966
+ us()
954
967
  ]);
955
968
  },
956
969
  /**
@@ -993,7 +1006,7 @@ const rs = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
993
1006
  e < 0 && (e = 0), e > 100 && (e = 100), this.state.progress = e;
994
1007
  }
995
1008
  }
996
- ), ro = i((e = {}) => {
1009
+ ), io = i((e = {}) => {
997
1010
  const {
998
1011
  class: t = "",
999
1012
  background: s = !0,
@@ -1002,19 +1015,19 @@ const rs = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
1002
1015
  blurClass: l = "backdrop-blur",
1003
1016
  zIndexClass: r = "z-9999",
1004
1017
  style: c = ""
1005
- } = e, f = [
1018
+ } = e, u = [
1006
1019
  "sticky bottom-0 left-0 right-0 w-full",
1007
1020
  r,
1008
1021
  s ? a : "",
1009
1022
  n ? l : "",
1010
1023
  t
1011
- ].filter(Boolean).join(" "), m = `height: env(safe-area-inset-bottom, 0px);${c ? ` ${c}` : ""}`;
1024
+ ].filter(Boolean).join(" "), h = `height: env(safe-area-inset-bottom, 0px);${c ? ` ${c}` : ""}`;
1012
1025
  return o({
1013
- class: f,
1014
- style: m,
1026
+ class: u,
1027
+ style: h,
1015
1028
  "aria-hidden": "true"
1016
1029
  });
1017
- }), io = i((e = {}) => {
1030
+ }), co = i((e = {}) => {
1018
1031
  const {
1019
1032
  class: t = "",
1020
1033
  background: s = !0,
@@ -1023,19 +1036,19 @@ const rs = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
1023
1036
  blurClass: l = "backdrop-blur",
1024
1037
  zIndexClass: r = "z-9999",
1025
1038
  style: c = ""
1026
- } = e, f = [
1039
+ } = e, u = [
1027
1040
  "fixed top-0 left-0 right-0 w-full",
1028
1041
  r,
1029
1042
  s ? a : "",
1030
1043
  n ? l : "",
1031
1044
  t
1032
- ].filter(Boolean).join(" "), m = `height: env(safe-area-inset-top, 0px);${c ? ` ${c}` : ""}`;
1045
+ ].filter(Boolean).join(" "), h = `height: env(safe-area-inset-top, 0px);${c ? ` ${c}` : ""}`;
1033
1046
  return o({
1034
- class: f,
1035
- style: m,
1047
+ class: u,
1048
+ style: h,
1036
1049
  "aria-hidden": "true"
1037
1050
  });
1038
- }), Ae = {
1051
+ }), Re = {
1039
1052
  top: "bottom-full left-1/2 transform -translate-x-1/2 mb-2",
1040
1053
  "top-right": "bottom-full left-full transform -translate-x-1 mb-2",
1041
1054
  "top-left": "bottom-full right-full transform translate-x-1 mb-2",
@@ -1044,19 +1057,19 @@ const rs = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
1044
1057
  "bottom-left": "top-full right-full transform translate-x-1 mt-2",
1045
1058
  left: "top-1/2 right-full transform -translate-y-1/2 mr-2",
1046
1059
  right: "top-1/2 left-full transform -translate-y-1/2 ml-2"
1047
- }, us = (e) => Ae[String(e)] || Ae.top, co = i(({ position: e = "top", content: t }, s) => {
1048
- const n = us(e);
1060
+ }, hs = (e) => Re[String(e)] || Re.top, uo = i(({ position: e = "top", content: t }, s) => {
1061
+ const n = hs(e);
1049
1062
  return Array.isArray(s) === !1 && (s = [s]), o({ class: "relative group inline-block" }, [
1050
1063
  ...s,
1051
1064
  // Tooltip box
1052
- u({
1065
+ f({
1053
1066
  class: `
1054
1067
  absolute z-20 px-2 py-1 border text-sm bg-background rounded shadow-md opacity-0 whitespace-nowrap
1055
1068
  group-hover:opacity-100 transition-opacity duration-200 ${n} pointer-events-none
1056
1069
  `
1057
1070
  }, t)
1058
1071
  ]);
1059
- }), Re = {
1072
+ }), Ae = {
1060
1073
  info: {
1061
1074
  borderColor: "border-blue-500",
1062
1075
  bgColor: "bg-muted/10",
@@ -1082,23 +1095,23 @@ const rs = "file:border-0 file:bg-transparent file:text-sm file:font-medium file
1082
1095
  bgColor: "bg-muted/10",
1083
1096
  iconColor: "text-muted-foreground"
1084
1097
  }
1085
- }, hs = (e, t) => o({ class: `flex items-center justify-center h-6 w-6 mr-3 ${t}` }, [
1098
+ }, fs = (e, t) => o({ class: `flex items-center justify-center h-6 w-6 mr-3 ${t}` }, [
1086
1099
  x({ size: "sm" }, e)
1087
- ]), fs = (e) => bt({ class: "font-semibold" }, e), gs = (e) => k({ class: "text-sm text-muted-foreground" }, e), uo = i(({ title: e, description: t, icon: s, type: n = "default" }) => {
1088
- const { borderColor: a, bgColor: l, iconColor: r } = Re[n] || Re.default;
1100
+ ]), gs = (e) => bt({ class: "font-semibold" }, e), ms = (e) => k({ class: "text-sm text-muted-foreground" }, e), ho = i(({ title: e, description: t, icon: s, type: n = "default" }) => {
1101
+ const { borderColor: a, bgColor: l, iconColor: r } = Ae[n] || Ae.default;
1089
1102
  return o({ class: `flex items-start p-4 border rounded-lg ${l} ${a}` }, [
1090
1103
  // Icon and content
1091
- s && hs(s, r),
1104
+ s && fs(s, r),
1092
1105
  o({ class: "flex flex-col" }, [
1093
- fs(e),
1094
- gs(t)
1106
+ gs(e),
1107
+ ms(t)
1095
1108
  ])
1096
1109
  ]);
1097
- }), ms = (e, t) => {
1110
+ }), bs = (e, t) => {
1098
1111
  const s = e ? e.getBoundingClientRect() : { top: 0, bottom: 0, left: 0 }, n = t.getBoundingClientRect(), a = 10, l = globalThis.scrollX, r = globalThis.scrollY;
1099
- let c = s.left + l, f = s.bottom + r;
1100
- const m = globalThis.innerHeight - s.bottom, w = s.top;
1101
- return c + n.width > globalThis.innerWidth && (c = globalThis.innerWidth - n.width - a), m < n.height && w > m ? f = s.top + r - n.height - a : m < n.height && (f = s.bottom + r - (n.height - m) - a), { x: c, y: f };
1112
+ let c = s.left + l, u = s.bottom + r;
1113
+ const h = globalThis.innerHeight - s.bottom, y = s.top;
1114
+ return c + n.width > globalThis.innerWidth && (c = globalThis.innerWidth - n.width - a), h < n.height && y > h ? u = s.top + r - n.height - a : h < n.height && (u = s.bottom + r - (n.height - h) - a), { x: c, y: u };
1102
1115
  };
1103
1116
  class ae extends S {
1104
1117
  /**
@@ -1107,7 +1120,7 @@ class ae extends S {
1107
1120
  * @returns {object}
1108
1121
  */
1109
1122
  setData() {
1110
- const t = this.parent.data || new z();
1123
+ const t = this.parent.data || new N();
1111
1124
  return t.set({
1112
1125
  position: { x: 0, y: 0 }
1113
1126
  }), t;
@@ -1177,7 +1190,7 @@ class ae extends S {
1177
1190
  * @returns {void}
1178
1191
  */
1179
1192
  updatePosition() {
1180
- const t = this.button ?? null, s = this.panel, n = ms(t, s);
1193
+ const t = this.button ?? null, s = this.panel, n = bs(t, s);
1181
1194
  this.data.position = n;
1182
1195
  }
1183
1196
  /**
@@ -1229,28 +1242,28 @@ class ae extends S {
1229
1242
  this?.panel?.hidePopover();
1230
1243
  }
1231
1244
  }
1232
- const bs = i((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t)), xs = i((e, t) => H({ ...e, class: "flex auto text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" }, t)), ps = i((e, t) => k({ ...e, class: "text-sm text-muted-foreground italic" }, t)), ys = i((e, t) => k({ ...e, class: "text-sm text-destructive" }, t)), ho = i((e, t = []) => Et({ class: "flex flex-auto flex-col gap-y-0", margin: "m-0", padding: "p-0" }, [
1245
+ const xs = i((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t)), ps = i((e, t) => Y({ ...e, class: "flex auto text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" }, t)), ys = i((e, t) => k({ ...e, class: "text-sm text-muted-foreground italic" }, t)), ws = i((e, t) => k({ ...e, class: "text-sm text-destructive" }, t)), fo = i((e, t = []) => _t({ class: "flex flex-auto flex-col gap-y-0", margin: "m-0", padding: "p-0" }, [
1233
1246
  // @ts-ignore
1234
1247
  e.title && Z({ class: "text-lg font-semibold py-4 px-6" }, e.title),
1235
1248
  // @ts-ignore
1236
1249
  e.description && k({ class: "text-sm text-muted-foreground pb-4 px-6 max-w-[700px]" }, e.description),
1237
1250
  ...t
1238
- ])), fo = i((e, t = []) => (
1251
+ ])), go = i((e, t = []) => (
1239
1252
  // @ts-ignore
1240
- _t({ label: e.label, description: e.description, class: "py-4 px-6", border: e.border }, [
1253
+ Ut({ label: e.label, description: e.description, class: "py-4 px-6", border: e.border }, [
1241
1254
  o({ class: "flex flex-col gap-y-6" }, t)
1242
1255
  ])
1243
- )), go = i((e, t = []) => {
1256
+ )), mo = i((e, t = []) => {
1244
1257
  const s = e.border ? "border-t" : "";
1245
1258
  return o({ ...e, class: `flex flex-col pb-4 px-6 gap-y-4 ${s} ${e.class || ""}` }, t);
1246
- }), ws = (e) => e.tag === "input" || e.tag === "select" || e.tag === "textarea", nt = (e, t, s) => e.map((n) => !n || (n.children && n.children.length > 0 && (n.children = nt(n.children, t, s)), !n.required) ? n : ws(n) ? {
1259
+ }), vs = (e) => e.tag === "input" || e.tag === "select" || e.tag === "textarea", nt = (e, t, s) => e.map((n) => !n || (n.children && n.children.length > 0 && (n.children = nt(n.children, t, s)), !n.required) ? n : vs(n) ? {
1247
1260
  ...n,
1248
1261
  aria: {
1249
1262
  invalid: ["hasError"]
1250
1263
  },
1251
1264
  invalid: s,
1252
1265
  input: t
1253
- } : n), vs = i((e, t) => {
1266
+ } : n), ks = i((e, t) => {
1254
1267
  const a = nt(t, (l) => {
1255
1268
  l.target.checkValidity() && e.setError(null);
1256
1269
  }, (l) => {
@@ -1260,7 +1273,7 @@ const bs = i((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
1260
1273
  ...e,
1261
1274
  class: "w-full"
1262
1275
  }, a);
1263
- }), mo = O(
1276
+ }), bo = F(
1264
1277
  {
1265
1278
  /**
1266
1279
  * The initial state of the FormField.
@@ -1285,47 +1298,47 @@ const bs = i((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
1285
1298
  this.state.error = l, this.state.hasError = !!l;
1286
1299
  };
1287
1300
  return o({ class: "flex flex-auto gap-y-4" }, [
1288
- bs([
1289
- xs({ htmlFor: t }, s),
1290
- vs({
1301
+ xs([
1302
+ ps({ htmlFor: t }, s),
1303
+ ks({
1291
1304
  id: t,
1292
1305
  name: e,
1293
1306
  value: this.state.value,
1294
1307
  setError: a
1295
1308
  }, this.children),
1296
- n && ps({ id: this.getId("description") }, n),
1297
- o({ onState: ["error", (l) => l && ys(l)] })
1309
+ n && ys({ id: this.getId("description") }, n),
1310
+ o({ onState: ["error", (l) => l && ws(l)] })
1298
1311
  ])
1299
1312
  ]);
1300
1313
  }
1301
1314
  }
1302
- ), ks = (e, t, s = null) => {
1315
+ ), Cs = (e, t, s = null) => {
1303
1316
  e.target.checkValidity() && (e.preventDefault(), s && s(e, t));
1304
1317
  }, at = i(
1305
1318
  (e, t) => (
1306
1319
  // @ts-ignore
1307
- xt({ ...e, submit: (s, n) => ks(s, n, e.submit), class: `w-full ${e.class ?? ""}` }, t)
1320
+ xt({ ...e, submit: (s, n) => Cs(s, n, e.submit), class: `w-full ${e.class ?? ""}` }, t)
1308
1321
  )
1309
- ), bo = i((e, t) => (
1322
+ ), xo = i((e, t) => (
1310
1323
  // @ts-ignore
1311
1324
  o({ ...e, class: `flex flex-auto flex-col gap-y-6 p-4 md:p-6 divide-y ${e.class || ""}` }, t)
1312
- )), xo = i((e, t = []) => o({ class: "flex flex-col gap-y-3 py-4" }, [
1325
+ )), po = i((e, t = []) => o({ class: "flex flex-col gap-y-3 py-4" }, [
1313
1326
  // @ts-ignore
1314
1327
  e.title && Z({ class: "font-semibold" }, e.title),
1315
1328
  ...t
1316
- ])), po = (e, t) => o({ class: "flex justify-between" }, [
1317
- u({ class: "text-muted-foreground" }, e),
1318
- u(t)
1319
- ]), yo = (e, t) => o({ class: "flex" }, [
1320
- u({ class: "text-muted-foreground mr-8 w-24 truncate text-nowrap" }, e),
1321
- u(t)
1322
- ]), Cs = i(({ title: e, description: t, back: s, icon: n, options: a = [], titleCenter: l = !1 }) => ee({ class: "modal-header bg-background/80 backdrop-blur-md sticky flex flex-none items-center py-4 px-6 z-10 min-w-0" }, [
1329
+ ])), yo = (e, t) => o({ class: "flex justify-between" }, [
1330
+ f({ class: "text-muted-foreground" }, e),
1331
+ f(t)
1332
+ ]), wo = (e, t) => o({ class: "flex" }, [
1333
+ f({ class: "text-muted-foreground mr-8 w-24 truncate text-nowrap" }, e),
1334
+ f(t)
1335
+ ]), Ss = i(({ title: e, description: t, back: s, icon: n, options: a = [], titleCenter: l = !1 }) => ee({ class: "modal-header bg-background/80 backdrop-blur-md sticky flex flex-none items-center py-4 px-6 z-10 min-w-0" }, [
1323
1336
  /**
1324
1337
  * Back Button (Mobile Only)
1325
1338
  */
1326
1339
  s && b({
1327
1340
  variant: "icon",
1328
- icon: h.arrows.left,
1341
+ icon: g.arrows.left,
1329
1342
  class: "mr-2 p-0 flex sm:hidden",
1330
1343
  click: (r, c) => c.close()
1331
1344
  }),
@@ -1342,7 +1355,7 @@ const bs = i((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
1342
1355
  ]),
1343
1356
  o({ class: "flex flex-none items-center gap-2" }, a)
1344
1357
  ])
1345
- ])), wo = i((e, t) => {
1358
+ ])), vo = i((e, t) => {
1346
1359
  const s = e.class?.includes("drawer");
1347
1360
  return o({
1348
1361
  popover: "manual",
@@ -1358,7 +1371,7 @@ const bs = i((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
1358
1371
  submit: (l, r) => e.onSubmit && e.onSubmit(r),
1359
1372
  cache: "modalContent"
1360
1373
  }, [
1361
- Cs(e),
1374
+ Ss(e),
1362
1375
  o({ class: "modal-body flex grow flex-col py-0 px-6 z-0", cache: "modalBody" }, t),
1363
1376
  // @ts-ignore
1364
1377
  !e.hideFooter && xe({ 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)
@@ -1390,22 +1403,22 @@ const bs = i((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
1390
1403
  borderColor: "border",
1391
1404
  iconColor: "text-muted-foreground"
1392
1405
  }
1393
- }, Ss = (e) => ee({ class: "flex justify-center" }, [
1406
+ }, $s = (e) => ee({ class: "flex justify-center" }, [
1394
1407
  pe({ class: "text-lg font-bold mb-0" }, e)
1395
- ]), $s = i(({ href: e, class: t }, s) => Je({
1408
+ ]), Ds = i(({ href: e, class: t }, s) => Je({
1396
1409
  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}`,
1397
1410
  href: e,
1398
1411
  animateIn: "pullRightIn",
1399
1412
  animateOut: "pullRight",
1400
1413
  role: "alert"
1401
- }, s)), Ds = i(({ close: e, class: t }, s) => o({
1414
+ }, s)), Is = i(({ close: e, class: t }, s) => o({
1402
1415
  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}`,
1403
1416
  click: () => e(),
1404
1417
  animateIn: "pullRightIn",
1405
1418
  animateOut: "pullRight",
1406
1419
  role: "alert"
1407
1420
  }, s));
1408
- class vo extends S {
1421
+ class ko extends S {
1409
1422
  /**
1410
1423
  * This will declare the props for the compiler.
1411
1424
  *
@@ -1429,10 +1442,10 @@ class vo extends S {
1429
1442
  */
1430
1443
  render() {
1431
1444
  const { bgColor: t, borderColor: s, iconColor: n } = this.getTypeStyles(), a = this.href || null, l = this.getChildren(n);
1432
- return a ? $s({
1445
+ return a ? Ds({
1433
1446
  href: a,
1434
1447
  class: `${t} ${s}`
1435
- }, l) : Ds({
1448
+ }, l) : Is({
1436
1449
  close: this.close.bind(this),
1437
1450
  class: `${t} ${s}`
1438
1451
  }, l);
@@ -1482,7 +1495,7 @@ class vo extends S {
1482
1495
  ]),
1483
1496
  o({ class: "flex flex-auto flex-col" }, [
1484
1497
  o({ class: "flex flex-auto flex-row items-center w-full pr-12" }, [
1485
- this.title && Ss(this.title)
1498
+ this.title && $s(this.title)
1486
1499
  ]),
1487
1500
  k({ class: "text-base text-muted-foreground m-0 pr-12" }, this.description),
1488
1501
  (this.primary || this.secondary) && xe({ class: "margin-top-24 flex align-center" }, this.getButtons())
@@ -1491,7 +1504,7 @@ class vo extends S {
1491
1504
  b({
1492
1505
  class: "absolute top-[12px] right-[12px]",
1493
1506
  variant: "icon",
1494
- icon: h.x,
1507
+ icon: g.x,
1495
1508
  click: this.close.bind(this)
1496
1509
  })
1497
1510
  ];
@@ -1511,12 +1524,12 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1511
1524
  onState: ["method", { active: e }],
1512
1525
  dataSet: ["method", ["state", e, "active"]],
1513
1526
  click: (n, { state: a }) => {
1514
- a.method = e, localStorage.setItem("theme", e), e === "system" && localStorage.removeItem("theme"), Is(e);
1527
+ a.method = e, localStorage.setItem("theme", e), e === "system" && localStorage.removeItem("theme"), Ts(e);
1515
1528
  }
1516
1529
  }, [
1517
1530
  x({}, s),
1518
- u(t)
1519
- ])), Is = (e) => {
1531
+ f(t)
1532
+ ])), Ts = (e) => {
1520
1533
  const t = document.documentElement;
1521
1534
  if (e === "system" && (e = globalThis.matchMedia?.("(prefers-color-scheme: dark)").matches ? "dark" : "light"), Ee && !Ee("(prefers-color-scheme: " + e + ")").matches) {
1522
1535
  t.classList.add(e);
@@ -1524,7 +1537,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1524
1537
  }
1525
1538
  const s = e === "light" ? "dark" : "light";
1526
1539
  t.classList.remove(s);
1527
- }, ko = P(
1540
+ }, Co = B(
1528
1541
  {
1529
1542
  /**
1530
1543
  * This will render the component.
@@ -1534,9 +1547,9 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1534
1547
  render() {
1535
1548
  return o({ class: "flex flex-auto flex-col" }, [
1536
1549
  o({ class: "grid grid-cols-3 gap-4" }, [
1537
- ie({ label: "System", value: "system", icon: h.adjustments.horizontal }),
1538
- ie({ label: "Light", value: "light", icon: h.sun }),
1539
- ie({ label: "Dark", value: "dark", icon: h.moon })
1550
+ ie({ label: "System", value: "system", icon: g.adjustments.horizontal }),
1551
+ ie({ label: "Light", value: "light", icon: g.sun }),
1552
+ ie({ label: "Dark", value: "dark", icon: g.moon })
1540
1553
  ])
1541
1554
  ]);
1542
1555
  },
@@ -1551,7 +1564,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1551
1564
  };
1552
1565
  }
1553
1566
  }
1554
- ), Co = O(
1567
+ ), So = F(
1555
1568
  {
1556
1569
  /**
1557
1570
  * The initial state of the Toggle.
@@ -1596,20 +1609,20 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1596
1609
  bind: this.bind,
1597
1610
  required: this.required
1598
1611
  }),
1599
- u({
1612
+ f({
1600
1613
  class: "absolute h-5 w-5 bg-background rounded-full shadow-md transform transition-transform",
1601
1614
  onState: ["active", { "translate-x-[22px]": !0, "translate-x-[2px]": !1 }]
1602
1615
  })
1603
1616
  ]);
1604
1617
  }
1605
1618
  }
1606
- ), Ts = i(({ src: e, alt: t }) => !e || e.indexOf(".") === -1 && e.indexOf("[[") === -1 ? null : is({
1619
+ ), Ps = i(({ src: e, alt: t }) => !e || e.indexOf(".") === -1 && e.indexOf("[[") === -1 ? null : cs({
1607
1620
  src: e,
1608
1621
  alt: t,
1609
1622
  class: "rounded-full"
1610
- })), Ms = (e) => e && (Array.isArray(e) && (e = e.join(" ")), typeof e != "string" && (e = String(e)), e.split(" ").map((t) => t.charAt(0)).join("").toUpperCase()), ot = (e) => !e || e.length < 2 ? e : Ms(e), Ps = (e) => u([e, (t, s) => {
1623
+ })), Ms = (e) => e && (Array.isArray(e) && (e = e.join(" ")), typeof e != "string" && (e = String(e)), e.split(" ").map((t) => t.charAt(0)).join("").toUpperCase()), ot = (e) => !e || e.length < 2 ? e : Ms(e), Bs = (e) => f([e, (t, s) => {
1611
1624
  s.textContent = ot(t);
1612
- }]), He = {
1625
+ }]), _e = {
1613
1626
  xs: "h-6 w-6",
1614
1627
  sm: "h-8 w-8",
1615
1628
  md: "h-12 w-12",
@@ -1619,7 +1632,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1619
1632
  "3xl": "h-48 w-48",
1620
1633
  "4xl": "h-64 w-64",
1621
1634
  default: "h-12 w-12"
1622
- }, _e = {
1635
+ }, He = {
1623
1636
  xs: "text-[7px]",
1624
1637
  sm: "text-xs",
1625
1638
  md: "text-base",
@@ -1629,8 +1642,8 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1629
1642
  "3xl": "text-4xl",
1630
1643
  "4xl": "text-5xl",
1631
1644
  default: "text-base"
1632
- }, Bs = (e) => He[e] || He.default, zs = (e) => _e[e] || _e.default, Os = (e, t = null, s = "md") => {
1633
- const n = ot(String(e)), a = zs(s);
1645
+ }, zs = (e) => _e[e] || _e.default, Os = (e) => He[e] || He.default, Ns = (e, t = null, s = "md") => {
1646
+ const n = ot(String(e)), a = Os(s);
1634
1647
  return o(
1635
1648
  {
1636
1649
  class: `
@@ -1640,21 +1653,21 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1640
1653
  `
1641
1654
  },
1642
1655
  [
1643
- t ? Ps(t) : u({ class: "uppercase" }, n)
1656
+ t ? Bs(t) : f({ class: "uppercase" }, n)
1644
1657
  ]
1645
1658
  );
1646
- }, Ns = i(({ src: e, alt: t, fallbackText: s, watcherFallback: n, size: a }) => {
1647
- const l = Bs(a);
1659
+ }, Fs = i(({ src: e, alt: t, fallbackText: s, watcherFallback: n, size: a }) => {
1660
+ const l = zs(a);
1648
1661
  return o(
1649
1662
  {
1650
1663
  class: `relative flex items-center justify-center ${l}`
1651
1664
  },
1652
1665
  [
1653
- Ts({ src: e, alt: t }),
1654
- Os(s, n, a)
1666
+ Ps({ src: e, alt: t }),
1667
+ Ns(s, n, a)
1655
1668
  ]
1656
1669
  );
1657
- }), Ue = (e) => !e || e.includes("[[") || e.indexOf(".") === -1 && e.indexOf("blob:") === -1, So = P(
1670
+ }), Ue = (e) => !e || e.includes("[[") || e.indexOf(".") === -1 && e.indexOf("blob:") === -1, $o = B(
1658
1671
  {
1659
1672
  /**
1660
1673
  * Get the initial state for the component.
@@ -1674,7 +1687,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1674
1687
  */
1675
1688
  openFileBrowse() {
1676
1689
  const e = this.input;
1677
- e && (e.value = "", j.trigger("click", e));
1690
+ e && (e.value = "", H.trigger("click", e));
1678
1691
  },
1679
1692
  /**
1680
1693
  * Get the URL for the uploaded file.
@@ -1710,11 +1723,11 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1710
1723
  s.preventDefault(), s.stopPropagation(), this.openFileBrowse();
1711
1724
  }
1712
1725
  }, [
1713
- M("loaded", (s) => s === !1 || Ue(this.src) ? H({
1726
+ M("loaded", (s) => s === !1 || Ue(this.src) ? Y({
1714
1727
  htmlFor: e,
1715
1728
  class: "z-10 flex flex-col items-center justify-center text-sm text-muted-foreground group-hover:text-primary"
1716
1729
  }, [
1717
- fe(h.upload),
1730
+ fe(g.upload),
1718
1731
  o("Upload Image")
1719
1732
  ]) : be({
1720
1733
  // @ts-ignore
@@ -1725,7 +1738,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1725
1738
  ]);
1726
1739
  }
1727
1740
  }
1728
- ), $o = P(
1741
+ ), Do = B(
1729
1742
  {
1730
1743
  /**
1731
1744
  * Get the initial state for the component.
@@ -1745,7 +1758,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1745
1758
  */
1746
1759
  openFileBrowse() {
1747
1760
  const e = this.input;
1748
- e && (e.value = "", j.trigger("click", e));
1761
+ e && (e.value = "", H.trigger("click", e));
1749
1762
  },
1750
1763
  /**
1751
1764
  * Get the URL for the uploaded file.
@@ -1787,11 +1800,11 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1787
1800
  // @ts-ignore
1788
1801
  src: this.src,
1789
1802
  class: "absolute inset-0 w-full h-full object-cover rounded-full"
1790
- }) : H({
1803
+ }) : Y({
1791
1804
  htmlFor: e,
1792
1805
  class: "z-10 flex flex-col items-center justify-center text-sm text-muted-foreground group-hover:text-primary"
1793
1806
  }, [
1794
- x({}, h.upload),
1807
+ x({}, g.upload),
1795
1808
  o("Upload logo")
1796
1809
  ])
1797
1810
  )
@@ -1807,22 +1820,22 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1807
1820
  this.input = null;
1808
1821
  }
1809
1822
  }
1810
- ), Fs = (e, t) => Je(
1823
+ ), Ls = (e, t) => Je(
1811
1824
  {
1812
1825
  href: e,
1813
1826
  "aria-current": t === "Breadcrumb" && "page",
1814
1827
  // Only set aria-current on the last item
1815
1828
  class: "text-muted-foreground font-medium hover:text-foreground"
1816
1829
  },
1817
- [u(t)]
1818
- ), Ls = () => x({
1830
+ [f(t)]
1831
+ ), Rs = () => x({
1819
1832
  class: "mx-3 text-muted-foreground",
1820
1833
  "aria-hidden": !0,
1821
1834
  size: "xs"
1822
- }, h.chevron.single.right), As = (e) => o({ class: "flex items-center" }, [
1823
- e.href ? Fs(e.href, e.label) : u(e.label),
1824
- e.separator && Ls()
1825
- ]), Do = P(
1835
+ }, g.chevron.single.right), As = (e) => o({ class: "flex items-center" }, [
1836
+ e.href ? Ls(e.href, e.label) : f(e.label),
1837
+ e.separator && Rs()
1838
+ ]), Io = B(
1826
1839
  {
1827
1840
  /**
1828
1841
  * Set initial data
@@ -1830,7 +1843,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1830
1843
  * @returns {Data}
1831
1844
  */
1832
1845
  setData() {
1833
- return new z({
1846
+ return new N({
1834
1847
  // @ts-ignore
1835
1848
  items: this.items || []
1836
1849
  });
@@ -1870,8 +1883,8 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1870
1883
  "2xl": "h-16 w-16",
1871
1884
  "3xl": "h-24 w-24",
1872
1885
  default: "h-4 w-4"
1873
- }, Rs = (e) => Ye[e] || Ye.default, js = ({ index: e, size: t }) => o({ class: `${t} rounded-full bg-muted cursor-pointer` }, [
1874
- u({
1886
+ }, js = (e) => Ye[e] || Ye.default, Es = ({ index: e, size: t }) => o({ class: `${t} rounded-full bg-muted cursor-pointer` }, [
1887
+ f({
1875
1888
  class: "block w-full h-full rounded-full transition-colors",
1876
1889
  onSet: ["activeIndex", {
1877
1890
  "bg-primary": e,
@@ -1881,10 +1894,10 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1881
1894
  n.activeIndex = e, a && a(e);
1882
1895
  }
1883
1896
  })
1884
- ]), Es = (e, t) => Array.from({ length: e }, (s, n) => js({
1897
+ ]), _s = (e, t) => Array.from({ length: e }, (s, n) => Es({
1885
1898
  index: n,
1886
1899
  size: t
1887
- })), Io = P(
1900
+ })), To = B(
1888
1901
  {
1889
1902
  /**
1890
1903
  * Defines component data (props).
@@ -1892,7 +1905,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1892
1905
  * @returns {Data}
1893
1906
  */
1894
1907
  setData() {
1895
- return new z({
1908
+ return new N({
1896
1909
  // @ts-ignore
1897
1910
  count: this.count || 4,
1898
1911
  // total dots
@@ -1906,7 +1919,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1906
1919
  * @returns {object}
1907
1920
  */
1908
1921
  render() {
1909
- const e = this.gap || "gap-2", t = Rs(this.size || "sm"), s = Es(this.data.count, t);
1922
+ const e = this.gap || "gap-2", t = js(this.size || "sm"), s = _s(this.data.count, t);
1910
1923
  return o(
1911
1924
  { class: "flex justify-center items-center py-2" },
1912
1925
  [
@@ -1922,19 +1935,19 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1922
1935
  click: e
1923
1936
  },
1924
1937
  [
1925
- u({ onState: ["selectedLabel", (t) => t || "Select item..."] }),
1926
- x({ size: "sm" }, h.chevron.upDown)
1938
+ f({ onState: ["selectedLabel", (t) => t || "Select item..."] }),
1939
+ x({ size: "sm" }, g.chevron.upDown)
1927
1940
  ]
1928
- ), _s = (e, t, s) => we({
1941
+ ), Us = (e, t, s) => we({
1929
1942
  class: "flex flex-auto items-center cursor-pointer p-2 hover:bg-muted/50 rounded-sm",
1930
1943
  click: () => t(e),
1931
1944
  onState: [s, "selectedValue", { "bg-secondary": e.value }]
1932
1945
  }, [
1933
- e.icon && u({ class: "mr-2 flex items-baseline" }, [x({ size: "xs" }, e.icon)]),
1934
- u({ class: "text-base font-normal" }, e.label)
1935
- ]), Us = (e, t) => o({ class: "w-full border rounded-md" }, [
1936
- te({ class: "max-h-60 overflow-y-auto p-2 grid gap-1", for: ["items", (s) => _s(s, e, t)] })
1937
- ]), Ys = ({ onSelect: e, state: t }) => o({ class: "flex flex-auto flex-col" }, [
1946
+ e.icon && f({ class: "mr-2 flex items-baseline" }, [x({ size: "xs" }, e.icon)]),
1947
+ f({ class: "text-base font-normal" }, e.label)
1948
+ ]), Ys = (e, t) => o({ class: "w-full border rounded-md" }, [
1949
+ te({ class: "max-h-60 overflow-y-auto p-2 grid gap-1", for: ["items", (s) => Us(s, e, t)] })
1950
+ ]), Ws = ({ onSelect: e, state: t }) => o({ class: "flex flex-auto flex-col" }, [
1938
1951
  M(
1939
1952
  "open",
1940
1953
  (s, n, a) => s ? new ae({
@@ -1942,10 +1955,10 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1942
1955
  parent: a,
1943
1956
  button: a.button
1944
1957
  }, [
1945
- Us(e, t)
1958
+ Ys(e, t)
1946
1959
  ]) : null
1947
1960
  )
1948
- ]), To = P(
1961
+ ]), Po = B(
1949
1962
  {
1950
1963
  /**
1951
1964
  * This will set up the data.
@@ -1953,7 +1966,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
1953
1966
  * @returns {Data}
1954
1967
  */
1955
1968
  setData() {
1956
- return new z({
1969
+ return new N({
1957
1970
  // @ts-ignore
1958
1971
  items: this.items || []
1959
1972
  });
@@ -2027,7 +2040,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
2027
2040
  return o({ class: `relative ${s} flex flex-auto flex-col ${t} ${e}` }, [
2028
2041
  // @ts-ignore
2029
2042
  Hs({ toggleDropdown: this.toggleDropdown.bind(this) }),
2030
- Ys({
2043
+ Ws({
2031
2044
  // @ts-ignore
2032
2045
  state: this.state,
2033
2046
  // @ts-ignore
@@ -2053,15 +2066,15 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
2053
2066
  click: t,
2054
2067
  icon: e,
2055
2068
  "aria-label": s
2056
- }), Ws = ({ click: e }) => lt({
2057
- icon: h.circleMinus,
2069
+ }), Vs = ({ click: e }) => lt({
2070
+ icon: g.circleMinus,
2058
2071
  click: e,
2059
2072
  ariaLabel: "Decrement"
2060
- }), Vs = ({ click: e }) => lt({
2061
- icon: h.circlePlus,
2073
+ }), qs = ({ click: e }) => lt({
2074
+ icon: g.circlePlus,
2062
2075
  click: e,
2063
2076
  ariaLabel: "Increment"
2064
- }), qs = ({ bind: e, min: t, max: s, readonly: n = !1 }) => V(({ state: a }) => p({
2077
+ }), Gs = ({ bind: e, min: t, max: s, readonly: n = !1 }) => q(({ state: a }) => p({
2065
2078
  value: ["[[count]]", a],
2066
2079
  bind: e,
2067
2080
  blur: (l, { state: r }) => {
@@ -2074,7 +2087,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
2074
2087
  max: s,
2075
2088
  type: "number",
2076
2089
  "aria-label": "Counter"
2077
- })), Mo = O(
2090
+ })), Mo = F(
2078
2091
  {
2079
2092
  /**
2080
2093
  * Initial state for the counter component.
@@ -2097,18 +2110,18 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
2097
2110
  render() {
2098
2111
  const e = this.class ?? "";
2099
2112
  return o({ class: `flex flex-auto items-center justify-between gap-x-4 p-4 ${e}` }, [
2100
- Ws({ click: () => this.state.decrement("count") }),
2101
- qs({
2113
+ Vs({ click: () => this.state.decrement("count") }),
2114
+ Gs({
2102
2115
  bind: this.bind,
2103
2116
  readonly: this.readonly,
2104
2117
  min: this.min,
2105
2118
  max: this.max
2106
2119
  }),
2107
- Vs({ click: () => this.state.increment("count") })
2120
+ qs({ click: () => this.state.increment("count") })
2108
2121
  ]);
2109
2122
  }
2110
2123
  }
2111
- ), Gs = ({ currentMonth: e, currentYear: t, onSelect: s }) => o(
2124
+ ), Ks = ({ currentMonth: e, currentYear: t, onSelect: s }) => o(
2112
2125
  { class: "grid grid-cols-3 gap-2" },
2113
2126
  se.monthNames.map(
2114
2127
  (n, a) => b(
@@ -2122,9 +2135,9 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
2122
2135
  n.substring(0, 3)
2123
2136
  )
2124
2137
  )
2125
- ), B = (e) => (e *= 1, e < 10 ? `0${e}` : String(e)), Ks = (e) => (e.indexOf("T") === -1 && e.indexOf(" ") === -1 && (e += "T00:00:01"), e.replace(" ", "T"), e), R = (e, t, s) => `${e}-${B(t + 1)}-${B(s)}`, Qs = (e) => e ? "bg-accent text-primary" : "", Js = (e) => e ? "text-muted-foreground opacity-50" : "", Xs = (e, t) => e === t, Zs = (e, t) => Xs(e, t) ? "bg-primary text-primary-foreground" : "", en = (e, t, s, n) => {
2126
- const a = Zs(t, n);
2127
- return a || (e ? Qs(e) : s ? Js(s) : "text-foreground");
2138
+ ), O = (e) => (e *= 1, e < 10 ? `0${e}` : String(e)), Qs = (e) => (e.indexOf("T") === -1 && e.indexOf(" ") === -1 && (e += "T00:00:01"), e.replace(" ", "T"), e), _ = (e, t, s) => `${e}-${O(t + 1)}-${O(s)}`, Js = (e) => e ? "bg-accent text-primary" : "", Xs = (e) => e ? "text-muted-foreground opacity-50" : "", Zs = (e, t) => e === t, en = (e, t) => Zs(e, t) ? "bg-primary text-primary-foreground" : "", tn = (e, t, s, n) => {
2139
+ const a = en(t, n);
2140
+ return a || (e ? Js(e) : s ? Xs(s) : "text-foreground");
2128
2141
  }, ce = (e) => {
2129
2142
  const {
2130
2143
  day: t,
@@ -2139,7 +2152,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
2139
2152
  {
2140
2153
  class: `
2141
2154
  flex items-center justify-center h-9 w-auto p-0 font-normal text-sm rounded-md cursor-pointer
2142
- ${en(a, s, l, n)}
2155
+ ${tn(a, s, l, n)}
2143
2156
  hover:bg-muted/50 hover:text-muted-foreground focus:z-10
2144
2157
  disabled:pointer-events-none disabled:opacity-50
2145
2158
  `,
@@ -2150,52 +2163,52 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
2150
2163
  },
2151
2164
  t.toString()
2152
2165
  );
2153
- }, de = (e, t, s, n) => e === n.date && t === n.month && s === n.year, tn = (e, t, s, n = !1) => {
2154
- const { year: a, month: l } = e, r = R(a, l, e.date), c = new Date(a, l, 1).getDay(), f = new Date(a, l + 1, 0).getDate(), m = new Date(a, l, 0).getDate(), w = [], q = l === 0 ? 11 : l - 1, U = l === 0 ? a - 1 : a;
2166
+ }, de = (e, t, s, n) => e === n.date && t === n.month && s === n.year, sn = (e, t, s, n = !1) => {
2167
+ const { year: a, month: l } = e, r = _(a, l, e.date), c = new Date(a, l, 1).getDay(), u = new Date(a, l + 1, 0).getDate(), h = new Date(a, l, 0).getDate(), y = [], R = l === 0 ? 11 : l - 1, A = l === 0 ? a - 1 : a;
2155
2168
  for (let d = c - 1; d >= 0; d--) {
2156
- const y = m - d, I = de(y, q, U, t), T = new Date(U, q, y) < new Date(t.year, t.month, t.date), F = n && T;
2157
- w.push(
2169
+ const w = h - d, I = de(w, R, A, t), T = new Date(A, R, w) < new Date(t.year, t.month, t.date), j = n && T;
2170
+ y.push(
2158
2171
  ce({
2159
- day: y,
2172
+ day: w,
2160
2173
  currentDate: r,
2161
- date: R(U, q, y),
2174
+ date: _(A, R, w),
2162
2175
  isToday: I,
2163
2176
  isOutsideMonth: !0,
2164
2177
  select: s,
2165
- disabled: F
2178
+ disabled: j
2166
2179
  })
2167
2180
  );
2168
2181
  }
2169
- for (let d = 1; d <= f; d++) {
2170
- const y = de(d, l, a, t), I = new Date(a, l, d) < new Date(t.year, t.month, t.date), T = n && I;
2171
- w.push(
2182
+ for (let d = 1; d <= u; d++) {
2183
+ const w = de(d, l, a, t), I = new Date(a, l, d) < new Date(t.year, t.month, t.date), T = n && I;
2184
+ y.push(
2172
2185
  ce({
2173
2186
  day: d,
2174
2187
  currentDate: r,
2175
- date: R(a, l, d),
2176
- isToday: y,
2188
+ date: _(a, l, d),
2189
+ isToday: w,
2177
2190
  isOutsideMonth: !1,
2178
2191
  select: s,
2179
2192
  disabled: T
2180
2193
  })
2181
2194
  );
2182
2195
  }
2183
- const Y = l === 11 ? 0 : l + 1, oe = l === 11 ? a + 1 : a, g = (7 - w.length % 7) % 7;
2184
- for (let d = 1; d <= g; d++) {
2185
- const y = de(d, Y, oe, t), I = new Date(oe, Y, d) < new Date(t.year, t.month, t.date), T = n && I;
2186
- w.push(
2196
+ const P = l === 11 ? 0 : l + 1, oe = l === 11 ? a + 1 : a, m = (7 - y.length % 7) % 7;
2197
+ for (let d = 1; d <= m; d++) {
2198
+ const w = de(d, P, oe, t), I = new Date(oe, P, d) < new Date(t.year, t.month, t.date), T = n && I;
2199
+ y.push(
2187
2200
  ce({
2188
2201
  day: d,
2189
2202
  currentDate: r,
2190
- date: R(oe, Y, d),
2191
- isToday: y,
2203
+ date: _(oe, P, d),
2204
+ isToday: w,
2192
2205
  isOutsideMonth: !0,
2193
2206
  select: s,
2194
2207
  disabled: T
2195
2208
  })
2196
2209
  );
2197
2210
  }
2198
- return w;
2211
+ return y;
2199
2212
  }, We = ({ label: e, click: t }) => b(
2200
2213
  {
2201
2214
  class: `
@@ -2207,18 +2220,18 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
2207
2220
  click: t,
2208
2221
  "aria-label": `${e} month`,
2209
2222
  variant: "icon",
2210
- icon: e === "Previous" ? h.chevron.single.left : h.chevron.single.right
2223
+ icon: e === "Previous" ? g.chevron.single.left : g.chevron.single.right
2211
2224
  }
2212
- ), sn = ({ 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" }, [
2225
+ ), nn = ({ 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" }, [
2213
2226
  b({ click: e, variant: "ghost", "aria-label": "Select month" }, "[[monthName]]"),
2214
2227
  b({ click: t, variant: "ghost", "aria-label": "Select year" }, "[[current.year]]"),
2215
2228
  We({ label: "Previous", click: n }),
2216
2229
  We({ label: "Next", click: s })
2217
- ]), nn = (e) => o(
2230
+ ]), an = (e) => o(
2218
2231
  { class: "flex items-center justify-center h-9 w-auto text-[0.8rem] font-normal text-muted-foreground" },
2219
2232
  e
2220
- ), an = () => ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"].map(nn), on = (e) => o({ class: "rdp flex flex-auto flex-col w-full gap-y-1" }, [
2221
- sn({
2233
+ ), on = () => ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"].map(an), ln = (e) => o({ class: "rdp flex flex-auto flex-col w-full gap-y-1" }, [
2234
+ nn({
2222
2235
  onMonthClick: e.onMonthClick,
2223
2236
  onYearClick: e.onYearClick,
2224
2237
  next: e.next,
@@ -2229,10 +2242,10 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
2229
2242
  onSet: [
2230
2243
  "currentDate",
2231
2244
  () => [
2232
- o({ class: "grid grid-cols-7" }, an()),
2245
+ o({ class: "grid grid-cols-7" }, on()),
2233
2246
  o(
2234
2247
  { class: "grid grid-cols-7" },
2235
- tn(
2248
+ sn(
2236
2249
  e.current,
2237
2250
  e.today,
2238
2251
  e.select,
@@ -2242,7 +2255,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
2242
2255
  ]
2243
2256
  ]
2244
2257
  })
2245
- ]), ln = ({ currentMonth: e, currentYear: t, onSelect: s }) => {
2258
+ ]), rn = ({ currentMonth: e, currentYear: t, onSelect: s }) => {
2246
2259
  const n = t - 50, a = Array.from({ length: 101 }, (l, r) => n + r);
2247
2260
  return o(
2248
2261
  { class: "grid grid-cols-4 gap-2 overflow-y-auto max-h-72" },
@@ -2260,7 +2273,7 @@ const Ee = globalThis.matchMedia, ie = i(({ value: e, label: t, icon: s }) => v(
2260
2273
  )
2261
2274
  );
2262
2275
  };
2263
- class rn extends S {
2276
+ class cn extends S {
2264
2277
  /**
2265
2278
  * This will declare the props for the compiler.
2266
2279
  *
@@ -2276,7 +2289,7 @@ class rn extends S {
2276
2289
  * @returns {Date}
2277
2290
  */
2278
2291
  getSelectedDate(t) {
2279
- const s = this.selectedDate ? new Date(Ks(this.selectedDate)) : t;
2292
+ const s = this.selectedDate ? new Date(Qs(this.selectedDate)) : t;
2280
2293
  return new Date(s.getFullYear(), s.getMonth(), s.getDate());
2281
2294
  }
2282
2295
  /**
@@ -2286,7 +2299,7 @@ class rn extends S {
2286
2299
  */
2287
2300
  setData() {
2288
2301
  const t = /* @__PURE__ */ new Date(), s = this.getSelectedDate(t), n = s.getMonth();
2289
- return new z({
2302
+ return new N({
2290
2303
  monthName: this.getMonthName(n),
2291
2304
  currentDate: `${s.getFullYear()}-${n + 1}-${s.getDate()}`,
2292
2305
  current: {
@@ -2351,7 +2364,7 @@ class rn extends S {
2351
2364
  */
2352
2365
  setCurrentDate(t, s, n = null) {
2353
2366
  const a = this.data;
2354
- 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);
2367
+ a.current.month = t, a.current.year = s, typeof n == "number" && (a.current.date = O(n)), a.currentDate = `${s}-${O(t + 1)}-${a.current.date}`, a.monthName = this.getMonthName(t);
2355
2368
  }
2356
2369
  /**
2357
2370
  * This will select a date.
@@ -2373,7 +2386,7 @@ class rn extends S {
2373
2386
  M("view", (t) => {
2374
2387
  switch (t) {
2375
2388
  case "months":
2376
- return Gs(
2389
+ return Ks(
2377
2390
  {
2378
2391
  // @ts-ignore
2379
2392
  currentMonth: this.data.current.month,
@@ -2385,7 +2398,7 @@ class rn extends S {
2385
2398
  }
2386
2399
  );
2387
2400
  case "years":
2388
- return ln(
2401
+ return rn(
2389
2402
  {
2390
2403
  // @ts-ignore
2391
2404
  currentMonth: this.data.current.month,
@@ -2397,7 +2410,7 @@ class rn extends S {
2397
2410
  }
2398
2411
  );
2399
2412
  default:
2400
- return on({
2413
+ return ln({
2401
2414
  // @ts-ignore
2402
2415
  current: this.data.current,
2403
2416
  // @ts-ignore
@@ -2418,57 +2431,57 @@ class rn extends S {
2418
2431
  ]);
2419
2432
  }
2420
2433
  }
2421
- const cn = (e) => {
2434
+ const dn = (e) => {
2422
2435
  let t = "";
2423
2436
  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;
2424
- }, dn = (e) => {
2437
+ }, un = (e) => {
2425
2438
  if (e.length !== 8)
2426
2439
  return null;
2427
2440
  const t = parseInt(e.substring(0, 2), 10), s = parseInt(e.substring(2, 4), 10), n = parseInt(e.substring(4, 8), 10);
2428
2441
  return t >= 1 && t <= 12 && s >= 1 && s <= 31 && n >= 1900 ? `${n}-${t.toString().padStart(2, "0")}-${s.toString().padStart(2, "0")}` : null;
2429
- }, un = ({ bind: e, required: t }) => p({
2442
+ }, hn = ({ bind: e, required: t }) => p({
2430
2443
  cache: "input",
2431
2444
  class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
2432
2445
  bind: e,
2433
2446
  required: t
2434
- }), hn = ({ placeholder: e, handleInputChange: t, handleInputFocus: s }) => p({
2447
+ }), fn = ({ placeholder: e, handleInputChange: t, handleInputFocus: s }) => p({
2435
2448
  cache: "dateInput",
2436
2449
  class: "flex-1 bg-transparent outline-none placeholder:text-muted-foreground border-0",
2437
2450
  placeholder: e || "mm/dd/yyyy",
2438
2451
  input: t,
2439
2452
  focus: s,
2440
2453
  onState: ["selectedDate", (n) => n ? se.format("standard", n) : ""]
2441
- }), fn = ({ bind: e, required: t, toggleOpen: s, handleInputChange: n, handleInputFocus: a, placeholder: l }) => o(
2454
+ }), gn = ({ bind: e, required: t, toggleOpen: s, handleInputChange: n, handleInputFocus: a, placeholder: l }) => o(
2442
2455
  {
2443
2456
  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"
2444
2457
  },
2445
2458
  [
2446
- un({ bind: e, required: t }),
2447
- hn({ placeholder: l, handleInputChange: n, handleInputFocus: a }),
2459
+ hn({ bind: e, required: t }),
2460
+ fn({ placeholder: l, handleInputChange: n, handleInputFocus: a }),
2448
2461
  v(
2449
2462
  {
2450
2463
  class: "shrink-0 hover:bg-muted/50 rounded p-1 cursor-pointer",
2451
2464
  click: s
2452
2465
  },
2453
2466
  [
2454
- E({ html: h.calendar.days })
2467
+ U({ html: g.calendar.days })
2455
2468
  ]
2456
2469
  )
2457
2470
  ]
2458
- ), gn = ({ handleDateSelect: e, blockPriorDates: t }) => ve(
2471
+ ), mn = ({ handleDateSelect: e, blockPriorDates: t }) => ve(
2459
2472
  (s, n, a) => new ae({
2460
2473
  cache: "dropdown",
2461
2474
  parent: a,
2462
2475
  button: a.panel,
2463
2476
  size: "fit"
2464
2477
  }, [
2465
- new rn({
2478
+ new cn({
2466
2479
  selectedDate: a.state.selectedDate,
2467
2480
  selectedCallBack: e,
2468
2481
  blockPriorDates: t
2469
2482
  })
2470
2483
  ])
2471
- ), Po = O(
2484
+ ), Bo = F(
2472
2485
  {
2473
2486
  /**
2474
2487
  * The initial state of the DatePicker.
@@ -2497,9 +2510,9 @@ const cn = (e) => {
2497
2510
  */
2498
2511
  handleInputChange(e) {
2499
2512
  const s = e.target.value.replace(/\D/g, "");
2500
- e.target.value = cn(s);
2501
- const n = dn(s);
2502
- n && (this.state.selectedDate = n, this.input.value = n, j.trigger("change", this.input), typeof this.onChange == "function" && this.onChange(n));
2513
+ e.target.value = dn(s);
2514
+ const n = un(s);
2515
+ n && (this.state.selectedDate = n, this.input.value = n, H.trigger("change", this.input), typeof this.onChange == "function" && this.onChange(n));
2503
2516
  },
2504
2517
  /**
2505
2518
  * Handles input focus - select all text for easy editing.
@@ -2515,7 +2528,7 @@ const cn = (e) => {
2515
2528
  * @param {string} date
2516
2529
  */
2517
2530
  handleDateSelect(e) {
2518
- this.state.selectedDate = e, this.state.open = !1, this.input.value = e, j.trigger("change", this.input), typeof this.onChange == "function" && this.onChange(e);
2531
+ this.state.selectedDate = e, this.state.open = !1, this.input.value = e, H.trigger("change", this.input), typeof this.onChange == "function" && this.onChange(e);
2519
2532
  },
2520
2533
  /**
2521
2534
  * Toggles the calendar popover.
@@ -2535,7 +2548,7 @@ const cn = (e) => {
2535
2548
  return o(
2536
2549
  { class: "relative w-full max-w-[320px]" },
2537
2550
  [
2538
- fn({
2551
+ gn({
2539
2552
  toggleOpen: this.toggleOpen.bind(this),
2540
2553
  bind: this.bind,
2541
2554
  required: this.required,
@@ -2543,7 +2556,7 @@ const cn = (e) => {
2543
2556
  handleInputFocus: this.handleInputFocus.bind(this),
2544
2557
  placeholder: this.placeholder
2545
2558
  }),
2546
- gn({
2559
+ mn({
2547
2560
  handleDateSelect: this.handleDateSelect.bind(this),
2548
2561
  blockPriorDates: this.blockPriorDates || !1
2549
2562
  })
@@ -2562,50 +2575,50 @@ const cn = (e) => {
2562
2575
  click: t,
2563
2576
  "aria-label": `${e} month`,
2564
2577
  variant: "icon",
2565
- icon: e === "Previous" ? h.chevron.single.left : h.chevron.single.right
2578
+ icon: e === "Previous" ? g.chevron.single.left : g.chevron.single.right
2566
2579
  }
2567
- ), mn = ({ 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" }, [
2580
+ ), bn = ({ 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" }, [
2568
2581
  b({ click: e, variant: "ghost", "aria-label": "Select month" }, "[[monthName]]"),
2569
2582
  b({ click: t, variant: "ghost", "aria-label": "Select year" }, "[[current.year]]"),
2570
2583
  Ve({ label: "Previous", click: n }),
2571
2584
  Ve({ label: "Next", click: s })
2572
- ]), bn = (e) => o({ class: "h-9 flex items-center justify-center font-medium" }, e), xn = () => o(
2585
+ ]), xn = (e) => o({ class: "h-9 flex items-center justify-center font-medium" }, e), pn = () => o(
2573
2586
  { class: "grid grid-cols-7 gap-1 text-center text-xs font-medium text-muted-foreground mb-2" },
2574
- ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"].map(bn)
2575
- ), pn = ({ day: e, iso: t, disabled: s, isStart: n, isEnd: a, isBetween: l, isOtherMonth: r, click: c }) => {
2576
- let f = "ghost", m = "";
2577
- return n || a ? (f = "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"), r && (m += " text-muted-foreground opacity-50"), b(
2587
+ ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"].map(xn)
2588
+ ), yn = ({ day: e, iso: t, disabled: s, isStart: n, isEnd: a, isBetween: l, isOtherMonth: r, click: c }) => {
2589
+ let u = "ghost", h = "";
2590
+ return n || a ? (u = "default", h = "bg-primary text-primary-foreground hover:bg-primary/90") : l && (h = "bg-accent text-accent-foreground hover:bg-accent/80"), s && (h += " opacity-50 cursor-not-allowed"), r && (h += " text-muted-foreground opacity-50"), b(
2578
2591
  {
2579
- class: `flex items-center justify-center p-0 text-sm font-medium rounded-md transition-colors ${m}`,
2580
- variant: f,
2592
+ class: `flex items-center justify-center p-0 text-sm font-medium rounded-md transition-colors ${h}`,
2593
+ variant: u,
2581
2594
  disabled: s,
2582
- click: (w) => {
2583
- w.preventDefault(), w.stopPropagation(), s || c();
2595
+ click: (y) => {
2596
+ y.preventDefault(), y.stopPropagation(), s || c();
2584
2597
  }
2585
2598
  },
2586
2599
  e.toString()
2587
2600
  );
2588
- }, yn = ({ today: e, current: t, blockPriorDates: s, onDateClick: n }) => {
2589
- const { start: a, end: l } = t, r = new Date(t.year, t.month, 1).getDay(), c = new Date(t.year, t.month + 1, 0).getDate(), f = [], m = t.month === 0 ? 11 : t.month - 1, w = t.month === 0 ? t.year - 1 : t.year, q = new Date(w, m + 1, 0).getDate(), U = t.month === 11 ? 0 : t.month + 1, Y = t.month === 11 ? t.year + 1 : t.year;
2590
- for (let g = r - 1; g >= 0; g--) {
2591
- const d = q - g, y = R(w, m, d), I = new Date(w, m, d), T = new Date(e.year, e.month, e.date), F = I < T, G = s && F, K = a === y, Q = l === y, ft = a && l && y > a && y < l;
2592
- f.push({
2601
+ }, wn = ({ today: e, current: t, blockPriorDates: s, onDateClick: n }) => {
2602
+ const { start: a, end: l } = t, r = new Date(t.year, t.month, 1).getDay(), c = new Date(t.year, t.month + 1, 0).getDate(), u = [], h = t.month === 0 ? 11 : t.month - 1, y = t.month === 0 ? t.year - 1 : t.year, R = new Date(y, h + 1, 0).getDate(), A = t.month === 11 ? 0 : t.month + 1, P = t.month === 11 ? t.year + 1 : t.year;
2603
+ for (let m = r - 1; m >= 0; m--) {
2604
+ const d = R - m, w = _(y, h, d), I = new Date(y, h, d), T = new Date(e.year, e.month, e.date), j = I < T, G = s && j, K = a === w, Q = l === w, ft = a && l && w > a && w < l;
2605
+ u.push({
2593
2606
  day: d,
2594
- iso: y,
2607
+ iso: w,
2595
2608
  disabled: G,
2596
2609
  isStart: K,
2597
2610
  isEnd: Q,
2598
2611
  isBetween: ft,
2599
2612
  isOtherMonth: !0,
2600
- click: () => n(y)
2613
+ click: () => n(w)
2601
2614
  });
2602
2615
  }
2603
- for (let g = 1; g <= c; g++) {
2604
- const d = R(t.year, t.month, g), y = new Date(t.year, t.month, g), I = new Date(e.year, e.month, e.date), T = y < I, F = s && T, G = a === d, K = l === d, Q = a && l && d > a && d < l;
2605
- f.push({
2606
- day: g,
2616
+ for (let m = 1; m <= c; m++) {
2617
+ const d = _(t.year, t.month, m), w = new Date(t.year, t.month, m), I = new Date(e.year, e.month, e.date), T = w < I, j = s && T, G = a === d, K = l === d, Q = a && l && d > a && d < l;
2618
+ u.push({
2619
+ day: m,
2607
2620
  iso: d,
2608
- disabled: F,
2621
+ disabled: j,
2609
2622
  isStart: G,
2610
2623
  isEnd: K,
2611
2624
  isBetween: Q,
@@ -2615,13 +2628,13 @@ const cn = (e) => {
2615
2628
  }
2616
2629
  });
2617
2630
  }
2618
- const Ie = (7 - f.length % 7) % 7;
2619
- for (let g = 1; g <= Ie; g++) {
2620
- const d = R(Y, U, g), y = new Date(Y, U, g), I = new Date(e.year, e.month, e.date), T = y < I, F = s && T, G = a === d, K = l === d, Q = a && l && d > a && d < l;
2621
- f.push({
2622
- day: g,
2631
+ const Ie = (7 - u.length % 7) % 7;
2632
+ for (let m = 1; m <= Ie; m++) {
2633
+ const d = _(P, A, m), w = new Date(P, A, m), I = new Date(e.year, e.month, e.date), T = w < I, j = s && T, G = a === d, K = l === d, Q = a && l && d > a && d < l;
2634
+ u.push({
2635
+ day: m,
2623
2636
  iso: d,
2624
- disabled: F,
2637
+ disabled: j,
2625
2638
  isStart: G,
2626
2639
  isEnd: K,
2627
2640
  isBetween: Q,
@@ -2631,21 +2644,21 @@ const cn = (e) => {
2631
2644
  }
2632
2645
  return o(
2633
2646
  { class: "grid grid-cols-7 gap-1" },
2634
- f.map(
2635
- (g, d) => pn({
2636
- day: g.day,
2637
- iso: g.iso,
2638
- disabled: g.disabled,
2639
- isStart: g.isStart,
2640
- isEnd: g.isEnd,
2641
- isBetween: g.isBetween,
2642
- isOtherMonth: g.isOtherMonth,
2643
- click: g.click
2647
+ u.map(
2648
+ (m, d) => yn({
2649
+ day: m.day,
2650
+ iso: m.iso,
2651
+ disabled: m.disabled,
2652
+ isStart: m.isStart,
2653
+ isEnd: m.isEnd,
2654
+ isBetween: m.isBetween,
2655
+ isOtherMonth: m.isOtherMonth,
2656
+ click: m.click
2644
2657
  })
2645
2658
  )
2646
2659
  );
2647
- }, wn = i((e, t) => o({ class: "flex flex-auto flex-col" }, [
2648
- mn({
2660
+ }, vn = i((e, t) => o({ class: "flex flex-auto flex-col" }, [
2661
+ bn({
2649
2662
  // @ts-ignore
2650
2663
  onMonthClick: e.onMonthClick,
2651
2664
  // @ts-ignore
@@ -2660,8 +2673,8 @@ const cn = (e) => {
2660
2673
  onSet: [
2661
2674
  "currentDate",
2662
2675
  () => [
2663
- xn(),
2664
- yn({
2676
+ pn(),
2677
+ wn({
2665
2678
  // @ts-ignore
2666
2679
  today: e.today,
2667
2680
  // @ts-ignore
@@ -2674,7 +2687,7 @@ const cn = (e) => {
2674
2687
  ]
2675
2688
  ]
2676
2689
  })
2677
- ])), vn = ({ currentMonth: e, currentYear: t, onSelect: s }) => o(
2690
+ ])), kn = ({ currentMonth: e, currentYear: t, onSelect: s }) => o(
2678
2691
  { class: "grid grid-cols-3 gap-2" },
2679
2692
  se.monthNames.map(
2680
2693
  (n, a) => b(
@@ -2688,7 +2701,7 @@ const cn = (e) => {
2688
2701
  n.substring(0, 3)
2689
2702
  )
2690
2703
  )
2691
- ), kn = ({ start: e, end: t, selecting: s, onSelectStart: n, onSelectEnd: a }) => o({ class: "flex gap-x-2 mb-4" }, [
2704
+ ), Cn = ({ start: e, end: t, selecting: s, onSelectStart: n, onSelectEnd: a }) => o({ class: "flex gap-x-2 mb-4" }, [
2692
2705
  J("selecting", (l) => b({
2693
2706
  click: n,
2694
2707
  variant: l === "start" ? "primary" : "outline",
@@ -2703,10 +2716,10 @@ const cn = (e) => {
2703
2716
  }, [
2704
2717
  o({ class: "font-medium" }, qe("current.end", "End Date"))
2705
2718
  ]))
2706
- ]), qe = (e, t) => [`[[${e}]]`, (s) => s == null ? t : Cn(s)], Cn = (e) => {
2719
+ ]), qe = (e, t) => [`[[${e}]]`, (s) => s == null ? t : Sn(s)], Sn = (e) => {
2707
2720
  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"];
2708
2721
  return `${s[t.getDay()]}, ${t.getDate()} ${n[t.getMonth()]}`;
2709
- }, Sn = ({ currentYear: e, onSelect: t }) => {
2722
+ }, $n = ({ currentYear: e, onSelect: t }) => {
2710
2723
  const s = e - 50, n = Array.from({ length: 101 }, (a, l) => s + l);
2711
2724
  return o(
2712
2725
  { class: "grid grid-cols-4 gap-2 overflow-y-auto max-h-72" },
@@ -2724,7 +2737,7 @@ const cn = (e) => {
2724
2737
  )
2725
2738
  );
2726
2739
  };
2727
- class $n extends S {
2740
+ class Dn extends S {
2728
2741
  /**
2729
2742
  * Declare compiler props.
2730
2743
  *
@@ -2740,14 +2753,14 @@ class $n extends S {
2740
2753
  */
2741
2754
  setData() {
2742
2755
  const t = /* @__PURE__ */ new Date(), s = this.startDate ? /* @__PURE__ */ new Date(this.startDate + "T00:00:00") : t, n = s.getMonth(), a = s.getFullYear();
2743
- return new z({
2756
+ return new N({
2744
2757
  today: {
2745
2758
  date: t.getDate(),
2746
2759
  month: t.getMonth(),
2747
2760
  year: t.getFullYear()
2748
2761
  },
2749
2762
  monthName: this.getMonthName(n),
2750
- currentData: `${s.getFullYear()}-${B(s.getMonth() + 1)}-${B(s.getDate())}`,
2763
+ currentData: `${s.getFullYear()}-${O(s.getMonth() + 1)}-${O(s.getDate())}`,
2751
2764
  current: {
2752
2765
  date: t.getDate(),
2753
2766
  month: n,
@@ -2811,7 +2824,7 @@ class $n extends S {
2811
2824
  */
2812
2825
  setCurrent({ month: t, year: s, date: n = null }) {
2813
2826
  const a = this.data.current;
2814
- 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)}`;
2827
+ 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}-${O(t + 1)}-${O(a.date)}`;
2815
2828
  }
2816
2829
  /**
2817
2830
  * Render the range calendar.
@@ -2821,7 +2834,7 @@ class $n extends S {
2821
2834
  render() {
2822
2835
  const { today: t, current: s, selecting: n } = this.data, { start: a, end: l } = s;
2823
2836
  return o({ class: "range-calendar border border-border rounded-lg shadow-md p-4 w-full max-w-sm min-w-80" }, [
2824
- kn({
2837
+ Cn({
2825
2838
  start: a,
2826
2839
  end: l,
2827
2840
  selecting: n,
@@ -2835,7 +2848,7 @@ class $n extends S {
2835
2848
  M("view", (r) => {
2836
2849
  switch (r) {
2837
2850
  case "months":
2838
- return vn(
2851
+ return kn(
2839
2852
  {
2840
2853
  currentMonth: s.month,
2841
2854
  currentYear: s.year,
@@ -2845,7 +2858,7 @@ class $n extends S {
2845
2858
  }
2846
2859
  );
2847
2860
  case "years":
2848
- return Sn(
2861
+ return $n(
2849
2862
  {
2850
2863
  currentYear: s.year,
2851
2864
  onSelect: (c) => {
@@ -2854,7 +2867,7 @@ class $n extends S {
2854
2867
  }
2855
2868
  );
2856
2869
  default:
2857
- return wn({
2870
+ return vn({
2858
2871
  // @ts-ignore
2859
2872
  monthName: this.data.monthName,
2860
2873
  year: s.year,
@@ -2869,12 +2882,12 @@ class $n extends S {
2869
2882
  c.preventDefault(), c.stopPropagation(), this.state.view = "years";
2870
2883
  },
2871
2884
  next: () => {
2872
- const c = this.data.current, f = c.month === 11 ? { month: 0, year: c.year + 1 } : { month: c.month + 1, year: c.year };
2873
- this.setCurrent(f);
2885
+ const c = this.data.current, u = c.month === 11 ? { month: 0, year: c.year + 1 } : { month: c.month + 1, year: c.year };
2886
+ this.setCurrent(u);
2874
2887
  },
2875
2888
  previous: () => {
2876
- const c = this.data.current, f = c.month === 0 ? { month: 11, year: c.year - 1 } : { month: c.month - 1, year: c.year };
2877
- this.setCurrent(f);
2889
+ const c = this.data.current, u = c.month === 0 ? { month: 11, year: c.year - 1 } : { month: c.month - 1, year: c.year };
2890
+ this.setCurrent(u);
2878
2891
  }
2879
2892
  });
2880
2893
  }
@@ -2882,35 +2895,35 @@ class $n extends S {
2882
2895
  ]);
2883
2896
  }
2884
2897
  }
2885
- const Dn = ({ bind: e, required: t }) => p({
2898
+ const In = ({ bind: e, required: t }) => p({
2886
2899
  cache: "input",
2887
2900
  class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
2888
2901
  bind: e,
2889
2902
  required: t
2890
- }), In = ({ bind: e, required: t, toggleOpen: s }) => v({
2903
+ }), Tn = ({ bind: e, required: t, toggleOpen: s }) => v({
2891
2904
  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",
2892
2905
  click: s
2893
2906
  }, [
2894
- Dn({ bind: e, required: t }),
2895
- V(({ state: n }) => [
2896
- u(W.date(["[[start]]", n], "Start Date")),
2897
- u(" - "),
2898
- u(W.date(["[[end]]", n], "End Date"))
2907
+ In({ bind: e, required: t }),
2908
+ q(({ state: n }) => [
2909
+ f(V.date(["[[start]]", n], "Start Date")),
2910
+ f(" - "),
2911
+ f(V.date(["[[end]]", n], "End Date"))
2899
2912
  ]),
2900
- E({ html: h.calendar.days })
2901
- ]), Tn = ({ handleDateSelect: e, blockPriorDates: t }) => ve((s, n, a) => new ae({
2913
+ U({ html: g.calendar.days })
2914
+ ]), Pn = ({ handleDateSelect: e, blockPriorDates: t }) => ve((s, n, a) => new ae({
2902
2915
  cache: "dropdown",
2903
2916
  parent: a,
2904
2917
  button: a.panel,
2905
2918
  size: "xl"
2906
2919
  }, [
2907
- new $n({
2920
+ new Dn({
2908
2921
  startDate: a.state.start,
2909
2922
  endDate: a.state.end,
2910
2923
  onRangeSelect: e,
2911
2924
  blockPriorDates: t
2912
2925
  })
2913
- ])), Bo = O(
2926
+ ])), zo = F(
2914
2927
  {
2915
2928
  /**
2916
2929
  * The initial state of the DateRangePicker.
@@ -2943,15 +2956,15 @@ const Dn = ({ bind: e, required: t }) => p({
2943
2956
  */
2944
2957
  render() {
2945
2958
  const e = (s, { state: n }) => n.toggle("open"), t = (s, n) => {
2946
- 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);
2959
+ this.state.start = s, this.state.end = n, this.state.open = !1, this.input.value = `${s}-${n}`, H.trigger("change", this.input), typeof this.onChange == "function" && this.onChange({ start: s, end: n }, this.parent);
2947
2960
  };
2948
2961
  return o({ class: "relative w-full max-w-[320px]" }, [
2949
- In({
2962
+ Tn({
2950
2963
  toggleOpen: e,
2951
2964
  bind: this.bind,
2952
2965
  required: this.required
2953
2966
  }),
2954
- Tn({
2967
+ Pn({
2955
2968
  handleDateSelect: t,
2956
2969
  blockPriorDates: this.blockPriorDates || !1
2957
2970
  })
@@ -2963,7 +2976,7 @@ function Mn(e) {
2963
2976
  let t = "";
2964
2977
  return e.length > 0 && (t = e.substring(0, 2), e.length > 2 && (t += ":" + e.substring(2, 4))), t;
2965
2978
  }
2966
- function Pn(e) {
2979
+ function Bn(e) {
2967
2980
  if (e.length < 4)
2968
2981
  return { formattedTime: null, hour: null, minute: null, meridian: null };
2969
2982
  const t = parseInt(e.substring(0, 2), 10), s = parseInt(e.substring(2, 4), 10);
@@ -2977,7 +2990,7 @@ function Pn(e) {
2977
2990
  meridian: a
2978
2991
  };
2979
2992
  }
2980
- function Bn({ bind: e, required: t }) {
2993
+ function zn({ bind: e, required: t }) {
2981
2994
  return p({
2982
2995
  cache: "input",
2983
2996
  class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
@@ -2985,7 +2998,7 @@ function Bn({ bind: e, required: t }) {
2985
2998
  required: t
2986
2999
  });
2987
3000
  }
2988
- function zn({ placeholder: e, handleInputChange: t, handleInputFocus: s }) {
3001
+ function On({ placeholder: e, handleInputChange: t, handleInputFocus: s }) {
2989
3002
  return p({
2990
3003
  cache: "timeInput",
2991
3004
  class: "flex-1 bg-transparent outline-none placeholder:text-muted-foreground border-0",
@@ -2995,21 +3008,21 @@ function zn({ placeholder: e, handleInputChange: t, handleInputFocus: s }) {
2995
3008
  onState: ["selectedTime", (n) => n || ""]
2996
3009
  });
2997
3010
  }
2998
- function On({ bind: e, required: t, toggleOpen: s, handleInputChange: n, handleInputFocus: a, placeholder: l }) {
3011
+ function Nn({ bind: e, required: t, toggleOpen: s, handleInputChange: n, handleInputFocus: a, placeholder: l }) {
2999
3012
  return o(
3000
3013
  {
3001
3014
  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"
3002
3015
  },
3003
3016
  [
3004
- Bn({ bind: e, required: t }),
3005
- zn({ placeholder: l, handleInputChange: n, handleInputFocus: a }),
3017
+ zn({ bind: e, required: t }),
3018
+ On({ placeholder: l, handleInputChange: n, handleInputFocus: a }),
3006
3019
  v(
3007
3020
  {
3008
3021
  class: "shrink-0 hover:bg-muted/50 rounded p-1 cursor-pointer",
3009
3022
  click: s
3010
3023
  },
3011
3024
  [
3012
- E({ html: h.clock })
3025
+ U({ html: g.clock })
3013
3026
  ]
3014
3027
  )
3015
3028
  ]
@@ -3029,7 +3042,7 @@ function ue({ items: e, handleTimeSelect: t, state: s, stateValue: n, pad: a = !
3029
3042
  })
3030
3043
  );
3031
3044
  }
3032
- function Nn({ handleTimeSelect: e }) {
3045
+ function Fn({ handleTimeSelect: e }) {
3033
3046
  return ve(
3034
3047
  (t, s, n) => new ae(
3035
3048
  {
@@ -3089,7 +3102,7 @@ function Ge(e) {
3089
3102
  meridian: l
3090
3103
  });
3091
3104
  }
3092
- const zo = O(
3105
+ const Oo = F(
3093
3106
  {
3094
3107
  /**
3095
3108
  * The initial shallow state of the TimePicker.
@@ -3138,13 +3151,13 @@ const zo = O(
3138
3151
  */
3139
3152
  handleInputChange(e) {
3140
3153
  let t = e.target.value.replace(/[^\d]/g, ""), s = Mn(t);
3141
- const n = Pn(t);
3154
+ const n = Bn(t);
3142
3155
  n.formattedTime && (s = n.formattedTime, this.state.set({
3143
3156
  hour: n.hour,
3144
3157
  minute: n.minute,
3145
3158
  meridian: n.meridian,
3146
3159
  selectedTime: n.formattedTime
3147
- }), this.input.value = n.formattedTime, j.trigger("change", this.input), typeof this.change == "function" && this.change(n.formattedTime)), e.target.value = s;
3160
+ }), this.input.value = n.formattedTime, H.trigger("change", this.input), typeof this.change == "function" && this.change(n.formattedTime)), e.target.value = s;
3148
3161
  },
3149
3162
  /**
3150
3163
  * Handles input focus - select all text for easy editing.
@@ -3162,7 +3175,7 @@ const zo = O(
3162
3175
  handleTimeSelect({ hour: e, minute: t, meridian: s }) {
3163
3176
  if (e && (this.state.hour = e), t && (this.state.minute = t), s && (this.state.meridian = s), this.state.hour && this.state.minute && this.state.meridian) {
3164
3177
  const n = `${this.state.hour}:${this.state.minute} ${this.state.meridian}`;
3165
- this.state.selectedTime = n, this.state.open = !1, this.input.value = n, j.trigger("change", this.input), typeof this.change == "function" && this.change(n);
3178
+ this.state.selectedTime = n, this.state.open = !1, this.input.value = n, H.trigger("change", this.input), typeof this.change == "function" && this.change(n);
3166
3179
  }
3167
3180
  },
3168
3181
  /**
@@ -3174,7 +3187,7 @@ const zo = O(
3174
3187
  return o(
3175
3188
  { class: "relative w-full max-w-[320px]" },
3176
3189
  [
3177
- On({
3190
+ Nn({
3178
3191
  toggleOpen: this.toggleOpen.bind(this),
3179
3192
  bind: this.bind,
3180
3193
  required: this.required,
@@ -3182,18 +3195,18 @@ const zo = O(
3182
3195
  handleInputFocus: this.handleInputFocus.bind(this),
3183
3196
  placeholder: this.placeholder
3184
3197
  }),
3185
- Nn({
3198
+ Fn({
3186
3199
  handleTimeSelect: this.handleTimeSelect.bind(this)
3187
3200
  })
3188
3201
  ]
3189
3202
  );
3190
3203
  }
3191
3204
  }
3192
- ), Fn = (e, t) => o({ class: `hidden md:flex items-start justify-center w-6 h-6 mr-3 ${t}` }, [
3205
+ ), Ln = (e, t) => o({ class: `hidden md:flex items-start justify-center w-6 h-6 mr-3 ${t}` }, [
3193
3206
  x({ size: "lg" }, e)
3194
- ]), Ln = ({ title: e }) => ee({ class: "flex flex-auto items-center" }, [
3207
+ ]), Rn = ({ title: e }) => ee({ class: "flex flex-auto items-center" }, [
3195
3208
  Z({ class: "text-lg font-semibold" }, e)
3196
- ]), Oo = i((e, t) => pt(
3209
+ ]), No = i((e, t) => pt(
3197
3210
  {
3198
3211
  class: `fixed pullUpIn z-30 w-[98%] border md:w-full max-w-lg bg-popover text-foreground shadow-lg duration-200
3199
3212
  rounded-lg flex flex-auto flex-col
@@ -3206,10 +3219,10 @@ const zo = O(
3206
3219
  o({ class: "flex flex-auto p-6 pb-12 md:pb-6" }, [
3207
3220
  // Icon and content
3208
3221
  // @ts-ignore
3209
- e.icon && Fn(e.icon, e.iconColor),
3222
+ e.icon && Ln(e.icon, e.iconColor),
3210
3223
  o({ class: "flex flex-auto flex-col gap-4" }, [
3211
3224
  o({ class: "flex flex-auto flex-col gap-y-2" }, [
3212
- Ln(e),
3225
+ Rn(e),
3213
3226
  // @ts-ignore
3214
3227
  e.description && k({ class: "flex flex-auto flex-col text-sm text-muted-foreground" }, e.description),
3215
3228
  o({ class: "flex flex-auto flex-col text-sm text-muted-foreground" }, t)
@@ -3219,7 +3232,7 @@ const zo = O(
3219
3232
  ])
3220
3233
  ])
3221
3234
  ]
3222
- )), No = i((e, t = []) => o({ class: "w-full max-w-md p-6 m-auto" }, [
3235
+ )), Fo = i((e, t = []) => o({ class: "w-full max-w-md p-6 m-auto" }, [
3223
3236
  at({ class: "flex flex-auto flex-col" }, [
3224
3237
  o({ class: "flex flex-auto flex-col gap-y-4" }, [
3225
3238
  o({ class: "flex flex-auto items-center justify-center" }, [
@@ -3253,17 +3266,17 @@ i(({ value: e, label: t }) => v({
3253
3266
  const An = (e, t) => {
3254
3267
  const s = e.toggleAllSelectedRows();
3255
3268
  t.state.checked = !s;
3256
- }, Rn = (e) => Xe({ class: `cursor-pointer py-3 px-4 text-base w-10 ${e.class || ""}` }, [
3257
- V((t) => new Gt({ class: "mr-2", onChange: (s, n) => An(t, n) }))
3258
- ]), jn = ({ align: e, sortable: t, key: s, label: n, sort: a, class: l }) => {
3269
+ }, jn = (e) => Xe({ class: `cursor-pointer py-3 px-4 text-base w-10 ${e.class || ""}` }, [
3270
+ q((t) => new Kt({ class: "mr-2", onChange: (s, n) => An(t, n) }))
3271
+ ]), En = ({ align: e, sortable: t, key: s, label: n, sort: a, class: l }) => {
3259
3272
  const r = e || "justify-start";
3260
3273
  return Xe({
3261
3274
  class: `cursor-pointer py-3 px-4 text-base ${l || ""}`,
3262
3275
  click: t && (() => a(s))
3263
3276
  }, [
3264
3277
  o({ class: `flex flex-auto w-full items-center ${r}` }, [
3265
- u(n),
3266
- t && E({ class: "ml-2", html: h.arrows.upDown })
3278
+ f(n),
3279
+ t && U({ class: "ml-2", html: g.arrows.upDown })
3267
3280
  ])
3268
3281
  ]);
3269
3282
  }, De = (e) => yt([
@@ -3271,7 +3284,7 @@ const An = (e, t) => {
3271
3284
  class: "text-muted-foreground border-b",
3272
3285
  map: [
3273
3286
  e.headers,
3274
- (t) => t.label === "checkbox" ? Rn({ toggle: e.toggle }) : jn({
3287
+ (t) => t.label === "checkbox" ? jn({ toggle: e.toggle }) : En({
3275
3288
  align: t.align,
3276
3289
  sortable: t.sortable,
3277
3290
  key: t.key,
@@ -3280,7 +3293,7 @@ const An = (e, t) => {
3280
3293
  })
3281
3294
  ]
3282
3295
  })
3283
- ]), En = ({ key: e, rows: t, selectRow: s, rowItem: n, emptyState: a, skeleton: l, columnCount: r }) => new $t({
3296
+ ]), _n = ({ key: e, rows: t, selectRow: s, rowItem: n, emptyState: a, skeleton: l, columnCount: r }) => new $t({
3284
3297
  cache: "list",
3285
3298
  key: e,
3286
3299
  items: t,
@@ -3298,7 +3311,7 @@ class rt extends S {
3298
3311
  */
3299
3312
  setData() {
3300
3313
  let t = this.rows && this.rows.length > 0;
3301
- return (this.loadMoreItems || this.tableData) && !t && (t = null), new z({
3314
+ return (this.loadMoreItems || this.tableData) && !t && (t = null), new N({
3302
3315
  selectedRows: [],
3303
3316
  // @ts-ignore
3304
3317
  hasItems: t,
@@ -3376,7 +3389,7 @@ class rt extends S {
3376
3389
  this.headers && De({ headers: this.headers, sort: (n) => this.sortRows(n) }),
3377
3390
  // @ts-ignore
3378
3391
  this.customHeader ?? null,
3379
- En({
3392
+ _n({
3380
3393
  // @ts-ignore
3381
3394
  key: this.key,
3382
3395
  // @ts-ignore
@@ -3469,7 +3482,7 @@ const Hn = (e) => new Dt({
3469
3482
  skeleton: e.skeleton,
3470
3483
  columnCount: e.columnCount
3471
3484
  });
3472
- class _n extends rt {
3485
+ class Un extends rt {
3473
3486
  /**
3474
3487
  * Renders the DataTable component.
3475
3488
  *
@@ -3523,7 +3536,7 @@ class _n extends rt {
3523
3536
  this.list.refresh();
3524
3537
  }
3525
3538
  }
3526
- const Fo = i((e) => new _n(
3539
+ const Lo = i((e) => new Un(
3527
3540
  {
3528
3541
  // @ts-ignore
3529
3542
  cache: e.cache ?? "list",
@@ -3556,7 +3569,7 @@ const Fo = i((e) => new _n(
3556
3569
  // @ts-ignore
3557
3570
  skeleton: e.skeleton
3558
3571
  }
3559
- )), Un = (e) => new It({
3572
+ )), Yn = (e) => new It({
3560
3573
  cache: "list",
3561
3574
  scrollContainer: e.scrollContainer,
3562
3575
  loadMoreItems: e.loadMoreItems,
@@ -3571,7 +3584,7 @@ const Fo = i((e) => new _n(
3571
3584
  skeleton: e.skeleton,
3572
3585
  columnCount: e.columnCount
3573
3586
  });
3574
- class Yn extends rt {
3587
+ class Wn extends rt {
3575
3588
  /**
3576
3589
  * Renders the DataTable component.
3577
3590
  *
@@ -3587,7 +3600,7 @@ class Yn extends rt {
3587
3600
  this.headers && De({ headers: this.headers, sort: (n) => this.sortRows(n) }),
3588
3601
  // @ts-ignore
3589
3602
  this.customHeader ?? null,
3590
- Un({
3603
+ Yn({
3591
3604
  // @ts-ignore
3592
3605
  scrollContainer: this.scrollContainer,
3593
3606
  // @ts-ignore
@@ -3627,7 +3640,7 @@ class Yn extends rt {
3627
3640
  this.list.refresh();
3628
3641
  }
3629
3642
  }
3630
- const Lo = i((e) => new Yn(
3643
+ const Ro = i((e) => new Wn(
3631
3644
  {
3632
3645
  // @ts-ignore
3633
3646
  cache: e.cache ?? "list",
@@ -3662,28 +3675,28 @@ const Lo = i((e) => new Yn(
3662
3675
  // @ts-ignore
3663
3676
  skeleton: e.skeleton
3664
3677
  }
3665
- )), Wn = i(({ name: e, email: t }) => o({ class: "min-w-0 flex-auto" }, [
3678
+ )), Vn = i(({ name: e, email: t }) => o({ class: "min-w-0 flex-auto" }, [
3666
3679
  k({ class: "text-base font-semibold leading-6 m-0" }, e),
3667
3680
  k({ class: "truncate text-sm leading-5 text-muted-foreground m-0" }, t)
3668
- ])), Vn = () => o({ class: "flex items-center gap-x-1.5" }, [
3681
+ ])), qn = () => o({ class: "flex items-center gap-x-1.5" }, [
3669
3682
  o({ class: "flex-none rounded-full bg-emerald-500/20 p-1" }, [
3670
3683
  o({ class: "h-1.5 w-1.5 rounded-full bg-emerald-500" })
3671
3684
  ]),
3672
3685
  k({ class: "text-xs leading-5 text-gray-500" }, "Online")
3673
- ]), qn = (e) => k({ class: "text-xs leading-5 text-muted-foreground" }, [
3674
- u("Last seen "),
3686
+ ]), Gn = (e) => k({ class: "text-xs leading-5 text-muted-foreground" }, [
3687
+ f("Last seen "),
3675
3688
  vt({ datetime: e }, "3h ago")
3676
- ]), Gn = (e, t) => e === "online" ? Vn() : qn(t), Kn = i(({ role: e, lastSeen: t, status: s }) => o({ class: "hidden shrink-0 sm:flex sm:flex-col sm:items-end" }, [
3689
+ ]), Kn = (e, t) => e === "online" ? qn() : Gn(t), Qn = i(({ role: e, lastSeen: t, status: s }) => o({ class: "hidden shrink-0 sm:flex sm:flex-col sm:items-end" }, [
3677
3690
  k({ class: "text-sm leading-6 m-0" }, e),
3678
- Gn(s, t)
3679
- ])), Qn = (e) => e.split(" ").map((s) => s[0]).join(""), Jn = i((e) => we({ class: "fadeIn flex justify-between gap-x-6 py-4 px-4 rounded-md hover:bg-muted/50" }, [
3691
+ Kn(s, t)
3692
+ ])), Jn = (e) => e.split(" ").map((s) => s[0]).join(""), Xn = i((e) => we({ class: "fadeIn flex justify-between gap-x-6 py-4 px-4 rounded-md hover:bg-muted/50" }, [
3680
3693
  o({ class: "flex min-w-0 gap-x-4" }, [
3681
3694
  // @ts-ignore
3682
- Ns({ src: e.image, alt: e.name, fallbackText: Qn(e.name) }),
3695
+ Fs({ src: e.image, alt: e.name, fallbackText: Jn(e.name) }),
3683
3696
  // @ts-ignore
3684
- Wn({ name: e.name, email: e.email })
3697
+ Vn({ name: e.name, email: e.email })
3685
3698
  ]),
3686
- Kn({
3699
+ Qn({
3687
3700
  // @ts-ignore
3688
3701
  role: e.role,
3689
3702
  // @ts-ignore
@@ -3698,9 +3711,9 @@ const Lo = i((e) => new Yn(
3698
3711
  items: e.users,
3699
3712
  role: "list",
3700
3713
  class: "divide-y divide-border",
3701
- rowItem: Jn
3714
+ rowItem: Xn
3702
3715
  }));
3703
- class Xn extends S {
3716
+ class Zn extends S {
3704
3717
  /**
3705
3718
  * This will declare the props for the compiler.
3706
3719
  *
@@ -3761,14 +3774,14 @@ class Xn extends S {
3761
3774
  });
3762
3775
  }
3763
3776
  }
3764
- const Zn = i(({ options: e, click: t }, s) => ({
3777
+ const ea = i(({ options: e, click: t }, s) => ({
3765
3778
  tag: "li",
3766
3779
  ...{
3767
3780
  class: `relative flex flex-row w-auto text-left p-0 transition-all cursor-pointer min-w-[48px] option${e ? " sub" : ""}`,
3768
3781
  click: t
3769
3782
  },
3770
3783
  children: s
3771
- })), ea = (e, t = null, s = !1) => [
3784
+ })), ta = (e, t = null, s = !1) => [
3772
3785
  t && o({
3773
3786
  class: "icon w-12 rounded-md flex items-center justify-center min-w-12",
3774
3787
  onState: ["selected", {
@@ -3777,8 +3790,8 @@ const Zn = i(({ options: e, click: t }, s) => ({
3777
3790
  }, [
3778
3791
  x({ size: "sm" }, t)
3779
3792
  ]),
3780
- H({ class: "label flex flex-auto text-sm items-center cursor-pointer whitespace-nowrap" }, e),
3781
- s && u(
3793
+ Y({ class: "label flex flex-auto text-sm items-center cursor-pointer whitespace-nowrap" }, e),
3794
+ s && f(
3782
3795
  {
3783
3796
  class: "flex justify-center items-center px-1 transition-all text-muted-foreground mr-2",
3784
3797
  onState: [
@@ -3791,7 +3804,7 @@ const Zn = i(({ options: e, click: t }, s) => ({
3791
3804
  ]
3792
3805
  },
3793
3806
  [
3794
- x({ size: "xs" }, h.chevron.single.down)
3807
+ x({ size: "xs" }, g.chevron.single.down)
3795
3808
  ]
3796
3809
  )
3797
3810
  ];
@@ -3812,7 +3825,7 @@ class it extends S {
3812
3825
  */
3813
3826
  render() {
3814
3827
  const t = !this.options && this.callBack;
3815
- return Zn(
3828
+ return ea(
3816
3829
  { options: this.options, click: t },
3817
3830
  [
3818
3831
  this.addLink()
@@ -3826,7 +3839,7 @@ class it extends S {
3826
3839
  * @protected
3827
3840
  */
3828
3841
  addLink() {
3829
- const t = this.options && this.options.length > 0, s = this.content || ea(String(this.label), this.icon, t);
3842
+ const t = this.options && this.options.length > 0, s = this.content || ta(String(this.label), this.icon, t);
3830
3843
  return this.href ? new Ct(
3831
3844
  {
3832
3845
  class: "flex flex-auto flex-row rounded-md transition-all overflow-x-hidden",
@@ -3836,7 +3849,7 @@ class it extends S {
3836
3849
  exact: this.exact || !1
3837
3850
  },
3838
3851
  s
3839
- ) : new Xn({
3852
+ ) : new Zn({
3840
3853
  class: "flex flex-auto flex-row rounded-md transition-all overflow-x-hidden",
3841
3854
  cache: "link",
3842
3855
  checkCallBack: this.checkCallBack
@@ -3854,10 +3867,10 @@ class it extends S {
3854
3867
  this.link.update(t);
3855
3868
  }
3856
3869
  }
3857
- const ta = i(({ map: e }, t) => te({ class: "navigation-group flex flex-col gap-2 list-none m-0 py-2 px-0", map: e }, [
3870
+ const sa = i(({ map: e }, t) => te({ class: "navigation-group flex flex-col gap-2 list-none m-0 py-2 px-0", map: e }, [
3858
3871
  Ke({ class: "text-muted-foreground text-sm py-0 px-4 whitespace-nowrap" }, t)
3859
3872
  ]));
3860
- class sa extends S {
3873
+ class na extends S {
3861
3874
  /**
3862
3875
  * This will declare the props for the compiler.
3863
3876
  *
@@ -3906,7 +3919,7 @@ class sa extends S {
3906
3919
  */
3907
3920
  addGroup(t) {
3908
3921
  const s = this.mapOptions(t.options);
3909
- return ta({ map: s }, t.group);
3922
+ return sa({ map: s }, t.group);
3910
3923
  }
3911
3924
  /**
3912
3925
  * This will add a link.
@@ -3918,7 +3931,7 @@ class sa extends S {
3918
3931
  return new it(t);
3919
3932
  }
3920
3933
  }
3921
- class ct extends sa {
3934
+ class ct extends na {
3922
3935
  onCreated() {
3923
3936
  this.links = [];
3924
3937
  }
@@ -3929,7 +3942,7 @@ class ct extends sa {
3929
3942
  * @returns {object}
3930
3943
  */
3931
3944
  setupSubNav(t) {
3932
- return new oa(
3945
+ return new la(
3933
3946
  {
3934
3947
  parentLink: t,
3935
3948
  options: t.options
@@ -3964,11 +3977,11 @@ class ct extends sa {
3964
3977
  };
3965
3978
  }
3966
3979
  }
3967
- const he = /* @__PURE__ */ new Map(), na = (e, t) => (he.has(e) || he.set(e, new RegExp(`${e}($|/|\\.).*`)), he.get(e).test(t)), aa = (e, t) => {
3980
+ const he = /* @__PURE__ */ new Map(), aa = (e, t) => (he.has(e) || he.set(e, new RegExp(`${e}($|/|\\.).*`)), he.get(e).test(t)), oa = (e, t) => {
3968
3981
  const s = e.link.panel.pathname;
3969
- return !s && e.isSelected() ? !0 : e.exact ? t === s : na(s, t);
3982
+ return !s && e.isSelected() ? !0 : e.exact ? t === s : aa(s, t);
3970
3983
  };
3971
- class oa extends ct {
3984
+ class la extends ct {
3972
3985
  /**
3973
3986
  * This will declare the props for the compiler.
3974
3987
  *
@@ -4050,27 +4063,27 @@ class oa extends ct {
4050
4063
  updateLinks(t) {
4051
4064
  let s = !1;
4052
4065
  for (const n of this.links)
4053
- if (n.rendered && (s = aa(n, t), s === !0))
4066
+ if (n.rendered && (s = oa(n, t), s === !0))
4054
4067
  break;
4055
4068
  this.parentLink.update(s);
4056
4069
  }
4057
4070
  }
4058
- const la = (e) => pe({ class: "text-lg ml-2" }, e), ra = (e) => o({ class: "sticky flex flex-row items-center bg-popover lg:hidden top-0 z-10 border-0 border-b" }, [
4071
+ const ra = (e) => pe({ class: "text-lg ml-2" }, e), ia = (e) => o({ class: "sticky flex flex-row items-center bg-popover lg:hidden top-0 z-10 border-0 border-b" }, [
4059
4072
  b({
4060
4073
  variant: "icon",
4061
4074
  class: "m-2",
4062
4075
  click: (t, { state: s }) => s.toggle("open"),
4063
- icon: h.arrows.left
4076
+ icon: g.arrows.left
4064
4077
  }),
4065
- e.title && la(e.title)
4066
- ]), ia = () => o({
4078
+ e.title && ra(e.title)
4079
+ ]), ca = () => o({
4067
4080
  class: `
4068
4081
  absolute inset-0 bg-black/40 z-[-1] fadeIn
4069
4082
  transition-opacity duration-200
4070
4083
  `,
4071
4084
  click: (e, { state: t }) => t.open = !1
4072
4085
  });
4073
- class ca extends S {
4086
+ class da extends S {
4074
4087
  /**
4075
4088
  * This will declare the props for the compiler.
4076
4089
  *
@@ -4089,7 +4102,7 @@ class ca extends S {
4089
4102
  class: "fixed inset-0 z-50",
4090
4103
  style: "[[typeClass]]"
4091
4104
  }, [
4092
- ia(),
4105
+ ca(),
4093
4106
  // Popover Content
4094
4107
  o({
4095
4108
  class: `
@@ -4098,7 +4111,7 @@ class ca extends S {
4098
4111
  dataSet: ["open", ["expanded", !0, "true"]]
4099
4112
  }, [
4100
4113
  o({ class: "flex flex-auto flex-col w-full h-full overflow-y-auto max-h-[85vh] rounded-md bg-popover border" }, [
4101
- ra({ title: this.title }),
4114
+ ia({ title: this.title }),
4102
4115
  o({ class: "flex flex-auto flex-col" }, this.children)
4103
4116
  ])
4104
4117
  ])
@@ -4141,16 +4154,16 @@ const dt = () => b({ class: "m-2", variant: "ghost", addState() {
4141
4154
  open: !1
4142
4155
  };
4143
4156
  }, click: (e, { state: t }) => t.toggle("open") }, [
4144
- x({}, h.bar.three)
4145
- ]), da = (e) => pe({ class: "text-lg ml-2" }, e), ua = (e) => o({ class: "flex flex-auto flex-row items-center lg:hidden" }, [
4157
+ x({}, g.bar.three)
4158
+ ]), ua = (e) => pe({ class: "text-lg ml-2" }, e), ha = (e) => o({ class: "flex flex-auto flex-row items-center lg:hidden" }, [
4146
4159
  dt(),
4147
- e.title && da(e.title)
4160
+ e.title && ua(e.title)
4148
4161
  ]), ut = (e, t) => e.map((s) => s.options ? { ...s, options: ut(s.options, t) } : { ...s, callBack: t }), ht = (e) => o({ class: "bg-background flex flex-auto flex-col w-full relative" }, [
4149
4162
  M(
4150
4163
  "open",
4151
4164
  (t) => t ? [
4152
- new ca({ title: e.title }, [
4153
- V(({ state: s }) => {
4165
+ new da({ title: e.title }, [
4166
+ q(({ state: s }) => {
4154
4167
  const n = (l) => s.open = !1, a = ut(e.options, n);
4155
4168
  return new ct(
4156
4169
  {
@@ -4161,23 +4174,23 @@ const dt = () => b({ class: "m-2", variant: "ghost", addState() {
4161
4174
  ])
4162
4175
  ] : null
4163
4176
  )
4164
- ]), Ro = i((e) => o({ cache: "mobileNav", class: "inline-flex relative lg:hidden" }, [
4177
+ ]), jo = i((e) => o({ cache: "mobileNav", class: "inline-flex relative lg:hidden" }, [
4165
4178
  o([
4166
4179
  dt(),
4167
4180
  ht(e)
4168
4181
  ])
4169
- ])), jo = i((e) => o({ cache: "mobileNav", class: "flex flex-auto flex-col w-full relative lg:hidden" }, [
4182
+ ])), Eo = i((e) => o({ cache: "mobileNav", class: "flex flex-auto flex-col w-full relative lg:hidden" }, [
4170
4183
  o({ class: "flex flex-auto flex-col w-full" }, [
4171
- ua(e),
4184
+ ha(e),
4172
4185
  ht(e)
4173
4186
  ])
4174
- ])), Eo = i((e) => {
4187
+ ])), _o = i((e) => {
4175
4188
  const t = e.margin || "m-4 ml-0";
4176
4189
  return o({ class: `flex-none ${t}` }, [
4177
4190
  b({ variant: "back", class: "ghost", ...e })
4178
4191
  ]);
4179
4192
  });
4180
- class ha extends S {
4193
+ class fa extends S {
4181
4194
  /**
4182
4195
  * This will declare the props for the compiler.
4183
4196
  *
@@ -4278,7 +4291,7 @@ et.addType("dockableOverlay", (e) => {
4278
4291
  const t = e.component;
4279
4292
  t && t.rendered === !0 && t.state.docked === !1 && t.destroy();
4280
4293
  });
4281
- class Ho extends ha {
4294
+ class Ho extends fa {
4282
4295
  /**
4283
4296
  * This will stop presistence.
4284
4297
  *
@@ -4383,7 +4396,7 @@ class Ho extends ha {
4383
4396
  this.state.docked = this.canDock();
4384
4397
  }
4385
4398
  }
4386
- const fa = i(({ index: e, click: t, state: s }, n) => we({
4399
+ const ga = i(({ index: e, click: t, state: s }, n) => we({
4387
4400
  class: "p-2 cursor-pointer hover:bg-muted/50",
4388
4401
  onState: [
4389
4402
  [s, "selectedIndex", {
@@ -4392,11 +4405,11 @@ const fa = i(({ index: e, click: t, state: s }, n) => we({
4392
4405
  }]
4393
4406
  ],
4394
4407
  click: () => t(e)
4395
- }, n)), ga = i(({ selectOption: e, state: t }) => te({
4408
+ }, n)), ma = i(({ selectOption: e, state: t }) => te({
4396
4409
  class: "border rounded-md list-none m-0 p-0 max-h-[400px] overflow-y-auto",
4397
- for: ["filteredOptions", (s, n) => fa({ index: n, click: e, state: t }, s.label)]
4398
- })), ma = i((e) => o({ class: "relative flex flex-auto items-center" }, [
4399
- N({
4410
+ for: ["filteredOptions", (s, n) => ga({ index: n, click: e, state: t }, s.label)]
4411
+ })), ba = i((e) => o({ class: "relative flex flex-auto items-center" }, [
4412
+ L({
4400
4413
  cache: "input",
4401
4414
  // @ts-ignore
4402
4415
  class: e.class ?? "",
@@ -4420,7 +4433,7 @@ const fa = i(({ index: e, click: t, state: s }, n) => we({
4420
4433
  // @ts-ignore
4421
4434
  x({ size: "sm" }, e.icon)
4422
4435
  ])
4423
- ])), ba = (e) => o({
4436
+ ])), xa = (e) => o({
4424
4437
  class: "relative flex fle-auto flex-col",
4425
4438
  onState: ["open", (t, s, n) => {
4426
4439
  if (t)
@@ -4430,10 +4443,10 @@ const fa = i(({ index: e, click: t, state: s }, n) => we({
4430
4443
  button: n.input,
4431
4444
  size: "xl"
4432
4445
  }, [
4433
- ga(e)
4446
+ ma(e)
4434
4447
  ]);
4435
4448
  }]
4436
- }), _o = P(
4449
+ }), Uo = B(
4437
4450
  {
4438
4451
  /**
4439
4452
  * This will set up the data object.
@@ -4442,7 +4455,7 @@ const fa = i(({ index: e, click: t, state: s }, n) => we({
4442
4455
  */
4443
4456
  setData() {
4444
4457
  const e = this.options || [];
4445
- return new z({
4458
+ return new N({
4446
4459
  options: e,
4447
4460
  filteredOptions: e
4448
4461
  });
@@ -4530,7 +4543,7 @@ const fa = i(({ index: e, click: t, state: s }, n) => we({
4530
4543
  */
4531
4544
  render() {
4532
4545
  return o({ class: "relative w-full max-w-md" }, [
4533
- ma({
4546
+ ba({
4534
4547
  // @ts-ignore
4535
4548
  state: this.state,
4536
4549
  // @ts-ignore
@@ -4542,7 +4555,7 @@ const fa = i(({ index: e, click: t, state: s }, n) => we({
4542
4555
  // @ts-ignore
4543
4556
  handleKeyDown: this.handleKeyDown.bind(this)
4544
4557
  }),
4545
- ba({
4558
+ xa({
4546
4559
  // @ts-ignore
4547
4560
  state: this.state,
4548
4561
  // @ts-ignore
@@ -4553,8 +4566,8 @@ const fa = i(({ index: e, click: t, state: s }, n) => we({
4553
4566
  ]);
4554
4567
  }
4555
4568
  }
4556
- ), Uo = i((e) => {
4557
- const t = e.icon ?? h.magnifyingGlass.default;
4569
+ ), Yo = i((e) => {
4570
+ const t = e.icon ?? g.magnifyingGlass.default;
4558
4571
  return o({
4559
4572
  // @ts-ignore
4560
4573
  class: `relative flex items-center w-full rounded-xl bg-muted/30 focus-within:ring-2 focus-within:ring-ring transition-all ${e.containerClass || ""}`
@@ -4589,7 +4602,7 @@ const fa = i(({ index: e, click: t, state: s }, n) => we({
4589
4602
  })
4590
4603
  ]);
4591
4604
  });
4592
- class xa extends S {
4605
+ class pa extends S {
4593
4606
  /**
4594
4607
  * This will declare the props for the compiler.
4595
4608
  *
@@ -4607,7 +4620,7 @@ class xa extends S {
4607
4620
  return o({ class: `${this.class || ""}` }, this.children);
4608
4621
  }
4609
4622
  }
4610
- class pa extends xa {
4623
+ class ya extends pa {
4611
4624
  /**
4612
4625
  * This will be called every time the route
4613
4626
  * is activated.
@@ -4617,15 +4630,15 @@ class pa extends xa {
4617
4630
  update(t) {
4618
4631
  }
4619
4632
  }
4620
- const ya = i((e, t) => (e.class = "basic-page pt-[80px] sm:pt-0 flex flex-auto flex-col " + (e.class || ""), {
4633
+ const wa = i((e, t) => (e.class = "basic-page pt-[80px] sm:pt-0 flex flex-auto flex-col " + (e.class || ""), {
4621
4634
  tag: "section",
4622
4635
  ...e,
4623
4636
  children: t
4624
- })), wa = i(({ title: e, description: t }) => ee({ class: "sm:py-8 px-6 md:px-5 flex flex-col" }, [
4637
+ })), va = i(({ title: e, description: t }) => ee({ class: "sm:py-8 px-6 md:px-5 flex flex-col" }, [
4625
4638
  kt({ class: "scroll-m-20 text-3xl font-bold tracking-tight" }, e),
4626
4639
  t && k({ class: "text-base text-muted-foreground py-2 max-w-[700px]" }, t)
4627
4640
  ]));
4628
- class Yo extends pa {
4641
+ class Wo extends ya {
4629
4642
  /**
4630
4643
  * This will declare the props for the compiler.
4631
4644
  *
@@ -4640,141 +4653,141 @@ class Yo extends pa {
4640
4653
  * @returns {object}
4641
4654
  */
4642
4655
  render() {
4643
- return ya([
4644
- wa({
4656
+ return wa([
4657
+ va({
4645
4658
  title: this.title,
4646
4659
  description: this.description
4647
4660
  }),
4648
- Mt(this.children)
4661
+ Pt(this.children)
4649
4662
  ]);
4650
4663
  }
4651
4664
  }
4652
4665
  export {
4653
- mo as $,
4654
- uo as A,
4655
- Eo as B,
4656
- rn as C,
4666
+ bo as $,
4667
+ ho as A,
4668
+ _o as B,
4669
+ cn as C,
4657
4670
  rt as D,
4658
- xo as E,
4659
- Oo as F,
4671
+ po as E,
4672
+ No as F,
4660
4673
  Ho as G,
4661
- Io as H,
4662
- Fo as I,
4663
- Ua as J,
4664
- No as K,
4665
- Na as L,
4666
- so as M,
4667
- La as N,
4674
+ To as H,
4675
+ Lo as I,
4676
+ Ya as J,
4677
+ Fo as K,
4678
+ Fa as L,
4679
+ no as M,
4680
+ Ra as N,
4668
4681
  ne as O,
4669
- Ra as P,
4682
+ ja as P,
4670
4683
  Aa as Q,
4671
4684
  Ha as R,
4672
- Fa as S,
4673
- Ea as T,
4674
- ja as U,
4685
+ La as S,
4686
+ _a as T,
4687
+ Ea as U,
4675
4688
  at as V,
4676
- ho as W,
4677
- go as X,
4678
- fo as Y,
4679
- vs as Z,
4680
- ps as _,
4681
- Ns as a,
4682
- Jn as a$,
4683
- _t as a0,
4684
- bs as a1,
4685
- xs as a2,
4686
- ys as a3,
4687
- R as a4,
4688
- Yo as a5,
4689
- jn as a6,
4690
- eo as a7,
4689
+ fo as W,
4690
+ mo as X,
4691
+ go as Y,
4692
+ ks as Z,
4693
+ ys as _,
4694
+ Fs as a,
4695
+ Xn as a$,
4696
+ Ut as a0,
4697
+ xs as a1,
4698
+ ps as a2,
4699
+ ws as a3,
4700
+ _ as a4,
4701
+ Wo as a5,
4702
+ En as a6,
4703
+ to as a7,
4691
4704
  fe as a8,
4692
- is as a9,
4693
- ra as aA,
4694
- lo as aB,
4695
- Wa as aC,
4696
- $n as aD,
4697
- no as aE,
4698
- ro as aF,
4699
- io as aG,
4700
- Lo as aH,
4701
- _o as aI,
4702
- ma as aJ,
4703
- ao as aK,
4704
- Uo as aL,
4705
- po as aM,
4706
- oa as aN,
4705
+ cs as a9,
4706
+ ia as aA,
4707
+ ro as aB,
4708
+ Va as aC,
4709
+ Dn as aD,
4710
+ ao as aE,
4711
+ io as aF,
4712
+ co as aG,
4713
+ Ro as aH,
4714
+ Uo as aI,
4715
+ ba as aJ,
4716
+ oo as aK,
4717
+ Yo as aL,
4718
+ yo as aM,
4719
+ la as aN,
4707
4720
  De as aO,
4708
- _a as aP,
4709
- Ya as aQ,
4710
- ko as aR,
4711
- qa as aS,
4712
- zo as aT,
4713
- ua as aU,
4714
- Co as aV,
4715
- Pa as aW,
4716
- co as aX,
4721
+ Ua as aP,
4722
+ Wa as aQ,
4723
+ Co as aR,
4724
+ Ga as aS,
4725
+ Oo as aT,
4726
+ ha as aU,
4727
+ So as aV,
4728
+ Ba as aW,
4729
+ uo as aX,
4717
4730
  x as aY,
4718
- Za as aZ,
4731
+ eo as aZ,
4719
4732
  Ao as a_,
4720
- So as aa,
4733
+ $o as aa,
4721
4734
  ct as ab,
4722
- N as ac,
4735
+ L as ac,
4723
4736
  Ht as ad,
4724
- Oa as ae,
4725
- $o as af,
4737
+ Na as ae,
4738
+ Do as af,
4726
4739
  it as ag,
4727
- ya as ah,
4740
+ wa as ah,
4728
4741
  Be as ai,
4729
- Ws as aj,
4730
- Ro as ak,
4731
- jo as al,
4732
- on as am,
4733
- Ka as an,
4742
+ Vs as aj,
4743
+ jo as ak,
4744
+ Eo as al,
4745
+ ln as am,
4746
+ Qa as an,
4734
4747
  dt as ao,
4735
- Xn as ap,
4736
- sa as aq,
4737
- ta as ar,
4738
- ca as as,
4739
- vo as at,
4740
- Ja as au,
4741
- ha as av,
4742
- xa as aw,
4743
- Xa as ax,
4744
- Vs as ay,
4748
+ Zn as ap,
4749
+ na as aq,
4750
+ sa as ar,
4751
+ da as as,
4752
+ ko as at,
4753
+ Xa as au,
4754
+ fa as av,
4755
+ pa as aw,
4756
+ Za as ax,
4757
+ qs as ay,
4745
4758
  ae as az,
4746
- ia as b,
4759
+ ca as b,
4747
4760
  tt as b0,
4748
- O as b1,
4749
- Qa as b2,
4750
- Ks as b3,
4751
- ms as b4,
4752
- Ta as b5,
4753
- Ia as b6,
4754
- B as b7,
4755
- wo as b8,
4761
+ F as b1,
4762
+ Ja as b2,
4763
+ Qs as b3,
4764
+ bs as b4,
4765
+ Pa as b5,
4766
+ Ta as b6,
4767
+ O as b7,
4768
+ vo as b8,
4756
4769
  Ma as c,
4757
- pa as d,
4758
- Do as e,
4770
+ ya as d,
4771
+ Io as e,
4759
4772
  b as f,
4760
- tn as g,
4761
- Et as h,
4762
- Gt as i,
4763
- Rn as j,
4764
- za as k,
4765
- oo as l,
4766
- Ba as m,
4767
- to as n,
4768
- yo as o,
4769
- To as p,
4770
- qs as q,
4773
+ sn as g,
4774
+ _t as h,
4775
+ Kt as i,
4776
+ jn as j,
4777
+ Oa as k,
4778
+ lo as l,
4779
+ za as m,
4780
+ so as n,
4781
+ wo as o,
4782
+ Po as p,
4783
+ Gs as q,
4771
4784
  Mo as r,
4772
- En as s,
4773
- Va as t,
4774
- Po as u,
4775
- Bo as v,
4776
- Ga as w,
4785
+ _n as s,
4786
+ qa as t,
4787
+ Bo as u,
4788
+ zo as v,
4789
+ Ka as w,
4777
4790
  ce as x,
4778
- nn as y,
4779
- bo as z
4791
+ an as y,
4792
+ xo as z
4780
4793
  };