@mateosuarezdev/react-ui 1.0.24 → 1.0.26
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 +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1055 -1054
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import We, { useRef as
|
|
1
|
+
import { jsx as d, jsxs as g, Fragment as kn } from "react/jsx-runtime";
|
|
2
|
+
import We, { useRef as E, useEffect as R, useState as j, useSyncExternalStore as kr, useLayoutEffect as Tn, useCallback as A, useId as Sn, forwardRef as qe, useContext as mt, useMemo as le, memo as Tr, createContext as It } from "react";
|
|
3
3
|
import { createPortal as Mn } from "react-dom";
|
|
4
4
|
import { clsx as Sr } from "clsx";
|
|
5
5
|
import { twMerge as Mr } from "tailwind-merge";
|
|
6
6
|
import { atom as Dr } from "@mateosuarezdev/atoms";
|
|
7
|
-
import { ChevronLeft as Dn, ChevronRight as Cn, CalendarDays as Pn, Clock as On, Check as Ln, Minus as Cr, DollarSign as Pr, CheckIcon as
|
|
8
|
-
import { AnimatePresence as
|
|
9
|
-
import { appendErrors as Wn, FormProvider as _r, useForm as Yr, useFormContext as
|
|
7
|
+
import { ChevronLeft as Dn, ChevronRight as Cn, CalendarDays as Pn, Clock as On, Check as Ln, Minus as Cr, DollarSign as Pr, CheckIcon as at, EyeOffIcon as Or, Eye as Lr, XIcon as Fr, ChevronDownIcon as Wr, Search as Ar, X as ht, Plus as Fn } from "lucide-react";
|
|
8
|
+
import { AnimatePresence as Rt, motion as ke, cancelFrame as Pe, frame as tn, animate as Pt } from "framer-motion";
|
|
9
|
+
import { appendErrors as Wn, FormProvider as _r, useForm as Yr, useFormContext as bt, Controller as pt } from "react-hook-form";
|
|
10
10
|
import { validateFieldsNatively as nn, toNestErrors as rn } from "@hookform/resolvers";
|
|
11
|
-
import { useRoute as An, useInitialChangeEvent as jr, navigate as
|
|
11
|
+
import { useRoute as An, useInitialChangeEvent as jr, navigate as Ze } from "@mateosuarezdev/react-router";
|
|
12
12
|
import { createGesture as Ir } from "@mateosuarezdev/gestures";
|
|
13
13
|
const y = (...e) => Mr(Sr(e));
|
|
14
|
-
function
|
|
14
|
+
function gt(e, t = 100) {
|
|
15
15
|
let n = null, r = null;
|
|
16
16
|
return function(...o) {
|
|
17
17
|
const a = Date.now();
|
|
@@ -51,7 +51,7 @@ function xi(e) {
|
|
|
51
51
|
function _n(e) {
|
|
52
52
|
return e === null ? "" : e;
|
|
53
53
|
}
|
|
54
|
-
function
|
|
54
|
+
function Ot(e) {
|
|
55
55
|
return Hr(e) === "" ? null : e;
|
|
56
56
|
}
|
|
57
57
|
function Ni(e, t, n = {}) {
|
|
@@ -88,7 +88,7 @@ class Ei {
|
|
|
88
88
|
this.container && !this.container.contains(t.target) && (t.preventDefault(), this.previouslyFocusedElement && this.previouslyFocusedElement.focus && this.previouslyFocusedElement.focus());
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
|
-
const
|
|
91
|
+
const st = (e) => {
|
|
92
92
|
const t = e.scrollWidth > e.clientWidth, n = e.scrollHeight > e.clientHeight, r = Math.max(0, e.scrollWidth - e.clientWidth), o = Math.max(0, e.scrollHeight - e.clientHeight);
|
|
93
93
|
return {
|
|
94
94
|
horizontal: t,
|
|
@@ -116,22 +116,22 @@ const at = (e) => {
|
|
|
116
116
|
enabled: r = !0,
|
|
117
117
|
deps: o = []
|
|
118
118
|
} = {}) => {
|
|
119
|
-
const a =
|
|
120
|
-
return
|
|
119
|
+
const a = E(null);
|
|
120
|
+
return R(() => {
|
|
121
121
|
if (!a.current || !r) return;
|
|
122
122
|
let s = !1;
|
|
123
|
-
const l =
|
|
123
|
+
const l = gt(() => {
|
|
124
124
|
if (a.current) {
|
|
125
|
-
const m =
|
|
125
|
+
const m = st(a.current);
|
|
126
126
|
e?.(m);
|
|
127
127
|
}
|
|
128
|
-
}), c =
|
|
128
|
+
}), c = st(a.current);
|
|
129
129
|
s = c.horizontal || c.vertical, e?.(c), window.addEventListener("resize", l);
|
|
130
130
|
let u = null;
|
|
131
131
|
n && (u = new ResizeObserver(l), a.current && u.observe(a.current));
|
|
132
|
-
let
|
|
133
|
-
return t && s && (
|
|
134
|
-
window.removeEventListener("resize", l), u && u.disconnect(),
|
|
132
|
+
let f = null;
|
|
133
|
+
return t && s && (f = a.current, f.addEventListener("scroll", l)), () => {
|
|
134
|
+
window.removeEventListener("resize", l), u && u.disconnect(), f && s && f.removeEventListener("scroll", l);
|
|
135
135
|
};
|
|
136
136
|
}, [r, ...o]), { ref: a };
|
|
137
137
|
}, $i = ({
|
|
@@ -140,25 +140,25 @@ const at = (e) => {
|
|
|
140
140
|
enabled: n = !0,
|
|
141
141
|
deps: r = []
|
|
142
142
|
} = {}) => {
|
|
143
|
-
const o =
|
|
144
|
-
return
|
|
143
|
+
const o = E(null), [a, s] = j(null);
|
|
144
|
+
return R(() => {
|
|
145
145
|
if (!o.current || !n) return;
|
|
146
146
|
let i = !1;
|
|
147
|
-
const c =
|
|
147
|
+
const c = gt(() => {
|
|
148
148
|
if (o.current) {
|
|
149
|
-
const h =
|
|
149
|
+
const h = st(o.current);
|
|
150
150
|
s(h);
|
|
151
151
|
}
|
|
152
|
-
}), u =
|
|
152
|
+
}), u = st(o.current);
|
|
153
153
|
i = u.horizontal || u.vertical, s(u), window.addEventListener("resize", c);
|
|
154
|
-
let
|
|
155
|
-
t && (
|
|
154
|
+
let f = null;
|
|
155
|
+
t && (f = new ResizeObserver(c), o.current && f.observe(o.current));
|
|
156
156
|
let m = null;
|
|
157
157
|
return e && i && (m = o.current, m.addEventListener("scroll", c)), () => {
|
|
158
|
-
window.removeEventListener("resize", c),
|
|
158
|
+
window.removeEventListener("resize", c), f && f.disconnect(), m && i && m.removeEventListener("scroll", c);
|
|
159
159
|
};
|
|
160
160
|
}, [n, ...r]), { ref: o, overflowInfo: a };
|
|
161
|
-
},
|
|
161
|
+
}, kt = {
|
|
162
162
|
xs: "w-8 h-8",
|
|
163
163
|
sm: "w-10 h-10 text-lg",
|
|
164
164
|
md: "w-14 h-14 text-xl",
|
|
@@ -169,31 +169,31 @@ const at = (e) => {
|
|
|
169
169
|
name: t,
|
|
170
170
|
size: n = "md",
|
|
171
171
|
className: r
|
|
172
|
-
}) => e ? /* @__PURE__ */
|
|
172
|
+
}) => e ? /* @__PURE__ */ d(
|
|
173
173
|
"img",
|
|
174
174
|
{
|
|
175
175
|
alt: "avatar",
|
|
176
176
|
src: e,
|
|
177
|
-
className: y("rounded-full bg-base-3",
|
|
177
|
+
className: y("rounded-full bg-base-3", kt[n])
|
|
178
178
|
}
|
|
179
|
-
) : t ? /* @__PURE__ */
|
|
179
|
+
) : t ? /* @__PURE__ */ d(
|
|
180
180
|
"p",
|
|
181
181
|
{
|
|
182
182
|
className: y(
|
|
183
183
|
"rounded-full font-medium dark-theme:bg-base-3 border border-base-6 dark-theme:border-base-4 flex items-center justify-center",
|
|
184
|
-
|
|
184
|
+
kt[n],
|
|
185
185
|
r
|
|
186
186
|
),
|
|
187
187
|
children: Rr(t)
|
|
188
188
|
}
|
|
189
|
-
) : /* @__PURE__ */
|
|
189
|
+
) : /* @__PURE__ */ d(
|
|
190
190
|
"div",
|
|
191
191
|
{
|
|
192
192
|
className: y(
|
|
193
193
|
"rounded-full text-2xl font-medium flex items-center justify-center",
|
|
194
194
|
"bg-base-2 dark-theme:bg-base-3 border border-base-4",
|
|
195
195
|
"lg:hover:bg-base-3 max-lg:active:bg-base-4 transition-colors",
|
|
196
|
-
|
|
196
|
+
kt[n],
|
|
197
197
|
r
|
|
198
198
|
),
|
|
199
199
|
children: /* @__PURE__ */ g(
|
|
@@ -206,8 +206,8 @@ const at = (e) => {
|
|
|
206
206
|
strokeLinecap: "round",
|
|
207
207
|
strokeLinejoin: "round",
|
|
208
208
|
children: [
|
|
209
|
-
/* @__PURE__ */
|
|
210
|
-
/* @__PURE__ */
|
|
209
|
+
/* @__PURE__ */ d("path", { d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" }),
|
|
210
|
+
/* @__PURE__ */ d("circle", { cx: "12", cy: "7", r: "4" })
|
|
211
211
|
]
|
|
212
212
|
}
|
|
213
213
|
)
|
|
@@ -219,7 +219,7 @@ function Ti({
|
|
|
219
219
|
animate: n = !1,
|
|
220
220
|
...r
|
|
221
221
|
}) {
|
|
222
|
-
return /* @__PURE__ */
|
|
222
|
+
return /* @__PURE__ */ d(
|
|
223
223
|
"div",
|
|
224
224
|
{
|
|
225
225
|
className: y("flex -space-x-3 rtl:space-x-reverse", e),
|
|
@@ -235,17 +235,17 @@ function Vr(e) {
|
|
|
235
235
|
() => e.get()
|
|
236
236
|
);
|
|
237
237
|
}
|
|
238
|
-
const
|
|
238
|
+
const Lt = Dr(
|
|
239
239
|
typeof window < "u" ? window.innerWidth > 1024 : !0
|
|
240
240
|
);
|
|
241
|
-
let
|
|
242
|
-
const on =
|
|
243
|
-
|
|
241
|
+
let Tt = !1;
|
|
242
|
+
const on = gt(() => {
|
|
243
|
+
Lt.set(window.innerWidth > 1024);
|
|
244
244
|
});
|
|
245
|
-
typeof window < "u" && (
|
|
246
|
-
const
|
|
247
|
-
|
|
248
|
-
}, []), Vr(
|
|
245
|
+
typeof window < "u" && (Tt && (window.removeEventListener("resize", on), Tt = !1), window.addEventListener("resize", on), Tt = !0);
|
|
246
|
+
const vt = () => (Tn(() => {
|
|
247
|
+
Lt.set(window.innerWidth > 1024);
|
|
248
|
+
}, []), Vr(Lt));
|
|
249
249
|
function Yn(...e) {
|
|
250
250
|
return (t) => {
|
|
251
251
|
e.forEach((n) => {
|
|
@@ -254,21 +254,21 @@ function Yn(...e) {
|
|
|
254
254
|
};
|
|
255
255
|
}
|
|
256
256
|
const Kr = (e = !0, t) => {
|
|
257
|
-
const n =
|
|
257
|
+
const n = vt(), r = E(null), o = A(
|
|
258
258
|
(a) => {
|
|
259
259
|
if (!e || n) return;
|
|
260
260
|
const s = r.current;
|
|
261
261
|
if (!s) return;
|
|
262
|
-
const i = s.getBoundingClientRect(), l = Math.max(i.width, i.height), c = a.clientX - i.left - l / 2, u = a.clientY - i.top - l / 2,
|
|
263
|
-
|
|
262
|
+
const i = s.getBoundingClientRect(), l = Math.max(i.width, i.height), c = a.clientX - i.left - l / 2, u = a.clientY - i.top - l / 2, f = document.createElement("span");
|
|
263
|
+
f.classList.add("ripple-wrapper");
|
|
264
264
|
const m = document.createElement("span");
|
|
265
|
-
m.classList.add("ripple"), m.style.backgroundColor = t ? "var(--ripple-contrast)" : "var(--ripple-main)", m.style.width = `${l}px`, m.style.height = `${l}px`, m.style.left = `${c}px`, m.style.top = `${u}px`,
|
|
265
|
+
m.classList.add("ripple"), m.style.backgroundColor = t ? "var(--ripple-contrast)" : "var(--ripple-main)", m.style.width = `${l}px`, m.style.height = `${l}px`, m.style.left = `${c}px`, m.style.top = `${u}px`, f.appendChild(m);
|
|
266
266
|
const h = s.getElementsByClassName("ripple-wrapper");
|
|
267
267
|
if (h?.length)
|
|
268
268
|
for (const b of h)
|
|
269
269
|
b.remove();
|
|
270
|
-
s.appendChild(
|
|
271
|
-
|
|
270
|
+
s.appendChild(f), setTimeout(() => {
|
|
271
|
+
f.remove();
|
|
272
272
|
}, 700);
|
|
273
273
|
},
|
|
274
274
|
[e, n, t]
|
|
@@ -294,10 +294,10 @@ const Kr = (e = !0, t) => {
|
|
|
294
294
|
onOpen: i,
|
|
295
295
|
onClose: l
|
|
296
296
|
} = {}) => {
|
|
297
|
-
const [c, u] =
|
|
297
|
+
const [c, u] = j(!1), [f, m] = j({
|
|
298
298
|
width: 192,
|
|
299
299
|
height: 300
|
|
300
|
-
}), h =
|
|
300
|
+
}), h = E(null), b = E(null), x = E({
|
|
301
301
|
left: 0,
|
|
302
302
|
right: 0,
|
|
303
303
|
top: 0,
|
|
@@ -306,15 +306,15 @@ const Kr = (e = !0, t) => {
|
|
|
306
306
|
y: 0,
|
|
307
307
|
width: 0,
|
|
308
308
|
height: 0
|
|
309
|
-
}), N =
|
|
309
|
+
}), N = E(null), T = Sn(), $ = A(
|
|
310
310
|
(v) => {
|
|
311
311
|
const w = v ?? x.current;
|
|
312
312
|
if (!w) return { x: 0, top: 0, bottom: void 0 };
|
|
313
|
-
const
|
|
313
|
+
const D = f.width, W = f.height;
|
|
314
314
|
return Xr({
|
|
315
315
|
triggerRect: w,
|
|
316
|
-
popoverWidth:
|
|
317
|
-
popoverHeight:
|
|
316
|
+
popoverWidth: D,
|
|
317
|
+
popoverHeight: W,
|
|
318
318
|
align: t,
|
|
319
319
|
side: n,
|
|
320
320
|
offset: r,
|
|
@@ -322,11 +322,11 @@ const Kr = (e = !0, t) => {
|
|
|
322
322
|
avoidCollisions: a
|
|
323
323
|
});
|
|
324
324
|
},
|
|
325
|
-
[x.current,
|
|
325
|
+
[x.current, f, t, n]
|
|
326
326
|
);
|
|
327
|
-
|
|
327
|
+
R(() => {
|
|
328
328
|
if (!c || !e || (N.current = document.getElementById(e), !N.current)) return;
|
|
329
|
-
c &&
|
|
329
|
+
c && Y();
|
|
330
330
|
const v = () => {
|
|
331
331
|
N.current && (u(!1), i?.(), N.current.removeEventListener("scroll", v));
|
|
332
332
|
};
|
|
@@ -336,12 +336,12 @@ const Kr = (e = !0, t) => {
|
|
|
336
336
|
N.current && N.current.removeEventListener("scroll", v);
|
|
337
337
|
};
|
|
338
338
|
}, [c, e]);
|
|
339
|
-
const
|
|
339
|
+
const Y = () => {
|
|
340
340
|
b.current && m({
|
|
341
341
|
width: b.current.offsetWidth,
|
|
342
342
|
height: b.current.offsetHeight
|
|
343
343
|
});
|
|
344
|
-
},
|
|
344
|
+
}, M = A(() => {
|
|
345
345
|
if (!h.current) return;
|
|
346
346
|
const v = h.current.getBoundingClientRect();
|
|
347
347
|
x.current = {
|
|
@@ -354,13 +354,13 @@ const Kr = (e = !0, t) => {
|
|
|
354
354
|
width: v.width,
|
|
355
355
|
height: v.height
|
|
356
356
|
}, u((w) => (w ? l?.() : i?.(), !w));
|
|
357
|
-
}, []),
|
|
357
|
+
}, []), O = A(() => {
|
|
358
358
|
u(!1), l?.();
|
|
359
359
|
}, []);
|
|
360
360
|
return {
|
|
361
361
|
triggerRef: h,
|
|
362
362
|
triggerProps: {
|
|
363
|
-
id:
|
|
363
|
+
id: T,
|
|
364
364
|
"aria-expanded": c,
|
|
365
365
|
"aria-haspopup": !0
|
|
366
366
|
},
|
|
@@ -369,10 +369,10 @@ const Kr = (e = !0, t) => {
|
|
|
369
369
|
/**
|
|
370
370
|
* Call this sync before rendering the popover
|
|
371
371
|
*/
|
|
372
|
-
getPopoverPosition:
|
|
372
|
+
getPopoverPosition: $,
|
|
373
373
|
open: c,
|
|
374
|
-
toggle:
|
|
375
|
-
close:
|
|
374
|
+
toggle: M,
|
|
375
|
+
close: O
|
|
376
376
|
};
|
|
377
377
|
}, Xr = ({
|
|
378
378
|
triggerRect: e,
|
|
@@ -411,8 +411,8 @@ const Kr = (e = !0, t) => {
|
|
|
411
411
|
else if (r === "end")
|
|
412
412
|
c = e.right - t, c < s && (x >= t ? c = e.left : c = s);
|
|
413
413
|
else {
|
|
414
|
-
const
|
|
415
|
-
|
|
414
|
+
const T = e.left + e.width / 2 - t / 2;
|
|
415
|
+
T >= s && T + t <= l.width - s ? c = T : T < s ? c = s : c = l.width - t - s;
|
|
416
416
|
}
|
|
417
417
|
} else {
|
|
418
418
|
const h = e.top, b = l.height - e.bottom;
|
|
@@ -423,8 +423,8 @@ const Kr = (e = !0, t) => {
|
|
|
423
423
|
else if (r === "end")
|
|
424
424
|
c = e.right - t, c < s && (x >= t ? c = e.left : c = s);
|
|
425
425
|
else {
|
|
426
|
-
const
|
|
427
|
-
|
|
426
|
+
const T = e.left + e.width / 2 - t / 2;
|
|
427
|
+
T >= s && T + t <= l.width - s ? c = T : T < s ? c = s : c = l.width - t - s;
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
430
|
c = Math.max(
|
|
@@ -436,12 +436,12 @@ const Kr = (e = !0, t) => {
|
|
|
436
436
|
);
|
|
437
437
|
} else
|
|
438
438
|
o === "right" ? (c = e.right + a, u = e.top) : o === "left" ? (c = e.left - t - a, u = e.top) : o === "bottom" ? u = e.bottom + a : u = e.top - n - a, (o === "top" || o === "bottom") && (r === "start" ? c = e.left : r === "end" ? c = e.right - t : c = e.left + e.width / 2 - t / 2);
|
|
439
|
-
let
|
|
440
|
-
return u + n <= e.top ? m = window.innerHeight - (u + n) :
|
|
439
|
+
let f, m;
|
|
440
|
+
return u + n <= e.top ? m = window.innerHeight - (u + n) : f = u, { x: c, top: f, bottom: m };
|
|
441
441
|
};
|
|
442
442
|
function Si(e) {
|
|
443
|
-
const t =
|
|
444
|
-
return
|
|
443
|
+
const t = E(null);
|
|
444
|
+
return R(() => {
|
|
445
445
|
const n = (r) => {
|
|
446
446
|
t.current && !t.current.contains(r.target) && e();
|
|
447
447
|
};
|
|
@@ -455,8 +455,8 @@ function Mi(e, t = {}) {
|
|
|
455
455
|
enabled: n = !0,
|
|
456
456
|
events: r = ["mousedown", "touchstart"],
|
|
457
457
|
excludeRefs: o = []
|
|
458
|
-
} = t, a =
|
|
459
|
-
return
|
|
458
|
+
} = t, a = E(null);
|
|
459
|
+
return R(() => {
|
|
460
460
|
if (!n) return;
|
|
461
461
|
const s = (i) => {
|
|
462
462
|
const l = i.target;
|
|
@@ -474,7 +474,7 @@ function Mi(e, t = {}) {
|
|
|
474
474
|
}, [e, n, r, o]), a;
|
|
475
475
|
}
|
|
476
476
|
function In(e, t, n = !0) {
|
|
477
|
-
|
|
477
|
+
R(() => {
|
|
478
478
|
if (!n) return;
|
|
479
479
|
const r = (o) => {
|
|
480
480
|
e.current && !e.current.contains(o.target) && t(o);
|
|
@@ -485,10 +485,10 @@ function In(e, t, n = !0) {
|
|
|
485
485
|
}, [e, t, n]);
|
|
486
486
|
}
|
|
487
487
|
function qr(e, { target: t = window, event: n = "keydown", enabled: r } = {}) {
|
|
488
|
-
const o =
|
|
489
|
-
|
|
488
|
+
const o = E(e);
|
|
489
|
+
R(() => {
|
|
490
490
|
o.current = e;
|
|
491
|
-
}, [e]),
|
|
491
|
+
}, [e]), R(() => {
|
|
492
492
|
if (!r) return;
|
|
493
493
|
const a = (s) => {
|
|
494
494
|
const i = s.key, l = o.current[i];
|
|
@@ -555,7 +555,7 @@ const Ur = "relative shrink-0 select-none transition outline-none duration-200 e
|
|
|
555
555
|
enabled: "",
|
|
556
556
|
disabled: "opacity-75",
|
|
557
557
|
loading: ""
|
|
558
|
-
},
|
|
558
|
+
}, J = qe(
|
|
559
559
|
({
|
|
560
560
|
color: e = "transparent",
|
|
561
561
|
size: t = "mdsm",
|
|
@@ -568,24 +568,24 @@ const Ur = "relative shrink-0 select-none transition outline-none duration-200 e
|
|
|
568
568
|
withRipple: l = !0,
|
|
569
569
|
contrastRipple: c,
|
|
570
570
|
showFocus: u = "desktop",
|
|
571
|
-
withDisabledDelay:
|
|
571
|
+
withDisabledDelay: f = !1,
|
|
572
572
|
type: m = "button",
|
|
573
573
|
...h
|
|
574
574
|
}, b) => {
|
|
575
|
-
const [x, N] =
|
|
576
|
-
o === "enabled" && (
|
|
577
|
-
}, { ref:
|
|
575
|
+
const [x, N] = j(!1), T = (O) => {
|
|
576
|
+
o === "enabled" && (f ? (N(!0), a && a(O), setTimeout(() => N(!1), 1e3)) : a && a(O));
|
|
577
|
+
}, { ref: $, ripple: Y } = Kr(
|
|
578
578
|
l,
|
|
579
579
|
e === "contrast" || c
|
|
580
|
-
),
|
|
581
|
-
return /* @__PURE__ */
|
|
580
|
+
), M = Yn($, b);
|
|
581
|
+
return /* @__PURE__ */ d(
|
|
582
582
|
"button",
|
|
583
583
|
{
|
|
584
|
-
ref:
|
|
584
|
+
ref: M,
|
|
585
585
|
type: m,
|
|
586
586
|
disabled: h.disabled ? h.disabled : o === "disabled" || o === "loading",
|
|
587
|
-
onMouseDown:
|
|
588
|
-
onClick: (
|
|
587
|
+
onMouseDown: Y,
|
|
588
|
+
onClick: (O) => x ? null : T(O),
|
|
589
589
|
className: y(
|
|
590
590
|
Ur,
|
|
591
591
|
Gr[t],
|
|
@@ -603,20 +603,20 @@ const Ur = "relative shrink-0 select-none transition outline-none duration-200 e
|
|
|
603
603
|
);
|
|
604
604
|
}
|
|
605
605
|
);
|
|
606
|
-
|
|
606
|
+
J.displayName = "Button";
|
|
607
607
|
const Rn = 6048e5, no = 864e5, an = Symbol.for("constructDateFrom");
|
|
608
|
-
function
|
|
608
|
+
function ae(e, t) {
|
|
609
609
|
return typeof e == "function" ? e(t) : e && typeof e == "object" && an in e ? e[an](t) : e instanceof Date ? new e.constructor(t) : new Date(t);
|
|
610
610
|
}
|
|
611
|
-
function
|
|
612
|
-
return
|
|
611
|
+
function Z(e, t) {
|
|
612
|
+
return ae(t || e, e);
|
|
613
613
|
}
|
|
614
|
-
function
|
|
615
|
-
const r =
|
|
616
|
-
if (isNaN(t)) return
|
|
614
|
+
function rt(e, t, n) {
|
|
615
|
+
const r = Z(e, n?.in);
|
|
616
|
+
if (isNaN(t)) return ae(e, NaN);
|
|
617
617
|
if (!t)
|
|
618
618
|
return r;
|
|
619
|
-
const o = r.getDate(), a =
|
|
619
|
+
const o = r.getDate(), a = ae(e, r.getTime());
|
|
620
620
|
a.setMonth(r.getMonth() + t + 1, 0);
|
|
621
621
|
const s = a.getDate();
|
|
622
622
|
return o >= s ? a : (r.setFullYear(
|
|
@@ -626,26 +626,26 @@ function nt(e, t, n) {
|
|
|
626
626
|
), r);
|
|
627
627
|
}
|
|
628
628
|
let ro = {};
|
|
629
|
-
function
|
|
629
|
+
function wt() {
|
|
630
630
|
return ro;
|
|
631
631
|
}
|
|
632
|
-
function
|
|
633
|
-
const n =
|
|
632
|
+
function He(e, t) {
|
|
633
|
+
const n = wt(), r = t?.weekStartsOn ?? t?.locale?.options?.weekStartsOn ?? n.weekStartsOn ?? n.locale?.options?.weekStartsOn ?? 0, o = Z(e, t?.in), a = o.getDay(), s = (a < r ? 7 : 0) + a - r;
|
|
634
634
|
return o.setDate(o.getDate() - s), o.setHours(0, 0, 0, 0), o;
|
|
635
635
|
}
|
|
636
|
-
function
|
|
637
|
-
return
|
|
636
|
+
function it(e, t) {
|
|
637
|
+
return He(e, { ...t, weekStartsOn: 1 });
|
|
638
638
|
}
|
|
639
639
|
function zn(e, t) {
|
|
640
|
-
const n =
|
|
640
|
+
const n = Z(e, t?.in), r = n.getFullYear(), o = ae(n, 0);
|
|
641
641
|
o.setFullYear(r + 1, 0, 4), o.setHours(0, 0, 0, 0);
|
|
642
|
-
const a =
|
|
642
|
+
const a = it(o), s = ae(n, 0);
|
|
643
643
|
s.setFullYear(r, 0, 4), s.setHours(0, 0, 0, 0);
|
|
644
|
-
const i =
|
|
644
|
+
const i = it(s);
|
|
645
645
|
return n.getTime() >= a.getTime() ? r + 1 : n.getTime() >= i.getTime() ? r : r - 1;
|
|
646
646
|
}
|
|
647
647
|
function sn(e) {
|
|
648
|
-
const t =
|
|
648
|
+
const t = Z(e), n = new Date(
|
|
649
649
|
Date.UTC(
|
|
650
650
|
t.getFullYear(),
|
|
651
651
|
t.getMonth(),
|
|
@@ -658,49 +658,49 @@ function sn(e) {
|
|
|
658
658
|
);
|
|
659
659
|
return n.setUTCFullYear(t.getFullYear()), +e - +n;
|
|
660
660
|
}
|
|
661
|
-
function
|
|
662
|
-
const n =
|
|
661
|
+
function yt(e, ...t) {
|
|
662
|
+
const n = ae.bind(
|
|
663
663
|
null,
|
|
664
664
|
t.find((r) => typeof r == "object")
|
|
665
665
|
);
|
|
666
666
|
return t.map(n);
|
|
667
667
|
}
|
|
668
|
-
function
|
|
669
|
-
const n =
|
|
668
|
+
function ct(e, t) {
|
|
669
|
+
const n = Z(e, t?.in);
|
|
670
670
|
return n.setHours(0, 0, 0, 0), n;
|
|
671
671
|
}
|
|
672
672
|
function oo(e, t, n) {
|
|
673
|
-
const [r, o] =
|
|
673
|
+
const [r, o] = yt(
|
|
674
674
|
n?.in,
|
|
675
675
|
e,
|
|
676
676
|
t
|
|
677
|
-
), a =
|
|
677
|
+
), a = ct(r), s = ct(o), i = +a - sn(a), l = +s - sn(s);
|
|
678
678
|
return Math.round((i - l) / no);
|
|
679
679
|
}
|
|
680
680
|
function ao(e, t) {
|
|
681
|
-
const n = zn(e, t), r =
|
|
682
|
-
return r.setFullYear(n, 0, 4), r.setHours(0, 0, 0, 0),
|
|
681
|
+
const n = zn(e, t), r = ae(e, 0);
|
|
682
|
+
return r.setFullYear(n, 0, 4), r.setHours(0, 0, 0, 0), it(r);
|
|
683
683
|
}
|
|
684
|
-
function
|
|
685
|
-
const [r, o] =
|
|
684
|
+
function St(e, t, n) {
|
|
685
|
+
const [r, o] = yt(
|
|
686
686
|
n?.in,
|
|
687
687
|
e,
|
|
688
688
|
t
|
|
689
689
|
);
|
|
690
|
-
return +
|
|
690
|
+
return +ct(r) == +ct(o);
|
|
691
691
|
}
|
|
692
692
|
function so(e) {
|
|
693
693
|
return e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]";
|
|
694
694
|
}
|
|
695
695
|
function io(e) {
|
|
696
|
-
return !(!so(e) && typeof e != "number" || isNaN(+
|
|
696
|
+
return !(!so(e) && typeof e != "number" || isNaN(+Z(e)));
|
|
697
697
|
}
|
|
698
698
|
function co(e, t) {
|
|
699
|
-
const n =
|
|
699
|
+
const n = Z(e, t?.in), r = n.getMonth();
|
|
700
700
|
return n.setFullYear(n.getFullYear(), r + 1, 0), n.setHours(23, 59, 59, 999), n;
|
|
701
701
|
}
|
|
702
702
|
function lo(e, t) {
|
|
703
|
-
const [n, r] =
|
|
703
|
+
const [n, r] = yt(e, t.start, t.end);
|
|
704
704
|
return { start: n, end: r };
|
|
705
705
|
}
|
|
706
706
|
function uo(e, t) {
|
|
@@ -711,15 +711,15 @@ function uo(e, t) {
|
|
|
711
711
|
let i = 1;
|
|
712
712
|
const l = [];
|
|
713
713
|
for (; +s <= a; )
|
|
714
|
-
l.push(
|
|
714
|
+
l.push(ae(n, s)), s.setDate(s.getDate() + i), s.setHours(0, 0, 0, 0);
|
|
715
715
|
return o ? l.reverse() : l;
|
|
716
716
|
}
|
|
717
717
|
function fo(e, t) {
|
|
718
|
-
const n =
|
|
718
|
+
const n = Z(e, t?.in);
|
|
719
719
|
return n.setDate(1), n.setHours(0, 0, 0, 0), n;
|
|
720
720
|
}
|
|
721
721
|
function mo(e, t) {
|
|
722
|
-
const n =
|
|
722
|
+
const n = Z(e, t?.in);
|
|
723
723
|
return n.setFullYear(n.getFullYear(), 0, 1), n.setHours(0, 0, 0, 0), n;
|
|
724
724
|
}
|
|
725
725
|
const ho = {
|
|
@@ -1002,9 +1002,9 @@ function ce(e) {
|
|
|
1002
1002
|
const r = n.width, o = r && e.matchPatterns[r] || e.matchPatterns[e.defaultMatchWidth], a = t.match(o);
|
|
1003
1003
|
if (!a)
|
|
1004
1004
|
return null;
|
|
1005
|
-
const s = a[0], i = r && e.parsePatterns[r] || e.parsePatterns[e.defaultParseWidth], l = Array.isArray(i) ? Po(i, (
|
|
1005
|
+
const s = a[0], i = r && e.parsePatterns[r] || e.parsePatterns[e.defaultParseWidth], l = Array.isArray(i) ? Po(i, (f) => f.test(s)) : (
|
|
1006
1006
|
// [TODO] -- I challenge you to fix the type
|
|
1007
|
-
Co(i, (
|
|
1007
|
+
Co(i, (f) => f.test(s))
|
|
1008
1008
|
);
|
|
1009
1009
|
let c;
|
|
1010
1010
|
c = e.valueCallback ? e.valueCallback(l) : l, c = n.valueCallback ? (
|
|
@@ -1154,47 +1154,47 @@ const Oo = /^(\d+)(th|st|nd|rd)?/i, Lo = /\d+/i, Fo = {
|
|
|
1154
1154
|
}
|
|
1155
1155
|
};
|
|
1156
1156
|
function Vo(e, t) {
|
|
1157
|
-
const n =
|
|
1157
|
+
const n = Z(e, t?.in);
|
|
1158
1158
|
return oo(n, mo(n)) + 1;
|
|
1159
1159
|
}
|
|
1160
1160
|
function Ko(e, t) {
|
|
1161
|
-
const n =
|
|
1161
|
+
const n = Z(e, t?.in), r = +it(n) - +ao(n);
|
|
1162
1162
|
return Math.round(r / Rn) + 1;
|
|
1163
1163
|
}
|
|
1164
1164
|
function Vn(e, t) {
|
|
1165
|
-
const n =
|
|
1165
|
+
const n = Z(e, t?.in), r = n.getFullYear(), o = wt(), a = t?.firstWeekContainsDate ?? t?.locale?.options?.firstWeekContainsDate ?? o.firstWeekContainsDate ?? o.locale?.options?.firstWeekContainsDate ?? 1, s = ae(t?.in || e, 0);
|
|
1166
1166
|
s.setFullYear(r + 1, 0, a), s.setHours(0, 0, 0, 0);
|
|
1167
|
-
const i =
|
|
1167
|
+
const i = He(s, t), l = ae(t?.in || e, 0);
|
|
1168
1168
|
l.setFullYear(r, 0, a), l.setHours(0, 0, 0, 0);
|
|
1169
|
-
const c =
|
|
1169
|
+
const c = He(l, t);
|
|
1170
1170
|
return +n >= +i ? r + 1 : +n >= +c ? r : r - 1;
|
|
1171
1171
|
}
|
|
1172
1172
|
function Xo(e, t) {
|
|
1173
|
-
const n =
|
|
1174
|
-
return a.setFullYear(o, 0, r), a.setHours(0, 0, 0, 0),
|
|
1173
|
+
const n = wt(), r = t?.firstWeekContainsDate ?? t?.locale?.options?.firstWeekContainsDate ?? n.firstWeekContainsDate ?? n.locale?.options?.firstWeekContainsDate ?? 1, o = Vn(e, t), a = ae(t?.in || e, 0);
|
|
1174
|
+
return a.setFullYear(o, 0, r), a.setHours(0, 0, 0, 0), He(a, t);
|
|
1175
1175
|
}
|
|
1176
1176
|
function qo(e, t) {
|
|
1177
|
-
const n =
|
|
1177
|
+
const n = Z(e, t?.in), r = +He(n, t) - +Xo(n, t);
|
|
1178
1178
|
return Math.round(r / Rn) + 1;
|
|
1179
1179
|
}
|
|
1180
|
-
function
|
|
1180
|
+
function F(e, t) {
|
|
1181
1181
|
const n = e < 0 ? "-" : "", r = Math.abs(e).toString().padStart(t, "0");
|
|
1182
1182
|
return n + r;
|
|
1183
1183
|
}
|
|
1184
|
-
const
|
|
1184
|
+
const pe = {
|
|
1185
1185
|
// Year
|
|
1186
1186
|
y(e, t) {
|
|
1187
1187
|
const n = e.getFullYear(), r = n > 0 ? n : 1 - n;
|
|
1188
|
-
return
|
|
1188
|
+
return F(t === "yy" ? r % 100 : r, t.length);
|
|
1189
1189
|
},
|
|
1190
1190
|
// Month
|
|
1191
1191
|
M(e, t) {
|
|
1192
1192
|
const n = e.getMonth();
|
|
1193
|
-
return t === "M" ? String(n + 1) :
|
|
1193
|
+
return t === "M" ? String(n + 1) : F(n + 1, 2);
|
|
1194
1194
|
},
|
|
1195
1195
|
// Day of the month
|
|
1196
1196
|
d(e, t) {
|
|
1197
|
-
return
|
|
1197
|
+
return F(e.getDate(), t.length);
|
|
1198
1198
|
},
|
|
1199
1199
|
// AM or PM
|
|
1200
1200
|
a(e, t) {
|
|
@@ -1214,26 +1214,26 @@ const be = {
|
|
|
1214
1214
|
},
|
|
1215
1215
|
// Hour [1-12]
|
|
1216
1216
|
h(e, t) {
|
|
1217
|
-
return
|
|
1217
|
+
return F(e.getHours() % 12 || 12, t.length);
|
|
1218
1218
|
},
|
|
1219
1219
|
// Hour [0-23]
|
|
1220
1220
|
H(e, t) {
|
|
1221
|
-
return
|
|
1221
|
+
return F(e.getHours(), t.length);
|
|
1222
1222
|
},
|
|
1223
1223
|
// Minute
|
|
1224
1224
|
m(e, t) {
|
|
1225
|
-
return
|
|
1225
|
+
return F(e.getMinutes(), t.length);
|
|
1226
1226
|
},
|
|
1227
1227
|
// Second
|
|
1228
1228
|
s(e, t) {
|
|
1229
|
-
return
|
|
1229
|
+
return F(e.getSeconds(), t.length);
|
|
1230
1230
|
},
|
|
1231
1231
|
// Fraction of second
|
|
1232
1232
|
S(e, t) {
|
|
1233
1233
|
const n = t.length, r = e.getMilliseconds(), o = Math.trunc(
|
|
1234
1234
|
r * Math.pow(10, n - 3)
|
|
1235
1235
|
);
|
|
1236
|
-
return
|
|
1236
|
+
return F(o, t.length);
|
|
1237
1237
|
}
|
|
1238
1238
|
}, Oe = {
|
|
1239
1239
|
midnight: "midnight",
|
|
@@ -1267,21 +1267,21 @@ const be = {
|
|
|
1267
1267
|
const r = e.getFullYear(), o = r > 0 ? r : 1 - r;
|
|
1268
1268
|
return n.ordinalNumber(o, { unit: "year" });
|
|
1269
1269
|
}
|
|
1270
|
-
return
|
|
1270
|
+
return pe.y(e, t);
|
|
1271
1271
|
},
|
|
1272
1272
|
// Local week-numbering year
|
|
1273
1273
|
Y: function(e, t, n, r) {
|
|
1274
1274
|
const o = Vn(e, r), a = o > 0 ? o : 1 - o;
|
|
1275
1275
|
if (t === "YY") {
|
|
1276
1276
|
const s = a % 100;
|
|
1277
|
-
return
|
|
1277
|
+
return F(s, 2);
|
|
1278
1278
|
}
|
|
1279
|
-
return t === "Yo" ? n.ordinalNumber(a, { unit: "year" }) :
|
|
1279
|
+
return t === "Yo" ? n.ordinalNumber(a, { unit: "year" }) : F(a, t.length);
|
|
1280
1280
|
},
|
|
1281
1281
|
// ISO week-numbering year
|
|
1282
1282
|
R: function(e, t) {
|
|
1283
1283
|
const n = zn(e);
|
|
1284
|
-
return
|
|
1284
|
+
return F(n, t.length);
|
|
1285
1285
|
},
|
|
1286
1286
|
// Extended year. This is a single number designating the year of this calendar system.
|
|
1287
1287
|
// The main difference between `y` and `u` localizers are B.C. years:
|
|
@@ -1294,7 +1294,7 @@ const be = {
|
|
|
1294
1294
|
// while `uu` pads single digit years to 2 characters and returns other years unchanged.
|
|
1295
1295
|
u: function(e, t) {
|
|
1296
1296
|
const n = e.getFullYear();
|
|
1297
|
-
return
|
|
1297
|
+
return F(n, t.length);
|
|
1298
1298
|
},
|
|
1299
1299
|
// Quarter
|
|
1300
1300
|
Q: function(e, t, n) {
|
|
@@ -1305,7 +1305,7 @@ const be = {
|
|
|
1305
1305
|
return String(r);
|
|
1306
1306
|
// 01, 02, 03, 04
|
|
1307
1307
|
case "QQ":
|
|
1308
|
-
return
|
|
1308
|
+
return F(r, 2);
|
|
1309
1309
|
// 1st, 2nd, 3rd, 4th
|
|
1310
1310
|
case "Qo":
|
|
1311
1311
|
return n.ordinalNumber(r, { unit: "quarter" });
|
|
@@ -1339,7 +1339,7 @@ const be = {
|
|
|
1339
1339
|
return String(r);
|
|
1340
1340
|
// 01, 02, 03, 04
|
|
1341
1341
|
case "qq":
|
|
1342
|
-
return
|
|
1342
|
+
return F(r, 2);
|
|
1343
1343
|
// 1st, 2nd, 3rd, 4th
|
|
1344
1344
|
case "qo":
|
|
1345
1345
|
return n.ordinalNumber(r, { unit: "quarter" });
|
|
@@ -1370,7 +1370,7 @@ const be = {
|
|
|
1370
1370
|
switch (t) {
|
|
1371
1371
|
case "M":
|
|
1372
1372
|
case "MM":
|
|
1373
|
-
return
|
|
1373
|
+
return pe.M(e, t);
|
|
1374
1374
|
// 1st, 2nd, ..., 12th
|
|
1375
1375
|
case "Mo":
|
|
1376
1376
|
return n.ordinalNumber(r + 1, { unit: "month" });
|
|
@@ -1401,7 +1401,7 @@ const be = {
|
|
|
1401
1401
|
return String(r + 1);
|
|
1402
1402
|
// 01, 02, ..., 12
|
|
1403
1403
|
case "LL":
|
|
1404
|
-
return
|
|
1404
|
+
return F(r + 1, 2);
|
|
1405
1405
|
// 1st, 2nd, ..., 12th
|
|
1406
1406
|
case "Lo":
|
|
1407
1407
|
return n.ordinalNumber(r + 1, { unit: "month" });
|
|
@@ -1426,21 +1426,21 @@ const be = {
|
|
|
1426
1426
|
// Local week of year
|
|
1427
1427
|
w: function(e, t, n, r) {
|
|
1428
1428
|
const o = qo(e, r);
|
|
1429
|
-
return t === "wo" ? n.ordinalNumber(o, { unit: "week" }) :
|
|
1429
|
+
return t === "wo" ? n.ordinalNumber(o, { unit: "week" }) : F(o, t.length);
|
|
1430
1430
|
},
|
|
1431
1431
|
// ISO week of year
|
|
1432
1432
|
I: function(e, t, n) {
|
|
1433
1433
|
const r = Ko(e);
|
|
1434
|
-
return t === "Io" ? n.ordinalNumber(r, { unit: "week" }) :
|
|
1434
|
+
return t === "Io" ? n.ordinalNumber(r, { unit: "week" }) : F(r, t.length);
|
|
1435
1435
|
},
|
|
1436
1436
|
// Day of the month
|
|
1437
1437
|
d: function(e, t, n) {
|
|
1438
|
-
return t === "do" ? n.ordinalNumber(e.getDate(), { unit: "date" }) :
|
|
1438
|
+
return t === "do" ? n.ordinalNumber(e.getDate(), { unit: "date" }) : pe.d(e, t);
|
|
1439
1439
|
},
|
|
1440
1440
|
// Day of year
|
|
1441
1441
|
D: function(e, t, n) {
|
|
1442
1442
|
const r = Vo(e);
|
|
1443
|
-
return t === "Do" ? n.ordinalNumber(r, { unit: "dayOfYear" }) :
|
|
1443
|
+
return t === "Do" ? n.ordinalNumber(r, { unit: "dayOfYear" }) : F(r, t.length);
|
|
1444
1444
|
},
|
|
1445
1445
|
// Day of week
|
|
1446
1446
|
E: function(e, t, n) {
|
|
@@ -1484,7 +1484,7 @@ const be = {
|
|
|
1484
1484
|
return String(a);
|
|
1485
1485
|
// Padded numerical value
|
|
1486
1486
|
case "ee":
|
|
1487
|
-
return
|
|
1487
|
+
return F(a, 2);
|
|
1488
1488
|
// 1st, 2nd, ..., 7th
|
|
1489
1489
|
case "eo":
|
|
1490
1490
|
return n.ordinalNumber(a, { unit: "day" });
|
|
@@ -1523,7 +1523,7 @@ const be = {
|
|
|
1523
1523
|
return String(a);
|
|
1524
1524
|
// Padded numerical value
|
|
1525
1525
|
case "cc":
|
|
1526
|
-
return
|
|
1526
|
+
return F(a, t.length);
|
|
1527
1527
|
// 1st, 2nd, ..., 7th
|
|
1528
1528
|
case "co":
|
|
1529
1529
|
return n.ordinalNumber(a, { unit: "day" });
|
|
@@ -1562,7 +1562,7 @@ const be = {
|
|
|
1562
1562
|
return String(o);
|
|
1563
1563
|
// 02
|
|
1564
1564
|
case "ii":
|
|
1565
|
-
return
|
|
1565
|
+
return F(o, t.length);
|
|
1566
1566
|
// 2nd
|
|
1567
1567
|
case "io":
|
|
1568
1568
|
return n.ordinalNumber(o, { unit: "day" });
|
|
@@ -1681,33 +1681,33 @@ const be = {
|
|
|
1681
1681
|
let r = e.getHours() % 12;
|
|
1682
1682
|
return r === 0 && (r = 12), n.ordinalNumber(r, { unit: "hour" });
|
|
1683
1683
|
}
|
|
1684
|
-
return
|
|
1684
|
+
return pe.h(e, t);
|
|
1685
1685
|
},
|
|
1686
1686
|
// Hour [0-23]
|
|
1687
1687
|
H: function(e, t, n) {
|
|
1688
|
-
return t === "Ho" ? n.ordinalNumber(e.getHours(), { unit: "hour" }) :
|
|
1688
|
+
return t === "Ho" ? n.ordinalNumber(e.getHours(), { unit: "hour" }) : pe.H(e, t);
|
|
1689
1689
|
},
|
|
1690
1690
|
// Hour [0-11]
|
|
1691
1691
|
K: function(e, t, n) {
|
|
1692
1692
|
const r = e.getHours() % 12;
|
|
1693
|
-
return t === "Ko" ? n.ordinalNumber(r, { unit: "hour" }) :
|
|
1693
|
+
return t === "Ko" ? n.ordinalNumber(r, { unit: "hour" }) : F(r, t.length);
|
|
1694
1694
|
},
|
|
1695
1695
|
// Hour [1-24]
|
|
1696
1696
|
k: function(e, t, n) {
|
|
1697
1697
|
let r = e.getHours();
|
|
1698
|
-
return r === 0 && (r = 24), t === "ko" ? n.ordinalNumber(r, { unit: "hour" }) :
|
|
1698
|
+
return r === 0 && (r = 24), t === "ko" ? n.ordinalNumber(r, { unit: "hour" }) : F(r, t.length);
|
|
1699
1699
|
},
|
|
1700
1700
|
// Minute
|
|
1701
1701
|
m: function(e, t, n) {
|
|
1702
|
-
return t === "mo" ? n.ordinalNumber(e.getMinutes(), { unit: "minute" }) :
|
|
1702
|
+
return t === "mo" ? n.ordinalNumber(e.getMinutes(), { unit: "minute" }) : pe.m(e, t);
|
|
1703
1703
|
},
|
|
1704
1704
|
// Second
|
|
1705
1705
|
s: function(e, t, n) {
|
|
1706
|
-
return t === "so" ? n.ordinalNumber(e.getSeconds(), { unit: "second" }) :
|
|
1706
|
+
return t === "so" ? n.ordinalNumber(e.getSeconds(), { unit: "second" }) : pe.s(e, t);
|
|
1707
1707
|
},
|
|
1708
1708
|
// Fraction of second
|
|
1709
1709
|
S: function(e, t) {
|
|
1710
|
-
return
|
|
1710
|
+
return pe.S(e, t);
|
|
1711
1711
|
},
|
|
1712
1712
|
// Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
|
|
1713
1713
|
X: function(e, t, n) {
|
|
@@ -1790,22 +1790,22 @@ const be = {
|
|
|
1790
1790
|
// Seconds timestamp
|
|
1791
1791
|
t: function(e, t, n) {
|
|
1792
1792
|
const r = Math.trunc(+e / 1e3);
|
|
1793
|
-
return
|
|
1793
|
+
return F(r, t.length);
|
|
1794
1794
|
},
|
|
1795
1795
|
// Milliseconds timestamp
|
|
1796
1796
|
T: function(e, t, n) {
|
|
1797
|
-
return
|
|
1797
|
+
return F(+e, t.length);
|
|
1798
1798
|
}
|
|
1799
1799
|
};
|
|
1800
1800
|
function ln(e, t = "") {
|
|
1801
1801
|
const n = e > 0 ? "-" : "+", r = Math.abs(e), o = Math.trunc(r / 60), a = r % 60;
|
|
1802
|
-
return a === 0 ? n + String(o) : n + String(o) + t +
|
|
1802
|
+
return a === 0 ? n + String(o) : n + String(o) + t + F(a, 2);
|
|
1803
1803
|
}
|
|
1804
1804
|
function un(e, t) {
|
|
1805
|
-
return e % 60 === 0 ? (e > 0 ? "-" : "+") +
|
|
1805
|
+
return e % 60 === 0 ? (e > 0 ? "-" : "+") + F(Math.abs(e) / 60, 2) : xe(e, t);
|
|
1806
1806
|
}
|
|
1807
1807
|
function xe(e, t = "") {
|
|
1808
|
-
const n = e > 0 ? "-" : "+", r = Math.abs(e), o =
|
|
1808
|
+
const n = e > 0 ? "-" : "+", r = Math.abs(e), o = F(Math.trunc(r / 60), 2), a = F(r % 60, 2);
|
|
1809
1809
|
return n + o + t + a;
|
|
1810
1810
|
}
|
|
1811
1811
|
const dn = (e, t) => {
|
|
@@ -1873,27 +1873,27 @@ function ra(e, t, n) {
|
|
|
1873
1873
|
}
|
|
1874
1874
|
const oa = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, aa = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, sa = /^'([^]*?)'?$/, ia = /''/g, ca = /[a-zA-Z]/;
|
|
1875
1875
|
function Te(e, t, n) {
|
|
1876
|
-
const r =
|
|
1876
|
+
const r = wt(), o = n?.locale ?? r.locale ?? Bn, a = n?.firstWeekContainsDate ?? n?.locale?.options?.firstWeekContainsDate ?? r.firstWeekContainsDate ?? r.locale?.options?.firstWeekContainsDate ?? 1, s = n?.weekStartsOn ?? n?.locale?.options?.weekStartsOn ?? r.weekStartsOn ?? r.locale?.options?.weekStartsOn ?? 0, i = Z(e, n?.in);
|
|
1877
1877
|
if (!io(i))
|
|
1878
1878
|
throw new RangeError("Invalid time value");
|
|
1879
1879
|
let l = t.match(aa).map((u) => {
|
|
1880
|
-
const
|
|
1881
|
-
if (
|
|
1882
|
-
const m = Go[
|
|
1880
|
+
const f = u[0];
|
|
1881
|
+
if (f === "p" || f === "P") {
|
|
1882
|
+
const m = Go[f];
|
|
1883
1883
|
return m(u, o.formatLong);
|
|
1884
1884
|
}
|
|
1885
1885
|
return u;
|
|
1886
1886
|
}).join("").match(oa).map((u) => {
|
|
1887
1887
|
if (u === "''")
|
|
1888
1888
|
return { isToken: !1, value: "'" };
|
|
1889
|
-
const
|
|
1890
|
-
if (
|
|
1889
|
+
const f = u[0];
|
|
1890
|
+
if (f === "'")
|
|
1891
1891
|
return { isToken: !1, value: la(u) };
|
|
1892
|
-
if (cn[
|
|
1892
|
+
if (cn[f])
|
|
1893
1893
|
return { isToken: !0, value: u };
|
|
1894
|
-
if (
|
|
1894
|
+
if (f.match(ca))
|
|
1895
1895
|
throw new RangeError(
|
|
1896
|
-
"Format string contains an unescaped latin alphabet character `" +
|
|
1896
|
+
"Format string contains an unescaped latin alphabet character `" + f + "`"
|
|
1897
1897
|
);
|
|
1898
1898
|
return { isToken: !1, value: u };
|
|
1899
1899
|
});
|
|
@@ -1905,10 +1905,10 @@ function Te(e, t, n) {
|
|
|
1905
1905
|
};
|
|
1906
1906
|
return l.map((u) => {
|
|
1907
1907
|
if (!u.isToken) return u.value;
|
|
1908
|
-
const
|
|
1909
|
-
(!n?.useAdditionalWeekYearTokens && ta(
|
|
1910
|
-
const m = cn[
|
|
1911
|
-
return m(i,
|
|
1908
|
+
const f = u.value;
|
|
1909
|
+
(!n?.useAdditionalWeekYearTokens && ta(f) || !n?.useAdditionalDayOfYearTokens && ea(f)) && na(f, t, String(e));
|
|
1910
|
+
const m = cn[f[0]];
|
|
1911
|
+
return m(i, f, o.localize, c);
|
|
1912
1912
|
}).join("");
|
|
1913
1913
|
}
|
|
1914
1914
|
function la(e) {
|
|
@@ -1916,15 +1916,15 @@ function la(e) {
|
|
|
1916
1916
|
return t ? t[1].replace(ia, "'") : e;
|
|
1917
1917
|
}
|
|
1918
1918
|
function fn(e, t, n) {
|
|
1919
|
-
const [r, o] =
|
|
1919
|
+
const [r, o] = yt(
|
|
1920
1920
|
n?.in,
|
|
1921
1921
|
e,
|
|
1922
1922
|
t
|
|
1923
1923
|
);
|
|
1924
1924
|
return r.getFullYear() === o.getFullYear() && r.getMonth() === o.getMonth();
|
|
1925
1925
|
}
|
|
1926
|
-
function
|
|
1927
|
-
return
|
|
1926
|
+
function Mt(e, t, n) {
|
|
1927
|
+
return rt(e, -t, n);
|
|
1928
1928
|
}
|
|
1929
1929
|
const ua = {
|
|
1930
1930
|
lessThanXSeconds: {
|
|
@@ -2282,7 +2282,7 @@ const ua = {
|
|
|
2282
2282
|
parsePatterns: Ya,
|
|
2283
2283
|
defaultParseWidth: "any"
|
|
2284
2284
|
})
|
|
2285
|
-
},
|
|
2285
|
+
}, Be = {
|
|
2286
2286
|
code: "es",
|
|
2287
2287
|
formatDistance: da,
|
|
2288
2288
|
formatLong: ba,
|
|
@@ -2294,10 +2294,10 @@ const ua = {
|
|
|
2294
2294
|
firstWeekContainsDate: 1
|
|
2295
2295
|
}
|
|
2296
2296
|
}, ue = typeof document < "u" ? We.useLayoutEffect : () => {
|
|
2297
|
-
},
|
|
2297
|
+
}, K = (e) => {
|
|
2298
2298
|
var t;
|
|
2299
2299
|
return (t = e?.ownerDocument) !== null && t !== void 0 ? t : document;
|
|
2300
|
-
},
|
|
2300
|
+
}, lt = (e) => e && "window" in e && e.window === e ? e : K(e).defaultView || window;
|
|
2301
2301
|
function Ia(e) {
|
|
2302
2302
|
return e !== null && typeof e == "object" && "nodeType" in e && typeof e.nodeType == "number";
|
|
2303
2303
|
}
|
|
@@ -2305,11 +2305,11 @@ function Ra(e) {
|
|
|
2305
2305
|
return Ia(e) && e.nodeType === Node.DOCUMENT_FRAGMENT_NODE && "host" in e;
|
|
2306
2306
|
}
|
|
2307
2307
|
let za = !1;
|
|
2308
|
-
function
|
|
2308
|
+
function xt() {
|
|
2309
2309
|
return za;
|
|
2310
2310
|
}
|
|
2311
2311
|
function mn(e, t) {
|
|
2312
|
-
if (!
|
|
2312
|
+
if (!xt()) return t && e ? e.contains(t) : !1;
|
|
2313
2313
|
if (!e || !t) return !1;
|
|
2314
2314
|
let n = t;
|
|
2315
2315
|
for (; n !== null; ) {
|
|
@@ -2318,15 +2318,15 @@ function mn(e, t) {
|
|
|
2318
2318
|
}
|
|
2319
2319
|
return !1;
|
|
2320
2320
|
}
|
|
2321
|
-
const
|
|
2321
|
+
const oe = (e = document) => {
|
|
2322
2322
|
var t;
|
|
2323
|
-
if (!
|
|
2323
|
+
if (!xt()) return e.activeElement;
|
|
2324
2324
|
let n = e.activeElement;
|
|
2325
2325
|
for (; n && "shadowRoot" in n && (!((t = n.shadowRoot) === null || t === void 0) && t.activeElement); ) n = n.shadowRoot.activeElement;
|
|
2326
2326
|
return n;
|
|
2327
2327
|
};
|
|
2328
2328
|
function Le(e) {
|
|
2329
|
-
return
|
|
2329
|
+
return xt() && e.target.shadowRoot && e.composedPath ? e.composedPath()[0] : e.target;
|
|
2330
2330
|
}
|
|
2331
2331
|
class Ha {
|
|
2332
2332
|
get currentNode() {
|
|
@@ -2450,7 +2450,7 @@ class Ha {
|
|
|
2450
2450
|
}
|
|
2451
2451
|
}
|
|
2452
2452
|
function Ba(e, t, n, r) {
|
|
2453
|
-
return
|
|
2453
|
+
return xt() ? new Ha(e, t, n, r) : e.createTreeWalker(t, n, r);
|
|
2454
2454
|
}
|
|
2455
2455
|
function hn(e) {
|
|
2456
2456
|
if (Va()) e.focus({
|
|
@@ -2461,20 +2461,20 @@ function hn(e) {
|
|
|
2461
2461
|
e.focus(), Xa(t);
|
|
2462
2462
|
}
|
|
2463
2463
|
}
|
|
2464
|
-
let
|
|
2464
|
+
let et = null;
|
|
2465
2465
|
function Va() {
|
|
2466
|
-
if (
|
|
2467
|
-
|
|
2466
|
+
if (et == null) {
|
|
2467
|
+
et = !1;
|
|
2468
2468
|
try {
|
|
2469
2469
|
document.createElement("div").focus({
|
|
2470
2470
|
get preventScroll() {
|
|
2471
|
-
return
|
|
2471
|
+
return et = !0, !0;
|
|
2472
2472
|
}
|
|
2473
2473
|
});
|
|
2474
2474
|
} catch {
|
|
2475
2475
|
}
|
|
2476
2476
|
}
|
|
2477
|
-
return
|
|
2477
|
+
return et;
|
|
2478
2478
|
}
|
|
2479
2479
|
function Ka(e) {
|
|
2480
2480
|
let t = e.parentNode, n = [], r = document.scrollingElement || document.documentElement;
|
|
@@ -2494,46 +2494,46 @@ function Xa(e) {
|
|
|
2494
2494
|
for (let { element: t, scrollTop: n, scrollLeft: r } of e)
|
|
2495
2495
|
t.scrollTop = n, t.scrollLeft = r;
|
|
2496
2496
|
}
|
|
2497
|
-
function
|
|
2497
|
+
function Nt(e) {
|
|
2498
2498
|
var t;
|
|
2499
2499
|
if (typeof window > "u" || window.navigator == null) return !1;
|
|
2500
2500
|
let n = (t = window.navigator.userAgentData) === null || t === void 0 ? void 0 : t.brands;
|
|
2501
2501
|
return Array.isArray(n) && n.some((r) => e.test(r.brand)) || e.test(window.navigator.userAgent);
|
|
2502
2502
|
}
|
|
2503
|
-
function
|
|
2503
|
+
function zt(e) {
|
|
2504
2504
|
var t;
|
|
2505
2505
|
return typeof window < "u" && window.navigator != null ? e.test(((t = window.navigator.userAgentData) === null || t === void 0 ? void 0 : t.platform) || window.navigator.platform) : !1;
|
|
2506
2506
|
}
|
|
2507
|
-
function
|
|
2507
|
+
function be(e) {
|
|
2508
2508
|
if (process.env.NODE_ENV === "test") return e;
|
|
2509
2509
|
let t = null;
|
|
2510
2510
|
return () => (t == null && (t = e()), t);
|
|
2511
2511
|
}
|
|
2512
|
-
const
|
|
2513
|
-
return
|
|
2514
|
-
}), qa =
|
|
2515
|
-
return
|
|
2516
|
-
}), Ua =
|
|
2517
|
-
return
|
|
2518
|
-
|
|
2519
|
-
}), Ga =
|
|
2512
|
+
const Ht = be(function() {
|
|
2513
|
+
return zt(/^Mac/i);
|
|
2514
|
+
}), qa = be(function() {
|
|
2515
|
+
return zt(/^iPhone/i);
|
|
2516
|
+
}), Ua = be(function() {
|
|
2517
|
+
return zt(/^iPad/i) || // iPadOS 13 lies and says it's a Mac, but we can distinguish by detecting touch support.
|
|
2518
|
+
Ht() && navigator.maxTouchPoints > 1;
|
|
2519
|
+
}), Ga = be(function() {
|
|
2520
2520
|
return qa() || Ua();
|
|
2521
2521
|
});
|
|
2522
|
-
|
|
2523
|
-
return
|
|
2522
|
+
be(function() {
|
|
2523
|
+
return Ht() || Ga();
|
|
2524
2524
|
});
|
|
2525
|
-
|
|
2526
|
-
return
|
|
2525
|
+
be(function() {
|
|
2526
|
+
return Nt(/AppleWebKit/i) && !Xn();
|
|
2527
2527
|
});
|
|
2528
|
-
const Xn =
|
|
2529
|
-
return
|
|
2530
|
-
}), qn =
|
|
2531
|
-
return
|
|
2528
|
+
const Xn = be(function() {
|
|
2529
|
+
return Nt(/Chrome/i);
|
|
2530
|
+
}), qn = be(function() {
|
|
2531
|
+
return Nt(/Android/i);
|
|
2532
2532
|
});
|
|
2533
|
-
|
|
2534
|
-
return
|
|
2533
|
+
be(function() {
|
|
2534
|
+
return Nt(/Firefox/i);
|
|
2535
2535
|
});
|
|
2536
|
-
let
|
|
2536
|
+
let ve = /* @__PURE__ */ new Map(), Ft = /* @__PURE__ */ new Set();
|
|
2537
2537
|
function bn() {
|
|
2538
2538
|
if (typeof window > "u") return;
|
|
2539
2539
|
function e(r) {
|
|
@@ -2541,28 +2541,28 @@ function bn() {
|
|
|
2541
2541
|
}
|
|
2542
2542
|
let t = (r) => {
|
|
2543
2543
|
if (!e(r) || !r.target) return;
|
|
2544
|
-
let o =
|
|
2545
|
-
o || (o = /* @__PURE__ */ new Set(),
|
|
2544
|
+
let o = ve.get(r.target);
|
|
2545
|
+
o || (o = /* @__PURE__ */ new Set(), ve.set(r.target, o), r.target.addEventListener("transitioncancel", n, {
|
|
2546
2546
|
once: !0
|
|
2547
2547
|
})), o.add(r.propertyName);
|
|
2548
2548
|
}, n = (r) => {
|
|
2549
2549
|
if (!e(r) || !r.target) return;
|
|
2550
|
-
let o =
|
|
2551
|
-
if (o && (o.delete(r.propertyName), o.size === 0 && (r.target.removeEventListener("transitioncancel", n),
|
|
2552
|
-
for (let a of
|
|
2553
|
-
|
|
2550
|
+
let o = ve.get(r.target);
|
|
2551
|
+
if (o && (o.delete(r.propertyName), o.size === 0 && (r.target.removeEventListener("transitioncancel", n), ve.delete(r.target)), ve.size === 0)) {
|
|
2552
|
+
for (let a of Ft) a();
|
|
2553
|
+
Ft.clear();
|
|
2554
2554
|
}
|
|
2555
2555
|
};
|
|
2556
2556
|
document.body.addEventListener("transitionrun", t), document.body.addEventListener("transitionend", n);
|
|
2557
2557
|
}
|
|
2558
2558
|
typeof document < "u" && (document.readyState !== "loading" ? bn() : document.addEventListener("DOMContentLoaded", bn));
|
|
2559
2559
|
function Qa() {
|
|
2560
|
-
for (const [e] of
|
|
2561
|
-
"isConnected" in e && !e.isConnected &&
|
|
2560
|
+
for (const [e] of ve)
|
|
2561
|
+
"isConnected" in e && !e.isConnected && ve.delete(e);
|
|
2562
2562
|
}
|
|
2563
2563
|
function Ja(e) {
|
|
2564
2564
|
requestAnimationFrame(() => {
|
|
2565
|
-
Qa(),
|
|
2565
|
+
Qa(), ve.size === 0 ? e() : Ft.add(e);
|
|
2566
2566
|
});
|
|
2567
2567
|
}
|
|
2568
2568
|
function Za(e) {
|
|
@@ -2570,7 +2570,7 @@ function Za(e) {
|
|
|
2570
2570
|
}
|
|
2571
2571
|
const es = typeof Element < "u" && "checkVisibility" in Element.prototype;
|
|
2572
2572
|
function ts(e) {
|
|
2573
|
-
const t =
|
|
2573
|
+
const t = lt(e);
|
|
2574
2574
|
if (!(e instanceof t.HTMLElement) && !(e instanceof t.SVGElement)) return !1;
|
|
2575
2575
|
let { display: n, visibility: r } = e.style, o = n !== "none" && r !== "hidden" && r !== "collapse";
|
|
2576
2576
|
if (o) {
|
|
@@ -2584,12 +2584,12 @@ function ns(e, t) {
|
|
|
2584
2584
|
return !e.hasAttribute("hidden") && // Ignore HiddenSelect when tree walking.
|
|
2585
2585
|
!e.hasAttribute("data-react-aria-prevent-focus") && (e.nodeName === "DETAILS" && t && t.nodeName !== "SUMMARY" ? e.hasAttribute("open") : !0);
|
|
2586
2586
|
}
|
|
2587
|
-
function
|
|
2587
|
+
function Bt(e, t) {
|
|
2588
2588
|
return es ? e.checkVisibility({
|
|
2589
2589
|
visibilityProperty: !0
|
|
2590
|
-
}) && !e.closest("[data-react-aria-prevent-focus]") : e.nodeName !== "#comment" && ts(e) && ns(e, t) && (!e.parentElement ||
|
|
2590
|
+
}) && !e.closest("[data-react-aria-prevent-focus]") : e.nodeName !== "#comment" && ts(e) && ns(e, t) && (!e.parentElement || Bt(e.parentElement, e));
|
|
2591
2591
|
}
|
|
2592
|
-
const
|
|
2592
|
+
const Vt = [
|
|
2593
2593
|
"input:not([disabled]):not([type=hidden])",
|
|
2594
2594
|
"select:not([disabled])",
|
|
2595
2595
|
"textarea:not([disabled])",
|
|
@@ -2604,14 +2604,14 @@ const Bt = [
|
|
|
2604
2604
|
"video[controls]",
|
|
2605
2605
|
'[contenteditable]:not([contenteditable^="false"])',
|
|
2606
2606
|
"permission"
|
|
2607
|
-
], rs =
|
|
2608
|
-
|
|
2609
|
-
const os =
|
|
2607
|
+
], rs = Vt.join(":not([hidden]),") + ",[tabindex]:not([disabled]):not([hidden])";
|
|
2608
|
+
Vt.push('[tabindex]:not([tabindex="-1"]):not([disabled])');
|
|
2609
|
+
const os = Vt.join(':not([hidden]):not([tabindex="-1"]),');
|
|
2610
2610
|
function as(e) {
|
|
2611
|
-
return e.matches(rs) &&
|
|
2611
|
+
return e.matches(rs) && Bt(e) && !Un(e);
|
|
2612
2612
|
}
|
|
2613
2613
|
function ss(e) {
|
|
2614
|
-
return e.matches(os) &&
|
|
2614
|
+
return e.matches(os) && Bt(e) && !Un(e);
|
|
2615
2615
|
}
|
|
2616
2616
|
function Un(e) {
|
|
2617
2617
|
let t = e;
|
|
@@ -2621,48 +2621,48 @@ function Un(e) {
|
|
|
2621
2621
|
}
|
|
2622
2622
|
return !1;
|
|
2623
2623
|
}
|
|
2624
|
-
let is = !1,
|
|
2625
|
-
function
|
|
2624
|
+
let is = !1, Ue = null, cs = /* @__PURE__ */ new Set(), Re = /* @__PURE__ */ new Map(), Se = !1, Wt = !1;
|
|
2625
|
+
function Kt(e, t) {
|
|
2626
2626
|
for (let n of cs) n(e, t);
|
|
2627
2627
|
}
|
|
2628
2628
|
function ls(e) {
|
|
2629
|
-
return !(e.metaKey || !
|
|
2629
|
+
return !(e.metaKey || !Ht() && e.altKey || e.ctrlKey || e.key === "Control" || e.key === "Shift" || e.key === "Meta");
|
|
2630
2630
|
}
|
|
2631
|
-
function
|
|
2632
|
-
Se = !0, ls(e) && (
|
|
2631
|
+
function ut(e) {
|
|
2632
|
+
Se = !0, ls(e) && (Ue = "keyboard", Kt("keyboard", e));
|
|
2633
2633
|
}
|
|
2634
|
-
function
|
|
2635
|
-
|
|
2634
|
+
function ne(e) {
|
|
2635
|
+
Ue = "pointer", (e.type === "mousedown" || e.type === "pointerdown") && (Se = !0, Kt("pointer", e));
|
|
2636
2636
|
}
|
|
2637
2637
|
function Gn(e) {
|
|
2638
|
-
Za(e) && (Se = !0,
|
|
2638
|
+
Za(e) && (Se = !0, Ue = "virtual");
|
|
2639
2639
|
}
|
|
2640
2640
|
function Qn(e) {
|
|
2641
|
-
e.target === window || e.target === document || is || !e.isTrusted || (!Se && !
|
|
2641
|
+
e.target === window || e.target === document || is || !e.isTrusted || (!Se && !Wt && (Ue = "virtual", Kt("virtual", e)), Se = !1, Wt = !1);
|
|
2642
2642
|
}
|
|
2643
2643
|
function Jn() {
|
|
2644
|
-
Se = !1,
|
|
2644
|
+
Se = !1, Wt = !0;
|
|
2645
2645
|
}
|
|
2646
2646
|
function pn(e) {
|
|
2647
|
-
if (typeof window > "u" || typeof document > "u" ||
|
|
2648
|
-
const t =
|
|
2647
|
+
if (typeof window > "u" || typeof document > "u" || Re.get(lt(e))) return;
|
|
2648
|
+
const t = lt(e), n = K(e);
|
|
2649
2649
|
let r = t.HTMLElement.prototype.focus;
|
|
2650
2650
|
t.HTMLElement.prototype.focus = function() {
|
|
2651
2651
|
Se = !0, r.apply(this, arguments);
|
|
2652
|
-
}, n.addEventListener("keydown",
|
|
2652
|
+
}, n.addEventListener("keydown", ut, !0), n.addEventListener("keyup", ut, !0), n.addEventListener("click", Gn, !0), t.addEventListener("focus", Qn, !0), t.addEventListener("blur", Jn, !1), typeof PointerEvent < "u" ? (n.addEventListener("pointerdown", ne, !0), n.addEventListener("pointermove", ne, !0), n.addEventListener("pointerup", ne, !0)) : process.env.NODE_ENV === "test" && (n.addEventListener("mousedown", ne, !0), n.addEventListener("mousemove", ne, !0), n.addEventListener("mouseup", ne, !0)), t.addEventListener("beforeunload", () => {
|
|
2653
2653
|
Zn(e);
|
|
2654
2654
|
}, {
|
|
2655
2655
|
once: !0
|
|
2656
|
-
}),
|
|
2656
|
+
}), Re.set(t, {
|
|
2657
2657
|
focus: r
|
|
2658
2658
|
});
|
|
2659
2659
|
}
|
|
2660
2660
|
const Zn = (e, t) => {
|
|
2661
|
-
const n =
|
|
2662
|
-
t && r.removeEventListener("DOMContentLoaded", t),
|
|
2661
|
+
const n = lt(e), r = K(e);
|
|
2662
|
+
t && r.removeEventListener("DOMContentLoaded", t), Re.has(n) && (n.HTMLElement.prototype.focus = Re.get(n).focus, r.removeEventListener("keydown", ut, !0), r.removeEventListener("keyup", ut, !0), r.removeEventListener("click", Gn, !0), n.removeEventListener("focus", Qn, !0), n.removeEventListener("blur", Jn, !1), typeof PointerEvent < "u" ? (r.removeEventListener("pointerdown", ne, !0), r.removeEventListener("pointermove", ne, !0), r.removeEventListener("pointerup", ne, !0)) : process.env.NODE_ENV === "test" && (r.removeEventListener("mousedown", ne, !0), r.removeEventListener("mousemove", ne, !0), r.removeEventListener("mouseup", ne, !0)), Re.delete(n));
|
|
2663
2663
|
};
|
|
2664
2664
|
function us(e) {
|
|
2665
|
-
const t =
|
|
2665
|
+
const t = K(e);
|
|
2666
2666
|
let n;
|
|
2667
2667
|
return t.readyState !== "loading" ? pn(e) : (n = () => {
|
|
2668
2668
|
pn(e);
|
|
@@ -2670,37 +2670,37 @@ function us(e) {
|
|
|
2670
2670
|
}
|
|
2671
2671
|
typeof document < "u" && us();
|
|
2672
2672
|
function er() {
|
|
2673
|
-
return
|
|
2673
|
+
return Ue;
|
|
2674
2674
|
}
|
|
2675
2675
|
function ds(e) {
|
|
2676
|
-
const t =
|
|
2676
|
+
const t = K(e), n = oe(t);
|
|
2677
2677
|
if (er() === "virtual") {
|
|
2678
2678
|
let r = n;
|
|
2679
2679
|
Ja(() => {
|
|
2680
|
-
|
|
2680
|
+
oe(t) === r && e.isConnected && hn(e);
|
|
2681
2681
|
});
|
|
2682
2682
|
} else hn(e);
|
|
2683
2683
|
}
|
|
2684
|
-
const gn = /* @__PURE__ */ We.createContext(null),
|
|
2684
|
+
const gn = /* @__PURE__ */ We.createContext(null), At = "react-aria-focus-scope-restore";
|
|
2685
2685
|
let _ = null;
|
|
2686
2686
|
function fs(e) {
|
|
2687
|
-
let { children: t, contain: n, restoreFocus: r, autoFocus: o } = e, a =
|
|
2687
|
+
let { children: t, contain: n, restoreFocus: r, autoFocus: o } = e, a = E(null), s = E(null), i = E([]), { parentNode: l } = mt(gn) || {}, c = le(() => new Yt({
|
|
2688
2688
|
scopeRef: i
|
|
2689
2689
|
}), [
|
|
2690
2690
|
i
|
|
2691
2691
|
]);
|
|
2692
2692
|
ue(() => {
|
|
2693
|
-
let m = l ||
|
|
2694
|
-
if (
|
|
2695
|
-
let h =
|
|
2693
|
+
let m = l || H.root;
|
|
2694
|
+
if (H.getTreeNode(m.scopeRef) && _ && !dt(_, m.scopeRef)) {
|
|
2695
|
+
let h = H.getTreeNode(_);
|
|
2696
2696
|
h && (m = h);
|
|
2697
2697
|
}
|
|
2698
|
-
m.addChild(c),
|
|
2698
|
+
m.addChild(c), H.addNode(c);
|
|
2699
2699
|
}, [
|
|
2700
2700
|
c,
|
|
2701
2701
|
l
|
|
2702
2702
|
]), ue(() => {
|
|
2703
|
-
let m =
|
|
2703
|
+
let m = H.getTreeNode(i);
|
|
2704
2704
|
m && (m.contain = !!n);
|
|
2705
2705
|
}, [
|
|
2706
2706
|
n
|
|
@@ -2708,29 +2708,29 @@ function fs(e) {
|
|
|
2708
2708
|
var m;
|
|
2709
2709
|
let h = (m = a.current) === null || m === void 0 ? void 0 : m.nextSibling, b = [], x = (N) => N.stopPropagation();
|
|
2710
2710
|
for (; h && h !== s.current; )
|
|
2711
|
-
b.push(h), h.addEventListener(
|
|
2711
|
+
b.push(h), h.addEventListener(At, x), h = h.nextSibling;
|
|
2712
2712
|
return i.current = b, () => {
|
|
2713
|
-
for (let N of b) N.removeEventListener(
|
|
2713
|
+
for (let N of b) N.removeEventListener(At, x);
|
|
2714
2714
|
};
|
|
2715
2715
|
}, [
|
|
2716
2716
|
t
|
|
2717
|
-
]), gs(i, r, n), bs(i, n), vs(i, r, n), ps(i, o),
|
|
2718
|
-
const m =
|
|
2717
|
+
]), gs(i, r, n), bs(i, n), vs(i, r, n), ps(i, o), R(() => {
|
|
2718
|
+
const m = oe(K(i.current ? i.current[0] : void 0));
|
|
2719
2719
|
let h = null;
|
|
2720
|
-
if (
|
|
2721
|
-
for (let b of
|
|
2722
|
-
h ===
|
|
2720
|
+
if (re(m, i.current)) {
|
|
2721
|
+
for (let b of H.traverse()) b.scopeRef && re(m, b.scopeRef.current) && (h = b);
|
|
2722
|
+
h === H.getTreeNode(i) && (_ = h.scopeRef);
|
|
2723
2723
|
}
|
|
2724
2724
|
}, [
|
|
2725
2725
|
i
|
|
2726
2726
|
]), ue(() => () => {
|
|
2727
2727
|
var m, h, b;
|
|
2728
|
-
let x = (b = (h =
|
|
2729
|
-
(i === _ ||
|
|
2728
|
+
let x = (b = (h = H.getTreeNode(i)) === null || h === void 0 || (m = h.parent) === null || m === void 0 ? void 0 : m.scopeRef) !== null && b !== void 0 ? b : null;
|
|
2729
|
+
(i === _ || dt(i, _)) && (!x || H.getTreeNode(x)) && (_ = x), H.removeTreeNode(i);
|
|
2730
2730
|
}, [
|
|
2731
2731
|
i
|
|
2732
2732
|
]);
|
|
2733
|
-
let u = le(() => ms(i), []),
|
|
2733
|
+
let u = le(() => ms(i), []), f = le(() => ({
|
|
2734
2734
|
focusManager: u,
|
|
2735
2735
|
parentNode: c
|
|
2736
2736
|
}), [
|
|
@@ -2738,7 +2738,7 @@ function fs(e) {
|
|
|
2738
2738
|
u
|
|
2739
2739
|
]);
|
|
2740
2740
|
return /* @__PURE__ */ We.createElement(gn.Provider, {
|
|
2741
|
-
value:
|
|
2741
|
+
value: f
|
|
2742
2742
|
}, /* @__PURE__ */ We.createElement("span", {
|
|
2743
2743
|
"data-focus-scope-start": !0,
|
|
2744
2744
|
hidden: !0,
|
|
@@ -2754,50 +2754,50 @@ function ms(e) {
|
|
|
2754
2754
|
focusNext(t = {}) {
|
|
2755
2755
|
let n = e.current, { from: r, tabbable: o, wrap: a, accept: s } = t;
|
|
2756
2756
|
var i;
|
|
2757
|
-
let l = r ||
|
|
2757
|
+
let l = r || oe(K((i = n[0]) !== null && i !== void 0 ? i : void 0)), c = n[0].previousElementSibling, u = Ne(n), f = we(u, {
|
|
2758
2758
|
tabbable: o,
|
|
2759
2759
|
accept: s
|
|
2760
2760
|
}, n);
|
|
2761
|
-
|
|
2762
|
-
let m =
|
|
2763
|
-
return !m && a && (
|
|
2761
|
+
f.currentNode = re(l, n) ? l : c;
|
|
2762
|
+
let m = f.nextNode();
|
|
2763
|
+
return !m && a && (f.currentNode = c, m = f.nextNode()), m && me(m, !0), m;
|
|
2764
2764
|
},
|
|
2765
2765
|
focusPrevious(t = {}) {
|
|
2766
2766
|
let n = e.current, { from: r, tabbable: o, wrap: a, accept: s } = t;
|
|
2767
2767
|
var i;
|
|
2768
|
-
let l = r ||
|
|
2768
|
+
let l = r || oe(K((i = n[0]) !== null && i !== void 0 ? i : void 0)), c = n[n.length - 1].nextElementSibling, u = Ne(n), f = we(u, {
|
|
2769
2769
|
tabbable: o,
|
|
2770
2770
|
accept: s
|
|
2771
2771
|
}, n);
|
|
2772
|
-
|
|
2773
|
-
let m =
|
|
2774
|
-
return !m && a && (
|
|
2772
|
+
f.currentNode = re(l, n) ? l : c;
|
|
2773
|
+
let m = f.previousNode();
|
|
2774
|
+
return !m && a && (f.currentNode = c, m = f.previousNode()), m && me(m, !0), m;
|
|
2775
2775
|
},
|
|
2776
2776
|
focusFirst(t = {}) {
|
|
2777
|
-
let n = e.current, { tabbable: r, accept: o } = t, a = Ne(n), s =
|
|
2777
|
+
let n = e.current, { tabbable: r, accept: o } = t, a = Ne(n), s = we(a, {
|
|
2778
2778
|
tabbable: r,
|
|
2779
2779
|
accept: o
|
|
2780
2780
|
}, n);
|
|
2781
2781
|
s.currentNode = n[0].previousElementSibling;
|
|
2782
2782
|
let i = s.nextNode();
|
|
2783
|
-
return i &&
|
|
2783
|
+
return i && me(i, !0), i;
|
|
2784
2784
|
},
|
|
2785
2785
|
focusLast(t = {}) {
|
|
2786
|
-
let n = e.current, { tabbable: r, accept: o } = t, a = Ne(n), s =
|
|
2786
|
+
let n = e.current, { tabbable: r, accept: o } = t, a = Ne(n), s = we(a, {
|
|
2787
2787
|
tabbable: r,
|
|
2788
2788
|
accept: o
|
|
2789
2789
|
}, n);
|
|
2790
2790
|
s.currentNode = n[n.length - 1].nextElementSibling;
|
|
2791
2791
|
let i = s.previousNode();
|
|
2792
|
-
return i &&
|
|
2792
|
+
return i && me(i, !0), i;
|
|
2793
2793
|
}
|
|
2794
2794
|
};
|
|
2795
2795
|
}
|
|
2796
2796
|
function Ne(e) {
|
|
2797
2797
|
return e[0].parentElement;
|
|
2798
2798
|
}
|
|
2799
|
-
function
|
|
2800
|
-
let t =
|
|
2799
|
+
function je(e) {
|
|
2800
|
+
let t = H.getTreeNode(_);
|
|
2801
2801
|
for (; t && t.scopeRef !== e; ) {
|
|
2802
2802
|
if (t.contain) return !1;
|
|
2803
2803
|
t = t.parent;
|
|
@@ -2808,7 +2808,7 @@ function hs(e) {
|
|
|
2808
2808
|
if (e.checked) return !0;
|
|
2809
2809
|
let t = [];
|
|
2810
2810
|
if (!e.form) t = [
|
|
2811
|
-
...
|
|
2811
|
+
...K(e).querySelectorAll(`input[type="radio"][name="${CSS.escape(e.name)}"]`)
|
|
2812
2812
|
].filter((a) => !a.form);
|
|
2813
2813
|
else {
|
|
2814
2814
|
var n, r;
|
|
@@ -2820,37 +2820,37 @@ function hs(e) {
|
|
|
2820
2820
|
return t ? !t.some((a) => a.checked) : !1;
|
|
2821
2821
|
}
|
|
2822
2822
|
function bs(e, t) {
|
|
2823
|
-
let n =
|
|
2823
|
+
let n = E(void 0), r = E(void 0);
|
|
2824
2824
|
ue(() => {
|
|
2825
2825
|
let o = e.current;
|
|
2826
2826
|
if (!t) {
|
|
2827
2827
|
r.current && (cancelAnimationFrame(r.current), r.current = void 0);
|
|
2828
2828
|
return;
|
|
2829
2829
|
}
|
|
2830
|
-
const a =
|
|
2830
|
+
const a = K(o ? o[0] : void 0);
|
|
2831
2831
|
let s = (c) => {
|
|
2832
|
-
if (c.key !== "Tab" || c.altKey || c.ctrlKey || c.metaKey || !
|
|
2833
|
-
let u =
|
|
2834
|
-
if (!
|
|
2835
|
-
let m = Ne(
|
|
2832
|
+
if (c.key !== "Tab" || c.altKey || c.ctrlKey || c.metaKey || !je(e) || c.isComposing) return;
|
|
2833
|
+
let u = oe(a), f = e.current;
|
|
2834
|
+
if (!f || !re(u, f)) return;
|
|
2835
|
+
let m = Ne(f), h = we(m, {
|
|
2836
2836
|
tabbable: !0
|
|
2837
|
-
},
|
|
2837
|
+
}, f);
|
|
2838
2838
|
if (!u) return;
|
|
2839
2839
|
h.currentNode = u;
|
|
2840
2840
|
let b = c.shiftKey ? h.previousNode() : h.nextNode();
|
|
2841
|
-
b || (h.currentNode = c.shiftKey ?
|
|
2841
|
+
b || (h.currentNode = c.shiftKey ? f[f.length - 1].nextElementSibling : f[0].previousElementSibling, b = c.shiftKey ? h.previousNode() : h.nextNode()), c.preventDefault(), b && me(b, !0);
|
|
2842
2842
|
}, i = (c) => {
|
|
2843
|
-
(!_ ||
|
|
2843
|
+
(!_ || dt(_, e)) && re(Le(c), e.current) ? (_ = e, n.current = Le(c)) : je(e) && !Ee(Le(c), e) ? n.current ? n.current.focus() : _ && _.current && _t(_.current) : je(e) && (n.current = Le(c));
|
|
2844
2844
|
}, l = (c) => {
|
|
2845
2845
|
r.current && cancelAnimationFrame(r.current), r.current = requestAnimationFrame(() => {
|
|
2846
|
-
let u = er(),
|
|
2847
|
-
if (!
|
|
2846
|
+
let u = er(), f = (u === "virtual" || u === null) && qn() && Xn(), m = oe(a);
|
|
2847
|
+
if (!f && m && je(e) && !Ee(m, e)) {
|
|
2848
2848
|
_ = e;
|
|
2849
2849
|
let b = Le(c);
|
|
2850
2850
|
if (b && b.isConnected) {
|
|
2851
2851
|
var h;
|
|
2852
2852
|
n.current = b, (h = n.current) === null || h === void 0 || h.focus();
|
|
2853
|
-
} else _.current &&
|
|
2853
|
+
} else _.current && _t(_.current);
|
|
2854
2854
|
}
|
|
2855
2855
|
});
|
|
2856
2856
|
};
|
|
@@ -2869,25 +2869,25 @@ function bs(e, t) {
|
|
|
2869
2869
|
function tr(e) {
|
|
2870
2870
|
return Ee(e);
|
|
2871
2871
|
}
|
|
2872
|
-
function
|
|
2872
|
+
function re(e, t) {
|
|
2873
2873
|
return !e || !t ? !1 : t.some((n) => n.contains(e));
|
|
2874
2874
|
}
|
|
2875
2875
|
function Ee(e, t = null) {
|
|
2876
2876
|
if (e instanceof Element && e.closest("[data-react-aria-top-layer]")) return !0;
|
|
2877
|
-
for (let { scopeRef: n } of
|
|
2878
|
-
if (n &&
|
|
2877
|
+
for (let { scopeRef: n } of H.traverse(H.getTreeNode(t)))
|
|
2878
|
+
if (n && re(e, n.current)) return !0;
|
|
2879
2879
|
return !1;
|
|
2880
2880
|
}
|
|
2881
|
-
function
|
|
2881
|
+
function dt(e, t) {
|
|
2882
2882
|
var n;
|
|
2883
|
-
let r = (n =
|
|
2883
|
+
let r = (n = H.getTreeNode(t)) === null || n === void 0 ? void 0 : n.parent;
|
|
2884
2884
|
for (; r; ) {
|
|
2885
2885
|
if (r.scopeRef === e) return !0;
|
|
2886
2886
|
r = r.parent;
|
|
2887
2887
|
}
|
|
2888
2888
|
return !1;
|
|
2889
2889
|
}
|
|
2890
|
-
function
|
|
2890
|
+
function me(e, t = !1) {
|
|
2891
2891
|
if (e != null && !t) try {
|
|
2892
2892
|
ds(e);
|
|
2893
2893
|
} catch {
|
|
@@ -2898,25 +2898,25 @@ function fe(e, t = !1) {
|
|
|
2898
2898
|
}
|
|
2899
2899
|
}
|
|
2900
2900
|
function nr(e, t = !0) {
|
|
2901
|
-
let n = e[0].previousElementSibling, r = Ne(e), o =
|
|
2901
|
+
let n = e[0].previousElementSibling, r = Ne(e), o = we(r, {
|
|
2902
2902
|
tabbable: t
|
|
2903
2903
|
}, e);
|
|
2904
2904
|
o.currentNode = n;
|
|
2905
2905
|
let a = o.nextNode();
|
|
2906
|
-
return t && !a && (r = Ne(e), o =
|
|
2906
|
+
return t && !a && (r = Ne(e), o = we(r, {
|
|
2907
2907
|
tabbable: !1
|
|
2908
2908
|
}, e), o.currentNode = n, a = o.nextNode()), a;
|
|
2909
2909
|
}
|
|
2910
|
-
function
|
|
2911
|
-
|
|
2910
|
+
function _t(e, t = !0) {
|
|
2911
|
+
me(nr(e, t));
|
|
2912
2912
|
}
|
|
2913
2913
|
function ps(e, t) {
|
|
2914
2914
|
const n = We.useRef(t);
|
|
2915
|
-
|
|
2915
|
+
R(() => {
|
|
2916
2916
|
if (n.current) {
|
|
2917
2917
|
_ = e;
|
|
2918
|
-
const r =
|
|
2919
|
-
!
|
|
2918
|
+
const r = K(e.current ? e.current[0] : void 0);
|
|
2919
|
+
!re(oe(r), _.current) && e.current && _t(e.current);
|
|
2920
2920
|
}
|
|
2921
2921
|
n.current = !1;
|
|
2922
2922
|
}, [
|
|
@@ -2927,10 +2927,10 @@ function gs(e, t, n) {
|
|
|
2927
2927
|
ue(() => {
|
|
2928
2928
|
if (t || n) return;
|
|
2929
2929
|
let r = e.current;
|
|
2930
|
-
const o =
|
|
2930
|
+
const o = K(r ? r[0] : void 0);
|
|
2931
2931
|
let a = (s) => {
|
|
2932
2932
|
let i = Le(s);
|
|
2933
|
-
|
|
2933
|
+
re(i, e.current) ? _ = e : tr(i) || (_ = null);
|
|
2934
2934
|
};
|
|
2935
2935
|
return o.addEventListener("focusin", a, !1), r?.forEach((s) => s.addEventListener("focusin", a, !1)), () => {
|
|
2936
2936
|
o.removeEventListener("focusin", a, !1), r?.forEach((s) => s.removeEventListener("focusin", a, !1));
|
|
@@ -2942,7 +2942,7 @@ function gs(e, t, n) {
|
|
|
2942
2942
|
]);
|
|
2943
2943
|
}
|
|
2944
2944
|
function vn(e) {
|
|
2945
|
-
let t =
|
|
2945
|
+
let t = H.getTreeNode(_);
|
|
2946
2946
|
for (; t && t.scopeRef !== e; ) {
|
|
2947
2947
|
if (t.nodeToRestore) return !1;
|
|
2948
2948
|
t = t.parent;
|
|
@@ -2950,13 +2950,13 @@ function vn(e) {
|
|
|
2950
2950
|
return t?.scopeRef === e;
|
|
2951
2951
|
}
|
|
2952
2952
|
function vs(e, t, n) {
|
|
2953
|
-
const r =
|
|
2953
|
+
const r = E(typeof document < "u" ? oe(K(e.current ? e.current[0] : void 0)) : null);
|
|
2954
2954
|
ue(() => {
|
|
2955
2955
|
let o = e.current;
|
|
2956
|
-
const a =
|
|
2956
|
+
const a = K(o ? o[0] : void 0);
|
|
2957
2957
|
if (!t || n) return;
|
|
2958
2958
|
let s = () => {
|
|
2959
|
-
(!_ ||
|
|
2959
|
+
(!_ || dt(_, e)) && re(oe(a), e.current) && (_ = e);
|
|
2960
2960
|
};
|
|
2961
2961
|
return a.addEventListener("focusin", s, !1), o?.forEach((i) => i.addEventListener("focusin", s, !1)), () => {
|
|
2962
2962
|
a.removeEventListener("focusin", s, !1), o?.forEach((i) => i.removeEventListener("focusin", s, !1));
|
|
@@ -2965,25 +2965,25 @@ function vs(e, t, n) {
|
|
|
2965
2965
|
e,
|
|
2966
2966
|
n
|
|
2967
2967
|
]), ue(() => {
|
|
2968
|
-
const o =
|
|
2968
|
+
const o = K(e.current ? e.current[0] : void 0);
|
|
2969
2969
|
if (!t) return;
|
|
2970
2970
|
let a = (s) => {
|
|
2971
|
-
if (s.key !== "Tab" || s.altKey || s.ctrlKey || s.metaKey || !
|
|
2971
|
+
if (s.key !== "Tab" || s.altKey || s.ctrlKey || s.metaKey || !je(e) || s.isComposing) return;
|
|
2972
2972
|
let i = o.activeElement;
|
|
2973
2973
|
if (!Ee(i, e) || !vn(e)) return;
|
|
2974
|
-
let l =
|
|
2974
|
+
let l = H.getTreeNode(e);
|
|
2975
2975
|
if (!l) return;
|
|
2976
|
-
let c = l.nodeToRestore, u =
|
|
2976
|
+
let c = l.nodeToRestore, u = we(o.body, {
|
|
2977
2977
|
tabbable: !0
|
|
2978
2978
|
});
|
|
2979
2979
|
u.currentNode = i;
|
|
2980
|
-
let
|
|
2981
|
-
if ((!c || !c.isConnected || c === o.body) && (c = void 0, l.nodeToRestore = void 0), (!
|
|
2980
|
+
let f = s.shiftKey ? u.previousNode() : u.nextNode();
|
|
2981
|
+
if ((!c || !c.isConnected || c === o.body) && (c = void 0, l.nodeToRestore = void 0), (!f || !Ee(f, e)) && c) {
|
|
2982
2982
|
u.currentNode = c;
|
|
2983
2983
|
do
|
|
2984
|
-
|
|
2985
|
-
while (Ee(
|
|
2986
|
-
s.preventDefault(), s.stopPropagation(),
|
|
2984
|
+
f = s.shiftKey ? u.previousNode() : u.nextNode();
|
|
2985
|
+
while (Ee(f, e));
|
|
2986
|
+
s.preventDefault(), s.stopPropagation(), f ? me(f, !0) : tr(c) ? me(c, !0) : i.blur();
|
|
2987
2987
|
}
|
|
2988
2988
|
};
|
|
2989
2989
|
return n || o.addEventListener("keydown", a, !0), () => {
|
|
@@ -2994,34 +2994,34 @@ function vs(e, t, n) {
|
|
|
2994
2994
|
t,
|
|
2995
2995
|
n
|
|
2996
2996
|
]), ue(() => {
|
|
2997
|
-
const o =
|
|
2997
|
+
const o = K(e.current ? e.current[0] : void 0);
|
|
2998
2998
|
if (!t) return;
|
|
2999
|
-
let a =
|
|
2999
|
+
let a = H.getTreeNode(e);
|
|
3000
3000
|
if (a) {
|
|
3001
3001
|
var s;
|
|
3002
3002
|
return a.nodeToRestore = (s = r.current) !== null && s !== void 0 ? s : void 0, () => {
|
|
3003
|
-
let i =
|
|
3003
|
+
let i = H.getTreeNode(e);
|
|
3004
3004
|
if (!i) return;
|
|
3005
|
-
let l = i.nodeToRestore, c =
|
|
3005
|
+
let l = i.nodeToRestore, c = oe(o);
|
|
3006
3006
|
if (t && l && (c && Ee(c, e) || c === o.body && vn(e))) {
|
|
3007
|
-
let u =
|
|
3007
|
+
let u = H.clone();
|
|
3008
3008
|
requestAnimationFrame(() => {
|
|
3009
3009
|
if (o.activeElement === o.body) {
|
|
3010
|
-
let
|
|
3011
|
-
for (;
|
|
3012
|
-
if (
|
|
3013
|
-
wn(
|
|
3010
|
+
let f = u.getTreeNode(e);
|
|
3011
|
+
for (; f; ) {
|
|
3012
|
+
if (f.nodeToRestore && f.nodeToRestore.isConnected) {
|
|
3013
|
+
wn(f.nodeToRestore);
|
|
3014
3014
|
return;
|
|
3015
3015
|
}
|
|
3016
|
-
|
|
3016
|
+
f = f.parent;
|
|
3017
3017
|
}
|
|
3018
|
-
for (
|
|
3019
|
-
if (
|
|
3020
|
-
let m = nr(
|
|
3018
|
+
for (f = u.getTreeNode(e); f; ) {
|
|
3019
|
+
if (f.scopeRef && f.scopeRef.current && H.getTreeNode(f.scopeRef)) {
|
|
3020
|
+
let m = nr(f.scopeRef.current, !0);
|
|
3021
3021
|
wn(m);
|
|
3022
3022
|
return;
|
|
3023
3023
|
}
|
|
3024
|
-
|
|
3024
|
+
f = f.parent;
|
|
3025
3025
|
}
|
|
3026
3026
|
}
|
|
3027
3027
|
});
|
|
@@ -3034,21 +3034,21 @@ function vs(e, t, n) {
|
|
|
3034
3034
|
]);
|
|
3035
3035
|
}
|
|
3036
3036
|
function wn(e) {
|
|
3037
|
-
e.dispatchEvent(new CustomEvent(
|
|
3037
|
+
e.dispatchEvent(new CustomEvent(At, {
|
|
3038
3038
|
bubbles: !0,
|
|
3039
3039
|
cancelable: !0
|
|
3040
|
-
})) &&
|
|
3040
|
+
})) && me(e);
|
|
3041
3041
|
}
|
|
3042
|
-
function
|
|
3043
|
-
let r = t?.tabbable ? ss : as, o = e?.nodeType === Node.ELEMENT_NODE ? e : null, a =
|
|
3042
|
+
function we(e, t, n) {
|
|
3043
|
+
let r = t?.tabbable ? ss : as, o = e?.nodeType === Node.ELEMENT_NODE ? e : null, a = K(o), s = Ba(a, e || a, NodeFilter.SHOW_ELEMENT, {
|
|
3044
3044
|
acceptNode(i) {
|
|
3045
3045
|
var l;
|
|
3046
|
-
return !(t == null || (l = t.from) === null || l === void 0) && l.contains(i) || t?.tabbable && i.tagName === "INPUT" && i.getAttribute("type") === "radio" && (!hs(i) || s.currentNode.tagName === "INPUT" && s.currentNode.type === "radio" && s.currentNode.name === i.name) ? NodeFilter.FILTER_REJECT : r(i) && (!n ||
|
|
3046
|
+
return !(t == null || (l = t.from) === null || l === void 0) && l.contains(i) || t?.tabbable && i.tagName === "INPUT" && i.getAttribute("type") === "radio" && (!hs(i) || s.currentNode.tagName === "INPUT" && s.currentNode.type === "radio" && s.currentNode.name === i.name) ? NodeFilter.FILTER_REJECT : r(i) && (!n || re(i, n)) && (!t?.accept || t.accept(i)) ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP;
|
|
3047
3047
|
}
|
|
3048
3048
|
});
|
|
3049
3049
|
return t?.from && (s.currentNode = t.from), s;
|
|
3050
3050
|
}
|
|
3051
|
-
class
|
|
3051
|
+
class Xt {
|
|
3052
3052
|
get size() {
|
|
3053
3053
|
return this.fastMap.size;
|
|
3054
3054
|
}
|
|
@@ -3058,7 +3058,7 @@ class Kt {
|
|
|
3058
3058
|
addTreeNode(t, n, r) {
|
|
3059
3059
|
let o = this.fastMap.get(n ?? null);
|
|
3060
3060
|
if (!o) return;
|
|
3061
|
-
let a = new
|
|
3061
|
+
let a = new Yt({
|
|
3062
3062
|
scopeRef: t
|
|
3063
3063
|
});
|
|
3064
3064
|
o.addChild(a), a.parent = o, this.fastMap.set(t, a), r && (a.nodeToRestore = r);
|
|
@@ -3071,7 +3071,7 @@ class Kt {
|
|
|
3071
3071
|
let n = this.fastMap.get(t);
|
|
3072
3072
|
if (!n) return;
|
|
3073
3073
|
let r = n.parent;
|
|
3074
|
-
for (let a of this.traverse()) a !== n && n.nodeToRestore && a.nodeToRestore && n.scopeRef && n.scopeRef.current &&
|
|
3074
|
+
for (let a of this.traverse()) a !== n && n.nodeToRestore && a.nodeToRestore && n.scopeRef && n.scopeRef.current && re(a.nodeToRestore, n.scopeRef.current) && (a.nodeToRestore = n.nodeToRestore);
|
|
3075
3075
|
let o = n.children;
|
|
3076
3076
|
r && (r.removeChild(n), o.size > 0 && o.forEach((a) => r && r.addChild(a))), this.fastMap.delete(n.scopeRef);
|
|
3077
3077
|
}
|
|
@@ -3081,18 +3081,18 @@ class Kt {
|
|
|
3081
3081
|
}
|
|
3082
3082
|
clone() {
|
|
3083
3083
|
var t;
|
|
3084
|
-
let n = new
|
|
3084
|
+
let n = new Xt();
|
|
3085
3085
|
var r;
|
|
3086
3086
|
for (let o of this.traverse()) n.addTreeNode(o.scopeRef, (r = (t = o.parent) === null || t === void 0 ? void 0 : t.scopeRef) !== null && r !== void 0 ? r : null, o.nodeToRestore);
|
|
3087
3087
|
return n;
|
|
3088
3088
|
}
|
|
3089
3089
|
constructor() {
|
|
3090
|
-
this.fastMap = /* @__PURE__ */ new Map(), this.root = new
|
|
3090
|
+
this.fastMap = /* @__PURE__ */ new Map(), this.root = new Yt({
|
|
3091
3091
|
scopeRef: null
|
|
3092
3092
|
}), this.fastMap.set(null, this.root);
|
|
3093
3093
|
}
|
|
3094
3094
|
}
|
|
3095
|
-
class
|
|
3095
|
+
class Yt {
|
|
3096
3096
|
addChild(t) {
|
|
3097
3097
|
this.children.add(t), t.parent = this;
|
|
3098
3098
|
}
|
|
@@ -3103,8 +3103,8 @@ class _t {
|
|
|
3103
3103
|
this.children = /* @__PURE__ */ new Set(), this.contain = !1, this.scopeRef = t.scopeRef;
|
|
3104
3104
|
}
|
|
3105
3105
|
}
|
|
3106
|
-
let
|
|
3107
|
-
const
|
|
3106
|
+
let H = new Xt();
|
|
3107
|
+
const qt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
3108
3108
|
children: e,
|
|
3109
3109
|
customTrigger: t,
|
|
3110
3110
|
triggerContent: n,
|
|
@@ -3116,7 +3116,7 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3116
3116
|
closeOnEscape: l = !0,
|
|
3117
3117
|
closeOnClickAway: c = !0,
|
|
3118
3118
|
scrollerId: u,
|
|
3119
|
-
onOpen:
|
|
3119
|
+
onOpen: f,
|
|
3120
3120
|
onClose: m,
|
|
3121
3121
|
maxHeight: h = "400px",
|
|
3122
3122
|
minWidth: b = "200px",
|
|
@@ -3124,11 +3124,11 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3124
3124
|
}) => {
|
|
3125
3125
|
const {
|
|
3126
3126
|
triggerRef: N,
|
|
3127
|
-
triggerProps:
|
|
3128
|
-
popoverRef:
|
|
3129
|
-
getPopoverPosition:
|
|
3130
|
-
open:
|
|
3131
|
-
toggle:
|
|
3127
|
+
triggerProps: T,
|
|
3128
|
+
popoverRef: $,
|
|
3129
|
+
getPopoverPosition: Y,
|
|
3130
|
+
open: M,
|
|
3131
|
+
toggle: O,
|
|
3132
3132
|
close: v
|
|
3133
3133
|
} = jn({
|
|
3134
3134
|
align: r,
|
|
@@ -3136,7 +3136,7 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3136
3136
|
offset: a,
|
|
3137
3137
|
scrollerId: u,
|
|
3138
3138
|
onOpen: () => {
|
|
3139
|
-
|
|
3139
|
+
f?.();
|
|
3140
3140
|
},
|
|
3141
3141
|
onClose: () => {
|
|
3142
3142
|
m?.();
|
|
@@ -3144,28 +3144,28 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3144
3144
|
});
|
|
3145
3145
|
qr(
|
|
3146
3146
|
{
|
|
3147
|
-
Escape: (
|
|
3148
|
-
l && (
|
|
3147
|
+
Escape: (D) => {
|
|
3148
|
+
l && (D.preventDefault(), v(), N.current?.focus());
|
|
3149
3149
|
}
|
|
3150
3150
|
},
|
|
3151
|
-
{ enabled:
|
|
3152
|
-
), In(
|
|
3153
|
-
!c || !N.current || !
|
|
3151
|
+
{ enabled: M }
|
|
3152
|
+
), In($, (D) => {
|
|
3153
|
+
!c || !N.current || !M || !D.target || N.current.contains(D.target) || v();
|
|
3154
3154
|
});
|
|
3155
|
-
const w =
|
|
3155
|
+
const w = Y();
|
|
3156
3156
|
return /* @__PURE__ */ g(kn, { children: [
|
|
3157
3157
|
t ? t({
|
|
3158
3158
|
triggerRef: N,
|
|
3159
|
-
triggerProps:
|
|
3160
|
-
toggle:
|
|
3161
|
-
open:
|
|
3159
|
+
triggerProps: T,
|
|
3160
|
+
toggle: O,
|
|
3161
|
+
open: M,
|
|
3162
3162
|
close: v
|
|
3163
|
-
}) : /* @__PURE__ */
|
|
3163
|
+
}) : /* @__PURE__ */ d(
|
|
3164
3164
|
"button",
|
|
3165
3165
|
{
|
|
3166
3166
|
ref: N,
|
|
3167
|
-
...
|
|
3168
|
-
onClick:
|
|
3167
|
+
...T,
|
|
3168
|
+
onClick: O,
|
|
3169
3169
|
className: y(
|
|
3170
3170
|
"outline-none p-2 rounded-md transition-colors",
|
|
3171
3171
|
"hover:bg-base-3 focus-visible:bg-base-3 focus-visible:ring-2 focus-visible:ring-brand",
|
|
@@ -3174,7 +3174,7 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3174
3174
|
children: n
|
|
3175
3175
|
}
|
|
3176
3176
|
),
|
|
3177
|
-
/* @__PURE__ */
|
|
3177
|
+
/* @__PURE__ */ d(Rt, { children: M && /* @__PURE__ */ d(qt, { children: /* @__PURE__ */ d(fs, { contain: !0, restoreFocus: !0, autoFocus: !0, children: /* @__PURE__ */ d(
|
|
3178
3178
|
ke.div,
|
|
3179
3179
|
{
|
|
3180
3180
|
initial: {
|
|
@@ -3193,7 +3193,7 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3193
3193
|
duration: 0.2,
|
|
3194
3194
|
bounce: 0.1
|
|
3195
3195
|
},
|
|
3196
|
-
ref:
|
|
3196
|
+
ref: $,
|
|
3197
3197
|
style: {
|
|
3198
3198
|
position: "fixed",
|
|
3199
3199
|
left: w.x,
|
|
@@ -3210,7 +3210,7 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3210
3210
|
"customscrollbar overflow-auto",
|
|
3211
3211
|
s
|
|
3212
3212
|
),
|
|
3213
|
-
children: typeof e == "function" ? e(
|
|
3213
|
+
children: typeof e == "function" ? e(O) : e
|
|
3214
3214
|
}
|
|
3215
3215
|
) }) }) })
|
|
3216
3216
|
] });
|
|
@@ -3219,12 +3219,12 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3219
3219
|
subtitle: t,
|
|
3220
3220
|
onClose: n,
|
|
3221
3221
|
className: r
|
|
3222
|
-
}) => /* @__PURE__ */
|
|
3222
|
+
}) => /* @__PURE__ */ d("div", { className: y("p-4 border-b border-base-4", r), children: /* @__PURE__ */ g("div", { className: "flex items-start justify-between", children: [
|
|
3223
3223
|
/* @__PURE__ */ g("div", { children: [
|
|
3224
|
-
/* @__PURE__ */
|
|
3225
|
-
t && /* @__PURE__ */
|
|
3224
|
+
/* @__PURE__ */ d("h3", { className: "font-semibold text-base-12", children: e }),
|
|
3225
|
+
t && /* @__PURE__ */ d("p", { className: "text-sm text-base-11 mt-1", children: t })
|
|
3226
3226
|
] }),
|
|
3227
|
-
n && /* @__PURE__ */
|
|
3227
|
+
n && /* @__PURE__ */ d(
|
|
3228
3228
|
"button",
|
|
3229
3229
|
{
|
|
3230
3230
|
onClick: n,
|
|
@@ -3235,10 +3235,10 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3235
3235
|
] }) }), Ci = ({
|
|
3236
3236
|
children: e,
|
|
3237
3237
|
className: t
|
|
3238
|
-
}) => /* @__PURE__ */
|
|
3238
|
+
}) => /* @__PURE__ */ d("div", { className: y("p-4", t), children: e }), Pi = ({
|
|
3239
3239
|
children: e,
|
|
3240
3240
|
className: t
|
|
3241
|
-
}) => /* @__PURE__ */
|
|
3241
|
+
}) => /* @__PURE__ */ d("div", { className: y("p-4 border-t border-base-4", t), children: e }), ys = (e, t) => {
|
|
3242
3242
|
const n = new Date(2023, 0, 1), r = [];
|
|
3243
3243
|
for (let o = 0; o < 7; o++) {
|
|
3244
3244
|
const a = new Date(n);
|
|
@@ -3260,31 +3260,31 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3260
3260
|
weekStartsOnMonday: i = !0,
|
|
3261
3261
|
className: l = ""
|
|
3262
3262
|
}) => {
|
|
3263
|
-
const [c, u] =
|
|
3263
|
+
const [c, u] = j(e || /* @__PURE__ */ new Date()), [f, m] = j(
|
|
3264
3264
|
e || /* @__PURE__ */ new Date()
|
|
3265
|
-
), h =
|
|
3265
|
+
), h = E(null), b = le(() => n ? new Set(
|
|
3266
3266
|
n.map((v) => new Date(v).toDateString())
|
|
3267
3267
|
) : /* @__PURE__ */ new Set(), [n]), x = le(() => new Set(r || []), [r]), N = le(() => {
|
|
3268
|
-
const v = fo(c), w = co(c),
|
|
3268
|
+
const v = fo(c), w = co(c), D = new Date(v), W = new Date(w);
|
|
3269
3269
|
if (i) {
|
|
3270
|
-
const
|
|
3271
|
-
|
|
3272
|
-
const
|
|
3273
|
-
|
|
3270
|
+
const V = v.getDay(), B = V === 0 ? 6 : V - 1;
|
|
3271
|
+
D.setDate(v.getDate() - B);
|
|
3272
|
+
const I = w.getDay(), C = I === 0 ? 0 : 7 - I;
|
|
3273
|
+
W.setDate(w.getDate() + C);
|
|
3274
3274
|
} else
|
|
3275
|
-
|
|
3276
|
-
return uo({ start:
|
|
3277
|
-
}, [c, i]),
|
|
3278
|
-
() => ys(s ??
|
|
3275
|
+
D.setDate(v.getDate() - v.getDay()), W.setDate(w.getDate() + (6 - w.getDay()));
|
|
3276
|
+
return uo({ start: D, end: W });
|
|
3277
|
+
}, [c, i]), T = le(
|
|
3278
|
+
() => ys(s ?? Be, i),
|
|
3279
3279
|
[s, i]
|
|
3280
|
-
),
|
|
3281
|
-
const w = v.toDateString(),
|
|
3282
|
-
return !(b.has(w) || x.has(
|
|
3283
|
-
},
|
|
3284
|
-
|
|
3285
|
-
},
|
|
3286
|
-
if (!
|
|
3287
|
-
let w = new Date(
|
|
3280
|
+
), $ = (v) => {
|
|
3281
|
+
const w = v.toDateString(), D = v.getDay();
|
|
3282
|
+
return !(b.has(w) || x.has(D) || o && v < o || a && v > a);
|
|
3283
|
+
}, Y = (v) => {
|
|
3284
|
+
$(v) && t && t(v), m(v);
|
|
3285
|
+
}, M = (v) => {
|
|
3286
|
+
if (!f) return;
|
|
3287
|
+
let w = new Date(f), D = !0, W, V;
|
|
3288
3288
|
switch (v.key) {
|
|
3289
3289
|
case "ArrowUp":
|
|
3290
3290
|
w.setDate(w.getDate() - 7);
|
|
@@ -3299,28 +3299,28 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3299
3299
|
w.setDate(w.getDate() + 1);
|
|
3300
3300
|
break;
|
|
3301
3301
|
case "Home":
|
|
3302
|
-
|
|
3302
|
+
W = w.getDay(), w.setDate(w.getDate() - W);
|
|
3303
3303
|
break;
|
|
3304
3304
|
case "End":
|
|
3305
|
-
|
|
3305
|
+
V = w.getDay(), w.setDate(w.getDate() + (6 - V));
|
|
3306
3306
|
break;
|
|
3307
3307
|
case "PageUp":
|
|
3308
|
-
w = v.shiftKey ?
|
|
3308
|
+
w = v.shiftKey ? Mt(w, 12) : Mt(w, 1);
|
|
3309
3309
|
break;
|
|
3310
3310
|
case "PageDown":
|
|
3311
|
-
w = v.shiftKey ?
|
|
3311
|
+
w = v.shiftKey ? rt(w, 12) : rt(w, 1);
|
|
3312
3312
|
break;
|
|
3313
3313
|
case "Enter":
|
|
3314
3314
|
case " ":
|
|
3315
|
-
|
|
3315
|
+
$(f) && t && t(f);
|
|
3316
3316
|
break;
|
|
3317
3317
|
default:
|
|
3318
|
-
|
|
3318
|
+
D = !1;
|
|
3319
3319
|
}
|
|
3320
|
-
|
|
3321
|
-
},
|
|
3320
|
+
D && (v.preventDefault(), w.getTime() !== f.getTime() && (m(w), fn(w, c) || u(w)));
|
|
3321
|
+
}, O = (v) => {
|
|
3322
3322
|
u(
|
|
3323
|
-
(w) => v === "prev" ?
|
|
3323
|
+
(w) => v === "prev" ? Mt(w, 1) : rt(w, 1)
|
|
3324
3324
|
);
|
|
3325
3325
|
};
|
|
3326
3326
|
return /* @__PURE__ */ g(
|
|
@@ -3331,33 +3331,33 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3331
3331
|
"dark-theme:bg-base-3 border border-base-5 dark-theme:border-base-4 rounded-6 px-4 pt-3 pb-4 w-full lg:w-80",
|
|
3332
3332
|
l
|
|
3333
3333
|
),
|
|
3334
|
-
onKeyDown:
|
|
3334
|
+
onKeyDown: M,
|
|
3335
3335
|
tabIndex: 0,
|
|
3336
3336
|
role: "grid",
|
|
3337
3337
|
"aria-label": "Calendar",
|
|
3338
3338
|
children: [
|
|
3339
3339
|
/* @__PURE__ */ g("div", { className: "flex items-center justify-between", children: [
|
|
3340
|
-
/* @__PURE__ */
|
|
3341
|
-
|
|
3340
|
+
/* @__PURE__ */ d(
|
|
3341
|
+
J,
|
|
3342
3342
|
{
|
|
3343
|
-
onClick: () =>
|
|
3343
|
+
onClick: () => O("prev"),
|
|
3344
3344
|
size: "iconSm",
|
|
3345
3345
|
"aria-label": "Previous month",
|
|
3346
|
-
children: /* @__PURE__ */
|
|
3346
|
+
children: /* @__PURE__ */ d(Dn, { size: 16 })
|
|
3347
3347
|
}
|
|
3348
3348
|
),
|
|
3349
|
-
/* @__PURE__ */
|
|
3350
|
-
/* @__PURE__ */
|
|
3351
|
-
|
|
3349
|
+
/* @__PURE__ */ d("h2", { className: "text-sm font-medium", children: Te(c, "MMMM yyyy") }),
|
|
3350
|
+
/* @__PURE__ */ d(
|
|
3351
|
+
J,
|
|
3352
3352
|
{
|
|
3353
|
-
onClick: () =>
|
|
3353
|
+
onClick: () => O("next"),
|
|
3354
3354
|
size: "iconSm",
|
|
3355
3355
|
"aria-label": "Next month",
|
|
3356
|
-
children: /* @__PURE__ */
|
|
3356
|
+
children: /* @__PURE__ */ d(Cn, { size: 16 })
|
|
3357
3357
|
}
|
|
3358
3358
|
)
|
|
3359
3359
|
] }),
|
|
3360
|
-
/* @__PURE__ */
|
|
3360
|
+
/* @__PURE__ */ d("div", { className: "grid grid-cols-7 gap-1 mt-4", role: "row", children: T.map((v) => /* @__PURE__ */ d(
|
|
3361
3361
|
"div",
|
|
3362
3362
|
{
|
|
3363
3363
|
className: "text-xs flex items-center w-8 justify-center text-base-11",
|
|
@@ -3366,28 +3366,28 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3366
3366
|
},
|
|
3367
3367
|
v
|
|
3368
3368
|
)) }),
|
|
3369
|
-
/* @__PURE__ */
|
|
3370
|
-
const
|
|
3371
|
-
return /* @__PURE__ */
|
|
3369
|
+
/* @__PURE__ */ d("div", { className: "grid grid-cols-7 gap-1 mt-4", role: "grid", children: N.map((v, w) => {
|
|
3370
|
+
const D = fn(v, c), W = e ? St(v, e) : !1, V = f && St(v, f), B = $(v), I = St(v, /* @__PURE__ */ new Date());
|
|
3371
|
+
return /* @__PURE__ */ d(
|
|
3372
3372
|
"button",
|
|
3373
3373
|
{
|
|
3374
|
-
onClick: () =>
|
|
3375
|
-
disabled: !
|
|
3376
|
-
tabIndex:
|
|
3374
|
+
onClick: () => Y(v),
|
|
3375
|
+
disabled: !B,
|
|
3376
|
+
tabIndex: V ? 0 : -1,
|
|
3377
3377
|
role: "gridcell",
|
|
3378
3378
|
"aria-label": `${v.toLocaleDateString("en-US", {
|
|
3379
3379
|
weekday: "long",
|
|
3380
3380
|
month: "long",
|
|
3381
3381
|
day: "numeric",
|
|
3382
3382
|
year: "numeric"
|
|
3383
|
-
})}${
|
|
3384
|
-
"aria-selected":
|
|
3385
|
-
"aria-disabled": !
|
|
3383
|
+
})}${W ? ", selected" : ""}${B ? "" : ", disabled"}`,
|
|
3384
|
+
"aria-selected": W,
|
|
3385
|
+
"aria-disabled": !B,
|
|
3386
3386
|
className: y(
|
|
3387
3387
|
"h-8 w-8 flex items-center outline-none justify-center rounded-6 hover:bg-base-4 text-sm relative",
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
(!
|
|
3388
|
+
D ? W ? "bg-brand text-brand-text hover:bg-brand" : I ? "text-base-12 ring-1 ring-base-8" : "text-base-12" : "text-base-9",
|
|
3389
|
+
V && "ring-1 ring-base-6",
|
|
3390
|
+
(!B || !D) && "pointer-events-none text-base-9"
|
|
3391
3391
|
),
|
|
3392
3392
|
children: Te(v, "d")
|
|
3393
3393
|
},
|
|
@@ -3398,12 +3398,12 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3398
3398
|
}
|
|
3399
3399
|
);
|
|
3400
3400
|
}, Oi = () => {
|
|
3401
|
-
const [e, t] =
|
|
3401
|
+
const [e, t] = j(
|
|
3402
3402
|
new Date(2025, 8, 21)
|
|
3403
3403
|
);
|
|
3404
|
-
return /* @__PURE__ */
|
|
3405
|
-
/* @__PURE__ */
|
|
3406
|
-
/* @__PURE__ */
|
|
3404
|
+
return /* @__PURE__ */ d("div", { className: "p-8 bg-gray-100 min-h-screen", children: /* @__PURE__ */ g("div", { className: "max-w-md mx-auto", children: [
|
|
3405
|
+
/* @__PURE__ */ d("h1", { className: "text-2xl font-bold mb-6 text-gray-800", children: "Calendar Date Picker Demo" }),
|
|
3406
|
+
/* @__PURE__ */ d("div", { className: "mb-6", children: /* @__PURE__ */ d(
|
|
3407
3407
|
rr,
|
|
3408
3408
|
{
|
|
3409
3409
|
selectedDate: e,
|
|
@@ -3420,8 +3420,8 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3420
3420
|
}
|
|
3421
3421
|
) }),
|
|
3422
3422
|
e && /* @__PURE__ */ g("div", { className: "bg-white p-4 rounded-lg shadow", children: [
|
|
3423
|
-
/* @__PURE__ */
|
|
3424
|
-
/* @__PURE__ */
|
|
3423
|
+
/* @__PURE__ */ d("h3", { className: "font-semibold text-gray-800 mb-2", children: "Selected Date:" }),
|
|
3424
|
+
/* @__PURE__ */ d("p", { className: "text-gray-600", children: e.toLocaleDateString("en-US", {
|
|
3425
3425
|
weekday: "long",
|
|
3426
3426
|
year: "numeric",
|
|
3427
3427
|
month: "long",
|
|
@@ -3433,39 +3433,39 @@ const Xt = ({ children: e, node: t }) => Mn(e, t ?? document.body), ws = ({
|
|
|
3433
3433
|
] })
|
|
3434
3434
|
] }),
|
|
3435
3435
|
/* @__PURE__ */ g("div", { className: "mt-6 bg-white p-4 rounded-lg shadow", children: [
|
|
3436
|
-
/* @__PURE__ */
|
|
3436
|
+
/* @__PURE__ */ d("h3", { className: "font-semibold text-gray-800 mb-2", children: "Keyboard Navigation:" }),
|
|
3437
3437
|
/* @__PURE__ */ g("div", { className: "text-sm text-gray-600 space-y-1", children: [
|
|
3438
3438
|
/* @__PURE__ */ g("p", { children: [
|
|
3439
|
-
/* @__PURE__ */
|
|
3439
|
+
/* @__PURE__ */ d("strong", { children: "Arrow Keys:" }),
|
|
3440
3440
|
" Navigate between dates"
|
|
3441
3441
|
] }),
|
|
3442
3442
|
/* @__PURE__ */ g("p", { children: [
|
|
3443
|
-
/* @__PURE__ */
|
|
3443
|
+
/* @__PURE__ */ d("strong", { children: "Enter/Space:" }),
|
|
3444
3444
|
" Select focused date"
|
|
3445
3445
|
] }),
|
|
3446
3446
|
/* @__PURE__ */ g("p", { children: [
|
|
3447
|
-
/* @__PURE__ */
|
|
3447
|
+
/* @__PURE__ */ d("strong", { children: "Home/End:" }),
|
|
3448
3448
|
" Go to start/end of week"
|
|
3449
3449
|
] }),
|
|
3450
3450
|
/* @__PURE__ */ g("p", { children: [
|
|
3451
|
-
/* @__PURE__ */
|
|
3451
|
+
/* @__PURE__ */ d("strong", { children: "Page Up/Down:" }),
|
|
3452
3452
|
" Previous/next month"
|
|
3453
3453
|
] }),
|
|
3454
3454
|
/* @__PURE__ */ g("p", { children: [
|
|
3455
|
-
/* @__PURE__ */
|
|
3455
|
+
/* @__PURE__ */ d("strong", { children: "Shift + Page Up/Down:" }),
|
|
3456
3456
|
" Previous/next year"
|
|
3457
3457
|
] })
|
|
3458
3458
|
] })
|
|
3459
3459
|
] }),
|
|
3460
3460
|
/* @__PURE__ */ g("div", { className: "mt-4 bg-white p-4 rounded-lg shadow", children: [
|
|
3461
|
-
/* @__PURE__ */
|
|
3461
|
+
/* @__PURE__ */ d("h3", { className: "font-semibold text-gray-800 mb-2", children: "Features:" }),
|
|
3462
3462
|
/* @__PURE__ */ g("ul", { className: "text-sm text-gray-600 space-y-1", children: [
|
|
3463
|
-
/* @__PURE__ */
|
|
3464
|
-
/* @__PURE__ */
|
|
3465
|
-
/* @__PURE__ */
|
|
3466
|
-
/* @__PURE__ */
|
|
3467
|
-
/* @__PURE__ */
|
|
3468
|
-
/* @__PURE__ */
|
|
3463
|
+
/* @__PURE__ */ d("li", { children: "✅ All dates enabled by default" }),
|
|
3464
|
+
/* @__PURE__ */ d("li", { children: "✅ Disable specific dates (PostgreSQL ISO strings)" }),
|
|
3465
|
+
/* @__PURE__ */ d("li", { children: "✅ Disable entire days of week (e.g., weekends)" }),
|
|
3466
|
+
/* @__PURE__ */ d("li", { children: "✅ Min/max date constraints" }),
|
|
3467
|
+
/* @__PURE__ */ d("li", { children: "✅ Full keyboard navigation with arrow keys" }),
|
|
3468
|
+
/* @__PURE__ */ d("li", { children: "✅ Focus management and accessibility" })
|
|
3469
3469
|
] })
|
|
3470
3470
|
] })
|
|
3471
3471
|
] }) });
|
|
@@ -3474,27 +3474,27 @@ function Li({
|
|
|
3474
3474
|
customTrigger: e,
|
|
3475
3475
|
scrollerId: t
|
|
3476
3476
|
}) {
|
|
3477
|
-
const [n, r] =
|
|
3478
|
-
return /* @__PURE__ */
|
|
3477
|
+
const [n, r] = j(/* @__PURE__ */ new Date());
|
|
3478
|
+
return /* @__PURE__ */ d(
|
|
3479
3479
|
ws,
|
|
3480
3480
|
{
|
|
3481
3481
|
className: "p-0",
|
|
3482
3482
|
scrollerId: t,
|
|
3483
3483
|
customTrigger: ({ toggle: o, triggerRef: a }) => e ? e(o, a) : /* @__PURE__ */ g(
|
|
3484
|
-
|
|
3484
|
+
J,
|
|
3485
3485
|
{
|
|
3486
3486
|
ref: a,
|
|
3487
3487
|
onClick: o,
|
|
3488
3488
|
color: "solid",
|
|
3489
3489
|
className: "px-3 mt-1 w-full justify-start",
|
|
3490
3490
|
children: [
|
|
3491
|
-
Te(/* @__PURE__ */ new Date(), "PP", { locale:
|
|
3492
|
-
/* @__PURE__ */
|
|
3493
|
-
/* @__PURE__ */
|
|
3491
|
+
Te(/* @__PURE__ */ new Date(), "PP", { locale: Be }),
|
|
3492
|
+
/* @__PURE__ */ d("span", { className: "grow" }),
|
|
3493
|
+
/* @__PURE__ */ d(Pn, { size: 18, className: "text-base-11" })
|
|
3494
3494
|
]
|
|
3495
3495
|
}
|
|
3496
3496
|
),
|
|
3497
|
-
children: (o) => /* @__PURE__ */
|
|
3497
|
+
children: (o) => /* @__PURE__ */ d(
|
|
3498
3498
|
rr,
|
|
3499
3499
|
{
|
|
3500
3500
|
selectedDate: n,
|
|
@@ -3509,35 +3509,35 @@ function Li({
|
|
|
3509
3509
|
);
|
|
3510
3510
|
}
|
|
3511
3511
|
const Fi = () => /* @__PURE__ */ g("div", { children: [
|
|
3512
|
-
/* @__PURE__ */
|
|
3513
|
-
/* @__PURE__ */ g(
|
|
3514
|
-
Te(/* @__PURE__ */ new Date(), "p", { locale:
|
|
3515
|
-
/* @__PURE__ */
|
|
3516
|
-
/* @__PURE__ */
|
|
3512
|
+
/* @__PURE__ */ d("p", { className: "text-xs font-medium ml-0.5", children: "Start Time" }),
|
|
3513
|
+
/* @__PURE__ */ g(J, { color: "solid", className: "px-3 mt-1", children: [
|
|
3514
|
+
Te(/* @__PURE__ */ new Date(), "p", { locale: Be }),
|
|
3515
|
+
/* @__PURE__ */ d("span", { className: "grow" }),
|
|
3516
|
+
/* @__PURE__ */ d(On, { size: 18, className: "text-base-11" })
|
|
3517
3517
|
] })
|
|
3518
3518
|
] }), Wi = () => /* @__PURE__ */ g("div", { className: "flex items-center gap-x-4", children: [
|
|
3519
3519
|
/* @__PURE__ */ g("div", { className: "grow", children: [
|
|
3520
|
-
/* @__PURE__ */
|
|
3521
|
-
/* @__PURE__ */ g(
|
|
3522
|
-
Te(/* @__PURE__ */ new Date(), "PP", { locale:
|
|
3523
|
-
/* @__PURE__ */
|
|
3524
|
-
/* @__PURE__ */
|
|
3520
|
+
/* @__PURE__ */ d("p", { className: "text-xs font-medium ml-0.5", children: "Start Date" }),
|
|
3521
|
+
/* @__PURE__ */ g(J, { color: "solid", className: "px-3 mt-1 w-full justify-start", children: [
|
|
3522
|
+
Te(/* @__PURE__ */ new Date(), "PP", { locale: Be }),
|
|
3523
|
+
/* @__PURE__ */ d("span", { className: "grow" }),
|
|
3524
|
+
/* @__PURE__ */ d(Pn, { size: 18, className: "text-base-11" })
|
|
3525
3525
|
] })
|
|
3526
3526
|
] }),
|
|
3527
3527
|
/* @__PURE__ */ g("div", { children: [
|
|
3528
|
-
/* @__PURE__ */
|
|
3529
|
-
/* @__PURE__ */ g(
|
|
3530
|
-
Te(/* @__PURE__ */ new Date(), "p", { locale:
|
|
3531
|
-
/* @__PURE__ */
|
|
3532
|
-
/* @__PURE__ */
|
|
3528
|
+
/* @__PURE__ */ d("p", { className: "text-xs font-medium ml-0.5", children: "Start Time" }),
|
|
3529
|
+
/* @__PURE__ */ g(J, { color: "solid", className: "px-3 mt-1", children: [
|
|
3530
|
+
Te(/* @__PURE__ */ new Date(), "p", { locale: Be }),
|
|
3531
|
+
/* @__PURE__ */ d("span", { className: "grow" }),
|
|
3532
|
+
/* @__PURE__ */ d(On, { size: 18, className: "text-base-11" })
|
|
3533
3533
|
] })
|
|
3534
3534
|
] })
|
|
3535
|
-
] }),
|
|
3535
|
+
] }), tt = {
|
|
3536
3536
|
unchecked: "bg-base-3 lg:hover:bg-base-4",
|
|
3537
3537
|
checked: "bg-brand lg:hover:bg-brand-hover text-brand-text",
|
|
3538
3538
|
uncheckedDisabled: "bg-base-3 border-base-4",
|
|
3539
3539
|
checkedDisabled: "bg-base-3 border-base-4 text-base-10"
|
|
3540
|
-
}, xs =
|
|
3540
|
+
}, xs = qe(
|
|
3541
3541
|
({
|
|
3542
3542
|
checked: e = !1,
|
|
3543
3543
|
onCheckedChange: t,
|
|
@@ -3550,10 +3550,10 @@ const Fi = () => /* @__PURE__ */ g("div", { children: [
|
|
|
3550
3550
|
size: l = "sm",
|
|
3551
3551
|
...c
|
|
3552
3552
|
}, u) => {
|
|
3553
|
-
const
|
|
3553
|
+
const f = () => {
|
|
3554
3554
|
n || t?.(e === "indeterminate" ? !0 : !e);
|
|
3555
3555
|
}, m = (x) => {
|
|
3556
|
-
(x.key === " " || x.key === "Enter") && (x.preventDefault(),
|
|
3556
|
+
(x.key === " " || x.key === "Enter") && (x.preventDefault(), f());
|
|
3557
3557
|
}, h = {
|
|
3558
3558
|
xs: "h-3.5 w-3.5",
|
|
3559
3559
|
sm: "h-4 w-4",
|
|
@@ -3575,7 +3575,7 @@ const Fi = () => /* @__PURE__ */ g("div", { children: [
|
|
|
3575
3575
|
"aria-checked": e === "indeterminate" ? "mixed" : e,
|
|
3576
3576
|
"aria-required": r,
|
|
3577
3577
|
disabled: n,
|
|
3578
|
-
onClick:
|
|
3578
|
+
onClick: f,
|
|
3579
3579
|
onKeyDown: m,
|
|
3580
3580
|
className: y(
|
|
3581
3581
|
// Base styles
|
|
@@ -3587,20 +3587,20 @@ const Fi = () => /* @__PURE__ */ g("div", { children: [
|
|
|
3587
3587
|
n && "cursor-not-allowed opacity-75",
|
|
3588
3588
|
!n && "cursor-pointer",
|
|
3589
3589
|
// Checked states
|
|
3590
|
-
e ? n ?
|
|
3590
|
+
e ? n ? tt.checkedDisabled : tt.checked : n ? tt.uncheckedDisabled : tt.unchecked,
|
|
3591
3591
|
// Custom classes
|
|
3592
3592
|
typeof i == "function" ? i(e) : i
|
|
3593
3593
|
),
|
|
3594
3594
|
...c,
|
|
3595
3595
|
children: [
|
|
3596
|
-
e === !0 && /* @__PURE__ */
|
|
3596
|
+
e === !0 && /* @__PURE__ */ d(
|
|
3597
3597
|
Ln,
|
|
3598
3598
|
{
|
|
3599
3599
|
size: b[l],
|
|
3600
3600
|
className: "stroke-current"
|
|
3601
3601
|
}
|
|
3602
3602
|
),
|
|
3603
|
-
e === "indeterminate" && /* @__PURE__ */
|
|
3603
|
+
e === "indeterminate" && /* @__PURE__ */ d(
|
|
3604
3604
|
Cr,
|
|
3605
3605
|
{
|
|
3606
3606
|
size: b[l],
|
|
@@ -3610,7 +3610,7 @@ const Fi = () => /* @__PURE__ */ g("div", { children: [
|
|
|
3610
3610
|
]
|
|
3611
3611
|
}
|
|
3612
3612
|
),
|
|
3613
|
-
/* @__PURE__ */
|
|
3613
|
+
/* @__PURE__ */ d(
|
|
3614
3614
|
"input",
|
|
3615
3615
|
{
|
|
3616
3616
|
type: "checkbox",
|
|
@@ -3671,13 +3671,13 @@ function $s(e, t) {
|
|
|
3671
3671
|
}
|
|
3672
3672
|
const sr = Error.captureStackTrace ? Error.captureStackTrace : (...e) => {
|
|
3673
3673
|
};
|
|
3674
|
-
function
|
|
3674
|
+
function nt(e) {
|
|
3675
3675
|
return typeof e == "string" ? e : e?.message;
|
|
3676
3676
|
}
|
|
3677
3677
|
function ir(e, t, n) {
|
|
3678
3678
|
const r = { ...e, path: e.path ?? [] };
|
|
3679
3679
|
if (!e.message) {
|
|
3680
|
-
const o =
|
|
3680
|
+
const o = nt(e.inst?._zod.def?.error?.(e)) ?? nt(t?.error?.(e)) ?? nt(n.customError?.(e)) ?? nt(n.localeError?.(e)) ?? "Invalid input";
|
|
3681
3681
|
r.message = o;
|
|
3682
3682
|
}
|
|
3683
3683
|
return delete r.inst, delete r.continue, t?.reportInput || delete r.input, r;
|
|
@@ -3733,8 +3733,8 @@ function Cs(e, t) {
|
|
|
3733
3733
|
n[s] = { message: i.message, type: i.code };
|
|
3734
3734
|
} else n[s] = { message: a, type: o };
|
|
3735
3735
|
if ("unionErrors" in r && r.unionErrors.forEach(function(u) {
|
|
3736
|
-
return u.errors.forEach(function(
|
|
3737
|
-
return e.push(
|
|
3736
|
+
return u.errors.forEach(function(f) {
|
|
3737
|
+
return e.push(f);
|
|
3738
3738
|
});
|
|
3739
3739
|
}), t) {
|
|
3740
3740
|
var l = n[s].types, c = l && l[r.code];
|
|
@@ -3752,8 +3752,8 @@ function Ps(e, t) {
|
|
|
3752
3752
|
n[s] = { message: i.message, type: i.code };
|
|
3753
3753
|
} else n[s] = { message: a, type: o };
|
|
3754
3754
|
if (r.code === "invalid_union" && r.errors.forEach(function(u) {
|
|
3755
|
-
return u.forEach(function(
|
|
3756
|
-
return e.push(
|
|
3755
|
+
return u.forEach(function(f) {
|
|
3756
|
+
return e.push(f);
|
|
3757
3757
|
});
|
|
3758
3758
|
}), t) {
|
|
3759
3759
|
var l = n[s].types, c = l && l[r.code];
|
|
@@ -3810,7 +3810,7 @@ function Ai({
|
|
|
3810
3810
|
logErrors: o,
|
|
3811
3811
|
className: a
|
|
3812
3812
|
}) {
|
|
3813
|
-
return /* @__PURE__ */
|
|
3813
|
+
return /* @__PURE__ */ d(_r, { ...e, children: /* @__PURE__ */ d(
|
|
3814
3814
|
"form",
|
|
3815
3815
|
{
|
|
3816
3816
|
className: y(
|
|
@@ -3840,7 +3840,7 @@ const Ls = ({
|
|
|
3840
3840
|
viewBox: r = "0 0 24 24",
|
|
3841
3841
|
className: o,
|
|
3842
3842
|
...a
|
|
3843
|
-
}) => /* @__PURE__ */
|
|
3843
|
+
}) => /* @__PURE__ */ d(
|
|
3844
3844
|
"svg",
|
|
3845
3845
|
{
|
|
3846
3846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3857,7 +3857,7 @@ const Ls = ({
|
|
|
3857
3857
|
}, Ws = {
|
|
3858
3858
|
brand: "ring-1 ring-brand",
|
|
3859
3859
|
solid: "ring-1 ring-base-6"
|
|
3860
|
-
}, ur =
|
|
3860
|
+
}, ur = qe(
|
|
3861
3861
|
({
|
|
3862
3862
|
label: e,
|
|
3863
3863
|
description: t,
|
|
@@ -3870,22 +3870,22 @@ const Ls = ({
|
|
|
3870
3870
|
errorMessage: l,
|
|
3871
3871
|
isPrice: c,
|
|
3872
3872
|
prefix: u,
|
|
3873
|
-
wrapperClassName:
|
|
3873
|
+
wrapperClassName: f,
|
|
3874
3874
|
containerClassName: m,
|
|
3875
3875
|
className: h,
|
|
3876
3876
|
type: b = "text",
|
|
3877
3877
|
value: x,
|
|
3878
3878
|
...N
|
|
3879
|
-
},
|
|
3880
|
-
const
|
|
3881
|
-
return
|
|
3882
|
-
if (!
|
|
3883
|
-
|
|
3879
|
+
}, T) => {
|
|
3880
|
+
const $ = E(null), Y = E(!1), [M, O] = j(!1), [v, w] = j(!1), D = b === "password", W = D && M ? "text" : c ? "number" : b, V = x !== "" && x !== null && x !== void 0;
|
|
3881
|
+
return R(() => {
|
|
3882
|
+
if (!Y.current) {
|
|
3883
|
+
Y.current = !0;
|
|
3884
3884
|
return;
|
|
3885
3885
|
}
|
|
3886
|
-
|
|
3887
|
-
}, [
|
|
3888
|
-
e && n === "default" && /* @__PURE__ */
|
|
3886
|
+
$.current && zr($.current);
|
|
3887
|
+
}, [M, $]), /* @__PURE__ */ g("div", { className: y("relative", f), children: [
|
|
3888
|
+
e && n === "default" && /* @__PURE__ */ d(
|
|
3889
3889
|
"label",
|
|
3890
3890
|
{
|
|
3891
3891
|
className: y("font-medium ml-0.5 text-xs", i && "text-red-9"),
|
|
@@ -3907,21 +3907,21 @@ const Ls = ({
|
|
|
3907
3907
|
m
|
|
3908
3908
|
),
|
|
3909
3909
|
children: [
|
|
3910
|
-
e && n === "floating" && /* @__PURE__ */
|
|
3910
|
+
e && n === "floating" && /* @__PURE__ */ d(
|
|
3911
3911
|
"label",
|
|
3912
3912
|
{
|
|
3913
3913
|
className: y(
|
|
3914
3914
|
"absolute transition-all duration-200 pointer-events-none",
|
|
3915
3915
|
"text-sm top-[18px] font-semibold left-3",
|
|
3916
3916
|
{
|
|
3917
|
-
"text-xs top-2.5": v ||
|
|
3917
|
+
"text-xs top-2.5": v || V || a,
|
|
3918
3918
|
"text-red-9": !!i
|
|
3919
3919
|
}
|
|
3920
3920
|
),
|
|
3921
3921
|
children: e
|
|
3922
3922
|
}
|
|
3923
3923
|
),
|
|
3924
|
-
c && /* @__PURE__ */
|
|
3924
|
+
c && /* @__PURE__ */ d(
|
|
3925
3925
|
Pr,
|
|
3926
3926
|
{
|
|
3927
3927
|
size: 16,
|
|
@@ -3931,14 +3931,14 @@ const Ls = ({
|
|
|
3931
3931
|
)
|
|
3932
3932
|
}
|
|
3933
3933
|
),
|
|
3934
|
-
u && /* @__PURE__ */
|
|
3935
|
-
/* @__PURE__ */
|
|
3934
|
+
u && /* @__PURE__ */ d("p", { className: "text-sm text-base-11 absolute top-1/2 -translate-y-1/2 left-3", children: u }),
|
|
3935
|
+
/* @__PURE__ */ d(
|
|
3936
3936
|
"input",
|
|
3937
3937
|
{
|
|
3938
|
-
ref: (
|
|
3939
|
-
|
|
3938
|
+
ref: (B) => {
|
|
3939
|
+
T && (typeof T == "function" ? T(B) : T.current = B), $.current = B;
|
|
3940
3940
|
},
|
|
3941
|
-
type:
|
|
3941
|
+
type: W,
|
|
3942
3942
|
className: y(
|
|
3943
3943
|
"w-full bg-transparent focus-visible:outline-none",
|
|
3944
3944
|
"placeholder:text-sm text-sm placeholder:text-base-11",
|
|
@@ -3961,14 +3961,14 @@ const Ls = ({
|
|
|
3961
3961
|
]
|
|
3962
3962
|
}
|
|
3963
3963
|
),
|
|
3964
|
-
s ? /* @__PURE__ */
|
|
3965
|
-
|
|
3964
|
+
s ? /* @__PURE__ */ d(
|
|
3965
|
+
at,
|
|
3966
3966
|
{
|
|
3967
3967
|
size: 20,
|
|
3968
|
-
className: `absolute top-1/2 -translate-y-1/2 text-green-500 ${
|
|
3968
|
+
className: `absolute top-1/2 -translate-y-1/2 text-green-500 ${D ? "right-10" : "right-3"}`
|
|
3969
3969
|
}
|
|
3970
3970
|
) : null,
|
|
3971
|
-
|
|
3971
|
+
D && /* @__PURE__ */ d(
|
|
3972
3972
|
"button",
|
|
3973
3973
|
{
|
|
3974
3974
|
type: "button",
|
|
@@ -3976,15 +3976,15 @@ const Ls = ({
|
|
|
3976
3976
|
n === "floating" ? "absolute right-3 top-1/2 -translate-y-1/2" : "absolute right-3 top-10"
|
|
3977
3977
|
),
|
|
3978
3978
|
onClick: () => {
|
|
3979
|
-
|
|
3979
|
+
O(!M);
|
|
3980
3980
|
},
|
|
3981
|
-
children:
|
|
3981
|
+
children: M ? /* @__PURE__ */ d(
|
|
3982
3982
|
Or,
|
|
3983
3983
|
{
|
|
3984
3984
|
size: 20,
|
|
3985
3985
|
className: y(i ? "text-red-9" : "text-base-11")
|
|
3986
3986
|
}
|
|
3987
|
-
) : /* @__PURE__ */
|
|
3987
|
+
) : /* @__PURE__ */ d(
|
|
3988
3988
|
Lr,
|
|
3989
3989
|
{
|
|
3990
3990
|
size: 20,
|
|
@@ -3993,7 +3993,7 @@ const Ls = ({
|
|
|
3993
3993
|
)
|
|
3994
3994
|
}
|
|
3995
3995
|
),
|
|
3996
|
-
l ? /* @__PURE__ */
|
|
3996
|
+
l ? /* @__PURE__ */ d("span", { role: "alert", className: "text-red-9 text-sm mt-1 ml-0.5", children: l }) : t ? /* @__PURE__ */ d("p", { className: "text-xs text-base-11 mt-1 ml-0.5", children: t }) : null
|
|
3997
3997
|
] });
|
|
3998
3998
|
}
|
|
3999
3999
|
);
|
|
@@ -4005,19 +4005,19 @@ const Yi = ({
|
|
|
4005
4005
|
withNullSet: r = !0,
|
|
4006
4006
|
...o
|
|
4007
4007
|
}) => {
|
|
4008
|
-
const { control: a } =
|
|
4008
|
+
const { control: a } = bt(), s = A(
|
|
4009
4009
|
(l) => t ? t(l) : l === null ? _n(l) : l,
|
|
4010
4010
|
[t]
|
|
4011
4011
|
), i = A(
|
|
4012
|
-
(l) => n ? r && l === null ?
|
|
4012
|
+
(l) => n ? r && l === null ? Ot(l) : n(l) : l === null ? Ot(l) : l,
|
|
4013
4013
|
[n]
|
|
4014
4014
|
);
|
|
4015
|
-
return a ? /* @__PURE__ */
|
|
4016
|
-
|
|
4015
|
+
return a ? /* @__PURE__ */ d(
|
|
4016
|
+
pt,
|
|
4017
4017
|
{
|
|
4018
4018
|
name: e,
|
|
4019
4019
|
control: a,
|
|
4020
|
-
render: ({ field: l, fieldState: c }) => /* @__PURE__ */
|
|
4020
|
+
render: ({ field: l, fieldState: c }) => /* @__PURE__ */ d(
|
|
4021
4021
|
ur,
|
|
4022
4022
|
{
|
|
4023
4023
|
value: s(l.value),
|
|
@@ -4033,18 +4033,18 @@ const Yi = ({
|
|
|
4033
4033
|
"Form control missing for field: ",
|
|
4034
4034
|
e
|
|
4035
4035
|
] }));
|
|
4036
|
-
}, dr =
|
|
4036
|
+
}, dr = It(null), As = ({
|
|
4037
4037
|
children: e,
|
|
4038
4038
|
value: t
|
|
4039
|
-
}) => /* @__PURE__ */
|
|
4040
|
-
const e =
|
|
4039
|
+
}) => /* @__PURE__ */ d(dr.Provider, { value: t, children: e }), _s = () => {
|
|
4040
|
+
const e = mt(dr);
|
|
4041
4041
|
if (!e)
|
|
4042
4042
|
throw new Error("useAliveScope must be wrapped within AliveScopeProvider");
|
|
4043
4043
|
return e;
|
|
4044
4044
|
}, ji = ({ children: e }) => {
|
|
4045
|
-
const [t, n] =
|
|
4045
|
+
const [t, n] = j({}), r = E(
|
|
4046
4046
|
{}
|
|
4047
|
-
), o =
|
|
4047
|
+
), o = E(
|
|
4048
4048
|
{}
|
|
4049
4049
|
);
|
|
4050
4050
|
return /* @__PURE__ */ g(
|
|
@@ -4054,10 +4054,10 @@ const Yi = ({
|
|
|
4054
4054
|
getPortalElement: (i, l, c) => {
|
|
4055
4055
|
if (!t[i]) {
|
|
4056
4056
|
const u = document.createElement("div");
|
|
4057
|
-
return i && (u.id = i), c && (u.className = c), n((
|
|
4058
|
-
...
|
|
4057
|
+
return i && (u.id = i), c && (u.className = c), n((f) => ({
|
|
4058
|
+
...f,
|
|
4059
4059
|
[i]: { children: l, element: u }
|
|
4060
|
-
})), r.current[i] = [], o.current[i] = [], r.current && r.current[i] && r.current[i].forEach((
|
|
4060
|
+
})), r.current[i] = [], o.current[i] = [], r.current && r.current[i] && r.current[i].forEach((f) => f(i)), u;
|
|
4061
4061
|
}
|
|
4062
4062
|
return r.current && r.current[i] && r.current[i].forEach((u) => u(i)), t[i].element;
|
|
4063
4063
|
},
|
|
@@ -4070,7 +4070,7 @@ const Yi = ({
|
|
|
4070
4070
|
},
|
|
4071
4071
|
children: [
|
|
4072
4072
|
e,
|
|
4073
|
-
Object.entries(t).map(([i, { children: l, element: c }]) => /* @__PURE__ */
|
|
4073
|
+
Object.entries(t).map(([i, { children: l, element: c }]) => /* @__PURE__ */ d(
|
|
4074
4074
|
js,
|
|
4075
4075
|
{
|
|
4076
4076
|
id: i,
|
|
@@ -4084,27 +4084,27 @@ const Yi = ({
|
|
|
4084
4084
|
]
|
|
4085
4085
|
}
|
|
4086
4086
|
);
|
|
4087
|
-
}, fr =
|
|
4087
|
+
}, fr = It(
|
|
4088
4088
|
null
|
|
4089
4089
|
), Ys = ({
|
|
4090
4090
|
children: e,
|
|
4091
4091
|
value: t
|
|
4092
|
-
}) => /* @__PURE__ */
|
|
4092
|
+
}) => /* @__PURE__ */ d(fr.Provider, { value: t, children: e }), js = Tr(({ id: e, onMountCallbacks: t, onDropCallbacks: n, children: r, element: o }) => /* @__PURE__ */ d(
|
|
4093
4093
|
Ys,
|
|
4094
4094
|
{
|
|
4095
4095
|
value: { keepAliveId: e, onKeepAliveMount: (i, l = { runOnFirstMount: !1 }) => {
|
|
4096
|
-
|
|
4096
|
+
R(() => {
|
|
4097
4097
|
const c = () => {
|
|
4098
4098
|
if (document.getElementById(e))
|
|
4099
4099
|
i(e);
|
|
4100
4100
|
else {
|
|
4101
|
-
const
|
|
4101
|
+
const f = new MutationObserver((m, h) => {
|
|
4102
4102
|
document.getElementById(e) && (i(e), h.disconnect());
|
|
4103
4103
|
});
|
|
4104
|
-
return
|
|
4104
|
+
return f.observe(document.body, {
|
|
4105
4105
|
childList: !0,
|
|
4106
4106
|
subtree: !0
|
|
4107
|
-
}), () =>
|
|
4107
|
+
}), () => f.disconnect();
|
|
4108
4108
|
}
|
|
4109
4109
|
};
|
|
4110
4110
|
return l?.runOnFirstMount && c(), t.current[e].push(c), () => {
|
|
@@ -4114,7 +4114,7 @@ const Yi = ({
|
|
|
4114
4114
|
};
|
|
4115
4115
|
}, []);
|
|
4116
4116
|
}, onKeepAliveDrop: (i) => {
|
|
4117
|
-
|
|
4117
|
+
R(() => (n.current[e].push(i), () => {
|
|
4118
4118
|
n.current[e] = n.current[e].filter(
|
|
4119
4119
|
(l) => l !== i
|
|
4120
4120
|
);
|
|
@@ -4123,7 +4123,7 @@ const Yi = ({
|
|
|
4123
4123
|
children: Mn(r, o, e)
|
|
4124
4124
|
}
|
|
4125
4125
|
)), Ii = () => {
|
|
4126
|
-
const e =
|
|
4126
|
+
const e = mt(fr);
|
|
4127
4127
|
if (!e)
|
|
4128
4128
|
throw new Error("useKeepAlive must be used within KeepAliveProvider");
|
|
4129
4129
|
return e;
|
|
@@ -4133,18 +4133,18 @@ const Yi = ({
|
|
|
4133
4133
|
enabled: n = !0,
|
|
4134
4134
|
...r
|
|
4135
4135
|
}) => {
|
|
4136
|
-
const o =
|
|
4137
|
-
return
|
|
4136
|
+
const o = E(null), { getPortalElement: a } = _s();
|
|
4137
|
+
return R(() => {
|
|
4138
4138
|
const s = a(e, t, r.className);
|
|
4139
4139
|
return n && o.current && o.current.replaceWith(s), () => {
|
|
4140
4140
|
};
|
|
4141
|
-
}, [e, t, n, r]), /* @__PURE__ */
|
|
4141
|
+
}, [e, t, n, r]), /* @__PURE__ */ d("div", { ...r, ref: o, children: t });
|
|
4142
4142
|
}, zi = ({
|
|
4143
4143
|
lightSolid: e = !0,
|
|
4144
4144
|
className: t,
|
|
4145
4145
|
children: n,
|
|
4146
4146
|
...r
|
|
4147
|
-
}) => /* @__PURE__ */
|
|
4147
|
+
}) => /* @__PURE__ */ d(
|
|
4148
4148
|
"div",
|
|
4149
4149
|
{
|
|
4150
4150
|
className: y(
|
|
@@ -4160,7 +4160,7 @@ const Yi = ({
|
|
|
4160
4160
|
lightSolid: t = !0,
|
|
4161
4161
|
className: n,
|
|
4162
4162
|
children: r
|
|
4163
|
-
}) => /* @__PURE__ */
|
|
4163
|
+
}) => /* @__PURE__ */ d(
|
|
4164
4164
|
"button",
|
|
4165
4165
|
{
|
|
4166
4166
|
onClick: e,
|
|
@@ -4185,128 +4185,128 @@ const Yi = ({
|
|
|
4185
4185
|
valid: l,
|
|
4186
4186
|
error: c,
|
|
4187
4187
|
placeholder: u = "Select options...",
|
|
4188
|
-
maxSelections:
|
|
4188
|
+
maxSelections: f,
|
|
4189
4189
|
searchable: m = !1,
|
|
4190
4190
|
disabled: h = !1,
|
|
4191
4191
|
className: b
|
|
4192
4192
|
}) => {
|
|
4193
|
-
const [x, N] =
|
|
4194
|
-
triggerRef:
|
|
4195
|
-
triggerProps:
|
|
4196
|
-
popoverRef:
|
|
4197
|
-
getPopoverPosition:
|
|
4198
|
-
open:
|
|
4199
|
-
toggle:
|
|
4200
|
-
close:
|
|
4193
|
+
const [x, N] = j(""), [T, $] = j(!1), [Y, M] = j(-1), O = E(null), v = E(null), w = E([]), {
|
|
4194
|
+
triggerRef: D,
|
|
4195
|
+
triggerProps: W,
|
|
4196
|
+
popoverRef: V,
|
|
4197
|
+
getPopoverPosition: B,
|
|
4198
|
+
open: I,
|
|
4199
|
+
toggle: C,
|
|
4200
|
+
close: L
|
|
4201
4201
|
} = jn({
|
|
4202
4202
|
align: "start",
|
|
4203
4203
|
side: "top",
|
|
4204
4204
|
avoidCollisions: !1,
|
|
4205
4205
|
onOpen: () => {
|
|
4206
|
-
|
|
4206
|
+
$(!0), m && O.current && setTimeout(() => O.current?.focus(), 10);
|
|
4207
4207
|
},
|
|
4208
4208
|
onClose: () => {
|
|
4209
|
-
|
|
4209
|
+
$(!1), N(""), M(-1);
|
|
4210
4210
|
}
|
|
4211
|
-
}),
|
|
4211
|
+
}), X = E(
|
|
4212
4212
|
`multiselect-${Math.random().toString(36).substr(2, 9)}`
|
|
4213
|
-
).current,
|
|
4213
|
+
).current, S = E(
|
|
4214
4214
|
`label-${Math.random().toString(36).substr(2, 9)}`
|
|
4215
|
-
).current,
|
|
4215
|
+
).current, p = E(
|
|
4216
4216
|
`error-${Math.random().toString(36).substr(2, 9)}`
|
|
4217
|
-
).current,
|
|
4217
|
+
).current, z = E(
|
|
4218
4218
|
`listbox-${Math.random().toString(36).substr(2, 9)}`
|
|
4219
|
-
).current,
|
|
4220
|
-
(
|
|
4221
|
-
)).filter(Boolean) : r,
|
|
4222
|
-
(
|
|
4219
|
+
).current, Q = i ? r.map((k) => n.find(
|
|
4220
|
+
(U) => a(U) === k || a(U) === a(k)
|
|
4221
|
+
)).filter(Boolean) : r, te = Q.length > 0, q = m ? n.filter(
|
|
4222
|
+
(k) => s(k).toLowerCase().includes(x.toLowerCase())
|
|
4223
4223
|
) : n;
|
|
4224
|
-
|
|
4225
|
-
w.current = w.current.slice(0,
|
|
4226
|
-
}, [
|
|
4227
|
-
const
|
|
4228
|
-
(P) => P === a(
|
|
4224
|
+
R(() => {
|
|
4225
|
+
w.current = w.current.slice(0, q.length);
|
|
4226
|
+
}, [q.length]);
|
|
4227
|
+
const Ye = (k) => i ? r.some(
|
|
4228
|
+
(P) => P === a(k) || a(P) === a(k)
|
|
4229
4229
|
) : r.some(
|
|
4230
|
-
(P) => a(P) === a(
|
|
4231
|
-
), Ge = (
|
|
4230
|
+
(P) => a(P) === a(k)
|
|
4231
|
+
), Ge = (k) => {
|
|
4232
4232
|
if (!h)
|
|
4233
|
-
if (
|
|
4233
|
+
if (Ye(k)) {
|
|
4234
4234
|
let P;
|
|
4235
4235
|
if (i) {
|
|
4236
|
-
const
|
|
4236
|
+
const U = a(k);
|
|
4237
4237
|
P = r.filter(
|
|
4238
|
-
(Ce) => Ce !==
|
|
4238
|
+
(Ce) => Ce !== U && a(Ce) !== U
|
|
4239
4239
|
);
|
|
4240
4240
|
} else
|
|
4241
4241
|
P = r.filter(
|
|
4242
|
-
(
|
|
4242
|
+
(U) => a(U) !== a(k)
|
|
4243
4243
|
);
|
|
4244
|
-
o(P),
|
|
4244
|
+
o(P), Je(`Removed ${s(k)}`);
|
|
4245
4245
|
} else {
|
|
4246
|
-
if (
|
|
4247
|
-
|
|
4246
|
+
if (f && Q.length >= f) {
|
|
4247
|
+
Je(`Maximum of ${f} selections allowed`);
|
|
4248
4248
|
return;
|
|
4249
4249
|
}
|
|
4250
4250
|
let P;
|
|
4251
|
-
i ? P = [...r, i(
|
|
4251
|
+
i ? P = [...r, i(k)] : P = [...r, k], o(P), Je(`Added ${s(k)}`);
|
|
4252
4252
|
}
|
|
4253
|
-
},
|
|
4253
|
+
}, Qe = (k) => {
|
|
4254
4254
|
if (h) return;
|
|
4255
4255
|
let P;
|
|
4256
4256
|
if (i) {
|
|
4257
|
-
const
|
|
4257
|
+
const U = a(k);
|
|
4258
4258
|
P = r.filter(
|
|
4259
|
-
(Ce) => Ce !==
|
|
4259
|
+
(Ce) => Ce !== U && a(Ce) !== U
|
|
4260
4260
|
);
|
|
4261
4261
|
} else
|
|
4262
4262
|
P = r.filter(
|
|
4263
|
-
(
|
|
4263
|
+
(U) => a(U) !== a(k)
|
|
4264
4264
|
);
|
|
4265
|
-
o(P),
|
|
4266
|
-
}, en = (
|
|
4265
|
+
o(P), Je(`Removed ${s(k)}`);
|
|
4266
|
+
}, en = (k) => {
|
|
4267
4267
|
if (!h)
|
|
4268
|
-
switch (
|
|
4268
|
+
switch (k.key) {
|
|
4269
4269
|
case "Enter":
|
|
4270
|
-
|
|
4270
|
+
k.preventDefault(), I ? Y >= 0 && Ge(q[Y]) : C();
|
|
4271
4271
|
break;
|
|
4272
4272
|
case "Escape":
|
|
4273
|
-
|
|
4273
|
+
k.preventDefault(), L();
|
|
4274
4274
|
break;
|
|
4275
4275
|
case "ArrowDown":
|
|
4276
|
-
if (
|
|
4277
|
-
|
|
4276
|
+
if (k.preventDefault(), !I)
|
|
4277
|
+
C();
|
|
4278
4278
|
else {
|
|
4279
|
-
const P =
|
|
4280
|
-
|
|
4279
|
+
const P = Y >= q.length - 1 ? 0 : Y + 1;
|
|
4280
|
+
M(P), w.current[P]?.scrollIntoView({ block: "nearest" });
|
|
4281
4281
|
}
|
|
4282
4282
|
break;
|
|
4283
4283
|
case "ArrowUp":
|
|
4284
|
-
if (
|
|
4285
|
-
const P =
|
|
4286
|
-
|
|
4284
|
+
if (k.preventDefault(), I) {
|
|
4285
|
+
const P = Y <= 0 ? q.length - 1 : Y - 1;
|
|
4286
|
+
M(P), w.current[P]?.scrollIntoView({ block: "nearest" });
|
|
4287
4287
|
}
|
|
4288
4288
|
break;
|
|
4289
4289
|
case "Backspace":
|
|
4290
|
-
if (m && x === "" &&
|
|
4291
|
-
const P =
|
|
4292
|
-
|
|
4290
|
+
if (m && x === "" && Q.length > 0) {
|
|
4291
|
+
const P = Q[Q.length - 1];
|
|
4292
|
+
Qe(P);
|
|
4293
4293
|
}
|
|
4294
4294
|
break;
|
|
4295
4295
|
}
|
|
4296
|
-
}, Nr = (
|
|
4297
|
-
N(
|
|
4296
|
+
}, Nr = (k) => {
|
|
4297
|
+
N(k.target.value), M(-1);
|
|
4298
4298
|
}, Er = () => {
|
|
4299
|
-
h || (m &&
|
|
4300
|
-
},
|
|
4301
|
-
console.log(`Accessibility announcement: ${
|
|
4299
|
+
h || (m && O.current && O.current.focus(), C());
|
|
4300
|
+
}, Je = (k) => {
|
|
4301
|
+
console.log(`Accessibility announcement: ${k}`);
|
|
4302
4302
|
};
|
|
4303
|
-
In(
|
|
4304
|
-
!
|
|
4303
|
+
In(V, (k) => {
|
|
4304
|
+
!D.current || !I || !k.target || D.current.contains(k.target) || L();
|
|
4305
4305
|
});
|
|
4306
|
-
const
|
|
4306
|
+
const $t = B();
|
|
4307
4307
|
return /* @__PURE__ */ g("div", { className: y("relative", b), children: [
|
|
4308
4308
|
/* @__PURE__ */ g("div", { className: "relative", ref: v, children: [
|
|
4309
|
-
t === "default" && /* @__PURE__ */
|
|
4309
|
+
t === "default" && /* @__PURE__ */ d(
|
|
4310
4310
|
"label",
|
|
4311
4311
|
{
|
|
4312
4312
|
className: y(
|
|
@@ -4319,47 +4319,47 @@ const Yi = ({
|
|
|
4319
4319
|
/* @__PURE__ */ g(
|
|
4320
4320
|
"div",
|
|
4321
4321
|
{
|
|
4322
|
-
ref:
|
|
4323
|
-
...
|
|
4322
|
+
ref: D,
|
|
4323
|
+
...W,
|
|
4324
4324
|
className: y(
|
|
4325
4325
|
"relative rounded-6 px-2 transition cursor-pointer pr-10 min-h-[48px]",
|
|
4326
4326
|
"border border-base-4 light-theme:drop-shadow-sm dark-theme:bg-base-3",
|
|
4327
4327
|
{
|
|
4328
4328
|
"py-3": t === "default",
|
|
4329
4329
|
"pt-5 pb-2": t === "floating",
|
|
4330
|
-
"ring-1 ring-brand":
|
|
4330
|
+
"ring-1 ring-brand": I || T,
|
|
4331
4331
|
"text-red-9": c,
|
|
4332
|
-
"ring-2 ring-red-6": c && (
|
|
4332
|
+
"ring-2 ring-red-6": c && (I || T),
|
|
4333
4333
|
"opacity-60 cursor-not-allowed": h
|
|
4334
4334
|
}
|
|
4335
4335
|
),
|
|
4336
4336
|
onClick: Er,
|
|
4337
4337
|
role: "combobox",
|
|
4338
|
-
"aria-expanded":
|
|
4338
|
+
"aria-expanded": I,
|
|
4339
4339
|
"aria-haspopup": "listbox",
|
|
4340
|
-
"aria-owns":
|
|
4341
|
-
"aria-labelledby":
|
|
4342
|
-
"aria-describedby": c ?
|
|
4340
|
+
"aria-owns": z,
|
|
4341
|
+
"aria-labelledby": S,
|
|
4342
|
+
"aria-describedby": c ? p : void 0,
|
|
4343
4343
|
onKeyDown: en,
|
|
4344
4344
|
tabIndex: h ? -1 : 0,
|
|
4345
4345
|
children: [
|
|
4346
4346
|
t === "floating" && /* @__PURE__ */ g(
|
|
4347
4347
|
"label",
|
|
4348
4348
|
{
|
|
4349
|
-
id:
|
|
4350
|
-
htmlFor:
|
|
4349
|
+
id: S,
|
|
4350
|
+
htmlFor: X,
|
|
4351
4351
|
className: y(
|
|
4352
4352
|
"absolute transition-all duration-200 pointer-events-none",
|
|
4353
4353
|
"text-base top-4 font-semibold left-3",
|
|
4354
4354
|
{
|
|
4355
|
-
"text-sm top-2 left-2":
|
|
4355
|
+
"text-sm top-2 left-2": T || te,
|
|
4356
4356
|
"text-red-9": !!c
|
|
4357
4357
|
}
|
|
4358
4358
|
),
|
|
4359
4359
|
children: [
|
|
4360
4360
|
e,
|
|
4361
4361
|
" ",
|
|
4362
|
-
|
|
4362
|
+
f && `(${r.length}/${f})`
|
|
4363
4363
|
]
|
|
4364
4364
|
}
|
|
4365
4365
|
),
|
|
@@ -4370,7 +4370,7 @@ const Yi = ({
|
|
|
4370
4370
|
"mt-2.5": t === "floating"
|
|
4371
4371
|
}),
|
|
4372
4372
|
children: [
|
|
4373
|
-
|
|
4373
|
+
Q.map((k) => /* @__PURE__ */ g(
|
|
4374
4374
|
"div",
|
|
4375
4375
|
{
|
|
4376
4376
|
className: y(
|
|
@@ -4380,52 +4380,52 @@ const Yi = ({
|
|
|
4380
4380
|
}
|
|
4381
4381
|
),
|
|
4382
4382
|
children: [
|
|
4383
|
-
/* @__PURE__ */
|
|
4384
|
-
!h && /* @__PURE__ */
|
|
4383
|
+
/* @__PURE__ */ d("span", { className: "line-clamp-1", children: s(k) }),
|
|
4384
|
+
!h && /* @__PURE__ */ d(
|
|
4385
4385
|
"button",
|
|
4386
4386
|
{
|
|
4387
4387
|
type: "button",
|
|
4388
4388
|
className: "hover:bg-brand/20 rounded-full p-0.5 transition-colors",
|
|
4389
4389
|
onClick: (P) => {
|
|
4390
|
-
P.stopPropagation(),
|
|
4390
|
+
P.stopPropagation(), Qe(k);
|
|
4391
4391
|
},
|
|
4392
|
-
"aria-label": `Remove ${s(
|
|
4393
|
-
children: /* @__PURE__ */
|
|
4392
|
+
"aria-label": `Remove ${s(k)}`,
|
|
4393
|
+
children: /* @__PURE__ */ d(Fr, { size: 12 })
|
|
4394
4394
|
}
|
|
4395
4395
|
)
|
|
4396
4396
|
]
|
|
4397
4397
|
},
|
|
4398
|
-
a(
|
|
4398
|
+
a(k)
|
|
4399
4399
|
)),
|
|
4400
|
-
m && /* @__PURE__ */
|
|
4400
|
+
m && /* @__PURE__ */ d(
|
|
4401
4401
|
"input",
|
|
4402
4402
|
{
|
|
4403
|
-
ref:
|
|
4404
|
-
id:
|
|
4403
|
+
ref: O,
|
|
4404
|
+
id: X,
|
|
4405
4405
|
type: "text",
|
|
4406
4406
|
className: "flex-grow min-w-[60px] bg-transparent outline-none placeholder:text-sm",
|
|
4407
4407
|
value: x,
|
|
4408
4408
|
onChange: Nr,
|
|
4409
4409
|
onKeyDown: en,
|
|
4410
|
-
placeholder:
|
|
4410
|
+
placeholder: te ? "" : u,
|
|
4411
4411
|
disabled: h,
|
|
4412
4412
|
"aria-autocomplete": "list",
|
|
4413
|
-
"aria-controls":
|
|
4413
|
+
"aria-controls": z,
|
|
4414
4414
|
autoComplete: "off"
|
|
4415
4415
|
}
|
|
4416
4416
|
),
|
|
4417
|
-
!m && !
|
|
4417
|
+
!m && !te && /* @__PURE__ */ d("span", { className: "text-secondarytext text-sm flex-grow", children: u })
|
|
4418
4418
|
]
|
|
4419
4419
|
}
|
|
4420
4420
|
),
|
|
4421
4421
|
/* @__PURE__ */ g("div", { className: "absolute right-3 top-1/2 -translate-y-1/2 flex items-center gap-2", children: [
|
|
4422
|
-
l && /* @__PURE__ */
|
|
4423
|
-
/* @__PURE__ */
|
|
4422
|
+
l && /* @__PURE__ */ d(at, { size: 16, className: "text-green-600" }),
|
|
4423
|
+
/* @__PURE__ */ d(
|
|
4424
4424
|
Wr,
|
|
4425
4425
|
{
|
|
4426
4426
|
size: 16,
|
|
4427
4427
|
className: y("transition-transform text-base-11", {
|
|
4428
|
-
"rotate-180":
|
|
4428
|
+
"rotate-180": I
|
|
4429
4429
|
})
|
|
4430
4430
|
}
|
|
4431
4431
|
)
|
|
@@ -4434,19 +4434,19 @@ const Yi = ({
|
|
|
4434
4434
|
}
|
|
4435
4435
|
)
|
|
4436
4436
|
] }),
|
|
4437
|
-
/* @__PURE__ */
|
|
4437
|
+
/* @__PURE__ */ d(Rt, { children: I && /* @__PURE__ */ d(qt, { children: /* @__PURE__ */ d(
|
|
4438
4438
|
ke.div,
|
|
4439
4439
|
{
|
|
4440
4440
|
initial: { opacity: 0, y: -10 },
|
|
4441
4441
|
animate: { opacity: 1, y: 0 },
|
|
4442
4442
|
exit: { opacity: 0, y: -10 },
|
|
4443
4443
|
transition: { duration: 0.15 },
|
|
4444
|
-
ref:
|
|
4444
|
+
ref: V,
|
|
4445
4445
|
style: {
|
|
4446
4446
|
position: "fixed",
|
|
4447
|
-
left:
|
|
4448
|
-
top:
|
|
4449
|
-
bottom:
|
|
4447
|
+
left: $t.x,
|
|
4448
|
+
top: $t.top,
|
|
4449
|
+
bottom: $t.bottom,
|
|
4450
4450
|
width: v.current?.offsetWidth ?? 200
|
|
4451
4451
|
},
|
|
4452
4452
|
className: y(
|
|
@@ -4455,10 +4455,10 @@ const Yi = ({
|
|
|
4455
4455
|
"customscrollbarnohide"
|
|
4456
4456
|
),
|
|
4457
4457
|
role: "listbox",
|
|
4458
|
-
id:
|
|
4459
|
-
"aria-labelledby":
|
|
4460
|
-
children:
|
|
4461
|
-
const
|
|
4458
|
+
id: z,
|
|
4459
|
+
"aria-labelledby": S,
|
|
4460
|
+
children: q.length === 0 ? /* @__PURE__ */ d("div", { className: "px-3 py-2 text-sm text-secondarytext", children: x ? "No results found" : "No options available" }) : q.map((k, P) => {
|
|
4461
|
+
const U = Ye(k);
|
|
4462
4462
|
return /* @__PURE__ */ g(
|
|
4463
4463
|
"div",
|
|
4464
4464
|
{
|
|
@@ -4471,46 +4471,46 @@ const Yi = ({
|
|
|
4471
4471
|
"first:rounded-t-6 last:rounded-b-6",
|
|
4472
4472
|
// !selected && "pl-9",
|
|
4473
4473
|
{
|
|
4474
|
-
"bg-base-3 dark-theme:bg-base-4": P ===
|
|
4475
|
-
"bg-brandfadedbg text-brand":
|
|
4474
|
+
"bg-base-3 dark-theme:bg-base-4": P === Y,
|
|
4475
|
+
"bg-brandfadedbg text-brand": U
|
|
4476
4476
|
}
|
|
4477
4477
|
),
|
|
4478
|
-
onClick: () => Ge(
|
|
4478
|
+
onClick: () => Ge(k),
|
|
4479
4479
|
role: "option",
|
|
4480
|
-
"aria-selected":
|
|
4481
|
-
onMouseEnter: () =>
|
|
4480
|
+
"aria-selected": U,
|
|
4481
|
+
onMouseEnter: () => M(P),
|
|
4482
4482
|
children: [
|
|
4483
|
-
/* @__PURE__ */
|
|
4484
|
-
|
|
4483
|
+
/* @__PURE__ */ d("span", { children: s(k) }),
|
|
4484
|
+
U && /* @__PURE__ */ d(at, { size: 16 })
|
|
4485
4485
|
]
|
|
4486
4486
|
},
|
|
4487
|
-
a(
|
|
4487
|
+
a(k)
|
|
4488
4488
|
);
|
|
4489
4489
|
})
|
|
4490
4490
|
}
|
|
4491
4491
|
) }) }),
|
|
4492
|
-
c && /* @__PURE__ */
|
|
4492
|
+
c && /* @__PURE__ */ d(
|
|
4493
4493
|
"p",
|
|
4494
4494
|
{
|
|
4495
|
-
id:
|
|
4495
|
+
id: p,
|
|
4496
4496
|
className: "text-red-9 text-xs mt-1",
|
|
4497
4497
|
"aria-live": "assertive",
|
|
4498
4498
|
children: c
|
|
4499
4499
|
}
|
|
4500
4500
|
),
|
|
4501
|
-
/* @__PURE__ */
|
|
4501
|
+
/* @__PURE__ */ d("div", { className: "sr-only", "aria-live": "polite", "aria-atomic": "true", children: Q.length > 0 ? `Selected: ${Q.map(s).join(", ")}` : "No selections" })
|
|
4502
4502
|
] });
|
|
4503
4503
|
}, Bi = ({
|
|
4504
4504
|
name: e,
|
|
4505
4505
|
...t
|
|
4506
4506
|
}) => {
|
|
4507
|
-
const { control: n } =
|
|
4508
|
-
return n ? /* @__PURE__ */
|
|
4509
|
-
|
|
4507
|
+
const { control: n } = bt();
|
|
4508
|
+
return n ? /* @__PURE__ */ d(
|
|
4509
|
+
pt,
|
|
4510
4510
|
{
|
|
4511
4511
|
name: e,
|
|
4512
4512
|
control: n,
|
|
4513
|
-
render: ({ field: r, fieldState: o }) => /* @__PURE__ */
|
|
4513
|
+
render: ({ field: r, fieldState: o }) => /* @__PURE__ */ d(
|
|
4514
4514
|
Is,
|
|
4515
4515
|
{
|
|
4516
4516
|
selectedValues: r.value || [],
|
|
@@ -4526,16 +4526,17 @@ const Yi = ({
|
|
|
4526
4526
|
] }));
|
|
4527
4527
|
}, Vi = ({
|
|
4528
4528
|
tabPage: e,
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4529
|
+
absolute: t = !0,
|
|
4530
|
+
navBar: n,
|
|
4531
|
+
children: r,
|
|
4532
|
+
onRefresh: o,
|
|
4533
|
+
style: a,
|
|
4534
|
+
className: s,
|
|
4535
|
+
contentClassName: i,
|
|
4536
|
+
bounceBackDuration: l = 300,
|
|
4537
|
+
showScrollbar: c = !0
|
|
4537
4538
|
}) => {
|
|
4538
|
-
const
|
|
4539
|
+
const u = E(null), f = E(null), m = E(null), h = E(null), b = E(null), [x, N] = j(!1), T = E(null), $ = E({
|
|
4539
4540
|
startY: 0,
|
|
4540
4541
|
// Track where the scroll position was when gesture started
|
|
4541
4542
|
currentY: 0,
|
|
@@ -4548,113 +4549,113 @@ const Yi = ({
|
|
|
4548
4549
|
pullDistance: 0,
|
|
4549
4550
|
refreshThreshold: 50,
|
|
4550
4551
|
isPullingToRefresh: !1
|
|
4551
|
-
}), {
|
|
4552
|
-
|
|
4553
|
-
|
|
4552
|
+
}), { id: Y } = An(), M = vt(), O = A(
|
|
4553
|
+
gt(() => {
|
|
4554
|
+
u.current && f.current && ($.current.maxScroll = Math.max(
|
|
4554
4555
|
0,
|
|
4555
|
-
|
|
4556
|
+
f.current.offsetHeight - u.current.offsetHeight
|
|
4556
4557
|
));
|
|
4557
4558
|
}),
|
|
4558
4559
|
[]
|
|
4559
|
-
),
|
|
4560
|
-
const { maxScroll: p } =
|
|
4561
|
-
return
|
|
4562
|
-
}, []),
|
|
4563
|
-
if (!
|
|
4560
|
+
), v = A((S) => {
|
|
4561
|
+
const { maxScroll: p } = $.current;
|
|
4562
|
+
return S > 0 ? Math.pow(S, 0.8) : S < -p ? -p - Math.pow(-(S + p), 0.8) : S;
|
|
4563
|
+
}, []), w = A(() => {
|
|
4564
|
+
if (!c || !u.current || !h.current)
|
|
4564
4565
|
return;
|
|
4565
|
-
const { currentY:
|
|
4566
|
+
const { currentY: S, maxScroll: p } = $.current, z = u.current.offsetHeight, fe = Math.max(
|
|
4566
4567
|
30,
|
|
4567
|
-
|
|
4568
|
-
),
|
|
4569
|
-
let
|
|
4570
|
-
|
|
4571
|
-
}, [
|
|
4572
|
-
(
|
|
4573
|
-
if (
|
|
4568
|
+
z / (z + p) * z
|
|
4569
|
+
), Q = z - fe;
|
|
4570
|
+
let te = -S / p * Q, q = 1;
|
|
4571
|
+
S > 0 ? (te = 0, q = 1 - S / z, h.current.style.transformOrigin = "top") : S < -p ? (te = Q, q = 1 - Math.abs(S + p) / z, h.current.style.transformOrigin = "bottom") : h.current.style.transformOrigin = "top", h.current.style.transform = `translate3d(0, ${te}px, 0) scaleY(${q})`, h.current.style.height = `${fe}px`;
|
|
4572
|
+
}, [c]), D = A(
|
|
4573
|
+
(S) => {
|
|
4574
|
+
if ($.current.currentY = S, f.current && (f.current.style.transform = `translate3d(0, ${S}px, 0)`), m.current) {
|
|
4574
4575
|
const p = Math.max(
|
|
4575
|
-
|
|
4576
|
-
|
|
4576
|
+
S - $.current.refreshThreshold,
|
|
4577
|
+
-$.current.refreshThreshold
|
|
4577
4578
|
);
|
|
4578
|
-
|
|
4579
|
+
m.current.style.transform = `translate3d(0, ${p}px, 0)`;
|
|
4579
4580
|
}
|
|
4580
|
-
|
|
4581
|
+
w();
|
|
4581
4582
|
},
|
|
4582
|
-
[
|
|
4583
|
-
),
|
|
4584
|
-
(
|
|
4585
|
-
const p =
|
|
4583
|
+
[w]
|
|
4584
|
+
), W = A(
|
|
4585
|
+
(S) => {
|
|
4586
|
+
const p = $.current;
|
|
4586
4587
|
p.frameCallback && (Pe(p.frameCallback), p.frameCallback = null);
|
|
4587
|
-
const
|
|
4588
|
-
const
|
|
4589
|
-
|
|
4588
|
+
const z = performance.now(), fe = p.currentY, Q = S - fe, te = () => {
|
|
4589
|
+
const q = performance.now() - z, Ye = Math.min(q / l, 1), Ge = 1 - Math.pow(1 - Ye, 3), Qe = fe + Q * Ge;
|
|
4590
|
+
D(Qe), Ye >= 1 && (p.frameCallback && (Pe(p.frameCallback), p.frameCallback = null), D(S), S === 0 && m.current && (m.current.textContent = "Pull to refresh"));
|
|
4590
4591
|
};
|
|
4591
|
-
p.frameCallback = tn.render(
|
|
4592
|
+
p.frameCallback = tn.render(te, !0);
|
|
4592
4593
|
},
|
|
4593
|
-
[
|
|
4594
|
-
),
|
|
4595
|
-
(
|
|
4596
|
-
const p =
|
|
4594
|
+
[D, l]
|
|
4595
|
+
), V = A(
|
|
4596
|
+
(S) => {
|
|
4597
|
+
const p = $.current;
|
|
4597
4598
|
p.frameCallback && (Pe(p.frameCallback), p.frameCallback = null);
|
|
4598
|
-
let
|
|
4599
|
-
const
|
|
4600
|
-
const
|
|
4601
|
-
if (
|
|
4602
|
-
p.frameCallback && (Pe(p.frameCallback), p.frameCallback = null),
|
|
4599
|
+
let z = S, fe = Date.now();
|
|
4600
|
+
const Q = () => {
|
|
4601
|
+
const te = Date.now(), q = te - fe;
|
|
4602
|
+
if (fe = te, z *= Math.pow(0.95, q / 16), p.currentY += z * q, p.currentY > 0 || p.currentY < -p.maxScroll) {
|
|
4603
|
+
p.frameCallback && (Pe(p.frameCallback), p.frameCallback = null), W(p.currentY > 0 ? 0 : -p.maxScroll);
|
|
4603
4604
|
return;
|
|
4604
4605
|
}
|
|
4605
|
-
|
|
4606
|
+
D(p.currentY), Math.abs(z) < 0.01 && p.frameCallback && (Pe(p.frameCallback), p.frameCallback = null);
|
|
4606
4607
|
};
|
|
4607
|
-
p.frameCallback = tn.render(
|
|
4608
|
+
p.frameCallback = tn.render(Q, !0);
|
|
4608
4609
|
},
|
|
4609
|
-
[
|
|
4610
|
-
),
|
|
4611
|
-
if (!
|
|
4612
|
-
|
|
4613
|
-
|
|
4610
|
+
[D, W]
|
|
4611
|
+
), B = A(() => {
|
|
4612
|
+
if (!c || !h.current) return;
|
|
4613
|
+
b.current !== null && clearTimeout(b.current), requestAnimationFrame(() => {
|
|
4614
|
+
h.current && (h.current.style.opacity = "1");
|
|
4614
4615
|
});
|
|
4615
|
-
const
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4616
|
+
const S = window.requestIdleCallback || ((p) => setTimeout(p, 1e3));
|
|
4617
|
+
b.current = window.setTimeout(() => {
|
|
4618
|
+
S(() => {
|
|
4619
|
+
h.current && (h.current.style.opacity = "0"), b.current = null;
|
|
4619
4620
|
});
|
|
4620
4621
|
}, 1e3);
|
|
4621
|
-
}, [
|
|
4622
|
-
(
|
|
4623
|
-
if (
|
|
4622
|
+
}, [c]), I = A(
|
|
4623
|
+
(S) => {
|
|
4624
|
+
if (T.current !== null && Date.now() - T.current < 50)
|
|
4624
4625
|
return;
|
|
4625
|
-
|
|
4626
|
-
const p =
|
|
4627
|
-
p.isScrolling = !0, p.startY = p.currentY, p.lastTimestamp = Date.now(), p.isPullingToRefresh = p.currentY === 0, p.frameCallback && (Pe(p.frameCallback), p.frameCallback = null),
|
|
4626
|
+
T.current = Date.now();
|
|
4627
|
+
const p = $.current;
|
|
4628
|
+
p.isScrolling = !0, p.startY = p.currentY, p.lastTimestamp = Date.now(), p.isPullingToRefresh = p.currentY === 0, p.pullDistance = 0, p.frameCallback && (Pe(p.frameCallback), p.frameCallback = null), B();
|
|
4628
4629
|
},
|
|
4629
|
-
[
|
|
4630
|
-
),
|
|
4631
|
-
(
|
|
4632
|
-
const p =
|
|
4630
|
+
[B]
|
|
4631
|
+
), C = A(
|
|
4632
|
+
(S) => {
|
|
4633
|
+
const p = $.current;
|
|
4633
4634
|
if (!p.isScrolling) return;
|
|
4634
|
-
const
|
|
4635
|
-
p.isPullingToRefresh &&
|
|
4635
|
+
const z = v(p.startY + S.deltaY);
|
|
4636
|
+
p.isPullingToRefresh && z < p.startY && (p.isPullingToRefresh = !1), D(z), o && p.isPullingToRefresh && !x && z > 0 && (p.pullDistance = z, m.current && (m.current.textContent = p.pullDistance > p.refreshThreshold ? "Release to refresh" : "Pull to refresh")), B();
|
|
4636
4637
|
},
|
|
4637
4638
|
[
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
|
|
4639
|
+
o,
|
|
4640
|
+
D,
|
|
4641
|
+
x,
|
|
4642
|
+
B,
|
|
4643
|
+
v
|
|
4643
4644
|
]
|
|
4644
|
-
),
|
|
4645
|
-
(
|
|
4646
|
-
const p =
|
|
4647
|
-
p.isScrolling && (p.isScrolling = !1,
|
|
4645
|
+
), L = A(
|
|
4646
|
+
(S) => {
|
|
4647
|
+
const p = $.current;
|
|
4648
|
+
p.isScrolling && (p.isScrolling = !1, o && p.isPullingToRefresh && !x && p.pullDistance > p.refreshThreshold ? X() : p.currentY > 0 || p.currentY < -p.maxScroll ? W(p.currentY > 0 ? 0 : -p.maxScroll) : V(S.velocityY), p.isPullingToRefresh = !1);
|
|
4648
4649
|
},
|
|
4649
|
-
[
|
|
4650
|
-
),
|
|
4651
|
-
|
|
4652
|
-
|
|
4650
|
+
[o, V, W, x]
|
|
4651
|
+
), X = A(() => {
|
|
4652
|
+
N(!0), W($.current.refreshThreshold), m.current && (m.current.textContent = "Refreshing..."), o && o().then(() => {
|
|
4653
|
+
N(!1), W(0);
|
|
4653
4654
|
});
|
|
4654
|
-
}, [
|
|
4655
|
-
return
|
|
4656
|
-
if (!
|
|
4657
|
-
const
|
|
4655
|
+
}, [o, W]);
|
|
4656
|
+
return R(() => {
|
|
4657
|
+
if (!u.current) return;
|
|
4658
|
+
const S = Ir(u.current, {
|
|
4658
4659
|
name: "page-scroller-gesture",
|
|
4659
4660
|
// threshold: 0, due to small miss touches
|
|
4660
4661
|
// maybe if implementing proper stop propagation
|
|
@@ -4663,62 +4664,62 @@ const Yi = ({
|
|
|
4663
4664
|
priority: 10,
|
|
4664
4665
|
passive: !0,
|
|
4665
4666
|
direction: "y",
|
|
4666
|
-
onStart:
|
|
4667
|
-
onMove:
|
|
4668
|
-
onEnd:
|
|
4667
|
+
onStart: I,
|
|
4668
|
+
onMove: C,
|
|
4669
|
+
onEnd: L
|
|
4669
4670
|
});
|
|
4670
|
-
return
|
|
4671
|
-
}, [
|
|
4672
|
-
if (
|
|
4673
|
-
return O(),
|
|
4674
|
-
window.removeEventListener("resize", O),
|
|
4671
|
+
return S.init(), () => S.destroy();
|
|
4672
|
+
}, [I, C, L]), R(() => {
|
|
4673
|
+
if (u.current)
|
|
4674
|
+
return O(), w(), window.addEventListener("resize", O), () => {
|
|
4675
|
+
window.removeEventListener("resize", O), b.current !== null && clearTimeout(b.current);
|
|
4675
4676
|
};
|
|
4676
|
-
}, [O,
|
|
4677
|
+
}, [O, w]), /* @__PURE__ */ g(
|
|
4677
4678
|
ke.div,
|
|
4678
4679
|
{
|
|
4679
|
-
id:
|
|
4680
|
-
ref:
|
|
4680
|
+
id: Y,
|
|
4681
|
+
ref: u,
|
|
4681
4682
|
initial: {
|
|
4682
|
-
x: e ||
|
|
4683
|
-
y:
|
|
4684
|
-
opacity:
|
|
4683
|
+
x: e || M ? 0 : window.innerWidth,
|
|
4684
|
+
y: M ? 20 : void 0,
|
|
4685
|
+
opacity: M && !e ? 0 : 1
|
|
4685
4686
|
},
|
|
4686
4687
|
animate: {
|
|
4687
|
-
x:
|
|
4688
|
-
y:
|
|
4688
|
+
x: M || e ? void 0 : 0,
|
|
4689
|
+
y: M ? 0 : void 0,
|
|
4689
4690
|
opacity: 1,
|
|
4690
4691
|
transition: {
|
|
4691
4692
|
ease: [0.32, 0.72, 0, 1],
|
|
4692
|
-
duration:
|
|
4693
|
+
duration: M ? 0.34 : 0.44,
|
|
4693
4694
|
delay: 0.2
|
|
4694
4695
|
}
|
|
4695
4696
|
},
|
|
4696
4697
|
exit: {
|
|
4697
|
-
x:
|
|
4698
|
-
y:
|
|
4699
|
-
opacity:
|
|
4698
|
+
x: M || e ? void 0 : window.innerWidth + 80,
|
|
4699
|
+
y: M ? 20 : 0,
|
|
4700
|
+
opacity: M ? 0 : 1,
|
|
4700
4701
|
transition: {
|
|
4701
|
-
duration:
|
|
4702
|
+
duration: M ? 0.34 : 0.6,
|
|
4702
4703
|
ease: [0.32, 0.72, 0, 1]
|
|
4703
4704
|
}
|
|
4704
4705
|
},
|
|
4705
4706
|
style: {
|
|
4706
4707
|
overflow: "hidden",
|
|
4707
|
-
|
|
4708
|
-
...
|
|
4708
|
+
position: t ? "absolute" : "relative",
|
|
4709
|
+
...a
|
|
4709
4710
|
},
|
|
4710
4711
|
className: y(
|
|
4711
4712
|
"top-0 right-0 h-full w-full bg-base-1 isolate will-change-transform",
|
|
4712
|
-
|
|
4713
|
+
s
|
|
4713
4714
|
),
|
|
4714
4715
|
children: [
|
|
4715
|
-
|
|
4716
|
+
o && /* @__PURE__ */ d(
|
|
4716
4717
|
"div",
|
|
4717
4718
|
{
|
|
4718
|
-
ref:
|
|
4719
|
+
ref: m,
|
|
4719
4720
|
style: {
|
|
4720
4721
|
position: "absolute",
|
|
4721
|
-
top:
|
|
4722
|
+
top: n ? 48 : 0,
|
|
4722
4723
|
left: 0,
|
|
4723
4724
|
width: "100%",
|
|
4724
4725
|
textAlign: "center",
|
|
@@ -4729,10 +4730,10 @@ const Yi = ({
|
|
|
4729
4730
|
children: "Pull to refresh"
|
|
4730
4731
|
}
|
|
4731
4732
|
),
|
|
4732
|
-
/* @__PURE__ */
|
|
4733
|
+
/* @__PURE__ */ d(
|
|
4733
4734
|
"div",
|
|
4734
4735
|
{
|
|
4735
|
-
ref:
|
|
4736
|
+
ref: f,
|
|
4736
4737
|
style: {
|
|
4737
4738
|
position: "absolute",
|
|
4738
4739
|
top: 0,
|
|
@@ -4740,15 +4741,15 @@ const Yi = ({
|
|
|
4740
4741
|
width: "100%",
|
|
4741
4742
|
willChange: "transform"
|
|
4742
4743
|
},
|
|
4743
|
-
className:
|
|
4744
|
-
children:
|
|
4744
|
+
className: i,
|
|
4745
|
+
children: r
|
|
4745
4746
|
}
|
|
4746
4747
|
),
|
|
4747
|
-
|
|
4748
|
-
|
|
4748
|
+
n,
|
|
4749
|
+
c && /* @__PURE__ */ d(
|
|
4749
4750
|
"div",
|
|
4750
4751
|
{
|
|
4751
|
-
ref:
|
|
4752
|
+
ref: h,
|
|
4752
4753
|
style: {
|
|
4753
4754
|
position: "absolute",
|
|
4754
4755
|
top: 2,
|
|
@@ -4765,7 +4766,7 @@ const Yi = ({
|
|
|
4765
4766
|
)
|
|
4766
4767
|
]
|
|
4767
4768
|
},
|
|
4768
|
-
`page${
|
|
4769
|
+
`page${Y}`
|
|
4769
4770
|
);
|
|
4770
4771
|
}, Rs = {
|
|
4771
4772
|
2: "text-2xl",
|
|
@@ -4779,9 +4780,9 @@ const Yi = ({
|
|
|
4779
4780
|
descriptionClassName: r,
|
|
4780
4781
|
className: o
|
|
4781
4782
|
}) => /* @__PURE__ */ g("div", { className: y("text-center", o), children: [
|
|
4782
|
-
/* @__PURE__ */
|
|
4783
|
-
t ? /* @__PURE__ */
|
|
4784
|
-
] }), Xi =
|
|
4783
|
+
/* @__PURE__ */ d("p", { className: `${Rs[n]} font-medium`, children: e }),
|
|
4784
|
+
t ? /* @__PURE__ */ d("p", { className: y("mt-6 text-base-11", r), children: t }) : null
|
|
4785
|
+
] }), Xi = qe(
|
|
4785
4786
|
({
|
|
4786
4787
|
placeholder: e = "Buscar",
|
|
4787
4788
|
value: t,
|
|
@@ -4793,10 +4794,10 @@ const Yi = ({
|
|
|
4793
4794
|
onMount: i,
|
|
4794
4795
|
error: l
|
|
4795
4796
|
}, c) => {
|
|
4796
|
-
const u =
|
|
4797
|
-
return
|
|
4797
|
+
const u = E(null), f = vt(), m = Yn(u, c), h = A(() => n && n(u), []);
|
|
4798
|
+
return R(() => {
|
|
4798
4799
|
const b = async () => {
|
|
4799
|
-
i && await i(u,
|
|
4800
|
+
i && await i(u, f);
|
|
4800
4801
|
};
|
|
4801
4802
|
h(), b();
|
|
4802
4803
|
}, []), /* @__PURE__ */ g(
|
|
@@ -4811,7 +4812,7 @@ const Yi = ({
|
|
|
4811
4812
|
s
|
|
4812
4813
|
),
|
|
4813
4814
|
children: [
|
|
4814
|
-
/* @__PURE__ */
|
|
4815
|
+
/* @__PURE__ */ d(
|
|
4815
4816
|
"input",
|
|
4816
4817
|
{
|
|
4817
4818
|
ref: m,
|
|
@@ -4821,14 +4822,14 @@ const Yi = ({
|
|
|
4821
4822
|
autoComplete: "off",
|
|
4822
4823
|
autoCorrect: "off",
|
|
4823
4824
|
type: "search",
|
|
4824
|
-
autoFocus: r ? r(
|
|
4825
|
+
autoFocus: r ? r(f) : void 0,
|
|
4825
4826
|
className: y(
|
|
4826
4827
|
"w-full py-1.5 pl-10 pr-3 bg-transparent outline-none text-base-12 placeholder:text-base-11 [&::-webkit-search-cancel-button]:appearance-none",
|
|
4827
4828
|
l && "text-red-9 placeholder:text-red-9"
|
|
4828
4829
|
)
|
|
4829
4830
|
}
|
|
4830
4831
|
),
|
|
4831
|
-
/* @__PURE__ */
|
|
4832
|
+
/* @__PURE__ */ d(
|
|
4832
4833
|
Ar,
|
|
4833
4834
|
{
|
|
4834
4835
|
size: 20,
|
|
@@ -4837,7 +4838,7 @@ const Yi = ({
|
|
|
4837
4838
|
})
|
|
4838
4839
|
}
|
|
4839
4840
|
),
|
|
4840
|
-
o && t && t.length > 0 ? /* @__PURE__ */
|
|
4841
|
+
o && t && t.length > 0 ? /* @__PURE__ */ d(
|
|
4841
4842
|
"button",
|
|
4842
4843
|
{
|
|
4843
4844
|
onClick: () => {
|
|
@@ -4847,7 +4848,7 @@ const Yi = ({
|
|
|
4847
4848
|
"absolute right-2.5 rounded-full",
|
|
4848
4849
|
l ? "text-red-9" : "text-base-11"
|
|
4849
4850
|
),
|
|
4850
|
-
children: /* @__PURE__ */
|
|
4851
|
+
children: /* @__PURE__ */ d(ht, { size: 20 })
|
|
4851
4852
|
}
|
|
4852
4853
|
) : null
|
|
4853
4854
|
]
|
|
@@ -4861,10 +4862,10 @@ const Yi = ({
|
|
|
4861
4862
|
className: r,
|
|
4862
4863
|
buttonClassName: o
|
|
4863
4864
|
}) => {
|
|
4864
|
-
const [a, s] =
|
|
4865
|
+
const [a, s] = j(!1), i = le(() => e.length > t, [e]), l = le(() => i ? a ? e : e.slice(0, t).trim() + "..." : e, [e, a, i]);
|
|
4865
4866
|
return /* @__PURE__ */ g("div", { children: [
|
|
4866
|
-
/* @__PURE__ */
|
|
4867
|
-
i ? /* @__PURE__ */
|
|
4867
|
+
/* @__PURE__ */ d("p", { className: y("text-base-12", n === "sm" && "text-sm", r), children: l }),
|
|
4868
|
+
i ? /* @__PURE__ */ d(
|
|
4868
4869
|
"button",
|
|
4869
4870
|
{
|
|
4870
4871
|
onClick: () => s((c) => !c),
|
|
@@ -4886,16 +4887,16 @@ const Yi = ({
|
|
|
4886
4887
|
n === "max" ? l = i : l = n ?? (a ? e.clientHeight : e.clientWidth) * r;
|
|
4887
4888
|
let c;
|
|
4888
4889
|
if (t === "right" || t === "down" ? c = Math.min(s + l, i) : c = Math.max(s - l, 0), c === s) return;
|
|
4889
|
-
|
|
4890
|
+
Pt(0, 1, {
|
|
4890
4891
|
duration: {
|
|
4891
4892
|
fast: 0.15,
|
|
4892
4893
|
normal: 0.4,
|
|
4893
4894
|
slow: 0.8
|
|
4894
4895
|
}[o],
|
|
4895
4896
|
ease: "easeOut",
|
|
4896
|
-
onUpdate: (
|
|
4897
|
+
onUpdate: (f) => {
|
|
4897
4898
|
if (!e) return;
|
|
4898
|
-
const m = s + (c - s) *
|
|
4899
|
+
const m = s + (c - s) * f;
|
|
4899
4900
|
a ? e.scrollTop = m : e.scrollLeft = m;
|
|
4900
4901
|
}
|
|
4901
4902
|
});
|
|
@@ -4917,7 +4918,7 @@ const Yi = ({
|
|
|
4917
4918
|
duration: 0.3
|
|
4918
4919
|
}
|
|
4919
4920
|
}
|
|
4920
|
-
},
|
|
4921
|
+
}, ge = {
|
|
4921
4922
|
rounded: {
|
|
4922
4923
|
3: "rounded-3",
|
|
4923
4924
|
6: "rounded-6",
|
|
@@ -4959,14 +4960,14 @@ const Yi = ({
|
|
|
4959
4960
|
unselectedColor: l = "none",
|
|
4960
4961
|
width: c = "fit",
|
|
4961
4962
|
border: u = "solid",
|
|
4962
|
-
rounded:
|
|
4963
|
+
rounded: f = 6,
|
|
4963
4964
|
trackScroll: m = !0,
|
|
4964
4965
|
// from,
|
|
4965
4966
|
className: h
|
|
4966
4967
|
}) => {
|
|
4967
|
-
const [b, x] =
|
|
4968
|
-
onOverflow: (
|
|
4969
|
-
x({ left:
|
|
4968
|
+
const [b, x] = j({ left: !1, right: !1 }), { ref: N } = Br({
|
|
4969
|
+
onOverflow: (T) => {
|
|
4970
|
+
x({ left: T.canScrollLeft, right: T.canScrollRight });
|
|
4970
4971
|
},
|
|
4971
4972
|
// enabled: inView,
|
|
4972
4973
|
trackScroll: m
|
|
@@ -4976,43 +4977,43 @@ const Yi = ({
|
|
|
4976
4977
|
{
|
|
4977
4978
|
className: y(
|
|
4978
4979
|
"relative overflow-hidden",
|
|
4979
|
-
|
|
4980
|
-
|
|
4980
|
+
ge.widths[c].container,
|
|
4981
|
+
ge.rounded[f],
|
|
4981
4982
|
h
|
|
4982
4983
|
),
|
|
4983
4984
|
children: [
|
|
4984
|
-
/* @__PURE__ */
|
|
4985
|
+
/* @__PURE__ */ d(
|
|
4985
4986
|
"div",
|
|
4986
4987
|
{
|
|
4987
4988
|
ref: N,
|
|
4988
4989
|
className: y(
|
|
4989
4990
|
"flex items-center border overflow-x-scroll scrollbar-hide",
|
|
4990
|
-
|
|
4991
|
-
|
|
4991
|
+
ge.rounded[f],
|
|
4992
|
+
ge.border[u]
|
|
4992
4993
|
),
|
|
4993
|
-
children: e.map((
|
|
4994
|
-
const
|
|
4995
|
-
return /* @__PURE__ */
|
|
4994
|
+
children: e.map((T) => {
|
|
4995
|
+
const $ = r(t) === r(T);
|
|
4996
|
+
return /* @__PURE__ */ d(
|
|
4996
4997
|
"button",
|
|
4997
4998
|
{
|
|
4998
|
-
onClick: () => n?.(
|
|
4999
|
+
onClick: () => n?.(T),
|
|
4999
5000
|
className: y(
|
|
5000
5001
|
"border-r px-3 py-1 last:border-none text-nowrap shrink-0",
|
|
5001
|
-
|
|
5002
|
-
|
|
5003
|
-
a ? a(
|
|
5004
|
-
|
|
5002
|
+
ge.widths[c].item,
|
|
5003
|
+
!$ && "lg:hover:bg-overlay-3",
|
|
5004
|
+
a ? a($) : $ ? ge.colors[i] : ge.unselectedColors[l],
|
|
5005
|
+
ge.border[u],
|
|
5005
5006
|
s
|
|
5006
5007
|
),
|
|
5007
|
-
children: o(
|
|
5008
|
+
children: o(T)
|
|
5008
5009
|
},
|
|
5009
|
-
r(
|
|
5010
|
+
r(T)
|
|
5010
5011
|
);
|
|
5011
5012
|
})
|
|
5012
5013
|
}
|
|
5013
5014
|
),
|
|
5014
|
-
/* @__PURE__ */ g(
|
|
5015
|
-
b.left ? /* @__PURE__ */
|
|
5015
|
+
/* @__PURE__ */ g(Rt, { children: [
|
|
5016
|
+
b.left ? /* @__PURE__ */ d(
|
|
5016
5017
|
ke.button,
|
|
5017
5018
|
{
|
|
5018
5019
|
variants: Nn,
|
|
@@ -5023,11 +5024,11 @@ const Yi = ({
|
|
|
5023
5024
|
N.current && xn({ el: N.current, direction: "left" });
|
|
5024
5025
|
},
|
|
5025
5026
|
className: "absolute shrink-0 left-0 px-1 h-full bg-gradient-to-r from-base-2 top-0",
|
|
5026
|
-
children: /* @__PURE__ */
|
|
5027
|
+
children: /* @__PURE__ */ d(Dn, { className: "text-base-13" })
|
|
5027
5028
|
},
|
|
5028
5029
|
"leftarrow"
|
|
5029
5030
|
) : null,
|
|
5030
|
-
b.right ? /* @__PURE__ */
|
|
5031
|
+
b.right ? /* @__PURE__ */ d(
|
|
5031
5032
|
ke.button,
|
|
5032
5033
|
{
|
|
5033
5034
|
variants: Nn,
|
|
@@ -5038,7 +5039,7 @@ const Yi = ({
|
|
|
5038
5039
|
N.current && xn({ el: N.current, direction: "right" });
|
|
5039
5040
|
},
|
|
5040
5041
|
className: "absolute shrink-0 right-0 px-1 h-full bg-gradient-to-l from-base-2 top-0",
|
|
5041
|
-
children: /* @__PURE__ */
|
|
5042
|
+
children: /* @__PURE__ */ d(Cn, { className: "text-base-13" })
|
|
5042
5043
|
},
|
|
5043
5044
|
"rightarrow"
|
|
5044
5045
|
) : null
|
|
@@ -5046,11 +5047,11 @@ const Yi = ({
|
|
|
5046
5047
|
]
|
|
5047
5048
|
}
|
|
5048
5049
|
);
|
|
5049
|
-
}, Gi = ({ className: e }) => /* @__PURE__ */
|
|
5050
|
+
}, Gi = ({ className: e }) => /* @__PURE__ */ d("div", { className: y("w-full h-px bg-base-4", e) }), Hs = ({
|
|
5050
5051
|
loading: e = !0,
|
|
5051
5052
|
wrapperClassName: t,
|
|
5052
5053
|
spinnerClassName: n
|
|
5053
|
-
}) => /* @__PURE__ */
|
|
5054
|
+
}) => /* @__PURE__ */ d("div", { className: y("flex justify-center", t), children: /* @__PURE__ */ d(
|
|
5054
5055
|
"svg",
|
|
5055
5056
|
{
|
|
5056
5057
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5058,7 +5059,7 @@ const Yi = ({
|
|
|
5058
5059
|
height: "20",
|
|
5059
5060
|
viewBox: "0 0 20 20",
|
|
5060
5061
|
className: y({ "animate-spin": e }, n),
|
|
5061
|
-
children: /* @__PURE__ */
|
|
5062
|
+
children: /* @__PURE__ */ d(
|
|
5062
5063
|
"path",
|
|
5063
5064
|
{
|
|
5064
5065
|
fill: "currentColor",
|
|
@@ -5078,59 +5079,59 @@ const Yi = ({
|
|
|
5078
5079
|
deleteText: l = "Eliminar",
|
|
5079
5080
|
className: c
|
|
5080
5081
|
}) => {
|
|
5081
|
-
const [u,
|
|
5082
|
+
const [u, f] = j(!1);
|
|
5082
5083
|
return /* @__PURE__ */ g("div", { className: `w-full grid grid-cols-2 gap-4 col-span-full ${c}`, children: [
|
|
5083
5084
|
e && t ? /* @__PURE__ */ g(
|
|
5084
|
-
|
|
5085
|
+
J,
|
|
5085
5086
|
{
|
|
5086
5087
|
color: "dangersolid",
|
|
5087
5088
|
state: r ? "loading" : n ? "disabled" : "enabled",
|
|
5088
5089
|
onClick: () => {
|
|
5089
|
-
a ? u ? o?.() :
|
|
5090
|
+
a ? u ? o?.() : f(!0) : o?.();
|
|
5090
5091
|
},
|
|
5091
5092
|
children: [
|
|
5092
|
-
/* @__PURE__ */
|
|
5093
|
+
/* @__PURE__ */ d(ht, { size: 18 }),
|
|
5093
5094
|
a && u ? "Confirmar" : l
|
|
5094
5095
|
]
|
|
5095
5096
|
}
|
|
5096
5097
|
) : null,
|
|
5097
5098
|
/* @__PURE__ */ g(
|
|
5098
|
-
|
|
5099
|
+
J,
|
|
5099
5100
|
{
|
|
5100
5101
|
color: "brand",
|
|
5101
5102
|
className: y(e && t ? "" : "col-span-2"),
|
|
5102
5103
|
state: n ? "loading" : r ? "disabled" : "enabled",
|
|
5103
5104
|
type: "submit",
|
|
5104
5105
|
children: [
|
|
5105
|
-
n ? /* @__PURE__ */
|
|
5106
|
+
n ? /* @__PURE__ */ d(Hs, {}) : e ? /* @__PURE__ */ d(Ln, { size: 18 }) : /* @__PURE__ */ d(Fn, { size: 18 }),
|
|
5106
5107
|
e ? i : s
|
|
5107
5108
|
]
|
|
5108
5109
|
}
|
|
5109
5110
|
)
|
|
5110
5111
|
] });
|
|
5111
|
-
}, mr =
|
|
5112
|
+
}, mr = It(void 0), Ji = ({
|
|
5112
5113
|
children: e,
|
|
5113
5114
|
debug: t = !1
|
|
5114
5115
|
}) => {
|
|
5115
|
-
const n =
|
|
5116
|
+
const n = E([]), r = A(
|
|
5116
5117
|
(u) => {
|
|
5117
5118
|
n.current.push(u), t && console.log("Modal", u, "added", n.current);
|
|
5118
5119
|
},
|
|
5119
5120
|
[t]
|
|
5120
5121
|
), o = A(
|
|
5121
5122
|
(u) => {
|
|
5122
|
-
n.current = n.current.filter((
|
|
5123
|
+
n.current = n.current.filter((f) => f !== u), t && console.log("Modal", u, "removed", n.current);
|
|
5123
5124
|
},
|
|
5124
5125
|
[t]
|
|
5125
5126
|
), a = A(() => {
|
|
5126
5127
|
const u = n.current[n.current.length - 2];
|
|
5127
5128
|
return t && console.log("prev modal id", u), u;
|
|
5128
5129
|
}, [t]), s = A(
|
|
5129
|
-
(u,
|
|
5130
|
-
|
|
5130
|
+
(u, f = "modal") => {
|
|
5131
|
+
Pt(
|
|
5131
5132
|
u,
|
|
5132
5133
|
{
|
|
5133
|
-
y:
|
|
5134
|
+
y: f === "modal" ? -30 : -50,
|
|
5134
5135
|
scale: 0.9
|
|
5135
5136
|
},
|
|
5136
5137
|
{
|
|
@@ -5141,7 +5142,7 @@ const Yi = ({
|
|
|
5141
5142
|
},
|
|
5142
5143
|
[]
|
|
5143
5144
|
), i = A((u) => {
|
|
5144
|
-
|
|
5145
|
+
Pt(
|
|
5145
5146
|
u,
|
|
5146
5147
|
{
|
|
5147
5148
|
y: 0,
|
|
@@ -5160,9 +5161,9 @@ const Yi = ({
|
|
|
5160
5161
|
restoreParentModal: i,
|
|
5161
5162
|
getModals: l
|
|
5162
5163
|
};
|
|
5163
|
-
return /* @__PURE__ */
|
|
5164
|
+
return /* @__PURE__ */ d(mr.Provider, { value: c, children: e });
|
|
5164
5165
|
}, Bs = () => {
|
|
5165
|
-
const e =
|
|
5166
|
+
const e = mt(mr);
|
|
5166
5167
|
if (e === void 0)
|
|
5167
5168
|
throw new Error("useModals must be used within a ModalsProvider");
|
|
5168
5169
|
return e;
|
|
@@ -5178,12 +5179,12 @@ const Yi = ({
|
|
|
5178
5179
|
children: i
|
|
5179
5180
|
// ...others
|
|
5180
5181
|
}) => {
|
|
5181
|
-
const l = jr(), c =
|
|
5182
|
-
return
|
|
5183
|
-
|
|
5184
|
-
const x =
|
|
5182
|
+
const l = jr(), c = vt(), u = E(null), f = Bs(), { id: m, prevPath: h } = An(), b = le(() => r === "modal" || c, [r, c]);
|
|
5183
|
+
return R(() => {
|
|
5184
|
+
f.add(m);
|
|
5185
|
+
const x = f.getPrevId();
|
|
5185
5186
|
if (!x || (u.current = document.getElementById(x), !u.current)) return;
|
|
5186
|
-
x &&
|
|
5187
|
+
x && f.animateParentModal(
|
|
5187
5188
|
u.current,
|
|
5188
5189
|
b ? "modal" : "sheet"
|
|
5189
5190
|
);
|
|
@@ -5193,8 +5194,8 @@ const Yi = ({
|
|
|
5193
5194
|
console.log("IS THIS CLEANUP RUNNING?");
|
|
5194
5195
|
};
|
|
5195
5196
|
//! NOT RUNNING...
|
|
5196
|
-
}, [c]), Tn(() => () =>
|
|
5197
|
-
/* @__PURE__ */
|
|
5197
|
+
}, [c]), Tn(() => () => f.remove(m), []), /* @__PURE__ */ g(qt, { children: [
|
|
5198
|
+
/* @__PURE__ */ d(
|
|
5198
5199
|
ke.div,
|
|
5199
5200
|
{
|
|
5200
5201
|
initial: { opacity: 0 },
|
|
@@ -5207,7 +5208,7 @@ const Yi = ({
|
|
|
5207
5208
|
duration: 0.3
|
|
5208
5209
|
},
|
|
5209
5210
|
onClick: () => {
|
|
5210
|
-
l ?
|
|
5211
|
+
l ? Ze.back() : Ze.replace(o ?? h);
|
|
5211
5212
|
},
|
|
5212
5213
|
className: "bg-black/40 absolute w-full h-full left-0 top-0 z-[500]"
|
|
5213
5214
|
}
|
|
@@ -5241,7 +5242,7 @@ const Yi = ({
|
|
|
5241
5242
|
height: b ? "65%" : "95%"
|
|
5242
5243
|
},
|
|
5243
5244
|
onAnimationStart: (x) => {
|
|
5244
|
-
(x?.scale === 0.8 || x?.y > 50) && u.current &&
|
|
5245
|
+
(x?.scale === 0.8 || x?.y > 50) && u.current && f.restoreParentModal(u.current);
|
|
5245
5246
|
},
|
|
5246
5247
|
className: y(
|
|
5247
5248
|
"bg-base-1 absolute w-full lg:max-w-[600px] h-full rounded-6 overflow-hidden z-[500] flex flex-col",
|
|
@@ -5251,21 +5252,21 @@ const Yi = ({
|
|
|
5251
5252
|
children: [
|
|
5252
5253
|
n && /* @__PURE__ */ g("div", { className: "flex items-start justify-between p-4 border-b border-base-3", children: [
|
|
5253
5254
|
/* @__PURE__ */ g("div", { children: [
|
|
5254
|
-
e && /* @__PURE__ */
|
|
5255
|
-
t && /* @__PURE__ */
|
|
5255
|
+
e && /* @__PURE__ */ d("p", { className: "font-medium text-lg", children: e }),
|
|
5256
|
+
t && /* @__PURE__ */ d("p", { className: "text-base-11 text-xs", children: t })
|
|
5256
5257
|
] }),
|
|
5257
|
-
/* @__PURE__ */
|
|
5258
|
-
|
|
5258
|
+
/* @__PURE__ */ d(
|
|
5259
|
+
J,
|
|
5259
5260
|
{
|
|
5260
5261
|
size: "xs",
|
|
5261
5262
|
onClick: () => {
|
|
5262
|
-
l ?
|
|
5263
|
+
l ? Ze.back() : Ze.replace(o ?? h);
|
|
5263
5264
|
},
|
|
5264
|
-
children: /* @__PURE__ */
|
|
5265
|
+
children: /* @__PURE__ */ d(ht, { size: 20 })
|
|
5265
5266
|
}
|
|
5266
5267
|
)
|
|
5267
5268
|
] }),
|
|
5268
|
-
/* @__PURE__ */
|
|
5269
|
+
/* @__PURE__ */ d(
|
|
5269
5270
|
"div",
|
|
5270
5271
|
{
|
|
5271
5272
|
id: `${m}-content`,
|
|
@@ -5310,7 +5311,7 @@ function Vs({
|
|
|
5310
5311
|
a
|
|
5311
5312
|
),
|
|
5312
5313
|
children: [
|
|
5313
|
-
/* @__PURE__ */
|
|
5314
|
+
/* @__PURE__ */ d(
|
|
5314
5315
|
"span",
|
|
5315
5316
|
{
|
|
5316
5317
|
className: y(
|
|
@@ -5321,7 +5322,7 @@ function Vs({
|
|
|
5321
5322
|
)
|
|
5322
5323
|
}
|
|
5323
5324
|
),
|
|
5324
|
-
r && /* @__PURE__ */
|
|
5325
|
+
r && /* @__PURE__ */ d(
|
|
5325
5326
|
"input",
|
|
5326
5327
|
{
|
|
5327
5328
|
type: "checkbox",
|
|
@@ -5352,71 +5353,71 @@ const Ks = ({
|
|
|
5352
5353
|
maxTags: l,
|
|
5353
5354
|
validateTag: c
|
|
5354
5355
|
}) => {
|
|
5355
|
-
const [u,
|
|
5356
|
+
const [u, f] = j(""), [m, h] = j(!1), [b, x] = j(null), N = E(null), T = E(null), $ = E([]), Y = r.length > 0, M = E(
|
|
5356
5357
|
`taginput-${Math.random().toString(36).substr(2, 9)}`
|
|
5357
|
-
).current,
|
|
5358
|
+
).current, O = E(
|
|
5358
5359
|
`label-${Math.random().toString(36).substr(2, 9)}`
|
|
5359
|
-
).current, v =
|
|
5360
|
+
).current, v = E(
|
|
5360
5361
|
`error-${Math.random().toString(36).substr(2, 9)}`
|
|
5361
5362
|
).current;
|
|
5362
|
-
|
|
5363
|
-
|
|
5363
|
+
R(() => {
|
|
5364
|
+
$.current = $.current.slice(0, r.length);
|
|
5364
5365
|
}, [r.length]);
|
|
5365
|
-
const w = (
|
|
5366
|
-
if (
|
|
5367
|
-
|
|
5368
|
-
const
|
|
5366
|
+
const w = (C) => {
|
|
5367
|
+
if (C.key === "Enter" && u.trim()) {
|
|
5368
|
+
C.preventDefault();
|
|
5369
|
+
const L = u.trim();
|
|
5369
5370
|
if (l && r.length >= l) {
|
|
5370
5371
|
x(`Maximum of ${l} tags allowed`);
|
|
5371
5372
|
return;
|
|
5372
5373
|
}
|
|
5373
|
-
if (r.includes(
|
|
5374
|
+
if (r.includes(L)) {
|
|
5374
5375
|
x("Tag already exists");
|
|
5375
5376
|
return;
|
|
5376
5377
|
}
|
|
5377
5378
|
if (c) {
|
|
5378
|
-
const
|
|
5379
|
-
if (typeof
|
|
5380
|
-
x(
|
|
5379
|
+
const X = c(L);
|
|
5380
|
+
if (typeof X == "string") {
|
|
5381
|
+
x(X);
|
|
5381
5382
|
return;
|
|
5382
|
-
} else if (
|
|
5383
|
+
} else if (X === !1) {
|
|
5383
5384
|
x("Invalid tag");
|
|
5384
5385
|
return;
|
|
5385
5386
|
}
|
|
5386
5387
|
}
|
|
5387
|
-
o([...r,
|
|
5388
|
-
} else if (
|
|
5389
|
-
const
|
|
5390
|
-
o(r.slice(0, -1)),
|
|
5391
|
-
} else
|
|
5392
|
-
},
|
|
5393
|
-
if (
|
|
5394
|
-
|
|
5395
|
-
const
|
|
5396
|
-
|
|
5388
|
+
o([...r, L]), f(""), x(null), I(`Added tag ${L}`);
|
|
5389
|
+
} else if (C.key === "Backspace" && !u && r.length > 0) {
|
|
5390
|
+
const L = r[r.length - 1];
|
|
5391
|
+
o(r.slice(0, -1)), I(`Removed tag ${L}`);
|
|
5392
|
+
} else C.key === "ArrowLeft" && u === "" && r.length > 0 && $.current[r.length - 1] && $.current[r.length - 1]?.focus();
|
|
5393
|
+
}, D = (C, L) => {
|
|
5394
|
+
if (C.key === "Backspace" || C.key === "Delete") {
|
|
5395
|
+
C.preventDefault();
|
|
5396
|
+
const X = r[L], S = [...r];
|
|
5397
|
+
S.splice(L, 1), o(S), setTimeout(() => {
|
|
5397
5398
|
N.current && N.current.focus();
|
|
5398
|
-
}, 0),
|
|
5399
|
-
} else
|
|
5400
|
-
},
|
|
5401
|
-
o(r.filter((
|
|
5402
|
-
|
|
5403
|
-
}, 0),
|
|
5404
|
-
},
|
|
5405
|
-
|
|
5406
|
-
},
|
|
5399
|
+
}, 0), I(`Removed tag ${X}`);
|
|
5400
|
+
} else C.key === "ArrowRight" ? (C.preventDefault(), L < r.length - 1 ? $.current[L + 1]?.focus() : N.current?.focus()) : C.key === "ArrowLeft" && (C.preventDefault(), L > 0 && $.current[L - 1]?.focus());
|
|
5401
|
+
}, W = (C, L) => {
|
|
5402
|
+
o(r.filter((X) => X !== C)), setTimeout(() => {
|
|
5403
|
+
L < r.length - 1 ? $.current[L]?.focus() : L > 0 ? $.current[L - 1]?.focus() : N.current?.focus();
|
|
5404
|
+
}, 0), I(`Removed tag ${C}`);
|
|
5405
|
+
}, V = (C) => {
|
|
5406
|
+
f(C.target.value), x(null);
|
|
5407
|
+
}, B = () => {
|
|
5407
5408
|
N.current && N.current.focus();
|
|
5408
|
-
},
|
|
5409
|
-
console.log(`Accessibility announcement: ${
|
|
5409
|
+
}, I = (C) => {
|
|
5410
|
+
console.log(`Accessibility announcement: ${C}`);
|
|
5410
5411
|
};
|
|
5411
5412
|
return /* @__PURE__ */ g("div", { children: [
|
|
5412
|
-
/* @__PURE__ */ g("div", { className: "relative", ref:
|
|
5413
|
+
/* @__PURE__ */ g("div", { className: "relative", ref: T, children: [
|
|
5413
5414
|
t === "default" ? /* @__PURE__ */ g(
|
|
5414
5415
|
"label",
|
|
5415
5416
|
{
|
|
5416
|
-
id:
|
|
5417
|
-
htmlFor:
|
|
5417
|
+
id: O,
|
|
5418
|
+
htmlFor: M,
|
|
5418
5419
|
className: y("text-base top-4 font-semibold left-3", {
|
|
5419
|
-
"text-sm top-2 left-2": m ||
|
|
5420
|
+
"text-sm top-2 left-2": m || Y || i,
|
|
5420
5421
|
"text-red-9": !!s
|
|
5421
5422
|
}),
|
|
5422
5423
|
children: [
|
|
@@ -5438,21 +5439,21 @@ const Ks = ({
|
|
|
5438
5439
|
"text-red-9": s || b,
|
|
5439
5440
|
"ring-2 ring-red-6": (s || b) && m
|
|
5440
5441
|
}),
|
|
5441
|
-
onClick:
|
|
5442
|
+
onClick: B,
|
|
5442
5443
|
role: "group",
|
|
5443
|
-
"aria-labelledby":
|
|
5444
|
+
"aria-labelledby": O,
|
|
5444
5445
|
"aria-describedby": s || b ? v : void 0,
|
|
5445
5446
|
children: [
|
|
5446
5447
|
t === "floating" ? /* @__PURE__ */ g(
|
|
5447
5448
|
"label",
|
|
5448
5449
|
{
|
|
5449
|
-
id:
|
|
5450
|
-
htmlFor:
|
|
5450
|
+
id: O,
|
|
5451
|
+
htmlFor: M,
|
|
5451
5452
|
className: y(
|
|
5452
5453
|
"absolute transition-all duration-200 pointer-events-none",
|
|
5453
5454
|
"text-base top-4 font-semibold left-3",
|
|
5454
5455
|
{
|
|
5455
|
-
"text-sm top-2 left-2": m ||
|
|
5456
|
+
"text-sm top-2 left-2": m || Y || i,
|
|
5456
5457
|
"text-red-9": !!s
|
|
5457
5458
|
}
|
|
5458
5459
|
),
|
|
@@ -5470,11 +5471,11 @@ const Ks = ({
|
|
|
5470
5471
|
"mt-2.5": t === "floating"
|
|
5471
5472
|
}),
|
|
5472
5473
|
children: [
|
|
5473
|
-
r.map((
|
|
5474
|
+
r.map((C, L) => /* @__PURE__ */ g(
|
|
5474
5475
|
"div",
|
|
5475
5476
|
{
|
|
5476
|
-
ref: (
|
|
5477
|
-
|
|
5477
|
+
ref: (X) => {
|
|
5478
|
+
$.current[L] = X;
|
|
5478
5479
|
},
|
|
5479
5480
|
className: y(
|
|
5480
5481
|
"line-clamp-1 text-brand rounded-full px-2 text-sm flex items-center",
|
|
@@ -5485,33 +5486,33 @@ const Ks = ({
|
|
|
5485
5486
|
),
|
|
5486
5487
|
tabIndex: 0,
|
|
5487
5488
|
role: "button",
|
|
5488
|
-
"aria-label": `${
|
|
5489
|
-
onKeyDown: (
|
|
5489
|
+
"aria-label": `${C}, press delete or backspace to remove`,
|
|
5490
|
+
onKeyDown: (X) => D(X, L),
|
|
5490
5491
|
children: [
|
|
5491
|
-
|
|
5492
|
-
/* @__PURE__ */
|
|
5492
|
+
C,
|
|
5493
|
+
/* @__PURE__ */ d(
|
|
5493
5494
|
"button",
|
|
5494
5495
|
{
|
|
5495
5496
|
type: "button",
|
|
5496
5497
|
className: "ml-1 text-brand hover:text-brandhover shrink-0",
|
|
5497
|
-
onClick: () =>
|
|
5498
|
-
"aria-label": `Remove ${
|
|
5498
|
+
onClick: () => W(C, L),
|
|
5499
|
+
"aria-label": `Remove ${C} tag`,
|
|
5499
5500
|
children: "x"
|
|
5500
5501
|
}
|
|
5501
5502
|
)
|
|
5502
5503
|
]
|
|
5503
5504
|
},
|
|
5504
|
-
`${
|
|
5505
|
+
`${C}-${L}`
|
|
5505
5506
|
)),
|
|
5506
|
-
/* @__PURE__ */
|
|
5507
|
+
/* @__PURE__ */ d(
|
|
5507
5508
|
"input",
|
|
5508
5509
|
{
|
|
5509
|
-
id:
|
|
5510
|
+
id: M,
|
|
5510
5511
|
ref: N,
|
|
5511
5512
|
type: "text",
|
|
5512
5513
|
className: "flex-grow min-w-[60px] bg-transparent outline-none placeholder:text-sm placeholder:text-secondarytext",
|
|
5513
5514
|
value: u,
|
|
5514
|
-
onChange:
|
|
5515
|
+
onChange: V,
|
|
5515
5516
|
onKeyDown: w,
|
|
5516
5517
|
onFocus: () => h(!0),
|
|
5517
5518
|
onBlur: () => h(!1),
|
|
@@ -5529,9 +5530,9 @@ const Ks = ({
|
|
|
5529
5530
|
]
|
|
5530
5531
|
}
|
|
5531
5532
|
),
|
|
5532
|
-
a && /* @__PURE__ */
|
|
5533
|
+
a && /* @__PURE__ */ d("span", { className: "absolute right-3 top-1/2 transform -translate-y-1/2", children: /* @__PURE__ */ d(at, {}) })
|
|
5533
5534
|
] }),
|
|
5534
|
-
(s || b) && /* @__PURE__ */
|
|
5535
|
+
(s || b) && /* @__PURE__ */ d(
|
|
5535
5536
|
"p",
|
|
5536
5537
|
{
|
|
5537
5538
|
id: v,
|
|
@@ -5540,16 +5541,16 @@ const Ks = ({
|
|
|
5540
5541
|
children: s || b
|
|
5541
5542
|
}
|
|
5542
5543
|
),
|
|
5543
|
-
/* @__PURE__ */
|
|
5544
|
+
/* @__PURE__ */ d("div", { className: "sr-only", "aria-live": "polite", "aria-atomic": "true", children: r.length > 0 ? `Current tags: ${r.join(", ")}` : "No tags added yet" })
|
|
5544
5545
|
] });
|
|
5545
5546
|
}, ec = ({ name: e, ...t }) => {
|
|
5546
|
-
const { control: n } =
|
|
5547
|
-
return n ? /* @__PURE__ */
|
|
5548
|
-
|
|
5547
|
+
const { control: n } = bt();
|
|
5548
|
+
return n ? /* @__PURE__ */ d(
|
|
5549
|
+
pt,
|
|
5549
5550
|
{
|
|
5550
5551
|
name: e,
|
|
5551
5552
|
control: n,
|
|
5552
|
-
render: ({ field: r, fieldState: o }) => /* @__PURE__ */
|
|
5553
|
+
render: ({ field: r, fieldState: o }) => /* @__PURE__ */ d(
|
|
5553
5554
|
Ks,
|
|
5554
5555
|
{
|
|
5555
5556
|
tags: r.value,
|
|
@@ -5566,7 +5567,7 @@ const Ks = ({
|
|
|
5566
5567
|
}, Xs = {
|
|
5567
5568
|
brand: "ring-1 ring-brand",
|
|
5568
5569
|
solid: "ring-1 ring-base-6"
|
|
5569
|
-
}, hr =
|
|
5570
|
+
}, hr = qe(
|
|
5570
5571
|
({
|
|
5571
5572
|
label: e,
|
|
5572
5573
|
labelPosition: t = "default",
|
|
@@ -5578,9 +5579,9 @@ const Ks = ({
|
|
|
5578
5579
|
rows: i = 3,
|
|
5579
5580
|
...l
|
|
5580
5581
|
}, c) => {
|
|
5581
|
-
const [u,
|
|
5582
|
+
const [u, f] = j(!1), m = s !== "" && s !== null && s !== void 0;
|
|
5582
5583
|
return /* @__PURE__ */ g("div", { className: "relative", children: [
|
|
5583
|
-
t === "default" ? /* @__PURE__ */
|
|
5584
|
+
t === "default" ? /* @__PURE__ */ d(
|
|
5584
5585
|
"label",
|
|
5585
5586
|
{
|
|
5586
5587
|
className: y(
|
|
@@ -5597,7 +5598,7 @@ const Ks = ({
|
|
|
5597
5598
|
"bg-red-4 text-red-9": !!r
|
|
5598
5599
|
}),
|
|
5599
5600
|
children: [
|
|
5600
|
-
t === "floating" && /* @__PURE__ */
|
|
5601
|
+
t === "floating" && /* @__PURE__ */ d(
|
|
5601
5602
|
"label",
|
|
5602
5603
|
{
|
|
5603
5604
|
className: y(
|
|
@@ -5611,7 +5612,7 @@ const Ks = ({
|
|
|
5611
5612
|
children: e
|
|
5612
5613
|
}
|
|
5613
5614
|
),
|
|
5614
|
-
/* @__PURE__ */
|
|
5615
|
+
/* @__PURE__ */ d(
|
|
5615
5616
|
"textarea",
|
|
5616
5617
|
{
|
|
5617
5618
|
ref: c,
|
|
@@ -5630,8 +5631,8 @@ const Ks = ({
|
|
|
5630
5631
|
),
|
|
5631
5632
|
value: s,
|
|
5632
5633
|
placeholder: n,
|
|
5633
|
-
onFocus: () =>
|
|
5634
|
-
onBlur: () =>
|
|
5634
|
+
onFocus: () => f(!0),
|
|
5635
|
+
onBlur: () => f(!1),
|
|
5635
5636
|
rows: i,
|
|
5636
5637
|
...l
|
|
5637
5638
|
}
|
|
@@ -5649,20 +5650,20 @@ const tc = ({
|
|
|
5649
5650
|
customSet: n,
|
|
5650
5651
|
...r
|
|
5651
5652
|
}) => {
|
|
5652
|
-
const { control: o } =
|
|
5653
|
+
const { control: o } = bt(), a = A(
|
|
5653
5654
|
(i) => t ? t(i) : i === null ? _n(i) : i,
|
|
5654
5655
|
[t]
|
|
5655
5656
|
), s = A(
|
|
5656
|
-
(i) => n ? n(i) : i === null ?
|
|
5657
|
+
(i) => n ? n(i) : i === null ? Ot(i) : i,
|
|
5657
5658
|
[n]
|
|
5658
5659
|
);
|
|
5659
|
-
return o ? /* @__PURE__ */
|
|
5660
|
-
|
|
5660
|
+
return o ? /* @__PURE__ */ d(
|
|
5661
|
+
pt,
|
|
5661
5662
|
{
|
|
5662
5663
|
name: e,
|
|
5663
5664
|
control: o,
|
|
5664
5665
|
render: ({ field: i, fieldState: l }) => /* @__PURE__ */ g("div", { children: [
|
|
5665
|
-
/* @__PURE__ */
|
|
5666
|
+
/* @__PURE__ */ d(
|
|
5666
5667
|
hr,
|
|
5667
5668
|
{
|
|
5668
5669
|
value: a(i.value),
|
|
@@ -5672,32 +5673,32 @@ const tc = ({
|
|
|
5672
5673
|
...r
|
|
5673
5674
|
}
|
|
5674
5675
|
),
|
|
5675
|
-
l.error ? /* @__PURE__ */
|
|
5676
|
+
l.error ? /* @__PURE__ */ d("span", { role: "alert", className: "text-red-9 text-sm mt-1 ml-0.5", children: l.error.message }) : null
|
|
5676
5677
|
] })
|
|
5677
5678
|
}
|
|
5678
5679
|
) : (console.error(`Form control is missing for field: ${e}`), /* @__PURE__ */ g("p", { children: [
|
|
5679
5680
|
"Form control missing for field: ",
|
|
5680
5681
|
e
|
|
5681
5682
|
] }));
|
|
5682
|
-
},
|
|
5683
|
-
let de,
|
|
5684
|
-
const
|
|
5683
|
+
}, jt = /* @__PURE__ */ new Set(), G = /* @__PURE__ */ new WeakMap(), Me = /* @__PURE__ */ new WeakMap(), ee = /* @__PURE__ */ new WeakMap(), Ve = /* @__PURE__ */ new WeakMap(), Dt = /* @__PURE__ */ new WeakMap(), Ie = /* @__PURE__ */ new WeakMap(), $e = /* @__PURE__ */ new WeakMap(), ye = /* @__PURE__ */ new WeakMap(), Fe = /* @__PURE__ */ new WeakSet();
|
|
5684
|
+
let de, Ut = 0, Gt = 0;
|
|
5685
|
+
const he = "__aa_tgt", Ke = "__aa_del", ft = "__aa_new", br = (e) => {
|
|
5685
5686
|
const t = Qs(e);
|
|
5686
5687
|
t && t.forEach((n) => Js(n));
|
|
5687
5688
|
}, qs = (e) => {
|
|
5688
5689
|
e.forEach((t) => {
|
|
5689
|
-
t.target === de && Us(),
|
|
5690
|
+
t.target === de && Us(), G.has(t.target) && De(t.target);
|
|
5690
5691
|
});
|
|
5691
5692
|
};
|
|
5692
5693
|
function pr(e) {
|
|
5693
5694
|
const t = e.getBoundingClientRect(), n = de?.clientWidth || 0, r = de?.clientHeight || 0;
|
|
5694
5695
|
return t.bottom < 0 || t.top > r || t.right < 0 || t.left > n;
|
|
5695
5696
|
}
|
|
5696
|
-
function
|
|
5697
|
-
|
|
5698
|
-
let n =
|
|
5697
|
+
function Qt(e) {
|
|
5698
|
+
Ve.get(e)?.disconnect();
|
|
5699
|
+
let n = G.get(e), r = 0;
|
|
5699
5700
|
const o = 5;
|
|
5700
|
-
n || (n = _e(e),
|
|
5701
|
+
n || (n = _e(e), G.set(e, n));
|
|
5701
5702
|
const { offsetWidth: a, offsetHeight: s } = de, l = [
|
|
5702
5703
|
n.top - o,
|
|
5703
5704
|
a - (n.left + o + n.width),
|
|
@@ -5713,35 +5714,35 @@ function Gt(e) {
|
|
|
5713
5714
|
rootMargin: l
|
|
5714
5715
|
}
|
|
5715
5716
|
);
|
|
5716
|
-
c.observe(e),
|
|
5717
|
+
c.observe(e), Ve.set(e, c);
|
|
5717
5718
|
}
|
|
5718
5719
|
function De(e, t = !0) {
|
|
5719
|
-
clearTimeout(
|
|
5720
|
-
const n =
|
|
5721
|
-
|
|
5720
|
+
clearTimeout(ye.get(e));
|
|
5721
|
+
const n = Et(e), r = t ? Xe(n) ? 500 : n.duration : 0;
|
|
5722
|
+
ye.set(
|
|
5722
5723
|
e,
|
|
5723
5724
|
setTimeout(async () => {
|
|
5724
|
-
const o =
|
|
5725
|
+
const o = ee.get(e);
|
|
5725
5726
|
try {
|
|
5726
|
-
await o?.finished,
|
|
5727
|
+
await o?.finished, G.set(e, _e(e)), Qt(e);
|
|
5727
5728
|
} catch {
|
|
5728
5729
|
}
|
|
5729
5730
|
}, r)
|
|
5730
5731
|
);
|
|
5731
5732
|
}
|
|
5732
5733
|
function Us() {
|
|
5733
|
-
clearTimeout(
|
|
5734
|
+
clearTimeout(ye.get(de)), ye.set(
|
|
5734
5735
|
de,
|
|
5735
5736
|
setTimeout(() => {
|
|
5736
|
-
|
|
5737
|
-
(e) =>
|
|
5737
|
+
jt.forEach(
|
|
5738
|
+
(e) => ot(e, (t) => gr(() => De(t)))
|
|
5738
5739
|
);
|
|
5739
5740
|
}, 100)
|
|
5740
5741
|
);
|
|
5741
5742
|
}
|
|
5742
5743
|
function Gs(e) {
|
|
5743
5744
|
setTimeout(() => {
|
|
5744
|
-
|
|
5745
|
+
Ie.set(
|
|
5745
5746
|
e,
|
|
5746
5747
|
setInterval(() => gr(De.bind(null, e)), 2e3)
|
|
5747
5748
|
);
|
|
@@ -5750,11 +5751,11 @@ function Gs(e) {
|
|
|
5750
5751
|
function gr(e) {
|
|
5751
5752
|
typeof requestIdleCallback == "function" ? requestIdleCallback(() => e()) : requestAnimationFrame(() => e());
|
|
5752
5753
|
}
|
|
5753
|
-
let
|
|
5754
|
+
let ze;
|
|
5754
5755
|
const vr = typeof window < "u" && "ResizeObserver" in window;
|
|
5755
|
-
vr && (de = document.documentElement, new MutationObserver(br),
|
|
5756
|
-
|
|
5757
|
-
}),
|
|
5756
|
+
vr && (de = document.documentElement, new MutationObserver(br), ze = new ResizeObserver(qs), window.addEventListener("scroll", () => {
|
|
5757
|
+
Gt = window.scrollY, Ut = window.scrollX;
|
|
5758
|
+
}), ze.observe(de));
|
|
5758
5759
|
function Qs(e) {
|
|
5759
5760
|
return e.reduce((r, o) => [
|
|
5760
5761
|
...r,
|
|
@@ -5765,23 +5766,23 @@ function Qs(e) {
|
|
|
5765
5766
|
) ? !1 : e.reduce((r, o) => {
|
|
5766
5767
|
if (r === !1) return !1;
|
|
5767
5768
|
if (o.target instanceof Element) {
|
|
5768
|
-
if (
|
|
5769
|
+
if (Ct(o.target), !r.has(o.target)) {
|
|
5769
5770
|
r.add(o.target);
|
|
5770
5771
|
for (let a = 0; a < o.target.children.length; a++) {
|
|
5771
5772
|
const s = o.target.children.item(a);
|
|
5772
5773
|
if (s) {
|
|
5773
|
-
if (
|
|
5774
|
+
if (Ke in s)
|
|
5774
5775
|
return !1;
|
|
5775
|
-
|
|
5776
|
+
Ct(o.target, s), r.add(s);
|
|
5776
5777
|
}
|
|
5777
5778
|
}
|
|
5778
5779
|
}
|
|
5779
5780
|
if (o.removedNodes.length)
|
|
5780
5781
|
for (let a = 0; a < o.removedNodes.length; a++) {
|
|
5781
5782
|
const s = o.removedNodes[a];
|
|
5782
|
-
if (
|
|
5783
|
+
if (Ke in s)
|
|
5783
5784
|
return !1;
|
|
5784
|
-
s instanceof Element && (r.add(s),
|
|
5785
|
+
s instanceof Element && (r.add(s), Ct(o.target, s), Me.set(s, [
|
|
5785
5786
|
o.previousSibling,
|
|
5786
5787
|
o.nextSibling
|
|
5787
5788
|
]));
|
|
@@ -5790,12 +5791,12 @@ function Qs(e) {
|
|
|
5790
5791
|
return r;
|
|
5791
5792
|
}, /* @__PURE__ */ new Set());
|
|
5792
5793
|
}
|
|
5793
|
-
function
|
|
5794
|
-
!t && !(
|
|
5794
|
+
function Ct(e, t) {
|
|
5795
|
+
!t && !(he in e) ? Object.defineProperty(e, he, { value: e }) : t && !(he in t) && Object.defineProperty(t, he, { value: e });
|
|
5795
5796
|
}
|
|
5796
5797
|
function Js(e) {
|
|
5797
|
-
const t = e.isConnected, n =
|
|
5798
|
-
t && Me.has(e) && Me.delete(e),
|
|
5798
|
+
const t = e.isConnected, n = G.has(e);
|
|
5799
|
+
t && Me.has(e) && Me.delete(e), ee.get(e)?.playState !== "finished" && ee.get(e)?.cancel(), ft in e ? En(e) : n && t ? ei(e) : n && !t ? ti(e) : En(e);
|
|
5799
5800
|
}
|
|
5800
5801
|
function se(e) {
|
|
5801
5802
|
return Number(e.replace(/[^0-9.\-]/g, ""));
|
|
@@ -5827,44 +5828,44 @@ function wr(e, t, n) {
|
|
|
5827
5828
|
}
|
|
5828
5829
|
return [r, a, o, s].map(Math.round);
|
|
5829
5830
|
}
|
|
5830
|
-
function
|
|
5831
|
-
return
|
|
5831
|
+
function Et(e) {
|
|
5832
|
+
return he in e && $e.has(e[he]) ? $e.get(e[he]) : { duration: 250, easing: "ease-in-out" };
|
|
5832
5833
|
}
|
|
5833
5834
|
function yr(e) {
|
|
5834
|
-
if (
|
|
5835
|
+
if (he in e) return e[he];
|
|
5835
5836
|
}
|
|
5836
|
-
function
|
|
5837
|
+
function Jt(e) {
|
|
5837
5838
|
const t = yr(e);
|
|
5838
5839
|
return t ? Fe.has(t) : !1;
|
|
5839
5840
|
}
|
|
5840
|
-
function
|
|
5841
|
+
function ot(e, ...t) {
|
|
5841
5842
|
t.forEach((n) => n(e, $e.has(e)));
|
|
5842
5843
|
for (let n = 0; n < e.children.length; n++) {
|
|
5843
5844
|
const r = e.children.item(n);
|
|
5844
5845
|
r && t.forEach((o) => o(r, $e.has(r)));
|
|
5845
5846
|
}
|
|
5846
5847
|
}
|
|
5847
|
-
function
|
|
5848
|
+
function Zt(e) {
|
|
5848
5849
|
return Array.isArray(e) ? e : [e];
|
|
5849
5850
|
}
|
|
5850
|
-
function
|
|
5851
|
+
function Xe(e) {
|
|
5851
5852
|
return typeof e == "function";
|
|
5852
5853
|
}
|
|
5853
5854
|
function ei(e) {
|
|
5854
|
-
const t =
|
|
5855
|
-
if (!
|
|
5855
|
+
const t = G.get(e), n = _e(e);
|
|
5856
|
+
if (!Jt(e)) return G.set(e, n);
|
|
5856
5857
|
if (pr(e)) {
|
|
5857
|
-
|
|
5858
|
+
G.set(e, n), Qt(e);
|
|
5858
5859
|
return;
|
|
5859
5860
|
}
|
|
5860
5861
|
let r;
|
|
5861
5862
|
if (!t) return;
|
|
5862
|
-
const o =
|
|
5863
|
+
const o = Et(e);
|
|
5863
5864
|
if (typeof o != "function") {
|
|
5864
5865
|
let a = t.left - n.left, s = t.top - n.top;
|
|
5865
5866
|
const i = t.left + t.width - (n.left + n.width);
|
|
5866
5867
|
t.top + t.height - (n.top + n.height) == 0 && (s = 0), i == 0 && (a = 0);
|
|
5867
|
-
const [c, u,
|
|
5868
|
+
const [c, u, f, m] = wr(
|
|
5868
5869
|
e,
|
|
5869
5870
|
t,
|
|
5870
5871
|
n
|
|
@@ -5873,28 +5874,28 @@ function ei(e) {
|
|
|
5873
5874
|
}, b = {
|
|
5874
5875
|
transform: "translate(0, 0)"
|
|
5875
5876
|
};
|
|
5876
|
-
c !== u && (h.width = `${c}px`, b.width = `${u}px`),
|
|
5877
|
+
c !== u && (h.width = `${c}px`, b.width = `${u}px`), f !== m && (h.height = `${f}px`, b.height = `${m}px`), r = e.animate([h, b], {
|
|
5877
5878
|
duration: o.duration,
|
|
5878
5879
|
easing: o.easing
|
|
5879
5880
|
});
|
|
5880
5881
|
} else {
|
|
5881
|
-
const [a] =
|
|
5882
|
+
const [a] = Zt(
|
|
5882
5883
|
o(e, "remain", t, n)
|
|
5883
5884
|
);
|
|
5884
5885
|
r = new Animation(a), r.play();
|
|
5885
5886
|
}
|
|
5886
|
-
|
|
5887
|
+
ee.set(e, r), G.set(e, n), r.addEventListener("finish", De.bind(null, e, !1), {
|
|
5887
5888
|
once: !0
|
|
5888
5889
|
});
|
|
5889
5890
|
}
|
|
5890
5891
|
function En(e) {
|
|
5891
|
-
|
|
5892
|
+
ft in e && delete e[ft];
|
|
5892
5893
|
const t = _e(e);
|
|
5893
|
-
|
|
5894
|
-
const n =
|
|
5895
|
-
if (!
|
|
5894
|
+
G.set(e, t);
|
|
5895
|
+
const n = Et(e);
|
|
5896
|
+
if (!Jt(e)) return;
|
|
5896
5897
|
if (pr(e)) {
|
|
5897
|
-
|
|
5898
|
+
Qt(e);
|
|
5898
5899
|
return;
|
|
5899
5900
|
}
|
|
5900
5901
|
let r;
|
|
@@ -5911,29 +5912,29 @@ function En(e) {
|
|
|
5911
5912
|
}
|
|
5912
5913
|
);
|
|
5913
5914
|
else {
|
|
5914
|
-
const [o] =
|
|
5915
|
+
const [o] = Zt(n(e, "add", t));
|
|
5915
5916
|
r = new Animation(o), r.play();
|
|
5916
5917
|
}
|
|
5917
|
-
|
|
5918
|
+
ee.set(e, r), r.addEventListener("finish", De.bind(null, e, !1), {
|
|
5918
5919
|
once: !0
|
|
5919
5920
|
});
|
|
5920
5921
|
}
|
|
5921
5922
|
function $n(e, t) {
|
|
5922
|
-
e.remove(),
|
|
5923
|
-
if (
|
|
5923
|
+
e.remove(), G.delete(e), Me.delete(e), ee.delete(e), Ve.get(e)?.disconnect(), setTimeout(() => {
|
|
5924
|
+
if (Ke in e && delete e[Ke], Object.defineProperty(e, ft, { value: !0, configurable: !0 }), t && e instanceof HTMLElement)
|
|
5924
5925
|
for (const n in t)
|
|
5925
5926
|
e.style[n] = "";
|
|
5926
5927
|
}, 0);
|
|
5927
5928
|
}
|
|
5928
5929
|
function ti(e) {
|
|
5929
|
-
if (!Me.has(e) || !
|
|
5930
|
+
if (!Me.has(e) || !G.has(e)) return;
|
|
5930
5931
|
const [t, n] = Me.get(e);
|
|
5931
|
-
Object.defineProperty(e,
|
|
5932
|
+
Object.defineProperty(e, Ke, { value: !0, configurable: !0 });
|
|
5932
5933
|
const r = window.scrollX, o = window.scrollY;
|
|
5933
|
-
if (n && n.parentNode && n.parentNode instanceof Element ? n.parentNode.insertBefore(e, n) : t && t.parentNode ? t.parentNode.appendChild(e) : yr(e)?.appendChild(e), !
|
|
5934
|
-
const [a, s, i, l] = ri(e), c =
|
|
5935
|
-
(r !==
|
|
5936
|
-
let
|
|
5934
|
+
if (n && n.parentNode && n.parentNode instanceof Element ? n.parentNode.insertBefore(e, n) : t && t.parentNode ? t.parentNode.appendChild(e) : yr(e)?.appendChild(e), !Jt(e)) return $n(e);
|
|
5935
|
+
const [a, s, i, l] = ri(e), c = Et(e), u = G.get(e);
|
|
5936
|
+
(r !== Ut || o !== Gt) && ni(e, r, o, c);
|
|
5937
|
+
let f, m = {
|
|
5937
5938
|
position: "absolute",
|
|
5938
5939
|
top: `${a}px`,
|
|
5939
5940
|
left: `${s}px`,
|
|
@@ -5944,8 +5945,8 @@ function ti(e) {
|
|
|
5944
5945
|
transformOrigin: "center",
|
|
5945
5946
|
zIndex: "100"
|
|
5946
5947
|
};
|
|
5947
|
-
if (!
|
|
5948
|
-
Object.assign(e.style, m),
|
|
5948
|
+
if (!Xe(c))
|
|
5949
|
+
Object.assign(e.style, m), f = e.animate(
|
|
5949
5950
|
[
|
|
5950
5951
|
{
|
|
5951
5952
|
transform: "scale(1)",
|
|
@@ -5962,26 +5963,26 @@ function ti(e) {
|
|
|
5962
5963
|
}
|
|
5963
5964
|
);
|
|
5964
5965
|
else {
|
|
5965
|
-
const [h, b] =
|
|
5966
|
+
const [h, b] = Zt(
|
|
5966
5967
|
c(e, "remove", u)
|
|
5967
5968
|
);
|
|
5968
|
-
b?.styleReset !== !1 && (m = b?.styleReset || m, Object.assign(e.style, m)),
|
|
5969
|
+
b?.styleReset !== !1 && (m = b?.styleReset || m, Object.assign(e.style, m)), f = new Animation(h), f.play();
|
|
5969
5970
|
}
|
|
5970
|
-
|
|
5971
|
+
ee.set(e, f), f.addEventListener("finish", () => $n(e, m), {
|
|
5971
5972
|
once: !0
|
|
5972
5973
|
});
|
|
5973
5974
|
}
|
|
5974
5975
|
function ni(e, t, n, r) {
|
|
5975
|
-
const o =
|
|
5976
|
+
const o = Ut - t, a = Gt - n, s = document.documentElement.style.scrollBehavior;
|
|
5976
5977
|
if (getComputedStyle(de).scrollBehavior === "smooth" && (document.documentElement.style.scrollBehavior = "auto"), window.scrollTo(window.scrollX + o, window.scrollY + a), !e.parentElement) return;
|
|
5977
5978
|
const l = e.parentElement;
|
|
5978
5979
|
let c = l.clientHeight, u = l.clientWidth;
|
|
5979
|
-
const
|
|
5980
|
+
const f = performance.now();
|
|
5980
5981
|
function m() {
|
|
5981
5982
|
requestAnimationFrame(() => {
|
|
5982
|
-
if (!
|
|
5983
|
+
if (!Xe(r)) {
|
|
5983
5984
|
const h = c - l.clientHeight, b = u - l.clientWidth;
|
|
5984
|
-
|
|
5985
|
+
f + r.duration > performance.now() ? (window.scrollTo({
|
|
5985
5986
|
left: window.scrollX - b,
|
|
5986
5987
|
top: window.scrollY - h
|
|
5987
5988
|
}), c = l.clientHeight, u = l.clientWidth, m()) : document.documentElement.style.scrollBehavior = s;
|
|
@@ -5991,23 +5992,23 @@ function ni(e, t, n, r) {
|
|
|
5991
5992
|
m();
|
|
5992
5993
|
}
|
|
5993
5994
|
function ri(e) {
|
|
5994
|
-
const t =
|
|
5995
|
+
const t = G.get(e), [n, , r] = wr(e, t, _e(e));
|
|
5995
5996
|
let o = e.parentElement;
|
|
5996
5997
|
for (; o && (getComputedStyle(o).position === "static" || o instanceof HTMLBodyElement); )
|
|
5997
5998
|
o = o.parentElement;
|
|
5998
5999
|
o || (o = document.body);
|
|
5999
|
-
const a = getComputedStyle(o), s = !
|
|
6000
|
+
const a = getComputedStyle(o), s = !ee.has(e) || ee.get(e)?.playState === "finished" ? _e(o) : G.get(o), i = Math.round(t.top - s.top) - se(a.borderTopWidth), l = Math.round(t.left - s.left) - se(a.borderLeftWidth);
|
|
6000
6001
|
return [i, l, n, r];
|
|
6001
6002
|
}
|
|
6002
6003
|
function xr(e, t = {}) {
|
|
6003
|
-
if (vr &&
|
|
6004
|
-
Fe.add(e), getComputedStyle(e).position === "static" && Object.assign(e.style, { position: "relative" }),
|
|
6004
|
+
if (vr && ze && !(window.matchMedia("(prefers-reduced-motion: reduce)").matches && !Xe(t) && !t.disrespectUserMotionPreference)) {
|
|
6005
|
+
Fe.add(e), getComputedStyle(e).position === "static" && Object.assign(e.style, { position: "relative" }), ot(e, De, Gs, (s) => ze?.observe(s)), Xe(t) ? $e.set(e, t) : $e.set(e, {
|
|
6005
6006
|
duration: 250,
|
|
6006
6007
|
easing: "ease-in-out",
|
|
6007
6008
|
...t
|
|
6008
6009
|
});
|
|
6009
6010
|
const a = new MutationObserver(br);
|
|
6010
|
-
a.observe(e, { childList: !0 }),
|
|
6011
|
+
a.observe(e, { childList: !0 }), Dt.set(e, a), jt.add(e);
|
|
6011
6012
|
}
|
|
6012
6013
|
return Object.freeze({
|
|
6013
6014
|
parent: e,
|
|
@@ -6015,33 +6016,33 @@ function xr(e, t = {}) {
|
|
|
6015
6016
|
Fe.add(e);
|
|
6016
6017
|
},
|
|
6017
6018
|
disable: () => {
|
|
6018
|
-
Fe.delete(e),
|
|
6019
|
-
const o =
|
|
6019
|
+
Fe.delete(e), ot(e, (r) => {
|
|
6020
|
+
const o = ee.get(r);
|
|
6020
6021
|
try {
|
|
6021
6022
|
o?.cancel();
|
|
6022
6023
|
} catch {
|
|
6023
6024
|
}
|
|
6024
|
-
|
|
6025
|
-
const a =
|
|
6026
|
-
a && clearTimeout(a),
|
|
6027
|
-
const s =
|
|
6028
|
-
s && clearInterval(s),
|
|
6025
|
+
ee.delete(r);
|
|
6026
|
+
const a = ye.get(r);
|
|
6027
|
+
a && clearTimeout(a), ye.delete(r);
|
|
6028
|
+
const s = Ie.get(r);
|
|
6029
|
+
s && clearInterval(s), Ie.delete(r);
|
|
6029
6030
|
});
|
|
6030
6031
|
},
|
|
6031
6032
|
isEnabled: () => Fe.has(e),
|
|
6032
6033
|
destroy: () => {
|
|
6033
|
-
Fe.delete(e),
|
|
6034
|
-
|
|
6035
|
-
const a =
|
|
6034
|
+
Fe.delete(e), jt.delete(e), $e.delete(e), Dt.get(e)?.disconnect(), Dt.delete(e), ot(e, (o) => {
|
|
6035
|
+
ze?.unobserve(o);
|
|
6036
|
+
const a = ee.get(o);
|
|
6036
6037
|
try {
|
|
6037
6038
|
a?.cancel();
|
|
6038
6039
|
} catch {
|
|
6039
6040
|
}
|
|
6040
|
-
|
|
6041
|
-
const i =
|
|
6042
|
-
i && clearInterval(i),
|
|
6043
|
-
const l =
|
|
6044
|
-
l && clearTimeout(l),
|
|
6041
|
+
ee.delete(o), Ve.get(o)?.disconnect(), Ve.delete(o);
|
|
6042
|
+
const i = Ie.get(o);
|
|
6043
|
+
i && clearInterval(i), Ie.delete(o);
|
|
6044
|
+
const l = ye.get(o);
|
|
6045
|
+
l && clearTimeout(l), ye.delete(o), G.delete(o), Me.delete(o);
|
|
6045
6046
|
});
|
|
6046
6047
|
}
|
|
6047
6048
|
});
|
|
@@ -6054,9 +6055,9 @@ const oi = [
|
|
|
6054
6055
|
"Viernes",
|
|
6055
6056
|
"Sábado",
|
|
6056
6057
|
"Domingo"
|
|
6057
|
-
], nc = () => /* @__PURE__ */
|
|
6058
|
-
const [t, n] =
|
|
6059
|
-
return
|
|
6058
|
+
], nc = () => /* @__PURE__ */ d(ai, {}), ai = () => /* @__PURE__ */ d("div", { children: oi.map((e) => /* @__PURE__ */ d(si, { day: e }, e)) }), si = ({ day: e }) => {
|
|
6059
|
+
const [t, n] = j(!1), r = E(null);
|
|
6060
|
+
return R(() => {
|
|
6060
6061
|
r.current && xr(r.current);
|
|
6061
6062
|
}, []), /* @__PURE__ */ g(
|
|
6062
6063
|
"div",
|
|
@@ -6068,8 +6069,8 @@ const oi = [
|
|
|
6068
6069
|
}),
|
|
6069
6070
|
children: [
|
|
6070
6071
|
/* @__PURE__ */ g("div", { className: "flex items-center justify-between", children: [
|
|
6071
|
-
/* @__PURE__ */
|
|
6072
|
-
/* @__PURE__ */
|
|
6072
|
+
/* @__PURE__ */ d("p", { children: e }),
|
|
6073
|
+
/* @__PURE__ */ d(
|
|
6073
6074
|
Vs,
|
|
6074
6075
|
{
|
|
6075
6076
|
className: "mt-0",
|
|
@@ -6078,17 +6079,17 @@ const oi = [
|
|
|
6078
6079
|
}
|
|
6079
6080
|
)
|
|
6080
6081
|
] }),
|
|
6081
|
-
t ? /* @__PURE__ */
|
|
6082
|
+
t ? /* @__PURE__ */ d(ii, {}) : null
|
|
6082
6083
|
]
|
|
6083
6084
|
},
|
|
6084
6085
|
e
|
|
6085
6086
|
);
|
|
6086
6087
|
}, ii = () => {
|
|
6087
|
-
const [e, t] =
|
|
6088
|
+
const [e, t] = j([
|
|
6088
6089
|
{ from: "08:00", to: "12:00" },
|
|
6089
6090
|
{ from: "14:00", to: "18:00" }
|
|
6090
|
-
]), n =
|
|
6091
|
-
return
|
|
6091
|
+
]), n = E(null);
|
|
6092
|
+
return R(() => {
|
|
6092
6093
|
n.current && xr(n.current);
|
|
6093
6094
|
}, []), /* @__PURE__ */ g("div", { ref: n, children: [
|
|
6094
6095
|
e.map((r, o) => /* @__PURE__ */ g(
|
|
@@ -6096,23 +6097,23 @@ const oi = [
|
|
|
6096
6097
|
{
|
|
6097
6098
|
className: "flex items-center justify-between mt-2",
|
|
6098
6099
|
children: [
|
|
6099
|
-
/* @__PURE__ */
|
|
6100
|
-
/* @__PURE__ */
|
|
6101
|
-
/* @__PURE__ */
|
|
6102
|
-
/* @__PURE__ */
|
|
6103
|
-
/* @__PURE__ */
|
|
6100
|
+
/* @__PURE__ */ d("p", { className: "text-sm text-secondarytext", children: "De" }),
|
|
6101
|
+
/* @__PURE__ */ d(J, { color: "solid", className: "w-24", children: r.from }),
|
|
6102
|
+
/* @__PURE__ */ d("p", { className: "text-sm text-secondarytext mx-1", children: "a" }),
|
|
6103
|
+
/* @__PURE__ */ d(J, { color: "solid", className: "w-24", children: r.to }),
|
|
6104
|
+
/* @__PURE__ */ d(J, { className: "rounded-full", children: /* @__PURE__ */ d(ht, { className: "text-secondarytext", size: 20 }) })
|
|
6104
6105
|
]
|
|
6105
6106
|
},
|
|
6106
6107
|
`${r.from}${o}`
|
|
6107
6108
|
)),
|
|
6108
6109
|
/* @__PURE__ */ g(
|
|
6109
|
-
|
|
6110
|
+
J,
|
|
6110
6111
|
{
|
|
6111
6112
|
onClick: () => t((r) => [...r, { from: "19:00", to: "21:00" }]),
|
|
6112
6113
|
className: "w-full mt-4",
|
|
6113
6114
|
color: "contrast",
|
|
6114
6115
|
children: [
|
|
6115
|
-
/* @__PURE__ */
|
|
6116
|
+
/* @__PURE__ */ d(Fn, { className: "stroke-1" }),
|
|
6116
6117
|
"Añadir hora"
|
|
6117
6118
|
]
|
|
6118
6119
|
}
|
|
@@ -6123,7 +6124,7 @@ export {
|
|
|
6123
6124
|
ji as AliveScope,
|
|
6124
6125
|
ki as Avatar,
|
|
6125
6126
|
Ti as AvatarsGroup,
|
|
6126
|
-
|
|
6127
|
+
J as Button,
|
|
6127
6128
|
rr as Calendar,
|
|
6128
6129
|
xs as Checkbox,
|
|
6129
6130
|
Oi as DatePickerDemo,
|
|
@@ -6150,7 +6151,7 @@ export {
|
|
|
6150
6151
|
Ci as PopoverCardContent,
|
|
6151
6152
|
Pi as PopoverCardFooter,
|
|
6152
6153
|
Di as PopoverCardHeader,
|
|
6153
|
-
|
|
6154
|
+
qt as Portal,
|
|
6154
6155
|
Xi as SearchInput,
|
|
6155
6156
|
qi as SeeMoreText,
|
|
6156
6157
|
Ui as SegmentedControl,
|
|
@@ -6162,23 +6163,23 @@ export {
|
|
|
6162
6163
|
hr as TextArea,
|
|
6163
6164
|
Fi as TimePicker,
|
|
6164
6165
|
Xr as calculatePopoverPosition,
|
|
6165
|
-
|
|
6166
|
+
st as checkOverflow,
|
|
6166
6167
|
y as cn,
|
|
6167
6168
|
yi as debounce,
|
|
6168
6169
|
Ni as extractDirtyData,
|
|
6169
6170
|
Rr as generateInitials,
|
|
6170
6171
|
_n as nullRead,
|
|
6171
|
-
|
|
6172
|
+
Ot as nullSet,
|
|
6172
6173
|
Hr as removeWhitespaces,
|
|
6173
6174
|
zr as setFocusEnd,
|
|
6174
|
-
|
|
6175
|
+
gt as throttle,
|
|
6175
6176
|
xi as toTitleCase,
|
|
6176
6177
|
Si as useClickAway,
|
|
6177
6178
|
Mi as useClickAwayAdvanced,
|
|
6178
6179
|
In as useClickAwayWithRef,
|
|
6179
6180
|
Ii as useKeepAlive,
|
|
6180
6181
|
qr as useKeyListener,
|
|
6181
|
-
|
|
6182
|
+
vt as useLargeScreen,
|
|
6182
6183
|
Yn as useMergedRef,
|
|
6183
6184
|
_i as useMethods,
|
|
6184
6185
|
Bs as useModals,
|