urfu-ui-kit-react 0.0.15 → 0.0.16
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/urfu-ui-kit-react.js +696 -668
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
function fn(s) {
|
|
2
2
|
return s && s.__esModule && Object.prototype.hasOwnProperty.call(s, "default") ? s.default : s;
|
|
3
3
|
}
|
|
4
|
-
var Qr = { exports: {} }, tr = {},
|
|
4
|
+
var Qr = { exports: {} }, tr = {}, Cr = { exports: {} }, z = {};
|
|
5
5
|
/**
|
|
6
6
|
* @license React
|
|
7
7
|
* react.production.min.js
|
|
@@ -16,18 +16,18 @@ function dn() {
|
|
|
16
16
|
if (Tt)
|
|
17
17
|
return z;
|
|
18
18
|
Tt = 1;
|
|
19
|
-
var s = Symbol.for("react.element"),
|
|
19
|
+
var s = Symbol.for("react.element"), l = Symbol.for("react.portal"), O = Symbol.for("react.fragment"), g = Symbol.for("react.strict_mode"), k = Symbol.for("react.profiler"), x = Symbol.for("react.provider"), M = Symbol.for("react.context"), P = Symbol.for("react.forward_ref"), F = Symbol.for("react.suspense"), L = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), A = Symbol.iterator;
|
|
20
20
|
function U(n) {
|
|
21
|
-
return n === null || typeof n != "object" ? null : (n =
|
|
21
|
+
return n === null || typeof n != "object" ? null : (n = A && n[A] || n["@@iterator"], typeof n == "function" ? n : null);
|
|
22
22
|
}
|
|
23
23
|
var I = { isMounted: function() {
|
|
24
24
|
return !1;
|
|
25
25
|
}, enqueueForceUpdate: function() {
|
|
26
26
|
}, enqueueReplaceState: function() {
|
|
27
27
|
}, enqueueSetState: function() {
|
|
28
|
-
} }, G = Object.assign,
|
|
28
|
+
} }, G = Object.assign, $ = {};
|
|
29
29
|
function V(n, i, h) {
|
|
30
|
-
this.props = n, this.context = i, this.refs =
|
|
30
|
+
this.props = n, this.context = i, this.refs = $, this.updater = h || I;
|
|
31
31
|
}
|
|
32
32
|
V.prototype.isReactComponent = {}, V.prototype.setState = function(n, i) {
|
|
33
33
|
if (typeof n != "object" && typeof n != "function" && n != null)
|
|
@@ -40,33 +40,33 @@ function dn() {
|
|
|
40
40
|
}
|
|
41
41
|
te.prototype = V.prototype;
|
|
42
42
|
function J(n, i, h) {
|
|
43
|
-
this.props = n, this.context = i, this.refs =
|
|
43
|
+
this.props = n, this.context = i, this.refs = $, this.updater = h || I;
|
|
44
44
|
}
|
|
45
45
|
var ne = J.prototype = new te();
|
|
46
46
|
ne.constructor = J, G(ne, V.prototype), ne.isPureReactComponent = !0;
|
|
47
47
|
var Z = Array.isArray, p = Object.prototype.hasOwnProperty, ie = { current: null }, Ee = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
48
48
|
function we(n, i, h) {
|
|
49
|
-
var y,
|
|
49
|
+
var y, E = {}, R = null, w = null;
|
|
50
50
|
if (i != null)
|
|
51
51
|
for (y in i.ref !== void 0 && (w = i.ref), i.key !== void 0 && (R = "" + i.key), i)
|
|
52
|
-
p.call(i, y) && !Ee.hasOwnProperty(y) && (
|
|
52
|
+
p.call(i, y) && !Ee.hasOwnProperty(y) && (E[y] = i[y]);
|
|
53
53
|
var T = arguments.length - 2;
|
|
54
54
|
if (T === 1)
|
|
55
|
-
|
|
55
|
+
E.children = h;
|
|
56
56
|
else if (1 < T) {
|
|
57
57
|
for (var j = Array(T), D = 0; D < T; D++)
|
|
58
58
|
j[D] = arguments[D + 2];
|
|
59
|
-
|
|
59
|
+
E.children = j;
|
|
60
60
|
}
|
|
61
61
|
if (n && n.defaultProps)
|
|
62
62
|
for (y in T = n.defaultProps, T)
|
|
63
|
-
|
|
64
|
-
return { $$typeof: s, type: n, key: R, ref: w, props:
|
|
63
|
+
E[y] === void 0 && (E[y] = T[y]);
|
|
64
|
+
return { $$typeof: s, type: n, key: R, ref: w, props: E, _owner: ie.current };
|
|
65
65
|
}
|
|
66
|
-
function
|
|
66
|
+
function Ce(n, i) {
|
|
67
67
|
return { $$typeof: s, type: n.type, key: i, ref: n.ref, props: n.props, _owner: n._owner };
|
|
68
68
|
}
|
|
69
|
-
function
|
|
69
|
+
function xe(n) {
|
|
70
70
|
return typeof n == "object" && n !== null && n.$$typeof === s;
|
|
71
71
|
}
|
|
72
72
|
function je(n) {
|
|
@@ -79,7 +79,7 @@ function dn() {
|
|
|
79
79
|
function pe(n, i) {
|
|
80
80
|
return typeof n == "object" && n !== null && n.key != null ? je("" + n.key) : i.toString(36);
|
|
81
81
|
}
|
|
82
|
-
function fe(n, i, h, y,
|
|
82
|
+
function fe(n, i, h, y, E) {
|
|
83
83
|
var R = typeof n;
|
|
84
84
|
(R === "undefined" || R === "boolean") && (n = null);
|
|
85
85
|
var w = !1;
|
|
@@ -94,23 +94,23 @@ function dn() {
|
|
|
94
94
|
case "object":
|
|
95
95
|
switch (n.$$typeof) {
|
|
96
96
|
case s:
|
|
97
|
-
case
|
|
97
|
+
case l:
|
|
98
98
|
w = !0;
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
if (w)
|
|
102
|
-
return w = n,
|
|
102
|
+
return w = n, E = E(w), n = y === "" ? "." + pe(w, 0) : y, Z(E) ? (h = "", n != null && (h = n.replace(Te, "$&/") + "/"), fe(E, i, h, "", function(D) {
|
|
103
103
|
return D;
|
|
104
|
-
})) :
|
|
104
|
+
})) : E != null && (xe(E) && (E = Ce(E, h + (!E.key || w && w.key === E.key ? "" : ("" + E.key).replace(Te, "$&/") + "/") + n)), i.push(E)), 1;
|
|
105
105
|
if (w = 0, y = y === "" ? "." : y + ":", Z(n))
|
|
106
106
|
for (var T = 0; T < n.length; T++) {
|
|
107
107
|
R = n[T];
|
|
108
108
|
var j = y + pe(R, T);
|
|
109
|
-
w += fe(R, i, h, j,
|
|
109
|
+
w += fe(R, i, h, j, E);
|
|
110
110
|
}
|
|
111
111
|
else if (j = U(n), typeof j == "function")
|
|
112
112
|
for (n = j.call(n), T = 0; !(R = n.next()).done; )
|
|
113
|
-
R = R.value, j = y + pe(R, T++), w += fe(R, i, h, j,
|
|
113
|
+
R = R.value, j = y + pe(R, T++), w += fe(R, i, h, j, E);
|
|
114
114
|
else if (R === "object")
|
|
115
115
|
throw i = String(n), Error("Objects are not valid as a React child (found: " + (i === "[object Object]" ? "object with keys {" + Object.keys(n).join(", ") + "}" : i) + "). If you meant to render a collection of children, use an array instead.");
|
|
116
116
|
return w;
|
|
@@ -118,9 +118,9 @@ function dn() {
|
|
|
118
118
|
function de(n, i, h) {
|
|
119
119
|
if (n == null)
|
|
120
120
|
return n;
|
|
121
|
-
var y = [],
|
|
121
|
+
var y = [], E = 0;
|
|
122
122
|
return fe(n, y, "", "", function(R) {
|
|
123
|
-
return i.call(h, R,
|
|
123
|
+
return i.call(h, R, E++);
|
|
124
124
|
}), y;
|
|
125
125
|
}
|
|
126
126
|
function ce(n) {
|
|
@@ -137,7 +137,7 @@ function dn() {
|
|
|
137
137
|
throw n._result;
|
|
138
138
|
}
|
|
139
139
|
var S = { current: null }, _e = { transition: null }, Se = { ReactCurrentDispatcher: S, ReactCurrentBatchConfig: _e, ReactCurrentOwner: ie };
|
|
140
|
-
function
|
|
140
|
+
function f() {
|
|
141
141
|
throw Error("act(...) is not supported in production builds of React.");
|
|
142
142
|
}
|
|
143
143
|
return z.Children = { map: de, forEach: function(n, i, h) {
|
|
@@ -154,15 +154,15 @@ function dn() {
|
|
|
154
154
|
return i;
|
|
155
155
|
}) || [];
|
|
156
156
|
}, only: function(n) {
|
|
157
|
-
if (!
|
|
157
|
+
if (!xe(n))
|
|
158
158
|
throw Error("React.Children.only expected to receive a single React element child.");
|
|
159
159
|
return n;
|
|
160
|
-
} }, z.Component = V, z.Fragment =
|
|
160
|
+
} }, z.Component = V, z.Fragment = O, z.Profiler = k, z.PureComponent = J, z.StrictMode = g, z.Suspense = F, z.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Se, z.act = f, z.cloneElement = function(n, i, h) {
|
|
161
161
|
if (n == null)
|
|
162
162
|
throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + n + ".");
|
|
163
|
-
var y = G({}, n.props),
|
|
163
|
+
var y = G({}, n.props), E = n.key, R = n.ref, w = n._owner;
|
|
164
164
|
if (i != null) {
|
|
165
|
-
if (i.ref !== void 0 && (R = i.ref, w = ie.current), i.key !== void 0 && (
|
|
165
|
+
if (i.ref !== void 0 && (R = i.ref, w = ie.current), i.key !== void 0 && (E = "" + i.key), n.type && n.type.defaultProps)
|
|
166
166
|
var T = n.type.defaultProps;
|
|
167
167
|
for (j in i)
|
|
168
168
|
p.call(i, j) && !Ee.hasOwnProperty(j) && (y[j] = i[j] === void 0 && T !== void 0 ? T[j] : i[j]);
|
|
@@ -176,20 +176,20 @@ function dn() {
|
|
|
176
176
|
T[D] = arguments[D + 2];
|
|
177
177
|
y.children = T;
|
|
178
178
|
}
|
|
179
|
-
return { $$typeof: s, type: n.type, key:
|
|
179
|
+
return { $$typeof: s, type: n.type, key: E, ref: R, props: y, _owner: w };
|
|
180
180
|
}, z.createContext = function(n) {
|
|
181
|
-
return n = { $$typeof:
|
|
181
|
+
return n = { $$typeof: M, _currentValue: n, _currentValue2: n, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, n.Provider = { $$typeof: x, _context: n }, n.Consumer = n;
|
|
182
182
|
}, z.createElement = we, z.createFactory = function(n) {
|
|
183
183
|
var i = we.bind(null, n);
|
|
184
184
|
return i.type = n, i;
|
|
185
185
|
}, z.createRef = function() {
|
|
186
186
|
return { current: null };
|
|
187
187
|
}, z.forwardRef = function(n) {
|
|
188
|
-
return { $$typeof:
|
|
189
|
-
}, z.isValidElement =
|
|
190
|
-
return { $$typeof:
|
|
188
|
+
return { $$typeof: P, render: n };
|
|
189
|
+
}, z.isValidElement = xe, z.lazy = function(n) {
|
|
190
|
+
return { $$typeof: _, _payload: { _status: -1, _result: n }, _init: ce };
|
|
191
191
|
}, z.memo = function(n, i) {
|
|
192
|
-
return { $$typeof:
|
|
192
|
+
return { $$typeof: L, type: n, compare: i === void 0 ? null : i };
|
|
193
193
|
}, z.startTransition = function(n) {
|
|
194
194
|
var i = _e.transition;
|
|
195
195
|
_e.transition = {};
|
|
@@ -198,7 +198,7 @@ function dn() {
|
|
|
198
198
|
} finally {
|
|
199
199
|
_e.transition = i;
|
|
200
200
|
}
|
|
201
|
-
}, z.unstable_act =
|
|
201
|
+
}, z.unstable_act = f, z.useCallback = function(n, i) {
|
|
202
202
|
return S.current.useCallback(n, i);
|
|
203
203
|
}, z.useContext = function(n) {
|
|
204
204
|
return S.current.useContext(n);
|
|
@@ -242,10 +242,10 @@ var ar = { exports: {} };
|
|
|
242
242
|
ar.exports;
|
|
243
243
|
var St;
|
|
244
244
|
function pn() {
|
|
245
|
-
return St || (St = 1, function(s,
|
|
245
|
+
return St || (St = 1, function(s, l) {
|
|
246
246
|
process.env.NODE_ENV !== "production" && function() {
|
|
247
247
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
|
248
|
-
var
|
|
248
|
+
var O = "18.3.1", g = Symbol.for("react.element"), k = Symbol.for("react.portal"), x = Symbol.for("react.fragment"), M = Symbol.for("react.strict_mode"), P = Symbol.for("react.profiler"), F = Symbol.for("react.provider"), L = Symbol.for("react.context"), _ = Symbol.for("react.forward_ref"), A = Symbol.for("react.suspense"), U = Symbol.for("react.suspense_list"), I = Symbol.for("react.memo"), G = Symbol.for("react.lazy"), $ = Symbol.for("react.offscreen"), V = Symbol.iterator, te = "@@iterator";
|
|
249
249
|
function J(e) {
|
|
250
250
|
if (e === null || typeof e != "object")
|
|
251
251
|
return null;
|
|
@@ -272,7 +272,7 @@ function pn() {
|
|
|
272
272
|
*/
|
|
273
273
|
current: null
|
|
274
274
|
}, Ee = {}, we = null;
|
|
275
|
-
function
|
|
275
|
+
function Ce(e) {
|
|
276
276
|
we = e;
|
|
277
277
|
}
|
|
278
278
|
Ee.setExtraStackFrame = function(e) {
|
|
@@ -283,7 +283,7 @@ function pn() {
|
|
|
283
283
|
var r = Ee.getCurrentStack;
|
|
284
284
|
return r && (e += r() || ""), e;
|
|
285
285
|
};
|
|
286
|
-
var
|
|
286
|
+
var xe = !1, je = !1, Te = !1, pe = !1, fe = !1, de = {
|
|
287
287
|
ReactCurrentDispatcher: ne,
|
|
288
288
|
ReactCurrentBatchConfig: Z,
|
|
289
289
|
ReactCurrentOwner: ie
|
|
@@ -307,14 +307,14 @@ function pn() {
|
|
|
307
307
|
{
|
|
308
308
|
var o = de.ReactDebugCurrentFrame, v = o.getStackAddendum();
|
|
309
309
|
v !== "" && (r += "%s", a = a.concat([v]));
|
|
310
|
-
var
|
|
311
|
-
return String(
|
|
310
|
+
var N = a.map(function(C) {
|
|
311
|
+
return String(C);
|
|
312
312
|
});
|
|
313
|
-
|
|
313
|
+
N.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, N);
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
var Se = {};
|
|
317
|
-
function
|
|
317
|
+
function f(e, r) {
|
|
318
318
|
{
|
|
319
319
|
var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass", v = o + "." + r;
|
|
320
320
|
if (Se[v])
|
|
@@ -349,7 +349,7 @@ function pn() {
|
|
|
349
349
|
* @internal
|
|
350
350
|
*/
|
|
351
351
|
enqueueForceUpdate: function(e, r, a) {
|
|
352
|
-
|
|
352
|
+
f(e, "forceUpdate");
|
|
353
353
|
},
|
|
354
354
|
/**
|
|
355
355
|
* Replaces all of the state. Always use this or `setState` to mutate state.
|
|
@@ -365,7 +365,7 @@ function pn() {
|
|
|
365
365
|
* @internal
|
|
366
366
|
*/
|
|
367
367
|
enqueueReplaceState: function(e, r, a, o) {
|
|
368
|
-
|
|
368
|
+
f(e, "replaceState");
|
|
369
369
|
},
|
|
370
370
|
/**
|
|
371
371
|
* Sets a subset of the state. This only exists because _pendingState is
|
|
@@ -380,7 +380,7 @@ function pn() {
|
|
|
380
380
|
* @internal
|
|
381
381
|
*/
|
|
382
382
|
enqueueSetState: function(e, r, a, o) {
|
|
383
|
-
|
|
383
|
+
f(e, "setState");
|
|
384
384
|
}
|
|
385
385
|
}, i = Object.assign, h = {};
|
|
386
386
|
Object.freeze(h);
|
|
@@ -395,7 +395,7 @@ function pn() {
|
|
|
395
395
|
this.updater.enqueueForceUpdate(this, e, "forceUpdate");
|
|
396
396
|
};
|
|
397
397
|
{
|
|
398
|
-
var
|
|
398
|
+
var E = {
|
|
399
399
|
isMounted: ["isMounted", "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],
|
|
400
400
|
replaceState: ["replaceState", "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]
|
|
401
401
|
}, R = function(e, r) {
|
|
@@ -405,8 +405,8 @@ function pn() {
|
|
|
405
405
|
}
|
|
406
406
|
});
|
|
407
407
|
};
|
|
408
|
-
for (var w in
|
|
409
|
-
|
|
408
|
+
for (var w in E)
|
|
409
|
+
E.hasOwnProperty(w) && R(w, E[w]);
|
|
410
410
|
}
|
|
411
411
|
function T() {
|
|
412
412
|
}
|
|
@@ -453,7 +453,7 @@ function pn() {
|
|
|
453
453
|
var v = r.displayName || r.name || "";
|
|
454
454
|
return v !== "" ? a + "(" + v + ")" : a;
|
|
455
455
|
}
|
|
456
|
-
function
|
|
456
|
+
function We(e) {
|
|
457
457
|
return e.displayName || "Context";
|
|
458
458
|
}
|
|
459
459
|
function Oe(e) {
|
|
@@ -464,36 +464,36 @@ function pn() {
|
|
|
464
464
|
if (typeof e == "string")
|
|
465
465
|
return e;
|
|
466
466
|
switch (e) {
|
|
467
|
-
case
|
|
467
|
+
case x:
|
|
468
468
|
return "Fragment";
|
|
469
|
-
case
|
|
469
|
+
case k:
|
|
470
470
|
return "Portal";
|
|
471
|
-
case
|
|
471
|
+
case P:
|
|
472
472
|
return "Profiler";
|
|
473
|
-
case
|
|
473
|
+
case M:
|
|
474
474
|
return "StrictMode";
|
|
475
|
-
case
|
|
475
|
+
case A:
|
|
476
476
|
return "Suspense";
|
|
477
477
|
case U:
|
|
478
478
|
return "SuspenseList";
|
|
479
479
|
}
|
|
480
480
|
if (typeof e == "object")
|
|
481
481
|
switch (e.$$typeof) {
|
|
482
|
-
case
|
|
482
|
+
case L:
|
|
483
483
|
var r = e;
|
|
484
|
-
return
|
|
484
|
+
return We(r) + ".Consumer";
|
|
485
485
|
case F:
|
|
486
486
|
var a = e;
|
|
487
|
-
return
|
|
488
|
-
case
|
|
487
|
+
return We(a._context) + ".Provider";
|
|
488
|
+
case _:
|
|
489
489
|
return or(e, e.render, "ForwardRef");
|
|
490
490
|
case I:
|
|
491
491
|
var o = e.displayName || null;
|
|
492
492
|
return o !== null ? o : Oe(e.type) || "Memo";
|
|
493
493
|
case G: {
|
|
494
|
-
var v = e,
|
|
494
|
+
var v = e, N = v._payload, C = v._init;
|
|
495
495
|
try {
|
|
496
|
-
return Oe(
|
|
496
|
+
return Oe(C(N));
|
|
497
497
|
} catch {
|
|
498
498
|
return null;
|
|
499
499
|
}
|
|
@@ -501,7 +501,7 @@ function pn() {
|
|
|
501
501
|
}
|
|
502
502
|
return null;
|
|
503
503
|
}
|
|
504
|
-
var
|
|
504
|
+
var Ye = Object.prototype.hasOwnProperty, Be = {
|
|
505
505
|
key: !0,
|
|
506
506
|
ref: !0,
|
|
507
507
|
__self: !0,
|
|
@@ -509,7 +509,7 @@ function pn() {
|
|
|
509
509
|
}, ir, sr, Ge;
|
|
510
510
|
Ge = {};
|
|
511
511
|
function Ze(e) {
|
|
512
|
-
if (
|
|
512
|
+
if (Ye.call(e, "ref")) {
|
|
513
513
|
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
514
514
|
if (r && r.isReactWarning)
|
|
515
515
|
return !1;
|
|
@@ -517,7 +517,7 @@ function pn() {
|
|
|
517
517
|
return e.ref !== void 0;
|
|
518
518
|
}
|
|
519
519
|
function Ie(e) {
|
|
520
|
-
if (
|
|
520
|
+
if (Ye.call(e, "key")) {
|
|
521
521
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
522
522
|
if (r && r.isReactWarning)
|
|
523
523
|
return !1;
|
|
@@ -548,41 +548,41 @@ function pn() {
|
|
|
548
548
|
Ge[r] || (S('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', r, e.ref), Ge[r] = !0);
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
|
-
var Ue = function(e, r, a, o, v,
|
|
552
|
-
var
|
|
551
|
+
var Ue = function(e, r, a, o, v, N, C) {
|
|
552
|
+
var Y = {
|
|
553
553
|
// This tag allows us to uniquely identify this as a React Element
|
|
554
554
|
$$typeof: g,
|
|
555
555
|
// Built-in properties that belong on the element
|
|
556
556
|
type: e,
|
|
557
557
|
key: r,
|
|
558
558
|
ref: a,
|
|
559
|
-
props:
|
|
559
|
+
props: C,
|
|
560
560
|
// Record the component responsible for creating this element.
|
|
561
|
-
_owner:
|
|
561
|
+
_owner: N
|
|
562
562
|
};
|
|
563
|
-
return
|
|
563
|
+
return Y._store = {}, Object.defineProperty(Y._store, "validated", {
|
|
564
564
|
configurable: !1,
|
|
565
565
|
enumerable: !1,
|
|
566
566
|
writable: !0,
|
|
567
567
|
value: !1
|
|
568
|
-
}), Object.defineProperty(
|
|
568
|
+
}), Object.defineProperty(Y, "_self", {
|
|
569
569
|
configurable: !1,
|
|
570
570
|
enumerable: !1,
|
|
571
571
|
writable: !1,
|
|
572
572
|
value: o
|
|
573
|
-
}), Object.defineProperty(
|
|
573
|
+
}), Object.defineProperty(Y, "_source", {
|
|
574
574
|
configurable: !1,
|
|
575
575
|
enumerable: !1,
|
|
576
576
|
writable: !1,
|
|
577
577
|
value: v
|
|
578
|
-
}), Object.freeze && (Object.freeze(
|
|
578
|
+
}), Object.freeze && (Object.freeze(Y.props), Object.freeze(Y)), Y;
|
|
579
579
|
};
|
|
580
580
|
function Sr(e, r, a) {
|
|
581
|
-
var o, v = {},
|
|
581
|
+
var o, v = {}, N = null, C = null, Y = null, H = null;
|
|
582
582
|
if (r != null) {
|
|
583
|
-
Ze(r) && (
|
|
583
|
+
Ze(r) && (C = r.ref, cr(r)), Ie(r) && (Le(r.key), N = "" + r.key), Y = r.__self === void 0 ? null : r.__self, H = r.__source === void 0 ? null : r.__source;
|
|
584
584
|
for (o in r)
|
|
585
|
-
|
|
585
|
+
Ye.call(r, o) && !Be.hasOwnProperty(o) && (v[o] = r[o]);
|
|
586
586
|
}
|
|
587
587
|
var re = arguments.length - 2;
|
|
588
588
|
if (re === 1)
|
|
@@ -597,11 +597,11 @@ function pn() {
|
|
|
597
597
|
for (o in ue)
|
|
598
598
|
v[o] === void 0 && (v[o] = ue[o]);
|
|
599
599
|
}
|
|
600
|
-
if (
|
|
600
|
+
if (N || C) {
|
|
601
601
|
var ve = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
602
|
-
|
|
602
|
+
N && Tr(v, ve), C && ur(v, ve);
|
|
603
603
|
}
|
|
604
|
-
return Ue(e,
|
|
604
|
+
return Ue(e, N, C, Y, H, ie.current, v);
|
|
605
605
|
}
|
|
606
606
|
function jr(e, r) {
|
|
607
607
|
var a = Ue(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
|
|
@@ -610,13 +610,13 @@ function pn() {
|
|
|
610
610
|
function Or(e, r, a) {
|
|
611
611
|
if (e == null)
|
|
612
612
|
throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
|
|
613
|
-
var o, v = i({}, e.props),
|
|
613
|
+
var o, v = i({}, e.props), N = e.key, C = e.ref, Y = e._self, H = e._source, re = e._owner;
|
|
614
614
|
if (r != null) {
|
|
615
|
-
Ze(r) && (
|
|
615
|
+
Ze(r) && (C = r.ref, re = ie.current), Ie(r) && (Le(r.key), N = "" + r.key);
|
|
616
616
|
var ae;
|
|
617
617
|
e.type && e.type.defaultProps && (ae = e.type.defaultProps);
|
|
618
618
|
for (o in r)
|
|
619
|
-
|
|
619
|
+
Ye.call(r, o) && !Be.hasOwnProperty(o) && (r[o] === void 0 && ae !== void 0 ? v[o] = ae[o] : v[o] = r[o]);
|
|
620
620
|
}
|
|
621
621
|
var oe = arguments.length - 2;
|
|
622
622
|
if (oe === 1)
|
|
@@ -626,7 +626,7 @@ function pn() {
|
|
|
626
626
|
ue[ve] = arguments[ve + 2];
|
|
627
627
|
v.children = ue;
|
|
628
628
|
}
|
|
629
|
-
return Ue(e.type,
|
|
629
|
+
return Ue(e.type, N, C, Y, H, re, v);
|
|
630
630
|
}
|
|
631
631
|
function De(e) {
|
|
632
632
|
return typeof e == "object" && e !== null && e.$$typeof === g;
|
|
@@ -649,38 +649,38 @@ function pn() {
|
|
|
649
649
|
return typeof e == "object" && e !== null && e.key != null ? (Le(e.key), kr("" + e.key)) : r.toString(36);
|
|
650
650
|
}
|
|
651
651
|
function Ne(e, r, a, o, v) {
|
|
652
|
-
var
|
|
653
|
-
(
|
|
654
|
-
var
|
|
652
|
+
var N = typeof e;
|
|
653
|
+
(N === "undefined" || N === "boolean") && (e = null);
|
|
654
|
+
var C = !1;
|
|
655
655
|
if (e === null)
|
|
656
|
-
|
|
656
|
+
C = !0;
|
|
657
657
|
else
|
|
658
|
-
switch (
|
|
658
|
+
switch (N) {
|
|
659
659
|
case "string":
|
|
660
660
|
case "number":
|
|
661
|
-
|
|
661
|
+
C = !0;
|
|
662
662
|
break;
|
|
663
663
|
case "object":
|
|
664
664
|
switch (e.$$typeof) {
|
|
665
665
|
case g:
|
|
666
|
-
case
|
|
667
|
-
|
|
666
|
+
case k:
|
|
667
|
+
C = !0;
|
|
668
668
|
}
|
|
669
669
|
}
|
|
670
|
-
if (
|
|
671
|
-
var
|
|
670
|
+
if (C) {
|
|
671
|
+
var Y = e, H = v(Y), re = o === "" ? lr + Ve(Y, 0) : o;
|
|
672
672
|
if (he(H)) {
|
|
673
673
|
var ae = "";
|
|
674
674
|
re != null && (ae = ke(re) + "/"), Ne(H, r, ae, "", function(ln) {
|
|
675
675
|
return ln;
|
|
676
676
|
});
|
|
677
677
|
} else
|
|
678
|
-
H != null && (De(H) && (H.key && (!
|
|
678
|
+
H != null && (De(H) && (H.key && (!Y || Y.key !== H.key) && Le(H.key), H = jr(
|
|
679
679
|
H,
|
|
680
680
|
// Keep both the (mapped) and old keys if they differ, just as
|
|
681
681
|
// traverseAllChildren used to do for objects as children
|
|
682
682
|
a + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
|
|
683
|
-
(H.key && (!
|
|
683
|
+
(H.key && (!Y || Y.key !== H.key) ? (
|
|
684
684
|
// $FlowFixMe Flow incorrectly thinks existing element's key can be a number
|
|
685
685
|
// eslint-disable-next-line react-internal/safe-string-coercion
|
|
686
686
|
ke("" + H.key) + "/"
|
|
@@ -697,11 +697,11 @@ function pn() {
|
|
|
697
697
|
if (typeof Br == "function") {
|
|
698
698
|
var wt = e;
|
|
699
699
|
Br === wt.entries && (He || ce("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), He = !0);
|
|
700
|
-
for (var un = Br.call(wt),
|
|
701
|
-
oe =
|
|
702
|
-
} else if (
|
|
703
|
-
var
|
|
704
|
-
throw new Error("Objects are not valid as a React child (found: " + (
|
|
700
|
+
for (var un = Br.call(wt), Ct, cn = 0; !(Ct = un.next()).done; )
|
|
701
|
+
oe = Ct.value, ue = be + Ve(oe, cn++), ve += Ne(oe, r, a, ue, v);
|
|
702
|
+
} else if (N === "object") {
|
|
703
|
+
var xt = String(e);
|
|
704
|
+
throw new Error("Objects are not valid as a React child (found: " + (xt === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : xt) + "). If you meant to render a collection of children, use an array instead.");
|
|
705
705
|
}
|
|
706
706
|
}
|
|
707
707
|
return ve;
|
|
@@ -710,8 +710,8 @@ function pn() {
|
|
|
710
710
|
if (e == null)
|
|
711
711
|
return e;
|
|
712
712
|
var o = [], v = 0;
|
|
713
|
-
return Ne(e, o, "", "", function(
|
|
714
|
-
return r.call(a,
|
|
713
|
+
return Ne(e, o, "", "", function(N) {
|
|
714
|
+
return r.call(a, N, v++);
|
|
715
715
|
}), o;
|
|
716
716
|
}
|
|
717
717
|
function Ar(e) {
|
|
@@ -737,7 +737,7 @@ function pn() {
|
|
|
737
737
|
}
|
|
738
738
|
function vr(e) {
|
|
739
739
|
var r = {
|
|
740
|
-
$$typeof:
|
|
740
|
+
$$typeof: L,
|
|
741
741
|
// As a workaround to support multiple concurrent renderers, we categorize
|
|
742
742
|
// some renderers as primary and others as secondary. We only expect
|
|
743
743
|
// there to be two concurrent renderers at most: React Native (primary) and
|
|
@@ -761,41 +761,41 @@ function pn() {
|
|
|
761
761
|
};
|
|
762
762
|
var a = !1, o = !1, v = !1;
|
|
763
763
|
{
|
|
764
|
-
var
|
|
765
|
-
$$typeof:
|
|
764
|
+
var N = {
|
|
765
|
+
$$typeof: L,
|
|
766
766
|
_context: r
|
|
767
767
|
};
|
|
768
|
-
Object.defineProperties(
|
|
768
|
+
Object.defineProperties(N, {
|
|
769
769
|
Provider: {
|
|
770
770
|
get: function() {
|
|
771
771
|
return o || (o = !0, S("Rendering <Context.Consumer.Provider> is not supported and will be removed in a future major release. Did you mean to render <Context.Provider> instead?")), r.Provider;
|
|
772
772
|
},
|
|
773
|
-
set: function(
|
|
774
|
-
r.Provider =
|
|
773
|
+
set: function(C) {
|
|
774
|
+
r.Provider = C;
|
|
775
775
|
}
|
|
776
776
|
},
|
|
777
777
|
_currentValue: {
|
|
778
778
|
get: function() {
|
|
779
779
|
return r._currentValue;
|
|
780
780
|
},
|
|
781
|
-
set: function(
|
|
782
|
-
r._currentValue =
|
|
781
|
+
set: function(C) {
|
|
782
|
+
r._currentValue = C;
|
|
783
783
|
}
|
|
784
784
|
},
|
|
785
785
|
_currentValue2: {
|
|
786
786
|
get: function() {
|
|
787
787
|
return r._currentValue2;
|
|
788
788
|
},
|
|
789
|
-
set: function(
|
|
790
|
-
r._currentValue2 =
|
|
789
|
+
set: function(C) {
|
|
790
|
+
r._currentValue2 = C;
|
|
791
791
|
}
|
|
792
792
|
},
|
|
793
793
|
_threadCount: {
|
|
794
794
|
get: function() {
|
|
795
795
|
return r._threadCount;
|
|
796
796
|
},
|
|
797
|
-
set: function(
|
|
798
|
-
r._threadCount =
|
|
797
|
+
set: function(C) {
|
|
798
|
+
r._threadCount = C;
|
|
799
799
|
}
|
|
800
800
|
},
|
|
801
801
|
Consumer: {
|
|
@@ -807,11 +807,11 @@ function pn() {
|
|
|
807
807
|
get: function() {
|
|
808
808
|
return r.displayName;
|
|
809
809
|
},
|
|
810
|
-
set: function(
|
|
811
|
-
v || (ce("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.",
|
|
810
|
+
set: function(C) {
|
|
811
|
+
v || (ce("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", C), v = !0);
|
|
812
812
|
}
|
|
813
813
|
}
|
|
814
|
-
}), r.Consumer =
|
|
814
|
+
}), r.Consumer = N;
|
|
815
815
|
}
|
|
816
816
|
return r._currentRenderer = null, r._currentRenderer2 = null, r;
|
|
817
817
|
}
|
|
@@ -819,15 +819,15 @@ function pn() {
|
|
|
819
819
|
function Fr(e) {
|
|
820
820
|
if (e._status === ze) {
|
|
821
821
|
var r = e._result, a = r();
|
|
822
|
-
if (a.then(function(
|
|
822
|
+
if (a.then(function(N) {
|
|
823
823
|
if (e._status === Xe || e._status === ze) {
|
|
824
|
-
var
|
|
825
|
-
|
|
824
|
+
var C = e;
|
|
825
|
+
C._status = Qe, C._result = N;
|
|
826
826
|
}
|
|
827
|
-
}, function(
|
|
827
|
+
}, function(N) {
|
|
828
828
|
if (e._status === Xe || e._status === ze) {
|
|
829
|
-
var
|
|
830
|
-
|
|
829
|
+
var C = e;
|
|
830
|
+
C._status = yr, C._result = N;
|
|
831
831
|
}
|
|
832
832
|
}), e._status === ze) {
|
|
833
833
|
var o = e;
|
|
@@ -866,8 +866,8 @@ Your code should look like:
|
|
|
866
866
|
get: function() {
|
|
867
867
|
return o;
|
|
868
868
|
},
|
|
869
|
-
set: function(
|
|
870
|
-
S("React.lazy(...): It is not supported to assign `defaultProps` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), o =
|
|
869
|
+
set: function(N) {
|
|
870
|
+
S("React.lazy(...): It is not supported to assign `defaultProps` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), o = N, Object.defineProperty(a, "defaultProps", {
|
|
871
871
|
enumerable: !0
|
|
872
872
|
});
|
|
873
873
|
}
|
|
@@ -877,8 +877,8 @@ Your code should look like:
|
|
|
877
877
|
get: function() {
|
|
878
878
|
return v;
|
|
879
879
|
},
|
|
880
|
-
set: function(
|
|
881
|
-
S("React.lazy(...): It is not supported to assign `propTypes` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), v =
|
|
880
|
+
set: function(N) {
|
|
881
|
+
S("React.lazy(...): It is not supported to assign `propTypes` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), v = N, Object.defineProperty(a, "propTypes", {
|
|
882
882
|
enumerable: !0
|
|
883
883
|
});
|
|
884
884
|
}
|
|
@@ -890,7 +890,7 @@ Your code should look like:
|
|
|
890
890
|
function Dr(e) {
|
|
891
891
|
e != null && e.$$typeof === I ? S("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).") : typeof e != "function" ? S("forwardRef requires a render function but was given %s.", e === null ? "null" : typeof e) : e.length !== 0 && e.length !== 2 && S("forwardRef render functions accept exactly two parameters: props and ref. %s", e.length === 1 ? "Did you forget to use the ref parameter?" : "Any additional parameter will be undefined."), e != null && (e.defaultProps != null || e.propTypes != null) && S("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?");
|
|
892
892
|
var r = {
|
|
893
|
-
$$typeof:
|
|
893
|
+
$$typeof: _,
|
|
894
894
|
render: e
|
|
895
895
|
};
|
|
896
896
|
{
|
|
@@ -911,7 +911,7 @@ Your code should look like:
|
|
|
911
911
|
var hr;
|
|
912
912
|
hr = Symbol.for("react.module.reference");
|
|
913
913
|
function t(e) {
|
|
914
|
-
return !!(typeof e == "string" || typeof e == "function" || e ===
|
|
914
|
+
return !!(typeof e == "string" || typeof e == "function" || e === x || e === P || fe || e === M || e === A || e === U || pe || e === $ || xe || je || Te || typeof e == "object" && e !== null && (e.$$typeof === G || e.$$typeof === I || e.$$typeof === F || e.$$typeof === L || e.$$typeof === _ || // This needs to include all possible module reference object
|
|
915
915
|
// types supported by any Flight configuration anywhere since
|
|
916
916
|
// we don't know which Flight build this will end up being used
|
|
917
917
|
// with.
|
|
@@ -947,7 +947,7 @@ Your code should look like:
|
|
|
947
947
|
3. You might have more than one copy of React in the same app
|
|
948
948
|
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), e;
|
|
949
949
|
}
|
|
950
|
-
function
|
|
950
|
+
function W(e) {
|
|
951
951
|
var r = d();
|
|
952
952
|
if (e._context !== void 0) {
|
|
953
953
|
var a = e._context;
|
|
@@ -1075,27 +1075,27 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1075
1075
|
rr < 0 && S("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1076
1076
|
}
|
|
1077
1077
|
}
|
|
1078
|
-
var Lr = de.ReactCurrentDispatcher,
|
|
1078
|
+
var Lr = de.ReactCurrentDispatcher, Wr;
|
|
1079
1079
|
function mr(e, r, a) {
|
|
1080
1080
|
{
|
|
1081
|
-
if (
|
|
1081
|
+
if (Wr === void 0)
|
|
1082
1082
|
try {
|
|
1083
1083
|
throw Error();
|
|
1084
1084
|
} catch (v) {
|
|
1085
1085
|
var o = v.stack.trim().match(/\n( *(at )?)/);
|
|
1086
|
-
|
|
1086
|
+
Wr = o && o[1] || "";
|
|
1087
1087
|
}
|
|
1088
1088
|
return `
|
|
1089
|
-
` +
|
|
1089
|
+
` + Wr + e;
|
|
1090
1090
|
}
|
|
1091
1091
|
}
|
|
1092
|
-
var
|
|
1092
|
+
var Yr = !1, br;
|
|
1093
1093
|
{
|
|
1094
1094
|
var zt = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1095
1095
|
br = new zt();
|
|
1096
1096
|
}
|
|
1097
1097
|
function lt(e, r) {
|
|
1098
|
-
if (!e ||
|
|
1098
|
+
if (!e || Yr)
|
|
1099
1099
|
return "";
|
|
1100
1100
|
{
|
|
1101
1101
|
var a = br.get(e);
|
|
@@ -1103,34 +1103,34 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1103
1103
|
return a;
|
|
1104
1104
|
}
|
|
1105
1105
|
var o;
|
|
1106
|
-
|
|
1106
|
+
Yr = !0;
|
|
1107
1107
|
var v = Error.prepareStackTrace;
|
|
1108
1108
|
Error.prepareStackTrace = void 0;
|
|
1109
|
-
var
|
|
1110
|
-
|
|
1109
|
+
var N;
|
|
1110
|
+
N = Lr.current, Lr.current = null, Vt();
|
|
1111
1111
|
try {
|
|
1112
1112
|
if (r) {
|
|
1113
|
-
var
|
|
1113
|
+
var C = function() {
|
|
1114
1114
|
throw Error();
|
|
1115
1115
|
};
|
|
1116
|
-
if (Object.defineProperty(
|
|
1116
|
+
if (Object.defineProperty(C.prototype, "props", {
|
|
1117
1117
|
set: function() {
|
|
1118
1118
|
throw Error();
|
|
1119
1119
|
}
|
|
1120
1120
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1121
1121
|
try {
|
|
1122
|
-
Reflect.construct(
|
|
1122
|
+
Reflect.construct(C, []);
|
|
1123
1123
|
} catch (be) {
|
|
1124
1124
|
o = be;
|
|
1125
1125
|
}
|
|
1126
|
-
Reflect.construct(e, [],
|
|
1126
|
+
Reflect.construct(e, [], C);
|
|
1127
1127
|
} else {
|
|
1128
1128
|
try {
|
|
1129
|
-
|
|
1129
|
+
C.call();
|
|
1130
1130
|
} catch (be) {
|
|
1131
1131
|
o = be;
|
|
1132
1132
|
}
|
|
1133
|
-
e.call(
|
|
1133
|
+
e.call(C.prototype);
|
|
1134
1134
|
}
|
|
1135
1135
|
} else {
|
|
1136
1136
|
try {
|
|
@@ -1142,17 +1142,17 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1142
1142
|
}
|
|
1143
1143
|
} catch (be) {
|
|
1144
1144
|
if (be && o && typeof be.stack == "string") {
|
|
1145
|
-
for (var
|
|
1145
|
+
for (var Y = be.stack.split(`
|
|
1146
1146
|
`), H = o.stack.split(`
|
|
1147
|
-
`), re =
|
|
1147
|
+
`), re = Y.length - 1, ae = H.length - 1; re >= 1 && ae >= 0 && Y[re] !== H[ae]; )
|
|
1148
1148
|
ae--;
|
|
1149
1149
|
for (; re >= 1 && ae >= 0; re--, ae--)
|
|
1150
|
-
if (
|
|
1150
|
+
if (Y[re] !== H[ae]) {
|
|
1151
1151
|
if (re !== 1 || ae !== 1)
|
|
1152
1152
|
do
|
|
1153
|
-
if (re--, ae--, ae < 0 ||
|
|
1153
|
+
if (re--, ae--, ae < 0 || Y[re] !== H[ae]) {
|
|
1154
1154
|
var oe = `
|
|
1155
|
-
` +
|
|
1155
|
+
` + Y[re].replace(" at new ", " at ");
|
|
1156
1156
|
return e.displayName && oe.includes("<anonymous>") && (oe = oe.replace("<anonymous>", e.displayName)), typeof e == "function" && br.set(e, oe), oe;
|
|
1157
1157
|
}
|
|
1158
1158
|
while (re >= 1 && ae >= 0);
|
|
@@ -1160,7 +1160,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1160
1160
|
}
|
|
1161
1161
|
}
|
|
1162
1162
|
} finally {
|
|
1163
|
-
|
|
1163
|
+
Yr = !1, Lr.current = N, qt(), Error.prepareStackTrace = v;
|
|
1164
1164
|
}
|
|
1165
1165
|
var ue = e ? e.displayName || e.name : "", ve = ue ? mr(ue) : "";
|
|
1166
1166
|
return typeof e == "function" && br.set(e, ve), ve;
|
|
@@ -1180,21 +1180,21 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1180
1180
|
if (typeof e == "string")
|
|
1181
1181
|
return mr(e);
|
|
1182
1182
|
switch (e) {
|
|
1183
|
-
case
|
|
1183
|
+
case A:
|
|
1184
1184
|
return mr("Suspense");
|
|
1185
1185
|
case U:
|
|
1186
1186
|
return mr("SuspenseList");
|
|
1187
1187
|
}
|
|
1188
1188
|
if (typeof e == "object")
|
|
1189
1189
|
switch (e.$$typeof) {
|
|
1190
|
-
case
|
|
1190
|
+
case _:
|
|
1191
1191
|
return Bt(e.render);
|
|
1192
1192
|
case I:
|
|
1193
1193
|
return gr(e.type, r, a);
|
|
1194
1194
|
case G: {
|
|
1195
|
-
var o = e, v = o._payload,
|
|
1195
|
+
var o = e, v = o._payload, N = o._init;
|
|
1196
1196
|
try {
|
|
1197
|
-
return gr(
|
|
1197
|
+
return gr(N(v), r, a);
|
|
1198
1198
|
} catch {
|
|
1199
1199
|
}
|
|
1200
1200
|
}
|
|
@@ -1211,29 +1211,29 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1211
1211
|
}
|
|
1212
1212
|
function Ht(e, r, a, o, v) {
|
|
1213
1213
|
{
|
|
1214
|
-
var
|
|
1215
|
-
for (var
|
|
1216
|
-
if (
|
|
1217
|
-
var
|
|
1214
|
+
var N = Function.call.bind(Ye);
|
|
1215
|
+
for (var C in e)
|
|
1216
|
+
if (N(e, C)) {
|
|
1217
|
+
var Y = void 0;
|
|
1218
1218
|
try {
|
|
1219
|
-
if (typeof e[
|
|
1220
|
-
var H = Error((o || "React class") + ": " + a + " type `" +
|
|
1219
|
+
if (typeof e[C] != "function") {
|
|
1220
|
+
var H = Error((o || "React class") + ": " + a + " type `" + C + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[C] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1221
1221
|
throw H.name = "Invariant Violation", H;
|
|
1222
1222
|
}
|
|
1223
|
-
|
|
1223
|
+
Y = e[C](r, C, o, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1224
1224
|
} catch (re) {
|
|
1225
|
-
|
|
1225
|
+
Y = re;
|
|
1226
1226
|
}
|
|
1227
|
-
|
|
1227
|
+
Y && !(Y instanceof Error) && (_r(v), S("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", o || "React class", a, C, typeof Y), _r(null)), Y instanceof Error && !(Y.message in ft) && (ft[Y.message] = !0, _r(v), S("Failed %s type: %s", a, Y.message), _r(null));
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
1230
|
}
|
|
1231
1231
|
function Ke(e) {
|
|
1232
1232
|
if (e) {
|
|
1233
1233
|
var r = e._owner, a = gr(e.type, e._source, r ? r.type : null);
|
|
1234
|
-
|
|
1234
|
+
Ce(a);
|
|
1235
1235
|
} else
|
|
1236
|
-
|
|
1236
|
+
Ce(null);
|
|
1237
1237
|
}
|
|
1238
1238
|
var Ur;
|
|
1239
1239
|
Ur = !1;
|
|
@@ -1293,8 +1293,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1293
1293
|
else if (e) {
|
|
1294
1294
|
var v = J(e);
|
|
1295
1295
|
if (typeof v == "function" && v !== e.entries)
|
|
1296
|
-
for (var
|
|
1297
|
-
De(
|
|
1296
|
+
for (var N = v.call(e), C; !(C = N.next()).done; )
|
|
1297
|
+
De(C.value) && yt(C.value, r);
|
|
1298
1298
|
}
|
|
1299
1299
|
}
|
|
1300
1300
|
}
|
|
@@ -1306,7 +1306,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1306
1306
|
var a;
|
|
1307
1307
|
if (typeof r == "function")
|
|
1308
1308
|
a = r.propTypes;
|
|
1309
|
-
else if (typeof r == "object" && (r.$$typeof ===
|
|
1309
|
+
else if (typeof r == "object" && (r.$$typeof === _ || // Note: Memo only checks outer props here.
|
|
1310
1310
|
// Inner props are checked in the reconciler.
|
|
1311
1311
|
r.$$typeof === I))
|
|
1312
1312
|
a = r.propTypes;
|
|
@@ -1340,18 +1340,18 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1340
1340
|
if (!o) {
|
|
1341
1341
|
var v = "";
|
|
1342
1342
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (v += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
1343
|
-
var
|
|
1344
|
-
|
|
1345
|
-
var
|
|
1346
|
-
e === null ?
|
|
1347
|
-
}
|
|
1348
|
-
var
|
|
1349
|
-
if (
|
|
1350
|
-
return
|
|
1343
|
+
var N = Jt(r);
|
|
1344
|
+
N ? v += N : v += pt();
|
|
1345
|
+
var C;
|
|
1346
|
+
e === null ? C = "null" : he(e) ? C = "array" : e !== void 0 && e.$$typeof === g ? (C = "<" + (Oe(e.type) || "Unknown") + " />", v = " Did you accidentally export a JSX literal instead of a component?") : C = typeof e, S("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", C, v);
|
|
1347
|
+
}
|
|
1348
|
+
var Y = Sr.apply(this, arguments);
|
|
1349
|
+
if (Y == null)
|
|
1350
|
+
return Y;
|
|
1351
1351
|
if (o)
|
|
1352
1352
|
for (var H = 2; H < arguments.length; H++)
|
|
1353
1353
|
ht(arguments[H], e);
|
|
1354
|
-
return e ===
|
|
1354
|
+
return e === x ? Xt(Y) : mt(Y), Y;
|
|
1355
1355
|
}
|
|
1356
1356
|
var gt = !1;
|
|
1357
1357
|
function Qt(e) {
|
|
@@ -1393,8 +1393,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1393
1393
|
} catch {
|
|
1394
1394
|
Er = function(v) {
|
|
1395
1395
|
_t === !1 && (_t = !0, typeof MessageChannel > "u" && S("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));
|
|
1396
|
-
var
|
|
1397
|
-
|
|
1396
|
+
var N = new MessageChannel();
|
|
1397
|
+
N.port1.onmessage = v, N.port2.postMessage(void 0);
|
|
1398
1398
|
};
|
|
1399
1399
|
}
|
|
1400
1400
|
return Er(e);
|
|
@@ -1416,9 +1416,9 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1416
1416
|
p.isBatchingLegacy = a;
|
|
1417
1417
|
}
|
|
1418
1418
|
if (o !== null && typeof o == "object" && typeof o.then == "function") {
|
|
1419
|
-
var
|
|
1419
|
+
var N = o, C = !1, Y = {
|
|
1420
1420
|
then: function(ue, ve) {
|
|
1421
|
-
|
|
1421
|
+
C = !0, N.then(function(be) {
|
|
1422
1422
|
Rr(r), Je === 0 ? Vr(be, ue, ve) : ue(be);
|
|
1423
1423
|
}, function(be) {
|
|
1424
1424
|
Rr(r), ve(be);
|
|
@@ -1427,8 +1427,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1427
1427
|
};
|
|
1428
1428
|
return !Et && typeof Promise < "u" && Promise.resolve().then(function() {
|
|
1429
1429
|
}).then(function() {
|
|
1430
|
-
|
|
1431
|
-
}),
|
|
1430
|
+
C || (Et = !0, S("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"));
|
|
1431
|
+
}), Y;
|
|
1432
1432
|
} else {
|
|
1433
1433
|
var H = o;
|
|
1434
1434
|
if (Rr(r), Je === 0) {
|
|
@@ -1496,13 +1496,13 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1496
1496
|
toArray: $r,
|
|
1497
1497
|
only: pr
|
|
1498
1498
|
};
|
|
1499
|
-
|
|
1499
|
+
l.Children = sn, l.Component = y, l.Fragment = x, l.Profiler = P, l.PureComponent = j, l.StrictMode = M, l.Suspense = A, l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = de, l.act = Rt, l.cloneElement = an, l.createContext = vr, l.createElement = nn, l.createFactory = on, l.createRef = ye, l.forwardRef = Dr, l.isValidElement = De, l.lazy = Ir, l.memo = c, l.startTransition = rn, l.unstable_act = Rt, l.useCallback = le, l.useContext = W, l.useDebugValue = Ae, l.useDeferredValue = er, l.useEffect = q, l.useId = Nr, l.useImperativeHandle = Me, l.useInsertionEffect = me, l.useLayoutEffect = se, l.useMemo = Re, l.useReducer = ee, l.useRef = B, l.useState = K, l.useSyncExternalStore = Mr, l.useTransition = ge, l.version = O, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
|
|
1500
1500
|
}();
|
|
1501
1501
|
}(ar, ar.exports)), ar.exports;
|
|
1502
1502
|
}
|
|
1503
1503
|
var jt;
|
|
1504
|
-
function
|
|
1505
|
-
return jt || (jt = 1, process.env.NODE_ENV === "production" ?
|
|
1504
|
+
function Wt() {
|
|
1505
|
+
return jt || (jt = 1, process.env.NODE_ENV === "production" ? Cr.exports = dn() : Cr.exports = pn()), Cr.exports;
|
|
1506
1506
|
}
|
|
1507
1507
|
/**
|
|
1508
1508
|
* @license React
|
|
@@ -1518,18 +1518,18 @@ function vn() {
|
|
|
1518
1518
|
if (Ot)
|
|
1519
1519
|
return tr;
|
|
1520
1520
|
Ot = 1;
|
|
1521
|
-
var s =
|
|
1522
|
-
function
|
|
1523
|
-
var
|
|
1524
|
-
|
|
1525
|
-
for (
|
|
1526
|
-
g.call(F,
|
|
1527
|
-
if (
|
|
1528
|
-
for (
|
|
1529
|
-
|
|
1530
|
-
return { $$typeof:
|
|
1521
|
+
var s = Wt(), l = Symbol.for("react.element"), O = Symbol.for("react.fragment"), g = Object.prototype.hasOwnProperty, k = s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, x = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
1522
|
+
function M(P, F, L) {
|
|
1523
|
+
var _, A = {}, U = null, I = null;
|
|
1524
|
+
L !== void 0 && (U = "" + L), F.key !== void 0 && (U = "" + F.key), F.ref !== void 0 && (I = F.ref);
|
|
1525
|
+
for (_ in F)
|
|
1526
|
+
g.call(F, _) && !x.hasOwnProperty(_) && (A[_] = F[_]);
|
|
1527
|
+
if (P && P.defaultProps)
|
|
1528
|
+
for (_ in F = P.defaultProps, F)
|
|
1529
|
+
A[_] === void 0 && (A[_] = F[_]);
|
|
1530
|
+
return { $$typeof: l, type: P, key: U, ref: I, props: A, _owner: k.current };
|
|
1531
1531
|
}
|
|
1532
|
-
return tr.Fragment =
|
|
1532
|
+
return tr.Fragment = O, tr.jsx = M, tr.jsxs = M, tr;
|
|
1533
1533
|
}
|
|
1534
1534
|
var nr = {};
|
|
1535
1535
|
/**
|
|
@@ -1544,24 +1544,24 @@ var nr = {};
|
|
|
1544
1544
|
var Pt;
|
|
1545
1545
|
function yn() {
|
|
1546
1546
|
return Pt || (Pt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1547
|
-
var s =
|
|
1547
|
+
var s = Wt(), l = Symbol.for("react.element"), O = Symbol.for("react.portal"), g = Symbol.for("react.fragment"), k = Symbol.for("react.strict_mode"), x = Symbol.for("react.profiler"), M = Symbol.for("react.provider"), P = Symbol.for("react.context"), F = Symbol.for("react.forward_ref"), L = Symbol.for("react.suspense"), _ = Symbol.for("react.suspense_list"), A = Symbol.for("react.memo"), U = Symbol.for("react.lazy"), I = Symbol.for("react.offscreen"), G = Symbol.iterator, $ = "@@iterator";
|
|
1548
1548
|
function V(t) {
|
|
1549
1549
|
if (t === null || typeof t != "object")
|
|
1550
1550
|
return null;
|
|
1551
|
-
var c = G && t[G] || t[
|
|
1551
|
+
var c = G && t[G] || t[$];
|
|
1552
1552
|
return typeof c == "function" ? c : null;
|
|
1553
1553
|
}
|
|
1554
1554
|
var te = s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
1555
1555
|
function J(t) {
|
|
1556
1556
|
{
|
|
1557
|
-
for (var c = arguments.length, d = new Array(c > 1 ? c - 1 : 0),
|
|
1558
|
-
d[
|
|
1557
|
+
for (var c = arguments.length, d = new Array(c > 1 ? c - 1 : 0), W = 1; W < c; W++)
|
|
1558
|
+
d[W - 1] = arguments[W];
|
|
1559
1559
|
ne("error", t, d);
|
|
1560
1560
|
}
|
|
1561
1561
|
}
|
|
1562
1562
|
function ne(t, c, d) {
|
|
1563
1563
|
{
|
|
1564
|
-
var
|
|
1564
|
+
var W = te.ReactDebugCurrentFrame, K = W.getStackAddendum();
|
|
1565
1565
|
K !== "" && (c += "%s", d = d.concat([K]));
|
|
1566
1566
|
var ee = d.map(function(B) {
|
|
1567
1567
|
return String(B);
|
|
@@ -1569,19 +1569,19 @@ function yn() {
|
|
|
1569
1569
|
ee.unshift("Warning: " + c), Function.prototype.apply.call(console[t], console, ee);
|
|
1570
1570
|
}
|
|
1571
1571
|
}
|
|
1572
|
-
var Z = !1, p = !1, ie = !1, Ee = !1, we = !1,
|
|
1573
|
-
|
|
1574
|
-
function
|
|
1575
|
-
return !!(typeof t == "string" || typeof t == "function" || t === g || t ===
|
|
1572
|
+
var Z = !1, p = !1, ie = !1, Ee = !1, we = !1, Ce;
|
|
1573
|
+
Ce = Symbol.for("react.module.reference");
|
|
1574
|
+
function xe(t) {
|
|
1575
|
+
return !!(typeof t == "string" || typeof t == "function" || t === g || t === x || we || t === k || t === L || t === _ || Ee || t === I || Z || p || ie || typeof t == "object" && t !== null && (t.$$typeof === U || t.$$typeof === A || t.$$typeof === M || t.$$typeof === P || t.$$typeof === F || // This needs to include all possible module reference object
|
|
1576
1576
|
// types supported by any Flight configuration anywhere since
|
|
1577
1577
|
// we don't know which Flight build this will end up being used
|
|
1578
1578
|
// with.
|
|
1579
|
-
t.$$typeof ===
|
|
1579
|
+
t.$$typeof === Ce || t.getModuleId !== void 0));
|
|
1580
1580
|
}
|
|
1581
1581
|
function je(t, c, d) {
|
|
1582
|
-
var
|
|
1583
|
-
if (
|
|
1584
|
-
return
|
|
1582
|
+
var W = t.displayName;
|
|
1583
|
+
if (W)
|
|
1584
|
+
return W;
|
|
1585
1585
|
var K = c.displayName || c.name || "";
|
|
1586
1586
|
return K !== "" ? d + "(" + K + ")" : d;
|
|
1587
1587
|
}
|
|
@@ -1598,30 +1598,30 @@ function yn() {
|
|
|
1598
1598
|
switch (t) {
|
|
1599
1599
|
case g:
|
|
1600
1600
|
return "Fragment";
|
|
1601
|
-
case
|
|
1601
|
+
case O:
|
|
1602
1602
|
return "Portal";
|
|
1603
|
-
case
|
|
1603
|
+
case x:
|
|
1604
1604
|
return "Profiler";
|
|
1605
|
-
case
|
|
1605
|
+
case k:
|
|
1606
1606
|
return "StrictMode";
|
|
1607
|
-
case
|
|
1607
|
+
case L:
|
|
1608
1608
|
return "Suspense";
|
|
1609
|
-
case
|
|
1609
|
+
case _:
|
|
1610
1610
|
return "SuspenseList";
|
|
1611
1611
|
}
|
|
1612
1612
|
if (typeof t == "object")
|
|
1613
1613
|
switch (t.$$typeof) {
|
|
1614
|
-
case
|
|
1614
|
+
case P:
|
|
1615
1615
|
var c = t;
|
|
1616
1616
|
return Te(c) + ".Consumer";
|
|
1617
|
-
case
|
|
1617
|
+
case M:
|
|
1618
1618
|
var d = t;
|
|
1619
1619
|
return Te(d._context) + ".Provider";
|
|
1620
1620
|
case F:
|
|
1621
1621
|
return je(t, t.render, "ForwardRef");
|
|
1622
|
-
case
|
|
1623
|
-
var
|
|
1624
|
-
return
|
|
1622
|
+
case A:
|
|
1623
|
+
var W = t.displayName || null;
|
|
1624
|
+
return W !== null ? W : pe(t.type) || "Memo";
|
|
1625
1625
|
case U: {
|
|
1626
1626
|
var K = t, ee = K._payload, B = K._init;
|
|
1627
1627
|
try {
|
|
@@ -1633,14 +1633,14 @@ function yn() {
|
|
|
1633
1633
|
}
|
|
1634
1634
|
return null;
|
|
1635
1635
|
}
|
|
1636
|
-
var fe = Object.assign, de = 0, ce, S, _e, Se,
|
|
1636
|
+
var fe = Object.assign, de = 0, ce, S, _e, Se, f, n, i;
|
|
1637
1637
|
function h() {
|
|
1638
1638
|
}
|
|
1639
1639
|
h.__reactDisabledLog = !0;
|
|
1640
1640
|
function y() {
|
|
1641
1641
|
{
|
|
1642
1642
|
if (de === 0) {
|
|
1643
|
-
ce = console.log, S = console.info, _e = console.warn, Se = console.error,
|
|
1643
|
+
ce = console.log, S = console.info, _e = console.warn, Se = console.error, f = console.group, n = console.groupCollapsed, i = console.groupEnd;
|
|
1644
1644
|
var t = {
|
|
1645
1645
|
configurable: !0,
|
|
1646
1646
|
enumerable: !0,
|
|
@@ -1660,7 +1660,7 @@ function yn() {
|
|
|
1660
1660
|
de++;
|
|
1661
1661
|
}
|
|
1662
1662
|
}
|
|
1663
|
-
function
|
|
1663
|
+
function E() {
|
|
1664
1664
|
{
|
|
1665
1665
|
if (de--, de === 0) {
|
|
1666
1666
|
var t = {
|
|
@@ -1682,7 +1682,7 @@ function yn() {
|
|
|
1682
1682
|
value: Se
|
|
1683
1683
|
}),
|
|
1684
1684
|
group: fe({}, t, {
|
|
1685
|
-
value:
|
|
1685
|
+
value: f
|
|
1686
1686
|
}),
|
|
1687
1687
|
groupCollapsed: fe({}, t, {
|
|
1688
1688
|
value: n
|
|
@@ -1702,8 +1702,8 @@ function yn() {
|
|
|
1702
1702
|
try {
|
|
1703
1703
|
throw Error();
|
|
1704
1704
|
} catch (K) {
|
|
1705
|
-
var
|
|
1706
|
-
w =
|
|
1705
|
+
var W = K.stack.trim().match(/\n( *(at )?)/);
|
|
1706
|
+
w = W && W[1] || "";
|
|
1707
1707
|
}
|
|
1708
1708
|
return `
|
|
1709
1709
|
` + w + t;
|
|
@@ -1722,7 +1722,7 @@ function yn() {
|
|
|
1722
1722
|
if (d !== void 0)
|
|
1723
1723
|
return d;
|
|
1724
1724
|
}
|
|
1725
|
-
var
|
|
1725
|
+
var W;
|
|
1726
1726
|
j = !0;
|
|
1727
1727
|
var K = Error.prepareStackTrace;
|
|
1728
1728
|
Error.prepareStackTrace = void 0;
|
|
@@ -1741,14 +1741,14 @@ function yn() {
|
|
|
1741
1741
|
try {
|
|
1742
1742
|
Reflect.construct(B, []);
|
|
1743
1743
|
} catch (ge) {
|
|
1744
|
-
|
|
1744
|
+
W = ge;
|
|
1745
1745
|
}
|
|
1746
1746
|
Reflect.construct(t, [], B);
|
|
1747
1747
|
} else {
|
|
1748
1748
|
try {
|
|
1749
1749
|
B.call();
|
|
1750
1750
|
} catch (ge) {
|
|
1751
|
-
|
|
1751
|
+
W = ge;
|
|
1752
1752
|
}
|
|
1753
1753
|
t.call(B.prototype);
|
|
1754
1754
|
}
|
|
@@ -1756,14 +1756,14 @@ function yn() {
|
|
|
1756
1756
|
try {
|
|
1757
1757
|
throw Error();
|
|
1758
1758
|
} catch (ge) {
|
|
1759
|
-
|
|
1759
|
+
W = ge;
|
|
1760
1760
|
}
|
|
1761
1761
|
t();
|
|
1762
1762
|
}
|
|
1763
1763
|
} catch (ge) {
|
|
1764
|
-
if (ge &&
|
|
1764
|
+
if (ge && W && typeof ge.stack == "string") {
|
|
1765
1765
|
for (var q = ge.stack.split(`
|
|
1766
|
-
`), me =
|
|
1766
|
+
`), me = W.stack.split(`
|
|
1767
1767
|
`), se = q.length - 1, le = me.length - 1; se >= 1 && le >= 0 && q[se] !== me[le]; )
|
|
1768
1768
|
le--;
|
|
1769
1769
|
for (; se >= 1 && le >= 0; se--, le--)
|
|
@@ -1780,7 +1780,7 @@ function yn() {
|
|
|
1780
1780
|
}
|
|
1781
1781
|
}
|
|
1782
1782
|
} finally {
|
|
1783
|
-
j = !1, R.current = ee,
|
|
1783
|
+
j = !1, R.current = ee, E(), Error.prepareStackTrace = K;
|
|
1784
1784
|
}
|
|
1785
1785
|
var Me = t ? t.displayName || t.name : "", Ae = Me ? T(Me) : "";
|
|
1786
1786
|
return typeof t == "function" && D.set(t, Ae), Ae;
|
|
@@ -1800,19 +1800,19 @@ function yn() {
|
|
|
1800
1800
|
if (typeof t == "string")
|
|
1801
1801
|
return T(t);
|
|
1802
1802
|
switch (t) {
|
|
1803
|
-
case
|
|
1803
|
+
case L:
|
|
1804
1804
|
return T("Suspense");
|
|
1805
|
-
case
|
|
1805
|
+
case _:
|
|
1806
1806
|
return T("SuspenseList");
|
|
1807
1807
|
}
|
|
1808
1808
|
if (typeof t == "object")
|
|
1809
1809
|
switch (t.$$typeof) {
|
|
1810
1810
|
case F:
|
|
1811
1811
|
return he(t.render);
|
|
1812
|
-
case
|
|
1812
|
+
case A:
|
|
1813
1813
|
return Pe(t.type, c, d);
|
|
1814
1814
|
case U: {
|
|
1815
|
-
var
|
|
1815
|
+
var W = t, K = W._payload, ee = W._init;
|
|
1816
1816
|
try {
|
|
1817
1817
|
return Pe(ee(K), c, d);
|
|
1818
1818
|
} catch {
|
|
@@ -1822,14 +1822,14 @@ function yn() {
|
|
|
1822
1822
|
return "";
|
|
1823
1823
|
}
|
|
1824
1824
|
var Fe = Object.prototype.hasOwnProperty, Le = {}, or = te.ReactDebugCurrentFrame;
|
|
1825
|
-
function
|
|
1825
|
+
function We(t) {
|
|
1826
1826
|
if (t) {
|
|
1827
1827
|
var c = t._owner, d = Pe(t.type, t._source, c ? c.type : null);
|
|
1828
1828
|
or.setExtraStackFrame(d);
|
|
1829
1829
|
} else
|
|
1830
1830
|
or.setExtraStackFrame(null);
|
|
1831
1831
|
}
|
|
1832
|
-
function Oe(t, c, d,
|
|
1832
|
+
function Oe(t, c, d, W, K) {
|
|
1833
1833
|
{
|
|
1834
1834
|
var ee = Function.call.bind(Fe);
|
|
1835
1835
|
for (var B in t)
|
|
@@ -1837,20 +1837,20 @@ function yn() {
|
|
|
1837
1837
|
var q = void 0;
|
|
1838
1838
|
try {
|
|
1839
1839
|
if (typeof t[B] != "function") {
|
|
1840
|
-
var me = Error((
|
|
1840
|
+
var me = Error((W || "React class") + ": " + d + " type `" + B + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[B] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1841
1841
|
throw me.name = "Invariant Violation", me;
|
|
1842
1842
|
}
|
|
1843
|
-
q = t[B](c, B,
|
|
1843
|
+
q = t[B](c, B, W, d, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1844
1844
|
} catch (se) {
|
|
1845
1845
|
q = se;
|
|
1846
1846
|
}
|
|
1847
|
-
q && !(q instanceof Error) && (
|
|
1847
|
+
q && !(q instanceof Error) && (We(K), J("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", W || "React class", d, B, typeof q), We(null)), q instanceof Error && !(q.message in Le) && (Le[q.message] = !0, We(K), J("Failed %s type: %s", d, q.message), We(null));
|
|
1848
1848
|
}
|
|
1849
1849
|
}
|
|
1850
1850
|
}
|
|
1851
|
-
var
|
|
1851
|
+
var Ye = Array.isArray;
|
|
1852
1852
|
function Be(t) {
|
|
1853
|
-
return
|
|
1853
|
+
return Ye(t);
|
|
1854
1854
|
}
|
|
1855
1855
|
function ir(t) {
|
|
1856
1856
|
{
|
|
@@ -1923,10 +1923,10 @@ function yn() {
|
|
|
1923
1923
|
});
|
|
1924
1924
|
}
|
|
1925
1925
|
}
|
|
1926
|
-
var Pr = function(t, c, d,
|
|
1926
|
+
var Pr = function(t, c, d, W, K, ee, B) {
|
|
1927
1927
|
var q = {
|
|
1928
1928
|
// This tag allows us to uniquely identify this as a React Element
|
|
1929
|
-
$$typeof:
|
|
1929
|
+
$$typeof: l,
|
|
1930
1930
|
// Built-in properties that belong on the element
|
|
1931
1931
|
type: t,
|
|
1932
1932
|
key: c,
|
|
@@ -1944,7 +1944,7 @@ function yn() {
|
|
|
1944
1944
|
configurable: !1,
|
|
1945
1945
|
enumerable: !1,
|
|
1946
1946
|
writable: !1,
|
|
1947
|
-
value:
|
|
1947
|
+
value: W
|
|
1948
1948
|
}), Object.defineProperty(q, "_source", {
|
|
1949
1949
|
configurable: !1,
|
|
1950
1950
|
enumerable: !1,
|
|
@@ -1952,7 +1952,7 @@ function yn() {
|
|
|
1952
1952
|
value: K
|
|
1953
1953
|
}), Object.freeze && (Object.freeze(q.props), Object.freeze(q)), q;
|
|
1954
1954
|
};
|
|
1955
|
-
function kr(t, c, d,
|
|
1955
|
+
function kr(t, c, d, W, K) {
|
|
1956
1956
|
{
|
|
1957
1957
|
var ee, B = {}, q = null, me = null;
|
|
1958
1958
|
d !== void 0 && (Ze(d), q = "" + d), jr(c) && (Ze(c.key), q = "" + c.key), Sr(c) && (me = c.ref, Or(c, K));
|
|
@@ -1967,7 +1967,7 @@ function yn() {
|
|
|
1967
1967
|
var le = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
|
|
1968
1968
|
q && De(B, le), me && lr(B, le);
|
|
1969
1969
|
}
|
|
1970
|
-
return Pr(t, q, me, K,
|
|
1970
|
+
return Pr(t, q, me, K, W, Ie.current, B);
|
|
1971
1971
|
}
|
|
1972
1972
|
}
|
|
1973
1973
|
var He = te.ReactCurrentOwner, fr = te.ReactDebugCurrentFrame;
|
|
@@ -1981,7 +1981,7 @@ function yn() {
|
|
|
1981
1981
|
var Ve;
|
|
1982
1982
|
Ve = !1;
|
|
1983
1983
|
function Ne(t) {
|
|
1984
|
-
return typeof t == "object" && t !== null && t.$$typeof ===
|
|
1984
|
+
return typeof t == "object" && t !== null && t.$$typeof === l;
|
|
1985
1985
|
}
|
|
1986
1986
|
function qe() {
|
|
1987
1987
|
{
|
|
@@ -2028,8 +2028,8 @@ Check the top-level render call using <` + d + ">.");
|
|
|
2028
2028
|
if (dr[d])
|
|
2029
2029
|
return;
|
|
2030
2030
|
dr[d] = !0;
|
|
2031
|
-
var
|
|
2032
|
-
t && t._owner && t._owner !== He.current && (
|
|
2031
|
+
var W = "";
|
|
2032
|
+
t && t._owner && t._owner !== He.current && (W = " It was passed a child from " + pe(t._owner.type) + "."), ke(t), J('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', d, W), ke(null);
|
|
2033
2033
|
}
|
|
2034
2034
|
}
|
|
2035
2035
|
function vr(t, c) {
|
|
@@ -2038,8 +2038,8 @@ Check the top-level render call using <` + d + ">.");
|
|
|
2038
2038
|
return;
|
|
2039
2039
|
if (Be(t))
|
|
2040
2040
|
for (var d = 0; d < t.length; d++) {
|
|
2041
|
-
var
|
|
2042
|
-
Ne(
|
|
2041
|
+
var W = t[d];
|
|
2042
|
+
Ne(W) && pr(W, c);
|
|
2043
2043
|
}
|
|
2044
2044
|
else if (Ne(t))
|
|
2045
2045
|
t._store && (t._store.validated = !0);
|
|
@@ -2061,13 +2061,13 @@ Check the top-level render call using <` + d + ">.");
|
|
|
2061
2061
|
d = c.propTypes;
|
|
2062
2062
|
else if (typeof c == "object" && (c.$$typeof === F || // Note: Memo only checks outer props here.
|
|
2063
2063
|
// Inner props are checked in the reconciler.
|
|
2064
|
-
c.$$typeof ===
|
|
2064
|
+
c.$$typeof === A))
|
|
2065
2065
|
d = c.propTypes;
|
|
2066
2066
|
else
|
|
2067
2067
|
return;
|
|
2068
2068
|
if (d) {
|
|
2069
|
-
var
|
|
2070
|
-
Oe(d, t.props, "prop",
|
|
2069
|
+
var W = pe(c);
|
|
2070
|
+
Oe(d, t.props, "prop", W, t);
|
|
2071
2071
|
} else if (c.PropTypes !== void 0 && !Ve) {
|
|
2072
2072
|
Ve = !0;
|
|
2073
2073
|
var K = pe(c);
|
|
@@ -2079,9 +2079,9 @@ Check the top-level render call using <` + d + ">.");
|
|
|
2079
2079
|
function Xe(t) {
|
|
2080
2080
|
{
|
|
2081
2081
|
for (var c = Object.keys(t.props), d = 0; d < c.length; d++) {
|
|
2082
|
-
var
|
|
2083
|
-
if (
|
|
2084
|
-
ke(t), J("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",
|
|
2082
|
+
var W = c[d];
|
|
2083
|
+
if (W !== "children" && W !== "key") {
|
|
2084
|
+
ke(t), J("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", W), ke(null);
|
|
2085
2085
|
break;
|
|
2086
2086
|
}
|
|
2087
2087
|
}
|
|
@@ -2089,16 +2089,16 @@ Check the top-level render call using <` + d + ">.");
|
|
|
2089
2089
|
}
|
|
2090
2090
|
}
|
|
2091
2091
|
var Qe = {};
|
|
2092
|
-
function yr(t, c, d,
|
|
2092
|
+
function yr(t, c, d, W, K, ee) {
|
|
2093
2093
|
{
|
|
2094
|
-
var B =
|
|
2094
|
+
var B = xe(t);
|
|
2095
2095
|
if (!B) {
|
|
2096
2096
|
var q = "";
|
|
2097
2097
|
(t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (q += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
2098
2098
|
var me = Ar(K);
|
|
2099
2099
|
me ? q += me : q += qe();
|
|
2100
2100
|
var se;
|
|
2101
|
-
t === null ? se = "null" : Be(t) ? se = "array" : t !== void 0 && t.$$typeof ===
|
|
2101
|
+
t === null ? se = "null" : Be(t) ? se = "array" : t !== void 0 && t.$$typeof === l ? (se = "<" + (pe(t.type) || "Unknown") + " />", q = " Did you accidentally export a JSX literal instead of a component?") : se = typeof t, J("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", se, q);
|
|
2102
2102
|
}
|
|
2103
2103
|
var le = kr(t, c, d, K, ee);
|
|
2104
2104
|
if (le == null)
|
|
@@ -2106,7 +2106,7 @@ Check the top-level render call using <` + d + ">.");
|
|
|
2106
2106
|
if (B) {
|
|
2107
2107
|
var Re = c.children;
|
|
2108
2108
|
if (Re !== void 0)
|
|
2109
|
-
if (
|
|
2109
|
+
if (W)
|
|
2110
2110
|
if (Be(Re)) {
|
|
2111
2111
|
for (var Me = 0; Me < Re.length; Me++)
|
|
2112
2112
|
vr(Re[Me], t);
|
|
@@ -2144,7 +2144,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2144
2144
|
}()), nr;
|
|
2145
2145
|
}
|
|
2146
2146
|
process.env.NODE_ENV === "production" ? Qr.exports = vn() : Qr.exports = yn();
|
|
2147
|
-
var u = Qr.exports, et = { exports: {} },
|
|
2147
|
+
var u = Qr.exports, et = { exports: {} }, xr = { exports: {} }, X = {};
|
|
2148
2148
|
/** @license React v16.13.1
|
|
2149
2149
|
* react-is.production.min.js
|
|
2150
2150
|
*
|
|
@@ -2158,50 +2158,50 @@ function hn() {
|
|
|
2158
2158
|
if (kt)
|
|
2159
2159
|
return X;
|
|
2160
2160
|
kt = 1;
|
|
2161
|
-
var s = typeof Symbol == "function" && Symbol.for,
|
|
2161
|
+
var s = typeof Symbol == "function" && Symbol.for, l = s ? Symbol.for("react.element") : 60103, O = s ? Symbol.for("react.portal") : 60106, g = s ? Symbol.for("react.fragment") : 60107, k = s ? Symbol.for("react.strict_mode") : 60108, x = s ? Symbol.for("react.profiler") : 60114, M = s ? Symbol.for("react.provider") : 60109, P = s ? Symbol.for("react.context") : 60110, F = s ? Symbol.for("react.async_mode") : 60111, L = s ? Symbol.for("react.concurrent_mode") : 60111, _ = s ? Symbol.for("react.forward_ref") : 60112, A = s ? Symbol.for("react.suspense") : 60113, U = s ? Symbol.for("react.suspense_list") : 60120, I = s ? Symbol.for("react.memo") : 60115, G = s ? Symbol.for("react.lazy") : 60116, $ = s ? Symbol.for("react.block") : 60121, V = s ? Symbol.for("react.fundamental") : 60117, te = s ? Symbol.for("react.responder") : 60118, J = s ? Symbol.for("react.scope") : 60119;
|
|
2162
2162
|
function ne(p) {
|
|
2163
2163
|
if (typeof p == "object" && p !== null) {
|
|
2164
2164
|
var ie = p.$$typeof;
|
|
2165
2165
|
switch (ie) {
|
|
2166
|
-
case
|
|
2166
|
+
case l:
|
|
2167
2167
|
switch (p = p.type, p) {
|
|
2168
2168
|
case F:
|
|
2169
|
-
case
|
|
2169
|
+
case L:
|
|
2170
2170
|
case g:
|
|
2171
|
-
case
|
|
2172
|
-
case P:
|
|
2171
|
+
case x:
|
|
2173
2172
|
case k:
|
|
2173
|
+
case A:
|
|
2174
2174
|
return p;
|
|
2175
2175
|
default:
|
|
2176
2176
|
switch (p = p && p.$$typeof, p) {
|
|
2177
|
-
case
|
|
2178
|
-
case
|
|
2177
|
+
case P:
|
|
2178
|
+
case _:
|
|
2179
2179
|
case G:
|
|
2180
2180
|
case I:
|
|
2181
|
-
case
|
|
2181
|
+
case M:
|
|
2182
2182
|
return p;
|
|
2183
2183
|
default:
|
|
2184
2184
|
return ie;
|
|
2185
2185
|
}
|
|
2186
2186
|
}
|
|
2187
|
-
case
|
|
2187
|
+
case O:
|
|
2188
2188
|
return ie;
|
|
2189
2189
|
}
|
|
2190
2190
|
}
|
|
2191
2191
|
}
|
|
2192
2192
|
function Z(p) {
|
|
2193
|
-
return ne(p) ===
|
|
2193
|
+
return ne(p) === L;
|
|
2194
2194
|
}
|
|
2195
|
-
return X.AsyncMode = F, X.ConcurrentMode =
|
|
2195
|
+
return X.AsyncMode = F, X.ConcurrentMode = L, X.ContextConsumer = P, X.ContextProvider = M, X.Element = l, X.ForwardRef = _, X.Fragment = g, X.Lazy = G, X.Memo = I, X.Portal = O, X.Profiler = x, X.StrictMode = k, X.Suspense = A, X.isAsyncMode = function(p) {
|
|
2196
2196
|
return Z(p) || ne(p) === F;
|
|
2197
2197
|
}, X.isConcurrentMode = Z, X.isContextConsumer = function(p) {
|
|
2198
|
-
return ne(p) ===
|
|
2198
|
+
return ne(p) === P;
|
|
2199
2199
|
}, X.isContextProvider = function(p) {
|
|
2200
|
-
return ne(p) ===
|
|
2200
|
+
return ne(p) === M;
|
|
2201
2201
|
}, X.isElement = function(p) {
|
|
2202
|
-
return typeof p == "object" && p !== null && p.$$typeof ===
|
|
2202
|
+
return typeof p == "object" && p !== null && p.$$typeof === l;
|
|
2203
2203
|
}, X.isForwardRef = function(p) {
|
|
2204
|
-
return ne(p) ===
|
|
2204
|
+
return ne(p) === _;
|
|
2205
2205
|
}, X.isFragment = function(p) {
|
|
2206
2206
|
return ne(p) === g;
|
|
2207
2207
|
}, X.isLazy = function(p) {
|
|
@@ -2209,15 +2209,15 @@ function hn() {
|
|
|
2209
2209
|
}, X.isMemo = function(p) {
|
|
2210
2210
|
return ne(p) === I;
|
|
2211
2211
|
}, X.isPortal = function(p) {
|
|
2212
|
-
return ne(p) ===
|
|
2212
|
+
return ne(p) === O;
|
|
2213
2213
|
}, X.isProfiler = function(p) {
|
|
2214
|
-
return ne(p) ===
|
|
2214
|
+
return ne(p) === x;
|
|
2215
2215
|
}, X.isStrictMode = function(p) {
|
|
2216
|
-
return ne(p) === P;
|
|
2217
|
-
}, X.isSuspense = function(p) {
|
|
2218
2216
|
return ne(p) === k;
|
|
2217
|
+
}, X.isSuspense = function(p) {
|
|
2218
|
+
return ne(p) === A;
|
|
2219
2219
|
}, X.isValidElementType = function(p) {
|
|
2220
|
-
return typeof p == "string" || typeof p == "function" || p === g || p ===
|
|
2220
|
+
return typeof p == "string" || typeof p == "function" || p === g || p === L || p === x || p === k || p === A || p === U || typeof p == "object" && p !== null && (p.$$typeof === G || p.$$typeof === I || p.$$typeof === M || p.$$typeof === P || p.$$typeof === _ || p.$$typeof === V || p.$$typeof === te || p.$$typeof === J || p.$$typeof === $);
|
|
2221
2221
|
}, X.typeOf = ne, X;
|
|
2222
2222
|
}
|
|
2223
2223
|
var Q = {};
|
|
@@ -2232,63 +2232,63 @@ var Q = {};
|
|
|
2232
2232
|
var At;
|
|
2233
2233
|
function mn() {
|
|
2234
2234
|
return At || (At = 1, process.env.NODE_ENV !== "production" && function() {
|
|
2235
|
-
var s = typeof Symbol == "function" && Symbol.for,
|
|
2235
|
+
var s = typeof Symbol == "function" && Symbol.for, l = s ? Symbol.for("react.element") : 60103, O = s ? Symbol.for("react.portal") : 60106, g = s ? Symbol.for("react.fragment") : 60107, k = s ? Symbol.for("react.strict_mode") : 60108, x = s ? Symbol.for("react.profiler") : 60114, M = s ? Symbol.for("react.provider") : 60109, P = s ? Symbol.for("react.context") : 60110, F = s ? Symbol.for("react.async_mode") : 60111, L = s ? Symbol.for("react.concurrent_mode") : 60111, _ = s ? Symbol.for("react.forward_ref") : 60112, A = s ? Symbol.for("react.suspense") : 60113, U = s ? Symbol.for("react.suspense_list") : 60120, I = s ? Symbol.for("react.memo") : 60115, G = s ? Symbol.for("react.lazy") : 60116, $ = s ? Symbol.for("react.block") : 60121, V = s ? Symbol.for("react.fundamental") : 60117, te = s ? Symbol.for("react.responder") : 60118, J = s ? Symbol.for("react.scope") : 60119;
|
|
2236
2236
|
function ne(m) {
|
|
2237
2237
|
return typeof m == "string" || typeof m == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
2238
|
-
m === g || m ===
|
|
2238
|
+
m === g || m === L || m === x || m === k || m === A || m === U || typeof m == "object" && m !== null && (m.$$typeof === G || m.$$typeof === I || m.$$typeof === M || m.$$typeof === P || m.$$typeof === _ || m.$$typeof === V || m.$$typeof === te || m.$$typeof === J || m.$$typeof === $);
|
|
2239
2239
|
}
|
|
2240
2240
|
function Z(m) {
|
|
2241
2241
|
if (typeof m == "object" && m !== null) {
|
|
2242
2242
|
var he = m.$$typeof;
|
|
2243
2243
|
switch (he) {
|
|
2244
|
-
case
|
|
2244
|
+
case l:
|
|
2245
2245
|
var $e = m.type;
|
|
2246
2246
|
switch ($e) {
|
|
2247
2247
|
case F:
|
|
2248
|
-
case
|
|
2248
|
+
case L:
|
|
2249
2249
|
case g:
|
|
2250
|
-
case
|
|
2251
|
-
case P:
|
|
2250
|
+
case x:
|
|
2252
2251
|
case k:
|
|
2252
|
+
case A:
|
|
2253
2253
|
return $e;
|
|
2254
2254
|
default:
|
|
2255
2255
|
var Pe = $e && $e.$$typeof;
|
|
2256
2256
|
switch (Pe) {
|
|
2257
|
-
case
|
|
2258
|
-
case
|
|
2257
|
+
case P:
|
|
2258
|
+
case _:
|
|
2259
2259
|
case G:
|
|
2260
2260
|
case I:
|
|
2261
|
-
case
|
|
2261
|
+
case M:
|
|
2262
2262
|
return Pe;
|
|
2263
2263
|
default:
|
|
2264
2264
|
return he;
|
|
2265
2265
|
}
|
|
2266
2266
|
}
|
|
2267
|
-
case
|
|
2267
|
+
case O:
|
|
2268
2268
|
return he;
|
|
2269
2269
|
}
|
|
2270
2270
|
}
|
|
2271
2271
|
}
|
|
2272
|
-
var p = F, ie =
|
|
2272
|
+
var p = F, ie = L, Ee = P, we = M, Ce = l, xe = _, je = g, Te = G, pe = I, fe = O, de = x, ce = k, S = A, _e = !1;
|
|
2273
2273
|
function Se(m) {
|
|
2274
|
-
return _e || (_e = !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.")),
|
|
2274
|
+
return _e || (_e = !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.")), f(m) || Z(m) === F;
|
|
2275
2275
|
}
|
|
2276
|
-
function
|
|
2277
|
-
return Z(m) ===
|
|
2276
|
+
function f(m) {
|
|
2277
|
+
return Z(m) === L;
|
|
2278
2278
|
}
|
|
2279
2279
|
function n(m) {
|
|
2280
|
-
return Z(m) ===
|
|
2280
|
+
return Z(m) === P;
|
|
2281
2281
|
}
|
|
2282
2282
|
function i(m) {
|
|
2283
|
-
return Z(m) ===
|
|
2283
|
+
return Z(m) === M;
|
|
2284
2284
|
}
|
|
2285
2285
|
function h(m) {
|
|
2286
|
-
return typeof m == "object" && m !== null && m.$$typeof ===
|
|
2286
|
+
return typeof m == "object" && m !== null && m.$$typeof === l;
|
|
2287
2287
|
}
|
|
2288
2288
|
function y(m) {
|
|
2289
|
-
return Z(m) ===
|
|
2289
|
+
return Z(m) === _;
|
|
2290
2290
|
}
|
|
2291
|
-
function
|
|
2291
|
+
function E(m) {
|
|
2292
2292
|
return Z(m) === g;
|
|
2293
2293
|
}
|
|
2294
2294
|
function R(m) {
|
|
@@ -2298,23 +2298,23 @@ function mn() {
|
|
|
2298
2298
|
return Z(m) === I;
|
|
2299
2299
|
}
|
|
2300
2300
|
function T(m) {
|
|
2301
|
-
return Z(m) ===
|
|
2301
|
+
return Z(m) === O;
|
|
2302
2302
|
}
|
|
2303
2303
|
function j(m) {
|
|
2304
|
-
return Z(m) ===
|
|
2304
|
+
return Z(m) === x;
|
|
2305
2305
|
}
|
|
2306
2306
|
function D(m) {
|
|
2307
|
-
return Z(m) ===
|
|
2307
|
+
return Z(m) === k;
|
|
2308
2308
|
}
|
|
2309
2309
|
function ye(m) {
|
|
2310
|
-
return Z(m) ===
|
|
2310
|
+
return Z(m) === A;
|
|
2311
2311
|
}
|
|
2312
|
-
Q.AsyncMode = p, Q.ConcurrentMode = ie, Q.ContextConsumer = Ee, Q.ContextProvider = we, Q.Element =
|
|
2312
|
+
Q.AsyncMode = p, Q.ConcurrentMode = ie, Q.ContextConsumer = Ee, Q.ContextProvider = we, Q.Element = Ce, Q.ForwardRef = xe, Q.Fragment = je, Q.Lazy = Te, Q.Memo = pe, Q.Portal = fe, Q.Profiler = de, Q.StrictMode = ce, Q.Suspense = S, Q.isAsyncMode = Se, Q.isConcurrentMode = f, Q.isContextConsumer = n, Q.isContextProvider = i, Q.isElement = h, Q.isForwardRef = y, Q.isFragment = E, Q.isLazy = R, Q.isMemo = w, Q.isPortal = T, Q.isProfiler = j, Q.isStrictMode = D, Q.isSuspense = ye, Q.isValidElementType = ne, Q.typeOf = Z;
|
|
2313
2313
|
}()), Q;
|
|
2314
2314
|
}
|
|
2315
2315
|
var $t;
|
|
2316
|
-
function
|
|
2317
|
-
return $t || ($t = 1, process.env.NODE_ENV === "production" ?
|
|
2316
|
+
function Yt() {
|
|
2317
|
+
return $t || ($t = 1, process.env.NODE_ENV === "production" ? xr.exports = hn() : xr.exports = mn()), xr.exports;
|
|
2318
2318
|
}
|
|
2319
2319
|
/*
|
|
2320
2320
|
object-assign
|
|
@@ -2326,43 +2326,43 @@ function bn() {
|
|
|
2326
2326
|
if (Ft)
|
|
2327
2327
|
return Gr;
|
|
2328
2328
|
Ft = 1;
|
|
2329
|
-
var s = Object.getOwnPropertySymbols,
|
|
2330
|
-
function g(
|
|
2331
|
-
if (
|
|
2329
|
+
var s = Object.getOwnPropertySymbols, l = Object.prototype.hasOwnProperty, O = Object.prototype.propertyIsEnumerable;
|
|
2330
|
+
function g(x) {
|
|
2331
|
+
if (x == null)
|
|
2332
2332
|
throw new TypeError("Object.assign cannot be called with null or undefined");
|
|
2333
|
-
return Object(
|
|
2333
|
+
return Object(x);
|
|
2334
2334
|
}
|
|
2335
|
-
function
|
|
2335
|
+
function k() {
|
|
2336
2336
|
try {
|
|
2337
2337
|
if (!Object.assign)
|
|
2338
2338
|
return !1;
|
|
2339
|
-
var
|
|
2340
|
-
if (
|
|
2339
|
+
var x = new String("abc");
|
|
2340
|
+
if (x[5] = "de", Object.getOwnPropertyNames(x)[0] === "5")
|
|
2341
2341
|
return !1;
|
|
2342
|
-
for (var
|
|
2343
|
-
|
|
2344
|
-
var F = Object.getOwnPropertyNames(
|
|
2345
|
-
return
|
|
2342
|
+
for (var M = {}, P = 0; P < 10; P++)
|
|
2343
|
+
M["_" + String.fromCharCode(P)] = P;
|
|
2344
|
+
var F = Object.getOwnPropertyNames(M).map(function(_) {
|
|
2345
|
+
return M[_];
|
|
2346
2346
|
});
|
|
2347
2347
|
if (F.join("") !== "0123456789")
|
|
2348
2348
|
return !1;
|
|
2349
|
-
var
|
|
2350
|
-
return "abcdefghijklmnopqrst".split("").forEach(function(
|
|
2351
|
-
|
|
2352
|
-
}), Object.keys(Object.assign({},
|
|
2349
|
+
var L = {};
|
|
2350
|
+
return "abcdefghijklmnopqrst".split("").forEach(function(_) {
|
|
2351
|
+
L[_] = _;
|
|
2352
|
+
}), Object.keys(Object.assign({}, L)).join("") === "abcdefghijklmnopqrst";
|
|
2353
2353
|
} catch {
|
|
2354
2354
|
return !1;
|
|
2355
2355
|
}
|
|
2356
2356
|
}
|
|
2357
|
-
return Gr =
|
|
2358
|
-
for (var
|
|
2359
|
-
|
|
2360
|
-
for (var
|
|
2361
|
-
|
|
2357
|
+
return Gr = k() ? Object.assign : function(x, M) {
|
|
2358
|
+
for (var P, F = g(x), L, _ = 1; _ < arguments.length; _++) {
|
|
2359
|
+
P = Object(arguments[_]);
|
|
2360
|
+
for (var A in P)
|
|
2361
|
+
l.call(P, A) && (F[A] = P[A]);
|
|
2362
2362
|
if (s) {
|
|
2363
|
-
|
|
2364
|
-
for (var U = 0; U <
|
|
2365
|
-
|
|
2363
|
+
L = s(P);
|
|
2364
|
+
for (var U = 0; U < L.length; U++)
|
|
2365
|
+
O.call(P, L[U]) && (F[L[U]] = P[L[U]]);
|
|
2366
2366
|
}
|
|
2367
2367
|
}
|
|
2368
2368
|
return F;
|
|
@@ -2388,70 +2388,70 @@ function gn() {
|
|
|
2388
2388
|
var s = function() {
|
|
2389
2389
|
};
|
|
2390
2390
|
if (process.env.NODE_ENV !== "production") {
|
|
2391
|
-
var
|
|
2392
|
-
s = function(
|
|
2393
|
-
var
|
|
2394
|
-
typeof console < "u" && console.error(
|
|
2391
|
+
var l = rt(), O = {}, g = Ut();
|
|
2392
|
+
s = function(x) {
|
|
2393
|
+
var M = "Warning: " + x;
|
|
2394
|
+
typeof console < "u" && console.error(M);
|
|
2395
2395
|
try {
|
|
2396
|
-
throw new Error(
|
|
2396
|
+
throw new Error(M);
|
|
2397
2397
|
} catch {
|
|
2398
2398
|
}
|
|
2399
2399
|
};
|
|
2400
2400
|
}
|
|
2401
|
-
function
|
|
2401
|
+
function k(x, M, P, F, L) {
|
|
2402
2402
|
if (process.env.NODE_ENV !== "production") {
|
|
2403
|
-
for (var
|
|
2404
|
-
if (g(
|
|
2405
|
-
var
|
|
2403
|
+
for (var _ in x)
|
|
2404
|
+
if (g(x, _)) {
|
|
2405
|
+
var A;
|
|
2406
2406
|
try {
|
|
2407
|
-
if (typeof
|
|
2407
|
+
if (typeof x[_] != "function") {
|
|
2408
2408
|
var U = Error(
|
|
2409
|
-
(F || "React class") + ": " +
|
|
2409
|
+
(F || "React class") + ": " + P + " type `" + _ + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof x[_] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
|
|
2410
2410
|
);
|
|
2411
2411
|
throw U.name = "Invariant Violation", U;
|
|
2412
2412
|
}
|
|
2413
|
-
|
|
2413
|
+
A = x[_](M, _, F, P, null, l);
|
|
2414
2414
|
} catch (G) {
|
|
2415
|
-
|
|
2415
|
+
A = G;
|
|
2416
2416
|
}
|
|
2417
|
-
if (
|
|
2418
|
-
(F || "React class") + ": type specification of " +
|
|
2419
|
-
),
|
|
2420
|
-
|
|
2421
|
-
var I =
|
|
2417
|
+
if (A && !(A instanceof Error) && s(
|
|
2418
|
+
(F || "React class") + ": type specification of " + P + " `" + _ + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof A + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
|
|
2419
|
+
), A instanceof Error && !(A.message in O)) {
|
|
2420
|
+
O[A.message] = !0;
|
|
2421
|
+
var I = L ? L() : "";
|
|
2422
2422
|
s(
|
|
2423
|
-
"Failed " +
|
|
2423
|
+
"Failed " + P + " type: " + A.message + (I ?? "")
|
|
2424
2424
|
);
|
|
2425
2425
|
}
|
|
2426
2426
|
}
|
|
2427
2427
|
}
|
|
2428
2428
|
}
|
|
2429
|
-
return
|
|
2430
|
-
process.env.NODE_ENV !== "production" && (
|
|
2431
|
-
}, Jr =
|
|
2429
|
+
return k.resetWarningCache = function() {
|
|
2430
|
+
process.env.NODE_ENV !== "production" && (O = {});
|
|
2431
|
+
}, Jr = k, Jr;
|
|
2432
2432
|
}
|
|
2433
2433
|
var Zr, Mt;
|
|
2434
2434
|
function _n() {
|
|
2435
2435
|
if (Mt)
|
|
2436
2436
|
return Zr;
|
|
2437
2437
|
Mt = 1;
|
|
2438
|
-
var s =
|
|
2438
|
+
var s = Yt(), l = bn(), O = rt(), g = Ut(), k = gn(), x = function() {
|
|
2439
2439
|
};
|
|
2440
|
-
process.env.NODE_ENV !== "production" && (
|
|
2441
|
-
var F = "Warning: " +
|
|
2440
|
+
process.env.NODE_ENV !== "production" && (x = function(P) {
|
|
2441
|
+
var F = "Warning: " + P;
|
|
2442
2442
|
typeof console < "u" && console.error(F);
|
|
2443
2443
|
try {
|
|
2444
2444
|
throw new Error(F);
|
|
2445
2445
|
} catch {
|
|
2446
2446
|
}
|
|
2447
2447
|
});
|
|
2448
|
-
function
|
|
2448
|
+
function M() {
|
|
2449
2449
|
return null;
|
|
2450
2450
|
}
|
|
2451
|
-
return Zr = function(
|
|
2452
|
-
var
|
|
2453
|
-
function
|
|
2454
|
-
var n =
|
|
2451
|
+
return Zr = function(P, F) {
|
|
2452
|
+
var L = typeof Symbol == "function" && Symbol.iterator, _ = "@@iterator";
|
|
2453
|
+
function A(f) {
|
|
2454
|
+
var n = f && (L && f[L] || f[_]);
|
|
2455
2455
|
if (typeof n == "function")
|
|
2456
2456
|
return n;
|
|
2457
2457
|
}
|
|
@@ -2469,25 +2469,25 @@ function _n() {
|
|
|
2469
2469
|
element: Z(),
|
|
2470
2470
|
elementType: p(),
|
|
2471
2471
|
instanceOf: ie,
|
|
2472
|
-
node:
|
|
2472
|
+
node: xe(),
|
|
2473
2473
|
objectOf: we,
|
|
2474
2474
|
oneOf: Ee,
|
|
2475
|
-
oneOfType:
|
|
2475
|
+
oneOfType: Ce,
|
|
2476
2476
|
shape: Te,
|
|
2477
2477
|
exact: pe
|
|
2478
2478
|
};
|
|
2479
|
-
function G(
|
|
2480
|
-
return
|
|
2479
|
+
function G(f, n) {
|
|
2480
|
+
return f === n ? f !== 0 || 1 / f === 1 / n : f !== f && n !== n;
|
|
2481
2481
|
}
|
|
2482
|
-
function
|
|
2483
|
-
this.message =
|
|
2482
|
+
function $(f, n) {
|
|
2483
|
+
this.message = f, this.data = n && typeof n == "object" ? n : {}, this.stack = "";
|
|
2484
2484
|
}
|
|
2485
|
-
|
|
2486
|
-
function V(
|
|
2485
|
+
$.prototype = Error.prototype;
|
|
2486
|
+
function V(f) {
|
|
2487
2487
|
if (process.env.NODE_ENV !== "production")
|
|
2488
2488
|
var n = {}, i = 0;
|
|
2489
|
-
function h(
|
|
2490
|
-
if (T = T || U, D = D || w, ye !==
|
|
2489
|
+
function h(E, R, w, T, j, D, ye) {
|
|
2490
|
+
if (T = T || U, D = D || w, ye !== O) {
|
|
2491
2491
|
if (F) {
|
|
2492
2492
|
var m = new Error(
|
|
2493
2493
|
"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"
|
|
@@ -2496,24 +2496,24 @@ function _n() {
|
|
|
2496
2496
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
2497
2497
|
var he = T + ":" + w;
|
|
2498
2498
|
!n[he] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
2499
|
-
i < 3 && (
|
|
2499
|
+
i < 3 && (x(
|
|
2500
2500
|
"You are manually calling a React.PropTypes validation function for the `" + D + "` prop on `" + T + "`. 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."
|
|
2501
2501
|
), n[he] = !0, i++);
|
|
2502
2502
|
}
|
|
2503
2503
|
}
|
|
2504
|
-
return R[w] == null ?
|
|
2504
|
+
return R[w] == null ? E ? R[w] === null ? new $("The " + j + " `" + D + "` is marked as required " + ("in `" + T + "`, but its value is `null`.")) : new $("The " + j + " `" + D + "` is marked as required in " + ("`" + T + "`, but its value is `undefined`.")) : null : f(R, w, T, j, D);
|
|
2505
2505
|
}
|
|
2506
2506
|
var y = h.bind(null, !1);
|
|
2507
2507
|
return y.isRequired = h.bind(null, !0), y;
|
|
2508
2508
|
}
|
|
2509
|
-
function te(
|
|
2510
|
-
function n(i, h, y,
|
|
2509
|
+
function te(f) {
|
|
2510
|
+
function n(i, h, y, E, R, w) {
|
|
2511
2511
|
var T = i[h], j = ce(T);
|
|
2512
|
-
if (j !==
|
|
2512
|
+
if (j !== f) {
|
|
2513
2513
|
var D = S(T);
|
|
2514
|
-
return new
|
|
2515
|
-
"Invalid " +
|
|
2516
|
-
{ expectedType:
|
|
2514
|
+
return new $(
|
|
2515
|
+
"Invalid " + E + " `" + R + "` of type " + ("`" + D + "` supplied to `" + y + "`, expected ") + ("`" + f + "`."),
|
|
2516
|
+
{ expectedType: f }
|
|
2517
2517
|
);
|
|
2518
2518
|
}
|
|
2519
2519
|
return null;
|
|
@@ -2521,19 +2521,19 @@ function _n() {
|
|
|
2521
2521
|
return V(n);
|
|
2522
2522
|
}
|
|
2523
2523
|
function J() {
|
|
2524
|
-
return V(
|
|
2524
|
+
return V(M);
|
|
2525
2525
|
}
|
|
2526
|
-
function ne(
|
|
2527
|
-
function n(i, h, y,
|
|
2528
|
-
if (typeof
|
|
2529
|
-
return new
|
|
2526
|
+
function ne(f) {
|
|
2527
|
+
function n(i, h, y, E, R) {
|
|
2528
|
+
if (typeof f != "function")
|
|
2529
|
+
return new $("Property `" + R + "` of component `" + y + "` has invalid PropType notation inside arrayOf.");
|
|
2530
2530
|
var w = i[h];
|
|
2531
2531
|
if (!Array.isArray(w)) {
|
|
2532
2532
|
var T = ce(w);
|
|
2533
|
-
return new
|
|
2533
|
+
return new $("Invalid " + E + " `" + R + "` of type " + ("`" + T + "` supplied to `" + y + "`, expected an array."));
|
|
2534
2534
|
}
|
|
2535
2535
|
for (var j = 0; j < w.length; j++) {
|
|
2536
|
-
var D =
|
|
2536
|
+
var D = f(w, j, y, E, R + "[" + j + "]", O);
|
|
2537
2537
|
if (D instanceof Error)
|
|
2538
2538
|
return D;
|
|
2539
2539
|
}
|
|
@@ -2542,64 +2542,64 @@ function _n() {
|
|
|
2542
2542
|
return V(n);
|
|
2543
2543
|
}
|
|
2544
2544
|
function Z() {
|
|
2545
|
-
function
|
|
2545
|
+
function f(n, i, h, y, E) {
|
|
2546
2546
|
var R = n[i];
|
|
2547
|
-
if (!
|
|
2547
|
+
if (!P(R)) {
|
|
2548
2548
|
var w = ce(R);
|
|
2549
|
-
return new
|
|
2549
|
+
return new $("Invalid " + y + " `" + E + "` of type " + ("`" + w + "` supplied to `" + h + "`, expected a single ReactElement."));
|
|
2550
2550
|
}
|
|
2551
2551
|
return null;
|
|
2552
2552
|
}
|
|
2553
|
-
return V(
|
|
2553
|
+
return V(f);
|
|
2554
2554
|
}
|
|
2555
2555
|
function p() {
|
|
2556
|
-
function
|
|
2556
|
+
function f(n, i, h, y, E) {
|
|
2557
2557
|
var R = n[i];
|
|
2558
2558
|
if (!s.isValidElementType(R)) {
|
|
2559
2559
|
var w = ce(R);
|
|
2560
|
-
return new
|
|
2560
|
+
return new $("Invalid " + y + " `" + E + "` of type " + ("`" + w + "` supplied to `" + h + "`, expected a single ReactElement type."));
|
|
2561
2561
|
}
|
|
2562
2562
|
return null;
|
|
2563
2563
|
}
|
|
2564
|
-
return V(
|
|
2564
|
+
return V(f);
|
|
2565
2565
|
}
|
|
2566
|
-
function ie(
|
|
2567
|
-
function n(i, h, y,
|
|
2568
|
-
if (!(i[h] instanceof
|
|
2569
|
-
var w =
|
|
2570
|
-
return new
|
|
2566
|
+
function ie(f) {
|
|
2567
|
+
function n(i, h, y, E, R) {
|
|
2568
|
+
if (!(i[h] instanceof f)) {
|
|
2569
|
+
var w = f.name || U, T = Se(i[h]);
|
|
2570
|
+
return new $("Invalid " + E + " `" + R + "` of type " + ("`" + T + "` supplied to `" + y + "`, expected ") + ("instance of `" + w + "`."));
|
|
2571
2571
|
}
|
|
2572
2572
|
return null;
|
|
2573
2573
|
}
|
|
2574
2574
|
return V(n);
|
|
2575
2575
|
}
|
|
2576
|
-
function Ee(
|
|
2577
|
-
if (!Array.isArray(
|
|
2578
|
-
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ?
|
|
2576
|
+
function Ee(f) {
|
|
2577
|
+
if (!Array.isArray(f))
|
|
2578
|
+
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? x(
|
|
2579
2579
|
"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])."
|
|
2580
|
-
) :
|
|
2581
|
-
function n(i, h, y,
|
|
2582
|
-
for (var w = i[h], T = 0; T <
|
|
2583
|
-
if (G(w,
|
|
2580
|
+
) : x("Invalid argument supplied to oneOf, expected an array.")), M;
|
|
2581
|
+
function n(i, h, y, E, R) {
|
|
2582
|
+
for (var w = i[h], T = 0; T < f.length; T++)
|
|
2583
|
+
if (G(w, f[T]))
|
|
2584
2584
|
return null;
|
|
2585
|
-
var j = JSON.stringify(
|
|
2585
|
+
var j = JSON.stringify(f, function(ye, m) {
|
|
2586
2586
|
var he = S(m);
|
|
2587
2587
|
return he === "symbol" ? String(m) : m;
|
|
2588
2588
|
});
|
|
2589
|
-
return new
|
|
2589
|
+
return new $("Invalid " + E + " `" + R + "` of value `" + String(w) + "` " + ("supplied to `" + y + "`, expected one of " + j + "."));
|
|
2590
2590
|
}
|
|
2591
2591
|
return V(n);
|
|
2592
2592
|
}
|
|
2593
|
-
function we(
|
|
2594
|
-
function n(i, h, y,
|
|
2595
|
-
if (typeof
|
|
2596
|
-
return new
|
|
2593
|
+
function we(f) {
|
|
2594
|
+
function n(i, h, y, E, R) {
|
|
2595
|
+
if (typeof f != "function")
|
|
2596
|
+
return new $("Property `" + R + "` of component `" + y + "` has invalid PropType notation inside objectOf.");
|
|
2597
2597
|
var w = i[h], T = ce(w);
|
|
2598
2598
|
if (T !== "object")
|
|
2599
|
-
return new
|
|
2599
|
+
return new $("Invalid " + E + " `" + R + "` of type " + ("`" + T + "` supplied to `" + y + "`, expected an object."));
|
|
2600
2600
|
for (var j in w)
|
|
2601
2601
|
if (g(w, j)) {
|
|
2602
|
-
var D =
|
|
2602
|
+
var D = f(w, j, y, E, R + "." + j, O);
|
|
2603
2603
|
if (D instanceof Error)
|
|
2604
2604
|
return D;
|
|
2605
2605
|
}
|
|
@@ -2607,49 +2607,49 @@ function _n() {
|
|
|
2607
2607
|
}
|
|
2608
2608
|
return V(n);
|
|
2609
2609
|
}
|
|
2610
|
-
function
|
|
2611
|
-
if (!Array.isArray(
|
|
2612
|
-
return process.env.NODE_ENV !== "production" &&
|
|
2613
|
-
for (var n = 0; n <
|
|
2614
|
-
var i =
|
|
2610
|
+
function Ce(f) {
|
|
2611
|
+
if (!Array.isArray(f))
|
|
2612
|
+
return process.env.NODE_ENV !== "production" && x("Invalid argument supplied to oneOfType, expected an instance of array."), M;
|
|
2613
|
+
for (var n = 0; n < f.length; n++) {
|
|
2614
|
+
var i = f[n];
|
|
2615
2615
|
if (typeof i != "function")
|
|
2616
|
-
return
|
|
2616
|
+
return x(
|
|
2617
2617
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + _e(i) + " at index " + n + "."
|
|
2618
|
-
),
|
|
2618
|
+
), M;
|
|
2619
2619
|
}
|
|
2620
|
-
function h(y,
|
|
2621
|
-
for (var j = [], D = 0; D <
|
|
2622
|
-
var ye =
|
|
2620
|
+
function h(y, E, R, w, T) {
|
|
2621
|
+
for (var j = [], D = 0; D < f.length; D++) {
|
|
2622
|
+
var ye = f[D], m = ye(y, E, R, w, T, O);
|
|
2623
2623
|
if (m == null)
|
|
2624
2624
|
return null;
|
|
2625
2625
|
m.data && g(m.data, "expectedType") && j.push(m.data.expectedType);
|
|
2626
2626
|
}
|
|
2627
2627
|
var he = j.length > 0 ? ", expected one of type [" + j.join(", ") + "]" : "";
|
|
2628
|
-
return new
|
|
2628
|
+
return new $("Invalid " + w + " `" + T + "` supplied to " + ("`" + R + "`" + he + "."));
|
|
2629
2629
|
}
|
|
2630
2630
|
return V(h);
|
|
2631
2631
|
}
|
|
2632
|
-
function
|
|
2633
|
-
function
|
|
2634
|
-
return fe(n[i]) ? null : new
|
|
2632
|
+
function xe() {
|
|
2633
|
+
function f(n, i, h, y, E) {
|
|
2634
|
+
return fe(n[i]) ? null : new $("Invalid " + y + " `" + E + "` supplied to " + ("`" + h + "`, expected a ReactNode."));
|
|
2635
2635
|
}
|
|
2636
|
-
return V(
|
|
2636
|
+
return V(f);
|
|
2637
2637
|
}
|
|
2638
|
-
function je(
|
|
2639
|
-
return new
|
|
2640
|
-
(
|
|
2638
|
+
function je(f, n, i, h, y) {
|
|
2639
|
+
return new $(
|
|
2640
|
+
(f || "React class") + ": " + n + " type `" + i + "." + h + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + y + "`."
|
|
2641
2641
|
);
|
|
2642
2642
|
}
|
|
2643
|
-
function Te(
|
|
2644
|
-
function n(i, h, y,
|
|
2643
|
+
function Te(f) {
|
|
2644
|
+
function n(i, h, y, E, R) {
|
|
2645
2645
|
var w = i[h], T = ce(w);
|
|
2646
2646
|
if (T !== "object")
|
|
2647
|
-
return new
|
|
2648
|
-
for (var j in
|
|
2649
|
-
var D =
|
|
2647
|
+
return new $("Invalid " + E + " `" + R + "` of type `" + T + "` " + ("supplied to `" + y + "`, expected `object`."));
|
|
2648
|
+
for (var j in f) {
|
|
2649
|
+
var D = f[j];
|
|
2650
2650
|
if (typeof D != "function")
|
|
2651
|
-
return je(y,
|
|
2652
|
-
var ye = D(w, j, y,
|
|
2651
|
+
return je(y, E, R, j, S(D));
|
|
2652
|
+
var ye = D(w, j, y, E, R + "." + j, O);
|
|
2653
2653
|
if (ye)
|
|
2654
2654
|
return ye;
|
|
2655
2655
|
}
|
|
@@ -2657,22 +2657,22 @@ function _n() {
|
|
|
2657
2657
|
}
|
|
2658
2658
|
return V(n);
|
|
2659
2659
|
}
|
|
2660
|
-
function pe(
|
|
2661
|
-
function n(i, h, y,
|
|
2660
|
+
function pe(f) {
|
|
2661
|
+
function n(i, h, y, E, R) {
|
|
2662
2662
|
var w = i[h], T = ce(w);
|
|
2663
2663
|
if (T !== "object")
|
|
2664
|
-
return new
|
|
2665
|
-
var j =
|
|
2664
|
+
return new $("Invalid " + E + " `" + R + "` of type `" + T + "` " + ("supplied to `" + y + "`, expected `object`."));
|
|
2665
|
+
var j = l({}, i[h], f);
|
|
2666
2666
|
for (var D in j) {
|
|
2667
|
-
var ye =
|
|
2668
|
-
if (g(
|
|
2669
|
-
return je(y,
|
|
2667
|
+
var ye = f[D];
|
|
2668
|
+
if (g(f, D) && typeof ye != "function")
|
|
2669
|
+
return je(y, E, R, D, S(ye));
|
|
2670
2670
|
if (!ye)
|
|
2671
|
-
return new
|
|
2672
|
-
"Invalid " +
|
|
2673
|
-
Valid keys: ` + JSON.stringify(Object.keys(
|
|
2671
|
+
return new $(
|
|
2672
|
+
"Invalid " + E + " `" + R + "` key `" + D + "` supplied to `" + y + "`.\nBad object: " + JSON.stringify(i[h], null, " ") + `
|
|
2673
|
+
Valid keys: ` + JSON.stringify(Object.keys(f), null, " ")
|
|
2674
2674
|
);
|
|
2675
|
-
var m = ye(w, D, y,
|
|
2675
|
+
var m = ye(w, D, y, E, R + "." + D, O);
|
|
2676
2676
|
if (m)
|
|
2677
2677
|
return m;
|
|
2678
2678
|
}
|
|
@@ -2680,23 +2680,23 @@ Valid keys: ` + JSON.stringify(Object.keys(l), null, " ")
|
|
|
2680
2680
|
}
|
|
2681
2681
|
return V(n);
|
|
2682
2682
|
}
|
|
2683
|
-
function fe(
|
|
2684
|
-
switch (typeof
|
|
2683
|
+
function fe(f) {
|
|
2684
|
+
switch (typeof f) {
|
|
2685
2685
|
case "number":
|
|
2686
2686
|
case "string":
|
|
2687
2687
|
case "undefined":
|
|
2688
2688
|
return !0;
|
|
2689
2689
|
case "boolean":
|
|
2690
|
-
return !
|
|
2690
|
+
return !f;
|
|
2691
2691
|
case "object":
|
|
2692
|
-
if (Array.isArray(
|
|
2693
|
-
return
|
|
2694
|
-
if (
|
|
2692
|
+
if (Array.isArray(f))
|
|
2693
|
+
return f.every(fe);
|
|
2694
|
+
if (f === null || P(f))
|
|
2695
2695
|
return !0;
|
|
2696
|
-
var n =
|
|
2696
|
+
var n = A(f);
|
|
2697
2697
|
if (n) {
|
|
2698
|
-
var i = n.call(
|
|
2699
|
-
if (n !==
|
|
2698
|
+
var i = n.call(f), h;
|
|
2699
|
+
if (n !== f.entries) {
|
|
2700
2700
|
for (; !(h = i.next()).done; )
|
|
2701
2701
|
if (!fe(h.value))
|
|
2702
2702
|
return !1;
|
|
@@ -2713,27 +2713,27 @@ Valid keys: ` + JSON.stringify(Object.keys(l), null, " ")
|
|
|
2713
2713
|
return !1;
|
|
2714
2714
|
}
|
|
2715
2715
|
}
|
|
2716
|
-
function de(
|
|
2717
|
-
return
|
|
2716
|
+
function de(f, n) {
|
|
2717
|
+
return f === "symbol" ? !0 : n ? n["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && n instanceof Symbol : !1;
|
|
2718
2718
|
}
|
|
2719
|
-
function ce(
|
|
2720
|
-
var n = typeof
|
|
2721
|
-
return Array.isArray(
|
|
2719
|
+
function ce(f) {
|
|
2720
|
+
var n = typeof f;
|
|
2721
|
+
return Array.isArray(f) ? "array" : f instanceof RegExp ? "object" : de(n, f) ? "symbol" : n;
|
|
2722
2722
|
}
|
|
2723
|
-
function S(
|
|
2724
|
-
if (typeof
|
|
2725
|
-
return "" +
|
|
2726
|
-
var n = ce(
|
|
2723
|
+
function S(f) {
|
|
2724
|
+
if (typeof f > "u" || f === null)
|
|
2725
|
+
return "" + f;
|
|
2726
|
+
var n = ce(f);
|
|
2727
2727
|
if (n === "object") {
|
|
2728
|
-
if (
|
|
2728
|
+
if (f instanceof Date)
|
|
2729
2729
|
return "date";
|
|
2730
|
-
if (
|
|
2730
|
+
if (f instanceof RegExp)
|
|
2731
2731
|
return "regexp";
|
|
2732
2732
|
}
|
|
2733
2733
|
return n;
|
|
2734
2734
|
}
|
|
2735
|
-
function _e(
|
|
2736
|
-
var n = S(
|
|
2735
|
+
function _e(f) {
|
|
2736
|
+
var n = S(f);
|
|
2737
2737
|
switch (n) {
|
|
2738
2738
|
case "array":
|
|
2739
2739
|
case "object":
|
|
@@ -2746,10 +2746,10 @@ Valid keys: ` + JSON.stringify(Object.keys(l), null, " ")
|
|
|
2746
2746
|
return n;
|
|
2747
2747
|
}
|
|
2748
2748
|
}
|
|
2749
|
-
function Se(
|
|
2750
|
-
return !
|
|
2749
|
+
function Se(f) {
|
|
2750
|
+
return !f.constructor || !f.constructor.name ? U : f.constructor.name;
|
|
2751
2751
|
}
|
|
2752
|
-
return I.checkPropTypes =
|
|
2752
|
+
return I.checkPropTypes = k, I.resetWarningCache = k.resetWarningCache, I.PropTypes = I, I;
|
|
2753
2753
|
}, Zr;
|
|
2754
2754
|
}
|
|
2755
2755
|
var Xr, Lt;
|
|
@@ -2758,13 +2758,13 @@ function En() {
|
|
|
2758
2758
|
return Xr;
|
|
2759
2759
|
Lt = 1;
|
|
2760
2760
|
var s = rt();
|
|
2761
|
-
function
|
|
2761
|
+
function l() {
|
|
2762
2762
|
}
|
|
2763
|
-
function
|
|
2763
|
+
function O() {
|
|
2764
2764
|
}
|
|
2765
|
-
return
|
|
2766
|
-
function g(
|
|
2767
|
-
if (
|
|
2765
|
+
return O.resetWarningCache = l, Xr = function() {
|
|
2766
|
+
function g(M, P, F, L, _, A) {
|
|
2767
|
+
if (A !== s) {
|
|
2768
2768
|
var U = new Error(
|
|
2769
2769
|
"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"
|
|
2770
2770
|
);
|
|
@@ -2772,10 +2772,10 @@ function En() {
|
|
|
2772
2772
|
}
|
|
2773
2773
|
}
|
|
2774
2774
|
g.isRequired = g;
|
|
2775
|
-
function
|
|
2775
|
+
function k() {
|
|
2776
2776
|
return g;
|
|
2777
2777
|
}
|
|
2778
|
-
var
|
|
2778
|
+
var x = {
|
|
2779
2779
|
array: g,
|
|
2780
2780
|
bigint: g,
|
|
2781
2781
|
bool: g,
|
|
@@ -2785,42 +2785,42 @@ function En() {
|
|
|
2785
2785
|
string: g,
|
|
2786
2786
|
symbol: g,
|
|
2787
2787
|
any: g,
|
|
2788
|
-
arrayOf:
|
|
2788
|
+
arrayOf: k,
|
|
2789
2789
|
element: g,
|
|
2790
2790
|
elementType: g,
|
|
2791
|
-
instanceOf:
|
|
2791
|
+
instanceOf: k,
|
|
2792
2792
|
node: g,
|
|
2793
|
-
objectOf:
|
|
2794
|
-
oneOf:
|
|
2795
|
-
oneOfType:
|
|
2796
|
-
shape:
|
|
2797
|
-
exact:
|
|
2798
|
-
checkPropTypes:
|
|
2799
|
-
resetWarningCache:
|
|
2793
|
+
objectOf: k,
|
|
2794
|
+
oneOf: k,
|
|
2795
|
+
oneOfType: k,
|
|
2796
|
+
shape: k,
|
|
2797
|
+
exact: k,
|
|
2798
|
+
checkPropTypes: O,
|
|
2799
|
+
resetWarningCache: l
|
|
2800
2800
|
};
|
|
2801
|
-
return
|
|
2801
|
+
return x.PropTypes = x, x;
|
|
2802
2802
|
}, Xr;
|
|
2803
2803
|
}
|
|
2804
2804
|
if (process.env.NODE_ENV !== "production") {
|
|
2805
|
-
var Rn =
|
|
2805
|
+
var Rn = Yt(), wn = !0;
|
|
2806
2806
|
et.exports = _n()(Rn.isElement, wn);
|
|
2807
2807
|
} else
|
|
2808
2808
|
et.exports = En()();
|
|
2809
|
-
var
|
|
2810
|
-
const
|
|
2809
|
+
var Cn = et.exports;
|
|
2810
|
+
const b = /* @__PURE__ */ fn(Cn), xn = ({ title: s = "", id: l = "", children: O = /* @__PURE__ */ u.jsx("div", {}) }) => /* @__PURE__ */ u.jsxs("div", { className: "u-accordion", children: [
|
|
2811
2811
|
/* @__PURE__ */ u.jsx("div", { className: "u-accordion-title", children: s }),
|
|
2812
|
-
/* @__PURE__ */ u.jsx("input", { className: "u-accordion-input", type: "checkbox", id: `u-accordion${
|
|
2813
|
-
/* @__PURE__ */ u.jsx("label", { className: "u-accordion-toggle", htmlFor: `u-accordion${
|
|
2814
|
-
/* @__PURE__ */ u.jsx("div", { className: "u-accordion-content", children:
|
|
2812
|
+
/* @__PURE__ */ u.jsx("input", { className: "u-accordion-input", type: "checkbox", id: `u-accordion${l}` }),
|
|
2813
|
+
/* @__PURE__ */ u.jsx("label", { className: "u-accordion-toggle", htmlFor: `u-accordion${l}` }),
|
|
2814
|
+
/* @__PURE__ */ u.jsx("div", { className: "u-accordion-content", children: O })
|
|
2815
2815
|
] });
|
|
2816
|
-
|
|
2817
|
-
title:
|
|
2818
|
-
id:
|
|
2819
|
-
children:
|
|
2816
|
+
xn.propTypes = {
|
|
2817
|
+
title: b.string,
|
|
2818
|
+
id: b.string,
|
|
2819
|
+
children: b.node
|
|
2820
2820
|
};
|
|
2821
|
-
const Tn = ({ onClick: s, variant:
|
|
2822
|
-
const
|
|
2823
|
-
switch (
|
|
2821
|
+
const Tn = ({ onClick: s, variant: l = "primary", size: O = "medium", type: g = "button", icon: k = "", iconLeft: x = !1, iconOnly: M = !1, iconSize: P, disabled: F = !1, children: L = "ОК" }) => {
|
|
2822
|
+
const _ = ($) => {
|
|
2823
|
+
switch ($) {
|
|
2824
2824
|
case "primary":
|
|
2825
2825
|
return "u-button";
|
|
2826
2826
|
case "danger":
|
|
@@ -2842,8 +2842,8 @@ const Tn = ({ onClick: s, variant: f = "primary", size: $ = "medium", type: g =
|
|
|
2842
2842
|
case "text-danger-table":
|
|
2843
2843
|
return "u-button-text u-button-text-danger-table";
|
|
2844
2844
|
}
|
|
2845
|
-
},
|
|
2846
|
-
switch (
|
|
2845
|
+
}, A = ($) => {
|
|
2846
|
+
switch ($) {
|
|
2847
2847
|
case "medium":
|
|
2848
2848
|
return "";
|
|
2849
2849
|
case "small":
|
|
@@ -2851,29 +2851,29 @@ const Tn = ({ onClick: s, variant: f = "primary", size: $ = "medium", type: g =
|
|
|
2851
2851
|
default:
|
|
2852
2852
|
return "";
|
|
2853
2853
|
}
|
|
2854
|
-
}, U = (
|
|
2854
|
+
}, U = ($, V) => $ && ["text", "text-danger"].includes(V) ? " u-button-text-icon-left" : $ ? " u-button-icon-left" : "", I = ($) => $ ? " icon-only" : "", G = ($) => typeof $ == "number" ? `${$}px` : String($);
|
|
2855
2855
|
return /* @__PURE__ */ u.jsxs(
|
|
2856
2856
|
"button",
|
|
2857
2857
|
{
|
|
2858
|
-
className: `${
|
|
2858
|
+
className: `${_(l)}${A(O)}${U(x, l)}`,
|
|
2859
2859
|
type: g,
|
|
2860
2860
|
onClick: s,
|
|
2861
2861
|
disabled: F,
|
|
2862
2862
|
children: [
|
|
2863
|
-
!
|
|
2863
|
+
!M && l !== "icon" && L,
|
|
2864
2864
|
" ",
|
|
2865
|
-
|
|
2865
|
+
k && /* @__PURE__ */ u.jsx("i", { style: P && { fontSize: G(P) }, className: `u-icon${I(M)} icon-${k}` })
|
|
2866
2866
|
]
|
|
2867
2867
|
}
|
|
2868
2868
|
);
|
|
2869
2869
|
};
|
|
2870
2870
|
Tn.propTypes = {
|
|
2871
|
-
variant:
|
|
2872
|
-
type:
|
|
2873
|
-
size:
|
|
2874
|
-
children:
|
|
2875
|
-
onClick:
|
|
2876
|
-
icon:
|
|
2871
|
+
variant: b.oneOf(["primary", "danger", "outline", "danger-outline", "simple", "icon", "text", "text-danger", "text-table", "text-danger-table"]),
|
|
2872
|
+
type: b.string,
|
|
2873
|
+
size: b.string,
|
|
2874
|
+
children: b.string,
|
|
2875
|
+
onClick: b.func,
|
|
2876
|
+
icon: b.oneOf([
|
|
2877
2877
|
"active",
|
|
2878
2878
|
"application",
|
|
2879
2879
|
"attention",
|
|
@@ -2966,31 +2966,31 @@ Tn.propTypes = {
|
|
|
2966
2966
|
};
|
|
2967
2967
|
const Sn = ({
|
|
2968
2968
|
children: s = /* @__PURE__ */ u.jsx("span", {}),
|
|
2969
|
-
disabled:
|
|
2970
|
-
checked:
|
|
2969
|
+
disabled: l,
|
|
2970
|
+
checked: O,
|
|
2971
2971
|
rightCheckbox: g = !1,
|
|
2972
|
-
onClick:
|
|
2972
|
+
onClick: k
|
|
2973
2973
|
}) => /* @__PURE__ */ u.jsxs("label", { className: "u-checkbox", children: [
|
|
2974
2974
|
g && /* @__PURE__ */ u.jsx(u.Fragment, { children: s }),
|
|
2975
|
-
/* @__PURE__ */ u.jsx("input", { checked:
|
|
2975
|
+
/* @__PURE__ */ u.jsx("input", { checked: O, disabled: l, type: "checkbox", onClick: k }),
|
|
2976
2976
|
/* @__PURE__ */ u.jsx("div", { className: "u-checkbox-input" }),
|
|
2977
2977
|
!g && /* @__PURE__ */ u.jsx(u.Fragment, { children: s })
|
|
2978
2978
|
] });
|
|
2979
2979
|
Sn.propTypes = {
|
|
2980
|
-
children:
|
|
2981
|
-
disabled:
|
|
2982
|
-
checked:
|
|
2983
|
-
rightCheckbox:
|
|
2984
|
-
onChange:
|
|
2980
|
+
children: b.node,
|
|
2981
|
+
disabled: b.bool,
|
|
2982
|
+
checked: b.bool,
|
|
2983
|
+
rightCheckbox: b.bool,
|
|
2984
|
+
onChange: b.func
|
|
2985
2985
|
};
|
|
2986
|
-
const jn = ({ name: s = "", size:
|
|
2987
|
-
const g = (
|
|
2988
|
-
return /* @__PURE__ */ u.jsx("i", { style: { fontSize: g(
|
|
2986
|
+
const jn = ({ name: s = "", size: l = "", color: O = "" }) => {
|
|
2987
|
+
const g = (k) => typeof k == "number" ? `${k}px` : String(k);
|
|
2988
|
+
return /* @__PURE__ */ u.jsx("i", { style: { fontSize: g(l), color: O }, className: `u-icon icon-${s}` });
|
|
2989
2989
|
};
|
|
2990
2990
|
jn.propTypes = {
|
|
2991
|
-
size:
|
|
2992
|
-
color:
|
|
2993
|
-
name:
|
|
2991
|
+
size: b.string,
|
|
2992
|
+
color: b.string,
|
|
2993
|
+
name: b.oneOf([
|
|
2994
2994
|
"active",
|
|
2995
2995
|
"application",
|
|
2996
2996
|
"attention",
|
|
@@ -3081,8 +3081,8 @@ jn.propTypes = {
|
|
|
3081
3081
|
"zip"
|
|
3082
3082
|
])
|
|
3083
3083
|
};
|
|
3084
|
-
const On = ({ title: s = "", defaultValue:
|
|
3085
|
-
const
|
|
3084
|
+
const On = ({ title: s = "", defaultValue: l = "", onChange: O, required: g = !1, disabled: k = !1, lineUp: x = !1, rowGap: M = 4, columnGap: P = 20, styleInputContainer: F, styleTitle: L, styleInput: _ }) => {
|
|
3085
|
+
const A = (U) => typeof U == "number" ? `${U}px` : String(U);
|
|
3086
3086
|
return /* @__PURE__ */ u.jsxs(
|
|
3087
3087
|
"div",
|
|
3088
3088
|
{
|
|
@@ -3090,9 +3090,9 @@ const On = ({ title: s = "", defaultValue: f = "", onChange: $, required: g = !1
|
|
|
3090
3090
|
style: Object.assign(
|
|
3091
3091
|
{
|
|
3092
3092
|
display: "flex",
|
|
3093
|
-
flexDirection:
|
|
3094
|
-
rowGap:
|
|
3095
|
-
columnGap:
|
|
3093
|
+
flexDirection: x ? "row" : "column",
|
|
3094
|
+
rowGap: x ? null : A(M),
|
|
3095
|
+
columnGap: x ? A(P) : null
|
|
3096
3096
|
},
|
|
3097
3097
|
F
|
|
3098
3098
|
),
|
|
@@ -3105,30 +3105,30 @@ const On = ({ title: s = "", defaultValue: f = "", onChange: $, required: g = !1
|
|
|
3105
3105
|
{
|
|
3106
3106
|
color: "#545454"
|
|
3107
3107
|
},
|
|
3108
|
-
|
|
3108
|
+
L
|
|
3109
3109
|
),
|
|
3110
3110
|
children: s
|
|
3111
3111
|
}
|
|
3112
3112
|
),
|
|
3113
|
-
/* @__PURE__ */ u.jsx("input", { className: "u-react-input u-input", style:
|
|
3113
|
+
/* @__PURE__ */ u.jsx("input", { className: "u-react-input u-input", style: _, type: "text", placeholder: "введите", value: l, disabled: k, onChange: O })
|
|
3114
3114
|
]
|
|
3115
3115
|
}
|
|
3116
3116
|
);
|
|
3117
3117
|
};
|
|
3118
3118
|
On.propTypes = {
|
|
3119
|
-
title:
|
|
3120
|
-
required:
|
|
3121
|
-
disabled:
|
|
3122
|
-
lineUp:
|
|
3123
|
-
rowGap:
|
|
3124
|
-
columnGap:
|
|
3125
|
-
styleInputContainer:
|
|
3126
|
-
styleTitle:
|
|
3127
|
-
styleInput:
|
|
3119
|
+
title: b.string,
|
|
3120
|
+
required: b.bool,
|
|
3121
|
+
disabled: b.bool,
|
|
3122
|
+
lineUp: b.bool,
|
|
3123
|
+
rowGap: b.bool,
|
|
3124
|
+
columnGap: b.bool,
|
|
3125
|
+
styleInputContainer: b.object,
|
|
3126
|
+
styleTitle: b.object,
|
|
3127
|
+
styleInput: b.object
|
|
3128
3128
|
};
|
|
3129
|
-
const Pn = ({ size: s = "medium", variant:
|
|
3130
|
-
const g = (
|
|
3131
|
-
switch (`${
|
|
3129
|
+
const Pn = ({ size: s = "medium", variant: l = "info", children: O }) => {
|
|
3130
|
+
const g = (k, x) => {
|
|
3131
|
+
switch (`${k}-${x}`) {
|
|
3132
3132
|
case "medium-info":
|
|
3133
3133
|
return "u-message";
|
|
3134
3134
|
case "medium-fail":
|
|
@@ -3147,115 +3147,115 @@ const Pn = ({ size: s = "medium", variant: f = "info", children: $ }) => {
|
|
|
3147
3147
|
return "u-message-small-warning";
|
|
3148
3148
|
}
|
|
3149
3149
|
};
|
|
3150
|
-
return /* @__PURE__ */ u.jsx("div", { className: g(s,
|
|
3150
|
+
return /* @__PURE__ */ u.jsx("div", { className: g(s, l), children: O });
|
|
3151
3151
|
};
|
|
3152
3152
|
Pn.propTypes = {
|
|
3153
|
-
size:
|
|
3154
|
-
variant:
|
|
3155
|
-
children:
|
|
3153
|
+
size: b.string,
|
|
3154
|
+
variant: b.string,
|
|
3155
|
+
children: b.node
|
|
3156
3156
|
};
|
|
3157
3157
|
const kn = ({ variant: s = "small-primary" }) => /* @__PURE__ */ u.jsxs(u.Fragment, { children: [
|
|
3158
3158
|
s === "small-primary" && /* @__PURE__ */ u.jsx("div", { className: "u-preloader-mini", children: /* @__PURE__ */ u.jsxs("svg", { className: "u-preloader-mini-container", width: "48", height: "48", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3159
|
-
/* @__PURE__ */ u.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "#1E4391",
|
|
3159
|
+
/* @__PURE__ */ u.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "#1E4391", strokeWidth: "2" }),
|
|
3160
3160
|
/* @__PURE__ */ u.jsx("circle", { className: "u-preloader-mini-dot", cx: "6.5", cy: "6.5", r: "6.5", fill: "#1E4391" })
|
|
3161
3161
|
] }) }),
|
|
3162
3162
|
s === "small-special" && /* @__PURE__ */ u.jsx("div", { className: "u-preloader-mini-gradient", children: /* @__PURE__ */ u.jsxs("svg", { className: "u-preloader-mini-gradient-container", width: "48", height: "48", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3163
|
-
/* @__PURE__ */ u.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "url(#paint0_linear_8025_35626)",
|
|
3163
|
+
/* @__PURE__ */ u.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "url(#paint0_linear_8025_35626)", strokeWidth: "2" }),
|
|
3164
3164
|
/* @__PURE__ */ u.jsx("circle", { className: "u-preloader-mini-dot", cx: "6.5", cy: "6.5", r: "6.5", fill: "url(#paint0_linear_8025_35627)" }),
|
|
3165
3165
|
/* @__PURE__ */ u.jsxs("defs", { children: [
|
|
3166
3166
|
/* @__PURE__ */ u.jsxs("linearGradient", { id: "paint0_linear_8025_35626", x1: "54.3387", y1: "23.9985", x2: "6", y2: "23.9985", gradientUnits: "userSpaceOnUse", children: [
|
|
3167
|
-
/* @__PURE__ */ u.jsx("stop", {
|
|
3168
|
-
/* @__PURE__ */ u.jsx("stop", { offset: "0.48",
|
|
3169
|
-
/* @__PURE__ */ u.jsx("stop", { offset: "1",
|
|
3167
|
+
/* @__PURE__ */ u.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3168
|
+
/* @__PURE__ */ u.jsx("stop", { offset: "0.48", stopColor: "#FB3727" }),
|
|
3169
|
+
/* @__PURE__ */ u.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3170
3170
|
] }),
|
|
3171
3171
|
/* @__PURE__ */ u.jsxs("linearGradient", { id: "paint0_linear_8025_35627", x1: "0.50109", y1: "13", x2: "8.00065", y2: "0.000589107", gradientUnits: "userSpaceOnUse", children: [
|
|
3172
|
-
/* @__PURE__ */ u.jsx("stop", {
|
|
3173
|
-
/* @__PURE__ */ u.jsx("stop", { offset: "0.192259",
|
|
3174
|
-
/* @__PURE__ */ u.jsx("stop", { offset: "1",
|
|
3172
|
+
/* @__PURE__ */ u.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3173
|
+
/* @__PURE__ */ u.jsx("stop", { offset: "0.192259", stopColor: "#FB3727" }),
|
|
3174
|
+
/* @__PURE__ */ u.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3175
3175
|
] })
|
|
3176
3176
|
] })
|
|
3177
3177
|
] }) }),
|
|
3178
3178
|
s === "large-primary" && /* @__PURE__ */ u.jsx("div", { className: "u-preloader", children: /* @__PURE__ */ u.jsxs("svg", { className: "u-preloader-container", width: "76", height: "76", viewBox: "0 0 76 76", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3179
|
-
/* @__PURE__ */ u.jsx("path", {
|
|
3179
|
+
/* @__PURE__ */ u.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38 74C57.8823 74 74 57.8823 74 38C74 18.1177 57.8823 2 38 2C18.1177 2 2 18.1177 2 38C2 57.8823 18.1177 74 38 74ZM38 76C58.9868 76 76 58.9868 76 38C76 17.0132 58.9868 0 38 0C17.0132 0 0 17.0132 0 38C0 58.9868 17.0132 76 38 76Z", fill: "#1E4391" }),
|
|
3180
3180
|
/* @__PURE__ */ u.jsx("path", { className: "u-preloader-dot", d: "M12.2573 17.5283C12.2573 20.0136 10.2426 22.0283 7.75732 22.0283C5.27204 22.0283 3.25732 20.0136 3.25732 17.5283C3.25732 15.043 5.27204 13.0283 7.75732 13.0283C10.2426 13.0283 12.2573 15.043 12.2573 17.5283Z", fill: "#1E4391" }),
|
|
3181
3181
|
/* @__PURE__ */ u.jsx("path", { className: "u-preloader-logo", d: "M52.5974 25.4219C52.9649 24.721 53.5215 24.137 54.2039 23.7362C54.8864 23.3354 55.6675 23.1338 56.4587 23.1542L56.8417 21.7254H45.4303L45.0472 23.1542C46.9626 23.1542 49.575 23.9203 49.7512 25.4219H52.5897H52.5974ZM19.543 23.1542C22.4274 23.1542 23.6456 25.1653 24.9441 27.3219L35.5588 45.525C36.0606 46.4329 36.5509 47.5322 36.5356 48.5589C36.4973 51.2403 33.0229 52.2171 30.9429 52.3167C29.4339 52.3686 27.9339 52.0642 26.5645 51.428L25.7179 52.5159C26.2121 54.6151 28.1542 57.1663 30.8242 57.1471C35.463 57.1126 37.8993 52.8721 39.7648 49.4169L43.2124 43.016L33.1838 25.8203C32.2568 24.288 33.7776 23.1618 35.3941 23.1389L35.7771 21.7139H19.9145L19.543 23.1542Z", fill: "#1E4391" })
|
|
3182
3182
|
] }) }),
|
|
3183
3183
|
s === "large-special" && /* @__PURE__ */ u.jsx("div", { className: "u-preloader-gradient", children: /* @__PURE__ */ u.jsxs("svg", { className: "u-preloader-gradient-container", width: "76", height: "76", viewBox: "0 0 76 76", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3184
|
-
/* @__PURE__ */ u.jsx("path", {
|
|
3184
|
+
/* @__PURE__ */ u.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38 74C57.8823 74 74 57.8823 74 38C74 18.1177 57.8823 2 38 2C18.1177 2 2 18.1177 2 38C2 57.8823 18.1177 74 38 74ZM38 76C58.9868 76 76 58.9868 76 38C76 17.0132 58.9868 0 38 0C17.0132 0 0 17.0132 0 38C0 58.9868 17.0132 76 38 76Z", fill: "url(#paint0_linear_1804_4939)" }),
|
|
3185
3185
|
/* @__PURE__ */ u.jsx("path", { className: "u-preloader-gradient-dot", d: "M12.2573 17.5283C12.2573 20.0136 10.2426 22.0283 7.75732 22.0283C5.27204 22.0283 3.25732 20.0136 3.25732 17.5283C3.25732 15.043 5.27204 13.0283 7.75732 13.0283C10.2426 13.0283 12.2573 15.043 12.2573 17.5283Z", fill: "url(#paint1_linear_1804_4939)" }),
|
|
3186
3186
|
/* @__PURE__ */ u.jsx("path", { className: "u-preloader-gradient-logo", d: "M52.5974 25.4219C52.9649 24.721 53.5215 24.137 54.2039 23.7362C54.8864 23.3354 55.6675 23.1338 56.4587 23.1542L56.8417 21.7254H45.4303L45.0472 23.1542C46.9626 23.1542 49.575 23.9203 49.7512 25.4219H52.5897H52.5974ZM19.543 23.1542C22.4274 23.1542 23.6456 25.1653 24.9441 27.3219L35.5588 45.525C36.0606 46.4329 36.5509 47.5322 36.5356 48.5589C36.4973 51.2403 33.0229 52.2171 30.9429 52.3167C29.4339 52.3686 27.9339 52.0642 26.5645 51.428L25.7179 52.5159C26.2121 54.6151 28.1542 57.1663 30.8242 57.1471C35.463 57.1126 37.8993 52.8721 39.7648 49.4169L43.2124 43.016L33.1838 25.8203C32.2568 24.288 33.7776 23.1618 35.3941 23.1389L35.7771 21.7139H19.9145L19.543 23.1542Z", fill: "url(#paint2_linear_1804_4939)" }),
|
|
3187
3187
|
/* @__PURE__ */ u.jsxs("defs", { children: [
|
|
3188
3188
|
/* @__PURE__ */ u.jsxs("linearGradient", { id: "paint0_linear_1804_4939", x1: "76.5363", y1: "37.9977", x2: "1.9146e-07", y2: "37.9977", gradientUnits: "userSpaceOnUse", children: [
|
|
3189
|
-
/* @__PURE__ */ u.jsx("stop", {
|
|
3190
|
-
/* @__PURE__ */ u.jsx("stop", { offset: "0.48",
|
|
3191
|
-
/* @__PURE__ */ u.jsx("stop", { offset: "1",
|
|
3189
|
+
/* @__PURE__ */ u.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3190
|
+
/* @__PURE__ */ u.jsx("stop", { offset: "0.48", stopColor: "#FB3727" }),
|
|
3191
|
+
/* @__PURE__ */ u.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3192
3192
|
] }),
|
|
3193
3193
|
/* @__PURE__ */ u.jsxs("linearGradient", { id: "paint1_linear_1804_4939", x1: "5.06202", y1: "20.769", x2: "11.2799", y2: "12.9983", gradientUnits: "userSpaceOnUse", children: [
|
|
3194
|
-
/* @__PURE__ */ u.jsx("stop", {
|
|
3195
|
-
/* @__PURE__ */ u.jsx("stop", { offset: "0.48",
|
|
3196
|
-
/* @__PURE__ */ u.jsx("stop", { offset: "1",
|
|
3194
|
+
/* @__PURE__ */ u.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3195
|
+
/* @__PURE__ */ u.jsx("stop", { offset: "0.48", stopColor: "#FB3727" }),
|
|
3196
|
+
/* @__PURE__ */ u.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3197
3197
|
] }),
|
|
3198
3198
|
/* @__PURE__ */ u.jsxs("linearGradient", { id: "paint2_linear_1804_4939", x1: "35.9984", y1: "21.9995", x2: "36.4978", y2: "56.9995", gradientUnits: "userSpaceOnUse", children: [
|
|
3199
|
-
/* @__PURE__ */ u.jsx("stop", {
|
|
3200
|
-
/* @__PURE__ */ u.jsx("stop", { offset: "0.48",
|
|
3201
|
-
/* @__PURE__ */ u.jsx("stop", { offset: "1",
|
|
3199
|
+
/* @__PURE__ */ u.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3200
|
+
/* @__PURE__ */ u.jsx("stop", { offset: "0.48", stopColor: "#FB3727" }),
|
|
3201
|
+
/* @__PURE__ */ u.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3202
3202
|
] })
|
|
3203
3203
|
] })
|
|
3204
3204
|
] }) })
|
|
3205
3205
|
] });
|
|
3206
3206
|
kn.propTypes = {
|
|
3207
|
-
variant:
|
|
3207
|
+
variant: b.string
|
|
3208
3208
|
};
|
|
3209
3209
|
const An = ({
|
|
3210
3210
|
children: s = /* @__PURE__ */ u.jsx("span", {}),
|
|
3211
|
-
disabled:
|
|
3212
|
-
checked:
|
|
3211
|
+
disabled: l,
|
|
3212
|
+
checked: O,
|
|
3213
3213
|
rightCheckbox: g = !1,
|
|
3214
|
-
onClick:
|
|
3214
|
+
onClick: k
|
|
3215
3215
|
}) => /* @__PURE__ */ u.jsxs("label", { className: "u-radio", children: [
|
|
3216
3216
|
g && /* @__PURE__ */ u.jsx(u.Fragment, { children: s }),
|
|
3217
|
-
/* @__PURE__ */ u.jsx("input", { checked:
|
|
3217
|
+
/* @__PURE__ */ u.jsx("input", { checked: O, disabled: l, type: "radio", onClick: k }),
|
|
3218
3218
|
/* @__PURE__ */ u.jsx("div", { className: "u-radio-input" }),
|
|
3219
3219
|
!g && /* @__PURE__ */ u.jsx(u.Fragment, { children: s })
|
|
3220
3220
|
] });
|
|
3221
3221
|
An.propTypes = {
|
|
3222
|
-
children:
|
|
3223
|
-
disabled:
|
|
3224
|
-
checked:
|
|
3225
|
-
rightCheckbox:
|
|
3226
|
-
onChange:
|
|
3222
|
+
children: b.node,
|
|
3223
|
+
disabled: b.bool,
|
|
3224
|
+
checked: b.bool,
|
|
3225
|
+
rightCheckbox: b.bool,
|
|
3226
|
+
onChange: b.func
|
|
3227
3227
|
};
|
|
3228
3228
|
const $n = ({
|
|
3229
3229
|
placeholder: s = "Поиск",
|
|
3230
|
-
value:
|
|
3231
|
-
onChange:
|
|
3230
|
+
value: l,
|
|
3231
|
+
onChange: O
|
|
3232
3232
|
}) => /* @__PURE__ */ u.jsxs("div", { className: "u-search", children: [
|
|
3233
|
-
/* @__PURE__ */ u.jsx("input", { placeholder: s, className: "u-input", type: "search", value:
|
|
3233
|
+
/* @__PURE__ */ u.jsx("input", { placeholder: s, className: "u-input", type: "search", value: l, onChange: O }),
|
|
3234
3234
|
/* @__PURE__ */ u.jsx("button", { className: "u-search-loupe", type: "button" })
|
|
3235
3235
|
] });
|
|
3236
3236
|
$n.propTypes = {
|
|
3237
|
-
placeholder:
|
|
3238
|
-
value:
|
|
3239
|
-
onChange:
|
|
3237
|
+
placeholder: b.string,
|
|
3238
|
+
value: b.string,
|
|
3239
|
+
onChange: b.func
|
|
3240
3240
|
};
|
|
3241
3241
|
const Fn = ({
|
|
3242
3242
|
title: s = "",
|
|
3243
|
-
required:
|
|
3244
|
-
options:
|
|
3243
|
+
required: l = !1,
|
|
3244
|
+
options: O,
|
|
3245
3245
|
styleSelectContainer: g,
|
|
3246
|
-
styleTitle:
|
|
3247
|
-
styleSelect:
|
|
3248
|
-
lineUp:
|
|
3249
|
-
rowGap:
|
|
3246
|
+
styleTitle: k,
|
|
3247
|
+
styleSelect: x,
|
|
3248
|
+
lineUp: M = !1,
|
|
3249
|
+
rowGap: P = 4,
|
|
3250
3250
|
columnGap: F = 20,
|
|
3251
|
-
placeholder:
|
|
3252
|
-
value:
|
|
3253
|
-
isOpen:
|
|
3251
|
+
placeholder: L = "Не выбрано",
|
|
3252
|
+
value: _,
|
|
3253
|
+
isOpen: A,
|
|
3254
3254
|
isClearable: U,
|
|
3255
3255
|
onChange: I,
|
|
3256
3256
|
onOpen: G
|
|
3257
3257
|
}) => {
|
|
3258
|
-
const
|
|
3258
|
+
const $ = (V) => typeof V == "number" ? `${V}px` : String(V);
|
|
3259
3259
|
return /* @__PURE__ */ u.jsxs(
|
|
3260
3260
|
"div",
|
|
3261
3261
|
{
|
|
@@ -3263,9 +3263,9 @@ const Fn = ({
|
|
|
3263
3263
|
style: Object.assign(
|
|
3264
3264
|
{
|
|
3265
3265
|
display: "flex",
|
|
3266
|
-
flexDirection:
|
|
3267
|
-
rowGap:
|
|
3268
|
-
columnGap:
|
|
3266
|
+
flexDirection: M ? "row" : "column",
|
|
3267
|
+
rowGap: M ? null : $(P),
|
|
3268
|
+
columnGap: M ? $(F) : null
|
|
3269
3269
|
},
|
|
3270
3270
|
g
|
|
3271
3271
|
),
|
|
@@ -3273,12 +3273,12 @@ const Fn = ({
|
|
|
3273
3273
|
s && /* @__PURE__ */ u.jsx(
|
|
3274
3274
|
"div",
|
|
3275
3275
|
{
|
|
3276
|
-
className: `${
|
|
3276
|
+
className: `${l && "u-required"} u-react-select-title`,
|
|
3277
3277
|
style: Object.assign(
|
|
3278
3278
|
{
|
|
3279
3279
|
color: "#545454"
|
|
3280
3280
|
},
|
|
3281
|
-
|
|
3281
|
+
k
|
|
3282
3282
|
),
|
|
3283
3283
|
children: s
|
|
3284
3284
|
}
|
|
@@ -3293,22 +3293,22 @@ const Fn = ({
|
|
|
3293
3293
|
{
|
|
3294
3294
|
width: "100%"
|
|
3295
3295
|
},
|
|
3296
|
-
|
|
3296
|
+
x
|
|
3297
3297
|
),
|
|
3298
3298
|
children: [
|
|
3299
3299
|
/* @__PURE__ */ u.jsxs(
|
|
3300
3300
|
"div",
|
|
3301
3301
|
{
|
|
3302
|
-
className:
|
|
3303
|
-
onClick: () => G(!
|
|
3302
|
+
className: A ? "u-selectbox-select u-selectbox-select-open" : "u-selectbox-select",
|
|
3303
|
+
onClick: () => G(!A),
|
|
3304
3304
|
children: [
|
|
3305
|
-
|
|
3306
|
-
|
|
3305
|
+
_ != null && _.value ? /* @__PURE__ */ u.jsx("span", { className: "u-selectbox-select-title", children: _ == null ? void 0 : _.label }) : /* @__PURE__ */ u.jsx("span", { style: { color: "#545454" }, className: "u-selectbox-select-title", children: L }),
|
|
3306
|
+
_ != null && _.value && U ? /* @__PURE__ */ u.jsx(
|
|
3307
3307
|
"i",
|
|
3308
3308
|
{
|
|
3309
3309
|
className: "u-selectbox-select-icon-cross",
|
|
3310
3310
|
onClick: (V) => {
|
|
3311
|
-
V.stopPropagation(), I({
|
|
3311
|
+
V.stopPropagation(), I({}), G(!1);
|
|
3312
3312
|
}
|
|
3313
3313
|
}
|
|
3314
3314
|
) : /* @__PURE__ */ u.jsx(u.Fragment, {}),
|
|
@@ -3316,7 +3316,7 @@ const Fn = ({
|
|
|
3316
3316
|
]
|
|
3317
3317
|
}
|
|
3318
3318
|
),
|
|
3319
|
-
/* @__PURE__ */ u.jsx("div", { className: "u-selectbox-options", children:
|
|
3319
|
+
/* @__PURE__ */ u.jsx("div", { className: "u-selectbox-options", children: O.map((V, te) => /* @__PURE__ */ u.jsx("div", { className: "u-selectbox-option", onClick: (J) => {
|
|
3320
3320
|
J.stopPropagation(), I(V), G(!1);
|
|
3321
3321
|
}, children: V.label }, te)) })
|
|
3322
3322
|
]
|
|
@@ -3327,22 +3327,22 @@ const Fn = ({
|
|
|
3327
3327
|
);
|
|
3328
3328
|
};
|
|
3329
3329
|
Fn.propTypes = {
|
|
3330
|
-
title:
|
|
3331
|
-
required:
|
|
3332
|
-
lineUp:
|
|
3333
|
-
rowGap:
|
|
3334
|
-
columnGap:
|
|
3335
|
-
styleSelectContainer:
|
|
3336
|
-
styleTitle:
|
|
3337
|
-
styleSelect:
|
|
3338
|
-
options:
|
|
3339
|
-
placeholder:
|
|
3340
|
-
value:
|
|
3341
|
-
onChange:
|
|
3330
|
+
title: b.string,
|
|
3331
|
+
required: b.bool,
|
|
3332
|
+
lineUp: b.bool,
|
|
3333
|
+
rowGap: b.bool,
|
|
3334
|
+
columnGap: b.bool,
|
|
3335
|
+
styleSelectContainer: b.object,
|
|
3336
|
+
styleTitle: b.object,
|
|
3337
|
+
styleSelect: b.object,
|
|
3338
|
+
options: b.array,
|
|
3339
|
+
placeholder: b.string,
|
|
3340
|
+
value: b.object,
|
|
3341
|
+
onChange: b.func
|
|
3342
3342
|
};
|
|
3343
|
-
const In = ({ size: s = "medium", variant:
|
|
3344
|
-
const g = (
|
|
3345
|
-
switch (
|
|
3343
|
+
const In = ({ size: s = "medium", variant: l = "", children: O }) => {
|
|
3344
|
+
const g = (k) => {
|
|
3345
|
+
switch (k) {
|
|
3346
3346
|
case "warning":
|
|
3347
3347
|
return "u-status-warning";
|
|
3348
3348
|
case "info":
|
|
@@ -3359,15 +3359,28 @@ const In = ({ size: s = "medium", variant: f = "", children: $ }) => {
|
|
|
3359
3359
|
return "u-status-prepared";
|
|
3360
3360
|
}
|
|
3361
3361
|
};
|
|
3362
|
-
return /* @__PURE__ */ u.jsx("div", { className: `u-status ${s === "large" ? "u-status-large" : ""} ${g(
|
|
3362
|
+
return /* @__PURE__ */ u.jsx("div", { className: `u-status ${s === "large" ? "u-status-large" : ""} ${g(l)}`, children: O });
|
|
3363
3363
|
};
|
|
3364
3364
|
In.propTypes = {
|
|
3365
|
-
children:
|
|
3366
|
-
variant:
|
|
3367
|
-
size:
|
|
3365
|
+
children: b.string,
|
|
3366
|
+
variant: b.string,
|
|
3367
|
+
size: b.string
|
|
3368
|
+
};
|
|
3369
|
+
const Dn = ({ onClick: s, tabData: l, activeTab: O }) => /* @__PURE__ */ u.jsx(
|
|
3370
|
+
"button",
|
|
3371
|
+
{
|
|
3372
|
+
className: l.label === O ? "u-tab-line u-tab-active" : "u-tab-line",
|
|
3373
|
+
onClick: s,
|
|
3374
|
+
children: l.title
|
|
3375
|
+
}
|
|
3376
|
+
);
|
|
3377
|
+
Dn.propTypes = {
|
|
3378
|
+
onClick: b.func,
|
|
3379
|
+
tabData: b.object,
|
|
3380
|
+
activeTab: b.string || b.number
|
|
3368
3381
|
};
|
|
3369
|
-
const
|
|
3370
|
-
const
|
|
3382
|
+
const Nn = ({ data: s, columns: l, borders: O = "horizontal", striped: g, linesNotActive: k, fixedHeader: x, tdStyle: M, thStyle: P, cellStyle: F, contentForEmptyTable: L = /* @__PURE__ */ u.jsx("p", { children: "Ничего не найдено" }) }) => {
|
|
3383
|
+
const _ = (I) => `${I}px`, A = "auto", U = (I) => {
|
|
3371
3384
|
switch (I) {
|
|
3372
3385
|
case "horizontal":
|
|
3373
3386
|
return "";
|
|
@@ -3380,27 +3393,27 @@ const Dn = ({ data: s, columns: f, borders: $ = "horizontal", striped: g, linesN
|
|
|
3380
3393
|
return /* @__PURE__ */ u.jsx(u.Fragment, { children: s.length !== 0 ? /* @__PURE__ */ u.jsx(
|
|
3381
3394
|
"div",
|
|
3382
3395
|
{
|
|
3383
|
-
className: `u-table${["horizontal", "vertical", "none"].includes(
|
|
3396
|
+
className: `u-table${["horizontal", "vertical", "none"].includes(O) ? U(O) : ""}${g ? " striped" : ""}${k ? " not-active-lines" : ""}${x ? " thead-fixed" : ""}`,
|
|
3384
3397
|
children: /* @__PURE__ */ u.jsxs("table", { className: "table", children: [
|
|
3385
|
-
/* @__PURE__ */ u.jsx("thead", { style: { zIndex: "2" }, children: /* @__PURE__ */ u.jsx("tr", { children:
|
|
3398
|
+
/* @__PURE__ */ u.jsx("thead", { style: { zIndex: "2" }, children: /* @__PURE__ */ u.jsx("tr", { children: l.map(
|
|
3386
3399
|
(I, G) => /* @__PURE__ */ u.jsx(
|
|
3387
3400
|
"th",
|
|
3388
3401
|
{
|
|
3389
3402
|
className: `${I.sticky ? "sticky" : ""}`,
|
|
3390
3403
|
style: Object.assign(
|
|
3391
3404
|
{
|
|
3392
|
-
left: I.leftForSticky ?
|
|
3405
|
+
left: I.leftForSticky ? _(I.leftForSticky) : ""
|
|
3393
3406
|
},
|
|
3394
3407
|
I.thStyle,
|
|
3395
3408
|
I.cellStyle,
|
|
3396
|
-
|
|
3409
|
+
P,
|
|
3397
3410
|
F
|
|
3398
3411
|
),
|
|
3399
3412
|
children: /* @__PURE__ */ u.jsx(
|
|
3400
3413
|
"p",
|
|
3401
3414
|
{
|
|
3402
3415
|
style: {
|
|
3403
|
-
width: I.width ?
|
|
3416
|
+
width: I.width ? _(I.width) : A
|
|
3404
3417
|
},
|
|
3405
3418
|
children: I.title
|
|
3406
3419
|
}
|
|
@@ -3409,27 +3422,27 @@ const Dn = ({ data: s, columns: f, borders: $ = "horizontal", striped: g, linesN
|
|
|
3409
3422
|
G
|
|
3410
3423
|
)
|
|
3411
3424
|
) }) }),
|
|
3412
|
-
/* @__PURE__ */ u.jsx("tbody", { children: s == null ? void 0 : s.map((I, G) => /* @__PURE__ */ u.jsx("tr", { children:
|
|
3413
|
-
(
|
|
3425
|
+
/* @__PURE__ */ u.jsx("tbody", { children: s == null ? void 0 : s.map((I, G) => /* @__PURE__ */ u.jsx("tr", { children: l == null ? void 0 : l.map(
|
|
3426
|
+
($, V) => /* @__PURE__ */ u.jsx(
|
|
3414
3427
|
"td",
|
|
3415
3428
|
{
|
|
3416
|
-
className: `${
|
|
3429
|
+
className: `${$.sticky ? "sticky" : ""}`,
|
|
3417
3430
|
style: Object.assign(
|
|
3418
3431
|
{
|
|
3419
|
-
left:
|
|
3432
|
+
left: $.leftForSticky ? _($.leftForSticky) : ""
|
|
3420
3433
|
},
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3434
|
+
$.tdStyle,
|
|
3435
|
+
$.cellStyle,
|
|
3436
|
+
M,
|
|
3424
3437
|
F
|
|
3425
3438
|
),
|
|
3426
3439
|
children: /* @__PURE__ */ u.jsx(
|
|
3427
3440
|
"div",
|
|
3428
3441
|
{
|
|
3429
3442
|
style: {
|
|
3430
|
-
width:
|
|
3443
|
+
width: $.width ? _($.width) : A
|
|
3431
3444
|
},
|
|
3432
|
-
children:
|
|
3445
|
+
children: $.render ? $.render(I) : I[$.field]
|
|
3433
3446
|
}
|
|
3434
3447
|
)
|
|
3435
3448
|
},
|
|
@@ -3438,30 +3451,43 @@ const Dn = ({ data: s, columns: f, borders: $ = "horizontal", striped: g, linesN
|
|
|
3438
3451
|
) }, G)) })
|
|
3439
3452
|
] })
|
|
3440
3453
|
}
|
|
3441
|
-
) : /* @__PURE__ */ u.jsx("div", { children:
|
|
3454
|
+
) : /* @__PURE__ */ u.jsx("div", { children: L }) });
|
|
3442
3455
|
};
|
|
3443
|
-
|
|
3444
|
-
data:
|
|
3445
|
-
columns:
|
|
3446
|
-
verticalBorders:
|
|
3447
|
-
striped:
|
|
3448
|
-
linesNotActive:
|
|
3449
|
-
fixedHeader:
|
|
3450
|
-
tdStyle:
|
|
3451
|
-
thStyle:
|
|
3452
|
-
cellStyle:
|
|
3453
|
-
contentForEmptyTable:
|
|
3456
|
+
Nn.propTypes = {
|
|
3457
|
+
data: b.array,
|
|
3458
|
+
columns: b.array,
|
|
3459
|
+
verticalBorders: b.bool,
|
|
3460
|
+
striped: b.bool,
|
|
3461
|
+
linesNotActive: b.bool,
|
|
3462
|
+
fixedHeader: b.bool,
|
|
3463
|
+
tdStyle: b.object,
|
|
3464
|
+
thStyle: b.object,
|
|
3465
|
+
cellStyle: b.object,
|
|
3466
|
+
contentForEmptyTable: b.node
|
|
3454
3467
|
};
|
|
3455
|
-
const
|
|
3468
|
+
const Mn = ({ onClick: s, tabsData: l, activeTab: O }) => /* @__PURE__ */ u.jsx("div", { className: "tabs", children: l.map((g) => /* @__PURE__ */ u.jsx("div", { children: /* @__PURE__ */ u.jsx(
|
|
3469
|
+
"button",
|
|
3470
|
+
{
|
|
3471
|
+
className: g.id === O ? "u-tab-line u-tab-active" : "u-tab-line",
|
|
3472
|
+
onClick: () => s(g),
|
|
3473
|
+
children: g.title
|
|
3474
|
+
}
|
|
3475
|
+
) }, g.id)) });
|
|
3476
|
+
Mn.propTypes = {
|
|
3477
|
+
onClick: b.func,
|
|
3478
|
+
tabsData: b.array,
|
|
3479
|
+
activeTab: b.string || b.number
|
|
3480
|
+
};
|
|
3481
|
+
const Ln = ({ content: s = /* @__PURE__ */ u.jsx("div", {}), children: l = /* @__PURE__ */ u.jsx("div", {}) }) => /* @__PURE__ */ u.jsxs("div", { id: "u-help", children: [
|
|
3456
3482
|
/* @__PURE__ */ u.jsx("div", { id: "u-help-tooltip", children: s }),
|
|
3457
|
-
/* @__PURE__ */ u.jsx("div", { children:
|
|
3483
|
+
/* @__PURE__ */ u.jsx("div", { children: l })
|
|
3458
3484
|
] });
|
|
3459
|
-
|
|
3460
|
-
content:
|
|
3461
|
-
children:
|
|
3485
|
+
Ln.propTypes = {
|
|
3486
|
+
content: b.node,
|
|
3487
|
+
children: b.node
|
|
3462
3488
|
};
|
|
3463
3489
|
export {
|
|
3464
|
-
|
|
3490
|
+
xn as Accordion,
|
|
3465
3491
|
Tn as Button,
|
|
3466
3492
|
Sn as Checkbox,
|
|
3467
3493
|
jn as Icon,
|
|
@@ -3472,6 +3498,8 @@ export {
|
|
|
3472
3498
|
$n as Search,
|
|
3473
3499
|
Fn as Select,
|
|
3474
3500
|
In as Status,
|
|
3475
|
-
Dn as
|
|
3476
|
-
Nn as
|
|
3501
|
+
Dn as Tab,
|
|
3502
|
+
Nn as Table,
|
|
3503
|
+
Mn as Tabs,
|
|
3504
|
+
Ln as Tooltip
|
|
3477
3505
|
};
|