@carto/ps-react-ui 0.1.0-alpha.7 → 1.1.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.
@@ -1,1861 +0,0 @@
1
- import * as V from "react";
2
- import ue, { useRef as Tt, useState as Ue, useEffect as wt } from "react";
3
- import { makeStyles as St, Box as ie, Typography as me, IconButton as _t, Button as Rt } from "@material-ui/core";
4
- import { withStyles as At } from "@material-ui/styles";
5
- import * as Pt from "react-dom";
6
- function pt(e) {
7
- var t, r, n = "";
8
- if (typeof e == "string" || typeof e == "number")
9
- n += e;
10
- else if (typeof e == "object")
11
- if (Array.isArray(e))
12
- for (t = 0; t < e.length; t++)
13
- e[t] && (r = pt(e[t])) && (n && (n += " "), n += r);
14
- else
15
- for (t in e)
16
- e[t] && (n && (n += " "), n += t);
17
- return n;
18
- }
19
- function re() {
20
- for (var e, t, r = 0, n = ""; r < arguments.length; )
21
- (e = arguments[r++]) && (t = pt(e)) && (n && (n += " "), n += t);
22
- return n;
23
- }
24
- function It(e) {
25
- var t = e.default;
26
- if (typeof t == "function") {
27
- var r = function() {
28
- return t.apply(this, arguments);
29
- };
30
- r.prototype = t.prototype;
31
- } else
32
- r = {};
33
- return Object.defineProperty(r, "__esModule", { value: !0 }), Object.keys(e).forEach(function(n) {
34
- var o = Object.getOwnPropertyDescriptor(e, n);
35
- Object.defineProperty(r, n, o.get ? o : {
36
- enumerable: !0,
37
- get: function() {
38
- return e[n];
39
- }
40
- });
41
- }), r;
42
- }
43
- var je = {}, mt = { exports: {} };
44
- (function(e) {
45
- function t(r) {
46
- return r && r.__esModule ? r : {
47
- default: r
48
- };
49
- }
50
- e.exports = t, e.exports.__esModule = !0, e.exports.default = e.exports;
51
- })(mt);
52
- var vt = { exports: {} }, gt = { exports: {} };
53
- (function(e) {
54
- function t(r) {
55
- return e.exports = t = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
56
- return typeof n;
57
- } : function(n) {
58
- return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
59
- }, e.exports.__esModule = !0, e.exports.default = e.exports, t(r);
60
- }
61
- e.exports = t, e.exports.__esModule = !0, e.exports.default = e.exports;
62
- })(gt);
63
- (function(e) {
64
- var t = gt.exports.default;
65
- function r(o) {
66
- if (typeof WeakMap != "function")
67
- return null;
68
- var a = /* @__PURE__ */ new WeakMap(), c = /* @__PURE__ */ new WeakMap();
69
- return (r = function(f) {
70
- return f ? c : a;
71
- })(o);
72
- }
73
- function n(o, a) {
74
- if (!a && o && o.__esModule)
75
- return o;
76
- if (o === null || t(o) !== "object" && typeof o != "function")
77
- return {
78
- default: o
79
- };
80
- var c = r(a);
81
- if (c && c.has(o))
82
- return c.get(o);
83
- var s = {}, f = Object.defineProperty && Object.getOwnPropertyDescriptor;
84
- for (var p in o)
85
- if (p !== "default" && Object.prototype.hasOwnProperty.call(o, p)) {
86
- var d = f ? Object.getOwnPropertyDescriptor(o, p) : null;
87
- d && (d.get || d.set) ? Object.defineProperty(s, p, d) : s[p] = o[p];
88
- }
89
- return s.default = o, c && c.set(o, s), s;
90
- }
91
- e.exports = n, e.exports.__esModule = !0, e.exports.default = e.exports;
92
- })(vt);
93
- var ve = {};
94
- function Ct(e, t) {
95
- return process.env.NODE_ENV === "production" ? function() {
96
- return null;
97
- } : function() {
98
- return e.apply(void 0, arguments) || t.apply(void 0, arguments);
99
- };
100
- }
101
- function Y() {
102
- return Y = Object.assign ? Object.assign.bind() : function(e) {
103
- for (var t = 1; t < arguments.length; t++) {
104
- var r = arguments[t];
105
- for (var n in r)
106
- Object.prototype.hasOwnProperty.call(r, n) && (e[n] = r[n]);
107
- }
108
- return e;
109
- }, Y.apply(this, arguments);
110
- }
111
- function Me(e) {
112
- return Me = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
113
- return typeof t;
114
- } : function(t) {
115
- return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
116
- }, Me(e);
117
- }
118
- function ge(e) {
119
- return e && Me(e) === "object" && e.constructor === Object;
120
- }
121
- function ne(e, t) {
122
- var r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {
123
- clone: !0
124
- }, n = r.clone ? Y({}, e) : e;
125
- return ge(e) && ge(t) && Object.keys(t).forEach(function(o) {
126
- o !== "__proto__" && (ge(t[o]) && o in e ? n[o] = ne(e[o], t[o], r) : n[o] = t[o]);
127
- }), n;
128
- }
129
- var U = { exports: {} }, he = { exports: {} }, I = {};
130
- /** @license React v16.13.1
131
- * react-is.production.min.js
132
- *
133
- * Copyright (c) Facebook, Inc. and its affiliates.
134
- *
135
- * This source code is licensed under the MIT license found in the
136
- * LICENSE file in the root directory of this source tree.
137
- */
138
- var qe;
139
- function Mt() {
140
- if (qe)
141
- return I;
142
- qe = 1;
143
- var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, c = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, y = e ? Symbol.for("react.suspense_list") : 60120, b = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, h = e ? Symbol.for("react.block") : 60121, E = e ? Symbol.for("react.fundamental") : 60117, D = e ? Symbol.for("react.responder") : 60118, q = e ? Symbol.for("react.scope") : 60119;
144
- function j(u) {
145
- if (typeof u == "object" && u !== null) {
146
- var N = u.$$typeof;
147
- switch (N) {
148
- case t:
149
- switch (u = u.type, u) {
150
- case f:
151
- case p:
152
- case n:
153
- case a:
154
- case o:
155
- case m:
156
- return u;
157
- default:
158
- switch (u = u && u.$$typeof, u) {
159
- case s:
160
- case d:
161
- case g:
162
- case b:
163
- case c:
164
- return u;
165
- default:
166
- return N;
167
- }
168
- }
169
- case r:
170
- return N;
171
- }
172
- }
173
- }
174
- function M(u) {
175
- return j(u) === p;
176
- }
177
- return I.AsyncMode = f, I.ConcurrentMode = p, I.ContextConsumer = s, I.ContextProvider = c, I.Element = t, I.ForwardRef = d, I.Fragment = n, I.Lazy = g, I.Memo = b, I.Portal = r, I.Profiler = a, I.StrictMode = o, I.Suspense = m, I.isAsyncMode = function(u) {
178
- return M(u) || j(u) === f;
179
- }, I.isConcurrentMode = M, I.isContextConsumer = function(u) {
180
- return j(u) === s;
181
- }, I.isContextProvider = function(u) {
182
- return j(u) === c;
183
- }, I.isElement = function(u) {
184
- return typeof u == "object" && u !== null && u.$$typeof === t;
185
- }, I.isForwardRef = function(u) {
186
- return j(u) === d;
187
- }, I.isFragment = function(u) {
188
- return j(u) === n;
189
- }, I.isLazy = function(u) {
190
- return j(u) === g;
191
- }, I.isMemo = function(u) {
192
- return j(u) === b;
193
- }, I.isPortal = function(u) {
194
- return j(u) === r;
195
- }, I.isProfiler = function(u) {
196
- return j(u) === a;
197
- }, I.isStrictMode = function(u) {
198
- return j(u) === o;
199
- }, I.isSuspense = function(u) {
200
- return j(u) === m;
201
- }, I.isValidElementType = function(u) {
202
- return typeof u == "string" || typeof u == "function" || u === n || u === p || u === a || u === o || u === m || u === y || typeof u == "object" && u !== null && (u.$$typeof === g || u.$$typeof === b || u.$$typeof === c || u.$$typeof === s || u.$$typeof === d || u.$$typeof === E || u.$$typeof === D || u.$$typeof === q || u.$$typeof === h);
203
- }, I.typeOf = j, I;
204
- }
205
- var C = {};
206
- /** @license React v16.13.1
207
- * react-is.development.js
208
- *
209
- * Copyright (c) Facebook, Inc. and its affiliates.
210
- *
211
- * This source code is licensed under the MIT license found in the
212
- * LICENSE file in the root directory of this source tree.
213
- */
214
- var Le;
215
- function $t() {
216
- return Le || (Le = 1, process.env.NODE_ENV !== "production" && function() {
217
- var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, c = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, y = e ? Symbol.for("react.suspense_list") : 60120, b = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, h = e ? Symbol.for("react.block") : 60121, E = e ? Symbol.for("react.fundamental") : 60117, D = e ? Symbol.for("react.responder") : 60118, q = e ? Symbol.for("react.scope") : 60119;
218
- function j(l) {
219
- return typeof l == "string" || typeof l == "function" || l === n || l === p || l === a || l === o || l === m || l === y || typeof l == "object" && l !== null && (l.$$typeof === g || l.$$typeof === b || l.$$typeof === c || l.$$typeof === s || l.$$typeof === d || l.$$typeof === E || l.$$typeof === D || l.$$typeof === q || l.$$typeof === h);
220
- }
221
- function M(l) {
222
- if (typeof l == "object" && l !== null) {
223
- var J = l.$$typeof;
224
- switch (J) {
225
- case t:
226
- var ae = l.type;
227
- switch (ae) {
228
- case f:
229
- case p:
230
- case n:
231
- case a:
232
- case o:
233
- case m:
234
- return ae;
235
- default:
236
- var ke = ae && ae.$$typeof;
237
- switch (ke) {
238
- case s:
239
- case d:
240
- case g:
241
- case b:
242
- case c:
243
- return ke;
244
- default:
245
- return J;
246
- }
247
- }
248
- case r:
249
- return J;
250
- }
251
- }
252
- }
253
- var u = f, N = p, F = s, W = c, _ = t, k = d, B = n, X = g, te = b, Z = r, de = a, H = o, G = m, oe = !1;
254
- function pe(l) {
255
- return oe || (oe = !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.")), i(l) || M(l) === f;
256
- }
257
- function i(l) {
258
- return M(l) === p;
259
- }
260
- function v(l) {
261
- return M(l) === s;
262
- }
263
- function S(l) {
264
- return M(l) === c;
265
- }
266
- function T(l) {
267
- return typeof l == "object" && l !== null && l.$$typeof === t;
268
- }
269
- function x(l) {
270
- return M(l) === d;
271
- }
272
- function R(l) {
273
- return M(l) === n;
274
- }
275
- function O(l) {
276
- return M(l) === g;
277
- }
278
- function w(l) {
279
- return M(l) === b;
280
- }
281
- function A(l) {
282
- return M(l) === r;
283
- }
284
- function $(l) {
285
- return M(l) === a;
286
- }
287
- function P(l) {
288
- return M(l) === o;
289
- }
290
- function L(l) {
291
- return M(l) === m;
292
- }
293
- C.AsyncMode = u, C.ConcurrentMode = N, C.ContextConsumer = F, C.ContextProvider = W, C.Element = _, C.ForwardRef = k, C.Fragment = B, C.Lazy = X, C.Memo = te, C.Portal = Z, C.Profiler = de, C.StrictMode = H, C.Suspense = G, C.isAsyncMode = pe, C.isConcurrentMode = i, C.isContextConsumer = v, C.isContextProvider = S, C.isElement = T, C.isForwardRef = x, C.isFragment = R, C.isLazy = O, C.isMemo = w, C.isPortal = A, C.isProfiler = $, C.isStrictMode = P, C.isSuspense = L, C.isValidElementType = j, C.typeOf = M;
294
- }()), C;
295
- }
296
- var Ye;
297
- function ht() {
298
- return Ye || (Ye = 1, function(e) {
299
- process.env.NODE_ENV === "production" ? e.exports = Mt() : e.exports = $t();
300
- }(he)), he.exports;
301
- }
302
- /*
303
- object-assign
304
- (c) Sindre Sorhus
305
- @license MIT
306
- */
307
- var ye, Be;
308
- function Nt() {
309
- if (Be)
310
- return ye;
311
- Be = 1;
312
- var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, r = Object.prototype.propertyIsEnumerable;
313
- function n(a) {
314
- if (a == null)
315
- throw new TypeError("Object.assign cannot be called with null or undefined");
316
- return Object(a);
317
- }
318
- function o() {
319
- try {
320
- if (!Object.assign)
321
- return !1;
322
- var a = new String("abc");
323
- if (a[5] = "de", Object.getOwnPropertyNames(a)[0] === "5")
324
- return !1;
325
- for (var c = {}, s = 0; s < 10; s++)
326
- c["_" + String.fromCharCode(s)] = s;
327
- var f = Object.getOwnPropertyNames(c).map(function(d) {
328
- return c[d];
329
- });
330
- if (f.join("") !== "0123456789")
331
- return !1;
332
- var p = {};
333
- return "abcdefghijklmnopqrst".split("").forEach(function(d) {
334
- p[d] = d;
335
- }), Object.keys(Object.assign({}, p)).join("") === "abcdefghijklmnopqrst";
336
- } catch {
337
- return !1;
338
- }
339
- }
340
- return ye = o() ? Object.assign : function(a, c) {
341
- for (var s, f = n(a), p, d = 1; d < arguments.length; d++) {
342
- s = Object(arguments[d]);
343
- for (var m in s)
344
- t.call(s, m) && (f[m] = s[m]);
345
- if (e) {
346
- p = e(s);
347
- for (var y = 0; y < p.length; y++)
348
- r.call(s, p[y]) && (f[p[y]] = s[p[y]]);
349
- }
350
- }
351
- return f;
352
- }, ye;
353
- }
354
- var be, He;
355
- function We() {
356
- if (He)
357
- return be;
358
- He = 1;
359
- var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
360
- return be = e, be;
361
- }
362
- var Ee, Je;
363
- function yt() {
364
- return Je || (Je = 1, Ee = Function.call.bind(Object.prototype.hasOwnProperty)), Ee;
365
- }
366
- var xe, Ke;
367
- function Dt() {
368
- if (Ke)
369
- return xe;
370
- Ke = 1;
371
- var e = function() {
372
- };
373
- if (process.env.NODE_ENV !== "production") {
374
- var t = We(), r = {}, n = yt();
375
- e = function(a) {
376
- var c = "Warning: " + a;
377
- typeof console < "u" && console.error(c);
378
- try {
379
- throw new Error(c);
380
- } catch {
381
- }
382
- };
383
- }
384
- function o(a, c, s, f, p) {
385
- if (process.env.NODE_ENV !== "production") {
386
- for (var d in a)
387
- if (n(a, d)) {
388
- var m;
389
- try {
390
- if (typeof a[d] != "function") {
391
- var y = Error((f || "React class") + ": " + s + " type `" + d + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof a[d] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
392
- throw y.name = "Invariant Violation", y;
393
- }
394
- m = a[d](c, d, f, s, null, t);
395
- } catch (g) {
396
- m = g;
397
- }
398
- if (m && !(m instanceof Error) && e((f || "React class") + ": type specification of " + s + " `" + d + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof m + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."), m instanceof Error && !(m.message in r)) {
399
- r[m.message] = !0;
400
- var b = p ? p() : "";
401
- e("Failed " + s + " type: " + m.message + (b ?? ""));
402
- }
403
- }
404
- }
405
- }
406
- return o.resetWarningCache = function() {
407
- process.env.NODE_ENV !== "production" && (r = {});
408
- }, xe = o, xe;
409
- }
410
- var Oe, Xe;
411
- function jt() {
412
- if (Xe)
413
- return Oe;
414
- Xe = 1;
415
- var e = ht(), t = Nt(), r = We(), n = yt(), o = Dt(), a = function() {
416
- };
417
- process.env.NODE_ENV !== "production" && (a = function(s) {
418
- var f = "Warning: " + s;
419
- typeof console < "u" && console.error(f);
420
- try {
421
- throw new Error(f);
422
- } catch {
423
- }
424
- });
425
- function c() {
426
- return null;
427
- }
428
- return Oe = function(s, f) {
429
- var p = typeof Symbol == "function" && Symbol.iterator, d = "@@iterator";
430
- function m(i) {
431
- var v = i && (p && i[p] || i[d]);
432
- if (typeof v == "function")
433
- return v;
434
- }
435
- var y = "<<anonymous>>", b = {
436
- array: D("array"),
437
- bigint: D("bigint"),
438
- bool: D("boolean"),
439
- func: D("function"),
440
- number: D("number"),
441
- object: D("object"),
442
- string: D("string"),
443
- symbol: D("symbol"),
444
- any: q(),
445
- arrayOf: j,
446
- element: M(),
447
- elementType: u(),
448
- instanceOf: N,
449
- node: k(),
450
- objectOf: W,
451
- oneOf: F,
452
- oneOfType: _,
453
- shape: X,
454
- exact: te
455
- };
456
- function g(i, v) {
457
- return i === v ? i !== 0 || 1 / i === 1 / v : i !== i && v !== v;
458
- }
459
- function h(i, v) {
460
- this.message = i, this.data = v && typeof v == "object" ? v : {}, this.stack = "";
461
- }
462
- h.prototype = Error.prototype;
463
- function E(i) {
464
- if (process.env.NODE_ENV !== "production")
465
- var v = {}, S = 0;
466
- function T(R, O, w, A, $, P, L) {
467
- if (A = A || y, P = P || w, L !== r) {
468
- if (f) {
469
- var l = new Error("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");
470
- throw l.name = "Invariant Violation", l;
471
- } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
472
- var J = A + ":" + w;
473
- !v[J] && S < 3 && (a("You are manually calling a React.PropTypes validation function for the `" + P + "` prop on `" + A + "`. 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."), v[J] = !0, S++);
474
- }
475
- }
476
- return O[w] == null ? R ? O[w] === null ? new h("The " + $ + " `" + P + "` is marked as required " + ("in `" + A + "`, but its value is `null`.")) : new h("The " + $ + " `" + P + "` is marked as required in " + ("`" + A + "`, but its value is `undefined`.")) : null : i(O, w, A, $, P);
477
- }
478
- var x = T.bind(null, !1);
479
- return x.isRequired = T.bind(null, !0), x;
480
- }
481
- function D(i) {
482
- function v(S, T, x, R, O, w) {
483
- var A = S[T], $ = H(A);
484
- if ($ !== i) {
485
- var P = G(A);
486
- return new h("Invalid " + R + " `" + O + "` of type " + ("`" + P + "` supplied to `" + x + "`, expected ") + ("`" + i + "`."), { expectedType: i });
487
- }
488
- return null;
489
- }
490
- return E(v);
491
- }
492
- function q() {
493
- return E(c);
494
- }
495
- function j(i) {
496
- function v(S, T, x, R, O) {
497
- if (typeof i != "function")
498
- return new h("Property `" + O + "` of component `" + x + "` has invalid PropType notation inside arrayOf.");
499
- var w = S[T];
500
- if (!Array.isArray(w)) {
501
- var A = H(w);
502
- return new h("Invalid " + R + " `" + O + "` of type " + ("`" + A + "` supplied to `" + x + "`, expected an array."));
503
- }
504
- for (var $ = 0; $ < w.length; $++) {
505
- var P = i(w, $, x, R, O + "[" + $ + "]", r);
506
- if (P instanceof Error)
507
- return P;
508
- }
509
- return null;
510
- }
511
- return E(v);
512
- }
513
- function M() {
514
- function i(v, S, T, x, R) {
515
- var O = v[S];
516
- if (!s(O)) {
517
- var w = H(O);
518
- return new h("Invalid " + x + " `" + R + "` of type " + ("`" + w + "` supplied to `" + T + "`, expected a single ReactElement."));
519
- }
520
- return null;
521
- }
522
- return E(i);
523
- }
524
- function u() {
525
- function i(v, S, T, x, R) {
526
- var O = v[S];
527
- if (!e.isValidElementType(O)) {
528
- var w = H(O);
529
- return new h("Invalid " + x + " `" + R + "` of type " + ("`" + w + "` supplied to `" + T + "`, expected a single ReactElement type."));
530
- }
531
- return null;
532
- }
533
- return E(i);
534
- }
535
- function N(i) {
536
- function v(S, T, x, R, O) {
537
- if (!(S[T] instanceof i)) {
538
- var w = i.name || y, A = pe(S[T]);
539
- return new h("Invalid " + R + " `" + O + "` of type " + ("`" + A + "` supplied to `" + x + "`, expected ") + ("instance of `" + w + "`."));
540
- }
541
- return null;
542
- }
543
- return E(v);
544
- }
545
- function F(i) {
546
- if (!Array.isArray(i))
547
- return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a("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]).") : a("Invalid argument supplied to oneOf, expected an array.")), c;
548
- function v(S, T, x, R, O) {
549
- for (var w = S[T], A = 0; A < i.length; A++)
550
- if (g(w, i[A]))
551
- return null;
552
- var $ = JSON.stringify(i, function(L, l) {
553
- var J = G(l);
554
- return J === "symbol" ? String(l) : l;
555
- });
556
- return new h("Invalid " + R + " `" + O + "` of value `" + String(w) + "` " + ("supplied to `" + x + "`, expected one of " + $ + "."));
557
- }
558
- return E(v);
559
- }
560
- function W(i) {
561
- function v(S, T, x, R, O) {
562
- if (typeof i != "function")
563
- return new h("Property `" + O + "` of component `" + x + "` has invalid PropType notation inside objectOf.");
564
- var w = S[T], A = H(w);
565
- if (A !== "object")
566
- return new h("Invalid " + R + " `" + O + "` of type " + ("`" + A + "` supplied to `" + x + "`, expected an object."));
567
- for (var $ in w)
568
- if (n(w, $)) {
569
- var P = i(w, $, x, R, O + "." + $, r);
570
- if (P instanceof Error)
571
- return P;
572
- }
573
- return null;
574
- }
575
- return E(v);
576
- }
577
- function _(i) {
578
- if (!Array.isArray(i))
579
- return process.env.NODE_ENV !== "production" && a("Invalid argument supplied to oneOfType, expected an instance of array."), c;
580
- for (var v = 0; v < i.length; v++) {
581
- var S = i[v];
582
- if (typeof S != "function")
583
- return a("Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + oe(S) + " at index " + v + "."), c;
584
- }
585
- function T(x, R, O, w, A) {
586
- for (var $ = [], P = 0; P < i.length; P++) {
587
- var L = i[P], l = L(x, R, O, w, A, r);
588
- if (l == null)
589
- return null;
590
- l.data && n(l.data, "expectedType") && $.push(l.data.expectedType);
591
- }
592
- var J = $.length > 0 ? ", expected one of type [" + $.join(", ") + "]" : "";
593
- return new h("Invalid " + w + " `" + A + "` supplied to " + ("`" + O + "`" + J + "."));
594
- }
595
- return E(T);
596
- }
597
- function k() {
598
- function i(v, S, T, x, R) {
599
- return Z(v[S]) ? null : new h("Invalid " + x + " `" + R + "` supplied to " + ("`" + T + "`, expected a ReactNode."));
600
- }
601
- return E(i);
602
- }
603
- function B(i, v, S, T, x) {
604
- return new h((i || "React class") + ": " + v + " type `" + S + "." + T + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + x + "`.");
605
- }
606
- function X(i) {
607
- function v(S, T, x, R, O) {
608
- var w = S[T], A = H(w);
609
- if (A !== "object")
610
- return new h("Invalid " + R + " `" + O + "` of type `" + A + "` " + ("supplied to `" + x + "`, expected `object`."));
611
- for (var $ in i) {
612
- var P = i[$];
613
- if (typeof P != "function")
614
- return B(x, R, O, $, G(P));
615
- var L = P(w, $, x, R, O + "." + $, r);
616
- if (L)
617
- return L;
618
- }
619
- return null;
620
- }
621
- return E(v);
622
- }
623
- function te(i) {
624
- function v(S, T, x, R, O) {
625
- var w = S[T], A = H(w);
626
- if (A !== "object")
627
- return new h("Invalid " + R + " `" + O + "` of type `" + A + "` " + ("supplied to `" + x + "`, expected `object`."));
628
- var $ = t({}, S[T], i);
629
- for (var P in $) {
630
- var L = i[P];
631
- if (n(i, P) && typeof L != "function")
632
- return B(x, R, O, P, G(L));
633
- if (!L)
634
- return new h("Invalid " + R + " `" + O + "` key `" + P + "` supplied to `" + x + "`.\nBad object: " + JSON.stringify(S[T], null, " ") + `
635
- Valid keys: ` + JSON.stringify(Object.keys(i), null, " "));
636
- var l = L(w, P, x, R, O + "." + P, r);
637
- if (l)
638
- return l;
639
- }
640
- return null;
641
- }
642
- return E(v);
643
- }
644
- function Z(i) {
645
- switch (typeof i) {
646
- case "number":
647
- case "string":
648
- case "undefined":
649
- return !0;
650
- case "boolean":
651
- return !i;
652
- case "object":
653
- if (Array.isArray(i))
654
- return i.every(Z);
655
- if (i === null || s(i))
656
- return !0;
657
- var v = m(i);
658
- if (v) {
659
- var S = v.call(i), T;
660
- if (v !== i.entries) {
661
- for (; !(T = S.next()).done; )
662
- if (!Z(T.value))
663
- return !1;
664
- } else
665
- for (; !(T = S.next()).done; ) {
666
- var x = T.value;
667
- if (x && !Z(x[1]))
668
- return !1;
669
- }
670
- } else
671
- return !1;
672
- return !0;
673
- default:
674
- return !1;
675
- }
676
- }
677
- function de(i, v) {
678
- return i === "symbol" ? !0 : v ? v["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && v instanceof Symbol : !1;
679
- }
680
- function H(i) {
681
- var v = typeof i;
682
- return Array.isArray(i) ? "array" : i instanceof RegExp ? "object" : de(v, i) ? "symbol" : v;
683
- }
684
- function G(i) {
685
- if (typeof i > "u" || i === null)
686
- return "" + i;
687
- var v = H(i);
688
- if (v === "object") {
689
- if (i instanceof Date)
690
- return "date";
691
- if (i instanceof RegExp)
692
- return "regexp";
693
- }
694
- return v;
695
- }
696
- function oe(i) {
697
- var v = G(i);
698
- switch (v) {
699
- case "array":
700
- case "object":
701
- return "an " + v;
702
- case "boolean":
703
- case "date":
704
- case "regexp":
705
- return "a " + v;
706
- default:
707
- return v;
708
- }
709
- }
710
- function pe(i) {
711
- return !i.constructor || !i.constructor.name ? y : i.constructor.name;
712
- }
713
- return b.checkPropTypes = o, b.resetWarningCache = o.resetWarningCache, b.PropTypes = b, b;
714
- }, Oe;
715
- }
716
- var Te, Ge;
717
- function Wt() {
718
- if (Ge)
719
- return Te;
720
- Ge = 1;
721
- var e = We();
722
- function t() {
723
- }
724
- function r() {
725
- }
726
- return r.resetWarningCache = t, Te = function() {
727
- function n(c, s, f, p, d, m) {
728
- if (m !== e) {
729
- var y = new Error("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");
730
- throw y.name = "Invariant Violation", y;
731
- }
732
- }
733
- n.isRequired = n;
734
- function o() {
735
- return n;
736
- }
737
- var a = {
738
- array: n,
739
- bigint: n,
740
- bool: n,
741
- func: n,
742
- number: n,
743
- object: n,
744
- string: n,
745
- symbol: n,
746
- any: n,
747
- arrayOf: o,
748
- element: n,
749
- elementType: n,
750
- instanceOf: o,
751
- node: n,
752
- objectOf: o,
753
- oneOf: o,
754
- oneOfType: o,
755
- shape: o,
756
- exact: o,
757
- checkPropTypes: r,
758
- resetWarningCache: t
759
- };
760
- return a.PropTypes = a, a;
761
- }, Te;
762
- }
763
- if (process.env.NODE_ENV !== "production") {
764
- var zt = ht(), Ft = !0;
765
- U.exports = jt()(zt.isElement, Ft);
766
- } else
767
- U.exports = Wt()();
768
- function se(e, t, r) {
769
- return t in e ? Object.defineProperty(e, t, {
770
- value: r,
771
- enumerable: !0,
772
- configurable: !0,
773
- writable: !0
774
- }) : e[t] = r, e;
775
- }
776
- function ce(e) {
777
- for (var t = "https://mui.com/production-error/?code=" + e, r = 1; r < arguments.length; r += 1)
778
- t += "&args[]=" + encodeURIComponent(arguments[r]);
779
- return "Minified Material-UI error #" + e + "; visit " + t + " for the full message.";
780
- }
781
- function $e(e) {
782
- if (typeof e != "string")
783
- throw new Error(process.env.NODE_ENV !== "production" ? "Material-UI: capitalize(string) expects a string argument." : ce(7));
784
- return e.charAt(0).toUpperCase() + e.slice(1);
785
- }
786
- function Vt() {
787
- for (var e = arguments.length, t = new Array(e), r = 0; r < e; r++)
788
- t[r] = arguments[r];
789
- return t.reduce(function(n, o) {
790
- return o == null ? n : (process.env.NODE_ENV !== "production" && typeof o != "function" && console.error("Material-UI: Invalid Argument Type, must only provide functions, undefined, or null."), function() {
791
- for (var c = arguments.length, s = new Array(c), f = 0; f < c; f++)
792
- s[f] = arguments[f];
793
- n.apply(this, s), o.apply(this, s);
794
- });
795
- }, function() {
796
- });
797
- }
798
- function kt(e, t) {
799
- if (e == null)
800
- return {};
801
- var r = {}, n = Object.keys(e), o, a;
802
- for (a = 0; a < n.length; a++)
803
- o = n[a], !(t.indexOf(o) >= 0) && (r[o] = e[o]);
804
- return r;
805
- }
806
- function ee(e, t) {
807
- if (e == null)
808
- return {};
809
- var r = kt(e, t), n, o;
810
- if (Object.getOwnPropertySymbols) {
811
- var a = Object.getOwnPropertySymbols(e);
812
- for (o = 0; o < a.length; o++)
813
- n = a[o], !(t.indexOf(n) >= 0) && (!Object.prototype.propertyIsEnumerable.call(e, n) || (r[n] = e[n]));
814
- }
815
- return r;
816
- }
817
- var K = ["xs", "sm", "md", "lg", "xl"];
818
- function Ut(e) {
819
- var t = e.values, r = t === void 0 ? {
820
- xs: 0,
821
- sm: 600,
822
- md: 960,
823
- lg: 1280,
824
- xl: 1920
825
- } : t, n = e.unit, o = n === void 0 ? "px" : n, a = e.step, c = a === void 0 ? 5 : a, s = ee(e, ["values", "unit", "step"]);
826
- function f(g) {
827
- var h = typeof r[g] == "number" ? r[g] : g;
828
- return "@media (min-width:".concat(h).concat(o, ")");
829
- }
830
- function p(g) {
831
- var h = K.indexOf(g) + 1, E = r[K[h]];
832
- if (h === K.length)
833
- return f("xs");
834
- var D = typeof E == "number" && h > 0 ? E : g;
835
- return "@media (max-width:".concat(D - c / 100).concat(o, ")");
836
- }
837
- function d(g, h) {
838
- var E = K.indexOf(h);
839
- return E === K.length - 1 ? f(g) : "@media (min-width:".concat(typeof r[g] == "number" ? r[g] : g).concat(o, ") and ") + "(max-width:".concat((E !== -1 && typeof r[K[E + 1]] == "number" ? r[K[E + 1]] : h) - c / 100).concat(o, ")");
840
- }
841
- function m(g) {
842
- return d(g, g);
843
- }
844
- var y = !1;
845
- function b(g) {
846
- return process.env.NODE_ENV !== "production" && (y || (y = !0, console.warn(["Material-UI: The `theme.breakpoints.width` utility is deprecated because it's redundant.", "Use the `theme.breakpoints.values` instead."].join(`
847
- `)))), r[g];
848
- }
849
- return Y({
850
- keys: K,
851
- values: r,
852
- up: f,
853
- down: p,
854
- between: d,
855
- only: m,
856
- width: b
857
- }, s);
858
- }
859
- function qt(e, t, r) {
860
- var n;
861
- return Y({
862
- gutters: function() {
863
- var a = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
864
- return console.warn(["Material-UI: theme.mixins.gutters() is deprecated.", "You can use the source of the mixin directly:", `
865
- paddingLeft: theme.spacing(2),
866
- paddingRight: theme.spacing(2),
867
- [theme.breakpoints.up('sm')]: {
868
- paddingLeft: theme.spacing(3),
869
- paddingRight: theme.spacing(3),
870
- },
871
- `].join(`
872
- `)), Y({
873
- paddingLeft: t(2),
874
- paddingRight: t(2)
875
- }, a, se({}, e.up("sm"), Y({
876
- paddingLeft: t(3),
877
- paddingRight: t(3)
878
- }, a[e.up("sm")])));
879
- },
880
- toolbar: (n = {
881
- minHeight: 56
882
- }, se(n, "".concat(e.up("xs"), " and (orientation: landscape)"), {
883
- minHeight: 48
884
- }), se(n, e.up("sm"), {
885
- minHeight: 64
886
- }), n)
887
- }, r);
888
- }
889
- var Lt = {
890
- black: "#000",
891
- white: "#fff"
892
- };
893
- const fe = Lt;
894
- var Yt = {
895
- 50: "#fafafa",
896
- 100: "#f5f5f5",
897
- 200: "#eeeeee",
898
- 300: "#e0e0e0",
899
- 400: "#bdbdbd",
900
- 500: "#9e9e9e",
901
- 600: "#757575",
902
- 700: "#616161",
903
- 800: "#424242",
904
- 900: "#212121",
905
- A100: "#d5d5d5",
906
- A200: "#aaaaaa",
907
- A400: "#303030",
908
- A700: "#616161"
909
- };
910
- const ze = Yt;
911
- var Bt = {
912
- 50: "#e8eaf6",
913
- 100: "#c5cae9",
914
- 200: "#9fa8da",
915
- 300: "#7986cb",
916
- 400: "#5c6bc0",
917
- 500: "#3f51b5",
918
- 600: "#3949ab",
919
- 700: "#303f9f",
920
- 800: "#283593",
921
- 900: "#1a237e",
922
- A100: "#8c9eff",
923
- A200: "#536dfe",
924
- A400: "#3d5afe",
925
- A700: "#304ffe"
926
- };
927
- const we = Bt;
928
- var Ht = {
929
- 50: "#fce4ec",
930
- 100: "#f8bbd0",
931
- 200: "#f48fb1",
932
- 300: "#f06292",
933
- 400: "#ec407a",
934
- 500: "#e91e63",
935
- 600: "#d81b60",
936
- 700: "#c2185b",
937
- 800: "#ad1457",
938
- 900: "#880e4f",
939
- A100: "#ff80ab",
940
- A200: "#ff4081",
941
- A400: "#f50057",
942
- A700: "#c51162"
943
- };
944
- const Se = Ht;
945
- var Jt = {
946
- 50: "#ffebee",
947
- 100: "#ffcdd2",
948
- 200: "#ef9a9a",
949
- 300: "#e57373",
950
- 400: "#ef5350",
951
- 500: "#f44336",
952
- 600: "#e53935",
953
- 700: "#d32f2f",
954
- 800: "#c62828",
955
- 900: "#b71c1c",
956
- A100: "#ff8a80",
957
- A200: "#ff5252",
958
- A400: "#ff1744",
959
- A700: "#d50000"
960
- };
961
- const _e = Jt;
962
- var Kt = {
963
- 50: "#fff3e0",
964
- 100: "#ffe0b2",
965
- 200: "#ffcc80",
966
- 300: "#ffb74d",
967
- 400: "#ffa726",
968
- 500: "#ff9800",
969
- 600: "#fb8c00",
970
- 700: "#f57c00",
971
- 800: "#ef6c00",
972
- 900: "#e65100",
973
- A100: "#ffd180",
974
- A200: "#ffab40",
975
- A400: "#ff9100",
976
- A700: "#ff6d00"
977
- };
978
- const Re = Kt;
979
- var Xt = {
980
- 50: "#e3f2fd",
981
- 100: "#bbdefb",
982
- 200: "#90caf9",
983
- 300: "#64b5f6",
984
- 400: "#42a5f5",
985
- 500: "#2196f3",
986
- 600: "#1e88e5",
987
- 700: "#1976d2",
988
- 800: "#1565c0",
989
- 900: "#0d47a1",
990
- A100: "#82b1ff",
991
- A200: "#448aff",
992
- A400: "#2979ff",
993
- A700: "#2962ff"
994
- };
995
- const Ae = Xt;
996
- var Gt = {
997
- 50: "#e8f5e9",
998
- 100: "#c8e6c9",
999
- 200: "#a5d6a7",
1000
- 300: "#81c784",
1001
- 400: "#66bb6a",
1002
- 500: "#4caf50",
1003
- 600: "#43a047",
1004
- 700: "#388e3c",
1005
- 800: "#2e7d32",
1006
- 900: "#1b5e20",
1007
- A100: "#b9f6ca",
1008
- A200: "#69f0ae",
1009
- A400: "#00e676",
1010
- A700: "#00c853"
1011
- };
1012
- const Pe = Gt;
1013
- function bt(e) {
1014
- var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0, r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1;
1015
- return process.env.NODE_ENV !== "production" && (e < t || e > r) && console.error("Material-UI: The value provided ".concat(e, " is out of range [").concat(t, ", ").concat(r, "].")), Math.min(Math.max(t, e), r);
1016
- }
1017
- function Zt(e) {
1018
- e = e.substr(1);
1019
- var t = new RegExp(".{1,".concat(e.length >= 6 ? 2 : 1, "}"), "g"), r = e.match(t);
1020
- return r && r[0].length === 1 && (r = r.map(function(n) {
1021
- return n + n;
1022
- })), r ? "rgb".concat(r.length === 4 ? "a" : "", "(").concat(r.map(function(n, o) {
1023
- return o < 3 ? parseInt(n, 16) : Math.round(parseInt(n, 16) / 255 * 1e3) / 1e3;
1024
- }).join(", "), ")") : "";
1025
- }
1026
- function Qt(e) {
1027
- e = Q(e);
1028
- var t = e, r = t.values, n = r[0], o = r[1] / 100, a = r[2] / 100, c = o * Math.min(a, 1 - a), s = function(m) {
1029
- var y = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : (m + n / 30) % 12;
1030
- return a - c * Math.max(Math.min(y - 3, 9 - y, 1), -1);
1031
- }, f = "rgb", p = [Math.round(s(0) * 255), Math.round(s(8) * 255), Math.round(s(4) * 255)];
1032
- return e.type === "hsla" && (f += "a", p.push(r[3])), Fe({
1033
- type: f,
1034
- values: p
1035
- });
1036
- }
1037
- function Q(e) {
1038
- if (e.type)
1039
- return e;
1040
- if (e.charAt(0) === "#")
1041
- return Q(Zt(e));
1042
- var t = e.indexOf("("), r = e.substring(0, t);
1043
- if (["rgb", "rgba", "hsl", "hsla"].indexOf(r) === -1)
1044
- throw new Error(process.env.NODE_ENV !== "production" ? "Material-UI: Unsupported `".concat(e, "` color.\nWe support the following formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla().") : ce(3, e));
1045
- var n = e.substring(t + 1, e.length - 1).split(",");
1046
- return n = n.map(function(o) {
1047
- return parseFloat(o);
1048
- }), {
1049
- type: r,
1050
- values: n
1051
- };
1052
- }
1053
- function Fe(e) {
1054
- var t = e.type, r = e.values;
1055
- return t.indexOf("rgb") !== -1 ? r = r.map(function(n, o) {
1056
- return o < 3 ? parseInt(n, 10) : n;
1057
- }) : t.indexOf("hsl") !== -1 && (r[1] = "".concat(r[1], "%"), r[2] = "".concat(r[2], "%")), "".concat(t, "(").concat(r.join(", "), ")");
1058
- }
1059
- function Ze(e, t) {
1060
- var r = Qe(e), n = Qe(t);
1061
- return (Math.max(r, n) + 0.05) / (Math.min(r, n) + 0.05);
1062
- }
1063
- function Qe(e) {
1064
- e = Q(e);
1065
- var t = e.type === "hsl" ? Q(Qt(e)).values : e.values;
1066
- return t = t.map(function(r) {
1067
- return r /= 255, r <= 0.03928 ? r / 12.92 : Math.pow((r + 0.055) / 1.055, 2.4);
1068
- }), Number((0.2126 * t[0] + 0.7152 * t[1] + 0.0722 * t[2]).toFixed(3));
1069
- }
1070
- function er(e, t) {
1071
- if (e = Q(e), t = bt(t), e.type.indexOf("hsl") !== -1)
1072
- e.values[2] *= 1 - t;
1073
- else if (e.type.indexOf("rgb") !== -1)
1074
- for (var r = 0; r < 3; r += 1)
1075
- e.values[r] *= 1 - t;
1076
- return Fe(e);
1077
- }
1078
- function tr(e, t) {
1079
- if (e = Q(e), t = bt(t), e.type.indexOf("hsl") !== -1)
1080
- e.values[2] += (100 - e.values[2]) * t;
1081
- else if (e.type.indexOf("rgb") !== -1)
1082
- for (var r = 0; r < 3; r += 1)
1083
- e.values[r] += (255 - e.values[r]) * t;
1084
- return Fe(e);
1085
- }
1086
- var et = {
1087
- text: {
1088
- primary: "rgba(0, 0, 0, 0.87)",
1089
- secondary: "rgba(0, 0, 0, 0.54)",
1090
- disabled: "rgba(0, 0, 0, 0.38)",
1091
- hint: "rgba(0, 0, 0, 0.38)"
1092
- },
1093
- divider: "rgba(0, 0, 0, 0.12)",
1094
- background: {
1095
- paper: fe.white,
1096
- default: ze[50]
1097
- },
1098
- action: {
1099
- active: "rgba(0, 0, 0, 0.54)",
1100
- hover: "rgba(0, 0, 0, 0.04)",
1101
- hoverOpacity: 0.04,
1102
- selected: "rgba(0, 0, 0, 0.08)",
1103
- selectedOpacity: 0.08,
1104
- disabled: "rgba(0, 0, 0, 0.26)",
1105
- disabledBackground: "rgba(0, 0, 0, 0.12)",
1106
- disabledOpacity: 0.38,
1107
- focus: "rgba(0, 0, 0, 0.12)",
1108
- focusOpacity: 0.12,
1109
- activatedOpacity: 0.12
1110
- }
1111
- }, Ie = {
1112
- text: {
1113
- primary: fe.white,
1114
- secondary: "rgba(255, 255, 255, 0.7)",
1115
- disabled: "rgba(255, 255, 255, 0.5)",
1116
- hint: "rgba(255, 255, 255, 0.5)",
1117
- icon: "rgba(255, 255, 255, 0.5)"
1118
- },
1119
- divider: "rgba(255, 255, 255, 0.12)",
1120
- background: {
1121
- paper: ze[800],
1122
- default: "#303030"
1123
- },
1124
- action: {
1125
- active: fe.white,
1126
- hover: "rgba(255, 255, 255, 0.08)",
1127
- hoverOpacity: 0.08,
1128
- selected: "rgba(255, 255, 255, 0.16)",
1129
- selectedOpacity: 0.16,
1130
- disabled: "rgba(255, 255, 255, 0.3)",
1131
- disabledBackground: "rgba(255, 255, 255, 0.12)",
1132
- disabledOpacity: 0.38,
1133
- focus: "rgba(255, 255, 255, 0.12)",
1134
- focusOpacity: 0.12,
1135
- activatedOpacity: 0.24
1136
- }
1137
- };
1138
- function tt(e, t, r, n) {
1139
- var o = n.light || n, a = n.dark || n * 1.5;
1140
- e[t] || (e.hasOwnProperty(r) ? e[t] = e[r] : t === "light" ? e.light = tr(e.main, o) : t === "dark" && (e.dark = er(e.main, a)));
1141
- }
1142
- function rr(e) {
1143
- var t = e.primary, r = t === void 0 ? {
1144
- light: we[300],
1145
- main: we[500],
1146
- dark: we[700]
1147
- } : t, n = e.secondary, o = n === void 0 ? {
1148
- light: Se.A200,
1149
- main: Se.A400,
1150
- dark: Se.A700
1151
- } : n, a = e.error, c = a === void 0 ? {
1152
- light: _e[300],
1153
- main: _e[500],
1154
- dark: _e[700]
1155
- } : a, s = e.warning, f = s === void 0 ? {
1156
- light: Re[300],
1157
- main: Re[500],
1158
- dark: Re[700]
1159
- } : s, p = e.info, d = p === void 0 ? {
1160
- light: Ae[300],
1161
- main: Ae[500],
1162
- dark: Ae[700]
1163
- } : p, m = e.success, y = m === void 0 ? {
1164
- light: Pe[300],
1165
- main: Pe[500],
1166
- dark: Pe[700]
1167
- } : m, b = e.type, g = b === void 0 ? "light" : b, h = e.contrastThreshold, E = h === void 0 ? 3 : h, D = e.tonalOffset, q = D === void 0 ? 0.2 : D, j = ee(e, ["primary", "secondary", "error", "warning", "info", "success", "type", "contrastThreshold", "tonalOffset"]);
1168
- function M(W) {
1169
- var _ = Ze(W, Ie.text.primary) >= E ? Ie.text.primary : et.text.primary;
1170
- if (process.env.NODE_ENV !== "production") {
1171
- var k = Ze(W, _);
1172
- k < 3 && console.error(["Material-UI: The contrast ratio of ".concat(k, ":1 for ").concat(_, " on ").concat(W), "falls below the WCAG recommended absolute minimum contrast ratio of 3:1.", "https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
1173
- `));
1174
- }
1175
- return _;
1176
- }
1177
- var u = function(_) {
1178
- var k = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 500, B = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 300, X = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : 700;
1179
- if (_ = Y({}, _), !_.main && _[k] && (_.main = _[k]), !_.main)
1180
- throw new Error(process.env.NODE_ENV !== "production" ? "Material-UI: The color provided to augmentColor(color) is invalid.\nThe color object needs to have a `main` property or a `".concat(k, "` property.") : ce(4, k));
1181
- if (typeof _.main != "string")
1182
- throw new Error(process.env.NODE_ENV !== "production" ? "Material-UI: The color provided to augmentColor(color) is invalid.\n`color.main` should be a string, but `".concat(JSON.stringify(_.main), `\` was provided instead.
1183
-
1184
- Did you intend to use one of the following approaches?
1185
-
1186
- import {\xA0green } from "@material-ui/core/colors";
1187
-
1188
- const theme1 = createTheme({ palette: {
1189
- primary: green,
1190
- } });
1191
-
1192
- const theme2 = createTheme({ palette: {
1193
- primary: { main: green[500] },
1194
- } });`) : ce(5, JSON.stringify(_.main)));
1195
- return tt(_, "light", B, q), tt(_, "dark", X, q), _.contrastText || (_.contrastText = M(_.main)), _;
1196
- }, N = {
1197
- dark: Ie,
1198
- light: et
1199
- };
1200
- process.env.NODE_ENV !== "production" && (N[g] || console.error("Material-UI: The palette type `".concat(g, "` is not supported.")));
1201
- var F = ne(Y({
1202
- common: fe,
1203
- type: g,
1204
- primary: u(r),
1205
- secondary: u(o, "A400", "A200", "A700"),
1206
- error: u(c),
1207
- warning: u(f),
1208
- info: u(d),
1209
- success: u(y),
1210
- grey: ze,
1211
- contrastThreshold: E,
1212
- getContrastText: M,
1213
- augmentColor: u,
1214
- tonalOffset: q
1215
- }, N[g]), j);
1216
- return F;
1217
- }
1218
- function Et(e) {
1219
- return Math.round(e * 1e5) / 1e5;
1220
- }
1221
- var rt = !1;
1222
- function nr(e) {
1223
- return process.env.NODE_ENV !== "production" && (rt || (console.warn(["Material-UI: The `theme.typography.round` helper is deprecated.", "Head to https://mui.com/r/migration-v4/#theme for a migration path."].join(`
1224
- `)), rt = !0)), Et(e);
1225
- }
1226
- var nt = {
1227
- textTransform: "uppercase"
1228
- }, ot = '"Roboto", "Helvetica", "Arial", sans-serif';
1229
- function or(e, t) {
1230
- var r = typeof t == "function" ? t(e) : t, n = r.fontFamily, o = n === void 0 ? ot : n, a = r.fontSize, c = a === void 0 ? 14 : a, s = r.fontWeightLight, f = s === void 0 ? 300 : s, p = r.fontWeightRegular, d = p === void 0 ? 400 : p, m = r.fontWeightMedium, y = m === void 0 ? 500 : m, b = r.fontWeightBold, g = b === void 0 ? 700 : b, h = r.htmlFontSize, E = h === void 0 ? 16 : h, D = r.allVariants, q = r.pxToRem, j = ee(r, ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"]);
1231
- process.env.NODE_ENV !== "production" && (typeof c != "number" && console.error("Material-UI: `fontSize` is required to be a number."), typeof E != "number" && console.error("Material-UI: `htmlFontSize` is required to be a number."));
1232
- var M = c / 14, u = q || function(W) {
1233
- return "".concat(W / E * M, "rem");
1234
- }, N = function(_, k, B, X, te) {
1235
- return Y({
1236
- fontFamily: o,
1237
- fontWeight: _,
1238
- fontSize: u(k),
1239
- lineHeight: B
1240
- }, o === ot ? {
1241
- letterSpacing: "".concat(Et(X / k), "em")
1242
- } : {}, te, D);
1243
- }, F = {
1244
- h1: N(f, 96, 1.167, -1.5),
1245
- h2: N(f, 60, 1.2, -0.5),
1246
- h3: N(d, 48, 1.167, 0),
1247
- h4: N(d, 34, 1.235, 0.25),
1248
- h5: N(d, 24, 1.334, 0),
1249
- h6: N(y, 20, 1.6, 0.15),
1250
- subtitle1: N(d, 16, 1.75, 0.15),
1251
- subtitle2: N(y, 14, 1.57, 0.1),
1252
- body1: N(d, 16, 1.5, 0.15),
1253
- body2: N(d, 14, 1.43, 0.15),
1254
- button: N(y, 14, 1.75, 0.4, nt),
1255
- caption: N(d, 12, 1.66, 0.4),
1256
- overline: N(d, 12, 2.66, 1, nt)
1257
- };
1258
- return ne(Y({
1259
- htmlFontSize: E,
1260
- pxToRem: u,
1261
- round: nr,
1262
- fontFamily: o,
1263
- fontSize: c,
1264
- fontWeightLight: f,
1265
- fontWeightRegular: d,
1266
- fontWeightMedium: y,
1267
- fontWeightBold: g
1268
- }, F), j, {
1269
- clone: !1
1270
- });
1271
- }
1272
- var ar = 0.2, ir = 0.14, ur = 0.12;
1273
- function z() {
1274
- return ["".concat(arguments.length <= 0 ? void 0 : arguments[0], "px ").concat(arguments.length <= 1 ? void 0 : arguments[1], "px ").concat(arguments.length <= 2 ? void 0 : arguments[2], "px ").concat(arguments.length <= 3 ? void 0 : arguments[3], "px rgba(0,0,0,").concat(ar, ")"), "".concat(arguments.length <= 4 ? void 0 : arguments[4], "px ").concat(arguments.length <= 5 ? void 0 : arguments[5], "px ").concat(arguments.length <= 6 ? void 0 : arguments[6], "px ").concat(arguments.length <= 7 ? void 0 : arguments[7], "px rgba(0,0,0,").concat(ir, ")"), "".concat(arguments.length <= 8 ? void 0 : arguments[8], "px ").concat(arguments.length <= 9 ? void 0 : arguments[9], "px ").concat(arguments.length <= 10 ? void 0 : arguments[10], "px ").concat(arguments.length <= 11 ? void 0 : arguments[11], "px rgba(0,0,0,").concat(ur, ")")].join(",");
1275
- }
1276
- var sr = ["none", z(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), z(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), z(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), z(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), z(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), z(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), z(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), z(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), z(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), z(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), z(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), z(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), z(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), z(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), z(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), z(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), z(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), z(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), z(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), z(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), z(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), z(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), z(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), z(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)];
1277
- const cr = sr;
1278
- var fr = {
1279
- borderRadius: 4
1280
- };
1281
- const lr = fr;
1282
- var dr = process.env.NODE_ENV !== "production" ? U.exports.oneOfType([U.exports.number, U.exports.string, U.exports.object, U.exports.array]) : {};
1283
- const pr = dr;
1284
- var mr = ["m", "mt", "mr", "mb", "ml", "mx", "my", "p", "pt", "pr", "pb", "pl", "px", "py", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY"];
1285
- function vr(e) {
1286
- var t = e.spacing || 8;
1287
- return typeof t == "number" ? function(r) {
1288
- return process.env.NODE_ENV !== "production" && typeof r != "number" && console.error("Material-UI: Expected spacing argument to be a number, got ".concat(r, ".")), t * r;
1289
- } : Array.isArray(t) ? function(r) {
1290
- return process.env.NODE_ENV !== "production" && r > t.length - 1 && console.error(["Material-UI: The value provided (".concat(r, ") overflows."), "The supported values are: ".concat(JSON.stringify(t), "."), "".concat(r, " > ").concat(t.length - 1, ", you need to add the missing values.")].join(`
1291
- `)), t[r];
1292
- } : typeof t == "function" ? t : (process.env.NODE_ENV !== "production" && console.error(["Material-UI: The `theme.spacing` value (".concat(t, ") is invalid."), "It should be a number, an array or a function."].join(`
1293
- `)), function() {
1294
- });
1295
- }
1296
- process.env.NODE_ENV !== "production" && mr.reduce(function(e, t) {
1297
- return e[t] = pr, e;
1298
- }, {});
1299
- var at;
1300
- function gr() {
1301
- var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 8;
1302
- if (e.mui)
1303
- return e;
1304
- var t = vr({
1305
- spacing: e
1306
- }), r = function() {
1307
- for (var o = arguments.length, a = new Array(o), c = 0; c < o; c++)
1308
- a[c] = arguments[c];
1309
- return process.env.NODE_ENV !== "production" && (a.length <= 4 || console.error("Material-UI: Too many arguments provided, expected between 0 and 4, got ".concat(a.length))), a.length === 0 ? t(1) : a.length === 1 ? t(a[0]) : a.map(function(s) {
1310
- if (typeof s == "string")
1311
- return s;
1312
- var f = t(s);
1313
- return typeof f == "number" ? "".concat(f, "px") : f;
1314
- }).join(" ");
1315
- };
1316
- return Object.defineProperty(r, "unit", {
1317
- get: function() {
1318
- return process.env.NODE_ENV !== "production" && ((!at || process.env.NODE_ENV === "test") && console.error(["Material-UI: theme.spacing.unit usage has been deprecated.", "It will be removed in v5.", "You can replace `theme.spacing.unit * y` with `theme.spacing(y)`.", "", "You can use the `https://github.com/mui-org/material-ui/tree/master/packages/material-ui-codemod/README.md#theme-spacing-api` migration helper to make the process smoother."].join(`
1319
- `)), at = !0), e;
1320
- }
1321
- }), r.mui = !0, r;
1322
- }
1323
- var it = {
1324
- easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
1325
- easeOut: "cubic-bezier(0.0, 0, 0.2, 1)",
1326
- easeIn: "cubic-bezier(0.4, 0, 1, 1)",
1327
- sharp: "cubic-bezier(0.4, 0, 0.6, 1)"
1328
- }, ut = {
1329
- shortest: 150,
1330
- shorter: 200,
1331
- short: 250,
1332
- standard: 300,
1333
- complex: 375,
1334
- enteringScreen: 225,
1335
- leavingScreen: 195
1336
- };
1337
- function st(e) {
1338
- return "".concat(Math.round(e), "ms");
1339
- }
1340
- const hr = {
1341
- easing: it,
1342
- duration: ut,
1343
- create: function() {
1344
- var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : ["all"], r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = r.duration, o = n === void 0 ? ut.standard : n, a = r.easing, c = a === void 0 ? it.easeInOut : a, s = r.delay, f = s === void 0 ? 0 : s, p = ee(r, ["duration", "easing", "delay"]);
1345
- if (process.env.NODE_ENV !== "production") {
1346
- var d = function(b) {
1347
- return typeof b == "string";
1348
- }, m = function(b) {
1349
- return !isNaN(parseFloat(b));
1350
- };
1351
- !d(t) && !Array.isArray(t) && console.error('Material-UI: Argument "props" must be a string or Array.'), !m(o) && !d(o) && console.error('Material-UI: Argument "duration" must be a number or a string but found '.concat(o, ".")), d(c) || console.error('Material-UI: Argument "easing" must be a string.'), !m(f) && !d(f) && console.error('Material-UI: Argument "delay" must be a number or a string.'), Object.keys(p).length !== 0 && console.error("Material-UI: Unrecognized argument(s) [".concat(Object.keys(p).join(","), "]."));
1352
- }
1353
- return (Array.isArray(t) ? t : [t]).map(function(y) {
1354
- return "".concat(y, " ").concat(typeof o == "string" ? o : st(o), " ").concat(c, " ").concat(typeof f == "string" ? f : st(f));
1355
- }).join(",");
1356
- },
1357
- getAutoHeightDuration: function(t) {
1358
- if (!t)
1359
- return 0;
1360
- var r = t / 36;
1361
- return Math.round((4 + 15 * Math.pow(r, 0.25) + r / 5) * 10);
1362
- }
1363
- };
1364
- var yr = {
1365
- mobileStepper: 1e3,
1366
- speedDial: 1050,
1367
- appBar: 1100,
1368
- drawer: 1200,
1369
- modal: 1300,
1370
- snackbar: 1400,
1371
- tooltip: 1500
1372
- };
1373
- const br = yr;
1374
- function Er() {
1375
- for (var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = e.breakpoints, r = t === void 0 ? {} : t, n = e.mixins, o = n === void 0 ? {} : n, a = e.palette, c = a === void 0 ? {} : a, s = e.spacing, f = e.typography, p = f === void 0 ? {} : f, d = ee(e, ["breakpoints", "mixins", "palette", "spacing", "typography"]), m = rr(c), y = Ut(r), b = gr(s), g = ne({
1376
- breakpoints: y,
1377
- direction: "ltr",
1378
- mixins: qt(y, b, o),
1379
- overrides: {},
1380
- palette: m,
1381
- props: {},
1382
- shadows: cr,
1383
- typography: or(m, p),
1384
- spacing: b,
1385
- shape: lr,
1386
- transitions: hr,
1387
- zIndex: br
1388
- }, d), h = arguments.length, E = new Array(h > 1 ? h - 1 : 0), D = 1; D < h; D++)
1389
- E[D - 1] = arguments[D];
1390
- if (g = E.reduce(function(M, u) {
1391
- return ne(M, u);
1392
- }, g), process.env.NODE_ENV !== "production") {
1393
- var q = ["checked", "disabled", "error", "focused", "focusVisible", "required", "expanded", "selected"], j = function M(u, N) {
1394
- var F = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1, W;
1395
- for (W in u) {
1396
- var _ = u[W];
1397
- F === 1 ? W.indexOf("Mui") === 0 && _ && M(_, W, F + 1) : q.indexOf(W) !== -1 && Object.keys(_).length > 0 && (process.env.NODE_ENV !== "production" && console.error(["Material-UI: The `".concat(N, "` component increases ") + "the CSS specificity of the `".concat(W, "` internal state."), "You can not override it like this: ", JSON.stringify(u, null, 2), "", "Instead, you need to use the $ruleName syntax:", JSON.stringify({
1398
- root: se({}, "&$".concat(W), _)
1399
- }, null, 2), "", "https://mui.com/r/pseudo-classes-guide"].join(`
1400
- `)), u[W] = {});
1401
- }
1402
- };
1403
- j(g.overrides);
1404
- }
1405
- return g;
1406
- }
1407
- var xr = Er();
1408
- const Or = xr;
1409
- function Tr(e, t) {
1410
- return At(e, Y({
1411
- defaultTheme: Or
1412
- }, t));
1413
- }
1414
- var wr = function(t) {
1415
- return {
1416
- root: {
1417
- userSelect: "none",
1418
- width: "1em",
1419
- height: "1em",
1420
- display: "inline-block",
1421
- fill: "currentColor",
1422
- flexShrink: 0,
1423
- fontSize: t.typography.pxToRem(24),
1424
- transition: t.transitions.create("fill", {
1425
- duration: t.transitions.duration.shorter
1426
- })
1427
- },
1428
- colorPrimary: {
1429
- color: t.palette.primary.main
1430
- },
1431
- colorSecondary: {
1432
- color: t.palette.secondary.main
1433
- },
1434
- colorAction: {
1435
- color: t.palette.action.active
1436
- },
1437
- colorError: {
1438
- color: t.palette.error.main
1439
- },
1440
- colorDisabled: {
1441
- color: t.palette.action.disabled
1442
- },
1443
- fontSizeInherit: {
1444
- fontSize: "inherit"
1445
- },
1446
- fontSizeSmall: {
1447
- fontSize: t.typography.pxToRem(20)
1448
- },
1449
- fontSizeLarge: {
1450
- fontSize: t.typography.pxToRem(35)
1451
- }
1452
- };
1453
- }, Ve = /* @__PURE__ */ V.forwardRef(function(t, r) {
1454
- var n = t.children, o = t.classes, a = t.className, c = t.color, s = c === void 0 ? "inherit" : c, f = t.component, p = f === void 0 ? "svg" : f, d = t.fontSize, m = d === void 0 ? "medium" : d, y = t.htmlColor, b = t.titleAccess, g = t.viewBox, h = g === void 0 ? "0 0 24 24" : g, E = ee(t, ["children", "classes", "className", "color", "component", "fontSize", "htmlColor", "titleAccess", "viewBox"]);
1455
- return /* @__PURE__ */ V.createElement(p, Y({
1456
- className: re(o.root, a, s !== "inherit" && o["color".concat($e(s))], m !== "default" && m !== "medium" && o["fontSize".concat($e(m))]),
1457
- focusable: "false",
1458
- viewBox: h,
1459
- color: y,
1460
- "aria-hidden": b ? void 0 : !0,
1461
- role: b ? "img" : void 0,
1462
- ref: r
1463
- }, E), n, b ? /* @__PURE__ */ V.createElement("title", null, b) : null);
1464
- });
1465
- process.env.NODE_ENV !== "production" && (Ve.propTypes = {
1466
- children: U.exports.node,
1467
- classes: U.exports.object,
1468
- className: U.exports.string,
1469
- color: U.exports.oneOf(["action", "disabled", "error", "inherit", "primary", "secondary"]),
1470
- component: U.exports.elementType,
1471
- fontSize: Ct(U.exports.oneOf(["default", "inherit", "large", "medium", "small"]), function(e) {
1472
- var t = e.fontSize;
1473
- if (t === "default")
1474
- throw new Error('Material-UI: `fontSize="default"` is deprecated. Use `fontSize="medium"` instead.');
1475
- return null;
1476
- }),
1477
- htmlColor: U.exports.string,
1478
- shapeRendering: U.exports.string,
1479
- titleAccess: U.exports.string,
1480
- viewBox: U.exports.string
1481
- });
1482
- Ve.muiName = "SvgIcon";
1483
- const ct = Tr(wr, {
1484
- name: "MuiSvgIcon"
1485
- })(Ve);
1486
- function Sr(e, t) {
1487
- var r = function(o, a) {
1488
- return /* @__PURE__ */ ue.createElement(ct, Y({
1489
- ref: a
1490
- }, o), e);
1491
- };
1492
- return process.env.NODE_ENV !== "production" && (r.displayName = "".concat(t, "Icon")), r.muiName = ct.muiName, /* @__PURE__ */ ue.memo(/* @__PURE__ */ ue.forwardRef(r));
1493
- }
1494
- function _r(e) {
1495
- var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 166, r;
1496
- function n() {
1497
- for (var o = arguments.length, a = new Array(o), c = 0; c < o; c++)
1498
- a[c] = arguments[c];
1499
- var s = this, f = function() {
1500
- e.apply(s, a);
1501
- };
1502
- clearTimeout(r), r = setTimeout(f, t);
1503
- }
1504
- return n.clear = function() {
1505
- clearTimeout(r);
1506
- }, n;
1507
- }
1508
- function Rr(e, t) {
1509
- return process.env.NODE_ENV === "production" ? function() {
1510
- return null;
1511
- } : function(r, n, o, a, c) {
1512
- var s = o || "<<anonymous>>", f = c || n;
1513
- return typeof r[n] < "u" ? new Error("The ".concat(a, " `").concat(f, "` of ") + "`".concat(s, "` is deprecated. ").concat(t)) : null;
1514
- };
1515
- }
1516
- function Ar(e, t) {
1517
- return /* @__PURE__ */ V.isValidElement(e) && t.indexOf(e.type.muiName) !== -1;
1518
- }
1519
- function xt(e) {
1520
- return e && e.ownerDocument || document;
1521
- }
1522
- function Pr(e) {
1523
- var t = xt(e);
1524
- return t.defaultView || window;
1525
- }
1526
- function Ir(e) {
1527
- if (process.env.NODE_ENV === "production")
1528
- return function() {
1529
- return null;
1530
- };
1531
- var t = function(n) {
1532
- return function(o, a, c, s, f) {
1533
- var p = f || a;
1534
- return typeof o[a] < "u" && !o[n] ? new Error("The prop `".concat(p, "` of ") + "`".concat(e, "` must be used on `").concat(n, "`.")) : null;
1535
- };
1536
- };
1537
- return t;
1538
- }
1539
- function Ne(e, t) {
1540
- typeof e == "function" ? e(t) : e && (e.current = t);
1541
- }
1542
- function Cr(e, t, r, n, o) {
1543
- if (process.env.NODE_ENV === "production")
1544
- return null;
1545
- var a = o || t;
1546
- return typeof e[t] < "u" ? new Error("The prop `".concat(a, "` is not supported. Please remove it.")) : null;
1547
- }
1548
- function Mr(e) {
1549
- var t = e.controlled, r = e.default, n = e.name, o = e.state, a = o === void 0 ? "value" : o, c = V.useRef(t !== void 0), s = c.current, f = V.useState(r), p = f[0], d = f[1], m = s ? t : p;
1550
- if (process.env.NODE_ENV !== "production") {
1551
- V.useEffect(function() {
1552
- s !== (t !== void 0) && console.error(["Material-UI: A component is changing the ".concat(s ? "" : "un", "controlled ").concat(a, " state of ").concat(n, " to be ").concat(s ? "un" : "", "controlled."), "Elements should not switch from uncontrolled to controlled (or vice versa).", "Decide between using a controlled or uncontrolled ".concat(n, " ") + "element for the lifetime of the component.", "The nature of the state is determined during the first render, it's considered controlled if the value is not `undefined`.", "More info: https://fb.me/react-controlled-components"].join(`
1553
- `));
1554
- }, [t]);
1555
- var y = V.useRef(r), b = y.current;
1556
- V.useEffect(function() {
1557
- !s && b !== r && console.error(["Material-UI: A component is changing the default ".concat(a, " state of an uncontrolled ").concat(n, " after being initialized. ") + "To suppress this warning opt to use a controlled ".concat(n, ".")].join(`
1558
- `));
1559
- }, [JSON.stringify(r)]);
1560
- }
1561
- var g = V.useCallback(function(h) {
1562
- s || d(h);
1563
- }, []);
1564
- return [m, g];
1565
- }
1566
- var $r = typeof window < "u" ? V.useLayoutEffect : V.useEffect;
1567
- function Nr(e) {
1568
- var t = V.useRef(e);
1569
- return $r(function() {
1570
- t.current = e;
1571
- }), V.useCallback(function() {
1572
- return t.current.apply(void 0, arguments);
1573
- }, []);
1574
- }
1575
- function Dr(e, t) {
1576
- return V.useMemo(function() {
1577
- return e == null && t == null ? null : function(r) {
1578
- Ne(e, r), Ne(t, r);
1579
- };
1580
- }, [e, t]);
1581
- }
1582
- function jr(e) {
1583
- var t = V.useState(e), r = t[0], n = t[1], o = e || r;
1584
- return V.useEffect(function() {
1585
- r == null && n("mui-".concat(Math.round(Math.random() * 1e5)));
1586
- }, [r]), o;
1587
- }
1588
- var le = !0, De = !1, ft = null, Wr = {
1589
- text: !0,
1590
- search: !0,
1591
- url: !0,
1592
- tel: !0,
1593
- email: !0,
1594
- password: !0,
1595
- number: !0,
1596
- date: !0,
1597
- month: !0,
1598
- week: !0,
1599
- time: !0,
1600
- datetime: !0,
1601
- "datetime-local": !0
1602
- };
1603
- function zr(e) {
1604
- var t = e.type, r = e.tagName;
1605
- return !!(r === "INPUT" && Wr[t] && !e.readOnly || r === "TEXTAREA" && !e.readOnly || e.isContentEditable);
1606
- }
1607
- function Fr(e) {
1608
- e.metaKey || e.altKey || e.ctrlKey || (le = !0);
1609
- }
1610
- function Ce() {
1611
- le = !1;
1612
- }
1613
- function Vr() {
1614
- this.visibilityState === "hidden" && De && (le = !0);
1615
- }
1616
- function kr(e) {
1617
- e.addEventListener("keydown", Fr, !0), e.addEventListener("mousedown", Ce, !0), e.addEventListener("pointerdown", Ce, !0), e.addEventListener("touchstart", Ce, !0), e.addEventListener("visibilitychange", Vr, !0);
1618
- }
1619
- function lt(e) {
1620
- var t = e.target;
1621
- try {
1622
- return t.matches(":focus-visible");
1623
- } catch {
1624
- }
1625
- return le || zr(t);
1626
- }
1627
- function Ur() {
1628
- De = !0, window.clearTimeout(ft), ft = window.setTimeout(function() {
1629
- De = !1;
1630
- }, 100);
1631
- }
1632
- function qr() {
1633
- var e = V.useCallback(function(t) {
1634
- var r = Pt.findDOMNode(t);
1635
- r != null && kr(r.ownerDocument);
1636
- }, []);
1637
- return process.env.NODE_ENV !== "production" && V.useDebugValue(lt), {
1638
- isFocusVisible: lt,
1639
- onBlurVisible: Ur,
1640
- ref: e
1641
- };
1642
- }
1643
- const Lr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1644
- __proto__: null,
1645
- capitalize: $e,
1646
- createChainedFunction: Vt,
1647
- createSvgIcon: Sr,
1648
- debounce: _r,
1649
- deprecatedPropType: Rr,
1650
- isMuiElement: Ar,
1651
- ownerDocument: xt,
1652
- ownerWindow: Pr,
1653
- requirePropFactory: Ir,
1654
- setRef: Ne,
1655
- unsupportedProp: Cr,
1656
- useControlled: Mr,
1657
- useEventCallback: Nr,
1658
- useForkRef: Dr,
1659
- unstable_useId: jr,
1660
- useIsFocusVisible: qr
1661
- }, Symbol.toStringTag, { value: "Module" })), Yr = /* @__PURE__ */ It(Lr);
1662
- var dt;
1663
- function Br() {
1664
- return dt || (dt = 1, function(e) {
1665
- Object.defineProperty(e, "__esModule", {
1666
- value: !0
1667
- }), Object.defineProperty(e, "default", {
1668
- enumerable: !0,
1669
- get: function() {
1670
- return t.createSvgIcon;
1671
- }
1672
- });
1673
- var t = Yr;
1674
- }(ve)), ve;
1675
- }
1676
- var Hr = mt.exports, Jr = vt.exports;
1677
- Object.defineProperty(je, "__esModule", {
1678
- value: !0
1679
- });
1680
- var Ot = je.default = void 0, Kr = Jr(ue), Xr = Hr(Br()), Gr = (0, Xr.default)(/* @__PURE__ */ Kr.createElement("path", {
1681
- d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9zm7.5-5l-1-1h-5l-1 1H5v2h14V4z"
1682
- }), "DeleteOutline");
1683
- Ot = je.default = Gr;
1684
- const Zr = St(({ palette: e, spacing: t, typography: r }) => ({
1685
- inputFile: {
1686
- display: "flex",
1687
- flexDirection: "row",
1688
- alignItems: "center",
1689
- justifyContent: "space-between",
1690
- flex: 1,
1691
- height: t(7),
1692
- minHeight: t(7),
1693
- padding: t(0, 1, 0, 2),
1694
- backgroundColor: ({ variant: n }) => n === "filled" ? e.action.hover : e.common.white,
1695
- border: "2px solid",
1696
- borderColor: ({ variant: n }) => n === "filled" ? "transparent" : e.action.disabled,
1697
- borderRadius: t(0.5),
1698
- color: e.text.secondary,
1699
- transition: "border-color 0.25s ease, background-color 0.25s ease",
1700
- "&:hover": {
1701
- backgroundColor: ({ variant: n }) => n === "filled" ? e.action.selected : e.common.white,
1702
- borderColor: ({ variant: n }) => n === "filled" ? "transparent" : e.text.primary
1703
- }
1704
- },
1705
- over: {
1706
- borderColor: () => e.primary.main
1707
- },
1708
- files: {
1709
- borderColor: ({ variant: n }) => n === "filled" ? "transparent" : e.action.disabled
1710
- },
1711
- textWrapper: {
1712
- display: "flex",
1713
- flexDirection: "column",
1714
- position: "relative",
1715
- maxWidth: "calc(100% - 110px)",
1716
- height: "100%",
1717
- color: "inherit"
1718
- },
1719
- placeholder: {
1720
- position: "absolute",
1721
- top: "50%",
1722
- transform: "translateY(-50%)",
1723
- transition: "all 0.2s ease-in-out"
1724
- },
1725
- placeholderFiles: {
1726
- top: t(1),
1727
- transform: "translateY(0)",
1728
- opacity: 1,
1729
- ...r.caption
1730
- },
1731
- filesText: {
1732
- position: "absolute",
1733
- top: t(4),
1734
- opacity: 0,
1735
- transition: "all 0.2s ease-in-out"
1736
- },
1737
- filesTextFiles: {
1738
- top: t(3),
1739
- opacity: 1
1740
- },
1741
- helperText: {
1742
- fontWeight: r.body1.fontWeight
1743
- },
1744
- clearButton: {
1745
- marginTop: t(2),
1746
- marginRight: t(0.5),
1747
- color: e.error.main
1748
- },
1749
- disabled: {
1750
- "& $inputFile": {
1751
- color: e.text.disabled,
1752
- borderColor: () => e.text.disabled,
1753
- backgroundColor: () => e.action.hover,
1754
- pointerEvents: "none"
1755
- },
1756
- "& $helperText": {
1757
- color: e.action.disabled
1758
- }
1759
- },
1760
- error: {
1761
- "& $inputFile": {
1762
- borderColor: () => e.error.main
1763
- },
1764
- "& $files": {
1765
- color: e.error.main
1766
- },
1767
- "& $helperText": {
1768
- color: e.error.main
1769
- }
1770
- }
1771
- }));
1772
- function rn({
1773
- placeholder: e = "Upload file",
1774
- buttonText: t = "Browse",
1775
- multipleSummaryText: r = "files selected",
1776
- helperText: n,
1777
- accept: o = "application/JSON",
1778
- multiple: a = !1,
1779
- disabled: c = !1,
1780
- error: s = !1,
1781
- variant: f = "outlined",
1782
- files: p = [],
1783
- onChange: d
1784
- }) {
1785
- const m = Zr({ variant: f }), y = Tt(null), [b, g] = Ue(""), [h, E] = Ue(!1);
1786
- wt(() => {
1787
- let F = "";
1788
- p.length === 1 ? F = p[0].name : p.length > 1 && (F = `${p.length} ${r}`), g(F);
1789
- }, [p, r]);
1790
- const D = () => {
1791
- y.current?.click();
1792
- }, q = (F) => {
1793
- F.preventDefault(), E(!0);
1794
- }, j = (F) => {
1795
- F.preventDefault(), E(!1);
1796
- }, M = (F) => {
1797
- F.preventDefault();
1798
- const W = [], _ = F.dataTransfer.items;
1799
- for (let k = 0; k < _.length; k++) {
1800
- const B = _[k].getAsFile();
1801
- W.push(B);
1802
- }
1803
- E(!1), d(W);
1804
- }, u = (F) => {
1805
- const W = Array.from(F.target.files);
1806
- d(W);
1807
- }, N = () => {
1808
- d([]);
1809
- };
1810
- return /* @__PURE__ */ React.createElement(ie, {
1811
- className: re({ [m.error]: s }, { [m.disabled]: c })
1812
- }, /* @__PURE__ */ React.createElement(ie, {
1813
- className: re(m.inputFile, { [m.over]: h }, { [m.files]: b }),
1814
- onDragOver: q,
1815
- onDragLeave: j,
1816
- onDrop: M
1817
- }, /* @__PURE__ */ React.createElement(ie, {
1818
- className: m.textWrapper
1819
- }, /* @__PURE__ */ React.createElement(me, {
1820
- variant: "body1",
1821
- color: "inherit",
1822
- noWrap: !0,
1823
- className: re(m.placeholder, {
1824
- [m.placeholderFiles]: b
1825
- })
1826
- }, e), /* @__PURE__ */ React.createElement(me, {
1827
- variant: "body1",
1828
- color: "textPrimary",
1829
- noWrap: !0,
1830
- className: re(m.filesText, {
1831
- [m.filesTextFiles]: b
1832
- })
1833
- }, b)), p.length ? /* @__PURE__ */ React.createElement(_t, {
1834
- size: "small",
1835
- className: m.clearButton,
1836
- onClick: N
1837
- }, /* @__PURE__ */ React.createElement(Ot, null)) : /* @__PURE__ */ React.createElement(Rt, {
1838
- variant: "text",
1839
- color: "primary",
1840
- disabled: c,
1841
- onClick: D
1842
- }, t), /* @__PURE__ */ React.createElement("input", {
1843
- ref: y,
1844
- style: { display: "none" },
1845
- type: "file",
1846
- accept: o,
1847
- multiple: a,
1848
- disabled: c,
1849
- onChange: u
1850
- })), n && /* @__PURE__ */ React.createElement(ie, {
1851
- mt: 0.5,
1852
- ml: 2
1853
- }, /* @__PURE__ */ React.createElement(me, {
1854
- variant: "caption",
1855
- color: "textSecondary",
1856
- className: m.helperText
1857
- }, n)));
1858
- }
1859
- export {
1860
- rn as InputFile
1861
- };