@snowpact/react-tanstack-query-table 1.7.0 → 1.7.1
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.js +215 -215
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as k, jsx as p, Fragment as Gt } from "react/jsx-runtime";
|
|
2
2
|
import { useMutation as ys, useQuery as zo, keepPreviousData as bs } from "@tanstack/react-query";
|
|
3
3
|
import * as d from "react";
|
|
4
|
-
import Ke, { useState as ce, useEffect as ht, useRef as
|
|
4
|
+
import Ke, { useState as ce, useEffect as ht, useRef as Rn, useCallback as Ce, useMemo as Se, forwardRef as jo, useLayoutEffect as Cs, memo as Ss } from "react";
|
|
5
5
|
import * as zt from "react-dom";
|
|
6
6
|
import xs, { createPortal as Es } from "react-dom";
|
|
7
7
|
import { useReactTable as Rs, getFilteredRowModel as As, getPaginationRowModel as Ps, getSortedRowModel as Ts, getCoreRowModel as Is, flexRender as ho } from "@tanstack/react-table";
|
|
@@ -20,7 +20,7 @@ const le = ({ children: e, ...t }) => /* @__PURE__ */ p(
|
|
|
20
20
|
...t,
|
|
21
21
|
children: e
|
|
22
22
|
}
|
|
23
|
-
), Yo = (e) => /* @__PURE__ */ p(le, { ...e, children: /* @__PURE__ */ p("path", { d: "M20 6 9 17l-5-5" }) }),
|
|
23
|
+
), Yo = (e) => /* @__PURE__ */ p(le, { ...e, children: /* @__PURE__ */ p("path", { d: "M20 6 9 17l-5-5" }) }), Wn = (e) => /* @__PURE__ */ p(le, { ...e, children: /* @__PURE__ */ p("path", { d: "m6 9 6 6 6-6" }) }), Ms = (e) => /* @__PURE__ */ p(le, { ...e, children: /* @__PURE__ */ p("path", { d: "m18 15-6-6-6 6" }) }), Ns = (e) => /* @__PURE__ */ p(le, { ...e, children: /* @__PURE__ */ p("path", { d: "m15 18-6-6 6-6" }) }), _s = (e) => /* @__PURE__ */ p(le, { ...e, children: /* @__PURE__ */ p("path", { d: "m9 18 6-6-6-6" }) }), Os = (e) => /* @__PURE__ */ k(le, { ...e, children: [
|
|
24
24
|
/* @__PURE__ */ p("path", { d: "m11 17-5-5 5-5" }),
|
|
25
25
|
/* @__PURE__ */ p("path", { d: "m18 17-5-5 5-5" })
|
|
26
26
|
] }), Ds = (e) => /* @__PURE__ */ k(le, { ...e, children: [
|
|
@@ -47,7 +47,7 @@ const le = ({ children: e, ...t }) => /* @__PURE__ */ p(
|
|
|
47
47
|
] }), mo = (e) => /* @__PURE__ */ k(le, { ...e, children: [
|
|
48
48
|
/* @__PURE__ */ p("path", { d: "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" }),
|
|
49
49
|
/* @__PURE__ */ p("circle", { cx: "12", cy: "12", r: "3" })
|
|
50
|
-
] }), Ws =
|
|
50
|
+
] }), Ws = Wn;
|
|
51
51
|
function X(...e) {
|
|
52
52
|
const t = [], n = (o) => {
|
|
53
53
|
if (o) {
|
|
@@ -65,19 +65,19 @@ function X(...e) {
|
|
|
65
65
|
n(o);
|
|
66
66
|
return t.join(" ");
|
|
67
67
|
}
|
|
68
|
-
const
|
|
68
|
+
const pn = 768;
|
|
69
69
|
function Us() {
|
|
70
70
|
const [e, t] = ce(void 0);
|
|
71
71
|
return ht(() => {
|
|
72
72
|
if (typeof window > "u" || !window.matchMedia)
|
|
73
73
|
return;
|
|
74
|
-
const n = window.matchMedia(`(max-width: ${
|
|
75
|
-
t(window.innerWidth <
|
|
74
|
+
const n = window.matchMedia(`(max-width: ${pn - 1}px)`), o = () => {
|
|
75
|
+
t(window.innerWidth < pn);
|
|
76
76
|
};
|
|
77
|
-
return n.addEventListener("change", o), t(window.innerWidth <
|
|
77
|
+
return n.addEventListener("change", o), t(window.innerWidth < pn), () => n.removeEventListener("change", o);
|
|
78
78
|
}, []), !!e;
|
|
79
79
|
}
|
|
80
|
-
const Hs = (e) => typeof e == "string" || typeof e == "number" || typeof e == "boolean" || e === null || e === void 0, Ks = (e) => Hs(e) ? String(e) : JSON.stringify(e, null, 2), Nt = "dt_prefilter", _t = "dt_search", Ot = "dt_page",
|
|
80
|
+
const Hs = (e) => typeof e == "string" || typeof e == "number" || typeof e == "boolean" || e === null || e === void 0, Ks = (e) => Hs(e) ? String(e) : JSON.stringify(e, null, 2), Nt = "dt_prefilter", _t = "dt_search", Ot = "dt_page", An = "dt_pageSize", Dt = "dt_filters", ut = "dt_sortBy", dt = "dt_sortDesc", Ge = (e) => {
|
|
81
81
|
if (typeof window > "u") return null;
|
|
82
82
|
try {
|
|
83
83
|
return new URL(window.location.href).searchParams.get(e);
|
|
@@ -95,7 +95,7 @@ const Hs = (e) => typeof e == "string" || typeof e == "number" || typeof e == "b
|
|
|
95
95
|
defaultSortBy: o,
|
|
96
96
|
defaultSortOrder: r = "asc"
|
|
97
97
|
}) => {
|
|
98
|
-
const i =
|
|
98
|
+
const i = Rn(e), a = Rn(n), [s, c] = ce(() => {
|
|
99
99
|
if (e) {
|
|
100
100
|
const x = Ge(Nt);
|
|
101
101
|
if (x) return x;
|
|
@@ -107,7 +107,7 @@ const Hs = (e) => typeof e == "string" || typeof e == "number" || typeof e == "b
|
|
|
107
107
|
f(x), i.current && ae(_t, x || null);
|
|
108
108
|
}, []), [g, w] = ce(() => {
|
|
109
109
|
if (e) {
|
|
110
|
-
const x = Ge(Ot), I = Ge(
|
|
110
|
+
const x = Ge(Ot), I = Ge(An);
|
|
111
111
|
return {
|
|
112
112
|
pageIndex: x ? parseInt(x, 10) - 1 : 0,
|
|
113
113
|
pageSize: I ? parseInt(I, 10) : n
|
|
@@ -118,7 +118,7 @@ const Hs = (e) => typeof e == "string" || typeof e == "number" || typeof e == "b
|
|
|
118
118
|
w((I) => {
|
|
119
119
|
const T = typeof x == "function" ? x(I) : x;
|
|
120
120
|
return i.current && (I.pageIndex !== T.pageIndex || I.pageSize !== T.pageSize) && (ae(Ot, T.pageIndex > 0 ? String(T.pageIndex + 1) : null), ae(
|
|
121
|
-
|
|
121
|
+
An,
|
|
122
122
|
T.pageSize !== a.current ? String(T.pageSize) : null
|
|
123
123
|
)), T;
|
|
124
124
|
});
|
|
@@ -188,7 +188,7 @@ const Hs = (e) => typeof e == "string" || typeof e == "number" || typeof e == "b
|
|
|
188
188
|
if (t) {
|
|
189
189
|
if (t.prefilter && n.searchParams.set(Nt, t.prefilter), t.search && n.searchParams.set(_t, t.search), t.pagination) {
|
|
190
190
|
const { pageIndex: o, pageSize: r } = t.pagination;
|
|
191
|
-
o > 0 && n.searchParams.set(Ot, String(o + 1)), r && n.searchParams.set(
|
|
191
|
+
o > 0 && n.searchParams.set(Ot, String(o + 1)), r && n.searchParams.set(An, String(r));
|
|
192
192
|
}
|
|
193
193
|
if (t.filters && Object.keys(t.filters).length > 0) {
|
|
194
194
|
const o = qo(t.filters);
|
|
@@ -1009,7 +1009,7 @@ var ha = [
|
|
|
1009
1009
|
function er(e, t) {
|
|
1010
1010
|
e && zt.flushSync(() => e.dispatchEvent(t));
|
|
1011
1011
|
}
|
|
1012
|
-
function
|
|
1012
|
+
function Un(e) {
|
|
1013
1013
|
const t = e + "CollectionProvider", [n, o] = Ze(t), [r, i] = n(
|
|
1014
1014
|
t,
|
|
1015
1015
|
{ collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }
|
|
@@ -1072,11 +1072,11 @@ function ga(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
|
1072
1072
|
return t.addEventListener("keydown", o, { capture: !0 }), () => t.removeEventListener("keydown", o, { capture: !0 });
|
|
1073
1073
|
}, [n, t]);
|
|
1074
1074
|
}
|
|
1075
|
-
var va = "DismissableLayer",
|
|
1075
|
+
var va = "DismissableLayer", Pn = "dismissableLayer.update", wa = "dismissableLayer.pointerDownOutside", ya = "dismissableLayer.focusOutside", Co, tr = d.createContext({
|
|
1076
1076
|
layers: /* @__PURE__ */ new Set(),
|
|
1077
1077
|
layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),
|
|
1078
1078
|
branches: /* @__PURE__ */ new Set()
|
|
1079
|
-
}),
|
|
1079
|
+
}), Hn = d.forwardRef(
|
|
1080
1080
|
(e, t) => {
|
|
1081
1081
|
const {
|
|
1082
1082
|
disableOutsidePointerEvents: n = !1,
|
|
@@ -1104,7 +1104,7 @@ var va = "DismissableLayer", An = "dismissableLayer.update", wa = "dismissableLa
|
|
|
1104
1104
|
l && (u.layers.delete(l), u.layersWithOutsidePointerEventsDisabled.delete(l), So());
|
|
1105
1105
|
}, [l, u]), d.useEffect(() => {
|
|
1106
1106
|
const E = () => g({});
|
|
1107
|
-
return document.addEventListener(
|
|
1107
|
+
return document.addEventListener(Pn, E), () => document.removeEventListener(Pn, E);
|
|
1108
1108
|
}, []), /* @__PURE__ */ p(
|
|
1109
1109
|
U.div,
|
|
1110
1110
|
{
|
|
@@ -1124,7 +1124,7 @@ var va = "DismissableLayer", An = "dismissableLayer.update", wa = "dismissableLa
|
|
|
1124
1124
|
);
|
|
1125
1125
|
}
|
|
1126
1126
|
);
|
|
1127
|
-
|
|
1127
|
+
Hn.displayName = va;
|
|
1128
1128
|
var ba = "DismissableLayerBranch", Ca = d.forwardRef((e, t) => {
|
|
1129
1129
|
const n = d.useContext(tr), o = d.useRef(null), r = Z(t, o);
|
|
1130
1130
|
return d.useEffect(() => {
|
|
@@ -1181,19 +1181,19 @@ function xa(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
|
1181
1181
|
};
|
|
1182
1182
|
}
|
|
1183
1183
|
function So() {
|
|
1184
|
-
const e = new CustomEvent(
|
|
1184
|
+
const e = new CustomEvent(Pn);
|
|
1185
1185
|
document.dispatchEvent(e);
|
|
1186
1186
|
}
|
|
1187
1187
|
function nr(e, t, n, { discrete: o }) {
|
|
1188
1188
|
const r = n.originalEvent.target, i = new CustomEvent(e, { bubbles: !1, cancelable: !0, detail: n });
|
|
1189
1189
|
t && r.addEventListener(e, t, { once: !0 }), o ? er(r, i) : r.dispatchEvent(i);
|
|
1190
1190
|
}
|
|
1191
|
-
var
|
|
1191
|
+
var hn = 0;
|
|
1192
1192
|
function or() {
|
|
1193
1193
|
d.useEffect(() => {
|
|
1194
1194
|
const e = document.querySelectorAll("[data-radix-focus-guard]");
|
|
1195
|
-
return document.body.insertAdjacentElement("afterbegin", e[0] ?? xo()), document.body.insertAdjacentElement("beforeend", e[1] ?? xo()),
|
|
1196
|
-
|
|
1195
|
+
return document.body.insertAdjacentElement("afterbegin", e[0] ?? xo()), document.body.insertAdjacentElement("beforeend", e[1] ?? xo()), hn++, () => {
|
|
1196
|
+
hn === 1 && document.querySelectorAll("[data-radix-focus-guard]").forEach((t) => t.remove()), hn--;
|
|
1197
1197
|
};
|
|
1198
1198
|
}, []);
|
|
1199
1199
|
}
|
|
@@ -1201,7 +1201,7 @@ function xo() {
|
|
|
1201
1201
|
const e = document.createElement("span");
|
|
1202
1202
|
return e.setAttribute("data-radix-focus-guard", ""), e.tabIndex = 0, e.style.outline = "none", e.style.opacity = "0", e.style.position = "fixed", e.style.pointerEvents = "none", e;
|
|
1203
1203
|
}
|
|
1204
|
-
var
|
|
1204
|
+
var mn = "focusScope.autoFocusOnMount", gn = "focusScope.autoFocusOnUnmount", Eo = { bubbles: !1, cancelable: !0 }, Ea = "FocusScope", Kn = d.forwardRef((e, t) => {
|
|
1205
1205
|
const {
|
|
1206
1206
|
loop: n = !1,
|
|
1207
1207
|
trapped: o = !1,
|
|
@@ -1243,13 +1243,13 @@ var hn = "focusScope.autoFocusOnMount", mn = "focusScope.autoFocusOnUnmount", Eo
|
|
|
1243
1243
|
Ao.add(g);
|
|
1244
1244
|
const m = document.activeElement;
|
|
1245
1245
|
if (!s.contains(m)) {
|
|
1246
|
-
const b = new CustomEvent(
|
|
1247
|
-
s.addEventListener(
|
|
1246
|
+
const b = new CustomEvent(mn, Eo);
|
|
1247
|
+
s.addEventListener(mn, u), s.dispatchEvent(b), b.defaultPrevented || (Ra(Ma(rr(s)), { select: !0 }), document.activeElement === m && Fe(s));
|
|
1248
1248
|
}
|
|
1249
1249
|
return () => {
|
|
1250
|
-
s.removeEventListener(
|
|
1251
|
-
const b = new CustomEvent(
|
|
1252
|
-
s.addEventListener(
|
|
1250
|
+
s.removeEventListener(mn, u), setTimeout(() => {
|
|
1251
|
+
const b = new CustomEvent(gn, Eo);
|
|
1252
|
+
s.addEventListener(gn, l), s.dispatchEvent(b), b.defaultPrevented || Fe(m ?? document.body, { select: !0 }), s.removeEventListener(gn, l), Ao.remove(g);
|
|
1253
1253
|
}, 0);
|
|
1254
1254
|
};
|
|
1255
1255
|
}
|
|
@@ -1267,7 +1267,7 @@ var hn = "focusScope.autoFocusOnMount", mn = "focusScope.autoFocusOnUnmount", Eo
|
|
|
1267
1267
|
);
|
|
1268
1268
|
return /* @__PURE__ */ p(U.div, { tabIndex: -1, ...a, ref: h, onKeyDown: w });
|
|
1269
1269
|
});
|
|
1270
|
-
|
|
1270
|
+
Kn.displayName = Ea;
|
|
1271
1271
|
function Ra(e, { select: t = !1 } = {}) {
|
|
1272
1272
|
const n = document.activeElement;
|
|
1273
1273
|
for (const o of e)
|
|
@@ -1350,7 +1350,7 @@ const Oa = ["top", "right", "bottom", "left"], Le = Math.min, pe = Math.max, $t
|
|
|
1350
1350
|
start: "end",
|
|
1351
1351
|
end: "start"
|
|
1352
1352
|
};
|
|
1353
|
-
function
|
|
1353
|
+
function Tn(e, t, n) {
|
|
1354
1354
|
return pe(e, Le(t, n));
|
|
1355
1355
|
}
|
|
1356
1356
|
function De(e, t) {
|
|
@@ -1362,30 +1362,30 @@ function ke(e) {
|
|
|
1362
1362
|
function it(e) {
|
|
1363
1363
|
return e.split("-")[1];
|
|
1364
1364
|
}
|
|
1365
|
-
function
|
|
1365
|
+
function Gn(e) {
|
|
1366
1366
|
return e === "x" ? "y" : "x";
|
|
1367
1367
|
}
|
|
1368
|
-
function
|
|
1368
|
+
function zn(e) {
|
|
1369
1369
|
return e === "y" ? "height" : "width";
|
|
1370
1370
|
}
|
|
1371
1371
|
const Fa = /* @__PURE__ */ new Set(["top", "bottom"]);
|
|
1372
1372
|
function Te(e) {
|
|
1373
1373
|
return Fa.has(ke(e)) ? "y" : "x";
|
|
1374
1374
|
}
|
|
1375
|
-
function
|
|
1376
|
-
return
|
|
1375
|
+
function jn(e) {
|
|
1376
|
+
return Gn(Te(e));
|
|
1377
1377
|
}
|
|
1378
1378
|
function La(e, t, n) {
|
|
1379
1379
|
n === void 0 && (n = !1);
|
|
1380
|
-
const o = it(e), r =
|
|
1380
|
+
const o = it(e), r = jn(e), i = zn(r);
|
|
1381
1381
|
let a = r === "x" ? o === (n ? "end" : "start") ? "right" : "left" : o === "start" ? "bottom" : "top";
|
|
1382
1382
|
return t.reference[i] > t.floating[i] && (a = Vt(a)), [a, Vt(a)];
|
|
1383
1383
|
}
|
|
1384
1384
|
function $a(e) {
|
|
1385
1385
|
const t = Vt(e);
|
|
1386
|
-
return [
|
|
1386
|
+
return [In(e), t, In(t)];
|
|
1387
1387
|
}
|
|
1388
|
-
function
|
|
1388
|
+
function In(e) {
|
|
1389
1389
|
return e.replace(/start|end/g, (t) => ka[t]);
|
|
1390
1390
|
}
|
|
1391
1391
|
const To = ["left", "right"], Io = ["right", "left"], Va = ["top", "bottom"], Ba = ["bottom", "top"];
|
|
@@ -1404,7 +1404,7 @@ function Wa(e, t, n) {
|
|
|
1404
1404
|
function Ua(e, t, n, o) {
|
|
1405
1405
|
const r = it(e);
|
|
1406
1406
|
let i = Wa(ke(e), n === "start", o);
|
|
1407
|
-
return r && (i = i.map((a) => a + "-" + r), t && (i = i.concat(i.map(
|
|
1407
|
+
return r && (i = i.map((a) => a + "-" + r), t && (i = i.concat(i.map(In)))), i;
|
|
1408
1408
|
}
|
|
1409
1409
|
function Vt(e) {
|
|
1410
1410
|
return e.replace(/left|right|bottom|top/g, (t) => Da[t]);
|
|
@@ -1449,7 +1449,7 @@ function Mo(e, t, n) {
|
|
|
1449
1449
|
reference: o,
|
|
1450
1450
|
floating: r
|
|
1451
1451
|
} = e;
|
|
1452
|
-
const i = Te(t), a =
|
|
1452
|
+
const i = Te(t), a = jn(t), s = zn(a), c = ke(t), u = i === "y", l = o.x + o.width / 2 - r.width / 2, f = o.y + o.height / 2 - r.height / 2, h = o[s] / 2 - r[s] / 2;
|
|
1453
1453
|
let g;
|
|
1454
1454
|
switch (c) {
|
|
1455
1455
|
case "top":
|
|
@@ -1619,15 +1619,15 @@ const Ga = (e) => ({
|
|
|
1619
1619
|
const f = ir(l), h = {
|
|
1620
1620
|
x: n,
|
|
1621
1621
|
y: o
|
|
1622
|
-
}, g =
|
|
1622
|
+
}, g = jn(r), w = zn(g), m = await a.getDimensions(u), v = g === "y", b = v ? "top" : "left", C = v ? "bottom" : "right", y = v ? "clientHeight" : "clientWidth", S = i.reference[w] + i.reference[g] - h[g] - i.floating[w], R = h[g] - i.reference[g], A = await (a.getOffsetParent == null ? void 0 : a.getOffsetParent(u));
|
|
1623
1623
|
let E = A ? A[y] : 0;
|
|
1624
1624
|
(!E || !await (a.isElement == null ? void 0 : a.isElement(A))) && (E = s.floating[y] || i.floating[w]);
|
|
1625
|
-
const x = S / 2 - R / 2, I = E / 2 - m[w] / 2 - 1, T = Le(f[b], I), D = Le(f[C], I), L = T, $ = E - m[w] - D, F = E / 2 - m[w] / 2 + x,
|
|
1625
|
+
const x = S / 2 - R / 2, I = E / 2 - m[w] / 2 - 1, T = Le(f[b], I), D = Le(f[C], I), L = T, $ = E - m[w] - D, F = E / 2 - m[w] / 2 + x, G = Tn(L, F, $), O = !c.arrow && it(r) != null && F !== G && i.reference[w] / 2 - (F < L ? T : D) - m[w] / 2 < 0, B = O ? F < L ? F - L : F - $ : 0;
|
|
1626
1626
|
return {
|
|
1627
1627
|
[g]: h[g] + B,
|
|
1628
1628
|
data: {
|
|
1629
|
-
[g]:
|
|
1630
|
-
centerOffset: F -
|
|
1629
|
+
[g]: G,
|
|
1630
|
+
centerOffset: F - G - B,
|
|
1631
1631
|
...O && {
|
|
1632
1632
|
alignmentOffset: B
|
|
1633
1633
|
}
|
|
@@ -1672,8 +1672,8 @@ const Ga = (e) => ({
|
|
|
1672
1672
|
overflows: I
|
|
1673
1673
|
}], !I.every((F) => F <= 0)) {
|
|
1674
1674
|
var D, L;
|
|
1675
|
-
const F = (((D = i.flip) == null ? void 0 : D.index) || 0) + 1,
|
|
1676
|
-
if (
|
|
1675
|
+
const F = (((D = i.flip) == null ? void 0 : D.index) || 0) + 1, G = E[F];
|
|
1676
|
+
if (G && (!(f === "alignment" ? C !== Te(G) : !1) || // We leave the current main axis only if every placement on that axis
|
|
1677
1677
|
// overflows the main axis.
|
|
1678
1678
|
T.every((_) => Te(_.placement) === C ? _.overflows[0] > 0 : !0)))
|
|
1679
1679
|
return {
|
|
@@ -1682,7 +1682,7 @@ const Ga = (e) => ({
|
|
|
1682
1682
|
overflows: T
|
|
1683
1683
|
},
|
|
1684
1684
|
reset: {
|
|
1685
|
-
placement:
|
|
1685
|
+
placement: G
|
|
1686
1686
|
}
|
|
1687
1687
|
};
|
|
1688
1688
|
let O = (L = T.filter((B) => B.overflows[0] <= 0).sort((B, _) => B.overflows[1] - _.overflows[1])[0]) == null ? void 0 : L.placement;
|
|
@@ -1847,15 +1847,15 @@ const Xa = function(e) {
|
|
|
1847
1847
|
} = De(e, t), u = {
|
|
1848
1848
|
x: n,
|
|
1849
1849
|
y: o
|
|
1850
|
-
}, l = await vt(t, c), f = Te(ke(r)), h =
|
|
1850
|
+
}, l = await vt(t, c), f = Te(ke(r)), h = Gn(f);
|
|
1851
1851
|
let g = u[h], w = u[f];
|
|
1852
1852
|
if (i) {
|
|
1853
1853
|
const v = h === "y" ? "top" : "left", b = h === "y" ? "bottom" : "right", C = g + l[v], y = g - l[b];
|
|
1854
|
-
g =
|
|
1854
|
+
g = Tn(C, g, y);
|
|
1855
1855
|
}
|
|
1856
1856
|
if (a) {
|
|
1857
1857
|
const v = f === "y" ? "top" : "left", b = f === "y" ? "bottom" : "right", C = w + l[v], y = w - l[b];
|
|
1858
|
-
w =
|
|
1858
|
+
w = Tn(C, w, y);
|
|
1859
1859
|
}
|
|
1860
1860
|
const m = s.fn({
|
|
1861
1861
|
...t,
|
|
@@ -1892,7 +1892,7 @@ const Xa = function(e) {
|
|
|
1892
1892
|
} = De(e, t), l = {
|
|
1893
1893
|
x: n,
|
|
1894
1894
|
y: o
|
|
1895
|
-
}, f = Te(r), h =
|
|
1895
|
+
}, f = Te(r), h = Gn(f);
|
|
1896
1896
|
let g = l[h], w = l[f];
|
|
1897
1897
|
const m = De(s, t), v = typeof m == "number" ? {
|
|
1898
1898
|
mainAxis: m,
|
|
@@ -2009,14 +2009,14 @@ function Zt(e) {
|
|
|
2009
2009
|
});
|
|
2010
2010
|
}
|
|
2011
2011
|
const oc = ["transform", "translate", "scale", "rotate", "perspective"], rc = ["transform", "translate", "scale", "rotate", "perspective", "filter"], ic = ["paint", "layout", "strict", "content"];
|
|
2012
|
-
function
|
|
2013
|
-
const t =
|
|
2012
|
+
function Yn(e) {
|
|
2013
|
+
const t = Xn(), n = xe(e) ? Ee(e) : e;
|
|
2014
2014
|
return oc.some((o) => n[o] ? n[o] !== "none" : !1) || (n.containerType ? n.containerType !== "normal" : !1) || !t && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !t && (n.filter ? n.filter !== "none" : !1) || rc.some((o) => (n.willChange || "").includes(o)) || ic.some((o) => (n.contain || "").includes(o));
|
|
2015
2015
|
}
|
|
2016
2016
|
function sc(e) {
|
|
2017
2017
|
let t = $e(e);
|
|
2018
2018
|
for (; Ne(t) && !rt(t); ) {
|
|
2019
|
-
if (
|
|
2019
|
+
if (Yn(t))
|
|
2020
2020
|
return t;
|
|
2021
2021
|
if (Zt(t))
|
|
2022
2022
|
return null;
|
|
@@ -2024,7 +2024,7 @@ function sc(e) {
|
|
|
2024
2024
|
}
|
|
2025
2025
|
return null;
|
|
2026
2026
|
}
|
|
2027
|
-
function
|
|
2027
|
+
function Xn() {
|
|
2028
2028
|
return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
2029
2029
|
}
|
|
2030
2030
|
const ac = /* @__PURE__ */ new Set(["html", "body", "#document"]);
|
|
@@ -2064,12 +2064,12 @@ function wt(e, t, n) {
|
|
|
2064
2064
|
t === void 0 && (t = []), n === void 0 && (n = !0);
|
|
2065
2065
|
const r = cr(e), i = r === ((o = e.ownerDocument) == null ? void 0 : o.body), a = he(r);
|
|
2066
2066
|
if (i) {
|
|
2067
|
-
const s =
|
|
2067
|
+
const s = Mn(a);
|
|
2068
2068
|
return t.concat(a, a.visualViewport || [], Ct(r) ? r : [], s && n ? wt(s) : []);
|
|
2069
2069
|
}
|
|
2070
2070
|
return t.concat(r, wt(r, [], n));
|
|
2071
2071
|
}
|
|
2072
|
-
function
|
|
2072
|
+
function Mn(e) {
|
|
2073
2073
|
return e.parent && Object.getPrototypeOf(e.parent) ? e.frameElement : null;
|
|
2074
2074
|
}
|
|
2075
2075
|
function lr(e) {
|
|
@@ -2082,11 +2082,11 @@ function lr(e) {
|
|
|
2082
2082
|
$: s
|
|
2083
2083
|
};
|
|
2084
2084
|
}
|
|
2085
|
-
function
|
|
2085
|
+
function Zn(e) {
|
|
2086
2086
|
return xe(e) ? e : e.contextElement;
|
|
2087
2087
|
}
|
|
2088
2088
|
function nt(e) {
|
|
2089
|
-
const t =
|
|
2089
|
+
const t = Zn(e);
|
|
2090
2090
|
if (!Ne(t))
|
|
2091
2091
|
return Ie(1);
|
|
2092
2092
|
const n = t.getBoundingClientRect(), {
|
|
@@ -2103,7 +2103,7 @@ function nt(e) {
|
|
|
2103
2103
|
const cc = /* @__PURE__ */ Ie(0);
|
|
2104
2104
|
function ur(e) {
|
|
2105
2105
|
const t = he(e);
|
|
2106
|
-
return !
|
|
2106
|
+
return !Xn() || !t.visualViewport ? cc : {
|
|
2107
2107
|
x: t.visualViewport.offsetLeft,
|
|
2108
2108
|
y: t.visualViewport.offsetTop
|
|
2109
2109
|
};
|
|
@@ -2113,17 +2113,17 @@ function lc(e, t, n) {
|
|
|
2113
2113
|
}
|
|
2114
2114
|
function je(e, t, n, o) {
|
|
2115
2115
|
t === void 0 && (t = !1), n === void 0 && (n = !1);
|
|
2116
|
-
const r = e.getBoundingClientRect(), i =
|
|
2116
|
+
const r = e.getBoundingClientRect(), i = Zn(e);
|
|
2117
2117
|
let a = Ie(1);
|
|
2118
2118
|
t && (o ? xe(o) && (a = nt(o)) : a = nt(e));
|
|
2119
2119
|
const s = lc(i, n, o) ? ur(i) : Ie(0);
|
|
2120
2120
|
let c = (r.left + s.x) / a.x, u = (r.top + s.y) / a.y, l = r.width / a.x, f = r.height / a.y;
|
|
2121
2121
|
if (i) {
|
|
2122
2122
|
const h = he(i), g = o && xe(o) ? he(o) : o;
|
|
2123
|
-
let w = h, m =
|
|
2123
|
+
let w = h, m = Mn(w);
|
|
2124
2124
|
for (; m && o && g !== w; ) {
|
|
2125
2125
|
const v = nt(m), b = m.getBoundingClientRect(), C = Ee(m), y = b.left + (m.clientLeft + parseFloat(C.paddingLeft)) * v.x, S = b.top + (m.clientTop + parseFloat(C.paddingTop)) * v.y;
|
|
2126
|
-
c *= v.x, u *= v.y, l *= v.x, f *= v.y, c += y, u += S, w = he(m), m =
|
|
2126
|
+
c *= v.x, u *= v.y, l *= v.x, f *= v.y, c += y, u += S, w = he(m), m = Mn(w);
|
|
2127
2127
|
}
|
|
2128
2128
|
}
|
|
2129
2129
|
return Bt({
|
|
@@ -2191,7 +2191,7 @@ function pc(e, t) {
|
|
|
2191
2191
|
let i = o.clientWidth, a = o.clientHeight, s = 0, c = 0;
|
|
2192
2192
|
if (r) {
|
|
2193
2193
|
i = r.width, a = r.height;
|
|
2194
|
-
const l =
|
|
2194
|
+
const l = Xn();
|
|
2195
2195
|
(!l || l && t === "fixed") && (s = r.offsetLeft, c = r.offsetTop);
|
|
2196
2196
|
}
|
|
2197
2197
|
const u = Jt(o);
|
|
@@ -2247,7 +2247,7 @@ function gc(e, t) {
|
|
|
2247
2247
|
const i = Ee(e).position === "fixed";
|
|
2248
2248
|
let a = i ? $e(e) : e;
|
|
2249
2249
|
for (; xe(a) && !rt(a); ) {
|
|
2250
|
-
const s = Ee(a), c =
|
|
2250
|
+
const s = Ee(a), c = Yn(a);
|
|
2251
2251
|
!c && s.position === "fixed" && (r = null), (i ? !c && !r : !c && s.position === "static" && !!r && hc.has(r.position) || Ct(a) && !c && fr(e, a)) ? o = o.filter((l) => l !== a) : r = s, a = $e(a);
|
|
2252
2252
|
}
|
|
2253
2253
|
return t.set(e, o), o;
|
|
@@ -2304,7 +2304,7 @@ function yc(e, t, n) {
|
|
|
2304
2304
|
height: a.height
|
|
2305
2305
|
};
|
|
2306
2306
|
}
|
|
2307
|
-
function
|
|
2307
|
+
function vn(e) {
|
|
2308
2308
|
return Ee(e).position === "static";
|
|
2309
2309
|
}
|
|
2310
2310
|
function Fo(e, t) {
|
|
@@ -2322,16 +2322,16 @@ function pr(e, t) {
|
|
|
2322
2322
|
if (!Ne(e)) {
|
|
2323
2323
|
let r = $e(e);
|
|
2324
2324
|
for (; r && !rt(r); ) {
|
|
2325
|
-
if (xe(r) && !
|
|
2325
|
+
if (xe(r) && !vn(r))
|
|
2326
2326
|
return r;
|
|
2327
2327
|
r = $e(r);
|
|
2328
2328
|
}
|
|
2329
2329
|
return n;
|
|
2330
2330
|
}
|
|
2331
2331
|
let o = Fo(e, t);
|
|
2332
|
-
for (; o && tc(o) &&
|
|
2332
|
+
for (; o && tc(o) && vn(o); )
|
|
2333
2333
|
o = Fo(o, t);
|
|
2334
|
-
return o && rt(o) &&
|
|
2334
|
+
return o && rt(o) && vn(o) && !Yn(o) ? n : o || sc(e) || n;
|
|
2335
2335
|
}
|
|
2336
2336
|
const bc = async function(e) {
|
|
2337
2337
|
const t = this.getOffsetParent || pr, n = this.getDimensions, o = await n(e.floating);
|
|
@@ -2417,7 +2417,7 @@ function Ec(e, t, n, o) {
|
|
|
2417
2417
|
elementResize: a = typeof ResizeObserver == "function",
|
|
2418
2418
|
layoutShift: s = typeof IntersectionObserver == "function",
|
|
2419
2419
|
animationFrame: c = !1
|
|
2420
|
-
} = o, u =
|
|
2420
|
+
} = o, u = Zn(e), l = r || i ? [...u ? wt(u) : [], ...wt(t)] : [];
|
|
2421
2421
|
l.forEach((b) => {
|
|
2422
2422
|
r && b.addEventListener("scroll", n, {
|
|
2423
2423
|
passive: !0
|
|
@@ -2497,7 +2497,7 @@ function $o(e, t) {
|
|
|
2497
2497
|
const n = mr(e);
|
|
2498
2498
|
return Math.round(t * n) / n;
|
|
2499
2499
|
}
|
|
2500
|
-
function
|
|
2500
|
+
function wn(e) {
|
|
2501
2501
|
const t = d.useRef(e);
|
|
2502
2502
|
return kt(() => {
|
|
2503
2503
|
t.current = e;
|
|
@@ -2530,7 +2530,7 @@ function Dc(e) {
|
|
|
2530
2530
|
_ !== A.current && (A.current = _, m(_));
|
|
2531
2531
|
}, []), y = d.useCallback((_) => {
|
|
2532
2532
|
_ !== E.current && (E.current = _, b(_));
|
|
2533
|
-
}, []), S = i || w, R = a || v, A = d.useRef(null), E = d.useRef(null), x = d.useRef(l), I = c != null, T =
|
|
2533
|
+
}, []), S = i || w, R = a || v, A = d.useRef(null), E = d.useRef(null), x = d.useRef(l), I = c != null, T = wn(c), D = wn(r), L = wn(u), $ = d.useCallback(() => {
|
|
2534
2534
|
if (!A.current || !E.current)
|
|
2535
2535
|
return;
|
|
2536
2536
|
const _ = {
|
|
@@ -2568,7 +2568,7 @@ function Dc(e) {
|
|
|
2568
2568
|
$();
|
|
2569
2569
|
}
|
|
2570
2570
|
}, [S, R, $, T, I]);
|
|
2571
|
-
const
|
|
2571
|
+
const G = d.useMemo(() => ({
|
|
2572
2572
|
reference: A,
|
|
2573
2573
|
floating: E,
|
|
2574
2574
|
setReference: C,
|
|
@@ -2600,10 +2600,10 @@ function Dc(e) {
|
|
|
2600
2600
|
return d.useMemo(() => ({
|
|
2601
2601
|
...l,
|
|
2602
2602
|
update: $,
|
|
2603
|
-
refs:
|
|
2603
|
+
refs: G,
|
|
2604
2604
|
elements: O,
|
|
2605
2605
|
floatingStyles: B
|
|
2606
|
-
}), [l, $,
|
|
2606
|
+
}), [l, $, G, O, B]);
|
|
2607
2607
|
}
|
|
2608
2608
|
const kc = (e) => {
|
|
2609
2609
|
function t(n) {
|
|
@@ -2687,11 +2687,11 @@ function Gc(e) {
|
|
|
2687
2687
|
n(void 0);
|
|
2688
2688
|
}, [e]), t;
|
|
2689
2689
|
}
|
|
2690
|
-
var
|
|
2690
|
+
var qn = "Popper", [vr, Qt] = Ze(qn), [zc, wr] = vr(qn), yr = (e) => {
|
|
2691
2691
|
const { __scopePopper: t, children: n } = e, [o, r] = d.useState(null);
|
|
2692
2692
|
return /* @__PURE__ */ p(zc, { scope: t, anchor: o, onAnchorChange: r, children: n });
|
|
2693
2693
|
};
|
|
2694
|
-
yr.displayName =
|
|
2694
|
+
yr.displayName = qn;
|
|
2695
2695
|
var br = "PopperAnchor", Cr = d.forwardRef(
|
|
2696
2696
|
(e, t) => {
|
|
2697
2697
|
const { __scopePopper: n, virtualRef: o, ...r } = e, i = wr(br, n), a = d.useRef(null), s = Z(t, a), c = d.useRef(null);
|
|
@@ -2702,9 +2702,9 @@ var br = "PopperAnchor", Cr = d.forwardRef(
|
|
|
2702
2702
|
}
|
|
2703
2703
|
);
|
|
2704
2704
|
Cr.displayName = br;
|
|
2705
|
-
var
|
|
2705
|
+
var Jn = "PopperContent", [jc, Yc] = vr(Jn), Sr = d.forwardRef(
|
|
2706
2706
|
(e, t) => {
|
|
2707
|
-
var M, W,
|
|
2707
|
+
var M, W, K, H, V, z;
|
|
2708
2708
|
const {
|
|
2709
2709
|
__scopePopper: n,
|
|
2710
2710
|
side: o = "bottom",
|
|
@@ -2720,12 +2720,12 @@ var qn = "PopperContent", [jc, Yc] = vr(qn), Sr = d.forwardRef(
|
|
|
2720
2720
|
updatePositionStrategy: g = "optimized",
|
|
2721
2721
|
onPlaced: w,
|
|
2722
2722
|
...m
|
|
2723
|
-
} = e, v = wr(
|
|
2723
|
+
} = e, v = wr(Jn, n), [b, C] = d.useState(null), y = Z(t, (se) => C(se)), [S, R] = d.useState(null), A = Gc(S), E = (A == null ? void 0 : A.width) ?? 0, x = (A == null ? void 0 : A.height) ?? 0, I = o + (i !== "center" ? "-" + i : ""), T = typeof l == "number" ? l : { top: 0, right: 0, bottom: 0, left: 0, ...l }, D = Array.isArray(u) ? u : [u], L = D.length > 0, $ = {
|
|
2724
2724
|
padding: T,
|
|
2725
2725
|
boundary: D.filter(Zc),
|
|
2726
2726
|
// with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
|
|
2727
2727
|
altBoundary: L
|
|
2728
|
-
}, { refs: F, floatingStyles:
|
|
2728
|
+
}, { refs: F, floatingStyles: G, placement: O, isPositioned: B, middlewareData: _ } = Dc({
|
|
2729
2729
|
// default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues
|
|
2730
2730
|
strategy: "fixed",
|
|
2731
2731
|
placement: I,
|
|
@@ -2759,7 +2759,7 @@ var qn = "PopperContent", [jc, Yc] = vr(qn), Sr = d.forwardRef(
|
|
|
2759
2759
|
re(() => {
|
|
2760
2760
|
B && (J == null || J());
|
|
2761
2761
|
}, [B, J]);
|
|
2762
|
-
const oe = (M = _.arrow) == null ? void 0 : M.x, we = (W = _.arrow) == null ? void 0 : W.y, de = ((
|
|
2762
|
+
const oe = (M = _.arrow) == null ? void 0 : M.x, we = (W = _.arrow) == null ? void 0 : W.y, de = ((K = _.arrow) == null ? void 0 : K.centerOffset) !== 0, [ye, ie] = d.useState();
|
|
2763
2763
|
return re(() => {
|
|
2764
2764
|
b && ie(window.getComputedStyle(b).zIndex);
|
|
2765
2765
|
}, [b]), /* @__PURE__ */ p(
|
|
@@ -2768,8 +2768,8 @@ var qn = "PopperContent", [jc, Yc] = vr(qn), Sr = d.forwardRef(
|
|
|
2768
2768
|
ref: F.setFloating,
|
|
2769
2769
|
"data-radix-popper-content-wrapper": "",
|
|
2770
2770
|
style: {
|
|
2771
|
-
...
|
|
2772
|
-
transform: B ?
|
|
2771
|
+
...G,
|
|
2772
|
+
transform: B ? G.transform : "translate(0, -200%)",
|
|
2773
2773
|
// keep off the page when measuring
|
|
2774
2774
|
minWidth: "max-content",
|
|
2775
2775
|
zIndex: ye,
|
|
@@ -2816,7 +2816,7 @@ var qn = "PopperContent", [jc, Yc] = vr(qn), Sr = d.forwardRef(
|
|
|
2816
2816
|
);
|
|
2817
2817
|
}
|
|
2818
2818
|
);
|
|
2819
|
-
Sr.displayName =
|
|
2819
|
+
Sr.displayName = Jn;
|
|
2820
2820
|
var xr = "PopperArrow", Xc = {
|
|
2821
2821
|
top: "bottom",
|
|
2822
2822
|
right: "left",
|
|
@@ -2885,14 +2885,14 @@ function Rr(e) {
|
|
|
2885
2885
|
const [t, n = "center"] = e.split("-");
|
|
2886
2886
|
return [t, n];
|
|
2887
2887
|
}
|
|
2888
|
-
var Ar = yr, Pr = Cr, Tr = Sr, Ir = Er, Jc = "Portal",
|
|
2888
|
+
var Ar = yr, Pr = Cr, Tr = Sr, Ir = Er, Jc = "Portal", Qn = d.forwardRef((e, t) => {
|
|
2889
2889
|
var s;
|
|
2890
2890
|
const { container: n, ...o } = e, [r, i] = d.useState(!1);
|
|
2891
2891
|
re(() => i(!0), []);
|
|
2892
2892
|
const a = n || r && ((s = globalThis == null ? void 0 : globalThis.document) == null ? void 0 : s.body);
|
|
2893
2893
|
return a ? xs.createPortal(/* @__PURE__ */ p(U.div, { ...o, ref: t }), a) : null;
|
|
2894
2894
|
});
|
|
2895
|
-
|
|
2895
|
+
Qn.displayName = Jc;
|
|
2896
2896
|
function Qc(e, t) {
|
|
2897
2897
|
return d.useReducer((n, o) => t[n][o] ?? n, e);
|
|
2898
2898
|
}
|
|
@@ -2958,11 +2958,11 @@ function tl(e) {
|
|
|
2958
2958
|
let t = (o = Object.getOwnPropertyDescriptor(e.props, "ref")) == null ? void 0 : o.get, n = t && "isReactWarning" in t && t.isReactWarning;
|
|
2959
2959
|
return n ? e.ref : (t = (r = Object.getOwnPropertyDescriptor(e, "ref")) == null ? void 0 : r.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
|
|
2960
2960
|
}
|
|
2961
|
-
var
|
|
2961
|
+
var yn = "rovingFocusGroup.onEntryFocus", nl = { bubbles: !1, cancelable: !0 }, St = "RovingFocusGroup", [Nn, Mr, ol] = Un(St), [rl, en] = Ze(
|
|
2962
2962
|
St,
|
|
2963
2963
|
[ol]
|
|
2964
2964
|
), [il, sl] = rl(St), Nr = d.forwardRef(
|
|
2965
|
-
(e, t) => /* @__PURE__ */ p(
|
|
2965
|
+
(e, t) => /* @__PURE__ */ p(Nn.Provider, { scope: e.__scopeRovingFocusGroup, children: /* @__PURE__ */ p(Nn.Slot, { scope: e.__scopeRovingFocusGroup, children: /* @__PURE__ */ p(al, { ...e, ref: t }) }) })
|
|
2966
2966
|
);
|
|
2967
2967
|
Nr.displayName = St;
|
|
2968
2968
|
var al = d.forwardRef((e, t) => {
|
|
@@ -2986,7 +2986,7 @@ var al = d.forwardRef((e, t) => {
|
|
|
2986
2986
|
return d.useEffect(() => {
|
|
2987
2987
|
const x = h.current;
|
|
2988
2988
|
if (x)
|
|
2989
|
-
return x.addEventListener(
|
|
2989
|
+
return x.addEventListener(yn, y), () => x.removeEventListener(yn, y);
|
|
2990
2990
|
}, [y]), /* @__PURE__ */ p(
|
|
2991
2991
|
il,
|
|
2992
2992
|
{
|
|
@@ -3022,12 +3022,12 @@ var al = d.forwardRef((e, t) => {
|
|
|
3022
3022
|
onFocus: N(e.onFocus, (x) => {
|
|
3023
3023
|
const I = !R.current;
|
|
3024
3024
|
if (x.target === x.currentTarget && I && !b) {
|
|
3025
|
-
const T = new CustomEvent(
|
|
3025
|
+
const T = new CustomEvent(yn, nl);
|
|
3026
3026
|
if (x.currentTarget.dispatchEvent(T), !T.defaultPrevented) {
|
|
3027
|
-
const D = S().filter((O) => O.focusable), L = D.find((O) => O.active), $ = D.find((O) => O.id === m),
|
|
3027
|
+
const D = S().filter((O) => O.focusable), L = D.find((O) => O.active), $ = D.find((O) => O.id === m), G = [L, $, ...D].filter(
|
|
3028
3028
|
Boolean
|
|
3029
3029
|
).map((O) => O.ref.current);
|
|
3030
|
-
Dr(
|
|
3030
|
+
Dr(G, l);
|
|
3031
3031
|
}
|
|
3032
3032
|
}
|
|
3033
3033
|
R.current = !1;
|
|
@@ -3051,7 +3051,7 @@ var al = d.forwardRef((e, t) => {
|
|
|
3051
3051
|
if (o)
|
|
3052
3052
|
return g(), () => w();
|
|
3053
3053
|
}, [o, g, w]), /* @__PURE__ */ p(
|
|
3054
|
-
|
|
3054
|
+
Nn.ItemSlot,
|
|
3055
3055
|
{
|
|
3056
3056
|
scope: n,
|
|
3057
3057
|
id: u,
|
|
@@ -3127,7 +3127,7 @@ var kr = Nr, Fr = Or, fl = function(e) {
|
|
|
3127
3127
|
return null;
|
|
3128
3128
|
var t = Array.isArray(e) ? e[0] : e;
|
|
3129
3129
|
return t.ownerDocument.body;
|
|
3130
|
-
}, Qe = /* @__PURE__ */ new WeakMap(), Pt = /* @__PURE__ */ new WeakMap(), Tt = {},
|
|
3130
|
+
}, Qe = /* @__PURE__ */ new WeakMap(), Pt = /* @__PURE__ */ new WeakMap(), Tt = {}, bn = 0, Lr = function(e) {
|
|
3131
3131
|
return e && (e.host || Lr(e.parentNode));
|
|
3132
3132
|
}, pl = function(e, t) {
|
|
3133
3133
|
return t.map(function(n) {
|
|
@@ -3158,11 +3158,11 @@ var kr = Nr, Fr = Or, fl = function(e) {
|
|
|
3158
3158
|
}
|
|
3159
3159
|
});
|
|
3160
3160
|
};
|
|
3161
|
-
return l(t), s.clear(),
|
|
3161
|
+
return l(t), s.clear(), bn++, function() {
|
|
3162
3162
|
a.forEach(function(f) {
|
|
3163
3163
|
var h = Qe.get(f) - 1, g = i.get(f) - 1;
|
|
3164
3164
|
Qe.set(f, h), i.set(f, g), h || (Pt.has(f) || f.removeAttribute(o), Pt.delete(f)), g || f.removeAttribute(n);
|
|
3165
|
-
}),
|
|
3165
|
+
}), bn--, bn || (Qe = /* @__PURE__ */ new WeakMap(), Qe = /* @__PURE__ */ new WeakMap(), Pt = /* @__PURE__ */ new WeakMap(), Tt = {});
|
|
3166
3166
|
};
|
|
3167
3167
|
}, $r = function(e, t, n) {
|
|
3168
3168
|
n === void 0 && (n = "data-aria-hidden");
|
|
@@ -3193,7 +3193,7 @@ function ml(e, t, n) {
|
|
|
3193
3193
|
return e.concat(i || Array.prototype.slice.call(t));
|
|
3194
3194
|
}
|
|
3195
3195
|
var Ft = "right-scroll-bar-position", Lt = "width-before-scroll-bar", gl = "with-scroll-bars-hidden", vl = "--removed-body-scroll-bar-size";
|
|
3196
|
-
function
|
|
3196
|
+
function Cn(e, t) {
|
|
3197
3197
|
return typeof e == "function" ? e(t) : e && (e.current = t), e;
|
|
3198
3198
|
}
|
|
3199
3199
|
function wl(e, t) {
|
|
@@ -3221,7 +3221,7 @@ var yl = typeof window < "u" ? d.useLayoutEffect : d.useEffect, Vo = /* @__PURE_
|
|
|
3221
3221
|
function bl(e, t) {
|
|
3222
3222
|
var n = wl(null, function(o) {
|
|
3223
3223
|
return e.forEach(function(r) {
|
|
3224
|
-
return
|
|
3224
|
+
return Cn(r, o);
|
|
3225
3225
|
});
|
|
3226
3226
|
});
|
|
3227
3227
|
return yl(function() {
|
|
@@ -3229,9 +3229,9 @@ function bl(e, t) {
|
|
|
3229
3229
|
if (o) {
|
|
3230
3230
|
var r = new Set(o), i = new Set(e), a = n.current;
|
|
3231
3231
|
r.forEach(function(s) {
|
|
3232
|
-
i.has(s) ||
|
|
3232
|
+
i.has(s) || Cn(s, null);
|
|
3233
3233
|
}), i.forEach(function(s) {
|
|
3234
|
-
r.has(s) ||
|
|
3234
|
+
r.has(s) || Cn(s, a);
|
|
3235
3235
|
});
|
|
3236
3236
|
}
|
|
3237
3237
|
Vo.set(n, e);
|
|
@@ -3313,12 +3313,12 @@ Br.isSideCarExport = !0;
|
|
|
3313
3313
|
function El(e, t) {
|
|
3314
3314
|
return e.useMedium(t), Br;
|
|
3315
3315
|
}
|
|
3316
|
-
var Wr = xl(),
|
|
3316
|
+
var Wr = xl(), Sn = function() {
|
|
3317
3317
|
}, tn = d.forwardRef(function(e, t) {
|
|
3318
3318
|
var n = d.useRef(null), o = d.useState({
|
|
3319
|
-
onScrollCapture:
|
|
3320
|
-
onWheelCapture:
|
|
3321
|
-
onTouchMoveCapture:
|
|
3319
|
+
onScrollCapture: Sn,
|
|
3320
|
+
onWheelCapture: Sn,
|
|
3321
|
+
onTouchMoveCapture: Sn
|
|
3322
3322
|
}), r = o[0], i = o[1], a = e.forwardProps, s = e.children, c = e.className, u = e.removeScrollBar, l = e.enabled, f = e.shards, h = e.sideCar, g = e.noRelative, w = e.noIsolation, m = e.inert, v = e.allowPinchZoom, b = e.as, C = b === void 0 ? "div" : b, y = e.gapMode, S = Vr(e, ["forwardProps", "children", "className", "removeScrollBar", "enabled", "shards", "sideCar", "noRelative", "noIsolation", "inert", "allowPinchZoom", "as", "gapMode"]), R = h, A = bl([n, t]), E = Re(Re({}, S), r);
|
|
3323
3323
|
return d.createElement(
|
|
3324
3324
|
d.Fragment,
|
|
@@ -3385,11 +3385,11 @@ var Il = function() {
|
|
|
3385
3385
|
top: 0,
|
|
3386
3386
|
right: 0,
|
|
3387
3387
|
gap: 0
|
|
3388
|
-
},
|
|
3388
|
+
}, xn = function(e) {
|
|
3389
3389
|
return parseInt(e || "", 10) || 0;
|
|
3390
3390
|
}, _l = function(e) {
|
|
3391
3391
|
var t = window.getComputedStyle(document.body), n = t[e === "padding" ? "paddingLeft" : "marginLeft"], o = t[e === "padding" ? "paddingTop" : "marginTop"], r = t[e === "padding" ? "paddingRight" : "marginRight"];
|
|
3392
|
-
return [
|
|
3392
|
+
return [xn(n), xn(o), xn(r)];
|
|
3393
3393
|
}, Ol = function(e) {
|
|
3394
3394
|
if (e === void 0 && (e = "margin"), typeof window > "u")
|
|
3395
3395
|
return Nl;
|
|
@@ -3461,19 +3461,19 @@ var Il = function() {
|
|
|
3461
3461
|
return Ol(r);
|
|
3462
3462
|
}, [r]);
|
|
3463
3463
|
return d.createElement(Dl, { styles: kl(i, !t, r, n ? "" : "!important") });
|
|
3464
|
-
},
|
|
3464
|
+
}, _n = !1;
|
|
3465
3465
|
if (typeof window < "u")
|
|
3466
3466
|
try {
|
|
3467
3467
|
var It = Object.defineProperty({}, "passive", {
|
|
3468
3468
|
get: function() {
|
|
3469
|
-
return
|
|
3469
|
+
return _n = !0, !0;
|
|
3470
3470
|
}
|
|
3471
3471
|
});
|
|
3472
3472
|
window.addEventListener("test", It, It), window.removeEventListener("test", It, It);
|
|
3473
3473
|
} catch {
|
|
3474
|
-
|
|
3474
|
+
_n = !1;
|
|
3475
3475
|
}
|
|
3476
|
-
var et =
|
|
3476
|
+
var et = _n ? { passive: !1 } : !1, $l = function(e) {
|
|
3477
3477
|
return e.tagName === "TEXTAREA";
|
|
3478
3478
|
}, Hr = function(e, t) {
|
|
3479
3479
|
if (!(e instanceof Element))
|
|
@@ -3641,17 +3641,17 @@ function Xl(e) {
|
|
|
3641
3641
|
return t;
|
|
3642
3642
|
}
|
|
3643
3643
|
const Zl = El(Wr, Yl);
|
|
3644
|
-
var
|
|
3644
|
+
var eo = d.forwardRef(function(e, t) {
|
|
3645
3645
|
return d.createElement(tn, Re({}, e, { ref: t, sideCar: Zl }));
|
|
3646
3646
|
});
|
|
3647
|
-
|
|
3648
|
-
var
|
|
3649
|
-
ltr: [...
|
|
3650
|
-
rtl: [...
|
|
3647
|
+
eo.classNames = tn.classNames;
|
|
3648
|
+
var On = ["Enter", " "], ql = ["ArrowDown", "PageUp", "Home"], zr = ["ArrowUp", "PageDown", "End"], Jl = [...ql, ...zr], Ql = {
|
|
3649
|
+
ltr: [...On, "ArrowRight"],
|
|
3650
|
+
rtl: [...On, "ArrowLeft"]
|
|
3651
3651
|
}, eu = {
|
|
3652
3652
|
ltr: ["ArrowLeft"],
|
|
3653
3653
|
rtl: ["ArrowRight"]
|
|
3654
|
-
}, xt = "Menu", [yt, tu, nu] =
|
|
3654
|
+
}, xt = "Menu", [yt, tu, nu] = Un(xt), [qe, jr] = Ze(xt, [
|
|
3655
3655
|
nu,
|
|
3656
3656
|
Qt,
|
|
3657
3657
|
en
|
|
@@ -3687,21 +3687,21 @@ var _n = ["Enter", " "], ql = ["ArrowDown", "PageUp", "Home"], zr = ["ArrowUp",
|
|
|
3687
3687
|
) });
|
|
3688
3688
|
};
|
|
3689
3689
|
Xr.displayName = xt;
|
|
3690
|
-
var iu = "MenuAnchor",
|
|
3690
|
+
var iu = "MenuAnchor", to = d.forwardRef(
|
|
3691
3691
|
(e, t) => {
|
|
3692
3692
|
const { __scopeMenu: n, ...o } = e, r = nn(n);
|
|
3693
3693
|
return /* @__PURE__ */ p(Pr, { ...r, ...o, ref: t });
|
|
3694
3694
|
}
|
|
3695
3695
|
);
|
|
3696
|
-
|
|
3697
|
-
var
|
|
3696
|
+
to.displayName = iu;
|
|
3697
|
+
var no = "MenuPortal", [su, Zr] = qe(no, {
|
|
3698
3698
|
forceMount: void 0
|
|
3699
3699
|
}), qr = (e) => {
|
|
3700
|
-
const { __scopeMenu: t, forceMount: n, children: o, container: r } = e, i = Je(
|
|
3701
|
-
return /* @__PURE__ */ p(su, { scope: t, forceMount: n, children: /* @__PURE__ */ p(at, { present: n || i.open, children: /* @__PURE__ */ p(
|
|
3700
|
+
const { __scopeMenu: t, forceMount: n, children: o, container: r } = e, i = Je(no, t);
|
|
3701
|
+
return /* @__PURE__ */ p(su, { scope: t, forceMount: n, children: /* @__PURE__ */ p(at, { present: n || i.open, children: /* @__PURE__ */ p(Qn, { asChild: !0, container: r, children: o }) }) });
|
|
3702
3702
|
};
|
|
3703
|
-
qr.displayName =
|
|
3704
|
-
var ve = "MenuContent", [au,
|
|
3703
|
+
qr.displayName = no;
|
|
3704
|
+
var ve = "MenuContent", [au, oo] = qe(ve), Jr = d.forwardRef(
|
|
3705
3705
|
(e, t) => {
|
|
3706
3706
|
const n = Zr(ve, e.__scopeMenu), { forceMount: o = n.forceMount, ...r } = e, i = Je(ve, e.__scopeMenu), a = Et(ve, e.__scopeMenu);
|
|
3707
3707
|
return /* @__PURE__ */ p(yt.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ p(at, { present: o || i.open, children: /* @__PURE__ */ p(yt.Slot, { scope: e.__scopeMenu, children: a.modal ? /* @__PURE__ */ p(cu, { ...r, ref: t }) : /* @__PURE__ */ p(lu, { ...r, ref: t }) }) }) });
|
|
@@ -3713,7 +3713,7 @@ var ve = "MenuContent", [au, no] = qe(ve), Jr = d.forwardRef(
|
|
|
3713
3713
|
const i = o.current;
|
|
3714
3714
|
if (i) return $r(i);
|
|
3715
3715
|
}, []), /* @__PURE__ */ p(
|
|
3716
|
-
|
|
3716
|
+
ro,
|
|
3717
3717
|
{
|
|
3718
3718
|
...e,
|
|
3719
3719
|
ref: r,
|
|
@@ -3732,7 +3732,7 @@ var ve = "MenuContent", [au, no] = qe(ve), Jr = d.forwardRef(
|
|
|
3732
3732
|
), lu = d.forwardRef((e, t) => {
|
|
3733
3733
|
const n = Je(ve, e.__scopeMenu);
|
|
3734
3734
|
return /* @__PURE__ */ p(
|
|
3735
|
-
|
|
3735
|
+
ro,
|
|
3736
3736
|
{
|
|
3737
3737
|
...e,
|
|
3738
3738
|
ref: t,
|
|
@@ -3742,7 +3742,7 @@ var ve = "MenuContent", [au, no] = qe(ve), Jr = d.forwardRef(
|
|
|
3742
3742
|
onDismiss: () => n.onOpenChange(!1)
|
|
3743
3743
|
}
|
|
3744
3744
|
);
|
|
3745
|
-
}), uu = /* @__PURE__ */ gt("MenuContent.ScrollLock"),
|
|
3745
|
+
}), uu = /* @__PURE__ */ gt("MenuContent.ScrollLock"), ro = d.forwardRef(
|
|
3746
3746
|
(e, t) => {
|
|
3747
3747
|
const {
|
|
3748
3748
|
__scopeMenu: n,
|
|
@@ -3759,11 +3759,11 @@ var ve = "MenuContent", [au, no] = qe(ve), Jr = d.forwardRef(
|
|
|
3759
3759
|
onDismiss: g,
|
|
3760
3760
|
disableOutsideScroll: w,
|
|
3761
3761
|
...m
|
|
3762
|
-
} = e, v = Je(ve, n), b = Et(ve, n), C = nn(n), y = Yr(n), S = tu(n), [R, A] = d.useState(null), E = d.useRef(null), x = Z(t, E, v.onContentChange), I = d.useRef(0), T = d.useRef(""), D = d.useRef(0), L = d.useRef(null), $ = d.useRef("right"), F = d.useRef(0),
|
|
3762
|
+
} = e, v = Je(ve, n), b = Et(ve, n), C = nn(n), y = Yr(n), S = tu(n), [R, A] = d.useState(null), E = d.useRef(null), x = Z(t, E, v.onContentChange), I = d.useRef(0), T = d.useRef(""), D = d.useRef(0), L = d.useRef(null), $ = d.useRef("right"), F = d.useRef(0), G = w ? eo : d.Fragment, O = w ? { as: uu, allowPinchZoom: !0 } : void 0, B = (P) => {
|
|
3763
3763
|
var M, W;
|
|
3764
|
-
const j = T.current + P, J = S().filter((
|
|
3765
|
-
(function
|
|
3766
|
-
T.current = H, window.clearTimeout(I.current), H !== "" && (I.current = window.setTimeout(() =>
|
|
3764
|
+
const j = T.current + P, J = S().filter((K) => !K.disabled), oe = document.activeElement, we = (M = J.find((K) => K.ref.current === oe)) == null ? void 0 : M.textValue, de = J.map((K) => K.textValue), ye = Su(de, j, we), ie = (W = J.find((K) => K.textValue === ye)) == null ? void 0 : W.ref.current;
|
|
3765
|
+
(function K(H) {
|
|
3766
|
+
T.current = H, window.clearTimeout(I.current), H !== "" && (I.current = window.setTimeout(() => K(""), 1e3));
|
|
3767
3767
|
})(j), ie && setTimeout(() => ie.focus());
|
|
3768
3768
|
};
|
|
3769
3769
|
d.useEffect(() => () => window.clearTimeout(I.current), []), or();
|
|
@@ -3799,8 +3799,8 @@ var ve = "MenuContent", [au, no] = qe(ve), Jr = d.forwardRef(
|
|
|
3799
3799
|
onPointerGraceIntentChange: d.useCallback((P) => {
|
|
3800
3800
|
L.current = P;
|
|
3801
3801
|
}, []),
|
|
3802
|
-
children: /* @__PURE__ */ p(
|
|
3803
|
-
|
|
3802
|
+
children: /* @__PURE__ */ p(G, { ...O, children: /* @__PURE__ */ p(
|
|
3803
|
+
Kn,
|
|
3804
3804
|
{
|
|
3805
3805
|
asChild: !0,
|
|
3806
3806
|
trapped: r,
|
|
@@ -3810,7 +3810,7 @@ var ve = "MenuContent", [au, no] = qe(ve), Jr = d.forwardRef(
|
|
|
3810
3810
|
}),
|
|
3811
3811
|
onUnmountAutoFocus: a,
|
|
3812
3812
|
children: /* @__PURE__ */ p(
|
|
3813
|
-
|
|
3813
|
+
Hn,
|
|
3814
3814
|
{
|
|
3815
3815
|
asChild: !0,
|
|
3816
3816
|
disableOutsidePointerEvents: s,
|
|
@@ -3880,13 +3880,13 @@ var ve = "MenuContent", [au, no] = qe(ve), Jr = d.forwardRef(
|
|
|
3880
3880
|
}
|
|
3881
3881
|
);
|
|
3882
3882
|
Jr.displayName = ve;
|
|
3883
|
-
var du = "MenuGroup",
|
|
3883
|
+
var du = "MenuGroup", io = d.forwardRef(
|
|
3884
3884
|
(e, t) => {
|
|
3885
3885
|
const { __scopeMenu: n, ...o } = e;
|
|
3886
3886
|
return /* @__PURE__ */ p(U.div, { role: "group", ...o, ref: t });
|
|
3887
3887
|
}
|
|
3888
3888
|
);
|
|
3889
|
-
|
|
3889
|
+
io.displayName = du;
|
|
3890
3890
|
var fu = "MenuLabel", Qr = d.forwardRef(
|
|
3891
3891
|
(e, t) => {
|
|
3892
3892
|
const { __scopeMenu: n, ...o } = e;
|
|
@@ -3896,7 +3896,7 @@ var fu = "MenuLabel", Qr = d.forwardRef(
|
|
|
3896
3896
|
Qr.displayName = fu;
|
|
3897
3897
|
var Ut = "MenuItem", Ko = "menu.itemSelect", on = d.forwardRef(
|
|
3898
3898
|
(e, t) => {
|
|
3899
|
-
const { disabled: n = !1, onSelect: o, ...r } = e, i = d.useRef(null), a = Et(Ut, e.__scopeMenu), s =
|
|
3899
|
+
const { disabled: n = !1, onSelect: o, ...r } = e, i = d.useRef(null), a = Et(Ut, e.__scopeMenu), s = oo(Ut, e.__scopeMenu), c = Z(t, i), u = d.useRef(!1), l = () => {
|
|
3900
3900
|
const f = i.current;
|
|
3901
3901
|
if (!n && f) {
|
|
3902
3902
|
const h = new CustomEvent(Ko, { bubbles: !0, cancelable: !0 });
|
|
@@ -3920,7 +3920,7 @@ var Ut = "MenuItem", Ko = "menu.itemSelect", on = d.forwardRef(
|
|
|
3920
3920
|
}),
|
|
3921
3921
|
onKeyDown: N(e.onKeyDown, (f) => {
|
|
3922
3922
|
const h = s.searchRef.current !== "";
|
|
3923
|
-
n || h && f.key === " " ||
|
|
3923
|
+
n || h && f.key === " " || On.includes(f.key) && (f.currentTarget.click(), f.preventDefault());
|
|
3924
3924
|
})
|
|
3925
3925
|
}
|
|
3926
3926
|
);
|
|
@@ -3929,7 +3929,7 @@ var Ut = "MenuItem", Ko = "menu.itemSelect", on = d.forwardRef(
|
|
|
3929
3929
|
on.displayName = Ut;
|
|
3930
3930
|
var ei = d.forwardRef(
|
|
3931
3931
|
(e, t) => {
|
|
3932
|
-
const { __scopeMenu: n, disabled: o = !1, textValue: r, ...i } = e, a =
|
|
3932
|
+
const { __scopeMenu: n, disabled: o = !1, textValue: r, ...i } = e, a = oo(Ut, n), s = Yr(n), c = d.useRef(null), u = Z(t, c), [l, f] = d.useState(!1), [h, g] = d.useState("");
|
|
3933
3933
|
return d.useEffect(() => {
|
|
3934
3934
|
const w = c.current;
|
|
3935
3935
|
w && g((w.textContent ?? "").trim());
|
|
@@ -3975,7 +3975,7 @@ var ei = d.forwardRef(
|
|
|
3975
3975
|
"aria-checked": Ht(n) ? "mixed" : n,
|
|
3976
3976
|
...r,
|
|
3977
3977
|
ref: t,
|
|
3978
|
-
"data-state":
|
|
3978
|
+
"data-state": ao(n),
|
|
3979
3979
|
onSelect: N(
|
|
3980
3980
|
r.onSelect,
|
|
3981
3981
|
() => o == null ? void 0 : o(Ht(n) ? !0 : !n),
|
|
@@ -3993,7 +3993,7 @@ var ni = "MenuRadioGroup", [hu, mu] = qe(
|
|
|
3993
3993
|
), oi = d.forwardRef(
|
|
3994
3994
|
(e, t) => {
|
|
3995
3995
|
const { value: n, onValueChange: o, ...r } = e, i = Me(o);
|
|
3996
|
-
return /* @__PURE__ */ p(hu, { scope: e.__scopeMenu, value: n, onValueChange: i, children: /* @__PURE__ */ p(
|
|
3996
|
+
return /* @__PURE__ */ p(hu, { scope: e.__scopeMenu, value: n, onValueChange: i, children: /* @__PURE__ */ p(io, { ...r, ref: t }) });
|
|
3997
3997
|
}
|
|
3998
3998
|
);
|
|
3999
3999
|
oi.displayName = ni;
|
|
@@ -4007,7 +4007,7 @@ var ri = "MenuRadioItem", ii = d.forwardRef(
|
|
|
4007
4007
|
"aria-checked": i,
|
|
4008
4008
|
...o,
|
|
4009
4009
|
ref: t,
|
|
4010
|
-
"data-state":
|
|
4010
|
+
"data-state": ao(i),
|
|
4011
4011
|
onSelect: N(
|
|
4012
4012
|
o.onSelect,
|
|
4013
4013
|
() => {
|
|
@@ -4021,12 +4021,12 @@ var ri = "MenuRadioItem", ii = d.forwardRef(
|
|
|
4021
4021
|
}
|
|
4022
4022
|
);
|
|
4023
4023
|
ii.displayName = ri;
|
|
4024
|
-
var
|
|
4025
|
-
|
|
4024
|
+
var so = "MenuItemIndicator", [si, gu] = qe(
|
|
4025
|
+
so,
|
|
4026
4026
|
{ checked: !1 }
|
|
4027
4027
|
), ai = d.forwardRef(
|
|
4028
4028
|
(e, t) => {
|
|
4029
|
-
const { __scopeMenu: n, forceMount: o, ...r } = e, i = gu(
|
|
4029
|
+
const { __scopeMenu: n, forceMount: o, ...r } = e, i = gu(so, n);
|
|
4030
4030
|
return /* @__PURE__ */ p(
|
|
4031
4031
|
at,
|
|
4032
4032
|
{
|
|
@@ -4036,14 +4036,14 @@ var io = "MenuItemIndicator", [si, gu] = qe(
|
|
|
4036
4036
|
{
|
|
4037
4037
|
...r,
|
|
4038
4038
|
ref: t,
|
|
4039
|
-
"data-state":
|
|
4039
|
+
"data-state": ao(i.checked)
|
|
4040
4040
|
}
|
|
4041
4041
|
)
|
|
4042
4042
|
}
|
|
4043
4043
|
);
|
|
4044
4044
|
}
|
|
4045
4045
|
);
|
|
4046
|
-
ai.displayName =
|
|
4046
|
+
ai.displayName = so;
|
|
4047
4047
|
var vu = "MenuSeparator", ci = d.forwardRef(
|
|
4048
4048
|
(e, t) => {
|
|
4049
4049
|
const { __scopeMenu: n, ...o } = e;
|
|
@@ -4068,7 +4068,7 @@ var wu = "MenuArrow", li = d.forwardRef(
|
|
|
4068
4068
|
li.displayName = wu;
|
|
4069
4069
|
var yu = "MenuSub", [Gf, ui] = qe(yu), ft = "MenuSubTrigger", di = d.forwardRef(
|
|
4070
4070
|
(e, t) => {
|
|
4071
|
-
const n = Je(ft, e.__scopeMenu), o = Et(ft, e.__scopeMenu), r = ui(ft, e.__scopeMenu), i =
|
|
4071
|
+
const n = Je(ft, e.__scopeMenu), o = Et(ft, e.__scopeMenu), r = ui(ft, e.__scopeMenu), i = oo(ft, e.__scopeMenu), a = d.useRef(null), { pointerGraceTimerRef: s, onPointerGraceIntentChange: c } = i, u = { __scopeMenu: e.__scopeMenu }, l = d.useCallback(() => {
|
|
4072
4072
|
a.current && window.clearTimeout(a.current), a.current = null;
|
|
4073
4073
|
}, []);
|
|
4074
4074
|
return d.useEffect(() => l, [l]), d.useEffect(() => {
|
|
@@ -4076,7 +4076,7 @@ var yu = "MenuSub", [Gf, ui] = qe(yu), ft = "MenuSubTrigger", di = d.forwardRef(
|
|
|
4076
4076
|
return () => {
|
|
4077
4077
|
window.clearTimeout(f), c(null);
|
|
4078
4078
|
};
|
|
4079
|
-
}, [s, c]), /* @__PURE__ */ p(
|
|
4079
|
+
}, [s, c]), /* @__PURE__ */ p(to, { asChild: !0, ...u, children: /* @__PURE__ */ p(
|
|
4080
4080
|
ei,
|
|
4081
4081
|
{
|
|
4082
4082
|
id: r.triggerId,
|
|
@@ -4141,7 +4141,7 @@ var fi = "MenuSubContent", pi = d.forwardRef(
|
|
|
4141
4141
|
(e, t) => {
|
|
4142
4142
|
const n = Zr(ve, e.__scopeMenu), { forceMount: o = n.forceMount, ...r } = e, i = Je(ve, e.__scopeMenu), a = Et(ve, e.__scopeMenu), s = ui(fi, e.__scopeMenu), c = d.useRef(null), u = Z(t, c);
|
|
4143
4143
|
return /* @__PURE__ */ p(yt.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ p(at, { present: o || i.open, children: /* @__PURE__ */ p(yt.Slot, { scope: e.__scopeMenu, children: /* @__PURE__ */ p(
|
|
4144
|
-
|
|
4144
|
+
ro,
|
|
4145
4145
|
{
|
|
4146
4146
|
id: s.contentId,
|
|
4147
4147
|
"aria-labelledby": s.triggerId,
|
|
@@ -4179,7 +4179,7 @@ function hi(e) {
|
|
|
4179
4179
|
function Ht(e) {
|
|
4180
4180
|
return e === "indeterminate";
|
|
4181
4181
|
}
|
|
4182
|
-
function
|
|
4182
|
+
function ao(e) {
|
|
4183
4183
|
return Ht(e) ? "indeterminate" : e ? "checked" : "unchecked";
|
|
4184
4184
|
}
|
|
4185
4185
|
function bu(e) {
|
|
@@ -4216,7 +4216,7 @@ function Eu(e, t) {
|
|
|
4216
4216
|
function bt(e) {
|
|
4217
4217
|
return (t) => t.pointerType === "mouse" ? e(t) : void 0;
|
|
4218
4218
|
}
|
|
4219
|
-
var Ru = Xr, Au =
|
|
4219
|
+
var Ru = Xr, Au = to, Pu = qr, Tu = Jr, Iu = io, Mu = Qr, Nu = on, _u = ti, Ou = oi, Du = ii, ku = ai, Fu = ci, Lu = li, $u = di, Vu = pi, rn = "DropdownMenu", [Bu] = Ze(
|
|
4220
4220
|
rn,
|
|
4221
4221
|
[jr]
|
|
4222
4222
|
), ue = jr(), [Wu, mi] = Bu(rn), gi = (e) => {
|
|
@@ -4472,25 +4472,25 @@ const Sd = (e) => {
|
|
|
4472
4472
|
"dataTable.searchEmpty": "No results found",
|
|
4473
4473
|
"dataTable.selectFilter": "Select..."
|
|
4474
4474
|
};
|
|
4475
|
-
let
|
|
4475
|
+
let Dn = null;
|
|
4476
4476
|
const Ed = (e) => {
|
|
4477
|
-
if (
|
|
4478
|
-
const t =
|
|
4477
|
+
if (Dn) {
|
|
4478
|
+
const t = Dn(e);
|
|
4479
4479
|
if (t !== e)
|
|
4480
4480
|
return t;
|
|
4481
4481
|
}
|
|
4482
4482
|
return Pi[e] ?? e;
|
|
4483
4483
|
}, Rd = (e) => {
|
|
4484
|
-
|
|
4484
|
+
Dn = e;
|
|
4485
4485
|
}, ct = () => Ed, Ad = (e) => {
|
|
4486
4486
|
Object.assign(Pi, e);
|
|
4487
4487
|
};
|
|
4488
|
-
let
|
|
4488
|
+
let kn = !1;
|
|
4489
4489
|
const zf = (e) => {
|
|
4490
|
-
|
|
4491
|
-
}, jf = () =>
|
|
4490
|
+
kn || (Rd(e.translate), e.translations && Ad(e.translations), Sd(e.LinkComponent), kn = !0);
|
|
4491
|
+
}, jf = () => kn;
|
|
4492
4492
|
function Pd({ table: e }) {
|
|
4493
|
-
const t = ct(), n =
|
|
4493
|
+
const t = ct(), n = Rn(ra()), o = Se(() => e.getAllColumns().filter((s) => {
|
|
4494
4494
|
const c = s.columnDef.header;
|
|
4495
4495
|
return !(!c || typeof c == "string" && c.trim() === "" || s.columnDef.enableHiding === !1);
|
|
4496
4496
|
}), [e]), r = () => {
|
|
@@ -4586,7 +4586,7 @@ var Ti = Object.freeze({
|
|
|
4586
4586
|
)
|
|
4587
4587
|
);
|
|
4588
4588
|
Nd.displayName = Md;
|
|
4589
|
-
var _d = [" ", "Enter", "ArrowUp", "ArrowDown"], Od = [" ", "Enter"], Ye = "Select", [sn, an, Dd] =
|
|
4589
|
+
var _d = [" ", "Enter", "ArrowUp", "ArrowDown"], Od = [" ", "Enter"], Ye = "Select", [sn, an, Dd] = Un(Ye), [lt] = Ze(Ye, [
|
|
4590
4590
|
Dd,
|
|
4591
4591
|
Qt
|
|
4592
4592
|
]), cn = Qt(), [kd, Ve] = lt(Ye), [Fd, Ld] = lt(Ye), Ii = (e) => {
|
|
@@ -4615,7 +4615,7 @@ var _d = [" ", "Enter", "ArrowUp", "ArrowDown"], Od = [" ", "Enter"], Ye = "Sele
|
|
|
4615
4615
|
defaultProp: s,
|
|
4616
4616
|
onChange: c,
|
|
4617
4617
|
caller: Ye
|
|
4618
|
-
}), D = d.useRef(null), L = v ? w || !!v.closest("form") : !0, [$, F] = d.useState(/* @__PURE__ */ new Set()),
|
|
4618
|
+
}), D = d.useRef(null), L = v ? w || !!v.closest("form") : !0, [$, F] = d.useState(/* @__PURE__ */ new Set()), G = Array.from($).map((O) => O.props.value).join(";");
|
|
4619
4619
|
return /* @__PURE__ */ p(Ar, { ...m, children: /* @__PURE__ */ k(
|
|
4620
4620
|
kd,
|
|
4621
4621
|
{
|
|
@@ -4669,7 +4669,7 @@ var _d = [" ", "Enter", "ArrowUp", "ArrowDown"], Od = [" ", "Enter"], Ye = "Sele
|
|
|
4669
4669
|
Array.from($)
|
|
4670
4670
|
]
|
|
4671
4671
|
},
|
|
4672
|
-
|
|
4672
|
+
G
|
|
4673
4673
|
) : null
|
|
4674
4674
|
]
|
|
4675
4675
|
}
|
|
@@ -4744,7 +4744,7 @@ var $d = "SelectIcon", Di = d.forwardRef(
|
|
|
4744
4744
|
}
|
|
4745
4745
|
);
|
|
4746
4746
|
Di.displayName = $d;
|
|
4747
|
-
var Vd = "SelectPortal", ki = (e) => /* @__PURE__ */ p(
|
|
4747
|
+
var Vd = "SelectPortal", ki = (e) => /* @__PURE__ */ p(Qn, { asChild: !0, ...e });
|
|
4748
4748
|
ki.displayName = Vd;
|
|
4749
4749
|
var Xe = "SelectContent", Fi = d.forwardRef(
|
|
4750
4750
|
(e, t) => {
|
|
@@ -4786,13 +4786,13 @@ var be = 10, [Li, Be] = lt(Xe), Bd = "SelectContentImpl", Wd = /* @__PURE__ */ g
|
|
|
4786
4786
|
...b
|
|
4787
4787
|
} = e, C = Ve(Xe, n), [y, S] = d.useState(null), [R, A] = d.useState(null), E = Z(t, (M) => S(M)), [x, I] = d.useState(null), [T, D] = d.useState(
|
|
4788
4788
|
null
|
|
4789
|
-
), L = an(n), [$, F] = d.useState(!1),
|
|
4789
|
+
), L = an(n), [$, F] = d.useState(!1), G = d.useRef(!1);
|
|
4790
4790
|
d.useEffect(() => {
|
|
4791
4791
|
if (y) return $r(y);
|
|
4792
4792
|
}, [y]), or();
|
|
4793
4793
|
const O = d.useCallback(
|
|
4794
4794
|
(M) => {
|
|
4795
|
-
const [W, ...
|
|
4795
|
+
const [W, ...K] = L().map((z) => z.ref.current), [H] = K.slice(-1), V = document.activeElement;
|
|
4796
4796
|
for (const z of M)
|
|
4797
4797
|
if (z === V || (z == null || z.scrollIntoView({ block: "nearest" }), z === W && R && (R.scrollTop = 0), z === H && R && (R.scrollTop = R.scrollHeight), z == null || z.focus(), document.activeElement !== V)) return;
|
|
4798
4798
|
},
|
|
@@ -4814,11 +4814,11 @@ var be = 10, [Li, Be] = lt(Xe), Bd = "SelectContentImpl", Wd = /* @__PURE__ */ g
|
|
|
4814
4814
|
x: Math.abs(Math.round(H.pageX) - (((V = P.current) == null ? void 0 : V.x) ?? 0)),
|
|
4815
4815
|
y: Math.abs(Math.round(H.pageY) - (((z = P.current) == null ? void 0 : z.y) ?? 0))
|
|
4816
4816
|
};
|
|
4817
|
-
},
|
|
4817
|
+
}, K = (H) => {
|
|
4818
4818
|
M.x <= 10 && M.y <= 10 ? H.preventDefault() : y.contains(H.target) || _(!1), document.removeEventListener("pointermove", W), P.current = null;
|
|
4819
4819
|
};
|
|
4820
|
-
return P.current !== null && (document.addEventListener("pointermove", W), document.addEventListener("pointerup",
|
|
4821
|
-
document.removeEventListener("pointermove", W), document.removeEventListener("pointerup",
|
|
4820
|
+
return P.current !== null && (document.addEventListener("pointermove", W), document.addEventListener("pointerup", K, { capture: !0, once: !0 })), () => {
|
|
4821
|
+
document.removeEventListener("pointermove", W), document.removeEventListener("pointerup", K, { capture: !0 });
|
|
4822
4822
|
};
|
|
4823
4823
|
}
|
|
4824
4824
|
}, [y, _, P]), d.useEffect(() => {
|
|
@@ -4828,21 +4828,21 @@ var be = 10, [Li, Be] = lt(Xe), Bd = "SelectContentImpl", Wd = /* @__PURE__ */ g
|
|
|
4828
4828
|
};
|
|
4829
4829
|
}, [_]);
|
|
4830
4830
|
const [j, J] = qi((M) => {
|
|
4831
|
-
const W = L().filter((V) => !V.disabled),
|
|
4831
|
+
const W = L().filter((V) => !V.disabled), K = W.find((V) => V.ref.current === document.activeElement), H = Ji(W, M, K);
|
|
4832
4832
|
H && setTimeout(() => H.ref.current.focus());
|
|
4833
4833
|
}), oe = d.useCallback(
|
|
4834
|
-
(M, W,
|
|
4835
|
-
const H = !
|
|
4836
|
-
(C.value !== void 0 && C.value === W || H) && (I(M), H && (
|
|
4834
|
+
(M, W, K) => {
|
|
4835
|
+
const H = !G.current && !K;
|
|
4836
|
+
(C.value !== void 0 && C.value === W || H) && (I(M), H && (G.current = !0));
|
|
4837
4837
|
},
|
|
4838
4838
|
[C.value]
|
|
4839
4839
|
), we = d.useCallback(() => y == null ? void 0 : y.focus(), [y]), de = d.useCallback(
|
|
4840
|
-
(M, W,
|
|
4841
|
-
const H = !
|
|
4840
|
+
(M, W, K) => {
|
|
4841
|
+
const H = !G.current && !K;
|
|
4842
4842
|
(C.value !== void 0 && C.value === W || H) && D(M);
|
|
4843
4843
|
},
|
|
4844
4844
|
[C.value]
|
|
4845
|
-
), ye = o === "popper" ?
|
|
4845
|
+
), ye = o === "popper" ? Fn : Vi, ie = ye === Fn ? {
|
|
4846
4846
|
side: s,
|
|
4847
4847
|
sideOffset: c,
|
|
4848
4848
|
align: u,
|
|
@@ -4870,8 +4870,8 @@ var be = 10, [Li, Be] = lt(Xe), Bd = "SelectContentImpl", Wd = /* @__PURE__ */ g
|
|
|
4870
4870
|
position: o,
|
|
4871
4871
|
isPositioned: $,
|
|
4872
4872
|
searchRef: j,
|
|
4873
|
-
children: /* @__PURE__ */ p(
|
|
4874
|
-
|
|
4873
|
+
children: /* @__PURE__ */ p(eo, { as: Wd, allowPinchZoom: !0, children: /* @__PURE__ */ p(
|
|
4874
|
+
Kn,
|
|
4875
4875
|
{
|
|
4876
4876
|
asChild: !0,
|
|
4877
4877
|
trapped: C.open,
|
|
@@ -4883,7 +4883,7 @@ var be = 10, [Li, Be] = lt(Xe), Bd = "SelectContentImpl", Wd = /* @__PURE__ */ g
|
|
|
4883
4883
|
(W = C.trigger) == null || W.focus({ preventScroll: !0 }), M.preventDefault();
|
|
4884
4884
|
}),
|
|
4885
4885
|
children: /* @__PURE__ */ p(
|
|
4886
|
-
|
|
4886
|
+
Hn,
|
|
4887
4887
|
{
|
|
4888
4888
|
asChild: !0,
|
|
4889
4889
|
disableOutsidePointerEvents: !0,
|
|
@@ -4955,7 +4955,7 @@ var Ud = "SelectItemAlignedPosition", Vi = d.forwardRef((e, t) => {
|
|
|
4955
4955
|
]);
|
|
4956
4956
|
s.style.minWidth = me + "px", s.style.right = He + "px";
|
|
4957
4957
|
}
|
|
4958
|
-
const D = h(), L = window.innerHeight - be * 2, $ = m.scrollHeight, F = window.getComputedStyle(u),
|
|
4958
|
+
const D = h(), L = window.innerHeight - be * 2, $ = m.scrollHeight, F = window.getComputedStyle(u), G = parseInt(F.borderTopWidth, 10), O = parseInt(F.paddingTop, 10), B = parseInt(F.borderBottomWidth, 10), _ = parseInt(F.paddingBottom, 10), P = G + O + $ + _ + B, j = Math.min(v.offsetHeight * 5, P), J = window.getComputedStyle(m), oe = parseInt(J.paddingTop, 10), we = parseInt(J.paddingBottom, 10), de = E.top + E.height / 2 - be, ye = L - de, ie = v.offsetHeight / 2, M = v.offsetTop + ie, W = G + O + M, K = P - W;
|
|
4959
4959
|
if (W <= de) {
|
|
4960
4960
|
const V = D.length > 0 && v === D[D.length - 1].ref.current;
|
|
4961
4961
|
s.style.bottom = "0px";
|
|
@@ -4970,9 +4970,9 @@ var Ud = "SelectItemAlignedPosition", Vi = d.forwardRef((e, t) => {
|
|
|
4970
4970
|
s.style.top = "0px";
|
|
4971
4971
|
const se = Math.max(
|
|
4972
4972
|
de,
|
|
4973
|
-
|
|
4973
|
+
G + m.offsetTop + // viewport might have padding top, include it to avoid a scrollable viewport
|
|
4974
4974
|
(V ? oe : 0) + ie
|
|
4975
|
-
) +
|
|
4975
|
+
) + K;
|
|
4976
4976
|
s.style.height = se + "px", m.scrollTop = W - de + m.offsetTop;
|
|
4977
4977
|
}
|
|
4978
4978
|
s.style.margin = `${be}px 0`, s.style.minHeight = j + "px", s.style.maxHeight = L + "px", o == null || o(), requestAnimationFrame(() => g.current = !0);
|
|
@@ -5038,7 +5038,7 @@ var Ud = "SelectItemAlignedPosition", Vi = d.forwardRef((e, t) => {
|
|
|
5038
5038
|
);
|
|
5039
5039
|
});
|
|
5040
5040
|
Vi.displayName = Ud;
|
|
5041
|
-
var Hd = "SelectPopperPosition",
|
|
5041
|
+
var Hd = "SelectPopperPosition", Fn = d.forwardRef((e, t) => {
|
|
5042
5042
|
const {
|
|
5043
5043
|
__scopeSelect: n,
|
|
5044
5044
|
align: o = "start",
|
|
@@ -5066,10 +5066,10 @@ var Hd = "SelectPopperPosition", kn = d.forwardRef((e, t) => {
|
|
|
5066
5066
|
}
|
|
5067
5067
|
);
|
|
5068
5068
|
});
|
|
5069
|
-
|
|
5070
|
-
var [Kd,
|
|
5069
|
+
Fn.displayName = Hd;
|
|
5070
|
+
var [Kd, co] = lt(Xe, {}), Ln = "SelectViewport", Bi = d.forwardRef(
|
|
5071
5071
|
(e, t) => {
|
|
5072
|
-
const { __scopeSelect: n, nonce: o, ...r } = e, i = Be(
|
|
5072
|
+
const { __scopeSelect: n, nonce: o, ...r } = e, i = Be(Ln, n), a = co(Ln, n), s = Z(t, i.onViewportChange), c = d.useRef(0);
|
|
5073
5073
|
return /* @__PURE__ */ k(Gt, { children: [
|
|
5074
5074
|
/* @__PURE__ */ p(
|
|
5075
5075
|
"style",
|
|
@@ -5119,7 +5119,7 @@ var [Kd, ao] = lt(Xe, {}), Fn = "SelectViewport", Bi = d.forwardRef(
|
|
|
5119
5119
|
] });
|
|
5120
5120
|
}
|
|
5121
5121
|
);
|
|
5122
|
-
Bi.displayName =
|
|
5122
|
+
Bi.displayName = Ln;
|
|
5123
5123
|
var Wi = "SelectGroup", [Gd, zd] = lt(Wi), jd = d.forwardRef(
|
|
5124
5124
|
(e, t) => {
|
|
5125
5125
|
const { __scopeSelect: n, ...o } = e, r = ze();
|
|
@@ -5246,8 +5246,8 @@ var zi = "SelectItemIndicator", ji = d.forwardRef(
|
|
|
5246
5246
|
}
|
|
5247
5247
|
);
|
|
5248
5248
|
ji.displayName = zi;
|
|
5249
|
-
var
|
|
5250
|
-
const n = Be(
|
|
5249
|
+
var $n = "SelectScrollUpButton", Zd = d.forwardRef((e, t) => {
|
|
5250
|
+
const n = Be($n, e.__scopeSelect), o = co($n, e.__scopeSelect), [r, i] = d.useState(!1), a = Z(t, o.onScrollButtonChange);
|
|
5251
5251
|
return re(() => {
|
|
5252
5252
|
if (n.viewport && n.isPositioned) {
|
|
5253
5253
|
let s = function() {
|
|
@@ -5269,9 +5269,9 @@ var Ln = "SelectScrollUpButton", Zd = d.forwardRef((e, t) => {
|
|
|
5269
5269
|
}
|
|
5270
5270
|
) : null;
|
|
5271
5271
|
});
|
|
5272
|
-
Zd.displayName =
|
|
5273
|
-
var
|
|
5274
|
-
const n = Be(
|
|
5272
|
+
Zd.displayName = $n;
|
|
5273
|
+
var Vn = "SelectScrollDownButton", qd = d.forwardRef((e, t) => {
|
|
5274
|
+
const n = Be(Vn, e.__scopeSelect), o = co(Vn, e.__scopeSelect), [r, i] = d.useState(!1), a = Z(t, o.onScrollButtonChange);
|
|
5275
5275
|
return re(() => {
|
|
5276
5276
|
if (n.viewport && n.isPositioned) {
|
|
5277
5277
|
let s = function() {
|
|
@@ -5293,7 +5293,7 @@ var $n = "SelectScrollDownButton", qd = d.forwardRef((e, t) => {
|
|
|
5293
5293
|
}
|
|
5294
5294
|
) : null;
|
|
5295
5295
|
});
|
|
5296
|
-
qd.displayName =
|
|
5296
|
+
qd.displayName = Vn;
|
|
5297
5297
|
var Yi = d.forwardRef((e, t) => {
|
|
5298
5298
|
const { __scopeSelect: n, onAutoScroll: o, ...r } = e, i = Be("SelectScrollButton", n), a = d.useRef(null), s = an(n), c = d.useCallback(() => {
|
|
5299
5299
|
a.current !== null && (window.clearInterval(a.current), a.current = null);
|
|
@@ -5328,13 +5328,13 @@ var Yi = d.forwardRef((e, t) => {
|
|
|
5328
5328
|
}
|
|
5329
5329
|
);
|
|
5330
5330
|
Qd.displayName = Jd;
|
|
5331
|
-
var
|
|
5331
|
+
var Bn = "SelectArrow", ef = d.forwardRef(
|
|
5332
5332
|
(e, t) => {
|
|
5333
|
-
const { __scopeSelect: n, ...o } = e, r = cn(n), i = Ve(
|
|
5333
|
+
const { __scopeSelect: n, ...o } = e, r = cn(n), i = Ve(Bn, n), a = Be(Bn, n);
|
|
5334
5334
|
return i.open && a.position === "popper" ? /* @__PURE__ */ p(Ir, { ...r, ...o, ref: t }) : null;
|
|
5335
5335
|
}
|
|
5336
5336
|
);
|
|
5337
|
-
ef.displayName =
|
|
5337
|
+
ef.displayName = Bn;
|
|
5338
5338
|
var tf = "SelectBubbleInput", Xi = d.forwardRef(
|
|
5339
5339
|
({ __scopeSelect: e, value: t, ...n }, o) => {
|
|
5340
5340
|
const r = d.useRef(null), i = Z(o, r), a = Id(t);
|
|
@@ -5499,7 +5499,7 @@ function bf({
|
|
|
5499
5499
|
}
|
|
5500
5500
|
var un = "Tabs", [Cf] = Ze(un, [
|
|
5501
5501
|
en
|
|
5502
|
-
]), Qi = en(), [Sf,
|
|
5502
|
+
]), Qi = en(), [Sf, lo] = Cf(un), es = d.forwardRef(
|
|
5503
5503
|
(e, t) => {
|
|
5504
5504
|
const {
|
|
5505
5505
|
__scopeTabs: n,
|
|
@@ -5542,7 +5542,7 @@ var un = "Tabs", [Cf] = Ze(un, [
|
|
|
5542
5542
|
es.displayName = un;
|
|
5543
5543
|
var ts = "TabsList", ns = d.forwardRef(
|
|
5544
5544
|
(e, t) => {
|
|
5545
|
-
const { __scopeTabs: n, loop: o = !0, ...r } = e, i =
|
|
5545
|
+
const { __scopeTabs: n, loop: o = !0, ...r } = e, i = lo(ts, n), a = Qi(n);
|
|
5546
5546
|
return /* @__PURE__ */ p(
|
|
5547
5547
|
kr,
|
|
5548
5548
|
{
|
|
@@ -5567,7 +5567,7 @@ var ts = "TabsList", ns = d.forwardRef(
|
|
|
5567
5567
|
ns.displayName = ts;
|
|
5568
5568
|
var os = "TabsTrigger", rs = d.forwardRef(
|
|
5569
5569
|
(e, t) => {
|
|
5570
|
-
const { __scopeTabs: n, value: o, disabled: r = !1, ...i } = e, a =
|
|
5570
|
+
const { __scopeTabs: n, value: o, disabled: r = !1, ...i } = e, a = lo(os, n), s = Qi(n), c = ss(a.baseId, o), u = as(a.baseId, o), l = o === a.value;
|
|
5571
5571
|
return /* @__PURE__ */ p(
|
|
5572
5572
|
Fr,
|
|
5573
5573
|
{
|
|
@@ -5607,7 +5607,7 @@ var os = "TabsTrigger", rs = d.forwardRef(
|
|
|
5607
5607
|
rs.displayName = os;
|
|
5608
5608
|
var is = "TabsContent", xf = d.forwardRef(
|
|
5609
5609
|
(e, t) => {
|
|
5610
|
-
const { __scopeTabs: n, value: o, forceMount: r, children: i, ...a } = e, s =
|
|
5610
|
+
const { __scopeTabs: n, value: o, forceMount: r, children: i, ...a } = e, s = lo(is, n), c = ss(s.baseId, o), u = as(s.baseId, o), l = o === s.value, f = d.useRef(l);
|
|
5611
5611
|
return d.useEffect(() => {
|
|
5612
5612
|
const h = requestAnimationFrame(() => f.current = !1);
|
|
5613
5613
|
return () => cancelAnimationFrame(h);
|
|
@@ -5649,7 +5649,7 @@ function Tf({ children: e, className: t }) {
|
|
|
5649
5649
|
function If({ value: e, children: t }) {
|
|
5650
5650
|
return /* @__PURE__ */ p(Af, { value: e, className: "snow-tabs-trigger", children: t });
|
|
5651
5651
|
}
|
|
5652
|
-
const
|
|
5652
|
+
const En = {
|
|
5653
5653
|
Root: Pf,
|
|
5654
5654
|
List: Tf,
|
|
5655
5655
|
Trigger: If
|
|
@@ -5660,9 +5660,9 @@ function Mf({ prefilters: e, activePrefilter: t, onPrefilterChange: n }) {
|
|
|
5660
5660
|
return o || e.length > 4 ? /* @__PURE__ */ k(Ae.Root, { value: t, onValueChange: n, children: [
|
|
5661
5661
|
/* @__PURE__ */ p(Ae.Trigger, { className: `snow-w-fit snow-min-w-32 ${a ? "snow-state-active" : ""}`, children: /* @__PURE__ */ p(Ae.Value, { children: (i == null ? void 0 : i.label) || r("dataTable.selectFilter") }) }),
|
|
5662
5662
|
/* @__PURE__ */ p(Ae.Content, { children: e.map((c) => /* @__PURE__ */ p(Ae.Item, { value: c.id, children: c.label }, c.id)) })
|
|
5663
|
-
] }) : /* @__PURE__ */ p(
|
|
5663
|
+
] }) : /* @__PURE__ */ p(En.Root, { value: t, onValueChange: n, children: /* @__PURE__ */ p(En.List, { className: a ? "snow-state-active" : "", children: e.map((c) => /* @__PURE__ */ p(En.Trigger, { value: c.id, children: c.label }, c.id)) }) });
|
|
5664
5664
|
}
|
|
5665
|
-
const
|
|
5665
|
+
const uo = jo(
|
|
5666
5666
|
({ value: e, onChange: t, onKeyDown: n, placeholder: o, className: r, type: i = "text", isActive: a, ...s }, c) => /* @__PURE__ */ p(
|
|
5667
5667
|
"input",
|
|
5668
5668
|
{
|
|
@@ -5677,7 +5677,7 @@ const lo = jo(
|
|
|
5677
5677
|
}
|
|
5678
5678
|
)
|
|
5679
5679
|
);
|
|
5680
|
-
|
|
5680
|
+
uo.displayName = "Input";
|
|
5681
5681
|
const Nf = 500;
|
|
5682
5682
|
function _f({ value: e = "", onDebouncedChange: t, placeholder: n }) {
|
|
5683
5683
|
const [o, r] = ce(e);
|
|
@@ -5692,7 +5692,7 @@ function _f({ value: e = "", onDebouncedChange: t, placeholder: n }) {
|
|
|
5692
5692
|
const i = o.length > 0;
|
|
5693
5693
|
return /* @__PURE__ */ p("div", { className: "snow-searchbar snow-lg:min-w-[331px]", children: /* @__PURE__ */ k("div", { className: "snow-flex snow-relative", children: [
|
|
5694
5694
|
/* @__PURE__ */ p(
|
|
5695
|
-
|
|
5695
|
+
uo,
|
|
5696
5696
|
{
|
|
5697
5697
|
"data-testid": "data-table-search-bar",
|
|
5698
5698
|
type: "text",
|
|
@@ -5734,13 +5734,13 @@ function Of({
|
|
|
5734
5734
|
e.multipleSelection ? /* @__PURE__ */ p(Ls, { className: X("snow-size-4 snow-shrink-0", a > 0 && "snow-state-active-text") }) : /* @__PURE__ */ p(Fs, { className: X("snow-size-4 snow-shrink-0", a > 0 && "snow-state-active-text") }),
|
|
5735
5735
|
/* @__PURE__ */ p("span", { className: "snow-truncate", children: f() })
|
|
5736
5736
|
] }),
|
|
5737
|
-
/* @__PURE__ */ p(
|
|
5737
|
+
/* @__PURE__ */ p(Wn, { className: "snow-size-3\\\\.5 snow-opacity-50 snow-shrink-0" })
|
|
5738
5738
|
] }) }),
|
|
5739
5739
|
/* @__PURE__ */ k(te.Content, { align: "start", className: "snow-w-56", children: [
|
|
5740
5740
|
/* @__PURE__ */ p("div", { className: "snow-p-2", children: /* @__PURE__ */ k("div", { className: "snow-filter-search", children: [
|
|
5741
5741
|
/* @__PURE__ */ p(Xo, { className: "snow-filter-search-icon" }),
|
|
5742
5742
|
/* @__PURE__ */ p(
|
|
5743
|
-
|
|
5743
|
+
uo,
|
|
5744
5744
|
{
|
|
5745
5745
|
placeholder: o("dataTable.searchFilters"),
|
|
5746
5746
|
value: r,
|
|
@@ -5770,7 +5770,7 @@ function Of({
|
|
|
5770
5770
|
] });
|
|
5771
5771
|
}
|
|
5772
5772
|
function Df({ column: e }) {
|
|
5773
|
-
return e.getCanSort() === !1 ? null : e.getIsSorted() ? e.getIsSorted() === "desc" ? /* @__PURE__ */ p(
|
|
5773
|
+
return e.getCanSort() === !1 ? null : e.getIsSorted() ? e.getIsSorted() === "desc" ? /* @__PURE__ */ p(Wn, { className: "snow-sort-icon" }) : /* @__PURE__ */ p(Ms, { className: "snow-sort-icon" }) : /* @__PURE__ */ p(ks, { className: "snow-sort-icon" });
|
|
5774
5774
|
}
|
|
5775
5775
|
function cs({
|
|
5776
5776
|
// Data
|
|
@@ -5814,13 +5814,13 @@ function cs({
|
|
|
5814
5814
|
enableResponsive: $ = !0,
|
|
5815
5815
|
texts: F,
|
|
5816
5816
|
// Reset
|
|
5817
|
-
onResetFilters:
|
|
5817
|
+
onResetFilters: G
|
|
5818
5818
|
}) {
|
|
5819
5819
|
var fo;
|
|
5820
5820
|
const O = ct(), [B, _] = ce({
|
|
5821
5821
|
pageIndex: 0,
|
|
5822
5822
|
pageSize: ln[0]
|
|
5823
|
-
}), [P, j] = ce(""), [J, oe] = ce({}), [we, de] = ce([]), [ye, ie] = ce({}), M = i ?? B, W = a ?? _,
|
|
5823
|
+
}), [P, j] = ce(""), [J, oe] = ce({}), [we, de] = ce([]), [ye, ie] = ce({}), M = i ?? B, W = a ?? _, K = c ?? P, H = u ?? j, V = h ?? J, z = g ?? oe, se = b ?? we, me = C ?? de, We = S ?? ye, Ue = R ?? ie, He = Ce(
|
|
5824
5824
|
(Y) => {
|
|
5825
5825
|
H(Y), W((Q) => ({ ...Q, pageIndex: 0 }));
|
|
5826
5826
|
},
|
|
@@ -5829,7 +5829,7 @@ function cs({
|
|
|
5829
5829
|
ht(() => {
|
|
5830
5830
|
W((Y) => Y.pageIndex === 0 ? Y : { ...Y, pageIndex: 0 });
|
|
5831
5831
|
}, [m, dn, W]);
|
|
5832
|
-
const ne = r === "server", us = s !== void 0 ? Math.ceil(s / M.pageSize) : void 0, ds = !ne || s !== void 0,
|
|
5832
|
+
const ne = r === "server", us = s !== void 0 ? Math.ceil(s / M.pageSize) : void 0, ds = !ne || s !== void 0, fn = Se(() => Object.entries(V).map(([Y, Q]) => ({ id: Y, value: Q })), [V]), fs = Ce((Y, Q, q) => {
|
|
5833
5833
|
const ge = Y.getValue(Q);
|
|
5834
5834
|
return q.includes(String(ge));
|
|
5835
5835
|
}, []), Oe = Rs({
|
|
@@ -5839,8 +5839,8 @@ function cs({
|
|
|
5839
5839
|
state: {
|
|
5840
5840
|
pagination: M,
|
|
5841
5841
|
sorting: y ? se : void 0,
|
|
5842
|
-
globalFilter: !ne && l ?
|
|
5843
|
-
columnFilters: !ne && (f != null && f.length) ?
|
|
5842
|
+
globalFilter: !ne && l ? K : void 0,
|
|
5843
|
+
columnFilters: !ne && (f != null && f.length) ? fn : void 0,
|
|
5844
5844
|
columnVisibility: A ? We : void 0
|
|
5845
5845
|
},
|
|
5846
5846
|
onPaginationChange: W,
|
|
@@ -5865,7 +5865,7 @@ function cs({
|
|
|
5865
5865
|
}), ps = (Y, Q) => {
|
|
5866
5866
|
const q = String(Y), ge = { ...V };
|
|
5867
5867
|
Q.length === 0 ? delete ge[q] : ge[q] = Q, z(ge);
|
|
5868
|
-
}, hs = l || I || f && f.length > 0 || A, ms = Se(() => ne ? e.length : Oe.getRowModel().rows.length, [ne, e.length, Oe]), gs = Se(() => ne && s !== void 0 ? s : Oe.getFilteredRowModel().rows.length, [ne, s, Oe, e.length,
|
|
5868
|
+
}, hs = l || I || f && f.length > 0 || A, ms = Se(() => ne ? e.length : Oe.getRowModel().rows.length, [ne, e.length, Oe, K, fn]), gs = Se(() => ne && s !== void 0 ? s : Oe.getFilteredRowModel().rows.length, [ne, s, Oe, e.length, K, fn]);
|
|
5869
5869
|
return /* @__PURE__ */ k("div", { className: "snow-table-container snow-table-root", "data-testid": "datatable", children: [
|
|
5870
5870
|
o && !n && /* @__PURE__ */ p("div", { className: "snow-table-loading-overlay" }),
|
|
5871
5871
|
hs && /* @__PURE__ */ k("div", { className: "snow-table-top-bar", children: [
|
|
@@ -5880,7 +5880,7 @@ function cs({
|
|
|
5880
5880
|
/* @__PURE__ */ p("div", { className: "snow-topbar-center", children: l && /* @__PURE__ */ p("div", { className: "snow-w-full snow-max-w-sm", children: /* @__PURE__ */ p(
|
|
5881
5881
|
_f,
|
|
5882
5882
|
{
|
|
5883
|
-
value:
|
|
5883
|
+
value: K,
|
|
5884
5884
|
onDebouncedChange: He,
|
|
5885
5885
|
placeholder: (F == null ? void 0 : F.searchPlaceholder) || O("dataTable.search")
|
|
5886
5886
|
}
|
|
@@ -5896,10 +5896,10 @@ function cs({
|
|
|
5896
5896
|
String(Y.key)
|
|
5897
5897
|
)),
|
|
5898
5898
|
A && /* @__PURE__ */ p(Pd, { table: Oe }),
|
|
5899
|
-
(l || w && w.length > 0 || f && f.length > 0) &&
|
|
5899
|
+
(l || w && w.length > 0 || f && f.length > 0) && G && /* @__PURE__ */ p(
|
|
5900
5900
|
Pe,
|
|
5901
5901
|
{
|
|
5902
|
-
onClick:
|
|
5902
|
+
onClick: G,
|
|
5903
5903
|
title: O("dataTable.resetFilters"),
|
|
5904
5904
|
"data-testid": "datatable-reset-filters",
|
|
5905
5905
|
children: /* @__PURE__ */ p($s, { className: "snow-size-4" })
|