@la-batcave/ui 3.5.1 → 4.0.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/Alert.d.ts +17 -7
- package/dist/Alert.js +31 -28
- package/dist/Button.js +29 -26
- package/dist/Card.d.ts +2 -6
- package/dist/Card.js +35 -58
- package/dist/CodeBlock.js +2 -2
- package/dist/Collapse.js +8 -8
- package/dist/Combobox.js +51 -51
- package/dist/DarkMode.js +11 -11
- package/dist/DatePicker.d.ts +5 -17
- package/dist/DatePicker.js +221 -205
- package/dist/Dialog.js +65 -65
- package/dist/Drawer.js +1 -1
- package/dist/Dropdown.js +10 -10
- package/dist/HoverCard.js +13 -13
- package/dist/Input.js +633 -626
- package/dist/LogViewer.js +1 -1
- package/dist/Menubar.js +25 -25
- package/dist/Pagination.js +17 -17
- package/dist/Popover.js +4 -4
- package/dist/Resizable.js +1 -1
- package/dist/Sheet.d.ts +1 -1
- package/dist/Sheet.js +21 -21
- package/dist/Sidebar.d.ts +39 -1
- package/dist/Sidebar.js +101 -63
- package/dist/Skeleton.js +9 -9
- package/dist/Table.js +31 -31
- package/dist/Tabs.d.ts +15 -11
- package/dist/Tabs.js +134 -125
- package/dist/Toast.js +35 -34
- package/dist/Tooltip.js +1 -1
- package/dist/Typography.js +9 -9
- package/dist/Widget.js +77 -81
- package/dist/index.css +1 -1
- package/package.json +3 -2
package/dist/Input.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as
|
|
2
|
+
import { jsx as a, jsxs as R, Fragment as ve } from "react/jsx-runtime";
|
|
3
3
|
import * as l from "react";
|
|
4
4
|
import * as qe from "react-dom";
|
|
5
|
-
import { c as
|
|
6
|
-
import { u as se, c as N, a as ae, b as Z, d as
|
|
7
|
-
import { u as
|
|
8
|
-
import { u as Se, R as
|
|
5
|
+
import { c as ho } from "./_shared/index-BrLJJgkl.js";
|
|
6
|
+
import { u as se, c as N, a as ae, b as Z, d as go, P as Ye } from "./_shared/index-CXeb1OMI.js";
|
|
7
|
+
import { u as k, c as vo } from "./_shared/index-DLcqcWxM.js";
|
|
8
|
+
import { u as Se, R as So, A as bo, c as Xe, C as xo, a as wo } from "./_shared/index-uu9PT5Nu.js";
|
|
9
9
|
import { P as E } from "./_shared/index-V-Ajw7Ac.js";
|
|
10
|
-
import { u as
|
|
11
|
-
import { P as
|
|
12
|
-
import { h as
|
|
10
|
+
import { u as ze, a as Ze, R as yo, I as Co, c as Je } from "./_shared/index-C0gNQvxa.js";
|
|
11
|
+
import { P as Ro, D as No } from "./_shared/index-B03TCNO5.js";
|
|
12
|
+
import { h as Po, u as Eo, R as Io, F as _o } from "./_shared/Combination-D_l4PLF_.js";
|
|
13
13
|
import { u as Fe } from "./_shared/index-BC7vfx-u.js";
|
|
14
|
-
import { V as
|
|
15
|
-
import { Check as Qe, X as
|
|
14
|
+
import { V as ko } from "./_shared/index-B1f-hyuh.js";
|
|
15
|
+
import { Check as Qe, X as je, ChevronDown as Me, ChevronUp as To, EyeOff as Mo, Eye as Do } from "lucide-react";
|
|
16
16
|
import { c as P } from "./_shared/utils-eGXXUFl7.js";
|
|
17
|
-
var
|
|
17
|
+
var Ao = [
|
|
18
18
|
"a",
|
|
19
19
|
"button",
|
|
20
20
|
"div",
|
|
@@ -32,14 +32,14 @@ var To = [
|
|
|
32
32
|
"span",
|
|
33
33
|
"svg",
|
|
34
34
|
"ul"
|
|
35
|
-
],
|
|
36
|
-
const t =
|
|
37
|
-
const { asChild: s, ...
|
|
38
|
-
return typeof window < "u" && (window[/* @__PURE__ */ Symbol.for("radix-ui")] = !0), /* @__PURE__ */
|
|
35
|
+
], Oo = Ao.reduce((e, o) => {
|
|
36
|
+
const t = ho(`Primitive.${o}`), r = l.forwardRef((n, i) => {
|
|
37
|
+
const { asChild: s, ...c } = n, d = s ? t : o;
|
|
38
|
+
return typeof window < "u" && (window[/* @__PURE__ */ Symbol.for("radix-ui")] = !0), /* @__PURE__ */ a(d, { ...c, ref: i });
|
|
39
39
|
});
|
|
40
40
|
return r.displayName = `Primitive.${o}`, { ...e, [o]: r };
|
|
41
|
-
}, {}),
|
|
42
|
-
|
|
41
|
+
}, {}), Bo = "Label", et = l.forwardRef((e, o) => /* @__PURE__ */ a(
|
|
42
|
+
Oo.label,
|
|
43
43
|
{
|
|
44
44
|
...e,
|
|
45
45
|
ref: o,
|
|
@@ -48,13 +48,13 @@ var To = [
|
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
));
|
|
51
|
-
et.displayName =
|
|
52
|
-
var
|
|
53
|
-
function
|
|
51
|
+
et.displayName = Bo;
|
|
52
|
+
var Lo = et;
|
|
53
|
+
function pe(e) {
|
|
54
54
|
const o = l.useRef({ value: e, previous: e });
|
|
55
55
|
return l.useMemo(() => (o.current.value !== e && (o.current.previous = o.current.value, o.current.value = e), o.current.previous), [e]);
|
|
56
56
|
}
|
|
57
|
-
var be = "Switch", [
|
|
57
|
+
var be = "Switch", [Vo] = ae(be), [Ho, Ko] = Vo(be), tt = l.forwardRef(
|
|
58
58
|
(e, o) => {
|
|
59
59
|
const {
|
|
60
60
|
__scopeSwitch: t,
|
|
@@ -62,19 +62,19 @@ var be = "Switch", [Oo] = ae(be), [Bo, Lo] = Oo(be), tt = l.forwardRef(
|
|
|
62
62
|
checked: n,
|
|
63
63
|
defaultChecked: i,
|
|
64
64
|
required: s,
|
|
65
|
-
disabled:
|
|
65
|
+
disabled: c,
|
|
66
66
|
value: d = "on",
|
|
67
67
|
onCheckedChange: u,
|
|
68
68
|
form: m,
|
|
69
|
-
...
|
|
70
|
-
} = e, [h, v] = l.useState(null), S =
|
|
69
|
+
...p
|
|
70
|
+
} = e, [h, v] = l.useState(null), S = k(o, (w) => v(w)), f = l.useRef(!1), g = h ? m || !!h.closest("form") : !0, [b, x] = se({
|
|
71
71
|
prop: n,
|
|
72
72
|
defaultProp: i ?? !1,
|
|
73
73
|
onChange: u,
|
|
74
74
|
caller: be
|
|
75
75
|
});
|
|
76
|
-
return /* @__PURE__ */ R(
|
|
77
|
-
/* @__PURE__ */
|
|
76
|
+
return /* @__PURE__ */ R(Ho, { scope: t, checked: b, disabled: c, children: [
|
|
77
|
+
/* @__PURE__ */ a(
|
|
78
78
|
E.button,
|
|
79
79
|
{
|
|
80
80
|
type: "button",
|
|
@@ -82,26 +82,26 @@ var be = "Switch", [Oo] = ae(be), [Bo, Lo] = Oo(be), tt = l.forwardRef(
|
|
|
82
82
|
"aria-checked": b,
|
|
83
83
|
"aria-required": s,
|
|
84
84
|
"data-state": st(b),
|
|
85
|
-
"data-disabled":
|
|
86
|
-
disabled:
|
|
85
|
+
"data-disabled": c ? "" : void 0,
|
|
86
|
+
disabled: c,
|
|
87
87
|
value: d,
|
|
88
|
-
...
|
|
88
|
+
...p,
|
|
89
89
|
ref: S,
|
|
90
90
|
onClick: N(e.onClick, (w) => {
|
|
91
|
-
x((C) => !C), g && (
|
|
91
|
+
x((C) => !C), g && (f.current = w.isPropagationStopped(), f.current || w.stopPropagation());
|
|
92
92
|
})
|
|
93
93
|
}
|
|
94
94
|
),
|
|
95
|
-
g && /* @__PURE__ */
|
|
95
|
+
g && /* @__PURE__ */ a(
|
|
96
96
|
rt,
|
|
97
97
|
{
|
|
98
98
|
control: h,
|
|
99
|
-
bubbles: !
|
|
99
|
+
bubbles: !f.current,
|
|
100
100
|
name: r,
|
|
101
101
|
value: d,
|
|
102
102
|
checked: b,
|
|
103
103
|
required: s,
|
|
104
|
-
disabled:
|
|
104
|
+
disabled: c,
|
|
105
105
|
form: m,
|
|
106
106
|
style: { transform: "translateX(-100%)" }
|
|
107
107
|
}
|
|
@@ -112,8 +112,8 @@ var be = "Switch", [Oo] = ae(be), [Bo, Lo] = Oo(be), tt = l.forwardRef(
|
|
|
112
112
|
tt.displayName = be;
|
|
113
113
|
var ot = "SwitchThumb", nt = l.forwardRef(
|
|
114
114
|
(e, o) => {
|
|
115
|
-
const { __scopeSwitch: t, ...r } = e, n =
|
|
116
|
-
return /* @__PURE__ */
|
|
115
|
+
const { __scopeSwitch: t, ...r } = e, n = Ko(ot, t);
|
|
116
|
+
return /* @__PURE__ */ a(
|
|
117
117
|
E.span,
|
|
118
118
|
{
|
|
119
119
|
"data-state": st(n.checked),
|
|
@@ -125,7 +125,7 @@ var ot = "SwitchThumb", nt = l.forwardRef(
|
|
|
125
125
|
}
|
|
126
126
|
);
|
|
127
127
|
nt.displayName = ot;
|
|
128
|
-
var
|
|
128
|
+
var zo = "SwitchBubbleInput", rt = l.forwardRef(
|
|
129
129
|
({
|
|
130
130
|
__scopeSwitch: e,
|
|
131
131
|
control: o,
|
|
@@ -133,19 +133,19 @@ var Vo = "SwitchBubbleInput", rt = l.forwardRef(
|
|
|
133
133
|
bubbles: r = !0,
|
|
134
134
|
...n
|
|
135
135
|
}, i) => {
|
|
136
|
-
const s = l.useRef(null),
|
|
136
|
+
const s = l.useRef(null), c = k(s, i), d = pe(t), u = Se(o);
|
|
137
137
|
return l.useEffect(() => {
|
|
138
138
|
const m = s.current;
|
|
139
139
|
if (!m) return;
|
|
140
|
-
const
|
|
141
|
-
|
|
140
|
+
const p = window.HTMLInputElement.prototype, v = Object.getOwnPropertyDescriptor(
|
|
141
|
+
p,
|
|
142
142
|
"checked"
|
|
143
143
|
).set;
|
|
144
144
|
if (d !== t && v) {
|
|
145
145
|
const S = new Event("click", { bubbles: r });
|
|
146
146
|
v.call(m, t), m.dispatchEvent(S);
|
|
147
147
|
}
|
|
148
|
-
}, [d, t, r]), /* @__PURE__ */
|
|
148
|
+
}, [d, t, r]), /* @__PURE__ */ a(
|
|
149
149
|
"input",
|
|
150
150
|
{
|
|
151
151
|
type: "checkbox",
|
|
@@ -153,7 +153,7 @@ var Vo = "SwitchBubbleInput", rt = l.forwardRef(
|
|
|
153
153
|
defaultChecked: t,
|
|
154
154
|
...n,
|
|
155
155
|
tabIndex: -1,
|
|
156
|
-
ref:
|
|
156
|
+
ref: c,
|
|
157
157
|
style: {
|
|
158
158
|
...n.style,
|
|
159
159
|
...u,
|
|
@@ -166,61 +166,61 @@ var Vo = "SwitchBubbleInput", rt = l.forwardRef(
|
|
|
166
166
|
);
|
|
167
167
|
}
|
|
168
168
|
);
|
|
169
|
-
rt.displayName =
|
|
169
|
+
rt.displayName = zo;
|
|
170
170
|
function st(e) {
|
|
171
171
|
return e ? "checked" : "unchecked";
|
|
172
172
|
}
|
|
173
|
-
var
|
|
173
|
+
var Fo = tt, $o = nt;
|
|
174
174
|
function he(e, [o, t]) {
|
|
175
175
|
return Math.min(t, Math.max(o, e));
|
|
176
176
|
}
|
|
177
177
|
// @__NO_SIDE_EFFECTS__
|
|
178
|
-
function
|
|
179
|
-
const o = /* @__PURE__ */
|
|
180
|
-
const { children: i, ...s } = r,
|
|
178
|
+
function Uo(e) {
|
|
179
|
+
const o = /* @__PURE__ */ Go(e), t = l.forwardRef((r, n) => {
|
|
180
|
+
const { children: i, ...s } = r, c = l.Children.toArray(i), d = c.find(jo);
|
|
181
181
|
if (d) {
|
|
182
|
-
const u = d.props.children, m =
|
|
183
|
-
return /* @__PURE__ */
|
|
182
|
+
const u = d.props.children, m = c.map((p) => p === d ? l.Children.count(u) > 1 ? l.Children.only(null) : l.isValidElement(u) ? u.props.children : null : p);
|
|
183
|
+
return /* @__PURE__ */ a(o, { ...s, ref: n, children: l.isValidElement(u) ? l.cloneElement(u, void 0, m) : null });
|
|
184
184
|
}
|
|
185
|
-
return /* @__PURE__ */
|
|
185
|
+
return /* @__PURE__ */ a(o, { ...s, ref: n, children: i });
|
|
186
186
|
});
|
|
187
187
|
return t.displayName = `${e}.Slot`, t;
|
|
188
188
|
}
|
|
189
189
|
// @__NO_SIDE_EFFECTS__
|
|
190
|
-
function
|
|
190
|
+
function Go(e) {
|
|
191
191
|
const o = l.forwardRef((t, r) => {
|
|
192
192
|
const { children: n, ...i } = t;
|
|
193
193
|
if (l.isValidElement(n)) {
|
|
194
|
-
const s =
|
|
195
|
-
return n.type !== l.Fragment && (
|
|
194
|
+
const s = Yo(n), c = qo(i, n.props);
|
|
195
|
+
return n.type !== l.Fragment && (c.ref = r ? vo(r, s) : s), l.cloneElement(n, c);
|
|
196
196
|
}
|
|
197
197
|
return l.Children.count(n) > 1 ? l.Children.only(null) : null;
|
|
198
198
|
});
|
|
199
199
|
return o.displayName = `${e}.SlotClone`, o;
|
|
200
200
|
}
|
|
201
|
-
var
|
|
202
|
-
function
|
|
203
|
-
return l.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId ===
|
|
201
|
+
var Wo = /* @__PURE__ */ Symbol("radix.slottable");
|
|
202
|
+
function jo(e) {
|
|
203
|
+
return l.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === Wo;
|
|
204
204
|
}
|
|
205
|
-
function
|
|
205
|
+
function qo(e, o) {
|
|
206
206
|
const t = { ...o };
|
|
207
207
|
for (const r in o) {
|
|
208
208
|
const n = e[r], i = o[r];
|
|
209
|
-
/^on[A-Z]/.test(r) ? n && i ? t[r] = (...
|
|
210
|
-
const d = i(...
|
|
211
|
-
return n(...
|
|
209
|
+
/^on[A-Z]/.test(r) ? n && i ? t[r] = (...c) => {
|
|
210
|
+
const d = i(...c);
|
|
211
|
+
return n(...c), d;
|
|
212
212
|
} : n && (t[r] = n) : r === "style" ? t[r] = { ...n, ...i } : r === "className" && (t[r] = [n, i].filter(Boolean).join(" "));
|
|
213
213
|
}
|
|
214
214
|
return { ...e, ...t };
|
|
215
215
|
}
|
|
216
|
-
function
|
|
216
|
+
function Yo(e) {
|
|
217
217
|
let o = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, t = o && "isReactWarning" in o && o.isReactWarning;
|
|
218
218
|
return t ? e.ref : (o = Object.getOwnPropertyDescriptor(e, "ref")?.get, t = o && "isReactWarning" in o && o.isReactWarning, t ? e.props.ref : e.props.ref || e.ref);
|
|
219
219
|
}
|
|
220
|
-
var
|
|
221
|
-
|
|
220
|
+
var Xo = [" ", "Enter", "ArrowUp", "ArrowDown"], Zo = [" ", "Enter"], oe = "Select", [xe, we, Jo] = Ze(oe), [ce] = ae(oe, [
|
|
221
|
+
Jo,
|
|
222
222
|
Xe
|
|
223
|
-
]), ye = Xe(), [
|
|
223
|
+
]), ye = Xe(), [Qo, J] = ce(oe), [en, tn] = ce(oe), it = (e) => {
|
|
224
224
|
const {
|
|
225
225
|
__scopeSelect: o,
|
|
226
226
|
children: t,
|
|
@@ -228,27 +228,27 @@ var jo = [" ", "Enter", "ArrowUp", "ArrowDown"], qo = [" ", "Enter"], oe = "Sele
|
|
|
228
228
|
defaultOpen: n,
|
|
229
229
|
onOpenChange: i,
|
|
230
230
|
value: s,
|
|
231
|
-
defaultValue:
|
|
231
|
+
defaultValue: c,
|
|
232
232
|
onValueChange: d,
|
|
233
233
|
dir: u,
|
|
234
234
|
name: m,
|
|
235
|
-
autoComplete:
|
|
235
|
+
autoComplete: p,
|
|
236
236
|
disabled: h,
|
|
237
237
|
required: v,
|
|
238
238
|
form: S
|
|
239
|
-
} = e,
|
|
239
|
+
} = e, f = ye(o), [g, b] = l.useState(null), [x, w] = l.useState(null), [C, M] = l.useState(!1), W = ze(u), [D, $] = se({
|
|
240
240
|
prop: r,
|
|
241
241
|
defaultProp: n ?? !1,
|
|
242
242
|
onChange: i,
|
|
243
243
|
caller: oe
|
|
244
244
|
}), [Y, K] = se({
|
|
245
245
|
prop: s,
|
|
246
|
-
defaultProp:
|
|
246
|
+
defaultProp: c,
|
|
247
247
|
onChange: d,
|
|
248
248
|
caller: oe
|
|
249
|
-
}), I = l.useRef(null), L = g ? S || !!g.closest("form") : !0, [
|
|
250
|
-
return /* @__PURE__ */
|
|
251
|
-
|
|
249
|
+
}), I = l.useRef(null), L = g ? S || !!g.closest("form") : !0, [U, G] = l.useState(/* @__PURE__ */ new Set()), z = Array.from(U).map((A) => A.props.value).join(";");
|
|
250
|
+
return /* @__PURE__ */ a(So, { ...f, children: /* @__PURE__ */ R(
|
|
251
|
+
Qo,
|
|
252
252
|
{
|
|
253
253
|
required: v,
|
|
254
254
|
scope: o,
|
|
@@ -262,13 +262,13 @@ var jo = [" ", "Enter", "ArrowUp", "ArrowDown"], qo = [" ", "Enter"], oe = "Sele
|
|
|
262
262
|
value: Y,
|
|
263
263
|
onValueChange: K,
|
|
264
264
|
open: D,
|
|
265
|
-
onOpenChange:
|
|
265
|
+
onOpenChange: $,
|
|
266
266
|
dir: W,
|
|
267
267
|
triggerPointerDownPosRef: I,
|
|
268
268
|
disabled: h,
|
|
269
269
|
children: [
|
|
270
|
-
/* @__PURE__ */
|
|
271
|
-
|
|
270
|
+
/* @__PURE__ */ a(xe.Provider, { scope: o, children: /* @__PURE__ */ a(
|
|
271
|
+
en,
|
|
272
272
|
{
|
|
273
273
|
scope: e.__scopeSelect,
|
|
274
274
|
onNativeOptionAdd: l.useCallback((A) => {
|
|
@@ -284,23 +284,23 @@ var jo = [" ", "Enter", "ArrowUp", "ArrowDown"], qo = [" ", "Enter"], oe = "Sele
|
|
|
284
284
|
}
|
|
285
285
|
) }),
|
|
286
286
|
L ? /* @__PURE__ */ R(
|
|
287
|
-
|
|
287
|
+
kt,
|
|
288
288
|
{
|
|
289
289
|
"aria-hidden": !0,
|
|
290
290
|
required: v,
|
|
291
291
|
tabIndex: -1,
|
|
292
292
|
name: m,
|
|
293
|
-
autoComplete:
|
|
293
|
+
autoComplete: p,
|
|
294
294
|
value: Y,
|
|
295
295
|
onChange: (A) => K(A.target.value),
|
|
296
296
|
disabled: h,
|
|
297
297
|
form: S,
|
|
298
298
|
children: [
|
|
299
|
-
Y === void 0 ? /* @__PURE__ */
|
|
300
|
-
Array.from(
|
|
299
|
+
Y === void 0 ? /* @__PURE__ */ a("option", { value: "" }) : null,
|
|
300
|
+
Array.from(U)
|
|
301
301
|
]
|
|
302
302
|
},
|
|
303
|
-
|
|
303
|
+
z
|
|
304
304
|
) : null
|
|
305
305
|
]
|
|
306
306
|
}
|
|
@@ -309,16 +309,16 @@ var jo = [" ", "Enter", "ArrowUp", "ArrowDown"], qo = [" ", "Enter"], oe = "Sele
|
|
|
309
309
|
it.displayName = oe;
|
|
310
310
|
var at = "SelectTrigger", ct = l.forwardRef(
|
|
311
311
|
(e, o) => {
|
|
312
|
-
const { __scopeSelect: t, disabled: r = !1, ...n } = e, i = ye(t), s = J(at, t),
|
|
313
|
-
const g = u().filter((w) => !w.disabled), b = g.find((w) => w.value === s.value), x =
|
|
312
|
+
const { __scopeSelect: t, disabled: r = !1, ...n } = e, i = ye(t), s = J(at, t), c = s.disabled || r, d = k(o, s.onTriggerChange), u = we(t), m = l.useRef("touch"), [p, h, v] = Mt((f) => {
|
|
313
|
+
const g = u().filter((w) => !w.disabled), b = g.find((w) => w.value === s.value), x = Dt(g, f, b);
|
|
314
314
|
x !== void 0 && s.onValueChange(x.value);
|
|
315
|
-
}), S = (
|
|
316
|
-
|
|
317
|
-
x: Math.round(
|
|
318
|
-
y: Math.round(
|
|
315
|
+
}), S = (f) => {
|
|
316
|
+
c || (s.onOpenChange(!0), v()), f && (s.triggerPointerDownPosRef.current = {
|
|
317
|
+
x: Math.round(f.pageX),
|
|
318
|
+
y: Math.round(f.pageY)
|
|
319
319
|
});
|
|
320
320
|
};
|
|
321
|
-
return /* @__PURE__ */
|
|
321
|
+
return /* @__PURE__ */ a(bo, { asChild: !0, ...i, children: /* @__PURE__ */ a(
|
|
322
322
|
E.button,
|
|
323
323
|
{
|
|
324
324
|
type: "button",
|
|
@@ -329,22 +329,22 @@ var at = "SelectTrigger", ct = l.forwardRef(
|
|
|
329
329
|
"aria-autocomplete": "none",
|
|
330
330
|
dir: s.dir,
|
|
331
331
|
"data-state": s.open ? "open" : "closed",
|
|
332
|
-
disabled:
|
|
333
|
-
"data-disabled":
|
|
334
|
-
"data-placeholder":
|
|
332
|
+
disabled: c,
|
|
333
|
+
"data-disabled": c ? "" : void 0,
|
|
334
|
+
"data-placeholder": Tt(s.value) ? "" : void 0,
|
|
335
335
|
...n,
|
|
336
336
|
ref: d,
|
|
337
|
-
onClick: N(n.onClick, (
|
|
338
|
-
|
|
337
|
+
onClick: N(n.onClick, (f) => {
|
|
338
|
+
f.currentTarget.focus(), m.current !== "mouse" && S(f);
|
|
339
339
|
}),
|
|
340
|
-
onPointerDown: N(n.onPointerDown, (
|
|
341
|
-
m.current =
|
|
342
|
-
const g =
|
|
343
|
-
g.hasPointerCapture(
|
|
340
|
+
onPointerDown: N(n.onPointerDown, (f) => {
|
|
341
|
+
m.current = f.pointerType;
|
|
342
|
+
const g = f.target;
|
|
343
|
+
g.hasPointerCapture(f.pointerId) && g.releasePointerCapture(f.pointerId), f.button === 0 && f.ctrlKey === !1 && f.pointerType === "mouse" && (S(f), f.preventDefault());
|
|
344
344
|
}),
|
|
345
|
-
onKeyDown: N(n.onKeyDown, (
|
|
346
|
-
const g =
|
|
347
|
-
!(
|
|
345
|
+
onKeyDown: N(n.onKeyDown, (f) => {
|
|
346
|
+
const g = p.current !== "";
|
|
347
|
+
!(f.ctrlKey || f.altKey || f.metaKey) && f.key.length === 1 && h(f.key), !(g && f.key === " ") && Xo.includes(f.key) && (S(), f.preventDefault());
|
|
348
348
|
})
|
|
349
349
|
}
|
|
350
350
|
) });
|
|
@@ -353,31 +353,31 @@ var at = "SelectTrigger", ct = l.forwardRef(
|
|
|
353
353
|
ct.displayName = at;
|
|
354
354
|
var lt = "SelectValue", dt = l.forwardRef(
|
|
355
355
|
(e, o) => {
|
|
356
|
-
const { __scopeSelect: t, className: r, style: n, children: i, placeholder: s = "", ...
|
|
356
|
+
const { __scopeSelect: t, className: r, style: n, children: i, placeholder: s = "", ...c } = e, d = J(lt, t), { onValueNodeHasChildrenChange: u } = d, m = i !== void 0, p = k(o, d.onValueNodeChange);
|
|
357
357
|
return Z(() => {
|
|
358
358
|
u(m);
|
|
359
|
-
}, [u, m]), /* @__PURE__ */
|
|
359
|
+
}, [u, m]), /* @__PURE__ */ a(
|
|
360
360
|
E.span,
|
|
361
361
|
{
|
|
362
|
-
...
|
|
363
|
-
ref:
|
|
362
|
+
...c,
|
|
363
|
+
ref: p,
|
|
364
364
|
style: { pointerEvents: "none" },
|
|
365
|
-
children:
|
|
365
|
+
children: Tt(d.value) ? /* @__PURE__ */ a(ve, { children: s }) : i
|
|
366
366
|
}
|
|
367
367
|
);
|
|
368
368
|
}
|
|
369
369
|
);
|
|
370
370
|
dt.displayName = lt;
|
|
371
|
-
var
|
|
371
|
+
var on = "SelectIcon", ut = l.forwardRef(
|
|
372
372
|
(e, o) => {
|
|
373
373
|
const { __scopeSelect: t, children: r, ...n } = e;
|
|
374
|
-
return /* @__PURE__ */
|
|
374
|
+
return /* @__PURE__ */ a(E.span, { "aria-hidden": !0, ...n, ref: o, children: r || "▼" });
|
|
375
375
|
}
|
|
376
376
|
);
|
|
377
|
-
ut.displayName =
|
|
378
|
-
var
|
|
379
|
-
|
|
380
|
-
var ne = "SelectContent",
|
|
377
|
+
ut.displayName = on;
|
|
378
|
+
var nn = "SelectPortal", pt = (e) => /* @__PURE__ */ a(Ro, { asChild: !0, ...e });
|
|
379
|
+
pt.displayName = nn;
|
|
380
|
+
var ne = "SelectContent", ft = l.forwardRef(
|
|
381
381
|
(e, o) => {
|
|
382
382
|
const t = J(ne, e.__scopeSelect), [r, n] = l.useState();
|
|
383
383
|
if (Z(() => {
|
|
@@ -385,15 +385,15 @@ var ne = "SelectContent", pt = l.forwardRef(
|
|
|
385
385
|
}, []), !t.open) {
|
|
386
386
|
const i = r;
|
|
387
387
|
return i ? qe.createPortal(
|
|
388
|
-
/* @__PURE__ */
|
|
388
|
+
/* @__PURE__ */ a(mt, { scope: e.__scopeSelect, children: /* @__PURE__ */ a(xe.Slot, { scope: e.__scopeSelect, children: /* @__PURE__ */ a("div", { children: e.children }) }) }),
|
|
389
389
|
i
|
|
390
390
|
) : null;
|
|
391
391
|
}
|
|
392
|
-
return /* @__PURE__ */
|
|
392
|
+
return /* @__PURE__ */ a(ht, { ...e, ref: o });
|
|
393
393
|
}
|
|
394
394
|
);
|
|
395
|
-
|
|
396
|
-
var q = 10, [mt, Q] = ce(ne),
|
|
395
|
+
ft.displayName = ne;
|
|
396
|
+
var q = 10, [mt, Q] = ce(ne), rn = "SelectContentImpl", sn = /* @__PURE__ */ Uo("SelectContent.RemoveScroll"), ht = l.forwardRef(
|
|
397
397
|
(e, o) => {
|
|
398
398
|
const {
|
|
399
399
|
__scopeSelect: t,
|
|
@@ -403,52 +403,52 @@ var q = 10, [mt, Q] = ce(ne), tn = "SelectContentImpl", on = /* @__PURE__ */ Fo(
|
|
|
403
403
|
onPointerDownOutside: s,
|
|
404
404
|
//
|
|
405
405
|
// PopperContent props
|
|
406
|
-
side:
|
|
406
|
+
side: c,
|
|
407
407
|
sideOffset: d,
|
|
408
408
|
align: u,
|
|
409
409
|
alignOffset: m,
|
|
410
|
-
arrowPadding:
|
|
410
|
+
arrowPadding: p,
|
|
411
411
|
collisionBoundary: h,
|
|
412
412
|
collisionPadding: v,
|
|
413
413
|
sticky: S,
|
|
414
|
-
hideWhenDetached:
|
|
414
|
+
hideWhenDetached: f,
|
|
415
415
|
avoidCollisions: g,
|
|
416
416
|
//
|
|
417
417
|
...b
|
|
418
|
-
} = e, x = J(ne, t), [w, C] = l.useState(null), [M, W] = l.useState(null), D =
|
|
418
|
+
} = e, x = J(ne, t), [w, C] = l.useState(null), [M, W] = l.useState(null), D = k(o, (y) => C(y)), [$, Y] = l.useState(null), [K, I] = l.useState(
|
|
419
419
|
null
|
|
420
|
-
), L = we(t), [
|
|
420
|
+
), L = we(t), [U, G] = l.useState(!1), z = l.useRef(!1);
|
|
421
421
|
l.useEffect(() => {
|
|
422
|
-
if (w) return
|
|
423
|
-
}, [w]),
|
|
422
|
+
if (w) return Po(w);
|
|
423
|
+
}, [w]), Eo();
|
|
424
424
|
const A = l.useCallback(
|
|
425
425
|
(y) => {
|
|
426
|
-
const [O,
|
|
426
|
+
const [O, ...F] = L().map((B) => B.ref.current), [_] = F.slice(-1), T = document.activeElement;
|
|
427
427
|
for (const B of y)
|
|
428
|
-
if (B === T || (B?.scrollIntoView({ block: "nearest" }), B === O && M && (M.scrollTop = 0), B ===
|
|
428
|
+
if (B === T || (B?.scrollIntoView({ block: "nearest" }), B === O && M && (M.scrollTop = 0), B === _ && M && (M.scrollTop = M.scrollHeight), B?.focus(), document.activeElement !== T)) return;
|
|
429
429
|
},
|
|
430
430
|
[L, M]
|
|
431
431
|
), V = l.useCallback(
|
|
432
|
-
() => A([
|
|
433
|
-
[A,
|
|
432
|
+
() => A([$, w]),
|
|
433
|
+
[A, $, w]
|
|
434
434
|
);
|
|
435
435
|
l.useEffect(() => {
|
|
436
|
-
|
|
437
|
-
}, [
|
|
436
|
+
U && V();
|
|
437
|
+
}, [U, V]);
|
|
438
438
|
const { onOpenChange: H, triggerPointerDownPosRef: j } = x;
|
|
439
439
|
l.useEffect(() => {
|
|
440
440
|
if (w) {
|
|
441
441
|
let y = { x: 0, y: 0 };
|
|
442
|
-
const O = (
|
|
442
|
+
const O = (_) => {
|
|
443
443
|
y = {
|
|
444
|
-
x: Math.abs(Math.round(
|
|
445
|
-
y: Math.abs(Math.round(
|
|
444
|
+
x: Math.abs(Math.round(_.pageX) - (j.current?.x ?? 0)),
|
|
445
|
+
y: Math.abs(Math.round(_.pageY) - (j.current?.y ?? 0))
|
|
446
446
|
};
|
|
447
|
-
},
|
|
448
|
-
y.x <= 10 && y.y <= 10 ?
|
|
447
|
+
}, F = (_) => {
|
|
448
|
+
y.x <= 10 && y.y <= 10 ? _.preventDefault() : w.contains(_.target) || H(!1), document.removeEventListener("pointermove", O), j.current = null;
|
|
449
449
|
};
|
|
450
|
-
return j.current !== null && (document.addEventListener("pointermove", O), document.addEventListener("pointerup",
|
|
451
|
-
document.removeEventListener("pointermove", O), document.removeEventListener("pointerup",
|
|
450
|
+
return j.current !== null && (document.addEventListener("pointermove", O), document.addEventListener("pointerup", F, { capture: !0, once: !0 })), () => {
|
|
451
|
+
document.removeEventListener("pointermove", O), document.removeEventListener("pointerup", F, { capture: !0 });
|
|
452
452
|
};
|
|
453
453
|
}
|
|
454
454
|
}, [w, H, j]), l.useEffect(() => {
|
|
@@ -457,34 +457,34 @@ var q = 10, [mt, Q] = ce(ne), tn = "SelectContentImpl", on = /* @__PURE__ */ Fo(
|
|
|
457
457
|
window.removeEventListener("blur", y), window.removeEventListener("resize", y);
|
|
458
458
|
};
|
|
459
459
|
}, [H]);
|
|
460
|
-
const [Pe,
|
|
461
|
-
const O = L().filter((T) => !T.disabled),
|
|
462
|
-
|
|
460
|
+
const [Pe, fe] = Mt((y) => {
|
|
461
|
+
const O = L().filter((T) => !T.disabled), F = O.find((T) => T.ref.current === document.activeElement), _ = Dt(O, y, F);
|
|
462
|
+
_ && setTimeout(() => _.ref.current.focus());
|
|
463
463
|
}), Ee = l.useCallback(
|
|
464
|
-
(y, O,
|
|
465
|
-
const
|
|
466
|
-
(x.value !== void 0 && x.value === O ||
|
|
464
|
+
(y, O, F) => {
|
|
465
|
+
const _ = !z.current && !F;
|
|
466
|
+
(x.value !== void 0 && x.value === O || _) && (Y(y), _ && (z.current = !0));
|
|
467
467
|
},
|
|
468
468
|
[x.value]
|
|
469
469
|
), Ie = l.useCallback(() => w?.focus(), [w]), re = l.useCallback(
|
|
470
|
-
(y, O,
|
|
471
|
-
const
|
|
472
|
-
(x.value !== void 0 && x.value === O ||
|
|
470
|
+
(y, O, F) => {
|
|
471
|
+
const _ = !z.current && !F;
|
|
472
|
+
(x.value !== void 0 && x.value === O || _) && I(y);
|
|
473
473
|
},
|
|
474
474
|
[x.value]
|
|
475
|
-
), me = r === "popper" ?
|
|
476
|
-
side:
|
|
475
|
+
), me = r === "popper" ? De : gt, de = me === De ? {
|
|
476
|
+
side: c,
|
|
477
477
|
sideOffset: d,
|
|
478
478
|
align: u,
|
|
479
479
|
alignOffset: m,
|
|
480
|
-
arrowPadding:
|
|
480
|
+
arrowPadding: p,
|
|
481
481
|
collisionBoundary: h,
|
|
482
482
|
collisionPadding: v,
|
|
483
483
|
sticky: S,
|
|
484
|
-
hideWhenDetached:
|
|
484
|
+
hideWhenDetached: f,
|
|
485
485
|
avoidCollisions: g
|
|
486
486
|
} : {};
|
|
487
|
-
return /* @__PURE__ */
|
|
487
|
+
return /* @__PURE__ */ a(
|
|
488
488
|
mt,
|
|
489
489
|
{
|
|
490
490
|
scope: t,
|
|
@@ -492,16 +492,16 @@ var q = 10, [mt, Q] = ce(ne), tn = "SelectContentImpl", on = /* @__PURE__ */ Fo(
|
|
|
492
492
|
viewport: M,
|
|
493
493
|
onViewportChange: W,
|
|
494
494
|
itemRefCallback: Ee,
|
|
495
|
-
selectedItem:
|
|
495
|
+
selectedItem: $,
|
|
496
496
|
onItemLeave: Ie,
|
|
497
497
|
itemTextRefCallback: re,
|
|
498
498
|
focusSelectedItem: V,
|
|
499
499
|
selectedItemText: K,
|
|
500
500
|
position: r,
|
|
501
|
-
isPositioned:
|
|
501
|
+
isPositioned: U,
|
|
502
502
|
searchRef: Pe,
|
|
503
|
-
children: /* @__PURE__ */
|
|
504
|
-
|
|
503
|
+
children: /* @__PURE__ */ a(Io, { as: sn, allowPinchZoom: !0, children: /* @__PURE__ */ a(
|
|
504
|
+
_o,
|
|
505
505
|
{
|
|
506
506
|
asChild: !0,
|
|
507
507
|
trapped: x.open,
|
|
@@ -511,8 +511,8 @@ var q = 10, [mt, Q] = ce(ne), tn = "SelectContentImpl", on = /* @__PURE__ */ Fo(
|
|
|
511
511
|
onUnmountAutoFocus: N(n, (y) => {
|
|
512
512
|
x.trigger?.focus({ preventScroll: !0 }), y.preventDefault();
|
|
513
513
|
}),
|
|
514
|
-
children: /* @__PURE__ */
|
|
515
|
-
|
|
514
|
+
children: /* @__PURE__ */ a(
|
|
515
|
+
No,
|
|
516
516
|
{
|
|
517
517
|
asChild: !0,
|
|
518
518
|
disableOutsidePointerEvents: !0,
|
|
@@ -520,7 +520,7 @@ var q = 10, [mt, Q] = ce(ne), tn = "SelectContentImpl", on = /* @__PURE__ */ Fo(
|
|
|
520
520
|
onPointerDownOutside: s,
|
|
521
521
|
onFocusOutside: (y) => y.preventDefault(),
|
|
522
522
|
onDismiss: () => x.onOpenChange(!1),
|
|
523
|
-
children: /* @__PURE__ */
|
|
523
|
+
children: /* @__PURE__ */ a(
|
|
524
524
|
me,
|
|
525
525
|
{
|
|
526
526
|
role: "listbox",
|
|
@@ -542,13 +542,13 @@ var q = 10, [mt, Q] = ce(ne), tn = "SelectContentImpl", on = /* @__PURE__ */ Fo(
|
|
|
542
542
|
},
|
|
543
543
|
onKeyDown: N(b.onKeyDown, (y) => {
|
|
544
544
|
const O = y.ctrlKey || y.altKey || y.metaKey;
|
|
545
|
-
if (y.key === "Tab" && y.preventDefault(), !O && y.key.length === 1 &&
|
|
546
|
-
let
|
|
547
|
-
if (["ArrowUp", "End"].includes(y.key) && (
|
|
548
|
-
const T = y.target, B =
|
|
549
|
-
|
|
545
|
+
if (y.key === "Tab" && y.preventDefault(), !O && y.key.length === 1 && fe(y.key), ["ArrowUp", "ArrowDown", "Home", "End"].includes(y.key)) {
|
|
546
|
+
let _ = L().filter((T) => !T.disabled).map((T) => T.ref.current);
|
|
547
|
+
if (["ArrowUp", "End"].includes(y.key) && (_ = _.slice().reverse()), ["ArrowUp", "ArrowDown"].includes(y.key)) {
|
|
548
|
+
const T = y.target, B = _.indexOf(T);
|
|
549
|
+
_ = _.slice(B + 1);
|
|
550
550
|
}
|
|
551
|
-
setTimeout(() => A(
|
|
551
|
+
setTimeout(() => A(_)), y.preventDefault();
|
|
552
552
|
}
|
|
553
553
|
})
|
|
554
554
|
}
|
|
@@ -561,58 +561,58 @@ var q = 10, [mt, Q] = ce(ne), tn = "SelectContentImpl", on = /* @__PURE__ */ Fo(
|
|
|
561
561
|
);
|
|
562
562
|
}
|
|
563
563
|
);
|
|
564
|
-
ht.displayName =
|
|
565
|
-
var
|
|
566
|
-
const { __scopeSelect: t, onPlaced: r, ...n } = e, i = J(ne, t), s = Q(ne, t), [
|
|
567
|
-
if (i.trigger && i.valueNode &&
|
|
568
|
-
const D = i.trigger.getBoundingClientRect(),
|
|
564
|
+
ht.displayName = rn;
|
|
565
|
+
var an = "SelectItemAlignedPosition", gt = l.forwardRef((e, o) => {
|
|
566
|
+
const { __scopeSelect: t, onPlaced: r, ...n } = e, i = J(ne, t), s = Q(ne, t), [c, d] = l.useState(null), [u, m] = l.useState(null), p = k(o, (D) => m(D)), h = we(t), v = l.useRef(!1), S = l.useRef(!0), { viewport: f, selectedItem: g, selectedItemText: b, focusSelectedItem: x } = s, w = l.useCallback(() => {
|
|
567
|
+
if (i.trigger && i.valueNode && c && u && f && g && b) {
|
|
568
|
+
const D = i.trigger.getBoundingClientRect(), $ = u.getBoundingClientRect(), Y = i.valueNode.getBoundingClientRect(), K = b.getBoundingClientRect();
|
|
569
569
|
if (i.dir !== "rtl") {
|
|
570
|
-
const T = K.left -
|
|
570
|
+
const T = K.left - $.left, B = Y.left - T, ee = D.left - B, te = D.width + ee, _e = Math.max(te, $.width), ke = window.innerWidth - q, Te = he(B, [
|
|
571
571
|
q,
|
|
572
572
|
// Prevents the content from going off the starting edge of the
|
|
573
573
|
// viewport. It may still go off the ending edge, but this can be
|
|
574
574
|
// controlled by the user since they may want to manage overflow in a
|
|
575
575
|
// specific way.
|
|
576
576
|
// https://github.com/radix-ui/primitives/issues/2049
|
|
577
|
-
Math.max(q,
|
|
577
|
+
Math.max(q, ke - _e)
|
|
578
578
|
]);
|
|
579
|
-
|
|
579
|
+
c.style.minWidth = te + "px", c.style.left = Te + "px";
|
|
580
580
|
} else {
|
|
581
|
-
const T =
|
|
581
|
+
const T = $.right - K.right, B = window.innerWidth - Y.right - T, ee = window.innerWidth - D.right - B, te = D.width + ee, _e = Math.max(te, $.width), ke = window.innerWidth - q, Te = he(B, [
|
|
582
582
|
q,
|
|
583
|
-
Math.max(q,
|
|
583
|
+
Math.max(q, ke - _e)
|
|
584
584
|
]);
|
|
585
|
-
|
|
585
|
+
c.style.minWidth = te + "px", c.style.right = Te + "px";
|
|
586
586
|
}
|
|
587
|
-
const I = h(), L = window.innerHeight - q * 2,
|
|
587
|
+
const I = h(), L = window.innerHeight - q * 2, U = f.scrollHeight, G = window.getComputedStyle(u), z = parseInt(G.borderTopWidth, 10), A = parseInt(G.paddingTop, 10), V = parseInt(G.borderBottomWidth, 10), H = parseInt(G.paddingBottom, 10), j = z + A + U + H + V, Pe = Math.min(g.offsetHeight * 5, j), fe = window.getComputedStyle(f), Ee = parseInt(fe.paddingTop, 10), Ie = parseInt(fe.paddingBottom, 10), re = D.top + D.height / 2 - q, me = L - re, de = g.offsetHeight / 2, y = g.offsetTop + de, O = z + A + y, F = j - O;
|
|
588
588
|
if (O <= re) {
|
|
589
589
|
const T = I.length > 0 && g === I[I.length - 1].ref.current;
|
|
590
|
-
|
|
591
|
-
const B = u.clientHeight -
|
|
590
|
+
c.style.bottom = "0px";
|
|
591
|
+
const B = u.clientHeight - f.offsetTop - f.offsetHeight, ee = Math.max(
|
|
592
592
|
me,
|
|
593
593
|
de + // viewport might have padding bottom, include it to avoid a scrollable viewport
|
|
594
594
|
(T ? Ie : 0) + B + V
|
|
595
595
|
), te = O + ee;
|
|
596
|
-
|
|
596
|
+
c.style.height = te + "px";
|
|
597
597
|
} else {
|
|
598
598
|
const T = I.length > 0 && g === I[0].ref.current;
|
|
599
|
-
|
|
599
|
+
c.style.top = "0px";
|
|
600
600
|
const ee = Math.max(
|
|
601
601
|
re,
|
|
602
|
-
|
|
602
|
+
z + f.offsetTop + // viewport might have padding top, include it to avoid a scrollable viewport
|
|
603
603
|
(T ? Ee : 0) + de
|
|
604
|
-
) +
|
|
605
|
-
|
|
604
|
+
) + F;
|
|
605
|
+
c.style.height = ee + "px", f.scrollTop = O - re + f.offsetTop;
|
|
606
606
|
}
|
|
607
|
-
|
|
607
|
+
c.style.margin = `${q}px 0`, c.style.minHeight = Pe + "px", c.style.maxHeight = L + "px", r?.(), requestAnimationFrame(() => v.current = !0);
|
|
608
608
|
}
|
|
609
609
|
}, [
|
|
610
610
|
h,
|
|
611
611
|
i.trigger,
|
|
612
612
|
i.valueNode,
|
|
613
|
-
|
|
613
|
+
c,
|
|
614
614
|
u,
|
|
615
|
-
|
|
615
|
+
f,
|
|
616
616
|
g,
|
|
617
617
|
b,
|
|
618
618
|
i.dir,
|
|
@@ -629,14 +629,14 @@ var nn = "SelectItemAlignedPosition", gt = l.forwardRef((e, o) => {
|
|
|
629
629
|
},
|
|
630
630
|
[w, x]
|
|
631
631
|
);
|
|
632
|
-
return /* @__PURE__ */
|
|
633
|
-
|
|
632
|
+
return /* @__PURE__ */ a(
|
|
633
|
+
ln,
|
|
634
634
|
{
|
|
635
635
|
scope: t,
|
|
636
|
-
contentWrapper:
|
|
636
|
+
contentWrapper: c,
|
|
637
637
|
shouldExpandOnScrollRef: v,
|
|
638
638
|
onScrollButtonChange: W,
|
|
639
|
-
children: /* @__PURE__ */
|
|
639
|
+
children: /* @__PURE__ */ a(
|
|
640
640
|
"div",
|
|
641
641
|
{
|
|
642
642
|
ref: d,
|
|
@@ -646,11 +646,11 @@ var nn = "SelectItemAlignedPosition", gt = l.forwardRef((e, o) => {
|
|
|
646
646
|
position: "fixed",
|
|
647
647
|
zIndex: C
|
|
648
648
|
},
|
|
649
|
-
children: /* @__PURE__ */
|
|
649
|
+
children: /* @__PURE__ */ a(
|
|
650
650
|
E.div,
|
|
651
651
|
{
|
|
652
652
|
...n,
|
|
653
|
-
ref:
|
|
653
|
+
ref: p,
|
|
654
654
|
style: {
|
|
655
655
|
// When we get the height of the content, it includes borders. If we were to set
|
|
656
656
|
// the height without having `boxSizing: 'border-box'` it would be too big.
|
|
@@ -666,16 +666,16 @@ var nn = "SelectItemAlignedPosition", gt = l.forwardRef((e, o) => {
|
|
|
666
666
|
}
|
|
667
667
|
);
|
|
668
668
|
});
|
|
669
|
-
gt.displayName =
|
|
670
|
-
var
|
|
669
|
+
gt.displayName = an;
|
|
670
|
+
var cn = "SelectPopperPosition", De = l.forwardRef((e, o) => {
|
|
671
671
|
const {
|
|
672
672
|
__scopeSelect: t,
|
|
673
673
|
align: r = "start",
|
|
674
674
|
collisionPadding: n = q,
|
|
675
675
|
...i
|
|
676
676
|
} = e, s = ye(t);
|
|
677
|
-
return /* @__PURE__ */
|
|
678
|
-
|
|
677
|
+
return /* @__PURE__ */ a(
|
|
678
|
+
xo,
|
|
679
679
|
{
|
|
680
680
|
...s,
|
|
681
681
|
...i,
|
|
@@ -695,12 +695,12 @@ var rn = "SelectPopperPosition", Me = l.forwardRef((e, o) => {
|
|
|
695
695
|
}
|
|
696
696
|
);
|
|
697
697
|
});
|
|
698
|
-
|
|
699
|
-
var [
|
|
698
|
+
De.displayName = cn;
|
|
699
|
+
var [ln, $e] = ce(ne, {}), Ae = "SelectViewport", vt = l.forwardRef(
|
|
700
700
|
(e, o) => {
|
|
701
|
-
const { __scopeSelect: t, nonce: r, ...n } = e, i = Q(
|
|
701
|
+
const { __scopeSelect: t, nonce: r, ...n } = e, i = Q(Ae, t), s = $e(Ae, t), c = k(o, i.onViewportChange), d = l.useRef(0);
|
|
702
702
|
return /* @__PURE__ */ R(ve, { children: [
|
|
703
|
-
/* @__PURE__ */
|
|
703
|
+
/* @__PURE__ */ a(
|
|
704
704
|
"style",
|
|
705
705
|
{
|
|
706
706
|
dangerouslySetInnerHTML: {
|
|
@@ -709,13 +709,13 @@ var [sn, $e] = ce(ne, {}), De = "SelectViewport", vt = l.forwardRef(
|
|
|
709
709
|
nonce: r
|
|
710
710
|
}
|
|
711
711
|
),
|
|
712
|
-
/* @__PURE__ */
|
|
712
|
+
/* @__PURE__ */ a(xe.Slot, { scope: t, children: /* @__PURE__ */ a(
|
|
713
713
|
E.div,
|
|
714
714
|
{
|
|
715
715
|
"data-radix-select-viewport": "",
|
|
716
716
|
role: "presentation",
|
|
717
717
|
...n,
|
|
718
|
-
ref:
|
|
718
|
+
ref: c,
|
|
719
719
|
style: {
|
|
720
720
|
// we use position: 'relative' here on the `viewport` so that when we call
|
|
721
721
|
// `selectedItem.offsetTop` in calculations, the offset is relative to the viewport
|
|
@@ -730,14 +730,14 @@ var [sn, $e] = ce(ne, {}), De = "SelectViewport", vt = l.forwardRef(
|
|
|
730
730
|
...n.style
|
|
731
731
|
},
|
|
732
732
|
onScroll: N(n.onScroll, (u) => {
|
|
733
|
-
const m = u.currentTarget, { contentWrapper:
|
|
734
|
-
if (h?.current &&
|
|
733
|
+
const m = u.currentTarget, { contentWrapper: p, shouldExpandOnScrollRef: h } = s;
|
|
734
|
+
if (h?.current && p) {
|
|
735
735
|
const v = Math.abs(d.current - m.scrollTop);
|
|
736
736
|
if (v > 0) {
|
|
737
|
-
const S = window.innerHeight - q * 2,
|
|
737
|
+
const S = window.innerHeight - q * 2, f = parseFloat(p.style.minHeight), g = parseFloat(p.style.height), b = Math.max(f, g);
|
|
738
738
|
if (b < S) {
|
|
739
739
|
const x = b + v, w = Math.min(S, x), C = x - w;
|
|
740
|
-
|
|
740
|
+
p.style.height = w + "px", p.style.bottom === "0px" && (m.scrollTop = C > 0 ? C : 0, p.style.justifyContent = "flex-end");
|
|
741
741
|
}
|
|
742
742
|
}
|
|
743
743
|
}
|
|
@@ -748,22 +748,22 @@ var [sn, $e] = ce(ne, {}), De = "SelectViewport", vt = l.forwardRef(
|
|
|
748
748
|
] });
|
|
749
749
|
}
|
|
750
750
|
);
|
|
751
|
-
vt.displayName =
|
|
752
|
-
var St = "SelectGroup", [
|
|
751
|
+
vt.displayName = Ae;
|
|
752
|
+
var St = "SelectGroup", [dn, un] = ce(St), bt = l.forwardRef(
|
|
753
753
|
(e, o) => {
|
|
754
754
|
const { __scopeSelect: t, ...r } = e, n = Fe();
|
|
755
|
-
return /* @__PURE__ */
|
|
755
|
+
return /* @__PURE__ */ a(dn, { scope: t, id: n, children: /* @__PURE__ */ a(E.div, { role: "group", "aria-labelledby": n, ...r, ref: o }) });
|
|
756
756
|
}
|
|
757
757
|
);
|
|
758
758
|
bt.displayName = St;
|
|
759
759
|
var xt = "SelectLabel", wt = l.forwardRef(
|
|
760
760
|
(e, o) => {
|
|
761
|
-
const { __scopeSelect: t, ...r } = e, n =
|
|
762
|
-
return /* @__PURE__ */
|
|
761
|
+
const { __scopeSelect: t, ...r } = e, n = un(xt, t);
|
|
762
|
+
return /* @__PURE__ */ a(E.div, { id: n.id, ...r, ref: o });
|
|
763
763
|
}
|
|
764
764
|
);
|
|
765
765
|
wt.displayName = xt;
|
|
766
|
-
var ge = "SelectItem", [
|
|
766
|
+
var ge = "SelectItem", [pn, yt] = ce(ge), Ct = l.forwardRef(
|
|
767
767
|
(e, o) => {
|
|
768
768
|
const {
|
|
769
769
|
__scopeSelect: t,
|
|
@@ -771,39 +771,39 @@ var ge = "SelectItem", [ln, yt] = ce(ge), Ct = l.forwardRef(
|
|
|
771
771
|
disabled: n = !1,
|
|
772
772
|
textValue: i,
|
|
773
773
|
...s
|
|
774
|
-
} = e,
|
|
774
|
+
} = e, c = J(ge, t), d = Q(ge, t), u = c.value === r, [m, p] = l.useState(i ?? ""), [h, v] = l.useState(!1), S = k(
|
|
775
775
|
o,
|
|
776
776
|
(x) => d.itemRefCallback?.(x, r, n)
|
|
777
|
-
),
|
|
778
|
-
n || (
|
|
777
|
+
), f = Fe(), g = l.useRef("touch"), b = () => {
|
|
778
|
+
n || (c.onValueChange(r), c.onOpenChange(!1));
|
|
779
779
|
};
|
|
780
780
|
if (r === "")
|
|
781
781
|
throw new Error(
|
|
782
782
|
"A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder."
|
|
783
783
|
);
|
|
784
|
-
return /* @__PURE__ */
|
|
785
|
-
|
|
784
|
+
return /* @__PURE__ */ a(
|
|
785
|
+
pn,
|
|
786
786
|
{
|
|
787
787
|
scope: t,
|
|
788
788
|
value: r,
|
|
789
789
|
disabled: n,
|
|
790
|
-
textId:
|
|
790
|
+
textId: f,
|
|
791
791
|
isSelected: u,
|
|
792
792
|
onItemTextChange: l.useCallback((x) => {
|
|
793
|
-
|
|
793
|
+
p((w) => w || (x?.textContent ?? "").trim());
|
|
794
794
|
}, []),
|
|
795
|
-
children: /* @__PURE__ */
|
|
795
|
+
children: /* @__PURE__ */ a(
|
|
796
796
|
xe.ItemSlot,
|
|
797
797
|
{
|
|
798
798
|
scope: t,
|
|
799
799
|
value: r,
|
|
800
800
|
disabled: n,
|
|
801
801
|
textValue: m,
|
|
802
|
-
children: /* @__PURE__ */
|
|
802
|
+
children: /* @__PURE__ */ a(
|
|
803
803
|
E.div,
|
|
804
804
|
{
|
|
805
805
|
role: "option",
|
|
806
|
-
"aria-labelledby":
|
|
806
|
+
"aria-labelledby": f,
|
|
807
807
|
"data-highlighted": h ? "" : void 0,
|
|
808
808
|
"aria-selected": u && h,
|
|
809
809
|
"data-state": u ? "checked" : "unchecked",
|
|
@@ -830,7 +830,7 @@ var ge = "SelectItem", [ln, yt] = ce(ge), Ct = l.forwardRef(
|
|
|
830
830
|
x.currentTarget === document.activeElement && d.onItemLeave?.();
|
|
831
831
|
}),
|
|
832
832
|
onKeyDown: N(s.onKeyDown, (x) => {
|
|
833
|
-
d.searchRef?.current !== "" && x.key === " " || (
|
|
833
|
+
d.searchRef?.current !== "" && x.key === " " || (Zo.includes(x.key) && b(), x.key === " " && x.preventDefault());
|
|
834
834
|
})
|
|
835
835
|
}
|
|
836
836
|
)
|
|
@@ -843,17 +843,17 @@ var ge = "SelectItem", [ln, yt] = ce(ge), Ct = l.forwardRef(
|
|
|
843
843
|
Ct.displayName = ge;
|
|
844
844
|
var ue = "SelectItemText", Rt = l.forwardRef(
|
|
845
845
|
(e, o) => {
|
|
846
|
-
const { __scopeSelect: t, className: r, style: n, ...i } = e, s = J(ue, t),
|
|
846
|
+
const { __scopeSelect: t, className: r, style: n, ...i } = e, s = J(ue, t), c = Q(ue, t), d = yt(ue, t), u = tn(ue, t), [m, p] = l.useState(null), h = k(
|
|
847
847
|
o,
|
|
848
|
-
(b) =>
|
|
848
|
+
(b) => p(b),
|
|
849
849
|
d.onItemTextChange,
|
|
850
|
-
(b) =>
|
|
850
|
+
(b) => c.itemTextRefCallback?.(b, d.value, d.disabled)
|
|
851
851
|
), v = m?.textContent, S = l.useMemo(
|
|
852
|
-
() => /* @__PURE__ */
|
|
852
|
+
() => /* @__PURE__ */ a("option", { value: d.value, disabled: d.disabled, children: v }, d.value),
|
|
853
853
|
[d.disabled, d.value, v]
|
|
854
|
-
), { onNativeOptionAdd:
|
|
855
|
-
return Z(() => (
|
|
856
|
-
/* @__PURE__ */
|
|
854
|
+
), { onNativeOptionAdd: f, onNativeOptionRemove: g } = u;
|
|
855
|
+
return Z(() => (f(S), () => g(S)), [f, g, S]), /* @__PURE__ */ R(ve, { children: [
|
|
856
|
+
/* @__PURE__ */ a(E.span, { id: d.textId, ...i, ref: h }),
|
|
857
857
|
d.isSelected && s.valueNode && !s.valueNodeHasChildren ? qe.createPortal(i.children, s.valueNode) : null
|
|
858
858
|
] });
|
|
859
859
|
}
|
|
@@ -862,65 +862,65 @@ Rt.displayName = ue;
|
|
|
862
862
|
var Nt = "SelectItemIndicator", Pt = l.forwardRef(
|
|
863
863
|
(e, o) => {
|
|
864
864
|
const { __scopeSelect: t, ...r } = e;
|
|
865
|
-
return yt(Nt, t).isSelected ? /* @__PURE__ */
|
|
865
|
+
return yt(Nt, t).isSelected ? /* @__PURE__ */ a(E.span, { "aria-hidden": !0, ...r, ref: o }) : null;
|
|
866
866
|
}
|
|
867
867
|
);
|
|
868
868
|
Pt.displayName = Nt;
|
|
869
|
-
var
|
|
870
|
-
const t = Q(
|
|
869
|
+
var Oe = "SelectScrollUpButton", Et = l.forwardRef((e, o) => {
|
|
870
|
+
const t = Q(Oe, e.__scopeSelect), r = $e(Oe, e.__scopeSelect), [n, i] = l.useState(!1), s = k(o, r.onScrollButtonChange);
|
|
871
871
|
return Z(() => {
|
|
872
872
|
if (t.viewport && t.isPositioned) {
|
|
873
|
-
let
|
|
873
|
+
let c = function() {
|
|
874
874
|
const u = d.scrollTop > 0;
|
|
875
875
|
i(u);
|
|
876
876
|
};
|
|
877
877
|
const d = t.viewport;
|
|
878
|
-
return
|
|
878
|
+
return c(), d.addEventListener("scroll", c), () => d.removeEventListener("scroll", c);
|
|
879
879
|
}
|
|
880
|
-
}, [t.viewport, t.isPositioned]), n ? /* @__PURE__ */
|
|
881
|
-
|
|
880
|
+
}, [t.viewport, t.isPositioned]), n ? /* @__PURE__ */ a(
|
|
881
|
+
_t,
|
|
882
882
|
{
|
|
883
883
|
...e,
|
|
884
884
|
ref: s,
|
|
885
885
|
onAutoScroll: () => {
|
|
886
|
-
const { viewport:
|
|
887
|
-
|
|
886
|
+
const { viewport: c, selectedItem: d } = t;
|
|
887
|
+
c && d && (c.scrollTop = c.scrollTop - d.offsetHeight);
|
|
888
888
|
}
|
|
889
889
|
}
|
|
890
890
|
) : null;
|
|
891
891
|
});
|
|
892
|
-
|
|
893
|
-
var
|
|
894
|
-
const t = Q(
|
|
892
|
+
Et.displayName = Oe;
|
|
893
|
+
var Be = "SelectScrollDownButton", It = l.forwardRef((e, o) => {
|
|
894
|
+
const t = Q(Be, e.__scopeSelect), r = $e(Be, e.__scopeSelect), [n, i] = l.useState(!1), s = k(o, r.onScrollButtonChange);
|
|
895
895
|
return Z(() => {
|
|
896
896
|
if (t.viewport && t.isPositioned) {
|
|
897
|
-
let
|
|
897
|
+
let c = function() {
|
|
898
898
|
const u = d.scrollHeight - d.clientHeight, m = Math.ceil(d.scrollTop) < u;
|
|
899
899
|
i(m);
|
|
900
900
|
};
|
|
901
901
|
const d = t.viewport;
|
|
902
|
-
return
|
|
902
|
+
return c(), d.addEventListener("scroll", c), () => d.removeEventListener("scroll", c);
|
|
903
903
|
}
|
|
904
|
-
}, [t.viewport, t.isPositioned]), n ? /* @__PURE__ */
|
|
905
|
-
|
|
904
|
+
}, [t.viewport, t.isPositioned]), n ? /* @__PURE__ */ a(
|
|
905
|
+
_t,
|
|
906
906
|
{
|
|
907
907
|
...e,
|
|
908
908
|
ref: s,
|
|
909
909
|
onAutoScroll: () => {
|
|
910
|
-
const { viewport:
|
|
911
|
-
|
|
910
|
+
const { viewport: c, selectedItem: d } = t;
|
|
911
|
+
c && d && (c.scrollTop = c.scrollTop + d.offsetHeight);
|
|
912
912
|
}
|
|
913
913
|
}
|
|
914
914
|
) : null;
|
|
915
915
|
});
|
|
916
|
-
|
|
917
|
-
var
|
|
918
|
-
const { __scopeSelect: t, onAutoScroll: r, ...n } = e, i = Q("SelectScrollButton", t), s = l.useRef(null),
|
|
916
|
+
It.displayName = Be;
|
|
917
|
+
var _t = l.forwardRef((e, o) => {
|
|
918
|
+
const { __scopeSelect: t, onAutoScroll: r, ...n } = e, i = Q("SelectScrollButton", t), s = l.useRef(null), c = we(t), d = l.useCallback(() => {
|
|
919
919
|
s.current !== null && (window.clearInterval(s.current), s.current = null);
|
|
920
920
|
}, []);
|
|
921
921
|
return l.useEffect(() => () => d(), [d]), Z(() => {
|
|
922
|
-
|
|
923
|
-
}, [
|
|
922
|
+
c().find((m) => m.ref.current === document.activeElement)?.ref.current?.scrollIntoView({ block: "nearest" });
|
|
923
|
+
}, [c]), /* @__PURE__ */ a(
|
|
924
924
|
E.div,
|
|
925
925
|
{
|
|
926
926
|
"aria-hidden": !0,
|
|
@@ -938,56 +938,56 @@ var Et = l.forwardRef((e, o) => {
|
|
|
938
938
|
})
|
|
939
939
|
}
|
|
940
940
|
);
|
|
941
|
-
}), fn = "SelectSeparator",
|
|
941
|
+
}), fn = "SelectSeparator", mn = l.forwardRef(
|
|
942
942
|
(e, o) => {
|
|
943
943
|
const { __scopeSelect: t, ...r } = e;
|
|
944
|
-
return /* @__PURE__ */
|
|
944
|
+
return /* @__PURE__ */ a(E.div, { "aria-hidden": !0, ...r, ref: o });
|
|
945
945
|
}
|
|
946
946
|
);
|
|
947
|
-
|
|
948
|
-
var
|
|
947
|
+
mn.displayName = fn;
|
|
948
|
+
var Le = "SelectArrow", hn = l.forwardRef(
|
|
949
949
|
(e, o) => {
|
|
950
|
-
const { __scopeSelect: t, ...r } = e, n = ye(t), i = J(
|
|
951
|
-
return i.open && s.position === "popper" ? /* @__PURE__ */
|
|
950
|
+
const { __scopeSelect: t, ...r } = e, n = ye(t), i = J(Le, t), s = Q(Le, t);
|
|
951
|
+
return i.open && s.position === "popper" ? /* @__PURE__ */ a(wo, { ...n, ...r, ref: o }) : null;
|
|
952
952
|
}
|
|
953
953
|
);
|
|
954
|
-
|
|
955
|
-
var
|
|
954
|
+
hn.displayName = Le;
|
|
955
|
+
var gn = "SelectBubbleInput", kt = l.forwardRef(
|
|
956
956
|
({ __scopeSelect: e, value: o, ...t }, r) => {
|
|
957
|
-
const n = l.useRef(null), i =
|
|
957
|
+
const n = l.useRef(null), i = k(r, n), s = pe(o);
|
|
958
958
|
return l.useEffect(() => {
|
|
959
|
-
const
|
|
960
|
-
if (!
|
|
959
|
+
const c = n.current;
|
|
960
|
+
if (!c) return;
|
|
961
961
|
const d = window.HTMLSelectElement.prototype, m = Object.getOwnPropertyDescriptor(
|
|
962
962
|
d,
|
|
963
963
|
"value"
|
|
964
964
|
).set;
|
|
965
965
|
if (s !== o && m) {
|
|
966
|
-
const
|
|
967
|
-
m.call(
|
|
966
|
+
const p = new Event("change", { bubbles: !0 });
|
|
967
|
+
m.call(c, o), c.dispatchEvent(p);
|
|
968
968
|
}
|
|
969
|
-
}, [s, o]), /* @__PURE__ */
|
|
969
|
+
}, [s, o]), /* @__PURE__ */ a(
|
|
970
970
|
E.select,
|
|
971
971
|
{
|
|
972
972
|
...t,
|
|
973
|
-
style: { ...
|
|
973
|
+
style: { ...ko, ...t.style },
|
|
974
974
|
ref: i,
|
|
975
975
|
defaultValue: o
|
|
976
976
|
}
|
|
977
977
|
);
|
|
978
978
|
}
|
|
979
979
|
);
|
|
980
|
-
|
|
981
|
-
function
|
|
980
|
+
kt.displayName = gn;
|
|
981
|
+
function Tt(e) {
|
|
982
982
|
return e === "" || e === void 0;
|
|
983
983
|
}
|
|
984
|
-
function
|
|
985
|
-
const o =
|
|
984
|
+
function Mt(e) {
|
|
985
|
+
const o = go(e), t = l.useRef(""), r = l.useRef(0), n = l.useCallback(
|
|
986
986
|
(s) => {
|
|
987
|
-
const
|
|
988
|
-
o(
|
|
987
|
+
const c = t.current + s;
|
|
988
|
+
o(c), (function d(u) {
|
|
989
989
|
t.current = u, window.clearTimeout(r.current), u !== "" && (r.current = window.setTimeout(() => d(""), 1e3));
|
|
990
|
-
})(
|
|
990
|
+
})(c);
|
|
991
991
|
},
|
|
992
992
|
[o]
|
|
993
993
|
), i = l.useCallback(() => {
|
|
@@ -995,20 +995,20 @@ function _t(e) {
|
|
|
995
995
|
}, []);
|
|
996
996
|
return l.useEffect(() => () => window.clearTimeout(r.current), []), [t, n, i];
|
|
997
997
|
}
|
|
998
|
-
function
|
|
998
|
+
function Dt(e, o, t) {
|
|
999
999
|
const n = o.length > 1 && Array.from(o).every((u) => u === o[0]) ? o[0] : o, i = t ? e.indexOf(t) : -1;
|
|
1000
|
-
let s =
|
|
1000
|
+
let s = vn(e, Math.max(i, 0));
|
|
1001
1001
|
n.length === 1 && (s = s.filter((u) => u !== t));
|
|
1002
1002
|
const d = s.find(
|
|
1003
1003
|
(u) => u.textValue.toLowerCase().startsWith(n.toLowerCase())
|
|
1004
1004
|
);
|
|
1005
1005
|
return d !== t ? d : void 0;
|
|
1006
1006
|
}
|
|
1007
|
-
function
|
|
1007
|
+
function vn(e, o) {
|
|
1008
1008
|
return e.map((t, r) => e[(o + r) % e.length]);
|
|
1009
1009
|
}
|
|
1010
|
-
var
|
|
1011
|
-
function
|
|
1010
|
+
var Sn = it, bn = ct, xn = dt, wn = ut, yn = pt, Cn = ft, Rn = vt, Nn = bt, Pn = wt, En = Ct, In = Rt, _n = Pt, kn = Et, Tn = It, Ce = "Checkbox", [Mn] = ae(Ce), [Dn, Ue] = Mn(Ce);
|
|
1011
|
+
function An(e) {
|
|
1012
1012
|
const {
|
|
1013
1013
|
__scopeCheckbox: o,
|
|
1014
1014
|
checked: t,
|
|
@@ -1016,18 +1016,18 @@ function Tn(e) {
|
|
|
1016
1016
|
defaultChecked: n,
|
|
1017
1017
|
disabled: i,
|
|
1018
1018
|
form: s,
|
|
1019
|
-
name:
|
|
1019
|
+
name: c,
|
|
1020
1020
|
onCheckedChange: d,
|
|
1021
1021
|
required: u,
|
|
1022
1022
|
value: m = "on",
|
|
1023
1023
|
// @ts-expect-error
|
|
1024
|
-
internal_do_not_use_render:
|
|
1024
|
+
internal_do_not_use_render: p
|
|
1025
1025
|
} = e, [h, v] = se({
|
|
1026
1026
|
prop: t,
|
|
1027
1027
|
defaultProp: n ?? !1,
|
|
1028
1028
|
onChange: d,
|
|
1029
1029
|
caller: Ce
|
|
1030
|
-
}), [S,
|
|
1030
|
+
}), [S, f] = l.useState(null), [g, b] = l.useState(null), x = l.useRef(!1), w = S ? !!s || !!S.closest("form") : (
|
|
1031
1031
|
// We set this to true by default so that events bubble to forms without JS (SSR)
|
|
1032
1032
|
!0
|
|
1033
1033
|
), C = {
|
|
@@ -1035,8 +1035,8 @@ function Tn(e) {
|
|
|
1035
1035
|
disabled: i,
|
|
1036
1036
|
setChecked: v,
|
|
1037
1037
|
control: S,
|
|
1038
|
-
setControl:
|
|
1039
|
-
name:
|
|
1038
|
+
setControl: f,
|
|
1039
|
+
name: c,
|
|
1040
1040
|
form: s,
|
|
1041
1041
|
value: m,
|
|
1042
1042
|
hasConsumerStoppedPropagationRef: x,
|
|
@@ -1046,60 +1046,60 @@ function Tn(e) {
|
|
|
1046
1046
|
bubbleInput: g,
|
|
1047
1047
|
setBubbleInput: b
|
|
1048
1048
|
};
|
|
1049
|
-
return /* @__PURE__ */
|
|
1050
|
-
|
|
1049
|
+
return /* @__PURE__ */ a(
|
|
1050
|
+
Dn,
|
|
1051
1051
|
{
|
|
1052
1052
|
scope: o,
|
|
1053
1053
|
...C,
|
|
1054
|
-
children:
|
|
1054
|
+
children: On(p) ? p(C) : r
|
|
1055
1055
|
}
|
|
1056
1056
|
);
|
|
1057
1057
|
}
|
|
1058
|
-
var
|
|
1058
|
+
var At = "CheckboxTrigger", Ot = l.forwardRef(
|
|
1059
1059
|
({ __scopeCheckbox: e, onKeyDown: o, onClick: t, ...r }, n) => {
|
|
1060
1060
|
const {
|
|
1061
1061
|
control: i,
|
|
1062
1062
|
value: s,
|
|
1063
|
-
disabled:
|
|
1063
|
+
disabled: c,
|
|
1064
1064
|
checked: d,
|
|
1065
1065
|
required: u,
|
|
1066
1066
|
setControl: m,
|
|
1067
|
-
setChecked:
|
|
1067
|
+
setChecked: p,
|
|
1068
1068
|
hasConsumerStoppedPropagationRef: h,
|
|
1069
1069
|
isFormControl: v,
|
|
1070
1070
|
bubbleInput: S
|
|
1071
|
-
} = Ue(
|
|
1071
|
+
} = Ue(At, e), f = k(n, m), g = l.useRef(d);
|
|
1072
1072
|
return l.useEffect(() => {
|
|
1073
1073
|
const b = i?.form;
|
|
1074
1074
|
if (b) {
|
|
1075
|
-
const x = () =>
|
|
1075
|
+
const x = () => p(g.current);
|
|
1076
1076
|
return b.addEventListener("reset", x), () => b.removeEventListener("reset", x);
|
|
1077
1077
|
}
|
|
1078
|
-
}, [i,
|
|
1078
|
+
}, [i, p]), /* @__PURE__ */ a(
|
|
1079
1079
|
E.button,
|
|
1080
1080
|
{
|
|
1081
1081
|
type: "button",
|
|
1082
1082
|
role: "checkbox",
|
|
1083
1083
|
"aria-checked": X(d) ? "mixed" : d,
|
|
1084
1084
|
"aria-required": u,
|
|
1085
|
-
"data-state":
|
|
1086
|
-
"data-disabled":
|
|
1087
|
-
disabled:
|
|
1085
|
+
"data-state": zt(d),
|
|
1086
|
+
"data-disabled": c ? "" : void 0,
|
|
1087
|
+
disabled: c,
|
|
1088
1088
|
value: s,
|
|
1089
1089
|
...r,
|
|
1090
|
-
ref:
|
|
1090
|
+
ref: f,
|
|
1091
1091
|
onKeyDown: N(o, (b) => {
|
|
1092
1092
|
b.key === "Enter" && b.preventDefault();
|
|
1093
1093
|
}),
|
|
1094
1094
|
onClick: N(t, (b) => {
|
|
1095
|
-
|
|
1095
|
+
p((x) => X(x) ? !0 : !x), S && v && (h.current = b.isPropagationStopped(), h.current || b.stopPropagation());
|
|
1096
1096
|
})
|
|
1097
1097
|
}
|
|
1098
1098
|
);
|
|
1099
1099
|
}
|
|
1100
1100
|
);
|
|
1101
|
-
|
|
1102
|
-
var
|
|
1101
|
+
Ot.displayName = At;
|
|
1102
|
+
var Bt = l.forwardRef(
|
|
1103
1103
|
(e, o) => {
|
|
1104
1104
|
const {
|
|
1105
1105
|
__scopeCheckbox: t,
|
|
@@ -1107,35 +1107,35 @@ var At = l.forwardRef(
|
|
|
1107
1107
|
checked: n,
|
|
1108
1108
|
defaultChecked: i,
|
|
1109
1109
|
required: s,
|
|
1110
|
-
disabled:
|
|
1110
|
+
disabled: c,
|
|
1111
1111
|
value: d,
|
|
1112
1112
|
onCheckedChange: u,
|
|
1113
1113
|
form: m,
|
|
1114
|
-
...
|
|
1114
|
+
...p
|
|
1115
1115
|
} = e;
|
|
1116
|
-
return /* @__PURE__ */
|
|
1117
|
-
|
|
1116
|
+
return /* @__PURE__ */ a(
|
|
1117
|
+
An,
|
|
1118
1118
|
{
|
|
1119
1119
|
__scopeCheckbox: t,
|
|
1120
1120
|
checked: n,
|
|
1121
1121
|
defaultChecked: i,
|
|
1122
|
-
disabled:
|
|
1122
|
+
disabled: c,
|
|
1123
1123
|
required: s,
|
|
1124
1124
|
onCheckedChange: u,
|
|
1125
1125
|
name: r,
|
|
1126
1126
|
form: m,
|
|
1127
1127
|
value: d,
|
|
1128
1128
|
internal_do_not_use_render: ({ isFormControl: h }) => /* @__PURE__ */ R(ve, { children: [
|
|
1129
|
-
/* @__PURE__ */
|
|
1130
|
-
|
|
1129
|
+
/* @__PURE__ */ a(
|
|
1130
|
+
Ot,
|
|
1131
1131
|
{
|
|
1132
|
-
...
|
|
1132
|
+
...p,
|
|
1133
1133
|
ref: o,
|
|
1134
1134
|
__scopeCheckbox: t
|
|
1135
1135
|
}
|
|
1136
1136
|
),
|
|
1137
|
-
h && /* @__PURE__ */
|
|
1138
|
-
|
|
1137
|
+
h && /* @__PURE__ */ a(
|
|
1138
|
+
Kt,
|
|
1139
1139
|
{
|
|
1140
1140
|
__scopeCheckbox: t
|
|
1141
1141
|
}
|
|
@@ -1145,18 +1145,18 @@ var At = l.forwardRef(
|
|
|
1145
1145
|
);
|
|
1146
1146
|
}
|
|
1147
1147
|
);
|
|
1148
|
-
|
|
1149
|
-
var
|
|
1148
|
+
Bt.displayName = Ce;
|
|
1149
|
+
var Lt = "CheckboxIndicator", Vt = l.forwardRef(
|
|
1150
1150
|
(e, o) => {
|
|
1151
|
-
const { __scopeCheckbox: t, forceMount: r, ...n } = e, i = Ue(
|
|
1152
|
-
return /* @__PURE__ */
|
|
1151
|
+
const { __scopeCheckbox: t, forceMount: r, ...n } = e, i = Ue(Lt, t);
|
|
1152
|
+
return /* @__PURE__ */ a(
|
|
1153
1153
|
Ye,
|
|
1154
1154
|
{
|
|
1155
1155
|
present: r || X(i.checked) || i.checked === !0,
|
|
1156
|
-
children: /* @__PURE__ */
|
|
1156
|
+
children: /* @__PURE__ */ a(
|
|
1157
1157
|
E.span,
|
|
1158
1158
|
{
|
|
1159
|
-
"data-state":
|
|
1159
|
+
"data-state": zt(i.checked),
|
|
1160
1160
|
"data-disabled": i.disabled ? "" : void 0,
|
|
1161
1161
|
...n,
|
|
1162
1162
|
ref: o,
|
|
@@ -1167,22 +1167,22 @@ var Ot = "CheckboxIndicator", Bt = l.forwardRef(
|
|
|
1167
1167
|
);
|
|
1168
1168
|
}
|
|
1169
1169
|
);
|
|
1170
|
-
|
|
1171
|
-
var
|
|
1170
|
+
Vt.displayName = Lt;
|
|
1171
|
+
var Ht = "CheckboxBubbleInput", Kt = l.forwardRef(
|
|
1172
1172
|
({ __scopeCheckbox: e, ...o }, t) => {
|
|
1173
1173
|
const {
|
|
1174
1174
|
control: r,
|
|
1175
1175
|
hasConsumerStoppedPropagationRef: n,
|
|
1176
1176
|
checked: i,
|
|
1177
1177
|
defaultChecked: s,
|
|
1178
|
-
required:
|
|
1178
|
+
required: c,
|
|
1179
1179
|
disabled: d,
|
|
1180
1180
|
name: u,
|
|
1181
1181
|
value: m,
|
|
1182
|
-
form:
|
|
1182
|
+
form: p,
|
|
1183
1183
|
bubbleInput: h,
|
|
1184
1184
|
setBubbleInput: v
|
|
1185
|
-
} = Ue(
|
|
1185
|
+
} = Ue(Ht, e), S = k(t, v), f = pe(i), g = Se(r);
|
|
1186
1186
|
l.useEffect(() => {
|
|
1187
1187
|
const x = h;
|
|
1188
1188
|
if (!x) return;
|
|
@@ -1190,23 +1190,23 @@ var Lt = "CheckboxBubbleInput", Vt = l.forwardRef(
|
|
|
1190
1190
|
w,
|
|
1191
1191
|
"checked"
|
|
1192
1192
|
).set, W = !n.current;
|
|
1193
|
-
if (
|
|
1193
|
+
if (f !== i && M) {
|
|
1194
1194
|
const D = new Event("click", { bubbles: W });
|
|
1195
1195
|
x.indeterminate = X(i), M.call(x, X(i) ? !1 : i), x.dispatchEvent(D);
|
|
1196
1196
|
}
|
|
1197
|
-
}, [h,
|
|
1197
|
+
}, [h, f, i, n]);
|
|
1198
1198
|
const b = l.useRef(X(i) ? !1 : i);
|
|
1199
|
-
return /* @__PURE__ */
|
|
1199
|
+
return /* @__PURE__ */ a(
|
|
1200
1200
|
E.input,
|
|
1201
1201
|
{
|
|
1202
1202
|
type: "checkbox",
|
|
1203
1203
|
"aria-hidden": !0,
|
|
1204
1204
|
defaultChecked: s ?? b.current,
|
|
1205
|
-
required:
|
|
1205
|
+
required: c,
|
|
1206
1206
|
disabled: d,
|
|
1207
1207
|
name: u,
|
|
1208
1208
|
value: m,
|
|
1209
|
-
form:
|
|
1209
|
+
form: p,
|
|
1210
1210
|
...o,
|
|
1211
1211
|
tabIndex: -1,
|
|
1212
1212
|
ref: S,
|
|
@@ -1226,17 +1226,17 @@ var Lt = "CheckboxBubbleInput", Vt = l.forwardRef(
|
|
|
1226
1226
|
);
|
|
1227
1227
|
}
|
|
1228
1228
|
);
|
|
1229
|
-
|
|
1230
|
-
function
|
|
1229
|
+
Kt.displayName = Ht;
|
|
1230
|
+
function On(e) {
|
|
1231
1231
|
return typeof e == "function";
|
|
1232
1232
|
}
|
|
1233
1233
|
function X(e) {
|
|
1234
1234
|
return e === "indeterminate";
|
|
1235
1235
|
}
|
|
1236
|
-
function
|
|
1236
|
+
function zt(e) {
|
|
1237
1237
|
return X(e) ? "indeterminate" : e ? "checked" : "unchecked";
|
|
1238
1238
|
}
|
|
1239
|
-
var
|
|
1239
|
+
var Ge = "Radio", [Bn, Ft] = ae(Ge), [Ln, Vn] = Bn(Ge), $t = l.forwardRef(
|
|
1240
1240
|
(e, o) => {
|
|
1241
1241
|
const {
|
|
1242
1242
|
__scopeRadio: t,
|
|
@@ -1244,36 +1244,36 @@ var ze = "Radio", [Dn, Kt] = ae(ze), [An, On] = Dn(ze), Ft = l.forwardRef(
|
|
|
1244
1244
|
checked: n = !1,
|
|
1245
1245
|
required: i,
|
|
1246
1246
|
disabled: s,
|
|
1247
|
-
value:
|
|
1247
|
+
value: c = "on",
|
|
1248
1248
|
onCheck: d,
|
|
1249
1249
|
form: u,
|
|
1250
1250
|
...m
|
|
1251
|
-
} = e, [
|
|
1252
|
-
return /* @__PURE__ */ R(
|
|
1253
|
-
/* @__PURE__ */
|
|
1251
|
+
} = e, [p, h] = l.useState(null), v = k(o, (g) => h(g)), S = l.useRef(!1), f = p ? u || !!p.closest("form") : !0;
|
|
1252
|
+
return /* @__PURE__ */ R(Ln, { scope: t, checked: n, disabled: s, children: [
|
|
1253
|
+
/* @__PURE__ */ a(
|
|
1254
1254
|
E.button,
|
|
1255
1255
|
{
|
|
1256
1256
|
type: "button",
|
|
1257
1257
|
role: "radio",
|
|
1258
1258
|
"aria-checked": n,
|
|
1259
|
-
"data-state":
|
|
1259
|
+
"data-state": jt(n),
|
|
1260
1260
|
"data-disabled": s ? "" : void 0,
|
|
1261
1261
|
disabled: s,
|
|
1262
|
-
value:
|
|
1262
|
+
value: c,
|
|
1263
1263
|
...m,
|
|
1264
1264
|
ref: v,
|
|
1265
1265
|
onClick: N(e.onClick, (g) => {
|
|
1266
|
-
n || d?.(),
|
|
1266
|
+
n || d?.(), f && (S.current = g.isPropagationStopped(), S.current || g.stopPropagation());
|
|
1267
1267
|
})
|
|
1268
1268
|
}
|
|
1269
1269
|
),
|
|
1270
|
-
|
|
1271
|
-
|
|
1270
|
+
f && /* @__PURE__ */ a(
|
|
1271
|
+
Wt,
|
|
1272
1272
|
{
|
|
1273
|
-
control:
|
|
1273
|
+
control: p,
|
|
1274
1274
|
bubbles: !S.current,
|
|
1275
1275
|
name: r,
|
|
1276
|
-
value:
|
|
1276
|
+
value: c,
|
|
1277
1277
|
checked: n,
|
|
1278
1278
|
required: i,
|
|
1279
1279
|
disabled: s,
|
|
@@ -1284,14 +1284,14 @@ var ze = "Radio", [Dn, Kt] = ae(ze), [An, On] = Dn(ze), Ft = l.forwardRef(
|
|
|
1284
1284
|
] });
|
|
1285
1285
|
}
|
|
1286
1286
|
);
|
|
1287
|
-
|
|
1288
|
-
var
|
|
1287
|
+
$t.displayName = Ge;
|
|
1288
|
+
var Ut = "RadioIndicator", Gt = l.forwardRef(
|
|
1289
1289
|
(e, o) => {
|
|
1290
|
-
const { __scopeRadio: t, forceMount: r, ...n } = e, i =
|
|
1291
|
-
return /* @__PURE__ */
|
|
1290
|
+
const { __scopeRadio: t, forceMount: r, ...n } = e, i = Vn(Ut, t);
|
|
1291
|
+
return /* @__PURE__ */ a(Ye, { present: r || i.checked, children: /* @__PURE__ */ a(
|
|
1292
1292
|
E.span,
|
|
1293
1293
|
{
|
|
1294
|
-
"data-state":
|
|
1294
|
+
"data-state": jt(i.checked),
|
|
1295
1295
|
"data-disabled": i.disabled ? "" : void 0,
|
|
1296
1296
|
...n,
|
|
1297
1297
|
ref: o
|
|
@@ -1299,8 +1299,8 @@ var $t = "RadioIndicator", Ut = l.forwardRef(
|
|
|
1299
1299
|
) });
|
|
1300
1300
|
}
|
|
1301
1301
|
);
|
|
1302
|
-
|
|
1303
|
-
var
|
|
1302
|
+
Gt.displayName = Ut;
|
|
1303
|
+
var Hn = "RadioBubbleInput", Wt = l.forwardRef(
|
|
1304
1304
|
({
|
|
1305
1305
|
__scopeRadio: e,
|
|
1306
1306
|
control: o,
|
|
@@ -1308,19 +1308,19 @@ var Bn = "RadioBubbleInput", zt = l.forwardRef(
|
|
|
1308
1308
|
bubbles: r = !0,
|
|
1309
1309
|
...n
|
|
1310
1310
|
}, i) => {
|
|
1311
|
-
const s = l.useRef(null),
|
|
1311
|
+
const s = l.useRef(null), c = k(s, i), d = pe(t), u = Se(o);
|
|
1312
1312
|
return l.useEffect(() => {
|
|
1313
1313
|
const m = s.current;
|
|
1314
1314
|
if (!m) return;
|
|
1315
|
-
const
|
|
1316
|
-
|
|
1315
|
+
const p = window.HTMLInputElement.prototype, v = Object.getOwnPropertyDescriptor(
|
|
1316
|
+
p,
|
|
1317
1317
|
"checked"
|
|
1318
1318
|
).set;
|
|
1319
1319
|
if (d !== t && v) {
|
|
1320
1320
|
const S = new Event("click", { bubbles: r });
|
|
1321
1321
|
v.call(m, t), m.dispatchEvent(S);
|
|
1322
1322
|
}
|
|
1323
|
-
}, [d, t, r]), /* @__PURE__ */
|
|
1323
|
+
}, [d, t, r]), /* @__PURE__ */ a(
|
|
1324
1324
|
E.input,
|
|
1325
1325
|
{
|
|
1326
1326
|
type: "radio",
|
|
@@ -1328,7 +1328,7 @@ var Bn = "RadioBubbleInput", zt = l.forwardRef(
|
|
|
1328
1328
|
defaultChecked: t,
|
|
1329
1329
|
...n,
|
|
1330
1330
|
tabIndex: -1,
|
|
1331
|
-
ref:
|
|
1331
|
+
ref: c,
|
|
1332
1332
|
style: {
|
|
1333
1333
|
...n.style,
|
|
1334
1334
|
...u,
|
|
@@ -1341,14 +1341,14 @@ var Bn = "RadioBubbleInput", zt = l.forwardRef(
|
|
|
1341
1341
|
);
|
|
1342
1342
|
}
|
|
1343
1343
|
);
|
|
1344
|
-
|
|
1345
|
-
function
|
|
1344
|
+
Wt.displayName = Hn;
|
|
1345
|
+
function jt(e) {
|
|
1346
1346
|
return e ? "checked" : "unchecked";
|
|
1347
1347
|
}
|
|
1348
|
-
var
|
|
1348
|
+
var Kn = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], Re = "RadioGroup", [zn] = ae(Re, [
|
|
1349
1349
|
Je,
|
|
1350
|
-
|
|
1351
|
-
]),
|
|
1350
|
+
Ft
|
|
1351
|
+
]), qt = Je(), Yt = Ft(), [Fn, $n] = zn(Re), Xt = l.forwardRef(
|
|
1352
1352
|
(e, o) => {
|
|
1353
1353
|
const {
|
|
1354
1354
|
__scopeRadioGroup: t,
|
|
@@ -1356,42 +1356,42 @@ var Ln = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], Re = "RadioGroup",
|
|
|
1356
1356
|
defaultValue: n,
|
|
1357
1357
|
value: i,
|
|
1358
1358
|
required: s = !1,
|
|
1359
|
-
disabled:
|
|
1359
|
+
disabled: c = !1,
|
|
1360
1360
|
orientation: d,
|
|
1361
1361
|
dir: u,
|
|
1362
1362
|
loop: m = !0,
|
|
1363
|
-
onValueChange:
|
|
1363
|
+
onValueChange: p,
|
|
1364
1364
|
...h
|
|
1365
|
-
} = e, v =
|
|
1365
|
+
} = e, v = qt(t), S = ze(u), [f, g] = se({
|
|
1366
1366
|
prop: i,
|
|
1367
1367
|
defaultProp: n ?? null,
|
|
1368
|
-
onChange:
|
|
1368
|
+
onChange: p,
|
|
1369
1369
|
caller: Re
|
|
1370
1370
|
});
|
|
1371
|
-
return /* @__PURE__ */
|
|
1372
|
-
|
|
1371
|
+
return /* @__PURE__ */ a(
|
|
1372
|
+
Fn,
|
|
1373
1373
|
{
|
|
1374
1374
|
scope: t,
|
|
1375
1375
|
name: r,
|
|
1376
1376
|
required: s,
|
|
1377
|
-
disabled:
|
|
1378
|
-
value:
|
|
1377
|
+
disabled: c,
|
|
1378
|
+
value: f,
|
|
1379
1379
|
onValueChange: g,
|
|
1380
|
-
children: /* @__PURE__ */
|
|
1381
|
-
|
|
1380
|
+
children: /* @__PURE__ */ a(
|
|
1381
|
+
yo,
|
|
1382
1382
|
{
|
|
1383
1383
|
asChild: !0,
|
|
1384
1384
|
...v,
|
|
1385
1385
|
orientation: d,
|
|
1386
1386
|
dir: S,
|
|
1387
1387
|
loop: m,
|
|
1388
|
-
children: /* @__PURE__ */
|
|
1388
|
+
children: /* @__PURE__ */ a(
|
|
1389
1389
|
E.div,
|
|
1390
1390
|
{
|
|
1391
1391
|
role: "radiogroup",
|
|
1392
1392
|
"aria-required": s,
|
|
1393
1393
|
"aria-orientation": d,
|
|
1394
|
-
"data-disabled":
|
|
1394
|
+
"data-disabled": c ? "" : void 0,
|
|
1395
1395
|
dir: S,
|
|
1396
1396
|
...h,
|
|
1397
1397
|
ref: o
|
|
@@ -1403,30 +1403,30 @@ var Ln = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], Re = "RadioGroup",
|
|
|
1403
1403
|
);
|
|
1404
1404
|
}
|
|
1405
1405
|
);
|
|
1406
|
-
|
|
1407
|
-
var
|
|
1406
|
+
Xt.displayName = Re;
|
|
1407
|
+
var Zt = "RadioGroupItem", Jt = l.forwardRef(
|
|
1408
1408
|
(e, o) => {
|
|
1409
|
-
const { __scopeRadioGroup: t, disabled: r, ...n } = e, i =
|
|
1409
|
+
const { __scopeRadioGroup: t, disabled: r, ...n } = e, i = $n(Zt, t), s = i.disabled || r, c = qt(t), d = Yt(t), u = l.useRef(null), m = k(o, u), p = i.value === n.value, h = l.useRef(!1);
|
|
1410
1410
|
return l.useEffect(() => {
|
|
1411
|
-
const v = (
|
|
1412
|
-
|
|
1411
|
+
const v = (f) => {
|
|
1412
|
+
Kn.includes(f.key) && (h.current = !0);
|
|
1413
1413
|
}, S = () => h.current = !1;
|
|
1414
1414
|
return document.addEventListener("keydown", v), document.addEventListener("keyup", S), () => {
|
|
1415
1415
|
document.removeEventListener("keydown", v), document.removeEventListener("keyup", S);
|
|
1416
1416
|
};
|
|
1417
|
-
}, []), /* @__PURE__ */
|
|
1418
|
-
|
|
1417
|
+
}, []), /* @__PURE__ */ a(
|
|
1418
|
+
Co,
|
|
1419
1419
|
{
|
|
1420
1420
|
asChild: !0,
|
|
1421
|
-
...
|
|
1421
|
+
...c,
|
|
1422
1422
|
focusable: !s,
|
|
1423
|
-
active:
|
|
1424
|
-
children: /* @__PURE__ */
|
|
1425
|
-
|
|
1423
|
+
active: p,
|
|
1424
|
+
children: /* @__PURE__ */ a(
|
|
1425
|
+
$t,
|
|
1426
1426
|
{
|
|
1427
1427
|
disabled: s,
|
|
1428
1428
|
required: i.required,
|
|
1429
|
-
checked:
|
|
1429
|
+
checked: p,
|
|
1430
1430
|
...d,
|
|
1431
1431
|
...n,
|
|
1432
1432
|
name: i.name,
|
|
@@ -1444,22 +1444,22 @@ var Yt = "RadioGroupItem", Xt = l.forwardRef(
|
|
|
1444
1444
|
);
|
|
1445
1445
|
}
|
|
1446
1446
|
);
|
|
1447
|
-
|
|
1448
|
-
var
|
|
1447
|
+
Jt.displayName = Zt;
|
|
1448
|
+
var Un = "RadioGroupIndicator", Qt = l.forwardRef(
|
|
1449
1449
|
(e, o) => {
|
|
1450
|
-
const { __scopeRadioGroup: t, ...r } = e, n =
|
|
1451
|
-
return /* @__PURE__ */
|
|
1450
|
+
const { __scopeRadioGroup: t, ...r } = e, n = Yt(t);
|
|
1451
|
+
return /* @__PURE__ */ a(Gt, { ...n, ...r, ref: o });
|
|
1452
1452
|
}
|
|
1453
1453
|
);
|
|
1454
|
-
|
|
1455
|
-
var
|
|
1454
|
+
Qt.displayName = Un;
|
|
1455
|
+
var Gn = Xt, Wn = Jt, jn = Qt, eo = ["PageUp", "PageDown"], to = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], oo = {
|
|
1456
1456
|
"from-left": ["Home", "PageDown", "ArrowDown", "ArrowLeft"],
|
|
1457
1457
|
"from-right": ["Home", "PageDown", "ArrowDown", "ArrowRight"],
|
|
1458
1458
|
"from-bottom": ["Home", "PageDown", "ArrowDown", "ArrowLeft"],
|
|
1459
1459
|
"from-top": ["Home", "PageDown", "ArrowUp", "ArrowLeft"]
|
|
1460
|
-
}, le = "Slider", [
|
|
1461
|
-
|
|
1462
|
-
]), [
|
|
1460
|
+
}, le = "Slider", [Ve, qn, Yn] = Ze(le), [no] = ae(le, [
|
|
1461
|
+
Yn
|
|
1462
|
+
]), [Xn, Ne] = no(le), ro = l.forwardRef(
|
|
1463
1463
|
(e, o) => {
|
|
1464
1464
|
const {
|
|
1465
1465
|
name: t,
|
|
@@ -1467,53 +1467,53 @@ var $n = qt, Un = Xt, zn = Zt, Jt = ["PageUp", "PageDown"], Qt = ["ArrowUp", "Ar
|
|
|
1467
1467
|
max: n = 100,
|
|
1468
1468
|
step: i = 1,
|
|
1469
1469
|
orientation: s = "horizontal",
|
|
1470
|
-
disabled:
|
|
1470
|
+
disabled: c = !1,
|
|
1471
1471
|
minStepsBetweenThumbs: d = 0,
|
|
1472
1472
|
defaultValue: u = [r],
|
|
1473
1473
|
value: m,
|
|
1474
|
-
onValueChange:
|
|
1474
|
+
onValueChange: p = () => {
|
|
1475
1475
|
},
|
|
1476
1476
|
onValueCommit: h = () => {
|
|
1477
1477
|
},
|
|
1478
1478
|
inverted: v = !1,
|
|
1479
1479
|
form: S,
|
|
1480
|
-
...
|
|
1481
|
-
} = e, g = l.useRef(/* @__PURE__ */ new Set()), b = l.useRef(0), w = s === "horizontal" ?
|
|
1480
|
+
...f
|
|
1481
|
+
} = e, g = l.useRef(/* @__PURE__ */ new Set()), b = l.useRef(0), w = s === "horizontal" ? Zn : Jn, [C = [], M] = se({
|
|
1482
1482
|
prop: m,
|
|
1483
1483
|
defaultProp: u,
|
|
1484
1484
|
onChange: (I) => {
|
|
1485
|
-
[...g.current][b.current]?.focus(),
|
|
1485
|
+
[...g.current][b.current]?.focus(), p(I);
|
|
1486
1486
|
}
|
|
1487
1487
|
}), W = l.useRef(C);
|
|
1488
1488
|
function D(I) {
|
|
1489
|
-
const L =
|
|
1489
|
+
const L = nr(C, I);
|
|
1490
1490
|
K(I, L);
|
|
1491
1491
|
}
|
|
1492
|
-
function
|
|
1492
|
+
function $(I) {
|
|
1493
1493
|
K(I, b.current);
|
|
1494
1494
|
}
|
|
1495
1495
|
function Y() {
|
|
1496
1496
|
const I = W.current[b.current];
|
|
1497
1497
|
C[b.current] !== I && h(C);
|
|
1498
1498
|
}
|
|
1499
|
-
function K(I, L, { commit:
|
|
1500
|
-
const G =
|
|
1499
|
+
function K(I, L, { commit: U } = { commit: !1 }) {
|
|
1500
|
+
const G = ar(i), z = cr(Math.round((I - r) / i) * i + r, G), A = he(z, [r, n]);
|
|
1501
1501
|
M((V = []) => {
|
|
1502
|
-
const H =
|
|
1503
|
-
if (
|
|
1502
|
+
const H = tr(V, A, L);
|
|
1503
|
+
if (ir(H, d * i)) {
|
|
1504
1504
|
b.current = H.indexOf(A);
|
|
1505
1505
|
const j = String(H) !== String(V);
|
|
1506
|
-
return j &&
|
|
1506
|
+
return j && U && h(H), j ? H : V;
|
|
1507
1507
|
} else
|
|
1508
1508
|
return V;
|
|
1509
1509
|
});
|
|
1510
1510
|
}
|
|
1511
|
-
return /* @__PURE__ */
|
|
1512
|
-
|
|
1511
|
+
return /* @__PURE__ */ a(
|
|
1512
|
+
Xn,
|
|
1513
1513
|
{
|
|
1514
1514
|
scope: e.__scopeSlider,
|
|
1515
1515
|
name: t,
|
|
1516
|
-
disabled:
|
|
1516
|
+
disabled: c,
|
|
1517
1517
|
min: r,
|
|
1518
1518
|
max: n,
|
|
1519
1519
|
valueIndexToChangeRef: b,
|
|
@@ -1521,27 +1521,27 @@ var $n = qt, Un = Xt, zn = Zt, Jt = ["PageUp", "PageDown"], Qt = ["ArrowUp", "Ar
|
|
|
1521
1521
|
values: C,
|
|
1522
1522
|
orientation: s,
|
|
1523
1523
|
form: S,
|
|
1524
|
-
children: /* @__PURE__ */
|
|
1524
|
+
children: /* @__PURE__ */ a(Ve.Provider, { scope: e.__scopeSlider, children: /* @__PURE__ */ a(Ve.Slot, { scope: e.__scopeSlider, children: /* @__PURE__ */ a(
|
|
1525
1525
|
w,
|
|
1526
1526
|
{
|
|
1527
|
-
"aria-disabled":
|
|
1528
|
-
"data-disabled":
|
|
1529
|
-
...
|
|
1527
|
+
"aria-disabled": c,
|
|
1528
|
+
"data-disabled": c ? "" : void 0,
|
|
1529
|
+
...f,
|
|
1530
1530
|
ref: o,
|
|
1531
|
-
onPointerDown: N(
|
|
1532
|
-
|
|
1531
|
+
onPointerDown: N(f.onPointerDown, () => {
|
|
1532
|
+
c || (W.current = C);
|
|
1533
1533
|
}),
|
|
1534
1534
|
min: r,
|
|
1535
1535
|
max: n,
|
|
1536
1536
|
inverted: v,
|
|
1537
|
-
onSlideStart:
|
|
1538
|
-
onSlideMove:
|
|
1539
|
-
onSlideEnd:
|
|
1540
|
-
onHomeKeyDown: () => !
|
|
1541
|
-
onEndKeyDown: () => !
|
|
1537
|
+
onSlideStart: c ? void 0 : D,
|
|
1538
|
+
onSlideMove: c ? void 0 : $,
|
|
1539
|
+
onSlideEnd: c ? void 0 : Y,
|
|
1540
|
+
onHomeKeyDown: () => !c && K(r, 0, { commit: !0 }),
|
|
1541
|
+
onEndKeyDown: () => !c && K(n, C.length - 1, { commit: !0 }),
|
|
1542
1542
|
onStepKeyDown: ({ event: I, direction: L }) => {
|
|
1543
|
-
if (!
|
|
1544
|
-
const
|
|
1543
|
+
if (!c) {
|
|
1544
|
+
const z = eo.includes(I.key) || I.shiftKey && to.includes(I.key) ? 10 : 1, A = b.current, V = C[A], H = i * z * L;
|
|
1545
1545
|
K(V + H, A, { commit: !0 });
|
|
1546
1546
|
}
|
|
1547
1547
|
}
|
|
@@ -1551,13 +1551,13 @@ var $n = qt, Un = Xt, zn = Zt, Jt = ["PageUp", "PageDown"], Qt = ["ArrowUp", "Ar
|
|
|
1551
1551
|
);
|
|
1552
1552
|
}
|
|
1553
1553
|
);
|
|
1554
|
-
|
|
1555
|
-
var [
|
|
1554
|
+
ro.displayName = le;
|
|
1555
|
+
var [so, io] = no(le, {
|
|
1556
1556
|
startEdge: "left",
|
|
1557
1557
|
endEdge: "right",
|
|
1558
1558
|
size: "width",
|
|
1559
1559
|
direction: 1
|
|
1560
|
-
}),
|
|
1560
|
+
}), Zn = l.forwardRef(
|
|
1561
1561
|
(e, o) => {
|
|
1562
1562
|
const {
|
|
1563
1563
|
min: t,
|
|
@@ -1565,27 +1565,27 @@ var [no, ro] = to(le, {
|
|
|
1565
1565
|
dir: n,
|
|
1566
1566
|
inverted: i,
|
|
1567
1567
|
onSlideStart: s,
|
|
1568
|
-
onSlideMove:
|
|
1568
|
+
onSlideMove: c,
|
|
1569
1569
|
onSlideEnd: d,
|
|
1570
1570
|
onStepKeyDown: u,
|
|
1571
1571
|
...m
|
|
1572
|
-
} = e, [
|
|
1572
|
+
} = e, [p, h] = l.useState(null), v = k(o, (w) => h(w)), S = l.useRef(void 0), f = ze(n), g = f === "ltr", b = g && !i || !g && i;
|
|
1573
1573
|
function x(w) {
|
|
1574
|
-
const C = S.current ||
|
|
1574
|
+
const C = S.current || p.getBoundingClientRect(), M = [0, C.width], D = We(M, b ? [t, r] : [r, t]);
|
|
1575
1575
|
return S.current = C, D(w - C.left);
|
|
1576
1576
|
}
|
|
1577
|
-
return /* @__PURE__ */
|
|
1578
|
-
|
|
1577
|
+
return /* @__PURE__ */ a(
|
|
1578
|
+
so,
|
|
1579
1579
|
{
|
|
1580
1580
|
scope: e.__scopeSlider,
|
|
1581
1581
|
startEdge: b ? "left" : "right",
|
|
1582
1582
|
endEdge: b ? "right" : "left",
|
|
1583
1583
|
direction: b ? 1 : -1,
|
|
1584
1584
|
size: "width",
|
|
1585
|
-
children: /* @__PURE__ */
|
|
1586
|
-
|
|
1585
|
+
children: /* @__PURE__ */ a(
|
|
1586
|
+
ao,
|
|
1587
1587
|
{
|
|
1588
|
-
dir:
|
|
1588
|
+
dir: f,
|
|
1589
1589
|
"data-orientation": "horizontal",
|
|
1590
1590
|
...m,
|
|
1591
1591
|
ref: v,
|
|
@@ -1599,13 +1599,13 @@ var [no, ro] = to(le, {
|
|
|
1599
1599
|
},
|
|
1600
1600
|
onSlideMove: (w) => {
|
|
1601
1601
|
const C = x(w.clientX);
|
|
1602
|
-
|
|
1602
|
+
c?.(C);
|
|
1603
1603
|
},
|
|
1604
1604
|
onSlideEnd: () => {
|
|
1605
1605
|
S.current = void 0, d?.();
|
|
1606
1606
|
},
|
|
1607
1607
|
onStepKeyDown: (w) => {
|
|
1608
|
-
const M =
|
|
1608
|
+
const M = oo[b ? "from-left" : "from-right"].includes(w.key);
|
|
1609
1609
|
u?.({ event: w, direction: M ? -1 : 1 });
|
|
1610
1610
|
}
|
|
1611
1611
|
}
|
|
@@ -1613,7 +1613,7 @@ var [no, ro] = to(le, {
|
|
|
1613
1613
|
}
|
|
1614
1614
|
);
|
|
1615
1615
|
}
|
|
1616
|
-
),
|
|
1616
|
+
), Jn = l.forwardRef(
|
|
1617
1617
|
(e, o) => {
|
|
1618
1618
|
const {
|
|
1619
1619
|
min: t,
|
|
@@ -1621,53 +1621,53 @@ var [no, ro] = to(le, {
|
|
|
1621
1621
|
inverted: n,
|
|
1622
1622
|
onSlideStart: i,
|
|
1623
1623
|
onSlideMove: s,
|
|
1624
|
-
onSlideEnd:
|
|
1624
|
+
onSlideEnd: c,
|
|
1625
1625
|
onStepKeyDown: d,
|
|
1626
1626
|
...u
|
|
1627
|
-
} = e, m = l.useRef(null),
|
|
1628
|
-
function S(
|
|
1629
|
-
const g = h.current || m.current.getBoundingClientRect(), b = [0, g.height], w =
|
|
1630
|
-
return h.current = g, w(
|
|
1627
|
+
} = e, m = l.useRef(null), p = k(o, m), h = l.useRef(void 0), v = !n;
|
|
1628
|
+
function S(f) {
|
|
1629
|
+
const g = h.current || m.current.getBoundingClientRect(), b = [0, g.height], w = We(b, v ? [r, t] : [t, r]);
|
|
1630
|
+
return h.current = g, w(f - g.top);
|
|
1631
1631
|
}
|
|
1632
|
-
return /* @__PURE__ */
|
|
1633
|
-
|
|
1632
|
+
return /* @__PURE__ */ a(
|
|
1633
|
+
so,
|
|
1634
1634
|
{
|
|
1635
1635
|
scope: e.__scopeSlider,
|
|
1636
1636
|
startEdge: v ? "bottom" : "top",
|
|
1637
1637
|
endEdge: v ? "top" : "bottom",
|
|
1638
1638
|
size: "height",
|
|
1639
1639
|
direction: v ? 1 : -1,
|
|
1640
|
-
children: /* @__PURE__ */
|
|
1641
|
-
|
|
1640
|
+
children: /* @__PURE__ */ a(
|
|
1641
|
+
ao,
|
|
1642
1642
|
{
|
|
1643
1643
|
"data-orientation": "vertical",
|
|
1644
1644
|
...u,
|
|
1645
|
-
ref:
|
|
1645
|
+
ref: p,
|
|
1646
1646
|
style: {
|
|
1647
1647
|
...u.style,
|
|
1648
1648
|
"--radix-slider-thumb-transform": "translateY(50%)"
|
|
1649
1649
|
},
|
|
1650
|
-
onSlideStart: (
|
|
1651
|
-
const g = S(
|
|
1650
|
+
onSlideStart: (f) => {
|
|
1651
|
+
const g = S(f.clientY);
|
|
1652
1652
|
i?.(g);
|
|
1653
1653
|
},
|
|
1654
|
-
onSlideMove: (
|
|
1655
|
-
const g = S(
|
|
1654
|
+
onSlideMove: (f) => {
|
|
1655
|
+
const g = S(f.clientY);
|
|
1656
1656
|
s?.(g);
|
|
1657
1657
|
},
|
|
1658
1658
|
onSlideEnd: () => {
|
|
1659
|
-
h.current = void 0,
|
|
1659
|
+
h.current = void 0, c?.();
|
|
1660
1660
|
},
|
|
1661
|
-
onStepKeyDown: (
|
|
1662
|
-
const b =
|
|
1663
|
-
d?.({ event:
|
|
1661
|
+
onStepKeyDown: (f) => {
|
|
1662
|
+
const b = oo[v ? "from-bottom" : "from-top"].includes(f.key);
|
|
1663
|
+
d?.({ event: f, direction: b ? -1 : 1 });
|
|
1664
1664
|
}
|
|
1665
1665
|
}
|
|
1666
1666
|
)
|
|
1667
1667
|
}
|
|
1668
1668
|
);
|
|
1669
1669
|
}
|
|
1670
|
-
),
|
|
1670
|
+
), ao = l.forwardRef(
|
|
1671
1671
|
(e, o) => {
|
|
1672
1672
|
const {
|
|
1673
1673
|
__scopeSlider: t,
|
|
@@ -1675,36 +1675,36 @@ var [no, ro] = to(le, {
|
|
|
1675
1675
|
onSlideMove: n,
|
|
1676
1676
|
onSlideEnd: i,
|
|
1677
1677
|
onHomeKeyDown: s,
|
|
1678
|
-
onEndKeyDown:
|
|
1678
|
+
onEndKeyDown: c,
|
|
1679
1679
|
onStepKeyDown: d,
|
|
1680
1680
|
...u
|
|
1681
1681
|
} = e, m = Ne(le, t);
|
|
1682
|
-
return /* @__PURE__ */
|
|
1682
|
+
return /* @__PURE__ */ a(
|
|
1683
1683
|
E.span,
|
|
1684
1684
|
{
|
|
1685
1685
|
...u,
|
|
1686
1686
|
ref: o,
|
|
1687
|
-
onKeyDown: N(e.onKeyDown, (
|
|
1688
|
-
|
|
1687
|
+
onKeyDown: N(e.onKeyDown, (p) => {
|
|
1688
|
+
p.key === "Home" ? (s(p), p.preventDefault()) : p.key === "End" ? (c(p), p.preventDefault()) : eo.concat(to).includes(p.key) && (d(p), p.preventDefault());
|
|
1689
1689
|
}),
|
|
1690
|
-
onPointerDown: N(e.onPointerDown, (
|
|
1691
|
-
const h =
|
|
1692
|
-
h.setPointerCapture(
|
|
1690
|
+
onPointerDown: N(e.onPointerDown, (p) => {
|
|
1691
|
+
const h = p.target;
|
|
1692
|
+
h.setPointerCapture(p.pointerId), p.preventDefault(), m.thumbs.has(h) ? h.focus() : r(p);
|
|
1693
1693
|
}),
|
|
1694
|
-
onPointerMove: N(e.onPointerMove, (
|
|
1695
|
-
|
|
1694
|
+
onPointerMove: N(e.onPointerMove, (p) => {
|
|
1695
|
+
p.target.hasPointerCapture(p.pointerId) && n(p);
|
|
1696
1696
|
}),
|
|
1697
|
-
onPointerUp: N(e.onPointerUp, (
|
|
1698
|
-
const h =
|
|
1699
|
-
h.hasPointerCapture(
|
|
1697
|
+
onPointerUp: N(e.onPointerUp, (p) => {
|
|
1698
|
+
const h = p.target;
|
|
1699
|
+
h.hasPointerCapture(p.pointerId) && (h.releasePointerCapture(p.pointerId), i(p));
|
|
1700
1700
|
})
|
|
1701
1701
|
}
|
|
1702
1702
|
);
|
|
1703
1703
|
}
|
|
1704
|
-
),
|
|
1704
|
+
), co = "SliderTrack", lo = l.forwardRef(
|
|
1705
1705
|
(e, o) => {
|
|
1706
|
-
const { __scopeSlider: t, ...r } = e, n = Ne(
|
|
1707
|
-
return /* @__PURE__ */
|
|
1706
|
+
const { __scopeSlider: t, ...r } = e, n = Ne(co, t);
|
|
1707
|
+
return /* @__PURE__ */ a(
|
|
1708
1708
|
E.span,
|
|
1709
1709
|
{
|
|
1710
1710
|
"data-disabled": n.disabled ? "" : void 0,
|
|
@@ -1715,40 +1715,40 @@ var [no, ro] = to(le, {
|
|
|
1715
1715
|
);
|
|
1716
1716
|
}
|
|
1717
1717
|
);
|
|
1718
|
-
|
|
1719
|
-
var
|
|
1718
|
+
lo.displayName = co;
|
|
1719
|
+
var He = "SliderRange", uo = l.forwardRef(
|
|
1720
1720
|
(e, o) => {
|
|
1721
|
-
const { __scopeSlider: t, ...r } = e, n = Ne(
|
|
1722
|
-
(h) =>
|
|
1723
|
-
), m = d > 1 ? Math.min(...u) : 0,
|
|
1724
|
-
return /* @__PURE__ */
|
|
1721
|
+
const { __scopeSlider: t, ...r } = e, n = Ne(He, t), i = io(He, t), s = l.useRef(null), c = k(o, s), d = n.values.length, u = n.values.map(
|
|
1722
|
+
(h) => mo(h, n.min, n.max)
|
|
1723
|
+
), m = d > 1 ? Math.min(...u) : 0, p = 100 - Math.max(...u);
|
|
1724
|
+
return /* @__PURE__ */ a(
|
|
1725
1725
|
E.span,
|
|
1726
1726
|
{
|
|
1727
1727
|
"data-orientation": n.orientation,
|
|
1728
1728
|
"data-disabled": n.disabled ? "" : void 0,
|
|
1729
1729
|
...r,
|
|
1730
|
-
ref:
|
|
1730
|
+
ref: c,
|
|
1731
1731
|
style: {
|
|
1732
1732
|
...e.style,
|
|
1733
1733
|
[i.startEdge]: m + "%",
|
|
1734
|
-
[i.endEdge]:
|
|
1734
|
+
[i.endEdge]: p + "%"
|
|
1735
1735
|
}
|
|
1736
1736
|
}
|
|
1737
1737
|
);
|
|
1738
1738
|
}
|
|
1739
1739
|
);
|
|
1740
|
-
|
|
1741
|
-
var
|
|
1740
|
+
uo.displayName = He;
|
|
1741
|
+
var Ke = "SliderThumb", po = l.forwardRef(
|
|
1742
1742
|
(e, o) => {
|
|
1743
|
-
const t =
|
|
1744
|
-
() => r ? t().findIndex((
|
|
1743
|
+
const t = qn(e.__scopeSlider), [r, n] = l.useState(null), i = k(o, (c) => n(c)), s = l.useMemo(
|
|
1744
|
+
() => r ? t().findIndex((c) => c.ref.current === r) : -1,
|
|
1745
1745
|
[t, r]
|
|
1746
1746
|
);
|
|
1747
|
-
return /* @__PURE__ */
|
|
1747
|
+
return /* @__PURE__ */ a(Qn, { ...e, ref: i, index: s });
|
|
1748
1748
|
}
|
|
1749
|
-
),
|
|
1749
|
+
), Qn = l.forwardRef(
|
|
1750
1750
|
(e, o) => {
|
|
1751
|
-
const { __scopeSlider: t, index: r, name: n, ...i } = e, s = Ne(
|
|
1751
|
+
const { __scopeSlider: t, index: r, name: n, ...i } = e, s = Ne(Ke, t), c = io(Ke, t), [d, u] = l.useState(null), m = k(o, (x) => u(x)), p = d ? s.form || !!d.closest("form") : !0, h = Se(d), v = s.values[r], S = v === void 0 ? 0 : mo(v, s.min, s.max), f = or(r, s.values.length), g = h?.[c.size], b = g ? rr(g, S, c.direction) : 0;
|
|
1752
1752
|
return l.useEffect(() => {
|
|
1753
1753
|
if (d)
|
|
1754
1754
|
return s.thumbs.add(d), () => {
|
|
@@ -1760,14 +1760,14 @@ var He = "SliderThumb", lo = l.forwardRef(
|
|
|
1760
1760
|
style: {
|
|
1761
1761
|
transform: "var(--radix-slider-thumb-transform)",
|
|
1762
1762
|
position: "absolute",
|
|
1763
|
-
[
|
|
1763
|
+
[c.startEdge]: `calc(${S}% + ${b}px)`
|
|
1764
1764
|
},
|
|
1765
1765
|
children: [
|
|
1766
|
-
/* @__PURE__ */
|
|
1766
|
+
/* @__PURE__ */ a(Ve.ItemSlot, { scope: e.__scopeSlider, children: /* @__PURE__ */ a(
|
|
1767
1767
|
E.span,
|
|
1768
1768
|
{
|
|
1769
1769
|
role: "slider",
|
|
1770
|
-
"aria-label": e["aria-label"] ||
|
|
1770
|
+
"aria-label": e["aria-label"] || f,
|
|
1771
1771
|
"aria-valuemin": s.min,
|
|
1772
1772
|
"aria-valuenow": v,
|
|
1773
1773
|
"aria-valuemax": s.max,
|
|
@@ -1783,8 +1783,8 @@ var He = "SliderThumb", lo = l.forwardRef(
|
|
|
1783
1783
|
})
|
|
1784
1784
|
}
|
|
1785
1785
|
) }),
|
|
1786
|
-
|
|
1787
|
-
|
|
1786
|
+
p && /* @__PURE__ */ a(
|
|
1787
|
+
fo,
|
|
1788
1788
|
{
|
|
1789
1789
|
name: n ?? (s.name ? s.name + (s.values.length > 1 ? "[]" : "") : void 0),
|
|
1790
1790
|
form: s.form,
|
|
@@ -1797,19 +1797,19 @@ var He = "SliderThumb", lo = l.forwardRef(
|
|
|
1797
1797
|
);
|
|
1798
1798
|
}
|
|
1799
1799
|
);
|
|
1800
|
-
|
|
1801
|
-
var
|
|
1800
|
+
po.displayName = Ke;
|
|
1801
|
+
var er = "RadioBubbleInput", fo = l.forwardRef(
|
|
1802
1802
|
({ __scopeSlider: e, value: o, ...t }, r) => {
|
|
1803
|
-
const n = l.useRef(null), i =
|
|
1803
|
+
const n = l.useRef(null), i = k(n, r), s = pe(o);
|
|
1804
1804
|
return l.useEffect(() => {
|
|
1805
|
-
const
|
|
1806
|
-
if (!
|
|
1805
|
+
const c = n.current;
|
|
1806
|
+
if (!c) return;
|
|
1807
1807
|
const d = window.HTMLInputElement.prototype, m = Object.getOwnPropertyDescriptor(d, "value").set;
|
|
1808
1808
|
if (s !== o && m) {
|
|
1809
|
-
const
|
|
1810
|
-
m.call(
|
|
1809
|
+
const p = new Event("input", { bubbles: !0 });
|
|
1810
|
+
m.call(c, o), c.dispatchEvent(p);
|
|
1811
1811
|
}
|
|
1812
|
-
}, [s, o]), /* @__PURE__ */
|
|
1812
|
+
}, [s, o]), /* @__PURE__ */ a(
|
|
1813
1813
|
E.input,
|
|
1814
1814
|
{
|
|
1815
1815
|
style: { display: "none" },
|
|
@@ -1820,55 +1820,55 @@ var Zn = "RadioBubbleInput", uo = l.forwardRef(
|
|
|
1820
1820
|
);
|
|
1821
1821
|
}
|
|
1822
1822
|
);
|
|
1823
|
-
|
|
1824
|
-
function
|
|
1823
|
+
fo.displayName = er;
|
|
1824
|
+
function tr(e = [], o, t) {
|
|
1825
1825
|
const r = [...e];
|
|
1826
1826
|
return r[t] = o, r.sort((n, i) => n - i);
|
|
1827
1827
|
}
|
|
1828
|
-
function
|
|
1828
|
+
function mo(e, o, t) {
|
|
1829
1829
|
const i = 100 / (t - o) * (e - o);
|
|
1830
1830
|
return he(i, [0, 100]);
|
|
1831
1831
|
}
|
|
1832
|
-
function
|
|
1832
|
+
function or(e, o) {
|
|
1833
1833
|
return o > 2 ? `Value ${e + 1} of ${o}` : o === 2 ? ["Minimum", "Maximum"][e] : void 0;
|
|
1834
1834
|
}
|
|
1835
|
-
function
|
|
1835
|
+
function nr(e, o) {
|
|
1836
1836
|
if (e.length === 1) return 0;
|
|
1837
1837
|
const t = e.map((n) => Math.abs(n - o)), r = Math.min(...t);
|
|
1838
1838
|
return t.indexOf(r);
|
|
1839
1839
|
}
|
|
1840
|
-
function
|
|
1841
|
-
const r = e / 2, i =
|
|
1840
|
+
function rr(e, o, t) {
|
|
1841
|
+
const r = e / 2, i = We([0, 50], [0, r]);
|
|
1842
1842
|
return (r - i(o) * t) * t;
|
|
1843
1843
|
}
|
|
1844
|
-
function
|
|
1844
|
+
function sr(e) {
|
|
1845
1845
|
return e.slice(0, -1).map((o, t) => e[t + 1] - o);
|
|
1846
1846
|
}
|
|
1847
|
-
function
|
|
1847
|
+
function ir(e, o) {
|
|
1848
1848
|
if (o > 0) {
|
|
1849
|
-
const t =
|
|
1849
|
+
const t = sr(e);
|
|
1850
1850
|
return Math.min(...t) >= o;
|
|
1851
1851
|
}
|
|
1852
1852
|
return !0;
|
|
1853
1853
|
}
|
|
1854
|
-
function
|
|
1854
|
+
function We(e, o) {
|
|
1855
1855
|
return (t) => {
|
|
1856
1856
|
if (e[0] === e[1] || o[0] === o[1]) return o[0];
|
|
1857
1857
|
const r = (o[1] - o[0]) / (e[1] - e[0]);
|
|
1858
1858
|
return o[0] + r * (t - e[0]);
|
|
1859
1859
|
};
|
|
1860
1860
|
}
|
|
1861
|
-
function
|
|
1861
|
+
function ar(e) {
|
|
1862
1862
|
return (String(e).split(".")[1] || "").length;
|
|
1863
1863
|
}
|
|
1864
|
-
function
|
|
1864
|
+
function cr(e, o) {
|
|
1865
1865
|
const t = Math.pow(10, o);
|
|
1866
1866
|
return Math.round(e * t) / t;
|
|
1867
1867
|
}
|
|
1868
|
-
var
|
|
1868
|
+
var lr = ro, dr = lo, ur = uo, pr = po;
|
|
1869
1869
|
function ie({ className: e, ...o }) {
|
|
1870
|
-
return /* @__PURE__ */
|
|
1871
|
-
|
|
1870
|
+
return /* @__PURE__ */ a(
|
|
1871
|
+
Lo,
|
|
1872
1872
|
{
|
|
1873
1873
|
className: P(
|
|
1874
1874
|
"text-xs font-semibold uppercase tracking-wider text-muted-foreground mb-1.5 block",
|
|
@@ -1878,22 +1878,22 @@ function ie({ className: e, ...o }) {
|
|
|
1878
1878
|
}
|
|
1879
1879
|
);
|
|
1880
1880
|
}
|
|
1881
|
-
function
|
|
1882
|
-
const u =
|
|
1881
|
+
function Pr({ label: e, error: o, icon: t, iconPosition: r = "left", prefix: n, suffix: i, className: s, type: c, ...d }) {
|
|
1882
|
+
const u = c === "password", [m, p] = l.useState(!1), h = u ? m ? "text" : "password" : c, v = t && r === "left", S = t && r === "right";
|
|
1883
1883
|
return /* @__PURE__ */ R("div", { className: P("flex flex-col gap-1"), children: [
|
|
1884
|
-
e && /* @__PURE__ */
|
|
1884
|
+
e && /* @__PURE__ */ a(ie, { children: e }),
|
|
1885
1885
|
/* @__PURE__ */ R(
|
|
1886
1886
|
"div",
|
|
1887
1887
|
{
|
|
1888
1888
|
className: P(
|
|
1889
|
-
"flex items-center gap-2 bg-
|
|
1890
|
-
"focus-within:border-
|
|
1891
|
-
o ? "border-destructive" : "border-
|
|
1889
|
+
"flex items-center gap-2 bg-input/50 border rounded-3xl px-3 text-sm transition-[color,box-shadow,border-color]",
|
|
1890
|
+
"focus-within:border-ring focus-within:ring-3 focus-within:ring-ring/30",
|
|
1891
|
+
o ? "border-destructive" : "border-transparent"
|
|
1892
1892
|
),
|
|
1893
1893
|
children: [
|
|
1894
|
-
v && /* @__PURE__ */
|
|
1895
|
-
n && /* @__PURE__ */
|
|
1896
|
-
/* @__PURE__ */
|
|
1894
|
+
v && /* @__PURE__ */ a(t, { size: 16, className: "text-muted-foreground shrink-0" }),
|
|
1895
|
+
n && /* @__PURE__ */ a("span", { className: "text-muted-foreground shrink-0", children: n }),
|
|
1896
|
+
/* @__PURE__ */ a(
|
|
1897
1897
|
"input",
|
|
1898
1898
|
{
|
|
1899
1899
|
type: h,
|
|
@@ -1904,139 +1904,146 @@ function Cr({ label: e, error: o, icon: t, iconPosition: r = "left", prefix: n,
|
|
|
1904
1904
|
...d
|
|
1905
1905
|
}
|
|
1906
1906
|
),
|
|
1907
|
-
i && !u && /* @__PURE__ */
|
|
1908
|
-
S && !u && /* @__PURE__ */
|
|
1909
|
-
u && /* @__PURE__ */
|
|
1907
|
+
i && !u && /* @__PURE__ */ a("span", { className: "text-muted-foreground shrink-0", children: i }),
|
|
1908
|
+
S && !u && /* @__PURE__ */ a(t, { size: 16, className: "text-muted-foreground shrink-0" }),
|
|
1909
|
+
u && /* @__PURE__ */ a(
|
|
1910
1910
|
"button",
|
|
1911
1911
|
{
|
|
1912
1912
|
type: "button",
|
|
1913
|
-
onClick: () =>
|
|
1913
|
+
onClick: () => p(!m),
|
|
1914
1914
|
className: "text-muted-foreground hover:text-foreground cursor-pointer shrink-0 flex items-center",
|
|
1915
|
-
children: m ? /* @__PURE__ */
|
|
1915
|
+
children: m ? /* @__PURE__ */ a(Mo, { size: 16 }) : /* @__PURE__ */ a(Do, { size: 16 })
|
|
1916
1916
|
}
|
|
1917
1917
|
)
|
|
1918
1918
|
]
|
|
1919
1919
|
}
|
|
1920
1920
|
),
|
|
1921
|
-
o && /* @__PURE__ */
|
|
1921
|
+
o && /* @__PURE__ */ a("span", { className: "text-xs text-destructive", children: o })
|
|
1922
1922
|
] });
|
|
1923
1923
|
}
|
|
1924
|
-
function
|
|
1925
|
-
const { value:
|
|
1926
|
-
S.stopPropagation(), d?.(""),
|
|
1924
|
+
function Er({ label: e, placeholder: o, children: t, className: r, native: n, clearable: i, ...s }) {
|
|
1925
|
+
const { value: c, onValueChange: d, disabled: u } = s, [m, p] = l.useState(0), h = c !== void 0 && c !== "", v = (S) => {
|
|
1926
|
+
S.stopPropagation(), d?.(""), p((f) => f + 1);
|
|
1927
1927
|
};
|
|
1928
1928
|
if (n) {
|
|
1929
1929
|
const { defaultValue: S } = s;
|
|
1930
1930
|
return /* @__PURE__ */ R("div", { className: "flex flex-col gap-1", children: [
|
|
1931
|
-
e && /* @__PURE__ */
|
|
1931
|
+
e && /* @__PURE__ */ a(ie, { children: e }),
|
|
1932
1932
|
/* @__PURE__ */ R("div", { className: P(
|
|
1933
|
-
"flex items-center gap-2 bg-
|
|
1934
|
-
"focus-within:border-
|
|
1933
|
+
"flex items-center gap-2 bg-input/50 border border-transparent rounded-3xl px-3 text-sm transition-[color,box-shadow,border-color]",
|
|
1934
|
+
"focus-within:border-ring focus-within:ring-3 focus-within:ring-ring/30",
|
|
1935
1935
|
r
|
|
1936
1936
|
), children: [
|
|
1937
1937
|
/* @__PURE__ */ R(
|
|
1938
1938
|
"select",
|
|
1939
1939
|
{
|
|
1940
|
-
value:
|
|
1940
|
+
value: c,
|
|
1941
1941
|
defaultValue: S,
|
|
1942
|
-
onChange: d ? (
|
|
1942
|
+
onChange: d ? (f) => d(f.target.value) : void 0,
|
|
1943
1943
|
disabled: u,
|
|
1944
1944
|
className: "flex-1 min-w-0 bg-transparent py-2 text-foreground outline-none cursor-pointer appearance-none",
|
|
1945
1945
|
children: [
|
|
1946
|
-
o && /* @__PURE__ */
|
|
1946
|
+
o && /* @__PURE__ */ a("option", { value: "", disabled: !i, hidden: !i, children: o }),
|
|
1947
1947
|
t
|
|
1948
1948
|
]
|
|
1949
1949
|
}
|
|
1950
1950
|
),
|
|
1951
|
-
i && h ? /* @__PURE__ */
|
|
1951
|
+
i && h ? /* @__PURE__ */ a("button", { type: "button", onClick: v, className: "text-muted-foreground hover:text-foreground cursor-pointer bg-transparent border-none p-0 shrink-0", children: /* @__PURE__ */ a(je, { size: 14 }) }) : /* @__PURE__ */ a(Me, { size: 16, className: "text-muted-foreground shrink-0 pointer-events-none" })
|
|
1952
1952
|
] })
|
|
1953
1953
|
] });
|
|
1954
1954
|
}
|
|
1955
1955
|
return /* @__PURE__ */ R("div", { className: "flex flex-col gap-1", children: [
|
|
1956
|
-
e && /* @__PURE__ */
|
|
1956
|
+
e && /* @__PURE__ */ a(ie, { children: e }),
|
|
1957
1957
|
/* @__PURE__ */ R("div", { className: "relative", children: [
|
|
1958
|
-
/* @__PURE__ */ R(
|
|
1958
|
+
/* @__PURE__ */ R(Sn, { ...s, value: h ? c : void 0, children: [
|
|
1959
1959
|
/* @__PURE__ */ R(
|
|
1960
|
-
|
|
1960
|
+
bn,
|
|
1961
1961
|
{
|
|
1962
1962
|
className: P(
|
|
1963
|
-
"flex items-center
|
|
1964
|
-
"focus:border-
|
|
1963
|
+
"flex w-full items-center justify-between gap-1.5 rounded-3xl border border-transparent bg-input/50 px-3 py-2 text-sm whitespace-nowrap transition-[color,box-shadow,background-color] outline-none h-9",
|
|
1964
|
+
"focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/30",
|
|
1965
|
+
"disabled:cursor-not-allowed disabled:opacity-50",
|
|
1965
1966
|
"data-[placeholder]:text-muted-foreground",
|
|
1967
|
+
"aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40",
|
|
1968
|
+
"[&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|
|
1966
1969
|
i && h ? "pr-8" : "",
|
|
1967
1970
|
r
|
|
1968
1971
|
),
|
|
1969
1972
|
children: [
|
|
1970
|
-
/* @__PURE__ */
|
|
1971
|
-
!(i && h) && /* @__PURE__ */
|
|
1973
|
+
/* @__PURE__ */ a("span", { className: "flex-1 text-left truncate", children: /* @__PURE__ */ a(xn, { placeholder: o }) }),
|
|
1974
|
+
!(i && h) && /* @__PURE__ */ a(wn, { asChild: !0, children: /* @__PURE__ */ a(Me, { size: 16, className: "text-muted-foreground" }) })
|
|
1972
1975
|
]
|
|
1973
1976
|
}
|
|
1974
1977
|
),
|
|
1975
|
-
/* @__PURE__ */
|
|
1976
|
-
|
|
1978
|
+
/* @__PURE__ */ a(yn, { children: /* @__PURE__ */ R(
|
|
1979
|
+
Cn,
|
|
1977
1980
|
{
|
|
1978
|
-
position: "popper",
|
|
1979
|
-
sideOffset: 4,
|
|
1980
1981
|
className: P(
|
|
1981
|
-
"z-50 max-h-[
|
|
1982
|
-
"animate-in fade-in-0 zoom-in-95"
|
|
1982
|
+
"relative z-50 max-h-[--radix-select-content-available-height] min-w-36 overflow-x-hidden overflow-y-auto rounded-3xl bg-card text-foreground shadow-lg ring-1 ring-foreground/5 dark:ring-foreground/10 duration-100",
|
|
1983
|
+
"data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",
|
|
1984
|
+
"data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95",
|
|
1985
|
+
"data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2"
|
|
1983
1986
|
),
|
|
1984
|
-
children:
|
|
1987
|
+
children: [
|
|
1988
|
+
/* @__PURE__ */ a(kn, { className: "flex cursor-default items-center justify-center bg-card py-1", children: /* @__PURE__ */ a(To, { size: 16 }) }),
|
|
1989
|
+
/* @__PURE__ */ a(Rn, { className: "p-1.5", children: t }),
|
|
1990
|
+
/* @__PURE__ */ a(Tn, { className: "flex cursor-default items-center justify-center bg-card py-1", children: /* @__PURE__ */ a(Me, { size: 16 }) })
|
|
1991
|
+
]
|
|
1985
1992
|
}
|
|
1986
1993
|
) })
|
|
1987
1994
|
] }, m),
|
|
1988
|
-
i && h && /* @__PURE__ */
|
|
1995
|
+
i && h && /* @__PURE__ */ a(
|
|
1989
1996
|
"button",
|
|
1990
1997
|
{
|
|
1991
1998
|
type: "button",
|
|
1992
1999
|
onClick: v,
|
|
1993
2000
|
disabled: u,
|
|
1994
2001
|
className: "absolute right-2 top-1/2 -translate-y-1/2 p-1 text-muted-foreground hover:text-foreground cursor-pointer bg-transparent border-none rounded-sm transition-colors",
|
|
1995
|
-
children: /* @__PURE__ */
|
|
2002
|
+
children: /* @__PURE__ */ a(je, { size: 14 })
|
|
1996
2003
|
}
|
|
1997
2004
|
)
|
|
1998
2005
|
] })
|
|
1999
2006
|
] });
|
|
2000
2007
|
}
|
|
2001
|
-
function
|
|
2008
|
+
function Ir({ children: e, className: o, ...t }) {
|
|
2002
2009
|
return /* @__PURE__ */ R(
|
|
2003
|
-
|
|
2010
|
+
En,
|
|
2004
2011
|
{
|
|
2005
2012
|
className: P(
|
|
2006
|
-
"flex items-center justify-between gap-2 rounded-
|
|
2007
|
-
"
|
|
2013
|
+
"flex w-full items-center justify-between gap-2 rounded-2xl py-2 px-3 text-sm font-medium cursor-pointer select-none outline-none transition-colors",
|
|
2014
|
+
"focus:bg-accent focus:text-accent-foreground",
|
|
2008
2015
|
"data-[disabled]:opacity-50 data-[disabled]:pointer-events-none",
|
|
2009
2016
|
o
|
|
2010
2017
|
),
|
|
2011
2018
|
...t,
|
|
2012
2019
|
children: [
|
|
2013
|
-
/* @__PURE__ */
|
|
2014
|
-
/* @__PURE__ */
|
|
2020
|
+
/* @__PURE__ */ a(In, { children: /* @__PURE__ */ a("span", { className: "flex items-center gap-2", children: e }) }),
|
|
2021
|
+
/* @__PURE__ */ a(_n, { className: "flex items-center", children: /* @__PURE__ */ a(Qe, { className: "shrink-0 size-4" }) })
|
|
2015
2022
|
]
|
|
2016
2023
|
}
|
|
2017
2024
|
);
|
|
2018
2025
|
}
|
|
2019
|
-
function
|
|
2020
|
-
return /* @__PURE__ */ R(
|
|
2021
|
-
o && /* @__PURE__ */
|
|
2026
|
+
function _r({ children: e, label: o, ...t }) {
|
|
2027
|
+
return /* @__PURE__ */ R(Nn, { ...t, children: [
|
|
2028
|
+
o && /* @__PURE__ */ a(Pn, { className: "px-3 py-2.5 text-xs text-muted-foreground", children: o }),
|
|
2022
2029
|
e
|
|
2023
2030
|
] });
|
|
2024
2031
|
}
|
|
2025
|
-
function
|
|
2026
|
-
const
|
|
2027
|
-
|
|
2032
|
+
function kr({ label: e, description: o, checked: t, onChange: r, disabled: n, labelPosition: i = "right", className: s }) {
|
|
2033
|
+
const c = /* @__PURE__ */ a(
|
|
2034
|
+
Fo,
|
|
2028
2035
|
{
|
|
2029
2036
|
checked: t,
|
|
2030
2037
|
onCheckedChange: r,
|
|
2031
2038
|
disabled: n,
|
|
2032
2039
|
className: P(
|
|
2033
|
-
"relative inline-flex h-5 w-9 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent transition-
|
|
2034
|
-
"focus-visible:outline-none focus-visible:ring
|
|
2040
|
+
"relative inline-flex h-5 w-9 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent transition-[color,box-shadow,border-color]",
|
|
2041
|
+
"focus-visible:outline-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/30",
|
|
2035
2042
|
"data-[state=checked]:bg-primary data-[state=unchecked]:bg-secondary",
|
|
2036
2043
|
"disabled:cursor-not-allowed disabled:opacity-50"
|
|
2037
2044
|
),
|
|
2038
|
-
children: /* @__PURE__ */
|
|
2039
|
-
|
|
2045
|
+
children: /* @__PURE__ */ a(
|
|
2046
|
+
$o,
|
|
2040
2047
|
{
|
|
2041
2048
|
className: P(
|
|
2042
2049
|
"pointer-events-none block h-4 w-4 rounded-full shadow-lg transition-transform",
|
|
@@ -2047,45 +2054,45 @@ function Er({ label: e, description: o, checked: t, onChange: r, disabled: n, la
|
|
|
2047
2054
|
)
|
|
2048
2055
|
}
|
|
2049
2056
|
), d = e || o ? /* @__PURE__ */ R("div", { className: "flex flex-col gap-0.5", children: [
|
|
2050
|
-
e && /* @__PURE__ */
|
|
2051
|
-
o && /* @__PURE__ */
|
|
2057
|
+
e && /* @__PURE__ */ a("span", { className: P("text-sm text-foreground", n && "opacity-50"), children: e }),
|
|
2058
|
+
o && /* @__PURE__ */ a("span", { className: P("text-xs text-muted-foreground", n && "opacity-50"), children: o })
|
|
2052
2059
|
] }) : null;
|
|
2053
2060
|
return /* @__PURE__ */ R("label", { className: P("inline-flex items-center gap-3", n ? "cursor-not-allowed" : "cursor-pointer", s), children: [
|
|
2054
2061
|
i === "left" && d,
|
|
2055
|
-
|
|
2062
|
+
c,
|
|
2056
2063
|
i === "right" && d
|
|
2057
2064
|
] });
|
|
2058
2065
|
}
|
|
2059
|
-
function
|
|
2060
|
-
const
|
|
2061
|
-
|
|
2066
|
+
function Tr({ label: e, description: o, checked: t, onChange: r, disabled: n, labelPosition: i = "right", className: s }) {
|
|
2067
|
+
const c = /* @__PURE__ */ a(
|
|
2068
|
+
Bt,
|
|
2062
2069
|
{
|
|
2063
2070
|
checked: t,
|
|
2064
2071
|
onCheckedChange: r,
|
|
2065
2072
|
disabled: n,
|
|
2066
2073
|
className: P(
|
|
2067
|
-
"mt-0.5 h-4 w-4 shrink-0 rounded-
|
|
2068
|
-
"focus-visible:outline-none focus-visible:ring
|
|
2074
|
+
"mt-0.5 h-4 w-4 shrink-0 rounded-[5px] border border-border bg-input/90 transition-[color,box-shadow,border-color]",
|
|
2075
|
+
"focus-visible:outline-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/30",
|
|
2069
2076
|
"data-[state=checked]:bg-primary data-[state=checked]:border-primary",
|
|
2070
2077
|
"disabled:cursor-not-allowed disabled:opacity-50"
|
|
2071
2078
|
),
|
|
2072
|
-
children: /* @__PURE__ */
|
|
2079
|
+
children: /* @__PURE__ */ a(Vt, { className: "flex items-center justify-center text-primary-foreground", children: /* @__PURE__ */ a(Qe, { size: 12, strokeWidth: 3 }) })
|
|
2073
2080
|
}
|
|
2074
2081
|
), d = e || o ? /* @__PURE__ */ R("div", { className: "flex flex-col gap-0.5", children: [
|
|
2075
|
-
e && /* @__PURE__ */
|
|
2076
|
-
o && /* @__PURE__ */
|
|
2082
|
+
e && /* @__PURE__ */ a("span", { className: P("text-sm text-foreground", n && "opacity-50"), children: e }),
|
|
2083
|
+
o && /* @__PURE__ */ a("span", { className: P("text-xs text-muted-foreground", n && "opacity-50"), children: o })
|
|
2077
2084
|
] }) : null;
|
|
2078
2085
|
return /* @__PURE__ */ R("label", { className: P("inline-flex items-start gap-3", n ? "cursor-not-allowed" : "cursor-pointer", s), children: [
|
|
2079
2086
|
i === "left" && d,
|
|
2080
|
-
|
|
2087
|
+
c,
|
|
2081
2088
|
i === "right" && d
|
|
2082
2089
|
] });
|
|
2083
2090
|
}
|
|
2084
|
-
function
|
|
2091
|
+
function Mr({ label: e, value: o, onValueChange: t, disabled: r, className: n, children: i }) {
|
|
2085
2092
|
return /* @__PURE__ */ R("div", { className: "flex flex-col gap-1", children: [
|
|
2086
|
-
e && /* @__PURE__ */
|
|
2087
|
-
/* @__PURE__ */
|
|
2088
|
-
|
|
2093
|
+
e && /* @__PURE__ */ a(ie, { children: e }),
|
|
2094
|
+
/* @__PURE__ */ a(
|
|
2095
|
+
Gn,
|
|
2089
2096
|
{
|
|
2090
2097
|
value: o,
|
|
2091
2098
|
onValueChange: t,
|
|
@@ -2096,37 +2103,37 @@ function kr({ label: e, value: o, onValueChange: t, disabled: r, className: n, c
|
|
|
2096
2103
|
)
|
|
2097
2104
|
] });
|
|
2098
2105
|
}
|
|
2099
|
-
function
|
|
2106
|
+
function Dr({ value: e, label: o, description: t, disabled: r, className: n }) {
|
|
2100
2107
|
return /* @__PURE__ */ R("label", { className: P("inline-flex items-start gap-3", r ? "cursor-not-allowed" : "cursor-pointer", n), children: [
|
|
2101
|
-
/* @__PURE__ */
|
|
2102
|
-
|
|
2108
|
+
/* @__PURE__ */ a(
|
|
2109
|
+
Wn,
|
|
2103
2110
|
{
|
|
2104
2111
|
value: e,
|
|
2105
2112
|
disabled: r,
|
|
2106
2113
|
className: P(
|
|
2107
|
-
"mt-0.5 h-4 w-4 shrink-0 rounded-full border border-border bg-
|
|
2108
|
-
"focus-visible:outline-none focus-visible:ring
|
|
2114
|
+
"mt-0.5 h-4 w-4 shrink-0 rounded-full border border-border bg-input/90 transition-[color,box-shadow,border-color]",
|
|
2115
|
+
"focus-visible:outline-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/30",
|
|
2109
2116
|
"data-[state=checked]:border-primary",
|
|
2110
2117
|
"disabled:cursor-not-allowed disabled:opacity-50"
|
|
2111
2118
|
),
|
|
2112
|
-
children: /* @__PURE__ */
|
|
2119
|
+
children: /* @__PURE__ */ a(jn, { className: "flex items-center justify-center", children: /* @__PURE__ */ a("span", { className: "block h-2 w-2 rounded-full bg-primary" }) })
|
|
2113
2120
|
}
|
|
2114
2121
|
),
|
|
2115
2122
|
(o || t) && /* @__PURE__ */ R("div", { className: "flex flex-col gap-0.5", children: [
|
|
2116
|
-
o && /* @__PURE__ */
|
|
2117
|
-
t && /* @__PURE__ */
|
|
2123
|
+
o && /* @__PURE__ */ a("span", { className: P("text-sm text-foreground", r && "opacity-50"), children: o }),
|
|
2124
|
+
t && /* @__PURE__ */ a("span", { className: P("text-xs text-muted-foreground", r && "opacity-50"), children: t })
|
|
2118
2125
|
] })
|
|
2119
2126
|
] });
|
|
2120
2127
|
}
|
|
2121
|
-
function
|
|
2122
|
-
const m =
|
|
2128
|
+
function Ar({ label: e, value: o, onValueChange: t, min: r = 0, max: n = 100, step: i = 1, disabled: s, renderValue: c, className: d, ...u }) {
|
|
2129
|
+
const m = c || String, p = o !== void 0 ? o.length > 1 ? `${m(o[0])} – ${m(o[1])}` : m(o[0]) : null;
|
|
2123
2130
|
return /* @__PURE__ */ R("div", { className: P("flex flex-col gap-2", d), children: [
|
|
2124
|
-
(e ||
|
|
2125
|
-
e && /* @__PURE__ */
|
|
2126
|
-
|
|
2131
|
+
(e || p) && /* @__PURE__ */ R("div", { className: "flex items-center justify-between", children: [
|
|
2132
|
+
e && /* @__PURE__ */ a(ie, { children: e }),
|
|
2133
|
+
p && /* @__PURE__ */ a("span", { className: "text-sm text-muted-foreground font-mono", children: p })
|
|
2127
2134
|
] }),
|
|
2128
2135
|
/* @__PURE__ */ R(
|
|
2129
|
-
|
|
2136
|
+
lr,
|
|
2130
2137
|
{
|
|
2131
2138
|
value: o,
|
|
2132
2139
|
onValueChange: t,
|
|
@@ -2140,13 +2147,13 @@ function Tr({ label: e, value: o, onValueChange: t, min: r = 0, max: n = 100, st
|
|
|
2140
2147
|
),
|
|
2141
2148
|
...u,
|
|
2142
2149
|
children: [
|
|
2143
|
-
/* @__PURE__ */
|
|
2144
|
-
(o || [0]).map((h, v) => /* @__PURE__ */
|
|
2145
|
-
|
|
2150
|
+
/* @__PURE__ */ a(dr, { className: "relative h-1.5 w-full grow overflow-hidden rounded-full bg-secondary", children: /* @__PURE__ */ a(ur, { className: "absolute h-full bg-primary" }) }),
|
|
2151
|
+
(o || [0]).map((h, v) => /* @__PURE__ */ a(
|
|
2152
|
+
pr,
|
|
2146
2153
|
{
|
|
2147
2154
|
className: P(
|
|
2148
|
-
"block h-4 w-4 rounded-full border-2 border-primary bg-background shadow-md transition-
|
|
2149
|
-
"focus-visible:outline-none focus-visible:ring
|
|
2155
|
+
"block h-4 w-4 rounded-full border-2 border-primary bg-background shadow-md transition-[color,box-shadow,border-color]",
|
|
2156
|
+
"focus-visible:outline-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/30",
|
|
2150
2157
|
!s && "cursor-grab active:cursor-grabbing"
|
|
2151
2158
|
)
|
|
2152
2159
|
},
|
|
@@ -2157,60 +2164,60 @@ function Tr({ label: e, value: o, onValueChange: t, min: r = 0, max: n = 100, st
|
|
|
2157
2164
|
)
|
|
2158
2165
|
] });
|
|
2159
2166
|
}
|
|
2160
|
-
function
|
|
2167
|
+
function Or({ label: e, error: o, icon: t, iconPosition: r = "left", prefix: n, suffix: i, className: s, ...c }) {
|
|
2161
2168
|
const d = t && r === "left", u = t && r === "right";
|
|
2162
2169
|
return /* @__PURE__ */ R("div", { className: "flex flex-col gap-1", children: [
|
|
2163
|
-
e && /* @__PURE__ */
|
|
2170
|
+
e && /* @__PURE__ */ a(ie, { children: e }),
|
|
2164
2171
|
t || n || i ? /* @__PURE__ */ R(
|
|
2165
2172
|
"div",
|
|
2166
2173
|
{
|
|
2167
2174
|
className: P(
|
|
2168
|
-
"flex items-start gap-2 bg-
|
|
2169
|
-
"focus-within:border-
|
|
2170
|
-
o ? "border-destructive" : "border-
|
|
2175
|
+
"flex items-start gap-2 bg-input/50 border rounded-2xl pl-3 text-sm transition-[color,box-shadow,border-color]",
|
|
2176
|
+
"focus-within:border-ring focus-within:ring-3 focus-within:ring-ring/30",
|
|
2177
|
+
o ? "border-destructive" : "border-transparent"
|
|
2171
2178
|
),
|
|
2172
2179
|
children: [
|
|
2173
|
-
d && /* @__PURE__ */
|
|
2174
|
-
n && /* @__PURE__ */
|
|
2175
|
-
/* @__PURE__ */
|
|
2180
|
+
d && /* @__PURE__ */ a(t, { size: 16, className: "text-muted-foreground shrink-0 mt-2.5" }),
|
|
2181
|
+
n && /* @__PURE__ */ a("span", { className: "text-muted-foreground shrink-0 mt-2", children: n }),
|
|
2182
|
+
/* @__PURE__ */ a(
|
|
2176
2183
|
"textarea",
|
|
2177
2184
|
{
|
|
2178
2185
|
className: P(
|
|
2179
2186
|
"flex-1 min-w-0 bg-transparent py-2 pr-3 text-foreground placeholder:text-muted-foreground outline-none resize-y min-h-[100px]",
|
|
2180
2187
|
s
|
|
2181
2188
|
),
|
|
2182
|
-
...
|
|
2189
|
+
...c
|
|
2183
2190
|
}
|
|
2184
2191
|
),
|
|
2185
|
-
i && /* @__PURE__ */
|
|
2186
|
-
u && /* @__PURE__ */
|
|
2192
|
+
i && /* @__PURE__ */ a("span", { className: "text-muted-foreground shrink-0 mt-2", children: i }),
|
|
2193
|
+
u && /* @__PURE__ */ a(t, { size: 16, className: "text-muted-foreground shrink-0 mt-2.5" })
|
|
2187
2194
|
]
|
|
2188
2195
|
}
|
|
2189
|
-
) : /* @__PURE__ */
|
|
2196
|
+
) : /* @__PURE__ */ a(
|
|
2190
2197
|
"textarea",
|
|
2191
2198
|
{
|
|
2192
2199
|
className: P(
|
|
2193
|
-
"w-full bg-
|
|
2194
|
-
"focus:border-
|
|
2195
|
-
o ? "border-destructive" : "border-
|
|
2200
|
+
"w-full bg-input/50 border rounded-2xl px-3 py-2 text-sm text-foreground placeholder:text-muted-foreground outline-none transition-[color,box-shadow,border-color] resize-y min-h-[100px]",
|
|
2201
|
+
"focus:border-ring focus:ring-3 focus:ring-ring/30",
|
|
2202
|
+
o ? "border-destructive" : "border-transparent",
|
|
2196
2203
|
s
|
|
2197
2204
|
),
|
|
2198
|
-
...
|
|
2205
|
+
...c
|
|
2199
2206
|
}
|
|
2200
2207
|
),
|
|
2201
|
-
o && /* @__PURE__ */
|
|
2208
|
+
o && /* @__PURE__ */ a("span", { className: "text-xs text-destructive", children: o })
|
|
2202
2209
|
] });
|
|
2203
2210
|
}
|
|
2204
2211
|
export {
|
|
2205
|
-
|
|
2206
|
-
|
|
2212
|
+
Tr as Checkbox,
|
|
2213
|
+
Pr as Input,
|
|
2207
2214
|
ie as Label,
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2215
|
+
Mr as RadioGroup,
|
|
2216
|
+
Dr as RadioGroupItem,
|
|
2217
|
+
Er as Select,
|
|
2218
|
+
_r as SelectGroup,
|
|
2219
|
+
Ir as SelectItem,
|
|
2220
|
+
Ar as Slider,
|
|
2221
|
+
Or as Textarea,
|
|
2222
|
+
kr as Toggle
|
|
2216
2223
|
};
|