UNPKG

dgz-ui

Version:

Custom ui library using React.js, Shadcn/ui, TailwindCSS, Typescript

1,556 lines (1,555 loc) 42.7 kB
import * as O from "react"; import { useLayoutEffect as Oe, useEffect as Ce } from "react"; import * as Pe from "react-dom"; import { P as Rt } from "./index-Do92jweN.js"; import { j as Y } from "./jsx-runtime-C5mzlN2N.js"; import { u as Ut } from "./index-l1ZGtt0d.js"; import { u as yt, c as Se } from "./index-Dmh__Tgi.js"; import { u as Ee } from "./index-DwYXX2sM.js"; function De(t) { const [e, n] = O.useState(void 0); return yt(() => { if (t) { n({ width: t.offsetWidth, height: t.offsetHeight }); const o = new ResizeObserver((i) => { if (!Array.isArray(i) || !i.length) return; const r = i[0]; let s, c; if ("borderBoxSize" in r) { const l = r.borderBoxSize, a = Array.isArray(l) ? l[0] : l; s = a.inlineSize, c = a.blockSize; } else s = t.offsetWidth, c = t.offsetHeight; n({ width: s, height: c }); }); return o.observe(t, { box: "border-box" }), () => o.unobserve(t); } else n(void 0); }, [t]), e; } const Le = ["top", "right", "bottom", "left"], Z = Math.min, W = Math.max, ft = Math.round, lt = Math.floor, j = (t) => ({ x: t, y: t }), Te = { left: "right", right: "left", bottom: "top", top: "bottom" }, Me = { start: "end", end: "start" }; function vt(t, e, n) { return W(t, Z(e, n)); } function q(t, e) { return typeof t == "function" ? t(e) : t; } function U(t) { return t.split("-")[0]; } function et(t) { return t.split("-")[1]; } function Ot(t) { return t === "x" ? "y" : "x"; } function Ct(t) { return t === "y" ? "height" : "width"; } function X(t) { return ["top", "bottom"].includes(U(t)) ? "y" : "x"; } function Pt(t) { return Ot(X(t)); } function $e(t, e, n) { n === void 0 && (n = !1); const o = et(t), i = Pt(t), r = Ct(i); let s = i === "x" ? o === (n ? "end" : "start") ? "right" : "left" : o === "start" ? "bottom" : "top"; return e.reference[r] > e.floating[r] && (s = ut(s)), [s, ut(s)]; } function ke(t) { const e = ut(t); return [bt(t), e, bt(e)]; } function bt(t) { return t.replace(/start|end/g, (e) => Me[e]); } function Fe(t, e, n) { const o = ["left", "right"], i = ["right", "left"], r = ["top", "bottom"], s = ["bottom", "top"]; switch (t) { case "top": case "bottom": return n ? e ? i : o : e ? o : i; case "left": case "right": return e ? r : s; default: return []; } } function Ne(t, e, n, o) { const i = et(t); let r = Fe(U(t), n === "start", o); return i && (r = r.map((s) => s + "-" + i), e && (r = r.concat(r.map(bt)))), r; } function ut(t) { return t.replace(/left|right|bottom|top/g, (e) => Te[e]); } function He(t) { return { top: 0, right: 0, bottom: 0, left: 0, ...t }; } function Zt(t) { return typeof t != "number" ? He(t) : { top: t, right: t, bottom: t, left: t }; } function dt(t) { const { x: e, y: n, width: o, height: i } = t; return { width: o, height: i, top: n, left: e, right: e + o, bottom: n + i, x: e, y: n }; } function _t(t, e, n) { let { reference: o, floating: i } = t; const r = X(e), s = Pt(e), c = Ct(s), l = U(e), a = r === "y", f = o.x + o.width / 2 - i.width / 2, u = o.y + o.height / 2 - i.height / 2, m = o[c] / 2 - i[c] / 2; let d; switch (l) { case "top": d = { x: f, y: o.y - i.height }; break; case "bottom": d = { x: f, y: o.y + o.height }; break; case "right": d = { x: o.x + o.width, y: u }; break; case "left": d = { x: o.x - i.width, y: u }; break; default: d = { x: o.x, y: o.y }; } switch (et(e)) { case "start": d[s] -= m * (n && a ? -1 : 1); break; case "end": d[s] += m * (n && a ? -1 : 1); break; } return d; } const We = async (t, e, n) => { const { placement: o = "bottom", strategy: i = "absolute", middleware: r = [], platform: s } = n, c = r.filter(Boolean), l = await (s.isRTL == null ? void 0 : s.isRTL(e)); let a = await s.getElementRects({ reference: t, floating: e, strategy: i }), { x: f, y: u } = _t(a, o, l), m = o, d = {}, p = 0; for (let h = 0; h < c.length; h++) { const { name: w, fn: g } = c[h], { x, y: b, data: y, reset: v } = await g({ x: f, y: u, initialPlacement: o, placement: m, strategy: i, middlewareData: d, rects: a, platform: s, elements: { reference: t, floating: e } }); f = x ?? f, u = b ?? u, d = { ...d, [w]: { ...d[w], ...y } }, v && p <= 50 && (p++, typeof v == "object" && (v.placement && (m = v.placement), v.rects && (a = v.rects === !0 ? await s.getElementRects({ reference: t, floating: e, strategy: i }) : v.rects), { x: f, y: u } = _t(a, m, l)), h = -1); } return { x: f, y: u, placement: m, strategy: i, middlewareData: d }; }; async function it(t, e) { var n; e === void 0 && (e = {}); const { x: o, y: i, platform: r, rects: s, elements: c, strategy: l } = t, { boundary: a = "clippingAncestors", rootBoundary: f = "viewport", elementContext: u = "floating", altBoundary: m = !1, padding: d = 0 } = q(e, t), p = Zt(d), w = c[m ? u === "floating" ? "reference" : "floating" : u], g = dt(await r.getClippingRect({ element: (n = await (r.isElement == null ? void 0 : r.isElement(w))) == null || n ? w : w.contextElement || await (r.getDocumentElement == null ? void 0 : r.getDocumentElement(c.floating)), boundary: a, rootBoundary: f, strategy: l })), x = u === "floating" ? { x: o, y: i, width: s.floating.width, height: s.floating.height } : s.reference, b = await (r.getOffsetParent == null ? void 0 : r.getOffsetParent(c.floating)), y = await (r.isElement == null ? void 0 : r.isElement(b)) ? await (r.getScale == null ? void 0 : r.getScale(b)) || { x: 1, y: 1 } : { x: 1, y: 1 }, v = dt(r.convertOffsetParentRelativeRectToViewportRelativeRect ? await r.convertOffsetParentRelativeRectToViewportRelativeRect({ elements: c, rect: x, offsetParent: b, strategy: l }) : x); return { top: (g.top - v.top + p.top) / y.y, bottom: (v.bottom - g.bottom + p.bottom) / y.y, left: (g.left - v.left + p.left) / y.x, right: (v.right - g.right + p.right) / y.x }; } const Be = (t) => ({ name: "arrow", options: t, async fn(e) { const { x: n, y: o, placement: i, rects: r, platform: s, elements: c, middlewareData: l } = e, { element: a, padding: f = 0 } = q(t, e) || {}; if (a == null) return {}; const u = Zt(f), m = { x: n, y: o }, d = Pt(i), p = Ct(d), h = await s.getDimensions(a), w = d === "y", g = w ? "top" : "left", x = w ? "bottom" : "right", b = w ? "clientHeight" : "clientWidth", y = r.reference[p] + r.reference[d] - m[d] - r.floating[p], v = m[d] - r.reference[d], R = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(a)); let C = R ? R[b] : 0; (!C || !await (s.isElement == null ? void 0 : s.isElement(R))) && (C = c.floating[b] || r.floating[p]); const D = y / 2 - v / 2, H = C / 2 - h[p] / 2 - 1, S = Z(u[g], H), F = Z(u[x], H), N = S, P = C - h[p] - F, k = C / 2 - h[p] / 2 + D, L = vt(N, k, P), T = !l.arrow && et(i) != null && k !== L && r.reference[p] / 2 - (k < N ? S : F) - h[p] / 2 < 0, M = T ? k < N ? k - N : k - P : 0; return { [d]: m[d] + M, data: { [d]: L, centerOffset: k - L - M, ...T && { alignmentOffset: M } }, reset: T }; } }), _e = function(t) { return t === void 0 && (t = {}), { name: "flip", options: t, async fn(e) { var n, o; const { placement: i, middlewareData: r, rects: s, initialPlacement: c, platform: l, elements: a } = e, { mainAxis: f = !0, crossAxis: u = !0, fallbackPlacements: m, fallbackStrategy: d = "bestFit", fallbackAxisSideDirection: p = "none", flipAlignment: h = !0, ...w } = q(t, e); if ((n = r.arrow) != null && n.alignmentOffset) return {}; const g = U(i), x = X(c), b = U(c) === c, y = await (l.isRTL == null ? void 0 : l.isRTL(a.floating)), v = m || (b || !h ? [ut(c)] : ke(c)), R = p !== "none"; !m && R && v.push(...Ne(c, h, p, y)); const C = [c, ...v], D = await it(e, w), H = []; let S = ((o = r.flip) == null ? void 0 : o.overflows) || []; if (f && H.push(D[g]), u) { const L = $e(i, s, y); H.push(D[L[0]], D[L[1]]); } if (S = [...S, { placement: i, overflows: H }], !H.every((L) => L <= 0)) { var F, N; const L = (((F = r.flip) == null ? void 0 : F.index) || 0) + 1, T = C[L]; if (T) { var P; const A = u === "alignment" ? x !== X(T) : !1, E = ((P = S[0]) == null ? void 0 : P.overflows[0]) > 0; if (!A || E) return { data: { index: L, overflows: S }, reset: { placement: T } }; } let M = (N = S.filter((A) => A.overflows[0] <= 0).sort((A, E) => A.overflows[1] - E.overflows[1])[0]) == null ? void 0 : N.placement; if (!M) switch (d) { case "bestFit": { var k; const A = (k = S.filter((E) => { if (R) { const $ = X(E.placement); return $ === x || // Create a bias to the `y` side axis due to horizontal // reading directions favoring greater width. $ === "y"; } return !0; }).map((E) => [E.placement, E.overflows.filter(($) => $ > 0).reduce(($, J) => $ + J, 0)]).sort((E, $) => E[1] - $[1])[0]) == null ? void 0 : k[0]; A && (M = A); break; } case "initialPlacement": M = c; break; } if (i !== M) return { reset: { placement: M } }; } return {}; } }; }; function zt(t, e) { return { top: t.top - e.height, right: t.right - e.width, bottom: t.bottom - e.height, left: t.left - e.width }; } function jt(t) { return Le.some((e) => t[e] >= 0); } const ze = function(t) { return t === void 0 && (t = {}), { name: "hide", options: t, async fn(e) { const { rects: n } = e, { strategy: o = "referenceHidden", ...i } = q(t, e); switch (o) { case "referenceHidden": { const r = await it(e, { ...i, elementContext: "reference" }), s = zt(r, n.reference); return { data: { referenceHiddenOffsets: s, referenceHidden: jt(s) } }; } case "escaped": { const r = await it(e, { ...i, altBoundary: !0 }), s = zt(r, n.floating); return { data: { escapedOffsets: s, escaped: jt(s) } }; } default: return {}; } } }; }; async function je(t, e) { const { placement: n, platform: o, elements: i } = t, r = await (o.isRTL == null ? void 0 : o.isRTL(i.floating)), s = U(n), c = et(n), l = X(n) === "y", a = ["left", "top"].includes(s) ? -1 : 1, f = r && l ? -1 : 1, u = q(e, t); let { mainAxis: m, crossAxis: d, alignmentAxis: p } = typeof u == "number" ? { mainAxis: u, crossAxis: 0, alignmentAxis: null } : { mainAxis: u.mainAxis || 0, crossAxis: u.crossAxis || 0, alignmentAxis: u.alignmentAxis }; return c && typeof p == "number" && (d = c === "end" ? p * -1 : p), l ? { x: d * f, y: m * a } : { x: m * a, y: d * f }; } const Ve = function(t) { return t === void 0 && (t = 0), { name: "offset", options: t, async fn(e) { var n, o; const { x: i, y: r, placement: s, middlewareData: c } = e, l = await je(e, t); return s === ((n = c.offset) == null ? void 0 : n.placement) && (o = c.arrow) != null && o.alignmentOffset ? {} : { x: i + l.x, y: r + l.y, data: { ...l, placement: s } }; } }; }, Ie = function(t) { return t === void 0 && (t = {}), { name: "shift", options: t, async fn(e) { const { x: n, y: o, placement: i } = e, { mainAxis: r = !0, crossAxis: s = !1, limiter: c = { fn: (w) => { let { x: g, y: x } = w; return { x: g, y: x }; } }, ...l } = q(t, e), a = { x: n, y: o }, f = await it(e, l), u = X(U(i)), m = Ot(u); let d = a[m], p = a[u]; if (r) { const w = m === "y" ? "top" : "left", g = m === "y" ? "bottom" : "right", x = d + f[w], b = d - f[g]; d = vt(x, d, b); } if (s) { const w = u === "y" ? "top" : "left", g = u === "y" ? "bottom" : "right", x = p + f[w], b = p - f[g]; p = vt(x, p, b); } const h = c.fn({ ...e, [m]: d, [u]: p }); return { ...h, data: { x: h.x - n, y: h.y - o, enabled: { [m]: r, [u]: s } } }; } }; }, Ye = function(t) { return t === void 0 && (t = {}), { options: t, fn(e) { const { x: n, y: o, placement: i, rects: r, middlewareData: s } = e, { offset: c = 0, mainAxis: l = !0, crossAxis: a = !0 } = q(t, e), f = { x: n, y: o }, u = X(i), m = Ot(u); let d = f[m], p = f[u]; const h = q(c, e), w = typeof h == "number" ? { mainAxis: h, crossAxis: 0 } : { mainAxis: 0, crossAxis: 0, ...h }; if (l) { const b = m === "y" ? "height" : "width", y = r.reference[m] - r.floating[b] + w.mainAxis, v = r.reference[m] + r.reference[b] - w.mainAxis; d < y ? d = y : d > v && (d = v); } if (a) { var g, x; const b = m === "y" ? "width" : "height", y = ["top", "left"].includes(U(i)), v = r.reference[u] - r.floating[b] + (y && ((g = s.offset) == null ? void 0 : g[u]) || 0) + (y ? 0 : w.crossAxis), R = r.reference[u] + r.reference[b] + (y ? 0 : ((x = s.offset) == null ? void 0 : x[u]) || 0) - (y ? w.crossAxis : 0); p < v ? p = v : p > R && (p = R); } return { [m]: d, [u]: p }; } }; }, Xe = function(t) { return t === void 0 && (t = {}), { name: "size", options: t, async fn(e) { var n, o; const { placement: i, rects: r, platform: s, elements: c } = e, { apply: l = () => { }, ...a } = q(t, e), f = await it(e, a), u = U(i), m = et(i), d = X(i) === "y", { width: p, height: h } = r.floating; let w, g; u === "top" || u === "bottom" ? (w = u, g = m === (await (s.isRTL == null ? void 0 : s.isRTL(c.floating)) ? "start" : "end") ? "left" : "right") : (g = u, w = m === "end" ? "top" : "bottom"); const x = h - f.top - f.bottom, b = p - f.left - f.right, y = Z(h - f[w], x), v = Z(p - f[g], b), R = !e.middlewareData.shift; let C = y, D = v; if ((n = e.middlewareData.shift) != null && n.enabled.x && (D = b), (o = e.middlewareData.shift) != null && o.enabled.y && (C = x), R && !m) { const S = W(f.left, 0), F = W(f.right, 0), N = W(f.top, 0), P = W(f.bottom, 0); d ? D = p - 2 * (S !== 0 || F !== 0 ? S + F : W(f.left, f.right)) : C = h - 2 * (N !== 0 || P !== 0 ? N + P : W(f.top, f.bottom)); } await l({ ...e, availableWidth: D, availableHeight: C }); const H = await s.getDimensions(c.floating); return p !== H.width || h !== H.height ? { reset: { rects: !0 } } : {}; } }; }; function mt() { return typeof window < "u"; } function nt(t) { return Kt(t) ? (t.nodeName || "").toLowerCase() : "#document"; } function B(t) { var e; return (t == null || (e = t.ownerDocument) == null ? void 0 : e.defaultView) || window; } function I(t) { var e; return (e = (Kt(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement; } function Kt(t) { return mt() ? t instanceof Node || t instanceof B(t).Node : !1; } function _(t) { return mt() ? t instanceof Element || t instanceof B(t).Element : !1; } function V(t) { return mt() ? t instanceof HTMLElement || t instanceof B(t).HTMLElement : !1; } function Vt(t) { return !mt() || typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof B(t).ShadowRoot; } function st(t) { const { overflow: e, overflowX: n, overflowY: o, display: i } = z(t); return /auto|scroll|overlay|hidden|clip/.test(e + o + n) && !["inline", "contents"].includes(i); } function qe(t) { return ["table", "td", "th"].includes(nt(t)); } function ht(t) { return [":popover-open", ":modal"].some((e) => { try { return t.matches(e); } catch { return !1; } }); } function St(t) { const e = Et(), n = _(t) ? z(t) : t; return ["transform", "translate", "scale", "rotate", "perspective"].some((o) => n[o] ? n[o] !== "none" : !1) || (n.containerType ? n.containerType !== "normal" : !1) || !e && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !e && (n.filter ? n.filter !== "none" : !1) || ["transform", "translate", "scale", "rotate", "perspective", "filter"].some((o) => (n.willChange || "").includes(o)) || ["paint", "layout", "strict", "content"].some((o) => (n.contain || "").includes(o)); } function Ue(t) { let e = K(t); for (; V(e) && !tt(e); ) { if (St(e)) return e; if (ht(e)) return null; e = K(e); } return null; } function Et() { return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none"); } function tt(t) { return ["html", "body", "#document"].includes(nt(t)); } function z(t) { return B(t).getComputedStyle(t); } function gt(t) { return _(t) ? { scrollLeft: t.scrollLeft, scrollTop: t.scrollTop } : { scrollLeft: t.scrollX, scrollTop: t.scrollY }; } function K(t) { if (nt(t) === "html") return t; const e = ( // Step into the shadow DOM of the parent of a slotted node. t.assignedSlot || // DOM Element detected. t.parentNode || // ShadowRoot detected. Vt(t) && t.host || // Fallback. I(t) ); return Vt(e) ? e.host : e; } function Gt(t) { const e = K(t); return tt(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : V(e) && st(e) ? e : Gt(e); } function rt(t, e, n) { var o; e === void 0 && (e = []), n === void 0 && (n = !0); const i = Gt(t), r = i === ((o = t.ownerDocument) == null ? void 0 : o.body), s = B(i); if (r) { const c = At(s); return e.concat(s, s.visualViewport || [], st(i) ? i : [], c && n ? rt(c) : []); } return e.concat(i, rt(i, [], n)); } function At(t) { return t.parent && Object.getPrototypeOf(t.parent) ? t.frameElement : null; } function Jt(t) { const e = z(t); let n = parseFloat(e.width) || 0, o = parseFloat(e.height) || 0; const i = V(t), r = i ? t.offsetWidth : n, s = i ? t.offsetHeight : o, c = ft(n) !== r || ft(o) !== s; return c && (n = r, o = s), { width: n, height: o, $: c }; } function Dt(t) { return _(t) ? t : t.contextElement; } function Q(t) { const e = Dt(t); if (!V(e)) return j(1); const n = e.getBoundingClientRect(), { width: o, height: i, $: r } = Jt(e); let s = (r ? ft(n.width) : n.width) / o, c = (r ? ft(n.height) : n.height) / i; return (!s || !Number.isFinite(s)) && (s = 1), (!c || !Number.isFinite(c)) && (c = 1), { x: s, y: c }; } const Ze = /* @__PURE__ */ j(0); function Qt(t) { const e = B(t); return !Et() || !e.visualViewport ? Ze : { x: e.visualViewport.offsetLeft, y: e.visualViewport.offsetTop }; } function Ke(t, e, n) { return e === void 0 && (e = !1), !n || e && n !== B(t) ? !1 : e; } function G(t, e, n, o) { e === void 0 && (e = !1), n === void 0 && (n = !1); const i = t.getBoundingClientRect(), r = Dt(t); let s = j(1); e && (o ? _(o) && (s = Q(o)) : s = Q(t)); const c = Ke(r, n, o) ? Qt(r) : j(0); let l = (i.left + c.x) / s.x, a = (i.top + c.y) / s.y, f = i.width / s.x, u = i.height / s.y; if (r) { const m = B(r), d = o && _(o) ? B(o) : o; let p = m, h = At(p); for (; h && o && d !== p; ) { const w = Q(h), g = h.getBoundingClientRect(), x = z(h), b = g.left + (h.clientLeft + parseFloat(x.paddingLeft)) * w.x, y = g.top + (h.clientTop + parseFloat(x.paddingTop)) * w.y; l *= w.x, a *= w.y, f *= w.x, u *= w.y, l += b, a += y, p = B(h), h = At(p); } } return dt({ width: f, height: u, x: l, y: a }); } function Lt(t, e) { const n = gt(t).scrollLeft; return e ? e.left + n : G(I(t)).left + n; } function te(t, e, n) { n === void 0 && (n = !1); const o = t.getBoundingClientRect(), i = o.left + e.scrollLeft - (n ? 0 : ( // RTL <body> scrollbar. Lt(t, o) )), r = o.top + e.scrollTop; return { x: i, y: r }; } function Ge(t) { let { elements: e, rect: n, offsetParent: o, strategy: i } = t; const r = i === "fixed", s = I(o), c = e ? ht(e.floating) : !1; if (o === s || c && r) return n; let l = { scrollLeft: 0, scrollTop: 0 }, a = j(1); const f = j(0), u = V(o); if ((u || !u && !r) && ((nt(o) !== "body" || st(s)) && (l = gt(o)), V(o))) { const d = G(o); a = Q(o), f.x = d.x + o.clientLeft, f.y = d.y + o.clientTop; } const m = s && !u && !r ? te(s, l, !0) : j(0); return { width: n.width * a.x, height: n.height * a.y, x: n.x * a.x - l.scrollLeft * a.x + f.x + m.x, y: n.y * a.y - l.scrollTop * a.y + f.y + m.y }; } function Je(t) { return Array.from(t.getClientRects()); } function Qe(t) { const e = I(t), n = gt(t), o = t.ownerDocument.body, i = W(e.scrollWidth, e.clientWidth, o.scrollWidth, o.clientWidth), r = W(e.scrollHeight, e.clientHeight, o.scrollHeight, o.clientHeight); let s = -n.scrollLeft + Lt(t); const c = -n.scrollTop; return z(o).direction === "rtl" && (s += W(e.clientWidth, o.clientWidth) - i), { width: i, height: r, x: s, y: c }; } function tn(t, e) { const n = B(t), o = I(t), i = n.visualViewport; let r = o.clientWidth, s = o.clientHeight, c = 0, l = 0; if (i) { r = i.width, s = i.height; const a = Et(); (!a || a && e === "fixed") && (c = i.offsetLeft, l = i.offsetTop); } return { width: r, height: s, x: c, y: l }; } function en(t, e) { const n = G(t, !0, e === "fixed"), o = n.top + t.clientTop, i = n.left + t.clientLeft, r = V(t) ? Q(t) : j(1), s = t.clientWidth * r.x, c = t.clientHeight * r.y, l = i * r.x, a = o * r.y; return { width: s, height: c, x: l, y: a }; } function It(t, e, n) { let o; if (e === "viewport") o = tn(t, n); else if (e === "document") o = Qe(I(t)); else if (_(e)) o = en(e, n); else { const i = Qt(t); o = { x: e.x - i.x, y: e.y - i.y, width: e.width, height: e.height }; } return dt(o); } function ee(t, e) { const n = K(t); return n === e || !_(n) || tt(n) ? !1 : z(n).position === "fixed" || ee(n, e); } function nn(t, e) { const n = e.get(t); if (n) return n; let o = rt(t, [], !1).filter((c) => _(c) && nt(c) !== "body"), i = null; const r = z(t).position === "fixed"; let s = r ? K(t) : t; for (; _(s) && !tt(s); ) { const c = z(s), l = St(s); !l && c.position === "fixed" && (i = null), (r ? !l && !i : !l && c.position === "static" && !!i && ["absolute", "fixed"].includes(i.position) || st(s) && !l && ee(t, s)) ? o = o.filter((f) => f !== s) : i = c, s = K(s); } return e.set(t, o), o; } function on(t) { let { element: e, boundary: n, rootBoundary: o, strategy: i } = t; const s = [...n === "clippingAncestors" ? ht(e) ? [] : nn(e, this._c) : [].concat(n), o], c = s[0], l = s.reduce((a, f) => { const u = It(e, f, i); return a.top = W(u.top, a.top), a.right = Z(u.right, a.right), a.bottom = Z(u.bottom, a.bottom), a.left = W(u.left, a.left), a; }, It(e, c, i)); return { width: l.right - l.left, height: l.bottom - l.top, x: l.left, y: l.top }; } function rn(t) { const { width: e, height: n } = Jt(t); return { width: e, height: n }; } function sn(t, e, n) { const o = V(e), i = I(e), r = n === "fixed", s = G(t, !0, r, e); let c = { scrollLeft: 0, scrollTop: 0 }; const l = j(0); function a() { l.x = Lt(i); } if (o || !o && !r) if ((nt(e) !== "body" || st(i)) && (c = gt(e)), o) { const d = G(e, !0, r, e); l.x = d.x + e.clientLeft, l.y = d.y + e.clientTop; } else i && a(); r && !o && i && a(); const f = i && !o && !r ? te(i, c) : j(0), u = s.left + c.scrollLeft - l.x - f.x, m = s.top + c.scrollTop - l.y - f.y; return { x: u, y: m, width: s.width, height: s.height }; } function wt(t) { return z(t).position === "static"; } function Yt(t, e) { if (!V(t) || z(t).position === "fixed") return null; if (e) return e(t); let n = t.offsetParent; return I(t) === n && (n = n.ownerDocument.body), n; } function ne(t, e) { const n = B(t); if (ht(t)) return n; if (!V(t)) { let i = K(t); for (; i && !tt(i); ) { if (_(i) && !wt(i)) return i; i = K(i); } return n; } let o = Yt(t, e); for (; o && qe(o) && wt(o); ) o = Yt(o, e); return o && tt(o) && wt(o) && !St(o) ? n : o || Ue(t) || n; } const cn = async function(t) { const e = this.getOffsetParent || ne, n = this.getDimensions, o = await n(t.floating); return { reference: sn(t.reference, await e(t.floating), t.strategy), floating: { x: 0, y: 0, width: o.width, height: o.height } }; }; function ln(t) { return z(t).direction === "rtl"; } const an = { convertOffsetParentRelativeRectToViewportRelativeRect: Ge, getDocumentElement: I, getClippingRect: on, getOffsetParent: ne, getElementRects: cn, getClientRects: Je, getDimensions: rn, getScale: Q, isElement: _, isRTL: ln }; function oe(t, e) { return t.x === e.x && t.y === e.y && t.width === e.width && t.height === e.height; } function fn(t, e) { let n = null, o; const i = I(t); function r() { var c; clearTimeout(o), (c = n) == null || c.disconnect(), n = null; } function s(c, l) { c === void 0 && (c = !1), l === void 0 && (l = 1), r(); const a = t.getBoundingClientRect(), { left: f, top: u, width: m, height: d } = a; if (c || e(), !m || !d) return; const p = lt(u), h = lt(i.clientWidth - (f + m)), w = lt(i.clientHeight - (u + d)), g = lt(f), b = { rootMargin: -p + "px " + -h + "px " + -w + "px " + -g + "px", threshold: W(0, Z(1, l)) || 1 }; let y = !0; function v(R) { const C = R[0].intersectionRatio; if (C !== l) { if (!y) return s(); C ? s(!1, C) : o = setTimeout(() => { s(!1, 1e-7); }, 1e3); } C === 1 && !oe(a, t.getBoundingClientRect()) && s(), y = !1; } try { n = new IntersectionObserver(v, { ...b, // Handle <iframe>s root: i.ownerDocument }); } catch { n = new IntersectionObserver(v, b); } n.observe(t); } return s(!0), r; } function un(t, e, n, o) { o === void 0 && (o = {}); const { ancestorScroll: i = !0, ancestorResize: r = !0, elementResize: s = typeof ResizeObserver == "function", layoutShift: c = typeof IntersectionObserver == "function", animationFrame: l = !1 } = o, a = Dt(t), f = i || r ? [...a ? rt(a) : [], ...rt(e)] : []; f.forEach((g) => { i && g.addEventListener("scroll", n, { passive: !0 }), r && g.addEventListener("resize", n); }); const u = a && c ? fn(a, n) : null; let m = -1, d = null; s && (d = new ResizeObserver((g) => { let [x] = g; x && x.target === a && d && (d.unobserve(e), cancelAnimationFrame(m), m = requestAnimationFrame(() => { var b; (b = d) == null || b.observe(e); })), n(); }), a && !l && d.observe(a), d.observe(e)); let p, h = l ? G(t) : null; l && w(); function w() { const g = G(t); h && !oe(h, g) && n(), h = g, p = requestAnimationFrame(w); } return n(), () => { var g; f.forEach((x) => { i && x.removeEventListener("scroll", n), r && x.removeEventListener("resize", n); }), u == null || u(), (g = d) == null || g.disconnect(), d = null, l && cancelAnimationFrame(p); }; } const dn = Ve, pn = Ie, mn = _e, hn = Xe, gn = ze, Xt = Be, wn = Ye, xn = (t, e, n) => { const o = /* @__PURE__ */ new Map(), i = { platform: an, ...n }, r = { ...i.platform, _c: o }; return We(t, e, { ...i, platform: r }); }; var at = typeof document < "u" ? Oe : Ce; function pt(t, e) { if (t === e) return !0; if (typeof t != typeof e) return !1; if (typeof t == "function" && t.toString() === e.toString()) return !0; let n, o, i; if (t && e && typeof t == "object") { if (Array.isArray(t)) { if (n = t.length, n !== e.length) return !1; for (o = n; o-- !== 0; ) if (!pt(t[o], e[o])) return !1; return !0; } if (i = Object.keys(t), n = i.length, n !== Object.keys(e).length) return !1; for (o = n; o-- !== 0; ) if (!{}.hasOwnProperty.call(e, i[o])) return !1; for (o = n; o-- !== 0; ) { const r = i[o]; if (!(r === "_owner" && t.$$typeof) && !pt(t[r], e[r])) return !1; } return !0; } return t !== t && e !== e; } function ie(t) { return typeof window > "u" ? 1 : (t.ownerDocument.defaultView || window).devicePixelRatio || 1; } function qt(t, e) { const n = ie(t); return Math.round(e * n) / n; } function xt(t) { const e = O.useRef(t); return at(() => { e.current = t; }), e; } function yn(t) { t === void 0 && (t = {}); const { placement: e = "bottom", strategy: n = "absolute", middleware: o = [], platform: i, elements: { reference: r, floating: s } = {}, transform: c = !0, whileElementsMounted: l, open: a } = t, [f, u] = O.useState({ x: 0, y: 0, strategy: n, placement: e, middlewareData: {}, isPositioned: !1 }), [m, d] = O.useState(o); pt(m, o) || d(o); const [p, h] = O.useState(null), [w, g] = O.useState(null), x = O.useCallback((A) => { A !== R.current && (R.current = A, h(A)); }, []), b = O.useCallback((A) => { A !== C.current && (C.current = A, g(A)); }, []), y = r || p, v = s || w, R = O.useRef(null), C = O.useRef(null), D = O.useRef(f), H = l != null, S = xt(l), F = xt(i), N = xt(a), P = O.useCallback(() => { if (!R.current || !C.current) return; const A = { placement: e, strategy: n, middleware: m }; F.current && (A.platform = F.current), xn(R.current, C.current, A).then((E) => { const $ = { ...E, // The floating element's position may be recomputed while it's closed // but still mounted (such as when transitioning out). To ensure // `isPositioned` will be `false` initially on the next open, avoid // setting it to `true` when `open === false` (must be specified). isPositioned: N.current !== !1 }; k.current && !pt(D.current, $) && (D.current = $, Pe.flushSync(() => { u($); })); }); }, [m, e, n, F, N]); at(() => { a === !1 && D.current.isPositioned && (D.current.isPositioned = !1, u((A) => ({ ...A, isPositioned: !1 }))); }, [a]); const k = O.useRef(!1); at(() => (k.current = !0, () => { k.current = !1; }), []), at(() => { if (y && (R.current = y), v && (C.current = v), y && v) { if (S.current) return S.current(y, v, P); P(); } }, [y, v, P, S, H]); const L = O.useMemo(() => ({ reference: R, floating: C, setReference: x, setFloating: b }), [x, b]), T = O.useMemo(() => ({ reference: y, floating: v }), [y, v]), M = O.useMemo(() => { const A = { position: n, left: 0, top: 0 }; if (!T.floating) return A; const E = qt(T.floating, f.x), $ = qt(T.floating, f.y); return c ? { ...A, transform: "translate(" + E + "px, " + $ + "px)", ...ie(T.floating) >= 1.5 && { willChange: "transform" } } : { position: n, left: E, top: $ }; }, [n, c, T.floating, f.x, f.y]); return O.useMemo(() => ({ ...f, update: P, refs: L, elements: T, floatingStyles: M }), [f, P, L, T, M]); } const vn = (t) => { function e(n) { return {}.hasOwnProperty.call(n, "current"); } return { name: "arrow", options: t, fn(n) { const { element: o, padding: i } = typeof t == "function" ? t(n) : t; return o && e(o) ? o.current != null ? Xt({ element: o.current, padding: i }).fn(n) : {} : o ? Xt({ element: o, padding: i }).fn(n) : {}; } }; }, bn = (t, e) => ({ ...dn(t), options: [t, e] }), An = (t, e) => ({ ...pn(t), options: [t, e] }), Rn = (t, e) => ({ ...wn(t), options: [t, e] }), On = (t, e) => ({ ...mn(t), options: [t, e] }), Cn = (t, e) => ({ ...hn(t), options: [t, e] }), Pn = (t, e) => ({ ...gn(t), options: [t, e] }), Sn = (t, e) => ({ ...vn(t), options: [t, e] }); var En = "Arrow", re = O.forwardRef((t, e) => { const { children: n, width: o = 10, height: i = 5, ...r } = t; return /* @__PURE__ */ Y.jsx( Rt.svg, { ...r, ref: e, width: o, height: i, viewBox: "0 0 30 10", preserveAspectRatio: "none", children: t.asChild ? n : /* @__PURE__ */ Y.jsx("polygon", { points: "0,0 30,0 15,10" }) } ); }); re.displayName = En; var Dn = re, Tt = "Popper", [se, jn] = Se(Tt), [Ln, ce] = se(Tt), le = (t) => { const { __scopePopper: e, children: n } = t, [o, i] = O.useState(null); return /* @__PURE__ */ Y.jsx(Ln, { scope: e, anchor: o, onAnchorChange: i, children: n }); }; le.displayName = Tt; var ae = "PopperAnchor", fe = O.forwardRef( (t, e) => { const { __scopePopper: n, virtualRef: o, ...i } = t, r = ce(ae, n), s = O.useRef(null), c = Ut(e, s); return O.useEffect(() => { r.onAnchorChange((o == null ? void 0 : o.current) || s.current); }), o ? null : /* @__PURE__ */ Y.jsx(Rt.div, { ...i, ref: c }); } ); fe.displayName = ae; var Mt = "PopperContent", [Tn, Mn] = se(Mt), ue = O.forwardRef( (t, e) => { var $t, kt, Ft, Nt, Ht, Wt; const { __scopePopper: n, side: o = "bottom", sideOffset: i = 0, align: r = "center", alignOffset: s = 0, arrowPadding: c = 0, avoidCollisions: l = !0, collisionBoundary: a = [], collisionPadding: f = 0, sticky: u = "partial", hideWhenDetached: m = !1, updatePositionStrategy: d = "optimized", onPlaced: p, ...h } = t, w = ce(Mt, n), [g, x] = O.useState(null), b = Ut(e, (ot) => x(ot)), [y, v] = O.useState(null), R = De(y), C = (R == null ? void 0 : R.width) ?? 0, D = (R == null ? void 0 : R.height) ?? 0, H = o + (r !== "center" ? "-" + r : ""), S = typeof f == "number" ? f : { top: 0, right: 0, bottom: 0, left: 0, ...f }, F = Array.isArray(a) ? a : [a], N = F.length > 0, P = { padding: S, boundary: F.filter(kn), // with `strategy: 'fixed'`, this is the only way to get it to respect boundaries altBoundary: N }, { refs: k, floatingStyles: L, placement: T, isPositioned: M, middlewareData: A } = yn({ // default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues strategy: "fixed", placement: H, whileElementsMounted: (...ot) => un(...ot, { animationFrame: d === "always" }), elements: { reference: w.anchor }, middleware: [ bn({ mainAxis: i + D, alignmentAxis: s }), l && An({ mainAxis: !0, crossAxis: !1, limiter: u === "partial" ? Rn() : void 0, ...P }), l && On({ ...P }), Cn({ ...P, apply: ({ elements: ot, rects: Bt, availableWidth: ve, availableHeight: be }) => { const { width: Ae, height: Re } = Bt.reference, ct = ot.floating.style; ct.setProperty("--radix-popper-available-width", `${ve}px`), ct.setProperty("--radix-popper-available-height", `${be}px`), ct.setProperty("--radix-popper-anchor-width", `${Ae}px`), ct.setProperty("--radix-popper-anchor-height", `${Re}px`); } }), y && Sn({ element: y, padding: c }), Fn({ arrowWidth: C, arrowHeight: D }), m && Pn({ strategy: "referenceHidden", ...P }) ] }), [E, $] = me(T), J = Ee(p); yt(() => { M && (J == null || J()); }, [M, J]); const he = ($t = A.arrow) == null ? void 0 : $t.x, ge = (kt = A.arrow) == null ? void 0 : kt.y, we = ((Ft = A.arrow) == null ? void 0 : Ft.centerOffset) !== 0, [xe, ye] = O.useState(); return yt(() => { g && ye(window.getComputedStyle(g).zIndex); }, [g]), /* @__PURE__ */ Y.jsx( "div", { ref: k.setFloating, "data-radix-popper-content-wrapper": "", style: { ...L, transform: M ? L.transform : "translate(0, -200%)", // keep off the page when measuring minWidth: "max-content", zIndex: xe, "--radix-popper-transform-origin": [ (Nt = A.transformOrigin) == null ? void 0 : Nt.x, (Ht = A.transformOrigin) == null ? void 0 : Ht.y ].join(" "), // hide the content if using the hide middleware and should be hidden // set visibility to hidden and disable pointer events so the UI behaves // as if the PopperContent isn't there at all ...((Wt = A.hide) == null ? void 0 : Wt.referenceHidden) && { visibility: "hidden", pointerEvents: "none" } }, dir: t.dir, children: /* @__PURE__ */ Y.jsx( Tn, { scope: n, placedSide: E, onArrowChange: v, arrowX: he, arrowY: ge, shouldHideArrow: we, children: /* @__PURE__ */ Y.jsx( Rt.div, { "data-side": E, "data-align": $, ...h, ref: b, style: { ...h.style, // if the PopperContent hasn't been placed yet (not all measurements done) // we prevent animations so that users's animation don't kick in too early referring wrong sides animation: M ? void 0 : "none" } } ) } ) } ); } ); ue.displayName = Mt; var de = "PopperArrow", $n = { top: "bottom", right: "left", bottom: "top", left: "right" }, pe = O.forwardRef(function(e, n) { const { __scopePopper: o, ...i } = e, r = Mn(de, o), s = $n[r.placedSide]; return ( // we have to use an extra wrapper because `ResizeObserver` (used by `useSize`) // doesn't report size as we'd expect on SVG elements. // it reports their bounding box which is effectively the largest path inside the SVG. /* @__PURE__ */ Y.jsx( "span", { ref: r.onArrowChange, style: { position: "absolute", left: r.arrowX, top: r.arrowY, [s]: 0, transformOrigin: { top: "", right: "0 0", bottom: "center 0", left: "100% 0" }[r.placedSide], transform: { top: "translateY(100%)", right: "translateY(50%) rotate(90deg) translateX(-50%)", bottom: "rotate(180deg)", left: "translateY(50%) rotate(-90deg) translateX(50%)" }[r.placedSide], visibility: r.shouldHideArrow ? "hidden" : void 0 }, children: /* @__PURE__ */ Y.jsx( Dn, { ...i, ref: n, style: { ...i.style, // ensures the element can be measured correctly (mostly for if SVG) display: "block" } } ) } ) ); }); pe.displayName = de; function kn(t) { return t !== null; } var Fn = (t) => ({ name: "transformOrigin", options: t, fn(e) { var w, g, x; const { placement: n, rects: o, middlewareData: i } = e, s = ((w = i.arrow) == null ? void 0 : w.centerOffset) !== 0, c = s ? 0 : t.arrowWidth, l = s ? 0 : t.arrowHeight, [a, f] = me(n), u = { start: "0%", center: "50%", end: "100%" }[f], m = (((g = i.arrow) == null ? void 0 : g.x) ?? 0) + c / 2, d = (((x = i.arrow) == null ? void 0 : x.y) ?? 0) + l / 2; let p = "", h = ""; return a === "bottom" ? (p = s ? u : `${m}px`, h = `${-l}px`) : a === "top" ? (p = s ? u : `${m}px`, h = `${o.floating.height + l}px`) : a === "right" ? (p = `${-l}px`, h = s ? u : `${d}px`) : a === "left" && (p = `${o.floating.width + l}px`, h = s ? u : `${d}px`), { data: { x: p, y: h } }; } }); function me(t) { const [e, n = "center"] = t.split("-"); return [e, n]; } var Vn = le, In = fe, Yn = ue, Xn = pe; export { In as A, Yn as C, Vn as R, Xn as a, un as b, jn as c, De as u };