mimir-ui-kit 1.38.43 → 1.39.0
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/assets/stories.css +1 -0
- package/dist/assets/styles2.css +1 -0
- package/dist/combobox-Dv6-ANkb.js +508 -0
- package/dist/components/Dropdown/Dropdown.js +176 -176
- package/dist/components/MultiSelectSearch/MultiSelectSearch.js +1 -1
- package/dist/components/SelectSearch/SelectSearch.js +1 -1
- package/dist/components/Table/ColumnOrderSettings.d.ts +18 -0
- package/dist/components/Table/ColumnOrderSettings.js +177 -0
- package/dist/components/Table/Table.d.ts +3 -0
- package/dist/components/Table/Table.js +204 -0
- package/dist/components/Table/TableBody.d.ts +5 -0
- package/dist/components/Table/TableBody.js +109 -0
- package/dist/components/Table/TableCard.d.ts +5 -0
- package/dist/components/Table/TableCard.js +45 -0
- package/dist/components/Table/TableCardsView.d.ts +5 -0
- package/dist/components/Table/TableCardsView.js +84 -0
- package/dist/components/Table/TableFilters.d.ts +12 -0
- package/dist/components/Table/TableFilters.js +165 -0
- package/dist/components/Table/TableHeader.d.ts +3 -0
- package/dist/components/Table/TableHeader.js +70 -0
- package/dist/components/Table/TableRow.d.ts +5 -0
- package/dist/components/Table/TableRow.js +76 -0
- package/dist/components/Table/TableScrollButtons.d.ts +11 -0
- package/dist/components/Table/TableScrollButtons.js +35 -0
- package/dist/components/Table/constants.d.ts +128 -0
- package/dist/components/Table/constants.js +434 -0
- package/dist/components/Table/hooks/index.d.ts +4 -0
- package/dist/components/Table/hooks/index.js +10 -0
- package/dist/components/Table/hooks/useTableInstance.d.ts +3 -0
- package/dist/components/Table/hooks/useTableInstance.js +68 -0
- package/dist/components/Table/hooks/useTableScroll.d.ts +8 -0
- package/dist/components/Table/hooks/useTableScroll.js +54 -0
- package/dist/components/Table/hooks/useTableState.d.ts +13 -0
- package/dist/components/Table/hooks/useTableState.js +56 -0
- package/dist/components/Table/hooks/useTableVirtualization.d.ts +13 -0
- package/dist/components/Table/hooks/useTableVirtualization.js +97 -0
- package/dist/components/Table/index.d.ts +3 -0
- package/dist/components/Table/index.js +10 -0
- package/dist/components/Table/types.d.ts +150 -0
- package/dist/components/Table/utils.d.ts +4 -0
- package/dist/components/Table/utils.js +25 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +72 -64
- package/dist/index-CVk4sixt.js +1862 -0
- package/dist/index-D5H8gPPn.js +546 -0
- package/dist/index.js +106 -98
- package/dist/{portal-D3A00sie.js → portal-C_u5auU1.js} +179 -183
- package/dist/stories.module-fud786VB.js +29 -0
- package/dist/styles.module--QBQYoA9.js +36 -0
- package/package.json +3 -1
- package/dist/combobox-BD-GHvMy.js +0 -980
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as v from "react";
|
2
|
-
import
|
3
|
-
import { n as j, s as ge, d as
|
2
|
+
import He, { useReducer as $t, useMemo as _, useSyncExternalStore as Dt, useId as Ft, useEffect as Y, useCallback as st, useRef as oe, useLayoutEffect as ct, createContext as me, useContext as X, useState as te, Fragment as at } from "react";
|
3
|
+
import { n as j, s as ge, d as Ne, u as Ht, o as ae, p as Nt, t as It, f as ce, W as Ie, y as We, T as Wt, H as ke } from "./keyboard-CUMsrFX1.js";
|
4
4
|
import { A as kt, h as Vt } from "./focus-management-Dp2_vbQ3.js";
|
5
5
|
import * as ue from "react-dom";
|
6
6
|
import { createPortal as Bt } from "react-dom";
|
@@ -67,7 +67,7 @@ function Ao(e, t, o) {
|
|
67
67
|
if (!e) return;
|
68
68
|
let r = t === null ? null : t instanceof HTMLElement ? t : t.current;
|
69
69
|
if (!r) return;
|
70
|
-
let i =
|
70
|
+
let i = Ne();
|
71
71
|
if (typeof ResizeObserver < "u") {
|
72
72
|
let l = new ResizeObserver(() => n.current(r));
|
73
73
|
l.observe(r), i.add(() => l.disconnect());
|
@@ -108,7 +108,7 @@ function qt(e, t, o, n) {
|
|
108
108
|
return window.addEventListener(t, i, n), () => window.removeEventListener(t, i, n);
|
109
109
|
}, [e, t, n]);
|
110
110
|
}
|
111
|
-
const
|
111
|
+
const Ue = 30;
|
112
112
|
function Po(e, t, o) {
|
113
113
|
let n = dt(e, "outside-click"), r = ge(o), i = st(function(s, a) {
|
114
114
|
if (s.defaultPrevented) return;
|
@@ -134,7 +134,7 @@ function Po(e, t, o) {
|
|
134
134
|
c.current.x = s.touches[0].clientX, c.current.y = s.touches[0].clientY;
|
135
135
|
}, !0), se(n, "touchend", (s) => {
|
136
136
|
let a = { x: s.changedTouches[0].clientX, y: s.changedTouches[0].clientY };
|
137
|
-
if (!(Math.abs(a.x - c.current.x) >=
|
137
|
+
if (!(Math.abs(a.x - c.current.x) >= Ue || Math.abs(a.y - c.current.y) >= Ue)) return i(s, () => s.target instanceof HTMLElement ? s.target : null);
|
138
138
|
}, !0), qt(n, "blur", (s) => i(s, () => window.document.activeElement instanceof HTMLIFrameElement ? window.document.activeElement : null), !0);
|
139
139
|
}
|
140
140
|
function gt(...e) {
|
@@ -169,7 +169,7 @@ function Gt() {
|
|
169
169
|
t.microTask(() => {
|
170
170
|
var r;
|
171
171
|
if (window.getComputedStyle(e.documentElement).scrollBehavior !== "auto") {
|
172
|
-
let c =
|
172
|
+
let c = Ne();
|
173
173
|
c.style(e.documentElement, "scrollBehavior", "auto"), t.add(() => t.microTask(() => c.dispose()));
|
174
174
|
}
|
175
175
|
let i = (r = window.scrollY) != null ? r : window.pageYOffset, l = null;
|
@@ -216,7 +216,7 @@ function Jt(e) {
|
|
216
216
|
}
|
217
217
|
let Q = ut(() => /* @__PURE__ */ new Map(), { PUSH(e, t) {
|
218
218
|
var o;
|
219
|
-
let n = (o = this.get(e)) != null ? o : { doc: e, count: 0, d:
|
219
|
+
let n = (o = this.get(e)) != null ? o : { doc: e, count: 0, d: Ne(), meta: /* @__PURE__ */ new Set() };
|
220
220
|
return n.count++, n.meta.add(t), this.set(e, n), this;
|
221
221
|
}, POP(e, t) {
|
222
222
|
let o = this.get(e);
|
@@ -264,13 +264,13 @@ function z(e) {
|
|
264
264
|
function ht(e) {
|
265
265
|
return e instanceof Node || e instanceof N(e).Node;
|
266
266
|
}
|
267
|
-
function
|
267
|
+
function M(e) {
|
268
268
|
return e instanceof Element || e instanceof N(e).Element;
|
269
269
|
}
|
270
270
|
function B(e) {
|
271
271
|
return e instanceof HTMLElement || e instanceof N(e).HTMLElement;
|
272
272
|
}
|
273
|
-
function
|
273
|
+
function qe(e) {
|
274
274
|
return typeof ShadowRoot > "u" ? !1 : e instanceof ShadowRoot || e instanceof N(e).ShadowRoot;
|
275
275
|
}
|
276
276
|
function he(e) {
|
@@ -279,7 +279,7 @@ function he(e) {
|
|
279
279
|
overflowX: o,
|
280
280
|
overflowY: n,
|
281
281
|
display: r
|
282
|
-
} =
|
282
|
+
} = V(e);
|
283
283
|
return /auto|scroll|overlay|hidden|clip/.test(t + n + o) && !["inline", "contents"].includes(r);
|
284
284
|
}
|
285
285
|
function Zt(e) {
|
@@ -294,8 +294,8 @@ function Ce(e) {
|
|
294
294
|
}
|
295
295
|
});
|
296
296
|
}
|
297
|
-
function
|
298
|
-
const t =
|
297
|
+
function Ve(e) {
|
298
|
+
const t = Be(), o = V(e);
|
299
299
|
return o.transform !== "none" || o.perspective !== "none" || (o.containerType ? o.containerType !== "normal" : !1) || !t && (o.backdropFilter ? o.backdropFilter !== "none" : !1) || !t && (o.filter ? o.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((n) => (o.willChange || "").includes(n)) || ["paint", "layout", "strict", "content"].some((n) => (o.contain || "").includes(n));
|
300
300
|
}
|
301
301
|
function en(e) {
|
@@ -303,23 +303,23 @@ function en(e) {
|
|
303
303
|
for (; B(t) && !re(t); ) {
|
304
304
|
if (Ce(t))
|
305
305
|
return null;
|
306
|
-
if (
|
306
|
+
if (Ve(t))
|
307
307
|
return t;
|
308
308
|
t = G(t);
|
309
309
|
}
|
310
310
|
return null;
|
311
311
|
}
|
312
|
-
function
|
312
|
+
function Be() {
|
313
313
|
return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
314
314
|
}
|
315
315
|
function re(e) {
|
316
316
|
return ["html", "body", "#document"].includes(ie(e));
|
317
317
|
}
|
318
|
-
function
|
318
|
+
function V(e) {
|
319
319
|
return N(e).getComputedStyle(e);
|
320
320
|
}
|
321
321
|
function Oe(e) {
|
322
|
-
return
|
322
|
+
return M(e) ? {
|
323
323
|
scrollLeft: e.scrollLeft,
|
324
324
|
scrollTop: e.scrollTop
|
325
325
|
} : {
|
@@ -334,10 +334,10 @@ function G(e) {
|
|
334
334
|
// Step into the shadow DOM of the parent of a slotted node.
|
335
335
|
e.assignedSlot || // DOM Element detected.
|
336
336
|
e.parentNode || // ShadowRoot detected.
|
337
|
-
|
337
|
+
qe(e) && e.host || // Fallback.
|
338
338
|
z(e)
|
339
339
|
);
|
340
|
-
return
|
340
|
+
return qe(t) ? t.host : t;
|
341
341
|
}
|
342
342
|
function pt(e) {
|
343
343
|
const t = G(e);
|
@@ -371,7 +371,7 @@ const q = Math.min, H = Math.max, ye = Math.round, we = Math.floor, K = (e) => (
|
|
371
371
|
start: "end",
|
372
372
|
end: "start"
|
373
373
|
};
|
374
|
-
function
|
374
|
+
function Xe(e, t, o) {
|
375
375
|
return H(e, q(t, o));
|
376
376
|
}
|
377
377
|
function le(e, t) {
|
@@ -403,9 +403,9 @@ function rn(e, t, o) {
|
|
403
403
|
}
|
404
404
|
function ln(e) {
|
405
405
|
const t = be(e);
|
406
|
-
return [
|
406
|
+
return [$e(e), t, $e(t)];
|
407
407
|
}
|
408
|
-
function
|
408
|
+
function $e(e) {
|
409
409
|
return e.replace(/start|end/g, (t) => on[t]);
|
410
410
|
}
|
411
411
|
function sn(e, t, o) {
|
@@ -424,7 +424,7 @@ function sn(e, t, o) {
|
|
424
424
|
function cn(e, t, o, n) {
|
425
425
|
const r = pe(e);
|
426
426
|
let i = sn(J(e), o === "start", n);
|
427
|
-
return r && (i = i.map((l) => l + "-" + r), t && (i = i.concat(i.map(
|
427
|
+
return r && (i = i.map((l) => l + "-" + r), t && (i = i.concat(i.map($e)))), i;
|
428
428
|
}
|
429
429
|
function be(e) {
|
430
430
|
return e.replace(/left|right|bottom|top/g, (t) => nn[t]);
|
@@ -464,7 +464,7 @@ function Re(e) {
|
|
464
464
|
y: o
|
465
465
|
};
|
466
466
|
}
|
467
|
-
function
|
467
|
+
function Ge(e, t, o) {
|
468
468
|
let {
|
469
469
|
reference: n,
|
470
470
|
floating: r
|
@@ -526,7 +526,7 @@ const fn = async (e, t, o) => {
|
|
526
526
|
}), {
|
527
527
|
x: u,
|
528
528
|
y: g
|
529
|
-
} =
|
529
|
+
} = Ge(a, n, s), h = n, f = {}, d = 0;
|
530
530
|
for (let m = 0; m < c.length; m++) {
|
531
531
|
const {
|
532
532
|
name: p,
|
@@ -563,7 +563,7 @@ const fn = async (e, t, o) => {
|
|
563
563
|
}) : R.rects), {
|
564
564
|
x: u,
|
565
565
|
y: g
|
566
|
-
} =
|
566
|
+
} = Ge(a, h, s)), m = -1);
|
567
567
|
}
|
568
568
|
return {
|
569
569
|
x: u,
|
@@ -642,55 +642,55 @@ const dn = function(e) {
|
|
642
642
|
} = le(e, t);
|
643
643
|
if ((o = i.arrow) != null && o.alignmentOffset)
|
644
644
|
return {};
|
645
|
-
const x = J(r), y = Z(c), w = J(c) === c, b = await (s.isRTL == null ? void 0 : s.isRTL(a.floating)), R = h || (w || !m ? [be(c)] : ln(c)),
|
646
|
-
!h &&
|
647
|
-
const
|
648
|
-
let
|
649
|
-
if (u && W.push(
|
650
|
-
const
|
651
|
-
W.push(
|
645
|
+
const x = J(r), y = Z(c), w = J(c) === c, b = await (s.isRTL == null ? void 0 : s.isRTL(a.floating)), R = h || (w || !m ? [be(c)] : ln(c)), O = d !== "none";
|
646
|
+
!h && O && R.push(...cn(c, m, d, b));
|
647
|
+
const L = [c, ...R], $ = await Se(t, p), W = [];
|
648
|
+
let T = ((n = i.flip) == null ? void 0 : n.overflows) || [];
|
649
|
+
if (u && W.push($[x]), g) {
|
650
|
+
const A = rn(r, l, b);
|
651
|
+
W.push($[A[0]], $[A[1]]);
|
652
652
|
}
|
653
|
-
if (
|
653
|
+
if (T = [...T, {
|
654
654
|
placement: r,
|
655
655
|
overflows: W
|
656
|
-
}], !W.every((
|
657
|
-
var
|
658
|
-
const
|
659
|
-
if (
|
656
|
+
}], !W.every((A) => A <= 0)) {
|
657
|
+
var S, D;
|
658
|
+
const A = (((S = i.flip) == null ? void 0 : S.index) || 0) + 1, F = L[A];
|
659
|
+
if (F)
|
660
660
|
return {
|
661
661
|
data: {
|
662
|
-
index:
|
663
|
-
overflows:
|
662
|
+
index: A,
|
663
|
+
overflows: T
|
664
664
|
},
|
665
665
|
reset: {
|
666
|
-
placement:
|
666
|
+
placement: F
|
667
667
|
}
|
668
668
|
};
|
669
|
-
let
|
670
|
-
if (!
|
669
|
+
let I = (D = T.filter((E) => E.overflows[0] <= 0).sort((E, P) => E.overflows[1] - P.overflows[1])[0]) == null ? void 0 : D.placement;
|
670
|
+
if (!I)
|
671
671
|
switch (f) {
|
672
672
|
case "bestFit": {
|
673
|
-
var
|
674
|
-
const
|
675
|
-
if (
|
676
|
-
const
|
677
|
-
return
|
673
|
+
var k;
|
674
|
+
const E = (k = T.filter((P) => {
|
675
|
+
if (O) {
|
676
|
+
const C = Z(P.placement);
|
677
|
+
return C === y || // Create a bias to the `y` side axis due to horizontal
|
678
678
|
// reading directions favoring greater width.
|
679
|
-
|
679
|
+
C === "y";
|
680
680
|
}
|
681
681
|
return !0;
|
682
|
-
}).map((
|
683
|
-
|
682
|
+
}).map((P) => [P.placement, P.overflows.filter((C) => C > 0).reduce((C, U) => C + U, 0)]).sort((P, C) => P[1] - C[1])[0]) == null ? void 0 : k[0];
|
683
|
+
E && (I = E);
|
684
684
|
break;
|
685
685
|
}
|
686
686
|
case "initialPlacement":
|
687
|
-
|
687
|
+
I = c;
|
688
688
|
break;
|
689
689
|
}
|
690
|
-
if (r !==
|
690
|
+
if (r !== I)
|
691
691
|
return {
|
692
692
|
reset: {
|
693
|
-
placement:
|
693
|
+
placement: I
|
694
694
|
}
|
695
695
|
};
|
696
696
|
}
|
@@ -780,11 +780,11 @@ const gn = function(e) {
|
|
780
780
|
let f = a[h], d = a[g];
|
781
781
|
if (i) {
|
782
782
|
const p = h === "y" ? "top" : "left", x = h === "y" ? "bottom" : "right", y = f + u[p], w = f - u[x];
|
783
|
-
f =
|
783
|
+
f = Xe(y, f, w);
|
784
784
|
}
|
785
785
|
if (l) {
|
786
786
|
const p = g === "y" ? "top" : "left", x = g === "y" ? "bottom" : "right", y = d + u[p], w = d - u[x];
|
787
|
-
d =
|
787
|
+
d = Xe(y, d, w);
|
788
788
|
}
|
789
789
|
const m = c.fn({
|
790
790
|
...t,
|
@@ -821,18 +821,18 @@ const gn = function(e) {
|
|
821
821
|
let d, m;
|
822
822
|
a === "top" || a === "bottom" ? (d = a, m = u === (await (r.isRTL == null ? void 0 : r.isRTL(i.floating)) ? "start" : "end") ? "left" : "right") : (m = a, d = u === "end" ? "top" : "bottom");
|
823
823
|
const p = f - s.top - s.bottom, x = h - s.left - s.right, y = q(f - s[d], p), w = q(h - s[m], x), b = !t.middlewareData.shift;
|
824
|
-
let R = y,
|
825
|
-
if (g ?
|
826
|
-
const
|
827
|
-
g ?
|
824
|
+
let R = y, O = w;
|
825
|
+
if (g ? O = u || b ? q(w, x) : x : R = u || b ? q(y, p) : p, b && !u) {
|
826
|
+
const $ = H(s.left, 0), W = H(s.right, 0), T = H(s.top, 0), S = H(s.bottom, 0);
|
827
|
+
g ? O = h - 2 * ($ !== 0 || W !== 0 ? $ + W : H(s.left, s.right)) : R = f - 2 * (T !== 0 || S !== 0 ? T + S : H(s.top, s.bottom));
|
828
828
|
}
|
829
829
|
await l({
|
830
830
|
...t,
|
831
|
-
availableWidth:
|
831
|
+
availableWidth: O,
|
832
832
|
availableHeight: R
|
833
833
|
});
|
834
|
-
const
|
835
|
-
return h !==
|
834
|
+
const L = await r.getDimensions(i.floating);
|
835
|
+
return h !== L.width || f !== L.height ? {
|
836
836
|
reset: {
|
837
837
|
rects: !0
|
838
838
|
}
|
@@ -841,7 +841,7 @@ const gn = function(e) {
|
|
841
841
|
};
|
842
842
|
};
|
843
843
|
function yt(e) {
|
844
|
-
const t =
|
844
|
+
const t = V(e);
|
845
845
|
let o = parseFloat(t.width) || 0, n = parseFloat(t.height) || 0;
|
846
846
|
const r = B(e), i = r ? e.offsetWidth : o, l = r ? e.offsetHeight : n, c = ye(o) !== i || ye(n) !== l;
|
847
847
|
return c && (o = i, n = l), {
|
@@ -850,11 +850,11 @@ function yt(e) {
|
|
850
850
|
$: c
|
851
851
|
};
|
852
852
|
}
|
853
|
-
function
|
854
|
-
return
|
853
|
+
function _e(e) {
|
854
|
+
return M(e) ? e : e.contextElement;
|
855
855
|
}
|
856
856
|
function ne(e) {
|
857
|
-
const t =
|
857
|
+
const t = _e(e);
|
858
858
|
if (!B(t))
|
859
859
|
return K(1);
|
860
860
|
const o = t.getBoundingClientRect(), {
|
@@ -871,7 +871,7 @@ function ne(e) {
|
|
871
871
|
const vn = /* @__PURE__ */ K(0);
|
872
872
|
function bt(e) {
|
873
873
|
const t = N(e);
|
874
|
-
return !
|
874
|
+
return !Be() || !t.visualViewport ? vn : {
|
875
875
|
x: t.visualViewport.offsetLeft,
|
876
876
|
y: t.visualViewport.offsetTop
|
877
877
|
};
|
@@ -881,16 +881,16 @@ function wn(e, t, o) {
|
|
881
881
|
}
|
882
882
|
function ee(e, t, o, n) {
|
883
883
|
t === void 0 && (t = !1), o === void 0 && (o = !1);
|
884
|
-
const r = e.getBoundingClientRect(), i =
|
884
|
+
const r = e.getBoundingClientRect(), i = _e(e);
|
885
885
|
let l = K(1);
|
886
|
-
t && (n ?
|
886
|
+
t && (n ? M(n) && (l = ne(n)) : l = ne(e));
|
887
887
|
const c = wn(i, o, n) ? bt(i) : K(0);
|
888
888
|
let s = (r.left + c.x) / l.x, a = (r.top + c.y) / l.y, u = r.width / l.x, g = r.height / l.y;
|
889
889
|
if (i) {
|
890
|
-
const h = N(i), f = n &&
|
890
|
+
const h = N(i), f = n && M(n) ? N(n) : n;
|
891
891
|
let d = h, m = d.frameElement;
|
892
892
|
for (; m && n && f !== d; ) {
|
893
|
-
const p = ne(m), x = m.getBoundingClientRect(), y =
|
893
|
+
const p = ne(m), x = m.getBoundingClientRect(), y = V(m), w = x.left + (m.clientLeft + parseFloat(y.paddingLeft)) * p.x, b = x.top + (m.clientTop + parseFloat(y.paddingTop)) * p.y;
|
894
894
|
s *= p.x, a *= p.y, u *= p.x, g *= p.y, s += w, a += b, d = N(m), m = d.frameElement;
|
895
895
|
}
|
896
896
|
}
|
@@ -937,7 +937,7 @@ function bn(e) {
|
|
937
937
|
const t = z(e), o = Oe(e), n = e.ownerDocument.body, r = H(t.scrollWidth, t.clientWidth, n.scrollWidth, n.clientWidth), i = H(t.scrollHeight, t.clientHeight, n.scrollHeight, n.clientHeight);
|
938
938
|
let l = -o.scrollLeft + Rt(e);
|
939
939
|
const c = -o.scrollTop;
|
940
|
-
return
|
940
|
+
return V(n).direction === "rtl" && (l += H(t.clientWidth, n.clientWidth) - r), {
|
941
941
|
width: r,
|
942
942
|
height: i,
|
943
943
|
x: l,
|
@@ -949,7 +949,7 @@ function Rn(e, t) {
|
|
949
949
|
let i = n.clientWidth, l = n.clientHeight, c = 0, s = 0;
|
950
950
|
if (r) {
|
951
951
|
i = r.width, l = r.height;
|
952
|
-
const a =
|
952
|
+
const a = Be();
|
953
953
|
(!a || a && t === "fixed") && (c = r.offsetLeft, s = r.offsetTop);
|
954
954
|
}
|
955
955
|
return {
|
@@ -968,13 +968,13 @@ function En(e, t) {
|
|
968
968
|
y: a
|
969
969
|
};
|
970
970
|
}
|
971
|
-
function
|
971
|
+
function Ke(e, t, o) {
|
972
972
|
let n;
|
973
973
|
if (t === "viewport")
|
974
974
|
n = Rn(e, o);
|
975
975
|
else if (t === "document")
|
976
976
|
n = bn(z(e));
|
977
|
-
else if (
|
977
|
+
else if (M(t))
|
978
978
|
n = En(t, o);
|
979
979
|
else {
|
980
980
|
const r = bt(e);
|
@@ -988,17 +988,17 @@ function Je(e, t, o) {
|
|
988
988
|
}
|
989
989
|
function Et(e, t) {
|
990
990
|
const o = G(e);
|
991
|
-
return o === t || !
|
991
|
+
return o === t || !M(o) || re(o) ? !1 : V(o).position === "fixed" || Et(o, t);
|
992
992
|
}
|
993
993
|
function Cn(e, t) {
|
994
994
|
const o = t.get(e);
|
995
995
|
if (o)
|
996
996
|
return o;
|
997
|
-
let n = fe(e, [], !1).filter((c) =>
|
998
|
-
const i =
|
997
|
+
let n = fe(e, [], !1).filter((c) => M(c) && ie(c) !== "body"), r = null;
|
998
|
+
const i = V(e).position === "fixed";
|
999
999
|
let l = i ? G(e) : e;
|
1000
|
-
for (;
|
1001
|
-
const c =
|
1000
|
+
for (; M(l) && !re(l); ) {
|
1001
|
+
const c = V(l), s = Ve(l);
|
1002
1002
|
!s && c.position === "fixed" && (r = null), (i ? !s && !r : !s && c.position === "static" && !!r && ["absolute", "fixed"].includes(r.position) || he(l) && !s && Et(e, l)) ? n = n.filter((u) => u !== l) : r = c, l = G(l);
|
1003
1003
|
}
|
1004
1004
|
return t.set(e, n), n;
|
@@ -1011,9 +1011,9 @@ function On(e) {
|
|
1011
1011
|
strategy: r
|
1012
1012
|
} = e;
|
1013
1013
|
const l = [...o === "clippingAncestors" ? Ce(t) ? [] : Cn(t, this._c) : [].concat(o), n], c = l[0], s = l.reduce((a, u) => {
|
1014
|
-
const g =
|
1014
|
+
const g = Ke(t, u, r);
|
1015
1015
|
return a.top = H(g.top, a.top), a.right = q(g.right, a.right), a.bottom = q(g.bottom, a.bottom), a.left = H(g.left, a.left), a;
|
1016
|
-
},
|
1016
|
+
}, Ke(t, c, r));
|
1017
1017
|
return {
|
1018
1018
|
width: s.right - s.left,
|
1019
1019
|
height: s.bottom - s.top,
|
@@ -1052,10 +1052,10 @@ function An(e, t, o) {
|
|
1052
1052
|
};
|
1053
1053
|
}
|
1054
1054
|
function Pe(e) {
|
1055
|
-
return
|
1055
|
+
return V(e).position === "static";
|
1056
1056
|
}
|
1057
|
-
function
|
1058
|
-
return !B(e) ||
|
1057
|
+
function Je(e, t) {
|
1058
|
+
return !B(e) || V(e).position === "fixed" ? null : t ? t(e) : e.offsetParent;
|
1059
1059
|
}
|
1060
1060
|
function Ct(e, t) {
|
1061
1061
|
const o = N(e);
|
@@ -1064,16 +1064,16 @@ function Ct(e, t) {
|
|
1064
1064
|
if (!B(e)) {
|
1065
1065
|
let r = G(e);
|
1066
1066
|
for (; r && !re(r); ) {
|
1067
|
-
if (
|
1067
|
+
if (M(r) && !Pe(r))
|
1068
1068
|
return r;
|
1069
1069
|
r = G(r);
|
1070
1070
|
}
|
1071
1071
|
return o;
|
1072
1072
|
}
|
1073
|
-
let n =
|
1073
|
+
let n = Je(e, t);
|
1074
1074
|
for (; n && Zt(n) && Pe(n); )
|
1075
|
-
n =
|
1076
|
-
return n && re(n) && Pe(n) && !
|
1075
|
+
n = Je(n, t);
|
1076
|
+
return n && re(n) && Pe(n) && !Ve(n) ? o : n || en(e) || o;
|
1077
1077
|
}
|
1078
1078
|
const Pn = async function(e) {
|
1079
1079
|
const t = this.getOffsetParent || Ct, o = this.getDimensions, n = await o(e.floating);
|
@@ -1088,7 +1088,7 @@ const Pn = async function(e) {
|
|
1088
1088
|
};
|
1089
1089
|
};
|
1090
1090
|
function Mn(e) {
|
1091
|
-
return
|
1091
|
+
return V(e).direction === "rtl";
|
1092
1092
|
}
|
1093
1093
|
const Tn = {
|
1094
1094
|
convertOffsetParentRelativeRectToViewportRelativeRect: xn,
|
@@ -1099,7 +1099,7 @@ const Tn = {
|
|
1099
1099
|
getClientRects: yn,
|
1100
1100
|
getDimensions: Sn,
|
1101
1101
|
getScale: ne,
|
1102
|
-
isElement:
|
1102
|
+
isElement: M,
|
1103
1103
|
isRTL: Mn
|
1104
1104
|
};
|
1105
1105
|
function Ln(e, t) {
|
@@ -1125,11 +1125,11 @@ function Ln(e, t) {
|
|
1125
1125
|
};
|
1126
1126
|
let w = !0;
|
1127
1127
|
function b(R) {
|
1128
|
-
const
|
1129
|
-
if (
|
1128
|
+
const O = R[0].intersectionRatio;
|
1129
|
+
if (O !== s) {
|
1130
1130
|
if (!w)
|
1131
1131
|
return l();
|
1132
|
-
|
1132
|
+
O ? l(!1, O) : n = setTimeout(() => {
|
1133
1133
|
l(!1, 1e-7);
|
1134
1134
|
}, 1e3);
|
1135
1135
|
}
|
@@ -1156,7 +1156,7 @@ function $n(e, t, o, n) {
|
|
1156
1156
|
elementResize: l = typeof ResizeObserver == "function",
|
1157
1157
|
layoutShift: c = typeof IntersectionObserver == "function",
|
1158
1158
|
animationFrame: s = !1
|
1159
|
-
} = n, a =
|
1159
|
+
} = n, a = _e(e), u = r || i ? [...a ? fe(a) : [], ...fe(t)] : [];
|
1160
1160
|
u.forEach((x) => {
|
1161
1161
|
r && x.addEventListener("scroll", o, {
|
1162
1162
|
passive: !0
|
@@ -1231,11 +1231,11 @@ function Ee(e, t) {
|
|
1231
1231
|
function Ot(e) {
|
1232
1232
|
return typeof window > "u" ? 1 : (e.ownerDocument.defaultView || window).devicePixelRatio || 1;
|
1233
1233
|
}
|
1234
|
-
function
|
1234
|
+
function Qe(e, t) {
|
1235
1235
|
const o = Ot(e);
|
1236
1236
|
return Math.round(t * o) / o;
|
1237
1237
|
}
|
1238
|
-
function
|
1238
|
+
function Ze(e) {
|
1239
1239
|
const t = v.useRef(e);
|
1240
1240
|
return xe(() => {
|
1241
1241
|
t.current = e;
|
@@ -1265,53 +1265,49 @@ function Wn(e) {
|
|
1265
1265
|
}), [h, f] = v.useState(n);
|
1266
1266
|
Ee(h, n) || f(n);
|
1267
1267
|
const [d, m] = v.useState(null), [p, x] = v.useState(null), y = v.useCallback((E) => {
|
1268
|
-
E !==
|
1268
|
+
E !== O.current && (O.current = E, m(E));
|
1269
1269
|
}, []), w = v.useCallback((E) => {
|
1270
|
-
E !==
|
1271
|
-
}, []), b = i || d, R = l || p,
|
1272
|
-
if (!
|
1270
|
+
E !== L.current && (L.current = E, x(E));
|
1271
|
+
}, []), b = i || d, R = l || p, O = v.useRef(null), L = v.useRef(null), $ = v.useRef(u), W = s != null, T = Ze(s), S = Ze(r), D = v.useCallback(() => {
|
1272
|
+
if (!O.current || !L.current)
|
1273
1273
|
return;
|
1274
1274
|
const E = {
|
1275
1275
|
placement: t,
|
1276
1276
|
strategy: o,
|
1277
1277
|
middleware: h
|
1278
1278
|
};
|
1279
|
-
|
1280
|
-
const
|
1281
|
-
...
|
1282
|
-
|
1283
|
-
// but still mounted (such as when transitioning out). To ensure
|
1284
|
-
// `isPositioned` will be `false` initially on the next open, avoid
|
1285
|
-
// setting it to `true` when `open === false` (must be specified).
|
1286
|
-
isPositioned: V.current !== !1
|
1279
|
+
S.current && (E.platform = S.current), In(O.current, L.current, E).then((P) => {
|
1280
|
+
const C = {
|
1281
|
+
...P,
|
1282
|
+
isPositioned: !0
|
1287
1283
|
};
|
1288
|
-
|
1289
|
-
g(
|
1284
|
+
k.current && !Ee($.current, C) && ($.current = C, ue.flushSync(() => {
|
1285
|
+
g(C);
|
1290
1286
|
}));
|
1291
1287
|
});
|
1292
|
-
}, [h, t, o,
|
1288
|
+
}, [h, t, o, S]);
|
1293
1289
|
xe(() => {
|
1294
|
-
a === !1 &&
|
1290
|
+
a === !1 && $.current.isPositioned && ($.current.isPositioned = !1, g((E) => ({
|
1295
1291
|
...E,
|
1296
1292
|
isPositioned: !1
|
1297
1293
|
})));
|
1298
1294
|
}, [a]);
|
1299
|
-
const
|
1300
|
-
xe(() => (
|
1301
|
-
|
1295
|
+
const k = v.useRef(!1);
|
1296
|
+
xe(() => (k.current = !0, () => {
|
1297
|
+
k.current = !1;
|
1302
1298
|
}), []), xe(() => {
|
1303
|
-
if (b && (
|
1304
|
-
if (
|
1305
|
-
return
|
1306
|
-
|
1299
|
+
if (b && (O.current = b), R && (L.current = R), b && R) {
|
1300
|
+
if (T.current)
|
1301
|
+
return T.current(b, R, D);
|
1302
|
+
D();
|
1307
1303
|
}
|
1308
|
-
}, [b, R,
|
1309
|
-
const
|
1310
|
-
reference:
|
1311
|
-
floating:
|
1304
|
+
}, [b, R, D, T, W]);
|
1305
|
+
const A = v.useMemo(() => ({
|
1306
|
+
reference: O,
|
1307
|
+
floating: L,
|
1312
1308
|
setReference: y,
|
1313
1309
|
setFloating: w
|
1314
|
-
}), [y, w]),
|
1310
|
+
}), [y, w]), F = v.useMemo(() => ({
|
1315
1311
|
reference: b,
|
1316
1312
|
floating: R
|
1317
1313
|
}), [b, R]), I = v.useMemo(() => {
|
@@ -1320,28 +1316,28 @@ function Wn(e) {
|
|
1320
1316
|
left: 0,
|
1321
1317
|
top: 0
|
1322
1318
|
};
|
1323
|
-
if (!
|
1319
|
+
if (!F.floating)
|
1324
1320
|
return E;
|
1325
|
-
const
|
1321
|
+
const P = Qe(F.floating, u.x), C = Qe(F.floating, u.y);
|
1326
1322
|
return c ? {
|
1327
1323
|
...E,
|
1328
|
-
transform: "translate(" +
|
1329
|
-
...Ot(
|
1324
|
+
transform: "translate(" + P + "px, " + C + "px)",
|
1325
|
+
...Ot(F.floating) >= 1.5 && {
|
1330
1326
|
willChange: "transform"
|
1331
1327
|
}
|
1332
1328
|
} : {
|
1333
1329
|
position: o,
|
1334
|
-
left:
|
1335
|
-
top:
|
1330
|
+
left: P,
|
1331
|
+
top: C
|
1336
1332
|
};
|
1337
|
-
}, [o, c,
|
1333
|
+
}, [o, c, F.floating, u.x, u.y]);
|
1338
1334
|
return v.useMemo(() => ({
|
1339
1335
|
...u,
|
1340
|
-
update:
|
1341
|
-
refs:
|
1342
|
-
elements:
|
1336
|
+
update: D,
|
1337
|
+
refs: A,
|
1338
|
+
elements: F,
|
1343
1339
|
floatingStyles: I
|
1344
|
-
}), [u,
|
1340
|
+
}), [u, D, A, F, I]);
|
1345
1341
|
}
|
1346
1342
|
const St = (e, t) => ({
|
1347
1343
|
...Dn(e),
|
@@ -1371,7 +1367,7 @@ function Pt(e) {
|
|
1371
1367
|
return t.current == null ? void 0 : t.current(...n);
|
1372
1368
|
}, []);
|
1373
1369
|
}
|
1374
|
-
var
|
1370
|
+
var De = typeof document < "u" ? ct : Y;
|
1375
1371
|
let et = !1, jn = 0;
|
1376
1372
|
const tt = () => (
|
1377
1373
|
// Ensure the id is unique with multiple independent versions of Floating UI
|
@@ -1380,7 +1376,7 @@ const tt = () => (
|
|
1380
1376
|
);
|
1381
1377
|
function zn() {
|
1382
1378
|
const [e, t] = v.useState(() => et ? tt() : void 0);
|
1383
|
-
return
|
1379
|
+
return De(() => {
|
1384
1380
|
e == null && t(tt());
|
1385
1381
|
}, []), v.useEffect(() => {
|
1386
1382
|
et = !0;
|
@@ -1435,7 +1431,7 @@ function to(e) {
|
|
1435
1431
|
} = e, r = qn(), i = v.useRef({}), [l] = v.useState(() => Kn()), c = Zn() != null;
|
1436
1432
|
if (process.env.NODE_ENV !== "production") {
|
1437
1433
|
const f = n.reference;
|
1438
|
-
f && !
|
1434
|
+
f && !M(f) && Gn("Cannot pass a virtual element to the `elements.reference` option,", "as it must be a real DOM element. Use `refs.setPositionReference()`", "instead.");
|
1439
1435
|
}
|
1440
1436
|
const [s, a] = v.useState(n.reference), u = Pt((f, d, m) => {
|
1441
1437
|
i.current.openEvent = f ? d : void 0, l.emit("openchange", {
|
@@ -1473,7 +1469,7 @@ function no(e) {
|
|
1473
1469
|
...e.elements
|
1474
1470
|
}
|
1475
1471
|
}), n = e.rootContext || o, r = n.elements, [i, l] = v.useState(null), [c, s] = v.useState(null), u = (r == null ? void 0 : r.reference) || i, g = v.useRef(null), h = eo();
|
1476
|
-
|
1472
|
+
De(() => {
|
1477
1473
|
u && (g.current = u);
|
1478
1474
|
}, [u]);
|
1479
1475
|
const f = Wn({
|
@@ -1485,16 +1481,16 @@ function no(e) {
|
|
1485
1481
|
}
|
1486
1482
|
}
|
1487
1483
|
}), d = v.useCallback((w) => {
|
1488
|
-
const b =
|
1484
|
+
const b = M(w) ? {
|
1489
1485
|
getBoundingClientRect: () => w.getBoundingClientRect(),
|
1490
1486
|
contextElement: w
|
1491
1487
|
} : w;
|
1492
1488
|
s(b), f.refs.setReference(b);
|
1493
1489
|
}, [f.refs]), m = v.useCallback((w) => {
|
1494
|
-
(
|
1490
|
+
(M(w) || w === null) && (g.current = w, l(w)), (M(f.refs.reference.current) || f.refs.reference.current === null || // Don't allow setting virtual elements using the old technique back to
|
1495
1491
|
// `null` to support `positionReference` + an unstable `reference`
|
1496
1492
|
// callback ref.
|
1497
|
-
w !== null && !
|
1493
|
+
w !== null && !M(w)) && f.refs.setReference(w);
|
1498
1494
|
}, [f.refs]), p = v.useMemo(() => ({
|
1499
1495
|
...f.refs,
|
1500
1496
|
setReference: m,
|
@@ -1510,7 +1506,7 @@ function no(e) {
|
|
1510
1506
|
elements: x,
|
1511
1507
|
nodeId: t
|
1512
1508
|
}), [f, p, x, t, n]);
|
1513
|
-
return
|
1509
|
+
return De(() => {
|
1514
1510
|
n.dataRef.current.floatingContext = y;
|
1515
1511
|
const w = h == null ? void 0 : h.nodesRef.current.find((b) => b.id === t);
|
1516
1512
|
w && (w.context = y);
|
@@ -1522,7 +1518,7 @@ function no(e) {
|
|
1522
1518
|
}), [f, p, x, y]);
|
1523
1519
|
}
|
1524
1520
|
const nt = "active", ot = "selected";
|
1525
|
-
function
|
1521
|
+
function Te(e, t, o) {
|
1526
1522
|
const n = /* @__PURE__ */ new Map(), r = o === "item";
|
1527
1523
|
let i = e;
|
1528
1524
|
if (r && e) {
|
@@ -1561,15 +1557,15 @@ function Le(e, t, o) {
|
|
1561
1557
|
function oo(e) {
|
1562
1558
|
e === void 0 && (e = []);
|
1563
1559
|
const t = e.map((c) => c == null ? void 0 : c.reference), o = e.map((c) => c == null ? void 0 : c.floating), n = e.map((c) => c == null ? void 0 : c.item), r = v.useCallback(
|
1564
|
-
(c) =>
|
1560
|
+
(c) => Te(c, e, "reference"),
|
1565
1561
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
1566
1562
|
t
|
1567
1563
|
), i = v.useCallback(
|
1568
|
-
(c) =>
|
1564
|
+
(c) => Te(c, e, "floating"),
|
1569
1565
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
1570
1566
|
o
|
1571
1567
|
), l = v.useCallback(
|
1572
|
-
(c) =>
|
1568
|
+
(c) => Te(c, e, "item"),
|
1573
1569
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
1574
1570
|
n
|
1575
1571
|
);
|
@@ -1645,7 +1641,7 @@ function io(e, t) {
|
|
1645
1641
|
return;
|
1646
1642
|
const p = m.deltaY, x = i.current.top >= -0.5, y = i.current.bottom >= -0.5, w = d.scrollHeight - d.clientHeight, b = p < 0 ? -1 : 1, R = p < 0 ? "max" : "min";
|
1647
1643
|
d.scrollHeight <= d.clientHeight || (!x && p > 0 || !y && p < 0 ? (m.preventDefault(), ue.flushSync(() => {
|
1648
|
-
s((
|
1644
|
+
s((O) => O + Math[R](p, w * b));
|
1649
1645
|
})) : /firefox/i.test(tn()) && (d.scrollTop += p));
|
1650
1646
|
}
|
1651
1647
|
const d = (l == null ? void 0 : l.current) || n.floating;
|
@@ -1689,8 +1685,8 @@ let ve = me({ styles: void 0, setReference: () => {
|
|
1689
1685
|
}, setFloating: () => {
|
1690
1686
|
}, getReferenceProps: () => ({}), getFloatingProps: () => ({}), slot: {} });
|
1691
1687
|
ve.displayName = "FloatingContext";
|
1692
|
-
let
|
1693
|
-
|
1688
|
+
let Ye = me(null);
|
1689
|
+
Ye.displayName = "PlacementContext";
|
1694
1690
|
function Lo(e) {
|
1695
1691
|
return _(() => e ? typeof e == "string" ? { to: e } : e : null, [e]);
|
1696
1692
|
}
|
@@ -1703,7 +1699,7 @@ function Do() {
|
|
1703
1699
|
}
|
1704
1700
|
function Fo(e = null) {
|
1705
1701
|
e === !1 && (e = null), typeof e == "string" && (e = { to: e });
|
1706
|
-
let t = X(
|
1702
|
+
let t = X(Ye), o = _(() => e, [JSON.stringify(e, typeof HTMLElement < "u" ? (r, i) => i instanceof HTMLElement ? i.outerHTML : i : void 0)]);
|
1707
1703
|
j(() => {
|
1708
1704
|
t == null || t(o ?? null);
|
1709
1705
|
}, [t, o]);
|
@@ -1718,32 +1714,32 @@ function Ho({ children: e, enabled: t = !0 }) {
|
|
1718
1714
|
j(() => {
|
1719
1715
|
a && i(0);
|
1720
1716
|
}, [a]);
|
1721
|
-
let { refs: x, floatingStyles: y, context: w } = no({ open: a, placement: m === "selection" ? p === "center" ? "bottom" : `bottom-${p}` : p === "center" ? `${m}` : `${m}-${p}`, strategy: "absolute", transform: !1, middleware: [St({ mainAxis: m === "selection" ? 0 : g, crossAxis: h }), kn({ padding: f }), m !== "selection" && Vn({ padding: f }), m === "selection" && d ? ro({ ...d, padding: f, overflowRef: l, offset: r, minItemsVisible: it, referenceOverflowThreshold: f, onFallbackChange(
|
1722
|
-
var
|
1723
|
-
if (!P) return;
|
1724
|
-
let S = w.elements.floating;
|
1717
|
+
let { refs: x, floatingStyles: y, context: w } = no({ open: a, placement: m === "selection" ? p === "center" ? "bottom" : `bottom-${p}` : p === "center" ? `${m}` : `${m}-${p}`, strategy: "absolute", transform: !1, middleware: [St({ mainAxis: m === "selection" ? 0 : g, crossAxis: h }), kn({ padding: f }), m !== "selection" && Vn({ padding: f }), m === "selection" && d ? ro({ ...d, padding: f, overflowRef: l, offset: r, minItemsVisible: it, referenceOverflowThreshold: f, onFallbackChange(S) {
|
1718
|
+
var D, k;
|
1725
1719
|
if (!S) return;
|
1726
|
-
let
|
1727
|
-
|
1728
|
-
|
1729
|
-
|
1720
|
+
let A = w.elements.floating;
|
1721
|
+
if (!A) return;
|
1722
|
+
let F = parseFloat(getComputedStyle(A).scrollPaddingBottom) || 0, I = Math.min(it, A.childElementCount), E = 0, P = 0;
|
1723
|
+
for (let C of (k = (D = w.elements.floating) == null ? void 0 : D.childNodes) != null ? k : []) if (C instanceof HTMLElement) {
|
1724
|
+
let U = C.offsetTop, je = U + C.clientHeight + F, Ae = A.scrollTop, ze = Ae + A.clientHeight;
|
1725
|
+
if (U >= Ae && je <= ze) I--;
|
1730
1726
|
else {
|
1731
|
-
|
1727
|
+
P = Math.max(0, Math.min(je, ze) - Math.max(U, Ae)), E = C.clientHeight;
|
1732
1728
|
break;
|
1733
1729
|
}
|
1734
1730
|
}
|
1735
|
-
|
1736
|
-
let
|
1737
|
-
return
|
1731
|
+
I >= 1 && i((C) => {
|
1732
|
+
let U = E * I - P + F;
|
1733
|
+
return C >= U ? C : U;
|
1738
1734
|
});
|
1739
|
-
} }) : null, Bn({ padding: f, apply({ availableWidth:
|
1740
|
-
Object.assign(
|
1735
|
+
} }) : null, Bn({ padding: f, apply({ availableWidth: S, availableHeight: D, elements: k }) {
|
1736
|
+
Object.assign(k.floating.style, { overflow: "auto", maxWidth: `${S}px`, maxHeight: `min(var(--anchor-max-height, 100vh), ${D}px)` });
|
1741
1737
|
} })].filter(Boolean), whileElementsMounted: $n }), [b = m, R = p] = w.placement.split("-");
|
1742
1738
|
m === "selection" && (b = "selection");
|
1743
|
-
let
|
1744
|
-
s(
|
1739
|
+
let O = _(() => ({ anchor: [b, R].filter(Boolean).join(" ") }), [b, R]), L = io(w, { overflowRef: l, onChange: i }), { getReferenceProps: $, getFloatingProps: W } = oo([L]), T = ae((S) => {
|
1740
|
+
s(S), x.setFloating(S);
|
1745
1741
|
});
|
1746
|
-
return v.createElement(
|
1742
|
+
return v.createElement(Ye.Provider, { value: n }, v.createElement(ve.Provider, { value: { setFloating: T, setReference: x.setReference, styles: y, getReferenceProps: $, getFloatingProps: W, slot: O } }, e));
|
1747
1743
|
}
|
1748
1744
|
function lo(e) {
|
1749
1745
|
j(() => {
|
@@ -1761,10 +1757,10 @@ function lo(e) {
|
|
1761
1757
|
}
|
1762
1758
|
function so(e, t) {
|
1763
1759
|
var o, n, r;
|
1764
|
-
let i =
|
1760
|
+
let i = Le((o = e == null ? void 0 : e.gap) != null ? o : "var(--anchor-gap, 0)", t), l = Le((n = e == null ? void 0 : e.offset) != null ? n : "var(--anchor-offset, 0)", t), c = Le((r = e == null ? void 0 : e.padding) != null ? r : "var(--anchor-padding, 0)", t);
|
1765
1761
|
return { ...e, gap: i, offset: l, padding: c };
|
1766
1762
|
}
|
1767
|
-
function
|
1763
|
+
function Le(e, t, o = void 0) {
|
1768
1764
|
let n = Nt(), r = ae((s, a) => {
|
1769
1765
|
if (s == null) return [o, null];
|
1770
1766
|
if (typeof s == "number") return [s, null];
|
@@ -1856,13 +1852,13 @@ function go(e) {
|
|
1856
1852
|
t || o !== null && i(o.current);
|
1857
1853
|
}, [o, i, t]), r;
|
1858
1854
|
}
|
1859
|
-
let Tt = at, ho =
|
1860
|
-
let o = e, n = oe(null), r =
|
1855
|
+
let Tt = at, ho = Ie(function(e, t) {
|
1856
|
+
let o = e, n = oe(null), r = We(Wt((u) => {
|
1861
1857
|
n.current = u;
|
1862
1858
|
}), t), i = gt(n), l = go(n), [c] = te(() => {
|
1863
1859
|
var u;
|
1864
1860
|
return ce.isServer ? null : (u = i == null ? void 0 : i.createElement("div")) != null ? u : null;
|
1865
|
-
}), s = X(
|
1861
|
+
}), s = X(Fe), a = uo();
|
1866
1862
|
return j(() => {
|
1867
1863
|
!l || !c || l.contains(c) || (c.setAttribute("data-headlessui-portal", ""), l.appendChild(c));
|
1868
1864
|
}, [l, c]), j(() => {
|
@@ -1870,28 +1866,28 @@ let Tt = at, ho = We(function(e, t) {
|
|
1870
1866
|
}, [s, c]), co(() => {
|
1871
1867
|
var u;
|
1872
1868
|
!l || !c || (c instanceof Node && l.contains(c) && l.removeChild(c), l.childNodes.length <= 0 && ((u = l.parentElement) == null || u.removeChild(l)));
|
1873
|
-
}), a ? !l || !c ? null : Bt(
|
1869
|
+
}), a ? !l || !c ? null : Bt(ke({ ourProps: { ref: r }, theirProps: o, slot: {}, defaultTag: Tt, name: "Portal" }), c) : null;
|
1874
1870
|
});
|
1875
1871
|
function po(e, t) {
|
1876
|
-
let o =
|
1877
|
-
return n ?
|
1872
|
+
let o = We(t), { enabled: n = !0, ...r } = e;
|
1873
|
+
return n ? He.createElement(ho, { ...r, ref: o }) : ke({ ourProps: { ref: o }, theirProps: r, slot: {}, defaultTag: Tt, name: "Portal" });
|
1878
1874
|
}
|
1879
1875
|
let vo = at, Lt = me(null);
|
1880
1876
|
function wo(e, t) {
|
1881
|
-
let { target: o, ...n } = e, r = { ref:
|
1882
|
-
return
|
1877
|
+
let { target: o, ...n } = e, r = { ref: We(t) };
|
1878
|
+
return He.createElement(Lt.Provider, { value: o }, ke({ ourProps: r, theirProps: n, defaultTag: vo, name: "Popover.Group" }));
|
1883
1879
|
}
|
1884
|
-
let
|
1880
|
+
let Fe = me(null);
|
1885
1881
|
function No() {
|
1886
|
-
let e = X(
|
1882
|
+
let e = X(Fe), t = oe([]), o = ae((i) => (t.current.push(i), e && e.register(i), () => n(i))), n = ae((i) => {
|
1887
1883
|
let l = t.current.indexOf(i);
|
1888
1884
|
l !== -1 && t.current.splice(l, 1), e && e.unregister(i);
|
1889
1885
|
}), r = _(() => ({ register: o, unregister: n, portals: t }), [o, n, t]);
|
1890
1886
|
return [t, _(() => function({ children: i }) {
|
1891
|
-
return
|
1887
|
+
return He.createElement(Fe.Provider, { value: r }, i);
|
1892
1888
|
}, [r])];
|
1893
1889
|
}
|
1894
|
-
let xo =
|
1890
|
+
let xo = Ie(po), yo = Ie(wo), Io = Object.assign(xo, { Group: yo });
|
1895
1891
|
export {
|
1896
1892
|
Mo as E,
|
1897
1893
|
Po as R,
|