@mateosuarezdev/react-ui 1.0.55 → 1.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +3 -11
- package/dist/index.js +566 -587
- package/package.json +6 -1
package/dist/index.js
CHANGED
|
@@ -16,10 +16,11 @@ import { twMerge as Mr } from "tailwind-merge";
|
|
|
16
16
|
import { atom as Dr } from "@mateosuarezdev/atoms";
|
|
17
17
|
import { ChevronLeft as Dn, ChevronRight as Pn, CalendarDays as On, Clock as Ln, Check as Fn, Minus as Pr, DollarSign as Or, CheckIcon as Xe, EyeOffIcon as Lr, Eye as Fr, XIcon as Ar, ChevronDownIcon as Wr, Search as _r, X as yt, ChevronDown as Yr, Plus as An, XCircle as Rr, TriangleAlert as Ir, CheckCircle as jr, Info as zr, ArrowRight as Hr } from "lucide-react";
|
|
18
18
|
import { AnimatePresence as Ie, motion as ne, useTransform as rn, cancelFrame as re, frame as ct, animate as Ft } from "framer-motion";
|
|
19
|
-
import { useSearchParams as Br, navigate as
|
|
19
|
+
import { useSearchParams as Br, navigate as ke, useInitialChangeEvent as Vr } from "@mateosuarezdev/react-router";
|
|
20
20
|
import { appendErrors as Wn, FormProvider as Xr, useForm as qr, useFormContext as Qe, Controller as Je } from "react-hook-form";
|
|
21
21
|
import { validateFieldsNatively as on, toNestErrors as an } from "@hookform/resolvers";
|
|
22
22
|
import { createGesture as _n } from "@mateosuarezdev/gestures";
|
|
23
|
+
import { EventEmitter as Kr } from "@mateosuarezdev/event-emitter";
|
|
23
24
|
const N = (...e) => Mr(Sr(e));
|
|
24
25
|
function Ze(e, t = 100) {
|
|
25
26
|
let n = null, r = null;
|
|
@@ -30,7 +31,7 @@ function Ze(e, t = 100) {
|
|
|
30
31
|
}, t - (s - n)));
|
|
31
32
|
};
|
|
32
33
|
}
|
|
33
|
-
function
|
|
34
|
+
function _i(e, t = 500) {
|
|
34
35
|
let n = null;
|
|
35
36
|
return function(...r) {
|
|
36
37
|
n && clearTimeout(n), n = setTimeout(() => {
|
|
@@ -38,20 +39,20 @@ function Wi(e, t = 500) {
|
|
|
38
39
|
}, t);
|
|
39
40
|
};
|
|
40
41
|
}
|
|
41
|
-
function
|
|
42
|
+
function Ur(e) {
|
|
42
43
|
if (!e) return "";
|
|
43
44
|
const n = e.trim().replace(/\s+/g, " ").split(" ");
|
|
44
45
|
return n.length === 0 || n[0] === "" ? "" : n.length === 1 ? n[0].charAt(0).toUpperCase() : (n[0].charAt(0) + n[1].charAt(0)).toUpperCase();
|
|
45
46
|
}
|
|
46
|
-
function
|
|
47
|
+
function Gr(e) {
|
|
47
48
|
e.focus();
|
|
48
49
|
const t = e.value.length;
|
|
49
50
|
e.setSelectionRange(t, t);
|
|
50
51
|
}
|
|
51
|
-
function
|
|
52
|
+
function Qr(e) {
|
|
52
53
|
return e.replace(/\s/g, "");
|
|
53
54
|
}
|
|
54
|
-
function
|
|
55
|
+
function Yi(e) {
|
|
55
56
|
return e.toLowerCase().split(" ").map((o) => {
|
|
56
57
|
if (o.length === 0) return o;
|
|
57
58
|
const s = [...o][0], a = o.slice(s.length);
|
|
@@ -62,9 +63,9 @@ function Yn(e) {
|
|
|
62
63
|
return e === null ? "" : e;
|
|
63
64
|
}
|
|
64
65
|
function At(e) {
|
|
65
|
-
return
|
|
66
|
+
return Qr(e) === "" ? null : e;
|
|
66
67
|
}
|
|
67
|
-
function
|
|
68
|
+
function Ri(e, t, n = {}) {
|
|
68
69
|
const r = { ...n };
|
|
69
70
|
return Object.keys(t).forEach((o) => {
|
|
70
71
|
if (t[o] === !0 && o in e) {
|
|
@@ -73,7 +74,7 @@ function Yi(e, t, n = {}) {
|
|
|
73
74
|
}
|
|
74
75
|
}), r;
|
|
75
76
|
}
|
|
76
|
-
class
|
|
77
|
+
class Ii {
|
|
77
78
|
constructor() {
|
|
78
79
|
this.container = null, this.previouslyFocusedElement = null;
|
|
79
80
|
}
|
|
@@ -118,7 +119,7 @@ const lt = (e) => {
|
|
|
118
119
|
scrollPercentageX: t && r > 0 ? e.scrollLeft / r * 100 : 0,
|
|
119
120
|
scrollPercentageY: n && o > 0 ? e.scrollTop / o * 100 : 0
|
|
120
121
|
};
|
|
121
|
-
},
|
|
122
|
+
}, Jr = ({
|
|
122
123
|
onOverflow: e,
|
|
123
124
|
trackScroll: t = !1,
|
|
124
125
|
// New option to enable scroll tracking
|
|
@@ -144,7 +145,7 @@ const lt = (e) => {
|
|
|
144
145
|
window.removeEventListener("resize", l), u && u.disconnect(), f && a && f.removeEventListener("scroll", l);
|
|
145
146
|
};
|
|
146
147
|
}, [r, ...o]), { ref: s };
|
|
147
|
-
},
|
|
148
|
+
}, ji = ({
|
|
148
149
|
trackScroll: e = !1,
|
|
149
150
|
withObserver: t = !1,
|
|
150
151
|
enabled: n = !0,
|
|
@@ -174,7 +175,7 @@ const lt = (e) => {
|
|
|
174
175
|
md: "w-14 h-14 text-xl",
|
|
175
176
|
lg: "h-20 w-20 text-2xl",
|
|
176
177
|
xl: "h-24 w-24 text-2xl"
|
|
177
|
-
},
|
|
178
|
+
}, zi = ({
|
|
178
179
|
src: e,
|
|
179
180
|
name: t,
|
|
180
181
|
size: n = "md",
|
|
@@ -194,7 +195,7 @@ const lt = (e) => {
|
|
|
194
195
|
St[n],
|
|
195
196
|
r
|
|
196
197
|
),
|
|
197
|
-
children:
|
|
198
|
+
children: Ur(t)
|
|
198
199
|
}
|
|
199
200
|
) : /* @__PURE__ */ d(
|
|
200
201
|
"div",
|
|
@@ -207,7 +208,7 @@ const lt = (e) => {
|
|
|
207
208
|
r
|
|
208
209
|
),
|
|
209
210
|
children: /* @__PURE__ */ v(
|
|
210
|
-
|
|
211
|
+
js,
|
|
211
212
|
{
|
|
212
213
|
size: n === "xs" ? 16 : n === "sm" ? 20 : 24,
|
|
213
214
|
fill: "none",
|
|
@@ -223,7 +224,7 @@ const lt = (e) => {
|
|
|
223
224
|
)
|
|
224
225
|
}
|
|
225
226
|
);
|
|
226
|
-
function
|
|
227
|
+
function Hi({
|
|
227
228
|
className: e,
|
|
228
229
|
children: t,
|
|
229
230
|
animate: n = !1,
|
|
@@ -238,7 +239,7 @@ function zi({
|
|
|
238
239
|
}
|
|
239
240
|
);
|
|
240
241
|
}
|
|
241
|
-
function
|
|
242
|
+
function Bi(e) {
|
|
242
243
|
const t = $(null);
|
|
243
244
|
return H(() => {
|
|
244
245
|
const n = (r) => {
|
|
@@ -249,7 +250,7 @@ function Hi(e) {
|
|
|
249
250
|
};
|
|
250
251
|
}, [e]), t;
|
|
251
252
|
}
|
|
252
|
-
function
|
|
253
|
+
function Vi(e, t = {}) {
|
|
253
254
|
const {
|
|
254
255
|
enabled: n = !0,
|
|
255
256
|
events: r = ["mousedown", "touchstart"],
|
|
@@ -283,7 +284,7 @@ function Vt(e, t, n = !0) {
|
|
|
283
284
|
};
|
|
284
285
|
}, [e, t, n]);
|
|
285
286
|
}
|
|
286
|
-
function
|
|
287
|
+
function Zr(e, { target: t = window, event: n = "keydown", enabled: r } = {}) {
|
|
287
288
|
const o = $(e);
|
|
288
289
|
H(() => {
|
|
289
290
|
o.current = e;
|
|
@@ -298,7 +299,7 @@ function Jr(e, { target: t = window, event: n = "keydown", enabled: r } = {}) {
|
|
|
298
299
|
};
|
|
299
300
|
}, [t, n, r]);
|
|
300
301
|
}
|
|
301
|
-
function
|
|
302
|
+
function eo(e) {
|
|
302
303
|
return Tr(
|
|
303
304
|
(t) => e.subscribe(t),
|
|
304
305
|
() => e.get(),
|
|
@@ -315,8 +316,8 @@ const sn = Ze(() => {
|
|
|
315
316
|
typeof window < "u" && (Mt && (window.removeEventListener("resize", sn), Mt = !1), window.addEventListener("resize", sn), Mt = !0);
|
|
316
317
|
const xt = () => (Cn(() => {
|
|
317
318
|
Wt.set(window.innerWidth > 1024);
|
|
318
|
-
}, []),
|
|
319
|
-
function
|
|
319
|
+
}, []), eo(Wt));
|
|
320
|
+
function Xi({
|
|
320
321
|
onLongPress: e,
|
|
321
322
|
onTap: t,
|
|
322
323
|
threshold: n = 500,
|
|
@@ -328,8 +329,8 @@ function Vi({
|
|
|
328
329
|
const f = s.current;
|
|
329
330
|
if (!f) return;
|
|
330
331
|
function m(C, M, P, y) {
|
|
331
|
-
const
|
|
332
|
-
return Math.sqrt(
|
|
332
|
+
const E = C - P, F = M - y;
|
|
333
|
+
return Math.sqrt(E * E + F * F);
|
|
333
334
|
}
|
|
334
335
|
function b(C) {
|
|
335
336
|
if (C.touches.length !== 1) return;
|
|
@@ -356,14 +357,14 @@ function Vi({
|
|
|
356
357
|
function w(C) {
|
|
357
358
|
C.button === 0 && (u.current = !0);
|
|
358
359
|
}
|
|
359
|
-
function
|
|
360
|
+
function k(C) {
|
|
360
361
|
C.button !== 0 || !u.current || (u.current = !1, t?.(C));
|
|
361
362
|
}
|
|
362
363
|
function S(C) {
|
|
363
364
|
C.preventDefault();
|
|
364
365
|
}
|
|
365
|
-
return f.addEventListener("touchstart", b), f.addEventListener("touchmove", h), f.addEventListener("touchend", g), f.addEventListener("mousedown", w), f.addEventListener("mouseup",
|
|
366
|
-
clearTimeout(a.current), f.removeEventListener("touchstart", b), f.removeEventListener("touchmove", h), f.removeEventListener("touchend", g), f.removeEventListener("mousedown", w), f.removeEventListener("mouseup",
|
|
366
|
+
return f.addEventListener("touchstart", b), f.addEventListener("touchmove", h), f.addEventListener("touchend", g), f.addEventListener("mousedown", w), f.addEventListener("mouseup", k), f.addEventListener("contextmenu", S), () => {
|
|
367
|
+
clearTimeout(a.current), f.removeEventListener("touchstart", b), f.removeEventListener("touchmove", h), f.removeEventListener("touchend", g), f.removeEventListener("mousedown", w), f.removeEventListener("mouseup", k), f.removeEventListener("contextmenu", S);
|
|
367
368
|
};
|
|
368
369
|
}, [e, t, n, r, o]), s;
|
|
369
370
|
}
|
|
@@ -374,7 +375,7 @@ function Rn(...e) {
|
|
|
374
375
|
});
|
|
375
376
|
};
|
|
376
377
|
}
|
|
377
|
-
const
|
|
378
|
+
const qi = () => {
|
|
378
379
|
const [e, t] = I(navigator.onLine);
|
|
379
380
|
return H(() => {
|
|
380
381
|
const n = () => t(!0), r = () => t(!1), o = new AbortController();
|
|
@@ -410,13 +411,13 @@ const Xi = () => {
|
|
|
410
411
|
y: 0,
|
|
411
412
|
width: 0,
|
|
412
413
|
height: 0
|
|
413
|
-
}), w = $(null),
|
|
414
|
+
}), w = $(null), k = Sn(), S = A(
|
|
414
415
|
(y) => {
|
|
415
|
-
const
|
|
416
|
-
if (!
|
|
416
|
+
const E = y ?? g.current;
|
|
417
|
+
if (!E) return { x: 0, top: 0, bottom: void 0 };
|
|
417
418
|
const F = f.width, Y = f.height;
|
|
418
|
-
return
|
|
419
|
-
triggerRect:
|
|
419
|
+
return to({
|
|
420
|
+
triggerRect: E,
|
|
420
421
|
popoverWidth: F,
|
|
421
422
|
popoverHeight: Y,
|
|
422
423
|
align: t,
|
|
@@ -457,14 +458,14 @@ const Xi = () => {
|
|
|
457
458
|
y: y.y,
|
|
458
459
|
width: y.width,
|
|
459
460
|
height: y.height
|
|
460
|
-
}, u((
|
|
461
|
+
}, u((E) => (E ? l?.() : i?.(), !E));
|
|
461
462
|
}, []), P = A(() => {
|
|
462
463
|
u(!1), l?.();
|
|
463
464
|
}, []);
|
|
464
465
|
return {
|
|
465
466
|
triggerRef: b,
|
|
466
467
|
triggerProps: {
|
|
467
|
-
id:
|
|
468
|
+
id: k,
|
|
468
469
|
"aria-expanded": c,
|
|
469
470
|
"aria-haspopup": !0
|
|
470
471
|
},
|
|
@@ -478,7 +479,7 @@ const Xi = () => {
|
|
|
478
479
|
toggle: M,
|
|
479
480
|
close: P
|
|
480
481
|
};
|
|
481
|
-
},
|
|
482
|
+
}, to = ({
|
|
482
483
|
triggerRect: e,
|
|
483
484
|
popoverWidth: t,
|
|
484
485
|
popoverHeight: n,
|
|
@@ -515,8 +516,8 @@ const Xi = () => {
|
|
|
515
516
|
else if (r === "end")
|
|
516
517
|
c = e.right - t, c < a && (g >= t ? c = e.left : c = a);
|
|
517
518
|
else {
|
|
518
|
-
const
|
|
519
|
-
|
|
519
|
+
const k = e.left + e.width / 2 - t / 2;
|
|
520
|
+
k >= a && k + t <= l.width - a ? c = k : k < a ? c = a : c = l.width - t - a;
|
|
520
521
|
}
|
|
521
522
|
} else {
|
|
522
523
|
const b = e.top, h = l.height - e.bottom;
|
|
@@ -527,8 +528,8 @@ const Xi = () => {
|
|
|
527
528
|
else if (r === "end")
|
|
528
529
|
c = e.right - t, c < a && (g >= t ? c = e.left : c = a);
|
|
529
530
|
else {
|
|
530
|
-
const
|
|
531
|
-
|
|
531
|
+
const k = e.left + e.width / 2 - t / 2;
|
|
532
|
+
k >= a && k + t <= l.width - a ? c = k : k < a ? c = a : c = l.width - t - a;
|
|
532
533
|
}
|
|
533
534
|
}
|
|
534
535
|
c = Math.max(
|
|
@@ -542,7 +543,7 @@ const Xi = () => {
|
|
|
542
543
|
o === "right" ? (c = e.right + s, u = e.top) : o === "left" ? (c = e.left - t - s, u = e.top) : o === "bottom" ? u = e.bottom + s : u = e.top - n - s, (o === "top" || o === "bottom") && (r === "start" ? c = e.left : r === "end" ? c = e.right - t : c = e.left + e.width / 2 - t / 2);
|
|
543
544
|
let f, m;
|
|
544
545
|
return u + n <= e.top ? m = window.innerHeight - (u + n) : f = u, { x: c, top: f, bottom: m };
|
|
545
|
-
},
|
|
546
|
+
}, no = (e = !0, t) => {
|
|
546
547
|
const n = xt(), r = $(null), o = A(
|
|
547
548
|
(s) => {
|
|
548
549
|
if (!e || n) return;
|
|
@@ -569,7 +570,7 @@ const Xi = () => {
|
|
|
569
570
|
position: "relative"
|
|
570
571
|
}
|
|
571
572
|
};
|
|
572
|
-
},
|
|
573
|
+
}, ro = "relative shrink-0 select-none transition outline-none duration-200 ease-out focus-visible:ring-border-brand-light flex items-center justify-center cursor-pointer", oo = {
|
|
573
574
|
xs: "text-xs px-1 gap-x-1 py-1",
|
|
574
575
|
sm: "text-sm px-2.5 gap-x-1 py-1.5",
|
|
575
576
|
mdsm: "text-sm px-3 gap-x-1.5 py-2.5",
|
|
@@ -580,18 +581,18 @@ const Xi = () => {
|
|
|
580
581
|
iconSm: "text-sm p-2",
|
|
581
582
|
iconMd: "text-base p-3",
|
|
582
583
|
iconLg: "text-base p-4"
|
|
583
|
-
},
|
|
584
|
+
}, ao = {
|
|
584
585
|
all: "focus-visible:ring-1",
|
|
585
586
|
desktop: "lg:focus-visible:ring-1",
|
|
586
587
|
mobile: "focus-visible:ring-1 lg:focus-ring-0",
|
|
587
588
|
none: ""
|
|
588
|
-
},
|
|
589
|
+
}, so = {
|
|
589
590
|
light: "font-light",
|
|
590
591
|
normal: "font-normal",
|
|
591
592
|
medium: "font-medium",
|
|
592
593
|
semibold: "font-semibold",
|
|
593
594
|
bold: "font-bold"
|
|
594
|
-
},
|
|
595
|
+
}, io = {
|
|
595
596
|
none: "rounded-none",
|
|
596
597
|
1: "rounded-1",
|
|
597
598
|
2: "rounded-2",
|
|
@@ -606,7 +607,7 @@ const Xi = () => {
|
|
|
606
607
|
11: "rounded-11",
|
|
607
608
|
12: "rounded-12",
|
|
608
609
|
full: "rounded-full"
|
|
609
|
-
},
|
|
610
|
+
}, co = {
|
|
610
611
|
transparent: "text-base-12 lg:hover:bg-base-4 focus-visible:ring-base-6",
|
|
611
612
|
transparentinactive: "text-base-11 lg:hover:bg-base-4",
|
|
612
613
|
brand: "bg-brand text-brand-text lg:hover:bg-brand-hover focus-visible:ring-base-6 border border-transparent",
|
|
@@ -621,7 +622,7 @@ const Xi = () => {
|
|
|
621
622
|
danger: "bg-red-4 text-red-9 lg:hover:bg-red-5 focus-visible:ring-red-9 border border-transparent",
|
|
622
623
|
dangersolid: "bg-red-9 text-base-1 dark-theme:text-base-12 lg:hover:bg-red-8 focus-visible:ring-base-6 border border-transparent",
|
|
623
624
|
disabled: "bg-base-3 text-base-11 border border-transparent"
|
|
624
|
-
},
|
|
625
|
+
}, lo = {
|
|
625
626
|
enabled: "",
|
|
626
627
|
disabled: "opacity-75",
|
|
627
628
|
loading: ""
|
|
@@ -642,9 +643,9 @@ const Xi = () => {
|
|
|
642
643
|
type: m = "button",
|
|
643
644
|
...b
|
|
644
645
|
}, h) => {
|
|
645
|
-
const [g, w] = I(!1),
|
|
646
|
+
const [g, w] = I(!1), k = (P) => {
|
|
646
647
|
o === "enabled" && (f ? (w(!0), s && s(P), setTimeout(() => w(!1), 1e3)) : s && s(P));
|
|
647
|
-
}, { ref: S, ripple: C } =
|
|
648
|
+
}, { ref: S, ripple: C } = no(
|
|
648
649
|
l,
|
|
649
650
|
e === "contrast" || c
|
|
650
651
|
), M = Rn(S, h);
|
|
@@ -655,15 +656,15 @@ const Xi = () => {
|
|
|
655
656
|
type: m,
|
|
656
657
|
disabled: b.disabled ? b.disabled : o === "disabled" || o === "loading",
|
|
657
658
|
onMouseDown: C,
|
|
658
|
-
onClick: (P) => g ? null :
|
|
659
|
+
onClick: (P) => g ? null : k(P),
|
|
659
660
|
className: N(
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
661
|
+
ro,
|
|
662
|
+
oo[t],
|
|
663
|
+
so[n],
|
|
664
|
+
io[r],
|
|
665
|
+
ao[u],
|
|
666
|
+
co[e],
|
|
667
|
+
lo[o],
|
|
667
668
|
b.disabled && "opacity-50",
|
|
668
669
|
a
|
|
669
670
|
),
|
|
@@ -674,7 +675,7 @@ const Xi = () => {
|
|
|
674
675
|
}
|
|
675
676
|
);
|
|
676
677
|
U.displayName = "Button";
|
|
677
|
-
const In = 6048e5,
|
|
678
|
+
const In = 6048e5, uo = 864e5, cn = Symbol.for("constructDateFrom");
|
|
678
679
|
function ce(e, t) {
|
|
679
680
|
return typeof e == "function" ? e(t) : e && typeof e == "object" && cn in e ? e[cn](t) : e instanceof Date ? new e.constructor(t) : new Date(t);
|
|
680
681
|
}
|
|
@@ -695,9 +696,9 @@ function it(e, t, n) {
|
|
|
695
696
|
o
|
|
696
697
|
), r);
|
|
697
698
|
}
|
|
698
|
-
let
|
|
699
|
+
let fo = {};
|
|
699
700
|
function Nt() {
|
|
700
|
-
return
|
|
701
|
+
return fo;
|
|
701
702
|
}
|
|
702
703
|
function qe(e, t) {
|
|
703
704
|
const n = Nt(), r = t?.weekStartsOn ?? t?.locale?.options?.weekStartsOn ?? n.weekStartsOn ?? n.locale?.options?.weekStartsOn ?? 0, o = ee(e, t?.in), s = o.getDay(), a = (s < r ? 7 : 0) + s - r;
|
|
@@ -728,7 +729,7 @@ function ln(e) {
|
|
|
728
729
|
);
|
|
729
730
|
return n.setUTCFullYear(t.getFullYear()), +e - +n;
|
|
730
731
|
}
|
|
731
|
-
function
|
|
732
|
+
function Et(e, ...t) {
|
|
732
733
|
const n = ce.bind(
|
|
733
734
|
null,
|
|
734
735
|
t.find((r) => typeof r == "object")
|
|
@@ -739,42 +740,42 @@ function dt(e, t) {
|
|
|
739
740
|
const n = ee(e, t?.in);
|
|
740
741
|
return n.setHours(0, 0, 0, 0), n;
|
|
741
742
|
}
|
|
742
|
-
function
|
|
743
|
-
const [r, o] =
|
|
743
|
+
function mo(e, t, n) {
|
|
744
|
+
const [r, o] = Et(
|
|
744
745
|
n?.in,
|
|
745
746
|
e,
|
|
746
747
|
t
|
|
747
748
|
), s = dt(r), a = dt(o), i = +s - ln(s), l = +a - ln(a);
|
|
748
|
-
return Math.round((i - l) /
|
|
749
|
+
return Math.round((i - l) / uo);
|
|
749
750
|
}
|
|
750
|
-
function
|
|
751
|
+
function ho(e, t) {
|
|
751
752
|
const n = jn(e, t), r = ce(e, 0);
|
|
752
753
|
return r.setFullYear(n, 0, 4), r.setHours(0, 0, 0, 0), ut(r);
|
|
753
754
|
}
|
|
754
755
|
function Dt(e, t, n) {
|
|
755
|
-
const [r, o] =
|
|
756
|
+
const [r, o] = Et(
|
|
756
757
|
n?.in,
|
|
757
758
|
e,
|
|
758
759
|
t
|
|
759
760
|
);
|
|
760
761
|
return +dt(r) == +dt(o);
|
|
761
762
|
}
|
|
762
|
-
function
|
|
763
|
+
function bo(e) {
|
|
763
764
|
return e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]";
|
|
764
765
|
}
|
|
765
|
-
function
|
|
766
|
-
return !(!
|
|
766
|
+
function po(e) {
|
|
767
|
+
return !(!bo(e) && typeof e != "number" || isNaN(+ee(e)));
|
|
767
768
|
}
|
|
768
|
-
function
|
|
769
|
+
function go(e, t) {
|
|
769
770
|
const n = ee(e, t?.in), r = n.getMonth();
|
|
770
771
|
return n.setFullYear(n.getFullYear(), r + 1, 0), n.setHours(23, 59, 59, 999), n;
|
|
771
772
|
}
|
|
772
|
-
function
|
|
773
|
-
const [n, r] =
|
|
773
|
+
function vo(e, t) {
|
|
774
|
+
const [n, r] = Et(e, t.start, t.end);
|
|
774
775
|
return { start: n, end: r };
|
|
775
776
|
}
|
|
776
|
-
function
|
|
777
|
-
const { start: n, end: r } =
|
|
777
|
+
function wo(e, t) {
|
|
778
|
+
const { start: n, end: r } = vo(t?.in, e);
|
|
778
779
|
let o = +n > +r;
|
|
779
780
|
const s = o ? +n : +r, a = o ? r : n;
|
|
780
781
|
a.setHours(0, 0, 0, 0);
|
|
@@ -784,15 +785,15 @@ function vo(e, t) {
|
|
|
784
785
|
l.push(ce(n, a)), a.setDate(a.getDate() + i), a.setHours(0, 0, 0, 0);
|
|
785
786
|
return o ? l.reverse() : l;
|
|
786
787
|
}
|
|
787
|
-
function
|
|
788
|
+
function yo(e, t) {
|
|
788
789
|
const n = ee(e, t?.in);
|
|
789
790
|
return n.setDate(1), n.setHours(0, 0, 0, 0), n;
|
|
790
791
|
}
|
|
791
|
-
function
|
|
792
|
+
function xo(e, t) {
|
|
792
793
|
const n = ee(e, t?.in);
|
|
793
794
|
return n.setFullYear(n.getFullYear(), 0, 1), n.setHours(0, 0, 0, 0), n;
|
|
794
795
|
}
|
|
795
|
-
const
|
|
796
|
+
const No = {
|
|
796
797
|
lessThanXSeconds: {
|
|
797
798
|
one: "less than a second",
|
|
798
799
|
other: "less than {{count}} seconds"
|
|
@@ -854,9 +855,9 @@ const xo = {
|
|
|
854
855
|
one: "almost 1 year",
|
|
855
856
|
other: "almost {{count}} years"
|
|
856
857
|
}
|
|
857
|
-
},
|
|
858
|
+
}, Eo = (e, t, n) => {
|
|
858
859
|
let r;
|
|
859
|
-
const o =
|
|
860
|
+
const o = No[e];
|
|
860
861
|
return typeof o == "string" ? r = o : t === 1 ? r = o.one : r = o.other.replace("{{count}}", t.toString()), n?.addSuffix ? n.comparison && n.comparison > 0 ? "in " + r : r + " ago" : r;
|
|
861
862
|
};
|
|
862
863
|
function We(e) {
|
|
@@ -870,37 +871,37 @@ const ko = {
|
|
|
870
871
|
long: "MMMM do, y",
|
|
871
872
|
medium: "MMM d, y",
|
|
872
873
|
short: "MM/dd/yyyy"
|
|
873
|
-
},
|
|
874
|
+
}, $o = {
|
|
874
875
|
full: "h:mm:ss a zzzz",
|
|
875
876
|
long: "h:mm:ss a z",
|
|
876
877
|
medium: "h:mm:ss a",
|
|
877
878
|
short: "h:mm a"
|
|
878
|
-
},
|
|
879
|
+
}, To = {
|
|
879
880
|
full: "{{date}} 'at' {{time}}",
|
|
880
881
|
long: "{{date}} 'at' {{time}}",
|
|
881
882
|
medium: "{{date}}, {{time}}",
|
|
882
883
|
short: "{{date}}, {{time}}"
|
|
883
|
-
},
|
|
884
|
+
}, Co = {
|
|
884
885
|
date: We({
|
|
885
886
|
formats: ko,
|
|
886
887
|
defaultWidth: "full"
|
|
887
888
|
}),
|
|
888
889
|
time: We({
|
|
889
|
-
formats:
|
|
890
|
+
formats: $o,
|
|
890
891
|
defaultWidth: "full"
|
|
891
892
|
}),
|
|
892
893
|
dateTime: We({
|
|
893
|
-
formats:
|
|
894
|
+
formats: To,
|
|
894
895
|
defaultWidth: "full"
|
|
895
896
|
})
|
|
896
|
-
},
|
|
897
|
+
}, So = {
|
|
897
898
|
lastWeek: "'last' eeee 'at' p",
|
|
898
899
|
yesterday: "'yesterday at' p",
|
|
899
900
|
today: "'today at' p",
|
|
900
901
|
tomorrow: "'tomorrow at' p",
|
|
901
902
|
nextWeek: "eeee 'at' p",
|
|
902
903
|
other: "P"
|
|
903
|
-
},
|
|
904
|
+
}, Mo = (e, t, n, r) => So[e];
|
|
904
905
|
function de(e) {
|
|
905
906
|
return (t, n) => {
|
|
906
907
|
const r = n?.context ? String(n.context) : "standalone";
|
|
@@ -916,15 +917,15 @@ function de(e) {
|
|
|
916
917
|
return o[s];
|
|
917
918
|
};
|
|
918
919
|
}
|
|
919
|
-
const
|
|
920
|
+
const Do = {
|
|
920
921
|
narrow: ["B", "A"],
|
|
921
922
|
abbreviated: ["BC", "AD"],
|
|
922
923
|
wide: ["Before Christ", "Anno Domini"]
|
|
923
|
-
},
|
|
924
|
+
}, Po = {
|
|
924
925
|
narrow: ["1", "2", "3", "4"],
|
|
925
926
|
abbreviated: ["Q1", "Q2", "Q3", "Q4"],
|
|
926
927
|
wide: ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]
|
|
927
|
-
},
|
|
928
|
+
}, Oo = {
|
|
928
929
|
narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
|
929
930
|
abbreviated: [
|
|
930
931
|
"Jan",
|
|
@@ -954,7 +955,7 @@ const Mo = {
|
|
|
954
955
|
"November",
|
|
955
956
|
"December"
|
|
956
957
|
]
|
|
957
|
-
},
|
|
958
|
+
}, Lo = {
|
|
958
959
|
narrow: ["S", "M", "T", "W", "T", "F", "S"],
|
|
959
960
|
short: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
|
|
960
961
|
abbreviated: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
|
@@ -967,7 +968,7 @@ const Mo = {
|
|
|
967
968
|
"Friday",
|
|
968
969
|
"Saturday"
|
|
969
970
|
]
|
|
970
|
-
},
|
|
971
|
+
}, Fo = {
|
|
971
972
|
narrow: {
|
|
972
973
|
am: "a",
|
|
973
974
|
pm: "p",
|
|
@@ -998,7 +999,7 @@ const Mo = {
|
|
|
998
999
|
evening: "evening",
|
|
999
1000
|
night: "night"
|
|
1000
1001
|
}
|
|
1001
|
-
},
|
|
1002
|
+
}, Ao = {
|
|
1002
1003
|
narrow: {
|
|
1003
1004
|
am: "a",
|
|
1004
1005
|
pm: "p",
|
|
@@ -1029,7 +1030,7 @@ const Mo = {
|
|
|
1029
1030
|
evening: "in the evening",
|
|
1030
1031
|
night: "at night"
|
|
1031
1032
|
}
|
|
1032
|
-
},
|
|
1033
|
+
}, Wo = (e, t) => {
|
|
1033
1034
|
const n = Number(e), r = n % 100;
|
|
1034
1035
|
if (r > 20 || r < 10)
|
|
1035
1036
|
switch (r % 10) {
|
|
@@ -1041,29 +1042,29 @@ const Mo = {
|
|
|
1041
1042
|
return n + "rd";
|
|
1042
1043
|
}
|
|
1043
1044
|
return n + "th";
|
|
1044
|
-
},
|
|
1045
|
-
ordinalNumber:
|
|
1045
|
+
}, _o = {
|
|
1046
|
+
ordinalNumber: Wo,
|
|
1046
1047
|
era: de({
|
|
1047
|
-
values:
|
|
1048
|
+
values: Do,
|
|
1048
1049
|
defaultWidth: "wide"
|
|
1049
1050
|
}),
|
|
1050
1051
|
quarter: de({
|
|
1051
|
-
values:
|
|
1052
|
+
values: Po,
|
|
1052
1053
|
defaultWidth: "wide",
|
|
1053
1054
|
argumentCallback: (e) => e - 1
|
|
1054
1055
|
}),
|
|
1055
1056
|
month: de({
|
|
1056
|
-
values:
|
|
1057
|
+
values: Oo,
|
|
1057
1058
|
defaultWidth: "wide"
|
|
1058
1059
|
}),
|
|
1059
1060
|
day: de({
|
|
1060
|
-
values:
|
|
1061
|
+
values: Lo,
|
|
1061
1062
|
defaultWidth: "wide"
|
|
1062
1063
|
}),
|
|
1063
1064
|
dayPeriod: de({
|
|
1064
|
-
values:
|
|
1065
|
+
values: Fo,
|
|
1065
1066
|
defaultWidth: "wide",
|
|
1066
|
-
formattingValues:
|
|
1067
|
+
formattingValues: Ao,
|
|
1067
1068
|
defaultFormattingWidth: "wide"
|
|
1068
1069
|
})
|
|
1069
1070
|
};
|
|
@@ -1072,9 +1073,9 @@ function fe(e) {
|
|
|
1072
1073
|
const r = n.width, o = r && e.matchPatterns[r] || e.matchPatterns[e.defaultMatchWidth], s = t.match(o);
|
|
1073
1074
|
if (!s)
|
|
1074
1075
|
return null;
|
|
1075
|
-
const a = s[0], i = r && e.parsePatterns[r] || e.parsePatterns[e.defaultParseWidth], l = Array.isArray(i) ?
|
|
1076
|
+
const a = s[0], i = r && e.parsePatterns[r] || e.parsePatterns[e.defaultParseWidth], l = Array.isArray(i) ? Ro(i, (f) => f.test(a)) : (
|
|
1076
1077
|
// [TODO] -- I challenge you to fix the type
|
|
1077
|
-
|
|
1078
|
+
Yo(i, (f) => f.test(a))
|
|
1078
1079
|
);
|
|
1079
1080
|
let c;
|
|
1080
1081
|
c = e.valueCallback ? e.valueCallback(l) : l, c = n.valueCallback ? (
|
|
@@ -1085,12 +1086,12 @@ function fe(e) {
|
|
|
1085
1086
|
return { value: c, rest: u };
|
|
1086
1087
|
};
|
|
1087
1088
|
}
|
|
1088
|
-
function
|
|
1089
|
+
function Yo(e, t) {
|
|
1089
1090
|
for (const n in e)
|
|
1090
1091
|
if (Object.prototype.hasOwnProperty.call(e, n) && t(e[n]))
|
|
1091
1092
|
return n;
|
|
1092
1093
|
}
|
|
1093
|
-
function
|
|
1094
|
+
function Ro(e, t) {
|
|
1094
1095
|
for (let n = 0; n < e.length; n++)
|
|
1095
1096
|
if (t(e[n]))
|
|
1096
1097
|
return n;
|
|
@@ -1107,23 +1108,23 @@ function zn(e) {
|
|
|
1107
1108
|
return { value: a, rest: i };
|
|
1108
1109
|
};
|
|
1109
1110
|
}
|
|
1110
|
-
const
|
|
1111
|
+
const Io = /^(\d+)(th|st|nd|rd)?/i, jo = /\d+/i, zo = {
|
|
1111
1112
|
narrow: /^(b|a)/i,
|
|
1112
1113
|
abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
|
|
1113
1114
|
wide: /^(before christ|before common era|anno domini|common era)/i
|
|
1114
|
-
}, zo = {
|
|
1115
|
-
any: [/^b/i, /^(a|c)/i]
|
|
1116
1115
|
}, Ho = {
|
|
1116
|
+
any: [/^b/i, /^(a|c)/i]
|
|
1117
|
+
}, Bo = {
|
|
1117
1118
|
narrow: /^[1234]/i,
|
|
1118
1119
|
abbreviated: /^q[1234]/i,
|
|
1119
1120
|
wide: /^[1234](th|st|nd|rd)? quarter/i
|
|
1120
|
-
}, Bo = {
|
|
1121
|
-
any: [/1/i, /2/i, /3/i, /4/i]
|
|
1122
1121
|
}, Vo = {
|
|
1122
|
+
any: [/1/i, /2/i, /3/i, /4/i]
|
|
1123
|
+
}, Xo = {
|
|
1123
1124
|
narrow: /^[jfmasond]/i,
|
|
1124
1125
|
abbreviated: /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,
|
|
1125
1126
|
wide: /^(january|february|march|april|may|june|july|august|september|october|november|december)/i
|
|
1126
|
-
},
|
|
1127
|
+
}, qo = {
|
|
1127
1128
|
narrow: [
|
|
1128
1129
|
/^j/i,
|
|
1129
1130
|
/^f/i,
|
|
@@ -1152,18 +1153,18 @@ const Ro = /^(\d+)(th|st|nd|rd)?/i, Io = /\d+/i, jo = {
|
|
|
1152
1153
|
/^n/i,
|
|
1153
1154
|
/^d/i
|
|
1154
1155
|
]
|
|
1155
|
-
},
|
|
1156
|
+
}, Ko = {
|
|
1156
1157
|
narrow: /^[smtwf]/i,
|
|
1157
1158
|
short: /^(su|mo|tu|we|th|fr|sa)/i,
|
|
1158
1159
|
abbreviated: /^(sun|mon|tue|wed|thu|fri|sat)/i,
|
|
1159
1160
|
wide: /^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i
|
|
1160
|
-
},
|
|
1161
|
+
}, Uo = {
|
|
1161
1162
|
narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i],
|
|
1162
1163
|
any: [/^su/i, /^m/i, /^tu/i, /^w/i, /^th/i, /^f/i, /^sa/i]
|
|
1163
|
-
},
|
|
1164
|
+
}, Go = {
|
|
1164
1165
|
narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,
|
|
1165
1166
|
any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i
|
|
1166
|
-
},
|
|
1167
|
+
}, Qo = {
|
|
1167
1168
|
any: {
|
|
1168
1169
|
am: /^a/i,
|
|
1169
1170
|
pm: /^p/i,
|
|
@@ -1174,61 +1175,61 @@ const Ro = /^(\d+)(th|st|nd|rd)?/i, Io = /\d+/i, jo = {
|
|
|
1174
1175
|
evening: /evening/i,
|
|
1175
1176
|
night: /night/i
|
|
1176
1177
|
}
|
|
1177
|
-
},
|
|
1178
|
+
}, Jo = {
|
|
1178
1179
|
ordinalNumber: zn({
|
|
1179
|
-
matchPattern:
|
|
1180
|
-
parsePattern:
|
|
1180
|
+
matchPattern: Io,
|
|
1181
|
+
parsePattern: jo,
|
|
1181
1182
|
valueCallback: (e) => parseInt(e, 10)
|
|
1182
1183
|
}),
|
|
1183
1184
|
era: fe({
|
|
1184
|
-
matchPatterns:
|
|
1185
|
+
matchPatterns: zo,
|
|
1185
1186
|
defaultMatchWidth: "wide",
|
|
1186
|
-
parsePatterns:
|
|
1187
|
+
parsePatterns: Ho,
|
|
1187
1188
|
defaultParseWidth: "any"
|
|
1188
1189
|
}),
|
|
1189
1190
|
quarter: fe({
|
|
1190
|
-
matchPatterns:
|
|
1191
|
+
matchPatterns: Bo,
|
|
1191
1192
|
defaultMatchWidth: "wide",
|
|
1192
|
-
parsePatterns:
|
|
1193
|
+
parsePatterns: Vo,
|
|
1193
1194
|
defaultParseWidth: "any",
|
|
1194
1195
|
valueCallback: (e) => e + 1
|
|
1195
1196
|
}),
|
|
1196
1197
|
month: fe({
|
|
1197
|
-
matchPatterns:
|
|
1198
|
+
matchPatterns: Xo,
|
|
1198
1199
|
defaultMatchWidth: "wide",
|
|
1199
|
-
parsePatterns:
|
|
1200
|
+
parsePatterns: qo,
|
|
1200
1201
|
defaultParseWidth: "any"
|
|
1201
1202
|
}),
|
|
1202
1203
|
day: fe({
|
|
1203
|
-
matchPatterns:
|
|
1204
|
+
matchPatterns: Ko,
|
|
1204
1205
|
defaultMatchWidth: "wide",
|
|
1205
|
-
parsePatterns:
|
|
1206
|
+
parsePatterns: Uo,
|
|
1206
1207
|
defaultParseWidth: "any"
|
|
1207
1208
|
}),
|
|
1208
1209
|
dayPeriod: fe({
|
|
1209
|
-
matchPatterns:
|
|
1210
|
+
matchPatterns: Go,
|
|
1210
1211
|
defaultMatchWidth: "any",
|
|
1211
|
-
parsePatterns:
|
|
1212
|
+
parsePatterns: Qo,
|
|
1212
1213
|
defaultParseWidth: "any"
|
|
1213
1214
|
})
|
|
1214
1215
|
}, Hn = {
|
|
1215
1216
|
code: "en-US",
|
|
1216
|
-
formatDistance:
|
|
1217
|
-
formatLong:
|
|
1218
|
-
formatRelative:
|
|
1219
|
-
localize:
|
|
1220
|
-
match:
|
|
1217
|
+
formatDistance: Eo,
|
|
1218
|
+
formatLong: Co,
|
|
1219
|
+
formatRelative: Mo,
|
|
1220
|
+
localize: _o,
|
|
1221
|
+
match: Jo,
|
|
1221
1222
|
options: {
|
|
1222
1223
|
weekStartsOn: 0,
|
|
1223
1224
|
firstWeekContainsDate: 1
|
|
1224
1225
|
}
|
|
1225
1226
|
};
|
|
1226
|
-
function
|
|
1227
|
+
function Zo(e, t) {
|
|
1227
1228
|
const n = ee(e, t?.in);
|
|
1228
|
-
return
|
|
1229
|
+
return mo(n, xo(n)) + 1;
|
|
1229
1230
|
}
|
|
1230
|
-
function
|
|
1231
|
-
const n = ee(e, t?.in), r = +ut(n) - +
|
|
1231
|
+
function ea(e, t) {
|
|
1232
|
+
const n = ee(e, t?.in), r = +ut(n) - +ho(n);
|
|
1232
1233
|
return Math.round(r / In) + 1;
|
|
1233
1234
|
}
|
|
1234
1235
|
function Bn(e, t) {
|
|
@@ -1239,12 +1240,12 @@ function Bn(e, t) {
|
|
|
1239
1240
|
const c = qe(l, t);
|
|
1240
1241
|
return +n >= +i ? r + 1 : +n >= +c ? r : r - 1;
|
|
1241
1242
|
}
|
|
1242
|
-
function
|
|
1243
|
+
function ta(e, t) {
|
|
1243
1244
|
const n = Nt(), r = t?.firstWeekContainsDate ?? t?.locale?.options?.firstWeekContainsDate ?? n.firstWeekContainsDate ?? n.locale?.options?.firstWeekContainsDate ?? 1, o = Bn(e, t), s = ce(t?.in || e, 0);
|
|
1244
1245
|
return s.setFullYear(o, 0, r), s.setHours(0, 0, 0, 0), qe(s, t);
|
|
1245
1246
|
}
|
|
1246
|
-
function
|
|
1247
|
-
const n = ee(e, t?.in), r = +qe(n, t) - +
|
|
1247
|
+
function na(e, t) {
|
|
1248
|
+
const n = ee(e, t?.in), r = +qe(n, t) - +ta(n, t);
|
|
1248
1249
|
return Math.round(r / In) + 1;
|
|
1249
1250
|
}
|
|
1250
1251
|
function z(e, t) {
|
|
@@ -1495,12 +1496,12 @@ const ve = {
|
|
|
1495
1496
|
},
|
|
1496
1497
|
// Local week of year
|
|
1497
1498
|
w: function(e, t, n, r) {
|
|
1498
|
-
const o =
|
|
1499
|
+
const o = na(e, r);
|
|
1499
1500
|
return t === "wo" ? n.ordinalNumber(o, { unit: "week" }) : z(o, t.length);
|
|
1500
1501
|
},
|
|
1501
1502
|
// ISO week of year
|
|
1502
1503
|
I: function(e, t, n) {
|
|
1503
|
-
const r =
|
|
1504
|
+
const r = ea(e);
|
|
1504
1505
|
return t === "Io" ? n.ordinalNumber(r, { unit: "week" }) : z(r, t.length);
|
|
1505
1506
|
},
|
|
1506
1507
|
// Day of the month
|
|
@@ -1509,7 +1510,7 @@ const ve = {
|
|
|
1509
1510
|
},
|
|
1510
1511
|
// Day of year
|
|
1511
1512
|
D: function(e, t, n) {
|
|
1512
|
-
const r =
|
|
1513
|
+
const r = Zo(e);
|
|
1513
1514
|
return t === "Do" ? n.ordinalNumber(r, { unit: "dayOfYear" }) : z(r, t.length);
|
|
1514
1515
|
},
|
|
1515
1516
|
// Day of week
|
|
@@ -1793,7 +1794,7 @@ const ve = {
|
|
|
1793
1794
|
// so this token always has the same output as `XX`
|
|
1794
1795
|
case "XXXX":
|
|
1795
1796
|
case "XX":
|
|
1796
|
-
return
|
|
1797
|
+
return Ee(r);
|
|
1797
1798
|
// Hours, minutes and optional seconds with `:` delimiter
|
|
1798
1799
|
// Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
|
|
1799
1800
|
// so this token always has the same output as `XXX`
|
|
@@ -1801,7 +1802,7 @@ const ve = {
|
|
|
1801
1802
|
case "XXX":
|
|
1802
1803
|
// Hours and minutes with `:` delimiter
|
|
1803
1804
|
default:
|
|
1804
|
-
return
|
|
1805
|
+
return Ee(r, ":");
|
|
1805
1806
|
}
|
|
1806
1807
|
},
|
|
1807
1808
|
// Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
|
|
@@ -1816,7 +1817,7 @@ const ve = {
|
|
|
1816
1817
|
// so this token always has the same output as `xx`
|
|
1817
1818
|
case "xxxx":
|
|
1818
1819
|
case "xx":
|
|
1819
|
-
return
|
|
1820
|
+
return Ee(r);
|
|
1820
1821
|
// Hours, minutes and optional seconds with `:` delimiter
|
|
1821
1822
|
// Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
|
|
1822
1823
|
// so this token always has the same output as `xxx`
|
|
@@ -1824,7 +1825,7 @@ const ve = {
|
|
|
1824
1825
|
case "xxx":
|
|
1825
1826
|
// Hours and minutes with `:` delimiter
|
|
1826
1827
|
default:
|
|
1827
|
-
return
|
|
1828
|
+
return Ee(r, ":");
|
|
1828
1829
|
}
|
|
1829
1830
|
},
|
|
1830
1831
|
// Timezone (GMT)
|
|
@@ -1839,7 +1840,7 @@ const ve = {
|
|
|
1839
1840
|
// Long
|
|
1840
1841
|
case "OOOO":
|
|
1841
1842
|
default:
|
|
1842
|
-
return "GMT" +
|
|
1843
|
+
return "GMT" + Ee(r, ":");
|
|
1843
1844
|
}
|
|
1844
1845
|
},
|
|
1845
1846
|
// Timezone (specific non-location)
|
|
@@ -1854,7 +1855,7 @@ const ve = {
|
|
|
1854
1855
|
// Long
|
|
1855
1856
|
case "zzzz":
|
|
1856
1857
|
default:
|
|
1857
|
-
return "GMT" +
|
|
1858
|
+
return "GMT" + Ee(r, ":");
|
|
1858
1859
|
}
|
|
1859
1860
|
},
|
|
1860
1861
|
// Seconds timestamp
|
|
@@ -1872,9 +1873,9 @@ function dn(e, t = "") {
|
|
|
1872
1873
|
return s === 0 ? n + String(o) : n + String(o) + t + z(s, 2);
|
|
1873
1874
|
}
|
|
1874
1875
|
function fn(e, t) {
|
|
1875
|
-
return e % 60 === 0 ? (e > 0 ? "-" : "+") + z(Math.abs(e) / 60, 2) :
|
|
1876
|
+
return e % 60 === 0 ? (e > 0 ? "-" : "+") + z(Math.abs(e) / 60, 2) : Ee(e, t);
|
|
1876
1877
|
}
|
|
1877
|
-
function
|
|
1878
|
+
function Ee(e, t = "") {
|
|
1878
1879
|
const n = e > 0 ? "-" : "+", r = Math.abs(e), o = z(Math.trunc(r / 60), 2), s = z(r % 60, 2);
|
|
1879
1880
|
return n + o + t + s;
|
|
1880
1881
|
}
|
|
@@ -1902,7 +1903,7 @@ const mn = (e, t) => {
|
|
|
1902
1903
|
default:
|
|
1903
1904
|
return t.time({ width: "full" });
|
|
1904
1905
|
}
|
|
1905
|
-
},
|
|
1906
|
+
}, ra = (e, t) => {
|
|
1906
1907
|
const n = e.match(/(P+)(p+)?/) || [], r = n[1], o = n[2];
|
|
1907
1908
|
if (!o)
|
|
1908
1909
|
return mn(e, t);
|
|
@@ -1923,45 +1924,45 @@ const mn = (e, t) => {
|
|
|
1923
1924
|
break;
|
|
1924
1925
|
}
|
|
1925
1926
|
return s.replace("{{date}}", mn(r, t)).replace("{{time}}", Vn(o, t));
|
|
1926
|
-
},
|
|
1927
|
+
}, oa = {
|
|
1927
1928
|
p: Vn,
|
|
1928
|
-
P:
|
|
1929
|
-
},
|
|
1930
|
-
function ia(e) {
|
|
1931
|
-
return oa.test(e);
|
|
1932
|
-
}
|
|
1929
|
+
P: ra
|
|
1930
|
+
}, aa = /^D+$/, sa = /^Y+$/, ia = ["D", "DD", "YY", "YYYY"];
|
|
1933
1931
|
function ca(e) {
|
|
1934
1932
|
return aa.test(e);
|
|
1935
1933
|
}
|
|
1936
|
-
function la(e
|
|
1937
|
-
|
|
1938
|
-
if (console.warn(r), sa.includes(e)) throw new RangeError(r);
|
|
1934
|
+
function la(e) {
|
|
1935
|
+
return sa.test(e);
|
|
1939
1936
|
}
|
|
1940
1937
|
function ua(e, t, n) {
|
|
1938
|
+
const r = da(e, t, n);
|
|
1939
|
+
if (console.warn(r), ia.includes(e)) throw new RangeError(r);
|
|
1940
|
+
}
|
|
1941
|
+
function da(e, t, n) {
|
|
1941
1942
|
const r = e[0] === "Y" ? "years" : "days of the month";
|
|
1942
1943
|
return `Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`;
|
|
1943
1944
|
}
|
|
1944
|
-
const
|
|
1945
|
+
const fa = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, ma = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, ha = /^'([^]*?)'?$/, ba = /''/g, pa = /[a-zA-Z]/;
|
|
1945
1946
|
function Ce(e, t, n) {
|
|
1946
1947
|
const r = Nt(), o = n?.locale ?? r.locale ?? Hn, s = n?.firstWeekContainsDate ?? n?.locale?.options?.firstWeekContainsDate ?? r.firstWeekContainsDate ?? r.locale?.options?.firstWeekContainsDate ?? 1, a = n?.weekStartsOn ?? n?.locale?.options?.weekStartsOn ?? r.weekStartsOn ?? r.locale?.options?.weekStartsOn ?? 0, i = ee(e, n?.in);
|
|
1947
|
-
if (!
|
|
1948
|
+
if (!po(i))
|
|
1948
1949
|
throw new RangeError("Invalid time value");
|
|
1949
|
-
let l = t.match(
|
|
1950
|
+
let l = t.match(ma).map((u) => {
|
|
1950
1951
|
const f = u[0];
|
|
1951
1952
|
if (f === "p" || f === "P") {
|
|
1952
|
-
const m =
|
|
1953
|
+
const m = oa[f];
|
|
1953
1954
|
return m(u, o.formatLong);
|
|
1954
1955
|
}
|
|
1955
1956
|
return u;
|
|
1956
|
-
}).join("").match(
|
|
1957
|
+
}).join("").match(fa).map((u) => {
|
|
1957
1958
|
if (u === "''")
|
|
1958
1959
|
return { isToken: !1, value: "'" };
|
|
1959
1960
|
const f = u[0];
|
|
1960
1961
|
if (f === "'")
|
|
1961
|
-
return { isToken: !1, value:
|
|
1962
|
+
return { isToken: !1, value: ga(u) };
|
|
1962
1963
|
if (un[f])
|
|
1963
1964
|
return { isToken: !0, value: u };
|
|
1964
|
-
if (f.match(
|
|
1965
|
+
if (f.match(pa))
|
|
1965
1966
|
throw new RangeError(
|
|
1966
1967
|
"Format string contains an unescaped latin alphabet character `" + f + "`"
|
|
1967
1968
|
);
|
|
@@ -1976,17 +1977,17 @@ function Ce(e, t, n) {
|
|
|
1976
1977
|
return l.map((u) => {
|
|
1977
1978
|
if (!u.isToken) return u.value;
|
|
1978
1979
|
const f = u.value;
|
|
1979
|
-
(!n?.useAdditionalWeekYearTokens &&
|
|
1980
|
+
(!n?.useAdditionalWeekYearTokens && la(f) || !n?.useAdditionalDayOfYearTokens && ca(f)) && ua(f, t, String(e));
|
|
1980
1981
|
const m = un[f[0]];
|
|
1981
1982
|
return m(i, f, o.localize, c);
|
|
1982
1983
|
}).join("");
|
|
1983
1984
|
}
|
|
1984
|
-
function
|
|
1985
|
-
const t = e.match(
|
|
1986
|
-
return t ? t[1].replace(
|
|
1985
|
+
function ga(e) {
|
|
1986
|
+
const t = e.match(ha);
|
|
1987
|
+
return t ? t[1].replace(ba, "'") : e;
|
|
1987
1988
|
}
|
|
1988
1989
|
function hn(e, t, n) {
|
|
1989
|
-
const [r, o] =
|
|
1990
|
+
const [r, o] = Et(
|
|
1990
1991
|
n?.in,
|
|
1991
1992
|
e,
|
|
1992
1993
|
t
|
|
@@ -1996,7 +1997,7 @@ function hn(e, t, n) {
|
|
|
1996
1997
|
function Pt(e, t, n) {
|
|
1997
1998
|
return it(e, -t, n);
|
|
1998
1999
|
}
|
|
1999
|
-
const
|
|
2000
|
+
const va = {
|
|
2000
2001
|
lessThanXSeconds: {
|
|
2001
2002
|
one: "menos de un segundo",
|
|
2002
2003
|
other: "menos de {{count}} segundos"
|
|
@@ -2058,36 +2059,36 @@ const ga = {
|
|
|
2058
2059
|
one: "casi 1 año",
|
|
2059
2060
|
other: "casi {{count}} años"
|
|
2060
2061
|
}
|
|
2061
|
-
},
|
|
2062
|
+
}, wa = (e, t, n) => {
|
|
2062
2063
|
let r;
|
|
2063
|
-
const o =
|
|
2064
|
+
const o = va[e];
|
|
2064
2065
|
return typeof o == "string" ? r = o : t === 1 ? r = o.one : r = o.other.replace("{{count}}", t.toString()), n?.addSuffix ? n.comparison && n.comparison > 0 ? "en " + r : "hace " + r : r;
|
|
2065
|
-
},
|
|
2066
|
+
}, ya = {
|
|
2066
2067
|
full: "EEEE, d 'de' MMMM 'de' y",
|
|
2067
2068
|
long: "d 'de' MMMM 'de' y",
|
|
2068
2069
|
medium: "d MMM y",
|
|
2069
2070
|
short: "dd/MM/y"
|
|
2070
|
-
},
|
|
2071
|
+
}, xa = {
|
|
2071
2072
|
full: "HH:mm:ss zzzz",
|
|
2072
2073
|
long: "HH:mm:ss z",
|
|
2073
2074
|
medium: "HH:mm:ss",
|
|
2074
2075
|
short: "HH:mm"
|
|
2075
|
-
},
|
|
2076
|
+
}, Na = {
|
|
2076
2077
|
full: "{{date}} 'a las' {{time}}",
|
|
2077
2078
|
long: "{{date}} 'a las' {{time}}",
|
|
2078
2079
|
medium: "{{date}}, {{time}}",
|
|
2079
2080
|
short: "{{date}}, {{time}}"
|
|
2080
|
-
},
|
|
2081
|
+
}, Ea = {
|
|
2081
2082
|
date: We({
|
|
2082
|
-
formats:
|
|
2083
|
+
formats: ya,
|
|
2083
2084
|
defaultWidth: "full"
|
|
2084
2085
|
}),
|
|
2085
2086
|
time: We({
|
|
2086
|
-
formats:
|
|
2087
|
+
formats: xa,
|
|
2087
2088
|
defaultWidth: "full"
|
|
2088
2089
|
}),
|
|
2089
2090
|
dateTime: We({
|
|
2090
|
-
formats:
|
|
2091
|
+
formats: Na,
|
|
2091
2092
|
defaultWidth: "full"
|
|
2092
2093
|
})
|
|
2093
2094
|
}, ka = {
|
|
@@ -2097,22 +2098,22 @@ const ga = {
|
|
|
2097
2098
|
tomorrow: "'mañana a la' p",
|
|
2098
2099
|
nextWeek: "eeee 'a la' p",
|
|
2099
2100
|
other: "P"
|
|
2100
|
-
},
|
|
2101
|
+
}, $a = {
|
|
2101
2102
|
lastWeek: "'el' eeee 'pasado a las' p",
|
|
2102
2103
|
yesterday: "'ayer a las' p",
|
|
2103
2104
|
today: "'hoy a las' p",
|
|
2104
2105
|
tomorrow: "'mañana a las' p",
|
|
2105
2106
|
nextWeek: "eeee 'a las' p",
|
|
2106
2107
|
other: "P"
|
|
2107
|
-
},
|
|
2108
|
+
}, Ta = (e, t, n, r) => t.getHours() !== 1 ? $a[e] : ka[e], Ca = {
|
|
2108
2109
|
narrow: ["AC", "DC"],
|
|
2109
2110
|
abbreviated: ["AC", "DC"],
|
|
2110
2111
|
wide: ["antes de cristo", "después de cristo"]
|
|
2111
|
-
},
|
|
2112
|
+
}, Sa = {
|
|
2112
2113
|
narrow: ["1", "2", "3", "4"],
|
|
2113
2114
|
abbreviated: ["T1", "T2", "T3", "T4"],
|
|
2114
2115
|
wide: ["1º trimestre", "2º trimestre", "3º trimestre", "4º trimestre"]
|
|
2115
|
-
},
|
|
2116
|
+
}, Ma = {
|
|
2116
2117
|
narrow: ["e", "f", "m", "a", "m", "j", "j", "a", "s", "o", "n", "d"],
|
|
2117
2118
|
abbreviated: [
|
|
2118
2119
|
"ene",
|
|
@@ -2142,7 +2143,7 @@ const ga = {
|
|
|
2142
2143
|
"noviembre",
|
|
2143
2144
|
"diciembre"
|
|
2144
2145
|
]
|
|
2145
|
-
},
|
|
2146
|
+
}, Da = {
|
|
2146
2147
|
narrow: ["d", "l", "m", "m", "j", "v", "s"],
|
|
2147
2148
|
short: ["do", "lu", "ma", "mi", "ju", "vi", "sá"],
|
|
2148
2149
|
abbreviated: ["dom", "lun", "mar", "mié", "jue", "vie", "sáb"],
|
|
@@ -2155,7 +2156,7 @@ const ga = {
|
|
|
2155
2156
|
"viernes",
|
|
2156
2157
|
"sábado"
|
|
2157
2158
|
]
|
|
2158
|
-
},
|
|
2159
|
+
}, Pa = {
|
|
2159
2160
|
narrow: {
|
|
2160
2161
|
am: "a",
|
|
2161
2162
|
pm: "p",
|
|
@@ -2186,7 +2187,7 @@ const ga = {
|
|
|
2186
2187
|
evening: "tarde",
|
|
2187
2188
|
night: "noche"
|
|
2188
2189
|
}
|
|
2189
|
-
},
|
|
2190
|
+
}, Oa = {
|
|
2190
2191
|
narrow: {
|
|
2191
2192
|
am: "a",
|
|
2192
2193
|
pm: "p",
|
|
@@ -2217,52 +2218,52 @@ const ga = {
|
|
|
2217
2218
|
evening: "de la tarde",
|
|
2218
2219
|
night: "de la noche"
|
|
2219
2220
|
}
|
|
2220
|
-
},
|
|
2221
|
-
ordinalNumber:
|
|
2221
|
+
}, La = (e, t) => Number(e) + "º", Fa = {
|
|
2222
|
+
ordinalNumber: La,
|
|
2222
2223
|
era: de({
|
|
2223
|
-
values:
|
|
2224
|
+
values: Ca,
|
|
2224
2225
|
defaultWidth: "wide"
|
|
2225
2226
|
}),
|
|
2226
2227
|
quarter: de({
|
|
2227
|
-
values:
|
|
2228
|
+
values: Sa,
|
|
2228
2229
|
defaultWidth: "wide",
|
|
2229
2230
|
argumentCallback: (e) => Number(e) - 1
|
|
2230
2231
|
}),
|
|
2231
2232
|
month: de({
|
|
2232
|
-
values:
|
|
2233
|
+
values: Ma,
|
|
2233
2234
|
defaultWidth: "wide"
|
|
2234
2235
|
}),
|
|
2235
2236
|
day: de({
|
|
2236
|
-
values:
|
|
2237
|
+
values: Da,
|
|
2237
2238
|
defaultWidth: "wide"
|
|
2238
2239
|
}),
|
|
2239
2240
|
dayPeriod: de({
|
|
2240
|
-
values:
|
|
2241
|
+
values: Pa,
|
|
2241
2242
|
defaultWidth: "wide",
|
|
2242
|
-
formattingValues:
|
|
2243
|
+
formattingValues: Oa,
|
|
2243
2244
|
defaultFormattingWidth: "wide"
|
|
2244
2245
|
})
|
|
2245
|
-
},
|
|
2246
|
+
}, Aa = /^(\d+)(º)?/i, Wa = /\d+/i, _a = {
|
|
2246
2247
|
narrow: /^(ac|dc|a|d)/i,
|
|
2247
2248
|
abbreviated: /^(a\.?\s?c\.?|a\.?\s?e\.?\s?c\.?|d\.?\s?c\.?|e\.?\s?c\.?)/i,
|
|
2248
2249
|
wide: /^(antes de cristo|antes de la era com[uú]n|despu[eé]s de cristo|era com[uú]n)/i
|
|
2249
|
-
},
|
|
2250
|
+
}, Ya = {
|
|
2250
2251
|
any: [/^ac/i, /^dc/i],
|
|
2251
2252
|
wide: [
|
|
2252
2253
|
/^(antes de cristo|antes de la era com[uú]n)/i,
|
|
2253
2254
|
/^(despu[eé]s de cristo|era com[uú]n)/i
|
|
2254
2255
|
]
|
|
2255
|
-
},
|
|
2256
|
+
}, Ra = {
|
|
2256
2257
|
narrow: /^[1234]/i,
|
|
2257
2258
|
abbreviated: /^T[1234]/i,
|
|
2258
2259
|
wide: /^[1234](º)? trimestre/i
|
|
2259
|
-
}, Ra = {
|
|
2260
|
-
any: [/1/i, /2/i, /3/i, /4/i]
|
|
2261
2260
|
}, Ia = {
|
|
2261
|
+
any: [/1/i, /2/i, /3/i, /4/i]
|
|
2262
|
+
}, ja = {
|
|
2262
2263
|
narrow: /^[efmajsond]/i,
|
|
2263
2264
|
abbreviated: /^(ene|feb|mar|abr|may|jun|jul|ago|sep|oct|nov|dic)/i,
|
|
2264
2265
|
wide: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i
|
|
2265
|
-
},
|
|
2266
|
+
}, za = {
|
|
2266
2267
|
narrow: [
|
|
2267
2268
|
/^e/i,
|
|
2268
2269
|
/^f/i,
|
|
@@ -2291,18 +2292,18 @@ const ga = {
|
|
|
2291
2292
|
/^nov/i,
|
|
2292
2293
|
/^dic/i
|
|
2293
2294
|
]
|
|
2294
|
-
},
|
|
2295
|
+
}, Ha = {
|
|
2295
2296
|
narrow: /^[dlmjvs]/i,
|
|
2296
2297
|
short: /^(do|lu|ma|mi|ju|vi|s[áa])/i,
|
|
2297
2298
|
abbreviated: /^(dom|lun|mar|mi[ée]|jue|vie|s[áa]b)/i,
|
|
2298
2299
|
wide: /^(domingo|lunes|martes|mi[ée]rcoles|jueves|viernes|s[áa]bado)/i
|
|
2299
|
-
},
|
|
2300
|
+
}, Ba = {
|
|
2300
2301
|
narrow: [/^d/i, /^l/i, /^m/i, /^m/i, /^j/i, /^v/i, /^s/i],
|
|
2301
2302
|
any: [/^do/i, /^lu/i, /^ma/i, /^mi/i, /^ju/i, /^vi/i, /^sa/i]
|
|
2302
|
-
},
|
|
2303
|
+
}, Va = {
|
|
2303
2304
|
narrow: /^(a|p|mn|md|(de la|a las) (mañana|tarde|noche))/i,
|
|
2304
2305
|
any: /^([ap]\.?\s?m\.?|medianoche|mediodia|(de la|a las) (mañana|tarde|noche))/i
|
|
2305
|
-
},
|
|
2306
|
+
}, Xa = {
|
|
2306
2307
|
any: {
|
|
2307
2308
|
am: /^a/i,
|
|
2308
2309
|
pm: /^p/i,
|
|
@@ -2313,52 +2314,52 @@ const ga = {
|
|
|
2313
2314
|
evening: /tarde/i,
|
|
2314
2315
|
night: /noche/i
|
|
2315
2316
|
}
|
|
2316
|
-
},
|
|
2317
|
+
}, qa = {
|
|
2317
2318
|
ordinalNumber: zn({
|
|
2318
|
-
matchPattern:
|
|
2319
|
-
parsePattern:
|
|
2319
|
+
matchPattern: Aa,
|
|
2320
|
+
parsePattern: Wa,
|
|
2320
2321
|
valueCallback: function(e) {
|
|
2321
2322
|
return parseInt(e, 10);
|
|
2322
2323
|
}
|
|
2323
2324
|
}),
|
|
2324
2325
|
era: fe({
|
|
2325
|
-
matchPatterns:
|
|
2326
|
+
matchPatterns: _a,
|
|
2326
2327
|
defaultMatchWidth: "wide",
|
|
2327
|
-
parsePatterns:
|
|
2328
|
+
parsePatterns: Ya,
|
|
2328
2329
|
defaultParseWidth: "any"
|
|
2329
2330
|
}),
|
|
2330
2331
|
quarter: fe({
|
|
2331
|
-
matchPatterns:
|
|
2332
|
+
matchPatterns: Ra,
|
|
2332
2333
|
defaultMatchWidth: "wide",
|
|
2333
|
-
parsePatterns:
|
|
2334
|
+
parsePatterns: Ia,
|
|
2334
2335
|
defaultParseWidth: "any",
|
|
2335
2336
|
valueCallback: (e) => e + 1
|
|
2336
2337
|
}),
|
|
2337
2338
|
month: fe({
|
|
2338
|
-
matchPatterns:
|
|
2339
|
+
matchPatterns: ja,
|
|
2339
2340
|
defaultMatchWidth: "wide",
|
|
2340
|
-
parsePatterns:
|
|
2341
|
+
parsePatterns: za,
|
|
2341
2342
|
defaultParseWidth: "any"
|
|
2342
2343
|
}),
|
|
2343
2344
|
day: fe({
|
|
2344
|
-
matchPatterns:
|
|
2345
|
+
matchPatterns: Ha,
|
|
2345
2346
|
defaultMatchWidth: "wide",
|
|
2346
|
-
parsePatterns:
|
|
2347
|
+
parsePatterns: Ba,
|
|
2347
2348
|
defaultParseWidth: "any"
|
|
2348
2349
|
}),
|
|
2349
2350
|
dayPeriod: fe({
|
|
2350
|
-
matchPatterns:
|
|
2351
|
+
matchPatterns: Va,
|
|
2351
2352
|
defaultMatchWidth: "any",
|
|
2352
|
-
parsePatterns:
|
|
2353
|
+
parsePatterns: Xa,
|
|
2353
2354
|
defaultParseWidth: "any"
|
|
2354
2355
|
})
|
|
2355
2356
|
}, Ke = {
|
|
2356
2357
|
code: "es",
|
|
2357
|
-
formatDistance:
|
|
2358
|
-
formatLong:
|
|
2359
|
-
formatRelative:
|
|
2360
|
-
localize:
|
|
2361
|
-
match:
|
|
2358
|
+
formatDistance: wa,
|
|
2359
|
+
formatLong: Ea,
|
|
2360
|
+
formatRelative: Ta,
|
|
2361
|
+
localize: Fa,
|
|
2362
|
+
match: qa,
|
|
2362
2363
|
options: {
|
|
2363
2364
|
weekStartsOn: 1,
|
|
2364
2365
|
firstWeekContainsDate: 1
|
|
@@ -2368,37 +2369,37 @@ const ga = {
|
|
|
2368
2369
|
var t;
|
|
2369
2370
|
return (t = e?.ownerDocument) !== null && t !== void 0 ? t : document;
|
|
2370
2371
|
}, ft = (e) => e && "window" in e && e.window === e ? e : G(e).defaultView || window;
|
|
2371
|
-
function
|
|
2372
|
+
function Ka(e) {
|
|
2372
2373
|
return e !== null && typeof e == "object" && "nodeType" in e && typeof e.nodeType == "number";
|
|
2373
2374
|
}
|
|
2374
|
-
function
|
|
2375
|
-
return
|
|
2375
|
+
function Ua(e) {
|
|
2376
|
+
return Ka(e) && e.nodeType === Node.DOCUMENT_FRAGMENT_NODE && "host" in e;
|
|
2376
2377
|
}
|
|
2377
|
-
let
|
|
2378
|
-
function
|
|
2379
|
-
return
|
|
2378
|
+
let Ga = !1;
|
|
2379
|
+
function kt() {
|
|
2380
|
+
return Ga;
|
|
2380
2381
|
}
|
|
2381
2382
|
function bn(e, t) {
|
|
2382
|
-
if (!
|
|
2383
|
+
if (!kt()) return t && e ? e.contains(t) : !1;
|
|
2383
2384
|
if (!e || !t) return !1;
|
|
2384
2385
|
let n = t;
|
|
2385
2386
|
for (; n !== null; ) {
|
|
2386
2387
|
if (n === e) return !0;
|
|
2387
|
-
n.tagName === "SLOT" && n.assignedSlot ? n = n.assignedSlot.parentNode :
|
|
2388
|
+
n.tagName === "SLOT" && n.assignedSlot ? n = n.assignedSlot.parentNode : Ua(n) ? n = n.host : n = n.parentNode;
|
|
2388
2389
|
}
|
|
2389
2390
|
return !1;
|
|
2390
2391
|
}
|
|
2391
2392
|
const ie = (e = document) => {
|
|
2392
2393
|
var t;
|
|
2393
|
-
if (!
|
|
2394
|
+
if (!kt()) return e.activeElement;
|
|
2394
2395
|
let n = e.activeElement;
|
|
2395
2396
|
for (; n && "shadowRoot" in n && (!((t = n.shadowRoot) === null || t === void 0) && t.activeElement); ) n = n.shadowRoot.activeElement;
|
|
2396
2397
|
return n;
|
|
2397
2398
|
};
|
|
2398
2399
|
function Fe(e) {
|
|
2399
|
-
return
|
|
2400
|
+
return kt() && e.target.shadowRoot && e.composedPath ? e.composedPath()[0] : e.target;
|
|
2400
2401
|
}
|
|
2401
|
-
class
|
|
2402
|
+
class Qa {
|
|
2402
2403
|
get currentNode() {
|
|
2403
2404
|
return this._currentNode;
|
|
2404
2405
|
}
|
|
@@ -2519,20 +2520,20 @@ class Ga {
|
|
|
2519
2520
|
}
|
|
2520
2521
|
}
|
|
2521
2522
|
}
|
|
2522
|
-
function
|
|
2523
|
-
return
|
|
2523
|
+
function Ja(e, t, n, r) {
|
|
2524
|
+
return kt() ? new Qa(e, t, n, r) : e.createTreeWalker(t, n, r);
|
|
2524
2525
|
}
|
|
2525
2526
|
function pn(e) {
|
|
2526
|
-
if (
|
|
2527
|
+
if (Za()) e.focus({
|
|
2527
2528
|
preventScroll: !0
|
|
2528
2529
|
});
|
|
2529
2530
|
else {
|
|
2530
|
-
let t =
|
|
2531
|
-
e.focus(),
|
|
2531
|
+
let t = es(e);
|
|
2532
|
+
e.focus(), ts(t);
|
|
2532
2533
|
}
|
|
2533
2534
|
}
|
|
2534
2535
|
let ot = null;
|
|
2535
|
-
function
|
|
2536
|
+
function Za() {
|
|
2536
2537
|
if (ot == null) {
|
|
2537
2538
|
ot = !1;
|
|
2538
2539
|
try {
|
|
@@ -2546,7 +2547,7 @@ function Ja() {
|
|
|
2546
2547
|
}
|
|
2547
2548
|
return ot;
|
|
2548
2549
|
}
|
|
2549
|
-
function
|
|
2550
|
+
function es(e) {
|
|
2550
2551
|
let t = e.parentNode, n = [], r = document.scrollingElement || document.documentElement;
|
|
2551
2552
|
for (; t instanceof HTMLElement && t !== r; )
|
|
2552
2553
|
(t.offsetHeight < t.scrollHeight || t.offsetWidth < t.scrollWidth) && n.push({
|
|
@@ -2560,7 +2561,7 @@ function Za(e) {
|
|
|
2560
2561
|
scrollLeft: r.scrollLeft
|
|
2561
2562
|
}), n;
|
|
2562
2563
|
}
|
|
2563
|
-
function
|
|
2564
|
+
function ts(e) {
|
|
2564
2565
|
for (let { element: t, scrollTop: n, scrollLeft: r } of e)
|
|
2565
2566
|
t.scrollTop = n, t.scrollLeft = r;
|
|
2566
2567
|
}
|
|
@@ -2581,16 +2582,16 @@ function ge(e) {
|
|
|
2581
2582
|
}
|
|
2582
2583
|
const Kt = ge(function() {
|
|
2583
2584
|
return qt(/^Mac/i);
|
|
2584
|
-
}), ts = ge(function() {
|
|
2585
|
-
return qt(/^iPhone/i);
|
|
2586
2585
|
}), ns = ge(function() {
|
|
2586
|
+
return qt(/^iPhone/i);
|
|
2587
|
+
}), rs = ge(function() {
|
|
2587
2588
|
return qt(/^iPad/i) || // iPadOS 13 lies and says it's a Mac, but we can distinguish by detecting touch support.
|
|
2588
2589
|
Kt() && navigator.maxTouchPoints > 1;
|
|
2589
|
-
}),
|
|
2590
|
-
return
|
|
2590
|
+
}), os = ge(function() {
|
|
2591
|
+
return ns() || rs();
|
|
2591
2592
|
});
|
|
2592
2593
|
ge(function() {
|
|
2593
|
-
return Kt() ||
|
|
2594
|
+
return Kt() || os();
|
|
2594
2595
|
});
|
|
2595
2596
|
ge(function() {
|
|
2596
2597
|
return $t(/AppleWebKit/i) && !Xn();
|
|
@@ -2626,20 +2627,20 @@ function gn() {
|
|
|
2626
2627
|
document.body.addEventListener("transitionrun", t), document.body.addEventListener("transitionend", n);
|
|
2627
2628
|
}
|
|
2628
2629
|
typeof document < "u" && (document.readyState !== "loading" ? gn() : document.addEventListener("DOMContentLoaded", gn));
|
|
2629
|
-
function
|
|
2630
|
+
function as() {
|
|
2630
2631
|
for (const [e] of ye)
|
|
2631
2632
|
"isConnected" in e && !e.isConnected && ye.delete(e);
|
|
2632
2633
|
}
|
|
2633
|
-
function
|
|
2634
|
+
function ss(e) {
|
|
2634
2635
|
requestAnimationFrame(() => {
|
|
2635
|
-
|
|
2636
|
+
as(), ye.size === 0 ? e() : _t.add(e);
|
|
2636
2637
|
});
|
|
2637
2638
|
}
|
|
2638
|
-
function
|
|
2639
|
+
function is(e) {
|
|
2639
2640
|
return e.pointerType === "" && e.isTrusted ? !0 : qn() && e.pointerType ? e.type === "click" && e.buttons === 1 : e.detail === 0 && !e.pointerType;
|
|
2640
2641
|
}
|
|
2641
|
-
const
|
|
2642
|
-
function
|
|
2642
|
+
const cs = typeof Element < "u" && "checkVisibility" in Element.prototype;
|
|
2643
|
+
function ls(e) {
|
|
2643
2644
|
const t = ft(e);
|
|
2644
2645
|
if (!(e instanceof t.HTMLElement) && !(e instanceof t.SVGElement)) return !1;
|
|
2645
2646
|
let { display: n, visibility: r } = e.style, o = n !== "none" && r !== "hidden" && r !== "collapse";
|
|
@@ -2650,14 +2651,14 @@ function cs(e) {
|
|
|
2650
2651
|
}
|
|
2651
2652
|
return o;
|
|
2652
2653
|
}
|
|
2653
|
-
function
|
|
2654
|
+
function us(e, t) {
|
|
2654
2655
|
return !e.hasAttribute("hidden") && // Ignore HiddenSelect when tree walking.
|
|
2655
2656
|
!e.hasAttribute("data-react-aria-prevent-focus") && (e.nodeName === "DETAILS" && t && t.nodeName !== "SUMMARY" ? e.hasAttribute("open") : !0);
|
|
2656
2657
|
}
|
|
2657
2658
|
function Ut(e, t) {
|
|
2658
|
-
return
|
|
2659
|
+
return cs ? e.checkVisibility({
|
|
2659
2660
|
visibilityProperty: !0
|
|
2660
|
-
}) && !e.closest("[data-react-aria-prevent-focus]") : e.nodeName !== "#comment" &&
|
|
2661
|
+
}) && !e.closest("[data-react-aria-prevent-focus]") : e.nodeName !== "#comment" && ls(e) && us(e, t) && (!e.parentElement || Ut(e.parentElement, e));
|
|
2661
2662
|
}
|
|
2662
2663
|
const Gt = [
|
|
2663
2664
|
"input:not([disabled]):not([type=hidden])",
|
|
@@ -2674,15 +2675,15 @@ const Gt = [
|
|
|
2674
2675
|
"video[controls]",
|
|
2675
2676
|
'[contenteditable]:not([contenteditable^="false"])',
|
|
2676
2677
|
"permission"
|
|
2677
|
-
],
|
|
2678
|
+
], ds = Gt.join(":not([hidden]),") + ",[tabindex]:not([disabled]):not([hidden])";
|
|
2678
2679
|
Gt.push('[tabindex]:not([tabindex="-1"]):not([disabled])');
|
|
2679
|
-
const
|
|
2680
|
-
function fs(e) {
|
|
2681
|
-
return e.matches(us) && Ut(e) && !Kn(e);
|
|
2682
|
-
}
|
|
2680
|
+
const fs = Gt.join(':not([hidden]):not([tabindex="-1"]),');
|
|
2683
2681
|
function ms(e) {
|
|
2684
2682
|
return e.matches(ds) && Ut(e) && !Kn(e);
|
|
2685
2683
|
}
|
|
2684
|
+
function hs(e) {
|
|
2685
|
+
return e.matches(fs) && Ut(e) && !Kn(e);
|
|
2686
|
+
}
|
|
2686
2687
|
function Kn(e) {
|
|
2687
2688
|
let t = e;
|
|
2688
2689
|
for (; t != null; ) {
|
|
@@ -2691,24 +2692,24 @@ function Kn(e) {
|
|
|
2691
2692
|
}
|
|
2692
2693
|
return !1;
|
|
2693
2694
|
}
|
|
2694
|
-
let
|
|
2695
|
+
let bs = !1, et = null, ps = /* @__PURE__ */ new Set(), Ve = /* @__PURE__ */ new Map(), Se = !1, Yt = !1;
|
|
2695
2696
|
function Qt(e, t) {
|
|
2696
|
-
for (let n of
|
|
2697
|
+
for (let n of ps) n(e, t);
|
|
2697
2698
|
}
|
|
2698
|
-
function
|
|
2699
|
+
function gs(e) {
|
|
2699
2700
|
return !(e.metaKey || !Kt() && e.altKey || e.ctrlKey || e.key === "Control" || e.key === "Shift" || e.key === "Meta");
|
|
2700
2701
|
}
|
|
2701
2702
|
function mt(e) {
|
|
2702
|
-
Se = !0,
|
|
2703
|
+
Se = !0, gs(e) && (et = "keyboard", Qt("keyboard", e));
|
|
2703
2704
|
}
|
|
2704
2705
|
function oe(e) {
|
|
2705
2706
|
et = "pointer", (e.type === "mousedown" || e.type === "pointerdown") && (Se = !0, Qt("pointer", e));
|
|
2706
2707
|
}
|
|
2707
2708
|
function Un(e) {
|
|
2708
|
-
|
|
2709
|
+
is(e) && (Se = !0, et = "virtual");
|
|
2709
2710
|
}
|
|
2710
2711
|
function Gn(e) {
|
|
2711
|
-
e.target === window || e.target === document ||
|
|
2712
|
+
e.target === window || e.target === document || bs || !e.isTrusted || (!Se && !Yt && (et = "virtual", Qt("virtual", e)), Se = !1, Yt = !1);
|
|
2712
2713
|
}
|
|
2713
2714
|
function Qn() {
|
|
2714
2715
|
Se = !1, Yt = !0;
|
|
@@ -2731,29 +2732,29 @@ const Jn = (e, t) => {
|
|
|
2731
2732
|
const n = ft(e), r = G(e);
|
|
2732
2733
|
t && r.removeEventListener("DOMContentLoaded", t), Ve.has(n) && (n.HTMLElement.prototype.focus = Ve.get(n).focus, r.removeEventListener("keydown", mt, !0), r.removeEventListener("keyup", mt, !0), r.removeEventListener("click", Un, !0), n.removeEventListener("focus", Gn, !0), n.removeEventListener("blur", Qn, !1), typeof PointerEvent < "u" ? (r.removeEventListener("pointerdown", oe, !0), r.removeEventListener("pointermove", oe, !0), r.removeEventListener("pointerup", oe, !0)) : process.env.NODE_ENV === "test" && (r.removeEventListener("mousedown", oe, !0), r.removeEventListener("mousemove", oe, !0), r.removeEventListener("mouseup", oe, !0)), Ve.delete(n));
|
|
2733
2734
|
};
|
|
2734
|
-
function
|
|
2735
|
+
function vs(e) {
|
|
2735
2736
|
const t = G(e);
|
|
2736
2737
|
let n;
|
|
2737
2738
|
return t.readyState !== "loading" ? vn(e) : (n = () => {
|
|
2738
2739
|
vn(e);
|
|
2739
2740
|
}, t.addEventListener("DOMContentLoaded", n)), () => Jn(e, n);
|
|
2740
2741
|
}
|
|
2741
|
-
typeof document < "u" &&
|
|
2742
|
+
typeof document < "u" && vs();
|
|
2742
2743
|
function Zn() {
|
|
2743
2744
|
return et;
|
|
2744
2745
|
}
|
|
2745
|
-
function
|
|
2746
|
+
function ws(e) {
|
|
2746
2747
|
const t = G(e), n = ie(t);
|
|
2747
2748
|
if (Zn() === "virtual") {
|
|
2748
2749
|
let r = n;
|
|
2749
|
-
|
|
2750
|
+
ss(() => {
|
|
2750
2751
|
ie(t) === r && e.isConnected && pn(e);
|
|
2751
2752
|
});
|
|
2752
2753
|
} else pn(e);
|
|
2753
2754
|
}
|
|
2754
2755
|
const wn = /* @__PURE__ */ Ae.createContext(null), Rt = "react-aria-focus-scope-restore";
|
|
2755
2756
|
let B = null;
|
|
2756
|
-
function
|
|
2757
|
+
function ys(e) {
|
|
2757
2758
|
let { children: t, contain: n, restoreFocus: r, autoFocus: o } = e, s = $(null), a = $(null), i = $([]), { parentNode: l } = wt(wn) || {}, c = te(() => new jt({
|
|
2758
2759
|
scopeRef: i
|
|
2759
2760
|
}), [
|
|
@@ -2784,7 +2785,7 @@ function ws(e) {
|
|
|
2784
2785
|
};
|
|
2785
2786
|
}, [
|
|
2786
2787
|
t
|
|
2787
|
-
]),
|
|
2788
|
+
]), $s(i, r, n), Es(i, n), Ts(i, r, n), ks(i, o), H(() => {
|
|
2788
2789
|
const m = ie(G(i.current ? i.current[0] : void 0));
|
|
2789
2790
|
let b = null;
|
|
2790
2791
|
if (ae(m, i.current)) {
|
|
@@ -2800,7 +2801,7 @@ function ws(e) {
|
|
|
2800
2801
|
}, [
|
|
2801
2802
|
i
|
|
2802
2803
|
]);
|
|
2803
|
-
let u = te(() =>
|
|
2804
|
+
let u = te(() => xs(i), []), f = te(() => ({
|
|
2804
2805
|
focusManager: u,
|
|
2805
2806
|
parentNode: c
|
|
2806
2807
|
}), [
|
|
@@ -2819,7 +2820,7 @@ function ws(e) {
|
|
|
2819
2820
|
ref: a
|
|
2820
2821
|
}));
|
|
2821
2822
|
}
|
|
2822
|
-
function
|
|
2823
|
+
function xs(e) {
|
|
2823
2824
|
return {
|
|
2824
2825
|
focusNext(t = {}) {
|
|
2825
2826
|
let n = e.current, { from: r, tabbable: o, wrap: s, accept: a } = t;
|
|
@@ -2874,7 +2875,7 @@ function He(e) {
|
|
|
2874
2875
|
}
|
|
2875
2876
|
return !0;
|
|
2876
2877
|
}
|
|
2877
|
-
function
|
|
2878
|
+
function Ns(e) {
|
|
2878
2879
|
if (e.checked) return !0;
|
|
2879
2880
|
let t = [];
|
|
2880
2881
|
if (!e.form) t = [
|
|
@@ -2889,7 +2890,7 @@ function xs(e) {
|
|
|
2889
2890
|
}
|
|
2890
2891
|
return t ? !t.some((s) => s.checked) : !1;
|
|
2891
2892
|
}
|
|
2892
|
-
function
|
|
2893
|
+
function Es(e, t) {
|
|
2893
2894
|
let n = $(void 0), r = $(void 0);
|
|
2894
2895
|
me(() => {
|
|
2895
2896
|
let o = e.current;
|
|
@@ -2959,7 +2960,7 @@ function ht(e, t) {
|
|
|
2959
2960
|
}
|
|
2960
2961
|
function be(e, t = !1) {
|
|
2961
2962
|
if (e != null && !t) try {
|
|
2962
|
-
|
|
2963
|
+
ws(e);
|
|
2963
2964
|
} catch {
|
|
2964
2965
|
}
|
|
2965
2966
|
else if (e != null) try {
|
|
@@ -2993,7 +2994,7 @@ function ks(e, t) {
|
|
|
2993
2994
|
e
|
|
2994
2995
|
]);
|
|
2995
2996
|
}
|
|
2996
|
-
function
|
|
2997
|
+
function $s(e, t, n) {
|
|
2997
2998
|
me(() => {
|
|
2998
2999
|
if (t || n) return;
|
|
2999
3000
|
let r = e.current;
|
|
@@ -3019,7 +3020,7 @@ function yn(e) {
|
|
|
3019
3020
|
}
|
|
3020
3021
|
return t?.scopeRef === e;
|
|
3021
3022
|
}
|
|
3022
|
-
function
|
|
3023
|
+
function Ts(e, t, n) {
|
|
3023
3024
|
const r = $(typeof document < "u" ? ie(G(e.current ? e.current[0] : void 0)) : null);
|
|
3024
3025
|
me(() => {
|
|
3025
3026
|
let o = e.current;
|
|
@@ -3110,10 +3111,10 @@ function xn(e) {
|
|
|
3110
3111
|
})) && be(e);
|
|
3111
3112
|
}
|
|
3112
3113
|
function xe(e, t, n) {
|
|
3113
|
-
let r = t?.tabbable ?
|
|
3114
|
+
let r = t?.tabbable ? hs : ms, o = e?.nodeType === Node.ELEMENT_NODE ? e : null, s = G(o), a = Ja(s, e || s, NodeFilter.SHOW_ELEMENT, {
|
|
3114
3115
|
acceptNode(i) {
|
|
3115
3116
|
var l;
|
|
3116
|
-
return !(t == null || (l = t.from) === null || l === void 0) && l.contains(i) || t?.tabbable && i.tagName === "INPUT" && i.getAttribute("type") === "radio" && (!
|
|
3117
|
+
return !(t == null || (l = t.from) === null || l === void 0) && l.contains(i) || t?.tabbable && i.tagName === "INPUT" && i.getAttribute("type") === "radio" && (!Ns(i) || a.currentNode.tagName === "INPUT" && a.currentNode.type === "radio" && a.currentNode.name === i.name) ? NodeFilter.FILTER_REJECT : r(i) && (!n || ae(i, n)) && (!t?.accept || t.accept(i)) ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP;
|
|
3117
3118
|
}
|
|
3118
3119
|
});
|
|
3119
3120
|
return t?.from && (a.currentNode = t.from), a;
|
|
@@ -3174,7 +3175,7 @@ class jt {
|
|
|
3174
3175
|
}
|
|
3175
3176
|
}
|
|
3176
3177
|
let X = new Jt();
|
|
3177
|
-
const je = ({ children: e, node: t }) => Mn(e, t ?? document.body),
|
|
3178
|
+
const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Cs = ({
|
|
3178
3179
|
children: e,
|
|
3179
3180
|
customTrigger: t,
|
|
3180
3181
|
triggerContent: n,
|
|
@@ -3194,7 +3195,7 @@ const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Ts = ({
|
|
|
3194
3195
|
}) => {
|
|
3195
3196
|
const {
|
|
3196
3197
|
triggerRef: w,
|
|
3197
|
-
triggerProps:
|
|
3198
|
+
triggerProps: k,
|
|
3198
3199
|
popoverRef: S,
|
|
3199
3200
|
getPopoverPosition: C,
|
|
3200
3201
|
open: M,
|
|
@@ -3212,7 +3213,7 @@ const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Ts = ({
|
|
|
3212
3213
|
m?.();
|
|
3213
3214
|
}
|
|
3214
3215
|
});
|
|
3215
|
-
|
|
3216
|
+
Zr(
|
|
3216
3217
|
{
|
|
3217
3218
|
Escape: (F) => {
|
|
3218
3219
|
l && (F.preventDefault(), y(), w.current?.focus());
|
|
@@ -3222,11 +3223,11 @@ const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Ts = ({
|
|
|
3222
3223
|
), Vt(S, (F) => {
|
|
3223
3224
|
!c || !w.current || !M || !F.target || w.current.contains(F.target) || y();
|
|
3224
3225
|
});
|
|
3225
|
-
const
|
|
3226
|
+
const E = C();
|
|
3226
3227
|
return /* @__PURE__ */ v(vt, { children: [
|
|
3227
3228
|
t ? t({
|
|
3228
3229
|
triggerRef: w,
|
|
3229
|
-
triggerProps:
|
|
3230
|
+
triggerProps: k,
|
|
3230
3231
|
toggle: P,
|
|
3231
3232
|
open: M,
|
|
3232
3233
|
close: y
|
|
@@ -3234,7 +3235,7 @@ const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Ts = ({
|
|
|
3234
3235
|
"button",
|
|
3235
3236
|
{
|
|
3236
3237
|
ref: w,
|
|
3237
|
-
...
|
|
3238
|
+
...k,
|
|
3238
3239
|
onClick: P,
|
|
3239
3240
|
className: N(
|
|
3240
3241
|
"outline-none p-2 rounded-md transition-colors",
|
|
@@ -3244,7 +3245,7 @@ const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Ts = ({
|
|
|
3244
3245
|
children: n
|
|
3245
3246
|
}
|
|
3246
3247
|
),
|
|
3247
|
-
/* @__PURE__ */ d(Ie, { children: M && /* @__PURE__ */ d(je, { children: /* @__PURE__ */ d(
|
|
3248
|
+
/* @__PURE__ */ d(Ie, { children: M && /* @__PURE__ */ d(je, { children: /* @__PURE__ */ d(ys, { contain: !0, restoreFocus: !0, autoFocus: !0, children: /* @__PURE__ */ d(
|
|
3248
3249
|
ne.div,
|
|
3249
3250
|
{
|
|
3250
3251
|
initial: {
|
|
@@ -3266,9 +3267,9 @@ const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Ts = ({
|
|
|
3266
3267
|
ref: S,
|
|
3267
3268
|
style: {
|
|
3268
3269
|
position: "fixed",
|
|
3269
|
-
left:
|
|
3270
|
-
top:
|
|
3271
|
-
bottom:
|
|
3270
|
+
left: E.x,
|
|
3271
|
+
top: E.top,
|
|
3272
|
+
bottom: E.bottom,
|
|
3272
3273
|
maxHeight: typeof b == "number" ? `${b}px` : b,
|
|
3273
3274
|
minWidth: typeof h == "number" ? `${h}px` : h,
|
|
3274
3275
|
maxWidth: typeof g == "number" ? `${g}px` : g,
|
|
@@ -3284,7 +3285,7 @@ const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Ts = ({
|
|
|
3284
3285
|
}
|
|
3285
3286
|
) }) }) })
|
|
3286
3287
|
] });
|
|
3287
|
-
},
|
|
3288
|
+
}, Ki = ({
|
|
3288
3289
|
title: e,
|
|
3289
3290
|
subtitle: t,
|
|
3290
3291
|
onClose: n,
|
|
@@ -3302,13 +3303,13 @@ const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Ts = ({
|
|
|
3302
3303
|
children: "×"
|
|
3303
3304
|
}
|
|
3304
3305
|
)
|
|
3305
|
-
] }) }),
|
|
3306
|
+
] }) }), Ui = ({
|
|
3306
3307
|
children: e,
|
|
3307
3308
|
className: t
|
|
3308
|
-
}) => /* @__PURE__ */ d("div", { className: N("p-4", t), children: e }),
|
|
3309
|
+
}) => /* @__PURE__ */ d("div", { className: N("p-4", t), children: e }), Gi = ({
|
|
3309
3310
|
children: e,
|
|
3310
3311
|
className: t
|
|
3311
|
-
}) => /* @__PURE__ */ d("div", { className: N("p-4 border-t border-base-4", t), children: e }),
|
|
3312
|
+
}) => /* @__PURE__ */ d("div", { className: N("p-4 border-t border-base-4", t), children: e }), Ss = (e, t) => {
|
|
3312
3313
|
const n = new Date(2023, 0, 1), r = [];
|
|
3313
3314
|
for (let o = 0; o < 7; o++) {
|
|
3314
3315
|
const s = new Date(n);
|
|
@@ -3335,50 +3336,50 @@ const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Ts = ({
|
|
|
3335
3336
|
), b = $(null), h = te(() => n ? new Set(
|
|
3336
3337
|
n.map((y) => new Date(y).toDateString())
|
|
3337
3338
|
) : /* @__PURE__ */ new Set(), [n]), g = te(() => new Set(r || []), [r]), w = te(() => {
|
|
3338
|
-
const y =
|
|
3339
|
+
const y = yo(c), E = go(c), F = new Date(y), Y = new Date(E);
|
|
3339
3340
|
if (i) {
|
|
3340
3341
|
const T = y.getDay(), p = T === 0 ? 6 : T - 1;
|
|
3341
3342
|
F.setDate(y.getDate() - p);
|
|
3342
|
-
const O =
|
|
3343
|
-
Y.setDate(
|
|
3343
|
+
const O = E.getDay(), D = O === 0 ? 0 : 7 - O;
|
|
3344
|
+
Y.setDate(E.getDate() + D);
|
|
3344
3345
|
} else
|
|
3345
|
-
F.setDate(y.getDate() - y.getDay()), Y.setDate(
|
|
3346
|
-
return
|
|
3347
|
-
}, [c, i]),
|
|
3348
|
-
() =>
|
|
3346
|
+
F.setDate(y.getDate() - y.getDay()), Y.setDate(E.getDate() + (6 - E.getDay()));
|
|
3347
|
+
return wo({ start: F, end: Y });
|
|
3348
|
+
}, [c, i]), k = te(
|
|
3349
|
+
() => Ss(a ?? Ke, i),
|
|
3349
3350
|
[a, i]
|
|
3350
3351
|
), S = (y) => {
|
|
3351
|
-
const
|
|
3352
|
-
return !(h.has(
|
|
3352
|
+
const E = y.toDateString(), F = y.getDay();
|
|
3353
|
+
return !(h.has(E) || g.has(F) || o && y < o || s && y > s);
|
|
3353
3354
|
}, C = (y) => {
|
|
3354
3355
|
S(y) && t && t(y), m(y);
|
|
3355
3356
|
}, M = (y) => {
|
|
3356
3357
|
if (!f) return;
|
|
3357
|
-
let
|
|
3358
|
+
let E = new Date(f), F = !0, Y, T;
|
|
3358
3359
|
switch (y.key) {
|
|
3359
3360
|
case "ArrowUp":
|
|
3360
|
-
|
|
3361
|
+
E.setDate(E.getDate() - 7);
|
|
3361
3362
|
break;
|
|
3362
3363
|
case "ArrowDown":
|
|
3363
|
-
|
|
3364
|
+
E.setDate(E.getDate() + 7);
|
|
3364
3365
|
break;
|
|
3365
3366
|
case "ArrowLeft":
|
|
3366
|
-
|
|
3367
|
+
E.setDate(E.getDate() - 1);
|
|
3367
3368
|
break;
|
|
3368
3369
|
case "ArrowRight":
|
|
3369
|
-
|
|
3370
|
+
E.setDate(E.getDate() + 1);
|
|
3370
3371
|
break;
|
|
3371
3372
|
case "Home":
|
|
3372
|
-
Y =
|
|
3373
|
+
Y = E.getDay(), E.setDate(E.getDate() - Y);
|
|
3373
3374
|
break;
|
|
3374
3375
|
case "End":
|
|
3375
|
-
T =
|
|
3376
|
+
T = E.getDay(), E.setDate(E.getDate() + (6 - T));
|
|
3376
3377
|
break;
|
|
3377
3378
|
case "PageUp":
|
|
3378
|
-
|
|
3379
|
+
E = y.shiftKey ? Pt(E, 12) : Pt(E, 1);
|
|
3379
3380
|
break;
|
|
3380
3381
|
case "PageDown":
|
|
3381
|
-
|
|
3382
|
+
E = y.shiftKey ? it(E, 12) : it(E, 1);
|
|
3382
3383
|
break;
|
|
3383
3384
|
case "Enter":
|
|
3384
3385
|
case " ":
|
|
@@ -3387,10 +3388,10 @@ const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Ts = ({
|
|
|
3387
3388
|
default:
|
|
3388
3389
|
F = !1;
|
|
3389
3390
|
}
|
|
3390
|
-
F && (y.preventDefault(),
|
|
3391
|
+
F && (y.preventDefault(), E.getTime() !== f.getTime() && (m(E), hn(E, c) || u(E)));
|
|
3391
3392
|
}, P = (y) => {
|
|
3392
3393
|
u(
|
|
3393
|
-
(
|
|
3394
|
+
(E) => y === "prev" ? Pt(E, 1) : it(E, 1)
|
|
3394
3395
|
);
|
|
3395
3396
|
};
|
|
3396
3397
|
return /* @__PURE__ */ v(
|
|
@@ -3427,7 +3428,7 @@ const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Ts = ({
|
|
|
3427
3428
|
}
|
|
3428
3429
|
)
|
|
3429
3430
|
] }),
|
|
3430
|
-
/* @__PURE__ */ d("div", { className: "grid grid-cols-7 gap-1 mt-4", role: "row", children:
|
|
3431
|
+
/* @__PURE__ */ d("div", { className: "grid grid-cols-7 gap-1 mt-4", role: "row", children: k.map((y) => /* @__PURE__ */ d(
|
|
3431
3432
|
"div",
|
|
3432
3433
|
{
|
|
3433
3434
|
className: "text-xs flex items-center w-8 justify-center text-base-11",
|
|
@@ -3436,7 +3437,7 @@ const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Ts = ({
|
|
|
3436
3437
|
},
|
|
3437
3438
|
y
|
|
3438
3439
|
)) }),
|
|
3439
|
-
/* @__PURE__ */ d("div", { className: "grid grid-cols-7 gap-1 mt-4", role: "grid", children: w.map((y,
|
|
3440
|
+
/* @__PURE__ */ d("div", { className: "grid grid-cols-7 gap-1 mt-4", role: "grid", children: w.map((y, E) => {
|
|
3440
3441
|
const F = hn(y, c), Y = e ? Dt(y, e) : !1, T = f && Dt(y, f), p = S(y), O = Dt(y, /* @__PURE__ */ new Date());
|
|
3441
3442
|
return /* @__PURE__ */ d(
|
|
3442
3443
|
"button",
|
|
@@ -3461,13 +3462,13 @@ const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Ts = ({
|
|
|
3461
3462
|
),
|
|
3462
3463
|
children: Ce(y, "d")
|
|
3463
3464
|
},
|
|
3464
|
-
|
|
3465
|
+
E
|
|
3465
3466
|
);
|
|
3466
3467
|
}) })
|
|
3467
3468
|
]
|
|
3468
3469
|
}
|
|
3469
3470
|
);
|
|
3470
|
-
},
|
|
3471
|
+
}, Qi = () => {
|
|
3471
3472
|
const [e, t] = I(
|
|
3472
3473
|
new Date(2025, 8, 21)
|
|
3473
3474
|
);
|
|
@@ -3540,13 +3541,13 @@ const je = ({ children: e, node: t }) => Mn(e, t ?? document.body), Ts = ({
|
|
|
3540
3541
|
] })
|
|
3541
3542
|
] }) });
|
|
3542
3543
|
};
|
|
3543
|
-
function
|
|
3544
|
+
function Ji({
|
|
3544
3545
|
customTrigger: e,
|
|
3545
3546
|
scrollerId: t
|
|
3546
3547
|
}) {
|
|
3547
3548
|
const [n, r] = I(/* @__PURE__ */ new Date());
|
|
3548
3549
|
return /* @__PURE__ */ d(
|
|
3549
|
-
|
|
3550
|
+
Cs,
|
|
3550
3551
|
{
|
|
3551
3552
|
className: "p-0",
|
|
3552
3553
|
scrollerId: t,
|
|
@@ -3578,14 +3579,14 @@ function Qi({
|
|
|
3578
3579
|
}
|
|
3579
3580
|
);
|
|
3580
3581
|
}
|
|
3581
|
-
const
|
|
3582
|
+
const Zi = () => /* @__PURE__ */ v("div", { children: [
|
|
3582
3583
|
/* @__PURE__ */ d("p", { className: "text-xs font-medium ml-0.5", children: "Start Time" }),
|
|
3583
3584
|
/* @__PURE__ */ v(U, { color: "solid", className: "px-3 mt-1", children: [
|
|
3584
3585
|
Ce(/* @__PURE__ */ new Date(), "p", { locale: Ke }),
|
|
3585
3586
|
/* @__PURE__ */ d("span", { className: "grow" }),
|
|
3586
3587
|
/* @__PURE__ */ d(Ln, { size: 18, className: "text-base-11" })
|
|
3587
3588
|
] })
|
|
3588
|
-
] }),
|
|
3589
|
+
] }), ec = () => /* @__PURE__ */ v("div", { className: "flex items-center gap-x-4", children: [
|
|
3589
3590
|
/* @__PURE__ */ v("div", { className: "grow", children: [
|
|
3590
3591
|
/* @__PURE__ */ d("p", { className: "text-xs font-medium ml-0.5", children: "Start Date" }),
|
|
3591
3592
|
/* @__PURE__ */ v(U, { color: "solid", className: "px-3 mt-1 w-full justify-start", children: [
|
|
@@ -3607,7 +3608,7 @@ const Ji = () => /* @__PURE__ */ v("div", { children: [
|
|
|
3607
3608
|
checked: "bg-brand lg:hover:bg-brand-hover text-brand-text",
|
|
3608
3609
|
uncheckedDisabled: "bg-base-3 border-base-4",
|
|
3609
3610
|
checkedDisabled: "bg-base-3 border-base-4 text-base-10"
|
|
3610
|
-
},
|
|
3611
|
+
}, Ms = De(
|
|
3611
3612
|
({
|
|
3612
3613
|
checked: e = !1,
|
|
3613
3614
|
onCheckedChange: t,
|
|
@@ -3699,8 +3700,8 @@ const Ji = () => /* @__PURE__ */ v("div", { children: [
|
|
|
3699
3700
|
] });
|
|
3700
3701
|
}
|
|
3701
3702
|
);
|
|
3702
|
-
|
|
3703
|
-
const
|
|
3703
|
+
Ms.displayName = "Checkbox";
|
|
3704
|
+
const tc = ({
|
|
3704
3705
|
title: e,
|
|
3705
3706
|
message: t,
|
|
3706
3707
|
searchParam: n,
|
|
@@ -3712,7 +3713,7 @@ const ec = ({
|
|
|
3712
3713
|
trigger: l
|
|
3713
3714
|
}) => {
|
|
3714
3715
|
const { searchParams: c } = Br(), u = te(() => !!c[n], [c]), f = A(() => {
|
|
3715
|
-
|
|
3716
|
+
ke.to(`${window.location.pathname}?${n}=open`);
|
|
3716
3717
|
}, [n]);
|
|
3717
3718
|
return /* @__PURE__ */ v(vt, { children: [
|
|
3718
3719
|
/* @__PURE__ */ d(Ie, { initial: !1, children: u && r ? /* @__PURE__ */ v(je, { node: document && document.getElementById("modals"), children: [
|
|
@@ -3739,7 +3740,7 @@ const ec = ({
|
|
|
3739
3740
|
/* @__PURE__ */ d(
|
|
3740
3741
|
U,
|
|
3741
3742
|
{
|
|
3742
|
-
onClick: () =>
|
|
3743
|
+
onClick: () => ke.back(),
|
|
3743
3744
|
color: "transparentinactive",
|
|
3744
3745
|
size: "sm",
|
|
3745
3746
|
children: o ?? "Cancelar"
|
|
@@ -3750,7 +3751,7 @@ const ec = ({
|
|
|
3750
3751
|
{
|
|
3751
3752
|
size: "sm",
|
|
3752
3753
|
onClick: () => {
|
|
3753
|
-
i && i(),
|
|
3754
|
+
i && i(), ke.back();
|
|
3754
3755
|
},
|
|
3755
3756
|
color: a,
|
|
3756
3757
|
children: s ?? "Continuar"
|
|
@@ -3763,7 +3764,7 @@ const ec = ({
|
|
|
3763
3764
|
] }) : null }),
|
|
3764
3765
|
l ? l(f) : null
|
|
3765
3766
|
] });
|
|
3766
|
-
},
|
|
3767
|
+
}, nc = ({
|
|
3767
3768
|
scrollY: e,
|
|
3768
3769
|
height: t = 300,
|
|
3769
3770
|
className: n,
|
|
@@ -3799,16 +3800,16 @@ function rr(e, t, n) {
|
|
|
3799
3800
|
value: (i) => n?.Parent && i instanceof n.Parent ? !0 : i?._zod?.traits?.has(e)
|
|
3800
3801
|
}), Object.defineProperty(a, "name", { value: e }), a;
|
|
3801
3802
|
}
|
|
3802
|
-
class
|
|
3803
|
+
class Ds extends Error {
|
|
3803
3804
|
constructor() {
|
|
3804
3805
|
super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");
|
|
3805
3806
|
}
|
|
3806
3807
|
}
|
|
3807
|
-
const
|
|
3808
|
+
const Ps = {};
|
|
3808
3809
|
function or(e) {
|
|
3809
|
-
return
|
|
3810
|
+
return Ps;
|
|
3810
3811
|
}
|
|
3811
|
-
function
|
|
3812
|
+
function Os(e, t) {
|
|
3812
3813
|
return typeof t == "bigint" ? t.toString() : t;
|
|
3813
3814
|
}
|
|
3814
3815
|
const ar = Error.captureStackTrace ? Error.captureStackTrace : (...e) => {
|
|
@@ -3833,7 +3834,7 @@ const ir = (e, t) => {
|
|
|
3833
3834
|
enumerable: !1
|
|
3834
3835
|
}), Object.defineProperty(e, "message", {
|
|
3835
3836
|
get() {
|
|
3836
|
-
return JSON.stringify(t,
|
|
3837
|
+
return JSON.stringify(t, Os, 2);
|
|
3837
3838
|
},
|
|
3838
3839
|
enumerable: !0
|
|
3839
3840
|
// configurable: false,
|
|
@@ -3841,16 +3842,16 @@ const ir = (e, t) => {
|
|
|
3841
3842
|
value: () => e.message,
|
|
3842
3843
|
enumerable: !1
|
|
3843
3844
|
});
|
|
3844
|
-
},
|
|
3845
|
+
}, Ls = rr("$ZodError", ir), cr = rr("$ZodError", ir, { Parent: Error }), Fs = (e) => (t, n, r, o) => {
|
|
3845
3846
|
const s = r ? Object.assign(r, { async: !1 }) : { async: !1 }, a = t._zod.run({ value: n, issues: [] }, s);
|
|
3846
3847
|
if (a instanceof Promise)
|
|
3847
|
-
throw new
|
|
3848
|
+
throw new Ds();
|
|
3848
3849
|
if (a.issues.length) {
|
|
3849
3850
|
const i = new (o?.Err ?? e)(a.issues.map((l) => sr(l, s, or())));
|
|
3850
3851
|
throw ar(i, o?.callee), i;
|
|
3851
3852
|
}
|
|
3852
3853
|
return a.value;
|
|
3853
|
-
},
|
|
3854
|
+
}, As = /* @__PURE__ */ Fs(cr), Ws = (e) => async (t, n, r, o) => {
|
|
3854
3855
|
const s = r ? Object.assign(r, { async: !0 }) : { async: !0 };
|
|
3855
3856
|
let a = t._zod.run({ value: n, issues: [] }, s);
|
|
3856
3857
|
if (a instanceof Promise && (a = await a), a.issues.length) {
|
|
@@ -3858,7 +3859,7 @@ const ir = (e, t) => {
|
|
|
3858
3859
|
throw ar(i, o?.callee), i;
|
|
3859
3860
|
}
|
|
3860
3861
|
return a.value;
|
|
3861
|
-
},
|
|
3862
|
+
}, _s = /* @__PURE__ */ Ws(cr);
|
|
3862
3863
|
function Nn(e, t) {
|
|
3863
3864
|
try {
|
|
3864
3865
|
var n = e();
|
|
@@ -3867,7 +3868,7 @@ function Nn(e, t) {
|
|
|
3867
3868
|
}
|
|
3868
3869
|
return n && n.then ? n.then(void 0, t) : n;
|
|
3869
3870
|
}
|
|
3870
|
-
function
|
|
3871
|
+
function Ys(e, t) {
|
|
3871
3872
|
for (var n = {}; e.length; ) {
|
|
3872
3873
|
var r = e[0], o = r.code, s = r.message, a = r.path.join(".");
|
|
3873
3874
|
if (!n[a]) if ("unionErrors" in r) {
|
|
@@ -3886,7 +3887,7 @@ function _s(e, t) {
|
|
|
3886
3887
|
}
|
|
3887
3888
|
return n;
|
|
3888
3889
|
}
|
|
3889
|
-
function
|
|
3890
|
+
function Rs(e, t) {
|
|
3890
3891
|
for (var n = {}; e.length; ) {
|
|
3891
3892
|
var r = e[0], o = r.code, s = r.message, a = r.path.join(".");
|
|
3892
3893
|
if (!n[a]) if (r.code === "invalid_union" && r.errors.length > 0) {
|
|
@@ -3905,7 +3906,7 @@ function Ys(e, t) {
|
|
|
3905
3906
|
}
|
|
3906
3907
|
return n;
|
|
3907
3908
|
}
|
|
3908
|
-
function
|
|
3909
|
+
function Is(e, t, n) {
|
|
3909
3910
|
if (n === void 0 && (n = {}), (function(r) {
|
|
3910
3911
|
return "_def" in r && typeof r._def == "object" && "typeName" in r._def;
|
|
3911
3912
|
})(e)) return function(r, o, s) {
|
|
@@ -3917,7 +3918,7 @@ function Rs(e, t, n) {
|
|
|
3917
3918
|
}, function(a) {
|
|
3918
3919
|
if ((function(i) {
|
|
3919
3920
|
return Array.isArray(i?.issues);
|
|
3920
|
-
})(a)) return { values: {}, errors: an(
|
|
3921
|
+
})(a)) return { values: {}, errors: an(Ys(a.errors, !s.shouldUseNativeValidation && s.criteriaMode === "all"), s) };
|
|
3921
3922
|
throw a;
|
|
3922
3923
|
}));
|
|
3923
3924
|
} catch (a) {
|
|
@@ -3929,13 +3930,13 @@ function Rs(e, t, n) {
|
|
|
3929
3930
|
})(e)) return function(r, o, s) {
|
|
3930
3931
|
try {
|
|
3931
3932
|
return Promise.resolve(Nn(function() {
|
|
3932
|
-
return Promise.resolve((n.mode === "sync" ?
|
|
3933
|
+
return Promise.resolve((n.mode === "sync" ? As : _s)(e, r, t)).then(function(a) {
|
|
3933
3934
|
return s.shouldUseNativeValidation && on({}, s), { errors: {}, values: n.raw ? Object.assign({}, r) : a };
|
|
3934
3935
|
});
|
|
3935
3936
|
}, function(a) {
|
|
3936
3937
|
if ((function(i) {
|
|
3937
|
-
return i instanceof
|
|
3938
|
-
})(a)) return { values: {}, errors: an(
|
|
3938
|
+
return i instanceof Ls;
|
|
3939
|
+
})(a)) return { values: {}, errors: an(Rs(a.issues, !s.shouldUseNativeValidation && s.criteriaMode === "all"), s) };
|
|
3939
3940
|
throw a;
|
|
3940
3941
|
}));
|
|
3941
3942
|
} catch (a) {
|
|
@@ -3944,7 +3945,7 @@ function Rs(e, t, n) {
|
|
|
3944
3945
|
};
|
|
3945
3946
|
throw new Error("Invalid input: not a Zod schema");
|
|
3946
3947
|
}
|
|
3947
|
-
function
|
|
3948
|
+
function rc({
|
|
3948
3949
|
methods: e,
|
|
3949
3950
|
onSubmit: t,
|
|
3950
3951
|
onError: n,
|
|
@@ -3969,13 +3970,13 @@ function nc({
|
|
|
3969
3970
|
}
|
|
3970
3971
|
) });
|
|
3971
3972
|
}
|
|
3972
|
-
function
|
|
3973
|
+
function oc(e, t) {
|
|
3973
3974
|
return qr({
|
|
3974
|
-
resolver:
|
|
3975
|
+
resolver: Is(e),
|
|
3975
3976
|
defaultValues: t
|
|
3976
3977
|
});
|
|
3977
3978
|
}
|
|
3978
|
-
const
|
|
3979
|
+
const js = ({
|
|
3979
3980
|
children: e,
|
|
3980
3981
|
size: t = 24,
|
|
3981
3982
|
strokeWidth: n = 2,
|
|
@@ -3993,10 +3994,10 @@ const Is = ({
|
|
|
3993
3994
|
...s,
|
|
3994
3995
|
children: e
|
|
3995
3996
|
}
|
|
3996
|
-
),
|
|
3997
|
+
), zs = {
|
|
3997
3998
|
solid: "bg-base-3 border border-base-4 drop-shadow-sm dark-theme:drop-shadow-none",
|
|
3998
3999
|
outline: "border border-base-6"
|
|
3999
|
-
},
|
|
4000
|
+
}, Hs = {
|
|
4000
4001
|
brand: "ring-1 ring-brand",
|
|
4001
4002
|
solid: "ring-1 ring-base-6"
|
|
4002
4003
|
}, lr = De(
|
|
@@ -4018,14 +4019,14 @@ const Is = ({
|
|
|
4018
4019
|
type: h = "text",
|
|
4019
4020
|
value: g,
|
|
4020
4021
|
...w
|
|
4021
|
-
},
|
|
4022
|
-
const S = $(null), C = $(!1), [M, P] = I(!1), [y,
|
|
4022
|
+
}, k) => {
|
|
4023
|
+
const S = $(null), C = $(!1), [M, P] = I(!1), [y, E] = I(!1), F = h === "password", Y = F && M ? "text" : c ? "number" : h, T = g !== "" && g !== null && g !== void 0;
|
|
4023
4024
|
return H(() => {
|
|
4024
4025
|
if (!C.current) {
|
|
4025
4026
|
C.current = !0;
|
|
4026
4027
|
return;
|
|
4027
4028
|
}
|
|
4028
|
-
S.current &&
|
|
4029
|
+
S.current && Gr(S.current);
|
|
4029
4030
|
}, [M, S]), /* @__PURE__ */ v("div", { className: N("relative", f), children: [
|
|
4030
4031
|
e && n === "default" && /* @__PURE__ */ d(
|
|
4031
4032
|
"label",
|
|
@@ -4039,10 +4040,10 @@ const Is = ({
|
|
|
4039
4040
|
{
|
|
4040
4041
|
className: N(
|
|
4041
4042
|
"rounded-6 transition cursor-text relative",
|
|
4042
|
-
|
|
4043
|
+
zs[r],
|
|
4043
4044
|
{
|
|
4044
4045
|
"pt-[22px] pb-1.5": n === "floating",
|
|
4045
|
-
[
|
|
4046
|
+
[Hs[o]]: !i && y,
|
|
4046
4047
|
"bg-red-4 text-red-9": !!i,
|
|
4047
4048
|
"ring-1 ring-red-9": !!i && y
|
|
4048
4049
|
},
|
|
@@ -4078,7 +4079,7 @@ const Is = ({
|
|
|
4078
4079
|
"input",
|
|
4079
4080
|
{
|
|
4080
4081
|
ref: (p) => {
|
|
4081
|
-
|
|
4082
|
+
k && (typeof k == "function" ? k(p) : k.current = p), S.current = p;
|
|
4082
4083
|
},
|
|
4083
4084
|
type: Y,
|
|
4084
4085
|
className: N(
|
|
@@ -4095,8 +4096,8 @@ const Is = ({
|
|
|
4095
4096
|
),
|
|
4096
4097
|
value: g,
|
|
4097
4098
|
placeholder: s,
|
|
4098
|
-
onFocus: () =>
|
|
4099
|
-
onBlur: () =>
|
|
4099
|
+
onFocus: () => E(!0),
|
|
4100
|
+
onBlur: () => E(!1),
|
|
4100
4101
|
...w
|
|
4101
4102
|
}
|
|
4102
4103
|
)
|
|
@@ -4140,7 +4141,7 @@ const Is = ({
|
|
|
4140
4141
|
}
|
|
4141
4142
|
);
|
|
4142
4143
|
lr.displayName = "Input";
|
|
4143
|
-
const
|
|
4144
|
+
const ac = ({
|
|
4144
4145
|
name: e,
|
|
4145
4146
|
customRead: t,
|
|
4146
4147
|
customSet: n,
|
|
@@ -4175,22 +4176,22 @@ const oc = ({
|
|
|
4175
4176
|
"Form control missing for field: ",
|
|
4176
4177
|
e
|
|
4177
4178
|
] }));
|
|
4178
|
-
}, ur = Bt(null),
|
|
4179
|
+
}, ur = Bt(null), Bs = ({
|
|
4179
4180
|
children: e,
|
|
4180
4181
|
value: t
|
|
4181
|
-
}) => /* @__PURE__ */ d(ur.Provider, { value: t, children: e }),
|
|
4182
|
+
}) => /* @__PURE__ */ d(ur.Provider, { value: t, children: e }), Vs = () => {
|
|
4182
4183
|
const e = wt(ur);
|
|
4183
4184
|
if (!e)
|
|
4184
4185
|
throw new Error("useAliveScope must be wrapped within AliveScopeProvider");
|
|
4185
4186
|
return e;
|
|
4186
|
-
},
|
|
4187
|
+
}, sc = ({ children: e }) => {
|
|
4187
4188
|
const [t, n] = I({}), r = $(
|
|
4188
4189
|
{}
|
|
4189
4190
|
), o = $(
|
|
4190
4191
|
{}
|
|
4191
4192
|
);
|
|
4192
4193
|
return /* @__PURE__ */ v(
|
|
4193
|
-
|
|
4194
|
+
Bs,
|
|
4194
4195
|
{
|
|
4195
4196
|
value: {
|
|
4196
4197
|
getPortalElement: (i, l, c) => {
|
|
@@ -4213,7 +4214,7 @@ const oc = ({
|
|
|
4213
4214
|
children: [
|
|
4214
4215
|
e,
|
|
4215
4216
|
Object.entries(t).map(([i, { children: l, element: c }]) => /* @__PURE__ */ d(
|
|
4216
|
-
|
|
4217
|
+
qs,
|
|
4217
4218
|
{
|
|
4218
4219
|
id: i,
|
|
4219
4220
|
onMountCallbacks: r,
|
|
@@ -4228,11 +4229,11 @@ const oc = ({
|
|
|
4228
4229
|
);
|
|
4229
4230
|
}, dr = Bt(
|
|
4230
4231
|
null
|
|
4231
|
-
),
|
|
4232
|
+
), Xs = ({
|
|
4232
4233
|
children: e,
|
|
4233
4234
|
value: t
|
|
4234
|
-
}) => /* @__PURE__ */ d(dr.Provider, { value: t, children: e }),
|
|
4235
|
-
|
|
4235
|
+
}) => /* @__PURE__ */ d(dr.Provider, { value: t, children: e }), qs = Cr(({ id: e, onMountCallbacks: t, onDropCallbacks: n, children: r, element: o }) => /* @__PURE__ */ d(
|
|
4236
|
+
Xs,
|
|
4236
4237
|
{
|
|
4237
4238
|
value: { keepAliveId: e, onKeepAliveMount: (i, l = { runOnFirstMount: !1 }) => {
|
|
4238
4239
|
H(() => {
|
|
@@ -4264,18 +4265,18 @@ const oc = ({
|
|
|
4264
4265
|
} },
|
|
4265
4266
|
children: Mn(r, o, e)
|
|
4266
4267
|
}
|
|
4267
|
-
)),
|
|
4268
|
+
)), ic = () => {
|
|
4268
4269
|
const e = wt(dr);
|
|
4269
4270
|
if (!e)
|
|
4270
4271
|
throw new Error("useKeepAlive must be used within KeepAliveProvider");
|
|
4271
4272
|
return e;
|
|
4272
|
-
},
|
|
4273
|
+
}, cc = ({
|
|
4273
4274
|
aliveKey: e,
|
|
4274
4275
|
children: t,
|
|
4275
4276
|
enabled: n = !0,
|
|
4276
4277
|
...r
|
|
4277
4278
|
}) => {
|
|
4278
|
-
const o = $(null), { getPortalElement: s } =
|
|
4279
|
+
const o = $(null), { getPortalElement: s } = Vs();
|
|
4279
4280
|
return H(() => {
|
|
4280
4281
|
const a = s(e, t, r.className);
|
|
4281
4282
|
return n && o.current && o.current.replaceWith(a), () => {
|
|
@@ -4297,8 +4298,8 @@ const oc = ({
|
|
|
4297
4298
|
if (n) return;
|
|
4298
4299
|
const h = new IntersectionObserver(
|
|
4299
4300
|
(w) => {
|
|
4300
|
-
w.forEach((
|
|
4301
|
-
|
|
4301
|
+
w.forEach((k) => {
|
|
4302
|
+
k.isIntersecting && (u(!0), h.disconnect());
|
|
4302
4303
|
});
|
|
4303
4304
|
},
|
|
4304
4305
|
{
|
|
@@ -4331,7 +4332,7 @@ const oc = ({
|
|
|
4331
4332
|
}
|
|
4332
4333
|
);
|
|
4333
4334
|
fr.displayName = "LazyImage";
|
|
4334
|
-
const
|
|
4335
|
+
const Ks = De(
|
|
4335
4336
|
({
|
|
4336
4337
|
src: e,
|
|
4337
4338
|
alt: t,
|
|
@@ -4361,8 +4362,8 @@ const qs = De(
|
|
|
4361
4362
|
l
|
|
4362
4363
|
] })
|
|
4363
4364
|
);
|
|
4364
|
-
|
|
4365
|
-
const
|
|
4365
|
+
Ks.displayName = "LazyImageWrapped";
|
|
4366
|
+
const lc = ({
|
|
4366
4367
|
lightSolid: e = !0,
|
|
4367
4368
|
className: t,
|
|
4368
4369
|
children: n,
|
|
@@ -4378,7 +4379,7 @@ const cc = ({
|
|
|
4378
4379
|
...r,
|
|
4379
4380
|
children: n
|
|
4380
4381
|
}
|
|
4381
|
-
),
|
|
4382
|
+
), uc = ({
|
|
4382
4383
|
onClick: e,
|
|
4383
4384
|
lightSolid: t = !0,
|
|
4384
4385
|
className: n,
|
|
@@ -4396,7 +4397,7 @@ const cc = ({
|
|
|
4396
4397
|
),
|
|
4397
4398
|
children: r
|
|
4398
4399
|
}
|
|
4399
|
-
),
|
|
4400
|
+
), Us = ({
|
|
4400
4401
|
label: e,
|
|
4401
4402
|
labelPosition: t = "default",
|
|
4402
4403
|
options: n,
|
|
@@ -4413,7 +4414,7 @@ const cc = ({
|
|
|
4413
4414
|
disabled: b = !1,
|
|
4414
4415
|
className: h
|
|
4415
4416
|
}) => {
|
|
4416
|
-
const [g, w] = I(""), [
|
|
4417
|
+
const [g, w] = I(""), [k, S] = I(!1), [C, M] = I(-1), P = $(null), y = $(null), E = $([]), {
|
|
4417
4418
|
triggerRef: F,
|
|
4418
4419
|
triggerProps: Y,
|
|
4419
4420
|
popoverRef: T,
|
|
@@ -4445,7 +4446,7 @@ const cc = ({
|
|
|
4445
4446
|
(L) => a(L).toLowerCase().includes(g.toLowerCase())
|
|
4446
4447
|
) : n;
|
|
4447
4448
|
H(() => {
|
|
4448
|
-
|
|
4449
|
+
E.current = E.current.slice(0, Q.length);
|
|
4449
4450
|
}, [Q.length]);
|
|
4450
4451
|
const se = (L) => i ? r.some(
|
|
4451
4452
|
(R) => R === s(L) || s(R) === s(L)
|
|
@@ -4500,13 +4501,13 @@ const cc = ({
|
|
|
4500
4501
|
D();
|
|
4501
4502
|
else {
|
|
4502
4503
|
const R = C >= Q.length - 1 ? 0 : C + 1;
|
|
4503
|
-
M(R),
|
|
4504
|
+
M(R), E.current[R]?.scrollIntoView({ block: "nearest" });
|
|
4504
4505
|
}
|
|
4505
4506
|
break;
|
|
4506
4507
|
case "ArrowUp":
|
|
4507
4508
|
if (L.preventDefault(), O) {
|
|
4508
4509
|
const R = C <= 0 ? Q.length - 1 : C - 1;
|
|
4509
|
-
M(R),
|
|
4510
|
+
M(R), E.current[R]?.scrollIntoView({ block: "nearest" });
|
|
4510
4511
|
}
|
|
4511
4512
|
break;
|
|
4512
4513
|
case "Backspace":
|
|
@@ -4516,9 +4517,9 @@ const cc = ({
|
|
|
4516
4517
|
}
|
|
4517
4518
|
break;
|
|
4518
4519
|
}
|
|
4519
|
-
},
|
|
4520
|
+
}, Er = (L) => {
|
|
4520
4521
|
w(L.target.value), M(-1);
|
|
4521
|
-
},
|
|
4522
|
+
}, kr = () => {
|
|
4522
4523
|
b || (m && P.current && P.current.focus(), D());
|
|
4523
4524
|
}, rt = (L) => {
|
|
4524
4525
|
console.log(`Accessibility announcement: ${L}`);
|
|
@@ -4550,13 +4551,13 @@ const cc = ({
|
|
|
4550
4551
|
{
|
|
4551
4552
|
"py-3": t === "default",
|
|
4552
4553
|
"pt-5 pb-2": t === "floating",
|
|
4553
|
-
"ring-1 ring-brand": O ||
|
|
4554
|
+
"ring-1 ring-brand": O || k,
|
|
4554
4555
|
"text-red-9": c,
|
|
4555
|
-
"ring-2 ring-red-6": c && (O ||
|
|
4556
|
+
"ring-2 ring-red-6": c && (O || k),
|
|
4556
4557
|
"opacity-60 cursor-not-allowed": b
|
|
4557
4558
|
}
|
|
4558
4559
|
),
|
|
4559
|
-
onClick:
|
|
4560
|
+
onClick: kr,
|
|
4560
4561
|
role: "combobox",
|
|
4561
4562
|
"aria-expanded": O,
|
|
4562
4563
|
"aria-haspopup": "listbox",
|
|
@@ -4575,7 +4576,7 @@ const cc = ({
|
|
|
4575
4576
|
"absolute transition-all duration-200 pointer-events-none",
|
|
4576
4577
|
"text-base top-4 font-semibold left-3",
|
|
4577
4578
|
{
|
|
4578
|
-
"text-sm top-2 left-2":
|
|
4579
|
+
"text-sm top-2 left-2": k || le,
|
|
4579
4580
|
"text-red-9": !!c
|
|
4580
4581
|
}
|
|
4581
4582
|
),
|
|
@@ -4628,7 +4629,7 @@ const cc = ({
|
|
|
4628
4629
|
type: "text",
|
|
4629
4630
|
className: "flex-grow min-w-[60px] bg-transparent outline-none placeholder:text-sm",
|
|
4630
4631
|
value: g,
|
|
4631
|
-
onChange:
|
|
4632
|
+
onChange: Er,
|
|
4632
4633
|
onKeyDown: nt,
|
|
4633
4634
|
placeholder: le ? "" : u,
|
|
4634
4635
|
disabled: b,
|
|
@@ -4686,7 +4687,7 @@ const cc = ({
|
|
|
4686
4687
|
"div",
|
|
4687
4688
|
{
|
|
4688
4689
|
ref: ($r) => {
|
|
4689
|
-
|
|
4690
|
+
E.current[R] = $r;
|
|
4690
4691
|
},
|
|
4691
4692
|
className: N(
|
|
4692
4693
|
"px-3 py-2 text-sm cursor-pointer flex items-center justify-between",
|
|
@@ -4723,7 +4724,7 @@ const cc = ({
|
|
|
4723
4724
|
),
|
|
4724
4725
|
/* @__PURE__ */ d("div", { className: "sr-only", "aria-live": "polite", "aria-atomic": "true", children: K.length > 0 ? `Selected: ${K.map(a).join(", ")}` : "No selections" })
|
|
4725
4726
|
] });
|
|
4726
|
-
},
|
|
4727
|
+
}, dc = ({
|
|
4727
4728
|
name: e,
|
|
4728
4729
|
...t
|
|
4729
4730
|
}) => {
|
|
@@ -4734,7 +4735,7 @@ const cc = ({
|
|
|
4734
4735
|
name: e,
|
|
4735
4736
|
control: n,
|
|
4736
4737
|
render: ({ field: r, fieldState: o }) => /* @__PURE__ */ d(
|
|
4737
|
-
|
|
4738
|
+
Us,
|
|
4738
4739
|
{
|
|
4739
4740
|
selectedValues: r.value || [],
|
|
4740
4741
|
onChange: (s) => r.onChange(s),
|
|
@@ -4747,7 +4748,7 @@ const cc = ({
|
|
|
4747
4748
|
"Form control missing for field: ",
|
|
4748
4749
|
e
|
|
4749
4750
|
] }));
|
|
4750
|
-
},
|
|
4751
|
+
}, fc = ({
|
|
4751
4752
|
id: e,
|
|
4752
4753
|
tabPage: t,
|
|
4753
4754
|
absolute: n = !0,
|
|
@@ -4761,7 +4762,7 @@ const cc = ({
|
|
|
4761
4762
|
showScrollbar: u = !0,
|
|
4762
4763
|
onScroll: f
|
|
4763
4764
|
}) => {
|
|
4764
|
-
const m = $(null), b = $(null), h = $(null), g = $(null), w = $(null), [
|
|
4765
|
+
const m = $(null), b = $(null), h = $(null), g = $(null), w = $(null), [k, S] = I(!1), C = $(null), M = $({
|
|
4765
4766
|
startY: 0,
|
|
4766
4767
|
// Track where the scroll position was when gesture started
|
|
4767
4768
|
currentY: 0,
|
|
@@ -4780,7 +4781,7 @@ const cc = ({
|
|
|
4780
4781
|
));
|
|
4781
4782
|
}),
|
|
4782
4783
|
[]
|
|
4783
|
-
),
|
|
4784
|
+
), E = A((_) => {
|
|
4784
4785
|
const { maxScroll: x } = M.current;
|
|
4785
4786
|
return _ > 0 ? Math.pow(_, 0.8) : _ < -x ? -x - Math.pow(-(_ + x), 0.8) : _;
|
|
4786
4787
|
}, []), F = A(() => {
|
|
@@ -4855,22 +4856,22 @@ const cc = ({
|
|
|
4855
4856
|
(_) => {
|
|
4856
4857
|
const x = M.current;
|
|
4857
4858
|
if (!x.isScrolling) return;
|
|
4858
|
-
const V =
|
|
4859
|
-
x.isPullingToRefresh && V < x.startY && (x.isPullingToRefresh = !1), Y(V), s && x.isPullingToRefresh && !
|
|
4859
|
+
const V = E(x.startY + _.deltaY);
|
|
4860
|
+
x.isPullingToRefresh && V < x.startY && (x.isPullingToRefresh = !1), Y(V), s && x.isPullingToRefresh && !k && V > 0 && (x.pullDistance = V, h.current && (h.current.textContent = x.pullDistance > x.refreshThreshold ? "Release to refresh" : "Pull to refresh")), O();
|
|
4860
4861
|
},
|
|
4861
4862
|
[
|
|
4862
4863
|
s,
|
|
4863
4864
|
Y,
|
|
4864
|
-
|
|
4865
|
+
k,
|
|
4865
4866
|
O,
|
|
4866
|
-
|
|
4867
|
+
E
|
|
4867
4868
|
]
|
|
4868
4869
|
), j = A(
|
|
4869
4870
|
(_) => {
|
|
4870
4871
|
const x = M.current;
|
|
4871
|
-
x.isScrolling && (x.isScrolling = !1, s && x.isPullingToRefresh && !
|
|
4872
|
+
x.isScrolling && (x.isScrolling = !1, s && x.isPullingToRefresh && !k && x.pullDistance > x.refreshThreshold ? q() : x.currentY > 0 || x.currentY < -x.maxScroll ? T(x.currentY > 0 ? 0 : -x.maxScroll) : p(_.velocityY), x.isPullingToRefresh = !1);
|
|
4872
4873
|
},
|
|
4873
|
-
[s, p, T,
|
|
4874
|
+
[s, p, T, k]
|
|
4874
4875
|
), q = A(() => {
|
|
4875
4876
|
S(!0), T(M.current.refreshThreshold), h.current && (h.current.textContent = "Refreshing..."), s && s().then(() => {
|
|
4876
4877
|
S(!1), T(0);
|
|
@@ -4992,7 +4993,7 @@ const cc = ({
|
|
|
4992
4993
|
`scroller${e}`
|
|
4993
4994
|
);
|
|
4994
4995
|
};
|
|
4995
|
-
function
|
|
4996
|
+
function mc({
|
|
4996
4997
|
id: e,
|
|
4997
4998
|
showScrollbar: t = !0,
|
|
4998
4999
|
onRefresh: n,
|
|
@@ -5021,7 +5022,7 @@ function fc({
|
|
|
5021
5022
|
), w = A((T) => {
|
|
5022
5023
|
const { maxScroll: p } = h.current;
|
|
5023
5024
|
return T > 0 ? Math.pow(T, 0.8) : T < -p ? -p - Math.pow(-(T + p), 0.8) : T;
|
|
5024
|
-
}, []),
|
|
5025
|
+
}, []), k = A(() => {
|
|
5025
5026
|
if (!t || !a.current || !c.current)
|
|
5026
5027
|
return;
|
|
5027
5028
|
const { currentY: T, maxScroll: p } = h.current, O = a.current.offsetHeight, D = Math.max(
|
|
@@ -5039,9 +5040,9 @@ function fc({
|
|
|
5039
5040
|
);
|
|
5040
5041
|
l.current.style.transform = `translate3d(0, ${p}px, 0)`;
|
|
5041
5042
|
}
|
|
5042
|
-
s && s(T),
|
|
5043
|
+
s && s(T), k();
|
|
5043
5044
|
},
|
|
5044
|
-
[
|
|
5045
|
+
[k]
|
|
5045
5046
|
), C = A(
|
|
5046
5047
|
(T) => {
|
|
5047
5048
|
const p = h.current;
|
|
@@ -5089,7 +5090,7 @@ function fc({
|
|
|
5089
5090
|
p.isScrolling = !0, p.startY = p.currentY, p.lastTimestamp = Date.now(), p.isPullingToRefresh = p.currentY === 0, p.pullDistance = 0, p.frameCallback && (re(p.frameCallback), p.frameCallback = null), P();
|
|
5090
5091
|
},
|
|
5091
5092
|
[P]
|
|
5092
|
-
),
|
|
5093
|
+
), E = A(
|
|
5093
5094
|
(T) => {
|
|
5094
5095
|
const p = h.current;
|
|
5095
5096
|
if (!p.isScrolling) return;
|
|
@@ -5122,16 +5123,16 @@ function fc({
|
|
|
5122
5123
|
passive: !0,
|
|
5123
5124
|
direction: "y",
|
|
5124
5125
|
onStart: y,
|
|
5125
|
-
onMove:
|
|
5126
|
+
onMove: E,
|
|
5126
5127
|
onEnd: Y
|
|
5127
5128
|
});
|
|
5128
5129
|
return T.init(), () => T.destroy();
|
|
5129
|
-
}, [y,
|
|
5130
|
+
}, [y, E, Y]), H(() => {
|
|
5130
5131
|
if (a.current)
|
|
5131
|
-
return g(),
|
|
5132
|
+
return g(), k(), window.addEventListener("resize", g), () => {
|
|
5132
5133
|
window.removeEventListener("resize", g), u.current !== null && clearTimeout(u.current);
|
|
5133
5134
|
};
|
|
5134
|
-
}, [g,
|
|
5135
|
+
}, [g, k]), {
|
|
5135
5136
|
container: {
|
|
5136
5137
|
props: {
|
|
5137
5138
|
id: e,
|
|
@@ -5175,25 +5176,25 @@ function fc({
|
|
|
5175
5176
|
refreshing: f,
|
|
5176
5177
|
updateMaxScroll: g,
|
|
5177
5178
|
rubberBandEffect: w,
|
|
5178
|
-
updateScrollbarPosition:
|
|
5179
|
+
updateScrollbarPosition: k,
|
|
5179
5180
|
setPosition: S
|
|
5180
5181
|
};
|
|
5181
5182
|
}
|
|
5182
|
-
const
|
|
5183
|
+
const Gs = {
|
|
5183
5184
|
2: "text-2xl",
|
|
5184
5185
|
4: "text-4xl",
|
|
5185
5186
|
5: "text-5xl",
|
|
5186
5187
|
6: "text-6xl"
|
|
5187
|
-
},
|
|
5188
|
+
}, hc = ({
|
|
5188
5189
|
title: e,
|
|
5189
5190
|
description: t,
|
|
5190
5191
|
size: n = "6",
|
|
5191
5192
|
descriptionClassName: r,
|
|
5192
5193
|
className: o
|
|
5193
5194
|
}) => /* @__PURE__ */ v("div", { className: N("text-center", o), children: [
|
|
5194
|
-
/* @__PURE__ */ d("p", { className: `${
|
|
5195
|
+
/* @__PURE__ */ d("p", { className: `${Gs[n]} font-medium`, children: e }),
|
|
5195
5196
|
t ? /* @__PURE__ */ d("p", { className: N("mt-6 text-base-11", r), children: t }) : null
|
|
5196
|
-
] }),
|
|
5197
|
+
] }), bc = De(
|
|
5197
5198
|
({
|
|
5198
5199
|
placeholder: e = "Buscar",
|
|
5199
5200
|
value: t,
|
|
@@ -5266,7 +5267,7 @@ const Us = {
|
|
|
5266
5267
|
}
|
|
5267
5268
|
);
|
|
5268
5269
|
}
|
|
5269
|
-
),
|
|
5270
|
+
), En = ({
|
|
5270
5271
|
el: e,
|
|
5271
5272
|
direction: t,
|
|
5272
5273
|
amount: n = 200,
|
|
@@ -5292,14 +5293,14 @@ const Us = {
|
|
|
5292
5293
|
s ? e.scrollTop = m : e.scrollLeft = m;
|
|
5293
5294
|
}
|
|
5294
5295
|
});
|
|
5295
|
-
},
|
|
5296
|
+
}, Qs = {
|
|
5296
5297
|
default: [0.32, 0.72, 0, 1]
|
|
5297
|
-
},
|
|
5298
|
+
}, kn = {
|
|
5298
5299
|
initial: { opacity: 0 },
|
|
5299
5300
|
animate: {
|
|
5300
5301
|
opacity: 1,
|
|
5301
5302
|
transition: {
|
|
5302
|
-
ease:
|
|
5303
|
+
ease: Qs.default,
|
|
5303
5304
|
duration: 0.3
|
|
5304
5305
|
}
|
|
5305
5306
|
},
|
|
@@ -5310,17 +5311,17 @@ const Us = {
|
|
|
5310
5311
|
duration: 0.3
|
|
5311
5312
|
}
|
|
5312
5313
|
}
|
|
5313
|
-
}, mr = /* @__PURE__ */ new Set(), Z = /* @__PURE__ */ new WeakMap(), _e = /* @__PURE__ */ new WeakMap(), Me = /* @__PURE__ */ new WeakMap(), zt = /* @__PURE__ */ new WeakMap(),
|
|
5314
|
+
}, mr = /* @__PURE__ */ new Set(), Z = /* @__PURE__ */ new WeakMap(), _e = /* @__PURE__ */ new WeakMap(), Me = /* @__PURE__ */ new WeakMap(), zt = /* @__PURE__ */ new WeakMap(), Js = /* @__PURE__ */ new WeakMap(), Ye = /* @__PURE__ */ new WeakMap(), bt = /* @__PURE__ */ new WeakMap(), Be = /* @__PURE__ */ new WeakSet();
|
|
5314
5315
|
let Ne, Zt = 0, en = 0;
|
|
5315
|
-
const pe = "__aa_tgt", Ue = "__aa_del", pt = "__aa_new",
|
|
5316
|
-
const t =
|
|
5317
|
-
t && t.forEach((n) =>
|
|
5318
|
-
},
|
|
5316
|
+
const pe = "__aa_tgt", Ue = "__aa_del", pt = "__aa_new", Zs = (e) => {
|
|
5317
|
+
const t = ai(e);
|
|
5318
|
+
t && t.forEach((n) => si(n));
|
|
5319
|
+
}, ei = (e) => {
|
|
5319
5320
|
e.forEach((t) => {
|
|
5320
|
-
t.target === Ne &&
|
|
5321
|
+
t.target === Ne && ni(), Z.has(t.target) && Pe(t.target);
|
|
5321
5322
|
});
|
|
5322
5323
|
};
|
|
5323
|
-
function
|
|
5324
|
+
function ti(e) {
|
|
5324
5325
|
zt.get(e)?.disconnect();
|
|
5325
5326
|
let n = Z.get(e), r = 0;
|
|
5326
5327
|
const o = 5;
|
|
@@ -5350,13 +5351,13 @@ function Pe(e) {
|
|
|
5350
5351
|
setTimeout(async () => {
|
|
5351
5352
|
const r = Me.get(e);
|
|
5352
5353
|
try {
|
|
5353
|
-
await r?.finished, Z.set(e, Re(e)),
|
|
5354
|
+
await r?.finished, Z.set(e, Re(e)), ti(e);
|
|
5354
5355
|
} catch {
|
|
5355
5356
|
}
|
|
5356
5357
|
}, n)
|
|
5357
5358
|
);
|
|
5358
5359
|
}
|
|
5359
|
-
function
|
|
5360
|
+
function ni() {
|
|
5360
5361
|
clearTimeout(bt.get(Ne)), bt.set(
|
|
5361
5362
|
Ne,
|
|
5362
5363
|
setTimeout(() => {
|
|
@@ -5366,9 +5367,9 @@ function ti() {
|
|
|
5366
5367
|
}, 100)
|
|
5367
5368
|
);
|
|
5368
5369
|
}
|
|
5369
|
-
function
|
|
5370
|
+
function ri(e) {
|
|
5370
5371
|
setTimeout(() => {
|
|
5371
|
-
|
|
5372
|
+
Js.set(
|
|
5372
5373
|
e,
|
|
5373
5374
|
setInterval(() => hr(Pe.bind(null, e)), 2e3)
|
|
5374
5375
|
);
|
|
@@ -5378,11 +5379,11 @@ function hr(e) {
|
|
|
5378
5379
|
typeof requestIdleCallback == "function" ? requestIdleCallback(() => e()) : requestAnimationFrame(() => e());
|
|
5379
5380
|
}
|
|
5380
5381
|
let Ht, gt;
|
|
5381
|
-
const
|
|
5382
|
-
|
|
5382
|
+
const oi = typeof window < "u" && "ResizeObserver" in window;
|
|
5383
|
+
oi && (Ne = document.documentElement, Ht = new MutationObserver(Zs), gt = new ResizeObserver(ei), window.addEventListener("scroll", () => {
|
|
5383
5384
|
en = window.scrollY, Zt = window.scrollX;
|
|
5384
5385
|
}), gt.observe(Ne));
|
|
5385
|
-
function
|
|
5386
|
+
function ai(e) {
|
|
5386
5387
|
return e.reduce((r, o) => [
|
|
5387
5388
|
...r,
|
|
5388
5389
|
...Array.from(o.addedNodes),
|
|
@@ -5420,14 +5421,14 @@ function oi(e) {
|
|
|
5420
5421
|
function Ot(e, t) {
|
|
5421
5422
|
!t && !(pe in e) ? Object.defineProperty(e, pe, { value: e }) : t && !(pe in t) && Object.defineProperty(t, pe, { value: e });
|
|
5422
5423
|
}
|
|
5423
|
-
function
|
|
5424
|
+
function si(e) {
|
|
5424
5425
|
const t = e.isConnected, n = Z.has(e);
|
|
5425
|
-
t && _e.has(e) && _e.delete(e), Me.has(e) && Me.get(e)?.cancel(), pt in e ? $n(e) : n && t ?
|
|
5426
|
+
t && _e.has(e) && _e.delete(e), Me.has(e) && Me.get(e)?.cancel(), pt in e ? $n(e) : n && t ? ci(e) : n && !t ? li(e) : $n(e);
|
|
5426
5427
|
}
|
|
5427
5428
|
function ue(e) {
|
|
5428
5429
|
return Number(e.replace(/[^0-9.\-]/g, ""));
|
|
5429
5430
|
}
|
|
5430
|
-
function
|
|
5431
|
+
function ii(e) {
|
|
5431
5432
|
let t = e.parentElement;
|
|
5432
5433
|
for (; t; ) {
|
|
5433
5434
|
if (t.scrollLeft || t.scrollTop)
|
|
@@ -5437,7 +5438,7 @@ function si(e) {
|
|
|
5437
5438
|
return { x: 0, y: 0 };
|
|
5438
5439
|
}
|
|
5439
5440
|
function Re(e) {
|
|
5440
|
-
const t = e.getBoundingClientRect(), { x: n, y: r } =
|
|
5441
|
+
const t = e.getBoundingClientRect(), { x: n, y: r } = ii(e);
|
|
5441
5442
|
return {
|
|
5442
5443
|
top: t.top + r,
|
|
5443
5444
|
left: t.left + n,
|
|
@@ -5477,7 +5478,7 @@ function nn(e) {
|
|
|
5477
5478
|
function Ge(e) {
|
|
5478
5479
|
return typeof e == "function";
|
|
5479
5480
|
}
|
|
5480
|
-
function
|
|
5481
|
+
function ci(e) {
|
|
5481
5482
|
const t = Z.get(e), n = Re(e);
|
|
5482
5483
|
if (!tn(e)) return Z.set(e, n);
|
|
5483
5484
|
let r;
|
|
@@ -5537,14 +5538,14 @@ function Tn(e, t) {
|
|
|
5537
5538
|
e.style[n] = "";
|
|
5538
5539
|
}, 0);
|
|
5539
5540
|
}
|
|
5540
|
-
function
|
|
5541
|
+
function li(e) {
|
|
5541
5542
|
if (!_e.has(e) || !Z.has(e)) return;
|
|
5542
5543
|
const [t, n] = _e.get(e);
|
|
5543
5544
|
Object.defineProperty(e, Ue, { value: !0, configurable: !0 });
|
|
5544
5545
|
const r = window.scrollX, o = window.scrollY;
|
|
5545
5546
|
if (n && n.parentNode && n.parentNode instanceof Element ? n.parentNode.insertBefore(e, n) : t && t.parentNode ? t.parentNode.appendChild(e) : pr(e)?.appendChild(e), !tn(e)) return Tn(e);
|
|
5546
|
-
const [s, a, i, l] =
|
|
5547
|
-
(r !== Zt || o !== en) &&
|
|
5547
|
+
const [s, a, i, l] = di(e), c = Tt(e), u = Z.get(e);
|
|
5548
|
+
(r !== Zt || o !== en) && ui(e, r, o, c);
|
|
5548
5549
|
let f, m = {
|
|
5549
5550
|
position: "absolute",
|
|
5550
5551
|
top: `${s}px`,
|
|
@@ -5578,7 +5579,7 @@ function ci(e) {
|
|
|
5578
5579
|
}
|
|
5579
5580
|
Me.set(e, f), f.addEventListener("finish", Tn.bind(null, e, m));
|
|
5580
5581
|
}
|
|
5581
|
-
function
|
|
5582
|
+
function ui(e, t, n, r) {
|
|
5582
5583
|
const o = Zt - t, s = en - n, a = document.documentElement.style.scrollBehavior;
|
|
5583
5584
|
if (getComputedStyle(Ne).scrollBehavior === "smooth" && (document.documentElement.style.scrollBehavior = "auto"), window.scrollTo(window.scrollX + o, window.scrollY + s), !e.parentElement) return;
|
|
5584
5585
|
const l = e.parentElement;
|
|
@@ -5597,7 +5598,7 @@ function li(e, t, n, r) {
|
|
|
5597
5598
|
}
|
|
5598
5599
|
m();
|
|
5599
5600
|
}
|
|
5600
|
-
function
|
|
5601
|
+
function di(e) {
|
|
5601
5602
|
const t = Z.get(e), [n, , r] = br(e, t, Re(e));
|
|
5602
5603
|
let o = e.parentElement;
|
|
5603
5604
|
for (; o && (getComputedStyle(o).position === "static" || o instanceof HTMLBodyElement); )
|
|
@@ -5607,7 +5608,7 @@ function ui(e) {
|
|
|
5607
5608
|
return [i, l, n, r];
|
|
5608
5609
|
}
|
|
5609
5610
|
function vr(e, t = {}) {
|
|
5610
|
-
return Ht && gt && (window.matchMedia("(prefers-reduced-motion: reduce)").matches && !Ge(t) && !t.disrespectUserMotionPreference || (Be.add(e), getComputedStyle(e).position === "static" && Object.assign(e.style, { position: "relative" }), gr(e, Pe,
|
|
5611
|
+
return Ht && gt && (window.matchMedia("(prefers-reduced-motion: reduce)").matches && !Ge(t) && !t.disrespectUserMotionPreference || (Be.add(e), getComputedStyle(e).position === "static" && Object.assign(e.style, { position: "relative" }), gr(e, Pe, ri, (o) => gt?.observe(o)), Ge(t) ? Ye.set(e, t) : Ye.set(e, { duration: 250, easing: "ease-in-out", ...t }), Ht.observe(e, { childList: !0 }), mr.add(e))), Object.freeze({
|
|
5611
5612
|
parent: e,
|
|
5612
5613
|
enable: () => {
|
|
5613
5614
|
Be.add(e);
|
|
@@ -5648,7 +5649,7 @@ const we = {
|
|
|
5648
5649
|
item: "grow"
|
|
5649
5650
|
}
|
|
5650
5651
|
}
|
|
5651
|
-
},
|
|
5652
|
+
}, pc = ({
|
|
5652
5653
|
options: e,
|
|
5653
5654
|
selected: t,
|
|
5654
5655
|
onChange: n,
|
|
@@ -5665,9 +5666,9 @@ const we = {
|
|
|
5665
5666
|
// from,
|
|
5666
5667
|
className: b
|
|
5667
5668
|
}) => {
|
|
5668
|
-
const [h, g] = I({ left: !1, right: !1 }), { ref: w } =
|
|
5669
|
-
onOverflow: (
|
|
5670
|
-
g({ left:
|
|
5669
|
+
const [h, g] = I({ left: !1, right: !1 }), { ref: w } = Jr({
|
|
5670
|
+
onOverflow: (k) => {
|
|
5671
|
+
g({ left: k.canScrollLeft, right: k.canScrollRight });
|
|
5671
5672
|
},
|
|
5672
5673
|
// enabled: inView,
|
|
5673
5674
|
trackScroll: m
|
|
@@ -5691,12 +5692,12 @@ const we = {
|
|
|
5691
5692
|
we.rounded[f],
|
|
5692
5693
|
we.border[u]
|
|
5693
5694
|
),
|
|
5694
|
-
children: e.map((
|
|
5695
|
-
const S = r(t) === r(
|
|
5695
|
+
children: e.map((k) => {
|
|
5696
|
+
const S = r(t) === r(k);
|
|
5696
5697
|
return /* @__PURE__ */ d(
|
|
5697
5698
|
"button",
|
|
5698
5699
|
{
|
|
5699
|
-
onClick: () => n?.(
|
|
5700
|
+
onClick: () => n?.(k),
|
|
5700
5701
|
className: N(
|
|
5701
5702
|
"border-r px-3 py-1 last:border-none text-nowrap shrink-0",
|
|
5702
5703
|
we.widths[c].item,
|
|
@@ -5705,9 +5706,9 @@ const we = {
|
|
|
5705
5706
|
we.border[u],
|
|
5706
5707
|
a
|
|
5707
5708
|
),
|
|
5708
|
-
children: o(
|
|
5709
|
+
children: o(k)
|
|
5709
5710
|
},
|
|
5710
|
-
r(
|
|
5711
|
+
r(k)
|
|
5711
5712
|
);
|
|
5712
5713
|
})
|
|
5713
5714
|
}
|
|
@@ -5716,12 +5717,12 @@ const we = {
|
|
|
5716
5717
|
h.left ? /* @__PURE__ */ d(
|
|
5717
5718
|
ne.button,
|
|
5718
5719
|
{
|
|
5719
|
-
variants:
|
|
5720
|
+
variants: kn,
|
|
5720
5721
|
initial: "initial",
|
|
5721
5722
|
animate: "animate",
|
|
5722
5723
|
exit: "exit",
|
|
5723
5724
|
onClick: () => {
|
|
5724
|
-
w.current &&
|
|
5725
|
+
w.current && En({ el: w.current, direction: "left" });
|
|
5725
5726
|
},
|
|
5726
5727
|
className: "absolute shrink-0 left-0 px-1 h-full bg-gradient-to-r from-base-2 top-0",
|
|
5727
5728
|
children: /* @__PURE__ */ d(Dn, { className: "text-base-13" })
|
|
@@ -5731,12 +5732,12 @@ const we = {
|
|
|
5731
5732
|
h.right ? /* @__PURE__ */ d(
|
|
5732
5733
|
ne.button,
|
|
5733
5734
|
{
|
|
5734
|
-
variants:
|
|
5735
|
+
variants: kn,
|
|
5735
5736
|
initial: "initial",
|
|
5736
5737
|
animate: "animate",
|
|
5737
5738
|
exit: "exit",
|
|
5738
5739
|
onClick: () => {
|
|
5739
|
-
w.current &&
|
|
5740
|
+
w.current && En({ el: w.current, direction: "right" });
|
|
5740
5741
|
},
|
|
5741
5742
|
className: "absolute shrink-0 right-0 px-1 h-full bg-gradient-to-l from-base-2 top-0",
|
|
5742
5743
|
children: /* @__PURE__ */ d(Pn, { className: "text-base-13" })
|
|
@@ -5748,7 +5749,7 @@ const we = {
|
|
|
5748
5749
|
}
|
|
5749
5750
|
);
|
|
5750
5751
|
};
|
|
5751
|
-
function
|
|
5752
|
+
function fi({
|
|
5752
5753
|
label: e,
|
|
5753
5754
|
labelPosition: t = "default",
|
|
5754
5755
|
options: n,
|
|
@@ -5765,20 +5766,20 @@ function di({
|
|
|
5765
5766
|
searchable: b,
|
|
5766
5767
|
className: h
|
|
5767
5768
|
}) {
|
|
5768
|
-
const [g, w] = I(-1),
|
|
5769
|
+
const [g, w] = I(-1), k = $(null), {
|
|
5769
5770
|
triggerRef: S,
|
|
5770
5771
|
triggerProps: C,
|
|
5771
5772
|
popoverRef: M,
|
|
5772
5773
|
getPopoverPosition: P,
|
|
5773
5774
|
open: y,
|
|
5774
|
-
toggle:
|
|
5775
|
+
toggle: E,
|
|
5775
5776
|
close: F
|
|
5776
5777
|
} = Xt({
|
|
5777
5778
|
align: "start",
|
|
5778
5779
|
side: "bottom",
|
|
5779
5780
|
avoidCollisions: !0,
|
|
5780
5781
|
onOpen: () => {
|
|
5781
|
-
b &&
|
|
5782
|
+
b && k.current && setTimeout(() => k.current?.focus(), 10);
|
|
5782
5783
|
},
|
|
5783
5784
|
onClose: () => {
|
|
5784
5785
|
w(-1);
|
|
@@ -5805,7 +5806,7 @@ function di({
|
|
|
5805
5806
|
ref: S,
|
|
5806
5807
|
color: "solidhybrid",
|
|
5807
5808
|
className: "w-full justify-between",
|
|
5808
|
-
onClick:
|
|
5809
|
+
onClick: E,
|
|
5809
5810
|
...C,
|
|
5810
5811
|
children: [
|
|
5811
5812
|
T ? a(T) : m,
|
|
@@ -5877,7 +5878,7 @@ function di({
|
|
|
5877
5878
|
) }) })
|
|
5878
5879
|
] });
|
|
5879
5880
|
}
|
|
5880
|
-
const
|
|
5881
|
+
const gc = ({ name: e, ...t }) => {
|
|
5881
5882
|
const { control: n } = Qe();
|
|
5882
5883
|
return n ? /* @__PURE__ */ d(
|
|
5883
5884
|
Je,
|
|
@@ -5885,7 +5886,7 @@ const pc = ({ name: e, ...t }) => {
|
|
|
5885
5886
|
name: e,
|
|
5886
5887
|
control: n,
|
|
5887
5888
|
render: ({ field: r, fieldState: o }) => /* @__PURE__ */ d(
|
|
5888
|
-
|
|
5889
|
+
fi,
|
|
5889
5890
|
{
|
|
5890
5891
|
selected: r.value ?? null,
|
|
5891
5892
|
onChange: (s) => r.onChange(s),
|
|
@@ -5898,7 +5899,7 @@ const pc = ({ name: e, ...t }) => {
|
|
|
5898
5899
|
"Form control missing for field: ",
|
|
5899
5900
|
e
|
|
5900
5901
|
] }));
|
|
5901
|
-
},
|
|
5902
|
+
}, vc = ({ className: e }) => /* @__PURE__ */ d("div", { className: N("w-full h-px bg-base-4", e) }), wc = ({
|
|
5902
5903
|
text: e,
|
|
5903
5904
|
length: t = 120,
|
|
5904
5905
|
size: n = "sm",
|
|
@@ -5937,7 +5938,7 @@ const pc = ({ name: e, ...t }) => {
|
|
|
5937
5938
|
}
|
|
5938
5939
|
)
|
|
5939
5940
|
}
|
|
5940
|
-
) }),
|
|
5941
|
+
) }), yc = ({
|
|
5941
5942
|
isEditable: e,
|
|
5942
5943
|
isDeletable: t = !0,
|
|
5943
5944
|
createUpdateLoading: n,
|
|
@@ -5979,7 +5980,7 @@ const pc = ({ name: e, ...t }) => {
|
|
|
5979
5980
|
}
|
|
5980
5981
|
)
|
|
5981
5982
|
] });
|
|
5982
|
-
}, yr = Bt(void 0),
|
|
5983
|
+
}, yr = Bt(void 0), xc = ({
|
|
5983
5984
|
children: e,
|
|
5984
5985
|
debug: t = !1
|
|
5985
5986
|
}) => {
|
|
@@ -6033,15 +6034,15 @@ const pc = ({ name: e, ...t }) => {
|
|
|
6033
6034
|
getModals: l
|
|
6034
6035
|
};
|
|
6035
6036
|
return /* @__PURE__ */ d(yr.Provider, { value: c, children: e });
|
|
6036
|
-
},
|
|
6037
|
+
}, mi = () => {
|
|
6037
6038
|
const e = wt(yr);
|
|
6038
6039
|
if (e === void 0)
|
|
6039
6040
|
throw new Error("useModals must be used within a ModalsProvider");
|
|
6040
6041
|
return e;
|
|
6041
|
-
},
|
|
6042
|
+
}, hi = ({
|
|
6042
6043
|
withPortal: e,
|
|
6043
6044
|
children: t
|
|
6044
|
-
}) => e ? /* @__PURE__ */ d(je, { children: t }) : /* @__PURE__ */ d(vt, { children: t }),
|
|
6045
|
+
}) => e ? /* @__PURE__ */ d(je, { children: t }) : /* @__PURE__ */ d(vt, { children: t }), Nc = ({
|
|
6045
6046
|
id: e,
|
|
6046
6047
|
prevPath: t,
|
|
6047
6048
|
withDelay: n,
|
|
@@ -6056,12 +6057,12 @@ const pc = ({ name: e, ...t }) => {
|
|
|
6056
6057
|
children: f
|
|
6057
6058
|
// ...others
|
|
6058
6059
|
}) => {
|
|
6059
|
-
const m = Vr(), b = xt(), h = $(null), g =
|
|
6060
|
+
const m = Vr(), b = xt(), h = $(null), g = mi(), w = te(() => i === "modal" || b, [i, b]);
|
|
6060
6061
|
return H(() => {
|
|
6061
6062
|
g.add(e);
|
|
6062
|
-
const
|
|
6063
|
-
if (!
|
|
6064
|
-
|
|
6063
|
+
const k = g.getPrevId();
|
|
6064
|
+
if (!k || (h.current = document.getElementById(k), !h.current)) return;
|
|
6065
|
+
k && g.animateParentModal(
|
|
6065
6066
|
h.current,
|
|
6066
6067
|
w ? "modal" : "sheet"
|
|
6067
6068
|
);
|
|
@@ -6071,7 +6072,7 @@ const pc = ({ name: e, ...t }) => {
|
|
|
6071
6072
|
console.log("IS THIS CLEANUP RUNNING?");
|
|
6072
6073
|
};
|
|
6073
6074
|
//! NOT RUNNING...
|
|
6074
|
-
}, [b]), Cn(() => () => g.remove(e), []), /* @__PURE__ */ v(
|
|
6075
|
+
}, [b]), Cn(() => () => g.remove(e), []), /* @__PURE__ */ v(hi, { withPortal: r, children: [
|
|
6075
6076
|
/* @__PURE__ */ d(
|
|
6076
6077
|
ne.div,
|
|
6077
6078
|
{
|
|
@@ -6092,7 +6093,7 @@ const pc = ({ name: e, ...t }) => {
|
|
|
6092
6093
|
}
|
|
6093
6094
|
},
|
|
6094
6095
|
onClick: () => {
|
|
6095
|
-
m ?
|
|
6096
|
+
m ? ke.back() : ke.replace(l ?? t);
|
|
6096
6097
|
},
|
|
6097
6098
|
className: N(
|
|
6098
6099
|
"bg-black/40 absolute w-full h-full left-0 top-0",
|
|
@@ -6135,8 +6136,8 @@ const pc = ({ name: e, ...t }) => {
|
|
|
6135
6136
|
translateY: w ? "50%" : 0,
|
|
6136
6137
|
height: w ? "65%" : "95%"
|
|
6137
6138
|
},
|
|
6138
|
-
onAnimationStart: (
|
|
6139
|
-
(
|
|
6139
|
+
onAnimationStart: (k) => {
|
|
6140
|
+
(k?.scale === 0.8 || k?.y > 50) && h.current && g.restoreParentModal(h.current);
|
|
6140
6141
|
},
|
|
6141
6142
|
className: N(
|
|
6142
6143
|
"bg-base-1 absolute w-full lg:max-w-[600px] h-full rounded-6 overflow-hidden flex flex-col",
|
|
@@ -6155,7 +6156,7 @@ const pc = ({ name: e, ...t }) => {
|
|
|
6155
6156
|
{
|
|
6156
6157
|
size: "xs",
|
|
6157
6158
|
onClick: () => {
|
|
6158
|
-
m ?
|
|
6159
|
+
m ? ke.back() : ke.replace(l ?? t);
|
|
6159
6160
|
},
|
|
6160
6161
|
children: /* @__PURE__ */ d(yt, { size: 20 })
|
|
6161
6162
|
}
|
|
@@ -6174,7 +6175,7 @@ const pc = ({ name: e, ...t }) => {
|
|
|
6174
6175
|
)
|
|
6175
6176
|
] });
|
|
6176
6177
|
};
|
|
6177
|
-
function
|
|
6178
|
+
function bi({
|
|
6178
6179
|
checked: e,
|
|
6179
6180
|
onCheckedChange: t,
|
|
6180
6181
|
disabled: n = !1,
|
|
@@ -6236,7 +6237,7 @@ function hi({
|
|
|
6236
6237
|
}
|
|
6237
6238
|
);
|
|
6238
6239
|
}
|
|
6239
|
-
const
|
|
6240
|
+
const pi = ({
|
|
6240
6241
|
label: e,
|
|
6241
6242
|
variant: t = "default",
|
|
6242
6243
|
color: n = "solid",
|
|
@@ -6248,7 +6249,7 @@ const bi = ({
|
|
|
6248
6249
|
maxTags: l,
|
|
6249
6250
|
validateTag: c
|
|
6250
6251
|
}) => {
|
|
6251
|
-
const [u, f] = I(""), [m, b] = I(!1), [h, g] = I(null), w = $(null),
|
|
6252
|
+
const [u, f] = I(""), [m, b] = I(!1), [h, g] = I(null), w = $(null), k = $(null), S = $([]), C = r.length > 0, M = $(
|
|
6252
6253
|
`taginput-${Math.random().toString(36).substr(2, 9)}`
|
|
6253
6254
|
).current, P = $(
|
|
6254
6255
|
`label-${Math.random().toString(36).substr(2, 9)}`
|
|
@@ -6258,7 +6259,7 @@ const bi = ({
|
|
|
6258
6259
|
H(() => {
|
|
6259
6260
|
S.current = S.current.slice(0, r.length);
|
|
6260
6261
|
}, [r.length]);
|
|
6261
|
-
const
|
|
6262
|
+
const E = (D) => {
|
|
6262
6263
|
if (D.key === "Enter" && u.trim()) {
|
|
6263
6264
|
D.preventDefault();
|
|
6264
6265
|
const W = u.trim();
|
|
@@ -6305,7 +6306,7 @@ const bi = ({
|
|
|
6305
6306
|
console.log(`Accessibility announcement: ${D}`);
|
|
6306
6307
|
};
|
|
6307
6308
|
return /* @__PURE__ */ v("div", { children: [
|
|
6308
|
-
/* @__PURE__ */ v("div", { className: "relative", ref:
|
|
6309
|
+
/* @__PURE__ */ v("div", { className: "relative", ref: k, children: [
|
|
6309
6310
|
t === "default" ? /* @__PURE__ */ v(
|
|
6310
6311
|
"label",
|
|
6311
6312
|
{
|
|
@@ -6408,7 +6409,7 @@ const bi = ({
|
|
|
6408
6409
|
className: "flex-grow min-w-[60px] bg-transparent outline-none placeholder:text-sm placeholder:text-secondarytext",
|
|
6409
6410
|
value: u,
|
|
6410
6411
|
onChange: T,
|
|
6411
|
-
onKeyDown:
|
|
6412
|
+
onKeyDown: E,
|
|
6412
6413
|
onFocus: () => b(!0),
|
|
6413
6414
|
onBlur: () => b(!1),
|
|
6414
6415
|
enterKeyHint: "enter",
|
|
@@ -6438,7 +6439,7 @@ const bi = ({
|
|
|
6438
6439
|
),
|
|
6439
6440
|
/* @__PURE__ */ d("div", { className: "sr-only", "aria-live": "polite", "aria-atomic": "true", children: r.length > 0 ? `Current tags: ${r.join(", ")}` : "No tags added yet" })
|
|
6440
6441
|
] });
|
|
6441
|
-
},
|
|
6442
|
+
}, Ec = ({ name: e, ...t }) => {
|
|
6442
6443
|
const { control: n } = Qe();
|
|
6443
6444
|
return n ? /* @__PURE__ */ d(
|
|
6444
6445
|
Je,
|
|
@@ -6446,7 +6447,7 @@ const bi = ({
|
|
|
6446
6447
|
name: e,
|
|
6447
6448
|
control: n,
|
|
6448
6449
|
render: ({ field: r, fieldState: o }) => /* @__PURE__ */ d(
|
|
6449
|
-
|
|
6450
|
+
pi,
|
|
6450
6451
|
{
|
|
6451
6452
|
tags: r.value,
|
|
6452
6453
|
onChange: (s) => r.onChange(s),
|
|
@@ -6459,7 +6460,7 @@ const bi = ({
|
|
|
6459
6460
|
"Form control missing for field: ",
|
|
6460
6461
|
e
|
|
6461
6462
|
] }));
|
|
6462
|
-
},
|
|
6463
|
+
}, gi = {
|
|
6463
6464
|
brand: "ring-1 ring-brand",
|
|
6464
6465
|
solid: "ring-1 ring-base-6"
|
|
6465
6466
|
}, xr = De(
|
|
@@ -6512,7 +6513,7 @@ const bi = ({
|
|
|
6512
6513
|
{
|
|
6513
6514
|
ref: c,
|
|
6514
6515
|
className: N(
|
|
6515
|
-
!r && u &&
|
|
6516
|
+
!r && u && gi[o],
|
|
6516
6517
|
"bg-base-3 border border-base-4 light-theme:drop-shadow-sm rounded-6 w-full focus-visible:outline-none customscrollbarnohide",
|
|
6517
6518
|
"placeholder:text-base-11 text-sm",
|
|
6518
6519
|
"resize-none",
|
|
@@ -6575,7 +6576,7 @@ const kc = ({
|
|
|
6575
6576
|
"Form control missing for field: ",
|
|
6576
6577
|
e
|
|
6577
6578
|
] }));
|
|
6578
|
-
},
|
|
6579
|
+
}, vi = [
|
|
6579
6580
|
"Lunes",
|
|
6580
6581
|
"Martes",
|
|
6581
6582
|
"Miercoles",
|
|
@@ -6583,7 +6584,7 @@ const kc = ({
|
|
|
6583
6584
|
"Viernes",
|
|
6584
6585
|
"Sábado",
|
|
6585
6586
|
"Domingo"
|
|
6586
|
-
],
|
|
6587
|
+
], $c = () => /* @__PURE__ */ d(wi, {}), wi = () => /* @__PURE__ */ d("div", { children: vi.map((e) => /* @__PURE__ */ d(yi, { day: e }, e)) }), yi = ({ day: e }) => {
|
|
6587
6588
|
const [t, n] = I(!1), r = $(null);
|
|
6588
6589
|
return H(() => {
|
|
6589
6590
|
r.current && vr(r.current);
|
|
@@ -6599,7 +6600,7 @@ const kc = ({
|
|
|
6599
6600
|
/* @__PURE__ */ v("div", { className: "flex items-center justify-between", children: [
|
|
6600
6601
|
/* @__PURE__ */ d("p", { children: e }),
|
|
6601
6602
|
/* @__PURE__ */ d(
|
|
6602
|
-
|
|
6603
|
+
bi,
|
|
6603
6604
|
{
|
|
6604
6605
|
className: "mt-0",
|
|
6605
6606
|
checked: t,
|
|
@@ -6607,12 +6608,12 @@ const kc = ({
|
|
|
6607
6608
|
}
|
|
6608
6609
|
)
|
|
6609
6610
|
] }),
|
|
6610
|
-
t ? /* @__PURE__ */ d(
|
|
6611
|
+
t ? /* @__PURE__ */ d(xi, {}) : null
|
|
6611
6612
|
]
|
|
6612
6613
|
},
|
|
6613
6614
|
e
|
|
6614
6615
|
);
|
|
6615
|
-
},
|
|
6616
|
+
}, xi = () => {
|
|
6616
6617
|
const [e, t] = I([
|
|
6617
6618
|
{ from: "08:00", to: "12:00" },
|
|
6618
6619
|
{ from: "14:00", to: "18:00" }
|
|
@@ -6648,29 +6649,7 @@ const kc = ({
|
|
|
6648
6649
|
)
|
|
6649
6650
|
] });
|
|
6650
6651
|
};
|
|
6651
|
-
|
|
6652
|
-
* @license
|
|
6653
|
-
* Attempt
|
|
6654
|
-
* Copyright (c) 2025 Mateo Suarez. All rights reserved.
|
|
6655
|
-
*
|
|
6656
|
-
* Free to use in your own personal or commercial applications and projects.
|
|
6657
|
-
* Unauthorized copying, modification, or distribution is strictly prohibited.
|
|
6658
|
-
* See LICENSE file for full terms.
|
|
6659
|
-
*/
|
|
6660
|
-
class xi {
|
|
6661
|
-
listeners = /* @__PURE__ */ new Map();
|
|
6662
|
-
emit(t, n) {
|
|
6663
|
-
let r = this.listeners.get(t);
|
|
6664
|
-
r && r.forEach((o) => o(n));
|
|
6665
|
-
}
|
|
6666
|
-
listen(t, n) {
|
|
6667
|
-
return this.listeners.has(t) || this.listeners.set(t, /* @__PURE__ */ new Set()), this.listeners.get(t).add(n), () => {
|
|
6668
|
-
let r = this.listeners.get(t);
|
|
6669
|
-
r && (r.delete(n), r.size === 0 && this.listeners.delete(t));
|
|
6670
|
-
};
|
|
6671
|
-
}
|
|
6672
|
-
}
|
|
6673
|
-
class $c {
|
|
6652
|
+
class Tc {
|
|
6674
6653
|
constructor() {
|
|
6675
6654
|
this.listeners = /* @__PURE__ */ new Map();
|
|
6676
6655
|
}
|
|
@@ -6689,7 +6668,7 @@ function Lt(e, t, n = !0) {
|
|
|
6689
6668
|
const r = $(void 0);
|
|
6690
6669
|
H(() => (n || r.current && r.current(), r.current = he.listen(e, t), () => r.current && r.current()), [e, t, n]);
|
|
6691
6670
|
}
|
|
6692
|
-
const he = new
|
|
6671
|
+
const he = new Kr();
|
|
6693
6672
|
function Nr(e = 8) {
|
|
6694
6673
|
const t = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
6695
6674
|
let n = "";
|
|
@@ -6697,7 +6676,7 @@ function Nr(e = 8) {
|
|
|
6697
6676
|
n += t.charAt(Math.floor(Math.random() * t.length));
|
|
6698
6677
|
return n;
|
|
6699
6678
|
}
|
|
6700
|
-
const
|
|
6679
|
+
const Cc = ({ colors: e }) => {
|
|
6701
6680
|
const [t, n] = I([]), r = A(
|
|
6702
6681
|
(a) => {
|
|
6703
6682
|
n((i) => [
|
|
@@ -6739,7 +6718,7 @@ const Tc = ({ colors: e }) => {
|
|
|
6739
6718
|
id: "toaster",
|
|
6740
6719
|
className: "fixed z-9999 top-[calc(var(--safe-area-top)+0px)] pointer-events-none left-0 mt-4 mb-4 px-4 w-full flex flex-col gap-y-2 items-center justify-center",
|
|
6741
6720
|
children: /* @__PURE__ */ d(Ie, { mode: "popLayout", children: t.map((a) => /* @__PURE__ */ d(
|
|
6742
|
-
|
|
6721
|
+
Ei,
|
|
6743
6722
|
{
|
|
6744
6723
|
toast: a,
|
|
6745
6724
|
remove: o,
|
|
@@ -6770,7 +6749,7 @@ const Tc = ({ colors: e }) => {
|
|
|
6770
6749
|
icon: Rr,
|
|
6771
6750
|
color: "text-red-9"
|
|
6772
6751
|
}
|
|
6773
|
-
},
|
|
6752
|
+
}, Ei = ({
|
|
6774
6753
|
toast: e,
|
|
6775
6754
|
remove: t,
|
|
6776
6755
|
colors: n
|
|
@@ -6809,7 +6788,7 @@ const Tc = ({ colors: e }) => {
|
|
|
6809
6788
|
]
|
|
6810
6789
|
}
|
|
6811
6790
|
);
|
|
6812
|
-
},
|
|
6791
|
+
}, Sc = {
|
|
6813
6792
|
simple: (e, t) => he.emit("create-toast", {
|
|
6814
6793
|
type: "simple",
|
|
6815
6794
|
message: e,
|
|
@@ -6855,84 +6834,84 @@ const Tc = ({ colors: e }) => {
|
|
|
6855
6834
|
}
|
|
6856
6835
|
};
|
|
6857
6836
|
export {
|
|
6858
|
-
|
|
6859
|
-
|
|
6860
|
-
|
|
6837
|
+
sc as AliveScope,
|
|
6838
|
+
zi as Avatar,
|
|
6839
|
+
Hi as AvatarsGroup,
|
|
6861
6840
|
U as Button,
|
|
6862
6841
|
nr as Calendar,
|
|
6863
|
-
|
|
6864
|
-
|
|
6865
|
-
|
|
6866
|
-
|
|
6867
|
-
|
|
6868
|
-
|
|
6869
|
-
|
|
6870
|
-
|
|
6871
|
-
|
|
6872
|
-
|
|
6873
|
-
|
|
6874
|
-
|
|
6875
|
-
|
|
6876
|
-
|
|
6842
|
+
Ms as Checkbox,
|
|
6843
|
+
tc as ConfirmationDialog,
|
|
6844
|
+
Qi as DatePickerDemo,
|
|
6845
|
+
Ji as DatePickerPopover,
|
|
6846
|
+
ec as DateTimePicker,
|
|
6847
|
+
nc as ElasticHeader,
|
|
6848
|
+
Tc as EventEmitter,
|
|
6849
|
+
Ii as FocusTrap,
|
|
6850
|
+
rc as Form,
|
|
6851
|
+
ac as FormInput,
|
|
6852
|
+
dc as FormMultiSelect,
|
|
6853
|
+
gc as FormSelect,
|
|
6854
|
+
yc as FormSubmit,
|
|
6855
|
+
Ec as FormTags,
|
|
6877
6856
|
kc as FormTextArea,
|
|
6878
|
-
|
|
6879
|
-
|
|
6857
|
+
$c as FormWorkingHours,
|
|
6858
|
+
js as Icon,
|
|
6880
6859
|
lr as Input,
|
|
6881
|
-
|
|
6860
|
+
cc as KeepAlive,
|
|
6882
6861
|
fr as LazyImage,
|
|
6883
|
-
|
|
6884
|
-
|
|
6885
|
-
|
|
6886
|
-
|
|
6887
|
-
|
|
6888
|
-
|
|
6889
|
-
|
|
6890
|
-
|
|
6891
|
-
|
|
6892
|
-
|
|
6893
|
-
|
|
6862
|
+
Ks as LazyImageWrapped,
|
|
6863
|
+
lc as List,
|
|
6864
|
+
uc as ListItem,
|
|
6865
|
+
xc as ModalsProvider,
|
|
6866
|
+
Us as MultiSelect,
|
|
6867
|
+
fc as PageScroller,
|
|
6868
|
+
hc as PageTitle,
|
|
6869
|
+
Cs as PopoverCard,
|
|
6870
|
+
Ui as PopoverCardContent,
|
|
6871
|
+
Gi as PopoverCardFooter,
|
|
6872
|
+
Ki as PopoverCardHeader,
|
|
6894
6873
|
je as Portal,
|
|
6895
|
-
|
|
6896
|
-
|
|
6897
|
-
|
|
6898
|
-
|
|
6899
|
-
|
|
6874
|
+
bc as SearchInput,
|
|
6875
|
+
pc as SegmentedControl,
|
|
6876
|
+
fi as Select,
|
|
6877
|
+
vc as Separator,
|
|
6878
|
+
wc as ShowMoreText,
|
|
6900
6879
|
wr as Spinner,
|
|
6901
|
-
|
|
6902
|
-
|
|
6903
|
-
|
|
6880
|
+
Nc as SuperModal,
|
|
6881
|
+
bi as Switch,
|
|
6882
|
+
pi as Tags,
|
|
6904
6883
|
xr as TextArea,
|
|
6905
|
-
|
|
6906
|
-
|
|
6907
|
-
|
|
6884
|
+
Zi as TimePicker,
|
|
6885
|
+
Cc as Toaster,
|
|
6886
|
+
to as calculatePopoverPosition,
|
|
6908
6887
|
lt as checkOverflow,
|
|
6909
6888
|
N as cn,
|
|
6910
|
-
|
|
6889
|
+
_i as debounce,
|
|
6911
6890
|
he as eventEmitter,
|
|
6912
|
-
|
|
6913
|
-
|
|
6891
|
+
Ri as extractDirtyData,
|
|
6892
|
+
Ur as generateInitials,
|
|
6914
6893
|
Yn as nullRead,
|
|
6915
6894
|
At as nullSet,
|
|
6916
|
-
|
|
6917
|
-
|
|
6895
|
+
Qr as removeWhitespaces,
|
|
6896
|
+
Gr as setFocusEnd,
|
|
6918
6897
|
Ze as throttle,
|
|
6919
|
-
|
|
6920
|
-
|
|
6921
|
-
|
|
6922
|
-
|
|
6898
|
+
Yi as toTitleCase,
|
|
6899
|
+
Sc as toast,
|
|
6900
|
+
Bi as useClickAway,
|
|
6901
|
+
Vi as useClickAwayAdvanced,
|
|
6923
6902
|
Vt as useClickAwayWithRef,
|
|
6924
6903
|
Lt as useEventListener,
|
|
6925
|
-
|
|
6926
|
-
|
|
6904
|
+
ic as useKeepAlive,
|
|
6905
|
+
Zr as useKeyListener,
|
|
6927
6906
|
xt as useLargeScreen,
|
|
6928
|
-
|
|
6907
|
+
Xi as useLongPress,
|
|
6929
6908
|
Rn as useMergedRef,
|
|
6930
|
-
|
|
6931
|
-
|
|
6932
|
-
|
|
6933
|
-
|
|
6934
|
-
|
|
6909
|
+
oc as useMethods,
|
|
6910
|
+
mi as useModals,
|
|
6911
|
+
qi as useNetwork,
|
|
6912
|
+
Jr as useOverflow,
|
|
6913
|
+
ji as useOverflowState,
|
|
6935
6914
|
Xt as usePopover,
|
|
6936
|
-
|
|
6937
|
-
|
|
6915
|
+
no as useRipple,
|
|
6916
|
+
mc as useScroller
|
|
6938
6917
|
};
|