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,333 +1,489 @@
|
|
1
|
-
import { jsx as
|
2
|
-
import { c as
|
3
|
-
import
|
4
|
-
import { o as
|
5
|
-
import { w as
|
6
|
-
import { n as
|
7
|
-
import { e as
|
8
|
-
import { T as
|
9
|
-
import {
|
10
|
-
import { C as
|
11
|
-
import { r as
|
12
|
-
import { b as
|
13
|
-
import
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
1
|
+
import { jsx as ce, jsxs as tt, Fragment as nt } from "react/jsx-runtime";
|
2
|
+
import { c as fe } from "../../index-DIxK0V-G.js";
|
3
|
+
import $, { createContext as ae, useState as W, useContext as ee, useRef as M, useEffect as de, useMemo as G, Fragment as pe, useReducer as rt, createRef as _e, useId as me, memo as ot, useCallback as Le } from "react";
|
4
|
+
import { o as g, u as Ae, M as ve, W as V, y as z, O as oe, n as ie, m as lt, e as at, H as ue, s as Ie, p as ut, a as Q, T as it, $ as st, b as ct, D as Fe, I as dt, c as re } from "../../keyboard-CUMsrFX1.js";
|
5
|
+
import { w as pt } from "../../use-active-press-BVQqDQ3V.js";
|
6
|
+
import { n as Pe, s as vt, l as De, e as ft, E as mt, R as bt, v as ht, y as Pt, x as $t, a as yt, b as Et, m as gt, f as St, d as Tt, t as wt } from "../../portal-D3A00sie.js";
|
7
|
+
import { e as _t } from "../../use-resolve-button-type-DhFdPxnv.js";
|
8
|
+
import { T as be, s as he } from "../../hidden-Dn4lM6EL.js";
|
9
|
+
import { R as ke, H as Me, i as D, c as He, u as $e, s as It } from "../../open-closed-CkTbpRyi.js";
|
10
|
+
import { C as Ft } from "../../close-provider-CEutdhG8.js";
|
11
|
+
import { r as Ge } from "../../bugs-diTMAGNw.js";
|
12
|
+
import { b as Oe, P as le, F as Y, A as Ct, h as Bt, T as Ce } from "../../focus-management-Dp2_vbQ3.js";
|
13
|
+
import { f as kt } from "../../use-is-mounted-D7cq4xsa.js";
|
14
|
+
import '../../assets/Dropdown.css';function Mt({ defaultContainers: e = [], portals: t, mainTreeNode: o } = {}) {
|
15
|
+
let d = Pe(o), f = g(() => {
|
16
|
+
var h, m;
|
17
|
+
let l = [];
|
18
|
+
for (let r of e) r !== null && (r instanceof HTMLElement ? l.push(r) : "current" in r && r.current instanceof HTMLElement && l.push(r.current));
|
19
|
+
if (t != null && t.current) for (let r of t.current) l.push(r);
|
20
|
+
for (let r of (h = d == null ? void 0 : d.querySelectorAll("html > *, body > *")) != null ? h : []) r !== document.body && r !== document.head && r instanceof HTMLElement && r.id !== "headlessui-portal-root" && (o && (r.contains(o) || r.contains((m = o == null ? void 0 : o.getRootNode()) == null ? void 0 : m.host)) || l.some((y) => r.contains(y)) || l.push(r));
|
21
|
+
return l;
|
21
22
|
});
|
22
|
-
return { resolveContainers:
|
23
|
+
return { resolveContainers: f, contains: g((h) => f().some((m) => m.contains(h))) };
|
23
24
|
}
|
24
|
-
let
|
25
|
-
function
|
26
|
-
let [
|
27
|
-
return
|
28
|
-
var
|
29
|
-
if (
|
30
|
-
for (let
|
31
|
-
|
25
|
+
let Ke = ae(null);
|
26
|
+
function Ue({ children: e, node: t }) {
|
27
|
+
let [o, d] = W(null), f = je(t ?? o);
|
28
|
+
return $.createElement(Ke.Provider, { value: f }, e, f === null && $.createElement(be, { features: he.Hidden, ref: (h) => {
|
29
|
+
var m, l;
|
30
|
+
if (h) {
|
31
|
+
for (let r of (l = (m = Ae(h)) == null ? void 0 : m.querySelectorAll("html > *, body > *")) != null ? l : []) if (r !== document.body && r !== document.head && r instanceof HTMLElement && r != null && r.contains(h)) {
|
32
|
+
d(r);
|
32
33
|
break;
|
33
34
|
}
|
34
35
|
}
|
35
36
|
} }));
|
36
37
|
}
|
37
|
-
function
|
38
|
-
var
|
39
|
-
return (
|
38
|
+
function je(e = null) {
|
39
|
+
var t;
|
40
|
+
return (t = ee(Ke)) != null ? t : e;
|
40
41
|
}
|
41
|
-
var
|
42
|
-
function
|
43
|
-
let e =
|
44
|
-
return
|
45
|
-
|
42
|
+
var J = ((e) => (e[e.Forwards = 0] = "Forwards", e[e.Backwards = 1] = "Backwards", e))(J || {});
|
43
|
+
function Xe() {
|
44
|
+
let e = M(0);
|
45
|
+
return vt(!0, "keydown", (t) => {
|
46
|
+
t.key === "Tab" && (e.current = t.shiftKey ? 1 : 0);
|
46
47
|
}, !0), e;
|
47
48
|
}
|
48
|
-
|
49
|
-
|
49
|
+
function We(e) {
|
50
|
+
var t;
|
51
|
+
return !!(e.enter || e.enterFrom || e.enterTo || e.leave || e.leaveFrom || e.leaveTo) || ((t = e.as) != null ? t : qe) !== pe || $.Children.count(e.children) === 1;
|
52
|
+
}
|
53
|
+
let ye = ae(null);
|
54
|
+
ye.displayName = "TransitionContext";
|
55
|
+
var Ot = ((e) => (e.Visible = "visible", e.Hidden = "hidden", e))(Ot || {});
|
56
|
+
function xt() {
|
57
|
+
let e = ee(ye);
|
58
|
+
if (e === null) throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");
|
59
|
+
return e;
|
60
|
+
}
|
61
|
+
function Rt() {
|
62
|
+
let e = ee(Ee);
|
63
|
+
if (e === null) throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");
|
64
|
+
return e;
|
65
|
+
}
|
66
|
+
let Ee = ae(null);
|
67
|
+
Ee.displayName = "NestingContext";
|
68
|
+
function ge(e) {
|
69
|
+
return "children" in e ? ge(e.children) : e.current.filter(({ el: t }) => t.current !== null).filter(({ state: t }) => t === "visible").length > 0;
|
70
|
+
}
|
71
|
+
function Ze(e, t) {
|
72
|
+
let o = Ie(e), d = M([]), f = kt(), h = ut(), m = g((c, a = oe.Hidden) => {
|
73
|
+
let s = d.current.findIndex(({ el: u }) => u === c);
|
74
|
+
s !== -1 && (Q(a, { [oe.Unmount]() {
|
75
|
+
d.current.splice(s, 1);
|
76
|
+
}, [oe.Hidden]() {
|
77
|
+
d.current[s].state = "hidden";
|
78
|
+
} }), h.microTask(() => {
|
79
|
+
var u;
|
80
|
+
!ge(d) && f.current && ((u = o.current) == null || u.call(o));
|
81
|
+
}));
|
82
|
+
}), l = g((c) => {
|
83
|
+
let a = d.current.find(({ el: s }) => s === c);
|
84
|
+
return a ? a.state !== "visible" && (a.state = "visible") : d.current.push({ el: c, state: "visible" }), () => m(c, oe.Unmount);
|
85
|
+
}), r = M([]), y = M(Promise.resolve()), n = M({ enter: [], leave: [] }), E = g((c, a, s) => {
|
86
|
+
r.current.splice(0), t && (t.chains.current[a] = t.chains.current[a].filter(([u]) => u !== c)), t == null || t.chains.current[a].push([c, new Promise((u) => {
|
87
|
+
r.current.push(u);
|
88
|
+
})]), t == null || t.chains.current[a].push([c, new Promise((u) => {
|
89
|
+
Promise.all(n.current[a].map(([b, I]) => I)).then(() => u());
|
90
|
+
})]), a === "enter" ? y.current = y.current.then(() => t == null ? void 0 : t.wait.current).then(() => s(a)) : s(a);
|
91
|
+
}), P = g((c, a, s) => {
|
92
|
+
Promise.all(n.current[a].splice(0).map(([u, b]) => b)).then(() => {
|
93
|
+
var u;
|
94
|
+
(u = r.current.shift()) == null || u();
|
95
|
+
}).then(() => s(a));
|
96
|
+
});
|
97
|
+
return G(() => ({ children: d, register: l, unregister: m, onStart: E, onStop: P, wait: y, chains: n }), [l, m, d, E, P, n, y]);
|
98
|
+
}
|
99
|
+
let qe = pe, Je = ve.RenderStrategy;
|
100
|
+
function Nt(e, t) {
|
101
|
+
var o, d;
|
102
|
+
let { transition: f = !0, beforeEnter: h, afterEnter: m, beforeLeave: l, afterLeave: r, enter: y, enterFrom: n, enterTo: E, entered: P, leave: c, leaveFrom: a, leaveTo: s, ...u } = e, [b, I] = W(null), S = M(null), F = We(e), H = z(...F ? [S, t, I] : t === null ? [] : [t]), Z = (o = u.unmount) == null || o ? oe.Unmount : oe.Hidden, { show: C, appear: B, initial: q } = xt(), [k, O] = W(C ? "visible" : "hidden"), K = Rt(), { register: R, unregister: N } = K;
|
103
|
+
ie(() => R(S), [R, S]), ie(() => {
|
104
|
+
if (Z === oe.Hidden && S.current) {
|
105
|
+
if (C && k !== "visible") {
|
106
|
+
O("visible");
|
107
|
+
return;
|
108
|
+
}
|
109
|
+
return Q(k, { hidden: () => N(S), visible: () => R(S) });
|
110
|
+
}
|
111
|
+
}, [k, S, R, N, C, Z]);
|
112
|
+
let U = De();
|
113
|
+
ie(() => {
|
114
|
+
if (F && U && k === "visible" && S.current === null) throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?");
|
115
|
+
}, [S, k, U, F]);
|
116
|
+
let te = q && !B, j = B && C && q, v = M(!1), i = Ze(() => {
|
117
|
+
v.current || (O("hidden"), N(S));
|
118
|
+
}, K), p = g((A) => {
|
119
|
+
v.current = !0;
|
120
|
+
let ne = A ? "enter" : "leave";
|
121
|
+
i.onStart(S, ne, (se) => {
|
122
|
+
se === "enter" ? h == null || h() : se === "leave" && (l == null || l());
|
123
|
+
});
|
124
|
+
}), T = g((A) => {
|
125
|
+
let ne = A ? "enter" : "leave";
|
126
|
+
v.current = !1, i.onStop(S, ne, (se) => {
|
127
|
+
se === "enter" ? m == null || m() : se === "leave" && (r == null || r());
|
128
|
+
}), ne === "leave" && !ge(i) && (O("hidden"), N(S));
|
129
|
+
});
|
130
|
+
de(() => {
|
131
|
+
F && f || (p(C), T(C));
|
132
|
+
}, [C, F, f]);
|
133
|
+
let w = !(!f || !F || !U || te), [, _] = ke(w, b, C, { start: p, end: T }), x = lt({ ref: H, className: ((d = at(u.className, j && y, j && n, _.enter && y, _.enter && _.closed && n, _.enter && !_.closed && E, _.leave && c, _.leave && !_.closed && a, _.leave && _.closed && s, !_.transition && C && P)) == null ? void 0 : d.trim()) || void 0, ...Me(_) }), L = 0;
|
134
|
+
return k === "visible" && (L |= D.Open), k === "hidden" && (L |= D.Closed), _.enter && (L |= D.Opening), _.leave && (L |= D.Closing), $.createElement(Ee.Provider, { value: i }, $.createElement(He, { value: L }, ue({ ourProps: x, theirProps: u, defaultTag: qe, features: Je, visible: k === "visible", name: "Transition.Child" })));
|
135
|
+
}
|
136
|
+
function Lt(e, t) {
|
137
|
+
let { show: o, appear: d = !1, unmount: f = !0, ...h } = e, m = M(null), l = We(e), r = z(...l ? [m, t] : t === null ? [] : [t]);
|
138
|
+
De();
|
139
|
+
let y = $e();
|
140
|
+
if (o === void 0 && y !== null && (o = (y & D.Open) === D.Open), o === void 0) throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");
|
141
|
+
let [n, E] = W(o ? "visible" : "hidden"), P = Ze(() => {
|
142
|
+
o || E("hidden");
|
143
|
+
}), [c, a] = W(!0), s = M([o]);
|
144
|
+
ie(() => {
|
145
|
+
c !== !1 && s.current[s.current.length - 1] !== o && (s.current.push(o), a(!1));
|
146
|
+
}, [s, o]);
|
147
|
+
let u = G(() => ({ show: o, appear: d, initial: c }), [o, d, c]);
|
148
|
+
ie(() => {
|
149
|
+
o ? E("visible") : !ge(P) && m.current !== null && E("hidden");
|
150
|
+
}, [o, P]);
|
151
|
+
let b = { unmount: f }, I = g(() => {
|
152
|
+
var F;
|
153
|
+
c && a(!1), (F = e.beforeEnter) == null || F.call(e);
|
154
|
+
}), S = g(() => {
|
155
|
+
var F;
|
156
|
+
c && a(!1), (F = e.beforeLeave) == null || F.call(e);
|
157
|
+
});
|
158
|
+
return $.createElement(Ee.Provider, { value: P }, $.createElement(ye.Provider, { value: u }, ue({ ourProps: { ...b, as: pe, children: $.createElement(Qe, { ref: r, ...b, ...h, beforeEnter: I, beforeLeave: S }) }, theirProps: {}, defaultTag: pe, features: Je, visible: n === "visible", name: "Transition" })));
|
159
|
+
}
|
160
|
+
function At(e, t) {
|
161
|
+
let o = ee(ye) !== null, d = $e() !== null;
|
162
|
+
return $.createElement($.Fragment, null, !o && d ? $.createElement(Be, { ref: t, ...e }) : $.createElement(Qe, { ref: t, ...e }));
|
163
|
+
}
|
164
|
+
let Be = V(Lt), Qe = V(Nt), Dt = V(At), Ht = Object.assign(Be, { Child: Dt, Root: Be });
|
165
|
+
var Gt = ((e) => (e[e.Open = 0] = "Open", e[e.Closed = 1] = "Closed", e))(Gt || {}), Kt = ((e) => (e[e.TogglePopover = 0] = "TogglePopover", e[e.ClosePopover = 1] = "ClosePopover", e[e.SetButton = 2] = "SetButton", e[e.SetButtonId = 3] = "SetButtonId", e[e.SetPanel = 4] = "SetPanel", e[e.SetPanelId = 5] = "SetPanelId", e))(Kt || {});
|
166
|
+
let Ut = { 0: (e) => ({ ...e, popoverState: Q(e.popoverState, { 0: 1, 1: 0 }), __demoMode: !1 }), 1(e) {
|
50
167
|
return e.popoverState === 1 ? e : { ...e, popoverState: 1, __demoMode: !1 };
|
51
|
-
}, 2(e,
|
52
|
-
return e.button ===
|
53
|
-
}, 3(e,
|
54
|
-
return e.buttonId ===
|
55
|
-
}, 4(e,
|
56
|
-
return e.panel ===
|
57
|
-
}, 5(e,
|
58
|
-
return e.panelId ===
|
59
|
-
} },
|
60
|
-
|
61
|
-
function
|
62
|
-
let
|
63
|
-
if (
|
64
|
-
let
|
65
|
-
throw Error.captureStackTrace && Error.captureStackTrace(
|
168
|
+
}, 2(e, t) {
|
169
|
+
return e.button === t.button ? e : { ...e, button: t.button };
|
170
|
+
}, 3(e, t) {
|
171
|
+
return e.buttonId === t.buttonId ? e : { ...e, buttonId: t.buttonId };
|
172
|
+
}, 4(e, t) {
|
173
|
+
return e.panel === t.panel ? e : { ...e, panel: t.panel };
|
174
|
+
}, 5(e, t) {
|
175
|
+
return e.panelId === t.panelId ? e : { ...e, panelId: t.panelId };
|
176
|
+
} }, xe = ae(null);
|
177
|
+
xe.displayName = "PopoverContext";
|
178
|
+
function Se(e) {
|
179
|
+
let t = ee(xe);
|
180
|
+
if (t === null) {
|
181
|
+
let o = new Error(`<${e} /> is missing a parent <Popover /> component.`);
|
182
|
+
throw Error.captureStackTrace && Error.captureStackTrace(o, Se), o;
|
66
183
|
}
|
67
|
-
return
|
184
|
+
return t;
|
68
185
|
}
|
69
|
-
let
|
70
|
-
|
71
|
-
function
|
72
|
-
let
|
73
|
-
if (
|
74
|
-
let
|
75
|
-
throw Error.captureStackTrace && Error.captureStackTrace(
|
186
|
+
let Te = ae(null);
|
187
|
+
Te.displayName = "PopoverAPIContext";
|
188
|
+
function Re(e) {
|
189
|
+
let t = ee(Te);
|
190
|
+
if (t === null) {
|
191
|
+
let o = new Error(`<${e} /> is missing a parent <Popover /> component.`);
|
192
|
+
throw Error.captureStackTrace && Error.captureStackTrace(o, Re), o;
|
76
193
|
}
|
77
|
-
return
|
194
|
+
return t;
|
78
195
|
}
|
79
|
-
let
|
80
|
-
|
81
|
-
function
|
82
|
-
return
|
196
|
+
let Ne = ae(null);
|
197
|
+
Ne.displayName = "PopoverGroupContext";
|
198
|
+
function Ve() {
|
199
|
+
return ee(Ne);
|
83
200
|
}
|
84
|
-
let
|
85
|
-
|
86
|
-
function
|
87
|
-
return
|
201
|
+
let we = ae(null);
|
202
|
+
we.displayName = "PopoverPanelContext";
|
203
|
+
function jt() {
|
204
|
+
return ee(we);
|
88
205
|
}
|
89
|
-
function
|
90
|
-
return
|
206
|
+
function Xt(e, t) {
|
207
|
+
return Q(t.type, Ut, e, t);
|
91
208
|
}
|
92
|
-
let
|
93
|
-
function
|
94
|
-
var
|
95
|
-
let { __demoMode:
|
96
|
-
|
97
|
-
})),
|
98
|
-
if (!
|
99
|
-
for (let
|
100
|
-
let
|
101
|
-
return !
|
102
|
-
}, [
|
103
|
-
var
|
104
|
-
return (
|
209
|
+
let Wt = "div";
|
210
|
+
function Zt(e, t) {
|
211
|
+
var o;
|
212
|
+
let { __demoMode: d = !1, ...f } = e, h = M(null), m = z(t, it((v) => {
|
213
|
+
h.current = v;
|
214
|
+
})), l = M([]), r = rt(Xt, { __demoMode: d, popoverState: d ? 0 : 1, buttons: l, button: null, buttonId: null, panel: null, panelId: null, beforePanelSentinel: _e(), afterPanelSentinel: _e(), afterButtonSentinel: _e() }), [{ popoverState: y, button: n, buttonId: E, panel: P, panelId: c, beforePanelSentinel: a, afterPanelSentinel: s, afterButtonSentinel: u }, b] = r, I = Pe((o = h.current) != null ? o : n), S = G(() => {
|
215
|
+
if (!n || !P) return !1;
|
216
|
+
for (let x of document.querySelectorAll("body > *")) if (Number(x == null ? void 0 : x.contains(n)) ^ Number(x == null ? void 0 : x.contains(P))) return !0;
|
217
|
+
let v = Oe(), i = v.indexOf(n), p = (i + v.length - 1) % v.length, T = (i + 1) % v.length, w = v[p], _ = v[T];
|
218
|
+
return !P.contains(w) && !P.contains(_);
|
219
|
+
}, [n, P]), F = Ie(E), H = Ie(c), Z = G(() => ({ buttonId: F, panelId: H, close: () => b({ type: 1 }) }), [F, H, b]), C = Ve(), B = C == null ? void 0 : C.registerPopover, q = g(() => {
|
220
|
+
var v;
|
221
|
+
return (v = C == null ? void 0 : C.isFocusWithinPopoverGroup()) != null ? v : (I == null ? void 0 : I.activeElement) && ((n == null ? void 0 : n.contains(I.activeElement)) || (P == null ? void 0 : P.contains(I.activeElement)));
|
105
222
|
});
|
106
|
-
|
107
|
-
let [
|
108
|
-
|
109
|
-
var
|
110
|
-
|
111
|
-
}, !0),
|
112
|
-
|
223
|
+
de(() => B == null ? void 0 : B(Z), [B, Z]);
|
224
|
+
let [k, O] = ft(), K = je(n), R = Mt({ mainTreeNode: K, portals: k, defaultContainers: [n, P] });
|
225
|
+
mt(I == null ? void 0 : I.defaultView, "focus", (v) => {
|
226
|
+
var i, p, T, w, _, x;
|
227
|
+
v.target !== window && v.target instanceof HTMLElement && y === 0 && (q() || n && P && (R.contains(v.target) || (p = (i = a.current) == null ? void 0 : i.contains) != null && p.call(i, v.target) || (w = (T = s.current) == null ? void 0 : T.contains) != null && w.call(T, v.target) || (x = (_ = u.current) == null ? void 0 : _.contains) != null && x.call(_, v.target) || b({ type: 1 })));
|
228
|
+
}, !0), bt(y === 0, R.resolveContainers, (v, i) => {
|
229
|
+
b({ type: 1 }), Ct(i, Bt.Loose) || (v.preventDefault(), n == null || n.focus());
|
113
230
|
});
|
114
|
-
let
|
115
|
-
|
116
|
-
let
|
117
|
-
|
118
|
-
}),
|
119
|
-
return
|
231
|
+
let N = g((v) => {
|
232
|
+
b({ type: 1 });
|
233
|
+
let i = v ? v instanceof HTMLElement ? v : "current" in v && v.current instanceof HTMLElement ? v.current : n : n;
|
234
|
+
i == null || i.focus();
|
235
|
+
}), U = G(() => ({ close: N, isPortalled: S }), [N, S]), te = G(() => ({ open: y === 0, close: N }), [y, N]), j = { ref: m };
|
236
|
+
return $.createElement(Ue, { node: K }, $.createElement(ht, null, $.createElement(we.Provider, { value: null }, $.createElement(xe.Provider, { value: r }, $.createElement(Te.Provider, { value: U }, $.createElement(Ft, { value: N }, $.createElement(He, { value: Q(y, { 0: D.Open, 1: D.Closed }) }, $.createElement(O, null, ue({ ourProps: j, theirProps: f, slot: te, defaultTag: Wt, name: "Popover" })))))))));
|
120
237
|
}
|
121
|
-
let
|
122
|
-
function
|
123
|
-
let
|
124
|
-
|
125
|
-
if (!
|
126
|
-
|
238
|
+
let qt = "button";
|
239
|
+
function Jt(e, t) {
|
240
|
+
let o = me(), { id: d = `headlessui-popover-button-${o}`, disabled: f = !1, autoFocus: h = !1, ...m } = e, [l, r] = Se("Popover.Button"), { isPortalled: y } = Re("Popover.Button"), n = M(null), E = `headlessui-focus-sentinel-${me()}`, P = Ve(), c = P == null ? void 0 : P.closeOthers, a = jt() !== null;
|
241
|
+
de(() => {
|
242
|
+
if (!a) return r({ type: 3, buttonId: d }), () => {
|
243
|
+
r({ type: 3, buttonId: null });
|
127
244
|
};
|
128
|
-
}, [
|
129
|
-
let [
|
130
|
-
if (!
|
131
|
-
if (
|
245
|
+
}, [a, d, r]);
|
246
|
+
let [s] = W(() => Symbol()), u = z(n, t, Pt(), g((i) => {
|
247
|
+
if (!a) {
|
248
|
+
if (i) l.buttons.current.push(s);
|
132
249
|
else {
|
133
|
-
let
|
134
|
-
|
250
|
+
let p = l.buttons.current.indexOf(s);
|
251
|
+
p !== -1 && l.buttons.current.splice(p, 1);
|
135
252
|
}
|
136
|
-
|
253
|
+
l.buttons.current.length > 1 && console.warn("You are already using a <Popover.Button /> but only 1 <Popover.Button /> is supported."), i && r({ type: 2, button: i });
|
137
254
|
}
|
138
|
-
})),
|
139
|
-
var
|
140
|
-
if (
|
141
|
-
if (
|
142
|
-
switch (
|
143
|
-
case
|
144
|
-
case
|
145
|
-
|
255
|
+
})), b = z(n, t), I = Pe(n), S = g((i) => {
|
256
|
+
var p, T, w;
|
257
|
+
if (a) {
|
258
|
+
if (l.popoverState === 1) return;
|
259
|
+
switch (i.key) {
|
260
|
+
case re.Space:
|
261
|
+
case re.Enter:
|
262
|
+
i.preventDefault(), (T = (p = i.target).click) == null || T.call(p), r({ type: 1 }), (w = l.button) == null || w.focus();
|
146
263
|
break;
|
147
264
|
}
|
148
|
-
} else switch (
|
149
|
-
case
|
150
|
-
case
|
151
|
-
|
265
|
+
} else switch (i.key) {
|
266
|
+
case re.Space:
|
267
|
+
case re.Enter:
|
268
|
+
i.preventDefault(), i.stopPropagation(), l.popoverState === 1 && (c == null || c(l.buttonId)), r({ type: 0 });
|
152
269
|
break;
|
153
|
-
case
|
154
|
-
if (
|
155
|
-
if (!
|
156
|
-
|
270
|
+
case re.Escape:
|
271
|
+
if (l.popoverState !== 0) return c == null ? void 0 : c(l.buttonId);
|
272
|
+
if (!n.current || I != null && I.activeElement && !n.current.contains(I.activeElement)) return;
|
273
|
+
i.preventDefault(), i.stopPropagation(), r({ type: 1 });
|
157
274
|
break;
|
158
275
|
}
|
159
|
-
}),
|
160
|
-
|
161
|
-
}),
|
162
|
-
var
|
163
|
-
|
164
|
-
}),
|
165
|
-
|
166
|
-
}), { isFocusVisible:
|
167
|
-
let
|
168
|
-
if (!
|
169
|
-
function
|
170
|
-
|
276
|
+
}), F = g((i) => {
|
277
|
+
a || i.key === re.Space && i.preventDefault();
|
278
|
+
}), H = g((i) => {
|
279
|
+
var p, T;
|
280
|
+
Ge(i.currentTarget) || f || (a ? (r({ type: 1 }), (p = l.button) == null || p.focus()) : (i.preventDefault(), i.stopPropagation(), l.popoverState === 1 && (c == null || c(l.buttonId)), r({ type: 0 }), (T = l.button) == null || T.focus()));
|
281
|
+
}), Z = g((i) => {
|
282
|
+
i.preventDefault(), i.stopPropagation();
|
283
|
+
}), { isFocusVisible: C, focusProps: B } = st({ autoFocus: h }), { isHovered: q, hoverProps: k } = ct({ isDisabled: f }), { pressed: O, pressProps: K } = pt({ disabled: f }), R = l.popoverState === 0, N = G(() => ({ open: R, active: O || R, disabled: f, hover: q, focus: C, autofocus: h }), [R, q, C, O, f, h]), U = _t(e, l.button), te = a ? Fe({ ref: b, type: U, onKeyDown: S, onClick: H, disabled: f || void 0, autoFocus: h }, B, k, K) : Fe({ ref: u, id: l.buttonId, type: U, "aria-expanded": l.popoverState === 0, "aria-controls": l.panel ? l.panelId : void 0, disabled: f || void 0, autoFocus: h, onKeyDown: S, onKeyUp: F, onClick: H, onMouseDown: Z }, B, k, K), j = Xe(), v = g(() => {
|
284
|
+
let i = l.panel;
|
285
|
+
if (!i) return;
|
286
|
+
function p() {
|
287
|
+
Q(j.current, { [J.Forwards]: () => le(i, Y.First), [J.Backwards]: () => le(i, Y.Last) }) === Ce.Error && le(Oe().filter((T) => T.dataset.headlessuiFocusGuard !== "true"), Q(j.current, { [J.Forwards]: Y.Next, [J.Backwards]: Y.Previous }), { relativeTo: l.button });
|
171
288
|
}
|
172
|
-
|
289
|
+
p();
|
173
290
|
});
|
174
|
-
return
|
291
|
+
return $.createElement($.Fragment, null, ue({ ourProps: te, theirProps: m, slot: N, defaultTag: qt, name: "Popover.Button" }), R && !a && y && $.createElement(be, { id: E, ref: l.afterButtonSentinel, features: he.Focusable, "data-headlessui-focus-guard": !0, as: "button", type: "button", onFocus: v }));
|
175
292
|
}
|
176
|
-
let
|
177
|
-
function
|
178
|
-
let
|
179
|
-
if (
|
180
|
-
|
181
|
-
}),
|
182
|
-
return
|
293
|
+
let Qt = "div", Vt = ve.RenderStrategy | ve.Static;
|
294
|
+
function Ye(e, t) {
|
295
|
+
let o = me(), { id: d = `headlessui-popover-backdrop-${o}`, transition: f = !1, ...h } = e, [{ popoverState: m }, l] = Se("Popover.Backdrop"), [r, y] = W(null), n = z(t, y), E = $e(), [P, c] = ke(f, r, E !== null ? (E & D.Open) === D.Open : m === 0), a = g((b) => {
|
296
|
+
if (Ge(b.currentTarget)) return b.preventDefault();
|
297
|
+
l({ type: 1 });
|
298
|
+
}), s = G(() => ({ open: m === 0 }), [m]), u = { ref: n, id: d, "aria-hidden": !0, onClick: a, ...Me(c) };
|
299
|
+
return ue({ ourProps: u, theirProps: h, slot: s, defaultTag: Qt, features: Vt, visible: P, name: "Popover.Backdrop" });
|
183
300
|
}
|
184
|
-
let
|
185
|
-
function
|
186
|
-
let
|
187
|
-
|
188
|
-
let [
|
189
|
-
|
190
|
-
|
191
|
-
}), [
|
192
|
-
let
|
193
|
-
|
194
|
-
|
301
|
+
let Yt = "div", zt = ve.RenderStrategy | ve.Static;
|
302
|
+
function en(e, t) {
|
303
|
+
let o = me(), { id: d = `headlessui-popover-panel-${o}`, focus: f = !1, anchor: h, portal: m = !1, modal: l = !1, transition: r = !1, ...y } = e, [n, E] = Se("Popover.Panel"), { close: P, isPortalled: c } = Re("Popover.Panel"), a = `headlessui-focus-sentinel-before-${o}`, s = `headlessui-focus-sentinel-after-${o}`, u = M(null), b = $t(h), [I, S] = yt(b), F = Et();
|
304
|
+
b && (m = !0);
|
305
|
+
let [H, Z] = W(null), C = z(u, t, b ? I : null, g((p) => E({ type: 4, panel: p })), Z), B = Pe(u), q = dt();
|
306
|
+
ie(() => (E({ type: 5, panelId: d }), () => {
|
307
|
+
E({ type: 5, panelId: null });
|
308
|
+
}), [d, E]);
|
309
|
+
let k = $e(), [O, K] = ke(r, H, k !== null ? (k & D.Open) === D.Open : n.popoverState === 0);
|
310
|
+
gt(O, n.button, () => {
|
311
|
+
E({ type: 1 });
|
195
312
|
});
|
196
|
-
let
|
197
|
-
|
198
|
-
let
|
199
|
-
var
|
200
|
-
switch (
|
201
|
-
case
|
202
|
-
if (
|
203
|
-
|
313
|
+
let R = n.__demoMode ? !1 : l && O;
|
314
|
+
St(R, B);
|
315
|
+
let N = g((p) => {
|
316
|
+
var T;
|
317
|
+
switch (p.key) {
|
318
|
+
case re.Escape:
|
319
|
+
if (n.popoverState !== 0 || !u.current || B != null && B.activeElement && !u.current.contains(B.activeElement)) return;
|
320
|
+
p.preventDefault(), p.stopPropagation(), E({ type: 1 }), (T = n.button) == null || T.focus();
|
204
321
|
break;
|
205
322
|
}
|
206
323
|
});
|
207
|
-
|
208
|
-
var
|
209
|
-
e.static ||
|
210
|
-
}, [
|
211
|
-
if (
|
212
|
-
let
|
213
|
-
|
214
|
-
}, [
|
215
|
-
let
|
216
|
-
var
|
217
|
-
let
|
218
|
-
|
219
|
-
} : void 0, tabIndex: -1, style: { ...y.style, ...
|
220
|
-
let
|
221
|
-
if (!
|
222
|
-
function
|
223
|
-
|
224
|
-
var
|
225
|
-
|
226
|
-
}, [
|
227
|
-
var
|
228
|
-
(
|
324
|
+
de(() => {
|
325
|
+
var p;
|
326
|
+
e.static || n.popoverState === 1 && ((p = e.unmount) == null || p) && E({ type: 4, panel: null });
|
327
|
+
}, [n.popoverState, e.unmount, e.static, E]), de(() => {
|
328
|
+
if (n.__demoMode || !f || n.popoverState !== 0 || !u.current) return;
|
329
|
+
let p = B == null ? void 0 : B.activeElement;
|
330
|
+
u.current.contains(p) || le(u.current, Y.First);
|
331
|
+
}, [n.__demoMode, f, u.current, n.popoverState]);
|
332
|
+
let U = G(() => ({ open: n.popoverState === 0, close: P }), [n.popoverState, P]), te = Fe(b ? F() : {}, { ref: C, id: d, onKeyDown: N, onBlur: f && n.popoverState === 0 ? (p) => {
|
333
|
+
var T, w, _, x, L;
|
334
|
+
let A = p.relatedTarget;
|
335
|
+
A && u.current && ((T = u.current) != null && T.contains(A) || (E({ type: 1 }), ((_ = (w = n.beforePanelSentinel.current) == null ? void 0 : w.contains) != null && _.call(w, A) || (L = (x = n.afterPanelSentinel.current) == null ? void 0 : x.contains) != null && L.call(x, A)) && A.focus({ preventScroll: !0 })));
|
336
|
+
} : void 0, tabIndex: -1, style: { ...y.style, ...S, "--button-width": Tt(n.button, !0).width }, ...Me(K) }), j = Xe(), v = g(() => {
|
337
|
+
let p = u.current;
|
338
|
+
if (!p) return;
|
339
|
+
function T() {
|
340
|
+
Q(j.current, { [J.Forwards]: () => {
|
341
|
+
var w;
|
342
|
+
le(p, Y.First) === Ce.Error && ((w = n.afterPanelSentinel.current) == null || w.focus());
|
343
|
+
}, [J.Backwards]: () => {
|
344
|
+
var w;
|
345
|
+
(w = n.button) == null || w.focus({ preventScroll: !0 });
|
229
346
|
} });
|
230
347
|
}
|
231
|
-
|
232
|
-
}),
|
233
|
-
let
|
234
|
-
if (!
|
235
|
-
function
|
236
|
-
|
237
|
-
if (!
|
238
|
-
let
|
239
|
-
for (let
|
240
|
-
let
|
241
|
-
|
348
|
+
T();
|
349
|
+
}), i = g(() => {
|
350
|
+
let p = u.current;
|
351
|
+
if (!p) return;
|
352
|
+
function T() {
|
353
|
+
Q(j.current, { [J.Forwards]: () => {
|
354
|
+
if (!n.button) return;
|
355
|
+
let w = Oe(), _ = w.indexOf(n.button), x = w.slice(0, _ + 1), L = [...w.slice(_ + 1), ...x];
|
356
|
+
for (let A of L.slice()) if (A.dataset.headlessuiFocusGuard === "true" || H != null && H.contains(A)) {
|
357
|
+
let ne = L.indexOf(A);
|
358
|
+
ne !== -1 && L.splice(ne, 1);
|
242
359
|
}
|
243
|
-
|
244
|
-
}, [
|
245
|
-
var
|
246
|
-
|
360
|
+
le(L, Y.First, { sorted: !1 });
|
361
|
+
}, [J.Backwards]: () => {
|
362
|
+
var w;
|
363
|
+
le(p, Y.Previous) === Ce.Error && ((w = n.button) == null || w.focus());
|
247
364
|
} });
|
248
365
|
}
|
249
|
-
|
366
|
+
T();
|
250
367
|
});
|
251
|
-
return
|
368
|
+
return $.createElement(It, null, $.createElement(we.Provider, { value: d }, $.createElement(Te.Provider, { value: { close: P, isPortalled: c } }, $.createElement(wt, { enabled: m ? e.static || O : !1 }, O && c && $.createElement(be, { id: a, ref: n.beforePanelSentinel, features: he.Focusable, "data-headlessui-focus-guard": !0, as: "button", type: "button", onFocus: v }), ue({ mergeRefs: q, ourProps: te, theirProps: y, slot: U, defaultTag: Yt, features: zt, visible: O, name: "Popover.Panel" }), O && c && $.createElement(be, { id: s, ref: n.afterPanelSentinel, features: he.Focusable, "data-headlessui-focus-guard": !0, as: "button", type: "button", onFocus: i })))));
|
252
369
|
}
|
253
|
-
let
|
254
|
-
function
|
255
|
-
let
|
256
|
-
|
257
|
-
let
|
258
|
-
if (
|
259
|
-
let
|
260
|
-
return
|
370
|
+
let tn = "div";
|
371
|
+
function nn(e, t) {
|
372
|
+
let o = M(null), d = z(o, t), [f, h] = W([]), m = g((a) => {
|
373
|
+
h((s) => {
|
374
|
+
let u = s.indexOf(a);
|
375
|
+
if (u !== -1) {
|
376
|
+
let b = s.slice();
|
377
|
+
return b.splice(u, 1), b;
|
261
378
|
}
|
262
|
-
return
|
379
|
+
return s;
|
263
380
|
});
|
264
|
-
}),
|
265
|
-
var
|
266
|
-
let
|
267
|
-
if (!
|
268
|
-
let
|
269
|
-
return (
|
270
|
-
var
|
271
|
-
return ((
|
381
|
+
}), l = g((a) => (h((s) => [...s, a]), () => m(a))), r = g(() => {
|
382
|
+
var a;
|
383
|
+
let s = Ae(o);
|
384
|
+
if (!s) return !1;
|
385
|
+
let u = s.activeElement;
|
386
|
+
return (a = o.current) != null && a.contains(u) ? !0 : f.some((b) => {
|
387
|
+
var I, S;
|
388
|
+
return ((I = s.getElementById(b.buttonId.current)) == null ? void 0 : I.contains(u)) || ((S = s.getElementById(b.panelId.current)) == null ? void 0 : S.contains(u));
|
272
389
|
});
|
273
|
-
}), y =
|
274
|
-
for (let
|
275
|
-
}),
|
276
|
-
return
|
390
|
+
}), y = g((a) => {
|
391
|
+
for (let s of f) s.buttonId.current !== a && s.close();
|
392
|
+
}), n = G(() => ({ registerPopover: l, unregisterPopover: m, isFocusWithinPopoverGroup: r, closeOthers: y }), [l, m, r, y]), E = G(() => ({}), []), P = e, c = { ref: d };
|
393
|
+
return $.createElement(Ue, null, $.createElement(Ne.Provider, { value: n }, ue({ ourProps: c, theirProps: P, slot: E, defaultTag: tn, name: "Popover.Group" })));
|
277
394
|
}
|
278
|
-
let
|
279
|
-
const
|
280
|
-
menu:
|
281
|
-
"menu-button": "_menu-
|
282
|
-
"menu-items": "_menu-
|
283
|
-
"menu-items-container": "_menu-items-
|
284
|
-
|
395
|
+
let rn = V(Zt), ze = V(Jt), on = V(Ye), ln = V(Ye), et = V(en), an = V(nn), un = Object.assign(rn, { Button: ze, Backdrop: ln, Overlay: on, Panel: et, Group: an });
|
396
|
+
const sn = "_menu_i19t0_3", cn = "_enter_i19t0_28", dn = "_leave_i19t0_42", X = {
|
397
|
+
menu: sn,
|
398
|
+
"menu-button": "_menu-button_i19t0_6",
|
399
|
+
"menu-items": "_menu-items_i19t0_11",
|
400
|
+
"menu-items-container": "_menu-items-container_i19t0_22",
|
401
|
+
enter: cn,
|
402
|
+
"enter-from": "_enter-from_i19t0_32",
|
403
|
+
"enter-to": "_enter-to_i19t0_37",
|
404
|
+
leave: dn,
|
405
|
+
"leave-from": "_leave-from_i19t0_46",
|
406
|
+
"leave-to": "_leave-to_i19t0_51"
|
407
|
+
}, wn = 300, _n = ot(
|
285
408
|
({
|
286
409
|
children: e,
|
287
|
-
position:
|
288
|
-
popoverProps:
|
289
|
-
className:
|
290
|
-
buttonClassName:
|
291
|
-
panelClassName:
|
292
|
-
menuItemsClassName:
|
293
|
-
buttonContent:
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
410
|
+
position: t = "bottom end",
|
411
|
+
popoverProps: o,
|
412
|
+
className: d,
|
413
|
+
buttonClassName: f,
|
414
|
+
panelClassName: h,
|
415
|
+
menuItemsClassName: m,
|
416
|
+
buttonContent: l,
|
417
|
+
openOnHover: r = !1,
|
418
|
+
isOpen: y = !1
|
419
|
+
}) => {
|
420
|
+
const [n, E] = W(y), P = M(null), c = M(null), a = Le(() => {
|
421
|
+
r && E(!0);
|
422
|
+
}, [r]), s = Le(
|
423
|
+
(u) => {
|
424
|
+
if (r) {
|
425
|
+
const b = u.relatedTarget;
|
426
|
+
P.current && !P.current.contains(b) && c.current && !c.current.contains(b) && E(!1);
|
427
|
+
}
|
428
|
+
},
|
429
|
+
[r]
|
430
|
+
);
|
431
|
+
return /* @__PURE__ */ ce(
|
432
|
+
un,
|
433
|
+
{
|
434
|
+
as: "div",
|
435
|
+
className: fe(X.menu, d),
|
436
|
+
...o,
|
437
|
+
children: ({ open: u, close: b }) => /* @__PURE__ */ tt(nt, { children: [
|
438
|
+
/* @__PURE__ */ ce(
|
439
|
+
ze,
|
440
|
+
{
|
441
|
+
ref: P,
|
442
|
+
onMouseEnter: a,
|
443
|
+
onMouseLeave: s,
|
444
|
+
className: fe(X["menu-button"], f),
|
445
|
+
children: l
|
446
|
+
}
|
447
|
+
),
|
448
|
+
/* @__PURE__ */ ce(
|
449
|
+
Ht,
|
450
|
+
{
|
451
|
+
show: n || u,
|
452
|
+
as: pe,
|
453
|
+
enter: X.enter,
|
454
|
+
enterFrom: X["enter-from"],
|
455
|
+
enterTo: X["enter-to"],
|
456
|
+
leave: X.leave,
|
457
|
+
leaveFrom: X["leave-from"],
|
458
|
+
leaveTo: X["leave-to"],
|
459
|
+
children: /* @__PURE__ */ ce(
|
460
|
+
et,
|
461
|
+
{
|
462
|
+
ref: c,
|
463
|
+
anchor: t,
|
464
|
+
onMouseEnter: a,
|
465
|
+
onMouseLeave: s,
|
466
|
+
className: fe(X["menu-items"], h),
|
467
|
+
children: /* @__PURE__ */ ce(
|
468
|
+
"div",
|
469
|
+
{
|
470
|
+
className: fe(
|
471
|
+
X["menu-items-container"],
|
472
|
+
m
|
473
|
+
),
|
474
|
+
children: typeof e == "function" ? e({ close: b }) : e
|
475
|
+
}
|
476
|
+
)
|
477
|
+
}
|
478
|
+
)
|
479
|
+
}
|
480
|
+
)
|
481
|
+
] })
|
482
|
+
}
|
483
|
+
);
|
484
|
+
}
|
329
485
|
);
|
330
486
|
export {
|
331
|
-
|
332
|
-
|
487
|
+
wn as ANIMATION_DELAY,
|
488
|
+
_n as Dropdown
|
333
489
|
};
|