mimir-ui-kit 1.38.40 → 1.38.41
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/Dropdown.css +1 -1
- package/dist/{combobox-CVtJDVoZ.js → combobox-BD-GHvMy.js} +6 -6
- package/dist/components/Accordion/Accordion.js +3 -3
- package/dist/components/CheckboxMimir/CheckboxMimir.js +4 -4
- package/dist/components/Dropdown/Dropdown.d.ts +12 -4
- package/dist/components/Dropdown/Dropdown.js +435 -279
- package/dist/components/MultiSelectSearch/MultiSelectSearch.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +3 -3
- package/dist/components/SelectSearch/SelectSearch.js +1 -1
- package/dist/components/Switcher/Switcher.js +4 -4
- package/dist/components/TabTrail/TabTrail.js +42 -47
- package/dist/{field-FJ34aSs4.js → field-BP5-U1Nr.js} +2 -2
- package/dist/{focus-management-DE4t_lW3.js → focus-management-Dp2_vbQ3.js} +1 -1
- package/dist/{hidden-DbgtYPOH.js → hidden-Dn4lM6EL.js} +1 -1
- package/dist/{keyboard-B0lm_zyn.js → keyboard-CUMsrFX1.js} +3 -1
- package/dist/{label-y3ANLTNC.js → label-DOlEWXBl.js} +2 -2
- package/dist/{open-closed-CdldUPoq.js → open-closed-CkTbpRyi.js} +3 -3
- package/dist/{portal-WDFNoIMz.js → portal-D3A00sie.js} +185 -180
- package/dist/{use-active-press-86hajhdd.js → use-active-press-BVQqDQ3V.js} +1 -1
- package/dist/use-is-mounted-D7cq4xsa.js +11 -0
- package/package.json +1 -1
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as v from "react";
|
2
|
-
import
|
3
|
-
import { n as j, s as ge, d as
|
4
|
-
import { A as kt, h as Vt } from "./focus-management-
|
2
|
+
import Ne, { 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 Ie, u as Ht, o as ae, p as Nt, t as It, f as ce, W as We, y as ke, T as Wt, H as Ve } from "./keyboard-CUMsrFX1.js";
|
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";
|
7
7
|
function _t(e) {
|
@@ -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 = Ie();
|
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 qe = 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) >= qe || Math.abs(a.y - c.current.y) >= qe)) 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 = Ie();
|
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: Ie(), 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 T(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 Xe(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
|
+
} = k(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 Be(e) {
|
298
|
+
const t = _e(), o = k(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 (Be(t))
|
307
307
|
return t;
|
308
308
|
t = G(t);
|
309
309
|
}
|
310
310
|
return null;
|
311
311
|
}
|
312
|
-
function
|
312
|
+
function _e() {
|
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 k(e) {
|
319
319
|
return N(e).getComputedStyle(e);
|
320
320
|
}
|
321
321
|
function Oe(e) {
|
322
|
-
return
|
322
|
+
return T(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
|
+
Xe(e) && e.host || // Fallback.
|
338
338
|
z(e)
|
339
339
|
);
|
340
|
-
return
|
340
|
+
return Xe(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 Ge(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 [De(e), t, De(t)];
|
407
407
|
}
|
408
|
-
function
|
408
|
+
function De(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(De)))), 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 Ke(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
|
+
} = Ke(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
|
+
} = Ke(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)), C = d !== "none";
|
646
|
+
!h && C && R.push(...cn(c, m, d, b));
|
647
|
+
const $ = [c, ...R], D = await Se(t, p), W = [];
|
648
|
+
let L = ((n = i.flip) == null ? void 0 : n.overflows) || [];
|
649
|
+
if (u && W.push(D[x]), g) {
|
650
|
+
const S = rn(r, l, b);
|
651
|
+
W.push(D[S[0]], D[S[1]]);
|
652
652
|
}
|
653
|
-
if (
|
653
|
+
if (L = [...L, {
|
654
654
|
placement: r,
|
655
655
|
overflows: W
|
656
|
-
}], !W.every((
|
657
|
-
var
|
658
|
-
const
|
659
|
-
if (
|
656
|
+
}], !W.every((S) => S <= 0)) {
|
657
|
+
var P, V;
|
658
|
+
const S = (((P = i.flip) == null ? void 0 : P.index) || 0) + 1, U = $[S];
|
659
|
+
if (U)
|
660
660
|
return {
|
661
661
|
data: {
|
662
|
-
index:
|
663
|
-
overflows:
|
662
|
+
index: S,
|
663
|
+
overflows: L
|
664
664
|
},
|
665
665
|
reset: {
|
666
|
-
placement:
|
666
|
+
placement: U
|
667
667
|
}
|
668
668
|
};
|
669
|
-
let
|
670
|
-
if (!
|
669
|
+
let A = (V = L.filter((I) => I.overflows[0] <= 0).sort((I, E) => I.overflows[1] - E.overflows[1])[0]) == null ? void 0 : V.placement;
|
670
|
+
if (!A)
|
671
671
|
switch (f) {
|
672
672
|
case "bestFit": {
|
673
|
-
var
|
674
|
-
const
|
675
|
-
if (
|
676
|
-
const
|
677
|
-
return
|
673
|
+
var F;
|
674
|
+
const I = (F = L.filter((E) => {
|
675
|
+
if (C) {
|
676
|
+
const O = Z(E.placement);
|
677
|
+
return O === y || // Create a bias to the `y` side axis due to horizontal
|
678
678
|
// reading directions favoring greater width.
|
679
|
-
|
679
|
+
O === "y";
|
680
680
|
}
|
681
681
|
return !0;
|
682
|
-
}).map((
|
683
|
-
|
682
|
+
}).map((E) => [E.placement, E.overflows.filter((O) => O > 0).reduce((O, M) => O + M, 0)]).sort((E, O) => E[1] - O[1])[0]) == null ? void 0 : F[0];
|
683
|
+
I && (A = I);
|
684
684
|
break;
|
685
685
|
}
|
686
686
|
case "initialPlacement":
|
687
|
-
|
687
|
+
A = c;
|
688
688
|
break;
|
689
689
|
}
|
690
|
-
if (r !==
|
690
|
+
if (r !== A)
|
691
691
|
return {
|
692
692
|
reset: {
|
693
|
-
placement:
|
693
|
+
placement: A
|
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 = Ge(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 = Ge(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, C = w;
|
825
|
+
if (g ? C = u || b ? q(w, x) : x : R = u || b ? q(y, p) : p, b && !u) {
|
826
|
+
const D = H(s.left, 0), W = H(s.right, 0), L = H(s.top, 0), P = H(s.bottom, 0);
|
827
|
+
g ? C = h - 2 * (D !== 0 || W !== 0 ? D + W : H(s.left, s.right)) : R = f - 2 * (L !== 0 || P !== 0 ? L + P : H(s.top, s.bottom));
|
828
828
|
}
|
829
829
|
await l({
|
830
830
|
...t,
|
831
|
-
availableWidth:
|
831
|
+
availableWidth: C,
|
832
832
|
availableHeight: R
|
833
833
|
});
|
834
|
-
const
|
835
|
-
return h !==
|
834
|
+
const $ = await r.getDimensions(i.floating);
|
835
|
+
return h !== $.width || f !== $.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 = k(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 Ye(e) {
|
854
|
+
return T(e) ? e : e.contextElement;
|
855
855
|
}
|
856
856
|
function ne(e) {
|
857
|
-
const t =
|
857
|
+
const t = Ye(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 !_e() || !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 = Ye(e);
|
885
885
|
let l = K(1);
|
886
|
-
t && (n ?
|
886
|
+
t && (n ? T(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 && T(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 = k(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 k(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 = _e();
|
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 Je(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 (T(t))
|
978
978
|
n = En(t, o);
|
979
979
|
else {
|
980
980
|
const r = bt(e);
|
@@ -988,17 +988,17 @@ function Ke(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 || !T(o) || re(o) ? !1 : k(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) => T(c) && ie(c) !== "body"), r = null;
|
998
|
+
const i = k(e).position === "fixed";
|
999
999
|
let l = i ? G(e) : e;
|
1000
|
-
for (;
|
1001
|
-
const c =
|
1000
|
+
for (; T(l) && !re(l); ) {
|
1001
|
+
const c = k(l), s = Be(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 = Je(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
|
+
}, Je(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 k(e).position === "static";
|
1056
1056
|
}
|
1057
|
-
function
|
1058
|
-
return !B(e) ||
|
1057
|
+
function Qe(e, t) {
|
1058
|
+
return !B(e) || k(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 (T(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 = Qe(e, t);
|
1074
1074
|
for (; n && Zt(n) && Pe(n); )
|
1075
|
-
n =
|
1076
|
-
return n && re(n) && Pe(n) && !
|
1075
|
+
n = Qe(n, t);
|
1076
|
+
return n && re(n) && Pe(n) && !Be(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 k(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: T,
|
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 C = R[0].intersectionRatio;
|
1129
|
+
if (C !== s) {
|
1130
1130
|
if (!w)
|
1131
1131
|
return l();
|
1132
|
-
|
1132
|
+
C ? l(!1, C) : 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 = Ye(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 Ze(e, t) {
|
1235
1235
|
const o = Ot(e);
|
1236
1236
|
return Math.round(t * o) / o;
|
1237
1237
|
}
|
1238
|
-
function
|
1238
|
+
function Te(e) {
|
1239
1239
|
const t = v.useRef(e);
|
1240
1240
|
return xe(() => {
|
1241
1241
|
t.current = e;
|
@@ -1265,49 +1265,53 @@ 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 !== C.current && (C.current = E, m(E));
|
1269
1269
|
}, []), w = v.useCallback((E) => {
|
1270
|
-
E !==
|
1271
|
-
}, []), b = i || d, R = l || p,
|
1272
|
-
if (!
|
1270
|
+
E !== $.current && ($.current = E, x(E));
|
1271
|
+
}, []), b = i || d, R = l || p, C = v.useRef(null), $ = v.useRef(null), D = v.useRef(u), W = s != null, L = Te(s), P = Te(r), V = Te(a), F = v.useCallback(() => {
|
1272
|
+
if (!C.current || !$.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
|
-
|
1279
|
+
P.current && (E.platform = P.current), In(C.current, $.current, E).then((O) => {
|
1280
|
+
const M = {
|
1281
|
+
...O,
|
1282
|
+
// The floating element's position may be recomputed while it's closed
|
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
|
1283
1287
|
};
|
1284
|
-
|
1285
|
-
g(
|
1288
|
+
S.current && !Ee(D.current, M) && (D.current = M, ue.flushSync(() => {
|
1289
|
+
g(M);
|
1286
1290
|
}));
|
1287
1291
|
});
|
1288
|
-
}, [h, t, o,
|
1292
|
+
}, [h, t, o, P, V]);
|
1289
1293
|
xe(() => {
|
1290
|
-
a === !1 &&
|
1294
|
+
a === !1 && D.current.isPositioned && (D.current.isPositioned = !1, g((E) => ({
|
1291
1295
|
...E,
|
1292
1296
|
isPositioned: !1
|
1293
1297
|
})));
|
1294
1298
|
}, [a]);
|
1295
|
-
const
|
1296
|
-
xe(() => (
|
1297
|
-
|
1299
|
+
const S = v.useRef(!1);
|
1300
|
+
xe(() => (S.current = !0, () => {
|
1301
|
+
S.current = !1;
|
1298
1302
|
}), []), xe(() => {
|
1299
|
-
if (b && (
|
1300
|
-
if (
|
1301
|
-
return
|
1302
|
-
|
1303
|
+
if (b && (C.current = b), R && ($.current = R), b && R) {
|
1304
|
+
if (L.current)
|
1305
|
+
return L.current(b, R, F);
|
1306
|
+
F();
|
1303
1307
|
}
|
1304
|
-
}, [b, R,
|
1305
|
-
const
|
1306
|
-
reference:
|
1307
|
-
floating:
|
1308
|
+
}, [b, R, F, L, W]);
|
1309
|
+
const U = v.useMemo(() => ({
|
1310
|
+
reference: C,
|
1311
|
+
floating: $,
|
1308
1312
|
setReference: y,
|
1309
1313
|
setFloating: w
|
1310
|
-
}), [y, w]),
|
1314
|
+
}), [y, w]), A = v.useMemo(() => ({
|
1311
1315
|
reference: b,
|
1312
1316
|
floating: R
|
1313
1317
|
}), [b, R]), I = v.useMemo(() => {
|
@@ -1316,28 +1320,28 @@ function Wn(e) {
|
|
1316
1320
|
left: 0,
|
1317
1321
|
top: 0
|
1318
1322
|
};
|
1319
|
-
if (!
|
1323
|
+
if (!A.floating)
|
1320
1324
|
return E;
|
1321
|
-
const
|
1325
|
+
const O = Ze(A.floating, u.x), M = Ze(A.floating, u.y);
|
1322
1326
|
return c ? {
|
1323
1327
|
...E,
|
1324
|
-
transform: "translate(" +
|
1325
|
-
...Ot(
|
1328
|
+
transform: "translate(" + O + "px, " + M + "px)",
|
1329
|
+
...Ot(A.floating) >= 1.5 && {
|
1326
1330
|
willChange: "transform"
|
1327
1331
|
}
|
1328
1332
|
} : {
|
1329
1333
|
position: o,
|
1330
|
-
left:
|
1331
|
-
top:
|
1334
|
+
left: O,
|
1335
|
+
top: M
|
1332
1336
|
};
|
1333
|
-
}, [o, c,
|
1337
|
+
}, [o, c, A.floating, u.x, u.y]);
|
1334
1338
|
return v.useMemo(() => ({
|
1335
1339
|
...u,
|
1336
|
-
update:
|
1337
|
-
refs:
|
1338
|
-
elements:
|
1340
|
+
update: F,
|
1341
|
+
refs: U,
|
1342
|
+
elements: A,
|
1339
1343
|
floatingStyles: I
|
1340
|
-
}), [u,
|
1344
|
+
}), [u, F, U, A, I]);
|
1341
1345
|
}
|
1342
1346
|
const St = (e, t) => ({
|
1343
1347
|
...Dn(e),
|
@@ -1367,7 +1371,7 @@ function Pt(e) {
|
|
1367
1371
|
return t.current == null ? void 0 : t.current(...n);
|
1368
1372
|
}, []);
|
1369
1373
|
}
|
1370
|
-
var
|
1374
|
+
var Fe = typeof document < "u" ? ct : Y;
|
1371
1375
|
let et = !1, jn = 0;
|
1372
1376
|
const tt = () => (
|
1373
1377
|
// Ensure the id is unique with multiple independent versions of Floating UI
|
@@ -1376,7 +1380,7 @@ const tt = () => (
|
|
1376
1380
|
);
|
1377
1381
|
function zn() {
|
1378
1382
|
const [e, t] = v.useState(() => et ? tt() : void 0);
|
1379
|
-
return
|
1383
|
+
return Fe(() => {
|
1380
1384
|
e == null && t(tt());
|
1381
1385
|
}, []), v.useEffect(() => {
|
1382
1386
|
et = !0;
|
@@ -1431,7 +1435,7 @@ function to(e) {
|
|
1431
1435
|
} = e, r = qn(), i = v.useRef({}), [l] = v.useState(() => Kn()), c = Zn() != null;
|
1432
1436
|
if (process.env.NODE_ENV !== "production") {
|
1433
1437
|
const f = n.reference;
|
1434
|
-
f && !
|
1438
|
+
f && !T(f) && Gn("Cannot pass a virtual element to the `elements.reference` option,", "as it must be a real DOM element. Use `refs.setPositionReference()`", "instead.");
|
1435
1439
|
}
|
1436
1440
|
const [s, a] = v.useState(n.reference), u = Pt((f, d, m) => {
|
1437
1441
|
i.current.openEvent = f ? d : void 0, l.emit("openchange", {
|
@@ -1469,7 +1473,7 @@ function no(e) {
|
|
1469
1473
|
...e.elements
|
1470
1474
|
}
|
1471
1475
|
}), 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();
|
1472
|
-
|
1476
|
+
Fe(() => {
|
1473
1477
|
u && (g.current = u);
|
1474
1478
|
}, [u]);
|
1475
1479
|
const f = Wn({
|
@@ -1481,16 +1485,16 @@ function no(e) {
|
|
1481
1485
|
}
|
1482
1486
|
}
|
1483
1487
|
}), d = v.useCallback((w) => {
|
1484
|
-
const b =
|
1488
|
+
const b = T(w) ? {
|
1485
1489
|
getBoundingClientRect: () => w.getBoundingClientRect(),
|
1486
1490
|
contextElement: w
|
1487
1491
|
} : w;
|
1488
1492
|
s(b), f.refs.setReference(b);
|
1489
1493
|
}, [f.refs]), m = v.useCallback((w) => {
|
1490
|
-
(
|
1494
|
+
(T(w) || w === null) && (g.current = w, l(w)), (T(f.refs.reference.current) || f.refs.reference.current === null || // Don't allow setting virtual elements using the old technique back to
|
1491
1495
|
// `null` to support `positionReference` + an unstable `reference`
|
1492
1496
|
// callback ref.
|
1493
|
-
w !== null && !
|
1497
|
+
w !== null && !T(w)) && f.refs.setReference(w);
|
1494
1498
|
}, [f.refs]), p = v.useMemo(() => ({
|
1495
1499
|
...f.refs,
|
1496
1500
|
setReference: m,
|
@@ -1506,7 +1510,7 @@ function no(e) {
|
|
1506
1510
|
elements: x,
|
1507
1511
|
nodeId: t
|
1508
1512
|
}), [f, p, x, t, n]);
|
1509
|
-
return
|
1513
|
+
return Fe(() => {
|
1510
1514
|
n.dataRef.current.floatingContext = y;
|
1511
1515
|
const w = h == null ? void 0 : h.nodesRef.current.find((b) => b.id === t);
|
1512
1516
|
w && (w.context = y);
|
@@ -1518,7 +1522,7 @@ function no(e) {
|
|
1518
1522
|
}), [f, p, x, y]);
|
1519
1523
|
}
|
1520
1524
|
const nt = "active", ot = "selected";
|
1521
|
-
function
|
1525
|
+
function Le(e, t, o) {
|
1522
1526
|
const n = /* @__PURE__ */ new Map(), r = o === "item";
|
1523
1527
|
let i = e;
|
1524
1528
|
if (r && e) {
|
@@ -1557,15 +1561,15 @@ function Te(e, t, o) {
|
|
1557
1561
|
function oo(e) {
|
1558
1562
|
e === void 0 && (e = []);
|
1559
1563
|
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(
|
1560
|
-
(c) =>
|
1564
|
+
(c) => Le(c, e, "reference"),
|
1561
1565
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
1562
1566
|
t
|
1563
1567
|
), i = v.useCallback(
|
1564
|
-
(c) =>
|
1568
|
+
(c) => Le(c, e, "floating"),
|
1565
1569
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
1566
1570
|
o
|
1567
1571
|
), l = v.useCallback(
|
1568
|
-
(c) =>
|
1572
|
+
(c) => Le(c, e, "item"),
|
1569
1573
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
1570
1574
|
n
|
1571
1575
|
);
|
@@ -1641,7 +1645,7 @@ function io(e, t) {
|
|
1641
1645
|
return;
|
1642
1646
|
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";
|
1643
1647
|
d.scrollHeight <= d.clientHeight || (!x && p > 0 || !y && p < 0 ? (m.preventDefault(), ue.flushSync(() => {
|
1644
|
-
s((
|
1648
|
+
s((C) => C + Math[R](p, w * b));
|
1645
1649
|
})) : /firefox/i.test(tn()) && (d.scrollTop += p));
|
1646
1650
|
}
|
1647
1651
|
const d = (l == null ? void 0 : l.current) || n.floating;
|
@@ -1685,8 +1689,8 @@ let ve = me({ styles: void 0, setReference: () => {
|
|
1685
1689
|
}, setFloating: () => {
|
1686
1690
|
}, getReferenceProps: () => ({}), getFloatingProps: () => ({}), slot: {} });
|
1687
1691
|
ve.displayName = "FloatingContext";
|
1688
|
-
let
|
1689
|
-
|
1692
|
+
let je = me(null);
|
1693
|
+
je.displayName = "PlacementContext";
|
1690
1694
|
function Lo(e) {
|
1691
1695
|
return _(() => e ? typeof e == "string" ? { to: e } : e : null, [e]);
|
1692
1696
|
}
|
@@ -1699,7 +1703,7 @@ function Do() {
|
|
1699
1703
|
}
|
1700
1704
|
function Fo(e = null) {
|
1701
1705
|
e === !1 && (e = null), typeof e == "string" && (e = { to: e });
|
1702
|
-
let t = X(
|
1706
|
+
let t = X(je), o = _(() => e, [JSON.stringify(e, typeof HTMLElement < "u" ? (r, i) => i instanceof HTMLElement ? i.outerHTML : i : void 0)]);
|
1703
1707
|
j(() => {
|
1704
1708
|
t == null || t(o ?? null);
|
1705
1709
|
}, [t, o]);
|
@@ -1714,32 +1718,32 @@ function Ho({ children: e, enabled: t = !0 }) {
|
|
1714
1718
|
j(() => {
|
1715
1719
|
a && i(0);
|
1716
1720
|
}, [a]);
|
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(
|
1718
|
-
var
|
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(P) {
|
1722
|
+
var V, F;
|
1723
|
+
if (!P) return;
|
1724
|
+
let S = w.elements.floating;
|
1719
1725
|
if (!S) return;
|
1720
|
-
let A =
|
1721
|
-
if (
|
1722
|
-
|
1723
|
-
|
1724
|
-
let U = C.offsetTop, je = U + C.clientHeight + F, Ae = A.scrollTop, ze = Ae + A.clientHeight;
|
1725
|
-
if (U >= Ae && je <= ze) I--;
|
1726
|
+
let U = parseFloat(getComputedStyle(S).scrollPaddingBottom) || 0, A = Math.min(it, S.childElementCount), I = 0, E = 0;
|
1727
|
+
for (let O of (F = (V = w.elements.floating) == null ? void 0 : V.childNodes) != null ? F : []) if (O instanceof HTMLElement) {
|
1728
|
+
let M = O.offsetTop, ze = M + O.clientHeight + U, Ae = S.scrollTop, Ue = Ae + S.clientHeight;
|
1729
|
+
if (M >= Ae && ze <= Ue) A--;
|
1726
1730
|
else {
|
1727
|
-
|
1731
|
+
E = Math.max(0, Math.min(ze, Ue) - Math.max(M, Ae)), I = O.clientHeight;
|
1728
1732
|
break;
|
1729
1733
|
}
|
1730
1734
|
}
|
1731
|
-
|
1732
|
-
let
|
1733
|
-
return
|
1735
|
+
A >= 1 && i((O) => {
|
1736
|
+
let M = I * A - E + U;
|
1737
|
+
return O >= M ? O : M;
|
1734
1738
|
});
|
1735
|
-
} }) : null, Bn({ padding: f, apply({ availableWidth:
|
1736
|
-
Object.assign(
|
1739
|
+
} }) : null, Bn({ padding: f, apply({ availableWidth: P, availableHeight: V, elements: F }) {
|
1740
|
+
Object.assign(F.floating.style, { overflow: "auto", maxWidth: `${P}px`, maxHeight: `min(var(--anchor-max-height, 100vh), ${V}px)` });
|
1737
1741
|
} })].filter(Boolean), whileElementsMounted: $n }), [b = m, R = p] = w.placement.split("-");
|
1738
1742
|
m === "selection" && (b = "selection");
|
1739
|
-
let
|
1740
|
-
s(
|
1743
|
+
let C = _(() => ({ anchor: [b, R].filter(Boolean).join(" ") }), [b, R]), $ = io(w, { overflowRef: l, onChange: i }), { getReferenceProps: D, getFloatingProps: W } = oo([$]), L = ae((P) => {
|
1744
|
+
s(P), x.setFloating(P);
|
1741
1745
|
});
|
1742
|
-
return v.createElement(
|
1746
|
+
return v.createElement(je.Provider, { value: n }, v.createElement(ve.Provider, { value: { setFloating: L, setReference: x.setReference, styles: y, getReferenceProps: D, getFloatingProps: W, slot: C } }, e));
|
1743
1747
|
}
|
1744
1748
|
function lo(e) {
|
1745
1749
|
j(() => {
|
@@ -1757,10 +1761,10 @@ function lo(e) {
|
|
1757
1761
|
}
|
1758
1762
|
function so(e, t) {
|
1759
1763
|
var o, n, r;
|
1760
|
-
let i =
|
1764
|
+
let i = $e((o = e == null ? void 0 : e.gap) != null ? o : "var(--anchor-gap, 0)", t), l = $e((n = e == null ? void 0 : e.offset) != null ? n : "var(--anchor-offset, 0)", t), c = $e((r = e == null ? void 0 : e.padding) != null ? r : "var(--anchor-padding, 0)", t);
|
1761
1765
|
return { ...e, gap: i, offset: l, padding: c };
|
1762
1766
|
}
|
1763
|
-
function
|
1767
|
+
function $e(e, t, o = void 0) {
|
1764
1768
|
let n = Nt(), r = ae((s, a) => {
|
1765
1769
|
if (s == null) return [o, null];
|
1766
1770
|
if (typeof s == "number") return [s, null];
|
@@ -1852,13 +1856,13 @@ function go(e) {
|
|
1852
1856
|
t || o !== null && i(o.current);
|
1853
1857
|
}, [o, i, t]), r;
|
1854
1858
|
}
|
1855
|
-
let Tt = at, ho =
|
1856
|
-
let o = e, n = oe(null), r =
|
1859
|
+
let Tt = at, ho = We(function(e, t) {
|
1860
|
+
let o = e, n = oe(null), r = ke(Wt((u) => {
|
1857
1861
|
n.current = u;
|
1858
1862
|
}), t), i = gt(n), l = go(n), [c] = te(() => {
|
1859
1863
|
var u;
|
1860
1864
|
return ce.isServer ? null : (u = i == null ? void 0 : i.createElement("div")) != null ? u : null;
|
1861
|
-
}), s = X(
|
1865
|
+
}), s = X(He), a = uo();
|
1862
1866
|
return j(() => {
|
1863
1867
|
!l || !c || l.contains(c) || (c.setAttribute("data-headlessui-portal", ""), l.appendChild(c));
|
1864
1868
|
}, [l, c]), j(() => {
|
@@ -1866,28 +1870,28 @@ let Tt = at, ho = Ie(function(e, t) {
|
|
1866
1870
|
}, [s, c]), co(() => {
|
1867
1871
|
var u;
|
1868
1872
|
!l || !c || (c instanceof Node && l.contains(c) && l.removeChild(c), l.childNodes.length <= 0 && ((u = l.parentElement) == null || u.removeChild(l)));
|
1869
|
-
}), a ? !l || !c ? null : Bt(
|
1873
|
+
}), a ? !l || !c ? null : Bt(Ve({ ourProps: { ref: r }, theirProps: o, slot: {}, defaultTag: Tt, name: "Portal" }), c) : null;
|
1870
1874
|
});
|
1871
1875
|
function po(e, t) {
|
1872
|
-
let o =
|
1873
|
-
return n ?
|
1876
|
+
let o = ke(t), { enabled: n = !0, ...r } = e;
|
1877
|
+
return n ? Ne.createElement(ho, { ...r, ref: o }) : Ve({ ourProps: { ref: o }, theirProps: r, slot: {}, defaultTag: Tt, name: "Portal" });
|
1874
1878
|
}
|
1875
1879
|
let vo = at, Lt = me(null);
|
1876
1880
|
function wo(e, t) {
|
1877
|
-
let { target: o, ...n } = e, r = { ref:
|
1878
|
-
return
|
1881
|
+
let { target: o, ...n } = e, r = { ref: ke(t) };
|
1882
|
+
return Ne.createElement(Lt.Provider, { value: o }, Ve({ ourProps: r, theirProps: n, defaultTag: vo, name: "Popover.Group" }));
|
1879
1883
|
}
|
1880
|
-
let
|
1884
|
+
let He = me(null);
|
1881
1885
|
function No() {
|
1882
|
-
let e = X(
|
1886
|
+
let e = X(He), t = oe([]), o = ae((i) => (t.current.push(i), e && e.register(i), () => n(i))), n = ae((i) => {
|
1883
1887
|
let l = t.current.indexOf(i);
|
1884
1888
|
l !== -1 && t.current.splice(l, 1), e && e.unregister(i);
|
1885
1889
|
}), r = _(() => ({ register: o, unregister: n, portals: t }), [o, n, t]);
|
1886
1890
|
return [t, _(() => function({ children: i }) {
|
1887
|
-
return
|
1891
|
+
return Ne.createElement(He.Provider, { value: r }, i);
|
1888
1892
|
}, [r])];
|
1889
1893
|
}
|
1890
|
-
let xo =
|
1894
|
+
let xo = We(po), yo = We(wo), Io = Object.assign(xo, { Group: yo });
|
1891
1895
|
export {
|
1892
1896
|
Mo as E,
|
1893
1897
|
Po as R,
|
@@ -1898,6 +1902,7 @@ export {
|
|
1898
1902
|
No as e,
|
1899
1903
|
To as f,
|
1900
1904
|
Ut as g,
|
1905
|
+
uo as l,
|
1901
1906
|
Ao as m,
|
1902
1907
|
gt as n,
|
1903
1908
|
qt as s,
|