@canonical/maas-react-components 1.18.1 → 1.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@canonical/maas-react-components.es.js +515 -495
- package/dist/@canonical/maas-react-components.umd.js +13 -13
- package/dist/src/lib/index.d.ts +1 -0
- package/dist/src/lib/utils/formatBytes/formatBytes.d.ts +23 -0
- package/dist/src/lib/utils/formatBytes/formatBytes.stories.d.ts +10 -0
- package/dist/src/lib/utils/formatBytes/formatBytes.test.d.ts +1 -0
- package/dist/src/lib/utils/formatBytes/index.d.ts +1 -0
- package/dist/src/lib/utils/index.d.ts +1 -0
- package/dist/src/utils.d.ts +7 -0
- package/dist/style.css +1 -1
- package/package.json +2 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsxs as se, jsx as u, Fragment as De } from "react/jsx-runtime";
|
|
2
2
|
import * as ne from "react";
|
|
3
|
-
import ut, { useRef as
|
|
4
|
-
import { useListener as gt, Link as bt, Tooltip as ht, Button as _e, Icon as ke, Row as _t, Col as Et, Input as wt, CheckboxInput as Tt, useClickOutside as
|
|
3
|
+
import ut, { useRef as Se, useState as be, useEffect as Ce, useCallback as ee, cloneElement as ft, createContext as pt, useId as rr, useContext as Mr, useMemo as oe, useReducer as dt, forwardRef as mt, useImperativeHandle as vt, Fragment as yt } from "react";
|
|
4
|
+
import { useListener as gt, Link as bt, Tooltip as ht, Button as _e, Icon as ke, Row as _t, Col as Et, Input as wt, CheckboxInput as Tt, useClickOutside as xt, useOnEscapePressed as St, SearchBox as Ct } from "@canonical/react-components";
|
|
5
5
|
function Lr(e) {
|
|
6
6
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
7
7
|
}
|
|
8
|
-
var
|
|
8
|
+
var Br = { exports: {} };
|
|
9
9
|
/*!
|
|
10
10
|
Copyright (c) 2018 Jed Watson.
|
|
11
11
|
Licensed under the MIT License (MIT), see
|
|
@@ -40,9 +40,9 @@ var zr = { exports: {} };
|
|
|
40
40
|
}
|
|
41
41
|
e.exports ? (t.default = t, e.exports = t) : window.classNames = t;
|
|
42
42
|
})();
|
|
43
|
-
})(
|
|
44
|
-
var
|
|
45
|
-
const W = /* @__PURE__ */ Lr(
|
|
43
|
+
})(Br);
|
|
44
|
+
var Ot = Br.exports;
|
|
45
|
+
const W = /* @__PURE__ */ Lr(Ot);
|
|
46
46
|
const ve = {
|
|
47
47
|
caution: "#F99B11",
|
|
48
48
|
light: "#F7F7F7",
|
|
@@ -57,7 +57,7 @@ const ve = {
|
|
|
57
57
|
ve.positive,
|
|
58
58
|
ve.negative,
|
|
59
59
|
ve.caution
|
|
60
|
-
], Dt = ve.linkFaded,
|
|
60
|
+
], Dt = ve.linkFaded, zr = ve.caution, tr = ve.light, mr = 2, vr = 1, yr = (e, r) => {
|
|
61
61
|
var a, o;
|
|
62
62
|
const t = ((o = (a = e == null ? void 0 : e.current) == null ? void 0 : a.getBoundingClientRect()) == null ? void 0 : o.width) || 0;
|
|
63
63
|
return t > r * mr ? t / r : mr;
|
|
@@ -77,14 +77,14 @@ const ve = {
|
|
|
77
77
|
size: o = "regular",
|
|
78
78
|
...s
|
|
79
79
|
}) => {
|
|
80
|
-
const i =
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
}, [
|
|
84
|
-
const
|
|
85
|
-
|
|
86
|
-
}, [i,
|
|
87
|
-
return gt(window,
|
|
80
|
+
const i = Se(null), v = t == null ? void 0 : t.reduce((D, b) => D + b.value, 0), c = n || v, y = t.map((D) => D.value / c * 100), [g, _] = be(0);
|
|
81
|
+
Ce(() => {
|
|
82
|
+
_(a === "segmented" ? yr(i, c) : 0);
|
|
83
|
+
}, [c, a]);
|
|
84
|
+
const T = ee(() => {
|
|
85
|
+
_(yr(i, c));
|
|
86
|
+
}, [i, c, _]);
|
|
87
|
+
return gt(window, T, "resize", !0, a === "segmented"), /* @__PURE__ */ se(
|
|
88
88
|
"div",
|
|
89
89
|
{
|
|
90
90
|
className: W("p-meter", e, {
|
|
@@ -98,9 +98,9 @@ const ve = {
|
|
|
98
98
|
Rt,
|
|
99
99
|
{
|
|
100
100
|
data: t,
|
|
101
|
-
datumWidths:
|
|
102
|
-
maximum:
|
|
103
|
-
overColor:
|
|
101
|
+
datumWidths: y,
|
|
102
|
+
maximum: c,
|
|
103
|
+
overColor: zr,
|
|
104
104
|
segmentWidth: g,
|
|
105
105
|
separatorColor: tr
|
|
106
106
|
}
|
|
@@ -123,13 +123,13 @@ const ve = {
|
|
|
123
123
|
maximum: t,
|
|
124
124
|
segmentWidth: n
|
|
125
125
|
}) => {
|
|
126
|
-
const a = () => (e == null ? void 0 : e.reduce((i,
|
|
126
|
+
const a = () => (e == null ? void 0 : e.reduce((i, v) => i + v.value, 0)) > t, o = (i, v) => ({
|
|
127
127
|
backgroundColor: i.color,
|
|
128
128
|
left: `${r == null ? void 0 : r.reduce(
|
|
129
|
-
(
|
|
129
|
+
(c, y, g) => v > g ? c + y : c,
|
|
130
130
|
0
|
|
131
131
|
)}%`,
|
|
132
|
-
width: `${r[
|
|
132
|
+
width: `${r[v]}%`
|
|
133
133
|
}), s = () => ({
|
|
134
134
|
background: `repeating-linear-gradient(
|
|
135
135
|
to right,
|
|
@@ -145,16 +145,16 @@ const ve = {
|
|
|
145
145
|
{
|
|
146
146
|
className: "p-meter__filled",
|
|
147
147
|
"data-testid": he.meteroverflow,
|
|
148
|
-
style: { backgroundColor:
|
|
148
|
+
style: { backgroundColor: zr, width: "100%" }
|
|
149
149
|
}
|
|
150
|
-
) : e == null ? void 0 : e.map((i,
|
|
150
|
+
) : e == null ? void 0 : e.map((i, v) => /* @__PURE__ */ u(
|
|
151
151
|
"div",
|
|
152
152
|
{
|
|
153
153
|
className: "p-meter__filled",
|
|
154
154
|
"data-testid": he.filled,
|
|
155
|
-
style: o(i,
|
|
155
|
+
style: o(i, v)
|
|
156
156
|
},
|
|
157
|
-
`meter-${
|
|
157
|
+
`meter-${v}`
|
|
158
158
|
)),
|
|
159
159
|
n > 0 && /* @__PURE__ */ u(
|
|
160
160
|
"div",
|
|
@@ -209,7 +209,7 @@ const To = ({ children: e, to: r, ...t }) => /* @__PURE__ */ u(bt, { ...t, href:
|
|
|
209
209
|
}
|
|
210
210
|
)
|
|
211
211
|
}
|
|
212
|
-
), kt = ({ children: e }) => /* @__PURE__ */ u("div", { className: "p-panel__content", children: /* @__PURE__ */ u("nav", { className: "p-side-navigation--icons is-dark", children: e }) }), Nt = ({ children: e }) => /* @__PURE__ */ u("div", { className: "p-panel__controls u-no-margin--top", children: e }), $t = ({ children: e }) => /* @__PURE__ */ u("div", { className: "l-navigation__drawer", children: /* @__PURE__ */ u("div", { className: "p-panel is-dark", children: e }) }), Mt = ({ children: e }) => /* @__PURE__ */ u("div", { className: "p-panel__footer", children: e }), Lt = ({ children: e }) => /* @__PURE__ */ u("div", { className: "p-panel__header", children: e }),
|
|
212
|
+
), kt = ({ children: e }) => /* @__PURE__ */ u("div", { className: "p-panel__content", children: /* @__PURE__ */ u("nav", { className: "p-side-navigation--icons is-dark", children: e }) }), Nt = ({ children: e }) => /* @__PURE__ */ u("div", { className: "p-panel__controls u-no-margin--top", children: e }), $t = ({ children: e }) => /* @__PURE__ */ u("div", { className: "l-navigation__drawer", children: /* @__PURE__ */ u("div", { className: "p-panel is-dark", children: e }) }), Mt = ({ children: e }) => /* @__PURE__ */ u("div", { className: "p-panel__footer", children: e }), Lt = ({ children: e }) => /* @__PURE__ */ u("div", { className: "p-panel__header", children: e }), Bt = ({ light: e = !0, name: r }) => /* @__PURE__ */ u(ke, { className: "p-side-navigation__icon", light: e, name: r }), zt = ({ children: e, className: r, hasActiveChild: t }) => /* @__PURE__ */ u("li", { className: W("p-side-navigation__item", r, { "has-active-child": t }), children: e }), Wt = ({ children: e, id: r, variant: t = "base" }) => /* @__PURE__ */ u("span", { className: W("p-side-navigation__label", { "p-side-navigation__label--group": t === "group" }), id: r, children: e }), Yt = ({
|
|
213
213
|
as: e,
|
|
214
214
|
...r
|
|
215
215
|
}) => /* @__PURE__ */ u(
|
|
@@ -218,12 +218,12 @@ const To = ({ children: e, to: r, ...t }) => /* @__PURE__ */ u(bt, { ...t, href:
|
|
|
218
218
|
className: W("p-side-navigation__link", r.className),
|
|
219
219
|
...r
|
|
220
220
|
}
|
|
221
|
-
), qt = ({ children: e, className: r }) => /* @__PURE__ */ u("ul", { className: W("p-side-navigation__list", r), children: e }),
|
|
221
|
+
), qt = ({ children: e, className: r }) => /* @__PURE__ */ u("ul", { className: W("p-side-navigation__list", r), children: e }), Kt = ({
|
|
222
222
|
as: e,
|
|
223
223
|
children: r,
|
|
224
224
|
className: t,
|
|
225
225
|
...n
|
|
226
|
-
}) => /* @__PURE__ */ u(e || "a", { className: W("p-panel__logo", t), ...n, children: /* @__PURE__ */ u("div", { className: "p-navigation__tagged-logo", children: r }) }),
|
|
226
|
+
}) => /* @__PURE__ */ u(e || "a", { className: W("p-panel__logo", t), ...n, children: /* @__PURE__ */ u("div", { className: "p-navigation__tagged-logo", children: r }) }), Ht = ({ children: e }) => ft(e, { className: "p-panel__logo-icon p-navigation__logo-icon" }), Ut = ({ children: e, variant: r = "base" }) => /* @__PURE__ */ u(
|
|
227
227
|
"div",
|
|
228
228
|
{
|
|
229
229
|
className: W("p-panel__logo-name is-fading-when-collapsed", {
|
|
@@ -248,27 +248,27 @@ const To = ({ children: e, to: r, ...t }) => /* @__PURE__ */ u(bt, { ...t, href:
|
|
|
248
248
|
},
|
|
249
249
|
children: e
|
|
250
250
|
}
|
|
251
|
-
),
|
|
252
|
-
const
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
251
|
+
), Zt = ({ children: e }) => /* @__PURE__ */ u("span", { className: "p-side-navigation__text", children: e });
|
|
252
|
+
const K = ({ children: e, className: r, isCollapsed: t }) => /* @__PURE__ */ u("header", { "aria-label": "main navigation", className: W("l-navigation is-maas", r, { "is-collapsed": t, "is-pinned": !t }), children: e }), Xt = ({ children: e, className: r }) => /* @__PURE__ */ u("header", { "aria-label": "navigation", className: "l-navigation-bar", children: /* @__PURE__ */ u("div", { className: W("p-panel is-dark", r), children: e }) });
|
|
253
|
+
K.Header = Lt;
|
|
254
|
+
K.Banner = Ft;
|
|
255
|
+
K.Drawer = $t;
|
|
256
|
+
K.Controls = Nt;
|
|
257
|
+
K.CollapseToggle = jt;
|
|
258
|
+
K.Content = kt;
|
|
259
|
+
K.Footer = Mt;
|
|
260
|
+
K.List = qt;
|
|
261
|
+
K.Item = zt;
|
|
262
|
+
K.Link = Yt;
|
|
263
|
+
K.Text = Zt;
|
|
264
|
+
K.Icon = Bt;
|
|
265
|
+
K.Label = Wt;
|
|
266
|
+
K.Logo = Kt;
|
|
267
|
+
K.LogoTag = Gt;
|
|
268
|
+
K.LogoIcon = Ht;
|
|
269
|
+
K.LogoName = Ut;
|
|
270
|
+
K.LogoText = Vt;
|
|
271
|
+
Xt.MenuButton = Jt;
|
|
272
272
|
const lr = pt(null), Wr = ({ children: e }) => {
|
|
273
273
|
const r = rr();
|
|
274
274
|
return /* @__PURE__ */ u(lr.Provider, { value: r, children: /* @__PURE__ */ u(
|
|
@@ -311,7 +311,7 @@ function on(e) {
|
|
|
311
311
|
}, [e, a]), r;
|
|
312
312
|
}
|
|
313
313
|
const Yr = ne.createContext(null), qr = ne.createContext([!1, () => {
|
|
314
|
-
}]),
|
|
314
|
+
}]), Kr = ({ children: e }) => {
|
|
315
315
|
const r = ne.useRef(null), t = on(r), [n, a] = ne.useState(!1);
|
|
316
316
|
return /* @__PURE__ */ u(
|
|
317
317
|
"header",
|
|
@@ -362,8 +362,8 @@ const Yr = ne.createContext(null), qr = ne.createContext([!1, () => {
|
|
|
362
362
|
)
|
|
363
363
|
] });
|
|
364
364
|
};
|
|
365
|
-
|
|
366
|
-
|
|
365
|
+
Kr.Title = an;
|
|
366
|
+
Kr.Controls = sn;
|
|
367
367
|
const Le = ({
|
|
368
368
|
children: e,
|
|
369
369
|
className: r,
|
|
@@ -385,7 +385,7 @@ Le.Title = cn;
|
|
|
385
385
|
Le.Header = ln;
|
|
386
386
|
Le.Content = un;
|
|
387
387
|
Le.Footer = fn;
|
|
388
|
-
const
|
|
388
|
+
const Hr = ({
|
|
389
389
|
children: e,
|
|
390
390
|
className: r,
|
|
391
391
|
isVisible: t
|
|
@@ -397,10 +397,10 @@ const Kr = ({
|
|
|
397
397
|
style: { visibility: t ? "visible" : "hidden" },
|
|
398
398
|
children: e
|
|
399
399
|
}
|
|
400
|
-
),
|
|
400
|
+
), xo = ({
|
|
401
401
|
children: e,
|
|
402
402
|
...r
|
|
403
|
-
}) => /* @__PURE__ */ u(
|
|
403
|
+
}) => /* @__PURE__ */ u(Hr, { isVisible: !r["aria-hidden"], children: /* @__PURE__ */ u("div", { className: "p-form__nested-group", ...r, children: e }) });
|
|
404
404
|
const pn = ({
|
|
405
405
|
currentPage: e,
|
|
406
406
|
error: r,
|
|
@@ -455,7 +455,7 @@ const pn = ({
|
|
|
455
455
|
children: /* @__PURE__ */ u(ke, { name: "chevron-up" })
|
|
456
456
|
}
|
|
457
457
|
)
|
|
458
|
-
] }) }),
|
|
458
|
+
] }) }), So = ({
|
|
459
459
|
currentPage: e,
|
|
460
460
|
disabled: r,
|
|
461
461
|
paginate: t,
|
|
@@ -471,21 +471,21 @@ const pn = ({
|
|
|
471
471
|
onInputBlur: () => {
|
|
472
472
|
o(e), i("");
|
|
473
473
|
},
|
|
474
|
-
onInputChange: (
|
|
475
|
-
const { value:
|
|
476
|
-
|
|
474
|
+
onInputChange: (_) => {
|
|
475
|
+
const { value: T, valueAsNumber: D } = _.target;
|
|
476
|
+
T ? (o(D), D > n || D < 1 ? i(`${D} is not a valid page number.`) : (i(""), t(D))) : i("Enter a page number.");
|
|
477
477
|
},
|
|
478
478
|
onNextClick: () => {
|
|
479
|
-
o((
|
|
479
|
+
o((_) => Number(_) + 1), t(Number(e) + 1);
|
|
480
480
|
},
|
|
481
481
|
onPreviousClick: () => {
|
|
482
|
-
o((
|
|
482
|
+
o((_) => Number(_) - 1), t(Number(e) - 1);
|
|
483
483
|
},
|
|
484
484
|
totalPages: n
|
|
485
485
|
}
|
|
486
486
|
);
|
|
487
487
|
};
|
|
488
|
-
const
|
|
488
|
+
const Co = ({ activeStep: e, items: r }) => /* @__PURE__ */ u("ol", { className: "stepper", children: r.map((t, n) => {
|
|
489
489
|
const a = n === e, o = n < e;
|
|
490
490
|
return /* @__PURE__ */ u("li", { "aria-label": t, className: "stepper__item", children: /* @__PURE__ */ u(
|
|
491
491
|
"p",
|
|
@@ -513,15 +513,15 @@ function dn() {
|
|
|
513
513
|
if (gr)
|
|
514
514
|
return I;
|
|
515
515
|
gr = 1;
|
|
516
|
-
var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, i = e ? Symbol.for("react.context") : 60110,
|
|
516
|
+
var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, i = e ? Symbol.for("react.context") : 60110, v = e ? Symbol.for("react.async_mode") : 60111, c = e ? Symbol.for("react.concurrent_mode") : 60111, y = e ? Symbol.for("react.forward_ref") : 60112, g = e ? Symbol.for("react.suspense") : 60113, _ = e ? Symbol.for("react.suspense_list") : 60120, T = e ? Symbol.for("react.memo") : 60115, D = e ? Symbol.for("react.lazy") : 60116, b = e ? Symbol.for("react.block") : 60121, M = e ? Symbol.for("react.fundamental") : 60117, L = e ? Symbol.for("react.responder") : 60118, H = e ? Symbol.for("react.scope") : 60119;
|
|
517
517
|
function j(p) {
|
|
518
518
|
if (typeof p == "object" && p !== null) {
|
|
519
519
|
var re = p.$$typeof;
|
|
520
520
|
switch (re) {
|
|
521
521
|
case r:
|
|
522
522
|
switch (p = p.type, p) {
|
|
523
|
-
case
|
|
524
|
-
case
|
|
523
|
+
case v:
|
|
524
|
+
case c:
|
|
525
525
|
case n:
|
|
526
526
|
case o:
|
|
527
527
|
case a:
|
|
@@ -530,9 +530,9 @@ function dn() {
|
|
|
530
530
|
default:
|
|
531
531
|
switch (p = p && p.$$typeof, p) {
|
|
532
532
|
case i:
|
|
533
|
-
case
|
|
533
|
+
case y:
|
|
534
534
|
case D:
|
|
535
|
-
case
|
|
535
|
+
case T:
|
|
536
536
|
case s:
|
|
537
537
|
return p;
|
|
538
538
|
default:
|
|
@@ -545,10 +545,10 @@ function dn() {
|
|
|
545
545
|
}
|
|
546
546
|
}
|
|
547
547
|
function k(p) {
|
|
548
|
-
return j(p) ===
|
|
548
|
+
return j(p) === c;
|
|
549
549
|
}
|
|
550
|
-
return I.AsyncMode =
|
|
551
|
-
return k(p) || j(p) ===
|
|
550
|
+
return I.AsyncMode = v, I.ConcurrentMode = c, I.ContextConsumer = i, I.ContextProvider = s, I.Element = r, I.ForwardRef = y, I.Fragment = n, I.Lazy = D, I.Memo = T, I.Portal = t, I.Profiler = o, I.StrictMode = a, I.Suspense = g, I.isAsyncMode = function(p) {
|
|
551
|
+
return k(p) || j(p) === v;
|
|
552
552
|
}, I.isConcurrentMode = k, I.isContextConsumer = function(p) {
|
|
553
553
|
return j(p) === i;
|
|
554
554
|
}, I.isContextProvider = function(p) {
|
|
@@ -556,13 +556,13 @@ function dn() {
|
|
|
556
556
|
}, I.isElement = function(p) {
|
|
557
557
|
return typeof p == "object" && p !== null && p.$$typeof === r;
|
|
558
558
|
}, I.isForwardRef = function(p) {
|
|
559
|
-
return j(p) ===
|
|
559
|
+
return j(p) === y;
|
|
560
560
|
}, I.isFragment = function(p) {
|
|
561
561
|
return j(p) === n;
|
|
562
562
|
}, I.isLazy = function(p) {
|
|
563
563
|
return j(p) === D;
|
|
564
564
|
}, I.isMemo = function(p) {
|
|
565
|
-
return j(p) ===
|
|
565
|
+
return j(p) === T;
|
|
566
566
|
}, I.isPortal = function(p) {
|
|
567
567
|
return j(p) === t;
|
|
568
568
|
}, I.isProfiler = function(p) {
|
|
@@ -572,7 +572,7 @@ function dn() {
|
|
|
572
572
|
}, I.isSuspense = function(p) {
|
|
573
573
|
return j(p) === g;
|
|
574
574
|
}, I.isValidElementType = function(p) {
|
|
575
|
-
return typeof p == "string" || typeof p == "function" || p === n || p ===
|
|
575
|
+
return typeof p == "string" || typeof p == "function" || p === n || p === c || p === o || p === a || p === g || p === _ || typeof p == "object" && p !== null && (p.$$typeof === D || p.$$typeof === T || p.$$typeof === s || p.$$typeof === i || p.$$typeof === y || p.$$typeof === M || p.$$typeof === L || p.$$typeof === H || p.$$typeof === b);
|
|
576
576
|
}, I.typeOf = j, I;
|
|
577
577
|
}
|
|
578
578
|
var F = {};
|
|
@@ -587,20 +587,20 @@ var F = {};
|
|
|
587
587
|
var br;
|
|
588
588
|
function mn() {
|
|
589
589
|
return br || (br = 1, process.env.NODE_ENV !== "production" && function() {
|
|
590
|
-
var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, i = e ? Symbol.for("react.context") : 60110,
|
|
590
|
+
var e = typeof Symbol == "function" && Symbol.for, r = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, i = e ? Symbol.for("react.context") : 60110, v = e ? Symbol.for("react.async_mode") : 60111, c = e ? Symbol.for("react.concurrent_mode") : 60111, y = e ? Symbol.for("react.forward_ref") : 60112, g = e ? Symbol.for("react.suspense") : 60113, _ = e ? Symbol.for("react.suspense_list") : 60120, T = e ? Symbol.for("react.memo") : 60115, D = e ? Symbol.for("react.lazy") : 60116, b = e ? Symbol.for("react.block") : 60121, M = e ? Symbol.for("react.fundamental") : 60117, L = e ? Symbol.for("react.responder") : 60118, H = e ? Symbol.for("react.scope") : 60119;
|
|
591
591
|
function j(f) {
|
|
592
592
|
return typeof f == "string" || typeof f == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
593
|
-
f === n || f ===
|
|
593
|
+
f === n || f === c || f === o || f === a || f === g || f === _ || typeof f == "object" && f !== null && (f.$$typeof === D || f.$$typeof === T || f.$$typeof === s || f.$$typeof === i || f.$$typeof === y || f.$$typeof === M || f.$$typeof === L || f.$$typeof === H || f.$$typeof === b);
|
|
594
594
|
}
|
|
595
595
|
function k(f) {
|
|
596
596
|
if (typeof f == "object" && f !== null) {
|
|
597
|
-
var
|
|
598
|
-
switch (
|
|
597
|
+
var X = f.$$typeof;
|
|
598
|
+
switch (X) {
|
|
599
599
|
case r:
|
|
600
600
|
var de = f.type;
|
|
601
601
|
switch (de) {
|
|
602
|
-
case
|
|
603
|
-
case
|
|
602
|
+
case v:
|
|
603
|
+
case c:
|
|
604
604
|
case n:
|
|
605
605
|
case o:
|
|
606
606
|
case a:
|
|
@@ -610,47 +610,47 @@ function mn() {
|
|
|
610
610
|
var Te = de && de.$$typeof;
|
|
611
611
|
switch (Te) {
|
|
612
612
|
case i:
|
|
613
|
-
case
|
|
613
|
+
case y:
|
|
614
614
|
case D:
|
|
615
|
-
case
|
|
615
|
+
case T:
|
|
616
616
|
case s:
|
|
617
617
|
return Te;
|
|
618
618
|
default:
|
|
619
|
-
return
|
|
619
|
+
return X;
|
|
620
620
|
}
|
|
621
621
|
}
|
|
622
622
|
case t:
|
|
623
|
-
return
|
|
623
|
+
return X;
|
|
624
624
|
}
|
|
625
625
|
}
|
|
626
626
|
}
|
|
627
|
-
var p =
|
|
627
|
+
var p = v, re = c, $ = i, V = s, Z = r, ce = y, fe = n, pe = D, le = T, z = t, J = o, te = a, ae = g, ue = !1;
|
|
628
628
|
function U(f) {
|
|
629
|
-
return ue || (ue = !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.")),
|
|
629
|
+
return ue || (ue = !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.")), l(f) || k(f) === v;
|
|
630
630
|
}
|
|
631
|
-
function
|
|
632
|
-
return k(f) ===
|
|
631
|
+
function l(f) {
|
|
632
|
+
return k(f) === c;
|
|
633
633
|
}
|
|
634
634
|
function m(f) {
|
|
635
635
|
return k(f) === i;
|
|
636
636
|
}
|
|
637
|
-
function
|
|
637
|
+
function x(f) {
|
|
638
638
|
return k(f) === s;
|
|
639
639
|
}
|
|
640
640
|
function S(f) {
|
|
641
641
|
return typeof f == "object" && f !== null && f.$$typeof === r;
|
|
642
642
|
}
|
|
643
|
-
function
|
|
644
|
-
return k(f) ===
|
|
643
|
+
function E(f) {
|
|
644
|
+
return k(f) === y;
|
|
645
645
|
}
|
|
646
646
|
function A(f) {
|
|
647
647
|
return k(f) === n;
|
|
648
648
|
}
|
|
649
|
-
function
|
|
649
|
+
function w(f) {
|
|
650
650
|
return k(f) === D;
|
|
651
651
|
}
|
|
652
652
|
function C(f) {
|
|
653
|
-
return k(f) ===
|
|
653
|
+
return k(f) === T;
|
|
654
654
|
}
|
|
655
655
|
function P(f) {
|
|
656
656
|
return k(f) === t;
|
|
@@ -658,13 +658,13 @@ function mn() {
|
|
|
658
658
|
function R(f) {
|
|
659
659
|
return k(f) === o;
|
|
660
660
|
}
|
|
661
|
-
function
|
|
661
|
+
function O(f) {
|
|
662
662
|
return k(f) === a;
|
|
663
663
|
}
|
|
664
664
|
function q(f) {
|
|
665
665
|
return k(f) === g;
|
|
666
666
|
}
|
|
667
|
-
F.AsyncMode = p, F.ConcurrentMode = re, F.ContextConsumer = $, F.ContextProvider = V, F.Element =
|
|
667
|
+
F.AsyncMode = p, F.ConcurrentMode = re, F.ContextConsumer = $, F.ContextProvider = V, F.Element = Z, F.ForwardRef = ce, F.Fragment = fe, F.Lazy = pe, F.Memo = le, F.Portal = z, F.Profiler = J, F.StrictMode = te, F.Suspense = ae, F.isAsyncMode = U, F.isConcurrentMode = l, F.isContextConsumer = m, F.isContextProvider = x, F.isElement = S, F.isForwardRef = E, F.isFragment = A, F.isLazy = w, F.isMemo = C, F.isPortal = P, F.isProfiler = R, F.isStrictMode = O, F.isSuspense = q, F.isValidElementType = j, F.typeOf = k;
|
|
668
668
|
}()), F;
|
|
669
669
|
}
|
|
670
670
|
var hr;
|
|
@@ -696,31 +696,31 @@ function vn() {
|
|
|
696
696
|
return !1;
|
|
697
697
|
for (var s = {}, i = 0; i < 10; i++)
|
|
698
698
|
s["_" + String.fromCharCode(i)] = i;
|
|
699
|
-
var
|
|
700
|
-
return s[
|
|
699
|
+
var v = Object.getOwnPropertyNames(s).map(function(y) {
|
|
700
|
+
return s[y];
|
|
701
701
|
});
|
|
702
|
-
if (
|
|
702
|
+
if (v.join("") !== "0123456789")
|
|
703
703
|
return !1;
|
|
704
|
-
var
|
|
705
|
-
return "abcdefghijklmnopqrst".split("").forEach(function(
|
|
706
|
-
|
|
707
|
-
}), Object.keys(Object.assign({},
|
|
704
|
+
var c = {};
|
|
705
|
+
return "abcdefghijklmnopqrst".split("").forEach(function(y) {
|
|
706
|
+
c[y] = y;
|
|
707
|
+
}), Object.keys(Object.assign({}, c)).join("") === "abcdefghijklmnopqrst";
|
|
708
708
|
} catch {
|
|
709
709
|
return !1;
|
|
710
710
|
}
|
|
711
711
|
}
|
|
712
712
|
return Ge = a() ? Object.assign : function(o, s) {
|
|
713
|
-
for (var i,
|
|
714
|
-
i = Object(arguments[
|
|
713
|
+
for (var i, v = n(o), c, y = 1; y < arguments.length; y++) {
|
|
714
|
+
i = Object(arguments[y]);
|
|
715
715
|
for (var g in i)
|
|
716
|
-
r.call(i, g) && (
|
|
716
|
+
r.call(i, g) && (v[g] = i[g]);
|
|
717
717
|
if (e) {
|
|
718
|
-
|
|
719
|
-
for (var
|
|
720
|
-
t.call(i,
|
|
718
|
+
c = e(i);
|
|
719
|
+
for (var _ = 0; _ < c.length; _++)
|
|
720
|
+
t.call(i, c[_]) && (v[c[_]] = i[c[_]]);
|
|
721
721
|
}
|
|
722
722
|
}
|
|
723
|
-
return
|
|
723
|
+
return v;
|
|
724
724
|
}, Ge;
|
|
725
725
|
}
|
|
726
726
|
var Ve, Er;
|
|
@@ -735,10 +735,10 @@ var Je, wr;
|
|
|
735
735
|
function Gr() {
|
|
736
736
|
return wr || (wr = 1, Je = Function.call.bind(Object.prototype.hasOwnProperty)), Je;
|
|
737
737
|
}
|
|
738
|
-
var
|
|
738
|
+
var Ze, Tr;
|
|
739
739
|
function yn() {
|
|
740
740
|
if (Tr)
|
|
741
|
-
return
|
|
741
|
+
return Ze;
|
|
742
742
|
Tr = 1;
|
|
743
743
|
var e = function() {
|
|
744
744
|
};
|
|
@@ -753,29 +753,29 @@ function yn() {
|
|
|
753
753
|
}
|
|
754
754
|
};
|
|
755
755
|
}
|
|
756
|
-
function a(o, s, i,
|
|
756
|
+
function a(o, s, i, v, c) {
|
|
757
757
|
if (process.env.NODE_ENV !== "production") {
|
|
758
|
-
for (var
|
|
759
|
-
if (n(o,
|
|
758
|
+
for (var y in o)
|
|
759
|
+
if (n(o, y)) {
|
|
760
760
|
var g;
|
|
761
761
|
try {
|
|
762
|
-
if (typeof o[
|
|
763
|
-
var
|
|
764
|
-
(
|
|
762
|
+
if (typeof o[y] != "function") {
|
|
763
|
+
var _ = Error(
|
|
764
|
+
(v || "React class") + ": " + i + " type `" + y + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof o[y] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
|
|
765
765
|
);
|
|
766
|
-
throw
|
|
766
|
+
throw _.name = "Invariant Violation", _;
|
|
767
767
|
}
|
|
768
|
-
g = o[
|
|
768
|
+
g = o[y](s, y, v, i, null, r);
|
|
769
769
|
} catch (D) {
|
|
770
770
|
g = D;
|
|
771
771
|
}
|
|
772
772
|
if (g && !(g instanceof Error) && e(
|
|
773
|
-
(
|
|
773
|
+
(v || "React class") + ": type specification of " + i + " `" + y + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof g + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
|
|
774
774
|
), g instanceof Error && !(g.message in t)) {
|
|
775
775
|
t[g.message] = !0;
|
|
776
|
-
var
|
|
776
|
+
var T = c ? c() : "";
|
|
777
777
|
e(
|
|
778
|
-
"Failed " + i + " type: " + g.message + (
|
|
778
|
+
"Failed " + i + " type: " + g.message + (T ?? "")
|
|
779
779
|
);
|
|
780
780
|
}
|
|
781
781
|
}
|
|
@@ -783,34 +783,34 @@ function yn() {
|
|
|
783
783
|
}
|
|
784
784
|
return a.resetWarningCache = function() {
|
|
785
785
|
process.env.NODE_ENV !== "production" && (t = {});
|
|
786
|
-
},
|
|
786
|
+
}, Ze = a, Ze;
|
|
787
787
|
}
|
|
788
|
-
var
|
|
788
|
+
var Xe, xr;
|
|
789
789
|
function gn() {
|
|
790
|
-
if (
|
|
791
|
-
return
|
|
792
|
-
|
|
790
|
+
if (xr)
|
|
791
|
+
return Xe;
|
|
792
|
+
xr = 1;
|
|
793
793
|
var e = Ur(), r = vn(), t = fr(), n = Gr(), a = yn(), o = function() {
|
|
794
794
|
};
|
|
795
795
|
process.env.NODE_ENV !== "production" && (o = function(i) {
|
|
796
|
-
var
|
|
797
|
-
typeof console < "u" && console.error(
|
|
796
|
+
var v = "Warning: " + i;
|
|
797
|
+
typeof console < "u" && console.error(v);
|
|
798
798
|
try {
|
|
799
|
-
throw new Error(
|
|
799
|
+
throw new Error(v);
|
|
800
800
|
} catch {
|
|
801
801
|
}
|
|
802
802
|
});
|
|
803
803
|
function s() {
|
|
804
804
|
return null;
|
|
805
805
|
}
|
|
806
|
-
return
|
|
807
|
-
var
|
|
808
|
-
function g(
|
|
809
|
-
var m =
|
|
806
|
+
return Xe = function(i, v) {
|
|
807
|
+
var c = typeof Symbol == "function" && Symbol.iterator, y = "@@iterator";
|
|
808
|
+
function g(l) {
|
|
809
|
+
var m = l && (c && l[c] || l[y]);
|
|
810
810
|
if (typeof m == "function")
|
|
811
811
|
return m;
|
|
812
812
|
}
|
|
813
|
-
var
|
|
813
|
+
var _ = "<<anonymous>>", T = {
|
|
814
814
|
array: L("array"),
|
|
815
815
|
bigint: L("bigint"),
|
|
816
816
|
bool: L("boolean"),
|
|
@@ -819,7 +819,7 @@ function gn() {
|
|
|
819
819
|
object: L("object"),
|
|
820
820
|
string: L("string"),
|
|
821
821
|
symbol: L("symbol"),
|
|
822
|
-
any:
|
|
822
|
+
any: H(),
|
|
823
823
|
arrayOf: j,
|
|
824
824
|
element: k(),
|
|
825
825
|
elementType: p(),
|
|
@@ -827,184 +827,184 @@ function gn() {
|
|
|
827
827
|
node: ce(),
|
|
828
828
|
objectOf: V,
|
|
829
829
|
oneOf: $,
|
|
830
|
-
oneOfType:
|
|
830
|
+
oneOfType: Z,
|
|
831
831
|
shape: pe,
|
|
832
832
|
exact: le
|
|
833
833
|
};
|
|
834
|
-
function D(
|
|
835
|
-
return
|
|
834
|
+
function D(l, m) {
|
|
835
|
+
return l === m ? l !== 0 || 1 / l === 1 / m : l !== l && m !== m;
|
|
836
836
|
}
|
|
837
|
-
function
|
|
838
|
-
this.message =
|
|
837
|
+
function b(l, m) {
|
|
838
|
+
this.message = l, this.data = m && typeof m == "object" ? m : {}, this.stack = "";
|
|
839
839
|
}
|
|
840
|
-
|
|
841
|
-
function M(
|
|
840
|
+
b.prototype = Error.prototype;
|
|
841
|
+
function M(l) {
|
|
842
842
|
if (process.env.NODE_ENV !== "production")
|
|
843
|
-
var m = {},
|
|
844
|
-
function S(A,
|
|
845
|
-
if (P = P ||
|
|
846
|
-
if (
|
|
843
|
+
var m = {}, x = 0;
|
|
844
|
+
function S(A, w, C, P, R, O, q) {
|
|
845
|
+
if (P = P || _, O = O || C, q !== t) {
|
|
846
|
+
if (v) {
|
|
847
847
|
var f = new Error(
|
|
848
848
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
849
849
|
);
|
|
850
850
|
throw f.name = "Invariant Violation", f;
|
|
851
851
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
852
|
-
var
|
|
853
|
-
!m[
|
|
854
|
-
|
|
855
|
-
"You are manually calling a React.PropTypes validation function for the `" +
|
|
856
|
-
), m[
|
|
852
|
+
var X = P + ":" + C;
|
|
853
|
+
!m[X] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
854
|
+
x < 3 && (o(
|
|
855
|
+
"You are manually calling a React.PropTypes validation function for the `" + O + "` prop on `" + P + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
856
|
+
), m[X] = !0, x++);
|
|
857
857
|
}
|
|
858
858
|
}
|
|
859
|
-
return
|
|
859
|
+
return w[C] == null ? A ? w[C] === null ? new b("The " + R + " `" + O + "` is marked as required " + ("in `" + P + "`, but its value is `null`.")) : new b("The " + R + " `" + O + "` is marked as required in " + ("`" + P + "`, but its value is `undefined`.")) : null : l(w, C, P, R, O);
|
|
860
860
|
}
|
|
861
|
-
var
|
|
862
|
-
return
|
|
863
|
-
}
|
|
864
|
-
function L(
|
|
865
|
-
function m(
|
|
866
|
-
var P =
|
|
867
|
-
if (R !==
|
|
868
|
-
var
|
|
869
|
-
return new
|
|
870
|
-
"Invalid " + A + " `" +
|
|
871
|
-
{ expectedType:
|
|
861
|
+
var E = S.bind(null, !1);
|
|
862
|
+
return E.isRequired = S.bind(null, !0), E;
|
|
863
|
+
}
|
|
864
|
+
function L(l) {
|
|
865
|
+
function m(x, S, E, A, w, C) {
|
|
866
|
+
var P = x[S], R = te(P);
|
|
867
|
+
if (R !== l) {
|
|
868
|
+
var O = ae(P);
|
|
869
|
+
return new b(
|
|
870
|
+
"Invalid " + A + " `" + w + "` of type " + ("`" + O + "` supplied to `" + E + "`, expected ") + ("`" + l + "`."),
|
|
871
|
+
{ expectedType: l }
|
|
872
872
|
);
|
|
873
873
|
}
|
|
874
874
|
return null;
|
|
875
875
|
}
|
|
876
876
|
return M(m);
|
|
877
877
|
}
|
|
878
|
-
function
|
|
878
|
+
function H() {
|
|
879
879
|
return M(s);
|
|
880
880
|
}
|
|
881
|
-
function j(
|
|
882
|
-
function m(
|
|
883
|
-
if (typeof
|
|
884
|
-
return new
|
|
885
|
-
var C =
|
|
881
|
+
function j(l) {
|
|
882
|
+
function m(x, S, E, A, w) {
|
|
883
|
+
if (typeof l != "function")
|
|
884
|
+
return new b("Property `" + w + "` of component `" + E + "` has invalid PropType notation inside arrayOf.");
|
|
885
|
+
var C = x[S];
|
|
886
886
|
if (!Array.isArray(C)) {
|
|
887
887
|
var P = te(C);
|
|
888
|
-
return new
|
|
888
|
+
return new b("Invalid " + A + " `" + w + "` of type " + ("`" + P + "` supplied to `" + E + "`, expected an array."));
|
|
889
889
|
}
|
|
890
890
|
for (var R = 0; R < C.length; R++) {
|
|
891
|
-
var
|
|
892
|
-
if (
|
|
893
|
-
return
|
|
891
|
+
var O = l(C, R, E, A, w + "[" + R + "]", t);
|
|
892
|
+
if (O instanceof Error)
|
|
893
|
+
return O;
|
|
894
894
|
}
|
|
895
895
|
return null;
|
|
896
896
|
}
|
|
897
897
|
return M(m);
|
|
898
898
|
}
|
|
899
899
|
function k() {
|
|
900
|
-
function
|
|
901
|
-
var
|
|
902
|
-
if (!i(
|
|
903
|
-
var C = te(
|
|
904
|
-
return new
|
|
900
|
+
function l(m, x, S, E, A) {
|
|
901
|
+
var w = m[x];
|
|
902
|
+
if (!i(w)) {
|
|
903
|
+
var C = te(w);
|
|
904
|
+
return new b("Invalid " + E + " `" + A + "` of type " + ("`" + C + "` supplied to `" + S + "`, expected a single ReactElement."));
|
|
905
905
|
}
|
|
906
906
|
return null;
|
|
907
907
|
}
|
|
908
|
-
return M(
|
|
908
|
+
return M(l);
|
|
909
909
|
}
|
|
910
910
|
function p() {
|
|
911
|
-
function
|
|
912
|
-
var
|
|
913
|
-
if (!e.isValidElementType(
|
|
914
|
-
var C = te(
|
|
915
|
-
return new
|
|
911
|
+
function l(m, x, S, E, A) {
|
|
912
|
+
var w = m[x];
|
|
913
|
+
if (!e.isValidElementType(w)) {
|
|
914
|
+
var C = te(w);
|
|
915
|
+
return new b("Invalid " + E + " `" + A + "` of type " + ("`" + C + "` supplied to `" + S + "`, expected a single ReactElement type."));
|
|
916
916
|
}
|
|
917
917
|
return null;
|
|
918
918
|
}
|
|
919
|
-
return M(
|
|
919
|
+
return M(l);
|
|
920
920
|
}
|
|
921
|
-
function re(
|
|
922
|
-
function m(
|
|
923
|
-
if (!(
|
|
924
|
-
var C =
|
|
925
|
-
return new
|
|
921
|
+
function re(l) {
|
|
922
|
+
function m(x, S, E, A, w) {
|
|
923
|
+
if (!(x[S] instanceof l)) {
|
|
924
|
+
var C = l.name || _, P = U(x[S]);
|
|
925
|
+
return new b("Invalid " + A + " `" + w + "` of type " + ("`" + P + "` supplied to `" + E + "`, expected ") + ("instance of `" + C + "`."));
|
|
926
926
|
}
|
|
927
927
|
return null;
|
|
928
928
|
}
|
|
929
929
|
return M(m);
|
|
930
930
|
}
|
|
931
|
-
function $(
|
|
932
|
-
if (!Array.isArray(
|
|
931
|
+
function $(l) {
|
|
932
|
+
if (!Array.isArray(l))
|
|
933
933
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? o(
|
|
934
934
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
935
935
|
) : o("Invalid argument supplied to oneOf, expected an array.")), s;
|
|
936
|
-
function m(
|
|
937
|
-
for (var C =
|
|
938
|
-
if (D(C,
|
|
936
|
+
function m(x, S, E, A, w) {
|
|
937
|
+
for (var C = x[S], P = 0; P < l.length; P++)
|
|
938
|
+
if (D(C, l[P]))
|
|
939
939
|
return null;
|
|
940
|
-
var R = JSON.stringify(
|
|
941
|
-
var
|
|
942
|
-
return
|
|
940
|
+
var R = JSON.stringify(l, function(q, f) {
|
|
941
|
+
var X = ae(f);
|
|
942
|
+
return X === "symbol" ? String(f) : f;
|
|
943
943
|
});
|
|
944
|
-
return new
|
|
944
|
+
return new b("Invalid " + A + " `" + w + "` of value `" + String(C) + "` " + ("supplied to `" + E + "`, expected one of " + R + "."));
|
|
945
945
|
}
|
|
946
946
|
return M(m);
|
|
947
947
|
}
|
|
948
|
-
function V(
|
|
949
|
-
function m(
|
|
950
|
-
if (typeof
|
|
951
|
-
return new
|
|
952
|
-
var C =
|
|
948
|
+
function V(l) {
|
|
949
|
+
function m(x, S, E, A, w) {
|
|
950
|
+
if (typeof l != "function")
|
|
951
|
+
return new b("Property `" + w + "` of component `" + E + "` has invalid PropType notation inside objectOf.");
|
|
952
|
+
var C = x[S], P = te(C);
|
|
953
953
|
if (P !== "object")
|
|
954
|
-
return new
|
|
954
|
+
return new b("Invalid " + A + " `" + w + "` of type " + ("`" + P + "` supplied to `" + E + "`, expected an object."));
|
|
955
955
|
for (var R in C)
|
|
956
956
|
if (n(C, R)) {
|
|
957
|
-
var
|
|
958
|
-
if (
|
|
959
|
-
return
|
|
957
|
+
var O = l(C, R, E, A, w + "." + R, t);
|
|
958
|
+
if (O instanceof Error)
|
|
959
|
+
return O;
|
|
960
960
|
}
|
|
961
961
|
return null;
|
|
962
962
|
}
|
|
963
963
|
return M(m);
|
|
964
964
|
}
|
|
965
|
-
function
|
|
966
|
-
if (!Array.isArray(
|
|
965
|
+
function Z(l) {
|
|
966
|
+
if (!Array.isArray(l))
|
|
967
967
|
return process.env.NODE_ENV !== "production" && o("Invalid argument supplied to oneOfType, expected an instance of array."), s;
|
|
968
|
-
for (var m = 0; m <
|
|
969
|
-
var
|
|
970
|
-
if (typeof
|
|
968
|
+
for (var m = 0; m < l.length; m++) {
|
|
969
|
+
var x = l[m];
|
|
970
|
+
if (typeof x != "function")
|
|
971
971
|
return o(
|
|
972
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + ue(
|
|
972
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + ue(x) + " at index " + m + "."
|
|
973
973
|
), s;
|
|
974
974
|
}
|
|
975
|
-
function S(
|
|
976
|
-
for (var R = [],
|
|
977
|
-
var q =
|
|
975
|
+
function S(E, A, w, C, P) {
|
|
976
|
+
for (var R = [], O = 0; O < l.length; O++) {
|
|
977
|
+
var q = l[O], f = q(E, A, w, C, P, t);
|
|
978
978
|
if (f == null)
|
|
979
979
|
return null;
|
|
980
980
|
f.data && n(f.data, "expectedType") && R.push(f.data.expectedType);
|
|
981
981
|
}
|
|
982
|
-
var
|
|
983
|
-
return new
|
|
982
|
+
var X = R.length > 0 ? ", expected one of type [" + R.join(", ") + "]" : "";
|
|
983
|
+
return new b("Invalid " + C + " `" + P + "` supplied to " + ("`" + w + "`" + X + "."));
|
|
984
984
|
}
|
|
985
985
|
return M(S);
|
|
986
986
|
}
|
|
987
987
|
function ce() {
|
|
988
|
-
function
|
|
989
|
-
return
|
|
988
|
+
function l(m, x, S, E, A) {
|
|
989
|
+
return z(m[x]) ? null : new b("Invalid " + E + " `" + A + "` supplied to " + ("`" + S + "`, expected a ReactNode."));
|
|
990
990
|
}
|
|
991
|
-
return M(
|
|
991
|
+
return M(l);
|
|
992
992
|
}
|
|
993
|
-
function fe(
|
|
994
|
-
return new
|
|
995
|
-
(
|
|
993
|
+
function fe(l, m, x, S, E) {
|
|
994
|
+
return new b(
|
|
995
|
+
(l || "React class") + ": " + m + " type `" + x + "." + S + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + E + "`."
|
|
996
996
|
);
|
|
997
997
|
}
|
|
998
|
-
function pe(
|
|
999
|
-
function m(
|
|
1000
|
-
var C =
|
|
998
|
+
function pe(l) {
|
|
999
|
+
function m(x, S, E, A, w) {
|
|
1000
|
+
var C = x[S], P = te(C);
|
|
1001
1001
|
if (P !== "object")
|
|
1002
|
-
return new
|
|
1003
|
-
for (var R in
|
|
1004
|
-
var
|
|
1005
|
-
if (typeof
|
|
1006
|
-
return fe(
|
|
1007
|
-
var q =
|
|
1002
|
+
return new b("Invalid " + A + " `" + w + "` of type `" + P + "` " + ("supplied to `" + E + "`, expected `object`."));
|
|
1003
|
+
for (var R in l) {
|
|
1004
|
+
var O = l[R];
|
|
1005
|
+
if (typeof O != "function")
|
|
1006
|
+
return fe(E, A, w, R, ae(O));
|
|
1007
|
+
var q = O(C, R, E, A, w + "." + R, t);
|
|
1008
1008
|
if (q)
|
|
1009
1009
|
return q;
|
|
1010
1010
|
}
|
|
@@ -1012,22 +1012,22 @@ function gn() {
|
|
|
1012
1012
|
}
|
|
1013
1013
|
return M(m);
|
|
1014
1014
|
}
|
|
1015
|
-
function le(
|
|
1016
|
-
function m(
|
|
1017
|
-
var C =
|
|
1015
|
+
function le(l) {
|
|
1016
|
+
function m(x, S, E, A, w) {
|
|
1017
|
+
var C = x[S], P = te(C);
|
|
1018
1018
|
if (P !== "object")
|
|
1019
|
-
return new
|
|
1020
|
-
var R = r({},
|
|
1021
|
-
for (var
|
|
1022
|
-
var q =
|
|
1023
|
-
if (n(
|
|
1024
|
-
return fe(
|
|
1019
|
+
return new b("Invalid " + A + " `" + w + "` of type `" + P + "` " + ("supplied to `" + E + "`, expected `object`."));
|
|
1020
|
+
var R = r({}, x[S], l);
|
|
1021
|
+
for (var O in R) {
|
|
1022
|
+
var q = l[O];
|
|
1023
|
+
if (n(l, O) && typeof q != "function")
|
|
1024
|
+
return fe(E, A, w, O, ae(q));
|
|
1025
1025
|
if (!q)
|
|
1026
|
-
return new
|
|
1027
|
-
"Invalid " + A + " `" +
|
|
1028
|
-
Valid keys: ` + JSON.stringify(Object.keys(
|
|
1026
|
+
return new b(
|
|
1027
|
+
"Invalid " + A + " `" + w + "` key `" + O + "` supplied to `" + E + "`.\nBad object: " + JSON.stringify(x[S], null, " ") + `
|
|
1028
|
+
Valid keys: ` + JSON.stringify(Object.keys(l), null, " ")
|
|
1029
1029
|
);
|
|
1030
|
-
var f = q(C,
|
|
1030
|
+
var f = q(C, O, E, A, w + "." + O, t);
|
|
1031
1031
|
if (f)
|
|
1032
1032
|
return f;
|
|
1033
1033
|
}
|
|
@@ -1035,30 +1035,30 @@ Valid keys: ` + JSON.stringify(Object.keys(c), null, " ")
|
|
|
1035
1035
|
}
|
|
1036
1036
|
return M(m);
|
|
1037
1037
|
}
|
|
1038
|
-
function
|
|
1039
|
-
switch (typeof
|
|
1038
|
+
function z(l) {
|
|
1039
|
+
switch (typeof l) {
|
|
1040
1040
|
case "number":
|
|
1041
1041
|
case "string":
|
|
1042
1042
|
case "undefined":
|
|
1043
1043
|
return !0;
|
|
1044
1044
|
case "boolean":
|
|
1045
|
-
return !
|
|
1045
|
+
return !l;
|
|
1046
1046
|
case "object":
|
|
1047
|
-
if (Array.isArray(
|
|
1048
|
-
return
|
|
1049
|
-
if (
|
|
1047
|
+
if (Array.isArray(l))
|
|
1048
|
+
return l.every(z);
|
|
1049
|
+
if (l === null || i(l))
|
|
1050
1050
|
return !0;
|
|
1051
|
-
var m = g(
|
|
1051
|
+
var m = g(l);
|
|
1052
1052
|
if (m) {
|
|
1053
|
-
var
|
|
1054
|
-
if (m !==
|
|
1055
|
-
for (; !(S =
|
|
1056
|
-
if (!
|
|
1053
|
+
var x = m.call(l), S;
|
|
1054
|
+
if (m !== l.entries) {
|
|
1055
|
+
for (; !(S = x.next()).done; )
|
|
1056
|
+
if (!z(S.value))
|
|
1057
1057
|
return !1;
|
|
1058
1058
|
} else
|
|
1059
|
-
for (; !(S =
|
|
1060
|
-
var
|
|
1061
|
-
if (
|
|
1059
|
+
for (; !(S = x.next()).done; ) {
|
|
1060
|
+
var E = S.value;
|
|
1061
|
+
if (E && !z(E[1]))
|
|
1062
1062
|
return !1;
|
|
1063
1063
|
}
|
|
1064
1064
|
} else
|
|
@@ -1068,27 +1068,27 @@ Valid keys: ` + JSON.stringify(Object.keys(c), null, " ")
|
|
|
1068
1068
|
return !1;
|
|
1069
1069
|
}
|
|
1070
1070
|
}
|
|
1071
|
-
function J(
|
|
1072
|
-
return
|
|
1071
|
+
function J(l, m) {
|
|
1072
|
+
return l === "symbol" ? !0 : m ? m["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && m instanceof Symbol : !1;
|
|
1073
1073
|
}
|
|
1074
|
-
function te(
|
|
1075
|
-
var m = typeof
|
|
1076
|
-
return Array.isArray(
|
|
1074
|
+
function te(l) {
|
|
1075
|
+
var m = typeof l;
|
|
1076
|
+
return Array.isArray(l) ? "array" : l instanceof RegExp ? "object" : J(m, l) ? "symbol" : m;
|
|
1077
1077
|
}
|
|
1078
|
-
function ae(
|
|
1079
|
-
if (typeof
|
|
1080
|
-
return "" +
|
|
1081
|
-
var m = te(
|
|
1078
|
+
function ae(l) {
|
|
1079
|
+
if (typeof l > "u" || l === null)
|
|
1080
|
+
return "" + l;
|
|
1081
|
+
var m = te(l);
|
|
1082
1082
|
if (m === "object") {
|
|
1083
|
-
if (
|
|
1083
|
+
if (l instanceof Date)
|
|
1084
1084
|
return "date";
|
|
1085
|
-
if (
|
|
1085
|
+
if (l instanceof RegExp)
|
|
1086
1086
|
return "regexp";
|
|
1087
1087
|
}
|
|
1088
1088
|
return m;
|
|
1089
1089
|
}
|
|
1090
|
-
function ue(
|
|
1091
|
-
var m = ae(
|
|
1090
|
+
function ue(l) {
|
|
1091
|
+
var m = ae(l);
|
|
1092
1092
|
switch (m) {
|
|
1093
1093
|
case "array":
|
|
1094
1094
|
case "object":
|
|
@@ -1101,29 +1101,29 @@ Valid keys: ` + JSON.stringify(Object.keys(c), null, " ")
|
|
|
1101
1101
|
return m;
|
|
1102
1102
|
}
|
|
1103
1103
|
}
|
|
1104
|
-
function U(
|
|
1105
|
-
return !
|
|
1104
|
+
function U(l) {
|
|
1105
|
+
return !l.constructor || !l.constructor.name ? _ : l.constructor.name;
|
|
1106
1106
|
}
|
|
1107
|
-
return
|
|
1108
|
-
},
|
|
1107
|
+
return T.checkPropTypes = a, T.resetWarningCache = a.resetWarningCache, T.PropTypes = T, T;
|
|
1108
|
+
}, Xe;
|
|
1109
1109
|
}
|
|
1110
|
-
var Qe,
|
|
1110
|
+
var Qe, Sr;
|
|
1111
1111
|
function bn() {
|
|
1112
|
-
if (
|
|
1112
|
+
if (Sr)
|
|
1113
1113
|
return Qe;
|
|
1114
|
-
|
|
1114
|
+
Sr = 1;
|
|
1115
1115
|
var e = fr();
|
|
1116
1116
|
function r() {
|
|
1117
1117
|
}
|
|
1118
1118
|
function t() {
|
|
1119
1119
|
}
|
|
1120
1120
|
return t.resetWarningCache = r, Qe = function() {
|
|
1121
|
-
function n(s, i,
|
|
1121
|
+
function n(s, i, v, c, y, g) {
|
|
1122
1122
|
if (g !== e) {
|
|
1123
|
-
var
|
|
1123
|
+
var _ = new Error(
|
|
1124
1124
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
|
|
1125
1125
|
);
|
|
1126
|
-
throw
|
|
1126
|
+
throw _.name = "Invariant Violation", _;
|
|
1127
1127
|
}
|
|
1128
1128
|
}
|
|
1129
1129
|
n.isRequired = n;
|
|
@@ -1170,24 +1170,24 @@ function Ee(e, r, t, n) {
|
|
|
1170
1170
|
});
|
|
1171
1171
|
}
|
|
1172
1172
|
return new (t || (t = Promise))(function(o, s) {
|
|
1173
|
-
function i(
|
|
1173
|
+
function i(y) {
|
|
1174
1174
|
try {
|
|
1175
|
-
|
|
1175
|
+
c(n.next(y));
|
|
1176
1176
|
} catch (g) {
|
|
1177
1177
|
s(g);
|
|
1178
1178
|
}
|
|
1179
1179
|
}
|
|
1180
|
-
function y
|
|
1180
|
+
function v(y) {
|
|
1181
1181
|
try {
|
|
1182
|
-
|
|
1182
|
+
c(n.throw(y));
|
|
1183
1183
|
} catch (g) {
|
|
1184
1184
|
s(g);
|
|
1185
1185
|
}
|
|
1186
1186
|
}
|
|
1187
|
-
function
|
|
1188
|
-
|
|
1187
|
+
function c(y) {
|
|
1188
|
+
y.done ? o(y.value) : a(y.value).then(i, v);
|
|
1189
1189
|
}
|
|
1190
|
-
|
|
1190
|
+
c((n = n.apply(e, r || [])).next());
|
|
1191
1191
|
});
|
|
1192
1192
|
}
|
|
1193
1193
|
function we(e, r) {
|
|
@@ -1199,63 +1199,63 @@ function we(e, r) {
|
|
|
1199
1199
|
return s = { next: i(0), throw: i(1), return: i(2) }, typeof Symbol == "function" && (s[Symbol.iterator] = function() {
|
|
1200
1200
|
return this;
|
|
1201
1201
|
}), s;
|
|
1202
|
-
function i(
|
|
1203
|
-
return function(
|
|
1204
|
-
return
|
|
1202
|
+
function i(c) {
|
|
1203
|
+
return function(y) {
|
|
1204
|
+
return v([c, y]);
|
|
1205
1205
|
};
|
|
1206
1206
|
}
|
|
1207
|
-
function
|
|
1207
|
+
function v(c) {
|
|
1208
1208
|
if (n)
|
|
1209
1209
|
throw new TypeError("Generator is already executing.");
|
|
1210
|
-
for (; s && (s = 0,
|
|
1210
|
+
for (; s && (s = 0, c[0] && (t = 0)), t; )
|
|
1211
1211
|
try {
|
|
1212
|
-
if (n = 1, a && (o =
|
|
1212
|
+
if (n = 1, a && (o = c[0] & 2 ? a.return : c[0] ? a.throw || ((o = a.return) && o.call(a), 0) : a.next) && !(o = o.call(a, c[1])).done)
|
|
1213
1213
|
return o;
|
|
1214
|
-
switch (a = 0, o && (
|
|
1214
|
+
switch (a = 0, o && (c = [c[0] & 2, o.value]), c[0]) {
|
|
1215
1215
|
case 0:
|
|
1216
1216
|
case 1:
|
|
1217
|
-
o =
|
|
1217
|
+
o = c;
|
|
1218
1218
|
break;
|
|
1219
1219
|
case 4:
|
|
1220
|
-
return t.label++, { value:
|
|
1220
|
+
return t.label++, { value: c[1], done: !1 };
|
|
1221
1221
|
case 5:
|
|
1222
|
-
t.label++, a =
|
|
1222
|
+
t.label++, a = c[1], c = [0];
|
|
1223
1223
|
continue;
|
|
1224
1224
|
case 7:
|
|
1225
|
-
|
|
1225
|
+
c = t.ops.pop(), t.trys.pop();
|
|
1226
1226
|
continue;
|
|
1227
1227
|
default:
|
|
1228
|
-
if (o = t.trys, !(o = o.length > 0 && o[o.length - 1]) && (
|
|
1228
|
+
if (o = t.trys, !(o = o.length > 0 && o[o.length - 1]) && (c[0] === 6 || c[0] === 2)) {
|
|
1229
1229
|
t = 0;
|
|
1230
1230
|
continue;
|
|
1231
1231
|
}
|
|
1232
|
-
if (
|
|
1233
|
-
t.label =
|
|
1232
|
+
if (c[0] === 3 && (!o || c[1] > o[0] && c[1] < o[3])) {
|
|
1233
|
+
t.label = c[1];
|
|
1234
1234
|
break;
|
|
1235
1235
|
}
|
|
1236
|
-
if (
|
|
1237
|
-
t.label = o[1], o =
|
|
1236
|
+
if (c[0] === 6 && t.label < o[1]) {
|
|
1237
|
+
t.label = o[1], o = c;
|
|
1238
1238
|
break;
|
|
1239
1239
|
}
|
|
1240
1240
|
if (o && t.label < o[2]) {
|
|
1241
|
-
t.label = o[2], t.ops.push(
|
|
1241
|
+
t.label = o[2], t.ops.push(c);
|
|
1242
1242
|
break;
|
|
1243
1243
|
}
|
|
1244
1244
|
o[2] && t.ops.pop(), t.trys.pop();
|
|
1245
1245
|
continue;
|
|
1246
1246
|
}
|
|
1247
|
-
|
|
1248
|
-
} catch (
|
|
1249
|
-
|
|
1247
|
+
c = r.call(e, t);
|
|
1248
|
+
} catch (y) {
|
|
1249
|
+
c = [6, y], a = 0;
|
|
1250
1250
|
} finally {
|
|
1251
1251
|
n = o = 0;
|
|
1252
1252
|
}
|
|
1253
|
-
if (
|
|
1254
|
-
throw
|
|
1255
|
-
return { value:
|
|
1253
|
+
if (c[0] & 5)
|
|
1254
|
+
throw c[1];
|
|
1255
|
+
return { value: c[0] ? c[1] : void 0, done: !0 };
|
|
1256
1256
|
}
|
|
1257
1257
|
}
|
|
1258
|
-
function
|
|
1258
|
+
function Cr(e, r) {
|
|
1259
1259
|
var t = typeof Symbol == "function" && e[Symbol.iterator];
|
|
1260
1260
|
if (!t)
|
|
1261
1261
|
return e;
|
|
@@ -1275,7 +1275,7 @@ function Or(e, r) {
|
|
|
1275
1275
|
}
|
|
1276
1276
|
return o;
|
|
1277
1277
|
}
|
|
1278
|
-
function
|
|
1278
|
+
function Or(e, r, t) {
|
|
1279
1279
|
if (t || arguments.length === 2)
|
|
1280
1280
|
for (var n = 0, a = r.length, o; n < a; n++)
|
|
1281
1281
|
(o || !(n in r)) && (o || (o = Array.prototype.slice.call(r, 0, n)), o[n] = r[n]);
|
|
@@ -1391,25 +1391,25 @@ function Tn(e) {
|
|
|
1391
1391
|
}
|
|
1392
1392
|
return e;
|
|
1393
1393
|
}
|
|
1394
|
-
var
|
|
1394
|
+
var xn = [
|
|
1395
1395
|
// Thumbnail cache files for macOS and Windows
|
|
1396
1396
|
".DS_Store",
|
|
1397
1397
|
"Thumbs.db"
|
|
1398
1398
|
// Windows
|
|
1399
1399
|
];
|
|
1400
|
-
function
|
|
1400
|
+
function Sn(e) {
|
|
1401
1401
|
return Ee(this, void 0, void 0, function() {
|
|
1402
1402
|
return we(this, function(r) {
|
|
1403
|
-
return Ne(e) &&
|
|
1403
|
+
return Ne(e) && Cn(e.dataTransfer) ? [2, Pn(e.dataTransfer, e.type)] : On(e) ? [2, Dn(e)] : Array.isArray(e) && e.every(function(t) {
|
|
1404
1404
|
return "getFile" in t && typeof t.getFile == "function";
|
|
1405
1405
|
}) ? [2, An(e)] : [2, []];
|
|
1406
1406
|
});
|
|
1407
1407
|
});
|
|
1408
1408
|
}
|
|
1409
|
-
function
|
|
1409
|
+
function Cn(e) {
|
|
1410
1410
|
return Ne(e);
|
|
1411
1411
|
}
|
|
1412
|
-
function
|
|
1412
|
+
function On(e) {
|
|
1413
1413
|
return Ne(e) && Ne(e.target);
|
|
1414
1414
|
}
|
|
1415
1415
|
function Ne(e) {
|
|
@@ -1458,7 +1458,7 @@ function Pn(e, r) {
|
|
|
1458
1458
|
}
|
|
1459
1459
|
function Dr(e) {
|
|
1460
1460
|
return e.filter(function(r) {
|
|
1461
|
-
return
|
|
1461
|
+
return xn.indexOf(r.name) === -1;
|
|
1462
1462
|
});
|
|
1463
1463
|
}
|
|
1464
1464
|
function or(e) {
|
|
@@ -1478,7 +1478,7 @@ function Rn(e) {
|
|
|
1478
1478
|
}
|
|
1479
1479
|
function Vr(e) {
|
|
1480
1480
|
return e.reduce(function(r, t) {
|
|
1481
|
-
return
|
|
1481
|
+
return Or(Or([], Cr(r), !1), Cr(Array.isArray(t) ? Vr(t) : [t]), !1);
|
|
1482
1482
|
}, []);
|
|
1483
1483
|
}
|
|
1484
1484
|
function Ar(e) {
|
|
@@ -1503,7 +1503,7 @@ function Jr(e) {
|
|
|
1503
1503
|
var s = this;
|
|
1504
1504
|
r.readEntries(function(i) {
|
|
1505
1505
|
return Ee(s, void 0, void 0, function() {
|
|
1506
|
-
var
|
|
1506
|
+
var v, c, y;
|
|
1507
1507
|
return we(this, function(g) {
|
|
1508
1508
|
switch (g.label) {
|
|
1509
1509
|
case 0:
|
|
@@ -1513,13 +1513,13 @@ function Jr(e) {
|
|
|
1513
1513
|
case 1:
|
|
1514
1514
|
return g.trys.push([1, 3, , 4]), [4, Promise.all(a)];
|
|
1515
1515
|
case 2:
|
|
1516
|
-
return
|
|
1516
|
+
return v = g.sent(), t(v), [3, 4];
|
|
1517
1517
|
case 3:
|
|
1518
|
-
return
|
|
1518
|
+
return c = g.sent(), n(c), [3, 4];
|
|
1519
1519
|
case 4:
|
|
1520
1520
|
return [3, 6];
|
|
1521
1521
|
case 5:
|
|
1522
|
-
|
|
1522
|
+
y = Promise.all(i.map(In)), a.push(y), o(), g.label = 6;
|
|
1523
1523
|
case 6:
|
|
1524
1524
|
return [
|
|
1525
1525
|
2
|
|
@@ -1560,7 +1560,7 @@ var jn = function(e, r) {
|
|
|
1560
1560
|
return !0;
|
|
1561
1561
|
};
|
|
1562
1562
|
function Pr(e) {
|
|
1563
|
-
return $n(e) || Nn(e) ||
|
|
1563
|
+
return $n(e) || Nn(e) || Xr(e) || kn();
|
|
1564
1564
|
}
|
|
1565
1565
|
function kn() {
|
|
1566
1566
|
throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
@@ -1588,24 +1588,24 @@ function Ir(e) {
|
|
|
1588
1588
|
for (var r = 1; r < arguments.length; r++) {
|
|
1589
1589
|
var t = arguments[r] != null ? arguments[r] : {};
|
|
1590
1590
|
r % 2 ? Rr(Object(t), !0).forEach(function(n) {
|
|
1591
|
-
|
|
1591
|
+
Zr(e, n, t[n]);
|
|
1592
1592
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : Rr(Object(t)).forEach(function(n) {
|
|
1593
1593
|
Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(t, n));
|
|
1594
1594
|
});
|
|
1595
1595
|
}
|
|
1596
1596
|
return e;
|
|
1597
1597
|
}
|
|
1598
|
-
function
|
|
1598
|
+
function Zr(e, r, t) {
|
|
1599
1599
|
return r in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e;
|
|
1600
1600
|
}
|
|
1601
|
-
function
|
|
1602
|
-
return
|
|
1601
|
+
function Oe(e, r) {
|
|
1602
|
+
return Bn(e) || Ln(e, r) || Xr(e, r) || Mn();
|
|
1603
1603
|
}
|
|
1604
1604
|
function Mn() {
|
|
1605
1605
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
1606
1606
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
1607
1607
|
}
|
|
1608
|
-
function
|
|
1608
|
+
function Xr(e, r) {
|
|
1609
1609
|
if (e) {
|
|
1610
1610
|
if (typeof e == "string")
|
|
1611
1611
|
return ar(e, r);
|
|
@@ -1629,8 +1629,8 @@ function Ln(e, r) {
|
|
|
1629
1629
|
try {
|
|
1630
1630
|
for (t = t.call(e); !(a = (s = t.next()).done) && (n.push(s.value), !(r && n.length === r)); a = !0)
|
|
1631
1631
|
;
|
|
1632
|
-
} catch (
|
|
1633
|
-
o = !0, i =
|
|
1632
|
+
} catch (v) {
|
|
1633
|
+
o = !0, i = v;
|
|
1634
1634
|
} finally {
|
|
1635
1635
|
try {
|
|
1636
1636
|
!a && t.return != null && t.return();
|
|
@@ -1642,15 +1642,15 @@ function Ln(e, r) {
|
|
|
1642
1642
|
return n;
|
|
1643
1643
|
}
|
|
1644
1644
|
}
|
|
1645
|
-
function
|
|
1645
|
+
function Bn(e) {
|
|
1646
1646
|
if (Array.isArray(e))
|
|
1647
1647
|
return e;
|
|
1648
1648
|
}
|
|
1649
|
-
var
|
|
1649
|
+
var zn = "file-invalid-type", Wn = "file-too-large", Yn = "file-too-small", qn = "too-many-files", Kn = function(r) {
|
|
1650
1650
|
r = Array.isArray(r) && r.length === 1 ? r[0] : r;
|
|
1651
1651
|
var t = Array.isArray(r) ? "one of ".concat(r.join(", ")) : r;
|
|
1652
1652
|
return {
|
|
1653
|
-
code:
|
|
1653
|
+
code: zn,
|
|
1654
1654
|
message: "File type must be ".concat(t)
|
|
1655
1655
|
};
|
|
1656
1656
|
}, Fr = function(r) {
|
|
@@ -1663,13 +1663,13 @@ var Bn = "file-invalid-type", Wn = "file-too-large", Yn = "file-too-small", qn =
|
|
|
1663
1663
|
code: Yn,
|
|
1664
1664
|
message: "File is smaller than ".concat(r, " ").concat(r === 1 ? "byte" : "bytes")
|
|
1665
1665
|
};
|
|
1666
|
-
},
|
|
1666
|
+
}, Hn = {
|
|
1667
1667
|
code: qn,
|
|
1668
1668
|
message: "Too many files"
|
|
1669
1669
|
};
|
|
1670
1670
|
function Qr(e, r) {
|
|
1671
1671
|
var t = e.type === "application/x-moz-file" || jn(e, r);
|
|
1672
|
-
return [t, t ? null :
|
|
1672
|
+
return [t, t ? null : Kn(r)];
|
|
1673
1673
|
}
|
|
1674
1674
|
function et(e, r, t) {
|
|
1675
1675
|
if (me(e.size))
|
|
@@ -1691,9 +1691,9 @@ function me(e) {
|
|
|
1691
1691
|
}
|
|
1692
1692
|
function Un(e) {
|
|
1693
1693
|
var r = e.files, t = e.accept, n = e.minSize, a = e.maxSize, o = e.multiple, s = e.maxFiles, i = e.validator;
|
|
1694
|
-
return !o && r.length > 1 || o && s >= 1 && r.length > s ? !1 : r.every(function(
|
|
1695
|
-
var
|
|
1696
|
-
return g && D && !
|
|
1694
|
+
return !o && r.length > 1 || o && s >= 1 && r.length > s ? !1 : r.every(function(v) {
|
|
1695
|
+
var c = Qr(v, t), y = Oe(c, 1), g = y[0], _ = et(v, n, a), T = Oe(_, 1), D = T[0], b = i ? i(v) : null;
|
|
1696
|
+
return g && D && !b;
|
|
1697
1697
|
});
|
|
1698
1698
|
}
|
|
1699
1699
|
function $e(e) {
|
|
@@ -1728,17 +1728,17 @@ function ie() {
|
|
|
1728
1728
|
});
|
|
1729
1729
|
};
|
|
1730
1730
|
}
|
|
1731
|
-
function
|
|
1731
|
+
function Zn() {
|
|
1732
1732
|
return "showOpenFilePicker" in window;
|
|
1733
1733
|
}
|
|
1734
|
-
function
|
|
1734
|
+
function Xn(e) {
|
|
1735
1735
|
if (me(e)) {
|
|
1736
1736
|
var r = Object.entries(e).filter(function(t) {
|
|
1737
|
-
var n =
|
|
1737
|
+
var n = Oe(t, 2), a = n[0], o = n[1], s = !0;
|
|
1738
1738
|
return rt(a) || (console.warn('Skipped "'.concat(a, '" because it is not a valid MIME type. Check https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types for a list of valid MIME types.')), s = !1), (!Array.isArray(o) || !o.every(tt)) && (console.warn('Skipped "'.concat(a, '" because an invalid file extension was provided.')), s = !1), s;
|
|
1739
1739
|
}).reduce(function(t, n) {
|
|
1740
|
-
var a =
|
|
1741
|
-
return Ir(Ir({}, t), {},
|
|
1740
|
+
var a = Oe(n, 2), o = a[0], s = a[1];
|
|
1741
|
+
return Ir(Ir({}, t), {}, Zr({}, o, s));
|
|
1742
1742
|
}, {});
|
|
1743
1743
|
return [{
|
|
1744
1744
|
// description is required due to https://crbug.com/1264708
|
|
@@ -1751,7 +1751,7 @@ function Zn(e) {
|
|
|
1751
1751
|
function Qn(e) {
|
|
1752
1752
|
if (me(e))
|
|
1753
1753
|
return Object.entries(e).reduce(function(r, t) {
|
|
1754
|
-
var n =
|
|
1754
|
+
var n = Oe(t, 2), a = n[0], o = n[1];
|
|
1755
1755
|
return [].concat(Pr(r), [a], Pr(o));
|
|
1756
1756
|
}, []).filter(function(r) {
|
|
1757
1757
|
return rt(r) || tt(r);
|
|
@@ -1816,8 +1816,8 @@ function fo(e, r) {
|
|
|
1816
1816
|
try {
|
|
1817
1817
|
for (t = t.call(e); !(a = (s = t.next()).done) && (n.push(s.value), !(r && n.length === r)); a = !0)
|
|
1818
1818
|
;
|
|
1819
|
-
} catch (
|
|
1820
|
-
o = !0, i =
|
|
1819
|
+
} catch (v) {
|
|
1820
|
+
o = !0, i = v;
|
|
1821
1821
|
} finally {
|
|
1822
1822
|
try {
|
|
1823
1823
|
!a && t.return != null && t.return();
|
|
@@ -1843,7 +1843,7 @@ function Nr(e, r) {
|
|
|
1843
1843
|
}
|
|
1844
1844
|
return t;
|
|
1845
1845
|
}
|
|
1846
|
-
function
|
|
1846
|
+
function B(e) {
|
|
1847
1847
|
for (var r = 1; r < arguments.length; r++) {
|
|
1848
1848
|
var t = arguments[r] != null ? arguments[r] : {};
|
|
1849
1849
|
r % 2 ? Nr(Object(t), !0).forEach(function(n) {
|
|
@@ -1882,14 +1882,14 @@ var pr = /* @__PURE__ */ mt(function(e, r) {
|
|
|
1882
1882
|
return {
|
|
1883
1883
|
open: o
|
|
1884
1884
|
};
|
|
1885
|
-
}, [o]), /* @__PURE__ */ ut.createElement(yt, null, t(
|
|
1885
|
+
}, [o]), /* @__PURE__ */ ut.createElement(yt, null, t(B(B({}, s), {}, {
|
|
1886
1886
|
open: o
|
|
1887
1887
|
})));
|
|
1888
1888
|
});
|
|
1889
1889
|
pr.displayName = "Dropzone";
|
|
1890
1890
|
var ot = {
|
|
1891
1891
|
disabled: !1,
|
|
1892
|
-
getFilesFromEvent:
|
|
1892
|
+
getFilesFromEvent: Sn,
|
|
1893
1893
|
maxSize: 1 / 0,
|
|
1894
1894
|
minSize: 0,
|
|
1895
1895
|
multiple: !0,
|
|
@@ -2082,119 +2082,119 @@ var cr = {
|
|
|
2082
2082
|
fileRejections: []
|
|
2083
2083
|
};
|
|
2084
2084
|
function at() {
|
|
2085
|
-
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r =
|
|
2085
|
+
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = B(B({}, ot), e), t = r.accept, n = r.disabled, a = r.getFilesFromEvent, o = r.maxSize, s = r.minSize, i = r.multiple, v = r.maxFiles, c = r.onDragEnter, y = r.onDragLeave, g = r.onDragOver, _ = r.onDrop, T = r.onDropAccepted, D = r.onDropRejected, b = r.onFileDialogCancel, M = r.onFileDialogOpen, L = r.useFsAccessApi, H = r.autoFocus, j = r.preventDropOnDocument, k = r.noClick, p = r.noKeyboard, re = r.noDrag, $ = r.noDragEventsBubbling, V = r.onError, Z = r.validator, ce = oe(function() {
|
|
2086
2086
|
return Qn(t);
|
|
2087
2087
|
}, [t]), fe = oe(function() {
|
|
2088
|
-
return
|
|
2088
|
+
return Xn(t);
|
|
2089
2089
|
}, [t]), pe = oe(function() {
|
|
2090
2090
|
return typeof M == "function" ? M : $r;
|
|
2091
2091
|
}, [M]), le = oe(function() {
|
|
2092
|
-
return typeof
|
|
2093
|
-
}, [
|
|
2094
|
-
!
|
|
2092
|
+
return typeof b == "function" ? b : $r;
|
|
2093
|
+
}, [b]), z = Se(null), J = Se(null), te = dt(vo, cr), ae = er(te, 2), ue = ae[0], U = ae[1], l = ue.isFocused, m = ue.isFileDialogActive, x = Se(typeof window < "u" && window.isSecureContext && L && Zn()), S = function() {
|
|
2094
|
+
!x.current && m && setTimeout(function() {
|
|
2095
2095
|
if (J.current) {
|
|
2096
|
-
var
|
|
2097
|
-
|
|
2096
|
+
var h = J.current.files;
|
|
2097
|
+
h.length || (U({
|
|
2098
2098
|
type: "closeDialog"
|
|
2099
2099
|
}), le());
|
|
2100
2100
|
}
|
|
2101
2101
|
}, 300);
|
|
2102
2102
|
};
|
|
2103
|
-
|
|
2103
|
+
Ce(function() {
|
|
2104
2104
|
return window.addEventListener("focus", S, !1), function() {
|
|
2105
2105
|
window.removeEventListener("focus", S, !1);
|
|
2106
2106
|
};
|
|
2107
|
-
}, [J, m, le,
|
|
2108
|
-
var
|
|
2109
|
-
|
|
2107
|
+
}, [J, m, le, x]);
|
|
2108
|
+
var E = Se([]), A = function(h) {
|
|
2109
|
+
z.current && z.current.contains(h.target) || (h.preventDefault(), E.current = []);
|
|
2110
2110
|
};
|
|
2111
|
-
|
|
2111
|
+
Ce(function() {
|
|
2112
2112
|
return j && (document.addEventListener("dragover", kr, !1), document.addEventListener("drop", A, !1)), function() {
|
|
2113
2113
|
j && (document.removeEventListener("dragover", kr), document.removeEventListener("drop", A));
|
|
2114
2114
|
};
|
|
2115
|
-
}, [
|
|
2116
|
-
return !n &&
|
|
2115
|
+
}, [z, j]), Ce(function() {
|
|
2116
|
+
return !n && H && z.current && z.current.focus(), function() {
|
|
2117
2117
|
};
|
|
2118
|
-
}, [
|
|
2119
|
-
var
|
|
2118
|
+
}, [z, H, n]);
|
|
2119
|
+
var w = ee(function(d) {
|
|
2120
2120
|
V ? V(d) : console.error(d);
|
|
2121
2121
|
}, [V]), C = ee(function(d) {
|
|
2122
|
-
d.preventDefault(), d.persist(), Re(d),
|
|
2122
|
+
d.preventDefault(), d.persist(), Re(d), E.current = [].concat(io(E.current), [d.target]), je(d) && Promise.resolve(a(d)).then(function(h) {
|
|
2123
2123
|
if (!($e(d) && !$)) {
|
|
2124
|
-
var Y =
|
|
2125
|
-
files:
|
|
2124
|
+
var Y = h.length, G = Y > 0 && Un({
|
|
2125
|
+
files: h,
|
|
2126
2126
|
accept: ce,
|
|
2127
2127
|
minSize: s,
|
|
2128
2128
|
maxSize: o,
|
|
2129
2129
|
multiple: i,
|
|
2130
|
-
maxFiles:
|
|
2131
|
-
validator:
|
|
2130
|
+
maxFiles: v,
|
|
2131
|
+
validator: Z
|
|
2132
2132
|
}), Q = Y > 0 && !G;
|
|
2133
2133
|
U({
|
|
2134
2134
|
isDragAccept: G,
|
|
2135
2135
|
isDragReject: Q,
|
|
2136
2136
|
isDragActive: !0,
|
|
2137
2137
|
type: "setDraggedFiles"
|
|
2138
|
-
}),
|
|
2138
|
+
}), c && c(d);
|
|
2139
2139
|
}
|
|
2140
|
-
}).catch(function(
|
|
2141
|
-
return
|
|
2140
|
+
}).catch(function(h) {
|
|
2141
|
+
return w(h);
|
|
2142
2142
|
});
|
|
2143
|
-
}, [a,
|
|
2143
|
+
}, [a, c, w, $, ce, s, o, i, v, Z]), P = ee(function(d) {
|
|
2144
2144
|
d.preventDefault(), d.persist(), Re(d);
|
|
2145
|
-
var
|
|
2146
|
-
if (
|
|
2145
|
+
var h = je(d);
|
|
2146
|
+
if (h && d.dataTransfer)
|
|
2147
2147
|
try {
|
|
2148
2148
|
d.dataTransfer.dropEffect = "copy";
|
|
2149
2149
|
} catch {
|
|
2150
2150
|
}
|
|
2151
|
-
return
|
|
2151
|
+
return h && g && g(d), !1;
|
|
2152
2152
|
}, [g, $]), R = ee(function(d) {
|
|
2153
2153
|
d.preventDefault(), d.persist(), Re(d);
|
|
2154
|
-
var
|
|
2155
|
-
return
|
|
2156
|
-
}), Y =
|
|
2157
|
-
Y !== -1 &&
|
|
2154
|
+
var h = E.current.filter(function(G) {
|
|
2155
|
+
return z.current && z.current.contains(G);
|
|
2156
|
+
}), Y = h.indexOf(d.target);
|
|
2157
|
+
Y !== -1 && h.splice(Y, 1), E.current = h, !(h.length > 0) && (U({
|
|
2158
2158
|
type: "setDraggedFiles",
|
|
2159
2159
|
isDragActive: !1,
|
|
2160
2160
|
isDragAccept: !1,
|
|
2161
2161
|
isDragReject: !1
|
|
2162
|
-
}), je(d) &&
|
|
2163
|
-
}, [
|
|
2162
|
+
}), je(d) && y && y(d));
|
|
2163
|
+
}, [z, y, $]), O = ee(function(d, h) {
|
|
2164
2164
|
var Y = [], G = [];
|
|
2165
2165
|
d.forEach(function(Q) {
|
|
2166
|
-
var
|
|
2167
|
-
if (
|
|
2166
|
+
var xe = Qr(Q, ce), ge = er(xe, 2), ze = ge[0], We = ge[1], Ye = et(Q, s, o), Ie = er(Ye, 2), qe = Ie[0], Ke = Ie[1], He = Z ? Z(Q) : null;
|
|
2167
|
+
if (ze && qe && !He)
|
|
2168
2168
|
Y.push(Q);
|
|
2169
2169
|
else {
|
|
2170
|
-
var Ue = [We,
|
|
2171
|
-
|
|
2170
|
+
var Ue = [We, Ke];
|
|
2171
|
+
He && (Ue = Ue.concat(He)), G.push({
|
|
2172
2172
|
file: Q,
|
|
2173
2173
|
errors: Ue.filter(function(lt) {
|
|
2174
2174
|
return lt;
|
|
2175
2175
|
})
|
|
2176
2176
|
});
|
|
2177
2177
|
}
|
|
2178
|
-
}), (!i && Y.length > 1 || i &&
|
|
2178
|
+
}), (!i && Y.length > 1 || i && v >= 1 && Y.length > v) && (Y.forEach(function(Q) {
|
|
2179
2179
|
G.push({
|
|
2180
2180
|
file: Q,
|
|
2181
|
-
errors: [
|
|
2181
|
+
errors: [Hn]
|
|
2182
2182
|
});
|
|
2183
2183
|
}), Y.splice(0)), U({
|
|
2184
2184
|
acceptedFiles: Y,
|
|
2185
2185
|
fileRejections: G,
|
|
2186
2186
|
type: "setFiles"
|
|
2187
|
-
}),
|
|
2188
|
-
}, [U, i, ce, s, o,
|
|
2189
|
-
d.preventDefault(), d.persist(), Re(d),
|
|
2190
|
-
$e(d) && !$ ||
|
|
2191
|
-
}).catch(function(
|
|
2192
|
-
return
|
|
2187
|
+
}), _ && _(Y, G, h), G.length > 0 && D && D(G, h), Y.length > 0 && T && T(Y, h);
|
|
2188
|
+
}, [U, i, ce, s, o, v, _, T, D, Z]), q = ee(function(d) {
|
|
2189
|
+
d.preventDefault(), d.persist(), Re(d), E.current = [], je(d) && Promise.resolve(a(d)).then(function(h) {
|
|
2190
|
+
$e(d) && !$ || O(h, d);
|
|
2191
|
+
}).catch(function(h) {
|
|
2192
|
+
return w(h);
|
|
2193
2193
|
}), U({
|
|
2194
2194
|
type: "reset"
|
|
2195
2195
|
});
|
|
2196
|
-
}, [a,
|
|
2197
|
-
if (
|
|
2196
|
+
}, [a, O, w, $]), f = ee(function() {
|
|
2197
|
+
if (x.current) {
|
|
2198
2198
|
U({
|
|
2199
2199
|
type: "openDialog"
|
|
2200
2200
|
}), pe();
|
|
@@ -2202,25 +2202,25 @@ function at() {
|
|
|
2202
2202
|
multiple: i,
|
|
2203
2203
|
types: fe
|
|
2204
2204
|
};
|
|
2205
|
-
window.showOpenFilePicker(d).then(function(
|
|
2206
|
-
return a(
|
|
2207
|
-
}).then(function(
|
|
2208
|
-
|
|
2205
|
+
window.showOpenFilePicker(d).then(function(h) {
|
|
2206
|
+
return a(h);
|
|
2207
|
+
}).then(function(h) {
|
|
2208
|
+
O(h, null), U({
|
|
2209
2209
|
type: "closeDialog"
|
|
2210
2210
|
});
|
|
2211
|
-
}).catch(function(
|
|
2212
|
-
eo(
|
|
2211
|
+
}).catch(function(h) {
|
|
2212
|
+
eo(h) ? (le(h), U({
|
|
2213
2213
|
type: "closeDialog"
|
|
2214
|
-
})) : ro(
|
|
2214
|
+
})) : ro(h) ? (x.current = !1, J.current ? (J.current.value = null, J.current.click()) : w(new Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided."))) : w(h);
|
|
2215
2215
|
});
|
|
2216
2216
|
return;
|
|
2217
2217
|
}
|
|
2218
2218
|
J.current && (U({
|
|
2219
2219
|
type: "openDialog"
|
|
2220
2220
|
}), pe(), J.current.value = null, J.current.click());
|
|
2221
|
-
}, [U, pe, le, L,
|
|
2222
|
-
!
|
|
2223
|
-
}, [
|
|
2221
|
+
}, [U, pe, le, L, O, w, fe, i]), X = ee(function(d) {
|
|
2222
|
+
!z.current || !z.current.isEqualNode(d.target) || (d.key === " " || d.key === "Enter" || d.keyCode === 32 || d.keyCode === 13) && (d.preventDefault(), f());
|
|
2223
|
+
}, [z, f]), de = ee(function() {
|
|
2224
2224
|
U({
|
|
2225
2225
|
type: "focus"
|
|
2226
2226
|
});
|
|
@@ -2230,36 +2230,36 @@ function at() {
|
|
|
2230
2230
|
});
|
|
2231
2231
|
}, []), dr = ee(function() {
|
|
2232
2232
|
k || (Jn() ? setTimeout(f, 0) : f());
|
|
2233
|
-
}, [k, f]), ye = function(
|
|
2234
|
-
return n ? null :
|
|
2235
|
-
},
|
|
2236
|
-
return p ? null : ye(
|
|
2237
|
-
}, Pe = function(
|
|
2238
|
-
return re ? null : ye(
|
|
2239
|
-
}, Re = function(
|
|
2240
|
-
$ &&
|
|
2233
|
+
}, [k, f]), ye = function(h) {
|
|
2234
|
+
return n ? null : h;
|
|
2235
|
+
}, Be = function(h) {
|
|
2236
|
+
return p ? null : ye(h);
|
|
2237
|
+
}, Pe = function(h) {
|
|
2238
|
+
return re ? null : ye(h);
|
|
2239
|
+
}, Re = function(h) {
|
|
2240
|
+
$ && h.stopPropagation();
|
|
2241
2241
|
}, it = oe(function() {
|
|
2242
2242
|
return function() {
|
|
2243
|
-
var d = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {},
|
|
2244
|
-
return
|
|
2245
|
-
onKeyDown:
|
|
2246
|
-
onFocus:
|
|
2247
|
-
onBlur:
|
|
2248
|
-
onClick: ye(ie(
|
|
2243
|
+
var d = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, h = d.refKey, Y = h === void 0 ? "ref" : h, G = d.role, Q = d.onKeyDown, xe = d.onFocus, ge = d.onBlur, ze = d.onClick, We = d.onDragEnter, Ye = d.onDragOver, Ie = d.onDragLeave, qe = d.onDrop, Ke = Me(d, oo);
|
|
2244
|
+
return B(B(sr({
|
|
2245
|
+
onKeyDown: Be(ie(Q, X)),
|
|
2246
|
+
onFocus: Be(ie(xe, de)),
|
|
2247
|
+
onBlur: Be(ie(ge, Te)),
|
|
2248
|
+
onClick: ye(ie(ze, dr)),
|
|
2249
2249
|
onDragEnter: Pe(ie(We, C)),
|
|
2250
2250
|
onDragOver: Pe(ie(Ye, P)),
|
|
2251
2251
|
onDragLeave: Pe(ie(Ie, R)),
|
|
2252
2252
|
onDrop: Pe(ie(qe, q)),
|
|
2253
2253
|
role: typeof G == "string" && G !== "" ? G : "presentation"
|
|
2254
|
-
}, Y,
|
|
2254
|
+
}, Y, z), !n && !p ? {
|
|
2255
2255
|
tabIndex: 0
|
|
2256
|
-
} : {}),
|
|
2256
|
+
} : {}), Ke);
|
|
2257
2257
|
};
|
|
2258
|
-
}, [
|
|
2258
|
+
}, [z, X, de, Te, dr, C, P, R, q, p, re, n]), st = ee(function(d) {
|
|
2259
2259
|
d.stopPropagation();
|
|
2260
2260
|
}, []), ct = oe(function() {
|
|
2261
2261
|
return function() {
|
|
2262
|
-
var d = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {},
|
|
2262
|
+
var d = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, h = d.refKey, Y = h === void 0 ? "ref" : h, G = d.onChange, Q = d.onClick, xe = Me(d, ao), ge = sr({
|
|
2263
2263
|
accept: ce,
|
|
2264
2264
|
multiple: i,
|
|
2265
2265
|
type: "file",
|
|
@@ -2270,14 +2270,14 @@ function at() {
|
|
|
2270
2270
|
onClick: ye(ie(Q, st)),
|
|
2271
2271
|
tabIndex: -1
|
|
2272
2272
|
}, Y, J);
|
|
2273
|
-
return
|
|
2273
|
+
return B(B({}, ge), xe);
|
|
2274
2274
|
};
|
|
2275
2275
|
}, [J, t, i, q, n]);
|
|
2276
|
-
return
|
|
2277
|
-
isFocused:
|
|
2276
|
+
return B(B({}, ue), {}, {
|
|
2277
|
+
isFocused: l && !n,
|
|
2278
2278
|
getRootProps: it,
|
|
2279
2279
|
getInputProps: ct,
|
|
2280
|
-
rootRef:
|
|
2280
|
+
rootRef: z,
|
|
2281
2281
|
inputRef: J,
|
|
2282
2282
|
open: ye(f)
|
|
2283
2283
|
});
|
|
@@ -2285,41 +2285,41 @@ function at() {
|
|
|
2285
2285
|
function vo(e, r) {
|
|
2286
2286
|
switch (r.type) {
|
|
2287
2287
|
case "focus":
|
|
2288
|
-
return
|
|
2288
|
+
return B(B({}, e), {}, {
|
|
2289
2289
|
isFocused: !0
|
|
2290
2290
|
});
|
|
2291
2291
|
case "blur":
|
|
2292
|
-
return
|
|
2292
|
+
return B(B({}, e), {}, {
|
|
2293
2293
|
isFocused: !1
|
|
2294
2294
|
});
|
|
2295
2295
|
case "openDialog":
|
|
2296
|
-
return
|
|
2296
|
+
return B(B({}, cr), {}, {
|
|
2297
2297
|
isFileDialogActive: !0
|
|
2298
2298
|
});
|
|
2299
2299
|
case "closeDialog":
|
|
2300
|
-
return
|
|
2300
|
+
return B(B({}, e), {}, {
|
|
2301
2301
|
isFileDialogActive: !1
|
|
2302
2302
|
});
|
|
2303
2303
|
case "setDraggedFiles":
|
|
2304
|
-
return
|
|
2304
|
+
return B(B({}, e), {}, {
|
|
2305
2305
|
isDragActive: r.isDragActive,
|
|
2306
2306
|
isDragAccept: r.isDragAccept,
|
|
2307
2307
|
isDragReject: r.isDragReject
|
|
2308
2308
|
});
|
|
2309
2309
|
case "setFiles":
|
|
2310
|
-
return
|
|
2310
|
+
return B(B({}, e), {}, {
|
|
2311
2311
|
acceptedFiles: r.acceptedFiles,
|
|
2312
2312
|
fileRejections: r.fileRejections
|
|
2313
2313
|
});
|
|
2314
2314
|
case "reset":
|
|
2315
|
-
return
|
|
2315
|
+
return B({}, cr);
|
|
2316
2316
|
default:
|
|
2317
2317
|
return e;
|
|
2318
2318
|
}
|
|
2319
2319
|
}
|
|
2320
2320
|
function $r() {
|
|
2321
2321
|
}
|
|
2322
|
-
const
|
|
2322
|
+
const Oo = ({
|
|
2323
2323
|
onFileUpload: e
|
|
2324
2324
|
}) => {
|
|
2325
2325
|
const { getRootProps: r } = at({
|
|
@@ -2344,40 +2344,40 @@ const yo = (e) => [...e].sort(
|
|
|
2344
2344
|
isOpen: o,
|
|
2345
2345
|
footer: s,
|
|
2346
2346
|
sortFn: i = yo,
|
|
2347
|
-
groupFn:
|
|
2348
|
-
...
|
|
2347
|
+
groupFn: v = go,
|
|
2348
|
+
...c
|
|
2349
2349
|
}) => {
|
|
2350
|
-
const
|
|
2351
|
-
() =>
|
|
2352
|
-
[e,
|
|
2353
|
-
),
|
|
2354
|
-
() => new Set(r.map((
|
|
2350
|
+
const y = oe(() => e.some((b) => b.group), [e]), g = oe(() => i(e), [e, i]), _ = oe(
|
|
2351
|
+
() => y ? v(g) : { Ungrouped: g },
|
|
2352
|
+
[e, v]
|
|
2353
|
+
), T = oe(
|
|
2354
|
+
() => new Set(r.map((b) => b.value)),
|
|
2355
2355
|
[r]
|
|
2356
2356
|
), D = oe(
|
|
2357
|
-
() => new Set(t.map((
|
|
2357
|
+
() => new Set(t.map((b) => b.value)),
|
|
2358
2358
|
[t]
|
|
2359
2359
|
);
|
|
2360
|
-
return /* @__PURE__ */ u(
|
|
2360
|
+
return /* @__PURE__ */ u(Hr, { isVisible: o, className: "put-above", children: /* @__PURE__ */ se("div", { className: "multi-select__dropdown", role: "listbox", ...c, children: [
|
|
2361
2361
|
n || null,
|
|
2362
|
-
Object.entries(
|
|
2363
|
-
|
|
2364
|
-
/* @__PURE__ */ u("ul", { className: "multi-select__dropdown-list", "aria-label":
|
|
2365
|
-
const
|
|
2362
|
+
Object.entries(_).map(([b, M]) => /* @__PURE__ */ se("div", { className: "multi-select__group", children: [
|
|
2363
|
+
y ? /* @__PURE__ */ u("h5", { className: "multi-select__dropdown-header", children: b }) : null,
|
|
2364
|
+
/* @__PURE__ */ u("ul", { className: "multi-select__dropdown-list", "aria-label": b, children: M.map((L) => {
|
|
2365
|
+
const H = T.has(L.value), j = D.has(L.value);
|
|
2366
2366
|
return /* @__PURE__ */ u("li", { className: "multi-select__dropdown-item", children: /* @__PURE__ */ u(
|
|
2367
2367
|
Tt,
|
|
2368
2368
|
{
|
|
2369
2369
|
disabled: j,
|
|
2370
2370
|
label: L.label,
|
|
2371
|
-
checked:
|
|
2371
|
+
checked: H,
|
|
2372
2372
|
onChange: () => a(
|
|
2373
|
-
|
|
2373
|
+
H ? r.filter(
|
|
2374
2374
|
(k) => k.value !== L.value
|
|
2375
2375
|
) : [...r, L]
|
|
2376
2376
|
)
|
|
2377
2377
|
}
|
|
2378
2378
|
) }, L.value);
|
|
2379
2379
|
}) })
|
|
2380
|
-
] },
|
|
2380
|
+
] }, b)),
|
|
2381
2381
|
s ? /* @__PURE__ */ u("div", { className: "multi-select__footer", children: s }) : null
|
|
2382
2382
|
] }) });
|
|
2383
2383
|
}, Do = ({
|
|
@@ -2389,42 +2389,42 @@ const yo = (e) => [...e].sort(
|
|
|
2389
2389
|
required: o = !1,
|
|
2390
2390
|
items: s = [],
|
|
2391
2391
|
disabledItems: i = [],
|
|
2392
|
-
dropdownHeader:
|
|
2393
|
-
dropdownFooter:
|
|
2394
|
-
variant:
|
|
2392
|
+
dropdownHeader: v,
|
|
2393
|
+
dropdownFooter: c,
|
|
2394
|
+
variant: y = "search"
|
|
2395
2395
|
}) => {
|
|
2396
|
-
const g =
|
|
2397
|
-
|
|
2396
|
+
const g = xt(() => {
|
|
2397
|
+
T(!1), b("");
|
|
2398
2398
|
});
|
|
2399
|
-
|
|
2400
|
-
|
|
2399
|
+
St(() => {
|
|
2400
|
+
T(!1), b("");
|
|
2401
2401
|
});
|
|
2402
|
-
const [
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
}, [
|
|
2406
|
-
const [M, L] = be([]),
|
|
2402
|
+
const [_, T] = be(!1), [D, b] = be("");
|
|
2403
|
+
Ce(() => {
|
|
2404
|
+
_ || b("");
|
|
2405
|
+
}, [_]);
|
|
2406
|
+
const [M, L] = be([]), H = r || M, j = ($) => {
|
|
2407
2407
|
const V = Array.from(new Set($));
|
|
2408
2408
|
L(V), n && n(V);
|
|
2409
|
-
}, k = rr(), p = rr(), re =
|
|
2409
|
+
}, k = rr(), p = rr(), re = H.filter(
|
|
2410
2410
|
($) => s.some((V) => V.value === $.value)
|
|
2411
2411
|
).map(($) => $.label).join(", ");
|
|
2412
2412
|
return /* @__PURE__ */ u("div", { ref: g, children: /* @__PURE__ */ se("div", { className: "multi-select", children: [
|
|
2413
|
-
|
|
2414
|
-
|
|
2413
|
+
y === "search" ? /* @__PURE__ */ u(
|
|
2414
|
+
Ct,
|
|
2415
2415
|
{
|
|
2416
2416
|
externallyControlled: !0,
|
|
2417
2417
|
"aria-controls": k,
|
|
2418
|
-
"aria-expanded":
|
|
2418
|
+
"aria-expanded": _,
|
|
2419
2419
|
id: p,
|
|
2420
2420
|
role: "combobox",
|
|
2421
2421
|
"aria-label": t || a || "Search",
|
|
2422
2422
|
disabled: e,
|
|
2423
2423
|
autoComplete: "off",
|
|
2424
2424
|
onChange: ($) => {
|
|
2425
|
-
|
|
2425
|
+
b($), T(!0);
|
|
2426
2426
|
},
|
|
2427
|
-
onFocus: () =>
|
|
2427
|
+
onFocus: () => T(!0),
|
|
2428
2428
|
placeholder: a ?? "Search",
|
|
2429
2429
|
required: o,
|
|
2430
2430
|
type: "text",
|
|
@@ -2438,26 +2438,26 @@ const yo = (e) => [...e].sort(
|
|
|
2438
2438
|
type: "button",
|
|
2439
2439
|
"aria-label": t || a || "Select items",
|
|
2440
2440
|
"aria-controls": k,
|
|
2441
|
-
"aria-expanded":
|
|
2441
|
+
"aria-expanded": _,
|
|
2442
2442
|
className: "multi-select__select-button",
|
|
2443
|
-
onFocus: () =>
|
|
2444
|
-
onClick: () =>
|
|
2445
|
-
children:
|
|
2443
|
+
onFocus: () => T(!0),
|
|
2444
|
+
onClick: () => T(!0),
|
|
2445
|
+
children: /* @__PURE__ */ u("span", { className: "multi-select__condensed-text", children: H.length > 0 ? re : a ?? "Select items" })
|
|
2446
2446
|
}
|
|
2447
2447
|
),
|
|
2448
2448
|
/* @__PURE__ */ u(
|
|
2449
2449
|
bo,
|
|
2450
2450
|
{
|
|
2451
2451
|
id: k,
|
|
2452
|
-
isOpen:
|
|
2452
|
+
isOpen: _,
|
|
2453
2453
|
items: D.length > 0 ? s.filter(
|
|
2454
2454
|
($) => $.label.toLowerCase().includes(D.toLowerCase())
|
|
2455
2455
|
) : s,
|
|
2456
|
-
selectedItems:
|
|
2456
|
+
selectedItems: H,
|
|
2457
2457
|
disabledItems: i,
|
|
2458
|
-
header:
|
|
2458
|
+
header: v,
|
|
2459
2459
|
updateItems: j,
|
|
2460
|
-
footer:
|
|
2460
|
+
footer: c || /* @__PURE__ */ se(De, { children: [
|
|
2461
2461
|
/* @__PURE__ */ u(
|
|
2462
2462
|
_e,
|
|
2463
2463
|
{
|
|
@@ -2465,10 +2465,10 @@ const yo = (e) => [...e].sort(
|
|
|
2465
2465
|
onClick: () => {
|
|
2466
2466
|
const $ = s.filter(
|
|
2467
2467
|
(V) => !i.some(
|
|
2468
|
-
(
|
|
2468
|
+
(Z) => Z.value === V.value
|
|
2469
2469
|
)
|
|
2470
2470
|
);
|
|
2471
|
-
j([...
|
|
2471
|
+
j([...H, ...$]);
|
|
2472
2472
|
},
|
|
2473
2473
|
type: "button",
|
|
2474
2474
|
children: "Select all"
|
|
@@ -2479,9 +2479,9 @@ const yo = (e) => [...e].sort(
|
|
|
2479
2479
|
{
|
|
2480
2480
|
appearance: "link",
|
|
2481
2481
|
onClick: () => {
|
|
2482
|
-
const $ =
|
|
2482
|
+
const $ = H.filter(
|
|
2483
2483
|
(V) => i.some(
|
|
2484
|
-
(
|
|
2484
|
+
(Z) => Z.value === V.value
|
|
2485
2485
|
)
|
|
2486
2486
|
);
|
|
2487
2487
|
j($);
|
|
@@ -2494,24 +2494,44 @@ const yo = (e) => [...e].sort(
|
|
|
2494
2494
|
}
|
|
2495
2495
|
)
|
|
2496
2496
|
] }) });
|
|
2497
|
+
}, Ao = ({ value: e, unit: r }, {
|
|
2498
|
+
binary: t = !1,
|
|
2499
|
+
convertTo: n,
|
|
2500
|
+
decimals: a = 2,
|
|
2501
|
+
roundFunc: o = "round"
|
|
2502
|
+
} = {}) => {
|
|
2503
|
+
const s = e < 0, i = Math.abs(e);
|
|
2504
|
+
if (i === 0)
|
|
2505
|
+
return { value: 0, unit: n || "B" };
|
|
2506
|
+
const v = t ? 1024 : 1e3, c = t ? ["B", "KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "ZiB", "YiB"] : ["B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"], y = c.findIndex((b) => b === r) || 0, g = i * Math.pow(v, y), _ = n ? c.findIndex((b) => b === n) : Math.floor(Math.log(g) / Math.log(v));
|
|
2507
|
+
let T = g / Math.pow(v, _);
|
|
2508
|
+
if (T % 1 !== 0) {
|
|
2509
|
+
const b = Math.pow(10, a);
|
|
2510
|
+
T = Math[o](T * b) / b;
|
|
2511
|
+
}
|
|
2512
|
+
return {
|
|
2513
|
+
value: s ? -T : T,
|
|
2514
|
+
unit: c[_]
|
|
2515
|
+
};
|
|
2497
2516
|
};
|
|
2498
2517
|
export {
|
|
2499
2518
|
Le as ContentSection,
|
|
2500
2519
|
To as ExternalLink,
|
|
2501
|
-
|
|
2520
|
+
Oo as FileUpload,
|
|
2502
2521
|
ur as FormSection,
|
|
2503
2522
|
Wr as InputGroup,
|
|
2504
|
-
|
|
2523
|
+
Kr as MainToolbar,
|
|
2505
2524
|
At as Meter,
|
|
2506
2525
|
Do as MultiSelect,
|
|
2507
2526
|
bo as MultiSelectDropdown,
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2527
|
+
K as Navigation,
|
|
2528
|
+
Xt as NavigationBar,
|
|
2529
|
+
xo as NestedFormGroup,
|
|
2511
2530
|
pn as Pagination,
|
|
2512
|
-
|
|
2513
|
-
|
|
2531
|
+
So as PaginationContainer,
|
|
2532
|
+
Co as Stepper,
|
|
2514
2533
|
wo as defaultFilledColors,
|
|
2534
|
+
Ao as formatBytes,
|
|
2515
2535
|
ve as meterColor,
|
|
2516
2536
|
he as testIds
|
|
2517
2537
|
};
|