urfu-ui-kit-react 0.0.11 → 0.0.13
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/style.css +1 -1
- package/dist/urfu-ui-kit-react.js +539 -504
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
function fn(
|
|
2
|
-
return
|
|
1
|
+
function fn(s) {
|
|
2
|
+
return s && s.__esModule && Object.prototype.hasOwnProperty.call(s, "default") ? s.default : s;
|
|
3
3
|
}
|
|
4
4
|
var Qr = { exports: {} }, tr = {}, Cr = { exports: {} }, z = {};
|
|
5
5
|
/**
|
|
@@ -16,18 +16,18 @@ function dn() {
|
|
|
16
16
|
if (St)
|
|
17
17
|
return z;
|
|
18
18
|
St = 1;
|
|
19
|
-
var
|
|
19
|
+
var s = Symbol.for("react.element"), d = Symbol.for("react.portal"), D = Symbol.for("react.fragment"), w = Symbol.for("react.strict_mode"), I = Symbol.for("react.profiler"), C = Symbol.for("react.provider"), N = Symbol.for("react.context"), O = Symbol.for("react.forward_ref"), A = Symbol.for("react.suspense"), L = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), j = Symbol.iterator;
|
|
20
20
|
function U(n) {
|
|
21
21
|
return n === null || typeof n != "object" ? null : (n = j && n[j] || n["@@iterator"], typeof n == "function" ? n : null);
|
|
22
22
|
}
|
|
23
|
-
var
|
|
23
|
+
var $ = { isMounted: function() {
|
|
24
24
|
return !1;
|
|
25
25
|
}, enqueueForceUpdate: function() {
|
|
26
26
|
}, enqueueReplaceState: function() {
|
|
27
27
|
}, enqueueSetState: function() {
|
|
28
28
|
} }, G = Object.assign, P = {};
|
|
29
29
|
function V(n, i, h) {
|
|
30
|
-
this.props = n, this.context = i, this.refs = P, this.updater = h ||
|
|
30
|
+
this.props = n, this.context = i, this.refs = P, this.updater = h || $;
|
|
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,34 +40,34 @@ 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 = P, this.updater = h ||
|
|
43
|
+
this.props = n, this.context = i, this.refs = P, this.updater = h || $;
|
|
44
44
|
}
|
|
45
45
|
var ne = J.prototype = new te();
|
|
46
46
|
ne.constructor = J, G(ne, V.prototype), ne.isPureReactComponent = !0;
|
|
47
|
-
var Z = Array.isArray,
|
|
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
49
|
var y, b = {}, _ = null, E = null;
|
|
50
50
|
if (i != null)
|
|
51
51
|
for (y in i.ref !== void 0 && (E = i.ref), i.key !== void 0 && (_ = "" + i.key), i)
|
|
52
|
-
|
|
52
|
+
p.call(i, y) && !Ee.hasOwnProperty(y) && (b[y] = i[y]);
|
|
53
53
|
var T = arguments.length - 2;
|
|
54
54
|
if (T === 1)
|
|
55
55
|
b.children = h;
|
|
56
56
|
else if (1 < T) {
|
|
57
|
-
for (var x = Array(T),
|
|
58
|
-
x[
|
|
57
|
+
for (var x = Array(T), F = 0; F < T; F++)
|
|
58
|
+
x[F] = arguments[F + 2];
|
|
59
59
|
b.children = x;
|
|
60
60
|
}
|
|
61
61
|
if (n && n.defaultProps)
|
|
62
62
|
for (y in T = n.defaultProps, T)
|
|
63
63
|
b[y] === void 0 && (b[y] = T[y]);
|
|
64
|
-
return { $$typeof:
|
|
64
|
+
return { $$typeof: s, type: n, key: _, ref: E, props: b, _owner: ie.current };
|
|
65
65
|
}
|
|
66
66
|
function Ce(n, i) {
|
|
67
|
-
return { $$typeof:
|
|
67
|
+
return { $$typeof: s, type: n.type, key: i, ref: n.ref, props: n.props, _owner: n._owner };
|
|
68
68
|
}
|
|
69
69
|
function Te(n) {
|
|
70
|
-
return typeof n == "object" && n !== null && n.$$typeof ===
|
|
70
|
+
return typeof n == "object" && n !== null && n.$$typeof === s;
|
|
71
71
|
}
|
|
72
72
|
function Oe(n) {
|
|
73
73
|
var i = { "=": "=0", ":": "=2" };
|
|
@@ -93,14 +93,14 @@ function dn() {
|
|
|
93
93
|
break;
|
|
94
94
|
case "object":
|
|
95
95
|
switch (n.$$typeof) {
|
|
96
|
-
case
|
|
97
|
-
case
|
|
96
|
+
case s:
|
|
97
|
+
case d:
|
|
98
98
|
E = !0;
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
if (E)
|
|
102
|
-
return E = n, b = b(E), n = y === "" ? "." + pe(E, 0) : y, Z(b) ? (h = "", n != null && (h = n.replace(Se, "$&/") + "/"), fe(b, i, h, "", function(
|
|
103
|
-
return
|
|
102
|
+
return E = n, b = b(E), n = y === "" ? "." + pe(E, 0) : y, Z(b) ? (h = "", n != null && (h = n.replace(Se, "$&/") + "/"), fe(b, i, h, "", function(F) {
|
|
103
|
+
return F;
|
|
104
104
|
})) : b != null && (Te(b) && (b = Ce(b, h + (!b.key || E && E.key === b.key ? "" : ("" + b.key).replace(Se, "$&/") + "/") + n)), i.push(b)), 1;
|
|
105
105
|
if (E = 0, y = y === "" ? "." : y + ":", Z(n))
|
|
106
106
|
for (var T = 0; T < n.length; T++) {
|
|
@@ -157,7 +157,7 @@ function dn() {
|
|
|
157
157
|
if (!Te(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 = D, z.Profiler = I, z.PureComponent = J, z.StrictMode = w, z.Suspense = A, z.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = xe, z.act = c, 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
163
|
var y = G({}, n.props), b = n.key, _ = n.ref, E = n._owner;
|
|
@@ -165,18 +165,18 @@ function dn() {
|
|
|
165
165
|
if (i.ref !== void 0 && (_ = i.ref, E = ie.current), i.key !== void 0 && (b = "" + i.key), n.type && n.type.defaultProps)
|
|
166
166
|
var T = n.type.defaultProps;
|
|
167
167
|
for (x in i)
|
|
168
|
-
|
|
168
|
+
p.call(i, x) && !Ee.hasOwnProperty(x) && (y[x] = i[x] === void 0 && T !== void 0 ? T[x] : i[x]);
|
|
169
169
|
}
|
|
170
170
|
var x = arguments.length - 2;
|
|
171
171
|
if (x === 1)
|
|
172
172
|
y.children = h;
|
|
173
173
|
else if (1 < x) {
|
|
174
174
|
T = Array(x);
|
|
175
|
-
for (var
|
|
176
|
-
T[
|
|
175
|
+
for (var F = 0; F < x; F++)
|
|
176
|
+
T[F] = arguments[F + 2];
|
|
177
177
|
y.children = T;
|
|
178
178
|
}
|
|
179
|
-
return { $$typeof:
|
|
179
|
+
return { $$typeof: s, type: n.type, key: b, ref: _, props: y, _owner: E };
|
|
180
180
|
}, z.createContext = function(n) {
|
|
181
181
|
return n = { $$typeof: N, _currentValue: n, _currentValue2: n, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, n.Provider = { $$typeof: C, _context: n }, n.Consumer = n;
|
|
182
182
|
}, z.createElement = we, z.createFactory = function(n) {
|
|
@@ -242,10 +242,10 @@ var ar = { exports: {} };
|
|
|
242
242
|
ar.exports;
|
|
243
243
|
var xt;
|
|
244
244
|
function pn() {
|
|
245
|
-
return xt || (xt = 1, function(
|
|
245
|
+
return xt || (xt = 1, function(s, d) {
|
|
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 D = "18.3.1", w = Symbol.for("react.element"), I = Symbol.for("react.portal"), C = Symbol.for("react.fragment"), N = Symbol.for("react.strict_mode"), O = Symbol.for("react.profiler"), A = Symbol.for("react.provider"), L = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), j = Symbol.for("react.suspense"), U = Symbol.for("react.suspense_list"), $ = Symbol.for("react.memo"), G = Symbol.for("react.lazy"), P = 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;
|
|
@@ -260,7 +260,7 @@ function pn() {
|
|
|
260
260
|
current: null
|
|
261
261
|
}, Z = {
|
|
262
262
|
transition: null
|
|
263
|
-
},
|
|
263
|
+
}, p = {
|
|
264
264
|
current: null,
|
|
265
265
|
// Used to reproduce behavior of `batchedUpdates` in legacy mode.
|
|
266
266
|
isBatchingLegacy: !1,
|
|
@@ -288,7 +288,7 @@ function pn() {
|
|
|
288
288
|
ReactCurrentBatchConfig: Z,
|
|
289
289
|
ReactCurrentOwner: ie
|
|
290
290
|
};
|
|
291
|
-
de.ReactDebugCurrentFrame = Ee, de.ReactCurrentActQueue =
|
|
291
|
+
de.ReactDebugCurrentFrame = Ee, de.ReactCurrentActQueue = p;
|
|
292
292
|
function ce(e) {
|
|
293
293
|
{
|
|
294
294
|
for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
|
|
@@ -305,21 +305,21 @@ function pn() {
|
|
|
305
305
|
}
|
|
306
306
|
function _e(e, r, a) {
|
|
307
307
|
{
|
|
308
|
-
var o = de.ReactDebugCurrentFrame,
|
|
309
|
-
|
|
310
|
-
var
|
|
308
|
+
var o = de.ReactDebugCurrentFrame, v = o.getStackAddendum();
|
|
309
|
+
v !== "" && (r += "%s", a = a.concat([v]));
|
|
310
|
+
var M = a.map(function(R) {
|
|
311
311
|
return String(R);
|
|
312
312
|
});
|
|
313
|
-
|
|
313
|
+
M.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, M);
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
var xe = {};
|
|
317
317
|
function c(e, r) {
|
|
318
318
|
{
|
|
319
|
-
var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass",
|
|
320
|
-
if (xe[
|
|
319
|
+
var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass", v = o + "." + r;
|
|
320
|
+
if (xe[v])
|
|
321
321
|
return;
|
|
322
|
-
S("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", r, o), xe[
|
|
322
|
+
S("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", r, o), xe[v] = !0;
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
var n = {
|
|
@@ -414,8 +414,8 @@ function pn() {
|
|
|
414
414
|
function x(e, r, a) {
|
|
415
415
|
this.props = e, this.context = r, this.refs = h, this.updater = a || n;
|
|
416
416
|
}
|
|
417
|
-
var
|
|
418
|
-
|
|
417
|
+
var F = x.prototype = new T();
|
|
418
|
+
F.constructor = x, i(F, y.prototype), F.isPureReactComponent = !0;
|
|
419
419
|
function ye() {
|
|
420
420
|
var e = {
|
|
421
421
|
current: null
|
|
@@ -434,24 +434,24 @@ function pn() {
|
|
|
434
434
|
}
|
|
435
435
|
function Pe(e) {
|
|
436
436
|
try {
|
|
437
|
-
return
|
|
437
|
+
return Fe(e), !1;
|
|
438
438
|
} catch {
|
|
439
439
|
return !0;
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
|
-
function
|
|
442
|
+
function Fe(e) {
|
|
443
443
|
return "" + e;
|
|
444
444
|
}
|
|
445
445
|
function Le(e) {
|
|
446
446
|
if (Pe(e))
|
|
447
|
-
return S("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", $e(e)),
|
|
447
|
+
return S("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", $e(e)), Fe(e);
|
|
448
448
|
}
|
|
449
449
|
function or(e, r, a) {
|
|
450
450
|
var o = e.displayName;
|
|
451
451
|
if (o)
|
|
452
452
|
return o;
|
|
453
|
-
var
|
|
454
|
-
return
|
|
453
|
+
var v = r.displayName || r.name || "";
|
|
454
|
+
return v !== "" ? a + "(" + v + ")" : a;
|
|
455
455
|
}
|
|
456
456
|
function Ye(e) {
|
|
457
457
|
return e.displayName || "Context";
|
|
@@ -482,18 +482,18 @@ function pn() {
|
|
|
482
482
|
case L:
|
|
483
483
|
var r = e;
|
|
484
484
|
return Ye(r) + ".Consumer";
|
|
485
|
-
case
|
|
485
|
+
case A:
|
|
486
486
|
var a = e;
|
|
487
487
|
return Ye(a._context) + ".Provider";
|
|
488
488
|
case g:
|
|
489
489
|
return or(e, e.render, "ForwardRef");
|
|
490
|
-
case
|
|
490
|
+
case $:
|
|
491
491
|
var o = e.displayName || null;
|
|
492
492
|
return o !== null ? o : je(e.type) || "Memo";
|
|
493
493
|
case G: {
|
|
494
|
-
var
|
|
494
|
+
var v = e, M = v._payload, R = v._init;
|
|
495
495
|
try {
|
|
496
|
-
return je(R(
|
|
496
|
+
return je(R(M));
|
|
497
497
|
} catch {
|
|
498
498
|
return null;
|
|
499
499
|
}
|
|
@@ -516,7 +516,7 @@ function pn() {
|
|
|
516
516
|
}
|
|
517
517
|
return e.ref !== void 0;
|
|
518
518
|
}
|
|
519
|
-
function
|
|
519
|
+
function Ie(e) {
|
|
520
520
|
if (We.call(e, "key")) {
|
|
521
521
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
522
522
|
if (r && r.isReactWarning)
|
|
@@ -548,7 +548,7 @@ 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,
|
|
551
|
+
var Ue = function(e, r, a, o, v, M, R) {
|
|
552
552
|
var W = {
|
|
553
553
|
// This tag allows us to uniquely identify this as a React Element
|
|
554
554
|
$$typeof: w,
|
|
@@ -558,7 +558,7 @@ function pn() {
|
|
|
558
558
|
ref: a,
|
|
559
559
|
props: R,
|
|
560
560
|
// Record the component responsible for creating this element.
|
|
561
|
-
_owner:
|
|
561
|
+
_owner: M
|
|
562
562
|
};
|
|
563
563
|
return W._store = {}, Object.defineProperty(W._store, "validated", {
|
|
564
564
|
configurable: !1,
|
|
@@ -574,34 +574,34 @@ function pn() {
|
|
|
574
574
|
configurable: !1,
|
|
575
575
|
enumerable: !1,
|
|
576
576
|
writable: !1,
|
|
577
|
-
value:
|
|
577
|
+
value: v
|
|
578
578
|
}), Object.freeze && (Object.freeze(W.props), Object.freeze(W)), W;
|
|
579
579
|
};
|
|
580
580
|
function xr(e, r, a) {
|
|
581
|
-
var o,
|
|
581
|
+
var o, v = {}, M = null, R = null, W = null, H = null;
|
|
582
582
|
if (r != null) {
|
|
583
|
-
Ze(r) && (R = r.ref, cr(r)),
|
|
583
|
+
Ze(r) && (R = r.ref, cr(r)), Ie(r) && (Le(r.key), M = "" + r.key), W = r.__self === void 0 ? null : r.__self, H = r.__source === void 0 ? null : r.__source;
|
|
584
584
|
for (o in r)
|
|
585
|
-
We.call(r, o) && !Be.hasOwnProperty(o) && (
|
|
585
|
+
We.call(r, o) && !Be.hasOwnProperty(o) && (v[o] = r[o]);
|
|
586
586
|
}
|
|
587
587
|
var re = arguments.length - 2;
|
|
588
588
|
if (re === 1)
|
|
589
|
-
|
|
589
|
+
v.children = a;
|
|
590
590
|
else if (re > 1) {
|
|
591
591
|
for (var ae = Array(re), oe = 0; oe < re; oe++)
|
|
592
592
|
ae[oe] = arguments[oe + 2];
|
|
593
|
-
Object.freeze && Object.freeze(ae),
|
|
593
|
+
Object.freeze && Object.freeze(ae), v.children = ae;
|
|
594
594
|
}
|
|
595
595
|
if (e && e.defaultProps) {
|
|
596
596
|
var ue = e.defaultProps;
|
|
597
597
|
for (o in ue)
|
|
598
|
-
|
|
598
|
+
v[o] === void 0 && (v[o] = ue[o]);
|
|
599
599
|
}
|
|
600
|
-
if (
|
|
600
|
+
if (M || R) {
|
|
601
601
|
var ve = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
602
|
-
|
|
602
|
+
M && Sr(v, ve), R && ur(v, ve);
|
|
603
603
|
}
|
|
604
|
-
return Ue(e,
|
|
604
|
+
return Ue(e, M, R, W, H, ie.current, v);
|
|
605
605
|
}
|
|
606
606
|
function Or(e, r) {
|
|
607
607
|
var a = Ue(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
|
|
@@ -610,23 +610,23 @@ function pn() {
|
|
|
610
610
|
function jr(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,
|
|
613
|
+
var o, v = i({}, e.props), M = e.key, R = e.ref, W = e._self, H = e._source, re = e._owner;
|
|
614
614
|
if (r != null) {
|
|
615
|
-
Ze(r) && (R = r.ref, re = ie.current),
|
|
615
|
+
Ze(r) && (R = r.ref, re = ie.current), Ie(r) && (Le(r.key), M = "" + r.key);
|
|
616
616
|
var ae;
|
|
617
617
|
e.type && e.type.defaultProps && (ae = e.type.defaultProps);
|
|
618
618
|
for (o in r)
|
|
619
|
-
We.call(r, o) && !Be.hasOwnProperty(o) && (r[o] === void 0 && ae !== void 0 ?
|
|
619
|
+
We.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)
|
|
623
|
-
|
|
623
|
+
v.children = a;
|
|
624
624
|
else if (oe > 1) {
|
|
625
625
|
for (var ue = Array(oe), ve = 0; ve < oe; ve++)
|
|
626
626
|
ue[ve] = arguments[ve + 2];
|
|
627
|
-
|
|
627
|
+
v.children = ue;
|
|
628
628
|
}
|
|
629
|
-
return Ue(e.type,
|
|
629
|
+
return Ue(e.type, M, R, W, H, re, v);
|
|
630
630
|
}
|
|
631
631
|
function De(e) {
|
|
632
632
|
return typeof e == "object" && e !== null && e.$$typeof === w;
|
|
@@ -636,8 +636,8 @@ function pn() {
|
|
|
636
636
|
var r = /[=:]/g, a = {
|
|
637
637
|
"=": "=0",
|
|
638
638
|
":": "=2"
|
|
639
|
-
}, o = e.replace(r, function(
|
|
640
|
-
return a[
|
|
639
|
+
}, o = e.replace(r, function(v) {
|
|
640
|
+
return a[v];
|
|
641
641
|
});
|
|
642
642
|
return "$" + o;
|
|
643
643
|
}
|
|
@@ -648,14 +648,14 @@ function pn() {
|
|
|
648
648
|
function Ve(e, r) {
|
|
649
649
|
return typeof e == "object" && e !== null && e.key != null ? (Le(e.key), kr("" + e.key)) : r.toString(36);
|
|
650
650
|
}
|
|
651
|
-
function Me(e, r, a, o,
|
|
652
|
-
var
|
|
653
|
-
(
|
|
651
|
+
function Me(e, r, a, o, v) {
|
|
652
|
+
var M = typeof e;
|
|
653
|
+
(M === "undefined" || M === "boolean") && (e = null);
|
|
654
654
|
var R = !1;
|
|
655
655
|
if (e === null)
|
|
656
656
|
R = !0;
|
|
657
657
|
else
|
|
658
|
-
switch (
|
|
658
|
+
switch (M) {
|
|
659
659
|
case "string":
|
|
660
660
|
case "number":
|
|
661
661
|
R = !0;
|
|
@@ -668,7 +668,7 @@ function pn() {
|
|
|
668
668
|
}
|
|
669
669
|
}
|
|
670
670
|
if (R) {
|
|
671
|
-
var W = e, H =
|
|
671
|
+
var W = e, H = v(W), re = o === "" ? lr + Ve(W, 0) : o;
|
|
672
672
|
if (he(H)) {
|
|
673
673
|
var ae = "";
|
|
674
674
|
re != null && (ae = ke(re) + "/"), Me(H, r, ae, "", function(ln) {
|
|
@@ -691,15 +691,15 @@ function pn() {
|
|
|
691
691
|
var oe, ue, ve = 0, ge = o === "" ? lr : o + Pr;
|
|
692
692
|
if (he(e))
|
|
693
693
|
for (var wr = 0; wr < e.length; wr++)
|
|
694
|
-
oe = e[wr], ue = ge + Ve(oe, wr), ve += Me(oe, r, a, ue,
|
|
694
|
+
oe = e[wr], ue = ge + Ve(oe, wr), ve += Me(oe, r, a, ue, v);
|
|
695
695
|
else {
|
|
696
696
|
var Br = J(e);
|
|
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
700
|
for (var un = Br.call(wt), Ct, cn = 0; !(Ct = un.next()).done; )
|
|
701
|
-
oe = Ct.value, ue = ge + Ve(oe, cn++), ve += Me(oe, r, a, ue,
|
|
702
|
-
} else if (
|
|
701
|
+
oe = Ct.value, ue = ge + Ve(oe, cn++), ve += Me(oe, r, a, ue, v);
|
|
702
|
+
} else if (M === "object") {
|
|
703
703
|
var Tt = String(e);
|
|
704
704
|
throw new Error("Objects are not valid as a React child (found: " + (Tt === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : Tt) + "). If you meant to render a collection of children, use an array instead.");
|
|
705
705
|
}
|
|
@@ -709,9 +709,9 @@ function pn() {
|
|
|
709
709
|
function qe(e, r, a) {
|
|
710
710
|
if (e == null)
|
|
711
711
|
return e;
|
|
712
|
-
var o = [],
|
|
713
|
-
return Me(e, o, "", "", function(
|
|
714
|
-
return r.call(a,
|
|
712
|
+
var o = [], v = 0;
|
|
713
|
+
return Me(e, o, "", "", function(M) {
|
|
714
|
+
return r.call(a, M, v++);
|
|
715
715
|
}), o;
|
|
716
716
|
}
|
|
717
717
|
function Ar(e) {
|
|
@@ -756,16 +756,16 @@ function pn() {
|
|
|
756
756
|
_globalName: null
|
|
757
757
|
};
|
|
758
758
|
r.Provider = {
|
|
759
|
-
$$typeof:
|
|
759
|
+
$$typeof: A,
|
|
760
760
|
_context: r
|
|
761
761
|
};
|
|
762
|
-
var a = !1, o = !1,
|
|
762
|
+
var a = !1, o = !1, v = !1;
|
|
763
763
|
{
|
|
764
|
-
var
|
|
764
|
+
var M = {
|
|
765
765
|
$$typeof: L,
|
|
766
766
|
_context: r
|
|
767
767
|
};
|
|
768
|
-
Object.defineProperties(
|
|
768
|
+
Object.defineProperties(M, {
|
|
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;
|
|
@@ -808,26 +808,26 @@ function pn() {
|
|
|
808
808
|
return r.displayName;
|
|
809
809
|
},
|
|
810
810
|
set: function(R) {
|
|
811
|
-
|
|
811
|
+
v || (ce("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", R), v = !0);
|
|
812
812
|
}
|
|
813
813
|
}
|
|
814
|
-
}), r.Consumer =
|
|
814
|
+
}), r.Consumer = M;
|
|
815
815
|
}
|
|
816
816
|
return r._currentRenderer = null, r._currentRenderer2 = null, r;
|
|
817
817
|
}
|
|
818
818
|
var ze = -1, Xe = 0, Qe = 1, yr = 2;
|
|
819
|
-
function
|
|
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(M) {
|
|
823
823
|
if (e._status === Xe || e._status === ze) {
|
|
824
824
|
var R = e;
|
|
825
|
-
R._status = Qe, R._result =
|
|
825
|
+
R._status = Qe, R._result = M;
|
|
826
826
|
}
|
|
827
|
-
}, function(
|
|
827
|
+
}, function(M) {
|
|
828
828
|
if (e._status === Xe || e._status === ze) {
|
|
829
829
|
var R = e;
|
|
830
|
-
R._status = yr, R._result =
|
|
830
|
+
R._status = yr, R._result = M;
|
|
831
831
|
}
|
|
832
832
|
}), e._status === ze) {
|
|
833
833
|
var o = e;
|
|
@@ -835,20 +835,20 @@ function pn() {
|
|
|
835
835
|
}
|
|
836
836
|
}
|
|
837
837
|
if (e._status === Qe) {
|
|
838
|
-
var
|
|
839
|
-
return
|
|
838
|
+
var v = e._result;
|
|
839
|
+
return v === void 0 && S(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
840
840
|
|
|
841
841
|
Your code should look like:
|
|
842
842
|
const MyComponent = lazy(() => import('./MyComponent'))
|
|
843
843
|
|
|
844
|
-
Did you accidentally put curly braces around the import?`,
|
|
844
|
+
Did you accidentally put curly braces around the import?`, v), "default" in v || S(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
845
845
|
|
|
846
846
|
Your code should look like:
|
|
847
|
-
const MyComponent = lazy(() => import('./MyComponent'))`,
|
|
847
|
+
const MyComponent = lazy(() => import('./MyComponent'))`, v), v.default;
|
|
848
848
|
} else
|
|
849
849
|
throw e._result;
|
|
850
850
|
}
|
|
851
|
-
function
|
|
851
|
+
function Ir(e) {
|
|
852
852
|
var r = {
|
|
853
853
|
// We use these fields to store the result.
|
|
854
854
|
_status: ze,
|
|
@@ -856,18 +856,18 @@ Your code should look like:
|
|
|
856
856
|
}, a = {
|
|
857
857
|
$$typeof: G,
|
|
858
858
|
_payload: r,
|
|
859
|
-
_init:
|
|
859
|
+
_init: Fr
|
|
860
860
|
};
|
|
861
861
|
{
|
|
862
|
-
var o,
|
|
862
|
+
var o, v;
|
|
863
863
|
Object.defineProperties(a, {
|
|
864
864
|
defaultProps: {
|
|
865
865
|
configurable: !0,
|
|
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(M) {
|
|
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 = M, Object.defineProperty(a, "defaultProps", {
|
|
871
871
|
enumerable: !0
|
|
872
872
|
});
|
|
873
873
|
}
|
|
@@ -875,10 +875,10 @@ Your code should look like:
|
|
|
875
875
|
propTypes: {
|
|
876
876
|
configurable: !0,
|
|
877
877
|
get: function() {
|
|
878
|
-
return
|
|
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."),
|
|
880
|
+
set: function(M) {
|
|
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 = M, Object.defineProperty(a, "propTypes", {
|
|
882
882
|
enumerable: !0
|
|
883
883
|
});
|
|
884
884
|
}
|
|
@@ -888,7 +888,7 @@ Your code should look like:
|
|
|
888
888
|
return a;
|
|
889
889
|
}
|
|
890
890
|
function Dr(e) {
|
|
891
|
-
e != null && e.$$typeof ===
|
|
891
|
+
e != null && e.$$typeof === $ ? 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
893
|
$$typeof: g,
|
|
894
894
|
render: e
|
|
@@ -911,16 +911,16 @@ 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 === C || e === O || fe || e === N || e === j || e === U || pe || e === P || Te || Oe || Se || typeof e == "object" && e !== null && (e.$$typeof === G || e.$$typeof ===
|
|
914
|
+
return !!(typeof e == "string" || typeof e == "function" || e === C || e === O || fe || e === N || e === j || e === U || pe || e === P || Te || Oe || Se || typeof e == "object" && e !== null && (e.$$typeof === G || e.$$typeof === $ || e.$$typeof === A || e.$$typeof === L || e.$$typeof === g || // 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.
|
|
918
918
|
e.$$typeof === hr || e.getModuleId !== void 0));
|
|
919
919
|
}
|
|
920
|
-
function
|
|
920
|
+
function u(e, r) {
|
|
921
921
|
t(e) || S("memo: The first argument must be a component. Instead received: %s", e === null ? "null" : typeof e);
|
|
922
922
|
var a = {
|
|
923
|
-
$$typeof:
|
|
923
|
+
$$typeof: $,
|
|
924
924
|
type: e,
|
|
925
925
|
compare: r === void 0 ? null : r
|
|
926
926
|
};
|
|
@@ -932,8 +932,8 @@ Your code should look like:
|
|
|
932
932
|
get: function() {
|
|
933
933
|
return o;
|
|
934
934
|
},
|
|
935
|
-
set: function(
|
|
936
|
-
o =
|
|
935
|
+
set: function(v) {
|
|
936
|
+
o = v, !e.name && !e.displayName && (e.displayName = v);
|
|
937
937
|
}
|
|
938
938
|
});
|
|
939
939
|
}
|
|
@@ -1081,8 +1081,8 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1081
1081
|
if (Yr === void 0)
|
|
1082
1082
|
try {
|
|
1083
1083
|
throw Error();
|
|
1084
|
-
} catch (
|
|
1085
|
-
var o =
|
|
1084
|
+
} catch (v) {
|
|
1085
|
+
var o = v.stack.trim().match(/\n( *(at )?)/);
|
|
1086
1086
|
Yr = o && o[1] || "";
|
|
1087
1087
|
}
|
|
1088
1088
|
return `
|
|
@@ -1104,10 +1104,10 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1104
1104
|
}
|
|
1105
1105
|
var o;
|
|
1106
1106
|
Wr = !0;
|
|
1107
|
-
var
|
|
1107
|
+
var v = Error.prepareStackTrace;
|
|
1108
1108
|
Error.prepareStackTrace = void 0;
|
|
1109
|
-
var
|
|
1110
|
-
|
|
1109
|
+
var M;
|
|
1110
|
+
M = Lr.current, Lr.current = null, Vt();
|
|
1111
1111
|
try {
|
|
1112
1112
|
if (r) {
|
|
1113
1113
|
var R = function() {
|
|
@@ -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
|
-
Wr = !1, Lr.current =
|
|
1163
|
+
Wr = !1, Lr.current = M, 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" && gr.set(e, ve), ve;
|
|
@@ -1189,12 +1189,12 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1189
1189
|
switch (e.$$typeof) {
|
|
1190
1190
|
case g:
|
|
1191
1191
|
return Bt(e.render);
|
|
1192
|
-
case
|
|
1192
|
+
case $:
|
|
1193
1193
|
return br(e.type, r, a);
|
|
1194
1194
|
case G: {
|
|
1195
|
-
var o = e,
|
|
1195
|
+
var o = e, v = o._payload, M = o._init;
|
|
1196
1196
|
try {
|
|
1197
|
-
return br(
|
|
1197
|
+
return br(M(v), r, a);
|
|
1198
1198
|
} catch {
|
|
1199
1199
|
}
|
|
1200
1200
|
}
|
|
@@ -1209,11 +1209,11 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1209
1209
|
} else
|
|
1210
1210
|
dt.setExtraStackFrame(null);
|
|
1211
1211
|
}
|
|
1212
|
-
function Ht(e, r, a, o,
|
|
1212
|
+
function Ht(e, r, a, o, v) {
|
|
1213
1213
|
{
|
|
1214
|
-
var
|
|
1214
|
+
var M = Function.call.bind(We);
|
|
1215
1215
|
for (var R in e)
|
|
1216
|
-
if (
|
|
1216
|
+
if (M(e, R)) {
|
|
1217
1217
|
var W = void 0;
|
|
1218
1218
|
try {
|
|
1219
1219
|
if (typeof e[R] != "function") {
|
|
@@ -1224,7 +1224,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1224
1224
|
} catch (re) {
|
|
1225
1225
|
W = re;
|
|
1226
1226
|
}
|
|
1227
|
-
W && !(W instanceof Error) && (_r(
|
|
1227
|
+
W && !(W 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, R, typeof W), _r(null)), W instanceof Error && !(W.message in ft) && (ft[W.message] = !0, _r(v), S("Failed %s type: %s", a, W.message), _r(null));
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
1230
|
}
|
|
@@ -1291,9 +1291,9 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1291
1291
|
else if (De(e))
|
|
1292
1292
|
e._store && (e._store.validated = !0);
|
|
1293
1293
|
else if (e) {
|
|
1294
|
-
var
|
|
1295
|
-
if (typeof
|
|
1296
|
-
for (var
|
|
1294
|
+
var v = J(e);
|
|
1295
|
+
if (typeof v == "function" && v !== e.entries)
|
|
1296
|
+
for (var M = v.call(e), R; !(R = M.next()).done; )
|
|
1297
1297
|
De(R.value) && yt(R.value, r);
|
|
1298
1298
|
}
|
|
1299
1299
|
}
|
|
@@ -1308,7 +1308,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1308
1308
|
a = r.propTypes;
|
|
1309
1309
|
else if (typeof r == "object" && (r.$$typeof === g || // Note: Memo only checks outer props here.
|
|
1310
1310
|
// Inner props are checked in the reconciler.
|
|
1311
|
-
r.$$typeof ===
|
|
1311
|
+
r.$$typeof === $))
|
|
1312
1312
|
a = r.propTypes;
|
|
1313
1313
|
else
|
|
1314
1314
|
return;
|
|
@@ -1317,8 +1317,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1317
1317
|
Ht(a, e.props, "prop", o, e);
|
|
1318
1318
|
} else if (r.PropTypes !== void 0 && !Ur) {
|
|
1319
1319
|
Ur = !0;
|
|
1320
|
-
var
|
|
1321
|
-
S("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",
|
|
1320
|
+
var v = je(r);
|
|
1321
|
+
S("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", v || "Unknown");
|
|
1322
1322
|
}
|
|
1323
1323
|
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && S("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1324
1324
|
}
|
|
@@ -1338,12 +1338,12 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1338
1338
|
function gt(e, r, a) {
|
|
1339
1339
|
var o = t(e);
|
|
1340
1340
|
if (!o) {
|
|
1341
|
-
var
|
|
1342
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
|
1343
|
-
var
|
|
1344
|
-
|
|
1341
|
+
var v = "";
|
|
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 M = Jt(r);
|
|
1344
|
+
M ? v += M : v += pt();
|
|
1345
1345
|
var R;
|
|
1346
|
-
e === null ? R = "null" : he(e) ? R = "array" : e !== void 0 && e.$$typeof === w ? (R = "<" + (je(e.type) || "Unknown") + " />",
|
|
1346
|
+
e === null ? R = "null" : he(e) ? R = "array" : e !== void 0 && e.$$typeof === w ? (R = "<" + (je(e.type) || "Unknown") + " />", v = " Did you accidentally export a JSX literal instead of a component?") : R = 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", R, v);
|
|
1347
1347
|
}
|
|
1348
1348
|
var W = xr.apply(this, arguments);
|
|
1349
1349
|
if (W == null)
|
|
@@ -1366,8 +1366,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1366
1366
|
}), r;
|
|
1367
1367
|
}
|
|
1368
1368
|
function en(e, r, a) {
|
|
1369
|
-
for (var o = jr.apply(this, arguments),
|
|
1370
|
-
ht(arguments[
|
|
1369
|
+
for (var o = jr.apply(this, arguments), v = 2; v < arguments.length; v++)
|
|
1370
|
+
ht(arguments[v], o.type);
|
|
1371
1371
|
return mt(o), o;
|
|
1372
1372
|
}
|
|
1373
1373
|
function rn(e, r) {
|
|
@@ -1379,8 +1379,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1379
1379
|
e();
|
|
1380
1380
|
} finally {
|
|
1381
1381
|
if (Z.transition = a, a === null && o._updatedFibers) {
|
|
1382
|
-
var
|
|
1383
|
-
|
|
1382
|
+
var v = o._updatedFibers.size;
|
|
1383
|
+
v > 10 && ce("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."), o._updatedFibers.clear();
|
|
1384
1384
|
}
|
|
1385
1385
|
}
|
|
1386
1386
|
}
|
|
@@ -1388,13 +1388,13 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1388
1388
|
function tn(e) {
|
|
1389
1389
|
if (Er === null)
|
|
1390
1390
|
try {
|
|
1391
|
-
var r = ("require" + Math.random()).slice(0, 7), a =
|
|
1392
|
-
Er = a.call(
|
|
1391
|
+
var r = ("require" + Math.random()).slice(0, 7), a = s && s[r];
|
|
1392
|
+
Er = a.call(s, "timers").setImmediate;
|
|
1393
1393
|
} catch {
|
|
1394
|
-
Er = function(
|
|
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 M = new MessageChannel();
|
|
1397
|
+
M.port1.onmessage = v, M.port2.postMessage(void 0);
|
|
1398
1398
|
};
|
|
1399
1399
|
}
|
|
1400
1400
|
return Er(e);
|
|
@@ -1403,22 +1403,22 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1403
1403
|
function Rt(e) {
|
|
1404
1404
|
{
|
|
1405
1405
|
var r = Je;
|
|
1406
|
-
Je++,
|
|
1407
|
-
var a =
|
|
1406
|
+
Je++, p.current === null && (p.current = []);
|
|
1407
|
+
var a = p.isBatchingLegacy, o;
|
|
1408
1408
|
try {
|
|
1409
|
-
if (
|
|
1410
|
-
var
|
|
1411
|
-
|
|
1409
|
+
if (p.isBatchingLegacy = !0, o = e(), !a && p.didScheduleLegacyUpdate) {
|
|
1410
|
+
var v = p.current;
|
|
1411
|
+
v !== null && (p.didScheduleLegacyUpdate = !1, zr(v));
|
|
1412
1412
|
}
|
|
1413
1413
|
} catch (ue) {
|
|
1414
1414
|
throw Rr(r), ue;
|
|
1415
1415
|
} finally {
|
|
1416
|
-
|
|
1416
|
+
p.isBatchingLegacy = a;
|
|
1417
1417
|
}
|
|
1418
1418
|
if (o !== null && typeof o == "object" && typeof o.then == "function") {
|
|
1419
|
-
var
|
|
1419
|
+
var M = o, R = !1, W = {
|
|
1420
1420
|
then: function(ue, ve) {
|
|
1421
|
-
R = !0,
|
|
1421
|
+
R = !0, M.then(function(ge) {
|
|
1422
1422
|
Rr(r), Je === 0 ? Vr(ge, ue, ve) : ue(ge);
|
|
1423
1423
|
}, function(ge) {
|
|
1424
1424
|
Rr(r), ve(ge);
|
|
@@ -1432,11 +1432,11 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1432
1432
|
} else {
|
|
1433
1433
|
var H = o;
|
|
1434
1434
|
if (Rr(r), Je === 0) {
|
|
1435
|
-
var re =
|
|
1436
|
-
re !== null && (zr(re),
|
|
1435
|
+
var re = p.current;
|
|
1436
|
+
re !== null && (zr(re), p.current = null);
|
|
1437
1437
|
var ae = {
|
|
1438
1438
|
then: function(ue, ve) {
|
|
1439
|
-
|
|
1439
|
+
p.current === null ? (p.current = [], Vr(H, ue, ve)) : ue(H);
|
|
1440
1440
|
}
|
|
1441
1441
|
};
|
|
1442
1442
|
return ae;
|
|
@@ -1456,14 +1456,14 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1456
1456
|
}
|
|
1457
1457
|
function Vr(e, r, a) {
|
|
1458
1458
|
{
|
|
1459
|
-
var o =
|
|
1459
|
+
var o = p.current;
|
|
1460
1460
|
if (o !== null)
|
|
1461
1461
|
try {
|
|
1462
1462
|
zr(o), tn(function() {
|
|
1463
|
-
o.length === 0 ? (
|
|
1463
|
+
o.length === 0 ? (p.current = null, r(e)) : Vr(e, r, a);
|
|
1464
1464
|
});
|
|
1465
|
-
} catch (
|
|
1466
|
-
a(
|
|
1465
|
+
} catch (v) {
|
|
1466
|
+
a(v);
|
|
1467
1467
|
}
|
|
1468
1468
|
else
|
|
1469
1469
|
r(e);
|
|
@@ -1496,7 +1496,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1496
1496
|
toArray: $r,
|
|
1497
1497
|
only: pr
|
|
1498
1498
|
};
|
|
1499
|
-
|
|
1499
|
+
d.Children = sn, d.Component = y, d.Fragment = C, d.Profiler = O, d.PureComponent = x, d.StrictMode = N, d.Suspense = j, d.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = de, d.act = Rt, d.cloneElement = an, d.createContext = vr, d.createElement = nn, d.createFactory = on, d.createRef = ye, d.forwardRef = Dr, d.isValidElement = De, d.lazy = Ir, d.memo = u, d.startTransition = rn, d.unstable_act = Rt, d.useCallback = le, d.useContext = Y, d.useDebugValue = Ae, d.useDeferredValue = er, d.useEffect = q, d.useId = Mr, d.useImperativeHandle = Ne, d.useInsertionEffect = me, d.useLayoutEffect = se, d.useMemo = Re, d.useReducer = ee, d.useRef = B, d.useState = K, d.useSyncExternalStore = Nr, d.useTransition = be, d.version = D, 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
|
}
|
|
@@ -1518,18 +1518,18 @@ function vn() {
|
|
|
1518
1518
|
if (jt)
|
|
1519
1519
|
return tr;
|
|
1520
1520
|
jt = 1;
|
|
1521
|
-
var
|
|
1522
|
-
function N(O,
|
|
1523
|
-
var g, j = {}, U = null,
|
|
1524
|
-
L !== void 0 && (U = "" + L),
|
|
1525
|
-
for (g in
|
|
1526
|
-
w.call(
|
|
1521
|
+
var s = Yt(), d = Symbol.for("react.element"), D = Symbol.for("react.fragment"), w = Object.prototype.hasOwnProperty, I = s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, C = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
1522
|
+
function N(O, A, L) {
|
|
1523
|
+
var g, j = {}, U = null, $ = null;
|
|
1524
|
+
L !== void 0 && (U = "" + L), A.key !== void 0 && (U = "" + A.key), A.ref !== void 0 && ($ = A.ref);
|
|
1525
|
+
for (g in A)
|
|
1526
|
+
w.call(A, g) && !C.hasOwnProperty(g) && (j[g] = A[g]);
|
|
1527
1527
|
if (O && O.defaultProps)
|
|
1528
|
-
for (g in
|
|
1529
|
-
j[g] === void 0 && (j[g] =
|
|
1530
|
-
return { $$typeof:
|
|
1528
|
+
for (g in A = O.defaultProps, A)
|
|
1529
|
+
j[g] === void 0 && (j[g] = A[g]);
|
|
1530
|
+
return { $$typeof: d, type: O, key: U, ref: $, props: j, _owner: I.current };
|
|
1531
1531
|
}
|
|
1532
|
-
return tr.Fragment =
|
|
1532
|
+
return tr.Fragment = D, tr.jsx = N, tr.jsxs = N, tr;
|
|
1533
1533
|
}
|
|
1534
1534
|
var nr = {};
|
|
1535
1535
|
/**
|
|
@@ -1544,45 +1544,45 @@ var nr = {};
|
|
|
1544
1544
|
var Pt;
|
|
1545
1545
|
function yn() {
|
|
1546
1546
|
return Pt || (Pt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1547
|
-
var
|
|
1547
|
+
var s = Yt(), d = Symbol.for("react.element"), D = Symbol.for("react.portal"), w = Symbol.for("react.fragment"), I = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), N = Symbol.for("react.provider"), O = Symbol.for("react.context"), A = Symbol.for("react.forward_ref"), L = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), j = Symbol.for("react.memo"), U = Symbol.for("react.lazy"), $ = Symbol.for("react.offscreen"), G = Symbol.iterator, P = "@@iterator";
|
|
1548
1548
|
function V(t) {
|
|
1549
1549
|
if (t === null || typeof t != "object")
|
|
1550
1550
|
return null;
|
|
1551
|
-
var
|
|
1552
|
-
return typeof
|
|
1551
|
+
var u = G && t[G] || t[P];
|
|
1552
|
+
return typeof u == "function" ? u : null;
|
|
1553
1553
|
}
|
|
1554
|
-
var te =
|
|
1554
|
+
var te = s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
1555
1555
|
function J(t) {
|
|
1556
1556
|
{
|
|
1557
|
-
for (var
|
|
1557
|
+
for (var u = arguments.length, l = new Array(u > 1 ? u - 1 : 0), Y = 1; Y < u; Y++)
|
|
1558
1558
|
l[Y - 1] = arguments[Y];
|
|
1559
1559
|
ne("error", t, l);
|
|
1560
1560
|
}
|
|
1561
1561
|
}
|
|
1562
|
-
function ne(t,
|
|
1562
|
+
function ne(t, u, l) {
|
|
1563
1563
|
{
|
|
1564
1564
|
var Y = te.ReactDebugCurrentFrame, K = Y.getStackAddendum();
|
|
1565
|
-
K !== "" && (
|
|
1565
|
+
K !== "" && (u += "%s", l = l.concat([K]));
|
|
1566
1566
|
var ee = l.map(function(B) {
|
|
1567
1567
|
return String(B);
|
|
1568
1568
|
});
|
|
1569
|
-
ee.unshift("Warning: " +
|
|
1569
|
+
ee.unshift("Warning: " + u), Function.prototype.apply.call(console[t], console, ee);
|
|
1570
1570
|
}
|
|
1571
1571
|
}
|
|
1572
|
-
var Z = !1,
|
|
1572
|
+
var Z = !1, p = !1, ie = !1, Ee = !1, we = !1, Ce;
|
|
1573
1573
|
Ce = Symbol.for("react.module.reference");
|
|
1574
1574
|
function Te(t) {
|
|
1575
|
-
return !!(typeof t == "string" || typeof t == "function" || t === w || t === C || we || t === I || t === L || t === g || Ee || t ===
|
|
1575
|
+
return !!(typeof t == "string" || typeof t == "function" || t === w || t === C || we || t === I || t === L || t === g || Ee || t === $ || Z || p || ie || typeof t == "object" && t !== null && (t.$$typeof === U || t.$$typeof === j || t.$$typeof === N || t.$$typeof === O || t.$$typeof === A || // 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
1579
|
t.$$typeof === Ce || t.getModuleId !== void 0));
|
|
1580
1580
|
}
|
|
1581
|
-
function Oe(t,
|
|
1581
|
+
function Oe(t, u, l) {
|
|
1582
1582
|
var Y = t.displayName;
|
|
1583
1583
|
if (Y)
|
|
1584
1584
|
return Y;
|
|
1585
|
-
var K =
|
|
1585
|
+
var K = u.displayName || u.name || "";
|
|
1586
1586
|
return K !== "" ? l + "(" + K + ")" : l;
|
|
1587
1587
|
}
|
|
1588
1588
|
function Se(t) {
|
|
@@ -1598,7 +1598,7 @@ function yn() {
|
|
|
1598
1598
|
switch (t) {
|
|
1599
1599
|
case w:
|
|
1600
1600
|
return "Fragment";
|
|
1601
|
-
case
|
|
1601
|
+
case D:
|
|
1602
1602
|
return "Portal";
|
|
1603
1603
|
case C:
|
|
1604
1604
|
return "Profiler";
|
|
@@ -1612,12 +1612,12 @@ function yn() {
|
|
|
1612
1612
|
if (typeof t == "object")
|
|
1613
1613
|
switch (t.$$typeof) {
|
|
1614
1614
|
case O:
|
|
1615
|
-
var
|
|
1616
|
-
return Se(
|
|
1615
|
+
var u = t;
|
|
1616
|
+
return Se(u) + ".Consumer";
|
|
1617
1617
|
case N:
|
|
1618
1618
|
var l = t;
|
|
1619
1619
|
return Se(l._context) + ".Provider";
|
|
1620
|
-
case
|
|
1620
|
+
case A:
|
|
1621
1621
|
return Oe(t, t.render, "ForwardRef");
|
|
1622
1622
|
case j:
|
|
1623
1623
|
var Y = t.displayName || null;
|
|
@@ -1696,7 +1696,7 @@ function yn() {
|
|
|
1696
1696
|
}
|
|
1697
1697
|
}
|
|
1698
1698
|
var _ = te.ReactCurrentDispatcher, E;
|
|
1699
|
-
function T(t,
|
|
1699
|
+
function T(t, u, l) {
|
|
1700
1700
|
{
|
|
1701
1701
|
if (E === void 0)
|
|
1702
1702
|
try {
|
|
@@ -1709,16 +1709,16 @@ function yn() {
|
|
|
1709
1709
|
` + E + t;
|
|
1710
1710
|
}
|
|
1711
1711
|
}
|
|
1712
|
-
var x = !1,
|
|
1712
|
+
var x = !1, F;
|
|
1713
1713
|
{
|
|
1714
1714
|
var ye = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1715
|
-
|
|
1715
|
+
F = new ye();
|
|
1716
1716
|
}
|
|
1717
|
-
function m(t,
|
|
1717
|
+
function m(t, u) {
|
|
1718
1718
|
if (!t || x)
|
|
1719
1719
|
return "";
|
|
1720
1720
|
{
|
|
1721
|
-
var l =
|
|
1721
|
+
var l = F.get(t);
|
|
1722
1722
|
if (l !== void 0)
|
|
1723
1723
|
return l;
|
|
1724
1724
|
}
|
|
@@ -1729,7 +1729,7 @@ function yn() {
|
|
|
1729
1729
|
var ee;
|
|
1730
1730
|
ee = _.current, _.current = null, y();
|
|
1731
1731
|
try {
|
|
1732
|
-
if (
|
|
1732
|
+
if (u) {
|
|
1733
1733
|
var B = function() {
|
|
1734
1734
|
throw Error();
|
|
1735
1735
|
};
|
|
@@ -1773,7 +1773,7 @@ function yn() {
|
|
|
1773
1773
|
if (se--, le--, le < 0 || q[se] !== me[le]) {
|
|
1774
1774
|
var Re = `
|
|
1775
1775
|
` + q[se].replace(" at new ", " at ");
|
|
1776
|
-
return t.displayName && Re.includes("<anonymous>") && (Re = Re.replace("<anonymous>", t.displayName)), typeof t == "function" &&
|
|
1776
|
+
return t.displayName && Re.includes("<anonymous>") && (Re = Re.replace("<anonymous>", t.displayName)), typeof t == "function" && F.set(t, Re), Re;
|
|
1777
1777
|
}
|
|
1778
1778
|
while (se >= 1 && le >= 0);
|
|
1779
1779
|
break;
|
|
@@ -1783,16 +1783,16 @@ function yn() {
|
|
|
1783
1783
|
x = !1, _.current = ee, b(), Error.prepareStackTrace = K;
|
|
1784
1784
|
}
|
|
1785
1785
|
var Ne = t ? t.displayName || t.name : "", Ae = Ne ? T(Ne) : "";
|
|
1786
|
-
return typeof t == "function" &&
|
|
1786
|
+
return typeof t == "function" && F.set(t, Ae), Ae;
|
|
1787
1787
|
}
|
|
1788
|
-
function he(t,
|
|
1788
|
+
function he(t, u, l) {
|
|
1789
1789
|
return m(t, !1);
|
|
1790
1790
|
}
|
|
1791
1791
|
function $e(t) {
|
|
1792
|
-
var
|
|
1793
|
-
return !!(
|
|
1792
|
+
var u = t.prototype;
|
|
1793
|
+
return !!(u && u.isReactComponent);
|
|
1794
1794
|
}
|
|
1795
|
-
function Pe(t,
|
|
1795
|
+
function Pe(t, u, l) {
|
|
1796
1796
|
if (t == null)
|
|
1797
1797
|
return "";
|
|
1798
1798
|
if (typeof t == "function")
|
|
@@ -1807,31 +1807,31 @@ function yn() {
|
|
|
1807
1807
|
}
|
|
1808
1808
|
if (typeof t == "object")
|
|
1809
1809
|
switch (t.$$typeof) {
|
|
1810
|
-
case
|
|
1810
|
+
case A:
|
|
1811
1811
|
return he(t.render);
|
|
1812
1812
|
case j:
|
|
1813
|
-
return Pe(t.type,
|
|
1813
|
+
return Pe(t.type, u, l);
|
|
1814
1814
|
case U: {
|
|
1815
1815
|
var Y = t, K = Y._payload, ee = Y._init;
|
|
1816
1816
|
try {
|
|
1817
|
-
return Pe(ee(K),
|
|
1817
|
+
return Pe(ee(K), u, l);
|
|
1818
1818
|
} catch {
|
|
1819
1819
|
}
|
|
1820
1820
|
}
|
|
1821
1821
|
}
|
|
1822
1822
|
return "";
|
|
1823
1823
|
}
|
|
1824
|
-
var
|
|
1824
|
+
var Fe = Object.prototype.hasOwnProperty, Le = {}, or = te.ReactDebugCurrentFrame;
|
|
1825
1825
|
function Ye(t) {
|
|
1826
1826
|
if (t) {
|
|
1827
|
-
var
|
|
1827
|
+
var u = t._owner, l = Pe(t.type, t._source, u ? u.type : null);
|
|
1828
1828
|
or.setExtraStackFrame(l);
|
|
1829
1829
|
} else
|
|
1830
1830
|
or.setExtraStackFrame(null);
|
|
1831
1831
|
}
|
|
1832
|
-
function je(t,
|
|
1832
|
+
function je(t, u, l, Y, K) {
|
|
1833
1833
|
{
|
|
1834
|
-
var ee = Function.call.bind(
|
|
1834
|
+
var ee = Function.call.bind(Fe);
|
|
1835
1835
|
for (var B in t)
|
|
1836
1836
|
if (ee(t, B)) {
|
|
1837
1837
|
var q = void 0;
|
|
@@ -1840,7 +1840,7 @@ function yn() {
|
|
|
1840
1840
|
var me = Error((Y || "React class") + ": " + l + " 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](
|
|
1843
|
+
q = t[B](u, B, Y, l, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1844
1844
|
} catch (se) {
|
|
1845
1845
|
q = se;
|
|
1846
1846
|
}
|
|
@@ -1854,7 +1854,7 @@ function yn() {
|
|
|
1854
1854
|
}
|
|
1855
1855
|
function ir(t) {
|
|
1856
1856
|
{
|
|
1857
|
-
var
|
|
1857
|
+
var u = typeof Symbol == "function" && Symbol.toStringTag, l = u && t[Symbol.toStringTag] || t.constructor.name || "Object";
|
|
1858
1858
|
return l;
|
|
1859
1859
|
}
|
|
1860
1860
|
}
|
|
@@ -1872,7 +1872,7 @@ function yn() {
|
|
|
1872
1872
|
if (sr(t))
|
|
1873
1873
|
return J("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", ir(t)), Ge(t);
|
|
1874
1874
|
}
|
|
1875
|
-
var
|
|
1875
|
+
var Ie = te.ReactCurrentOwner, Sr = {
|
|
1876
1876
|
key: !0,
|
|
1877
1877
|
ref: !0,
|
|
1878
1878
|
__self: !0,
|
|
@@ -1880,31 +1880,31 @@ function yn() {
|
|
|
1880
1880
|
}, ur, cr, Ue;
|
|
1881
1881
|
Ue = {};
|
|
1882
1882
|
function xr(t) {
|
|
1883
|
-
if (
|
|
1884
|
-
var
|
|
1885
|
-
if (
|
|
1883
|
+
if (Fe.call(t, "ref")) {
|
|
1884
|
+
var u = Object.getOwnPropertyDescriptor(t, "ref").get;
|
|
1885
|
+
if (u && u.isReactWarning)
|
|
1886
1886
|
return !1;
|
|
1887
1887
|
}
|
|
1888
1888
|
return t.ref !== void 0;
|
|
1889
1889
|
}
|
|
1890
1890
|
function Or(t) {
|
|
1891
|
-
if (
|
|
1892
|
-
var
|
|
1893
|
-
if (
|
|
1891
|
+
if (Fe.call(t, "key")) {
|
|
1892
|
+
var u = Object.getOwnPropertyDescriptor(t, "key").get;
|
|
1893
|
+
if (u && u.isReactWarning)
|
|
1894
1894
|
return !1;
|
|
1895
1895
|
}
|
|
1896
1896
|
return t.key !== void 0;
|
|
1897
1897
|
}
|
|
1898
|
-
function jr(t,
|
|
1899
|
-
if (typeof t.ref == "string" &&
|
|
1900
|
-
var l = pe(
|
|
1901
|
-
Ue[l] || (J('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', pe(
|
|
1898
|
+
function jr(t, u) {
|
|
1899
|
+
if (typeof t.ref == "string" && Ie.current && u && Ie.current.stateNode !== u) {
|
|
1900
|
+
var l = pe(Ie.current.type);
|
|
1901
|
+
Ue[l] || (J('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', pe(Ie.current.type), t.ref), Ue[l] = !0);
|
|
1902
1902
|
}
|
|
1903
1903
|
}
|
|
1904
|
-
function De(t,
|
|
1904
|
+
function De(t, u) {
|
|
1905
1905
|
{
|
|
1906
1906
|
var l = function() {
|
|
1907
|
-
ur || (ur = !0, J("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",
|
|
1907
|
+
ur || (ur = !0, J("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", u));
|
|
1908
1908
|
};
|
|
1909
1909
|
l.isReactWarning = !0, Object.defineProperty(t, "key", {
|
|
1910
1910
|
get: l,
|
|
@@ -1912,10 +1912,10 @@ function yn() {
|
|
|
1912
1912
|
});
|
|
1913
1913
|
}
|
|
1914
1914
|
}
|
|
1915
|
-
function lr(t,
|
|
1915
|
+
function lr(t, u) {
|
|
1916
1916
|
{
|
|
1917
1917
|
var l = function() {
|
|
1918
|
-
cr || (cr = !0, J("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",
|
|
1918
|
+
cr || (cr = !0, J("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", u));
|
|
1919
1919
|
};
|
|
1920
1920
|
l.isReactWarning = !0, Object.defineProperty(t, "ref", {
|
|
1921
1921
|
get: l,
|
|
@@ -1923,13 +1923,13 @@ function yn() {
|
|
|
1923
1923
|
});
|
|
1924
1924
|
}
|
|
1925
1925
|
}
|
|
1926
|
-
var Pr = function(t,
|
|
1926
|
+
var Pr = function(t, u, l, Y, 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: d,
|
|
1930
1930
|
// Built-in properties that belong on the element
|
|
1931
1931
|
type: t,
|
|
1932
|
-
key:
|
|
1932
|
+
key: u,
|
|
1933
1933
|
ref: l,
|
|
1934
1934
|
props: B,
|
|
1935
1935
|
// Record the component responsible for creating this element.
|
|
@@ -1952,12 +1952,12 @@ function yn() {
|
|
|
1952
1952
|
value: K
|
|
1953
1953
|
}), Object.freeze && (Object.freeze(q.props), Object.freeze(q)), q;
|
|
1954
1954
|
};
|
|
1955
|
-
function kr(t,
|
|
1955
|
+
function kr(t, u, l, Y, K) {
|
|
1956
1956
|
{
|
|
1957
1957
|
var ee, B = {}, q = null, me = null;
|
|
1958
|
-
l !== void 0 && (Ze(l), q = "" + l), Or(
|
|
1959
|
-
for (ee in
|
|
1960
|
-
|
|
1958
|
+
l !== void 0 && (Ze(l), q = "" + l), Or(u) && (Ze(u.key), q = "" + u.key), xr(u) && (me = u.ref, jr(u, K));
|
|
1959
|
+
for (ee in u)
|
|
1960
|
+
Fe.call(u, ee) && !Sr.hasOwnProperty(ee) && (B[ee] = u[ee]);
|
|
1961
1961
|
if (t && t.defaultProps) {
|
|
1962
1962
|
var se = t.defaultProps;
|
|
1963
1963
|
for (ee in se)
|
|
@@ -1967,13 +1967,13 @@ 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, Y,
|
|
1970
|
+
return Pr(t, q, me, K, Y, Ie.current, B);
|
|
1971
1971
|
}
|
|
1972
1972
|
}
|
|
1973
1973
|
var He = te.ReactCurrentOwner, fr = te.ReactDebugCurrentFrame;
|
|
1974
1974
|
function ke(t) {
|
|
1975
1975
|
if (t) {
|
|
1976
|
-
var
|
|
1976
|
+
var u = t._owner, l = Pe(t.type, t._source, u ? u.type : null);
|
|
1977
1977
|
fr.setExtraStackFrame(l);
|
|
1978
1978
|
} else
|
|
1979
1979
|
fr.setExtraStackFrame(null);
|
|
@@ -1981,7 +1981,7 @@ function yn() {
|
|
|
1981
1981
|
var Ve;
|
|
1982
1982
|
Ve = !1;
|
|
1983
1983
|
function Me(t) {
|
|
1984
|
-
return typeof t == "object" && t !== null && t.$$typeof ===
|
|
1984
|
+
return typeof t == "object" && t !== null && t.$$typeof === d;
|
|
1985
1985
|
}
|
|
1986
1986
|
function qe() {
|
|
1987
1987
|
{
|
|
@@ -1998,10 +1998,10 @@ Check the render method of \`` + t + "`.";
|
|
|
1998
1998
|
function Ar(t) {
|
|
1999
1999
|
{
|
|
2000
2000
|
if (t !== void 0) {
|
|
2001
|
-
var
|
|
2001
|
+
var u = t.fileName.replace(/^.*[\\\/]/, ""), l = t.lineNumber;
|
|
2002
2002
|
return `
|
|
2003
2003
|
|
|
2004
|
-
Check your code at ` +
|
|
2004
|
+
Check your code at ` + u + ":" + l + ".";
|
|
2005
2005
|
}
|
|
2006
2006
|
return "";
|
|
2007
2007
|
}
|
|
@@ -2009,22 +2009,22 @@ Check your code at ` + s + ":" + l + ".";
|
|
|
2009
2009
|
var dr = {};
|
|
2010
2010
|
function $r(t) {
|
|
2011
2011
|
{
|
|
2012
|
-
var
|
|
2013
|
-
if (!
|
|
2012
|
+
var u = qe();
|
|
2013
|
+
if (!u) {
|
|
2014
2014
|
var l = typeof t == "string" ? t : t.displayName || t.name;
|
|
2015
|
-
l && (
|
|
2015
|
+
l && (u = `
|
|
2016
2016
|
|
|
2017
2017
|
Check the top-level render call using <` + l + ">.");
|
|
2018
2018
|
}
|
|
2019
|
-
return
|
|
2019
|
+
return u;
|
|
2020
2020
|
}
|
|
2021
2021
|
}
|
|
2022
|
-
function pr(t,
|
|
2022
|
+
function pr(t, u) {
|
|
2023
2023
|
{
|
|
2024
2024
|
if (!t._store || t._store.validated || t.key != null)
|
|
2025
2025
|
return;
|
|
2026
2026
|
t._store.validated = !0;
|
|
2027
|
-
var l = $r(
|
|
2027
|
+
var l = $r(u);
|
|
2028
2028
|
if (dr[l])
|
|
2029
2029
|
return;
|
|
2030
2030
|
dr[l] = !0;
|
|
@@ -2032,14 +2032,14 @@ Check the top-level render call using <` + l + ">.");
|
|
|
2032
2032
|
t && t._owner && t._owner !== He.current && (Y = " 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.', l, Y), ke(null);
|
|
2033
2033
|
}
|
|
2034
2034
|
}
|
|
2035
|
-
function vr(t,
|
|
2035
|
+
function vr(t, u) {
|
|
2036
2036
|
{
|
|
2037
2037
|
if (typeof t != "object")
|
|
2038
2038
|
return;
|
|
2039
2039
|
if (Be(t))
|
|
2040
2040
|
for (var l = 0; l < t.length; l++) {
|
|
2041
2041
|
var Y = t[l];
|
|
2042
|
-
Me(Y) && pr(Y,
|
|
2042
|
+
Me(Y) && pr(Y, u);
|
|
2043
2043
|
}
|
|
2044
2044
|
else if (Me(t))
|
|
2045
2045
|
t._store && (t._store.validated = !0);
|
|
@@ -2047,39 +2047,39 @@ Check the top-level render call using <` + l + ">.");
|
|
|
2047
2047
|
var K = V(t);
|
|
2048
2048
|
if (typeof K == "function" && K !== t.entries)
|
|
2049
2049
|
for (var ee = K.call(t), B; !(B = ee.next()).done; )
|
|
2050
|
-
Me(B.value) && pr(B.value,
|
|
2050
|
+
Me(B.value) && pr(B.value, u);
|
|
2051
2051
|
}
|
|
2052
2052
|
}
|
|
2053
2053
|
}
|
|
2054
2054
|
function ze(t) {
|
|
2055
2055
|
{
|
|
2056
|
-
var
|
|
2057
|
-
if (
|
|
2056
|
+
var u = t.type;
|
|
2057
|
+
if (u == null || typeof u == "string")
|
|
2058
2058
|
return;
|
|
2059
2059
|
var l;
|
|
2060
|
-
if (typeof
|
|
2061
|
-
l =
|
|
2062
|
-
else if (typeof
|
|
2060
|
+
if (typeof u == "function")
|
|
2061
|
+
l = u.propTypes;
|
|
2062
|
+
else if (typeof u == "object" && (u.$$typeof === A || // Note: Memo only checks outer props here.
|
|
2063
2063
|
// Inner props are checked in the reconciler.
|
|
2064
|
-
|
|
2065
|
-
l =
|
|
2064
|
+
u.$$typeof === j))
|
|
2065
|
+
l = u.propTypes;
|
|
2066
2066
|
else
|
|
2067
2067
|
return;
|
|
2068
2068
|
if (l) {
|
|
2069
|
-
var Y = pe(
|
|
2069
|
+
var Y = pe(u);
|
|
2070
2070
|
je(l, t.props, "prop", Y, t);
|
|
2071
|
-
} else if (
|
|
2071
|
+
} else if (u.PropTypes !== void 0 && !Ve) {
|
|
2072
2072
|
Ve = !0;
|
|
2073
|
-
var K = pe(
|
|
2073
|
+
var K = pe(u);
|
|
2074
2074
|
J("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", K || "Unknown");
|
|
2075
2075
|
}
|
|
2076
|
-
typeof
|
|
2076
|
+
typeof u.getDefaultProps == "function" && !u.getDefaultProps.isReactClassApproved && J("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
2077
2077
|
}
|
|
2078
2078
|
}
|
|
2079
2079
|
function Xe(t) {
|
|
2080
2080
|
{
|
|
2081
|
-
for (var
|
|
2082
|
-
var Y =
|
|
2081
|
+
for (var u = Object.keys(t.props), l = 0; l < u.length; l++) {
|
|
2082
|
+
var Y = u[l];
|
|
2083
2083
|
if (Y !== "children" && Y !== "key") {
|
|
2084
2084
|
ke(t), J("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", Y), ke(null);
|
|
2085
2085
|
break;
|
|
@@ -2089,7 +2089,7 @@ Check the top-level render call using <` + l + ">.");
|
|
|
2089
2089
|
}
|
|
2090
2090
|
}
|
|
2091
2091
|
var Qe = {};
|
|
2092
|
-
function yr(t,
|
|
2092
|
+
function yr(t, u, l, Y, K, ee) {
|
|
2093
2093
|
{
|
|
2094
2094
|
var B = Te(t);
|
|
2095
2095
|
if (!B) {
|
|
@@ -2098,13 +2098,13 @@ Check the top-level render call using <` + l + ">.");
|
|
|
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 === d ? (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
|
-
var le = kr(t,
|
|
2103
|
+
var le = kr(t, u, l, K, ee);
|
|
2104
2104
|
if (le == null)
|
|
2105
2105
|
return le;
|
|
2106
2106
|
if (B) {
|
|
2107
|
-
var Re =
|
|
2107
|
+
var Re = u.children;
|
|
2108
2108
|
if (Re !== void 0)
|
|
2109
2109
|
if (Y)
|
|
2110
2110
|
if (Be(Re)) {
|
|
@@ -2116,8 +2116,8 @@ Check the top-level render call using <` + l + ">.");
|
|
|
2116
2116
|
else
|
|
2117
2117
|
vr(Re, t);
|
|
2118
2118
|
}
|
|
2119
|
-
if (
|
|
2120
|
-
var Ae = pe(t), be = Object.keys(
|
|
2119
|
+
if (Fe.call(u, "key")) {
|
|
2120
|
+
var Ae = pe(t), be = Object.keys(u).filter(function(Nr) {
|
|
2121
2121
|
return Nr !== "key";
|
|
2122
2122
|
}), er = be.length > 0 ? "{key: someKey, " + be.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
2123
2123
|
if (!Qe[Ae + er]) {
|
|
@@ -2133,13 +2133,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2133
2133
|
return t === w ? Xe(le) : ze(le), le;
|
|
2134
2134
|
}
|
|
2135
2135
|
}
|
|
2136
|
-
function
|
|
2137
|
-
return yr(t,
|
|
2136
|
+
function Fr(t, u, l) {
|
|
2137
|
+
return yr(t, u, l, !0);
|
|
2138
2138
|
}
|
|
2139
|
-
function
|
|
2140
|
-
return yr(t,
|
|
2139
|
+
function Ir(t, u, l) {
|
|
2140
|
+
return yr(t, u, l, !1);
|
|
2141
2141
|
}
|
|
2142
|
-
var Dr =
|
|
2142
|
+
var Dr = Ir, hr = Fr;
|
|
2143
2143
|
nr.Fragment = w, nr.jsx = Dr, nr.jsxs = hr;
|
|
2144
2144
|
}()), nr;
|
|
2145
2145
|
}
|
|
@@ -2158,66 +2158,66 @@ function hn() {
|
|
|
2158
2158
|
if (kt)
|
|
2159
2159
|
return X;
|
|
2160
2160
|
kt = 1;
|
|
2161
|
-
var
|
|
2162
|
-
function ne(
|
|
2163
|
-
if (typeof
|
|
2164
|
-
var ie =
|
|
2161
|
+
var s = typeof Symbol == "function" && Symbol.for, d = s ? Symbol.for("react.element") : 60103, D = s ? Symbol.for("react.portal") : 60106, w = s ? Symbol.for("react.fragment") : 60107, I = s ? Symbol.for("react.strict_mode") : 60108, C = s ? Symbol.for("react.profiler") : 60114, N = s ? Symbol.for("react.provider") : 60109, O = s ? Symbol.for("react.context") : 60110, A = s ? Symbol.for("react.async_mode") : 60111, L = s ? Symbol.for("react.concurrent_mode") : 60111, g = s ? Symbol.for("react.forward_ref") : 60112, j = s ? Symbol.for("react.suspense") : 60113, U = s ? Symbol.for("react.suspense_list") : 60120, $ = s ? Symbol.for("react.memo") : 60115, G = s ? Symbol.for("react.lazy") : 60116, P = 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
|
+
function ne(p) {
|
|
2163
|
+
if (typeof p == "object" && p !== null) {
|
|
2164
|
+
var ie = p.$$typeof;
|
|
2165
2165
|
switch (ie) {
|
|
2166
|
-
case
|
|
2167
|
-
switch (
|
|
2168
|
-
case
|
|
2166
|
+
case d:
|
|
2167
|
+
switch (p = p.type, p) {
|
|
2168
|
+
case A:
|
|
2169
2169
|
case L:
|
|
2170
2170
|
case w:
|
|
2171
2171
|
case C:
|
|
2172
2172
|
case I:
|
|
2173
2173
|
case j:
|
|
2174
|
-
return
|
|
2174
|
+
return p;
|
|
2175
2175
|
default:
|
|
2176
|
-
switch (
|
|
2176
|
+
switch (p = p && p.$$typeof, p) {
|
|
2177
2177
|
case O:
|
|
2178
2178
|
case g:
|
|
2179
2179
|
case G:
|
|
2180
|
-
case
|
|
2180
|
+
case $:
|
|
2181
2181
|
case N:
|
|
2182
|
-
return
|
|
2182
|
+
return p;
|
|
2183
2183
|
default:
|
|
2184
2184
|
return ie;
|
|
2185
2185
|
}
|
|
2186
2186
|
}
|
|
2187
|
-
case
|
|
2187
|
+
case D:
|
|
2188
2188
|
return ie;
|
|
2189
2189
|
}
|
|
2190
2190
|
}
|
|
2191
2191
|
}
|
|
2192
|
-
function Z(
|
|
2193
|
-
return ne(
|
|
2192
|
+
function Z(p) {
|
|
2193
|
+
return ne(p) === L;
|
|
2194
2194
|
}
|
|
2195
|
-
return X.AsyncMode =
|
|
2196
|
-
return Z(
|
|
2197
|
-
}, X.isConcurrentMode = Z, X.isContextConsumer = function(
|
|
2198
|
-
return ne(
|
|
2199
|
-
}, X.isContextProvider = function(
|
|
2200
|
-
return ne(
|
|
2201
|
-
}, X.isElement = function(
|
|
2202
|
-
return typeof
|
|
2203
|
-
}, X.isForwardRef = function(
|
|
2204
|
-
return ne(
|
|
2205
|
-
}, X.isFragment = function(
|
|
2206
|
-
return ne(
|
|
2207
|
-
}, X.isLazy = function(
|
|
2208
|
-
return ne(
|
|
2209
|
-
}, X.isMemo = function(
|
|
2210
|
-
return ne(
|
|
2211
|
-
}, X.isPortal = function(
|
|
2212
|
-
return ne(
|
|
2213
|
-
}, X.isProfiler = function(
|
|
2214
|
-
return ne(
|
|
2215
|
-
}, X.isStrictMode = function(
|
|
2216
|
-
return ne(
|
|
2217
|
-
}, X.isSuspense = function(
|
|
2218
|
-
return ne(
|
|
2219
|
-
}, X.isValidElementType = function(
|
|
2220
|
-
return typeof
|
|
2195
|
+
return X.AsyncMode = A, X.ConcurrentMode = L, X.ContextConsumer = O, X.ContextProvider = N, X.Element = d, X.ForwardRef = g, X.Fragment = w, X.Lazy = G, X.Memo = $, X.Portal = D, X.Profiler = C, X.StrictMode = I, X.Suspense = j, X.isAsyncMode = function(p) {
|
|
2196
|
+
return Z(p) || ne(p) === A;
|
|
2197
|
+
}, X.isConcurrentMode = Z, X.isContextConsumer = function(p) {
|
|
2198
|
+
return ne(p) === O;
|
|
2199
|
+
}, X.isContextProvider = function(p) {
|
|
2200
|
+
return ne(p) === N;
|
|
2201
|
+
}, X.isElement = function(p) {
|
|
2202
|
+
return typeof p == "object" && p !== null && p.$$typeof === d;
|
|
2203
|
+
}, X.isForwardRef = function(p) {
|
|
2204
|
+
return ne(p) === g;
|
|
2205
|
+
}, X.isFragment = function(p) {
|
|
2206
|
+
return ne(p) === w;
|
|
2207
|
+
}, X.isLazy = function(p) {
|
|
2208
|
+
return ne(p) === G;
|
|
2209
|
+
}, X.isMemo = function(p) {
|
|
2210
|
+
return ne(p) === $;
|
|
2211
|
+
}, X.isPortal = function(p) {
|
|
2212
|
+
return ne(p) === D;
|
|
2213
|
+
}, X.isProfiler = function(p) {
|
|
2214
|
+
return ne(p) === C;
|
|
2215
|
+
}, X.isStrictMode = function(p) {
|
|
2216
|
+
return ne(p) === I;
|
|
2217
|
+
}, X.isSuspense = function(p) {
|
|
2218
|
+
return ne(p) === j;
|
|
2219
|
+
}, X.isValidElementType = function(p) {
|
|
2220
|
+
return typeof p == "string" || typeof p == "function" || p === w || p === L || p === C || p === I || p === j || p === U || typeof p == "object" && p !== null && (p.$$typeof === G || p.$$typeof === $ || p.$$typeof === N || p.$$typeof === O || p.$$typeof === g || p.$$typeof === V || p.$$typeof === te || p.$$typeof === J || p.$$typeof === P);
|
|
2221
2221
|
}, X.typeOf = ne, X;
|
|
2222
2222
|
}
|
|
2223
2223
|
var Q = {};
|
|
@@ -2232,19 +2232,19 @@ var Q = {};
|
|
|
2232
2232
|
var At;
|
|
2233
2233
|
function mn() {
|
|
2234
2234
|
return At || (At = 1, process.env.NODE_ENV !== "production" && function() {
|
|
2235
|
-
var
|
|
2235
|
+
var s = typeof Symbol == "function" && Symbol.for, d = s ? Symbol.for("react.element") : 60103, D = s ? Symbol.for("react.portal") : 60106, w = s ? Symbol.for("react.fragment") : 60107, I = s ? Symbol.for("react.strict_mode") : 60108, C = s ? Symbol.for("react.profiler") : 60114, N = s ? Symbol.for("react.provider") : 60109, O = s ? Symbol.for("react.context") : 60110, A = s ? Symbol.for("react.async_mode") : 60111, L = s ? Symbol.for("react.concurrent_mode") : 60111, g = s ? Symbol.for("react.forward_ref") : 60112, j = s ? Symbol.for("react.suspense") : 60113, U = s ? Symbol.for("react.suspense_list") : 60120, $ = s ? Symbol.for("react.memo") : 60115, G = s ? Symbol.for("react.lazy") : 60116, P = 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 === w || m === L || m === C || m === I || m === j || m === U || typeof m == "object" && m !== null && (m.$$typeof === G || m.$$typeof ===
|
|
2238
|
+
m === w || m === L || m === C || m === I || m === j || m === U || typeof m == "object" && m !== null && (m.$$typeof === G || m.$$typeof === $ || m.$$typeof === N || m.$$typeof === O || m.$$typeof === g || m.$$typeof === V || m.$$typeof === te || m.$$typeof === J || m.$$typeof === P);
|
|
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 d:
|
|
2245
2245
|
var $e = m.type;
|
|
2246
2246
|
switch ($e) {
|
|
2247
|
-
case
|
|
2247
|
+
case A:
|
|
2248
2248
|
case L:
|
|
2249
2249
|
case w:
|
|
2250
2250
|
case C:
|
|
@@ -2257,21 +2257,21 @@ function mn() {
|
|
|
2257
2257
|
case O:
|
|
2258
2258
|
case g:
|
|
2259
2259
|
case G:
|
|
2260
|
-
case
|
|
2260
|
+
case $:
|
|
2261
2261
|
case N:
|
|
2262
2262
|
return Pe;
|
|
2263
2263
|
default:
|
|
2264
2264
|
return he;
|
|
2265
2265
|
}
|
|
2266
2266
|
}
|
|
2267
|
-
case
|
|
2267
|
+
case D:
|
|
2268
2268
|
return he;
|
|
2269
2269
|
}
|
|
2270
2270
|
}
|
|
2271
2271
|
}
|
|
2272
|
-
var
|
|
2272
|
+
var p = A, ie = L, Ee = O, we = N, Ce = d, Te = g, Oe = w, Se = G, pe = $, fe = D, de = C, ce = I, S = j, _e = !1;
|
|
2273
2273
|
function xe(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.")), c(m) || Z(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.")), c(m) || Z(m) === A;
|
|
2275
2275
|
}
|
|
2276
2276
|
function c(m) {
|
|
2277
2277
|
return Z(m) === L;
|
|
@@ -2283,7 +2283,7 @@ function mn() {
|
|
|
2283
2283
|
return Z(m) === N;
|
|
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 === d;
|
|
2287
2287
|
}
|
|
2288
2288
|
function y(m) {
|
|
2289
2289
|
return Z(m) === g;
|
|
@@ -2295,21 +2295,21 @@ function mn() {
|
|
|
2295
2295
|
return Z(m) === G;
|
|
2296
2296
|
}
|
|
2297
2297
|
function E(m) {
|
|
2298
|
-
return Z(m) ===
|
|
2298
|
+
return Z(m) === $;
|
|
2299
2299
|
}
|
|
2300
2300
|
function T(m) {
|
|
2301
|
-
return Z(m) ===
|
|
2301
|
+
return Z(m) === D;
|
|
2302
2302
|
}
|
|
2303
2303
|
function x(m) {
|
|
2304
2304
|
return Z(m) === C;
|
|
2305
2305
|
}
|
|
2306
|
-
function
|
|
2306
|
+
function F(m) {
|
|
2307
2307
|
return Z(m) === I;
|
|
2308
2308
|
}
|
|
2309
2309
|
function ye(m) {
|
|
2310
2310
|
return Z(m) === j;
|
|
2311
2311
|
}
|
|
2312
|
-
Q.AsyncMode =
|
|
2312
|
+
Q.AsyncMode = p, Q.ConcurrentMode = ie, Q.ContextConsumer = Ee, Q.ContextProvider = we, Q.Element = Ce, Q.ForwardRef = Te, Q.Fragment = Oe, Q.Lazy = Se, Q.Memo = pe, Q.Portal = fe, Q.Profiler = de, Q.StrictMode = ce, Q.Suspense = S, Q.isAsyncMode = xe, Q.isConcurrentMode = c, Q.isContextConsumer = n, Q.isContextProvider = i, Q.isElement = h, Q.isForwardRef = y, Q.isFragment = b, Q.isLazy = _, Q.isMemo = E, Q.isPortal = T, Q.isProfiler = x, Q.isStrictMode = F, Q.isSuspense = ye, Q.isValidElementType = ne, Q.typeOf = Z;
|
|
2313
2313
|
}()), Q;
|
|
2314
2314
|
}
|
|
2315
2315
|
var $t;
|
|
@@ -2321,12 +2321,12 @@ object-assign
|
|
|
2321
2321
|
(c) Sindre Sorhus
|
|
2322
2322
|
@license MIT
|
|
2323
2323
|
*/
|
|
2324
|
-
var Gr,
|
|
2324
|
+
var Gr, Ft;
|
|
2325
2325
|
function gn() {
|
|
2326
|
-
if (
|
|
2326
|
+
if (Ft)
|
|
2327
2327
|
return Gr;
|
|
2328
|
-
|
|
2329
|
-
var
|
|
2328
|
+
Ft = 1;
|
|
2329
|
+
var s = Object.getOwnPropertySymbols, d = Object.prototype.hasOwnProperty, D = Object.prototype.propertyIsEnumerable;
|
|
2330
2330
|
function w(C) {
|
|
2331
2331
|
if (C == null)
|
|
2332
2332
|
throw new TypeError("Object.assign cannot be called with null or undefined");
|
|
@@ -2341,10 +2341,10 @@ function gn() {
|
|
|
2341
2341
|
return !1;
|
|
2342
2342
|
for (var N = {}, O = 0; O < 10; O++)
|
|
2343
2343
|
N["_" + String.fromCharCode(O)] = O;
|
|
2344
|
-
var
|
|
2344
|
+
var A = Object.getOwnPropertyNames(N).map(function(g) {
|
|
2345
2345
|
return N[g];
|
|
2346
2346
|
});
|
|
2347
|
-
if (
|
|
2347
|
+
if (A.join("") !== "0123456789")
|
|
2348
2348
|
return !1;
|
|
2349
2349
|
var L = {};
|
|
2350
2350
|
return "abcdefghijklmnopqrst".split("").forEach(function(g) {
|
|
@@ -2355,26 +2355,26 @@ function gn() {
|
|
|
2355
2355
|
}
|
|
2356
2356
|
}
|
|
2357
2357
|
return Gr = I() ? Object.assign : function(C, N) {
|
|
2358
|
-
for (var O,
|
|
2358
|
+
for (var O, A = w(C), L, g = 1; g < arguments.length; g++) {
|
|
2359
2359
|
O = Object(arguments[g]);
|
|
2360
2360
|
for (var j in O)
|
|
2361
|
-
|
|
2362
|
-
if (
|
|
2363
|
-
L =
|
|
2361
|
+
d.call(O, j) && (A[j] = O[j]);
|
|
2362
|
+
if (s) {
|
|
2363
|
+
L = s(O);
|
|
2364
2364
|
for (var U = 0; U < L.length; U++)
|
|
2365
|
-
|
|
2365
|
+
D.call(O, L[U]) && (A[L[U]] = O[L[U]]);
|
|
2366
2366
|
}
|
|
2367
2367
|
}
|
|
2368
|
-
return
|
|
2368
|
+
return A;
|
|
2369
2369
|
}, Gr;
|
|
2370
2370
|
}
|
|
2371
|
-
var Hr,
|
|
2371
|
+
var Hr, It;
|
|
2372
2372
|
function rt() {
|
|
2373
|
-
if (
|
|
2373
|
+
if (It)
|
|
2374
2374
|
return Hr;
|
|
2375
|
-
|
|
2376
|
-
var
|
|
2377
|
-
return Hr =
|
|
2375
|
+
It = 1;
|
|
2376
|
+
var s = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
2377
|
+
return Hr = s, Hr;
|
|
2378
2378
|
}
|
|
2379
2379
|
var Kr, Dt;
|
|
2380
2380
|
function Ut() {
|
|
@@ -2385,11 +2385,11 @@ function bn() {
|
|
|
2385
2385
|
if (Mt)
|
|
2386
2386
|
return Jr;
|
|
2387
2387
|
Mt = 1;
|
|
2388
|
-
var
|
|
2388
|
+
var s = function() {
|
|
2389
2389
|
};
|
|
2390
2390
|
if (process.env.NODE_ENV !== "production") {
|
|
2391
|
-
var
|
|
2392
|
-
|
|
2391
|
+
var d = rt(), D = {}, w = Ut();
|
|
2392
|
+
s = function(C) {
|
|
2393
2393
|
var N = "Warning: " + C;
|
|
2394
2394
|
typeof console < "u" && console.error(N);
|
|
2395
2395
|
try {
|
|
@@ -2398,7 +2398,7 @@ function bn() {
|
|
|
2398
2398
|
}
|
|
2399
2399
|
};
|
|
2400
2400
|
}
|
|
2401
|
-
function I(C, N, O,
|
|
2401
|
+
function I(C, N, O, A, L) {
|
|
2402
2402
|
if (process.env.NODE_ENV !== "production") {
|
|
2403
2403
|
for (var g in C)
|
|
2404
2404
|
if (w(C, g)) {
|
|
@@ -2406,28 +2406,28 @@ function bn() {
|
|
|
2406
2406
|
try {
|
|
2407
2407
|
if (typeof C[g] != "function") {
|
|
2408
2408
|
var U = Error(
|
|
2409
|
-
(
|
|
2409
|
+
(A || "React class") + ": " + O + " type `" + g + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof C[g] + "`.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
|
-
j = C[g](N, g,
|
|
2413
|
+
j = C[g](N, g, A, O, null, d);
|
|
2414
2414
|
} catch (G) {
|
|
2415
2415
|
j = G;
|
|
2416
2416
|
}
|
|
2417
|
-
if (j && !(j instanceof Error) &&
|
|
2418
|
-
(
|
|
2419
|
-
), j instanceof Error && !(j.message in
|
|
2420
|
-
|
|
2421
|
-
var
|
|
2422
|
-
|
|
2423
|
-
"Failed " + O + " type: " + j.message + (
|
|
2417
|
+
if (j && !(j instanceof Error) && s(
|
|
2418
|
+
(A || "React class") + ": type specification of " + O + " `" + g + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof j + ". 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
|
+
), j instanceof Error && !(j.message in D)) {
|
|
2420
|
+
D[j.message] = !0;
|
|
2421
|
+
var $ = L ? L() : "";
|
|
2422
|
+
s(
|
|
2423
|
+
"Failed " + O + " type: " + j.message + ($ ?? "")
|
|
2424
2424
|
);
|
|
2425
2425
|
}
|
|
2426
2426
|
}
|
|
2427
2427
|
}
|
|
2428
2428
|
}
|
|
2429
2429
|
return I.resetWarningCache = function() {
|
|
2430
|
-
process.env.NODE_ENV !== "production" && (
|
|
2430
|
+
process.env.NODE_ENV !== "production" && (D = {});
|
|
2431
2431
|
}, Jr = I, Jr;
|
|
2432
2432
|
}
|
|
2433
2433
|
var Zr, Nt;
|
|
@@ -2435,27 +2435,27 @@ function _n() {
|
|
|
2435
2435
|
if (Nt)
|
|
2436
2436
|
return Zr;
|
|
2437
2437
|
Nt = 1;
|
|
2438
|
-
var
|
|
2438
|
+
var s = Wt(), d = gn(), D = rt(), w = Ut(), I = bn(), C = function() {
|
|
2439
2439
|
};
|
|
2440
2440
|
process.env.NODE_ENV !== "production" && (C = function(O) {
|
|
2441
|
-
var
|
|
2442
|
-
typeof console < "u" && console.error(
|
|
2441
|
+
var A = "Warning: " + O;
|
|
2442
|
+
typeof console < "u" && console.error(A);
|
|
2443
2443
|
try {
|
|
2444
|
-
throw new Error(
|
|
2444
|
+
throw new Error(A);
|
|
2445
2445
|
} catch {
|
|
2446
2446
|
}
|
|
2447
2447
|
});
|
|
2448
2448
|
function N() {
|
|
2449
2449
|
return null;
|
|
2450
2450
|
}
|
|
2451
|
-
return Zr = function(O,
|
|
2451
|
+
return Zr = function(O, A) {
|
|
2452
2452
|
var L = typeof Symbol == "function" && Symbol.iterator, g = "@@iterator";
|
|
2453
2453
|
function j(c) {
|
|
2454
2454
|
var n = c && (L && c[L] || c[g]);
|
|
2455
2455
|
if (typeof n == "function")
|
|
2456
2456
|
return n;
|
|
2457
2457
|
}
|
|
2458
|
-
var U = "<<anonymous>>",
|
|
2458
|
+
var U = "<<anonymous>>", $ = {
|
|
2459
2459
|
array: te("array"),
|
|
2460
2460
|
bigint: te("bigint"),
|
|
2461
2461
|
bool: te("boolean"),
|
|
@@ -2467,7 +2467,7 @@ function _n() {
|
|
|
2467
2467
|
any: J(),
|
|
2468
2468
|
arrayOf: ne,
|
|
2469
2469
|
element: Z(),
|
|
2470
|
-
elementType:
|
|
2470
|
+
elementType: p(),
|
|
2471
2471
|
instanceOf: ie,
|
|
2472
2472
|
node: Te(),
|
|
2473
2473
|
objectOf: we,
|
|
@@ -2486,9 +2486,9 @@ function _n() {
|
|
|
2486
2486
|
function V(c) {
|
|
2487
2487
|
if (process.env.NODE_ENV !== "production")
|
|
2488
2488
|
var n = {}, i = 0;
|
|
2489
|
-
function h(b, _, E, T, x,
|
|
2490
|
-
if (T = T || U,
|
|
2491
|
-
if (
|
|
2489
|
+
function h(b, _, E, T, x, F, ye) {
|
|
2490
|
+
if (T = T || U, F = F || E, ye !== D) {
|
|
2491
|
+
if (A) {
|
|
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"
|
|
2494
2494
|
);
|
|
@@ -2497,11 +2497,11 @@ function _n() {
|
|
|
2497
2497
|
var he = T + ":" + E;
|
|
2498
2498
|
!n[he] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
2499
2499
|
i < 3 && (C(
|
|
2500
|
-
"You are manually calling a React.PropTypes validation function for the `" +
|
|
2500
|
+
"You are manually calling a React.PropTypes validation function for the `" + F + "` 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 _[E] == null ? b ? _[E] === null ? new P("The " + x + " `" +
|
|
2504
|
+
return _[E] == null ? b ? _[E] === null ? new P("The " + x + " `" + F + "` is marked as required " + ("in `" + T + "`, but its value is `null`.")) : new P("The " + x + " `" + F + "` is marked as required in " + ("`" + T + "`, but its value is `undefined`.")) : null : c(_, E, T, x, F);
|
|
2505
2505
|
}
|
|
2506
2506
|
var y = h.bind(null, !1);
|
|
2507
2507
|
return y.isRequired = h.bind(null, !0), y;
|
|
@@ -2510,9 +2510,9 @@ function _n() {
|
|
|
2510
2510
|
function n(i, h, y, b, _, E) {
|
|
2511
2511
|
var T = i[h], x = ce(T);
|
|
2512
2512
|
if (x !== c) {
|
|
2513
|
-
var
|
|
2513
|
+
var F = S(T);
|
|
2514
2514
|
return new P(
|
|
2515
|
-
"Invalid " + b + " `" + _ + "` of type " + ("`" +
|
|
2515
|
+
"Invalid " + b + " `" + _ + "` of type " + ("`" + F + "` supplied to `" + y + "`, expected ") + ("`" + c + "`."),
|
|
2516
2516
|
{ expectedType: c }
|
|
2517
2517
|
);
|
|
2518
2518
|
}
|
|
@@ -2533,9 +2533,9 @@ function _n() {
|
|
|
2533
2533
|
return new P("Invalid " + b + " `" + _ + "` of type " + ("`" + T + "` supplied to `" + y + "`, expected an array."));
|
|
2534
2534
|
}
|
|
2535
2535
|
for (var x = 0; x < E.length; x++) {
|
|
2536
|
-
var
|
|
2537
|
-
if (
|
|
2538
|
-
return
|
|
2536
|
+
var F = c(E, x, y, b, _ + "[" + x + "]", D);
|
|
2537
|
+
if (F instanceof Error)
|
|
2538
|
+
return F;
|
|
2539
2539
|
}
|
|
2540
2540
|
return null;
|
|
2541
2541
|
}
|
|
@@ -2552,10 +2552,10 @@ function _n() {
|
|
|
2552
2552
|
}
|
|
2553
2553
|
return V(c);
|
|
2554
2554
|
}
|
|
2555
|
-
function
|
|
2555
|
+
function p() {
|
|
2556
2556
|
function c(n, i, h, y, b) {
|
|
2557
2557
|
var _ = n[i];
|
|
2558
|
-
if (!
|
|
2558
|
+
if (!s.isValidElementType(_)) {
|
|
2559
2559
|
var E = ce(_);
|
|
2560
2560
|
return new P("Invalid " + y + " `" + b + "` of type " + ("`" + E + "` supplied to `" + h + "`, expected a single ReactElement type."));
|
|
2561
2561
|
}
|
|
@@ -2599,9 +2599,9 @@ function _n() {
|
|
|
2599
2599
|
return new P("Invalid " + b + " `" + _ + "` of type " + ("`" + T + "` supplied to `" + y + "`, expected an object."));
|
|
2600
2600
|
for (var x in E)
|
|
2601
2601
|
if (w(E, x)) {
|
|
2602
|
-
var
|
|
2603
|
-
if (
|
|
2604
|
-
return
|
|
2602
|
+
var F = c(E, x, y, b, _ + "." + x, D);
|
|
2603
|
+
if (F instanceof Error)
|
|
2604
|
+
return F;
|
|
2605
2605
|
}
|
|
2606
2606
|
return null;
|
|
2607
2607
|
}
|
|
@@ -2618,8 +2618,8 @@ function _n() {
|
|
|
2618
2618
|
), N;
|
|
2619
2619
|
}
|
|
2620
2620
|
function h(y, b, _, E, T) {
|
|
2621
|
-
for (var x = [],
|
|
2622
|
-
var ye = c[
|
|
2621
|
+
for (var x = [], F = 0; F < c.length; F++) {
|
|
2622
|
+
var ye = c[F], m = ye(y, b, _, E, T, D);
|
|
2623
2623
|
if (m == null)
|
|
2624
2624
|
return null;
|
|
2625
2625
|
m.data && w(m.data, "expectedType") && x.push(m.data.expectedType);
|
|
@@ -2646,10 +2646,10 @@ function _n() {
|
|
|
2646
2646
|
if (T !== "object")
|
|
2647
2647
|
return new P("Invalid " + b + " `" + _ + "` of type `" + T + "` " + ("supplied to `" + y + "`, expected `object`."));
|
|
2648
2648
|
for (var x in c) {
|
|
2649
|
-
var
|
|
2650
|
-
if (typeof
|
|
2651
|
-
return Oe(y, b, _, x, S(
|
|
2652
|
-
var ye =
|
|
2649
|
+
var F = c[x];
|
|
2650
|
+
if (typeof F != "function")
|
|
2651
|
+
return Oe(y, b, _, x, S(F));
|
|
2652
|
+
var ye = F(E, x, y, b, _ + "." + x, D);
|
|
2653
2653
|
if (ye)
|
|
2654
2654
|
return ye;
|
|
2655
2655
|
}
|
|
@@ -2662,17 +2662,17 @@ function _n() {
|
|
|
2662
2662
|
var E = i[h], T = ce(E);
|
|
2663
2663
|
if (T !== "object")
|
|
2664
2664
|
return new P("Invalid " + b + " `" + _ + "` of type `" + T + "` " + ("supplied to `" + y + "`, expected `object`."));
|
|
2665
|
-
var x =
|
|
2666
|
-
for (var
|
|
2667
|
-
var ye = c[
|
|
2668
|
-
if (w(c,
|
|
2669
|
-
return Oe(y, b, _,
|
|
2665
|
+
var x = d({}, i[h], c);
|
|
2666
|
+
for (var F in x) {
|
|
2667
|
+
var ye = c[F];
|
|
2668
|
+
if (w(c, F) && typeof ye != "function")
|
|
2669
|
+
return Oe(y, b, _, F, S(ye));
|
|
2670
2670
|
if (!ye)
|
|
2671
2671
|
return new P(
|
|
2672
|
-
"Invalid " + b + " `" + _ + "` key `" +
|
|
2672
|
+
"Invalid " + b + " `" + _ + "` key `" + F + "` supplied to `" + y + "`.\nBad object: " + JSON.stringify(i[h], null, " ") + `
|
|
2673
2673
|
Valid keys: ` + JSON.stringify(Object.keys(c), null, " ")
|
|
2674
2674
|
);
|
|
2675
|
-
var m = ye(E,
|
|
2675
|
+
var m = ye(E, F, y, b, _ + "." + F, D);
|
|
2676
2676
|
if (m)
|
|
2677
2677
|
return m;
|
|
2678
2678
|
}
|
|
@@ -2749,7 +2749,7 @@ Valid keys: ` + JSON.stringify(Object.keys(c), null, " ")
|
|
|
2749
2749
|
function xe(c) {
|
|
2750
2750
|
return !c.constructor || !c.constructor.name ? U : c.constructor.name;
|
|
2751
2751
|
}
|
|
2752
|
-
return
|
|
2752
|
+
return $.checkPropTypes = I, $.resetWarningCache = I.resetWarningCache, $.PropTypes = $, $;
|
|
2753
2753
|
}, Zr;
|
|
2754
2754
|
}
|
|
2755
2755
|
var Xr, Lt;
|
|
@@ -2757,14 +2757,14 @@ function En() {
|
|
|
2757
2757
|
if (Lt)
|
|
2758
2758
|
return Xr;
|
|
2759
2759
|
Lt = 1;
|
|
2760
|
-
var
|
|
2761
|
-
function
|
|
2760
|
+
var s = rt();
|
|
2761
|
+
function d() {
|
|
2762
2762
|
}
|
|
2763
|
-
function
|
|
2763
|
+
function D() {
|
|
2764
2764
|
}
|
|
2765
|
-
return
|
|
2766
|
-
function w(N, O,
|
|
2767
|
-
if (j !==
|
|
2765
|
+
return D.resetWarningCache = d, Xr = function() {
|
|
2766
|
+
function w(N, O, A, L, g, j) {
|
|
2767
|
+
if (j !== 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
|
);
|
|
@@ -2795,8 +2795,8 @@ function En() {
|
|
|
2795
2795
|
oneOfType: I,
|
|
2796
2796
|
shape: I,
|
|
2797
2797
|
exact: I,
|
|
2798
|
-
checkPropTypes:
|
|
2799
|
-
resetWarningCache:
|
|
2798
|
+
checkPropTypes: D,
|
|
2799
|
+
resetWarningCache: d
|
|
2800
2800
|
};
|
|
2801
2801
|
return C.PropTypes = C, C;
|
|
2802
2802
|
}, Xr;
|
|
@@ -2807,18 +2807,18 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
2807
2807
|
} else
|
|
2808
2808
|
et.exports = En()();
|
|
2809
2809
|
var Cn = et.exports;
|
|
2810
|
-
const
|
|
2811
|
-
/* @__PURE__ */ f.jsx("div", { className: "u-accordion-title", children:
|
|
2812
|
-
/* @__PURE__ */ f.jsx("input", { className: "u-accordion-input", type: "checkbox", id: `u-accordion${
|
|
2813
|
-
/* @__PURE__ */ f.jsx("label", { className: "u-accordion-toggle", htmlFor: `u-accordion${
|
|
2814
|
-
/* @__PURE__ */ f.jsx("div", { className: "u-accordion-content", children:
|
|
2810
|
+
const k = /* @__PURE__ */ fn(Cn), Tn = ({ title: s = "", id: d = "", children: D = /* @__PURE__ */ f.jsx("div", {}) }) => /* @__PURE__ */ f.jsxs("div", { className: "u-accordion", children: [
|
|
2811
|
+
/* @__PURE__ */ f.jsx("div", { className: "u-accordion-title", children: s }),
|
|
2812
|
+
/* @__PURE__ */ f.jsx("input", { className: "u-accordion-input", type: "checkbox", id: `u-accordion${d}` }),
|
|
2813
|
+
/* @__PURE__ */ f.jsx("label", { className: "u-accordion-toggle", htmlFor: `u-accordion${d}` }),
|
|
2814
|
+
/* @__PURE__ */ f.jsx("div", { className: "u-accordion-content", children: D })
|
|
2815
2815
|
] });
|
|
2816
2816
|
Tn.propTypes = {
|
|
2817
|
-
title:
|
|
2818
|
-
id:
|
|
2819
|
-
children:
|
|
2817
|
+
title: k.string,
|
|
2818
|
+
id: k.string,
|
|
2819
|
+
children: k.node
|
|
2820
2820
|
};
|
|
2821
|
-
const Sn = ({ onClick:
|
|
2821
|
+
const Sn = ({ onClick: s, variant: d = "primary", size: D = "medium", type: w = "button", icon: I = "", iconLeft: C = !1, iconOnly: N = !1, iconSize: O, disabled: A = !1, children: L = "ОК" }) => {
|
|
2822
2822
|
const g = (P) => {
|
|
2823
2823
|
switch (P) {
|
|
2824
2824
|
case "primary":
|
|
@@ -2837,6 +2837,10 @@ const Sn = ({ onClick: u, variant: v = "primary", size: M = "medium", type: w =
|
|
|
2837
2837
|
return "u-button-text";
|
|
2838
2838
|
case "text-danger":
|
|
2839
2839
|
return "u-button-text u-button-text-danger";
|
|
2840
|
+
case "text-table":
|
|
2841
|
+
return "u-button-text-table";
|
|
2842
|
+
case "text-danger-table":
|
|
2843
|
+
return "u-button-text u-button-text-danger-table";
|
|
2840
2844
|
}
|
|
2841
2845
|
}, j = (P) => {
|
|
2842
2846
|
switch (P) {
|
|
@@ -2847,29 +2851,29 @@ const Sn = ({ onClick: u, variant: v = "primary", size: M = "medium", type: w =
|
|
|
2847
2851
|
default:
|
|
2848
2852
|
return "";
|
|
2849
2853
|
}
|
|
2850
|
-
}, U = (P) => P ? " u-button-text-icon-left" : "",
|
|
2854
|
+
}, U = (P, V) => P && ["text", "text-danger"].includes(V) ? " u-button-text-icon-left" : P ? " u-button-icon-left" : "", $ = (P) => P ? " icon-only" : "", G = (P) => typeof P == "number" ? `${P}px` : String(P);
|
|
2851
2855
|
return /* @__PURE__ */ f.jsxs(
|
|
2852
2856
|
"button",
|
|
2853
2857
|
{
|
|
2854
|
-
className: `${g(
|
|
2858
|
+
className: `${g(d)}${j(D)}${U(C, d)}`,
|
|
2855
2859
|
type: w,
|
|
2856
|
-
onClick:
|
|
2857
|
-
disabled:
|
|
2860
|
+
onClick: s,
|
|
2861
|
+
disabled: A,
|
|
2858
2862
|
children: [
|
|
2859
|
-
!N &&
|
|
2863
|
+
!N && d !== "icon" && L,
|
|
2860
2864
|
" ",
|
|
2861
|
-
I && /* @__PURE__ */ f.jsx("i", { style: O && { fontSize: G(O) }, className: `u-icon${
|
|
2865
|
+
I && /* @__PURE__ */ f.jsx("i", { style: O && { fontSize: G(O) }, className: `u-icon${$(N)} icon-${I}` })
|
|
2862
2866
|
]
|
|
2863
2867
|
}
|
|
2864
2868
|
);
|
|
2865
2869
|
};
|
|
2866
2870
|
Sn.propTypes = {
|
|
2867
|
-
variant:
|
|
2868
|
-
type:
|
|
2869
|
-
size:
|
|
2870
|
-
children:
|
|
2871
|
-
onClick:
|
|
2872
|
-
icon:
|
|
2871
|
+
variant: k.oneOf(["primary", "danger", "outline", "danger-outline", "simple", "icon", "text", "text-danger", "text-table", "text-danger-table"]),
|
|
2872
|
+
type: k.string,
|
|
2873
|
+
size: k.string,
|
|
2874
|
+
children: k.string,
|
|
2875
|
+
onClick: k.func,
|
|
2876
|
+
icon: k.oneOf([
|
|
2873
2877
|
"active",
|
|
2874
2878
|
"application",
|
|
2875
2879
|
"attention",
|
|
@@ -2960,14 +2964,14 @@ Sn.propTypes = {
|
|
|
2960
2964
|
"zip"
|
|
2961
2965
|
])
|
|
2962
2966
|
};
|
|
2963
|
-
const xn = ({ name:
|
|
2967
|
+
const xn = ({ name: s = "", size: d = "", color: D = "" }) => {
|
|
2964
2968
|
const w = (I) => typeof I == "number" ? `${I}px` : String(I);
|
|
2965
|
-
return /* @__PURE__ */ f.jsx("i", { style: { fontSize: w(
|
|
2969
|
+
return /* @__PURE__ */ f.jsx("i", { style: { fontSize: w(d), color: D }, className: `u-icon icon-${s}` });
|
|
2966
2970
|
};
|
|
2967
2971
|
xn.propTypes = {
|
|
2968
|
-
size:
|
|
2969
|
-
color:
|
|
2970
|
-
name:
|
|
2972
|
+
size: k.string,
|
|
2973
|
+
color: k.string,
|
|
2974
|
+
name: k.oneOf([
|
|
2971
2975
|
"active",
|
|
2972
2976
|
"application",
|
|
2973
2977
|
"attention",
|
|
@@ -3058,7 +3062,7 @@ xn.propTypes = {
|
|
|
3058
3062
|
"zip"
|
|
3059
3063
|
])
|
|
3060
3064
|
};
|
|
3061
|
-
const On = ({ title:
|
|
3065
|
+
const On = ({ title: s = "", defaultValue: d = "", onChange: D, required: w = !1, disabled: I = !1, lineUp: C = !1, rowGap: N = 4, columnGap: O = 20, styleInputContainer: A, styleTitle: L, styleInput: g }) => {
|
|
3062
3066
|
const j = (U) => typeof U == "number" ? `${U}px` : String(U);
|
|
3063
3067
|
return /* @__PURE__ */ f.jsxs(
|
|
3064
3068
|
"div",
|
|
@@ -3071,10 +3075,10 @@ const On = ({ title: u = "", defaultValue: v = "", onChange: M, required: w = !1
|
|
|
3071
3075
|
rowGap: C ? null : j(N),
|
|
3072
3076
|
columnGap: C ? j(O) : null
|
|
3073
3077
|
},
|
|
3074
|
-
|
|
3078
|
+
A
|
|
3075
3079
|
),
|
|
3076
3080
|
children: [
|
|
3077
|
-
|
|
3081
|
+
s && /* @__PURE__ */ f.jsx(
|
|
3078
3082
|
"div",
|
|
3079
3083
|
{
|
|
3080
3084
|
className: `${w && "u-required"} u-react-input-title`,
|
|
@@ -3084,26 +3088,26 @@ const On = ({ title: u = "", defaultValue: v = "", onChange: M, required: w = !1
|
|
|
3084
3088
|
},
|
|
3085
3089
|
L
|
|
3086
3090
|
),
|
|
3087
|
-
children:
|
|
3091
|
+
children: s
|
|
3088
3092
|
}
|
|
3089
3093
|
),
|
|
3090
|
-
/* @__PURE__ */ f.jsx("input", { className: "u-react-input u-input", style: g, type: "text", placeholder: "введите", value:
|
|
3094
|
+
/* @__PURE__ */ f.jsx("input", { className: "u-react-input u-input", style: g, type: "text", placeholder: "введите", value: d, disabled: I, onChange: D })
|
|
3091
3095
|
]
|
|
3092
3096
|
}
|
|
3093
3097
|
);
|
|
3094
3098
|
};
|
|
3095
3099
|
On.propTypes = {
|
|
3096
|
-
title:
|
|
3097
|
-
required:
|
|
3098
|
-
disabled:
|
|
3099
|
-
lineUp:
|
|
3100
|
-
rowGap:
|
|
3101
|
-
columnGap:
|
|
3102
|
-
styleInputContainer:
|
|
3103
|
-
styleTitle:
|
|
3104
|
-
styleInput:
|
|
3100
|
+
title: k.string,
|
|
3101
|
+
required: k.bool,
|
|
3102
|
+
disabled: k.bool,
|
|
3103
|
+
lineUp: k.bool,
|
|
3104
|
+
rowGap: k.bool,
|
|
3105
|
+
columnGap: k.bool,
|
|
3106
|
+
styleInputContainer: k.object,
|
|
3107
|
+
styleTitle: k.object,
|
|
3108
|
+
styleInput: k.object
|
|
3105
3109
|
};
|
|
3106
|
-
const jn = ({ size:
|
|
3110
|
+
const jn = ({ size: s = "medium", variant: d = "info", children: D }) => {
|
|
3107
3111
|
const w = (I, C) => {
|
|
3108
3112
|
switch (`${I}-${C}`) {
|
|
3109
3113
|
case "medium-info":
|
|
@@ -3124,19 +3128,19 @@ const jn = ({ size: u = "medium", variant: v = "info", children: M }) => {
|
|
|
3124
3128
|
return "u-message-small-warning";
|
|
3125
3129
|
}
|
|
3126
3130
|
};
|
|
3127
|
-
return /* @__PURE__ */ f.jsx("div", { className: w(
|
|
3131
|
+
return /* @__PURE__ */ f.jsx("div", { className: w(s, d), children: D });
|
|
3128
3132
|
};
|
|
3129
3133
|
jn.propTypes = {
|
|
3130
|
-
size:
|
|
3131
|
-
variant:
|
|
3132
|
-
children:
|
|
3134
|
+
size: k.string,
|
|
3135
|
+
variant: k.string,
|
|
3136
|
+
children: k.node
|
|
3133
3137
|
};
|
|
3134
|
-
const Pn = ({ variant:
|
|
3135
|
-
|
|
3138
|
+
const Pn = ({ variant: s = "small-primary" }) => /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
|
|
3139
|
+
s === "small-primary" && /* @__PURE__ */ f.jsx("div", { className: "u-preloader-mini", children: /* @__PURE__ */ f.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: [
|
|
3136
3140
|
/* @__PURE__ */ f.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "#1E4391", "stroke-width": "2" }),
|
|
3137
3141
|
/* @__PURE__ */ f.jsx("circle", { className: "u-preloader-mini-dot", cx: "6.5", cy: "6.5", r: "6.5", fill: "#1E4391" })
|
|
3138
3142
|
] }) }),
|
|
3139
|
-
|
|
3143
|
+
s === "small-special" && /* @__PURE__ */ f.jsx("div", { className: "u-preloader-mini-gradient", children: /* @__PURE__ */ f.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: [
|
|
3140
3144
|
/* @__PURE__ */ f.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "url(#paint0_linear_8025_35626)", "stroke-width": "2" }),
|
|
3141
3145
|
/* @__PURE__ */ f.jsx("circle", { className: "u-preloader-mini-dot", cx: "6.5", cy: "6.5", r: "6.5", fill: "url(#paint0_linear_8025_35627)" }),
|
|
3142
3146
|
/* @__PURE__ */ f.jsxs("defs", { children: [
|
|
@@ -3152,12 +3156,12 @@ const Pn = ({ variant: u = "small-primary" }) => /* @__PURE__ */ f.jsxs(f.Fragme
|
|
|
3152
3156
|
] })
|
|
3153
3157
|
] })
|
|
3154
3158
|
] }) }),
|
|
3155
|
-
|
|
3159
|
+
s === "large-primary" && /* @__PURE__ */ f.jsx("div", { className: "u-preloader", children: /* @__PURE__ */ f.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: [
|
|
3156
3160
|
/* @__PURE__ */ f.jsx("path", { "fill-rule": "evenodd", "clip-rule": "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" }),
|
|
3157
3161
|
/* @__PURE__ */ f.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" }),
|
|
3158
3162
|
/* @__PURE__ */ f.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" })
|
|
3159
3163
|
] }) }),
|
|
3160
|
-
|
|
3164
|
+
s === "large-special" && /* @__PURE__ */ f.jsx("div", { className: "u-preloader-gradient", children: /* @__PURE__ */ f.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: [
|
|
3161
3165
|
/* @__PURE__ */ f.jsx("path", { "fill-rule": "evenodd", "clip-rule": "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)" }),
|
|
3162
3166
|
/* @__PURE__ */ f.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)" }),
|
|
3163
3167
|
/* @__PURE__ */ f.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)" }),
|
|
@@ -3181,9 +3185,38 @@ const Pn = ({ variant: u = "small-primary" }) => /* @__PURE__ */ f.jsxs(f.Fragme
|
|
|
3181
3185
|
] }) })
|
|
3182
3186
|
] });
|
|
3183
3187
|
Pn.propTypes = {
|
|
3184
|
-
variant:
|
|
3188
|
+
variant: k.string
|
|
3185
3189
|
};
|
|
3186
|
-
const kn = ({
|
|
3190
|
+
const kn = ({
|
|
3191
|
+
placeholder: s = "Поиск",
|
|
3192
|
+
value: d,
|
|
3193
|
+
onChange: D
|
|
3194
|
+
}) => /* @__PURE__ */ f.jsxs("div", { className: "u-search", children: [
|
|
3195
|
+
/* @__PURE__ */ f.jsx("input", { placeholder: s, className: "u-input", type: "search", value: d, onChange: D }),
|
|
3196
|
+
/* @__PURE__ */ f.jsx("button", { className: "u-search-loupe", type: "button" })
|
|
3197
|
+
] });
|
|
3198
|
+
kn.propTypes = {
|
|
3199
|
+
placeholder: k.string,
|
|
3200
|
+
value: k.string,
|
|
3201
|
+
onChange: k.func
|
|
3202
|
+
};
|
|
3203
|
+
const An = ({
|
|
3204
|
+
title: s = "",
|
|
3205
|
+
required: d = !1,
|
|
3206
|
+
options: D,
|
|
3207
|
+
styleSelectContainer: w,
|
|
3208
|
+
styleTitle: I,
|
|
3209
|
+
styleSelect: C,
|
|
3210
|
+
lineUp: N = !1,
|
|
3211
|
+
rowGap: O = 4,
|
|
3212
|
+
columnGap: A = 20,
|
|
3213
|
+
placeholder: L = "Не выбрано",
|
|
3214
|
+
value: g,
|
|
3215
|
+
isOpen: j,
|
|
3216
|
+
isClearable: U,
|
|
3217
|
+
onChange: $,
|
|
3218
|
+
onOpen: G
|
|
3219
|
+
}) => {
|
|
3187
3220
|
const P = (V) => typeof V == "number" ? `${V}px` : String(V);
|
|
3188
3221
|
return /* @__PURE__ */ f.jsxs(
|
|
3189
3222
|
"div",
|
|
@@ -3194,22 +3227,22 @@ const kn = ({ title: u = "", required: v = !1, options: M, styleSelectContainer:
|
|
|
3194
3227
|
display: "flex",
|
|
3195
3228
|
flexDirection: N ? "row" : "column",
|
|
3196
3229
|
rowGap: N ? null : P(O),
|
|
3197
|
-
columnGap: N ? P(
|
|
3230
|
+
columnGap: N ? P(A) : null
|
|
3198
3231
|
},
|
|
3199
3232
|
w
|
|
3200
3233
|
),
|
|
3201
3234
|
children: [
|
|
3202
|
-
|
|
3235
|
+
s && /* @__PURE__ */ f.jsx(
|
|
3203
3236
|
"div",
|
|
3204
3237
|
{
|
|
3205
|
-
className: `${
|
|
3238
|
+
className: `${d && "u-required"} u-react-select-title`,
|
|
3206
3239
|
style: Object.assign(
|
|
3207
3240
|
{
|
|
3208
3241
|
color: "#545454"
|
|
3209
3242
|
},
|
|
3210
3243
|
I
|
|
3211
3244
|
),
|
|
3212
|
-
children:
|
|
3245
|
+
children: s
|
|
3213
3246
|
}
|
|
3214
3247
|
),
|
|
3215
3248
|
/* @__PURE__ */ f.jsxs(
|
|
@@ -3237,7 +3270,7 @@ const kn = ({ title: u = "", required: v = !1, options: M, styleSelectContainer:
|
|
|
3237
3270
|
{
|
|
3238
3271
|
className: "u-selectbox-select-icon-cross",
|
|
3239
3272
|
onClick: (V) => {
|
|
3240
|
-
V.stopPropagation(),
|
|
3273
|
+
V.stopPropagation(), $({ value: null, label: L }), G(!1);
|
|
3241
3274
|
}
|
|
3242
3275
|
}
|
|
3243
3276
|
) : /* @__PURE__ */ f.jsx(f.Fragment, {}),
|
|
@@ -3245,8 +3278,8 @@ const kn = ({ title: u = "", required: v = !1, options: M, styleSelectContainer:
|
|
|
3245
3278
|
]
|
|
3246
3279
|
}
|
|
3247
3280
|
),
|
|
3248
|
-
/* @__PURE__ */ f.jsx("div", { className: "u-selectbox-options", children:
|
|
3249
|
-
J.stopPropagation(),
|
|
3281
|
+
/* @__PURE__ */ f.jsx("div", { className: "u-selectbox-options", children: D.map((V, te) => /* @__PURE__ */ f.jsx("div", { className: "u-selectbox-option", onClick: (J) => {
|
|
3282
|
+
J.stopPropagation(), $(V), G(!1);
|
|
3250
3283
|
}, children: V.label }, te)) })
|
|
3251
3284
|
]
|
|
3252
3285
|
}
|
|
@@ -3255,21 +3288,21 @@ const kn = ({ title: u = "", required: v = !1, options: M, styleSelectContainer:
|
|
|
3255
3288
|
}
|
|
3256
3289
|
);
|
|
3257
3290
|
};
|
|
3258
|
-
|
|
3259
|
-
title:
|
|
3260
|
-
required:
|
|
3261
|
-
lineUp:
|
|
3262
|
-
rowGap:
|
|
3263
|
-
columnGap:
|
|
3264
|
-
styleSelectContainer:
|
|
3265
|
-
styleTitle:
|
|
3266
|
-
styleSelect:
|
|
3267
|
-
options:
|
|
3268
|
-
placeholder:
|
|
3269
|
-
value:
|
|
3270
|
-
onChange:
|
|
3291
|
+
An.propTypes = {
|
|
3292
|
+
title: k.string,
|
|
3293
|
+
required: k.bool,
|
|
3294
|
+
lineUp: k.bool,
|
|
3295
|
+
rowGap: k.bool,
|
|
3296
|
+
columnGap: k.bool,
|
|
3297
|
+
styleSelectContainer: k.object,
|
|
3298
|
+
styleTitle: k.object,
|
|
3299
|
+
styleSelect: k.object,
|
|
3300
|
+
options: k.array,
|
|
3301
|
+
placeholder: k.string,
|
|
3302
|
+
value: k.object,
|
|
3303
|
+
onChange: k.func
|
|
3271
3304
|
};
|
|
3272
|
-
const
|
|
3305
|
+
const $n = ({ size: s = "medium", variant: d = "", children: D }) => {
|
|
3273
3306
|
const w = (I) => {
|
|
3274
3307
|
switch (I) {
|
|
3275
3308
|
case "warning":
|
|
@@ -3288,16 +3321,16 @@ const An = ({ size: u = "medium", variant: v = "", children: M }) => {
|
|
|
3288
3321
|
return "u-status-prepared";
|
|
3289
3322
|
}
|
|
3290
3323
|
};
|
|
3291
|
-
return /* @__PURE__ */ f.jsx("div", { className: `u-status ${
|
|
3324
|
+
return /* @__PURE__ */ f.jsx("div", { className: `u-status ${s === "large" ? "u-status-large" : ""} ${w(d)}`, children: D });
|
|
3292
3325
|
};
|
|
3293
|
-
|
|
3294
|
-
children:
|
|
3295
|
-
variant:
|
|
3296
|
-
size:
|
|
3326
|
+
$n.propTypes = {
|
|
3327
|
+
children: k.string,
|
|
3328
|
+
variant: k.string,
|
|
3329
|
+
size: k.string
|
|
3297
3330
|
};
|
|
3298
|
-
const
|
|
3299
|
-
const g = (
|
|
3300
|
-
switch (
|
|
3331
|
+
const Fn = ({ data: s, columns: d, borders: D = "horizontal", striped: w, linesNotActive: I, fixedHeader: C, tdStyle: N, thStyle: O, cellStyle: A, contentForEmptyTable: L = /* @__PURE__ */ f.jsx("p", { children: "Ничего не найдено" }) }) => {
|
|
3332
|
+
const g = ($) => `${$}px`, j = "auto", U = ($) => {
|
|
3333
|
+
switch ($) {
|
|
3301
3334
|
case "horizontal":
|
|
3302
3335
|
return "";
|
|
3303
3336
|
case "vertical":
|
|
@@ -3306,39 +3339,39 @@ const $n = ({ data: u, columns: v, borders: M = "horizontal", striped: w, linesN
|
|
|
3306
3339
|
return " none-borders";
|
|
3307
3340
|
}
|
|
3308
3341
|
};
|
|
3309
|
-
return /* @__PURE__ */ f.jsx(f.Fragment, { children: /* @__PURE__ */ f.jsx(
|
|
3342
|
+
return /* @__PURE__ */ f.jsx(f.Fragment, { children: s.length !== 0 ? /* @__PURE__ */ f.jsx(
|
|
3310
3343
|
"div",
|
|
3311
3344
|
{
|
|
3312
|
-
className: `u-table${["horizontal", "vertical", "none"].includes(
|
|
3345
|
+
className: `u-table${["horizontal", "vertical", "none"].includes(D) ? U(D) : ""}${w ? " striped" : ""}${I ? " not-active-lines" : ""}${C ? " thead-fixed" : ""}`,
|
|
3313
3346
|
children: /* @__PURE__ */ f.jsxs("table", { className: "table", children: [
|
|
3314
|
-
/* @__PURE__ */ f.jsx("thead", { style: { zIndex: "2" }, children: /* @__PURE__ */ f.jsx("tr", { children:
|
|
3315
|
-
(
|
|
3347
|
+
/* @__PURE__ */ f.jsx("thead", { style: { zIndex: "2" }, children: /* @__PURE__ */ f.jsx("tr", { children: d.map(
|
|
3348
|
+
($, G) => /* @__PURE__ */ f.jsx(
|
|
3316
3349
|
"th",
|
|
3317
3350
|
{
|
|
3318
|
-
className: `${
|
|
3351
|
+
className: `${$.sticky ? "sticky" : ""}`,
|
|
3319
3352
|
style: Object.assign(
|
|
3320
3353
|
{
|
|
3321
|
-
left:
|
|
3354
|
+
left: $.leftForSticky ? g($.leftForSticky) : ""
|
|
3322
3355
|
},
|
|
3323
|
-
|
|
3324
|
-
|
|
3356
|
+
$.thStyle,
|
|
3357
|
+
$.cellStyle,
|
|
3325
3358
|
O,
|
|
3326
|
-
|
|
3359
|
+
A
|
|
3327
3360
|
),
|
|
3328
3361
|
children: /* @__PURE__ */ f.jsx(
|
|
3329
3362
|
"p",
|
|
3330
3363
|
{
|
|
3331
3364
|
style: {
|
|
3332
|
-
width:
|
|
3365
|
+
width: $.width ? g($.width) : j
|
|
3333
3366
|
},
|
|
3334
|
-
children:
|
|
3367
|
+
children: $.title
|
|
3335
3368
|
}
|
|
3336
3369
|
)
|
|
3337
3370
|
},
|
|
3338
3371
|
G
|
|
3339
3372
|
)
|
|
3340
3373
|
) }) }),
|
|
3341
|
-
|
|
3374
|
+
/* @__PURE__ */ f.jsx("tbody", { children: s == null ? void 0 : s.map(($, G) => /* @__PURE__ */ f.jsx("tr", { children: d == null ? void 0 : d.map(
|
|
3342
3375
|
(P, V) => /* @__PURE__ */ f.jsx(
|
|
3343
3376
|
"td",
|
|
3344
3377
|
{
|
|
@@ -3350,7 +3383,7 @@ const $n = ({ data: u, columns: v, borders: M = "horizontal", striped: w, linesN
|
|
|
3350
3383
|
P.tdStyle,
|
|
3351
3384
|
P.cellStyle,
|
|
3352
3385
|
N,
|
|
3353
|
-
|
|
3386
|
+
A
|
|
3354
3387
|
),
|
|
3355
3388
|
children: /* @__PURE__ */ f.jsx(
|
|
3356
3389
|
"div",
|
|
@@ -3358,35 +3391,36 @@ const $n = ({ data: u, columns: v, borders: M = "horizontal", striped: w, linesN
|
|
|
3358
3391
|
style: {
|
|
3359
3392
|
width: P.width ? g(P.width) : j
|
|
3360
3393
|
},
|
|
3361
|
-
children: P.render ? P.render(
|
|
3394
|
+
children: P.render ? P.render($) : $[P.field]
|
|
3362
3395
|
}
|
|
3363
3396
|
)
|
|
3364
3397
|
},
|
|
3365
3398
|
V
|
|
3366
3399
|
)
|
|
3367
|
-
) }, G)) })
|
|
3400
|
+
) }, G)) })
|
|
3368
3401
|
] })
|
|
3369
3402
|
}
|
|
3370
|
-
) });
|
|
3403
|
+
) : /* @__PURE__ */ f.jsx("div", { children: L }) });
|
|
3371
3404
|
};
|
|
3372
|
-
|
|
3373
|
-
data:
|
|
3374
|
-
columns:
|
|
3375
|
-
verticalBorders:
|
|
3376
|
-
striped:
|
|
3377
|
-
linesNotActive:
|
|
3378
|
-
fixedHeader:
|
|
3379
|
-
tdStyle:
|
|
3380
|
-
thStyle:
|
|
3381
|
-
cellStyle:
|
|
3405
|
+
Fn.propTypes = {
|
|
3406
|
+
data: k.array,
|
|
3407
|
+
columns: k.array,
|
|
3408
|
+
verticalBorders: k.bool,
|
|
3409
|
+
striped: k.bool,
|
|
3410
|
+
linesNotActive: k.bool,
|
|
3411
|
+
fixedHeader: k.bool,
|
|
3412
|
+
tdStyle: k.object,
|
|
3413
|
+
thStyle: k.object,
|
|
3414
|
+
cellStyle: k.object,
|
|
3415
|
+
contentForEmptyTable: k.node
|
|
3382
3416
|
};
|
|
3383
|
-
const In = ({ content:
|
|
3384
|
-
/* @__PURE__ */ f.jsx("div", { id: "u-help-tooltip", children:
|
|
3385
|
-
/* @__PURE__ */ f.jsx("div", { children:
|
|
3417
|
+
const In = ({ content: s = /* @__PURE__ */ f.jsx("div", {}), children: d = /* @__PURE__ */ f.jsx("div", {}) }) => /* @__PURE__ */ f.jsxs("div", { id: "u-help", children: [
|
|
3418
|
+
/* @__PURE__ */ f.jsx("div", { id: "u-help-tooltip", children: s }),
|
|
3419
|
+
/* @__PURE__ */ f.jsx("div", { children: d })
|
|
3386
3420
|
] });
|
|
3387
3421
|
In.propTypes = {
|
|
3388
|
-
content:
|
|
3389
|
-
children:
|
|
3422
|
+
content: k.node,
|
|
3423
|
+
children: k.node
|
|
3390
3424
|
};
|
|
3391
3425
|
export {
|
|
3392
3426
|
Tn as Accordion,
|
|
@@ -3395,8 +3429,9 @@ export {
|
|
|
3395
3429
|
On as Input,
|
|
3396
3430
|
jn as Message,
|
|
3397
3431
|
Pn as Preloader,
|
|
3398
|
-
kn as
|
|
3399
|
-
An as
|
|
3400
|
-
$n as
|
|
3432
|
+
kn as Search,
|
|
3433
|
+
An as Select,
|
|
3434
|
+
$n as Status,
|
|
3435
|
+
Fn as Table,
|
|
3401
3436
|
In as Tooltip
|
|
3402
3437
|
};
|