urfu-ui-kit-react 0.0.16 → 0.0.17
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 +835 -805
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
function fn(
|
|
2
|
-
return
|
|
1
|
+
function fn(u) {
|
|
2
|
+
return u && u.__esModule && Object.prototype.hasOwnProperty.call(u, "default") ? u.default : u;
|
|
3
3
|
}
|
|
4
4
|
var Qr = { exports: {} }, tr = {}, Cr = { exports: {} }, z = {};
|
|
5
5
|
/**
|
|
@@ -16,18 +16,18 @@ function dn() {
|
|
|
16
16
|
if (Tt)
|
|
17
17
|
return z;
|
|
18
18
|
Tt = 1;
|
|
19
|
-
var
|
|
19
|
+
var u = Symbol.for("react.element"), f = Symbol.for("react.portal"), j = Symbol.for("react.fragment"), h = Symbol.for("react.strict_mode"), k = Symbol.for("react.profiler"), C = Symbol.for("react.provider"), N = Symbol.for("react.context"), x = Symbol.for("react.forward_ref"), A = Symbol.for("react.suspense"), L = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), $ = Symbol.iterator;
|
|
20
20
|
function U(n) {
|
|
21
|
-
return n === null || typeof n != "object" ? null : (n =
|
|
21
|
+
return n === null || typeof n != "object" ? null : (n = $ && n[$] || n["@@iterator"], typeof n == "function" ? n : null);
|
|
22
22
|
}
|
|
23
23
|
var I = { isMounted: function() {
|
|
24
24
|
return !1;
|
|
25
25
|
}, enqueueForceUpdate: function() {
|
|
26
26
|
}, enqueueReplaceState: function() {
|
|
27
27
|
}, enqueueSetState: function() {
|
|
28
|
-
} }, G = Object.assign,
|
|
29
|
-
function V(n, i,
|
|
30
|
-
this.props = n, this.context = i, this.refs =
|
|
28
|
+
} }, G = Object.assign, F = {};
|
|
29
|
+
function V(n, i, m) {
|
|
30
|
+
this.props = n, this.context = i, this.refs = F, this.updater = m || I;
|
|
31
31
|
}
|
|
32
32
|
V.prototype.isReactComponent = {}, V.prototype.setState = function(n, i) {
|
|
33
33
|
if (typeof n != "object" && typeof n != "function" && n != null)
|
|
@@ -39,47 +39,47 @@ function dn() {
|
|
|
39
39
|
function te() {
|
|
40
40
|
}
|
|
41
41
|
te.prototype = V.prototype;
|
|
42
|
-
function J(n, i,
|
|
43
|
-
this.props = n, this.context = i, this.refs =
|
|
42
|
+
function J(n, i, m) {
|
|
43
|
+
this.props = n, this.context = i, this.refs = F, this.updater = m || I;
|
|
44
44
|
}
|
|
45
45
|
var ne = J.prototype = new te();
|
|
46
46
|
ne.constructor = J, G(ne, V.prototype), ne.isPureReactComponent = !0;
|
|
47
47
|
var Z = Array.isArray, p = Object.prototype.hasOwnProperty, ie = { current: null }, Ee = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
48
|
-
function we(n, i,
|
|
48
|
+
function we(n, i, m) {
|
|
49
49
|
var y, E = {}, R = null, w = null;
|
|
50
50
|
if (i != null)
|
|
51
51
|
for (y in i.ref !== void 0 && (w = i.ref), i.key !== void 0 && (R = "" + i.key), i)
|
|
52
52
|
p.call(i, y) && !Ee.hasOwnProperty(y) && (E[y] = i[y]);
|
|
53
|
-
var
|
|
54
|
-
if (
|
|
55
|
-
E.children =
|
|
56
|
-
else if (1 <
|
|
57
|
-
for (var
|
|
58
|
-
|
|
59
|
-
E.children =
|
|
53
|
+
var S = arguments.length - 2;
|
|
54
|
+
if (S === 1)
|
|
55
|
+
E.children = m;
|
|
56
|
+
else if (1 < S) {
|
|
57
|
+
for (var P = Array(S), D = 0; D < S; D++)
|
|
58
|
+
P[D] = arguments[D + 2];
|
|
59
|
+
E.children = P;
|
|
60
60
|
}
|
|
61
61
|
if (n && n.defaultProps)
|
|
62
|
-
for (y in
|
|
63
|
-
E[y] === void 0 && (E[y] =
|
|
64
|
-
return { $$typeof:
|
|
62
|
+
for (y in S = n.defaultProps, S)
|
|
63
|
+
E[y] === void 0 && (E[y] = S[y]);
|
|
64
|
+
return { $$typeof: u, type: n, key: R, ref: w, props: E, _owner: ie.current };
|
|
65
65
|
}
|
|
66
66
|
function Ce(n, i) {
|
|
67
|
-
return { $$typeof:
|
|
67
|
+
return { $$typeof: u, type: n.type, key: i, ref: n.ref, props: n.props, _owner: n._owner };
|
|
68
68
|
}
|
|
69
69
|
function xe(n) {
|
|
70
|
-
return typeof n == "object" && n !== null && n.$$typeof ===
|
|
70
|
+
return typeof n == "object" && n !== null && n.$$typeof === u;
|
|
71
71
|
}
|
|
72
72
|
function je(n) {
|
|
73
73
|
var i = { "=": "=0", ":": "=2" };
|
|
74
|
-
return "$" + n.replace(/[=:]/g, function(
|
|
75
|
-
return i[
|
|
74
|
+
return "$" + n.replace(/[=:]/g, function(m) {
|
|
75
|
+
return i[m];
|
|
76
76
|
});
|
|
77
77
|
}
|
|
78
78
|
var Te = /\/+/g;
|
|
79
79
|
function pe(n, i) {
|
|
80
80
|
return typeof n == "object" && n !== null && n.key != null ? je("" + n.key) : i.toString(36);
|
|
81
81
|
}
|
|
82
|
-
function fe(n, i,
|
|
82
|
+
function fe(n, i, m, y, E) {
|
|
83
83
|
var R = typeof n;
|
|
84
84
|
(R === "undefined" || R === "boolean") && (n = null);
|
|
85
85
|
var w = !1;
|
|
@@ -93,57 +93,57 @@ function dn() {
|
|
|
93
93
|
break;
|
|
94
94
|
case "object":
|
|
95
95
|
switch (n.$$typeof) {
|
|
96
|
-
case
|
|
97
|
-
case
|
|
96
|
+
case u:
|
|
97
|
+
case f:
|
|
98
98
|
w = !0;
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
if (w)
|
|
102
|
-
return w = n, E = E(w), n = y === "" ? "." + pe(w, 0) : y, Z(E) ? (
|
|
102
|
+
return w = n, E = E(w), n = y === "" ? "." + pe(w, 0) : y, Z(E) ? (m = "", n != null && (m = n.replace(Te, "$&/") + "/"), fe(E, i, m, "", function(D) {
|
|
103
103
|
return D;
|
|
104
|
-
})) : E != null && (xe(E) && (E = Ce(E,
|
|
104
|
+
})) : E != null && (xe(E) && (E = Ce(E, m + (!E.key || w && w.key === E.key ? "" : ("" + E.key).replace(Te, "$&/") + "/") + n)), i.push(E)), 1;
|
|
105
105
|
if (w = 0, y = y === "" ? "." : y + ":", Z(n))
|
|
106
|
-
for (var
|
|
107
|
-
R = n[
|
|
108
|
-
var
|
|
109
|
-
w += fe(R, i,
|
|
110
|
-
}
|
|
111
|
-
else if (
|
|
112
|
-
for (n =
|
|
113
|
-
R = R.value,
|
|
106
|
+
for (var S = 0; S < n.length; S++) {
|
|
107
|
+
R = n[S];
|
|
108
|
+
var P = y + pe(R, S);
|
|
109
|
+
w += fe(R, i, m, P, E);
|
|
110
|
+
}
|
|
111
|
+
else if (P = U(n), typeof P == "function")
|
|
112
|
+
for (n = P.call(n), S = 0; !(R = n.next()).done; )
|
|
113
|
+
R = R.value, P = y + pe(R, S++), w += fe(R, i, m, P, E);
|
|
114
114
|
else if (R === "object")
|
|
115
115
|
throw i = String(n), Error("Objects are not valid as a React child (found: " + (i === "[object Object]" ? "object with keys {" + Object.keys(n).join(", ") + "}" : i) + "). If you meant to render a collection of children, use an array instead.");
|
|
116
116
|
return w;
|
|
117
117
|
}
|
|
118
|
-
function de(n, i,
|
|
118
|
+
function de(n, i, m) {
|
|
119
119
|
if (n == null)
|
|
120
120
|
return n;
|
|
121
121
|
var y = [], E = 0;
|
|
122
122
|
return fe(n, y, "", "", function(R) {
|
|
123
|
-
return i.call(
|
|
123
|
+
return i.call(m, R, E++);
|
|
124
124
|
}), y;
|
|
125
125
|
}
|
|
126
126
|
function ce(n) {
|
|
127
127
|
if (n._status === -1) {
|
|
128
128
|
var i = n._result;
|
|
129
|
-
i = i(), i.then(function(
|
|
130
|
-
(n._status === 0 || n._status === -1) && (n._status = 1, n._result =
|
|
131
|
-
}, function(
|
|
132
|
-
(n._status === 0 || n._status === -1) && (n._status = 2, n._result =
|
|
129
|
+
i = i(), i.then(function(m) {
|
|
130
|
+
(n._status === 0 || n._status === -1) && (n._status = 1, n._result = m);
|
|
131
|
+
}, function(m) {
|
|
132
|
+
(n._status === 0 || n._status === -1) && (n._status = 2, n._result = m);
|
|
133
133
|
}), n._status === -1 && (n._status = 0, n._result = i);
|
|
134
134
|
}
|
|
135
135
|
if (n._status === 1)
|
|
136
136
|
return n._result.default;
|
|
137
137
|
throw n._result;
|
|
138
138
|
}
|
|
139
|
-
var
|
|
140
|
-
function
|
|
139
|
+
var O = { current: null }, _e = { transition: null }, Se = { ReactCurrentDispatcher: O, ReactCurrentBatchConfig: _e, ReactCurrentOwner: ie };
|
|
140
|
+
function l() {
|
|
141
141
|
throw Error("act(...) is not supported in production builds of React.");
|
|
142
142
|
}
|
|
143
|
-
return z.Children = { map: de, forEach: function(n, i,
|
|
143
|
+
return z.Children = { map: de, forEach: function(n, i, m) {
|
|
144
144
|
de(n, function() {
|
|
145
145
|
i.apply(this, arguments);
|
|
146
|
-
},
|
|
146
|
+
}, m);
|
|
147
147
|
}, count: function(n) {
|
|
148
148
|
var i = 0;
|
|
149
149
|
return de(n, function() {
|
|
@@ -157,35 +157,35 @@ function dn() {
|
|
|
157
157
|
if (!xe(n))
|
|
158
158
|
throw Error("React.Children.only expected to receive a single React element child.");
|
|
159
159
|
return n;
|
|
160
|
-
} }, z.Component = V, z.Fragment =
|
|
160
|
+
} }, z.Component = V, z.Fragment = j, z.Profiler = k, z.PureComponent = J, z.StrictMode = h, z.Suspense = A, z.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Se, z.act = l, z.cloneElement = function(n, i, m) {
|
|
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), E = n.key, R = n.ref, w = n._owner;
|
|
164
164
|
if (i != null) {
|
|
165
165
|
if (i.ref !== void 0 && (R = i.ref, w = ie.current), i.key !== void 0 && (E = "" + i.key), n.type && n.type.defaultProps)
|
|
166
|
-
var
|
|
167
|
-
for (
|
|
168
|
-
p.call(i,
|
|
169
|
-
}
|
|
170
|
-
var
|
|
171
|
-
if (
|
|
172
|
-
y.children =
|
|
173
|
-
else if (1 <
|
|
174
|
-
|
|
175
|
-
for (var D = 0; D <
|
|
176
|
-
|
|
177
|
-
y.children =
|
|
178
|
-
}
|
|
179
|
-
return { $$typeof:
|
|
166
|
+
var S = n.type.defaultProps;
|
|
167
|
+
for (P in i)
|
|
168
|
+
p.call(i, P) && !Ee.hasOwnProperty(P) && (y[P] = i[P] === void 0 && S !== void 0 ? S[P] : i[P]);
|
|
169
|
+
}
|
|
170
|
+
var P = arguments.length - 2;
|
|
171
|
+
if (P === 1)
|
|
172
|
+
y.children = m;
|
|
173
|
+
else if (1 < P) {
|
|
174
|
+
S = Array(P);
|
|
175
|
+
for (var D = 0; D < P; D++)
|
|
176
|
+
S[D] = arguments[D + 2];
|
|
177
|
+
y.children = S;
|
|
178
|
+
}
|
|
179
|
+
return { $$typeof: u, type: n.type, key: E, ref: R, props: y, _owner: w };
|
|
180
180
|
}, z.createContext = function(n) {
|
|
181
|
-
return n = { $$typeof:
|
|
181
|
+
return n = { $$typeof: 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) {
|
|
183
183
|
var i = we.bind(null, n);
|
|
184
184
|
return i.type = n, i;
|
|
185
185
|
}, z.createRef = function() {
|
|
186
186
|
return { current: null };
|
|
187
187
|
}, z.forwardRef = function(n) {
|
|
188
|
-
return { $$typeof:
|
|
188
|
+
return { $$typeof: x, render: n };
|
|
189
189
|
}, z.isValidElement = xe, z.lazy = function(n) {
|
|
190
190
|
return { $$typeof: _, _payload: { _status: -1, _result: n }, _init: ce };
|
|
191
191
|
}, z.memo = function(n, i) {
|
|
@@ -198,35 +198,35 @@ function dn() {
|
|
|
198
198
|
} finally {
|
|
199
199
|
_e.transition = i;
|
|
200
200
|
}
|
|
201
|
-
}, z.unstable_act =
|
|
202
|
-
return
|
|
201
|
+
}, z.unstable_act = l, z.useCallback = function(n, i) {
|
|
202
|
+
return O.current.useCallback(n, i);
|
|
203
203
|
}, z.useContext = function(n) {
|
|
204
|
-
return
|
|
204
|
+
return O.current.useContext(n);
|
|
205
205
|
}, z.useDebugValue = function() {
|
|
206
206
|
}, z.useDeferredValue = function(n) {
|
|
207
|
-
return
|
|
207
|
+
return O.current.useDeferredValue(n);
|
|
208
208
|
}, z.useEffect = function(n, i) {
|
|
209
|
-
return
|
|
209
|
+
return O.current.useEffect(n, i);
|
|
210
210
|
}, z.useId = function() {
|
|
211
|
-
return
|
|
212
|
-
}, z.useImperativeHandle = function(n, i,
|
|
213
|
-
return
|
|
211
|
+
return O.current.useId();
|
|
212
|
+
}, z.useImperativeHandle = function(n, i, m) {
|
|
213
|
+
return O.current.useImperativeHandle(n, i, m);
|
|
214
214
|
}, z.useInsertionEffect = function(n, i) {
|
|
215
|
-
return
|
|
215
|
+
return O.current.useInsertionEffect(n, i);
|
|
216
216
|
}, z.useLayoutEffect = function(n, i) {
|
|
217
|
-
return
|
|
217
|
+
return O.current.useLayoutEffect(n, i);
|
|
218
218
|
}, z.useMemo = function(n, i) {
|
|
219
|
-
return
|
|
220
|
-
}, z.useReducer = function(n, i,
|
|
221
|
-
return
|
|
219
|
+
return O.current.useMemo(n, i);
|
|
220
|
+
}, z.useReducer = function(n, i, m) {
|
|
221
|
+
return O.current.useReducer(n, i, m);
|
|
222
222
|
}, z.useRef = function(n) {
|
|
223
|
-
return
|
|
223
|
+
return O.current.useRef(n);
|
|
224
224
|
}, z.useState = function(n) {
|
|
225
|
-
return
|
|
226
|
-
}, z.useSyncExternalStore = function(n, i,
|
|
227
|
-
return
|
|
225
|
+
return O.current.useState(n);
|
|
226
|
+
}, z.useSyncExternalStore = function(n, i, m) {
|
|
227
|
+
return O.current.useSyncExternalStore(n, i, m);
|
|
228
228
|
}, z.useTransition = function() {
|
|
229
|
-
return
|
|
229
|
+
return O.current.useTransition();
|
|
230
230
|
}, z.version = "18.3.1", z;
|
|
231
231
|
}
|
|
232
232
|
var ar = { exports: {} };
|
|
@@ -242,10 +242,10 @@ var ar = { exports: {} };
|
|
|
242
242
|
ar.exports;
|
|
243
243
|
var St;
|
|
244
244
|
function pn() {
|
|
245
|
-
return St || (St = 1, function(
|
|
245
|
+
return St || (St = 1, function(u, f) {
|
|
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 j = "18.3.1", h = Symbol.for("react.element"), k = Symbol.for("react.portal"), C = Symbol.for("react.fragment"), N = Symbol.for("react.strict_mode"), x = Symbol.for("react.profiler"), A = Symbol.for("react.provider"), L = Symbol.for("react.context"), _ = Symbol.for("react.forward_ref"), $ = Symbol.for("react.suspense"), U = Symbol.for("react.suspense_list"), I = Symbol.for("react.memo"), G = Symbol.for("react.lazy"), F = 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;
|
|
@@ -296,7 +296,7 @@ function pn() {
|
|
|
296
296
|
_e("warn", e, a);
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
|
-
function
|
|
299
|
+
function O(e) {
|
|
300
300
|
{
|
|
301
301
|
for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
|
|
302
302
|
a[o - 1] = arguments[o];
|
|
@@ -307,19 +307,19 @@ function pn() {
|
|
|
307
307
|
{
|
|
308
308
|
var o = de.ReactDebugCurrentFrame, v = o.getStackAddendum();
|
|
309
309
|
v !== "" && (r += "%s", a = a.concat([v]));
|
|
310
|
-
var
|
|
311
|
-
return String(
|
|
310
|
+
var M = a.map(function(T) {
|
|
311
|
+
return String(T);
|
|
312
312
|
});
|
|
313
|
-
|
|
313
|
+
M.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, M);
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
var Se = {};
|
|
317
|
-
function
|
|
317
|
+
function l(e, r) {
|
|
318
318
|
{
|
|
319
319
|
var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass", v = o + "." + r;
|
|
320
320
|
if (Se[v])
|
|
321
321
|
return;
|
|
322
|
-
|
|
322
|
+
O("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), Se[v] = !0;
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
var n = {
|
|
@@ -349,7 +349,7 @@ function pn() {
|
|
|
349
349
|
* @internal
|
|
350
350
|
*/
|
|
351
351
|
enqueueForceUpdate: function(e, r, a) {
|
|
352
|
-
|
|
352
|
+
l(e, "forceUpdate");
|
|
353
353
|
},
|
|
354
354
|
/**
|
|
355
355
|
* Replaces all of the state. Always use this or `setState` to mutate state.
|
|
@@ -365,7 +365,7 @@ function pn() {
|
|
|
365
365
|
* @internal
|
|
366
366
|
*/
|
|
367
367
|
enqueueReplaceState: function(e, r, a, o) {
|
|
368
|
-
|
|
368
|
+
l(e, "replaceState");
|
|
369
369
|
},
|
|
370
370
|
/**
|
|
371
371
|
* Sets a subset of the state. This only exists because _pendingState is
|
|
@@ -380,12 +380,12 @@ function pn() {
|
|
|
380
380
|
* @internal
|
|
381
381
|
*/
|
|
382
382
|
enqueueSetState: function(e, r, a, o) {
|
|
383
|
-
|
|
383
|
+
l(e, "setState");
|
|
384
384
|
}
|
|
385
|
-
}, i = Object.assign,
|
|
386
|
-
Object.freeze(
|
|
385
|
+
}, i = Object.assign, m = {};
|
|
386
|
+
Object.freeze(m);
|
|
387
387
|
function y(e, r, a) {
|
|
388
|
-
this.props = e, this.context = r, this.refs =
|
|
388
|
+
this.props = e, this.context = r, this.refs = m, this.updater = a || n;
|
|
389
389
|
}
|
|
390
390
|
y.prototype.isReactComponent = {}, y.prototype.setState = function(e, r) {
|
|
391
391
|
if (typeof e != "object" && typeof e != "function" && e != null)
|
|
@@ -408,23 +408,23 @@ function pn() {
|
|
|
408
408
|
for (var w in E)
|
|
409
409
|
E.hasOwnProperty(w) && R(w, E[w]);
|
|
410
410
|
}
|
|
411
|
-
function
|
|
411
|
+
function S() {
|
|
412
412
|
}
|
|
413
|
-
|
|
414
|
-
function
|
|
415
|
-
this.props = e, this.context = r, this.refs =
|
|
413
|
+
S.prototype = y.prototype;
|
|
414
|
+
function P(e, r, a) {
|
|
415
|
+
this.props = e, this.context = r, this.refs = m, this.updater = a || n;
|
|
416
416
|
}
|
|
417
|
-
var D =
|
|
418
|
-
D.constructor =
|
|
417
|
+
var D = P.prototype = new S();
|
|
418
|
+
D.constructor = P, i(D, y.prototype), D.isPureReactComponent = !0;
|
|
419
419
|
function ye() {
|
|
420
420
|
var e = {
|
|
421
421
|
current: null
|
|
422
422
|
};
|
|
423
423
|
return Object.seal(e), e;
|
|
424
424
|
}
|
|
425
|
-
var
|
|
425
|
+
var b = Array.isArray;
|
|
426
426
|
function he(e) {
|
|
427
|
-
return
|
|
427
|
+
return b(e);
|
|
428
428
|
}
|
|
429
429
|
function $e(e) {
|
|
430
430
|
{
|
|
@@ -444,7 +444,7 @@ function pn() {
|
|
|
444
444
|
}
|
|
445
445
|
function Le(e) {
|
|
446
446
|
if (Pe(e))
|
|
447
|
-
return
|
|
447
|
+
return O("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;
|
|
@@ -459,20 +459,20 @@ function pn() {
|
|
|
459
459
|
function Oe(e) {
|
|
460
460
|
if (e == null)
|
|
461
461
|
return null;
|
|
462
|
-
if (typeof e.tag == "number" &&
|
|
462
|
+
if (typeof e.tag == "number" && O("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
463
463
|
return e.displayName || e.name || null;
|
|
464
464
|
if (typeof e == "string")
|
|
465
465
|
return e;
|
|
466
466
|
switch (e) {
|
|
467
|
-
case
|
|
467
|
+
case C:
|
|
468
468
|
return "Fragment";
|
|
469
469
|
case k:
|
|
470
470
|
return "Portal";
|
|
471
|
-
case
|
|
471
|
+
case x:
|
|
472
472
|
return "Profiler";
|
|
473
|
-
case
|
|
473
|
+
case N:
|
|
474
474
|
return "StrictMode";
|
|
475
|
-
case
|
|
475
|
+
case $:
|
|
476
476
|
return "Suspense";
|
|
477
477
|
case U:
|
|
478
478
|
return "SuspenseList";
|
|
@@ -482,7 +482,7 @@ function pn() {
|
|
|
482
482
|
case L:
|
|
483
483
|
var r = e;
|
|
484
484
|
return We(r) + ".Consumer";
|
|
485
|
-
case
|
|
485
|
+
case A:
|
|
486
486
|
var a = e;
|
|
487
487
|
return We(a._context) + ".Provider";
|
|
488
488
|
case _:
|
|
@@ -491,9 +491,9 @@ function pn() {
|
|
|
491
491
|
var o = e.displayName || null;
|
|
492
492
|
return o !== null ? o : Oe(e.type) || "Memo";
|
|
493
493
|
case G: {
|
|
494
|
-
var v = e,
|
|
494
|
+
var v = e, M = v._payload, T = v._init;
|
|
495
495
|
try {
|
|
496
|
-
return Oe(
|
|
496
|
+
return Oe(T(M));
|
|
497
497
|
} catch {
|
|
498
498
|
return null;
|
|
499
499
|
}
|
|
@@ -526,7 +526,7 @@ function pn() {
|
|
|
526
526
|
}
|
|
527
527
|
function Tr(e, r) {
|
|
528
528
|
var a = function() {
|
|
529
|
-
ir || (ir = !0,
|
|
529
|
+
ir || (ir = !0, O("%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)", r));
|
|
530
530
|
};
|
|
531
531
|
a.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
532
532
|
get: a,
|
|
@@ -535,7 +535,7 @@ function pn() {
|
|
|
535
535
|
}
|
|
536
536
|
function ur(e, r) {
|
|
537
537
|
var a = function() {
|
|
538
|
-
sr || (sr = !0,
|
|
538
|
+
sr || (sr = !0, O("%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)", r));
|
|
539
539
|
};
|
|
540
540
|
a.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
541
541
|
get: a,
|
|
@@ -545,20 +545,20 @@ function pn() {
|
|
|
545
545
|
function cr(e) {
|
|
546
546
|
if (typeof e.ref == "string" && ie.current && e.__self && ie.current.stateNode !== e.__self) {
|
|
547
547
|
var r = Oe(ie.current.type);
|
|
548
|
-
Ge[r] || (
|
|
548
|
+
Ge[r] || (O('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, M, T) {
|
|
552
552
|
var Y = {
|
|
553
553
|
// This tag allows us to uniquely identify this as a React Element
|
|
554
|
-
$$typeof:
|
|
554
|
+
$$typeof: h,
|
|
555
555
|
// Built-in properties that belong on the element
|
|
556
556
|
type: e,
|
|
557
557
|
key: r,
|
|
558
558
|
ref: a,
|
|
559
|
-
props:
|
|
559
|
+
props: T,
|
|
560
560
|
// Record the component responsible for creating this element.
|
|
561
|
-
_owner:
|
|
561
|
+
_owner: M
|
|
562
562
|
};
|
|
563
563
|
return Y._store = {}, Object.defineProperty(Y._store, "validated", {
|
|
564
564
|
configurable: !1,
|
|
@@ -578,9 +578,9 @@ function pn() {
|
|
|
578
578
|
}), Object.freeze && (Object.freeze(Y.props), Object.freeze(Y)), Y;
|
|
579
579
|
};
|
|
580
580
|
function Sr(e, r, a) {
|
|
581
|
-
var o, v = {},
|
|
581
|
+
var o, v = {}, M = null, T = null, Y = null, H = null;
|
|
582
582
|
if (r != null) {
|
|
583
|
-
Ze(r) && (
|
|
583
|
+
Ze(r) && (T = r.ref, cr(r)), Ie(r) && (Le(r.key), M = "" + r.key), Y = r.__self === void 0 ? null : r.__self, H = r.__source === void 0 ? null : r.__source;
|
|
584
584
|
for (o in r)
|
|
585
585
|
Ye.call(r, o) && !Be.hasOwnProperty(o) && (v[o] = r[o]);
|
|
586
586
|
}
|
|
@@ -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 (M || T) {
|
|
601
601
|
var ve = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
602
|
-
|
|
602
|
+
M && Tr(v, ve), T && ur(v, ve);
|
|
603
603
|
}
|
|
604
|
-
return Ue(e,
|
|
604
|
+
return Ue(e, M, T, Y, H, ie.current, v);
|
|
605
605
|
}
|
|
606
606
|
function jr(e, r) {
|
|
607
607
|
var a = Ue(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
|
|
@@ -610,9 +610,9 @@ function pn() {
|
|
|
610
610
|
function Or(e, r, a) {
|
|
611
611
|
if (e == null)
|
|
612
612
|
throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
|
|
613
|
-
var o, v = i({}, e.props),
|
|
613
|
+
var o, v = i({}, e.props), M = e.key, T = e.ref, Y = e._self, H = e._source, re = e._owner;
|
|
614
614
|
if (r != null) {
|
|
615
|
-
Ze(r) && (
|
|
615
|
+
Ze(r) && (T = 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)
|
|
@@ -626,10 +626,10 @@ 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, M, T, Y, H, re, v);
|
|
630
630
|
}
|
|
631
631
|
function De(e) {
|
|
632
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
632
|
+
return typeof e == "object" && e !== null && e.$$typeof === h;
|
|
633
633
|
}
|
|
634
634
|
var lr = ".", Pr = ":";
|
|
635
635
|
function kr(e) {
|
|
@@ -649,25 +649,25 @@ function pn() {
|
|
|
649
649
|
return typeof e == "object" && e !== null && e.key != null ? (Le(e.key), kr("" + e.key)) : r.toString(36);
|
|
650
650
|
}
|
|
651
651
|
function Ne(e, r, a, o, v) {
|
|
652
|
-
var
|
|
653
|
-
(
|
|
654
|
-
var
|
|
652
|
+
var M = typeof e;
|
|
653
|
+
(M === "undefined" || M === "boolean") && (e = null);
|
|
654
|
+
var T = !1;
|
|
655
655
|
if (e === null)
|
|
656
|
-
|
|
656
|
+
T = !0;
|
|
657
657
|
else
|
|
658
|
-
switch (
|
|
658
|
+
switch (M) {
|
|
659
659
|
case "string":
|
|
660
660
|
case "number":
|
|
661
|
-
|
|
661
|
+
T = !0;
|
|
662
662
|
break;
|
|
663
663
|
case "object":
|
|
664
664
|
switch (e.$$typeof) {
|
|
665
|
-
case
|
|
665
|
+
case h:
|
|
666
666
|
case k:
|
|
667
|
-
|
|
667
|
+
T = !0;
|
|
668
668
|
}
|
|
669
669
|
}
|
|
670
|
-
if (
|
|
670
|
+
if (T) {
|
|
671
671
|
var Y = e, H = v(Y), re = o === "" ? lr + Ve(Y, 0) : o;
|
|
672
672
|
if (he(H)) {
|
|
673
673
|
var ae = "";
|
|
@@ -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 = be + Ve(oe, cn++), ve += Ne(oe, r, a, ue, v);
|
|
702
|
-
} else if (
|
|
702
|
+
} else if (M === "object") {
|
|
703
703
|
var xt = String(e);
|
|
704
704
|
throw new Error("Objects are not valid as a React child (found: " + (xt === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : xt) + "). If you meant to render a collection of children, use an array instead.");
|
|
705
705
|
}
|
|
@@ -710,8 +710,8 @@ function pn() {
|
|
|
710
710
|
if (e == null)
|
|
711
711
|
return e;
|
|
712
712
|
var o = [], v = 0;
|
|
713
|
-
return Ne(e, o, "", "", function(
|
|
714
|
-
return r.call(a,
|
|
713
|
+
return Ne(e, o, "", "", function(M) {
|
|
714
|
+
return r.call(a, M, v++);
|
|
715
715
|
}), o;
|
|
716
716
|
}
|
|
717
717
|
function Ar(e) {
|
|
@@ -756,62 +756,62 @@ function pn() {
|
|
|
756
756
|
_globalName: null
|
|
757
757
|
};
|
|
758
758
|
r.Provider = {
|
|
759
|
-
$$typeof:
|
|
759
|
+
$$typeof: A,
|
|
760
760
|
_context: r
|
|
761
761
|
};
|
|
762
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
|
-
return o || (o = !0,
|
|
771
|
+
return o || (o = !0, O("Rendering <Context.Consumer.Provider> is not supported and will be removed in a future major release. Did you mean to render <Context.Provider> instead?")), r.Provider;
|
|
772
772
|
},
|
|
773
|
-
set: function(
|
|
774
|
-
r.Provider =
|
|
773
|
+
set: function(T) {
|
|
774
|
+
r.Provider = T;
|
|
775
775
|
}
|
|
776
776
|
},
|
|
777
777
|
_currentValue: {
|
|
778
778
|
get: function() {
|
|
779
779
|
return r._currentValue;
|
|
780
780
|
},
|
|
781
|
-
set: function(
|
|
782
|
-
r._currentValue =
|
|
781
|
+
set: function(T) {
|
|
782
|
+
r._currentValue = T;
|
|
783
783
|
}
|
|
784
784
|
},
|
|
785
785
|
_currentValue2: {
|
|
786
786
|
get: function() {
|
|
787
787
|
return r._currentValue2;
|
|
788
788
|
},
|
|
789
|
-
set: function(
|
|
790
|
-
r._currentValue2 =
|
|
789
|
+
set: function(T) {
|
|
790
|
+
r._currentValue2 = T;
|
|
791
791
|
}
|
|
792
792
|
},
|
|
793
793
|
_threadCount: {
|
|
794
794
|
get: function() {
|
|
795
795
|
return r._threadCount;
|
|
796
796
|
},
|
|
797
|
-
set: function(
|
|
798
|
-
r._threadCount =
|
|
797
|
+
set: function(T) {
|
|
798
|
+
r._threadCount = T;
|
|
799
799
|
}
|
|
800
800
|
},
|
|
801
801
|
Consumer: {
|
|
802
802
|
get: function() {
|
|
803
|
-
return a || (a = !0,
|
|
803
|
+
return a || (a = !0, O("Rendering <Context.Consumer.Consumer> is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?")), r.Consumer;
|
|
804
804
|
}
|
|
805
805
|
},
|
|
806
806
|
displayName: {
|
|
807
807
|
get: function() {
|
|
808
808
|
return r.displayName;
|
|
809
809
|
},
|
|
810
|
-
set: function(
|
|
811
|
-
v || (ce("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.",
|
|
810
|
+
set: function(T) {
|
|
811
|
+
v || (ce("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", T), 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
|
}
|
|
@@ -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(M) {
|
|
823
823
|
if (e._status === Xe || e._status === ze) {
|
|
824
|
-
var
|
|
825
|
-
|
|
824
|
+
var T = e;
|
|
825
|
+
T._status = Qe, T._result = M;
|
|
826
826
|
}
|
|
827
|
-
}, function(
|
|
827
|
+
}, function(M) {
|
|
828
828
|
if (e._status === Xe || e._status === ze) {
|
|
829
|
-
var
|
|
830
|
-
|
|
829
|
+
var T = e;
|
|
830
|
+
T._status = yr, T._result = M;
|
|
831
831
|
}
|
|
832
832
|
}), e._status === ze) {
|
|
833
833
|
var o = e;
|
|
@@ -836,12 +836,12 @@ function pn() {
|
|
|
836
836
|
}
|
|
837
837
|
if (e._status === Qe) {
|
|
838
838
|
var v = e._result;
|
|
839
|
-
return v === void 0 &&
|
|
839
|
+
return v === void 0 && O(`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?`, v), "default" in v ||
|
|
844
|
+
Did you accidentally put curly braces around the import?`, v), "default" in v || O(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
845
845
|
|
|
846
846
|
Your code should look like:
|
|
847
847
|
const MyComponent = lazy(() => import('./MyComponent'))`, v), v.default;
|
|
@@ -866,8 +866,8 @@ Your code should look like:
|
|
|
866
866
|
get: function() {
|
|
867
867
|
return o;
|
|
868
868
|
},
|
|
869
|
-
set: function(
|
|
870
|
-
|
|
869
|
+
set: function(M) {
|
|
870
|
+
O("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
|
}
|
|
@@ -877,8 +877,8 @@ Your code should look like:
|
|
|
877
877
|
get: function() {
|
|
878
878
|
return v;
|
|
879
879
|
},
|
|
880
|
-
set: function(
|
|
881
|
-
|
|
880
|
+
set: function(M) {
|
|
881
|
+
O("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 === I ?
|
|
891
|
+
e != null && e.$$typeof === I ? O("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).") : typeof e != "function" ? O("forwardRef requires a render function but was given %s.", e === null ? "null" : typeof e) : e.length !== 0 && e.length !== 2 && O("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) && O("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?");
|
|
892
892
|
var r = {
|
|
893
893
|
$$typeof: _,
|
|
894
894
|
render: e
|
|
@@ -911,14 +911,14 @@ Your code should look like:
|
|
|
911
911
|
var hr;
|
|
912
912
|
hr = Symbol.for("react.module.reference");
|
|
913
913
|
function t(e) {
|
|
914
|
-
return !!(typeof e == "string" || typeof e == "function" || e ===
|
|
914
|
+
return !!(typeof e == "string" || typeof e == "function" || e === C || e === x || fe || e === N || e === $ || e === U || pe || e === F || xe || je || Te || typeof e == "object" && e !== null && (e.$$typeof === G || e.$$typeof === I || e.$$typeof === A || e.$$typeof === L || e.$$typeof === _ || // This needs to include all possible module reference object
|
|
915
915
|
// types supported by any Flight configuration anywhere since
|
|
916
916
|
// we don't know which Flight build this will end up being used
|
|
917
917
|
// with.
|
|
918
918
|
e.$$typeof === hr || e.getModuleId !== void 0));
|
|
919
919
|
}
|
|
920
920
|
function c(e, r) {
|
|
921
|
-
t(e) ||
|
|
921
|
+
t(e) || O("memo: The first argument must be a component. Instead received: %s", e === null ? "null" : typeof e);
|
|
922
922
|
var a = {
|
|
923
923
|
$$typeof: I,
|
|
924
924
|
type: e,
|
|
@@ -941,7 +941,7 @@ Your code should look like:
|
|
|
941
941
|
}
|
|
942
942
|
function d() {
|
|
943
943
|
var e = ne.current;
|
|
944
|
-
return e === null &&
|
|
944
|
+
return e === null && O(`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)
|
|
946
946
|
2. You might be breaking the Rules of Hooks
|
|
947
947
|
3. You might have more than one copy of React in the same app
|
|
@@ -951,7 +951,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
951
951
|
var r = d();
|
|
952
952
|
if (e._context !== void 0) {
|
|
953
953
|
var a = e._context;
|
|
954
|
-
a.Consumer === e ?
|
|
954
|
+
a.Consumer === e ? O("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 && O("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?");
|
|
955
955
|
}
|
|
956
956
|
return r.useContext(e);
|
|
957
957
|
}
|
|
@@ -1072,7 +1072,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1072
1072
|
})
|
|
1073
1073
|
});
|
|
1074
1074
|
}
|
|
1075
|
-
rr < 0 &&
|
|
1075
|
+
rr < 0 && O("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1076
1076
|
}
|
|
1077
1077
|
}
|
|
1078
1078
|
var Lr = de.ReactCurrentDispatcher, Wr;
|
|
@@ -1106,31 +1106,31 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1106
1106
|
Yr = !0;
|
|
1107
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
|
-
var
|
|
1113
|
+
var T = function() {
|
|
1114
1114
|
throw Error();
|
|
1115
1115
|
};
|
|
1116
|
-
if (Object.defineProperty(
|
|
1116
|
+
if (Object.defineProperty(T.prototype, "props", {
|
|
1117
1117
|
set: function() {
|
|
1118
1118
|
throw Error();
|
|
1119
1119
|
}
|
|
1120
1120
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1121
1121
|
try {
|
|
1122
|
-
Reflect.construct(
|
|
1122
|
+
Reflect.construct(T, []);
|
|
1123
1123
|
} catch (be) {
|
|
1124
1124
|
o = be;
|
|
1125
1125
|
}
|
|
1126
|
-
Reflect.construct(e, [],
|
|
1126
|
+
Reflect.construct(e, [], T);
|
|
1127
1127
|
} else {
|
|
1128
1128
|
try {
|
|
1129
|
-
|
|
1129
|
+
T.call();
|
|
1130
1130
|
} catch (be) {
|
|
1131
1131
|
o = be;
|
|
1132
1132
|
}
|
|
1133
|
-
e.call(
|
|
1133
|
+
e.call(T.prototype);
|
|
1134
1134
|
}
|
|
1135
1135
|
} else {
|
|
1136
1136
|
try {
|
|
@@ -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
|
-
Yr = !1, Lr.current =
|
|
1163
|
+
Yr = !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" && br.set(e, ve), ve;
|
|
@@ -1180,7 +1180,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1180
1180
|
if (typeof e == "string")
|
|
1181
1181
|
return mr(e);
|
|
1182
1182
|
switch (e) {
|
|
1183
|
-
case
|
|
1183
|
+
case $:
|
|
1184
1184
|
return mr("Suspense");
|
|
1185
1185
|
case U:
|
|
1186
1186
|
return mr("SuspenseList");
|
|
@@ -1192,9 +1192,9 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1192
1192
|
case I:
|
|
1193
1193
|
return gr(e.type, r, a);
|
|
1194
1194
|
case G: {
|
|
1195
|
-
var o = e, v = o._payload,
|
|
1195
|
+
var o = e, v = o._payload, M = o._init;
|
|
1196
1196
|
try {
|
|
1197
|
-
return gr(
|
|
1197
|
+
return gr(M(v), r, a);
|
|
1198
1198
|
} catch {
|
|
1199
1199
|
}
|
|
1200
1200
|
}
|
|
@@ -1211,20 +1211,20 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1211
1211
|
}
|
|
1212
1212
|
function Ht(e, r, a, o, v) {
|
|
1213
1213
|
{
|
|
1214
|
-
var
|
|
1215
|
-
for (var
|
|
1216
|
-
if (
|
|
1214
|
+
var M = Function.call.bind(Ye);
|
|
1215
|
+
for (var T in e)
|
|
1216
|
+
if (M(e, T)) {
|
|
1217
1217
|
var Y = void 0;
|
|
1218
1218
|
try {
|
|
1219
|
-
if (typeof e[
|
|
1220
|
-
var H = Error((o || "React class") + ": " + a + " type `" +
|
|
1219
|
+
if (typeof e[T] != "function") {
|
|
1220
|
+
var H = Error((o || "React class") + ": " + a + " type `" + T + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[T] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1221
1221
|
throw H.name = "Invariant Violation", H;
|
|
1222
1222
|
}
|
|
1223
|
-
Y = e[
|
|
1223
|
+
Y = e[T](r, T, o, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1224
1224
|
} catch (re) {
|
|
1225
1225
|
Y = re;
|
|
1226
1226
|
}
|
|
1227
|
-
Y && !(Y instanceof Error) && (_r(v),
|
|
1227
|
+
Y && !(Y instanceof Error) && (_r(v), O("%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, T, typeof Y), _r(null)), Y instanceof Error && !(Y.message in ft) && (ft[Y.message] = !0, _r(v), O("Failed %s type: %s", a, Y.message), _r(null));
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
1230
|
}
|
|
@@ -1277,7 +1277,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1277
1277
|
if (!vt[a]) {
|
|
1278
1278
|
vt[a] = !0;
|
|
1279
1279
|
var o = "";
|
|
1280
|
-
e && e._owner && e._owner !== ie.current && (o = " It was passed a child from " + Oe(e._owner.type) + "."), Ke(e),
|
|
1280
|
+
e && e._owner && e._owner !== ie.current && (o = " It was passed a child from " + Oe(e._owner.type) + "."), Ke(e), O('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, o), Ke(null);
|
|
1281
1281
|
}
|
|
1282
1282
|
}
|
|
1283
1283
|
}
|
|
@@ -1293,8 +1293,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1293
1293
|
else if (e) {
|
|
1294
1294
|
var v = J(e);
|
|
1295
1295
|
if (typeof v == "function" && v !== e.entries)
|
|
1296
|
-
for (var
|
|
1297
|
-
De(
|
|
1296
|
+
for (var M = v.call(e), T; !(T = M.next()).done; )
|
|
1297
|
+
De(T.value) && yt(T.value, r);
|
|
1298
1298
|
}
|
|
1299
1299
|
}
|
|
1300
1300
|
}
|
|
@@ -1318,9 +1318,9 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1318
1318
|
} else if (r.PropTypes !== void 0 && !Ur) {
|
|
1319
1319
|
Ur = !0;
|
|
1320
1320
|
var v = Oe(r);
|
|
1321
|
-
|
|
1321
|
+
O("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", v || "Unknown");
|
|
1322
1322
|
}
|
|
1323
|
-
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved &&
|
|
1323
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && O("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1324
1324
|
}
|
|
1325
1325
|
}
|
|
1326
1326
|
function Xt(e) {
|
|
@@ -1328,11 +1328,11 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1328
1328
|
for (var r = Object.keys(e.props), a = 0; a < r.length; a++) {
|
|
1329
1329
|
var o = r[a];
|
|
1330
1330
|
if (o !== "children" && o !== "key") {
|
|
1331
|
-
Ke(e),
|
|
1331
|
+
Ke(e), O("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", o), Ke(null);
|
|
1332
1332
|
break;
|
|
1333
1333
|
}
|
|
1334
1334
|
}
|
|
1335
|
-
e.ref !== null && (Ke(e),
|
|
1335
|
+
e.ref !== null && (Ke(e), O("Invalid attribute `ref` supplied to `React.Fragment`."), Ke(null));
|
|
1336
1336
|
}
|
|
1337
1337
|
}
|
|
1338
1338
|
function bt(e, r, a) {
|
|
@@ -1340,10 +1340,10 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1340
1340
|
if (!o) {
|
|
1341
1341
|
var v = "";
|
|
1342
1342
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (v += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
1343
|
-
var
|
|
1344
|
-
|
|
1345
|
-
var
|
|
1346
|
-
e === null ?
|
|
1343
|
+
var M = Jt(r);
|
|
1344
|
+
M ? v += M : v += pt();
|
|
1345
|
+
var T;
|
|
1346
|
+
e === null ? T = "null" : he(e) ? T = "array" : e !== void 0 && e.$$typeof === h ? (T = "<" + (Oe(e.type) || "Unknown") + " />", v = " Did you accidentally export a JSX literal instead of a component?") : T = typeof e, O("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", T, v);
|
|
1347
1347
|
}
|
|
1348
1348
|
var Y = Sr.apply(this, arguments);
|
|
1349
1349
|
if (Y == null)
|
|
@@ -1351,7 +1351,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1351
1351
|
if (o)
|
|
1352
1352
|
for (var H = 2; H < arguments.length; H++)
|
|
1353
1353
|
ht(arguments[H], e);
|
|
1354
|
-
return e ===
|
|
1354
|
+
return e === C ? Xt(Y) : mt(Y), Y;
|
|
1355
1355
|
}
|
|
1356
1356
|
var gt = !1;
|
|
1357
1357
|
function Qt(e) {
|
|
@@ -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 = u && u[r];
|
|
1392
|
+
Er = a.call(u, "timers").setImmediate;
|
|
1393
1393
|
} catch {
|
|
1394
1394
|
Er = function(v) {
|
|
1395
|
-
_t === !1 && (_t = !0, typeof MessageChannel > "u" &&
|
|
1396
|
-
var
|
|
1397
|
-
|
|
1395
|
+
_t === !1 && (_t = !0, typeof MessageChannel > "u" && O("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 M = new MessageChannel();
|
|
1397
|
+
M.port1.onmessage = v, M.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 M = o, T = !1, Y = {
|
|
1420
1420
|
then: function(ue, ve) {
|
|
1421
|
-
|
|
1421
|
+
T = !0, M.then(function(be) {
|
|
1422
1422
|
Rr(r), Je === 0 ? Vr(be, ue, ve) : ue(be);
|
|
1423
1423
|
}, function(be) {
|
|
1424
1424
|
Rr(r), ve(be);
|
|
@@ -1427,7 +1427,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1427
1427
|
};
|
|
1428
1428
|
return !Et && typeof Promise < "u" && Promise.resolve().then(function() {
|
|
1429
1429
|
}).then(function() {
|
|
1430
|
-
|
|
1430
|
+
T || (Et = !0, O("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"));
|
|
1431
1431
|
}), Y;
|
|
1432
1432
|
} else {
|
|
1433
1433
|
var H = o;
|
|
@@ -1452,7 +1452,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1452
1452
|
}
|
|
1453
1453
|
}
|
|
1454
1454
|
function Rr(e) {
|
|
1455
|
-
e !== Je - 1 &&
|
|
1455
|
+
e !== Je - 1 && O("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "), Je = e;
|
|
1456
1456
|
}
|
|
1457
1457
|
function Vr(e, r, a) {
|
|
1458
1458
|
{
|
|
@@ -1496,7 +1496,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1496
1496
|
toArray: $r,
|
|
1497
1497
|
only: pr
|
|
1498
1498
|
};
|
|
1499
|
-
|
|
1499
|
+
f.Children = sn, f.Component = y, f.Fragment = C, f.Profiler = x, f.PureComponent = P, f.StrictMode = N, f.Suspense = $, f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = de, f.act = Rt, f.cloneElement = an, f.createContext = vr, f.createElement = nn, f.createFactory = on, f.createRef = ye, f.forwardRef = Dr, f.isValidElement = De, f.lazy = Ir, f.memo = c, f.startTransition = rn, f.unstable_act = Rt, f.useCallback = le, f.useContext = W, f.useDebugValue = Ae, f.useDeferredValue = er, f.useEffect = q, f.useId = Nr, f.useImperativeHandle = Me, f.useInsertionEffect = me, f.useLayoutEffect = se, f.useMemo = Re, f.useReducer = ee, f.useRef = B, f.useState = K, f.useSyncExternalStore = Mr, f.useTransition = ge, f.version = j, 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 (Ot)
|
|
1519
1519
|
return tr;
|
|
1520
1520
|
Ot = 1;
|
|
1521
|
-
var
|
|
1522
|
-
function
|
|
1523
|
-
var _,
|
|
1524
|
-
L !== void 0 && (U = "" + L),
|
|
1525
|
-
for (_ in
|
|
1526
|
-
|
|
1527
|
-
if (
|
|
1528
|
-
for (_ in
|
|
1529
|
-
|
|
1530
|
-
return { $$typeof:
|
|
1521
|
+
var u = Wt(), f = Symbol.for("react.element"), j = Symbol.for("react.fragment"), h = Object.prototype.hasOwnProperty, k = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, C = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
1522
|
+
function N(x, A, L) {
|
|
1523
|
+
var _, $ = {}, U = null, I = null;
|
|
1524
|
+
L !== void 0 && (U = "" + L), A.key !== void 0 && (U = "" + A.key), A.ref !== void 0 && (I = A.ref);
|
|
1525
|
+
for (_ in A)
|
|
1526
|
+
h.call(A, _) && !C.hasOwnProperty(_) && ($[_] = A[_]);
|
|
1527
|
+
if (x && x.defaultProps)
|
|
1528
|
+
for (_ in A = x.defaultProps, A)
|
|
1529
|
+
$[_] === void 0 && ($[_] = A[_]);
|
|
1530
|
+
return { $$typeof: f, type: x, key: U, ref: I, props: $, _owner: k.current };
|
|
1531
1531
|
}
|
|
1532
|
-
return tr.Fragment =
|
|
1532
|
+
return tr.Fragment = j, tr.jsx = N, tr.jsxs = N, tr;
|
|
1533
1533
|
}
|
|
1534
1534
|
var nr = {};
|
|
1535
1535
|
/**
|
|
@@ -1544,14 +1544,14 @@ 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 u = Wt(), f = Symbol.for("react.element"), j = Symbol.for("react.portal"), h = Symbol.for("react.fragment"), k = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), N = Symbol.for("react.provider"), x = Symbol.for("react.context"), A = Symbol.for("react.forward_ref"), L = Symbol.for("react.suspense"), _ = Symbol.for("react.suspense_list"), $ = Symbol.for("react.memo"), U = Symbol.for("react.lazy"), I = Symbol.for("react.offscreen"), G = Symbol.iterator, F = "@@iterator";
|
|
1548
1548
|
function V(t) {
|
|
1549
1549
|
if (t === null || typeof t != "object")
|
|
1550
1550
|
return null;
|
|
1551
|
-
var c = G && t[G] || t[
|
|
1551
|
+
var c = G && t[G] || t[F];
|
|
1552
1552
|
return typeof c == "function" ? c : null;
|
|
1553
1553
|
}
|
|
1554
|
-
var te =
|
|
1554
|
+
var te = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
1555
1555
|
function J(t) {
|
|
1556
1556
|
{
|
|
1557
1557
|
for (var c = arguments.length, d = new Array(c > 1 ? c - 1 : 0), W = 1; W < c; W++)
|
|
@@ -1572,7 +1572,7 @@ 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 xe(t) {
|
|
1575
|
-
return !!(typeof t == "string" || typeof t == "function" || t ===
|
|
1575
|
+
return !!(typeof t == "string" || typeof t == "function" || t === h || t === C || we || t === k || t === L || t === _ || Ee || t === I || Z || p || ie || typeof t == "object" && t !== null && (t.$$typeof === U || t.$$typeof === $ || t.$$typeof === N || t.$$typeof === x || 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.
|
|
@@ -1596,11 +1596,11 @@ function yn() {
|
|
|
1596
1596
|
if (typeof t == "string")
|
|
1597
1597
|
return t;
|
|
1598
1598
|
switch (t) {
|
|
1599
|
-
case
|
|
1599
|
+
case h:
|
|
1600
1600
|
return "Fragment";
|
|
1601
|
-
case
|
|
1601
|
+
case j:
|
|
1602
1602
|
return "Portal";
|
|
1603
|
-
case
|
|
1603
|
+
case C:
|
|
1604
1604
|
return "Profiler";
|
|
1605
1605
|
case k:
|
|
1606
1606
|
return "StrictMode";
|
|
@@ -1611,15 +1611,15 @@ function yn() {
|
|
|
1611
1611
|
}
|
|
1612
1612
|
if (typeof t == "object")
|
|
1613
1613
|
switch (t.$$typeof) {
|
|
1614
|
-
case
|
|
1614
|
+
case x:
|
|
1615
1615
|
var c = t;
|
|
1616
1616
|
return Te(c) + ".Consumer";
|
|
1617
|
-
case
|
|
1617
|
+
case N:
|
|
1618
1618
|
var d = t;
|
|
1619
1619
|
return Te(d._context) + ".Provider";
|
|
1620
|
-
case F:
|
|
1621
|
-
return je(t, t.render, "ForwardRef");
|
|
1622
1620
|
case A:
|
|
1621
|
+
return je(t, t.render, "ForwardRef");
|
|
1622
|
+
case $:
|
|
1623
1623
|
var W = t.displayName || null;
|
|
1624
1624
|
return W !== null ? W : pe(t.type) || "Memo";
|
|
1625
1625
|
case U: {
|
|
@@ -1633,18 +1633,18 @@ function yn() {
|
|
|
1633
1633
|
}
|
|
1634
1634
|
return null;
|
|
1635
1635
|
}
|
|
1636
|
-
var fe = Object.assign, de = 0, ce,
|
|
1637
|
-
function
|
|
1636
|
+
var fe = Object.assign, de = 0, ce, O, _e, Se, l, n, i;
|
|
1637
|
+
function m() {
|
|
1638
1638
|
}
|
|
1639
|
-
|
|
1639
|
+
m.__reactDisabledLog = !0;
|
|
1640
1640
|
function y() {
|
|
1641
1641
|
{
|
|
1642
1642
|
if (de === 0) {
|
|
1643
|
-
ce = console.log,
|
|
1643
|
+
ce = console.log, O = console.info, _e = console.warn, Se = console.error, l = console.group, n = console.groupCollapsed, i = console.groupEnd;
|
|
1644
1644
|
var t = {
|
|
1645
1645
|
configurable: !0,
|
|
1646
1646
|
enumerable: !0,
|
|
1647
|
-
value:
|
|
1647
|
+
value: m,
|
|
1648
1648
|
writable: !0
|
|
1649
1649
|
};
|
|
1650
1650
|
Object.defineProperties(console, {
|
|
@@ -1673,7 +1673,7 @@ function yn() {
|
|
|
1673
1673
|
value: ce
|
|
1674
1674
|
}),
|
|
1675
1675
|
info: fe({}, t, {
|
|
1676
|
-
value:
|
|
1676
|
+
value: O
|
|
1677
1677
|
}),
|
|
1678
1678
|
warn: fe({}, t, {
|
|
1679
1679
|
value: _e
|
|
@@ -1682,7 +1682,7 @@ function yn() {
|
|
|
1682
1682
|
value: Se
|
|
1683
1683
|
}),
|
|
1684
1684
|
group: fe({}, t, {
|
|
1685
|
-
value:
|
|
1685
|
+
value: l
|
|
1686
1686
|
}),
|
|
1687
1687
|
groupCollapsed: fe({}, t, {
|
|
1688
1688
|
value: n
|
|
@@ -1696,7 +1696,7 @@ function yn() {
|
|
|
1696
1696
|
}
|
|
1697
1697
|
}
|
|
1698
1698
|
var R = te.ReactCurrentDispatcher, w;
|
|
1699
|
-
function
|
|
1699
|
+
function S(t, c, d) {
|
|
1700
1700
|
{
|
|
1701
1701
|
if (w === void 0)
|
|
1702
1702
|
try {
|
|
@@ -1709,13 +1709,13 @@ function yn() {
|
|
|
1709
1709
|
` + w + t;
|
|
1710
1710
|
}
|
|
1711
1711
|
}
|
|
1712
|
-
var
|
|
1712
|
+
var P = !1, D;
|
|
1713
1713
|
{
|
|
1714
1714
|
var ye = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1715
1715
|
D = new ye();
|
|
1716
1716
|
}
|
|
1717
|
-
function
|
|
1718
|
-
if (!t ||
|
|
1717
|
+
function b(t, c) {
|
|
1718
|
+
if (!t || P)
|
|
1719
1719
|
return "";
|
|
1720
1720
|
{
|
|
1721
1721
|
var d = D.get(t);
|
|
@@ -1723,7 +1723,7 @@ function yn() {
|
|
|
1723
1723
|
return d;
|
|
1724
1724
|
}
|
|
1725
1725
|
var W;
|
|
1726
|
-
|
|
1726
|
+
P = !0;
|
|
1727
1727
|
var K = Error.prepareStackTrace;
|
|
1728
1728
|
Error.prepareStackTrace = void 0;
|
|
1729
1729
|
var ee;
|
|
@@ -1780,13 +1780,13 @@ function yn() {
|
|
|
1780
1780
|
}
|
|
1781
1781
|
}
|
|
1782
1782
|
} finally {
|
|
1783
|
-
|
|
1783
|
+
P = !1, R.current = ee, E(), Error.prepareStackTrace = K;
|
|
1784
1784
|
}
|
|
1785
|
-
var Me = t ? t.displayName || t.name : "", Ae = Me ?
|
|
1785
|
+
var Me = t ? t.displayName || t.name : "", Ae = Me ? S(Me) : "";
|
|
1786
1786
|
return typeof t == "function" && D.set(t, Ae), Ae;
|
|
1787
1787
|
}
|
|
1788
1788
|
function he(t, c, d) {
|
|
1789
|
-
return
|
|
1789
|
+
return b(t, !1);
|
|
1790
1790
|
}
|
|
1791
1791
|
function $e(t) {
|
|
1792
1792
|
var c = t.prototype;
|
|
@@ -1796,20 +1796,20 @@ function yn() {
|
|
|
1796
1796
|
if (t == null)
|
|
1797
1797
|
return "";
|
|
1798
1798
|
if (typeof t == "function")
|
|
1799
|
-
return
|
|
1799
|
+
return b(t, $e(t));
|
|
1800
1800
|
if (typeof t == "string")
|
|
1801
|
-
return
|
|
1801
|
+
return S(t);
|
|
1802
1802
|
switch (t) {
|
|
1803
1803
|
case L:
|
|
1804
|
-
return
|
|
1804
|
+
return S("Suspense");
|
|
1805
1805
|
case _:
|
|
1806
|
-
return
|
|
1806
|
+
return S("SuspenseList");
|
|
1807
1807
|
}
|
|
1808
1808
|
if (typeof t == "object")
|
|
1809
1809
|
switch (t.$$typeof) {
|
|
1810
|
-
case F:
|
|
1811
|
-
return he(t.render);
|
|
1812
1810
|
case A:
|
|
1811
|
+
return he(t.render);
|
|
1812
|
+
case $:
|
|
1813
1813
|
return Pe(t.type, c, d);
|
|
1814
1814
|
case U: {
|
|
1815
1815
|
var W = t, K = W._payload, ee = W._init;
|
|
@@ -1926,7 +1926,7 @@ function yn() {
|
|
|
1926
1926
|
var Pr = function(t, c, d, W, K, ee, B) {
|
|
1927
1927
|
var q = {
|
|
1928
1928
|
// This tag allows us to uniquely identify this as a React Element
|
|
1929
|
-
$$typeof:
|
|
1929
|
+
$$typeof: f,
|
|
1930
1930
|
// Built-in properties that belong on the element
|
|
1931
1931
|
type: t,
|
|
1932
1932
|
key: c,
|
|
@@ -1981,7 +1981,7 @@ function yn() {
|
|
|
1981
1981
|
var Ve;
|
|
1982
1982
|
Ve = !1;
|
|
1983
1983
|
function Ne(t) {
|
|
1984
|
-
return typeof t == "object" && t !== null && t.$$typeof ===
|
|
1984
|
+
return typeof t == "object" && t !== null && t.$$typeof === f;
|
|
1985
1985
|
}
|
|
1986
1986
|
function qe() {
|
|
1987
1987
|
{
|
|
@@ -2059,9 +2059,9 @@ Check the top-level render call using <` + d + ">.");
|
|
|
2059
2059
|
var d;
|
|
2060
2060
|
if (typeof c == "function")
|
|
2061
2061
|
d = c.propTypes;
|
|
2062
|
-
else if (typeof c == "object" && (c.$$typeof ===
|
|
2062
|
+
else if (typeof c == "object" && (c.$$typeof === A || // Note: Memo only checks outer props here.
|
|
2063
2063
|
// Inner props are checked in the reconciler.
|
|
2064
|
-
c.$$typeof ===
|
|
2064
|
+
c.$$typeof === $))
|
|
2065
2065
|
d = c.propTypes;
|
|
2066
2066
|
else
|
|
2067
2067
|
return;
|
|
@@ -2098,7 +2098,7 @@ Check the top-level render call using <` + d + ">.");
|
|
|
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 === f ? (se = "<" + (pe(t.type) || "Unknown") + " />", q = " Did you accidentally export a JSX literal instead of a component?") : se = typeof t, J("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", se, q);
|
|
2102
2102
|
}
|
|
2103
2103
|
var le = kr(t, c, d, K, ee);
|
|
2104
2104
|
if (le == null)
|
|
@@ -2130,7 +2130,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2130
2130
|
<%s key={someKey} {...props} />`, er, Ae, Nr, Ae), Qe[Ae + er] = !0;
|
|
2131
2131
|
}
|
|
2132
2132
|
}
|
|
2133
|
-
return t ===
|
|
2133
|
+
return t === h ? Xe(le) : ze(le), le;
|
|
2134
2134
|
}
|
|
2135
2135
|
}
|
|
2136
2136
|
function Fr(t, c, d) {
|
|
@@ -2140,11 +2140,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2140
2140
|
return yr(t, c, d, !1);
|
|
2141
2141
|
}
|
|
2142
2142
|
var Dr = Ir, hr = Fr;
|
|
2143
|
-
nr.Fragment =
|
|
2143
|
+
nr.Fragment = h, 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 s = Qr.exports, et = { exports: {} }, xr = { exports: {} }, X = {};
|
|
2148
2148
|
/** @license React v16.13.1
|
|
2149
2149
|
* react-is.production.min.js
|
|
2150
2150
|
*
|
|
@@ -2158,33 +2158,33 @@ function hn() {
|
|
|
2158
2158
|
if (kt)
|
|
2159
2159
|
return X;
|
|
2160
2160
|
kt = 1;
|
|
2161
|
-
var
|
|
2161
|
+
var u = typeof Symbol == "function" && Symbol.for, f = u ? Symbol.for("react.element") : 60103, j = u ? Symbol.for("react.portal") : 60106, h = u ? Symbol.for("react.fragment") : 60107, k = u ? Symbol.for("react.strict_mode") : 60108, C = u ? Symbol.for("react.profiler") : 60114, N = u ? Symbol.for("react.provider") : 60109, x = u ? Symbol.for("react.context") : 60110, A = u ? Symbol.for("react.async_mode") : 60111, L = u ? Symbol.for("react.concurrent_mode") : 60111, _ = u ? Symbol.for("react.forward_ref") : 60112, $ = u ? Symbol.for("react.suspense") : 60113, U = u ? Symbol.for("react.suspense_list") : 60120, I = u ? Symbol.for("react.memo") : 60115, G = u ? Symbol.for("react.lazy") : 60116, F = u ? Symbol.for("react.block") : 60121, V = u ? Symbol.for("react.fundamental") : 60117, te = u ? Symbol.for("react.responder") : 60118, J = u ? Symbol.for("react.scope") : 60119;
|
|
2162
2162
|
function ne(p) {
|
|
2163
2163
|
if (typeof p == "object" && p !== null) {
|
|
2164
2164
|
var ie = p.$$typeof;
|
|
2165
2165
|
switch (ie) {
|
|
2166
|
-
case
|
|
2166
|
+
case f:
|
|
2167
2167
|
switch (p = p.type, p) {
|
|
2168
|
-
case
|
|
2168
|
+
case A:
|
|
2169
2169
|
case L:
|
|
2170
|
-
case
|
|
2171
|
-
case
|
|
2170
|
+
case h:
|
|
2171
|
+
case C:
|
|
2172
2172
|
case k:
|
|
2173
|
-
case
|
|
2173
|
+
case $:
|
|
2174
2174
|
return p;
|
|
2175
2175
|
default:
|
|
2176
2176
|
switch (p = p && p.$$typeof, p) {
|
|
2177
|
-
case
|
|
2177
|
+
case x:
|
|
2178
2178
|
case _:
|
|
2179
2179
|
case G:
|
|
2180
2180
|
case I:
|
|
2181
|
-
case
|
|
2181
|
+
case N:
|
|
2182
2182
|
return p;
|
|
2183
2183
|
default:
|
|
2184
2184
|
return ie;
|
|
2185
2185
|
}
|
|
2186
2186
|
}
|
|
2187
|
-
case
|
|
2187
|
+
case j:
|
|
2188
2188
|
return ie;
|
|
2189
2189
|
}
|
|
2190
2190
|
}
|
|
@@ -2192,32 +2192,32 @@ function hn() {
|
|
|
2192
2192
|
function Z(p) {
|
|
2193
2193
|
return ne(p) === L;
|
|
2194
2194
|
}
|
|
2195
|
-
return X.AsyncMode =
|
|
2196
|
-
return Z(p) || ne(p) ===
|
|
2195
|
+
return X.AsyncMode = A, X.ConcurrentMode = L, X.ContextConsumer = x, X.ContextProvider = N, X.Element = f, X.ForwardRef = _, X.Fragment = h, X.Lazy = G, X.Memo = I, X.Portal = j, X.Profiler = C, X.StrictMode = k, X.Suspense = $, X.isAsyncMode = function(p) {
|
|
2196
|
+
return Z(p) || ne(p) === A;
|
|
2197
2197
|
}, X.isConcurrentMode = Z, X.isContextConsumer = function(p) {
|
|
2198
|
-
return ne(p) ===
|
|
2198
|
+
return ne(p) === x;
|
|
2199
2199
|
}, X.isContextProvider = function(p) {
|
|
2200
|
-
return ne(p) ===
|
|
2200
|
+
return ne(p) === N;
|
|
2201
2201
|
}, X.isElement = function(p) {
|
|
2202
|
-
return typeof p == "object" && p !== null && p.$$typeof ===
|
|
2202
|
+
return typeof p == "object" && p !== null && p.$$typeof === f;
|
|
2203
2203
|
}, X.isForwardRef = function(p) {
|
|
2204
2204
|
return ne(p) === _;
|
|
2205
2205
|
}, X.isFragment = function(p) {
|
|
2206
|
-
return ne(p) ===
|
|
2206
|
+
return ne(p) === h;
|
|
2207
2207
|
}, X.isLazy = function(p) {
|
|
2208
2208
|
return ne(p) === G;
|
|
2209
2209
|
}, X.isMemo = function(p) {
|
|
2210
2210
|
return ne(p) === I;
|
|
2211
2211
|
}, X.isPortal = function(p) {
|
|
2212
|
-
return ne(p) ===
|
|
2212
|
+
return ne(p) === j;
|
|
2213
2213
|
}, X.isProfiler = function(p) {
|
|
2214
|
-
return ne(p) ===
|
|
2214
|
+
return ne(p) === C;
|
|
2215
2215
|
}, X.isStrictMode = function(p) {
|
|
2216
2216
|
return ne(p) === k;
|
|
2217
2217
|
}, X.isSuspense = function(p) {
|
|
2218
|
-
return ne(p) ===
|
|
2218
|
+
return ne(p) === $;
|
|
2219
2219
|
}, X.isValidElementType = function(p) {
|
|
2220
|
-
return typeof p == "string" || typeof p == "function" || p ===
|
|
2220
|
+
return typeof p == "string" || typeof p == "function" || p === h || p === L || p === C || p === k || p === $ || p === U || typeof p == "object" && p !== null && (p.$$typeof === G || p.$$typeof === I || p.$$typeof === N || p.$$typeof === x || p.$$typeof === _ || p.$$typeof === V || p.$$typeof === te || p.$$typeof === J || p.$$typeof === F);
|
|
2221
2221
|
}, X.typeOf = ne, X;
|
|
2222
2222
|
}
|
|
2223
2223
|
var Q = {};
|
|
@@ -2232,84 +2232,84 @@ var Q = {};
|
|
|
2232
2232
|
var At;
|
|
2233
2233
|
function mn() {
|
|
2234
2234
|
return At || (At = 1, process.env.NODE_ENV !== "production" && function() {
|
|
2235
|
-
var
|
|
2236
|
-
function ne(
|
|
2237
|
-
return typeof
|
|
2238
|
-
|
|
2239
|
-
}
|
|
2240
|
-
function Z(
|
|
2241
|
-
if (typeof
|
|
2242
|
-
var he =
|
|
2235
|
+
var u = typeof Symbol == "function" && Symbol.for, f = u ? Symbol.for("react.element") : 60103, j = u ? Symbol.for("react.portal") : 60106, h = u ? Symbol.for("react.fragment") : 60107, k = u ? Symbol.for("react.strict_mode") : 60108, C = u ? Symbol.for("react.profiler") : 60114, N = u ? Symbol.for("react.provider") : 60109, x = u ? Symbol.for("react.context") : 60110, A = u ? Symbol.for("react.async_mode") : 60111, L = u ? Symbol.for("react.concurrent_mode") : 60111, _ = u ? Symbol.for("react.forward_ref") : 60112, $ = u ? Symbol.for("react.suspense") : 60113, U = u ? Symbol.for("react.suspense_list") : 60120, I = u ? Symbol.for("react.memo") : 60115, G = u ? Symbol.for("react.lazy") : 60116, F = u ? Symbol.for("react.block") : 60121, V = u ? Symbol.for("react.fundamental") : 60117, te = u ? Symbol.for("react.responder") : 60118, J = u ? Symbol.for("react.scope") : 60119;
|
|
2236
|
+
function ne(b) {
|
|
2237
|
+
return typeof b == "string" || typeof b == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
2238
|
+
b === h || b === L || b === C || b === k || b === $ || b === U || typeof b == "object" && b !== null && (b.$$typeof === G || b.$$typeof === I || b.$$typeof === N || b.$$typeof === x || b.$$typeof === _ || b.$$typeof === V || b.$$typeof === te || b.$$typeof === J || b.$$typeof === F);
|
|
2239
|
+
}
|
|
2240
|
+
function Z(b) {
|
|
2241
|
+
if (typeof b == "object" && b !== null) {
|
|
2242
|
+
var he = b.$$typeof;
|
|
2243
2243
|
switch (he) {
|
|
2244
|
-
case
|
|
2245
|
-
var $e =
|
|
2244
|
+
case f:
|
|
2245
|
+
var $e = b.type;
|
|
2246
2246
|
switch ($e) {
|
|
2247
|
-
case
|
|
2247
|
+
case A:
|
|
2248
2248
|
case L:
|
|
2249
|
-
case
|
|
2250
|
-
case
|
|
2249
|
+
case h:
|
|
2250
|
+
case C:
|
|
2251
2251
|
case k:
|
|
2252
|
-
case
|
|
2252
|
+
case $:
|
|
2253
2253
|
return $e;
|
|
2254
2254
|
default:
|
|
2255
2255
|
var Pe = $e && $e.$$typeof;
|
|
2256
2256
|
switch (Pe) {
|
|
2257
|
-
case
|
|
2257
|
+
case x:
|
|
2258
2258
|
case _:
|
|
2259
2259
|
case G:
|
|
2260
2260
|
case I:
|
|
2261
|
-
case
|
|
2261
|
+
case N:
|
|
2262
2262
|
return Pe;
|
|
2263
2263
|
default:
|
|
2264
2264
|
return he;
|
|
2265
2265
|
}
|
|
2266
2266
|
}
|
|
2267
|
-
case
|
|
2267
|
+
case j:
|
|
2268
2268
|
return he;
|
|
2269
2269
|
}
|
|
2270
2270
|
}
|
|
2271
2271
|
}
|
|
2272
|
-
var p =
|
|
2273
|
-
function Se(
|
|
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.")),
|
|
2272
|
+
var p = A, ie = L, Ee = x, we = N, Ce = f, xe = _, je = h, Te = G, pe = I, fe = j, de = C, ce = k, O = $, _e = !1;
|
|
2273
|
+
function Se(b) {
|
|
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.")), l(b) || Z(b) === A;
|
|
2275
2275
|
}
|
|
2276
|
-
function
|
|
2277
|
-
return Z(
|
|
2276
|
+
function l(b) {
|
|
2277
|
+
return Z(b) === L;
|
|
2278
2278
|
}
|
|
2279
|
-
function n(
|
|
2280
|
-
return Z(
|
|
2279
|
+
function n(b) {
|
|
2280
|
+
return Z(b) === x;
|
|
2281
2281
|
}
|
|
2282
|
-
function i(
|
|
2283
|
-
return Z(
|
|
2282
|
+
function i(b) {
|
|
2283
|
+
return Z(b) === N;
|
|
2284
2284
|
}
|
|
2285
|
-
function
|
|
2286
|
-
return typeof
|
|
2285
|
+
function m(b) {
|
|
2286
|
+
return typeof b == "object" && b !== null && b.$$typeof === f;
|
|
2287
2287
|
}
|
|
2288
|
-
function y(
|
|
2289
|
-
return Z(
|
|
2288
|
+
function y(b) {
|
|
2289
|
+
return Z(b) === _;
|
|
2290
2290
|
}
|
|
2291
|
-
function E(
|
|
2292
|
-
return Z(
|
|
2291
|
+
function E(b) {
|
|
2292
|
+
return Z(b) === h;
|
|
2293
2293
|
}
|
|
2294
|
-
function R(
|
|
2295
|
-
return Z(
|
|
2294
|
+
function R(b) {
|
|
2295
|
+
return Z(b) === G;
|
|
2296
2296
|
}
|
|
2297
|
-
function w(
|
|
2298
|
-
return Z(
|
|
2297
|
+
function w(b) {
|
|
2298
|
+
return Z(b) === I;
|
|
2299
2299
|
}
|
|
2300
|
-
function
|
|
2301
|
-
return Z(
|
|
2300
|
+
function S(b) {
|
|
2301
|
+
return Z(b) === j;
|
|
2302
2302
|
}
|
|
2303
|
-
function
|
|
2304
|
-
return Z(
|
|
2303
|
+
function P(b) {
|
|
2304
|
+
return Z(b) === C;
|
|
2305
2305
|
}
|
|
2306
|
-
function D(
|
|
2307
|
-
return Z(
|
|
2306
|
+
function D(b) {
|
|
2307
|
+
return Z(b) === k;
|
|
2308
2308
|
}
|
|
2309
|
-
function ye(
|
|
2310
|
-
return Z(
|
|
2309
|
+
function ye(b) {
|
|
2310
|
+
return Z(b) === $;
|
|
2311
2311
|
}
|
|
2312
|
-
Q.AsyncMode = p, Q.ConcurrentMode = ie, Q.ContextConsumer = Ee, Q.ContextProvider = we, Q.Element = Ce, Q.ForwardRef = xe, Q.Fragment = je, Q.Lazy = Te, Q.Memo = pe, Q.Portal = fe, Q.Profiler = de, Q.StrictMode = ce, Q.Suspense =
|
|
2312
|
+
Q.AsyncMode = p, Q.ConcurrentMode = ie, Q.ContextConsumer = Ee, Q.ContextProvider = we, Q.Element = Ce, Q.ForwardRef = xe, Q.Fragment = je, Q.Lazy = Te, Q.Memo = pe, Q.Portal = fe, Q.Profiler = de, Q.StrictMode = ce, Q.Suspense = O, Q.isAsyncMode = Se, Q.isConcurrentMode = l, Q.isContextConsumer = n, Q.isContextProvider = i, Q.isElement = m, Q.isForwardRef = y, Q.isFragment = E, Q.isLazy = R, Q.isMemo = w, Q.isPortal = S, Q.isProfiler = P, Q.isStrictMode = D, Q.isSuspense = ye, Q.isValidElementType = ne, Q.typeOf = Z;
|
|
2313
2313
|
}()), Q;
|
|
2314
2314
|
}
|
|
2315
2315
|
var $t;
|
|
@@ -2326,25 +2326,25 @@ function bn() {
|
|
|
2326
2326
|
if (Ft)
|
|
2327
2327
|
return Gr;
|
|
2328
2328
|
Ft = 1;
|
|
2329
|
-
var
|
|
2330
|
-
function
|
|
2331
|
-
if (
|
|
2329
|
+
var u = Object.getOwnPropertySymbols, f = Object.prototype.hasOwnProperty, j = Object.prototype.propertyIsEnumerable;
|
|
2330
|
+
function h(C) {
|
|
2331
|
+
if (C == null)
|
|
2332
2332
|
throw new TypeError("Object.assign cannot be called with null or undefined");
|
|
2333
|
-
return Object(
|
|
2333
|
+
return Object(C);
|
|
2334
2334
|
}
|
|
2335
2335
|
function k() {
|
|
2336
2336
|
try {
|
|
2337
2337
|
if (!Object.assign)
|
|
2338
2338
|
return !1;
|
|
2339
|
-
var
|
|
2340
|
-
if (
|
|
2339
|
+
var C = new String("abc");
|
|
2340
|
+
if (C[5] = "de", Object.getOwnPropertyNames(C)[0] === "5")
|
|
2341
2341
|
return !1;
|
|
2342
|
-
for (var
|
|
2343
|
-
|
|
2344
|
-
var
|
|
2345
|
-
return
|
|
2342
|
+
for (var N = {}, x = 0; x < 10; x++)
|
|
2343
|
+
N["_" + String.fromCharCode(x)] = x;
|
|
2344
|
+
var A = Object.getOwnPropertyNames(N).map(function(_) {
|
|
2345
|
+
return N[_];
|
|
2346
2346
|
});
|
|
2347
|
-
if (
|
|
2347
|
+
if (A.join("") !== "0123456789")
|
|
2348
2348
|
return !1;
|
|
2349
2349
|
var L = {};
|
|
2350
2350
|
return "abcdefghijklmnopqrst".split("").forEach(function(_) {
|
|
@@ -2354,18 +2354,18 @@ function bn() {
|
|
|
2354
2354
|
return !1;
|
|
2355
2355
|
}
|
|
2356
2356
|
}
|
|
2357
|
-
return Gr = k() ? Object.assign : function(
|
|
2358
|
-
for (var
|
|
2359
|
-
|
|
2360
|
-
for (var
|
|
2361
|
-
|
|
2362
|
-
if (
|
|
2363
|
-
L =
|
|
2357
|
+
return Gr = k() ? Object.assign : function(C, N) {
|
|
2358
|
+
for (var x, A = h(C), L, _ = 1; _ < arguments.length; _++) {
|
|
2359
|
+
x = Object(arguments[_]);
|
|
2360
|
+
for (var $ in x)
|
|
2361
|
+
f.call(x, $) && (A[$] = x[$]);
|
|
2362
|
+
if (u) {
|
|
2363
|
+
L = u(x);
|
|
2364
2364
|
for (var U = 0; U < L.length; U++)
|
|
2365
|
-
|
|
2365
|
+
j.call(x, L[U]) && (A[L[U]] = x[L[U]]);
|
|
2366
2366
|
}
|
|
2367
2367
|
}
|
|
2368
|
-
return
|
|
2368
|
+
return A;
|
|
2369
2369
|
}, Gr;
|
|
2370
2370
|
}
|
|
2371
2371
|
var Hr, It;
|
|
@@ -2373,8 +2373,8 @@ function rt() {
|
|
|
2373
2373
|
if (It)
|
|
2374
2374
|
return Hr;
|
|
2375
2375
|
It = 1;
|
|
2376
|
-
var
|
|
2377
|
-
return Hr =
|
|
2376
|
+
var u = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
2377
|
+
return Hr = u, Hr;
|
|
2378
2378
|
}
|
|
2379
2379
|
var Kr, Dt;
|
|
2380
2380
|
function Ut() {
|
|
@@ -2385,49 +2385,49 @@ function gn() {
|
|
|
2385
2385
|
if (Nt)
|
|
2386
2386
|
return Jr;
|
|
2387
2387
|
Nt = 1;
|
|
2388
|
-
var
|
|
2388
|
+
var u = function() {
|
|
2389
2389
|
};
|
|
2390
2390
|
if (process.env.NODE_ENV !== "production") {
|
|
2391
|
-
var
|
|
2392
|
-
|
|
2393
|
-
var
|
|
2394
|
-
typeof console < "u" && console.error(
|
|
2391
|
+
var f = rt(), j = {}, h = Ut();
|
|
2392
|
+
u = function(C) {
|
|
2393
|
+
var N = "Warning: " + C;
|
|
2394
|
+
typeof console < "u" && console.error(N);
|
|
2395
2395
|
try {
|
|
2396
|
-
throw new Error(
|
|
2396
|
+
throw new Error(N);
|
|
2397
2397
|
} catch {
|
|
2398
2398
|
}
|
|
2399
2399
|
};
|
|
2400
2400
|
}
|
|
2401
|
-
function k(
|
|
2401
|
+
function k(C, N, x, A, L) {
|
|
2402
2402
|
if (process.env.NODE_ENV !== "production") {
|
|
2403
|
-
for (var _ in
|
|
2404
|
-
if (
|
|
2405
|
-
var
|
|
2403
|
+
for (var _ in C)
|
|
2404
|
+
if (h(C, _)) {
|
|
2405
|
+
var $;
|
|
2406
2406
|
try {
|
|
2407
|
-
if (typeof
|
|
2407
|
+
if (typeof C[_] != "function") {
|
|
2408
2408
|
var U = Error(
|
|
2409
|
-
(
|
|
2409
|
+
(A || "React class") + ": " + x + " type `" + _ + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof C[_] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
|
|
2410
2410
|
);
|
|
2411
2411
|
throw U.name = "Invariant Violation", U;
|
|
2412
2412
|
}
|
|
2413
|
-
|
|
2413
|
+
$ = C[_](N, _, A, x, null, f);
|
|
2414
2414
|
} catch (G) {
|
|
2415
|
-
|
|
2415
|
+
$ = G;
|
|
2416
2416
|
}
|
|
2417
|
-
if (
|
|
2418
|
-
(
|
|
2419
|
-
),
|
|
2420
|
-
|
|
2417
|
+
if ($ && !($ instanceof Error) && u(
|
|
2418
|
+
(A || "React class") + ": type specification of " + x + " `" + _ + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof $ + ". 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
|
+
), $ instanceof Error && !($.message in j)) {
|
|
2420
|
+
j[$.message] = !0;
|
|
2421
2421
|
var I = L ? L() : "";
|
|
2422
|
-
|
|
2423
|
-
"Failed " +
|
|
2422
|
+
u(
|
|
2423
|
+
"Failed " + x + " type: " + $.message + (I ?? "")
|
|
2424
2424
|
);
|
|
2425
2425
|
}
|
|
2426
2426
|
}
|
|
2427
2427
|
}
|
|
2428
2428
|
}
|
|
2429
2429
|
return k.resetWarningCache = function() {
|
|
2430
|
-
process.env.NODE_ENV !== "production" && (
|
|
2430
|
+
process.env.NODE_ENV !== "production" && (j = {});
|
|
2431
2431
|
}, Jr = k, Jr;
|
|
2432
2432
|
}
|
|
2433
2433
|
var Zr, Mt;
|
|
@@ -2435,23 +2435,23 @@ function _n() {
|
|
|
2435
2435
|
if (Mt)
|
|
2436
2436
|
return Zr;
|
|
2437
2437
|
Mt = 1;
|
|
2438
|
-
var
|
|
2438
|
+
var u = Yt(), f = bn(), j = rt(), h = Ut(), k = gn(), C = function() {
|
|
2439
2439
|
};
|
|
2440
|
-
process.env.NODE_ENV !== "production" && (
|
|
2441
|
-
var
|
|
2442
|
-
typeof console < "u" && console.error(
|
|
2440
|
+
process.env.NODE_ENV !== "production" && (C = function(x) {
|
|
2441
|
+
var A = "Warning: " + x;
|
|
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
|
-
function
|
|
2448
|
+
function N() {
|
|
2449
2449
|
return null;
|
|
2450
2450
|
}
|
|
2451
|
-
return Zr = function(
|
|
2451
|
+
return Zr = function(x, A) {
|
|
2452
2452
|
var L = typeof Symbol == "function" && Symbol.iterator, _ = "@@iterator";
|
|
2453
|
-
function
|
|
2454
|
-
var n =
|
|
2453
|
+
function $(l) {
|
|
2454
|
+
var n = l && (L && l[L] || l[_]);
|
|
2455
2455
|
if (typeof n == "function")
|
|
2456
2456
|
return n;
|
|
2457
2457
|
}
|
|
@@ -2476,44 +2476,44 @@ function _n() {
|
|
|
2476
2476
|
shape: Te,
|
|
2477
2477
|
exact: pe
|
|
2478
2478
|
};
|
|
2479
|
-
function G(
|
|
2480
|
-
return
|
|
2479
|
+
function G(l, n) {
|
|
2480
|
+
return l === n ? l !== 0 || 1 / l === 1 / n : l !== l && n !== n;
|
|
2481
2481
|
}
|
|
2482
|
-
function
|
|
2483
|
-
this.message =
|
|
2482
|
+
function F(l, n) {
|
|
2483
|
+
this.message = l, this.data = n && typeof n == "object" ? n : {}, this.stack = "";
|
|
2484
2484
|
}
|
|
2485
|
-
|
|
2486
|
-
function V(
|
|
2485
|
+
F.prototype = Error.prototype;
|
|
2486
|
+
function V(l) {
|
|
2487
2487
|
if (process.env.NODE_ENV !== "production")
|
|
2488
2488
|
var n = {}, i = 0;
|
|
2489
|
-
function
|
|
2490
|
-
if (
|
|
2491
|
-
if (
|
|
2492
|
-
var
|
|
2489
|
+
function m(E, R, w, S, P, D, ye) {
|
|
2490
|
+
if (S = S || U, D = D || w, ye !== j) {
|
|
2491
|
+
if (A) {
|
|
2492
|
+
var b = 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
|
);
|
|
2495
|
-
throw
|
|
2495
|
+
throw b.name = "Invariant Violation", b;
|
|
2496
2496
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
2497
|
-
var he =
|
|
2497
|
+
var he = S + ":" + w;
|
|
2498
2498
|
!n[he] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
2499
|
-
i < 3 && (
|
|
2500
|
-
"You are manually calling a React.PropTypes validation function for the `" + D + "` prop on `" +
|
|
2499
|
+
i < 3 && (C(
|
|
2500
|
+
"You are manually calling a React.PropTypes validation function for the `" + D + "` prop on `" + S + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
2501
2501
|
), n[he] = !0, i++);
|
|
2502
2502
|
}
|
|
2503
2503
|
}
|
|
2504
|
-
return R[w] == null ? E ? R[w] === null ? new
|
|
2504
|
+
return R[w] == null ? E ? R[w] === null ? new F("The " + P + " `" + D + "` is marked as required " + ("in `" + S + "`, but its value is `null`.")) : new F("The " + P + " `" + D + "` is marked as required in " + ("`" + S + "`, but its value is `undefined`.")) : null : l(R, w, S, P, D);
|
|
2505
2505
|
}
|
|
2506
|
-
var y =
|
|
2507
|
-
return y.isRequired =
|
|
2506
|
+
var y = m.bind(null, !1);
|
|
2507
|
+
return y.isRequired = m.bind(null, !0), y;
|
|
2508
2508
|
}
|
|
2509
|
-
function te(
|
|
2510
|
-
function n(i,
|
|
2511
|
-
var
|
|
2512
|
-
if (
|
|
2513
|
-
var D = S
|
|
2514
|
-
return new
|
|
2515
|
-
"Invalid " + E + " `" + R + "` of type " + ("`" + D + "` supplied to `" + y + "`, expected ") + ("`" +
|
|
2516
|
-
{ expectedType:
|
|
2509
|
+
function te(l) {
|
|
2510
|
+
function n(i, m, y, E, R, w) {
|
|
2511
|
+
var S = i[m], P = ce(S);
|
|
2512
|
+
if (P !== l) {
|
|
2513
|
+
var D = O(S);
|
|
2514
|
+
return new F(
|
|
2515
|
+
"Invalid " + E + " `" + R + "` of type " + ("`" + D + "` supplied to `" + y + "`, expected ") + ("`" + l + "`."),
|
|
2516
|
+
{ expectedType: l }
|
|
2517
2517
|
);
|
|
2518
2518
|
}
|
|
2519
2519
|
return null;
|
|
@@ -2521,19 +2521,19 @@ function _n() {
|
|
|
2521
2521
|
return V(n);
|
|
2522
2522
|
}
|
|
2523
2523
|
function J() {
|
|
2524
|
-
return V(
|
|
2524
|
+
return V(N);
|
|
2525
2525
|
}
|
|
2526
|
-
function ne(
|
|
2527
|
-
function n(i,
|
|
2528
|
-
if (typeof
|
|
2529
|
-
return new
|
|
2530
|
-
var w = i[
|
|
2526
|
+
function ne(l) {
|
|
2527
|
+
function n(i, m, y, E, R) {
|
|
2528
|
+
if (typeof l != "function")
|
|
2529
|
+
return new F("Property `" + R + "` of component `" + y + "` has invalid PropType notation inside arrayOf.");
|
|
2530
|
+
var w = i[m];
|
|
2531
2531
|
if (!Array.isArray(w)) {
|
|
2532
|
-
var
|
|
2533
|
-
return new
|
|
2532
|
+
var S = ce(w);
|
|
2533
|
+
return new F("Invalid " + E + " `" + R + "` of type " + ("`" + S + "` supplied to `" + y + "`, expected an array."));
|
|
2534
2534
|
}
|
|
2535
|
-
for (var
|
|
2536
|
-
var D =
|
|
2535
|
+
for (var P = 0; P < w.length; P++) {
|
|
2536
|
+
var D = l(w, P, y, E, R + "[" + P + "]", j);
|
|
2537
2537
|
if (D instanceof Error)
|
|
2538
2538
|
return D;
|
|
2539
2539
|
}
|
|
@@ -2542,64 +2542,64 @@ function _n() {
|
|
|
2542
2542
|
return V(n);
|
|
2543
2543
|
}
|
|
2544
2544
|
function Z() {
|
|
2545
|
-
function
|
|
2545
|
+
function l(n, i, m, y, E) {
|
|
2546
2546
|
var R = n[i];
|
|
2547
|
-
if (!
|
|
2547
|
+
if (!x(R)) {
|
|
2548
2548
|
var w = ce(R);
|
|
2549
|
-
return new
|
|
2549
|
+
return new F("Invalid " + y + " `" + E + "` of type " + ("`" + w + "` supplied to `" + m + "`, expected a single ReactElement."));
|
|
2550
2550
|
}
|
|
2551
2551
|
return null;
|
|
2552
2552
|
}
|
|
2553
|
-
return V(
|
|
2553
|
+
return V(l);
|
|
2554
2554
|
}
|
|
2555
2555
|
function p() {
|
|
2556
|
-
function
|
|
2556
|
+
function l(n, i, m, y, E) {
|
|
2557
2557
|
var R = n[i];
|
|
2558
|
-
if (!
|
|
2558
|
+
if (!u.isValidElementType(R)) {
|
|
2559
2559
|
var w = ce(R);
|
|
2560
|
-
return new
|
|
2560
|
+
return new F("Invalid " + y + " `" + E + "` of type " + ("`" + w + "` supplied to `" + m + "`, expected a single ReactElement type."));
|
|
2561
2561
|
}
|
|
2562
2562
|
return null;
|
|
2563
2563
|
}
|
|
2564
|
-
return V(
|
|
2564
|
+
return V(l);
|
|
2565
2565
|
}
|
|
2566
|
-
function ie(
|
|
2567
|
-
function n(i,
|
|
2568
|
-
if (!(i[
|
|
2569
|
-
var w =
|
|
2570
|
-
return new
|
|
2566
|
+
function ie(l) {
|
|
2567
|
+
function n(i, m, y, E, R) {
|
|
2568
|
+
if (!(i[m] instanceof l)) {
|
|
2569
|
+
var w = l.name || U, S = Se(i[m]);
|
|
2570
|
+
return new F("Invalid " + E + " `" + R + "` of type " + ("`" + S + "` supplied to `" + y + "`, expected ") + ("instance of `" + w + "`."));
|
|
2571
2571
|
}
|
|
2572
2572
|
return null;
|
|
2573
2573
|
}
|
|
2574
2574
|
return V(n);
|
|
2575
2575
|
}
|
|
2576
|
-
function Ee(
|
|
2577
|
-
if (!Array.isArray(
|
|
2578
|
-
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ?
|
|
2576
|
+
function Ee(l) {
|
|
2577
|
+
if (!Array.isArray(l))
|
|
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
|
-
) :
|
|
2581
|
-
function n(i,
|
|
2582
|
-
for (var w = i[
|
|
2583
|
-
if (G(w,
|
|
2580
|
+
) : C("Invalid argument supplied to oneOf, expected an array.")), N;
|
|
2581
|
+
function n(i, m, y, E, R) {
|
|
2582
|
+
for (var w = i[m], S = 0; S < l.length; S++)
|
|
2583
|
+
if (G(w, l[S]))
|
|
2584
2584
|
return null;
|
|
2585
|
-
var
|
|
2586
|
-
var he =
|
|
2587
|
-
return he === "symbol" ? String(
|
|
2585
|
+
var P = JSON.stringify(l, function(ye, b) {
|
|
2586
|
+
var he = O(b);
|
|
2587
|
+
return he === "symbol" ? String(b) : b;
|
|
2588
2588
|
});
|
|
2589
|
-
return new
|
|
2589
|
+
return new F("Invalid " + E + " `" + R + "` of value `" + String(w) + "` " + ("supplied to `" + y + "`, expected one of " + P + "."));
|
|
2590
2590
|
}
|
|
2591
2591
|
return V(n);
|
|
2592
2592
|
}
|
|
2593
|
-
function we(
|
|
2594
|
-
function n(i,
|
|
2595
|
-
if (typeof
|
|
2596
|
-
return new
|
|
2597
|
-
var w = i[
|
|
2598
|
-
if (
|
|
2599
|
-
return new
|
|
2600
|
-
for (var
|
|
2601
|
-
if (
|
|
2602
|
-
var D =
|
|
2593
|
+
function we(l) {
|
|
2594
|
+
function n(i, m, y, E, R) {
|
|
2595
|
+
if (typeof l != "function")
|
|
2596
|
+
return new F("Property `" + R + "` of component `" + y + "` has invalid PropType notation inside objectOf.");
|
|
2597
|
+
var w = i[m], S = ce(w);
|
|
2598
|
+
if (S !== "object")
|
|
2599
|
+
return new F("Invalid " + E + " `" + R + "` of type " + ("`" + S + "` supplied to `" + y + "`, expected an object."));
|
|
2600
|
+
for (var P in w)
|
|
2601
|
+
if (h(w, P)) {
|
|
2602
|
+
var D = l(w, P, y, E, R + "." + P, j);
|
|
2603
2603
|
if (D instanceof Error)
|
|
2604
2604
|
return D;
|
|
2605
2605
|
}
|
|
@@ -2607,49 +2607,49 @@ function _n() {
|
|
|
2607
2607
|
}
|
|
2608
2608
|
return V(n);
|
|
2609
2609
|
}
|
|
2610
|
-
function Ce(
|
|
2611
|
-
if (!Array.isArray(
|
|
2612
|
-
return process.env.NODE_ENV !== "production" &&
|
|
2613
|
-
for (var n = 0; n <
|
|
2614
|
-
var i =
|
|
2610
|
+
function Ce(l) {
|
|
2611
|
+
if (!Array.isArray(l))
|
|
2612
|
+
return process.env.NODE_ENV !== "production" && C("Invalid argument supplied to oneOfType, expected an instance of array."), N;
|
|
2613
|
+
for (var n = 0; n < l.length; n++) {
|
|
2614
|
+
var i = l[n];
|
|
2615
2615
|
if (typeof i != "function")
|
|
2616
|
-
return
|
|
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
|
+
), N;
|
|
2619
2619
|
}
|
|
2620
|
-
function
|
|
2621
|
-
for (var
|
|
2622
|
-
var ye =
|
|
2623
|
-
if (
|
|
2620
|
+
function m(y, E, R, w, S) {
|
|
2621
|
+
for (var P = [], D = 0; D < l.length; D++) {
|
|
2622
|
+
var ye = l[D], b = ye(y, E, R, w, S, j);
|
|
2623
|
+
if (b == null)
|
|
2624
2624
|
return null;
|
|
2625
|
-
|
|
2625
|
+
b.data && h(b.data, "expectedType") && P.push(b.data.expectedType);
|
|
2626
2626
|
}
|
|
2627
|
-
var he =
|
|
2628
|
-
return new
|
|
2627
|
+
var he = P.length > 0 ? ", expected one of type [" + P.join(", ") + "]" : "";
|
|
2628
|
+
return new F("Invalid " + w + " `" + S + "` supplied to " + ("`" + R + "`" + he + "."));
|
|
2629
2629
|
}
|
|
2630
|
-
return V(
|
|
2630
|
+
return V(m);
|
|
2631
2631
|
}
|
|
2632
2632
|
function xe() {
|
|
2633
|
-
function
|
|
2634
|
-
return fe(n[i]) ? null : new
|
|
2633
|
+
function l(n, i, m, y, E) {
|
|
2634
|
+
return fe(n[i]) ? null : new F("Invalid " + y + " `" + E + "` supplied to " + ("`" + m + "`, expected a ReactNode."));
|
|
2635
2635
|
}
|
|
2636
|
-
return V(
|
|
2636
|
+
return V(l);
|
|
2637
2637
|
}
|
|
2638
|
-
function je(
|
|
2639
|
-
return new
|
|
2640
|
-
(
|
|
2638
|
+
function je(l, n, i, m, y) {
|
|
2639
|
+
return new F(
|
|
2640
|
+
(l || "React class") + ": " + n + " type `" + i + "." + m + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + y + "`."
|
|
2641
2641
|
);
|
|
2642
2642
|
}
|
|
2643
|
-
function Te(
|
|
2644
|
-
function n(i,
|
|
2645
|
-
var w = i[
|
|
2646
|
-
if (
|
|
2647
|
-
return new
|
|
2648
|
-
for (var
|
|
2649
|
-
var D =
|
|
2643
|
+
function Te(l) {
|
|
2644
|
+
function n(i, m, y, E, R) {
|
|
2645
|
+
var w = i[m], S = ce(w);
|
|
2646
|
+
if (S !== "object")
|
|
2647
|
+
return new F("Invalid " + E + " `" + R + "` of type `" + S + "` " + ("supplied to `" + y + "`, expected `object`."));
|
|
2648
|
+
for (var P in l) {
|
|
2649
|
+
var D = l[P];
|
|
2650
2650
|
if (typeof D != "function")
|
|
2651
|
-
return je(y, E, R,
|
|
2652
|
-
var ye = D(w,
|
|
2651
|
+
return je(y, E, R, P, O(D));
|
|
2652
|
+
var ye = D(w, P, y, E, R + "." + P, j);
|
|
2653
2653
|
if (ye)
|
|
2654
2654
|
return ye;
|
|
2655
2655
|
}
|
|
@@ -2657,52 +2657,52 @@ function _n() {
|
|
|
2657
2657
|
}
|
|
2658
2658
|
return V(n);
|
|
2659
2659
|
}
|
|
2660
|
-
function pe(
|
|
2661
|
-
function n(i,
|
|
2662
|
-
var w = i[
|
|
2663
|
-
if (
|
|
2664
|
-
return new
|
|
2665
|
-
var
|
|
2666
|
-
for (var D in
|
|
2667
|
-
var ye =
|
|
2668
|
-
if (
|
|
2669
|
-
return je(y, E, R, D,
|
|
2660
|
+
function pe(l) {
|
|
2661
|
+
function n(i, m, y, E, R) {
|
|
2662
|
+
var w = i[m], S = ce(w);
|
|
2663
|
+
if (S !== "object")
|
|
2664
|
+
return new F("Invalid " + E + " `" + R + "` of type `" + S + "` " + ("supplied to `" + y + "`, expected `object`."));
|
|
2665
|
+
var P = f({}, i[m], l);
|
|
2666
|
+
for (var D in P) {
|
|
2667
|
+
var ye = l[D];
|
|
2668
|
+
if (h(l, D) && typeof ye != "function")
|
|
2669
|
+
return je(y, E, R, D, O(ye));
|
|
2670
2670
|
if (!ye)
|
|
2671
|
-
return new
|
|
2672
|
-
"Invalid " + E + " `" + R + "` key `" + D + "` supplied to `" + y + "`.\nBad object: " + JSON.stringify(i[
|
|
2673
|
-
Valid keys: ` + JSON.stringify(Object.keys(
|
|
2671
|
+
return new F(
|
|
2672
|
+
"Invalid " + E + " `" + R + "` key `" + D + "` supplied to `" + y + "`.\nBad object: " + JSON.stringify(i[m], null, " ") + `
|
|
2673
|
+
Valid keys: ` + JSON.stringify(Object.keys(l), null, " ")
|
|
2674
2674
|
);
|
|
2675
|
-
var
|
|
2676
|
-
if (
|
|
2677
|
-
return
|
|
2675
|
+
var b = ye(w, D, y, E, R + "." + D, j);
|
|
2676
|
+
if (b)
|
|
2677
|
+
return b;
|
|
2678
2678
|
}
|
|
2679
2679
|
return null;
|
|
2680
2680
|
}
|
|
2681
2681
|
return V(n);
|
|
2682
2682
|
}
|
|
2683
|
-
function fe(
|
|
2684
|
-
switch (typeof
|
|
2683
|
+
function fe(l) {
|
|
2684
|
+
switch (typeof l) {
|
|
2685
2685
|
case "number":
|
|
2686
2686
|
case "string":
|
|
2687
2687
|
case "undefined":
|
|
2688
2688
|
return !0;
|
|
2689
2689
|
case "boolean":
|
|
2690
|
-
return !
|
|
2690
|
+
return !l;
|
|
2691
2691
|
case "object":
|
|
2692
|
-
if (Array.isArray(
|
|
2693
|
-
return
|
|
2694
|
-
if (
|
|
2692
|
+
if (Array.isArray(l))
|
|
2693
|
+
return l.every(fe);
|
|
2694
|
+
if (l === null || x(l))
|
|
2695
2695
|
return !0;
|
|
2696
|
-
var n =
|
|
2696
|
+
var n = $(l);
|
|
2697
2697
|
if (n) {
|
|
2698
|
-
var i = n.call(
|
|
2699
|
-
if (n !==
|
|
2700
|
-
for (; !(
|
|
2701
|
-
if (!fe(
|
|
2698
|
+
var i = n.call(l), m;
|
|
2699
|
+
if (n !== l.entries) {
|
|
2700
|
+
for (; !(m = i.next()).done; )
|
|
2701
|
+
if (!fe(m.value))
|
|
2702
2702
|
return !1;
|
|
2703
2703
|
} else
|
|
2704
|
-
for (; !(
|
|
2705
|
-
var y =
|
|
2704
|
+
for (; !(m = i.next()).done; ) {
|
|
2705
|
+
var y = m.value;
|
|
2706
2706
|
if (y && !fe(y[1]))
|
|
2707
2707
|
return !1;
|
|
2708
2708
|
}
|
|
@@ -2713,27 +2713,27 @@ Valid keys: ` + JSON.stringify(Object.keys(f), null, " ")
|
|
|
2713
2713
|
return !1;
|
|
2714
2714
|
}
|
|
2715
2715
|
}
|
|
2716
|
-
function de(
|
|
2717
|
-
return
|
|
2716
|
+
function de(l, n) {
|
|
2717
|
+
return l === "symbol" ? !0 : n ? n["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && n instanceof Symbol : !1;
|
|
2718
2718
|
}
|
|
2719
|
-
function ce(
|
|
2720
|
-
var n = typeof
|
|
2721
|
-
return Array.isArray(
|
|
2719
|
+
function ce(l) {
|
|
2720
|
+
var n = typeof l;
|
|
2721
|
+
return Array.isArray(l) ? "array" : l instanceof RegExp ? "object" : de(n, l) ? "symbol" : n;
|
|
2722
2722
|
}
|
|
2723
|
-
function
|
|
2724
|
-
if (typeof
|
|
2725
|
-
return "" +
|
|
2726
|
-
var n = ce(
|
|
2723
|
+
function O(l) {
|
|
2724
|
+
if (typeof l > "u" || l === null)
|
|
2725
|
+
return "" + l;
|
|
2726
|
+
var n = ce(l);
|
|
2727
2727
|
if (n === "object") {
|
|
2728
|
-
if (
|
|
2728
|
+
if (l instanceof Date)
|
|
2729
2729
|
return "date";
|
|
2730
|
-
if (
|
|
2730
|
+
if (l instanceof RegExp)
|
|
2731
2731
|
return "regexp";
|
|
2732
2732
|
}
|
|
2733
2733
|
return n;
|
|
2734
2734
|
}
|
|
2735
|
-
function _e(
|
|
2736
|
-
var n =
|
|
2735
|
+
function _e(l) {
|
|
2736
|
+
var n = O(l);
|
|
2737
2737
|
switch (n) {
|
|
2738
2738
|
case "array":
|
|
2739
2739
|
case "object":
|
|
@@ -2746,8 +2746,8 @@ Valid keys: ` + JSON.stringify(Object.keys(f), null, " ")
|
|
|
2746
2746
|
return n;
|
|
2747
2747
|
}
|
|
2748
2748
|
}
|
|
2749
|
-
function Se(
|
|
2750
|
-
return !
|
|
2749
|
+
function Se(l) {
|
|
2750
|
+
return !l.constructor || !l.constructor.name ? U : l.constructor.name;
|
|
2751
2751
|
}
|
|
2752
2752
|
return I.checkPropTypes = k, I.resetWarningCache = k.resetWarningCache, I.PropTypes = I, I;
|
|
2753
2753
|
}, Zr;
|
|
@@ -2757,48 +2757,48 @@ function En() {
|
|
|
2757
2757
|
if (Lt)
|
|
2758
2758
|
return Xr;
|
|
2759
2759
|
Lt = 1;
|
|
2760
|
-
var
|
|
2761
|
-
function
|
|
2760
|
+
var u = rt();
|
|
2761
|
+
function f() {
|
|
2762
2762
|
}
|
|
2763
|
-
function
|
|
2763
|
+
function j() {
|
|
2764
2764
|
}
|
|
2765
|
-
return
|
|
2766
|
-
function
|
|
2767
|
-
if (
|
|
2765
|
+
return j.resetWarningCache = f, Xr = function() {
|
|
2766
|
+
function h(N, x, A, L, _, $) {
|
|
2767
|
+
if ($ !== u) {
|
|
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
|
);
|
|
2771
2771
|
throw U.name = "Invariant Violation", U;
|
|
2772
2772
|
}
|
|
2773
2773
|
}
|
|
2774
|
-
|
|
2774
|
+
h.isRequired = h;
|
|
2775
2775
|
function k() {
|
|
2776
|
-
return
|
|
2777
|
-
}
|
|
2778
|
-
var
|
|
2779
|
-
array:
|
|
2780
|
-
bigint:
|
|
2781
|
-
bool:
|
|
2782
|
-
func:
|
|
2783
|
-
number:
|
|
2784
|
-
object:
|
|
2785
|
-
string:
|
|
2786
|
-
symbol:
|
|
2787
|
-
any:
|
|
2776
|
+
return h;
|
|
2777
|
+
}
|
|
2778
|
+
var C = {
|
|
2779
|
+
array: h,
|
|
2780
|
+
bigint: h,
|
|
2781
|
+
bool: h,
|
|
2782
|
+
func: h,
|
|
2783
|
+
number: h,
|
|
2784
|
+
object: h,
|
|
2785
|
+
string: h,
|
|
2786
|
+
symbol: h,
|
|
2787
|
+
any: h,
|
|
2788
2788
|
arrayOf: k,
|
|
2789
|
-
element:
|
|
2790
|
-
elementType:
|
|
2789
|
+
element: h,
|
|
2790
|
+
elementType: h,
|
|
2791
2791
|
instanceOf: k,
|
|
2792
|
-
node:
|
|
2792
|
+
node: h,
|
|
2793
2793
|
objectOf: k,
|
|
2794
2794
|
oneOf: k,
|
|
2795
2795
|
oneOfType: k,
|
|
2796
2796
|
shape: k,
|
|
2797
2797
|
exact: k,
|
|
2798
|
-
checkPropTypes:
|
|
2799
|
-
resetWarningCache:
|
|
2798
|
+
checkPropTypes: j,
|
|
2799
|
+
resetWarningCache: f
|
|
2800
2800
|
};
|
|
2801
|
-
return
|
|
2801
|
+
return C.PropTypes = C, C;
|
|
2802
2802
|
}, Xr;
|
|
2803
2803
|
}
|
|
2804
2804
|
if (process.env.NODE_ENV !== "production") {
|
|
@@ -2807,20 +2807,20 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
2807
2807
|
} else
|
|
2808
2808
|
et.exports = En()();
|
|
2809
2809
|
var Cn = et.exports;
|
|
2810
|
-
const
|
|
2811
|
-
/* @__PURE__ */
|
|
2812
|
-
/* @__PURE__ */
|
|
2813
|
-
/* @__PURE__ */
|
|
2814
|
-
/* @__PURE__ */
|
|
2810
|
+
const g = /* @__PURE__ */ fn(Cn), xn = ({ title: u = "", id: f = "", children: j = /* @__PURE__ */ s.jsx("div", {}) }) => /* @__PURE__ */ s.jsxs("div", { className: "u-accordion", children: [
|
|
2811
|
+
/* @__PURE__ */ s.jsx("div", { className: "u-accordion-title", children: u }),
|
|
2812
|
+
/* @__PURE__ */ s.jsx("input", { className: "u-accordion-input", type: "checkbox", id: `u-accordion${f}` }),
|
|
2813
|
+
/* @__PURE__ */ s.jsx("label", { className: "u-accordion-toggle", htmlFor: `u-accordion${f}` }),
|
|
2814
|
+
/* @__PURE__ */ s.jsx("div", { className: "u-accordion-content", children: j })
|
|
2815
2815
|
] });
|
|
2816
2816
|
xn.propTypes = {
|
|
2817
|
-
title:
|
|
2818
|
-
id:
|
|
2819
|
-
children:
|
|
2817
|
+
title: g.string,
|
|
2818
|
+
id: g.string,
|
|
2819
|
+
children: g.node
|
|
2820
2820
|
};
|
|
2821
|
-
const Tn = ({ onClick:
|
|
2822
|
-
const _ = (
|
|
2823
|
-
switch (
|
|
2821
|
+
const Tn = ({ onClick: u, variant: f = "primary", size: j = "medium", type: h = "button", icon: k = "", iconLeft: C = !1, iconOnly: N = !1, iconSize: x, disabled: A = !1, children: L = "ОК" }) => {
|
|
2822
|
+
const _ = (F) => {
|
|
2823
|
+
switch (F) {
|
|
2824
2824
|
case "primary":
|
|
2825
2825
|
return "u-button";
|
|
2826
2826
|
case "danger":
|
|
@@ -2842,8 +2842,8 @@ const Tn = ({ onClick: s, variant: l = "primary", size: O = "medium", type: g =
|
|
|
2842
2842
|
case "text-danger-table":
|
|
2843
2843
|
return "u-button-text u-button-text-danger-table";
|
|
2844
2844
|
}
|
|
2845
|
-
},
|
|
2846
|
-
switch (
|
|
2845
|
+
}, $ = (F) => {
|
|
2846
|
+
switch (F) {
|
|
2847
2847
|
case "medium":
|
|
2848
2848
|
return "";
|
|
2849
2849
|
case "small":
|
|
@@ -2851,29 +2851,29 @@ const Tn = ({ onClick: s, variant: l = "primary", size: O = "medium", type: g =
|
|
|
2851
2851
|
default:
|
|
2852
2852
|
return "";
|
|
2853
2853
|
}
|
|
2854
|
-
}, U = (
|
|
2855
|
-
return /* @__PURE__ */
|
|
2854
|
+
}, U = (F, V) => F && ["text", "text-danger"].includes(V) ? " u-button-text-icon-left" : F ? " u-button-icon-left" : "", I = (F) => F ? " icon-only" : "", G = (F) => typeof F == "number" ? `${F}px` : String(F);
|
|
2855
|
+
return /* @__PURE__ */ s.jsxs(
|
|
2856
2856
|
"button",
|
|
2857
2857
|
{
|
|
2858
|
-
className: `${_(
|
|
2859
|
-
type:
|
|
2860
|
-
onClick:
|
|
2861
|
-
disabled:
|
|
2858
|
+
className: `${_(f)}${$(j)}${U(C, f)}`,
|
|
2859
|
+
type: h,
|
|
2860
|
+
onClick: u,
|
|
2861
|
+
disabled: A,
|
|
2862
2862
|
children: [
|
|
2863
|
-
!
|
|
2863
|
+
!N && f !== "icon" && L,
|
|
2864
2864
|
" ",
|
|
2865
|
-
k && /* @__PURE__ */
|
|
2865
|
+
k && /* @__PURE__ */ s.jsx("i", { style: x && { fontSize: G(x) }, className: `u-icon${I(N)} icon-${k}` })
|
|
2866
2866
|
]
|
|
2867
2867
|
}
|
|
2868
2868
|
);
|
|
2869
2869
|
};
|
|
2870
2870
|
Tn.propTypes = {
|
|
2871
|
-
variant:
|
|
2872
|
-
type:
|
|
2873
|
-
size:
|
|
2874
|
-
children:
|
|
2875
|
-
onClick:
|
|
2876
|
-
icon:
|
|
2871
|
+
variant: g.oneOf(["primary", "danger", "outline", "danger-outline", "simple", "icon", "text", "text-danger", "text-table", "text-danger-table"]),
|
|
2872
|
+
type: g.string,
|
|
2873
|
+
size: g.string,
|
|
2874
|
+
children: g.string,
|
|
2875
|
+
onClick: g.func,
|
|
2876
|
+
icon: g.oneOf([
|
|
2877
2877
|
"active",
|
|
2878
2878
|
"application",
|
|
2879
2879
|
"attention",
|
|
@@ -2965,32 +2965,32 @@ Tn.propTypes = {
|
|
|
2965
2965
|
])
|
|
2966
2966
|
};
|
|
2967
2967
|
const Sn = ({
|
|
2968
|
-
children:
|
|
2969
|
-
disabled:
|
|
2970
|
-
checked:
|
|
2971
|
-
rightCheckbox:
|
|
2968
|
+
children: u = /* @__PURE__ */ s.jsx("span", {}),
|
|
2969
|
+
disabled: f,
|
|
2970
|
+
checked: j,
|
|
2971
|
+
rightCheckbox: h = !1,
|
|
2972
2972
|
onClick: k
|
|
2973
|
-
}) => /* @__PURE__ */
|
|
2974
|
-
|
|
2975
|
-
/* @__PURE__ */
|
|
2976
|
-
/* @__PURE__ */
|
|
2977
|
-
!
|
|
2973
|
+
}) => /* @__PURE__ */ s.jsxs("label", { className: "u-checkbox", children: [
|
|
2974
|
+
h && /* @__PURE__ */ s.jsx(s.Fragment, { children: u }),
|
|
2975
|
+
/* @__PURE__ */ s.jsx("input", { checked: j, disabled: f, type: "checkbox", onClick: k }),
|
|
2976
|
+
/* @__PURE__ */ s.jsx("div", { className: "u-checkbox-input" }),
|
|
2977
|
+
!h && /* @__PURE__ */ s.jsx(s.Fragment, { children: u })
|
|
2978
2978
|
] });
|
|
2979
2979
|
Sn.propTypes = {
|
|
2980
|
-
children:
|
|
2981
|
-
disabled:
|
|
2982
|
-
checked:
|
|
2983
|
-
rightCheckbox:
|
|
2984
|
-
onChange:
|
|
2980
|
+
children: g.node,
|
|
2981
|
+
disabled: g.bool,
|
|
2982
|
+
checked: g.bool,
|
|
2983
|
+
rightCheckbox: g.bool,
|
|
2984
|
+
onChange: g.func
|
|
2985
2985
|
};
|
|
2986
|
-
const jn = ({ name:
|
|
2987
|
-
const
|
|
2988
|
-
return /* @__PURE__ */
|
|
2986
|
+
const jn = ({ name: u = "", size: f = "", color: j = "" }) => {
|
|
2987
|
+
const h = (k) => typeof k == "number" ? `${k}px` : String(k);
|
|
2988
|
+
return /* @__PURE__ */ s.jsx("i", { style: { fontSize: h(f), color: j }, className: `u-icon icon-${u}` });
|
|
2989
2989
|
};
|
|
2990
2990
|
jn.propTypes = {
|
|
2991
|
-
size:
|
|
2992
|
-
color:
|
|
2993
|
-
name:
|
|
2991
|
+
size: g.string,
|
|
2992
|
+
color: g.string,
|
|
2993
|
+
name: g.oneOf([
|
|
2994
2994
|
"active",
|
|
2995
2995
|
"application",
|
|
2996
2996
|
"attention",
|
|
@@ -3081,54 +3081,97 @@ jn.propTypes = {
|
|
|
3081
3081
|
"zip"
|
|
3082
3082
|
])
|
|
3083
3083
|
};
|
|
3084
|
-
const On = ({ title:
|
|
3085
|
-
const
|
|
3086
|
-
return /* @__PURE__ */
|
|
3084
|
+
const On = ({ title: u = "", defaultValue: f = "", onChange: j, required: h = !1, disabled: k = !1, lineUp: C = !1, rowGap: N = 4, columnGap: x = 20, styleInputContainer: A, styleTitle: L, styleInput: _ }) => {
|
|
3085
|
+
const $ = (U) => typeof U == "number" ? `${U}px` : String(U);
|
|
3086
|
+
return /* @__PURE__ */ s.jsxs(
|
|
3087
3087
|
"div",
|
|
3088
3088
|
{
|
|
3089
3089
|
className: "u-react-input-container",
|
|
3090
3090
|
style: Object.assign(
|
|
3091
3091
|
{
|
|
3092
3092
|
display: "flex",
|
|
3093
|
-
flexDirection:
|
|
3094
|
-
rowGap:
|
|
3095
|
-
columnGap:
|
|
3093
|
+
flexDirection: C ? "row" : "column",
|
|
3094
|
+
rowGap: C ? null : $(N),
|
|
3095
|
+
columnGap: C ? $(x) : null
|
|
3096
3096
|
},
|
|
3097
|
-
|
|
3097
|
+
A
|
|
3098
3098
|
),
|
|
3099
3099
|
children: [
|
|
3100
|
-
|
|
3100
|
+
u && /* @__PURE__ */ s.jsx(
|
|
3101
3101
|
"div",
|
|
3102
3102
|
{
|
|
3103
|
-
className: `${
|
|
3103
|
+
className: `${h && "u-required"} u-react-input-title`,
|
|
3104
3104
|
style: Object.assign(
|
|
3105
3105
|
{
|
|
3106
3106
|
color: "#545454"
|
|
3107
3107
|
},
|
|
3108
3108
|
L
|
|
3109
3109
|
),
|
|
3110
|
-
children:
|
|
3110
|
+
children: u
|
|
3111
3111
|
}
|
|
3112
3112
|
),
|
|
3113
|
-
/* @__PURE__ */
|
|
3113
|
+
/* @__PURE__ */ s.jsx("input", { className: "u-react-input u-input", style: _, type: "text", placeholder: "введите", value: f, disabled: k, onChange: j })
|
|
3114
3114
|
]
|
|
3115
3115
|
}
|
|
3116
3116
|
);
|
|
3117
3117
|
};
|
|
3118
3118
|
On.propTypes = {
|
|
3119
|
-
title:
|
|
3120
|
-
required:
|
|
3121
|
-
disabled:
|
|
3122
|
-
lineUp:
|
|
3123
|
-
rowGap:
|
|
3124
|
-
columnGap:
|
|
3125
|
-
styleInputContainer:
|
|
3126
|
-
styleTitle:
|
|
3127
|
-
styleInput:
|
|
3119
|
+
title: g.string,
|
|
3120
|
+
required: g.bool,
|
|
3121
|
+
disabled: g.bool,
|
|
3122
|
+
lineUp: g.bool,
|
|
3123
|
+
rowGap: g.bool,
|
|
3124
|
+
columnGap: g.bool,
|
|
3125
|
+
styleInputContainer: g.object,
|
|
3126
|
+
styleTitle: g.object,
|
|
3127
|
+
styleInput: g.object
|
|
3128
3128
|
};
|
|
3129
|
-
const Pn = ({
|
|
3130
|
-
|
|
3131
|
-
|
|
3129
|
+
const Pn = ({ onClickSection: u, onClickSwitchMenu: f, showMenu: j, menuData: h, activeSection: k, type: C = "collapsible", paddingUl: N = "32px 16px 32px 14px" }) => /* @__PURE__ */ s.jsx(s.Fragment, { children: C === "collapsible" && /* @__PURE__ */ s.jsxs("div", { className: "u-collapsible-menu", children: [
|
|
3130
|
+
/* @__PURE__ */ s.jsx(
|
|
3131
|
+
"input",
|
|
3132
|
+
{
|
|
3133
|
+
className: "u-collapsible-menu-input",
|
|
3134
|
+
type: "checkbox",
|
|
3135
|
+
name: "u-collapsible-menu",
|
|
3136
|
+
id: "u-collapsible-menu",
|
|
3137
|
+
checked: j,
|
|
3138
|
+
onChange: () => f(j)
|
|
3139
|
+
}
|
|
3140
|
+
),
|
|
3141
|
+
/* @__PURE__ */ s.jsx("label", { className: "u-collapsible-menu-toggle", htmlFor: "u-collapsible-menu" }),
|
|
3142
|
+
/* @__PURE__ */ s.jsx(
|
|
3143
|
+
"div",
|
|
3144
|
+
{
|
|
3145
|
+
className: "u-collapsible-menu-body",
|
|
3146
|
+
style: { height: "100%" },
|
|
3147
|
+
children: /* @__PURE__ */ s.jsx(
|
|
3148
|
+
"ul",
|
|
3149
|
+
{
|
|
3150
|
+
className: "u-collapsible-menu-list",
|
|
3151
|
+
style: { padding: N },
|
|
3152
|
+
children: h.map((x, A) => /* @__PURE__ */ s.jsx(
|
|
3153
|
+
"li",
|
|
3154
|
+
{
|
|
3155
|
+
className: k == x.id ? "u-collapsible-menu-list-item u-menu-active" : "u-collapsible-menu-list-item",
|
|
3156
|
+
id: String(x.id),
|
|
3157
|
+
onClick: () => u(x),
|
|
3158
|
+
children: x.title
|
|
3159
|
+
},
|
|
3160
|
+
A
|
|
3161
|
+
))
|
|
3162
|
+
}
|
|
3163
|
+
)
|
|
3164
|
+
}
|
|
3165
|
+
)
|
|
3166
|
+
] }) });
|
|
3167
|
+
Pn.propTypes = {
|
|
3168
|
+
onClick: g.func,
|
|
3169
|
+
tabsData: g.array,
|
|
3170
|
+
activeTab: g.string || g.number
|
|
3171
|
+
};
|
|
3172
|
+
const kn = ({ size: u = "medium", variant: f = "info", children: j }) => {
|
|
3173
|
+
const h = (k, C) => {
|
|
3174
|
+
switch (`${k}-${C}`) {
|
|
3132
3175
|
case "medium-info":
|
|
3133
3176
|
return "u-message";
|
|
3134
3177
|
case "medium-fail":
|
|
@@ -3147,143 +3190,143 @@ const Pn = ({ size: s = "medium", variant: l = "info", children: O }) => {
|
|
|
3147
3190
|
return "u-message-small-warning";
|
|
3148
3191
|
}
|
|
3149
3192
|
};
|
|
3150
|
-
return /* @__PURE__ */
|
|
3193
|
+
return /* @__PURE__ */ s.jsx("div", { className: h(u, f), children: j });
|
|
3151
3194
|
};
|
|
3152
|
-
|
|
3153
|
-
size:
|
|
3154
|
-
variant:
|
|
3155
|
-
children:
|
|
3195
|
+
kn.propTypes = {
|
|
3196
|
+
size: g.string,
|
|
3197
|
+
variant: g.string,
|
|
3198
|
+
children: g.node
|
|
3156
3199
|
};
|
|
3157
|
-
const
|
|
3158
|
-
|
|
3159
|
-
/* @__PURE__ */
|
|
3160
|
-
/* @__PURE__ */
|
|
3200
|
+
const An = ({ variant: u = "small-primary" }) => /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3201
|
+
u === "small-primary" && /* @__PURE__ */ s.jsx("div", { className: "u-preloader-mini", children: /* @__PURE__ */ s.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: [
|
|
3202
|
+
/* @__PURE__ */ s.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "#1E4391", strokeWidth: "2" }),
|
|
3203
|
+
/* @__PURE__ */ s.jsx("circle", { className: "u-preloader-mini-dot", cx: "6.5", cy: "6.5", r: "6.5", fill: "#1E4391" })
|
|
3161
3204
|
] }) }),
|
|
3162
|
-
|
|
3163
|
-
/* @__PURE__ */
|
|
3164
|
-
/* @__PURE__ */
|
|
3165
|
-
/* @__PURE__ */
|
|
3166
|
-
/* @__PURE__ */
|
|
3167
|
-
/* @__PURE__ */
|
|
3168
|
-
/* @__PURE__ */
|
|
3169
|
-
/* @__PURE__ */
|
|
3205
|
+
u === "small-special" && /* @__PURE__ */ s.jsx("div", { className: "u-preloader-mini-gradient", children: /* @__PURE__ */ s.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: [
|
|
3206
|
+
/* @__PURE__ */ s.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "url(#paint0_linear_8025_35626)", strokeWidth: "2" }),
|
|
3207
|
+
/* @__PURE__ */ s.jsx("circle", { className: "u-preloader-mini-dot", cx: "6.5", cy: "6.5", r: "6.5", fill: "url(#paint0_linear_8025_35627)" }),
|
|
3208
|
+
/* @__PURE__ */ s.jsxs("defs", { children: [
|
|
3209
|
+
/* @__PURE__ */ s.jsxs("linearGradient", { id: "paint0_linear_8025_35626", x1: "54.3387", y1: "23.9985", x2: "6", y2: "23.9985", gradientUnits: "userSpaceOnUse", children: [
|
|
3210
|
+
/* @__PURE__ */ s.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3211
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "0.48", stopColor: "#FB3727" }),
|
|
3212
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3170
3213
|
] }),
|
|
3171
|
-
/* @__PURE__ */
|
|
3172
|
-
/* @__PURE__ */
|
|
3173
|
-
/* @__PURE__ */
|
|
3174
|
-
/* @__PURE__ */
|
|
3214
|
+
/* @__PURE__ */ s.jsxs("linearGradient", { id: "paint0_linear_8025_35627", x1: "0.50109", y1: "13", x2: "8.00065", y2: "0.000589107", gradientUnits: "userSpaceOnUse", children: [
|
|
3215
|
+
/* @__PURE__ */ s.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3216
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "0.192259", stopColor: "#FB3727" }),
|
|
3217
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3175
3218
|
] })
|
|
3176
3219
|
] })
|
|
3177
3220
|
] }) }),
|
|
3178
|
-
|
|
3179
|
-
/* @__PURE__ */
|
|
3180
|
-
/* @__PURE__ */
|
|
3181
|
-
/* @__PURE__ */
|
|
3221
|
+
u === "large-primary" && /* @__PURE__ */ s.jsx("div", { className: "u-preloader", children: /* @__PURE__ */ s.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: [
|
|
3222
|
+
/* @__PURE__ */ s.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38 74C57.8823 74 74 57.8823 74 38C74 18.1177 57.8823 2 38 2C18.1177 2 2 18.1177 2 38C2 57.8823 18.1177 74 38 74ZM38 76C58.9868 76 76 58.9868 76 38C76 17.0132 58.9868 0 38 0C17.0132 0 0 17.0132 0 38C0 58.9868 17.0132 76 38 76Z", fill: "#1E4391" }),
|
|
3223
|
+
/* @__PURE__ */ s.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" }),
|
|
3224
|
+
/* @__PURE__ */ s.jsx("path", { className: "u-preloader-logo", d: "M52.5974 25.4219C52.9649 24.721 53.5215 24.137 54.2039 23.7362C54.8864 23.3354 55.6675 23.1338 56.4587 23.1542L56.8417 21.7254H45.4303L45.0472 23.1542C46.9626 23.1542 49.575 23.9203 49.7512 25.4219H52.5897H52.5974ZM19.543 23.1542C22.4274 23.1542 23.6456 25.1653 24.9441 27.3219L35.5588 45.525C36.0606 46.4329 36.5509 47.5322 36.5356 48.5589C36.4973 51.2403 33.0229 52.2171 30.9429 52.3167C29.4339 52.3686 27.9339 52.0642 26.5645 51.428L25.7179 52.5159C26.2121 54.6151 28.1542 57.1663 30.8242 57.1471C35.463 57.1126 37.8993 52.8721 39.7648 49.4169L43.2124 43.016L33.1838 25.8203C32.2568 24.288 33.7776 23.1618 35.3941 23.1389L35.7771 21.7139H19.9145L19.543 23.1542Z", fill: "#1E4391" })
|
|
3182
3225
|
] }) }),
|
|
3183
|
-
|
|
3184
|
-
/* @__PURE__ */
|
|
3185
|
-
/* @__PURE__ */
|
|
3186
|
-
/* @__PURE__ */
|
|
3187
|
-
/* @__PURE__ */
|
|
3188
|
-
/* @__PURE__ */
|
|
3189
|
-
/* @__PURE__ */
|
|
3190
|
-
/* @__PURE__ */
|
|
3191
|
-
/* @__PURE__ */
|
|
3226
|
+
u === "large-special" && /* @__PURE__ */ s.jsx("div", { className: "u-preloader-gradient", children: /* @__PURE__ */ s.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: [
|
|
3227
|
+
/* @__PURE__ */ s.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38 74C57.8823 74 74 57.8823 74 38C74 18.1177 57.8823 2 38 2C18.1177 2 2 18.1177 2 38C2 57.8823 18.1177 74 38 74ZM38 76C58.9868 76 76 58.9868 76 38C76 17.0132 58.9868 0 38 0C17.0132 0 0 17.0132 0 38C0 58.9868 17.0132 76 38 76Z", fill: "url(#paint0_linear_1804_4939)" }),
|
|
3228
|
+
/* @__PURE__ */ s.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)" }),
|
|
3229
|
+
/* @__PURE__ */ s.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)" }),
|
|
3230
|
+
/* @__PURE__ */ s.jsxs("defs", { children: [
|
|
3231
|
+
/* @__PURE__ */ s.jsxs("linearGradient", { id: "paint0_linear_1804_4939", x1: "76.5363", y1: "37.9977", x2: "1.9146e-07", y2: "37.9977", gradientUnits: "userSpaceOnUse", children: [
|
|
3232
|
+
/* @__PURE__ */ s.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3233
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "0.48", stopColor: "#FB3727" }),
|
|
3234
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3192
3235
|
] }),
|
|
3193
|
-
/* @__PURE__ */
|
|
3194
|
-
/* @__PURE__ */
|
|
3195
|
-
/* @__PURE__ */
|
|
3196
|
-
/* @__PURE__ */
|
|
3236
|
+
/* @__PURE__ */ s.jsxs("linearGradient", { id: "paint1_linear_1804_4939", x1: "5.06202", y1: "20.769", x2: "11.2799", y2: "12.9983", gradientUnits: "userSpaceOnUse", children: [
|
|
3237
|
+
/* @__PURE__ */ s.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3238
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "0.48", stopColor: "#FB3727" }),
|
|
3239
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3197
3240
|
] }),
|
|
3198
|
-
/* @__PURE__ */
|
|
3199
|
-
/* @__PURE__ */
|
|
3200
|
-
/* @__PURE__ */
|
|
3201
|
-
/* @__PURE__ */
|
|
3241
|
+
/* @__PURE__ */ s.jsxs("linearGradient", { id: "paint2_linear_1804_4939", x1: "35.9984", y1: "21.9995", x2: "36.4978", y2: "56.9995", gradientUnits: "userSpaceOnUse", children: [
|
|
3242
|
+
/* @__PURE__ */ s.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3243
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "0.48", stopColor: "#FB3727" }),
|
|
3244
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3202
3245
|
] })
|
|
3203
3246
|
] })
|
|
3204
3247
|
] }) })
|
|
3205
3248
|
] });
|
|
3206
|
-
kn.propTypes = {
|
|
3207
|
-
variant: b.string
|
|
3208
|
-
};
|
|
3209
|
-
const An = ({
|
|
3210
|
-
children: s = /* @__PURE__ */ u.jsx("span", {}),
|
|
3211
|
-
disabled: l,
|
|
3212
|
-
checked: O,
|
|
3213
|
-
rightCheckbox: g = !1,
|
|
3214
|
-
onClick: k
|
|
3215
|
-
}) => /* @__PURE__ */ u.jsxs("label", { className: "u-radio", children: [
|
|
3216
|
-
g && /* @__PURE__ */ u.jsx(u.Fragment, { children: s }),
|
|
3217
|
-
/* @__PURE__ */ u.jsx("input", { checked: O, disabled: l, type: "radio", onClick: k }),
|
|
3218
|
-
/* @__PURE__ */ u.jsx("div", { className: "u-radio-input" }),
|
|
3219
|
-
!g && /* @__PURE__ */ u.jsx(u.Fragment, { children: s })
|
|
3220
|
-
] });
|
|
3221
3249
|
An.propTypes = {
|
|
3222
|
-
|
|
3223
|
-
disabled: b.bool,
|
|
3224
|
-
checked: b.bool,
|
|
3225
|
-
rightCheckbox: b.bool,
|
|
3226
|
-
onChange: b.func
|
|
3250
|
+
variant: g.string
|
|
3227
3251
|
};
|
|
3228
3252
|
const $n = ({
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3253
|
+
children: u = /* @__PURE__ */ s.jsx("span", {}),
|
|
3254
|
+
disabled: f,
|
|
3255
|
+
checked: j,
|
|
3256
|
+
rightCheckbox: h = !1,
|
|
3257
|
+
onClick: k
|
|
3258
|
+
}) => /* @__PURE__ */ s.jsxs("label", { className: "u-radio", children: [
|
|
3259
|
+
h && /* @__PURE__ */ s.jsx(s.Fragment, { children: u }),
|
|
3260
|
+
/* @__PURE__ */ s.jsx("input", { checked: j, disabled: f, type: "radio", onClick: k }),
|
|
3261
|
+
/* @__PURE__ */ s.jsx("div", { className: "u-radio-input" }),
|
|
3262
|
+
!h && /* @__PURE__ */ s.jsx(s.Fragment, { children: u })
|
|
3235
3263
|
] });
|
|
3236
3264
|
$n.propTypes = {
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3265
|
+
children: g.node,
|
|
3266
|
+
disabled: g.bool,
|
|
3267
|
+
checked: g.bool,
|
|
3268
|
+
rightCheckbox: g.bool,
|
|
3269
|
+
onChange: g.func
|
|
3240
3270
|
};
|
|
3241
3271
|
const Fn = ({
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3272
|
+
placeholder: u = "Поиск",
|
|
3273
|
+
value: f,
|
|
3274
|
+
onChange: j
|
|
3275
|
+
}) => /* @__PURE__ */ s.jsxs("div", { className: "u-search", children: [
|
|
3276
|
+
/* @__PURE__ */ s.jsx("input", { placeholder: u, className: "u-input", type: "search", value: f, onChange: j }),
|
|
3277
|
+
/* @__PURE__ */ s.jsx("button", { className: "u-search-loupe", type: "button" })
|
|
3278
|
+
] });
|
|
3279
|
+
Fn.propTypes = {
|
|
3280
|
+
placeholder: g.string,
|
|
3281
|
+
value: g.string,
|
|
3282
|
+
onChange: g.func
|
|
3283
|
+
};
|
|
3284
|
+
const In = ({
|
|
3285
|
+
title: u = "",
|
|
3286
|
+
required: f = !1,
|
|
3287
|
+
options: j,
|
|
3288
|
+
styleSelectContainer: h,
|
|
3246
3289
|
styleTitle: k,
|
|
3247
|
-
styleSelect:
|
|
3248
|
-
lineUp:
|
|
3249
|
-
rowGap:
|
|
3250
|
-
columnGap:
|
|
3290
|
+
styleSelect: C,
|
|
3291
|
+
lineUp: N = !1,
|
|
3292
|
+
rowGap: x = 4,
|
|
3293
|
+
columnGap: A = 20,
|
|
3251
3294
|
placeholder: L = "Не выбрано",
|
|
3252
3295
|
value: _,
|
|
3253
|
-
isOpen:
|
|
3296
|
+
isOpen: $,
|
|
3254
3297
|
isClearable: U,
|
|
3255
3298
|
onChange: I,
|
|
3256
3299
|
onOpen: G
|
|
3257
3300
|
}) => {
|
|
3258
|
-
const
|
|
3259
|
-
return /* @__PURE__ */
|
|
3301
|
+
const F = (V) => typeof V == "number" ? `${V}px` : String(V);
|
|
3302
|
+
return /* @__PURE__ */ s.jsxs(
|
|
3260
3303
|
"div",
|
|
3261
3304
|
{
|
|
3262
3305
|
className: "u-react-select-container",
|
|
3263
3306
|
style: Object.assign(
|
|
3264
3307
|
{
|
|
3265
3308
|
display: "flex",
|
|
3266
|
-
flexDirection:
|
|
3267
|
-
rowGap:
|
|
3268
|
-
columnGap:
|
|
3309
|
+
flexDirection: N ? "row" : "column",
|
|
3310
|
+
rowGap: N ? null : F(x),
|
|
3311
|
+
columnGap: N ? F(A) : null
|
|
3269
3312
|
},
|
|
3270
|
-
|
|
3313
|
+
h
|
|
3271
3314
|
),
|
|
3272
3315
|
children: [
|
|
3273
|
-
|
|
3316
|
+
u && /* @__PURE__ */ s.jsx(
|
|
3274
3317
|
"div",
|
|
3275
3318
|
{
|
|
3276
|
-
className: `${
|
|
3319
|
+
className: `${f && "u-required"} u-react-select-title`,
|
|
3277
3320
|
style: Object.assign(
|
|
3278
3321
|
{
|
|
3279
3322
|
color: "#545454"
|
|
3280
3323
|
},
|
|
3281
3324
|
k
|
|
3282
3325
|
),
|
|
3283
|
-
children:
|
|
3326
|
+
children: u
|
|
3284
3327
|
}
|
|
3285
3328
|
),
|
|
3286
|
-
/* @__PURE__ */
|
|
3329
|
+
/* @__PURE__ */ s.jsxs(
|
|
3287
3330
|
"div",
|
|
3288
3331
|
{
|
|
3289
3332
|
className: "u-selectbox u-react-select",
|
|
@@ -3293,17 +3336,17 @@ const Fn = ({
|
|
|
3293
3336
|
{
|
|
3294
3337
|
width: "100%"
|
|
3295
3338
|
},
|
|
3296
|
-
|
|
3339
|
+
C
|
|
3297
3340
|
),
|
|
3298
3341
|
children: [
|
|
3299
|
-
/* @__PURE__ */
|
|
3342
|
+
/* @__PURE__ */ s.jsxs(
|
|
3300
3343
|
"div",
|
|
3301
3344
|
{
|
|
3302
|
-
className:
|
|
3303
|
-
onClick: () => G(
|
|
3345
|
+
className: $ ? "u-selectbox-select u-selectbox-select-open" : "u-selectbox-select",
|
|
3346
|
+
onClick: () => G(!$),
|
|
3304
3347
|
children: [
|
|
3305
|
-
_ != null && _.value ? /* @__PURE__ */
|
|
3306
|
-
_ != null && _.value && U ? /* @__PURE__ */
|
|
3348
|
+
_ != null && _.value ? /* @__PURE__ */ s.jsx("span", { className: "u-selectbox-select-title", children: _ == null ? void 0 : _.label }) : /* @__PURE__ */ s.jsx("span", { style: { color: "#545454" }, className: "u-selectbox-select-title", children: L }),
|
|
3349
|
+
_ != null && _.value && U ? /* @__PURE__ */ s.jsx(
|
|
3307
3350
|
"i",
|
|
3308
3351
|
{
|
|
3309
3352
|
className: "u-selectbox-select-icon-cross",
|
|
@@ -3311,12 +3354,12 @@ const Fn = ({
|
|
|
3311
3354
|
V.stopPropagation(), I({}), G(!1);
|
|
3312
3355
|
}
|
|
3313
3356
|
}
|
|
3314
|
-
) : /* @__PURE__ */
|
|
3315
|
-
/* @__PURE__ */
|
|
3357
|
+
) : /* @__PURE__ */ s.jsx(s.Fragment, {}),
|
|
3358
|
+
/* @__PURE__ */ s.jsx("i", { className: "u-selectbox-select-icon-arrow" })
|
|
3316
3359
|
]
|
|
3317
3360
|
}
|
|
3318
3361
|
),
|
|
3319
|
-
/* @__PURE__ */
|
|
3362
|
+
/* @__PURE__ */ s.jsx("div", { className: "u-selectbox-options", children: j.map((V, te) => /* @__PURE__ */ s.jsx("div", { className: "u-selectbox-option", onClick: (J) => {
|
|
3320
3363
|
J.stopPropagation(), I(V), G(!1);
|
|
3321
3364
|
}, children: V.label }, te)) })
|
|
3322
3365
|
]
|
|
@@ -3326,22 +3369,22 @@ const Fn = ({
|
|
|
3326
3369
|
}
|
|
3327
3370
|
);
|
|
3328
3371
|
};
|
|
3329
|
-
|
|
3330
|
-
title:
|
|
3331
|
-
required:
|
|
3332
|
-
lineUp:
|
|
3333
|
-
rowGap:
|
|
3334
|
-
columnGap:
|
|
3335
|
-
styleSelectContainer:
|
|
3336
|
-
styleTitle:
|
|
3337
|
-
styleSelect:
|
|
3338
|
-
options:
|
|
3339
|
-
placeholder:
|
|
3340
|
-
value:
|
|
3341
|
-
onChange:
|
|
3372
|
+
In.propTypes = {
|
|
3373
|
+
title: g.string,
|
|
3374
|
+
required: g.bool,
|
|
3375
|
+
lineUp: g.bool,
|
|
3376
|
+
rowGap: g.bool,
|
|
3377
|
+
columnGap: g.bool,
|
|
3378
|
+
styleSelectContainer: g.object,
|
|
3379
|
+
styleTitle: g.object,
|
|
3380
|
+
styleSelect: g.object,
|
|
3381
|
+
options: g.array,
|
|
3382
|
+
placeholder: g.string,
|
|
3383
|
+
value: g.object,
|
|
3384
|
+
onChange: g.func
|
|
3342
3385
|
};
|
|
3343
|
-
const
|
|
3344
|
-
const
|
|
3386
|
+
const Dn = ({ size: u = "medium", variant: f = "", children: j }) => {
|
|
3387
|
+
const h = (k) => {
|
|
3345
3388
|
switch (k) {
|
|
3346
3389
|
case "warning":
|
|
3347
3390
|
return "u-status-warning";
|
|
@@ -3359,28 +3402,15 @@ const In = ({ size: s = "medium", variant: l = "", children: O }) => {
|
|
|
3359
3402
|
return "u-status-prepared";
|
|
3360
3403
|
}
|
|
3361
3404
|
};
|
|
3362
|
-
return /* @__PURE__ */
|
|
3405
|
+
return /* @__PURE__ */ s.jsx("div", { className: `u-status ${u === "large" ? "u-status-large" : ""} ${h(f)}`, children: j });
|
|
3363
3406
|
};
|
|
3364
|
-
In.propTypes = {
|
|
3365
|
-
children: b.string,
|
|
3366
|
-
variant: b.string,
|
|
3367
|
-
size: b.string
|
|
3368
|
-
};
|
|
3369
|
-
const Dn = ({ onClick: s, tabData: l, activeTab: O }) => /* @__PURE__ */ u.jsx(
|
|
3370
|
-
"button",
|
|
3371
|
-
{
|
|
3372
|
-
className: l.label === O ? "u-tab-line u-tab-active" : "u-tab-line",
|
|
3373
|
-
onClick: s,
|
|
3374
|
-
children: l.title
|
|
3375
|
-
}
|
|
3376
|
-
);
|
|
3377
3407
|
Dn.propTypes = {
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3408
|
+
children: g.string,
|
|
3409
|
+
variant: g.string,
|
|
3410
|
+
size: g.string
|
|
3381
3411
|
};
|
|
3382
|
-
const Nn = ({ data:
|
|
3383
|
-
const _ = (I) => `${I}px`,
|
|
3412
|
+
const Nn = ({ data: u, columns: f, borders: j = "horizontal", striped: h, linesNotActive: k, fixedHeader: C, tdStyle: N, thStyle: x, cellStyle: A, contentForEmptyTable: L = /* @__PURE__ */ s.jsx("p", { children: "Ничего не найдено" }) }) => {
|
|
3413
|
+
const _ = (I) => `${I}px`, $ = "auto", U = (I) => {
|
|
3384
3414
|
switch (I) {
|
|
3385
3415
|
case "horizontal":
|
|
3386
3416
|
return "";
|
|
@@ -3390,13 +3420,13 @@ const Nn = ({ data: s, columns: l, borders: O = "horizontal", striped: g, linesN
|
|
|
3390
3420
|
return " none-borders";
|
|
3391
3421
|
}
|
|
3392
3422
|
};
|
|
3393
|
-
return /* @__PURE__ */
|
|
3423
|
+
return /* @__PURE__ */ s.jsx(s.Fragment, { children: u.length !== 0 ? /* @__PURE__ */ s.jsx(
|
|
3394
3424
|
"div",
|
|
3395
3425
|
{
|
|
3396
|
-
className: `u-table${["horizontal", "vertical", "none"].includes(
|
|
3397
|
-
children: /* @__PURE__ */
|
|
3398
|
-
/* @__PURE__ */
|
|
3399
|
-
(I, G) => /* @__PURE__ */
|
|
3426
|
+
className: `u-table${["horizontal", "vertical", "none"].includes(j) ? U(j) : ""}${h ? " striped" : ""}${k ? " not-active-lines" : ""}${C ? " thead-fixed" : ""}`,
|
|
3427
|
+
children: /* @__PURE__ */ s.jsxs("table", { className: "table", children: [
|
|
3428
|
+
/* @__PURE__ */ s.jsx("thead", { style: { zIndex: "2" }, children: /* @__PURE__ */ s.jsx("tr", { children: f.map(
|
|
3429
|
+
(I, G) => /* @__PURE__ */ s.jsx(
|
|
3400
3430
|
"th",
|
|
3401
3431
|
{
|
|
3402
3432
|
className: `${I.sticky ? "sticky" : ""}`,
|
|
@@ -3406,14 +3436,14 @@ const Nn = ({ data: s, columns: l, borders: O = "horizontal", striped: g, linesN
|
|
|
3406
3436
|
},
|
|
3407
3437
|
I.thStyle,
|
|
3408
3438
|
I.cellStyle,
|
|
3409
|
-
|
|
3410
|
-
|
|
3439
|
+
x,
|
|
3440
|
+
A
|
|
3411
3441
|
),
|
|
3412
|
-
children: /* @__PURE__ */
|
|
3442
|
+
children: /* @__PURE__ */ s.jsx(
|
|
3413
3443
|
"p",
|
|
3414
3444
|
{
|
|
3415
3445
|
style: {
|
|
3416
|
-
width: I.width ? _(I.width) :
|
|
3446
|
+
width: I.width ? _(I.width) : $
|
|
3417
3447
|
},
|
|
3418
3448
|
children: I.title
|
|
3419
3449
|
}
|
|
@@ -3422,27 +3452,27 @@ const Nn = ({ data: s, columns: l, borders: O = "horizontal", striped: g, linesN
|
|
|
3422
3452
|
G
|
|
3423
3453
|
)
|
|
3424
3454
|
) }) }),
|
|
3425
|
-
/* @__PURE__ */
|
|
3426
|
-
(
|
|
3455
|
+
/* @__PURE__ */ s.jsx("tbody", { children: u == null ? void 0 : u.map((I, G) => /* @__PURE__ */ s.jsx("tr", { children: f == null ? void 0 : f.map(
|
|
3456
|
+
(F, V) => /* @__PURE__ */ s.jsx(
|
|
3427
3457
|
"td",
|
|
3428
3458
|
{
|
|
3429
|
-
className: `${
|
|
3459
|
+
className: `${F.sticky ? "sticky" : ""}`,
|
|
3430
3460
|
style: Object.assign(
|
|
3431
3461
|
{
|
|
3432
|
-
left:
|
|
3462
|
+
left: F.leftForSticky ? _(F.leftForSticky) : ""
|
|
3433
3463
|
},
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3464
|
+
F.tdStyle,
|
|
3465
|
+
F.cellStyle,
|
|
3466
|
+
N,
|
|
3467
|
+
A
|
|
3438
3468
|
),
|
|
3439
|
-
children: /* @__PURE__ */
|
|
3469
|
+
children: /* @__PURE__ */ s.jsx(
|
|
3440
3470
|
"div",
|
|
3441
3471
|
{
|
|
3442
3472
|
style: {
|
|
3443
|
-
width:
|
|
3473
|
+
width: F.width ? _(F.width) : $
|
|
3444
3474
|
},
|
|
3445
|
-
children:
|
|
3475
|
+
children: F.render ? F.render(I) : I[F.field]
|
|
3446
3476
|
}
|
|
3447
3477
|
)
|
|
3448
3478
|
},
|
|
@@ -3451,40 +3481,40 @@ const Nn = ({ data: s, columns: l, borders: O = "horizontal", striped: g, linesN
|
|
|
3451
3481
|
) }, G)) })
|
|
3452
3482
|
] })
|
|
3453
3483
|
}
|
|
3454
|
-
) : /* @__PURE__ */
|
|
3484
|
+
) : /* @__PURE__ */ s.jsx("div", { children: L }) });
|
|
3455
3485
|
};
|
|
3456
3486
|
Nn.propTypes = {
|
|
3457
|
-
data:
|
|
3458
|
-
columns:
|
|
3459
|
-
verticalBorders:
|
|
3460
|
-
striped:
|
|
3461
|
-
linesNotActive:
|
|
3462
|
-
fixedHeader:
|
|
3463
|
-
tdStyle:
|
|
3464
|
-
thStyle:
|
|
3465
|
-
cellStyle:
|
|
3466
|
-
contentForEmptyTable:
|
|
3487
|
+
data: g.array,
|
|
3488
|
+
columns: g.array,
|
|
3489
|
+
verticalBorders: g.bool,
|
|
3490
|
+
striped: g.bool,
|
|
3491
|
+
linesNotActive: g.bool,
|
|
3492
|
+
fixedHeader: g.bool,
|
|
3493
|
+
tdStyle: g.object,
|
|
3494
|
+
thStyle: g.object,
|
|
3495
|
+
cellStyle: g.object,
|
|
3496
|
+
contentForEmptyTable: g.node
|
|
3467
3497
|
};
|
|
3468
|
-
const Mn = ({ onClick:
|
|
3498
|
+
const Mn = ({ onClick: u, tabsData: f, activeTab: j }) => /* @__PURE__ */ s.jsx("div", { className: "tabs", children: f.map((h) => /* @__PURE__ */ s.jsx("div", { children: /* @__PURE__ */ s.jsx(
|
|
3469
3499
|
"button",
|
|
3470
3500
|
{
|
|
3471
|
-
className:
|
|
3472
|
-
onClick: () =>
|
|
3473
|
-
children:
|
|
3501
|
+
className: h.id === j ? "u-tab-line u-tab-active" : "u-tab-line",
|
|
3502
|
+
onClick: () => u(h),
|
|
3503
|
+
children: h.title
|
|
3474
3504
|
}
|
|
3475
|
-
) },
|
|
3505
|
+
) }, h.id)) });
|
|
3476
3506
|
Mn.propTypes = {
|
|
3477
|
-
onClick:
|
|
3478
|
-
tabsData:
|
|
3479
|
-
activeTab:
|
|
3507
|
+
onClick: g.func,
|
|
3508
|
+
tabsData: g.array,
|
|
3509
|
+
activeTab: g.string || g.number
|
|
3480
3510
|
};
|
|
3481
|
-
const Ln = ({ content:
|
|
3482
|
-
/* @__PURE__ */
|
|
3483
|
-
/* @__PURE__ */
|
|
3511
|
+
const Ln = ({ content: u = /* @__PURE__ */ s.jsx("div", {}), children: f = /* @__PURE__ */ s.jsx("div", {}) }) => /* @__PURE__ */ s.jsxs("div", { id: "u-help", children: [
|
|
3512
|
+
/* @__PURE__ */ s.jsx("div", { id: "u-help-tooltip", children: u }),
|
|
3513
|
+
/* @__PURE__ */ s.jsx("div", { children: f })
|
|
3484
3514
|
] });
|
|
3485
3515
|
Ln.propTypes = {
|
|
3486
|
-
content:
|
|
3487
|
-
children:
|
|
3516
|
+
content: g.node,
|
|
3517
|
+
children: g.node
|
|
3488
3518
|
};
|
|
3489
3519
|
export {
|
|
3490
3520
|
xn as Accordion,
|
|
@@ -3492,13 +3522,13 @@ export {
|
|
|
3492
3522
|
Sn as Checkbox,
|
|
3493
3523
|
jn as Icon,
|
|
3494
3524
|
On as Input,
|
|
3495
|
-
Pn as
|
|
3496
|
-
kn as
|
|
3497
|
-
An as
|
|
3498
|
-
$n as
|
|
3499
|
-
Fn as
|
|
3500
|
-
In as
|
|
3501
|
-
Dn as
|
|
3525
|
+
Pn as Menu,
|
|
3526
|
+
kn as Message,
|
|
3527
|
+
An as Preloader,
|
|
3528
|
+
$n as Radio,
|
|
3529
|
+
Fn as Search,
|
|
3530
|
+
In as Select,
|
|
3531
|
+
Dn as Status,
|
|
3502
3532
|
Nn as Table,
|
|
3503
3533
|
Mn as Tabs,
|
|
3504
3534
|
Ln as Tooltip
|