urfu-ui-kit-react 0.0.12 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/urfu-ui-kit-react.js +271 -271
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ function dn() {
|
|
|
16
16
|
if (St)
|
|
17
17
|
return z;
|
|
18
18
|
St = 1;
|
|
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"),
|
|
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"), L = Symbol.for("react.context"), O = Symbol.for("react.forward_ref"), A = Symbol.for("react.suspense"), M = 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
|
}
|
|
@@ -178,7 +178,7 @@ function dn() {
|
|
|
178
178
|
}
|
|
179
179
|
return { $$typeof: s, type: n.type, key: b, ref: _, props: y, _owner: E };
|
|
180
180
|
}, z.createContext = function(n) {
|
|
181
|
-
return n = { $$typeof:
|
|
181
|
+
return n = { $$typeof: L, _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) {
|
|
183
183
|
var i = we.bind(null, n);
|
|
184
184
|
return i.type = n, i;
|
|
@@ -189,7 +189,7 @@ function dn() {
|
|
|
189
189
|
}, z.isValidElement = Te, z.lazy = function(n) {
|
|
190
190
|
return { $$typeof: g, _payload: { _status: -1, _result: n }, _init: ce };
|
|
191
191
|
}, z.memo = function(n, i) {
|
|
192
|
-
return { $$typeof:
|
|
192
|
+
return { $$typeof: M, type: n, compare: i === void 0 ? null : i };
|
|
193
193
|
}, z.startTransition = function(n) {
|
|
194
194
|
var i = _e.transition;
|
|
195
195
|
_e.transition = {};
|
|
@@ -245,7 +245,7 @@ function pn() {
|
|
|
245
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 D = "18.3.1", w = Symbol.for("react.element"), I = Symbol.for("react.portal"), C = Symbol.for("react.fragment"),
|
|
248
|
+
var D = "18.3.1", w = Symbol.for("react.element"), I = Symbol.for("react.portal"), C = Symbol.for("react.fragment"), L = Symbol.for("react.strict_mode"), O = Symbol.for("react.profiler"), A = Symbol.for("react.provider"), M = 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;
|
|
@@ -307,10 +307,10 @@ function pn() {
|
|
|
307
307
|
{
|
|
308
308
|
var o = de.ReactDebugCurrentFrame, v = o.getStackAddendum();
|
|
309
309
|
v !== "" && (r += "%s", a = a.concat([v]));
|
|
310
|
-
var
|
|
310
|
+
var N = a.map(function(R) {
|
|
311
311
|
return String(R);
|
|
312
312
|
});
|
|
313
|
-
|
|
313
|
+
N.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, N);
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
var xe = {};
|
|
@@ -470,7 +470,7 @@ function pn() {
|
|
|
470
470
|
return "Portal";
|
|
471
471
|
case O:
|
|
472
472
|
return "Profiler";
|
|
473
|
-
case
|
|
473
|
+
case L:
|
|
474
474
|
return "StrictMode";
|
|
475
475
|
case j:
|
|
476
476
|
return "Suspense";
|
|
@@ -479,7 +479,7 @@ function pn() {
|
|
|
479
479
|
}
|
|
480
480
|
if (typeof e == "object")
|
|
481
481
|
switch (e.$$typeof) {
|
|
482
|
-
case
|
|
482
|
+
case M:
|
|
483
483
|
var r = e;
|
|
484
484
|
return Ye(r) + ".Consumer";
|
|
485
485
|
case A:
|
|
@@ -491,9 +491,9 @@ function pn() {
|
|
|
491
491
|
var o = e.displayName || null;
|
|
492
492
|
return o !== null ? o : je(e.type) || "Memo";
|
|
493
493
|
case G: {
|
|
494
|
-
var v = e,
|
|
494
|
+
var v = e, N = v._payload, R = v._init;
|
|
495
495
|
try {
|
|
496
|
-
return je(R(
|
|
496
|
+
return je(R(N));
|
|
497
497
|
} catch {
|
|
498
498
|
return null;
|
|
499
499
|
}
|
|
@@ -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, v,
|
|
551
|
+
var Ue = function(e, r, a, o, v, N, 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: N
|
|
562
562
|
};
|
|
563
563
|
return W._store = {}, Object.defineProperty(W._store, "validated", {
|
|
564
564
|
configurable: !1,
|
|
@@ -578,9 +578,9 @@ function pn() {
|
|
|
578
578
|
}), Object.freeze && (Object.freeze(W.props), Object.freeze(W)), W;
|
|
579
579
|
};
|
|
580
580
|
function xr(e, r, a) {
|
|
581
|
-
var o, v = {},
|
|
581
|
+
var o, v = {}, N = null, R = null, W = null, H = null;
|
|
582
582
|
if (r != null) {
|
|
583
|
-
Ze(r) && (R = r.ref, cr(r)), Ie(r) && (Le(r.key),
|
|
583
|
+
Ze(r) && (R = r.ref, cr(r)), Ie(r) && (Le(r.key), N = "" + 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
585
|
We.call(r, o) && !Be.hasOwnProperty(o) && (v[o] = r[o]);
|
|
586
586
|
}
|
|
@@ -597,11 +597,11 @@ function pn() {
|
|
|
597
597
|
for (o in ue)
|
|
598
598
|
v[o] === void 0 && (v[o] = ue[o]);
|
|
599
599
|
}
|
|
600
|
-
if (
|
|
600
|
+
if (N || R) {
|
|
601
601
|
var ve = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
602
|
-
|
|
602
|
+
N && Sr(v, ve), R && ur(v, ve);
|
|
603
603
|
}
|
|
604
|
-
return Ue(e,
|
|
604
|
+
return Ue(e, N, 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,9 +610,9 @@ 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, v = i({}, e.props),
|
|
613
|
+
var o, v = i({}, e.props), N = 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), Ie(r) && (Le(r.key),
|
|
615
|
+
Ze(r) && (R = r.ref, re = ie.current), Ie(r) && (Le(r.key), N = "" + r.key);
|
|
616
616
|
var ae;
|
|
617
617
|
e.type && e.type.defaultProps && (ae = e.type.defaultProps);
|
|
618
618
|
for (o in r)
|
|
@@ -626,7 +626,7 @@ function pn() {
|
|
|
626
626
|
ue[ve] = arguments[ve + 2];
|
|
627
627
|
v.children = ue;
|
|
628
628
|
}
|
|
629
|
-
return Ue(e.type,
|
|
629
|
+
return Ue(e.type, N, R, W, H, re, v);
|
|
630
630
|
}
|
|
631
631
|
function De(e) {
|
|
632
632
|
return typeof e == "object" && e !== null && e.$$typeof === w;
|
|
@@ -649,13 +649,13 @@ function pn() {
|
|
|
649
649
|
return typeof e == "object" && e !== null && e.key != null ? (Le(e.key), kr("" + e.key)) : r.toString(36);
|
|
650
650
|
}
|
|
651
651
|
function Me(e, r, a, o, v) {
|
|
652
|
-
var
|
|
653
|
-
(
|
|
652
|
+
var N = typeof e;
|
|
653
|
+
(N === "undefined" || N === "boolean") && (e = null);
|
|
654
654
|
var R = !1;
|
|
655
655
|
if (e === null)
|
|
656
656
|
R = !0;
|
|
657
657
|
else
|
|
658
|
-
switch (
|
|
658
|
+
switch (N) {
|
|
659
659
|
case "string":
|
|
660
660
|
case "number":
|
|
661
661
|
R = !0;
|
|
@@ -699,7 +699,7 @@ function pn() {
|
|
|
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
701
|
oe = Ct.value, ue = ge + Ve(oe, cn++), ve += Me(oe, r, a, ue, v);
|
|
702
|
-
} else if (
|
|
702
|
+
} else if (N === "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
|
}
|
|
@@ -710,8 +710,8 @@ function pn() {
|
|
|
710
710
|
if (e == null)
|
|
711
711
|
return e;
|
|
712
712
|
var o = [], v = 0;
|
|
713
|
-
return Me(e, o, "", "", function(
|
|
714
|
-
return r.call(a,
|
|
713
|
+
return Me(e, o, "", "", function(N) {
|
|
714
|
+
return r.call(a, N, v++);
|
|
715
715
|
}), o;
|
|
716
716
|
}
|
|
717
717
|
function Ar(e) {
|
|
@@ -737,7 +737,7 @@ function pn() {
|
|
|
737
737
|
}
|
|
738
738
|
function vr(e) {
|
|
739
739
|
var r = {
|
|
740
|
-
$$typeof:
|
|
740
|
+
$$typeof: M,
|
|
741
741
|
// As a workaround to support multiple concurrent renderers, we categorize
|
|
742
742
|
// some renderers as primary and others as secondary. We only expect
|
|
743
743
|
// there to be two concurrent renderers at most: React Native (primary) and
|
|
@@ -761,11 +761,11 @@ function pn() {
|
|
|
761
761
|
};
|
|
762
762
|
var a = !1, o = !1, v = !1;
|
|
763
763
|
{
|
|
764
|
-
var
|
|
765
|
-
$$typeof:
|
|
764
|
+
var N = {
|
|
765
|
+
$$typeof: M,
|
|
766
766
|
_context: r
|
|
767
767
|
};
|
|
768
|
-
Object.defineProperties(
|
|
768
|
+
Object.defineProperties(N, {
|
|
769
769
|
Provider: {
|
|
770
770
|
get: function() {
|
|
771
771
|
return o || (o = !0, S("Rendering <Context.Consumer.Provider> is not supported and will be removed in a future major release. Did you mean to render <Context.Provider> instead?")), r.Provider;
|
|
@@ -811,7 +811,7 @@ function pn() {
|
|
|
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 = N;
|
|
815
815
|
}
|
|
816
816
|
return r._currentRenderer = null, r._currentRenderer2 = null, r;
|
|
817
817
|
}
|
|
@@ -819,15 +819,15 @@ function pn() {
|
|
|
819
819
|
function Fr(e) {
|
|
820
820
|
if (e._status === ze) {
|
|
821
821
|
var r = e._result, a = r();
|
|
822
|
-
if (a.then(function(
|
|
822
|
+
if (a.then(function(N) {
|
|
823
823
|
if (e._status === Xe || e._status === ze) {
|
|
824
824
|
var R = e;
|
|
825
|
-
R._status = Qe, R._result =
|
|
825
|
+
R._status = Qe, R._result = N;
|
|
826
826
|
}
|
|
827
|
-
}, function(
|
|
827
|
+
}, function(N) {
|
|
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 = N;
|
|
831
831
|
}
|
|
832
832
|
}), e._status === ze) {
|
|
833
833
|
var o = e;
|
|
@@ -866,8 +866,8 @@ Your code should look like:
|
|
|
866
866
|
get: function() {
|
|
867
867
|
return o;
|
|
868
868
|
},
|
|
869
|
-
set: function(
|
|
870
|
-
S("React.lazy(...): It is not supported to assign `defaultProps` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), o =
|
|
869
|
+
set: function(N) {
|
|
870
|
+
S("React.lazy(...): It is not supported to assign `defaultProps` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), o = N, Object.defineProperty(a, "defaultProps", {
|
|
871
871
|
enumerable: !0
|
|
872
872
|
});
|
|
873
873
|
}
|
|
@@ -877,8 +877,8 @@ Your code should look like:
|
|
|
877
877
|
get: function() {
|
|
878
878
|
return v;
|
|
879
879
|
},
|
|
880
|
-
set: function(
|
|
881
|
-
S("React.lazy(...): It is not supported to assign `propTypes` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), v =
|
|
880
|
+
set: function(N) {
|
|
881
|
+
S("React.lazy(...): It is not supported to assign `propTypes` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), v = N, Object.defineProperty(a, "propTypes", {
|
|
882
882
|
enumerable: !0
|
|
883
883
|
});
|
|
884
884
|
}
|
|
@@ -911,7 +911,7 @@ Your code should look like:
|
|
|
911
911
|
var hr;
|
|
912
912
|
hr = Symbol.for("react.module.reference");
|
|
913
913
|
function t(e) {
|
|
914
|
-
return !!(typeof e == "string" || typeof e == "function" || e === C || e === O || fe || e ===
|
|
914
|
+
return !!(typeof e == "string" || typeof e == "function" || e === C || e === O || fe || e === L || 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 === M || 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.
|
|
@@ -939,7 +939,7 @@ Your code should look like:
|
|
|
939
939
|
}
|
|
940
940
|
return a;
|
|
941
941
|
}
|
|
942
|
-
function
|
|
942
|
+
function f() {
|
|
943
943
|
var e = ne.current;
|
|
944
944
|
return e === null && S(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
945
945
|
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
@@ -948,7 +948,7 @@ Your code should look like:
|
|
|
948
948
|
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), e;
|
|
949
949
|
}
|
|
950
950
|
function Y(e) {
|
|
951
|
-
var r =
|
|
951
|
+
var r = f();
|
|
952
952
|
if (e._context !== void 0) {
|
|
953
953
|
var a = e._context;
|
|
954
954
|
a.Consumer === e ? S("Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be removed in a future major release. Did you mean to call useContext(Context) instead?") : a.Provider === e && S("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?");
|
|
@@ -956,61 +956,61 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
956
956
|
return r.useContext(e);
|
|
957
957
|
}
|
|
958
958
|
function K(e) {
|
|
959
|
-
var r =
|
|
959
|
+
var r = f();
|
|
960
960
|
return r.useState(e);
|
|
961
961
|
}
|
|
962
962
|
function ee(e, r, a) {
|
|
963
|
-
var o =
|
|
963
|
+
var o = f();
|
|
964
964
|
return o.useReducer(e, r, a);
|
|
965
965
|
}
|
|
966
966
|
function B(e) {
|
|
967
|
-
var r =
|
|
967
|
+
var r = f();
|
|
968
968
|
return r.useRef(e);
|
|
969
969
|
}
|
|
970
970
|
function q(e, r) {
|
|
971
|
-
var a =
|
|
971
|
+
var a = f();
|
|
972
972
|
return a.useEffect(e, r);
|
|
973
973
|
}
|
|
974
974
|
function me(e, r) {
|
|
975
|
-
var a =
|
|
975
|
+
var a = f();
|
|
976
976
|
return a.useInsertionEffect(e, r);
|
|
977
977
|
}
|
|
978
978
|
function se(e, r) {
|
|
979
|
-
var a =
|
|
979
|
+
var a = f();
|
|
980
980
|
return a.useLayoutEffect(e, r);
|
|
981
981
|
}
|
|
982
982
|
function le(e, r) {
|
|
983
|
-
var a =
|
|
983
|
+
var a = f();
|
|
984
984
|
return a.useCallback(e, r);
|
|
985
985
|
}
|
|
986
986
|
function Re(e, r) {
|
|
987
|
-
var a =
|
|
987
|
+
var a = f();
|
|
988
988
|
return a.useMemo(e, r);
|
|
989
989
|
}
|
|
990
990
|
function Ne(e, r, a) {
|
|
991
|
-
var o =
|
|
991
|
+
var o = f();
|
|
992
992
|
return o.useImperativeHandle(e, r, a);
|
|
993
993
|
}
|
|
994
994
|
function Ae(e, r) {
|
|
995
995
|
{
|
|
996
|
-
var a =
|
|
996
|
+
var a = f();
|
|
997
997
|
return a.useDebugValue(e, r);
|
|
998
998
|
}
|
|
999
999
|
}
|
|
1000
1000
|
function be() {
|
|
1001
|
-
var e =
|
|
1001
|
+
var e = f();
|
|
1002
1002
|
return e.useTransition();
|
|
1003
1003
|
}
|
|
1004
1004
|
function er(e) {
|
|
1005
|
-
var r =
|
|
1005
|
+
var r = f();
|
|
1006
1006
|
return r.useDeferredValue(e);
|
|
1007
1007
|
}
|
|
1008
1008
|
function Mr() {
|
|
1009
|
-
var e =
|
|
1009
|
+
var e = f();
|
|
1010
1010
|
return e.useId();
|
|
1011
1011
|
}
|
|
1012
1012
|
function Nr(e, r, a) {
|
|
1013
|
-
var o =
|
|
1013
|
+
var o = f();
|
|
1014
1014
|
return o.useSyncExternalStore(e, r, a);
|
|
1015
1015
|
}
|
|
1016
1016
|
var rr = 0, tt, nt, at, ot, it, st, ut;
|
|
@@ -1106,8 +1106,8 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1106
1106
|
Wr = !0;
|
|
1107
1107
|
var v = Error.prepareStackTrace;
|
|
1108
1108
|
Error.prepareStackTrace = void 0;
|
|
1109
|
-
var
|
|
1110
|
-
|
|
1109
|
+
var N;
|
|
1110
|
+
N = Lr.current, Lr.current = null, Vt();
|
|
1111
1111
|
try {
|
|
1112
1112
|
if (r) {
|
|
1113
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 = N, qt(), Error.prepareStackTrace = v;
|
|
1164
1164
|
}
|
|
1165
1165
|
var ue = e ? e.displayName || e.name : "", ve = ue ? mr(ue) : "";
|
|
1166
1166
|
return typeof e == "function" && gr.set(e, ve), ve;
|
|
@@ -1192,9 +1192,9 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1192
1192
|
case $:
|
|
1193
1193
|
return br(e.type, r, a);
|
|
1194
1194
|
case G: {
|
|
1195
|
-
var o = e, v = o._payload,
|
|
1195
|
+
var o = e, v = o._payload, N = o._init;
|
|
1196
1196
|
try {
|
|
1197
|
-
return br(
|
|
1197
|
+
return br(N(v), r, a);
|
|
1198
1198
|
} catch {
|
|
1199
1199
|
}
|
|
1200
1200
|
}
|
|
@@ -1211,9 +1211,9 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1211
1211
|
}
|
|
1212
1212
|
function Ht(e, r, a, o, v) {
|
|
1213
1213
|
{
|
|
1214
|
-
var
|
|
1214
|
+
var N = Function.call.bind(We);
|
|
1215
1215
|
for (var R in e)
|
|
1216
|
-
if (
|
|
1216
|
+
if (N(e, R)) {
|
|
1217
1217
|
var W = void 0;
|
|
1218
1218
|
try {
|
|
1219
1219
|
if (typeof e[R] != "function") {
|
|
@@ -1293,7 +1293,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1293
1293
|
else if (e) {
|
|
1294
1294
|
var v = J(e);
|
|
1295
1295
|
if (typeof v == "function" && v !== e.entries)
|
|
1296
|
-
for (var
|
|
1296
|
+
for (var N = v.call(e), R; !(R = N.next()).done; )
|
|
1297
1297
|
De(R.value) && yt(R.value, r);
|
|
1298
1298
|
}
|
|
1299
1299
|
}
|
|
@@ -1340,8 +1340,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1340
1340
|
if (!o) {
|
|
1341
1341
|
var v = "";
|
|
1342
1342
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (v += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
1343
|
-
var
|
|
1344
|
-
|
|
1343
|
+
var N = Jt(r);
|
|
1344
|
+
N ? v += N : v += pt();
|
|
1345
1345
|
var R;
|
|
1346
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
|
}
|
|
@@ -1393,8 +1393,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1393
1393
|
} catch {
|
|
1394
1394
|
Er = function(v) {
|
|
1395
1395
|
_t === !1 && (_t = !0, typeof MessageChannel > "u" && S("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));
|
|
1396
|
-
var
|
|
1397
|
-
|
|
1396
|
+
var N = new MessageChannel();
|
|
1397
|
+
N.port1.onmessage = v, N.port2.postMessage(void 0);
|
|
1398
1398
|
};
|
|
1399
1399
|
}
|
|
1400
1400
|
return Er(e);
|
|
@@ -1416,9 +1416,9 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1416
1416
|
p.isBatchingLegacy = a;
|
|
1417
1417
|
}
|
|
1418
1418
|
if (o !== null && typeof o == "object" && typeof o.then == "function") {
|
|
1419
|
-
var
|
|
1419
|
+
var N = o, R = !1, W = {
|
|
1420
1420
|
then: function(ue, ve) {
|
|
1421
|
-
R = !0,
|
|
1421
|
+
R = !0, N.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);
|
|
@@ -1496,7 +1496,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1496
1496
|
toArray: $r,
|
|
1497
1497
|
only: pr
|
|
1498
1498
|
};
|
|
1499
|
-
d.Children = sn, d.Component = y, d.Fragment = C, d.Profiler = O, d.PureComponent = x, d.StrictMode =
|
|
1499
|
+
d.Children = sn, d.Component = y, d.Fragment = C, d.Profiler = O, d.PureComponent = x, d.StrictMode = L, 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
|
}
|
|
@@ -1519,9 +1519,9 @@ function vn() {
|
|
|
1519
1519
|
return tr;
|
|
1520
1520
|
jt = 1;
|
|
1521
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
|
|
1522
|
+
function L(O, A, M) {
|
|
1523
1523
|
var g, j = {}, U = null, $ = null;
|
|
1524
|
-
|
|
1524
|
+
M !== void 0 && (U = "" + M), A.key !== void 0 && (U = "" + A.key), A.ref !== void 0 && ($ = A.ref);
|
|
1525
1525
|
for (g in A)
|
|
1526
1526
|
w.call(A, g) && !C.hasOwnProperty(g) && (j[g] = A[g]);
|
|
1527
1527
|
if (O && O.defaultProps)
|
|
@@ -1529,7 +1529,7 @@ function vn() {
|
|
|
1529
1529
|
j[g] === void 0 && (j[g] = A[g]);
|
|
1530
1530
|
return { $$typeof: d, type: O, key: U, ref: $, props: j, _owner: I.current };
|
|
1531
1531
|
}
|
|
1532
|
-
return tr.Fragment = D, tr.jsx =
|
|
1532
|
+
return tr.Fragment = D, tr.jsx = L, tr.jsxs = L, tr;
|
|
1533
1533
|
}
|
|
1534
1534
|
var nr = {};
|
|
1535
1535
|
/**
|
|
@@ -1544,7 +1544,7 @@ var nr = {};
|
|
|
1544
1544
|
var Pt;
|
|
1545
1545
|
function yn() {
|
|
1546
1546
|
return Pt || (Pt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1547
|
-
var s = 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"),
|
|
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"), L = Symbol.for("react.provider"), O = Symbol.for("react.context"), A = Symbol.for("react.forward_ref"), M = 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;
|
|
@@ -1554,16 +1554,16 @@ function yn() {
|
|
|
1554
1554
|
var te = s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
1555
1555
|
function J(t) {
|
|
1556
1556
|
{
|
|
1557
|
-
for (var u = arguments.length,
|
|
1558
|
-
|
|
1559
|
-
ne("error", t,
|
|
1557
|
+
for (var u = arguments.length, f = new Array(u > 1 ? u - 1 : 0), Y = 1; Y < u; Y++)
|
|
1558
|
+
f[Y - 1] = arguments[Y];
|
|
1559
|
+
ne("error", t, f);
|
|
1560
1560
|
}
|
|
1561
1561
|
}
|
|
1562
|
-
function ne(t, u,
|
|
1562
|
+
function ne(t, u, f) {
|
|
1563
1563
|
{
|
|
1564
1564
|
var Y = te.ReactDebugCurrentFrame, K = Y.getStackAddendum();
|
|
1565
|
-
K !== "" && (u += "%s",
|
|
1566
|
-
var ee =
|
|
1565
|
+
K !== "" && (u += "%s", f = f.concat([K]));
|
|
1566
|
+
var ee = f.map(function(B) {
|
|
1567
1567
|
return String(B);
|
|
1568
1568
|
});
|
|
1569
1569
|
ee.unshift("Warning: " + u), Function.prototype.apply.call(console[t], console, ee);
|
|
@@ -1572,18 +1572,18 @@ function yn() {
|
|
|
1572
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 ===
|
|
1575
|
+
return !!(typeof t == "string" || typeof t == "function" || t === w || t === C || we || t === I || t === M || t === g || Ee || t === $ || Z || p || ie || typeof t == "object" && t !== null && (t.$$typeof === U || t.$$typeof === j || t.$$typeof === L || 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, u,
|
|
1581
|
+
function Oe(t, u, f) {
|
|
1582
1582
|
var Y = t.displayName;
|
|
1583
1583
|
if (Y)
|
|
1584
1584
|
return Y;
|
|
1585
1585
|
var K = u.displayName || u.name || "";
|
|
1586
|
-
return K !== "" ?
|
|
1586
|
+
return K !== "" ? f + "(" + K + ")" : f;
|
|
1587
1587
|
}
|
|
1588
1588
|
function Se(t) {
|
|
1589
1589
|
return t.displayName || "Context";
|
|
@@ -1604,7 +1604,7 @@ function yn() {
|
|
|
1604
1604
|
return "Profiler";
|
|
1605
1605
|
case I:
|
|
1606
1606
|
return "StrictMode";
|
|
1607
|
-
case
|
|
1607
|
+
case M:
|
|
1608
1608
|
return "Suspense";
|
|
1609
1609
|
case g:
|
|
1610
1610
|
return "SuspenseList";
|
|
@@ -1614,9 +1614,9 @@ function yn() {
|
|
|
1614
1614
|
case O:
|
|
1615
1615
|
var u = t;
|
|
1616
1616
|
return Se(u) + ".Consumer";
|
|
1617
|
-
case
|
|
1618
|
-
var
|
|
1619
|
-
return Se(
|
|
1617
|
+
case L:
|
|
1618
|
+
var f = t;
|
|
1619
|
+
return Se(f._context) + ".Provider";
|
|
1620
1620
|
case A:
|
|
1621
1621
|
return Oe(t, t.render, "ForwardRef");
|
|
1622
1622
|
case j:
|
|
@@ -1696,7 +1696,7 @@ function yn() {
|
|
|
1696
1696
|
}
|
|
1697
1697
|
}
|
|
1698
1698
|
var _ = te.ReactCurrentDispatcher, E;
|
|
1699
|
-
function T(t, u,
|
|
1699
|
+
function T(t, u, f) {
|
|
1700
1700
|
{
|
|
1701
1701
|
if (E === void 0)
|
|
1702
1702
|
try {
|
|
@@ -1718,9 +1718,9 @@ function yn() {
|
|
|
1718
1718
|
if (!t || x)
|
|
1719
1719
|
return "";
|
|
1720
1720
|
{
|
|
1721
|
-
var
|
|
1722
|
-
if (
|
|
1723
|
-
return
|
|
1721
|
+
var f = F.get(t);
|
|
1722
|
+
if (f !== void 0)
|
|
1723
|
+
return f;
|
|
1724
1724
|
}
|
|
1725
1725
|
var Y;
|
|
1726
1726
|
x = !0;
|
|
@@ -1785,14 +1785,14 @@ function yn() {
|
|
|
1785
1785
|
var Ne = t ? t.displayName || t.name : "", Ae = Ne ? T(Ne) : "";
|
|
1786
1786
|
return typeof t == "function" && F.set(t, Ae), Ae;
|
|
1787
1787
|
}
|
|
1788
|
-
function he(t, u,
|
|
1788
|
+
function he(t, u, f) {
|
|
1789
1789
|
return m(t, !1);
|
|
1790
1790
|
}
|
|
1791
1791
|
function $e(t) {
|
|
1792
1792
|
var u = t.prototype;
|
|
1793
1793
|
return !!(u && u.isReactComponent);
|
|
1794
1794
|
}
|
|
1795
|
-
function Pe(t, u,
|
|
1795
|
+
function Pe(t, u, f) {
|
|
1796
1796
|
if (t == null)
|
|
1797
1797
|
return "";
|
|
1798
1798
|
if (typeof t == "function")
|
|
@@ -1800,7 +1800,7 @@ function yn() {
|
|
|
1800
1800
|
if (typeof t == "string")
|
|
1801
1801
|
return T(t);
|
|
1802
1802
|
switch (t) {
|
|
1803
|
-
case
|
|
1803
|
+
case M:
|
|
1804
1804
|
return T("Suspense");
|
|
1805
1805
|
case g:
|
|
1806
1806
|
return T("SuspenseList");
|
|
@@ -1810,11 +1810,11 @@ function yn() {
|
|
|
1810
1810
|
case A:
|
|
1811
1811
|
return he(t.render);
|
|
1812
1812
|
case j:
|
|
1813
|
-
return Pe(t.type, u,
|
|
1813
|
+
return Pe(t.type, u, f);
|
|
1814
1814
|
case U: {
|
|
1815
1815
|
var Y = t, K = Y._payload, ee = Y._init;
|
|
1816
1816
|
try {
|
|
1817
|
-
return Pe(ee(K), u,
|
|
1817
|
+
return Pe(ee(K), u, f);
|
|
1818
1818
|
} catch {
|
|
1819
1819
|
}
|
|
1820
1820
|
}
|
|
@@ -1824,12 +1824,12 @@ function yn() {
|
|
|
1824
1824
|
var Fe = Object.prototype.hasOwnProperty, Le = {}, or = te.ReactDebugCurrentFrame;
|
|
1825
1825
|
function Ye(t) {
|
|
1826
1826
|
if (t) {
|
|
1827
|
-
var u = t._owner,
|
|
1828
|
-
or.setExtraStackFrame(
|
|
1827
|
+
var u = t._owner, f = Pe(t.type, t._source, u ? u.type : null);
|
|
1828
|
+
or.setExtraStackFrame(f);
|
|
1829
1829
|
} else
|
|
1830
1830
|
or.setExtraStackFrame(null);
|
|
1831
1831
|
}
|
|
1832
|
-
function je(t, u,
|
|
1832
|
+
function je(t, u, f, Y, K) {
|
|
1833
1833
|
{
|
|
1834
1834
|
var ee = Function.call.bind(Fe);
|
|
1835
1835
|
for (var B in t)
|
|
@@ -1837,14 +1837,14 @@ function yn() {
|
|
|
1837
1837
|
var q = void 0;
|
|
1838
1838
|
try {
|
|
1839
1839
|
if (typeof t[B] != "function") {
|
|
1840
|
-
var me = Error((Y || "React class") + ": " +
|
|
1840
|
+
var me = Error((Y || "React class") + ": " + f + " 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](u, B, Y,
|
|
1843
|
+
q = t[B](u, B, Y, f, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1844
1844
|
} catch (se) {
|
|
1845
1845
|
q = se;
|
|
1846
1846
|
}
|
|
1847
|
-
q && !(q instanceof Error) && (Ye(K), J("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", Y || "React class",
|
|
1847
|
+
q && !(q instanceof Error) && (Ye(K), J("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", Y || "React class", f, B, typeof q), Ye(null)), q instanceof Error && !(q.message in Le) && (Le[q.message] = !0, Ye(K), J("Failed %s type: %s", f, q.message), Ye(null));
|
|
1848
1848
|
}
|
|
1849
1849
|
}
|
|
1850
1850
|
}
|
|
@@ -1854,8 +1854,8 @@ function yn() {
|
|
|
1854
1854
|
}
|
|
1855
1855
|
function ir(t) {
|
|
1856
1856
|
{
|
|
1857
|
-
var u = typeof Symbol == "function" && Symbol.toStringTag,
|
|
1858
|
-
return
|
|
1857
|
+
var u = typeof Symbol == "function" && Symbol.toStringTag, f = u && t[Symbol.toStringTag] || t.constructor.name || "Object";
|
|
1858
|
+
return f;
|
|
1859
1859
|
}
|
|
1860
1860
|
}
|
|
1861
1861
|
function sr(t) {
|
|
@@ -1897,40 +1897,40 @@ function yn() {
|
|
|
1897
1897
|
}
|
|
1898
1898
|
function jr(t, u) {
|
|
1899
1899
|
if (typeof t.ref == "string" && Ie.current && u && Ie.current.stateNode !== u) {
|
|
1900
|
-
var
|
|
1901
|
-
Ue[
|
|
1900
|
+
var f = pe(Ie.current.type);
|
|
1901
|
+
Ue[f] || (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[f] = !0);
|
|
1902
1902
|
}
|
|
1903
1903
|
}
|
|
1904
1904
|
function De(t, u) {
|
|
1905
1905
|
{
|
|
1906
|
-
var
|
|
1906
|
+
var f = function() {
|
|
1907
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
|
-
|
|
1910
|
-
get:
|
|
1909
|
+
f.isReactWarning = !0, Object.defineProperty(t, "key", {
|
|
1910
|
+
get: f,
|
|
1911
1911
|
configurable: !0
|
|
1912
1912
|
});
|
|
1913
1913
|
}
|
|
1914
1914
|
}
|
|
1915
1915
|
function lr(t, u) {
|
|
1916
1916
|
{
|
|
1917
|
-
var
|
|
1917
|
+
var f = function() {
|
|
1918
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
|
-
|
|
1921
|
-
get:
|
|
1920
|
+
f.isReactWarning = !0, Object.defineProperty(t, "ref", {
|
|
1921
|
+
get: f,
|
|
1922
1922
|
configurable: !0
|
|
1923
1923
|
});
|
|
1924
1924
|
}
|
|
1925
1925
|
}
|
|
1926
|
-
var Pr = function(t, u,
|
|
1926
|
+
var Pr = function(t, u, f, Y, K, ee, B) {
|
|
1927
1927
|
var q = {
|
|
1928
1928
|
// This tag allows us to uniquely identify this as a React Element
|
|
1929
1929
|
$$typeof: d,
|
|
1930
1930
|
// Built-in properties that belong on the element
|
|
1931
1931
|
type: t,
|
|
1932
1932
|
key: u,
|
|
1933
|
-
ref:
|
|
1933
|
+
ref: f,
|
|
1934
1934
|
props: B,
|
|
1935
1935
|
// Record the component responsible for creating this element.
|
|
1936
1936
|
_owner: ee
|
|
@@ -1952,10 +1952,10 @@ function yn() {
|
|
|
1952
1952
|
value: K
|
|
1953
1953
|
}), Object.freeze && (Object.freeze(q.props), Object.freeze(q)), q;
|
|
1954
1954
|
};
|
|
1955
|
-
function kr(t, u,
|
|
1955
|
+
function kr(t, u, f, Y, K) {
|
|
1956
1956
|
{
|
|
1957
1957
|
var ee, B = {}, q = null, me = null;
|
|
1958
|
-
|
|
1958
|
+
f !== void 0 && (Ze(f), q = "" + f), Or(u) && (Ze(u.key), q = "" + u.key), xr(u) && (me = u.ref, jr(u, K));
|
|
1959
1959
|
for (ee in u)
|
|
1960
1960
|
Fe.call(u, ee) && !Sr.hasOwnProperty(ee) && (B[ee] = u[ee]);
|
|
1961
1961
|
if (t && t.defaultProps) {
|
|
@@ -1973,8 +1973,8 @@ function yn() {
|
|
|
1973
1973
|
var He = te.ReactCurrentOwner, fr = te.ReactDebugCurrentFrame;
|
|
1974
1974
|
function ke(t) {
|
|
1975
1975
|
if (t) {
|
|
1976
|
-
var u = t._owner,
|
|
1977
|
-
fr.setExtraStackFrame(
|
|
1976
|
+
var u = t._owner, f = Pe(t.type, t._source, u ? u.type : null);
|
|
1977
|
+
fr.setExtraStackFrame(f);
|
|
1978
1978
|
} else
|
|
1979
1979
|
fr.setExtraStackFrame(null);
|
|
1980
1980
|
}
|
|
@@ -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 u = t.fileName.replace(/^.*[\\\/]/, ""),
|
|
2001
|
+
var u = t.fileName.replace(/^.*[\\\/]/, ""), f = t.lineNumber;
|
|
2002
2002
|
return `
|
|
2003
2003
|
|
|
2004
|
-
Check your code at ` + u + ":" +
|
|
2004
|
+
Check your code at ` + u + ":" + f + ".";
|
|
2005
2005
|
}
|
|
2006
2006
|
return "";
|
|
2007
2007
|
}
|
|
@@ -2011,10 +2011,10 @@ Check your code at ` + u + ":" + l + ".";
|
|
|
2011
2011
|
{
|
|
2012
2012
|
var u = qe();
|
|
2013
2013
|
if (!u) {
|
|
2014
|
-
var
|
|
2015
|
-
|
|
2014
|
+
var f = typeof t == "string" ? t : t.displayName || t.name;
|
|
2015
|
+
f && (u = `
|
|
2016
2016
|
|
|
2017
|
-
Check the top-level render call using <` +
|
|
2017
|
+
Check the top-level render call using <` + f + ">.");
|
|
2018
2018
|
}
|
|
2019
2019
|
return u;
|
|
2020
2020
|
}
|
|
@@ -2024,12 +2024,12 @@ Check the top-level render call using <` + l + ">.");
|
|
|
2024
2024
|
if (!t._store || t._store.validated || t.key != null)
|
|
2025
2025
|
return;
|
|
2026
2026
|
t._store.validated = !0;
|
|
2027
|
-
var
|
|
2028
|
-
if (dr[
|
|
2027
|
+
var f = $r(u);
|
|
2028
|
+
if (dr[f])
|
|
2029
2029
|
return;
|
|
2030
|
-
dr[
|
|
2030
|
+
dr[f] = !0;
|
|
2031
2031
|
var Y = "";
|
|
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.',
|
|
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.', f, Y), ke(null);
|
|
2033
2033
|
}
|
|
2034
2034
|
}
|
|
2035
2035
|
function vr(t, u) {
|
|
@@ -2037,8 +2037,8 @@ Check the top-level render call using <` + l + ">.");
|
|
|
2037
2037
|
if (typeof t != "object")
|
|
2038
2038
|
return;
|
|
2039
2039
|
if (Be(t))
|
|
2040
|
-
for (var
|
|
2041
|
-
var Y = t[
|
|
2040
|
+
for (var f = 0; f < t.length; f++) {
|
|
2041
|
+
var Y = t[f];
|
|
2042
2042
|
Me(Y) && pr(Y, u);
|
|
2043
2043
|
}
|
|
2044
2044
|
else if (Me(t))
|
|
@@ -2056,18 +2056,18 @@ Check the top-level render call using <` + l + ">.");
|
|
|
2056
2056
|
var u = t.type;
|
|
2057
2057
|
if (u == null || typeof u == "string")
|
|
2058
2058
|
return;
|
|
2059
|
-
var
|
|
2059
|
+
var f;
|
|
2060
2060
|
if (typeof u == "function")
|
|
2061
|
-
|
|
2061
|
+
f = u.propTypes;
|
|
2062
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
2064
|
u.$$typeof === j))
|
|
2065
|
-
|
|
2065
|
+
f = u.propTypes;
|
|
2066
2066
|
else
|
|
2067
2067
|
return;
|
|
2068
|
-
if (
|
|
2068
|
+
if (f) {
|
|
2069
2069
|
var Y = pe(u);
|
|
2070
|
-
je(
|
|
2070
|
+
je(f, t.props, "prop", Y, t);
|
|
2071
2071
|
} else if (u.PropTypes !== void 0 && !Ve) {
|
|
2072
2072
|
Ve = !0;
|
|
2073
2073
|
var K = pe(u);
|
|
@@ -2078,8 +2078,8 @@ Check the top-level render call using <` + l + ">.");
|
|
|
2078
2078
|
}
|
|
2079
2079
|
function Xe(t) {
|
|
2080
2080
|
{
|
|
2081
|
-
for (var u = Object.keys(t.props),
|
|
2082
|
-
var Y = u[
|
|
2081
|
+
for (var u = Object.keys(t.props), f = 0; f < u.length; f++) {
|
|
2082
|
+
var Y = u[f];
|
|
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, u,
|
|
2092
|
+
function yr(t, u, f, Y, K, ee) {
|
|
2093
2093
|
{
|
|
2094
2094
|
var B = Te(t);
|
|
2095
2095
|
if (!B) {
|
|
@@ -2100,7 +2100,7 @@ Check the top-level render call using <` + l + ">.");
|
|
|
2100
2100
|
var se;
|
|
2101
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, u,
|
|
2103
|
+
var le = kr(t, u, f, K, ee);
|
|
2104
2104
|
if (le == null)
|
|
2105
2105
|
return le;
|
|
2106
2106
|
if (B) {
|
|
@@ -2133,18 +2133,18 @@ 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 Fr(t, u,
|
|
2137
|
-
return yr(t, u,
|
|
2136
|
+
function Fr(t, u, f) {
|
|
2137
|
+
return yr(t, u, f, !0);
|
|
2138
2138
|
}
|
|
2139
|
-
function Ir(t, u,
|
|
2140
|
-
return yr(t, u,
|
|
2139
|
+
function Ir(t, u, f) {
|
|
2140
|
+
return yr(t, u, f, !1);
|
|
2141
2141
|
}
|
|
2142
2142
|
var Dr = Ir, hr = Fr;
|
|
2143
2143
|
nr.Fragment = w, nr.jsx = Dr, nr.jsxs = hr;
|
|
2144
2144
|
}()), nr;
|
|
2145
2145
|
}
|
|
2146
2146
|
process.env.NODE_ENV === "production" ? Qr.exports = vn() : Qr.exports = yn();
|
|
2147
|
-
var
|
|
2147
|
+
var l = Qr.exports, et = { exports: {} }, Tr = { exports: {} }, X = {};
|
|
2148
2148
|
/** @license React v16.13.1
|
|
2149
2149
|
* react-is.production.min.js
|
|
2150
2150
|
*
|
|
@@ -2158,7 +2158,7 @@ function hn() {
|
|
|
2158
2158
|
if (kt)
|
|
2159
2159
|
return X;
|
|
2160
2160
|
kt = 1;
|
|
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,
|
|
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, L = s ? Symbol.for("react.provider") : 60109, O = s ? Symbol.for("react.context") : 60110, A = s ? Symbol.for("react.async_mode") : 60111, M = 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
2162
|
function ne(p) {
|
|
2163
2163
|
if (typeof p == "object" && p !== null) {
|
|
2164
2164
|
var ie = p.$$typeof;
|
|
@@ -2166,7 +2166,7 @@ function hn() {
|
|
|
2166
2166
|
case d:
|
|
2167
2167
|
switch (p = p.type, p) {
|
|
2168
2168
|
case A:
|
|
2169
|
-
case
|
|
2169
|
+
case M:
|
|
2170
2170
|
case w:
|
|
2171
2171
|
case C:
|
|
2172
2172
|
case I:
|
|
@@ -2178,7 +2178,7 @@ function hn() {
|
|
|
2178
2178
|
case g:
|
|
2179
2179
|
case G:
|
|
2180
2180
|
case $:
|
|
2181
|
-
case
|
|
2181
|
+
case L:
|
|
2182
2182
|
return p;
|
|
2183
2183
|
default:
|
|
2184
2184
|
return ie;
|
|
@@ -2190,14 +2190,14 @@ function hn() {
|
|
|
2190
2190
|
}
|
|
2191
2191
|
}
|
|
2192
2192
|
function Z(p) {
|
|
2193
|
-
return ne(p) ===
|
|
2193
|
+
return ne(p) === M;
|
|
2194
2194
|
}
|
|
2195
|
-
return X.AsyncMode = A, X.ConcurrentMode =
|
|
2195
|
+
return X.AsyncMode = A, X.ConcurrentMode = M, X.ContextConsumer = O, X.ContextProvider = L, 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
2196
|
return Z(p) || ne(p) === A;
|
|
2197
2197
|
}, X.isConcurrentMode = Z, X.isContextConsumer = function(p) {
|
|
2198
2198
|
return ne(p) === O;
|
|
2199
2199
|
}, X.isContextProvider = function(p) {
|
|
2200
|
-
return ne(p) ===
|
|
2200
|
+
return ne(p) === L;
|
|
2201
2201
|
}, X.isElement = function(p) {
|
|
2202
2202
|
return typeof p == "object" && p !== null && p.$$typeof === d;
|
|
2203
2203
|
}, X.isForwardRef = function(p) {
|
|
@@ -2217,7 +2217,7 @@ function hn() {
|
|
|
2217
2217
|
}, X.isSuspense = function(p) {
|
|
2218
2218
|
return ne(p) === j;
|
|
2219
2219
|
}, X.isValidElementType = function(p) {
|
|
2220
|
-
return typeof p == "string" || typeof p == "function" || p === w || p ===
|
|
2220
|
+
return typeof p == "string" || typeof p == "function" || p === w || p === M || p === C || p === I || p === j || p === U || typeof p == "object" && p !== null && (p.$$typeof === G || p.$$typeof === $ || p.$$typeof === L || 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,10 +2232,10 @@ var Q = {};
|
|
|
2232
2232
|
var At;
|
|
2233
2233
|
function mn() {
|
|
2234
2234
|
return At || (At = 1, process.env.NODE_ENV !== "production" && function() {
|
|
2235
|
-
var s = typeof Symbol == "function" && Symbol.for, 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,
|
|
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, L = s ? Symbol.for("react.provider") : 60109, O = s ? Symbol.for("react.context") : 60110, A = s ? Symbol.for("react.async_mode") : 60111, M = 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 ===
|
|
2238
|
+
m === w || m === M || m === C || m === I || m === j || m === U || typeof m == "object" && m !== null && (m.$$typeof === G || m.$$typeof === $ || m.$$typeof === L || 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) {
|
|
@@ -2245,7 +2245,7 @@ function mn() {
|
|
|
2245
2245
|
var $e = m.type;
|
|
2246
2246
|
switch ($e) {
|
|
2247
2247
|
case A:
|
|
2248
|
-
case
|
|
2248
|
+
case M:
|
|
2249
2249
|
case w:
|
|
2250
2250
|
case C:
|
|
2251
2251
|
case I:
|
|
@@ -2258,7 +2258,7 @@ function mn() {
|
|
|
2258
2258
|
case g:
|
|
2259
2259
|
case G:
|
|
2260
2260
|
case $:
|
|
2261
|
-
case
|
|
2261
|
+
case L:
|
|
2262
2262
|
return Pe;
|
|
2263
2263
|
default:
|
|
2264
2264
|
return he;
|
|
@@ -2269,18 +2269,18 @@ function mn() {
|
|
|
2269
2269
|
}
|
|
2270
2270
|
}
|
|
2271
2271
|
}
|
|
2272
|
-
var p = A, ie =
|
|
2272
|
+
var p = A, ie = M, Ee = O, we = L, 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
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
|
-
return Z(m) ===
|
|
2277
|
+
return Z(m) === M;
|
|
2278
2278
|
}
|
|
2279
2279
|
function n(m) {
|
|
2280
2280
|
return Z(m) === O;
|
|
2281
2281
|
}
|
|
2282
2282
|
function i(m) {
|
|
2283
|
-
return Z(m) ===
|
|
2283
|
+
return Z(m) === L;
|
|
2284
2284
|
}
|
|
2285
2285
|
function h(m) {
|
|
2286
2286
|
return typeof m == "object" && m !== null && m.$$typeof === d;
|
|
@@ -2339,30 +2339,30 @@ function gn() {
|
|
|
2339
2339
|
var C = new String("abc");
|
|
2340
2340
|
if (C[5] = "de", Object.getOwnPropertyNames(C)[0] === "5")
|
|
2341
2341
|
return !1;
|
|
2342
|
-
for (var
|
|
2343
|
-
|
|
2344
|
-
var A = Object.getOwnPropertyNames(
|
|
2345
|
-
return
|
|
2342
|
+
for (var L = {}, O = 0; O < 10; O++)
|
|
2343
|
+
L["_" + String.fromCharCode(O)] = O;
|
|
2344
|
+
var A = Object.getOwnPropertyNames(L).map(function(g) {
|
|
2345
|
+
return L[g];
|
|
2346
2346
|
});
|
|
2347
2347
|
if (A.join("") !== "0123456789")
|
|
2348
2348
|
return !1;
|
|
2349
|
-
var
|
|
2349
|
+
var M = {};
|
|
2350
2350
|
return "abcdefghijklmnopqrst".split("").forEach(function(g) {
|
|
2351
|
-
|
|
2352
|
-
}), Object.keys(Object.assign({},
|
|
2351
|
+
M[g] = g;
|
|
2352
|
+
}), Object.keys(Object.assign({}, M)).join("") === "abcdefghijklmnopqrst";
|
|
2353
2353
|
} catch {
|
|
2354
2354
|
return !1;
|
|
2355
2355
|
}
|
|
2356
2356
|
}
|
|
2357
|
-
return Gr = I() ? Object.assign : function(C,
|
|
2358
|
-
for (var O, A = w(C),
|
|
2357
|
+
return Gr = I() ? Object.assign : function(C, L) {
|
|
2358
|
+
for (var O, A = w(C), M, g = 1; g < arguments.length; g++) {
|
|
2359
2359
|
O = Object(arguments[g]);
|
|
2360
2360
|
for (var j in O)
|
|
2361
2361
|
d.call(O, j) && (A[j] = O[j]);
|
|
2362
2362
|
if (s) {
|
|
2363
|
-
|
|
2364
|
-
for (var U = 0; U <
|
|
2365
|
-
D.call(O,
|
|
2363
|
+
M = s(O);
|
|
2364
|
+
for (var U = 0; U < M.length; U++)
|
|
2365
|
+
D.call(O, M[U]) && (A[M[U]] = O[M[U]]);
|
|
2366
2366
|
}
|
|
2367
2367
|
}
|
|
2368
2368
|
return A;
|
|
@@ -2390,15 +2390,15 @@ function bn() {
|
|
|
2390
2390
|
if (process.env.NODE_ENV !== "production") {
|
|
2391
2391
|
var d = rt(), D = {}, w = Ut();
|
|
2392
2392
|
s = function(C) {
|
|
2393
|
-
var
|
|
2394
|
-
typeof console < "u" && console.error(
|
|
2393
|
+
var L = "Warning: " + C;
|
|
2394
|
+
typeof console < "u" && console.error(L);
|
|
2395
2395
|
try {
|
|
2396
|
-
throw new Error(
|
|
2396
|
+
throw new Error(L);
|
|
2397
2397
|
} catch {
|
|
2398
2398
|
}
|
|
2399
2399
|
};
|
|
2400
2400
|
}
|
|
2401
|
-
function I(C,
|
|
2401
|
+
function I(C, L, O, A, M) {
|
|
2402
2402
|
if (process.env.NODE_ENV !== "production") {
|
|
2403
2403
|
for (var g in C)
|
|
2404
2404
|
if (w(C, g)) {
|
|
@@ -2410,7 +2410,7 @@ function bn() {
|
|
|
2410
2410
|
);
|
|
2411
2411
|
throw U.name = "Invariant Violation", U;
|
|
2412
2412
|
}
|
|
2413
|
-
j = C[g](
|
|
2413
|
+
j = C[g](L, g, A, O, null, d);
|
|
2414
2414
|
} catch (G) {
|
|
2415
2415
|
j = G;
|
|
2416
2416
|
}
|
|
@@ -2418,7 +2418,7 @@ function bn() {
|
|
|
2418
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
2419
|
), j instanceof Error && !(j.message in D)) {
|
|
2420
2420
|
D[j.message] = !0;
|
|
2421
|
-
var $ =
|
|
2421
|
+
var $ = M ? M() : "";
|
|
2422
2422
|
s(
|
|
2423
2423
|
"Failed " + O + " type: " + j.message + ($ ?? "")
|
|
2424
2424
|
);
|
|
@@ -2445,13 +2445,13 @@ function _n() {
|
|
|
2445
2445
|
} catch {
|
|
2446
2446
|
}
|
|
2447
2447
|
});
|
|
2448
|
-
function
|
|
2448
|
+
function L() {
|
|
2449
2449
|
return null;
|
|
2450
2450
|
}
|
|
2451
2451
|
return Zr = function(O, A) {
|
|
2452
|
-
var
|
|
2452
|
+
var M = typeof Symbol == "function" && Symbol.iterator, g = "@@iterator";
|
|
2453
2453
|
function j(c) {
|
|
2454
|
-
var n = c && (
|
|
2454
|
+
var n = c && (M && c[M] || c[g]);
|
|
2455
2455
|
if (typeof n == "function")
|
|
2456
2456
|
return n;
|
|
2457
2457
|
}
|
|
@@ -2521,7 +2521,7 @@ function _n() {
|
|
|
2521
2521
|
return V(n);
|
|
2522
2522
|
}
|
|
2523
2523
|
function J() {
|
|
2524
|
-
return V(
|
|
2524
|
+
return V(L);
|
|
2525
2525
|
}
|
|
2526
2526
|
function ne(c) {
|
|
2527
2527
|
function n(i, h, y, b, _) {
|
|
@@ -2577,7 +2577,7 @@ function _n() {
|
|
|
2577
2577
|
if (!Array.isArray(c))
|
|
2578
2578
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? C(
|
|
2579
2579
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
2580
|
-
) : C("Invalid argument supplied to oneOf, expected an array.")),
|
|
2580
|
+
) : C("Invalid argument supplied to oneOf, expected an array.")), L;
|
|
2581
2581
|
function n(i, h, y, b, _) {
|
|
2582
2582
|
for (var E = i[h], T = 0; T < c.length; T++)
|
|
2583
2583
|
if (G(E, c[T]))
|
|
@@ -2609,13 +2609,13 @@ function _n() {
|
|
|
2609
2609
|
}
|
|
2610
2610
|
function Ce(c) {
|
|
2611
2611
|
if (!Array.isArray(c))
|
|
2612
|
-
return process.env.NODE_ENV !== "production" && C("Invalid argument supplied to oneOfType, expected an instance of array."),
|
|
2612
|
+
return process.env.NODE_ENV !== "production" && C("Invalid argument supplied to oneOfType, expected an instance of array."), L;
|
|
2613
2613
|
for (var n = 0; n < c.length; n++) {
|
|
2614
2614
|
var i = c[n];
|
|
2615
2615
|
if (typeof i != "function")
|
|
2616
2616
|
return C(
|
|
2617
2617
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + _e(i) + " at index " + n + "."
|
|
2618
|
-
),
|
|
2618
|
+
), L;
|
|
2619
2619
|
}
|
|
2620
2620
|
function h(y, b, _, E, T) {
|
|
2621
2621
|
for (var x = [], F = 0; F < c.length; F++) {
|
|
@@ -2763,7 +2763,7 @@ function En() {
|
|
|
2763
2763
|
function D() {
|
|
2764
2764
|
}
|
|
2765
2765
|
return D.resetWarningCache = d, Xr = function() {
|
|
2766
|
-
function w(
|
|
2766
|
+
function w(L, O, A, M, g, j) {
|
|
2767
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"
|
|
@@ -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 k = /* @__PURE__ */ fn(Cn), Tn = ({ title: s = "", id: d = "", children: D = /* @__PURE__ */
|
|
2811
|
-
/* @__PURE__ */
|
|
2812
|
-
/* @__PURE__ */
|
|
2813
|
-
/* @__PURE__ */
|
|
2814
|
-
/* @__PURE__ */
|
|
2810
|
+
const k = /* @__PURE__ */ fn(Cn), Tn = ({ title: s = "", id: d = "", children: D = /* @__PURE__ */ l.jsx("div", {}) }) => /* @__PURE__ */ l.jsxs("div", { className: "u-accordion", children: [
|
|
2811
|
+
/* @__PURE__ */ l.jsx("div", { className: "u-accordion-title", children: s }),
|
|
2812
|
+
/* @__PURE__ */ l.jsx("input", { className: "u-accordion-input", type: "checkbox", id: `u-accordion${d}` }),
|
|
2813
|
+
/* @__PURE__ */ l.jsx("label", { className: "u-accordion-toggle", htmlFor: `u-accordion${d}` }),
|
|
2814
|
+
/* @__PURE__ */ l.jsx("div", { className: "u-accordion-content", children: D })
|
|
2815
2815
|
] });
|
|
2816
2816
|
Tn.propTypes = {
|
|
2817
2817
|
title: k.string,
|
|
2818
2818
|
id: k.string,
|
|
2819
2819
|
children: k.node
|
|
2820
2820
|
};
|
|
2821
|
-
const Sn = ({ onClick: s, variant: d = "primary", size: D = "medium", type: w = "button", icon: I = "", iconLeft: C = !1, iconOnly:
|
|
2821
|
+
const Sn = ({ onClick: s, variant: d = "primary", size: D = "medium", type: w = "button", icon: I = "", iconLeft: C = !1, iconOnly: L = !1, iconSize: O, disabled: A = !1, children: M = "ОК" }) => {
|
|
2822
2822
|
const g = (P) => {
|
|
2823
2823
|
switch (P) {
|
|
2824
2824
|
case "primary":
|
|
@@ -2852,7 +2852,7 @@ const Sn = ({ onClick: s, variant: d = "primary", size: D = "medium", type: w =
|
|
|
2852
2852
|
return "";
|
|
2853
2853
|
}
|
|
2854
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);
|
|
2855
|
-
return /* @__PURE__ */
|
|
2855
|
+
return /* @__PURE__ */ l.jsxs(
|
|
2856
2856
|
"button",
|
|
2857
2857
|
{
|
|
2858
2858
|
className: `${g(d)}${j(D)}${U(C, d)}`,
|
|
@@ -2860,9 +2860,9 @@ const Sn = ({ onClick: s, variant: d = "primary", size: D = "medium", type: w =
|
|
|
2860
2860
|
onClick: s,
|
|
2861
2861
|
disabled: A,
|
|
2862
2862
|
children: [
|
|
2863
|
-
!
|
|
2863
|
+
!L && d !== "icon" && M,
|
|
2864
2864
|
" ",
|
|
2865
|
-
I && /* @__PURE__ */
|
|
2865
|
+
I && /* @__PURE__ */ l.jsx("i", { style: O && { fontSize: G(O) }, className: `u-icon${$(L)} icon-${I}` })
|
|
2866
2866
|
]
|
|
2867
2867
|
}
|
|
2868
2868
|
);
|
|
@@ -2966,7 +2966,7 @@ Sn.propTypes = {
|
|
|
2966
2966
|
};
|
|
2967
2967
|
const xn = ({ name: s = "", size: d = "", color: D = "" }) => {
|
|
2968
2968
|
const w = (I) => typeof I == "number" ? `${I}px` : String(I);
|
|
2969
|
-
return /* @__PURE__ */
|
|
2969
|
+
return /* @__PURE__ */ l.jsx("i", { style: { fontSize: w(d), color: D }, className: `u-icon icon-${s}` });
|
|
2970
2970
|
};
|
|
2971
2971
|
xn.propTypes = {
|
|
2972
2972
|
size: k.string,
|
|
@@ -3062,9 +3062,9 @@ xn.propTypes = {
|
|
|
3062
3062
|
"zip"
|
|
3063
3063
|
])
|
|
3064
3064
|
};
|
|
3065
|
-
const On = ({ title: s = "", defaultValue: d = "", onChange: D, required: w = !1, disabled: I = !1, lineUp: C = !1, rowGap:
|
|
3065
|
+
const On = ({ title: s = "", defaultValue: d = "", onChange: D, required: w = !1, disabled: I = !1, lineUp: C = !1, rowGap: L = 4, columnGap: O = 20, styleInputContainer: A, styleTitle: M, styleInput: g }) => {
|
|
3066
3066
|
const j = (U) => typeof U == "number" ? `${U}px` : String(U);
|
|
3067
|
-
return /* @__PURE__ */
|
|
3067
|
+
return /* @__PURE__ */ l.jsxs(
|
|
3068
3068
|
"div",
|
|
3069
3069
|
{
|
|
3070
3070
|
className: "u-react-input-container",
|
|
@@ -3072,13 +3072,13 @@ const On = ({ title: s = "", defaultValue: d = "", onChange: D, required: w = !1
|
|
|
3072
3072
|
{
|
|
3073
3073
|
display: "flex",
|
|
3074
3074
|
flexDirection: C ? "row" : "column",
|
|
3075
|
-
rowGap: C ? null : j(
|
|
3075
|
+
rowGap: C ? null : j(L),
|
|
3076
3076
|
columnGap: C ? j(O) : null
|
|
3077
3077
|
},
|
|
3078
3078
|
A
|
|
3079
3079
|
),
|
|
3080
3080
|
children: [
|
|
3081
|
-
s && /* @__PURE__ */
|
|
3081
|
+
s && /* @__PURE__ */ l.jsx(
|
|
3082
3082
|
"div",
|
|
3083
3083
|
{
|
|
3084
3084
|
className: `${w && "u-required"} u-react-input-title`,
|
|
@@ -3086,12 +3086,12 @@ const On = ({ title: s = "", defaultValue: d = "", onChange: D, required: w = !1
|
|
|
3086
3086
|
{
|
|
3087
3087
|
color: "#545454"
|
|
3088
3088
|
},
|
|
3089
|
-
|
|
3089
|
+
M
|
|
3090
3090
|
),
|
|
3091
3091
|
children: s
|
|
3092
3092
|
}
|
|
3093
3093
|
),
|
|
3094
|
-
/* @__PURE__ */
|
|
3094
|
+
/* @__PURE__ */ l.jsx("input", { className: "u-react-input u-input", style: g, type: "text", placeholder: "введите", value: d, disabled: I, onChange: D })
|
|
3095
3095
|
]
|
|
3096
3096
|
}
|
|
3097
3097
|
);
|
|
@@ -3128,58 +3128,58 @@ const jn = ({ size: s = "medium", variant: d = "info", children: D }) => {
|
|
|
3128
3128
|
return "u-message-small-warning";
|
|
3129
3129
|
}
|
|
3130
3130
|
};
|
|
3131
|
-
return /* @__PURE__ */
|
|
3131
|
+
return /* @__PURE__ */ l.jsx("div", { className: w(s, d), children: D });
|
|
3132
3132
|
};
|
|
3133
3133
|
jn.propTypes = {
|
|
3134
3134
|
size: k.string,
|
|
3135
3135
|
variant: k.string,
|
|
3136
3136
|
children: k.node
|
|
3137
3137
|
};
|
|
3138
|
-
const Pn = ({ variant: s = "small-primary" }) => /* @__PURE__ */
|
|
3139
|
-
s === "small-primary" && /* @__PURE__ */
|
|
3140
|
-
/* @__PURE__ */
|
|
3141
|
-
/* @__PURE__ */
|
|
3138
|
+
const Pn = ({ variant: s = "small-primary" }) => /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
|
|
3139
|
+
s === "small-primary" && /* @__PURE__ */ l.jsx("div", { className: "u-preloader-mini", children: /* @__PURE__ */ l.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: [
|
|
3140
|
+
/* @__PURE__ */ l.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "#1E4391", "stroke-width": "2" }),
|
|
3141
|
+
/* @__PURE__ */ l.jsx("circle", { className: "u-preloader-mini-dot", cx: "6.5", cy: "6.5", r: "6.5", fill: "#1E4391" })
|
|
3142
3142
|
] }) }),
|
|
3143
|
-
s === "small-special" && /* @__PURE__ */
|
|
3144
|
-
/* @__PURE__ */
|
|
3145
|
-
/* @__PURE__ */
|
|
3146
|
-
/* @__PURE__ */
|
|
3147
|
-
/* @__PURE__ */
|
|
3148
|
-
/* @__PURE__ */
|
|
3149
|
-
/* @__PURE__ */
|
|
3150
|
-
/* @__PURE__ */
|
|
3143
|
+
s === "small-special" && /* @__PURE__ */ l.jsx("div", { className: "u-preloader-mini-gradient", children: /* @__PURE__ */ l.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: [
|
|
3144
|
+
/* @__PURE__ */ l.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "url(#paint0_linear_8025_35626)", "stroke-width": "2" }),
|
|
3145
|
+
/* @__PURE__ */ l.jsx("circle", { className: "u-preloader-mini-dot", cx: "6.5", cy: "6.5", r: "6.5", fill: "url(#paint0_linear_8025_35627)" }),
|
|
3146
|
+
/* @__PURE__ */ l.jsxs("defs", { children: [
|
|
3147
|
+
/* @__PURE__ */ l.jsxs("linearGradient", { id: "paint0_linear_8025_35626", x1: "54.3387", y1: "23.9985", x2: "6", y2: "23.9985", gradientUnits: "userSpaceOnUse", children: [
|
|
3148
|
+
/* @__PURE__ */ l.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3149
|
+
/* @__PURE__ */ l.jsx("stop", { offset: "0.48", "stop-color": "#FB3727" }),
|
|
3150
|
+
/* @__PURE__ */ l.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3151
3151
|
] }),
|
|
3152
|
-
/* @__PURE__ */
|
|
3153
|
-
/* @__PURE__ */
|
|
3154
|
-
/* @__PURE__ */
|
|
3155
|
-
/* @__PURE__ */
|
|
3152
|
+
/* @__PURE__ */ l.jsxs("linearGradient", { id: "paint0_linear_8025_35627", x1: "0.50109", y1: "13", x2: "8.00065", y2: "0.000589107", gradientUnits: "userSpaceOnUse", children: [
|
|
3153
|
+
/* @__PURE__ */ l.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3154
|
+
/* @__PURE__ */ l.jsx("stop", { offset: "0.192259", "stop-color": "#FB3727" }),
|
|
3155
|
+
/* @__PURE__ */ l.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3156
3156
|
] })
|
|
3157
3157
|
] })
|
|
3158
3158
|
] }) }),
|
|
3159
|
-
s === "large-primary" && /* @__PURE__ */
|
|
3160
|
-
/* @__PURE__ */
|
|
3161
|
-
/* @__PURE__ */
|
|
3162
|
-
/* @__PURE__ */
|
|
3159
|
+
s === "large-primary" && /* @__PURE__ */ l.jsx("div", { className: "u-preloader", children: /* @__PURE__ */ l.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: [
|
|
3160
|
+
/* @__PURE__ */ l.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" }),
|
|
3161
|
+
/* @__PURE__ */ l.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" }),
|
|
3162
|
+
/* @__PURE__ */ l.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" })
|
|
3163
3163
|
] }) }),
|
|
3164
|
-
s === "large-special" && /* @__PURE__ */
|
|
3165
|
-
/* @__PURE__ */
|
|
3166
|
-
/* @__PURE__ */
|
|
3167
|
-
/* @__PURE__ */
|
|
3168
|
-
/* @__PURE__ */
|
|
3169
|
-
/* @__PURE__ */
|
|
3170
|
-
/* @__PURE__ */
|
|
3171
|
-
/* @__PURE__ */
|
|
3172
|
-
/* @__PURE__ */
|
|
3164
|
+
s === "large-special" && /* @__PURE__ */ l.jsx("div", { className: "u-preloader-gradient", children: /* @__PURE__ */ l.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: [
|
|
3165
|
+
/* @__PURE__ */ l.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)" }),
|
|
3166
|
+
/* @__PURE__ */ l.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)" }),
|
|
3167
|
+
/* @__PURE__ */ l.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)" }),
|
|
3168
|
+
/* @__PURE__ */ l.jsxs("defs", { children: [
|
|
3169
|
+
/* @__PURE__ */ l.jsxs("linearGradient", { id: "paint0_linear_1804_4939", x1: "76.5363", y1: "37.9977", x2: "1.9146e-07", y2: "37.9977", gradientUnits: "userSpaceOnUse", children: [
|
|
3170
|
+
/* @__PURE__ */ l.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3171
|
+
/* @__PURE__ */ l.jsx("stop", { offset: "0.48", "stop-color": "#FB3727" }),
|
|
3172
|
+
/* @__PURE__ */ l.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3173
3173
|
] }),
|
|
3174
|
-
/* @__PURE__ */
|
|
3175
|
-
/* @__PURE__ */
|
|
3176
|
-
/* @__PURE__ */
|
|
3177
|
-
/* @__PURE__ */
|
|
3174
|
+
/* @__PURE__ */ l.jsxs("linearGradient", { id: "paint1_linear_1804_4939", x1: "5.06202", y1: "20.769", x2: "11.2799", y2: "12.9983", gradientUnits: "userSpaceOnUse", children: [
|
|
3175
|
+
/* @__PURE__ */ l.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3176
|
+
/* @__PURE__ */ l.jsx("stop", { offset: "0.48", "stop-color": "#FB3727" }),
|
|
3177
|
+
/* @__PURE__ */ l.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3178
3178
|
] }),
|
|
3179
|
-
/* @__PURE__ */
|
|
3180
|
-
/* @__PURE__ */
|
|
3181
|
-
/* @__PURE__ */
|
|
3182
|
-
/* @__PURE__ */
|
|
3179
|
+
/* @__PURE__ */ l.jsxs("linearGradient", { id: "paint2_linear_1804_4939", x1: "35.9984", y1: "21.9995", x2: "36.4978", y2: "56.9995", gradientUnits: "userSpaceOnUse", children: [
|
|
3180
|
+
/* @__PURE__ */ l.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3181
|
+
/* @__PURE__ */ l.jsx("stop", { offset: "0.48", "stop-color": "#FB3727" }),
|
|
3182
|
+
/* @__PURE__ */ l.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3183
3183
|
] })
|
|
3184
3184
|
] })
|
|
3185
3185
|
] }) })
|
|
@@ -3191,9 +3191,9 @@ const kn = ({
|
|
|
3191
3191
|
placeholder: s = "Поиск",
|
|
3192
3192
|
value: d,
|
|
3193
3193
|
onChange: D
|
|
3194
|
-
}) => /* @__PURE__ */
|
|
3195
|
-
/* @__PURE__ */
|
|
3196
|
-
/* @__PURE__ */
|
|
3194
|
+
}) => /* @__PURE__ */ l.jsxs("div", { className: "u-search", children: [
|
|
3195
|
+
/* @__PURE__ */ l.jsx("input", { placeholder: s, className: "u-input", type: "search", value: d, onChange: D }),
|
|
3196
|
+
/* @__PURE__ */ l.jsx("button", { className: "u-search-loupe", type: "button" })
|
|
3197
3197
|
] });
|
|
3198
3198
|
kn.propTypes = {
|
|
3199
3199
|
placeholder: k.string,
|
|
@@ -3207,10 +3207,10 @@ const An = ({
|
|
|
3207
3207
|
styleSelectContainer: w,
|
|
3208
3208
|
styleTitle: I,
|
|
3209
3209
|
styleSelect: C,
|
|
3210
|
-
lineUp:
|
|
3210
|
+
lineUp: L = !1,
|
|
3211
3211
|
rowGap: O = 4,
|
|
3212
3212
|
columnGap: A = 20,
|
|
3213
|
-
placeholder:
|
|
3213
|
+
placeholder: M = "Не выбрано",
|
|
3214
3214
|
value: g,
|
|
3215
3215
|
isOpen: j,
|
|
3216
3216
|
isClearable: U,
|
|
@@ -3218,21 +3218,21 @@ const An = ({
|
|
|
3218
3218
|
onOpen: G
|
|
3219
3219
|
}) => {
|
|
3220
3220
|
const P = (V) => typeof V == "number" ? `${V}px` : String(V);
|
|
3221
|
-
return /* @__PURE__ */
|
|
3221
|
+
return /* @__PURE__ */ l.jsxs(
|
|
3222
3222
|
"div",
|
|
3223
3223
|
{
|
|
3224
3224
|
className: "u-react-select-container",
|
|
3225
3225
|
style: Object.assign(
|
|
3226
3226
|
{
|
|
3227
3227
|
display: "flex",
|
|
3228
|
-
flexDirection:
|
|
3229
|
-
rowGap:
|
|
3230
|
-
columnGap:
|
|
3228
|
+
flexDirection: L ? "row" : "column",
|
|
3229
|
+
rowGap: L ? null : P(O),
|
|
3230
|
+
columnGap: L ? P(A) : null
|
|
3231
3231
|
},
|
|
3232
3232
|
w
|
|
3233
3233
|
),
|
|
3234
3234
|
children: [
|
|
3235
|
-
s && /* @__PURE__ */
|
|
3235
|
+
s && /* @__PURE__ */ l.jsx(
|
|
3236
3236
|
"div",
|
|
3237
3237
|
{
|
|
3238
3238
|
className: `${d && "u-required"} u-react-select-title`,
|
|
@@ -3245,7 +3245,7 @@ const An = ({
|
|
|
3245
3245
|
children: s
|
|
3246
3246
|
}
|
|
3247
3247
|
),
|
|
3248
|
-
/* @__PURE__ */
|
|
3248
|
+
/* @__PURE__ */ l.jsxs(
|
|
3249
3249
|
"div",
|
|
3250
3250
|
{
|
|
3251
3251
|
className: "u-selectbox u-react-select",
|
|
@@ -3258,27 +3258,27 @@ const An = ({
|
|
|
3258
3258
|
C
|
|
3259
3259
|
),
|
|
3260
3260
|
children: [
|
|
3261
|
-
/* @__PURE__ */
|
|
3261
|
+
/* @__PURE__ */ l.jsxs(
|
|
3262
3262
|
"div",
|
|
3263
3263
|
{
|
|
3264
3264
|
className: j ? "u-selectbox-select u-selectbox-select-open" : "u-selectbox-select",
|
|
3265
3265
|
onClick: () => G(!j),
|
|
3266
3266
|
children: [
|
|
3267
|
-
/* @__PURE__ */
|
|
3268
|
-
|
|
3267
|
+
g != null && g.value ? /* @__PURE__ */ l.jsx("span", { className: "u-selectbox-select-title", children: g == null ? void 0 : g.label }) : /* @__PURE__ */ l.jsx("span", { style: { color: "#545454" }, className: "u-selectbox-select-title", children: M }),
|
|
3268
|
+
g != null && g.value && U ? /* @__PURE__ */ l.jsx(
|
|
3269
3269
|
"i",
|
|
3270
3270
|
{
|
|
3271
3271
|
className: "u-selectbox-select-icon-cross",
|
|
3272
3272
|
onClick: (V) => {
|
|
3273
|
-
V.stopPropagation(), $({ value: null, label:
|
|
3273
|
+
V.stopPropagation(), $({ value: null, label: M }), G(!1);
|
|
3274
3274
|
}
|
|
3275
3275
|
}
|
|
3276
|
-
) : /* @__PURE__ */
|
|
3277
|
-
/* @__PURE__ */
|
|
3276
|
+
) : /* @__PURE__ */ l.jsx(l.Fragment, {}),
|
|
3277
|
+
/* @__PURE__ */ l.jsx("i", { className: "u-selectbox-select-icon-arrow" })
|
|
3278
3278
|
]
|
|
3279
3279
|
}
|
|
3280
3280
|
),
|
|
3281
|
-
/* @__PURE__ */
|
|
3281
|
+
/* @__PURE__ */ l.jsx("div", { className: "u-selectbox-options", children: D.map((V, te) => /* @__PURE__ */ l.jsx("div", { className: "u-selectbox-option", onClick: (J) => {
|
|
3282
3282
|
J.stopPropagation(), $(V), G(!1);
|
|
3283
3283
|
}, children: V.label }, te)) })
|
|
3284
3284
|
]
|
|
@@ -3321,14 +3321,14 @@ const $n = ({ size: s = "medium", variant: d = "", children: D }) => {
|
|
|
3321
3321
|
return "u-status-prepared";
|
|
3322
3322
|
}
|
|
3323
3323
|
};
|
|
3324
|
-
return /* @__PURE__ */
|
|
3324
|
+
return /* @__PURE__ */ l.jsx("div", { className: `u-status ${s === "large" ? "u-status-large" : ""} ${w(d)}`, children: D });
|
|
3325
3325
|
};
|
|
3326
3326
|
$n.propTypes = {
|
|
3327
3327
|
children: k.string,
|
|
3328
3328
|
variant: k.string,
|
|
3329
3329
|
size: k.string
|
|
3330
3330
|
};
|
|
3331
|
-
const Fn = ({ data: s, columns: d, borders: D = "horizontal", striped: w, linesNotActive: I, fixedHeader: C, tdStyle:
|
|
3331
|
+
const Fn = ({ data: s, columns: d, borders: D = "horizontal", striped: w, linesNotActive: I, fixedHeader: C, tdStyle: L, thStyle: O, cellStyle: A, contentForEmptyTable: M = /* @__PURE__ */ l.jsx("p", { children: "Ничего не найдено" }) }) => {
|
|
3332
3332
|
const g = ($) => `${$}px`, j = "auto", U = ($) => {
|
|
3333
3333
|
switch ($) {
|
|
3334
3334
|
case "horizontal":
|
|
@@ -3339,13 +3339,13 @@ const Fn = ({ data: s, columns: d, borders: D = "horizontal", striped: w, linesN
|
|
|
3339
3339
|
return " none-borders";
|
|
3340
3340
|
}
|
|
3341
3341
|
};
|
|
3342
|
-
return /* @__PURE__ */
|
|
3342
|
+
return /* @__PURE__ */ l.jsx(l.Fragment, { children: s.length !== 0 ? /* @__PURE__ */ l.jsx(
|
|
3343
3343
|
"div",
|
|
3344
3344
|
{
|
|
3345
3345
|
className: `u-table${["horizontal", "vertical", "none"].includes(D) ? U(D) : ""}${w ? " striped" : ""}${I ? " not-active-lines" : ""}${C ? " thead-fixed" : ""}`,
|
|
3346
|
-
children: /* @__PURE__ */
|
|
3347
|
-
/* @__PURE__ */
|
|
3348
|
-
($, G) => /* @__PURE__ */
|
|
3346
|
+
children: /* @__PURE__ */ l.jsxs("table", { className: "table", children: [
|
|
3347
|
+
/* @__PURE__ */ l.jsx("thead", { style: { zIndex: "2" }, children: /* @__PURE__ */ l.jsx("tr", { children: d.map(
|
|
3348
|
+
($, G) => /* @__PURE__ */ l.jsx(
|
|
3349
3349
|
"th",
|
|
3350
3350
|
{
|
|
3351
3351
|
className: `${$.sticky ? "sticky" : ""}`,
|
|
@@ -3358,7 +3358,7 @@ const Fn = ({ data: s, columns: d, borders: D = "horizontal", striped: w, linesN
|
|
|
3358
3358
|
O,
|
|
3359
3359
|
A
|
|
3360
3360
|
),
|
|
3361
|
-
children: /* @__PURE__ */
|
|
3361
|
+
children: /* @__PURE__ */ l.jsx(
|
|
3362
3362
|
"p",
|
|
3363
3363
|
{
|
|
3364
3364
|
style: {
|
|
@@ -3371,8 +3371,8 @@ const Fn = ({ data: s, columns: d, borders: D = "horizontal", striped: w, linesN
|
|
|
3371
3371
|
G
|
|
3372
3372
|
)
|
|
3373
3373
|
) }) }),
|
|
3374
|
-
/* @__PURE__ */
|
|
3375
|
-
(P, V) => /* @__PURE__ */
|
|
3374
|
+
/* @__PURE__ */ l.jsx("tbody", { children: s == null ? void 0 : s.map(($, G) => /* @__PURE__ */ l.jsx("tr", { children: d == null ? void 0 : d.map(
|
|
3375
|
+
(P, V) => /* @__PURE__ */ l.jsx(
|
|
3376
3376
|
"td",
|
|
3377
3377
|
{
|
|
3378
3378
|
className: `${P.sticky ? "sticky" : ""}`,
|
|
@@ -3382,10 +3382,10 @@ const Fn = ({ data: s, columns: d, borders: D = "horizontal", striped: w, linesN
|
|
|
3382
3382
|
},
|
|
3383
3383
|
P.tdStyle,
|
|
3384
3384
|
P.cellStyle,
|
|
3385
|
-
|
|
3385
|
+
L,
|
|
3386
3386
|
A
|
|
3387
3387
|
),
|
|
3388
|
-
children: /* @__PURE__ */
|
|
3388
|
+
children: /* @__PURE__ */ l.jsx(
|
|
3389
3389
|
"div",
|
|
3390
3390
|
{
|
|
3391
3391
|
style: {
|
|
@@ -3400,7 +3400,7 @@ const Fn = ({ data: s, columns: d, borders: D = "horizontal", striped: w, linesN
|
|
|
3400
3400
|
) }, G)) })
|
|
3401
3401
|
] })
|
|
3402
3402
|
}
|
|
3403
|
-
) : /* @__PURE__ */
|
|
3403
|
+
) : /* @__PURE__ */ l.jsx("div", { children: M }) });
|
|
3404
3404
|
};
|
|
3405
3405
|
Fn.propTypes = {
|
|
3406
3406
|
data: k.array,
|
|
@@ -3414,9 +3414,9 @@ Fn.propTypes = {
|
|
|
3414
3414
|
cellStyle: k.object,
|
|
3415
3415
|
contentForEmptyTable: k.node
|
|
3416
3416
|
};
|
|
3417
|
-
const In = ({ content: s = /* @__PURE__ */
|
|
3418
|
-
/* @__PURE__ */
|
|
3419
|
-
/* @__PURE__ */
|
|
3417
|
+
const In = ({ content: s = /* @__PURE__ */ l.jsx("div", {}), children: d = /* @__PURE__ */ l.jsx("div", {}) }) => /* @__PURE__ */ l.jsxs("div", { id: "u-help", children: [
|
|
3418
|
+
/* @__PURE__ */ l.jsx("div", { id: "u-help-tooltip", children: s }),
|
|
3419
|
+
/* @__PURE__ */ l.jsx("div", { children: d })
|
|
3420
3420
|
] });
|
|
3421
3421
|
In.propTypes = {
|
|
3422
3422
|
content: k.node,
|