@beaubrain/web-design-system 0.1.13 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/web-design-system.css +1 -1
- package/dist/components/Calendar/calendar.helpers.d.ts +24 -0
- package/dist/components/CheckableSelectBox/checkableSelectBox.base.d.ts +24 -0
- package/dist/components/CheckableSelectBox/checkableSelectBox.defs.d.ts +51 -0
- package/dist/components/CheckableSelectBox/index.d.ts +25 -0
- package/dist/components/ConfirmDialog/index.d.ts +23 -0
- package/dist/components/Popup/index.d.ts +23 -0
- package/dist/components/Popup/popup.base.d.ts +53 -0
- package/dist/components/Popup/popup.defs.d.ts +27 -0
- package/dist/components/Popup/popup.helpers.d.ts +14 -0
- package/dist/components/SelectBox/selectBox.base.d.ts +1 -0
- package/dist/components/SelectBox/selectBox.defs.d.ts +2 -2
- package/dist/components/index.d.ts +3 -0
- package/dist/index.js +2144 -1490
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,312 +1,312 @@
|
|
|
1
|
-
import { jsx as l, jsxs as
|
|
2
|
-
import * as
|
|
3
|
-
import
|
|
4
|
-
import { createPortal as
|
|
5
|
-
function
|
|
1
|
+
import { jsx as l, jsxs as P, Fragment as ue } from "react/jsx-runtime";
|
|
2
|
+
import * as u from "react";
|
|
3
|
+
import D from "react";
|
|
4
|
+
import { createPortal as Bn } from "react-dom";
|
|
5
|
+
function On(e) {
|
|
6
6
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
7
7
|
}
|
|
8
|
-
var
|
|
8
|
+
var ke = { exports: {} };
|
|
9
9
|
/*!
|
|
10
10
|
Copyright (c) 2018 Jed Watson.
|
|
11
11
|
Licensed under the MIT License (MIT), see
|
|
12
12
|
http://jedwatson.github.io/classnames
|
|
13
13
|
*/
|
|
14
|
-
var
|
|
15
|
-
function
|
|
16
|
-
return
|
|
14
|
+
var st;
|
|
15
|
+
function Fn() {
|
|
16
|
+
return st || (st = 1, (function(e) {
|
|
17
17
|
(function() {
|
|
18
|
-
var
|
|
19
|
-
function
|
|
18
|
+
var n = {}.hasOwnProperty;
|
|
19
|
+
function t() {
|
|
20
20
|
for (var r = "", c = 0; c < arguments.length; c++) {
|
|
21
21
|
var a = arguments[c];
|
|
22
|
-
a && (r =
|
|
22
|
+
a && (r = s(r, o(a)));
|
|
23
23
|
}
|
|
24
24
|
return r;
|
|
25
25
|
}
|
|
26
|
-
function
|
|
26
|
+
function o(r) {
|
|
27
27
|
if (typeof r == "string" || typeof r == "number")
|
|
28
28
|
return r;
|
|
29
29
|
if (typeof r != "object")
|
|
30
30
|
return "";
|
|
31
31
|
if (Array.isArray(r))
|
|
32
|
-
return
|
|
32
|
+
return t.apply(null, r);
|
|
33
33
|
if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
|
|
34
34
|
return r.toString();
|
|
35
35
|
var c = "";
|
|
36
36
|
for (var a in r)
|
|
37
|
-
|
|
37
|
+
n.call(r, a) && r[a] && (c = s(c, a));
|
|
38
38
|
return c;
|
|
39
39
|
}
|
|
40
|
-
function
|
|
40
|
+
function s(r, c) {
|
|
41
41
|
return c ? r ? r + " " + c : r + c : r;
|
|
42
42
|
}
|
|
43
|
-
e.exports ? (
|
|
43
|
+
e.exports ? (t.default = t, e.exports = t) : window.classNames = t;
|
|
44
44
|
})();
|
|
45
|
-
})(
|
|
45
|
+
})(ke)), ke.exports;
|
|
46
46
|
}
|
|
47
|
-
var
|
|
48
|
-
const
|
|
49
|
-
const
|
|
50
|
-
for (const
|
|
51
|
-
const
|
|
52
|
-
/^on[A-Z]/.test(
|
|
53
|
-
const
|
|
54
|
-
return
|
|
55
|
-
} :
|
|
47
|
+
var Gn = Fn();
|
|
48
|
+
const x = /* @__PURE__ */ On(Gn), Vn = (e, n) => {
|
|
49
|
+
const t = { ...n };
|
|
50
|
+
for (const o in n) {
|
|
51
|
+
const s = e[o], r = n[o];
|
|
52
|
+
/^on[A-Z]/.test(o) ? s && r ? t[o] = (...a) => {
|
|
53
|
+
const i = r(...a);
|
|
54
|
+
return s(...a), i;
|
|
55
|
+
} : s && (t[o] = s) : o === "style" ? t[o] = { ...s, ...r } : o === "className" && (t[o] = [s, r].filter(Boolean).join(" "));
|
|
56
56
|
}
|
|
57
|
-
return { ...e, ...
|
|
58
|
-
},
|
|
57
|
+
return { ...e, ...t };
|
|
58
|
+
}, rt = (e, n) => {
|
|
59
59
|
if (typeof e == "function")
|
|
60
|
-
return e(
|
|
61
|
-
e != null && (e.current =
|
|
62
|
-
},
|
|
63
|
-
let
|
|
64
|
-
const
|
|
65
|
-
const r =
|
|
66
|
-
return !
|
|
60
|
+
return e(n);
|
|
61
|
+
e != null && (e.current = n);
|
|
62
|
+
}, Q = (...e) => (n) => {
|
|
63
|
+
let t = !1;
|
|
64
|
+
const o = e.map((s) => {
|
|
65
|
+
const r = rt(s, n);
|
|
66
|
+
return !t && typeof r == "function" && (t = !0), { ref: s, cleanup: r };
|
|
67
67
|
});
|
|
68
|
-
if (
|
|
68
|
+
if (t)
|
|
69
69
|
return () => {
|
|
70
|
-
for (const { ref:
|
|
71
|
-
typeof r == "function" ? r() :
|
|
70
|
+
for (const { ref: s, cleanup: r } of o)
|
|
71
|
+
typeof r == "function" ? r() : rt(s, null);
|
|
72
72
|
};
|
|
73
|
-
},
|
|
74
|
-
const
|
|
75
|
-
return
|
|
73
|
+
}, Fe = (e) => {
|
|
74
|
+
const n = Object.getOwnPropertyDescriptor(e.props, "ref")?.get;
|
|
75
|
+
return n && "isReactWarning" in n && n.isReactWarning ? e.ref : e.props.ref || e.ref;
|
|
76
76
|
};
|
|
77
|
-
function
|
|
78
|
-
return
|
|
77
|
+
function I(...e) {
|
|
78
|
+
return D.useCallback(Q(...e), e);
|
|
79
79
|
}
|
|
80
|
-
const
|
|
81
|
-
let
|
|
82
|
-
for (const
|
|
83
|
-
|
|
84
|
-
return Object.keys(
|
|
85
|
-
},
|
|
86
|
-
const
|
|
80
|
+
const Ae = (...e) => {
|
|
81
|
+
let n = {};
|
|
82
|
+
for (const t of e)
|
|
83
|
+
t && (n = { ...n, ...t });
|
|
84
|
+
return Object.keys(n).length ? n : void 0;
|
|
85
|
+
}, $n = ({ className: e, customProperties: n, ...t }) => {
|
|
86
|
+
const o = ut({
|
|
87
87
|
allowCustomValues: !0,
|
|
88
88
|
className: e,
|
|
89
|
-
...
|
|
90
|
-
}),
|
|
91
|
-
customProperties:
|
|
92
|
-
...
|
|
89
|
+
...t
|
|
90
|
+
}), s = Ln({
|
|
91
|
+
customProperties: n,
|
|
92
|
+
...t
|
|
93
93
|
});
|
|
94
|
-
return [
|
|
95
|
-
},
|
|
96
|
-
const
|
|
97
|
-
return `${c}${e}${
|
|
98
|
-
},
|
|
94
|
+
return [o, s];
|
|
95
|
+
}, zn = (e, n, t) => {
|
|
96
|
+
const o = e ? "-" : "", s = t(n), r = s?.startsWith("-"), c = r ? "-" : "", a = r ? s?.substring(1) : s;
|
|
97
|
+
return `${c}${e}${o}${a}`;
|
|
98
|
+
}, ut = ({
|
|
99
99
|
allowCustomValues: e = !1,
|
|
100
|
-
className:
|
|
101
|
-
value:
|
|
102
|
-
propValues:
|
|
103
|
-
parseValue:
|
|
100
|
+
className: n,
|
|
101
|
+
value: t,
|
|
102
|
+
propValues: o,
|
|
103
|
+
parseValue: s = (r) => r
|
|
104
104
|
}) => {
|
|
105
|
-
if (
|
|
106
|
-
if (typeof
|
|
107
|
-
return
|
|
105
|
+
if (t) {
|
|
106
|
+
if (typeof t == "string" && o.includes(t))
|
|
107
|
+
return zn(n, t, s);
|
|
108
108
|
if (e)
|
|
109
|
-
return
|
|
109
|
+
return n;
|
|
110
110
|
}
|
|
111
|
-
},
|
|
111
|
+
}, Ln = ({
|
|
112
112
|
customProperties: e,
|
|
113
|
-
value:
|
|
114
|
-
propValues:
|
|
115
|
-
parseValue:
|
|
113
|
+
value: n,
|
|
114
|
+
propValues: t,
|
|
115
|
+
parseValue: o = (s) => s
|
|
116
116
|
}) => {
|
|
117
|
-
let
|
|
118
|
-
if (!(!
|
|
119
|
-
typeof
|
|
120
|
-
for (const r in
|
|
121
|
-
const c =
|
|
122
|
-
c !== void 0 && (
|
|
117
|
+
let s = {};
|
|
118
|
+
if (!(!n || typeof n == "string" && t.includes(n))) {
|
|
119
|
+
typeof n == "string" && (s = Object.fromEntries(e.map((r) => [r, n])));
|
|
120
|
+
for (const r in s) {
|
|
121
|
+
const c = s[r];
|
|
122
|
+
c !== void 0 && (s[r] = o(c));
|
|
123
123
|
}
|
|
124
|
-
return
|
|
124
|
+
return s;
|
|
125
125
|
}
|
|
126
|
-
},
|
|
127
|
-
let
|
|
128
|
-
const
|
|
126
|
+
}, Un = (...e) => Object.assign({}, ...e), E = (e, ...n) => {
|
|
127
|
+
let t, o;
|
|
128
|
+
const s = { ...e }, r = Un(...n);
|
|
129
129
|
for (const c in r) {
|
|
130
|
-
let a =
|
|
131
|
-
const
|
|
132
|
-
if (
|
|
133
|
-
if (delete
|
|
130
|
+
let a = s[c];
|
|
131
|
+
const i = r[c];
|
|
132
|
+
if (i.default !== void 0 && a === void 0 && (a = i.default), i.type === "enum" && ([i.default, ...i.values].includes(a) || (a = i.default)), s[c] = a, "className" in i && i.className) {
|
|
133
|
+
if (delete s[c], !a)
|
|
134
134
|
continue;
|
|
135
|
-
if (
|
|
136
|
-
const d =
|
|
135
|
+
if (i.type === "enum") {
|
|
136
|
+
const d = ut({
|
|
137
137
|
value: a,
|
|
138
|
-
className:
|
|
139
|
-
propValues:
|
|
140
|
-
parseValue:
|
|
138
|
+
className: i.className,
|
|
139
|
+
propValues: i.values,
|
|
140
|
+
parseValue: i.parseValue
|
|
141
141
|
});
|
|
142
|
-
|
|
142
|
+
t = x(t, d);
|
|
143
143
|
continue;
|
|
144
144
|
}
|
|
145
|
-
if (
|
|
146
|
-
const d =
|
|
147
|
-
className:
|
|
148
|
-
customProperties:
|
|
145
|
+
if (i.type === "string" || i.type === "enum | string") {
|
|
146
|
+
const d = i.type === "string" ? [] : i.values, [p, f] = $n({
|
|
147
|
+
className: i.className,
|
|
148
|
+
customProperties: i.customProperties,
|
|
149
149
|
propValues: d,
|
|
150
150
|
value: a
|
|
151
151
|
});
|
|
152
|
-
|
|
152
|
+
o = Ae(o, f), t = x(t, p);
|
|
153
153
|
continue;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
|
-
return
|
|
158
|
-
},
|
|
159
|
-
if (!
|
|
157
|
+
return s.className = x(t, e.className), s.style = Ae(o, e.style), s;
|
|
158
|
+
}, dt = (e) => {
|
|
159
|
+
if (!D.isValidElement(e))
|
|
160
160
|
throw new Error(`Expected a single valid React element, but got: ${e}`);
|
|
161
161
|
return e;
|
|
162
|
-
},
|
|
163
|
-
let
|
|
164
|
-
function
|
|
165
|
-
const a =
|
|
166
|
-
|
|
167
|
-
const d = (
|
|
168
|
-
const { scope:
|
|
169
|
-
return /* @__PURE__ */ l(
|
|
162
|
+
}, M = (e, n = []) => {
|
|
163
|
+
let t = [];
|
|
164
|
+
function o(r, c) {
|
|
165
|
+
const a = u.createContext(c), i = t.length;
|
|
166
|
+
t = [...t, c];
|
|
167
|
+
const d = (f) => {
|
|
168
|
+
const { scope: h, children: m, ...v } = f, C = h?.[e]?.[i] || a, g = u.useMemo(() => v, Object.values(v));
|
|
169
|
+
return /* @__PURE__ */ l(C.Provider, { value: g, children: m });
|
|
170
170
|
};
|
|
171
171
|
d.displayName = `${r}Provider`;
|
|
172
|
-
function f
|
|
173
|
-
const
|
|
174
|
-
if (
|
|
172
|
+
function p(f, h) {
|
|
173
|
+
const m = h?.[e]?.[i] || a, v = u.useContext(m);
|
|
174
|
+
if (v) return v;
|
|
175
175
|
if (c !== void 0) return c;
|
|
176
|
-
throw new Error(`\`${
|
|
176
|
+
throw new Error(`\`${f}\` must be used within \`${r}\``);
|
|
177
177
|
}
|
|
178
|
-
return [d,
|
|
178
|
+
return [d, p];
|
|
179
179
|
}
|
|
180
|
-
const
|
|
181
|
-
const r =
|
|
180
|
+
const s = () => {
|
|
181
|
+
const r = t.map((c) => u.createContext(c));
|
|
182
182
|
return function(a) {
|
|
183
|
-
const
|
|
184
|
-
return
|
|
185
|
-
() => ({ [`__scope${e}`]: { ...a, [e]:
|
|
186
|
-
[a,
|
|
183
|
+
const i = a?.[e] || r;
|
|
184
|
+
return u.useMemo(
|
|
185
|
+
() => ({ [`__scope${e}`]: { ...a, [e]: i } }),
|
|
186
|
+
[a, i]
|
|
187
187
|
);
|
|
188
188
|
};
|
|
189
189
|
};
|
|
190
|
-
return
|
|
191
|
-
},
|
|
192
|
-
const
|
|
193
|
-
if (e.length === 1) return
|
|
194
|
-
const
|
|
195
|
-
const
|
|
196
|
-
useScope:
|
|
197
|
-
scopeName:
|
|
190
|
+
return s.scopeName = e, [o, Hn(s, ...n)];
|
|
191
|
+
}, Hn = (...e) => {
|
|
192
|
+
const n = e[0];
|
|
193
|
+
if (e.length === 1) return n;
|
|
194
|
+
const t = () => {
|
|
195
|
+
const o = e.map((s) => ({
|
|
196
|
+
useScope: s(),
|
|
197
|
+
scopeName: s.scopeName
|
|
198
198
|
}));
|
|
199
199
|
return function(r) {
|
|
200
|
-
const c =
|
|
201
|
-
const
|
|
202
|
-
return { ...a, ...
|
|
200
|
+
const c = o.reduce((a, { useScope: i, scopeName: d }) => {
|
|
201
|
+
const f = i(r)[`__scope${d}`];
|
|
202
|
+
return { ...a, ...f };
|
|
203
203
|
}, {});
|
|
204
|
-
return
|
|
204
|
+
return u.useMemo(() => ({ [`__scope${n.scopeName}`]: c }), [c]);
|
|
205
205
|
};
|
|
206
206
|
};
|
|
207
|
-
return
|
|
208
|
-
},
|
|
209
|
-
},
|
|
207
|
+
return t.scopeName = n.scopeName, t;
|
|
208
|
+
}, B = globalThis?.document ? u.useLayoutEffect : () => {
|
|
209
|
+
}, jn = u[" useId ".trim().toString()] || (() => {
|
|
210
210
|
});
|
|
211
|
-
let
|
|
212
|
-
function
|
|
213
|
-
const [
|
|
214
|
-
return
|
|
215
|
-
|
|
216
|
-
}, [e]),
|
|
211
|
+
let qn = 0;
|
|
212
|
+
function ee(e) {
|
|
213
|
+
const [n, t] = u.useState(jn());
|
|
214
|
+
return B(() => {
|
|
215
|
+
e || t((o) => o ?? String(qn++));
|
|
216
|
+
}, [e]), e || (n ? `bd-${n}` : "");
|
|
217
217
|
}
|
|
218
|
-
function
|
|
219
|
-
const
|
|
220
|
-
return
|
|
221
|
-
|
|
222
|
-
}),
|
|
218
|
+
function ce(e) {
|
|
219
|
+
const n = u.useRef(e);
|
|
220
|
+
return B(() => {
|
|
221
|
+
n.current = e;
|
|
222
|
+
}), u.useMemo(() => ((...t) => n.current?.(...t)), []);
|
|
223
223
|
}
|
|
224
224
|
function _({
|
|
225
225
|
prop: e,
|
|
226
|
-
defaultProp:
|
|
227
|
-
onChange:
|
|
226
|
+
defaultProp: n,
|
|
227
|
+
onChange: t = () => {
|
|
228
228
|
},
|
|
229
|
-
caller:
|
|
229
|
+
caller: o
|
|
230
230
|
}) {
|
|
231
|
-
const [
|
|
232
|
-
defaultProp:
|
|
233
|
-
onChange:
|
|
234
|
-
}), a = e !== void 0,
|
|
231
|
+
const [s, r, c] = Yn({
|
|
232
|
+
defaultProp: n,
|
|
233
|
+
onChange: t
|
|
234
|
+
}), a = e !== void 0, i = a ? e : s;
|
|
235
235
|
if (process.env.NODE_ENV !== "production") {
|
|
236
|
-
const
|
|
237
|
-
|
|
238
|
-
const
|
|
239
|
-
|
|
240
|
-
`${
|
|
241
|
-
),
|
|
242
|
-
}, [a,
|
|
236
|
+
const p = u.useRef(e !== void 0);
|
|
237
|
+
u.useEffect(() => {
|
|
238
|
+
const f = p.current;
|
|
239
|
+
f !== a && console.warn(
|
|
240
|
+
`${o} is changing from ${f ? "controlled" : "uncontrolled"} to ${a ? "controlled" : "uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`
|
|
241
|
+
), p.current = a;
|
|
242
|
+
}, [a, o]);
|
|
243
243
|
}
|
|
244
|
-
const d =
|
|
245
|
-
(
|
|
244
|
+
const d = u.useCallback(
|
|
245
|
+
(p) => {
|
|
246
246
|
if (a) {
|
|
247
|
-
const
|
|
248
|
-
|
|
247
|
+
const f = Kn(p) ? p(e) : p;
|
|
248
|
+
f !== e && c.current?.(f);
|
|
249
249
|
} else
|
|
250
|
-
r(
|
|
250
|
+
r(p);
|
|
251
251
|
},
|
|
252
252
|
[a, e, r, c]
|
|
253
253
|
);
|
|
254
|
-
return [
|
|
254
|
+
return [i, d];
|
|
255
255
|
}
|
|
256
|
-
function
|
|
256
|
+
function Yn({
|
|
257
257
|
defaultProp: e,
|
|
258
|
-
onChange:
|
|
258
|
+
onChange: n
|
|
259
259
|
}) {
|
|
260
|
-
const [
|
|
261
|
-
return
|
|
262
|
-
r.current =
|
|
263
|
-
}, [
|
|
264
|
-
|
|
265
|
-
}, [
|
|
260
|
+
const [t, o] = u.useState(e), s = u.useRef(t), r = u.useRef(n);
|
|
261
|
+
return B(() => {
|
|
262
|
+
r.current = n;
|
|
263
|
+
}, [n]), u.useEffect(() => {
|
|
264
|
+
s.current !== t && (r.current?.(t), s.current = t);
|
|
265
|
+
}, [t, s]), [t, o, r];
|
|
266
266
|
}
|
|
267
|
-
function
|
|
267
|
+
function Kn(e) {
|
|
268
268
|
return typeof e == "function";
|
|
269
269
|
}
|
|
270
|
-
function
|
|
271
|
-
const
|
|
272
|
-
return
|
|
270
|
+
function fe(e) {
|
|
271
|
+
const n = u.useRef({ value: e, previous: e });
|
|
272
|
+
return u.useMemo(() => (n.current.value !== e && (n.current.previous = n.current.value, n.current.value = e), n.current.previous), [e]);
|
|
273
273
|
}
|
|
274
|
-
function
|
|
275
|
-
const [
|
|
276
|
-
return
|
|
274
|
+
function Ge(e) {
|
|
275
|
+
const [n, t] = u.useState(void 0);
|
|
276
|
+
return B(() => {
|
|
277
277
|
if (e) {
|
|
278
|
-
|
|
279
|
-
const
|
|
280
|
-
if (!Array.isArray(
|
|
278
|
+
t({ width: e.offsetWidth, height: e.offsetHeight });
|
|
279
|
+
const o = new ResizeObserver((s) => {
|
|
280
|
+
if (!Array.isArray(s) || !s.length)
|
|
281
281
|
return;
|
|
282
|
-
const r =
|
|
282
|
+
const r = s[0];
|
|
283
283
|
let c, a;
|
|
284
284
|
if ("borderBoxSize" in r) {
|
|
285
|
-
const
|
|
285
|
+
const i = r.borderBoxSize, d = Array.isArray(i) ? i[0] : i;
|
|
286
286
|
c = d.inlineSize, a = d.blockSize;
|
|
287
287
|
} else
|
|
288
288
|
c = e.offsetWidth, a = e.offsetHeight;
|
|
289
|
-
|
|
289
|
+
t({ width: c, height: a });
|
|
290
290
|
});
|
|
291
|
-
return
|
|
291
|
+
return o.observe(e, { box: "border-box" }), () => o.unobserve(e);
|
|
292
292
|
} else
|
|
293
|
-
|
|
294
|
-
}, [e]),
|
|
293
|
+
t(void 0);
|
|
294
|
+
}, [e]), n;
|
|
295
295
|
}
|
|
296
|
-
function
|
|
297
|
-
const [
|
|
298
|
-
return [
|
|
296
|
+
function Wn(e, n) {
|
|
297
|
+
const [t, o] = u.useReducer((s, r) => n[s][r] ?? s, e);
|
|
298
|
+
return [t, o];
|
|
299
299
|
}
|
|
300
|
-
function
|
|
301
|
-
const [c, a] =
|
|
300
|
+
function pt(e, n, t, o = 0, s = "start", r = !0) {
|
|
301
|
+
const [c, a] = D.useState({
|
|
302
302
|
position: "absolute",
|
|
303
303
|
top: 0,
|
|
304
304
|
left: 0,
|
|
305
305
|
opacity: 0,
|
|
306
306
|
pointerEvents: "none"
|
|
307
|
-
}), [
|
|
308
|
-
return
|
|
309
|
-
if (!
|
|
307
|
+
}), [i, d] = D.useState(!1);
|
|
308
|
+
return B(() => {
|
|
309
|
+
if (!t) {
|
|
310
310
|
d(!1), a({
|
|
311
311
|
position: "absolute",
|
|
312
312
|
top: 0,
|
|
@@ -316,136 +316,136 @@ function He(e, t, n, s = 0, o = "start", r = !0) {
|
|
|
316
316
|
});
|
|
317
317
|
return;
|
|
318
318
|
}
|
|
319
|
-
let
|
|
320
|
-
const
|
|
321
|
-
if (!e.current || !
|
|
322
|
-
const
|
|
323
|
-
if (
|
|
324
|
-
|
|
319
|
+
let p;
|
|
320
|
+
const f = () => {
|
|
321
|
+
if (!e.current || !n.current) return;
|
|
322
|
+
const m = (e.current.closest(".bd-TextFieldRoot") || e.current).getBoundingClientRect(), v = n.current.getBoundingClientRect(), C = r ? m.width : v.width;
|
|
323
|
+
if (v.height === 0 || v.width === 0) {
|
|
324
|
+
p = requestAnimationFrame(f);
|
|
325
325
|
return;
|
|
326
326
|
}
|
|
327
|
-
const
|
|
328
|
-
let
|
|
329
|
-
|
|
327
|
+
const g = window.innerHeight, N = window.innerWidth;
|
|
328
|
+
let b = window.scrollY + m.bottom + o, y = window.scrollX + m.left;
|
|
329
|
+
s === "center" ? y = window.scrollX + m.left + m.width / 2 - C / 2 : s === "end" && (y = window.scrollX + m.right - C), m.bottom + v.height + o > g && (b = window.scrollY + m.top - v.height - o), y + C > window.scrollX + N && (y = window.scrollX + N - C - 16), y < window.scrollX && (y = window.scrollX + 16);
|
|
330
330
|
const w = {
|
|
331
331
|
position: "absolute",
|
|
332
|
-
top: `${
|
|
332
|
+
top: `${b}px`,
|
|
333
333
|
left: `${y}px`,
|
|
334
334
|
zIndex: 1e3,
|
|
335
335
|
opacity: 1,
|
|
336
336
|
pointerEvents: "auto"
|
|
337
337
|
};
|
|
338
|
-
r && (w.
|
|
338
|
+
r && (w.width = `${m.width}px`), a(w), d(!0);
|
|
339
339
|
};
|
|
340
|
-
return
|
|
341
|
-
cancelAnimationFrame(
|
|
340
|
+
return p = requestAnimationFrame(f), window.addEventListener("scroll", f, { passive: !0 }), window.addEventListener("resize", f), () => {
|
|
341
|
+
cancelAnimationFrame(p), window.removeEventListener("scroll", f), window.removeEventListener("resize", f);
|
|
342
342
|
};
|
|
343
|
-
}, [
|
|
343
|
+
}, [t, e, n, o, s, r]), { styles: c, isPositioned: i };
|
|
344
344
|
}
|
|
345
|
-
function
|
|
346
|
-
|
|
347
|
-
const
|
|
348
|
-
const
|
|
349
|
-
!
|
|
345
|
+
function Ve(e, n) {
|
|
346
|
+
u.useEffect(() => {
|
|
347
|
+
const t = (o) => {
|
|
348
|
+
const s = e?.current;
|
|
349
|
+
!s || s.contains(o.target) || n(o);
|
|
350
350
|
};
|
|
351
|
-
return document.addEventListener("mousedown",
|
|
352
|
-
document.removeEventListener("mousedown",
|
|
351
|
+
return document.addEventListener("mousedown", t), document.addEventListener("touchstart", t), () => {
|
|
352
|
+
document.removeEventListener("mousedown", t), document.removeEventListener("touchstart", t);
|
|
353
353
|
};
|
|
354
|
-
}, [e,
|
|
354
|
+
}, [e, n]);
|
|
355
355
|
}
|
|
356
|
-
const
|
|
356
|
+
const $e = ({
|
|
357
357
|
children: e,
|
|
358
|
-
container:
|
|
359
|
-
}) => typeof window > "u" || !
|
|
358
|
+
container: n = globalThis?.document?.body
|
|
359
|
+
}) => typeof window > "u" || !n ? null : Bn(
|
|
360
360
|
/* @__PURE__ */ l("div", { className: "bd-theme bd-reset", style: { display: "contents" }, children: e }),
|
|
361
|
-
|
|
362
|
-
),
|
|
363
|
-
const
|
|
364
|
-
const { children:
|
|
365
|
-
if (
|
|
366
|
-
const c =
|
|
367
|
-
return a.ref =
|
|
361
|
+
n
|
|
362
|
+
), Xn = (e) => {
|
|
363
|
+
const n = D.forwardRef((t, o) => {
|
|
364
|
+
const { children: s, ...r } = t;
|
|
365
|
+
if (D.isValidElement(s)) {
|
|
366
|
+
const c = Fe(s), a = Vn(r, s.props);
|
|
367
|
+
return a.ref = o ? Q(o, c) : c, D.cloneElement(s, a);
|
|
368
368
|
}
|
|
369
369
|
throw new Error(
|
|
370
370
|
`[${e}.OutletClone] Invalid children passed, expected a single valid React element.`
|
|
371
371
|
);
|
|
372
372
|
});
|
|
373
|
-
return
|
|
374
|
-
},
|
|
375
|
-
const
|
|
376
|
-
const { children: r, ...c } =
|
|
377
|
-
if (
|
|
378
|
-
const d =
|
|
379
|
-
if (
|
|
380
|
-
if (
|
|
373
|
+
return n.displayName = `${e}.OutletClone`, n;
|
|
374
|
+
}, de = (e) => {
|
|
375
|
+
const n = Xn(e), t = D.forwardRef((o, s) => {
|
|
376
|
+
const { children: r, ...c } = o, a = D.Children.toArray(r), i = a.find(Jn);
|
|
377
|
+
if (i) {
|
|
378
|
+
const d = i.props.children, p = a.map((f) => {
|
|
379
|
+
if (f === i) {
|
|
380
|
+
if (D.Children.count(d) > 1 || !D.isValidElement(d))
|
|
381
381
|
throw new Error(
|
|
382
382
|
`[${e}.Outlet] Invalid children passed, expected a single valid React element.`
|
|
383
383
|
);
|
|
384
384
|
return d.props.children;
|
|
385
385
|
} else
|
|
386
|
-
return
|
|
386
|
+
return f;
|
|
387
387
|
});
|
|
388
|
-
if (!
|
|
388
|
+
if (!D.isValidElement(d))
|
|
389
389
|
throw new Error(`[${e}.Outlet] Invalid children passed.`);
|
|
390
|
-
return /* @__PURE__ */ l(
|
|
390
|
+
return /* @__PURE__ */ l(n, { ...c, ref: s, children: D.cloneElement(d, void 0, p) });
|
|
391
391
|
}
|
|
392
|
-
return /* @__PURE__ */ l(
|
|
392
|
+
return /* @__PURE__ */ l(n, { ...c, ref: s, children: r });
|
|
393
393
|
});
|
|
394
|
-
return
|
|
395
|
-
},
|
|
396
|
-
const
|
|
397
|
-
const { asChild: c, ...a } =
|
|
398
|
-
return /* @__PURE__ */ l(c ?
|
|
394
|
+
return t.displayName = `${e}.Outlet`, t;
|
|
395
|
+
}, me = de("Outlet"), Zn = Symbol("bds.outlettable"), Jn = (e) => D.isValidElement(e) && typeof e.type == "function" && "__bdsId" in e.type && e.type.__bdsId === Zn, Qn = ["a", "button", "div", "input", "label", "span"], R = Qn.reduce((e, n) => {
|
|
396
|
+
const t = de(`Base.${n}`), o = u.forwardRef((s, r) => {
|
|
397
|
+
const { asChild: c, ...a } = s;
|
|
398
|
+
return /* @__PURE__ */ l(c ? t : n, { ...a, ref: r });
|
|
399
399
|
});
|
|
400
|
-
return
|
|
400
|
+
return o.displayName = `Base.${n}`, { ...e, [n]: o };
|
|
401
401
|
}, {});
|
|
402
|
-
function
|
|
403
|
-
const
|
|
404
|
-
|
|
402
|
+
function eo(e) {
|
|
403
|
+
const n = `${e}CollectionProvider`, [t, o] = M(n), [s, r] = t(
|
|
404
|
+
n,
|
|
405
405
|
{ collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }
|
|
406
|
-
), c = (
|
|
407
|
-
const { scope: g, children:
|
|
408
|
-
return /* @__PURE__ */ l(
|
|
406
|
+
), c = (C) => {
|
|
407
|
+
const { scope: g, children: N } = C, b = u.useRef(null), y = u.useRef(/* @__PURE__ */ new Map()).current;
|
|
408
|
+
return /* @__PURE__ */ l(s, { scope: g, itemMap: y, collectionRef: b, children: N });
|
|
409
409
|
};
|
|
410
|
-
c.displayName =
|
|
411
|
-
const a = `${e}CollectionOutlet`,
|
|
412
|
-
(
|
|
413
|
-
const { scope:
|
|
414
|
-
return /* @__PURE__ */ l(
|
|
410
|
+
c.displayName = n;
|
|
411
|
+
const a = `${e}CollectionOutlet`, i = de(a), d = u.forwardRef(
|
|
412
|
+
(C, g) => {
|
|
413
|
+
const { scope: N, children: b } = C, y = r(a, N), w = I(g, y.collectionRef);
|
|
414
|
+
return /* @__PURE__ */ l(i, { ref: w, children: b });
|
|
415
415
|
}
|
|
416
416
|
);
|
|
417
417
|
d.displayName = a;
|
|
418
|
-
const
|
|
419
|
-
(
|
|
420
|
-
const { scope:
|
|
421
|
-
return
|
|
418
|
+
const p = `${e}CollectionItemOutlet`, f = "data-bd-collection-item", h = de(p), m = u.forwardRef(
|
|
419
|
+
(C, g) => {
|
|
420
|
+
const { scope: N, children: b, ...y } = C, w = u.useRef(null), S = I(g, w), k = r(p, N);
|
|
421
|
+
return u.useEffect(() => (k.itemMap.set(w, { ref: w, ...y }), () => void k.itemMap.delete(w))), /* @__PURE__ */ l(h, { [f]: "", ref: S, children: b });
|
|
422
422
|
}
|
|
423
423
|
);
|
|
424
|
-
|
|
425
|
-
function C
|
|
426
|
-
const g = r(`${e}CollectionConsumer`,
|
|
427
|
-
return
|
|
428
|
-
const
|
|
429
|
-
if (!
|
|
430
|
-
const
|
|
424
|
+
m.displayName = p;
|
|
425
|
+
function v(C) {
|
|
426
|
+
const g = r(`${e}CollectionConsumer`, C);
|
|
427
|
+
return u.useCallback(() => {
|
|
428
|
+
const b = g.collectionRef.current;
|
|
429
|
+
if (!b) return [];
|
|
430
|
+
const y = Array.from(b.querySelectorAll(`[${f}]`));
|
|
431
431
|
return Array.from(g.itemMap.values()).sort(
|
|
432
|
-
(
|
|
432
|
+
(k, O) => y.indexOf(k.ref.current) - y.indexOf(O.ref.current)
|
|
433
433
|
);
|
|
434
434
|
}, [g.collectionRef, g.itemMap]);
|
|
435
435
|
}
|
|
436
436
|
return [
|
|
437
|
-
{ Provider: c, Outlet: d, ItemOutlet:
|
|
438
|
-
|
|
439
|
-
|
|
437
|
+
{ Provider: c, Outlet: d, ItemOutlet: m },
|
|
438
|
+
v,
|
|
439
|
+
o
|
|
440
440
|
];
|
|
441
441
|
}
|
|
442
|
-
function
|
|
443
|
-
const { remain:
|
|
444
|
-
return typeof
|
|
442
|
+
function ft(e) {
|
|
443
|
+
const { remain: n, children: t } = e, o = no(n), s = typeof t == "function" ? t({ remain: o.isRemain }) : u.Children.only(t), r = I(o.ref, Fe(s));
|
|
444
|
+
return typeof t == "function" || o.isRemain ? u.cloneElement(s, { ref: r }) : null;
|
|
445
445
|
}
|
|
446
|
-
const
|
|
447
|
-
function
|
|
448
|
-
const [
|
|
446
|
+
const to = ["mounted", "unmountSuspended"];
|
|
447
|
+
function no(e) {
|
|
448
|
+
const [n, t] = u.useState(), o = u.useRef(null), s = u.useRef(e), r = u.useRef("none"), c = e ? "mounted" : "unmounted", [a, i] = Wn(c, {
|
|
449
449
|
mounted: {
|
|
450
450
|
UNMOUNT: "unmounted",
|
|
451
451
|
ANIMATION_OUT: "unmountSuspended"
|
|
@@ -458,45 +458,45 @@ function Sn(e) {
|
|
|
458
458
|
MOUNT: "mounted"
|
|
459
459
|
}
|
|
460
460
|
});
|
|
461
|
-
return
|
|
462
|
-
const d =
|
|
461
|
+
return u.useEffect(() => {
|
|
462
|
+
const d = ae(o.current);
|
|
463
463
|
r.current = a === "mounted" ? d : "none";
|
|
464
|
-
}, [a]),
|
|
465
|
-
const d =
|
|
466
|
-
if (
|
|
467
|
-
const
|
|
468
|
-
e ?
|
|
464
|
+
}, [a]), B(() => {
|
|
465
|
+
const d = o.current, p = s.current;
|
|
466
|
+
if (p !== e) {
|
|
467
|
+
const h = r.current, m = ae(d);
|
|
468
|
+
e ? i("MOUNT") : m === "none" || d?.display === "none" ? i("UNMOUNT") : i(p && h !== m ? "ANIMATION_OUT" : "UNMOUNT"), s.current = e;
|
|
469
469
|
}
|
|
470
|
-
}, [e,
|
|
471
|
-
if (
|
|
470
|
+
}, [e, i]), B(() => {
|
|
471
|
+
if (n) {
|
|
472
472
|
let d;
|
|
473
|
-
const
|
|
474
|
-
const
|
|
475
|
-
if (
|
|
476
|
-
const g =
|
|
477
|
-
|
|
478
|
-
|
|
473
|
+
const p = n.ownerDocument.defaultView ?? window, f = (m) => {
|
|
474
|
+
const C = ae(o.current).includes(CSS.escape(m.animationName));
|
|
475
|
+
if (m.target === n && C && (i("ANIMATION_END"), !s.current)) {
|
|
476
|
+
const g = n.style.animationFillMode;
|
|
477
|
+
n.style.animationFillMode = "forwards", d = p.setTimeout(() => {
|
|
478
|
+
n.style.animationFillMode === "forwards" && (n.style.animationFillMode = g);
|
|
479
479
|
});
|
|
480
480
|
}
|
|
481
|
-
},
|
|
482
|
-
|
|
481
|
+
}, h = (m) => {
|
|
482
|
+
m.target === n && (r.current = ae(o.current));
|
|
483
483
|
};
|
|
484
|
-
return
|
|
485
|
-
|
|
484
|
+
return n.addEventListener("animationstart", h), n.addEventListener("animationcancel", f), n.addEventListener("animationend", f), () => {
|
|
485
|
+
p.clearTimeout(d), n.removeEventListener("animationstart", h), n.removeEventListener("animationcancel", f), n.removeEventListener("animationend", f);
|
|
486
486
|
};
|
|
487
487
|
} else
|
|
488
|
-
|
|
489
|
-
}, [
|
|
490
|
-
isRemain:
|
|
491
|
-
ref:
|
|
492
|
-
|
|
488
|
+
i("ANIMATION_END");
|
|
489
|
+
}, [n, i]), {
|
|
490
|
+
isRemain: to.includes(a),
|
|
491
|
+
ref: u.useCallback((d) => {
|
|
492
|
+
o.current = d ? getComputedStyle(d) : null, t(d);
|
|
493
493
|
}, [])
|
|
494
494
|
};
|
|
495
495
|
}
|
|
496
|
-
function
|
|
496
|
+
function ae(e) {
|
|
497
497
|
return e?.animationName || "none";
|
|
498
498
|
}
|
|
499
|
-
const
|
|
499
|
+
const oo = Object.freeze({
|
|
500
500
|
position: "absolute",
|
|
501
501
|
border: 0,
|
|
502
502
|
width: 1,
|
|
@@ -507,157 +507,157 @@ const kn = Object.freeze({
|
|
|
507
507
|
clip: "rect(0, 0, 0, 0)",
|
|
508
508
|
whiteSpace: "nowrap",
|
|
509
509
|
wordWrap: "normal"
|
|
510
|
-
}),
|
|
511
|
-
(e,
|
|
512
|
-
|
|
510
|
+
}), mt = u.forwardRef(
|
|
511
|
+
(e, n) => /* @__PURE__ */ l(
|
|
512
|
+
R.span,
|
|
513
513
|
{
|
|
514
514
|
...e,
|
|
515
|
-
ref:
|
|
516
|
-
style: { ...
|
|
515
|
+
ref: n,
|
|
516
|
+
style: { ...oo, ...e.style }
|
|
517
517
|
}
|
|
518
518
|
)
|
|
519
519
|
);
|
|
520
|
-
|
|
521
|
-
const
|
|
522
|
-
const { children:
|
|
523
|
-
return /* @__PURE__ */ l(
|
|
520
|
+
mt.displayName = "VisuallyHidden";
|
|
521
|
+
const so = u.forwardRef((e, n) => {
|
|
522
|
+
const { children: t, className: o, ...s } = e;
|
|
523
|
+
return /* @__PURE__ */ l(me, { ...s, ref: n, className: x("bd-reset", o), children: dt(t) });
|
|
524
524
|
});
|
|
525
|
-
|
|
526
|
-
const
|
|
527
|
-
if (e?.(
|
|
528
|
-
return
|
|
529
|
-
},
|
|
530
|
-
|
|
531
|
-
[
|
|
532
|
-
), [
|
|
533
|
-
(e,
|
|
534
|
-
),
|
|
525
|
+
so.displayName = "Reset";
|
|
526
|
+
const A = (e, n, { checkForDefaultPrevented: t = !0 } = {}) => function(s) {
|
|
527
|
+
if (e?.(s), t === !1 || !s.defaultPrevented)
|
|
528
|
+
return n?.(s);
|
|
529
|
+
}, Ee = "rovingFocusGroup.onEntryFocus", ro = { bubbles: !1, cancelable: !0 }, he = "RovingFocusGroup", [Me, ht, ao] = eo(he), [co, ze] = M(
|
|
530
|
+
he,
|
|
531
|
+
[ao]
|
|
532
|
+
), [io, lo] = co(he), gt = u.forwardRef(
|
|
533
|
+
(e, n) => /* @__PURE__ */ l(Me.Provider, { scope: e.__scopeRovingFocusGroup, children: /* @__PURE__ */ l(Me.Outlet, { scope: e.__scopeRovingFocusGroup, children: /* @__PURE__ */ l(uo, { ...e, ref: n }) }) })
|
|
534
|
+
), uo = u.forwardRef((e, n) => {
|
|
535
535
|
const {
|
|
536
|
-
__scopeRovingFocusGroup:
|
|
537
|
-
orientation:
|
|
538
|
-
loop:
|
|
536
|
+
__scopeRovingFocusGroup: t,
|
|
537
|
+
orientation: o,
|
|
538
|
+
loop: s = !1,
|
|
539
539
|
currentTabStopId: r,
|
|
540
540
|
defaultCurrentTabStopId: c,
|
|
541
541
|
onCurrentTabStopIdChange: a,
|
|
542
|
-
onEntryFocus:
|
|
542
|
+
onEntryFocus: i,
|
|
543
543
|
preventScrollOnEntryFocus: d = !1,
|
|
544
|
-
...
|
|
545
|
-
} = e,
|
|
544
|
+
...p
|
|
545
|
+
} = e, f = u.useRef(null), h = I(n, f), [m, v] = _({
|
|
546
546
|
prop: r,
|
|
547
547
|
defaultProp: c ?? null,
|
|
548
548
|
onChange: a,
|
|
549
|
-
caller:
|
|
550
|
-
}), [
|
|
551
|
-
return
|
|
552
|
-
const
|
|
553
|
-
if (
|
|
554
|
-
return
|
|
555
|
-
}, [
|
|
556
|
-
|
|
549
|
+
caller: he
|
|
550
|
+
}), [C, g] = u.useState(!1), N = ce(i), b = ht(t), y = u.useRef(!1), [w, S] = u.useState(0);
|
|
551
|
+
return u.useEffect(() => {
|
|
552
|
+
const k = f.current;
|
|
553
|
+
if (k)
|
|
554
|
+
return k.addEventListener(Ee, N), () => k.removeEventListener(Ee, N);
|
|
555
|
+
}, [N]), /* @__PURE__ */ l(
|
|
556
|
+
io,
|
|
557
557
|
{
|
|
558
|
-
scope:
|
|
559
|
-
orientation:
|
|
560
|
-
loop:
|
|
561
|
-
currentTabStopId:
|
|
562
|
-
onItemFocus:
|
|
563
|
-
(
|
|
564
|
-
[
|
|
558
|
+
scope: t,
|
|
559
|
+
orientation: o,
|
|
560
|
+
loop: s,
|
|
561
|
+
currentTabStopId: m,
|
|
562
|
+
onItemFocus: u.useCallback(
|
|
563
|
+
(k) => v(k),
|
|
564
|
+
[v]
|
|
565
565
|
),
|
|
566
|
-
onItemShiftTab:
|
|
567
|
-
onFocusableItemAdd:
|
|
568
|
-
() =>
|
|
566
|
+
onItemShiftTab: u.useCallback(() => g(!0), []),
|
|
567
|
+
onFocusableItemAdd: u.useCallback(
|
|
568
|
+
() => S((k) => k + 1),
|
|
569
569
|
[]
|
|
570
570
|
),
|
|
571
|
-
onFocusableItemRemove:
|
|
572
|
-
() =>
|
|
571
|
+
onFocusableItemRemove: u.useCallback(
|
|
572
|
+
() => S((k) => k - 1),
|
|
573
573
|
[]
|
|
574
574
|
),
|
|
575
575
|
children: /* @__PURE__ */ l(
|
|
576
|
-
|
|
576
|
+
R.div,
|
|
577
577
|
{
|
|
578
|
-
tabIndex:
|
|
579
|
-
"data-orientation":
|
|
580
|
-
...
|
|
581
|
-
ref:
|
|
578
|
+
tabIndex: C || w === 0 ? -1 : 0,
|
|
579
|
+
"data-orientation": o,
|
|
580
|
+
...p,
|
|
581
|
+
ref: h,
|
|
582
582
|
style: { outline: "none", ...e.style },
|
|
583
|
-
onMouseDown:
|
|
584
|
-
|
|
583
|
+
onMouseDown: A(e.onMouseDown, () => {
|
|
584
|
+
y.current = !0;
|
|
585
585
|
}),
|
|
586
|
-
onFocus:
|
|
587
|
-
const
|
|
588
|
-
if (
|
|
589
|
-
const
|
|
590
|
-
if (
|
|
591
|
-
const
|
|
586
|
+
onFocus: A(e.onFocus, (k) => {
|
|
587
|
+
const O = !y.current;
|
|
588
|
+
if (k.target === k.currentTarget && O && !C) {
|
|
589
|
+
const re = new CustomEvent(Ee, ro);
|
|
590
|
+
if (k.currentTarget.dispatchEvent(re), !re.defaultPrevented) {
|
|
591
|
+
const Se = b().filter((L) => L.focusable), _n = Se.find((L) => L.active), An = Se.find((L) => L.id === m), Mn = [_n, An, ...Se].filter(
|
|
592
592
|
Boolean
|
|
593
|
-
).map((
|
|
594
|
-
|
|
593
|
+
).map((L) => L.ref.current);
|
|
594
|
+
Ct(Mn, d);
|
|
595
595
|
}
|
|
596
596
|
}
|
|
597
|
-
|
|
597
|
+
y.current = !1;
|
|
598
598
|
}),
|
|
599
|
-
onBlur:
|
|
599
|
+
onBlur: A(e.onBlur, () => g(!1))
|
|
600
600
|
}
|
|
601
601
|
)
|
|
602
602
|
}
|
|
603
603
|
);
|
|
604
|
-
}),
|
|
605
|
-
(e,
|
|
604
|
+
}), po = "RovingFocusGroupItem", bt = u.forwardRef(
|
|
605
|
+
(e, n) => {
|
|
606
606
|
const {
|
|
607
|
-
__scopeRovingFocusGroup:
|
|
608
|
-
focusable:
|
|
609
|
-
active:
|
|
607
|
+
__scopeRovingFocusGroup: t,
|
|
608
|
+
focusable: o = !0,
|
|
609
|
+
active: s = !1,
|
|
610
610
|
tabStopId: r,
|
|
611
611
|
children: c,
|
|
612
612
|
...a
|
|
613
|
-
} = e,
|
|
614
|
-
return
|
|
615
|
-
if (
|
|
616
|
-
return
|
|
617
|
-
}, [
|
|
618
|
-
|
|
613
|
+
} = e, i = ee(), d = r || i, p = lo(po, t), f = p.currentTabStopId === d, h = ht(t), { onFocusableItemAdd: m, onFocusableItemRemove: v, currentTabStopId: C } = p;
|
|
614
|
+
return u.useEffect(() => {
|
|
615
|
+
if (o)
|
|
616
|
+
return m(), () => v();
|
|
617
|
+
}, [o, m, v]), /* @__PURE__ */ l(
|
|
618
|
+
Me.ItemOutlet,
|
|
619
619
|
{
|
|
620
|
-
scope:
|
|
620
|
+
scope: t,
|
|
621
621
|
id: d,
|
|
622
|
-
focusable:
|
|
623
|
-
active:
|
|
622
|
+
focusable: o,
|
|
623
|
+
active: s,
|
|
624
624
|
children: /* @__PURE__ */ l(
|
|
625
|
-
|
|
625
|
+
R.span,
|
|
626
626
|
{
|
|
627
|
-
tabIndex:
|
|
628
|
-
"data-orientation":
|
|
627
|
+
tabIndex: f ? 0 : -1,
|
|
628
|
+
"data-orientation": p.orientation,
|
|
629
629
|
...a,
|
|
630
|
-
ref:
|
|
631
|
-
onMouseDown:
|
|
632
|
-
|
|
630
|
+
ref: n,
|
|
631
|
+
onMouseDown: A(e.onMouseDown, (g) => {
|
|
632
|
+
o ? p.onItemFocus(d) : g.preventDefault();
|
|
633
633
|
}),
|
|
634
|
-
onFocus:
|
|
635
|
-
onKeyDown:
|
|
634
|
+
onFocus: A(e.onFocus, () => p.onItemFocus(d)),
|
|
635
|
+
onKeyDown: A(e.onKeyDown, (g) => {
|
|
636
636
|
if (g.key === "Tab" && g.shiftKey) {
|
|
637
|
-
|
|
637
|
+
p.onItemShiftTab();
|
|
638
638
|
return;
|
|
639
639
|
}
|
|
640
640
|
if (g.target !== g.currentTarget) return;
|
|
641
|
-
const
|
|
642
|
-
if (
|
|
641
|
+
const N = mo(g, p.orientation);
|
|
642
|
+
if (N !== void 0) {
|
|
643
643
|
if (g.metaKey || g.ctrlKey || g.altKey || g.shiftKey) return;
|
|
644
644
|
g.preventDefault();
|
|
645
|
-
let
|
|
646
|
-
if (
|
|
647
|
-
else if (
|
|
648
|
-
|
|
649
|
-
const
|
|
650
|
-
|
|
645
|
+
let y = h().filter((w) => w.focusable).map((w) => w.ref.current);
|
|
646
|
+
if (N === "last") y.reverse();
|
|
647
|
+
else if (N === "prev" || N === "next") {
|
|
648
|
+
N === "prev" && y.reverse();
|
|
649
|
+
const w = y.indexOf(g.currentTarget);
|
|
650
|
+
y = p.loop ? ho(y, w + 1) : y.slice(w + 1), setTimeout(() => Ct(y));
|
|
651
651
|
}
|
|
652
652
|
}
|
|
653
653
|
}),
|
|
654
|
-
children: typeof c == "function" ? c({ hasTabStop:
|
|
654
|
+
children: typeof c == "function" ? c({ hasTabStop: C != null, isCurrentTabStop: f }) : c
|
|
655
655
|
}
|
|
656
656
|
)
|
|
657
657
|
}
|
|
658
658
|
);
|
|
659
659
|
}
|
|
660
|
-
),
|
|
660
|
+
), fo = {
|
|
661
661
|
ArrowLeft: "prev",
|
|
662
662
|
ArrowUp: "prev",
|
|
663
663
|
ArrowRight: "next",
|
|
@@ -667,91 +667,91 @@ const B = (e, t, { checkForDefaultPrevented: n = !0 } = {}) => function(o) {
|
|
|
667
667
|
PageDown: "last",
|
|
668
668
|
End: "last"
|
|
669
669
|
};
|
|
670
|
-
function
|
|
671
|
-
const
|
|
672
|
-
if (!(
|
|
673
|
-
return
|
|
670
|
+
function mo(e, n) {
|
|
671
|
+
const t = e.key;
|
|
672
|
+
if (!(n === "vertical" && ["ArrowLeft", "ArrowRight"].includes(t)) && !(n === "horizontal" && ["ArrowUp", "ArrowDown"].includes(t)))
|
|
673
|
+
return fo[t];
|
|
674
674
|
}
|
|
675
|
-
function
|
|
676
|
-
const
|
|
677
|
-
for (const
|
|
678
|
-
if (
|
|
675
|
+
function Ct(e, n = !1) {
|
|
676
|
+
const t = document.activeElement;
|
|
677
|
+
for (const o of e)
|
|
678
|
+
if (o === t || (o.focus({ preventScroll: n }), document.activeElement !== t)) return;
|
|
679
679
|
}
|
|
680
|
-
function
|
|
681
|
-
return e.map((
|
|
680
|
+
function ho(e, n) {
|
|
681
|
+
return e.map((t, o) => e[(n + o) % e.length]);
|
|
682
682
|
}
|
|
683
|
-
const
|
|
683
|
+
const K = {
|
|
684
684
|
asChild: {
|
|
685
685
|
type: "boolean"
|
|
686
686
|
}
|
|
687
|
-
},
|
|
687
|
+
}, ge = ["white", "gray50", "gray100", "gray200", "gray300", "gray400", "gray500", "gray600", "gray700", "gray800", "gray900", "gray1000", "gray1100", "gray1200", "gray1300", "gray1400", "gray1500", "blue50", "blue100", "blue200", "blue300", "blue400", "blue500", "blue600", "blue700", "blue800", "blue900", "blue1000", "blue1100", "blue1200", "blue1300", "blue1400", "green50", "green100", "green200", "green300", "green400", "green500", "green600", "green700", "green800", "green900", "green1000", "green1100", "green1200", "red50", "red100", "red200", "red300", "red400", "red500", "red600", "red700", "red800", "red900", "red1000", "red1100"], go = {
|
|
688
688
|
color: {
|
|
689
689
|
type: "enum | string",
|
|
690
|
-
values:
|
|
690
|
+
values: ge,
|
|
691
691
|
className: "bd-color",
|
|
692
692
|
customProperties: ["--color"],
|
|
693
693
|
default: void 0
|
|
694
694
|
}
|
|
695
|
-
},
|
|
695
|
+
}, bo = {
|
|
696
696
|
borderColor: {
|
|
697
697
|
type: "enum | string",
|
|
698
|
-
values:
|
|
698
|
+
values: ge,
|
|
699
699
|
className: "bd-br-color",
|
|
700
700
|
customProperties: ["--border-color"],
|
|
701
701
|
default: void 0
|
|
702
702
|
}
|
|
703
|
-
},
|
|
703
|
+
}, Co = {
|
|
704
704
|
accentColor: {
|
|
705
705
|
type: "enum | string",
|
|
706
|
-
values:
|
|
706
|
+
values: ge,
|
|
707
707
|
className: "bd-ac-color",
|
|
708
708
|
customProperties: ["--accent-color"],
|
|
709
709
|
default: void 0
|
|
710
710
|
}
|
|
711
|
-
},
|
|
711
|
+
}, U = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"], j = {
|
|
712
712
|
p: {
|
|
713
713
|
type: "enum | string",
|
|
714
|
-
values:
|
|
714
|
+
values: U,
|
|
715
715
|
className: "bd-p",
|
|
716
716
|
customProperties: ["--p"]
|
|
717
717
|
},
|
|
718
718
|
px: {
|
|
719
719
|
type: "enum | string",
|
|
720
|
-
values:
|
|
720
|
+
values: U,
|
|
721
721
|
className: "bd-px",
|
|
722
722
|
customProperties: ["--px"]
|
|
723
723
|
},
|
|
724
724
|
py: {
|
|
725
725
|
type: "enum | string",
|
|
726
|
-
values:
|
|
726
|
+
values: U,
|
|
727
727
|
className: "bd-py",
|
|
728
728
|
customProperties: ["--py"]
|
|
729
729
|
},
|
|
730
730
|
pt: {
|
|
731
731
|
type: "enum | string",
|
|
732
|
-
values:
|
|
732
|
+
values: U,
|
|
733
733
|
className: "bd-pt",
|
|
734
734
|
customProperties: ["--pt"]
|
|
735
735
|
},
|
|
736
736
|
pr: {
|
|
737
737
|
type: "enum | string",
|
|
738
|
-
values:
|
|
738
|
+
values: U,
|
|
739
739
|
className: "bd-pr",
|
|
740
740
|
customProperties: ["--pr"]
|
|
741
741
|
},
|
|
742
742
|
pb: {
|
|
743
743
|
type: "enum | string",
|
|
744
|
-
values:
|
|
744
|
+
values: U,
|
|
745
745
|
className: "bd-pb",
|
|
746
746
|
customProperties: ["--pb"]
|
|
747
747
|
},
|
|
748
748
|
pl: {
|
|
749
749
|
type: "enum | string",
|
|
750
|
-
values:
|
|
750
|
+
values: U,
|
|
751
751
|
className: "bd-pl",
|
|
752
752
|
customProperties: ["--pl"]
|
|
753
753
|
}
|
|
754
|
-
},
|
|
754
|
+
}, vt = {
|
|
755
755
|
width: {
|
|
756
756
|
type: "string",
|
|
757
757
|
className: "bd-w",
|
|
@@ -767,7 +767,7 @@ const U = {
|
|
|
767
767
|
className: "bd-max-w",
|
|
768
768
|
customProperties: ["--max-width"]
|
|
769
769
|
}
|
|
770
|
-
},
|
|
770
|
+
}, vo = {
|
|
771
771
|
height: {
|
|
772
772
|
type: "string",
|
|
773
773
|
className: "bd-h",
|
|
@@ -783,59 +783,59 @@ const U = {
|
|
|
783
783
|
className: "bd-max-h",
|
|
784
784
|
customProperties: ["--max-height"]
|
|
785
785
|
}
|
|
786
|
-
},
|
|
787
|
-
...
|
|
788
|
-
...
|
|
789
|
-
...
|
|
786
|
+
}, yo = ["static", "relative", "absolute", "fixed", "sticky"], Ie = ["visible", "hidden", "clip", "scroll", "auto"], X = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "-1", "-2", "-3", "-4", "-5", "-6", "-7", "-8", "-9", "-10", "-11", "-12"], No = ["0", "1"], wo = ["0", "1"], Ro = ["start", "center", "end", "baseline", "stretch"], xo = ["start", "center", "end", "baseline", "stretch"], Po = {
|
|
787
|
+
...vt,
|
|
788
|
+
...vo,
|
|
789
|
+
...j,
|
|
790
790
|
position: {
|
|
791
791
|
type: "enum",
|
|
792
792
|
className: "bd-position",
|
|
793
|
-
values:
|
|
793
|
+
values: yo
|
|
794
794
|
},
|
|
795
795
|
inset: {
|
|
796
796
|
type: "enum | string",
|
|
797
797
|
className: "bd-inset",
|
|
798
798
|
customProperties: ["--inset"],
|
|
799
|
-
values:
|
|
799
|
+
values: X
|
|
800
800
|
},
|
|
801
801
|
top: {
|
|
802
802
|
type: "enum | string",
|
|
803
803
|
className: "bd-top",
|
|
804
804
|
customProperties: ["--top"],
|
|
805
|
-
values:
|
|
805
|
+
values: X
|
|
806
806
|
},
|
|
807
807
|
right: {
|
|
808
808
|
type: "enum | string",
|
|
809
809
|
className: "bd-right",
|
|
810
810
|
customProperties: ["--right"],
|
|
811
|
-
values:
|
|
811
|
+
values: X
|
|
812
812
|
},
|
|
813
813
|
bottom: {
|
|
814
814
|
type: "enum | string",
|
|
815
815
|
className: "bd-bottom",
|
|
816
816
|
customProperties: ["--bottom"],
|
|
817
|
-
values:
|
|
817
|
+
values: X
|
|
818
818
|
},
|
|
819
819
|
left: {
|
|
820
820
|
type: "enum | string",
|
|
821
821
|
className: "bd-left",
|
|
822
822
|
customProperties: ["--left"],
|
|
823
|
-
values:
|
|
823
|
+
values: X
|
|
824
824
|
},
|
|
825
825
|
overflow: {
|
|
826
826
|
type: "enum",
|
|
827
827
|
className: "bd-overflow",
|
|
828
|
-
values:
|
|
828
|
+
values: Ie
|
|
829
829
|
},
|
|
830
830
|
overflowX: {
|
|
831
831
|
type: "enum",
|
|
832
832
|
className: "bd-ox",
|
|
833
|
-
values:
|
|
833
|
+
values: Ie
|
|
834
834
|
},
|
|
835
835
|
overflowY: {
|
|
836
836
|
type: "enum",
|
|
837
837
|
className: "bd-oy",
|
|
838
|
-
values:
|
|
838
|
+
values: Ie
|
|
839
839
|
},
|
|
840
840
|
flexBasis: {
|
|
841
841
|
type: "string",
|
|
@@ -846,13 +846,13 @@ const U = {
|
|
|
846
846
|
type: "enum | string",
|
|
847
847
|
className: "bd-fs",
|
|
848
848
|
customProperties: ["--flex-shrink"],
|
|
849
|
-
values:
|
|
849
|
+
values: No
|
|
850
850
|
},
|
|
851
851
|
flexGrow: {
|
|
852
852
|
type: "enum | string",
|
|
853
853
|
className: "bd-fg",
|
|
854
854
|
customProperties: ["--flex-grow"],
|
|
855
|
-
values:
|
|
855
|
+
values: wo
|
|
856
856
|
},
|
|
857
857
|
gridArea: {
|
|
858
858
|
type: "string",
|
|
@@ -892,205 +892,205 @@ const U = {
|
|
|
892
892
|
alignSelf: {
|
|
893
893
|
type: "enum",
|
|
894
894
|
className: "bd-as",
|
|
895
|
-
values:
|
|
895
|
+
values: Ro
|
|
896
896
|
},
|
|
897
897
|
justifySelf: {
|
|
898
898
|
type: "enum",
|
|
899
899
|
className: "bd-js",
|
|
900
|
-
values:
|
|
900
|
+
values: xo
|
|
901
901
|
}
|
|
902
|
-
},
|
|
902
|
+
}, H = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "-1", "-2", "-3", "-4", "-5", "-6", "-7", "-8", "-9", "-10", "-11", "-12"], $ = {
|
|
903
903
|
m: {
|
|
904
904
|
type: "enum | string",
|
|
905
|
-
values:
|
|
905
|
+
values: H,
|
|
906
906
|
className: "bd-m",
|
|
907
907
|
customProperties: ["--m"]
|
|
908
908
|
},
|
|
909
909
|
mx: {
|
|
910
910
|
type: "enum | string",
|
|
911
|
-
values:
|
|
911
|
+
values: H,
|
|
912
912
|
className: "bd-mx",
|
|
913
913
|
customProperties: ["--ml", "--mr"]
|
|
914
914
|
},
|
|
915
915
|
my: {
|
|
916
916
|
type: "enum | string",
|
|
917
|
-
values:
|
|
917
|
+
values: H,
|
|
918
918
|
className: "bd-my",
|
|
919
919
|
customProperties: ["--mt", "--mb"]
|
|
920
920
|
},
|
|
921
921
|
mt: {
|
|
922
922
|
type: "enum | string",
|
|
923
|
-
values:
|
|
923
|
+
values: H,
|
|
924
924
|
className: "bd-mt",
|
|
925
925
|
customProperties: ["--mt"]
|
|
926
926
|
},
|
|
927
927
|
mr: {
|
|
928
928
|
type: "enum | string",
|
|
929
|
-
values:
|
|
929
|
+
values: H,
|
|
930
930
|
className: "bd-mr",
|
|
931
931
|
customProperties: ["--mr"]
|
|
932
932
|
},
|
|
933
933
|
mb: {
|
|
934
934
|
type: "enum | string",
|
|
935
|
-
values:
|
|
935
|
+
values: H,
|
|
936
936
|
className: "bd-mb",
|
|
937
937
|
customProperties: ["--mb"]
|
|
938
938
|
},
|
|
939
939
|
ml: {
|
|
940
940
|
type: "enum | string",
|
|
941
|
-
values:
|
|
941
|
+
values: H,
|
|
942
942
|
className: "bd-ml",
|
|
943
943
|
customProperties: ["--ml"]
|
|
944
944
|
}
|
|
945
|
-
},
|
|
945
|
+
}, So = ["left", "center", "right"], ko = {
|
|
946
946
|
align: {
|
|
947
947
|
type: "enum",
|
|
948
|
-
values:
|
|
948
|
+
values: So,
|
|
949
949
|
className: "bd-ta"
|
|
950
950
|
}
|
|
951
|
-
},
|
|
951
|
+
}, Eo = ["wrap", "nowrap", "pretty", "balance"], Io = {
|
|
952
952
|
wrap: {
|
|
953
953
|
type: "enum",
|
|
954
954
|
className: "bd-tw",
|
|
955
|
-
values:
|
|
955
|
+
values: Eo
|
|
956
956
|
}
|
|
957
|
-
},
|
|
957
|
+
}, Do = ["light", "regular", "medium", "semibold", "bold"], Le = {
|
|
958
958
|
weight: {
|
|
959
959
|
type: "enum",
|
|
960
|
-
values:
|
|
960
|
+
values: Do,
|
|
961
961
|
className: "bd-weight"
|
|
962
962
|
}
|
|
963
|
-
},
|
|
963
|
+
}, To = {
|
|
964
964
|
truncate: {
|
|
965
965
|
type: "boolean",
|
|
966
966
|
className: "bd-truncate"
|
|
967
967
|
}
|
|
968
|
-
},
|
|
968
|
+
}, _o = ["normal", "start", "end", "both"], Ao = {
|
|
969
969
|
trim: {
|
|
970
970
|
type: "enum",
|
|
971
971
|
className: "bd-lt",
|
|
972
|
-
values:
|
|
972
|
+
values: _o,
|
|
973
973
|
default: "normal"
|
|
974
974
|
}
|
|
975
|
-
},
|
|
975
|
+
}, Mo = ["none", "s", "m", "l", "full"], Bo = {
|
|
976
976
|
radius: {
|
|
977
977
|
type: "enum | string",
|
|
978
|
-
values:
|
|
978
|
+
values: Mo,
|
|
979
979
|
default: void 0,
|
|
980
980
|
className: "bd-radius",
|
|
981
981
|
customProperties: ["--radius"]
|
|
982
982
|
}
|
|
983
|
-
},
|
|
983
|
+
}, De = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"], yt = {
|
|
984
984
|
gap: {
|
|
985
985
|
type: "enum | string",
|
|
986
986
|
className: "bd-gap",
|
|
987
987
|
customProperties: ["--gap"],
|
|
988
|
-
values:
|
|
988
|
+
values: De
|
|
989
989
|
},
|
|
990
990
|
gapX: {
|
|
991
991
|
type: "enum | string",
|
|
992
992
|
className: "bd-cg",
|
|
993
993
|
customProperties: ["--col-gap"],
|
|
994
|
-
values:
|
|
994
|
+
values: De
|
|
995
995
|
},
|
|
996
996
|
gapY: {
|
|
997
997
|
type: "enum | string",
|
|
998
998
|
className: "bd-rg",
|
|
999
999
|
customProperties: ["--row-gap"],
|
|
1000
|
-
values:
|
|
1000
|
+
values: De
|
|
1001
1001
|
}
|
|
1002
|
-
},
|
|
1003
|
-
as: { type: "enum", values:
|
|
1004
|
-
...
|
|
1002
|
+
}, Oo = ["span", "div", "label", "p"], Fo = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11"], Go = {
|
|
1003
|
+
as: { type: "enum", values: Oo, default: "span" },
|
|
1004
|
+
...K,
|
|
1005
1005
|
size: {
|
|
1006
1006
|
type: "enum | string",
|
|
1007
1007
|
className: "bd-size",
|
|
1008
|
-
values:
|
|
1008
|
+
values: Fo,
|
|
1009
1009
|
customProperties: ["--size"]
|
|
1010
1010
|
},
|
|
1011
|
-
...
|
|
1012
|
-
|
|
1013
|
-
...
|
|
1014
|
-
...
|
|
1015
|
-
...
|
|
1016
|
-
...
|
|
1017
|
-
...
|
|
1018
|
-
...
|
|
1019
|
-
},
|
|
1011
|
+
...K,
|
|
1012
|
+
...$,
|
|
1013
|
+
...ko,
|
|
1014
|
+
...Io,
|
|
1015
|
+
...Le,
|
|
1016
|
+
...To,
|
|
1017
|
+
...Ao,
|
|
1018
|
+
...go
|
|
1019
|
+
}, te = u.forwardRef((e, n) => {
|
|
1020
1020
|
const {
|
|
1021
|
-
children:
|
|
1022
|
-
className:
|
|
1023
|
-
asChild:
|
|
1021
|
+
children: t,
|
|
1022
|
+
className: o,
|
|
1023
|
+
asChild: s,
|
|
1024
1024
|
as: r = "span",
|
|
1025
1025
|
...c
|
|
1026
|
-
} =
|
|
1027
|
-
return /* @__PURE__ */ l(
|
|
1026
|
+
} = E(e, Go);
|
|
1027
|
+
return /* @__PURE__ */ l(me, { ...c, ref: n, className: x("bd-Text", o), children: s ? t : /* @__PURE__ */ l(r, { children: t }) });
|
|
1028
1028
|
});
|
|
1029
|
-
|
|
1030
|
-
const
|
|
1031
|
-
as: { type: "enum", values:
|
|
1032
|
-
...
|
|
1029
|
+
te.displayName = "Text";
|
|
1030
|
+
const Vo = (e) => e === "between" ? "space-between" : e, $o = ["div", "span"], zo = ["none", "inline-flex", "flex"], Lo = ["row", "column", "row-reverse", "column-reverse"], Uo = ["start", "center", "end", "baseline", "stretch"], Ho = ["start", "center", "end", "between"], jo = ["nowrap", "wrap", "wrap-reverse"], Ue = {
|
|
1031
|
+
as: { type: "enum", values: $o, default: "div" },
|
|
1032
|
+
...K,
|
|
1033
1033
|
display: {
|
|
1034
1034
|
type: "enum",
|
|
1035
1035
|
className: "bd-display",
|
|
1036
|
-
values:
|
|
1036
|
+
values: zo
|
|
1037
1037
|
},
|
|
1038
1038
|
direction: {
|
|
1039
1039
|
type: "enum",
|
|
1040
1040
|
className: "bd-fd",
|
|
1041
|
-
values:
|
|
1041
|
+
values: Lo
|
|
1042
1042
|
},
|
|
1043
1043
|
align: {
|
|
1044
1044
|
type: "enum",
|
|
1045
1045
|
className: "bd-ai",
|
|
1046
|
-
values:
|
|
1046
|
+
values: Uo
|
|
1047
1047
|
},
|
|
1048
1048
|
justify: {
|
|
1049
1049
|
type: "enum",
|
|
1050
1050
|
className: "bd-jc",
|
|
1051
|
-
values:
|
|
1052
|
-
parseValue:
|
|
1051
|
+
values: Ho,
|
|
1052
|
+
parseValue: Vo
|
|
1053
1053
|
},
|
|
1054
1054
|
wrap: {
|
|
1055
1055
|
type: "enum",
|
|
1056
1056
|
className: "bd-fw",
|
|
1057
|
-
values:
|
|
1057
|
+
values: jo
|
|
1058
1058
|
},
|
|
1059
|
-
...
|
|
1060
|
-
...
|
|
1061
|
-
|
|
1062
|
-
},
|
|
1063
|
-
const { className:
|
|
1064
|
-
return /* @__PURE__ */ l(
|
|
1059
|
+
...yt,
|
|
1060
|
+
...Po,
|
|
1061
|
+
...$
|
|
1062
|
+
}, T = u.forwardRef((e, n) => {
|
|
1063
|
+
const { className: t, asChild: o, as: s = "div", ...r } = E(e, Ue);
|
|
1064
|
+
return /* @__PURE__ */ l(o ? me : s, { ...r, ref: n, className: x("bd-Flex", t) });
|
|
1065
1065
|
});
|
|
1066
|
-
|
|
1067
|
-
const
|
|
1068
|
-
size: { type: "enum", className: "bd-size", values:
|
|
1066
|
+
T.displayName = "Flex";
|
|
1067
|
+
const qo = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"], Yo = {
|
|
1068
|
+
size: { type: "enum", className: "bd-size", values: qo, default: "2" },
|
|
1069
1069
|
loading: { type: "boolean", default: !0 },
|
|
1070
|
-
color: { type: "enum", className: "bd-color", values:
|
|
1071
|
-
|
|
1072
|
-
},
|
|
1073
|
-
const { className:
|
|
1070
|
+
color: { type: "enum", className: "bd-color", values: ge },
|
|
1071
|
+
...$
|
|
1072
|
+
}, Nt = u.forwardRef((e, n) => {
|
|
1073
|
+
const { className: t, children: o, loading: s, ...r } = E(
|
|
1074
1074
|
e,
|
|
1075
|
-
|
|
1076
|
-
|
|
1075
|
+
Yo,
|
|
1076
|
+
bo
|
|
1077
1077
|
);
|
|
1078
|
-
if (!
|
|
1079
|
-
const c = /* @__PURE__ */ l("span", { ...r, ref:
|
|
1080
|
-
return
|
|
1081
|
-
/* @__PURE__ */ l("span", { children: /* @__PURE__ */ l("span", { "aria-hidden": !0, style: { display: "contents", visibility: "hidden" }, inert: void 0, children:
|
|
1082
|
-
/* @__PURE__ */ l(
|
|
1078
|
+
if (!s) return o;
|
|
1079
|
+
const c = /* @__PURE__ */ l("span", { ...r, ref: n, className: x("bd-Spinner", t) });
|
|
1080
|
+
return o === void 0 ? c : /* @__PURE__ */ P(T, { asChild: !0, position: "relative", align: "center", justify: "center", children: [
|
|
1081
|
+
/* @__PURE__ */ l("span", { children: /* @__PURE__ */ l("span", { "aria-hidden": !0, style: { display: "contents", visibility: "hidden" }, inert: void 0, children: o }) }),
|
|
1082
|
+
/* @__PURE__ */ l(T, { asChild: !0, align: "center", justify: "center", position: "absolute", inset: "0", children: /* @__PURE__ */ l("span", { children: c }) })
|
|
1083
1083
|
] });
|
|
1084
1084
|
});
|
|
1085
|
-
|
|
1086
|
-
const
|
|
1085
|
+
Nt.displayName = "Spinner";
|
|
1086
|
+
const Ko = ["1", "2", "3", "4", "5"], Wo = [
|
|
1087
1087
|
"fill-primary",
|
|
1088
1088
|
"fill-secondary",
|
|
1089
1089
|
"outline-primary",
|
|
1090
1090
|
"outline-secondary",
|
|
1091
1091
|
"ghost"
|
|
1092
|
-
],
|
|
1093
|
-
...
|
|
1092
|
+
], Te = {
|
|
1093
|
+
...K,
|
|
1094
1094
|
/**
|
|
1095
1095
|
* @description 버튼의 높이 기준
|
|
1096
1096
|
*
|
|
@@ -1100,15 +1100,15 @@ const bo = ["1", "2", "3", "4", "5"], Co = [
|
|
|
1100
1100
|
* 4="48px"
|
|
1101
1101
|
* 5="56px"
|
|
1102
1102
|
*/
|
|
1103
|
-
size: { type: "enum", className: "bd-size", values:
|
|
1104
|
-
variant: { type: "enum", className: "bd-variant", values:
|
|
1105
|
-
...
|
|
1106
|
-
|
|
1107
|
-
...
|
|
1108
|
-
...
|
|
1109
|
-
...
|
|
1103
|
+
size: { type: "enum", className: "bd-size", values: Ko, default: "5" },
|
|
1104
|
+
variant: { type: "enum", className: "bd-variant", values: Wo, default: "fill-primary" },
|
|
1105
|
+
...vt,
|
|
1106
|
+
...$,
|
|
1107
|
+
...yt,
|
|
1108
|
+
...Bo,
|
|
1109
|
+
...Le,
|
|
1110
1110
|
loading: { type: "boolean", className: "bd-loading", default: !1 }
|
|
1111
|
-
},
|
|
1111
|
+
}, Xo = (e) => {
|
|
1112
1112
|
switch (e) {
|
|
1113
1113
|
case "1":
|
|
1114
1114
|
return "1";
|
|
@@ -1119,7 +1119,7 @@ const bo = ["1", "2", "3", "4", "5"], Co = [
|
|
|
1119
1119
|
case "5":
|
|
1120
1120
|
return "3";
|
|
1121
1121
|
}
|
|
1122
|
-
},
|
|
1122
|
+
}, Zo = (e) => {
|
|
1123
1123
|
switch (e) {
|
|
1124
1124
|
case "fill-primary":
|
|
1125
1125
|
return;
|
|
@@ -1131,40 +1131,40 @@ const bo = ["1", "2", "3", "4", "5"], Co = [
|
|
|
1131
1131
|
default:
|
|
1132
1132
|
return;
|
|
1133
1133
|
}
|
|
1134
|
-
},
|
|
1135
|
-
const { variant:
|
|
1136
|
-
className:
|
|
1134
|
+
}, J = u.forwardRef((e, n) => {
|
|
1135
|
+
const { variant: t = Te.variant.default, size: o = Te.size.default } = e, {
|
|
1136
|
+
className: s,
|
|
1137
1137
|
children: r,
|
|
1138
1138
|
asChild: c,
|
|
1139
1139
|
disabled: a = e.loading,
|
|
1140
|
-
...
|
|
1141
|
-
} =
|
|
1140
|
+
...i
|
|
1141
|
+
} = E(e, Te);
|
|
1142
1142
|
return /* @__PURE__ */ l(
|
|
1143
|
-
c ?
|
|
1143
|
+
c ? me : "button",
|
|
1144
1144
|
{
|
|
1145
1145
|
"data-disabled": a || void 0,
|
|
1146
1146
|
"data-loading": e.loading || void 0,
|
|
1147
1147
|
disabled: a,
|
|
1148
|
-
...
|
|
1149
|
-
ref:
|
|
1150
|
-
className:
|
|
1151
|
-
children: e.loading ? /* @__PURE__ */
|
|
1148
|
+
...i,
|
|
1149
|
+
ref: n,
|
|
1150
|
+
className: x("bd-Button", s),
|
|
1151
|
+
children: e.loading ? /* @__PURE__ */ P(ue, { children: [
|
|
1152
1152
|
/* @__PURE__ */ l("span", { style: { display: "contents", visibility: "hidden" }, "aria-hidden": !0, children: r }),
|
|
1153
|
-
/* @__PURE__ */ l(
|
|
1154
|
-
/* @__PURE__ */ l(
|
|
1155
|
-
|
|
1153
|
+
/* @__PURE__ */ l(mt, { children: r }),
|
|
1154
|
+
/* @__PURE__ */ l(T, { asChild: !0, align: "center", justify: "center", position: "absolute", inset: "0", children: /* @__PURE__ */ l("span", { children: /* @__PURE__ */ l(
|
|
1155
|
+
Nt,
|
|
1156
1156
|
{
|
|
1157
|
-
size:
|
|
1158
|
-
color:
|
|
1157
|
+
size: Xo(o),
|
|
1158
|
+
color: Zo(t)
|
|
1159
1159
|
}
|
|
1160
1160
|
) }) })
|
|
1161
1161
|
] }) : r
|
|
1162
1162
|
}
|
|
1163
1163
|
);
|
|
1164
1164
|
});
|
|
1165
|
-
|
|
1166
|
-
const
|
|
1167
|
-
const { color:
|
|
1165
|
+
J.displayName = "Button";
|
|
1166
|
+
const be = u.forwardRef((e, n) => {
|
|
1167
|
+
const { color: t = "currentColor", ...o } = e;
|
|
1168
1168
|
return /* @__PURE__ */ l(
|
|
1169
1169
|
"svg",
|
|
1170
1170
|
{
|
|
@@ -1173,13 +1173,13 @@ const xe = i.forwardRef((e, t) => {
|
|
|
1173
1173
|
height: "7",
|
|
1174
1174
|
viewBox: "0 0 10 7",
|
|
1175
1175
|
fill: "none",
|
|
1176
|
-
...
|
|
1177
|
-
ref:
|
|
1176
|
+
...o,
|
|
1177
|
+
ref: n,
|
|
1178
1178
|
children: /* @__PURE__ */ l(
|
|
1179
1179
|
"path",
|
|
1180
1180
|
{
|
|
1181
1181
|
d: "M0.800781 3.32636L3.76374 6.13338L8.80078 0.800049",
|
|
1182
|
-
stroke:
|
|
1182
|
+
stroke: t,
|
|
1183
1183
|
strokeWidth: "1.6",
|
|
1184
1184
|
strokeLinecap: "round",
|
|
1185
1185
|
strokeLinejoin: "round"
|
|
@@ -1187,8 +1187,8 @@ const xe = i.forwardRef((e, t) => {
|
|
|
1187
1187
|
)
|
|
1188
1188
|
}
|
|
1189
1189
|
);
|
|
1190
|
-
}),
|
|
1191
|
-
const { color:
|
|
1190
|
+
}), Jo = u.forwardRef((e, n) => {
|
|
1191
|
+
const { color: t = "currentColor", ...o } = e;
|
|
1192
1192
|
return /* @__PURE__ */ l(
|
|
1193
1193
|
"svg",
|
|
1194
1194
|
{
|
|
@@ -1196,9 +1196,9 @@ const xe = i.forwardRef((e, t) => {
|
|
|
1196
1196
|
width: "9",
|
|
1197
1197
|
height: "9",
|
|
1198
1198
|
viewBox: "0 0 9 9",
|
|
1199
|
-
fill:
|
|
1200
|
-
...
|
|
1201
|
-
ref:
|
|
1199
|
+
fill: t,
|
|
1200
|
+
...o,
|
|
1201
|
+
ref: n,
|
|
1202
1202
|
children: /* @__PURE__ */ l(
|
|
1203
1203
|
"path",
|
|
1204
1204
|
{
|
|
@@ -1209,255 +1209,255 @@ const xe = i.forwardRef((e, t) => {
|
|
|
1209
1209
|
)
|
|
1210
1210
|
}
|
|
1211
1211
|
);
|
|
1212
|
-
}),
|
|
1213
|
-
const { color:
|
|
1212
|
+
}), Qo = u.forwardRef((e, n) => {
|
|
1213
|
+
const { color: t = "currentColor", width: o = 20, height: s = 20, ...r } = e;
|
|
1214
1214
|
return /* @__PURE__ */ l(
|
|
1215
1215
|
"svg",
|
|
1216
1216
|
{
|
|
1217
1217
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1218
|
-
width:
|
|
1219
|
-
height:
|
|
1218
|
+
width: o,
|
|
1219
|
+
height: s,
|
|
1220
1220
|
viewBox: "4 2 16 16",
|
|
1221
1221
|
fill: "none",
|
|
1222
1222
|
...r,
|
|
1223
|
-
ref:
|
|
1223
|
+
ref: n,
|
|
1224
1224
|
children: /* @__PURE__ */ l(
|
|
1225
1225
|
"path",
|
|
1226
1226
|
{
|
|
1227
1227
|
d: "M12.3385 16.9999C12.1891 17.0004 12.0415 16.9675 11.9065 16.9034C11.7715 16.8394 11.6525 16.746 11.5584 16.63L6.72753 10.6305C6.58042 10.4516 6.5 10.2272 6.5 9.99559C6.5 9.76399 6.58042 9.53957 6.72753 9.36065L11.7284 3.36122C11.8982 3.15702 12.1422 3.02861 12.4066 3.00423C12.6711 2.97985 12.9344 3.06151 13.1387 3.23123C13.3429 3.40095 13.4714 3.64484 13.4958 3.90924C13.5202 4.17364 13.4385 4.4369 13.2687 4.6411L8.7979 10.0006L13.1187 15.3601C13.241 15.5069 13.3187 15.6856 13.3426 15.8751C13.3664 16.0646 13.3355 16.257 13.2534 16.4296C13.1714 16.6021 13.0416 16.7475 12.8795 16.8486C12.7173 16.9496 12.5296 17.0022 12.3385 16.9999Z",
|
|
1228
|
-
fill:
|
|
1228
|
+
fill: t
|
|
1229
1229
|
}
|
|
1230
1230
|
)
|
|
1231
1231
|
}
|
|
1232
1232
|
);
|
|
1233
|
-
}),
|
|
1234
|
-
const { color:
|
|
1233
|
+
}), es = u.forwardRef((e, n) => {
|
|
1234
|
+
const { color: t = "currentColor", width: o = 20, height: s = 20, ...r } = e;
|
|
1235
1235
|
return /* @__PURE__ */ l(
|
|
1236
1236
|
"svg",
|
|
1237
1237
|
{
|
|
1238
1238
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1239
|
-
width:
|
|
1240
|
-
height:
|
|
1239
|
+
width: o,
|
|
1240
|
+
height: s,
|
|
1241
1241
|
viewBox: "4 2 16 16",
|
|
1242
1242
|
fill: "none",
|
|
1243
1243
|
...r,
|
|
1244
|
-
ref:
|
|
1244
|
+
ref: n,
|
|
1245
1245
|
children: /* @__PURE__ */ l(
|
|
1246
1246
|
"path",
|
|
1247
1247
|
{
|
|
1248
1248
|
d: "M7.66146 3.00007C7.81088 2.99956 7.95852 3.03253 8.09352 3.09655C8.22853 3.16057 8.34747 3.25403 8.4416 3.37003L13.2725 9.36947C13.4196 9.54838 13.5 9.77281 13.5 10.0044C13.5 10.236 13.4196 10.4604 13.2725 10.6393L8.27157 16.6388C8.1018 16.843 7.85785 16.9714 7.59337 16.9958C7.3289 17.0201 7.06557 16.9385 6.86132 16.7688C6.65706 16.599 6.52862 16.3552 6.50423 16.0908C6.47985 15.8264 6.56152 15.5631 6.73129 15.3589L11.2021 9.99941L6.88132 4.63991C6.75902 4.49314 6.68133 4.31442 6.65744 4.12489C6.63356 3.93536 6.66448 3.74295 6.74655 3.57044C6.82862 3.39793 6.95841 3.25253 7.12054 3.15145C7.28268 3.05037 7.47039 2.99784 7.66146 3.00007Z",
|
|
1249
|
-
fill:
|
|
1249
|
+
fill: t
|
|
1250
1250
|
}
|
|
1251
1251
|
)
|
|
1252
1252
|
}
|
|
1253
1253
|
);
|
|
1254
|
-
}),
|
|
1255
|
-
const { color:
|
|
1254
|
+
}), ts = u.forwardRef((e, n) => {
|
|
1255
|
+
const { color: t = "currentColor", width: o = 20, height: s = 20, ...r } = e;
|
|
1256
1256
|
return /* @__PURE__ */ l(
|
|
1257
1257
|
"svg",
|
|
1258
1258
|
{
|
|
1259
1259
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1260
|
-
width:
|
|
1261
|
-
height:
|
|
1260
|
+
width: o,
|
|
1261
|
+
height: s,
|
|
1262
1262
|
viewBox: "4 2 16 16",
|
|
1263
1263
|
fill: "none",
|
|
1264
1264
|
...r,
|
|
1265
|
-
ref:
|
|
1265
|
+
ref: n,
|
|
1266
1266
|
children: /* @__PURE__ */ l(
|
|
1267
1267
|
"path",
|
|
1268
1268
|
{
|
|
1269
1269
|
d: "M15 8.82962C15.0003 8.93634 14.9768 9.0418 14.931 9.13823C14.8853 9.23466 14.8186 9.31962 14.7357 9.38686L10.4504 12.8375C10.3226 12.9426 10.1623 13 9.99685 13C9.83142 13 9.67112 12.9426 9.54332 12.8375L5.25801 9.26541C5.11216 9.14414 5.02043 8.96989 5.00302 8.78098C4.98561 8.59207 5.04393 8.40398 5.16516 8.25808C5.2864 8.11219 5.4606 8.02044 5.64946 8.00302C5.83832 7.98561 6.02636 8.04395 6.17221 8.16521L10.0004 11.3586L13.8286 8.27237C13.9335 8.18501 14.0611 8.12952 14.1965 8.11246C14.3319 8.0954 14.4693 8.11749 14.5925 8.17611C14.7158 8.23473 14.8196 8.32743 14.8918 8.44325C14.964 8.55906 15.0015 8.69314 15 8.82962Z",
|
|
1270
|
-
fill:
|
|
1270
|
+
fill: t
|
|
1271
1271
|
}
|
|
1272
1272
|
)
|
|
1273
1273
|
}
|
|
1274
1274
|
);
|
|
1275
|
-
}),
|
|
1276
|
-
size: { type: "enum", className: "bd-size", values:
|
|
1277
|
-
variant: { type: "enum", className: "bd-variant", values:
|
|
1278
|
-
},
|
|
1279
|
-
function
|
|
1275
|
+
}), ns = ["1", "2", "3", "4"], os = ["classic", "circle", "outline"], F = {
|
|
1276
|
+
size: { type: "enum", className: "bd-size", values: ns, default: "2" },
|
|
1277
|
+
variant: { type: "enum", className: "bd-variant", values: os, default: "classic" }
|
|
1278
|
+
}, He = "Checkbox", [ss, wt] = M(He), [rs, je] = ss(He);
|
|
1279
|
+
function Rt(e) {
|
|
1280
1280
|
const {
|
|
1281
|
-
__scopeCheckbox:
|
|
1282
|
-
checked:
|
|
1283
|
-
defaultChecked:
|
|
1284
|
-
required:
|
|
1281
|
+
__scopeCheckbox: n,
|
|
1282
|
+
checked: t,
|
|
1283
|
+
defaultChecked: o,
|
|
1284
|
+
required: s,
|
|
1285
1285
|
name: r,
|
|
1286
1286
|
form: c,
|
|
1287
1287
|
disabled: a,
|
|
1288
|
-
value:
|
|
1288
|
+
value: i = "on",
|
|
1289
1289
|
children: d,
|
|
1290
|
-
onCheckedChange:
|
|
1290
|
+
onCheckedChange: p,
|
|
1291
1291
|
// @ts-expect-error - Internal prop for render
|
|
1292
|
-
__internal:
|
|
1293
|
-
} = e, [
|
|
1294
|
-
prop:
|
|
1295
|
-
defaultProp:
|
|
1296
|
-
onChange:
|
|
1297
|
-
caller:
|
|
1298
|
-
}), [
|
|
1299
|
-
checked:
|
|
1292
|
+
__internal: f
|
|
1293
|
+
} = e, [h, m] = _({
|
|
1294
|
+
prop: t,
|
|
1295
|
+
defaultProp: o ?? !1,
|
|
1296
|
+
onChange: p,
|
|
1297
|
+
caller: He
|
|
1298
|
+
}), [v, C] = u.useState(null), [g, N] = u.useState(null), b = u.useRef(!1), y = v ? !!c || !!v.closest("form") : !0, w = {
|
|
1299
|
+
checked: h,
|
|
1300
1300
|
disabled: a,
|
|
1301
|
-
setChecked:
|
|
1302
|
-
control:
|
|
1303
|
-
setControl:
|
|
1301
|
+
setChecked: m,
|
|
1302
|
+
control: v,
|
|
1303
|
+
setControl: C,
|
|
1304
1304
|
name: r,
|
|
1305
1305
|
form: c,
|
|
1306
|
-
value:
|
|
1307
|
-
hasConsumerStoppedPropagationRef:
|
|
1308
|
-
required:
|
|
1309
|
-
defaultChecked:
|
|
1310
|
-
isFormControl:
|
|
1306
|
+
value: i,
|
|
1307
|
+
hasConsumerStoppedPropagationRef: b,
|
|
1308
|
+
required: s,
|
|
1309
|
+
defaultChecked: V(o) ? !1 : o,
|
|
1310
|
+
isFormControl: y,
|
|
1311
1311
|
bubbleInput: g,
|
|
1312
|
-
setBubbleInput:
|
|
1312
|
+
setBubbleInput: N
|
|
1313
1313
|
};
|
|
1314
1314
|
return /* @__PURE__ */ l(
|
|
1315
|
-
|
|
1315
|
+
rs,
|
|
1316
1316
|
{
|
|
1317
|
-
scope:
|
|
1318
|
-
...
|
|
1319
|
-
children:
|
|
1317
|
+
scope: n,
|
|
1318
|
+
...w,
|
|
1319
|
+
children: as(f) ? f(w) : d
|
|
1320
1320
|
}
|
|
1321
1321
|
);
|
|
1322
1322
|
}
|
|
1323
|
-
const
|
|
1323
|
+
const xt = "CheckboxTrigger", Pt = u.forwardRef(
|
|
1324
1324
|
({
|
|
1325
1325
|
__scopeCheckbox: e,
|
|
1326
|
-
onKeyDown:
|
|
1327
|
-
onClick:
|
|
1328
|
-
...
|
|
1329
|
-
},
|
|
1326
|
+
onKeyDown: n,
|
|
1327
|
+
onClick: t,
|
|
1328
|
+
...o
|
|
1329
|
+
}, s) => {
|
|
1330
1330
|
const {
|
|
1331
1331
|
control: r,
|
|
1332
1332
|
value: c,
|
|
1333
1333
|
disabled: a,
|
|
1334
|
-
checked:
|
|
1334
|
+
checked: i,
|
|
1335
1335
|
required: d,
|
|
1336
|
-
setControl:
|
|
1337
|
-
setChecked:
|
|
1338
|
-
hasConsumerStoppedPropagationRef:
|
|
1339
|
-
isFormControl:
|
|
1340
|
-
bubbleInput:
|
|
1341
|
-
} =
|
|
1342
|
-
return
|
|
1343
|
-
const
|
|
1344
|
-
if (
|
|
1345
|
-
const
|
|
1346
|
-
return
|
|
1336
|
+
setControl: p,
|
|
1337
|
+
setChecked: f,
|
|
1338
|
+
hasConsumerStoppedPropagationRef: h,
|
|
1339
|
+
isFormControl: m,
|
|
1340
|
+
bubbleInput: v
|
|
1341
|
+
} = je(xt, e), C = I(s, p), g = u.useRef(i);
|
|
1342
|
+
return u.useEffect(() => {
|
|
1343
|
+
const N = r?.form;
|
|
1344
|
+
if (N) {
|
|
1345
|
+
const b = () => f(g.current);
|
|
1346
|
+
return N.addEventListener("reset", b), () => N.removeEventListener("reset", b);
|
|
1347
1347
|
}
|
|
1348
|
-
}, [r,
|
|
1349
|
-
|
|
1348
|
+
}, [r, f]), /* @__PURE__ */ l(
|
|
1349
|
+
R.button,
|
|
1350
1350
|
{
|
|
1351
1351
|
type: "button",
|
|
1352
1352
|
role: "checkbox",
|
|
1353
|
-
"aria-checked":
|
|
1353
|
+
"aria-checked": V(i) ? "mixed" : i,
|
|
1354
1354
|
"aria-required": d,
|
|
1355
|
-
"data-state":
|
|
1355
|
+
"data-state": Dt(i),
|
|
1356
1356
|
"data-disabled": a ? "" : void 0,
|
|
1357
1357
|
disabled: a,
|
|
1358
1358
|
value: c,
|
|
1359
|
-
...
|
|
1360
|
-
ref:
|
|
1361
|
-
onKeyDown:
|
|
1362
|
-
|
|
1359
|
+
...o,
|
|
1360
|
+
ref: C,
|
|
1361
|
+
onKeyDown: A(n, (N) => {
|
|
1362
|
+
N.key === "Enter" && N.preventDefault();
|
|
1363
1363
|
}),
|
|
1364
|
-
onClick:
|
|
1365
|
-
|
|
1364
|
+
onClick: A(t, (N) => {
|
|
1365
|
+
f((b) => V(b) ? !0 : !b), v && m && (h.current = N.isPropagationStopped(), h.current || N.stopPropagation());
|
|
1366
1366
|
})
|
|
1367
1367
|
}
|
|
1368
1368
|
);
|
|
1369
1369
|
}
|
|
1370
1370
|
);
|
|
1371
|
-
|
|
1372
|
-
const
|
|
1373
|
-
(e,
|
|
1371
|
+
Pt.displayName = xt;
|
|
1372
|
+
const St = u.forwardRef(
|
|
1373
|
+
(e, n) => {
|
|
1374
1374
|
const {
|
|
1375
|
-
__scopeCheckbox:
|
|
1376
|
-
name:
|
|
1377
|
-
checked:
|
|
1375
|
+
__scopeCheckbox: t,
|
|
1376
|
+
name: o,
|
|
1377
|
+
checked: s,
|
|
1378
1378
|
defaultChecked: r,
|
|
1379
1379
|
required: c,
|
|
1380
1380
|
disabled: a,
|
|
1381
|
-
value:
|
|
1381
|
+
value: i,
|
|
1382
1382
|
onCheckedChange: d,
|
|
1383
|
-
form:
|
|
1384
|
-
...
|
|
1383
|
+
form: p,
|
|
1384
|
+
...f
|
|
1385
1385
|
} = e;
|
|
1386
1386
|
return /* @__PURE__ */ l(
|
|
1387
|
-
|
|
1387
|
+
Rt,
|
|
1388
1388
|
{
|
|
1389
|
-
__scopeCheckbox:
|
|
1390
|
-
checked:
|
|
1389
|
+
__scopeCheckbox: t,
|
|
1390
|
+
checked: s,
|
|
1391
1391
|
defaultChecked: r,
|
|
1392
1392
|
required: c,
|
|
1393
|
-
name:
|
|
1394
|
-
form:
|
|
1393
|
+
name: o,
|
|
1394
|
+
form: p,
|
|
1395
1395
|
disabled: a,
|
|
1396
|
-
value:
|
|
1396
|
+
value: i,
|
|
1397
1397
|
onCheckedChange: d,
|
|
1398
|
-
__internal: ({ isFormControl:
|
|
1398
|
+
__internal: ({ isFormControl: h }) => /* @__PURE__ */ P(ue, { children: [
|
|
1399
1399
|
/* @__PURE__ */ l(
|
|
1400
|
-
|
|
1400
|
+
Pt,
|
|
1401
1401
|
{
|
|
1402
|
-
...
|
|
1403
|
-
ref:
|
|
1404
|
-
__scopeCheckbox:
|
|
1402
|
+
...f,
|
|
1403
|
+
ref: n,
|
|
1404
|
+
__scopeCheckbox: t
|
|
1405
1405
|
}
|
|
1406
1406
|
),
|
|
1407
|
-
|
|
1408
|
-
|
|
1407
|
+
h && /* @__PURE__ */ l(
|
|
1408
|
+
Et,
|
|
1409
1409
|
{
|
|
1410
|
-
__scopeCheckbox:
|
|
1410
|
+
__scopeCheckbox: t
|
|
1411
1411
|
}
|
|
1412
1412
|
)
|
|
1413
1413
|
] })
|
|
1414
1414
|
}
|
|
1415
1415
|
);
|
|
1416
1416
|
}
|
|
1417
|
-
),
|
|
1418
|
-
({ __scopeCheckbox: e, ...
|
|
1417
|
+
), kt = "CheckboxBubbleInput", Et = u.forwardRef(
|
|
1418
|
+
({ __scopeCheckbox: e, ...n }, t) => {
|
|
1419
1419
|
const {
|
|
1420
|
-
control:
|
|
1421
|
-
checked:
|
|
1420
|
+
control: o,
|
|
1421
|
+
checked: s,
|
|
1422
1422
|
defaultChecked: r,
|
|
1423
1423
|
required: c,
|
|
1424
1424
|
disabled: a,
|
|
1425
|
-
name:
|
|
1425
|
+
name: i,
|
|
1426
1426
|
value: d,
|
|
1427
|
-
form:
|
|
1428
|
-
bubbleInput:
|
|
1429
|
-
setBubbleInput:
|
|
1430
|
-
hasConsumerStoppedPropagationRef:
|
|
1431
|
-
} =
|
|
1432
|
-
|
|
1433
|
-
const
|
|
1434
|
-
if (!
|
|
1435
|
-
const
|
|
1436
|
-
|
|
1427
|
+
form: p,
|
|
1428
|
+
bubbleInput: f,
|
|
1429
|
+
setBubbleInput: h,
|
|
1430
|
+
hasConsumerStoppedPropagationRef: m
|
|
1431
|
+
} = je(kt, e), v = I(t, h), C = fe(s), g = Ge(o);
|
|
1432
|
+
u.useEffect(() => {
|
|
1433
|
+
const b = f;
|
|
1434
|
+
if (!b) return;
|
|
1435
|
+
const y = window.HTMLInputElement.prototype, S = Object.getOwnPropertyDescriptor(
|
|
1436
|
+
y,
|
|
1437
1437
|
"checked"
|
|
1438
|
-
).set,
|
|
1439
|
-
if (
|
|
1440
|
-
const
|
|
1441
|
-
|
|
1438
|
+
).set, k = !m.current;
|
|
1439
|
+
if (C !== s && S) {
|
|
1440
|
+
const O = new Event("click", { bubbles: k });
|
|
1441
|
+
b.indeterminate = V(s), S.call(b, V(s) ? !1 : s), b.dispatchEvent(O);
|
|
1442
1442
|
}
|
|
1443
|
-
}, [
|
|
1444
|
-
const
|
|
1443
|
+
}, [f, C, s, m]);
|
|
1444
|
+
const N = u.useRef(V(s) ? !1 : s);
|
|
1445
1445
|
return /* @__PURE__ */ l(
|
|
1446
|
-
|
|
1446
|
+
R.input,
|
|
1447
1447
|
{
|
|
1448
1448
|
type: "checkbox",
|
|
1449
1449
|
"aria-hidden": !0,
|
|
1450
|
-
defaultChecked: r ??
|
|
1450
|
+
defaultChecked: r ?? N.current,
|
|
1451
1451
|
required: c,
|
|
1452
1452
|
disabled: a,
|
|
1453
|
-
name:
|
|
1453
|
+
name: i,
|
|
1454
1454
|
value: d,
|
|
1455
|
-
form:
|
|
1456
|
-
...
|
|
1455
|
+
form: p,
|
|
1456
|
+
...n,
|
|
1457
1457
|
tabIndex: -1,
|
|
1458
|
-
ref:
|
|
1458
|
+
ref: v,
|
|
1459
1459
|
style: {
|
|
1460
|
-
...
|
|
1460
|
+
...n.style,
|
|
1461
1461
|
...g,
|
|
1462
1462
|
position: "absolute",
|
|
1463
1463
|
pointerEvents: "none",
|
|
@@ -1469,267 +1469,1133 @@ const at = i.forwardRef(
|
|
|
1469
1469
|
);
|
|
1470
1470
|
}
|
|
1471
1471
|
);
|
|
1472
|
-
|
|
1473
|
-
const
|
|
1474
|
-
const { __scopeCheckbox:
|
|
1475
|
-
return /* @__PURE__ */ l(
|
|
1476
|
-
|
|
1472
|
+
Et.displayName = kt;
|
|
1473
|
+
const It = "CheckboxIndicator", Ce = u.forwardRef((e, n) => {
|
|
1474
|
+
const { __scopeCheckbox: t, forceMount: o, ...s } = e, r = je(It, t);
|
|
1475
|
+
return /* @__PURE__ */ l(ft, { remain: o || V(r.checked) || r.checked === !0, children: /* @__PURE__ */ l(
|
|
1476
|
+
R.span,
|
|
1477
1477
|
{
|
|
1478
|
-
"data-state":
|
|
1478
|
+
"data-state": Dt(r.checked),
|
|
1479
1479
|
"data-disabled": r.disabled ? "" : void 0,
|
|
1480
|
-
...
|
|
1481
|
-
ref:
|
|
1480
|
+
...s,
|
|
1481
|
+
ref: n,
|
|
1482
1482
|
style: { pointerEvents: "none", ...e.style }
|
|
1483
1483
|
}
|
|
1484
1484
|
) });
|
|
1485
1485
|
});
|
|
1486
|
-
|
|
1487
|
-
function
|
|
1486
|
+
Ce.displayName = It;
|
|
1487
|
+
function as(e) {
|
|
1488
1488
|
return typeof e == "function";
|
|
1489
1489
|
}
|
|
1490
|
-
function
|
|
1490
|
+
function V(e) {
|
|
1491
1491
|
return e === "indeterminate";
|
|
1492
1492
|
}
|
|
1493
|
-
function
|
|
1494
|
-
return
|
|
1493
|
+
function Dt(e) {
|
|
1494
|
+
return V(e) ? "indeterminate" : e ? "checked" : "unchecked";
|
|
1495
1495
|
}
|
|
1496
|
-
const
|
|
1496
|
+
const cs = u.forwardRef((e, n) => {
|
|
1497
1497
|
const {
|
|
1498
|
-
className:
|
|
1499
|
-
checked:
|
|
1500
|
-
defaultChecked:
|
|
1498
|
+
className: t,
|
|
1499
|
+
checked: o,
|
|
1500
|
+
defaultChecked: s = !1,
|
|
1501
1501
|
onCheckedChange: r,
|
|
1502
1502
|
...c
|
|
1503
|
-
} =
|
|
1504
|
-
prop:
|
|
1505
|
-
defaultProp:
|
|
1503
|
+
} = E(e, F), [a, i] = _({
|
|
1504
|
+
prop: o,
|
|
1505
|
+
defaultProp: s,
|
|
1506
1506
|
onChange: r
|
|
1507
1507
|
});
|
|
1508
1508
|
return /* @__PURE__ */ l(
|
|
1509
|
-
|
|
1509
|
+
St,
|
|
1510
1510
|
{
|
|
1511
1511
|
...c,
|
|
1512
|
-
defaultChecked:
|
|
1512
|
+
defaultChecked: s,
|
|
1513
1513
|
checked: a,
|
|
1514
|
-
onCheckedChange:
|
|
1514
|
+
onCheckedChange: i,
|
|
1515
1515
|
asChild: !1,
|
|
1516
|
-
ref:
|
|
1517
|
-
className:
|
|
1518
|
-
children: /* @__PURE__ */ l(
|
|
1516
|
+
ref: n,
|
|
1517
|
+
className: x("bd-reset", "bd-CheckboxRoot", t),
|
|
1518
|
+
children: /* @__PURE__ */ l(Ce, { asChild: !0, className: "bd-CheckboxIndicator", children: a === "indeterminate" ? /* @__PURE__ */ l(Jo, {}) : /* @__PURE__ */ l(be, {}) })
|
|
1519
1519
|
}
|
|
1520
1520
|
);
|
|
1521
1521
|
});
|
|
1522
|
-
|
|
1523
|
-
const
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
},
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1522
|
+
cs.displayName = "Checkbox";
|
|
1523
|
+
const is = ["1", "2"], ls = ["basic", "notice", "status"], us = ["right", "fill", "left"], at = {
|
|
1524
|
+
size: { type: "enum", className: "bd-size", values: is, default: "2" },
|
|
1525
|
+
variant: { type: "enum", className: "bd-variant", values: ls, default: "basic" }
|
|
1526
|
+
}, ds = {
|
|
1527
|
+
layout: { type: "enum", className: "bd-layout", values: us, default: "left" }
|
|
1528
|
+
}, Tt = "__popupPart";
|
|
1529
|
+
function ne(e, n) {
|
|
1530
|
+
e[Tt] = n;
|
|
1531
|
+
}
|
|
1532
|
+
function ps(e) {
|
|
1533
|
+
if (e === void 0)
|
|
1534
|
+
return;
|
|
1535
|
+
if (typeof e == "number")
|
|
1536
|
+
return `${e}px`;
|
|
1537
|
+
const n = e.trim();
|
|
1538
|
+
if (!n)
|
|
1539
|
+
return;
|
|
1540
|
+
const t = n.match(/^\{?\s*(\d+(?:\.\d+)?)\s*\}?$/);
|
|
1541
|
+
return t ? `${t[1]}px` : n;
|
|
1542
|
+
}
|
|
1543
|
+
function fs(e, n) {
|
|
1544
|
+
if (e === "basic")
|
|
1545
|
+
return n;
|
|
1546
|
+
const t = ms(n);
|
|
1547
|
+
if (e === "notice") {
|
|
1548
|
+
const s = t.icons.length > 0 || t.messages.length > 0, r = t.bodies.length > 0 || t.rest.length > 0, c = s || r;
|
|
1549
|
+
return /* @__PURE__ */ P(ue, { children: [
|
|
1550
|
+
t.headers,
|
|
1551
|
+
c ? /* @__PURE__ */ P(R.div, { className: "bd-PopupNoticeBody", children: [
|
|
1552
|
+
s ? /* @__PURE__ */ P(R.div, { className: "bd-PopupNoticeLead", children: [
|
|
1553
|
+
t.icons.length > 0 ? /* @__PURE__ */ l(R.div, { className: "bd-PopupNoticeIcon", children: t.icons }) : null,
|
|
1554
|
+
t.messages.length > 0 ? /* @__PURE__ */ l(R.div, { className: "bd-PopupNoticeMessage", children: t.messages }) : null
|
|
1555
|
+
] }) : null,
|
|
1556
|
+
r ? /* @__PURE__ */ P(R.div, { className: "bd-PopupNoticeContent", children: [
|
|
1557
|
+
t.bodies,
|
|
1558
|
+
t.rest
|
|
1559
|
+
] }) : null
|
|
1560
|
+
] }) : null,
|
|
1561
|
+
t.footers
|
|
1562
|
+
] });
|
|
1563
|
+
}
|
|
1564
|
+
const o = [
|
|
1565
|
+
...t.icons,
|
|
1566
|
+
...t.messages,
|
|
1567
|
+
...t.bodies,
|
|
1568
|
+
...t.rest
|
|
1569
|
+
];
|
|
1570
|
+
return /* @__PURE__ */ P(ue, { children: [
|
|
1571
|
+
o.length > 0 ? /* @__PURE__ */ l(R.div, { className: "bd-PopupStatusMain", children: o }) : null,
|
|
1572
|
+
t.footers
|
|
1573
|
+
] });
|
|
1574
|
+
}
|
|
1575
|
+
function ms(e) {
|
|
1576
|
+
const n = {
|
|
1577
|
+
headers: [],
|
|
1578
|
+
icons: [],
|
|
1579
|
+
messages: [],
|
|
1580
|
+
bodies: [],
|
|
1581
|
+
footers: [],
|
|
1582
|
+
rest: []
|
|
1583
|
+
};
|
|
1584
|
+
for (const t of _t(e))
|
|
1585
|
+
switch (hs(t)) {
|
|
1586
|
+
case "header":
|
|
1587
|
+
n.headers.push(t);
|
|
1588
|
+
break;
|
|
1589
|
+
case "icon":
|
|
1590
|
+
n.icons.push(t);
|
|
1591
|
+
break;
|
|
1592
|
+
case "message":
|
|
1593
|
+
n.messages.push(t);
|
|
1594
|
+
break;
|
|
1595
|
+
case "body":
|
|
1596
|
+
n.bodies.push(t);
|
|
1597
|
+
break;
|
|
1598
|
+
case "footer":
|
|
1599
|
+
n.footers.push(t);
|
|
1600
|
+
break;
|
|
1601
|
+
default:
|
|
1602
|
+
n.rest.push(t);
|
|
1603
|
+
}
|
|
1604
|
+
return n;
|
|
1605
|
+
}
|
|
1606
|
+
function _t(e) {
|
|
1607
|
+
const n = [];
|
|
1608
|
+
return u.Children.forEach(e, (t) => {
|
|
1609
|
+
if (u.isValidElement(t) && t.type === u.Fragment) {
|
|
1610
|
+
const o = t;
|
|
1611
|
+
n.push(..._t(o.props.children));
|
|
1612
|
+
return;
|
|
1613
|
+
}
|
|
1614
|
+
n.push(t);
|
|
1615
|
+
}), n;
|
|
1616
|
+
}
|
|
1617
|
+
function hs(e) {
|
|
1618
|
+
return u.isValidElement(e) ? e.type[Tt] ?? null : null;
|
|
1619
|
+
}
|
|
1620
|
+
function At(e) {
|
|
1621
|
+
return Array.from(
|
|
1622
|
+
e.querySelectorAll(
|
|
1623
|
+
[
|
|
1624
|
+
"a[href]",
|
|
1625
|
+
"button:not([disabled])",
|
|
1626
|
+
"input:not([disabled])",
|
|
1627
|
+
"select:not([disabled])",
|
|
1628
|
+
"textarea:not([disabled])",
|
|
1629
|
+
'[tabindex]:not([tabindex="-1"])'
|
|
1630
|
+
].join(",")
|
|
1631
|
+
)
|
|
1632
|
+
).filter((n) => {
|
|
1633
|
+
const t = window.getComputedStyle(n);
|
|
1634
|
+
return (n.offsetWidth > 0 || n.offsetHeight > 0 || n.getClientRects().length > 0) && t.display !== "none" && t.visibility !== "hidden" && !n.hasAttribute("disabled") && n.getAttribute("aria-hidden") !== "true";
|
|
1635
|
+
});
|
|
1636
|
+
}
|
|
1637
|
+
function gs(e) {
|
|
1638
|
+
return Object.fromEntries(
|
|
1639
|
+
Object.entries(e).filter(([n]) => n !== "__scopePopup")
|
|
1640
|
+
);
|
|
1641
|
+
}
|
|
1642
|
+
function bs(e, n) {
|
|
1643
|
+
if (!n)
|
|
1644
|
+
return;
|
|
1645
|
+
const t = At(n);
|
|
1646
|
+
if (t.length === 0) {
|
|
1647
|
+
e.preventDefault(), n.focus();
|
|
1648
|
+
return;
|
|
1649
|
+
}
|
|
1650
|
+
const o = t[0], s = t[t.length - 1], r = document.activeElement;
|
|
1651
|
+
if (e.shiftKey && r === o) {
|
|
1652
|
+
e.preventDefault(), s.focus();
|
|
1653
|
+
return;
|
|
1654
|
+
}
|
|
1655
|
+
!e.shiftKey && r === s && (e.preventDefault(), o.focus());
|
|
1656
|
+
}
|
|
1657
|
+
const Mt = "Popup", [Cs] = M(Mt), [vs, W] = Cs(Mt), ct = ({
|
|
1658
|
+
__scopePopup: e,
|
|
1659
|
+
children: n,
|
|
1660
|
+
open: t,
|
|
1661
|
+
onOpenChange: o,
|
|
1662
|
+
closeOnEscape: s = !0,
|
|
1663
|
+
closeOnOverlayClick: r = !0,
|
|
1664
|
+
lockScroll: c = !0
|
|
1665
|
+
}) => {
|
|
1666
|
+
const a = ce((b) => {
|
|
1667
|
+
o(b);
|
|
1668
|
+
}), i = fe(t), d = u.useRef(null), p = u.useRef(null), [f, h] = u.useState([]), [m, v] = u.useState([]), C = ce((b) => (h((y) => y.includes(b) ? y : [...y, b]), () => {
|
|
1669
|
+
h((y) => y.filter((w) => w !== b));
|
|
1670
|
+
})), g = ce((b) => (v((y) => y.includes(b) ? y : [...y, b]), () => {
|
|
1671
|
+
v((y) => y.filter((w) => w !== b));
|
|
1672
|
+
}));
|
|
1673
|
+
Ve(d, () => {
|
|
1674
|
+
!t || !r || a(!1);
|
|
1675
|
+
}), u.useEffect(() => {
|
|
1676
|
+
if (!t || i === t)
|
|
1677
|
+
return;
|
|
1678
|
+
const b = document.activeElement;
|
|
1679
|
+
p.current = b instanceof HTMLElement ? b : null;
|
|
1680
|
+
}, [t, i]), u.useEffect(() => {
|
|
1681
|
+
if (t || i === t)
|
|
1682
|
+
return;
|
|
1683
|
+
const b = p.current;
|
|
1684
|
+
b && document.contains(b) && b.focus();
|
|
1685
|
+
}, [t, i]), u.useEffect(() => {
|
|
1686
|
+
if (!t || !s)
|
|
1687
|
+
return;
|
|
1688
|
+
const b = (y) => {
|
|
1689
|
+
y.key === "Escape" && (y.preventDefault(), a(!1));
|
|
1690
|
+
};
|
|
1691
|
+
return document.addEventListener("keydown", b), () => {
|
|
1692
|
+
document.removeEventListener("keydown", b);
|
|
1693
|
+
};
|
|
1694
|
+
}, [t, s, a]), B(() => {
|
|
1695
|
+
if (!t || !c)
|
|
1696
|
+
return;
|
|
1697
|
+
const { body: b, documentElement: y } = document, w = b.style.overflow, S = b.style.paddingRight, k = window.innerWidth - y.clientWidth;
|
|
1698
|
+
return b.style.overflow = "hidden", k > 0 && (b.style.paddingRight = `${k}px`), () => {
|
|
1699
|
+
b.style.overflow = w, b.style.paddingRight = S;
|
|
1700
|
+
};
|
|
1701
|
+
}, [t, c]);
|
|
1702
|
+
const N = u.useMemo(
|
|
1703
|
+
() => ({
|
|
1704
|
+
open: t,
|
|
1705
|
+
onOpenChange: a,
|
|
1706
|
+
closeOnOverlayClick: r,
|
|
1707
|
+
contentRef: d,
|
|
1708
|
+
titleIds: f,
|
|
1709
|
+
descriptionIds: m,
|
|
1710
|
+
registerTitleId: C,
|
|
1711
|
+
registerDescriptionId: g
|
|
1712
|
+
}),
|
|
1713
|
+
[
|
|
1714
|
+
t,
|
|
1715
|
+
a,
|
|
1716
|
+
r,
|
|
1717
|
+
f,
|
|
1718
|
+
m,
|
|
1719
|
+
C,
|
|
1720
|
+
g
|
|
1721
|
+
]
|
|
1722
|
+
);
|
|
1723
|
+
return /* @__PURE__ */ l(vs, { scope: e, ...N, children: n });
|
|
1724
|
+
}, ys = "PopupPortal", Ns = ({
|
|
1725
|
+
__scopePopup: e,
|
|
1726
|
+
children: n,
|
|
1727
|
+
container: t,
|
|
1728
|
+
forceMount: o
|
|
1729
|
+
}) => {
|
|
1730
|
+
const s = W(ys, e);
|
|
1731
|
+
return !o && !s.open ? null : /* @__PURE__ */ l($e, { container: t, children: n });
|
|
1732
|
+
}, Bt = "PopupOverlay", Ot = u.forwardRef(
|
|
1733
|
+
(e, n) => {
|
|
1734
|
+
const { __scopePopup: t, className: o, ...s } = e, r = W(Bt, t);
|
|
1735
|
+
return /* @__PURE__ */ l(
|
|
1736
|
+
R.div,
|
|
1737
|
+
{
|
|
1738
|
+
"data-state": r.open ? "open" : "closed",
|
|
1739
|
+
...s,
|
|
1740
|
+
ref: n,
|
|
1741
|
+
className: x("bd-PopupOverlay", o)
|
|
1742
|
+
}
|
|
1743
|
+
);
|
|
1744
|
+
}
|
|
1745
|
+
);
|
|
1746
|
+
Ot.displayName = Bt;
|
|
1747
|
+
const Ft = "PopupContent", Gt = u.forwardRef(
|
|
1748
|
+
(e, n) => {
|
|
1749
|
+
const t = e.variant ?? at.variant.default, { __scopePopup: o, onKeyDown: s, children: r, contentWidth: c, ...a } = E(
|
|
1750
|
+
{ ...e, variant: t },
|
|
1751
|
+
at
|
|
1752
|
+
), i = W(Ft, o), d = I(n, i.contentRef), p = ps(c), f = p === void 0 ? void 0 : { width: `min(calc(100vw - var(--space-8)), ${p})` };
|
|
1753
|
+
return u.useEffect(() => {
|
|
1754
|
+
if (!i.open)
|
|
1755
|
+
return;
|
|
1756
|
+
const h = i.contentRef.current;
|
|
1757
|
+
if (!h)
|
|
1758
|
+
return;
|
|
1759
|
+
const m = window.requestAnimationFrame(() => {
|
|
1760
|
+
(At(h)[0] ?? h).focus();
|
|
1761
|
+
});
|
|
1762
|
+
return () => {
|
|
1763
|
+
window.cancelAnimationFrame(m);
|
|
1764
|
+
};
|
|
1765
|
+
}, [i.open, i.contentRef]), /* @__PURE__ */ l(
|
|
1766
|
+
R.div,
|
|
1767
|
+
{
|
|
1768
|
+
role: "dialog",
|
|
1769
|
+
"aria-modal": "true",
|
|
1770
|
+
tabIndex: -1,
|
|
1771
|
+
"data-state": i.open ? "open" : "closed",
|
|
1772
|
+
"aria-labelledby": i.titleIds[0],
|
|
1773
|
+
"aria-describedby": i.descriptionIds.join(" ") || void 0,
|
|
1774
|
+
...a,
|
|
1775
|
+
ref: d,
|
|
1776
|
+
style: Ae(f, a.style),
|
|
1777
|
+
className: x("bd-PopupContent", a.className),
|
|
1778
|
+
onKeyDown: A(s, (h) => {
|
|
1779
|
+
h.key === "Tab" && bs(h, i.contentRef.current);
|
|
1780
|
+
}),
|
|
1781
|
+
children: fs(t, r)
|
|
1782
|
+
}
|
|
1783
|
+
);
|
|
1784
|
+
}
|
|
1785
|
+
);
|
|
1786
|
+
Gt.displayName = Ft;
|
|
1787
|
+
const ws = "PopupHeader", qe = u.forwardRef(
|
|
1788
|
+
({ className: e, ...n }, t) => /* @__PURE__ */ l(R.div, { ...n, ref: t, className: x("bd-PopupHeader", e) })
|
|
1789
|
+
);
|
|
1790
|
+
qe.displayName = ws;
|
|
1791
|
+
ne(qe, "header");
|
|
1792
|
+
const Vt = "PopupTitle", $t = u.forwardRef(
|
|
1793
|
+
(e, n) => {
|
|
1794
|
+
const { __scopePopup: t, id: o, className: s, ...r } = e, c = W(Vt, t), a = ee(o), { registerTitleId: i } = c;
|
|
1795
|
+
return B(() => {
|
|
1796
|
+
if (a)
|
|
1797
|
+
return i(a);
|
|
1798
|
+
}, [i, a]), /* @__PURE__ */ l(
|
|
1799
|
+
te,
|
|
1800
|
+
{
|
|
1801
|
+
asChild: !0,
|
|
1802
|
+
size: "7",
|
|
1803
|
+
weight: "bold",
|
|
1804
|
+
color: "gray1500",
|
|
1805
|
+
className: x("bd-PopupTitle", s),
|
|
1806
|
+
children: /* @__PURE__ */ l(R.div, { id: a, ...r, ref: n })
|
|
1807
|
+
}
|
|
1808
|
+
);
|
|
1809
|
+
}
|
|
1810
|
+
);
|
|
1811
|
+
$t.displayName = Vt;
|
|
1812
|
+
const Rs = "PopupIcon", Ye = u.forwardRef(
|
|
1813
|
+
({ className: e, ...n }, t) => /* @__PURE__ */ l(R.div, { ...n, ref: t, className: x("bd-PopupIcon", e) })
|
|
1814
|
+
);
|
|
1815
|
+
Ye.displayName = Rs;
|
|
1816
|
+
ne(Ye, "icon");
|
|
1817
|
+
const zt = "PopupMessage", Ke = u.forwardRef(
|
|
1818
|
+
(e, n) => {
|
|
1819
|
+
const { __scopePopup: t, id: o, className: s, ...r } = e, c = W(zt, t), a = ee(o), { registerDescriptionId: i } = c;
|
|
1820
|
+
return B(() => {
|
|
1821
|
+
if (a)
|
|
1822
|
+
return i(a);
|
|
1823
|
+
}, [i, a]), /* @__PURE__ */ l(
|
|
1824
|
+
te,
|
|
1825
|
+
{
|
|
1826
|
+
asChild: !0,
|
|
1827
|
+
size: "5",
|
|
1828
|
+
weight: "regular",
|
|
1829
|
+
color: "gray1500",
|
|
1830
|
+
className: x("bd-PopupMessage", s),
|
|
1831
|
+
children: /* @__PURE__ */ l(R.div, { id: a, ...r, ref: n })
|
|
1832
|
+
}
|
|
1833
|
+
);
|
|
1834
|
+
}
|
|
1835
|
+
);
|
|
1836
|
+
Ke.displayName = zt;
|
|
1837
|
+
ne(Ke, "message");
|
|
1838
|
+
const Lt = "PopupBody", We = u.forwardRef(
|
|
1839
|
+
(e, n) => {
|
|
1840
|
+
const { __scopePopup: t, id: o, className: s, ...r } = e, c = W(Lt, t), a = ee(o), { registerDescriptionId: i } = c;
|
|
1841
|
+
return B(() => {
|
|
1842
|
+
if (a)
|
|
1843
|
+
return i(a);
|
|
1844
|
+
}, [i, a]), /* @__PURE__ */ l(
|
|
1845
|
+
R.div,
|
|
1846
|
+
{
|
|
1847
|
+
id: a,
|
|
1848
|
+
...r,
|
|
1849
|
+
ref: n,
|
|
1850
|
+
className: x("bd-PopupBody", s)
|
|
1851
|
+
}
|
|
1852
|
+
);
|
|
1853
|
+
}
|
|
1854
|
+
);
|
|
1855
|
+
We.displayName = Lt;
|
|
1856
|
+
ne(We, "body");
|
|
1857
|
+
const xs = "PopupFooter", Xe = u.forwardRef(
|
|
1858
|
+
(e, n) => {
|
|
1859
|
+
const t = gs(
|
|
1860
|
+
E(e, ds)
|
|
1861
|
+
);
|
|
1862
|
+
return /* @__PURE__ */ l(
|
|
1863
|
+
R.div,
|
|
1864
|
+
{
|
|
1865
|
+
...t,
|
|
1866
|
+
ref: n,
|
|
1867
|
+
className: x("bd-PopupFooter", t.className)
|
|
1868
|
+
}
|
|
1869
|
+
);
|
|
1870
|
+
}
|
|
1871
|
+
);
|
|
1872
|
+
Xe.displayName = xs;
|
|
1873
|
+
ne(Xe, "footer");
|
|
1874
|
+
const G = Object.assign(ct, {
|
|
1875
|
+
Root: ct,
|
|
1876
|
+
Portal: Ns,
|
|
1877
|
+
Overlay: Ot,
|
|
1878
|
+
Content: Gt,
|
|
1879
|
+
Header: qe,
|
|
1880
|
+
Title: $t,
|
|
1881
|
+
Icon: Ye,
|
|
1882
|
+
Message: Ke,
|
|
1883
|
+
Body: We,
|
|
1884
|
+
Footer: Xe
|
|
1885
|
+
}), Ps = u.forwardRef(
|
|
1886
|
+
(e, n) => {
|
|
1531
1887
|
const {
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1888
|
+
open: t,
|
|
1889
|
+
onOpenChange: o,
|
|
1890
|
+
closeOnEscape: s,
|
|
1891
|
+
closeOnOverlayClick: r,
|
|
1892
|
+
lockScroll: c,
|
|
1893
|
+
title: a,
|
|
1894
|
+
content: i,
|
|
1895
|
+
onConfirm: d,
|
|
1896
|
+
onCancel: p,
|
|
1897
|
+
confirmText: f = "확인",
|
|
1898
|
+
confirmDisabled: h = !1,
|
|
1899
|
+
cancelText: m = "취소",
|
|
1900
|
+
closeOnConfirm: v = !0,
|
|
1901
|
+
closeOnCancel: C = !0,
|
|
1902
|
+
size: g = 2,
|
|
1903
|
+
contentWidth: N,
|
|
1904
|
+
buttonSize: b = "2",
|
|
1905
|
+
buttonRadius: y = "s"
|
|
1906
|
+
} = e, w = u.useCallback(async () => {
|
|
1907
|
+
await p?.(), C && o(!1);
|
|
1908
|
+
}, [C, p, o]), S = u.useCallback(async () => {
|
|
1909
|
+
await d(), v && o(!1);
|
|
1910
|
+
}, [v, d, o]);
|
|
1911
|
+
return /* @__PURE__ */ l(
|
|
1912
|
+
G.Root,
|
|
1913
|
+
{
|
|
1914
|
+
open: t,
|
|
1915
|
+
onOpenChange: o,
|
|
1916
|
+
closeOnEscape: s,
|
|
1917
|
+
closeOnOverlayClick: r,
|
|
1918
|
+
lockScroll: c,
|
|
1919
|
+
children: /* @__PURE__ */ P(G.Portal, { children: [
|
|
1920
|
+
/* @__PURE__ */ l(G.Overlay, {}),
|
|
1921
|
+
/* @__PURE__ */ P(
|
|
1922
|
+
G.Content,
|
|
1923
|
+
{
|
|
1924
|
+
ref: n,
|
|
1925
|
+
size: String(g),
|
|
1926
|
+
variant: "basic",
|
|
1927
|
+
contentWidth: N,
|
|
1928
|
+
children: [
|
|
1929
|
+
/* @__PURE__ */ l(G.Header, { children: /* @__PURE__ */ l(G.Title, { children: a }) }),
|
|
1930
|
+
/* @__PURE__ */ l(G.Body, { children: i }),
|
|
1931
|
+
/* @__PURE__ */ P(G.Footer, { layout: "right", children: [
|
|
1932
|
+
/* @__PURE__ */ l(
|
|
1933
|
+
J,
|
|
1934
|
+
{
|
|
1935
|
+
size: b,
|
|
1936
|
+
radius: y,
|
|
1937
|
+
variant: "outline-secondary",
|
|
1938
|
+
onClick: w,
|
|
1939
|
+
children: m
|
|
1940
|
+
}
|
|
1941
|
+
),
|
|
1942
|
+
/* @__PURE__ */ l(
|
|
1943
|
+
J,
|
|
1944
|
+
{
|
|
1945
|
+
size: b,
|
|
1946
|
+
radius: y,
|
|
1947
|
+
variant: "fill-primary",
|
|
1948
|
+
disabled: h,
|
|
1949
|
+
onClick: S,
|
|
1950
|
+
children: f
|
|
1951
|
+
}
|
|
1952
|
+
)
|
|
1953
|
+
] })
|
|
1954
|
+
]
|
|
1955
|
+
}
|
|
1956
|
+
)
|
|
1957
|
+
] })
|
|
1958
|
+
}
|
|
1959
|
+
);
|
|
1960
|
+
}
|
|
1961
|
+
);
|
|
1962
|
+
Ps.displayName = "ConfirmDialog";
|
|
1963
|
+
const Ze = u.forwardRef(
|
|
1964
|
+
({ children: e, maxHeight: n, className: t, style: o, onScroll: s, onScrollBottom: r, ...c }, a) => /* @__PURE__ */ l(
|
|
1965
|
+
"div",
|
|
1966
|
+
{
|
|
1967
|
+
ref: a,
|
|
1968
|
+
onScroll: (d) => {
|
|
1969
|
+
if (s && s(d), r) {
|
|
1970
|
+
const { scrollTop: p, scrollHeight: f, clientHeight: h } = d.currentTarget;
|
|
1971
|
+
f - p <= h + 10 && r();
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
className: `bd-ScrollArea ${t || ""}`,
|
|
1975
|
+
style: { ...o, maxHeight: n },
|
|
1976
|
+
...c,
|
|
1977
|
+
children: e
|
|
1978
|
+
}
|
|
1979
|
+
)
|
|
1980
|
+
);
|
|
1981
|
+
Ze.displayName = "ScrollArea";
|
|
1982
|
+
const Ss = ["1", "2", "3", "4", "5"], ks = ["classic", "underlined", "rounded"], q = {
|
|
1983
|
+
size: { type: "enum", className: "bd-size", values: Ss, default: "4" },
|
|
1984
|
+
variant: { type: "enum", className: "bd-variant", values: ks, default: "classic" },
|
|
1985
|
+
...Le,
|
|
1986
|
+
...$
|
|
1987
|
+
}, Es = {
|
|
1988
|
+
gap: Ue.gap,
|
|
1989
|
+
px: j.px,
|
|
1990
|
+
pl: j.pl,
|
|
1991
|
+
pr: j.pr
|
|
1992
|
+
}, Je = {
|
|
1993
|
+
...q,
|
|
1994
|
+
...Es
|
|
1995
|
+
}, pe = "SelectBox", [Is] = M(pe), [Ds, ve] = Is(pe), Qe = ({
|
|
1996
|
+
__scopeSelect: e,
|
|
1997
|
+
value: n,
|
|
1998
|
+
defaultValue: t,
|
|
1999
|
+
onValueChange: o,
|
|
2000
|
+
valueLabelMap: s,
|
|
2001
|
+
open: r,
|
|
2002
|
+
defaultOpen: c,
|
|
2003
|
+
onOpenChange: a,
|
|
2004
|
+
variant: i = "classic",
|
|
2005
|
+
size: d = q.size.default,
|
|
2006
|
+
weight: p = "regular",
|
|
2007
|
+
children: f
|
|
2008
|
+
}) => {
|
|
2009
|
+
const [h, m] = _({
|
|
2010
|
+
prop: n,
|
|
2011
|
+
defaultProp: t ?? "",
|
|
2012
|
+
onChange: o,
|
|
2013
|
+
caller: pe
|
|
2014
|
+
}), [v, C] = _({
|
|
2015
|
+
prop: r,
|
|
2016
|
+
defaultProp: c ?? !1,
|
|
2017
|
+
onChange: a,
|
|
2018
|
+
caller: `${pe}.Open`
|
|
2019
|
+
}), g = u.useRef(null), N = ee();
|
|
2020
|
+
return /* @__PURE__ */ l(
|
|
2021
|
+
Ds,
|
|
2022
|
+
{
|
|
2023
|
+
scope: e,
|
|
2024
|
+
value: h,
|
|
2025
|
+
onValueChange: m,
|
|
2026
|
+
valueLabelMap: s,
|
|
2027
|
+
open: v,
|
|
2028
|
+
onOpenChange: C,
|
|
2029
|
+
triggerRef: g,
|
|
2030
|
+
contentId: N,
|
|
2031
|
+
variant: i,
|
|
2032
|
+
size: d,
|
|
2033
|
+
weight: p,
|
|
2034
|
+
children: f
|
|
2035
|
+
}
|
|
2036
|
+
);
|
|
2037
|
+
}, Ut = "SelectBoxTrigger", ye = u.forwardRef(
|
|
2038
|
+
(e, n) => {
|
|
2039
|
+
const { __scopeSelect: t, children: o, onClick: s, onKeyDown: r, ...c } = e, a = ve(Ut, t), i = I(n, a.triggerRef), { className: d, style: p, ...f } = E(c, Je), h = !a.value || a.value === "";
|
|
2040
|
+
return /* @__PURE__ */ l(
|
|
2041
|
+
R.button,
|
|
2042
|
+
{
|
|
2043
|
+
type: "button",
|
|
2044
|
+
role: "combobox",
|
|
2045
|
+
"aria-expanded": a.open,
|
|
2046
|
+
"data-placeholder": h ? "" : void 0,
|
|
2047
|
+
className: `bd-SelectBoxTrigger ${d || ""}`,
|
|
2048
|
+
style: p,
|
|
2049
|
+
...f,
|
|
2050
|
+
ref: i,
|
|
2051
|
+
onClick: (m) => {
|
|
2052
|
+
a.onOpenChange(!a.open), s?.(m);
|
|
2053
|
+
},
|
|
2054
|
+
onKeyDown: (m) => {
|
|
2055
|
+
!a.open && (m.key === "ArrowDown" || m.key === "Enter" || m.key === " ") && (m.preventDefault(), a.onOpenChange(!0)), r?.(m);
|
|
2056
|
+
},
|
|
2057
|
+
children: o
|
|
2058
|
+
}
|
|
2059
|
+
);
|
|
2060
|
+
}
|
|
2061
|
+
);
|
|
2062
|
+
ye.displayName = Ut;
|
|
2063
|
+
const Ht = "SelectBoxContent", Ne = u.forwardRef(({ __scopeSelect: e, children: n, className: t, style: o, onKeyDown: s, ...r }, c) => {
|
|
2064
|
+
const a = ve(Ht, e), i = u.useRef(null), d = I(c, i);
|
|
2065
|
+
Ve(i, (C) => {
|
|
2066
|
+
a.triggerRef.current?.contains(C.target) || a.open && a.onOpenChange(!1);
|
|
2067
|
+
});
|
|
2068
|
+
const p = a.variant === "rounded" ? 8 : 0, { styles: f, isPositioned: h } = pt(
|
|
2069
|
+
a.triggerRef,
|
|
2070
|
+
i,
|
|
2071
|
+
a.open,
|
|
2072
|
+
p
|
|
2073
|
+
);
|
|
2074
|
+
u.useEffect(() => {
|
|
2075
|
+
a.open && i.current && requestAnimationFrame(() => {
|
|
2076
|
+
if (!i.current) return;
|
|
2077
|
+
const C = Array.from(
|
|
2078
|
+
i.current.querySelectorAll('[role="option"]')
|
|
2079
|
+
), g = C.find((N) => N.getAttribute("aria-selected") === "true");
|
|
2080
|
+
g ? g.focus() : C.length > 0 && C[0].focus();
|
|
2081
|
+
});
|
|
2082
|
+
}, [a.open]);
|
|
2083
|
+
const m = (C) => {
|
|
2084
|
+
const g = Array.from(
|
|
2085
|
+
i.current?.querySelectorAll('[role="option"]') || []
|
|
2086
|
+
), N = g.indexOf(document.activeElement);
|
|
2087
|
+
switch (C.key) {
|
|
2088
|
+
case "ArrowDown": {
|
|
2089
|
+
C.preventDefault();
|
|
2090
|
+
const b = N < g.length - 1 ? N + 1 : 0;
|
|
2091
|
+
g[b]?.focus();
|
|
2092
|
+
break;
|
|
2093
|
+
}
|
|
2094
|
+
case "ArrowUp": {
|
|
2095
|
+
C.preventDefault();
|
|
2096
|
+
const b = N > 0 ? N - 1 : g.length - 1;
|
|
2097
|
+
g[b]?.focus();
|
|
2098
|
+
break;
|
|
2099
|
+
}
|
|
2100
|
+
case "Enter":
|
|
2101
|
+
case " ":
|
|
2102
|
+
C.preventDefault(), document.activeElement?.click();
|
|
2103
|
+
break;
|
|
2104
|
+
case "Escape":
|
|
2105
|
+
C.preventDefault(), a.onOpenChange(!1), a.triggerRef.current?.focus();
|
|
2106
|
+
break;
|
|
2107
|
+
case "Tab":
|
|
2108
|
+
a.onOpenChange(!1);
|
|
2109
|
+
break;
|
|
2110
|
+
}
|
|
2111
|
+
s?.(C);
|
|
2112
|
+
};
|
|
2113
|
+
if (!a.open) return null;
|
|
2114
|
+
const v = /* @__PURE__ */ l(
|
|
2115
|
+
R.div,
|
|
2116
|
+
{
|
|
2117
|
+
id: a.contentId,
|
|
2118
|
+
role: "listbox",
|
|
2119
|
+
tabIndex: -1,
|
|
2120
|
+
onKeyDown: m,
|
|
2121
|
+
className: `bd-SelectBoxContent bd-variant-${a.variant} ${t || ""}`,
|
|
2122
|
+
...r,
|
|
2123
|
+
ref: d,
|
|
2124
|
+
style: {
|
|
2125
|
+
...f,
|
|
2126
|
+
...o,
|
|
2127
|
+
transition: h ? "opacity 0.2s ease, transform 0.2s ease" : "none",
|
|
2128
|
+
overflow: "hidden"
|
|
2129
|
+
},
|
|
2130
|
+
children: n
|
|
2131
|
+
}
|
|
2132
|
+
);
|
|
2133
|
+
return /* @__PURE__ */ l($e, { children: v });
|
|
2134
|
+
});
|
|
2135
|
+
Ne.displayName = Ht;
|
|
2136
|
+
const jt = "SelectBoxItem", et = u.forwardRef(
|
|
2137
|
+
({ __scopeSelect: e, value: n, onClick: t, className: o, children: s, ...r }, c) => {
|
|
2138
|
+
const a = ve(jt, e), i = a.value === n, { className: d, style: p } = E(
|
|
2139
|
+
{ size: a.size, weight: a.weight },
|
|
2140
|
+
Je
|
|
2141
|
+
);
|
|
2142
|
+
return /* @__PURE__ */ l(
|
|
2143
|
+
R.div,
|
|
2144
|
+
{
|
|
2145
|
+
role: "option",
|
|
2146
|
+
tabIndex: -1,
|
|
2147
|
+
"aria-selected": i,
|
|
2148
|
+
"data-state": i ? "checked" : "unchecked",
|
|
2149
|
+
className: `bd-SelectBoxItem bd-variant-${a.variant} ${d || ""} ${o || ""}`,
|
|
2150
|
+
style: p,
|
|
2151
|
+
...r,
|
|
2152
|
+
ref: c,
|
|
2153
|
+
onClick: (f) => {
|
|
2154
|
+
a.onValueChange(n), a.onOpenChange(!1), a.triggerRef.current?.focus(), t?.(f);
|
|
2155
|
+
},
|
|
2156
|
+
children: /* @__PURE__ */ l(R.span, { className: "bd-SelectBoxItemText", children: s })
|
|
2157
|
+
}
|
|
2158
|
+
);
|
|
2159
|
+
}
|
|
2160
|
+
);
|
|
2161
|
+
et.displayName = jt;
|
|
2162
|
+
const qt = "SelectBoxValue", we = u.forwardRef(
|
|
2163
|
+
({ __scopeSelect: e, className: n, children: t, placeholder: o, ...s }, r) => {
|
|
2164
|
+
const c = ve(qt, e), a = c.value ? c.valueLabelMap?.get(c.value) ?? c.value : t || o, { className: i, style: d } = E(
|
|
2165
|
+
{ weight: c.weight },
|
|
2166
|
+
Je
|
|
2167
|
+
);
|
|
2168
|
+
return /* @__PURE__ */ l(
|
|
2169
|
+
R.span,
|
|
2170
|
+
{
|
|
2171
|
+
className: `bd-SelectBoxValue ${i || ""} ${n || ""}`,
|
|
2172
|
+
style: d,
|
|
2173
|
+
...s,
|
|
2174
|
+
ref: r,
|
|
2175
|
+
children: a
|
|
2176
|
+
}
|
|
2177
|
+
);
|
|
2178
|
+
}
|
|
2179
|
+
), Ts = "SelectBoxSlot", Re = u.forwardRef(
|
|
2180
|
+
({ __scopeSelect: e, className: n, side: t = "right", "data-chevron": o, children: s, ...r }, c) => /* @__PURE__ */ l(
|
|
2181
|
+
R.div,
|
|
2182
|
+
{
|
|
2183
|
+
"aria-hidden": "true",
|
|
2184
|
+
"data-side": t,
|
|
2185
|
+
"data-chevron": o ? "true" : void 0,
|
|
2186
|
+
className: `bd-SelectBoxSlot ${n || ""}`,
|
|
2187
|
+
...r,
|
|
2188
|
+
ref: c,
|
|
2189
|
+
children: s || /* @__PURE__ */ l(ts, {})
|
|
2190
|
+
}
|
|
2191
|
+
)
|
|
2192
|
+
);
|
|
2193
|
+
we.displayName = qt;
|
|
2194
|
+
Re.displayName = Ts;
|
|
2195
|
+
const _s = ({
|
|
2196
|
+
options: e,
|
|
2197
|
+
placeholder: n = "선택하세요",
|
|
2198
|
+
size: t = q.size.default,
|
|
2199
|
+
weight: o = "regular",
|
|
2200
|
+
variant: s = "classic",
|
|
2201
|
+
disabled: r = !1,
|
|
2202
|
+
maxHeight: c,
|
|
2203
|
+
onScrollBottom: a,
|
|
2204
|
+
...i
|
|
2205
|
+
}) => {
|
|
2206
|
+
const d = new Map(e.map((p) => [p.value, p.label]));
|
|
2207
|
+
return /* @__PURE__ */ P(
|
|
2208
|
+
Qe,
|
|
2209
|
+
{
|
|
2210
|
+
...i,
|
|
2211
|
+
valueLabelMap: d,
|
|
2212
|
+
variant: s,
|
|
2213
|
+
size: t,
|
|
2214
|
+
weight: o,
|
|
2215
|
+
children: [
|
|
2216
|
+
/* @__PURE__ */ P(ye, { size: t, variant: s, disabled: r, children: [
|
|
2217
|
+
/* @__PURE__ */ l(we, { placeholder: n }),
|
|
2218
|
+
/* @__PURE__ */ l(Re, { "data-chevron": !0 })
|
|
2219
|
+
] }),
|
|
2220
|
+
/* @__PURE__ */ l(Ne, { children: /* @__PURE__ */ l(Ze, { maxHeight: c, onScrollBottom: a, children: e.map((p) => /* @__PURE__ */ l(et, { value: p.value, children: p.label }, p.value)) }) })
|
|
2221
|
+
]
|
|
2222
|
+
}
|
|
2223
|
+
);
|
|
2224
|
+
}, Gr = Object.assign(_s, {
|
|
2225
|
+
Root: Qe,
|
|
2226
|
+
Trigger: ye,
|
|
2227
|
+
Content: Ne,
|
|
2228
|
+
Item: et,
|
|
2229
|
+
Value: we,
|
|
2230
|
+
Slot: Re
|
|
2231
|
+
}), Y = {
|
|
2232
|
+
size: q.size,
|
|
2233
|
+
variant: q.variant,
|
|
2234
|
+
weight: q.weight
|
|
2235
|
+
};
|
|
2236
|
+
({
|
|
2237
|
+
...Y,
|
|
2238
|
+
checkboxSize: F.size,
|
|
2239
|
+
checkboxVariant: F.variant
|
|
2240
|
+
});
|
|
2241
|
+
const Yt = "regular", Kt = u.forwardRef(
|
|
2242
|
+
({
|
|
2243
|
+
value: e,
|
|
2244
|
+
label: n,
|
|
2245
|
+
selected: t,
|
|
2246
|
+
disabled: o = !1,
|
|
2247
|
+
size: s = Y.size.default,
|
|
2248
|
+
weight: r = Yt,
|
|
2249
|
+
variant: c = Y.variant.default,
|
|
2250
|
+
checkboxSize: a = F.size.default,
|
|
2251
|
+
checkboxVariant: i = F.variant.default,
|
|
2252
|
+
className: d,
|
|
2253
|
+
onItemSelect: p,
|
|
2254
|
+
onClick: f,
|
|
2255
|
+
...h
|
|
2256
|
+
}, m) => {
|
|
2257
|
+
const { className: v, style: C } = E(
|
|
2258
|
+
{ size: s, weight: r },
|
|
2259
|
+
Y
|
|
2260
|
+
);
|
|
2261
|
+
return /* @__PURE__ */ P(
|
|
2262
|
+
R.div,
|
|
2263
|
+
{
|
|
2264
|
+
...h,
|
|
2265
|
+
ref: m,
|
|
2266
|
+
role: "option",
|
|
2267
|
+
tabIndex: -1,
|
|
2268
|
+
"aria-selected": t,
|
|
2269
|
+
"aria-disabled": o,
|
|
2270
|
+
"data-disabled": o ? "" : void 0,
|
|
2271
|
+
"data-state": t ? "checked" : "unchecked",
|
|
2272
|
+
className: x(
|
|
2273
|
+
"bd-SelectBoxItem",
|
|
2274
|
+
`bd-variant-${c}`,
|
|
2275
|
+
"bd-CheckableSelectBoxItem",
|
|
2276
|
+
v,
|
|
2277
|
+
d
|
|
2278
|
+
),
|
|
2279
|
+
style: C,
|
|
2280
|
+
onClick: (g) => {
|
|
2281
|
+
if (o) {
|
|
2282
|
+
g.preventDefault();
|
|
2283
|
+
return;
|
|
2284
|
+
}
|
|
2285
|
+
p(e), f?.(g);
|
|
2286
|
+
},
|
|
2287
|
+
children: [
|
|
2288
|
+
/* @__PURE__ */ l(
|
|
2289
|
+
As,
|
|
2290
|
+
{
|
|
2291
|
+
checked: t,
|
|
2292
|
+
disabled: o,
|
|
2293
|
+
size: a,
|
|
2294
|
+
variant: i
|
|
2295
|
+
}
|
|
2296
|
+
),
|
|
2297
|
+
/* @__PURE__ */ l("span", { className: "bd-CheckableSelectBoxItemText", children: n })
|
|
2298
|
+
]
|
|
2299
|
+
}
|
|
2300
|
+
);
|
|
2301
|
+
}
|
|
2302
|
+
);
|
|
2303
|
+
Kt.displayName = "CheckableSelectBoxItem";
|
|
2304
|
+
const As = ({
|
|
2305
|
+
checked: e,
|
|
2306
|
+
disabled: n,
|
|
2307
|
+
size: t,
|
|
2308
|
+
variant: o
|
|
2309
|
+
}) => {
|
|
2310
|
+
const { className: s, style: r } = E({ size: t, variant: o }, F);
|
|
2311
|
+
return /* @__PURE__ */ l(Rt, { checked: e, disabled: n, children: /* @__PURE__ */ l(
|
|
2312
|
+
R.span,
|
|
2313
|
+
{
|
|
2314
|
+
"aria-hidden": "true",
|
|
2315
|
+
"data-state": e ? "checked" : "unchecked",
|
|
2316
|
+
"data-disabled": n ? "" : void 0,
|
|
2317
|
+
className: x("bd-reset", "bd-CheckboxRoot", s),
|
|
2318
|
+
style: r,
|
|
2319
|
+
children: /* @__PURE__ */ l(Ce, { asChild: !0, className: "bd-CheckboxIndicator", children: /* @__PURE__ */ l(be, {}) })
|
|
2320
|
+
}
|
|
2321
|
+
) });
|
|
2322
|
+
}, Vr = ({
|
|
2323
|
+
items: e,
|
|
2324
|
+
value: n,
|
|
2325
|
+
defaultValue: t,
|
|
2326
|
+
onValueChange: o,
|
|
2327
|
+
open: s,
|
|
2328
|
+
defaultOpen: r,
|
|
2329
|
+
onOpenChange: c,
|
|
2330
|
+
placeholder: a = "선택하세요",
|
|
2331
|
+
size: i = Y.size.default,
|
|
2332
|
+
weight: d = Yt,
|
|
2333
|
+
variant: p = Y.variant.default,
|
|
2334
|
+
checkboxSize: f = F.size.default,
|
|
2335
|
+
checkboxVariant: h = F.variant.default,
|
|
2336
|
+
disabled: m = !1,
|
|
2337
|
+
className: v,
|
|
2338
|
+
maxHeight: C,
|
|
2339
|
+
onScrollBottom: g
|
|
2340
|
+
}) => {
|
|
2341
|
+
const [N = [], b] = _({
|
|
2342
|
+
prop: n,
|
|
2343
|
+
defaultProp: t ?? [],
|
|
2344
|
+
onChange: o,
|
|
2345
|
+
caller: "CheckableSelectBox"
|
|
2346
|
+
}), y = /* @__PURE__ */ new Map();
|
|
2347
|
+
e.forEach((S) => {
|
|
2348
|
+
y.set(S.value, S.label);
|
|
2349
|
+
});
|
|
2350
|
+
const w = N.map((S) => y.get(S) ?? S).join(", ");
|
|
2351
|
+
return /* @__PURE__ */ P(
|
|
2352
|
+
Qe,
|
|
2353
|
+
{
|
|
2354
|
+
value: w,
|
|
2355
|
+
open: s,
|
|
2356
|
+
defaultOpen: r,
|
|
2357
|
+
onOpenChange: c,
|
|
2358
|
+
variant: p,
|
|
2359
|
+
size: i,
|
|
2360
|
+
weight: d,
|
|
2361
|
+
children: [
|
|
2362
|
+
/* @__PURE__ */ P(ye, { size: i, variant: p, disabled: m, className: v, children: [
|
|
2363
|
+
/* @__PURE__ */ l(we, { placeholder: a }),
|
|
2364
|
+
/* @__PURE__ */ l(Re, { "data-chevron": !0 })
|
|
2365
|
+
] }),
|
|
2366
|
+
/* @__PURE__ */ l(Ne, { "aria-multiselectable": "true", children: /* @__PURE__ */ l(Ze, { maxHeight: C, onScrollBottom: g, children: e.map((S) => /* @__PURE__ */ l(
|
|
2367
|
+
Kt,
|
|
2368
|
+
{
|
|
2369
|
+
value: S.value,
|
|
2370
|
+
label: S.label,
|
|
2371
|
+
selected: N.includes(S.value),
|
|
2372
|
+
disabled: m || S.disabled,
|
|
2373
|
+
size: i,
|
|
2374
|
+
weight: d,
|
|
2375
|
+
variant: p,
|
|
2376
|
+
checkboxSize: f,
|
|
2377
|
+
checkboxVariant: h,
|
|
2378
|
+
onItemSelect: (k) => {
|
|
2379
|
+
b(
|
|
2380
|
+
(O = []) => O.includes(k) ? O.filter((re) => re !== k) : [...O, k]
|
|
2381
|
+
);
|
|
2382
|
+
}
|
|
2383
|
+
},
|
|
2384
|
+
S.value
|
|
2385
|
+
)) }) })
|
|
2386
|
+
]
|
|
2387
|
+
}
|
|
2388
|
+
);
|
|
2389
|
+
}, ie = {
|
|
2390
|
+
...K,
|
|
2391
|
+
...F
|
|
2392
|
+
}, tt = "CheckboxGroup", [Ms, Wt] = M(
|
|
2393
|
+
tt,
|
|
2394
|
+
[ze, wt]
|
|
2395
|
+
), Xt = ze(), Zt = wt(), [Bs, Os] = Ms(tt), Jt = u.forwardRef(
|
|
2396
|
+
(e, n) => {
|
|
2397
|
+
const {
|
|
2398
|
+
__scopeCheckboxGroup: t,
|
|
2399
|
+
name: o,
|
|
2400
|
+
defaultValue: s,
|
|
1535
2401
|
value: r,
|
|
1536
2402
|
required: c = !1,
|
|
1537
2403
|
disabled: a = !1,
|
|
1538
|
-
loop:
|
|
2404
|
+
loop: i = !0,
|
|
1539
2405
|
orientation: d,
|
|
1540
|
-
onValueChange:
|
|
1541
|
-
...
|
|
1542
|
-
} = e,
|
|
2406
|
+
onValueChange: p,
|
|
2407
|
+
...f
|
|
2408
|
+
} = e, h = Xt(t), [m = [], v] = _({
|
|
1543
2409
|
prop: r,
|
|
1544
|
-
defaultProp:
|
|
1545
|
-
onChange:
|
|
1546
|
-
}),
|
|
1547
|
-
(
|
|
1548
|
-
[
|
|
1549
|
-
), g =
|
|
1550
|
-
(
|
|
1551
|
-
[
|
|
2410
|
+
defaultProp: s || [],
|
|
2411
|
+
onChange: p
|
|
2412
|
+
}), C = u.useCallback(
|
|
2413
|
+
(N) => v((b = []) => [...b, N]),
|
|
2414
|
+
[v]
|
|
2415
|
+
), g = u.useCallback(
|
|
2416
|
+
(N) => v((b = []) => b.filter((y) => y !== N)),
|
|
2417
|
+
[v]
|
|
1552
2418
|
);
|
|
1553
2419
|
return /* @__PURE__ */ l(
|
|
1554
|
-
|
|
2420
|
+
Bs,
|
|
1555
2421
|
{
|
|
1556
|
-
scope:
|
|
1557
|
-
name:
|
|
2422
|
+
scope: t,
|
|
2423
|
+
name: o,
|
|
1558
2424
|
required: c,
|
|
1559
2425
|
disabled: a,
|
|
1560
|
-
value:
|
|
1561
|
-
onItemCheck:
|
|
2426
|
+
value: m,
|
|
2427
|
+
onItemCheck: C,
|
|
1562
2428
|
onItemUnCheck: g,
|
|
1563
|
-
children: /* @__PURE__ */ l(
|
|
1564
|
-
|
|
2429
|
+
children: /* @__PURE__ */ l(gt, { asChild: !0, ...h, orientation: d, loop: i, children: /* @__PURE__ */ l(
|
|
2430
|
+
R.div,
|
|
1565
2431
|
{
|
|
1566
2432
|
role: "group",
|
|
1567
2433
|
"data-disabled": a ? "" : void 0,
|
|
1568
|
-
...
|
|
1569
|
-
ref:
|
|
2434
|
+
...f,
|
|
2435
|
+
ref: n
|
|
1570
2436
|
}
|
|
1571
2437
|
) })
|
|
1572
2438
|
}
|
|
1573
2439
|
);
|
|
1574
2440
|
}
|
|
1575
2441
|
);
|
|
1576
|
-
|
|
1577
|
-
const
|
|
1578
|
-
const { __scopeCheckboxGroup:
|
|
2442
|
+
Jt.displayName = tt;
|
|
2443
|
+
const Qt = "CheckboxGroupItem", en = u.forwardRef((e, n) => {
|
|
2444
|
+
const { __scopeCheckboxGroup: t, disabled: o, ...s } = e, r = Os(Qt, t), c = r.disabled || o, a = Xt(t), i = Zt(t), d = u.useRef(null), p = I(n, d), f = r.value?.includes(s.value);
|
|
1579
2445
|
return /* @__PURE__ */ l(
|
|
1580
|
-
|
|
2446
|
+
bt,
|
|
1581
2447
|
{
|
|
1582
2448
|
asChild: !0,
|
|
1583
2449
|
...a,
|
|
1584
2450
|
focusable: !c,
|
|
1585
|
-
active:
|
|
2451
|
+
active: f,
|
|
1586
2452
|
children: /* @__PURE__ */ l(
|
|
1587
|
-
|
|
2453
|
+
St,
|
|
1588
2454
|
{
|
|
1589
2455
|
name: r.name,
|
|
1590
2456
|
disabled: c,
|
|
1591
2457
|
required: r.required,
|
|
1592
|
-
checked:
|
|
1593
|
-
...
|
|
1594
|
-
...
|
|
1595
|
-
ref:
|
|
1596
|
-
onCheckedChange: (
|
|
1597
|
-
|
|
2458
|
+
checked: f,
|
|
2459
|
+
...i,
|
|
2460
|
+
...s,
|
|
2461
|
+
ref: p,
|
|
2462
|
+
onCheckedChange: (h) => {
|
|
2463
|
+
h ? r.onItemCheck(e.value) : r.onItemUnCheck(e.value);
|
|
1598
2464
|
}
|
|
1599
2465
|
}
|
|
1600
2466
|
)
|
|
1601
2467
|
}
|
|
1602
2468
|
);
|
|
1603
2469
|
});
|
|
1604
|
-
|
|
1605
|
-
const
|
|
1606
|
-
const { __scopeCheckboxGroup:
|
|
1607
|
-
return /* @__PURE__ */ l(
|
|
2470
|
+
en.displayName = Qt;
|
|
2471
|
+
const Fs = "CheckboxGroupIndicator", tn = u.forwardRef((e, n) => {
|
|
2472
|
+
const { __scopeCheckboxGroup: t, ...o } = e, s = Zt(t);
|
|
2473
|
+
return /* @__PURE__ */ l(Ce, { ...s, ...o, ref: n });
|
|
1608
2474
|
});
|
|
1609
|
-
|
|
1610
|
-
const
|
|
1611
|
-
|
|
1612
|
-
]),
|
|
1613
|
-
(e,
|
|
2475
|
+
tn.displayName = Fs;
|
|
2476
|
+
const oe = "CheckboxGroup", [Gs] = M(oe, [
|
|
2477
|
+
Wt
|
|
2478
|
+
]), nn = Wt(), [Vs, on] = Gs(oe), sn = u.forwardRef(
|
|
2479
|
+
(e, n) => {
|
|
1614
2480
|
const {
|
|
1615
|
-
size:
|
|
1616
|
-
variant:
|
|
1617
|
-
...
|
|
1618
|
-
} = e, { __scopeCheckboxGroup: r, className: c, ...a } =
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
),
|
|
1622
|
-
return /* @__PURE__ */ l(
|
|
1623
|
-
|
|
2481
|
+
size: t = ie.size.default,
|
|
2482
|
+
variant: o = ie.variant.default,
|
|
2483
|
+
...s
|
|
2484
|
+
} = e, { __scopeCheckboxGroup: r, className: c, ...a } = E(
|
|
2485
|
+
s,
|
|
2486
|
+
ie
|
|
2487
|
+
), i = nn(r);
|
|
2488
|
+
return /* @__PURE__ */ l(Vs, { scope: r, size: t, variant: o, children: /* @__PURE__ */ l(
|
|
2489
|
+
Jt,
|
|
1624
2490
|
{
|
|
1625
|
-
...
|
|
2491
|
+
...i,
|
|
1626
2492
|
...a,
|
|
1627
|
-
ref:
|
|
1628
|
-
className:
|
|
2493
|
+
ref: n,
|
|
2494
|
+
className: x("bd-CheckboxGroupRoot", c)
|
|
1629
2495
|
}
|
|
1630
2496
|
) });
|
|
1631
2497
|
}
|
|
1632
2498
|
);
|
|
1633
|
-
|
|
1634
|
-
const
|
|
1635
|
-
(e,
|
|
1636
|
-
const { __scopeCheckboxGroup:
|
|
1637
|
-
return
|
|
1638
|
-
|
|
2499
|
+
sn.displayName = oe;
|
|
2500
|
+
const rn = u.forwardRef(
|
|
2501
|
+
(e, n) => {
|
|
2502
|
+
const { __scopeCheckboxGroup: t, children: o, className: s, style: r, ...c } = e, { size: a } = on("CheckboxGroupItem", t);
|
|
2503
|
+
return o ? /* @__PURE__ */ P(
|
|
2504
|
+
te,
|
|
1639
2505
|
{
|
|
1640
2506
|
as: "label",
|
|
1641
2507
|
size: a,
|
|
1642
|
-
className:
|
|
2508
|
+
className: x("bd-CheckboxGroupItem", s),
|
|
1643
2509
|
style: r,
|
|
1644
2510
|
children: [
|
|
1645
2511
|
/* @__PURE__ */ l(
|
|
1646
|
-
|
|
2512
|
+
Be,
|
|
1647
2513
|
{
|
|
1648
|
-
__scopeCheckboxGroup:
|
|
2514
|
+
__scopeCheckboxGroup: t,
|
|
1649
2515
|
...c,
|
|
1650
|
-
ref:
|
|
2516
|
+
ref: n
|
|
1651
2517
|
}
|
|
1652
2518
|
),
|
|
1653
|
-
|
|
2519
|
+
o && /* @__PURE__ */ l("span", { className: "bd-CheckboxGroupItemInner", children: o })
|
|
1654
2520
|
]
|
|
1655
2521
|
}
|
|
1656
2522
|
) : /* @__PURE__ */ l(
|
|
1657
|
-
|
|
2523
|
+
Be,
|
|
1658
2524
|
{
|
|
1659
|
-
__scopeCheckboxGroup:
|
|
2525
|
+
__scopeCheckboxGroup: t,
|
|
1660
2526
|
...c,
|
|
1661
|
-
ref:
|
|
1662
|
-
className:
|
|
2527
|
+
ref: n,
|
|
2528
|
+
className: s,
|
|
1663
2529
|
style: r
|
|
1664
2530
|
}
|
|
1665
2531
|
);
|
|
1666
2532
|
}
|
|
1667
2533
|
);
|
|
1668
|
-
|
|
1669
|
-
const
|
|
1670
|
-
const
|
|
2534
|
+
rn.displayName = `${oe}.Item`;
|
|
2535
|
+
const Be = u.forwardRef(({ __scopeCheckboxGroup: e, ...n }, t) => {
|
|
2536
|
+
const o = on("CheckboxGroupItemCheckbox", e), s = nn(e), { className: r } = E({ ...n, ...o }, ie);
|
|
1671
2537
|
return /* @__PURE__ */ l(
|
|
1672
|
-
|
|
2538
|
+
en,
|
|
1673
2539
|
{
|
|
1674
|
-
...
|
|
1675
|
-
...
|
|
1676
|
-
ref:
|
|
1677
|
-
className:
|
|
2540
|
+
...s,
|
|
2541
|
+
...n,
|
|
2542
|
+
ref: t,
|
|
2543
|
+
className: x(
|
|
1678
2544
|
"bd-reset",
|
|
1679
2545
|
"bd-CheckboxRoot",
|
|
1680
2546
|
"bd-CheckboxGroupItemCheckbox",
|
|
1681
2547
|
r
|
|
1682
2548
|
),
|
|
1683
|
-
children: /* @__PURE__ */ l(
|
|
2549
|
+
children: /* @__PURE__ */ l(tn, { ...s, asChild: !0, className: "bd-CheckboxIndicator", children: /* @__PURE__ */ l(be, {}) })
|
|
1684
2550
|
}
|
|
1685
2551
|
);
|
|
1686
2552
|
});
|
|
1687
|
-
|
|
1688
|
-
const
|
|
1689
|
-
Root:
|
|
1690
|
-
Item:
|
|
1691
|
-
},
|
|
1692
|
-
size: { type: "enum", className: "bd-size", values:
|
|
1693
|
-
variant: { type: "enum", className: "bd-variant", values:
|
|
1694
|
-
},
|
|
1695
|
-
(e,
|
|
2553
|
+
Be.displayName = `${oe}.ItemCheckbox`;
|
|
2554
|
+
const $r = {
|
|
2555
|
+
Root: sn,
|
|
2556
|
+
Item: rn
|
|
2557
|
+
}, $s = ["1", "2", "3", "4"], zs = ["classic", "outline"], Ls = {
|
|
2558
|
+
size: { type: "enum", className: "bd-size", values: $s, default: "2" },
|
|
2559
|
+
variant: { type: "enum", className: "bd-variant", values: zs, default: "classic" }
|
|
2560
|
+
}, nt = "Radio", [Us, an] = M(nt), [Hs, js] = Us(nt), ot = u.forwardRef(
|
|
2561
|
+
(e, n) => {
|
|
1696
2562
|
const {
|
|
1697
|
-
__scopeRadio:
|
|
1698
|
-
name:
|
|
1699
|
-
checked:
|
|
2563
|
+
__scopeRadio: t,
|
|
2564
|
+
name: o,
|
|
2565
|
+
checked: s = !1,
|
|
1700
2566
|
required: r,
|
|
1701
2567
|
disabled: c,
|
|
1702
2568
|
value: a = "on",
|
|
1703
|
-
onCheck:
|
|
2569
|
+
onCheck: i,
|
|
1704
2570
|
form: d,
|
|
1705
|
-
...
|
|
1706
|
-
} = e, [
|
|
1707
|
-
return /* @__PURE__ */
|
|
2571
|
+
...p
|
|
2572
|
+
} = e, [f, h] = u.useState(null), m = I(n, h), v = u.useRef(!1), C = f ? d || !!f.closest("form") : !0;
|
|
2573
|
+
return /* @__PURE__ */ P(Hs, { scope: t, checked: s, disabled: c, children: [
|
|
1708
2574
|
/* @__PURE__ */ l(
|
|
1709
|
-
|
|
2575
|
+
R.button,
|
|
1710
2576
|
{
|
|
1711
2577
|
type: "button",
|
|
1712
2578
|
role: "radio",
|
|
1713
|
-
"aria-checked":
|
|
1714
|
-
"data-state":
|
|
2579
|
+
"aria-checked": s,
|
|
2580
|
+
"data-state": dn(s),
|
|
1715
2581
|
"data-disabled": c ? "" : void 0,
|
|
1716
2582
|
disabled: c,
|
|
1717
2583
|
value: a,
|
|
1718
|
-
...
|
|
1719
|
-
ref:
|
|
1720
|
-
onClick:
|
|
1721
|
-
|
|
2584
|
+
...p,
|
|
2585
|
+
ref: m,
|
|
2586
|
+
onClick: A(e.onClick, (g) => {
|
|
2587
|
+
s || i?.(), C && (v.current = g.isPropagationStopped(), v.current || g.stopPropagation());
|
|
1722
2588
|
})
|
|
1723
2589
|
}
|
|
1724
2590
|
),
|
|
1725
|
-
|
|
1726
|
-
|
|
2591
|
+
C && /* @__PURE__ */ l(
|
|
2592
|
+
un,
|
|
1727
2593
|
{
|
|
1728
|
-
control:
|
|
1729
|
-
bubbles: !
|
|
1730
|
-
name:
|
|
2594
|
+
control: f,
|
|
2595
|
+
bubbles: !v.current,
|
|
2596
|
+
name: o,
|
|
1731
2597
|
value: a,
|
|
1732
|
-
checked:
|
|
2598
|
+
checked: s,
|
|
1733
2599
|
required: r,
|
|
1734
2600
|
disabled: c,
|
|
1735
2601
|
form: d,
|
|
@@ -1739,48 +2605,48 @@ const Gs = {
|
|
|
1739
2605
|
] });
|
|
1740
2606
|
}
|
|
1741
2607
|
);
|
|
1742
|
-
|
|
1743
|
-
const
|
|
1744
|
-
(e,
|
|
1745
|
-
const { __scopeRadio:
|
|
1746
|
-
return /* @__PURE__ */ l(
|
|
1747
|
-
|
|
2608
|
+
ot.displayName = nt;
|
|
2609
|
+
const cn = "RadioIndicator", ln = u.forwardRef(
|
|
2610
|
+
(e, n) => {
|
|
2611
|
+
const { __scopeRadio: t, forceMount: o, ...s } = e, r = js(cn, t);
|
|
2612
|
+
return /* @__PURE__ */ l(ft, { remain: o || r.checked, children: /* @__PURE__ */ l(
|
|
2613
|
+
R.span,
|
|
1748
2614
|
{
|
|
1749
|
-
"data-state":
|
|
2615
|
+
"data-state": dn(r.checked),
|
|
1750
2616
|
"data-disabled": r.disabled ? "" : void 0,
|
|
1751
|
-
...
|
|
1752
|
-
ref:
|
|
2617
|
+
...s,
|
|
2618
|
+
ref: n
|
|
1753
2619
|
}
|
|
1754
2620
|
) });
|
|
1755
2621
|
}
|
|
1756
2622
|
);
|
|
1757
|
-
|
|
1758
|
-
const
|
|
1759
|
-
({ control: e, checked:
|
|
1760
|
-
const r =
|
|
1761
|
-
return
|
|
2623
|
+
ln.displayName = cn;
|
|
2624
|
+
const qs = "RadioBubbleInput", un = u.forwardRef(
|
|
2625
|
+
({ control: e, checked: n, bubbles: t = !0, ...o }, s) => {
|
|
2626
|
+
const r = u.useRef(null), c = I(r, s), a = fe(n), i = Ge(e);
|
|
2627
|
+
return u.useEffect(() => {
|
|
1762
2628
|
const d = r.current;
|
|
1763
2629
|
if (!d) return;
|
|
1764
|
-
const
|
|
1765
|
-
|
|
2630
|
+
const p = window.HTMLInputElement.prototype, h = Object.getOwnPropertyDescriptor(
|
|
2631
|
+
p,
|
|
1766
2632
|
"checked"
|
|
1767
2633
|
).set;
|
|
1768
|
-
if (a !==
|
|
1769
|
-
const
|
|
1770
|
-
|
|
2634
|
+
if (a !== n && h) {
|
|
2635
|
+
const m = new Event("click", { bubbles: t });
|
|
2636
|
+
h.call(d, n), d.dispatchEvent(m);
|
|
1771
2637
|
}
|
|
1772
|
-
}, [a,
|
|
1773
|
-
|
|
2638
|
+
}, [a, n, t]), /* @__PURE__ */ l(
|
|
2639
|
+
R.input,
|
|
1774
2640
|
{
|
|
1775
2641
|
type: "radio",
|
|
1776
2642
|
"aria-hidden": !0,
|
|
1777
|
-
defaultChecked:
|
|
1778
|
-
...
|
|
2643
|
+
defaultChecked: n,
|
|
2644
|
+
...o,
|
|
1779
2645
|
tabIndex: -1,
|
|
1780
2646
|
ref: c,
|
|
1781
2647
|
style: {
|
|
1782
|
-
...
|
|
1783
|
-
...
|
|
2648
|
+
...o.style,
|
|
2649
|
+
...i,
|
|
1784
2650
|
position: "absolute",
|
|
1785
2651
|
pointerEvents: "none",
|
|
1786
2652
|
opacity: 0,
|
|
@@ -1790,115 +2656,115 @@ const Ho = "RadioBubbleInput", St = i.forwardRef(
|
|
|
1790
2656
|
);
|
|
1791
2657
|
}
|
|
1792
2658
|
);
|
|
1793
|
-
|
|
1794
|
-
function
|
|
2659
|
+
un.displayName = qs;
|
|
2660
|
+
function dn(e) {
|
|
1795
2661
|
return e ? "checked" : "unchecked";
|
|
1796
2662
|
}
|
|
1797
|
-
const
|
|
2663
|
+
const Ys = u.forwardRef((e, n) => {
|
|
1798
2664
|
const {
|
|
1799
|
-
className:
|
|
1800
|
-
checked:
|
|
1801
|
-
defaultChecked:
|
|
2665
|
+
className: t,
|
|
2666
|
+
checked: o,
|
|
2667
|
+
defaultChecked: s = !1,
|
|
1802
2668
|
onCheck: r,
|
|
1803
2669
|
...c
|
|
1804
|
-
} =
|
|
1805
|
-
prop:
|
|
1806
|
-
defaultProp:
|
|
2670
|
+
} = E(e, Ls), [a, i] = _({
|
|
2671
|
+
prop: o,
|
|
2672
|
+
defaultProp: s,
|
|
1807
2673
|
onChange: r
|
|
1808
2674
|
});
|
|
1809
2675
|
return /* @__PURE__ */ l(
|
|
1810
|
-
|
|
2676
|
+
ot,
|
|
1811
2677
|
{
|
|
1812
2678
|
...c,
|
|
1813
|
-
defaultChecked:
|
|
2679
|
+
defaultChecked: s,
|
|
1814
2680
|
checked: a,
|
|
1815
|
-
onCheck: () =>
|
|
1816
|
-
ref:
|
|
1817
|
-
className:
|
|
2681
|
+
onCheck: () => i((d) => !d),
|
|
2682
|
+
ref: n,
|
|
2683
|
+
className: x("bd-reset", "bd-BaseRadioRoot", "bd-RadioRoot", t)
|
|
1818
2684
|
}
|
|
1819
2685
|
);
|
|
1820
2686
|
});
|
|
1821
|
-
|
|
1822
|
-
const
|
|
1823
|
-
|
|
1824
|
-
[
|
|
1825
|
-
),
|
|
1826
|
-
(e,
|
|
2687
|
+
Ys.displayName = "Radio";
|
|
2688
|
+
const Ks = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], xe = "RadioGroup", [Ws, pn] = M(
|
|
2689
|
+
xe,
|
|
2690
|
+
[an]
|
|
2691
|
+
), fn = ze(), mn = an(), [Xs, Zs] = Ws(xe), hn = u.forwardRef(
|
|
2692
|
+
(e, n) => {
|
|
1827
2693
|
const {
|
|
1828
|
-
__scopeRadioGroup:
|
|
1829
|
-
name:
|
|
1830
|
-
defaultValue:
|
|
2694
|
+
__scopeRadioGroup: t,
|
|
2695
|
+
name: o,
|
|
2696
|
+
defaultValue: s,
|
|
1831
2697
|
value: r,
|
|
1832
2698
|
required: c = !1,
|
|
1833
2699
|
disabled: a = !1,
|
|
1834
|
-
orientation:
|
|
2700
|
+
orientation: i,
|
|
1835
2701
|
loop: d = !0,
|
|
1836
|
-
onValueChange:
|
|
1837
|
-
...
|
|
1838
|
-
} = e,
|
|
2702
|
+
onValueChange: p,
|
|
2703
|
+
...f
|
|
2704
|
+
} = e, h = fn(t), [m, v] = _({
|
|
1839
2705
|
prop: r,
|
|
1840
|
-
defaultProp:
|
|
1841
|
-
onChange:
|
|
1842
|
-
caller:
|
|
2706
|
+
defaultProp: s ?? null,
|
|
2707
|
+
onChange: p,
|
|
2708
|
+
caller: xe
|
|
1843
2709
|
});
|
|
1844
2710
|
return /* @__PURE__ */ l(
|
|
1845
|
-
|
|
2711
|
+
Xs,
|
|
1846
2712
|
{
|
|
1847
|
-
scope:
|
|
1848
|
-
name:
|
|
2713
|
+
scope: t,
|
|
2714
|
+
name: o,
|
|
1849
2715
|
required: c,
|
|
1850
2716
|
disabled: a,
|
|
1851
|
-
value:
|
|
1852
|
-
onValueChange:
|
|
1853
|
-
children: /* @__PURE__ */ l(
|
|
1854
|
-
|
|
2717
|
+
value: m,
|
|
2718
|
+
onValueChange: v,
|
|
2719
|
+
children: /* @__PURE__ */ l(gt, { asChild: !0, ...h, orientation: i, loop: d, children: /* @__PURE__ */ l(
|
|
2720
|
+
R.div,
|
|
1855
2721
|
{
|
|
1856
2722
|
role: "radiogroup",
|
|
1857
2723
|
"aria-required": c,
|
|
1858
|
-
"aria-orientation":
|
|
2724
|
+
"aria-orientation": i,
|
|
1859
2725
|
"data-disabled": a ? "" : void 0,
|
|
1860
|
-
...
|
|
1861
|
-
ref:
|
|
2726
|
+
...f,
|
|
2727
|
+
ref: n
|
|
1862
2728
|
}
|
|
1863
2729
|
) })
|
|
1864
2730
|
}
|
|
1865
2731
|
);
|
|
1866
2732
|
}
|
|
1867
2733
|
);
|
|
1868
|
-
|
|
1869
|
-
const
|
|
1870
|
-
(e,
|
|
1871
|
-
const { __scopeRadioGroup:
|
|
1872
|
-
return
|
|
1873
|
-
const
|
|
1874
|
-
|
|
1875
|
-
},
|
|
1876
|
-
return document.addEventListener("keydown",
|
|
1877
|
-
document.removeEventListener("keydown",
|
|
2734
|
+
hn.displayName = xe;
|
|
2735
|
+
const gn = "RadioGroupItem", bn = u.forwardRef(
|
|
2736
|
+
(e, n) => {
|
|
2737
|
+
const { __scopeRadioGroup: t, disabled: o, ...s } = e, r = Zs(gn, t), c = r.disabled || o, a = fn(t), i = mn(t), d = u.useRef(null), p = I(n, d), f = r.value === s.value, h = u.useRef(!1);
|
|
2738
|
+
return u.useEffect(() => {
|
|
2739
|
+
const m = (C) => {
|
|
2740
|
+
Ks.includes(C.key) && (h.current = !0);
|
|
2741
|
+
}, v = () => h.current = !1;
|
|
2742
|
+
return document.addEventListener("keydown", m), document.addEventListener("keyup", v), () => {
|
|
2743
|
+
document.removeEventListener("keydown", m), document.removeEventListener("keyup", v);
|
|
1878
2744
|
};
|
|
1879
2745
|
}, []), /* @__PURE__ */ l(
|
|
1880
|
-
|
|
2746
|
+
bt,
|
|
1881
2747
|
{
|
|
1882
2748
|
asChild: !0,
|
|
1883
2749
|
...a,
|
|
1884
2750
|
focusable: !c,
|
|
1885
|
-
active:
|
|
2751
|
+
active: f,
|
|
1886
2752
|
children: /* @__PURE__ */ l(
|
|
1887
|
-
|
|
2753
|
+
ot,
|
|
1888
2754
|
{
|
|
1889
2755
|
name: r.name,
|
|
1890
2756
|
disabled: c,
|
|
1891
2757
|
required: r.required,
|
|
1892
|
-
checked:
|
|
1893
|
-
...
|
|
1894
|
-
...
|
|
1895
|
-
ref:
|
|
1896
|
-
onCheck: () => r.onValueChange(
|
|
1897
|
-
onKeyDown:
|
|
1898
|
-
|
|
2758
|
+
checked: f,
|
|
2759
|
+
...i,
|
|
2760
|
+
...s,
|
|
2761
|
+
ref: p,
|
|
2762
|
+
onCheck: () => r.onValueChange(s.value),
|
|
2763
|
+
onKeyDown: A((m) => {
|
|
2764
|
+
m.key === "Enter" && m.preventDefault();
|
|
1899
2765
|
}),
|
|
1900
|
-
onFocus:
|
|
1901
|
-
|
|
2766
|
+
onFocus: A(s.onFocus, () => {
|
|
2767
|
+
h.current && d.current?.click();
|
|
1902
2768
|
})
|
|
1903
2769
|
}
|
|
1904
2770
|
)
|
|
@@ -1906,435 +2772,182 @@ const Tt = "RadioGroupItem", _t = i.forwardRef(
|
|
|
1906
2772
|
);
|
|
1907
2773
|
}
|
|
1908
2774
|
);
|
|
1909
|
-
|
|
1910
|
-
const
|
|
1911
|
-
const { __scopeRadioGroup:
|
|
1912
|
-
return /* @__PURE__ */ l(
|
|
2775
|
+
bn.displayName = gn;
|
|
2776
|
+
const Js = "RadioGroupBaseIndicator", Qs = u.forwardRef((e, n) => {
|
|
2777
|
+
const { __scopeRadioGroup: t, ...o } = e, s = mn(t);
|
|
2778
|
+
return /* @__PURE__ */ l(ln, { ...s, ...o, ref: n });
|
|
1913
2779
|
});
|
|
1914
|
-
|
|
1915
|
-
const
|
|
1916
|
-
...
|
|
1917
|
-
size: { type: "enum", className: "bd-size", values:
|
|
1918
|
-
variant: { type: "enum", className: "bd-variant", values:
|
|
1919
|
-
|
|
1920
|
-
},
|
|
2780
|
+
Qs.displayName = Js;
|
|
2781
|
+
const er = ["1", "2", "3"], tr = ["classic", "outline"], le = {
|
|
2782
|
+
...K,
|
|
2783
|
+
size: { type: "enum", className: "bd-size", values: er, default: "2" },
|
|
2784
|
+
variant: { type: "enum", className: "bd-variant", values: tr, default: "classic" },
|
|
2785
|
+
...$
|
|
2786
|
+
}, se = "RadioGroup", [nr] = M(se, [pn]), Cn = pn(), [or, vn] = nr(se), yn = u.forwardRef(
|
|
1921
2787
|
({
|
|
1922
|
-
size: e =
|
|
1923
|
-
variant:
|
|
1924
|
-
...
|
|
1925
|
-
},
|
|
1926
|
-
const { __scopeRadioGroup:
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
), a =
|
|
1930
|
-
return /* @__PURE__ */ l(
|
|
1931
|
-
|
|
2788
|
+
size: e = le.size.default,
|
|
2789
|
+
variant: n = le.variant.default,
|
|
2790
|
+
...t
|
|
2791
|
+
}, o) => {
|
|
2792
|
+
const { __scopeRadioGroup: s, className: r, ...c } = E(
|
|
2793
|
+
t,
|
|
2794
|
+
le
|
|
2795
|
+
), a = Cn(s);
|
|
2796
|
+
return /* @__PURE__ */ l(or, { scope: s, size: e, variant: n, children: /* @__PURE__ */ l(
|
|
2797
|
+
hn,
|
|
1932
2798
|
{
|
|
1933
2799
|
...a,
|
|
1934
2800
|
...c,
|
|
1935
|
-
ref:
|
|
1936
|
-
className:
|
|
2801
|
+
ref: o,
|
|
2802
|
+
className: x("bd-RadioGroupRoot", r)
|
|
1937
2803
|
}
|
|
1938
2804
|
) });
|
|
1939
2805
|
}
|
|
1940
2806
|
);
|
|
1941
|
-
|
|
1942
|
-
const
|
|
1943
|
-
(e,
|
|
1944
|
-
const { __scopeRadioGroup:
|
|
1945
|
-
return
|
|
1946
|
-
|
|
2807
|
+
yn.displayName = se;
|
|
2808
|
+
const Nn = u.forwardRef(
|
|
2809
|
+
(e, n) => {
|
|
2810
|
+
const { __scopeRadioGroup: t, children: o, className: s, style: r, ...c } = e, { size: a } = vn("RadioGroupItem", t);
|
|
2811
|
+
return o ? /* @__PURE__ */ P(
|
|
2812
|
+
te,
|
|
1947
2813
|
{
|
|
1948
2814
|
as: "label",
|
|
1949
2815
|
size: a,
|
|
1950
|
-
className:
|
|
2816
|
+
className: x("bd-RadioGroupItem", s),
|
|
1951
2817
|
style: r,
|
|
1952
2818
|
children: [
|
|
1953
2819
|
/* @__PURE__ */ l(
|
|
1954
|
-
|
|
2820
|
+
Oe,
|
|
1955
2821
|
{
|
|
1956
|
-
__scopeRadioGroup:
|
|
2822
|
+
__scopeRadioGroup: t,
|
|
1957
2823
|
...c,
|
|
1958
|
-
ref:
|
|
2824
|
+
ref: n
|
|
1959
2825
|
}
|
|
1960
2826
|
),
|
|
1961
|
-
|
|
2827
|
+
o && /* @__PURE__ */ l("span", { className: "bd-RadioGroupItemInner", children: o })
|
|
1962
2828
|
]
|
|
1963
2829
|
}
|
|
1964
2830
|
) : /* @__PURE__ */ l(
|
|
1965
|
-
|
|
2831
|
+
Oe,
|
|
1966
2832
|
{
|
|
1967
|
-
__scopeRadioGroup:
|
|
2833
|
+
__scopeRadioGroup: t,
|
|
1968
2834
|
...c,
|
|
1969
|
-
ref:
|
|
1970
|
-
className:
|
|
2835
|
+
ref: n,
|
|
2836
|
+
className: s,
|
|
1971
2837
|
style: r
|
|
1972
2838
|
}
|
|
1973
2839
|
);
|
|
1974
2840
|
}
|
|
1975
2841
|
);
|
|
1976
|
-
|
|
1977
|
-
const
|
|
1978
|
-
const
|
|
2842
|
+
Nn.displayName = `${se}.Item`;
|
|
2843
|
+
const Oe = u.forwardRef(({ __scopeRadioGroup: e, ...n }, t) => {
|
|
2844
|
+
const o = vn("RadioGroupItemRadio", e), s = Cn(e), { className: r } = E({ ...n, ...o }, le);
|
|
1979
2845
|
return /* @__PURE__ */ l(
|
|
1980
|
-
|
|
2846
|
+
bn,
|
|
1981
2847
|
{
|
|
1982
|
-
...
|
|
1983
|
-
...
|
|
2848
|
+
...s,
|
|
2849
|
+
...n,
|
|
1984
2850
|
asChild: !1,
|
|
1985
|
-
ref:
|
|
1986
|
-
className:
|
|
1987
|
-
}
|
|
1988
|
-
);
|
|
1989
|
-
});
|
|
1990
|
-
ge.displayName = `${W}.ItemRadio`;
|
|
1991
|
-
const Vs = {
|
|
1992
|
-
Root: Mt,
|
|
1993
|
-
Item: Ot
|
|
1994
|
-
}, Ft = i.forwardRef(
|
|
1995
|
-
({ children: e, maxHeight: t, className: n, style: s, onScroll: o, onScrollBottom: r, ...c }, a) => /* @__PURE__ */ l(
|
|
1996
|
-
"div",
|
|
1997
|
-
{
|
|
1998
|
-
ref: a,
|
|
1999
|
-
onScroll: (d) => {
|
|
2000
|
-
if (o && o(d), r) {
|
|
2001
|
-
const { scrollTop: f, scrollHeight: p, clientHeight: b } = d.currentTarget;
|
|
2002
|
-
p - f <= b + 10 && r();
|
|
2003
|
-
}
|
|
2004
|
-
},
|
|
2005
|
-
className: `bd-ScrollArea ${n || ""}`,
|
|
2006
|
-
style: { ...s, maxHeight: t },
|
|
2007
|
-
...c,
|
|
2008
|
-
children: e
|
|
2009
|
-
}
|
|
2010
|
-
)
|
|
2011
|
-
);
|
|
2012
|
-
Ft.displayName = "ScrollArea";
|
|
2013
|
-
const ns = ["1", "2", "3", "4", "5"], os = ["classic", "underlined", "rounded"], ss = {
|
|
2014
|
-
size: { type: "enum", className: "bd-size", values: ns, default: "2" },
|
|
2015
|
-
variant: { type: "enum", className: "bd-variant", values: os, default: "classic" },
|
|
2016
|
-
...we,
|
|
2017
|
-
...O
|
|
2018
|
-
}, rs = {
|
|
2019
|
-
gap: Ne.gap,
|
|
2020
|
-
px: L.px,
|
|
2021
|
-
pl: L.pl,
|
|
2022
|
-
pr: L.pr
|
|
2023
|
-
}, Te = {
|
|
2024
|
-
...ss,
|
|
2025
|
-
...rs
|
|
2026
|
-
}, ee = "SelectBox", [as] = A(ee), [cs, re] = as(ee), Gt = ({
|
|
2027
|
-
__scopeSelect: e,
|
|
2028
|
-
value: t,
|
|
2029
|
-
defaultValue: n,
|
|
2030
|
-
onValueChange: s,
|
|
2031
|
-
open: o,
|
|
2032
|
-
defaultOpen: r,
|
|
2033
|
-
onOpenChange: c,
|
|
2034
|
-
variant: a = "classic",
|
|
2035
|
-
size: u = "2",
|
|
2036
|
-
weight: d = "regular",
|
|
2037
|
-
children: f
|
|
2038
|
-
}) => {
|
|
2039
|
-
const [p, b] = _({
|
|
2040
|
-
prop: t,
|
|
2041
|
-
defaultProp: n ?? "",
|
|
2042
|
-
onChange: s,
|
|
2043
|
-
caller: ee
|
|
2044
|
-
}), [h, C] = _({
|
|
2045
|
-
prop: o,
|
|
2046
|
-
defaultProp: r ?? !1,
|
|
2047
|
-
onChange: c,
|
|
2048
|
-
caller: `${ee}.Open`
|
|
2049
|
-
}), v = i.useRef(null), g = Ue();
|
|
2050
|
-
return /* @__PURE__ */ l(
|
|
2051
|
-
cs,
|
|
2052
|
-
{
|
|
2053
|
-
scope: e,
|
|
2054
|
-
value: p,
|
|
2055
|
-
onValueChange: b,
|
|
2056
|
-
open: h,
|
|
2057
|
-
onOpenChange: C,
|
|
2058
|
-
triggerRef: v,
|
|
2059
|
-
contentId: g,
|
|
2060
|
-
variant: a,
|
|
2061
|
-
size: u,
|
|
2062
|
-
weight: d,
|
|
2063
|
-
children: f
|
|
2064
|
-
}
|
|
2065
|
-
);
|
|
2066
|
-
}, Vt = "SelectBoxTrigger", _e = i.forwardRef(
|
|
2067
|
-
(e, t) => {
|
|
2068
|
-
const { __scopeSelect: n, children: s, onClick: o, onKeyDown: r, ...c } = e, a = re(Vt, n), u = D(t, a.triggerRef), { className: d, style: f, ...p } = P(c, Te), b = !a.value || a.value === "";
|
|
2069
|
-
return /* @__PURE__ */ l(
|
|
2070
|
-
k.button,
|
|
2071
|
-
{
|
|
2072
|
-
type: "button",
|
|
2073
|
-
role: "combobox",
|
|
2074
|
-
"aria-expanded": a.open,
|
|
2075
|
-
"data-placeholder": b ? "" : void 0,
|
|
2076
|
-
className: `bd-SelectBoxTrigger ${d || ""}`,
|
|
2077
|
-
style: f,
|
|
2078
|
-
...p,
|
|
2079
|
-
ref: u,
|
|
2080
|
-
onClick: (h) => {
|
|
2081
|
-
a.onOpenChange(!a.open), o?.(h);
|
|
2082
|
-
},
|
|
2083
|
-
onKeyDown: (h) => {
|
|
2084
|
-
!a.open && (h.key === "ArrowDown" || h.key === "Enter" || h.key === " ") && (h.preventDefault(), a.onOpenChange(!0)), r?.(h);
|
|
2085
|
-
},
|
|
2086
|
-
children: s
|
|
2087
|
-
}
|
|
2088
|
-
);
|
|
2089
|
-
}
|
|
2090
|
-
);
|
|
2091
|
-
_e.displayName = Vt;
|
|
2092
|
-
const $t = "SelectBoxContent", Be = i.forwardRef(({ __scopeSelect: e, children: t, className: n, style: s, onKeyDown: o, ...r }, c) => {
|
|
2093
|
-
const a = re($t, e), u = i.useRef(null), d = D(c, u);
|
|
2094
|
-
Ye(u, (v) => {
|
|
2095
|
-
a.triggerRef.current?.contains(v.target) || a.open && a.onOpenChange(!1);
|
|
2096
|
-
});
|
|
2097
|
-
const f = a.variant === "rounded" ? 8 : 0, { styles: p, isPositioned: b } = He(
|
|
2098
|
-
a.triggerRef,
|
|
2099
|
-
u,
|
|
2100
|
-
a.open,
|
|
2101
|
-
f
|
|
2102
|
-
);
|
|
2103
|
-
i.useEffect(() => {
|
|
2104
|
-
a.open && u.current && requestAnimationFrame(() => {
|
|
2105
|
-
if (!u.current) return;
|
|
2106
|
-
const v = Array.from(
|
|
2107
|
-
u.current.querySelectorAll('[role="option"]')
|
|
2108
|
-
), g = v.find((m) => m.getAttribute("aria-selected") === "true");
|
|
2109
|
-
g ? g.focus() : v.length > 0 && v[0].focus();
|
|
2110
|
-
});
|
|
2111
|
-
}, [a.open]);
|
|
2112
|
-
const h = (v) => {
|
|
2113
|
-
const g = Array.from(
|
|
2114
|
-
u.current?.querySelectorAll('[role="option"]') || []
|
|
2115
|
-
), m = g.indexOf(document.activeElement);
|
|
2116
|
-
switch (v.key) {
|
|
2117
|
-
case "ArrowDown": {
|
|
2118
|
-
v.preventDefault();
|
|
2119
|
-
const y = m < g.length - 1 ? m + 1 : 0;
|
|
2120
|
-
g[y]?.focus();
|
|
2121
|
-
break;
|
|
2122
|
-
}
|
|
2123
|
-
case "ArrowUp": {
|
|
2124
|
-
v.preventDefault();
|
|
2125
|
-
const y = m > 0 ? m - 1 : g.length - 1;
|
|
2126
|
-
g[y]?.focus();
|
|
2127
|
-
break;
|
|
2128
|
-
}
|
|
2129
|
-
case "Enter":
|
|
2130
|
-
case " ":
|
|
2131
|
-
v.preventDefault(), document.activeElement?.click();
|
|
2132
|
-
break;
|
|
2133
|
-
case "Escape":
|
|
2134
|
-
v.preventDefault(), a.onOpenChange(!1), a.triggerRef.current?.focus();
|
|
2135
|
-
break;
|
|
2136
|
-
case "Tab":
|
|
2137
|
-
a.onOpenChange(!1);
|
|
2138
|
-
break;
|
|
2139
|
-
}
|
|
2140
|
-
o?.(v);
|
|
2141
|
-
};
|
|
2142
|
-
if (!a.open) return null;
|
|
2143
|
-
const C = /* @__PURE__ */ l(
|
|
2144
|
-
k.div,
|
|
2145
|
-
{
|
|
2146
|
-
id: a.contentId,
|
|
2147
|
-
role: "listbox",
|
|
2148
|
-
tabIndex: -1,
|
|
2149
|
-
onKeyDown: h,
|
|
2150
|
-
className: `bd-SelectBoxContent bd-variant-${a.variant} ${n || ""}`,
|
|
2151
|
-
...r,
|
|
2152
|
-
ref: d,
|
|
2153
|
-
style: {
|
|
2154
|
-
...p,
|
|
2155
|
-
...s,
|
|
2156
|
-
transition: b ? "opacity 0.2s ease, transform 0.2s ease" : "none",
|
|
2157
|
-
overflow: "hidden"
|
|
2158
|
-
},
|
|
2159
|
-
children: t
|
|
2851
|
+
ref: t,
|
|
2852
|
+
className: x("bd-reset", "bd-BaseRadioRoot", "bd-RadioRoot", r)
|
|
2160
2853
|
}
|
|
2161
2854
|
);
|
|
2162
|
-
return /* @__PURE__ */ l(je, { children: C });
|
|
2163
2855
|
});
|
|
2164
|
-
|
|
2165
|
-
const
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
);
|
|
2171
|
-
return /* @__PURE__ */ l(
|
|
2172
|
-
k.div,
|
|
2173
|
-
{
|
|
2174
|
-
role: "option",
|
|
2175
|
-
tabIndex: -1,
|
|
2176
|
-
"aria-selected": u,
|
|
2177
|
-
"data-state": u ? "checked" : "unchecked",
|
|
2178
|
-
className: `bd-SelectBoxItem bd-variant-${a.variant} ${d || ""} ${s || ""}`,
|
|
2179
|
-
style: f,
|
|
2180
|
-
...r,
|
|
2181
|
-
ref: c,
|
|
2182
|
-
onClick: (p) => {
|
|
2183
|
-
const b = typeof o == "string" ? o : t;
|
|
2184
|
-
a.onValueChange(b), a.onOpenChange(!1), a.triggerRef.current?.focus(), n?.(p);
|
|
2185
|
-
},
|
|
2186
|
-
children: o
|
|
2187
|
-
}
|
|
2188
|
-
);
|
|
2189
|
-
}
|
|
2190
|
-
);
|
|
2191
|
-
Ae.displayName = Lt;
|
|
2192
|
-
const is = "SelectBoxValue", zt = i.forwardRef(
|
|
2193
|
-
({ __scopeSelect: e, className: t, children: n, placeholder: s, ...o }, r) => {
|
|
2194
|
-
const c = re(is, e), a = c.value ? c.value : n || s, { className: u, style: d } = P(
|
|
2195
|
-
{ weight: c.weight },
|
|
2196
|
-
Te
|
|
2197
|
-
);
|
|
2198
|
-
return /* @__PURE__ */ l(
|
|
2199
|
-
k.span,
|
|
2200
|
-
{
|
|
2201
|
-
className: `bd-SelectBoxValue ${u || ""} ${t || ""}`,
|
|
2202
|
-
style: d,
|
|
2203
|
-
...o,
|
|
2204
|
-
ref: r,
|
|
2205
|
-
children: a
|
|
2206
|
-
}
|
|
2207
|
-
);
|
|
2208
|
-
}
|
|
2209
|
-
), ls = "SelectBoxSlot", Me = i.forwardRef(
|
|
2210
|
-
({ __scopeSelect: e, className: t, side: n = "right", "data-chevron": s, children: o, ...r }, c) => /* @__PURE__ */ l(
|
|
2211
|
-
k.div,
|
|
2212
|
-
{
|
|
2213
|
-
"aria-hidden": "true",
|
|
2214
|
-
"data-side": n,
|
|
2215
|
-
"data-chevron": s ? "true" : void 0,
|
|
2216
|
-
className: `bd-SelectBoxSlot ${t || ""}`,
|
|
2217
|
-
...r,
|
|
2218
|
-
ref: c,
|
|
2219
|
-
children: o || /* @__PURE__ */ l(xo, {})
|
|
2220
|
-
}
|
|
2221
|
-
)
|
|
2222
|
-
);
|
|
2223
|
-
Me.displayName = ls;
|
|
2224
|
-
const us = ({
|
|
2225
|
-
options: e,
|
|
2226
|
-
placeholder: t = "선택하세요",
|
|
2227
|
-
size: n = "2",
|
|
2228
|
-
weight: s = "regular",
|
|
2229
|
-
variant: o = "classic",
|
|
2230
|
-
disabled: r = !1,
|
|
2231
|
-
maxHeight: c,
|
|
2232
|
-
onScrollBottom: a,
|
|
2233
|
-
...u
|
|
2234
|
-
}) => /* @__PURE__ */ S(Gt, { ...u, variant: o, size: n, weight: s, children: [
|
|
2235
|
-
/* @__PURE__ */ S(_e, { size: n, variant: o, disabled: r, children: [
|
|
2236
|
-
/* @__PURE__ */ l(zt, { placeholder: t }),
|
|
2237
|
-
/* @__PURE__ */ l(Me, { "data-chevron": !0 })
|
|
2238
|
-
] }),
|
|
2239
|
-
/* @__PURE__ */ l(Be, { children: /* @__PURE__ */ l(Ft, { maxHeight: c, onScrollBottom: a, children: e.map((d) => /* @__PURE__ */ l(Ae, { value: d.value, children: d.label }, d.value)) }) })
|
|
2240
|
-
] }), $s = Object.assign(us, {
|
|
2241
|
-
Root: Gt,
|
|
2242
|
-
Trigger: _e,
|
|
2243
|
-
Content: Be,
|
|
2244
|
-
Item: Ae,
|
|
2245
|
-
Value: zt,
|
|
2246
|
-
Slot: Me
|
|
2247
|
-
}), ae = "Switch", [ds] = A(ae), [ps, fs] = ds(ae), Ut = i.forwardRef(
|
|
2248
|
-
(e, t) => {
|
|
2856
|
+
Oe.displayName = `${se}.ItemRadio`;
|
|
2857
|
+
const zr = {
|
|
2858
|
+
Root: yn,
|
|
2859
|
+
Item: Nn
|
|
2860
|
+
}, Pe = "Switch", [sr] = M(Pe), [rr, ar] = sr(Pe), wn = u.forwardRef(
|
|
2861
|
+
(e, n) => {
|
|
2249
2862
|
const {
|
|
2250
|
-
__scopeSwitch:
|
|
2251
|
-
name:
|
|
2252
|
-
checked:
|
|
2863
|
+
__scopeSwitch: t,
|
|
2864
|
+
name: o,
|
|
2865
|
+
checked: s,
|
|
2253
2866
|
defaultChecked: r,
|
|
2254
2867
|
required: c,
|
|
2255
2868
|
disabled: a,
|
|
2256
|
-
value:
|
|
2869
|
+
value: i = "on",
|
|
2257
2870
|
onCheckedChange: d,
|
|
2258
|
-
form:
|
|
2259
|
-
...
|
|
2260
|
-
} = e, [
|
|
2261
|
-
prop:
|
|
2871
|
+
form: p,
|
|
2872
|
+
...f
|
|
2873
|
+
} = e, [h, m] = u.useState(null), v = I(n, (y) => m(y)), C = u.useRef(!1), g = h ? p || !!h.closest("form") : !0, [N, b] = _({
|
|
2874
|
+
prop: s,
|
|
2262
2875
|
defaultProp: r ?? !1,
|
|
2263
2876
|
onChange: d,
|
|
2264
|
-
caller:
|
|
2877
|
+
caller: Pe
|
|
2265
2878
|
});
|
|
2266
|
-
return /* @__PURE__ */
|
|
2879
|
+
return /* @__PURE__ */ P(rr, { scope: t, checked: N, disabled: a, children: [
|
|
2267
2880
|
/* @__PURE__ */ l(
|
|
2268
|
-
|
|
2881
|
+
R.button,
|
|
2269
2882
|
{
|
|
2270
2883
|
type: "button",
|
|
2271
2884
|
role: "switch",
|
|
2272
|
-
"aria-checked":
|
|
2885
|
+
"aria-checked": N,
|
|
2273
2886
|
"aria-required": c,
|
|
2274
|
-
"data-state":
|
|
2887
|
+
"data-state": Sn(N),
|
|
2275
2888
|
"data-disabled": a ? "" : void 0,
|
|
2276
2889
|
disabled: a,
|
|
2277
|
-
value:
|
|
2278
|
-
...
|
|
2279
|
-
ref:
|
|
2280
|
-
onClick:
|
|
2281
|
-
|
|
2890
|
+
value: i,
|
|
2891
|
+
...f,
|
|
2892
|
+
ref: v,
|
|
2893
|
+
onClick: A(e.onClick, (y) => {
|
|
2894
|
+
b((w) => !w), g && (C.current = y.isPropagationStopped(), C.current || y.stopPropagation());
|
|
2282
2895
|
})
|
|
2283
2896
|
}
|
|
2284
2897
|
),
|
|
2285
2898
|
g && /* @__PURE__ */ l(
|
|
2286
|
-
|
|
2899
|
+
Pn,
|
|
2287
2900
|
{
|
|
2288
|
-
control:
|
|
2289
|
-
bubbles: !
|
|
2290
|
-
name:
|
|
2291
|
-
value:
|
|
2292
|
-
checked:
|
|
2901
|
+
control: h,
|
|
2902
|
+
bubbles: !C.current,
|
|
2903
|
+
name: o,
|
|
2904
|
+
value: i,
|
|
2905
|
+
checked: N,
|
|
2293
2906
|
required: c,
|
|
2294
2907
|
disabled: a,
|
|
2295
|
-
form:
|
|
2908
|
+
form: p,
|
|
2296
2909
|
style: { transform: "translateX(-100%)" }
|
|
2297
2910
|
}
|
|
2298
2911
|
)
|
|
2299
2912
|
] });
|
|
2300
2913
|
}
|
|
2301
2914
|
);
|
|
2302
|
-
|
|
2303
|
-
const
|
|
2304
|
-
(e,
|
|
2305
|
-
const { __scopeSwitch:
|
|
2915
|
+
wn.displayName = Pe;
|
|
2916
|
+
const Rn = "SwitchThumb", xn = u.forwardRef(
|
|
2917
|
+
(e, n) => {
|
|
2918
|
+
const { __scopeSwitch: t, ...o } = e, s = ar(Rn, t);
|
|
2306
2919
|
return /* @__PURE__ */ l(
|
|
2307
|
-
|
|
2920
|
+
R.span,
|
|
2308
2921
|
{
|
|
2309
|
-
"data-state":
|
|
2310
|
-
"data-disabled":
|
|
2311
|
-
...
|
|
2312
|
-
ref:
|
|
2922
|
+
"data-state": Sn(s.checked),
|
|
2923
|
+
"data-disabled": s.disabled ? "" : void 0,
|
|
2924
|
+
...o,
|
|
2925
|
+
ref: n
|
|
2313
2926
|
}
|
|
2314
2927
|
);
|
|
2315
2928
|
}
|
|
2316
2929
|
);
|
|
2317
|
-
|
|
2318
|
-
const
|
|
2319
|
-
(e,
|
|
2320
|
-
const { checked:
|
|
2321
|
-
return
|
|
2322
|
-
const
|
|
2323
|
-
if (!
|
|
2324
|
-
const
|
|
2325
|
-
|
|
2930
|
+
xn.displayName = Rn;
|
|
2931
|
+
const cr = "SwitchBubbleInput", Pn = u.forwardRef(
|
|
2932
|
+
(e, n) => {
|
|
2933
|
+
const { checked: t, control: o, bubbles: s = !0, ...r } = e, c = u.useRef(null), a = I(c, n), i = fe(t), d = Ge(o);
|
|
2934
|
+
return u.useEffect(() => {
|
|
2935
|
+
const p = c.current;
|
|
2936
|
+
if (!p) return;
|
|
2937
|
+
const f = window.HTMLInputElement.prototype, m = Object.getOwnPropertyDescriptor(
|
|
2938
|
+
f,
|
|
2326
2939
|
"checked"
|
|
2327
2940
|
).set;
|
|
2328
|
-
if (
|
|
2329
|
-
const
|
|
2330
|
-
|
|
2941
|
+
if (i !== t && m) {
|
|
2942
|
+
const v = new Event("click", { bubbles: s });
|
|
2943
|
+
m.call(p, t), p.dispatchEvent(v);
|
|
2331
2944
|
}
|
|
2332
|
-
}, [
|
|
2945
|
+
}, [i, t, s]), /* @__PURE__ */ l(
|
|
2333
2946
|
"input",
|
|
2334
2947
|
{
|
|
2335
2948
|
type: "checkbox",
|
|
2336
2949
|
"aria-hidden": !0,
|
|
2337
|
-
defaultChecked:
|
|
2950
|
+
defaultChecked: t,
|
|
2338
2951
|
...r,
|
|
2339
2952
|
tabIndex: -1,
|
|
2340
2953
|
ref: a,
|
|
@@ -2350,61 +2963,61 @@ const ms = "SwitchBubbleInput", jt = i.forwardRef(
|
|
|
2350
2963
|
);
|
|
2351
2964
|
}
|
|
2352
2965
|
);
|
|
2353
|
-
|
|
2354
|
-
function
|
|
2966
|
+
Pn.displayName = cr;
|
|
2967
|
+
function Sn(e) {
|
|
2355
2968
|
return e ? "checked" : "unchecked";
|
|
2356
2969
|
}
|
|
2357
|
-
const
|
|
2358
|
-
size: { type: "enum", className: "bd-size", values:
|
|
2359
|
-
|
|
2360
|
-
},
|
|
2361
|
-
const { className:
|
|
2970
|
+
const ir = ["1", "2", "3"], lr = {
|
|
2971
|
+
size: { type: "enum", className: "bd-size", values: ir, default: "2" },
|
|
2972
|
+
...$
|
|
2973
|
+
}, ur = u.forwardRef((e, n) => {
|
|
2974
|
+
const { className: t, ...o } = E(e, lr);
|
|
2362
2975
|
return /* @__PURE__ */ l(
|
|
2363
|
-
|
|
2976
|
+
wn,
|
|
2364
2977
|
{
|
|
2365
|
-
...
|
|
2978
|
+
...o,
|
|
2366
2979
|
asChild: !1,
|
|
2367
|
-
ref:
|
|
2368
|
-
className:
|
|
2369
|
-
children: /* @__PURE__ */ l(
|
|
2980
|
+
ref: n,
|
|
2981
|
+
className: x("bd-reset", "bd-SwitchRoot", t),
|
|
2982
|
+
children: /* @__PURE__ */ l(xn, { className: x("bd-SwitchThumb") })
|
|
2370
2983
|
}
|
|
2371
2984
|
);
|
|
2372
2985
|
});
|
|
2373
|
-
|
|
2374
|
-
const
|
|
2375
|
-
size: { type: "enum", className: "bd-size", values:
|
|
2376
|
-
variant: { type: "enum", className: "bd-variant", values:
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
},
|
|
2380
|
-
side: { type: "enum", values:
|
|
2381
|
-
gap:
|
|
2382
|
-
px:
|
|
2383
|
-
pl:
|
|
2384
|
-
pr:
|
|
2385
|
-
},
|
|
2386
|
-
(e,
|
|
2387
|
-
const
|
|
2986
|
+
ur.displayName = "Switch";
|
|
2987
|
+
const dr = ["1", "2", "3", "4", "5"], pr = ["classic", "underlined", "rounded"], fr = {
|
|
2988
|
+
size: { type: "enum", className: "bd-size", values: dr, default: "2" },
|
|
2989
|
+
variant: { type: "enum", className: "bd-variant", values: pr, default: "classic" },
|
|
2990
|
+
...$,
|
|
2991
|
+
...Co
|
|
2992
|
+
}, mr = ["left", "right"], hr = {
|
|
2993
|
+
side: { type: "enum", values: mr },
|
|
2994
|
+
gap: Ue.gap,
|
|
2995
|
+
px: j.px,
|
|
2996
|
+
pl: j.pl,
|
|
2997
|
+
pr: j.pr
|
|
2998
|
+
}, kn = u.forwardRef(
|
|
2999
|
+
(e, n) => {
|
|
3000
|
+
const t = u.useRef(null), { children: o, className: s, style: r, ...c } = E(
|
|
2388
3001
|
e,
|
|
2389
|
-
|
|
3002
|
+
fr
|
|
2390
3003
|
);
|
|
2391
|
-
return /* @__PURE__ */
|
|
3004
|
+
return /* @__PURE__ */ P(
|
|
2392
3005
|
"div",
|
|
2393
3006
|
{
|
|
2394
3007
|
style: r,
|
|
2395
|
-
className:
|
|
3008
|
+
className: x("bd-TextFieldRoot", s),
|
|
2396
3009
|
onPointerDown: (a) => {
|
|
2397
|
-
const
|
|
2398
|
-
if (
|
|
2399
|
-
const d =
|
|
3010
|
+
const i = a.target;
|
|
3011
|
+
if (i.closest("input, button, a")) return;
|
|
3012
|
+
const d = t.current;
|
|
2400
3013
|
if (!d) return;
|
|
2401
|
-
const
|
|
3014
|
+
const f = i.closest(`
|
|
2402
3015
|
.bd-TextFieldSlot[data-side='right'],
|
|
2403
3016
|
.bd-TextFieldSlot:not([data-side='right']) ~ .bd-TextFieldSlot:not([data-side='left'])
|
|
2404
3017
|
`) ? d.value.length : 0;
|
|
2405
3018
|
requestAnimationFrame(() => {
|
|
2406
3019
|
try {
|
|
2407
|
-
d.setSelectionRange(
|
|
3020
|
+
d.setSelectionRange(f, f);
|
|
2408
3021
|
} catch {
|
|
2409
3022
|
}
|
|
2410
3023
|
d.focus();
|
|
@@ -2416,111 +3029,171 @@ const Cs = ["1", "2", "3", "4", "5"], vs = ["classic", "underlined", "rounded"],
|
|
|
2416
3029
|
{
|
|
2417
3030
|
spellCheck: "false",
|
|
2418
3031
|
...c,
|
|
2419
|
-
ref:
|
|
3032
|
+
ref: Q(t, n),
|
|
2420
3033
|
className: "bd-reset bd-TextFieldInput"
|
|
2421
3034
|
}
|
|
2422
3035
|
),
|
|
2423
|
-
|
|
3036
|
+
o
|
|
2424
3037
|
]
|
|
2425
3038
|
}
|
|
2426
3039
|
);
|
|
2427
3040
|
}
|
|
2428
3041
|
);
|
|
2429
|
-
|
|
2430
|
-
const
|
|
2431
|
-
(e,
|
|
2432
|
-
const { className:
|
|
3042
|
+
kn.displayName = "TextFieldRoot";
|
|
3043
|
+
const En = u.forwardRef(
|
|
3044
|
+
(e, n) => {
|
|
3045
|
+
const { className: t, side: o, ...s } = E(e, hr);
|
|
2433
3046
|
return /* @__PURE__ */ l(
|
|
2434
3047
|
"div",
|
|
2435
3048
|
{
|
|
2436
|
-
"data-side":
|
|
2437
|
-
...
|
|
2438
|
-
ref:
|
|
2439
|
-
className:
|
|
3049
|
+
"data-side": o,
|
|
3050
|
+
...s,
|
|
3051
|
+
ref: n,
|
|
3052
|
+
className: x("bd-TextFieldSlot", t)
|
|
2440
3053
|
}
|
|
2441
3054
|
);
|
|
2442
3055
|
}
|
|
2443
3056
|
);
|
|
2444
|
-
|
|
2445
|
-
const
|
|
3057
|
+
En.displayName = "TextFieldSlot";
|
|
3058
|
+
const Lr = Object.assign(kn, { Slot: En });
|
|
3059
|
+
function gr(e, n) {
|
|
3060
|
+
return new Date(e, n + 1, 0).getDate();
|
|
3061
|
+
}
|
|
3062
|
+
function br(e, n) {
|
|
3063
|
+
return new Date(e, n, 1).getDay();
|
|
3064
|
+
}
|
|
3065
|
+
function Z() {
|
|
2446
3066
|
const e = /* @__PURE__ */ new Date();
|
|
2447
3067
|
return e.setHours(0, 0, 0, 0), e;
|
|
2448
|
-
}
|
|
2449
|
-
|
|
3068
|
+
}
|
|
3069
|
+
function it(e) {
|
|
3070
|
+
return !!e && !Number.isNaN(e.getTime());
|
|
3071
|
+
}
|
|
3072
|
+
function Cr(e, n) {
|
|
3073
|
+
return e || n || Z();
|
|
3074
|
+
}
|
|
3075
|
+
function vr(e) {
|
|
3076
|
+
return e ? `${e.getFullYear()}.${String(e.getMonth() + 1).padStart(2, "0")}.${String(e.getDate()).padStart(2, "0")}` : null;
|
|
3077
|
+
}
|
|
3078
|
+
function yr(e, n) {
|
|
3079
|
+
return n === "date" ? `${e.getFullYear()}년 ${e.getMonth() + 1}월` : `${e.getFullYear()}년`;
|
|
3080
|
+
}
|
|
3081
|
+
function lt(e, n, t) {
|
|
3082
|
+
const o = new Date(e), s = t === "next" ? 1 : -1;
|
|
3083
|
+
return n === "date" ? (o.setMonth(o.getMonth() + s), o) : n === "year" ? (o.setFullYear(o.getFullYear() + s * 28), o) : (o.setFullYear(o.getFullYear() + s), o);
|
|
3084
|
+
}
|
|
3085
|
+
function Nr(e) {
|
|
3086
|
+
const n = e.getFullYear(), t = e.getMonth(), o = gr(n, t), s = br(n, t), r = new Date(n, t, 0).getDate(), c = [];
|
|
3087
|
+
for (let i = s - 1; i >= 0; i -= 1)
|
|
3088
|
+
c.push({
|
|
3089
|
+
date: new Date(n, t - 1, r - i),
|
|
3090
|
+
isCurrentMonth: !1
|
|
3091
|
+
});
|
|
3092
|
+
for (let i = 1; i <= o; i += 1)
|
|
3093
|
+
c.push({
|
|
3094
|
+
date: new Date(n, t, i),
|
|
3095
|
+
isCurrentMonth: !0
|
|
3096
|
+
});
|
|
3097
|
+
const a = c.length % 7 === 0 ? 0 : 7 - c.length % 7;
|
|
3098
|
+
for (let i = 1; i <= a; i += 1)
|
|
3099
|
+
c.push({
|
|
3100
|
+
date: new Date(n, t + 1, i),
|
|
3101
|
+
isCurrentMonth: !1
|
|
3102
|
+
});
|
|
3103
|
+
return c;
|
|
3104
|
+
}
|
|
3105
|
+
function wr(e, n, t) {
|
|
3106
|
+
return !e || n ? { start: t, end: null } : t < e ? { start: t, end: null } : { start: e, end: t };
|
|
3107
|
+
}
|
|
3108
|
+
function _e(e, n, t, o, s) {
|
|
3109
|
+
const r = e.getTime();
|
|
3110
|
+
return n === "single" ? t?.getTime() === r : o?.getTime() === r || s?.getTime() === r;
|
|
3111
|
+
}
|
|
3112
|
+
function Rr(e, n, t) {
|
|
3113
|
+
if (!n || !t)
|
|
3114
|
+
return !1;
|
|
3115
|
+
const o = e.getTime();
|
|
3116
|
+
return o > n.getTime() && o < t.getTime();
|
|
3117
|
+
}
|
|
3118
|
+
function xr(e) {
|
|
3119
|
+
return Math.floor(e.getFullYear() / 10) * 10 - 4;
|
|
3120
|
+
}
|
|
3121
|
+
const In = "Calendar", [Pr] = M(In), [Sr, z] = Pr(In), kr = (e) => {
|
|
3122
|
+
const { variant: n = "single", size: t = "2", children: o } = e, s = u.useRef(null), [r, c] = _({
|
|
2450
3123
|
prop: e.open,
|
|
2451
3124
|
defaultProp: e.defaultOpen || !1,
|
|
2452
3125
|
onChange: e.onOpenChange,
|
|
2453
3126
|
caller: "CalendarRoot"
|
|
2454
|
-
}), [a,
|
|
3127
|
+
}), [a, i] = _({
|
|
2455
3128
|
prop: e.value,
|
|
2456
3129
|
defaultProp: e.defaultValue ?? null,
|
|
2457
3130
|
onChange: e.onValueChange,
|
|
2458
3131
|
caller: "CalendarRoot (single)"
|
|
2459
|
-
}), [d,
|
|
3132
|
+
}), [d, p] = _({
|
|
2460
3133
|
prop: e.rangeValue,
|
|
2461
3134
|
defaultProp: e.defaultRangeValue ?? { start: null, end: null },
|
|
2462
3135
|
onChange: e.onRangeValueChange,
|
|
2463
3136
|
caller: "CalendarRoot (range)"
|
|
2464
|
-
}), [
|
|
2465
|
-
a
|
|
3137
|
+
}), [f, h] = u.useState("date"), [m, v] = u.useState(
|
|
3138
|
+
Cr(a, d.start)
|
|
2466
3139
|
);
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
}, [d.start, a,
|
|
2470
|
-
const
|
|
2471
|
-
|
|
2472
|
-
r && (
|
|
3140
|
+
u.useEffect(() => {
|
|
3141
|
+
n === "single" && it(a) ? v(a) : n === "range" && it(d.start) && v(d.start);
|
|
3142
|
+
}, [d.start, a, n]);
|
|
3143
|
+
const C = u.useRef(a), g = u.useRef(d);
|
|
3144
|
+
u.useEffect(() => {
|
|
3145
|
+
r && (C.current = a, g.current = d);
|
|
2473
3146
|
}, [r, a, d]);
|
|
2474
|
-
const
|
|
2475
|
-
|
|
2476
|
-
}, [
|
|
2477
|
-
|
|
2478
|
-
}, [
|
|
3147
|
+
const N = u.useCallback(() => {
|
|
3148
|
+
n === "single" && !a ? i(Z()) : n === "range" && !d.start && p((w) => ({ ...w, start: Z() })), c(!1);
|
|
3149
|
+
}, [n, a, d.start, i, p, c]), b = u.useCallback(() => {
|
|
3150
|
+
n === "single" ? i(C.current) : p(g.current), c(!1);
|
|
3151
|
+
}, [n, i, p, c]);
|
|
2479
3152
|
return /* @__PURE__ */ l(
|
|
2480
|
-
|
|
3153
|
+
Sr,
|
|
2481
3154
|
{
|
|
2482
3155
|
scope: void 0,
|
|
2483
3156
|
open: r,
|
|
2484
|
-
setOpen: (
|
|
2485
|
-
c(
|
|
3157
|
+
setOpen: (w) => {
|
|
3158
|
+
c(w), w || h("date");
|
|
2486
3159
|
},
|
|
2487
|
-
triggerRef:
|
|
2488
|
-
variant:
|
|
2489
|
-
size:
|
|
2490
|
-
viewMode:
|
|
2491
|
-
setViewMode:
|
|
2492
|
-
viewingDate:
|
|
2493
|
-
setViewingDate:
|
|
2494
|
-
singleDate: a ||
|
|
2495
|
-
setSingleDate:
|
|
2496
|
-
startDate: d.start ||
|
|
2497
|
-
setStartDate: (
|
|
3160
|
+
triggerRef: s,
|
|
3161
|
+
variant: n,
|
|
3162
|
+
size: t,
|
|
3163
|
+
viewMode: f,
|
|
3164
|
+
setViewMode: h,
|
|
3165
|
+
viewingDate: m,
|
|
3166
|
+
setViewingDate: v,
|
|
3167
|
+
singleDate: a || Z(),
|
|
3168
|
+
setSingleDate: i,
|
|
3169
|
+
startDate: d.start || Z(),
|
|
3170
|
+
setStartDate: (w) => p((S) => ({ ...S, start: w })),
|
|
2498
3171
|
endDate: d.end,
|
|
2499
|
-
setEndDate: (
|
|
2500
|
-
resetRange: () =>
|
|
2501
|
-
onConfirm:
|
|
2502
|
-
onCancel:
|
|
2503
|
-
children:
|
|
3172
|
+
setEndDate: (w) => p((S) => ({ ...S, end: w })),
|
|
3173
|
+
resetRange: () => p({ start: null, end: null }),
|
|
3174
|
+
onConfirm: N,
|
|
3175
|
+
onCancel: b,
|
|
3176
|
+
children: o
|
|
2504
3177
|
}
|
|
2505
3178
|
);
|
|
2506
|
-
},
|
|
2507
|
-
({ children: e },
|
|
2508
|
-
const
|
|
2509
|
-
return
|
|
2510
|
-
ref:
|
|
3179
|
+
}, Dn = u.forwardRef(
|
|
3180
|
+
({ children: e }, n) => {
|
|
3181
|
+
const t = z("CalendarTrigger", void 0), o = dt(e), s = Fe(o);
|
|
3182
|
+
return u.cloneElement(o, {
|
|
3183
|
+
ref: Q(n, t.triggerRef, s),
|
|
2511
3184
|
onFocus: (r) => {
|
|
2512
|
-
|
|
3185
|
+
t.setOpen(!0), o.props.onFocus?.(r);
|
|
2513
3186
|
},
|
|
2514
3187
|
onClick: (r) => {
|
|
2515
|
-
|
|
3188
|
+
t.setOpen(!0), o.props.onClick?.(r);
|
|
2516
3189
|
}
|
|
2517
3190
|
});
|
|
2518
3191
|
}
|
|
2519
3192
|
);
|
|
2520
|
-
|
|
2521
|
-
const
|
|
2522
|
-
(e,
|
|
2523
|
-
const { className:
|
|
3193
|
+
Dn.displayName = "CalendarTrigger";
|
|
3194
|
+
const Tn = u.forwardRef(
|
|
3195
|
+
(e, n) => {
|
|
3196
|
+
const { className: t, style: o, ...s } = e, r = z("CalendarContent", void 0), c = u.useRef(null), { styles: a, isPositioned: i } = pt(
|
|
2524
3197
|
r.triggerRef,
|
|
2525
3198
|
c,
|
|
2526
3199
|
r.open,
|
|
@@ -2528,86 +3201,89 @@ const Jt = i.forwardRef(
|
|
|
2528
3201
|
"start",
|
|
2529
3202
|
!1
|
|
2530
3203
|
);
|
|
2531
|
-
if (
|
|
2532
|
-
r.triggerRef.current?.contains(
|
|
3204
|
+
if (Ve(c, (f) => {
|
|
3205
|
+
r.triggerRef.current?.contains(f.target) || r.setOpen(!1);
|
|
2533
3206
|
}), !r.open) return null;
|
|
2534
3207
|
const d = () => {
|
|
2535
3208
|
r.onConfirm();
|
|
2536
|
-
},
|
|
3209
|
+
}, p = () => {
|
|
2537
3210
|
r.onCancel();
|
|
2538
3211
|
};
|
|
2539
|
-
return /* @__PURE__ */ l(
|
|
2540
|
-
|
|
3212
|
+
return /* @__PURE__ */ l($e, { children: /* @__PURE__ */ P(
|
|
3213
|
+
T,
|
|
2541
3214
|
{
|
|
2542
3215
|
direction: "column",
|
|
2543
3216
|
gap: "4",
|
|
2544
|
-
...
|
|
2545
|
-
ref:
|
|
2546
|
-
className:
|
|
3217
|
+
...s,
|
|
3218
|
+
ref: Q(c, n),
|
|
3219
|
+
className: x(
|
|
2547
3220
|
"bd-CalendarContent",
|
|
2548
3221
|
`bd-size-${r.size}`,
|
|
2549
3222
|
`bd-variant-${r.variant}`,
|
|
2550
|
-
|
|
3223
|
+
t
|
|
2551
3224
|
),
|
|
2552
|
-
style: { ...
|
|
2553
|
-
onPointerDown: (
|
|
2554
|
-
|
|
3225
|
+
style: { ...o, ...a, visibility: i ? "visible" : "hidden" },
|
|
3226
|
+
onPointerDown: (f) => {
|
|
3227
|
+
f.preventDefault();
|
|
2555
3228
|
},
|
|
2556
3229
|
children: [
|
|
2557
|
-
r.variant === "range" && /* @__PURE__ */ l(
|
|
2558
|
-
/* @__PURE__ */ l(
|
|
2559
|
-
/* @__PURE__ */ l(
|
|
2560
|
-
/* @__PURE__ */
|
|
3230
|
+
r.variant === "range" && /* @__PURE__ */ l(Er, {}),
|
|
3231
|
+
/* @__PURE__ */ l(Ir, {}),
|
|
3232
|
+
/* @__PURE__ */ l(Dr, {}),
|
|
3233
|
+
/* @__PURE__ */ P(T, { justify: "center", gap: "2", children: [
|
|
2561
3234
|
/* @__PURE__ */ l(
|
|
2562
|
-
|
|
3235
|
+
J,
|
|
2563
3236
|
{
|
|
2564
3237
|
size: "3",
|
|
2565
3238
|
variant: "outline-primary",
|
|
2566
3239
|
radius: "s",
|
|
2567
|
-
onClick:
|
|
3240
|
+
onClick: p,
|
|
2568
3241
|
style: { width: "50%" },
|
|
2569
3242
|
children: "취소"
|
|
2570
3243
|
}
|
|
2571
3244
|
),
|
|
2572
|
-
/* @__PURE__ */ l(
|
|
3245
|
+
/* @__PURE__ */ l(J, { size: "3", radius: "s", onClick: d, style: { width: "50%" }, children: "확인" })
|
|
2573
3246
|
] })
|
|
2574
3247
|
]
|
|
2575
3248
|
}
|
|
2576
3249
|
) });
|
|
2577
3250
|
}
|
|
2578
3251
|
);
|
|
2579
|
-
|
|
2580
|
-
const
|
|
2581
|
-
const e =
|
|
2582
|
-
|
|
2583
|
-
"
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
3252
|
+
Tn.displayName = "CalendarContent";
|
|
3253
|
+
const Er = () => {
|
|
3254
|
+
const e = z("CalendarRangeHeader", void 0), n = (t) => {
|
|
3255
|
+
const o = vr(t);
|
|
3256
|
+
return o || /* @__PURE__ */ P(T, { align: "center", gap: "1", children: [
|
|
3257
|
+
/* @__PURE__ */ l(be, { width: 12, height: 12 }),
|
|
3258
|
+
"범위 추가"
|
|
3259
|
+
] });
|
|
3260
|
+
};
|
|
3261
|
+
return /* @__PURE__ */ P(T, { direction: "column", className: "bd-CalendarRangeHeader", children: [
|
|
3262
|
+
/* @__PURE__ */ P(T, { gap: "2", children: [
|
|
2587
3263
|
/* @__PURE__ */ l(
|
|
2588
|
-
|
|
3264
|
+
T,
|
|
2589
3265
|
{
|
|
2590
3266
|
align: "center",
|
|
2591
3267
|
justify: "between",
|
|
2592
|
-
className:
|
|
2593
|
-
children:
|
|
3268
|
+
className: x("bd-RangeBox", { active: !e.startDate }),
|
|
3269
|
+
children: n(e.startDate)
|
|
2594
3270
|
}
|
|
2595
3271
|
),
|
|
2596
3272
|
/* @__PURE__ */ l(
|
|
2597
|
-
|
|
3273
|
+
T,
|
|
2598
3274
|
{
|
|
2599
3275
|
align: "center",
|
|
2600
3276
|
justify: "between",
|
|
2601
|
-
className:
|
|
3277
|
+
className: x("bd-RangeBox", {
|
|
2602
3278
|
active: e.startDate && !e.endDate,
|
|
2603
3279
|
empty: !e.endDate
|
|
2604
3280
|
}),
|
|
2605
|
-
children:
|
|
3281
|
+
children: n(e.endDate)
|
|
2606
3282
|
}
|
|
2607
3283
|
)
|
|
2608
3284
|
] }),
|
|
2609
3285
|
/* @__PURE__ */ l(
|
|
2610
|
-
|
|
3286
|
+
T,
|
|
2611
3287
|
{
|
|
2612
3288
|
justify: "end",
|
|
2613
3289
|
onClick: () => {
|
|
@@ -2617,136 +3293,114 @@ const Is = () => {
|
|
|
2617
3293
|
}
|
|
2618
3294
|
)
|
|
2619
3295
|
] });
|
|
2620
|
-
},
|
|
2621
|
-
const e =
|
|
2622
|
-
|
|
2623
|
-
s === "date" ? a.setMonth(a.getMonth() - 1) : s === "year" ? a.setFullYear(a.getFullYear() - 28) : a.setFullYear(a.getFullYear() - 1), n(a);
|
|
3296
|
+
}, Ir = () => {
|
|
3297
|
+
const e = z("CalendarNavigation", void 0), { viewingDate: n, setViewingDate: t, viewMode: o, setViewMode: s } = e, r = () => {
|
|
3298
|
+
t(lt(n, o, "prev"));
|
|
2624
3299
|
}, c = () => {
|
|
2625
|
-
|
|
2626
|
-
s === "date" ? a.setMonth(a.getMonth() + 1) : s === "year" ? a.setFullYear(a.getFullYear() + 28) : a.setFullYear(a.getFullYear() + 1), n(a);
|
|
3300
|
+
t(lt(n, o, "next"));
|
|
2627
3301
|
};
|
|
2628
|
-
return /* @__PURE__ */
|
|
2629
|
-
/* @__PURE__ */
|
|
3302
|
+
return /* @__PURE__ */ P(T, { justify: "between", align: "center", children: [
|
|
3303
|
+
/* @__PURE__ */ l(
|
|
2630
3304
|
"div",
|
|
2631
3305
|
{
|
|
2632
3306
|
className: "bd-CalendarNavTitle bd-weight-medium",
|
|
2633
|
-
onClick: () => o
|
|
2634
|
-
children:
|
|
2635
|
-
s === "date" && `${t.getFullYear()}년 ${t.getMonth() + 1}월`,
|
|
2636
|
-
s === "month" && `${t.getFullYear()}년`,
|
|
2637
|
-
s === "year" && `${t.getFullYear()}년`
|
|
2638
|
-
]
|
|
3307
|
+
onClick: () => s(o === "date" ? "month" : o === "month" ? "year" : "date"),
|
|
3308
|
+
children: yr(n, o)
|
|
2639
3309
|
}
|
|
2640
3310
|
),
|
|
2641
|
-
/* @__PURE__ */
|
|
2642
|
-
/* @__PURE__ */ l("button", { onClick: r, className: "bd-CalendarNavBtn", children: /* @__PURE__ */ l(
|
|
2643
|
-
/* @__PURE__ */ l("button", { onClick: c, className: "bd-CalendarNavBtn", children: /* @__PURE__ */ l(
|
|
3311
|
+
/* @__PURE__ */ P(T, { gap: "2", children: [
|
|
3312
|
+
/* @__PURE__ */ l("button", { onClick: r, className: "bd-CalendarNavBtn", children: /* @__PURE__ */ l(Qo, { width: 16 }) }),
|
|
3313
|
+
/* @__PURE__ */ l("button", { onClick: c, className: "bd-CalendarNavBtn", children: /* @__PURE__ */ l(es, { width: 16 }) })
|
|
2644
3314
|
] })
|
|
2645
3315
|
] });
|
|
2646
|
-
},
|
|
2647
|
-
const e =
|
|
2648
|
-
return e.viewMode === "year" ? /* @__PURE__ */ l(
|
|
2649
|
-
},
|
|
2650
|
-
const e =
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
p.push({
|
|
2658
|
-
date: new Date(r, c, m),
|
|
2659
|
-
isCurrentMonth: !0
|
|
2660
|
-
});
|
|
2661
|
-
const b = p.length, h = b % 7 === 0 ? 0 : 7 - b % 7;
|
|
2662
|
-
for (let m = 1; m <= h; m++)
|
|
2663
|
-
p.push({
|
|
2664
|
-
date: new Date(r, c + 1, m),
|
|
2665
|
-
isCurrentMonth: !1
|
|
2666
|
-
});
|
|
2667
|
-
const C = (m) => {
|
|
2668
|
-
m.getMonth() !== c && e.setViewingDate(m), e.variant === "single" ? e.setSingleDate(m) : !s || s && o ? (e.setStartDate(m), e.setEndDate(null)) : m < s ? e.setStartDate(m) : e.setEndDate(m);
|
|
2669
|
-
}, v = (m) => {
|
|
2670
|
-
const y = m.getTime();
|
|
2671
|
-
return e.variant === "single" ? n?.getTime() === y : s?.getTime() === y || o?.getTime() === y;
|
|
2672
|
-
}, g = (m) => {
|
|
2673
|
-
if (e.variant !== "range" || !s || !o) return !1;
|
|
2674
|
-
const y = m.getTime();
|
|
2675
|
-
return y > s.getTime() && y < o.getTime();
|
|
3316
|
+
}, Dr = () => {
|
|
3317
|
+
const e = z("CalendarBody", void 0);
|
|
3318
|
+
return e.viewMode === "year" ? /* @__PURE__ */ l(Ar, {}) : e.viewMode === "month" ? /* @__PURE__ */ l(_r, {}) : /* @__PURE__ */ l(Tr, {});
|
|
3319
|
+
}, Tr = () => {
|
|
3320
|
+
const e = z("DateGrid", void 0), { viewingDate: n, singleDate: t, startDate: o, endDate: s } = e, r = n.getMonth(), c = Nr(n), a = ["일", "월", "화", "수", "목", "금", "토"], i = (d) => {
|
|
3321
|
+
if (d.getMonth() !== r && e.setViewingDate(d), e.variant === "single")
|
|
3322
|
+
e.setSingleDate(d);
|
|
3323
|
+
else {
|
|
3324
|
+
const p = wr(o, s, d);
|
|
3325
|
+
e.setStartDate(p.start), e.setEndDate(p.end);
|
|
3326
|
+
}
|
|
2676
3327
|
};
|
|
2677
|
-
return /* @__PURE__ */
|
|
2678
|
-
|
|
2679
|
-
|
|
3328
|
+
return /* @__PURE__ */ P("div", { className: "bd-CalendarGrid bd-DateGrid", children: [
|
|
3329
|
+
a.map((d) => /* @__PURE__ */ l("div", { className: "bd-CalendarWeek", children: d }, d)),
|
|
3330
|
+
c.map((d, p) => /* @__PURE__ */ l(
|
|
2680
3331
|
"div",
|
|
2681
3332
|
{
|
|
2682
|
-
className:
|
|
2683
|
-
selected:
|
|
2684
|
-
inRange:
|
|
3333
|
+
className: x("bd-CalendarCell", {
|
|
3334
|
+
selected: _e(d.date, e.variant, t, o, s),
|
|
3335
|
+
inRange: e.variant === "range" && Rr(d.date, o, s)
|
|
2685
3336
|
}),
|
|
2686
3337
|
style: {
|
|
2687
|
-
color: !
|
|
2688
|
-
opacity: !
|
|
3338
|
+
color: !d.isCurrentMonth && !_e(d.date, e.variant, t, o, s) ? "var(--color-gray-900, #999)" : void 0,
|
|
3339
|
+
opacity: !d.isCurrentMonth && !_e(d.date, e.variant, t, o, s) ? 0.4 : 1
|
|
2689
3340
|
},
|
|
2690
|
-
onClick: () =>
|
|
2691
|
-
children:
|
|
3341
|
+
onClick: () => i(d.date),
|
|
3342
|
+
children: d.date.getDate()
|
|
2692
3343
|
},
|
|
2693
|
-
|
|
3344
|
+
p
|
|
2694
3345
|
))
|
|
2695
3346
|
] });
|
|
2696
|
-
},
|
|
2697
|
-
const e =
|
|
2698
|
-
return /* @__PURE__ */ l("div", { className: "bd-CalendarGrid bd-MonthGrid", children:
|
|
3347
|
+
}, _r = () => {
|
|
3348
|
+
const e = z("MonthGrid", void 0), n = Array.from({ length: 12 }, (t, o) => o + 1);
|
|
3349
|
+
return /* @__PURE__ */ l("div", { className: "bd-CalendarGrid bd-MonthGrid", children: n.map((t) => /* @__PURE__ */ P(
|
|
2699
3350
|
"div",
|
|
2700
3351
|
{
|
|
2701
3352
|
className: "bd-CalendarCell",
|
|
2702
3353
|
onClick: () => {
|
|
2703
|
-
const
|
|
2704
|
-
|
|
3354
|
+
const o = new Date(e.viewingDate);
|
|
3355
|
+
o.setMonth(t - 1), e.setViewingDate(o), e.setViewMode("date");
|
|
2705
3356
|
},
|
|
2706
3357
|
children: [
|
|
2707
|
-
|
|
3358
|
+
t,
|
|
2708
3359
|
"월"
|
|
2709
3360
|
]
|
|
2710
3361
|
},
|
|
2711
|
-
|
|
3362
|
+
t
|
|
2712
3363
|
)) });
|
|
2713
|
-
},
|
|
2714
|
-
const e =
|
|
2715
|
-
return /* @__PURE__ */ l("div", { className: "bd-CalendarGrid bd-YearGrid", children:
|
|
3364
|
+
}, Ar = () => {
|
|
3365
|
+
const e = z("YearGrid", void 0), n = xr(e.viewingDate), t = Array.from({ length: 28 }, (o, s) => n + s);
|
|
3366
|
+
return /* @__PURE__ */ l("div", { className: "bd-CalendarGrid bd-YearGrid", children: t.map((o) => /* @__PURE__ */ l(
|
|
2716
3367
|
"div",
|
|
2717
3368
|
{
|
|
2718
|
-
className:
|
|
2719
|
-
selected:
|
|
3369
|
+
className: x("bd-CalendarCell", {
|
|
3370
|
+
selected: o === e.viewingDate.getFullYear()
|
|
2720
3371
|
}),
|
|
2721
3372
|
onClick: () => {
|
|
2722
|
-
const
|
|
2723
|
-
|
|
3373
|
+
const s = new Date(e.viewingDate);
|
|
3374
|
+
s.setFullYear(o), e.setViewingDate(s), e.setViewMode("month");
|
|
2724
3375
|
},
|
|
2725
|
-
children:
|
|
3376
|
+
children: o
|
|
2726
3377
|
},
|
|
2727
|
-
|
|
3378
|
+
o
|
|
2728
3379
|
)) });
|
|
2729
|
-
},
|
|
2730
|
-
Trigger:
|
|
2731
|
-
Content:
|
|
3380
|
+
}, Ur = Object.assign(kr, {
|
|
3381
|
+
Trigger: Dn,
|
|
3382
|
+
Content: Tn
|
|
2732
3383
|
});
|
|
2733
3384
|
export {
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
3385
|
+
ts as BraketDownIcon,
|
|
3386
|
+
Qo as BraketLeftIcon,
|
|
3387
|
+
es as BraketRightIcon,
|
|
3388
|
+
J as Button,
|
|
3389
|
+
Ur as Calendar,
|
|
3390
|
+
be as CheckLineIcon,
|
|
3391
|
+
Vr as CheckableSelectBox,
|
|
3392
|
+
cs as Checkbox,
|
|
3393
|
+
$r as CheckboxGroup,
|
|
3394
|
+
Ps as ConfirmDialog,
|
|
3395
|
+
T as Flex,
|
|
3396
|
+
Jo as IndeterminateLineIcon,
|
|
3397
|
+
G as Popup,
|
|
3398
|
+
Ys as Radio,
|
|
3399
|
+
zr as RadioGroup,
|
|
3400
|
+
Ze as ScrollArea,
|
|
3401
|
+
Gr as SelectBox,
|
|
3402
|
+
Nt as Spinner,
|
|
3403
|
+
ur as Switch,
|
|
3404
|
+
te as Text,
|
|
3405
|
+
Lr as TextField
|
|
2752
3406
|
};
|