@recursica/mantine-adapter 0.35.0 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/SETUP.md +1 -1
- package/dist/mantine-adapter.cjs +2 -2
- package/dist/mantine-adapter.cjs.map +1 -1
- package/dist/mantine-adapter.css +1 -1
- package/dist/mantine-adapter.js +1385 -1300
- package/dist/mantine-adapter.js.map +1 -1
- package/dist/src/components/Tree/Tree.d.ts +9 -5
- package/dist/src/components/index.d.ts +1 -0
- package/dist/src/index.d.ts +1 -0
- package/llms.txt +2 -0
- package/package.json +1 -1
- package/src/components/Accordion/Accordion.module.css +123 -62
- package/src/components/Accordion/Accordion.stories.tsx +65 -33
- package/src/components/Accordion/Accordion.tsx +1 -0
- package/src/components/AutoComplete/AutoComplete.module.css +50 -49
- package/src/components/AutoComplete/AutoComplete.tsx +2 -2
- package/src/components/Avatar/Avatar.module.css +7 -7
- package/src/components/Badge/Badge.module.css +8 -8
- package/src/components/Button/Button.module.css +22 -89
- package/src/components/Card/Card.module.css +3 -3
- package/src/components/Checkbox/Checkbox.module.css +54 -15
- package/src/components/Chip/Chip.module.css +27 -26
- package/src/components/DatePicker/DatePicker.module.css +25 -30
- package/src/components/Dropdown/Dropdown.module.css +47 -44
- package/src/components/Dropdown/Dropdown.tsx +2 -2
- package/src/components/FormControlWrapper/FormControlWrapper.module.css +12 -12
- package/src/components/HoverCard/HoverCard.module.css +1 -1
- package/src/components/Label/Label.module.css +7 -3
- package/src/components/Layer/USAGE.md +54 -0
- package/src/components/Link/IMPLEMENTATION_NOTES.md +2 -9
- package/src/components/Link/Link.module.css +15 -76
- package/src/components/Link/USAGE.md +2 -9
- package/src/components/Loader/Loader.module.css +3 -3
- package/src/components/Menu/Menu.module.css +34 -41
- package/src/components/Modal/Modal.module.css +27 -11
- package/src/components/NumberInput/NumberInput.module.css +39 -37
- package/src/components/NumberInput/NumberInput.tsx +2 -2
- package/src/components/Pagination/Pagination.module.css +10 -43
- package/src/components/Panel/Panel.module.css +3 -3
- package/src/components/Popover/Popover.module.css +1 -1
- package/src/components/Radio/Radio.module.css +31 -14
- package/src/components/ReadOnlyField/ReadOnlyField.module.css +1 -1
- package/src/components/RecursicaThemeProvider/USAGE.md +60 -0
- package/src/components/SegmentedControl/SegmentedControl.module.css +29 -29
- package/src/components/Slider/IMPLEMENTATION_NOTES.md +9 -0
- package/src/components/Slider/Slider.module.css +44 -48
- package/src/components/Stepper/Stepper.module.css +3 -3
- package/src/components/Switch/Switch.module.css +26 -10
- package/src/components/Table/Table.module.css +53 -21
- package/src/components/Tabs/Tabs.module.css +309 -170
- package/src/components/TextArea/TextArea.module.css +36 -21
- package/src/components/TextArea/TextArea.tsx +2 -2
- package/src/components/TextField/TextField.module.css +38 -35
- package/src/components/TextField/TextField.tsx +2 -2
- package/src/components/Timeline/Timeline.module.css +41 -34
- package/src/components/Toast/Toast.module.css +19 -11
- package/src/components/Tooltip/Tooltip.module.css +4 -2
- package/src/components/Tree/IMPLEMENTATION_NOTES.md +17 -0
- package/src/components/Tree/Tree.module.css +173 -39
- package/src/components/Tree/Tree.stories.tsx +81 -4
- package/src/components/Tree/Tree.tsx +117 -15
- package/src/components/Tree/USAGE.md +36 -3
- package/src/components/index.ts +1 -0
- package/src/index.ts +3 -0
package/dist/mantine-adapter.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { jsx as r, jsxs as V, Fragment as
|
|
2
|
-
import B, { forwardRef as f, useId as
|
|
3
|
-
import { Accordion as
|
|
4
|
-
import { DatePickerInput as
|
|
5
|
-
const
|
|
1
|
+
import { jsx as r, jsxs as V, Fragment as ze } from "react/jsx-runtime";
|
|
2
|
+
import B, { forwardRef as f, useId as Ka, useState as uo, useEffect as De } from "react";
|
|
3
|
+
import { Accordion as eo, Input as jo, Box as Za, Autocomplete as Xa, Avatar as Ja, createPolymorphicComponent as ee, Badge as Qa, Breadcrumbs as es, Loader as os, Button as ts, Card as oo, Checkbox as Ho, Chip as as, Container as ss, Select as rs, Flex as ns, Grid as qo, Group as ls, HoverCard as _o, Anchor as is, Menu as ne, Modal as X, NumberInput as cs, Pagination as me, Drawer as _e, Popover as yo, Radio as Uo, SegmentedControl as ds, Slider as ps, Stack as us, Stepper as fo, Switch as Yo, CheckIcon as ms, CloseIcon as _s, Table as ye, Tabs as to, Text as ys, Textarea as fs, TimelineItem as bs, Timeline as Ns, Title as $s, Notification as hs, Tooltip as bo, useTree as vs, getTreeExpandedState as Cs, Tree as Ps } from "@mantine/core";
|
|
4
|
+
import { DatePickerInput as Ts } from "@mantine/dates";
|
|
5
|
+
const ws = [
|
|
6
6
|
"className",
|
|
7
7
|
"classNames",
|
|
8
8
|
"style",
|
|
@@ -46,7 +46,7 @@ const vs = [
|
|
|
46
46
|
"mih",
|
|
47
47
|
"mah"
|
|
48
48
|
// Dimensions
|
|
49
|
-
],
|
|
49
|
+
], Ko = /* @__PURE__ */ new Set([
|
|
50
50
|
"m",
|
|
51
51
|
"my",
|
|
52
52
|
"mx",
|
|
@@ -61,7 +61,7 @@ const vs = [
|
|
|
61
61
|
"left",
|
|
62
62
|
"bottom",
|
|
63
63
|
"right"
|
|
64
|
-
]),
|
|
64
|
+
]), Ke = {
|
|
65
65
|
"rec-none": "var(--recursica_brand_dimensions_general_none)",
|
|
66
66
|
"rec-sm": "var(--recursica_brand_dimensions_general_sm)",
|
|
67
67
|
"rec-default": "var(--recursica_brand_dimensions_general_default)",
|
|
@@ -70,55 +70,57 @@ const vs = [
|
|
|
70
70
|
"rec-xl": "var(--recursica_brand_dimensions_general_xl)",
|
|
71
71
|
"rec-2xl": "var(--recursica_brand_dimensions_general_2xl)"
|
|
72
72
|
};
|
|
73
|
-
function
|
|
73
|
+
function Ge(n) {
|
|
74
74
|
const e = { ...n };
|
|
75
75
|
for (const [a, t] of Object.entries(e))
|
|
76
|
-
typeof t == "string" && t.startsWith("rec-") &&
|
|
76
|
+
typeof t == "string" && t.startsWith("rec-") && Ko.has(a) && t in Ke && (e[a] = Ke[t]);
|
|
77
77
|
return e;
|
|
78
78
|
}
|
|
79
79
|
function m(n, e) {
|
|
80
80
|
if (e)
|
|
81
81
|
return n;
|
|
82
82
|
const a = { ...n };
|
|
83
|
-
for (const t of
|
|
83
|
+
for (const t of ws)
|
|
84
84
|
t in a && delete a[t];
|
|
85
85
|
for (const [t, o] of Object.entries(a))
|
|
86
|
-
typeof o == "string" && o.startsWith("rec-") &&
|
|
86
|
+
typeof o == "string" && o.startsWith("rec-") && Ko.has(t) && o in Ke && (a[t] = Ke[o]);
|
|
87
87
|
return a;
|
|
88
88
|
}
|
|
89
|
-
const
|
|
90
|
-
root:
|
|
91
|
-
item:
|
|
92
|
-
noDivider:
|
|
93
|
-
control:
|
|
94
|
-
label:
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
89
|
+
const gs = "Accordion-module__root___Dem6d", Ss = "Accordion-module__item___7ryVk", xs = "Accordion-module__noDivider___Ni2tT", As = "Accordion-module__control___b4wgX", Os = "Accordion-module__label___Ss7uW", Ls = "Accordion-module__icon___xfHxX", Ws = "Accordion-module__chevron___i-HVZ", Is = "Accordion-module__iconLeftWrapper___5oLen", ks = "Accordion-module__panel___Wx50w", zs = "Accordion-module__content___PEM9t", se = {
|
|
90
|
+
root: gs,
|
|
91
|
+
item: Ss,
|
|
92
|
+
noDivider: xs,
|
|
93
|
+
control: As,
|
|
94
|
+
label: Os,
|
|
95
|
+
icon: Ls,
|
|
96
|
+
chevron: Ws,
|
|
97
|
+
iconLeftWrapper: Is,
|
|
98
|
+
panel: ks,
|
|
99
|
+
content: zs
|
|
100
|
+
}, Zo = function({
|
|
100
101
|
variant: e = "unstyled",
|
|
101
102
|
overStyled: a = !1,
|
|
102
103
|
...t
|
|
103
104
|
}) {
|
|
104
105
|
const o = m(t, a), s = {
|
|
105
|
-
root:
|
|
106
|
-
item:
|
|
107
|
-
control:
|
|
108
|
-
label:
|
|
109
|
-
chevron:
|
|
110
|
-
|
|
111
|
-
|
|
106
|
+
root: se.root,
|
|
107
|
+
item: se.item,
|
|
108
|
+
control: se.control,
|
|
109
|
+
label: se.label,
|
|
110
|
+
chevron: se.chevron,
|
|
111
|
+
icon: se.icon,
|
|
112
|
+
panel: se.panel,
|
|
113
|
+
content: se.content
|
|
112
114
|
}, l = o.classNames;
|
|
113
115
|
if (l && typeof l == "object" && !Array.isArray(l)) {
|
|
114
116
|
const c = l;
|
|
115
|
-
Object.keys(c).forEach((
|
|
116
|
-
s[
|
|
117
|
+
Object.keys(c).forEach((p) => {
|
|
118
|
+
s[p] ? s[p] = `${s[p]} ${c[p]}` : s[p] = c[p];
|
|
117
119
|
});
|
|
118
120
|
}
|
|
119
121
|
const i = o.className;
|
|
120
122
|
return /* @__PURE__ */ r(
|
|
121
|
-
|
|
123
|
+
eo,
|
|
122
124
|
{
|
|
123
125
|
variant: e,
|
|
124
126
|
className: i,
|
|
@@ -127,41 +129,41 @@ const Cs = "Accordion-module__root___Dem6d", Ps = "Accordion-module__item___7ryV
|
|
|
127
129
|
}
|
|
128
130
|
);
|
|
129
131
|
};
|
|
130
|
-
|
|
131
|
-
const
|
|
132
|
-
const c = m(l, s),
|
|
132
|
+
Zo.displayName = "Accordion";
|
|
133
|
+
const No = f(function({ title: e, leftIcon: a, divider: t = !0, children: o, overStyled: s = !1, ...l }, i) {
|
|
134
|
+
const c = m(l, s), p = c.className, d = [t ? void 0 : se.noDivider, p].filter(Boolean).join(" ") || void 0;
|
|
133
135
|
return /* @__PURE__ */ r(
|
|
134
|
-
|
|
136
|
+
eo.Item,
|
|
135
137
|
{
|
|
136
138
|
ref: i,
|
|
137
|
-
className:
|
|
139
|
+
className: d,
|
|
138
140
|
...c,
|
|
139
|
-
children: e ? /* @__PURE__ */ V(
|
|
140
|
-
/* @__PURE__ */ r(
|
|
141
|
-
/* @__PURE__ */ r(
|
|
141
|
+
children: e ? /* @__PURE__ */ V(ze, { children: [
|
|
142
|
+
/* @__PURE__ */ r(ao, { leftIcon: a, children: e }),
|
|
143
|
+
/* @__PURE__ */ r(so, { children: o })
|
|
142
144
|
] }) : o
|
|
143
145
|
}
|
|
144
146
|
);
|
|
145
147
|
});
|
|
146
|
-
|
|
147
|
-
const
|
|
148
|
+
No.displayName = "AccordionItem";
|
|
149
|
+
const ao = f(function({ leftIcon: e, children: a, overStyled: t = !1, ...o }, s) {
|
|
148
150
|
const l = m(o, t), i = l.className;
|
|
149
151
|
return /* @__PURE__ */ r(
|
|
150
|
-
|
|
152
|
+
eo.Control,
|
|
151
153
|
{
|
|
152
154
|
ref: s,
|
|
153
155
|
className: i,
|
|
154
|
-
icon: e ? /* @__PURE__ */ r("span", { className:
|
|
156
|
+
icon: e ? /* @__PURE__ */ r("span", { className: se.iconLeftWrapper, "aria-hidden": !0, children: e }) : void 0,
|
|
155
157
|
...l,
|
|
156
158
|
children: a
|
|
157
159
|
}
|
|
158
160
|
);
|
|
159
161
|
});
|
|
160
|
-
|
|
161
|
-
const
|
|
162
|
+
ao.displayName = "AccordionControl";
|
|
163
|
+
const so = f(function({ overStyled: e = !1, ...a }, t) {
|
|
162
164
|
const o = m(a, e), s = o.className;
|
|
163
165
|
return /* @__PURE__ */ r(
|
|
164
|
-
|
|
166
|
+
eo.Panel,
|
|
165
167
|
{
|
|
166
168
|
ref: t,
|
|
167
169
|
className: s,
|
|
@@ -169,19 +171,80 @@ const to = f(function({ overStyled: e = !1, ...a }, t) {
|
|
|
169
171
|
}
|
|
170
172
|
);
|
|
171
173
|
});
|
|
172
|
-
|
|
173
|
-
const
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
const
|
|
178
|
-
root:
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
174
|
+
so.displayName = "AccordionPanel";
|
|
175
|
+
const ro = Zo;
|
|
176
|
+
ro.Item = No;
|
|
177
|
+
ro.Control = ao;
|
|
178
|
+
ro.Panel = so;
|
|
179
|
+
const Ms = "AssistiveElement-module__root___WhQ43", Rs = "AssistiveElement-module__textWrapper___sfy5E", Bs = "AssistiveElement-module__iconWrapper___gObRF", po = {
|
|
180
|
+
root: Ms,
|
|
181
|
+
textWrapper: Rs,
|
|
182
|
+
iconWrapper: Bs
|
|
183
|
+
}, Es = () => /* @__PURE__ */ V(
|
|
184
|
+
"svg",
|
|
185
|
+
{
|
|
186
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
187
|
+
viewBox: "0 0 24 24",
|
|
188
|
+
fill: "none",
|
|
189
|
+
stroke: "currentColor",
|
|
190
|
+
strokeWidth: "2",
|
|
191
|
+
strokeLinecap: "round",
|
|
192
|
+
strokeLinejoin: "round",
|
|
193
|
+
children: [
|
|
194
|
+
/* @__PURE__ */ r("circle", { cx: "12", cy: "12", r: "10" }),
|
|
195
|
+
/* @__PURE__ */ r("path", { d: "M12 16v-4" }),
|
|
196
|
+
/* @__PURE__ */ r("path", { d: "M12 8h.01" })
|
|
197
|
+
]
|
|
198
|
+
}
|
|
199
|
+
), Fs = () => /* @__PURE__ */ V(
|
|
200
|
+
"svg",
|
|
201
|
+
{
|
|
202
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
203
|
+
viewBox: "0 0 24 24",
|
|
204
|
+
fill: "none",
|
|
205
|
+
stroke: "currentColor",
|
|
206
|
+
strokeWidth: "2",
|
|
207
|
+
strokeLinecap: "round",
|
|
208
|
+
strokeLinejoin: "round",
|
|
209
|
+
children: [
|
|
210
|
+
/* @__PURE__ */ r("path", { d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" }),
|
|
211
|
+
/* @__PURE__ */ r("path", { d: "M12 9v4" }),
|
|
212
|
+
/* @__PURE__ */ r("path", { d: "M12 17h.01" })
|
|
213
|
+
]
|
|
214
|
+
}
|
|
215
|
+
), Ze = f(function({
|
|
216
|
+
assistiveVariant: e = "help",
|
|
217
|
+
assistiveWithIcon: a = !0,
|
|
218
|
+
children: t,
|
|
219
|
+
className: o,
|
|
220
|
+
overStyled: s = !1,
|
|
221
|
+
...l
|
|
222
|
+
}, i) {
|
|
223
|
+
const p = m(l, s), d = po.root, u = o ? `${d} ${o}` : d, $ = e === "error" ? Fs : Es;
|
|
224
|
+
return /* @__PURE__ */ V(
|
|
225
|
+
"div",
|
|
226
|
+
{
|
|
227
|
+
ref: i,
|
|
228
|
+
className: u,
|
|
229
|
+
"data-variant": e,
|
|
230
|
+
style: p.style,
|
|
231
|
+
...p,
|
|
232
|
+
children: [
|
|
233
|
+
a && /* @__PURE__ */ r("span", { className: po.iconWrapper, children: /* @__PURE__ */ r($, {}) }),
|
|
234
|
+
/* @__PURE__ */ r("span", { className: po.textWrapper, children: t })
|
|
235
|
+
]
|
|
236
|
+
}
|
|
237
|
+
);
|
|
238
|
+
});
|
|
239
|
+
Ze.displayName = "AssistiveElement";
|
|
240
|
+
const Vs = "Label-module__root___e6HXZ", Ds = "Label-module__labelText___rieFR", Gs = "Label-module__required___Ggrzc", js = "Label-module__optionalText___Y2yun", Hs = "Label-module__actionAreaWrapper___ELoZK", qs = "Label-module__editIconWrapper___NG2xW", J = {
|
|
241
|
+
root: Vs,
|
|
242
|
+
labelText: Ds,
|
|
243
|
+
required: Gs,
|
|
244
|
+
optionalText: js,
|
|
245
|
+
actionAreaWrapper: Hs,
|
|
246
|
+
editIconWrapper: qs
|
|
247
|
+
}, $o = f(function({
|
|
185
248
|
labelSize: e = "default",
|
|
186
249
|
labelAlignment: a,
|
|
187
250
|
required: t = !1,
|
|
@@ -190,39 +253,39 @@ const Ls = "Label-module__root___e6HXZ", Ws = "Label-module__labelText___rieFR",
|
|
|
190
253
|
labelActionArea: l,
|
|
191
254
|
onLabelEditClick: i,
|
|
192
255
|
children: c,
|
|
193
|
-
overStyled:
|
|
194
|
-
...
|
|
256
|
+
overStyled: p = !1,
|
|
257
|
+
...d
|
|
195
258
|
}, u) {
|
|
196
259
|
const $ = a || "left";
|
|
197
260
|
let y;
|
|
198
261
|
t || (o === !0 ? y = "optional" : o && (y = o));
|
|
199
|
-
const _ = m(
|
|
200
|
-
label:
|
|
201
|
-
required:
|
|
262
|
+
const _ = m(d, p), b = _, P = {
|
|
263
|
+
label: J.root,
|
|
264
|
+
required: J.required
|
|
202
265
|
}, C = b.classNames;
|
|
203
266
|
if (C && typeof C == "object" && !Array.isArray(C)) {
|
|
204
267
|
const O = C;
|
|
205
|
-
|
|
268
|
+
P.label = O.label ? `${J.root} ${O.label}` : J.root, P.required = O.required ? `${J.required} ${O.required}` : J.required;
|
|
206
269
|
}
|
|
207
|
-
const h = b.className, N = h ? `${
|
|
270
|
+
const h = b.className, N = h ? `${J.root} ${h}` : J.root;
|
|
208
271
|
return /* @__PURE__ */ V(
|
|
209
272
|
jo.Label,
|
|
210
273
|
{
|
|
211
274
|
ref: u,
|
|
212
275
|
className: N,
|
|
213
|
-
classNames:
|
|
276
|
+
classNames: P,
|
|
214
277
|
"data-size": e,
|
|
215
278
|
"data-alignment": $,
|
|
216
279
|
required: t && !s,
|
|
217
280
|
..._,
|
|
218
281
|
children: [
|
|
219
|
-
/* @__PURE__ */ r("span", { className:
|
|
220
|
-
y && /* @__PURE__ */ r("span", { className:
|
|
221
|
-
l ? /* @__PURE__ */ r("span", { className:
|
|
282
|
+
/* @__PURE__ */ r("span", { className: J.labelText, children: c }),
|
|
283
|
+
y && /* @__PURE__ */ r("span", { className: J.optionalText, children: typeof y == "string" ? `(${y})` : y }),
|
|
284
|
+
l ? /* @__PURE__ */ r("span", { className: J.actionAreaWrapper, children: l }) : s ? /* @__PURE__ */ r(
|
|
222
285
|
"button",
|
|
223
286
|
{
|
|
224
287
|
type: "button",
|
|
225
|
-
className:
|
|
288
|
+
className: J.editIconWrapper,
|
|
226
289
|
"data-replaces-asterisk": t ? "true" : void 0,
|
|
227
290
|
onClick: i,
|
|
228
291
|
"aria-label": "Edit",
|
|
@@ -251,11 +314,11 @@ const Ls = "Label-module__root___e6HXZ", Ws = "Label-module__labelText___rieFR",
|
|
|
251
314
|
}
|
|
252
315
|
);
|
|
253
316
|
});
|
|
254
|
-
|
|
255
|
-
const
|
|
256
|
-
root:
|
|
257
|
-
leftSection:
|
|
258
|
-
rightSection:
|
|
317
|
+
$o.displayName = "Label";
|
|
318
|
+
const Us = "FormControlLayout-module__root___yNDhZ", Ys = "FormControlLayout-module__leftSection___GBM1r", Ks = "FormControlLayout-module__rightSection___bcL4v", qe = {
|
|
319
|
+
root: Us,
|
|
320
|
+
leftSection: Ys,
|
|
321
|
+
rightSection: Ks
|
|
259
322
|
}, pe = f(function({
|
|
260
323
|
formLayout: e = "stacked",
|
|
261
324
|
labelSize: a = "default",
|
|
@@ -265,13 +328,13 @@ const Rs = "FormControlLayout-module__root___yNDhZ", Bs = "FormControlLayout-mod
|
|
|
265
328
|
children: l,
|
|
266
329
|
className: i,
|
|
267
330
|
style: c,
|
|
268
|
-
...
|
|
269
|
-
},
|
|
270
|
-
const u = i ? `${
|
|
331
|
+
...p
|
|
332
|
+
}, d) {
|
|
333
|
+
const u = i ? `${qe.root} ${i}` : qe.root, y = s != null || e === "side-by-side";
|
|
271
334
|
return /* @__PURE__ */ V(
|
|
272
335
|
"div",
|
|
273
336
|
{
|
|
274
|
-
ref:
|
|
337
|
+
ref: d,
|
|
275
338
|
className: u,
|
|
276
339
|
"data-form-layout": e,
|
|
277
340
|
style: {
|
|
@@ -279,80 +342,19 @@ const Rs = "FormControlLayout-module__root___yNDhZ", Bs = "FormControlLayout-mod
|
|
|
279
342
|
...t ? { "--form-control-max-width": t } : {},
|
|
280
343
|
...o ? { "--form-control-min-width": o } : {}
|
|
281
344
|
},
|
|
282
|
-
...
|
|
345
|
+
...p,
|
|
283
346
|
children: [
|
|
284
|
-
y && /* @__PURE__ */ r("div", { className:
|
|
285
|
-
/* @__PURE__ */ r("div", { className:
|
|
347
|
+
y && /* @__PURE__ */ r("div", { className: qe.leftSection, "data-size": a, children: s }),
|
|
348
|
+
/* @__PURE__ */ r("div", { className: qe.rightSection, children: l })
|
|
286
349
|
]
|
|
287
350
|
}
|
|
288
351
|
);
|
|
289
352
|
});
|
|
290
353
|
pe.displayName = "FormControlLayout";
|
|
291
|
-
const
|
|
292
|
-
root:
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
}, Gs = () => /* @__PURE__ */ V(
|
|
296
|
-
"svg",
|
|
297
|
-
{
|
|
298
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
299
|
-
viewBox: "0 0 24 24",
|
|
300
|
-
fill: "none",
|
|
301
|
-
stroke: "currentColor",
|
|
302
|
-
strokeWidth: "2",
|
|
303
|
-
strokeLinecap: "round",
|
|
304
|
-
strokeLinejoin: "round",
|
|
305
|
-
children: [
|
|
306
|
-
/* @__PURE__ */ r("circle", { cx: "12", cy: "12", r: "10" }),
|
|
307
|
-
/* @__PURE__ */ r("path", { d: "M12 16v-4" }),
|
|
308
|
-
/* @__PURE__ */ r("path", { d: "M12 8h.01" })
|
|
309
|
-
]
|
|
310
|
-
}
|
|
311
|
-
), js = () => /* @__PURE__ */ V(
|
|
312
|
-
"svg",
|
|
313
|
-
{
|
|
314
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
315
|
-
viewBox: "0 0 24 24",
|
|
316
|
-
fill: "none",
|
|
317
|
-
stroke: "currentColor",
|
|
318
|
-
strokeWidth: "2",
|
|
319
|
-
strokeLinecap: "round",
|
|
320
|
-
strokeLinejoin: "round",
|
|
321
|
-
children: [
|
|
322
|
-
/* @__PURE__ */ r("path", { d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" }),
|
|
323
|
-
/* @__PURE__ */ r("path", { d: "M12 9v4" }),
|
|
324
|
-
/* @__PURE__ */ r("path", { d: "M12 17h.01" })
|
|
325
|
-
]
|
|
326
|
-
}
|
|
327
|
-
), po = f(function({
|
|
328
|
-
assistiveVariant: e = "help",
|
|
329
|
-
assistiveWithIcon: a = !0,
|
|
330
|
-
children: t,
|
|
331
|
-
className: o,
|
|
332
|
-
overStyled: s = !1,
|
|
333
|
-
...l
|
|
334
|
-
}, i) {
|
|
335
|
-
const d = m(l, s), p = io.root, u = o ? `${p} ${o}` : p, $ = e === "error" ? js : Gs;
|
|
336
|
-
return /* @__PURE__ */ V(
|
|
337
|
-
"div",
|
|
338
|
-
{
|
|
339
|
-
ref: i,
|
|
340
|
-
className: u,
|
|
341
|
-
"data-variant": e,
|
|
342
|
-
style: d.style,
|
|
343
|
-
...d,
|
|
344
|
-
children: [
|
|
345
|
-
a && /* @__PURE__ */ r("span", { className: io.iconWrapper, children: /* @__PURE__ */ r($, {}) }),
|
|
346
|
-
/* @__PURE__ */ r("span", { className: io.textWrapper, children: t })
|
|
347
|
-
]
|
|
348
|
-
}
|
|
349
|
-
);
|
|
350
|
-
});
|
|
351
|
-
po.displayName = "AssistiveElement";
|
|
352
|
-
const Hs = "FormControlWrapper-module__root___c-UHo", qs = "FormControlWrapper-module__inputSection___HenXk", Bo = {
|
|
353
|
-
root: Hs,
|
|
354
|
-
inputSection: qs
|
|
355
|
-
}, Ze = f(function({
|
|
354
|
+
const Zs = "FormControlWrapper-module__root___c-UHo", Xs = "FormControlWrapper-module__inputSection___HenXk", Eo = {
|
|
355
|
+
root: Zs,
|
|
356
|
+
inputSection: Xs
|
|
357
|
+
}, Xe = f(function({
|
|
356
358
|
formLayout: e,
|
|
357
359
|
labelSize: a,
|
|
358
360
|
labelAlignment: t,
|
|
@@ -361,14 +363,14 @@ const Hs = "FormControlWrapper-module__root___c-UHo", qs = "FormControlWrapper-m
|
|
|
361
363
|
labelActionArea: l,
|
|
362
364
|
onLabelEditClick: i,
|
|
363
365
|
label: c,
|
|
364
|
-
description:
|
|
365
|
-
assistiveText:
|
|
366
|
+
description: p,
|
|
367
|
+
assistiveText: d,
|
|
366
368
|
assistiveWithIcon: u = !0,
|
|
367
369
|
controlMaxWidth: $,
|
|
368
370
|
controlMinWidth: y,
|
|
369
371
|
error: _,
|
|
370
372
|
required: b,
|
|
371
|
-
withAsterisk:
|
|
373
|
+
withAsterisk: P,
|
|
372
374
|
id: C,
|
|
373
375
|
children: h,
|
|
374
376
|
className: N,
|
|
@@ -376,15 +378,15 @@ const Hs = "FormControlWrapper-module__root___c-UHo", qs = "FormControlWrapper-m
|
|
|
376
378
|
labelElement: v,
|
|
377
379
|
// Extracted safely preventing bleeding into HTML domains
|
|
378
380
|
...z
|
|
379
|
-
},
|
|
380
|
-
const
|
|
381
|
+
}, A) {
|
|
382
|
+
const x = Ka(), L = C || `recursica-fc-${x}`, W = d || p, w = W ? `${L}-assistive` : void 0, g = _ ? `${L}-error` : void 0, R = m(z, O), S = N || R.className, Te = Eo.root, we = S ? `${Te} ${S}` : Te, Y = B.isValidElement(h) ? B.cloneElement(
|
|
381
383
|
h,
|
|
382
384
|
{
|
|
383
385
|
...W && !h.props["aria-describedby"] ? { "aria-describedby": w } : {},
|
|
384
386
|
..._ && !h.props["aria-errormessage"] ? { "aria-errormessage": g } : {}
|
|
385
387
|
}
|
|
386
|
-
) : h,
|
|
387
|
-
|
|
388
|
+
) : h, io = c ? /* @__PURE__ */ r(
|
|
389
|
+
$o,
|
|
388
390
|
{
|
|
389
391
|
id: L,
|
|
390
392
|
labelAlignment: t,
|
|
@@ -392,7 +394,7 @@ const Hs = "FormControlWrapper-module__root___c-UHo", qs = "FormControlWrapper-m
|
|
|
392
394
|
labelWithEditIcon: s,
|
|
393
395
|
labelActionArea: l,
|
|
394
396
|
onLabelEditClick: i,
|
|
395
|
-
required:
|
|
397
|
+
required: P ?? b,
|
|
396
398
|
...v === "div" ? { as: "div" } : {},
|
|
397
399
|
children: c
|
|
398
400
|
}
|
|
@@ -400,18 +402,18 @@ const Hs = "FormControlWrapper-module__root___c-UHo", qs = "FormControlWrapper-m
|
|
|
400
402
|
return /* @__PURE__ */ r(
|
|
401
403
|
pe,
|
|
402
404
|
{
|
|
403
|
-
ref:
|
|
405
|
+
ref: A,
|
|
404
406
|
className: we,
|
|
405
407
|
formLayout: e,
|
|
406
408
|
labelSize: a,
|
|
407
409
|
controlMaxWidth: $,
|
|
408
410
|
controlMinWidth: y,
|
|
409
|
-
leftSection:
|
|
411
|
+
leftSection: io,
|
|
410
412
|
...R,
|
|
411
|
-
children: /* @__PURE__ */ V("div", { className:
|
|
413
|
+
children: /* @__PURE__ */ V("div", { className: Eo.inputSection, children: [
|
|
412
414
|
Y,
|
|
413
415
|
_ && /* @__PURE__ */ r(
|
|
414
|
-
|
|
416
|
+
Ze,
|
|
415
417
|
{
|
|
416
418
|
id: g,
|
|
417
419
|
assistiveVariant: "error",
|
|
@@ -420,7 +422,7 @@ const Hs = "FormControlWrapper-module__root___c-UHo", qs = "FormControlWrapper-m
|
|
|
420
422
|
}
|
|
421
423
|
),
|
|
422
424
|
!_ && W && /* @__PURE__ */ r(
|
|
423
|
-
|
|
425
|
+
Ze,
|
|
424
426
|
{
|
|
425
427
|
id: w,
|
|
426
428
|
assistiveVariant: "help",
|
|
@@ -432,12 +434,12 @@ const Hs = "FormControlWrapper-module__root___c-UHo", qs = "FormControlWrapper-m
|
|
|
432
434
|
}
|
|
433
435
|
);
|
|
434
436
|
});
|
|
435
|
-
|
|
436
|
-
const
|
|
437
|
-
root:
|
|
438
|
-
contents:
|
|
439
|
-
},
|
|
440
|
-
const i = e ? t ? `${
|
|
437
|
+
Xe.displayName = "FormControlWrapper";
|
|
438
|
+
const Js = "_root_1qhn7_3", Qs = "_contents_1qhn7_18", ke = {
|
|
439
|
+
root: Js,
|
|
440
|
+
contents: Qs
|
|
441
|
+
}, Xo = f(function({ layer: n, contentsOnly: e, children: a, className: t, style: o, ...s }, l) {
|
|
442
|
+
const i = e ? t ? `${ke.root} ${ke.contents} ${t}` : `${ke.root} ${ke.contents}` : t ? `${ke.root} ${t}` : ke.root;
|
|
441
443
|
return /* @__PURE__ */ r(
|
|
442
444
|
"div",
|
|
443
445
|
{
|
|
@@ -450,18 +452,18 @@ const Us = "_root_1qhn7_3", Ys = "_contents_1qhn7_18", Ie = {
|
|
|
450
452
|
}
|
|
451
453
|
);
|
|
452
454
|
});
|
|
453
|
-
|
|
454
|
-
const
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
const
|
|
455
|
+
Xo.displayName = "Layer";
|
|
456
|
+
const Je = ({ emptyText: n = "N/A" }) => /* @__PURE__ */ r(B.Fragment, { children: n });
|
|
457
|
+
Je.displayName = "EmptyValueRenderer";
|
|
458
|
+
Je.check = (n) => n == null || n === "" || Array.isArray(n) && n.length === 0;
|
|
459
|
+
const er = { BASE_URL: "/", DEV: !1, MODE: "library", PROD: !0, SSR: !1, VITE_PLUGIN_MODE: "production", VITE_PLUGIN_PHRASE: "recursica_plugin_@K9mX7pQw2VbN8fRt3LzY6HjE4CuA5DsG1WvM9nP0XcB7", VITE_PLUGIN_PHRASE_TEST: "recursica_plugin_@19866374", VITE_RECURSICA_API_TEST: "https://dev-api.recursica.com", VITE_RECURSICA_API_URL: "https://api.recursica.com", VITE_RECURSICA_UI_URL: "https://api.recursica.com" }, We = (() => {
|
|
458
460
|
try {
|
|
459
461
|
if (typeof process < "u" && process.env && process.env.NODE_ENV)
|
|
460
462
|
return process.env.NODE_ENV !== "production";
|
|
461
463
|
} catch {
|
|
462
464
|
}
|
|
463
465
|
try {
|
|
464
|
-
if (import.meta &&
|
|
466
|
+
if (import.meta && er)
|
|
465
467
|
return !0;
|
|
466
468
|
} catch {
|
|
467
469
|
}
|
|
@@ -470,10 +472,10 @@ const Ks = { BASE_URL: "/", DEV: !1, MODE: "library", PROD: !0, SSR: !1, VITE_PL
|
|
|
470
472
|
return n === "localhost" || n === "127.0.0.1" || n.endsWith(".local");
|
|
471
473
|
}
|
|
472
474
|
return !1;
|
|
473
|
-
})(),
|
|
475
|
+
})(), mo = /* @__PURE__ */ new Set();
|
|
474
476
|
let Pe = !1;
|
|
475
|
-
function
|
|
476
|
-
if (!
|
|
477
|
+
function or(n) {
|
|
478
|
+
if (!We)
|
|
477
479
|
return console.warn(
|
|
478
480
|
"[Recursica] overStyled highlight is disabled in production builds."
|
|
479
481
|
), !1;
|
|
@@ -484,24 +486,24 @@ function Xs(n) {
|
|
|
484
486
|
);
|
|
485
487
|
} else
|
|
486
488
|
console.warn("[Recursica] document is undefined. Cannot set CSS property.");
|
|
487
|
-
return
|
|
489
|
+
return mo.forEach((e) => e()), Pe;
|
|
488
490
|
}
|
|
489
|
-
function
|
|
490
|
-
return
|
|
491
|
+
function uc() {
|
|
492
|
+
return We && Pe;
|
|
491
493
|
}
|
|
492
|
-
function
|
|
493
|
-
const [n, e] =
|
|
494
|
-
return
|
|
495
|
-
if (!
|
|
496
|
-
|
|
494
|
+
function tr() {
|
|
495
|
+
const [n, e] = uo(Pe);
|
|
496
|
+
return De(() => {
|
|
497
|
+
if (!We) return;
|
|
498
|
+
Jo(), Qo();
|
|
497
499
|
const a = () => e(Pe);
|
|
498
|
-
return
|
|
499
|
-
|
|
500
|
+
return mo.add(a), () => {
|
|
501
|
+
mo.delete(a);
|
|
500
502
|
};
|
|
501
|
-
}, []),
|
|
503
|
+
}, []), We && n;
|
|
502
504
|
}
|
|
503
|
-
function
|
|
504
|
-
if (!
|
|
505
|
+
function Jo() {
|
|
506
|
+
if (!We) return;
|
|
505
507
|
if (typeof document > "u") {
|
|
506
508
|
console.warn(
|
|
507
509
|
"[Recursica] document is undefined. Cannot inject overStyled styles."
|
|
@@ -523,7 +525,7 @@ function Xo() {
|
|
|
523
525
|
`, document.head.appendChild(e));
|
|
524
526
|
}
|
|
525
527
|
function Qo() {
|
|
526
|
-
if (!
|
|
528
|
+
if (!We) return;
|
|
527
529
|
if (typeof window > "u") {
|
|
528
530
|
console.warn(
|
|
529
531
|
"[Recursica] window is undefined. Cannot register console command."
|
|
@@ -532,27 +534,28 @@ function Qo() {
|
|
|
532
534
|
}
|
|
533
535
|
const n = (e) => {
|
|
534
536
|
try {
|
|
535
|
-
e.recursica = e.recursica || {}, e.recursica.toggleOverStyled = () => `[Recursica] Overstyled outline highlight is now: ${
|
|
537
|
+
e.recursica = e.recursica || {}, e.recursica.toggleOverStyled = () => `[Recursica] Overstyled outline highlight is now: ${or() ? "ON (cyan 2px box shadow)" : "OFF"}`;
|
|
536
538
|
} catch {
|
|
537
539
|
}
|
|
538
540
|
};
|
|
539
541
|
n(window), window.parent && window.parent !== window && n(window.parent);
|
|
540
542
|
}
|
|
541
|
-
const
|
|
542
|
-
function
|
|
543
|
+
const Fo = "data-recursica-theme";
|
|
544
|
+
function mc({
|
|
543
545
|
children: n,
|
|
544
|
-
theme: e = "light"
|
|
546
|
+
theme: e = "light",
|
|
547
|
+
initLayer0: a = !0
|
|
545
548
|
}) {
|
|
546
|
-
return
|
|
547
|
-
const
|
|
548
|
-
return
|
|
549
|
-
|
|
549
|
+
return De(() => {
|
|
550
|
+
const t = document.documentElement;
|
|
551
|
+
return t.setAttribute(Fo, e), () => {
|
|
552
|
+
t.removeAttribute(Fo);
|
|
550
553
|
};
|
|
551
|
-
}, [e]),
|
|
552
|
-
|
|
553
|
-
}, []), /* @__PURE__ */ r(
|
|
554
|
+
}, [e]), De(() => {
|
|
555
|
+
Jo(), Qo();
|
|
556
|
+
}, []), a ? /* @__PURE__ */ r(Xo, { layer: 0, children: n }) : /* @__PURE__ */ r(ze, { children: n });
|
|
554
557
|
}
|
|
555
|
-
const
|
|
558
|
+
const _c = [
|
|
556
559
|
"Accordion",
|
|
557
560
|
"AssistiveElement",
|
|
558
561
|
"Autocomplete",
|
|
@@ -601,7 +604,7 @@ const ac = [
|
|
|
601
604
|
"Toast",
|
|
602
605
|
"Tooltip",
|
|
603
606
|
"TransferList"
|
|
604
|
-
],
|
|
607
|
+
], yc = (n, e) => {
|
|
605
608
|
const a = document.activeElement;
|
|
606
609
|
return new Promise((t, o) => {
|
|
607
610
|
if (e && e.current) {
|
|
@@ -613,11 +616,11 @@ const ac = [
|
|
|
613
616
|
o(new Error("Copy area reference is not defined"));
|
|
614
617
|
});
|
|
615
618
|
};
|
|
616
|
-
function
|
|
617
|
-
if (!
|
|
619
|
+
function T(n) {
|
|
620
|
+
if (!We || typeof n != "function" && !(n && n.$$typeof))
|
|
618
621
|
return n;
|
|
619
622
|
const e = B.forwardRef((t, o) => {
|
|
620
|
-
const { overStyled: s } = t, l =
|
|
623
|
+
const { overStyled: s } = t, l = tr(), i = B.createElement(
|
|
621
624
|
n,
|
|
622
625
|
{ ...t, ref: o }
|
|
623
626
|
);
|
|
@@ -629,14 +632,14 @@ function P(n) {
|
|
|
629
632
|
if (t === "render" || t === "$$typeof")
|
|
630
633
|
continue;
|
|
631
634
|
const o = n[t];
|
|
632
|
-
(typeof o == "function" || o && o.$$typeof) && t[0] === t[0].toUpperCase() ? e[t] =
|
|
635
|
+
(typeof o == "function" || o && o.$$typeof) && t[0] === t[0].toUpperCase() ? e[t] = T(o) : e[t] = o;
|
|
633
636
|
}
|
|
634
637
|
return e;
|
|
635
638
|
}
|
|
636
|
-
const
|
|
637
|
-
layoutOverride:
|
|
638
|
-
textField:
|
|
639
|
-
},
|
|
639
|
+
const ar = "ReadOnlyField-module__layoutOverride___9fSsG", sr = "ReadOnlyField-module__textField___qKn25", Qe = {
|
|
640
|
+
layoutOverride: ar,
|
|
641
|
+
textField: sr
|
|
642
|
+
}, Ye = ({
|
|
640
643
|
value: n,
|
|
641
644
|
overStyled: e = !1,
|
|
642
645
|
...a
|
|
@@ -646,14 +649,14 @@ const Js = "ReadOnlyField-module__layoutOverride___9fSsG", er = "ReadOnlyField-m
|
|
|
646
649
|
Za,
|
|
647
650
|
{
|
|
648
651
|
component: "p",
|
|
649
|
-
className: o ? `${
|
|
652
|
+
className: o ? `${Qe.textField} ${o}` : Qe.textField,
|
|
650
653
|
...t,
|
|
651
654
|
children: n != null ? B.isValidElement(n) ? n : Array.isArray(n) ? n.join(", ") : String(n) : ""
|
|
652
655
|
}
|
|
653
656
|
);
|
|
654
657
|
};
|
|
655
|
-
|
|
656
|
-
const
|
|
658
|
+
Ye.displayName = "ReadOnlyTextField";
|
|
659
|
+
const ho = f(
|
|
657
660
|
function({
|
|
658
661
|
value: e,
|
|
659
662
|
type: a = "text",
|
|
@@ -663,12 +666,12 @@ const $o = f(
|
|
|
663
666
|
style: l,
|
|
664
667
|
...i
|
|
665
668
|
}, c) {
|
|
666
|
-
let
|
|
667
|
-
const
|
|
669
|
+
let p = null;
|
|
670
|
+
const d = m(i, o), u = t || Je, y = (u.check ? u.check(e) : Je.check(e)) ? /* @__PURE__ */ r(u, { value: e }) : e;
|
|
668
671
|
switch (a) {
|
|
669
672
|
case "boolean":
|
|
670
|
-
|
|
671
|
-
|
|
673
|
+
p = /* @__PURE__ */ r(
|
|
674
|
+
Ye,
|
|
672
675
|
{
|
|
673
676
|
value: e === !0 ? "True" : e === !1 ? "False" : y,
|
|
674
677
|
overStyled: o
|
|
@@ -676,8 +679,8 @@ const $o = f(
|
|
|
676
679
|
);
|
|
677
680
|
break;
|
|
678
681
|
case "switch":
|
|
679
|
-
|
|
680
|
-
|
|
682
|
+
p = /* @__PURE__ */ r(
|
|
683
|
+
Ye,
|
|
681
684
|
{
|
|
682
685
|
value: e === !0 ? "On" : e === !1 ? "Off" : y,
|
|
683
686
|
overStyled: o
|
|
@@ -686,8 +689,8 @@ const $o = f(
|
|
|
686
689
|
break;
|
|
687
690
|
case "text":
|
|
688
691
|
default:
|
|
689
|
-
|
|
690
|
-
|
|
692
|
+
p = /* @__PURE__ */ r(
|
|
693
|
+
Ye,
|
|
691
694
|
{
|
|
692
695
|
value: y,
|
|
693
696
|
overStyled: o
|
|
@@ -695,21 +698,21 @@ const $o = f(
|
|
|
695
698
|
);
|
|
696
699
|
break;
|
|
697
700
|
}
|
|
698
|
-
const _ = s ? `${
|
|
701
|
+
const _ = s ? `${Qe.layoutOverride} ${s}` : Qe.layoutOverride;
|
|
699
702
|
return /* @__PURE__ */ r(
|
|
700
|
-
|
|
703
|
+
Xe,
|
|
701
704
|
{
|
|
702
705
|
ref: c,
|
|
703
706
|
overStyled: o,
|
|
704
707
|
className: _,
|
|
705
708
|
style: l,
|
|
706
|
-
...
|
|
707
|
-
children:
|
|
709
|
+
...d,
|
|
710
|
+
children: p
|
|
708
711
|
}
|
|
709
712
|
);
|
|
710
713
|
}
|
|
711
714
|
);
|
|
712
|
-
|
|
715
|
+
ho.displayName = "ReadOnlyField";
|
|
713
716
|
const ae = f(function({
|
|
714
717
|
readOnly: e,
|
|
715
718
|
readOnlyComponent: a,
|
|
@@ -719,49 +722,49 @@ const ae = f(function({
|
|
|
719
722
|
emptyValueComponent: l,
|
|
720
723
|
activeComponent: i,
|
|
721
724
|
overStyled: c,
|
|
722
|
-
onLabelEditClick:
|
|
723
|
-
...
|
|
725
|
+
onLabelEditClick: p,
|
|
726
|
+
...d
|
|
724
727
|
}, u) {
|
|
725
728
|
return e ? a ? /* @__PURE__ */ r(
|
|
726
|
-
|
|
729
|
+
Xe,
|
|
727
730
|
{
|
|
728
731
|
ref: u,
|
|
729
|
-
...
|
|
730
|
-
onLabelEditClick:
|
|
732
|
+
...d,
|
|
733
|
+
onLabelEditClick: p,
|
|
731
734
|
overStyled: c,
|
|
732
735
|
children: /* @__PURE__ */ r(a, { ...s })
|
|
733
736
|
}
|
|
734
737
|
) : /* @__PURE__ */ r(
|
|
735
|
-
|
|
738
|
+
ho,
|
|
736
739
|
{
|
|
737
740
|
ref: u,
|
|
738
741
|
type: t,
|
|
739
742
|
value: o,
|
|
740
743
|
emptyValueComponent: l,
|
|
741
|
-
onLabelEditClick:
|
|
744
|
+
onLabelEditClick: p,
|
|
742
745
|
overStyled: c,
|
|
743
|
-
...
|
|
746
|
+
...d
|
|
744
747
|
}
|
|
745
748
|
) : /* @__PURE__ */ r(
|
|
746
|
-
|
|
749
|
+
Xe,
|
|
747
750
|
{
|
|
748
751
|
ref: u,
|
|
749
|
-
...
|
|
750
|
-
onLabelEditClick:
|
|
752
|
+
...d,
|
|
753
|
+
onLabelEditClick: p,
|
|
751
754
|
overStyled: c,
|
|
752
755
|
children: i
|
|
753
756
|
}
|
|
754
757
|
);
|
|
755
758
|
});
|
|
756
759
|
ae.displayName = "WithReadOnlyWrapper";
|
|
757
|
-
const
|
|
758
|
-
layoutOverride:
|
|
759
|
-
root:
|
|
760
|
-
input:
|
|
761
|
-
section:
|
|
762
|
-
dropdown:
|
|
763
|
-
option:
|
|
764
|
-
},
|
|
760
|
+
const rr = "AutoComplete-module__layoutOverride___-K9WL", nr = "AutoComplete-module__root___kANza", lr = "AutoComplete-module__input___g51MC", ir = "AutoComplete-module__section___WAbf1", cr = "AutoComplete-module__dropdown___NqO3E", dr = "AutoComplete-module__option___Y-Kja", G = {
|
|
761
|
+
layoutOverride: rr,
|
|
762
|
+
root: nr,
|
|
763
|
+
input: lr,
|
|
764
|
+
section: ir,
|
|
765
|
+
dropdown: cr,
|
|
766
|
+
option: dr
|
|
767
|
+
}, et = f(
|
|
765
768
|
function(e, a) {
|
|
766
769
|
const {
|
|
767
770
|
overStyled: t = !1,
|
|
@@ -771,22 +774,22 @@ const or = "AutoComplete-module__layoutOverride___-K9WL", tr = "AutoComplete-mod
|
|
|
771
774
|
labelAlignment: l,
|
|
772
775
|
labelOptionalText: i,
|
|
773
776
|
labelWithEditIcon: c,
|
|
774
|
-
onLabelEditClick:
|
|
775
|
-
label:
|
|
777
|
+
onLabelEditClick: p,
|
|
778
|
+
label: d,
|
|
776
779
|
assistiveText: u,
|
|
777
780
|
assistiveWithIcon: $,
|
|
778
781
|
error: y,
|
|
779
782
|
required: _,
|
|
780
783
|
withAsterisk: b,
|
|
781
|
-
id:
|
|
784
|
+
id: P,
|
|
782
785
|
className: C,
|
|
783
786
|
style: h,
|
|
784
787
|
disabled: N,
|
|
785
788
|
readOnly: O,
|
|
786
789
|
readOnlyComponent: v,
|
|
787
790
|
emptyValueComponent: z,
|
|
788
|
-
value:
|
|
789
|
-
defaultValue:
|
|
791
|
+
value: A,
|
|
792
|
+
defaultValue: x,
|
|
790
793
|
...L
|
|
791
794
|
} = e, W = m(L, t), w = W;
|
|
792
795
|
delete w.size, delete w.variant, delete w.radius;
|
|
@@ -808,38 +811,38 @@ const or = "AutoComplete-module__layoutOverride___-K9WL", tr = "AutoComplete-mod
|
|
|
808
811
|
{
|
|
809
812
|
className: R,
|
|
810
813
|
style: h,
|
|
811
|
-
controlMaxWidth: "var(--
|
|
812
|
-
controlMinWidth: "var(--
|
|
814
|
+
controlMaxWidth: "var(--autocomplete-control-max-width)",
|
|
815
|
+
controlMinWidth: "var(--autocomplete-control-min-width)",
|
|
813
816
|
overStyled: t,
|
|
814
817
|
formLayout: o,
|
|
815
818
|
labelSize: s,
|
|
816
819
|
labelAlignment: l,
|
|
817
820
|
labelOptionalText: i,
|
|
818
821
|
labelWithEditIcon: c,
|
|
819
|
-
onLabelEditClick:
|
|
820
|
-
label:
|
|
822
|
+
onLabelEditClick: p,
|
|
823
|
+
label: d,
|
|
821
824
|
assistiveText: u,
|
|
822
825
|
assistiveWithIcon: $,
|
|
823
826
|
error: y,
|
|
824
827
|
required: _,
|
|
825
828
|
withAsterisk: b,
|
|
826
|
-
id:
|
|
829
|
+
id: P,
|
|
827
830
|
readOnly: O,
|
|
828
831
|
readOnlyComponent: v,
|
|
829
832
|
emptyValueComponent: z,
|
|
830
833
|
readOnlyType: "text",
|
|
831
|
-
readOnlyValue:
|
|
834
|
+
readOnlyValue: A !== void 0 ? A : x,
|
|
832
835
|
readOnlyNativeProps: e,
|
|
833
836
|
activeComponent: (
|
|
834
837
|
/* Naked Input execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
|
|
835
838
|
/* @__PURE__ */ r(
|
|
836
|
-
|
|
839
|
+
Xa,
|
|
837
840
|
{
|
|
838
841
|
ref: a,
|
|
839
842
|
classNames: g,
|
|
840
843
|
disabled: N,
|
|
841
|
-
value:
|
|
842
|
-
defaultValue:
|
|
844
|
+
value: A,
|
|
845
|
+
defaultValue: x,
|
|
843
846
|
wrapperProps: {
|
|
844
847
|
"data-disabled": N ? "true" : void 0,
|
|
845
848
|
"data-error": y ? "true" : void 0
|
|
@@ -852,14 +855,14 @@ const or = "AutoComplete-module__layoutOverride___-K9WL", tr = "AutoComplete-mod
|
|
|
852
855
|
);
|
|
853
856
|
}
|
|
854
857
|
);
|
|
855
|
-
|
|
856
|
-
const
|
|
857
|
-
root:
|
|
858
|
-
iconWrapper:
|
|
859
|
-
textWrapper:
|
|
860
|
-
image:
|
|
861
|
-
placeholder:
|
|
862
|
-
},
|
|
858
|
+
et.displayName = "AutoComplete";
|
|
859
|
+
const pr = "Avatar-module__root___fXu-J", ur = "Avatar-module__iconWrapper___ojly2", mr = "Avatar-module__textWrapper___zp-jD", _r = "Avatar-module__image___ieqGp", yr = "Avatar-module__placeholder___IDW7-", oe = {
|
|
860
|
+
root: pr,
|
|
861
|
+
iconWrapper: ur,
|
|
862
|
+
textWrapper: mr,
|
|
863
|
+
image: _r,
|
|
864
|
+
placeholder: yr
|
|
865
|
+
}, ot = f(function({
|
|
863
866
|
size: e = "default",
|
|
864
867
|
variant: a = "solid",
|
|
865
868
|
icon: t,
|
|
@@ -868,11 +871,11 @@ const lr = "Avatar-module__root___fXu-J", ir = "Avatar-module__iconWrapper___ojl
|
|
|
868
871
|
overStyled: l = !1,
|
|
869
872
|
...i
|
|
870
873
|
}, c) {
|
|
871
|
-
const
|
|
874
|
+
const p = {
|
|
872
875
|
solid: "filled",
|
|
873
876
|
outline: "outline",
|
|
874
877
|
ghost: "transparent"
|
|
875
|
-
},
|
|
878
|
+
}, d = {
|
|
876
879
|
default: "md",
|
|
877
880
|
small: "sm",
|
|
878
881
|
large: "lg"
|
|
@@ -888,15 +891,15 @@ const lr = "Avatar-module__root___fXu-J", ir = "Avatar-module__iconWrapper___ojl
|
|
|
888
891
|
const C = b;
|
|
889
892
|
_.root = C.root ? `${oe.root} ${C.root}` : oe.root, _.image = C.image ? `${oe.image} ${C.image}` : oe.image, _.placeholder = C.placeholder ? `${oe.placeholder} ${C.placeholder}` : oe.placeholder;
|
|
890
893
|
}
|
|
891
|
-
const
|
|
894
|
+
const P = $.className;
|
|
892
895
|
return /* @__PURE__ */ r(
|
|
893
|
-
|
|
896
|
+
Ja,
|
|
894
897
|
{
|
|
895
898
|
ref: c,
|
|
896
|
-
className:
|
|
899
|
+
className: P,
|
|
897
900
|
classNames: _,
|
|
898
|
-
variant:
|
|
899
|
-
size:
|
|
901
|
+
variant: p[a],
|
|
902
|
+
size: d[e],
|
|
900
903
|
src: s,
|
|
901
904
|
"data-variant": a,
|
|
902
905
|
"data-size": e,
|
|
@@ -906,20 +909,20 @@ const lr = "Avatar-module__root___fXu-J", ir = "Avatar-module__iconWrapper___ojl
|
|
|
906
909
|
}
|
|
907
910
|
);
|
|
908
911
|
});
|
|
909
|
-
|
|
910
|
-
const
|
|
911
|
-
root:
|
|
912
|
-
},
|
|
912
|
+
ot.displayName = "Avatar";
|
|
913
|
+
const fr = ee(ot), br = "Badge-module__root___5osNT", ce = {
|
|
914
|
+
root: br
|
|
915
|
+
}, tt = f(function({ variant: e = "primary-color", overStyled: a = !1, ...t }, o) {
|
|
913
916
|
const s = m(t, a), l = {
|
|
914
|
-
root:
|
|
915
|
-
section:
|
|
916
|
-
label:
|
|
917
|
+
root: ce.root,
|
|
918
|
+
section: ce.section,
|
|
919
|
+
label: ce.label
|
|
917
920
|
}, i = s.classNames;
|
|
918
921
|
if (i && typeof i == "object" && !Array.isArray(i)) {
|
|
919
|
-
const
|
|
920
|
-
l.root =
|
|
922
|
+
const d = i;
|
|
923
|
+
l.root = d.root ? `${ce.root} ${d.root}` : ce.root, l.section = d.section ?? ce.section, l.label = d.label ?? ce.label;
|
|
921
924
|
}
|
|
922
|
-
const c = s.className,
|
|
925
|
+
const c = s.className, p = c ? `${ce.root} ${c}` : ce.root;
|
|
923
926
|
return /* @__PURE__ */ r(
|
|
924
927
|
Qa,
|
|
925
928
|
{
|
|
@@ -927,16 +930,16 @@ const ur = ee(et), mr = "Badge-module__root___5osNT", ie = {
|
|
|
927
930
|
variant: "filled",
|
|
928
931
|
"data-variant": e,
|
|
929
932
|
...s,
|
|
930
|
-
className:
|
|
933
|
+
className: p,
|
|
931
934
|
classNames: l
|
|
932
935
|
}
|
|
933
936
|
);
|
|
934
937
|
});
|
|
935
|
-
|
|
936
|
-
const
|
|
937
|
-
root:
|
|
938
|
-
separator:
|
|
939
|
-
},
|
|
938
|
+
tt.displayName = "Badge";
|
|
939
|
+
const Nr = ee(tt), $r = "Breadcrumb-module__root___x-9ln", hr = "Breadcrumb-module__separator___qrUX-", $e = {
|
|
940
|
+
root: $r,
|
|
941
|
+
separator: hr
|
|
942
|
+
}, at = f(
|
|
940
943
|
function({ overStyled: e = !1, separator: a = ">", ...t }, o) {
|
|
941
944
|
const s = m(
|
|
942
945
|
{ separator: a, ...t },
|
|
@@ -946,25 +949,25 @@ const _r = ee(ot), yr = "Breadcrumb-module__root___x-9ln", fr = "Breadcrumb-modu
|
|
|
946
949
|
separator: $e.separator
|
|
947
950
|
}, i = s.classNames;
|
|
948
951
|
if (i && typeof i == "object" && !Array.isArray(i)) {
|
|
949
|
-
const
|
|
950
|
-
l.root =
|
|
952
|
+
const d = i;
|
|
953
|
+
l.root = d.root ? `${$e.root} ${d.root}` : $e.root, l.separator = d.separator ? `${$e.separator} ${d.separator}` : $e.separator;
|
|
951
954
|
}
|
|
952
|
-
const c = s.className,
|
|
955
|
+
const c = s.className, p = c ? `${$e.root} ${c}` : $e.root;
|
|
953
956
|
return /* @__PURE__ */ r(
|
|
954
|
-
|
|
957
|
+
es,
|
|
955
958
|
{
|
|
956
959
|
ref: o,
|
|
957
960
|
...s,
|
|
958
|
-
className:
|
|
961
|
+
className: p,
|
|
959
962
|
classNames: l
|
|
960
963
|
}
|
|
961
964
|
);
|
|
962
965
|
}
|
|
963
966
|
);
|
|
964
|
-
|
|
965
|
-
const
|
|
966
|
-
root:
|
|
967
|
-
},
|
|
967
|
+
at.displayName = "Breadcrumb";
|
|
968
|
+
const vr = "Loader-module__root___6iYOP", Re = {
|
|
969
|
+
root: vr
|
|
970
|
+
}, vo = f(function({ variant: e = "oval", size: a = "default", overStyled: t = !1, ...o }, s) {
|
|
968
971
|
const i = {
|
|
969
972
|
sm: "small",
|
|
970
973
|
md: "default",
|
|
@@ -972,16 +975,16 @@ const br = "Loader-module__root___6iYOP", Me = {
|
|
|
972
975
|
small: "small",
|
|
973
976
|
default: "default",
|
|
974
977
|
large: "large"
|
|
975
|
-
}[a] || "default", c = m(o, t),
|
|
976
|
-
root:
|
|
977
|
-
},
|
|
978
|
-
if (
|
|
979
|
-
const y =
|
|
980
|
-
|
|
978
|
+
}[a] || "default", c = m(o, t), p = {
|
|
979
|
+
root: Re.root
|
|
980
|
+
}, d = c.classNames;
|
|
981
|
+
if (d && typeof d == "object" && !Array.isArray(d)) {
|
|
982
|
+
const y = d;
|
|
983
|
+
p.root = y.root ? `${Re.root} ${y.root}` : Re.root;
|
|
981
984
|
}
|
|
982
|
-
const u = c.className, $ = u ? `${
|
|
985
|
+
const u = c.className, $ = u ? `${Re.root} ${u}` : Re.root;
|
|
983
986
|
return /* @__PURE__ */ r(
|
|
984
|
-
|
|
987
|
+
os,
|
|
985
988
|
{
|
|
986
989
|
ref: s,
|
|
987
990
|
type: e,
|
|
@@ -989,23 +992,23 @@ const br = "Loader-module__root___6iYOP", Me = {
|
|
|
989
992
|
"data-size": i,
|
|
990
993
|
...c,
|
|
991
994
|
className: $,
|
|
992
|
-
classNames:
|
|
995
|
+
classNames: p
|
|
993
996
|
}
|
|
994
997
|
);
|
|
995
998
|
});
|
|
996
|
-
|
|
997
|
-
const
|
|
998
|
-
root:
|
|
999
|
-
loader:
|
|
1000
|
-
label:
|
|
1001
|
-
labelText:
|
|
1002
|
-
iconWrapper:
|
|
1003
|
-
section:
|
|
999
|
+
vo.displayName = "Loader";
|
|
1000
|
+
const Cr = "Button-module__root___Q2R8-", Pr = "Button-module__loader___X-9u-", Tr = "Button-module__label___UJ3Zt", wr = "Button-module__labelText___rFV5p", gr = "Button-module__iconWrapper___uEKPa", Sr = "Button-module__section___f2mKr", Q = {
|
|
1001
|
+
root: Cr,
|
|
1002
|
+
loader: Pr,
|
|
1003
|
+
label: Tr,
|
|
1004
|
+
labelText: wr,
|
|
1005
|
+
iconWrapper: gr,
|
|
1006
|
+
section: Sr
|
|
1004
1007
|
};
|
|
1005
|
-
function
|
|
1008
|
+
function xr(n) {
|
|
1006
1009
|
return n == null || n === "" ? !1 : typeof n == "string" ? n.trim() !== "" : !0;
|
|
1007
1010
|
}
|
|
1008
|
-
const
|
|
1011
|
+
const st = f(function({
|
|
1009
1012
|
variant: e = "solid",
|
|
1010
1013
|
size: a = "default",
|
|
1011
1014
|
icon: t,
|
|
@@ -1014,8 +1017,8 @@ const at = f(function({
|
|
|
1014
1017
|
loaderVariant: l = "oval",
|
|
1015
1018
|
loaderSize: i,
|
|
1016
1019
|
useRecursicaLoader: c = !0,
|
|
1017
|
-
...
|
|
1018
|
-
},
|
|
1020
|
+
...p
|
|
1021
|
+
}, d) {
|
|
1019
1022
|
const u = {
|
|
1020
1023
|
solid: "filled",
|
|
1021
1024
|
outline: "outline",
|
|
@@ -1023,57 +1026,57 @@ const at = f(function({
|
|
|
1023
1026
|
}, $ = {
|
|
1024
1027
|
default: "md",
|
|
1025
1028
|
small: "sm"
|
|
1026
|
-
}, y = m(
|
|
1029
|
+
}, y = m(p, s), _ = y;
|
|
1027
1030
|
delete _.fullWidth;
|
|
1028
|
-
const b = !!t || !!_.leftSection,
|
|
1031
|
+
const b = !!t || !!_.leftSection, P = !!_.rightSection, C = xr(o), h = (b || P) && !C;
|
|
1029
1032
|
let N = "label";
|
|
1030
|
-
h ? N = "icon-only" : (b ||
|
|
1033
|
+
h ? N = "icon-only" : (b || P) && (N = "icon-label"), typeof process < "u" && process.env.NODE_ENV !== "production" && h && !_["aria-label"] && console.warn(
|
|
1031
1034
|
'[Recursica Button] Icon-only buttons must provide an accessible name. Pass aria-label (e.g. aria-label="Submit").'
|
|
1032
1035
|
);
|
|
1033
1036
|
const O = {
|
|
1034
|
-
root:
|
|
1035
|
-
section:
|
|
1036
|
-
label:
|
|
1037
|
-
loader:
|
|
1037
|
+
root: Q.root,
|
|
1038
|
+
section: Q.section,
|
|
1039
|
+
label: Q.label,
|
|
1040
|
+
loader: Q.loader
|
|
1038
1041
|
}, v = _.classNames;
|
|
1039
1042
|
if (v && typeof v == "object" && !Array.isArray(v)) {
|
|
1040
1043
|
const w = v;
|
|
1041
|
-
O.root = w.root ? `${
|
|
1044
|
+
O.root = w.root ? `${Q.root} ${w.root}` : Q.root, O.section = w.section ?? Q.section, O.label = w.label ?? Q.label;
|
|
1042
1045
|
}
|
|
1043
|
-
const z = _.className,
|
|
1044
|
-
let W =
|
|
1046
|
+
const z = _.className, A = z ? `${Q.root} ${z}` : Q.root, x = _.loaderProps, L = i ?? (a === "small" ? "small" : "default");
|
|
1047
|
+
let W = x;
|
|
1045
1048
|
return c && (W = {
|
|
1046
|
-
children: /* @__PURE__ */ r(
|
|
1047
|
-
...
|
|
1049
|
+
children: /* @__PURE__ */ r(vo, { variant: l, size: L }),
|
|
1050
|
+
...x
|
|
1048
1051
|
}), /* @__PURE__ */ r(
|
|
1049
|
-
|
|
1052
|
+
ts,
|
|
1050
1053
|
{
|
|
1051
|
-
ref:
|
|
1052
|
-
className:
|
|
1054
|
+
ref: d,
|
|
1055
|
+
className: A,
|
|
1053
1056
|
classNames: O,
|
|
1054
1057
|
variant: u[e],
|
|
1055
1058
|
size: $[a],
|
|
1056
1059
|
loaderProps: W,
|
|
1057
|
-
leftSection: t != null ? /* @__PURE__ */ r("span", { className:
|
|
1060
|
+
leftSection: t != null ? /* @__PURE__ */ r("span", { className: Q.iconWrapper, "aria-hidden": !0, children: t }) : void 0,
|
|
1058
1061
|
"data-variant": e,
|
|
1059
1062
|
"data-size": a,
|
|
1060
1063
|
"data-content": N,
|
|
1061
1064
|
...y,
|
|
1062
1065
|
disabled: !!_.disabled || !!_.loading,
|
|
1063
|
-
children: /* @__PURE__ */ r("span", { className:
|
|
1066
|
+
children: /* @__PURE__ */ r("span", { className: Q.labelText, children: o })
|
|
1064
1067
|
}
|
|
1065
1068
|
);
|
|
1066
1069
|
});
|
|
1067
|
-
|
|
1068
|
-
const
|
|
1069
|
-
|
|
1070
|
-
),
|
|
1071
|
-
root:
|
|
1072
|
-
header:
|
|
1073
|
-
footer:
|
|
1074
|
-
section:
|
|
1075
|
-
content:
|
|
1076
|
-
},
|
|
1070
|
+
st.displayName = "Button";
|
|
1071
|
+
const Ar = ee(
|
|
1072
|
+
st
|
|
1073
|
+
), Or = "Card-module__root___c9KvZ", Lr = "Card-module__header___PTXf2", Wr = "Card-module__footer___Mu-JC", Ir = "Card-module__section___BRT8H", kr = "Card-module__content___oFIQa", ue = {
|
|
1074
|
+
root: Or,
|
|
1075
|
+
header: Lr,
|
|
1076
|
+
footer: Wr,
|
|
1077
|
+
section: Ir,
|
|
1078
|
+
content: kr
|
|
1079
|
+
}, rt = f(function({ overStyled: e = !1, ...a }, t) {
|
|
1077
1080
|
const o = m(a, e);
|
|
1078
1081
|
[
|
|
1079
1082
|
"flex",
|
|
@@ -1083,21 +1086,21 @@ const wr = ee(
|
|
|
1083
1086
|
"grow",
|
|
1084
1087
|
"h",
|
|
1085
1088
|
"height"
|
|
1086
|
-
].forEach((
|
|
1087
|
-
|
|
1089
|
+
].forEach((p) => {
|
|
1090
|
+
p in a && !(p in o) && (o[p] = a[p]);
|
|
1088
1091
|
});
|
|
1089
1092
|
const l = {
|
|
1090
1093
|
root: ue.root
|
|
1091
1094
|
}, i = o.classNames;
|
|
1092
1095
|
if (i && typeof i == "object" && !Array.isArray(i)) {
|
|
1093
|
-
const
|
|
1094
|
-
Object.keys(
|
|
1095
|
-
l[
|
|
1096
|
+
const p = i;
|
|
1097
|
+
Object.keys(p).forEach((d) => {
|
|
1098
|
+
l[d] ? l[d] = `${l[d]} ${p[d]}` : l[d] = p[d];
|
|
1096
1099
|
});
|
|
1097
1100
|
}
|
|
1098
1101
|
const c = o.className;
|
|
1099
1102
|
return /* @__PURE__ */ r(
|
|
1100
|
-
|
|
1103
|
+
oo,
|
|
1101
1104
|
{
|
|
1102
1105
|
ref: t,
|
|
1103
1106
|
className: c,
|
|
@@ -1106,12 +1109,12 @@ const wr = ee(
|
|
|
1106
1109
|
}
|
|
1107
1110
|
);
|
|
1108
1111
|
});
|
|
1109
|
-
|
|
1110
|
-
const
|
|
1112
|
+
rt.displayName = "Card";
|
|
1113
|
+
const nt = f(
|
|
1111
1114
|
function({ overStyled: e = !1, ...a }, t) {
|
|
1112
1115
|
const o = m(a, e), s = o.className;
|
|
1113
1116
|
return /* @__PURE__ */ r(
|
|
1114
|
-
|
|
1117
|
+
oo.Section,
|
|
1115
1118
|
{
|
|
1116
1119
|
ref: t,
|
|
1117
1120
|
className: s ? `${ue.section} ${s}` : ue.section,
|
|
@@ -1120,12 +1123,12 @@ const rt = f(
|
|
|
1120
1123
|
);
|
|
1121
1124
|
}
|
|
1122
1125
|
);
|
|
1123
|
-
|
|
1124
|
-
const
|
|
1126
|
+
nt.displayName = "CardSection";
|
|
1127
|
+
const lt = f(
|
|
1125
1128
|
function({ overStyled: e = !1, ...a }, t) {
|
|
1126
1129
|
const o = m(a, e), s = o.className;
|
|
1127
1130
|
return /* @__PURE__ */ r(
|
|
1128
|
-
|
|
1131
|
+
oo.Section,
|
|
1129
1132
|
{
|
|
1130
1133
|
ref: t,
|
|
1131
1134
|
className: s ? `${ue.header} ${s}` : ue.header,
|
|
@@ -1134,12 +1137,12 @@ const nt = f(
|
|
|
1134
1137
|
);
|
|
1135
1138
|
}
|
|
1136
1139
|
);
|
|
1137
|
-
|
|
1138
|
-
const
|
|
1140
|
+
lt.displayName = "CardHeader";
|
|
1141
|
+
const it = f(
|
|
1139
1142
|
function({ overStyled: e = !1, ...a }, t) {
|
|
1140
1143
|
const o = m(a, e), s = o.className;
|
|
1141
1144
|
return /* @__PURE__ */ r(
|
|
1142
|
-
|
|
1145
|
+
oo.Section,
|
|
1143
1146
|
{
|
|
1144
1147
|
ref: t,
|
|
1145
1148
|
className: s ? `${ue.footer} ${s}` : ue.footer,
|
|
@@ -1148,8 +1151,8 @@ const lt = f(
|
|
|
1148
1151
|
);
|
|
1149
1152
|
}
|
|
1150
1153
|
);
|
|
1151
|
-
|
|
1152
|
-
const
|
|
1154
|
+
it.displayName = "CardFooter";
|
|
1155
|
+
const ct = f(
|
|
1153
1156
|
function({ overStyled: e = !1, ...a }, t) {
|
|
1154
1157
|
const o = m(a, e), s = o.className;
|
|
1155
1158
|
return /* @__PURE__ */ r(
|
|
@@ -1162,22 +1165,22 @@ const it = f(
|
|
|
1162
1165
|
);
|
|
1163
1166
|
}
|
|
1164
1167
|
);
|
|
1165
|
-
|
|
1166
|
-
const
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
const
|
|
1172
|
-
groupRoot:
|
|
1173
|
-
root:
|
|
1174
|
-
body:
|
|
1175
|
-
inner:
|
|
1176
|
-
input:
|
|
1177
|
-
icon:
|
|
1178
|
-
labelWrapper:
|
|
1179
|
-
label:
|
|
1180
|
-
},
|
|
1168
|
+
ct.displayName = "CardContent";
|
|
1169
|
+
const dt = ee(rt), no = dt;
|
|
1170
|
+
no.Section = nt;
|
|
1171
|
+
no.Header = lt;
|
|
1172
|
+
no.Footer = it;
|
|
1173
|
+
no.Content = ct;
|
|
1174
|
+
const zr = dt, Mr = "Checkbox-module__groupRoot___cBS0o", Rr = "Checkbox-module__root___mY3qk", Br = "Checkbox-module__body___5yC7q", Er = "Checkbox-module__inner___rTke4", Fr = "Checkbox-module__input___2kt-h", Vr = "Checkbox-module__icon___-O7i6", Dr = "Checkbox-module__labelWrapper___GpZkr", Gr = "Checkbox-module__label___cwRtI", E = {
|
|
1175
|
+
groupRoot: Mr,
|
|
1176
|
+
root: Rr,
|
|
1177
|
+
body: Br,
|
|
1178
|
+
inner: Er,
|
|
1179
|
+
input: Fr,
|
|
1180
|
+
icon: Vr,
|
|
1181
|
+
labelWrapper: Dr,
|
|
1182
|
+
label: Gr
|
|
1183
|
+
}, Co = f(
|
|
1181
1184
|
function(e, a) {
|
|
1182
1185
|
const {
|
|
1183
1186
|
overStyled: t = !1,
|
|
@@ -1187,23 +1190,23 @@ const Lr = ct, Wr = "Checkbox-module__groupRoot___cBS0o", Ir = "Checkbox-module_
|
|
|
1187
1190
|
labelAlignment: l,
|
|
1188
1191
|
labelOptionalText: i,
|
|
1189
1192
|
labelWithEditIcon: c,
|
|
1190
|
-
onLabelEditClick:
|
|
1193
|
+
onLabelEditClick: p,
|
|
1191
1194
|
// Base Mantine Extracted Attributes
|
|
1192
|
-
label:
|
|
1195
|
+
label: d,
|
|
1193
1196
|
description: u,
|
|
1194
1197
|
assistiveText: $,
|
|
1195
1198
|
assistiveWithIcon: y,
|
|
1196
1199
|
error: _,
|
|
1197
1200
|
required: b,
|
|
1198
|
-
withAsterisk:
|
|
1201
|
+
withAsterisk: P,
|
|
1199
1202
|
id: C,
|
|
1200
1203
|
className: h,
|
|
1201
1204
|
style: N,
|
|
1202
1205
|
children: O,
|
|
1203
1206
|
readOnly: v,
|
|
1204
1207
|
readOnlyComponent: z,
|
|
1205
|
-
emptyValueComponent:
|
|
1206
|
-
value:
|
|
1208
|
+
emptyValueComponent: A,
|
|
1209
|
+
value: x,
|
|
1207
1210
|
defaultValue: L,
|
|
1208
1211
|
...W
|
|
1209
1212
|
} = e, w = m(W, t), g = w;
|
|
@@ -1221,20 +1224,20 @@ const Lr = ct, Wr = "Checkbox-module__groupRoot___cBS0o", Ir = "Checkbox-module_
|
|
|
1221
1224
|
labelAlignment: l,
|
|
1222
1225
|
labelOptionalText: i,
|
|
1223
1226
|
labelWithEditIcon: c,
|
|
1224
|
-
onLabelEditClick:
|
|
1225
|
-
label:
|
|
1227
|
+
onLabelEditClick: p,
|
|
1228
|
+
label: d,
|
|
1226
1229
|
description: u,
|
|
1227
1230
|
assistiveText: $,
|
|
1228
1231
|
assistiveWithIcon: y,
|
|
1229
1232
|
error: _,
|
|
1230
1233
|
required: b,
|
|
1231
|
-
withAsterisk:
|
|
1234
|
+
withAsterisk: P,
|
|
1232
1235
|
id: C,
|
|
1233
1236
|
readOnly: v && !!z,
|
|
1234
1237
|
readOnlyComponent: z,
|
|
1235
|
-
emptyValueComponent:
|
|
1238
|
+
emptyValueComponent: A,
|
|
1236
1239
|
readOnlyType: "text",
|
|
1237
|
-
readOnlyValue:
|
|
1240
|
+
readOnlyValue: x !== void 0 ? x : L,
|
|
1238
1241
|
readOnlyNativeProps: e,
|
|
1239
1242
|
activeComponent: /* @__PURE__ */ r(
|
|
1240
1243
|
Ho.Group,
|
|
@@ -1242,7 +1245,7 @@ const Lr = ct, Wr = "Checkbox-module__groupRoot___cBS0o", Ir = "Checkbox-module_
|
|
|
1242
1245
|
ref: a,
|
|
1243
1246
|
...w,
|
|
1244
1247
|
disabled: v || g.disabled,
|
|
1245
|
-
value:
|
|
1248
|
+
value: x,
|
|
1246
1249
|
defaultValue: L,
|
|
1247
1250
|
children: /* @__PURE__ */ r("div", { className: E.groupRoot, "data-layout": o, children: O })
|
|
1248
1251
|
}
|
|
@@ -1251,8 +1254,8 @@ const Lr = ct, Wr = "Checkbox-module__groupRoot___cBS0o", Ir = "Checkbox-module_
|
|
|
1251
1254
|
);
|
|
1252
1255
|
}
|
|
1253
1256
|
);
|
|
1254
|
-
|
|
1255
|
-
const
|
|
1257
|
+
Co.displayName = "CheckboxGroup";
|
|
1258
|
+
const Po = f(
|
|
1256
1259
|
function(e, a) {
|
|
1257
1260
|
const {
|
|
1258
1261
|
overStyled: t = !1,
|
|
@@ -1261,8 +1264,8 @@ const Co = f(
|
|
|
1261
1264
|
disabled: l,
|
|
1262
1265
|
formLayout: i,
|
|
1263
1266
|
labelSize: c,
|
|
1264
|
-
controlMaxWidth:
|
|
1265
|
-
controlMinWidth:
|
|
1267
|
+
controlMaxWidth: p,
|
|
1268
|
+
controlMinWidth: d,
|
|
1266
1269
|
...u
|
|
1267
1270
|
} = e, $ = m(u, t), y = $;
|
|
1268
1271
|
delete y.size, delete y.color, delete y.radius, delete y.variant, delete y.iconColor;
|
|
@@ -1279,7 +1282,7 @@ const Co = f(
|
|
|
1279
1282
|
const N = b;
|
|
1280
1283
|
_.root = N.root ? `${E.root} ${N.root}` : E.root, _.body = N.body ? `${E.body} ${N.body}` : E.body, _.inner = N.inner ? `${E.inner} ${N.inner}` : E.inner, _.input = N.input ? `${E.input} ${N.input}` : E.input, _.icon = N.icon ? `${E.icon} ${N.icon}` : E.icon, _.labelWrapper = N.labelWrapper ? `${E.labelWrapper} ${N.labelWrapper}` : E.labelWrapper, _.label = N.label ? `${E.label} ${N.label}` : E.label;
|
|
1281
1284
|
}
|
|
1282
|
-
const
|
|
1285
|
+
const P = y.className, C = P ? `${E.root} ${P}` : E.root;
|
|
1283
1286
|
if (o && s) {
|
|
1284
1287
|
const N = !!(y.checked ?? y.defaultChecked), v = /* @__PURE__ */ r(
|
|
1285
1288
|
s,
|
|
@@ -1294,11 +1297,11 @@ const Co = f(
|
|
|
1294
1297
|
{
|
|
1295
1298
|
formLayout: i,
|
|
1296
1299
|
labelSize: c,
|
|
1297
|
-
controlMaxWidth:
|
|
1298
|
-
controlMinWidth:
|
|
1300
|
+
controlMaxWidth: p,
|
|
1301
|
+
controlMinWidth: d,
|
|
1299
1302
|
children: v
|
|
1300
1303
|
}
|
|
1301
|
-
) : /* @__PURE__ */ r(
|
|
1304
|
+
) : /* @__PURE__ */ r(ze, { children: v });
|
|
1302
1305
|
}
|
|
1303
1306
|
const h = /* @__PURE__ */ r(
|
|
1304
1307
|
Ho,
|
|
@@ -1315,25 +1318,25 @@ const Co = f(
|
|
|
1315
1318
|
{
|
|
1316
1319
|
formLayout: i,
|
|
1317
1320
|
labelSize: c,
|
|
1318
|
-
controlMaxWidth:
|
|
1319
|
-
controlMinWidth:
|
|
1321
|
+
controlMaxWidth: p,
|
|
1322
|
+
controlMinWidth: d,
|
|
1320
1323
|
children: h
|
|
1321
1324
|
}
|
|
1322
1325
|
) : h;
|
|
1323
1326
|
}
|
|
1324
1327
|
);
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
const
|
|
1328
|
-
root:
|
|
1329
|
-
label:
|
|
1330
|
-
mantineIconWrapper:
|
|
1331
|
-
innerWrapper:
|
|
1332
|
-
children:
|
|
1333
|
-
leadingIcon:
|
|
1334
|
-
removeIcon:
|
|
1328
|
+
Po.displayName = "Checkbox";
|
|
1329
|
+
Po.Group = Co;
|
|
1330
|
+
const jr = "Chip-module__root___f5pFk", Hr = "Chip-module__label___Ov9pg", qr = "Chip-module__mantineIconWrapper___KLSz6", Ur = "Chip-module__innerWrapper___EnrTF", Yr = "Chip-module__children___zbRAR", Kr = "Chip-module__leadingIcon___JBtjQ", Zr = "Chip-module__removeIcon___pVju-", q = {
|
|
1331
|
+
root: jr,
|
|
1332
|
+
label: Hr,
|
|
1333
|
+
mantineIconWrapper: qr,
|
|
1334
|
+
innerWrapper: Ur,
|
|
1335
|
+
children: Yr,
|
|
1336
|
+
leadingIcon: Kr,
|
|
1337
|
+
removeIcon: Zr
|
|
1335
1338
|
};
|
|
1336
|
-
function
|
|
1339
|
+
function Xr(n) {
|
|
1337
1340
|
return /* @__PURE__ */ V(
|
|
1338
1341
|
"svg",
|
|
1339
1342
|
{
|
|
@@ -1354,7 +1357,7 @@ function Ur(n) {
|
|
|
1354
1357
|
}
|
|
1355
1358
|
);
|
|
1356
1359
|
}
|
|
1357
|
-
const
|
|
1360
|
+
const pt = f(function({
|
|
1358
1361
|
error: e = !1,
|
|
1359
1362
|
icon: a,
|
|
1360
1363
|
onRemove: t,
|
|
@@ -1363,28 +1366,28 @@ const dt = f(function({
|
|
|
1363
1366
|
overStyled: l = !1,
|
|
1364
1367
|
...i
|
|
1365
1368
|
}, c) {
|
|
1366
|
-
const
|
|
1369
|
+
const p = m(i, l), d = p, u = {
|
|
1367
1370
|
root: q.root,
|
|
1368
1371
|
label: q.label,
|
|
1369
1372
|
input: q.input,
|
|
1370
1373
|
iconWrapper: q.mantineIconWrapper,
|
|
1371
1374
|
checkIcon: q.checkIcon
|
|
1372
|
-
}, $ =
|
|
1375
|
+
}, $ = d.classNames;
|
|
1373
1376
|
if ($ && typeof $ == "object" && !Array.isArray($)) {
|
|
1374
1377
|
const h = $;
|
|
1375
1378
|
u.root = h.root ? `${q.root} ${h.root}` : q.root, u.label = h.label ? `${q.label} ${h.label}` : q.label;
|
|
1376
1379
|
}
|
|
1377
|
-
const y =
|
|
1380
|
+
const y = d.className, _ = y ? `${q.root} ${y}` : q.root, b = e ? "" : void 0, P = !s && (!!a || !!t), C = d.checked !== void 0 || d.defaultChecked !== void 0 || t !== void 0 || d.onClick !== void 0;
|
|
1378
1381
|
return /* @__PURE__ */ r(
|
|
1379
|
-
|
|
1382
|
+
as,
|
|
1380
1383
|
{
|
|
1381
1384
|
ref: c,
|
|
1382
1385
|
className: _,
|
|
1383
1386
|
classNames: u,
|
|
1384
1387
|
wrapperProps: b !== void 0 ? { "data-error": "" } : void 0,
|
|
1385
|
-
...
|
|
1388
|
+
...P ? { "data-icon-only": "" } : {},
|
|
1386
1389
|
...C ? {} : { tabIndex: -1, "aria-hidden": !0 },
|
|
1387
|
-
...
|
|
1390
|
+
...p,
|
|
1388
1391
|
children: /* @__PURE__ */ V("span", { className: q.innerWrapper, children: [
|
|
1389
1392
|
a && /* @__PURE__ */ r("span", { className: q.leadingIcon, "aria-hidden": !0, children: a }),
|
|
1390
1393
|
/* @__PURE__ */ r("span", { className: q.children, children: s }),
|
|
@@ -1403,17 +1406,17 @@ const dt = f(function({
|
|
|
1403
1406
|
));
|
|
1404
1407
|
},
|
|
1405
1408
|
tabIndex: 0,
|
|
1406
|
-
children: /* @__PURE__ */ r(
|
|
1409
|
+
children: /* @__PURE__ */ r(Xr, {})
|
|
1407
1410
|
}
|
|
1408
1411
|
)
|
|
1409
1412
|
] })
|
|
1410
1413
|
}
|
|
1411
1414
|
);
|
|
1412
1415
|
});
|
|
1413
|
-
|
|
1414
|
-
const
|
|
1415
|
-
root:
|
|
1416
|
-
},
|
|
1416
|
+
pt.displayName = "Chip";
|
|
1417
|
+
const Jr = "Container-module__root___UVssr", Be = {
|
|
1418
|
+
root: Jr
|
|
1419
|
+
}, ut = f(
|
|
1417
1420
|
function({ children: e, size: a, ...t }, o) {
|
|
1418
1421
|
const s = {
|
|
1419
1422
|
"rec-sm": "sm",
|
|
@@ -1423,19 +1426,19 @@ const Yr = "Container-module__root___UVssr", Re = {
|
|
|
1423
1426
|
"rec-xl": "xl",
|
|
1424
1427
|
"rec-2xl": "xl"
|
|
1425
1428
|
}, l = typeof a == "string" && s[a] ? s[a] : a, i = {
|
|
1426
|
-
root:
|
|
1429
|
+
root: Be.root
|
|
1427
1430
|
}, c = t.classNames;
|
|
1428
1431
|
if (c && typeof c == "object" && !Array.isArray(c)) {
|
|
1429
1432
|
const u = c;
|
|
1430
|
-
i.root = u.root ? `${
|
|
1433
|
+
i.root = u.root ? `${Be.root} ${u.root}` : Be.root;
|
|
1431
1434
|
}
|
|
1432
|
-
const
|
|
1435
|
+
const p = t.className, d = p ? `${Be.root} ${p}` : Be.root;
|
|
1433
1436
|
return /* @__PURE__ */ r(
|
|
1434
|
-
|
|
1437
|
+
ss,
|
|
1435
1438
|
{
|
|
1436
1439
|
ref: o,
|
|
1437
1440
|
size: l,
|
|
1438
|
-
className:
|
|
1441
|
+
className: d,
|
|
1439
1442
|
classNames: i,
|
|
1440
1443
|
...t,
|
|
1441
1444
|
children: e
|
|
@@ -1443,16 +1446,16 @@ const Yr = "Container-module__root___UVssr", Re = {
|
|
|
1443
1446
|
);
|
|
1444
1447
|
}
|
|
1445
1448
|
);
|
|
1446
|
-
|
|
1447
|
-
const
|
|
1448
|
-
layoutOverride:
|
|
1449
|
-
root:
|
|
1450
|
-
input:
|
|
1451
|
-
section:
|
|
1452
|
-
dropdown:
|
|
1453
|
-
calendarHeader:
|
|
1454
|
-
day:
|
|
1455
|
-
},
|
|
1449
|
+
ut.displayName = "Container";
|
|
1450
|
+
const Qr = "DatePicker-module__layoutOverride___X9yaM", en = "DatePicker-module__root___6XvRT", on = "DatePicker-module__input___pcSW8", tn = "DatePicker-module__section___n3iWA", an = "DatePicker-module__dropdown___wjt08", sn = "DatePicker-module__calendarHeader___KHxno", rn = "DatePicker-module__day___U03J2", K = {
|
|
1451
|
+
layoutOverride: Qr,
|
|
1452
|
+
root: en,
|
|
1453
|
+
input: on,
|
|
1454
|
+
section: tn,
|
|
1455
|
+
dropdown: an,
|
|
1456
|
+
calendarHeader: sn,
|
|
1457
|
+
day: rn
|
|
1458
|
+
}, mt = f(
|
|
1456
1459
|
function(e, a) {
|
|
1457
1460
|
const {
|
|
1458
1461
|
overStyled: t = !1,
|
|
@@ -1462,39 +1465,39 @@ const Zr = "DatePicker-module__layoutOverride___X9yaM", Kr = "DatePicker-module_
|
|
|
1462
1465
|
labelAlignment: l,
|
|
1463
1466
|
labelOptionalText: i,
|
|
1464
1467
|
labelWithEditIcon: c,
|
|
1465
|
-
onLabelEditClick:
|
|
1466
|
-
label:
|
|
1468
|
+
onLabelEditClick: p,
|
|
1469
|
+
label: d,
|
|
1467
1470
|
assistiveText: u,
|
|
1468
1471
|
assistiveWithIcon: $,
|
|
1469
1472
|
error: y,
|
|
1470
1473
|
required: _,
|
|
1471
1474
|
withAsterisk: b,
|
|
1472
|
-
id:
|
|
1475
|
+
id: P,
|
|
1473
1476
|
className: C,
|
|
1474
1477
|
style: h,
|
|
1475
1478
|
disabled: N,
|
|
1476
1479
|
readOnly: O,
|
|
1477
1480
|
readOnlyComponent: v,
|
|
1478
1481
|
emptyValueComponent: z,
|
|
1479
|
-
value:
|
|
1480
|
-
defaultValue:
|
|
1482
|
+
value: A,
|
|
1483
|
+
defaultValue: x,
|
|
1481
1484
|
...L
|
|
1482
1485
|
} = e, W = m(L, t), w = W;
|
|
1483
1486
|
delete w.size, delete w.variant, delete w.radius, delete w.description;
|
|
1484
1487
|
const g = {
|
|
1485
|
-
wrapper:
|
|
1488
|
+
wrapper: K.root,
|
|
1486
1489
|
// The nested Input internal relative wrapper bounding box
|
|
1487
|
-
input:
|
|
1488
|
-
section:
|
|
1489
|
-
dropdown:
|
|
1490
|
-
day:
|
|
1491
|
-
calendarHeader:
|
|
1490
|
+
input: K.input,
|
|
1491
|
+
section: K.section,
|
|
1492
|
+
dropdown: K.dropdown,
|
|
1493
|
+
day: K.day,
|
|
1494
|
+
calendarHeader: K.calendarHeader
|
|
1492
1495
|
}, I = w.classNames;
|
|
1493
1496
|
if (I && typeof I == "object" && !Array.isArray(I)) {
|
|
1494
1497
|
const S = I;
|
|
1495
|
-
g.wrapper = S.wrapper ? `${
|
|
1498
|
+
g.wrapper = S.wrapper ? `${K.root} ${S.wrapper}` : K.root, g.input = S.input ? `${K.input} ${S.input}` : K.input, g.section = S.section ? `${K.section} ${S.section}` : K.section;
|
|
1496
1499
|
}
|
|
1497
|
-
const R = C ? `${
|
|
1500
|
+
const R = C ? `${K.layoutOverride} ${C}` : K.layoutOverride;
|
|
1498
1501
|
return /* @__PURE__ */ r(
|
|
1499
1502
|
ae,
|
|
1500
1503
|
{
|
|
@@ -1508,30 +1511,30 @@ const Zr = "DatePicker-module__layoutOverride___X9yaM", Kr = "DatePicker-module_
|
|
|
1508
1511
|
labelAlignment: l,
|
|
1509
1512
|
labelOptionalText: i,
|
|
1510
1513
|
labelWithEditIcon: c,
|
|
1511
|
-
onLabelEditClick:
|
|
1512
|
-
label:
|
|
1514
|
+
onLabelEditClick: p,
|
|
1515
|
+
label: d,
|
|
1513
1516
|
assistiveText: u,
|
|
1514
1517
|
assistiveWithIcon: $,
|
|
1515
1518
|
error: y,
|
|
1516
1519
|
required: _,
|
|
1517
1520
|
withAsterisk: b,
|
|
1518
|
-
id:
|
|
1521
|
+
id: P,
|
|
1519
1522
|
readOnly: O,
|
|
1520
1523
|
readOnlyComponent: v,
|
|
1521
1524
|
emptyValueComponent: z,
|
|
1522
1525
|
readOnlyType: "text",
|
|
1523
|
-
readOnlyValue:
|
|
1526
|
+
readOnlyValue: A !== void 0 ? String(A) : x ? String(x) : void 0,
|
|
1524
1527
|
readOnlyNativeProps: e,
|
|
1525
1528
|
activeComponent: (
|
|
1526
1529
|
/* Naked Input execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
|
|
1527
1530
|
/* @__PURE__ */ r(
|
|
1528
|
-
|
|
1531
|
+
Ts,
|
|
1529
1532
|
{
|
|
1530
1533
|
ref: a,
|
|
1531
1534
|
classNames: g,
|
|
1532
1535
|
disabled: N,
|
|
1533
|
-
value:
|
|
1534
|
-
defaultValue:
|
|
1536
|
+
value: A,
|
|
1537
|
+
defaultValue: x,
|
|
1535
1538
|
label: void 0,
|
|
1536
1539
|
description: void 0,
|
|
1537
1540
|
error: void 0,
|
|
@@ -1548,15 +1551,15 @@ const Zr = "DatePicker-module__layoutOverride___X9yaM", Kr = "DatePicker-module_
|
|
|
1548
1551
|
);
|
|
1549
1552
|
}
|
|
1550
1553
|
);
|
|
1551
|
-
|
|
1552
|
-
const
|
|
1553
|
-
layoutOverride:
|
|
1554
|
-
root:
|
|
1555
|
-
input:
|
|
1556
|
-
section:
|
|
1557
|
-
dropdown:
|
|
1558
|
-
option:
|
|
1559
|
-
},
|
|
1554
|
+
mt.displayName = "DatePicker";
|
|
1555
|
+
const nn = "Dropdown-module__layoutOverride___FNcvP", ln = "Dropdown-module__root___uVyL0", cn = "Dropdown-module__input___dK4dN", dn = "Dropdown-module__section___j3MRB", pn = "Dropdown-module__dropdown___gG-Sw", un = "Dropdown-module__option___nAGU-", j = {
|
|
1556
|
+
layoutOverride: nn,
|
|
1557
|
+
root: ln,
|
|
1558
|
+
input: cn,
|
|
1559
|
+
section: dn,
|
|
1560
|
+
dropdown: pn,
|
|
1561
|
+
option: un
|
|
1562
|
+
}, _t = f(
|
|
1560
1563
|
function(e, a) {
|
|
1561
1564
|
const {
|
|
1562
1565
|
overStyled: t = !1,
|
|
@@ -1566,22 +1569,22 @@ const tn = "Dropdown-module__layoutOverride___FNcvP", an = "Dropdown-module__roo
|
|
|
1566
1569
|
labelSize: l,
|
|
1567
1570
|
labelAlignment: i,
|
|
1568
1571
|
labelOptionalText: c,
|
|
1569
|
-
labelWithEditIcon:
|
|
1570
|
-
onLabelEditClick:
|
|
1572
|
+
labelWithEditIcon: p,
|
|
1573
|
+
onLabelEditClick: d,
|
|
1571
1574
|
label: u,
|
|
1572
1575
|
assistiveText: $,
|
|
1573
1576
|
assistiveWithIcon: y,
|
|
1574
1577
|
error: _,
|
|
1575
1578
|
required: b,
|
|
1576
|
-
withAsterisk:
|
|
1579
|
+
withAsterisk: P,
|
|
1577
1580
|
id: C,
|
|
1578
1581
|
className: h,
|
|
1579
1582
|
style: N,
|
|
1580
1583
|
disabled: O,
|
|
1581
1584
|
readOnly: v,
|
|
1582
1585
|
readOnlyComponent: z,
|
|
1583
|
-
emptyValueComponent:
|
|
1584
|
-
value:
|
|
1586
|
+
emptyValueComponent: A,
|
|
1587
|
+
value: x,
|
|
1585
1588
|
defaultValue: L,
|
|
1586
1589
|
data: W,
|
|
1587
1590
|
...w
|
|
@@ -1608,37 +1611,37 @@ const tn = "Dropdown-module__layoutOverride___FNcvP", an = "Dropdown-module__roo
|
|
|
1608
1611
|
{
|
|
1609
1612
|
className: we,
|
|
1610
1613
|
style: Te,
|
|
1611
|
-
controlMaxWidth: "var(--
|
|
1612
|
-
controlMinWidth: "var(--
|
|
1614
|
+
controlMaxWidth: "var(--dropdown-control-max-width)",
|
|
1615
|
+
controlMinWidth: "var(--dropdown-control-min-width)",
|
|
1613
1616
|
overStyled: t,
|
|
1614
1617
|
formLayout: o,
|
|
1615
1618
|
labelSize: l,
|
|
1616
1619
|
labelAlignment: i,
|
|
1617
1620
|
labelOptionalText: c,
|
|
1618
|
-
labelWithEditIcon:
|
|
1619
|
-
onLabelEditClick:
|
|
1621
|
+
labelWithEditIcon: p,
|
|
1622
|
+
onLabelEditClick: d,
|
|
1620
1623
|
label: u,
|
|
1621
1624
|
assistiveText: $,
|
|
1622
1625
|
assistiveWithIcon: y,
|
|
1623
1626
|
error: _,
|
|
1624
1627
|
required: b,
|
|
1625
|
-
withAsterisk:
|
|
1628
|
+
withAsterisk: P,
|
|
1626
1629
|
id: C,
|
|
1627
1630
|
readOnly: v,
|
|
1628
1631
|
readOnlyComponent: z,
|
|
1629
|
-
emptyValueComponent:
|
|
1632
|
+
emptyValueComponent: A,
|
|
1630
1633
|
readOnlyType: "text",
|
|
1631
|
-
readOnlyValue:
|
|
1634
|
+
readOnlyValue: x !== void 0 ? String(x) : L ? String(L) : void 0,
|
|
1632
1635
|
readOnlyNativeProps: e,
|
|
1633
1636
|
activeComponent: (
|
|
1634
1637
|
/* Naked Select execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
|
|
1635
1638
|
/* @__PURE__ */ r(
|
|
1636
|
-
|
|
1639
|
+
rs,
|
|
1637
1640
|
{
|
|
1638
1641
|
ref: a,
|
|
1639
1642
|
classNames: R,
|
|
1640
1643
|
disabled: O,
|
|
1641
|
-
value:
|
|
1644
|
+
value: x,
|
|
1642
1645
|
defaultValue: L,
|
|
1643
1646
|
data: W || [],
|
|
1644
1647
|
label: void 0,
|
|
@@ -1658,42 +1661,42 @@ const tn = "Dropdown-module__layoutOverride___FNcvP", an = "Dropdown-module__roo
|
|
|
1658
1661
|
);
|
|
1659
1662
|
}
|
|
1660
1663
|
);
|
|
1661
|
-
|
|
1662
|
-
const
|
|
1663
|
-
root:
|
|
1664
|
-
},
|
|
1664
|
+
_t.displayName = "Dropdown";
|
|
1665
|
+
const mn = (n) => /* @__PURE__ */ r("div", { ...n, children: "FileInput" }), _n = (n) => /* @__PURE__ */ r("div", { ...n, children: "FileUpload" }), yn = "Flex-module__root___yYser", Ee = {
|
|
1666
|
+
root: yn
|
|
1667
|
+
}, yt = f(function({ children: e, gap: a = "rec-default", rowGap: t, columnGap: o, ...s }, l) {
|
|
1665
1668
|
const i = {
|
|
1666
|
-
root:
|
|
1669
|
+
root: Ee.root
|
|
1667
1670
|
}, c = s.classNames;
|
|
1668
1671
|
if (c && typeof c == "object" && !Array.isArray(c)) {
|
|
1669
1672
|
const u = c;
|
|
1670
|
-
i.root = u.root ? `${
|
|
1673
|
+
i.root = u.root ? `${Ee.root} ${u.root}` : Ee.root;
|
|
1671
1674
|
}
|
|
1672
|
-
const
|
|
1675
|
+
const p = s.className, d = p ? `${Ee.root} ${p}` : Ee.root;
|
|
1673
1676
|
return /* @__PURE__ */ r(
|
|
1674
|
-
|
|
1677
|
+
ns,
|
|
1675
1678
|
{
|
|
1676
1679
|
ref: l,
|
|
1677
|
-
className:
|
|
1680
|
+
className: d,
|
|
1678
1681
|
classNames: i,
|
|
1679
|
-
...
|
|
1682
|
+
...Ge({ gap: a, rowGap: t, columnGap: o, ...s }),
|
|
1680
1683
|
children: e
|
|
1681
1684
|
}
|
|
1682
1685
|
);
|
|
1683
1686
|
});
|
|
1684
|
-
|
|
1685
|
-
const
|
|
1686
|
-
root:
|
|
1687
|
-
col:
|
|
1688
|
-
},
|
|
1687
|
+
yt.displayName = "Flex";
|
|
1688
|
+
const fn = ee(yt), bn = "Grid-module__root___s-qPY", Nn = "Grid-module__col___tbuNg", re = {
|
|
1689
|
+
root: bn,
|
|
1690
|
+
col: Nn
|
|
1691
|
+
}, ft = f(function({ children: e, gap: a = "rec-default", ...t }, o) {
|
|
1689
1692
|
const s = {
|
|
1690
|
-
root:
|
|
1693
|
+
root: re.root
|
|
1691
1694
|
}, l = t.classNames;
|
|
1692
1695
|
if (l && typeof l == "object" && !Array.isArray(l)) {
|
|
1693
1696
|
const u = l;
|
|
1694
|
-
s.root = u.root ? `${
|
|
1697
|
+
s.root = u.root ? `${re.root} ${u.root}` : re.root;
|
|
1695
1698
|
}
|
|
1696
|
-
const i = t.className, c = i ? `${
|
|
1699
|
+
const i = t.className, c = i ? `${re.root} ${i}` : re.root, { gap: p, ...d } = Ge({
|
|
1697
1700
|
gap: a,
|
|
1698
1701
|
...t
|
|
1699
1702
|
});
|
|
@@ -1701,86 +1704,86 @@ const un = ee(_t), mn = "Grid-module__root___s-qPY", _n = "Grid-module__col___tb
|
|
|
1701
1704
|
qo,
|
|
1702
1705
|
{
|
|
1703
1706
|
ref: o,
|
|
1704
|
-
gutter:
|
|
1707
|
+
gutter: p,
|
|
1705
1708
|
className: c,
|
|
1706
1709
|
classNames: s,
|
|
1707
|
-
...
|
|
1710
|
+
...d,
|
|
1708
1711
|
children: e
|
|
1709
1712
|
}
|
|
1710
1713
|
);
|
|
1711
1714
|
});
|
|
1712
|
-
|
|
1713
|
-
const
|
|
1715
|
+
ft.displayName = "Grid";
|
|
1716
|
+
const $n = ee(ft), bt = f(function({ children: e, ...a }, t) {
|
|
1714
1717
|
const o = {
|
|
1715
|
-
col:
|
|
1718
|
+
col: re.col
|
|
1716
1719
|
}, s = a.classNames;
|
|
1717
1720
|
if (s && typeof s == "object" && !Array.isArray(s)) {
|
|
1718
1721
|
const c = s;
|
|
1719
|
-
o.col = c.col ? `${
|
|
1722
|
+
o.col = c.col ? `${re.col} ${c.col}` : re.col;
|
|
1720
1723
|
}
|
|
1721
|
-
const l = a.className, i = l ? `${
|
|
1724
|
+
const l = a.className, i = l ? `${re.col} ${l}` : re.col;
|
|
1722
1725
|
return /* @__PURE__ */ r(
|
|
1723
1726
|
qo.Col,
|
|
1724
1727
|
{
|
|
1725
1728
|
ref: t,
|
|
1726
1729
|
className: i,
|
|
1727
1730
|
classNames: o,
|
|
1728
|
-
...
|
|
1731
|
+
...Ge(
|
|
1729
1732
|
a
|
|
1730
1733
|
),
|
|
1731
1734
|
children: e
|
|
1732
1735
|
}
|
|
1733
1736
|
);
|
|
1734
1737
|
});
|
|
1735
|
-
|
|
1736
|
-
const
|
|
1737
|
-
|
|
1738
|
-
),
|
|
1739
|
-
|
|
1740
|
-
const
|
|
1741
|
-
root:
|
|
1742
|
-
},
|
|
1738
|
+
bt.displayName = "GridCol";
|
|
1739
|
+
const Nt = ee(
|
|
1740
|
+
bt
|
|
1741
|
+
), $t = $n;
|
|
1742
|
+
$t.Col = Nt;
|
|
1743
|
+
const hn = "Group-module__root___ftO64", Fe = {
|
|
1744
|
+
root: hn
|
|
1745
|
+
}, ht = f(function({ children: e, gap: a = "rec-default", ...t }, o) {
|
|
1743
1746
|
const s = {
|
|
1744
|
-
root:
|
|
1747
|
+
root: Fe.root
|
|
1745
1748
|
}, l = t.classNames;
|
|
1746
1749
|
if (l && typeof l == "object" && !Array.isArray(l)) {
|
|
1747
|
-
const
|
|
1748
|
-
s.root =
|
|
1750
|
+
const p = l;
|
|
1751
|
+
s.root = p.root ? `${Fe.root} ${p.root}` : Fe.root;
|
|
1749
1752
|
}
|
|
1750
|
-
const i = t.className, c = i ? `${
|
|
1753
|
+
const i = t.className, c = i ? `${Fe.root} ${i}` : Fe.root;
|
|
1751
1754
|
return /* @__PURE__ */ r(
|
|
1752
|
-
|
|
1755
|
+
ls,
|
|
1753
1756
|
{
|
|
1754
1757
|
ref: o,
|
|
1755
1758
|
className: c,
|
|
1756
1759
|
classNames: s,
|
|
1757
|
-
...
|
|
1760
|
+
...Ge({ gap: a, ...t }),
|
|
1758
1761
|
children: e
|
|
1759
1762
|
}
|
|
1760
1763
|
);
|
|
1761
1764
|
});
|
|
1762
|
-
|
|
1763
|
-
const
|
|
1764
|
-
dropdown:
|
|
1765
|
-
arrow:
|
|
1766
|
-
},
|
|
1765
|
+
ht.displayName = "Group";
|
|
1766
|
+
const vn = "HoverCard-module__dropdown___FBPFW", Cn = "HoverCard-module__arrow___S9AkE", Vo = {
|
|
1767
|
+
dropdown: vn,
|
|
1768
|
+
arrow: Cn
|
|
1769
|
+
}, vt = function({
|
|
1767
1770
|
overStyled: e = !1,
|
|
1768
1771
|
withBeak: a = !0,
|
|
1769
1772
|
...t
|
|
1770
1773
|
}) {
|
|
1771
1774
|
const o = m(t, e), s = {
|
|
1772
|
-
dropdown:
|
|
1773
|
-
arrow:
|
|
1775
|
+
dropdown: Vo.dropdown,
|
|
1776
|
+
arrow: Vo.arrow
|
|
1774
1777
|
}, l = o.classNames;
|
|
1775
1778
|
if (l && typeof l == "object" && !Array.isArray(l)) {
|
|
1776
|
-
const
|
|
1777
|
-
Object.keys(
|
|
1778
|
-
s[u] ? s[u] = `${s[u]} ${
|
|
1779
|
+
const d = l;
|
|
1780
|
+
Object.keys(d).forEach((u) => {
|
|
1781
|
+
s[u] ? s[u] = `${s[u]} ${d[u]}` : s[u] = d[u];
|
|
1779
1782
|
});
|
|
1780
1783
|
}
|
|
1781
1784
|
const i = o.arrowSize ?? 16, c = o.withArrow;
|
|
1782
1785
|
return /* @__PURE__ */ r(
|
|
1783
|
-
|
|
1786
|
+
_o,
|
|
1784
1787
|
{
|
|
1785
1788
|
position: "top",
|
|
1786
1789
|
arrowSize: i,
|
|
@@ -1790,43 +1793,43 @@ const bn = "HoverCard-module__dropdown___FBPFW", Nn = "HoverCard-module__arrow__
|
|
|
1790
1793
|
}
|
|
1791
1794
|
);
|
|
1792
1795
|
};
|
|
1793
|
-
|
|
1794
|
-
const
|
|
1795
|
-
return /* @__PURE__ */ r(
|
|
1796
|
+
vt.displayName = "HoverCard";
|
|
1797
|
+
const Ct = function(e) {
|
|
1798
|
+
return /* @__PURE__ */ r(_o.Target, { ...e });
|
|
1796
1799
|
};
|
|
1797
|
-
|
|
1798
|
-
const
|
|
1800
|
+
Ct.displayName = "HoverCardTarget";
|
|
1801
|
+
const Pt = function({
|
|
1799
1802
|
overStyled: e = !1,
|
|
1800
1803
|
...a
|
|
1801
1804
|
}) {
|
|
1802
1805
|
const t = m(a, e), o = t.className;
|
|
1803
1806
|
return /* @__PURE__ */ r(
|
|
1804
|
-
|
|
1807
|
+
_o.Dropdown,
|
|
1805
1808
|
{
|
|
1806
1809
|
className: o,
|
|
1807
1810
|
...t
|
|
1808
1811
|
}
|
|
1809
1812
|
);
|
|
1810
1813
|
};
|
|
1811
|
-
|
|
1812
|
-
const
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
const
|
|
1816
|
-
root:
|
|
1817
|
-
iconWrapper:
|
|
1818
|
-
labelText:
|
|
1819
|
-
},
|
|
1814
|
+
Pt.displayName = "HoverCardDropdown";
|
|
1815
|
+
const To = vt;
|
|
1816
|
+
To.Target = Ct;
|
|
1817
|
+
To.Dropdown = Pt;
|
|
1818
|
+
const Pn = "Link-module__root___I0VGE", Tn = "Link-module__iconWrapper___W-LlF", wn = "Link-module__labelText___wSvUy", Se = {
|
|
1819
|
+
root: Pn,
|
|
1820
|
+
iconWrapper: Tn,
|
|
1821
|
+
labelText: wn
|
|
1822
|
+
}, Tt = f(function({ icon: e, children: a, overStyled: t = !1, ...o }, s) {
|
|
1820
1823
|
const l = m(o, t), i = l, c = {
|
|
1821
1824
|
root: Se.root
|
|
1822
|
-
},
|
|
1823
|
-
if (
|
|
1824
|
-
const $ =
|
|
1825
|
+
}, p = i.classNames;
|
|
1826
|
+
if (p && typeof p == "object" && !Array.isArray(p)) {
|
|
1827
|
+
const $ = p;
|
|
1825
1828
|
c.root = $.root ? `${Se.root} ${$.root}` : Se.root;
|
|
1826
1829
|
}
|
|
1827
|
-
const
|
|
1830
|
+
const d = i.className, u = d ? `${Se.root} ${d}` : Se.root;
|
|
1828
1831
|
return /* @__PURE__ */ V(
|
|
1829
|
-
|
|
1832
|
+
is,
|
|
1830
1833
|
{
|
|
1831
1834
|
ref: s,
|
|
1832
1835
|
className: u,
|
|
@@ -1841,24 +1844,24 @@ const $n = "Link-module__root___I0VGE", hn = "Link-module__iconWrapper___W-LlF",
|
|
|
1841
1844
|
}
|
|
1842
1845
|
);
|
|
1843
1846
|
});
|
|
1844
|
-
|
|
1845
|
-
const
|
|
1846
|
-
dropdown:
|
|
1847
|
-
item:
|
|
1848
|
-
itemLabel:
|
|
1849
|
-
itemSection:
|
|
1850
|
-
divider:
|
|
1851
|
-
label:
|
|
1852
|
-
chevron:
|
|
1853
|
-
},
|
|
1847
|
+
Tt.displayName = "Link";
|
|
1848
|
+
const gn = ee(Tt), Sn = "Menu-module__dropdown___j4xuA", xn = "Menu-module__item___NMXha", An = "Menu-module__itemLabel___zvcqC", On = "Menu-module__itemSection___pRIcn", Ln = "Menu-module__divider___wPiNq", Wn = "Menu-module__label___4FBGa", In = "Menu-module__chevron___hEEiy", xe = {
|
|
1849
|
+
dropdown: Sn,
|
|
1850
|
+
item: xn,
|
|
1851
|
+
itemLabel: An,
|
|
1852
|
+
itemSection: On,
|
|
1853
|
+
divider: Ln,
|
|
1854
|
+
label: Wn,
|
|
1855
|
+
chevron: In
|
|
1856
|
+
}, wt = function({ overStyled: e = !1, ...a }) {
|
|
1854
1857
|
const t = m(a, e), o = {
|
|
1855
|
-
dropdown:
|
|
1856
|
-
item:
|
|
1857
|
-
itemLabel:
|
|
1858
|
-
itemSection:
|
|
1859
|
-
divider:
|
|
1860
|
-
label:
|
|
1861
|
-
chevron:
|
|
1858
|
+
dropdown: xe.dropdown,
|
|
1859
|
+
item: xe.item,
|
|
1860
|
+
itemLabel: xe.itemLabel,
|
|
1861
|
+
itemSection: xe.itemSection,
|
|
1862
|
+
divider: xe.divider,
|
|
1863
|
+
label: xe.label,
|
|
1864
|
+
chevron: xe.chevron
|
|
1862
1865
|
}, s = t.classNames;
|
|
1863
1866
|
if (s && typeof s == "object" && !Array.isArray(s)) {
|
|
1864
1867
|
const l = s;
|
|
@@ -1867,23 +1870,23 @@ const Cn = ee(Pt), Pn = "Menu-module__dropdown___j4xuA", Tn = "Menu-module__item
|
|
|
1867
1870
|
});
|
|
1868
1871
|
}
|
|
1869
1872
|
return /* @__PURE__ */ r(
|
|
1870
|
-
|
|
1873
|
+
ne,
|
|
1871
1874
|
{
|
|
1872
1875
|
classNames: o,
|
|
1873
1876
|
...t
|
|
1874
1877
|
}
|
|
1875
1878
|
);
|
|
1876
1879
|
};
|
|
1877
|
-
|
|
1878
|
-
const
|
|
1879
|
-
return /* @__PURE__ */ r(
|
|
1880
|
+
wt.displayName = "Menu";
|
|
1881
|
+
const gt = function(e) {
|
|
1882
|
+
return /* @__PURE__ */ r(ne.Target, { ...e });
|
|
1880
1883
|
};
|
|
1881
|
-
|
|
1882
|
-
const
|
|
1884
|
+
gt.displayName = "MenuTarget";
|
|
1885
|
+
const St = f(
|
|
1883
1886
|
function({ overStyled: e = !1, ...a }, t) {
|
|
1884
1887
|
const o = m(a, e), s = o.className;
|
|
1885
1888
|
return /* @__PURE__ */ r(
|
|
1886
|
-
|
|
1889
|
+
ne.Dropdown,
|
|
1887
1890
|
{
|
|
1888
1891
|
ref: t,
|
|
1889
1892
|
className: s,
|
|
@@ -1892,14 +1895,14 @@ const gt = f(
|
|
|
1892
1895
|
);
|
|
1893
1896
|
}
|
|
1894
1897
|
);
|
|
1895
|
-
|
|
1896
|
-
const
|
|
1898
|
+
St.displayName = "MenuDropdown";
|
|
1899
|
+
const xt = f(
|
|
1897
1900
|
function({ overStyled: e = !1, ...a }, t) {
|
|
1898
1901
|
const o = m(a, e), s = o;
|
|
1899
1902
|
e || delete s.color;
|
|
1900
1903
|
const l = s.className;
|
|
1901
1904
|
return /* @__PURE__ */ r(
|
|
1902
|
-
|
|
1905
|
+
ne.Item,
|
|
1903
1906
|
{
|
|
1904
1907
|
ref: t,
|
|
1905
1908
|
className: l,
|
|
@@ -1908,12 +1911,12 @@ const St = f(
|
|
|
1908
1911
|
);
|
|
1909
1912
|
}
|
|
1910
1913
|
);
|
|
1911
|
-
|
|
1912
|
-
const
|
|
1914
|
+
xt.displayName = "MenuItem";
|
|
1915
|
+
const kn = ee(xt), At = f(
|
|
1913
1916
|
function({ overStyled: e = !1, ...a }, t) {
|
|
1914
1917
|
const o = m(a, e), s = o.className;
|
|
1915
1918
|
return /* @__PURE__ */ r(
|
|
1916
|
-
|
|
1919
|
+
ne.Divider,
|
|
1917
1920
|
{
|
|
1918
1921
|
ref: t,
|
|
1919
1922
|
className: s,
|
|
@@ -1923,10 +1926,10 @@ const On = ee(St), At = f(
|
|
|
1923
1926
|
}
|
|
1924
1927
|
);
|
|
1925
1928
|
At.displayName = "MenuDivider";
|
|
1926
|
-
const
|
|
1929
|
+
const Ot = f(function({ overStyled: e = !1, ...a }, t) {
|
|
1927
1930
|
const o = m(a, e), s = o.className;
|
|
1928
1931
|
return /* @__PURE__ */ r(
|
|
1929
|
-
|
|
1932
|
+
ne.Label,
|
|
1930
1933
|
{
|
|
1931
1934
|
ref: t,
|
|
1932
1935
|
className: s,
|
|
@@ -1934,22 +1937,22 @@ const xt = f(function({ overStyled: e = !1, ...a }, t) {
|
|
|
1934
1937
|
}
|
|
1935
1938
|
);
|
|
1936
1939
|
});
|
|
1937
|
-
|
|
1938
|
-
const Ot = function(e) {
|
|
1939
|
-
return /* @__PURE__ */ r(re.Sub, { ...e });
|
|
1940
|
-
};
|
|
1941
|
-
Ot.displayName = "MenuSub";
|
|
1940
|
+
Ot.displayName = "MenuLabel";
|
|
1942
1941
|
const Lt = function(e) {
|
|
1943
|
-
return /* @__PURE__ */ r(
|
|
1942
|
+
return /* @__PURE__ */ r(ne.Sub, { ...e });
|
|
1944
1943
|
};
|
|
1945
|
-
Lt.displayName = "
|
|
1946
|
-
const Wt =
|
|
1944
|
+
Lt.displayName = "MenuSub";
|
|
1945
|
+
const Wt = function(e) {
|
|
1946
|
+
return /* @__PURE__ */ r(ne.Sub.Target, { ...e });
|
|
1947
|
+
};
|
|
1948
|
+
Wt.displayName = "MenuSubTarget";
|
|
1949
|
+
const It = f(
|
|
1947
1950
|
function({ overStyled: e = !1, ...a }, t) {
|
|
1948
1951
|
const o = m(a, e), s = o;
|
|
1949
1952
|
e || delete s.color;
|
|
1950
1953
|
const l = s.className;
|
|
1951
1954
|
return /* @__PURE__ */ r(
|
|
1952
|
-
|
|
1955
|
+
ne.Sub.Item,
|
|
1953
1956
|
{
|
|
1954
1957
|
ref: t,
|
|
1955
1958
|
className: l,
|
|
@@ -1958,14 +1961,14 @@ const Wt = f(
|
|
|
1958
1961
|
);
|
|
1959
1962
|
}
|
|
1960
1963
|
);
|
|
1961
|
-
|
|
1962
|
-
const
|
|
1963
|
-
|
|
1964
|
-
),
|
|
1964
|
+
It.displayName = "MenuSubItem";
|
|
1965
|
+
const zn = ee(
|
|
1966
|
+
It
|
|
1967
|
+
), kt = f(
|
|
1965
1968
|
function({ overStyled: e = !1, ...a }, t) {
|
|
1966
1969
|
const o = m(a, e), s = o.className;
|
|
1967
1970
|
return /* @__PURE__ */ r(
|
|
1968
|
-
|
|
1971
|
+
ne.Sub.Dropdown,
|
|
1969
1972
|
{
|
|
1970
1973
|
ref: t,
|
|
1971
1974
|
className: s,
|
|
@@ -1974,29 +1977,29 @@ const Ln = ee(
|
|
|
1974
1977
|
);
|
|
1975
1978
|
}
|
|
1976
1979
|
);
|
|
1977
|
-
|
|
1978
|
-
const
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
const
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
const
|
|
1990
|
-
root:
|
|
1991
|
-
inner:
|
|
1992
|
-
content:
|
|
1993
|
-
header:
|
|
1994
|
-
title:
|
|
1995
|
-
bodyWrapper:
|
|
1996
|
-
scrollArea:
|
|
1997
|
-
footer:
|
|
1998
|
-
close:
|
|
1999
|
-
},
|
|
1980
|
+
kt.displayName = "MenuSubDropdown";
|
|
1981
|
+
const lo = Lt;
|
|
1982
|
+
lo.Target = Wt;
|
|
1983
|
+
lo.Item = zn;
|
|
1984
|
+
lo.Dropdown = kt;
|
|
1985
|
+
const Ie = wt;
|
|
1986
|
+
Ie.Target = gt;
|
|
1987
|
+
Ie.Dropdown = St;
|
|
1988
|
+
Ie.Item = kn;
|
|
1989
|
+
Ie.Divider = At;
|
|
1990
|
+
Ie.Label = Ot;
|
|
1991
|
+
Ie.Sub = lo;
|
|
1992
|
+
const Mn = "Modal-module__root___ytPLl", Rn = "Modal-module__inner___SSUJE", Bn = "Modal-module__content___dWO-B", En = "Modal-module__header___ILG9i", Fn = "Modal-module__title___A5OeE", Vn = "Modal-module__bodyWrapper___5CCL-", Dn = "Modal-module__scrollArea___KD-hm", Gn = "Modal-module__footer___rro2w", jn = "Modal-module__close___-ER1C", de = {
|
|
1993
|
+
root: Mn,
|
|
1994
|
+
inner: Rn,
|
|
1995
|
+
content: Bn,
|
|
1996
|
+
header: En,
|
|
1997
|
+
title: Fn,
|
|
1998
|
+
bodyWrapper: Vn,
|
|
1999
|
+
scrollArea: Dn,
|
|
2000
|
+
footer: Gn,
|
|
2001
|
+
close: jn
|
|
2002
|
+
}, zt = B.forwardRef(function({
|
|
2000
2003
|
overStyled: e = !1,
|
|
2001
2004
|
children: a,
|
|
2002
2005
|
title: t,
|
|
@@ -2005,15 +2008,15 @@ const Wn = "Modal-module__root___ytPLl", In = "Modal-module__inner___SSUJE", kn
|
|
|
2005
2008
|
withOverlay: l = !0,
|
|
2006
2009
|
closeButtonProps: i,
|
|
2007
2010
|
...c
|
|
2008
|
-
},
|
|
2009
|
-
const
|
|
2011
|
+
}, p) {
|
|
2012
|
+
const d = m(c, e), u = {
|
|
2010
2013
|
root: de.root,
|
|
2011
2014
|
inner: de.inner,
|
|
2012
2015
|
content: de.content,
|
|
2013
2016
|
header: de.header,
|
|
2014
2017
|
title: de.title,
|
|
2015
2018
|
close: de.close
|
|
2016
|
-
}, $ =
|
|
2019
|
+
}, $ = d.classNames;
|
|
2017
2020
|
if ($ && typeof $ == "object" && !Array.isArray($)) {
|
|
2018
2021
|
const y = $;
|
|
2019
2022
|
Object.keys(y).forEach((_) => {
|
|
@@ -2023,9 +2026,9 @@ const Wn = "Modal-module__root___ytPLl", In = "Modal-module__inner___SSUJE", kn
|
|
|
2023
2026
|
return /* @__PURE__ */ V(
|
|
2024
2027
|
X.Root,
|
|
2025
2028
|
{
|
|
2026
|
-
ref:
|
|
2029
|
+
ref: p,
|
|
2027
2030
|
classNames: u,
|
|
2028
|
-
...
|
|
2031
|
+
...d,
|
|
2029
2032
|
children: [
|
|
2030
2033
|
l && /* @__PURE__ */ r(X.Overlay, { ...s }),
|
|
2031
2034
|
/* @__PURE__ */ V(X.Content, { children: [
|
|
@@ -2033,14 +2036,14 @@ const Wn = "Modal-module__root___ytPLl", In = "Modal-module__inner___SSUJE", kn
|
|
|
2033
2036
|
t && /* @__PURE__ */ r(X.Title, { children: t }),
|
|
2034
2037
|
o && /* @__PURE__ */ r(X.CloseButton, { ...i })
|
|
2035
2038
|
] }),
|
|
2036
|
-
/* @__PURE__ */ r(
|
|
2039
|
+
/* @__PURE__ */ r(go, { children: a })
|
|
2037
2040
|
] })
|
|
2038
2041
|
]
|
|
2039
2042
|
}
|
|
2040
2043
|
);
|
|
2041
2044
|
});
|
|
2042
|
-
|
|
2043
|
-
const
|
|
2045
|
+
zt.displayName = "Modal";
|
|
2046
|
+
const wo = B.forwardRef(
|
|
2044
2047
|
function({ overStyled: e = !1, className: a, ...t }, o) {
|
|
2045
2048
|
const s = m(t, e);
|
|
2046
2049
|
return /* @__PURE__ */ r(
|
|
@@ -2053,12 +2056,12 @@ const To = B.forwardRef(
|
|
|
2053
2056
|
);
|
|
2054
2057
|
}
|
|
2055
2058
|
);
|
|
2056
|
-
|
|
2057
|
-
const
|
|
2058
|
-
const l = B.useRef(null), [i, c] = B.useState(!1), [
|
|
2059
|
+
wo.displayName = "Modal.Footer";
|
|
2060
|
+
const go = B.forwardRef(function({ className: e, onScroll: a, children: t, ...o }, s) {
|
|
2061
|
+
const l = B.useRef(null), [i, c] = B.useState(!1), [p, d] = B.useState(!1), u = B.useCallback(() => {
|
|
2059
2062
|
if (l.current) {
|
|
2060
|
-
const { scrollTop: b, scrollHeight:
|
|
2061
|
-
c(b > 0),
|
|
2063
|
+
const { scrollTop: b, scrollHeight: P, clientHeight: C } = l.current;
|
|
2064
|
+
c(b > 0), d(Math.ceil(b + C) < P);
|
|
2062
2065
|
}
|
|
2063
2066
|
}, []);
|
|
2064
2067
|
B.useEffect(() => (u(), window.addEventListener("resize", u), () => window.removeEventListener("resize", u)), [u, t]);
|
|
@@ -2068,8 +2071,8 @@ const wo = B.forwardRef(function({ className: e, onScroll: a, children: t, ...o
|
|
|
2068
2071
|
let y = null;
|
|
2069
2072
|
const _ = [];
|
|
2070
2073
|
return B.Children.forEach(t, (b) => {
|
|
2071
|
-
var
|
|
2072
|
-
B.isValidElement(b) && (b.type ===
|
|
2074
|
+
var P;
|
|
2075
|
+
B.isValidElement(b) && (b.type === wo || ((P = b.type) == null ? void 0 : P.displayName) === "Modal.Footer") ? y = b : _.push(b);
|
|
2073
2076
|
}), /* @__PURE__ */ V(
|
|
2074
2077
|
X.Body,
|
|
2075
2078
|
{
|
|
@@ -2085,7 +2088,7 @@ const wo = B.forwardRef(function({ className: e, onScroll: a, children: t, ...o
|
|
|
2085
2088
|
ref: l,
|
|
2086
2089
|
onScroll: $,
|
|
2087
2090
|
"data-scrolled-top": i || void 0,
|
|
2088
|
-
"data-scrolled-bottom":
|
|
2091
|
+
"data-scrolled-bottom": p || void 0,
|
|
2089
2092
|
className: de.scrollArea,
|
|
2090
2093
|
children: _
|
|
2091
2094
|
}
|
|
@@ -2095,8 +2098,8 @@ const wo = B.forwardRef(function({ className: e, onScroll: a, children: t, ...o
|
|
|
2095
2098
|
}
|
|
2096
2099
|
);
|
|
2097
2100
|
});
|
|
2098
|
-
|
|
2099
|
-
const
|
|
2101
|
+
go.displayName = "Modal.Body";
|
|
2102
|
+
const Mt = B.forwardRef(
|
|
2100
2103
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2101
2104
|
const o = m(a, e);
|
|
2102
2105
|
return /* @__PURE__ */ r(
|
|
@@ -2108,8 +2111,8 @@ const zt = B.forwardRef(
|
|
|
2108
2111
|
);
|
|
2109
2112
|
}
|
|
2110
2113
|
);
|
|
2111
|
-
|
|
2112
|
-
const
|
|
2114
|
+
Mt.displayName = "Modal.Root";
|
|
2115
|
+
const Rt = B.forwardRef(
|
|
2113
2116
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2114
2117
|
const o = m(a, e);
|
|
2115
2118
|
return /* @__PURE__ */ r(
|
|
@@ -2121,8 +2124,8 @@ const Mt = B.forwardRef(
|
|
|
2121
2124
|
);
|
|
2122
2125
|
}
|
|
2123
2126
|
);
|
|
2124
|
-
|
|
2125
|
-
const
|
|
2127
|
+
Rt.displayName = "Modal.Overlay";
|
|
2128
|
+
const Bt = B.forwardRef(
|
|
2126
2129
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2127
2130
|
const o = m(a, e);
|
|
2128
2131
|
return /* @__PURE__ */ r(
|
|
@@ -2134,8 +2137,8 @@ const Rt = B.forwardRef(
|
|
|
2134
2137
|
);
|
|
2135
2138
|
}
|
|
2136
2139
|
);
|
|
2137
|
-
|
|
2138
|
-
const
|
|
2140
|
+
Bt.displayName = "Modal.Content";
|
|
2141
|
+
const Et = B.forwardRef(
|
|
2139
2142
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2140
2143
|
const o = m(a, e);
|
|
2141
2144
|
return /* @__PURE__ */ r(
|
|
@@ -2147,8 +2150,8 @@ const Bt = B.forwardRef(
|
|
|
2147
2150
|
);
|
|
2148
2151
|
}
|
|
2149
2152
|
);
|
|
2150
|
-
|
|
2151
|
-
const
|
|
2153
|
+
Et.displayName = "Modal.Header";
|
|
2154
|
+
const Ft = B.forwardRef(
|
|
2152
2155
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2153
2156
|
const o = m(a, e);
|
|
2154
2157
|
return /* @__PURE__ */ r(
|
|
@@ -2160,8 +2163,8 @@ const Et = B.forwardRef(
|
|
|
2160
2163
|
);
|
|
2161
2164
|
}
|
|
2162
2165
|
);
|
|
2163
|
-
|
|
2164
|
-
const
|
|
2166
|
+
Ft.displayName = "Modal.Title";
|
|
2167
|
+
const Vt = B.forwardRef(function({ overStyled: e = !1, ...a }, t) {
|
|
2165
2168
|
const o = m(a, e);
|
|
2166
2169
|
return /* @__PURE__ */ r(
|
|
2167
2170
|
X.CloseButton,
|
|
@@ -2171,24 +2174,24 @@ const Ft = B.forwardRef(function({ overStyled: e = !1, ...a }, t) {
|
|
|
2171
2174
|
}
|
|
2172
2175
|
);
|
|
2173
2176
|
});
|
|
2174
|
-
|
|
2175
|
-
const fe =
|
|
2176
|
-
fe.Root =
|
|
2177
|
-
fe.Overlay =
|
|
2178
|
-
fe.Content =
|
|
2179
|
-
fe.Header =
|
|
2180
|
-
fe.Title =
|
|
2181
|
-
fe.CloseButton =
|
|
2182
|
-
fe.Body =
|
|
2183
|
-
fe.Footer =
|
|
2184
|
-
const
|
|
2185
|
-
layoutOverride:
|
|
2186
|
-
root:
|
|
2187
|
-
input:
|
|
2188
|
-
section:
|
|
2189
|
-
controls:
|
|
2190
|
-
control:
|
|
2191
|
-
},
|
|
2177
|
+
Vt.displayName = "Modal.CloseButton";
|
|
2178
|
+
const fe = zt;
|
|
2179
|
+
fe.Root = Mt;
|
|
2180
|
+
fe.Overlay = Rt;
|
|
2181
|
+
fe.Content = Bt;
|
|
2182
|
+
fe.Header = Et;
|
|
2183
|
+
fe.Title = Ft;
|
|
2184
|
+
fe.CloseButton = Vt;
|
|
2185
|
+
fe.Body = go;
|
|
2186
|
+
fe.Footer = wo;
|
|
2187
|
+
const Hn = "NumberInput-module__layoutOverride___5-9T4", qn = "NumberInput-module__root___C6rAn", Un = "NumberInput-module__input___Ss8p7", Yn = "NumberInput-module__section___MijP0", Kn = "NumberInput-module__controls___8UfQ2", Zn = "NumberInput-module__control___Qre9-", Ae = {
|
|
2188
|
+
layoutOverride: Hn,
|
|
2189
|
+
root: qn,
|
|
2190
|
+
input: Un,
|
|
2191
|
+
section: Yn,
|
|
2192
|
+
controls: Kn,
|
|
2193
|
+
control: Zn
|
|
2194
|
+
}, Dt = f(
|
|
2192
2195
|
function(e, a) {
|
|
2193
2196
|
const {
|
|
2194
2197
|
overStyled: t = !1,
|
|
@@ -2198,71 +2201,71 @@ const Vn = "NumberInput-module__layoutOverride___5-9T4", Dn = "NumberInput-modul
|
|
|
2198
2201
|
labelAlignment: l,
|
|
2199
2202
|
labelOptionalText: i,
|
|
2200
2203
|
labelWithEditIcon: c,
|
|
2201
|
-
onLabelEditClick:
|
|
2202
|
-
label:
|
|
2204
|
+
onLabelEditClick: p,
|
|
2205
|
+
label: d,
|
|
2203
2206
|
assistiveText: u,
|
|
2204
2207
|
assistiveWithIcon: $,
|
|
2205
2208
|
error: y,
|
|
2206
2209
|
required: _,
|
|
2207
2210
|
withAsterisk: b,
|
|
2208
|
-
id:
|
|
2211
|
+
id: P,
|
|
2209
2212
|
className: C,
|
|
2210
2213
|
style: h,
|
|
2211
2214
|
disabled: N,
|
|
2212
2215
|
readOnly: O,
|
|
2213
2216
|
readOnlyComponent: v,
|
|
2214
2217
|
emptyValueComponent: z,
|
|
2215
|
-
value:
|
|
2216
|
-
defaultValue:
|
|
2218
|
+
value: A,
|
|
2219
|
+
defaultValue: x,
|
|
2217
2220
|
hideControls: L = !1,
|
|
2218
2221
|
...W
|
|
2219
2222
|
} = e, w = m(W, t), g = w;
|
|
2220
2223
|
delete g.size, delete g.variant, delete g.radius;
|
|
2221
2224
|
const I = {
|
|
2222
|
-
wrapper:
|
|
2225
|
+
wrapper: Ae.root,
|
|
2223
2226
|
// The nested Input internal relative wrapper bounding box
|
|
2224
|
-
input:
|
|
2225
|
-
section:
|
|
2226
|
-
controls:
|
|
2227
|
-
control:
|
|
2228
|
-
}, R = C ? `${
|
|
2227
|
+
input: Ae.input,
|
|
2228
|
+
section: Ae.section,
|
|
2229
|
+
controls: Ae.controls,
|
|
2230
|
+
control: Ae.control
|
|
2231
|
+
}, R = C ? `${Ae.layoutOverride} ${C}` : Ae.layoutOverride;
|
|
2229
2232
|
return /* @__PURE__ */ r(
|
|
2230
2233
|
ae,
|
|
2231
2234
|
{
|
|
2232
2235
|
className: R,
|
|
2233
2236
|
style: h,
|
|
2234
|
-
controlMaxWidth: "var(--
|
|
2235
|
-
controlMinWidth: "var(--
|
|
2237
|
+
controlMaxWidth: "var(--number-input-control-max-width)",
|
|
2238
|
+
controlMinWidth: "var(--number-input-control-min-width)",
|
|
2236
2239
|
overStyled: t,
|
|
2237
2240
|
formLayout: o,
|
|
2238
2241
|
labelSize: s,
|
|
2239
2242
|
labelAlignment: l,
|
|
2240
2243
|
labelOptionalText: i,
|
|
2241
2244
|
labelWithEditIcon: c,
|
|
2242
|
-
onLabelEditClick:
|
|
2243
|
-
label:
|
|
2245
|
+
onLabelEditClick: p,
|
|
2246
|
+
label: d,
|
|
2244
2247
|
assistiveText: u,
|
|
2245
2248
|
assistiveWithIcon: $,
|
|
2246
2249
|
error: y,
|
|
2247
2250
|
required: _,
|
|
2248
2251
|
withAsterisk: b,
|
|
2249
|
-
id:
|
|
2252
|
+
id: P,
|
|
2250
2253
|
readOnly: O,
|
|
2251
2254
|
readOnlyComponent: v,
|
|
2252
2255
|
emptyValueComponent: z,
|
|
2253
2256
|
readOnlyType: "text",
|
|
2254
|
-
readOnlyValue:
|
|
2257
|
+
readOnlyValue: A !== void 0 ? A == null ? void 0 : A.toString() : x == null ? void 0 : x.toString(),
|
|
2255
2258
|
readOnlyNativeProps: e,
|
|
2256
2259
|
activeComponent: (
|
|
2257
2260
|
/* Naked Input execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
|
|
2258
2261
|
/* @__PURE__ */ r(
|
|
2259
|
-
|
|
2262
|
+
cs,
|
|
2260
2263
|
{
|
|
2261
2264
|
ref: a,
|
|
2262
2265
|
classNames: I,
|
|
2263
2266
|
disabled: N,
|
|
2264
|
-
value:
|
|
2265
|
-
defaultValue:
|
|
2267
|
+
value: A,
|
|
2268
|
+
defaultValue: x,
|
|
2266
2269
|
hideControls: L,
|
|
2267
2270
|
label: void 0,
|
|
2268
2271
|
description: void 0,
|
|
@@ -2283,19 +2286,19 @@ const Vn = "NumberInput-module__layoutOverride___5-9T4", Dn = "NumberInput-modul
|
|
|
2283
2286
|
);
|
|
2284
2287
|
}
|
|
2285
2288
|
);
|
|
2286
|
-
|
|
2287
|
-
const
|
|
2288
|
-
root:
|
|
2289
|
-
control:
|
|
2290
|
-
dots:
|
|
2291
|
-
iconWithLabel:
|
|
2292
|
-
baseIcon:
|
|
2293
|
-
},
|
|
2294
|
-
next:
|
|
2295
|
-
prev:
|
|
2296
|
-
first:
|
|
2297
|
-
last:
|
|
2298
|
-
},
|
|
2289
|
+
Dt.displayName = "NumberInput";
|
|
2290
|
+
const Xn = "Pagination-module__root___ITRjt", Jn = "Pagination-module__control___40yNT", Qn = "Pagination-module__dots___Yl9da", el = "Pagination-module__iconWithLabel___pLM4O", ol = "Pagination-module__baseIcon___Qw3bJ", H = {
|
|
2291
|
+
root: Xn,
|
|
2292
|
+
control: Jn,
|
|
2293
|
+
dots: Qn,
|
|
2294
|
+
iconWithLabel: el,
|
|
2295
|
+
baseIcon: ol
|
|
2296
|
+
}, tl = "M8.781 8l-3.3-3.3.943-.943L10.667 8l-4.243 4.243-.943-.943 3.3-3.3z", al = "M7.219 8l3.3 3.3-.943.943L5.333 8l4.243-4.243.943.943-3.3 3.3z", sl = "M6.85355 3.85355C7.04882 3.65829 7.04882 3.34171 6.85355 3.14645C6.65829 2.95118 6.34171 2.95118 6.14645 3.14645L2.14645 7.14645C1.95118 7.34171 1.95118 7.65829 2.14645 7.85355L6.14645 11.8536C6.34171 12.0488 6.65829 12.0488 6.85355 11.8536C7.04882 11.6583 7.04882 11.3417 6.85355 11.1464L3.20711 7.5L6.85355 3.85355ZM12.8536 3.85355C13.0488 3.65829 13.0488 3.34171 12.8536 3.14645C12.6583 2.95118 12.3417 2.95118 12.1464 3.14645L8.14645 7.14645C7.95118 7.34171 7.95118 7.65829 8.14645 7.85355L12.1464 11.8536C12.3417 12.0488 12.6583 12.0488 12.8536 11.8536C13.0488 11.6583 13.0488 11.3417 12.8536 11.1464L9.20711 7.5L12.8536 3.85355Z", rl = "M2.14645 11.1464C1.95118 11.3417 1.95118 11.6583 2.14645 11.8536C2.34171 12.0488 2.65829 12.0488 2.85355 11.8536L6.85355 7.85355C7.04882 7.65829 7.04882 7.34171 6.85355 7.14645L2.85355 3.14645C2.65829 2.95118 2.34171 2.95118 2.14645 3.14645C1.95118 3.34171 1.95118 3.65829 2.14645 3.85355L5.79289 7.5L2.14645 11.1464ZM8.14645 11.1464C7.95118 11.3417 7.95118 11.6583 8.14645 11.8536C8.34171 12.0488 8.65829 12.0488 8.85355 11.8536L12.8536 7.85355C13.0488 7.65829 13.0488 7.34171 12.8536 7.14645L8.85355 3.14645C8.65829 2.95118 8.34171 2.95118 8.14645 3.14645C7.95118 3.34171 7.95118 3.65829 8.14645 3.85355L11.7929 7.5L8.14645 11.1464Z", nl = {
|
|
2297
|
+
next: tl,
|
|
2298
|
+
prev: al,
|
|
2299
|
+
first: sl,
|
|
2300
|
+
last: rl
|
|
2301
|
+
}, je = ({
|
|
2299
2302
|
type: n,
|
|
2300
2303
|
className: e,
|
|
2301
2304
|
...a
|
|
@@ -2306,22 +2309,22 @@ const Un = "Pagination-module__root___ITRjt", Yn = "Pagination-module__control__
|
|
|
2306
2309
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2307
2310
|
className: `${H.baseIcon} ${e || ""}`.trim(),
|
|
2308
2311
|
...a,
|
|
2309
|
-
children: /* @__PURE__ */ r("path", { d:
|
|
2312
|
+
children: /* @__PURE__ */ r("path", { d: nl[n], fill: "currentColor" })
|
|
2310
2313
|
}
|
|
2311
|
-
),
|
|
2314
|
+
), Gt = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
|
|
2312
2315
|
/* @__PURE__ */ r("span", { children: "Next" }),
|
|
2313
|
-
/* @__PURE__ */ r(
|
|
2314
|
-
] }), Gt = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
|
|
2315
|
-
/* @__PURE__ */ r(De, { type: "prev", ...n }),
|
|
2316
|
-
/* @__PURE__ */ r("span", { children: "Prev" })
|
|
2316
|
+
/* @__PURE__ */ r(je, { type: "next", ...n })
|
|
2317
2317
|
] }), jt = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
|
|
2318
|
-
/* @__PURE__ */ r(
|
|
2319
|
-
/* @__PURE__ */ r("span", { children: "
|
|
2318
|
+
/* @__PURE__ */ r(je, { type: "prev", ...n }),
|
|
2319
|
+
/* @__PURE__ */ r("span", { children: "Prev" })
|
|
2320
2320
|
] }), Ht = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
|
|
2321
|
+
/* @__PURE__ */ r(je, { type: "first", ...n }),
|
|
2322
|
+
/* @__PURE__ */ r("span", { children: "First" })
|
|
2323
|
+
] }), qt = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
|
|
2321
2324
|
/* @__PURE__ */ r("span", { children: "Last" }),
|
|
2322
|
-
/* @__PURE__ */ r(
|
|
2325
|
+
/* @__PURE__ */ r(je, { type: "last", ...n })
|
|
2323
2326
|
] });
|
|
2324
|
-
function
|
|
2327
|
+
function Ut(n) {
|
|
2325
2328
|
const e = {
|
|
2326
2329
|
root: H.root,
|
|
2327
2330
|
control: H.control,
|
|
@@ -2334,9 +2337,9 @@ function qt(n) {
|
|
|
2334
2337
|
const t = n.className;
|
|
2335
2338
|
return { className: t ? `${H.root} ${t}` : H.root, classNames: e };
|
|
2336
2339
|
}
|
|
2337
|
-
const
|
|
2340
|
+
const Yt = f(
|
|
2338
2341
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2339
|
-
const o = m(a, e), s =
|
|
2342
|
+
const o = m(a, e), s = Ut(
|
|
2340
2343
|
o
|
|
2341
2344
|
);
|
|
2342
2345
|
return /* @__PURE__ */ r(
|
|
@@ -2350,9 +2353,9 @@ const Ut = f(
|
|
|
2350
2353
|
);
|
|
2351
2354
|
}
|
|
2352
2355
|
);
|
|
2353
|
-
|
|
2354
|
-
const
|
|
2355
|
-
const l = m(o, e), i = t || (a ?
|
|
2356
|
+
Yt.displayName = "Pagination.Root";
|
|
2357
|
+
const Kt = f(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
|
|
2358
|
+
const l = m(o, e), i = t || (a ? Gt : void 0);
|
|
2356
2359
|
return /* @__PURE__ */ r(
|
|
2357
2360
|
me.Next,
|
|
2358
2361
|
{
|
|
@@ -2363,9 +2366,9 @@ const Yt = f(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
|
|
|
2363
2366
|
}
|
|
2364
2367
|
);
|
|
2365
2368
|
});
|
|
2366
|
-
|
|
2369
|
+
Kt.displayName = "Pagination.Next";
|
|
2367
2370
|
const Zt = f(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
|
|
2368
|
-
const l = m(o, e), i = t || (a ?
|
|
2371
|
+
const l = m(o, e), i = t || (a ? jt : void 0);
|
|
2369
2372
|
return /* @__PURE__ */ r(
|
|
2370
2373
|
me.Previous,
|
|
2371
2374
|
{
|
|
@@ -2377,8 +2380,8 @@ const Zt = f(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
|
|
|
2377
2380
|
);
|
|
2378
2381
|
});
|
|
2379
2382
|
Zt.displayName = "Pagination.Previous";
|
|
2380
|
-
const
|
|
2381
|
-
const l = m(o, e), i = t || (a ?
|
|
2383
|
+
const Xt = f(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
|
|
2384
|
+
const l = m(o, e), i = t || (a ? Ht : void 0);
|
|
2382
2385
|
return /* @__PURE__ */ r(
|
|
2383
2386
|
me.First,
|
|
2384
2387
|
{
|
|
@@ -2389,9 +2392,9 @@ const Kt = f(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
|
|
|
2389
2392
|
}
|
|
2390
2393
|
);
|
|
2391
2394
|
});
|
|
2392
|
-
|
|
2393
|
-
const
|
|
2394
|
-
const l = m(o, e), i = t || (a ?
|
|
2395
|
+
Xt.displayName = "Pagination.First";
|
|
2396
|
+
const Jt = f(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
|
|
2397
|
+
const l = m(o, e), i = t || (a ? qt : void 0);
|
|
2395
2398
|
return /* @__PURE__ */ r(
|
|
2396
2399
|
me.Last,
|
|
2397
2400
|
{
|
|
@@ -2402,19 +2405,19 @@ const Xt = f(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
|
|
|
2402
2405
|
}
|
|
2403
2406
|
);
|
|
2404
2407
|
});
|
|
2405
|
-
|
|
2408
|
+
Jt.displayName = "Pagination.Last";
|
|
2406
2409
|
const Qt = f(
|
|
2407
2410
|
function({ overStyled: e = !1, getControlProps: a, withLabels: t, ...o }, s) {
|
|
2408
|
-
const l = m(o, e), i =
|
|
2411
|
+
const l = m(o, e), i = Ut(
|
|
2409
2412
|
l
|
|
2410
|
-
), c = (
|
|
2413
|
+
), c = (d) => {
|
|
2411
2414
|
const u = { "data-variant": "text" };
|
|
2412
|
-
return a ? { ...u, ...a(
|
|
2413
|
-
},
|
|
2414
|
-
nextIcon:
|
|
2415
|
-
previousIcon:
|
|
2416
|
-
firstIcon:
|
|
2417
|
-
lastIcon:
|
|
2415
|
+
return a ? { ...u, ...a(d) } : u;
|
|
2416
|
+
}, p = t ? {
|
|
2417
|
+
nextIcon: Gt,
|
|
2418
|
+
previousIcon: jt,
|
|
2419
|
+
firstIcon: Ht,
|
|
2420
|
+
lastIcon: qt
|
|
2418
2421
|
} : {};
|
|
2419
2422
|
return /* @__PURE__ */ r(
|
|
2420
2423
|
me,
|
|
@@ -2423,14 +2426,14 @@ const Qt = f(
|
|
|
2423
2426
|
className: i.className,
|
|
2424
2427
|
classNames: i.classNames,
|
|
2425
2428
|
getControlProps: c,
|
|
2426
|
-
...
|
|
2429
|
+
...p,
|
|
2427
2430
|
...l
|
|
2428
2431
|
}
|
|
2429
2432
|
);
|
|
2430
2433
|
}
|
|
2431
2434
|
);
|
|
2432
2435
|
Qt.displayName = "Pagination";
|
|
2433
|
-
const
|
|
2436
|
+
const ea = f(function({ overStyled: e = !1, ...a }, t) {
|
|
2434
2437
|
const o = m(a, e);
|
|
2435
2438
|
return /* @__PURE__ */ r(
|
|
2436
2439
|
me.Control,
|
|
@@ -2440,8 +2443,8 @@ const Jt = f(function({ overStyled: e = !1, ...a }, t) {
|
|
|
2440
2443
|
}
|
|
2441
2444
|
);
|
|
2442
2445
|
});
|
|
2443
|
-
|
|
2444
|
-
const
|
|
2446
|
+
ea.displayName = "Pagination.Control";
|
|
2447
|
+
const oa = f(
|
|
2445
2448
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2446
2449
|
const o = m(a, e);
|
|
2447
2450
|
return /* @__PURE__ */ r(
|
|
@@ -2453,26 +2456,26 @@ const ea = f(
|
|
|
2453
2456
|
);
|
|
2454
2457
|
}
|
|
2455
2458
|
);
|
|
2456
|
-
|
|
2457
|
-
const
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
const
|
|
2468
|
-
content:
|
|
2469
|
-
inner:
|
|
2470
|
-
header:
|
|
2471
|
-
title:
|
|
2472
|
-
titleTruncate:
|
|
2473
|
-
body:
|
|
2474
|
-
footer:
|
|
2475
|
-
},
|
|
2459
|
+
oa.displayName = "Pagination.Dots";
|
|
2460
|
+
const le = Qt;
|
|
2461
|
+
le.Root = Yt;
|
|
2462
|
+
le.Items = me.Items;
|
|
2463
|
+
le.Control = ea;
|
|
2464
|
+
le.Dots = oa;
|
|
2465
|
+
le.Next = Kt;
|
|
2466
|
+
le.Previous = Zt;
|
|
2467
|
+
le.First = Xt;
|
|
2468
|
+
le.Last = Jt;
|
|
2469
|
+
le.Icon = je;
|
|
2470
|
+
const ll = "Panel-module__content___wdGo-", il = "Panel-module__inner___ruA2b", cl = "Panel-module__header___o7SiC", dl = "Panel-module__title___181OP", pl = "Panel-module__titleTruncate___fuP6V Panel-module__title___181OP", ul = "Panel-module__body___SEC3T", ml = "Panel-module__footer___t6-hz", Ce = {
|
|
2471
|
+
content: ll,
|
|
2472
|
+
inner: il,
|
|
2473
|
+
header: cl,
|
|
2474
|
+
title: dl,
|
|
2475
|
+
titleTruncate: pl,
|
|
2476
|
+
body: ul,
|
|
2477
|
+
footer: ml
|
|
2478
|
+
}, ta = function({
|
|
2476
2479
|
overStyled: e = !1,
|
|
2477
2480
|
placement: a = "right",
|
|
2478
2481
|
keepMounted: t = !0,
|
|
@@ -2487,9 +2490,9 @@ const al = "Panel-module__content___wdGo-", sl = "Panel-module__inner___ruA2b",
|
|
|
2487
2490
|
inner: Ce.inner
|
|
2488
2491
|
}, c = l.classNames;
|
|
2489
2492
|
if (c && typeof c == "object" && !Array.isArray(c)) {
|
|
2490
|
-
const
|
|
2491
|
-
Object.keys(
|
|
2492
|
-
i[
|
|
2493
|
+
const p = c;
|
|
2494
|
+
Object.keys(p).forEach((d) => {
|
|
2495
|
+
i[d] ? i[d] = `${i[d]} ${p[d]}` : i[d] = p[d];
|
|
2493
2496
|
});
|
|
2494
2497
|
}
|
|
2495
2498
|
return /* @__PURE__ */ r(
|
|
@@ -2503,15 +2506,15 @@ const al = "Panel-module__content___wdGo-", sl = "Panel-module__inner___ruA2b",
|
|
|
2503
2506
|
}
|
|
2504
2507
|
);
|
|
2505
2508
|
};
|
|
2506
|
-
|
|
2507
|
-
const
|
|
2509
|
+
ta.displayName = "Panel";
|
|
2510
|
+
const So = f(
|
|
2508
2511
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2509
2512
|
const o = m(a, e), s = o.className, l = s ? `${Ce.footer} ${s}` : Ce.footer;
|
|
2510
2513
|
return /* @__PURE__ */ r("div", { ref: t, className: l, ...o });
|
|
2511
2514
|
}
|
|
2512
2515
|
);
|
|
2513
|
-
|
|
2514
|
-
const
|
|
2516
|
+
So.displayName = "PanelFooter";
|
|
2517
|
+
const aa = f(
|
|
2515
2518
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2516
2519
|
const o = m(a, e);
|
|
2517
2520
|
return /* @__PURE__ */ r(
|
|
@@ -2523,8 +2526,8 @@ const ta = f(
|
|
|
2523
2526
|
);
|
|
2524
2527
|
}
|
|
2525
2528
|
);
|
|
2526
|
-
|
|
2527
|
-
const
|
|
2529
|
+
aa.displayName = "PanelRoot";
|
|
2530
|
+
const sa = f(
|
|
2528
2531
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2529
2532
|
const o = m(a, e);
|
|
2530
2533
|
return /* @__PURE__ */ r(
|
|
@@ -2536,8 +2539,8 @@ const aa = f(
|
|
|
2536
2539
|
);
|
|
2537
2540
|
}
|
|
2538
2541
|
);
|
|
2539
|
-
|
|
2540
|
-
const
|
|
2542
|
+
sa.displayName = "PanelOverlay";
|
|
2543
|
+
const ra = f(
|
|
2541
2544
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2542
2545
|
const o = m(a, e);
|
|
2543
2546
|
return /* @__PURE__ */ r(
|
|
@@ -2549,8 +2552,8 @@ const sa = f(
|
|
|
2549
2552
|
);
|
|
2550
2553
|
}
|
|
2551
2554
|
);
|
|
2552
|
-
|
|
2553
|
-
const
|
|
2555
|
+
ra.displayName = "PanelContent";
|
|
2556
|
+
const na = f(
|
|
2554
2557
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2555
2558
|
const o = m(a, e);
|
|
2556
2559
|
return /* @__PURE__ */ r(
|
|
@@ -2562,8 +2565,8 @@ const ra = f(
|
|
|
2562
2565
|
);
|
|
2563
2566
|
}
|
|
2564
2567
|
);
|
|
2565
|
-
|
|
2566
|
-
const
|
|
2568
|
+
na.displayName = "PanelHeader";
|
|
2569
|
+
const la = f(
|
|
2567
2570
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2568
2571
|
const o = m(a, e);
|
|
2569
2572
|
return /* @__PURE__ */ r(
|
|
@@ -2575,8 +2578,8 @@ const na = f(
|
|
|
2575
2578
|
);
|
|
2576
2579
|
}
|
|
2577
2580
|
);
|
|
2578
|
-
|
|
2579
|
-
const
|
|
2581
|
+
la.displayName = "PanelTitle";
|
|
2582
|
+
const ia = f(function({ overStyled: e = !1, ...a }, t) {
|
|
2580
2583
|
const o = m(a, e);
|
|
2581
2584
|
return /* @__PURE__ */ r(
|
|
2582
2585
|
_e.CloseButton,
|
|
@@ -2586,8 +2589,8 @@ const la = f(function({ overStyled: e = !1, ...a }, t) {
|
|
|
2586
2589
|
}
|
|
2587
2590
|
);
|
|
2588
2591
|
});
|
|
2589
|
-
|
|
2590
|
-
const
|
|
2592
|
+
ia.displayName = "PanelCloseButton";
|
|
2593
|
+
const ca = f(
|
|
2591
2594
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2592
2595
|
const o = m(a, e);
|
|
2593
2596
|
return /* @__PURE__ */ r(
|
|
@@ -2599,38 +2602,38 @@ const ia = f(
|
|
|
2599
2602
|
);
|
|
2600
2603
|
}
|
|
2601
2604
|
);
|
|
2602
|
-
|
|
2603
|
-
const
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
const
|
|
2614
|
-
dropdown:
|
|
2615
|
-
arrow:
|
|
2616
|
-
},
|
|
2605
|
+
ca.displayName = "PanelBody";
|
|
2606
|
+
const ie = ta;
|
|
2607
|
+
ie.Root = aa;
|
|
2608
|
+
ie.Overlay = sa;
|
|
2609
|
+
ie.Content = ra;
|
|
2610
|
+
ie.Header = na;
|
|
2611
|
+
ie.Title = la;
|
|
2612
|
+
ie.CloseButton = ia;
|
|
2613
|
+
ie.Body = ca;
|
|
2614
|
+
ie.Stack = _e.Stack;
|
|
2615
|
+
ie.Footer = So;
|
|
2616
|
+
const _l = "Popover-module__dropdown___svhS6", yl = "Popover-module__arrow___5A-0e", Do = {
|
|
2617
|
+
dropdown: _l,
|
|
2618
|
+
arrow: yl
|
|
2619
|
+
}, da = function({
|
|
2617
2620
|
overStyled: e = !1,
|
|
2618
2621
|
withBeak: a = !0,
|
|
2619
2622
|
...t
|
|
2620
2623
|
}) {
|
|
2621
2624
|
const o = m(t, e), s = {
|
|
2622
|
-
dropdown:
|
|
2623
|
-
arrow:
|
|
2625
|
+
dropdown: Do.dropdown,
|
|
2626
|
+
arrow: Do.arrow
|
|
2624
2627
|
}, l = o.classNames;
|
|
2625
2628
|
if (l && typeof l == "object" && !Array.isArray(l)) {
|
|
2626
|
-
const
|
|
2627
|
-
Object.keys(
|
|
2628
|
-
s[u] ? s[u] = `${s[u]} ${
|
|
2629
|
+
const d = l;
|
|
2630
|
+
Object.keys(d).forEach((u) => {
|
|
2631
|
+
s[u] ? s[u] = `${s[u]} ${d[u]}` : s[u] = d[u];
|
|
2629
2632
|
});
|
|
2630
2633
|
}
|
|
2631
2634
|
const i = o.arrowSize ?? 16, c = o.withArrow;
|
|
2632
2635
|
return /* @__PURE__ */ r(
|
|
2633
|
-
|
|
2636
|
+
yo,
|
|
2634
2637
|
{
|
|
2635
2638
|
position: "top",
|
|
2636
2639
|
arrowSize: i,
|
|
@@ -2640,37 +2643,37 @@ const dl = "Popover-module__dropdown___svhS6", pl = "Popover-module__arrow___5A-
|
|
|
2640
2643
|
}
|
|
2641
2644
|
);
|
|
2642
2645
|
};
|
|
2643
|
-
|
|
2644
|
-
const
|
|
2645
|
-
return /* @__PURE__ */ r(
|
|
2646
|
+
da.displayName = "Popover";
|
|
2647
|
+
const pa = function(e) {
|
|
2648
|
+
return /* @__PURE__ */ r(yo.Target, { ...e });
|
|
2646
2649
|
};
|
|
2647
|
-
|
|
2648
|
-
const
|
|
2650
|
+
pa.displayName = "PopoverTarget";
|
|
2651
|
+
const ua = function({
|
|
2649
2652
|
overStyled: e = !1,
|
|
2650
2653
|
...a
|
|
2651
2654
|
}) {
|
|
2652
2655
|
const t = m(a, e), o = t.className;
|
|
2653
2656
|
return /* @__PURE__ */ r(
|
|
2654
|
-
|
|
2657
|
+
yo.Dropdown,
|
|
2655
2658
|
{
|
|
2656
2659
|
className: o,
|
|
2657
2660
|
...t
|
|
2658
2661
|
}
|
|
2659
2662
|
);
|
|
2660
2663
|
};
|
|
2661
|
-
|
|
2662
|
-
const
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
const
|
|
2666
|
-
groupRoot:
|
|
2667
|
-
root:
|
|
2668
|
-
body:
|
|
2669
|
-
inner:
|
|
2670
|
-
radio:
|
|
2671
|
-
icon:
|
|
2672
|
-
labelWrapper:
|
|
2673
|
-
label:
|
|
2664
|
+
ua.displayName = "PopoverDropdown";
|
|
2665
|
+
const xo = da;
|
|
2666
|
+
xo.Target = pa;
|
|
2667
|
+
xo.Dropdown = ua;
|
|
2668
|
+
const fl = "Radio-module__groupRoot___bfUii", bl = "Radio-module__root___kAjTD", Nl = "Radio-module__body___q2Wpj", $l = "Radio-module__inner___QaTBB", hl = "Radio-module__radio___MfgN-", vl = "Radio-module__icon___DWznm", Cl = "Radio-module__labelWrapper___dB0Gi", Pl = "Radio-module__label___vAFIP", F = {
|
|
2669
|
+
groupRoot: fl,
|
|
2670
|
+
root: bl,
|
|
2671
|
+
body: Nl,
|
|
2672
|
+
inner: $l,
|
|
2673
|
+
radio: hl,
|
|
2674
|
+
icon: vl,
|
|
2675
|
+
labelWrapper: Cl,
|
|
2676
|
+
label: Pl
|
|
2674
2677
|
}, Ao = f(
|
|
2675
2678
|
function(e, a) {
|
|
2676
2679
|
const {
|
|
@@ -2681,23 +2684,23 @@ const ul = "Radio-module__groupRoot___bfUii", ml = "Radio-module__root___kAjTD",
|
|
|
2681
2684
|
labelAlignment: l,
|
|
2682
2685
|
labelOptionalText: i,
|
|
2683
2686
|
labelWithEditIcon: c,
|
|
2684
|
-
onLabelEditClick:
|
|
2687
|
+
onLabelEditClick: p,
|
|
2685
2688
|
// Base Mantine Extracted Attributes
|
|
2686
|
-
label:
|
|
2689
|
+
label: d,
|
|
2687
2690
|
description: u,
|
|
2688
2691
|
assistiveText: $,
|
|
2689
2692
|
assistiveWithIcon: y,
|
|
2690
2693
|
error: _,
|
|
2691
2694
|
required: b,
|
|
2692
|
-
withAsterisk:
|
|
2695
|
+
withAsterisk: P,
|
|
2693
2696
|
id: C,
|
|
2694
2697
|
className: h,
|
|
2695
2698
|
style: N,
|
|
2696
2699
|
children: O,
|
|
2697
2700
|
readOnly: v,
|
|
2698
2701
|
readOnlyComponent: z,
|
|
2699
|
-
emptyValueComponent:
|
|
2700
|
-
value:
|
|
2702
|
+
emptyValueComponent: A,
|
|
2703
|
+
value: x,
|
|
2701
2704
|
defaultValue: L,
|
|
2702
2705
|
...W
|
|
2703
2706
|
} = e, w = m(W, t), g = w;
|
|
@@ -2715,20 +2718,20 @@ const ul = "Radio-module__groupRoot___bfUii", ml = "Radio-module__root___kAjTD",
|
|
|
2715
2718
|
labelAlignment: l,
|
|
2716
2719
|
labelOptionalText: i,
|
|
2717
2720
|
labelWithEditIcon: c,
|
|
2718
|
-
onLabelEditClick:
|
|
2719
|
-
label:
|
|
2721
|
+
onLabelEditClick: p,
|
|
2722
|
+
label: d,
|
|
2720
2723
|
description: u,
|
|
2721
2724
|
assistiveText: $,
|
|
2722
2725
|
assistiveWithIcon: y,
|
|
2723
2726
|
error: _,
|
|
2724
2727
|
required: b,
|
|
2725
|
-
withAsterisk:
|
|
2728
|
+
withAsterisk: P,
|
|
2726
2729
|
id: C,
|
|
2727
2730
|
readOnly: v && !!z,
|
|
2728
2731
|
readOnlyComponent: z,
|
|
2729
|
-
emptyValueComponent:
|
|
2732
|
+
emptyValueComponent: A,
|
|
2730
2733
|
readOnlyType: "text",
|
|
2731
|
-
readOnlyValue:
|
|
2734
|
+
readOnlyValue: x !== void 0 ? x : L,
|
|
2732
2735
|
readOnlyNativeProps: e,
|
|
2733
2736
|
activeComponent: /* @__PURE__ */ r(
|
|
2734
2737
|
Uo.Group,
|
|
@@ -2736,7 +2739,7 @@ const ul = "Radio-module__groupRoot___bfUii", ml = "Radio-module__root___kAjTD",
|
|
|
2736
2739
|
ref: a,
|
|
2737
2740
|
...w,
|
|
2738
2741
|
disabled: v || g.disabled,
|
|
2739
|
-
value:
|
|
2742
|
+
value: x,
|
|
2740
2743
|
defaultValue: L,
|
|
2741
2744
|
children: /* @__PURE__ */ r("div", { className: F.groupRoot, "data-layout": o, children: O })
|
|
2742
2745
|
}
|
|
@@ -2746,7 +2749,7 @@ const ul = "Radio-module__groupRoot___bfUii", ml = "Radio-module__root___kAjTD",
|
|
|
2746
2749
|
}
|
|
2747
2750
|
);
|
|
2748
2751
|
Ao.displayName = "RadioGroup";
|
|
2749
|
-
const
|
|
2752
|
+
const Tl = ({ className: n, style: e }) => /* @__PURE__ */ r(
|
|
2750
2753
|
"svg",
|
|
2751
2754
|
{
|
|
2752
2755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2756,7 +2759,7 @@ const hl = ({ className: n, style: e }) => /* @__PURE__ */ r(
|
|
|
2756
2759
|
style: e,
|
|
2757
2760
|
children: /* @__PURE__ */ r("circle", { cx: "8", cy: "8", r: "5" })
|
|
2758
2761
|
}
|
|
2759
|
-
),
|
|
2762
|
+
), Oo = f(
|
|
2760
2763
|
function(e, a) {
|
|
2761
2764
|
const {
|
|
2762
2765
|
overStyled: t = !1,
|
|
@@ -2765,8 +2768,8 @@ const hl = ({ className: n, style: e }) => /* @__PURE__ */ r(
|
|
|
2765
2768
|
disabled: l,
|
|
2766
2769
|
formLayout: i,
|
|
2767
2770
|
labelSize: c,
|
|
2768
|
-
controlMaxWidth:
|
|
2769
|
-
controlMinWidth:
|
|
2771
|
+
controlMaxWidth: p,
|
|
2772
|
+
controlMinWidth: d,
|
|
2770
2773
|
...u
|
|
2771
2774
|
} = e, $ = m(u, t), y = $;
|
|
2772
2775
|
delete y.size, delete y.color, delete y.radius, delete y.variant, delete y.iconColor;
|
|
@@ -2783,7 +2786,7 @@ const hl = ({ className: n, style: e }) => /* @__PURE__ */ r(
|
|
|
2783
2786
|
const N = b;
|
|
2784
2787
|
_.root = N.root ? `${F.root} ${N.root}` : F.root, _.body = N.body ? `${F.body} ${N.body}` : F.body, _.inner = N.inner ? `${F.inner} ${N.inner}` : F.inner, _.radio = N.radio ? `${F.radio} ${N.radio}` : F.radio, _.icon = N.icon ? `${F.icon} ${N.icon}` : F.icon, _.labelWrapper = N.labelWrapper ? `${F.labelWrapper} ${N.labelWrapper}` : F.labelWrapper, _.label = N.label ? `${F.label} ${N.label}` : F.label;
|
|
2785
2788
|
}
|
|
2786
|
-
const
|
|
2789
|
+
const P = y.className, C = P ? `${F.root} ${P}` : F.root;
|
|
2787
2790
|
if (o && s) {
|
|
2788
2791
|
const N = !!(y.checked ?? y.defaultChecked), v = /* @__PURE__ */ r(
|
|
2789
2792
|
s,
|
|
@@ -2798,17 +2801,17 @@ const hl = ({ className: n, style: e }) => /* @__PURE__ */ r(
|
|
|
2798
2801
|
{
|
|
2799
2802
|
formLayout: i,
|
|
2800
2803
|
labelSize: c,
|
|
2801
|
-
controlMaxWidth:
|
|
2802
|
-
controlMinWidth:
|
|
2804
|
+
controlMaxWidth: p,
|
|
2805
|
+
controlMinWidth: d,
|
|
2803
2806
|
children: v
|
|
2804
2807
|
}
|
|
2805
|
-
) : /* @__PURE__ */ r(
|
|
2808
|
+
) : /* @__PURE__ */ r(ze, { children: v });
|
|
2806
2809
|
}
|
|
2807
2810
|
const h = /* @__PURE__ */ r(
|
|
2808
2811
|
Uo,
|
|
2809
2812
|
{
|
|
2810
2813
|
ref: a,
|
|
2811
|
-
icon:
|
|
2814
|
+
icon: Tl,
|
|
2812
2815
|
className: C,
|
|
2813
2816
|
classNames: _,
|
|
2814
2817
|
disabled: o || l,
|
|
@@ -2820,42 +2823,42 @@ const hl = ({ className: n, style: e }) => /* @__PURE__ */ r(
|
|
|
2820
2823
|
{
|
|
2821
2824
|
formLayout: i,
|
|
2822
2825
|
labelSize: c,
|
|
2823
|
-
controlMaxWidth:
|
|
2824
|
-
controlMinWidth:
|
|
2826
|
+
controlMaxWidth: p,
|
|
2827
|
+
controlMinWidth: d,
|
|
2825
2828
|
children: h
|
|
2826
2829
|
}
|
|
2827
2830
|
) : h;
|
|
2828
2831
|
}
|
|
2829
2832
|
);
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
const
|
|
2833
|
-
root:
|
|
2834
|
-
label:
|
|
2835
|
-
control:
|
|
2836
|
-
indicator:
|
|
2833
|
+
Oo.displayName = "Radio";
|
|
2834
|
+
Oo.Group = Ao;
|
|
2835
|
+
const wl = "SegmentedControl-module__root___JFRhg", gl = "SegmentedControl-module__label___mS17q", Sl = "SegmentedControl-module__control___znOdQ", xl = "SegmentedControl-module__indicator___ZMcJy", Z = {
|
|
2836
|
+
root: wl,
|
|
2837
|
+
label: gl,
|
|
2838
|
+
control: Sl,
|
|
2839
|
+
indicator: xl
|
|
2837
2840
|
};
|
|
2838
|
-
function
|
|
2841
|
+
function Al(n) {
|
|
2839
2842
|
const e = {
|
|
2840
|
-
root:
|
|
2841
|
-
control:
|
|
2842
|
-
label:
|
|
2843
|
-
indicator:
|
|
2843
|
+
root: Z.root,
|
|
2844
|
+
control: Z.control,
|
|
2845
|
+
label: Z.label,
|
|
2846
|
+
indicator: Z.indicator
|
|
2844
2847
|
}, a = n.classNames;
|
|
2845
2848
|
if (a && typeof a == "object" && !Array.isArray(a)) {
|
|
2846
2849
|
const s = a;
|
|
2847
|
-
e.root = s.root ? `${
|
|
2850
|
+
e.root = s.root ? `${Z.root} ${s.root}` : Z.root, e.control = s.control ? `${Z.control} ${s.control}` : Z.control, e.label = s.label ? `${Z.label} ${s.label}` : Z.label, e.indicator = s.indicator ? `${Z.indicator} ${s.indicator}` : Z.indicator;
|
|
2848
2851
|
}
|
|
2849
2852
|
const t = n.className;
|
|
2850
|
-
return { className: t ? `${
|
|
2853
|
+
return { className: t ? `${Z.root} ${t}` : Z.root, classNames: e };
|
|
2851
2854
|
}
|
|
2852
|
-
const
|
|
2855
|
+
const ma = f(
|
|
2853
2856
|
function({ overStyled: e = !1, orientation: a = "horizontal", fullWidth: t, ...o }, s) {
|
|
2854
2857
|
const l = m(o, e), i = l;
|
|
2855
2858
|
delete i.disabled;
|
|
2856
|
-
const c =
|
|
2859
|
+
const c = Al(i);
|
|
2857
2860
|
return /* @__PURE__ */ r(
|
|
2858
|
-
|
|
2861
|
+
ds,
|
|
2859
2862
|
{
|
|
2860
2863
|
ref: s,
|
|
2861
2864
|
className: c.className,
|
|
@@ -2868,23 +2871,23 @@ const ua = f(
|
|
|
2868
2871
|
);
|
|
2869
2872
|
}
|
|
2870
2873
|
);
|
|
2871
|
-
|
|
2872
|
-
const
|
|
2873
|
-
layoutOverride:
|
|
2874
|
-
sliderContainer:
|
|
2875
|
-
sliderTrackWrapper:
|
|
2876
|
-
iconWrapper:
|
|
2877
|
-
sliderRoot:
|
|
2878
|
-
sliderTrack:
|
|
2879
|
-
sliderBar:
|
|
2880
|
-
sliderThumb:
|
|
2881
|
-
sliderMark:
|
|
2882
|
-
minMaxGuide:
|
|
2883
|
-
rightGuideContainer:
|
|
2884
|
-
currentValue:
|
|
2885
|
-
inputField:
|
|
2886
|
-
readOnlyValue:
|
|
2887
|
-
},
|
|
2874
|
+
ma.displayName = "SegmentedControl";
|
|
2875
|
+
const Ol = ma, Ll = "Slider-module__layoutOverride___zYPun", Wl = "Slider-module__sliderContainer___y8I0J", Il = "Slider-module__sliderTrackWrapper___UHpVh", kl = "Slider-module__iconWrapper___uqHpC", zl = "Slider-module__sliderRoot___LI86H", Ml = "Slider-module__sliderTrack___oqnlG", Rl = "Slider-module__sliderBar___TI4VY", Bl = "Slider-module__sliderThumb___OFn8p", El = "Slider-module__sliderMark___1lM2B", Fl = "Slider-module__minMaxGuide___TaGqz", Vl = "Slider-module__rightGuideContainer___8dOT8", Dl = "Slider-module__currentValue___dGV2T", Gl = "Slider-module__inputField___6x578", jl = "Slider-module__readOnlyValue___-ZzMW", k = {
|
|
2876
|
+
layoutOverride: Ll,
|
|
2877
|
+
sliderContainer: Wl,
|
|
2878
|
+
sliderTrackWrapper: Il,
|
|
2879
|
+
iconWrapper: kl,
|
|
2880
|
+
sliderRoot: zl,
|
|
2881
|
+
sliderTrack: Ml,
|
|
2882
|
+
sliderBar: Rl,
|
|
2883
|
+
sliderThumb: Bl,
|
|
2884
|
+
sliderMark: El,
|
|
2885
|
+
minMaxGuide: Fl,
|
|
2886
|
+
rightGuideContainer: Vl,
|
|
2887
|
+
currentValue: Dl,
|
|
2888
|
+
inputField: Gl,
|
|
2889
|
+
readOnlyValue: jl
|
|
2890
|
+
}, Hl = ({ value: n }) => /* @__PURE__ */ r("div", { className: k.readOnlyValue, children: n }), _a = f(
|
|
2888
2891
|
function(e, a) {
|
|
2889
2892
|
const {
|
|
2890
2893
|
overStyled: t = !1,
|
|
@@ -2894,22 +2897,22 @@ const gl = ua, Sl = "Slider-module__layoutOverride___zYPun", Al = "Slider-module
|
|
|
2894
2897
|
labelAlignment: l,
|
|
2895
2898
|
labelOptionalText: i,
|
|
2896
2899
|
labelWithEditIcon: c,
|
|
2897
|
-
labelActionArea:
|
|
2898
|
-
onLabelEditClick:
|
|
2900
|
+
labelActionArea: p,
|
|
2901
|
+
onLabelEditClick: d,
|
|
2899
2902
|
label: u,
|
|
2900
2903
|
tooltipLabel: $,
|
|
2901
2904
|
assistiveText: y,
|
|
2902
2905
|
assistiveWithIcon: _,
|
|
2903
2906
|
error: b,
|
|
2904
|
-
required:
|
|
2907
|
+
required: P,
|
|
2905
2908
|
withAsterisk: C,
|
|
2906
2909
|
id: h,
|
|
2907
2910
|
className: N,
|
|
2908
2911
|
style: O,
|
|
2909
2912
|
disabled: v,
|
|
2910
2913
|
readOnly: z,
|
|
2911
|
-
readOnlyComponent:
|
|
2912
|
-
emptyValueComponent:
|
|
2914
|
+
readOnlyComponent: A,
|
|
2915
|
+
emptyValueComponent: x,
|
|
2913
2916
|
value: L,
|
|
2914
2917
|
defaultValue: W,
|
|
2915
2918
|
icon: w,
|
|
@@ -2920,27 +2923,27 @@ const gl = ua, Sl = "Slider-module__layoutOverride___zYPun", Al = "Slider-module
|
|
|
2920
2923
|
step: Te = 1,
|
|
2921
2924
|
onChange: we,
|
|
2922
2925
|
onChangeEnd: Y,
|
|
2923
|
-
...
|
|
2924
|
-
} = e, [
|
|
2926
|
+
...io
|
|
2927
|
+
} = e, [Va, Da] = uo(() => L !== void 0 ? L : W !== void 0 ? W : R), Ne = L !== void 0 ? L : Va, [Ga, co] = uo(
|
|
2925
2928
|
Ne.toString()
|
|
2926
2929
|
);
|
|
2927
|
-
|
|
2928
|
-
|
|
2930
|
+
De(() => {
|
|
2931
|
+
co(Ne.toString());
|
|
2929
2932
|
}, [Ne]);
|
|
2930
|
-
const
|
|
2931
|
-
L === void 0 &&
|
|
2932
|
-
},
|
|
2933
|
-
const
|
|
2934
|
-
|
|
2935
|
-
const
|
|
2936
|
-
if (!isNaN(
|
|
2937
|
-
const
|
|
2938
|
-
|
|
2933
|
+
const zo = (D) => {
|
|
2934
|
+
L === void 0 && Da(D), we == null || we(D);
|
|
2935
|
+
}, ja = (D) => {
|
|
2936
|
+
const Ro = D.target.value;
|
|
2937
|
+
co(Ro);
|
|
2938
|
+
const Bo = parseFloat(Ro);
|
|
2939
|
+
if (!isNaN(Bo)) {
|
|
2940
|
+
const Ya = Math.max(R, Math.min(S, Bo));
|
|
2941
|
+
zo(Ya);
|
|
2939
2942
|
}
|
|
2940
|
-
},
|
|
2941
|
-
|
|
2942
|
-
},
|
|
2943
|
-
delete
|
|
2943
|
+
}, Ha = () => {
|
|
2944
|
+
co(Ne.toString());
|
|
2945
|
+
}, Mo = m(io, t), Me = Mo;
|
|
2946
|
+
delete Me.size, delete Me.variant, delete Me.radius, delete Me.wrapperProps;
|
|
2944
2947
|
const ge = {
|
|
2945
2948
|
root: k.sliderRoot,
|
|
2946
2949
|
track: k.sliderTrack,
|
|
@@ -2948,17 +2951,17 @@ const gl = ua, Sl = "Slider-module__layoutOverride___zYPun", Al = "Slider-module
|
|
|
2948
2951
|
thumb: k.sliderThumb,
|
|
2949
2952
|
mark: k.sliderMark,
|
|
2950
2953
|
markLabel: k.sliderMarkLabel
|
|
2951
|
-
},
|
|
2952
|
-
if (
|
|
2953
|
-
const D =
|
|
2954
|
+
}, He = Me.classNames;
|
|
2955
|
+
if (He && typeof He == "object" && !Array.isArray(He)) {
|
|
2956
|
+
const D = He;
|
|
2954
2957
|
ge.root = D.root ? `${k.sliderRoot} ${D.root}` : k.sliderRoot, ge.track = D.track ? `${k.sliderTrack} ${D.track}` : k.sliderTrack, ge.bar = D.bar ? `${k.sliderBar} ${D.bar}` : k.sliderBar, ge.thumb = D.thumb ? `${k.sliderThumb} ${D.thumb}` : k.sliderThumb, ge.mark = D.mark ? `${k.sliderMark} ${D.mark}` : k.sliderMark, ge.markLabel = D.markLabel ? `${k.sliderMarkLabel} ${D.markLabel}` : k.sliderMarkLabel;
|
|
2955
2958
|
}
|
|
2956
|
-
const
|
|
2959
|
+
const qa = N ? `${k.layoutOverride} ${N}` : k.layoutOverride, Ua = w ? /* @__PURE__ */ r("span", { className: k.iconWrapper, "aria-hidden": !0, children: w }) : null;
|
|
2957
2960
|
return /* @__PURE__ */ r(
|
|
2958
2961
|
ae,
|
|
2959
2962
|
{
|
|
2960
2963
|
ref: a,
|
|
2961
|
-
className:
|
|
2964
|
+
className: qa,
|
|
2962
2965
|
style: O,
|
|
2963
2966
|
controlMaxWidth: void 0,
|
|
2964
2967
|
controlMinWidth: void 0,
|
|
@@ -2968,18 +2971,18 @@ const gl = ua, Sl = "Slider-module__layoutOverride___zYPun", Al = "Slider-module
|
|
|
2968
2971
|
labelAlignment: l,
|
|
2969
2972
|
labelOptionalText: i,
|
|
2970
2973
|
labelWithEditIcon: c,
|
|
2971
|
-
labelActionArea:
|
|
2972
|
-
onLabelEditClick:
|
|
2974
|
+
labelActionArea: p,
|
|
2975
|
+
onLabelEditClick: d,
|
|
2973
2976
|
label: u,
|
|
2974
2977
|
assistiveText: y,
|
|
2975
2978
|
assistiveWithIcon: _,
|
|
2976
2979
|
error: b,
|
|
2977
|
-
required:
|
|
2980
|
+
required: P,
|
|
2978
2981
|
withAsterisk: C,
|
|
2979
2982
|
id: h,
|
|
2980
2983
|
readOnly: z,
|
|
2981
|
-
readOnlyComponent:
|
|
2982
|
-
emptyValueComponent:
|
|
2984
|
+
readOnlyComponent: A || Hl,
|
|
2985
|
+
emptyValueComponent: x,
|
|
2983
2986
|
readOnlyType: "text",
|
|
2984
2987
|
readOnlyValue: Ne,
|
|
2985
2988
|
readOnlyNativeProps: { value: Ne },
|
|
@@ -2991,21 +2994,21 @@ const gl = ua, Sl = "Slider-module__layoutOverride___zYPun", Al = "Slider-module
|
|
|
2991
2994
|
"data-disabled": v ? "true" : void 0,
|
|
2992
2995
|
"data-error": b ? "true" : void 0,
|
|
2993
2996
|
children: [
|
|
2994
|
-
|
|
2997
|
+
Ua,
|
|
2995
2998
|
I && /* @__PURE__ */ r("span", { className: k.minMaxGuide, children: R }),
|
|
2996
2999
|
/* @__PURE__ */ r("div", { className: k.sliderTrackWrapper, children: /* @__PURE__ */ r(
|
|
2997
|
-
|
|
3000
|
+
ps,
|
|
2998
3001
|
{
|
|
2999
3002
|
classNames: ge,
|
|
3000
3003
|
disabled: v,
|
|
3001
3004
|
value: Ne,
|
|
3002
|
-
onChange:
|
|
3005
|
+
onChange: zo,
|
|
3003
3006
|
onChangeEnd: Y,
|
|
3004
3007
|
min: R,
|
|
3005
3008
|
max: S,
|
|
3006
3009
|
step: Te,
|
|
3007
3010
|
label: $,
|
|
3008
|
-
...
|
|
3011
|
+
...Mo
|
|
3009
3012
|
}
|
|
3010
3013
|
) }),
|
|
3011
3014
|
/* @__PURE__ */ V("div", { className: k.rightGuideContainer, children: [
|
|
@@ -3017,9 +3020,9 @@ const gl = ua, Sl = "Slider-module__layoutOverride___zYPun", Al = "Slider-module
|
|
|
3017
3020
|
{
|
|
3018
3021
|
type: "number",
|
|
3019
3022
|
className: k.inputField,
|
|
3020
|
-
value:
|
|
3021
|
-
onChange:
|
|
3022
|
-
onBlur:
|
|
3023
|
+
value: Ga,
|
|
3024
|
+
onChange: ja,
|
|
3025
|
+
onBlur: Ha,
|
|
3023
3026
|
min: R,
|
|
3024
3027
|
max: S,
|
|
3025
3028
|
step: Te,
|
|
@@ -3034,47 +3037,47 @@ const gl = ua, Sl = "Slider-module__layoutOverride___zYPun", Al = "Slider-module
|
|
|
3034
3037
|
);
|
|
3035
3038
|
}
|
|
3036
3039
|
);
|
|
3037
|
-
|
|
3038
|
-
const
|
|
3039
|
-
root:
|
|
3040
|
-
},
|
|
3040
|
+
_a.displayName = "Slider";
|
|
3041
|
+
const ql = "Stack-module__root___NUN-x", Ve = {
|
|
3042
|
+
root: ql
|
|
3043
|
+
}, ya = f(function({ children: e, gap: a = "rec-default", ...t }, o) {
|
|
3041
3044
|
const s = {
|
|
3042
|
-
root:
|
|
3045
|
+
root: Ve.root
|
|
3043
3046
|
}, l = t.classNames;
|
|
3044
3047
|
if (l && typeof l == "object" && !Array.isArray(l)) {
|
|
3045
|
-
const
|
|
3046
|
-
s.root =
|
|
3048
|
+
const p = l;
|
|
3049
|
+
s.root = p.root ? `${Ve.root} ${p.root}` : Ve.root;
|
|
3047
3050
|
}
|
|
3048
|
-
const i = t.className, c = i ? `${
|
|
3051
|
+
const i = t.className, c = i ? `${Ve.root} ${i}` : Ve.root;
|
|
3049
3052
|
return /* @__PURE__ */ r(
|
|
3050
|
-
|
|
3053
|
+
us,
|
|
3051
3054
|
{
|
|
3052
3055
|
ref: o,
|
|
3053
3056
|
className: c,
|
|
3054
3057
|
classNames: s,
|
|
3055
|
-
...
|
|
3058
|
+
...Ge({ gap: a, ...t }),
|
|
3056
3059
|
children: e
|
|
3057
3060
|
}
|
|
3058
3061
|
);
|
|
3059
3062
|
});
|
|
3060
|
-
|
|
3061
|
-
const
|
|
3062
|
-
root:
|
|
3063
|
-
horizontal:
|
|
3064
|
-
steps:
|
|
3065
|
-
step:
|
|
3066
|
-
stepBody:
|
|
3067
|
-
stepLabel:
|
|
3068
|
-
stepDescription:
|
|
3069
|
-
separator:
|
|
3070
|
-
vertical:
|
|
3071
|
-
large:
|
|
3072
|
-
small:
|
|
3073
|
-
stepIcon:
|
|
3074
|
-
stepCompletedIcon:
|
|
3075
|
-
verticalSeparator:
|
|
3076
|
-
content:
|
|
3077
|
-
},
|
|
3063
|
+
ya.displayName = "Stack";
|
|
3064
|
+
const Ul = ee(ya), Yl = "Stepper-module__root___jbSYO", Kl = "Stepper-module__horizontal___USHT1", Zl = "Stepper-module__steps___4HPO6", Xl = "Stepper-module__step___s2nqL", Jl = "Stepper-module__stepBody___TBvys", Ql = "Stepper-module__stepLabel___N6nuy", ei = "Stepper-module__stepDescription___DnDAy", oi = "Stepper-module__separator___pU0No", ti = "Stepper-module__vertical___d4mOs", ai = "Stepper-module__large___J18-y", si = "Stepper-module__small___Ub-zb", ri = "Stepper-module__stepIcon___YQHNq", ni = "Stepper-module__stepCompletedIcon___B9MeL", li = "Stepper-module__verticalSeparator___frWc1", ii = "Stepper-module__content___J-h8X", U = {
|
|
3065
|
+
root: Yl,
|
|
3066
|
+
horizontal: Kl,
|
|
3067
|
+
steps: Zl,
|
|
3068
|
+
step: Xl,
|
|
3069
|
+
stepBody: Jl,
|
|
3070
|
+
stepLabel: Ql,
|
|
3071
|
+
stepDescription: ei,
|
|
3072
|
+
separator: oi,
|
|
3073
|
+
vertical: ti,
|
|
3074
|
+
large: ai,
|
|
3075
|
+
small: si,
|
|
3076
|
+
stepIcon: ri,
|
|
3077
|
+
stepCompletedIcon: ni,
|
|
3078
|
+
verticalSeparator: li,
|
|
3079
|
+
content: ii
|
|
3080
|
+
}, fa = f(
|
|
3078
3081
|
function(e, a) {
|
|
3079
3082
|
const {
|
|
3080
3083
|
overStyled: t = !1,
|
|
@@ -3083,9 +3086,9 @@ const Gl = ee(_a), jl = "Stepper-module__root___jbSYO", Hl = "Stepper-module__ho
|
|
|
3083
3086
|
className: l,
|
|
3084
3087
|
style: i,
|
|
3085
3088
|
...c
|
|
3086
|
-
} = e,
|
|
3089
|
+
} = e, p = m(c, t);
|
|
3087
3090
|
return /* @__PURE__ */ r(
|
|
3088
|
-
|
|
3091
|
+
fo,
|
|
3089
3092
|
{
|
|
3090
3093
|
ref: a,
|
|
3091
3094
|
orientation: s,
|
|
@@ -3105,15 +3108,15 @@ const Gl = ee(_a), jl = "Stepper-module__root___jbSYO", Hl = "Stepper-module__ho
|
|
|
3105
3108
|
verticalSeparator: U.verticalSeparator,
|
|
3106
3109
|
content: U.content
|
|
3107
3110
|
},
|
|
3108
|
-
...
|
|
3111
|
+
...p
|
|
3109
3112
|
}
|
|
3110
3113
|
);
|
|
3111
3114
|
}
|
|
3112
|
-
),
|
|
3115
|
+
), ba = f(
|
|
3113
3116
|
function({ overStyled: e = !1, ...a }, t) {
|
|
3114
3117
|
const o = m(a, e);
|
|
3115
3118
|
return /* @__PURE__ */ r(
|
|
3116
|
-
|
|
3119
|
+
fo.Step,
|
|
3117
3120
|
{
|
|
3118
3121
|
ref: t,
|
|
3119
3122
|
...o
|
|
@@ -3121,26 +3124,26 @@ const Gl = ee(_a), jl = "Stepper-module__root___jbSYO", Hl = "Stepper-module__ho
|
|
|
3121
3124
|
);
|
|
3122
3125
|
}
|
|
3123
3126
|
);
|
|
3124
|
-
|
|
3125
|
-
const
|
|
3126
|
-
Step:
|
|
3127
|
+
ba.displayName = "Stepper.Step";
|
|
3128
|
+
const ci = Object.assign(fa, {
|
|
3129
|
+
Step: ba,
|
|
3127
3130
|
// Stepper.Completed only accepts `children` — no styling props to strip,
|
|
3128
3131
|
// so re-exporting Mantine's implementation directly is not a gap.
|
|
3129
|
-
Completed:
|
|
3132
|
+
Completed: fo.Completed
|
|
3130
3133
|
});
|
|
3131
|
-
|
|
3132
|
-
const
|
|
3133
|
-
root:
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
thumb:
|
|
3137
|
-
labelWrapper:
|
|
3138
|
-
label:
|
|
3139
|
-
thumbIconWrapper:
|
|
3140
|
-
checkIcon:
|
|
3141
|
-
closeIcon:
|
|
3142
|
-
groupRoot:
|
|
3143
|
-
},
|
|
3134
|
+
fa.displayName = "Stepper";
|
|
3135
|
+
const di = "Switch-module__root___Y5Ydi", pi = "Switch-module__track___7ObdZ", ui = "Switch-module__body___Sw9Wr", mi = "Switch-module__thumb___-FTeK", _i = "Switch-module__labelWrapper___YSOwx", yi = "Switch-module__label___LrH7V", fi = "Switch-module__thumbIconWrapper___sCY-1", bi = "Switch-module__checkIcon___ZBAQN", Ni = "Switch-module__closeIcon___bLLGw", $i = "Switch-module__groupRoot___-Uepi", M = {
|
|
3136
|
+
root: di,
|
|
3137
|
+
track: pi,
|
|
3138
|
+
body: ui,
|
|
3139
|
+
thumb: mi,
|
|
3140
|
+
labelWrapper: _i,
|
|
3141
|
+
label: yi,
|
|
3142
|
+
thumbIconWrapper: fi,
|
|
3143
|
+
checkIcon: bi,
|
|
3144
|
+
closeIcon: Ni,
|
|
3145
|
+
groupRoot: $i
|
|
3146
|
+
}, Lo = f(
|
|
3144
3147
|
function(e, a) {
|
|
3145
3148
|
const {
|
|
3146
3149
|
overStyled: t = !1,
|
|
@@ -3150,23 +3153,23 @@ const ni = "Switch-module__root___Y5Ydi", li = "Switch-module__body___Sw9Wr", ii
|
|
|
3150
3153
|
labelAlignment: l,
|
|
3151
3154
|
labelOptionalText: i,
|
|
3152
3155
|
labelWithEditIcon: c,
|
|
3153
|
-
onLabelEditClick:
|
|
3156
|
+
onLabelEditClick: p,
|
|
3154
3157
|
// Base Mantine Extracted Attributes
|
|
3155
|
-
label:
|
|
3158
|
+
label: d,
|
|
3156
3159
|
description: u,
|
|
3157
3160
|
assistiveText: $,
|
|
3158
3161
|
assistiveWithIcon: y,
|
|
3159
3162
|
error: _,
|
|
3160
3163
|
required: b,
|
|
3161
|
-
withAsterisk:
|
|
3164
|
+
withAsterisk: P,
|
|
3162
3165
|
id: C,
|
|
3163
3166
|
className: h,
|
|
3164
3167
|
style: N,
|
|
3165
3168
|
children: O,
|
|
3166
3169
|
readOnly: v,
|
|
3167
3170
|
readOnlyComponent: z,
|
|
3168
|
-
emptyValueComponent:
|
|
3169
|
-
value:
|
|
3171
|
+
emptyValueComponent: A,
|
|
3172
|
+
value: x,
|
|
3170
3173
|
defaultValue: L,
|
|
3171
3174
|
...W
|
|
3172
3175
|
} = e, w = m(W, t), g = w;
|
|
@@ -3184,20 +3187,20 @@ const ni = "Switch-module__root___Y5Ydi", li = "Switch-module__body___Sw9Wr", ii
|
|
|
3184
3187
|
labelAlignment: l,
|
|
3185
3188
|
labelOptionalText: i,
|
|
3186
3189
|
labelWithEditIcon: c,
|
|
3187
|
-
onLabelEditClick:
|
|
3188
|
-
label:
|
|
3190
|
+
onLabelEditClick: p,
|
|
3191
|
+
label: d,
|
|
3189
3192
|
description: u,
|
|
3190
3193
|
assistiveText: $,
|
|
3191
3194
|
assistiveWithIcon: y,
|
|
3192
3195
|
error: _,
|
|
3193
3196
|
required: b,
|
|
3194
|
-
withAsterisk:
|
|
3197
|
+
withAsterisk: P,
|
|
3195
3198
|
id: C,
|
|
3196
3199
|
readOnly: v && !!z,
|
|
3197
3200
|
readOnlyComponent: z,
|
|
3198
|
-
emptyValueComponent:
|
|
3201
|
+
emptyValueComponent: A,
|
|
3199
3202
|
readOnlyType: "text",
|
|
3200
|
-
readOnlyValue:
|
|
3203
|
+
readOnlyValue: x !== void 0 ? x : L,
|
|
3201
3204
|
readOnlyNativeProps: e,
|
|
3202
3205
|
activeComponent: /* @__PURE__ */ r(
|
|
3203
3206
|
Yo.Group,
|
|
@@ -3205,7 +3208,7 @@ const ni = "Switch-module__root___Y5Ydi", li = "Switch-module__body___Sw9Wr", ii
|
|
|
3205
3208
|
ref: a,
|
|
3206
3209
|
...w,
|
|
3207
3210
|
disabled: v || g.disabled,
|
|
3208
|
-
value:
|
|
3211
|
+
value: x,
|
|
3209
3212
|
defaultValue: L,
|
|
3210
3213
|
children: /* @__PURE__ */ r("div", { className: M.groupRoot, "data-layout": o, children: O })
|
|
3211
3214
|
}
|
|
@@ -3214,8 +3217,8 @@ const ni = "Switch-module__root___Y5Ydi", li = "Switch-module__body___Sw9Wr", ii
|
|
|
3214
3217
|
);
|
|
3215
3218
|
}
|
|
3216
3219
|
);
|
|
3217
|
-
|
|
3218
|
-
const
|
|
3220
|
+
Lo.displayName = "SwitchGroup";
|
|
3221
|
+
const Wo = f(
|
|
3219
3222
|
function(e, a) {
|
|
3220
3223
|
const {
|
|
3221
3224
|
overStyled: t = !1,
|
|
@@ -3224,8 +3227,8 @@ const Lo = f(
|
|
|
3224
3227
|
disabled: l,
|
|
3225
3228
|
thumbIcon: i,
|
|
3226
3229
|
formLayout: c,
|
|
3227
|
-
labelSize:
|
|
3228
|
-
controlMaxWidth:
|
|
3230
|
+
labelSize: p,
|
|
3231
|
+
controlMaxWidth: d,
|
|
3229
3232
|
controlMinWidth: u,
|
|
3230
3233
|
...$
|
|
3231
3234
|
} = e, y = m($, t), _ = y;
|
|
@@ -3238,14 +3241,14 @@ const Lo = f(
|
|
|
3238
3241
|
trackLabel: M.trackLabel,
|
|
3239
3242
|
labelWrapper: M.labelWrapper,
|
|
3240
3243
|
label: M.label
|
|
3241
|
-
},
|
|
3242
|
-
if (
|
|
3243
|
-
const v =
|
|
3244
|
+
}, P = _.classNames;
|
|
3245
|
+
if (P && typeof P == "object" && !Array.isArray(P)) {
|
|
3246
|
+
const v = P;
|
|
3244
3247
|
b.root = v.root ? `${M.root} ${v.root}` : M.root, b.body = v.body ? `${M.body} ${v.body}` : M.body, b.track = v.track ? `${M.track} ${v.track}` : M.track, b.thumb = v.thumb ? `${M.thumb} ${v.thumb}` : M.thumb, b.trackLabel = v.trackLabel ? `${M.trackLabel} ${v.trackLabel}` : M.trackLabel, b.labelWrapper = v.labelWrapper ? `${M.labelWrapper} ${v.labelWrapper}` : M.labelWrapper, b.label = v.label ? `${M.label} ${v.label}` : M.label;
|
|
3245
3248
|
}
|
|
3246
3249
|
const C = _.className, h = C ? `${M.root} ${C}` : M.root;
|
|
3247
3250
|
if (o && s) {
|
|
3248
|
-
const v = !!(_.checked ?? _.defaultChecked),
|
|
3251
|
+
const v = !!(_.checked ?? _.defaultChecked), A = /* @__PURE__ */ r(
|
|
3249
3252
|
s,
|
|
3250
3253
|
{
|
|
3251
3254
|
...e,
|
|
@@ -3257,16 +3260,16 @@ const Lo = f(
|
|
|
3257
3260
|
pe,
|
|
3258
3261
|
{
|
|
3259
3262
|
formLayout: c,
|
|
3260
|
-
labelSize:
|
|
3261
|
-
controlMaxWidth:
|
|
3263
|
+
labelSize: p,
|
|
3264
|
+
controlMaxWidth: d,
|
|
3262
3265
|
controlMinWidth: u,
|
|
3263
|
-
children:
|
|
3266
|
+
children: A
|
|
3264
3267
|
}
|
|
3265
|
-
) : /* @__PURE__ */ r(
|
|
3268
|
+
) : /* @__PURE__ */ r(ze, { children: A });
|
|
3266
3269
|
}
|
|
3267
3270
|
const N = /* @__PURE__ */ V("div", { className: M.thumbIconWrapper, children: [
|
|
3268
|
-
/* @__PURE__ */ r(
|
|
3269
|
-
/* @__PURE__ */ r(
|
|
3271
|
+
/* @__PURE__ */ r(ms, { className: M.checkIcon }),
|
|
3272
|
+
/* @__PURE__ */ r(_s, { className: M.closeIcon })
|
|
3270
3273
|
] }), O = /* @__PURE__ */ r(
|
|
3271
3274
|
Yo,
|
|
3272
3275
|
{
|
|
@@ -3283,20 +3286,20 @@ const Lo = f(
|
|
|
3283
3286
|
pe,
|
|
3284
3287
|
{
|
|
3285
3288
|
formLayout: c,
|
|
3286
|
-
labelSize:
|
|
3287
|
-
controlMaxWidth:
|
|
3289
|
+
labelSize: p,
|
|
3290
|
+
controlMaxWidth: d,
|
|
3288
3291
|
controlMinWidth: u,
|
|
3289
3292
|
children: O
|
|
3290
3293
|
}
|
|
3291
3294
|
) : O;
|
|
3292
3295
|
}
|
|
3293
3296
|
);
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
const
|
|
3297
|
-
root:
|
|
3298
|
-
},
|
|
3299
|
-
const o = m(a, e), s = o.className, l =
|
|
3297
|
+
Wo.displayName = "Switch";
|
|
3298
|
+
Wo.Group = Lo;
|
|
3299
|
+
const hi = "Table-module__root___aMWWS", vi = {
|
|
3300
|
+
root: hi
|
|
3301
|
+
}, Na = f(function({ overStyled: e = !1, ...a }, t) {
|
|
3302
|
+
const o = m(a, e), s = o.className, l = vi.root, i = s ? `${l} ${s}` : l;
|
|
3300
3303
|
return /* @__PURE__ */ r(
|
|
3301
3304
|
ye,
|
|
3302
3305
|
{
|
|
@@ -3306,8 +3309,8 @@ const fi = "Table-module__root___aMWWS", bi = {
|
|
|
3306
3309
|
}
|
|
3307
3310
|
);
|
|
3308
3311
|
});
|
|
3309
|
-
|
|
3310
|
-
const
|
|
3312
|
+
Na.displayName = "Table";
|
|
3313
|
+
const $a = f(
|
|
3311
3314
|
function({ overStyled: e = !1, ...a }, t) {
|
|
3312
3315
|
const o = m(a, e);
|
|
3313
3316
|
return /* @__PURE__ */ r(
|
|
@@ -3319,8 +3322,8 @@ const Na = f(
|
|
|
3319
3322
|
);
|
|
3320
3323
|
}
|
|
3321
3324
|
);
|
|
3322
|
-
|
|
3323
|
-
const
|
|
3325
|
+
$a.displayName = "TableThead";
|
|
3326
|
+
const ha = f(
|
|
3324
3327
|
function({ overStyled: e = !1, ...a }, t) {
|
|
3325
3328
|
const o = m(a, e);
|
|
3326
3329
|
return /* @__PURE__ */ r(
|
|
@@ -3332,8 +3335,8 @@ const $a = f(
|
|
|
3332
3335
|
);
|
|
3333
3336
|
}
|
|
3334
3337
|
);
|
|
3335
|
-
|
|
3336
|
-
const
|
|
3338
|
+
ha.displayName = "TableTbody";
|
|
3339
|
+
const va = f(
|
|
3337
3340
|
function({ overStyled: e = !1, ...a }, t) {
|
|
3338
3341
|
const o = m(a, e);
|
|
3339
3342
|
return /* @__PURE__ */ r(
|
|
@@ -3345,8 +3348,8 @@ const ha = f(
|
|
|
3345
3348
|
);
|
|
3346
3349
|
}
|
|
3347
3350
|
);
|
|
3348
|
-
|
|
3349
|
-
const
|
|
3351
|
+
va.displayName = "TableTr";
|
|
3352
|
+
const Ca = f(
|
|
3350
3353
|
function({ overStyled: e = !1, ...a }, t) {
|
|
3351
3354
|
const o = m(a, e);
|
|
3352
3355
|
return /* @__PURE__ */ r(
|
|
@@ -3358,8 +3361,8 @@ const va = f(
|
|
|
3358
3361
|
);
|
|
3359
3362
|
}
|
|
3360
3363
|
);
|
|
3361
|
-
|
|
3362
|
-
const
|
|
3364
|
+
Ca.displayName = "TableTh";
|
|
3365
|
+
const Pa = f(
|
|
3363
3366
|
function({ overStyled: e = !1, ...a }, t) {
|
|
3364
3367
|
const o = m(a, e);
|
|
3365
3368
|
return /* @__PURE__ */ r(
|
|
@@ -3371,8 +3374,8 @@ const Ca = f(
|
|
|
3371
3374
|
);
|
|
3372
3375
|
}
|
|
3373
3376
|
);
|
|
3374
|
-
|
|
3375
|
-
const
|
|
3377
|
+
Pa.displayName = "TableTd";
|
|
3378
|
+
const Ta = f(
|
|
3376
3379
|
function({ overStyled: e = !1, ...a }, t) {
|
|
3377
3380
|
const o = m(a, e);
|
|
3378
3381
|
return /* @__PURE__ */ r(
|
|
@@ -3384,8 +3387,8 @@ const Pa = f(
|
|
|
3384
3387
|
);
|
|
3385
3388
|
}
|
|
3386
3389
|
);
|
|
3387
|
-
|
|
3388
|
-
const
|
|
3390
|
+
Ta.displayName = "TableTfoot";
|
|
3391
|
+
const wa = f(function({ overStyled: e = !1, ...a }, t) {
|
|
3389
3392
|
const o = m(a, e);
|
|
3390
3393
|
return /* @__PURE__ */ r(
|
|
3391
3394
|
ye.Caption,
|
|
@@ -3395,8 +3398,8 @@ const Ta = f(function({ overStyled: e = !1, ...a }, t) {
|
|
|
3395
3398
|
}
|
|
3396
3399
|
);
|
|
3397
3400
|
});
|
|
3398
|
-
|
|
3399
|
-
const
|
|
3401
|
+
wa.displayName = "TableCaption";
|
|
3402
|
+
const ga = f(function({ overStyled: e = !1, ...a }, t) {
|
|
3400
3403
|
const o = m(a, e);
|
|
3401
3404
|
return /* @__PURE__ */ r(
|
|
3402
3405
|
ye.ScrollContainer,
|
|
@@ -3406,22 +3409,22 @@ const wa = f(function({ overStyled: e = !1, ...a }, t) {
|
|
|
3406
3409
|
}
|
|
3407
3410
|
);
|
|
3408
3411
|
});
|
|
3409
|
-
|
|
3410
|
-
const be =
|
|
3411
|
-
be.Thead =
|
|
3412
|
-
be.Tbody =
|
|
3413
|
-
be.Tr =
|
|
3414
|
-
be.Th =
|
|
3415
|
-
be.Td =
|
|
3416
|
-
be.Tfoot =
|
|
3417
|
-
be.Caption =
|
|
3418
|
-
be.ScrollContainer =
|
|
3419
|
-
const
|
|
3420
|
-
root:
|
|
3421
|
-
list:
|
|
3422
|
-
tab:
|
|
3423
|
-
panel:
|
|
3424
|
-
},
|
|
3412
|
+
ga.displayName = "TableScrollContainer";
|
|
3413
|
+
const be = Na;
|
|
3414
|
+
be.Thead = $a;
|
|
3415
|
+
be.Tbody = ha;
|
|
3416
|
+
be.Tr = va;
|
|
3417
|
+
be.Th = Ca;
|
|
3418
|
+
be.Td = Pa;
|
|
3419
|
+
be.Tfoot = Ta;
|
|
3420
|
+
be.Caption = wa;
|
|
3421
|
+
be.ScrollContainer = ga;
|
|
3422
|
+
const Ci = "Tabs-module__root___-VKVI", Pi = "Tabs-module__list___qRVME", Ti = "Tabs-module__tab___IdDYc", wi = "Tabs-module__panel___08i9c", Ue = {
|
|
3423
|
+
root: Ci,
|
|
3424
|
+
list: Pi,
|
|
3425
|
+
tab: Ti,
|
|
3426
|
+
panel: wi
|
|
3427
|
+
}, Sa = f(function(e, a) {
|
|
3425
3428
|
const {
|
|
3426
3429
|
variant: t = "default",
|
|
3427
3430
|
orientation: o = "horizontal",
|
|
@@ -3430,29 +3433,29 @@ const Ni = "Tabs-module__root___-VKVI", $i = "Tabs-module__list___qRVME", hi = "
|
|
|
3430
3433
|
...i
|
|
3431
3434
|
} = e, c = m(i, s);
|
|
3432
3435
|
return /* @__PURE__ */ r(
|
|
3433
|
-
|
|
3436
|
+
to,
|
|
3434
3437
|
{
|
|
3435
3438
|
ref: a,
|
|
3436
3439
|
variant: t,
|
|
3437
3440
|
orientation: o,
|
|
3438
|
-
className: `${
|
|
3441
|
+
className: `${Ue.root} ${l || ""}`,
|
|
3439
3442
|
"data-variant": t,
|
|
3440
3443
|
"data-orientation": o,
|
|
3441
3444
|
classNames: {
|
|
3442
|
-
list:
|
|
3443
|
-
tab:
|
|
3444
|
-
panel:
|
|
3445
|
+
list: Ue.list,
|
|
3446
|
+
tab: Ue.tab,
|
|
3447
|
+
panel: Ue.panel
|
|
3445
3448
|
},
|
|
3446
3449
|
...c
|
|
3447
3450
|
}
|
|
3448
3451
|
);
|
|
3449
3452
|
});
|
|
3450
|
-
|
|
3451
|
-
const
|
|
3453
|
+
Sa.displayName = "Tabs";
|
|
3454
|
+
const xa = f(
|
|
3452
3455
|
function(e, a) {
|
|
3453
3456
|
const { overStyled: t = !1, ...o } = e;
|
|
3454
3457
|
return /* @__PURE__ */ r(
|
|
3455
|
-
|
|
3458
|
+
to.List,
|
|
3456
3459
|
{
|
|
3457
3460
|
ref: a,
|
|
3458
3461
|
...m(o, t)
|
|
@@ -3460,12 +3463,12 @@ const Sa = f(
|
|
|
3460
3463
|
);
|
|
3461
3464
|
}
|
|
3462
3465
|
);
|
|
3463
|
-
|
|
3466
|
+
xa.displayName = "Tabs.List";
|
|
3464
3467
|
const Aa = f(
|
|
3465
3468
|
function(e, a) {
|
|
3466
3469
|
const { overStyled: t = !1, ...o } = e;
|
|
3467
3470
|
return /* @__PURE__ */ r(
|
|
3468
|
-
|
|
3471
|
+
to.Tab,
|
|
3469
3472
|
{
|
|
3470
3473
|
ref: a,
|
|
3471
3474
|
...m(o, t)
|
|
@@ -3474,11 +3477,11 @@ const Aa = f(
|
|
|
3474
3477
|
}
|
|
3475
3478
|
);
|
|
3476
3479
|
Aa.displayName = "Tabs.Tab";
|
|
3477
|
-
const
|
|
3480
|
+
const Oa = f(
|
|
3478
3481
|
function(e, a) {
|
|
3479
3482
|
const { overStyled: t = !1, ...o } = e;
|
|
3480
3483
|
return /* @__PURE__ */ r(
|
|
3481
|
-
|
|
3484
|
+
to.Panel,
|
|
3482
3485
|
{
|
|
3483
3486
|
ref: a,
|
|
3484
3487
|
...m(o, t)
|
|
@@ -3486,15 +3489,15 @@ const xa = f(
|
|
|
3486
3489
|
);
|
|
3487
3490
|
}
|
|
3488
3491
|
);
|
|
3489
|
-
|
|
3490
|
-
const
|
|
3491
|
-
List:
|
|
3492
|
+
Oa.displayName = "Tabs.Panel";
|
|
3493
|
+
const gi = Object.assign(Sa, {
|
|
3494
|
+
List: xa,
|
|
3492
3495
|
Tab: Aa,
|
|
3493
|
-
Panel:
|
|
3494
|
-
}),
|
|
3496
|
+
Panel: Oa
|
|
3497
|
+
}), La = f(function({ overStyled: e = !1, variant: a = "body", ...t }, o) {
|
|
3495
3498
|
const s = m(t, e), l = s.className, i = `recursica_brand_typography_${a}`, c = l ? `${i} ${l}` : i;
|
|
3496
3499
|
return /* @__PURE__ */ r(
|
|
3497
|
-
|
|
3500
|
+
ys,
|
|
3498
3501
|
{
|
|
3499
3502
|
ref: o,
|
|
3500
3503
|
className: c,
|
|
@@ -3502,12 +3505,12 @@ const Ci = Object.assign(ga, {
|
|
|
3502
3505
|
}
|
|
3503
3506
|
);
|
|
3504
3507
|
});
|
|
3505
|
-
|
|
3506
|
-
const
|
|
3507
|
-
layoutOverride:
|
|
3508
|
-
root:
|
|
3509
|
-
input:
|
|
3510
|
-
},
|
|
3508
|
+
La.displayName = "Text";
|
|
3509
|
+
const Si = ee(La), xi = "TextArea-module__layoutOverride___4MCdm", Ai = "TextArea-module__root___3dyeu", Oi = "TextArea-module__input___8l36v", he = {
|
|
3510
|
+
layoutOverride: xi,
|
|
3511
|
+
root: Ai,
|
|
3512
|
+
input: Oi
|
|
3513
|
+
}, Wa = f(
|
|
3511
3514
|
function(e, a) {
|
|
3512
3515
|
const {
|
|
3513
3516
|
overStyled: t = !1,
|
|
@@ -3517,22 +3520,22 @@ const Pi = ee(Oa), Ti = "TextArea-module__layoutOverride___4MCdm", wi = "TextAre
|
|
|
3517
3520
|
labelAlignment: l,
|
|
3518
3521
|
labelOptionalText: i,
|
|
3519
3522
|
labelWithEditIcon: c,
|
|
3520
|
-
onLabelEditClick:
|
|
3521
|
-
label:
|
|
3523
|
+
onLabelEditClick: p,
|
|
3524
|
+
label: d,
|
|
3522
3525
|
assistiveText: u,
|
|
3523
3526
|
assistiveWithIcon: $,
|
|
3524
3527
|
error: y,
|
|
3525
3528
|
required: _,
|
|
3526
3529
|
withAsterisk: b,
|
|
3527
|
-
id:
|
|
3530
|
+
id: P,
|
|
3528
3531
|
className: C,
|
|
3529
3532
|
style: h,
|
|
3530
3533
|
disabled: N,
|
|
3531
3534
|
readOnly: O,
|
|
3532
3535
|
readOnlyComponent: v,
|
|
3533
3536
|
emptyValueComponent: z,
|
|
3534
|
-
value:
|
|
3535
|
-
defaultValue:
|
|
3537
|
+
value: A,
|
|
3538
|
+
defaultValue: x,
|
|
3536
3539
|
...L
|
|
3537
3540
|
} = e, W = m(L, t), w = W;
|
|
3538
3541
|
delete w.size, delete w.variant, delete w.radius;
|
|
@@ -3551,38 +3554,38 @@ const Pi = ee(Oa), Ti = "TextArea-module__layoutOverride___4MCdm", wi = "TextAre
|
|
|
3551
3554
|
{
|
|
3552
3555
|
className: R,
|
|
3553
3556
|
style: h,
|
|
3554
|
-
controlMaxWidth: "var(--
|
|
3555
|
-
controlMinWidth: "var(--
|
|
3557
|
+
controlMaxWidth: "var(--textarea-control-max-width)",
|
|
3558
|
+
controlMinWidth: "var(--textarea-control-min-width)",
|
|
3556
3559
|
overStyled: t,
|
|
3557
3560
|
formLayout: o,
|
|
3558
3561
|
labelSize: s,
|
|
3559
3562
|
labelAlignment: l,
|
|
3560
3563
|
labelOptionalText: i,
|
|
3561
3564
|
labelWithEditIcon: c,
|
|
3562
|
-
onLabelEditClick:
|
|
3563
|
-
label:
|
|
3565
|
+
onLabelEditClick: p,
|
|
3566
|
+
label: d,
|
|
3564
3567
|
assistiveText: u,
|
|
3565
3568
|
assistiveWithIcon: $,
|
|
3566
3569
|
error: y,
|
|
3567
3570
|
required: _,
|
|
3568
3571
|
withAsterisk: b,
|
|
3569
|
-
id:
|
|
3572
|
+
id: P,
|
|
3570
3573
|
readOnly: O,
|
|
3571
3574
|
readOnlyComponent: v,
|
|
3572
3575
|
emptyValueComponent: z,
|
|
3573
3576
|
readOnlyType: "text",
|
|
3574
|
-
readOnlyValue:
|
|
3577
|
+
readOnlyValue: A !== void 0 ? A : x,
|
|
3575
3578
|
readOnlyNativeProps: e,
|
|
3576
3579
|
activeComponent: (
|
|
3577
3580
|
/* Naked Input execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
|
|
3578
3581
|
/* @__PURE__ */ r(
|
|
3579
|
-
|
|
3582
|
+
fs,
|
|
3580
3583
|
{
|
|
3581
3584
|
ref: a,
|
|
3582
3585
|
classNames: g,
|
|
3583
3586
|
disabled: N,
|
|
3584
|
-
value:
|
|
3585
|
-
defaultValue:
|
|
3587
|
+
value: A,
|
|
3588
|
+
defaultValue: x,
|
|
3586
3589
|
label: void 0,
|
|
3587
3590
|
description: void 0,
|
|
3588
3591
|
error: void 0,
|
|
@@ -3600,13 +3603,13 @@ const Pi = ee(Oa), Ti = "TextArea-module__layoutOverride___4MCdm", wi = "TextAre
|
|
|
3600
3603
|
);
|
|
3601
3604
|
}
|
|
3602
3605
|
);
|
|
3603
|
-
|
|
3604
|
-
const
|
|
3605
|
-
layoutOverride:
|
|
3606
|
-
root:
|
|
3607
|
-
input:
|
|
3608
|
-
section:
|
|
3609
|
-
},
|
|
3606
|
+
Wa.displayName = "TextArea";
|
|
3607
|
+
const Li = "TextField-module__layoutOverride___SNZqc", Wi = "TextField-module__root___2ZYkG", Ii = "TextField-module__input___RL-My", ki = "TextField-module__section___bCIJ0", te = {
|
|
3608
|
+
layoutOverride: Li,
|
|
3609
|
+
root: Wi,
|
|
3610
|
+
input: Ii,
|
|
3611
|
+
section: ki
|
|
3612
|
+
}, Ia = f(
|
|
3610
3613
|
function(e, a) {
|
|
3611
3614
|
const {
|
|
3612
3615
|
overStyled: t = !1,
|
|
@@ -3616,22 +3619,22 @@ const Si = "TextField-module__layoutOverride___SNZqc", Ai = "TextField-module__r
|
|
|
3616
3619
|
labelAlignment: l,
|
|
3617
3620
|
labelOptionalText: i,
|
|
3618
3621
|
labelWithEditIcon: c,
|
|
3619
|
-
onLabelEditClick:
|
|
3620
|
-
label:
|
|
3622
|
+
onLabelEditClick: p,
|
|
3623
|
+
label: d,
|
|
3621
3624
|
assistiveText: u,
|
|
3622
3625
|
assistiveWithIcon: $,
|
|
3623
3626
|
error: y,
|
|
3624
3627
|
required: _,
|
|
3625
3628
|
withAsterisk: b,
|
|
3626
|
-
id:
|
|
3629
|
+
id: P,
|
|
3627
3630
|
className: C,
|
|
3628
3631
|
style: h,
|
|
3629
3632
|
disabled: N,
|
|
3630
3633
|
readOnly: O,
|
|
3631
3634
|
readOnlyComponent: v,
|
|
3632
3635
|
emptyValueComponent: z,
|
|
3633
|
-
value:
|
|
3634
|
-
defaultValue:
|
|
3636
|
+
value: A,
|
|
3637
|
+
defaultValue: x,
|
|
3635
3638
|
...L
|
|
3636
3639
|
} = e, W = m(L, t), w = W;
|
|
3637
3640
|
delete w.size, delete w.variant, delete w.radius;
|
|
@@ -3651,27 +3654,27 @@ const Si = "TextField-module__layoutOverride___SNZqc", Ai = "TextField-module__r
|
|
|
3651
3654
|
{
|
|
3652
3655
|
className: R,
|
|
3653
3656
|
style: h,
|
|
3654
|
-
controlMaxWidth: "var(--
|
|
3655
|
-
controlMinWidth: "var(--
|
|
3657
|
+
controlMaxWidth: "var(--text-field-control-max-width)",
|
|
3658
|
+
controlMinWidth: "var(--text-field-control-min-width)",
|
|
3656
3659
|
overStyled: t,
|
|
3657
3660
|
formLayout: o,
|
|
3658
3661
|
labelSize: s,
|
|
3659
3662
|
labelAlignment: l,
|
|
3660
3663
|
labelOptionalText: i,
|
|
3661
3664
|
labelWithEditIcon: c,
|
|
3662
|
-
onLabelEditClick:
|
|
3663
|
-
label:
|
|
3665
|
+
onLabelEditClick: p,
|
|
3666
|
+
label: d,
|
|
3664
3667
|
assistiveText: u,
|
|
3665
3668
|
assistiveWithIcon: $,
|
|
3666
3669
|
error: y,
|
|
3667
3670
|
required: _,
|
|
3668
3671
|
withAsterisk: b,
|
|
3669
|
-
id:
|
|
3672
|
+
id: P,
|
|
3670
3673
|
readOnly: O,
|
|
3671
3674
|
readOnlyComponent: v,
|
|
3672
3675
|
emptyValueComponent: z,
|
|
3673
3676
|
readOnlyType: "text",
|
|
3674
|
-
readOnlyValue:
|
|
3677
|
+
readOnlyValue: A !== void 0 ? A : x,
|
|
3675
3678
|
readOnlyNativeProps: e,
|
|
3676
3679
|
activeComponent: (
|
|
3677
3680
|
/* Naked Input execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
|
|
@@ -3681,8 +3684,8 @@ const Si = "TextField-module__layoutOverride___SNZqc", Ai = "TextField-module__r
|
|
|
3681
3684
|
ref: a,
|
|
3682
3685
|
classNames: g,
|
|
3683
3686
|
disabled: N,
|
|
3684
|
-
value:
|
|
3685
|
-
defaultValue:
|
|
3687
|
+
value: A,
|
|
3688
|
+
defaultValue: x,
|
|
3686
3689
|
wrapperProps: {
|
|
3687
3690
|
"data-disabled": N ? "true" : void 0,
|
|
3688
3691
|
"data-error": y ? "true" : void 0
|
|
@@ -3695,17 +3698,17 @@ const Si = "TextField-module__layoutOverride___SNZqc", Ai = "TextField-module__r
|
|
|
3695
3698
|
);
|
|
3696
3699
|
}
|
|
3697
3700
|
);
|
|
3698
|
-
|
|
3699
|
-
const
|
|
3700
|
-
root:
|
|
3701
|
-
item:
|
|
3702
|
-
itemBody:
|
|
3703
|
-
itemBullet:
|
|
3704
|
-
itemTitle:
|
|
3705
|
-
itemContent:
|
|
3706
|
-
description:
|
|
3707
|
-
timestamp:
|
|
3708
|
-
},
|
|
3701
|
+
Ia.displayName = "TextField";
|
|
3702
|
+
const zi = (n) => /* @__PURE__ */ r("div", { ...n, children: "TimePicker" }), Mi = "Timeline-module__root___LwRdZ", Ri = "Timeline-module__item___T5xdQ", Bi = "Timeline-module__itemBody___XAV-E", Ei = "Timeline-module__itemBullet___rPXCy", Fi = "Timeline-module__itemTitle___GgRRW", Vi = "Timeline-module__itemContent___vurs-", Di = "Timeline-module__description___f9sxV", Gi = "Timeline-module__timestamp___owiRu", ve = {
|
|
3703
|
+
root: Mi,
|
|
3704
|
+
item: Ri,
|
|
3705
|
+
itemBody: Bi,
|
|
3706
|
+
itemBullet: Ei,
|
|
3707
|
+
itemTitle: Fi,
|
|
3708
|
+
itemContent: Vi,
|
|
3709
|
+
description: Di,
|
|
3710
|
+
timestamp: Gi
|
|
3711
|
+
}, Io = B.forwardRef(
|
|
3709
3712
|
function({
|
|
3710
3713
|
overStyled: e = !1,
|
|
3711
3714
|
timestamp: a,
|
|
@@ -3719,31 +3722,31 @@ const Li = (n) => /* @__PURE__ */ r("div", { ...n, children: "TimePicker" }), Wi
|
|
|
3719
3722
|
itemContent: ve.itemContent,
|
|
3720
3723
|
itemBullet: ve.itemBullet,
|
|
3721
3724
|
itemTitle: ve.itemTitle
|
|
3722
|
-
},
|
|
3723
|
-
if (
|
|
3724
|
-
const u =
|
|
3725
|
+
}, p = i.classNames;
|
|
3726
|
+
if (p && typeof p == "object" && !Array.isArray(p)) {
|
|
3727
|
+
const u = p;
|
|
3725
3728
|
Object.keys(u).forEach(($) => {
|
|
3726
3729
|
c[$] ? c[$] = `${c[$]} ${u[$]}` : c[$] = u[$];
|
|
3727
3730
|
});
|
|
3728
3731
|
}
|
|
3729
|
-
const
|
|
3732
|
+
const d = a ? /* @__PURE__ */ V(ze, { children: [
|
|
3730
3733
|
o && /* @__PURE__ */ r("div", { className: ve.description, children: o }),
|
|
3731
3734
|
/* @__PURE__ */ r("div", { className: ve.timestamp, children: a })
|
|
3732
3735
|
] }) : o;
|
|
3733
3736
|
return /* @__PURE__ */ r(
|
|
3734
|
-
|
|
3737
|
+
bs,
|
|
3735
3738
|
{
|
|
3736
3739
|
ref: l,
|
|
3737
3740
|
classNames: c,
|
|
3738
3741
|
"data-variant": t,
|
|
3739
3742
|
...i,
|
|
3740
|
-
children:
|
|
3743
|
+
children: d
|
|
3741
3744
|
}
|
|
3742
3745
|
);
|
|
3743
3746
|
}
|
|
3744
3747
|
);
|
|
3745
|
-
|
|
3746
|
-
const
|
|
3748
|
+
Io.displayName = "TimelineItem";
|
|
3749
|
+
const ka = B.forwardRef(
|
|
3747
3750
|
function({ overStyled: e = !1, ...a }, t) {
|
|
3748
3751
|
const o = m(a, e), s = {
|
|
3749
3752
|
root: ve.root
|
|
@@ -3755,7 +3758,7 @@ const Ia = B.forwardRef(
|
|
|
3755
3758
|
});
|
|
3756
3759
|
}
|
|
3757
3760
|
return /* @__PURE__ */ r(
|
|
3758
|
-
|
|
3761
|
+
Ns,
|
|
3759
3762
|
{
|
|
3760
3763
|
ref: t,
|
|
3761
3764
|
classNames: s,
|
|
@@ -3764,13 +3767,13 @@ const Ia = B.forwardRef(
|
|
|
3764
3767
|
);
|
|
3765
3768
|
}
|
|
3766
3769
|
);
|
|
3767
|
-
|
|
3768
|
-
const
|
|
3769
|
-
|
|
3770
|
-
const
|
|
3770
|
+
ka.displayName = "Timeline";
|
|
3771
|
+
const za = ka;
|
|
3772
|
+
za.Item = Io;
|
|
3773
|
+
const Ma = f(function({ overStyled: e = !1, order: a = 1, ...t }, o) {
|
|
3771
3774
|
const s = m(t, e), l = s.className, i = `recursica_brand_typography_h${a}`, c = l ? `${i} ${l}` : i;
|
|
3772
3775
|
return /* @__PURE__ */ r(
|
|
3773
|
-
|
|
3776
|
+
$s,
|
|
3774
3777
|
{
|
|
3775
3778
|
ref: o,
|
|
3776
3779
|
order: a,
|
|
@@ -3779,16 +3782,16 @@ const za = f(function({ overStyled: e = !1, order: a = 1, ...t }, o) {
|
|
|
3779
3782
|
}
|
|
3780
3783
|
);
|
|
3781
3784
|
});
|
|
3782
|
-
|
|
3783
|
-
const
|
|
3784
|
-
root:
|
|
3785
|
-
icon:
|
|
3786
|
-
loader:
|
|
3787
|
-
title:
|
|
3788
|
-
description:
|
|
3789
|
-
closeButton:
|
|
3790
|
-
body:
|
|
3791
|
-
},
|
|
3785
|
+
Ma.displayName = "Title";
|
|
3786
|
+
const ji = "Toast-module__root___MUvfI", Hi = "Toast-module__icon___VwvE1", qi = "Toast-module__loader___8Gxd-", Ui = "Toast-module__title___-H6R2", Yi = "Toast-module__description___-QwfC", Ki = "Toast-module__closeButton___vGr7g", Zi = "Toast-module__body___VLkXA", Oe = {
|
|
3787
|
+
root: ji,
|
|
3788
|
+
icon: Hi,
|
|
3789
|
+
loader: qi,
|
|
3790
|
+
title: Ui,
|
|
3791
|
+
description: Yi,
|
|
3792
|
+
closeButton: Ki,
|
|
3793
|
+
body: Zi
|
|
3794
|
+
}, Ra = B.forwardRef(
|
|
3792
3795
|
function({
|
|
3793
3796
|
overStyled: e = !1,
|
|
3794
3797
|
variant: a = "default",
|
|
@@ -3805,13 +3808,13 @@ const Fi = "Toast-module__root___MUvfI", Vi = "Toast-module__icon___VwvE1", Di =
|
|
|
3805
3808
|
loader: Oe.loader
|
|
3806
3809
|
}, c = l.classNames;
|
|
3807
3810
|
if (c && typeof c == "object" && !Array.isArray(c)) {
|
|
3808
|
-
const
|
|
3809
|
-
Object.keys(
|
|
3810
|
-
i[
|
|
3811
|
+
const p = c;
|
|
3812
|
+
Object.keys(p).forEach((d) => {
|
|
3813
|
+
i[d] ? i[d] = `${i[d]} ${p[d]}` : i[d] = p[d];
|
|
3811
3814
|
});
|
|
3812
3815
|
}
|
|
3813
3816
|
return /* @__PURE__ */ r(
|
|
3814
|
-
|
|
3817
|
+
hs,
|
|
3815
3818
|
{
|
|
3816
3819
|
ref: s,
|
|
3817
3820
|
withCloseButton: t,
|
|
@@ -3824,28 +3827,28 @@ const Fi = "Toast-module__root___MUvfI", Vi = "Toast-module__icon___VwvE1", Di =
|
|
|
3824
3827
|
);
|
|
3825
3828
|
}
|
|
3826
3829
|
);
|
|
3827
|
-
|
|
3828
|
-
const
|
|
3829
|
-
tooltip:
|
|
3830
|
-
arrow:
|
|
3831
|
-
},
|
|
3830
|
+
Ra.displayName = "Toast";
|
|
3831
|
+
const Xi = "Tooltip-module__tooltip___UA7H9", Ji = "Tooltip-module__arrow___4zROk", Go = {
|
|
3832
|
+
tooltip: Xi,
|
|
3833
|
+
arrow: Ji
|
|
3834
|
+
}, Ba = function({
|
|
3832
3835
|
overStyled: e = !1,
|
|
3833
3836
|
withBeak: a = !0,
|
|
3834
3837
|
...t
|
|
3835
3838
|
}) {
|
|
3836
3839
|
const o = m(t, e), s = {
|
|
3837
|
-
tooltip:
|
|
3838
|
-
arrow:
|
|
3840
|
+
tooltip: Go.tooltip,
|
|
3841
|
+
arrow: Go.arrow
|
|
3839
3842
|
}, l = o.classNames;
|
|
3840
3843
|
if (l && typeof l == "object" && !Array.isArray(l)) {
|
|
3841
|
-
const
|
|
3842
|
-
Object.keys(
|
|
3843
|
-
s[u] ? s[u] = `${s[u]} ${
|
|
3844
|
+
const d = l;
|
|
3845
|
+
Object.keys(d).forEach((u) => {
|
|
3846
|
+
s[u] ? s[u] = `${s[u]} ${d[u]}` : s[u] = d[u];
|
|
3844
3847
|
});
|
|
3845
3848
|
}
|
|
3846
3849
|
const i = o.arrowSize ?? 16, c = o.withArrow;
|
|
3847
3850
|
return /* @__PURE__ */ r(
|
|
3848
|
-
|
|
3851
|
+
bo,
|
|
3849
3852
|
{
|
|
3850
3853
|
position: "top",
|
|
3851
3854
|
multiline: !0,
|
|
@@ -3856,12 +3859,12 @@ const Ui = "Tooltip-module__tooltip___UA7H9", Yi = "Tooltip-module__arrow___4zRO
|
|
|
3856
3859
|
}
|
|
3857
3860
|
);
|
|
3858
3861
|
};
|
|
3859
|
-
|
|
3860
|
-
const
|
|
3862
|
+
Ba.displayName = "Tooltip";
|
|
3863
|
+
const Ea = f(
|
|
3861
3864
|
function({ overStyled: e = !1, ...a }, t) {
|
|
3862
3865
|
const o = m(a, e);
|
|
3863
3866
|
return /* @__PURE__ */ r(
|
|
3864
|
-
|
|
3867
|
+
bo.Floating,
|
|
3865
3868
|
{
|
|
3866
3869
|
ref: t,
|
|
3867
3870
|
...o
|
|
@@ -3869,184 +3872,266 @@ const Ba = f(
|
|
|
3869
3872
|
);
|
|
3870
3873
|
}
|
|
3871
3874
|
);
|
|
3872
|
-
|
|
3873
|
-
const
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
const
|
|
3877
|
-
root:
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3875
|
+
Ea.displayName = "TooltipFloating";
|
|
3876
|
+
const ko = Ba;
|
|
3877
|
+
ko.Floating = Ea;
|
|
3878
|
+
ko.Group = bo.Group;
|
|
3879
|
+
const Qi = (n) => /* @__PURE__ */ r("div", { ...n, children: "TransferList" }), ec = "Tree-module__root___ANcH3", oc = "Tree-module__subtree___KoLT8", tc = "Tree-module__node___Hvnjg", ac = "Tree-module__row___sq5ff", sc = "Tree-module__expandIcon___Rc3Fe", rc = "Tree-module__label___zJDit", Le = {
|
|
3880
|
+
root: ec,
|
|
3881
|
+
subtree: oc,
|
|
3882
|
+
node: tc,
|
|
3883
|
+
row: ac,
|
|
3884
|
+
expandIcon: sc,
|
|
3885
|
+
label: rc
|
|
3886
|
+
};
|
|
3887
|
+
function nc() {
|
|
3888
|
+
return /* @__PURE__ */ r(
|
|
3889
|
+
"svg",
|
|
3890
|
+
{
|
|
3891
|
+
viewBox: "0 0 16 16",
|
|
3892
|
+
width: "1em",
|
|
3893
|
+
height: "1em",
|
|
3894
|
+
fill: "none",
|
|
3895
|
+
stroke: "currentColor",
|
|
3896
|
+
strokeWidth: "2",
|
|
3897
|
+
strokeLinecap: "round",
|
|
3898
|
+
strokeLinejoin: "round",
|
|
3899
|
+
"aria-hidden": "true",
|
|
3900
|
+
children: /* @__PURE__ */ r("path", { d: "M5 3l5 5-5 5" })
|
|
3901
|
+
}
|
|
3902
|
+
);
|
|
3903
|
+
}
|
|
3904
|
+
function lc({
|
|
3905
|
+
node: n,
|
|
3906
|
+
hasChildren: e,
|
|
3907
|
+
expanded: a,
|
|
3908
|
+
elementProps: t
|
|
3909
|
+
}) {
|
|
3910
|
+
return /* @__PURE__ */ V(
|
|
3911
|
+
"div",
|
|
3912
|
+
{
|
|
3913
|
+
...t,
|
|
3914
|
+
className: Le.row,
|
|
3915
|
+
"data-has-children": e || void 0,
|
|
3916
|
+
"data-expanded": e && a ? !0 : void 0,
|
|
3917
|
+
children: [
|
|
3918
|
+
/* @__PURE__ */ r("span", { className: Le.expandIcon, "aria-hidden": "true", children: e && /* @__PURE__ */ r(nc, {}) }),
|
|
3919
|
+
/* @__PURE__ */ r("span", { className: Le.label, children: n.label })
|
|
3920
|
+
]
|
|
3921
|
+
}
|
|
3922
|
+
);
|
|
3923
|
+
}
|
|
3924
|
+
const Fa = f(function({
|
|
3925
|
+
overStyled: e = !1,
|
|
3926
|
+
data: a,
|
|
3927
|
+
initialExpandedValues: t,
|
|
3928
|
+
initialSelectedValues: o,
|
|
3929
|
+
multiple: s = !1,
|
|
3930
|
+
expandOnClick: l = !0,
|
|
3931
|
+
selectOnClick: i = !0,
|
|
3932
|
+
onNodeExpand: c,
|
|
3933
|
+
onNodeCollapse: p,
|
|
3934
|
+
onSelectedChange: d,
|
|
3935
|
+
...u
|
|
3936
|
+
}, $) {
|
|
3937
|
+
const y = m(u, e), _ = vs({
|
|
3938
|
+
initialExpandedState: t ? Cs(a, t) : void 0,
|
|
3939
|
+
initialSelectedState: o,
|
|
3940
|
+
multiple: s,
|
|
3941
|
+
onNodeExpand: c,
|
|
3942
|
+
onNodeCollapse: p
|
|
3943
|
+
});
|
|
3944
|
+
De(() => {
|
|
3945
|
+
d == null || d(_.selectedState);
|
|
3946
|
+
}, [_.selectedState, d]);
|
|
3947
|
+
const b = y.className, P = b ? `${Le.root} ${b}` : Le.root;
|
|
3948
|
+
return /* @__PURE__ */ r(
|
|
3949
|
+
Ps,
|
|
3950
|
+
{
|
|
3951
|
+
ref: $,
|
|
3952
|
+
data: a,
|
|
3953
|
+
tree: _,
|
|
3954
|
+
expandOnClick: l,
|
|
3955
|
+
selectOnClick: i,
|
|
3956
|
+
renderNode: lc,
|
|
3957
|
+
classNames: {
|
|
3958
|
+
root: P,
|
|
3959
|
+
node: Le.node,
|
|
3960
|
+
subtree: Le.subtree
|
|
3961
|
+
},
|
|
3962
|
+
...y
|
|
3963
|
+
}
|
|
3964
|
+
);
|
|
3965
|
+
});
|
|
3966
|
+
Fa.displayName = "Tree";
|
|
3967
|
+
const fc = fn, bc = $t, Nc = Nt, $c = ht, hc = Ul, vc = ut, Cc = gn, Pc = Si, Tc = T(
|
|
3968
|
+
ro
|
|
3969
|
+
), wc = T(
|
|
3970
|
+
No
|
|
3971
|
+
), gc = T(
|
|
3886
3972
|
ao
|
|
3887
|
-
),
|
|
3888
|
-
|
|
3889
|
-
),
|
|
3890
|
-
|
|
3891
|
-
),
|
|
3892
|
-
|
|
3893
|
-
),
|
|
3894
|
-
|
|
3895
|
-
),
|
|
3896
|
-
|
|
3897
|
-
),
|
|
3898
|
-
|
|
3899
|
-
),
|
|
3900
|
-
|
|
3901
|
-
),
|
|
3902
|
-
|
|
3903
|
-
),
|
|
3904
|
-
|
|
3905
|
-
),
|
|
3973
|
+
), Sc = T(
|
|
3974
|
+
so
|
|
3975
|
+
), xc = T(
|
|
3976
|
+
Ze
|
|
3977
|
+
), Ac = T(
|
|
3978
|
+
et
|
|
3979
|
+
), Oc = T(
|
|
3980
|
+
fr
|
|
3981
|
+
), Lc = T(
|
|
3982
|
+
Nr
|
|
3983
|
+
), Wc = T(
|
|
3984
|
+
at
|
|
3985
|
+
), Ic = T(
|
|
3986
|
+
Ar
|
|
3987
|
+
), kc = T(
|
|
3988
|
+
zr
|
|
3989
|
+
), zc = T(
|
|
3990
|
+
Po
|
|
3991
|
+
), Mc = T(
|
|
3906
3992
|
Co
|
|
3907
|
-
),
|
|
3908
|
-
|
|
3909
|
-
),
|
|
3910
|
-
dt
|
|
3911
|
-
), gc = P(
|
|
3912
|
-
ut
|
|
3913
|
-
), Sc = P(
|
|
3993
|
+
), Rc = T(
|
|
3994
|
+
pt
|
|
3995
|
+
), Bc = T(
|
|
3914
3996
|
mt
|
|
3915
|
-
),
|
|
3916
|
-
|
|
3917
|
-
),
|
|
3918
|
-
|
|
3919
|
-
),
|
|
3997
|
+
), Ec = T(
|
|
3998
|
+
_t
|
|
3999
|
+
), Fc = T(
|
|
4000
|
+
mn
|
|
4001
|
+
), Vc = T(
|
|
4002
|
+
_n
|
|
4003
|
+
), Dc = T(
|
|
3920
4004
|
pe
|
|
3921
|
-
),
|
|
3922
|
-
|
|
3923
|
-
),
|
|
3924
|
-
|
|
3925
|
-
),
|
|
3926
|
-
|
|
3927
|
-
),
|
|
3928
|
-
|
|
3929
|
-
),
|
|
4005
|
+
), Gc = T(
|
|
4006
|
+
To
|
|
4007
|
+
), jc = T(
|
|
4008
|
+
vo
|
|
4009
|
+
), Hc = T(
|
|
4010
|
+
$o
|
|
4011
|
+
), qc = T(
|
|
4012
|
+
Ie
|
|
4013
|
+
), Uc = T(
|
|
3930
4014
|
fe
|
|
3931
|
-
),
|
|
3932
|
-
|
|
3933
|
-
),
|
|
3934
|
-
ne
|
|
3935
|
-
), Bc = P(
|
|
4015
|
+
), Yc = T(
|
|
4016
|
+
Dt
|
|
4017
|
+
), Kc = T(
|
|
3936
4018
|
le
|
|
3937
|
-
),
|
|
3938
|
-
|
|
3939
|
-
),
|
|
4019
|
+
), Zc = T(
|
|
4020
|
+
ie
|
|
4021
|
+
), Xc = T(
|
|
3940
4022
|
So
|
|
3941
|
-
),
|
|
4023
|
+
), Jc = T(
|
|
3942
4024
|
xo
|
|
3943
|
-
),
|
|
4025
|
+
), Qc = T(
|
|
4026
|
+
Oo
|
|
4027
|
+
), ed = T(
|
|
3944
4028
|
Ao
|
|
3945
|
-
),
|
|
3946
|
-
|
|
3947
|
-
),
|
|
3948
|
-
|
|
3949
|
-
),
|
|
3950
|
-
|
|
3951
|
-
),
|
|
3952
|
-
|
|
3953
|
-
),
|
|
4029
|
+
), od = T(
|
|
4030
|
+
ho
|
|
4031
|
+
), td = T(
|
|
4032
|
+
Ol
|
|
4033
|
+
), ad = T(
|
|
4034
|
+
_a
|
|
4035
|
+
), sd = T(
|
|
4036
|
+
ci
|
|
4037
|
+
), rd = T(
|
|
4038
|
+
Wo
|
|
4039
|
+
), nd = T(
|
|
3954
4040
|
Lo
|
|
3955
|
-
),
|
|
3956
|
-
Oo
|
|
3957
|
-
), Zc = P(
|
|
4041
|
+
), ld = T(
|
|
3958
4042
|
be
|
|
3959
|
-
),
|
|
3960
|
-
|
|
3961
|
-
),
|
|
3962
|
-
La
|
|
3963
|
-
), Qc = P(
|
|
4043
|
+
), id = T(
|
|
4044
|
+
gi
|
|
4045
|
+
), cd = T(
|
|
3964
4046
|
Wa
|
|
3965
|
-
),
|
|
3966
|
-
|
|
3967
|
-
),
|
|
3968
|
-
|
|
3969
|
-
),
|
|
3970
|
-
Wo
|
|
3971
|
-
), td = P(
|
|
4047
|
+
), dd = T(
|
|
4048
|
+
Ia
|
|
4049
|
+
), pd = T(
|
|
4050
|
+
zi
|
|
4051
|
+
), ud = T(
|
|
3972
4052
|
za
|
|
3973
|
-
),
|
|
3974
|
-
Ma
|
|
3975
|
-
), sd = P(
|
|
4053
|
+
), md = T(
|
|
3976
4054
|
Io
|
|
3977
|
-
),
|
|
3978
|
-
|
|
3979
|
-
),
|
|
3980
|
-
|
|
4055
|
+
), _d = T(
|
|
4056
|
+
Ma
|
|
4057
|
+
), yd = T(
|
|
4058
|
+
Ra
|
|
4059
|
+
), fd = T(
|
|
4060
|
+
ko
|
|
4061
|
+
), bd = T(
|
|
4062
|
+
Qi
|
|
4063
|
+
), Nd = T(
|
|
4064
|
+
Fa
|
|
3981
4065
|
);
|
|
3982
4066
|
export {
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
|
|
4017
|
-
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4067
|
+
Tc as Accordion,
|
|
4068
|
+
gc as AccordionControl,
|
|
4069
|
+
wc as AccordionItem,
|
|
4070
|
+
Sc as AccordionPanel,
|
|
4071
|
+
xc as AssistiveElement,
|
|
4072
|
+
Ac as AutoComplete,
|
|
4073
|
+
Oc as Avatar,
|
|
4074
|
+
Lc as Badge,
|
|
4075
|
+
Wc as Breadcrumb,
|
|
4076
|
+
Ic as Button,
|
|
4077
|
+
kc as Card,
|
|
4078
|
+
zc as Checkbox,
|
|
4079
|
+
Mc as CheckboxGroup,
|
|
4080
|
+
Rc as Chip,
|
|
4081
|
+
vc as Container,
|
|
4082
|
+
Bc as DatePicker,
|
|
4083
|
+
Ec as Dropdown,
|
|
4084
|
+
Je as EmptyValueRenderer,
|
|
4085
|
+
Fc as FileInput,
|
|
4086
|
+
Vc as FileUpload,
|
|
4087
|
+
fc as Flex,
|
|
4088
|
+
Dc as FormControlLayout,
|
|
4089
|
+
bc as Grid,
|
|
4090
|
+
Nc as GridCol,
|
|
4091
|
+
$c as Group,
|
|
4092
|
+
Gc as HoverCard,
|
|
4093
|
+
We as IS_DEV,
|
|
4094
|
+
Hc as Label,
|
|
4095
|
+
Xo as Layer,
|
|
4096
|
+
Cc as Link,
|
|
4097
|
+
jc as Loader,
|
|
4098
|
+
qc as Menu,
|
|
4099
|
+
Uc as Modal,
|
|
4100
|
+
Yc as NumberInput,
|
|
4101
|
+
Kc as Pagination,
|
|
4102
|
+
Zc as Panel,
|
|
4103
|
+
Xc as PanelFooter,
|
|
4104
|
+
Jc as Popover,
|
|
4105
|
+
_c as RECURSICA_COMPONENTS,
|
|
4106
|
+
Qc as Radio,
|
|
4107
|
+
ed as RadioGroup,
|
|
4108
|
+
od as ReadOnlyField,
|
|
4109
|
+
mc as RecursicaThemeProvider,
|
|
4110
|
+
td as SegmentedControl,
|
|
4111
|
+
ad as Slider,
|
|
4112
|
+
hc as Stack,
|
|
4113
|
+
sd as Stepper,
|
|
4114
|
+
rd as Switch,
|
|
4115
|
+
nd as SwitchGroup,
|
|
4116
|
+
ld as Table,
|
|
4117
|
+
id as Tabs,
|
|
4118
|
+
Pc as Text,
|
|
4119
|
+
cd as TextArea,
|
|
4120
|
+
dd as TextField,
|
|
4121
|
+
pd as TimePicker,
|
|
4122
|
+
ud as Timeline,
|
|
4123
|
+
md as TimelineItem,
|
|
4124
|
+
_d as Title,
|
|
4125
|
+
yd as Toast,
|
|
4126
|
+
fd as Tooltip,
|
|
4127
|
+
bd as TransferList,
|
|
4128
|
+
Nd as Tree,
|
|
4129
|
+
yc as copyToClipboard,
|
|
4130
|
+
Jo as injectOverStyledStyles,
|
|
4131
|
+
uc as isGlobalOverStyledActive,
|
|
4047
4132
|
Qo as registerOverStyledConsoleCommand,
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
4133
|
+
or as toggleGlobalOverStyled,
|
|
4134
|
+
tr as useGlobalOverStyled,
|
|
4135
|
+
T as wrapComponent
|
|
4051
4136
|
};
|
|
4052
4137
|
//# sourceMappingURL=mantine-adapter.js.map
|