@xola/ui-kit 2.2.7 → 2.2.8
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/build/ui-kit.mjs +211 -220
- package/build/ui-kit.umd.js +10 -10
- package/package.json +1 -1
package/build/ui-kit.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Transition as Ie, Dialog as Ke, Switch as Sn } from "@headlessui/react";
|
|
2
2
|
import c from "prop-types";
|
|
3
3
|
import * as Z from "react";
|
|
4
|
-
import n, { useState as oe, useEffect as Pe, cloneElement as wt, Fragment as be, Children as Se, createContext as Ct, useRef as he, useCallback as ue, useMemo as
|
|
4
|
+
import n, { useState as oe, useEffect as Pe, cloneElement as wt, Fragment as be, Children as Se, createContext as Ct, useRef as he, useCallback as ue, useMemo as xe, useContext as He, forwardRef as tt, useLayoutEffect as h1, createElement as Oe, Component as fa } from "react";
|
|
5
5
|
import C from "clsx";
|
|
6
6
|
import { range as va, round as at, isNumber as ba, isString as gr, isEmpty as fr, isFunction as g1, isArray as f1, merge as _e } from "lodash";
|
|
7
7
|
import Hn from "@tippyjs/react";
|
|
@@ -4269,7 +4269,7 @@ const ys = {}, Is = {
|
|
|
4269
4269
|
isRightDrawerOpen: m,
|
|
4270
4270
|
handleDrawerStateChange: h
|
|
4271
4271
|
}) => {
|
|
4272
|
-
const { announcements:
|
|
4272
|
+
const { announcements: v, notices: E } = r != null ? r : {}, w = (E == null ? void 0 : E.count) <= 0 || !E, g = s && u;
|
|
4273
4273
|
return /* @__PURE__ */ n.createElement(
|
|
4274
4274
|
"div",
|
|
4275
4275
|
{
|
|
@@ -4282,7 +4282,7 @@ const ys = {}, Is = {
|
|
|
4282
4282
|
o
|
|
4283
4283
|
)
|
|
4284
4284
|
},
|
|
4285
|
-
|
|
4285
|
+
v || E ? /* @__PURE__ */ n.createElement(
|
|
4286
4286
|
"div",
|
|
4287
4287
|
{
|
|
4288
4288
|
className: C(
|
|
@@ -4290,19 +4290,19 @@ const ys = {}, Is = {
|
|
|
4290
4290
|
s && "sticky top-0 z-50 bg-black"
|
|
4291
4291
|
)
|
|
4292
4292
|
},
|
|
4293
|
-
|
|
4293
|
+
v && /* @__PURE__ */ n.createElement("div", { className: C("cursor-pointer sm:text-center", v.hide && "hidden") }, /* @__PURE__ */ n.createElement(bn, { style: Is, onClick: () => h("left") }, /* @__PURE__ */ n.createElement(ka, { className: "mr-1 sm:hidden xl:block" }), v.count)),
|
|
4294
4294
|
E && /* @__PURE__ */ n.createElement("div", { className: C("ml-auto cursor-pointer sm:text-center", w && "hidden") }, /* @__PURE__ */ n.createElement(bn, { className: "text-sm", onClick: () => h("right") }, /* @__PURE__ */ n.createElement(C1, { className: "sm:hidden xl:block" }), E.count))
|
|
4295
4295
|
) : null,
|
|
4296
|
-
|
|
4296
|
+
v && /* @__PURE__ */ n.createElement(
|
|
4297
4297
|
wn,
|
|
4298
4298
|
{
|
|
4299
4299
|
classNames: { dialogContent: "md:left-24 xl:left-50" },
|
|
4300
4300
|
position: "left",
|
|
4301
4301
|
size: "xl",
|
|
4302
|
-
title:
|
|
4303
|
-
content:
|
|
4302
|
+
title: v.title,
|
|
4303
|
+
content: v.content,
|
|
4304
4304
|
isOpen: d,
|
|
4305
|
-
onClose: (
|
|
4305
|
+
onClose: (f) => !!f && h("left")
|
|
4306
4306
|
}
|
|
4307
4307
|
),
|
|
4308
4308
|
E && /* @__PURE__ */ n.createElement(
|
|
@@ -4314,7 +4314,7 @@ const ys = {}, Is = {
|
|
|
4314
4314
|
title: E.title,
|
|
4315
4315
|
content: E.content,
|
|
4316
4316
|
isOpen: m,
|
|
4317
|
-
onClose: (
|
|
4317
|
+
onClose: (f) => !!f && h("right")
|
|
4318
4318
|
}
|
|
4319
4319
|
),
|
|
4320
4320
|
/* @__PURE__ */ n.createElement("div", { className: C("flex-grow space-y-2", g && "overflow-y-auto") }, /* @__PURE__ */ n.createElement("div", { className: "text-center" }, e != null ? e : /* @__PURE__ */ n.createElement(
|
|
@@ -4755,10 +4755,10 @@ function w2(e) {
|
|
|
4755
4755
|
}
|
|
4756
4756
|
var C2 = w2, E2 = P1, an = Rs, Lr = C2, x2 = "Expected a function", y2 = Math.max, I2 = Math.min;
|
|
4757
4757
|
function k2(e, t, o) {
|
|
4758
|
-
var a, r, i, l, s, u, d = 0, m = !1, h = !1,
|
|
4758
|
+
var a, r, i, l, s, u, d = 0, m = !1, h = !1, v = !0;
|
|
4759
4759
|
if (typeof e != "function")
|
|
4760
4760
|
throw new TypeError(x2);
|
|
4761
|
-
t = Lr(t) || 0, E2(o) && (m = !!o.leading, h = "maxWait" in o, i = h ? y2(Lr(o.maxWait) || 0, t) : i,
|
|
4761
|
+
t = Lr(t) || 0, E2(o) && (m = !!o.leading, h = "maxWait" in o, i = h ? y2(Lr(o.maxWait) || 0, t) : i, v = "trailing" in o ? !!o.trailing : v);
|
|
4762
4762
|
function E(y) {
|
|
4763
4763
|
var A = a, M = r;
|
|
4764
4764
|
return a = r = void 0, d = y, l = e.apply(M, A), l;
|
|
@@ -4770,18 +4770,18 @@ function k2(e, t, o) {
|
|
|
4770
4770
|
var A = y - u, M = y - d, F = t - A;
|
|
4771
4771
|
return h ? I2(F, i - M) : F;
|
|
4772
4772
|
}
|
|
4773
|
-
function
|
|
4773
|
+
function f(y) {
|
|
4774
4774
|
var A = y - u, M = y - d;
|
|
4775
4775
|
return u === void 0 || A >= t || A < 0 || h && M >= i;
|
|
4776
4776
|
}
|
|
4777
4777
|
function b() {
|
|
4778
4778
|
var y = an();
|
|
4779
|
-
if (
|
|
4779
|
+
if (f(y))
|
|
4780
4780
|
return k(y);
|
|
4781
4781
|
s = setTimeout(b, g(y));
|
|
4782
4782
|
}
|
|
4783
4783
|
function k(y) {
|
|
4784
|
-
return s = void 0,
|
|
4784
|
+
return s = void 0, v && a ? E(y) : (a = r = void 0, l);
|
|
4785
4785
|
}
|
|
4786
4786
|
function L() {
|
|
4787
4787
|
s !== void 0 && clearTimeout(s), d = 0, a = u = r = s = void 0;
|
|
@@ -4790,7 +4790,7 @@ function k2(e, t, o) {
|
|
|
4790
4790
|
return s === void 0 ? l : k(an());
|
|
4791
4791
|
}
|
|
4792
4792
|
function x() {
|
|
4793
|
-
var y = an(), A =
|
|
4793
|
+
var y = an(), A = f(y);
|
|
4794
4794
|
if (a = arguments, r = this, u = y, A) {
|
|
4795
4795
|
if (s === void 0)
|
|
4796
4796
|
return w(u);
|
|
@@ -4809,7 +4809,7 @@ const J1 = Ct({
|
|
|
4809
4809
|
"Please wrap your app with `<Provider />` component from `@xola/ui-kit`. Otherwise your app will not work with SSR frameworks."
|
|
4810
4810
|
), A2++)
|
|
4811
4811
|
}), uu = ({ children: e }) => {
|
|
4812
|
-
const t = he(1), o = ue(() => t.current++, [t]), a =
|
|
4812
|
+
const t = he(1), o = ue(() => t.current++, [t]), a = xe(() => ({ generateId: o }), [o]);
|
|
4813
4813
|
return /* @__PURE__ */ n.createElement(J1.Provider, { value: a }, e);
|
|
4814
4814
|
}, Cn = (e) => {
|
|
4815
4815
|
const { generateId: t } = He(J1), [o] = oe(() => `${e}-${t()}`);
|
|
@@ -4859,12 +4859,12 @@ const N2 = L2((e, t) => e(t), 500), U1 = ({
|
|
|
4859
4859
|
shouldDestroyOnClose: d = !0,
|
|
4860
4860
|
shouldHideMenu: m = !1,
|
|
4861
4861
|
minChars: h = 0,
|
|
4862
|
-
...
|
|
4862
|
+
...v
|
|
4863
4863
|
}) => {
|
|
4864
|
-
const [E, w] = oe(!0), [g,
|
|
4864
|
+
const [E, w] = oe(!0), [g, f] = oe(o != null ? o : ""), b = he(), k = Cn("search-input"), L = Cn("search-menu"), I = M2(), [x, y] = oe(!0), A = { value: g }, M = g ? [A, ...t] : [], F = ({ selectedItem: j, type: re }) => {
|
|
4865
4865
|
re !== on.stateChangeTypes.InputBlur && re !== on.stateChangeTypes.FunctionCloseMenu && (j === A ? (r == null || r(g), b.current.blur()) : j && (i == null || i(j), b.current.blur()), ee());
|
|
4866
4866
|
}, V = ({ inputValue: j }) => {
|
|
4867
|
-
|
|
4867
|
+
f(j), a && N2(a, j);
|
|
4868
4868
|
}, {
|
|
4869
4869
|
isOpen: D,
|
|
4870
4870
|
openMenu: R,
|
|
@@ -4906,8 +4906,8 @@ const N2 = L2((e, t) => e(t), 500), U1 = ({
|
|
|
4906
4906
|
ref: b,
|
|
4907
4907
|
onFocus: K,
|
|
4908
4908
|
onBlur: () => w(!0),
|
|
4909
|
-
onChange: (j) =>
|
|
4910
|
-
...
|
|
4909
|
+
onChange: (j) => f(j.target.value),
|
|
4910
|
+
...v
|
|
4911
4911
|
})
|
|
4912
4912
|
}
|
|
4913
4913
|
), /* @__PURE__ */ n.createElement("div", { className: "pointer-events-none absolute inset-y-0 right-0 hidden items-center space-x-1 pr-3 lg:flex" }, I && E ? /* @__PURE__ */ n.createElement(n.Fragment, null, /* @__PURE__ */ n.createElement(De, { char: "cmd" }), " ", /* @__PURE__ */ n.createElement(De, { char: "K" })) : null)), /* @__PURE__ */ n.createElement(
|
|
@@ -5045,7 +5045,7 @@ const Kt = {
|
|
|
5045
5045
|
danger: "text-danger",
|
|
5046
5046
|
caution: "text-caution"
|
|
5047
5047
|
}, Kn = Ct(), Xe = ({ children: e, className: t, currency: o, locale: a, ...r }) => {
|
|
5048
|
-
const i =
|
|
5048
|
+
const i = xe(() => ({ currency: o, locale: a }), [o, a]);
|
|
5049
5049
|
return /* @__PURE__ */ n.createElement(Kn.Provider, { value: i }, /* @__PURE__ */ n.createElement("table", { className: C("ui-breakdown", "w-full", t), ...r }, /* @__PURE__ */ n.createElement("tbody", null, e)));
|
|
5050
5050
|
};
|
|
5051
5051
|
Xe.propTypes = {
|
|
@@ -5119,17 +5119,12 @@ const no = {
|
|
|
5119
5119
|
medium: "px-3 py-2.5 text-base leading-base",
|
|
5120
5120
|
large: "px-5 py-3.5 text-md leading-md"
|
|
5121
5121
|
}, Ve = tt(
|
|
5122
|
-
({ as: e, size: t = "medium", isError: o, className: a, isRequired: r, value: i,
|
|
5123
|
-
const
|
|
5124
|
-
if (!gr(i))
|
|
5125
|
-
return;
|
|
5126
|
-
let f = i;
|
|
5127
|
-
return l && (f = f.replace(new RegExp(`^${l}`), "")), s && (f = f.replace(new RegExp(`${s}$`), "")), f.replace(/[^.\S]+/g, "").replace(/[\p{Sc}]/u, "");
|
|
5128
|
-
}, [i, l, s]), h = gr(i) ? fr(m) : fr(i == null ? void 0 : i.toString());
|
|
5122
|
+
({ as: e, size: t = "medium", isError: o, className: a, isRequired: r, value: i, ...l }, s) => {
|
|
5123
|
+
const u = gr(i) && i.replace(/[^.\S]+/g, "").replace(/[\p{Sc}]/u, ""), d = gr(i) ? fr(u) : fr(i == null ? void 0 : i.toString());
|
|
5129
5124
|
return /* @__PURE__ */ n.createElement("div", { className: "relative flex w-full items-center" }, /* @__PURE__ */ n.createElement(
|
|
5130
5125
|
e,
|
|
5131
5126
|
{
|
|
5132
|
-
ref:
|
|
5127
|
+
ref: s,
|
|
5133
5128
|
className: C(
|
|
5134
5129
|
"w-full rounded text-gray-darker placeholder-gray-dark hover:placeholder-gray-darker disabled:text-gray",
|
|
5135
5130
|
"border border-transparent hover:border-black hover:bg-gray-lighter focus:text-black active:text-black disabled:bg-gray-lighter",
|
|
@@ -5138,9 +5133,9 @@ const no = {
|
|
|
5138
5133
|
a
|
|
5139
5134
|
),
|
|
5140
5135
|
value: i,
|
|
5141
|
-
...
|
|
5136
|
+
...l
|
|
5142
5137
|
}
|
|
5143
|
-
), r &&
|
|
5138
|
+
), r && d && /* @__PURE__ */ n.createElement(Qt, { className: "absolute right-3", color: "danger" }));
|
|
5144
5139
|
}
|
|
5145
5140
|
);
|
|
5146
5141
|
Ve.propTypes = {
|
|
@@ -5149,18 +5144,14 @@ Ve.propTypes = {
|
|
|
5149
5144
|
className: c.string,
|
|
5150
5145
|
isError: c.bool,
|
|
5151
5146
|
isRequired: c.bool,
|
|
5152
|
-
value: c.oneOfType([c.string, c.number])
|
|
5153
|
-
prefix: c.string,
|
|
5154
|
-
suffix: c.string
|
|
5147
|
+
value: c.oneOfType([c.string, c.number])
|
|
5155
5148
|
};
|
|
5156
5149
|
Ve.defaultProps = {
|
|
5157
5150
|
as: "input",
|
|
5158
5151
|
size: "medium",
|
|
5159
5152
|
className: "",
|
|
5160
5153
|
isError: !1,
|
|
5161
|
-
isRequired: !1
|
|
5162
|
-
prefix: "",
|
|
5163
|
-
suffix: ""
|
|
5154
|
+
isRequired: !1
|
|
5164
5155
|
};
|
|
5165
5156
|
const pt = tt(({ className: e, type: t = "text", value: o, ...a }, r) => /* @__PURE__ */ n.createElement(Ve, { ref: r, as: "input", className: C("ui-input", e), type: t, value: o, ...a }));
|
|
5166
5157
|
pt.propTypes = {
|
|
@@ -5424,7 +5415,7 @@ function ce(e, t) {
|
|
|
5424
5415
|
function ht(e, t, o) {
|
|
5425
5416
|
return e.slice(t, o);
|
|
5426
5417
|
}
|
|
5427
|
-
function
|
|
5418
|
+
function Ee(e) {
|
|
5428
5419
|
return e.length;
|
|
5429
5420
|
}
|
|
5430
5421
|
function nr(e) {
|
|
@@ -5494,7 +5485,7 @@ function gt(e) {
|
|
|
5494
5485
|
return 0;
|
|
5495
5486
|
}
|
|
5496
5487
|
function uo(e) {
|
|
5497
|
-
return en = et = 1, co =
|
|
5488
|
+
return en = et = 1, co = Ee(rt = e), ge = 0, [];
|
|
5498
5489
|
}
|
|
5499
5490
|
function mo(e) {
|
|
5500
5491
|
return rt = "", e;
|
|
@@ -5545,7 +5536,7 @@ function il(e) {
|
|
|
5545
5536
|
return mo(Vt("", null, null, null, [""], e = uo(e), 0, [0], e));
|
|
5546
5537
|
}
|
|
5547
5538
|
function Vt(e, t, o, a, r, i, l, s, u) {
|
|
5548
|
-
for (var d = 0, m = 0, h = l,
|
|
5539
|
+
for (var d = 0, m = 0, h = l, v = 0, E = 0, w = 0, g = 1, f = 1, b = 1, k = 0, L = "", I = r, x = i, y = a, A = L; f; )
|
|
5549
5540
|
switch (w = k, k = fe()) {
|
|
5550
5541
|
case 40:
|
|
5551
5542
|
if (w != 108 && ce(A, h - 1) == 58) {
|
|
@@ -5577,16 +5568,16 @@ function Vt(e, t, o, a, r, i, l, s, u) {
|
|
|
5577
5568
|
}
|
|
5578
5569
|
break;
|
|
5579
5570
|
case 123 * g:
|
|
5580
|
-
s[d++] =
|
|
5571
|
+
s[d++] = Ee(A) * b;
|
|
5581
5572
|
case 125 * g:
|
|
5582
5573
|
case 59:
|
|
5583
5574
|
case 0:
|
|
5584
5575
|
switch (k) {
|
|
5585
5576
|
case 0:
|
|
5586
5577
|
case 125:
|
|
5587
|
-
|
|
5578
|
+
f = 0;
|
|
5588
5579
|
case 59 + m:
|
|
5589
|
-
E > 0 &&
|
|
5580
|
+
E > 0 && Ee(A) - h && It(E > 32 ? Nr(A + ";", a, o, h - 1) : Nr(U(A, " ", "") + ";", a, o, h - 2), u);
|
|
5590
5581
|
break;
|
|
5591
5582
|
case 59:
|
|
5592
5583
|
A += ";";
|
|
@@ -5595,7 +5586,7 @@ function Vt(e, t, o, a, r, i, l, s, u) {
|
|
|
5595
5586
|
if (m === 0)
|
|
5596
5587
|
Vt(A, t, y, y, I, i, h, s, x);
|
|
5597
5588
|
else
|
|
5598
|
-
switch (
|
|
5589
|
+
switch (v === 99 && ce(A, 3) === 110 ? 100 : v) {
|
|
5599
5590
|
case 100:
|
|
5600
5591
|
case 109:
|
|
5601
5592
|
case 115:
|
|
@@ -5608,7 +5599,7 @@ function Vt(e, t, o, a, r, i, l, s, u) {
|
|
|
5608
5599
|
d = m = E = 0, g = b = 1, L = A = "", h = l;
|
|
5609
5600
|
break;
|
|
5610
5601
|
case 58:
|
|
5611
|
-
h = 1 +
|
|
5602
|
+
h = 1 + Ee(A), E = w;
|
|
5612
5603
|
default:
|
|
5613
5604
|
if (g < 1) {
|
|
5614
5605
|
if (k == 123)
|
|
@@ -5621,21 +5612,21 @@ function Vt(e, t, o, a, r, i, l, s, u) {
|
|
|
5621
5612
|
b = m > 0 ? 1 : (A += "\f", -1);
|
|
5622
5613
|
break;
|
|
5623
5614
|
case 44:
|
|
5624
|
-
s[d++] = (
|
|
5615
|
+
s[d++] = (Ee(A) - 1) * b, b = 1;
|
|
5625
5616
|
break;
|
|
5626
5617
|
case 64:
|
|
5627
|
-
ke() === 45 && (A += Nt(fe())),
|
|
5618
|
+
ke() === 45 && (A += Nt(fe())), v = ke(), m = h = Ee(L = A += al(Bt())), k++;
|
|
5628
5619
|
break;
|
|
5629
5620
|
case 45:
|
|
5630
|
-
w === 45 &&
|
|
5621
|
+
w === 45 && Ee(A) == 2 && (g = 0);
|
|
5631
5622
|
}
|
|
5632
5623
|
}
|
|
5633
5624
|
return i;
|
|
5634
5625
|
}
|
|
5635
5626
|
function Br(e, t, o, a, r, i, l, s, u, d, m) {
|
|
5636
|
-
for (var h = r - 1,
|
|
5627
|
+
for (var h = r - 1, v = r === 0 ? i : [""], E = nr(v), w = 0, g = 0, f = 0; w < a; ++w)
|
|
5637
5628
|
for (var b = 0, k = ht(e, h + 1, h = Q2(g = l[w])), L = e; b < E; ++b)
|
|
5638
|
-
(L = lo(g > 0 ?
|
|
5629
|
+
(L = lo(g > 0 ? v[b] + " " + k : U(k, /&\f/g, v[b]))) && (u[f++] = L);
|
|
5639
5630
|
return tn(e, t, o, r === 0 ? er : s, u, d, m);
|
|
5640
5631
|
}
|
|
5641
5632
|
function sl(e, t, o) {
|
|
@@ -5661,7 +5652,7 @@ function ll(e, t, o, a) {
|
|
|
5661
5652
|
case er:
|
|
5662
5653
|
e.value = e.props.join(",");
|
|
5663
5654
|
}
|
|
5664
|
-
return
|
|
5655
|
+
return Ee(o = $e(e.children, a)) ? e.return = e.value + "{" + o + "}" : "";
|
|
5665
5656
|
}
|
|
5666
5657
|
function cl(e) {
|
|
5667
5658
|
var t = nr(e);
|
|
@@ -5839,7 +5830,7 @@ function ho(e, t) {
|
|
|
5839
5830
|
case 5789:
|
|
5840
5831
|
case 5021:
|
|
5841
5832
|
case 4765:
|
|
5842
|
-
if (
|
|
5833
|
+
if (Ee(e) - 1 - t > 6)
|
|
5843
5834
|
switch (ce(e, t + 1)) {
|
|
5844
5835
|
case 109:
|
|
5845
5836
|
if (ce(e, t + 4) !== 45)
|
|
@@ -5854,7 +5845,7 @@ function ho(e, t) {
|
|
|
5854
5845
|
if (ce(e, t + 1) !== 115)
|
|
5855
5846
|
break;
|
|
5856
5847
|
case 6444:
|
|
5857
|
-
switch (ce(e,
|
|
5848
|
+
switch (ce(e, Ee(e) - 3 - (~In(e, "!important") && 10))) {
|
|
5858
5849
|
case 107:
|
|
5859
5850
|
return U(e, ":", ":" + X) + e;
|
|
5860
5851
|
case 101:
|
|
@@ -5913,8 +5904,8 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
5913
5904
|
if (o === "css") {
|
|
5914
5905
|
var a = document.querySelectorAll("style[data-emotion]:not([data-s])");
|
|
5915
5906
|
Array.prototype.forEach.call(a, function(g) {
|
|
5916
|
-
var
|
|
5917
|
-
|
|
5907
|
+
var f = g.getAttribute("data-emotion");
|
|
5908
|
+
f.indexOf(" ") !== -1 && (document.head.appendChild(g), g.setAttribute("data-s", ""));
|
|
5918
5909
|
});
|
|
5919
5910
|
}
|
|
5920
5911
|
var r = t.stylisPlugins || yl;
|
|
@@ -5924,8 +5915,8 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
5924
5915
|
l = t.container || document.head, Array.prototype.forEach.call(
|
|
5925
5916
|
document.querySelectorAll('style[data-emotion^="' + o + ' "]'),
|
|
5926
5917
|
function(g) {
|
|
5927
|
-
for (var
|
|
5928
|
-
i[
|
|
5918
|
+
for (var f = g.getAttribute("data-emotion").split(" "), b = 1; b < f.length; b++)
|
|
5919
|
+
i[f[b]] = !0;
|
|
5929
5920
|
s.push(g);
|
|
5930
5921
|
}
|
|
5931
5922
|
);
|
|
@@ -5940,15 +5931,15 @@ If multiple caches share the same key they might "fight" for each other's style
|
|
|
5940
5931
|
g.root || (g.return ? m.insert(g.return) : g.value && g.type !== $n && m.insert(g.value + "{}"));
|
|
5941
5932
|
} : ul(function(g) {
|
|
5942
5933
|
m.insert(g);
|
|
5943
|
-
})],
|
|
5944
|
-
return $e(il(
|
|
5934
|
+
})], v = cl(d.concat(r, h)), E = function(f) {
|
|
5935
|
+
return $e(il(f), v);
|
|
5945
5936
|
};
|
|
5946
|
-
u = function(
|
|
5937
|
+
u = function(f, b, k, L) {
|
|
5947
5938
|
m = k, process.env.NODE_ENV !== "production" && b.map !== void 0 && (m = {
|
|
5948
5939
|
insert: function(x) {
|
|
5949
5940
|
k.insert(x + b.map);
|
|
5950
5941
|
}
|
|
5951
|
-
}), E(
|
|
5942
|
+
}), E(f ? f + "{" + b.styles + "}" : b.styles), L && (w.inserted[b.name] = !0);
|
|
5952
5943
|
};
|
|
5953
5944
|
}
|
|
5954
5945
|
var w = {
|
|
@@ -5981,7 +5972,7 @@ function kl() {
|
|
|
5981
5972
|
if (Sr)
|
|
5982
5973
|
return Y;
|
|
5983
5974
|
Sr = 1;
|
|
5984
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, o = e ? Symbol.for("react.portal") : 60106, a = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113,
|
|
5975
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, o = e ? Symbol.for("react.portal") : 60106, a = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, v = e ? Symbol.for("react.suspense_list") : 60120, E = e ? Symbol.for("react.memo") : 60115, w = e ? Symbol.for("react.lazy") : 60116, g = e ? Symbol.for("react.block") : 60121, f = e ? Symbol.for("react.fundamental") : 60117, b = e ? Symbol.for("react.responder") : 60118, k = e ? Symbol.for("react.scope") : 60119;
|
|
5985
5976
|
function L(x) {
|
|
5986
5977
|
if (typeof x == "object" && x !== null) {
|
|
5987
5978
|
var y = x.$$typeof;
|
|
@@ -6040,7 +6031,7 @@ function kl() {
|
|
|
6040
6031
|
}, Y.isSuspense = function(x) {
|
|
6041
6032
|
return L(x) === h;
|
|
6042
6033
|
}, Y.isValidElementType = function(x) {
|
|
6043
|
-
return typeof x == "string" || typeof x == "function" || x === a || x === d || x === i || x === r || x === h || x ===
|
|
6034
|
+
return typeof x == "string" || typeof x == "function" || x === a || x === d || x === i || x === r || x === h || x === v || typeof x == "object" && x !== null && (x.$$typeof === w || x.$$typeof === E || x.$$typeof === l || x.$$typeof === s || x.$$typeof === m || x.$$typeof === f || x.$$typeof === b || x.$$typeof === k || x.$$typeof === g);
|
|
6044
6035
|
}, Y.typeOf = L, Y;
|
|
6045
6036
|
}
|
|
6046
6037
|
var J = {};
|
|
@@ -6055,9 +6046,9 @@ var J = {};
|
|
|
6055
6046
|
var Hr;
|
|
6056
6047
|
function Ll() {
|
|
6057
6048
|
return Hr || (Hr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
6058
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, o = e ? Symbol.for("react.portal") : 60106, a = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113,
|
|
6049
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, o = e ? Symbol.for("react.portal") : 60106, a = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, h = e ? Symbol.for("react.suspense") : 60113, v = e ? Symbol.for("react.suspense_list") : 60120, E = e ? Symbol.for("react.memo") : 60115, w = e ? Symbol.for("react.lazy") : 60116, g = e ? Symbol.for("react.block") : 60121, f = e ? Symbol.for("react.fundamental") : 60117, b = e ? Symbol.for("react.responder") : 60118, k = e ? Symbol.for("react.scope") : 60119;
|
|
6059
6050
|
function L(B) {
|
|
6060
|
-
return typeof B == "string" || typeof B == "function" || B === a || B === d || B === i || B === r || B === h || B ===
|
|
6051
|
+
return typeof B == "string" || typeof B == "function" || B === a || B === d || B === i || B === r || B === h || B === v || typeof B == "object" && B !== null && (B.$$typeof === w || B.$$typeof === E || B.$$typeof === l || B.$$typeof === s || B.$$typeof === m || B.$$typeof === f || B.$$typeof === b || B.$$typeof === k || B.$$typeof === g);
|
|
6061
6052
|
}
|
|
6062
6053
|
function I(B) {
|
|
6063
6054
|
if (typeof B == "object" && B !== null) {
|
|
@@ -6310,9 +6301,9 @@ function ft(e, t, o) {
|
|
|
6310
6301
|
}
|
|
6311
6302
|
case "string":
|
|
6312
6303
|
if (process.env.NODE_ENV !== "production") {
|
|
6313
|
-
var s = [], u = o.replace(wo, function(m, h,
|
|
6304
|
+
var s = [], u = o.replace(wo, function(m, h, v) {
|
|
6314
6305
|
var E = "animation" + s.length;
|
|
6315
|
-
return s.push("const " + E + " = keyframes`" +
|
|
6306
|
+
return s.push("const " + E + " = keyframes`" + v.replace(/^@keyframes animation-\w+/, "") + "`"), "${" + E + "}";
|
|
6316
6307
|
});
|
|
6317
6308
|
s.length && console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n" + [].concat(s, ["`" + u + "`"]).join(`
|
|
6318
6309
|
`) + `
|
|
@@ -6372,8 +6363,8 @@ var Ce, vt = function(t, o, a) {
|
|
|
6372
6363
|
for (var s = 1; s < t.length; s++)
|
|
6373
6364
|
i += ft(a, o, t[s]), r && (process.env.NODE_ENV !== "production" && l[s] === void 0 && console.error(Tr), i += l[s]);
|
|
6374
6365
|
var u;
|
|
6375
|
-
process.env.NODE_ENV !== "production" && (i = i.replace(Eo, function(
|
|
6376
|
-
return u =
|
|
6366
|
+
process.env.NODE_ENV !== "production" && (i = i.replace(Eo, function(v) {
|
|
6367
|
+
return u = v, "";
|
|
6377
6368
|
})), Dr.lastIndex = 0;
|
|
6378
6369
|
for (var d = "", m; (m = Dr.exec(i)) !== null; )
|
|
6379
6370
|
d += "-" + m[1];
|
|
@@ -6679,8 +6670,8 @@ var Kl = function(t) {
|
|
|
6679
6670
|
throw new Error("css can only be used during render");
|
|
6680
6671
|
for (var d = arguments.length, m = new Array(d), h = 0; h < d; h++)
|
|
6681
6672
|
m[h] = arguments[h];
|
|
6682
|
-
var
|
|
6683
|
-
return a.push(
|
|
6673
|
+
var v = vt(m, t.registered);
|
|
6674
|
+
return a.push(v), rr(t, v, !1), t.key + "-" + v.name;
|
|
6684
6675
|
}, i = function() {
|
|
6685
6676
|
if (o && process.env.NODE_ENV !== "production")
|
|
6686
6677
|
throw new Error("cx can only be used during render");
|
|
@@ -6841,15 +6832,15 @@ function Ur(e, t, o, a) {
|
|
|
6841
6832
|
const u = e.getBoundingClientRect();
|
|
6842
6833
|
let d = Mn;
|
|
6843
6834
|
t && (a ? je(a) && (d = Jr(a)) : d = Jr(e));
|
|
6844
|
-
const m = je(e) ? Je(e) : window, h = !sc() && o,
|
|
6835
|
+
const m = je(e) ? Je(e) : window, h = !sc() && o, v = (u.left + (h && (r = (i = m.visualViewport) == null ? void 0 : i.offsetLeft) != null ? r : 0)) / d.x, E = (u.top + (h && (l = (s = m.visualViewport) == null ? void 0 : s.offsetTop) != null ? l : 0)) / d.y, w = u.width / d.x, g = u.height / d.y;
|
|
6845
6836
|
return {
|
|
6846
6837
|
width: w,
|
|
6847
6838
|
height: g,
|
|
6848
6839
|
top: E,
|
|
6849
|
-
right:
|
|
6840
|
+
right: v + w,
|
|
6850
6841
|
bottom: E + g,
|
|
6851
|
-
left:
|
|
6852
|
-
x:
|
|
6842
|
+
left: v,
|
|
6843
|
+
x: v,
|
|
6853
6844
|
y: E
|
|
6854
6845
|
};
|
|
6855
6846
|
}
|
|
@@ -6892,11 +6883,11 @@ function dc(e, t, o, a) {
|
|
|
6892
6883
|
w || o(), w = !1;
|
|
6893
6884
|
}), je(e) && !s && m.observe(e), !je(e) && e.contextElement && !s && m.observe(e.contextElement), m.observe(t);
|
|
6894
6885
|
}
|
|
6895
|
-
let h,
|
|
6886
|
+
let h, v = s ? Ur(e) : null;
|
|
6896
6887
|
s && E();
|
|
6897
6888
|
function E() {
|
|
6898
6889
|
const w = Ur(e);
|
|
6899
|
-
|
|
6890
|
+
v && (w.x !== v.x || w.y !== v.y || w.width !== v.width || w.height !== v.height) && o(), v = w, h = requestAnimationFrame(E);
|
|
6900
6891
|
}
|
|
6901
6892
|
return o(), () => {
|
|
6902
6893
|
var w;
|
|
@@ -7037,7 +7028,7 @@ function kc(e) {
|
|
|
7037
7028
|
};
|
|
7038
7029
|
if (!o || !o.offsetParent)
|
|
7039
7030
|
return d;
|
|
7040
|
-
var m = u.getBoundingClientRect(), h = m.height,
|
|
7031
|
+
var m = u.getBoundingClientRect(), h = m.height, v = o.getBoundingClientRect(), E = v.bottom, w = v.height, g = v.top, f = o.offsetParent.getBoundingClientRect(), b = f.top, k = l ? window.innerHeight : gc(u), L = Fo(u), I = parseInt(getComputedStyle(o).marginBottom, 10), x = parseInt(getComputedStyle(o).marginTop, 10), y = b - x, A = k - g, M = y + L, F = h - L - g, V = E - k + L + I, D = L + g - x, R = 160;
|
|
7041
7032
|
switch (r) {
|
|
7042
7033
|
case "auto":
|
|
7043
7034
|
case "bottom":
|
|
@@ -7120,7 +7111,7 @@ var Ho = function(t) {
|
|
|
7120
7111
|
marginTop: s.menuGutter
|
|
7121
7112
|
});
|
|
7122
7113
|
}, To = /* @__PURE__ */ Ct(null), Mc = function(t) {
|
|
7123
|
-
var o = t.children, a = t.minMenuHeight, r = t.maxMenuHeight, i = t.menuPlacement, l = t.menuPosition, s = t.menuShouldScrollIntoView, u = t.theme, d = He(To) || {}, m = d.setPortalPlacement, h = he(null),
|
|
7114
|
+
var o = t.children, a = t.minMenuHeight, r = t.maxMenuHeight, i = t.menuPlacement, l = t.menuPosition, s = t.menuShouldScrollIntoView, u = t.theme, d = He(To) || {}, m = d.setPortalPlacement, h = he(null), v = oe(r), E = Be(v, 2), w = E[0], g = E[1], f = oe(null), b = Be(f, 2), k = b[0], L = b[1], I = u.spacing.controlHeight;
|
|
7124
7115
|
return Bn(function() {
|
|
7125
7116
|
var x = h.current;
|
|
7126
7117
|
if (!!x) {
|
|
@@ -7206,19 +7197,19 @@ var Hc = function(t) {
|
|
|
7206
7197
|
zIndex: 1
|
|
7207
7198
|
};
|
|
7208
7199
|
}, Tc = function(t) {
|
|
7209
|
-
var o = t.appendTo, a = t.children, r = t.controlElement, i = t.innerProps, l = t.menuPlacement, s = t.menuPosition, u = he(null), d = he(null), m = oe(Ho(l)), h = Be(m, 2),
|
|
7200
|
+
var o = t.appendTo, a = t.children, r = t.controlElement, i = t.innerProps, l = t.menuPlacement, s = t.menuPosition, u = he(null), d = he(null), m = oe(Ho(l)), h = Be(m, 2), v = h[0], E = h[1], w = xe(function() {
|
|
7210
7201
|
return {
|
|
7211
7202
|
setPortalPlacement: E
|
|
7212
7203
|
};
|
|
7213
|
-
}, []), g = oe(null),
|
|
7204
|
+
}, []), g = oe(null), f = Be(g, 2), b = f[0], k = f[1], L = ue(function() {
|
|
7214
7205
|
if (!!r) {
|
|
7215
|
-
var A = bc(r), M = s === "fixed" ? 0 : window.pageYOffset, F = A[
|
|
7206
|
+
var A = bc(r), M = s === "fixed" ? 0 : window.pageYOffset, F = A[v] + M;
|
|
7216
7207
|
(F !== (b == null ? void 0 : b.offset) || A.left !== (b == null ? void 0 : b.rect.left) || A.width !== (b == null ? void 0 : b.rect.width)) && k({
|
|
7217
7208
|
offset: F,
|
|
7218
7209
|
rect: A
|
|
7219
7210
|
});
|
|
7220
7211
|
}
|
|
7221
|
-
}, [r, s,
|
|
7212
|
+
}, [r, s, v, b == null ? void 0 : b.offset, b == null ? void 0 : b.rect.left, b == null ? void 0 : b.rect.width]);
|
|
7222
7213
|
Bn(function() {
|
|
7223
7214
|
L();
|
|
7224
7215
|
}, [L]);
|
|
@@ -7797,8 +7788,8 @@ var N3 = process.env.NODE_ENV === "production" ? {
|
|
|
7797
7788
|
if (o === "value" && s)
|
|
7798
7789
|
return "value ".concat(l, " focused, ").concat(m(s, a), ".");
|
|
7799
7790
|
if (o === "menu") {
|
|
7800
|
-
var h = u ? " disabled" : "",
|
|
7801
|
-
return "option ".concat(l, " ").concat(
|
|
7791
|
+
var h = u ? " disabled" : "", v = "".concat(d ? "selected" : "focused").concat(h);
|
|
7792
|
+
return "option ".concat(l, " ").concat(v, ", ").concat(m(r, a), ".");
|
|
7802
7793
|
}
|
|
7803
7794
|
return "";
|
|
7804
7795
|
},
|
|
@@ -7807,9 +7798,9 @@ var N3 = process.env.NODE_ENV === "production" ? {
|
|
|
7807
7798
|
return "".concat(a).concat(o ? " for search term " + o : "", ".");
|
|
7808
7799
|
}
|
|
7809
7800
|
}, F3 = function(t) {
|
|
7810
|
-
var o = t.ariaSelection, a = t.focusedOption, r = t.focusedValue, i = t.focusableOptions, l = t.isFocused, s = t.selectValue, u = t.selectProps, d = t.id, m = u.ariaLiveMessages, h = u.getOptionLabel,
|
|
7801
|
+
var o = t.ariaSelection, a = t.focusedOption, r = t.focusedValue, i = t.focusableOptions, l = t.isFocused, s = t.selectValue, u = t.selectProps, d = t.id, m = u.ariaLiveMessages, h = u.getOptionLabel, v = u.inputValue, E = u.isMulti, w = u.isOptionDisabled, g = u.isSearchable, f = u.menuIsOpen, b = u.options, k = u.screenReaderStatus, L = u.tabSelectsValue, I = u["aria-label"], x = u["aria-live"], y = xe(function() {
|
|
7811
7802
|
return T(T({}, V3), m || {});
|
|
7812
|
-
}, [m]), A =
|
|
7803
|
+
}, [m]), A = xe(function() {
|
|
7813
7804
|
var z = "";
|
|
7814
7805
|
if (o && y.onChange) {
|
|
7815
7806
|
var O = o.option, _ = o.options, $ = o.removedValue, ee = o.removedValues, K = o.value, te = function(ne) {
|
|
@@ -7822,7 +7813,7 @@ var N3 = process.env.NODE_ENV === "production" ? {
|
|
|
7822
7813
|
z = y.onChange(G);
|
|
7823
7814
|
}
|
|
7824
7815
|
return z;
|
|
7825
|
-
}, [o, y, w, s, h]), M =
|
|
7816
|
+
}, [o, y, w, s, h]), M = xe(function() {
|
|
7826
7817
|
var z = "", O = a || r, _ = !!(a && s && s.includes(a));
|
|
7827
7818
|
if (O && y.onFocus) {
|
|
7828
7819
|
var $ = {
|
|
@@ -7837,22 +7828,22 @@ var N3 = process.env.NODE_ENV === "production" ? {
|
|
|
7837
7828
|
z = y.onFocus($);
|
|
7838
7829
|
}
|
|
7839
7830
|
return z;
|
|
7840
|
-
}, [a, r, h, w, y, i, s]), F =
|
|
7831
|
+
}, [a, r, h, w, y, i, s]), F = xe(function() {
|
|
7841
7832
|
var z = "";
|
|
7842
|
-
if (
|
|
7833
|
+
if (f && b.length && y.onFilter) {
|
|
7843
7834
|
var O = k({
|
|
7844
7835
|
count: i.length
|
|
7845
7836
|
});
|
|
7846
7837
|
z = y.onFilter({
|
|
7847
|
-
inputValue:
|
|
7838
|
+
inputValue: v,
|
|
7848
7839
|
resultsMessage: O
|
|
7849
7840
|
});
|
|
7850
7841
|
}
|
|
7851
7842
|
return z;
|
|
7852
|
-
}, [i,
|
|
7843
|
+
}, [i, v, f, y, b, k]), V = xe(function() {
|
|
7853
7844
|
var z = "";
|
|
7854
7845
|
if (y.guidance) {
|
|
7855
|
-
var O = r ? "value" :
|
|
7846
|
+
var O = r ? "value" : f ? "menu" : "input";
|
|
7856
7847
|
z = y.guidance({
|
|
7857
7848
|
"aria-label": I,
|
|
7858
7849
|
context: O,
|
|
@@ -7863,7 +7854,7 @@ var N3 = process.env.NODE_ENV === "production" ? {
|
|
|
7863
7854
|
});
|
|
7864
7855
|
}
|
|
7865
7856
|
return z;
|
|
7866
|
-
}, [I, a, r, E, w, g,
|
|
7857
|
+
}, [I, a, r, E, w, g, f, y, s, L]), D = "".concat(M, " ").concat(F, " ").concat(V), R = S(be, null, S("span", {
|
|
7867
7858
|
id: "aria-selection"
|
|
7868
7859
|
}, A), S("span", {
|
|
7869
7860
|
id: "aria-context"
|
|
@@ -8182,37 +8173,37 @@ var z3 = function(t) {
|
|
|
8182
8173
|
t.preventDefault(), t.stopPropagation();
|
|
8183
8174
|
};
|
|
8184
8175
|
function O3(e) {
|
|
8185
|
-
var t = e.isEnabled, o = e.onBottomArrive, a = e.onBottomLeave, r = e.onTopArrive, i = e.onTopLeave, l = he(!1), s = he(!1), u = he(0), d = he(null), m = ue(function(
|
|
8176
|
+
var t = e.isEnabled, o = e.onBottomArrive, a = e.onBottomLeave, r = e.onTopArrive, i = e.onTopLeave, l = he(!1), s = he(!1), u = he(0), d = he(null), m = ue(function(f, b) {
|
|
8186
8177
|
if (d.current !== null) {
|
|
8187
8178
|
var k = d.current, L = k.scrollTop, I = k.scrollHeight, x = k.clientHeight, y = d.current, A = b > 0, M = I - x - L, F = !1;
|
|
8188
|
-
M > b && l.current && (a && a(
|
|
8189
|
-
}
|
|
8190
|
-
}, [o, a, r, i]), h = ue(function(
|
|
8191
|
-
m(
|
|
8192
|
-
}, [m]),
|
|
8193
|
-
u.current =
|
|
8194
|
-
}, []), E = ue(function(
|
|
8195
|
-
var b = u.current -
|
|
8196
|
-
m(
|
|
8197
|
-
}, [m]), w = ue(function(
|
|
8198
|
-
if (!!
|
|
8179
|
+
M > b && l.current && (a && a(f), l.current = !1), A && s.current && (i && i(f), s.current = !1), A && b > M ? (o && !l.current && o(f), y.scrollTop = I, F = !0, l.current = !0) : !A && -b > L && (r && !s.current && r(f), y.scrollTop = 0, F = !0, s.current = !0), F && z3(f);
|
|
8180
|
+
}
|
|
8181
|
+
}, [o, a, r, i]), h = ue(function(f) {
|
|
8182
|
+
m(f, f.deltaY);
|
|
8183
|
+
}, [m]), v = ue(function(f) {
|
|
8184
|
+
u.current = f.changedTouches[0].clientY;
|
|
8185
|
+
}, []), E = ue(function(f) {
|
|
8186
|
+
var b = u.current - f.changedTouches[0].clientY;
|
|
8187
|
+
m(f, b);
|
|
8188
|
+
}, [m]), w = ue(function(f) {
|
|
8189
|
+
if (!!f) {
|
|
8199
8190
|
var b = Ec ? {
|
|
8200
8191
|
passive: !1
|
|
8201
8192
|
} : !1;
|
|
8202
|
-
|
|
8193
|
+
f.addEventListener("wheel", h, b), f.addEventListener("touchstart", v, b), f.addEventListener("touchmove", E, b);
|
|
8203
8194
|
}
|
|
8204
|
-
}, [E,
|
|
8205
|
-
!
|
|
8206
|
-
}, [E,
|
|
8195
|
+
}, [E, v, h]), g = ue(function(f) {
|
|
8196
|
+
!f || (f.removeEventListener("wheel", h, !1), f.removeEventListener("touchstart", v, !1), f.removeEventListener("touchmove", E, !1));
|
|
8197
|
+
}, [E, v, h]);
|
|
8207
8198
|
return Pe(function() {
|
|
8208
8199
|
if (!!t) {
|
|
8209
|
-
var
|
|
8210
|
-
return w(
|
|
8211
|
-
g(
|
|
8200
|
+
var f = d.current;
|
|
8201
|
+
return w(f), function() {
|
|
8202
|
+
g(f);
|
|
8212
8203
|
};
|
|
8213
8204
|
}
|
|
8214
|
-
}, [t, w, g]), function(
|
|
8215
|
-
d.current =
|
|
8205
|
+
}, [t, w, g]), function(f) {
|
|
8206
|
+
d.current = f;
|
|
8216
8207
|
};
|
|
8217
8208
|
}
|
|
8218
8209
|
var t1 = ["boxSizing", "height", "overflow", "paddingRight", "position"], n1 = {
|
|
@@ -8246,7 +8237,7 @@ function j3(e) {
|
|
|
8246
8237
|
var g = m && m[w];
|
|
8247
8238
|
r.current[w] = g;
|
|
8248
8239
|
}), a && lt < 1) {
|
|
8249
|
-
var h = parseInt(r.current.paddingRight, 10) || 0,
|
|
8240
|
+
var h = parseInt(r.current.paddingRight, 10) || 0, v = document.body ? document.body.clientWidth : 0, E = window.innerWidth - v + h || 0;
|
|
8250
8241
|
Object.keys(n1).forEach(function(w) {
|
|
8251
8242
|
var g = n1[w];
|
|
8252
8243
|
m && (m[w] = g);
|
|
@@ -8258,8 +8249,8 @@ function j3(e) {
|
|
|
8258
8249
|
if (!!s1) {
|
|
8259
8250
|
var d = document.body, m = d && d.style;
|
|
8260
8251
|
lt = Math.max(lt - 1, 0), a && lt < 1 && t1.forEach(function(h) {
|
|
8261
|
-
var
|
|
8262
|
-
m && (m[h] =
|
|
8252
|
+
var v = r.current[h];
|
|
8253
|
+
m && (m[h] = v);
|
|
8263
8254
|
}), d && i1() && (d.removeEventListener("touchmove", r1, Qe), u && (u.removeEventListener("touchstart", a1, Qe), u.removeEventListener("touchmove", o1, Qe)));
|
|
8264
8255
|
}
|
|
8265
8256
|
}, [a]);
|
|
@@ -8549,12 +8540,12 @@ var na = function(t) {
|
|
|
8549
8540
|
var d = r.props, m = d.onChange, h = d.name;
|
|
8550
8541
|
u.name = h, r.ariaOnChange(s, u), m(s, u);
|
|
8551
8542
|
}, r.setValue = function(s, u, d) {
|
|
8552
|
-
var m = r.props, h = m.closeMenuOnSelect,
|
|
8543
|
+
var m = r.props, h = m.closeMenuOnSelect, v = m.isMulti, E = m.inputValue;
|
|
8553
8544
|
r.onInputChange("", {
|
|
8554
8545
|
action: "set-value",
|
|
8555
8546
|
prevInputValue: E
|
|
8556
8547
|
}), h && (r.setState({
|
|
8557
|
-
inputIsHiddenAfterUpdate: !
|
|
8548
|
+
inputIsHiddenAfterUpdate: !v
|
|
8558
8549
|
}), r.onMenuClose()), r.setState({
|
|
8559
8550
|
clearFocusValueOnUpdate: !0
|
|
8560
8551
|
}), r.onChange(s, {
|
|
@@ -8562,14 +8553,14 @@ var na = function(t) {
|
|
|
8562
8553
|
option: d
|
|
8563
8554
|
});
|
|
8564
8555
|
}, r.selectOption = function(s) {
|
|
8565
|
-
var u = r.props, d = u.blurInputOnSelect, m = u.isMulti, h = u.name,
|
|
8556
|
+
var u = r.props, d = u.blurInputOnSelect, m = u.isMulti, h = u.name, v = r.state.selectValue, E = m && r.isOptionSelected(s, v), w = r.isOptionDisabled(s, v);
|
|
8566
8557
|
if (E) {
|
|
8567
8558
|
var g = r.getOptionValue(s);
|
|
8568
|
-
r.setValue(
|
|
8569
|
-
return r.getOptionValue(
|
|
8559
|
+
r.setValue(v.filter(function(f) {
|
|
8560
|
+
return r.getOptionValue(f) !== g;
|
|
8570
8561
|
}), "deselect-option", s);
|
|
8571
8562
|
} else if (!w)
|
|
8572
|
-
m ? r.setValue([].concat(dt(
|
|
8563
|
+
m ? r.setValue([].concat(dt(v), [s]), "select-option", s) : r.setValue(s, "select-option");
|
|
8573
8564
|
else {
|
|
8574
8565
|
r.ariaOnChange(s, {
|
|
8575
8566
|
action: "select-option",
|
|
@@ -8582,8 +8573,8 @@ var na = function(t) {
|
|
|
8582
8573
|
}, r.removeValue = function(s) {
|
|
8583
8574
|
var u = r.props.isMulti, d = r.state.selectValue, m = r.getOptionValue(s), h = d.filter(function(E) {
|
|
8584
8575
|
return r.getOptionValue(E) !== m;
|
|
8585
|
-
}),
|
|
8586
|
-
r.onChange(
|
|
8576
|
+
}), v = ut(u, h, h[0] || null);
|
|
8577
|
+
r.onChange(v, {
|
|
8587
8578
|
action: "remove-value",
|
|
8588
8579
|
removedValue: s
|
|
8589
8580
|
}), r.focusInput();
|
|
@@ -8667,8 +8658,8 @@ var na = function(t) {
|
|
|
8667
8658
|
}, r.onTouchMove = function(s) {
|
|
8668
8659
|
var u = s.touches, d = u && u.item(0);
|
|
8669
8660
|
if (!!d) {
|
|
8670
|
-
var m = Math.abs(d.clientX - r.initialTouchX), h = Math.abs(d.clientY - r.initialTouchY),
|
|
8671
|
-
r.userIsDragging = m >
|
|
8661
|
+
var m = Math.abs(d.clientX - r.initialTouchX), h = Math.abs(d.clientY - r.initialTouchY), v = 5;
|
|
8662
|
+
r.userIsDragging = m > v || h > v;
|
|
8672
8663
|
}
|
|
8673
8664
|
}, r.onTouchEnd = function(s) {
|
|
8674
8665
|
r.userIsDragging || (r.controlRef && !r.controlRef.contains(s.target) && r.menuListRef && !r.menuListRef.contains(s.target) && r.blurInput(), r.initialTouchX = 0, r.initialTouchY = 0);
|
|
@@ -8713,22 +8704,22 @@ var na = function(t) {
|
|
|
8713
8704
|
}, r.onValueInputFocus = function(s) {
|
|
8714
8705
|
s.preventDefault(), s.stopPropagation(), r.focus();
|
|
8715
8706
|
}, r.onKeyDown = function(s) {
|
|
8716
|
-
var u = r.props, d = u.isMulti, m = u.backspaceRemovesValue, h = u.escapeClearsValue,
|
|
8717
|
-
if (!w && !(typeof
|
|
8707
|
+
var u = r.props, d = u.isMulti, m = u.backspaceRemovesValue, h = u.escapeClearsValue, v = u.inputValue, E = u.isClearable, w = u.isDisabled, g = u.menuIsOpen, f = u.onKeyDown, b = u.tabSelectsValue, k = u.openMenuOnFocus, L = r.state, I = L.focusedOption, x = L.focusedValue, y = L.selectValue;
|
|
8708
|
+
if (!w && !(typeof f == "function" && (f(s), s.defaultPrevented))) {
|
|
8718
8709
|
switch (r.blockOptionHover = !0, s.key) {
|
|
8719
8710
|
case "ArrowLeft":
|
|
8720
|
-
if (!d ||
|
|
8711
|
+
if (!d || v)
|
|
8721
8712
|
return;
|
|
8722
8713
|
r.focusValue("previous");
|
|
8723
8714
|
break;
|
|
8724
8715
|
case "ArrowRight":
|
|
8725
|
-
if (!d ||
|
|
8716
|
+
if (!d || v)
|
|
8726
8717
|
return;
|
|
8727
8718
|
r.focusValue("next");
|
|
8728
8719
|
break;
|
|
8729
8720
|
case "Delete":
|
|
8730
8721
|
case "Backspace":
|
|
8731
|
-
if (
|
|
8722
|
+
if (v)
|
|
8732
8723
|
return;
|
|
8733
8724
|
if (x)
|
|
8734
8725
|
r.removeValue(x);
|
|
@@ -8758,11 +8749,11 @@ var na = function(t) {
|
|
|
8758
8749
|
inputIsHiddenAfterUpdate: !1
|
|
8759
8750
|
}), r.onInputChange("", {
|
|
8760
8751
|
action: "menu-close",
|
|
8761
|
-
prevInputValue:
|
|
8752
|
+
prevInputValue: v
|
|
8762
8753
|
}), r.onMenuClose()) : E && h && r.clearValue();
|
|
8763
8754
|
break;
|
|
8764
8755
|
case " ":
|
|
8765
|
-
if (
|
|
8756
|
+
if (v)
|
|
8766
8757
|
return;
|
|
8767
8758
|
if (!g) {
|
|
8768
8759
|
r.openMenu("first");
|
|
@@ -8920,7 +8911,7 @@ var na = function(t) {
|
|
|
8920
8911
|
}, {
|
|
8921
8912
|
key: "getCommonProps",
|
|
8922
8913
|
value: function() {
|
|
8923
|
-
var r = this.clearValue, i = this.cx, l = this.getStyles, s = this.getClassNames, u = this.getValue, d = this.selectOption, m = this.setValue, h = this.props,
|
|
8914
|
+
var r = this.clearValue, i = this.cx, l = this.getStyles, s = this.getClassNames, u = this.getValue, d = this.selectOption, m = this.setValue, h = this.props, v = h.isMulti, E = h.isRtl, w = h.options, g = this.hasValue();
|
|
8924
8915
|
return {
|
|
8925
8916
|
clearValue: r,
|
|
8926
8917
|
cx: i,
|
|
@@ -8928,7 +8919,7 @@ var na = function(t) {
|
|
|
8928
8919
|
getClassNames: s,
|
|
8929
8920
|
getValue: u,
|
|
8930
8921
|
hasValue: g,
|
|
8931
|
-
isMulti:
|
|
8922
|
+
isMulti: v,
|
|
8932
8923
|
isRtl: E,
|
|
8933
8924
|
options: w,
|
|
8934
8925
|
selectOption: d,
|
|
@@ -9010,7 +9001,7 @@ var na = function(t) {
|
|
|
9010
9001
|
}, {
|
|
9011
9002
|
key: "renderInput",
|
|
9012
9003
|
value: function() {
|
|
9013
|
-
var r = this.props, i = r.isDisabled, l = r.isSearchable, s = r.inputId, u = r.inputValue, d = r.tabIndex, m = r.form, h = r.menuIsOpen,
|
|
9004
|
+
var r = this.props, i = r.isDisabled, l = r.isSearchable, s = r.inputId, u = r.inputValue, d = r.tabIndex, m = r.form, h = r.menuIsOpen, v = r.required, E = this.getComponents(), w = E.Input, g = this.state, f = g.inputIsHidden, b = g.ariaSelection, k = this.commonProps, L = s || this.getElementId("input"), I = T(T(T({
|
|
9014
9005
|
"aria-autocomplete": "list",
|
|
9015
9006
|
"aria-expanded": h,
|
|
9016
9007
|
"aria-haspopup": !0,
|
|
@@ -9018,7 +9009,7 @@ var na = function(t) {
|
|
|
9018
9009
|
"aria-invalid": this.props["aria-invalid"],
|
|
9019
9010
|
"aria-label": this.props["aria-label"],
|
|
9020
9011
|
"aria-labelledby": this.props["aria-labelledby"],
|
|
9021
|
-
"aria-required":
|
|
9012
|
+
"aria-required": v,
|
|
9022
9013
|
role: "combobox"
|
|
9023
9014
|
}, h && {
|
|
9024
9015
|
"aria-controls": this.getElementId("listbox"),
|
|
@@ -9037,7 +9028,7 @@ var na = function(t) {
|
|
|
9037
9028
|
id: L,
|
|
9038
9029
|
innerRef: this.getInputRef,
|
|
9039
9030
|
isDisabled: i,
|
|
9040
|
-
isHidden:
|
|
9031
|
+
isHidden: f,
|
|
9041
9032
|
onBlur: this.onInputBlur,
|
|
9042
9033
|
onChange: this.handleInputChange,
|
|
9043
9034
|
onFocus: this.onInputFocus,
|
|
@@ -9062,9 +9053,9 @@ var na = function(t) {
|
|
|
9062
9053
|
}, {
|
|
9063
9054
|
key: "renderPlaceholderOrValue",
|
|
9064
9055
|
value: function() {
|
|
9065
|
-
var r = this, i = this.getComponents(), l = i.MultiValue, s = i.MultiValueContainer, u = i.MultiValueLabel, d = i.MultiValueRemove, m = i.SingleValue, h = i.Placeholder,
|
|
9056
|
+
var r = this, i = this.getComponents(), l = i.MultiValue, s = i.MultiValueContainer, u = i.MultiValueLabel, d = i.MultiValueRemove, m = i.SingleValue, h = i.Placeholder, v = this.commonProps, E = this.props, w = E.controlShouldRenderValue, g = E.isDisabled, f = E.isMulti, b = E.inputValue, k = E.placeholder, L = this.state, I = L.selectValue, x = L.focusedValue, y = L.isFocused;
|
|
9066
9057
|
if (!this.hasValue() || !w)
|
|
9067
|
-
return b ? null : /* @__PURE__ */ Z.createElement(h, H({},
|
|
9058
|
+
return b ? null : /* @__PURE__ */ Z.createElement(h, H({}, v, {
|
|
9068
9059
|
key: "placeholder",
|
|
9069
9060
|
isDisabled: g,
|
|
9070
9061
|
isFocused: y,
|
|
@@ -9072,10 +9063,10 @@ var na = function(t) {
|
|
|
9072
9063
|
id: this.getElementId("placeholder")
|
|
9073
9064
|
}
|
|
9074
9065
|
}), k);
|
|
9075
|
-
if (
|
|
9066
|
+
if (f)
|
|
9076
9067
|
return I.map(function(M, F) {
|
|
9077
9068
|
var V = M === x, D = "".concat(r.getOptionLabel(M), "-").concat(r.getOptionValue(M));
|
|
9078
|
-
return /* @__PURE__ */ Z.createElement(l, H({},
|
|
9069
|
+
return /* @__PURE__ */ Z.createElement(l, H({}, v, {
|
|
9079
9070
|
components: {
|
|
9080
9071
|
Container: s,
|
|
9081
9072
|
Label: u,
|
|
@@ -9102,7 +9093,7 @@ var na = function(t) {
|
|
|
9102
9093
|
if (b)
|
|
9103
9094
|
return null;
|
|
9104
9095
|
var A = I[0];
|
|
9105
|
-
return /* @__PURE__ */ Z.createElement(m, H({},
|
|
9096
|
+
return /* @__PURE__ */ Z.createElement(m, H({}, v, {
|
|
9106
9097
|
data: A,
|
|
9107
9098
|
isDisabled: g
|
|
9108
9099
|
}), this.formatOptionLabel(A, "value"));
|
|
@@ -9170,7 +9161,7 @@ var na = function(t) {
|
|
|
9170
9161
|
}, {
|
|
9171
9162
|
key: "renderMenu",
|
|
9172
9163
|
value: function() {
|
|
9173
|
-
var r = this, i = this.getComponents(), l = i.Group, s = i.GroupHeading, u = i.Menu, d = i.MenuList, m = i.MenuPortal, h = i.LoadingMessage,
|
|
9164
|
+
var r = this, i = this.getComponents(), l = i.Group, s = i.GroupHeading, u = i.Menu, d = i.MenuList, m = i.MenuPortal, h = i.LoadingMessage, v = i.NoOptionsMessage, E = i.Option, w = this.commonProps, g = this.state.focusedOption, f = this.props, b = f.captureMenuScroll, k = f.inputValue, L = f.isLoading, I = f.loadingMessage, x = f.minMenuHeight, y = f.maxMenuHeight, A = f.menuIsOpen, M = f.menuPlacement, F = f.menuPosition, V = f.menuPortalTarget, D = f.menuShouldBlockScroll, R = f.menuShouldScrollIntoView, W = f.noOptionsMessage, z = f.onMenuScrollToTop, O = f.onMenuScrollToBottom;
|
|
9174
9165
|
if (!A)
|
|
9175
9166
|
return null;
|
|
9176
9167
|
var _ = function(j, re) {
|
|
@@ -9231,7 +9222,7 @@ var na = function(t) {
|
|
|
9231
9222
|
});
|
|
9232
9223
|
if (K === null)
|
|
9233
9224
|
return null;
|
|
9234
|
-
$ = /* @__PURE__ */ Z.createElement(
|
|
9225
|
+
$ = /* @__PURE__ */ Z.createElement(v, w, K);
|
|
9235
9226
|
}
|
|
9236
9227
|
var te = {
|
|
9237
9228
|
minMenuHeight: x,
|
|
@@ -9285,18 +9276,18 @@ var na = function(t) {
|
|
|
9285
9276
|
});
|
|
9286
9277
|
if (u)
|
|
9287
9278
|
if (l) {
|
|
9288
|
-
var
|
|
9279
|
+
var v = h.map(function(g) {
|
|
9289
9280
|
return r.getOptionValue(g);
|
|
9290
9281
|
}).join(l);
|
|
9291
9282
|
return /* @__PURE__ */ Z.createElement("input", {
|
|
9292
9283
|
name: d,
|
|
9293
9284
|
type: "hidden",
|
|
9294
|
-
value:
|
|
9285
|
+
value: v
|
|
9295
9286
|
});
|
|
9296
9287
|
} else {
|
|
9297
|
-
var E = h.length > 0 ? h.map(function(g,
|
|
9288
|
+
var E = h.length > 0 ? h.map(function(g, f) {
|
|
9298
9289
|
return /* @__PURE__ */ Z.createElement("input", {
|
|
9299
|
-
key: "i-".concat(
|
|
9290
|
+
key: "i-".concat(f),
|
|
9300
9291
|
name: d,
|
|
9301
9292
|
type: "hidden",
|
|
9302
9293
|
value: r.getOptionValue(g)
|
|
@@ -9335,14 +9326,14 @@ var na = function(t) {
|
|
|
9335
9326
|
}, {
|
|
9336
9327
|
key: "render",
|
|
9337
9328
|
value: function() {
|
|
9338
|
-
var r = this.getComponents(), i = r.Control, l = r.IndicatorsContainer, s = r.SelectContainer, u = r.ValueContainer, d = this.props, m = d.className, h = d.id,
|
|
9329
|
+
var r = this.getComponents(), i = r.Control, l = r.IndicatorsContainer, s = r.SelectContainer, u = r.ValueContainer, d = this.props, m = d.className, h = d.id, v = d.isDisabled, E = d.menuIsOpen, w = this.state.isFocused, g = this.commonProps = this.getCommonProps();
|
|
9339
9330
|
return /* @__PURE__ */ Z.createElement(s, H({}, g, {
|
|
9340
9331
|
className: m,
|
|
9341
9332
|
innerProps: {
|
|
9342
9333
|
id: h,
|
|
9343
9334
|
onKeyDown: this.onKeyDown
|
|
9344
9335
|
},
|
|
9345
|
-
isDisabled:
|
|
9336
|
+
isDisabled: v,
|
|
9346
9337
|
isFocused: w
|
|
9347
9338
|
}), this.renderLiveRegion(), /* @__PURE__ */ Z.createElement(i, H({}, g, {
|
|
9348
9339
|
innerRef: this.getControlRef,
|
|
@@ -9350,20 +9341,20 @@ var na = function(t) {
|
|
|
9350
9341
|
onMouseDown: this.onControlMouseDown,
|
|
9351
9342
|
onTouchEnd: this.onControlTouchEnd
|
|
9352
9343
|
},
|
|
9353
|
-
isDisabled:
|
|
9344
|
+
isDisabled: v,
|
|
9354
9345
|
isFocused: w,
|
|
9355
9346
|
menuIsOpen: E
|
|
9356
9347
|
}), /* @__PURE__ */ Z.createElement(u, H({}, g, {
|
|
9357
|
-
isDisabled:
|
|
9348
|
+
isDisabled: v
|
|
9358
9349
|
}), this.renderPlaceholderOrValue(), this.renderInput()), /* @__PURE__ */ Z.createElement(l, H({}, g, {
|
|
9359
|
-
isDisabled:
|
|
9350
|
+
isDisabled: v
|
|
9360
9351
|
}), this.renderClearIndicator(), this.renderLoadingIndicator(), this.renderIndicatorSeparator(), this.renderDropdownIndicator())), this.renderMenu(), this.renderFormField());
|
|
9361
9352
|
}
|
|
9362
9353
|
}], [{
|
|
9363
9354
|
key: "getDerivedStateFromProps",
|
|
9364
9355
|
value: function(r, i) {
|
|
9365
|
-
var l = i.prevProps, s = i.clearFocusValueOnUpdate, u = i.inputIsHiddenAfterUpdate, d = i.ariaSelection, m = i.isFocused, h = i.prevWasFocused,
|
|
9366
|
-
if (l && (E !== l.value ||
|
|
9356
|
+
var l = i.prevProps, s = i.clearFocusValueOnUpdate, u = i.inputIsHiddenAfterUpdate, d = i.ariaSelection, m = i.isFocused, h = i.prevWasFocused, v = r.options, E = r.value, w = r.menuIsOpen, g = r.inputValue, f = r.isMulti, b = jt(E), k = {};
|
|
9357
|
+
if (l && (E !== l.value || v !== l.options || w !== l.menuIsOpen || g !== l.inputValue)) {
|
|
9367
9358
|
var L = w ? o4(r, b) : [], I = s ? a4(i, b) : null, x = i4(i, L);
|
|
9368
9359
|
k = {
|
|
9369
9360
|
selectValue: b,
|
|
@@ -9377,7 +9368,7 @@ var na = function(t) {
|
|
|
9377
9368
|
inputIsHiddenAfterUpdate: void 0
|
|
9378
9369
|
} : {}, A = d, M = m && h;
|
|
9379
9370
|
return m && !M && (A = {
|
|
9380
|
-
value: ut(
|
|
9371
|
+
value: ut(f, b, b[0] || null),
|
|
9381
9372
|
options: b,
|
|
9382
9373
|
action: "initial-input-focus"
|
|
9383
9374
|
}, M = !h), (d == null ? void 0 : d.action) === "initial-input-focus" && (A = null), T(T(T({}, k), y), {}, {
|
|
@@ -9391,14 +9382,14 @@ var na = function(t) {
|
|
|
9391
9382
|
ra.defaultProps = r4;
|
|
9392
9383
|
var l4 = ["defaultInputValue", "defaultMenuIsOpen", "defaultValue", "inputValue", "menuIsOpen", "onChange", "onInputChange", "onMenuClose", "onMenuOpen", "value"];
|
|
9393
9384
|
function c4(e) {
|
|
9394
|
-
var t = e.defaultInputValue, o = t === void 0 ? "" : t, a = e.defaultMenuIsOpen, r = a === void 0 ? !1 : a, i = e.defaultValue, l = i === void 0 ? null : i, s = e.inputValue, u = e.menuIsOpen, d = e.onChange, m = e.onInputChange, h = e.onMenuClose,
|
|
9385
|
+
var t = e.defaultInputValue, o = t === void 0 ? "" : t, a = e.defaultMenuIsOpen, r = a === void 0 ? !1 : a, i = e.defaultValue, l = i === void 0 ? null : i, s = e.inputValue, u = e.menuIsOpen, d = e.onChange, m = e.onInputChange, h = e.onMenuClose, v = e.onMenuOpen, E = e.value, w = Ye(e, l4), g = oe(s !== void 0 ? s : o), f = Be(g, 2), b = f[0], k = f[1], L = oe(u !== void 0 ? u : r), I = Be(L, 2), x = I[0], y = I[1], A = oe(E !== void 0 ? E : l), M = Be(A, 2), F = M[0], V = M[1], D = ue(function(ee, K) {
|
|
9395
9386
|
typeof d == "function" && d(ee, K), V(ee);
|
|
9396
9387
|
}, [d]), R = ue(function(ee, K) {
|
|
9397
9388
|
var te;
|
|
9398
9389
|
typeof m == "function" && (te = m(ee, K)), k(te !== void 0 ? te : ee);
|
|
9399
9390
|
}, [m]), W = ue(function() {
|
|
9400
|
-
typeof
|
|
9401
|
-
}, [
|
|
9391
|
+
typeof v == "function" && v(), y(!0);
|
|
9392
|
+
}, [v]), z = ue(function() {
|
|
9402
9393
|
typeof h == "function" && h(), y(!1);
|
|
9403
9394
|
}, [h]), O = s !== void 0 ? s : b, _ = u !== void 0 ? u : x, $ = E !== void 0 ? E : F;
|
|
9404
9395
|
return T(T({}, w), {}, {
|
|
@@ -9434,12 +9425,12 @@ var u4 = ["allowCreateWhileLoading", "createOptionPosition", "formatCreateLabel"
|
|
|
9434
9425
|
}
|
|
9435
9426
|
};
|
|
9436
9427
|
function d4(e) {
|
|
9437
|
-
var t = e.allowCreateWhileLoading, o = t === void 0 ? !1 : t, a = e.createOptionPosition, r = a === void 0 ? "last" : a, i = e.formatCreateLabel, l = i === void 0 ? pn.formatCreateLabel : i, s = e.isValidNewOption, u = s === void 0 ? pn.isValidNewOption : s, d = e.getNewOptionData, m = d === void 0 ? pn.getNewOptionData : d, h = e.onCreateOption,
|
|
9428
|
+
var t = e.allowCreateWhileLoading, o = t === void 0 ? !1 : t, a = e.createOptionPosition, r = a === void 0 ? "last" : a, i = e.formatCreateLabel, l = i === void 0 ? pn.formatCreateLabel : i, s = e.isValidNewOption, u = s === void 0 ? pn.isValidNewOption : s, d = e.getNewOptionData, m = d === void 0 ? pn.getNewOptionData : d, h = e.onCreateOption, v = e.options, E = v === void 0 ? [] : v, w = e.onChange, g = Ye(e, u4), f = g.getOptionValue, b = f === void 0 ? Uo : f, k = g.getOptionLabel, L = k === void 0 ? Jo : k, I = g.inputValue, x = g.isLoading, y = g.isMulti, A = g.value, M = g.name, F = xe(function() {
|
|
9438
9429
|
return u(I, jt(A), E, {
|
|
9439
9430
|
getOptionValue: b,
|
|
9440
9431
|
getOptionLabel: L
|
|
9441
9432
|
}) ? m(I, l(I)) : void 0;
|
|
9442
|
-
}, [l, m, L, b, I, u, E, A]), V =
|
|
9433
|
+
}, [l, m, L, b, I, u, E, A]), V = xe(function() {
|
|
9443
9434
|
return (o || !x) && F ? r === "first" ? [F].concat(dt(E)) : [].concat(dt(E), [F]) : E;
|
|
9444
9435
|
}, [o, r, x, F, E]), D = ue(function(R, W) {
|
|
9445
9436
|
if (W.action !== "select-option")
|
|
@@ -9616,8 +9607,8 @@ const f4 = ({
|
|
|
9616
9607
|
onChange: m
|
|
9617
9608
|
}) => {
|
|
9618
9609
|
const h = u != null ? u : t.map(() => ({
|
|
9619
|
-
from: (
|
|
9620
|
-
to: (
|
|
9610
|
+
from: (v) => v,
|
|
9611
|
+
to: (v) => Math.round(v) + d
|
|
9621
9612
|
}));
|
|
9622
9613
|
return /* @__PURE__ */ n.createElement(
|
|
9623
9614
|
Ea,
|
|
@@ -9784,17 +9775,17 @@ const d1 = {
|
|
|
9784
9775
|
backgroundType: s = "default",
|
|
9785
9776
|
...u
|
|
9786
9777
|
}) => {
|
|
9787
|
-
var
|
|
9778
|
+
var f;
|
|
9788
9779
|
const [d, m] = oe({ email: "", password: "", shouldRemember: !1, ...e }), h = (b) => {
|
|
9789
9780
|
const { name: k, value: L } = b.target;
|
|
9790
9781
|
m({ ...d, [k]: L });
|
|
9791
|
-
},
|
|
9782
|
+
}, v = (b) => {
|
|
9792
9783
|
const { name: k, checked: L } = b.target;
|
|
9793
9784
|
m({ ...d, [k]: L });
|
|
9794
9785
|
}, E = (b) => {
|
|
9795
9786
|
b.preventDefault(), a(d);
|
|
9796
9787
|
}, g = {
|
|
9797
|
-
backgroundImage: `url("${(
|
|
9788
|
+
backgroundImage: `url("${(f = l != null ? l : d1[s]) != null ? f : d1.default}")`,
|
|
9798
9789
|
backgroundRepeat: "no-repeat",
|
|
9799
9790
|
backgroundPosition: "center",
|
|
9800
9791
|
backgroundSize: "cover"
|
|
@@ -9834,7 +9825,7 @@ const d1 = {
|
|
|
9834
9825
|
name: "shouldRemember",
|
|
9835
9826
|
label: "Remember me",
|
|
9836
9827
|
checked: d.shouldRemember,
|
|
9837
|
-
onChange:
|
|
9828
|
+
onChange: v
|
|
9838
9829
|
}
|
|
9839
9830
|
), o ? /* @__PURE__ */ n.createElement(T1, { color: "danger" }, o) : null, /* @__PURE__ */ n.createElement(Ne, { type: "submit", className: "w-full", color: "primary" }, t ? /* @__PURE__ */ n.createElement(Ut, { size: "current", color: "current", className: "mr-2" }) : null, "Login"), /* @__PURE__ */ n.createElement("div", { className: "mt-5 text-center text-sm" }, /* @__PURE__ */ n.createElement(
|
|
9840
9831
|
"a",
|
|
@@ -10147,13 +10138,13 @@ const ca = ({
|
|
|
10147
10138
|
selectedDays: d,
|
|
10148
10139
|
handleDayClick: m,
|
|
10149
10140
|
handleStartMonthChange: h,
|
|
10150
|
-
handleEndMonthChange:
|
|
10141
|
+
handleEndMonthChange: v,
|
|
10151
10142
|
handleTodayClick: E,
|
|
10152
10143
|
...w
|
|
10153
10144
|
}) => {
|
|
10154
|
-
const g = N(t == null ? void 0 : t.from).isSame(N(t == null ? void 0 : t.to), "month"),
|
|
10145
|
+
const g = N(t == null ? void 0 : t.from).isSame(N(t == null ? void 0 : t.to), "month"), f = N(t == null ? void 0 : t.from).isSame(N(t.to), "day"), b = (V, D) => r && V ? ({ date: R }) => /* @__PURE__ */ n.createElement(pr, { date: R, currentMonth: V, onChange: D }) : void 0, k = b(i, h), L = b(s, v), I = (V) => g1(l) ? l(V) : f1(l) ? l.some((D) => N(D).isSame(V, "day")) : !1, x = (V) => I(V), y = (V) => {
|
|
10155
10146
|
const D = N(V).isBefore(t == null ? void 0 : t.from, "day");
|
|
10156
|
-
return I(V) || D && !
|
|
10147
|
+
return I(V) || D && !f;
|
|
10157
10148
|
}, A = (V, D, R) => {
|
|
10158
10149
|
const W = e == null ? void 0 : e(V), z = D(V), O = W ? _t : n.Fragment, _ = W ? { placement: "top", content: W } : {};
|
|
10159
10150
|
return /* @__PURE__ */ n.createElement(O, { ..._ }, /* @__PURE__ */ n.createElement(
|
|
@@ -10207,7 +10198,7 @@ const ca = ({
|
|
|
10207
10198
|
renderDay: F,
|
|
10208
10199
|
getTooltip: e,
|
|
10209
10200
|
onDayClick: (V, D, R) => m(V, D, R, !1),
|
|
10210
|
-
onMonthChange:
|
|
10201
|
+
onMonthChange: v,
|
|
10211
10202
|
onTodayButtonClick: E,
|
|
10212
10203
|
...w
|
|
10213
10204
|
}
|
|
@@ -10269,13 +10260,13 @@ const St = {
|
|
|
10269
10260
|
ranges: d,
|
|
10270
10261
|
shouldShowRelativeRanges: m = !1,
|
|
10271
10262
|
components: h = {},
|
|
10272
|
-
getTooltip:
|
|
10263
|
+
getTooltip: v,
|
|
10273
10264
|
upcomingDates: E,
|
|
10274
10265
|
timezoneName: w = null,
|
|
10275
10266
|
...g
|
|
10276
10267
|
}) => {
|
|
10277
10268
|
var j, re;
|
|
10278
|
-
const
|
|
10269
|
+
const f = t ? e === St.single ? t : t.from : null, [b, k] = oe(f != null ? f : N().toDate()), [L, I] = oe(() => !t || !t.from ? new Date() : t.from), [x, y] = oe(() => !t || !t.to || !t.from ? N(new Date()).add(1, "month").toDate() : N(t.to).isSame(N(t.from), "month") ? N(t.from).add(1, "month").toDate() : t.to), [A, M] = oe(""), F = e === St.range, V = t && t.from && t.to;
|
|
10279
10270
|
Pe(() => {
|
|
10280
10271
|
l == null || l(b);
|
|
10281
10272
|
}, [b, l]);
|
|
@@ -10305,7 +10296,7 @@ const St = {
|
|
|
10305
10296
|
else
|
|
10306
10297
|
i(G, P, ne);
|
|
10307
10298
|
}, ee = r && b ? ({ date: G }) => /* @__PURE__ */ n.createElement(pr, { date: G, currentMonth: b, onChange: z }) : void 0, K = (G) => {
|
|
10308
|
-
const P =
|
|
10299
|
+
const P = v == null ? void 0 : v(G), ne = R(G);
|
|
10309
10300
|
return P ? /* @__PURE__ */ n.createElement(_t, { placement: "top", content: P }, /* @__PURE__ */ n.createElement(
|
|
10310
10301
|
Zt,
|
|
10311
10302
|
{
|
|
@@ -10342,7 +10333,7 @@ const St = {
|
|
|
10342
10333
|
startMonth: L,
|
|
10343
10334
|
endMonth: x,
|
|
10344
10335
|
modifiers: { ...u, ...te },
|
|
10345
|
-
getTooltip:
|
|
10336
|
+
getTooltip: v,
|
|
10346
10337
|
disabledDays: a,
|
|
10347
10338
|
getDayContent: o,
|
|
10348
10339
|
value: t,
|
|
@@ -10413,10 +10404,10 @@ var da = { exports: {} };
|
|
|
10413
10404
|
var l = r.prototype, s = l.format;
|
|
10414
10405
|
i.en.formats = o, l.format = function(u) {
|
|
10415
10406
|
u === void 0 && (u = "YYYY-MM-DDTHH:mm:ssZ");
|
|
10416
|
-
var d = this.$locale().formats, m = function(h,
|
|
10407
|
+
var d = this.$locale().formats, m = function(h, v) {
|
|
10417
10408
|
return h.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(E, w, g) {
|
|
10418
|
-
var
|
|
10419
|
-
return w ||
|
|
10409
|
+
var f = g && g.toUpperCase();
|
|
10410
|
+
return w || v[g] || o[g] || v[f].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(b, k, L) {
|
|
10420
10411
|
return k || L.slice(1);
|
|
10421
10412
|
});
|
|
10422
10413
|
});
|
|
@@ -10435,34 +10426,34 @@ var ma = { exports: {} };
|
|
|
10435
10426
|
var o = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, a = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, r = /\d\d/, i = /\d\d?/, l = /\d*[^-_:/,()\s\d]+/, s = {}, u = function(g) {
|
|
10436
10427
|
return (g = +g) + (g > 68 ? 1900 : 2e3);
|
|
10437
10428
|
}, d = function(g) {
|
|
10438
|
-
return function(
|
|
10439
|
-
this[g] = +
|
|
10429
|
+
return function(f) {
|
|
10430
|
+
this[g] = +f;
|
|
10440
10431
|
};
|
|
10441
10432
|
}, m = [/[+-]\d\d:?(\d\d)?|Z/, function(g) {
|
|
10442
|
-
(this.zone || (this.zone = {})).offset = function(
|
|
10443
|
-
if (!
|
|
10433
|
+
(this.zone || (this.zone = {})).offset = function(f) {
|
|
10434
|
+
if (!f || f === "Z")
|
|
10444
10435
|
return 0;
|
|
10445
|
-
var b =
|
|
10436
|
+
var b = f.match(/([+-]|\d\d)/g), k = 60 * b[1] + (+b[2] || 0);
|
|
10446
10437
|
return k === 0 ? 0 : b[0] === "+" ? -k : k;
|
|
10447
10438
|
}(g);
|
|
10448
10439
|
}], h = function(g) {
|
|
10449
|
-
var
|
|
10450
|
-
return
|
|
10451
|
-
},
|
|
10440
|
+
var f = s[g];
|
|
10441
|
+
return f && (f.indexOf ? f : f.s.concat(f.f));
|
|
10442
|
+
}, v = function(g, f) {
|
|
10452
10443
|
var b, k = s.meridiem;
|
|
10453
10444
|
if (k) {
|
|
10454
10445
|
for (var L = 1; L <= 24; L += 1)
|
|
10455
|
-
if (g.indexOf(k(L, 0,
|
|
10446
|
+
if (g.indexOf(k(L, 0, f)) > -1) {
|
|
10456
10447
|
b = L > 12;
|
|
10457
10448
|
break;
|
|
10458
10449
|
}
|
|
10459
10450
|
} else
|
|
10460
|
-
b = g === (
|
|
10451
|
+
b = g === (f ? "pm" : "PM");
|
|
10461
10452
|
return b;
|
|
10462
10453
|
}, E = { A: [l, function(g) {
|
|
10463
|
-
this.afternoon =
|
|
10454
|
+
this.afternoon = v(g, !1);
|
|
10464
10455
|
}], a: [l, function(g) {
|
|
10465
|
-
this.afternoon =
|
|
10456
|
+
this.afternoon = v(g, !0);
|
|
10466
10457
|
}], S: [/\d/, function(g) {
|
|
10467
10458
|
this.milliseconds = 100 * +g;
|
|
10468
10459
|
}], SS: [r, function(g) {
|
|
@@ -10470,29 +10461,29 @@ var ma = { exports: {} };
|
|
|
10470
10461
|
}], SSS: [/\d{3}/, function(g) {
|
|
10471
10462
|
this.milliseconds = +g;
|
|
10472
10463
|
}], s: [i, d("seconds")], ss: [i, d("seconds")], m: [i, d("minutes")], mm: [i, d("minutes")], H: [i, d("hours")], h: [i, d("hours")], HH: [i, d("hours")], hh: [i, d("hours")], D: [i, d("day")], DD: [r, d("day")], Do: [l, function(g) {
|
|
10473
|
-
var
|
|
10474
|
-
if (this.day = b[0],
|
|
10464
|
+
var f = s.ordinal, b = g.match(/\d+/);
|
|
10465
|
+
if (this.day = b[0], f)
|
|
10475
10466
|
for (var k = 1; k <= 31; k += 1)
|
|
10476
|
-
|
|
10467
|
+
f(k).replace(/\[|\]/g, "") === g && (this.day = k);
|
|
10477
10468
|
}], M: [i, d("month")], MM: [r, d("month")], MMM: [l, function(g) {
|
|
10478
|
-
var
|
|
10469
|
+
var f = h("months"), b = (h("monthsShort") || f.map(function(k) {
|
|
10479
10470
|
return k.slice(0, 3);
|
|
10480
10471
|
})).indexOf(g) + 1;
|
|
10481
10472
|
if (b < 1)
|
|
10482
10473
|
throw new Error();
|
|
10483
10474
|
this.month = b % 12 || b;
|
|
10484
10475
|
}], MMMM: [l, function(g) {
|
|
10485
|
-
var
|
|
10486
|
-
if (
|
|
10476
|
+
var f = h("months").indexOf(g) + 1;
|
|
10477
|
+
if (f < 1)
|
|
10487
10478
|
throw new Error();
|
|
10488
|
-
this.month =
|
|
10479
|
+
this.month = f % 12 || f;
|
|
10489
10480
|
}], Y: [/[+-]?\d+/, d("year")], YY: [r, function(g) {
|
|
10490
10481
|
this.year = u(g);
|
|
10491
10482
|
}], YYYY: [/\d{4}/, d("year")], Z: m, ZZ: m };
|
|
10492
10483
|
function w(g) {
|
|
10493
|
-
var
|
|
10494
|
-
|
|
10495
|
-
for (var k = (g =
|
|
10484
|
+
var f, b;
|
|
10485
|
+
f = g, b = s && s.formats;
|
|
10486
|
+
for (var k = (g = f.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(F, V, D) {
|
|
10496
10487
|
var R = D && D.toUpperCase();
|
|
10497
10488
|
return V || b[D] || o[D] || b[R].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(W, z, O) {
|
|
10498
10489
|
return z || O.slice(1);
|
|
@@ -10520,9 +10511,9 @@ var ma = { exports: {} };
|
|
|
10520
10511
|
}(V), V;
|
|
10521
10512
|
};
|
|
10522
10513
|
}
|
|
10523
|
-
return function(g,
|
|
10514
|
+
return function(g, f, b) {
|
|
10524
10515
|
b.p.customParseFormat = !0, g && g.parseTwoDigitYear && (u = g.parseTwoDigitYear);
|
|
10525
|
-
var k =
|
|
10516
|
+
var k = f.prototype, L = k.parse;
|
|
10526
10517
|
k.parse = function(I) {
|
|
10527
10518
|
var x = I.date, y = I.utc, A = I.args;
|
|
10528
10519
|
this.$u = y;
|
|
@@ -10575,10 +10566,10 @@ var pa = { exports: {} };
|
|
|
10575
10566
|
};
|
|
10576
10567
|
var u = l.startOf;
|
|
10577
10568
|
l.startOf = function(d, m) {
|
|
10578
|
-
var h = this.$utils(),
|
|
10569
|
+
var h = this.$utils(), v = !!h.u(m) || m;
|
|
10579
10570
|
if (h.p(d) === a) {
|
|
10580
10571
|
var E = this.quarter() - 1;
|
|
10581
|
-
return
|
|
10572
|
+
return v ? this.month(3 * E).startOf(o).startOf("day") : this.month(3 * E + 2).endOf(o).endOf("day");
|
|
10582
10573
|
}
|
|
10583
10574
|
return u.bind(this)(d, m);
|
|
10584
10575
|
};
|
|
@@ -10605,14 +10596,14 @@ const A4 = (e, t = "YYYY-MM-DD") => N(e).format(t), du = (e, t = "h:mm a") => {
|
|
|
10605
10596
|
getDayContent: d,
|
|
10606
10597
|
...m
|
|
10607
10598
|
}) => {
|
|
10608
|
-
const [h] = oe(e), [
|
|
10599
|
+
const [h] = oe(e), [v, E] = oe(e), [w, g] = oe(!1), f = () => {
|
|
10609
10600
|
g(!w);
|
|
10610
10601
|
}, b = (I, x, y) => {
|
|
10611
|
-
t === "single" ? (r == null || r(I, x, y),
|
|
10602
|
+
t === "single" ? (r == null || r(I, x, y), f()) : r == null || r(I, v, x, y);
|
|
10612
10603
|
}, k = () => {
|
|
10613
10604
|
E(e), r == null || r(e), g(!1);
|
|
10614
10605
|
}, L = () => {
|
|
10615
|
-
!(e != null && e.to) && t === "range" && r(h),
|
|
10606
|
+
!(e != null && e.to) && t === "range" && r(h), f();
|
|
10616
10607
|
};
|
|
10617
10608
|
return Pe(() => {
|
|
10618
10609
|
E(e);
|
|
@@ -10627,7 +10618,7 @@ const A4 = (e, t = "YYYY-MM-DD") => N(e).format(t), du = (e, t = "h:mm a") => {
|
|
|
10627
10618
|
onClickOutside: L,
|
|
10628
10619
|
...u
|
|
10629
10620
|
},
|
|
10630
|
-
i ? wt(i, { onClick:
|
|
10621
|
+
i ? wt(i, { onClick: f }) : /* @__PURE__ */ n.createElement(
|
|
10631
10622
|
ha,
|
|
10632
10623
|
{
|
|
10633
10624
|
readOnly: !0,
|
|
@@ -10635,7 +10626,7 @@ const A4 = (e, t = "YYYY-MM-DD") => N(e).format(t), du = (e, t = "h:mm a") => {
|
|
|
10635
10626
|
value: e ? A4(e, o) : "",
|
|
10636
10627
|
placeholder: a,
|
|
10637
10628
|
className: l == null ? void 0 : l.input,
|
|
10638
|
-
onClick:
|
|
10629
|
+
onClick: f
|
|
10639
10630
|
}
|
|
10640
10631
|
),
|
|
10641
10632
|
/* @__PURE__ */ n.createElement(Le.Content, { className: "pr-1" }, w && /* @__PURE__ */ n.createElement(
|
|
@@ -10676,8 +10667,8 @@ const B4 = ({ value: e, error: t }) => /* @__PURE__ */ n.createElement("span", n
|
|
|
10676
10667
|
}) => {
|
|
10677
10668
|
const d = he(), m = (h) => {
|
|
10678
10669
|
setTimeout(() => {
|
|
10679
|
-
var
|
|
10680
|
-
(
|
|
10670
|
+
var v;
|
|
10671
|
+
(v = d == null ? void 0 : d.current.querySelector("select,textarea,input")) == null || v.focus();
|
|
10681
10672
|
}, 0), a == null || a(h);
|
|
10682
10673
|
};
|
|
10683
10674
|
return /* @__PURE__ */ n.createElement(Le, { visible: t, onClickOutside: r, ...u }, /* @__PURE__ */ n.createElement(
|
|
@@ -10707,9 +10698,9 @@ const B4 = ({ value: e, error: t }) => /* @__PURE__ */ n.createElement("span", n
|
|
|
10707
10698
|
onError: m,
|
|
10708
10699
|
...h
|
|
10709
10700
|
}) => {
|
|
10710
|
-
const
|
|
10711
|
-
|
|
10712
|
-
},
|
|
10701
|
+
const v = he(), [E, w] = oe(0), g = () => {
|
|
10702
|
+
v.current.click();
|
|
10703
|
+
}, f = (I) => {
|
|
10713
10704
|
const [x] = I.target.files;
|
|
10714
10705
|
if (a && 1048576 * a < x.size) {
|
|
10715
10706
|
m(`Image size shouldn't exceed ${a}MB`);
|
|
@@ -10742,12 +10733,12 @@ const B4 = ({ value: e, error: t }) => /* @__PURE__ */ n.createElement("span", n
|
|
|
10742
10733
|
"input",
|
|
10743
10734
|
{
|
|
10744
10735
|
key: E,
|
|
10745
|
-
ref:
|
|
10736
|
+
ref: v,
|
|
10746
10737
|
className: "hidden",
|
|
10747
10738
|
type: "file",
|
|
10748
10739
|
multiple: !1,
|
|
10749
10740
|
accept: s,
|
|
10750
|
-
onChange:
|
|
10741
|
+
onChange: f,
|
|
10751
10742
|
...h
|
|
10752
10743
|
}
|
|
10753
10744
|
), /* @__PURE__ */ n.createElement("div", { className: "text-xs text-gray-darker" }, k ? i : /* @__PURE__ */ n.createElement("div", null, "Check that the image is in PNG or JPG format", a ? ` and does not exceed ${a}MB` : ""))));
|