@stihl-design-system/components 1.0.0-RC.2 → 1.0.0-RC.3
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 +1 -1
- package/assets/CustomReactSelect.BdwXfLLO.css +1 -0
- package/assets/RadioGroup.Ur8Ro-XL.css +1 -0
- package/assets/asterisk.C-o6rbGQ.css +1 -0
- package/assets/button.DJvR-58w.css +1 -0
- package/assets/buttonround.BlfQkmMV.css +1 -0
- package/assets/checkbox.BsFEWfQe.css +1 -0
- package/assets/fieldset.xazpUXJX.css +1 -0
- package/assets/heading.CGFucb-C.css +1 -0
- package/assets/input.BcP5kkZ2.css +1 -0
- package/assets/inputpassword.C3Uyj7oA.css +1 -0
- package/assets/inputsearch.tL3e9-Ob.css +1 -0
- package/assets/inputstepper.paPJix5A.css +1 -0
- package/assets/link.V7pJOW1p.css +1 -0
- package/assets/linkstandalone.D3RbBp23.css +1 -0
- package/assets/radio.CSHQGdpr.css +1 -0
- package/assets/select.D2qBxaHP.css +1 -0
- package/assets/switch.sqve8ApJ.css +1 -0
- package/assets/textarea.BKbocznb.css +1 -0
- package/assets/title.CE0Dm7PI.css +1 -0
- package/asterisk.DU8THnoC.js +8 -0
- package/button.BUUGRxIp.js +135 -0
- package/buttonround.CKc-a-hd.js +118 -0
- package/{checkbox.Bx5D_GAe.js → checkbox.C2Ga9yTK.js} +28 -28
- package/{checkboxgroup.gQwSHy4i.js → checkboxgroup.Cfxz9bk6.js} +3 -3
- package/chunks/{CustomReactSelect.Pvkkof1f.js → CustomReactSelect.uzWNynay.js} +222 -222
- package/chunks/RadioGroup.module.bi3leRes.js +11 -0
- package/chunks/whatsapp.CPpu-7Nn.js +10 -0
- package/{combobox.BOJ7aq_B.js → combobox.BXHAo4Wx.js} +1 -1
- package/components/CheckboxGroup/CheckboxGroup.d.ts +1 -1
- package/components/Fieldset/Fieldset.d.ts +1 -1
- package/components/Heading/Heading.utils.d.ts +1 -1
- package/components/Logo/Logo.d.ts +4 -2
- package/components/Logo/Logo.utils.d.ts +1 -0
- package/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/customreactselect.CipgVXTR.js +13 -0
- package/fieldset.DGcIKzDI.js +98 -0
- package/{floatingactionbutton.BtQVIj6W.js → floatingactionbutton.DzHD39NY.js} +2 -2
- package/heading.DqGbFfj2.js +50 -0
- package/{icon.CmAhxgHK.js → icon.PX9_1kNB.js} +1 -1
- package/index.es.js +22 -22
- package/input.o8OT6rxJ.js +236 -0
- package/inputpassword.-MXq8baU.js +139 -0
- package/inputsearch.CoYTSjox.js +188 -0
- package/inputstepper.BBMQr6kM.js +290 -0
- package/link.BN6AZfhG.js +115 -0
- package/linkstandalone.4-fyRd08.js +79 -0
- package/{logo.DXWgPUY4.js → logo.C_oJ8isW.js} +25 -24
- package/{optioncheckbox.CYikfEsE.js → optioncheckbox.-DRnW_ch.js} +1 -1
- package/package.json +2 -2
- package/radio.Bhu9OUY-.js +79 -0
- package/{radiogroup.7ptQiohb.js → radiogroup.oILRMrX-.js} +3 -3
- package/select.OGcreXnT.js +190 -0
- package/{spinner.CSzQEBx2.js → spinner.Diy_EeFY.js} +1 -1
- package/styles/scss/lib/_grid-extended.scss +2 -2
- package/styles/scss/lib/_grid-sidebar-sidebar.scss +2 -2
- package/styles/scss/lib/_grid-sidebar.scss +6 -6
- package/styles/scss/lib/_heading.scss +14 -1
- package/styles/scss/lib/_link.scss +9 -9
- package/styles/scss/lib/_text.scss +4 -0
- package/switch.BjoFKMQC.js +65 -0
- package/{systemfeedback.rBgdiL5T.js → systemfeedback.C7iXO5A1.js} +1 -1
- package/textarea.kc_Sfbgr.js +193 -0
- package/title.icX0VDiO.js +36 -0
- package/types/icon-types.d.ts +1 -1
- package/assets/CustomReactSelect.bVnR5yBP.css +0 -1
- package/assets/RadioGroup.SF2fv4CL.css +0 -1
- package/assets/asterisk.Bz7RZnKb.css +0 -1
- package/assets/button.C6ZbQtZ-.css +0 -1
- package/assets/buttonround.CjJUeMND.css +0 -1
- package/assets/checkbox.Bbc6PYDK.css +0 -1
- package/assets/fieldset.DTFs_koU.css +0 -1
- package/assets/heading.5HpYs7wS.css +0 -1
- package/assets/input.GpXQJqEO.css +0 -1
- package/assets/inputpassword.B9J1hCcj.css +0 -1
- package/assets/inputsearch.BY0BGFPK.css +0 -1
- package/assets/inputstepper.B0oC1URa.css +0 -1
- package/assets/link.Di4qXro5.css +0 -1
- package/assets/linkstandalone.239FeO2E.css +0 -1
- package/assets/radio.pqc9u_wx.css +0 -1
- package/assets/select.DLOQ6wu0.css +0 -1
- package/assets/switch.DVlaePGM.css +0 -1
- package/assets/textarea.BNOpd7Nf.css +0 -1
- package/assets/title.1dq1eWy9.css +0 -1
- package/asterisk.BlYjsfkN.js +0 -8
- package/button.Di5XtChf.js +0 -135
- package/buttonround._w4KDbHE.js +0 -118
- package/chunks/RadioGroup.module.B35YQcsb.js +0 -11
- package/customreactselect.DPHXAssl.js +0 -13
- package/fieldset.yE6WV6Ls.js +0 -98
- package/heading.C6k7Gakb.js +0 -44
- package/input.vP5xcwzV.js +0 -236
- package/inputpassword.BiQ8ORmn.js +0 -139
- package/inputsearch.BA9N3RRc.js +0 -188
- package/inputstepper.Cyxeg2Cj.js +0 -290
- package/link.BoSdsZHj.js +0 -115
- package/linkstandalone.BoN7nARO.js +0 -79
- package/radio.DTO5-Yzf.js +0 -79
- package/select.Dx80W7cW.js +0 -190
- package/switch.BwGtQdnx.js +0 -65
- package/textarea.C8tp1ciU.js +0 -193
- package/title.BT-uIobN.js +0 -36
|
@@ -2,29 +2,29 @@
|
|
|
2
2
|
import { j as P } from "./jsx-runtime.C-kxDJ4g.js";
|
|
3
3
|
import { c as ne } from "./index.CvOaL64Y.js";
|
|
4
4
|
import * as B from "react";
|
|
5
|
-
import { useState as Ie, useCallback as U, forwardRef as Bn, useContext as wn, useLayoutEffect as Si, useRef as de, useMemo as xe, createContext as Fi, Component as Ni, Fragment as
|
|
5
|
+
import { useState as Ie, useCallback as U, forwardRef as Bn, useContext as wn, useLayoutEffect as Si, useRef as de, useMemo as xe, createContext as Fi, Component as Ni, Fragment as vt, useEffect as Rn } from "react";
|
|
6
6
|
import { createPortal as Vi } from "react-dom";
|
|
7
7
|
import { g as ct } from "./helpers.B1JT5ShS.js";
|
|
8
8
|
import { u as Bi } from "./useBreakpoint.5xBNDiCf.js";
|
|
9
|
-
import { Asterisk as wi } from "../asterisk.
|
|
10
|
-
import { DSIcon as we } from "../icon.
|
|
11
|
-
import { DSSystemFeedback as Ri } from "../systemfeedback.
|
|
12
|
-
import { OptionCheckbox as Wi } from "../optioncheckbox.
|
|
13
|
-
import '../assets/CustomReactSelect.
|
|
9
|
+
import { Asterisk as wi } from "../asterisk.DU8THnoC.js";
|
|
10
|
+
import { DSIcon as we } from "../icon.PX9_1kNB.js";
|
|
11
|
+
import { DSSystemFeedback as Ri } from "../systemfeedback.C7iXO5A1.js";
|
|
12
|
+
import { OptionCheckbox as Wi } from "../optioncheckbox.-DRnW_ch.js";
|
|
13
|
+
import '../assets/CustomReactSelect.BdwXfLLO.css';function he(t) {
|
|
14
14
|
"@babel/helpers - typeof";
|
|
15
|
-
return
|
|
15
|
+
return he = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
16
16
|
return typeof e;
|
|
17
17
|
} : function(e) {
|
|
18
18
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
19
|
-
},
|
|
19
|
+
}, he(t);
|
|
20
20
|
}
|
|
21
21
|
function Ti(t, e) {
|
|
22
|
-
if (
|
|
22
|
+
if (he(t) != "object" || !t)
|
|
23
23
|
return t;
|
|
24
24
|
var i = t[Symbol.toPrimitive];
|
|
25
25
|
if (i !== void 0) {
|
|
26
26
|
var r = i.call(t, e || "default");
|
|
27
|
-
if (
|
|
27
|
+
if (he(r) != "object")
|
|
28
28
|
return r;
|
|
29
29
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
30
30
|
}
|
|
@@ -32,7 +32,7 @@ function Ti(t, e) {
|
|
|
32
32
|
}
|
|
33
33
|
function Wn(t) {
|
|
34
34
|
var e = Ti(t, "string");
|
|
35
|
-
return
|
|
35
|
+
return he(e) == "symbol" ? e : e + "";
|
|
36
36
|
}
|
|
37
37
|
function Be(t, e, i) {
|
|
38
38
|
return e = Wn(e), e in t ? Object.defineProperty(t, e, {
|
|
@@ -93,7 +93,7 @@ function Xi(t, e) {
|
|
|
93
93
|
return s;
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
|
-
function
|
|
96
|
+
function ht(t, e) {
|
|
97
97
|
(e == null || e > t.length) && (e = t.length);
|
|
98
98
|
for (var i = 0, r = new Array(e); i < e; i++)
|
|
99
99
|
r[i] = t[i];
|
|
@@ -102,12 +102,12 @@ function vt(t, e) {
|
|
|
102
102
|
function Tn(t, e) {
|
|
103
103
|
if (t) {
|
|
104
104
|
if (typeof t == "string")
|
|
105
|
-
return
|
|
105
|
+
return ht(t, e);
|
|
106
106
|
var i = Object.prototype.toString.call(t).slice(8, -1);
|
|
107
107
|
if (i === "Object" && t.constructor && (i = t.constructor.name), i === "Map" || i === "Set")
|
|
108
108
|
return Array.from(t);
|
|
109
109
|
if (i === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))
|
|
110
|
-
return
|
|
110
|
+
return ht(t, e);
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
function Pi() {
|
|
@@ -142,7 +142,7 @@ function me(t, e) {
|
|
|
142
142
|
}
|
|
143
143
|
var Zi = ["defaultInputValue", "defaultMenuIsOpen", "defaultValue", "inputValue", "menuIsOpen", "onChange", "onInputChange", "onMenuClose", "onMenuOpen", "value"];
|
|
144
144
|
function Mi(t) {
|
|
145
|
-
var e = t.defaultInputValue, i = e === void 0 ? "" : e, r = t.defaultMenuIsOpen, n = r === void 0 ? !1 : r, o = t.defaultValue, u = o === void 0 ? null : o, s = t.inputValue, a = t.menuIsOpen, c = t.onChange, l = t.onInputChange, d = t.onMenuClose, p = t.onMenuOpen, I = t.value,
|
|
145
|
+
var e = t.defaultInputValue, i = e === void 0 ? "" : e, r = t.defaultMenuIsOpen, n = r === void 0 ? !1 : r, o = t.defaultValue, u = o === void 0 ? null : o, s = t.inputValue, a = t.menuIsOpen, c = t.onChange, l = t.onInputChange, d = t.onMenuClose, p = t.onMenuOpen, I = t.value, v = me(t, Zi), b = Ie(s !== void 0 ? s : i), g = pe(b, 2), f = g[0], C = g[1], h = Ie(a !== void 0 ? a : n), A = pe(h, 2), m = A[0], E = A[1], y = Ie(I !== void 0 ? I : u), V = pe(y, 2), X = V[0], H = V[1], k = U(function(Y, ee) {
|
|
146
146
|
typeof c == "function" && c(Y, ee), H(Y);
|
|
147
147
|
}, [c]), L = U(function(Y, ee) {
|
|
148
148
|
var re;
|
|
@@ -152,7 +152,7 @@ function Mi(t) {
|
|
|
152
152
|
}, [p]), q = U(function() {
|
|
153
153
|
typeof d == "function" && d(), E(!1);
|
|
154
154
|
}, [d]), D = s !== void 0 ? s : f, F = a !== void 0 ? a : m, Q = I !== void 0 ? I : X;
|
|
155
|
-
return S(S({},
|
|
155
|
+
return S(S({}, v), {}, {
|
|
156
156
|
inputValue: D,
|
|
157
157
|
menuIsOpen: F,
|
|
158
158
|
onChange: k,
|
|
@@ -226,7 +226,7 @@ function ki(t) {
|
|
|
226
226
|
return t;
|
|
227
227
|
}
|
|
228
228
|
function Yi(t, e) {
|
|
229
|
-
if (e && (
|
|
229
|
+
if (e && (he(e) === "object" || typeof e == "function"))
|
|
230
230
|
return e;
|
|
231
231
|
if (e !== void 0)
|
|
232
232
|
throw new TypeError("Derived constructors may only return object or undefined");
|
|
@@ -246,7 +246,7 @@ function ji(t) {
|
|
|
246
246
|
}
|
|
247
247
|
function zi(t) {
|
|
248
248
|
if (Array.isArray(t))
|
|
249
|
-
return
|
|
249
|
+
return ht(t);
|
|
250
250
|
}
|
|
251
251
|
function Ji(t) {
|
|
252
252
|
if (typeof Symbol < "u" && t[Symbol.iterator] != null || t["@@iterator"] != null)
|
|
@@ -447,10 +447,10 @@ function gr(t) {
|
|
|
447
447
|
return Mn(je("", null, null, null, [""], t = Zn(t), 0, [0], t));
|
|
448
448
|
}
|
|
449
449
|
function je(t, e, i, r, n, o, u, s, a) {
|
|
450
|
-
for (var c = 0, l = 0, d = u, p = 0, I = 0,
|
|
451
|
-
switch (
|
|
450
|
+
for (var c = 0, l = 0, d = u, p = 0, I = 0, v = 0, b = 1, g = 1, f = 1, C = 0, h = "", A = n, m = o, E = r, y = h; g; )
|
|
451
|
+
switch (v = C, C = ie()) {
|
|
452
452
|
case 40:
|
|
453
|
-
if (
|
|
453
|
+
if (v != 108 && j(y, d - 1) == 58) {
|
|
454
454
|
At(y += W(Ye(C), "&", "&\f"), "&\f") != -1 && (f = -1);
|
|
455
455
|
break;
|
|
456
456
|
}
|
|
@@ -463,7 +463,7 @@ function je(t, e, i, r, n, o, u, s, a) {
|
|
|
463
463
|
case 10:
|
|
464
464
|
case 13:
|
|
465
465
|
case 32:
|
|
466
|
-
y += sr(
|
|
466
|
+
y += sr(v);
|
|
467
467
|
break;
|
|
468
468
|
case 92:
|
|
469
469
|
y += cr(ke() - 1, 7);
|
|
@@ -493,7 +493,7 @@ function je(t, e, i, r, n, o, u, s, a) {
|
|
|
493
493
|
case 59:
|
|
494
494
|
y += ";";
|
|
495
495
|
default:
|
|
496
|
-
if (Ze(E = zt(y, e, i, c, l, n, s,
|
|
496
|
+
if (Ze(E = zt(y, e, i, c, l, n, s, h, A = [], m = [], d), o), C === 123)
|
|
497
497
|
if (l === 0)
|
|
498
498
|
je(y, e, E, E, A, o, d, s, m);
|
|
499
499
|
else
|
|
@@ -502,16 +502,16 @@ function je(t, e, i, r, n, o, u, s, a) {
|
|
|
502
502
|
case 108:
|
|
503
503
|
case 109:
|
|
504
504
|
case 115:
|
|
505
|
-
je(t, E, E, r && Ze(zt(t, E, E, 0, 0, n, s,
|
|
505
|
+
je(t, E, E, r && Ze(zt(t, E, E, 0, 0, n, s, h, n, A = [], d), m), n, m, d, s, r ? A : m);
|
|
506
506
|
break;
|
|
507
507
|
default:
|
|
508
508
|
je(y, E, E, E, [""], m, 0, s, m);
|
|
509
509
|
}
|
|
510
510
|
}
|
|
511
|
-
c = l = I = 0, b = f = 1,
|
|
511
|
+
c = l = I = 0, b = f = 1, h = y = "", d = u;
|
|
512
512
|
break;
|
|
513
513
|
case 58:
|
|
514
|
-
d = 1 + le(y), I =
|
|
514
|
+
d = 1 + le(y), I = v;
|
|
515
515
|
default:
|
|
516
516
|
if (b < 1) {
|
|
517
517
|
if (C == 123)
|
|
@@ -527,18 +527,18 @@ function je(t, e, i, r, n, o, u, s, a) {
|
|
|
527
527
|
s[c++] = (le(y) - 1) * f, f = 1;
|
|
528
528
|
break;
|
|
529
529
|
case 64:
|
|
530
|
-
ge() === 45 && (y += Ye(ie())), p = ge(), l = d = le(
|
|
530
|
+
ge() === 45 && (y += Ye(ie())), p = ge(), l = d = le(h = y += dr(ke())), C++;
|
|
531
531
|
break;
|
|
532
532
|
case 45:
|
|
533
|
-
|
|
533
|
+
v === 45 && le(y) == 2 && (b = 0);
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
536
|
return o;
|
|
537
537
|
}
|
|
538
538
|
function zt(t, e, i, r, n, o, u, s, a, c, l) {
|
|
539
|
-
for (var d = n - 1, p = n === 0 ? o : [""], I = Rt(p),
|
|
540
|
-
for (var f = 0, C = Re(t, d + 1, d = tr(b = u[
|
|
541
|
-
(
|
|
539
|
+
for (var d = n - 1, p = n === 0 ? o : [""], I = Rt(p), v = 0, b = 0, g = 0; v < r; ++v)
|
|
540
|
+
for (var f = 0, C = Re(t, d + 1, d = tr(b = u[v])), h = t; f < I; ++f)
|
|
541
|
+
(h = Pn(b > 0 ? p[f] + " " + C : W(C, /&\f/g, p[f]))) && (a[g++] = h);
|
|
542
542
|
return ot(t, e, i, n === 0 ? Bt : s, a, c, l);
|
|
543
543
|
}
|
|
544
544
|
function br(t, e, i) {
|
|
@@ -588,16 +588,16 @@ function Ir(t) {
|
|
|
588
588
|
return e[i] === void 0 && (e[i] = t(i)), e[i];
|
|
589
589
|
};
|
|
590
590
|
}
|
|
591
|
-
var
|
|
591
|
+
var vr = function(e, i, r) {
|
|
592
592
|
for (var n = 0, o = 0; n = o, o = ge(), n === 38 && o === 12 && (i[r] = 1), !We(o); )
|
|
593
593
|
ie();
|
|
594
594
|
return Xe(e, $);
|
|
595
|
-
},
|
|
595
|
+
}, hr = function(e, i) {
|
|
596
596
|
var r = -1, n = 44;
|
|
597
597
|
do
|
|
598
598
|
switch (We(n)) {
|
|
599
599
|
case 0:
|
|
600
|
-
n === 38 && ge() === 12 && (i[r] = 1), e[r] +=
|
|
600
|
+
n === 38 && ge() === 12 && (i[r] = 1), e[r] += vr($ - 1, i, r);
|
|
601
601
|
break;
|
|
602
602
|
case 2:
|
|
603
603
|
e[r] += Ye(n);
|
|
@@ -613,7 +613,7 @@ var hr = function(e, i, r) {
|
|
|
613
613
|
while (n = ie());
|
|
614
614
|
return e;
|
|
615
615
|
}, Cr = function(e, i) {
|
|
616
|
-
return Mn(
|
|
616
|
+
return Mn(hr(Zn(e), i));
|
|
617
617
|
}, Ut = /* @__PURE__ */ new WeakMap(), Ar = function(e) {
|
|
618
618
|
if (!(e.type !== "rule" || !e.parent || // positive .length indicates that this rule contains pseudo
|
|
619
619
|
// negative .length indicates that this rule has been already prefixed
|
|
@@ -847,7 +847,7 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
847
847
|
var a, c = [Ar, yr];
|
|
848
848
|
process.env.NODE_ENV !== "production" && c.push(Gr({
|
|
849
849
|
get compat() {
|
|
850
|
-
return
|
|
850
|
+
return v.compat;
|
|
851
851
|
}
|
|
852
852
|
}), Fr);
|
|
853
853
|
{
|
|
@@ -858,15 +858,15 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
858
858
|
})], p = fr(c.concat(n, d)), I = function(g) {
|
|
859
859
|
return Ee(gr(g), p);
|
|
860
860
|
};
|
|
861
|
-
a = function(g, f, C,
|
|
861
|
+
a = function(g, f, C, h) {
|
|
862
862
|
l = C, process.env.NODE_ENV !== "production" && f.map !== void 0 && (l = {
|
|
863
863
|
insert: function(m) {
|
|
864
864
|
C.insert(m + f.map);
|
|
865
865
|
}
|
|
866
|
-
}), I(g ? g + "{" + f.styles + "}" : f.styles),
|
|
866
|
+
}), I(g ? g + "{" + f.styles + "}" : f.styles), h && (v.inserted[f.name] = !0);
|
|
867
867
|
};
|
|
868
868
|
}
|
|
869
|
-
var
|
|
869
|
+
var v = {
|
|
870
870
|
key: i,
|
|
871
871
|
sheet: new Ki({
|
|
872
872
|
key: i,
|
|
@@ -881,7 +881,7 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
881
881
|
registered: {},
|
|
882
882
|
insert: a
|
|
883
883
|
};
|
|
884
|
-
return
|
|
884
|
+
return v.sheet.hydrate(s), v;
|
|
885
885
|
}, xt = { exports: {} }, T = {};
|
|
886
886
|
/** @license React v16.13.1
|
|
887
887
|
* react-is.production.min.js
|
|
@@ -896,8 +896,8 @@ function wr() {
|
|
|
896
896
|
if ($t)
|
|
897
897
|
return T;
|
|
898
898
|
$t = 1;
|
|
899
|
-
var t = typeof Symbol == "function" && Symbol.for, e = t ? Symbol.for("react.element") : 60103, i = t ? Symbol.for("react.portal") : 60106, r = t ? Symbol.for("react.fragment") : 60107, n = t ? Symbol.for("react.strict_mode") : 60108, o = t ? Symbol.for("react.profiler") : 60114, u = t ? Symbol.for("react.provider") : 60109, s = t ? Symbol.for("react.context") : 60110, a = t ? Symbol.for("react.async_mode") : 60111, c = t ? Symbol.for("react.concurrent_mode") : 60111, l = t ? Symbol.for("react.forward_ref") : 60112, d = t ? Symbol.for("react.suspense") : 60113, p = t ? Symbol.for("react.suspense_list") : 60120, I = t ? Symbol.for("react.memo") : 60115,
|
|
900
|
-
function
|
|
899
|
+
var t = typeof Symbol == "function" && Symbol.for, e = t ? Symbol.for("react.element") : 60103, i = t ? Symbol.for("react.portal") : 60106, r = t ? Symbol.for("react.fragment") : 60107, n = t ? Symbol.for("react.strict_mode") : 60108, o = t ? Symbol.for("react.profiler") : 60114, u = t ? Symbol.for("react.provider") : 60109, s = t ? Symbol.for("react.context") : 60110, a = t ? Symbol.for("react.async_mode") : 60111, c = t ? Symbol.for("react.concurrent_mode") : 60111, l = t ? Symbol.for("react.forward_ref") : 60112, d = t ? Symbol.for("react.suspense") : 60113, p = t ? Symbol.for("react.suspense_list") : 60120, I = t ? Symbol.for("react.memo") : 60115, v = t ? Symbol.for("react.lazy") : 60116, b = t ? Symbol.for("react.block") : 60121, g = t ? Symbol.for("react.fundamental") : 60117, f = t ? Symbol.for("react.responder") : 60118, C = t ? Symbol.for("react.scope") : 60119;
|
|
900
|
+
function h(m) {
|
|
901
901
|
if (typeof m == "object" && m !== null) {
|
|
902
902
|
var E = m.$$typeof;
|
|
903
903
|
switch (E) {
|
|
@@ -914,7 +914,7 @@ function wr() {
|
|
|
914
914
|
switch (m = m && m.$$typeof, m) {
|
|
915
915
|
case s:
|
|
916
916
|
case l:
|
|
917
|
-
case
|
|
917
|
+
case v:
|
|
918
918
|
case I:
|
|
919
919
|
case u:
|
|
920
920
|
return m;
|
|
@@ -928,35 +928,35 @@ function wr() {
|
|
|
928
928
|
}
|
|
929
929
|
}
|
|
930
930
|
function A(m) {
|
|
931
|
-
return
|
|
931
|
+
return h(m) === c;
|
|
932
932
|
}
|
|
933
|
-
return T.AsyncMode = a, T.ConcurrentMode = c, T.ContextConsumer = s, T.ContextProvider = u, T.Element = e, T.ForwardRef = l, T.Fragment = r, T.Lazy =
|
|
934
|
-
return A(m) ||
|
|
933
|
+
return T.AsyncMode = a, T.ConcurrentMode = c, T.ContextConsumer = s, T.ContextProvider = u, T.Element = e, T.ForwardRef = l, T.Fragment = r, T.Lazy = v, T.Memo = I, T.Portal = i, T.Profiler = o, T.StrictMode = n, T.Suspense = d, T.isAsyncMode = function(m) {
|
|
934
|
+
return A(m) || h(m) === a;
|
|
935
935
|
}, T.isConcurrentMode = A, T.isContextConsumer = function(m) {
|
|
936
|
-
return
|
|
936
|
+
return h(m) === s;
|
|
937
937
|
}, T.isContextProvider = function(m) {
|
|
938
|
-
return
|
|
938
|
+
return h(m) === u;
|
|
939
939
|
}, T.isElement = function(m) {
|
|
940
940
|
return typeof m == "object" && m !== null && m.$$typeof === e;
|
|
941
941
|
}, T.isForwardRef = function(m) {
|
|
942
|
-
return
|
|
942
|
+
return h(m) === l;
|
|
943
943
|
}, T.isFragment = function(m) {
|
|
944
|
-
return
|
|
944
|
+
return h(m) === r;
|
|
945
945
|
}, T.isLazy = function(m) {
|
|
946
|
-
return
|
|
946
|
+
return h(m) === v;
|
|
947
947
|
}, T.isMemo = function(m) {
|
|
948
|
-
return
|
|
948
|
+
return h(m) === I;
|
|
949
949
|
}, T.isPortal = function(m) {
|
|
950
|
-
return
|
|
950
|
+
return h(m) === i;
|
|
951
951
|
}, T.isProfiler = function(m) {
|
|
952
|
-
return
|
|
952
|
+
return h(m) === o;
|
|
953
953
|
}, T.isStrictMode = function(m) {
|
|
954
|
-
return
|
|
954
|
+
return h(m) === n;
|
|
955
955
|
}, T.isSuspense = function(m) {
|
|
956
|
-
return
|
|
956
|
+
return h(m) === d;
|
|
957
957
|
}, T.isValidElementType = function(m) {
|
|
958
|
-
return typeof m == "string" || typeof m == "function" || m === r || m === c || m === o || m === n || m === d || m === p || typeof m == "object" && m !== null && (m.$$typeof ===
|
|
959
|
-
}, T.typeOf =
|
|
958
|
+
return typeof m == "string" || typeof m == "function" || m === r || m === c || m === o || m === n || m === d || m === p || typeof m == "object" && m !== null && (m.$$typeof === v || m.$$typeof === I || m.$$typeof === u || m.$$typeof === s || m.$$typeof === l || m.$$typeof === g || m.$$typeof === f || m.$$typeof === C || m.$$typeof === b);
|
|
959
|
+
}, T.typeOf = h, T;
|
|
960
960
|
}
|
|
961
961
|
var O = {};
|
|
962
962
|
/** @license React v16.13.1
|
|
@@ -970,31 +970,31 @@ var O = {};
|
|
|
970
970
|
var Kt;
|
|
971
971
|
function Rr() {
|
|
972
972
|
return Kt || (Kt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
973
|
-
var t = typeof Symbol == "function" && Symbol.for, e = t ? Symbol.for("react.element") : 60103, i = t ? Symbol.for("react.portal") : 60106, r = t ? Symbol.for("react.fragment") : 60107, n = t ? Symbol.for("react.strict_mode") : 60108, o = t ? Symbol.for("react.profiler") : 60114, u = t ? Symbol.for("react.provider") : 60109, s = t ? Symbol.for("react.context") : 60110, a = t ? Symbol.for("react.async_mode") : 60111, c = t ? Symbol.for("react.concurrent_mode") : 60111, l = t ? Symbol.for("react.forward_ref") : 60112, d = t ? Symbol.for("react.suspense") : 60113, p = t ? Symbol.for("react.suspense_list") : 60120, I = t ? Symbol.for("react.memo") : 60115,
|
|
974
|
-
function
|
|
973
|
+
var t = typeof Symbol == "function" && Symbol.for, e = t ? Symbol.for("react.element") : 60103, i = t ? Symbol.for("react.portal") : 60106, r = t ? Symbol.for("react.fragment") : 60107, n = t ? Symbol.for("react.strict_mode") : 60108, o = t ? Symbol.for("react.profiler") : 60114, u = t ? Symbol.for("react.provider") : 60109, s = t ? Symbol.for("react.context") : 60110, a = t ? Symbol.for("react.async_mode") : 60111, c = t ? Symbol.for("react.concurrent_mode") : 60111, l = t ? Symbol.for("react.forward_ref") : 60112, d = t ? Symbol.for("react.suspense") : 60113, p = t ? Symbol.for("react.suspense_list") : 60120, I = t ? Symbol.for("react.memo") : 60115, v = t ? Symbol.for("react.lazy") : 60116, b = t ? Symbol.for("react.block") : 60121, g = t ? Symbol.for("react.fundamental") : 60117, f = t ? Symbol.for("react.responder") : 60118, C = t ? Symbol.for("react.scope") : 60119;
|
|
974
|
+
function h(x) {
|
|
975
975
|
return typeof x == "string" || typeof x == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
976
|
-
x === r || x === c || x === o || x === n || x === d || x === p || typeof x == "object" && x !== null && (x.$$typeof ===
|
|
976
|
+
x === r || x === c || x === o || x === n || x === d || x === p || typeof x == "object" && x !== null && (x.$$typeof === v || x.$$typeof === I || x.$$typeof === u || x.$$typeof === s || x.$$typeof === l || x.$$typeof === g || x.$$typeof === f || x.$$typeof === C || x.$$typeof === b);
|
|
977
977
|
}
|
|
978
978
|
function A(x) {
|
|
979
979
|
if (typeof x == "object" && x !== null) {
|
|
980
980
|
var Fe = x.$$typeof;
|
|
981
981
|
switch (Fe) {
|
|
982
982
|
case e:
|
|
983
|
-
var
|
|
984
|
-
switch (
|
|
983
|
+
var ve = x.type;
|
|
984
|
+
switch (ve) {
|
|
985
985
|
case a:
|
|
986
986
|
case c:
|
|
987
987
|
case r:
|
|
988
988
|
case o:
|
|
989
989
|
case n:
|
|
990
990
|
case d:
|
|
991
|
-
return
|
|
991
|
+
return ve;
|
|
992
992
|
default:
|
|
993
|
-
var De =
|
|
993
|
+
var De = ve && ve.$$typeof;
|
|
994
994
|
switch (De) {
|
|
995
995
|
case s:
|
|
996
996
|
case l:
|
|
997
|
-
case
|
|
997
|
+
case v:
|
|
998
998
|
case I:
|
|
999
999
|
case u:
|
|
1000
1000
|
return De;
|
|
@@ -1007,7 +1007,7 @@ function Rr() {
|
|
|
1007
1007
|
}
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
1010
|
-
var m = a, E = c, y = s, V = u, X = e, H = l, k = r, L =
|
|
1010
|
+
var m = a, E = c, y = s, V = u, X = e, H = l, k = r, L = v, K = I, q = i, D = o, F = n, Q = d, Y = !1;
|
|
1011
1011
|
function ee(x) {
|
|
1012
1012
|
return Y || (Y = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), re(x) || A(x) === a;
|
|
1013
1013
|
}
|
|
@@ -1030,7 +1030,7 @@ function Rr() {
|
|
|
1030
1030
|
return A(x) === r;
|
|
1031
1031
|
}
|
|
1032
1032
|
function te(x) {
|
|
1033
|
-
return A(x) ===
|
|
1033
|
+
return A(x) === v;
|
|
1034
1034
|
}
|
|
1035
1035
|
function ce(x) {
|
|
1036
1036
|
return A(x) === I;
|
|
@@ -1047,7 +1047,7 @@ function Rr() {
|
|
|
1047
1047
|
function Pe(x) {
|
|
1048
1048
|
return A(x) === d;
|
|
1049
1049
|
}
|
|
1050
|
-
O.AsyncMode = m, O.ConcurrentMode = E, O.ContextConsumer = y, O.ContextProvider = V, O.Element = X, O.ForwardRef = H, O.Fragment = k, O.Lazy = L, O.Memo = K, O.Portal = q, O.Profiler = D, O.StrictMode = F, O.Suspense = Q, O.isAsyncMode = ee, O.isConcurrentMode = re, O.isContextConsumer = Ce, O.isContextProvider = M, O.isElement = J, O.isForwardRef = oe, O.isFragment = se, O.isLazy = te, O.isMemo = ce, O.isPortal = ae, O.isProfiler = Ae, O.isStrictMode = st, O.isSuspense = Pe, O.isValidElementType =
|
|
1050
|
+
O.AsyncMode = m, O.ConcurrentMode = E, O.ContextConsumer = y, O.ContextProvider = V, O.Element = X, O.ForwardRef = H, O.Fragment = k, O.Lazy = L, O.Memo = K, O.Portal = q, O.Profiler = D, O.StrictMode = F, O.Suspense = Q, O.isAsyncMode = ee, O.isConcurrentMode = re, O.isContextConsumer = Ce, O.isContextProvider = M, O.isElement = J, O.isForwardRef = oe, O.isFragment = se, O.isLazy = te, O.isMemo = ce, O.isPortal = ae, O.isProfiler = Ae, O.isStrictMode = st, O.isSuspense = Pe, O.isValidElementType = h, O.typeOf = A;
|
|
1051
1051
|
}()), O;
|
|
1052
1052
|
}
|
|
1053
1053
|
process.env.NODE_ENV === "production" ? xt.exports = wr() : xt.exports = Rr();
|
|
@@ -1752,7 +1752,7 @@ function qe(t, e, i) {
|
|
|
1752
1752
|
const n = ni(t), o = n === ((r = t.ownerDocument) == null ? void 0 : r.body), u = fe(n);
|
|
1753
1753
|
return o ? e.concat(u, u.visualViewport || [], ti(n) ? n : [], u.frameElement && i ? qe(u.frameElement) : []) : e.concat(n, qe(n, [], i));
|
|
1754
1754
|
}
|
|
1755
|
-
function
|
|
1755
|
+
function vo(t) {
|
|
1756
1756
|
const e = Ht(t);
|
|
1757
1757
|
let i = parseFloat(e.width) || 0, r = parseFloat(e.height) || 0;
|
|
1758
1758
|
const n = Mt(t), o = n ? t.offsetWidth : i, u = n ? t.offsetHeight : r, s = $e(i) !== o || $e(r) !== u;
|
|
@@ -1773,17 +1773,17 @@ function dn(t) {
|
|
|
1773
1773
|
width: r,
|
|
1774
1774
|
height: n,
|
|
1775
1775
|
$: o
|
|
1776
|
-
} =
|
|
1776
|
+
} = vo(e);
|
|
1777
1777
|
let u = (o ? $e(i.width) : i.width) / r, s = (o ? $e(i.height) : i.height) / n;
|
|
1778
1778
|
return (!u || !Number.isFinite(u)) && (u = 1), (!s || !Number.isFinite(s)) && (s = 1), {
|
|
1779
1779
|
x: u,
|
|
1780
1780
|
y: s
|
|
1781
1781
|
};
|
|
1782
1782
|
}
|
|
1783
|
-
const
|
|
1783
|
+
const ho = /* @__PURE__ */ Ke(0);
|
|
1784
1784
|
function Co(t) {
|
|
1785
1785
|
const e = fe(t);
|
|
1786
|
-
return !fo() || !e.visualViewport ?
|
|
1786
|
+
return !fo() || !e.visualViewport ? ho : {
|
|
1787
1787
|
x: e.visualViewport.offsetLeft,
|
|
1788
1788
|
y: e.visualViewport.offsetTop
|
|
1789
1789
|
};
|
|
@@ -1800,10 +1800,10 @@ function gn(t, e, i, r) {
|
|
|
1800
1800
|
let a = (n.left + s.x) / u.x, c = (n.top + s.y) / u.y, l = n.width / u.x, d = n.height / u.y;
|
|
1801
1801
|
if (o) {
|
|
1802
1802
|
const p = fe(o), I = r;
|
|
1803
|
-
let
|
|
1804
|
-
for (; b && r && I !==
|
|
1805
|
-
const g = dn(b), f = b.getBoundingClientRect(), C = Ht(b),
|
|
1806
|
-
a *= g.x, c *= g.y, l *= g.x, d *= g.y, a +=
|
|
1803
|
+
let v = p, b = v.frameElement;
|
|
1804
|
+
for (; b && r && I !== v; ) {
|
|
1805
|
+
const g = dn(b), f = b.getBoundingClientRect(), C = Ht(b), h = f.left + (b.clientLeft + parseFloat(C.paddingLeft)) * g.x, A = f.top + (b.clientTop + parseFloat(C.paddingTop)) * g.y;
|
|
1806
|
+
a *= g.x, c *= g.y, l *= g.x, d *= g.y, a += h, c += A, v = fe(b), b = v.frameElement;
|
|
1807
1807
|
}
|
|
1808
1808
|
}
|
|
1809
1809
|
return bo({
|
|
@@ -1830,21 +1830,21 @@ function yo(t, e) {
|
|
|
1830
1830
|
} = t.getBoundingClientRect();
|
|
1831
1831
|
if (s || e(), !d || !p)
|
|
1832
1832
|
return;
|
|
1833
|
-
const I = Me(l),
|
|
1834
|
-
rootMargin: -I + "px " + -
|
|
1833
|
+
const I = Me(l), v = Me(n.clientWidth - (c + d)), b = Me(n.clientHeight - (l + p)), g = Me(c), C = {
|
|
1834
|
+
rootMargin: -I + "px " + -v + "px " + -b + "px " + -g + "px",
|
|
1835
1835
|
threshold: go(0, lo(1, a)) || 1
|
|
1836
1836
|
};
|
|
1837
|
-
let
|
|
1837
|
+
let h = !0;
|
|
1838
1838
|
function A(m) {
|
|
1839
1839
|
const E = m[0].intersectionRatio;
|
|
1840
1840
|
if (E !== a) {
|
|
1841
|
-
if (!
|
|
1841
|
+
if (!h)
|
|
1842
1842
|
return u();
|
|
1843
1843
|
E ? u(!1, E) : r = setTimeout(() => {
|
|
1844
1844
|
u(!1, 1e-7);
|
|
1845
1845
|
}, 1e3);
|
|
1846
1846
|
}
|
|
1847
|
-
|
|
1847
|
+
h = !1;
|
|
1848
1848
|
}
|
|
1849
1849
|
try {
|
|
1850
1850
|
i = new IntersectionObserver(A, {
|
|
@@ -1878,21 +1878,21 @@ function xo(t, e, i, r) {
|
|
|
1878
1878
|
u && (I = new ResizeObserver((f) => {
|
|
1879
1879
|
let [C] = f;
|
|
1880
1880
|
C && C.target === c && I && (I.unobserve(e), cancelAnimationFrame(p), p = requestAnimationFrame(() => {
|
|
1881
|
-
var
|
|
1882
|
-
(
|
|
1881
|
+
var h;
|
|
1882
|
+
(h = I) == null || h.observe(e);
|
|
1883
1883
|
})), i();
|
|
1884
1884
|
}), c && !a && I.observe(c), I.observe(e));
|
|
1885
|
-
let
|
|
1885
|
+
let v, b = a ? gn(t) : null;
|
|
1886
1886
|
a && g();
|
|
1887
1887
|
function g() {
|
|
1888
1888
|
const f = gn(t);
|
|
1889
|
-
b && (f.x !== b.x || f.y !== b.y || f.width !== b.width || f.height !== b.height) && i(), b = f,
|
|
1889
|
+
b && (f.x !== b.x || f.y !== b.y || f.width !== b.width || f.height !== b.height) && i(), b = f, v = requestAnimationFrame(g);
|
|
1890
1890
|
}
|
|
1891
1891
|
return i(), () => {
|
|
1892
1892
|
var f;
|
|
1893
1893
|
l.forEach((C) => {
|
|
1894
1894
|
n && C.removeEventListener("scroll", i), o && C.removeEventListener("resize", i);
|
|
1895
|
-
}), d == null || d(), (f = I) == null || f.disconnect(), I = null, a && cancelAnimationFrame(
|
|
1895
|
+
}), d == null || d(), (f = I) == null || f.disconnect(), I = null, a && cancelAnimationFrame(v);
|
|
1896
1896
|
};
|
|
1897
1897
|
}
|
|
1898
1898
|
var St = Si, Eo = ["className", "clearValue", "cx", "getStyles", "getClassNames", "getValue", "hasValue", "isMulti", "isRtl", "options", "selectOption", "selectProps", "setValue", "theme"], et = function() {
|
|
@@ -1914,7 +1914,7 @@ function So(t, e) {
|
|
|
1914
1914
|
}).join(" ");
|
|
1915
1915
|
}
|
|
1916
1916
|
var bn = function(e) {
|
|
1917
|
-
return Oo(e) ? e.filter(Boolean) :
|
|
1917
|
+
return Oo(e) ? e.filter(Boolean) : he(e) === "object" && e !== null ? [e] : [];
|
|
1918
1918
|
}, ii = function(e) {
|
|
1919
1919
|
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;
|
|
1920
1920
|
var i = me(e, Eo);
|
|
@@ -2027,16 +2027,16 @@ function Zo(t) {
|
|
|
2027
2027
|
};
|
|
2028
2028
|
if (!i || !i.offsetParent)
|
|
2029
2029
|
return c;
|
|
2030
|
-
var l = a.getBoundingClientRect(), d = l.height, p = i.getBoundingClientRect(), I = p.bottom,
|
|
2030
|
+
var l = a.getBoundingClientRect(), d = l.height, p = i.getBoundingClientRect(), I = p.bottom, v = p.height, b = p.top, g = i.offsetParent.getBoundingClientRect(), f = g.top, C = u ? window.innerHeight : Fo(a), h = ri(a), A = parseInt(getComputedStyle(i).marginBottom, 10), m = parseInt(getComputedStyle(i).marginTop, 10), E = f - m, y = C - b, V = E + h, X = d - h - b, H = I - C + h + A, k = h + b - m, L = 160;
|
|
2031
2031
|
switch (n) {
|
|
2032
2032
|
case "auto":
|
|
2033
2033
|
case "bottom":
|
|
2034
|
-
if (y >=
|
|
2034
|
+
if (y >= v)
|
|
2035
2035
|
return {
|
|
2036
2036
|
placement: "bottom",
|
|
2037
2037
|
maxHeight: e
|
|
2038
2038
|
};
|
|
2039
|
-
if (X >=
|
|
2039
|
+
if (X >= v && !u)
|
|
2040
2040
|
return o && He(a, H, L), {
|
|
2041
2041
|
placement: "bottom",
|
|
2042
2042
|
maxHeight: e
|
|
@@ -2063,12 +2063,12 @@ function Zo(t) {
|
|
|
2063
2063
|
};
|
|
2064
2064
|
break;
|
|
2065
2065
|
case "top":
|
|
2066
|
-
if (E >=
|
|
2066
|
+
if (E >= v)
|
|
2067
2067
|
return {
|
|
2068
2068
|
placement: "top",
|
|
2069
2069
|
maxHeight: e
|
|
2070
2070
|
};
|
|
2071
|
-
if (V >=
|
|
2071
|
+
if (V >= v && !u)
|
|
2072
2072
|
return o && He(a, k, L), {
|
|
2073
2073
|
placement: "top",
|
|
2074
2074
|
maxHeight: e
|
|
@@ -2110,7 +2110,7 @@ var ai = function(e) {
|
|
|
2110
2110
|
marginTop: s.menuGutter
|
|
2111
2111
|
});
|
|
2112
2112
|
}, ui = /* @__PURE__ */ Fi(null), Lo = function(e) {
|
|
2113
|
-
var i = e.children, r = e.minMenuHeight, n = e.maxMenuHeight, o = e.menuPlacement, u = e.menuPosition, s = e.menuShouldScrollIntoView, a = e.theme, c = wn(ui) || {}, l = c.setPortalPlacement, d = de(null), p = Ie(n), I = pe(p, 2),
|
|
2113
|
+
var i = e.children, r = e.minMenuHeight, n = e.maxMenuHeight, o = e.menuPlacement, u = e.menuPosition, s = e.menuShouldScrollIntoView, a = e.theme, c = wn(ui) || {}, l = c.setPortalPlacement, d = de(null), p = Ie(n), I = pe(p, 2), v = I[0], b = I[1], g = Ie(null), f = pe(g, 2), C = f[0], h = f[1], A = a.spacing.controlHeight;
|
|
2114
2114
|
return St(function() {
|
|
2115
2115
|
var m = d.current;
|
|
2116
2116
|
if (m) {
|
|
@@ -2123,13 +2123,13 @@ var ai = function(e) {
|
|
|
2123
2123
|
isFixedPosition: E,
|
|
2124
2124
|
controlHeight: A
|
|
2125
2125
|
});
|
|
2126
|
-
b(V.maxHeight),
|
|
2126
|
+
b(V.maxHeight), h(V.placement), l == null || l(V.placement);
|
|
2127
2127
|
}
|
|
2128
2128
|
}, [n, o, u, s, r, l, A]), i({
|
|
2129
2129
|
ref: d,
|
|
2130
2130
|
placerProps: S(S({}, e), {}, {
|
|
2131
2131
|
placement: C || ai(o),
|
|
2132
|
-
maxHeight:
|
|
2132
|
+
maxHeight: v
|
|
2133
2133
|
})
|
|
2134
2134
|
});
|
|
2135
2135
|
}, _o = function(e) {
|
|
@@ -2195,11 +2195,11 @@ var ai = function(e) {
|
|
|
2195
2195
|
zIndex: 1
|
|
2196
2196
|
};
|
|
2197
2197
|
}, Ko = function(e) {
|
|
2198
|
-
var i = e.appendTo, r = e.children, n = e.controlElement, o = e.innerProps, u = e.menuPlacement, s = e.menuPosition, a = de(null), c = de(null), l = Ie(ai(u)), d = pe(l, 2), p = d[0], I = d[1],
|
|
2198
|
+
var i = e.appendTo, r = e.children, n = e.controlElement, o = e.innerProps, u = e.menuPlacement, s = e.menuPosition, a = de(null), c = de(null), l = Ie(ai(u)), d = pe(l, 2), p = d[0], I = d[1], v = xe(function() {
|
|
2199
2199
|
return {
|
|
2200
2200
|
setPortalPlacement: I
|
|
2201
2201
|
};
|
|
2202
|
-
}, []), b = Ie(null), g = pe(b, 2), f = g[0], C = g[1],
|
|
2202
|
+
}, []), b = Ie(null), g = pe(b, 2), f = g[0], C = g[1], h = U(function() {
|
|
2203
2203
|
if (n) {
|
|
2204
2204
|
var y = Bo(n), V = s === "fixed" ? 0 : window.pageYOffset, X = y[p] + V;
|
|
2205
2205
|
(X !== (f == null ? void 0 : f.offset) || y.left !== (f == null ? void 0 : f.rect.left) || y.width !== (f == null ? void 0 : f.rect.width)) && C({
|
|
@@ -2209,13 +2209,13 @@ var ai = function(e) {
|
|
|
2209
2209
|
}
|
|
2210
2210
|
}, [n, s, p, f == null ? void 0 : f.offset, f == null ? void 0 : f.rect.left, f == null ? void 0 : f.rect.width]);
|
|
2211
2211
|
St(function() {
|
|
2212
|
-
|
|
2213
|
-
}, [
|
|
2212
|
+
h();
|
|
2213
|
+
}, [h]);
|
|
2214
2214
|
var A = U(function() {
|
|
2215
|
-
typeof c.current == "function" && (c.current(), c.current = null), n && a.current && (c.current = xo(n, a.current,
|
|
2215
|
+
typeof c.current == "function" && (c.current(), c.current = null), n && a.current && (c.current = xo(n, a.current, h, {
|
|
2216
2216
|
elementResize: "ResizeObserver" in window
|
|
2217
2217
|
}));
|
|
2218
|
-
}, [n,
|
|
2218
|
+
}, [n, h]);
|
|
2219
2219
|
St(function() {
|
|
2220
2220
|
A();
|
|
2221
2221
|
}, [A]);
|
|
@@ -2234,7 +2234,7 @@ var ai = function(e) {
|
|
|
2234
2234
|
"menu-portal": !0
|
|
2235
2235
|
}), o), r);
|
|
2236
2236
|
return G(ui.Provider, {
|
|
2237
|
-
value:
|
|
2237
|
+
value: v
|
|
2238
2238
|
}, i ? /* @__PURE__ */ Vi(E, i) : E);
|
|
2239
2239
|
}, qo = function(e) {
|
|
2240
2240
|
var i = e.isDisabled, r = e.isRtl;
|
|
@@ -2410,7 +2410,7 @@ var sa = process.env.NODE_ENV === "production" ? {
|
|
|
2410
2410
|
delay: 320,
|
|
2411
2411
|
offset: !r
|
|
2412
2412
|
}));
|
|
2413
|
-
},
|
|
2413
|
+
}, va = function(e, i) {
|
|
2414
2414
|
var r = e.isDisabled, n = e.isFocused, o = e.theme, u = o.colors, s = o.borderRadius, a = o.spacing;
|
|
2415
2415
|
return S({
|
|
2416
2416
|
label: "control",
|
|
@@ -2434,7 +2434,7 @@ var sa = process.env.NODE_ENV === "production" ? {
|
|
|
2434
2434
|
borderColor: n ? u.primary : u.neutral30
|
|
2435
2435
|
}
|
|
2436
2436
|
});
|
|
2437
|
-
},
|
|
2437
|
+
}, ha = function(e) {
|
|
2438
2438
|
var i = e.children, r = e.isDisabled, n = e.isFocused, o = e.innerRef, u = e.innerProps, s = e.menuIsOpen;
|
|
2439
2439
|
return G("div", N({
|
|
2440
2440
|
ref: o
|
|
@@ -2446,7 +2446,7 @@ var sa = process.env.NODE_ENV === "production" ? {
|
|
|
2446
2446
|
}), u, {
|
|
2447
2447
|
"aria-disabled": r || void 0
|
|
2448
2448
|
}), i);
|
|
2449
|
-
}, Ca =
|
|
2449
|
+
}, Ca = ha, Aa = ["data"], ya = function(e, i) {
|
|
2450
2450
|
var r = e.theme.spacing;
|
|
2451
2451
|
return i ? {} : {
|
|
2452
2452
|
paddingBottom: r.baseUnit * 2,
|
|
@@ -2754,7 +2754,7 @@ var tu = process.env.NODE_ENV === "production" ? {
|
|
|
2754
2754
|
return G("span", N({
|
|
2755
2755
|
css: tu
|
|
2756
2756
|
}, e));
|
|
2757
|
-
},
|
|
2757
|
+
}, vn = nu, iu = {
|
|
2758
2758
|
guidance: function(e) {
|
|
2759
2759
|
var i = e.isSearchable, r = e.isMulti, n = e.tabSelectsValue, o = e.context, u = e.isInitialFocus;
|
|
2760
2760
|
switch (o) {
|
|
@@ -2802,7 +2802,7 @@ var tu = process.env.NODE_ENV === "production" ? {
|
|
|
2802
2802
|
return "".concat(r).concat(i ? " for search term " + i : "", ".");
|
|
2803
2803
|
}
|
|
2804
2804
|
}, ru = function(e) {
|
|
2805
|
-
var i = e.ariaSelection, r = e.focusedOption, n = e.focusedValue, o = e.focusableOptions, u = e.isFocused, s = e.selectValue, a = e.selectProps, c = e.id, l = e.isAppleDevice, d = a.ariaLiveMessages, p = a.getOptionLabel, I = a.inputValue,
|
|
2805
|
+
var i = e.ariaSelection, r = e.focusedOption, n = e.focusedValue, o = e.focusableOptions, u = e.isFocused, s = e.selectValue, a = e.selectProps, c = e.id, l = e.isAppleDevice, d = a.ariaLiveMessages, p = a.getOptionLabel, I = a.inputValue, v = a.isMulti, b = a.isOptionDisabled, g = a.isSearchable, f = a.menuIsOpen, C = a.options, h = a.screenReaderStatus, A = a.tabSelectsValue, m = a.isLoading, E = a["aria-label"], y = a["aria-live"], V = xe(function() {
|
|
2806
2806
|
return S(S({}, iu), d || {});
|
|
2807
2807
|
}, [d]), X = xe(function() {
|
|
2808
2808
|
var D = "";
|
|
@@ -2838,7 +2838,7 @@ var tu = process.env.NODE_ENV === "production" ? {
|
|
|
2838
2838
|
}, [r, n, p, b, V, o, s, l]), k = xe(function() {
|
|
2839
2839
|
var D = "";
|
|
2840
2840
|
if (f && C.length && !m && V.onFilter) {
|
|
2841
|
-
var F =
|
|
2841
|
+
var F = h({
|
|
2842
2842
|
count: o.length
|
|
2843
2843
|
});
|
|
2844
2844
|
D = V.onFilter({
|
|
@@ -2847,7 +2847,7 @@ var tu = process.env.NODE_ENV === "production" ? {
|
|
|
2847
2847
|
});
|
|
2848
2848
|
}
|
|
2849
2849
|
return D;
|
|
2850
|
-
}, [o, I, f, V, C,
|
|
2850
|
+
}, [o, I, f, V, C, h, m]), L = (i == null ? void 0 : i.action) === "initial-input-focus", K = xe(function() {
|
|
2851
2851
|
var D = "";
|
|
2852
2852
|
if (V.guidance) {
|
|
2853
2853
|
var F = n ? "value" : f ? "menu" : "input";
|
|
@@ -2855,14 +2855,14 @@ var tu = process.env.NODE_ENV === "production" ? {
|
|
|
2855
2855
|
"aria-label": E,
|
|
2856
2856
|
context: F,
|
|
2857
2857
|
isDisabled: r && b(r, s),
|
|
2858
|
-
isMulti:
|
|
2858
|
+
isMulti: v,
|
|
2859
2859
|
isSearchable: g,
|
|
2860
2860
|
tabSelectsValue: A,
|
|
2861
2861
|
isInitialFocus: L
|
|
2862
2862
|
});
|
|
2863
2863
|
}
|
|
2864
2864
|
return D;
|
|
2865
|
-
}, [E, r, n,
|
|
2865
|
+
}, [E, r, n, v, b, g, f, V, s, A, L]), q = G(vt, null, G("span", {
|
|
2866
2866
|
id: "aria-selection"
|
|
2867
2867
|
}, X), G("span", {
|
|
2868
2868
|
id: "aria-focused"
|
|
@@ -2871,9 +2871,9 @@ var tu = process.env.NODE_ENV === "production" ? {
|
|
|
2871
2871
|
}, k), G("span", {
|
|
2872
2872
|
id: "aria-guidance"
|
|
2873
2873
|
}, K));
|
|
2874
|
-
return G(
|
|
2874
|
+
return G(vt, null, G(vn, {
|
|
2875
2875
|
id: c
|
|
2876
|
-
}, L && q), G(
|
|
2876
|
+
}, L && q), G(vn, {
|
|
2877
2877
|
"aria-live": y,
|
|
2878
2878
|
"aria-atomic": "false",
|
|
2879
2879
|
"aria-relevant": "additions text",
|
|
@@ -3141,7 +3141,7 @@ var fi = function(e) {
|
|
|
3141
3141
|
return e.replace(au, function(i) {
|
|
3142
3142
|
return pi[i];
|
|
3143
3143
|
});
|
|
3144
|
-
}, uu = qa(fi),
|
|
3144
|
+
}, uu = qa(fi), hn = function(e) {
|
|
3145
3145
|
return e.replace(/^\s+|\s+$/g, "");
|
|
3146
3146
|
}, su = function(e) {
|
|
3147
3147
|
return "".concat(e.label, " ").concat(e.value);
|
|
@@ -3155,7 +3155,7 @@ var fi = function(e) {
|
|
|
3155
3155
|
stringify: su,
|
|
3156
3156
|
trim: !0,
|
|
3157
3157
|
matchFrom: "any"
|
|
3158
|
-
}, e), o = n.ignoreCase, u = n.ignoreAccents, s = n.stringify, a = n.trim, c = n.matchFrom, l = a ?
|
|
3158
|
+
}, e), o = n.ignoreCase, u = n.ignoreAccents, s = n.stringify, a = n.trim, c = n.matchFrom, l = a ? hn(r) : r, d = a ? hn(s(i)) : s(i);
|
|
3159
3159
|
return o && (l = l.toLowerCase(), d = d.toLowerCase()), u && (l = uu(l), d = fi(d)), c === "start" ? d.substr(0, l.length) === l : d.indexOf(l) > -1;
|
|
3160
3160
|
};
|
|
3161
3161
|
}, lu = ["innerRef"];
|
|
@@ -3193,8 +3193,8 @@ var gu = function(e) {
|
|
|
3193
3193
|
function bu(t) {
|
|
3194
3194
|
var e = t.isEnabled, i = t.onBottomArrive, r = t.onBottomLeave, n = t.onTopArrive, o = t.onTopLeave, u = de(!1), s = de(!1), a = de(0), c = de(null), l = U(function(g, f) {
|
|
3195
3195
|
if (c.current !== null) {
|
|
3196
|
-
var C = c.current,
|
|
3197
|
-
V > f && u.current && (r && r(g), u.current = !1), y && s.current && (o && o(g), s.current = !1), y && f > V ? (i && !u.current && i(g), E.scrollTop = A, X = !0, u.current = !0) : !y && -f >
|
|
3196
|
+
var C = c.current, h = C.scrollTop, A = C.scrollHeight, m = C.clientHeight, E = c.current, y = f > 0, V = A - m - h, X = !1;
|
|
3197
|
+
V > f && u.current && (r && r(g), u.current = !1), y && s.current && (o && o(g), s.current = !1), y && f > V ? (i && !u.current && i(g), E.scrollTop = A, X = !0, u.current = !0) : !y && -f > h && (n && !s.current && n(g), E.scrollTop = 0, X = !0, s.current = !0), X && gu(g);
|
|
3198
3198
|
}
|
|
3199
3199
|
}, [i, r, n, o]), d = U(function(g) {
|
|
3200
3200
|
l(g, g.deltaY);
|
|
@@ -3203,7 +3203,7 @@ function bu(t) {
|
|
|
3203
3203
|
}, []), I = U(function(g) {
|
|
3204
3204
|
var f = a.current - g.changedTouches[0].clientY;
|
|
3205
3205
|
l(g, f);
|
|
3206
|
-
}, [l]),
|
|
3206
|
+
}, [l]), v = U(function(g) {
|
|
3207
3207
|
if (g) {
|
|
3208
3208
|
var f = Wo ? {
|
|
3209
3209
|
passive: !1
|
|
@@ -3216,11 +3216,11 @@ function bu(t) {
|
|
|
3216
3216
|
return Rn(function() {
|
|
3217
3217
|
if (e) {
|
|
3218
3218
|
var g = c.current;
|
|
3219
|
-
return
|
|
3219
|
+
return v(g), function() {
|
|
3220
3220
|
b(g);
|
|
3221
3221
|
};
|
|
3222
3222
|
}
|
|
3223
|
-
}, [e,
|
|
3223
|
+
}, [e, v, b]), function(g) {
|
|
3224
3224
|
c.current = g;
|
|
3225
3225
|
};
|
|
3226
3226
|
}
|
|
@@ -3252,14 +3252,14 @@ function pu(t) {
|
|
|
3252
3252
|
var e = t.isEnabled, i = t.accountForScrollbars, r = i === void 0 ? !0 : i, n = de({}), o = de(null), u = U(function(a) {
|
|
3253
3253
|
if (Sn) {
|
|
3254
3254
|
var c = document.body, l = c && c.style;
|
|
3255
|
-
if (r && Cn.forEach(function(
|
|
3256
|
-
var b = l && l[
|
|
3257
|
-
n.current[
|
|
3255
|
+
if (r && Cn.forEach(function(v) {
|
|
3256
|
+
var b = l && l[v];
|
|
3257
|
+
n.current[v] = b;
|
|
3258
3258
|
}), r && Ve < 1) {
|
|
3259
3259
|
var d = parseInt(n.current.paddingRight, 10) || 0, p = document.body ? document.body.clientWidth : 0, I = window.innerWidth - p + d || 0;
|
|
3260
|
-
Object.keys(An).forEach(function(
|
|
3261
|
-
var b = An[
|
|
3262
|
-
l && (l[
|
|
3260
|
+
Object.keys(An).forEach(function(v) {
|
|
3261
|
+
var b = An[v];
|
|
3262
|
+
l && (l[v] = b);
|
|
3263
3263
|
}), l && (l.paddingRight = "".concat(I, "px"));
|
|
3264
3264
|
}
|
|
3265
3265
|
c && Gn() && (c.addEventListener("touchmove", yn, ye), a && (a.addEventListener("touchstart", En, ye), a.addEventListener("touchmove", xn, ye))), Ve += 1;
|
|
@@ -3299,7 +3299,7 @@ var mu = function(e) {
|
|
|
3299
3299
|
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlNjcm9sbE1hbmFnZXIudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9EVSIsImZpbGUiOiJTY3JvbGxNYW5hZ2VyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRnJhZ21lbnQsIFJlYWN0RWxlbWVudCwgUmVmQ2FsbGJhY2ssIE1vdXNlRXZlbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgdXNlU2Nyb2xsQ2FwdHVyZSBmcm9tICcuL3VzZVNjcm9sbENhcHR1cmUnO1xuaW1wb3J0IHVzZVNjcm9sbExvY2sgZnJvbSAnLi91c2VTY3JvbGxMb2NrJztcblxuaW50ZXJmYWNlIFByb3BzIHtcbiAgcmVhZG9ubHkgY2hpbGRyZW46IChyZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PikgPT4gUmVhY3RFbGVtZW50O1xuICByZWFkb25seSBsb2NrRW5hYmxlZDogYm9vbGVhbjtcbiAgcmVhZG9ubHkgY2FwdHVyZUVuYWJsZWQ6IGJvb2xlYW47XG4gIHJlYWRvbmx5IG9uQm90dG9tQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Cb3R0b21MZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG4gIHJlYWRvbmx5IG9uVG9wQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Ub3BMZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG59XG5cbmNvbnN0IGJsdXJTZWxlY3RJbnB1dCA9IChldmVudDogTW91c2VFdmVudDxIVE1MRGl2RWxlbWVudD4pID0+IHtcbiAgY29uc3QgZWxlbWVudCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MRGl2RWxlbWVudDtcbiAgcmV0dXJuIChcbiAgICBlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCAmJlxuICAgIChlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudCkuYmx1cigpXG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBTY3JvbGxNYW5hZ2VyKHtcbiAgY2hpbGRyZW4sXG4gIGxvY2tFbmFibGVkLFxuICBjYXB0dXJlRW5hYmxlZCA9IHRydWUsXG4gIG9uQm90dG9tQXJyaXZlLFxuICBvbkJvdHRvbUxlYXZlLFxuICBvblRvcEFycml2ZSxcbiAgb25Ub3BMZWF2ZSxcbn06IFByb3BzKSB7XG4gIGNvbnN0IHNldFNjcm9sbENhcHR1cmVUYXJnZXQgPSB1c2VTY3JvbGxDYXB0dXJlKHtcbiAgICBpc0VuYWJsZWQ6IGNhcHR1cmVFbmFibGVkLFxuICAgIG9uQm90dG9tQXJyaXZlLFxuICAgIG9uQm90dG9tTGVhdmUsXG4gICAgb25Ub3BBcnJpdmUsXG4gICAgb25Ub3BMZWF2ZSxcbiAgfSk7XG4gIGNvbnN0IHNldFNjcm9sbExvY2tUYXJnZXQgPSB1c2VTY3JvbGxMb2NrKHsgaXNFbmFibGVkOiBsb2NrRW5hYmxlZCB9KTtcblxuICBjb25zdCB0YXJnZXRSZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PiA9IChlbGVtZW50KSA9PiB7XG4gICAgc2V0U2Nyb2xsQ2FwdHVyZVRhcmdldChlbGVtZW50KTtcbiAgICBzZXRTY3JvbGxMb2NrVGFyZ2V0KGVsZW1lbnQpO1xuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPEZyYWdtZW50PlxuICAgICAge2xvY2tFbmFibGVkICYmIChcbiAgICAgICAgPGRpdlxuICAgICAgICAgIG9uQ2xpY2s9e2JsdXJTZWxlY3RJbnB1dH1cbiAgICAgICAgICBjc3M9e3sgcG9zaXRpb246ICdmaXhlZCcsIGxlZnQ6IDAsIGJvdHRvbTogMCwgcmlnaHQ6IDAsIHRvcDogMCB9fVxuICAgICAgICAvPlxuICAgICAgKX1cbiAgICAgIHtjaGlsZHJlbih0YXJnZXRSZWYpfVxuICAgIDwvRnJhZ21lbnQ+XG4gICk7XG59XG4iXX0= */",
|
|
3300
3300
|
toString: fu
|
|
3301
3301
|
};
|
|
3302
|
-
function
|
|
3302
|
+
function vu(t) {
|
|
3303
3303
|
var e = t.children, i = t.lockEnabled, r = t.captureEnabled, n = r === void 0 ? !0 : r, o = t.onBottomArrive, u = t.onBottomLeave, s = t.onTopArrive, a = t.onTopLeave, c = bu({
|
|
3304
3304
|
isEnabled: n,
|
|
3305
3305
|
onBottomArrive: o,
|
|
@@ -3311,12 +3311,12 @@ function hu(t) {
|
|
|
3311
3311
|
}), d = function(I) {
|
|
3312
3312
|
c(I), l(I);
|
|
3313
3313
|
};
|
|
3314
|
-
return G(
|
|
3314
|
+
return G(vt, null, i && G("div", {
|
|
3315
3315
|
onClick: mu,
|
|
3316
3316
|
css: Iu
|
|
3317
3317
|
}), e(d));
|
|
3318
3318
|
}
|
|
3319
|
-
function
|
|
3319
|
+
function hu() {
|
|
3320
3320
|
return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
|
|
3321
3321
|
}
|
|
3322
3322
|
var Cu = process.env.NODE_ENV === "production" ? {
|
|
@@ -3326,7 +3326,7 @@ var Cu = process.env.NODE_ENV === "production" ? {
|
|
|
3326
3326
|
name: "5kkxb2-requiredInput-RequiredInput",
|
|
3327
3327
|
styles: "label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%;label:RequiredInput;",
|
|
3328
3328
|
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlJlcXVpcmVkSW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNJIiwiZmlsZSI6IlJlcXVpcmVkSW5wdXQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyBGb2N1c0V2ZW50SGFuZGxlciwgRnVuY3Rpb25Db21wb25lbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmNvbnN0IFJlcXVpcmVkSW5wdXQ6IEZ1bmN0aW9uQ29tcG9uZW50PHtcbiAgcmVhZG9ubHkgbmFtZT86IHN0cmluZztcbiAgcmVhZG9ubHkgb25Gb2N1czogRm9jdXNFdmVudEhhbmRsZXI8SFRNTElucHV0RWxlbWVudD47XG59PiA9ICh7IG5hbWUsIG9uRm9jdXMgfSkgPT4gKFxuICA8aW5wdXRcbiAgICByZXF1aXJlZFxuICAgIG5hbWU9e25hbWV9XG4gICAgdGFiSW5kZXg9ey0xfVxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgb25Gb2N1cz17b25Gb2N1c31cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAncmVxdWlyZWRJbnB1dCcsXG4gICAgICBvcGFjaXR5OiAwLFxuICAgICAgcG9pbnRlckV2ZW50czogJ25vbmUnLFxuICAgICAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG4gICAgICBib3R0b206IDAsXG4gICAgICBsZWZ0OiAwLFxuICAgICAgcmlnaHQ6IDAsXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgIH19XG4gICAgLy8gUHJldmVudCBgU3dpdGNoaW5nIGZyb20gdW5jb250cm9sbGVkIHRvIGNvbnRyb2xsZWRgIGVycm9yXG4gICAgdmFsdWU9XCJcIlxuICAgIG9uQ2hhbmdlPXsoKSA9PiB7fX1cbiAgLz5cbik7XG5cbmV4cG9ydCBkZWZhdWx0IFJlcXVpcmVkSW5wdXQ7XG4iXX0= */",
|
|
3329
|
-
toString:
|
|
3329
|
+
toString: hu
|
|
3330
3330
|
}, Au = function(e) {
|
|
3331
3331
|
var i = e.name, r = e.onFocus;
|
|
3332
3332
|
return G("input", {
|
|
@@ -3372,7 +3372,7 @@ var Fu = function(e) {
|
|
|
3372
3372
|
}, wu = {
|
|
3373
3373
|
clearIndicator: da,
|
|
3374
3374
|
container: qo,
|
|
3375
|
-
control:
|
|
3375
|
+
control: va,
|
|
3376
3376
|
dropdownIndicator: ca,
|
|
3377
3377
|
group: ya,
|
|
3378
3378
|
groupHeading: Ea,
|
|
@@ -3603,10 +3603,10 @@ var Ei = function(e) {
|
|
|
3603
3603
|
var l = n.props, d = l.onChange, p = l.name;
|
|
3604
3604
|
c.name = p, n.ariaOnChange(a, c), d(a, c);
|
|
3605
3605
|
}, n.setValue = function(a, c, l) {
|
|
3606
|
-
var d = n.props, p = d.closeMenuOnSelect, I = d.isMulti,
|
|
3606
|
+
var d = n.props, p = d.closeMenuOnSelect, I = d.isMulti, v = d.inputValue;
|
|
3607
3607
|
n.onInputChange("", {
|
|
3608
3608
|
action: "set-value",
|
|
3609
|
-
prevInputValue:
|
|
3609
|
+
prevInputValue: v
|
|
3610
3610
|
}), p && (n.setState({
|
|
3611
3611
|
inputIsHiddenAfterUpdate: !I
|
|
3612
3612
|
}), n.onMenuClose()), n.setState({
|
|
@@ -3616,8 +3616,8 @@ var Ei = function(e) {
|
|
|
3616
3616
|
option: l
|
|
3617
3617
|
});
|
|
3618
3618
|
}, n.selectOption = function(a) {
|
|
3619
|
-
var c = n.props, l = c.blurInputOnSelect, d = c.isMulti, p = c.name, I = n.state.selectValue,
|
|
3620
|
-
if (
|
|
3619
|
+
var c = n.props, l = c.blurInputOnSelect, d = c.isMulti, p = c.name, I = n.state.selectValue, v = d && n.isOptionSelected(a, I), b = n.isOptionDisabled(a, I);
|
|
3620
|
+
if (v) {
|
|
3621
3621
|
var g = n.getOptionValue(a);
|
|
3622
3622
|
n.setValue(I.filter(function(f) {
|
|
3623
3623
|
return n.getOptionValue(f) !== g;
|
|
@@ -3634,8 +3634,8 @@ var Ei = function(e) {
|
|
|
3634
3634
|
}
|
|
3635
3635
|
l && n.blurInput();
|
|
3636
3636
|
}, n.removeValue = function(a) {
|
|
3637
|
-
var c = n.props.isMulti, l = n.state.selectValue, d = n.getOptionValue(a), p = l.filter(function(
|
|
3638
|
-
return n.getOptionValue(
|
|
3637
|
+
var c = n.props.isMulti, l = n.state.selectValue, d = n.getOptionValue(a), p = l.filter(function(v) {
|
|
3638
|
+
return n.getOptionValue(v) !== d;
|
|
3639
3639
|
}), I = _e(c, p, p[0] || null);
|
|
3640
3640
|
n.onChange(I, {
|
|
3641
3641
|
action: "remove-value",
|
|
@@ -3775,7 +3775,7 @@ var Ei = function(e) {
|
|
|
3775
3775
|
}, n.onValueInputFocus = function(a) {
|
|
3776
3776
|
a.preventDefault(), a.stopPropagation(), n.focus();
|
|
3777
3777
|
}, n.onKeyDown = function(a) {
|
|
3778
|
-
var c = n.props, l = c.isMulti, d = c.backspaceRemovesValue, p = c.escapeClearsValue, I = c.inputValue,
|
|
3778
|
+
var c = n.props, l = c.isMulti, d = c.backspaceRemovesValue, p = c.escapeClearsValue, I = c.inputValue, v = c.isClearable, b = c.isDisabled, g = c.menuIsOpen, f = c.onKeyDown, C = c.tabSelectsValue, h = c.openMenuOnFocus, A = n.state, m = A.focusedOption, E = A.focusedValue, y = A.selectValue;
|
|
3779
3779
|
if (!b && !(typeof f == "function" && (f(a), a.defaultPrevented))) {
|
|
3780
3780
|
switch (n.blockOptionHover = !0, a.key) {
|
|
3781
3781
|
case "ArrowLeft":
|
|
@@ -3797,13 +3797,13 @@ var Ei = function(e) {
|
|
|
3797
3797
|
else {
|
|
3798
3798
|
if (!d)
|
|
3799
3799
|
return;
|
|
3800
|
-
l ? n.popValue() :
|
|
3800
|
+
l ? n.popValue() : v && n.clearValue();
|
|
3801
3801
|
}
|
|
3802
3802
|
break;
|
|
3803
3803
|
case "Tab":
|
|
3804
3804
|
if (n.isComposing || a.shiftKey || !g || !C || !m || // don't capture the event if the menu opens on focus and the focused
|
|
3805
3805
|
// option is already selected; it breaks the flow of navigation
|
|
3806
|
-
|
|
3806
|
+
h && n.isOptionSelected(m, y))
|
|
3807
3807
|
return;
|
|
3808
3808
|
n.selectOption(m);
|
|
3809
3809
|
break;
|
|
@@ -3823,7 +3823,7 @@ var Ei = function(e) {
|
|
|
3823
3823
|
}), n.onInputChange("", {
|
|
3824
3824
|
action: "menu-close",
|
|
3825
3825
|
prevInputValue: I
|
|
3826
|
-
}), n.onMenuClose()) :
|
|
3826
|
+
}), n.onMenuClose()) : v && p && n.clearValue();
|
|
3827
3827
|
break;
|
|
3828
3828
|
case " ":
|
|
3829
3829
|
if (I)
|
|
@@ -4000,7 +4000,7 @@ var Ei = function(e) {
|
|
|
4000
4000
|
}, {
|
|
4001
4001
|
key: "getCommonProps",
|
|
4002
4002
|
value: function() {
|
|
4003
|
-
var n = this.clearValue, o = this.cx, u = this.getStyles, s = this.getClassNames, a = this.getValue, c = this.selectOption, l = this.setValue, d = this.props, p = d.isMulti, I = d.isRtl,
|
|
4003
|
+
var n = this.clearValue, o = this.cx, u = this.getStyles, s = this.getClassNames, a = this.getValue, c = this.selectOption, l = this.setValue, d = this.props, p = d.isMulti, I = d.isRtl, v = d.options, b = this.hasValue();
|
|
4004
4004
|
return {
|
|
4005
4005
|
clearValue: n,
|
|
4006
4006
|
cx: o,
|
|
@@ -4010,7 +4010,7 @@ var Ei = function(e) {
|
|
|
4010
4010
|
hasValue: b,
|
|
4011
4011
|
isMulti: p,
|
|
4012
4012
|
isRtl: I,
|
|
4013
|
-
options:
|
|
4013
|
+
options: v,
|
|
4014
4014
|
selectOption: c,
|
|
4015
4015
|
selectProps: d,
|
|
4016
4016
|
setValue: l,
|
|
@@ -4107,7 +4107,7 @@ var Ei = function(e) {
|
|
|
4107
4107
|
// Renderers
|
|
4108
4108
|
// ==============================
|
|
4109
4109
|
function() {
|
|
4110
|
-
var n = this.props, o = n.isDisabled, u = n.isSearchable, s = n.inputId, a = n.inputValue, c = n.tabIndex, l = n.form, d = n.menuIsOpen, p = n.required, I = this.getComponents(),
|
|
4110
|
+
var n = this.props, o = n.isDisabled, u = n.isSearchable, s = n.inputId, a = n.inputValue, c = n.tabIndex, l = n.form, d = n.menuIsOpen, p = n.required, I = this.getComponents(), v = I.Input, b = this.state, g = b.inputIsHidden, f = b.ariaSelection, C = this.commonProps, h = s || this.getElementId("input"), A = S(S(S({
|
|
4111
4111
|
"aria-autocomplete": "list",
|
|
4112
4112
|
"aria-expanded": d,
|
|
4113
4113
|
"aria-haspopup": !0,
|
|
@@ -4127,11 +4127,11 @@ var Ei = function(e) {
|
|
|
4127
4127
|
} : {
|
|
4128
4128
|
"aria-describedby": this.getElementId("placeholder")
|
|
4129
4129
|
});
|
|
4130
|
-
return u ? /* @__PURE__ */ B.createElement(
|
|
4130
|
+
return u ? /* @__PURE__ */ B.createElement(v, N({}, C, {
|
|
4131
4131
|
autoCapitalize: "none",
|
|
4132
4132
|
autoComplete: "off",
|
|
4133
4133
|
autoCorrect: "off",
|
|
4134
|
-
id:
|
|
4134
|
+
id: h,
|
|
4135
4135
|
innerRef: this.getInputRef,
|
|
4136
4136
|
isDisabled: o,
|
|
4137
4137
|
isHidden: g,
|
|
@@ -4144,7 +4144,7 @@ var Ei = function(e) {
|
|
|
4144
4144
|
type: "text",
|
|
4145
4145
|
value: a
|
|
4146
4146
|
}, A)) : /* @__PURE__ */ B.createElement(du, N({
|
|
4147
|
-
id:
|
|
4147
|
+
id: h,
|
|
4148
4148
|
innerRef: this.getInputRef,
|
|
4149
4149
|
onBlur: this.onInputBlur,
|
|
4150
4150
|
onChange: et,
|
|
@@ -4160,8 +4160,8 @@ var Ei = function(e) {
|
|
|
4160
4160
|
}, {
|
|
4161
4161
|
key: "renderPlaceholderOrValue",
|
|
4162
4162
|
value: function() {
|
|
4163
|
-
var n = this, o = this.getComponents(), u = o.MultiValue, s = o.MultiValueContainer, a = o.MultiValueLabel, c = o.MultiValueRemove, l = o.SingleValue, d = o.Placeholder, p = this.commonProps, I = this.props,
|
|
4164
|
-
if (!this.hasValue() || !
|
|
4163
|
+
var n = this, o = this.getComponents(), u = o.MultiValue, s = o.MultiValueContainer, a = o.MultiValueLabel, c = o.MultiValueRemove, l = o.SingleValue, d = o.Placeholder, p = this.commonProps, I = this.props, v = I.controlShouldRenderValue, b = I.isDisabled, g = I.isMulti, f = I.inputValue, C = I.placeholder, h = this.state, A = h.selectValue, m = h.focusedValue, E = h.isFocused;
|
|
4164
|
+
if (!this.hasValue() || !v)
|
|
4165
4165
|
return f ? null : /* @__PURE__ */ B.createElement(d, N({}, p, {
|
|
4166
4166
|
key: "placeholder",
|
|
4167
4167
|
isDisabled: b,
|
|
@@ -4268,7 +4268,7 @@ var Ei = function(e) {
|
|
|
4268
4268
|
}, {
|
|
4269
4269
|
key: "renderMenu",
|
|
4270
4270
|
value: function() {
|
|
4271
|
-
var n = this, o = this.getComponents(), u = o.Group, s = o.GroupHeading, a = o.Menu, c = o.MenuList, l = o.MenuPortal, d = o.LoadingMessage, p = o.NoOptionsMessage, I = o.Option,
|
|
4271
|
+
var n = this, o = this.getComponents(), u = o.Group, s = o.GroupHeading, a = o.Menu, c = o.MenuList, l = o.MenuPortal, d = o.LoadingMessage, p = o.NoOptionsMessage, I = o.Option, v = this.commonProps, b = this.state.focusedOption, g = this.props, f = g.captureMenuScroll, C = g.inputValue, h = g.isLoading, A = g.loadingMessage, m = g.minMenuHeight, E = g.maxMenuHeight, y = g.menuIsOpen, V = g.menuPlacement, X = g.menuPosition, H = g.menuPortalTarget, k = g.menuShouldBlockScroll, L = g.menuShouldScrollIntoView, K = g.noOptionsMessage, q = g.onMenuScrollToTop, D = g.onMenuScrollToBottom;
|
|
4272
4272
|
if (!y)
|
|
4273
4273
|
return null;
|
|
4274
4274
|
var F = function(J, oe) {
|
|
@@ -4276,8 +4276,8 @@ var Ei = function(e) {
|
|
|
4276
4276
|
return n.onOptionHover(te);
|
|
4277
4277
|
}, Fe = ce ? void 0 : function() {
|
|
4278
4278
|
return n.selectOption(te);
|
|
4279
|
-
},
|
|
4280
|
-
id:
|
|
4279
|
+
}, ve = "".concat(n.getElementId("option"), "-").concat(oe), De = {
|
|
4280
|
+
id: ve,
|
|
4281
4281
|
onClick: Fe,
|
|
4282
4282
|
onMouseMove: x,
|
|
4283
4283
|
onMouseOver: x,
|
|
@@ -4286,12 +4286,12 @@ var Ei = function(e) {
|
|
|
4286
4286
|
"aria-selected": n.isAppleDevice ? void 0 : ae
|
|
4287
4287
|
// is not supported on Apple devices
|
|
4288
4288
|
};
|
|
4289
|
-
return /* @__PURE__ */ B.createElement(I, N({},
|
|
4289
|
+
return /* @__PURE__ */ B.createElement(I, N({}, v, {
|
|
4290
4290
|
innerProps: De,
|
|
4291
4291
|
data: te,
|
|
4292
4292
|
isDisabled: ce,
|
|
4293
4293
|
isSelected: ae,
|
|
4294
|
-
key:
|
|
4294
|
+
key: ve,
|
|
4295
4295
|
label: Ae,
|
|
4296
4296
|
type: se,
|
|
4297
4297
|
value: st,
|
|
@@ -4303,7 +4303,7 @@ var Ei = function(e) {
|
|
|
4303
4303
|
Q = this.getCategorizedOptions().map(function(M) {
|
|
4304
4304
|
if (M.type === "group") {
|
|
4305
4305
|
var J = M.data, oe = M.options, se = M.index, te = "".concat(n.getElementId("group"), "-").concat(se), ce = "".concat(te, "-heading");
|
|
4306
|
-
return /* @__PURE__ */ B.createElement(u, N({},
|
|
4306
|
+
return /* @__PURE__ */ B.createElement(u, N({}, v, {
|
|
4307
4307
|
key: te,
|
|
4308
4308
|
data: J,
|
|
4309
4309
|
options: oe,
|
|
@@ -4319,20 +4319,20 @@ var Ei = function(e) {
|
|
|
4319
4319
|
} else if (M.type === "option")
|
|
4320
4320
|
return F(M, "".concat(M.index));
|
|
4321
4321
|
});
|
|
4322
|
-
else if (
|
|
4322
|
+
else if (h) {
|
|
4323
4323
|
var Y = A({
|
|
4324
4324
|
inputValue: C
|
|
4325
4325
|
});
|
|
4326
4326
|
if (Y === null)
|
|
4327
4327
|
return null;
|
|
4328
|
-
Q = /* @__PURE__ */ B.createElement(d,
|
|
4328
|
+
Q = /* @__PURE__ */ B.createElement(d, v, Y);
|
|
4329
4329
|
} else {
|
|
4330
4330
|
var ee = K({
|
|
4331
4331
|
inputValue: C
|
|
4332
4332
|
});
|
|
4333
4333
|
if (ee === null)
|
|
4334
4334
|
return null;
|
|
4335
|
-
Q = /* @__PURE__ */ B.createElement(p,
|
|
4335
|
+
Q = /* @__PURE__ */ B.createElement(p, v, ee);
|
|
4336
4336
|
}
|
|
4337
4337
|
var re = {
|
|
4338
4338
|
minMenuHeight: m,
|
|
@@ -4340,38 +4340,38 @@ var Ei = function(e) {
|
|
|
4340
4340
|
menuPlacement: V,
|
|
4341
4341
|
menuPosition: X,
|
|
4342
4342
|
menuShouldScrollIntoView: L
|
|
4343
|
-
}, Ce = /* @__PURE__ */ B.createElement(Lo, N({},
|
|
4343
|
+
}, Ce = /* @__PURE__ */ B.createElement(Lo, N({}, v, re), function(M) {
|
|
4344
4344
|
var J = M.ref, oe = M.placerProps, se = oe.placement, te = oe.maxHeight;
|
|
4345
|
-
return /* @__PURE__ */ B.createElement(a, N({},
|
|
4345
|
+
return /* @__PURE__ */ B.createElement(a, N({}, v, re, {
|
|
4346
4346
|
innerRef: J,
|
|
4347
4347
|
innerProps: {
|
|
4348
4348
|
onMouseDown: n.onMenuMouseDown,
|
|
4349
4349
|
onMouseMove: n.onMenuMouseMove
|
|
4350
4350
|
},
|
|
4351
|
-
isLoading:
|
|
4351
|
+
isLoading: h,
|
|
4352
4352
|
placement: se
|
|
4353
|
-
}), /* @__PURE__ */ B.createElement(
|
|
4353
|
+
}), /* @__PURE__ */ B.createElement(vu, {
|
|
4354
4354
|
captureEnabled: f,
|
|
4355
4355
|
onTopArrive: q,
|
|
4356
4356
|
onBottomArrive: D,
|
|
4357
4357
|
lockEnabled: k
|
|
4358
4358
|
}, function(ce) {
|
|
4359
|
-
return /* @__PURE__ */ B.createElement(c, N({},
|
|
4359
|
+
return /* @__PURE__ */ B.createElement(c, N({}, v, {
|
|
4360
4360
|
innerRef: function(Ae) {
|
|
4361
4361
|
n.getMenuListRef(Ae), ce(Ae);
|
|
4362
4362
|
},
|
|
4363
4363
|
innerProps: {
|
|
4364
4364
|
role: "listbox",
|
|
4365
|
-
"aria-multiselectable":
|
|
4365
|
+
"aria-multiselectable": v.isMulti,
|
|
4366
4366
|
id: n.getElementId("listbox")
|
|
4367
4367
|
},
|
|
4368
|
-
isLoading:
|
|
4368
|
+
isLoading: h,
|
|
4369
4369
|
maxHeight: te,
|
|
4370
4370
|
focusedOption: b
|
|
4371
4371
|
}), Q);
|
|
4372
4372
|
}));
|
|
4373
4373
|
});
|
|
4374
|
-
return H || X === "fixed" ? /* @__PURE__ */ B.createElement(l, N({},
|
|
4374
|
+
return H || X === "fixed" ? /* @__PURE__ */ B.createElement(l, N({}, v, {
|
|
4375
4375
|
appendTo: H,
|
|
4376
4376
|
controlElement: this.controlRef,
|
|
4377
4377
|
menuPlacement: V,
|
|
@@ -4414,11 +4414,11 @@ var Ei = function(e) {
|
|
|
4414
4414
|
return /* @__PURE__ */ B.createElement("div", null, I);
|
|
4415
4415
|
}
|
|
4416
4416
|
else {
|
|
4417
|
-
var
|
|
4417
|
+
var v = d[0] ? this.getOptionValue(d[0]) : "";
|
|
4418
4418
|
return /* @__PURE__ */ B.createElement("input", {
|
|
4419
4419
|
name: c,
|
|
4420
4420
|
type: "hidden",
|
|
4421
|
-
value:
|
|
4421
|
+
value: v
|
|
4422
4422
|
});
|
|
4423
4423
|
}
|
|
4424
4424
|
}
|
|
@@ -4440,7 +4440,7 @@ var Ei = function(e) {
|
|
|
4440
4440
|
}, {
|
|
4441
4441
|
key: "render",
|
|
4442
4442
|
value: function() {
|
|
4443
|
-
var n = this.getComponents(), o = n.Control, u = n.IndicatorsContainer, s = n.SelectContainer, a = n.ValueContainer, c = this.props, l = c.className, d = c.id, p = c.isDisabled, I = c.menuIsOpen,
|
|
4443
|
+
var n = this.getComponents(), o = n.Control, u = n.IndicatorsContainer, s = n.SelectContainer, a = n.ValueContainer, c = this.props, l = c.className, d = c.id, p = c.isDisabled, I = c.menuIsOpen, v = this.state.isFocused, b = this.commonProps = this.getCommonProps();
|
|
4444
4444
|
return /* @__PURE__ */ B.createElement(s, N({}, b, {
|
|
4445
4445
|
className: l,
|
|
4446
4446
|
innerProps: {
|
|
@@ -4448,7 +4448,7 @@ var Ei = function(e) {
|
|
|
4448
4448
|
onKeyDown: this.onKeyDown
|
|
4449
4449
|
},
|
|
4450
4450
|
isDisabled: p,
|
|
4451
|
-
isFocused:
|
|
4451
|
+
isFocused: v
|
|
4452
4452
|
}), this.renderLiveRegion(), /* @__PURE__ */ B.createElement(o, N({}, b, {
|
|
4453
4453
|
innerRef: this.getControlRef,
|
|
4454
4454
|
innerProps: {
|
|
@@ -4456,7 +4456,7 @@ var Ei = function(e) {
|
|
|
4456
4456
|
onTouchEnd: this.onControlTouchEnd
|
|
4457
4457
|
},
|
|
4458
4458
|
isDisabled: p,
|
|
4459
|
-
isFocused:
|
|
4459
|
+
isFocused: v,
|
|
4460
4460
|
menuIsOpen: I
|
|
4461
4461
|
}), /* @__PURE__ */ B.createElement(a, N({}, b, {
|
|
4462
4462
|
isDisabled: p
|
|
@@ -4467,10 +4467,10 @@ var Ei = function(e) {
|
|
|
4467
4467
|
}], [{
|
|
4468
4468
|
key: "getDerivedStateFromProps",
|
|
4469
4469
|
value: function(n, o) {
|
|
4470
|
-
var u = o.prevProps, s = o.clearFocusValueOnUpdate, a = o.inputIsHiddenAfterUpdate, c = o.ariaSelection, l = o.isFocused, d = o.prevWasFocused, p = o.instancePrefix, I = n.options,
|
|
4471
|
-
if (u && (
|
|
4470
|
+
var u = o.prevProps, s = o.clearFocusValueOnUpdate, a = o.inputIsHiddenAfterUpdate, c = o.ariaSelection, l = o.isFocused, d = o.prevWasFocused, p = o.instancePrefix, I = n.options, v = n.value, b = n.menuIsOpen, g = n.inputValue, f = n.isMulti, C = bn(v), h = {};
|
|
4471
|
+
if (u && (v !== u.value || I !== u.options || b !== u.menuIsOpen || g !== u.inputValue)) {
|
|
4472
4472
|
var A = b ? Du(n, C) : [], m = b ? Nn(ze(n, C), "".concat(p, "-option")) : [], E = s ? Zu(o, C) : null, y = Mu(o, A), V = mt(m, y);
|
|
4473
|
-
|
|
4473
|
+
h = {
|
|
4474
4474
|
selectValue: C,
|
|
4475
4475
|
focusedOption: y,
|
|
4476
4476
|
focusedOptionId: V,
|
|
@@ -4487,7 +4487,7 @@ var Ei = function(e) {
|
|
|
4487
4487
|
value: _e(f, C, C[0] || null),
|
|
4488
4488
|
options: C,
|
|
4489
4489
|
action: "initial-input-focus"
|
|
4490
|
-
}, k = !d), (c == null ? void 0 : c.action) === "initial-input-focus" && (H = null), S(S(S({},
|
|
4490
|
+
}, k = !d), (c == null ? void 0 : c.action) === "initial-input-focus" && (H = null), S(S(S({}, h), X), {}, {
|
|
4491
4491
|
prevProps: n,
|
|
4492
4492
|
ariaSelection: H,
|
|
4493
4493
|
prevWasFocused: k
|
|
@@ -4671,88 +4671,88 @@ const ku = (t, e, i = []) => {
|
|
|
4671
4671
|
}, It = {
|
|
4672
4672
|
en: zu,
|
|
4673
4673
|
de: Ju
|
|
4674
|
-
}, Uu = "
|
|
4674
|
+
}, Uu = "_root_uo5u4_187", Qu = "_hint_uo5u4_195", $u = "_label_uo5u4_195", Ku = "_wrapper_uo5u4_199", qu = "_action-button_uo5u4_205", es = "_label--hidden_uo5u4_222", ts = "_feedback_uo5u4_249", ns = "_select_uo5u4_254", is = "_select--invalid_uo5u4_365", rs = "_select--small_uo5u4_372", os = "_input--has-leading-icon_uo5u4_418", as = "_input--has-action-button_uo5u4_421", us = "_input--has-second-action-button_uo5u4_424", ss = "_select--has-leading-icon_uo5u4_427", cs = "_select--has-action-button_uo5u4_430", ls = "_select--has-second-action-button_uo5u4_433", ds = "_select--has-affix_uo5u4_436", gs = "_select--is-ready_uo5u4_448", bs = "_select--disabled_uo5u4_454", ps = "_select--focused_uo5u4_465", fs = "_select--hovered_uo5u4_482", ms = "_placeholder_uo5u4_487", Is = "_menu-list_uo5u4_496", vs = "_group-heading_uo5u4_513", hs = "_option_uo5u4_534", Cs = "_option--small_uo5u4_549", As = "_option--single_uo5u4_563", ys = "_option--disabled_uo5u4_566", xs = "_option--focus-hover_uo5u4_574", Es = "_option--text_uo5u4_592", Gs = "_option--check-icon_uo5u4_598", Ss = "_option--check-icon--disabled_uo5u4_602", Fs = "_single-option_uo5u4_606", Ns = "_multi-option_uo5u4_613", Vs = "_single-value_uo5u4_617", Bs = "_single-value--text_uo5u4_621", ws = "_leading-icon_uo5u4_628", Rs = "_leading-icon--disabled_uo5u4_638", Ws = "_indicator_uo5u4_647", Ts = "_clear_uo5u4_648", Os = "_indicator--small_uo5u4_654", Xs = "_clear--small_uo5u4_655", Ps = "_indicator--icon_uo5u4_659", Ds = "_clear--icon_uo5u4_660", Zs = "_indicator--icon--small_uo5u4_667", Ms = "_clear--icon--small_uo5u4_668", w = {
|
|
4675
4675
|
root: Uu,
|
|
4676
4676
|
hint: Qu,
|
|
4677
4677
|
label: $u,
|
|
4678
4678
|
wrapper: Ku,
|
|
4679
|
-
"action-button": "_action-
|
|
4679
|
+
"action-button": "_action-button_uo5u4_205",
|
|
4680
4680
|
actionButton: qu,
|
|
4681
|
-
"label--hidden": "_label--
|
|
4681
|
+
"label--hidden": "_label--hidden_uo5u4_222",
|
|
4682
4682
|
labelHidden: es,
|
|
4683
4683
|
feedback: ts,
|
|
4684
4684
|
select: ns,
|
|
4685
|
-
"select--invalid": "_select--
|
|
4685
|
+
"select--invalid": "_select--invalid_uo5u4_365",
|
|
4686
4686
|
selectInvalid: is,
|
|
4687
|
-
"select--small": "_select--
|
|
4687
|
+
"select--small": "_select--small_uo5u4_372",
|
|
4688
4688
|
selectSmall: rs,
|
|
4689
|
-
"input--has-leading-icon": "_input--has-leading-
|
|
4689
|
+
"input--has-leading-icon": "_input--has-leading-icon_uo5u4_418",
|
|
4690
4690
|
inputHasLeadingIcon: os,
|
|
4691
|
-
"input--has-action-button": "_input--has-action-
|
|
4691
|
+
"input--has-action-button": "_input--has-action-button_uo5u4_421",
|
|
4692
4692
|
inputHasActionButton: as,
|
|
4693
|
-
"input--has-second-action-button": "_input--has-second-action-
|
|
4693
|
+
"input--has-second-action-button": "_input--has-second-action-button_uo5u4_424",
|
|
4694
4694
|
inputHasSecondActionButton: us,
|
|
4695
|
-
"select--has-leading-icon": "_select--has-leading-
|
|
4695
|
+
"select--has-leading-icon": "_select--has-leading-icon_uo5u4_427",
|
|
4696
4696
|
selectHasLeadingIcon: ss,
|
|
4697
|
-
"select--has-action-button": "_select--has-action-
|
|
4697
|
+
"select--has-action-button": "_select--has-action-button_uo5u4_430",
|
|
4698
4698
|
selectHasActionButton: cs,
|
|
4699
|
-
"select--has-second-action-button": "_select--has-second-action-
|
|
4699
|
+
"select--has-second-action-button": "_select--has-second-action-button_uo5u4_433",
|
|
4700
4700
|
selectHasSecondActionButton: ls,
|
|
4701
|
-
"select--has-affix": "_select--has-
|
|
4701
|
+
"select--has-affix": "_select--has-affix_uo5u4_436",
|
|
4702
4702
|
selectHasAffix: ds,
|
|
4703
|
-
"select--is-ready": "_select--is-
|
|
4703
|
+
"select--is-ready": "_select--is-ready_uo5u4_448",
|
|
4704
4704
|
selectIsReady: gs,
|
|
4705
|
-
"select--disabled": "_select--
|
|
4705
|
+
"select--disabled": "_select--disabled_uo5u4_454",
|
|
4706
4706
|
selectDisabled: bs,
|
|
4707
|
-
"select--focused": "_select--
|
|
4707
|
+
"select--focused": "_select--focused_uo5u4_465",
|
|
4708
4708
|
selectFocused: ps,
|
|
4709
|
-
"select--hovered": "_select--
|
|
4709
|
+
"select--hovered": "_select--hovered_uo5u4_482",
|
|
4710
4710
|
selectHovered: fs,
|
|
4711
4711
|
placeholder: ms,
|
|
4712
|
-
"menu-list": "_menu-
|
|
4712
|
+
"menu-list": "_menu-list_uo5u4_496",
|
|
4713
4713
|
menuList: Is,
|
|
4714
|
-
"group-heading": "_group-
|
|
4715
|
-
groupHeading:
|
|
4716
|
-
option:
|
|
4717
|
-
"option--small": "_option--
|
|
4714
|
+
"group-heading": "_group-heading_uo5u4_513",
|
|
4715
|
+
groupHeading: vs,
|
|
4716
|
+
option: hs,
|
|
4717
|
+
"option--small": "_option--small_uo5u4_549",
|
|
4718
4718
|
optionSmall: Cs,
|
|
4719
|
-
"option--single": "_option--
|
|
4719
|
+
"option--single": "_option--single_uo5u4_563",
|
|
4720
4720
|
optionSingle: As,
|
|
4721
|
-
"option--disabled": "_option--
|
|
4721
|
+
"option--disabled": "_option--disabled_uo5u4_566",
|
|
4722
4722
|
optionDisabled: ys,
|
|
4723
|
-
"option--focus-hover": "_option--focus-
|
|
4723
|
+
"option--focus-hover": "_option--focus-hover_uo5u4_574",
|
|
4724
4724
|
optionFocusHover: xs,
|
|
4725
|
-
"option--text": "_option--
|
|
4725
|
+
"option--text": "_option--text_uo5u4_592",
|
|
4726
4726
|
optionText: Es,
|
|
4727
|
-
"option--check-icon": "_option--check-
|
|
4727
|
+
"option--check-icon": "_option--check-icon_uo5u4_598",
|
|
4728
4728
|
optionCheckIcon: Gs,
|
|
4729
|
-
"option--check-icon--disabled": "_option--check-icon--
|
|
4729
|
+
"option--check-icon--disabled": "_option--check-icon--disabled_uo5u4_602",
|
|
4730
4730
|
optionCheckIconDisabled: Ss,
|
|
4731
|
-
"single-option": "_single-
|
|
4731
|
+
"single-option": "_single-option_uo5u4_606",
|
|
4732
4732
|
singleOption: Fs,
|
|
4733
|
-
"multi-option": "_multi-
|
|
4733
|
+
"multi-option": "_multi-option_uo5u4_613",
|
|
4734
4734
|
multiOption: Ns,
|
|
4735
|
-
"single-value": "_single-
|
|
4735
|
+
"single-value": "_single-value_uo5u4_617",
|
|
4736
4736
|
singleValue: Vs,
|
|
4737
|
-
"single-value--text": "_single-value--
|
|
4737
|
+
"single-value--text": "_single-value--text_uo5u4_621",
|
|
4738
4738
|
singleValueText: Bs,
|
|
4739
|
-
"leading-icon": "_leading-
|
|
4739
|
+
"leading-icon": "_leading-icon_uo5u4_628",
|
|
4740
4740
|
leadingIcon: ws,
|
|
4741
|
-
"leading-icon--disabled": "_leading-icon--
|
|
4741
|
+
"leading-icon--disabled": "_leading-icon--disabled_uo5u4_638",
|
|
4742
4742
|
leadingIconDisabled: Rs,
|
|
4743
4743
|
indicator: Ws,
|
|
4744
4744
|
clear: Ts,
|
|
4745
|
-
"indicator--small": "_indicator--
|
|
4745
|
+
"indicator--small": "_indicator--small_uo5u4_654",
|
|
4746
4746
|
indicatorSmall: Os,
|
|
4747
|
-
"clear--small": "_clear--
|
|
4747
|
+
"clear--small": "_clear--small_uo5u4_655",
|
|
4748
4748
|
clearSmall: Xs,
|
|
4749
|
-
"indicator--icon": "_indicator--
|
|
4749
|
+
"indicator--icon": "_indicator--icon_uo5u4_659",
|
|
4750
4750
|
indicatorIcon: Ps,
|
|
4751
|
-
"clear--icon": "_clear--
|
|
4751
|
+
"clear--icon": "_clear--icon_uo5u4_660",
|
|
4752
4752
|
clearIcon: Ds,
|
|
4753
|
-
"indicator--icon--small": "_indicator--icon--
|
|
4753
|
+
"indicator--icon--small": "_indicator--icon--small_uo5u4_667",
|
|
4754
4754
|
indicatorIconSmall: Zs,
|
|
4755
|
-
"clear--icon--small": "_clear--icon--
|
|
4755
|
+
"clear--icon--small": "_clear--icon--small_uo5u4_668",
|
|
4756
4756
|
clearIconSmall: Ms
|
|
4757
4757
|
}, uc = ({
|
|
4758
4758
|
id: t,
|
|
@@ -4769,12 +4769,12 @@ const ku = (t, e, i = []) => {
|
|
|
4769
4769
|
size: d = "medium",
|
|
4770
4770
|
systemFeedback: p,
|
|
4771
4771
|
translations: I,
|
|
4772
|
-
value:
|
|
4772
|
+
value: v,
|
|
4773
4773
|
onChange: b,
|
|
4774
4774
|
onInputChange: g,
|
|
4775
4775
|
...f
|
|
4776
4776
|
}) => {
|
|
4777
|
-
const [C,
|
|
4777
|
+
const [C, h] = Ie(!1), A = de(
|
|
4778
4778
|
null
|
|
4779
4779
|
), m = I ? I.placeholder : It[c].placeholder, E = Bi(u), y = `${t}-label`, V = `${t}-feedback`, X = `${t}-hint`, H = o ? ` ${X}` : "", k = () => I ? I.filterNoOptions : It[c].filterNoOptions, L = ne(w.root, r), K = ne(w.label, {
|
|
4780
4780
|
// hide label only visually to keep them available for assistive technologies
|
|
@@ -4793,8 +4793,8 @@ const ku = (t, e, i = []) => {
|
|
|
4793
4793
|
className: K,
|
|
4794
4794
|
id: y,
|
|
4795
4795
|
htmlFor: t,
|
|
4796
|
-
onMouseEnter: () => !n &&
|
|
4797
|
-
onMouseLeave: () => !n &&
|
|
4796
|
+
onMouseEnter: () => !n && h(!0),
|
|
4797
|
+
onMouseLeave: () => !n && h(!1),
|
|
4798
4798
|
children: [
|
|
4799
4799
|
e,
|
|
4800
4800
|
l && /* @__PURE__ */ P.jsx(wi, {})
|
|
@@ -4847,8 +4847,8 @@ const ku = (t, e, i = []) => {
|
|
|
4847
4847
|
control: (F) => ({
|
|
4848
4848
|
...F,
|
|
4849
4849
|
outline: "initial",
|
|
4850
|
-
// we do not want to have
|
|
4851
|
-
|
|
4850
|
+
// we do not want to have paddingInlineEnd on the control, but rather on the valueContainer, so we remove it here
|
|
4851
|
+
paddingInlineEnd: 0,
|
|
4852
4852
|
// react-select has standard transitionProperty set to 'all'
|
|
4853
4853
|
transitionProperty: "none",
|
|
4854
4854
|
// was set to 38px by react-select
|
|
@@ -4892,7 +4892,7 @@ const ku = (t, e, i = []) => {
|
|
|
4892
4892
|
Option: (F) => /* @__PURE__ */ P.jsx(Js, { ...F, isSmall: d === "small" }),
|
|
4893
4893
|
SingleValue: Us
|
|
4894
4894
|
},
|
|
4895
|
-
value:
|
|
4895
|
+
value: v,
|
|
4896
4896
|
onChange: (F, { action: Q }) => {
|
|
4897
4897
|
var Y, ee;
|
|
4898
4898
|
return Q === "clear" && !f.openMenuOnClick && !f.openMenuOnFocus && !a && ((Y = A.current) == null || Y.blur(), (ee = A.current) == null || ee.focus()), b && b(
|