@datawire-ai/busyfile-design-library 1.30.9 → 1.31.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/index100.js +5 -181
- package/dist/index101.js +69 -7
- package/dist/index102.js +124 -23
- package/dist/index103.js +10 -5
- package/dist/index104.js +212 -128
- package/dist/index105.js +13 -14
- package/dist/index106.js +30 -9
- package/dist/index107.js +4 -50
- package/dist/index108.js +46 -10
- package/dist/index109.js +16 -4
- package/dist/index110.js +132 -9
- package/dist/index111.js +50 -4
- package/dist/index112.js +9 -47
- package/dist/index113.js +12 -648
- package/dist/index116.js +648 -12
- package/dist/index121.js +6 -12
- package/dist/index122.js +10 -204
- package/dist/index123.js +204 -20
- package/dist/index124.js +21 -399
- package/dist/index125.js +400 -6
- package/dist/index126.js +2 -25
- package/dist/index127.js +53 -29
- package/dist/index128.js +65 -5
- package/dist/index129.js +25 -2
- package/dist/index130.js +29 -53
- package/dist/index131.js +5 -65
- package/dist/index200.js +2 -525
- package/dist/index201.js +2 -128
- package/dist/index202.js +516 -125
- package/dist/index203.js +128 -5
- package/dist/index204.js +134 -3
- package/dist/index205.js +5 -24
- package/dist/index206.js +3 -110
- package/dist/index207.js +23 -15
- package/dist/index208.js +110 -2
- package/dist/index209.js +16 -2
- package/dist/index268.js +1 -1
- package/dist/index269.js +1 -1
- package/dist/index40.js +1 -1
- package/dist/index42.js +6 -6
- package/dist/index44.js +9 -9
- package/dist/index46.js +7 -7
- package/dist/index49.js +12 -12
- package/dist/index52.js +10 -10
- package/dist/index59.js +4 -4
- package/dist/index63.js +1 -1
- package/dist/index75.js +7 -7
- package/dist/index82.js +19 -19
- package/dist/index85.js +13 -13
- package/dist/index86.js +4 -4
- package/dist/index87.js +6 -6
- package/dist/index89.js +25 -5
- package/dist/index90.js +32 -25
- package/dist/index92.js +10 -125
- package/dist/index93.js +4 -11
- package/dist/index94.js +10 -217
- package/dist/index95.js +7 -15
- package/dist/index96.js +177 -65
- package/dist/index97.js +51 -33
- package/dist/index98.js +7 -51
- package/dist/index99.js +25 -30
- package/dist/style.css +1 -1
- package/dist/theme.css +5 -5
- package/package.json +1 -1
package/dist/index94.js
CHANGED
|
@@ -1,222 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import { Primitive as z } from "./index97.js";
|
|
8
|
-
import { useCallbackRef as Ee } from "./index108.js";
|
|
9
|
-
import { useLayoutEffect as T } from "./index109.js";
|
|
10
|
-
import { useSize as Ne } from "./index102.js";
|
|
11
|
-
import { jsx as f } from "react/jsx-runtime";
|
|
12
|
-
import { autoUpdate as _e } from "./index124.js";
|
|
13
|
-
var N = "Popper", [L, Ue] = Re(N), [$e, Z] = L(N), U = (e) => {
|
|
14
|
-
const { __scopePopper: s, children: a } = e, [t, i] = p.useState(null);
|
|
15
|
-
return /* @__PURE__ */ f($e, { scope: s, anchor: t, onAnchorChange: i, children: a });
|
|
16
|
-
};
|
|
17
|
-
U.displayName = N;
|
|
18
|
-
var q = "PopperAnchor", G = p.forwardRef(
|
|
19
|
-
(e, s) => {
|
|
20
|
-
const { __scopePopper: a, virtualRef: t, ...i } = e, r = Z(q, a), o = p.useRef(null), w = j(s, o), n = p.useRef(null);
|
|
21
|
-
return p.useEffect(() => {
|
|
22
|
-
const c = n.current;
|
|
23
|
-
n.current = (t == null ? void 0 : t.current) || o.current, c !== n.current && r.onAnchorChange(n.current);
|
|
24
|
-
}), t ? null : /* @__PURE__ */ f(z.div, { ...i, ref: w });
|
|
25
|
-
}
|
|
26
|
-
);
|
|
27
|
-
G.displayName = q;
|
|
28
|
-
var _ = "PopperContent", [He, We] = L(_), J = p.forwardRef(
|
|
29
|
-
(e, s) => {
|
|
30
|
-
var Y, M, X, D, F, k;
|
|
31
|
-
const {
|
|
32
|
-
__scopePopper: a,
|
|
33
|
-
side: t = "bottom",
|
|
34
|
-
sideOffset: i = 0,
|
|
35
|
-
align: r = "center",
|
|
36
|
-
alignOffset: o = 0,
|
|
37
|
-
arrowPadding: w = 0,
|
|
38
|
-
avoidCollisions: n = !0,
|
|
39
|
-
collisionBoundary: c = [],
|
|
40
|
-
collisionPadding: x = 0,
|
|
41
|
-
sticky: m = "partial",
|
|
42
|
-
hideWhenDetached: y = !1,
|
|
43
|
-
updatePositionStrategy: A = "optimized",
|
|
44
|
-
onPlaced: l,
|
|
45
|
-
...d
|
|
46
|
-
} = e, v = Z(_, a), [h, C] = p.useState(null), ee = j(s, (P) => C(P)), [E, te] = p.useState(null), u = Ne(E), re = (u == null ? void 0 : u.width) ?? 0, $ = (u == null ? void 0 : u.height) ?? 0, oe = t + (r !== "center" ? "-" + r : ""), ne = typeof x == "number" ? x : { top: 0, right: 0, bottom: 0, left: 0, ...x }, H = Array.isArray(c) ? c : [c], ae = H.length > 0, b = {
|
|
47
|
-
padding: ne,
|
|
48
|
-
boundary: H.filter(Ye),
|
|
49
|
-
// with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
|
|
50
|
-
altBoundary: ae
|
|
51
|
-
}, { refs: ie, floatingStyles: W, placement: se, isPositioned: S, middlewareData: g } = xe({
|
|
52
|
-
// default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues
|
|
53
|
-
strategy: "fixed",
|
|
54
|
-
placement: oe,
|
|
55
|
-
whileElementsMounted: (...P) => _e(...P, {
|
|
56
|
-
animationFrame: A === "always"
|
|
57
|
-
}),
|
|
58
|
-
elements: {
|
|
59
|
-
reference: v.anchor
|
|
60
|
-
},
|
|
61
|
-
middleware: [
|
|
62
|
-
Pe({ mainAxis: i + $, alignmentAxis: o }),
|
|
63
|
-
n && ye({
|
|
64
|
-
mainAxis: !0,
|
|
65
|
-
crossAxis: !1,
|
|
66
|
-
limiter: m === "partial" ? Se() : void 0,
|
|
67
|
-
...b
|
|
68
|
-
}),
|
|
69
|
-
n && Ae({ ...b }),
|
|
70
|
-
ve({
|
|
71
|
-
...b,
|
|
72
|
-
apply: ({ elements: P, rects: B, availableWidth: he, availableHeight: ue }) => {
|
|
73
|
-
const { width: ge, height: we } = B.reference, R = P.floating.style;
|
|
74
|
-
R.setProperty("--radix-popper-available-width", `${he}px`), R.setProperty("--radix-popper-available-height", `${ue}px`), R.setProperty("--radix-popper-anchor-width", `${ge}px`), R.setProperty("--radix-popper-anchor-height", `${we}px`);
|
|
75
|
-
}
|
|
76
|
-
}),
|
|
77
|
-
E && Ce({ element: E, padding: w }),
|
|
78
|
-
Me({ arrowWidth: re, arrowHeight: $ }),
|
|
79
|
-
y && be({ strategy: "referenceHidden", ...b })
|
|
80
|
-
]
|
|
81
|
-
}), [I, ce] = V(se), O = Ee(l);
|
|
82
|
-
T(() => {
|
|
83
|
-
S && (O == null || O());
|
|
84
|
-
}, [S, O]);
|
|
85
|
-
const pe = (Y = g.arrow) == null ? void 0 : Y.x, de = (M = g.arrow) == null ? void 0 : M.y, le = ((X = g.arrow) == null ? void 0 : X.centerOffset) !== 0, [fe, me] = p.useState();
|
|
86
|
-
return T(() => {
|
|
87
|
-
h && me(window.getComputedStyle(h).zIndex);
|
|
88
|
-
}, [h]), /* @__PURE__ */ f(
|
|
89
|
-
"div",
|
|
90
|
-
{
|
|
91
|
-
ref: ie.setFloating,
|
|
92
|
-
"data-radix-popper-content-wrapper": "",
|
|
93
|
-
style: {
|
|
94
|
-
...W,
|
|
95
|
-
transform: S ? W.transform : "translate(0, -200%)",
|
|
96
|
-
// keep off the page when measuring
|
|
97
|
-
minWidth: "max-content",
|
|
98
|
-
zIndex: fe,
|
|
99
|
-
"--radix-popper-transform-origin": [
|
|
100
|
-
(D = g.transformOrigin) == null ? void 0 : D.x,
|
|
101
|
-
(F = g.transformOrigin) == null ? void 0 : F.y
|
|
102
|
-
].join(" "),
|
|
103
|
-
// hide the content if using the hide middleware and should be hidden
|
|
104
|
-
// set visibility to hidden and disable pointer events so the UI behaves
|
|
105
|
-
// as if the PopperContent isn't there at all
|
|
106
|
-
...((k = g.hide) == null ? void 0 : k.referenceHidden) && {
|
|
107
|
-
visibility: "hidden",
|
|
108
|
-
pointerEvents: "none"
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
dir: e.dir,
|
|
112
|
-
children: /* @__PURE__ */ f(
|
|
113
|
-
He,
|
|
114
|
-
{
|
|
115
|
-
scope: a,
|
|
116
|
-
placedSide: I,
|
|
117
|
-
onArrowChange: te,
|
|
118
|
-
arrowX: pe,
|
|
119
|
-
arrowY: de,
|
|
120
|
-
shouldHideArrow: le,
|
|
121
|
-
children: /* @__PURE__ */ f(
|
|
122
|
-
z.div,
|
|
123
|
-
{
|
|
124
|
-
"data-side": I,
|
|
125
|
-
"data-align": ce,
|
|
126
|
-
...d,
|
|
127
|
-
ref: ee,
|
|
128
|
-
style: {
|
|
129
|
-
...d.style,
|
|
130
|
-
// if the PopperContent hasn't been placed yet (not all measurements done)
|
|
131
|
-
// we prevent animations so that users's animation don't kick in too early referring wrong sides
|
|
132
|
-
animation: S ? void 0 : "none"
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
)
|
|
136
|
-
}
|
|
137
|
-
)
|
|
138
|
-
}
|
|
139
|
-
);
|
|
140
|
-
}
|
|
141
|
-
);
|
|
142
|
-
J.displayName = _;
|
|
143
|
-
var K = "PopperArrow", Ie = {
|
|
144
|
-
top: "bottom",
|
|
145
|
-
right: "left",
|
|
146
|
-
bottom: "top",
|
|
147
|
-
left: "right"
|
|
148
|
-
}, Q = p.forwardRef(function(s, a) {
|
|
149
|
-
const { __scopePopper: t, ...i } = s, r = We(K, t), o = Ie[r.placedSide];
|
|
150
|
-
return (
|
|
151
|
-
// we have to use an extra wrapper because `ResizeObserver` (used by `useSize`)
|
|
152
|
-
// doesn't report size as we'd expect on SVG elements.
|
|
153
|
-
// it reports their bounding box which is effectively the largest path inside the SVG.
|
|
154
|
-
/* @__PURE__ */ f(
|
|
155
|
-
"span",
|
|
156
|
-
{
|
|
157
|
-
ref: r.onArrowChange,
|
|
158
|
-
style: {
|
|
159
|
-
position: "absolute",
|
|
160
|
-
left: r.arrowX,
|
|
161
|
-
top: r.arrowY,
|
|
162
|
-
[o]: 0,
|
|
163
|
-
transformOrigin: {
|
|
164
|
-
top: "",
|
|
165
|
-
right: "0 0",
|
|
166
|
-
bottom: "center 0",
|
|
167
|
-
left: "100% 0"
|
|
168
|
-
}[r.placedSide],
|
|
169
|
-
transform: {
|
|
170
|
-
top: "translateY(100%)",
|
|
171
|
-
right: "translateY(50%) rotate(90deg) translateX(-50%)",
|
|
172
|
-
bottom: "rotate(180deg)",
|
|
173
|
-
left: "translateY(50%) rotate(-90deg) translateX(50%)"
|
|
174
|
-
}[r.placedSide],
|
|
175
|
-
visibility: r.shouldHideArrow ? "hidden" : void 0
|
|
176
|
-
},
|
|
177
|
-
children: /* @__PURE__ */ f(
|
|
178
|
-
Oe,
|
|
179
|
-
{
|
|
180
|
-
...i,
|
|
181
|
-
ref: a,
|
|
182
|
-
style: {
|
|
183
|
-
...i.style,
|
|
184
|
-
// ensures the element can be measured correctly (mostly for if SVG)
|
|
185
|
-
display: "block"
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
)
|
|
189
|
-
}
|
|
190
|
-
)
|
|
1
|
+
import { s as r } from "./index121.js";
|
|
2
|
+
function s() {
|
|
3
|
+
return r.useSyncExternalStore(
|
|
4
|
+
e,
|
|
5
|
+
() => !0,
|
|
6
|
+
() => !1
|
|
191
7
|
);
|
|
192
|
-
});
|
|
193
|
-
Q.displayName = K;
|
|
194
|
-
function Ye(e) {
|
|
195
|
-
return e !== null;
|
|
196
8
|
}
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
fn(s) {
|
|
201
|
-
var v, h, C;
|
|
202
|
-
const { placement: a, rects: t, middlewareData: i } = s, o = ((v = i.arrow) == null ? void 0 : v.centerOffset) !== 0, w = o ? 0 : e.arrowWidth, n = o ? 0 : e.arrowHeight, [c, x] = V(a), m = { start: "0%", center: "50%", end: "100%" }[x], y = (((h = i.arrow) == null ? void 0 : h.x) ?? 0) + w / 2, A = (((C = i.arrow) == null ? void 0 : C.y) ?? 0) + n / 2;
|
|
203
|
-
let l = "", d = "";
|
|
204
|
-
return c === "bottom" ? (l = o ? m : `${y}px`, d = `${-n}px`) : c === "top" ? (l = o ? m : `${y}px`, d = `${t.floating.height + n}px`) : c === "right" ? (l = `${-n}px`, d = o ? m : `${A}px`) : c === "left" && (l = `${t.floating.width + n}px`, d = o ? m : `${A}px`), { data: { x: l, y: d } };
|
|
205
|
-
}
|
|
206
|
-
});
|
|
207
|
-
function V(e) {
|
|
208
|
-
const [s, a = "center"] = e.split("-");
|
|
209
|
-
return [s, a];
|
|
9
|
+
function e() {
|
|
10
|
+
return () => {
|
|
11
|
+
};
|
|
210
12
|
}
|
|
211
|
-
var qe = U, Ge = G, Je = J, Ke = Q;
|
|
212
13
|
export {
|
|
213
|
-
|
|
214
|
-
Ke as Arrow,
|
|
215
|
-
Je as Content,
|
|
216
|
-
U as Popper,
|
|
217
|
-
G as PopperAnchor,
|
|
218
|
-
Q as PopperArrow,
|
|
219
|
-
J as PopperContent,
|
|
220
|
-
qe as Root,
|
|
221
|
-
Ue as createPopperScope
|
|
14
|
+
s as useIsHydrated
|
|
222
15
|
};
|
package/dist/index95.js
CHANGED
|
@@ -1,17 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
var p = "Portal", d = r.forwardRef((e, a) => {
|
|
8
|
-
var o;
|
|
9
|
-
const { container: f, ...i } = e, [m, n] = r.useState(!1);
|
|
10
|
-
u(() => n(!0), []);
|
|
11
|
-
const t = f || m && ((o = globalThis == null ? void 0 : globalThis.document) == null ? void 0 : o.body);
|
|
12
|
-
return t ? s.createPortal(/* @__PURE__ */ l(c.div, { ...i, ref: a }), t) : null;
|
|
13
|
-
});
|
|
14
|
-
d.displayName = p;
|
|
1
|
+
function h(f, c, { checkForDefaultPrevented: p = !0 } = {}) {
|
|
2
|
+
return function(s) {
|
|
3
|
+
if (f == null || f(s), p === !1 || !s.defaultPrevented)
|
|
4
|
+
return c == null ? void 0 : c(s);
|
|
5
|
+
};
|
|
6
|
+
}
|
|
15
7
|
export {
|
|
16
|
-
|
|
8
|
+
h as composeEventHandlers
|
|
17
9
|
};
|
package/dist/index96.js
CHANGED
|
@@ -1,72 +1,184 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import * as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
2
|
+
import * as c from "react";
|
|
3
|
+
import { composeEventHandlers as p } from "./index95.js";
|
|
4
|
+
import { createCollection as V } from "./index108.js";
|
|
5
|
+
import { useComposedRefs as j } from "./index89.js";
|
|
6
|
+
import { createContextScope as z } from "./index91.js";
|
|
7
|
+
import { useId as q } from "./index103.js";
|
|
8
|
+
import { Primitive as G } from "./index90.js";
|
|
9
|
+
import { useCallbackRef as J } from "./index92.js";
|
|
10
|
+
import { useControllableState as Q } from "./index97.js";
|
|
11
|
+
import { useDirection as W } from "./index98.js";
|
|
12
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
13
|
+
var y = "rovingFocusGroup.onEntryFocus", X = { bubbles: !1, cancelable: !0 }, I = "RovingFocusGroup", [D, N, Z] = V(I), [$, Fe] = z(
|
|
14
|
+
I,
|
|
15
|
+
[Z]
|
|
16
|
+
), [ee, oe] = $(I), O = c.forwardRef(
|
|
17
|
+
(e, r) => /* @__PURE__ */ d(D.Provider, { scope: e.__scopeRovingFocusGroup, children: /* @__PURE__ */ d(D.Slot, { scope: e.__scopeRovingFocusGroup, children: /* @__PURE__ */ d(te, { ...e, ref: r }) }) })
|
|
18
|
+
);
|
|
19
|
+
O.displayName = I;
|
|
20
|
+
var te = c.forwardRef((e, r) => {
|
|
21
|
+
const {
|
|
22
|
+
__scopeRovingFocusGroup: s,
|
|
23
|
+
orientation: o,
|
|
24
|
+
loop: T = !1,
|
|
25
|
+
dir: w,
|
|
26
|
+
currentTabStopId: v,
|
|
27
|
+
defaultCurrentTabStopId: C,
|
|
28
|
+
onCurrentTabStopIdChange: S,
|
|
29
|
+
onEntryFocus: m,
|
|
30
|
+
preventScrollOnEntryFocus: u = !1,
|
|
31
|
+
...b
|
|
32
|
+
} = e, F = c.useRef(null), g = j(r, F), R = W(w), [E, t] = Q({
|
|
33
|
+
prop: v,
|
|
34
|
+
defaultProp: C ?? null,
|
|
35
|
+
onChange: S,
|
|
36
|
+
caller: I
|
|
37
|
+
}), [i, h] = c.useState(!1), a = J(m), l = N(s), A = c.useRef(!1), [L, P] = c.useState(0);
|
|
38
|
+
return c.useEffect(() => {
|
|
39
|
+
const n = F.current;
|
|
40
|
+
if (n)
|
|
41
|
+
return n.addEventListener(y, a), () => n.removeEventListener(y, a);
|
|
42
|
+
}, [a]), /* @__PURE__ */ d(
|
|
43
|
+
ee,
|
|
44
|
+
{
|
|
45
|
+
scope: s,
|
|
46
|
+
orientation: o,
|
|
47
|
+
dir: R,
|
|
48
|
+
loop: T,
|
|
49
|
+
currentTabStopId: E,
|
|
50
|
+
onItemFocus: c.useCallback(
|
|
51
|
+
(n) => t(n),
|
|
52
|
+
[t]
|
|
53
|
+
),
|
|
54
|
+
onItemShiftTab: c.useCallback(() => h(!0), []),
|
|
55
|
+
onFocusableItemAdd: c.useCallback(
|
|
56
|
+
() => P((n) => n + 1),
|
|
57
|
+
[]
|
|
58
|
+
),
|
|
59
|
+
onFocusableItemRemove: c.useCallback(
|
|
60
|
+
() => P((n) => n - 1),
|
|
61
|
+
[]
|
|
62
|
+
),
|
|
63
|
+
children: /* @__PURE__ */ d(
|
|
64
|
+
G.div,
|
|
65
|
+
{
|
|
66
|
+
tabIndex: i || L === 0 ? -1 : 0,
|
|
67
|
+
"data-orientation": o,
|
|
68
|
+
...b,
|
|
69
|
+
ref: g,
|
|
70
|
+
style: { outline: "none", ...e.style },
|
|
71
|
+
onMouseDown: p(e.onMouseDown, () => {
|
|
72
|
+
A.current = !0;
|
|
73
|
+
}),
|
|
74
|
+
onFocus: p(e.onFocus, (n) => {
|
|
75
|
+
const U = !A.current;
|
|
76
|
+
if (n.target === n.currentTarget && U && !i) {
|
|
77
|
+
const x = new CustomEvent(y, X);
|
|
78
|
+
if (n.currentTarget.dispatchEvent(x), !x.defaultPrevented) {
|
|
79
|
+
const _ = l().filter((f) => f.focusable), B = _.find((f) => f.active), Y = _.find((f) => f.id === E), H = [B, Y, ..._].filter(
|
|
80
|
+
Boolean
|
|
81
|
+
).map((f) => f.ref.current);
|
|
82
|
+
k(H, u);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
A.current = !1;
|
|
86
|
+
}),
|
|
87
|
+
onBlur: p(e.onBlur, () => h(!1))
|
|
46
88
|
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
},
|
|
60
|
-
|
|
89
|
+
)
|
|
90
|
+
}
|
|
91
|
+
);
|
|
92
|
+
}), K = "RovingFocusGroupItem", M = c.forwardRef(
|
|
93
|
+
(e, r) => {
|
|
94
|
+
const {
|
|
95
|
+
__scopeRovingFocusGroup: s,
|
|
96
|
+
focusable: o = !0,
|
|
97
|
+
active: T = !1,
|
|
98
|
+
tabStopId: w,
|
|
99
|
+
children: v,
|
|
100
|
+
...C
|
|
101
|
+
} = e, S = q(), m = w || S, u = oe(K, s), b = u.currentTabStopId === m, F = N(s), { onFocusableItemAdd: g, onFocusableItemRemove: R, currentTabStopId: E } = u;
|
|
102
|
+
return c.useEffect(() => {
|
|
103
|
+
if (o)
|
|
104
|
+
return g(), () => R();
|
|
105
|
+
}, [o, g, R]), /* @__PURE__ */ d(
|
|
106
|
+
D.ItemSlot,
|
|
107
|
+
{
|
|
108
|
+
scope: s,
|
|
109
|
+
id: m,
|
|
110
|
+
focusable: o,
|
|
111
|
+
active: T,
|
|
112
|
+
children: /* @__PURE__ */ d(
|
|
113
|
+
G.span,
|
|
114
|
+
{
|
|
115
|
+
tabIndex: b ? 0 : -1,
|
|
116
|
+
"data-orientation": u.orientation,
|
|
117
|
+
...C,
|
|
118
|
+
ref: r,
|
|
119
|
+
onMouseDown: p(e.onMouseDown, (t) => {
|
|
120
|
+
o ? u.onItemFocus(m) : t.preventDefault();
|
|
121
|
+
}),
|
|
122
|
+
onFocus: p(e.onFocus, () => u.onItemFocus(m)),
|
|
123
|
+
onKeyDown: p(e.onKeyDown, (t) => {
|
|
124
|
+
if (t.key === "Tab" && t.shiftKey) {
|
|
125
|
+
u.onItemShiftTab();
|
|
126
|
+
return;
|
|
127
|
+
}
|
|
128
|
+
if (t.target !== t.currentTarget) return;
|
|
129
|
+
const i = ce(t, u.orientation, u.dir);
|
|
130
|
+
if (i !== void 0) {
|
|
131
|
+
if (t.metaKey || t.ctrlKey || t.altKey || t.shiftKey) return;
|
|
132
|
+
t.preventDefault();
|
|
133
|
+
let a = F().filter((l) => l.focusable).map((l) => l.ref.current);
|
|
134
|
+
if (i === "last") a.reverse();
|
|
135
|
+
else if (i === "prev" || i === "next") {
|
|
136
|
+
i === "prev" && a.reverse();
|
|
137
|
+
const l = a.indexOf(t.currentTarget);
|
|
138
|
+
a = u.loop ? se(a, l + 1) : a.slice(l + 1);
|
|
139
|
+
}
|
|
140
|
+
setTimeout(() => k(a));
|
|
141
|
+
}
|
|
142
|
+
}),
|
|
143
|
+
children: typeof v == "function" ? v({ isCurrentTabStop: b, hasTabStop: E != null }) : v
|
|
144
|
+
}
|
|
145
|
+
)
|
|
146
|
+
}
|
|
147
|
+
);
|
|
148
|
+
}
|
|
149
|
+
);
|
|
150
|
+
M.displayName = K;
|
|
151
|
+
var re = {
|
|
152
|
+
ArrowLeft: "prev",
|
|
153
|
+
ArrowUp: "prev",
|
|
154
|
+
ArrowRight: "next",
|
|
155
|
+
ArrowDown: "next",
|
|
156
|
+
PageUp: "first",
|
|
157
|
+
Home: "first",
|
|
158
|
+
PageDown: "last",
|
|
159
|
+
End: "last"
|
|
160
|
+
};
|
|
161
|
+
function ne(e, r) {
|
|
162
|
+
return r !== "rtl" ? e : e === "ArrowLeft" ? "ArrowRight" : e === "ArrowRight" ? "ArrowLeft" : e;
|
|
163
|
+
}
|
|
164
|
+
function ce(e, r, s) {
|
|
165
|
+
const o = ne(e.key, s);
|
|
166
|
+
if (!(r === "vertical" && ["ArrowLeft", "ArrowRight"].includes(o)) && !(r === "horizontal" && ["ArrowUp", "ArrowDown"].includes(o)))
|
|
167
|
+
return re[o];
|
|
61
168
|
}
|
|
62
|
-
function
|
|
63
|
-
|
|
169
|
+
function k(e, r = !1) {
|
|
170
|
+
const s = document.activeElement;
|
|
171
|
+
for (const o of e)
|
|
172
|
+
if (o === s || (o.focus({ preventScroll: r }), document.activeElement !== s)) return;
|
|
64
173
|
}
|
|
65
|
-
function
|
|
66
|
-
|
|
67
|
-
let e = (t = Object.getOwnPropertyDescriptor(n.props, "ref")) == null ? void 0 : t.get, r = e && "isReactWarning" in e && e.isReactWarning;
|
|
68
|
-
return r ? n.ref : (e = (i = Object.getOwnPropertyDescriptor(n, "ref")) == null ? void 0 : i.get, r = e && "isReactWarning" in e && e.isReactWarning, r ? n.props.ref : n.props.ref || n.ref);
|
|
174
|
+
function se(e, r) {
|
|
175
|
+
return e.map((s, o) => e[(r + o) % e.length]);
|
|
69
176
|
}
|
|
177
|
+
var ge = O, Re = M;
|
|
70
178
|
export {
|
|
71
|
-
|
|
179
|
+
Re as Item,
|
|
180
|
+
ge as Root,
|
|
181
|
+
O as RovingFocusGroup,
|
|
182
|
+
M as RovingFocusGroupItem,
|
|
183
|
+
Fe as createRovingFocusGroupScope
|
|
72
184
|
};
|
package/dist/index97.js
CHANGED
|
@@ -1,36 +1,54 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
1
|
+
import * as n from "react";
|
|
2
|
+
import { useLayoutEffect as v } from "./index93.js";
|
|
3
|
+
var E = n[" useInsertionEffect ".trim().toString()] || v;
|
|
4
|
+
function y({
|
|
5
|
+
prop: t,
|
|
6
|
+
defaultProp: u,
|
|
7
|
+
onChange: o = () => {
|
|
8
|
+
},
|
|
9
|
+
caller: i
|
|
10
|
+
}) {
|
|
11
|
+
const [l, e, r] = w({
|
|
12
|
+
defaultProp: u,
|
|
13
|
+
onChange: o
|
|
14
|
+
}), c = t !== void 0, a = c ? t : l;
|
|
15
|
+
{
|
|
16
|
+
const s = n.useRef(t !== void 0);
|
|
17
|
+
n.useEffect(() => {
|
|
18
|
+
const f = s.current;
|
|
19
|
+
f !== c && console.warn(
|
|
20
|
+
`${i} is changing from ${f ? "controlled" : "uncontrolled"} to ${c ? "controlled" : "uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`
|
|
21
|
+
), s.current = c;
|
|
22
|
+
}, [c, i]);
|
|
23
|
+
}
|
|
24
|
+
const m = n.useCallback(
|
|
25
|
+
(s) => {
|
|
26
|
+
var f;
|
|
27
|
+
if (c) {
|
|
28
|
+
const d = R(s) ? s(t) : s;
|
|
29
|
+
d !== t && ((f = r.current) == null || f.call(r, d));
|
|
30
|
+
} else
|
|
31
|
+
e(s);
|
|
32
|
+
},
|
|
33
|
+
[c, t, e, r]
|
|
34
|
+
);
|
|
35
|
+
return [a, m];
|
|
36
|
+
}
|
|
37
|
+
function w({
|
|
38
|
+
defaultProp: t,
|
|
39
|
+
onChange: u
|
|
40
|
+
}) {
|
|
41
|
+
const [o, i] = n.useState(t), l = n.useRef(o), e = n.useRef(u);
|
|
42
|
+
return E(() => {
|
|
43
|
+
e.current = u;
|
|
44
|
+
}, [u]), n.useEffect(() => {
|
|
45
|
+
var r;
|
|
46
|
+
l.current !== o && ((r = e.current) == null || r.call(e, o), l.current = o);
|
|
47
|
+
}, [o, l]), [o, i, e];
|
|
48
|
+
}
|
|
49
|
+
function R(t) {
|
|
50
|
+
return typeof t == "function";
|
|
32
51
|
}
|
|
33
52
|
export {
|
|
34
|
-
|
|
35
|
-
w as dispatchDiscreteCustomEvent
|
|
53
|
+
y as useControllableState
|
|
36
54
|
};
|
package/dist/index98.js
CHANGED
|
@@ -1,54 +1,10 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import
|
|
3
|
-
var
|
|
4
|
-
function
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
onChange: o = () => {
|
|
8
|
-
},
|
|
9
|
-
caller: i
|
|
10
|
-
}) {
|
|
11
|
-
const [l, e, r] = w({
|
|
12
|
-
defaultProp: u,
|
|
13
|
-
onChange: o
|
|
14
|
-
}), c = t !== void 0, a = c ? t : l;
|
|
15
|
-
{
|
|
16
|
-
const s = n.useRef(t !== void 0);
|
|
17
|
-
n.useEffect(() => {
|
|
18
|
-
const f = s.current;
|
|
19
|
-
f !== c && console.warn(
|
|
20
|
-
`${i} is changing from ${f ? "controlled" : "uncontrolled"} to ${c ? "controlled" : "uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`
|
|
21
|
-
), s.current = c;
|
|
22
|
-
}, [c, i]);
|
|
23
|
-
}
|
|
24
|
-
const m = n.useCallback(
|
|
25
|
-
(s) => {
|
|
26
|
-
var f;
|
|
27
|
-
if (c) {
|
|
28
|
-
const d = R(s) ? s(t) : s;
|
|
29
|
-
d !== t && ((f = r.current) == null || f.call(r, d));
|
|
30
|
-
} else
|
|
31
|
-
e(s);
|
|
32
|
-
},
|
|
33
|
-
[c, t, e, r]
|
|
34
|
-
);
|
|
35
|
-
return [a, m];
|
|
36
|
-
}
|
|
37
|
-
function w({
|
|
38
|
-
defaultProp: t,
|
|
39
|
-
onChange: u
|
|
40
|
-
}) {
|
|
41
|
-
const [o, i] = n.useState(t), l = n.useRef(o), e = n.useRef(u);
|
|
42
|
-
return E(() => {
|
|
43
|
-
e.current = u;
|
|
44
|
-
}, [u]), n.useEffect(() => {
|
|
45
|
-
var r;
|
|
46
|
-
l.current !== o && ((r = e.current) == null || r.call(e, o), l.current = o);
|
|
47
|
-
}, [o, l]), [o, i, e];
|
|
48
|
-
}
|
|
49
|
-
function R(t) {
|
|
50
|
-
return typeof t == "function";
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
import "react/jsx-runtime";
|
|
3
|
+
var r = t.createContext(void 0);
|
|
4
|
+
function n(o) {
|
|
5
|
+
const e = t.useContext(r);
|
|
6
|
+
return o || e || "ltr";
|
|
51
7
|
}
|
|
52
8
|
export {
|
|
53
|
-
|
|
9
|
+
n as useDirection
|
|
54
10
|
};
|