ynotsoft-dynamic-form 1.0.101 → 1.0.104
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/dynamic-form.js +214 -211
- package/dist/dynamic-form.umd.cjs +17 -17
- package/package.json +1 -1
package/dist/dynamic-form.js
CHANGED
|
@@ -267,12 +267,12 @@ function dl({
|
|
|
267
267
|
apiClient: s,
|
|
268
268
|
...i
|
|
269
269
|
}) {
|
|
270
|
-
const c = a, l = e.selectMode !== "multiple", d = e.returnValueOnly === !0, [m, g] = ue([]), [h, w] = ue(!1), [p, v] = ue(!1), [
|
|
270
|
+
const c = a, l = e.selectMode !== "multiple", d = e.returnValueOnly === !0, [m, g] = ue([]), [h, w] = ue(!1), [p, v] = ue(!1), [k, A] = ue(""), [C, y] = ue(-1), [E, I] = ue({}), O = Yt(null), T = Yt(null), z = Yt(null), H = t[e.name], q = sr(() => H ? (Array.isArray(H) ? H : [H]).map((L) => {
|
|
271
271
|
if (L && typeof L == "object" && L.value !== void 0)
|
|
272
272
|
return { value: L.value, label: L.label || L.value };
|
|
273
273
|
const U = m.find((G) => G.value === L);
|
|
274
|
-
return U || (
|
|
275
|
-
}) : [], [H, m,
|
|
274
|
+
return U || (E[L] ? E[L] : { value: L, label: L });
|
|
275
|
+
}) : [], [H, m, E])(), x = sr(
|
|
276
276
|
async (S = "") => {
|
|
277
277
|
if (e.onSearch) {
|
|
278
278
|
const L = await e.onSearch(S, t);
|
|
@@ -357,12 +357,12 @@ function dl({
|
|
|
357
357
|
};
|
|
358
358
|
He(() => {
|
|
359
359
|
if (p) {
|
|
360
|
-
x(
|
|
360
|
+
x(k);
|
|
361
361
|
const S = setTimeout(() => T.current?.focus(), 50);
|
|
362
362
|
return () => clearTimeout(S);
|
|
363
363
|
} else
|
|
364
364
|
y(-1);
|
|
365
|
-
}, [p, x,
|
|
365
|
+
}, [p, x, k]), He(() => {
|
|
366
366
|
if (!p) return;
|
|
367
367
|
const S = (L) => {
|
|
368
368
|
O.current && !O.current.contains(L.target) && (v(!1), r(e.name));
|
|
@@ -441,7 +441,7 @@ function dl({
|
|
|
441
441
|
"aria-autocomplete": "list",
|
|
442
442
|
"aria-controls": `${e.name}-listbox`,
|
|
443
443
|
"aria-activedescendant": C >= 0 ? `${e.name}-opt-${C}` : void 0,
|
|
444
|
-
value:
|
|
444
|
+
value: k,
|
|
445
445
|
onChange: P,
|
|
446
446
|
onKeyDown: R,
|
|
447
447
|
className: "w-full h-9 pl-9 pr-3 text-sm bg-transparent border border-input rounded-md focus:outline-none focus:ring-1 focus:ring-ring",
|
|
@@ -620,21 +620,21 @@ function _a(e) {
|
|
|
620
620
|
t,
|
|
621
621
|
{ collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }
|
|
622
622
|
), s = (p) => {
|
|
623
|
-
const { scope: v, children:
|
|
624
|
-
return /* @__PURE__ */ u(o, { scope: v, itemMap: C, collectionRef: A, children:
|
|
623
|
+
const { scope: v, children: k } = p, A = Te.useRef(null), C = Te.useRef(/* @__PURE__ */ new Map()).current;
|
|
624
|
+
return /* @__PURE__ */ u(o, { scope: v, itemMap: C, collectionRef: A, children: k });
|
|
625
625
|
};
|
|
626
626
|
s.displayName = t;
|
|
627
627
|
const i = e + "CollectionSlot", c = /* @__PURE__ */ Ce(i), l = Te.forwardRef(
|
|
628
628
|
(p, v) => {
|
|
629
|
-
const { scope:
|
|
629
|
+
const { scope: k, children: A } = p, C = a(i, k), y = ie(v, C.collectionRef);
|
|
630
630
|
return /* @__PURE__ */ u(c, { ref: y, children: A });
|
|
631
631
|
}
|
|
632
632
|
);
|
|
633
633
|
l.displayName = i;
|
|
634
634
|
const d = e + "CollectionItemSlot", m = "data-radix-collection-item", g = /* @__PURE__ */ Ce(d), h = Te.forwardRef(
|
|
635
635
|
(p, v) => {
|
|
636
|
-
const { scope:
|
|
637
|
-
return Te.useEffect(() => (I.itemMap.set(y, { ref: y, ...C }), () => void I.itemMap.delete(y))), /* @__PURE__ */ u(g, { [m]: "", ref:
|
|
636
|
+
const { scope: k, children: A, ...C } = p, y = Te.useRef(null), E = ie(v, y), I = a(d, k);
|
|
637
|
+
return Te.useEffect(() => (I.itemMap.set(y, { ref: y, ...C }), () => void I.itemMap.delete(y))), /* @__PURE__ */ u(g, { [m]: "", ref: E, children: A });
|
|
638
638
|
}
|
|
639
639
|
);
|
|
640
640
|
h.displayName = d;
|
|
@@ -717,7 +717,7 @@ var Sl = "DismissableLayer", Pr = "dismissableLayer.update", Cl = "dismissableLa
|
|
|
717
717
|
onInteractOutside: s,
|
|
718
718
|
onDismiss: i,
|
|
719
719
|
...c
|
|
720
|
-
} = e, l = f.useContext(Da), [d, m] = f.useState(null), g = d?.ownerDocument ?? globalThis?.document, [, h] = f.useState({}), w = ie(t, (O) => m(O)), p = Array.from(l.layers), [v] = [...l.layersWithOutsidePointerEventsDisabled].slice(-1),
|
|
720
|
+
} = e, l = f.useContext(Da), [d, m] = f.useState(null), g = d?.ownerDocument ?? globalThis?.document, [, h] = f.useState({}), w = ie(t, (O) => m(O)), p = Array.from(l.layers), [v] = [...l.layersWithOutsidePointerEventsDisabled].slice(-1), k = p.indexOf(v), A = d ? p.indexOf(d) : -1, C = l.layersWithOutsidePointerEventsDisabled.size > 0, y = A >= k, E = Nl((O) => {
|
|
721
721
|
const T = O.target, z = [...l.branches].some((H) => H.contains(T));
|
|
722
722
|
!y || z || (o?.(O), s?.(O), O.defaultPrevented || i?.());
|
|
723
723
|
}, g), I = Tl((O) => {
|
|
@@ -749,7 +749,7 @@ var Sl = "DismissableLayer", Pr = "dismissableLayer.update", Cl = "dismissableLa
|
|
|
749
749
|
onBlurCapture: J(e.onBlurCapture, I.onBlurCapture),
|
|
750
750
|
onPointerDownCapture: J(
|
|
751
751
|
e.onPointerDownCapture,
|
|
752
|
-
|
|
752
|
+
E.onPointerDownCapture
|
|
753
753
|
)
|
|
754
754
|
}
|
|
755
755
|
);
|
|
@@ -882,13 +882,13 @@ var Pl = [
|
|
|
882
882
|
if (h.paused || !i) return;
|
|
883
883
|
const y = C.relatedTarget;
|
|
884
884
|
y !== null && (i.contains(y) || Je(m.current, { select: !0 }));
|
|
885
|
-
},
|
|
885
|
+
}, k = function(C) {
|
|
886
886
|
if (document.activeElement === document.body)
|
|
887
|
-
for (const
|
|
888
|
-
|
|
887
|
+
for (const E of C)
|
|
888
|
+
E.removedNodes.length > 0 && Je(i);
|
|
889
889
|
};
|
|
890
890
|
document.addEventListener("focusin", p), document.addEventListener("focusout", v);
|
|
891
|
-
const A = new MutationObserver(
|
|
891
|
+
const A = new MutationObserver(k);
|
|
892
892
|
return i && A.observe(i, { childList: !0, subtree: !0 }), () => {
|
|
893
893
|
document.removeEventListener("focusin", p), document.removeEventListener("focusout", v), A.disconnect();
|
|
894
894
|
};
|
|
@@ -898,13 +898,13 @@ var Pl = [
|
|
|
898
898
|
Wo.add(h);
|
|
899
899
|
const p = document.activeElement;
|
|
900
900
|
if (!i.contains(p)) {
|
|
901
|
-
const
|
|
902
|
-
i.addEventListener(lr, l), i.dispatchEvent(
|
|
901
|
+
const k = new CustomEvent(lr, Fo);
|
|
902
|
+
i.addEventListener(lr, l), i.dispatchEvent(k), k.defaultPrevented || (_l(Fl(Fa(i)), { select: !0 }), document.activeElement === p && Je(i));
|
|
903
903
|
}
|
|
904
904
|
return () => {
|
|
905
905
|
i.removeEventListener(lr, l), setTimeout(() => {
|
|
906
|
-
const
|
|
907
|
-
i.addEventListener(ur, d), i.dispatchEvent(
|
|
906
|
+
const k = new CustomEvent(ur, Fo);
|
|
907
|
+
i.addEventListener(ur, d), i.dispatchEvent(k), k.defaultPrevented || Je(p ?? document.body, { select: !0 }), i.removeEventListener(ur, d), Wo.remove(h);
|
|
908
908
|
}, 0);
|
|
909
909
|
};
|
|
910
910
|
}
|
|
@@ -912,10 +912,10 @@ var Pl = [
|
|
|
912
912
|
const w = f.useCallback(
|
|
913
913
|
(p) => {
|
|
914
914
|
if (!n && !r || h.paused) return;
|
|
915
|
-
const v = p.key === "Tab" && !p.altKey && !p.ctrlKey && !p.metaKey,
|
|
916
|
-
if (v &&
|
|
915
|
+
const v = p.key === "Tab" && !p.altKey && !p.ctrlKey && !p.metaKey, k = document.activeElement;
|
|
916
|
+
if (v && k) {
|
|
917
917
|
const A = p.currentTarget, [C, y] = Ml(A);
|
|
918
|
-
C && y ? !p.shiftKey &&
|
|
918
|
+
C && y ? !p.shiftKey && k === y ? (p.preventDefault(), n && Je(C, { select: !0 })) : p.shiftKey && k === C && (p.preventDefault(), n && Je(y, { select: !0 })) : k === A && p.preventDefault();
|
|
919
919
|
}
|
|
920
920
|
},
|
|
921
921
|
[n, r, h.paused]
|
|
@@ -1165,13 +1165,13 @@ const Ql = async (e, t, n) => {
|
|
|
1165
1165
|
for (let p = 0; p < i.length; p++) {
|
|
1166
1166
|
const {
|
|
1167
1167
|
name: v,
|
|
1168
|
-
fn:
|
|
1168
|
+
fn: k
|
|
1169
1169
|
} = i[p], {
|
|
1170
1170
|
x: A,
|
|
1171
1171
|
y: C,
|
|
1172
1172
|
data: y,
|
|
1173
|
-
reset:
|
|
1174
|
-
} = await
|
|
1173
|
+
reset: E
|
|
1174
|
+
} = await k({
|
|
1175
1175
|
x: d,
|
|
1176
1176
|
y: m,
|
|
1177
1177
|
initialPlacement: r,
|
|
@@ -1191,11 +1191,11 @@ const Ql = async (e, t, n) => {
|
|
|
1191
1191
|
...h[v],
|
|
1192
1192
|
...y
|
|
1193
1193
|
}
|
|
1194
|
-
},
|
|
1194
|
+
}, E && w <= 50 && (w++, typeof E == "object" && (E.placement && (g = E.placement), E.rects && (l = E.rects === !0 ? await s.getElementRects({
|
|
1195
1195
|
reference: e,
|
|
1196
1196
|
floating: t,
|
|
1197
1197
|
strategy: o
|
|
1198
|
-
}) :
|
|
1198
|
+
}) : E.rects), {
|
|
1199
1199
|
x: d,
|
|
1200
1200
|
y: m
|
|
1201
1201
|
} = Uo(l, g, c)), p = -1);
|
|
@@ -1224,7 +1224,7 @@ async function qt(e, t) {
|
|
|
1224
1224
|
elementContext: m = "floating",
|
|
1225
1225
|
altBoundary: g = !1,
|
|
1226
1226
|
padding: h = 0
|
|
1227
|
-
} = Ke(t, e), w = $a(h), v = i[g ? m === "floating" ? "reference" : "floating" : m],
|
|
1227
|
+
} = Ke(t, e), w = $a(h), v = i[g ? m === "floating" ? "reference" : "floating" : m], k = An(await a.getClippingRect({
|
|
1228
1228
|
element: (n = await (a.isElement == null ? void 0 : a.isElement(v))) == null || n ? v : v.contextElement || await (a.getDocumentElement == null ? void 0 : a.getDocumentElement(i.floating)),
|
|
1229
1229
|
boundary: l,
|
|
1230
1230
|
rootBoundary: d,
|
|
@@ -1240,17 +1240,17 @@ async function qt(e, t) {
|
|
|
1240
1240
|
} : {
|
|
1241
1241
|
x: 1,
|
|
1242
1242
|
y: 1
|
|
1243
|
-
},
|
|
1243
|
+
}, E = An(a.convertOffsetParentRelativeRectToViewportRelativeRect ? await a.convertOffsetParentRelativeRectToViewportRelativeRect({
|
|
1244
1244
|
elements: i,
|
|
1245
1245
|
rect: A,
|
|
1246
1246
|
offsetParent: C,
|
|
1247
1247
|
strategy: c
|
|
1248
1248
|
}) : A);
|
|
1249
1249
|
return {
|
|
1250
|
-
top: (
|
|
1251
|
-
bottom: (
|
|
1252
|
-
left: (
|
|
1253
|
-
right: (
|
|
1250
|
+
top: (k.top - E.top + w.top) / y.y,
|
|
1251
|
+
bottom: (E.bottom - k.bottom + w.bottom) / y.y,
|
|
1252
|
+
left: (k.left - E.left + w.left) / y.x,
|
|
1253
|
+
right: (E.right - k.right + w.right) / y.x
|
|
1254
1254
|
};
|
|
1255
1255
|
}
|
|
1256
1256
|
const Zl = (e) => ({
|
|
@@ -1274,10 +1274,10 @@ const Zl = (e) => ({
|
|
|
1274
1274
|
const m = $a(d), g = {
|
|
1275
1275
|
x: n,
|
|
1276
1276
|
y: r
|
|
1277
|
-
}, h = eo(o), w = Jr(h), p = await s.getDimensions(l), v = h === "y",
|
|
1277
|
+
}, h = eo(o), w = Jr(h), p = await s.getDimensions(l), v = h === "y", k = v ? "top" : "left", A = v ? "bottom" : "right", C = v ? "clientHeight" : "clientWidth", y = a.reference[w] + a.reference[h] - g[h] - a.floating[w], E = g[h] - a.reference[h], I = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(l));
|
|
1278
1278
|
let O = I ? I[C] : 0;
|
|
1279
1279
|
(!O || !await (s.isElement == null ? void 0 : s.isElement(I))) && (O = i.floating[C] || a.floating[w]);
|
|
1280
|
-
const T = y / 2 -
|
|
1280
|
+
const T = y / 2 - E / 2, z = O / 2 - p[w] / 2 - 1, H = tt(m[k], z), V = tt(m[A], z), q = H, x = O - p[w] - V, N = O / 2 - p[w] / 2 + T, R = Rr(q, N, x), P = !c.arrow && Ot(o) != null && N !== R && a.reference[w] / 2 - (N < q ? H : V) - p[w] / 2 < 0, _ = P ? N < q ? N - q : N - x : 0;
|
|
1281
1281
|
return {
|
|
1282
1282
|
[h]: g[h] + _,
|
|
1283
1283
|
data: {
|
|
@@ -1314,11 +1314,11 @@ const Zl = (e) => ({
|
|
|
1314
1314
|
} = Ke(e, t);
|
|
1315
1315
|
if ((n = a.arrow) != null && n.alignmentOffset)
|
|
1316
1316
|
return {};
|
|
1317
|
-
const
|
|
1318
|
-
!g && I &&
|
|
1319
|
-
const O = [i, ...
|
|
1317
|
+
const k = Xe(o), A = ze(i), C = Xe(i) === i, y = await (c.isRTL == null ? void 0 : c.isRTL(l.floating)), E = g || (C || !p ? [kn(i)] : Vl(i)), I = w !== "none";
|
|
1318
|
+
!g && I && E.push(...Kl(i, p, w, y));
|
|
1319
|
+
const O = [i, ...E], T = await qt(t, v), z = [];
|
|
1320
1320
|
let H = ((r = a.flip) == null ? void 0 : r.overflows) || [];
|
|
1321
|
-
if (d && z.push(T[
|
|
1321
|
+
if (d && z.push(T[k]), m) {
|
|
1322
1322
|
const N = jl(o, s, y);
|
|
1323
1323
|
z.push(T[N[0]], T[N[1]]);
|
|
1324
1324
|
}
|
|
@@ -1489,11 +1489,11 @@ const nu = function(e) {
|
|
|
1489
1489
|
limiter: i = {
|
|
1490
1490
|
fn: (v) => {
|
|
1491
1491
|
let {
|
|
1492
|
-
x:
|
|
1492
|
+
x: k,
|
|
1493
1493
|
y: A
|
|
1494
1494
|
} = v;
|
|
1495
1495
|
return {
|
|
1496
|
-
x:
|
|
1496
|
+
x: k,
|
|
1497
1497
|
y: A
|
|
1498
1498
|
};
|
|
1499
1499
|
}
|
|
@@ -1505,11 +1505,11 @@ const nu = function(e) {
|
|
|
1505
1505
|
}, d = await qt(t, c), m = ze(Xe(o)), g = Zr(m);
|
|
1506
1506
|
let h = l[g], w = l[m];
|
|
1507
1507
|
if (a) {
|
|
1508
|
-
const v = g === "y" ? "top" : "left",
|
|
1508
|
+
const v = g === "y" ? "top" : "left", k = g === "y" ? "bottom" : "right", A = h + d[v], C = h - d[k];
|
|
1509
1509
|
h = Rr(A, h, C);
|
|
1510
1510
|
}
|
|
1511
1511
|
if (s) {
|
|
1512
|
-
const v = m === "y" ? "top" : "left",
|
|
1512
|
+
const v = m === "y" ? "top" : "left", k = m === "y" ? "bottom" : "right", A = w + d[v], C = w - d[k];
|
|
1513
1513
|
w = Rr(A, w, C);
|
|
1514
1514
|
}
|
|
1515
1515
|
const p = i.fn({
|
|
@@ -1558,13 +1558,13 @@ const nu = function(e) {
|
|
|
1558
1558
|
...p
|
|
1559
1559
|
};
|
|
1560
1560
|
if (c) {
|
|
1561
|
-
const C = g === "y" ? "height" : "width", y = a.reference[g] - a.floating[C] + v.mainAxis,
|
|
1562
|
-
h < y ? h = y : h >
|
|
1561
|
+
const C = g === "y" ? "height" : "width", y = a.reference[g] - a.floating[C] + v.mainAxis, E = a.reference[g] + a.reference[C] - v.mainAxis;
|
|
1562
|
+
h < y ? h = y : h > E && (h = E);
|
|
1563
1563
|
}
|
|
1564
1564
|
if (l) {
|
|
1565
|
-
var
|
|
1566
|
-
const C = g === "y" ? "width" : "height", y = Wa.has(Xe(o)),
|
|
1567
|
-
w <
|
|
1565
|
+
var k, A;
|
|
1566
|
+
const C = g === "y" ? "width" : "height", y = Wa.has(Xe(o)), E = a.reference[m] - a.floating[C] + (y && ((k = s.offset) == null ? void 0 : k[m]) || 0) + (y ? 0 : v.crossAxis), I = a.reference[m] + a.reference[C] + (y ? 0 : ((A = s.offset) == null ? void 0 : A[m]) || 0) - (y ? v.crossAxis : 0);
|
|
1567
|
+
w < E ? w = E : w > I && (w = I);
|
|
1568
1568
|
}
|
|
1569
1569
|
return {
|
|
1570
1570
|
[g]: h,
|
|
@@ -1591,10 +1591,10 @@ const nu = function(e) {
|
|
|
1591
1591
|
width: w,
|
|
1592
1592
|
height: p
|
|
1593
1593
|
} = a.floating;
|
|
1594
|
-
let v,
|
|
1595
|
-
m === "top" || m === "bottom" ? (v = m,
|
|
1596
|
-
const A = p - d.top - d.bottom, C = w - d.left - d.right, y = tt(p - d[v], A),
|
|
1597
|
-
let O = y, T =
|
|
1594
|
+
let v, k;
|
|
1595
|
+
m === "top" || m === "bottom" ? (v = m, k = g === (await (s.isRTL == null ? void 0 : s.isRTL(i.floating)) ? "start" : "end") ? "left" : "right") : (k = m, v = g === "end" ? "top" : "bottom");
|
|
1596
|
+
const A = p - d.top - d.bottom, C = w - d.left - d.right, y = tt(p - d[v], A), E = tt(w - d[k], C), I = !t.middlewareData.shift;
|
|
1597
|
+
let O = y, T = E;
|
|
1598
1598
|
if ((n = t.middlewareData.shift) != null && n.enabled.x && (T = C), (r = t.middlewareData.shift) != null && r.enabled.y && (O = A), I && !g) {
|
|
1599
1599
|
const H = Ee(d.left, 0), V = Ee(d.right, 0), q = Ee(d.top, 0), x = Ee(d.bottom, 0);
|
|
1600
1600
|
h ? T = w - 2 * (H !== 0 || V !== 0 ? H + V : Ee(d.left, d.right)) : O = p - 2 * (q !== 0 || x !== 0 ? q + x : Ee(d.top, d.bottom));
|
|
@@ -1777,7 +1777,7 @@ function ft(e, t, n, r) {
|
|
|
1777
1777
|
const g = ke(a), h = r && Me(r) ? ke(r) : r;
|
|
1778
1778
|
let w = g, p = _r(w);
|
|
1779
1779
|
for (; p && r && h !== w; ) {
|
|
1780
|
-
const v = At(p),
|
|
1780
|
+
const v = At(p), k = p.getBoundingClientRect(), A = De(p), C = k.left + (p.clientLeft + parseFloat(A.paddingLeft)) * v.x, y = k.top + (p.clientTop + parseFloat(A.paddingTop)) * v.y;
|
|
1781
1781
|
c *= v.x, l *= v.y, d *= v.x, m *= v.y, c += C, l += y, w = ke(p), p = _r(w);
|
|
1782
1782
|
}
|
|
1783
1783
|
}
|
|
@@ -2035,12 +2035,12 @@ function Ru(e, t) {
|
|
|
2035
2035
|
} = l;
|
|
2036
2036
|
if (i || t(), !g || !h)
|
|
2037
2037
|
return;
|
|
2038
|
-
const w = ln(m), p = ln(o.clientWidth - (d + g)), v = ln(o.clientHeight - (m + h)),
|
|
2039
|
-
rootMargin: -w + "px " + -p + "px " + -v + "px " + -
|
|
2038
|
+
const w = ln(m), p = ln(o.clientWidth - (d + g)), v = ln(o.clientHeight - (m + h)), k = ln(d), C = {
|
|
2039
|
+
rootMargin: -w + "px " + -p + "px " + -v + "px " + -k + "px",
|
|
2040
2040
|
threshold: Ee(0, tt(1, c)) || 1
|
|
2041
2041
|
};
|
|
2042
2042
|
let y = !0;
|
|
2043
|
-
function
|
|
2043
|
+
function E(I) {
|
|
2044
2044
|
const O = I[0].intersectionRatio;
|
|
2045
2045
|
if (O !== c) {
|
|
2046
2046
|
if (!y)
|
|
@@ -2052,13 +2052,13 @@ function Ru(e, t) {
|
|
|
2052
2052
|
O === 1 && !Ya(l, e.getBoundingClientRect()) && s(), y = !1;
|
|
2053
2053
|
}
|
|
2054
2054
|
try {
|
|
2055
|
-
n = new IntersectionObserver(
|
|
2055
|
+
n = new IntersectionObserver(E, {
|
|
2056
2056
|
...C,
|
|
2057
2057
|
// Handle <iframe>s
|
|
2058
2058
|
root: o.ownerDocument
|
|
2059
2059
|
});
|
|
2060
2060
|
} catch {
|
|
2061
|
-
n = new IntersectionObserver(
|
|
2061
|
+
n = new IntersectionObserver(E, C);
|
|
2062
2062
|
}
|
|
2063
2063
|
n.observe(e);
|
|
2064
2064
|
}
|
|
@@ -2073,15 +2073,15 @@ function Ou(e, t, n, r) {
|
|
|
2073
2073
|
layoutShift: i = typeof IntersectionObserver == "function",
|
|
2074
2074
|
animationFrame: c = !1
|
|
2075
2075
|
} = r, l = ro(e), d = o || a ? [...l ? Kt(l) : [], ...Kt(t)] : [];
|
|
2076
|
-
d.forEach((
|
|
2077
|
-
o &&
|
|
2076
|
+
d.forEach((k) => {
|
|
2077
|
+
o && k.addEventListener("scroll", n, {
|
|
2078
2078
|
passive: !0
|
|
2079
|
-
}), a &&
|
|
2079
|
+
}), a && k.addEventListener("resize", n);
|
|
2080
2080
|
});
|
|
2081
2081
|
const m = l && i ? Ru(l, n) : null;
|
|
2082
2082
|
let g = -1, h = null;
|
|
2083
|
-
s && (h = new ResizeObserver((
|
|
2084
|
-
let [A] =
|
|
2083
|
+
s && (h = new ResizeObserver((k) => {
|
|
2084
|
+
let [A] = k;
|
|
2085
2085
|
A && A.target === l && h && (h.unobserve(t), cancelAnimationFrame(g), g = requestAnimationFrame(() => {
|
|
2086
2086
|
var C;
|
|
2087
2087
|
(C = h) == null || C.observe(t);
|
|
@@ -2090,14 +2090,14 @@ function Ou(e, t, n, r) {
|
|
|
2090
2090
|
let w, p = c ? ft(e) : null;
|
|
2091
2091
|
c && v();
|
|
2092
2092
|
function v() {
|
|
2093
|
-
const
|
|
2094
|
-
p && !Ya(p,
|
|
2093
|
+
const k = ft(e);
|
|
2094
|
+
p && !Ya(p, k) && n(), p = k, w = requestAnimationFrame(v);
|
|
2095
2095
|
}
|
|
2096
2096
|
return n(), () => {
|
|
2097
|
-
var
|
|
2097
|
+
var k;
|
|
2098
2098
|
d.forEach((A) => {
|
|
2099
2099
|
o && A.removeEventListener("scroll", n), a && A.removeEventListener("resize", n);
|
|
2100
|
-
}), m?.(), (
|
|
2100
|
+
}), m?.(), (k = h) == null || k.disconnect(), h = null, c && cancelAnimationFrame(w);
|
|
2101
2101
|
};
|
|
2102
2102
|
}
|
|
2103
2103
|
const _u = nu, Mu = ru, Du = Jl, Iu = au, Lu = eu, Xo = Zl, Fu = ou, $u = (e, t, n) => {
|
|
@@ -2181,11 +2181,11 @@ function Bu(e) {
|
|
|
2181
2181
|
isPositioned: !1
|
|
2182
2182
|
}), [g, h] = f.useState(r);
|
|
2183
2183
|
Nn(g, r) || h(r);
|
|
2184
|
-
const [w, p] = f.useState(null), [v,
|
|
2184
|
+
const [w, p] = f.useState(null), [v, k] = f.useState(null), A = f.useCallback((S) => {
|
|
2185
2185
|
S !== I.current && (I.current = S, p(S));
|
|
2186
2186
|
}, []), C = f.useCallback((S) => {
|
|
2187
|
-
S !== O.current && (O.current = S,
|
|
2188
|
-
}, []), y = a || w,
|
|
2187
|
+
S !== O.current && (O.current = S, k(S));
|
|
2188
|
+
}, []), y = a || w, E = s || v, I = f.useRef(null), O = f.useRef(null), T = f.useRef(d), z = c != null, H = fr(c), V = fr(o), q = fr(l), x = f.useCallback(() => {
|
|
2189
2189
|
if (!I.current || !O.current)
|
|
2190
2190
|
return;
|
|
2191
2191
|
const S = {
|
|
@@ -2217,12 +2217,12 @@ function Bu(e) {
|
|
|
2217
2217
|
yn(() => (N.current = !0, () => {
|
|
2218
2218
|
N.current = !1;
|
|
2219
2219
|
}), []), yn(() => {
|
|
2220
|
-
if (y && (I.current = y),
|
|
2220
|
+
if (y && (I.current = y), E && (O.current = E), y && E) {
|
|
2221
2221
|
if (H.current)
|
|
2222
|
-
return H.current(y,
|
|
2222
|
+
return H.current(y, E, x);
|
|
2223
2223
|
x();
|
|
2224
2224
|
}
|
|
2225
|
-
}, [y,
|
|
2225
|
+
}, [y, E, x, H, z]);
|
|
2226
2226
|
const R = f.useMemo(() => ({
|
|
2227
2227
|
reference: I,
|
|
2228
2228
|
floating: O,
|
|
@@ -2230,8 +2230,8 @@ function Bu(e) {
|
|
|
2230
2230
|
setFloating: C
|
|
2231
2231
|
}), [A, C]), P = f.useMemo(() => ({
|
|
2232
2232
|
reference: y,
|
|
2233
|
-
floating:
|
|
2234
|
-
}), [y,
|
|
2233
|
+
floating: E
|
|
2234
|
+
}), [y, E]), _ = f.useMemo(() => {
|
|
2235
2235
|
const S = {
|
|
2236
2236
|
position: n,
|
|
2237
2237
|
left: 0,
|
|
@@ -2422,7 +2422,7 @@ var ao = "PopperContent", [nd, rd] = Za(ao), rs = f.forwardRef(
|
|
|
2422
2422
|
updatePositionStrategy: h = "optimized",
|
|
2423
2423
|
onPlaced: w,
|
|
2424
2424
|
...p
|
|
2425
|
-
} = e, v = Ja(ao, n), [
|
|
2425
|
+
} = e, v = Ja(ao, n), [k, A] = f.useState(null), C = ie(t, (F) => A(F)), [y, E] = f.useState(null), I = Qa(y), O = I?.width ?? 0, T = I?.height ?? 0, z = r + (a !== "center" ? "-" + a : ""), H = typeof d == "number" ? d : { top: 0, right: 0, bottom: 0, left: 0, ...d }, V = Array.isArray(l) ? l : [l], q = V.length > 0, x = {
|
|
2426
2426
|
padding: H,
|
|
2427
2427
|
boundary: V.filter(ad),
|
|
2428
2428
|
// with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
|
|
@@ -2463,8 +2463,8 @@ var ao = "PopperContent", [nd, rd] = Za(ao), rs = f.forwardRef(
|
|
|
2463
2463
|
}, [_, G]);
|
|
2464
2464
|
const ce = S.arrow?.x, Y = S.arrow?.y, oe = S.arrow?.centerOffset !== 0, [K, ge] = f.useState();
|
|
2465
2465
|
return ve(() => {
|
|
2466
|
-
|
|
2467
|
-
}, [
|
|
2466
|
+
k && ge(window.getComputedStyle(k).zIndex);
|
|
2467
|
+
}, [k]), /* @__PURE__ */ u(
|
|
2468
2468
|
"div",
|
|
2469
2469
|
{
|
|
2470
2470
|
ref: N.setFloating,
|
|
@@ -2493,7 +2493,7 @@ var ao = "PopperContent", [nd, rd] = Za(ao), rs = f.forwardRef(
|
|
|
2493
2493
|
{
|
|
2494
2494
|
scope: n,
|
|
2495
2495
|
placedSide: L,
|
|
2496
|
-
onArrowChange:
|
|
2496
|
+
onArrowChange: E,
|
|
2497
2497
|
arrowX: ce,
|
|
2498
2498
|
arrowY: Y,
|
|
2499
2499
|
shouldHideArrow: oe,
|
|
@@ -2770,8 +2770,8 @@ var vd = function(e) {
|
|
|
2770
2770
|
try {
|
|
2771
2771
|
var h = g.getAttribute(r), w = h !== null && h !== "false", p = (xt.get(g) || 0) + 1, v = (a.get(g) || 0) + 1;
|
|
2772
2772
|
xt.set(g, p), a.set(g, v), s.push(g), p === 1 && w && un.set(g, !0), v === 1 && g.setAttribute(n, "true"), w || g.setAttribute(r, "true");
|
|
2773
|
-
} catch (
|
|
2774
|
-
console.error("aria-hidden: cannot operate on ", g,
|
|
2773
|
+
} catch (k) {
|
|
2774
|
+
console.error("aria-hidden: cannot operate on ", g, k);
|
|
2775
2775
|
}
|
|
2776
2776
|
});
|
|
2777
2777
|
};
|
|
@@ -2936,11 +2936,11 @@ var gs = Pd(), hr = function() {
|
|
|
2936
2936
|
onScrollCapture: hr,
|
|
2937
2937
|
onWheelCapture: hr,
|
|
2938
2938
|
onTouchMoveCapture: hr
|
|
2939
|
-
}), o = r[0], a = r[1], s = e.forwardProps, i = e.children, c = e.className, l = e.removeScrollBar, d = e.enabled, m = e.shards, g = e.sideCar, h = e.noRelative, w = e.noIsolation, p = e.inert, v = e.allowPinchZoom,
|
|
2939
|
+
}), o = r[0], a = r[1], s = e.forwardProps, i = e.children, c = e.className, l = e.removeScrollBar, d = e.enabled, m = e.shards, g = e.sideCar, h = e.noRelative, w = e.noIsolation, p = e.inert, v = e.allowPinchZoom, k = e.as, A = k === void 0 ? "div" : k, C = e.gapMode, y = ps(e, ["forwardProps", "children", "className", "removeScrollBar", "enabled", "shards", "sideCar", "noRelative", "noIsolation", "inert", "allowPinchZoom", "as", "gapMode"]), E = g, I = Ad([n, t]), O = We(We({}, y), o);
|
|
2940
2940
|
return f.createElement(
|
|
2941
2941
|
f.Fragment,
|
|
2942
2942
|
null,
|
|
2943
|
-
d && f.createElement(
|
|
2943
|
+
d && f.createElement(E, { sideCar: gs, removeScrollBar: l, shards: m, noRelative: h, noIsolation: w, inert: p, setCallbacks: a, allowPinchZoom: !!v, lockRef: n, gapMode: C }),
|
|
2944
2944
|
s ? f.cloneElement(f.Children.only(i), We(We({}, O), { ref: I })) : f.createElement(A, We({}, O, { className: c, ref: I }), i)
|
|
2945
2945
|
);
|
|
2946
2946
|
});
|
|
@@ -3143,8 +3143,8 @@ var St = Mr ? { passive: !1 } : !1, jd = function(e) {
|
|
|
3143
3143
|
do {
|
|
3144
3144
|
if (!i)
|
|
3145
3145
|
break;
|
|
3146
|
-
var h = ws(e, i), w = h[0], p = h[1], v = h[2],
|
|
3147
|
-
(w ||
|
|
3146
|
+
var h = ws(e, i), w = h[0], p = h[1], v = h[2], k = p - v - a * w;
|
|
3147
|
+
(w || k) && ys(e, i) && (m += k, g += w);
|
|
3148
3148
|
var A = i.parentNode;
|
|
3149
3149
|
i = A && A.nodeType === Node.DOCUMENT_FRAGMENT_NODE ? A.host : A;
|
|
3150
3150
|
} while (
|
|
@@ -3187,37 +3187,37 @@ function ef(e) {
|
|
|
3187
3187
|
var i = f.useCallback(function(p, v) {
|
|
3188
3188
|
if ("touches" in p && p.touches.length === 2 || p.type === "wheel" && p.ctrlKey)
|
|
3189
3189
|
return !s.current.allowPinchZoom;
|
|
3190
|
-
var
|
|
3190
|
+
var k = mn(p), A = n.current, C = "deltaX" in p ? p.deltaX : A[0] - k[0], y = "deltaY" in p ? p.deltaY : A[1] - k[1], E, I = p.target, O = Math.abs(C) > Math.abs(y) ? "h" : "v";
|
|
3191
3191
|
if ("touches" in p && O === "h" && I.type === "range")
|
|
3192
3192
|
return !1;
|
|
3193
3193
|
var T = ea(O, I);
|
|
3194
3194
|
if (!T)
|
|
3195
3195
|
return !0;
|
|
3196
|
-
if (T ?
|
|
3196
|
+
if (T ? E = O : (E = O === "v" ? "h" : "v", T = ea(O, I)), !T)
|
|
3197
3197
|
return !1;
|
|
3198
|
-
if (!r.current && "changedTouches" in p && (C || y) && (r.current =
|
|
3198
|
+
if (!r.current && "changedTouches" in p && (C || y) && (r.current = E), !E)
|
|
3199
3199
|
return !0;
|
|
3200
|
-
var z = r.current ||
|
|
3200
|
+
var z = r.current || E;
|
|
3201
3201
|
return Xd(z, v, p, z === "h" ? C : y);
|
|
3202
3202
|
}, []), c = f.useCallback(function(p) {
|
|
3203
3203
|
var v = p;
|
|
3204
3204
|
if (!(!Ct.length || Ct[Ct.length - 1] !== a)) {
|
|
3205
|
-
var
|
|
3206
|
-
return
|
|
3205
|
+
var k = "deltaY" in v ? ta(v) : mn(v), A = t.current.filter(function(E) {
|
|
3206
|
+
return E.name === v.type && (E.target === v.target || v.target === E.shadowParent) && Qd(E.delta, k);
|
|
3207
3207
|
})[0];
|
|
3208
3208
|
if (A && A.should) {
|
|
3209
3209
|
v.cancelable && v.preventDefault();
|
|
3210
3210
|
return;
|
|
3211
3211
|
}
|
|
3212
3212
|
if (!A) {
|
|
3213
|
-
var C = (s.current.shards || []).map(na).filter(Boolean).filter(function(
|
|
3214
|
-
return
|
|
3213
|
+
var C = (s.current.shards || []).map(na).filter(Boolean).filter(function(E) {
|
|
3214
|
+
return E.contains(v.target);
|
|
3215
3215
|
}), y = C.length > 0 ? i(v, C[0]) : !s.current.noIsolation;
|
|
3216
3216
|
y && v.cancelable && v.preventDefault();
|
|
3217
3217
|
}
|
|
3218
3218
|
}
|
|
3219
|
-
}, []), l = f.useCallback(function(p, v,
|
|
3220
|
-
var C = { name: p, delta: v, target:
|
|
3219
|
+
}, []), l = f.useCallback(function(p, v, k, A) {
|
|
3220
|
+
var C = { name: p, delta: v, target: k, should: A, shadowParent: tf(k) };
|
|
3221
3221
|
t.current.push(C), setTimeout(function() {
|
|
3222
3222
|
t.current = t.current.filter(function(y) {
|
|
3223
3223
|
return y !== C;
|
|
@@ -3278,7 +3278,7 @@ var rf = [" ", "Enter", "ArrowUp", "ArrowDown"], of = [" ", "Enter"], mt = "Sele
|
|
|
3278
3278
|
disabled: g,
|
|
3279
3279
|
required: h,
|
|
3280
3280
|
form: w
|
|
3281
|
-
} = e, p = Hn(t), [v,
|
|
3281
|
+
} = e, p = Hn(t), [v, k] = f.useState(null), [A, C] = f.useState(null), [y, E] = f.useState(!1), I = Kr(l), [O, T] = Xt({
|
|
3282
3282
|
prop: r,
|
|
3283
3283
|
defaultProp: o ?? !1,
|
|
3284
3284
|
onChange: a,
|
|
@@ -3295,11 +3295,11 @@ var rf = [" ", "Enter", "ArrowUp", "ArrowDown"], of = [" ", "Enter"], mt = "Sele
|
|
|
3295
3295
|
required: h,
|
|
3296
3296
|
scope: t,
|
|
3297
3297
|
trigger: v,
|
|
3298
|
-
onTriggerChange:
|
|
3298
|
+
onTriggerChange: k,
|
|
3299
3299
|
valueNode: A,
|
|
3300
3300
|
onValueNodeChange: C,
|
|
3301
3301
|
valueNodeHasChildren: y,
|
|
3302
|
-
onValueNodeHasChildrenChange:
|
|
3302
|
+
onValueNodeHasChildrenChange: E,
|
|
3303
3303
|
contentId: Zt(),
|
|
3304
3304
|
value: z,
|
|
3305
3305
|
onValueChange: H,
|
|
@@ -3352,7 +3352,7 @@ xs.displayName = mt;
|
|
|
3352
3352
|
var Ss = "SelectTrigger", Cs = f.forwardRef(
|
|
3353
3353
|
(e, t) => {
|
|
3354
3354
|
const { __scopeSelect: n, disabled: r = !1, ...o } = e, a = Hn(n), s = ot(Ss, n), i = s.disabled || r, c = ie(t, s.onTriggerChange), l = Bn(n), d = f.useRef("touch"), [m, g, h] = Ys((p) => {
|
|
3355
|
-
const v = l().filter((C) => !C.disabled),
|
|
3355
|
+
const v = l().filter((C) => !C.disabled), k = v.find((C) => C.value === s.value), A = qs(v, p, k);
|
|
3356
3356
|
A !== void 0 && s.onValueChange(A.value);
|
|
3357
3357
|
}), w = (p) => {
|
|
3358
3358
|
i || (s.onOpenChange(!0), h()), p && (s.triggerPointerDownPosRef.current = {
|
|
@@ -3456,8 +3456,8 @@ var Oe = 10, [Ps, at] = Mt(pt), ff = "SelectContentImpl", mf = /* @__PURE__ */ C
|
|
|
3456
3456
|
hideWhenDetached: p,
|
|
3457
3457
|
avoidCollisions: v,
|
|
3458
3458
|
//
|
|
3459
|
-
...
|
|
3460
|
-
} = e, A = ot(pt, n), [C, y] = f.useState(null), [
|
|
3459
|
+
...k
|
|
3460
|
+
} = e, A = ot(pt, n), [C, y] = f.useState(null), [E, I] = f.useState(null), O = ie(t, (F) => y(F)), [T, z] = f.useState(null), [H, V] = f.useState(
|
|
3461
3461
|
null
|
|
3462
3462
|
), q = Bn(n), [x, N] = f.useState(!1), R = f.useRef(!1);
|
|
3463
3463
|
f.useEffect(() => {
|
|
@@ -3467,9 +3467,9 @@ var Oe = 10, [Ps, at] = Mt(pt), ff = "SelectContentImpl", mf = /* @__PURE__ */ C
|
|
|
3467
3467
|
(F) => {
|
|
3468
3468
|
const [ee, ...le] = q().map((re) => re.ref.current), [Z] = le.slice(-1), te = document.activeElement;
|
|
3469
3469
|
for (const re of F)
|
|
3470
|
-
if (re === te || (re?.scrollIntoView({ block: "nearest" }), re === ee &&
|
|
3470
|
+
if (re === te || (re?.scrollIntoView({ block: "nearest" }), re === ee && E && (E.scrollTop = 0), re === Z && E && (E.scrollTop = E.scrollHeight), re?.focus(), document.activeElement !== te)) return;
|
|
3471
3471
|
},
|
|
3472
|
-
[q,
|
|
3472
|
+
[q, E]
|
|
3473
3473
|
), _ = f.useCallback(
|
|
3474
3474
|
() => P([T, C]),
|
|
3475
3475
|
[P, T, C]
|
|
@@ -3531,7 +3531,7 @@ var Oe = 10, [Ps, at] = Mt(pt), ff = "SelectContentImpl", mf = /* @__PURE__ */ C
|
|
|
3531
3531
|
{
|
|
3532
3532
|
scope: n,
|
|
3533
3533
|
content: C,
|
|
3534
|
-
viewport:
|
|
3534
|
+
viewport: E,
|
|
3535
3535
|
onViewportChange: I,
|
|
3536
3536
|
itemRefCallback: ce,
|
|
3537
3537
|
selectedItem: T,
|
|
@@ -3570,7 +3570,7 @@ var Oe = 10, [Ps, at] = Mt(pt), ff = "SelectContentImpl", mf = /* @__PURE__ */ C
|
|
|
3570
3570
|
"data-state": A.open ? "open" : "closed",
|
|
3571
3571
|
dir: A.dir,
|
|
3572
3572
|
onContextMenu: (F) => F.preventDefault(),
|
|
3573
|
-
...
|
|
3573
|
+
...k,
|
|
3574
3574
|
...ge,
|
|
3575
3575
|
onPlaced: () => N(!0),
|
|
3576
3576
|
ref: O,
|
|
@@ -3580,9 +3580,9 @@ var Oe = 10, [Ps, at] = Mt(pt), ff = "SelectContentImpl", mf = /* @__PURE__ */ C
|
|
|
3580
3580
|
flexDirection: "column",
|
|
3581
3581
|
// reset the outline by default as the content MAY get focused
|
|
3582
3582
|
outline: "none",
|
|
3583
|
-
...
|
|
3583
|
+
...k.style
|
|
3584
3584
|
},
|
|
3585
|
-
onKeyDown: J(
|
|
3585
|
+
onKeyDown: J(k.onKeyDown, (F) => {
|
|
3586
3586
|
const ee = F.ctrlKey || F.altKey || F.metaKey;
|
|
3587
3587
|
if (F.key === "Tab" && F.preventDefault(), !ee && F.key.length === 1 && G(F.key), ["ArrowUp", "ArrowDown", "Home", "End"].includes(F.key)) {
|
|
3588
3588
|
let Z = q().filter((te) => !te.disabled).map((te) => te.ref.current);
|
|
@@ -3605,9 +3605,9 @@ var Oe = 10, [Ps, at] = Mt(pt), ff = "SelectContentImpl", mf = /* @__PURE__ */ C
|
|
|
3605
3605
|
);
|
|
3606
3606
|
Rs.displayName = ff;
|
|
3607
3607
|
var pf = "SelectItemAlignedPosition", Os = f.forwardRef((e, t) => {
|
|
3608
|
-
const { __scopeSelect: n, onPlaced: r, ...o } = e, a = ot(pt, n), s = at(pt, n), [i, c] = f.useState(null), [l, d] = f.useState(null), m = ie(t, (O) => d(O)), g = Bn(n), h = f.useRef(!1), w = f.useRef(!0), { viewport: p, selectedItem: v, selectedItemText:
|
|
3609
|
-
if (a.trigger && a.valueNode && i && l && p && v &&
|
|
3610
|
-
const O = a.trigger.getBoundingClientRect(), T = l.getBoundingClientRect(), z = a.valueNode.getBoundingClientRect(), H =
|
|
3608
|
+
const { __scopeSelect: n, onPlaced: r, ...o } = e, a = ot(pt, n), s = at(pt, n), [i, c] = f.useState(null), [l, d] = f.useState(null), m = ie(t, (O) => d(O)), g = Bn(n), h = f.useRef(!1), w = f.useRef(!0), { viewport: p, selectedItem: v, selectedItemText: k, focusSelectedItem: A } = s, C = f.useCallback(() => {
|
|
3609
|
+
if (a.trigger && a.valueNode && i && l && p && v && k) {
|
|
3610
|
+
const O = a.trigger.getBoundingClientRect(), T = l.getBoundingClientRect(), z = a.valueNode.getBoundingClientRect(), H = k.getBoundingClientRect();
|
|
3611
3611
|
if (a.dir !== "rtl") {
|
|
3612
3612
|
const te = H.left - T.left, re = z.left - te, fe = O.left - re, Ne = O.width + fe, Re = Math.max(Ne, T.width), it = window.innerWidth - Oe, ct = _o(re, [
|
|
3613
3613
|
Oe,
|
|
@@ -3656,14 +3656,14 @@ var pf = "SelectItemAlignedPosition", Os = f.forwardRef((e, t) => {
|
|
|
3656
3656
|
l,
|
|
3657
3657
|
p,
|
|
3658
3658
|
v,
|
|
3659
|
-
|
|
3659
|
+
k,
|
|
3660
3660
|
a.dir,
|
|
3661
3661
|
r
|
|
3662
3662
|
]);
|
|
3663
3663
|
ve(() => C(), [C]);
|
|
3664
|
-
const [y,
|
|
3664
|
+
const [y, E] = f.useState();
|
|
3665
3665
|
ve(() => {
|
|
3666
|
-
l &&
|
|
3666
|
+
l && E(window.getComputedStyle(l).zIndex);
|
|
3667
3667
|
}, [l]);
|
|
3668
3668
|
const I = f.useCallback(
|
|
3669
3669
|
(O) => {
|
|
@@ -3776,9 +3776,9 @@ var [gf, lo] = Mt(pt, {}), Ir = "SelectViewport", _s = f.forwardRef(
|
|
|
3776
3776
|
if (g?.current && m) {
|
|
3777
3777
|
const h = Math.abs(c.current - d.scrollTop);
|
|
3778
3778
|
if (h > 0) {
|
|
3779
|
-
const w = window.innerHeight - Oe * 2, p = parseFloat(m.style.minHeight), v = parseFloat(m.style.height),
|
|
3780
|
-
if (
|
|
3781
|
-
const A =
|
|
3779
|
+
const w = window.innerHeight - Oe * 2, p = parseFloat(m.style.minHeight), v = parseFloat(m.style.height), k = Math.max(p, v);
|
|
3780
|
+
if (k < w) {
|
|
3781
|
+
const A = k + h, C = Math.min(w, A), y = A - C;
|
|
3782
3782
|
m.style.height = C + "px", m.style.bottom === "0px" && (d.scrollTop = y > 0 ? y : 0, m.style.justifyContent = "flex-end");
|
|
3783
3783
|
}
|
|
3784
3784
|
}
|
|
@@ -3816,7 +3816,7 @@ var Tn = "SelectItem", [yf, Fs] = Mt(Tn), $s = f.forwardRef(
|
|
|
3816
3816
|
} = e, i = ot(Tn, n), c = at(Tn, n), l = i.value === r, [d, m] = f.useState(a ?? ""), [g, h] = f.useState(!1), w = ie(
|
|
3817
3817
|
t,
|
|
3818
3818
|
(A) => c.itemRefCallback?.(A, r, o)
|
|
3819
|
-
), p = Zt(), v = f.useRef("touch"),
|
|
3819
|
+
), p = Zt(), v = f.useRef("touch"), k = () => {
|
|
3820
3820
|
o || (i.onValueChange(r), i.onOpenChange(!1));
|
|
3821
3821
|
};
|
|
3822
3822
|
if (r === "")
|
|
@@ -3857,10 +3857,10 @@ var Tn = "SelectItem", [yf, Fs] = Mt(Tn), $s = f.forwardRef(
|
|
|
3857
3857
|
onFocus: J(s.onFocus, () => h(!0)),
|
|
3858
3858
|
onBlur: J(s.onBlur, () => h(!1)),
|
|
3859
3859
|
onClick: J(s.onClick, () => {
|
|
3860
|
-
v.current !== "mouse" &&
|
|
3860
|
+
v.current !== "mouse" && k();
|
|
3861
3861
|
}),
|
|
3862
3862
|
onPointerUp: J(s.onPointerUp, () => {
|
|
3863
|
-
v.current === "mouse" &&
|
|
3863
|
+
v.current === "mouse" && k();
|
|
3864
3864
|
}),
|
|
3865
3865
|
onPointerDown: J(s.onPointerDown, (A) => {
|
|
3866
3866
|
v.current = A.pointerType;
|
|
@@ -3872,7 +3872,7 @@ var Tn = "SelectItem", [yf, Fs] = Mt(Tn), $s = f.forwardRef(
|
|
|
3872
3872
|
A.currentTarget === document.activeElement && c.onItemLeave?.();
|
|
3873
3873
|
}),
|
|
3874
3874
|
onKeyDown: J(s.onKeyDown, (A) => {
|
|
3875
|
-
c.searchRef?.current !== "" && A.key === " " || (of.includes(A.key) &&
|
|
3875
|
+
c.searchRef?.current !== "" && A.key === " " || (of.includes(A.key) && k(), A.key === " " && A.preventDefault());
|
|
3876
3876
|
})
|
|
3877
3877
|
}
|
|
3878
3878
|
)
|
|
@@ -3887,9 +3887,9 @@ var Gt = "SelectItemText", Ws = f.forwardRef(
|
|
|
3887
3887
|
(e, t) => {
|
|
3888
3888
|
const { __scopeSelect: n, className: r, style: o, ...a } = e, s = ot(Gt, n), i = at(Gt, n), c = Fs(Gt, n), l = lf(Gt, n), [d, m] = f.useState(null), g = ie(
|
|
3889
3889
|
t,
|
|
3890
|
-
(
|
|
3890
|
+
(k) => m(k),
|
|
3891
3891
|
c.onItemTextChange,
|
|
3892
|
-
(
|
|
3892
|
+
(k) => i.itemTextRefCallback?.(k, c.value, c.disabled)
|
|
3893
3893
|
), h = d?.textContent, w = f.useMemo(
|
|
3894
3894
|
() => /* @__PURE__ */ u("option", { value: c.value, disabled: c.disabled, children: h }, c.value),
|
|
3895
3895
|
[c.disabled, c.value, h]
|
|
@@ -4065,7 +4065,7 @@ function $f({ field: e, formValues: t, handleChange: n, handleBlur: r, error: o,
|
|
|
4065
4065
|
const y = typeof e.queryParams == "function" ? e.queryParams(t) : e.queryParams;
|
|
4066
4066
|
typeof y == "string" ? w += y.startsWith("?") ? y : `?${y}` : p = { params: y };
|
|
4067
4067
|
}
|
|
4068
|
-
const v = await a(w, p),
|
|
4068
|
+
const v = await a(w, p), k = v.data || v, C = (Array.isArray(k) ? k : []).map((y) => ({
|
|
4069
4069
|
value: y[e.valueId || "key"] || y.key,
|
|
4070
4070
|
label: y[e.labelId || "value"] || y.value
|
|
4071
4071
|
}));
|
|
@@ -4432,12 +4432,12 @@ function Zs() {
|
|
|
4432
4432
|
HTMLFormElement: m,
|
|
4433
4433
|
DOMParser: g,
|
|
4434
4434
|
trustedTypes: h
|
|
4435
|
-
} = e, w = c.prototype, p = Bt(w, "cloneNode"), v = Bt(w, "remove"),
|
|
4435
|
+
} = e, w = c.prototype, p = Bt(w, "cloneNode"), v = Bt(w, "remove"), k = Bt(w, "nextSibling"), A = Bt(w, "childNodes"), C = Bt(w, "parentNode");
|
|
4436
4436
|
if (typeof s == "function") {
|
|
4437
4437
|
const j = n.createElement("template");
|
|
4438
4438
|
j.content && j.content.ownerDocument && (n = j.content.ownerDocument);
|
|
4439
4439
|
}
|
|
4440
|
-
let y,
|
|
4440
|
+
let y, E = "";
|
|
4441
4441
|
const {
|
|
4442
4442
|
implementation: I,
|
|
4443
4443
|
createNodeIterator: O,
|
|
@@ -4524,9 +4524,9 @@ function Zs() {
|
|
|
4524
4524
|
throw zt('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
4525
4525
|
if (typeof b.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
|
4526
4526
|
throw zt('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
|
|
4527
|
-
y = b.TRUSTED_TYPES_POLICY,
|
|
4527
|
+
y = b.TRUSTED_TYPES_POLICY, E = y.createHTML("");
|
|
4528
4528
|
} else
|
|
4529
|
-
y === void 0 && (y = im(h, o)), y !== null && typeof
|
|
4529
|
+
y === void 0 && (y = im(h, o)), y !== null && typeof E == "string" && (E = y.createHTML(""));
|
|
4530
4530
|
we && we(b), yt = b;
|
|
4531
4531
|
}
|
|
4532
4532
|
}, wo = Q({}, [...yr, ...wr, ...Xf]), xo = Q({}, [...xr, ...Qf]), tc = function(b) {
|
|
@@ -4587,7 +4587,7 @@ function Zs() {
|
|
|
4587
4587
|
if (!M || !M.documentElement) {
|
|
4588
4588
|
M = I.createDocument(vt, "template", null);
|
|
4589
4589
|
try {
|
|
4590
|
-
M.documentElement.innerHTML = tr ?
|
|
4590
|
+
M.documentElement.innerHTML = tr ? E : se;
|
|
4591
4591
|
} catch {
|
|
4592
4592
|
}
|
|
4593
4593
|
}
|
|
@@ -4630,7 +4630,7 @@ function Zs() {
|
|
|
4630
4630
|
const de = be.length;
|
|
4631
4631
|
for (let Se = de - 1; Se >= 0; --Se) {
|
|
4632
4632
|
const Ye = p(be[Se], !0);
|
|
4633
|
-
Ye.__removalCount = (b.__removalCount || 0) + 1, se.insertBefore(Ye,
|
|
4633
|
+
Ye.__removalCount = (b.__removalCount || 0) + 1, se.insertBefore(Ye, k(b));
|
|
4634
4634
|
}
|
|
4635
4635
|
}
|
|
4636
4636
|
}
|
|
@@ -4769,7 +4769,7 @@ function Zs() {
|
|
|
4769
4769
|
j.indexOf("<") === -1)
|
|
4770
4770
|
return y && rn ? y.createHTML(j) : j;
|
|
4771
4771
|
if (M = So(j), !M)
|
|
4772
|
-
return gt ? null : rn ?
|
|
4772
|
+
return gt ? null : rn ? E : "";
|
|
4773
4773
|
}
|
|
4774
4774
|
M && ct && Fe(M.firstChild);
|
|
4775
4775
|
const de = Co(Lt ? j : M);
|
|
@@ -5058,14 +5058,14 @@ function dm({
|
|
|
5058
5058
|
setCharCounts: d,
|
|
5059
5059
|
fileInputRefs: m,
|
|
5060
5060
|
...g
|
|
5061
|
-
} = s, h = a, w = e.options || [], p = e.inline || e.layout === "inline", v = g["aria-describedby"],
|
|
5061
|
+
} = s, h = a, w = e.options || [], p = e.inline || e.layout === "inline", v = g["aria-describedby"], k = `
|
|
5062
5062
|
size-4 rounded border-input bg-background transition-all accent-primary
|
|
5063
5063
|
focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2
|
|
5064
5064
|
disabled:cursor-not-allowed disabled:opacity-50
|
|
5065
5065
|
`;
|
|
5066
5066
|
if (w.length > 0) {
|
|
5067
|
-
const A = Array.isArray(t[e.name]) ? t[e.name] : [], C = (y,
|
|
5068
|
-
let I =
|
|
5067
|
+
const A = Array.isArray(t[e.name]) ? t[e.name] : [], C = (y, E) => {
|
|
5068
|
+
let I = E ? [...A, y] : A.filter((O) => O !== y);
|
|
5069
5069
|
n(e.name, I), r(e.name);
|
|
5070
5070
|
};
|
|
5071
5071
|
return /* @__PURE__ */ D(
|
|
@@ -5081,7 +5081,7 @@ function dm({
|
|
|
5081
5081
|
{
|
|
5082
5082
|
className: p ? "flex flex-wrap gap-x-6 gap-y-3" : "space-y-4",
|
|
5083
5083
|
children: w.map((y) => {
|
|
5084
|
-
const
|
|
5084
|
+
const E = typeof y == "object" ? y.value : y, I = typeof y == "object" ? y.label : y, O = typeof y == "object" ? y.description : null, T = `${e.name}-${E}`, z = A.includes(E);
|
|
5085
5085
|
return /* @__PURE__ */ D(
|
|
5086
5086
|
"div",
|
|
5087
5087
|
{
|
|
@@ -5095,10 +5095,10 @@ function dm({
|
|
|
5095
5095
|
type: "checkbox",
|
|
5096
5096
|
id: T,
|
|
5097
5097
|
checked: z,
|
|
5098
|
-
onChange: (H) => C(
|
|
5098
|
+
onChange: (H) => C(E, H.target.checked),
|
|
5099
5099
|
onBlur: () => r(e.name),
|
|
5100
5100
|
disabled: h,
|
|
5101
|
-
className: `${
|
|
5101
|
+
className: `${k} ${!h && "cursor-pointer hover:border-primary/50"} ${o ? "border-destructive ring-destructive/20" : "border-input"}`
|
|
5102
5102
|
}
|
|
5103
5103
|
) }),
|
|
5104
5104
|
/* @__PURE__ */ D("div", { className: "ml-3 text-sm leading-6", children: [
|
|
@@ -5120,7 +5120,7 @@ function dm({
|
|
|
5120
5120
|
] })
|
|
5121
5121
|
]
|
|
5122
5122
|
},
|
|
5123
|
-
|
|
5123
|
+
E
|
|
5124
5124
|
);
|
|
5125
5125
|
})
|
|
5126
5126
|
}
|
|
@@ -5143,7 +5143,7 @@ function dm({
|
|
|
5143
5143
|
},
|
|
5144
5144
|
onBlur: () => r(e.name),
|
|
5145
5145
|
disabled: h,
|
|
5146
|
-
className: `${
|
|
5146
|
+
className: `${k} ${!h && "cursor-pointer hover:border-primary/50"} ${o ? "border-destructive" : "border-input"}`
|
|
5147
5147
|
}
|
|
5148
5148
|
) }),
|
|
5149
5149
|
/* @__PURE__ */ u("div", { className: "ml-3 text-sm leading-6", children: /* @__PURE__ */ D(
|
|
@@ -6957,25 +6957,25 @@ const Lp = (e, t) => {
|
|
|
6957
6957
|
c = d + (c.length > 0 ? " " + c : c);
|
|
6958
6958
|
continue;
|
|
6959
6959
|
}
|
|
6960
|
-
let v = !!p,
|
|
6961
|
-
if (!
|
|
6960
|
+
let v = !!p, k = r(v ? w.substring(0, p) : w);
|
|
6961
|
+
if (!k) {
|
|
6962
6962
|
if (!v) {
|
|
6963
6963
|
c = d + (c.length > 0 ? " " + c : c);
|
|
6964
6964
|
continue;
|
|
6965
6965
|
}
|
|
6966
|
-
if (
|
|
6966
|
+
if (k = r(w), !k) {
|
|
6967
6967
|
c = d + (c.length > 0 ? " " + c : c);
|
|
6968
6968
|
continue;
|
|
6969
6969
|
}
|
|
6970
6970
|
v = !1;
|
|
6971
6971
|
}
|
|
6972
|
-
const A = g.length === 0 ? "" : g.length === 1 ? g[0] : a(g).join(":"), C = h ? A + Ur : A, y = C +
|
|
6972
|
+
const A = g.length === 0 ? "" : g.length === 1 ? g[0] : a(g).join(":"), C = h ? A + Ur : A, y = C + k;
|
|
6973
6973
|
if (s.indexOf(y) > -1)
|
|
6974
6974
|
continue;
|
|
6975
6975
|
s.push(y);
|
|
6976
|
-
const
|
|
6977
|
-
for (let I = 0; I <
|
|
6978
|
-
const O =
|
|
6976
|
+
const E = o(k, v);
|
|
6977
|
+
for (let I = 0; I < E.length; ++I) {
|
|
6978
|
+
const O = E[I];
|
|
6979
6979
|
s.push(C + O);
|
|
6980
6980
|
}
|
|
6981
6981
|
c = d + (c.length > 0 ? " " + c : c);
|
|
@@ -7021,7 +7021,7 @@ const Lp = (e, t) => {
|
|
|
7021
7021
|
const r = xi.exec(e);
|
|
7022
7022
|
return r ? r[1] ? t(r[1]) : n : !1;
|
|
7023
7023
|
}, Ci = (e) => e === "position" || e === "percentage", Ei = (e) => e === "image" || e === "url", ki = (e) => e === "length" || e === "size" || e === "bg-size", Ai = (e) => e === "length", wh = (e) => e === "number", xh = (e) => e === "family-name", Ni = (e) => e === "shadow", Sh = () => {
|
|
7024
|
-
const e = pe("color"), t = pe("font"), n = pe("text"), r = pe("font-weight"), o = pe("tracking"), a = pe("leading"), s = pe("breakpoint"), i = pe("container"), c = pe("spacing"), l = pe("radius"), d = pe("shadow"), m = pe("inset-shadow"), g = pe("text-shadow"), h = pe("drop-shadow"), w = pe("blur"), p = pe("perspective"), v = pe("aspect"),
|
|
7024
|
+
const e = pe("color"), t = pe("font"), n = pe("text"), r = pe("font-weight"), o = pe("tracking"), a = pe("leading"), s = pe("breakpoint"), i = pe("container"), c = pe("spacing"), l = pe("radius"), d = pe("shadow"), m = pe("inset-shadow"), g = pe("text-shadow"), h = pe("drop-shadow"), w = pe("blur"), p = pe("perspective"), v = pe("aspect"), k = pe("ease"), A = pe("animate"), C = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], y = () => [
|
|
7025
7025
|
"center",
|
|
7026
7026
|
"top",
|
|
7027
7027
|
"bottom",
|
|
@@ -7039,7 +7039,7 @@ const Lp = (e, t) => {
|
|
|
7039
7039
|
"bottom-left",
|
|
7040
7040
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
7041
7041
|
"left-bottom"
|
|
7042
|
-
],
|
|
7042
|
+
], E = () => [...y(), W, $], I = () => ["auto", "hidden", "clip", "visible", "scroll"], O = () => ["auto", "contain", "none"], T = () => [W, $, c], z = () => [kt, "full", "auto", ...T()], H = () => [Ze, "none", "subgrid", W, $], V = () => ["auto", {
|
|
7043
7043
|
span: ["full", Ze, W, $]
|
|
7044
7044
|
}, Ze, W, $], q = () => [Ze, "auto", W, $], x = () => ["auto", "min", "max", "fr", W, $], N = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], R = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], P = () => ["auto", ...T()], _ = () => [kt, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...T()], S = () => [e, W, $], L = () => [...y(), Ea, Ca, {
|
|
7045
7045
|
position: [W, $]
|
|
@@ -7186,7 +7186,7 @@ const Lp = (e, t) => {
|
|
|
7186
7186
|
* @see https://tailwindcss.com/docs/object-position
|
|
7187
7187
|
*/
|
|
7188
7188
|
"object-position": [{
|
|
7189
|
-
object:
|
|
7189
|
+
object: E()
|
|
7190
7190
|
}],
|
|
7191
7191
|
/**
|
|
7192
7192
|
* Overflow
|
|
@@ -8964,7 +8964,7 @@ const Lp = (e, t) => {
|
|
|
8964
8964
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
8965
8965
|
*/
|
|
8966
8966
|
ease: [{
|
|
8967
|
-
ease: ["linear", "initial",
|
|
8967
|
+
ease: ["linear", "initial", k, W, $]
|
|
8968
8968
|
}],
|
|
8969
8969
|
/**
|
|
8970
8970
|
* Transition Delay
|
|
@@ -9002,7 +9002,7 @@ const Lp = (e, t) => {
|
|
|
9002
9002
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
9003
9003
|
*/
|
|
9004
9004
|
"perspective-origin": [{
|
|
9005
|
-
"perspective-origin":
|
|
9005
|
+
"perspective-origin": E()
|
|
9006
9006
|
}],
|
|
9007
9007
|
/**
|
|
9008
9008
|
* Rotate
|
|
@@ -9098,7 +9098,7 @@ const Lp = (e, t) => {
|
|
|
9098
9098
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
9099
9099
|
*/
|
|
9100
9100
|
"transform-origin": [{
|
|
9101
|
-
origin:
|
|
9101
|
+
origin: E()
|
|
9102
9102
|
}],
|
|
9103
9103
|
/**
|
|
9104
9104
|
* Transform Style
|
|
@@ -9660,7 +9660,7 @@ function ka({
|
|
|
9660
9660
|
!v && e.uploadEndpoint && console.error(
|
|
9661
9661
|
`api_URL prop is required when using FileField with upload functionality for field "${e.name}"`
|
|
9662
9662
|
);
|
|
9663
|
-
const
|
|
9663
|
+
const k = (x) => {
|
|
9664
9664
|
if (x === 0) return "0 Bytes";
|
|
9665
9665
|
const N = 1024, R = ["Bytes", "KB", "MB", "GB"], P = Math.floor(Math.log(x) / Math.log(N));
|
|
9666
9666
|
return `${parseFloat((x / N ** P).toFixed(2))} ${R[P]}`;
|
|
@@ -9678,7 +9678,7 @@ function ka({
|
|
|
9678
9678
|
if (!N) return;
|
|
9679
9679
|
if (x.maxSize && N.size > x.maxSize)
|
|
9680
9680
|
throw new Error(
|
|
9681
|
-
`File size must not exceed ${
|
|
9681
|
+
`File size must not exceed ${k(x.maxSize)}`
|
|
9682
9682
|
);
|
|
9683
9683
|
const R = await A(N), P = { ...t, [x.name]: R };
|
|
9684
9684
|
a(x.name, R), s(P);
|
|
@@ -9689,7 +9689,7 @@ function ka({
|
|
|
9689
9689
|
N.forEach((S) => {
|
|
9690
9690
|
if (x.maxSize && S.size > x.maxSize)
|
|
9691
9691
|
throw new Error(
|
|
9692
|
-
`Each file must not exceed ${
|
|
9692
|
+
`Each file must not exceed ${k(x.maxSize)}`
|
|
9693
9693
|
);
|
|
9694
9694
|
});
|
|
9695
9695
|
const P = await Promise.all(
|
|
@@ -9697,7 +9697,7 @@ function ka({
|
|
|
9697
9697
|
// Updated call
|
|
9698
9698
|
), _ = [...R, ...P];
|
|
9699
9699
|
a(x.name, _), s({ ...t, [x.name]: _ });
|
|
9700
|
-
},
|
|
9700
|
+
}, E = async (x, N) => {
|
|
9701
9701
|
if (l) return;
|
|
9702
9702
|
const R = Array.from(N);
|
|
9703
9703
|
try {
|
|
@@ -9714,8 +9714,8 @@ function ka({
|
|
|
9714
9714
|
}, T = (x) => {
|
|
9715
9715
|
x.preventDefault(), l || p(!1);
|
|
9716
9716
|
}, z = (x) => {
|
|
9717
|
-
x.preventDefault(), p(!1), !l && x.dataTransfer.files && x.dataTransfer.files.length > 0 &&
|
|
9718
|
-
}, H = e.accept ? e.accept.split(",").map((x) => x.split("/")[1] || x.split(".")[1] || x).join(", ").toUpperCase() : "PNG, JPG, PDF", V = e.maxSize ? `, up to ${
|
|
9717
|
+
x.preventDefault(), p(!1), !l && x.dataTransfer.files && x.dataTransfer.files.length > 0 && E(e.name, x.dataTransfer.files);
|
|
9718
|
+
}, H = e.accept ? e.accept.split(",").map((x) => x.split("/")[1] || x.split(".")[1] || x).join(", ").toUpperCase() : "PNG, JPG, PDF", V = e.maxSize ? `, up to ${k(e.maxSize)}` : "", q = `
|
|
9719
9719
|
w-full flex flex-col items-center justify-center p-6 border-2 border-dashed rounded-lg transition-all duration-200
|
|
9720
9720
|
// Ensure focus styling is handled correctly for the button element
|
|
9721
9721
|
focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-opacity-50
|
|
@@ -9773,7 +9773,7 @@ function ka({
|
|
|
9773
9773
|
accept: e.accept,
|
|
9774
9774
|
multiple: d,
|
|
9775
9775
|
className: "sr-only",
|
|
9776
|
-
onChange: (x) =>
|
|
9776
|
+
onChange: (x) => E(e.name, x.target.files),
|
|
9777
9777
|
disabled: l
|
|
9778
9778
|
}
|
|
9779
9779
|
),
|
|
@@ -9788,7 +9788,7 @@ function ka({
|
|
|
9788
9788
|
/* @__PURE__ */ u("span", { className: "text-sm truncate", children: R }),
|
|
9789
9789
|
P && /* @__PURE__ */ D("span", { className: "text-xs text-gray-500 flex-shrink-0", children: [
|
|
9790
9790
|
"(",
|
|
9791
|
-
|
|
9791
|
+
k(P),
|
|
9792
9792
|
")"
|
|
9793
9793
|
] })
|
|
9794
9794
|
] }),
|
|
@@ -9884,35 +9884,35 @@ function kh({
|
|
|
9884
9884
|
] });
|
|
9885
9885
|
}
|
|
9886
9886
|
function Ah({ field: e, formValues: t, handleChange: n, handleBlur: r, error: o }) {
|
|
9887
|
-
const [a, s] = ue(!1), i = t[e.name], c = i ? new Date(i) : null, l = c ? (c.getHours() % 12 || 12).toString().padStart(2, "0") : "12", d = c ? c.getMinutes().toString().padStart(2, "0") : "00", m = c ? c.getHours() >= 12 ? "PM" : "AM" : "PM", g = (
|
|
9888
|
-
if (!
|
|
9887
|
+
const [a, s] = ue(!1), i = t[e.name], c = i ? new Date(i) : null, l = c ? (c.getHours() % 12 || 12).toString().padStart(2, "0") : "12", d = c ? c.getMinutes().toString().padStart(2, "0") : "00", m = c ? c.getHours() >= 12 ? "PM" : "AM" : "PM", g = (E) => {
|
|
9888
|
+
if (!E) {
|
|
9889
9889
|
n(e.name, null);
|
|
9890
9890
|
return;
|
|
9891
9891
|
}
|
|
9892
|
-
const I = new Date(
|
|
9892
|
+
const I = new Date(E);
|
|
9893
9893
|
c ? (I.setHours(c.getHours()), I.setMinutes(c.getMinutes())) : (I.setHours(12), I.setMinutes(0)), n(e.name, I);
|
|
9894
|
-
}, h = (
|
|
9894
|
+
}, h = (E, I, O) => {
|
|
9895
9895
|
const T = c ? new Date(c) : /* @__PURE__ */ new Date();
|
|
9896
|
-
let z = parseInt(
|
|
9896
|
+
let z = parseInt(E);
|
|
9897
9897
|
O === "PM" && z !== 12 && (z += 12), O === "AM" && z === 12 && (z = 0), T.setHours(z), T.setMinutes(parseInt(I)), n(e.name, T);
|
|
9898
9898
|
}, w = () => {
|
|
9899
|
-
let
|
|
9900
|
-
|
|
9899
|
+
let E = parseInt(l);
|
|
9900
|
+
E = E % 12 + 1, h(E.toString(), d, m);
|
|
9901
9901
|
}, p = () => {
|
|
9902
|
-
let
|
|
9903
|
-
|
|
9902
|
+
let E = parseInt(l);
|
|
9903
|
+
E = E === 1 ? 12 : E - 1, h(E.toString(), d, m);
|
|
9904
9904
|
}, v = () => {
|
|
9905
|
-
let
|
|
9906
|
-
|
|
9907
|
-
},
|
|
9908
|
-
let
|
|
9909
|
-
|
|
9905
|
+
let E = parseInt(d);
|
|
9906
|
+
E = (E + 5) % 60, h(l, E.toString(), m);
|
|
9907
|
+
}, k = () => {
|
|
9908
|
+
let E = parseInt(d);
|
|
9909
|
+
E = E === 0 ? 55 : E - 5, h(l, E.toString(), m);
|
|
9910
9910
|
}, A = () => {
|
|
9911
9911
|
h(l, d, m === "AM" ? "PM" : "AM");
|
|
9912
9912
|
}, C = () => n(e.name, null), y = [];
|
|
9913
9913
|
return e.maxDate && y.push({ after: new Date(e.maxDate) }), e.minDate && y.push({ before: new Date(e.minDate) }), /* @__PURE__ */ D("div", { className: "relative", children: [
|
|
9914
|
-
/* @__PURE__ */ D(Yn, { open: e.disabled ? !1 : a, onOpenChange: (
|
|
9915
|
-
e.disabled || s(
|
|
9914
|
+
/* @__PURE__ */ D(Yn, { open: e.disabled ? !1 : a, onOpenChange: (E) => {
|
|
9915
|
+
e.disabled || s(E);
|
|
9916
9916
|
}, children: [
|
|
9917
9917
|
/* @__PURE__ */ u(qn, { asChild: !0, children: /* @__PURE__ */ D(
|
|
9918
9918
|
"button",
|
|
@@ -9923,7 +9923,7 @@ function Ah({ field: e, formValues: t, handleChange: n, handleBlur: r, error: o
|
|
|
9923
9923
|
"aria-haspopup": "dialog",
|
|
9924
9924
|
"aria-expanded": a,
|
|
9925
9925
|
onClick: () => !e.disabled && s(!0),
|
|
9926
|
-
onKeyDown: (
|
|
9926
|
+
onKeyDown: (E) => !e.disabled && E.key === "Enter" && s(!0),
|
|
9927
9927
|
className: `
|
|
9928
9928
|
group inline-flex items-center justify-between gap-2
|
|
9929
9929
|
w-full h-10 rounded-lg border bg-white
|
|
@@ -9994,7 +9994,7 @@ function Ah({ field: e, formValues: t, handleChange: n, handleBlur: r, error: o
|
|
|
9994
9994
|
/* @__PURE__ */ D("div", { className: "flex flex-col items-center gap-1", children: [
|
|
9995
9995
|
/* @__PURE__ */ u("button", { type: "button", onClick: v, className: "p-1 h-6 w-6 flex items-center justify-center text-slate-400 hover:text-slate-700 hover:bg-slate-200 rounded-full transition-all", children: /* @__PURE__ */ u("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ u("path", { d: "m18 15-6-6-6 6" }) }) }),
|
|
9996
9996
|
/* @__PURE__ */ u("div", { className: "w-12 h-10 flex items-center justify-center bg-white border border-slate-200 rounded-lg text-lg font-semibold shadow-sm text-slate-700", children: d }),
|
|
9997
|
-
/* @__PURE__ */ u("button", { type: "button", onClick:
|
|
9997
|
+
/* @__PURE__ */ u("button", { type: "button", onClick: k, className: "p-1 h-6 w-6 flex items-center justify-center text-slate-400 hover:text-slate-700 hover:bg-slate-200 rounded-full transition-all", children: /* @__PURE__ */ u("svg", { xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ u("path", { d: "m6 9 6 6 6-6" }) }) })
|
|
9998
9998
|
] })
|
|
9999
9999
|
] }),
|
|
10000
10000
|
/* @__PURE__ */ D("div", { className: "flex flex-col gap-1 bg-white p-1 rounded-lg border border-slate-200 shadow-sm", children: [
|
|
@@ -10237,7 +10237,7 @@ var Kh = f.forwardRef((e, t) => {
|
|
|
10237
10237
|
defaultProp: i ?? null,
|
|
10238
10238
|
onChange: c,
|
|
10239
10239
|
caller: tn
|
|
10240
|
-
}), [
|
|
10240
|
+
}), [k, A] = f.useState(!1), C = et(l), y = Oi(n), E = f.useRef(!1), [I, O] = f.useState(0);
|
|
10241
10241
|
return f.useEffect(() => {
|
|
10242
10242
|
const T = g.current;
|
|
10243
10243
|
if (T)
|
|
@@ -10266,17 +10266,17 @@ var Kh = f.forwardRef((e, t) => {
|
|
|
10266
10266
|
children: /* @__PURE__ */ u(
|
|
10267
10267
|
Ri.div,
|
|
10268
10268
|
{
|
|
10269
|
-
tabIndex:
|
|
10269
|
+
tabIndex: k || I === 0 ? -1 : 0,
|
|
10270
10270
|
"data-orientation": r,
|
|
10271
10271
|
...m,
|
|
10272
10272
|
ref: h,
|
|
10273
10273
|
style: { outline: "none", ...e.style },
|
|
10274
10274
|
onMouseDown: J(e.onMouseDown, () => {
|
|
10275
|
-
|
|
10275
|
+
E.current = !0;
|
|
10276
10276
|
}),
|
|
10277
10277
|
onFocus: J(e.onFocus, (T) => {
|
|
10278
|
-
const z = !
|
|
10279
|
-
if (T.target === T.currentTarget && z && !
|
|
10278
|
+
const z = !E.current;
|
|
10279
|
+
if (T.target === T.currentTarget && z && !k) {
|
|
10280
10280
|
const H = new CustomEvent(Nr, jh);
|
|
10281
10281
|
if (T.currentTarget.dispatchEvent(H), !H.defaultPrevented) {
|
|
10282
10282
|
const V = y().filter((P) => P.focusable), q = V.find((P) => P.active), x = V.find((P) => P.id === p), R = [q, x, ...V].filter(
|
|
@@ -10285,7 +10285,7 @@ var Kh = f.forwardRef((e, t) => {
|
|
|
10285
10285
|
Li(R, d);
|
|
10286
10286
|
}
|
|
10287
10287
|
}
|
|
10288
|
-
|
|
10288
|
+
E.current = !1;
|
|
10289
10289
|
}),
|
|
10290
10290
|
onBlur: J(e.onBlur, () => A(!1))
|
|
10291
10291
|
}
|
|
@@ -10329,14 +10329,14 @@ var Kh = f.forwardRef((e, t) => {
|
|
|
10329
10329
|
return;
|
|
10330
10330
|
}
|
|
10331
10331
|
if (v.target !== v.currentTarget) return;
|
|
10332
|
-
const
|
|
10333
|
-
if (
|
|
10332
|
+
const k = Zh(v, d.orientation, d.dir);
|
|
10333
|
+
if (k !== void 0) {
|
|
10334
10334
|
if (v.metaKey || v.ctrlKey || v.altKey || v.shiftKey) return;
|
|
10335
10335
|
v.preventDefault();
|
|
10336
10336
|
let C = g().filter((y) => y.focusable).map((y) => y.ref.current);
|
|
10337
|
-
if (
|
|
10338
|
-
else if (
|
|
10339
|
-
|
|
10337
|
+
if (k === "last") C.reverse();
|
|
10338
|
+
else if (k === "prev" || k === "next") {
|
|
10339
|
+
k === "prev" && C.reverse();
|
|
10340
10340
|
const y = C.indexOf(v.currentTarget);
|
|
10341
10341
|
C = d.loop ? Jh(C, y + 1) : C.slice(y + 1);
|
|
10342
10342
|
}
|
|
@@ -10652,7 +10652,7 @@ function hg({
|
|
|
10652
10652
|
setCharCounts: d,
|
|
10653
10653
|
fileInputRefs: m,
|
|
10654
10654
|
...g
|
|
10655
|
-
} = s, h = t[e.name]
|
|
10655
|
+
} = s, h = t[e.name] ?? "", w = a, p = e.options || [], v = e.inline || !1, k = e.renderType === "segment", A = g["aria-describedby"], C = k ? "mt-2 inline-flex w-full p-1 rounded-lg bg-muted/50 border border-border shadow-inner" : v ? "flex flex-wrap gap-6 mt-2" : "space-y-4 mt-2";
|
|
10656
10656
|
return /* @__PURE__ */ D(
|
|
10657
10657
|
"fieldset",
|
|
10658
10658
|
{
|
|
@@ -10665,15 +10665,18 @@ function hg({
|
|
|
10665
10665
|
pg,
|
|
10666
10666
|
{
|
|
10667
10667
|
...g,
|
|
10668
|
-
value: h,
|
|
10668
|
+
value: String(h),
|
|
10669
10669
|
onValueChange: (y) => {
|
|
10670
|
-
|
|
10670
|
+
const E = p.find(
|
|
10671
|
+
(O) => String(typeof O == "object" ? O.value : O) === y
|
|
10672
|
+
), I = E ? typeof E == "object" ? E.value : E : y;
|
|
10673
|
+
n(e.name, I), r(e.name);
|
|
10671
10674
|
},
|
|
10672
10675
|
disabled: w,
|
|
10673
10676
|
className: C,
|
|
10674
10677
|
children: p.map((y) => {
|
|
10675
|
-
const
|
|
10676
|
-
return
|
|
10678
|
+
const E = typeof y == "object" ? y.value : y, I = typeof y == "object" ? y.label : y, O = typeof y == "object" ? y.description : null, T = `${e.name}-${String(E)}`, z = String(h) === String(E);
|
|
10679
|
+
return k ? /* @__PURE__ */ D(
|
|
10677
10680
|
"label",
|
|
10678
10681
|
{
|
|
10679
10682
|
htmlFor: T,
|
|
@@ -10688,7 +10691,7 @@ function hg({
|
|
|
10688
10691
|
/* @__PURE__ */ u(
|
|
10689
10692
|
Na,
|
|
10690
10693
|
{
|
|
10691
|
-
value:
|
|
10694
|
+
value: String(E),
|
|
10692
10695
|
id: T,
|
|
10693
10696
|
disabled: w,
|
|
10694
10697
|
className: "sr-only"
|
|
@@ -10697,12 +10700,12 @@ function hg({
|
|
|
10697
10700
|
I
|
|
10698
10701
|
]
|
|
10699
10702
|
},
|
|
10700
|
-
|
|
10703
|
+
String(E)
|
|
10701
10704
|
) : /* @__PURE__ */ D("div", { className: "relative flex items-start group", children: [
|
|
10702
10705
|
/* @__PURE__ */ u("div", { className: "flex h-6 items-center", children: /* @__PURE__ */ u(
|
|
10703
10706
|
Na,
|
|
10704
10707
|
{
|
|
10705
|
-
value:
|
|
10708
|
+
value: String(E),
|
|
10706
10709
|
id: T,
|
|
10707
10710
|
disabled: w,
|
|
10708
10711
|
className: `
|
|
@@ -10730,7 +10733,7 @@ function hg({
|
|
|
10730
10733
|
}
|
|
10731
10734
|
)
|
|
10732
10735
|
] })
|
|
10733
|
-
] },
|
|
10736
|
+
] }, String(E));
|
|
10734
10737
|
})
|
|
10735
10738
|
}
|
|
10736
10739
|
)
|
|
@@ -10800,7 +10803,7 @@ function bg({
|
|
|
10800
10803
|
e.maxDate && p.push({ after: new Date(e.maxDate) }), e.minDate && p.push({ before: new Date(e.minDate) });
|
|
10801
10804
|
const v = (C) => {
|
|
10802
10805
|
n(e.name, C || null), C && w(C), e.closeOnSelect !== !1 && l(!1), r(e.name);
|
|
10803
|
-
},
|
|
10806
|
+
}, k = () => {
|
|
10804
10807
|
const C = /* @__PURE__ */ new Date();
|
|
10805
10808
|
n(e.name, C), w(C), e.closeOnSelect !== !1 && l(!1), r(e.name);
|
|
10806
10809
|
}, A = (C) => {
|
|
@@ -10902,7 +10905,7 @@ function bg({
|
|
|
10902
10905
|
"button",
|
|
10903
10906
|
{
|
|
10904
10907
|
type: "button",
|
|
10905
|
-
onClick:
|
|
10908
|
+
onClick: k,
|
|
10906
10909
|
className: "text-xs font-medium px-4 py-2 rounded-md border border-input bg-background hover:bg-muted transition-all focus-visible:ring-2 focus-visible:ring-ring",
|
|
10907
10910
|
children: "Today"
|
|
10908
10911
|
}
|
|
@@ -10940,7 +10943,7 @@ function vg({ field: e, formValues: t, handleChange: n, handleBlur: r, error: o
|
|
|
10940
10943
|
}, v = () => {
|
|
10941
10944
|
const y = parseInt(i);
|
|
10942
10945
|
c((y % 12 + 1).toString().padStart(2, "0"));
|
|
10943
|
-
},
|
|
10946
|
+
}, k = () => {
|
|
10944
10947
|
const y = parseInt(i);
|
|
10945
10948
|
c((y === 1 ? 12 : y - 1).toString().padStart(2, "0"));
|
|
10946
10949
|
}, A = () => {
|
|
@@ -11028,8 +11031,8 @@ function vg({ field: e, formValues: t, handleChange: n, handleBlur: r, error: o
|
|
|
11028
11031
|
type: "text",
|
|
11029
11032
|
value: i,
|
|
11030
11033
|
onChange: (y) => {
|
|
11031
|
-
const
|
|
11032
|
-
(
|
|
11034
|
+
const E = y.target.value.replace(/\D/g, "");
|
|
11035
|
+
(E === "" || parseInt(E) >= 1 && parseInt(E) <= 12) && c(E.padStart(2, "0"));
|
|
11033
11036
|
},
|
|
11034
11037
|
className: "w-14 text-center text-2xl font-semibold border-0 focus:outline-none focus:ring-2 focus:ring-blue-500 rounded py-2",
|
|
11035
11038
|
maxLength: "2"
|
|
@@ -11039,7 +11042,7 @@ function vg({ field: e, formValues: t, handleChange: n, handleBlur: r, error: o
|
|
|
11039
11042
|
"button",
|
|
11040
11043
|
{
|
|
11041
11044
|
type: "button",
|
|
11042
|
-
onClick:
|
|
11045
|
+
onClick: k,
|
|
11043
11046
|
className: "p-1 hover:bg-gray-100 rounded",
|
|
11044
11047
|
children: /* @__PURE__ */ u(
|
|
11045
11048
|
"svg",
|
|
@@ -11086,8 +11089,8 @@ function vg({ field: e, formValues: t, handleChange: n, handleBlur: r, error: o
|
|
|
11086
11089
|
type: "text",
|
|
11087
11090
|
value: l,
|
|
11088
11091
|
onChange: (y) => {
|
|
11089
|
-
const
|
|
11090
|
-
(
|
|
11092
|
+
const E = y.target.value.replace(/\D/g, "");
|
|
11093
|
+
(E === "" || parseInt(E) >= 0 && parseInt(E) <= 59) && d(E.padStart(2, "0"));
|
|
11091
11094
|
},
|
|
11092
11095
|
className: "w-14 text-center text-2xl font-semibold border-0 focus:outline-none focus:ring-2 focus:ring-blue-500 rounded py-2",
|
|
11093
11096
|
maxLength: "2"
|
|
@@ -11244,7 +11247,7 @@ const $g = ({
|
|
|
11244
11247
|
},
|
|
11245
11248
|
debugMode: l = !1
|
|
11246
11249
|
}) => {
|
|
11247
|
-
const [d, m] = ue({ ...i }), [g, h] = ue({}), [w, p] = ue({}), [v,
|
|
11250
|
+
const [d, m] = ue({ ...i }), [g, h] = ue({}), [w, p] = ue({}), [v, k] = ue({}), A = Yt({}), C = ["hidden", "linebreak", "header", "alert"], y = Vr(
|
|
11248
11251
|
() => ({
|
|
11249
11252
|
file: ka,
|
|
11250
11253
|
multifile: ka,
|
|
@@ -11268,7 +11271,7 @@ const $g = ({
|
|
|
11268
11271
|
linebreak: Bh
|
|
11269
11272
|
}),
|
|
11270
11273
|
[]
|
|
11271
|
-
),
|
|
11274
|
+
), E = async (x, N = null) => {
|
|
11272
11275
|
if (!(x.optionsUrl && !x.preloadOptions)) {
|
|
11273
11276
|
if (!e) {
|
|
11274
11277
|
const R = `apiClient prop is required when using fields with optionsUrl. Field "${x.name}" requires optionsUrl but no apiClient was provided.`;
|
|
@@ -11299,7 +11302,7 @@ const $g = ({
|
|
|
11299
11302
|
if (r?.fields && r.fields.length > 0) {
|
|
11300
11303
|
if (!r.fields.some((R) => R.value)) return;
|
|
11301
11304
|
r.fields.forEach((R) => {
|
|
11302
|
-
R.optionsUrl &&
|
|
11305
|
+
R.optionsUrl && E(R);
|
|
11303
11306
|
});
|
|
11304
11307
|
const N = {};
|
|
11305
11308
|
r.fields.forEach((R) => {
|
|
@@ -11461,7 +11464,7 @@ const $g = ({
|
|
|
11461
11464
|
formValues: d,
|
|
11462
11465
|
handleChange: O,
|
|
11463
11466
|
handleBlur: () => T(x.name),
|
|
11464
|
-
setCharCounts:
|
|
11467
|
+
setCharCounts: k,
|
|
11465
11468
|
charCount: v[x.name] || 0,
|
|
11466
11469
|
api_URL: t,
|
|
11467
11470
|
error: R,
|