@drjoshcsimmons/scl 0.1.9 → 0.1.10
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/index10.js +21 -21
- package/dist/index100.js +50 -14
- package/dist/index102.js +9 -50
- package/dist/index103.js +15 -9
- package/dist/index104.js +218 -3
- package/dist/index105.js +7 -46
- package/dist/index108.js +47 -29
- package/dist/index109.js +30 -181
- package/dist/index11.js +2 -2
- package/dist/index110.js +54 -8
- package/dist/index111.js +30 -650
- package/dist/index112.js +13 -30
- package/dist/index115.js +48 -6
- package/dist/index116.js +12 -21
- package/dist/index117.js +15 -3
- package/dist/index118.js +3 -32
- package/dist/index119.js +32 -12
- package/dist/index12.js +1 -1
- package/dist/index120.js +18 -12
- package/dist/index124.js +6 -48
- package/dist/index125.js +25 -2
- package/dist/index126.js +29 -53
- package/dist/index127.js +5 -65
- package/dist/index128.js +2 -2
- package/dist/index129.js +53 -2
- package/dist/index13.js +2 -2
- package/dist/index130.js +63 -23
- package/dist/index131.js +5 -29
- package/dist/index132.js +3 -5
- package/dist/index133.js +24 -5
- package/dist/index134.js +113 -3
- package/dist/index135.js +15 -23
- package/dist/index136.js +2 -113
- package/dist/index137.js +2 -16
- package/dist/index14.js +2 -2
- package/dist/index141.js +1 -1
- package/dist/index142.js +1 -1
- package/dist/index15.js +2 -2
- package/dist/index17.js +4 -4
- package/dist/index18.js +2 -2
- package/dist/index20.js +1 -1
- package/dist/index21.js +1 -1
- package/dist/index22.js +1 -1
- package/dist/index23.js +2 -2
- package/dist/index24.js +1 -1
- package/dist/index25.js +3 -3
- package/dist/index26.js +1 -1
- package/dist/index27.js +2 -2
- package/dist/index29.js +1 -1
- package/dist/index31.js +1 -1
- package/dist/index36.js +1 -1
- package/dist/index37.js +1 -1
- package/dist/index45.js +1 -1
- package/dist/index46.js +1 -1
- package/dist/index48.js +12 -73
- package/dist/index49.js +9 -125
- package/dist/index50.js +55 -244
- package/dist/index51.js +118 -9
- package/dist/index52.js +237 -298
- package/dist/index53.js +22 -12
- package/dist/index54.js +234 -58
- package/dist/index55.js +4 -5
- package/dist/index56.js +506 -94
- package/dist/index57.js +215 -72
- package/dist/index58.js +11 -241
- package/dist/index59.js +68 -846
- package/dist/index6.js +1 -1
- package/dist/index60.js +260 -9
- package/dist/index61.js +12 -254
- package/dist/index62.js +402 -227
- package/dist/index63.js +125 -12
- package/dist/index64.js +30 -434
- package/dist/index65.js +308 -16
- package/dist/index66.js +12 -130
- package/dist/index67.js +310 -504
- package/dist/index68.js +248 -219
- package/dist/index69.js +241 -11
- package/dist/index7.js +1 -1
- package/dist/index70.js +860 -11
- package/dist/index71.js +9 -236
- package/dist/index72.js +16 -334
- package/dist/index73.js +130 -31
- package/dist/index74.js +2 -2
- package/dist/index75.js +71 -20
- package/dist/index80.js +1 -1
- package/dist/index82.js +1 -1
- package/dist/index84.js +4 -9
- package/dist/index85.js +65 -51
- package/dist/index86.js +30 -11
- package/dist/index87.js +6 -4
- package/dist/index88.js +25 -30
- package/dist/index89.js +178 -10
- package/dist/index9.js +1 -1
- package/dist/index90.js +10 -5
- package/dist/index91.js +3 -24
- package/dist/index92.js +643 -62
- package/dist/index93.js +53 -13
- package/dist/index94.js +30 -55
- package/dist/index95.js +124 -29
- package/dist/index96.js +125 -115
- package/dist/index97.js +13 -14
- package/dist/index98.js +14 -134
- package/dist/index99.js +8 -218
- package/package.json +1 -1
package/dist/index52.js
CHANGED
|
@@ -1,312 +1,251 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
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
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}), () => {
|
|
50
|
-
c.current.delete(e), v.current.delete(e), r.current.filtered.items.delete(e);
|
|
51
|
-
let o = P();
|
|
52
|
-
g(4, () => {
|
|
53
|
-
T(), (o == null ? void 0 : o.getAttribute("id")) === e && H(), y.emit();
|
|
54
|
-
});
|
|
55
|
-
}), group: (e) => (i.current.has(e) || i.current.set(e, /* @__PURE__ */ new Set()), () => {
|
|
56
|
-
c.current.delete(e), i.current.delete(e);
|
|
57
|
-
}), filter: () => m.current.shouldFilter, label: b || t["aria-label"], getDisablePointerSelection: () => m.current.disablePointerSelection, listId: U, inputId: W, labelId: ee, listInnerRef: A }), []);
|
|
58
|
-
function te(e, u) {
|
|
59
|
-
var o, l;
|
|
60
|
-
let f = (l = (o = m.current) == null ? void 0 : o.filter) != null ? l : Ce;
|
|
61
|
-
return e ? f(e, r.current.search, u) : 0;
|
|
62
|
-
}
|
|
63
|
-
function G() {
|
|
64
|
-
if (!r.current.search || m.current.shouldFilter === !1) return;
|
|
65
|
-
let e = r.current.filtered.items, u = [];
|
|
66
|
-
r.current.filtered.groups.forEach((l) => {
|
|
67
|
-
let f = i.current.get(l), p = 0;
|
|
68
|
-
f.forEach((C) => {
|
|
69
|
-
let E = e.get(C);
|
|
70
|
-
p = Math.max(E, p);
|
|
71
|
-
}), u.push([l, p]);
|
|
72
|
-
});
|
|
73
|
-
let o = A.current;
|
|
74
|
-
L().sort((l, f) => {
|
|
75
|
-
var p, C;
|
|
76
|
-
let E = l.getAttribute("id"), N = f.getAttribute("id");
|
|
77
|
-
return ((p = e.get(N)) != null ? p : 0) - ((C = e.get(E)) != null ? C : 0);
|
|
78
|
-
}).forEach((l) => {
|
|
79
|
-
let f = l.closest(X);
|
|
80
|
-
f ? f.appendChild(l.parentElement === f ? l : l.closest(`${X} > *`)) : o.appendChild(l.parentElement === o ? l : l.closest(`${X} > *`));
|
|
81
|
-
}), u.sort((l, f) => f[1] - l[1]).forEach((l) => {
|
|
82
|
-
var f;
|
|
83
|
-
let p = (f = A.current) == null ? void 0 : f.querySelector(`${$}[${D}="${encodeURIComponent(l[0])}"]`);
|
|
84
|
-
p == null || p.parentElement.appendChild(p);
|
|
85
|
-
});
|
|
86
|
-
}
|
|
87
|
-
function H() {
|
|
88
|
-
let e = L().find((o) => o.getAttribute("aria-disabled") !== "true"), u = e == null ? void 0 : e.getAttribute(D);
|
|
89
|
-
y.setState("value", u || void 0);
|
|
90
|
-
}
|
|
91
|
-
function T() {
|
|
92
|
-
var e, u, o, l;
|
|
93
|
-
if (!r.current.search || m.current.shouldFilter === !1) {
|
|
94
|
-
r.current.filtered.count = v.current.size;
|
|
95
|
-
return;
|
|
96
|
-
}
|
|
97
|
-
r.current.filtered.groups = /* @__PURE__ */ new Set();
|
|
98
|
-
let f = 0;
|
|
99
|
-
for (let p of v.current) {
|
|
100
|
-
let C = (u = (e = c.current.get(p)) == null ? void 0 : e.value) != null ? u : "", E = (l = (o = c.current.get(p)) == null ? void 0 : o.keywords) != null ? l : [], N = te(C, E);
|
|
101
|
-
r.current.filtered.items.set(p, N), N > 0 && f++;
|
|
102
|
-
}
|
|
103
|
-
for (let [p, C] of i.current) for (let E of C) if (r.current.filtered.items.get(E) > 0) {
|
|
104
|
-
r.current.filtered.groups.add(p);
|
|
105
|
-
break;
|
|
106
|
-
}
|
|
107
|
-
r.current.filtered.count = f;
|
|
108
|
-
}
|
|
109
|
-
function re() {
|
|
110
|
-
var e, u, o;
|
|
111
|
-
let l = P();
|
|
112
|
-
l && (((e = l.parentElement) == null ? void 0 : e.firstChild) === l && ((o = (u = l.closest($)) == null ? void 0 : u.querySelector(ye)) == null || o.scrollIntoView({ block: "nearest" })), l.scrollIntoView({ block: "nearest" }));
|
|
113
|
-
}
|
|
114
|
-
function P() {
|
|
115
|
-
var e;
|
|
116
|
-
return (e = A.current) == null ? void 0 : e.querySelector(`${oe}[aria-selected="true"]`);
|
|
117
|
-
}
|
|
118
|
-
function L() {
|
|
119
|
-
var e;
|
|
120
|
-
return Array.from(((e = A.current) == null ? void 0 : e.querySelectorAll(ie)) || []);
|
|
121
|
-
}
|
|
122
|
-
function J(e) {
|
|
123
|
-
let u = L()[e];
|
|
124
|
-
u && y.setState("value", u.getAttribute(D));
|
|
125
|
-
}
|
|
126
|
-
function Q(e) {
|
|
127
|
-
var u;
|
|
128
|
-
let o = P(), l = L(), f = l.findIndex((C) => C === o), p = l[f + e];
|
|
129
|
-
(u = m.current) != null && u.loop && (p = f + e < 0 ? l[l.length - 1] : f + e === l.length ? l[0] : l[f + e]), p && y.setState("value", p.getAttribute(D));
|
|
130
|
-
}
|
|
131
|
-
function ne(e) {
|
|
132
|
-
let u = P(), o = u == null ? void 0 : u.closest($), l;
|
|
133
|
-
for (; o && !l; ) o = e > 0 ? Pe(o, $) : De(o, $), l = o == null ? void 0 : o.querySelector(ie);
|
|
134
|
-
l ? y.setState("value", l.getAttribute(D)) : Q(e);
|
|
135
|
-
}
|
|
136
|
-
let le = () => J(L().length - 1), ae = (e) => {
|
|
137
|
-
e.preventDefault(), e.metaKey ? le() : e.altKey ? ne(1) : Q(1);
|
|
138
|
-
}, ue = (e) => {
|
|
139
|
-
e.preventDefault(), e.metaKey ? J(0) : e.altKey ? ne(-1) : Q(-1);
|
|
1
|
+
import * as s from "react";
|
|
2
|
+
import { useComposedRefs as B } from "./index78.js";
|
|
3
|
+
import { createContextScope as L } from "./index76.js";
|
|
4
|
+
import { composeEventHandlers as S } from "./index79.js";
|
|
5
|
+
import { useControllableState as O } from "./index80.js";
|
|
6
|
+
import { usePrevious as j } from "./index87.js";
|
|
7
|
+
import { useSize as H } from "./index88.js";
|
|
8
|
+
import { Presence as z } from "./index85.js";
|
|
9
|
+
import { Primitive as P } from "./index81.js";
|
|
10
|
+
import { jsx as b, jsxs as G, Fragment as K } from "react/jsx-runtime";
|
|
11
|
+
var g = "Checkbox", [U] = L(g), [X, E] = U(g);
|
|
12
|
+
function J(t) {
|
|
13
|
+
const {
|
|
14
|
+
__scopeCheckbox: a,
|
|
15
|
+
checked: c,
|
|
16
|
+
children: u,
|
|
17
|
+
defaultChecked: r,
|
|
18
|
+
disabled: e,
|
|
19
|
+
form: p,
|
|
20
|
+
name: f,
|
|
21
|
+
onCheckedChange: i,
|
|
22
|
+
required: m,
|
|
23
|
+
value: C = "on",
|
|
24
|
+
// @ts-expect-error
|
|
25
|
+
internal_do_not_use_render: d
|
|
26
|
+
} = t, [l, v] = O({
|
|
27
|
+
prop: c,
|
|
28
|
+
defaultProp: r ?? !1,
|
|
29
|
+
onChange: i,
|
|
30
|
+
caller: g
|
|
31
|
+
}), [k, x] = s.useState(null), [_, o] = s.useState(null), n = s.useRef(!1), I = k ? !!p || !!k.closest("form") : (
|
|
32
|
+
// We set this to true by default so that events bubble to forms without JS (SSR)
|
|
33
|
+
!0
|
|
34
|
+
), R = {
|
|
35
|
+
checked: l,
|
|
36
|
+
disabled: e,
|
|
37
|
+
setChecked: v,
|
|
38
|
+
control: k,
|
|
39
|
+
setControl: x,
|
|
40
|
+
name: f,
|
|
41
|
+
form: p,
|
|
42
|
+
value: C,
|
|
43
|
+
hasConsumerStoppedPropagationRef: n,
|
|
44
|
+
required: m,
|
|
45
|
+
defaultChecked: h(r) ? !1 : r,
|
|
46
|
+
isFormControl: I,
|
|
47
|
+
bubbleInput: _,
|
|
48
|
+
setBubbleInput: o
|
|
140
49
|
};
|
|
141
|
-
return
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
50
|
+
return /* @__PURE__ */ b(
|
|
51
|
+
X,
|
|
52
|
+
{
|
|
53
|
+
scope: a,
|
|
54
|
+
...R,
|
|
55
|
+
children: W(d) ? d(R) : u
|
|
56
|
+
}
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
var N = "CheckboxTrigger", w = s.forwardRef(
|
|
60
|
+
({ __scopeCheckbox: t, onKeyDown: a, onClick: c, ...u }, r) => {
|
|
61
|
+
const {
|
|
62
|
+
control: e,
|
|
63
|
+
value: p,
|
|
64
|
+
disabled: f,
|
|
65
|
+
checked: i,
|
|
66
|
+
required: m,
|
|
67
|
+
setControl: C,
|
|
68
|
+
setChecked: d,
|
|
69
|
+
hasConsumerStoppedPropagationRef: l,
|
|
70
|
+
isFormControl: v,
|
|
71
|
+
bubbleInput: k
|
|
72
|
+
} = E(N, t), x = B(r, C), _ = s.useRef(i);
|
|
73
|
+
return s.useEffect(() => {
|
|
74
|
+
const o = e == null ? void 0 : e.form;
|
|
75
|
+
if (o) {
|
|
76
|
+
const n = () => d(_.current);
|
|
77
|
+
return o.addEventListener("reset", n), () => o.removeEventListener("reset", n);
|
|
154
78
|
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
79
|
+
}, [e, d]), /* @__PURE__ */ b(
|
|
80
|
+
P.button,
|
|
81
|
+
{
|
|
82
|
+
type: "button",
|
|
83
|
+
role: "checkbox",
|
|
84
|
+
"aria-checked": h(i) ? "mixed" : i,
|
|
85
|
+
"aria-required": m,
|
|
86
|
+
"data-state": A(i),
|
|
87
|
+
"data-disabled": f ? "" : void 0,
|
|
88
|
+
disabled: f,
|
|
89
|
+
value: p,
|
|
90
|
+
...u,
|
|
91
|
+
ref: x,
|
|
92
|
+
onKeyDown: S(a, (o) => {
|
|
93
|
+
o.key === "Enter" && o.preventDefault();
|
|
94
|
+
}),
|
|
95
|
+
onClick: S(c, (o) => {
|
|
96
|
+
d((n) => h(n) ? !0 : !n), k && v && (l.current = o.isPropagationStopped(), l.current || o.stopPropagation());
|
|
97
|
+
})
|
|
159
98
|
}
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
99
|
+
);
|
|
100
|
+
}
|
|
101
|
+
);
|
|
102
|
+
w.displayName = N;
|
|
103
|
+
var Q = s.forwardRef(
|
|
104
|
+
(t, a) => {
|
|
105
|
+
const {
|
|
106
|
+
__scopeCheckbox: c,
|
|
107
|
+
name: u,
|
|
108
|
+
checked: r,
|
|
109
|
+
defaultChecked: e,
|
|
110
|
+
required: p,
|
|
111
|
+
disabled: f,
|
|
112
|
+
value: i,
|
|
113
|
+
onCheckedChange: m,
|
|
114
|
+
form: C,
|
|
115
|
+
...d
|
|
116
|
+
} = t;
|
|
117
|
+
return /* @__PURE__ */ b(
|
|
118
|
+
J,
|
|
119
|
+
{
|
|
120
|
+
__scopeCheckbox: c,
|
|
121
|
+
checked: r,
|
|
122
|
+
defaultChecked: e,
|
|
123
|
+
disabled: f,
|
|
124
|
+
required: p,
|
|
125
|
+
onCheckedChange: m,
|
|
126
|
+
name: u,
|
|
127
|
+
form: C,
|
|
128
|
+
value: i,
|
|
129
|
+
internal_do_not_use_render: ({ isFormControl: l }) => /* @__PURE__ */ G(K, { children: [
|
|
130
|
+
/* @__PURE__ */ b(
|
|
131
|
+
w,
|
|
132
|
+
{
|
|
133
|
+
...d,
|
|
134
|
+
ref: a,
|
|
135
|
+
__scopeCheckbox: c
|
|
136
|
+
}
|
|
137
|
+
),
|
|
138
|
+
l && /* @__PURE__ */ b(
|
|
139
|
+
q,
|
|
140
|
+
{
|
|
141
|
+
__scopeCheckbox: c
|
|
142
|
+
}
|
|
143
|
+
)
|
|
144
|
+
] })
|
|
163
145
|
}
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
146
|
+
);
|
|
147
|
+
}
|
|
148
|
+
);
|
|
149
|
+
Q.displayName = g;
|
|
150
|
+
var T = "CheckboxIndicator", V = s.forwardRef(
|
|
151
|
+
(t, a) => {
|
|
152
|
+
const { __scopeCheckbox: c, forceMount: u, ...r } = t, e = E(T, c);
|
|
153
|
+
return /* @__PURE__ */ b(
|
|
154
|
+
z,
|
|
155
|
+
{
|
|
156
|
+
present: u || h(e.checked) || e.checked === !0,
|
|
157
|
+
children: /* @__PURE__ */ b(
|
|
158
|
+
P.span,
|
|
159
|
+
{
|
|
160
|
+
"data-state": A(e.checked),
|
|
161
|
+
"data-disabled": e.disabled ? "" : void 0,
|
|
162
|
+
...r,
|
|
163
|
+
ref: a,
|
|
164
|
+
style: { pointerEvents: "none", ...t.style }
|
|
165
|
+
}
|
|
166
|
+
)
|
|
167
167
|
}
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
168
|
+
);
|
|
169
|
+
}
|
|
170
|
+
);
|
|
171
|
+
V.displayName = T;
|
|
172
|
+
var M = "CheckboxBubbleInput", q = s.forwardRef(
|
|
173
|
+
({ __scopeCheckbox: t, ...a }, c) => {
|
|
174
|
+
const {
|
|
175
|
+
control: u,
|
|
176
|
+
hasConsumerStoppedPropagationRef: r,
|
|
177
|
+
checked: e,
|
|
178
|
+
defaultChecked: p,
|
|
179
|
+
required: f,
|
|
180
|
+
disabled: i,
|
|
181
|
+
name: m,
|
|
182
|
+
value: C,
|
|
183
|
+
form: d,
|
|
184
|
+
bubbleInput: l,
|
|
185
|
+
setBubbleInput: v
|
|
186
|
+
} = E(M, t), k = B(c, v), x = j(e), _ = H(u);
|
|
187
|
+
s.useEffect(() => {
|
|
188
|
+
const n = l;
|
|
189
|
+
if (!n) return;
|
|
190
|
+
const I = window.HTMLInputElement.prototype, y = Object.getOwnPropertyDescriptor(
|
|
191
|
+
I,
|
|
192
|
+
"checked"
|
|
193
|
+
).set, D = !r.current;
|
|
194
|
+
if (x !== e && y) {
|
|
195
|
+
const F = new Event("click", { bubbles: D });
|
|
196
|
+
n.indeterminate = h(e), y.call(n, h(e) ? !1 : e), n.dispatchEvent(F);
|
|
171
197
|
}
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
198
|
+
}, [l, x, e, r]);
|
|
199
|
+
const o = s.useRef(h(e) ? !1 : e);
|
|
200
|
+
return /* @__PURE__ */ b(
|
|
201
|
+
P.input,
|
|
202
|
+
{
|
|
203
|
+
type: "checkbox",
|
|
204
|
+
"aria-hidden": !0,
|
|
205
|
+
defaultChecked: p ?? o.current,
|
|
206
|
+
required: f,
|
|
207
|
+
disabled: i,
|
|
208
|
+
name: m,
|
|
209
|
+
value: C,
|
|
210
|
+
form: d,
|
|
211
|
+
...a,
|
|
212
|
+
tabIndex: -1,
|
|
213
|
+
ref: k,
|
|
214
|
+
style: {
|
|
215
|
+
...a.style,
|
|
216
|
+
..._,
|
|
217
|
+
position: "absolute",
|
|
218
|
+
pointerEvents: "none",
|
|
219
|
+
opacity: 0,
|
|
220
|
+
margin: 0,
|
|
221
|
+
// We transform because the input is absolutely positioned but we have
|
|
222
|
+
// rendered it **after** the button. This pulls it back to sit on top
|
|
223
|
+
// of the button.
|
|
224
|
+
transform: "translateX(-100%)"
|
|
178
225
|
}
|
|
179
226
|
}
|
|
180
|
-
|
|
181
|
-
} }, n.createElement("label", { "cmdk-label": "", htmlFor: _.inputId, id: _.labelId, style: Le }, b), z(t, (e) => n.createElement(de.Provider, { value: y }, n.createElement(ce.Provider, { value: _ }, e))));
|
|
182
|
-
}), we = n.forwardRef((t, a) => {
|
|
183
|
-
var r, v;
|
|
184
|
-
let i = K(), c = n.useRef(null), d = n.useContext(se), m = O(), b = me(t), s = (v = (r = b.current) == null ? void 0 : r.forceMount) != null ? v : d == null ? void 0 : d.forceMount;
|
|
185
|
-
M(() => {
|
|
186
|
-
if (!s) return m.item(i, d == null ? void 0 : d.id);
|
|
187
|
-
}, [s]);
|
|
188
|
-
let h = ve(i, c, [t.value, t.children, c], t.keywords), R = Z(), k = S((g) => g.value && g.value === h.current), w = S((g) => s || m.filter() === !1 ? !0 : g.search ? g.filtered.items.get(i) > 0 : !0);
|
|
189
|
-
n.useEffect(() => {
|
|
190
|
-
let g = c.current;
|
|
191
|
-
if (!(!g || t.disabled)) return g.addEventListener(Y, V), () => g.removeEventListener(Y, V);
|
|
192
|
-
}, [w, t.onSelect, t.disabled]);
|
|
193
|
-
function V() {
|
|
194
|
-
var g, y;
|
|
195
|
-
B(), (y = (g = b.current).onSelect) == null || y.call(g, h.current);
|
|
196
|
-
}
|
|
197
|
-
function B() {
|
|
198
|
-
R.setState("value", h.current, !0);
|
|
199
|
-
}
|
|
200
|
-
if (!w) return null;
|
|
201
|
-
let { disabled: x, value: j, onSelect: U, forceMount: ee, keywords: W, ...A } = t;
|
|
202
|
-
return n.createElement(I.div, { ref: q(c, a), ...A, id: i, "cmdk-item": "", role: "option", "aria-disabled": !!x, "aria-selected": !!k, "data-disabled": !!x, "data-selected": !!k, onPointerMove: x || m.getDisablePointerSelection() ? void 0 : B, onClick: x ? void 0 : V }, t.children);
|
|
203
|
-
}), ke = n.forwardRef((t, a) => {
|
|
204
|
-
let { heading: r, children: v, forceMount: i, ...c } = t, d = K(), m = n.useRef(null), b = n.useRef(null), s = K(), h = O(), R = S((w) => i || h.filter() === !1 ? !0 : w.search ? w.filtered.groups.has(d) : !0);
|
|
205
|
-
M(() => h.group(d), []), ve(d, m, [t.value, t.heading, b]);
|
|
206
|
-
let k = n.useMemo(() => ({ id: d, forceMount: i }), [i]);
|
|
207
|
-
return n.createElement(I.div, { ref: q(m, a), ...c, "cmdk-group": "", role: "presentation", hidden: R ? void 0 : !0 }, r && n.createElement("div", { ref: b, "cmdk-group-heading": "", "aria-hidden": !0, id: s }, r), z(t, (w) => n.createElement("div", { "cmdk-group-items": "", role: "group", "aria-labelledby": r ? s : void 0 }, n.createElement(se.Provider, { value: k }, w))));
|
|
208
|
-
}), Se = n.forwardRef((t, a) => {
|
|
209
|
-
let { alwaysRender: r, ...v } = t, i = n.useRef(null), c = S((d) => !d.search);
|
|
210
|
-
return !r && !c ? null : n.createElement(I.div, { ref: q(i, a), ...v, "cmdk-separator": "", role: "separator" });
|
|
211
|
-
}), Ie = n.forwardRef((t, a) => {
|
|
212
|
-
let { onValueChange: r, ...v } = t, i = t.value != null, c = Z(), d = S((s) => s.search), m = S((s) => s.selectedItemId), b = O();
|
|
213
|
-
return n.useEffect(() => {
|
|
214
|
-
t.value != null && c.setState("search", t.value);
|
|
215
|
-
}, [t.value]), n.createElement(I.input, { ref: a, ...v, "cmdk-input": "", autoComplete: "off", autoCorrect: "off", spellCheck: !1, "aria-autocomplete": "list", role: "combobox", "aria-expanded": !0, "aria-controls": b.listId, "aria-labelledby": b.labelId, "aria-activedescendant": m, id: b.inputId, type: "text", value: i ? t.value : d, onChange: (s) => {
|
|
216
|
-
i || c.setState("search", s.target.value), r == null || r(s.target.value);
|
|
217
|
-
} });
|
|
218
|
-
}), Re = n.forwardRef((t, a) => {
|
|
219
|
-
let { children: r, label: v = "Suggestions", ...i } = t, c = n.useRef(null), d = n.useRef(null), m = S((s) => s.selectedItemId), b = O();
|
|
220
|
-
return n.useEffect(() => {
|
|
221
|
-
if (d.current && c.current) {
|
|
222
|
-
let s = d.current, h = c.current, R, k = new ResizeObserver(() => {
|
|
223
|
-
R = requestAnimationFrame(() => {
|
|
224
|
-
let w = s.offsetHeight;
|
|
225
|
-
h.style.setProperty("--cmdk-list-height", w.toFixed(1) + "px");
|
|
226
|
-
});
|
|
227
|
-
});
|
|
228
|
-
return k.observe(s), () => {
|
|
229
|
-
cancelAnimationFrame(R), k.unobserve(s);
|
|
230
|
-
};
|
|
231
|
-
}
|
|
232
|
-
}, []), n.createElement(I.div, { ref: q(c, a), ...i, "cmdk-list": "", role: "listbox", tabIndex: -1, "aria-activedescendant": m, "aria-label": v, id: b.listId }, z(t, (s) => n.createElement("div", { ref: q(d, b.listInnerRef), "cmdk-list-sizer": "" }, s)));
|
|
233
|
-
}), xe = n.forwardRef((t, a) => {
|
|
234
|
-
let { open: r, onOpenChange: v, overlayClassName: i, contentClassName: c, container: d, ...m } = t;
|
|
235
|
-
return n.createElement(ge, { open: r, onOpenChange: v }, n.createElement(he, { container: d }, n.createElement(be, { "cmdk-overlay": "", className: i }), n.createElement(Ee, { "aria-label": t.label, "cmdk-dialog": "", className: c }, n.createElement(fe, { ref: a, ...m }))));
|
|
236
|
-
}), Ae = n.forwardRef((t, a) => S((r) => r.filtered.count === 0) ? n.createElement(I.div, { ref: a, ...t, "cmdk-empty": "", role: "presentation" }) : null), Me = n.forwardRef((t, a) => {
|
|
237
|
-
let { progress: r, children: v, label: i = "Loading...", ...c } = t;
|
|
238
|
-
return n.createElement(I.div, { ref: a, ...c, "cmdk-loading": "", role: "progressbar", "aria-valuenow": r, "aria-valuemin": 0, "aria-valuemax": 100, "aria-label": i }, z(t, (d) => n.createElement("div", { "aria-hidden": !0 }, d)));
|
|
239
|
-
}), Ne = Object.assign(fe, { List: Re, Item: we, Input: Ie, Group: ke, Separator: Se, Dialog: xe, Empty: Ae, Loading: Me });
|
|
240
|
-
function Pe(t, a) {
|
|
241
|
-
let r = t.nextElementSibling;
|
|
242
|
-
for (; r; ) {
|
|
243
|
-
if (r.matches(a)) return r;
|
|
244
|
-
r = r.nextElementSibling;
|
|
227
|
+
);
|
|
245
228
|
}
|
|
229
|
+
);
|
|
230
|
+
q.displayName = M;
|
|
231
|
+
function W(t) {
|
|
232
|
+
return typeof t == "function";
|
|
246
233
|
}
|
|
247
|
-
function
|
|
248
|
-
|
|
249
|
-
for (; r; ) {
|
|
250
|
-
if (r.matches(a)) return r;
|
|
251
|
-
r = r.previousElementSibling;
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
function me(t) {
|
|
255
|
-
let a = n.useRef(t);
|
|
256
|
-
return M(() => {
|
|
257
|
-
a.current = t;
|
|
258
|
-
}), a;
|
|
259
|
-
}
|
|
260
|
-
var M = typeof window > "u" ? n.useEffect : n.useLayoutEffect;
|
|
261
|
-
function F(t) {
|
|
262
|
-
let a = n.useRef();
|
|
263
|
-
return a.current === void 0 && (a.current = t()), a;
|
|
264
|
-
}
|
|
265
|
-
function S(t) {
|
|
266
|
-
let a = Z(), r = () => t(a.snapshot());
|
|
267
|
-
return n.useSyncExternalStore(a.subscribe, r, r);
|
|
268
|
-
}
|
|
269
|
-
function ve(t, a, r, v = []) {
|
|
270
|
-
let i = n.useRef(), c = O();
|
|
271
|
-
return M(() => {
|
|
272
|
-
var d;
|
|
273
|
-
let m = (() => {
|
|
274
|
-
var s;
|
|
275
|
-
for (let h of r) {
|
|
276
|
-
if (typeof h == "string") return h.trim();
|
|
277
|
-
if (typeof h == "object" && "current" in h) return h.current ? (s = h.current.textContent) == null ? void 0 : s.trim() : i.current;
|
|
278
|
-
}
|
|
279
|
-
})(), b = v.map((s) => s.trim());
|
|
280
|
-
c.value(t, m, b), (d = a.current) == null || d.setAttribute(D, m), i.current = m;
|
|
281
|
-
}), i;
|
|
282
|
-
}
|
|
283
|
-
var Fe = () => {
|
|
284
|
-
let [t, a] = n.useState(), r = F(() => /* @__PURE__ */ new Map());
|
|
285
|
-
return M(() => {
|
|
286
|
-
r.current.forEach((v) => v()), r.current = /* @__PURE__ */ new Map();
|
|
287
|
-
}, [t]), (v, i) => {
|
|
288
|
-
r.current.set(v, i), a({});
|
|
289
|
-
};
|
|
290
|
-
};
|
|
291
|
-
function Ke(t) {
|
|
292
|
-
let a = t.type;
|
|
293
|
-
return typeof a == "function" ? a(t.props) : "render" in a ? a.render(t.props) : t;
|
|
234
|
+
function h(t) {
|
|
235
|
+
return t === "indeterminate";
|
|
294
236
|
}
|
|
295
|
-
function
|
|
296
|
-
return t
|
|
237
|
+
function A(t) {
|
|
238
|
+
return h(t) ? "indeterminate" : t ? "checked" : "unchecked";
|
|
297
239
|
}
|
|
298
|
-
var Le = { position: "absolute", width: "1px", height: "1px", padding: "0", margin: "-1px", overflow: "hidden", clip: "rect(0, 0, 0, 0)", whiteSpace: "nowrap", borderWidth: "0" };
|
|
299
240
|
export {
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
Ce as defaultFilter,
|
|
311
|
-
S as useCommandState
|
|
241
|
+
Q as Checkbox,
|
|
242
|
+
V as CheckboxIndicator,
|
|
243
|
+
V as Indicator,
|
|
244
|
+
Q as Root,
|
|
245
|
+
q as unstable_BubbleInput,
|
|
246
|
+
q as unstable_CheckboxBubbleInput,
|
|
247
|
+
J as unstable_CheckboxProvider,
|
|
248
|
+
w as unstable_CheckboxTrigger,
|
|
249
|
+
J as unstable_Provider,
|
|
250
|
+
w as unstable_Trigger
|
|
312
251
|
};
|
package/dist/index53.js
CHANGED
|
@@ -1,14 +1,24 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import * as p from "react";
|
|
2
|
+
import { Primitive as v } from "./index86.js";
|
|
3
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
4
|
+
var d = "Separator", a = "horizontal", l = ["horizontal", "vertical"], i = p.forwardRef((r, n) => {
|
|
5
|
+
const { decorative: e, orientation: t = a, ...s } = r, o = f(t) ? t : a, c = e ? { role: "none" } : { "aria-orientation": o === "vertical" ? o : void 0, role: "separator" };
|
|
6
|
+
return /* @__PURE__ */ m(
|
|
7
|
+
v.div,
|
|
8
|
+
{
|
|
9
|
+
"data-orientation": o,
|
|
10
|
+
...c,
|
|
11
|
+
...s,
|
|
12
|
+
ref: n
|
|
13
|
+
}
|
|
14
|
+
);
|
|
15
|
+
});
|
|
16
|
+
i.displayName = d;
|
|
17
|
+
function f(r) {
|
|
18
|
+
return l.includes(r);
|
|
19
|
+
}
|
|
20
|
+
var T = i;
|
|
12
21
|
export {
|
|
13
|
-
|
|
22
|
+
T as Root,
|
|
23
|
+
i as Separator
|
|
14
24
|
};
|