@notmrabhi/flowforge 0.1.33 → 0.1.35
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/README.md +2 -0
- package/dist/{SchemaBuilderDrawer-CkUfYbGB.js → SchemaBuilderDrawer-CUzYWGCN.js} +2 -2
- package/dist/{SchemaBuilderDrawer-CkUfYbGB.js.map → SchemaBuilderDrawer-CUzYWGCN.js.map} +1 -1
- package/dist/{SchemaBuilderDrawer-B1dLgTM1.js → SchemaBuilderDrawer-CiSdfXzJ.js} +2 -2
- package/dist/{SchemaBuilderDrawer-B1dLgTM1.js.map → SchemaBuilderDrawer-CiSdfXzJ.js.map} +1 -1
- package/dist/canvas.cjs +1 -1
- package/dist/canvas.d.ts +24 -0
- package/dist/canvas.js +1 -1
- package/dist/core.d.ts +12 -0
- package/dist/form.cjs +1 -1
- package/dist/form.d.ts +15 -0
- package/dist/form.js +2 -2
- package/dist/{index-8bqYHvzi.js → index-B74jTc2b.js} +1001 -989
- package/dist/index-B74jTc2b.js.map +1 -0
- package/dist/{index-BAiSdZW3.js → index-B8-KKaH_.js} +2 -2
- package/dist/{index-BAiSdZW3.js.map → index-B8-KKaH_.js.map} +1 -1
- package/dist/{index-Dlw7CMau.js → index-Buv1ylwP.js} +2 -2
- package/dist/{index-Dlw7CMau.js.map → index-Buv1ylwP.js.map} +1 -1
- package/dist/{index-DNDp8nLT.js → index-CiU9_8f1.js} +2 -2
- package/dist/{index-DNDp8nLT.js.map → index-CiU9_8f1.js.map} +1 -1
- package/dist/{index-BAg_DA8n.js → index-CqMPyOkL.js} +5 -5
- package/dist/index-CqMPyOkL.js.map +1 -0
- package/dist/{index-Dpl-Q8a4.js → index-DjKhaaWf.js} +2 -2
- package/dist/{index-Dpl-Q8a4.js.map → index-DjKhaaWf.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +15 -0
- package/dist/index.js +3 -3
- package/dist/nodeRegistry.d.ts +12 -0
- package/dist/{templateSkeletons-B5x8nV9i.js → templateSkeletons-BTC2fk5u.js} +2 -2
- package/dist/{templateSkeletons-B5x8nV9i.js.map → templateSkeletons-BTC2fk5u.js.map} +1 -1
- package/dist/{templateSkeletons-BdFN__gr.js → templateSkeletons-DCvfog6-.js} +2 -2
- package/dist/{templateSkeletons-BdFN__gr.js.map → templateSkeletons-DCvfog6-.js.map} +1 -1
- package/package.json +1 -1
- package/dist/index-8bqYHvzi.js.map +0 -1
- package/dist/index-BAg_DA8n.js.map +0 -1
|
@@ -1,23 +1,28 @@
|
|
|
1
1
|
import { jsxs as O, jsx as d, Fragment as Ve } from "react/jsx-runtime";
|
|
2
2
|
import * as K from "react";
|
|
3
|
-
import Qe, { createContext as
|
|
4
|
-
import { FormikProvider as Pn, Formik as ho, Form as mo, useField as vo, useFormikContext as
|
|
5
|
-
import { MdInfoOutline as Io, MdDataObject as
|
|
6
|
-
import { Tooltip as Se, IconButton as Gr, Box as N, Typography as de, InputBase as Ro, Divider as hn, Collapse as Br, Snackbar as Eo, Alert as Oo, Select as Vr, MenuItem as
|
|
3
|
+
import Qe, { createContext as Ot, useContext as Ft, useState as L, useRef as H, useCallback as z, useEffect as q, useMemo as ae, useLayoutEffect as go, Component as Fr, Fragment as qt, forwardRef as wt, Suspense as wr, useImperativeHandle as bo } from "react";
|
|
4
|
+
import { FormikProvider as Pn, Formik as ho, Form as mo, useField as vo, useFormikContext as Tt } from "formik";
|
|
5
|
+
import { MdInfoOutline as Io, MdDataObject as Gt, MdClose as Fe, MdSearch as gn, MdKeyboardArrowRight as bn, MdContentCopy as yo, MdCheckCircle as xo, MdAdd as qe, MdUploadFile as Co, MdInsertDriveFile as Ao, MdDeleteOutline as Tr, MdKeyboardArrowDown as So } from "react-icons/md";
|
|
6
|
+
import { Tooltip as Se, IconButton as Gr, Box as N, Typography as de, InputBase as Ro, Divider as hn, Collapse as Br, Snackbar as Eo, Alert as Oo, Select as Vr, MenuItem as bt, TextField as Dr, FormControlLabel as Nr, Switch as Fo, RadioGroup as wo, Radio as To, Slider as Go, Chip as Bo, Button as Ln } from "@mui/material";
|
|
7
7
|
import Vo, { createPortal as Do } from "react-dom";
|
|
8
8
|
import mn, { components as vn } from "react-select";
|
|
9
9
|
import { jsx as J, css as Pr, keyframes as No } from "@emotion/react";
|
|
10
|
-
const
|
|
10
|
+
const nt = /* @__PURE__ */ new Map(), te = {
|
|
11
11
|
register(n, e) {
|
|
12
|
-
|
|
12
|
+
nt.set(n, e);
|
|
13
13
|
},
|
|
14
14
|
get(n) {
|
|
15
|
-
return
|
|
15
|
+
return nt.get(n);
|
|
16
16
|
},
|
|
17
17
|
has(n) {
|
|
18
|
-
return
|
|
18
|
+
return nt.has(n);
|
|
19
|
+
},
|
|
20
|
+
/** List every registered field type. Used by the DEV-mode "did you mean…"
|
|
21
|
+
* suggestion when a schema specifies an unknown `type`. */
|
|
22
|
+
keys() {
|
|
23
|
+
return Array.from(nt.keys());
|
|
19
24
|
}
|
|
20
|
-
},
|
|
25
|
+
}, R = {
|
|
21
26
|
// Input dimensions
|
|
22
27
|
INPUT_HEIGHT: 38,
|
|
23
28
|
INPUT_PADDING: "0 12px",
|
|
@@ -52,15 +57,15 @@ const Wt = /* @__PURE__ */ new Map(), te = {
|
|
|
52
57
|
};
|
|
53
58
|
function fd(n) {
|
|
54
59
|
return {
|
|
55
|
-
height:
|
|
60
|
+
height: R.INPUT_HEIGHT,
|
|
56
61
|
width: "100%",
|
|
57
|
-
padding:
|
|
58
|
-
fontSize:
|
|
62
|
+
padding: R.INPUT_PADDING,
|
|
63
|
+
fontSize: R.INPUT_FONT_SIZE,
|
|
59
64
|
fontFamily: "inherit",
|
|
60
|
-
color: n.isDisabled ?
|
|
61
|
-
background: n.isDisabled ?
|
|
62
|
-
border: n.hasError ?
|
|
63
|
-
borderRadius:
|
|
65
|
+
color: n.isDisabled ? R.COLOR_DISABLED_TEXT : R.COLOR_LABEL,
|
|
66
|
+
background: n.isDisabled ? R.COLOR_DISABLED_BG : "#fff",
|
|
67
|
+
border: n.hasError ? R.BORDER_ERROR : R.BORDER,
|
|
68
|
+
borderRadius: R.BORDER_RADIUS,
|
|
64
69
|
outline: "none",
|
|
65
70
|
boxSizing: "border-box",
|
|
66
71
|
transition: "border-color 0.15s, box-shadow 0.15s",
|
|
@@ -72,44 +77,44 @@ function Lr(n, e) {
|
|
|
72
77
|
return {
|
|
73
78
|
control: (t, i) => ({
|
|
74
79
|
...t,
|
|
75
|
-
minHeight:
|
|
76
|
-
height: e ? void 0 :
|
|
77
|
-
fontSize:
|
|
80
|
+
minHeight: R.INPUT_HEIGHT,
|
|
81
|
+
height: e ? void 0 : R.INPUT_HEIGHT,
|
|
82
|
+
fontSize: R.INPUT_FONT_SIZE,
|
|
78
83
|
fontFamily: "inherit",
|
|
79
|
-
borderRadius:
|
|
80
|
-
borderColor: n ?
|
|
81
|
-
boxShadow: i.isFocused ? n ?
|
|
84
|
+
borderRadius: R.BORDER_RADIUS,
|
|
85
|
+
borderColor: n ? R.BORDER_COLOR_ERROR : i.isFocused ? R.BORDER_COLOR_FOCUS : R.BORDER_COLOR,
|
|
86
|
+
boxShadow: i.isFocused ? n ? R.FOCUS_SHADOW_ERROR : R.FOCUS_SHADOW : "none",
|
|
82
87
|
transition: "border-color 0.15s, box-shadow 0.15s",
|
|
83
88
|
"&:hover": {
|
|
84
|
-
borderColor: n ?
|
|
89
|
+
borderColor: n ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR_HOVER
|
|
85
90
|
}
|
|
86
91
|
}),
|
|
87
|
-
valueContainer: (t) => ({ ...t, padding: e ? "1px 8px" : "0 8px", fontSize:
|
|
88
|
-
input: (t) => ({ ...t, margin: 0, padding: 0, fontSize:
|
|
89
|
-
placeholder: (t) => ({ ...t, color:
|
|
90
|
-
singleValue: (t) => ({ ...t, fontSize:
|
|
92
|
+
valueContainer: (t) => ({ ...t, padding: e ? "1px 8px" : "0 8px", fontSize: R.INPUT_FONT_SIZE }),
|
|
93
|
+
input: (t) => ({ ...t, margin: 0, padding: 0, fontSize: R.INPUT_FONT_SIZE }),
|
|
94
|
+
placeholder: (t) => ({ ...t, color: R.COLOR_PLACEHOLDER, fontSize: R.INPUT_FONT_SIZE }),
|
|
95
|
+
singleValue: (t) => ({ ...t, fontSize: R.INPUT_FONT_SIZE, color: R.COLOR_LABEL }),
|
|
91
96
|
dropdownIndicator: (t) => ({ ...t, padding: "0 8px" }),
|
|
92
97
|
clearIndicator: (t) => ({ ...t, padding: "0 4px" }),
|
|
93
98
|
indicatorSeparator: (t) => ({ ...t, marginTop: 6, marginBottom: 6 }),
|
|
94
99
|
option: (t, { isDisabled: i }) => ({
|
|
95
100
|
...t,
|
|
96
|
-
fontSize:
|
|
101
|
+
fontSize: R.INPUT_FONT_SIZE,
|
|
97
102
|
cursor: i ? "not-allowed" : "pointer"
|
|
98
103
|
}),
|
|
99
|
-
menu: (t) => ({ ...t, borderRadius:
|
|
104
|
+
menu: (t) => ({ ...t, borderRadius: R.BORDER_RADIUS, zIndex: 9999 }),
|
|
100
105
|
menuPortal: (t) => ({ ...t, zIndex: 9999 })
|
|
101
106
|
};
|
|
102
107
|
}
|
|
103
108
|
const fe = {
|
|
104
109
|
display: "flex",
|
|
105
|
-
color:
|
|
106
|
-
fontSize:
|
|
107
|
-
marginTop:
|
|
110
|
+
color: R.COLOR_ERROR,
|
|
111
|
+
fontSize: R.FONT_SIZE_HELPER,
|
|
112
|
+
marginTop: R.HELPER_MT,
|
|
108
113
|
lineHeight: 1.4
|
|
109
114
|
}, ue = {
|
|
110
|
-
color:
|
|
111
|
-
fontSize:
|
|
112
|
-
marginTop:
|
|
115
|
+
color: R.COLOR_HELPER,
|
|
116
|
+
fontSize: R.FONT_SIZE_HELPER,
|
|
117
|
+
marginTop: R.HELPER_MT,
|
|
113
118
|
lineHeight: 1.4
|
|
114
119
|
}, Po = /_DE_\{_P\('([^']*)'\)\}|_P\('([^']*)'\)/g, Lo = /_DE_\{_P\('([^']*)'\)\}/g;
|
|
115
120
|
function Mo(n) {
|
|
@@ -154,7 +159,7 @@ function we(n) {
|
|
|
154
159
|
return `_DE_{_IF_(${we(n.if)}, ${we(n.then)}, ${we(n.else)})}`;
|
|
155
160
|
}
|
|
156
161
|
}
|
|
157
|
-
function
|
|
162
|
+
function ht(n) {
|
|
158
163
|
return n.map(We).join("");
|
|
159
164
|
}
|
|
160
165
|
function We(n) {
|
|
@@ -190,7 +195,7 @@ function Xr(n) {
|
|
|
190
195
|
const e = n.trim(), t = e.match(/^_DE_\{_P\('([^']*)'\)\}$/);
|
|
191
196
|
return t ? `_P('${t[1]}')` : /^_P\('[^']*'\)$/.test(e) ? e : n;
|
|
192
197
|
}
|
|
193
|
-
function
|
|
198
|
+
function Ho(n) {
|
|
194
199
|
const e = {
|
|
195
200
|
field: Xr(n.field),
|
|
196
201
|
operator: n.operator,
|
|
@@ -203,7 +208,7 @@ function kr(n) {
|
|
|
203
208
|
type: "group",
|
|
204
209
|
entries: n.entries.map(kr),
|
|
205
210
|
...n.connector && { connector: n.connector }
|
|
206
|
-
} :
|
|
211
|
+
} : Ho(n);
|
|
207
212
|
}
|
|
208
213
|
function gd({
|
|
209
214
|
values: n,
|
|
@@ -220,7 +225,7 @@ function gd({
|
|
|
220
225
|
function Ie(n) {
|
|
221
226
|
return n !== "" && !isNaN(Number(n)) ? n : `'${n}'`;
|
|
222
227
|
}
|
|
223
|
-
const
|
|
228
|
+
const zo = {
|
|
224
229
|
equals: (n, e) => `${n} == ${Ie(e)}`,
|
|
225
230
|
notEquals: (n, e) => `${n} != ${Ie(e)}`,
|
|
226
231
|
contains: (n, e) => `contains(${n}, ${Ie(e)})`,
|
|
@@ -236,11 +241,11 @@ const Ho = {
|
|
|
236
241
|
};
|
|
237
242
|
function Zo(n) {
|
|
238
243
|
if (Wr(n))
|
|
239
|
-
return `(${
|
|
240
|
-
const e = Xr(n.field) || `_P('${n.field}')`, t =
|
|
244
|
+
return `(${Hr(n.entries)})`;
|
|
245
|
+
const e = Xr(n.field) || `_P('${n.field}')`, t = zo[n.operator];
|
|
241
246
|
return t ? t(e, n.value ?? "") : `${e} ${n.operator} '${n.value ?? ""}'`;
|
|
242
247
|
}
|
|
243
|
-
function
|
|
248
|
+
function Hr(n) {
|
|
244
249
|
return n.map((e, t) => {
|
|
245
250
|
const i = Zo(e);
|
|
246
251
|
return t === 0 ? i : (e.connector === "or" ? " || " : " && ") + i;
|
|
@@ -248,7 +253,7 @@ function zr(n) {
|
|
|
248
253
|
}
|
|
249
254
|
function bd(n) {
|
|
250
255
|
return Object.fromEntries(
|
|
251
|
-
Object.entries(n).filter(([, e]) => e.length > 0).map(([e, t]) => [e,
|
|
256
|
+
Object.entries(n).filter(([, e]) => e.length > 0).map(([e, t]) => [e, Hr(t)])
|
|
252
257
|
);
|
|
253
258
|
}
|
|
254
259
|
function hd(n) {
|
|
@@ -257,7 +262,7 @@ function hd(n) {
|
|
|
257
262
|
function md(n) {
|
|
258
263
|
return n.some((e) => e.type !== "text");
|
|
259
264
|
}
|
|
260
|
-
function
|
|
265
|
+
function zr(n, e = !1) {
|
|
261
266
|
const t = [];
|
|
262
267
|
for (const i of n)
|
|
263
268
|
if (i.type === "text")
|
|
@@ -277,19 +282,19 @@ function Hr(n, e = !1) {
|
|
|
277
282
|
return t;
|
|
278
283
|
}
|
|
279
284
|
function _o(n, e = !1) {
|
|
280
|
-
return
|
|
285
|
+
return zr(Te(n, e), e);
|
|
281
286
|
}
|
|
282
|
-
const In = "_DE_{_P(",
|
|
287
|
+
const In = "_DE_{_P(", yn = ")}";
|
|
283
288
|
function vd(n) {
|
|
284
|
-
return typeof n == "string" && n.startsWith(In) && n.endsWith(
|
|
289
|
+
return typeof n == "string" && n.startsWith(In) && n.endsWith(yn);
|
|
285
290
|
}
|
|
286
291
|
function Id(n) {
|
|
287
|
-
return `${In}'${n}'${
|
|
288
|
-
}
|
|
289
|
-
function xd(n) {
|
|
290
|
-
return n.slice(In.length, -xn.length).replace(/^['"]|['"]$/g, "");
|
|
292
|
+
return `${In}'${n}'${yn}`;
|
|
291
293
|
}
|
|
292
294
|
function yd(n) {
|
|
295
|
+
return n.slice(In.length, -yn.length).replace(/^['"]|['"]$/g, "");
|
|
296
|
+
}
|
|
297
|
+
function xd(n) {
|
|
293
298
|
return n.replace(/_DE_\{_P\('[^']*'\)\}/g, "");
|
|
294
299
|
}
|
|
295
300
|
function le({ label: n, required: e, showOptional: t, info: i, htmlFor: r, dataTestId: a }) {
|
|
@@ -336,7 +341,7 @@ const Jo = {
|
|
|
336
341
|
whiteSpace: "nowrap",
|
|
337
342
|
fontFamily: "inherit"
|
|
338
343
|
}, Yo = "font-family:monospace;font-size:inherit;opacity:0.5;margin-right:2px;";
|
|
339
|
-
function
|
|
344
|
+
function xn(n) {
|
|
340
345
|
const { expr: e, label: t, path: i } = n, r = document.createElement("span");
|
|
341
346
|
r.contentEditable = "false", r.dataset.expr = e, r.dataset.label = t, r.dataset.path = i;
|
|
342
347
|
const a = document.createElement("span");
|
|
@@ -345,35 +350,35 @@ function yn(n) {
|
|
|
345
350
|
function Zr(n) {
|
|
346
351
|
return `_DE_{_P('${n}')}`;
|
|
347
352
|
}
|
|
348
|
-
const _r =
|
|
353
|
+
const _r = Ot(null);
|
|
349
354
|
function jo({ groups: n, children: e }) {
|
|
350
355
|
const [t, i] = L(!1), [r, a] = L(null), [o, u] = L(null), s = H(null), l = H(0), c = z(() => i(!0), []), f = z(() => {
|
|
351
356
|
i(!1), u(null);
|
|
352
|
-
}, []), g = z((
|
|
353
|
-
|
|
354
|
-
}, []), p = z((
|
|
355
|
-
s.current =
|
|
356
|
-
}, []), m = z((
|
|
357
|
-
s.current && (s.current.savedRange =
|
|
358
|
-
}, []), b = z((
|
|
359
|
-
const
|
|
360
|
-
if (!
|
|
361
|
-
if (
|
|
362
|
-
|
|
357
|
+
}, []), g = z((h, v) => {
|
|
358
|
+
h ? (l.current += 1, v && u(v)) : (l.current = Math.max(0, l.current - 1), l.current === 0 && (i(!1), u(null)));
|
|
359
|
+
}, []), p = z((h) => {
|
|
360
|
+
s.current = h, a(h.fieldId);
|
|
361
|
+
}, []), m = z((h) => {
|
|
362
|
+
s.current && (s.current.savedRange = h);
|
|
363
|
+
}, []), b = z((h, v) => {
|
|
364
|
+
const A = s.current;
|
|
365
|
+
if (!A) return;
|
|
366
|
+
if (A.onInsert) {
|
|
367
|
+
A.onInsert(h, v);
|
|
363
368
|
return;
|
|
364
369
|
}
|
|
365
|
-
const
|
|
366
|
-
if (!
|
|
367
|
-
|
|
368
|
-
const
|
|
369
|
-
let x =
|
|
370
|
+
const C = A.editorRef.current;
|
|
371
|
+
if (!C) return;
|
|
372
|
+
C.focus();
|
|
373
|
+
const I = $o(h, v);
|
|
374
|
+
let x = A.savedRange;
|
|
370
375
|
if (!x) {
|
|
371
376
|
const S = window.getSelection();
|
|
372
|
-
S && S.rangeCount > 0 && (x = S.getRangeAt(0),
|
|
377
|
+
S && S.rangeCount > 0 && (x = S.getRangeAt(0), C.contains(x.commonAncestorContainer) || (x = null));
|
|
373
378
|
}
|
|
374
|
-
x || (x = document.createRange(), x.selectNodeContents(
|
|
375
|
-
const
|
|
376
|
-
|
|
379
|
+
x || (x = document.createRange(), x.selectNodeContents(C), x.collapse(!1)), x.deleteContents(), x.insertNode(I), x.setStartAfter(I), x.collapse(!0);
|
|
380
|
+
const y = window.getSelection();
|
|
381
|
+
y == null || y.removeAllRanges(), y == null || y.addRange(x), s.current && (s.current.savedRange = x.cloneRange()), C.dispatchEvent(new Event("input", { bubbles: !0 }));
|
|
377
382
|
}, []);
|
|
378
383
|
return /* @__PURE__ */ d(_r.Provider, { value: {
|
|
379
384
|
groups: n,
|
|
@@ -385,17 +390,17 @@ function jo({ groups: n, children: e }) {
|
|
|
385
390
|
saveRange: m,
|
|
386
391
|
insertVariable: b,
|
|
387
392
|
activeFieldId: r,
|
|
388
|
-
notifyFieldFocus: (
|
|
389
|
-
a(
|
|
393
|
+
notifyFieldFocus: (h, v) => {
|
|
394
|
+
a(h), v && u(v), i(!0);
|
|
390
395
|
},
|
|
391
396
|
anchorEl: o
|
|
392
397
|
}, children: e });
|
|
393
398
|
}
|
|
394
399
|
function Ke() {
|
|
395
|
-
return
|
|
400
|
+
return Ft(_r);
|
|
396
401
|
}
|
|
397
402
|
function $o(n, e) {
|
|
398
|
-
return
|
|
403
|
+
return xn({ expr: Zr(n), label: e, path: n });
|
|
399
404
|
}
|
|
400
405
|
const Kt = "application/x-flowforge-variable";
|
|
401
406
|
function Cn(n) {
|
|
@@ -457,7 +462,7 @@ function Uo({ item: n }) {
|
|
|
457
462
|
color: "#6366f1",
|
|
458
463
|
display: "flex",
|
|
459
464
|
alignItems: "center"
|
|
460
|
-
}, children: /* @__PURE__ */ d(
|
|
465
|
+
}, children: /* @__PURE__ */ d(Gt, { size: 14 }) }),
|
|
461
466
|
/* @__PURE__ */ O(N, { sx: { minWidth: 0 }, children: [
|
|
462
467
|
/* @__PURE__ */ d(de, { sx: {
|
|
463
468
|
fontSize: 13,
|
|
@@ -543,8 +548,8 @@ function Cd({
|
|
|
543
548
|
if (q(() => {
|
|
544
549
|
if (t !== "popover" || !(i != null && i.isOpen)) return;
|
|
545
550
|
function f(g) {
|
|
546
|
-
var
|
|
547
|
-
const p = g.target, m = (
|
|
551
|
+
var h, v;
|
|
552
|
+
const p = g.target, m = (h = s.current) == null ? void 0 : h.contains(p), b = (v = i == null ? void 0 : i.anchorEl) == null ? void 0 : v.contains(p);
|
|
548
553
|
!m && !b && (i == null || i.closePicker());
|
|
549
554
|
}
|
|
550
555
|
return document.addEventListener("mousedown", f), () => document.removeEventListener("mousedown", f);
|
|
@@ -553,8 +558,8 @@ function Cd({
|
|
|
553
558
|
u(null);
|
|
554
559
|
return;
|
|
555
560
|
}
|
|
556
|
-
const f = i.anchorEl.getBoundingClientRect(), g = n, p = 440, m = i.anchorEl.closest(".MuiDrawer-paper") || i.anchorEl.closest(".MuiDialog-paper") || i.anchorEl.closest(".MuiPaper-root"), b = m ? m.getBoundingClientRect() : f,
|
|
557
|
-
u({ top:
|
|
561
|
+
const f = i.anchorEl.getBoundingClientRect(), g = n, p = 440, m = i.anchorEl.closest(".MuiDrawer-paper") || i.anchorEl.closest(".MuiDialog-paper") || i.anchorEl.closest(".MuiPaper-root"), b = m ? m.getBoundingClientRect() : f, h = b.left - 8, v = window.innerWidth - b.right - 8, A = h >= g ? b.left - g - 8 : v >= g ? b.right + 8 : Math.max(8, b.left - g - 8), C = f.top, I = Math.min(C, window.innerHeight - p - 8);
|
|
562
|
+
u({ top: I, left: A });
|
|
558
563
|
}, [t, i == null ? void 0 : i.anchorEl, i == null ? void 0 : i.isOpen, n]), !i || t === "popover" && !i.isOpen) return null;
|
|
559
564
|
const l = i.groups.some((f) => r ? Cn(f.items).some((g) => !g.children && Jr(g, r)) : !0), c = /* @__PURE__ */ O(
|
|
560
565
|
N,
|
|
@@ -585,7 +590,7 @@ function Cd({
|
|
|
585
590
|
borderBottom: "1px solid rgba(255,255,255,0.07)",
|
|
586
591
|
flexShrink: 0
|
|
587
592
|
}, children: [
|
|
588
|
-
/* @__PURE__ */ d(
|
|
593
|
+
/* @__PURE__ */ d(Gt, { size: 16, color: "#6366f1" }),
|
|
589
594
|
/* @__PURE__ */ d(de, { sx: { fontSize: 13, fontWeight: 700, flex: 1, color: "#e2e8f0" }, children: e }),
|
|
590
595
|
t === "popover" && /* @__PURE__ */ d(
|
|
591
596
|
N,
|
|
@@ -680,7 +685,7 @@ function Cd({
|
|
|
680
685
|
return t === "popover" ? Vo.createPortal(c, document.body) : c;
|
|
681
686
|
}
|
|
682
687
|
function jr(n) {
|
|
683
|
-
return
|
|
688
|
+
return xn({ expr: n.expr, label: n.label, path: n.path });
|
|
684
689
|
}
|
|
685
690
|
function An(n) {
|
|
686
691
|
var i;
|
|
@@ -729,45 +734,45 @@ function $r({
|
|
|
729
734
|
onPickerOpen: l,
|
|
730
735
|
compact: c
|
|
731
736
|
}) {
|
|
732
|
-
const f = H(null), g = H(null), p = H(""), m = H(!1), b = n.length === 0 || n.length === 1 && n[0].type === "text" && !n[0].value,
|
|
737
|
+
const f = H(null), g = H(null), p = H(""), m = H(!1), b = n.length === 0 || n.length === 1 && n[0].type === "text" && !n[0].value, h = Ke(), [v, A] = L(null), [C, I] = L(!1);
|
|
733
738
|
q(() => {
|
|
734
739
|
const E = f.current;
|
|
735
740
|
if (!E) return;
|
|
736
741
|
const P = Ge(n), Z = `${u ? "1" : "0"}:${P}`;
|
|
737
742
|
if (Z === p.current) return;
|
|
738
|
-
const
|
|
739
|
-
if (
|
|
743
|
+
const T = /* @__PURE__ */ new Map();
|
|
744
|
+
if (h != null && h.groups) {
|
|
740
745
|
const _ = (oe) => {
|
|
741
746
|
for (const he of oe)
|
|
742
|
-
he.path &&
|
|
747
|
+
he.path && T.set(he.path, he.label), he.children && _(he.children);
|
|
743
748
|
};
|
|
744
|
-
for (const oe of
|
|
749
|
+
for (const oe of h.groups) _(oe.items);
|
|
745
750
|
}
|
|
746
751
|
const k = /* @__PURE__ */ new Map();
|
|
747
752
|
E.querySelectorAll("[data-path]").forEach((_) => {
|
|
748
753
|
_.dataset.path && _.dataset.label && k.set(_.dataset.path, _.dataset.label);
|
|
749
754
|
});
|
|
750
|
-
const $ =
|
|
755
|
+
const $ = zr(n, u).map((_) => {
|
|
751
756
|
if (_.type !== "chip" || !_.path) return _;
|
|
752
|
-
const oe = k.get(_.path) ??
|
|
757
|
+
const oe = k.get(_.path) ?? T.get(_.path) ?? _.label;
|
|
753
758
|
return { ..._, label: oe };
|
|
754
759
|
});
|
|
755
760
|
qo(E, $), p.current = Z;
|
|
756
|
-
}, [n, u,
|
|
761
|
+
}, [n, u, h == null ? void 0 : h.groups]);
|
|
757
762
|
const x = z(() => {
|
|
758
763
|
const E = f.current;
|
|
759
764
|
if (!E) return;
|
|
760
|
-
const P = Qo(E), Z = Te(P, u),
|
|
761
|
-
|
|
762
|
-
}, [e, u]),
|
|
765
|
+
const P = Qo(E), Z = Te(P, u), T = `${u ? "1" : "0"}:${Ge(Z)}`;
|
|
766
|
+
T !== p.current && (p.current = T, e(Z));
|
|
767
|
+
}, [e, u]), y = z(() => {
|
|
763
768
|
m.current || x();
|
|
764
769
|
}, [x]), S = z((E) => {
|
|
765
770
|
E.preventDefault();
|
|
766
771
|
const P = E.clipboardData.getData("text/plain"), Z = window.getSelection();
|
|
767
772
|
if (!(Z != null && Z.rangeCount)) return;
|
|
768
|
-
const
|
|
769
|
-
|
|
770
|
-
}, [x, u]),
|
|
773
|
+
const T = Z.getRangeAt(0);
|
|
774
|
+
T.deleteContents(), T.insertNode(Ko(_o(P, u))), T.collapse(!1), Z.removeAllRanges(), Z.addRange(T), x();
|
|
775
|
+
}, [x, u]), w = z((E) => {
|
|
771
776
|
const P = window.getSelection();
|
|
772
777
|
if (!(P != null && P.rangeCount)) return;
|
|
773
778
|
const Z = Mn(P.getRangeAt(0).cloneContents());
|
|
@@ -775,41 +780,41 @@ function $r({
|
|
|
775
780
|
}, []), B = z((E) => {
|
|
776
781
|
const P = window.getSelection();
|
|
777
782
|
if (!(P != null && P.rangeCount)) return;
|
|
778
|
-
const Z = P.getRangeAt(0),
|
|
779
|
-
|
|
783
|
+
const Z = P.getRangeAt(0), T = Mn(Z.cloneContents());
|
|
784
|
+
T && (E.clipboardData.setData("text/plain", T), E.preventDefault(), Z.deleteContents(), x());
|
|
780
785
|
}, [x]), M = z((E) => {
|
|
781
786
|
E.key === "Enter" && E.preventDefault();
|
|
782
787
|
}, []), F = z((E, P) => {
|
|
783
788
|
const Z = f.current;
|
|
784
789
|
if (!Z) return;
|
|
785
790
|
Z.focus();
|
|
786
|
-
const
|
|
791
|
+
const T = window.getSelection();
|
|
787
792
|
let k = null;
|
|
788
|
-
|
|
793
|
+
T && T.rangeCount > 0 && Z.contains(T.getRangeAt(0).commonAncestorContainer) ? k = T.getRangeAt(0) : (k = document.createRange(), k.selectNodeContents(Z), k.collapse(!1));
|
|
789
794
|
const $ = Wn(E, P);
|
|
790
|
-
k.deleteContents(), k.insertNode($), k.setStartAfter($), k.collapse(!0),
|
|
795
|
+
k.deleteContents(), k.insertNode($), k.setStartAfter($), k.collapse(!0), T == null || T.removeAllRanges(), T == null || T.addRange(k), x();
|
|
791
796
|
}, [x]), D = z(() => {
|
|
792
|
-
!
|
|
793
|
-
}, [
|
|
797
|
+
!h || !o || (h.registerField({ editorRef: f, savedRange: null, fieldId: o, onInsert: F }), h.notifyFieldFocus(o, f.current));
|
|
798
|
+
}, [h, o, F]), G = z(() => {
|
|
794
799
|
var P;
|
|
795
|
-
if (!
|
|
800
|
+
if (!h) return;
|
|
796
801
|
const E = window.getSelection();
|
|
797
|
-
E && E.rangeCount > 0 && ((P = f.current) != null && P.contains(E.anchorNode)) &&
|
|
798
|
-
}, [
|
|
802
|
+
E && E.rangeCount > 0 && ((P = f.current) != null && P.contains(E.anchorNode)) && h.saveRange(E.getRangeAt(0).cloneRange());
|
|
803
|
+
}, [h]);
|
|
799
804
|
q(() => {
|
|
800
805
|
document.addEventListener("selectionchange", G);
|
|
801
806
|
const E = f.current;
|
|
802
|
-
return E && E.addEventListener("input",
|
|
803
|
-
document.removeEventListener("selectionchange", G), E && E.removeEventListener("input",
|
|
807
|
+
return E && E.addEventListener("input", y), () => {
|
|
808
|
+
document.removeEventListener("selectionchange", G), E && E.removeEventListener("input", y);
|
|
804
809
|
};
|
|
805
|
-
}, [G,
|
|
810
|
+
}, [G, y]);
|
|
806
811
|
const W = z((E) => {
|
|
807
|
-
r || !E.dataTransfer.types.includes(Kt) || (E.preventDefault(), E.dataTransfer.dropEffect = "copy",
|
|
812
|
+
r || !E.dataTransfer.types.includes(Kt) || (E.preventDefault(), E.dataTransfer.dropEffect = "copy", A("valid"));
|
|
808
813
|
}, [r]), V = z(() => {
|
|
809
|
-
|
|
814
|
+
A(null);
|
|
810
815
|
}, []), j = z((E) => {
|
|
811
|
-
if (E.preventDefault(),
|
|
812
|
-
|
|
816
|
+
if (E.preventDefault(), A(null), r) {
|
|
817
|
+
I(!0);
|
|
813
818
|
return;
|
|
814
819
|
}
|
|
815
820
|
const P = E.dataTransfer.getData(Kt);
|
|
@@ -820,15 +825,15 @@ function $r({
|
|
|
820
825
|
} catch {
|
|
821
826
|
return;
|
|
822
827
|
}
|
|
823
|
-
const
|
|
824
|
-
if (!
|
|
828
|
+
const T = ea(E.clientX, E.clientY);
|
|
829
|
+
if (!T) return;
|
|
825
830
|
const k = f.current;
|
|
826
|
-
if (!k || !k.contains(
|
|
831
|
+
if (!k || !k.contains(T.commonAncestorContainer)) return;
|
|
827
832
|
const $ = Wn(Z.path, Z.label);
|
|
828
|
-
|
|
833
|
+
T.deleteContents(), T.insertNode($), T.setStartAfter($), T.collapse(!0);
|
|
829
834
|
const _ = window.getSelection();
|
|
830
|
-
_ == null || _.removeAllRanges(), _ == null || _.addRange(
|
|
831
|
-
}, [r]), Q = (s ? 1 : 0) + (l ? 1 : 0), U = Q > 0 ? `${Q * 30 + 8}px` : "12px", re =
|
|
835
|
+
_ == null || _.removeAllRanges(), _ == null || _.addRange(T), k.dispatchEvent(new Event("input", { bubbles: !0 }));
|
|
836
|
+
}, [r]), Q = (s ? 1 : 0) + (l ? 1 : 0), U = Q > 0 ? `${Q * 30 + 8}px` : "12px", re = v === "valid" ? "#16a34a" : v === "invalid" || a ? "#d32f2f" : "rgba(0,0,0,0.23)", ie = v === "valid" ? "0 0 0 2px rgba(22,163,74,0.2)" : v === "invalid" ? "0 0 0 2px rgba(211,47,47,0.2)" : void 0;
|
|
832
837
|
return /* @__PURE__ */ O(N, { sx: { position: "relative" }, children: [
|
|
833
838
|
/* @__PURE__ */ O(
|
|
834
839
|
N,
|
|
@@ -854,7 +859,7 @@ function $r({
|
|
|
854
859
|
fontSize: c ? 13 : 14,
|
|
855
860
|
lineHeight: 1.5,
|
|
856
861
|
cursor: r ? "not-allowed" : "text",
|
|
857
|
-
bgcolor:
|
|
862
|
+
bgcolor: v === "valid" ? "rgba(22,163,74,0.04)" : r ? "rgba(0,0,0,0.04)" : "#fff",
|
|
858
863
|
transition: "border-color 0.15s, box-shadow 0.15s, background 0.15s",
|
|
859
864
|
boxShadow: ie,
|
|
860
865
|
"&:focus-within": {
|
|
@@ -901,7 +906,7 @@ function $r({
|
|
|
901
906
|
contentEditable: r ? "false" : "true",
|
|
902
907
|
suppressContentEditableWarning: !0,
|
|
903
908
|
onPaste: S,
|
|
904
|
-
onCopy:
|
|
909
|
+
onCopy: w,
|
|
905
910
|
onCut: B,
|
|
906
911
|
onKeyDown: M,
|
|
907
912
|
onFocus: D,
|
|
@@ -949,7 +954,7 @@ function $r({
|
|
|
949
954
|
onClick: (E) => {
|
|
950
955
|
E.stopPropagation();
|
|
951
956
|
const P = !u;
|
|
952
|
-
|
|
957
|
+
h == null || h.notifyFormulaToggle(P, P ? g.current : null), s();
|
|
953
958
|
},
|
|
954
959
|
sx: {
|
|
955
960
|
border: "none",
|
|
@@ -965,7 +970,7 @@ function $r({
|
|
|
965
970
|
bgcolor: u ? "#ede9fe" : "transparent",
|
|
966
971
|
"&:hover": { bgcolor: "#ede9fe", color: "#7c4dff" }
|
|
967
972
|
},
|
|
968
|
-
children: /* @__PURE__ */ d(
|
|
973
|
+
children: /* @__PURE__ */ d(Gt, { size: 17 })
|
|
969
974
|
}
|
|
970
975
|
)
|
|
971
976
|
}
|
|
@@ -999,11 +1004,11 @@ function $r({
|
|
|
999
1004
|
/* @__PURE__ */ d(
|
|
1000
1005
|
Eo,
|
|
1001
1006
|
{
|
|
1002
|
-
open:
|
|
1007
|
+
open: C,
|
|
1003
1008
|
autoHideDuration: 3e3,
|
|
1004
|
-
onClose: () =>
|
|
1009
|
+
onClose: () => I(!1),
|
|
1005
1010
|
anchorOrigin: { vertical: "bottom", horizontal: "center" },
|
|
1006
|
-
children: /* @__PURE__ */ d(Oo, { severity: "error", onClose: () =>
|
|
1011
|
+
children: /* @__PURE__ */ d(Oo, { severity: "error", onClose: () => I(!1), sx: { fontSize: 13 }, children: "This field is disabled — cannot insert variable" })
|
|
1007
1012
|
}
|
|
1008
1013
|
)
|
|
1009
1014
|
] });
|
|
@@ -1020,7 +1025,7 @@ function ea(n, e) {
|
|
|
1020
1025
|
return null;
|
|
1021
1026
|
}
|
|
1022
1027
|
function Wn(n, e) {
|
|
1023
|
-
return
|
|
1028
|
+
return xn({ expr: Zr(n), label: e, path: n });
|
|
1024
1029
|
}
|
|
1025
1030
|
function Ur({
|
|
1026
1031
|
field: n,
|
|
@@ -1039,33 +1044,33 @@ function Ur({
|
|
|
1039
1044
|
b.current = p, q(() => () => {
|
|
1040
1045
|
b.current && (g == null || g.notifyFormulaToggle(!1));
|
|
1041
1046
|
}, []);
|
|
1042
|
-
const [
|
|
1047
|
+
const [h, v] = L(
|
|
1043
1048
|
() => f ? Te(String(e ?? ""), c in (o ?? {})) : []
|
|
1044
|
-
), [
|
|
1049
|
+
), [A, C] = L(() => String(e ?? "")), I = H(e);
|
|
1045
1050
|
q(() => {
|
|
1046
|
-
if (e ===
|
|
1047
|
-
|
|
1051
|
+
if (e === I.current) return;
|
|
1052
|
+
I.current = e;
|
|
1048
1053
|
const E = String(e ?? "");
|
|
1049
|
-
|
|
1054
|
+
C(E), f && v(Te(E, p));
|
|
1050
1055
|
}, [e]);
|
|
1051
1056
|
const x = (E) => {
|
|
1052
|
-
|
|
1053
|
-
const P = p ?
|
|
1054
|
-
|
|
1055
|
-
},
|
|
1057
|
+
v(E);
|
|
1058
|
+
const P = p ? ht(E) : Ge(E);
|
|
1059
|
+
I.current = P, t(P);
|
|
1060
|
+
}, y = () => {
|
|
1056
1061
|
const E = !p;
|
|
1057
1062
|
if (m(E), E) {
|
|
1058
|
-
const P = Ge(
|
|
1059
|
-
|
|
1060
|
-
const
|
|
1061
|
-
|
|
1063
|
+
const P = Ge(h), Z = Te(P, !0);
|
|
1064
|
+
v(Z);
|
|
1065
|
+
const T = ht(Z);
|
|
1066
|
+
I.current = T, t(T), u == null || u({ ...o, [c]: Mr() });
|
|
1062
1067
|
} else {
|
|
1063
|
-
const P = Ge(
|
|
1064
|
-
|
|
1068
|
+
const P = Ge(h);
|
|
1069
|
+
I.current = P, t(P);
|
|
1065
1070
|
const Z = { ...o };
|
|
1066
1071
|
delete Z[c], u == null || u(Z);
|
|
1067
1072
|
}
|
|
1068
|
-
}, S = a && !!r,
|
|
1073
|
+
}, S = a && !!r, w = l.disabled === !0, B = /* @__PURE__ */ d(
|
|
1069
1074
|
le,
|
|
1070
1075
|
{
|
|
1071
1076
|
label: l.label,
|
|
@@ -1083,14 +1088,14 @@ function Ur({
|
|
|
1083
1088
|
$r,
|
|
1084
1089
|
{
|
|
1085
1090
|
id: c,
|
|
1086
|
-
expression:
|
|
1091
|
+
expression: h,
|
|
1087
1092
|
onExpressionChange: x,
|
|
1088
1093
|
onBlur: i,
|
|
1089
1094
|
placeholder: l.formulaPlaceholder ?? "Type or paste a variable expression...",
|
|
1090
|
-
disabled:
|
|
1095
|
+
disabled: w,
|
|
1091
1096
|
error: S,
|
|
1092
1097
|
formulaConfigEnabled: p,
|
|
1093
|
-
onFormulaConfigToggle:
|
|
1098
|
+
onFormulaConfigToggle: y,
|
|
1094
1099
|
compact: l.compact
|
|
1095
1100
|
}
|
|
1096
1101
|
),
|
|
@@ -1108,9 +1113,9 @@ function Ur({
|
|
|
1108
1113
|
width: "100%",
|
|
1109
1114
|
fontSize: 14,
|
|
1110
1115
|
color: "#374151",
|
|
1111
|
-
backgroundColor:
|
|
1112
|
-
border: `1px solid ${S ?
|
|
1113
|
-
borderRadius:
|
|
1116
|
+
backgroundColor: w ? "#f9fafb" : "#fff",
|
|
1117
|
+
border: `1px solid ${S ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR}`,
|
|
1118
|
+
borderRadius: R.BORDER_RADIUS,
|
|
1114
1119
|
outline: "none",
|
|
1115
1120
|
paddingTop: l.multiline ? "8px" : "6px",
|
|
1116
1121
|
paddingBottom: l.multiline ? "8px" : "6px",
|
|
@@ -1118,16 +1123,16 @@ function Ur({
|
|
|
1118
1123
|
paddingRight: G ? 0 : "12px",
|
|
1119
1124
|
boxSizing: "border-box",
|
|
1120
1125
|
lineHeight: 1.5,
|
|
1121
|
-
cursor:
|
|
1126
|
+
cursor: w ? "not-allowed" : void 0,
|
|
1122
1127
|
resize: l.multiline ? "vertical" : "none"
|
|
1123
1128
|
}, V = {
|
|
1124
1129
|
position: "relative",
|
|
1125
1130
|
display: "flex",
|
|
1126
1131
|
alignItems: "stretch",
|
|
1127
1132
|
width: "100%",
|
|
1128
|
-
border: `1px solid ${S ?
|
|
1129
|
-
borderRadius:
|
|
1130
|
-
backgroundColor:
|
|
1133
|
+
border: `1px solid ${S ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR}`,
|
|
1134
|
+
borderRadius: R.BORDER_RADIUS,
|
|
1135
|
+
backgroundColor: w ? "#f9fafb" : "#fff",
|
|
1131
1136
|
boxSizing: "border-box"
|
|
1132
1137
|
}, j = {
|
|
1133
1138
|
display: "flex",
|
|
@@ -1146,7 +1151,7 @@ function Ur({
|
|
|
1146
1151
|
fontSize: 14,
|
|
1147
1152
|
color: "#374151",
|
|
1148
1153
|
padding: l.multiline ? "8px 12px" : "6px 12px",
|
|
1149
|
-
cursor:
|
|
1154
|
+
cursor: w ? "not-allowed" : void 0,
|
|
1150
1155
|
resize: l.multiline ? "vertical" : "none",
|
|
1151
1156
|
boxSizing: "border-box",
|
|
1152
1157
|
lineHeight: 1.5
|
|
@@ -1155,10 +1160,10 @@ function Ur({
|
|
|
1155
1160
|
{
|
|
1156
1161
|
style: V,
|
|
1157
1162
|
onFocus: (E) => {
|
|
1158
|
-
E.currentTarget.style.borderColor = S ?
|
|
1163
|
+
E.currentTarget.style.borderColor = S ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR_FOCUS, E.currentTarget.style.boxShadow = S ? R.FOCUS_SHADOW_ERROR : R.FOCUS_SHADOW;
|
|
1159
1164
|
},
|
|
1160
1165
|
onBlur: (E) => {
|
|
1161
|
-
E.currentTarget.contains(E.relatedTarget) || (E.currentTarget.style.borderColor = S ?
|
|
1166
|
+
E.currentTarget.contains(E.relatedTarget) || (E.currentTarget.style.borderColor = S ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR, E.currentTarget.style.boxShadow = "none");
|
|
1162
1167
|
},
|
|
1163
1168
|
children: [
|
|
1164
1169
|
M && /* @__PURE__ */ d("span", { style: j, children: l.prefix }),
|
|
@@ -1169,8 +1174,8 @@ function Ur({
|
|
|
1169
1174
|
name: c,
|
|
1170
1175
|
style: { ...Q, minHeight: 72 },
|
|
1171
1176
|
placeholder: l.placeholder ?? "",
|
|
1172
|
-
value:
|
|
1173
|
-
disabled:
|
|
1177
|
+
value: A,
|
|
1178
|
+
disabled: w,
|
|
1174
1179
|
readOnly: l.readOnly,
|
|
1175
1180
|
rows: l.rows ?? 3,
|
|
1176
1181
|
autoComplete: l.autocomplete ?? "off",
|
|
@@ -1181,7 +1186,7 @@ function Ur({
|
|
|
1181
1186
|
"aria-required": l.required || void 0,
|
|
1182
1187
|
"aria-invalid": S || void 0,
|
|
1183
1188
|
onChange: (E) => {
|
|
1184
|
-
|
|
1189
|
+
C(E.target.value), I.current = E.target.value, t(E.target.value);
|
|
1185
1190
|
},
|
|
1186
1191
|
onBlur: i
|
|
1187
1192
|
}
|
|
@@ -1193,8 +1198,8 @@ function Ur({
|
|
|
1193
1198
|
type: l.inputType ?? "text",
|
|
1194
1199
|
style: Q,
|
|
1195
1200
|
placeholder: l.placeholder ?? "",
|
|
1196
|
-
value:
|
|
1197
|
-
disabled:
|
|
1201
|
+
value: A,
|
|
1202
|
+
disabled: w,
|
|
1198
1203
|
readOnly: l.readOnly,
|
|
1199
1204
|
autoComplete: l.autocomplete ?? "off",
|
|
1200
1205
|
autoFocus: l.autoFocus,
|
|
@@ -1204,7 +1209,7 @@ function Ur({
|
|
|
1204
1209
|
"aria-required": l.required || void 0,
|
|
1205
1210
|
"aria-invalid": S || void 0,
|
|
1206
1211
|
onChange: (E) => {
|
|
1207
|
-
|
|
1212
|
+
C(E.target.value), I.current = E.target.value, t(E.target.value);
|
|
1208
1213
|
},
|
|
1209
1214
|
onBlur: i
|
|
1210
1215
|
}
|
|
@@ -1214,11 +1219,11 @@ function Ur({
|
|
|
1214
1219
|
"button",
|
|
1215
1220
|
{
|
|
1216
1221
|
type: "button",
|
|
1217
|
-
onClick: () => navigator.clipboard.writeText(
|
|
1222
|
+
onClick: () => navigator.clipboard.writeText(A),
|
|
1218
1223
|
"aria-label": "copy",
|
|
1219
1224
|
tabIndex: -1,
|
|
1220
1225
|
style: { ...j, background: "none", border: "none", cursor: "pointer", padding: "0 8px" },
|
|
1221
|
-
children: /* @__PURE__ */ d(
|
|
1226
|
+
children: /* @__PURE__ */ d(yo, { size: 16 })
|
|
1222
1227
|
}
|
|
1223
1228
|
) })
|
|
1224
1229
|
]
|
|
@@ -1230,8 +1235,8 @@ function Ur({
|
|
|
1230
1235
|
name: c,
|
|
1231
1236
|
style: { ...W, minHeight: 72, height: void 0, padding: "8px 12px" },
|
|
1232
1237
|
placeholder: l.placeholder ?? "",
|
|
1233
|
-
value:
|
|
1234
|
-
disabled:
|
|
1238
|
+
value: A,
|
|
1239
|
+
disabled: w,
|
|
1235
1240
|
readOnly: l.readOnly,
|
|
1236
1241
|
rows: l.rows ?? 3,
|
|
1237
1242
|
autoComplete: l.autocomplete ?? "off",
|
|
@@ -1242,14 +1247,14 @@ function Ur({
|
|
|
1242
1247
|
"aria-required": l.required || void 0,
|
|
1243
1248
|
"aria-invalid": S || void 0,
|
|
1244
1249
|
onChange: (E) => {
|
|
1245
|
-
|
|
1250
|
+
C(E.target.value), I.current = E.target.value, t(E.target.value);
|
|
1246
1251
|
},
|
|
1247
1252
|
onBlur: i,
|
|
1248
1253
|
onFocus: (E) => {
|
|
1249
|
-
E.currentTarget.style.borderColor = S ?
|
|
1254
|
+
E.currentTarget.style.borderColor = S ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR_FOCUS, E.currentTarget.style.boxShadow = S ? R.FOCUS_SHADOW_ERROR : R.FOCUS_SHADOW;
|
|
1250
1255
|
},
|
|
1251
1256
|
onBlurCapture: (E) => {
|
|
1252
|
-
E.currentTarget.style.borderColor = S ?
|
|
1257
|
+
E.currentTarget.style.borderColor = S ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR, E.currentTarget.style.boxShadow = "none";
|
|
1253
1258
|
}
|
|
1254
1259
|
}
|
|
1255
1260
|
) : /* @__PURE__ */ d(
|
|
@@ -1260,8 +1265,8 @@ function Ur({
|
|
|
1260
1265
|
type: l.inputType ?? "text",
|
|
1261
1266
|
style: W,
|
|
1262
1267
|
placeholder: l.placeholder ?? "",
|
|
1263
|
-
value:
|
|
1264
|
-
disabled:
|
|
1268
|
+
value: A,
|
|
1269
|
+
disabled: w,
|
|
1265
1270
|
readOnly: l.readOnly,
|
|
1266
1271
|
autoComplete: l.autocomplete ?? "off",
|
|
1267
1272
|
autoFocus: l.autoFocus,
|
|
@@ -1271,14 +1276,14 @@ function Ur({
|
|
|
1271
1276
|
"aria-required": l.required || void 0,
|
|
1272
1277
|
"aria-invalid": S || void 0,
|
|
1273
1278
|
onChange: (E) => {
|
|
1274
|
-
|
|
1279
|
+
C(E.target.value), I.current = E.target.value, t(E.target.value);
|
|
1275
1280
|
},
|
|
1276
1281
|
onBlur: i,
|
|
1277
1282
|
onFocus: (E) => {
|
|
1278
|
-
E.currentTarget.style.borderColor = S ?
|
|
1283
|
+
E.currentTarget.style.borderColor = S ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR_FOCUS, E.currentTarget.style.boxShadow = S ? R.FOCUS_SHADOW_ERROR : R.FOCUS_SHADOW;
|
|
1279
1284
|
},
|
|
1280
1285
|
onBlurCapture: (E) => {
|
|
1281
|
-
E.currentTarget.style.borderColor = S ?
|
|
1286
|
+
E.currentTarget.style.borderColor = S ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR, E.currentTarget.style.boxShadow = "none";
|
|
1282
1287
|
}
|
|
1283
1288
|
}
|
|
1284
1289
|
), ie = /* @__PURE__ */ O(Ve, { children: [
|
|
@@ -1385,10 +1390,10 @@ function ia(n, e) {
|
|
|
1385
1390
|
writable: !1
|
|
1386
1391
|
}), e && en(n, e);
|
|
1387
1392
|
}
|
|
1388
|
-
function
|
|
1389
|
-
return
|
|
1393
|
+
function mt(n) {
|
|
1394
|
+
return mt = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(e) {
|
|
1390
1395
|
return e.__proto__ || Object.getPrototypeOf(e);
|
|
1391
|
-
},
|
|
1396
|
+
}, mt(n);
|
|
1392
1397
|
}
|
|
1393
1398
|
function qr() {
|
|
1394
1399
|
try {
|
|
@@ -1412,9 +1417,9 @@ function aa(n, e) {
|
|
|
1412
1417
|
function sa(n) {
|
|
1413
1418
|
var e = qr();
|
|
1414
1419
|
return function() {
|
|
1415
|
-
var t, i =
|
|
1420
|
+
var t, i = mt(n);
|
|
1416
1421
|
if (e) {
|
|
1417
|
-
var r =
|
|
1422
|
+
var r = mt(this).constructor;
|
|
1418
1423
|
t = Reflect.construct(i, arguments, r);
|
|
1419
1424
|
} else t = i.apply(this, arguments);
|
|
1420
1425
|
return aa(this, t);
|
|
@@ -1442,7 +1447,7 @@ function ca() {
|
|
|
1442
1447
|
throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
1443
1448
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
1444
1449
|
}
|
|
1445
|
-
function
|
|
1450
|
+
function He(n) {
|
|
1446
1451
|
return la(n) || ua(n) || Kr(n) || ca();
|
|
1447
1452
|
}
|
|
1448
1453
|
function da(n) {
|
|
@@ -1501,7 +1506,7 @@ function ba(n, e) {
|
|
|
1501
1506
|
}
|
|
1502
1507
|
}));
|
|
1503
1508
|
}
|
|
1504
|
-
const ha = Math.min, ma = Math.max,
|
|
1509
|
+
const ha = Math.min, ma = Math.max, vt = Math.round, rt = Math.floor, It = (n) => ({
|
|
1505
1510
|
x: n,
|
|
1506
1511
|
y: n
|
|
1507
1512
|
});
|
|
@@ -1523,7 +1528,7 @@ function va(n) {
|
|
|
1523
1528
|
y: t
|
|
1524
1529
|
};
|
|
1525
1530
|
}
|
|
1526
|
-
function
|
|
1531
|
+
function Bt() {
|
|
1527
1532
|
return typeof window < "u";
|
|
1528
1533
|
}
|
|
1529
1534
|
function ei(n) {
|
|
@@ -1538,16 +1543,16 @@ function ti(n) {
|
|
|
1538
1543
|
return (e = (ni(n) ? n.ownerDocument : n.document) || window.document) == null ? void 0 : e.documentElement;
|
|
1539
1544
|
}
|
|
1540
1545
|
function ni(n) {
|
|
1541
|
-
return
|
|
1546
|
+
return Bt() ? n instanceof Node || n instanceof Re(n).Node : !1;
|
|
1542
1547
|
}
|
|
1543
1548
|
function Ia(n) {
|
|
1544
|
-
return
|
|
1549
|
+
return Bt() ? n instanceof Element || n instanceof Re(n).Element : !1;
|
|
1545
1550
|
}
|
|
1546
1551
|
function Sn(n) {
|
|
1547
|
-
return
|
|
1552
|
+
return Bt() ? n instanceof HTMLElement || n instanceof Re(n).HTMLElement : !1;
|
|
1548
1553
|
}
|
|
1549
|
-
function
|
|
1550
|
-
return !
|
|
1554
|
+
function Hn(n) {
|
|
1555
|
+
return !Bt() || typeof ShadowRoot > "u" ? !1 : n instanceof ShadowRoot || n instanceof Re(n).ShadowRoot;
|
|
1551
1556
|
}
|
|
1552
1557
|
function ri(n) {
|
|
1553
1558
|
const {
|
|
@@ -1559,10 +1564,10 @@ function ri(n) {
|
|
|
1559
1564
|
return /auto|scroll|overlay|hidden|clip/.test(e + i + t) && r !== "inline" && r !== "contents";
|
|
1560
1565
|
}
|
|
1561
1566
|
let Xt;
|
|
1562
|
-
function
|
|
1567
|
+
function ya() {
|
|
1563
1568
|
return Xt == null && (Xt = typeof CSS < "u" && CSS.supports && CSS.supports("-webkit-backdrop-filter", "none")), Xt;
|
|
1564
1569
|
}
|
|
1565
|
-
function
|
|
1570
|
+
function xa(n) {
|
|
1566
1571
|
return /^(html|body|#document)$/.test(ei(n));
|
|
1567
1572
|
}
|
|
1568
1573
|
function Rn(n) {
|
|
@@ -1575,24 +1580,24 @@ function Ca(n) {
|
|
|
1575
1580
|
// Step into the shadow DOM of the parent of a slotted node.
|
|
1576
1581
|
n.assignedSlot || // DOM Element detected.
|
|
1577
1582
|
n.parentNode || // ShadowRoot detected.
|
|
1578
|
-
|
|
1583
|
+
Hn(n) && n.host || // Fallback.
|
|
1579
1584
|
ti(n)
|
|
1580
1585
|
);
|
|
1581
|
-
return
|
|
1586
|
+
return Hn(e) ? e.host : e;
|
|
1582
1587
|
}
|
|
1583
1588
|
function ii(n) {
|
|
1584
1589
|
const e = Ca(n);
|
|
1585
|
-
return
|
|
1590
|
+
return xa(e) ? n.ownerDocument ? n.ownerDocument.body : n.body : Sn(e) && ri(e) ? e : ii(e);
|
|
1586
1591
|
}
|
|
1587
|
-
function
|
|
1592
|
+
function yt(n, e, t) {
|
|
1588
1593
|
var i;
|
|
1589
1594
|
e === void 0 && (e = []), t === void 0 && (t = !0);
|
|
1590
1595
|
const r = ii(n), a = r === ((i = n.ownerDocument) == null ? void 0 : i.body), o = Re(r);
|
|
1591
1596
|
if (a) {
|
|
1592
1597
|
const u = nn(o);
|
|
1593
|
-
return e.concat(o, o.visualViewport || [], ri(r) ? r : [], u && t ?
|
|
1598
|
+
return e.concat(o, o.visualViewport || [], ri(r) ? r : [], u && t ? yt(u) : []);
|
|
1594
1599
|
} else
|
|
1595
|
-
return e.concat(r,
|
|
1600
|
+
return e.concat(r, yt(r, [], t));
|
|
1596
1601
|
}
|
|
1597
1602
|
function nn(n) {
|
|
1598
1603
|
return n.parent && Object.getPrototypeOf(n.parent) ? n.frameElement : null;
|
|
@@ -1600,7 +1605,7 @@ function nn(n) {
|
|
|
1600
1605
|
function Aa(n) {
|
|
1601
1606
|
const e = Rn(n);
|
|
1602
1607
|
let t = parseFloat(e.width) || 0, i = parseFloat(e.height) || 0;
|
|
1603
|
-
const r = Sn(n), a = r ? n.offsetWidth : t, o = r ? n.offsetHeight : i, u =
|
|
1608
|
+
const r = Sn(n), a = r ? n.offsetWidth : t, o = r ? n.offsetHeight : i, u = vt(t) !== a || vt(i) !== o;
|
|
1604
1609
|
return u && (t = a, i = o), {
|
|
1605
1610
|
width: t,
|
|
1606
1611
|
height: i,
|
|
@@ -1610,25 +1615,25 @@ function Aa(n) {
|
|
|
1610
1615
|
function En(n) {
|
|
1611
1616
|
return Ia(n) ? n : n.contextElement;
|
|
1612
1617
|
}
|
|
1613
|
-
function
|
|
1618
|
+
function zn(n) {
|
|
1614
1619
|
const e = En(n);
|
|
1615
1620
|
if (!Sn(e))
|
|
1616
|
-
return
|
|
1621
|
+
return It(1);
|
|
1617
1622
|
const t = e.getBoundingClientRect(), {
|
|
1618
1623
|
width: i,
|
|
1619
1624
|
height: r,
|
|
1620
1625
|
$: a
|
|
1621
1626
|
} = Aa(e);
|
|
1622
|
-
let o = (a ?
|
|
1627
|
+
let o = (a ? vt(t.width) : t.width) / i, u = (a ? vt(t.height) : t.height) / r;
|
|
1623
1628
|
return (!o || !Number.isFinite(o)) && (o = 1), (!u || !Number.isFinite(u)) && (u = 1), {
|
|
1624
1629
|
x: o,
|
|
1625
1630
|
y: u
|
|
1626
1631
|
};
|
|
1627
1632
|
}
|
|
1628
|
-
const Sa = /* @__PURE__ */
|
|
1633
|
+
const Sa = /* @__PURE__ */ It(0);
|
|
1629
1634
|
function Ra(n) {
|
|
1630
1635
|
const e = Re(n);
|
|
1631
|
-
return !
|
|
1636
|
+
return !ya() || !e.visualViewport ? Sa : {
|
|
1632
1637
|
x: e.visualViewport.offsetLeft,
|
|
1633
1638
|
y: e.visualViewport.offsetTop
|
|
1634
1639
|
};
|
|
@@ -1639,16 +1644,16 @@ function Ea(n, e, t) {
|
|
|
1639
1644
|
function Zn(n, e, t, i) {
|
|
1640
1645
|
e === void 0 && (e = !1);
|
|
1641
1646
|
const r = n.getBoundingClientRect(), a = En(n);
|
|
1642
|
-
let o =
|
|
1643
|
-
e && (o =
|
|
1644
|
-
const u = Ea() ? Ra(a) :
|
|
1647
|
+
let o = It(1);
|
|
1648
|
+
e && (o = zn(n));
|
|
1649
|
+
const u = Ea() ? Ra(a) : It(0);
|
|
1645
1650
|
let s = (r.left + u.x) / o.x, l = (r.top + u.y) / o.y, c = r.width / o.x, f = r.height / o.y;
|
|
1646
1651
|
if (a) {
|
|
1647
1652
|
const g = Re(a), p = i;
|
|
1648
1653
|
let m = g, b = nn(m);
|
|
1649
1654
|
for (; b && i && p !== m; ) {
|
|
1650
|
-
const
|
|
1651
|
-
s *=
|
|
1655
|
+
const h = zn(b), v = b.getBoundingClientRect(), A = Rn(b), C = v.left + (b.clientLeft + parseFloat(A.paddingLeft)) * h.x, I = v.top + (b.clientTop + parseFloat(A.paddingTop)) * h.y;
|
|
1656
|
+
s *= h.x, l *= h.y, c *= h.x, f *= h.y, s += C, l += I, m = Re(b), b = nn(m);
|
|
1652
1657
|
}
|
|
1653
1658
|
}
|
|
1654
1659
|
return va({
|
|
@@ -1678,30 +1683,30 @@ function Oa(n, e) {
|
|
|
1678
1683
|
} = l;
|
|
1679
1684
|
if (u || e(), !g || !p)
|
|
1680
1685
|
return;
|
|
1681
|
-
const m =
|
|
1682
|
-
rootMargin: -m + "px " + -b + "px " + -
|
|
1686
|
+
const m = rt(f), b = rt(r.clientWidth - (c + g)), h = rt(r.clientHeight - (f + p)), v = rt(c), C = {
|
|
1687
|
+
rootMargin: -m + "px " + -b + "px " + -h + "px " + -v + "px",
|
|
1683
1688
|
threshold: ma(0, ha(1, s)) || 1
|
|
1684
1689
|
};
|
|
1685
|
-
let
|
|
1686
|
-
function x(
|
|
1687
|
-
const S =
|
|
1690
|
+
let I = !0;
|
|
1691
|
+
function x(y) {
|
|
1692
|
+
const S = y[0].intersectionRatio;
|
|
1688
1693
|
if (S !== s) {
|
|
1689
|
-
if (!
|
|
1694
|
+
if (!I)
|
|
1690
1695
|
return o();
|
|
1691
1696
|
S ? o(!1, S) : i = setTimeout(() => {
|
|
1692
1697
|
o(!1, 1e-7);
|
|
1693
1698
|
}, 1e3);
|
|
1694
1699
|
}
|
|
1695
|
-
S === 1 && !oi(l, n.getBoundingClientRect()) && o(),
|
|
1700
|
+
S === 1 && !oi(l, n.getBoundingClientRect()) && o(), I = !1;
|
|
1696
1701
|
}
|
|
1697
1702
|
try {
|
|
1698
1703
|
t = new IntersectionObserver(x, {
|
|
1699
|
-
...
|
|
1704
|
+
...C,
|
|
1700
1705
|
// Handle <iframe>s
|
|
1701
1706
|
root: r.ownerDocument
|
|
1702
1707
|
});
|
|
1703
1708
|
} catch {
|
|
1704
|
-
t = new IntersectionObserver(x,
|
|
1709
|
+
t = new IntersectionObserver(x, C);
|
|
1705
1710
|
}
|
|
1706
1711
|
t.observe(n);
|
|
1707
1712
|
}
|
|
@@ -1715,32 +1720,32 @@ function Fa(n, e, t, i) {
|
|
|
1715
1720
|
elementResize: o = typeof ResizeObserver == "function",
|
|
1716
1721
|
layoutShift: u = typeof IntersectionObserver == "function",
|
|
1717
1722
|
animationFrame: s = !1
|
|
1718
|
-
} = i, l = En(n), c = r || a ? [...l ?
|
|
1719
|
-
c.forEach((
|
|
1720
|
-
r &&
|
|
1723
|
+
} = i, l = En(n), c = r || a ? [...l ? yt(l) : [], ...e ? yt(e) : []] : [];
|
|
1724
|
+
c.forEach((v) => {
|
|
1725
|
+
r && v.addEventListener("scroll", t, {
|
|
1721
1726
|
passive: !0
|
|
1722
|
-
}), a &&
|
|
1727
|
+
}), a && v.addEventListener("resize", t);
|
|
1723
1728
|
});
|
|
1724
1729
|
const f = l && u ? Oa(l, t) : null;
|
|
1725
1730
|
let g = -1, p = null;
|
|
1726
|
-
o && (p = new ResizeObserver((
|
|
1727
|
-
let [
|
|
1728
|
-
|
|
1729
|
-
var
|
|
1730
|
-
(
|
|
1731
|
+
o && (p = new ResizeObserver((v) => {
|
|
1732
|
+
let [A] = v;
|
|
1733
|
+
A && A.target === l && p && e && (p.unobserve(e), cancelAnimationFrame(g), g = requestAnimationFrame(() => {
|
|
1734
|
+
var C;
|
|
1735
|
+
(C = p) == null || C.observe(e);
|
|
1731
1736
|
})), t();
|
|
1732
1737
|
}), l && !s && p.observe(l), e && p.observe(e));
|
|
1733
1738
|
let m, b = s ? Zn(n) : null;
|
|
1734
|
-
s &&
|
|
1735
|
-
function
|
|
1736
|
-
const
|
|
1737
|
-
b && !oi(b,
|
|
1739
|
+
s && h();
|
|
1740
|
+
function h() {
|
|
1741
|
+
const v = Zn(n);
|
|
1742
|
+
b && !oi(b, v) && t(), b = v, m = requestAnimationFrame(h);
|
|
1738
1743
|
}
|
|
1739
1744
|
return t(), () => {
|
|
1740
|
-
var
|
|
1741
|
-
c.forEach((
|
|
1742
|
-
r &&
|
|
1743
|
-
}), f == null || f(), (
|
|
1745
|
+
var v;
|
|
1746
|
+
c.forEach((A) => {
|
|
1747
|
+
r && A.removeEventListener("scroll", t), a && A.removeEventListener("resize", t);
|
|
1748
|
+
}), f == null || f(), (v = p) == null || v.disconnect(), p = null, s && cancelAnimationFrame(m);
|
|
1744
1749
|
};
|
|
1745
1750
|
}
|
|
1746
1751
|
var rn = go, wa = ["className", "clearValue", "cx", "getStyles", "getClassNames", "getValue", "hasValue", "isMulti", "isRtl", "options", "selectOption", "selectProps", "setValue", "theme"], xt = function() {
|
|
@@ -1761,7 +1766,7 @@ function Ga(n, e) {
|
|
|
1761
1766
|
return String(u).trim();
|
|
1762
1767
|
}).join(" ");
|
|
1763
1768
|
}
|
|
1764
|
-
var
|
|
1769
|
+
var Ct = function(e) {
|
|
1765
1770
|
return ka(e) ? e.filter(Boolean) : De(e) === "object" && e !== null ? [e] : [];
|
|
1766
1771
|
}, ai = function(e) {
|
|
1767
1772
|
e.className, e.clearValue, e.cx, e.getStyles, e.getClassNames, e.getValue, e.hasValue, e.isMulti, e.isRtl, e.options, e.selectOption, e.selectProps, e.setValue, e.theme;
|
|
@@ -1781,17 +1786,17 @@ function Ba(n, e, t) {
|
|
|
1781
1786
|
}
|
|
1782
1787
|
return n;
|
|
1783
1788
|
}
|
|
1784
|
-
function
|
|
1789
|
+
function Vt(n) {
|
|
1785
1790
|
return [document.documentElement, document.body, window].indexOf(n) > -1;
|
|
1786
1791
|
}
|
|
1787
1792
|
function Va(n) {
|
|
1788
|
-
return
|
|
1793
|
+
return Vt(n) ? window.innerHeight : n.clientHeight;
|
|
1789
1794
|
}
|
|
1790
1795
|
function si(n) {
|
|
1791
|
-
return
|
|
1796
|
+
return Vt(n) ? window.pageYOffset : n.scrollTop;
|
|
1792
1797
|
}
|
|
1793
|
-
function
|
|
1794
|
-
if (
|
|
1798
|
+
function At(n, e) {
|
|
1799
|
+
if (Vt(n)) {
|
|
1795
1800
|
window.scrollTo(0, e);
|
|
1796
1801
|
return;
|
|
1797
1802
|
}
|
|
@@ -1808,18 +1813,18 @@ function Da(n) {
|
|
|
1808
1813
|
function Na(n, e, t, i) {
|
|
1809
1814
|
return t * ((n = n / i - 1) * n * n + 1) + e;
|
|
1810
1815
|
}
|
|
1811
|
-
function
|
|
1816
|
+
function it(n, e) {
|
|
1812
1817
|
var t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 200, i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : xt, r = si(n), a = e - r, o = 10, u = 0;
|
|
1813
1818
|
function s() {
|
|
1814
1819
|
u += o;
|
|
1815
1820
|
var l = Na(u, r, a, t);
|
|
1816
|
-
|
|
1821
|
+
At(n, l), u < t ? window.requestAnimationFrame(s) : i(n);
|
|
1817
1822
|
}
|
|
1818
1823
|
s();
|
|
1819
1824
|
}
|
|
1820
1825
|
function _n(n, e) {
|
|
1821
1826
|
var t = n.getBoundingClientRect(), i = e.getBoundingClientRect(), r = e.offsetHeight / 3;
|
|
1822
|
-
i.bottom + r > t.bottom ?
|
|
1827
|
+
i.bottom + r > t.bottom ? At(n, Math.min(e.offsetTop + e.clientHeight - n.offsetHeight + r, n.scrollHeight)) : i.top - r < t.top && At(n, Math.max(e.offsetTop - r, 0));
|
|
1823
1828
|
}
|
|
1824
1829
|
function Pa(n) {
|
|
1825
1830
|
var e = n.getBoundingClientRect();
|
|
@@ -1850,8 +1855,8 @@ var li = !1, Ma = {
|
|
|
1850
1855
|
get passive() {
|
|
1851
1856
|
return li = !0;
|
|
1852
1857
|
}
|
|
1853
|
-
},
|
|
1854
|
-
|
|
1858
|
+
}, ot = typeof window < "u" ? window : {};
|
|
1859
|
+
ot.addEventListener && ot.removeEventListener && (ot.addEventListener("p", xt, Ma), ot.removeEventListener("p", xt, !1));
|
|
1855
1860
|
var Wa = li;
|
|
1856
1861
|
function Xa(n) {
|
|
1857
1862
|
return n != null;
|
|
@@ -1859,10 +1864,10 @@ function Xa(n) {
|
|
|
1859
1864
|
function ka(n) {
|
|
1860
1865
|
return Array.isArray(n);
|
|
1861
1866
|
}
|
|
1862
|
-
function
|
|
1867
|
+
function $e(n, e, t) {
|
|
1863
1868
|
return n ? e : t;
|
|
1864
1869
|
}
|
|
1865
|
-
var
|
|
1870
|
+
var Ha = function(e) {
|
|
1866
1871
|
for (var t = arguments.length, i = new Array(t > 1 ? t - 1 : 0), r = 1; r < t; r++)
|
|
1867
1872
|
i[r - 1] = arguments[r];
|
|
1868
1873
|
var a = Object.entries(e).filter(function(o) {
|
|
@@ -1873,14 +1878,14 @@ var za = function(e) {
|
|
|
1873
1878
|
var s = se(u, 2), l = s[0], c = s[1];
|
|
1874
1879
|
return o[l] = c, o;
|
|
1875
1880
|
}, {});
|
|
1876
|
-
},
|
|
1881
|
+
}, za = ["children", "innerProps"], Za = ["children", "innerProps"];
|
|
1877
1882
|
function _a(n) {
|
|
1878
1883
|
var e = n.maxHeight, t = n.menuEl, i = n.minHeight, r = n.placement, a = n.shouldScroll, o = n.isFixedPosition, u = n.controlHeight, s = Da(t), l = {
|
|
1879
1884
|
placement: "bottom",
|
|
1880
1885
|
maxHeight: e
|
|
1881
1886
|
};
|
|
1882
1887
|
if (!t || !t.offsetParent) return l;
|
|
1883
|
-
var c = s.getBoundingClientRect(), f = c.height, g = t.getBoundingClientRect(), p = g.bottom, m = g.height, b = g.top,
|
|
1888
|
+
var c = s.getBoundingClientRect(), f = c.height, g = t.getBoundingClientRect(), p = g.bottom, m = g.height, b = g.top, h = t.offsetParent.getBoundingClientRect(), v = h.top, A = o ? window.innerHeight : Va(s), C = si(s), I = parseInt(getComputedStyle(t).marginBottom, 10), x = parseInt(getComputedStyle(t).marginTop, 10), y = v - x, S = A - b, w = y + C, B = f - C - b, M = p - A + C + I, F = C + b - x, D = 160;
|
|
1884
1889
|
switch (r) {
|
|
1885
1890
|
case "auto":
|
|
1886
1891
|
case "bottom":
|
|
@@ -1890,45 +1895,45 @@ function _a(n) {
|
|
|
1890
1895
|
maxHeight: e
|
|
1891
1896
|
};
|
|
1892
1897
|
if (B >= m && !o)
|
|
1893
|
-
return a &&
|
|
1898
|
+
return a && it(s, M, D), {
|
|
1894
1899
|
placement: "bottom",
|
|
1895
1900
|
maxHeight: e
|
|
1896
1901
|
};
|
|
1897
1902
|
if (!o && B >= i || o && S >= i) {
|
|
1898
|
-
a &&
|
|
1899
|
-
var G = o ? S -
|
|
1903
|
+
a && it(s, M, D);
|
|
1904
|
+
var G = o ? S - I : B - I;
|
|
1900
1905
|
return {
|
|
1901
1906
|
placement: "bottom",
|
|
1902
1907
|
maxHeight: G
|
|
1903
1908
|
};
|
|
1904
1909
|
}
|
|
1905
1910
|
if (r === "auto" || o) {
|
|
1906
|
-
var W = e, V = o ?
|
|
1907
|
-
return V >= i && (W = Math.min(V -
|
|
1911
|
+
var W = e, V = o ? y : w;
|
|
1912
|
+
return V >= i && (W = Math.min(V - I - u, e)), {
|
|
1908
1913
|
placement: "top",
|
|
1909
1914
|
maxHeight: W
|
|
1910
1915
|
};
|
|
1911
1916
|
}
|
|
1912
1917
|
if (r === "bottom")
|
|
1913
|
-
return a &&
|
|
1918
|
+
return a && At(s, M), {
|
|
1914
1919
|
placement: "bottom",
|
|
1915
1920
|
maxHeight: e
|
|
1916
1921
|
};
|
|
1917
1922
|
break;
|
|
1918
1923
|
case "top":
|
|
1919
|
-
if (
|
|
1924
|
+
if (y >= m)
|
|
1920
1925
|
return {
|
|
1921
1926
|
placement: "top",
|
|
1922
1927
|
maxHeight: e
|
|
1923
1928
|
};
|
|
1924
|
-
if (
|
|
1925
|
-
return a &&
|
|
1929
|
+
if (w >= m && !o)
|
|
1930
|
+
return a && it(s, F, D), {
|
|
1926
1931
|
placement: "top",
|
|
1927
1932
|
maxHeight: e
|
|
1928
1933
|
};
|
|
1929
|
-
if (!o &&
|
|
1934
|
+
if (!o && w >= i || o && y >= i) {
|
|
1930
1935
|
var j = e;
|
|
1931
|
-
return (!o &&
|
|
1936
|
+
return (!o && w >= i || o && y >= i) && (j = o ? y - x : w - x), a && it(s, F, D), {
|
|
1932
1937
|
placement: "top",
|
|
1933
1938
|
maxHeight: j
|
|
1934
1939
|
};
|
|
@@ -1962,26 +1967,26 @@ var ui = function(e) {
|
|
|
1962
1967
|
marginBottom: u.menuGutter,
|
|
1963
1968
|
marginTop: u.menuGutter
|
|
1964
1969
|
});
|
|
1965
|
-
}, ci = /* @__PURE__ */
|
|
1966
|
-
var t = e.children, i = e.minMenuHeight, r = e.maxMenuHeight, a = e.menuPlacement, o = e.menuPosition, u = e.menuShouldScrollIntoView, s = e.theme, l =
|
|
1970
|
+
}, ci = /* @__PURE__ */ Ot(null), ja = function(e) {
|
|
1971
|
+
var t = e.children, i = e.minMenuHeight, r = e.maxMenuHeight, a = e.menuPlacement, o = e.menuPosition, u = e.menuShouldScrollIntoView, s = e.theme, l = Ft(ci) || {}, c = l.setPortalPlacement, f = H(null), g = L(r), p = se(g, 2), m = p[0], b = p[1], h = L(null), v = se(h, 2), A = v[0], C = v[1], I = s.spacing.controlHeight;
|
|
1967
1972
|
return rn(function() {
|
|
1968
1973
|
var x = f.current;
|
|
1969
1974
|
if (x) {
|
|
1970
|
-
var
|
|
1975
|
+
var y = o === "fixed", S = u && !y, w = _a({
|
|
1971
1976
|
maxHeight: r,
|
|
1972
1977
|
menuEl: x,
|
|
1973
1978
|
minHeight: i,
|
|
1974
1979
|
placement: a,
|
|
1975
1980
|
shouldScroll: S,
|
|
1976
|
-
isFixedPosition:
|
|
1977
|
-
controlHeight:
|
|
1981
|
+
isFixedPosition: y,
|
|
1982
|
+
controlHeight: I
|
|
1978
1983
|
});
|
|
1979
|
-
b(
|
|
1984
|
+
b(w.maxHeight), C(w.placement), c == null || c(w.placement);
|
|
1980
1985
|
}
|
|
1981
|
-
}, [r, a, o, u, i, c,
|
|
1986
|
+
}, [r, a, o, u, i, c, I]), t({
|
|
1982
1987
|
ref: f,
|
|
1983
1988
|
placerProps: X(X({}, e), {}, {
|
|
1984
|
-
placement:
|
|
1989
|
+
placement: A || ui(a),
|
|
1985
1990
|
maxHeight: m
|
|
1986
1991
|
})
|
|
1987
1992
|
});
|
|
@@ -2021,7 +2026,7 @@ var ui = function(e) {
|
|
|
2021
2026
|
padding: "".concat(r * 2, "px ").concat(r * 3, "px")
|
|
2022
2027
|
});
|
|
2023
2028
|
}, Ka = di, es = di, ts = function(e) {
|
|
2024
|
-
var t = e.children, i = t === void 0 ? "No options" : t, r = e.innerProps, a = ve(e,
|
|
2029
|
+
var t = e.children, i = t === void 0 ? "No options" : t, r = e.innerProps, a = ve(e, za);
|
|
2025
2030
|
return J("div", Y({}, ne(X(X({}, a), {}, {
|
|
2026
2031
|
children: i,
|
|
2027
2032
|
innerProps: r
|
|
@@ -2052,42 +2057,42 @@ var ui = function(e) {
|
|
|
2052
2057
|
return {
|
|
2053
2058
|
setPortalPlacement: p
|
|
2054
2059
|
};
|
|
2055
|
-
}, []), b = L(null),
|
|
2060
|
+
}, []), b = L(null), h = se(b, 2), v = h[0], A = h[1], C = z(function() {
|
|
2056
2061
|
if (r) {
|
|
2057
|
-
var S = Pa(r),
|
|
2058
|
-
(B !== (
|
|
2062
|
+
var S = Pa(r), w = u === "fixed" ? 0 : window.pageYOffset, B = S[g] + w;
|
|
2063
|
+
(B !== (v == null ? void 0 : v.offset) || S.left !== (v == null ? void 0 : v.rect.left) || S.width !== (v == null ? void 0 : v.rect.width)) && A({
|
|
2059
2064
|
offset: B,
|
|
2060
2065
|
rect: S
|
|
2061
2066
|
});
|
|
2062
2067
|
}
|
|
2063
|
-
}, [r, u, g,
|
|
2068
|
+
}, [r, u, g, v == null ? void 0 : v.offset, v == null ? void 0 : v.rect.left, v == null ? void 0 : v.rect.width]);
|
|
2064
2069
|
rn(function() {
|
|
2065
|
-
|
|
2066
|
-
}, [
|
|
2067
|
-
var
|
|
2068
|
-
typeof l.current == "function" && (l.current(), l.current = null), r && s.current && (l.current = Fa(r, s.current,
|
|
2070
|
+
C();
|
|
2071
|
+
}, [C]);
|
|
2072
|
+
var I = z(function() {
|
|
2073
|
+
typeof l.current == "function" && (l.current(), l.current = null), r && s.current && (l.current = Fa(r, s.current, C, {
|
|
2069
2074
|
elementResize: "ResizeObserver" in window
|
|
2070
2075
|
}));
|
|
2071
|
-
}, [r,
|
|
2076
|
+
}, [r, C]);
|
|
2072
2077
|
rn(function() {
|
|
2073
|
-
|
|
2074
|
-
}, [
|
|
2078
|
+
I();
|
|
2079
|
+
}, [I]);
|
|
2075
2080
|
var x = z(function(S) {
|
|
2076
|
-
s.current = S,
|
|
2077
|
-
}, [
|
|
2078
|
-
if (!t && u !== "fixed" || !
|
|
2079
|
-
var
|
|
2081
|
+
s.current = S, I();
|
|
2082
|
+
}, [I]);
|
|
2083
|
+
if (!t && u !== "fixed" || !v) return null;
|
|
2084
|
+
var y = J("div", Y({
|
|
2080
2085
|
ref: x
|
|
2081
2086
|
}, ne(X(X({}, e), {}, {
|
|
2082
|
-
offset:
|
|
2087
|
+
offset: v.offset,
|
|
2083
2088
|
position: u,
|
|
2084
|
-
rect:
|
|
2089
|
+
rect: v.rect
|
|
2085
2090
|
}), "menuPortal", {
|
|
2086
2091
|
"menu-portal": !0
|
|
2087
2092
|
}), a), i);
|
|
2088
2093
|
return J(ci.Provider, {
|
|
2089
2094
|
value: m
|
|
2090
|
-
}, t ? /* @__PURE__ */ Do(
|
|
2095
|
+
}, t ? /* @__PURE__ */ Do(y, t) : y);
|
|
2091
2096
|
}, os = function(e) {
|
|
2092
2097
|
var t = e.isDisabled, i = e.isRtl;
|
|
2093
2098
|
return {
|
|
@@ -2205,12 +2210,12 @@ var gs = process.env.NODE_ENV === "production" ? {
|
|
|
2205
2210
|
marginBottom: a * 2,
|
|
2206
2211
|
marginTop: a * 2
|
|
2207
2212
|
});
|
|
2208
|
-
},
|
|
2213
|
+
}, ys = function(e) {
|
|
2209
2214
|
var t = e.innerProps;
|
|
2210
2215
|
return J("span", Y({}, t, ne(e, "indicatorSeparator", {
|
|
2211
2216
|
"indicator-separator": !0
|
|
2212
2217
|
})));
|
|
2213
|
-
},
|
|
2218
|
+
}, xs = No(Yn || (Yn = ba([`
|
|
2214
2219
|
0%, 80%, 100% { opacity: 0; }
|
|
2215
2220
|
40% { opacity: 1; }
|
|
2216
2221
|
`]))), Cs = function(e, t) {
|
|
@@ -2233,7 +2238,7 @@ var gs = process.env.NODE_ENV === "production" ? {
|
|
|
2233
2238
|
var t = e.delay, i = e.offset;
|
|
2234
2239
|
return J("span", {
|
|
2235
2240
|
css: /* @__PURE__ */ Pr({
|
|
2236
|
-
animation: "".concat(
|
|
2241
|
+
animation: "".concat(xs, " 1s ease-in-out ").concat(t, "ms infinite;"),
|
|
2237
2242
|
backgroundColor: "currentColor",
|
|
2238
2243
|
borderRadius: "1em",
|
|
2239
2244
|
display: "inline-block",
|
|
@@ -2432,7 +2437,7 @@ var gs = process.env.NODE_ENV === "production" ? {
|
|
|
2432
2437
|
}, hi = function(e) {
|
|
2433
2438
|
var t = e.children, i = e.innerProps;
|
|
2434
2439
|
return J("div", i, t);
|
|
2435
|
-
},
|
|
2440
|
+
}, Hs = hi, zs = hi;
|
|
2436
2441
|
function Zs(n) {
|
|
2437
2442
|
var e = n.children, t = n.innerProps;
|
|
2438
2443
|
return J("div", Y({
|
|
@@ -2539,7 +2544,7 @@ var _s = function(e) {
|
|
|
2539
2544
|
Group: Bs,
|
|
2540
2545
|
GroupHeading: Gs,
|
|
2541
2546
|
IndicatorsContainer: cs,
|
|
2542
|
-
IndicatorSeparator:
|
|
2547
|
+
IndicatorSeparator: ys,
|
|
2543
2548
|
Input: Ms,
|
|
2544
2549
|
LoadingIndicator: As,
|
|
2545
2550
|
Menu: Ua,
|
|
@@ -2548,8 +2553,8 @@ var _s = function(e) {
|
|
|
2548
2553
|
LoadingMessage: ns,
|
|
2549
2554
|
NoOptionsMessage: ts,
|
|
2550
2555
|
MultiValue: Js,
|
|
2551
|
-
MultiValueContainer:
|
|
2552
|
-
MultiValueLabel:
|
|
2556
|
+
MultiValueContainer: Hs,
|
|
2557
|
+
MultiValueLabel: zs,
|
|
2553
2558
|
MultiValueRemove: Zs,
|
|
2554
2559
|
Option: $s,
|
|
2555
2560
|
Placeholder: qs,
|
|
@@ -2638,8 +2643,8 @@ var ll = process.env.NODE_ENV === "production" ? {
|
|
|
2638
2643
|
}
|
|
2639
2644
|
},
|
|
2640
2645
|
onFocus: function(e) {
|
|
2641
|
-
var t = e.context, i = e.focused, r = e.options, a = e.label, o = a === void 0 ? "" : a, u = e.selectValue, s = e.isDisabled, l = e.isSelected, c = e.isAppleDevice, f = function(b,
|
|
2642
|
-
return b && b.length ? "".concat(b.indexOf(
|
|
2646
|
+
var t = e.context, i = e.focused, r = e.options, a = e.label, o = a === void 0 ? "" : a, u = e.selectValue, s = e.isDisabled, l = e.isSelected, c = e.isAppleDevice, f = function(b, h) {
|
|
2647
|
+
return b && b.length ? "".concat(b.indexOf(h) + 1, " of ").concat(b.length) : "";
|
|
2643
2648
|
};
|
|
2644
2649
|
if (t === "value" && u)
|
|
2645
2650
|
return "value ".concat(o, " focused, ").concat(f(u, i), ".");
|
|
@@ -2654,26 +2659,26 @@ var ll = process.env.NODE_ENV === "production" ? {
|
|
|
2654
2659
|
return "".concat(i).concat(t ? " for search term " + t : "", ".");
|
|
2655
2660
|
}
|
|
2656
2661
|
}, dl = function(e) {
|
|
2657
|
-
var t = e.ariaSelection, i = e.focusedOption, r = e.focusedValue, a = e.focusableOptions, o = e.isFocused, u = e.selectValue, s = e.selectProps, l = e.id, c = e.isAppleDevice, f = s.ariaLiveMessages, g = s.getOptionLabel, p = s.inputValue, m = s.isMulti, b = s.isOptionDisabled,
|
|
2662
|
+
var t = e.ariaSelection, i = e.focusedOption, r = e.focusedValue, a = e.focusableOptions, o = e.isFocused, u = e.selectValue, s = e.selectProps, l = e.id, c = e.isAppleDevice, f = s.ariaLiveMessages, g = s.getOptionLabel, p = s.inputValue, m = s.isMulti, b = s.isOptionDisabled, h = s.isSearchable, v = s.menuIsOpen, A = s.options, C = s.screenReaderStatus, I = s.tabSelectsValue, x = s.isLoading, y = s["aria-label"], S = s["aria-live"], w = ae(function() {
|
|
2658
2663
|
return X(X({}, cl), f || {});
|
|
2659
2664
|
}, [f]), B = ae(function() {
|
|
2660
2665
|
var V = "";
|
|
2661
|
-
if (t &&
|
|
2666
|
+
if (t && w.onChange) {
|
|
2662
2667
|
var j = t.option, Q = t.options, U = t.removedValue, re = t.removedValues, ie = t.value, E = function(oe) {
|
|
2663
2668
|
return Array.isArray(oe) ? null : oe;
|
|
2664
|
-
}, P = U || j || E(ie), Z = P ? g(P) : "",
|
|
2669
|
+
}, P = U || j || E(ie), Z = P ? g(P) : "", T = Q || re || void 0, k = T ? T.map(g) : [], $ = X({
|
|
2665
2670
|
// multiSelected items are usually items that have already been selected
|
|
2666
2671
|
// or set by the user as a default value so we assume they are not disabled
|
|
2667
2672
|
isDisabled: P && b(P, u),
|
|
2668
2673
|
label: Z,
|
|
2669
2674
|
labels: k
|
|
2670
2675
|
}, t);
|
|
2671
|
-
V =
|
|
2676
|
+
V = w.onChange($);
|
|
2672
2677
|
}
|
|
2673
2678
|
return V;
|
|
2674
|
-
}, [t,
|
|
2679
|
+
}, [t, w, b, u, g]), M = ae(function() {
|
|
2675
2680
|
var V = "", j = i || r, Q = !!(i && u && u.includes(i));
|
|
2676
|
-
if (j &&
|
|
2681
|
+
if (j && w.onFocus) {
|
|
2677
2682
|
var U = {
|
|
2678
2683
|
focused: j,
|
|
2679
2684
|
label: g(j),
|
|
@@ -2684,37 +2689,37 @@ var ll = process.env.NODE_ENV === "production" ? {
|
|
|
2684
2689
|
selectValue: u,
|
|
2685
2690
|
isAppleDevice: c
|
|
2686
2691
|
};
|
|
2687
|
-
V =
|
|
2692
|
+
V = w.onFocus(U);
|
|
2688
2693
|
}
|
|
2689
2694
|
return V;
|
|
2690
|
-
}, [i, r, g, b,
|
|
2695
|
+
}, [i, r, g, b, w, a, u, c]), F = ae(function() {
|
|
2691
2696
|
var V = "";
|
|
2692
|
-
if (
|
|
2693
|
-
var j =
|
|
2697
|
+
if (v && A.length && !x && w.onFilter) {
|
|
2698
|
+
var j = C({
|
|
2694
2699
|
count: a.length
|
|
2695
2700
|
});
|
|
2696
|
-
V =
|
|
2701
|
+
V = w.onFilter({
|
|
2697
2702
|
inputValue: p,
|
|
2698
2703
|
resultsMessage: j
|
|
2699
2704
|
});
|
|
2700
2705
|
}
|
|
2701
2706
|
return V;
|
|
2702
|
-
}, [a, p,
|
|
2707
|
+
}, [a, p, v, w, A, C, x]), D = (t == null ? void 0 : t.action) === "initial-input-focus", G = ae(function() {
|
|
2703
2708
|
var V = "";
|
|
2704
|
-
if (
|
|
2705
|
-
var j = r ? "value" :
|
|
2706
|
-
V =
|
|
2707
|
-
"aria-label":
|
|
2709
|
+
if (w.guidance) {
|
|
2710
|
+
var j = r ? "value" : v ? "menu" : "input";
|
|
2711
|
+
V = w.guidance({
|
|
2712
|
+
"aria-label": y,
|
|
2708
2713
|
context: j,
|
|
2709
2714
|
isDisabled: i && b(i, u),
|
|
2710
2715
|
isMulti: m,
|
|
2711
|
-
isSearchable:
|
|
2712
|
-
tabSelectsValue:
|
|
2716
|
+
isSearchable: h,
|
|
2717
|
+
tabSelectsValue: I,
|
|
2713
2718
|
isInitialFocus: D
|
|
2714
2719
|
});
|
|
2715
2720
|
}
|
|
2716
2721
|
return V;
|
|
2717
|
-
}, [
|
|
2722
|
+
}, [y, i, r, m, b, h, v, w, u, I, D]), W = J(qt, null, J("span", {
|
|
2718
2723
|
id: "aria-selection"
|
|
2719
2724
|
}, B), J("span", {
|
|
2720
2725
|
id: "aria-focused"
|
|
@@ -2986,9 +2991,9 @@ var ll = process.env.NODE_ENV === "production" ? {
|
|
|
2986
2991
|
}], pl = new RegExp("[" + on.map(function(n) {
|
|
2987
2992
|
return n.letters;
|
|
2988
2993
|
}).join("") + "]", "g"), mi = {};
|
|
2989
|
-
for (var
|
|
2990
|
-
for (var
|
|
2991
|
-
mi[
|
|
2994
|
+
for (var Ht = 0; Ht < on.length; Ht++)
|
|
2995
|
+
for (var zt = on[Ht], Zt = 0; Zt < zt.letters.length; Zt++)
|
|
2996
|
+
mi[zt.letters[Zt]] = zt.base;
|
|
2992
2997
|
var vi = function(e) {
|
|
2993
2998
|
return e.replace(pl, function(t) {
|
|
2994
2999
|
return mi[t];
|
|
@@ -3011,7 +3016,7 @@ var vi = function(e) {
|
|
|
3011
3016
|
};
|
|
3012
3017
|
}, ml = ["innerRef"];
|
|
3013
3018
|
function vl(n) {
|
|
3014
|
-
var e = n.innerRef, t = ve(n, ml), i =
|
|
3019
|
+
var e = n.innerRef, t = ve(n, ml), i = Ha(t, "onExited", "in", "enter", "exit", "appear");
|
|
3015
3020
|
return J("input", Y({
|
|
3016
3021
|
ref: e
|
|
3017
3022
|
}, i, {
|
|
@@ -3041,38 +3046,38 @@ function vl(n) {
|
|
|
3041
3046
|
var Il = function(e) {
|
|
3042
3047
|
e.cancelable && e.preventDefault(), e.stopPropagation();
|
|
3043
3048
|
};
|
|
3044
|
-
function
|
|
3045
|
-
var e = n.isEnabled, t = n.onBottomArrive, i = n.onBottomLeave, r = n.onTopArrive, a = n.onTopLeave, o = H(!1), u = H(!1), s = H(0), l = H(null), c = z(function(
|
|
3049
|
+
function yl(n) {
|
|
3050
|
+
var e = n.isEnabled, t = n.onBottomArrive, i = n.onBottomLeave, r = n.onTopArrive, a = n.onTopLeave, o = H(!1), u = H(!1), s = H(0), l = H(null), c = z(function(h, v) {
|
|
3046
3051
|
if (l.current !== null) {
|
|
3047
|
-
var
|
|
3048
|
-
|
|
3049
|
-
}
|
|
3050
|
-
}, [t, i, r, a]), f = z(function(
|
|
3051
|
-
c(
|
|
3052
|
-
}, [c]), g = z(function(
|
|
3053
|
-
s.current =
|
|
3054
|
-
}, []), p = z(function(
|
|
3055
|
-
var
|
|
3056
|
-
c(
|
|
3057
|
-
}, [c]), m = z(function(
|
|
3058
|
-
if (
|
|
3059
|
-
var
|
|
3052
|
+
var A = l.current, C = A.scrollTop, I = A.scrollHeight, x = A.clientHeight, y = l.current, S = v > 0, w = I - x - C, B = !1;
|
|
3053
|
+
w > v && o.current && (i && i(h), o.current = !1), S && u.current && (a && a(h), u.current = !1), S && v > w ? (t && !o.current && t(h), y.scrollTop = I, B = !0, o.current = !0) : !S && -v > C && (r && !u.current && r(h), y.scrollTop = 0, B = !0, u.current = !0), B && Il(h);
|
|
3054
|
+
}
|
|
3055
|
+
}, [t, i, r, a]), f = z(function(h) {
|
|
3056
|
+
c(h, h.deltaY);
|
|
3057
|
+
}, [c]), g = z(function(h) {
|
|
3058
|
+
s.current = h.changedTouches[0].clientY;
|
|
3059
|
+
}, []), p = z(function(h) {
|
|
3060
|
+
var v = s.current - h.changedTouches[0].clientY;
|
|
3061
|
+
c(h, v);
|
|
3062
|
+
}, [c]), m = z(function(h) {
|
|
3063
|
+
if (h) {
|
|
3064
|
+
var v = Wa ? {
|
|
3060
3065
|
passive: !1
|
|
3061
3066
|
} : !1;
|
|
3062
|
-
|
|
3067
|
+
h.addEventListener("wheel", f, v), h.addEventListener("touchstart", g, v), h.addEventListener("touchmove", p, v);
|
|
3063
3068
|
}
|
|
3064
|
-
}, [p, g, f]), b = z(function(
|
|
3065
|
-
|
|
3069
|
+
}, [p, g, f]), b = z(function(h) {
|
|
3070
|
+
h && (h.removeEventListener("wheel", f, !1), h.removeEventListener("touchstart", g, !1), h.removeEventListener("touchmove", p, !1));
|
|
3066
3071
|
}, [p, g, f]);
|
|
3067
3072
|
return q(function() {
|
|
3068
3073
|
if (e) {
|
|
3069
|
-
var
|
|
3070
|
-
return m(
|
|
3071
|
-
b(
|
|
3074
|
+
var h = l.current;
|
|
3075
|
+
return m(h), function() {
|
|
3076
|
+
b(h);
|
|
3072
3077
|
};
|
|
3073
3078
|
}
|
|
3074
|
-
}, [e, m, b]), function(
|
|
3075
|
-
l.current =
|
|
3079
|
+
}, [e, m, b]), function(h) {
|
|
3080
|
+
l.current = h;
|
|
3076
3081
|
};
|
|
3077
3082
|
}
|
|
3078
3083
|
var Qn = ["boxSizing", "height", "overflow", "paddingRight", "position"], qn = {
|
|
@@ -3095,30 +3100,30 @@ function tr() {
|
|
|
3095
3100
|
function nr() {
|
|
3096
3101
|
return "ontouchstart" in window || navigator.maxTouchPoints;
|
|
3097
3102
|
}
|
|
3098
|
-
var rr = !!(typeof window < "u" && window.document && window.document.createElement),
|
|
3103
|
+
var rr = !!(typeof window < "u" && window.document && window.document.createElement), je = 0, Le = {
|
|
3099
3104
|
capture: !1,
|
|
3100
3105
|
passive: !1
|
|
3101
3106
|
};
|
|
3102
|
-
function
|
|
3107
|
+
function xl(n) {
|
|
3103
3108
|
var e = n.isEnabled, t = n.accountForScrollbars, i = t === void 0 ? !0 : t, r = H({}), a = H(null), o = z(function(s) {
|
|
3104
3109
|
if (rr) {
|
|
3105
3110
|
var l = document.body, c = l && l.style;
|
|
3106
3111
|
if (i && Qn.forEach(function(m) {
|
|
3107
3112
|
var b = c && c[m];
|
|
3108
3113
|
r.current[m] = b;
|
|
3109
|
-
}), i &&
|
|
3114
|
+
}), i && je < 1) {
|
|
3110
3115
|
var f = parseInt(r.current.paddingRight, 10) || 0, g = document.body ? document.body.clientWidth : 0, p = window.innerWidth - g + f || 0;
|
|
3111
3116
|
Object.keys(qn).forEach(function(m) {
|
|
3112
3117
|
var b = qn[m];
|
|
3113
3118
|
c && (c[m] = b);
|
|
3114
3119
|
}), c && (c.paddingRight = "".concat(p, "px"));
|
|
3115
3120
|
}
|
|
3116
|
-
l && nr() && (l.addEventListener("touchmove", Kn, Le), s && (s.addEventListener("touchstart", tr, Le), s.addEventListener("touchmove", er, Le))),
|
|
3121
|
+
l && nr() && (l.addEventListener("touchmove", Kn, Le), s && (s.addEventListener("touchstart", tr, Le), s.addEventListener("touchmove", er, Le))), je += 1;
|
|
3117
3122
|
}
|
|
3118
3123
|
}, [i]), u = z(function(s) {
|
|
3119
3124
|
if (rr) {
|
|
3120
3125
|
var l = document.body, c = l && l.style;
|
|
3121
|
-
|
|
3126
|
+
je = Math.max(je - 1, 0), i && je < 1 && Qn.forEach(function(f) {
|
|
3122
3127
|
var g = r.current[f];
|
|
3123
3128
|
c && (c[f] = g);
|
|
3124
3129
|
}), l && nr() && (l.removeEventListener("touchmove", Kn, Le), s && (s.removeEventListener("touchstart", tr, Le), s.removeEventListener("touchmove", er, Le)));
|
|
@@ -3151,13 +3156,13 @@ var Al = function(e) {
|
|
|
3151
3156
|
toString: Cl
|
|
3152
3157
|
};
|
|
3153
3158
|
function Rl(n) {
|
|
3154
|
-
var e = n.children, t = n.lockEnabled, i = n.captureEnabled, r = i === void 0 ? !0 : i, a = n.onBottomArrive, o = n.onBottomLeave, u = n.onTopArrive, s = n.onTopLeave, l =
|
|
3159
|
+
var e = n.children, t = n.lockEnabled, i = n.captureEnabled, r = i === void 0 ? !0 : i, a = n.onBottomArrive, o = n.onBottomLeave, u = n.onTopArrive, s = n.onTopLeave, l = yl({
|
|
3155
3160
|
isEnabled: r,
|
|
3156
3161
|
onBottomArrive: a,
|
|
3157
3162
|
onBottomLeave: o,
|
|
3158
3163
|
onTopArrive: u,
|
|
3159
3164
|
onTopLeave: s
|
|
3160
|
-
}), c =
|
|
3165
|
+
}), c = xl({
|
|
3161
3166
|
isEnabled: t
|
|
3162
3167
|
}), f = function(p) {
|
|
3163
3168
|
l(p), c(p);
|
|
@@ -3214,9 +3219,9 @@ function Vl() {
|
|
|
3214
3219
|
}
|
|
3215
3220
|
var Dl = function(e) {
|
|
3216
3221
|
return e.label;
|
|
3217
|
-
}, xi = function(e) {
|
|
3218
|
-
return e.label;
|
|
3219
3222
|
}, yi = function(e) {
|
|
3223
|
+
return e.label;
|
|
3224
|
+
}, xi = function(e) {
|
|
3220
3225
|
return e.value;
|
|
3221
3226
|
}, Nl = function(e) {
|
|
3222
3227
|
return !!e.isDisabled;
|
|
@@ -3269,7 +3274,7 @@ var Dl = function(e) {
|
|
|
3269
3274
|
borderRadius: Ml,
|
|
3270
3275
|
colors: Ll,
|
|
3271
3276
|
spacing: kl
|
|
3272
|
-
},
|
|
3277
|
+
}, Hl = {
|
|
3273
3278
|
"aria-live": "polite",
|
|
3274
3279
|
backspaceRemovesValue: !0,
|
|
3275
3280
|
blurInputOnSelect: Jn(),
|
|
@@ -3282,8 +3287,8 @@ var Dl = function(e) {
|
|
|
3282
3287
|
escapeClearsValue: !1,
|
|
3283
3288
|
filterOption: hl(),
|
|
3284
3289
|
formatGroupLabel: Dl,
|
|
3285
|
-
getOptionLabel:
|
|
3286
|
-
getOptionValue:
|
|
3290
|
+
getOptionLabel: yi,
|
|
3291
|
+
getOptionValue: xi,
|
|
3287
3292
|
isDisabled: !1,
|
|
3288
3293
|
isLoading: !1,
|
|
3289
3294
|
isMulti: !1,
|
|
@@ -3318,7 +3323,7 @@ var Dl = function(e) {
|
|
|
3318
3323
|
unstyled: !1
|
|
3319
3324
|
};
|
|
3320
3325
|
function ir(n, e, t, i) {
|
|
3321
|
-
var r = Ri(n, e, t), a = Ei(n, e, t), o = Si(n, e), u =
|
|
3326
|
+
var r = Ri(n, e, t), a = Ei(n, e, t), o = Si(n, e), u = St(n, e);
|
|
3322
3327
|
return {
|
|
3323
3328
|
type: "option",
|
|
3324
3329
|
data: e,
|
|
@@ -3329,7 +3334,7 @@ function ir(n, e, t, i) {
|
|
|
3329
3334
|
index: i
|
|
3330
3335
|
};
|
|
3331
3336
|
}
|
|
3332
|
-
function
|
|
3337
|
+
function ut(n, e) {
|
|
3333
3338
|
return n.options.map(function(t, i) {
|
|
3334
3339
|
if ("options" in t) {
|
|
3335
3340
|
var r = t.options.map(function(o, u) {
|
|
@@ -3350,14 +3355,14 @@ function lt(n, e) {
|
|
|
3350
3355
|
}
|
|
3351
3356
|
function Ai(n) {
|
|
3352
3357
|
return n.reduce(function(e, t) {
|
|
3353
|
-
return t.type === "group" ? e.push.apply(e,
|
|
3358
|
+
return t.type === "group" ? e.push.apply(e, He(t.options.map(function(i) {
|
|
3354
3359
|
return i.data;
|
|
3355
3360
|
}))) : e.push(t.data), e;
|
|
3356
3361
|
}, []);
|
|
3357
3362
|
}
|
|
3358
3363
|
function or(n, e) {
|
|
3359
3364
|
return n.reduce(function(t, i) {
|
|
3360
|
-
return i.type === "group" ? t.push.apply(t,
|
|
3365
|
+
return i.type === "group" ? t.push.apply(t, He(i.options.map(function(r) {
|
|
3361
3366
|
return {
|
|
3362
3367
|
data: r.data,
|
|
3363
3368
|
id: "".concat(e, "-").concat(i.index, "-").concat(r.index)
|
|
@@ -3368,8 +3373,8 @@ function or(n, e) {
|
|
|
3368
3373
|
}), t;
|
|
3369
3374
|
}, []);
|
|
3370
3375
|
}
|
|
3371
|
-
function
|
|
3372
|
-
return Ai(
|
|
3376
|
+
function zl(n, e) {
|
|
3377
|
+
return Ai(ut(n, e));
|
|
3373
3378
|
}
|
|
3374
3379
|
function ar(n, e) {
|
|
3375
3380
|
var t = n.inputValue, i = t === void 0 ? "" : t, r = e.data, a = e.isSelected, o = e.label, u = e.value;
|
|
@@ -3401,7 +3406,7 @@ var Jt = function(e, t) {
|
|
|
3401
3406
|
return r || null;
|
|
3402
3407
|
}, Si = function(e, t) {
|
|
3403
3408
|
return e.getOptionLabel(t);
|
|
3404
|
-
},
|
|
3409
|
+
}, St = function(e, t) {
|
|
3405
3410
|
return e.getOptionValue(t);
|
|
3406
3411
|
};
|
|
3407
3412
|
function Ri(n, e, t) {
|
|
@@ -3411,9 +3416,9 @@ function Ei(n, e, t) {
|
|
|
3411
3416
|
if (t.indexOf(e) > -1) return !0;
|
|
3412
3417
|
if (typeof n.isOptionSelected == "function")
|
|
3413
3418
|
return n.isOptionSelected(e, t);
|
|
3414
|
-
var i =
|
|
3419
|
+
var i = St(n, e);
|
|
3415
3420
|
return t.some(function(r) {
|
|
3416
|
-
return
|
|
3421
|
+
return St(n, r) === i;
|
|
3417
3422
|
});
|
|
3418
3423
|
}
|
|
3419
3424
|
function Oi(n, e, t) {
|
|
@@ -3422,7 +3427,7 @@ function Oi(n, e, t) {
|
|
|
3422
3427
|
var Fi = function(e) {
|
|
3423
3428
|
var t = e.hideSelectedOptions, i = e.isMulti;
|
|
3424
3429
|
return t === void 0 ? i : t;
|
|
3425
|
-
}, Jl = 1,
|
|
3430
|
+
}, Jl = 1, Dt = /* @__PURE__ */ function(n) {
|
|
3426
3431
|
ia(t, n);
|
|
3427
3432
|
var e = sa(t);
|
|
3428
3433
|
function t(i) {
|
|
@@ -3469,12 +3474,12 @@ var Fi = function(e) {
|
|
|
3469
3474
|
}, r.selectOption = function(s) {
|
|
3470
3475
|
var l = r.props, c = l.blurInputOnSelect, f = l.isMulti, g = l.name, p = r.state.selectValue, m = f && r.isOptionSelected(s, p), b = r.isOptionDisabled(s, p);
|
|
3471
3476
|
if (m) {
|
|
3472
|
-
var
|
|
3473
|
-
r.setValue(p.filter(function(
|
|
3474
|
-
return r.getOptionValue(
|
|
3477
|
+
var h = r.getOptionValue(s);
|
|
3478
|
+
r.setValue(p.filter(function(v) {
|
|
3479
|
+
return r.getOptionValue(v) !== h;
|
|
3475
3480
|
}), "deselect-option", s);
|
|
3476
3481
|
} else if (!b)
|
|
3477
|
-
f ? r.setValue([].concat(
|
|
3482
|
+
f ? r.setValue([].concat(He(p), [s]), "select-option", s) : r.setValue(s, "select-option");
|
|
3478
3483
|
else {
|
|
3479
3484
|
r.ariaOnChange(s, {
|
|
3480
3485
|
action: "select-option",
|
|
@@ -3487,19 +3492,19 @@ var Fi = function(e) {
|
|
|
3487
3492
|
}, r.removeValue = function(s) {
|
|
3488
3493
|
var l = r.props.isMulti, c = r.state.selectValue, f = r.getOptionValue(s), g = c.filter(function(m) {
|
|
3489
3494
|
return r.getOptionValue(m) !== f;
|
|
3490
|
-
}), p =
|
|
3495
|
+
}), p = $e(l, g, g[0] || null);
|
|
3491
3496
|
r.onChange(p, {
|
|
3492
3497
|
action: "remove-value",
|
|
3493
3498
|
removedValue: s
|
|
3494
3499
|
}), r.focusInput();
|
|
3495
3500
|
}, r.clearValue = function() {
|
|
3496
3501
|
var s = r.state.selectValue;
|
|
3497
|
-
r.onChange(
|
|
3502
|
+
r.onChange($e(r.props.isMulti, [], null), {
|
|
3498
3503
|
action: "clear",
|
|
3499
3504
|
removedValues: s
|
|
3500
3505
|
});
|
|
3501
3506
|
}, r.popValue = function() {
|
|
3502
|
-
var s = r.props.isMulti, l = r.state.selectValue, c = l[l.length - 1], f = l.slice(0, l.length - 1), g =
|
|
3507
|
+
var s = r.props.isMulti, l = r.state.selectValue, c = l[l.length - 1], f = l.slice(0, l.length - 1), g = $e(s, f, f[0] || null);
|
|
3503
3508
|
c && r.onChange(g, {
|
|
3504
3509
|
action: "pop-value",
|
|
3505
3510
|
removedValue: c
|
|
@@ -3507,7 +3512,7 @@ var Fi = function(e) {
|
|
|
3507
3512
|
}, r.getFocusedOptionId = function(s) {
|
|
3508
3513
|
return Jt(r.state.focusableOptionsWithIds, s);
|
|
3509
3514
|
}, r.getFocusableOptionsWithIds = function() {
|
|
3510
|
-
return or(
|
|
3515
|
+
return or(ut(r.props, r.state.selectValue), r.getElementId("option"));
|
|
3511
3516
|
}, r.getValue = function() {
|
|
3512
3517
|
return r.state.selectValue;
|
|
3513
3518
|
}, r.cx = function() {
|
|
@@ -3517,7 +3522,7 @@ var Fi = function(e) {
|
|
|
3517
3522
|
}, r.getOptionLabel = function(s) {
|
|
3518
3523
|
return Si(r.props, s);
|
|
3519
3524
|
}, r.getOptionValue = function(s) {
|
|
3520
|
-
return
|
|
3525
|
+
return St(r.props, s);
|
|
3521
3526
|
}, r.getStyles = function(s, l) {
|
|
3522
3527
|
var c = r.props.unstyled, f = Pl[s](l, c);
|
|
3523
3528
|
f.boxSizing = "border-box";
|
|
@@ -3531,7 +3536,7 @@ var Fi = function(e) {
|
|
|
3531
3536
|
}, r.getComponents = function() {
|
|
3532
3537
|
return rl(r.props);
|
|
3533
3538
|
}, r.buildCategorizedOptions = function() {
|
|
3534
|
-
return
|
|
3539
|
+
return ut(r.props, r.state.selectValue);
|
|
3535
3540
|
}, r.getCategorizedOptions = function() {
|
|
3536
3541
|
return r.props.menuIsOpen ? r.buildCategorizedOptions() : [];
|
|
3537
3542
|
}, r.buildFocusableOptions = function() {
|
|
@@ -3565,7 +3570,7 @@ var Fi = function(e) {
|
|
|
3565
3570
|
return r.focusInput();
|
|
3566
3571
|
}));
|
|
3567
3572
|
}, r.onScroll = function(s) {
|
|
3568
|
-
typeof r.props.closeMenuOnScroll == "boolean" ? s.target instanceof HTMLElement &&
|
|
3573
|
+
typeof r.props.closeMenuOnScroll == "boolean" ? s.target instanceof HTMLElement && Vt(s.target) && r.props.onMenuClose() : typeof r.props.closeMenuOnScroll == "function" && r.props.closeMenuOnScroll(s) && r.props.onMenuClose();
|
|
3569
3574
|
}, r.onCompositionStart = function() {
|
|
3570
3575
|
r.isComposing = !0;
|
|
3571
3576
|
}, r.onCompositionEnd = function() {
|
|
@@ -3626,8 +3631,8 @@ var Fi = function(e) {
|
|
|
3626
3631
|
}, r.onValueInputFocus = function(s) {
|
|
3627
3632
|
s.preventDefault(), s.stopPropagation(), r.focus();
|
|
3628
3633
|
}, r.onKeyDown = function(s) {
|
|
3629
|
-
var l = r.props, c = l.isMulti, f = l.backspaceRemovesValue, g = l.escapeClearsValue, p = l.inputValue, m = l.isClearable, b = l.isDisabled,
|
|
3630
|
-
if (!b && !(typeof
|
|
3634
|
+
var l = r.props, c = l.isMulti, f = l.backspaceRemovesValue, g = l.escapeClearsValue, p = l.inputValue, m = l.isClearable, b = l.isDisabled, h = l.menuIsOpen, v = l.onKeyDown, A = l.tabSelectsValue, C = l.openMenuOnFocus, I = r.state, x = I.focusedOption, y = I.focusedValue, S = I.selectValue;
|
|
3635
|
+
if (!b && !(typeof v == "function" && (v(s), s.defaultPrevented))) {
|
|
3631
3636
|
switch (r.blockOptionHover = !0, s.key) {
|
|
3632
3637
|
case "ArrowLeft":
|
|
3633
3638
|
if (!c || p) return;
|
|
@@ -3640,31 +3645,31 @@ var Fi = function(e) {
|
|
|
3640
3645
|
case "Delete":
|
|
3641
3646
|
case "Backspace":
|
|
3642
3647
|
if (p) return;
|
|
3643
|
-
if (
|
|
3644
|
-
r.removeValue(
|
|
3648
|
+
if (y)
|
|
3649
|
+
r.removeValue(y);
|
|
3645
3650
|
else {
|
|
3646
3651
|
if (!f) return;
|
|
3647
3652
|
c ? r.popValue() : m && r.clearValue();
|
|
3648
3653
|
}
|
|
3649
3654
|
break;
|
|
3650
3655
|
case "Tab":
|
|
3651
|
-
if (r.isComposing || s.shiftKey || !
|
|
3656
|
+
if (r.isComposing || s.shiftKey || !h || !A || !x || // don't capture the event if the menu opens on focus and the focused
|
|
3652
3657
|
// option is already selected; it breaks the flow of navigation
|
|
3653
|
-
|
|
3658
|
+
C && r.isOptionSelected(x, S))
|
|
3654
3659
|
return;
|
|
3655
3660
|
r.selectOption(x);
|
|
3656
3661
|
break;
|
|
3657
3662
|
case "Enter":
|
|
3658
3663
|
if (s.keyCode === 229)
|
|
3659
3664
|
break;
|
|
3660
|
-
if (
|
|
3665
|
+
if (h) {
|
|
3661
3666
|
if (!x || r.isComposing) return;
|
|
3662
3667
|
r.selectOption(x);
|
|
3663
3668
|
break;
|
|
3664
3669
|
}
|
|
3665
3670
|
return;
|
|
3666
3671
|
case "Escape":
|
|
3667
|
-
|
|
3672
|
+
h ? (r.setState({
|
|
3668
3673
|
inputIsHiddenAfterUpdate: !1
|
|
3669
3674
|
}), r.onInputChange("", {
|
|
3670
3675
|
action: "menu-close",
|
|
@@ -3674,7 +3679,7 @@ var Fi = function(e) {
|
|
|
3674
3679
|
case " ":
|
|
3675
3680
|
if (p)
|
|
3676
3681
|
return;
|
|
3677
|
-
if (!
|
|
3682
|
+
if (!h) {
|
|
3678
3683
|
r.openMenu("first");
|
|
3679
3684
|
break;
|
|
3680
3685
|
}
|
|
@@ -3682,25 +3687,25 @@ var Fi = function(e) {
|
|
|
3682
3687
|
r.selectOption(x);
|
|
3683
3688
|
break;
|
|
3684
3689
|
case "ArrowUp":
|
|
3685
|
-
|
|
3690
|
+
h ? r.focusOption("up") : r.openMenu("last");
|
|
3686
3691
|
break;
|
|
3687
3692
|
case "ArrowDown":
|
|
3688
|
-
|
|
3693
|
+
h ? r.focusOption("down") : r.openMenu("first");
|
|
3689
3694
|
break;
|
|
3690
3695
|
case "PageUp":
|
|
3691
|
-
if (!
|
|
3696
|
+
if (!h) return;
|
|
3692
3697
|
r.focusOption("pageup");
|
|
3693
3698
|
break;
|
|
3694
3699
|
case "PageDown":
|
|
3695
|
-
if (!
|
|
3700
|
+
if (!h) return;
|
|
3696
3701
|
r.focusOption("pagedown");
|
|
3697
3702
|
break;
|
|
3698
3703
|
case "Home":
|
|
3699
|
-
if (!
|
|
3704
|
+
if (!h) return;
|
|
3700
3705
|
r.focusOption("first");
|
|
3701
3706
|
break;
|
|
3702
3707
|
case "End":
|
|
3703
|
-
if (!
|
|
3708
|
+
if (!h) return;
|
|
3704
3709
|
r.focusOption("last");
|
|
3705
3710
|
break;
|
|
3706
3711
|
default:
|
|
@@ -3708,7 +3713,7 @@ var Fi = function(e) {
|
|
|
3708
3713
|
}
|
|
3709
3714
|
s.preventDefault();
|
|
3710
3715
|
}
|
|
3711
|
-
}, r.state.instancePrefix = "react-select-" + (r.props.instanceId || ++Jl), r.state.selectValue =
|
|
3716
|
+
}, r.state.instancePrefix = "react-select-" + (r.props.instanceId || ++Jl), r.state.selectValue = Ct(i.value), i.menuIsOpen && r.state.selectValue.length) {
|
|
3712
3717
|
var a = r.getFocusableOptionsWithIds(), o = r.buildFocusableOptions(), u = o.indexOf(r.state.selectValue[0]);
|
|
3713
3718
|
r.state.focusableOptionsWithIds = a, r.state.focusedOption = o[u], r.state.focusedOptionId = Jt(a, o[u]);
|
|
3714
3719
|
}
|
|
@@ -3950,7 +3955,7 @@ var Fi = function(e) {
|
|
|
3950
3955
|
// Renderers
|
|
3951
3956
|
// ==============================
|
|
3952
3957
|
function() {
|
|
3953
|
-
var r = this.props, a = r.isDisabled, o = r.isSearchable, u = r.inputId, s = r.inputValue, l = r.tabIndex, c = r.form, f = r.menuIsOpen, g = r.required, p = this.getComponents(), m = p.Input, b = this.state,
|
|
3958
|
+
var r = this.props, a = r.isDisabled, o = r.isSearchable, u = r.inputId, s = r.inputValue, l = r.tabIndex, c = r.form, f = r.menuIsOpen, g = r.required, p = this.getComponents(), m = p.Input, b = this.state, h = b.inputIsHidden, v = b.ariaSelection, A = this.commonProps, C = u || this.getElementId("input"), I = X(X(X({
|
|
3954
3959
|
"aria-autocomplete": "list",
|
|
3955
3960
|
"aria-expanded": f,
|
|
3956
3961
|
"aria-haspopup": !0,
|
|
@@ -3965,19 +3970,19 @@ var Fi = function(e) {
|
|
|
3965
3970
|
"aria-controls": this.getElementId("listbox")
|
|
3966
3971
|
}), !o && {
|
|
3967
3972
|
"aria-readonly": !0
|
|
3968
|
-
}), this.hasValue() ? (
|
|
3973
|
+
}), this.hasValue() ? (v == null ? void 0 : v.action) === "initial-input-focus" && {
|
|
3969
3974
|
"aria-describedby": this.getElementId("live-region")
|
|
3970
3975
|
} : {
|
|
3971
3976
|
"aria-describedby": this.getElementId("placeholder")
|
|
3972
3977
|
});
|
|
3973
|
-
return o ? /* @__PURE__ */ K.createElement(m, Y({},
|
|
3978
|
+
return o ? /* @__PURE__ */ K.createElement(m, Y({}, A, {
|
|
3974
3979
|
autoCapitalize: "none",
|
|
3975
3980
|
autoComplete: "off",
|
|
3976
3981
|
autoCorrect: "off",
|
|
3977
|
-
id:
|
|
3982
|
+
id: C,
|
|
3978
3983
|
innerRef: this.getInputRef,
|
|
3979
3984
|
isDisabled: a,
|
|
3980
|
-
isHidden:
|
|
3985
|
+
isHidden: h,
|
|
3981
3986
|
onBlur: this.onInputBlur,
|
|
3982
3987
|
onChange: this.handleInputChange,
|
|
3983
3988
|
onFocus: this.onInputFocus,
|
|
@@ -3986,8 +3991,8 @@ var Fi = function(e) {
|
|
|
3986
3991
|
form: c,
|
|
3987
3992
|
type: "text",
|
|
3988
3993
|
value: s
|
|
3989
|
-
},
|
|
3990
|
-
id:
|
|
3994
|
+
}, I)) : /* @__PURE__ */ K.createElement(vl, Y({
|
|
3995
|
+
id: C,
|
|
3991
3996
|
innerRef: this.getInputRef,
|
|
3992
3997
|
onBlur: this.onInputBlur,
|
|
3993
3998
|
onChange: xt,
|
|
@@ -3997,25 +4002,25 @@ var Fi = function(e) {
|
|
|
3997
4002
|
inputMode: "none",
|
|
3998
4003
|
form: c,
|
|
3999
4004
|
value: ""
|
|
4000
|
-
},
|
|
4005
|
+
}, I));
|
|
4001
4006
|
}
|
|
4002
4007
|
)
|
|
4003
4008
|
}, {
|
|
4004
4009
|
key: "renderPlaceholderOrValue",
|
|
4005
4010
|
value: function() {
|
|
4006
|
-
var r = this, a = this.getComponents(), o = a.MultiValue, u = a.MultiValueContainer, s = a.MultiValueLabel, l = a.MultiValueRemove, c = a.SingleValue, f = a.Placeholder, g = this.commonProps, p = this.props, m = p.controlShouldRenderValue, b = p.isDisabled,
|
|
4011
|
+
var r = this, a = this.getComponents(), o = a.MultiValue, u = a.MultiValueContainer, s = a.MultiValueLabel, l = a.MultiValueRemove, c = a.SingleValue, f = a.Placeholder, g = this.commonProps, p = this.props, m = p.controlShouldRenderValue, b = p.isDisabled, h = p.isMulti, v = p.inputValue, A = p.placeholder, C = this.state, I = C.selectValue, x = C.focusedValue, y = C.isFocused;
|
|
4007
4012
|
if (!this.hasValue() || !m)
|
|
4008
|
-
return
|
|
4013
|
+
return v ? null : /* @__PURE__ */ K.createElement(f, Y({}, g, {
|
|
4009
4014
|
key: "placeholder",
|
|
4010
4015
|
isDisabled: b,
|
|
4011
|
-
isFocused:
|
|
4016
|
+
isFocused: y,
|
|
4012
4017
|
innerProps: {
|
|
4013
4018
|
id: this.getElementId("placeholder")
|
|
4014
4019
|
}
|
|
4015
|
-
}),
|
|
4016
|
-
if (
|
|
4017
|
-
return
|
|
4018
|
-
var M =
|
|
4020
|
+
}), A);
|
|
4021
|
+
if (h)
|
|
4022
|
+
return I.map(function(w, B) {
|
|
4023
|
+
var M = w === x, F = "".concat(r.getOptionLabel(w), "-").concat(r.getOptionValue(w));
|
|
4019
4024
|
return /* @__PURE__ */ K.createElement(o, Y({}, g, {
|
|
4020
4025
|
components: {
|
|
4021
4026
|
Container: u,
|
|
@@ -4028,21 +4033,21 @@ var Fi = function(e) {
|
|
|
4028
4033
|
index: B,
|
|
4029
4034
|
removeProps: {
|
|
4030
4035
|
onClick: function() {
|
|
4031
|
-
return r.removeValue(
|
|
4036
|
+
return r.removeValue(w);
|
|
4032
4037
|
},
|
|
4033
4038
|
onTouchEnd: function() {
|
|
4034
|
-
return r.removeValue(
|
|
4039
|
+
return r.removeValue(w);
|
|
4035
4040
|
},
|
|
4036
4041
|
onMouseDown: function(G) {
|
|
4037
4042
|
G.preventDefault();
|
|
4038
4043
|
}
|
|
4039
4044
|
},
|
|
4040
|
-
data:
|
|
4041
|
-
}), r.formatOptionLabel(
|
|
4045
|
+
data: w
|
|
4046
|
+
}), r.formatOptionLabel(w, "value"));
|
|
4042
4047
|
});
|
|
4043
|
-
if (
|
|
4048
|
+
if (v)
|
|
4044
4049
|
return null;
|
|
4045
|
-
var S =
|
|
4050
|
+
var S = I[0];
|
|
4046
4051
|
return /* @__PURE__ */ K.createElement(c, Y({}, g, {
|
|
4047
4052
|
data: S,
|
|
4048
4053
|
isDisabled: b
|
|
@@ -4108,32 +4113,32 @@ var Fi = function(e) {
|
|
|
4108
4113
|
}, {
|
|
4109
4114
|
key: "renderMenu",
|
|
4110
4115
|
value: function() {
|
|
4111
|
-
var r = this, a = this.getComponents(), o = a.Group, u = a.GroupHeading, s = a.Menu, l = a.MenuList, c = a.MenuPortal, f = a.LoadingMessage, g = a.NoOptionsMessage, p = a.Option, m = this.commonProps, b = this.state.focusedOption,
|
|
4116
|
+
var r = this, a = this.getComponents(), o = a.Group, u = a.GroupHeading, s = a.Menu, l = a.MenuList, c = a.MenuPortal, f = a.LoadingMessage, g = a.NoOptionsMessage, p = a.Option, m = this.commonProps, b = this.state.focusedOption, h = this.props, v = h.captureMenuScroll, A = h.inputValue, C = h.isLoading, I = h.loadingMessage, x = h.minMenuHeight, y = h.maxMenuHeight, S = h.menuIsOpen, w = h.menuPlacement, B = h.menuPosition, M = h.menuPortalTarget, F = h.menuShouldBlockScroll, D = h.menuShouldScrollIntoView, G = h.noOptionsMessage, W = h.onMenuScrollToTop, V = h.onMenuScrollToBottom;
|
|
4112
4117
|
if (!S) return null;
|
|
4113
|
-
var j = function(Z,
|
|
4114
|
-
var k = Z.type, $ = Z.data, _ = Z.isDisabled, oe = Z.isSelected, he = Z.label,
|
|
4118
|
+
var j = function(Z, T) {
|
|
4119
|
+
var k = Z.type, $ = Z.data, _ = Z.isDisabled, oe = Z.isSelected, he = Z.label, Lt = Z.value, et = b === $, _e = _ ? void 0 : function() {
|
|
4115
4120
|
return r.onOptionHover($);
|
|
4116
|
-
},
|
|
4121
|
+
}, Mt = _ ? void 0 : function() {
|
|
4117
4122
|
return r.selectOption($);
|
|
4118
|
-
}, tt = "".concat(r.getElementId("option"), "-").concat(
|
|
4123
|
+
}, tt = "".concat(r.getElementId("option"), "-").concat(T), Je = {
|
|
4119
4124
|
id: tt,
|
|
4120
|
-
onClick:
|
|
4121
|
-
onMouseMove:
|
|
4122
|
-
onMouseOver:
|
|
4125
|
+
onClick: Mt,
|
|
4126
|
+
onMouseMove: _e,
|
|
4127
|
+
onMouseOver: _e,
|
|
4123
4128
|
tabIndex: -1,
|
|
4124
4129
|
role: "option",
|
|
4125
4130
|
"aria-selected": r.state.isAppleDevice ? void 0 : oe
|
|
4126
4131
|
// is not supported on Apple devices
|
|
4127
4132
|
};
|
|
4128
4133
|
return /* @__PURE__ */ K.createElement(p, Y({}, m, {
|
|
4129
|
-
innerProps:
|
|
4134
|
+
innerProps: Je,
|
|
4130
4135
|
data: $,
|
|
4131
4136
|
isDisabled: _,
|
|
4132
4137
|
isSelected: oe,
|
|
4133
4138
|
key: tt,
|
|
4134
4139
|
label: he,
|
|
4135
4140
|
type: k,
|
|
4136
|
-
value:
|
|
4141
|
+
value: Lt,
|
|
4137
4142
|
isFocused: et,
|
|
4138
4143
|
innerRef: et ? r.getFocusedOptionRef : void 0
|
|
4139
4144
|
}), r.formatOptionLabel(Z.data, "menu"));
|
|
@@ -4141,11 +4146,11 @@ var Fi = function(e) {
|
|
|
4141
4146
|
if (this.hasOptions())
|
|
4142
4147
|
Q = this.getCategorizedOptions().map(function(P) {
|
|
4143
4148
|
if (P.type === "group") {
|
|
4144
|
-
var Z = P.data,
|
|
4149
|
+
var Z = P.data, T = P.options, k = P.index, $ = "".concat(r.getElementId("group"), "-").concat(k), _ = "".concat($, "-heading");
|
|
4145
4150
|
return /* @__PURE__ */ K.createElement(o, Y({}, m, {
|
|
4146
4151
|
key: $,
|
|
4147
4152
|
data: Z,
|
|
4148
|
-
options:
|
|
4153
|
+
options: T,
|
|
4149
4154
|
Heading: u,
|
|
4150
4155
|
headingProps: {
|
|
4151
4156
|
id: _,
|
|
@@ -4158,37 +4163,37 @@ var Fi = function(e) {
|
|
|
4158
4163
|
} else if (P.type === "option")
|
|
4159
4164
|
return j(P, "".concat(P.index));
|
|
4160
4165
|
});
|
|
4161
|
-
else if (
|
|
4162
|
-
var U =
|
|
4163
|
-
inputValue:
|
|
4166
|
+
else if (C) {
|
|
4167
|
+
var U = I({
|
|
4168
|
+
inputValue: A
|
|
4164
4169
|
});
|
|
4165
4170
|
if (U === null) return null;
|
|
4166
4171
|
Q = /* @__PURE__ */ K.createElement(f, m, U);
|
|
4167
4172
|
} else {
|
|
4168
4173
|
var re = G({
|
|
4169
|
-
inputValue:
|
|
4174
|
+
inputValue: A
|
|
4170
4175
|
});
|
|
4171
4176
|
if (re === null) return null;
|
|
4172
4177
|
Q = /* @__PURE__ */ K.createElement(g, m, re);
|
|
4173
4178
|
}
|
|
4174
4179
|
var ie = {
|
|
4175
4180
|
minMenuHeight: x,
|
|
4176
|
-
maxMenuHeight:
|
|
4177
|
-
menuPlacement:
|
|
4181
|
+
maxMenuHeight: y,
|
|
4182
|
+
menuPlacement: w,
|
|
4178
4183
|
menuPosition: B,
|
|
4179
4184
|
menuShouldScrollIntoView: D
|
|
4180
4185
|
}, E = /* @__PURE__ */ K.createElement(ja, Y({}, m, ie), function(P) {
|
|
4181
|
-
var Z = P.ref,
|
|
4186
|
+
var Z = P.ref, T = P.placerProps, k = T.placement, $ = T.maxHeight;
|
|
4182
4187
|
return /* @__PURE__ */ K.createElement(s, Y({}, m, ie, {
|
|
4183
4188
|
innerRef: Z,
|
|
4184
4189
|
innerProps: {
|
|
4185
4190
|
onMouseDown: r.onMenuMouseDown,
|
|
4186
4191
|
onMouseMove: r.onMenuMouseMove
|
|
4187
4192
|
},
|
|
4188
|
-
isLoading:
|
|
4193
|
+
isLoading: C,
|
|
4189
4194
|
placement: k
|
|
4190
4195
|
}), /* @__PURE__ */ K.createElement(Rl, {
|
|
4191
|
-
captureEnabled:
|
|
4196
|
+
captureEnabled: v,
|
|
4192
4197
|
onTopArrive: W,
|
|
4193
4198
|
onBottomArrive: V,
|
|
4194
4199
|
lockEnabled: F
|
|
@@ -4202,7 +4207,7 @@ var Fi = function(e) {
|
|
|
4202
4207
|
"aria-multiselectable": m.isMulti,
|
|
4203
4208
|
id: r.getElementId("listbox")
|
|
4204
4209
|
},
|
|
4205
|
-
isLoading:
|
|
4210
|
+
isLoading: C,
|
|
4206
4211
|
maxHeight: $,
|
|
4207
4212
|
focusedOption: b
|
|
4208
4213
|
}), Q);
|
|
@@ -4211,7 +4216,7 @@ var Fi = function(e) {
|
|
|
4211
4216
|
return M || B === "fixed" ? /* @__PURE__ */ K.createElement(c, Y({}, m, {
|
|
4212
4217
|
appendTo: M,
|
|
4213
4218
|
controlElement: this.controlRef,
|
|
4214
|
-
menuPlacement:
|
|
4219
|
+
menuPlacement: w,
|
|
4215
4220
|
menuPosition: B
|
|
4216
4221
|
}), E) : E;
|
|
4217
4222
|
}
|
|
@@ -4236,9 +4241,9 @@ var Fi = function(e) {
|
|
|
4236
4241
|
value: g
|
|
4237
4242
|
});
|
|
4238
4243
|
} else {
|
|
4239
|
-
var p = f.length > 0 ? f.map(function(b,
|
|
4244
|
+
var p = f.length > 0 ? f.map(function(b, h) {
|
|
4240
4245
|
return /* @__PURE__ */ K.createElement("input", {
|
|
4241
|
-
key: "i-".concat(
|
|
4246
|
+
key: "i-".concat(h),
|
|
4242
4247
|
name: l,
|
|
4243
4248
|
type: "hidden",
|
|
4244
4249
|
value: r.getOptionValue(b)
|
|
@@ -4304,15 +4309,15 @@ var Fi = function(e) {
|
|
|
4304
4309
|
}], [{
|
|
4305
4310
|
key: "getDerivedStateFromProps",
|
|
4306
4311
|
value: function(r, a) {
|
|
4307
|
-
var o = a.prevProps, u = a.clearFocusValueOnUpdate, s = a.inputIsHiddenAfterUpdate, l = a.ariaSelection, c = a.isFocused, f = a.prevWasFocused, g = a.instancePrefix, p = r.options, m = r.value, b = r.menuIsOpen,
|
|
4308
|
-
if (o && (m !== o.value || p !== o.options || b !== o.menuIsOpen ||
|
|
4309
|
-
var
|
|
4310
|
-
|
|
4311
|
-
selectValue:
|
|
4312
|
+
var o = a.prevProps, u = a.clearFocusValueOnUpdate, s = a.inputIsHiddenAfterUpdate, l = a.ariaSelection, c = a.isFocused, f = a.prevWasFocused, g = a.instancePrefix, p = r.options, m = r.value, b = r.menuIsOpen, h = r.inputValue, v = r.isMulti, A = Ct(m), C = {};
|
|
4313
|
+
if (o && (m !== o.value || p !== o.options || b !== o.menuIsOpen || h !== o.inputValue)) {
|
|
4314
|
+
var I = b ? zl(r, A) : [], x = b ? or(ut(r, A), "".concat(g, "-option")) : [], y = u ? Zl(a, A) : null, S = _l(a, I), w = Jt(x, S);
|
|
4315
|
+
C = {
|
|
4316
|
+
selectValue: A,
|
|
4312
4317
|
focusedOption: S,
|
|
4313
|
-
focusedOptionId:
|
|
4318
|
+
focusedOptionId: w,
|
|
4314
4319
|
focusableOptionsWithIds: x,
|
|
4315
|
-
focusedValue:
|
|
4320
|
+
focusedValue: y,
|
|
4316
4321
|
clearFocusValueOnUpdate: !1
|
|
4317
4322
|
};
|
|
4318
4323
|
}
|
|
@@ -4321,10 +4326,10 @@ var Fi = function(e) {
|
|
|
4321
4326
|
inputIsHiddenAfterUpdate: void 0
|
|
4322
4327
|
} : {}, M = l, F = c && f;
|
|
4323
4328
|
return c && !F && (M = {
|
|
4324
|
-
value:
|
|
4325
|
-
options:
|
|
4329
|
+
value: $e(v, A, A[0] || null),
|
|
4330
|
+
options: A,
|
|
4326
4331
|
action: "initial-input-focus"
|
|
4327
|
-
}, F = !f), (l == null ? void 0 : l.action) === "initial-input-focus" && (M = null), X(X(X({},
|
|
4332
|
+
}, F = !f), (l == null ? void 0 : l.action) === "initial-input-focus" && (M = null), X(X(X({}, C), B), {}, {
|
|
4328
4333
|
prevProps: r,
|
|
4329
4334
|
ariaSelection: M,
|
|
4330
4335
|
prevWasFocused: F
|
|
@@ -4332,19 +4337,19 @@ var Fi = function(e) {
|
|
|
4332
4337
|
}
|
|
4333
4338
|
}]), t;
|
|
4334
4339
|
}(Fr);
|
|
4335
|
-
|
|
4340
|
+
Dt.defaultProps = Hl;
|
|
4336
4341
|
var Yl = ["defaultInputValue", "defaultMenuIsOpen", "defaultValue", "inputValue", "menuIsOpen", "onChange", "onInputChange", "onMenuClose", "onMenuOpen", "value"];
|
|
4337
4342
|
function wn(n) {
|
|
4338
|
-
var e = n.defaultInputValue, t = e === void 0 ? "" : e, i = n.defaultMenuIsOpen, r = i === void 0 ? !1 : i, a = n.defaultValue, o = a === void 0 ? null : a, u = n.inputValue, s = n.menuIsOpen, l = n.onChange, c = n.onInputChange, f = n.onMenuClose, g = n.onMenuOpen, p = n.value, m = ve(n, Yl), b = L(u !== void 0 ? u : t),
|
|
4343
|
+
var e = n.defaultInputValue, t = e === void 0 ? "" : e, i = n.defaultMenuIsOpen, r = i === void 0 ? !1 : i, a = n.defaultValue, o = a === void 0 ? null : a, u = n.inputValue, s = n.menuIsOpen, l = n.onChange, c = n.onInputChange, f = n.onMenuClose, g = n.onMenuOpen, p = n.value, m = ve(n, Yl), b = L(u !== void 0 ? u : t), h = se(b, 2), v = h[0], A = h[1], C = L(s !== void 0 ? s : r), I = se(C, 2), x = I[0], y = I[1], S = L(p !== void 0 ? p : o), w = se(S, 2), B = w[0], M = w[1], F = z(function(U, re) {
|
|
4339
4344
|
typeof l == "function" && l(U, re), M(U);
|
|
4340
4345
|
}, [l]), D = z(function(U, re) {
|
|
4341
4346
|
var ie;
|
|
4342
|
-
typeof c == "function" && (ie = c(U, re)),
|
|
4347
|
+
typeof c == "function" && (ie = c(U, re)), A(ie !== void 0 ? ie : U);
|
|
4343
4348
|
}, [c]), G = z(function() {
|
|
4344
|
-
typeof g == "function" && g(),
|
|
4349
|
+
typeof g == "function" && g(), y(!0);
|
|
4345
4350
|
}, [g]), W = z(function() {
|
|
4346
|
-
typeof f == "function" && f(),
|
|
4347
|
-
}, [f]), V = u !== void 0 ? u :
|
|
4351
|
+
typeof f == "function" && f(), y(!1);
|
|
4352
|
+
}, [f]), V = u !== void 0 ? u : v, j = s !== void 0 ? s : x, Q = p !== void 0 ? p : B;
|
|
4348
4353
|
return X(X({}, m), {}, {
|
|
4349
4354
|
inputValue: V,
|
|
4350
4355
|
menuIsOpen: j,
|
|
@@ -4359,39 +4364,39 @@ var jl = ["defaultOptions", "cacheOptions", "loadOptions", "options", "isLoading
|
|
|
4359
4364
|
function wi(n) {
|
|
4360
4365
|
var e = n.defaultOptions, t = e === void 0 ? !1 : e, i = n.cacheOptions, r = i === void 0 ? !1 : i, a = n.loadOptions;
|
|
4361
4366
|
n.options;
|
|
4362
|
-
var o = n.isLoading, u = o === void 0 ? !1 : o, s = n.onInputChange, l = n.filterOption, c = l === void 0 ? null : l, f = ve(n, jl), g = f.inputValue, p = H(void 0), m = H(!1), b = L(Array.isArray(t) ? t : void 0),
|
|
4363
|
-
r !==
|
|
4367
|
+
var o = n.isLoading, u = o === void 0 ? !1 : o, s = n.onInputChange, l = n.filterOption, c = l === void 0 ? null : l, f = ve(n, jl), g = f.inputValue, p = H(void 0), m = H(!1), b = L(Array.isArray(t) ? t : void 0), h = se(b, 2), v = h[0], A = h[1], C = L(typeof g < "u" ? g : ""), I = se(C, 2), x = I[0], y = I[1], S = L(t === !0), w = se(S, 2), B = w[0], M = w[1], F = L(void 0), D = se(F, 2), G = D[0], W = D[1], V = L([]), j = se(V, 2), Q = j[0], U = j[1], re = L(!1), ie = se(re, 2), E = ie[0], P = ie[1], Z = L({}), T = se(Z, 2), k = T[0], $ = T[1], _ = L(void 0), oe = se(_, 2), he = oe[0], Lt = oe[1], et = L(void 0), _e = se(et, 2), Mt = _e[0], tt = _e[1];
|
|
4368
|
+
r !== Mt && ($({}), tt(r)), t !== he && (A(Array.isArray(t) ? t : void 0), Lt(t)), q(function() {
|
|
4364
4369
|
return m.current = !0, function() {
|
|
4365
4370
|
m.current = !1;
|
|
4366
4371
|
};
|
|
4367
4372
|
}, []);
|
|
4368
|
-
var
|
|
4373
|
+
var Je = z(function(Ye, Pe) {
|
|
4369
4374
|
if (!a) return Pe();
|
|
4370
|
-
var ge = a(
|
|
4375
|
+
var ge = a(Ye, Pe);
|
|
4371
4376
|
ge && typeof ge.then == "function" && ge.then(Pe, function() {
|
|
4372
4377
|
return Pe();
|
|
4373
4378
|
});
|
|
4374
4379
|
}, [a]);
|
|
4375
4380
|
q(function() {
|
|
4376
|
-
t === !0 &&
|
|
4377
|
-
m.current && (
|
|
4381
|
+
t === !0 && Je(x, function(Ye) {
|
|
4382
|
+
m.current && (A(Ye || []), M(!!p.current));
|
|
4378
4383
|
});
|
|
4379
4384
|
}, []);
|
|
4380
|
-
var co = z(function(
|
|
4381
|
-
var ge = Ba(
|
|
4385
|
+
var co = z(function(Ye, Pe) {
|
|
4386
|
+
var ge = Ba(Ye, Pe, s);
|
|
4382
4387
|
if (!ge) {
|
|
4383
|
-
p.current = void 0,
|
|
4388
|
+
p.current = void 0, y(""), W(""), U([]), M(!1), P(!1);
|
|
4384
4389
|
return;
|
|
4385
4390
|
}
|
|
4386
4391
|
if (r && k[ge])
|
|
4387
|
-
|
|
4392
|
+
y(ge), W(ge), U(k[ge]), M(!1), P(!1);
|
|
4388
4393
|
else {
|
|
4389
4394
|
var po = p.current = {};
|
|
4390
|
-
|
|
4391
|
-
m && po === p.current && (p.current = void 0, M(!1), W(ge), U(
|
|
4395
|
+
y(ge), M(!0), P(!G), Je(ge, function(Wt) {
|
|
4396
|
+
m && po === p.current && (p.current = void 0, M(!1), W(ge), U(Wt || []), P(!1), $(Wt ? X(X({}, k), {}, Xe({}, ge, Wt)) : k));
|
|
4392
4397
|
});
|
|
4393
4398
|
}
|
|
4394
|
-
}, [r,
|
|
4399
|
+
}, [r, Je, G, k, s]), fo = E ? [] : x && G ? Q : v || [];
|
|
4395
4400
|
return X(X({}, f), {}, {
|
|
4396
4401
|
options: fo,
|
|
4397
4402
|
isLoading: B || u,
|
|
@@ -4399,9 +4404,9 @@ function wi(n) {
|
|
|
4399
4404
|
filterOption: c
|
|
4400
4405
|
});
|
|
4401
4406
|
}
|
|
4402
|
-
var $l = /* @__PURE__ */
|
|
4407
|
+
var $l = /* @__PURE__ */ wt(function(n, e) {
|
|
4403
4408
|
var t = wi(n), i = wn(t);
|
|
4404
|
-
return /* @__PURE__ */ K.createElement(
|
|
4409
|
+
return /* @__PURE__ */ K.createElement(Dt, Y({
|
|
4405
4410
|
ref: e
|
|
4406
4411
|
}, i));
|
|
4407
4412
|
}), Ul = $l, Ql = ["allowCreateWhileLoading", "createOptionPosition", "formatCreateLabel", "isValidNewOption", "getNewOptionData", "onCreateOption", "options", "onChange"], sr = function() {
|
|
@@ -4427,44 +4432,44 @@ var $l = /* @__PURE__ */ Ft(function(n, e) {
|
|
|
4427
4432
|
}
|
|
4428
4433
|
};
|
|
4429
4434
|
function Ti(n) {
|
|
4430
|
-
var e = n.allowCreateWhileLoading, t = e === void 0 ? !1 : e, i = n.createOptionPosition, r = i === void 0 ? "last" : i, a = n.formatCreateLabel, o = a === void 0 ? Yt.formatCreateLabel : a, u = n.isValidNewOption, s = u === void 0 ? Yt.isValidNewOption : u, l = n.getNewOptionData, c = l === void 0 ? Yt.getNewOptionData : l, f = n.onCreateOption, g = n.options, p = g === void 0 ? [] : g, m = n.onChange, b = ve(n, Ql),
|
|
4431
|
-
return s(
|
|
4432
|
-
getOptionValue:
|
|
4433
|
-
getOptionLabel:
|
|
4434
|
-
}) ? c(
|
|
4435
|
-
}, [o, c,
|
|
4436
|
-
return (t || !x) && B ? r === "first" ? [B].concat(
|
|
4435
|
+
var e = n.allowCreateWhileLoading, t = e === void 0 ? !1 : e, i = n.createOptionPosition, r = i === void 0 ? "last" : i, a = n.formatCreateLabel, o = a === void 0 ? Yt.formatCreateLabel : a, u = n.isValidNewOption, s = u === void 0 ? Yt.isValidNewOption : u, l = n.getNewOptionData, c = l === void 0 ? Yt.getNewOptionData : l, f = n.onCreateOption, g = n.options, p = g === void 0 ? [] : g, m = n.onChange, b = ve(n, Ql), h = b.getOptionValue, v = h === void 0 ? xi : h, A = b.getOptionLabel, C = A === void 0 ? yi : A, I = b.inputValue, x = b.isLoading, y = b.isMulti, S = b.value, w = b.name, B = ae(function() {
|
|
4436
|
+
return s(I, Ct(S), p, {
|
|
4437
|
+
getOptionValue: v,
|
|
4438
|
+
getOptionLabel: C
|
|
4439
|
+
}) ? c(I, o(I)) : void 0;
|
|
4440
|
+
}, [o, c, C, v, I, s, p, S]), M = ae(function() {
|
|
4441
|
+
return (t || !x) && B ? r === "first" ? [B].concat(He(p)) : [].concat(He(p), [B]) : p;
|
|
4437
4442
|
}, [t, r, x, B, p]), F = z(function(D, G) {
|
|
4438
4443
|
if (G.action !== "select-option")
|
|
4439
4444
|
return m(D, G);
|
|
4440
4445
|
var W = Array.isArray(D) ? D : [D];
|
|
4441
4446
|
if (W[W.length - 1] === B) {
|
|
4442
|
-
if (f) f(
|
|
4447
|
+
if (f) f(I);
|
|
4443
4448
|
else {
|
|
4444
|
-
var V = c(
|
|
4449
|
+
var V = c(I, I), j = {
|
|
4445
4450
|
action: "create-option",
|
|
4446
|
-
name:
|
|
4451
|
+
name: w,
|
|
4447
4452
|
option: V
|
|
4448
4453
|
};
|
|
4449
|
-
m(
|
|
4454
|
+
m($e(y, [].concat(He(Ct(S)), [V]), V), j);
|
|
4450
4455
|
}
|
|
4451
4456
|
return;
|
|
4452
4457
|
}
|
|
4453
4458
|
m(D, G);
|
|
4454
|
-
}, [c,
|
|
4459
|
+
}, [c, I, y, w, B, f, m, S]);
|
|
4455
4460
|
return X(X({}, b), {}, {
|
|
4456
4461
|
options: M,
|
|
4457
4462
|
onChange: F
|
|
4458
4463
|
});
|
|
4459
4464
|
}
|
|
4460
|
-
var ql = /* @__PURE__ */
|
|
4465
|
+
var ql = /* @__PURE__ */ wt(function(n, e) {
|
|
4461
4466
|
var t = wn(n), i = Ti(t);
|
|
4462
|
-
return /* @__PURE__ */ K.createElement(
|
|
4467
|
+
return /* @__PURE__ */ K.createElement(Dt, Y({
|
|
4463
4468
|
ref: e
|
|
4464
4469
|
}, i));
|
|
4465
|
-
}), Kl = ql, eu = /* @__PURE__ */
|
|
4470
|
+
}), Kl = ql, eu = /* @__PURE__ */ wt(function(n, e) {
|
|
4466
4471
|
var t = wi(n), i = wn(t), r = Ti(i);
|
|
4467
|
-
return /* @__PURE__ */ K.createElement(
|
|
4472
|
+
return /* @__PURE__ */ K.createElement(Dt, Y({
|
|
4468
4473
|
ref: e
|
|
4469
4474
|
}, r));
|
|
4470
4475
|
}), tu = eu;
|
|
@@ -4489,26 +4494,26 @@ function Gi({
|
|
|
4489
4494
|
b.current && f.notifyFormulaToggle(!1);
|
|
4490
4495
|
};
|
|
4491
4496
|
}, []);
|
|
4492
|
-
const
|
|
4497
|
+
const h = p, [v, A] = L(
|
|
4493
4498
|
() => c && p ? Te(String(t ?? ""), !0) : []
|
|
4494
|
-
),
|
|
4495
|
-
|
|
4496
|
-
const S =
|
|
4497
|
-
|
|
4499
|
+
), C = H(t), I = (y) => {
|
|
4500
|
+
A(y);
|
|
4501
|
+
const S = h ? ht(y) : Ge(y);
|
|
4502
|
+
C.current = S, i(S);
|
|
4498
4503
|
}, x = z(() => {
|
|
4499
|
-
const
|
|
4500
|
-
if (m(
|
|
4501
|
-
const S = String(t ?? ""),
|
|
4502
|
-
|
|
4503
|
-
const B =
|
|
4504
|
-
|
|
4504
|
+
const y = !p;
|
|
4505
|
+
if (m(y), f == null || f.notifyFormulaToggle(y, y ? g.current : null), y) {
|
|
4506
|
+
const S = String(t ?? ""), w = Te(S, !0);
|
|
4507
|
+
A(w);
|
|
4508
|
+
const B = ht(w);
|
|
4509
|
+
C.current = B, i(B), s == null || s({ ...u, [e]: Mr() });
|
|
4505
4510
|
} else {
|
|
4506
|
-
const S = Ge(
|
|
4507
|
-
|
|
4508
|
-
const
|
|
4509
|
-
delete
|
|
4511
|
+
const S = Ge(v);
|
|
4512
|
+
C.current = S, i(S);
|
|
4513
|
+
const w = { ...u };
|
|
4514
|
+
delete w[e], s == null || s(w), A([]);
|
|
4510
4515
|
}
|
|
4511
|
-
}, [p, f, t,
|
|
4516
|
+
}, [p, f, t, v, u, e, s, i]);
|
|
4512
4517
|
return c ? /* @__PURE__ */ O("div", { children: [
|
|
4513
4518
|
/* @__PURE__ */ O(N, { sx: { display: "flex", alignItems: "center", justifyContent: "space-between", mb: 0 }, children: [
|
|
4514
4519
|
/* @__PURE__ */ d(
|
|
@@ -4554,7 +4559,7 @@ function Gi({
|
|
|
4554
4559
|
flexShrink: 0
|
|
4555
4560
|
},
|
|
4556
4561
|
children: [
|
|
4557
|
-
/* @__PURE__ */ d(
|
|
4562
|
+
/* @__PURE__ */ d(Gt, { size: 14 }),
|
|
4558
4563
|
p && "Formula"
|
|
4559
4564
|
]
|
|
4560
4565
|
}
|
|
@@ -4567,13 +4572,13 @@ function Gi({
|
|
|
4567
4572
|
$r,
|
|
4568
4573
|
{
|
|
4569
4574
|
id: e,
|
|
4570
|
-
expression:
|
|
4571
|
-
onExpressionChange:
|
|
4575
|
+
expression: v,
|
|
4576
|
+
onExpressionChange: I,
|
|
4572
4577
|
onBlur: r,
|
|
4573
4578
|
placeholder: n.formulaPlaceholder ?? "Type or paste a variable expression...",
|
|
4574
4579
|
disabled: n.disabled === !0,
|
|
4575
4580
|
error: a,
|
|
4576
|
-
formulaConfigEnabled:
|
|
4581
|
+
formulaConfigEnabled: h
|
|
4577
4582
|
}
|
|
4578
4583
|
) : l()
|
|
4579
4584
|
] }) : /* @__PURE__ */ O("div", { children: [
|
|
@@ -4601,30 +4606,30 @@ function nu({ field: n, value: e, values: t, onChange: i, onBlur: r, error: a, t
|
|
|
4601
4606
|
})),
|
|
4602
4607
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
4603
4608
|
[l.options]
|
|
4604
|
-
), [m, b] = L(0),
|
|
4609
|
+
), [m, b] = L(0), h = ((M = l.dependsOn) == null ? void 0 : M.map((F) => t[F])) ?? [];
|
|
4605
4610
|
q(() => {
|
|
4606
4611
|
var F;
|
|
4607
4612
|
(F = l.dependsOn) != null && F.length && b((D) => D + 1);
|
|
4608
|
-
},
|
|
4609
|
-
const
|
|
4613
|
+
}, h);
|
|
4614
|
+
const v = !!l.loadOptions, [A, C] = L(null), I = H(!1);
|
|
4610
4615
|
q(() => {
|
|
4611
|
-
if (!
|
|
4616
|
+
if (!v || I.current || e == null || e === "" || Array.isArray(e) && e.length === 0) return;
|
|
4612
4617
|
const F = Array.isArray(e) ? e : [e];
|
|
4613
|
-
|
|
4614
|
-
G.length !== 0 &&
|
|
4618
|
+
I.current = !0, (l.loadValue ? l.loadValue(F) : l.loadOptions("").then((G) => G.filter((W) => F.some((V) => String(g(W)) === String(V))))).then((G) => {
|
|
4619
|
+
G.length !== 0 && C(l.isMulti ? G : G[0]);
|
|
4615
4620
|
}).catch(() => {
|
|
4616
|
-
|
|
4621
|
+
I.current = !1;
|
|
4617
4622
|
});
|
|
4618
|
-
}, [
|
|
4623
|
+
}, [v, e]);
|
|
4619
4624
|
const x = ae(() => {
|
|
4620
4625
|
if (e == null || e === "") return l.isMulti ? [] : null;
|
|
4621
|
-
if (
|
|
4626
|
+
if (v) return A;
|
|
4622
4627
|
if (l.isMulti) {
|
|
4623
4628
|
const F = Array.isArray(e) ? e : [e];
|
|
4624
4629
|
return p.filter((D) => F.includes(g(D)));
|
|
4625
4630
|
}
|
|
4626
4631
|
return p.find((F) => String(g(F)) === String(e)) ?? null;
|
|
4627
|
-
}, [e, p, l.isMulti,
|
|
4632
|
+
}, [e, p, l.isMulti, v, A]), y = (F) => (v && C(F), F ? l.isMulti ? i(F.map(g)) : i(g(F)) : i(l.isMulti ? [] : null)), S = {
|
|
4628
4633
|
inputId: l.id ?? l.name,
|
|
4629
4634
|
name: l.id ?? l.name,
|
|
4630
4635
|
placeholder: l.placeholder ?? "Select...",
|
|
@@ -4633,7 +4638,7 @@ function nu({ field: n, value: e, values: t, onChange: i, onBlur: r, error: a, t
|
|
|
4633
4638
|
isSearchable: l.isSearchable ?? !0,
|
|
4634
4639
|
isClearable: l.isClearable ?? !1,
|
|
4635
4640
|
value: x,
|
|
4636
|
-
onChange:
|
|
4641
|
+
onChange: y,
|
|
4637
4642
|
onBlur: r,
|
|
4638
4643
|
styles: Lr(c, l.isMulti),
|
|
4639
4644
|
menuPortalTarget: typeof document < "u" ? document.body : void 0,
|
|
@@ -4641,7 +4646,7 @@ function nu({ field: n, value: e, values: t, onChange: i, onBlur: r, error: a, t
|
|
|
4641
4646
|
classNamePrefix: "ff-select",
|
|
4642
4647
|
"data-testid": l.dataTestId ?? `${l.name}-select`,
|
|
4643
4648
|
...l.getOptionLabel ? { getOptionLabel: l.getOptionLabel } : {}
|
|
4644
|
-
},
|
|
4649
|
+
}, w = () => {
|
|
4645
4650
|
const F = !!l.loadOptions, D = l.isCreatable ?? !1;
|
|
4646
4651
|
return F && D ? /* @__PURE__ */ d(
|
|
4647
4652
|
tu,
|
|
@@ -4676,7 +4681,7 @@ function nu({ field: n, value: e, values: t, onChange: i, onBlur: r, error: a, t
|
|
|
4676
4681
|
formulaConfig: u,
|
|
4677
4682
|
onFormulaConfigChange: s,
|
|
4678
4683
|
renderNative: () => /* @__PURE__ */ O(Ve, { children: [
|
|
4679
|
-
|
|
4684
|
+
w(),
|
|
4680
4685
|
c && /* @__PURE__ */ d("small", { "data-testid": `${l.name}-error`, style: fe, children: a })
|
|
4681
4686
|
] })
|
|
4682
4687
|
}
|
|
@@ -4744,7 +4749,7 @@ const ru = {
|
|
|
4744
4749
|
)
|
|
4745
4750
|
] })
|
|
4746
4751
|
] }),
|
|
4747
|
-
t && /* @__PURE__ */ d(
|
|
4752
|
+
t && /* @__PURE__ */ d(xo, { size: 16, className: "ff-form-ms-2 ff-form-mt-1 ff-form-text-primary ff-form-flex-shrink-0" })
|
|
4748
4753
|
]
|
|
4749
4754
|
}
|
|
4750
4755
|
) });
|
|
@@ -4841,32 +4846,32 @@ function lu({
|
|
|
4841
4846
|
onFormulaConfigChange: u
|
|
4842
4847
|
}) {
|
|
4843
4848
|
const s = !!(a && r), l = n.isMulti ?? !1, c = n.id ?? n.name ?? "", f = ae(
|
|
4844
|
-
() => (n.options ?? []).map((
|
|
4845
|
-
...
|
|
4846
|
-
value:
|
|
4849
|
+
() => (n.options ?? []).map((v) => ({
|
|
4850
|
+
...v,
|
|
4851
|
+
value: v.id ?? v.value
|
|
4847
4852
|
})),
|
|
4848
4853
|
[n.options]
|
|
4849
|
-
), g = Array.isArray(e) ? e : e != null ? [e] : [], p = ae(() => new Set(g.map((
|
|
4854
|
+
), g = Array.isArray(e) ? e : e != null ? [e] : [], p = ae(() => new Set(g.map((v) => String(v))), [g]), m = ae(() => l ? f.filter((v) => p.has(String(v.value ?? ""))) : f.find((v) => String(v.value ?? "") === String(e ?? "")) ?? null, [l, f, e, p]), h = /* @__PURE__ */ O(Ve, { children: [
|
|
4850
4855
|
/* @__PURE__ */ d(
|
|
4851
4856
|
mn,
|
|
4852
4857
|
{
|
|
4853
4858
|
inputId: c,
|
|
4854
4859
|
value: m,
|
|
4855
|
-
onChange: (
|
|
4860
|
+
onChange: (v) => {
|
|
4856
4861
|
if (l) {
|
|
4857
|
-
const
|
|
4858
|
-
t(
|
|
4862
|
+
const C = v;
|
|
4863
|
+
t(C == null ? [] : C.map((I) => I.value));
|
|
4859
4864
|
return;
|
|
4860
4865
|
}
|
|
4861
|
-
const
|
|
4862
|
-
t(
|
|
4866
|
+
const A = v;
|
|
4867
|
+
t(A == null ? null : A.value);
|
|
4863
4868
|
},
|
|
4864
4869
|
onBlur: i,
|
|
4865
4870
|
options: f,
|
|
4866
4871
|
placeholder: n.placeholder ?? "Select option...",
|
|
4867
4872
|
isMulti: l,
|
|
4868
4873
|
isDisabled: n.disabled ?? !1,
|
|
4869
|
-
isOptionDisabled: (
|
|
4874
|
+
isOptionDisabled: (v) => !!v.isDisabled,
|
|
4870
4875
|
isSearchable: !0,
|
|
4871
4876
|
styles: su(s),
|
|
4872
4877
|
components: { Option: ou, SingleValue: au },
|
|
@@ -4889,7 +4894,7 @@ function lu({
|
|
|
4889
4894
|
helperText: n.helperText,
|
|
4890
4895
|
formulaConfig: o,
|
|
4891
4896
|
onFormulaConfigChange: u,
|
|
4892
|
-
renderNative: () =>
|
|
4897
|
+
renderNative: () => h
|
|
4893
4898
|
}
|
|
4894
4899
|
) });
|
|
4895
4900
|
}
|
|
@@ -4929,7 +4934,7 @@ function cu(n, e) {
|
|
|
4929
4934
|
const t = n === "object" && e ? Bi(e) : n === "array" ? [] : "";
|
|
4930
4935
|
return t !== null && typeof t == "object" && !Array.isArray(t) ? { ...t, [Ce]: Oe() } : t;
|
|
4931
4936
|
}
|
|
4932
|
-
function
|
|
4937
|
+
function at(n) {
|
|
4933
4938
|
return Array.isArray(n) ? n : [];
|
|
4934
4939
|
}
|
|
4935
4940
|
function du(n) {
|
|
@@ -4979,8 +4984,8 @@ function pu({
|
|
|
4979
4984
|
displayEmpty: !0,
|
|
4980
4985
|
sx: { fontSize: 13, ".MuiSelect-select": { py: "8px" } },
|
|
4981
4986
|
children: [
|
|
4982
|
-
/* @__PURE__ */ d(
|
|
4983
|
-
t.map((r) => /* @__PURE__ */ d(
|
|
4987
|
+
/* @__PURE__ */ d(bt, { value: "", disabled: !0, sx: { fontSize: 13 }, children: "Select…" }),
|
|
4988
|
+
t.map((r) => /* @__PURE__ */ d(bt, { value: r.value, sx: { fontSize: 13 }, children: r.label }, r.value))
|
|
4984
4989
|
]
|
|
4985
4990
|
}
|
|
4986
4991
|
);
|
|
@@ -5016,7 +5021,7 @@ function Vi({
|
|
|
5016
5021
|
) }) : a.type === "array" ? (
|
|
5017
5022
|
/* Nested array inside object row — disabled threaded via field.disabled */
|
|
5018
5023
|
/* @__PURE__ */ d(
|
|
5019
|
-
|
|
5024
|
+
Nt,
|
|
5020
5025
|
{
|
|
5021
5026
|
field: { ...a, id: o, disabled: i ?? a.disabled },
|
|
5022
5027
|
value: e[o],
|
|
@@ -5037,8 +5042,8 @@ function Vi({
|
|
|
5037
5042
|
displayEmpty: !0,
|
|
5038
5043
|
sx: { fontSize: 13, ".MuiSelect-select": { py: "8px" } },
|
|
5039
5044
|
children: [
|
|
5040
|
-
/* @__PURE__ */ d(
|
|
5041
|
-
(a.itemOptions ?? []).map((l) => /* @__PURE__ */ d(
|
|
5045
|
+
/* @__PURE__ */ d(bt, { value: "", disabled: !0, sx: { fontSize: 13 }, children: "Select…" }),
|
|
5046
|
+
(a.itemOptions ?? []).map((l) => /* @__PURE__ */ d(bt, { value: l.value, sx: { fontSize: 13 }, children: l.label }, l.value))
|
|
5042
5047
|
]
|
|
5043
5048
|
}
|
|
5044
5049
|
) : /* @__PURE__ */ d(
|
|
@@ -5144,15 +5149,15 @@ function gu({
|
|
|
5144
5149
|
minItems: p,
|
|
5145
5150
|
maxItems: m
|
|
5146
5151
|
}) {
|
|
5147
|
-
const [b,
|
|
5152
|
+
const [b, h] = L(() => i.map(() => Oe()));
|
|
5148
5153
|
q(() => {
|
|
5149
|
-
b.length !== i.length &&
|
|
5154
|
+
b.length !== i.length && h((I) => i.length > I.length ? [...I, ...Array.from({ length: i.length - I.length }, () => Oe())] : I.slice(0, i.length));
|
|
5150
5155
|
}, [i.length]);
|
|
5151
|
-
const
|
|
5152
|
-
i.length >= m || (u(e, [...i, Ni(t)]),
|
|
5153
|
-
}, [i, m, u, e, t]),
|
|
5154
|
-
i.length <= p || (u(e, i.filter((x,
|
|
5155
|
-
}, [i, p, u, e]),
|
|
5156
|
+
const v = z(() => {
|
|
5157
|
+
i.length >= m || (u(e, [...i, Ni(t)]), h((I) => [...I, Oe()]));
|
|
5158
|
+
}, [i, m, u, e, t]), A = z((I) => {
|
|
5159
|
+
i.length <= p || (u(e, i.filter((x, y) => y !== I)), h((x) => x.filter((y, S) => S !== I)));
|
|
5160
|
+
}, [i, p, u, e]), C = n;
|
|
5156
5161
|
return /* @__PURE__ */ O(N, { children: [
|
|
5157
5162
|
/* @__PURE__ */ d(
|
|
5158
5163
|
le,
|
|
@@ -5174,18 +5179,18 @@ function gu({
|
|
|
5174
5179
|
color: "#94a3b8",
|
|
5175
5180
|
fontSize: 13
|
|
5176
5181
|
}, children: "No items yet — click Add to start" }),
|
|
5177
|
-
i.map((
|
|
5182
|
+
i.map((I, x) => /* @__PURE__ */ d(
|
|
5178
5183
|
Di,
|
|
5179
5184
|
{
|
|
5180
5185
|
index: x,
|
|
5181
|
-
itemLabel:
|
|
5186
|
+
itemLabel: C.itemLabel,
|
|
5182
5187
|
canRemove: i.length > p && !g,
|
|
5183
|
-
onRemove: () =>
|
|
5184
|
-
children: /* @__PURE__ */ d(N, { children: t.map((
|
|
5185
|
-
const S =
|
|
5188
|
+
onRemove: () => A(x),
|
|
5189
|
+
children: /* @__PURE__ */ d(N, { children: t.map((y) => {
|
|
5190
|
+
const S = y.id ?? y.name ?? "", w = `${e}.${x}.${S}`;
|
|
5186
5191
|
return f({
|
|
5187
|
-
field:
|
|
5188
|
-
pathPrefix:
|
|
5192
|
+
field: y,
|
|
5193
|
+
pathPrefix: w,
|
|
5189
5194
|
depth: l + 1,
|
|
5190
5195
|
values: r,
|
|
5191
5196
|
errors: a,
|
|
@@ -5195,7 +5200,7 @@ function gu({
|
|
|
5195
5200
|
// Item-scoped values for this row — lets the child's
|
|
5196
5201
|
// shouldHide / shouldDisable / shouldRequire / compute see
|
|
5197
5202
|
// its siblings via `ctx.item` without splicing the path.
|
|
5198
|
-
item:
|
|
5203
|
+
item: I && typeof I == "object" ? I : void 0,
|
|
5199
5204
|
// Keep normal sibling spacing inside the row (32px between
|
|
5200
5205
|
// fields). The RowShell's CSS kills the LAST child's
|
|
5201
5206
|
// trailing margin so the row hugs its content.
|
|
@@ -5212,7 +5217,7 @@ function gu({
|
|
|
5212
5217
|
{
|
|
5213
5218
|
component: "button",
|
|
5214
5219
|
type: "button",
|
|
5215
|
-
onClick:
|
|
5220
|
+
onClick: v,
|
|
5216
5221
|
disabled: g,
|
|
5217
5222
|
sx: {
|
|
5218
5223
|
display: "inline-flex",
|
|
@@ -5231,13 +5236,13 @@ function gu({
|
|
|
5231
5236
|
},
|
|
5232
5237
|
children: [
|
|
5233
5238
|
/* @__PURE__ */ d(qe, { size: 14 }),
|
|
5234
|
-
|
|
5239
|
+
C.addLabel ?? `Add ${C.itemLabel ?? "item"}`
|
|
5235
5240
|
]
|
|
5236
5241
|
}
|
|
5237
5242
|
)
|
|
5238
5243
|
] });
|
|
5239
5244
|
}
|
|
5240
|
-
function
|
|
5245
|
+
function Nt(n) {
|
|
5241
5246
|
const {
|
|
5242
5247
|
field: e,
|
|
5243
5248
|
value: t,
|
|
@@ -5251,15 +5256,15 @@ function Dt(n) {
|
|
|
5251
5256
|
depth: c = 0,
|
|
5252
5257
|
compact: f,
|
|
5253
5258
|
renderFieldRouter: g
|
|
5254
|
-
} = n, p = e, m = e.disabled === !0, b = p.itemType ?? "text",
|
|
5255
|
-
if (!!g && typeof r == "string" && Array.isArray(
|
|
5259
|
+
} = n, p = e, m = e.disabled === !0, b = p.itemType ?? "text", h = p.minItems ?? 0, v = p.maxItems ?? 1 / 0, A = e.children ?? p.itemFields;
|
|
5260
|
+
if (!!g && typeof r == "string" && Array.isArray(A) && A.length > 0)
|
|
5256
5261
|
return /* @__PURE__ */ d(
|
|
5257
5262
|
gu,
|
|
5258
5263
|
{
|
|
5259
5264
|
field: e,
|
|
5260
5265
|
pathPrefix: r,
|
|
5261
|
-
childFields:
|
|
5262
|
-
items:
|
|
5266
|
+
childFields: A,
|
|
5267
|
+
items: at(t),
|
|
5263
5268
|
values: a ?? {},
|
|
5264
5269
|
errors: o ?? {},
|
|
5265
5270
|
touched: u ?? {},
|
|
@@ -5271,29 +5276,29 @@ function Dt(n) {
|
|
|
5271
5276
|
compact: f,
|
|
5272
5277
|
renderFieldRouter: g,
|
|
5273
5278
|
disabled: m,
|
|
5274
|
-
minItems:
|
|
5275
|
-
maxItems:
|
|
5279
|
+
minItems: h,
|
|
5280
|
+
maxItems: v
|
|
5276
5281
|
}
|
|
5277
5282
|
);
|
|
5278
|
-
const [
|
|
5283
|
+
const [I, x] = L(() => jt(at(t))), y = H(JSON.stringify($t(I)));
|
|
5279
5284
|
q(() => {
|
|
5280
|
-
if (JSON.stringify(
|
|
5281
|
-
const D = jt(
|
|
5282
|
-
x(D),
|
|
5285
|
+
if (JSON.stringify(at(t)) !== y.current) {
|
|
5286
|
+
const D = jt(at(t));
|
|
5287
|
+
x(D), y.current = JSON.stringify($t(D));
|
|
5283
5288
|
}
|
|
5284
5289
|
}, [t]);
|
|
5285
5290
|
const S = z((F) => {
|
|
5286
5291
|
const D = jt(F);
|
|
5287
5292
|
x(D);
|
|
5288
5293
|
const G = $t(D);
|
|
5289
|
-
|
|
5290
|
-
}, [i]),
|
|
5291
|
-
|
|
5292
|
-
}, [
|
|
5293
|
-
|
|
5294
|
-
}, [
|
|
5295
|
-
S(
|
|
5296
|
-
}, [
|
|
5294
|
+
y.current = JSON.stringify(G), i(G);
|
|
5295
|
+
}, [i]), w = z(() => {
|
|
5296
|
+
I.length >= v || S([...I, cu(b, p.itemFields)]);
|
|
5297
|
+
}, [I, b, p.itemFields, v, S]), B = z((F) => {
|
|
5298
|
+
I.length <= h || S(I.filter((D) => Ut(D) !== F));
|
|
5299
|
+
}, [I, h, S]), M = z((F, D) => {
|
|
5300
|
+
S(I.map((G) => Ut(G) !== F ? G : D !== null && typeof D == "object" && !Array.isArray(D) ? { ...D, [Ce]: F } : { [Ce]: F, __value: D }));
|
|
5301
|
+
}, [I, S]);
|
|
5297
5302
|
return /* @__PURE__ */ O(N, { children: [
|
|
5298
5303
|
/* @__PURE__ */ d(
|
|
5299
5304
|
le,
|
|
@@ -5306,7 +5311,7 @@ function Dt(n) {
|
|
|
5306
5311
|
}
|
|
5307
5312
|
),
|
|
5308
5313
|
e.helperText && /* @__PURE__ */ d(de, { sx: { fontSize: 12, color: "#6c757d", mb: 0.75 }, children: e.helperText }),
|
|
5309
|
-
|
|
5314
|
+
I.length === 0 && /* @__PURE__ */ d(N, { sx: {
|
|
5310
5315
|
py: 2.5,
|
|
5311
5316
|
textAlign: "center",
|
|
5312
5317
|
border: "1.5px dashed #e2e8f0",
|
|
@@ -5315,14 +5320,14 @@ function Dt(n) {
|
|
|
5315
5320
|
color: "#94a3b8",
|
|
5316
5321
|
fontSize: 13
|
|
5317
5322
|
}, children: "No items yet — click Add to start" }),
|
|
5318
|
-
|
|
5323
|
+
I.map((F, D) => {
|
|
5319
5324
|
const G = Ut(F), W = du(F);
|
|
5320
5325
|
return /* @__PURE__ */ d(
|
|
5321
5326
|
Di,
|
|
5322
5327
|
{
|
|
5323
5328
|
index: D,
|
|
5324
5329
|
itemLabel: p.itemLabel,
|
|
5325
|
-
canRemove:
|
|
5330
|
+
canRemove: I.length > h && !m,
|
|
5326
5331
|
onRemove: () => B(G),
|
|
5327
5332
|
children: b === "object" && p.itemFields ? /* @__PURE__ */ d(
|
|
5328
5333
|
Vi,
|
|
@@ -5341,7 +5346,7 @@ function Dt(n) {
|
|
|
5341
5346
|
disabled: m
|
|
5342
5347
|
}
|
|
5343
5348
|
) : b === "array" ? /* @__PURE__ */ d(
|
|
5344
|
-
|
|
5349
|
+
Nt,
|
|
5345
5350
|
{
|
|
5346
5351
|
field: {
|
|
5347
5352
|
...p.itemSchema,
|
|
@@ -5369,13 +5374,13 @@ function Dt(n) {
|
|
|
5369
5374
|
G
|
|
5370
5375
|
);
|
|
5371
5376
|
}),
|
|
5372
|
-
|
|
5373
|
-
|
|
5377
|
+
I.length > 0 && /* @__PURE__ */ d(hn, { sx: { mb: 1, borderColor: "transparent" } }),
|
|
5378
|
+
I.length < v && /* @__PURE__ */ O(
|
|
5374
5379
|
N,
|
|
5375
5380
|
{
|
|
5376
5381
|
component: "button",
|
|
5377
5382
|
type: "button",
|
|
5378
|
-
onClick:
|
|
5383
|
+
onClick: w,
|
|
5379
5384
|
disabled: m,
|
|
5380
5385
|
sx: {
|
|
5381
5386
|
display: "inline-flex",
|
|
@@ -5403,7 +5408,7 @@ function Dt(n) {
|
|
|
5403
5408
|
function bu(n) {
|
|
5404
5409
|
return `ff-form-col-${n}`;
|
|
5405
5410
|
}
|
|
5406
|
-
function
|
|
5411
|
+
function Ue({ field: n, children: e, compact: t }) {
|
|
5407
5412
|
const i = typeof n.colSpan == "number" ? n.colSpan : 12;
|
|
5408
5413
|
return /* @__PURE__ */ O(Ve, { children: [
|
|
5409
5414
|
/* @__PURE__ */ d(
|
|
@@ -5436,7 +5441,7 @@ function hu({
|
|
|
5436
5441
|
onBlur: r
|
|
5437
5442
|
}) {
|
|
5438
5443
|
const a = te.get(n.type);
|
|
5439
|
-
return a ? /* @__PURE__ */ d(
|
|
5444
|
+
return a ? /* @__PURE__ */ d(Ue, { field: n, children: /* @__PURE__ */ d(
|
|
5440
5445
|
a,
|
|
5441
5446
|
{
|
|
5442
5447
|
field: n,
|
|
@@ -5507,7 +5512,7 @@ function vu({
|
|
|
5507
5512
|
q(() => {
|
|
5508
5513
|
e !== g.current && (g.current = e, f(e == null || e === "" ? "" : String(e)));
|
|
5509
5514
|
}, [e]);
|
|
5510
|
-
const p = !!o.prefix, m = !!o.suffix, b = p || m,
|
|
5515
|
+
const p = !!o.prefix, m = !!o.suffix, b = p || m, h = {
|
|
5511
5516
|
flex: 1,
|
|
5512
5517
|
border: "none",
|
|
5513
5518
|
outline: "none",
|
|
@@ -5521,16 +5526,16 @@ function vu({
|
|
|
5521
5526
|
width: "100%",
|
|
5522
5527
|
appearance: "none",
|
|
5523
5528
|
MozAppearance: "textfield"
|
|
5524
|
-
},
|
|
5529
|
+
}, v = {
|
|
5525
5530
|
display: "flex",
|
|
5526
5531
|
alignItems: "stretch",
|
|
5527
5532
|
width: "100%",
|
|
5528
|
-
border: s ?
|
|
5529
|
-
borderRadius:
|
|
5530
|
-
backgroundColor: l ?
|
|
5533
|
+
border: s ? R.BORDER_ERROR : R.BORDER,
|
|
5534
|
+
borderRadius: R.BORDER_RADIUS,
|
|
5535
|
+
backgroundColor: l ? R.COLOR_DISABLED_BG : "#fff",
|
|
5531
5536
|
boxSizing: "border-box",
|
|
5532
5537
|
transition: "border-color .15s, box-shadow .15s"
|
|
5533
|
-
},
|
|
5538
|
+
}, A = {
|
|
5534
5539
|
display: "flex",
|
|
5535
5540
|
alignItems: "center",
|
|
5536
5541
|
padding: "0 10px",
|
|
@@ -5540,10 +5545,10 @@ function vu({
|
|
|
5540
5545
|
flexShrink: 0,
|
|
5541
5546
|
borderLeft: m ? "1px solid rgba(0,0,0,0.1)" : void 0,
|
|
5542
5547
|
borderRight: p ? "1px solid rgba(0,0,0,0.1)" : void 0
|
|
5543
|
-
},
|
|
5544
|
-
x.currentTarget.style.borderColor = s ?
|
|
5545
|
-
},
|
|
5546
|
-
x.currentTarget.contains(x.relatedTarget) || (x.currentTarget.style.borderColor = s ?
|
|
5548
|
+
}, C = (x) => {
|
|
5549
|
+
x.currentTarget.style.borderColor = s ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR_FOCUS, x.currentTarget.style.boxShadow = s ? R.FOCUS_SHADOW_ERROR : R.FOCUS_SHADOW;
|
|
5550
|
+
}, I = (x) => {
|
|
5551
|
+
x.currentTarget.contains(x.relatedTarget) || (x.currentTarget.style.borderColor = s ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR, x.currentTarget.style.boxShadow = "none", i());
|
|
5547
5552
|
};
|
|
5548
5553
|
return /* @__PURE__ */ O("div", { children: [
|
|
5549
5554
|
/* @__PURE__ */ d(
|
|
@@ -5561,11 +5566,11 @@ function vu({
|
|
|
5561
5566
|
/* @__PURE__ */ O(
|
|
5562
5567
|
"div",
|
|
5563
5568
|
{
|
|
5564
|
-
style: b ?
|
|
5565
|
-
onFocus: b ?
|
|
5566
|
-
onBlur: b ?
|
|
5569
|
+
style: b ? v : void 0,
|
|
5570
|
+
onFocus: b ? C : void 0,
|
|
5571
|
+
onBlur: b ? I : void 0,
|
|
5567
5572
|
children: [
|
|
5568
|
-
p && /* @__PURE__ */ d("span", { style:
|
|
5573
|
+
p && /* @__PURE__ */ d("span", { style: A, children: o.prefix }),
|
|
5569
5574
|
/* @__PURE__ */ d(
|
|
5570
5575
|
"input",
|
|
5571
5576
|
{
|
|
@@ -5580,27 +5585,27 @@ function vu({
|
|
|
5580
5585
|
placeholder: o.placeholder ?? "",
|
|
5581
5586
|
value: c,
|
|
5582
5587
|
"data-testid": o.dataTestId ?? `${u}-input`,
|
|
5583
|
-
style: b ?
|
|
5584
|
-
...
|
|
5585
|
-
border: s ?
|
|
5586
|
-
borderRadius:
|
|
5587
|
-
backgroundColor: l ?
|
|
5588
|
+
style: b ? h : {
|
|
5589
|
+
...h,
|
|
5590
|
+
border: s ? R.BORDER_ERROR : R.BORDER,
|
|
5591
|
+
borderRadius: R.BORDER_RADIUS,
|
|
5592
|
+
backgroundColor: l ? R.COLOR_DISABLED_BG : "#fff"
|
|
5588
5593
|
},
|
|
5589
5594
|
onChange: (x) => {
|
|
5590
|
-
const
|
|
5591
|
-
f(
|
|
5592
|
-
const S =
|
|
5595
|
+
const y = x.target.value;
|
|
5596
|
+
f(y);
|
|
5597
|
+
const S = y === "" ? null : Number(y);
|
|
5593
5598
|
g.current = S, t(S);
|
|
5594
5599
|
},
|
|
5595
5600
|
onFocus: b ? void 0 : (x) => {
|
|
5596
|
-
x.currentTarget.style.borderColor = s ?
|
|
5601
|
+
x.currentTarget.style.borderColor = s ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR_FOCUS, x.currentTarget.style.boxShadow = s ? R.FOCUS_SHADOW_ERROR : R.FOCUS_SHADOW;
|
|
5597
5602
|
},
|
|
5598
5603
|
onBlurCapture: b ? void 0 : (x) => {
|
|
5599
|
-
x.currentTarget.style.borderColor = s ?
|
|
5604
|
+
x.currentTarget.style.borderColor = s ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR, x.currentTarget.style.boxShadow = "none", i();
|
|
5600
5605
|
}
|
|
5601
5606
|
}
|
|
5602
5607
|
),
|
|
5603
|
-
m && /* @__PURE__ */ d("span", { style: { ...
|
|
5608
|
+
m && /* @__PURE__ */ d("span", { style: { ...A, borderRight: void 0 }, children: o.suffix })
|
|
5604
5609
|
]
|
|
5605
5610
|
}
|
|
5606
5611
|
),
|
|
@@ -5647,7 +5652,7 @@ function Iu({
|
|
|
5647
5652
|
s && /* @__PURE__ */ d("small", { "data-testid": `${u}-error`, style: fe, children: r })
|
|
5648
5653
|
] });
|
|
5649
5654
|
}
|
|
5650
|
-
function
|
|
5655
|
+
function yu({
|
|
5651
5656
|
field: n,
|
|
5652
5657
|
value: e,
|
|
5653
5658
|
onChange: t,
|
|
@@ -5721,8 +5726,8 @@ function Tn({
|
|
|
5721
5726
|
fontSize: 14,
|
|
5722
5727
|
color: "#374151",
|
|
5723
5728
|
backgroundColor: l ? "#f9fafb" : "#fff",
|
|
5724
|
-
border: `1px solid ${s ?
|
|
5725
|
-
borderRadius:
|
|
5729
|
+
border: `1px solid ${s ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR}`,
|
|
5730
|
+
borderRadius: R.BORDER_RADIUS,
|
|
5726
5731
|
outline: "none",
|
|
5727
5732
|
padding: "6px 12px",
|
|
5728
5733
|
boxSizing: "border-box",
|
|
@@ -5760,17 +5765,17 @@ function Tn({
|
|
|
5760
5765
|
},
|
|
5761
5766
|
onBlur: i,
|
|
5762
5767
|
onFocus: (b) => {
|
|
5763
|
-
b.currentTarget.style.borderColor = s ?
|
|
5768
|
+
b.currentTarget.style.borderColor = s ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR_FOCUS, b.currentTarget.style.boxShadow = s ? R.FOCUS_SHADOW_ERROR : R.FOCUS_SHADOW;
|
|
5764
5769
|
},
|
|
5765
5770
|
onBlurCapture: (b) => {
|
|
5766
|
-
b.currentTarget.style.borderColor = s ?
|
|
5771
|
+
b.currentTarget.style.borderColor = s ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR, b.currentTarget.style.boxShadow = "none";
|
|
5767
5772
|
}
|
|
5768
5773
|
}
|
|
5769
5774
|
),
|
|
5770
5775
|
s && /* @__PURE__ */ d("small", { "data-testid": `${u}-error`, style: fe, children: r })
|
|
5771
5776
|
] });
|
|
5772
5777
|
}
|
|
5773
|
-
function
|
|
5778
|
+
function xu({
|
|
5774
5779
|
field: n,
|
|
5775
5780
|
value: e,
|
|
5776
5781
|
onChange: t,
|
|
@@ -5778,12 +5783,12 @@ function yu({
|
|
|
5778
5783
|
error: r,
|
|
5779
5784
|
touched: a
|
|
5780
5785
|
}) {
|
|
5781
|
-
const o = n, u = o.id ?? o.name ?? "", s = !!(a && r), l = o.disabled === !0, c = Array.isArray(e) ? e : [], [f, g] = L(""), [p, m] = L(!1), b = H(null),
|
|
5782
|
-
const x =
|
|
5786
|
+
const o = n, u = o.id ?? o.name ?? "", s = !!(a && r), l = o.disabled === !0, c = Array.isArray(e) ? e : [], [f, g] = L(""), [p, m] = L(!1), b = H(null), h = (I) => {
|
|
5787
|
+
const x = I.trim();
|
|
5783
5788
|
!x || c.includes(x) || o.maxTags && c.length >= o.maxTags || (t([...c, x]), g(""));
|
|
5784
|
-
},
|
|
5785
|
-
t(c.filter((x,
|
|
5786
|
-
},
|
|
5789
|
+
}, v = (I) => {
|
|
5790
|
+
t(c.filter((x, y) => y !== I));
|
|
5791
|
+
}, A = s ? R.BORDER_COLOR_ERROR : p ? R.BORDER_COLOR_FOCUS : R.BORDER_COLOR, C = p ? s ? R.FOCUS_SHADOW_ERROR : R.FOCUS_SHADOW : "none";
|
|
5787
5792
|
return /* @__PURE__ */ O("div", { children: [
|
|
5788
5793
|
/* @__PURE__ */ d(
|
|
5789
5794
|
le,
|
|
@@ -5801,8 +5806,8 @@ function yu({
|
|
|
5801
5806
|
"div",
|
|
5802
5807
|
{
|
|
5803
5808
|
onClick: () => {
|
|
5804
|
-
var
|
|
5805
|
-
return (
|
|
5809
|
+
var I;
|
|
5810
|
+
return (I = b.current) == null ? void 0 : I.focus();
|
|
5806
5811
|
},
|
|
5807
5812
|
style: {
|
|
5808
5813
|
display: "flex",
|
|
@@ -5811,16 +5816,16 @@ function yu({
|
|
|
5811
5816
|
gap: 4,
|
|
5812
5817
|
minHeight: 38,
|
|
5813
5818
|
padding: "4px 8px",
|
|
5814
|
-
border: `1px solid ${
|
|
5815
|
-
borderRadius:
|
|
5816
|
-
backgroundColor: l ?
|
|
5817
|
-
boxShadow:
|
|
5819
|
+
border: `1px solid ${A}`,
|
|
5820
|
+
borderRadius: R.BORDER_RADIUS,
|
|
5821
|
+
backgroundColor: l ? R.COLOR_DISABLED_BG : "#fff",
|
|
5822
|
+
boxShadow: C,
|
|
5818
5823
|
boxSizing: "border-box",
|
|
5819
5824
|
cursor: l ? "not-allowed" : "text",
|
|
5820
5825
|
transition: "border-color .15s, box-shadow .15s"
|
|
5821
5826
|
},
|
|
5822
5827
|
children: [
|
|
5823
|
-
c.map((
|
|
5828
|
+
c.map((I, x) => /* @__PURE__ */ O(
|
|
5824
5829
|
"span",
|
|
5825
5830
|
{
|
|
5826
5831
|
style: {
|
|
@@ -5837,13 +5842,13 @@ function yu({
|
|
|
5837
5842
|
lineHeight: 1.6
|
|
5838
5843
|
},
|
|
5839
5844
|
children: [
|
|
5840
|
-
|
|
5845
|
+
I,
|
|
5841
5846
|
!l && /* @__PURE__ */ d(
|
|
5842
5847
|
"button",
|
|
5843
5848
|
{
|
|
5844
5849
|
type: "button",
|
|
5845
|
-
onClick: (
|
|
5846
|
-
|
|
5850
|
+
onClick: (y) => {
|
|
5851
|
+
y.stopPropagation(), v(x);
|
|
5847
5852
|
},
|
|
5848
5853
|
style: { background: "none", border: "none", cursor: "pointer", padding: 0, display: "flex", color: "#7c3aed" },
|
|
5849
5854
|
children: /* @__PURE__ */ d(Fe, { size: 12 })
|
|
@@ -5851,7 +5856,7 @@ function yu({
|
|
|
5851
5856
|
)
|
|
5852
5857
|
]
|
|
5853
5858
|
},
|
|
5854
|
-
|
|
5859
|
+
I
|
|
5855
5860
|
)),
|
|
5856
5861
|
/* @__PURE__ */ d(
|
|
5857
5862
|
"input",
|
|
@@ -5873,13 +5878,13 @@ function yu({
|
|
|
5873
5878
|
padding: "2px 4px",
|
|
5874
5879
|
cursor: l ? "not-allowed" : void 0
|
|
5875
5880
|
},
|
|
5876
|
-
onChange: (
|
|
5877
|
-
onKeyDown: (
|
|
5878
|
-
(
|
|
5881
|
+
onChange: (I) => g(I.target.value),
|
|
5882
|
+
onKeyDown: (I) => {
|
|
5883
|
+
(I.key === "Enter" || I.key === ",") && (I.preventDefault(), h(f)), I.key === "Backspace" && !f && c.length > 0 && v(c.length - 1);
|
|
5879
5884
|
},
|
|
5880
5885
|
onFocus: () => m(!0),
|
|
5881
5886
|
onBlur: () => {
|
|
5882
|
-
m(!1), f.trim() &&
|
|
5887
|
+
m(!1), f.trim() && h(f), i();
|
|
5883
5888
|
}
|
|
5884
5889
|
}
|
|
5885
5890
|
)
|
|
@@ -5926,9 +5931,9 @@ function Cu({
|
|
|
5926
5931
|
step: g,
|
|
5927
5932
|
disabled: l,
|
|
5928
5933
|
marks: o.marks,
|
|
5929
|
-
onChange: (
|
|
5930
|
-
const
|
|
5931
|
-
m(
|
|
5934
|
+
onChange: (h, v) => {
|
|
5935
|
+
const A = Array.isArray(v) ? v[0] : v;
|
|
5936
|
+
m(A), b.current = A, t(A);
|
|
5932
5937
|
},
|
|
5933
5938
|
onChangeCommitted: () => i(),
|
|
5934
5939
|
sx: {
|
|
@@ -5982,10 +5987,10 @@ function Au({
|
|
|
5982
5987
|
"div",
|
|
5983
5988
|
{
|
|
5984
5989
|
style: {
|
|
5985
|
-
width:
|
|
5986
|
-
height:
|
|
5987
|
-
borderRadius:
|
|
5988
|
-
border: s ?
|
|
5990
|
+
width: R.INPUT_HEIGHT,
|
|
5991
|
+
height: R.INPUT_HEIGHT,
|
|
5992
|
+
borderRadius: R.BORDER_RADIUS,
|
|
5993
|
+
border: s ? R.BORDER_ERROR : R.BORDER,
|
|
5989
5994
|
overflow: "hidden",
|
|
5990
5995
|
flexShrink: 0,
|
|
5991
5996
|
cursor: l ? "not-allowed" : "pointer",
|
|
@@ -6033,15 +6038,15 @@ function Au({
|
|
|
6033
6038
|
},
|
|
6034
6039
|
onBlur: i,
|
|
6035
6040
|
style: {
|
|
6036
|
-
fontSize:
|
|
6041
|
+
fontSize: R.FONT_SIZE_INPUT,
|
|
6037
6042
|
fontFamily: "monospace",
|
|
6038
|
-
color:
|
|
6039
|
-
backgroundColor: l ?
|
|
6040
|
-
border: s ?
|
|
6041
|
-
borderRadius:
|
|
6043
|
+
color: R.COLOR_LABEL,
|
|
6044
|
+
backgroundColor: l ? R.COLOR_DISABLED_BG : "#fff",
|
|
6045
|
+
border: s ? R.BORDER_ERROR : R.BORDER,
|
|
6046
|
+
borderRadius: R.BORDER_RADIUS,
|
|
6042
6047
|
padding: "0 10px",
|
|
6043
6048
|
outline: "none",
|
|
6044
|
-
height:
|
|
6049
|
+
height: R.INPUT_HEIGHT,
|
|
6045
6050
|
width: 100,
|
|
6046
6051
|
boxSizing: "border-box",
|
|
6047
6052
|
transition: "border-color 0.15s, box-shadow 0.15s"
|
|
@@ -6063,20 +6068,20 @@ function Ru({
|
|
|
6063
6068
|
error: r,
|
|
6064
6069
|
touched: a
|
|
6065
6070
|
}) {
|
|
6066
|
-
const o = n, u = o.id ?? o.name ?? "", s = !!(a && r), l = o.disabled === !0, c = H(null), [f, g] = L(!1), [p, m] = L(null), b = e instanceof File ? [e] : Array.isArray(e) ? e : [],
|
|
6067
|
-
if (!
|
|
6068
|
-
const
|
|
6071
|
+
const o = n, u = o.id ?? o.name ?? "", s = !!(a && r), l = o.disabled === !0, c = H(null), [f, g] = L(!1), [p, m] = L(null), b = e instanceof File ? [e] : Array.isArray(e) ? e : [], h = (C) => {
|
|
6072
|
+
if (!C) return;
|
|
6073
|
+
const I = Array.from(C);
|
|
6069
6074
|
if (o.maxSizeMb) {
|
|
6070
|
-
const x =
|
|
6075
|
+
const x = I.find((y) => y.size > o.maxSizeMb * 1024 * 1024);
|
|
6071
6076
|
if (x) {
|
|
6072
6077
|
m(`"${x.name}" exceeds ${o.maxSizeMb} MB`);
|
|
6073
6078
|
return;
|
|
6074
6079
|
}
|
|
6075
6080
|
}
|
|
6076
|
-
m(null), t(o.multiple ?
|
|
6077
|
-
},
|
|
6078
|
-
o.multiple ? t(b.filter((
|
|
6079
|
-
},
|
|
6081
|
+
m(null), t(o.multiple ? I : I[0] ?? null);
|
|
6082
|
+
}, v = (C) => {
|
|
6083
|
+
o.multiple ? t(b.filter((I, x) => x !== C)) : t(null), c.current && (c.current.value = "");
|
|
6084
|
+
}, A = s || p ? R.BORDER_COLOR_ERROR : f ? R.BORDER_COLOR_FOCUS : R.BORDER_COLOR;
|
|
6080
6085
|
return /* @__PURE__ */ O("div", { children: [
|
|
6081
6086
|
/* @__PURE__ */ d(
|
|
6082
6087
|
le,
|
|
@@ -6094,19 +6099,19 @@ function Ru({
|
|
|
6094
6099
|
"div",
|
|
6095
6100
|
{
|
|
6096
6101
|
onClick: () => {
|
|
6097
|
-
var
|
|
6098
|
-
return !l && ((
|
|
6102
|
+
var C;
|
|
6103
|
+
return !l && ((C = c.current) == null ? void 0 : C.click());
|
|
6099
6104
|
},
|
|
6100
|
-
onDragOver: (
|
|
6101
|
-
|
|
6105
|
+
onDragOver: (C) => {
|
|
6106
|
+
C.preventDefault(), l || g(!0);
|
|
6102
6107
|
},
|
|
6103
6108
|
onDragLeave: () => g(!1),
|
|
6104
|
-
onDrop: (
|
|
6105
|
-
|
|
6109
|
+
onDrop: (C) => {
|
|
6110
|
+
C.preventDefault(), g(!1), l || h(C.dataTransfer.files);
|
|
6106
6111
|
},
|
|
6107
6112
|
style: {
|
|
6108
|
-
border: `1px dashed ${
|
|
6109
|
-
borderRadius:
|
|
6113
|
+
border: `1px dashed ${A}`,
|
|
6114
|
+
borderRadius: R.BORDER_RADIUS,
|
|
6110
6115
|
padding: "14px 16px",
|
|
6111
6116
|
textAlign: "center",
|
|
6112
6117
|
cursor: l ? "not-allowed" : "pointer",
|
|
@@ -6125,8 +6130,8 @@ function Ru({
|
|
|
6125
6130
|
disabled: l,
|
|
6126
6131
|
"data-testid": o.dataTestId ?? `${u}-input`,
|
|
6127
6132
|
style: { display: "none" },
|
|
6128
|
-
onChange: (
|
|
6129
|
-
|
|
6133
|
+
onChange: (C) => {
|
|
6134
|
+
h(C.target.files), i();
|
|
6130
6135
|
}
|
|
6131
6136
|
}
|
|
6132
6137
|
),
|
|
@@ -6141,18 +6146,18 @@ function Ru({
|
|
|
6141
6146
|
]
|
|
6142
6147
|
}
|
|
6143
6148
|
),
|
|
6144
|
-
b.length > 0 && /* @__PURE__ */ d("div", { style: { display: "flex", flexDirection: "column", gap: 4, marginTop: 8 }, children: b.map((
|
|
6149
|
+
b.length > 0 && /* @__PURE__ */ d("div", { style: { display: "flex", flexDirection: "column", gap: 4, marginTop: 8 }, children: b.map((C, I) => /* @__PURE__ */ O("div", { style: { display: "flex", alignItems: "center", gap: 8, padding: "6px 10px", border: "1px solid #e5e7eb", borderRadius: 4, backgroundColor: "#f9fafb" }, children: [
|
|
6145
6150
|
/* @__PURE__ */ d(Ao, { size: 16, color: "#6366f1" }),
|
|
6146
|
-
/* @__PURE__ */ d("span", { style: { fontSize: 13, color: "#374151", flex: 1, overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap" }, children:
|
|
6147
|
-
/* @__PURE__ */ d("span", { style: { fontSize: 11, color: "#6b7280", flexShrink: 0 }, children: Su(
|
|
6151
|
+
/* @__PURE__ */ d("span", { style: { fontSize: 13, color: "#374151", flex: 1, overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap" }, children: C.name }),
|
|
6152
|
+
/* @__PURE__ */ d("span", { style: { fontSize: 11, color: "#6b7280", flexShrink: 0 }, children: Su(C.size) }),
|
|
6148
6153
|
!l && /* @__PURE__ */ d("button", { type: "button", onClick: (x) => {
|
|
6149
|
-
x.stopPropagation(), I
|
|
6154
|
+
x.stopPropagation(), v(I);
|
|
6150
6155
|
}, style: { background: "none", border: "none", cursor: "pointer", color: "#9ca3af", display: "flex", padding: 0 }, children: /* @__PURE__ */ d(Fe, { size: 14 }) })
|
|
6151
|
-
] }, `${
|
|
6156
|
+
] }, `${C.name}-${C.size}-${C.lastModified}`)) }),
|
|
6152
6157
|
(s || p) && /* @__PURE__ */ d("small", { "data-testid": `${u}-error`, style: fe, children: p ?? r })
|
|
6153
6158
|
] });
|
|
6154
6159
|
}
|
|
6155
|
-
const Eu = Qe.lazy(async () => ({ default: (await import("./index-
|
|
6160
|
+
const Eu = Qe.lazy(async () => ({ default: (await import("./index-Buv1ylwP.js")).default }));
|
|
6156
6161
|
async function Ou(n) {
|
|
6157
6162
|
switch (n) {
|
|
6158
6163
|
case "python":
|
|
@@ -6219,17 +6224,17 @@ function Fu({
|
|
|
6219
6224
|
p(x);
|
|
6220
6225
|
try {
|
|
6221
6226
|
x.trim() && JSON.parse(x), f(null);
|
|
6222
|
-
} catch (
|
|
6223
|
-
f(
|
|
6227
|
+
} catch (y) {
|
|
6228
|
+
f(y.message);
|
|
6224
6229
|
}
|
|
6225
6230
|
m.current = x, t(x);
|
|
6226
|
-
},
|
|
6231
|
+
}, h = () => {
|
|
6227
6232
|
try {
|
|
6228
6233
|
const x = JSON.stringify(JSON.parse(g), null, 2);
|
|
6229
6234
|
p(x), f(null), m.current = x, t(x);
|
|
6230
6235
|
} catch {
|
|
6231
6236
|
}
|
|
6232
|
-
},
|
|
6237
|
+
}, v = o.rows ?? 8, A = `${v * 22}px`, C = `${v * 22}px`, I = s || c ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR;
|
|
6233
6238
|
return /* @__PURE__ */ O("div", { children: [
|
|
6234
6239
|
/* @__PURE__ */ O("div", { style: { display: "flex", alignItems: "center", justifyContent: "space-between" }, children: [
|
|
6235
6240
|
/* @__PURE__ */ d(
|
|
@@ -6247,7 +6252,7 @@ function Fu({
|
|
|
6247
6252
|
"button",
|
|
6248
6253
|
{
|
|
6249
6254
|
type: "button",
|
|
6250
|
-
onClick:
|
|
6255
|
+
onClick: h,
|
|
6251
6256
|
style: { fontSize: 11, fontWeight: 600, color: "#6366f1", background: "none", border: "none", cursor: "pointer", padding: "0 0 4px" },
|
|
6252
6257
|
children: "Format"
|
|
6253
6258
|
}
|
|
@@ -6260,8 +6265,8 @@ function Fu({
|
|
|
6260
6265
|
id: u,
|
|
6261
6266
|
"data-testid": o.dataTestId ?? `${u}-input`,
|
|
6262
6267
|
style: {
|
|
6263
|
-
border: `1px solid ${
|
|
6264
|
-
borderRadius:
|
|
6268
|
+
border: `1px solid ${I}`,
|
|
6269
|
+
borderRadius: R.BORDER_RADIUS,
|
|
6265
6270
|
overflow: "hidden",
|
|
6266
6271
|
fontSize: 13
|
|
6267
6272
|
},
|
|
@@ -6271,8 +6276,8 @@ function Fu({
|
|
|
6271
6276
|
language: "json",
|
|
6272
6277
|
value: g,
|
|
6273
6278
|
readOnly: l || o.readOnly,
|
|
6274
|
-
minHeight:
|
|
6275
|
-
maxHeight:
|
|
6279
|
+
minHeight: A,
|
|
6280
|
+
maxHeight: C,
|
|
6276
6281
|
basicSetup: { lineNumbers: !0, foldGutter: !0 },
|
|
6277
6282
|
onChange: b,
|
|
6278
6283
|
onBlur: i,
|
|
@@ -6302,9 +6307,9 @@ function Tu({
|
|
|
6302
6307
|
q(() => {
|
|
6303
6308
|
e !== g.current && (g.current = e, f(String(e ?? "")));
|
|
6304
6309
|
}, [e]);
|
|
6305
|
-
const p = (
|
|
6306
|
-
f(
|
|
6307
|
-
}, m = o.rows ?? 8, b = `${m * 22}px`,
|
|
6310
|
+
const p = (A) => {
|
|
6311
|
+
f(A), g.current = A, t(A);
|
|
6312
|
+
}, m = o.rows ?? 8, b = `${m * 22}px`, h = `${m * 22}px`, v = wu[o.language ?? "javascript"] ?? "CODE";
|
|
6308
6313
|
return /* @__PURE__ */ O("div", { children: [
|
|
6309
6314
|
/* @__PURE__ */ O("div", { style: { display: "flex", alignItems: "center", justifyContent: "space-between" }, children: [
|
|
6310
6315
|
/* @__PURE__ */ d(
|
|
@@ -6328,7 +6333,7 @@ function Tu({
|
|
|
6328
6333
|
padding: "1px 6px",
|
|
6329
6334
|
letterSpacing: 0.5,
|
|
6330
6335
|
marginBottom: 4
|
|
6331
|
-
}, children:
|
|
6336
|
+
}, children: v })
|
|
6332
6337
|
] }),
|
|
6333
6338
|
o.helperText && !s && /* @__PURE__ */ d("small", { style: ue, children: o.helperText }),
|
|
6334
6339
|
/* @__PURE__ */ d(
|
|
@@ -6337,8 +6342,8 @@ function Tu({
|
|
|
6337
6342
|
id: u,
|
|
6338
6343
|
"data-testid": o.dataTestId ?? `${u}-input`,
|
|
6339
6344
|
style: {
|
|
6340
|
-
border: `1px solid ${s ?
|
|
6341
|
-
borderRadius:
|
|
6345
|
+
border: `1px solid ${s ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR}`,
|
|
6346
|
+
borderRadius: R.BORDER_RADIUS,
|
|
6342
6347
|
overflow: "hidden"
|
|
6343
6348
|
},
|
|
6344
6349
|
children: /* @__PURE__ */ d(
|
|
@@ -6348,7 +6353,7 @@ function Tu({
|
|
|
6348
6353
|
value: c,
|
|
6349
6354
|
readOnly: l || o.readOnly,
|
|
6350
6355
|
minHeight: b,
|
|
6351
|
-
maxHeight:
|
|
6356
|
+
maxHeight: h,
|
|
6352
6357
|
basicSetup: { lineNumbers: !0, foldGutter: !0, autocompletion: !0 },
|
|
6353
6358
|
onChange: p,
|
|
6354
6359
|
onBlur: i,
|
|
@@ -6361,7 +6366,7 @@ function Tu({
|
|
|
6361
6366
|
] });
|
|
6362
6367
|
}
|
|
6363
6368
|
const Gu = Qe.lazy(
|
|
6364
|
-
() => import("./index-
|
|
6369
|
+
() => import("./index-B8-KKaH_.js").then((n) => n.i).then((n) => (Promise.resolve({ }), { default: n.default }))
|
|
6365
6370
|
), Bu = [
|
|
6366
6371
|
[{ header: [1, 2, 3, !1] }],
|
|
6367
6372
|
["bold", "italic", "underline", "strike"],
|
|
@@ -6381,8 +6386,8 @@ function Vu({
|
|
|
6381
6386
|
q(() => {
|
|
6382
6387
|
e !== g.current && (g.current = e, f(String(e ?? "")));
|
|
6383
6388
|
}, [e]);
|
|
6384
|
-
const p = (
|
|
6385
|
-
f(
|
|
6389
|
+
const p = (h) => {
|
|
6390
|
+
f(h), g.current = h, t(h);
|
|
6386
6391
|
}, m = (o.rows ?? 6) * 24, b = o.toolbar !== !1;
|
|
6387
6392
|
return /* @__PURE__ */ O("div", { children: [
|
|
6388
6393
|
/* @__PURE__ */ d(
|
|
@@ -6403,8 +6408,8 @@ function Vu({
|
|
|
6403
6408
|
id: u,
|
|
6404
6409
|
"data-testid": o.dataTestId ?? `${u}-input`,
|
|
6405
6410
|
style: {
|
|
6406
|
-
border: s ?
|
|
6407
|
-
borderRadius:
|
|
6411
|
+
border: s ? R.BORDER_ERROR : R.BORDER,
|
|
6412
|
+
borderRadius: R.BORDER_RADIUS,
|
|
6408
6413
|
overflow: "hidden",
|
|
6409
6414
|
fontSize: 14
|
|
6410
6415
|
},
|
|
@@ -6479,50 +6484,50 @@ function Pu() {
|
|
|
6479
6484
|
} });
|
|
6480
6485
|
}
|
|
6481
6486
|
function Lu({ loadPage: n, loadSelected: e, currentValues: t, isOpen: i }) {
|
|
6482
|
-
const [r, a] = L([]), [o, u] = L(0), [s, l] = L(!0), [c, f] = L(!1), g = H(/* @__PURE__ */ new Map()), [p, m] = L(0), [b,
|
|
6483
|
-
|
|
6487
|
+
const [r, a] = L([]), [o, u] = L(0), [s, l] = L(!0), [c, f] = L(!1), g = H(/* @__PURE__ */ new Map()), [p, m] = L(0), [b, h] = L(""), [v, A] = L(""), C = H(null), I = H(null), x = H(null), y = z((G) => {
|
|
6488
|
+
h(G), C.current && clearTimeout(C.current), C.current = setTimeout(() => A(G), 300);
|
|
6484
6489
|
}, []);
|
|
6485
6490
|
q(() => {
|
|
6486
6491
|
var W;
|
|
6487
|
-
if (!i || x.current ===
|
|
6488
|
-
x.current =
|
|
6492
|
+
if (!i || x.current === v) return;
|
|
6493
|
+
x.current = v, (W = I.current) == null || W.abort();
|
|
6489
6494
|
const G = new AbortController();
|
|
6490
|
-
return
|
|
6495
|
+
return I.current = G, a([]), u(0), l(!0), f(!0), n({ page: 1, search: v, signal: G.signal }).then((V) => {
|
|
6491
6496
|
if (G.signal.aborted) return;
|
|
6492
6497
|
const j = ur(V.options);
|
|
6493
6498
|
a(j), u(1), l(V.hasMore), f(!1);
|
|
6494
6499
|
}).catch((V) => {
|
|
6495
6500
|
cr(V) || f(!1);
|
|
6496
6501
|
}), () => G.abort();
|
|
6497
|
-
}, [
|
|
6502
|
+
}, [v, i]);
|
|
6498
6503
|
const S = z(() => {
|
|
6499
6504
|
var V;
|
|
6500
6505
|
if (c || !s) return;
|
|
6501
|
-
(V =
|
|
6506
|
+
(V = I.current) == null || V.abort();
|
|
6502
6507
|
const G = new AbortController();
|
|
6503
|
-
|
|
6508
|
+
I.current = G, f(!0);
|
|
6504
6509
|
const W = o + 1;
|
|
6505
|
-
n({ page: W, search:
|
|
6510
|
+
n({ page: W, search: v, signal: G.signal }).then((j) => {
|
|
6506
6511
|
G.signal.aborted || (a((Q) => ur([...Q, ...j.options])), u(W), l(j.hasMore), f(!1));
|
|
6507
6512
|
}).catch((j) => {
|
|
6508
6513
|
cr(j) || f(!1);
|
|
6509
6514
|
});
|
|
6510
|
-
}, [c, s, o,
|
|
6515
|
+
}, [c, s, o, v]), w = H(/* @__PURE__ */ new Set());
|
|
6511
6516
|
q(() => {
|
|
6512
6517
|
if (!e || t.length === 0) return;
|
|
6513
6518
|
const G = t.filter(
|
|
6514
|
-
(W) => !g.current.has(W) && !
|
|
6519
|
+
(W) => !g.current.has(W) && !w.current.has(W)
|
|
6515
6520
|
);
|
|
6516
|
-
G.length !== 0 && (G.forEach((W) =>
|
|
6521
|
+
G.length !== 0 && (G.forEach((W) => w.current.add(W)), e(G).then((W) => {
|
|
6517
6522
|
W.forEach((V) => g.current.set(V.value, V)), m((V) => V + 1);
|
|
6518
6523
|
}).catch(() => {
|
|
6519
6524
|
}).finally(() => {
|
|
6520
|
-
G.forEach((W) =>
|
|
6525
|
+
G.forEach((W) => w.current.delete(W));
|
|
6521
6526
|
}));
|
|
6522
6527
|
}, [t.join("|")]);
|
|
6523
6528
|
const B = z(() => {
|
|
6524
6529
|
var G;
|
|
6525
|
-
x.current = null,
|
|
6530
|
+
x.current = null, h(""), A(""), C.current && clearTimeout(C.current), (G = I.current) == null || G.abort();
|
|
6526
6531
|
}, []), M = ae(() => r, [r, p]), F = z((G) => {
|
|
6527
6532
|
const W = r.find((V) => V.value === G);
|
|
6528
6533
|
return W || g.current.get(G);
|
|
@@ -6536,7 +6541,7 @@ function Lu({ loadPage: n, loadSelected: e, currentValues: t, isOpen: i }) {
|
|
|
6536
6541
|
isLoading: c,
|
|
6537
6542
|
hasMore: s,
|
|
6538
6543
|
inputValue: b,
|
|
6539
|
-
handleInputChange:
|
|
6544
|
+
handleInputChange: y,
|
|
6540
6545
|
loadMore: S,
|
|
6541
6546
|
handleMenuClose: B,
|
|
6542
6547
|
updateSelectedCache: D
|
|
@@ -6570,15 +6575,15 @@ function Mu({
|
|
|
6570
6575
|
g && Du(f);
|
|
6571
6576
|
}, [g, f]);
|
|
6572
6577
|
const m = z(() => p(!0), []), b = ae(() => dr(e), [e]), {
|
|
6573
|
-
options:
|
|
6574
|
-
lookupOption:
|
|
6575
|
-
isLoading:
|
|
6576
|
-
hasMore:
|
|
6577
|
-
inputValue:
|
|
6578
|
+
options: h,
|
|
6579
|
+
lookupOption: v,
|
|
6580
|
+
isLoading: A,
|
|
6581
|
+
hasMore: C,
|
|
6582
|
+
inputValue: I,
|
|
6578
6583
|
handleInputChange: x,
|
|
6579
|
-
loadMore:
|
|
6584
|
+
loadMore: y,
|
|
6580
6585
|
handleMenuClose: S,
|
|
6581
|
-
updateSelectedCache:
|
|
6586
|
+
updateSelectedCache: w
|
|
6582
6587
|
} = Lu({
|
|
6583
6588
|
loadPage: o.loadPage,
|
|
6584
6589
|
loadSelected: o.loadSelected,
|
|
@@ -6590,16 +6595,16 @@ function Mu({
|
|
|
6590
6595
|
q(() => {
|
|
6591
6596
|
M.current && !g && B.current(), M.current = g;
|
|
6592
6597
|
}, [g]);
|
|
6593
|
-
const F = z(() => p(!1), []), D = ae(() => e == null || e === "" || Array.isArray(e) && e.length === 0 ? u ? [] : null : u ? dr(e).map((Q) =>
|
|
6598
|
+
const F = z(() => p(!1), []), D = ae(() => e == null || e === "" || Array.isArray(e) && e.length === 0 ? u ? [] : null : u ? dr(e).map((Q) => v(Q)).filter((Q) => !!Q) : v(String(e)) ?? null, [e, v, u]), G = z((Q) => {
|
|
6594
6599
|
if (u) {
|
|
6595
6600
|
const U = Q ?? [];
|
|
6596
|
-
|
|
6601
|
+
w(U), t(U.map((re) => re.value));
|
|
6597
6602
|
} else {
|
|
6598
6603
|
const U = Q;
|
|
6599
|
-
U &&
|
|
6604
|
+
U && w(U), t(U ? U.value : null);
|
|
6600
6605
|
}
|
|
6601
|
-
}, [u, t,
|
|
6602
|
-
W.current = { loadMore:
|
|
6606
|
+
}, [u, t, w]), W = H({ loadMore: y, isLoading: A, hasMore: C });
|
|
6607
|
+
W.current = { loadMore: y, isLoading: A, hasMore: C };
|
|
6603
6608
|
const V = H(
|
|
6604
6609
|
function(U) {
|
|
6605
6610
|
return /* @__PURE__ */ d(
|
|
@@ -6613,8 +6618,8 @@ function Mu({
|
|
|
6613
6618
|
);
|
|
6614
6619
|
}
|
|
6615
6620
|
).current, j = z(
|
|
6616
|
-
() =>
|
|
6617
|
-
[
|
|
6621
|
+
() => A ? "Loading…" : "No options found",
|
|
6622
|
+
[A]
|
|
6618
6623
|
);
|
|
6619
6624
|
return /* @__PURE__ */ O("div", { className: `${o.customClass ?? ""} ${o.hidden ? "ff-form-hidden" : ""}`, children: [
|
|
6620
6625
|
/* @__PURE__ */ d(
|
|
@@ -6633,11 +6638,11 @@ function Mu({
|
|
|
6633
6638
|
{
|
|
6634
6639
|
inputId: s,
|
|
6635
6640
|
value: D,
|
|
6636
|
-
inputValue:
|
|
6641
|
+
inputValue: I,
|
|
6637
6642
|
onInputChange: x,
|
|
6638
6643
|
onChange: G,
|
|
6639
6644
|
onBlur: i,
|
|
6640
|
-
options:
|
|
6645
|
+
options: h,
|
|
6641
6646
|
isMulti: u,
|
|
6642
6647
|
isDisabled: c,
|
|
6643
6648
|
isClearable: o.isClearable ?? !1,
|
|
@@ -6664,15 +6669,15 @@ te.register("text", Ur);
|
|
|
6664
6669
|
te.register("textarea", Ur);
|
|
6665
6670
|
te.register("select", nu);
|
|
6666
6671
|
te.register("descriptive-select", lu);
|
|
6667
|
-
te.register("array",
|
|
6672
|
+
te.register("array", Nt);
|
|
6668
6673
|
te.register("schema", mu);
|
|
6669
6674
|
te.register("number", vu);
|
|
6670
6675
|
te.register("toggle", Iu);
|
|
6671
|
-
te.register("radio-group",
|
|
6676
|
+
te.register("radio-group", yu);
|
|
6672
6677
|
te.register("date", Tn);
|
|
6673
6678
|
te.register("datetime", Tn);
|
|
6674
6679
|
te.register("time", Tn);
|
|
6675
|
-
te.register("tags",
|
|
6680
|
+
te.register("tags", xu);
|
|
6676
6681
|
te.register("slider", Cu);
|
|
6677
6682
|
te.register("color", Au);
|
|
6678
6683
|
te.register("file", Ru);
|
|
@@ -6684,21 +6689,21 @@ var Ad = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
6684
6689
|
function Wu(n) {
|
|
6685
6690
|
return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
|
|
6686
6691
|
}
|
|
6687
|
-
function
|
|
6692
|
+
function Ze(n) {
|
|
6688
6693
|
this._maxSize = n, this.clear();
|
|
6689
6694
|
}
|
|
6690
|
-
|
|
6695
|
+
Ze.prototype.clear = function() {
|
|
6691
6696
|
this._size = 0, this._values = /* @__PURE__ */ Object.create(null);
|
|
6692
6697
|
};
|
|
6693
|
-
|
|
6698
|
+
Ze.prototype.get = function(n) {
|
|
6694
6699
|
return this._values[n];
|
|
6695
6700
|
};
|
|
6696
|
-
|
|
6701
|
+
Ze.prototype.set = function(n, e) {
|
|
6697
6702
|
return this._size >= this._maxSize && this.clear(), n in this._values || this._size++, this._values[n] = e;
|
|
6698
6703
|
};
|
|
6699
|
-
var Xu = /[^.^\]^[]+|(?=\[\]|\.\.)/g, Li = /^\d+$/, ku = /^\d/,
|
|
6700
|
-
new
|
|
6701
|
-
var pr = new
|
|
6704
|
+
var Xu = /[^.^\]^[]+|(?=\[\]|\.\.)/g, Li = /^\d+$/, ku = /^\d/, Hu = /[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g, zu = /^\s*(['"]?)(.*?)(\1)\s*$/, Gn = 512, fr = new Ze(Gn);
|
|
6705
|
+
new Ze(Gn);
|
|
6706
|
+
var pr = new Ze(Gn), Be = {
|
|
6702
6707
|
split: sn,
|
|
6703
6708
|
normalizePath: gr,
|
|
6704
6709
|
getter: function(n, e) {
|
|
@@ -6723,7 +6728,7 @@ function gr(n) {
|
|
|
6723
6728
|
return fr.get(n) || fr.set(
|
|
6724
6729
|
n,
|
|
6725
6730
|
sn(n).map(function(e) {
|
|
6726
|
-
return e.replace(
|
|
6731
|
+
return e.replace(zu, "$2");
|
|
6727
6732
|
})
|
|
6728
6733
|
);
|
|
6729
6734
|
}
|
|
@@ -6742,7 +6747,7 @@ function _u(n) {
|
|
|
6742
6747
|
return n.match(ku) && !n.match(Li);
|
|
6743
6748
|
}
|
|
6744
6749
|
function Ju(n) {
|
|
6745
|
-
return
|
|
6750
|
+
return Hu.test(n);
|
|
6746
6751
|
}
|
|
6747
6752
|
function Yu(n) {
|
|
6748
6753
|
return !Bn(n) && (_u(n) || Ju(n));
|
|
@@ -6838,7 +6843,7 @@ function Ae(n, e) {
|
|
|
6838
6843
|
function Xi(n) {
|
|
6839
6844
|
return n == null ? [] : [].concat(n);
|
|
6840
6845
|
}
|
|
6841
|
-
let ki,
|
|
6846
|
+
let ki, Hi, zi, uc = /\$\{\s*(\w+)\s*\}/g;
|
|
6842
6847
|
ki = Symbol.toStringTag;
|
|
6843
6848
|
class hr {
|
|
6844
6849
|
constructor(e, t, i, r) {
|
|
@@ -6852,8 +6857,8 @@ class hr {
|
|
|
6852
6857
|
}), this.message = this.errors.length > 1 ? `${this.errors.length} errors occurred` : this.errors[0];
|
|
6853
6858
|
}
|
|
6854
6859
|
}
|
|
6855
|
-
|
|
6856
|
-
|
|
6860
|
+
Hi = Symbol.hasInstance;
|
|
6861
|
+
zi = Symbol.toStringTag;
|
|
6857
6862
|
class ce extends Error {
|
|
6858
6863
|
static formatError(e, t) {
|
|
6859
6864
|
const i = t.label || t.path || "this";
|
|
@@ -6869,13 +6874,13 @@ class ce extends Error {
|
|
|
6869
6874
|
const o = new hr(e, t, i, r);
|
|
6870
6875
|
if (a)
|
|
6871
6876
|
return o;
|
|
6872
|
-
super(), this.value = void 0, this.path = void 0, this.type = void 0, this.params = void 0, this.errors = [], this.inner = [], this[
|
|
6877
|
+
super(), this.value = void 0, this.path = void 0, this.type = void 0, this.params = void 0, this.errors = [], this.inner = [], this[zi] = "Error", this.name = o.name, this.message = o.message, this.type = o.type, this.value = o.value, this.path = o.path, this.errors = o.errors, this.inner = o.inner, Error.captureStackTrace && Error.captureStackTrace(this, ce);
|
|
6873
6878
|
}
|
|
6874
|
-
static [
|
|
6879
|
+
static [Hi](e) {
|
|
6875
6880
|
return hr[Symbol.hasInstance](e) || super[Symbol.hasInstance](e);
|
|
6876
6881
|
}
|
|
6877
6882
|
}
|
|
6878
|
-
let
|
|
6883
|
+
let ye = {
|
|
6879
6884
|
default: "${path} is invalid",
|
|
6880
6885
|
required: "${path} is a required field",
|
|
6881
6886
|
defined: "${path} must be defined",
|
|
@@ -6918,10 +6923,10 @@ let xe = {
|
|
|
6918
6923
|
max: "${path} field must be at earlier than ${max}"
|
|
6919
6924
|
}, un = {
|
|
6920
6925
|
isValue: "${path} field must be ${value}"
|
|
6921
|
-
},
|
|
6926
|
+
}, ct = {
|
|
6922
6927
|
noUnknown: "${path} field has unspecified keys: ${unknown}",
|
|
6923
6928
|
exact: "${path} object contains unknown properties: ${properties}"
|
|
6924
|
-
},
|
|
6929
|
+
}, dt = {
|
|
6925
6930
|
min: "${path} field must have at least ${min} items",
|
|
6926
6931
|
max: "${path} field must have less than or equal to ${max} items",
|
|
6927
6932
|
length: "${path} must have ${length} items"
|
|
@@ -6936,21 +6941,21 @@ let xe = {
|
|
|
6936
6941
|
if (t.length < r) return `${e} tuple value has too few items, expected a length of ${r} but got ${t.length} for value: \`${Ae(t, !0)}\``;
|
|
6937
6942
|
if (t.length > r) return `${e} tuple value has too many items, expected a length of ${r} but got ${t.length} for value: \`${Ae(t, !0)}\``;
|
|
6938
6943
|
}
|
|
6939
|
-
return ce.formatError(
|
|
6944
|
+
return ce.formatError(ye.notType, n);
|
|
6940
6945
|
}
|
|
6941
6946
|
};
|
|
6942
6947
|
Object.assign(/* @__PURE__ */ Object.create(null), {
|
|
6943
|
-
mixed:
|
|
6948
|
+
mixed: ye,
|
|
6944
6949
|
string: pe,
|
|
6945
6950
|
number: Ee,
|
|
6946
6951
|
date: ln,
|
|
6947
|
-
object:
|
|
6948
|
-
array:
|
|
6952
|
+
object: ct,
|
|
6953
|
+
array: dt,
|
|
6949
6954
|
boolean: un,
|
|
6950
6955
|
tuple: cc
|
|
6951
6956
|
});
|
|
6952
|
-
const
|
|
6953
|
-
class
|
|
6957
|
+
const Pt = (n) => n && n.__isYupSchema__;
|
|
6958
|
+
class Rt {
|
|
6954
6959
|
static fromOptions(e, t) {
|
|
6955
6960
|
if (!t.then && !t.otherwise) throw new TypeError("either `then:` or `otherwise:` is required for `when()` conditions");
|
|
6956
6961
|
let {
|
|
@@ -6958,7 +6963,7 @@ class St {
|
|
|
6958
6963
|
then: r,
|
|
6959
6964
|
otherwise: a
|
|
6960
6965
|
} = t, o = typeof i == "function" ? i : (...u) => u.every((s) => s === i);
|
|
6961
|
-
return new
|
|
6966
|
+
return new Rt(e, (u, s) => {
|
|
6962
6967
|
var l;
|
|
6963
6968
|
let c = o(...u) ? r : a;
|
|
6964
6969
|
return (l = c == null ? void 0 : c(s)) != null ? l : s;
|
|
@@ -6975,11 +6980,11 @@ class St {
|
|
|
6975
6980
|
if (r === void 0 || // @ts-ignore this can be base
|
|
6976
6981
|
r === e)
|
|
6977
6982
|
return e;
|
|
6978
|
-
if (!
|
|
6983
|
+
if (!Pt(r)) throw new TypeError("conditions must return a schema object");
|
|
6979
6984
|
return r.resolve(t);
|
|
6980
6985
|
}
|
|
6981
6986
|
}
|
|
6982
|
-
const
|
|
6987
|
+
const st = {
|
|
6983
6988
|
context: "$",
|
|
6984
6989
|
value: "."
|
|
6985
6990
|
};
|
|
@@ -6987,8 +6992,8 @@ class Ne {
|
|
|
6987
6992
|
constructor(e, t = {}) {
|
|
6988
6993
|
if (this.key = void 0, this.isContext = void 0, this.isValue = void 0, this.isSibling = void 0, this.path = void 0, this.getter = void 0, this.map = void 0, typeof e != "string") throw new TypeError("ref must be a string, got: " + e);
|
|
6989
6994
|
if (this.key = e.trim(), e === "") throw new TypeError("ref must be a non-empty string");
|
|
6990
|
-
this.isContext = this.key[0] ===
|
|
6991
|
-
let i = this.isContext ?
|
|
6995
|
+
this.isContext = this.key[0] === st.context, this.isValue = this.key[0] === st.value, this.isSibling = !this.isContext && !this.isValue;
|
|
6996
|
+
let i = this.isContext ? st.context : this.isValue ? st.value : "";
|
|
6992
6997
|
this.path = this.key.slice(i.length), this.getter = this.path && Be.getter(this.path, !0), this.map = t.map;
|
|
6993
6998
|
}
|
|
6994
6999
|
getValue(e, t, i) {
|
|
@@ -7041,59 +7046,59 @@ function Me(n) {
|
|
|
7041
7046
|
let {
|
|
7042
7047
|
parent: m,
|
|
7043
7048
|
context: b,
|
|
7044
|
-
abortEarly:
|
|
7045
|
-
disableStackTrace:
|
|
7049
|
+
abortEarly: h = o.spec.abortEarly,
|
|
7050
|
+
disableStackTrace: v = o.spec.disableStackTrace
|
|
7046
7051
|
} = r;
|
|
7047
|
-
const
|
|
7052
|
+
const A = {
|
|
7048
7053
|
value: t,
|
|
7049
7054
|
parent: m,
|
|
7050
7055
|
context: b
|
|
7051
7056
|
};
|
|
7052
|
-
function
|
|
7057
|
+
function C(F = {}) {
|
|
7053
7058
|
const D = Zi(Object.assign({
|
|
7054
7059
|
value: t,
|
|
7055
7060
|
originalValue: a,
|
|
7056
7061
|
label: o.spec.label,
|
|
7057
7062
|
path: F.path || i,
|
|
7058
7063
|
spec: o.spec,
|
|
7059
|
-
disableStackTrace: F.disableStackTrace ||
|
|
7060
|
-
}, f, F.params),
|
|
7064
|
+
disableStackTrace: F.disableStackTrace || v
|
|
7065
|
+
}, f, F.params), A), G = new ce(ce.formatError(F.message || g, D), t, D.path, F.type || l, D.disableStackTrace);
|
|
7061
7066
|
return G.params = D, G;
|
|
7062
7067
|
}
|
|
7063
|
-
const
|
|
7068
|
+
const I = h ? u : s;
|
|
7064
7069
|
let x = {
|
|
7065
7070
|
path: i,
|
|
7066
7071
|
parent: m,
|
|
7067
7072
|
type: l,
|
|
7068
7073
|
from: r.from,
|
|
7069
|
-
createError:
|
|
7074
|
+
createError: C,
|
|
7070
7075
|
resolve(F) {
|
|
7071
|
-
return _i(F,
|
|
7076
|
+
return _i(F, A);
|
|
7072
7077
|
},
|
|
7073
7078
|
options: r,
|
|
7074
7079
|
originalValue: a,
|
|
7075
7080
|
schema: o
|
|
7076
7081
|
};
|
|
7077
|
-
const
|
|
7078
|
-
ce.isError(F) ?
|
|
7082
|
+
const y = (F) => {
|
|
7083
|
+
ce.isError(F) ? I(F) : F ? s(null) : I(C());
|
|
7079
7084
|
}, S = (F) => {
|
|
7080
|
-
ce.isError(F) ?
|
|
7085
|
+
ce.isError(F) ? I(F) : u(F);
|
|
7081
7086
|
};
|
|
7082
7087
|
if (p && me(t))
|
|
7083
|
-
return
|
|
7088
|
+
return y(!0);
|
|
7084
7089
|
let B;
|
|
7085
7090
|
try {
|
|
7086
7091
|
var M;
|
|
7087
7092
|
if (B = c.call(x, t, x), typeof ((M = B) == null ? void 0 : M.then) == "function") {
|
|
7088
7093
|
if (r.sync)
|
|
7089
7094
|
throw new Error(`Validation test of type: "${x.type}" returned a Promise during a synchronous validate. This test will finish after the validate call has returned`);
|
|
7090
|
-
return Promise.resolve(B).then(
|
|
7095
|
+
return Promise.resolve(B).then(y, S);
|
|
7091
7096
|
}
|
|
7092
7097
|
} catch (F) {
|
|
7093
7098
|
S(F);
|
|
7094
7099
|
return;
|
|
7095
7100
|
}
|
|
7096
|
-
|
|
7101
|
+
y(B);
|
|
7097
7102
|
}
|
|
7098
7103
|
return e.OPTIONS = n, e;
|
|
7099
7104
|
}
|
|
@@ -7137,7 +7142,7 @@ function dc(n, e, t, i = t) {
|
|
|
7137
7142
|
schema: n
|
|
7138
7143
|
};
|
|
7139
7144
|
}
|
|
7140
|
-
class
|
|
7145
|
+
class Et extends Set {
|
|
7141
7146
|
describe() {
|
|
7142
7147
|
const e = [];
|
|
7143
7148
|
for (const t of this.values())
|
|
@@ -7151,7 +7156,7 @@ class Rt extends Set {
|
|
|
7151
7156
|
return t;
|
|
7152
7157
|
}
|
|
7153
7158
|
clone() {
|
|
7154
|
-
return new
|
|
7159
|
+
return new Et(this.values());
|
|
7155
7160
|
}
|
|
7156
7161
|
merge(e, t) {
|
|
7157
7162
|
const i = this.clone();
|
|
@@ -7159,7 +7164,7 @@ class Rt extends Set {
|
|
|
7159
7164
|
}
|
|
7160
7165
|
}
|
|
7161
7166
|
function ke(n, e = /* @__PURE__ */ new Map()) {
|
|
7162
|
-
if (
|
|
7167
|
+
if (Pt(n) || !n || typeof n != "object") return n;
|
|
7163
7168
|
if (e.has(n)) return e.get(n);
|
|
7164
7169
|
let t;
|
|
7165
7170
|
if (n instanceof Date)
|
|
@@ -7225,8 +7230,8 @@ function Ji(n, e) {
|
|
|
7225
7230
|
}
|
|
7226
7231
|
class be {
|
|
7227
7232
|
constructor(e) {
|
|
7228
|
-
this.type = void 0, this.deps = [], this.tests = void 0, this.transforms = void 0, this.conditions = [], this._mutate = void 0, this.internalTests = {}, this._whitelist = new
|
|
7229
|
-
this.typeError(
|
|
7233
|
+
this.type = void 0, this.deps = [], this.tests = void 0, this.transforms = void 0, this.conditions = [], this._mutate = void 0, this.internalTests = {}, this._whitelist = new Et(), this._blacklist = new Et(), this.exclusiveTests = /* @__PURE__ */ Object.create(null), this._typeCheck = void 0, this.spec = void 0, this.tests = [], this.transforms = [], this.withMutation(() => {
|
|
7234
|
+
this.typeError(ye.notType);
|
|
7230
7235
|
}), this.type = e.type, this._typeCheck = e.check, this.spec = Object.assign({
|
|
7231
7236
|
strip: !1,
|
|
7232
7237
|
strict: !1,
|
|
@@ -7376,9 +7381,9 @@ attempted value: ${o}
|
|
|
7376
7381
|
schema: this
|
|
7377
7382
|
};
|
|
7378
7383
|
for (let b = 0; b < a.length; b++) {
|
|
7379
|
-
const
|
|
7380
|
-
|
|
7381
|
-
|
|
7384
|
+
const h = a[b];
|
|
7385
|
+
h(m, c, function(A) {
|
|
7386
|
+
A && (Array.isArray(A) ? p.push(...A) : p.push(A)), --g <= 0 && f(p);
|
|
7382
7387
|
});
|
|
7383
7388
|
}
|
|
7384
7389
|
}
|
|
@@ -7495,16 +7500,16 @@ attempted value: ${o}
|
|
|
7495
7500
|
optional() {
|
|
7496
7501
|
return this.optionality(!0);
|
|
7497
7502
|
}
|
|
7498
|
-
defined(e =
|
|
7503
|
+
defined(e = ye.defined) {
|
|
7499
7504
|
return this.optionality(!1, e);
|
|
7500
7505
|
}
|
|
7501
7506
|
nullable() {
|
|
7502
7507
|
return this.nullability(!0);
|
|
7503
7508
|
}
|
|
7504
|
-
nonNullable(e =
|
|
7509
|
+
nonNullable(e = ye.notNull) {
|
|
7505
7510
|
return this.nullability(!1, e);
|
|
7506
7511
|
}
|
|
7507
|
-
required(e =
|
|
7512
|
+
required(e = ye.required) {
|
|
7508
7513
|
return this.clone().withMutation((t) => t.nonNullable(e).defined(e));
|
|
7509
7514
|
}
|
|
7510
7515
|
notRequired() {
|
|
@@ -7538,7 +7543,7 @@ attempted value: ${o}
|
|
|
7538
7543
|
name: e[0],
|
|
7539
7544
|
message: e[1],
|
|
7540
7545
|
test: e[2]
|
|
7541
|
-
}, t.message === void 0 && (t.message =
|
|
7546
|
+
}, t.message === void 0 && (t.message = ye.default), typeof t.test != "function") throw new TypeError("`test` is a required parameters");
|
|
7542
7547
|
let i = this.clone(), r = Me(t), a = t.exclusive || t.name && i.exclusiveTests[t.name] === !0;
|
|
7543
7548
|
if (t.exclusive && !t.name)
|
|
7544
7549
|
throw new TypeError("Exclusive tests must provide a unique `name` identifying the test");
|
|
@@ -7549,7 +7554,7 @@ attempted value: ${o}
|
|
|
7549
7554
|
let i = this.clone(), r = Xi(e).map((a) => new Ne(a));
|
|
7550
7555
|
return r.forEach((a) => {
|
|
7551
7556
|
a.isSibling && i.deps.push(a.key);
|
|
7552
|
-
}), i.conditions.push(typeof t == "function" ? new
|
|
7557
|
+
}), i.conditions.push(typeof t == "function" ? new Rt(r, t) : Rt.fromOptions(r, t)), i;
|
|
7553
7558
|
}
|
|
7554
7559
|
typeError(e) {
|
|
7555
7560
|
let t = this.clone();
|
|
@@ -7566,7 +7571,7 @@ attempted value: ${o}
|
|
|
7566
7571
|
}
|
|
7567
7572
|
}), t;
|
|
7568
7573
|
}
|
|
7569
|
-
oneOf(e, t =
|
|
7574
|
+
oneOf(e, t = ye.oneOf) {
|
|
7570
7575
|
let i = this.clone();
|
|
7571
7576
|
return e.forEach((r) => {
|
|
7572
7577
|
i._whitelist.add(r), i._blacklist.delete(r);
|
|
@@ -7585,7 +7590,7 @@ attempted value: ${o}
|
|
|
7585
7590
|
}
|
|
7586
7591
|
}), i;
|
|
7587
7592
|
}
|
|
7588
|
-
notOneOf(e, t =
|
|
7593
|
+
notOneOf(e, t = ye.notOneOf) {
|
|
7589
7594
|
let i = this.clone();
|
|
7590
7595
|
return e.forEach((r) => {
|
|
7591
7596
|
i._blacklist.add(r), i._whitelist.delete(r);
|
|
@@ -7759,24 +7764,24 @@ function cn(n) {
|
|
|
7759
7764
|
var e, t;
|
|
7760
7765
|
const i = gc.exec(n);
|
|
7761
7766
|
return i ? {
|
|
7762
|
-
year:
|
|
7763
|
-
month:
|
|
7764
|
-
day:
|
|
7765
|
-
hour:
|
|
7766
|
-
minute:
|
|
7767
|
-
second:
|
|
7767
|
+
year: xe(i[1]),
|
|
7768
|
+
month: xe(i[2], 1) - 1,
|
|
7769
|
+
day: xe(i[3], 1),
|
|
7770
|
+
hour: xe(i[4]),
|
|
7771
|
+
minute: xe(i[5]),
|
|
7772
|
+
second: xe(i[6]),
|
|
7768
7773
|
millisecond: i[7] ? (
|
|
7769
7774
|
// allow arbitrary sub-second precision beyond milliseconds
|
|
7770
|
-
|
|
7775
|
+
xe(i[7].substring(0, 3))
|
|
7771
7776
|
) : 0,
|
|
7772
7777
|
precision: (e = (t = i[7]) == null ? void 0 : t.length) != null ? e : void 0,
|
|
7773
7778
|
z: i[8] || void 0,
|
|
7774
7779
|
plusMinus: i[9] || void 0,
|
|
7775
|
-
hourOffset:
|
|
7776
|
-
minuteOffset:
|
|
7780
|
+
hourOffset: xe(i[10]),
|
|
7781
|
+
minuteOffset: xe(i[11])
|
|
7777
7782
|
} : null;
|
|
7778
7783
|
}
|
|
7779
|
-
function
|
|
7784
|
+
function xe(n, e = 0) {
|
|
7780
7785
|
return Number(n) || e;
|
|
7781
7786
|
}
|
|
7782
7787
|
let hc = (
|
|
@@ -7785,8 +7790,8 @@ let hc = (
|
|
|
7785
7790
|
), mc = (
|
|
7786
7791
|
// eslint-disable-next-line
|
|
7787
7792
|
/^((https?|ftp):)?\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i
|
|
7788
|
-
), vc = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i, Ic = "^\\d{4}-\\d{2}-\\d{2}",
|
|
7789
|
-
function
|
|
7793
|
+
), vc = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i, Ic = "^\\d{4}-\\d{2}-\\d{2}", yc = "\\d{2}:\\d{2}:\\d{2}", xc = "(([+-]\\d{2}(:?\\d{2})?)|Z)", Cc = new RegExp(`${Ic}T${yc}(\\.\\d+)?${xc}$`), Ac = (n) => me(n) || n === n.trim(), Sc = {}.toString();
|
|
7794
|
+
function ft() {
|
|
7790
7795
|
return new $i();
|
|
7791
7796
|
}
|
|
7792
7797
|
class $i extends be {
|
|
@@ -7806,7 +7811,7 @@ class $i extends be {
|
|
|
7806
7811
|
}
|
|
7807
7812
|
required(e) {
|
|
7808
7813
|
return super.required(e).withMutation((t) => t.test({
|
|
7809
|
-
message: e ||
|
|
7814
|
+
message: e || ye.required,
|
|
7810
7815
|
name: "required",
|
|
7811
7816
|
skipAbsent: !0,
|
|
7812
7817
|
test: (i) => !!i.length
|
|
@@ -7960,7 +7965,7 @@ class $i extends be {
|
|
|
7960
7965
|
});
|
|
7961
7966
|
}
|
|
7962
7967
|
}
|
|
7963
|
-
|
|
7968
|
+
ft.prototype = $i.prototype;
|
|
7964
7969
|
let Rc = (n) => n != +n;
|
|
7965
7970
|
function Ui() {
|
|
7966
7971
|
return new Qi();
|
|
@@ -8129,7 +8134,7 @@ function Fc(n, e = []) {
|
|
|
8129
8134
|
}
|
|
8130
8135
|
for (const o of Object.keys(n)) {
|
|
8131
8136
|
let u = n[o];
|
|
8132
|
-
i.add(o), Ne.isRef(u) && u.isSibling ? a(u.path, o) :
|
|
8137
|
+
i.add(o), Ne.isRef(u) && u.isSibling ? a(u.path, o) : Pt(u) && "deps" in u && u.deps.forEach((s) => a(s, o));
|
|
8133
8138
|
}
|
|
8134
8139
|
return nc.array(Array.from(i), t).reverse();
|
|
8135
8140
|
}
|
|
@@ -8154,19 +8159,19 @@ const Ki = (n, e, t) => {
|
|
|
8154
8159
|
}
|
|
8155
8160
|
return t.isType(i) ? i : n;
|
|
8156
8161
|
};
|
|
8157
|
-
function
|
|
8162
|
+
function pt(n) {
|
|
8158
8163
|
if ("fields" in n) {
|
|
8159
8164
|
const e = {};
|
|
8160
8165
|
for (const [t, i] of Object.entries(n.fields))
|
|
8161
|
-
e[t] =
|
|
8166
|
+
e[t] = pt(i);
|
|
8162
8167
|
return n.setFields(e);
|
|
8163
8168
|
}
|
|
8164
8169
|
if (n.type === "array") {
|
|
8165
8170
|
const e = n.optional();
|
|
8166
|
-
return e.innerType && (e.innerType =
|
|
8171
|
+
return e.innerType && (e.innerType = pt(e.innerType)), e;
|
|
8167
8172
|
}
|
|
8168
8173
|
return n.type === "tuple" ? n.optional().clone({
|
|
8169
|
-
types: n.spec.types.map(
|
|
8174
|
+
types: n.spec.types.map(pt)
|
|
8170
8175
|
}) : "optional" in n ? n.optional() : n;
|
|
8171
8176
|
}
|
|
8172
8177
|
const wc = (n, e) => {
|
|
@@ -8213,12 +8218,12 @@ class eo extends be {
|
|
|
8213
8218
|
context: t.context,
|
|
8214
8219
|
parent: s
|
|
8215
8220
|
});
|
|
8216
|
-
let
|
|
8217
|
-
if (
|
|
8221
|
+
let h = g instanceof be ? g.spec : void 0, v = h == null ? void 0 : h.strict;
|
|
8222
|
+
if (h != null && h.strip) {
|
|
8218
8223
|
c = c || f in r;
|
|
8219
8224
|
continue;
|
|
8220
8225
|
}
|
|
8221
|
-
b = !t.__validating || !
|
|
8226
|
+
b = !t.__validating || !v ? g.cast(m, l) : m, b !== void 0 && (s[f] = b);
|
|
8222
8227
|
} else p && !o && (s[f] = m);
|
|
8223
8228
|
(p !== f in s || s[f] !== m) && (c = !0);
|
|
8224
8229
|
}
|
|
@@ -8308,7 +8313,7 @@ class eo extends be {
|
|
|
8308
8313
|
return this.setFields(e);
|
|
8309
8314
|
}
|
|
8310
8315
|
deepPartial() {
|
|
8311
|
-
return
|
|
8316
|
+
return pt(this);
|
|
8312
8317
|
}
|
|
8313
8318
|
pick(e) {
|
|
8314
8319
|
const t = {};
|
|
@@ -8341,7 +8346,7 @@ class eo extends be {
|
|
|
8341
8346
|
return this.test({
|
|
8342
8347
|
name: "exact",
|
|
8343
8348
|
exclusive: !0,
|
|
8344
|
-
message: e ||
|
|
8349
|
+
message: e || ct.exact,
|
|
8345
8350
|
test(t) {
|
|
8346
8351
|
if (t == null) return !0;
|
|
8347
8352
|
const i = Ir(this.schema, t);
|
|
@@ -8358,7 +8363,7 @@ class eo extends be {
|
|
|
8358
8363
|
noUnknown: !0
|
|
8359
8364
|
});
|
|
8360
8365
|
}
|
|
8361
|
-
noUnknown(e = !0, t =
|
|
8366
|
+
noUnknown(e = !0, t = ct.noUnknown) {
|
|
8362
8367
|
typeof e != "boolean" && (t = e, e = !0);
|
|
8363
8368
|
let i = this.test({
|
|
8364
8369
|
name: "noUnknown",
|
|
@@ -8376,7 +8381,7 @@ class eo extends be {
|
|
|
8376
8381
|
});
|
|
8377
8382
|
return i.spec.noUnknown = e, i;
|
|
8378
8383
|
}
|
|
8379
|
-
unknown(e = !0, t =
|
|
8384
|
+
unknown(e = !0, t = ct.noUnknown) {
|
|
8380
8385
|
return this.noUnknown(!e, t);
|
|
8381
8386
|
}
|
|
8382
8387
|
transformKeys(e) {
|
|
@@ -8488,12 +8493,12 @@ class to extends be {
|
|
|
8488
8493
|
}
|
|
8489
8494
|
of(e) {
|
|
8490
8495
|
let t = this.clone();
|
|
8491
|
-
if (!
|
|
8496
|
+
if (!Pt(e)) throw new TypeError("`array.of()` sub-schema must be a valid yup schema not: " + Ae(e));
|
|
8492
8497
|
return t.innerType = e, t.spec = Object.assign({}, t.spec, {
|
|
8493
8498
|
types: e
|
|
8494
8499
|
}), t;
|
|
8495
8500
|
}
|
|
8496
|
-
length(e, t =
|
|
8501
|
+
length(e, t = dt.length) {
|
|
8497
8502
|
return this.test({
|
|
8498
8503
|
message: t,
|
|
8499
8504
|
name: "length",
|
|
@@ -8508,7 +8513,7 @@ class to extends be {
|
|
|
8508
8513
|
});
|
|
8509
8514
|
}
|
|
8510
8515
|
min(e, t) {
|
|
8511
|
-
return t = t ||
|
|
8516
|
+
return t = t || dt.min, this.test({
|
|
8512
8517
|
message: t,
|
|
8513
8518
|
name: "min",
|
|
8514
8519
|
exclusive: !0,
|
|
@@ -8523,7 +8528,7 @@ class to extends be {
|
|
|
8523
8528
|
});
|
|
8524
8529
|
}
|
|
8525
8530
|
max(e, t) {
|
|
8526
|
-
return t = t ||
|
|
8531
|
+
return t = t || dt.max, this.test({
|
|
8527
8532
|
message: t,
|
|
8528
8533
|
name: "max",
|
|
8529
8534
|
exclusive: !0,
|
|
@@ -8578,8 +8583,8 @@ class Gc {
|
|
|
8578
8583
|
}
|
|
8579
8584
|
const Bc = new Gc(), Vc = 8, ee = {
|
|
8580
8585
|
wrapper: (n) => ({
|
|
8581
|
-
border: `1px solid ${n ?
|
|
8582
|
-
borderRadius:
|
|
8586
|
+
border: `1px solid ${n ? R.BORDER_COLOR_ERROR : R.BORDER_COLOR}`,
|
|
8587
|
+
borderRadius: R.BORDER_RADIUS,
|
|
8583
8588
|
overflow: "hidden",
|
|
8584
8589
|
background: "#fff",
|
|
8585
8590
|
fontSize: 13
|
|
@@ -8789,7 +8794,7 @@ const Bc = new Gc(), Vc = 8, ee = {
|
|
|
8789
8794
|
color: "rgba(0,0,0,0.87)"
|
|
8790
8795
|
}
|
|
8791
8796
|
};
|
|
8792
|
-
function
|
|
8797
|
+
function yr({ checked: n, onChange: e, indeterminate: t, disabled: i }) {
|
|
8793
8798
|
const r = H(null);
|
|
8794
8799
|
return q(() => {
|
|
8795
8800
|
r.current && (r.current.indeterminate = !!t);
|
|
@@ -8853,30 +8858,30 @@ function Dc({ selected: n, onRemove: e, onClose: t }) {
|
|
|
8853
8858
|
] }) });
|
|
8854
8859
|
}
|
|
8855
8860
|
function Nc({ field: n, value: e, onChange: t, onBlur: i, error: r, touched: a }) {
|
|
8856
|
-
const o = n, u = !!(a && r), s = o.isMulti ?? !1, l = o.pageSize ?? Vc, c = o.id ?? o.name ?? "", [f, g] = L(""), [p, m] = L(1), [b,
|
|
8861
|
+
const o = n, u = !!(a && r), s = o.isMulti ?? !1, l = o.pageSize ?? Vc, c = o.id ?? o.name ?? "", [f, g] = L(""), [p, m] = L(1), [b, h] = L([]), [v, A] = L(!1), [C, I] = L(!1), [x, y] = L(null), [S, w] = L(!1), B = H(null), M = H(0), F = H(!0);
|
|
8857
8862
|
q(() => () => {
|
|
8858
8863
|
F.current = !1, B.current && clearTimeout(B.current);
|
|
8859
8864
|
}, []);
|
|
8860
8865
|
const D = s ? Array.isArray(e) ? e : [] : e ? [e] : [], G = D.length, W = z(
|
|
8861
|
-
(
|
|
8862
|
-
if (o.fetchOptions) return o.fetchOptions(
|
|
8866
|
+
(T, k) => {
|
|
8867
|
+
if (o.fetchOptions) return o.fetchOptions(T, k);
|
|
8863
8868
|
if (o.dataSource) {
|
|
8864
8869
|
const $ = Bc.get(o.dataSource);
|
|
8865
|
-
return $ ? $.fetch(
|
|
8870
|
+
return $ ? $.fetch(T, k) : Promise.reject(new Error(`[FlowForge] DataSource "${o.dataSource}" is not registered.`));
|
|
8866
8871
|
}
|
|
8867
8872
|
return Promise.reject(new Error(`[FlowForge] table-picker "${o.id}" requires fetchOptions or dataSource.`));
|
|
8868
8873
|
},
|
|
8869
8874
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
8870
8875
|
[o.fetchOptions, o.dataSource, o.id]
|
|
8871
8876
|
), V = z(
|
|
8872
|
-
(
|
|
8877
|
+
(T, k) => {
|
|
8873
8878
|
const $ = ++M.current;
|
|
8874
|
-
|
|
8875
|
-
!F.current || $ !== M.current || (
|
|
8879
|
+
I(!0), W(T, k).then((_) => {
|
|
8880
|
+
!F.current || $ !== M.current || (h(_.options.slice(0, l)), A(_.hasNextPage));
|
|
8876
8881
|
}).catch(() => {
|
|
8877
|
-
!F.current || $ !== M.current || (
|
|
8882
|
+
!F.current || $ !== M.current || (h([]), A(!1));
|
|
8878
8883
|
}).finally(() => {
|
|
8879
|
-
!F.current || $ !== M.current ||
|
|
8884
|
+
!F.current || $ !== M.current || I(!1);
|
|
8880
8885
|
});
|
|
8881
8886
|
},
|
|
8882
8887
|
[W, l]
|
|
@@ -8884,37 +8889,37 @@ function Nc({ field: n, value: e, onChange: t, onBlur: i, error: r, touched: a }
|
|
|
8884
8889
|
q(() => {
|
|
8885
8890
|
V("", 1);
|
|
8886
8891
|
}, []);
|
|
8887
|
-
const j = (
|
|
8888
|
-
const k =
|
|
8892
|
+
const j = (T) => {
|
|
8893
|
+
const k = T.target.value;
|
|
8889
8894
|
g(k), m(1), B.current && clearTimeout(B.current), B.current = setTimeout(() => V(k, 1), 300);
|
|
8890
|
-
}, Q = (
|
|
8895
|
+
}, Q = (T) => {
|
|
8891
8896
|
if (s) {
|
|
8892
|
-
const k = Array.isArray(e) ? e : [], $ = k.some((_) => _.value ===
|
|
8893
|
-
t($ ? k.filter((_) => _.value !==
|
|
8897
|
+
const k = Array.isArray(e) ? e : [], $ = k.some((_) => _.value === T.value);
|
|
8898
|
+
t($ ? k.filter((_) => _.value !== T.value) : [...k, T]);
|
|
8894
8899
|
} else
|
|
8895
|
-
t((e == null ? void 0 : e.value) ===
|
|
8900
|
+
t((e == null ? void 0 : e.value) === T.value ? null : T);
|
|
8896
8901
|
i == null || i();
|
|
8897
8902
|
}, U = () => {
|
|
8898
8903
|
if (!s) return;
|
|
8899
|
-
const
|
|
8900
|
-
if (b.every(($) =>
|
|
8901
|
-
t(
|
|
8904
|
+
const T = Array.isArray(e) ? e : [];
|
|
8905
|
+
if (b.every(($) => T.some((_) => _.value === $.value)))
|
|
8906
|
+
t(T.filter(($) => !b.some((_) => _.value === $.value)));
|
|
8902
8907
|
else {
|
|
8903
|
-
const $ = b.filter((_) => !
|
|
8904
|
-
t([...
|
|
8908
|
+
const $ = b.filter((_) => !T.some((oe) => oe.value === _.value));
|
|
8909
|
+
t([...T, ...$]);
|
|
8905
8910
|
}
|
|
8906
|
-
}, re = (
|
|
8911
|
+
}, re = (T) => {
|
|
8907
8912
|
if (s) {
|
|
8908
|
-
const $ = (Array.isArray(e) ? e : []).filter((_) => _.value !==
|
|
8909
|
-
t($), $.length === 0 &&
|
|
8913
|
+
const $ = (Array.isArray(e) ? e : []).filter((_) => _.value !== T);
|
|
8914
|
+
t($), $.length === 0 && w(!1);
|
|
8910
8915
|
} else
|
|
8911
|
-
t(null),
|
|
8916
|
+
t(null), w(!1);
|
|
8912
8917
|
i == null || i();
|
|
8913
8918
|
}, ie = o.columns.length + 1, E = b.length > 0 && b.every(
|
|
8914
|
-
(
|
|
8919
|
+
(T) => D.some((k) => k.value === T.value)
|
|
8915
8920
|
), P = b.some(
|
|
8916
|
-
(
|
|
8917
|
-
), Z = (
|
|
8921
|
+
(T) => D.some((k) => k.value === T.value)
|
|
8922
|
+
), Z = (T) => D.some((k) => k.value === T.value);
|
|
8918
8923
|
return /* @__PURE__ */ O("div", { style: { marginBottom: 16 }, children: [
|
|
8919
8924
|
/* @__PURE__ */ d(
|
|
8920
8925
|
le,
|
|
@@ -8934,7 +8939,7 @@ function Nc({ field: n, value: e, onChange: t, onBlur: i, error: r, touched: a }
|
|
|
8934
8939
|
{
|
|
8935
8940
|
type: "button",
|
|
8936
8941
|
style: ee.selectedLink,
|
|
8937
|
-
onClick: () =>
|
|
8942
|
+
onClick: () => w(!0),
|
|
8938
8943
|
children: [
|
|
8939
8944
|
G,
|
|
8940
8945
|
" ",
|
|
@@ -8961,18 +8966,18 @@ function Nc({ field: n, value: e, onChange: t, onBlur: i, error: r, touched: a }
|
|
|
8961
8966
|
/* @__PURE__ */ d("div", { style: { overflowX: "auto" }, children: /* @__PURE__ */ O("table", { style: ee.table, children: [
|
|
8962
8967
|
/* @__PURE__ */ d("thead", { style: ee.thead, children: /* @__PURE__ */ O("tr", { children: [
|
|
8963
8968
|
/* @__PURE__ */ d("th", { style: ee.checkTh, children: s && /* @__PURE__ */ d(
|
|
8964
|
-
|
|
8969
|
+
yr,
|
|
8965
8970
|
{
|
|
8966
8971
|
checked: E,
|
|
8967
8972
|
indeterminate: !E && P,
|
|
8968
8973
|
onChange: U,
|
|
8969
|
-
disabled:
|
|
8974
|
+
disabled: C || b.length === 0
|
|
8970
8975
|
}
|
|
8971
8976
|
) }),
|
|
8972
|
-
o.columns.map((
|
|
8977
|
+
o.columns.map((T) => /* @__PURE__ */ d("th", { style: ee.th(T.width), children: T.label }, T.key))
|
|
8973
8978
|
] }) }),
|
|
8974
|
-
/* @__PURE__ */ d("tbody", { children:
|
|
8975
|
-
const k = Z(
|
|
8979
|
+
/* @__PURE__ */ d("tbody", { children: C ? /* @__PURE__ */ d("tr", { children: /* @__PURE__ */ d("td", { colSpan: ie, style: ee.statusRow, children: "Loading…" }) }) : b.length === 0 ? /* @__PURE__ */ d("tr", { children: /* @__PURE__ */ d("td", { colSpan: ie, style: ee.statusRow, children: "No results found" }) }) : b.map((T) => {
|
|
8980
|
+
const k = Z(T), $ = x === T.value;
|
|
8976
8981
|
return /* @__PURE__ */ O(
|
|
8977
8982
|
"tr",
|
|
8978
8983
|
{
|
|
@@ -8981,32 +8986,32 @@ function Nc({ field: n, value: e, onChange: t, onBlur: i, error: r, touched: a }
|
|
|
8981
8986
|
background: k ? "rgba(25,118,210,0.06)" : $ ? "rgba(0,0,0,0.03)" : "#fff",
|
|
8982
8987
|
transition: "background 0.1s"
|
|
8983
8988
|
},
|
|
8984
|
-
onClick: () => Q(
|
|
8985
|
-
onMouseEnter: () =>
|
|
8986
|
-
onMouseLeave: () =>
|
|
8989
|
+
onClick: () => Q(T),
|
|
8990
|
+
onMouseEnter: () => y(T.value),
|
|
8991
|
+
onMouseLeave: () => y(null),
|
|
8987
8992
|
"aria-selected": k,
|
|
8988
8993
|
children: [
|
|
8989
8994
|
/* @__PURE__ */ d("td", { style: ee.checkTd, children: s ? /* @__PURE__ */ d(
|
|
8990
|
-
|
|
8995
|
+
yr,
|
|
8991
8996
|
{
|
|
8992
8997
|
checked: k,
|
|
8993
|
-
onChange: () => Q(
|
|
8998
|
+
onChange: () => Q(T)
|
|
8994
8999
|
}
|
|
8995
9000
|
) : /* @__PURE__ */ d(
|
|
8996
9001
|
"input",
|
|
8997
9002
|
{
|
|
8998
9003
|
type: "radio",
|
|
8999
9004
|
checked: k,
|
|
9000
|
-
onChange: () => Q(
|
|
9005
|
+
onChange: () => Q(T),
|
|
9001
9006
|
onClick: (_) => _.stopPropagation(),
|
|
9002
9007
|
name: c,
|
|
9003
9008
|
style: { accentColor: "#1976d2", width: 16, height: 16, cursor: "pointer" }
|
|
9004
9009
|
}
|
|
9005
9010
|
) }),
|
|
9006
|
-
o.columns.map((_) => /* @__PURE__ */ d("td", { style: ee.td, children: String(
|
|
9011
|
+
o.columns.map((_) => /* @__PURE__ */ d("td", { style: ee.td, children: String(T[_.key] ?? "") }, _.key))
|
|
9007
9012
|
]
|
|
9008
9013
|
},
|
|
9009
|
-
|
|
9014
|
+
T.value
|
|
9010
9015
|
);
|
|
9011
9016
|
}) })
|
|
9012
9017
|
] }) }),
|
|
@@ -9018,8 +9023,8 @@ function Nc({ field: n, value: e, onChange: t, onBlur: i, error: r, touched: a }
|
|
|
9018
9023
|
{
|
|
9019
9024
|
type: "button",
|
|
9020
9025
|
onClick: () => {
|
|
9021
|
-
const
|
|
9022
|
-
m(
|
|
9026
|
+
const T = p - 1;
|
|
9027
|
+
m(T), V(f, T);
|
|
9023
9028
|
},
|
|
9024
9029
|
disabled: p <= 1,
|
|
9025
9030
|
style: ee.pageBtn(p <= 1),
|
|
@@ -9032,11 +9037,11 @@ function Nc({ field: n, value: e, onChange: t, onBlur: i, error: r, touched: a }
|
|
|
9032
9037
|
{
|
|
9033
9038
|
type: "button",
|
|
9034
9039
|
onClick: () => {
|
|
9035
|
-
const
|
|
9036
|
-
m(
|
|
9040
|
+
const T = p + 1;
|
|
9041
|
+
m(T), V(f, T);
|
|
9037
9042
|
},
|
|
9038
|
-
disabled: !
|
|
9039
|
-
style: ee.pageBtn(!
|
|
9043
|
+
disabled: !v,
|
|
9044
|
+
style: ee.pageBtn(!v),
|
|
9040
9045
|
"aria-label": "Next page",
|
|
9041
9046
|
children: "›"
|
|
9042
9047
|
}
|
|
@@ -9051,7 +9056,7 @@ function Nc({ field: n, value: e, onChange: t, onBlur: i, error: r, touched: a }
|
|
|
9051
9056
|
{
|
|
9052
9057
|
selected: D,
|
|
9053
9058
|
onRemove: re,
|
|
9054
|
-
onClose: () =>
|
|
9059
|
+
onClose: () => w(!1)
|
|
9055
9060
|
}
|
|
9056
9061
|
)
|
|
9057
9062
|
] });
|
|
@@ -9191,7 +9196,7 @@ function Nn(n) {
|
|
|
9191
9196
|
let u = fn();
|
|
9192
9197
|
t.required && (u = u.min(1, `${t.label ?? i} is required`)), r = u;
|
|
9193
9198
|
} else {
|
|
9194
|
-
let u =
|
|
9199
|
+
let u = ft();
|
|
9195
9200
|
t.required && (u = u.required(`${t.label ?? i} is required`)), r = u;
|
|
9196
9201
|
}
|
|
9197
9202
|
break;
|
|
@@ -9221,13 +9226,13 @@ function Nn(n) {
|
|
|
9221
9226
|
case "date":
|
|
9222
9227
|
case "datetime":
|
|
9223
9228
|
case "time": {
|
|
9224
|
-
let o =
|
|
9229
|
+
let o = ft();
|
|
9225
9230
|
t.required && (o = o.required(`${t.label ?? i} is required`)), r = o;
|
|
9226
9231
|
break;
|
|
9227
9232
|
}
|
|
9228
9233
|
default: {
|
|
9229
9234
|
const o = t.inputType;
|
|
9230
|
-
let u =
|
|
9235
|
+
let u = ft();
|
|
9231
9236
|
o === "email" ? u = u.email(`${t.label ?? i} must be a valid email address`) : o === "url" && (u = u.url(`${t.label ?? i} must be a valid URL`));
|
|
9232
9237
|
const s = t.minLength, l = t.maxLength;
|
|
9233
9238
|
s != null && (u = u.min(s, `${t.label ?? i} must be at least ${s} characters`)), l != null && (u = u.max(l, `${t.label ?? i} must be at most ${l} characters`)), t.required && (u = u.trim().required(`${t.label ?? i} is required`)), r = u;
|
|
@@ -9238,12 +9243,12 @@ function Nn(n) {
|
|
|
9238
9243
|
}
|
|
9239
9244
|
return dn().shape(e);
|
|
9240
9245
|
}
|
|
9241
|
-
const
|
|
9246
|
+
const lt = "__ff_field__";
|
|
9242
9247
|
function Mc(n) {
|
|
9243
|
-
const e = { ...n, id:
|
|
9248
|
+
const e = { ...n, id: lt, name: lt }, t = Nn([e]);
|
|
9244
9249
|
return async (i) => {
|
|
9245
9250
|
try {
|
|
9246
|
-
await t.validateAt(
|
|
9251
|
+
await t.validateAt(lt, { [lt]: i });
|
|
9247
9252
|
return;
|
|
9248
9253
|
} catch (r) {
|
|
9249
9254
|
return r instanceof ce ? r.message : "Invalid";
|
|
@@ -9287,7 +9292,7 @@ function kc(n, e) {
|
|
|
9287
9292
|
}
|
|
9288
9293
|
};
|
|
9289
9294
|
}
|
|
9290
|
-
function
|
|
9295
|
+
function Hc({
|
|
9291
9296
|
field: n,
|
|
9292
9297
|
pathPrefix: e,
|
|
9293
9298
|
depth: t,
|
|
@@ -9300,9 +9305,9 @@ function zc({
|
|
|
9300
9305
|
renderFieldRouter: l,
|
|
9301
9306
|
item: c
|
|
9302
9307
|
}) {
|
|
9303
|
-
const [f, g] = L(!0), p = n.children ?? [], m = ro(p), b = Wc(n, e),
|
|
9308
|
+
const [f, g] = L(!0), p = n.children ?? [], m = ro(p), b = Wc(n, e), h = typeof n.helperText == "string" ? n.helperText : void 0, v = `${m} field${m === 1 ? "" : "s"}`;
|
|
9304
9309
|
return /* @__PURE__ */ O(N, { sx: Xc(t, s), children: [
|
|
9305
|
-
/* @__PURE__ */ O(N, { onClick: () => g((
|
|
9310
|
+
/* @__PURE__ */ O(N, { onClick: () => g((A) => !A), sx: kc(t, f), children: [
|
|
9306
9311
|
/* @__PURE__ */ d(
|
|
9307
9312
|
N,
|
|
9308
9313
|
{
|
|
@@ -9338,7 +9343,7 @@ function zc({
|
|
|
9338
9343
|
/* @__PURE__ */ d(
|
|
9339
9344
|
Bo,
|
|
9340
9345
|
{
|
|
9341
|
-
label:
|
|
9346
|
+
label: v,
|
|
9342
9347
|
size: "small",
|
|
9343
9348
|
sx: {
|
|
9344
9349
|
height: 20,
|
|
@@ -9351,7 +9356,7 @@ function zc({
|
|
|
9351
9356
|
}
|
|
9352
9357
|
)
|
|
9353
9358
|
] }),
|
|
9354
|
-
|
|
9359
|
+
h && /* @__PURE__ */ d(
|
|
9355
9360
|
de,
|
|
9356
9361
|
{
|
|
9357
9362
|
sx: {
|
|
@@ -9361,7 +9366,7 @@ function zc({
|
|
|
9361
9366
|
color: "#6c757d",
|
|
9362
9367
|
overflowWrap: "anywhere"
|
|
9363
9368
|
},
|
|
9364
|
-
children:
|
|
9369
|
+
children: h
|
|
9365
9370
|
}
|
|
9366
9371
|
)
|
|
9367
9372
|
] })
|
|
@@ -9380,11 +9385,11 @@ function zc({
|
|
|
9380
9385
|
sx: {
|
|
9381
9386
|
pl: t === 0 ? 0 : t === 1 ? 1 : 0
|
|
9382
9387
|
},
|
|
9383
|
-
children: p.map((
|
|
9384
|
-
const
|
|
9388
|
+
children: p.map((A) => {
|
|
9389
|
+
const C = A.id ?? A.name ?? "", I = e ? `${e}.${C}` : C;
|
|
9385
9390
|
return l({
|
|
9386
|
-
field:
|
|
9387
|
-
pathPrefix:
|
|
9391
|
+
field: A,
|
|
9392
|
+
pathPrefix: I,
|
|
9388
9393
|
depth: t + 1,
|
|
9389
9394
|
values: i,
|
|
9390
9395
|
errors: r,
|
|
@@ -9404,9 +9409,9 @@ function zc({
|
|
|
9404
9409
|
)
|
|
9405
9410
|
] });
|
|
9406
9411
|
}
|
|
9407
|
-
const
|
|
9412
|
+
const zc = Ot(null);
|
|
9408
9413
|
function Zc() {
|
|
9409
|
-
return
|
|
9414
|
+
return Ft(zc);
|
|
9410
9415
|
}
|
|
9411
9416
|
function _c({
|
|
9412
9417
|
field: n,
|
|
@@ -9420,12 +9425,12 @@ function _c({
|
|
|
9420
9425
|
compact: s,
|
|
9421
9426
|
renderFieldRouter: l
|
|
9422
9427
|
}) {
|
|
9423
|
-
var
|
|
9424
|
-
const c = n.tabs ?? [], [f, g] = L(((
|
|
9428
|
+
var w;
|
|
9429
|
+
const c = n.tabs ?? [], [f, g] = L(((w = c[0]) == null ? void 0 : w.id) ?? "");
|
|
9425
9430
|
q(() => {
|
|
9426
9431
|
c.length !== 0 && (c.some((B) => B.id === f) || g(c[0].id));
|
|
9427
9432
|
}, [c, f]);
|
|
9428
|
-
const p = Zc(), m = n.id ?? n.name ?? "", b = n.variant ?? "line",
|
|
9433
|
+
const p = Zc(), m = n.id ?? n.name ?? "", b = n.variant ?? "line", h = n.alignment ?? "left", v = n.height ?? "auto", A = n.margin ?? "normal", C = n.activeColor ?? "#6366f1", I = n.activeTextColor ?? (b === "pill" ? "#ffffff" : C), x = n.inactiveTextColor ?? "#64748b", y = {
|
|
9429
9434
|
left: "flex-start",
|
|
9430
9435
|
"center-left": "flex-start",
|
|
9431
9436
|
center: "center",
|
|
@@ -9440,14 +9445,14 @@ function _c({
|
|
|
9440
9445
|
] });
|
|
9441
9446
|
const S = c.find((B) => B.id === f) ?? c[0];
|
|
9442
9447
|
return /* @__PURE__ */ O(N, { sx: {
|
|
9443
|
-
mb:
|
|
9444
|
-
height:
|
|
9445
|
-
display:
|
|
9446
|
-
flexDirection:
|
|
9448
|
+
mb: A === "none" ? 0 : void 0,
|
|
9449
|
+
height: v === "fixed" ? 400 : void 0,
|
|
9450
|
+
display: v === "fixed" ? "flex" : void 0,
|
|
9451
|
+
flexDirection: v === "fixed" ? "column" : void 0
|
|
9447
9452
|
}, children: [
|
|
9448
9453
|
/* @__PURE__ */ d(N, { sx: {
|
|
9449
9454
|
display: "flex",
|
|
9450
|
-
justifyContent:
|
|
9455
|
+
justifyContent: y[h] ?? "flex-start",
|
|
9451
9456
|
alignItems: "center",
|
|
9452
9457
|
gap: 0,
|
|
9453
9458
|
px: 1.5,
|
|
@@ -9458,7 +9463,7 @@ function _c({
|
|
|
9458
9463
|
const M = B.id === f, F = e ? `${e}.${B.id}` : B.id, D = B.fields.some((U) => {
|
|
9459
9464
|
const re = U.id ?? U.name ?? "";
|
|
9460
9465
|
return !!`${F}.${re}`.split(".").reduce((P, Z) => P && typeof P == "object" ? P[Z] : void 0, r);
|
|
9461
|
-
}), G = { bgcolor:
|
|
9466
|
+
}), G = { bgcolor: C, color: I, borderRadius: "20px", border: "none" }, W = { bgcolor: "transparent", color: x, borderRadius: "20px", border: "none" }, V = { borderBottom: `2px solid ${C}`, color: I, border: "none" };
|
|
9462
9467
|
return /* @__PURE__ */ O(
|
|
9463
9468
|
N,
|
|
9464
9469
|
{
|
|
@@ -9467,7 +9472,7 @@ function _c({
|
|
|
9467
9472
|
onClick: () => g(B.id),
|
|
9468
9473
|
sx: {
|
|
9469
9474
|
...b === "pill" ? M ? G : W : M ? V : { borderBottom: "2px solid transparent", color: x, border: "none" },
|
|
9470
|
-
background: b === "pill" && M ?
|
|
9475
|
+
background: b === "pill" && M ? C : "none",
|
|
9471
9476
|
cursor: "pointer",
|
|
9472
9477
|
px: 1.5,
|
|
9473
9478
|
py: b === "pill" ? 0.5 : 1,
|
|
@@ -9477,7 +9482,7 @@ function _c({
|
|
|
9477
9482
|
alignItems: "center",
|
|
9478
9483
|
gap: 0.5,
|
|
9479
9484
|
transition: "color .12s, border-color .12s, background .12s",
|
|
9480
|
-
"&:hover": { color: b === "pill" && M ?
|
|
9485
|
+
"&:hover": { color: b === "pill" && M ? I : C },
|
|
9481
9486
|
mb: b === "line" ? "-1px" : 0.5,
|
|
9482
9487
|
mr: b === "pill" ? 0.5 : 0
|
|
9483
9488
|
},
|
|
@@ -9489,7 +9494,7 @@ function _c({
|
|
|
9489
9494
|
B.id
|
|
9490
9495
|
);
|
|
9491
9496
|
}) }),
|
|
9492
|
-
/* @__PURE__ */ O(N, { sx: { p: 2, flex:
|
|
9497
|
+
/* @__PURE__ */ O(N, { sx: { p: 2, flex: v === "fixed" ? 1 : void 0, overflowY: v === "fixed" ? "auto" : void 0 }, children: [
|
|
9493
9498
|
/* @__PURE__ */ d(N, { className: "ff-form-row", children: S.fields.map((B, M) => {
|
|
9494
9499
|
const F = B.id ?? B.name ?? "", G = `${e ? `${e}.${S.id}` : S.id}.${F}`;
|
|
9495
9500
|
return /* @__PURE__ */ O(N, { sx: { position: "relative", width: "100%" }, children: [
|
|
@@ -9584,7 +9589,7 @@ const Jc = [
|
|
|
9584
9589
|
{ value: "lessThan", label: "less than" },
|
|
9585
9590
|
{ value: "greaterOrEquals", label: "greater or equal" },
|
|
9586
9591
|
{ value: "lessOrEquals", label: "less or equal" }
|
|
9587
|
-
], Yc = /* @__PURE__ */ new Set(["isPresent", "isNotPresent", "isEmpty", "isNotEmpty"]),
|
|
9592
|
+
], Yc = /* @__PURE__ */ new Set(["isPresent", "isNotPresent", "isEmpty", "isNotEmpty"]), xr = {
|
|
9588
9593
|
textTransform: "none",
|
|
9589
9594
|
fontSize: 12,
|
|
9590
9595
|
fontWeight: 500,
|
|
@@ -9828,7 +9833,7 @@ function ao({ conditionDef: n, entries: e, onUpdate: t, depth: i = 0, fieldPath:
|
|
|
9828
9833
|
"data-testid": "add-condition-button",
|
|
9829
9834
|
className: "ff-form-text-capitalize ff-form-text-12 ff-form-text-dark ff-form-shadow-none ff-form-bg-light",
|
|
9830
9835
|
disableElevation: !0,
|
|
9831
|
-
sx:
|
|
9836
|
+
sx: xr,
|
|
9832
9837
|
children: "Add"
|
|
9833
9838
|
}
|
|
9834
9839
|
),
|
|
@@ -9840,7 +9845,7 @@ function ao({ conditionDef: n, entries: e, onUpdate: t, depth: i = 0, fieldPath:
|
|
|
9840
9845
|
onClick: u,
|
|
9841
9846
|
"data-testid": "add-group-button",
|
|
9842
9847
|
disableElevation: !0,
|
|
9843
|
-
sx:
|
|
9848
|
+
sx: xr,
|
|
9844
9849
|
children: "Add Group"
|
|
9845
9850
|
}
|
|
9846
9851
|
)
|
|
@@ -9848,7 +9853,7 @@ function ao({ conditionDef: n, entries: e, onUpdate: t, depth: i = 0, fieldPath:
|
|
|
9848
9853
|
] });
|
|
9849
9854
|
}
|
|
9850
9855
|
const Sr = () => {
|
|
9851
|
-
}, so =
|
|
9856
|
+
}, so = Ot({
|
|
9852
9857
|
formulaConfig: {},
|
|
9853
9858
|
onFormulaConfigChange: Sr,
|
|
9854
9859
|
conditionConfig: {},
|
|
@@ -9864,9 +9869,9 @@ function lo({
|
|
|
9864
9869
|
return /* @__PURE__ */ d(so.Provider, { value: { formulaConfig: n, onFormulaConfigChange: e, conditionConfig: t, onConditionConfigChange: i }, children: r });
|
|
9865
9870
|
}
|
|
9866
9871
|
function Qc() {
|
|
9867
|
-
return
|
|
9872
|
+
return Ft(so);
|
|
9868
9873
|
}
|
|
9869
|
-
function
|
|
9874
|
+
function ze(n, e) {
|
|
9870
9875
|
return e.split(".").reduce((t, i) => {
|
|
9871
9876
|
if (!(t == null || typeof t != "object"))
|
|
9872
9877
|
return t[i];
|
|
@@ -9889,7 +9894,7 @@ function Er({
|
|
|
9889
9894
|
onSave: e,
|
|
9890
9895
|
conditionConfigKey: t
|
|
9891
9896
|
}) {
|
|
9892
|
-
const i =
|
|
9897
|
+
const i = Tt(), r = H(i);
|
|
9893
9898
|
r.current = i;
|
|
9894
9899
|
const a = H(e);
|
|
9895
9900
|
return a.current = e, bo(n, () => ({
|
|
@@ -9915,7 +9920,7 @@ function qc({
|
|
|
9915
9920
|
onFormulaConfigChange: r,
|
|
9916
9921
|
children: a
|
|
9917
9922
|
}) {
|
|
9918
|
-
const o =
|
|
9923
|
+
const o = Tt(), u = e ?? ze(o.values, n) ?? {};
|
|
9919
9924
|
return /* @__PURE__ */ d(
|
|
9920
9925
|
lo,
|
|
9921
9926
|
{
|
|
@@ -9934,18 +9939,18 @@ function qc({
|
|
|
9934
9939
|
);
|
|
9935
9940
|
}
|
|
9936
9941
|
function Kc({ onValuesChange: n }) {
|
|
9937
|
-
const { values: e } =
|
|
9942
|
+
const { values: e } = Tt();
|
|
9938
9943
|
return q(() => {
|
|
9939
9944
|
n(e);
|
|
9940
9945
|
}, [e, n]), null;
|
|
9941
9946
|
}
|
|
9942
9947
|
function ed({ onValidityChange: n }) {
|
|
9943
|
-
const { isValid: e } =
|
|
9948
|
+
const { isValid: e } = Tt();
|
|
9944
9949
|
return q(() => {
|
|
9945
9950
|
n(e);
|
|
9946
9951
|
}, [e, n]), null;
|
|
9947
9952
|
}
|
|
9948
|
-
const td =
|
|
9953
|
+
const td = wt(function(e, t) {
|
|
9949
9954
|
var c;
|
|
9950
9955
|
if ("form" in e && e.form) {
|
|
9951
9956
|
const { form: f } = e;
|
|
@@ -10002,8 +10007,8 @@ const td = Ft(function(e, t) {
|
|
|
10002
10007
|
enableReinitialize: !0,
|
|
10003
10008
|
validateOnChange: !0,
|
|
10004
10009
|
validateOnBlur: !0,
|
|
10005
|
-
children: ({ values: f, errors: g, touched: p, isSubmitting: m, setFieldValue: b, setFieldTouched:
|
|
10006
|
-
var
|
|
10010
|
+
children: ({ values: f, errors: g, touched: p, isSubmitting: m, setFieldValue: b, setFieldTouched: h }) => {
|
|
10011
|
+
var v;
|
|
10007
10012
|
return /* @__PURE__ */ O(mo, { id: e.formId, children: [
|
|
10008
10013
|
e.onValuesChange && /* @__PURE__ */ d(Kc, { onValuesChange: e.onValuesChange }),
|
|
10009
10014
|
e.onValidityChange && /* @__PURE__ */ d(ed, { onValidityChange: e.onValidityChange }),
|
|
@@ -10016,11 +10021,11 @@ const td = Ft(function(e, t) {
|
|
|
10016
10021
|
errors: g,
|
|
10017
10022
|
touched: p,
|
|
10018
10023
|
setFieldValue: b,
|
|
10019
|
-
setFieldTouched:
|
|
10024
|
+
setFieldTouched: h
|
|
10020
10025
|
}
|
|
10021
10026
|
)
|
|
10022
10027
|
),
|
|
10023
|
-
(
|
|
10028
|
+
(v = e.children) == null ? void 0 : v.call(e, { isSubmitting: m })
|
|
10024
10029
|
] });
|
|
10025
10030
|
}
|
|
10026
10031
|
}
|
|
@@ -10066,7 +10071,7 @@ function uo({
|
|
|
10066
10071
|
return /* @__PURE__ */ d("div", { className: "ff-form-grid", children: u.map((l) => {
|
|
10067
10072
|
const c = no(l);
|
|
10068
10073
|
return /* @__PURE__ */ d(nd, { fieldId: c, children: /* @__PURE__ */ d(
|
|
10069
|
-
|
|
10074
|
+
gt,
|
|
10070
10075
|
{
|
|
10071
10076
|
field: l,
|
|
10072
10077
|
pathPrefix: c,
|
|
@@ -10081,7 +10086,7 @@ function uo({
|
|
|
10081
10086
|
) }, c);
|
|
10082
10087
|
}) });
|
|
10083
10088
|
}
|
|
10084
|
-
function
|
|
10089
|
+
function gt({
|
|
10085
10090
|
field: n,
|
|
10086
10091
|
pathPrefix: e,
|
|
10087
10092
|
depth: t = 0,
|
|
@@ -10094,22 +10099,29 @@ function pt({
|
|
|
10094
10099
|
inlineLabel: l,
|
|
10095
10100
|
item: c
|
|
10096
10101
|
}) {
|
|
10097
|
-
var
|
|
10098
|
-
const { formulaConfig: f, onFormulaConfigChange: g, conditionConfig: p, onConditionConfigChange: m } = Qc(), b = { values: i, item: c },
|
|
10099
|
-
|
|
10100
|
-
const
|
|
10101
|
-
|
|
10102
|
-
const
|
|
10103
|
-
const
|
|
10104
|
-
return async (
|
|
10105
|
-
var
|
|
10106
|
-
const
|
|
10107
|
-
if (!(((
|
|
10108
|
-
return
|
|
10102
|
+
var x;
|
|
10103
|
+
const { formulaConfig: f, onFormulaConfigChange: g, conditionConfig: p, onConditionConfigChange: m } = Qc(), b = { values: i, item: c }, h = H(i);
|
|
10104
|
+
h.current = i;
|
|
10105
|
+
const v = H(c);
|
|
10106
|
+
v.current = c;
|
|
10107
|
+
const A = ae(() => {
|
|
10108
|
+
const y = Mc(n);
|
|
10109
|
+
return async (S) => {
|
|
10110
|
+
var B;
|
|
10111
|
+
const w = { values: h.current, item: v.current };
|
|
10112
|
+
if (!(((B = n.shouldHide) == null ? void 0 : B.call(n, w)) ?? n.hidden))
|
|
10113
|
+
return y(S);
|
|
10109
10114
|
};
|
|
10110
10115
|
}, [n]);
|
|
10111
|
-
|
|
10112
|
-
|
|
10116
|
+
vo({ name: e, validate: A });
|
|
10117
|
+
const C = ((x = n.shouldHide) == null ? void 0 : x.call(n, b)) ?? n.hidden ?? !1, I = H(void 0);
|
|
10118
|
+
return q(() => {
|
|
10119
|
+
const y = I.current;
|
|
10120
|
+
if (I.current = C, !C || y === !0 || !n.clearOnHide) return;
|
|
10121
|
+
const S = ze(h.current, e);
|
|
10122
|
+
S == null || S === "" || Array.isArray(S) && S.length === 0 || o(e, n.defaultValue);
|
|
10123
|
+
}, [C, e, n.clearOnHide, n.defaultValue, o]), C ? null : n.type === "object" ? /* @__PURE__ */ d(Ue, { field: n, compact: s, children: /* @__PURE__ */ d(
|
|
10124
|
+
Hc,
|
|
10113
10125
|
{
|
|
10114
10126
|
field: n,
|
|
10115
10127
|
pathPrefix: e,
|
|
@@ -10121,31 +10133,31 @@ function pt({
|
|
|
10121
10133
|
setFieldTouched: u,
|
|
10122
10134
|
compact: s,
|
|
10123
10135
|
item: c,
|
|
10124
|
-
renderFieldRouter: (
|
|
10125
|
-
|
|
10136
|
+
renderFieldRouter: (y) => /* @__PURE__ */ d(
|
|
10137
|
+
gt,
|
|
10126
10138
|
{
|
|
10127
|
-
field:
|
|
10128
|
-
pathPrefix:
|
|
10129
|
-
depth:
|
|
10130
|
-
values:
|
|
10131
|
-
errors:
|
|
10132
|
-
touched:
|
|
10133
|
-
setFieldValue:
|
|
10134
|
-
setFieldTouched:
|
|
10135
|
-
compact:
|
|
10136
|
-
inlineLabel:
|
|
10137
|
-
item:
|
|
10139
|
+
field: y.field,
|
|
10140
|
+
pathPrefix: y.pathPrefix,
|
|
10141
|
+
depth: y.depth,
|
|
10142
|
+
values: y.values,
|
|
10143
|
+
errors: y.errors,
|
|
10144
|
+
touched: y.touched,
|
|
10145
|
+
setFieldValue: y.setFieldValue,
|
|
10146
|
+
setFieldTouched: y.setFieldTouched,
|
|
10147
|
+
compact: y.compact,
|
|
10148
|
+
inlineLabel: y.inlineLabel,
|
|
10149
|
+
item: y.item
|
|
10138
10150
|
},
|
|
10139
|
-
|
|
10151
|
+
y.pathPrefix
|
|
10140
10152
|
)
|
|
10141
10153
|
}
|
|
10142
|
-
) }) : n.type === "array" && Array.isArray(n.children ?? n.itemFields) ? /* @__PURE__ */ d(
|
|
10143
|
-
|
|
10154
|
+
) }) : n.type === "array" && Array.isArray(n.children ?? n.itemFields) ? /* @__PURE__ */ d(Ue, { field: n, compact: s, children: /* @__PURE__ */ d(
|
|
10155
|
+
Nt,
|
|
10144
10156
|
{
|
|
10145
10157
|
field: n,
|
|
10146
|
-
value:
|
|
10158
|
+
value: ze(i, e),
|
|
10147
10159
|
values: i,
|
|
10148
|
-
onChange: (
|
|
10160
|
+
onChange: (y) => o(e, y),
|
|
10149
10161
|
onBlur: () => u(e, !0),
|
|
10150
10162
|
pathPrefix: e,
|
|
10151
10163
|
depth: t,
|
|
@@ -10154,25 +10166,25 @@ function pt({
|
|
|
10154
10166
|
parentTouched: a,
|
|
10155
10167
|
parentSetFieldValue: o,
|
|
10156
10168
|
parentSetFieldTouched: u,
|
|
10157
|
-
renderFieldRouter: (
|
|
10158
|
-
|
|
10169
|
+
renderFieldRouter: (y) => /* @__PURE__ */ d(
|
|
10170
|
+
gt,
|
|
10159
10171
|
{
|
|
10160
|
-
field:
|
|
10161
|
-
pathPrefix:
|
|
10162
|
-
depth:
|
|
10163
|
-
values:
|
|
10164
|
-
errors:
|
|
10165
|
-
touched:
|
|
10166
|
-
setFieldValue:
|
|
10167
|
-
setFieldTouched:
|
|
10168
|
-
compact:
|
|
10169
|
-
inlineLabel:
|
|
10170
|
-
item:
|
|
10172
|
+
field: y.field,
|
|
10173
|
+
pathPrefix: y.pathPrefix,
|
|
10174
|
+
depth: y.depth,
|
|
10175
|
+
values: y.values,
|
|
10176
|
+
errors: y.errors,
|
|
10177
|
+
touched: y.touched,
|
|
10178
|
+
setFieldValue: y.setFieldValue,
|
|
10179
|
+
setFieldTouched: y.setFieldTouched,
|
|
10180
|
+
compact: y.compact,
|
|
10181
|
+
inlineLabel: y.inlineLabel,
|
|
10182
|
+
item: y.item
|
|
10171
10183
|
},
|
|
10172
|
-
|
|
10184
|
+
y.pathPrefix
|
|
10173
10185
|
)
|
|
10174
10186
|
}
|
|
10175
|
-
) }) : n.type === "tabs" ? /* @__PURE__ */ d(
|
|
10187
|
+
) }) : n.type === "tabs" ? /* @__PURE__ */ d(Ue, { field: n, compact: s, children: /* @__PURE__ */ d(
|
|
10176
10188
|
_c,
|
|
10177
10189
|
{
|
|
10178
10190
|
field: n,
|
|
@@ -10184,22 +10196,22 @@ function pt({
|
|
|
10184
10196
|
setFieldValue: o,
|
|
10185
10197
|
setFieldTouched: u,
|
|
10186
10198
|
compact: s,
|
|
10187
|
-
renderFieldRouter: (
|
|
10188
|
-
|
|
10199
|
+
renderFieldRouter: (y) => /* @__PURE__ */ d(
|
|
10200
|
+
gt,
|
|
10189
10201
|
{
|
|
10190
|
-
field:
|
|
10191
|
-
pathPrefix:
|
|
10192
|
-
depth:
|
|
10193
|
-
values:
|
|
10194
|
-
errors:
|
|
10195
|
-
touched:
|
|
10196
|
-
setFieldValue:
|
|
10197
|
-
setFieldTouched:
|
|
10198
|
-
compact:
|
|
10199
|
-
inlineLabel:
|
|
10200
|
-
item:
|
|
10202
|
+
field: y.field,
|
|
10203
|
+
pathPrefix: y.pathPrefix,
|
|
10204
|
+
depth: y.depth,
|
|
10205
|
+
values: y.values,
|
|
10206
|
+
errors: y.errors,
|
|
10207
|
+
touched: y.touched,
|
|
10208
|
+
setFieldValue: y.setFieldValue,
|
|
10209
|
+
setFieldTouched: y.setFieldTouched,
|
|
10210
|
+
compact: y.compact,
|
|
10211
|
+
inlineLabel: y.inlineLabel,
|
|
10212
|
+
item: y.item
|
|
10201
10213
|
},
|
|
10202
|
-
|
|
10214
|
+
y.pathPrefix
|
|
10203
10215
|
)
|
|
10204
10216
|
}
|
|
10205
10217
|
) }) : /* @__PURE__ */ d(
|
|
@@ -10239,17 +10251,17 @@ function rd({
|
|
|
10239
10251
|
onConditionConfigChange: p
|
|
10240
10252
|
}) {
|
|
10241
10253
|
var D, G, W;
|
|
10242
|
-
const m = { values: t, item: l }, b =
|
|
10243
|
-
|
|
10244
|
-
const V =
|
|
10254
|
+
const m = { values: t, item: l }, b = ze(t, e), h = H(n.compute);
|
|
10255
|
+
h.current = n.compute, q(() => {
|
|
10256
|
+
const V = h.current;
|
|
10245
10257
|
if (!V) return;
|
|
10246
10258
|
const j = V({ values: t });
|
|
10247
10259
|
j !== b && a(e, j);
|
|
10248
10260
|
}, [t, b, e, a]);
|
|
10249
|
-
const
|
|
10250
|
-
if (!
|
|
10261
|
+
const v = te.get(n.type);
|
|
10262
|
+
if (!v)
|
|
10251
10263
|
return null;
|
|
10252
|
-
const
|
|
10264
|
+
const A = typeof n.disabled == "function" ? n.disabled(m) : ((D = n.shouldDisable) == null ? void 0 : D.call(n, m)) ?? n.disabled ?? !1, C = ze(i, e), I = !!ze(r, e), x = (G = n.compute) == null ? void 0 : G.call(n, m), y = x !== void 0 ? x : b, S = (W = n.transform) != null && W.in ? n.transform.in(y) : y, w = (V) => {
|
|
10253
10265
|
var Q, U;
|
|
10254
10266
|
if (n.compute) return;
|
|
10255
10267
|
const j = (Q = n.transform) != null && Q.out ? n.transform.out(V) : V;
|
|
@@ -10262,18 +10274,18 @@ function rd({
|
|
|
10262
10274
|
} else
|
|
10263
10275
|
p({ ...g, [e]: V });
|
|
10264
10276
|
}, F = {
|
|
10265
|
-
field: { ...n, disabled:
|
|
10277
|
+
field: { ...n, disabled: A, id: e, name: e },
|
|
10266
10278
|
value: S,
|
|
10267
10279
|
values: t,
|
|
10268
|
-
onChange:
|
|
10280
|
+
onChange: w,
|
|
10269
10281
|
onBlur: () => o(e, !0),
|
|
10270
|
-
error:
|
|
10271
|
-
touched:
|
|
10282
|
+
error: C,
|
|
10283
|
+
touched: I,
|
|
10272
10284
|
formulaConfig: c,
|
|
10273
10285
|
onFormulaConfigChange: f
|
|
10274
10286
|
};
|
|
10275
|
-
return s ? /* @__PURE__ */ d(
|
|
10276
|
-
/* @__PURE__ */ d(
|
|
10287
|
+
return s ? /* @__PURE__ */ d(v, { ...F, inlineLabel: !0 }) : /* @__PURE__ */ O(Ue, { field: n, compact: u, children: [
|
|
10288
|
+
/* @__PURE__ */ d(v, { ...F, touched: I }),
|
|
10277
10289
|
n.condition && /* @__PURE__ */ d(
|
|
10278
10290
|
ao,
|
|
10279
10291
|
{
|
|
@@ -10291,8 +10303,8 @@ export {
|
|
|
10291
10303
|
Bc as B,
|
|
10292
10304
|
no as C,
|
|
10293
10305
|
Sd as D,
|
|
10294
|
-
|
|
10295
|
-
|
|
10306
|
+
zc as E,
|
|
10307
|
+
R as F,
|
|
10296
10308
|
Y as G,
|
|
10297
10309
|
Ad as H,
|
|
10298
10310
|
Mu as I,
|
|
@@ -10305,7 +10317,7 @@ export {
|
|
|
10305
10317
|
$r as c,
|
|
10306
10318
|
jo as d,
|
|
10307
10319
|
md as e,
|
|
10308
|
-
|
|
10320
|
+
zr as f,
|
|
10309
10321
|
gd as g,
|
|
10310
10322
|
Mr as h,
|
|
10311
10323
|
pd as i,
|
|
@@ -10320,11 +10332,11 @@ export {
|
|
|
10320
10332
|
vd as r,
|
|
10321
10333
|
Te as s,
|
|
10322
10334
|
Ge as t,
|
|
10323
|
-
|
|
10335
|
+
ht as u,
|
|
10324
10336
|
bd as v,
|
|
10325
|
-
|
|
10337
|
+
xd as w,
|
|
10326
10338
|
_o as x,
|
|
10327
|
-
|
|
10339
|
+
yd as y,
|
|
10328
10340
|
Ke as z
|
|
10329
10341
|
};
|
|
10330
|
-
//# sourceMappingURL=index-
|
|
10342
|
+
//# sourceMappingURL=index-B74jTc2b.js.map
|