@arkitektbedriftene/fe-lib 0.4.10 → 0.4.12
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/{TextInput-832f6509.js → Checkbox-36b5cae8.js} +722 -610
- package/dist/icons.es.js +1 -1
- package/dist/{index.esm-b848a615.js → index.esm-3266b7f8.js} +32 -24
- package/dist/rich-text.es.js +19 -18
- package/dist/ui/components/Form/Checkbox.d.ts +241 -0
- package/dist/ui/components/Form/Select.d.ts +4 -1
- package/dist/ui/components/Stack.d.ts +119 -0
- package/dist/ui/ui.d.ts +2 -0
- package/dist/ui.es.js +71 -54
- package/package.json +2 -4
|
@@ -1,24 +1,25 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as F, jsxs as ee, Fragment as On } from "react/jsx-runtime";
|
|
2
2
|
import * as y from "react";
|
|
3
|
-
import
|
|
4
|
-
import * as
|
|
5
|
-
import { createPortal as
|
|
3
|
+
import Re, { forwardRef as $e, useLayoutEffect as en, useEffect as tn, useRef as Dn, createContext as Mn, useMemo as ct, useContext as nn, isValidElement as Ln, cloneElement as Fn, useId as on } from "react";
|
|
4
|
+
import * as zn from "react-dom";
|
|
5
|
+
import { createPortal as Wn } from "react-dom";
|
|
6
6
|
import * as He from "@radix-ui/react-toolbar";
|
|
7
|
-
import { g as
|
|
7
|
+
import { g as Nn, h as jn, i as Hn, j as Vn, k as _n } from "./index.esm-3266b7f8.js";
|
|
8
8
|
import * as Ne from "@radix-ui/react-dialog";
|
|
9
|
-
import * as
|
|
10
|
-
import
|
|
11
|
-
|
|
9
|
+
import * as ne from "@radix-ui/react-dropdown-menu";
|
|
10
|
+
import Yn from "react-select";
|
|
11
|
+
import * as rn from "@radix-ui/react-checkbox";
|
|
12
|
+
var N = "colors", X = "sizes", E = "space", Xn = { gap: E, gridGap: E, columnGap: E, gridColumnGap: E, rowGap: E, gridRowGap: E, inset: E, insetBlock: E, insetBlockEnd: E, insetBlockStart: E, insetInline: E, insetInlineEnd: E, insetInlineStart: E, margin: E, marginTop: E, marginRight: E, marginBottom: E, marginLeft: E, marginBlock: E, marginBlockEnd: E, marginBlockStart: E, marginInline: E, marginInlineEnd: E, marginInlineStart: E, padding: E, paddingTop: E, paddingRight: E, paddingBottom: E, paddingLeft: E, paddingBlock: E, paddingBlockEnd: E, paddingBlockStart: E, paddingInline: E, paddingInlineEnd: E, paddingInlineStart: E, top: E, right: E, bottom: E, left: E, scrollMargin: E, scrollMarginTop: E, scrollMarginRight: E, scrollMarginBottom: E, scrollMarginLeft: E, scrollMarginX: E, scrollMarginY: E, scrollMarginBlock: E, scrollMarginBlockEnd: E, scrollMarginBlockStart: E, scrollMarginInline: E, scrollMarginInlineEnd: E, scrollMarginInlineStart: E, scrollPadding: E, scrollPaddingTop: E, scrollPaddingRight: E, scrollPaddingBottom: E, scrollPaddingLeft: E, scrollPaddingX: E, scrollPaddingY: E, scrollPaddingBlock: E, scrollPaddingBlockEnd: E, scrollPaddingBlockStart: E, scrollPaddingInline: E, scrollPaddingInlineEnd: E, scrollPaddingInlineStart: E, fontSize: "fontSizes", background: N, backgroundColor: N, backgroundImage: N, borderImage: N, border: N, borderBlock: N, borderBlockEnd: N, borderBlockStart: N, borderBottom: N, borderBottomColor: N, borderColor: N, borderInline: N, borderInlineEnd: N, borderInlineStart: N, borderLeft: N, borderLeftColor: N, borderRight: N, borderRightColor: N, borderTop: N, borderTopColor: N, caretColor: N, color: N, columnRuleColor: N, fill: N, outline: N, outlineColor: N, stroke: N, textDecorationColor: N, fontFamily: "fonts", fontWeight: "fontWeights", lineHeight: "lineHeights", letterSpacing: "letterSpacings", blockSize: X, minBlockSize: X, maxBlockSize: X, inlineSize: X, minInlineSize: X, maxInlineSize: X, width: X, minWidth: X, maxWidth: X, height: X, minHeight: X, maxHeight: X, flexBasis: X, gridTemplateColumns: X, gridTemplateRows: X, borderWidth: "borderWidths", borderTopWidth: "borderWidths", borderRightWidth: "borderWidths", borderBottomWidth: "borderWidths", borderLeftWidth: "borderWidths", borderStyle: "borderStyles", borderTopStyle: "borderStyles", borderRightStyle: "borderStyles", borderBottomStyle: "borderStyles", borderLeftStyle: "borderStyles", borderRadius: "radii", borderTopLeftRadius: "radii", borderTopRightRadius: "radii", borderBottomRightRadius: "radii", borderBottomLeftRadius: "radii", boxShadow: "shadows", textShadow: "shadows", transition: "transitions", zIndex: "zIndices" }, Kn = (e, t) => typeof t == "function" ? { "()": Function.prototype.toString.call(t) } : t, De = () => {
|
|
12
13
|
const e = /* @__PURE__ */ Object.create(null);
|
|
13
14
|
return (t, n, ...o) => {
|
|
14
|
-
const r = ((i) => JSON.stringify(i,
|
|
15
|
+
const r = ((i) => JSON.stringify(i, Kn))(t);
|
|
15
16
|
return r in e ? e[r] : e[r] = n(t, ...o);
|
|
16
17
|
};
|
|
17
|
-
},
|
|
18
|
+
}, he = Symbol.for("sxs.internal"), ht = (e, t) => Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)), Ct = (e) => {
|
|
18
19
|
for (const t in e)
|
|
19
20
|
return !0;
|
|
20
21
|
return !1;
|
|
21
|
-
}, { hasOwnProperty:
|
|
22
|
+
}, { hasOwnProperty: Gn } = Object.prototype, ut = (e) => e.includes("-") ? e : e.replace(/[A-Z]/g, (t) => "-" + t.toLowerCase()), Un = /\s+(?![^()]*\))/, Ee = (e) => (t) => e(...typeof t == "string" ? String(t).split(Un) : [t]), kt = { appearance: (e) => ({ WebkitAppearance: e, appearance: e }), backfaceVisibility: (e) => ({ WebkitBackfaceVisibility: e, backfaceVisibility: e }), backdropFilter: (e) => ({ WebkitBackdropFilter: e, backdropFilter: e }), backgroundClip: (e) => ({ WebkitBackgroundClip: e, backgroundClip: e }), boxDecorationBreak: (e) => ({ WebkitBoxDecorationBreak: e, boxDecorationBreak: e }), clipPath: (e) => ({ WebkitClipPath: e, clipPath: e }), content: (e) => ({ content: e.includes('"') || e.includes("'") || /^([A-Za-z]+\([^]*|[^]*-quote|inherit|initial|none|normal|revert|unset)$/.test(e) ? e : `"${e}"` }), hyphens: (e) => ({ WebkitHyphens: e, hyphens: e }), maskImage: (e) => ({ WebkitMaskImage: e, maskImage: e }), maskSize: (e) => ({ WebkitMaskSize: e, maskSize: e }), tabSize: (e) => ({ MozTabSize: e, tabSize: e }), textSizeAdjust: (e) => ({ WebkitTextSizeAdjust: e, textSizeAdjust: e }), userSelect: (e) => ({ WebkitUserSelect: e, userSelect: e }), marginBlock: Ee((e, t) => ({ marginBlockStart: e, marginBlockEnd: t || e })), marginInline: Ee((e, t) => ({ marginInlineStart: e, marginInlineEnd: t || e })), maxSize: Ee((e, t) => ({ maxBlockSize: e, maxInlineSize: t || e })), minSize: Ee((e, t) => ({ minBlockSize: e, minInlineSize: t || e })), paddingBlock: Ee((e, t) => ({ paddingBlockStart: e, paddingBlockEnd: t || e })), paddingInline: Ee((e, t) => ({ paddingInlineStart: e, paddingInlineEnd: t || e })) }, ot = /([\d.]+)([^]*)/, qn = (e, t) => e.length ? e.reduce((n, o) => (n.push(...t.map((r) => r.includes("&") ? r.replace(/&/g, /[ +>|~]/.test(o) && /&.*&/.test(r) ? `:is(${o})` : o) : o + " " + r)), n), []) : t, Zn = (e, t) => e in Jn && typeof t == "string" ? t.replace(/^((?:[^]*[^\w-])?)(fit-content|stretch)((?:[^\w-][^]*)?)$/, (n, o, r, i) => o + (r === "stretch" ? `-moz-available${i};${ut(e)}:${o}-webkit-fill-available` : `-moz-fit-content${i};${ut(e)}:${o}fit-content`) + i) : String(t), Jn = { blockSize: 1, height: 1, inlineSize: 1, maxBlockSize: 1, maxHeight: 1, maxInlineSize: 1, maxWidth: 1, minBlockSize: 1, minHeight: 1, minInlineSize: 1, minWidth: 1, width: 1 }, oe = (e) => e ? e + "-" : "", sn = (e, t, n) => e.replace(/([+-])?((?:\d+(?:\.\d*)?|\.\d+)(?:[Ee][+-]?\d+)?)?(\$|--)([$\w-]+)/g, (o, r, i, s, l) => s == "$" == !!i ? o : (r || s == "--" ? "calc(" : "") + "var(--" + (s === "$" ? oe(t) + (l.includes("$") ? "" : oe(n)) + l.replace(/\$/g, "-") : l) + ")" + (r || s == "--" ? "*" + (r || "") + (i || "1") + ")" : "")), Qn = /\s*,\s*(?![^()]*\))/, eo = Object.prototype.toString, Ie = (e, t, n, o, r) => {
|
|
22
23
|
let i, s, l;
|
|
23
24
|
const a = (c, m, u) => {
|
|
24
25
|
let f, d;
|
|
@@ -26,7 +27,7 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
26
27
|
for (f in p) {
|
|
27
28
|
const x = f.charCodeAt(0) === 64, B = x && Array.isArray(p[f]) ? p[f] : [p[f]];
|
|
28
29
|
for (d of B) {
|
|
29
|
-
const S = /[A-Z]/.test(h = f) ? h : h.replace(/-[^]/g, (C) => C[1].toUpperCase()), k = typeof d == "object" && d && d.toString ===
|
|
30
|
+
const S = /[A-Z]/.test(h = f) ? h : h.replace(/-[^]/g, (C) => C[1].toUpperCase()), k = typeof d == "object" && d && d.toString === eo && (!o.utils[S] || !m.length);
|
|
30
31
|
if (S in o.utils && !k) {
|
|
31
32
|
const C = o.utils[S];
|
|
32
33
|
if (C !== s) {
|
|
@@ -40,22 +41,22 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
40
41
|
continue;
|
|
41
42
|
}
|
|
42
43
|
}
|
|
43
|
-
if (x && (
|
|
44
|
+
if (x && ($ = f.slice(1) in o.media ? "@media " + o.media[f.slice(1)] : f, f = $.replace(/\(\s*([\w-]+)\s*(=|<|<=|>|>=)\s*([\w-]+)\s*(?:(<|<=|>|>=)\s*([\w-]+)\s*)?\)/g, (C, P, T, D, A, L) => {
|
|
44
45
|
const M = ot.test(P), O = 0.0625 * (M ? -1 : 1), [b, v] = M ? [D, P] : [P, D];
|
|
45
|
-
return "(" + (T[0] === "=" ? "" : T[0] === ">" === M ? "max-" : "min-") + b + ":" + (T[0] !== "=" && T.length === 1 ? v.replace(ot, (I, R,
|
|
46
|
+
return "(" + (T[0] === "=" ? "" : T[0] === ">" === M ? "max-" : "min-") + b + ":" + (T[0] !== "=" && T.length === 1 ? v.replace(ot, (I, R, w) => Number(R) + O * (T === ">" ? 1 : -1) + w) : v) + (A ? ") and (" + (A[0] === ">" ? "min-" : "max-") + b + ":" + (A.length === 1 ? L.replace(ot, (I, R, w) => Number(R) + O * (A === ">" ? -1 : 1) + w) : L) : "") + ")";
|
|
46
47
|
})), k) {
|
|
47
|
-
const C = x ? u.concat(f) : [...u], P = x ? [...m] :
|
|
48
|
+
const C = x ? u.concat(f) : [...u], P = x ? [...m] : qn(m, f.split(Qn));
|
|
48
49
|
i !== void 0 && r(Tt(...i)), i = void 0, a(d, P, C);
|
|
49
50
|
} else
|
|
50
|
-
i === void 0 && (i = [[], m, u]), f = x || f.charCodeAt(0) !== 36 ? f : `--${
|
|
51
|
+
i === void 0 && (i = [[], m, u]), f = x || f.charCodeAt(0) !== 36 ? f : `--${oe(o.prefix)}${f.slice(1).replace(/\$/g, "-")}`, d = k ? d : typeof d == "number" ? d && S in to ? String(d) + "px" : String(d) : sn(Zn(S, d ?? ""), o.prefix, o.themeMap[S]), i[0].push(`${x ? `${f} ` : `${ut(f)}:`}${d}`);
|
|
51
52
|
}
|
|
52
53
|
}
|
|
53
|
-
var
|
|
54
|
+
var $, h;
|
|
54
55
|
};
|
|
55
56
|
g(c), i !== void 0 && r(Tt(...i)), i = void 0;
|
|
56
57
|
};
|
|
57
58
|
a(e, t, n);
|
|
58
|
-
}, Tt = (e, t, n) => `${n.map((o) => `${o}{`).join("")}${t.length ? `${t.join(",")}{` : ""}${e.join(";")}${t.length ? "}" : ""}${Array(n.length ? n.length + 1 : 0).join("}")}`,
|
|
59
|
+
}, Tt = (e, t, n) => `${n.map((o) => `${o}{`).join("")}${t.length ? `${t.join(",")}{` : ""}${e.join(";")}${t.length ? "}" : ""}${Array(n.length ? n.length + 1 : 0).join("}")}`, to = { animationDelay: 1, animationDuration: 1, backgroundSize: 1, blockSize: 1, border: 1, borderBlock: 1, borderBlockEnd: 1, borderBlockEndWidth: 1, borderBlockStart: 1, borderBlockStartWidth: 1, borderBlockWidth: 1, borderBottom: 1, borderBottomLeftRadius: 1, borderBottomRightRadius: 1, borderBottomWidth: 1, borderEndEndRadius: 1, borderEndStartRadius: 1, borderInlineEnd: 1, borderInlineEndWidth: 1, borderInlineStart: 1, borderInlineStartWidth: 1, borderInlineWidth: 1, borderLeft: 1, borderLeftWidth: 1, borderRadius: 1, borderRight: 1, borderRightWidth: 1, borderSpacing: 1, borderStartEndRadius: 1, borderStartStartRadius: 1, borderTop: 1, borderTopLeftRadius: 1, borderTopRightRadius: 1, borderTopWidth: 1, borderWidth: 1, bottom: 1, columnGap: 1, columnRule: 1, columnRuleWidth: 1, columnWidth: 1, containIntrinsicSize: 1, flexBasis: 1, fontSize: 1, gap: 1, gridAutoColumns: 1, gridAutoRows: 1, gridTemplateColumns: 1, gridTemplateRows: 1, height: 1, inlineSize: 1, inset: 1, insetBlock: 1, insetBlockEnd: 1, insetBlockStart: 1, insetInline: 1, insetInlineEnd: 1, insetInlineStart: 1, left: 1, letterSpacing: 1, margin: 1, marginBlock: 1, marginBlockEnd: 1, marginBlockStart: 1, marginBottom: 1, marginInline: 1, marginInlineEnd: 1, marginInlineStart: 1, marginLeft: 1, marginRight: 1, marginTop: 1, maxBlockSize: 1, maxHeight: 1, maxInlineSize: 1, maxWidth: 1, minBlockSize: 1, minHeight: 1, minInlineSize: 1, minWidth: 1, offsetDistance: 1, offsetRotate: 1, outline: 1, outlineOffset: 1, outlineWidth: 1, overflowClipMargin: 1, padding: 1, paddingBlock: 1, paddingBlockEnd: 1, paddingBlockStart: 1, paddingBottom: 1, paddingInline: 1, paddingInlineEnd: 1, paddingInlineStart: 1, paddingLeft: 1, paddingRight: 1, paddingTop: 1, perspective: 1, right: 1, rowGap: 1, scrollMargin: 1, scrollMarginBlock: 1, scrollMarginBlockEnd: 1, scrollMarginBlockStart: 1, scrollMarginBottom: 1, scrollMarginInline: 1, scrollMarginInlineEnd: 1, scrollMarginInlineStart: 1, scrollMarginLeft: 1, scrollMarginRight: 1, scrollMarginTop: 1, scrollPadding: 1, scrollPaddingBlock: 1, scrollPaddingBlockEnd: 1, scrollPaddingBlockStart: 1, scrollPaddingBottom: 1, scrollPaddingInline: 1, scrollPaddingInlineEnd: 1, scrollPaddingInlineStart: 1, scrollPaddingLeft: 1, scrollPaddingRight: 1, scrollPaddingTop: 1, shapeMargin: 1, textDecoration: 1, textDecorationThickness: 1, textIndent: 1, textUnderlineOffset: 1, top: 1, transitionDelay: 1, transitionDuration: 1, verticalAlign: 1, width: 1, wordSpacing: 1 }, It = (e) => String.fromCharCode(e + (e > 25 ? 39 : 97)), be = (e) => ((t) => {
|
|
59
60
|
let n, o = "";
|
|
60
61
|
for (n = Math.abs(t); n > 52; n = n / 52 | 0)
|
|
61
62
|
o = It(n % 52) + o;
|
|
@@ -65,7 +66,7 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
65
66
|
for (; o; )
|
|
66
67
|
t = 33 * t ^ n.charCodeAt(--o);
|
|
67
68
|
return t;
|
|
68
|
-
})(5381, JSON.stringify(e)) >>> 0), We = ["themed", "global", "styled", "onevar", "resonevar", "allvar", "inline"],
|
|
69
|
+
})(5381, JSON.stringify(e)) >>> 0), We = ["themed", "global", "styled", "onevar", "resonevar", "allvar", "inline"], no = (e) => {
|
|
69
70
|
if (e.href && !e.href.startsWith(location.origin))
|
|
70
71
|
return !1;
|
|
71
72
|
try {
|
|
@@ -73,7 +74,7 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
73
74
|
} catch {
|
|
74
75
|
return !1;
|
|
75
76
|
}
|
|
76
|
-
},
|
|
77
|
+
}, oo = (e) => {
|
|
77
78
|
let t;
|
|
78
79
|
const n = () => {
|
|
79
80
|
const { cssRules: r } = t.sheet;
|
|
@@ -105,7 +106,7 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
105
106
|
}
|
|
106
107
|
const r = Object(e).styleSheets || [];
|
|
107
108
|
for (const l of r)
|
|
108
|
-
if (
|
|
109
|
+
if (no(l)) {
|
|
109
110
|
for (let a = 0, c = l.cssRules; c[a]; ++a) {
|
|
110
111
|
const m = Object(c[a]);
|
|
111
112
|
if (m.type !== 1)
|
|
@@ -138,11 +139,11 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
138
139
|
const c = We[l + 1], m = s[c] ? s[c].index : i.cssRules.length;
|
|
139
140
|
i.insertRule("@media{}", m), i.insertRule(`--sxs{--sxs:${l}}`, m), s[a] = { group: i.cssRules[m + 1], index: m, cache: /* @__PURE__ */ new Set([l]) };
|
|
140
141
|
}
|
|
141
|
-
|
|
142
|
+
ro(s[a]);
|
|
142
143
|
}
|
|
143
144
|
};
|
|
144
145
|
return o(), t;
|
|
145
|
-
},
|
|
146
|
+
}, ro = (e) => {
|
|
146
147
|
const t = e.group;
|
|
147
148
|
let n = t.cssRules.length;
|
|
148
149
|
e.apply = (o) => {
|
|
@@ -151,29 +152,29 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
151
152
|
} catch {
|
|
152
153
|
}
|
|
153
154
|
};
|
|
154
|
-
}, ze = Symbol(),
|
|
155
|
+
}, ze = Symbol(), io = De(), Bt = (e, t) => io(e, () => (...n) => {
|
|
155
156
|
let o = { type: null, composers: /* @__PURE__ */ new Set() };
|
|
156
157
|
for (const r of n)
|
|
157
158
|
if (r != null)
|
|
158
|
-
if (r[
|
|
159
|
-
o.type == null && (o.type = r[
|
|
160
|
-
for (const i of r[
|
|
159
|
+
if (r[he]) {
|
|
160
|
+
o.type == null && (o.type = r[he].type);
|
|
161
|
+
for (const i of r[he].composers)
|
|
161
162
|
o.composers.add(i);
|
|
162
163
|
} else
|
|
163
|
-
r.constructor !== Object || r.$$typeof ? o.type == null && (o.type = r) : o.composers.add(
|
|
164
|
-
return o.type == null && (o.type = "span"), o.composers.size || o.composers.add(["PJLV", {}, [], [], {}, []]),
|
|
165
|
-
}),
|
|
166
|
-
const i = `${
|
|
164
|
+
r.constructor !== Object || r.$$typeof ? o.type == null && (o.type = r) : o.composers.add(so(r, e));
|
|
165
|
+
return o.type == null && (o.type = "span"), o.composers.size || o.composers.add(["PJLV", {}, [], [], {}, []]), lo(e, o, t);
|
|
166
|
+
}), so = ({ variants: e, compoundVariants: t, defaultVariants: n, ...o }, r) => {
|
|
167
|
+
const i = `${oe(r.prefix)}c-${be(o)}`, s = [], l = [], a = /* @__PURE__ */ Object.create(null), c = [];
|
|
167
168
|
for (const f in n)
|
|
168
169
|
a[f] = String(n[f]);
|
|
169
170
|
if (typeof e == "object" && e)
|
|
170
171
|
for (const f in e) {
|
|
171
|
-
m = a, u = f,
|
|
172
|
+
m = a, u = f, Gn.call(m, u) || (a[f] = "undefined");
|
|
172
173
|
const d = e[f];
|
|
173
174
|
for (const g in d) {
|
|
174
175
|
const p = { [f]: String(g) };
|
|
175
176
|
String(g) === "undefined" && c.push(f);
|
|
176
|
-
const
|
|
177
|
+
const $ = d[g], h = [p, $, !Ct($)];
|
|
177
178
|
s.push(h);
|
|
178
179
|
}
|
|
179
180
|
}
|
|
@@ -182,14 +183,14 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
182
183
|
for (const f of t) {
|
|
183
184
|
let { css: d, ...g } = f;
|
|
184
185
|
d = typeof d == "object" && d || {};
|
|
185
|
-
for (const
|
|
186
|
-
g[
|
|
186
|
+
for (const $ in g)
|
|
187
|
+
g[$] = String(g[$]);
|
|
187
188
|
const p = [g, d, !Ct(d)];
|
|
188
189
|
l.push(p);
|
|
189
190
|
}
|
|
190
191
|
return [i, o, s, l, a, c];
|
|
191
|
-
},
|
|
192
|
-
const [o, r, i, s] =
|
|
192
|
+
}, lo = (e, t, n) => {
|
|
193
|
+
const [o, r, i, s] = ao(t.composers), l = typeof t.type == "function" || t.type.$$typeof ? ((u) => {
|
|
193
194
|
function f() {
|
|
194
195
|
for (let d = 0; d < f[ze].length; d++) {
|
|
195
196
|
const [g, p] = f[ze][d];
|
|
@@ -199,7 +200,7 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
199
200
|
}
|
|
200
201
|
return f[ze] = [], f.rules = {}, We.forEach((d) => f.rules[d] = { apply: (g) => f[ze].push([d, g]) }), f;
|
|
201
202
|
})(n) : null, a = (l || n).rules, c = `.${o}${r.length > 1 ? `:where(.${r.slice(1).join(".")})` : ""}`, m = (u) => {
|
|
202
|
-
u = typeof u == "object" && u ||
|
|
203
|
+
u = typeof u == "object" && u || co;
|
|
203
204
|
const { css: f, ...d } = u, g = {};
|
|
204
205
|
for (const h in i)
|
|
205
206
|
if (delete d[h], h in u) {
|
|
@@ -216,7 +217,7 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
216
217
|
for (const P of k)
|
|
217
218
|
if (P !== void 0)
|
|
218
219
|
for (const [T, D, A] of P) {
|
|
219
|
-
const L = `${h}-${
|
|
220
|
+
const L = `${h}-${be(D)}-${T}`;
|
|
220
221
|
p.add(L);
|
|
221
222
|
const M = (A ? n.rules.resonevar : n.rules.onevar).cache, O = A ? a.resonevar : a.onevar;
|
|
222
223
|
M.has(L) || (M.add(L), Ie(D, [`.${L}`], [], e, (b) => {
|
|
@@ -226,25 +227,25 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
226
227
|
for (const P of C)
|
|
227
228
|
if (P !== void 0)
|
|
228
229
|
for (const [T, D] of P) {
|
|
229
|
-
const A = `${h}-${
|
|
230
|
+
const A = `${h}-${be(D)}-${T}`;
|
|
230
231
|
p.add(A), n.rules.allvar.cache.has(A) || (n.rules.allvar.cache.add(A), Ie(D, [`.${A}`], [], e, (L) => {
|
|
231
232
|
a.allvar.apply(L);
|
|
232
233
|
}));
|
|
233
234
|
}
|
|
234
235
|
}
|
|
235
236
|
if (typeof f == "object" && f) {
|
|
236
|
-
const h = `${o}-i${
|
|
237
|
+
const h = `${o}-i${be(f)}-css`;
|
|
237
238
|
p.add(h), n.rules.inline.cache.has(h) || (n.rules.inline.cache.add(h), Ie(f, [`.${h}`], [], e, (x) => {
|
|
238
239
|
a.inline.apply(x);
|
|
239
240
|
}));
|
|
240
241
|
}
|
|
241
242
|
for (const h of String(u.className || "").trim().split(/\s+/))
|
|
242
243
|
h && p.add(h);
|
|
243
|
-
const
|
|
244
|
-
return { type: t.type, className:
|
|
244
|
+
const $ = d.className = [...p].join(" ");
|
|
245
|
+
return { type: t.type, className: $, selector: c, props: d, toString: () => $, deferredInjector: l };
|
|
245
246
|
};
|
|
246
|
-
return ht(m, { className: o, selector: c, [
|
|
247
|
-
},
|
|
247
|
+
return ht(m, { className: o, selector: c, [he]: t, toString: () => (n.rules.styled.cache.has(o) || m(), o) });
|
|
248
|
+
}, ao = (e) => {
|
|
248
249
|
let t = "";
|
|
249
250
|
const n = [], o = {}, r = [];
|
|
250
251
|
for (const [i, , , , s, l] of e) {
|
|
@@ -270,11 +271,11 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
270
271
|
continue e;
|
|
271
272
|
{
|
|
272
273
|
let d, g, p = 0;
|
|
273
|
-
for (const
|
|
274
|
-
if (u === String(f[
|
|
275
|
-
if (
|
|
276
|
-
const h =
|
|
277
|
-
(g = g || []).push(h in n ? n[h] :
|
|
274
|
+
for (const $ in f) {
|
|
275
|
+
if (u === String(f[$])) {
|
|
276
|
+
if ($ !== "@initial") {
|
|
277
|
+
const h = $.slice(1);
|
|
278
|
+
(g = g || []).push(h in n ? n[h] : $.replace(/^@media ?/, "")), m = !0;
|
|
278
279
|
}
|
|
279
280
|
c += p, d = !0;
|
|
280
281
|
}
|
|
@@ -288,11 +289,11 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
288
289
|
(r[c] = r[c] || []).push([o ? "cv" : `${a}-${i[a]}`, s, m]);
|
|
289
290
|
}
|
|
290
291
|
return r;
|
|
291
|
-
},
|
|
292
|
+
}, co = {}, uo = De(), fo = (e, t) => uo(e, () => (...n) => {
|
|
292
293
|
const o = () => {
|
|
293
294
|
for (let r of n) {
|
|
294
295
|
r = typeof r == "object" && r || {};
|
|
295
|
-
let i =
|
|
296
|
+
let i = be(r);
|
|
296
297
|
if (!t.rules.global.cache.has(i)) {
|
|
297
298
|
if (t.rules.global.cache.add(i), "@import" in r) {
|
|
298
299
|
let s = [].indexOf.call(t.sheet.cssRules, t.rules.themed.group) - 1;
|
|
@@ -308,8 +309,8 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
308
309
|
return "";
|
|
309
310
|
};
|
|
310
311
|
return ht(o, { toString: o });
|
|
311
|
-
}),
|
|
312
|
-
const o = `${
|
|
312
|
+
}), mo = De(), go = (e, t) => mo(e, () => (n) => {
|
|
313
|
+
const o = `${oe(e.prefix)}k-${be(n)}`, r = () => {
|
|
313
314
|
if (!t.rules.global.cache.has(o)) {
|
|
314
315
|
t.rules.global.cache.add(o);
|
|
315
316
|
const i = [];
|
|
@@ -322,7 +323,7 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
322
323
|
return ht(r, { get name() {
|
|
323
324
|
return r();
|
|
324
325
|
}, toString: r });
|
|
325
|
-
}),
|
|
326
|
+
}), po = class {
|
|
326
327
|
constructor(e, t, n, o) {
|
|
327
328
|
this.token = e == null ? "" : String(e), this.value = t == null ? "" : String(t), this.scale = n == null ? "" : String(n), this.prefix = o == null ? "" : String(o);
|
|
328
329
|
}
|
|
@@ -330,19 +331,19 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
330
331
|
return "var(" + this.variable + ")";
|
|
331
332
|
}
|
|
332
333
|
get variable() {
|
|
333
|
-
return "--" +
|
|
334
|
+
return "--" + oe(this.prefix) + oe(this.scale) + this.token;
|
|
334
335
|
}
|
|
335
336
|
toString() {
|
|
336
337
|
return this.computedValue;
|
|
337
338
|
}
|
|
338
|
-
},
|
|
339
|
+
}, ho = De(), bo = (e, t) => ho(e, () => (n, o) => {
|
|
339
340
|
o = typeof n == "object" && n || Object(o);
|
|
340
|
-
const r = `.${n = (n = typeof n == "string" ? n : "") || `${
|
|
341
|
+
const r = `.${n = (n = typeof n == "string" ? n : "") || `${oe(e.prefix)}t-${be(o)}`}`, i = {}, s = [];
|
|
341
342
|
for (const a in o) {
|
|
342
343
|
i[a] = {};
|
|
343
344
|
for (const c in o[a]) {
|
|
344
|
-
const m = `--${
|
|
345
|
-
i[a][c] = new
|
|
345
|
+
const m = `--${oe(e.prefix)}${a}-${c}`, u = sn(String(o[a][c]), e.prefix, a);
|
|
346
|
+
i[a][c] = new po(c, u, a, e.prefix), s.push(`${m}:${u}`);
|
|
346
347
|
}
|
|
347
348
|
}
|
|
348
349
|
const l = () => {
|
|
@@ -356,31 +357,31 @@ var W = "colors", X = "sizes", E = "space", Vn = { gap: E, gridGap: E, columnGap
|
|
|
356
357
|
return { ...i, get className() {
|
|
357
358
|
return l();
|
|
358
359
|
}, selector: r, toString: l };
|
|
359
|
-
}),
|
|
360
|
+
}), yo = De(), vo = De(), xo = (e) => {
|
|
360
361
|
const t = ((n) => {
|
|
361
362
|
let o = !1;
|
|
362
|
-
const r =
|
|
363
|
+
const r = yo(n, (i) => {
|
|
363
364
|
o = !0;
|
|
364
|
-
const s = "prefix" in (i = typeof i == "object" && i || {}) ? String(i.prefix) : "", l = typeof i.media == "object" && i.media || {}, a = typeof i.root == "object" ? i.root || null : globalThis.document || null, c = typeof i.theme == "object" && i.theme || {}, m = { prefix: s, media: l, theme: c, themeMap: typeof i.themeMap == "object" && i.themeMap || { ...
|
|
365
|
+
const s = "prefix" in (i = typeof i == "object" && i || {}) ? String(i.prefix) : "", l = typeof i.media == "object" && i.media || {}, a = typeof i.root == "object" ? i.root || null : globalThis.document || null, c = typeof i.theme == "object" && i.theme || {}, m = { prefix: s, media: l, theme: c, themeMap: typeof i.themeMap == "object" && i.themeMap || { ...Xn }, utils: typeof i.utils == "object" && i.utils || {} }, u = oo(a), f = { css: Bt(m, u), globalCss: fo(m, u), keyframes: go(m, u), createTheme: bo(m, u), reset() {
|
|
365
366
|
u.reset(), f.theme.toString();
|
|
366
367
|
}, theme: {}, sheet: u, config: m, prefix: s, getCssText: u.toString, toString: u.toString };
|
|
367
368
|
return String(f.theme = f.createTheme(c)), f;
|
|
368
369
|
});
|
|
369
370
|
return o || r.reset(), r;
|
|
370
371
|
})(e);
|
|
371
|
-
return t.styled = (({ config: n, sheet: o }) =>
|
|
372
|
+
return t.styled = (({ config: n, sheet: o }) => vo(n, () => {
|
|
372
373
|
const r = Bt(n, o);
|
|
373
374
|
return (...i) => {
|
|
374
|
-
const s = r(...i), l = s[
|
|
375
|
+
const s = r(...i), l = s[he].type, a = Re.forwardRef((c, m) => {
|
|
375
376
|
const u = c && c.as || l, { props: f, deferredInjector: d } = s(c);
|
|
376
|
-
return delete f.as, f.ref = m, d ?
|
|
377
|
+
return delete f.as, f.ref = m, d ? Re.createElement(Re.Fragment, null, Re.createElement(u, f), Re.createElement(d, null)) : Re.createElement(u, f);
|
|
377
378
|
});
|
|
378
|
-
return a.className = s.className, a.displayName = `Styled.${l.displayName || l.name || l}`, a.selector = s.selector, a.toString = () => s.selector, a[
|
|
379
|
+
return a.className = s.className, a.displayName = `Styled.${l.displayName || l.name || l}`, a.selector = s.selector, a.toString = () => s.selector, a[he] = s[he], a;
|
|
379
380
|
};
|
|
380
381
|
}))(t), t;
|
|
381
382
|
};
|
|
382
383
|
let At = 9999;
|
|
383
|
-
const Ot = () => (At--, At), { styled:
|
|
384
|
+
const Ot = () => (At--, At), { styled: W, css: Ve, keyframes: Me, globalCss: Ni, getCssText: ji } = xo({
|
|
384
385
|
theme: {
|
|
385
386
|
colors: {
|
|
386
387
|
gray50: "#F9FAFA",
|
|
@@ -506,24 +507,24 @@ const Ot = () => (At--, At), { styled: N, css: Ve, keyframes: Me, globalCss: Di,
|
|
|
506
507
|
lg: "(min-width: 1200px)",
|
|
507
508
|
print: "print"
|
|
508
509
|
}
|
|
509
|
-
}),
|
|
510
|
+
}), $o = Me({
|
|
510
511
|
"0%": {
|
|
511
512
|
transform: "rotate(0)"
|
|
512
513
|
},
|
|
513
514
|
"100%": {
|
|
514
515
|
transform: "rotate(360deg)"
|
|
515
516
|
}
|
|
516
|
-
}),
|
|
517
|
+
}), wo = Me({
|
|
517
518
|
"0%": {
|
|
518
519
|
strokeDashoffset: 600
|
|
519
520
|
},
|
|
520
521
|
"100%": {
|
|
521
522
|
strokeDashoffset: 0
|
|
522
523
|
}
|
|
523
|
-
}),
|
|
524
|
-
animation: `${
|
|
525
|
-
}),
|
|
526
|
-
animation: `${
|
|
524
|
+
}), So = W("svg", {
|
|
525
|
+
animation: `${$o} 2s linear infinite`
|
|
526
|
+
}), Ro = W("circle", {
|
|
527
|
+
animation: `${wo} 1.6s cubic-bezier(0.4, 0.15, 0.6, 0.85) infinite`,
|
|
527
528
|
fill: "transparent",
|
|
528
529
|
stroke: "currentColor",
|
|
529
530
|
strokeDasharray: 300,
|
|
@@ -531,7 +532,7 @@ const Ot = () => (At--, At), { styled: N, css: Ve, keyframes: Me, globalCss: Di,
|
|
|
531
532
|
strokeLinecap: "round",
|
|
532
533
|
strokeMiterlimit: 10,
|
|
533
534
|
strokeWidth: 12
|
|
534
|
-
}),
|
|
535
|
+
}), Eo = W("div", {
|
|
535
536
|
lineHeight: 0,
|
|
536
537
|
flexShrink: 0,
|
|
537
538
|
variants: {
|
|
@@ -569,20 +570,20 @@ const Ot = () => (At--, At), { styled: N, css: Ve, keyframes: Me, globalCss: Di,
|
|
|
569
570
|
size: "sm",
|
|
570
571
|
color: "dark"
|
|
571
572
|
}
|
|
572
|
-
}),
|
|
573
|
-
(e, t) => /* @__PURE__ */
|
|
574
|
-
|
|
573
|
+
}), Co = $e(
|
|
574
|
+
(e, t) => /* @__PURE__ */ F(
|
|
575
|
+
Eo,
|
|
575
576
|
{
|
|
576
577
|
ref: t,
|
|
577
578
|
...e,
|
|
578
|
-
children: /* @__PURE__ */
|
|
579
|
-
|
|
579
|
+
children: /* @__PURE__ */ F(
|
|
580
|
+
So,
|
|
580
581
|
{
|
|
581
582
|
x: "0px",
|
|
582
583
|
y: "0px",
|
|
583
584
|
viewBox: "0 0 150 150",
|
|
584
|
-
children: /* @__PURE__ */
|
|
585
|
-
|
|
585
|
+
children: /* @__PURE__ */ F(
|
|
586
|
+
Ro,
|
|
586
587
|
{
|
|
587
588
|
cx: "75",
|
|
588
589
|
cy: "75",
|
|
@@ -593,7 +594,7 @@ const Ot = () => (At--, At), { styled: N, css: Ve, keyframes: Me, globalCss: Di,
|
|
|
593
594
|
)
|
|
594
595
|
}
|
|
595
596
|
)
|
|
596
|
-
),
|
|
597
|
+
), ko = W("button", {
|
|
597
598
|
appearance: "none",
|
|
598
599
|
margin: 0,
|
|
599
600
|
padding: 0,
|
|
@@ -751,9 +752,9 @@ const Ot = () => (At--, At), { styled: N, css: Ve, keyframes: Me, globalCss: Di,
|
|
|
751
752
|
color: "secondary",
|
|
752
753
|
size: "md"
|
|
753
754
|
}
|
|
754
|
-
}),
|
|
755
|
-
({ children: e, disabled: t, isLoading: n, variant: o, color: r, ...i }, s) => (!r && o === "primary" && (r = "primary"), /* @__PURE__ */
|
|
756
|
-
|
|
755
|
+
}), ln = $e(
|
|
756
|
+
({ children: e, disabled: t, isLoading: n, variant: o, color: r, ...i }, s) => (!r && o === "primary" && (r = "primary"), /* @__PURE__ */ ee(
|
|
757
|
+
ko,
|
|
757
758
|
{
|
|
758
759
|
ref: s,
|
|
759
760
|
type: "button",
|
|
@@ -764,11 +765,11 @@ const Ot = () => (At--, At), { styled: N, css: Ve, keyframes: Me, globalCss: Di,
|
|
|
764
765
|
...i,
|
|
765
766
|
children: [
|
|
766
767
|
e,
|
|
767
|
-
n && /* @__PURE__ */
|
|
768
|
+
n && /* @__PURE__ */ F(Co, { color: "inherit" })
|
|
768
769
|
]
|
|
769
770
|
}
|
|
770
771
|
))
|
|
771
|
-
),
|
|
772
|
+
), To = W("div", {
|
|
772
773
|
padding: "$3",
|
|
773
774
|
borderRadius: "$md",
|
|
774
775
|
variants: {
|
|
@@ -807,9 +808,9 @@ const Ot = () => (At--, At), { styled: N, css: Ve, keyframes: Me, globalCss: Di,
|
|
|
807
808
|
color: "info",
|
|
808
809
|
size: "md"
|
|
809
810
|
}
|
|
810
|
-
}),
|
|
811
|
-
({ children: e, ...t }, n) => /* @__PURE__ */
|
|
812
|
-
|
|
811
|
+
}), Hi = $e(
|
|
812
|
+
({ children: e, ...t }, n) => /* @__PURE__ */ F(
|
|
813
|
+
To,
|
|
813
814
|
{
|
|
814
815
|
ref: n,
|
|
815
816
|
role: "alert",
|
|
@@ -817,19 +818,19 @@ const Ot = () => (At--, At), { styled: N, css: Ve, keyframes: Me, globalCss: Di,
|
|
|
817
818
|
children: e
|
|
818
819
|
}
|
|
819
820
|
)
|
|
820
|
-
),
|
|
821
|
+
), Io = Me({
|
|
821
822
|
"0%": { opacity: 0, transform: "translateY(0.5rem)" },
|
|
822
823
|
"100%": { opacity: 1, transform: "translateY(0)" }
|
|
823
|
-
}),
|
|
824
|
+
}), Bo = Me({
|
|
824
825
|
"0%": { opacity: 0, transform: "translateX(-0.5rem)" },
|
|
825
826
|
"100%": { opacity: 1, transform: "translateX(0)" }
|
|
826
|
-
}),
|
|
827
|
+
}), Po = Me({
|
|
827
828
|
"0%": { opacity: 0, transform: "translateY(-0.5rem)" },
|
|
828
829
|
"100%": { opacity: 1, transform: "translateY(0)" }
|
|
829
|
-
}),
|
|
830
|
+
}), Ao = Me({
|
|
830
831
|
"0%": { opacity: 0, transform: "translateX(0.5rem)" },
|
|
831
832
|
"100%": { opacity: 1, transform: "translateX(0)" }
|
|
832
|
-
}),
|
|
833
|
+
}), Oo = Ve({
|
|
833
834
|
backgroundColor: "white",
|
|
834
835
|
boxShadow: "$overlayCard",
|
|
835
836
|
borderRadius: "$sm",
|
|
@@ -839,33 +840,33 @@ const Ot = () => (At--, At), { styled: N, css: Ve, keyframes: Me, globalCss: Di,
|
|
|
839
840
|
// so for other popups that uses `OverlayCard` to work
|
|
840
841
|
// we need to explicitly set this.
|
|
841
842
|
pointerEvents: "auto"
|
|
842
|
-
}),
|
|
843
|
+
}), Do = Ve({
|
|
843
844
|
animationDuration: "400ms",
|
|
844
845
|
animationTimingFunction: "cubic-bezier(0.16, 1, 0.3, 1)",
|
|
845
846
|
willChange: "transform, opacity",
|
|
846
847
|
'&[data-state="open"]': {
|
|
847
|
-
'&[data-side="top"]': { animationName:
|
|
848
|
-
'&[data-side="right"]': { animationName:
|
|
849
|
-
'&[data-side="bottom"]': { animationName:
|
|
850
|
-
'&[data-side="left"]': { animationName:
|
|
848
|
+
'&[data-side="top"]': { animationName: Po },
|
|
849
|
+
'&[data-side="right"]': { animationName: Ao },
|
|
850
|
+
'&[data-side="bottom"]': { animationName: Io },
|
|
851
|
+
'&[data-side="left"]': { animationName: Bo }
|
|
851
852
|
}
|
|
852
|
-
}),
|
|
853
|
+
}), an = W(
|
|
853
854
|
"div",
|
|
854
|
-
|
|
855
|
-
|
|
855
|
+
Oo,
|
|
856
|
+
Do
|
|
856
857
|
);
|
|
857
858
|
function le(e) {
|
|
858
|
-
return
|
|
859
|
+
return cn(e) ? (e.nodeName || "").toLowerCase() : "#document";
|
|
859
860
|
}
|
|
860
861
|
function q(e) {
|
|
861
862
|
var t;
|
|
862
863
|
return (e == null || (t = e.ownerDocument) == null ? void 0 : t.defaultView) || window;
|
|
863
864
|
}
|
|
864
|
-
function
|
|
865
|
+
function ie(e) {
|
|
865
866
|
var t;
|
|
866
|
-
return (t = (
|
|
867
|
+
return (t = (cn(e) ? e.ownerDocument : e.document) || window.document) == null ? void 0 : t.documentElement;
|
|
867
868
|
}
|
|
868
|
-
function
|
|
869
|
+
function cn(e) {
|
|
869
870
|
return e instanceof Node || e instanceof q(e).Node;
|
|
870
871
|
}
|
|
871
872
|
function j(e) {
|
|
@@ -886,19 +887,19 @@ function _e(e) {
|
|
|
886
887
|
} = J(e);
|
|
887
888
|
return /auto|scroll|overlay|hidden|clip/.test(t + o + n) && !["inline", "contents"].includes(r);
|
|
888
889
|
}
|
|
889
|
-
function
|
|
890
|
+
function Mo(e) {
|
|
890
891
|
return ["table", "td", "th"].includes(le(e));
|
|
891
892
|
}
|
|
892
893
|
function bt(e) {
|
|
893
894
|
const t = yt(), n = J(e);
|
|
894
895
|
return n.transform !== "none" || n.perspective !== "none" || (n.containerType ? n.containerType !== "normal" : !1) || !t && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !t && (n.filter ? n.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((o) => (n.willChange || "").includes(o)) || ["paint", "layout", "strict", "content"].some((o) => (n.contain || "").includes(o));
|
|
895
896
|
}
|
|
896
|
-
function
|
|
897
|
-
let t =
|
|
897
|
+
function Lo(e) {
|
|
898
|
+
let t = ve(e);
|
|
898
899
|
for (; Z(t) && !Ae(t); ) {
|
|
899
900
|
if (bt(t))
|
|
900
901
|
return t;
|
|
901
|
-
t =
|
|
902
|
+
t = ve(t);
|
|
902
903
|
}
|
|
903
904
|
return null;
|
|
904
905
|
}
|
|
@@ -920,7 +921,7 @@ function tt(e) {
|
|
|
920
921
|
scrollTop: e.pageYOffset
|
|
921
922
|
};
|
|
922
923
|
}
|
|
923
|
-
function
|
|
924
|
+
function ve(e) {
|
|
924
925
|
if (le(e) === "html")
|
|
925
926
|
return e;
|
|
926
927
|
const t = (
|
|
@@ -928,21 +929,21 @@ function ye(e) {
|
|
|
928
929
|
e.assignedSlot || // DOM Element detected.
|
|
929
930
|
e.parentNode || // ShadowRoot detected.
|
|
930
931
|
dt(e) && e.host || // Fallback.
|
|
931
|
-
|
|
932
|
+
ie(e)
|
|
932
933
|
);
|
|
933
934
|
return dt(t) ? t.host : t;
|
|
934
935
|
}
|
|
935
|
-
function
|
|
936
|
-
const t =
|
|
937
|
-
return Ae(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : Z(t) && _e(t) ? t :
|
|
936
|
+
function un(e) {
|
|
937
|
+
const t = ve(e);
|
|
938
|
+
return Ae(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : Z(t) && _e(t) ? t : un(t);
|
|
938
939
|
}
|
|
939
|
-
function
|
|
940
|
+
function se(e, t, n) {
|
|
940
941
|
var o;
|
|
941
942
|
t === void 0 && (t = []), n === void 0 && (n = !0);
|
|
942
|
-
const r =
|
|
943
|
-
return i ? t.concat(s, s.visualViewport || [], _e(r) ? r : [], s.frameElement && n ?
|
|
943
|
+
const r = un(e), i = r === ((o = e.ownerDocument) == null ? void 0 : o.body), s = q(r);
|
|
944
|
+
return i ? t.concat(s, s.visualViewport || [], _e(r) ? r : [], s.frameElement && n ? se(s.frameElement) : []) : t.concat(r, se(r, [], n));
|
|
944
945
|
}
|
|
945
|
-
function
|
|
946
|
+
function Fo(e) {
|
|
946
947
|
let t = e.activeElement;
|
|
947
948
|
for (; ((n = t) == null || (n = n.shadowRoot) == null ? void 0 : n.activeElement) != null; ) {
|
|
948
949
|
var n;
|
|
@@ -950,7 +951,7 @@ function Do(e) {
|
|
|
950
951
|
}
|
|
951
952
|
return t;
|
|
952
953
|
}
|
|
953
|
-
function
|
|
954
|
+
function ye(e, t) {
|
|
954
955
|
if (!e || !t)
|
|
955
956
|
return !1;
|
|
956
957
|
const n = t.getRootNode == null ? void 0 : t.getRootNode();
|
|
@@ -966,20 +967,20 @@ function be(e, t) {
|
|
|
966
967
|
}
|
|
967
968
|
return !1;
|
|
968
969
|
}
|
|
969
|
-
function
|
|
970
|
+
function zo() {
|
|
970
971
|
return /apple/i.test(navigator.vendor);
|
|
971
972
|
}
|
|
972
973
|
function Ue(e, t) {
|
|
973
974
|
const n = ["mouse", "pen"];
|
|
974
975
|
return t || n.push("", void 0), n.includes(e);
|
|
975
976
|
}
|
|
976
|
-
function
|
|
977
|
+
function Wo(e) {
|
|
977
978
|
return "nativeEvent" in e;
|
|
978
979
|
}
|
|
979
|
-
function
|
|
980
|
+
function No(e) {
|
|
980
981
|
return e.matches("html,body");
|
|
981
982
|
}
|
|
982
|
-
function
|
|
983
|
+
function pe(e) {
|
|
983
984
|
return (e == null ? void 0 : e.ownerDocument) || document;
|
|
984
985
|
}
|
|
985
986
|
function rt(e, t) {
|
|
@@ -990,63 +991,63 @@ function rt(e, t) {
|
|
|
990
991
|
const n = e;
|
|
991
992
|
return n.target != null && t.contains(n.target);
|
|
992
993
|
}
|
|
993
|
-
function
|
|
994
|
+
function ke(e) {
|
|
994
995
|
return "composedPath" in e ? e.composedPath()[0] : e.target;
|
|
995
996
|
}
|
|
996
|
-
const
|
|
997
|
-
function
|
|
998
|
-
return Z(e) && e.matches(
|
|
997
|
+
const jo = "input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";
|
|
998
|
+
function Ho(e) {
|
|
999
|
+
return Z(e) && e.matches(jo);
|
|
999
1000
|
}
|
|
1000
|
-
const
|
|
1001
|
+
const re = Math.min, Y = Math.max, qe = Math.round, Xe = Math.floor, ae = (e) => ({
|
|
1001
1002
|
x: e,
|
|
1002
1003
|
y: e
|
|
1003
|
-
}),
|
|
1004
|
+
}), Vo = {
|
|
1004
1005
|
left: "right",
|
|
1005
1006
|
right: "left",
|
|
1006
1007
|
bottom: "top",
|
|
1007
1008
|
top: "bottom"
|
|
1008
|
-
},
|
|
1009
|
+
}, _o = {
|
|
1009
1010
|
start: "end",
|
|
1010
1011
|
end: "start"
|
|
1011
1012
|
};
|
|
1012
1013
|
function Dt(e, t, n) {
|
|
1013
|
-
return Y(e,
|
|
1014
|
+
return Y(e, re(t, n));
|
|
1014
1015
|
}
|
|
1015
1016
|
function Le(e, t) {
|
|
1016
1017
|
return typeof e == "function" ? e(t) : e;
|
|
1017
1018
|
}
|
|
1018
|
-
function
|
|
1019
|
+
function te(e) {
|
|
1019
1020
|
return e.split("-")[0];
|
|
1020
1021
|
}
|
|
1021
1022
|
function Ye(e) {
|
|
1022
1023
|
return e.split("-")[1];
|
|
1023
1024
|
}
|
|
1024
|
-
function
|
|
1025
|
+
function dn(e) {
|
|
1025
1026
|
return e === "x" ? "y" : "x";
|
|
1026
1027
|
}
|
|
1027
|
-
function
|
|
1028
|
+
function fn(e) {
|
|
1028
1029
|
return e === "y" ? "height" : "width";
|
|
1029
1030
|
}
|
|
1030
1031
|
function Fe(e) {
|
|
1031
|
-
return ["top", "bottom"].includes(
|
|
1032
|
+
return ["top", "bottom"].includes(te(e)) ? "y" : "x";
|
|
1032
1033
|
}
|
|
1033
|
-
function
|
|
1034
|
-
return
|
|
1034
|
+
function mn(e) {
|
|
1035
|
+
return dn(Fe(e));
|
|
1035
1036
|
}
|
|
1036
|
-
function
|
|
1037
|
+
function Yo(e, t, n) {
|
|
1037
1038
|
n === void 0 && (n = !1);
|
|
1038
|
-
const o = Ye(e), r =
|
|
1039
|
+
const o = Ye(e), r = mn(e), i = fn(r);
|
|
1039
1040
|
let s = r === "x" ? o === (n ? "end" : "start") ? "right" : "left" : o === "start" ? "bottom" : "top";
|
|
1040
1041
|
return t.reference[i] > t.floating[i] && (s = Ze(s)), [s, Ze(s)];
|
|
1041
1042
|
}
|
|
1042
|
-
function
|
|
1043
|
+
function Xo(e) {
|
|
1043
1044
|
const t = Ze(e);
|
|
1044
1045
|
return [ft(e), t, ft(t)];
|
|
1045
1046
|
}
|
|
1046
1047
|
function ft(e) {
|
|
1047
|
-
return e.replace(/start|end/g, (t) =>
|
|
1048
|
+
return e.replace(/start|end/g, (t) => _o[t]);
|
|
1048
1049
|
}
|
|
1049
|
-
function
|
|
1050
|
+
function Ko(e, t, n) {
|
|
1050
1051
|
const o = ["left", "right"], r = ["right", "left"], i = ["top", "bottom"], s = ["bottom", "top"];
|
|
1051
1052
|
switch (e) {
|
|
1052
1053
|
case "top":
|
|
@@ -1059,15 +1060,15 @@ function _o(e, t, n) {
|
|
|
1059
1060
|
return [];
|
|
1060
1061
|
}
|
|
1061
1062
|
}
|
|
1062
|
-
function
|
|
1063
|
+
function Go(e, t, n, o) {
|
|
1063
1064
|
const r = Ye(e);
|
|
1064
|
-
let i =
|
|
1065
|
+
let i = Ko(te(e), n === "start", o);
|
|
1065
1066
|
return r && (i = i.map((s) => s + "-" + r), t && (i = i.concat(i.map(ft)))), i;
|
|
1066
1067
|
}
|
|
1067
1068
|
function Ze(e) {
|
|
1068
|
-
return e.replace(/left|right|bottom|top/g, (t) =>
|
|
1069
|
+
return e.replace(/left|right|bottom|top/g, (t) => Vo[t]);
|
|
1069
1070
|
}
|
|
1070
|
-
function
|
|
1071
|
+
function Uo(e) {
|
|
1071
1072
|
return {
|
|
1072
1073
|
top: 0,
|
|
1073
1074
|
right: 0,
|
|
@@ -1076,8 +1077,8 @@ function Xo(e) {
|
|
|
1076
1077
|
...e
|
|
1077
1078
|
};
|
|
1078
1079
|
}
|
|
1079
|
-
function
|
|
1080
|
-
return typeof e != "number" ?
|
|
1080
|
+
function gn(e) {
|
|
1081
|
+
return typeof e != "number" ? Uo(e) : {
|
|
1081
1082
|
top: e,
|
|
1082
1083
|
right: e,
|
|
1083
1084
|
bottom: e,
|
|
@@ -1098,7 +1099,7 @@ function Mt(e, t, n) {
|
|
|
1098
1099
|
reference: o,
|
|
1099
1100
|
floating: r
|
|
1100
1101
|
} = e;
|
|
1101
|
-
const i = Fe(t), s =
|
|
1102
|
+
const i = Fe(t), s = mn(t), l = fn(s), a = te(t), c = i === "y", m = o.x + o.width / 2 - r.width / 2, u = o.y + o.height / 2 - r.height / 2, f = o[l] / 2 - r[l] / 2;
|
|
1102
1103
|
let d;
|
|
1103
1104
|
switch (a) {
|
|
1104
1105
|
case "top":
|
|
@@ -1141,7 +1142,7 @@ function Mt(e, t, n) {
|
|
|
1141
1142
|
}
|
|
1142
1143
|
return d;
|
|
1143
1144
|
}
|
|
1144
|
-
const
|
|
1145
|
+
const qo = async (e, t, n) => {
|
|
1145
1146
|
const {
|
|
1146
1147
|
placement: o = "bottom",
|
|
1147
1148
|
strategy: r = "absolute",
|
|
@@ -1158,7 +1159,7 @@ const Ko = async (e, t, n) => {
|
|
|
1158
1159
|
} = Mt(c, o, a), f = o, d = {}, g = 0;
|
|
1159
1160
|
for (let p = 0; p < l.length; p++) {
|
|
1160
1161
|
const {
|
|
1161
|
-
name:
|
|
1162
|
+
name: $,
|
|
1162
1163
|
fn: h
|
|
1163
1164
|
} = l[p], {
|
|
1164
1165
|
x,
|
|
@@ -1181,8 +1182,8 @@ const Ko = async (e, t, n) => {
|
|
|
1181
1182
|
});
|
|
1182
1183
|
m = x ?? m, u = B ?? u, d = {
|
|
1183
1184
|
...d,
|
|
1184
|
-
[
|
|
1185
|
-
...d[
|
|
1185
|
+
[$]: {
|
|
1186
|
+
...d[$],
|
|
1186
1187
|
...S
|
|
1187
1188
|
}
|
|
1188
1189
|
}, k && g <= 50 && (g++, typeof k == "object" && (k.placement && (f = k.placement), k.rects && (c = k.rects === !0 ? await s.getElementRects({
|
|
@@ -1218,8 +1219,8 @@ async function vt(e, t) {
|
|
|
1218
1219
|
elementContext: u = "floating",
|
|
1219
1220
|
altBoundary: f = !1,
|
|
1220
1221
|
padding: d = 0
|
|
1221
|
-
} = Le(t, e), g =
|
|
1222
|
-
element: (n = await (i.isElement == null ? void 0 : i.isElement(
|
|
1222
|
+
} = Le(t, e), g = gn(d), $ = l[f ? u === "floating" ? "reference" : "floating" : u], h = Oe(await i.getClippingRect({
|
|
1223
|
+
element: (n = await (i.isElement == null ? void 0 : i.isElement($))) == null || n ? $ : $.contextElement || await (i.getDocumentElement == null ? void 0 : i.getDocumentElement(l.floating)),
|
|
1223
1224
|
boundary: c,
|
|
1224
1225
|
rootBoundary: m,
|
|
1225
1226
|
strategy: a
|
|
@@ -1246,7 +1247,7 @@ async function vt(e, t) {
|
|
|
1246
1247
|
right: (k.right - h.right + g.right) / S.x
|
|
1247
1248
|
};
|
|
1248
1249
|
}
|
|
1249
|
-
const
|
|
1250
|
+
const Zo = function(e) {
|
|
1250
1251
|
return e === void 0 && (e = {}), {
|
|
1251
1252
|
name: "flip",
|
|
1252
1253
|
options: e,
|
|
@@ -1266,16 +1267,16 @@ const Go = function(e) {
|
|
|
1266
1267
|
fallbackStrategy: d = "bestFit",
|
|
1267
1268
|
fallbackAxisSideDirection: g = "none",
|
|
1268
1269
|
flipAlignment: p = !0,
|
|
1269
|
-
|
|
1270
|
+
...$
|
|
1270
1271
|
} = Le(e, t);
|
|
1271
1272
|
if ((n = i.arrow) != null && n.alignmentOffset)
|
|
1272
1273
|
return {};
|
|
1273
|
-
const h =
|
|
1274
|
-
!f && g !== "none" && S.push(...
|
|
1275
|
-
const k = [l, ...S], C = await vt(t,
|
|
1274
|
+
const h = te(r), x = te(l) === l, B = await (a.isRTL == null ? void 0 : a.isRTL(c.floating)), S = f || (x || !p ? [Ze(l)] : Xo(l));
|
|
1275
|
+
!f && g !== "none" && S.push(...Go(l, p, g, B));
|
|
1276
|
+
const k = [l, ...S], C = await vt(t, $), P = [];
|
|
1276
1277
|
let T = ((o = i.flip) == null ? void 0 : o.overflows) || [];
|
|
1277
1278
|
if (m && P.push(C[h]), u) {
|
|
1278
|
-
const M =
|
|
1279
|
+
const M = Yo(r, s, B);
|
|
1279
1280
|
P.push(C[M[0]], C[M[1]]);
|
|
1280
1281
|
}
|
|
1281
1282
|
if (T = [...T, {
|
|
@@ -1299,7 +1300,7 @@ const Go = function(e) {
|
|
|
1299
1300
|
switch (d) {
|
|
1300
1301
|
case "bestFit": {
|
|
1301
1302
|
var L;
|
|
1302
|
-
const v = (L = T.map((I) => [I.placement, I.overflows.filter((R) => R > 0).reduce((R,
|
|
1303
|
+
const v = (L = T.map((I) => [I.placement, I.overflows.filter((R) => R > 0).reduce((R, w) => R + w, 0)]).sort((I, R) => I[1] - R[1])[0]) == null ? void 0 : L[0];
|
|
1303
1304
|
v && (b = v);
|
|
1304
1305
|
break;
|
|
1305
1306
|
}
|
|
@@ -1318,8 +1319,8 @@ const Go = function(e) {
|
|
|
1318
1319
|
}
|
|
1319
1320
|
};
|
|
1320
1321
|
};
|
|
1321
|
-
function
|
|
1322
|
-
const t =
|
|
1322
|
+
function pn(e) {
|
|
1323
|
+
const t = re(...e.map((i) => i.left)), n = re(...e.map((i) => i.top)), o = Y(...e.map((i) => i.right)), r = Y(...e.map((i) => i.bottom));
|
|
1323
1324
|
return {
|
|
1324
1325
|
x: t,
|
|
1325
1326
|
y: n,
|
|
@@ -1327,16 +1328,16 @@ function mn(e) {
|
|
|
1327
1328
|
height: r - n
|
|
1328
1329
|
};
|
|
1329
1330
|
}
|
|
1330
|
-
function
|
|
1331
|
+
function Jo(e) {
|
|
1331
1332
|
const t = e.slice().sort((r, i) => r.y - i.y), n = [];
|
|
1332
1333
|
let o = null;
|
|
1333
1334
|
for (let r = 0; r < t.length; r++) {
|
|
1334
1335
|
const i = t[r];
|
|
1335
1336
|
!o || i.y - o.y > o.height / 2 ? n.push([i]) : n[n.length - 1].push(i), o = i;
|
|
1336
1337
|
}
|
|
1337
|
-
return n.map((r) => Oe(
|
|
1338
|
+
return n.map((r) => Oe(pn(r)));
|
|
1338
1339
|
}
|
|
1339
|
-
const
|
|
1340
|
+
const Qo = function(e) {
|
|
1340
1341
|
return e === void 0 && (e = {}), {
|
|
1341
1342
|
name: "inline",
|
|
1342
1343
|
options: e,
|
|
@@ -1351,25 +1352,25 @@ const qo = function(e) {
|
|
|
1351
1352
|
padding: l = 2,
|
|
1352
1353
|
x: a,
|
|
1353
1354
|
y: c
|
|
1354
|
-
} = Le(e, t), m = Array.from(await (i.getClientRects == null ? void 0 : i.getClientRects(o.reference)) || []), u =
|
|
1355
|
+
} = Le(e, t), m = Array.from(await (i.getClientRects == null ? void 0 : i.getClientRects(o.reference)) || []), u = Jo(m), f = Oe(pn(m)), d = gn(l);
|
|
1355
1356
|
function g() {
|
|
1356
1357
|
if (u.length === 2 && u[0].left > u[1].right && a != null && c != null)
|
|
1357
|
-
return u.find((
|
|
1358
|
+
return u.find(($) => a > $.left - d.left && a < $.right + d.right && c > $.top - d.top && c < $.bottom + d.bottom) || f;
|
|
1358
1359
|
if (u.length >= 2) {
|
|
1359
1360
|
if (Fe(n) === "y") {
|
|
1360
|
-
const A = u[0], L = u[u.length - 1], M =
|
|
1361
|
+
const A = u[0], L = u[u.length - 1], M = te(n) === "top", O = A.top, b = L.bottom, v = M ? A.left : L.left, I = M ? A.right : L.right, R = I - v, w = b - O;
|
|
1361
1362
|
return {
|
|
1362
1363
|
top: O,
|
|
1363
1364
|
bottom: b,
|
|
1364
1365
|
left: v,
|
|
1365
1366
|
right: I,
|
|
1366
1367
|
width: R,
|
|
1367
|
-
height:
|
|
1368
|
+
height: w,
|
|
1368
1369
|
x: v,
|
|
1369
1370
|
y: O
|
|
1370
1371
|
};
|
|
1371
1372
|
}
|
|
1372
|
-
const
|
|
1373
|
+
const $ = te(n) === "left", h = Y(...u.map((A) => A.right)), x = re(...u.map((A) => A.left)), B = u.filter((A) => $ ? A.left === x : A.right === h), S = B[0].top, k = B[B.length - 1].bottom, C = x, P = h, T = P - C, D = k - S;
|
|
1373
1374
|
return {
|
|
1374
1375
|
top: S,
|
|
1375
1376
|
bottom: k,
|
|
@@ -1398,12 +1399,12 @@ const qo = function(e) {
|
|
|
1398
1399
|
}
|
|
1399
1400
|
};
|
|
1400
1401
|
};
|
|
1401
|
-
async function
|
|
1402
|
+
async function er(e, t) {
|
|
1402
1403
|
const {
|
|
1403
1404
|
placement: n,
|
|
1404
1405
|
platform: o,
|
|
1405
1406
|
elements: r
|
|
1406
|
-
} = e, i = await (o.isRTL == null ? void 0 : o.isRTL(r.floating)), s =
|
|
1407
|
+
} = e, i = await (o.isRTL == null ? void 0 : o.isRTL(r.floating)), s = te(n), l = Ye(n), a = Fe(n) === "y", c = ["left", "top"].includes(s) ? -1 : 1, m = i && a ? -1 : 1, u = Le(t, e);
|
|
1407
1408
|
let {
|
|
1408
1409
|
mainAxis: f,
|
|
1409
1410
|
crossAxis: d,
|
|
@@ -1426,7 +1427,7 @@ async function Zo(e, t) {
|
|
|
1426
1427
|
y: d * m
|
|
1427
1428
|
};
|
|
1428
1429
|
}
|
|
1429
|
-
const
|
|
1430
|
+
const tr = function(e) {
|
|
1430
1431
|
return e === void 0 && (e = 0), {
|
|
1431
1432
|
name: "offset",
|
|
1432
1433
|
options: e,
|
|
@@ -1437,7 +1438,7 @@ const Jo = function(e) {
|
|
|
1437
1438
|
y: i,
|
|
1438
1439
|
placement: s,
|
|
1439
1440
|
middlewareData: l
|
|
1440
|
-
} = t, a = await
|
|
1441
|
+
} = t, a = await er(t, e);
|
|
1441
1442
|
return s === ((n = l.offset) == null ? void 0 : n.placement) && (o = l.arrow) != null && o.alignmentOffset ? {} : {
|
|
1442
1443
|
x: r + a.x,
|
|
1443
1444
|
y: i + a.y,
|
|
@@ -1448,7 +1449,7 @@ const Jo = function(e) {
|
|
|
1448
1449
|
};
|
|
1449
1450
|
}
|
|
1450
1451
|
};
|
|
1451
|
-
},
|
|
1452
|
+
}, nr = function(e) {
|
|
1452
1453
|
return e === void 0 && (e = {}), {
|
|
1453
1454
|
name: "shift",
|
|
1454
1455
|
options: e,
|
|
@@ -1461,11 +1462,11 @@ const Jo = function(e) {
|
|
|
1461
1462
|
mainAxis: i = !0,
|
|
1462
1463
|
crossAxis: s = !1,
|
|
1463
1464
|
limiter: l = {
|
|
1464
|
-
fn: (
|
|
1465
|
+
fn: ($) => {
|
|
1465
1466
|
let {
|
|
1466
1467
|
x: h,
|
|
1467
1468
|
y: x
|
|
1468
|
-
} =
|
|
1469
|
+
} = $;
|
|
1469
1470
|
return {
|
|
1470
1471
|
x: h,
|
|
1471
1472
|
y: x
|
|
@@ -1476,14 +1477,14 @@ const Jo = function(e) {
|
|
|
1476
1477
|
} = Le(e, t), c = {
|
|
1477
1478
|
x: n,
|
|
1478
1479
|
y: o
|
|
1479
|
-
}, m = await vt(t, a), u = Fe(
|
|
1480
|
+
}, m = await vt(t, a), u = Fe(te(r)), f = dn(u);
|
|
1480
1481
|
let d = c[f], g = c[u];
|
|
1481
1482
|
if (i) {
|
|
1482
|
-
const
|
|
1483
|
+
const $ = f === "y" ? "top" : "left", h = f === "y" ? "bottom" : "right", x = d + m[$], B = d - m[h];
|
|
1483
1484
|
d = Dt(x, d, B);
|
|
1484
1485
|
}
|
|
1485
1486
|
if (s) {
|
|
1486
|
-
const
|
|
1487
|
+
const $ = u === "y" ? "top" : "left", h = u === "y" ? "bottom" : "right", x = g + m[$], B = g - m[h];
|
|
1487
1488
|
g = Dt(x, g, B);
|
|
1488
1489
|
}
|
|
1489
1490
|
const p = l.fn({
|
|
@@ -1500,7 +1501,7 @@ const Jo = function(e) {
|
|
|
1500
1501
|
};
|
|
1501
1502
|
}
|
|
1502
1503
|
};
|
|
1503
|
-
},
|
|
1504
|
+
}, or = function(e) {
|
|
1504
1505
|
return e === void 0 && (e = {}), {
|
|
1505
1506
|
name: "size",
|
|
1506
1507
|
options: e,
|
|
@@ -1514,20 +1515,20 @@ const Jo = function(e) {
|
|
|
1514
1515
|
apply: s = () => {
|
|
1515
1516
|
},
|
|
1516
1517
|
...l
|
|
1517
|
-
} = Le(e, t), a = await vt(t, l), c =
|
|
1518
|
+
} = Le(e, t), a = await vt(t, l), c = te(n), m = Ye(n), u = Fe(n) === "y", {
|
|
1518
1519
|
width: f,
|
|
1519
1520
|
height: d
|
|
1520
1521
|
} = o.floating;
|
|
1521
1522
|
let g, p;
|
|
1522
1523
|
c === "top" || c === "bottom" ? (g = c, p = m === (await (r.isRTL == null ? void 0 : r.isRTL(i.floating)) ? "start" : "end") ? "left" : "right") : (p = c, g = m === "end" ? "top" : "bottom");
|
|
1523
|
-
const
|
|
1524
|
-
let B =
|
|
1524
|
+
const $ = d - a[g], h = f - a[p], x = !t.middlewareData.shift;
|
|
1525
|
+
let B = $, S = h;
|
|
1525
1526
|
if (u) {
|
|
1526
1527
|
const C = f - a.left - a.right;
|
|
1527
|
-
S = m || x ?
|
|
1528
|
+
S = m || x ? re(h, C) : C;
|
|
1528
1529
|
} else {
|
|
1529
1530
|
const C = d - a.top - a.bottom;
|
|
1530
|
-
B = m || x ?
|
|
1531
|
+
B = m || x ? re($, C) : C;
|
|
1531
1532
|
}
|
|
1532
1533
|
if (x && !m) {
|
|
1533
1534
|
const C = Y(a.left, 0), P = Y(a.right, 0), T = Y(a.top, 0), D = Y(a.bottom, 0);
|
|
@@ -1547,7 +1548,7 @@ const Jo = function(e) {
|
|
|
1547
1548
|
}
|
|
1548
1549
|
};
|
|
1549
1550
|
};
|
|
1550
|
-
function
|
|
1551
|
+
function hn(e) {
|
|
1551
1552
|
const t = J(e);
|
|
1552
1553
|
let n = parseFloat(t.width) || 0, o = parseFloat(t.height) || 0;
|
|
1553
1554
|
const r = Z(e), i = r ? e.offsetWidth : n, s = r ? e.offsetHeight : o, l = qe(n) !== i || qe(o) !== s;
|
|
@@ -1568,37 +1569,37 @@ function Pe(e) {
|
|
|
1568
1569
|
width: o,
|
|
1569
1570
|
height: r,
|
|
1570
1571
|
$: i
|
|
1571
|
-
} =
|
|
1572
|
+
} = hn(t);
|
|
1572
1573
|
let s = (i ? qe(n.width) : n.width) / o, l = (i ? qe(n.height) : n.height) / r;
|
|
1573
1574
|
return (!s || !Number.isFinite(s)) && (s = 1), (!l || !Number.isFinite(l)) && (l = 1), {
|
|
1574
1575
|
x: s,
|
|
1575
1576
|
y: l
|
|
1576
1577
|
};
|
|
1577
1578
|
}
|
|
1578
|
-
const
|
|
1579
|
-
function
|
|
1579
|
+
const rr = /* @__PURE__ */ ae(0);
|
|
1580
|
+
function bn(e) {
|
|
1580
1581
|
const t = q(e);
|
|
1581
|
-
return !yt() || !t.visualViewport ?
|
|
1582
|
+
return !yt() || !t.visualViewport ? rr : {
|
|
1582
1583
|
x: t.visualViewport.offsetLeft,
|
|
1583
1584
|
y: t.visualViewport.offsetTop
|
|
1584
1585
|
};
|
|
1585
1586
|
}
|
|
1586
|
-
function
|
|
1587
|
+
function ir(e, t, n) {
|
|
1587
1588
|
return t === void 0 && (t = !1), !n || t && n !== q(e) ? !1 : t;
|
|
1588
1589
|
}
|
|
1589
|
-
function
|
|
1590
|
+
function xe(e, t, n, o) {
|
|
1590
1591
|
t === void 0 && (t = !1), n === void 0 && (n = !1);
|
|
1591
1592
|
const r = e.getBoundingClientRect(), i = xt(e);
|
|
1592
1593
|
let s = ae(1);
|
|
1593
1594
|
t && (o ? j(o) && (s = Pe(o)) : s = Pe(e));
|
|
1594
|
-
const l =
|
|
1595
|
+
const l = ir(i, n, o) ? bn(i) : ae(0);
|
|
1595
1596
|
let a = (r.left + l.x) / s.x, c = (r.top + l.y) / s.y, m = r.width / s.x, u = r.height / s.y;
|
|
1596
1597
|
if (i) {
|
|
1597
1598
|
const f = q(i), d = o && j(o) ? q(o) : o;
|
|
1598
1599
|
let g = f, p = g.frameElement;
|
|
1599
1600
|
for (; p && o && d !== g; ) {
|
|
1600
|
-
const
|
|
1601
|
-
a *=
|
|
1601
|
+
const $ = Pe(p), h = p.getBoundingClientRect(), x = J(p), B = h.left + (p.clientLeft + parseFloat(x.paddingLeft)) * $.x, S = h.top + (p.clientTop + parseFloat(x.paddingTop)) * $.y;
|
|
1602
|
+
a *= $.x, c *= $.y, m *= $.x, u *= $.y, a += B, c += S, g = q(p), p = g.frameElement;
|
|
1602
1603
|
}
|
|
1603
1604
|
}
|
|
1604
1605
|
return Oe({
|
|
@@ -1608,9 +1609,9 @@ function ve(e, t, n, o) {
|
|
|
1608
1609
|
y: c
|
|
1609
1610
|
});
|
|
1610
1611
|
}
|
|
1611
|
-
const
|
|
1612
|
-
function
|
|
1613
|
-
return
|
|
1612
|
+
const sr = [":popover-open", ":modal"];
|
|
1613
|
+
function yn(e) {
|
|
1614
|
+
return sr.some((t) => {
|
|
1614
1615
|
try {
|
|
1615
1616
|
return e.matches(t);
|
|
1616
1617
|
} catch {
|
|
@@ -1618,14 +1619,14 @@ function hn(e) {
|
|
|
1618
1619
|
}
|
|
1619
1620
|
});
|
|
1620
1621
|
}
|
|
1621
|
-
function
|
|
1622
|
+
function lr(e) {
|
|
1622
1623
|
let {
|
|
1623
1624
|
elements: t,
|
|
1624
1625
|
rect: n,
|
|
1625
1626
|
offsetParent: o,
|
|
1626
1627
|
strategy: r
|
|
1627
1628
|
} = e;
|
|
1628
|
-
const i = r === "fixed", s =
|
|
1629
|
+
const i = r === "fixed", s = ie(o), l = t ? yn(t.floating) : !1;
|
|
1629
1630
|
if (o === s || l && i)
|
|
1630
1631
|
return n;
|
|
1631
1632
|
let a = {
|
|
@@ -1634,7 +1635,7 @@ function rr(e) {
|
|
|
1634
1635
|
}, c = ae(1);
|
|
1635
1636
|
const m = ae(0), u = Z(o);
|
|
1636
1637
|
if ((u || !u && !i) && ((le(o) !== "body" || _e(s)) && (a = tt(o)), Z(o))) {
|
|
1637
|
-
const f =
|
|
1638
|
+
const f = xe(o);
|
|
1638
1639
|
c = Pe(o), m.x = f.x + o.clientLeft, m.y = f.y + o.clientTop;
|
|
1639
1640
|
}
|
|
1640
1641
|
return {
|
|
@@ -1644,15 +1645,15 @@ function rr(e) {
|
|
|
1644
1645
|
y: n.y * c.y - a.scrollTop * c.y + m.y
|
|
1645
1646
|
};
|
|
1646
1647
|
}
|
|
1647
|
-
function
|
|
1648
|
+
function ar(e) {
|
|
1648
1649
|
return Array.from(e.getClientRects());
|
|
1649
1650
|
}
|
|
1650
|
-
function
|
|
1651
|
-
return
|
|
1651
|
+
function vn(e) {
|
|
1652
|
+
return xe(ie(e)).left + tt(e).scrollLeft;
|
|
1652
1653
|
}
|
|
1653
|
-
function
|
|
1654
|
-
const t =
|
|
1655
|
-
let s = -n.scrollLeft +
|
|
1654
|
+
function cr(e) {
|
|
1655
|
+
const t = ie(e), n = tt(e), o = e.ownerDocument.body, r = Y(t.scrollWidth, t.clientWidth, o.scrollWidth, o.clientWidth), i = Y(t.scrollHeight, t.clientHeight, o.scrollHeight, o.clientHeight);
|
|
1656
|
+
let s = -n.scrollLeft + vn(e);
|
|
1656
1657
|
const l = -n.scrollTop;
|
|
1657
1658
|
return J(o).direction === "rtl" && (s += Y(t.clientWidth, o.clientWidth) - r), {
|
|
1658
1659
|
width: r,
|
|
@@ -1661,8 +1662,8 @@ function sr(e) {
|
|
|
1661
1662
|
y: l
|
|
1662
1663
|
};
|
|
1663
1664
|
}
|
|
1664
|
-
function
|
|
1665
|
-
const n = q(e), o =
|
|
1665
|
+
function ur(e, t) {
|
|
1666
|
+
const n = q(e), o = ie(e), r = n.visualViewport;
|
|
1666
1667
|
let i = o.clientWidth, s = o.clientHeight, l = 0, a = 0;
|
|
1667
1668
|
if (r) {
|
|
1668
1669
|
i = r.width, s = r.height;
|
|
@@ -1676,8 +1677,8 @@ function lr(e, t) {
|
|
|
1676
1677
|
y: a
|
|
1677
1678
|
};
|
|
1678
1679
|
}
|
|
1679
|
-
function
|
|
1680
|
-
const n =
|
|
1680
|
+
function dr(e, t) {
|
|
1681
|
+
const n = xe(e, !0, t === "fixed"), o = n.top + e.clientTop, r = n.left + e.clientLeft, i = Z(e) ? Pe(e) : ae(1), s = e.clientWidth * i.x, l = e.clientHeight * i.y, a = r * i.x, c = o * i.y;
|
|
1681
1682
|
return {
|
|
1682
1683
|
width: s,
|
|
1683
1684
|
height: l,
|
|
@@ -1688,13 +1689,13 @@ function ar(e, t) {
|
|
|
1688
1689
|
function Lt(e, t, n) {
|
|
1689
1690
|
let o;
|
|
1690
1691
|
if (t === "viewport")
|
|
1691
|
-
o =
|
|
1692
|
+
o = ur(e, n);
|
|
1692
1693
|
else if (t === "document")
|
|
1693
|
-
o =
|
|
1694
|
+
o = cr(ie(e));
|
|
1694
1695
|
else if (j(t))
|
|
1695
|
-
o =
|
|
1696
|
+
o = dr(t, n);
|
|
1696
1697
|
else {
|
|
1697
|
-
const r =
|
|
1698
|
+
const r = bn(e);
|
|
1698
1699
|
o = {
|
|
1699
1700
|
...t,
|
|
1700
1701
|
x: t.x - r.x,
|
|
@@ -1703,33 +1704,33 @@ function Lt(e, t, n) {
|
|
|
1703
1704
|
}
|
|
1704
1705
|
return Oe(o);
|
|
1705
1706
|
}
|
|
1706
|
-
function
|
|
1707
|
-
const n =
|
|
1708
|
-
return n === t || !j(n) || Ae(n) ? !1 : J(n).position === "fixed" ||
|
|
1707
|
+
function xn(e, t) {
|
|
1708
|
+
const n = ve(e);
|
|
1709
|
+
return n === t || !j(n) || Ae(n) ? !1 : J(n).position === "fixed" || xn(n, t);
|
|
1709
1710
|
}
|
|
1710
|
-
function
|
|
1711
|
+
function fr(e, t) {
|
|
1711
1712
|
const n = t.get(e);
|
|
1712
1713
|
if (n)
|
|
1713
1714
|
return n;
|
|
1714
|
-
let o =
|
|
1715
|
+
let o = se(e, [], !1).filter((l) => j(l) && le(l) !== "body"), r = null;
|
|
1715
1716
|
const i = J(e).position === "fixed";
|
|
1716
|
-
let s = i ?
|
|
1717
|
+
let s = i ? ve(e) : e;
|
|
1717
1718
|
for (; j(s) && !Ae(s); ) {
|
|
1718
1719
|
const l = J(s), a = bt(s);
|
|
1719
|
-
!a && l.position === "fixed" && (r = null), (i ? !a && !r : !a && l.position === "static" && !!r && ["absolute", "fixed"].includes(r.position) || _e(s) && !a &&
|
|
1720
|
+
!a && l.position === "fixed" && (r = null), (i ? !a && !r : !a && l.position === "static" && !!r && ["absolute", "fixed"].includes(r.position) || _e(s) && !a && xn(e, s)) ? o = o.filter((m) => m !== s) : r = l, s = ve(s);
|
|
1720
1721
|
}
|
|
1721
1722
|
return t.set(e, o), o;
|
|
1722
1723
|
}
|
|
1723
|
-
function
|
|
1724
|
+
function mr(e) {
|
|
1724
1725
|
let {
|
|
1725
1726
|
element: t,
|
|
1726
1727
|
boundary: n,
|
|
1727
1728
|
rootBoundary: o,
|
|
1728
1729
|
strategy: r
|
|
1729
1730
|
} = e;
|
|
1730
|
-
const s = [...n === "clippingAncestors" ?
|
|
1731
|
+
const s = [...n === "clippingAncestors" ? fr(t, this._c) : [].concat(n), o], l = s[0], a = s.reduce((c, m) => {
|
|
1731
1732
|
const u = Lt(t, m, r);
|
|
1732
|
-
return c.top = Y(u.top, c.top), c.right =
|
|
1733
|
+
return c.top = Y(u.top, c.top), c.right = re(u.right, c.right), c.bottom = re(u.bottom, c.bottom), c.left = Y(u.left, c.left), c;
|
|
1733
1734
|
}, Lt(t, l, r));
|
|
1734
1735
|
return {
|
|
1735
1736
|
width: a.right - a.left,
|
|
@@ -1738,18 +1739,18 @@ function ur(e) {
|
|
|
1738
1739
|
y: a.top
|
|
1739
1740
|
};
|
|
1740
1741
|
}
|
|
1741
|
-
function
|
|
1742
|
+
function gr(e) {
|
|
1742
1743
|
const {
|
|
1743
1744
|
width: t,
|
|
1744
1745
|
height: n
|
|
1745
|
-
} =
|
|
1746
|
+
} = hn(e);
|
|
1746
1747
|
return {
|
|
1747
1748
|
width: t,
|
|
1748
1749
|
height: n
|
|
1749
1750
|
};
|
|
1750
1751
|
}
|
|
1751
|
-
function
|
|
1752
|
-
const o = Z(t), r =
|
|
1752
|
+
function pr(e, t, n) {
|
|
1753
|
+
const o = Z(t), r = ie(t), i = n === "fixed", s = xe(e, !0, i, t);
|
|
1753
1754
|
let l = {
|
|
1754
1755
|
scrollLeft: 0,
|
|
1755
1756
|
scrollTop: 0
|
|
@@ -1757,10 +1758,10 @@ function fr(e, t, n) {
|
|
|
1757
1758
|
const a = ae(0);
|
|
1758
1759
|
if (o || !o && !i)
|
|
1759
1760
|
if ((le(t) !== "body" || _e(r)) && (l = tt(t)), o) {
|
|
1760
|
-
const u =
|
|
1761
|
+
const u = xe(t, !0, i, t);
|
|
1761
1762
|
a.x = u.x + t.clientLeft, a.y = u.y + t.clientTop;
|
|
1762
1763
|
} else
|
|
1763
|
-
r && (a.x =
|
|
1764
|
+
r && (a.x = vn(r));
|
|
1764
1765
|
const c = s.left + l.scrollLeft - a.x, m = s.top + l.scrollTop - a.y;
|
|
1765
1766
|
return {
|
|
1766
1767
|
x: c,
|
|
@@ -1772,19 +1773,19 @@ function fr(e, t, n) {
|
|
|
1772
1773
|
function Ft(e, t) {
|
|
1773
1774
|
return !Z(e) || J(e).position === "fixed" ? null : t ? t(e) : e.offsetParent;
|
|
1774
1775
|
}
|
|
1775
|
-
function
|
|
1776
|
+
function $n(e, t) {
|
|
1776
1777
|
const n = q(e);
|
|
1777
|
-
if (!Z(e) ||
|
|
1778
|
+
if (!Z(e) || yn(e))
|
|
1778
1779
|
return n;
|
|
1779
1780
|
let o = Ft(e, t);
|
|
1780
|
-
for (; o &&
|
|
1781
|
+
for (; o && Mo(o) && J(o).position === "static"; )
|
|
1781
1782
|
o = Ft(o, t);
|
|
1782
|
-
return o && (le(o) === "html" || le(o) === "body" && J(o).position === "static" && !bt(o)) ? n : o ||
|
|
1783
|
+
return o && (le(o) === "html" || le(o) === "body" && J(o).position === "static" && !bt(o)) ? n : o || Lo(e) || n;
|
|
1783
1784
|
}
|
|
1784
|
-
const
|
|
1785
|
-
const t = this.getOffsetParent ||
|
|
1785
|
+
const hr = async function(e) {
|
|
1786
|
+
const t = this.getOffsetParent || $n, n = this.getDimensions;
|
|
1786
1787
|
return {
|
|
1787
|
-
reference:
|
|
1788
|
+
reference: pr(e.reference, await t(e.floating), e.strategy),
|
|
1788
1789
|
floating: {
|
|
1789
1790
|
x: 0,
|
|
1790
1791
|
y: 0,
|
|
@@ -1792,24 +1793,24 @@ const mr = async function(e) {
|
|
|
1792
1793
|
}
|
|
1793
1794
|
};
|
|
1794
1795
|
};
|
|
1795
|
-
function
|
|
1796
|
+
function br(e) {
|
|
1796
1797
|
return J(e).direction === "rtl";
|
|
1797
1798
|
}
|
|
1798
|
-
const
|
|
1799
|
-
convertOffsetParentRelativeRectToViewportRelativeRect:
|
|
1800
|
-
getDocumentElement:
|
|
1801
|
-
getClippingRect:
|
|
1802
|
-
getOffsetParent:
|
|
1803
|
-
getElementRects:
|
|
1804
|
-
getClientRects:
|
|
1805
|
-
getDimensions:
|
|
1799
|
+
const yr = {
|
|
1800
|
+
convertOffsetParentRelativeRectToViewportRelativeRect: lr,
|
|
1801
|
+
getDocumentElement: ie,
|
|
1802
|
+
getClippingRect: mr,
|
|
1803
|
+
getOffsetParent: $n,
|
|
1804
|
+
getElementRects: hr,
|
|
1805
|
+
getClientRects: ar,
|
|
1806
|
+
getDimensions: gr,
|
|
1806
1807
|
getScale: Pe,
|
|
1807
1808
|
isElement: j,
|
|
1808
|
-
isRTL:
|
|
1809
|
+
isRTL: br
|
|
1809
1810
|
};
|
|
1810
|
-
function
|
|
1811
|
+
function vr(e, t) {
|
|
1811
1812
|
let n = null, o;
|
|
1812
|
-
const r =
|
|
1813
|
+
const r = ie(e);
|
|
1813
1814
|
function i() {
|
|
1814
1815
|
var l;
|
|
1815
1816
|
clearTimeout(o), (l = n) == null || l.disconnect(), n = null;
|
|
@@ -1824,9 +1825,9 @@ function hr(e, t) {
|
|
|
1824
1825
|
} = e.getBoundingClientRect();
|
|
1825
1826
|
if (l || t(), !u || !f)
|
|
1826
1827
|
return;
|
|
1827
|
-
const d = Xe(m), g = Xe(r.clientWidth - (c + u)), p = Xe(r.clientHeight - (m + f)),
|
|
1828
|
-
rootMargin: -d + "px " + -g + "px " + -p + "px " +
|
|
1829
|
-
threshold: Y(0,
|
|
1828
|
+
const d = Xe(m), g = Xe(r.clientWidth - (c + u)), p = Xe(r.clientHeight - (m + f)), $ = Xe(c), x = {
|
|
1829
|
+
rootMargin: -d + "px " + -g + "px " + -p + "px " + -$ + "px",
|
|
1830
|
+
threshold: Y(0, re(1, a)) || 1
|
|
1830
1831
|
};
|
|
1831
1832
|
let B = !0;
|
|
1832
1833
|
function S(k) {
|
|
@@ -1853,7 +1854,7 @@ function hr(e, t) {
|
|
|
1853
1854
|
}
|
|
1854
1855
|
return s(!0), i;
|
|
1855
1856
|
}
|
|
1856
|
-
function
|
|
1857
|
+
function xr(e, t, n, o) {
|
|
1857
1858
|
o === void 0 && (o = {});
|
|
1858
1859
|
const {
|
|
1859
1860
|
ancestorScroll: r = !0,
|
|
@@ -1861,13 +1862,13 @@ function br(e, t, n, o) {
|
|
|
1861
1862
|
elementResize: s = typeof ResizeObserver == "function",
|
|
1862
1863
|
layoutShift: l = typeof IntersectionObserver == "function",
|
|
1863
1864
|
animationFrame: a = !1
|
|
1864
|
-
} = o, c = xt(e), m = r || i ? [...c ?
|
|
1865
|
+
} = o, c = xt(e), m = r || i ? [...c ? se(c) : [], ...se(t)] : [];
|
|
1865
1866
|
m.forEach((h) => {
|
|
1866
1867
|
r && h.addEventListener("scroll", n, {
|
|
1867
1868
|
passive: !0
|
|
1868
1869
|
}), i && h.addEventListener("resize", n);
|
|
1869
1870
|
});
|
|
1870
|
-
const u = c && l ?
|
|
1871
|
+
const u = c && l ? vr(c, n) : null;
|
|
1871
1872
|
let f = -1, d = null;
|
|
1872
1873
|
s && (d = new ResizeObserver((h) => {
|
|
1873
1874
|
let [x] = h;
|
|
@@ -1876,11 +1877,11 @@ function br(e, t, n, o) {
|
|
|
1876
1877
|
(B = d) == null || B.observe(t);
|
|
1877
1878
|
})), n();
|
|
1878
1879
|
}), c && !a && d.observe(c), d.observe(t));
|
|
1879
|
-
let g, p = a ?
|
|
1880
|
-
a &&
|
|
1881
|
-
function
|
|
1882
|
-
const h =
|
|
1883
|
-
p && (h.x !== p.x || h.y !== p.y || h.width !== p.width || h.height !== p.height) && n(), p = h, g = requestAnimationFrame(
|
|
1880
|
+
let g, p = a ? xe(e) : null;
|
|
1881
|
+
a && $();
|
|
1882
|
+
function $() {
|
|
1883
|
+
const h = xe(e);
|
|
1884
|
+
p && (h.x !== p.x || h.y !== p.y || h.width !== p.width || h.height !== p.height) && n(), p = h, g = requestAnimationFrame($);
|
|
1884
1885
|
}
|
|
1885
1886
|
return n(), () => {
|
|
1886
1887
|
var h;
|
|
@@ -1889,15 +1890,15 @@ function br(e, t, n, o) {
|
|
|
1889
1890
|
}), u == null || u(), (h = d) == null || h.disconnect(), d = null, a && cancelAnimationFrame(g);
|
|
1890
1891
|
};
|
|
1891
1892
|
}
|
|
1892
|
-
const
|
|
1893
|
+
const $r = nr, wr = Zo, Vi = or, _i = Qo, Sr = (e, t, n) => {
|
|
1893
1894
|
const o = /* @__PURE__ */ new Map(), r = {
|
|
1894
|
-
platform:
|
|
1895
|
+
platform: yr,
|
|
1895
1896
|
...n
|
|
1896
1897
|
}, i = {
|
|
1897
1898
|
...r.platform,
|
|
1898
1899
|
_c: o
|
|
1899
1900
|
};
|
|
1900
|
-
return
|
|
1901
|
+
return qo(e, t, {
|
|
1901
1902
|
...r,
|
|
1902
1903
|
platform: i
|
|
1903
1904
|
});
|
|
@@ -1934,11 +1935,11 @@ function Je(e, t) {
|
|
|
1934
1935
|
}
|
|
1935
1936
|
return e !== e && t !== t;
|
|
1936
1937
|
}
|
|
1937
|
-
function
|
|
1938
|
+
function wn(e) {
|
|
1938
1939
|
return typeof window > "u" ? 1 : (e.ownerDocument.defaultView || window).devicePixelRatio || 1;
|
|
1939
1940
|
}
|
|
1940
1941
|
function zt(e, t) {
|
|
1941
|
-
const n =
|
|
1942
|
+
const n = wn(e);
|
|
1942
1943
|
return Math.round(t * n) / n;
|
|
1943
1944
|
}
|
|
1944
1945
|
function Wt(e) {
|
|
@@ -1947,7 +1948,7 @@ function Wt(e) {
|
|
|
1947
1948
|
t.current = e;
|
|
1948
1949
|
}), t;
|
|
1949
1950
|
}
|
|
1950
|
-
function
|
|
1951
|
+
function Rr(e) {
|
|
1951
1952
|
e === void 0 && (e = {});
|
|
1952
1953
|
const {
|
|
1953
1954
|
placement: t = "bottom",
|
|
@@ -1970,11 +1971,11 @@ function wr(e) {
|
|
|
1970
1971
|
isPositioned: !1
|
|
1971
1972
|
}), [f, d] = y.useState(o);
|
|
1972
1973
|
Je(f, o) || d(o);
|
|
1973
|
-
const [g, p] = y.useState(null), [
|
|
1974
|
+
const [g, p] = y.useState(null), [$, h] = y.useState(null), x = y.useCallback((R) => {
|
|
1974
1975
|
R !== C.current && (C.current = R, p(R));
|
|
1975
1976
|
}, []), B = y.useCallback((R) => {
|
|
1976
1977
|
R !== P.current && (P.current = R, h(R));
|
|
1977
|
-
}, []), S = i || g, k = s ||
|
|
1978
|
+
}, []), S = i || g, k = s || $, C = y.useRef(null), P = y.useRef(null), T = y.useRef(m), D = a != null, A = Wt(a), L = Wt(r), M = y.useCallback(() => {
|
|
1978
1979
|
if (!C.current || !P.current)
|
|
1979
1980
|
return;
|
|
1980
1981
|
const R = {
|
|
@@ -1982,13 +1983,13 @@ function wr(e) {
|
|
|
1982
1983
|
strategy: n,
|
|
1983
1984
|
middleware: f
|
|
1984
1985
|
};
|
|
1985
|
-
L.current && (R.platform = L.current),
|
|
1986
|
-
const
|
|
1987
|
-
|
|
1986
|
+
L.current && (R.platform = L.current), Sr(C.current, P.current, R).then((w) => {
|
|
1987
|
+
const z = {
|
|
1988
|
+
...w,
|
|
1988
1989
|
isPositioned: !0
|
|
1989
1990
|
};
|
|
1990
|
-
O.current && !Je(T.current,
|
|
1991
|
-
u(
|
|
1991
|
+
O.current && !Je(T.current, z) && (T.current = z, zn.flushSync(() => {
|
|
1992
|
+
u(z);
|
|
1992
1993
|
}));
|
|
1993
1994
|
});
|
|
1994
1995
|
}, [f, t, n, L]);
|
|
@@ -2024,17 +2025,17 @@ function wr(e) {
|
|
|
2024
2025
|
};
|
|
2025
2026
|
if (!v.floating)
|
|
2026
2027
|
return R;
|
|
2027
|
-
const
|
|
2028
|
+
const w = zt(v.floating, m.x), z = zt(v.floating, m.y);
|
|
2028
2029
|
return l ? {
|
|
2029
2030
|
...R,
|
|
2030
|
-
transform: "translate(" +
|
|
2031
|
-
...
|
|
2031
|
+
transform: "translate(" + w + "px, " + z + "px)",
|
|
2032
|
+
...wn(v.floating) >= 1.5 && {
|
|
2032
2033
|
willChange: "transform"
|
|
2033
2034
|
}
|
|
2034
2035
|
} : {
|
|
2035
2036
|
position: n,
|
|
2036
|
-
left:
|
|
2037
|
-
top:
|
|
2037
|
+
left: w,
|
|
2038
|
+
top: z
|
|
2038
2039
|
};
|
|
2039
2040
|
}, [n, l, v.floating, m.x, m.y]);
|
|
2040
2041
|
return y.useMemo(() => ({
|
|
@@ -2049,8 +2050,8 @@ function wr(e) {
|
|
|
2049
2050
|
* tabbable 6.2.0
|
|
2050
2051
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
2051
2052
|
*/
|
|
2052
|
-
var
|
|
2053
|
-
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, Qe = !
|
|
2053
|
+
var Er = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])", "a[href]:not([inert])", "button:not([inert])", "[tabindex]:not(slot):not([inert])", "audio[controls]:not([inert])", "video[controls]:not([inert])", '[contenteditable]:not([contenteditable="false"]):not([inert])', "details>summary:first-of-type:not([inert])", "details:not([inert])"], mt = /* @__PURE__ */ Er.join(","), Sn = typeof Element > "u", je = Sn ? function() {
|
|
2054
|
+
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, Qe = !Sn && Element.prototype.getRootNode ? function(e) {
|
|
2054
2055
|
var t;
|
|
2055
2056
|
return e == null || (t = e.getRootNode) === null || t === void 0 ? void 0 : t.call(e);
|
|
2056
2057
|
} : function(e) {
|
|
@@ -2060,15 +2061,15 @@ var $r = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
2060
2061
|
n === void 0 && (n = !0);
|
|
2061
2062
|
var r = t == null || (o = t.getAttribute) === null || o === void 0 ? void 0 : o.call(t, "inert"), i = r === "" || r === "true", s = i || n && t && e(t.parentNode);
|
|
2062
2063
|
return s;
|
|
2063
|
-
},
|
|
2064
|
+
}, Cr = function(t) {
|
|
2064
2065
|
var n, o = t == null || (n = t.getAttribute) === null || n === void 0 ? void 0 : n.call(t, "contenteditable");
|
|
2065
2066
|
return o === "" || o === "true";
|
|
2066
|
-
},
|
|
2067
|
+
}, kr = function(t, n, o) {
|
|
2067
2068
|
if (et(t))
|
|
2068
2069
|
return [];
|
|
2069
2070
|
var r = Array.prototype.slice.apply(t.querySelectorAll(mt));
|
|
2070
2071
|
return n && je.call(t, mt) && r.unshift(t), r = r.filter(o), r;
|
|
2071
|
-
},
|
|
2072
|
+
}, Tr = function e(t, n, o) {
|
|
2072
2073
|
for (var r = [], i = Array.from(t); i.length; ) {
|
|
2073
2074
|
var s = i.shift();
|
|
2074
2075
|
if (!et(s, !1))
|
|
@@ -2094,31 +2095,31 @@ var $r = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
2094
2095
|
}
|
|
2095
2096
|
}
|
|
2096
2097
|
return r;
|
|
2097
|
-
},
|
|
2098
|
+
}, Rn = function(t) {
|
|
2098
2099
|
return !isNaN(parseInt(t.getAttribute("tabindex"), 10));
|
|
2099
|
-
},
|
|
2100
|
+
}, En = function(t) {
|
|
2100
2101
|
if (!t)
|
|
2101
2102
|
throw new Error("No node provided");
|
|
2102
|
-
return t.tabIndex < 0 && (/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName) ||
|
|
2103
|
-
},
|
|
2104
|
-
var o =
|
|
2105
|
-
return o < 0 && n &&
|
|
2106
|
-
},
|
|
2103
|
+
return t.tabIndex < 0 && (/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName) || Cr(t)) && !Rn(t) ? 0 : t.tabIndex;
|
|
2104
|
+
}, Ir = function(t, n) {
|
|
2105
|
+
var o = En(t);
|
|
2106
|
+
return o < 0 && n && !Rn(t) ? 0 : o;
|
|
2107
|
+
}, Br = function(t, n) {
|
|
2107
2108
|
return t.tabIndex === n.tabIndex ? t.documentOrder - n.documentOrder : t.tabIndex - n.tabIndex;
|
|
2108
|
-
},
|
|
2109
|
+
}, Cn = function(t) {
|
|
2109
2110
|
return t.tagName === "INPUT";
|
|
2110
|
-
},
|
|
2111
|
-
return
|
|
2112
|
-
},
|
|
2111
|
+
}, Pr = function(t) {
|
|
2112
|
+
return Cn(t) && t.type === "hidden";
|
|
2113
|
+
}, Ar = function(t) {
|
|
2113
2114
|
var n = t.tagName === "DETAILS" && Array.prototype.slice.apply(t.children).some(function(o) {
|
|
2114
2115
|
return o.tagName === "SUMMARY";
|
|
2115
2116
|
});
|
|
2116
2117
|
return n;
|
|
2117
|
-
},
|
|
2118
|
+
}, Or = function(t, n) {
|
|
2118
2119
|
for (var o = 0; o < t.length; o++)
|
|
2119
2120
|
if (t[o].checked && t[o].form === n)
|
|
2120
2121
|
return t[o];
|
|
2121
|
-
},
|
|
2122
|
+
}, Dr = function(t) {
|
|
2122
2123
|
if (!t.name)
|
|
2123
2124
|
return !0;
|
|
2124
2125
|
var n = t.form || Qe(t), o = function(l) {
|
|
@@ -2132,13 +2133,13 @@ var $r = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
2132
2133
|
} catch (s) {
|
|
2133
2134
|
return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s", s.message), !1;
|
|
2134
2135
|
}
|
|
2135
|
-
var i =
|
|
2136
|
+
var i = Or(r, t.form);
|
|
2136
2137
|
return !i || i === t;
|
|
2137
|
-
},
|
|
2138
|
-
return
|
|
2139
|
-
},
|
|
2140
|
-
return
|
|
2141
|
-
},
|
|
2138
|
+
}, Mr = function(t) {
|
|
2139
|
+
return Cn(t) && t.type === "radio";
|
|
2140
|
+
}, Lr = function(t) {
|
|
2141
|
+
return Mr(t) && !Dr(t);
|
|
2142
|
+
}, Fr = function(t) {
|
|
2142
2143
|
var n, o = t && Qe(t), r = (n = o) === null || n === void 0 ? void 0 : n.host, i = !1;
|
|
2143
2144
|
if (o && o !== t) {
|
|
2144
2145
|
var s, l, a;
|
|
@@ -2151,7 +2152,7 @@ var $r = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
2151
2152
|
}, Nt = function(t) {
|
|
2152
2153
|
var n = t.getBoundingClientRect(), o = n.width, r = n.height;
|
|
2153
2154
|
return o === 0 && r === 0;
|
|
2154
|
-
},
|
|
2155
|
+
}, zr = function(t, n) {
|
|
2155
2156
|
var o = n.displayCheck, r = n.getShadowRoot;
|
|
2156
2157
|
if (getComputedStyle(t).visibility === "hidden")
|
|
2157
2158
|
return !0;
|
|
@@ -2168,14 +2169,14 @@ var $r = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
2168
2169
|
}
|
|
2169
2170
|
t = l;
|
|
2170
2171
|
}
|
|
2171
|
-
if (
|
|
2172
|
+
if (Fr(t))
|
|
2172
2173
|
return !t.getClientRects().length;
|
|
2173
2174
|
if (o !== "legacy-full")
|
|
2174
2175
|
return !0;
|
|
2175
2176
|
} else if (o === "non-zero-area")
|
|
2176
2177
|
return Nt(t);
|
|
2177
2178
|
return !1;
|
|
2178
|
-
},
|
|
2179
|
+
}, Wr = function(t) {
|
|
2179
2180
|
if (/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))
|
|
2180
2181
|
for (var n = t.parentElement; n; ) {
|
|
2181
2182
|
if (n.tagName === "FIELDSET" && n.disabled) {
|
|
@@ -2189,21 +2190,21 @@ var $r = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
2189
2190
|
n = n.parentElement;
|
|
2190
2191
|
}
|
|
2191
2192
|
return !1;
|
|
2192
|
-
},
|
|
2193
|
+
}, Nr = function(t, n) {
|
|
2193
2194
|
return !(n.disabled || // we must do an inert look up to filter out any elements inside an inert ancestor
|
|
2194
2195
|
// because we're limited in the type of selectors we can use in JSDom (see related
|
|
2195
2196
|
// note related to `candidateSelectors`)
|
|
2196
|
-
et(n) ||
|
|
2197
|
-
|
|
2197
|
+
et(n) || Pr(n) || zr(n, t) || // For a details element with a summary, the summary element gets the focus
|
|
2198
|
+
Ar(n) || Wr(n));
|
|
2198
2199
|
}, jt = function(t, n) {
|
|
2199
|
-
return !(
|
|
2200
|
-
},
|
|
2200
|
+
return !(Lr(n) || En(n) < 0 || !Nr(t, n));
|
|
2201
|
+
}, jr = function(t) {
|
|
2201
2202
|
var n = parseInt(t.getAttribute("tabindex"), 10);
|
|
2202
2203
|
return !!(isNaN(n) || n >= 0);
|
|
2203
|
-
},
|
|
2204
|
+
}, Hr = function e(t) {
|
|
2204
2205
|
var n = [], o = [];
|
|
2205
2206
|
return t.forEach(function(r, i) {
|
|
2206
|
-
var s = !!r.scopeParent, l = s ? r.scopeParent : r, a =
|
|
2207
|
+
var s = !!r.scopeParent, l = s ? r.scopeParent : r, a = Ir(l, s), c = s ? e(r.candidates) : l;
|
|
2207
2208
|
a === 0 ? s ? n.push.apply(n, c) : n.push(l) : o.push({
|
|
2208
2209
|
documentOrder: i,
|
|
2209
2210
|
tabIndex: a,
|
|
@@ -2211,26 +2212,26 @@ var $r = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
2211
2212
|
isScope: s,
|
|
2212
2213
|
content: c
|
|
2213
2214
|
});
|
|
2214
|
-
}), o.sort(
|
|
2215
|
+
}), o.sort(Br).reduce(function(r, i) {
|
|
2215
2216
|
return i.isScope ? r.push.apply(r, i.content) : r.push(i.content), r;
|
|
2216
2217
|
}, []).concat(n);
|
|
2217
|
-
},
|
|
2218
|
+
}, kn = function(t, n) {
|
|
2218
2219
|
n = n || {};
|
|
2219
2220
|
var o;
|
|
2220
|
-
return n.getShadowRoot ? o =
|
|
2221
|
+
return n.getShadowRoot ? o = Tr([t], n.includeContainer, {
|
|
2221
2222
|
filter: jt.bind(null, n),
|
|
2222
2223
|
flatten: !1,
|
|
2223
2224
|
getShadowRoot: n.getShadowRoot,
|
|
2224
|
-
shadowRootFilter:
|
|
2225
|
-
}) : o =
|
|
2225
|
+
shadowRootFilter: jr
|
|
2226
|
+
}) : o = kr(t, n.includeContainer, jt.bind(null, n)), Hr(o);
|
|
2226
2227
|
};
|
|
2227
|
-
const
|
|
2228
|
-
function
|
|
2228
|
+
const Vr = y[/* @__PURE__ */ "useInsertionEffect".toString()], _r = Vr || ((e) => e());
|
|
2229
|
+
function Te(e) {
|
|
2229
2230
|
const t = y.useRef(() => {
|
|
2230
2231
|
if (process.env.NODE_ENV !== "production")
|
|
2231
2232
|
throw new Error("Cannot call an event handler while rendering.");
|
|
2232
2233
|
});
|
|
2233
|
-
return
|
|
2234
|
+
return _r(() => {
|
|
2234
2235
|
t.current = e;
|
|
2235
2236
|
}), y.useCallback(function() {
|
|
2236
2237
|
for (var n = arguments.length, o = new Array(n), r = 0; r < n; r++)
|
|
@@ -2249,9 +2250,9 @@ function gt() {
|
|
|
2249
2250
|
return e;
|
|
2250
2251
|
}, gt.apply(this, arguments);
|
|
2251
2252
|
}
|
|
2252
|
-
let it = !1,
|
|
2253
|
-
const Ht = () => "floating-ui-" +
|
|
2254
|
-
function
|
|
2253
|
+
let it = !1, Yr = 0;
|
|
2254
|
+
const Ht = () => "floating-ui-" + Yr++;
|
|
2255
|
+
function Xr() {
|
|
2255
2256
|
const [e, t] = y.useState(() => it ? Ht() : void 0);
|
|
2256
2257
|
return Q(() => {
|
|
2257
2258
|
e == null && t(Ht());
|
|
@@ -2259,8 +2260,8 @@ function Vr() {
|
|
|
2259
2260
|
it || (it = !0);
|
|
2260
2261
|
}, []), e;
|
|
2261
2262
|
}
|
|
2262
|
-
const
|
|
2263
|
-
function
|
|
2263
|
+
const Kr = y[/* @__PURE__ */ "useId".toString()], $t = Kr || Xr;
|
|
2264
|
+
function Gr() {
|
|
2264
2265
|
const e = /* @__PURE__ */ new Map();
|
|
2265
2266
|
return {
|
|
2266
2267
|
emit(t, n) {
|
|
@@ -2276,15 +2277,15 @@ function Yr() {
|
|
|
2276
2277
|
}
|
|
2277
2278
|
};
|
|
2278
2279
|
}
|
|
2279
|
-
const
|
|
2280
|
+
const Ur = /* @__PURE__ */ y.createContext(null), qr = /* @__PURE__ */ y.createContext(null), wt = () => {
|
|
2280
2281
|
var e;
|
|
2281
|
-
return ((e = y.useContext(
|
|
2282
|
-
}, St = () => y.useContext(
|
|
2282
|
+
return ((e = y.useContext(Ur)) == null ? void 0 : e.id) || null;
|
|
2283
|
+
}, St = () => y.useContext(qr);
|
|
2283
2284
|
function nt(e) {
|
|
2284
2285
|
return "data-floating-ui-" + e;
|
|
2285
2286
|
}
|
|
2286
2287
|
function Be(e) {
|
|
2287
|
-
const t =
|
|
2288
|
+
const t = Dn(e);
|
|
2288
2289
|
return Q(() => {
|
|
2289
2290
|
t.current = e;
|
|
2290
2291
|
}), t;
|
|
@@ -2293,7 +2294,7 @@ const Vt = /* @__PURE__ */ nt("safe-polygon");
|
|
|
2293
2294
|
function st(e, t, n) {
|
|
2294
2295
|
return n && !Ue(n) ? 0 : typeof e == "number" ? e : e == null ? void 0 : e[t];
|
|
2295
2296
|
}
|
|
2296
|
-
function
|
|
2297
|
+
function Zr(e, t) {
|
|
2297
2298
|
t === void 0 && (t = {});
|
|
2298
2299
|
const {
|
|
2299
2300
|
open: n,
|
|
@@ -2312,7 +2313,7 @@ function Gr(e, t) {
|
|
|
2312
2313
|
mouseOnly: f = !1,
|
|
2313
2314
|
restMs: d = 0,
|
|
2314
2315
|
move: g = !0
|
|
2315
|
-
} = t, p = St(),
|
|
2316
|
+
} = t, p = St(), $ = wt(), h = Be(u), x = Be(m), B = y.useRef(), S = y.useRef(), k = y.useRef(), C = y.useRef(), P = y.useRef(!0), T = y.useRef(!1), D = y.useRef(() => {
|
|
2316
2317
|
}), A = y.useCallback(() => {
|
|
2317
2318
|
var b;
|
|
2318
2319
|
const v = (b = r.current.openEvent) == null ? void 0 : b.type;
|
|
@@ -2336,7 +2337,7 @@ function Gr(e, t) {
|
|
|
2336
2337
|
function b(I) {
|
|
2337
2338
|
A() && o(!1, I, "hover");
|
|
2338
2339
|
}
|
|
2339
|
-
const v =
|
|
2340
|
+
const v = pe(l).documentElement;
|
|
2340
2341
|
return v.addEventListener("mouseleave", b), () => {
|
|
2341
2342
|
v.removeEventListener("mouseleave", b);
|
|
2342
2343
|
};
|
|
@@ -2349,7 +2350,7 @@ function Gr(e, t) {
|
|
|
2349
2350
|
D.current(), k.current = void 0;
|
|
2350
2351
|
}, []), O = y.useCallback(() => {
|
|
2351
2352
|
if (T.current) {
|
|
2352
|
-
const b =
|
|
2353
|
+
const b = pe(a.floating.current).body;
|
|
2353
2354
|
b.style.pointerEvents = "", b.removeAttribute(Vt), T.current = !1;
|
|
2354
2355
|
}
|
|
2355
2356
|
}, [a]);
|
|
@@ -2359,69 +2360,69 @@ function Gr(e, t) {
|
|
|
2359
2360
|
function b() {
|
|
2360
2361
|
return r.current.openEvent ? ["click", "mousedown"].includes(r.current.openEvent.type) : !1;
|
|
2361
2362
|
}
|
|
2362
|
-
function v(
|
|
2363
|
+
function v(w) {
|
|
2363
2364
|
if (clearTimeout(S.current), P.current = !1, f && !Ue(B.current) || d > 0 && st(x.current, "open") === 0)
|
|
2364
2365
|
return;
|
|
2365
|
-
const
|
|
2366
|
-
|
|
2367
|
-
o(!0,
|
|
2368
|
-
},
|
|
2366
|
+
const z = st(x.current, "open", B.current);
|
|
2367
|
+
z ? S.current = setTimeout(() => {
|
|
2368
|
+
o(!0, w, "hover");
|
|
2369
|
+
}, z) : o(!0, w, "hover");
|
|
2369
2370
|
}
|
|
2370
|
-
function I(
|
|
2371
|
+
function I(w) {
|
|
2371
2372
|
if (b())
|
|
2372
2373
|
return;
|
|
2373
2374
|
D.current();
|
|
2374
|
-
const
|
|
2375
|
+
const z = pe(l);
|
|
2375
2376
|
if (clearTimeout(C.current), h.current) {
|
|
2376
2377
|
n || clearTimeout(S.current), k.current = h.current({
|
|
2377
2378
|
...e,
|
|
2378
2379
|
tree: p,
|
|
2379
|
-
x:
|
|
2380
|
-
y:
|
|
2380
|
+
x: w.clientX,
|
|
2381
|
+
y: w.clientY,
|
|
2381
2382
|
onClose() {
|
|
2382
|
-
O(), M(), L(
|
|
2383
|
+
O(), M(), L(w, !0, "safe-polygon");
|
|
2383
2384
|
}
|
|
2384
2385
|
});
|
|
2385
2386
|
const U = k.current;
|
|
2386
|
-
|
|
2387
|
-
|
|
2387
|
+
z.addEventListener("mousemove", U), D.current = () => {
|
|
2388
|
+
z.removeEventListener("mousemove", U);
|
|
2388
2389
|
};
|
|
2389
2390
|
return;
|
|
2390
2391
|
}
|
|
2391
|
-
(B.current === "touch" ? !
|
|
2392
|
+
(B.current === "touch" ? !ye(l, w.relatedTarget) : !0) && L(w);
|
|
2392
2393
|
}
|
|
2393
|
-
function R(
|
|
2394
|
+
function R(w) {
|
|
2394
2395
|
b() || h.current == null || h.current({
|
|
2395
2396
|
...e,
|
|
2396
2397
|
tree: p,
|
|
2397
|
-
x:
|
|
2398
|
-
y:
|
|
2398
|
+
x: w.clientX,
|
|
2399
|
+
y: w.clientY,
|
|
2399
2400
|
onClose() {
|
|
2400
|
-
O(), M(), L(
|
|
2401
|
+
O(), M(), L(w);
|
|
2401
2402
|
}
|
|
2402
|
-
})(
|
|
2403
|
+
})(w);
|
|
2403
2404
|
}
|
|
2404
2405
|
if (j(s)) {
|
|
2405
|
-
const
|
|
2406
|
-
return n &&
|
|
2406
|
+
const w = s;
|
|
2407
|
+
return n && w.addEventListener("mouseleave", R), l == null || l.addEventListener("mouseleave", R), g && w.addEventListener("mousemove", v, {
|
|
2407
2408
|
once: !0
|
|
2408
|
-
}),
|
|
2409
|
-
n &&
|
|
2409
|
+
}), w.addEventListener("mouseenter", v), w.addEventListener("mouseleave", I), () => {
|
|
2410
|
+
n && w.removeEventListener("mouseleave", R), l == null || l.removeEventListener("mouseleave", R), g && w.removeEventListener("mousemove", v), w.removeEventListener("mouseenter", v), w.removeEventListener("mouseleave", I);
|
|
2410
2411
|
};
|
|
2411
2412
|
}
|
|
2412
2413
|
}, [s, l, c, e, f, d, g, L, M, O, o, n, p, x, h, r]), Q(() => {
|
|
2413
2414
|
var b;
|
|
2414
2415
|
if (c && n && (b = h.current) != null && b.__options.blockPointerEvents && A()) {
|
|
2415
|
-
const I =
|
|
2416
|
+
const I = pe(l).body;
|
|
2416
2417
|
if (I.setAttribute(Vt, ""), I.style.pointerEvents = "none", T.current = !0, j(s) && l) {
|
|
2417
2418
|
var v;
|
|
2418
|
-
const R = s,
|
|
2419
|
-
return
|
|
2419
|
+
const R = s, w = p == null || (v = p.nodesRef.current.find((z) => z.id === $)) == null || (v = v.context) == null ? void 0 : v.elements.floating;
|
|
2420
|
+
return w && (w.style.pointerEvents = ""), R.style.pointerEvents = "auto", l.style.pointerEvents = "auto", () => {
|
|
2420
2421
|
R.style.pointerEvents = "", l.style.pointerEvents = "";
|
|
2421
2422
|
};
|
|
2422
2423
|
}
|
|
2423
2424
|
}
|
|
2424
|
-
}, [c, n,
|
|
2425
|
+
}, [c, n, $, l, s, p, h, A]), Q(() => {
|
|
2425
2426
|
n || (B.current = void 0, M(), O());
|
|
2426
2427
|
}, [n, M, O]), y.useEffect(() => () => {
|
|
2427
2428
|
M(), clearTimeout(S.current), clearTimeout(C.current), O();
|
|
@@ -2467,7 +2468,7 @@ function Ge(e, t) {
|
|
|
2467
2468
|
}), n = n.concat(o);
|
|
2468
2469
|
return n;
|
|
2469
2470
|
}
|
|
2470
|
-
const
|
|
2471
|
+
const Tn = () => ({
|
|
2471
2472
|
getShadowRoot: !0,
|
|
2472
2473
|
displayCheck: (
|
|
2473
2474
|
// JSDOM does not support the `tabbable` library. To solve this we can
|
|
@@ -2476,34 +2477,34 @@ const Cn = () => ({
|
|
|
2476
2477
|
typeof ResizeObserver == "function" && ResizeObserver.toString().includes("[native code]") ? "full" : "none"
|
|
2477
2478
|
)
|
|
2478
2479
|
});
|
|
2479
|
-
function
|
|
2480
|
-
const n =
|
|
2480
|
+
function In(e, t) {
|
|
2481
|
+
const n = kn(e, Tn());
|
|
2481
2482
|
t === "prev" && n.reverse();
|
|
2482
|
-
const o = n.indexOf(
|
|
2483
|
+
const o = n.indexOf(Fo(pe(e)));
|
|
2483
2484
|
return n.slice(o + 1)[0];
|
|
2484
2485
|
}
|
|
2485
|
-
function
|
|
2486
|
-
return
|
|
2486
|
+
function Jr() {
|
|
2487
|
+
return In(document.body, "next");
|
|
2487
2488
|
}
|
|
2488
|
-
function
|
|
2489
|
-
return
|
|
2489
|
+
function Qr() {
|
|
2490
|
+
return In(document.body, "prev");
|
|
2490
2491
|
}
|
|
2491
2492
|
function lt(e, t) {
|
|
2492
2493
|
const n = t || e.currentTarget, o = e.relatedTarget;
|
|
2493
|
-
return !o || !
|
|
2494
|
+
return !o || !ye(n, o);
|
|
2494
2495
|
}
|
|
2495
|
-
function
|
|
2496
|
-
|
|
2496
|
+
function ei(e) {
|
|
2497
|
+
kn(e, Tn()).forEach((n) => {
|
|
2497
2498
|
n.dataset.tabindex = n.getAttribute("tabindex") || "", n.setAttribute("tabindex", "-1");
|
|
2498
2499
|
});
|
|
2499
2500
|
}
|
|
2500
|
-
function
|
|
2501
|
+
function ti(e) {
|
|
2501
2502
|
e.querySelectorAll("[data-tabindex]").forEach((n) => {
|
|
2502
2503
|
const o = n.dataset.tabindex;
|
|
2503
2504
|
delete n.dataset.tabindex, o ? n.setAttribute("tabindex", o) : n.removeAttribute("tabindex");
|
|
2504
2505
|
});
|
|
2505
2506
|
}
|
|
2506
|
-
const
|
|
2507
|
+
const Bn = {
|
|
2507
2508
|
border: 0,
|
|
2508
2509
|
clip: "rect(0 0 0 0)",
|
|
2509
2510
|
height: "1px",
|
|
@@ -2516,13 +2517,13 @@ const Tn = {
|
|
|
2516
2517
|
top: 0,
|
|
2517
2518
|
left: 0
|
|
2518
2519
|
};
|
|
2519
|
-
let
|
|
2520
|
+
let ni;
|
|
2520
2521
|
function _t(e) {
|
|
2521
|
-
e.key === "Tab" && (e.target, clearTimeout(
|
|
2522
|
+
e.key === "Tab" && (e.target, clearTimeout(ni));
|
|
2522
2523
|
}
|
|
2523
2524
|
const Yt = /* @__PURE__ */ y.forwardRef(function(t, n) {
|
|
2524
2525
|
const [o, r] = y.useState();
|
|
2525
|
-
Q(() => (
|
|
2526
|
+
Q(() => (zo() && r("button"), document.addEventListener("keydown", _t), () => {
|
|
2526
2527
|
document.removeEventListener("keydown", _t);
|
|
2527
2528
|
}), []);
|
|
2528
2529
|
const i = {
|
|
@@ -2532,16 +2533,16 @@ const Yt = /* @__PURE__ */ y.forwardRef(function(t, n) {
|
|
|
2532
2533
|
role: o,
|
|
2533
2534
|
"aria-hidden": o ? void 0 : !0,
|
|
2534
2535
|
[nt("focus-guard")]: "",
|
|
2535
|
-
style:
|
|
2536
|
+
style: Bn
|
|
2536
2537
|
};
|
|
2537
2538
|
return /* @__PURE__ */ y.createElement("span", gt({}, t, i));
|
|
2538
|
-
}),
|
|
2539
|
-
function
|
|
2539
|
+
}), Pn = /* @__PURE__ */ y.createContext(null), Xt = /* @__PURE__ */ nt("portal");
|
|
2540
|
+
function oi(e) {
|
|
2540
2541
|
let {
|
|
2541
2542
|
id: t,
|
|
2542
2543
|
root: n
|
|
2543
2544
|
} = e === void 0 ? {} : e;
|
|
2544
|
-
const [o, r] = y.useState(null), i =
|
|
2545
|
+
const [o, r] = y.useState(null), i = $t(), s = ii(), l = y.useRef(null);
|
|
2545
2546
|
return Q(() => () => {
|
|
2546
2547
|
o == null || o.remove(), queueMicrotask(() => {
|
|
2547
2548
|
l.current = null;
|
|
@@ -2565,14 +2566,14 @@ function ei(e) {
|
|
|
2565
2566
|
m.id = i, m.setAttribute(Xt, ""), a = c || a, a.appendChild(m), l.current = m, r(m);
|
|
2566
2567
|
}, [t, n, i, s]), o;
|
|
2567
2568
|
}
|
|
2568
|
-
function
|
|
2569
|
+
function ri(e) {
|
|
2569
2570
|
let {
|
|
2570
2571
|
children: t,
|
|
2571
2572
|
id: n,
|
|
2572
2573
|
root: o = null,
|
|
2573
2574
|
preserveTabOrder: r = !0
|
|
2574
2575
|
} = e;
|
|
2575
|
-
const i =
|
|
2576
|
+
const i = oi({
|
|
2576
2577
|
id: n,
|
|
2577
2578
|
root: o
|
|
2578
2579
|
}), [s, l] = y.useState(null), a = y.useRef(null), c = y.useRef(null), m = y.useRef(null), u = y.useRef(null), f = (
|
|
@@ -2586,12 +2587,12 @@ function ti(e) {
|
|
|
2586
2587
|
if (!i || !r || s != null && s.modal)
|
|
2587
2588
|
return;
|
|
2588
2589
|
function d(g) {
|
|
2589
|
-
i && lt(g) && (g.type === "focusin" ?
|
|
2590
|
+
i && lt(g) && (g.type === "focusin" ? ti : ei)(i);
|
|
2590
2591
|
}
|
|
2591
2592
|
return i.addEventListener("focusin", d, !0), i.addEventListener("focusout", d, !0), () => {
|
|
2592
2593
|
i.removeEventListener("focusin", d, !0), i.removeEventListener("focusout", d, !0);
|
|
2593
2594
|
};
|
|
2594
|
-
}, [i, r, s == null ? void 0 : s.modal]), /* @__PURE__ */ y.createElement(
|
|
2595
|
+
}, [i, r, s == null ? void 0 : s.modal]), /* @__PURE__ */ y.createElement(Pn.Provider, {
|
|
2595
2596
|
value: y.useMemo(() => ({
|
|
2596
2597
|
preserveTabOrder: r,
|
|
2597
2598
|
beforeOutsideRef: a,
|
|
@@ -2609,14 +2610,14 @@ function ti(e) {
|
|
|
2609
2610
|
var g;
|
|
2610
2611
|
(g = m.current) == null || g.focus();
|
|
2611
2612
|
} else {
|
|
2612
|
-
const p =
|
|
2613
|
+
const p = Qr() || (s == null ? void 0 : s.refs.domReference.current);
|
|
2613
2614
|
p == null || p.focus();
|
|
2614
2615
|
}
|
|
2615
2616
|
}
|
|
2616
2617
|
}), f && i && /* @__PURE__ */ y.createElement("span", {
|
|
2617
2618
|
"aria-owns": i.id,
|
|
2618
|
-
style:
|
|
2619
|
-
}), i && /* @__PURE__ */
|
|
2619
|
+
style: Bn
|
|
2620
|
+
}), i && /* @__PURE__ */ Wn(t, i), f && i && /* @__PURE__ */ y.createElement(Yt, {
|
|
2620
2621
|
"data-type": "outside",
|
|
2621
2622
|
ref: c,
|
|
2622
2623
|
onFocus: (d) => {
|
|
@@ -2624,20 +2625,20 @@ function ti(e) {
|
|
|
2624
2625
|
var g;
|
|
2625
2626
|
(g = u.current) == null || g.focus();
|
|
2626
2627
|
} else {
|
|
2627
|
-
const p =
|
|
2628
|
+
const p = Jr() || (s == null ? void 0 : s.refs.domReference.current);
|
|
2628
2629
|
p == null || p.focus(), s != null && s.closeOnFocusOut && (s == null || s.onOpenChange(!1, d.nativeEvent));
|
|
2629
2630
|
}
|
|
2630
2631
|
}
|
|
2631
2632
|
}));
|
|
2632
2633
|
}
|
|
2633
|
-
const
|
|
2634
|
+
const ii = () => y.useContext(Pn);
|
|
2634
2635
|
function Kt(e) {
|
|
2635
2636
|
return Z(e.target) && e.target.tagName === "BUTTON";
|
|
2636
2637
|
}
|
|
2637
2638
|
function Gt(e) {
|
|
2638
|
-
return
|
|
2639
|
+
return Ho(e);
|
|
2639
2640
|
}
|
|
2640
|
-
function
|
|
2641
|
+
function si(e, t) {
|
|
2641
2642
|
t === void 0 && (t = {});
|
|
2642
2643
|
const {
|
|
2643
2644
|
open: n,
|
|
@@ -2677,11 +2678,11 @@ function oi(e, t) {
|
|
|
2677
2678
|
}
|
|
2678
2679
|
} : {}, [s, r, l, c, m, i, a, n, o]);
|
|
2679
2680
|
}
|
|
2680
|
-
const
|
|
2681
|
+
const li = {
|
|
2681
2682
|
pointerdown: "onPointerDown",
|
|
2682
2683
|
mousedown: "onMouseDown",
|
|
2683
2684
|
click: "onClick"
|
|
2684
|
-
},
|
|
2685
|
+
}, ai = {
|
|
2685
2686
|
pointerdown: "onPointerDownCapture",
|
|
2686
2687
|
mousedown: "onMouseDownCapture",
|
|
2687
2688
|
click: "onClickCapture"
|
|
@@ -2692,7 +2693,7 @@ const ri = {
|
|
|
2692
2693
|
outsidePress: typeof e == "boolean" ? e : (n = e == null ? void 0 : e.outsidePress) != null ? n : !0
|
|
2693
2694
|
};
|
|
2694
2695
|
};
|
|
2695
|
-
function
|
|
2696
|
+
function ci(e, t) {
|
|
2696
2697
|
t === void 0 && (t = {});
|
|
2697
2698
|
const {
|
|
2698
2699
|
open: n,
|
|
@@ -2712,60 +2713,60 @@ function si(e, t) {
|
|
|
2712
2713
|
referencePress: d = !1,
|
|
2713
2714
|
referencePressEvent: g = "pointerdown",
|
|
2714
2715
|
ancestorScroll: p = !1,
|
|
2715
|
-
bubbles:
|
|
2716
|
+
bubbles: $,
|
|
2716
2717
|
capture: h
|
|
2717
|
-
} = t, x = St(), B =
|
|
2718
|
+
} = t, x = St(), B = Te(typeof u == "function" ? u : () => !1), S = typeof u == "function" ? B : u, k = y.useRef(!1), C = y.useRef(!1), {
|
|
2718
2719
|
escapeKey: P,
|
|
2719
2720
|
outsidePress: T
|
|
2720
|
-
} = Ut(
|
|
2721
|
+
} = Ut($), {
|
|
2721
2722
|
escapeKey: D,
|
|
2722
2723
|
outsidePress: A
|
|
2723
|
-
} = Ut(h), L =
|
|
2724
|
+
} = Ut(h), L = Te((v) => {
|
|
2724
2725
|
if (!n || !c || !m || v.key !== "Escape")
|
|
2725
2726
|
return;
|
|
2726
2727
|
const I = x ? Ge(x.nodesRef.current, r) : [];
|
|
2727
2728
|
if (!P && (v.stopPropagation(), I.length > 0)) {
|
|
2728
2729
|
let R = !0;
|
|
2729
|
-
if (I.forEach((
|
|
2730
|
-
var
|
|
2731
|
-
if ((
|
|
2730
|
+
if (I.forEach((w) => {
|
|
2731
|
+
var z;
|
|
2732
|
+
if ((z = w.context) != null && z.open && !w.context.dataRef.current.__escapeKeyBubbles) {
|
|
2732
2733
|
R = !1;
|
|
2733
2734
|
return;
|
|
2734
2735
|
}
|
|
2735
2736
|
}), !R)
|
|
2736
2737
|
return;
|
|
2737
2738
|
}
|
|
2738
|
-
o(!1,
|
|
2739
|
-
}), M =
|
|
2739
|
+
o(!1, Wo(v) ? v.nativeEvent : v, "escape-key");
|
|
2740
|
+
}), M = Te((v) => {
|
|
2740
2741
|
var I;
|
|
2741
2742
|
const R = () => {
|
|
2742
|
-
var
|
|
2743
|
-
L(v), (
|
|
2743
|
+
var w;
|
|
2744
|
+
L(v), (w = ke(v)) == null || w.removeEventListener("keydown", R);
|
|
2744
2745
|
};
|
|
2745
|
-
(I =
|
|
2746
|
-
}), O =
|
|
2746
|
+
(I = ke(v)) == null || I.addEventListener("keydown", R);
|
|
2747
|
+
}), O = Te((v) => {
|
|
2747
2748
|
const I = k.current;
|
|
2748
2749
|
k.current = !1;
|
|
2749
2750
|
const R = C.current;
|
|
2750
2751
|
if (C.current = !1, f === "click" && R || I || typeof S == "function" && !S(v))
|
|
2751
2752
|
return;
|
|
2752
|
-
const
|
|
2753
|
-
let U = j(
|
|
2753
|
+
const w = ke(v), z = "[" + nt("inert") + "]", K = pe(l).querySelectorAll(z);
|
|
2754
|
+
let U = j(w) ? w : null;
|
|
2754
2755
|
for (; U && !Ae(U); ) {
|
|
2755
|
-
const V =
|
|
2756
|
+
const V = ve(U);
|
|
2756
2757
|
if (Ae(V) || !j(V))
|
|
2757
2758
|
break;
|
|
2758
2759
|
U = V;
|
|
2759
2760
|
}
|
|
2760
|
-
if (K.length && j(
|
|
2761
|
-
!
|
|
2761
|
+
if (K.length && j(w) && !No(w) && // Clicked on a direct ancestor (e.g. FloatingOverlay).
|
|
2762
|
+
!ye(w, l) && // If the target root element contains none of the markers, then the
|
|
2762
2763
|
// element was injected after the floating element rendered.
|
|
2763
|
-
Array.from(K).every((V) => !
|
|
2764
|
+
Array.from(K).every((V) => !ye(U, V)))
|
|
2764
2765
|
return;
|
|
2765
|
-
if (Z(
|
|
2766
|
-
const V =
|
|
2767
|
-
let ue = G && v.offsetX >
|
|
2768
|
-
if (G && J(
|
|
2766
|
+
if (Z(w) && l) {
|
|
2767
|
+
const V = w.clientWidth > 0 && w.scrollWidth > w.clientWidth, G = w.clientHeight > 0 && w.scrollHeight > w.clientHeight;
|
|
2768
|
+
let ue = G && v.offsetX > w.clientWidth;
|
|
2769
|
+
if (G && J(w).direction === "rtl" && (ue = v.offsetX <= w.offsetWidth - w.clientWidth), ue || V && v.offsetY > w.clientHeight)
|
|
2769
2770
|
return;
|
|
2770
2771
|
}
|
|
2771
2772
|
const we = x && Ge(x.nodesRef.current, r).some((V) => {
|
|
@@ -2787,34 +2788,34 @@ function si(e, t) {
|
|
|
2787
2788
|
return;
|
|
2788
2789
|
}
|
|
2789
2790
|
o(!1, v, "outside-press");
|
|
2790
|
-
}), b =
|
|
2791
|
+
}), b = Te((v) => {
|
|
2791
2792
|
var I;
|
|
2792
2793
|
const R = () => {
|
|
2793
|
-
var
|
|
2794
|
-
O(v), (
|
|
2794
|
+
var w;
|
|
2795
|
+
O(v), (w = ke(v)) == null || w.removeEventListener(f, R);
|
|
2795
2796
|
};
|
|
2796
|
-
(I =
|
|
2797
|
+
(I = ke(v)) == null || I.addEventListener(f, R);
|
|
2797
2798
|
});
|
|
2798
2799
|
return y.useEffect(() => {
|
|
2799
2800
|
if (!n || !c)
|
|
2800
2801
|
return;
|
|
2801
2802
|
a.current.__escapeKeyBubbles = P, a.current.__outsidePressBubbles = T;
|
|
2802
|
-
function v(
|
|
2803
|
-
o(!1,
|
|
2803
|
+
function v(w) {
|
|
2804
|
+
o(!1, w, "ancestor-scroll");
|
|
2804
2805
|
}
|
|
2805
|
-
const I =
|
|
2806
|
+
const I = pe(l);
|
|
2806
2807
|
m && I.addEventListener("keydown", D ? M : L, D), S && I.addEventListener(f, A ? b : O, A);
|
|
2807
2808
|
let R = [];
|
|
2808
|
-
return p && (j(s) && (R =
|
|
2809
|
-
var
|
|
2810
|
-
return
|
|
2811
|
-
}), R.forEach((
|
|
2812
|
-
|
|
2809
|
+
return p && (j(s) && (R = se(s)), j(l) && (R = R.concat(se(l))), !j(i) && i && i.contextElement && (R = R.concat(se(i.contextElement)))), R = R.filter((w) => {
|
|
2810
|
+
var z;
|
|
2811
|
+
return w !== ((z = I.defaultView) == null ? void 0 : z.visualViewport);
|
|
2812
|
+
}), R.forEach((w) => {
|
|
2813
|
+
w.addEventListener("scroll", v, {
|
|
2813
2814
|
passive: !0
|
|
2814
2815
|
});
|
|
2815
2816
|
}), () => {
|
|
2816
|
-
m && I.removeEventListener("keydown", D ? M : L, D), S && I.removeEventListener(f, A ? b : O, A), R.forEach((
|
|
2817
|
-
|
|
2817
|
+
m && I.removeEventListener("keydown", D ? M : L, D), S && I.removeEventListener(f, A ? b : O, A), R.forEach((w) => {
|
|
2818
|
+
w.removeEventListener("scroll", v);
|
|
2818
2819
|
});
|
|
2819
2820
|
};
|
|
2820
2821
|
}, [a, l, s, i, m, S, f, n, o, p, c, P, T, L, D, M, O, A, b]), y.useEffect(() => {
|
|
@@ -2822,7 +2823,7 @@ function si(e, t) {
|
|
|
2822
2823
|
}, [S, f]), y.useMemo(() => c ? {
|
|
2823
2824
|
reference: {
|
|
2824
2825
|
onKeyDown: L,
|
|
2825
|
-
[
|
|
2826
|
+
[li[g]]: (v) => {
|
|
2826
2827
|
d && o(!1, v.nativeEvent, "reference-press");
|
|
2827
2828
|
}
|
|
2828
2829
|
},
|
|
@@ -2834,7 +2835,7 @@ function si(e, t) {
|
|
|
2834
2835
|
onMouseUp() {
|
|
2835
2836
|
C.current = !0;
|
|
2836
2837
|
},
|
|
2837
|
-
[
|
|
2838
|
+
[ai[f]]: () => {
|
|
2838
2839
|
k.current = !0;
|
|
2839
2840
|
}
|
|
2840
2841
|
}
|
|
@@ -2842,7 +2843,7 @@ function si(e, t) {
|
|
|
2842
2843
|
}
|
|
2843
2844
|
let pt;
|
|
2844
2845
|
process.env.NODE_ENV !== "production" && (pt = /* @__PURE__ */ new Set());
|
|
2845
|
-
function
|
|
2846
|
+
function ui(e) {
|
|
2846
2847
|
var t;
|
|
2847
2848
|
e === void 0 && (e = {});
|
|
2848
2849
|
const {
|
|
@@ -2861,14 +2862,14 @@ function li(e) {
|
|
|
2861
2862
|
}
|
|
2862
2863
|
}
|
|
2863
2864
|
}
|
|
2864
|
-
const [a, c] = y.useState(null), m = ((t = e.elements) == null ? void 0 : t.reference) || a, u =
|
|
2865
|
-
T && (
|
|
2865
|
+
const [a, c] = y.useState(null), m = ((t = e.elements) == null ? void 0 : t.reference) || a, u = Rr(e), f = St(), d = wt() != null, g = Te((T, D, A) => {
|
|
2866
|
+
T && ($.current.openEvent = D), h.emit("openchange", {
|
|
2866
2867
|
open: T,
|
|
2867
2868
|
event: D,
|
|
2868
2869
|
reason: A,
|
|
2869
2870
|
nested: d
|
|
2870
2871
|
}), o == null || o(T, D, A);
|
|
2871
|
-
}), p = y.useRef(null),
|
|
2872
|
+
}), p = y.useRef(null), $ = y.useRef({}), h = y.useState(() => Gr())[0], x = $t(), B = y.useCallback((T) => {
|
|
2872
2873
|
const D = j(T) ? {
|
|
2873
2874
|
getBoundingClientRect: () => T.getBoundingClientRect(),
|
|
2874
2875
|
contextElement: T
|
|
@@ -2891,7 +2892,7 @@ function li(e) {
|
|
|
2891
2892
|
...u,
|
|
2892
2893
|
refs: k,
|
|
2893
2894
|
elements: C,
|
|
2894
|
-
dataRef:
|
|
2895
|
+
dataRef: $,
|
|
2895
2896
|
nodeId: r,
|
|
2896
2897
|
floatingId: x,
|
|
2897
2898
|
events: h,
|
|
@@ -2937,7 +2938,7 @@ function at(e, t, n) {
|
|
|
2937
2938
|
(u = o.get(c)) == null || u.push(m), s[c] = function() {
|
|
2938
2939
|
for (var f, d = arguments.length, g = new Array(d), p = 0; p < d; p++)
|
|
2939
2940
|
g[p] = arguments[p];
|
|
2940
|
-
return (f = o.get(c)) == null ? void 0 : f.map((
|
|
2941
|
+
return (f = o.get(c)) == null ? void 0 : f.map(($) => $(...g)).find(($) => $ !== void 0);
|
|
2941
2942
|
};
|
|
2942
2943
|
}
|
|
2943
2944
|
} else
|
|
@@ -2945,7 +2946,7 @@ function at(e, t, n) {
|
|
|
2945
2946
|
}), s), {})
|
|
2946
2947
|
};
|
|
2947
2948
|
}
|
|
2948
|
-
function
|
|
2949
|
+
function di(e) {
|
|
2949
2950
|
e === void 0 && (e = []);
|
|
2950
2951
|
const t = e, n = y.useCallback((i) => at(i, e, "reference"), t), o = y.useCallback((i) => at(i, e, "floating"), t), r = y.useCallback(
|
|
2951
2952
|
(i) => at(i, e, "item"),
|
|
@@ -2961,8 +2962,8 @@ function ai(e) {
|
|
|
2961
2962
|
getItemProps: r
|
|
2962
2963
|
}), [n, o, r]);
|
|
2963
2964
|
}
|
|
2964
|
-
const
|
|
2965
|
-
function
|
|
2965
|
+
const fi = /* @__PURE__ */ new Map([["select", "listbox"], ["combobox", "listbox"], ["label", !1]]);
|
|
2966
|
+
function mi(e, t) {
|
|
2966
2967
|
var n;
|
|
2967
2968
|
t === void 0 && (t = {});
|
|
2968
2969
|
const {
|
|
@@ -2971,7 +2972,7 @@ function ui(e, t) {
|
|
|
2971
2972
|
} = e, {
|
|
2972
2973
|
enabled: i = !0,
|
|
2973
2974
|
role: s = "dialog"
|
|
2974
|
-
} = t, l = (n =
|
|
2975
|
+
} = t, l = (n = fi.get(s)) != null ? n : s, a = $t(), m = wt() != null;
|
|
2975
2976
|
return y.useMemo(() => {
|
|
2976
2977
|
if (!i)
|
|
2977
2978
|
return {};
|
|
@@ -3044,10 +3045,10 @@ function ui(e, t) {
|
|
|
3044
3045
|
}, [i, s, l, o, r, a, m]);
|
|
3045
3046
|
}
|
|
3046
3047
|
const Jt = (e) => e.replace(/[A-Z]+(?![a-z])|[A-Z]/g, (t, n) => (n ? "-" : "") + t.toLowerCase());
|
|
3047
|
-
function
|
|
3048
|
+
function Ce(e, t) {
|
|
3048
3049
|
return typeof e == "function" ? e(t) : e;
|
|
3049
3050
|
}
|
|
3050
|
-
function
|
|
3051
|
+
function gi(e, t) {
|
|
3051
3052
|
const [n, o] = y.useState(e);
|
|
3052
3053
|
return e && !n && o(!0), y.useEffect(() => {
|
|
3053
3054
|
if (!e) {
|
|
@@ -3056,7 +3057,7 @@ function di(e, t) {
|
|
|
3056
3057
|
}
|
|
3057
3058
|
}, [e, t]), n;
|
|
3058
3059
|
}
|
|
3059
|
-
function
|
|
3060
|
+
function pi(e, t) {
|
|
3060
3061
|
t === void 0 && (t = {});
|
|
3061
3062
|
const {
|
|
3062
3063
|
open: n,
|
|
@@ -3065,7 +3066,7 @@ function fi(e, t) {
|
|
|
3065
3066
|
}
|
|
3066
3067
|
} = e, {
|
|
3067
3068
|
duration: r = 250
|
|
3068
|
-
} = t, s = (typeof r == "number" ? r : r.close) || 0, [l, a] = y.useState(!1), [c, m] = y.useState("unmounted"), u =
|
|
3069
|
+
} = t, s = (typeof r == "number" ? r : r.close) || 0, [l, a] = y.useState(!1), [c, m] = y.useState("unmounted"), u = gi(n, s);
|
|
3069
3070
|
return Q(() => {
|
|
3070
3071
|
l && !u && m("unmounted");
|
|
3071
3072
|
}, [l, u]), Q(() => {
|
|
@@ -3086,7 +3087,7 @@ function fi(e, t) {
|
|
|
3086
3087
|
status: c
|
|
3087
3088
|
};
|
|
3088
3089
|
}
|
|
3089
|
-
function
|
|
3090
|
+
function hi(e, t) {
|
|
3090
3091
|
t === void 0 && (t = {});
|
|
3091
3092
|
const {
|
|
3092
3093
|
initial: n = {
|
|
@@ -3100,26 +3101,26 @@ function mi(e, t) {
|
|
|
3100
3101
|
side: a,
|
|
3101
3102
|
placement: l
|
|
3102
3103
|
}), [a, l]), m = typeof s == "number", u = (m ? s : s.open) || 0, f = (m ? s : s.close) || 0, [d, g] = y.useState(() => ({
|
|
3103
|
-
...
|
|
3104
|
-
...
|
|
3104
|
+
...Ce(i, c),
|
|
3105
|
+
...Ce(n, c)
|
|
3105
3106
|
})), {
|
|
3106
3107
|
isMounted: p,
|
|
3107
|
-
status:
|
|
3108
|
-
} =
|
|
3108
|
+
status: $
|
|
3109
|
+
} = pi(e, {
|
|
3109
3110
|
duration: s
|
|
3110
3111
|
}), h = Be(n), x = Be(o), B = Be(r), S = Be(i);
|
|
3111
3112
|
return Q(() => {
|
|
3112
|
-
const k =
|
|
3113
|
-
if (
|
|
3113
|
+
const k = Ce(h.current, c), C = Ce(B.current, c), P = Ce(S.current, c), T = Ce(x.current, c) || Object.keys(k).reduce((D, A) => (D[A] = "", D), {});
|
|
3114
|
+
if ($ === "initial" && g((D) => ({
|
|
3114
3115
|
transitionProperty: D.transitionProperty,
|
|
3115
3116
|
...P,
|
|
3116
3117
|
...k
|
|
3117
|
-
})),
|
|
3118
|
+
})), $ === "open" && g({
|
|
3118
3119
|
transitionProperty: Object.keys(T).map(Jt).join(","),
|
|
3119
3120
|
transitionDuration: u + "ms",
|
|
3120
3121
|
...P,
|
|
3121
3122
|
...T
|
|
3122
|
-
}),
|
|
3123
|
+
}), $ === "close") {
|
|
3123
3124
|
const D = C || k;
|
|
3124
3125
|
g({
|
|
3125
3126
|
transitionProperty: Object.keys(D).map(Jt).join(","),
|
|
@@ -3128,7 +3129,7 @@ function mi(e, t) {
|
|
|
3128
3129
|
...D
|
|
3129
3130
|
});
|
|
3130
3131
|
}
|
|
3131
|
-
}, [f, B, h, x, S, u,
|
|
3132
|
+
}, [f, B, h, x, S, u, $, c]), {
|
|
3132
3133
|
isMounted: p,
|
|
3133
3134
|
styles: d
|
|
3134
3135
|
};
|
|
@@ -3143,10 +3144,10 @@ function Qt(e, t) {
|
|
|
3143
3144
|
}
|
|
3144
3145
|
return r;
|
|
3145
3146
|
}
|
|
3146
|
-
function
|
|
3147
|
+
function bi(e, t) {
|
|
3147
3148
|
return e[0] >= t.x && e[0] <= t.x + t.width && e[1] >= t.y && e[1] <= t.y + t.height;
|
|
3148
3149
|
}
|
|
3149
|
-
function
|
|
3150
|
+
function yi(e) {
|
|
3150
3151
|
e === void 0 && (e = {});
|
|
3151
3152
|
const {
|
|
3152
3153
|
buffer: t = 0.5,
|
|
@@ -3158,7 +3159,7 @@ function pi(e) {
|
|
|
3158
3159
|
const d = performance.now(), g = d - a;
|
|
3159
3160
|
if (s === null || l === null || g === 0)
|
|
3160
3161
|
return s = u, l = f, a = d, null;
|
|
3161
|
-
const p = u - s,
|
|
3162
|
+
const p = u - s, $ = f - l, x = Math.sqrt(p * p + $ * $) / g;
|
|
3162
3163
|
return s = u, l = f, a = d, x;
|
|
3163
3164
|
}
|
|
3164
3165
|
const m = (u) => {
|
|
@@ -3167,27 +3168,27 @@ function pi(e) {
|
|
|
3167
3168
|
y: d,
|
|
3168
3169
|
placement: g,
|
|
3169
3170
|
elements: p,
|
|
3170
|
-
onClose:
|
|
3171
|
+
onClose: $,
|
|
3171
3172
|
nodeId: h,
|
|
3172
3173
|
tree: x
|
|
3173
3174
|
} = u;
|
|
3174
3175
|
return function(S) {
|
|
3175
3176
|
function k() {
|
|
3176
|
-
clearTimeout(r),
|
|
3177
|
+
clearTimeout(r), $();
|
|
3177
3178
|
}
|
|
3178
3179
|
if (clearTimeout(r), !p.domReference || !p.floating || g == null || f == null || d == null)
|
|
3179
3180
|
return;
|
|
3180
3181
|
const {
|
|
3181
3182
|
clientX: C,
|
|
3182
3183
|
clientY: P
|
|
3183
|
-
} = S, T = [C, P], D =
|
|
3184
|
+
} = S, T = [C, P], D = ke(S), A = S.type === "mouseleave", L = ye(p.floating, D), M = ye(p.domReference, D), O = p.domReference.getBoundingClientRect(), b = p.floating.getBoundingClientRect(), v = g.split("-")[0], I = f > b.right - b.width / 2, R = d > b.bottom - b.height / 2, w = bi(T, O), z = b.width > O.width, K = b.height > O.height, U = (z ? O : b).left, we = (z ? O : b).right, ce = (K ? O : b).top, V = (K ? O : b).bottom;
|
|
3184
3185
|
if (L && (i = !0, !A))
|
|
3185
3186
|
return;
|
|
3186
3187
|
if (M && (i = !1), M && !A) {
|
|
3187
3188
|
i = !0;
|
|
3188
3189
|
return;
|
|
3189
3190
|
}
|
|
3190
|
-
if (A && j(S.relatedTarget) &&
|
|
3191
|
+
if (A && j(S.relatedTarget) && ye(p.floating, S.relatedTarget) || x && Ge(x.nodesRef.current, h).some((de) => {
|
|
3191
3192
|
let {
|
|
3192
3193
|
context: H
|
|
3193
3194
|
} = de;
|
|
@@ -3215,25 +3216,25 @@ function pi(e) {
|
|
|
3215
3216
|
let [H, _] = de;
|
|
3216
3217
|
switch (v) {
|
|
3217
3218
|
case "top": {
|
|
3218
|
-
const fe = [
|
|
3219
|
-
return [fe, me,
|
|
3219
|
+
const fe = [z ? H + t / 2 : I ? H + t * 4 : H - t * 4, _ + t + 1], me = [z ? H - t / 2 : I ? H + t * 4 : H - t * 4, _ + t + 1], Se = [[b.left, I || z ? b.bottom - t : b.top], [b.right, I ? z ? b.bottom - t : b.top : b.bottom - t]];
|
|
3220
|
+
return [fe, me, ...Se];
|
|
3220
3221
|
}
|
|
3221
3222
|
case "bottom": {
|
|
3222
|
-
const fe = [
|
|
3223
|
-
return [fe, me,
|
|
3223
|
+
const fe = [z ? H + t / 2 : I ? H + t * 4 : H - t * 4, _ - t], me = [z ? H - t / 2 : I ? H + t * 4 : H - t * 4, _ - t], Se = [[b.left, I || z ? b.top + t : b.bottom], [b.right, I ? z ? b.top + t : b.bottom : b.top + t]];
|
|
3224
|
+
return [fe, me, ...Se];
|
|
3224
3225
|
}
|
|
3225
3226
|
case "left": {
|
|
3226
3227
|
const fe = [H + t + 1, K ? _ + t / 2 : R ? _ + t * 4 : _ - t * 4], me = [H + t + 1, K ? _ - t / 2 : R ? _ + t * 4 : _ - t * 4];
|
|
3227
3228
|
return [...[[R || K ? b.right - t : b.left, b.top], [R ? K ? b.right - t : b.left : b.right - t, b.bottom]], fe, me];
|
|
3228
3229
|
}
|
|
3229
3230
|
case "right": {
|
|
3230
|
-
const fe = [H - t, K ? _ + t / 2 : R ? _ + t * 4 : _ - t * 4], me = [H - t, K ? _ - t / 2 : R ? _ + t * 4 : _ - t * 4],
|
|
3231
|
-
return [fe, me,
|
|
3231
|
+
const fe = [H - t, K ? _ + t / 2 : R ? _ + t * 4 : _ - t * 4], me = [H - t, K ? _ - t / 2 : R ? _ + t * 4 : _ - t * 4], Se = [[R || K ? b.left + t : b.right, b.top], [R ? K ? b.left + t : b.right : b.left + t, b.bottom]];
|
|
3232
|
+
return [fe, me, ...Se];
|
|
3232
3233
|
}
|
|
3233
3234
|
}
|
|
3234
3235
|
}
|
|
3235
3236
|
if (!Qt([C, P], G)) {
|
|
3236
|
-
if (i &&
|
|
3237
|
+
if (i && !w)
|
|
3237
3238
|
return k();
|
|
3238
3239
|
if (!A && o) {
|
|
3239
3240
|
const de = c(S.clientX, S.clientY);
|
|
@@ -3248,9 +3249,9 @@ function pi(e) {
|
|
|
3248
3249
|
blockPointerEvents: n
|
|
3249
3250
|
}, m;
|
|
3250
3251
|
}
|
|
3251
|
-
const
|
|
3252
|
+
const ge = W("div"), Rt = Mn(
|
|
3252
3253
|
{}
|
|
3253
|
-
),
|
|
3254
|
+
), Yi = ({
|
|
3254
3255
|
children: e,
|
|
3255
3256
|
offset: t,
|
|
3256
3257
|
open: n,
|
|
@@ -3260,13 +3261,13 @@ const Te = N("div"), Rt = On(
|
|
|
3260
3261
|
placement: s = "bottom",
|
|
3261
3262
|
role: l = "dialog"
|
|
3262
3263
|
}) => {
|
|
3263
|
-
const { refs: a, floatingStyles: c, context: m } =
|
|
3264
|
+
const { refs: a, floatingStyles: c, context: m } = ui({
|
|
3264
3265
|
open: n,
|
|
3265
3266
|
onOpenChange: o,
|
|
3266
3267
|
placement: s,
|
|
3267
|
-
whileElementsMounted:
|
|
3268
|
-
middleware: [
|
|
3269
|
-
}), { isMounted: u, styles: f } =
|
|
3268
|
+
whileElementsMounted: xr,
|
|
3269
|
+
middleware: [tr(t), wr(), $r()]
|
|
3270
|
+
}), { isMounted: u, styles: f } = hi(m, {
|
|
3270
3271
|
initial: ({ side: S }) => ({
|
|
3271
3272
|
opacity: 0,
|
|
3272
3273
|
transform: {
|
|
@@ -3276,15 +3277,15 @@ const Te = N("div"), Rt = On(
|
|
|
3276
3277
|
left: "translateX(-0.5rem)"
|
|
3277
3278
|
}[S]
|
|
3278
3279
|
})
|
|
3279
|
-
}), d =
|
|
3280
|
+
}), d = si(m, { enabled: r === "click" }), g = Zr(m, {
|
|
3280
3281
|
enabled: r === "hover",
|
|
3281
3282
|
delay: i,
|
|
3282
|
-
handleClose:
|
|
3283
|
-
}), p =
|
|
3283
|
+
handleClose: yi()
|
|
3284
|
+
}), p = ci(m), $ = mi(m, { role: l }), { getFloatingProps: h, getReferenceProps: x } = di([
|
|
3284
3285
|
d,
|
|
3285
3286
|
g,
|
|
3286
3287
|
p,
|
|
3287
|
-
|
|
3288
|
+
$
|
|
3288
3289
|
]), B = ct(
|
|
3289
3290
|
() => ({
|
|
3290
3291
|
getFloatingProps: h,
|
|
@@ -3303,14 +3304,14 @@ const Te = N("div"), Rt = On(
|
|
|
3303
3304
|
f
|
|
3304
3305
|
]
|
|
3305
3306
|
);
|
|
3306
|
-
return /* @__PURE__ */
|
|
3307
|
-
},
|
|
3307
|
+
return /* @__PURE__ */ F(Rt.Provider, { value: B, children: e });
|
|
3308
|
+
}, Xi = ({ children: e }) => {
|
|
3308
3309
|
const { getReferenceProps: t, refs: n } = nn(Rt);
|
|
3309
|
-
return /* @__PURE__ */
|
|
3310
|
+
return /* @__PURE__ */ F(On, { children: Ln(e) && Fn(e, {
|
|
3310
3311
|
ref: n.setReference,
|
|
3311
3312
|
...t()
|
|
3312
3313
|
}) });
|
|
3313
|
-
},
|
|
3314
|
+
}, Ki = ({ children: e, overlayCardProps: t }) => {
|
|
3314
3315
|
const {
|
|
3315
3316
|
getFloatingProps: n,
|
|
3316
3317
|
isMounted: o,
|
|
@@ -3318,8 +3319,8 @@ const Te = N("div"), Rt = On(
|
|
|
3318
3319
|
floatingStyles: i,
|
|
3319
3320
|
transitionStyles: s
|
|
3320
3321
|
} = nn(Rt);
|
|
3321
|
-
return o ? /* @__PURE__ */
|
|
3322
|
-
|
|
3322
|
+
return o ? /* @__PURE__ */ F(ri, { children: /* @__PURE__ */ F(
|
|
3323
|
+
ge,
|
|
3323
3324
|
{
|
|
3324
3325
|
ref: r.setFloating,
|
|
3325
3326
|
style: i,
|
|
@@ -3327,10 +3328,10 @@ const Te = N("div"), Rt = On(
|
|
|
3327
3328
|
css: {
|
|
3328
3329
|
zIndex: "$overlayCard"
|
|
3329
3330
|
},
|
|
3330
|
-
children: /* @__PURE__ */
|
|
3331
|
+
children: /* @__PURE__ */ F(an, { ...t, style: s, children: e })
|
|
3331
3332
|
}
|
|
3332
3333
|
) }) : null;
|
|
3333
|
-
},
|
|
3334
|
+
}, Gi = W("span", {
|
|
3334
3335
|
flex: "0 0 auto",
|
|
3335
3336
|
display: "inline-flex",
|
|
3336
3337
|
padding: "$1 $2",
|
|
@@ -3367,24 +3368,24 @@ const Te = N("div"), Rt = On(
|
|
|
3367
3368
|
defaultVariants: {
|
|
3368
3369
|
color: "primary"
|
|
3369
3370
|
}
|
|
3370
|
-
}),
|
|
3371
|
+
}), Ui = W(He.Root, {
|
|
3371
3372
|
backgroundColor: "$gray50",
|
|
3372
3373
|
display: "flex",
|
|
3373
3374
|
alignItems: "center",
|
|
3374
3375
|
padding: "$1",
|
|
3375
3376
|
gap: "$1"
|
|
3376
|
-
}),
|
|
3377
|
+
}), qi = W(He.ToggleGroup, {
|
|
3377
3378
|
display: "flex",
|
|
3378
3379
|
gap: "$1",
|
|
3379
3380
|
alignItems: "center"
|
|
3380
|
-
}),
|
|
3381
|
+
}), Zi = W(He.Separator, {
|
|
3381
3382
|
width: "1px",
|
|
3382
3383
|
height: "1.5rem",
|
|
3383
3384
|
my: "$1",
|
|
3384
3385
|
mx: "$1",
|
|
3385
3386
|
backgroundColor: "$border"
|
|
3386
|
-
}),
|
|
3387
|
-
|
|
3387
|
+
}), An = $e(({ css: e, ...t }, n) => /* @__PURE__ */ F(
|
|
3388
|
+
ln,
|
|
3388
3389
|
{
|
|
3389
3390
|
ref: n,
|
|
3390
3391
|
icon: !0,
|
|
@@ -3398,38 +3399,38 @@ const Te = N("div"), Rt = On(
|
|
|
3398
3399
|
},
|
|
3399
3400
|
...t
|
|
3400
3401
|
}
|
|
3401
|
-
)),
|
|
3402
|
-
({ children: e, dropdown: t, ...n }, o) => /* @__PURE__ */
|
|
3402
|
+
)), Ji = $e(
|
|
3403
|
+
({ children: e, dropdown: t, ...n }, o) => /* @__PURE__ */ F(
|
|
3403
3404
|
He.Button,
|
|
3404
3405
|
{
|
|
3405
3406
|
asChild: !0,
|
|
3406
3407
|
ref: o,
|
|
3407
|
-
children: /* @__PURE__ */
|
|
3408
|
-
|
|
3408
|
+
children: /* @__PURE__ */ ee(
|
|
3409
|
+
An,
|
|
3409
3410
|
{
|
|
3410
3411
|
variant: "transparent",
|
|
3411
3412
|
color: "primary",
|
|
3412
3413
|
...n,
|
|
3413
3414
|
children: [
|
|
3414
3415
|
e,
|
|
3415
|
-
t && /* @__PURE__ */
|
|
3416
|
+
t && /* @__PURE__ */ F(Nn, {})
|
|
3416
3417
|
]
|
|
3417
3418
|
}
|
|
3418
3419
|
)
|
|
3419
3420
|
}
|
|
3420
3421
|
)
|
|
3421
|
-
),
|
|
3422
|
+
), Qi = $e(({
|
|
3422
3423
|
children: e,
|
|
3423
3424
|
value: t,
|
|
3424
3425
|
...n
|
|
3425
|
-
}, o) => /* @__PURE__ */
|
|
3426
|
+
}, o) => /* @__PURE__ */ F(
|
|
3426
3427
|
He.ToggleItem,
|
|
3427
3428
|
{
|
|
3428
3429
|
value: t,
|
|
3429
3430
|
asChild: !0,
|
|
3430
3431
|
ref: o,
|
|
3431
|
-
children: /* @__PURE__ */
|
|
3432
|
-
|
|
3432
|
+
children: /* @__PURE__ */ F(
|
|
3433
|
+
An,
|
|
3433
3434
|
{
|
|
3434
3435
|
variant: "transparent",
|
|
3435
3436
|
color: "primary",
|
|
@@ -3439,7 +3440,7 @@ const Te = N("div"), Rt = On(
|
|
|
3439
3440
|
}
|
|
3440
3441
|
)
|
|
3441
3442
|
}
|
|
3442
|
-
)),
|
|
3443
|
+
)), es = W("div", {
|
|
3443
3444
|
color: "$$cardText",
|
|
3444
3445
|
backgroundColor: "$$cardBackground",
|
|
3445
3446
|
borderRadius: "$md",
|
|
@@ -3464,7 +3465,7 @@ const Te = N("div"), Rt = On(
|
|
|
3464
3465
|
variant: "primary",
|
|
3465
3466
|
elevation: "raised"
|
|
3466
3467
|
}
|
|
3467
|
-
}),
|
|
3468
|
+
}), vi = W("div", {
|
|
3468
3469
|
borderRadius: "$md",
|
|
3469
3470
|
padding: "$1",
|
|
3470
3471
|
border: "2px solid $blue100",
|
|
@@ -3472,12 +3473,12 @@ const Te = N("div"), Rt = On(
|
|
|
3472
3473
|
display: "flex",
|
|
3473
3474
|
alignItems: "center",
|
|
3474
3475
|
gap: "$1"
|
|
3475
|
-
}),
|
|
3476
|
+
}), ts = (e) => /* @__PURE__ */ F(vi, { ...e }), ns = ({
|
|
3476
3477
|
children: e,
|
|
3477
3478
|
active: t = !1,
|
|
3478
3479
|
...n
|
|
3479
|
-
}) => /* @__PURE__ */
|
|
3480
|
-
|
|
3480
|
+
}) => /* @__PURE__ */ F(
|
|
3481
|
+
ln,
|
|
3481
3482
|
{
|
|
3482
3483
|
variant: "transparent",
|
|
3483
3484
|
color: "primary",
|
|
@@ -3490,12 +3491,12 @@ const Te = N("div"), Rt = On(
|
|
|
3490
3491
|
...n,
|
|
3491
3492
|
children: e
|
|
3492
3493
|
}
|
|
3493
|
-
),
|
|
3494
|
+
), xi = W(Ne.Overlay, {
|
|
3494
3495
|
backgroundColor: "rgba(0, 0, 0, 0.7)",
|
|
3495
3496
|
position: "fixed",
|
|
3496
3497
|
zIndex: "$overlayCard",
|
|
3497
3498
|
inset: 0
|
|
3498
|
-
}),
|
|
3499
|
+
}), $i = W(Ne.Content, {
|
|
3499
3500
|
backgroundColor: "white",
|
|
3500
3501
|
borderRadius: "$md",
|
|
3501
3502
|
position: "fixed",
|
|
@@ -3509,22 +3510,22 @@ const Te = N("div"), Rt = On(
|
|
|
3509
3510
|
maxHeight: "85vh",
|
|
3510
3511
|
padding: "$8",
|
|
3511
3512
|
"&:focus": { outline: "none" }
|
|
3512
|
-
}),
|
|
3513
|
+
}), os = ({
|
|
3513
3514
|
children: e,
|
|
3514
3515
|
open: t,
|
|
3515
3516
|
onOpenChange: n,
|
|
3516
3517
|
trigger: o
|
|
3517
|
-
}) => /* @__PURE__ */
|
|
3518
|
-
o && /* @__PURE__ */
|
|
3519
|
-
/* @__PURE__ */
|
|
3520
|
-
/* @__PURE__ */
|
|
3521
|
-
/* @__PURE__ */
|
|
3518
|
+
}) => /* @__PURE__ */ ee(Ne.Root, { open: t, onOpenChange: n, children: [
|
|
3519
|
+
o && /* @__PURE__ */ F(Ne.Trigger, { asChild: !0, children: o }),
|
|
3520
|
+
/* @__PURE__ */ ee(Ne.Portal, { children: [
|
|
3521
|
+
/* @__PURE__ */ F(xi, {}),
|
|
3522
|
+
/* @__PURE__ */ F($i, { children: e })
|
|
3522
3523
|
] })
|
|
3523
|
-
] }),
|
|
3524
|
+
] }), rs = W("h2", {
|
|
3524
3525
|
fontSize: "$xl",
|
|
3525
3526
|
fontWeight: "$medium",
|
|
3526
3527
|
marginBottom: "$6"
|
|
3527
|
-
}),
|
|
3528
|
+
}), is = W("div", {
|
|
3528
3529
|
display: "flex",
|
|
3529
3530
|
gap: "$2",
|
|
3530
3531
|
justifyContent: "flex-end",
|
|
@@ -3533,7 +3534,41 @@ const Te = N("div"), Rt = On(
|
|
|
3533
3534
|
padding: "$4",
|
|
3534
3535
|
borderBottomRightRadius: "$md",
|
|
3535
3536
|
borderBottomLeftRadius: "$md"
|
|
3536
|
-
}),
|
|
3537
|
+
}), ss = W("div", {
|
|
3538
|
+
display: "flex",
|
|
3539
|
+
variants: {
|
|
3540
|
+
direction: {
|
|
3541
|
+
row: {
|
|
3542
|
+
flexDirection: "row"
|
|
3543
|
+
},
|
|
3544
|
+
column: {
|
|
3545
|
+
flexDirection: "column"
|
|
3546
|
+
}
|
|
3547
|
+
},
|
|
3548
|
+
align: {
|
|
3549
|
+
start: {
|
|
3550
|
+
alignItems: "flex-start"
|
|
3551
|
+
},
|
|
3552
|
+
center: {
|
|
3553
|
+
alignItems: "center"
|
|
3554
|
+
}
|
|
3555
|
+
},
|
|
3556
|
+
gap: {
|
|
3557
|
+
$1: { gap: "$1" },
|
|
3558
|
+
$2: { gap: "$2" },
|
|
3559
|
+
$3: { gap: "$3" },
|
|
3560
|
+
$4: { gap: "$4" },
|
|
3561
|
+
$5: { gap: "$5" },
|
|
3562
|
+
$6: { gap: "$6" },
|
|
3563
|
+
$7: { gap: "$7" },
|
|
3564
|
+
$8: { gap: "$8" }
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
defaultVariants: {
|
|
3568
|
+
direction: "column",
|
|
3569
|
+
gap: "$4"
|
|
3570
|
+
}
|
|
3571
|
+
}), wi = W(an, {
|
|
3537
3572
|
minWidth: "max(var(--radix-popper-anchor-width), 12rem)",
|
|
3538
3573
|
padding: "$1"
|
|
3539
3574
|
}), Et = Ve({
|
|
@@ -3559,27 +3594,27 @@ const Te = N("div"), Rt = On(
|
|
|
3559
3594
|
backgroundColor: "transparent"
|
|
3560
3595
|
}
|
|
3561
3596
|
}
|
|
3562
|
-
}),
|
|
3597
|
+
}), ls = ({
|
|
3563
3598
|
side: e = "bottom",
|
|
3564
3599
|
align: t = "center",
|
|
3565
3600
|
trigger: n,
|
|
3566
3601
|
children: o,
|
|
3567
3602
|
sideOffset: r,
|
|
3568
3603
|
modal: i
|
|
3569
|
-
}) => /* @__PURE__ */
|
|
3570
|
-
/* @__PURE__ */
|
|
3571
|
-
/* @__PURE__ */
|
|
3572
|
-
|
|
3604
|
+
}) => /* @__PURE__ */ ee(ne.Root, { modal: i, children: [
|
|
3605
|
+
/* @__PURE__ */ F(ne.Trigger, { asChild: !0, children: n }),
|
|
3606
|
+
/* @__PURE__ */ F(ne.Portal, { children: /* @__PURE__ */ F(
|
|
3607
|
+
ne.Content,
|
|
3573
3608
|
{
|
|
3574
3609
|
asChild: !0,
|
|
3575
3610
|
side: e,
|
|
3576
3611
|
align: t,
|
|
3577
3612
|
collisionPadding: 10,
|
|
3578
3613
|
sideOffset: r,
|
|
3579
|
-
children: /* @__PURE__ */
|
|
3614
|
+
children: /* @__PURE__ */ F(wi, { children: o })
|
|
3580
3615
|
}
|
|
3581
3616
|
) })
|
|
3582
|
-
] }),
|
|
3617
|
+
] }), Si = W(ne.ItemIndicator, {
|
|
3583
3618
|
position: "absolute",
|
|
3584
3619
|
left: 0,
|
|
3585
3620
|
top: 0,
|
|
@@ -3588,30 +3623,30 @@ const Te = N("div"), Rt = On(
|
|
|
3588
3623
|
display: "flex",
|
|
3589
3624
|
justifyContent: "center",
|
|
3590
3625
|
alignItems: "center"
|
|
3591
|
-
}),
|
|
3626
|
+
}), as = W(ne.Separator, {
|
|
3592
3627
|
height: 1,
|
|
3593
3628
|
backgroundColor: "$gray200",
|
|
3594
3629
|
margin: 1
|
|
3595
|
-
}),
|
|
3630
|
+
}), cs = W(ne.Item, Et), us = W(ne.Item, Et, {
|
|
3596
3631
|
padding: "$2",
|
|
3597
3632
|
display: "flex",
|
|
3598
3633
|
alignItems: "center",
|
|
3599
3634
|
gap: "$2"
|
|
3600
|
-
}),
|
|
3635
|
+
}), Ri = W(ne.CheckboxItem, Et), ds = ({
|
|
3601
3636
|
value: e,
|
|
3602
3637
|
onChange: t,
|
|
3603
3638
|
children: n
|
|
3604
|
-
}) => /* @__PURE__ */
|
|
3605
|
-
|
|
3639
|
+
}) => /* @__PURE__ */ ee(
|
|
3640
|
+
Ri,
|
|
3606
3641
|
{
|
|
3607
3642
|
checked: e,
|
|
3608
3643
|
onCheckedChange: t,
|
|
3609
3644
|
children: [
|
|
3610
|
-
/* @__PURE__ */
|
|
3645
|
+
/* @__PURE__ */ F(Si, { children: /* @__PURE__ */ F(jn, { size: "0.75rem" }) }),
|
|
3611
3646
|
n
|
|
3612
3647
|
]
|
|
3613
3648
|
}
|
|
3614
|
-
),
|
|
3649
|
+
), Ei = {
|
|
3615
3650
|
container: (e) => ({
|
|
3616
3651
|
...e,
|
|
3617
3652
|
minWidth: "200px"
|
|
@@ -3662,40 +3697,40 @@ const Te = N("div"), Rt = On(
|
|
|
3662
3697
|
...e,
|
|
3663
3698
|
zIndex: "var(--zIndices-overlayCard)"
|
|
3664
3699
|
})
|
|
3665
|
-
},
|
|
3700
|
+
}, Ci = {
|
|
3666
3701
|
IndicatorSeparator: () => null
|
|
3667
|
-
},
|
|
3702
|
+
}, ki = ({
|
|
3668
3703
|
styles: e,
|
|
3669
3704
|
components: t,
|
|
3670
3705
|
...n
|
|
3671
3706
|
}) => {
|
|
3672
3707
|
const o = ct(
|
|
3673
3708
|
() => ({
|
|
3674
|
-
|
|
3709
|
+
...Ei,
|
|
3675
3710
|
...e
|
|
3676
3711
|
}),
|
|
3677
3712
|
[e]
|
|
3678
3713
|
), r = ct(
|
|
3679
3714
|
() => ({
|
|
3680
|
-
...
|
|
3715
|
+
...Ci,
|
|
3681
3716
|
...t
|
|
3682
3717
|
}),
|
|
3683
3718
|
[t]
|
|
3684
3719
|
);
|
|
3685
|
-
return /* @__PURE__ */
|
|
3686
|
-
},
|
|
3720
|
+
return /* @__PURE__ */ F(Yn, { components: r, styles: o, ...n });
|
|
3721
|
+
}, fs = ({
|
|
3687
3722
|
clearable: e = !0,
|
|
3688
3723
|
multi: t = !1,
|
|
3689
3724
|
...n
|
|
3690
|
-
}) => (e = t ? !1 : e, /* @__PURE__ */
|
|
3691
|
-
|
|
3725
|
+
}) => (e = t ? !1 : e, /* @__PURE__ */ F(
|
|
3726
|
+
ki,
|
|
3692
3727
|
{
|
|
3693
3728
|
...n,
|
|
3694
3729
|
isClearable: e,
|
|
3695
3730
|
isMulti: t,
|
|
3696
3731
|
isSearchable: !0
|
|
3697
3732
|
}
|
|
3698
|
-
)),
|
|
3733
|
+
)), Ti = Ve({
|
|
3699
3734
|
display: "block",
|
|
3700
3735
|
width: "100%",
|
|
3701
3736
|
padding: "0.5rem 0.75rem",
|
|
@@ -3707,7 +3742,7 @@ const Te = N("div"), Rt = On(
|
|
|
3707
3742
|
"-webkit-appearance": "none",
|
|
3708
3743
|
"-moz-appearance": "none",
|
|
3709
3744
|
appearance: "none"
|
|
3710
|
-
}),
|
|
3745
|
+
}), Ii = Ve({
|
|
3711
3746
|
display: "block",
|
|
3712
3747
|
width: "100%",
|
|
3713
3748
|
background: "#fff",
|
|
@@ -3731,17 +3766,17 @@ const Te = N("div"), Rt = On(
|
|
|
3731
3766
|
}
|
|
3732
3767
|
}
|
|
3733
3768
|
}
|
|
3734
|
-
}),
|
|
3769
|
+
}), Bi = W("input", Ti), Pi = W("div", Ii, {
|
|
3735
3770
|
display: "flex",
|
|
3736
3771
|
alignItems: "center",
|
|
3737
3772
|
gap: "$2",
|
|
3738
3773
|
width: "100%"
|
|
3739
|
-
}),
|
|
3774
|
+
}), ms = $e(
|
|
3740
3775
|
({ type: e = "text", label: t, error: n, style: o, css: r, suffix: i, id: s, ...l }, a) => {
|
|
3741
|
-
const c =
|
|
3742
|
-
return s = s || c, /* @__PURE__ */
|
|
3743
|
-
t && /* @__PURE__ */
|
|
3744
|
-
|
|
3776
|
+
const c = on();
|
|
3777
|
+
return s = s || c, /* @__PURE__ */ ee(ge, { css: r, children: [
|
|
3778
|
+
t && /* @__PURE__ */ F(
|
|
3779
|
+
ge,
|
|
3745
3780
|
{
|
|
3746
3781
|
as: "label",
|
|
3747
3782
|
htmlFor: s,
|
|
@@ -3753,9 +3788,9 @@ const Te = N("div"), Rt = On(
|
|
|
3753
3788
|
children: t
|
|
3754
3789
|
}
|
|
3755
3790
|
),
|
|
3756
|
-
/* @__PURE__ */
|
|
3757
|
-
/* @__PURE__ */
|
|
3758
|
-
|
|
3791
|
+
/* @__PURE__ */ ee(Pi, { error: !!n, children: [
|
|
3792
|
+
/* @__PURE__ */ F(
|
|
3793
|
+
Bi,
|
|
3759
3794
|
{
|
|
3760
3795
|
id: s,
|
|
3761
3796
|
ref: a,
|
|
@@ -3764,8 +3799,8 @@ const Te = N("div"), Rt = On(
|
|
|
3764
3799
|
...l
|
|
3765
3800
|
}
|
|
3766
3801
|
),
|
|
3767
|
-
i && /* @__PURE__ */
|
|
3768
|
-
|
|
3802
|
+
i && /* @__PURE__ */ F(
|
|
3803
|
+
ge,
|
|
3769
3804
|
{
|
|
3770
3805
|
css: {
|
|
3771
3806
|
fontSize: "$sm",
|
|
@@ -3775,65 +3810,142 @@ const Te = N("div"), Rt = On(
|
|
|
3775
3810
|
children: i
|
|
3776
3811
|
}
|
|
3777
3812
|
),
|
|
3778
|
-
n && /* @__PURE__ */
|
|
3779
|
-
|
|
3813
|
+
n && /* @__PURE__ */ F(
|
|
3814
|
+
ge,
|
|
3780
3815
|
{
|
|
3781
|
-
as:
|
|
3816
|
+
as: Hn,
|
|
3782
3817
|
css: { color: "$red600", marginRight: "$2" },
|
|
3783
3818
|
size: 24
|
|
3784
3819
|
}
|
|
3785
3820
|
)
|
|
3786
3821
|
] }),
|
|
3787
|
-
typeof n == "string" && /* @__PURE__ */
|
|
3822
|
+
typeof n == "string" && /* @__PURE__ */ F(ge, { css: { color: "$red600", fontSize: "$sm", marginTop: "$2" }, children: n })
|
|
3788
3823
|
] });
|
|
3789
3824
|
}
|
|
3790
|
-
)
|
|
3825
|
+
), Ai = W(rn.Root, {
|
|
3826
|
+
display: "flex",
|
|
3827
|
+
alignItems: "center",
|
|
3828
|
+
justifyContent: "center",
|
|
3829
|
+
gap: "$2",
|
|
3830
|
+
color: "#fff",
|
|
3831
|
+
border: "2px solid $blue600",
|
|
3832
|
+
backgroundColor: "transparent",
|
|
3833
|
+
borderRadius: "$sm",
|
|
3834
|
+
"&[data-state=checked], &[data-state=indeterminate]": {
|
|
3835
|
+
backgroundColor: "$blue500"
|
|
3836
|
+
},
|
|
3837
|
+
"&[data-disabled]": {
|
|
3838
|
+
borderColor: "$gray200",
|
|
3839
|
+
backgroundColor: "$gray100",
|
|
3840
|
+
color: "$gray400"
|
|
3841
|
+
},
|
|
3842
|
+
variants: {
|
|
3843
|
+
size: {
|
|
3844
|
+
sm: {
|
|
3845
|
+
width: "1.2rem",
|
|
3846
|
+
height: "1.2rem"
|
|
3847
|
+
},
|
|
3848
|
+
md: {
|
|
3849
|
+
width: "1.5rem",
|
|
3850
|
+
height: "1.5rem"
|
|
3851
|
+
},
|
|
3852
|
+
lg: {
|
|
3853
|
+
width: "2rem",
|
|
3854
|
+
height: "2rem"
|
|
3855
|
+
}
|
|
3856
|
+
}
|
|
3857
|
+
},
|
|
3858
|
+
defaultVariants: {
|
|
3859
|
+
size: "md"
|
|
3860
|
+
}
|
|
3861
|
+
}), Oi = W(rn.Indicator, {
|
|
3862
|
+
"[data-icon]": {
|
|
3863
|
+
display: "none"
|
|
3864
|
+
},
|
|
3865
|
+
"&[data-state=checked] [data-icon=checked], &[data-state=indeterminate] [data-icon=indeterminate]": {
|
|
3866
|
+
display: "block"
|
|
3867
|
+
}
|
|
3868
|
+
}), Di = W("label", {
|
|
3869
|
+
flex: "0 1 auto",
|
|
3870
|
+
variants: {
|
|
3871
|
+
size: {
|
|
3872
|
+
sm: {
|
|
3873
|
+
fontSize: "$sm"
|
|
3874
|
+
},
|
|
3875
|
+
md: {
|
|
3876
|
+
fontSize: "$md"
|
|
3877
|
+
},
|
|
3878
|
+
lg: {
|
|
3879
|
+
fontSize: "$lg"
|
|
3880
|
+
}
|
|
3881
|
+
}
|
|
3882
|
+
},
|
|
3883
|
+
defaultVariants: {
|
|
3884
|
+
size: "md"
|
|
3885
|
+
}
|
|
3886
|
+
}), gs = ({
|
|
3887
|
+
id: e,
|
|
3888
|
+
size: t,
|
|
3889
|
+
label: n,
|
|
3890
|
+
...o
|
|
3891
|
+
}) => {
|
|
3892
|
+
const r = on();
|
|
3893
|
+
return e = e || r, /* @__PURE__ */ ee(ge, { css: { display: "flex", alignItems: "center", gap: "$2" }, children: [
|
|
3894
|
+
/* @__PURE__ */ F(Ai, { id: e, size: t, ...o, children: /* @__PURE__ */ ee(Oi, { children: [
|
|
3895
|
+
/* @__PURE__ */ F(Vn, { "data-icon": "indeterminate" }),
|
|
3896
|
+
/* @__PURE__ */ F(_n, { "data-icon": "checked" })
|
|
3897
|
+
] }) }),
|
|
3898
|
+
n && /* @__PURE__ */ F(Di, { htmlFor: e, size: t, children: n })
|
|
3899
|
+
] });
|
|
3900
|
+
};
|
|
3791
3901
|
export {
|
|
3792
3902
|
Me as A,
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3903
|
+
ge as B,
|
|
3904
|
+
fs as C,
|
|
3905
|
+
ls as D,
|
|
3906
|
+
Ni as E,
|
|
3907
|
+
ri as F,
|
|
3908
|
+
ji as G,
|
|
3909
|
+
Hi as H,
|
|
3910
|
+
Gi as I,
|
|
3911
|
+
An as J,
|
|
3912
|
+
es as K,
|
|
3913
|
+
rs as L,
|
|
3914
|
+
ss as M,
|
|
3915
|
+
ts as N,
|
|
3916
|
+
an as O,
|
|
3917
|
+
Yi as P,
|
|
3918
|
+
wi as Q,
|
|
3919
|
+
ki as R,
|
|
3920
|
+
Co as S,
|
|
3921
|
+
Ji as T,
|
|
3922
|
+
Et as U,
|
|
3923
|
+
ds as V,
|
|
3924
|
+
gs as W,
|
|
3925
|
+
us as a,
|
|
3926
|
+
qi as b,
|
|
3815
3927
|
Ve as c,
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3928
|
+
Qi as d,
|
|
3929
|
+
xr as e,
|
|
3930
|
+
Vi as f,
|
|
3931
|
+
wr as g,
|
|
3932
|
+
$r as h,
|
|
3933
|
+
di as i,
|
|
3934
|
+
mi as j,
|
|
3935
|
+
Ui as k,
|
|
3936
|
+
Zi as l,
|
|
3937
|
+
ln as m,
|
|
3938
|
+
cs as n,
|
|
3939
|
+
tr as o,
|
|
3940
|
+
as as p,
|
|
3941
|
+
os as q,
|
|
3942
|
+
ns as r,
|
|
3943
|
+
W as s,
|
|
3944
|
+
ms as t,
|
|
3945
|
+
ui as u,
|
|
3946
|
+
is as v,
|
|
3947
|
+
_i as w,
|
|
3948
|
+
ci as x,
|
|
3949
|
+
Xi as y,
|
|
3950
|
+
Ki as z
|
|
3839
3951
|
};
|