urfu-ui-kit-react 0.0.8 → 0.0.9
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 +1118 -1108
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
function
|
|
1
|
+
function fn(c) {
|
|
2
2
|
return c && c.__esModule && Object.prototype.hasOwnProperty.call(c, "default") ? c.default : c;
|
|
3
3
|
}
|
|
4
|
-
var Qr = { exports: {} }, tr = {},
|
|
4
|
+
var Qr = { exports: {} }, tr = {}, Cr = { exports: {} }, q = {};
|
|
5
5
|
/**
|
|
6
6
|
* @license React
|
|
7
7
|
* react.production.min.js
|
|
@@ -11,56 +11,56 @@ var Qr = { exports: {} }, tr = {}, et = { exports: {} }, q = {};
|
|
|
11
11
|
* This source code is licensed under the MIT license found in the
|
|
12
12
|
* LICENSE file in the root directory of this source tree.
|
|
13
13
|
*/
|
|
14
|
-
var
|
|
15
|
-
function
|
|
16
|
-
if (
|
|
14
|
+
var St;
|
|
15
|
+
function dn() {
|
|
16
|
+
if (St)
|
|
17
17
|
return q;
|
|
18
|
-
|
|
19
|
-
var c = Symbol.for("react.element"), p = Symbol.for("react.portal"),
|
|
20
|
-
function
|
|
21
|
-
return n === null || typeof n != "object" ? null : (n =
|
|
18
|
+
St = 1;
|
|
19
|
+
var c = Symbol.for("react.element"), p = Symbol.for("react.portal"), F = Symbol.for("react.fragment"), E = Symbol.for("react.strict_mode"), A = Symbol.for("react.profiler"), R = Symbol.for("react.provider"), D = Symbol.for("react.context"), S = Symbol.for("react.forward_ref"), j = Symbol.for("react.suspense"), N = Symbol.for("react.memo"), C = Symbol.for("react.lazy"), P = Symbol.iterator;
|
|
20
|
+
function W(n) {
|
|
21
|
+
return n === null || typeof n != "object" ? null : (n = P && n[P] || n["@@iterator"], typeof n == "function" ? n : null);
|
|
22
22
|
}
|
|
23
|
-
var
|
|
23
|
+
var I = { isMounted: function() {
|
|
24
24
|
return !1;
|
|
25
25
|
}, enqueueForceUpdate: function() {
|
|
26
26
|
}, enqueueReplaceState: function() {
|
|
27
27
|
}, enqueueSetState: function() {
|
|
28
|
-
} },
|
|
29
|
-
function
|
|
30
|
-
this.props = n, this.context = i, this.refs =
|
|
28
|
+
} }, G = Object.assign, $ = {};
|
|
29
|
+
function K(n, i, h) {
|
|
30
|
+
this.props = n, this.context = i, this.refs = $, this.updater = h || I;
|
|
31
31
|
}
|
|
32
|
-
|
|
32
|
+
K.prototype.isReactComponent = {}, K.prototype.setState = function(n, i) {
|
|
33
33
|
if (typeof n != "object" && typeof n != "function" && n != null)
|
|
34
34
|
throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
35
35
|
this.updater.enqueueSetState(this, n, i, "setState");
|
|
36
|
-
},
|
|
36
|
+
}, K.prototype.forceUpdate = function(n) {
|
|
37
37
|
this.updater.enqueueForceUpdate(this, n, "forceUpdate");
|
|
38
38
|
};
|
|
39
39
|
function ne() {
|
|
40
40
|
}
|
|
41
|
-
ne.prototype =
|
|
42
|
-
function
|
|
43
|
-
this.props = n, this.context = i, this.refs =
|
|
41
|
+
ne.prototype = K.prototype;
|
|
42
|
+
function Q(n, i, h) {
|
|
43
|
+
this.props = n, this.context = i, this.refs = $, this.updater = h || I;
|
|
44
44
|
}
|
|
45
|
-
var te =
|
|
46
|
-
te.constructor =
|
|
47
|
-
var
|
|
45
|
+
var te = Q.prototype = new ne();
|
|
46
|
+
te.constructor = Q, G(te, K.prototype), te.isPureReactComponent = !0;
|
|
47
|
+
var J = Array.isArray, f = Object.prototype.hasOwnProperty, ie = { current: null }, Ee = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
48
48
|
function we(n, i, h) {
|
|
49
|
-
var
|
|
49
|
+
var y, g = {}, b = null, _ = null;
|
|
50
50
|
if (i != null)
|
|
51
|
-
for (
|
|
52
|
-
f.call(i,
|
|
51
|
+
for (y in i.ref !== void 0 && (_ = i.ref), i.key !== void 0 && (b = "" + i.key), i)
|
|
52
|
+
f.call(i, y) && !Ee.hasOwnProperty(y) && (g[y] = i[y]);
|
|
53
53
|
var T = arguments.length - 2;
|
|
54
54
|
if (T === 1)
|
|
55
55
|
g.children = h;
|
|
56
56
|
else if (1 < T) {
|
|
57
|
-
for (var
|
|
58
|
-
|
|
59
|
-
g.children =
|
|
57
|
+
for (var O = Array(T), k = 0; k < T; k++)
|
|
58
|
+
O[k] = arguments[k + 2];
|
|
59
|
+
g.children = O;
|
|
60
60
|
}
|
|
61
61
|
if (n && n.defaultProps)
|
|
62
|
-
for (
|
|
63
|
-
g[
|
|
62
|
+
for (y in T = n.defaultProps, T)
|
|
63
|
+
g[y] === void 0 && (g[y] = T[y]);
|
|
64
64
|
return { $$typeof: c, type: n, key: b, ref: _, props: g, _owner: ie.current };
|
|
65
65
|
}
|
|
66
66
|
function Ce(n, i) {
|
|
@@ -79,7 +79,7 @@ function fn() {
|
|
|
79
79
|
function pe(n, i) {
|
|
80
80
|
return typeof n == "object" && n !== null && n.key != null ? Oe("" + n.key) : i.toString(36);
|
|
81
81
|
}
|
|
82
|
-
function fe(n, i, h,
|
|
82
|
+
function fe(n, i, h, y, g) {
|
|
83
83
|
var b = typeof n;
|
|
84
84
|
(b === "undefined" || b === "boolean") && (n = null);
|
|
85
85
|
var _ = !1;
|
|
@@ -99,18 +99,18 @@ function fn() {
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
if (_)
|
|
102
|
-
return _ = n, g = g(_), n =
|
|
103
|
-
return
|
|
102
|
+
return _ = n, g = g(_), n = y === "" ? "." + pe(_, 0) : y, J(g) ? (h = "", n != null && (h = n.replace(Se, "$&/") + "/"), fe(g, i, h, "", function(k) {
|
|
103
|
+
return k;
|
|
104
104
|
})) : g != null && (Te(g) && (g = Ce(g, h + (!g.key || _ && _.key === g.key ? "" : ("" + g.key).replace(Se, "$&/") + "/") + n)), i.push(g)), 1;
|
|
105
|
-
if (_ = 0,
|
|
105
|
+
if (_ = 0, y = y === "" ? "." : y + ":", J(n))
|
|
106
106
|
for (var T = 0; T < n.length; T++) {
|
|
107
107
|
b = n[T];
|
|
108
|
-
var
|
|
109
|
-
_ += fe(b, i, h,
|
|
108
|
+
var O = y + pe(b, T);
|
|
109
|
+
_ += fe(b, i, h, O, g);
|
|
110
110
|
}
|
|
111
|
-
else if (
|
|
112
|
-
for (n =
|
|
113
|
-
b = b.value,
|
|
111
|
+
else if (O = W(n), typeof O == "function")
|
|
112
|
+
for (n = O.call(n), T = 0; !(b = n.next()).done; )
|
|
113
|
+
b = b.value, O = y + pe(b, T++), _ += fe(b, i, h, O, g);
|
|
114
114
|
else if (b === "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 _;
|
|
@@ -118,10 +118,10 @@ function fn() {
|
|
|
118
118
|
function de(n, i, h) {
|
|
119
119
|
if (n == null)
|
|
120
120
|
return n;
|
|
121
|
-
var
|
|
122
|
-
return fe(n,
|
|
121
|
+
var y = [], g = 0;
|
|
122
|
+
return fe(n, y, "", "", function(b) {
|
|
123
123
|
return i.call(h, b, g++);
|
|
124
|
-
}),
|
|
124
|
+
}), y;
|
|
125
125
|
}
|
|
126
126
|
function ce(n) {
|
|
127
127
|
if (n._status === -1) {
|
|
@@ -136,8 +136,8 @@ function fn() {
|
|
|
136
136
|
return n._result.default;
|
|
137
137
|
throw n._result;
|
|
138
138
|
}
|
|
139
|
-
var
|
|
140
|
-
function
|
|
139
|
+
var x = { current: null }, _e = { transition: null }, xe = { ReactCurrentDispatcher: x, ReactCurrentBatchConfig: _e, ReactCurrentOwner: ie };
|
|
140
|
+
function s() {
|
|
141
141
|
throw Error("act(...) is not supported in production builds of React.");
|
|
142
142
|
}
|
|
143
143
|
return q.Children = { map: de, forEach: function(n, i, h) {
|
|
@@ -157,39 +157,39 @@ function fn() {
|
|
|
157
157
|
if (!Te(n))
|
|
158
158
|
throw Error("React.Children.only expected to receive a single React element child.");
|
|
159
159
|
return n;
|
|
160
|
-
} }, q.Component =
|
|
160
|
+
} }, q.Component = K, q.Fragment = F, q.Profiler = A, q.PureComponent = Q, q.StrictMode = E, q.Suspense = j, q.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = xe, q.act = s, q.cloneElement = function(n, i, h) {
|
|
161
161
|
if (n == null)
|
|
162
162
|
throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + n + ".");
|
|
163
|
-
var
|
|
163
|
+
var y = G({}, n.props), g = n.key, b = n.ref, _ = n._owner;
|
|
164
164
|
if (i != null) {
|
|
165
165
|
if (i.ref !== void 0 && (b = i.ref, _ = ie.current), i.key !== void 0 && (g = "" + i.key), n.type && n.type.defaultProps)
|
|
166
166
|
var T = n.type.defaultProps;
|
|
167
|
-
for (
|
|
168
|
-
f.call(i,
|
|
169
|
-
}
|
|
170
|
-
var
|
|
171
|
-
if (
|
|
172
|
-
|
|
173
|
-
else if (1 <
|
|
174
|
-
T = Array(
|
|
175
|
-
for (var
|
|
176
|
-
T[
|
|
177
|
-
|
|
178
|
-
}
|
|
179
|
-
return { $$typeof: c, type: n.type, key: g, ref: b, props:
|
|
167
|
+
for (O in i)
|
|
168
|
+
f.call(i, O) && !Ee.hasOwnProperty(O) && (y[O] = i[O] === void 0 && T !== void 0 ? T[O] : i[O]);
|
|
169
|
+
}
|
|
170
|
+
var O = arguments.length - 2;
|
|
171
|
+
if (O === 1)
|
|
172
|
+
y.children = h;
|
|
173
|
+
else if (1 < O) {
|
|
174
|
+
T = Array(O);
|
|
175
|
+
for (var k = 0; k < O; k++)
|
|
176
|
+
T[k] = arguments[k + 2];
|
|
177
|
+
y.children = T;
|
|
178
|
+
}
|
|
179
|
+
return { $$typeof: c, type: n.type, key: g, ref: b, props: y, _owner: _ };
|
|
180
180
|
}, q.createContext = function(n) {
|
|
181
|
-
return n = { $$typeof:
|
|
181
|
+
return n = { $$typeof: D, _currentValue: n, _currentValue2: n, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, n.Provider = { $$typeof: R, _context: n }, n.Consumer = n;
|
|
182
182
|
}, q.createElement = we, q.createFactory = function(n) {
|
|
183
183
|
var i = we.bind(null, n);
|
|
184
184
|
return i.type = n, i;
|
|
185
185
|
}, q.createRef = function() {
|
|
186
186
|
return { current: null };
|
|
187
187
|
}, q.forwardRef = function(n) {
|
|
188
|
-
return { $$typeof:
|
|
188
|
+
return { $$typeof: S, render: n };
|
|
189
189
|
}, q.isValidElement = Te, q.lazy = function(n) {
|
|
190
|
-
return { $$typeof:
|
|
190
|
+
return { $$typeof: C, _payload: { _status: -1, _result: n }, _init: ce };
|
|
191
191
|
}, q.memo = function(n, i) {
|
|
192
|
-
return { $$typeof:
|
|
192
|
+
return { $$typeof: N, type: n, compare: i === void 0 ? null : i };
|
|
193
193
|
}, q.startTransition = function(n) {
|
|
194
194
|
var i = _e.transition;
|
|
195
195
|
_e.transition = {};
|
|
@@ -198,35 +198,35 @@ function fn() {
|
|
|
198
198
|
} finally {
|
|
199
199
|
_e.transition = i;
|
|
200
200
|
}
|
|
201
|
-
}, q.unstable_act =
|
|
202
|
-
return
|
|
201
|
+
}, q.unstable_act = s, q.useCallback = function(n, i) {
|
|
202
|
+
return x.current.useCallback(n, i);
|
|
203
203
|
}, q.useContext = function(n) {
|
|
204
|
-
return
|
|
204
|
+
return x.current.useContext(n);
|
|
205
205
|
}, q.useDebugValue = function() {
|
|
206
206
|
}, q.useDeferredValue = function(n) {
|
|
207
|
-
return
|
|
207
|
+
return x.current.useDeferredValue(n);
|
|
208
208
|
}, q.useEffect = function(n, i) {
|
|
209
|
-
return
|
|
209
|
+
return x.current.useEffect(n, i);
|
|
210
210
|
}, q.useId = function() {
|
|
211
|
-
return
|
|
211
|
+
return x.current.useId();
|
|
212
212
|
}, q.useImperativeHandle = function(n, i, h) {
|
|
213
|
-
return
|
|
213
|
+
return x.current.useImperativeHandle(n, i, h);
|
|
214
214
|
}, q.useInsertionEffect = function(n, i) {
|
|
215
|
-
return
|
|
215
|
+
return x.current.useInsertionEffect(n, i);
|
|
216
216
|
}, q.useLayoutEffect = function(n, i) {
|
|
217
|
-
return
|
|
217
|
+
return x.current.useLayoutEffect(n, i);
|
|
218
218
|
}, q.useMemo = function(n, i) {
|
|
219
|
-
return
|
|
219
|
+
return x.current.useMemo(n, i);
|
|
220
220
|
}, q.useReducer = function(n, i, h) {
|
|
221
|
-
return
|
|
221
|
+
return x.current.useReducer(n, i, h);
|
|
222
222
|
}, q.useRef = function(n) {
|
|
223
|
-
return
|
|
223
|
+
return x.current.useRef(n);
|
|
224
224
|
}, q.useState = function(n) {
|
|
225
|
-
return
|
|
225
|
+
return x.current.useState(n);
|
|
226
226
|
}, q.useSyncExternalStore = function(n, i, h) {
|
|
227
|
-
return
|
|
227
|
+
return x.current.useSyncExternalStore(n, i, h);
|
|
228
228
|
}, q.useTransition = function() {
|
|
229
|
-
return
|
|
229
|
+
return x.current.useTransition();
|
|
230
230
|
}, q.version = "18.3.1", q;
|
|
231
231
|
}
|
|
232
232
|
var ar = { exports: {} };
|
|
@@ -240,16 +240,16 @@ var ar = { exports: {} };
|
|
|
240
240
|
* LICENSE file in the root directory of this source tree.
|
|
241
241
|
*/
|
|
242
242
|
ar.exports;
|
|
243
|
-
var
|
|
244
|
-
function
|
|
245
|
-
return
|
|
243
|
+
var xt;
|
|
244
|
+
function pn() {
|
|
245
|
+
return xt || (xt = 1, function(c, p) {
|
|
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
|
|
249
|
-
function
|
|
248
|
+
var F = "18.3.1", E = Symbol.for("react.element"), A = Symbol.for("react.portal"), R = Symbol.for("react.fragment"), D = Symbol.for("react.strict_mode"), S = Symbol.for("react.profiler"), j = Symbol.for("react.provider"), N = Symbol.for("react.context"), C = Symbol.for("react.forward_ref"), P = Symbol.for("react.suspense"), W = Symbol.for("react.suspense_list"), I = Symbol.for("react.memo"), G = Symbol.for("react.lazy"), $ = Symbol.for("react.offscreen"), K = Symbol.iterator, ne = "@@iterator";
|
|
249
|
+
function Q(e) {
|
|
250
250
|
if (e === null || typeof e != "object")
|
|
251
251
|
return null;
|
|
252
|
-
var r =
|
|
252
|
+
var r = K && e[K] || e[ne];
|
|
253
253
|
return typeof r == "function" ? r : null;
|
|
254
254
|
}
|
|
255
255
|
var te = {
|
|
@@ -258,7 +258,7 @@ function dn() {
|
|
|
258
258
|
* @type {ReactComponent}
|
|
259
259
|
*/
|
|
260
260
|
current: null
|
|
261
|
-
},
|
|
261
|
+
}, J = {
|
|
262
262
|
transition: null
|
|
263
263
|
}, f = {
|
|
264
264
|
current: null,
|
|
@@ -285,7 +285,7 @@ function dn() {
|
|
|
285
285
|
};
|
|
286
286
|
var Te = !1, Oe = !1, Se = !1, pe = !1, fe = !1, de = {
|
|
287
287
|
ReactCurrentDispatcher: te,
|
|
288
|
-
ReactCurrentBatchConfig:
|
|
288
|
+
ReactCurrentBatchConfig: J,
|
|
289
289
|
ReactCurrentOwner: ie
|
|
290
290
|
};
|
|
291
291
|
de.ReactDebugCurrentFrame = Ee, de.ReactCurrentActQueue = f;
|
|
@@ -296,7 +296,7 @@ function dn() {
|
|
|
296
296
|
_e("warn", e, a);
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
|
-
function
|
|
299
|
+
function x(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 dn() {
|
|
|
307
307
|
{
|
|
308
308
|
var o = de.ReactDebugCurrentFrame, d = o.getStackAddendum();
|
|
309
309
|
d !== "" && (r += "%s", a = a.concat([d]));
|
|
310
|
-
var
|
|
311
|
-
return String(
|
|
310
|
+
var M = a.map(function(w) {
|
|
311
|
+
return String(w);
|
|
312
312
|
});
|
|
313
|
-
|
|
313
|
+
M.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, M);
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
var xe = {};
|
|
317
|
-
function
|
|
317
|
+
function s(e, r) {
|
|
318
318
|
{
|
|
319
319
|
var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass", d = o + "." + r;
|
|
320
320
|
if (xe[d])
|
|
321
321
|
return;
|
|
322
|
-
|
|
322
|
+
x("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", r, o), xe[d] = !0;
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
var n = {
|
|
@@ -349,7 +349,7 @@ function dn() {
|
|
|
349
349
|
* @internal
|
|
350
350
|
*/
|
|
351
351
|
enqueueForceUpdate: function(e, r, a) {
|
|
352
|
-
|
|
352
|
+
s(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 dn() {
|
|
|
365
365
|
* @internal
|
|
366
366
|
*/
|
|
367
367
|
enqueueReplaceState: function(e, r, a, o) {
|
|
368
|
-
|
|
368
|
+
s(e, "replaceState");
|
|
369
369
|
},
|
|
370
370
|
/**
|
|
371
371
|
* Sets a subset of the state. This only exists because _pendingState is
|
|
@@ -380,18 +380,18 @@ function dn() {
|
|
|
380
380
|
* @internal
|
|
381
381
|
*/
|
|
382
382
|
enqueueSetState: function(e, r, a, o) {
|
|
383
|
-
|
|
383
|
+
s(e, "setState");
|
|
384
384
|
}
|
|
385
385
|
}, i = Object.assign, h = {};
|
|
386
386
|
Object.freeze(h);
|
|
387
|
-
function
|
|
387
|
+
function y(e, r, a) {
|
|
388
388
|
this.props = e, this.context = r, this.refs = h, 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)
|
|
392
392
|
throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
393
393
|
this.updater.enqueueSetState(this, e, r, "setState");
|
|
394
|
-
},
|
|
394
|
+
}, y.prototype.forceUpdate = function(e) {
|
|
395
395
|
this.updater.enqueueForceUpdate(this, e, "forceUpdate");
|
|
396
396
|
};
|
|
397
397
|
{
|
|
@@ -399,7 +399,7 @@ function dn() {
|
|
|
399
399
|
isMounted: ["isMounted", "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],
|
|
400
400
|
replaceState: ["replaceState", "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]
|
|
401
401
|
}, b = function(e, r) {
|
|
402
|
-
Object.defineProperty(
|
|
402
|
+
Object.defineProperty(y.prototype, e, {
|
|
403
403
|
get: function() {
|
|
404
404
|
ce("%s(...) is deprecated in plain JavaScript React classes. %s", r[0], r[1]);
|
|
405
405
|
}
|
|
@@ -410,12 +410,12 @@ function dn() {
|
|
|
410
410
|
}
|
|
411
411
|
function T() {
|
|
412
412
|
}
|
|
413
|
-
T.prototype =
|
|
414
|
-
function
|
|
413
|
+
T.prototype = y.prototype;
|
|
414
|
+
function O(e, r, a) {
|
|
415
415
|
this.props = e, this.context = r, this.refs = h, this.updater = a || n;
|
|
416
416
|
}
|
|
417
|
-
var
|
|
418
|
-
|
|
417
|
+
var k = O.prototype = new T();
|
|
418
|
+
k.constructor = O, i(k, y.prototype), k.isPureReactComponent = !0;
|
|
419
419
|
function ye() {
|
|
420
420
|
var e = {
|
|
421
421
|
current: null
|
|
@@ -434,17 +434,17 @@ function dn() {
|
|
|
434
434
|
}
|
|
435
435
|
function Pe(e) {
|
|
436
436
|
try {
|
|
437
|
-
return
|
|
437
|
+
return Ie(e), !1;
|
|
438
438
|
} catch {
|
|
439
439
|
return !0;
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
|
-
function
|
|
442
|
+
function Ie(e) {
|
|
443
443
|
return "" + e;
|
|
444
444
|
}
|
|
445
|
-
function
|
|
445
|
+
function Le(e) {
|
|
446
446
|
if (Pe(e))
|
|
447
|
-
return
|
|
447
|
+
return x("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", $e(e)), Ie(e);
|
|
448
448
|
}
|
|
449
449
|
function or(e, r, a) {
|
|
450
450
|
var o = e.displayName;
|
|
@@ -459,41 +459,41 @@ function dn() {
|
|
|
459
459
|
function je(e) {
|
|
460
460
|
if (e == null)
|
|
461
461
|
return null;
|
|
462
|
-
if (typeof e.tag == "number" &&
|
|
462
|
+
if (typeof e.tag == "number" && x("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 R:
|
|
468
468
|
return "Fragment";
|
|
469
|
-
case
|
|
469
|
+
case A:
|
|
470
470
|
return "Portal";
|
|
471
|
-
case
|
|
471
|
+
case S:
|
|
472
472
|
return "Profiler";
|
|
473
|
-
case
|
|
473
|
+
case D:
|
|
474
474
|
return "StrictMode";
|
|
475
|
-
case
|
|
475
|
+
case P:
|
|
476
476
|
return "Suspense";
|
|
477
|
-
case
|
|
477
|
+
case W:
|
|
478
478
|
return "SuspenseList";
|
|
479
479
|
}
|
|
480
480
|
if (typeof e == "object")
|
|
481
481
|
switch (e.$$typeof) {
|
|
482
|
-
case
|
|
482
|
+
case N:
|
|
483
483
|
var r = e;
|
|
484
484
|
return Ye(r) + ".Consumer";
|
|
485
485
|
case j:
|
|
486
486
|
var a = e;
|
|
487
487
|
return Ye(a._context) + ".Provider";
|
|
488
|
-
case
|
|
488
|
+
case C:
|
|
489
489
|
return or(e, e.render, "ForwardRef");
|
|
490
|
-
case
|
|
490
|
+
case I:
|
|
491
491
|
var o = e.displayName || null;
|
|
492
492
|
return o !== null ? o : je(e.type) || "Memo";
|
|
493
|
-
case
|
|
494
|
-
var d = e,
|
|
493
|
+
case G: {
|
|
494
|
+
var d = e, M = d._payload, w = d._init;
|
|
495
495
|
try {
|
|
496
|
-
return je(
|
|
496
|
+
return je(w(M));
|
|
497
497
|
} catch {
|
|
498
498
|
return null;
|
|
499
499
|
}
|
|
@@ -506,7 +506,7 @@ function dn() {
|
|
|
506
506
|
ref: !0,
|
|
507
507
|
__self: !0,
|
|
508
508
|
__source: !0
|
|
509
|
-
}, ir,
|
|
509
|
+
}, ir, ur, He;
|
|
510
510
|
He = {};
|
|
511
511
|
function Ze(e) {
|
|
512
512
|
if (We.call(e, "ref")) {
|
|
@@ -516,7 +516,7 @@ function dn() {
|
|
|
516
516
|
}
|
|
517
517
|
return e.ref !== void 0;
|
|
518
518
|
}
|
|
519
|
-
function
|
|
519
|
+
function Fe(e) {
|
|
520
520
|
if (We.call(e, "key")) {
|
|
521
521
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
522
522
|
if (r && r.isReactWarning)
|
|
@@ -526,16 +526,16 @@ function dn() {
|
|
|
526
526
|
}
|
|
527
527
|
function Sr(e, r) {
|
|
528
528
|
var a = function() {
|
|
529
|
-
ir || (ir = !0,
|
|
529
|
+
ir || (ir = !0, x("%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,
|
|
533
533
|
configurable: !0
|
|
534
534
|
});
|
|
535
535
|
}
|
|
536
|
-
function
|
|
536
|
+
function sr(e, r) {
|
|
537
537
|
var a = function() {
|
|
538
|
-
|
|
538
|
+
ur || (ur = !0, x("%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,42 +545,42 @@ function dn() {
|
|
|
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 = je(ie.current.type);
|
|
548
|
-
He[r] || (
|
|
548
|
+
He[r] || (x('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), He[r] = !0);
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
|
-
var Ue = function(e, r, a, o, d,
|
|
552
|
-
var
|
|
551
|
+
var Ue = function(e, r, a, o, d, M, w) {
|
|
552
|
+
var Y = {
|
|
553
553
|
// This tag allows us to uniquely identify this as a React Element
|
|
554
|
-
$$typeof:
|
|
554
|
+
$$typeof: E,
|
|
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: w,
|
|
560
560
|
// Record the component responsible for creating this element.
|
|
561
|
-
_owner:
|
|
561
|
+
_owner: M
|
|
562
562
|
};
|
|
563
|
-
return
|
|
563
|
+
return Y._store = {}, Object.defineProperty(Y._store, "validated", {
|
|
564
564
|
configurable: !1,
|
|
565
565
|
enumerable: !1,
|
|
566
566
|
writable: !0,
|
|
567
567
|
value: !1
|
|
568
|
-
}), Object.defineProperty(
|
|
568
|
+
}), Object.defineProperty(Y, "_self", {
|
|
569
569
|
configurable: !1,
|
|
570
570
|
enumerable: !1,
|
|
571
571
|
writable: !1,
|
|
572
572
|
value: o
|
|
573
|
-
}), Object.defineProperty(
|
|
573
|
+
}), Object.defineProperty(Y, "_source", {
|
|
574
574
|
configurable: !1,
|
|
575
575
|
enumerable: !1,
|
|
576
576
|
writable: !1,
|
|
577
577
|
value: d
|
|
578
|
-
}), Object.freeze && (Object.freeze(
|
|
578
|
+
}), Object.freeze && (Object.freeze(Y.props), Object.freeze(Y)), Y;
|
|
579
579
|
};
|
|
580
580
|
function xr(e, r, a) {
|
|
581
|
-
var o, d = {},
|
|
581
|
+
var o, d = {}, M = null, w = null, Y = null, B = null;
|
|
582
582
|
if (r != null) {
|
|
583
|
-
Ze(r) && (
|
|
583
|
+
Ze(r) && (w = r.ref, cr(r)), Fe(r) && (Le(r.key), M = "" + r.key), Y = r.__self === void 0 ? null : r.__self, B = r.__source === void 0 ? null : r.__source;
|
|
584
584
|
for (o in r)
|
|
585
585
|
We.call(r, o) && !Be.hasOwnProperty(o) && (d[o] = r[o]);
|
|
586
586
|
}
|
|
@@ -593,15 +593,15 @@ function dn() {
|
|
|
593
593
|
Object.freeze && Object.freeze(ae), d.children = ae;
|
|
594
594
|
}
|
|
595
595
|
if (e && e.defaultProps) {
|
|
596
|
-
var
|
|
597
|
-
for (o in
|
|
598
|
-
d[o] === void 0 && (d[o] =
|
|
596
|
+
var se = e.defaultProps;
|
|
597
|
+
for (o in se)
|
|
598
|
+
d[o] === void 0 && (d[o] = se[o]);
|
|
599
599
|
}
|
|
600
|
-
if (
|
|
600
|
+
if (M || w) {
|
|
601
601
|
var ve = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
602
|
-
|
|
602
|
+
M && Sr(d, ve), w && sr(d, ve);
|
|
603
603
|
}
|
|
604
|
-
return Ue(e,
|
|
604
|
+
return Ue(e, M, w, Y, B, ie.current, d);
|
|
605
605
|
}
|
|
606
606
|
function Or(e, r) {
|
|
607
607
|
var a = Ue(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
|
|
@@ -610,9 +610,9 @@ function dn() {
|
|
|
610
610
|
function jr(e, r, a) {
|
|
611
611
|
if (e == null)
|
|
612
612
|
throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
|
|
613
|
-
var o, d = i({}, e.props),
|
|
613
|
+
var o, d = i({}, e.props), M = e.key, w = e.ref, Y = e._self, B = e._source, re = e._owner;
|
|
614
614
|
if (r != null) {
|
|
615
|
-
Ze(r) && (
|
|
615
|
+
Ze(r) && (w = r.ref, re = ie.current), Fe(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)
|
|
@@ -622,14 +622,14 @@ function dn() {
|
|
|
622
622
|
if (oe === 1)
|
|
623
623
|
d.children = a;
|
|
624
624
|
else if (oe > 1) {
|
|
625
|
-
for (var
|
|
626
|
-
|
|
627
|
-
d.children =
|
|
625
|
+
for (var se = Array(oe), ve = 0; ve < oe; ve++)
|
|
626
|
+
se[ve] = arguments[ve + 2];
|
|
627
|
+
d.children = se;
|
|
628
628
|
}
|
|
629
|
-
return Ue(e.type,
|
|
629
|
+
return Ue(e.type, M, w, Y, B, re, d);
|
|
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 === E;
|
|
633
633
|
}
|
|
634
634
|
var lr = ".", Pr = ":";
|
|
635
635
|
function kr(e) {
|
|
@@ -646,62 +646,62 @@ function dn() {
|
|
|
646
646
|
return e.replace(fr, "$&/");
|
|
647
647
|
}
|
|
648
648
|
function Ve(e, r) {
|
|
649
|
-
return typeof e == "object" && e !== null && e.key != null ? (
|
|
649
|
+
return typeof e == "object" && e !== null && e.key != null ? (Le(e.key), kr("" + e.key)) : r.toString(36);
|
|
650
650
|
}
|
|
651
651
|
function Me(e, r, a, o, d) {
|
|
652
|
-
var
|
|
653
|
-
(
|
|
654
|
-
var
|
|
652
|
+
var M = typeof e;
|
|
653
|
+
(M === "undefined" || M === "boolean") && (e = null);
|
|
654
|
+
var w = !1;
|
|
655
655
|
if (e === null)
|
|
656
|
-
|
|
656
|
+
w = !0;
|
|
657
657
|
else
|
|
658
|
-
switch (
|
|
658
|
+
switch (M) {
|
|
659
659
|
case "string":
|
|
660
660
|
case "number":
|
|
661
|
-
|
|
661
|
+
w = !0;
|
|
662
662
|
break;
|
|
663
663
|
case "object":
|
|
664
664
|
switch (e.$$typeof) {
|
|
665
|
-
case
|
|
666
|
-
case
|
|
667
|
-
|
|
665
|
+
case E:
|
|
666
|
+
case A:
|
|
667
|
+
w = !0;
|
|
668
668
|
}
|
|
669
669
|
}
|
|
670
|
-
if (
|
|
671
|
-
var
|
|
672
|
-
if (he(
|
|
670
|
+
if (w) {
|
|
671
|
+
var Y = e, B = d(Y), re = o === "" ? lr + Ve(Y, 0) : o;
|
|
672
|
+
if (he(B)) {
|
|
673
673
|
var ae = "";
|
|
674
|
-
re != null && (ae = ke(re) + "/"), Me(
|
|
675
|
-
return
|
|
674
|
+
re != null && (ae = ke(re) + "/"), Me(B, r, ae, "", function(ln) {
|
|
675
|
+
return ln;
|
|
676
676
|
});
|
|
677
677
|
} else
|
|
678
|
-
|
|
679
|
-
|
|
678
|
+
B != null && (De(B) && (B.key && (!Y || Y.key !== B.key) && Le(B.key), B = Or(
|
|
679
|
+
B,
|
|
680
680
|
// Keep both the (mapped) and old keys if they differ, just as
|
|
681
681
|
// traverseAllChildren used to do for objects as children
|
|
682
682
|
a + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
|
|
683
|
-
(
|
|
683
|
+
(B.key && (!Y || Y.key !== B.key) ? (
|
|
684
684
|
// $FlowFixMe Flow incorrectly thinks existing element's key can be a number
|
|
685
685
|
// eslint-disable-next-line react-internal/safe-string-coercion
|
|
686
|
-
ke("" +
|
|
686
|
+
ke("" + B.key) + "/"
|
|
687
687
|
) : "") + re
|
|
688
|
-
)), r.push(
|
|
688
|
+
)), r.push(B));
|
|
689
689
|
return 1;
|
|
690
690
|
}
|
|
691
|
-
var oe,
|
|
691
|
+
var oe, se, ve = 0, ge = o === "" ? lr : o + Pr;
|
|
692
692
|
if (he(e))
|
|
693
693
|
for (var wr = 0; wr < e.length; wr++)
|
|
694
|
-
oe = e[wr],
|
|
694
|
+
oe = e[wr], se = ge + Ve(oe, wr), ve += Me(oe, r, a, se, d);
|
|
695
695
|
else {
|
|
696
|
-
var Br =
|
|
696
|
+
var Br = Q(e);
|
|
697
697
|
if (typeof Br == "function") {
|
|
698
|
-
var
|
|
699
|
-
Br ===
|
|
700
|
-
for (var sn = Br.call(
|
|
701
|
-
oe =
|
|
702
|
-
} else if (
|
|
703
|
-
var
|
|
704
|
-
throw new Error("Objects are not valid as a React child (found: " + (
|
|
698
|
+
var wt = e;
|
|
699
|
+
Br === wt.entries && (Ge || ce("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), Ge = !0);
|
|
700
|
+
for (var sn = Br.call(wt), Ct, cn = 0; !(Ct = sn.next()).done; )
|
|
701
|
+
oe = Ct.value, se = ge + Ve(oe, cn++), ve += Me(oe, r, a, se, d);
|
|
702
|
+
} else if (M === "object") {
|
|
703
|
+
var Tt = String(e);
|
|
704
|
+
throw new Error("Objects are not valid as a React child (found: " + (Tt === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : Tt) + "). If you meant to render a collection of children, use an array instead.");
|
|
705
705
|
}
|
|
706
706
|
}
|
|
707
707
|
return ve;
|
|
@@ -710,8 +710,8 @@ function dn() {
|
|
|
710
710
|
if (e == null)
|
|
711
711
|
return e;
|
|
712
712
|
var o = [], d = 0;
|
|
713
|
-
return Me(e, o, "", "", function(
|
|
714
|
-
return r.call(a,
|
|
713
|
+
return Me(e, o, "", "", function(M) {
|
|
714
|
+
return r.call(a, M, d++);
|
|
715
715
|
}), o;
|
|
716
716
|
}
|
|
717
717
|
function Ar(e) {
|
|
@@ -737,7 +737,7 @@ function dn() {
|
|
|
737
737
|
}
|
|
738
738
|
function vr(e) {
|
|
739
739
|
var r = {
|
|
740
|
-
$$typeof:
|
|
740
|
+
$$typeof: N,
|
|
741
741
|
// As a workaround to support multiple concurrent renderers, we categorize
|
|
742
742
|
// some renderers as primary and others as secondary. We only expect
|
|
743
743
|
// there to be two concurrent renderers at most: React Native (primary) and
|
|
@@ -761,73 +761,73 @@ function dn() {
|
|
|
761
761
|
};
|
|
762
762
|
var a = !1, o = !1, d = !1;
|
|
763
763
|
{
|
|
764
|
-
var
|
|
765
|
-
$$typeof:
|
|
764
|
+
var M = {
|
|
765
|
+
$$typeof: N,
|
|
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, x("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(w) {
|
|
774
|
+
r.Provider = w;
|
|
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(w) {
|
|
782
|
+
r._currentValue = w;
|
|
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(w) {
|
|
790
|
+
r._currentValue2 = w;
|
|
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(w) {
|
|
798
|
+
r._threadCount = w;
|
|
799
799
|
}
|
|
800
800
|
},
|
|
801
801
|
Consumer: {
|
|
802
802
|
get: function() {
|
|
803
|
-
return a || (a = !0,
|
|
803
|
+
return a || (a = !0, x("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
|
-
d || (ce("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.",
|
|
810
|
+
set: function(w) {
|
|
811
|
+
d || (ce("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", w), d = !0);
|
|
812
812
|
}
|
|
813
813
|
}
|
|
814
|
-
}), r.Consumer =
|
|
814
|
+
}), r.Consumer = M;
|
|
815
815
|
}
|
|
816
816
|
return r._currentRenderer = null, r._currentRenderer2 = null, r;
|
|
817
817
|
}
|
|
818
818
|
var ze = -1, Xe = 0, Qe = 1, yr = 2;
|
|
819
|
-
function
|
|
819
|
+
function Ir(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 w = e;
|
|
825
|
+
w._status = Qe, w._result = M;
|
|
826
826
|
}
|
|
827
|
-
}, function(
|
|
827
|
+
}, function(M) {
|
|
828
828
|
if (e._status === Xe || e._status === ze) {
|
|
829
|
-
var
|
|
830
|
-
|
|
829
|
+
var w = e;
|
|
830
|
+
w._status = yr, w._result = M;
|
|
831
831
|
}
|
|
832
832
|
}), e._status === ze) {
|
|
833
833
|
var o = e;
|
|
@@ -836,27 +836,27 @@ function dn() {
|
|
|
836
836
|
}
|
|
837
837
|
if (e._status === Qe) {
|
|
838
838
|
var d = e._result;
|
|
839
|
-
return d === void 0 &&
|
|
839
|
+
return d === void 0 && x(`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?`, d), "default" in d ||
|
|
844
|
+
Did you accidentally put curly braces around the import?`, d), "default" in d || x(`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'))`, d), d.default;
|
|
848
848
|
} else
|
|
849
849
|
throw e._result;
|
|
850
850
|
}
|
|
851
|
-
function
|
|
851
|
+
function Fr(e) {
|
|
852
852
|
var r = {
|
|
853
853
|
// We use these fields to store the result.
|
|
854
854
|
_status: ze,
|
|
855
855
|
_result: e
|
|
856
856
|
}, a = {
|
|
857
|
-
$$typeof:
|
|
857
|
+
$$typeof: G,
|
|
858
858
|
_payload: r,
|
|
859
|
-
_init:
|
|
859
|
+
_init: Ir
|
|
860
860
|
};
|
|
861
861
|
{
|
|
862
862
|
var o, d;
|
|
@@ -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
|
+
x("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 d;
|
|
879
879
|
},
|
|
880
|
-
set: function(
|
|
881
|
-
|
|
880
|
+
set: function(M) {
|
|
881
|
+
x("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."), d = M, Object.defineProperty(a, "propTypes", {
|
|
882
882
|
enumerable: !0
|
|
883
883
|
});
|
|
884
884
|
}
|
|
@@ -888,9 +888,9 @@ Your code should look like:
|
|
|
888
888
|
return a;
|
|
889
889
|
}
|
|
890
890
|
function Dr(e) {
|
|
891
|
-
e != null && e.$$typeof ===
|
|
891
|
+
e != null && e.$$typeof === I ? x("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).") : typeof e != "function" ? x("forwardRef requires a render function but was given %s.", e === null ? "null" : typeof e) : e.length !== 0 && e.length !== 2 && x("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) && x("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?");
|
|
892
892
|
var r = {
|
|
893
|
-
$$typeof:
|
|
893
|
+
$$typeof: C,
|
|
894
894
|
render: e
|
|
895
895
|
};
|
|
896
896
|
{
|
|
@@ -911,16 +911,16 @@ Your code should look like:
|
|
|
911
911
|
var hr;
|
|
912
912
|
hr = Symbol.for("react.module.reference");
|
|
913
913
|
function t(e) {
|
|
914
|
-
return !!(typeof e == "string" || typeof e == "function" || e ===
|
|
914
|
+
return !!(typeof e == "string" || typeof e == "function" || e === R || e === S || fe || e === D || e === P || e === W || pe || e === $ || Te || Oe || Se || typeof e == "object" && e !== null && (e.$$typeof === G || e.$$typeof === I || e.$$typeof === j || e.$$typeof === N || e.$$typeof === C || // This needs to include all possible module reference object
|
|
915
915
|
// types supported by any Flight configuration anywhere since
|
|
916
916
|
// we don't know which Flight build this will end up being used
|
|
917
917
|
// with.
|
|
918
918
|
e.$$typeof === hr || e.getModuleId !== void 0));
|
|
919
919
|
}
|
|
920
|
-
function
|
|
921
|
-
t(e) ||
|
|
920
|
+
function u(e, r) {
|
|
921
|
+
t(e) || x("memo: The first argument must be a component. Instead received: %s", e === null ? "null" : typeof e);
|
|
922
922
|
var a = {
|
|
923
|
-
$$typeof:
|
|
923
|
+
$$typeof: I,
|
|
924
924
|
type: e,
|
|
925
925
|
compare: r === void 0 ? null : r
|
|
926
926
|
};
|
|
@@ -941,29 +941,29 @@ Your code should look like:
|
|
|
941
941
|
}
|
|
942
942
|
function l() {
|
|
943
943
|
var e = te.current;
|
|
944
|
-
return e === null &&
|
|
944
|
+
return e === null && x(`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
|
|
948
948
|
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), e;
|
|
949
949
|
}
|
|
950
|
-
function
|
|
950
|
+
function L(e) {
|
|
951
951
|
var r = l();
|
|
952
952
|
if (e._context !== void 0) {
|
|
953
953
|
var a = e._context;
|
|
954
|
-
a.Consumer === e ?
|
|
954
|
+
a.Consumer === e ? x("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 && x("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
|
}
|
|
958
|
-
function
|
|
958
|
+
function H(e) {
|
|
959
959
|
var r = l();
|
|
960
960
|
return r.useState(e);
|
|
961
961
|
}
|
|
962
|
-
function
|
|
962
|
+
function ee(e, r, a) {
|
|
963
963
|
var o = l();
|
|
964
964
|
return o.useReducer(e, r, a);
|
|
965
965
|
}
|
|
966
|
-
function
|
|
966
|
+
function z(e) {
|
|
967
967
|
var r = l();
|
|
968
968
|
return r.useRef(e);
|
|
969
969
|
}
|
|
@@ -975,7 +975,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
975
975
|
var a = l();
|
|
976
976
|
return a.useInsertionEffect(e, r);
|
|
977
977
|
}
|
|
978
|
-
function
|
|
978
|
+
function ue(e, r) {
|
|
979
979
|
var a = l();
|
|
980
980
|
return a.useLayoutEffect(e, r);
|
|
981
981
|
}
|
|
@@ -987,7 +987,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
987
987
|
var a = l();
|
|
988
988
|
return a.useMemo(e, r);
|
|
989
989
|
}
|
|
990
|
-
function
|
|
990
|
+
function Ne(e, r, a) {
|
|
991
991
|
var o = l();
|
|
992
992
|
return o.useImperativeHandle(e, r, a);
|
|
993
993
|
}
|
|
@@ -1009,22 +1009,22 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1009
1009
|
var e = l();
|
|
1010
1010
|
return e.useId();
|
|
1011
1011
|
}
|
|
1012
|
-
function
|
|
1012
|
+
function Nr(e, r, a) {
|
|
1013
1013
|
var o = l();
|
|
1014
1014
|
return o.useSyncExternalStore(e, r, a);
|
|
1015
1015
|
}
|
|
1016
|
-
var rr = 0, nt, at, ot, it,
|
|
1017
|
-
function
|
|
1016
|
+
var rr = 0, tt, nt, at, ot, it, ut, st;
|
|
1017
|
+
function ct() {
|
|
1018
1018
|
}
|
|
1019
|
-
|
|
1020
|
-
function
|
|
1019
|
+
ct.__reactDisabledLog = !0;
|
|
1020
|
+
function Vt() {
|
|
1021
1021
|
{
|
|
1022
1022
|
if (rr === 0) {
|
|
1023
|
-
|
|
1023
|
+
tt = console.log, nt = console.info, at = console.warn, ot = console.error, it = console.group, ut = console.groupCollapsed, st = console.groupEnd;
|
|
1024
1024
|
var e = {
|
|
1025
1025
|
configurable: !0,
|
|
1026
1026
|
enumerable: !0,
|
|
1027
|
-
value:
|
|
1027
|
+
value: ct,
|
|
1028
1028
|
writable: !0
|
|
1029
1029
|
};
|
|
1030
1030
|
Object.defineProperties(console, {
|
|
@@ -1040,7 +1040,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1040
1040
|
rr++;
|
|
1041
1041
|
}
|
|
1042
1042
|
}
|
|
1043
|
-
function
|
|
1043
|
+
function qt() {
|
|
1044
1044
|
{
|
|
1045
1045
|
if (rr--, rr === 0) {
|
|
1046
1046
|
var e = {
|
|
@@ -1050,32 +1050,32 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1050
1050
|
};
|
|
1051
1051
|
Object.defineProperties(console, {
|
|
1052
1052
|
log: i({}, e, {
|
|
1053
|
-
value:
|
|
1053
|
+
value: tt
|
|
1054
1054
|
}),
|
|
1055
1055
|
info: i({}, e, {
|
|
1056
|
-
value:
|
|
1056
|
+
value: nt
|
|
1057
1057
|
}),
|
|
1058
1058
|
warn: i({}, e, {
|
|
1059
|
-
value:
|
|
1059
|
+
value: at
|
|
1060
1060
|
}),
|
|
1061
1061
|
error: i({}, e, {
|
|
1062
|
-
value:
|
|
1062
|
+
value: ot
|
|
1063
1063
|
}),
|
|
1064
1064
|
group: i({}, e, {
|
|
1065
|
-
value:
|
|
1065
|
+
value: it
|
|
1066
1066
|
}),
|
|
1067
1067
|
groupCollapsed: i({}, e, {
|
|
1068
1068
|
value: ut
|
|
1069
1069
|
}),
|
|
1070
1070
|
groupEnd: i({}, e, {
|
|
1071
|
-
value:
|
|
1071
|
+
value: st
|
|
1072
1072
|
})
|
|
1073
1073
|
});
|
|
1074
1074
|
}
|
|
1075
|
-
rr < 0 &&
|
|
1075
|
+
rr < 0 && x("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1076
1076
|
}
|
|
1077
1077
|
}
|
|
1078
|
-
var
|
|
1078
|
+
var Lr = de.ReactCurrentDispatcher, Yr;
|
|
1079
1079
|
function mr(e, r, a) {
|
|
1080
1080
|
{
|
|
1081
1081
|
if (Yr === void 0)
|
|
@@ -1091,10 +1091,10 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1091
1091
|
}
|
|
1092
1092
|
var Wr = !1, gr;
|
|
1093
1093
|
{
|
|
1094
|
-
var
|
|
1095
|
-
gr = new
|
|
1094
|
+
var zt = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1095
|
+
gr = new zt();
|
|
1096
1096
|
}
|
|
1097
|
-
function
|
|
1097
|
+
function lt(e, r) {
|
|
1098
1098
|
if (!e || Wr)
|
|
1099
1099
|
return "";
|
|
1100
1100
|
{
|
|
@@ -1106,31 +1106,31 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1106
1106
|
Wr = !0;
|
|
1107
1107
|
var d = 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 w = function() {
|
|
1114
1114
|
throw Error();
|
|
1115
1115
|
};
|
|
1116
|
-
if (Object.defineProperty(
|
|
1116
|
+
if (Object.defineProperty(w.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(w, []);
|
|
1123
1123
|
} catch (ge) {
|
|
1124
1124
|
o = ge;
|
|
1125
1125
|
}
|
|
1126
|
-
Reflect.construct(e, [],
|
|
1126
|
+
Reflect.construct(e, [], w);
|
|
1127
1127
|
} else {
|
|
1128
1128
|
try {
|
|
1129
|
-
|
|
1129
|
+
w.call();
|
|
1130
1130
|
} catch (ge) {
|
|
1131
1131
|
o = ge;
|
|
1132
1132
|
}
|
|
1133
|
-
e.call(
|
|
1133
|
+
e.call(w.prototype);
|
|
1134
1134
|
}
|
|
1135
1135
|
} else {
|
|
1136
1136
|
try {
|
|
@@ -1142,17 +1142,17 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1142
1142
|
}
|
|
1143
1143
|
} catch (ge) {
|
|
1144
1144
|
if (ge && o && typeof ge.stack == "string") {
|
|
1145
|
-
for (var
|
|
1146
|
-
`),
|
|
1147
|
-
`), re =
|
|
1145
|
+
for (var Y = ge.stack.split(`
|
|
1146
|
+
`), B = o.stack.split(`
|
|
1147
|
+
`), re = Y.length - 1, ae = B.length - 1; re >= 1 && ae >= 0 && Y[re] !== B[ae]; )
|
|
1148
1148
|
ae--;
|
|
1149
1149
|
for (; re >= 1 && ae >= 0; re--, ae--)
|
|
1150
|
-
if (
|
|
1150
|
+
if (Y[re] !== B[ae]) {
|
|
1151
1151
|
if (re !== 1 || ae !== 1)
|
|
1152
1152
|
do
|
|
1153
|
-
if (re--, ae--, ae < 0 ||
|
|
1153
|
+
if (re--, ae--, ae < 0 || Y[re] !== B[ae]) {
|
|
1154
1154
|
var oe = `
|
|
1155
|
-
` +
|
|
1155
|
+
` + Y[re].replace(" at new ", " at ");
|
|
1156
1156
|
return e.displayName && oe.includes("<anonymous>") && (oe = oe.replace("<anonymous>", e.displayName)), typeof e == "function" && gr.set(e, oe), oe;
|
|
1157
1157
|
}
|
|
1158
1158
|
while (re >= 1 && ae >= 0);
|
|
@@ -1160,15 +1160,15 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1160
1160
|
}
|
|
1161
1161
|
}
|
|
1162
1162
|
} finally {
|
|
1163
|
-
Wr = !1,
|
|
1163
|
+
Wr = !1, Lr.current = M, qt(), Error.prepareStackTrace = d;
|
|
1164
1164
|
}
|
|
1165
|
-
var
|
|
1165
|
+
var se = e ? e.displayName || e.name : "", ve = se ? mr(se) : "";
|
|
1166
1166
|
return typeof e == "function" && gr.set(e, ve), ve;
|
|
1167
1167
|
}
|
|
1168
|
-
function
|
|
1169
|
-
return
|
|
1168
|
+
function Bt(e, r, a) {
|
|
1169
|
+
return lt(e, !1);
|
|
1170
1170
|
}
|
|
1171
|
-
function
|
|
1171
|
+
function Ht(e) {
|
|
1172
1172
|
var r = e.prototype;
|
|
1173
1173
|
return !!(r && r.isReactComponent);
|
|
1174
1174
|
}
|
|
@@ -1176,55 +1176,55 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1176
1176
|
if (e == null)
|
|
1177
1177
|
return "";
|
|
1178
1178
|
if (typeof e == "function")
|
|
1179
|
-
return
|
|
1179
|
+
return lt(e, Ht(e));
|
|
1180
1180
|
if (typeof e == "string")
|
|
1181
1181
|
return mr(e);
|
|
1182
1182
|
switch (e) {
|
|
1183
|
-
case
|
|
1183
|
+
case P:
|
|
1184
1184
|
return mr("Suspense");
|
|
1185
|
-
case
|
|
1185
|
+
case W:
|
|
1186
1186
|
return mr("SuspenseList");
|
|
1187
1187
|
}
|
|
1188
1188
|
if (typeof e == "object")
|
|
1189
1189
|
switch (e.$$typeof) {
|
|
1190
|
-
case
|
|
1191
|
-
return
|
|
1192
|
-
case
|
|
1190
|
+
case C:
|
|
1191
|
+
return Bt(e.render);
|
|
1192
|
+
case I:
|
|
1193
1193
|
return br(e.type, r, a);
|
|
1194
|
-
case
|
|
1195
|
-
var o = e, d = o._payload,
|
|
1194
|
+
case G: {
|
|
1195
|
+
var o = e, d = o._payload, M = o._init;
|
|
1196
1196
|
try {
|
|
1197
|
-
return br(
|
|
1197
|
+
return br(M(d), r, a);
|
|
1198
1198
|
} catch {
|
|
1199
1199
|
}
|
|
1200
1200
|
}
|
|
1201
1201
|
}
|
|
1202
1202
|
return "";
|
|
1203
1203
|
}
|
|
1204
|
-
var
|
|
1204
|
+
var ft = {}, dt = de.ReactDebugCurrentFrame;
|
|
1205
1205
|
function _r(e) {
|
|
1206
1206
|
if (e) {
|
|
1207
1207
|
var r = e._owner, a = br(e.type, e._source, r ? r.type : null);
|
|
1208
|
-
|
|
1208
|
+
dt.setExtraStackFrame(a);
|
|
1209
1209
|
} else
|
|
1210
|
-
|
|
1210
|
+
dt.setExtraStackFrame(null);
|
|
1211
1211
|
}
|
|
1212
|
-
function
|
|
1212
|
+
function Gt(e, r, a, o, d) {
|
|
1213
1213
|
{
|
|
1214
|
-
var
|
|
1215
|
-
for (var
|
|
1216
|
-
if (
|
|
1217
|
-
var
|
|
1214
|
+
var M = Function.call.bind(We);
|
|
1215
|
+
for (var w in e)
|
|
1216
|
+
if (M(e, w)) {
|
|
1217
|
+
var Y = void 0;
|
|
1218
1218
|
try {
|
|
1219
|
-
if (typeof e[
|
|
1220
|
-
var
|
|
1221
|
-
throw
|
|
1219
|
+
if (typeof e[w] != "function") {
|
|
1220
|
+
var B = Error((o || "React class") + ": " + a + " type `" + w + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[w] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1221
|
+
throw B.name = "Invariant Violation", B;
|
|
1222
1222
|
}
|
|
1223
|
-
|
|
1223
|
+
Y = e[w](r, w, o, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1224
1224
|
} catch (re) {
|
|
1225
|
-
|
|
1225
|
+
Y = re;
|
|
1226
1226
|
}
|
|
1227
|
-
|
|
1227
|
+
Y && !(Y instanceof Error) && (_r(d), x("%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, w, typeof Y), _r(null)), Y instanceof Error && !(Y.message in ft) && (ft[Y.message] = !0, _r(d), x("Failed %s type: %s", a, Y.message), _r(null));
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
1230
|
}
|
|
@@ -1237,7 +1237,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1237
1237
|
}
|
|
1238
1238
|
var Ur;
|
|
1239
1239
|
Ur = !1;
|
|
1240
|
-
function
|
|
1240
|
+
function pt() {
|
|
1241
1241
|
if (ie.current) {
|
|
1242
1242
|
var e = je(ie.current.type);
|
|
1243
1243
|
if (e)
|
|
@@ -1247,7 +1247,7 @@ Check the render method of \`` + e + "`.";
|
|
|
1247
1247
|
}
|
|
1248
1248
|
return "";
|
|
1249
1249
|
}
|
|
1250
|
-
function
|
|
1250
|
+
function Kt(e) {
|
|
1251
1251
|
if (e !== void 0) {
|
|
1252
1252
|
var r = e.fileName.replace(/^.*[\\\/]/, ""), a = e.lineNumber;
|
|
1253
1253
|
return `
|
|
@@ -1256,12 +1256,12 @@ Check your code at ` + r + ":" + a + ".";
|
|
|
1256
1256
|
}
|
|
1257
1257
|
return "";
|
|
1258
1258
|
}
|
|
1259
|
-
function Kt(e) {
|
|
1260
|
-
return e != null ? Gt(e.__source) : "";
|
|
1261
|
-
}
|
|
1262
|
-
var yt = {};
|
|
1263
1259
|
function Jt(e) {
|
|
1264
|
-
|
|
1260
|
+
return e != null ? Kt(e.__source) : "";
|
|
1261
|
+
}
|
|
1262
|
+
var vt = {};
|
|
1263
|
+
function Zt(e) {
|
|
1264
|
+
var r = pt();
|
|
1265
1265
|
if (!r) {
|
|
1266
1266
|
var a = typeof e == "string" ? e : e.displayName || e.name;
|
|
1267
1267
|
a && (r = `
|
|
@@ -1270,35 +1270,35 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1270
1270
|
}
|
|
1271
1271
|
return r;
|
|
1272
1272
|
}
|
|
1273
|
-
function
|
|
1273
|
+
function yt(e, r) {
|
|
1274
1274
|
if (!(!e._store || e._store.validated || e.key != null)) {
|
|
1275
1275
|
e._store.validated = !0;
|
|
1276
|
-
var a =
|
|
1277
|
-
if (!
|
|
1278
|
-
|
|
1276
|
+
var a = Zt(r);
|
|
1277
|
+
if (!vt[a]) {
|
|
1278
|
+
vt[a] = !0;
|
|
1279
1279
|
var o = "";
|
|
1280
|
-
e && e._owner && e._owner !== ie.current && (o = " It was passed a child from " + je(e._owner.type) + "."), Ke(e),
|
|
1280
|
+
e && e._owner && e._owner !== ie.current && (o = " It was passed a child from " + je(e._owner.type) + "."), Ke(e), x('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
|
}
|
|
1284
|
-
function
|
|
1284
|
+
function ht(e, r) {
|
|
1285
1285
|
if (typeof e == "object") {
|
|
1286
1286
|
if (he(e))
|
|
1287
1287
|
for (var a = 0; a < e.length; a++) {
|
|
1288
1288
|
var o = e[a];
|
|
1289
|
-
De(o) &&
|
|
1289
|
+
De(o) && yt(o, r);
|
|
1290
1290
|
}
|
|
1291
1291
|
else if (De(e))
|
|
1292
1292
|
e._store && (e._store.validated = !0);
|
|
1293
1293
|
else if (e) {
|
|
1294
|
-
var d =
|
|
1294
|
+
var d = Q(e);
|
|
1295
1295
|
if (typeof d == "function" && d !== e.entries)
|
|
1296
|
-
for (var
|
|
1297
|
-
De(
|
|
1296
|
+
for (var M = d.call(e), w; !(w = M.next()).done; )
|
|
1297
|
+
De(w.value) && yt(w.value, r);
|
|
1298
1298
|
}
|
|
1299
1299
|
}
|
|
1300
1300
|
}
|
|
1301
|
-
function
|
|
1301
|
+
function mt(e) {
|
|
1302
1302
|
{
|
|
1303
1303
|
var r = e.type;
|
|
1304
1304
|
if (r == null || typeof r == "string")
|
|
@@ -1306,57 +1306,57 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1306
1306
|
var a;
|
|
1307
1307
|
if (typeof r == "function")
|
|
1308
1308
|
a = r.propTypes;
|
|
1309
|
-
else if (typeof r == "object" && (r.$$typeof ===
|
|
1309
|
+
else if (typeof r == "object" && (r.$$typeof === C || // Note: Memo only checks outer props here.
|
|
1310
1310
|
// Inner props are checked in the reconciler.
|
|
1311
|
-
r.$$typeof ===
|
|
1311
|
+
r.$$typeof === I))
|
|
1312
1312
|
a = r.propTypes;
|
|
1313
1313
|
else
|
|
1314
1314
|
return;
|
|
1315
1315
|
if (a) {
|
|
1316
1316
|
var o = je(r);
|
|
1317
|
-
|
|
1317
|
+
Gt(a, e.props, "prop", o, e);
|
|
1318
1318
|
} else if (r.PropTypes !== void 0 && !Ur) {
|
|
1319
1319
|
Ur = !0;
|
|
1320
1320
|
var d = je(r);
|
|
1321
|
-
|
|
1321
|
+
x("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", d || "Unknown");
|
|
1322
1322
|
}
|
|
1323
|
-
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved &&
|
|
1323
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && x("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1324
1324
|
}
|
|
1325
1325
|
}
|
|
1326
|
-
function
|
|
1326
|
+
function Xt(e) {
|
|
1327
1327
|
{
|
|
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), x("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), x("Invalid attribute `ref` supplied to `React.Fragment`."), Ke(null));
|
|
1336
1336
|
}
|
|
1337
1337
|
}
|
|
1338
|
-
function
|
|
1338
|
+
function gt(e, r, a) {
|
|
1339
1339
|
var o = t(e);
|
|
1340
1340
|
if (!o) {
|
|
1341
1341
|
var d = "";
|
|
1342
1342
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (d += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
1343
|
-
var
|
|
1344
|
-
|
|
1345
|
-
var
|
|
1346
|
-
e === null ?
|
|
1347
|
-
}
|
|
1348
|
-
var
|
|
1349
|
-
if (
|
|
1350
|
-
return
|
|
1343
|
+
var M = Jt(r);
|
|
1344
|
+
M ? d += M : d += pt();
|
|
1345
|
+
var w;
|
|
1346
|
+
e === null ? w = "null" : he(e) ? w = "array" : e !== void 0 && e.$$typeof === E ? (w = "<" + (je(e.type) || "Unknown") + " />", d = " Did you accidentally export a JSX literal instead of a component?") : w = typeof e, x("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", w, d);
|
|
1347
|
+
}
|
|
1348
|
+
var Y = xr.apply(this, arguments);
|
|
1349
|
+
if (Y == null)
|
|
1350
|
+
return Y;
|
|
1351
1351
|
if (o)
|
|
1352
|
-
for (var
|
|
1353
|
-
|
|
1354
|
-
return e ===
|
|
1355
|
-
}
|
|
1356
|
-
var
|
|
1357
|
-
function
|
|
1358
|
-
var r =
|
|
1359
|
-
return r.type = e,
|
|
1352
|
+
for (var B = 2; B < arguments.length; B++)
|
|
1353
|
+
ht(arguments[B], e);
|
|
1354
|
+
return e === R ? Xt(Y) : mt(Y), Y;
|
|
1355
|
+
}
|
|
1356
|
+
var bt = !1;
|
|
1357
|
+
function Qt(e) {
|
|
1358
|
+
var r = gt.bind(null, e);
|
|
1359
|
+
return r.type = e, bt || (bt = !0, ce("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")), Object.defineProperty(r, "type", {
|
|
1360
1360
|
enumerable: !1,
|
|
1361
1361
|
get: function() {
|
|
1362
1362
|
return ce("Factory.type is deprecated. Access the class directly before passing it to createFactory."), Object.defineProperty(this, "type", {
|
|
@@ -1365,42 +1365,42 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1365
1365
|
}
|
|
1366
1366
|
}), r;
|
|
1367
1367
|
}
|
|
1368
|
-
function
|
|
1368
|
+
function en(e, r, a) {
|
|
1369
1369
|
for (var o = jr.apply(this, arguments), d = 2; d < arguments.length; d++)
|
|
1370
|
-
|
|
1371
|
-
return
|
|
1372
|
-
}
|
|
1373
|
-
function
|
|
1374
|
-
var a =
|
|
1375
|
-
|
|
1376
|
-
var o =
|
|
1377
|
-
|
|
1370
|
+
ht(arguments[d], o.type);
|
|
1371
|
+
return mt(o), o;
|
|
1372
|
+
}
|
|
1373
|
+
function rn(e, r) {
|
|
1374
|
+
var a = J.transition;
|
|
1375
|
+
J.transition = {};
|
|
1376
|
+
var o = J.transition;
|
|
1377
|
+
J.transition._updatedFibers = /* @__PURE__ */ new Set();
|
|
1378
1378
|
try {
|
|
1379
1379
|
e();
|
|
1380
1380
|
} finally {
|
|
1381
|
-
if (
|
|
1381
|
+
if (J.transition = a, a === null && o._updatedFibers) {
|
|
1382
1382
|
var d = o._updatedFibers.size;
|
|
1383
1383
|
d > 10 && ce("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."), o._updatedFibers.clear();
|
|
1384
1384
|
}
|
|
1385
1385
|
}
|
|
1386
1386
|
}
|
|
1387
|
-
var
|
|
1388
|
-
function
|
|
1387
|
+
var _t = !1, Er = null;
|
|
1388
|
+
function tn(e) {
|
|
1389
1389
|
if (Er === null)
|
|
1390
1390
|
try {
|
|
1391
1391
|
var r = ("require" + Math.random()).slice(0, 7), a = c && c[r];
|
|
1392
1392
|
Er = a.call(c, "timers").setImmediate;
|
|
1393
1393
|
} catch {
|
|
1394
1394
|
Er = function(d) {
|
|
1395
|
-
|
|
1396
|
-
var
|
|
1397
|
-
|
|
1395
|
+
_t === !1 && (_t = !0, typeof MessageChannel > "u" && x("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 = d, M.port2.postMessage(void 0);
|
|
1398
1398
|
};
|
|
1399
1399
|
}
|
|
1400
1400
|
return Er(e);
|
|
1401
1401
|
}
|
|
1402
|
-
var Je = 0,
|
|
1403
|
-
function
|
|
1402
|
+
var Je = 0, Et = !1;
|
|
1403
|
+
function Rt(e) {
|
|
1404
1404
|
{
|
|
1405
1405
|
var r = Je;
|
|
1406
1406
|
Je++, f.current === null && (f.current = []);
|
|
@@ -1410,40 +1410,40 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1410
1410
|
var d = f.current;
|
|
1411
1411
|
d !== null && (f.didScheduleLegacyUpdate = !1, zr(d));
|
|
1412
1412
|
}
|
|
1413
|
-
} catch (
|
|
1414
|
-
throw Rr(r),
|
|
1413
|
+
} catch (se) {
|
|
1414
|
+
throw Rr(r), se;
|
|
1415
1415
|
} finally {
|
|
1416
1416
|
f.isBatchingLegacy = a;
|
|
1417
1417
|
}
|
|
1418
1418
|
if (o !== null && typeof o == "object" && typeof o.then == "function") {
|
|
1419
|
-
var
|
|
1420
|
-
then: function(
|
|
1421
|
-
|
|
1422
|
-
Rr(r), Je === 0 ? Vr(ge,
|
|
1419
|
+
var M = o, w = !1, Y = {
|
|
1420
|
+
then: function(se, ve) {
|
|
1421
|
+
w = !0, M.then(function(ge) {
|
|
1422
|
+
Rr(r), Je === 0 ? Vr(ge, se, ve) : se(ge);
|
|
1423
1423
|
}, function(ge) {
|
|
1424
1424
|
Rr(r), ve(ge);
|
|
1425
1425
|
});
|
|
1426
1426
|
}
|
|
1427
1427
|
};
|
|
1428
|
-
return !
|
|
1428
|
+
return !Et && typeof Promise < "u" && Promise.resolve().then(function() {
|
|
1429
1429
|
}).then(function() {
|
|
1430
|
-
|
|
1431
|
-
}),
|
|
1430
|
+
w || (Et = !0, x("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"));
|
|
1431
|
+
}), Y;
|
|
1432
1432
|
} else {
|
|
1433
|
-
var
|
|
1433
|
+
var B = o;
|
|
1434
1434
|
if (Rr(r), Je === 0) {
|
|
1435
1435
|
var re = f.current;
|
|
1436
1436
|
re !== null && (zr(re), f.current = null);
|
|
1437
1437
|
var ae = {
|
|
1438
|
-
then: function(
|
|
1439
|
-
f.current === null ? (f.current = [], Vr(
|
|
1438
|
+
then: function(se, ve) {
|
|
1439
|
+
f.current === null ? (f.current = [], Vr(B, se, ve)) : se(B);
|
|
1440
1440
|
}
|
|
1441
1441
|
};
|
|
1442
1442
|
return ae;
|
|
1443
1443
|
} else {
|
|
1444
1444
|
var oe = {
|
|
1445
|
-
then: function(
|
|
1446
|
-
|
|
1445
|
+
then: function(se, ve) {
|
|
1446
|
+
se(B);
|
|
1447
1447
|
}
|
|
1448
1448
|
};
|
|
1449
1449
|
return oe;
|
|
@@ -1452,14 +1452,14 @@ 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 && x("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
|
{
|
|
1459
1459
|
var o = f.current;
|
|
1460
1460
|
if (o !== null)
|
|
1461
1461
|
try {
|
|
1462
|
-
zr(o),
|
|
1462
|
+
zr(o), tn(function() {
|
|
1463
1463
|
o.length === 0 ? (f.current = null, r(e)) : Vr(e, r, a);
|
|
1464
1464
|
});
|
|
1465
1465
|
} catch (d) {
|
|
@@ -1489,19 +1489,21 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1489
1489
|
}
|
|
1490
1490
|
}
|
|
1491
1491
|
}
|
|
1492
|
-
var
|
|
1492
|
+
var nn = gt, an = en, on = Qt, un = {
|
|
1493
1493
|
map: qe,
|
|
1494
1494
|
forEach: dr,
|
|
1495
1495
|
count: Ar,
|
|
1496
1496
|
toArray: $r,
|
|
1497
1497
|
only: pr
|
|
1498
1498
|
};
|
|
1499
|
-
p.Children =
|
|
1499
|
+
p.Children = un, p.Component = y, p.Fragment = R, p.Profiler = S, p.PureComponent = O, p.StrictMode = D, p.Suspense = P, p.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = de, p.act = Rt, p.cloneElement = an, p.createContext = vr, p.createElement = nn, p.createFactory = on, p.createRef = ye, p.forwardRef = Dr, p.isValidElement = De, p.lazy = Fr, p.memo = u, p.startTransition = rn, p.unstable_act = Rt, p.useCallback = le, p.useContext = L, p.useDebugValue = Ae, p.useDeferredValue = er, p.useEffect = V, p.useId = Mr, p.useImperativeHandle = Ne, p.useInsertionEffect = me, p.useLayoutEffect = ue, p.useMemo = Re, p.useReducer = ee, p.useRef = z, p.useState = H, p.useSyncExternalStore = Nr, p.useTransition = be, p.version = F, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
|
|
1500
1500
|
}();
|
|
1501
1501
|
}(ar, ar.exports)), ar.exports;
|
|
1502
1502
|
}
|
|
1503
|
-
|
|
1504
|
-
|
|
1503
|
+
var Ot;
|
|
1504
|
+
function Yt() {
|
|
1505
|
+
return Ot || (Ot = 1, process.env.NODE_ENV === "production" ? Cr.exports = dn() : Cr.exports = pn()), Cr.exports;
|
|
1506
|
+
}
|
|
1505
1507
|
/**
|
|
1506
1508
|
* @license React
|
|
1507
1509
|
* react-jsx-runtime.production.min.js
|
|
@@ -1512,22 +1514,22 @@ var Tr = et.exports;
|
|
|
1512
1514
|
* LICENSE file in the root directory of this source tree.
|
|
1513
1515
|
*/
|
|
1514
1516
|
var jt;
|
|
1515
|
-
function
|
|
1517
|
+
function vn() {
|
|
1516
1518
|
if (jt)
|
|
1517
1519
|
return tr;
|
|
1518
1520
|
jt = 1;
|
|
1519
|
-
var c =
|
|
1520
|
-
function
|
|
1521
|
-
var
|
|
1522
|
-
|
|
1523
|
-
for (
|
|
1524
|
-
|
|
1525
|
-
if (
|
|
1526
|
-
for (
|
|
1527
|
-
|
|
1528
|
-
return { $$typeof: p, type:
|
|
1521
|
+
var c = Yt(), p = Symbol.for("react.element"), F = Symbol.for("react.fragment"), E = Object.prototype.hasOwnProperty, A = c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, R = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
1522
|
+
function D(S, j, N) {
|
|
1523
|
+
var C, P = {}, W = null, I = null;
|
|
1524
|
+
N !== void 0 && (W = "" + N), j.key !== void 0 && (W = "" + j.key), j.ref !== void 0 && (I = j.ref);
|
|
1525
|
+
for (C in j)
|
|
1526
|
+
E.call(j, C) && !R.hasOwnProperty(C) && (P[C] = j[C]);
|
|
1527
|
+
if (S && S.defaultProps)
|
|
1528
|
+
for (C in j = S.defaultProps, j)
|
|
1529
|
+
P[C] === void 0 && (P[C] = j[C]);
|
|
1530
|
+
return { $$typeof: p, type: S, key: W, ref: I, props: P, _owner: A.current };
|
|
1529
1531
|
}
|
|
1530
|
-
return tr.Fragment =
|
|
1532
|
+
return tr.Fragment = F, tr.jsx = D, tr.jsxs = D, tr;
|
|
1531
1533
|
}
|
|
1532
1534
|
var nr = {};
|
|
1533
1535
|
/**
|
|
@@ -1540,48 +1542,48 @@ var nr = {};
|
|
|
1540
1542
|
* LICENSE file in the root directory of this source tree.
|
|
1541
1543
|
*/
|
|
1542
1544
|
var Pt;
|
|
1543
|
-
function
|
|
1545
|
+
function yn() {
|
|
1544
1546
|
return Pt || (Pt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1545
|
-
var c =
|
|
1546
|
-
function
|
|
1547
|
+
var c = Yt(), p = Symbol.for("react.element"), F = Symbol.for("react.portal"), E = Symbol.for("react.fragment"), A = Symbol.for("react.strict_mode"), R = Symbol.for("react.profiler"), D = Symbol.for("react.provider"), S = Symbol.for("react.context"), j = Symbol.for("react.forward_ref"), N = Symbol.for("react.suspense"), C = Symbol.for("react.suspense_list"), P = Symbol.for("react.memo"), W = Symbol.for("react.lazy"), I = Symbol.for("react.offscreen"), G = Symbol.iterator, $ = "@@iterator";
|
|
1548
|
+
function K(t) {
|
|
1547
1549
|
if (t === null || typeof t != "object")
|
|
1548
1550
|
return null;
|
|
1549
|
-
var
|
|
1550
|
-
return typeof
|
|
1551
|
+
var u = G && t[G] || t[$];
|
|
1552
|
+
return typeof u == "function" ? u : null;
|
|
1551
1553
|
}
|
|
1552
1554
|
var ne = c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
1553
|
-
function
|
|
1555
|
+
function Q(t) {
|
|
1554
1556
|
{
|
|
1555
|
-
for (var
|
|
1556
|
-
l[
|
|
1557
|
+
for (var u = arguments.length, l = new Array(u > 1 ? u - 1 : 0), L = 1; L < u; L++)
|
|
1558
|
+
l[L - 1] = arguments[L];
|
|
1557
1559
|
te("error", t, l);
|
|
1558
1560
|
}
|
|
1559
1561
|
}
|
|
1560
|
-
function te(t,
|
|
1562
|
+
function te(t, u, l) {
|
|
1561
1563
|
{
|
|
1562
|
-
var
|
|
1563
|
-
|
|
1564
|
-
var
|
|
1565
|
-
return String(
|
|
1564
|
+
var L = ne.ReactDebugCurrentFrame, H = L.getStackAddendum();
|
|
1565
|
+
H !== "" && (u += "%s", l = l.concat([H]));
|
|
1566
|
+
var ee = l.map(function(z) {
|
|
1567
|
+
return String(z);
|
|
1566
1568
|
});
|
|
1567
|
-
|
|
1569
|
+
ee.unshift("Warning: " + u), Function.prototype.apply.call(console[t], console, ee);
|
|
1568
1570
|
}
|
|
1569
1571
|
}
|
|
1570
|
-
var
|
|
1572
|
+
var J = !1, f = !1, ie = !1, Ee = !1, we = !1, Ce;
|
|
1571
1573
|
Ce = Symbol.for("react.module.reference");
|
|
1572
1574
|
function Te(t) {
|
|
1573
|
-
return !!(typeof t == "string" || typeof t == "function" || t ===
|
|
1575
|
+
return !!(typeof t == "string" || typeof t == "function" || t === E || t === R || we || t === A || t === N || t === C || Ee || t === I || J || f || ie || typeof t == "object" && t !== null && (t.$$typeof === W || t.$$typeof === P || t.$$typeof === D || t.$$typeof === S || t.$$typeof === j || // This needs to include all possible module reference object
|
|
1574
1576
|
// types supported by any Flight configuration anywhere since
|
|
1575
1577
|
// we don't know which Flight build this will end up being used
|
|
1576
1578
|
// with.
|
|
1577
1579
|
t.$$typeof === Ce || t.getModuleId !== void 0));
|
|
1578
1580
|
}
|
|
1579
|
-
function Oe(t,
|
|
1580
|
-
var
|
|
1581
|
-
if (
|
|
1582
|
-
return
|
|
1583
|
-
var
|
|
1584
|
-
return
|
|
1581
|
+
function Oe(t, u, l) {
|
|
1582
|
+
var L = t.displayName;
|
|
1583
|
+
if (L)
|
|
1584
|
+
return L;
|
|
1585
|
+
var H = u.displayName || u.name || "";
|
|
1586
|
+
return H !== "" ? l + "(" + H + ")" : l;
|
|
1585
1587
|
}
|
|
1586
1588
|
function Se(t) {
|
|
1587
1589
|
return t.displayName || "Context";
|
|
@@ -1589,41 +1591,41 @@ function vn() {
|
|
|
1589
1591
|
function pe(t) {
|
|
1590
1592
|
if (t == null)
|
|
1591
1593
|
return null;
|
|
1592
|
-
if (typeof t.tag == "number" &&
|
|
1594
|
+
if (typeof t.tag == "number" && Q("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
|
|
1593
1595
|
return t.displayName || t.name || null;
|
|
1594
1596
|
if (typeof t == "string")
|
|
1595
1597
|
return t;
|
|
1596
1598
|
switch (t) {
|
|
1597
|
-
case
|
|
1599
|
+
case E:
|
|
1598
1600
|
return "Fragment";
|
|
1599
|
-
case
|
|
1601
|
+
case F:
|
|
1600
1602
|
return "Portal";
|
|
1601
|
-
case
|
|
1603
|
+
case R:
|
|
1602
1604
|
return "Profiler";
|
|
1603
|
-
case
|
|
1605
|
+
case A:
|
|
1604
1606
|
return "StrictMode";
|
|
1605
|
-
case
|
|
1607
|
+
case N:
|
|
1606
1608
|
return "Suspense";
|
|
1607
|
-
case
|
|
1609
|
+
case C:
|
|
1608
1610
|
return "SuspenseList";
|
|
1609
1611
|
}
|
|
1610
1612
|
if (typeof t == "object")
|
|
1611
1613
|
switch (t.$$typeof) {
|
|
1612
|
-
case
|
|
1613
|
-
var
|
|
1614
|
-
return Se(
|
|
1615
|
-
case
|
|
1614
|
+
case S:
|
|
1615
|
+
var u = t;
|
|
1616
|
+
return Se(u) + ".Consumer";
|
|
1617
|
+
case D:
|
|
1616
1618
|
var l = t;
|
|
1617
1619
|
return Se(l._context) + ".Provider";
|
|
1618
1620
|
case j:
|
|
1619
1621
|
return Oe(t, t.render, "ForwardRef");
|
|
1620
|
-
case
|
|
1621
|
-
var
|
|
1622
|
-
return
|
|
1623
|
-
case
|
|
1624
|
-
var
|
|
1622
|
+
case P:
|
|
1623
|
+
var L = t.displayName || null;
|
|
1624
|
+
return L !== null ? L : pe(t.type) || "Memo";
|
|
1625
|
+
case W: {
|
|
1626
|
+
var H = t, ee = H._payload, z = H._init;
|
|
1625
1627
|
try {
|
|
1626
|
-
return pe(
|
|
1628
|
+
return pe(z(ee));
|
|
1627
1629
|
} catch {
|
|
1628
1630
|
return null;
|
|
1629
1631
|
}
|
|
@@ -1631,14 +1633,14 @@ function vn() {
|
|
|
1631
1633
|
}
|
|
1632
1634
|
return null;
|
|
1633
1635
|
}
|
|
1634
|
-
var fe = Object.assign, de = 0, ce,
|
|
1636
|
+
var fe = Object.assign, de = 0, ce, x, _e, xe, s, n, i;
|
|
1635
1637
|
function h() {
|
|
1636
1638
|
}
|
|
1637
1639
|
h.__reactDisabledLog = !0;
|
|
1638
|
-
function
|
|
1640
|
+
function y() {
|
|
1639
1641
|
{
|
|
1640
1642
|
if (de === 0) {
|
|
1641
|
-
ce = console.log,
|
|
1643
|
+
ce = console.log, x = console.info, _e = console.warn, xe = console.error, s = console.group, n = console.groupCollapsed, i = console.groupEnd;
|
|
1642
1644
|
var t = {
|
|
1643
1645
|
configurable: !0,
|
|
1644
1646
|
enumerable: !0,
|
|
@@ -1671,7 +1673,7 @@ function vn() {
|
|
|
1671
1673
|
value: ce
|
|
1672
1674
|
}),
|
|
1673
1675
|
info: fe({}, t, {
|
|
1674
|
-
value:
|
|
1676
|
+
value: x
|
|
1675
1677
|
}),
|
|
1676
1678
|
warn: fe({}, t, {
|
|
1677
1679
|
value: _e
|
|
@@ -1680,7 +1682,7 @@ function vn() {
|
|
|
1680
1682
|
value: xe
|
|
1681
1683
|
}),
|
|
1682
1684
|
group: fe({}, t, {
|
|
1683
|
-
value:
|
|
1685
|
+
value: s
|
|
1684
1686
|
}),
|
|
1685
1687
|
groupCollapsed: fe({}, t, {
|
|
1686
1688
|
value: n
|
|
@@ -1690,107 +1692,107 @@ function vn() {
|
|
|
1690
1692
|
})
|
|
1691
1693
|
});
|
|
1692
1694
|
}
|
|
1693
|
-
de < 0 &&
|
|
1695
|
+
de < 0 && Q("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1694
1696
|
}
|
|
1695
1697
|
}
|
|
1696
1698
|
var b = ne.ReactCurrentDispatcher, _;
|
|
1697
|
-
function T(t,
|
|
1699
|
+
function T(t, u, l) {
|
|
1698
1700
|
{
|
|
1699
1701
|
if (_ === void 0)
|
|
1700
1702
|
try {
|
|
1701
1703
|
throw Error();
|
|
1702
|
-
} catch (
|
|
1703
|
-
var
|
|
1704
|
-
_ =
|
|
1704
|
+
} catch (H) {
|
|
1705
|
+
var L = H.stack.trim().match(/\n( *(at )?)/);
|
|
1706
|
+
_ = L && L[1] || "";
|
|
1705
1707
|
}
|
|
1706
1708
|
return `
|
|
1707
1709
|
` + _ + t;
|
|
1708
1710
|
}
|
|
1709
1711
|
}
|
|
1710
|
-
var
|
|
1712
|
+
var O = !1, k;
|
|
1711
1713
|
{
|
|
1712
1714
|
var ye = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1713
|
-
|
|
1715
|
+
k = new ye();
|
|
1714
1716
|
}
|
|
1715
|
-
function m(t,
|
|
1716
|
-
if (!t ||
|
|
1717
|
+
function m(t, u) {
|
|
1718
|
+
if (!t || O)
|
|
1717
1719
|
return "";
|
|
1718
1720
|
{
|
|
1719
|
-
var l =
|
|
1721
|
+
var l = k.get(t);
|
|
1720
1722
|
if (l !== void 0)
|
|
1721
1723
|
return l;
|
|
1722
1724
|
}
|
|
1723
|
-
var
|
|
1724
|
-
|
|
1725
|
-
var
|
|
1725
|
+
var L;
|
|
1726
|
+
O = !0;
|
|
1727
|
+
var H = Error.prepareStackTrace;
|
|
1726
1728
|
Error.prepareStackTrace = void 0;
|
|
1727
|
-
var
|
|
1728
|
-
|
|
1729
|
+
var ee;
|
|
1730
|
+
ee = b.current, b.current = null, y();
|
|
1729
1731
|
try {
|
|
1730
|
-
if (
|
|
1731
|
-
var
|
|
1732
|
+
if (u) {
|
|
1733
|
+
var z = function() {
|
|
1732
1734
|
throw Error();
|
|
1733
1735
|
};
|
|
1734
|
-
if (Object.defineProperty(
|
|
1736
|
+
if (Object.defineProperty(z.prototype, "props", {
|
|
1735
1737
|
set: function() {
|
|
1736
1738
|
throw Error();
|
|
1737
1739
|
}
|
|
1738
1740
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1739
1741
|
try {
|
|
1740
|
-
Reflect.construct(
|
|
1742
|
+
Reflect.construct(z, []);
|
|
1741
1743
|
} catch (be) {
|
|
1742
|
-
|
|
1744
|
+
L = be;
|
|
1743
1745
|
}
|
|
1744
|
-
Reflect.construct(t, [],
|
|
1746
|
+
Reflect.construct(t, [], z);
|
|
1745
1747
|
} else {
|
|
1746
1748
|
try {
|
|
1747
|
-
|
|
1749
|
+
z.call();
|
|
1748
1750
|
} catch (be) {
|
|
1749
|
-
|
|
1751
|
+
L = be;
|
|
1750
1752
|
}
|
|
1751
|
-
t.call(
|
|
1753
|
+
t.call(z.prototype);
|
|
1752
1754
|
}
|
|
1753
1755
|
} else {
|
|
1754
1756
|
try {
|
|
1755
1757
|
throw Error();
|
|
1756
1758
|
} catch (be) {
|
|
1757
|
-
|
|
1759
|
+
L = be;
|
|
1758
1760
|
}
|
|
1759
1761
|
t();
|
|
1760
1762
|
}
|
|
1761
1763
|
} catch (be) {
|
|
1762
|
-
if (be &&
|
|
1764
|
+
if (be && L && typeof be.stack == "string") {
|
|
1763
1765
|
for (var V = be.stack.split(`
|
|
1764
|
-
`), me =
|
|
1765
|
-
`),
|
|
1766
|
+
`), me = L.stack.split(`
|
|
1767
|
+
`), ue = V.length - 1, le = me.length - 1; ue >= 1 && le >= 0 && V[ue] !== me[le]; )
|
|
1766
1768
|
le--;
|
|
1767
|
-
for (;
|
|
1768
|
-
if (V[
|
|
1769
|
-
if (
|
|
1769
|
+
for (; ue >= 1 && le >= 0; ue--, le--)
|
|
1770
|
+
if (V[ue] !== me[le]) {
|
|
1771
|
+
if (ue !== 1 || le !== 1)
|
|
1770
1772
|
do
|
|
1771
|
-
if (
|
|
1773
|
+
if (ue--, le--, le < 0 || V[ue] !== me[le]) {
|
|
1772
1774
|
var Re = `
|
|
1773
|
-
` + V[
|
|
1774
|
-
return t.displayName && Re.includes("<anonymous>") && (Re = Re.replace("<anonymous>", t.displayName)), typeof t == "function" &&
|
|
1775
|
+
` + V[ue].replace(" at new ", " at ");
|
|
1776
|
+
return t.displayName && Re.includes("<anonymous>") && (Re = Re.replace("<anonymous>", t.displayName)), typeof t == "function" && k.set(t, Re), Re;
|
|
1775
1777
|
}
|
|
1776
|
-
while (
|
|
1778
|
+
while (ue >= 1 && le >= 0);
|
|
1777
1779
|
break;
|
|
1778
1780
|
}
|
|
1779
1781
|
}
|
|
1780
1782
|
} finally {
|
|
1781
|
-
|
|
1783
|
+
O = !1, b.current = ee, g(), Error.prepareStackTrace = H;
|
|
1782
1784
|
}
|
|
1783
|
-
var
|
|
1784
|
-
return typeof t == "function" &&
|
|
1785
|
+
var Ne = t ? t.displayName || t.name : "", Ae = Ne ? T(Ne) : "";
|
|
1786
|
+
return typeof t == "function" && k.set(t, Ae), Ae;
|
|
1785
1787
|
}
|
|
1786
|
-
function he(t,
|
|
1788
|
+
function he(t, u, l) {
|
|
1787
1789
|
return m(t, !1);
|
|
1788
1790
|
}
|
|
1789
1791
|
function $e(t) {
|
|
1790
|
-
var
|
|
1791
|
-
return !!(
|
|
1792
|
+
var u = t.prototype;
|
|
1793
|
+
return !!(u && u.isReactComponent);
|
|
1792
1794
|
}
|
|
1793
|
-
function Pe(t,
|
|
1795
|
+
function Pe(t, u, l) {
|
|
1794
1796
|
if (t == null)
|
|
1795
1797
|
return "";
|
|
1796
1798
|
if (typeof t == "function")
|
|
@@ -1798,51 +1800,51 @@ function vn() {
|
|
|
1798
1800
|
if (typeof t == "string")
|
|
1799
1801
|
return T(t);
|
|
1800
1802
|
switch (t) {
|
|
1801
|
-
case
|
|
1803
|
+
case N:
|
|
1802
1804
|
return T("Suspense");
|
|
1803
|
-
case
|
|
1805
|
+
case C:
|
|
1804
1806
|
return T("SuspenseList");
|
|
1805
1807
|
}
|
|
1806
1808
|
if (typeof t == "object")
|
|
1807
1809
|
switch (t.$$typeof) {
|
|
1808
1810
|
case j:
|
|
1809
1811
|
return he(t.render);
|
|
1810
|
-
case
|
|
1811
|
-
return Pe(t.type,
|
|
1812
|
-
case
|
|
1813
|
-
var
|
|
1812
|
+
case P:
|
|
1813
|
+
return Pe(t.type, u, l);
|
|
1814
|
+
case W: {
|
|
1815
|
+
var L = t, H = L._payload, ee = L._init;
|
|
1814
1816
|
try {
|
|
1815
|
-
return Pe(
|
|
1817
|
+
return Pe(ee(H), u, l);
|
|
1816
1818
|
} catch {
|
|
1817
1819
|
}
|
|
1818
1820
|
}
|
|
1819
1821
|
}
|
|
1820
1822
|
return "";
|
|
1821
1823
|
}
|
|
1822
|
-
var
|
|
1824
|
+
var Ie = Object.prototype.hasOwnProperty, Le = {}, or = ne.ReactDebugCurrentFrame;
|
|
1823
1825
|
function Ye(t) {
|
|
1824
1826
|
if (t) {
|
|
1825
|
-
var
|
|
1827
|
+
var u = t._owner, l = Pe(t.type, t._source, u ? u.type : null);
|
|
1826
1828
|
or.setExtraStackFrame(l);
|
|
1827
1829
|
} else
|
|
1828
1830
|
or.setExtraStackFrame(null);
|
|
1829
1831
|
}
|
|
1830
|
-
function je(t,
|
|
1832
|
+
function je(t, u, l, L, H) {
|
|
1831
1833
|
{
|
|
1832
|
-
var
|
|
1833
|
-
for (var
|
|
1834
|
-
if (
|
|
1834
|
+
var ee = Function.call.bind(Ie);
|
|
1835
|
+
for (var z in t)
|
|
1836
|
+
if (ee(t, z)) {
|
|
1835
1837
|
var V = void 0;
|
|
1836
1838
|
try {
|
|
1837
|
-
if (typeof t[
|
|
1838
|
-
var me = Error((
|
|
1839
|
+
if (typeof t[z] != "function") {
|
|
1840
|
+
var me = Error((L || "React class") + ": " + l + " type `" + z + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[z] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1839
1841
|
throw me.name = "Invariant Violation", me;
|
|
1840
1842
|
}
|
|
1841
|
-
V = t[
|
|
1842
|
-
} catch (
|
|
1843
|
-
V =
|
|
1843
|
+
V = t[z](u, z, L, l, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1844
|
+
} catch (ue) {
|
|
1845
|
+
V = ue;
|
|
1844
1846
|
}
|
|
1845
|
-
V && !(V instanceof Error) && (Ye(
|
|
1847
|
+
V && !(V instanceof Error) && (Ye(H), Q("%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).", L || "React class", l, z, typeof V), Ye(null)), V instanceof Error && !(V.message in Le) && (Le[V.message] = !0, Ye(H), Q("Failed %s type: %s", l, V.message), Ye(null));
|
|
1846
1848
|
}
|
|
1847
1849
|
}
|
|
1848
1850
|
}
|
|
@@ -1852,11 +1854,11 @@ function vn() {
|
|
|
1852
1854
|
}
|
|
1853
1855
|
function ir(t) {
|
|
1854
1856
|
{
|
|
1855
|
-
var
|
|
1857
|
+
var u = typeof Symbol == "function" && Symbol.toStringTag, l = u && t[Symbol.toStringTag] || t.constructor.name || "Object";
|
|
1856
1858
|
return l;
|
|
1857
1859
|
}
|
|
1858
1860
|
}
|
|
1859
|
-
function
|
|
1861
|
+
function ur(t) {
|
|
1860
1862
|
try {
|
|
1861
1863
|
return He(t), !1;
|
|
1862
1864
|
} catch {
|
|
@@ -1867,42 +1869,42 @@ function vn() {
|
|
|
1867
1869
|
return "" + t;
|
|
1868
1870
|
}
|
|
1869
1871
|
function Ze(t) {
|
|
1870
|
-
if (
|
|
1871
|
-
return
|
|
1872
|
+
if (ur(t))
|
|
1873
|
+
return Q("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", ir(t)), He(t);
|
|
1872
1874
|
}
|
|
1873
|
-
var
|
|
1875
|
+
var Fe = ne.ReactCurrentOwner, Sr = {
|
|
1874
1876
|
key: !0,
|
|
1875
1877
|
ref: !0,
|
|
1876
1878
|
__self: !0,
|
|
1877
1879
|
__source: !0
|
|
1878
|
-
},
|
|
1880
|
+
}, sr, cr, Ue;
|
|
1879
1881
|
Ue = {};
|
|
1880
1882
|
function xr(t) {
|
|
1881
|
-
if (
|
|
1882
|
-
var
|
|
1883
|
-
if (
|
|
1883
|
+
if (Ie.call(t, "ref")) {
|
|
1884
|
+
var u = Object.getOwnPropertyDescriptor(t, "ref").get;
|
|
1885
|
+
if (u && u.isReactWarning)
|
|
1884
1886
|
return !1;
|
|
1885
1887
|
}
|
|
1886
1888
|
return t.ref !== void 0;
|
|
1887
1889
|
}
|
|
1888
1890
|
function Or(t) {
|
|
1889
|
-
if (
|
|
1890
|
-
var
|
|
1891
|
-
if (
|
|
1891
|
+
if (Ie.call(t, "key")) {
|
|
1892
|
+
var u = Object.getOwnPropertyDescriptor(t, "key").get;
|
|
1893
|
+
if (u && u.isReactWarning)
|
|
1892
1894
|
return !1;
|
|
1893
1895
|
}
|
|
1894
1896
|
return t.key !== void 0;
|
|
1895
1897
|
}
|
|
1896
|
-
function jr(t,
|
|
1897
|
-
if (typeof t.ref == "string" &&
|
|
1898
|
-
var l = pe(
|
|
1899
|
-
Ue[l] || (
|
|
1898
|
+
function jr(t, u) {
|
|
1899
|
+
if (typeof t.ref == "string" && Fe.current && u && Fe.current.stateNode !== u) {
|
|
1900
|
+
var l = pe(Fe.current.type);
|
|
1901
|
+
Ue[l] || (Q('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', pe(Fe.current.type), t.ref), Ue[l] = !0);
|
|
1900
1902
|
}
|
|
1901
1903
|
}
|
|
1902
|
-
function De(t,
|
|
1904
|
+
function De(t, u) {
|
|
1903
1905
|
{
|
|
1904
1906
|
var l = function() {
|
|
1905
|
-
|
|
1907
|
+
sr || (sr = !0, Q("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", u));
|
|
1906
1908
|
};
|
|
1907
1909
|
l.isReactWarning = !0, Object.defineProperty(t, "key", {
|
|
1908
1910
|
get: l,
|
|
@@ -1910,10 +1912,10 @@ function vn() {
|
|
|
1910
1912
|
});
|
|
1911
1913
|
}
|
|
1912
1914
|
}
|
|
1913
|
-
function lr(t,
|
|
1915
|
+
function lr(t, u) {
|
|
1914
1916
|
{
|
|
1915
1917
|
var l = function() {
|
|
1916
|
-
cr || (cr = !0,
|
|
1918
|
+
cr || (cr = !0, Q("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", u));
|
|
1917
1919
|
};
|
|
1918
1920
|
l.isReactWarning = !0, Object.defineProperty(t, "ref", {
|
|
1919
1921
|
get: l,
|
|
@@ -1921,17 +1923,17 @@ function vn() {
|
|
|
1921
1923
|
});
|
|
1922
1924
|
}
|
|
1923
1925
|
}
|
|
1924
|
-
var Pr = function(t,
|
|
1926
|
+
var Pr = function(t, u, l, L, H, ee, z) {
|
|
1925
1927
|
var V = {
|
|
1926
1928
|
// This tag allows us to uniquely identify this as a React Element
|
|
1927
1929
|
$$typeof: p,
|
|
1928
1930
|
// Built-in properties that belong on the element
|
|
1929
1931
|
type: t,
|
|
1930
|
-
key:
|
|
1932
|
+
key: u,
|
|
1931
1933
|
ref: l,
|
|
1932
|
-
props:
|
|
1934
|
+
props: z,
|
|
1933
1935
|
// Record the component responsible for creating this element.
|
|
1934
|
-
_owner:
|
|
1936
|
+
_owner: ee
|
|
1935
1937
|
};
|
|
1936
1938
|
return V._store = {}, Object.defineProperty(V._store, "validated", {
|
|
1937
1939
|
configurable: !1,
|
|
@@ -1942,36 +1944,36 @@ function vn() {
|
|
|
1942
1944
|
configurable: !1,
|
|
1943
1945
|
enumerable: !1,
|
|
1944
1946
|
writable: !1,
|
|
1945
|
-
value:
|
|
1947
|
+
value: L
|
|
1946
1948
|
}), Object.defineProperty(V, "_source", {
|
|
1947
1949
|
configurable: !1,
|
|
1948
1950
|
enumerable: !1,
|
|
1949
1951
|
writable: !1,
|
|
1950
|
-
value:
|
|
1952
|
+
value: H
|
|
1951
1953
|
}), Object.freeze && (Object.freeze(V.props), Object.freeze(V)), V;
|
|
1952
1954
|
};
|
|
1953
|
-
function kr(t,
|
|
1955
|
+
function kr(t, u, l, L, H) {
|
|
1954
1956
|
{
|
|
1955
|
-
var
|
|
1956
|
-
l !== void 0 && (Ze(l), V = "" + l), Or(
|
|
1957
|
-
for (
|
|
1958
|
-
|
|
1957
|
+
var ee, z = {}, V = null, me = null;
|
|
1958
|
+
l !== void 0 && (Ze(l), V = "" + l), Or(u) && (Ze(u.key), V = "" + u.key), xr(u) && (me = u.ref, jr(u, H));
|
|
1959
|
+
for (ee in u)
|
|
1960
|
+
Ie.call(u, ee) && !Sr.hasOwnProperty(ee) && (z[ee] = u[ee]);
|
|
1959
1961
|
if (t && t.defaultProps) {
|
|
1960
|
-
var
|
|
1961
|
-
for (
|
|
1962
|
-
|
|
1962
|
+
var ue = t.defaultProps;
|
|
1963
|
+
for (ee in ue)
|
|
1964
|
+
z[ee] === void 0 && (z[ee] = ue[ee]);
|
|
1963
1965
|
}
|
|
1964
1966
|
if (V || me) {
|
|
1965
1967
|
var le = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
|
|
1966
|
-
V && De(
|
|
1968
|
+
V && De(z, le), me && lr(z, le);
|
|
1967
1969
|
}
|
|
1968
|
-
return Pr(t, V, me,
|
|
1970
|
+
return Pr(t, V, me, H, L, Fe.current, z);
|
|
1969
1971
|
}
|
|
1970
1972
|
}
|
|
1971
1973
|
var Ge = ne.ReactCurrentOwner, fr = ne.ReactDebugCurrentFrame;
|
|
1972
1974
|
function ke(t) {
|
|
1973
1975
|
if (t) {
|
|
1974
|
-
var
|
|
1976
|
+
var u = t._owner, l = Pe(t.type, t._source, u ? u.type : null);
|
|
1975
1977
|
fr.setExtraStackFrame(l);
|
|
1976
1978
|
} else
|
|
1977
1979
|
fr.setExtraStackFrame(null);
|
|
@@ -1996,10 +1998,10 @@ Check the render method of \`` + t + "`.";
|
|
|
1996
1998
|
function Ar(t) {
|
|
1997
1999
|
{
|
|
1998
2000
|
if (t !== void 0) {
|
|
1999
|
-
var
|
|
2001
|
+
var u = t.fileName.replace(/^.*[\\\/]/, ""), l = t.lineNumber;
|
|
2000
2002
|
return `
|
|
2001
2003
|
|
|
2002
|
-
Check your code at ` +
|
|
2004
|
+
Check your code at ` + u + ":" + l + ".";
|
|
2003
2005
|
}
|
|
2004
2006
|
return "";
|
|
2005
2007
|
}
|
|
@@ -2007,120 +2009,120 @@ Check your code at ` + s + ":" + l + ".";
|
|
|
2007
2009
|
var dr = {};
|
|
2008
2010
|
function $r(t) {
|
|
2009
2011
|
{
|
|
2010
|
-
var
|
|
2011
|
-
if (!
|
|
2012
|
+
var u = qe();
|
|
2013
|
+
if (!u) {
|
|
2012
2014
|
var l = typeof t == "string" ? t : t.displayName || t.name;
|
|
2013
|
-
l && (
|
|
2015
|
+
l && (u = `
|
|
2014
2016
|
|
|
2015
2017
|
Check the top-level render call using <` + l + ">.");
|
|
2016
2018
|
}
|
|
2017
|
-
return
|
|
2019
|
+
return u;
|
|
2018
2020
|
}
|
|
2019
2021
|
}
|
|
2020
|
-
function pr(t,
|
|
2022
|
+
function pr(t, u) {
|
|
2021
2023
|
{
|
|
2022
2024
|
if (!t._store || t._store.validated || t.key != null)
|
|
2023
2025
|
return;
|
|
2024
2026
|
t._store.validated = !0;
|
|
2025
|
-
var l = $r(
|
|
2027
|
+
var l = $r(u);
|
|
2026
2028
|
if (dr[l])
|
|
2027
2029
|
return;
|
|
2028
2030
|
dr[l] = !0;
|
|
2029
|
-
var
|
|
2030
|
-
t && t._owner && t._owner !== Ge.current && (
|
|
2031
|
+
var L = "";
|
|
2032
|
+
t && t._owner && t._owner !== Ge.current && (L = " It was passed a child from " + pe(t._owner.type) + "."), ke(t), Q('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', l, L), ke(null);
|
|
2031
2033
|
}
|
|
2032
2034
|
}
|
|
2033
|
-
function vr(t,
|
|
2035
|
+
function vr(t, u) {
|
|
2034
2036
|
{
|
|
2035
2037
|
if (typeof t != "object")
|
|
2036
2038
|
return;
|
|
2037
2039
|
if (Be(t))
|
|
2038
2040
|
for (var l = 0; l < t.length; l++) {
|
|
2039
|
-
var
|
|
2040
|
-
Me(
|
|
2041
|
+
var L = t[l];
|
|
2042
|
+
Me(L) && pr(L, u);
|
|
2041
2043
|
}
|
|
2042
2044
|
else if (Me(t))
|
|
2043
2045
|
t._store && (t._store.validated = !0);
|
|
2044
2046
|
else if (t) {
|
|
2045
|
-
var
|
|
2046
|
-
if (typeof
|
|
2047
|
-
for (var
|
|
2048
|
-
Me(
|
|
2047
|
+
var H = K(t);
|
|
2048
|
+
if (typeof H == "function" && H !== t.entries)
|
|
2049
|
+
for (var ee = H.call(t), z; !(z = ee.next()).done; )
|
|
2050
|
+
Me(z.value) && pr(z.value, u);
|
|
2049
2051
|
}
|
|
2050
2052
|
}
|
|
2051
2053
|
}
|
|
2052
2054
|
function ze(t) {
|
|
2053
2055
|
{
|
|
2054
|
-
var
|
|
2055
|
-
if (
|
|
2056
|
+
var u = t.type;
|
|
2057
|
+
if (u == null || typeof u == "string")
|
|
2056
2058
|
return;
|
|
2057
2059
|
var l;
|
|
2058
|
-
if (typeof
|
|
2059
|
-
l =
|
|
2060
|
-
else if (typeof
|
|
2060
|
+
if (typeof u == "function")
|
|
2061
|
+
l = u.propTypes;
|
|
2062
|
+
else if (typeof u == "object" && (u.$$typeof === j || // Note: Memo only checks outer props here.
|
|
2061
2063
|
// Inner props are checked in the reconciler.
|
|
2062
|
-
|
|
2063
|
-
l =
|
|
2064
|
+
u.$$typeof === P))
|
|
2065
|
+
l = u.propTypes;
|
|
2064
2066
|
else
|
|
2065
2067
|
return;
|
|
2066
2068
|
if (l) {
|
|
2067
|
-
var
|
|
2068
|
-
je(l, t.props, "prop",
|
|
2069
|
-
} else if (
|
|
2069
|
+
var L = pe(u);
|
|
2070
|
+
je(l, t.props, "prop", L, t);
|
|
2071
|
+
} else if (u.PropTypes !== void 0 && !Ve) {
|
|
2070
2072
|
Ve = !0;
|
|
2071
|
-
var
|
|
2072
|
-
|
|
2073
|
+
var H = pe(u);
|
|
2074
|
+
Q("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", H || "Unknown");
|
|
2073
2075
|
}
|
|
2074
|
-
typeof
|
|
2076
|
+
typeof u.getDefaultProps == "function" && !u.getDefaultProps.isReactClassApproved && Q("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
2075
2077
|
}
|
|
2076
2078
|
}
|
|
2077
2079
|
function Xe(t) {
|
|
2078
2080
|
{
|
|
2079
|
-
for (var
|
|
2080
|
-
var
|
|
2081
|
-
if (
|
|
2082
|
-
ke(t),
|
|
2081
|
+
for (var u = Object.keys(t.props), l = 0; l < u.length; l++) {
|
|
2082
|
+
var L = u[l];
|
|
2083
|
+
if (L !== "children" && L !== "key") {
|
|
2084
|
+
ke(t), Q("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", L), ke(null);
|
|
2083
2085
|
break;
|
|
2084
2086
|
}
|
|
2085
2087
|
}
|
|
2086
|
-
t.ref !== null && (ke(t),
|
|
2088
|
+
t.ref !== null && (ke(t), Q("Invalid attribute `ref` supplied to `React.Fragment`."), ke(null));
|
|
2087
2089
|
}
|
|
2088
2090
|
}
|
|
2089
2091
|
var Qe = {};
|
|
2090
|
-
function yr(t,
|
|
2092
|
+
function yr(t, u, l, L, H, ee) {
|
|
2091
2093
|
{
|
|
2092
|
-
var
|
|
2093
|
-
if (!
|
|
2094
|
+
var z = Te(t);
|
|
2095
|
+
if (!z) {
|
|
2094
2096
|
var V = "";
|
|
2095
2097
|
(t === void 0 || typeof t == "object" && t !== null && Object.keys(t).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.");
|
|
2096
|
-
var me = Ar(
|
|
2098
|
+
var me = Ar(H);
|
|
2097
2099
|
me ? V += me : V += qe();
|
|
2098
|
-
var
|
|
2099
|
-
t === null ?
|
|
2100
|
+
var ue;
|
|
2101
|
+
t === null ? ue = "null" : Be(t) ? ue = "array" : t !== void 0 && t.$$typeof === p ? (ue = "<" + (pe(t.type) || "Unknown") + " />", V = " Did you accidentally export a JSX literal instead of a component?") : ue = typeof t, Q("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", ue, V);
|
|
2100
2102
|
}
|
|
2101
|
-
var le = kr(t,
|
|
2103
|
+
var le = kr(t, u, l, H, ee);
|
|
2102
2104
|
if (le == null)
|
|
2103
2105
|
return le;
|
|
2104
|
-
if (
|
|
2105
|
-
var Re =
|
|
2106
|
+
if (z) {
|
|
2107
|
+
var Re = u.children;
|
|
2106
2108
|
if (Re !== void 0)
|
|
2107
|
-
if (
|
|
2109
|
+
if (L)
|
|
2108
2110
|
if (Be(Re)) {
|
|
2109
|
-
for (var
|
|
2110
|
-
vr(Re[
|
|
2111
|
+
for (var Ne = 0; Ne < Re.length; Ne++)
|
|
2112
|
+
vr(Re[Ne], t);
|
|
2111
2113
|
Object.freeze && Object.freeze(Re);
|
|
2112
2114
|
} else
|
|
2113
|
-
|
|
2115
|
+
Q("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
2114
2116
|
else
|
|
2115
2117
|
vr(Re, t);
|
|
2116
2118
|
}
|
|
2117
|
-
if (
|
|
2118
|
-
var Ae = pe(t), be = Object.keys(
|
|
2119
|
-
return
|
|
2119
|
+
if (Ie.call(u, "key")) {
|
|
2120
|
+
var Ae = pe(t), be = Object.keys(u).filter(function(Nr) {
|
|
2121
|
+
return Nr !== "key";
|
|
2120
2122
|
}), er = be.length > 0 ? "{key: someKey, " + be.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
2121
2123
|
if (!Qe[Ae + er]) {
|
|
2122
2124
|
var Mr = be.length > 0 ? "{" + be.join(": ..., ") + ": ...}" : "{}";
|
|
2123
|
-
|
|
2125
|
+
Q(`A props object containing a "key" prop is being spread into JSX:
|
|
2124
2126
|
let props = %s;
|
|
2125
2127
|
<%s {...props} />
|
|
2126
2128
|
React keys must be passed directly to JSX without using spread:
|
|
@@ -2128,21 +2130,21 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2128
2130
|
<%s key={someKey} {...props} />`, er, Ae, Mr, Ae), Qe[Ae + er] = !0;
|
|
2129
2131
|
}
|
|
2130
2132
|
}
|
|
2131
|
-
return t ===
|
|
2133
|
+
return t === E ? Xe(le) : ze(le), le;
|
|
2132
2134
|
}
|
|
2133
2135
|
}
|
|
2134
|
-
function
|
|
2135
|
-
return yr(t,
|
|
2136
|
+
function Ir(t, u, l) {
|
|
2137
|
+
return yr(t, u, l, !0);
|
|
2136
2138
|
}
|
|
2137
|
-
function
|
|
2138
|
-
return yr(t,
|
|
2139
|
+
function Fr(t, u, l) {
|
|
2140
|
+
return yr(t, u, l, !1);
|
|
2139
2141
|
}
|
|
2140
|
-
var Dr =
|
|
2141
|
-
nr.Fragment =
|
|
2142
|
+
var Dr = Fr, hr = Ir;
|
|
2143
|
+
nr.Fragment = E, nr.jsx = Dr, nr.jsxs = hr;
|
|
2142
2144
|
}()), nr;
|
|
2143
2145
|
}
|
|
2144
|
-
process.env.NODE_ENV === "production" ? Qr.exports =
|
|
2145
|
-
var
|
|
2146
|
+
process.env.NODE_ENV === "production" ? Qr.exports = vn() : Qr.exports = yn();
|
|
2147
|
+
var v = Qr.exports, et = { exports: {} }, Tr = { exports: {} }, Z = {};
|
|
2146
2148
|
/** @license React v16.13.1
|
|
2147
2149
|
* react-is.production.min.js
|
|
2148
2150
|
*
|
|
@@ -2152,11 +2154,11 @@ var y = Qr.exports, rt = { exports: {} }, Cr = { exports: {} }, J = {};
|
|
|
2152
2154
|
* LICENSE file in the root directory of this source tree.
|
|
2153
2155
|
*/
|
|
2154
2156
|
var kt;
|
|
2155
|
-
function
|
|
2157
|
+
function hn() {
|
|
2156
2158
|
if (kt)
|
|
2157
|
-
return
|
|
2159
|
+
return Z;
|
|
2158
2160
|
kt = 1;
|
|
2159
|
-
var c = typeof Symbol == "function" && Symbol.for, p = c ? Symbol.for("react.element") : 60103,
|
|
2161
|
+
var c = typeof Symbol == "function" && Symbol.for, p = c ? Symbol.for("react.element") : 60103, F = c ? Symbol.for("react.portal") : 60106, E = c ? Symbol.for("react.fragment") : 60107, A = c ? Symbol.for("react.strict_mode") : 60108, R = c ? Symbol.for("react.profiler") : 60114, D = c ? Symbol.for("react.provider") : 60109, S = c ? Symbol.for("react.context") : 60110, j = c ? Symbol.for("react.async_mode") : 60111, N = c ? Symbol.for("react.concurrent_mode") : 60111, C = c ? Symbol.for("react.forward_ref") : 60112, P = c ? Symbol.for("react.suspense") : 60113, W = c ? Symbol.for("react.suspense_list") : 60120, I = c ? Symbol.for("react.memo") : 60115, G = c ? Symbol.for("react.lazy") : 60116, $ = c ? Symbol.for("react.block") : 60121, K = c ? Symbol.for("react.fundamental") : 60117, ne = c ? Symbol.for("react.responder") : 60118, Q = c ? Symbol.for("react.scope") : 60119;
|
|
2160
2162
|
function te(f) {
|
|
2161
2163
|
if (typeof f == "object" && f !== null) {
|
|
2162
2164
|
var ie = f.$$typeof;
|
|
@@ -2164,61 +2166,61 @@ function yn() {
|
|
|
2164
2166
|
case p:
|
|
2165
2167
|
switch (f = f.type, f) {
|
|
2166
2168
|
case j:
|
|
2167
|
-
case
|
|
2168
|
-
case R:
|
|
2169
|
+
case N:
|
|
2169
2170
|
case E:
|
|
2171
|
+
case R:
|
|
2172
|
+
case A:
|
|
2170
2173
|
case P:
|
|
2171
|
-
case $:
|
|
2172
2174
|
return f;
|
|
2173
2175
|
default:
|
|
2174
2176
|
switch (f = f && f.$$typeof, f) {
|
|
2175
|
-
case
|
|
2176
|
-
case
|
|
2177
|
-
case
|
|
2178
|
-
case
|
|
2179
|
-
case
|
|
2177
|
+
case S:
|
|
2178
|
+
case C:
|
|
2179
|
+
case G:
|
|
2180
|
+
case I:
|
|
2181
|
+
case D:
|
|
2180
2182
|
return f;
|
|
2181
2183
|
default:
|
|
2182
2184
|
return ie;
|
|
2183
2185
|
}
|
|
2184
2186
|
}
|
|
2185
|
-
case
|
|
2187
|
+
case F:
|
|
2186
2188
|
return ie;
|
|
2187
2189
|
}
|
|
2188
2190
|
}
|
|
2189
2191
|
}
|
|
2190
|
-
function
|
|
2191
|
-
return te(f) ===
|
|
2192
|
+
function J(f) {
|
|
2193
|
+
return te(f) === N;
|
|
2192
2194
|
}
|
|
2193
|
-
return
|
|
2194
|
-
return
|
|
2195
|
-
},
|
|
2196
|
-
return te(f) ===
|
|
2197
|
-
},
|
|
2198
|
-
return te(f) ===
|
|
2199
|
-
},
|
|
2195
|
+
return Z.AsyncMode = j, Z.ConcurrentMode = N, Z.ContextConsumer = S, Z.ContextProvider = D, Z.Element = p, Z.ForwardRef = C, Z.Fragment = E, Z.Lazy = G, Z.Memo = I, Z.Portal = F, Z.Profiler = R, Z.StrictMode = A, Z.Suspense = P, Z.isAsyncMode = function(f) {
|
|
2196
|
+
return J(f) || te(f) === j;
|
|
2197
|
+
}, Z.isConcurrentMode = J, Z.isContextConsumer = function(f) {
|
|
2198
|
+
return te(f) === S;
|
|
2199
|
+
}, Z.isContextProvider = function(f) {
|
|
2200
|
+
return te(f) === D;
|
|
2201
|
+
}, Z.isElement = function(f) {
|
|
2200
2202
|
return typeof f == "object" && f !== null && f.$$typeof === p;
|
|
2201
|
-
},
|
|
2202
|
-
return te(f) ===
|
|
2203
|
-
},
|
|
2204
|
-
return te(f) === R;
|
|
2205
|
-
}, J.isLazy = function(f) {
|
|
2206
|
-
return te(f) === z;
|
|
2207
|
-
}, J.isMemo = function(f) {
|
|
2208
|
-
return te(f) === U;
|
|
2209
|
-
}, J.isPortal = function(f) {
|
|
2210
|
-
return te(f) === I;
|
|
2211
|
-
}, J.isProfiler = function(f) {
|
|
2203
|
+
}, Z.isForwardRef = function(f) {
|
|
2204
|
+
return te(f) === C;
|
|
2205
|
+
}, Z.isFragment = function(f) {
|
|
2212
2206
|
return te(f) === E;
|
|
2213
|
-
},
|
|
2207
|
+
}, Z.isLazy = function(f) {
|
|
2208
|
+
return te(f) === G;
|
|
2209
|
+
}, Z.isMemo = function(f) {
|
|
2210
|
+
return te(f) === I;
|
|
2211
|
+
}, Z.isPortal = function(f) {
|
|
2212
|
+
return te(f) === F;
|
|
2213
|
+
}, Z.isProfiler = function(f) {
|
|
2214
|
+
return te(f) === R;
|
|
2215
|
+
}, Z.isStrictMode = function(f) {
|
|
2216
|
+
return te(f) === A;
|
|
2217
|
+
}, Z.isSuspense = function(f) {
|
|
2214
2218
|
return te(f) === P;
|
|
2215
|
-
},
|
|
2216
|
-
return
|
|
2217
|
-
},
|
|
2218
|
-
return typeof f == "string" || typeof f == "function" || f === R || f === F || f === E || f === P || f === $ || f === k || typeof f == "object" && f !== null && (f.$$typeof === z || f.$$typeof === U || f.$$typeof === L || f.$$typeof === w || f.$$typeof === O || f.$$typeof === ee || f.$$typeof === ne || f.$$typeof === X || f.$$typeof === Y);
|
|
2219
|
-
}, J.typeOf = te, J;
|
|
2219
|
+
}, Z.isValidElementType = function(f) {
|
|
2220
|
+
return typeof f == "string" || typeof f == "function" || f === E || f === N || f === R || f === A || f === P || f === W || typeof f == "object" && f !== null && (f.$$typeof === G || f.$$typeof === I || f.$$typeof === D || f.$$typeof === S || f.$$typeof === C || f.$$typeof === K || f.$$typeof === ne || f.$$typeof === Q || f.$$typeof === $);
|
|
2221
|
+
}, Z.typeOf = te, Z;
|
|
2220
2222
|
}
|
|
2221
|
-
var
|
|
2223
|
+
var X = {};
|
|
2222
2224
|
/** @license React v16.13.1
|
|
2223
2225
|
* react-is.development.js
|
|
2224
2226
|
*
|
|
@@ -2228,14 +2230,14 @@ var Z = {};
|
|
|
2228
2230
|
* LICENSE file in the root directory of this source tree.
|
|
2229
2231
|
*/
|
|
2230
2232
|
var At;
|
|
2231
|
-
function
|
|
2233
|
+
function mn() {
|
|
2232
2234
|
return At || (At = 1, process.env.NODE_ENV !== "production" && function() {
|
|
2233
|
-
var c = typeof Symbol == "function" && Symbol.for, p = c ? Symbol.for("react.element") : 60103,
|
|
2235
|
+
var c = typeof Symbol == "function" && Symbol.for, p = c ? Symbol.for("react.element") : 60103, F = c ? Symbol.for("react.portal") : 60106, E = c ? Symbol.for("react.fragment") : 60107, A = c ? Symbol.for("react.strict_mode") : 60108, R = c ? Symbol.for("react.profiler") : 60114, D = c ? Symbol.for("react.provider") : 60109, S = c ? Symbol.for("react.context") : 60110, j = c ? Symbol.for("react.async_mode") : 60111, N = c ? Symbol.for("react.concurrent_mode") : 60111, C = c ? Symbol.for("react.forward_ref") : 60112, P = c ? Symbol.for("react.suspense") : 60113, W = c ? Symbol.for("react.suspense_list") : 60120, I = c ? Symbol.for("react.memo") : 60115, G = c ? Symbol.for("react.lazy") : 60116, $ = c ? Symbol.for("react.block") : 60121, K = c ? Symbol.for("react.fundamental") : 60117, ne = c ? Symbol.for("react.responder") : 60118, Q = c ? Symbol.for("react.scope") : 60119;
|
|
2234
2236
|
function te(m) {
|
|
2235
2237
|
return typeof m == "string" || typeof m == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
2236
|
-
m ===
|
|
2238
|
+
m === E || m === N || m === R || m === A || m === P || m === W || typeof m == "object" && m !== null && (m.$$typeof === G || m.$$typeof === I || m.$$typeof === D || m.$$typeof === S || m.$$typeof === C || m.$$typeof === K || m.$$typeof === ne || m.$$typeof === Q || m.$$typeof === $);
|
|
2237
2239
|
}
|
|
2238
|
-
function
|
|
2240
|
+
function J(m) {
|
|
2239
2241
|
if (typeof m == "object" && m !== null) {
|
|
2240
2242
|
var he = m.$$typeof;
|
|
2241
2243
|
switch (he) {
|
|
@@ -2243,217 +2245,217 @@ function hn() {
|
|
|
2243
2245
|
var $e = m.type;
|
|
2244
2246
|
switch ($e) {
|
|
2245
2247
|
case j:
|
|
2246
|
-
case
|
|
2247
|
-
case R:
|
|
2248
|
+
case N:
|
|
2248
2249
|
case E:
|
|
2250
|
+
case R:
|
|
2251
|
+
case A:
|
|
2249
2252
|
case P:
|
|
2250
|
-
case $:
|
|
2251
2253
|
return $e;
|
|
2252
2254
|
default:
|
|
2253
2255
|
var Pe = $e && $e.$$typeof;
|
|
2254
2256
|
switch (Pe) {
|
|
2255
|
-
case
|
|
2256
|
-
case
|
|
2257
|
-
case
|
|
2258
|
-
case
|
|
2259
|
-
case
|
|
2257
|
+
case S:
|
|
2258
|
+
case C:
|
|
2259
|
+
case G:
|
|
2260
|
+
case I:
|
|
2261
|
+
case D:
|
|
2260
2262
|
return Pe;
|
|
2261
2263
|
default:
|
|
2262
2264
|
return he;
|
|
2263
2265
|
}
|
|
2264
2266
|
}
|
|
2265
|
-
case
|
|
2267
|
+
case F:
|
|
2266
2268
|
return he;
|
|
2267
2269
|
}
|
|
2268
2270
|
}
|
|
2269
2271
|
}
|
|
2270
|
-
var f = j, ie =
|
|
2272
|
+
var f = j, ie = N, Ee = S, we = D, Ce = p, Te = C, Oe = E, Se = G, pe = I, fe = F, de = R, ce = A, x = P, _e = !1;
|
|
2271
2273
|
function xe(m) {
|
|
2272
|
-
return _e || (_e = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),
|
|
2274
|
+
return _e || (_e = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), s(m) || J(m) === j;
|
|
2273
2275
|
}
|
|
2274
|
-
function
|
|
2275
|
-
return
|
|
2276
|
+
function s(m) {
|
|
2277
|
+
return J(m) === N;
|
|
2276
2278
|
}
|
|
2277
2279
|
function n(m) {
|
|
2278
|
-
return
|
|
2280
|
+
return J(m) === S;
|
|
2279
2281
|
}
|
|
2280
2282
|
function i(m) {
|
|
2281
|
-
return
|
|
2283
|
+
return J(m) === D;
|
|
2282
2284
|
}
|
|
2283
2285
|
function h(m) {
|
|
2284
2286
|
return typeof m == "object" && m !== null && m.$$typeof === p;
|
|
2285
2287
|
}
|
|
2286
|
-
function
|
|
2287
|
-
return
|
|
2288
|
+
function y(m) {
|
|
2289
|
+
return J(m) === C;
|
|
2288
2290
|
}
|
|
2289
2291
|
function g(m) {
|
|
2290
|
-
return
|
|
2292
|
+
return J(m) === E;
|
|
2291
2293
|
}
|
|
2292
2294
|
function b(m) {
|
|
2293
|
-
return
|
|
2295
|
+
return J(m) === G;
|
|
2294
2296
|
}
|
|
2295
2297
|
function _(m) {
|
|
2296
|
-
return
|
|
2298
|
+
return J(m) === I;
|
|
2297
2299
|
}
|
|
2298
2300
|
function T(m) {
|
|
2299
|
-
return
|
|
2301
|
+
return J(m) === F;
|
|
2300
2302
|
}
|
|
2301
|
-
function
|
|
2302
|
-
return
|
|
2303
|
+
function O(m) {
|
|
2304
|
+
return J(m) === R;
|
|
2303
2305
|
}
|
|
2304
|
-
function
|
|
2305
|
-
return
|
|
2306
|
+
function k(m) {
|
|
2307
|
+
return J(m) === A;
|
|
2306
2308
|
}
|
|
2307
2309
|
function ye(m) {
|
|
2308
|
-
return
|
|
2310
|
+
return J(m) === P;
|
|
2309
2311
|
}
|
|
2310
|
-
|
|
2311
|
-
}()),
|
|
2312
|
+
X.AsyncMode = f, X.ConcurrentMode = ie, X.ContextConsumer = Ee, X.ContextProvider = we, X.Element = Ce, X.ForwardRef = Te, X.Fragment = Oe, X.Lazy = Se, X.Memo = pe, X.Portal = fe, X.Profiler = de, X.StrictMode = ce, X.Suspense = x, X.isAsyncMode = xe, X.isConcurrentMode = s, X.isContextConsumer = n, X.isContextProvider = i, X.isElement = h, X.isForwardRef = y, X.isFragment = g, X.isLazy = b, X.isMemo = _, X.isPortal = T, X.isProfiler = O, X.isStrictMode = k, X.isSuspense = ye, X.isValidElementType = te, X.typeOf = J;
|
|
2313
|
+
}()), X;
|
|
2312
2314
|
}
|
|
2313
2315
|
var $t;
|
|
2314
|
-
function
|
|
2315
|
-
return $t || ($t = 1, process.env.NODE_ENV === "production" ?
|
|
2316
|
+
function Wt() {
|
|
2317
|
+
return $t || ($t = 1, process.env.NODE_ENV === "production" ? Tr.exports = hn() : Tr.exports = mn()), Tr.exports;
|
|
2316
2318
|
}
|
|
2317
2319
|
/*
|
|
2318
2320
|
object-assign
|
|
2319
2321
|
(c) Sindre Sorhus
|
|
2320
2322
|
@license MIT
|
|
2321
2323
|
*/
|
|
2322
|
-
var Hr,
|
|
2323
|
-
function
|
|
2324
|
-
if (
|
|
2324
|
+
var Hr, It;
|
|
2325
|
+
function gn() {
|
|
2326
|
+
if (It)
|
|
2325
2327
|
return Hr;
|
|
2326
|
-
|
|
2327
|
-
var c = Object.getOwnPropertySymbols, p = Object.prototype.hasOwnProperty,
|
|
2328
|
-
function R
|
|
2329
|
-
if (
|
|
2328
|
+
It = 1;
|
|
2329
|
+
var c = Object.getOwnPropertySymbols, p = Object.prototype.hasOwnProperty, F = Object.prototype.propertyIsEnumerable;
|
|
2330
|
+
function E(R) {
|
|
2331
|
+
if (R == null)
|
|
2330
2332
|
throw new TypeError("Object.assign cannot be called with null or undefined");
|
|
2331
|
-
return Object(
|
|
2333
|
+
return Object(R);
|
|
2332
2334
|
}
|
|
2333
|
-
function
|
|
2335
|
+
function A() {
|
|
2334
2336
|
try {
|
|
2335
2337
|
if (!Object.assign)
|
|
2336
2338
|
return !1;
|
|
2337
|
-
var
|
|
2338
|
-
if (
|
|
2339
|
+
var R = new String("abc");
|
|
2340
|
+
if (R[5] = "de", Object.getOwnPropertyNames(R)[0] === "5")
|
|
2339
2341
|
return !1;
|
|
2340
|
-
for (var
|
|
2341
|
-
|
|
2342
|
-
var j = Object.getOwnPropertyNames(
|
|
2343
|
-
return
|
|
2342
|
+
for (var D = {}, S = 0; S < 10; S++)
|
|
2343
|
+
D["_" + String.fromCharCode(S)] = S;
|
|
2344
|
+
var j = Object.getOwnPropertyNames(D).map(function(C) {
|
|
2345
|
+
return D[C];
|
|
2344
2346
|
});
|
|
2345
2347
|
if (j.join("") !== "0123456789")
|
|
2346
2348
|
return !1;
|
|
2347
|
-
var
|
|
2348
|
-
return "abcdefghijklmnopqrst".split("").forEach(function(
|
|
2349
|
-
|
|
2350
|
-
}), Object.keys(Object.assign({},
|
|
2349
|
+
var N = {};
|
|
2350
|
+
return "abcdefghijklmnopqrst".split("").forEach(function(C) {
|
|
2351
|
+
N[C] = C;
|
|
2352
|
+
}), Object.keys(Object.assign({}, N)).join("") === "abcdefghijklmnopqrst";
|
|
2351
2353
|
} catch {
|
|
2352
2354
|
return !1;
|
|
2353
2355
|
}
|
|
2354
2356
|
}
|
|
2355
|
-
return Hr =
|
|
2356
|
-
for (var
|
|
2357
|
-
|
|
2358
|
-
for (var
|
|
2359
|
-
p.call(
|
|
2357
|
+
return Hr = A() ? Object.assign : function(R, D) {
|
|
2358
|
+
for (var S, j = E(R), N, C = 1; C < arguments.length; C++) {
|
|
2359
|
+
S = Object(arguments[C]);
|
|
2360
|
+
for (var P in S)
|
|
2361
|
+
p.call(S, P) && (j[P] = S[P]);
|
|
2360
2362
|
if (c) {
|
|
2361
|
-
|
|
2362
|
-
for (var
|
|
2363
|
-
|
|
2363
|
+
N = c(S);
|
|
2364
|
+
for (var W = 0; W < N.length; W++)
|
|
2365
|
+
F.call(S, N[W]) && (j[N[W]] = S[N[W]]);
|
|
2364
2366
|
}
|
|
2365
2367
|
}
|
|
2366
2368
|
return j;
|
|
2367
2369
|
}, Hr;
|
|
2368
2370
|
}
|
|
2369
|
-
var Gr,
|
|
2370
|
-
function
|
|
2371
|
-
if (
|
|
2371
|
+
var Gr, Ft;
|
|
2372
|
+
function rt() {
|
|
2373
|
+
if (Ft)
|
|
2372
2374
|
return Gr;
|
|
2373
|
-
|
|
2375
|
+
Ft = 1;
|
|
2374
2376
|
var c = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
2375
2377
|
return Gr = c, Gr;
|
|
2376
2378
|
}
|
|
2377
2379
|
var Kr, Dt;
|
|
2378
|
-
function
|
|
2380
|
+
function Ut() {
|
|
2379
2381
|
return Dt || (Dt = 1, Kr = Function.call.bind(Object.prototype.hasOwnProperty)), Kr;
|
|
2380
2382
|
}
|
|
2381
2383
|
var Jr, Mt;
|
|
2382
|
-
function
|
|
2384
|
+
function bn() {
|
|
2383
2385
|
if (Mt)
|
|
2384
2386
|
return Jr;
|
|
2385
2387
|
Mt = 1;
|
|
2386
2388
|
var c = function() {
|
|
2387
2389
|
};
|
|
2388
2390
|
if (process.env.NODE_ENV !== "production") {
|
|
2389
|
-
var p =
|
|
2390
|
-
c = function(
|
|
2391
|
-
var
|
|
2392
|
-
typeof console < "u" && console.error(
|
|
2391
|
+
var p = rt(), F = {}, E = Ut();
|
|
2392
|
+
c = function(R) {
|
|
2393
|
+
var D = "Warning: " + R;
|
|
2394
|
+
typeof console < "u" && console.error(D);
|
|
2393
2395
|
try {
|
|
2394
|
-
throw new Error(
|
|
2396
|
+
throw new Error(D);
|
|
2395
2397
|
} catch {
|
|
2396
2398
|
}
|
|
2397
2399
|
};
|
|
2398
2400
|
}
|
|
2399
|
-
function
|
|
2401
|
+
function A(R, D, S, j, N) {
|
|
2400
2402
|
if (process.env.NODE_ENV !== "production") {
|
|
2401
|
-
for (var
|
|
2402
|
-
if (R
|
|
2403
|
-
var
|
|
2403
|
+
for (var C in R)
|
|
2404
|
+
if (E(R, C)) {
|
|
2405
|
+
var P;
|
|
2404
2406
|
try {
|
|
2405
|
-
if (typeof
|
|
2406
|
-
var
|
|
2407
|
-
(j || "React class") + ": " +
|
|
2407
|
+
if (typeof R[C] != "function") {
|
|
2408
|
+
var W = Error(
|
|
2409
|
+
(j || "React class") + ": " + S + " type `" + C + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof R[C] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
|
|
2408
2410
|
);
|
|
2409
|
-
throw
|
|
2411
|
+
throw W.name = "Invariant Violation", W;
|
|
2410
2412
|
}
|
|
2411
|
-
|
|
2412
|
-
} catch (
|
|
2413
|
-
|
|
2413
|
+
P = R[C](D, C, j, S, null, p);
|
|
2414
|
+
} catch (G) {
|
|
2415
|
+
P = G;
|
|
2414
2416
|
}
|
|
2415
|
-
if (
|
|
2416
|
-
(j || "React class") + ": type specification of " +
|
|
2417
|
-
),
|
|
2418
|
-
|
|
2419
|
-
var
|
|
2417
|
+
if (P && !(P instanceof Error) && c(
|
|
2418
|
+
(j || "React class") + ": type specification of " + S + " `" + C + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof P + ". 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
|
+
), P instanceof Error && !(P.message in F)) {
|
|
2420
|
+
F[P.message] = !0;
|
|
2421
|
+
var I = N ? N() : "";
|
|
2420
2422
|
c(
|
|
2421
|
-
"Failed " +
|
|
2423
|
+
"Failed " + S + " type: " + P.message + (I ?? "")
|
|
2422
2424
|
);
|
|
2423
2425
|
}
|
|
2424
2426
|
}
|
|
2425
2427
|
}
|
|
2426
2428
|
}
|
|
2427
|
-
return
|
|
2428
|
-
process.env.NODE_ENV !== "production" && (
|
|
2429
|
-
}, Jr =
|
|
2429
|
+
return A.resetWarningCache = function() {
|
|
2430
|
+
process.env.NODE_ENV !== "production" && (F = {});
|
|
2431
|
+
}, Jr = A, Jr;
|
|
2430
2432
|
}
|
|
2431
|
-
var Zr,
|
|
2432
|
-
function
|
|
2433
|
-
if (
|
|
2433
|
+
var Zr, Nt;
|
|
2434
|
+
function _n() {
|
|
2435
|
+
if (Nt)
|
|
2434
2436
|
return Zr;
|
|
2435
|
-
|
|
2436
|
-
var c =
|
|
2437
|
+
Nt = 1;
|
|
2438
|
+
var c = Wt(), p = gn(), F = rt(), E = Ut(), A = bn(), R = function() {
|
|
2437
2439
|
};
|
|
2438
|
-
process.env.NODE_ENV !== "production" && (
|
|
2439
|
-
var j = "Warning: " +
|
|
2440
|
+
process.env.NODE_ENV !== "production" && (R = function(S) {
|
|
2441
|
+
var j = "Warning: " + S;
|
|
2440
2442
|
typeof console < "u" && console.error(j);
|
|
2441
2443
|
try {
|
|
2442
2444
|
throw new Error(j);
|
|
2443
2445
|
} catch {
|
|
2444
2446
|
}
|
|
2445
2447
|
});
|
|
2446
|
-
function
|
|
2448
|
+
function D() {
|
|
2447
2449
|
return null;
|
|
2448
2450
|
}
|
|
2449
|
-
return Zr = function(
|
|
2450
|
-
var
|
|
2451
|
-
function
|
|
2452
|
-
var n =
|
|
2451
|
+
return Zr = function(S, j) {
|
|
2452
|
+
var N = typeof Symbol == "function" && Symbol.iterator, C = "@@iterator";
|
|
2453
|
+
function P(s) {
|
|
2454
|
+
var n = s && (N && s[N] || s[C]);
|
|
2453
2455
|
if (typeof n == "function")
|
|
2454
2456
|
return n;
|
|
2455
2457
|
}
|
|
2456
|
-
var
|
|
2458
|
+
var W = "<<anonymous>>", I = {
|
|
2457
2459
|
array: ne("array"),
|
|
2458
2460
|
bigint: ne("bigint"),
|
|
2459
2461
|
bool: ne("boolean"),
|
|
@@ -2462,9 +2464,9 @@ function bn() {
|
|
|
2462
2464
|
object: ne("object"),
|
|
2463
2465
|
string: ne("string"),
|
|
2464
2466
|
symbol: ne("symbol"),
|
|
2465
|
-
any:
|
|
2467
|
+
any: Q(),
|
|
2466
2468
|
arrayOf: te,
|
|
2467
|
-
element:
|
|
2469
|
+
element: J(),
|
|
2468
2470
|
elementType: f(),
|
|
2469
2471
|
instanceOf: ie,
|
|
2470
2472
|
node: Te(),
|
|
@@ -2474,18 +2476,18 @@ function bn() {
|
|
|
2474
2476
|
shape: Se,
|
|
2475
2477
|
exact: pe
|
|
2476
2478
|
};
|
|
2477
|
-
function
|
|
2478
|
-
return
|
|
2479
|
+
function G(s, n) {
|
|
2480
|
+
return s === n ? s !== 0 || 1 / s === 1 / n : s !== s && n !== n;
|
|
2479
2481
|
}
|
|
2480
|
-
function
|
|
2481
|
-
this.message =
|
|
2482
|
+
function $(s, n) {
|
|
2483
|
+
this.message = s, this.data = n && typeof n == "object" ? n : {}, this.stack = "";
|
|
2482
2484
|
}
|
|
2483
|
-
|
|
2484
|
-
function
|
|
2485
|
+
$.prototype = Error.prototype;
|
|
2486
|
+
function K(s) {
|
|
2485
2487
|
if (process.env.NODE_ENV !== "production")
|
|
2486
2488
|
var n = {}, i = 0;
|
|
2487
|
-
function h(g, b, _, T,
|
|
2488
|
-
if (T = T ||
|
|
2489
|
+
function h(g, b, _, T, O, k, ye) {
|
|
2490
|
+
if (T = T || W, k = k || _, ye !== F) {
|
|
2489
2491
|
if (j) {
|
|
2490
2492
|
var m = new Error(
|
|
2491
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,214 +2496,214 @@ function bn() {
|
|
|
2494
2496
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
2495
2497
|
var he = T + ":" + _;
|
|
2496
2498
|
!n[he] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
2497
|
-
i < 3 && (
|
|
2498
|
-
"You are manually calling a React.PropTypes validation function for the `" +
|
|
2499
|
+
i < 3 && (R(
|
|
2500
|
+
"You are manually calling a React.PropTypes validation function for the `" + k + "` prop on `" + T + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
2499
2501
|
), n[he] = !0, i++);
|
|
2500
2502
|
}
|
|
2501
2503
|
}
|
|
2502
|
-
return b[_] == null ? g ? b[_] === null ? new
|
|
2504
|
+
return b[_] == null ? g ? b[_] === null ? new $("The " + O + " `" + k + "` is marked as required " + ("in `" + T + "`, but its value is `null`.")) : new $("The " + O + " `" + k + "` is marked as required in " + ("`" + T + "`, but its value is `undefined`.")) : null : s(b, _, T, O, k);
|
|
2503
2505
|
}
|
|
2504
|
-
var
|
|
2505
|
-
return
|
|
2506
|
+
var y = h.bind(null, !1);
|
|
2507
|
+
return y.isRequired = h.bind(null, !0), y;
|
|
2506
2508
|
}
|
|
2507
|
-
function ne(
|
|
2508
|
-
function n(i, h,
|
|
2509
|
-
var T = i[h],
|
|
2510
|
-
if (
|
|
2511
|
-
var
|
|
2512
|
-
return new
|
|
2513
|
-
"Invalid " + g + " `" + b + "` of type " + ("`" +
|
|
2514
|
-
{ expectedType:
|
|
2509
|
+
function ne(s) {
|
|
2510
|
+
function n(i, h, y, g, b, _) {
|
|
2511
|
+
var T = i[h], O = ce(T);
|
|
2512
|
+
if (O !== s) {
|
|
2513
|
+
var k = x(T);
|
|
2514
|
+
return new $(
|
|
2515
|
+
"Invalid " + g + " `" + b + "` of type " + ("`" + k + "` supplied to `" + y + "`, expected ") + ("`" + s + "`."),
|
|
2516
|
+
{ expectedType: s }
|
|
2515
2517
|
);
|
|
2516
2518
|
}
|
|
2517
2519
|
return null;
|
|
2518
2520
|
}
|
|
2519
|
-
return
|
|
2521
|
+
return K(n);
|
|
2520
2522
|
}
|
|
2521
|
-
function
|
|
2522
|
-
return
|
|
2523
|
+
function Q() {
|
|
2524
|
+
return K(D);
|
|
2523
2525
|
}
|
|
2524
|
-
function te(
|
|
2525
|
-
function n(i, h,
|
|
2526
|
-
if (typeof
|
|
2527
|
-
return new
|
|
2526
|
+
function te(s) {
|
|
2527
|
+
function n(i, h, y, g, b) {
|
|
2528
|
+
if (typeof s != "function")
|
|
2529
|
+
return new $("Property `" + b + "` of component `" + y + "` has invalid PropType notation inside arrayOf.");
|
|
2528
2530
|
var _ = i[h];
|
|
2529
2531
|
if (!Array.isArray(_)) {
|
|
2530
2532
|
var T = ce(_);
|
|
2531
|
-
return new
|
|
2533
|
+
return new $("Invalid " + g + " `" + b + "` of type " + ("`" + T + "` supplied to `" + y + "`, expected an array."));
|
|
2532
2534
|
}
|
|
2533
|
-
for (var
|
|
2534
|
-
var
|
|
2535
|
-
if (
|
|
2536
|
-
return
|
|
2535
|
+
for (var O = 0; O < _.length; O++) {
|
|
2536
|
+
var k = s(_, O, y, g, b + "[" + O + "]", F);
|
|
2537
|
+
if (k instanceof Error)
|
|
2538
|
+
return k;
|
|
2537
2539
|
}
|
|
2538
2540
|
return null;
|
|
2539
2541
|
}
|
|
2540
|
-
return
|
|
2542
|
+
return K(n);
|
|
2541
2543
|
}
|
|
2542
|
-
function
|
|
2543
|
-
function
|
|
2544
|
+
function J() {
|
|
2545
|
+
function s(n, i, h, y, g) {
|
|
2544
2546
|
var b = n[i];
|
|
2545
|
-
if (!
|
|
2547
|
+
if (!S(b)) {
|
|
2546
2548
|
var _ = ce(b);
|
|
2547
|
-
return new
|
|
2549
|
+
return new $("Invalid " + y + " `" + g + "` of type " + ("`" + _ + "` supplied to `" + h + "`, expected a single ReactElement."));
|
|
2548
2550
|
}
|
|
2549
2551
|
return null;
|
|
2550
2552
|
}
|
|
2551
|
-
return
|
|
2553
|
+
return K(s);
|
|
2552
2554
|
}
|
|
2553
2555
|
function f() {
|
|
2554
|
-
function
|
|
2556
|
+
function s(n, i, h, y, g) {
|
|
2555
2557
|
var b = n[i];
|
|
2556
2558
|
if (!c.isValidElementType(b)) {
|
|
2557
2559
|
var _ = ce(b);
|
|
2558
|
-
return new
|
|
2560
|
+
return new $("Invalid " + y + " `" + g + "` of type " + ("`" + _ + "` supplied to `" + h + "`, expected a single ReactElement type."));
|
|
2559
2561
|
}
|
|
2560
2562
|
return null;
|
|
2561
2563
|
}
|
|
2562
|
-
return
|
|
2564
|
+
return K(s);
|
|
2563
2565
|
}
|
|
2564
|
-
function ie(
|
|
2565
|
-
function n(i, h,
|
|
2566
|
-
if (!(i[h] instanceof
|
|
2567
|
-
var _ =
|
|
2568
|
-
return new
|
|
2566
|
+
function ie(s) {
|
|
2567
|
+
function n(i, h, y, g, b) {
|
|
2568
|
+
if (!(i[h] instanceof s)) {
|
|
2569
|
+
var _ = s.name || W, T = xe(i[h]);
|
|
2570
|
+
return new $("Invalid " + g + " `" + b + "` of type " + ("`" + T + "` supplied to `" + y + "`, expected ") + ("instance of `" + _ + "`."));
|
|
2569
2571
|
}
|
|
2570
2572
|
return null;
|
|
2571
2573
|
}
|
|
2572
|
-
return
|
|
2574
|
+
return K(n);
|
|
2573
2575
|
}
|
|
2574
|
-
function Ee(
|
|
2575
|
-
if (!Array.isArray(
|
|
2576
|
-
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ?
|
|
2576
|
+
function Ee(s) {
|
|
2577
|
+
if (!Array.isArray(s))
|
|
2578
|
+
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? R(
|
|
2577
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])."
|
|
2578
|
-
) :
|
|
2579
|
-
function n(i, h,
|
|
2580
|
-
for (var _ = i[h], T = 0; T <
|
|
2581
|
-
if (
|
|
2580
|
+
) : R("Invalid argument supplied to oneOf, expected an array.")), D;
|
|
2581
|
+
function n(i, h, y, g, b) {
|
|
2582
|
+
for (var _ = i[h], T = 0; T < s.length; T++)
|
|
2583
|
+
if (G(_, s[T]))
|
|
2582
2584
|
return null;
|
|
2583
|
-
var
|
|
2584
|
-
var he =
|
|
2585
|
+
var O = JSON.stringify(s, function(ye, m) {
|
|
2586
|
+
var he = x(m);
|
|
2585
2587
|
return he === "symbol" ? String(m) : m;
|
|
2586
2588
|
});
|
|
2587
|
-
return new
|
|
2589
|
+
return new $("Invalid " + g + " `" + b + "` of value `" + String(_) + "` " + ("supplied to `" + y + "`, expected one of " + O + "."));
|
|
2588
2590
|
}
|
|
2589
|
-
return
|
|
2591
|
+
return K(n);
|
|
2590
2592
|
}
|
|
2591
|
-
function we(
|
|
2592
|
-
function n(i, h,
|
|
2593
|
-
if (typeof
|
|
2594
|
-
return new
|
|
2593
|
+
function we(s) {
|
|
2594
|
+
function n(i, h, y, g, b) {
|
|
2595
|
+
if (typeof s != "function")
|
|
2596
|
+
return new $("Property `" + b + "` of component `" + y + "` has invalid PropType notation inside objectOf.");
|
|
2595
2597
|
var _ = i[h], T = ce(_);
|
|
2596
2598
|
if (T !== "object")
|
|
2597
|
-
return new
|
|
2598
|
-
for (var
|
|
2599
|
-
if (
|
|
2600
|
-
var
|
|
2601
|
-
if (
|
|
2602
|
-
return
|
|
2599
|
+
return new $("Invalid " + g + " `" + b + "` of type " + ("`" + T + "` supplied to `" + y + "`, expected an object."));
|
|
2600
|
+
for (var O in _)
|
|
2601
|
+
if (E(_, O)) {
|
|
2602
|
+
var k = s(_, O, y, g, b + "." + O, F);
|
|
2603
|
+
if (k instanceof Error)
|
|
2604
|
+
return k;
|
|
2603
2605
|
}
|
|
2604
2606
|
return null;
|
|
2605
2607
|
}
|
|
2606
|
-
return
|
|
2608
|
+
return K(n);
|
|
2607
2609
|
}
|
|
2608
|
-
function Ce(
|
|
2609
|
-
if (!Array.isArray(
|
|
2610
|
-
return process.env.NODE_ENV !== "production" &&
|
|
2611
|
-
for (var n = 0; n <
|
|
2612
|
-
var i =
|
|
2610
|
+
function Ce(s) {
|
|
2611
|
+
if (!Array.isArray(s))
|
|
2612
|
+
return process.env.NODE_ENV !== "production" && R("Invalid argument supplied to oneOfType, expected an instance of array."), D;
|
|
2613
|
+
for (var n = 0; n < s.length; n++) {
|
|
2614
|
+
var i = s[n];
|
|
2613
2615
|
if (typeof i != "function")
|
|
2614
|
-
return
|
|
2616
|
+
return R(
|
|
2615
2617
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + _e(i) + " at index " + n + "."
|
|
2616
|
-
),
|
|
2618
|
+
), D;
|
|
2617
2619
|
}
|
|
2618
|
-
function h(
|
|
2619
|
-
for (var
|
|
2620
|
-
var ye =
|
|
2620
|
+
function h(y, g, b, _, T) {
|
|
2621
|
+
for (var O = [], k = 0; k < s.length; k++) {
|
|
2622
|
+
var ye = s[k], m = ye(y, g, b, _, T, F);
|
|
2621
2623
|
if (m == null)
|
|
2622
2624
|
return null;
|
|
2623
|
-
m.data &&
|
|
2625
|
+
m.data && E(m.data, "expectedType") && O.push(m.data.expectedType);
|
|
2624
2626
|
}
|
|
2625
|
-
var he =
|
|
2626
|
-
return new
|
|
2627
|
+
var he = O.length > 0 ? ", expected one of type [" + O.join(", ") + "]" : "";
|
|
2628
|
+
return new $("Invalid " + _ + " `" + T + "` supplied to " + ("`" + b + "`" + he + "."));
|
|
2627
2629
|
}
|
|
2628
|
-
return
|
|
2630
|
+
return K(h);
|
|
2629
2631
|
}
|
|
2630
2632
|
function Te() {
|
|
2631
|
-
function
|
|
2632
|
-
return fe(n[i]) ? null : new
|
|
2633
|
+
function s(n, i, h, y, g) {
|
|
2634
|
+
return fe(n[i]) ? null : new $("Invalid " + y + " `" + g + "` supplied to " + ("`" + h + "`, expected a ReactNode."));
|
|
2633
2635
|
}
|
|
2634
|
-
return
|
|
2636
|
+
return K(s);
|
|
2635
2637
|
}
|
|
2636
|
-
function Oe(
|
|
2637
|
-
return new
|
|
2638
|
-
(
|
|
2638
|
+
function Oe(s, n, i, h, y) {
|
|
2639
|
+
return new $(
|
|
2640
|
+
(s || "React class") + ": " + n + " type `" + i + "." + h + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + y + "`."
|
|
2639
2641
|
);
|
|
2640
2642
|
}
|
|
2641
|
-
function Se(
|
|
2642
|
-
function n(i, h,
|
|
2643
|
+
function Se(s) {
|
|
2644
|
+
function n(i, h, y, g, b) {
|
|
2643
2645
|
var _ = i[h], T = ce(_);
|
|
2644
2646
|
if (T !== "object")
|
|
2645
|
-
return new
|
|
2646
|
-
for (var
|
|
2647
|
-
var
|
|
2648
|
-
if (typeof
|
|
2649
|
-
return Oe(
|
|
2650
|
-
var ye =
|
|
2647
|
+
return new $("Invalid " + g + " `" + b + "` of type `" + T + "` " + ("supplied to `" + y + "`, expected `object`."));
|
|
2648
|
+
for (var O in s) {
|
|
2649
|
+
var k = s[O];
|
|
2650
|
+
if (typeof k != "function")
|
|
2651
|
+
return Oe(y, g, b, O, x(k));
|
|
2652
|
+
var ye = k(_, O, y, g, b + "." + O, F);
|
|
2651
2653
|
if (ye)
|
|
2652
2654
|
return ye;
|
|
2653
2655
|
}
|
|
2654
2656
|
return null;
|
|
2655
2657
|
}
|
|
2656
|
-
return
|
|
2658
|
+
return K(n);
|
|
2657
2659
|
}
|
|
2658
|
-
function pe(
|
|
2659
|
-
function n(i, h,
|
|
2660
|
+
function pe(s) {
|
|
2661
|
+
function n(i, h, y, g, b) {
|
|
2660
2662
|
var _ = i[h], T = ce(_);
|
|
2661
2663
|
if (T !== "object")
|
|
2662
|
-
return new
|
|
2663
|
-
var
|
|
2664
|
-
for (var
|
|
2665
|
-
var ye =
|
|
2666
|
-
if (
|
|
2667
|
-
return Oe(
|
|
2664
|
+
return new $("Invalid " + g + " `" + b + "` of type `" + T + "` " + ("supplied to `" + y + "`, expected `object`."));
|
|
2665
|
+
var O = p({}, i[h], s);
|
|
2666
|
+
for (var k in O) {
|
|
2667
|
+
var ye = s[k];
|
|
2668
|
+
if (E(s, k) && typeof ye != "function")
|
|
2669
|
+
return Oe(y, g, b, k, x(ye));
|
|
2668
2670
|
if (!ye)
|
|
2669
|
-
return new
|
|
2670
|
-
"Invalid " + g + " `" + b + "` key `" +
|
|
2671
|
-
Valid keys: ` + JSON.stringify(Object.keys(
|
|
2671
|
+
return new $(
|
|
2672
|
+
"Invalid " + g + " `" + b + "` key `" + k + "` supplied to `" + y + "`.\nBad object: " + JSON.stringify(i[h], null, " ") + `
|
|
2673
|
+
Valid keys: ` + JSON.stringify(Object.keys(s), null, " ")
|
|
2672
2674
|
);
|
|
2673
|
-
var m = ye(_,
|
|
2675
|
+
var m = ye(_, k, y, g, b + "." + k, F);
|
|
2674
2676
|
if (m)
|
|
2675
2677
|
return m;
|
|
2676
2678
|
}
|
|
2677
2679
|
return null;
|
|
2678
2680
|
}
|
|
2679
|
-
return
|
|
2681
|
+
return K(n);
|
|
2680
2682
|
}
|
|
2681
|
-
function fe(
|
|
2682
|
-
switch (typeof
|
|
2683
|
+
function fe(s) {
|
|
2684
|
+
switch (typeof s) {
|
|
2683
2685
|
case "number":
|
|
2684
2686
|
case "string":
|
|
2685
2687
|
case "undefined":
|
|
2686
2688
|
return !0;
|
|
2687
2689
|
case "boolean":
|
|
2688
|
-
return !
|
|
2690
|
+
return !s;
|
|
2689
2691
|
case "object":
|
|
2690
|
-
if (Array.isArray(
|
|
2691
|
-
return
|
|
2692
|
-
if (
|
|
2692
|
+
if (Array.isArray(s))
|
|
2693
|
+
return s.every(fe);
|
|
2694
|
+
if (s === null || S(s))
|
|
2693
2695
|
return !0;
|
|
2694
|
-
var n =
|
|
2696
|
+
var n = P(s);
|
|
2695
2697
|
if (n) {
|
|
2696
|
-
var i = n.call(
|
|
2697
|
-
if (n !==
|
|
2698
|
+
var i = n.call(s), h;
|
|
2699
|
+
if (n !== s.entries) {
|
|
2698
2700
|
for (; !(h = i.next()).done; )
|
|
2699
2701
|
if (!fe(h.value))
|
|
2700
2702
|
return !1;
|
|
2701
2703
|
} else
|
|
2702
2704
|
for (; !(h = i.next()).done; ) {
|
|
2703
|
-
var
|
|
2704
|
-
if (
|
|
2705
|
+
var y = h.value;
|
|
2706
|
+
if (y && !fe(y[1]))
|
|
2705
2707
|
return !1;
|
|
2706
2708
|
}
|
|
2707
2709
|
} else
|
|
@@ -2711,27 +2713,27 @@ Valid keys: ` + JSON.stringify(Object.keys(u), null, " ")
|
|
|
2711
2713
|
return !1;
|
|
2712
2714
|
}
|
|
2713
2715
|
}
|
|
2714
|
-
function de(
|
|
2715
|
-
return
|
|
2716
|
+
function de(s, n) {
|
|
2717
|
+
return s === "symbol" ? !0 : n ? n["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && n instanceof Symbol : !1;
|
|
2716
2718
|
}
|
|
2717
|
-
function ce(
|
|
2718
|
-
var n = typeof
|
|
2719
|
-
return Array.isArray(
|
|
2719
|
+
function ce(s) {
|
|
2720
|
+
var n = typeof s;
|
|
2721
|
+
return Array.isArray(s) ? "array" : s instanceof RegExp ? "object" : de(n, s) ? "symbol" : n;
|
|
2720
2722
|
}
|
|
2721
|
-
function
|
|
2722
|
-
if (typeof
|
|
2723
|
-
return "" +
|
|
2724
|
-
var n = ce(
|
|
2723
|
+
function x(s) {
|
|
2724
|
+
if (typeof s > "u" || s === null)
|
|
2725
|
+
return "" + s;
|
|
2726
|
+
var n = ce(s);
|
|
2725
2727
|
if (n === "object") {
|
|
2726
|
-
if (
|
|
2728
|
+
if (s instanceof Date)
|
|
2727
2729
|
return "date";
|
|
2728
|
-
if (
|
|
2730
|
+
if (s instanceof RegExp)
|
|
2729
2731
|
return "regexp";
|
|
2730
2732
|
}
|
|
2731
2733
|
return n;
|
|
2732
2734
|
}
|
|
2733
|
-
function _e(
|
|
2734
|
-
var n =
|
|
2735
|
+
function _e(s) {
|
|
2736
|
+
var n = x(s);
|
|
2735
2737
|
switch (n) {
|
|
2736
2738
|
case "array":
|
|
2737
2739
|
case "object":
|
|
@@ -2744,81 +2746,81 @@ Valid keys: ` + JSON.stringify(Object.keys(u), null, " ")
|
|
|
2744
2746
|
return n;
|
|
2745
2747
|
}
|
|
2746
2748
|
}
|
|
2747
|
-
function xe(
|
|
2748
|
-
return !
|
|
2749
|
+
function xe(s) {
|
|
2750
|
+
return !s.constructor || !s.constructor.name ? W : s.constructor.name;
|
|
2749
2751
|
}
|
|
2750
|
-
return
|
|
2752
|
+
return I.checkPropTypes = A, I.resetWarningCache = A.resetWarningCache, I.PropTypes = I, I;
|
|
2751
2753
|
}, Zr;
|
|
2752
2754
|
}
|
|
2753
|
-
var Xr,
|
|
2754
|
-
function
|
|
2755
|
-
if (
|
|
2755
|
+
var Xr, Lt;
|
|
2756
|
+
function En() {
|
|
2757
|
+
if (Lt)
|
|
2756
2758
|
return Xr;
|
|
2757
|
-
|
|
2758
|
-
var c =
|
|
2759
|
+
Lt = 1;
|
|
2760
|
+
var c = rt();
|
|
2759
2761
|
function p() {
|
|
2760
2762
|
}
|
|
2761
|
-
function
|
|
2763
|
+
function F() {
|
|
2762
2764
|
}
|
|
2763
|
-
return
|
|
2764
|
-
function
|
|
2765
|
-
if (
|
|
2766
|
-
var
|
|
2765
|
+
return F.resetWarningCache = p, Xr = function() {
|
|
2766
|
+
function E(D, S, j, N, C, P) {
|
|
2767
|
+
if (P !== c) {
|
|
2768
|
+
var W = new Error(
|
|
2767
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"
|
|
2768
2770
|
);
|
|
2769
|
-
throw
|
|
2770
|
-
}
|
|
2771
|
-
}
|
|
2772
|
-
|
|
2773
|
-
function
|
|
2774
|
-
return
|
|
2775
|
-
}
|
|
2776
|
-
var
|
|
2777
|
-
array:
|
|
2778
|
-
bigint:
|
|
2779
|
-
bool:
|
|
2780
|
-
func:
|
|
2781
|
-
number:
|
|
2782
|
-
object:
|
|
2783
|
-
string:
|
|
2784
|
-
symbol:
|
|
2785
|
-
any:
|
|
2786
|
-
arrayOf:
|
|
2787
|
-
element:
|
|
2788
|
-
elementType:
|
|
2789
|
-
instanceOf:
|
|
2790
|
-
node:
|
|
2791
|
-
objectOf:
|
|
2792
|
-
oneOf:
|
|
2793
|
-
oneOfType:
|
|
2794
|
-
shape:
|
|
2795
|
-
exact:
|
|
2796
|
-
checkPropTypes:
|
|
2771
|
+
throw W.name = "Invariant Violation", W;
|
|
2772
|
+
}
|
|
2773
|
+
}
|
|
2774
|
+
E.isRequired = E;
|
|
2775
|
+
function A() {
|
|
2776
|
+
return E;
|
|
2777
|
+
}
|
|
2778
|
+
var R = {
|
|
2779
|
+
array: E,
|
|
2780
|
+
bigint: E,
|
|
2781
|
+
bool: E,
|
|
2782
|
+
func: E,
|
|
2783
|
+
number: E,
|
|
2784
|
+
object: E,
|
|
2785
|
+
string: E,
|
|
2786
|
+
symbol: E,
|
|
2787
|
+
any: E,
|
|
2788
|
+
arrayOf: A,
|
|
2789
|
+
element: E,
|
|
2790
|
+
elementType: E,
|
|
2791
|
+
instanceOf: A,
|
|
2792
|
+
node: E,
|
|
2793
|
+
objectOf: A,
|
|
2794
|
+
oneOf: A,
|
|
2795
|
+
oneOfType: A,
|
|
2796
|
+
shape: A,
|
|
2797
|
+
exact: A,
|
|
2798
|
+
checkPropTypes: F,
|
|
2797
2799
|
resetWarningCache: p
|
|
2798
2800
|
};
|
|
2799
|
-
return
|
|
2801
|
+
return R.PropTypes = R, R;
|
|
2800
2802
|
}, Xr;
|
|
2801
2803
|
}
|
|
2802
2804
|
if (process.env.NODE_ENV !== "production") {
|
|
2803
|
-
var
|
|
2804
|
-
|
|
2805
|
+
var Rn = Wt(), wn = !0;
|
|
2806
|
+
et.exports = _n()(Rn.isElement, wn);
|
|
2805
2807
|
} else
|
|
2806
|
-
|
|
2807
|
-
var
|
|
2808
|
-
const
|
|
2809
|
-
/* @__PURE__ */
|
|
2810
|
-
/* @__PURE__ */
|
|
2811
|
-
/* @__PURE__ */
|
|
2812
|
-
/* @__PURE__ */
|
|
2808
|
+
et.exports = En()();
|
|
2809
|
+
var Cn = et.exports;
|
|
2810
|
+
const U = /* @__PURE__ */ fn(Cn), Tn = ({ title: c = "", id: p = "", children: F = /* @__PURE__ */ v.jsx("div", {}) }) => /* @__PURE__ */ v.jsxs("div", { className: "u-accordion", children: [
|
|
2811
|
+
/* @__PURE__ */ v.jsx("div", { className: "u-accordion-title", children: c }),
|
|
2812
|
+
/* @__PURE__ */ v.jsx("input", { className: "u-accordion-input", type: "checkbox", id: `u-accordion${p}` }),
|
|
2813
|
+
/* @__PURE__ */ v.jsx("label", { className: "u-accordion-toggle", htmlFor: `u-accordion${p}` }),
|
|
2814
|
+
/* @__PURE__ */ v.jsx("div", { className: "u-accordion-content", children: F })
|
|
2813
2815
|
] });
|
|
2814
|
-
|
|
2815
|
-
title:
|
|
2816
|
-
id:
|
|
2817
|
-
children:
|
|
2816
|
+
Tn.propTypes = {
|
|
2817
|
+
title: U.string,
|
|
2818
|
+
id: U.string,
|
|
2819
|
+
children: U.node
|
|
2818
2820
|
};
|
|
2819
|
-
const
|
|
2820
|
-
const
|
|
2821
|
-
switch (
|
|
2821
|
+
const Sn = ({ onClick: c, variant: p = "primary", size: F = "medium", type: E = "button", icon: A = "", iconLeft: R = !1, iconOnly: D = !1, iconSize: S, disabled: j = !1, children: N = "ОК" }) => {
|
|
2822
|
+
const C = ($) => {
|
|
2823
|
+
switch ($) {
|
|
2822
2824
|
case "primary":
|
|
2823
2825
|
return "u-button";
|
|
2824
2826
|
case "danger":
|
|
@@ -2834,8 +2836,8 @@ const Tn = ({ onClick: c, variant: p = "primary", size: I = "medium", type: R =
|
|
|
2834
2836
|
case "text-danger":
|
|
2835
2837
|
return "u-button-text u-button-text-danger";
|
|
2836
2838
|
}
|
|
2837
|
-
},
|
|
2838
|
-
switch (
|
|
2839
|
+
}, P = ($) => {
|
|
2840
|
+
switch ($) {
|
|
2839
2841
|
case "medium":
|
|
2840
2842
|
return "";
|
|
2841
2843
|
case "small":
|
|
@@ -2843,29 +2845,29 @@ const Tn = ({ onClick: c, variant: p = "primary", size: I = "medium", type: R =
|
|
|
2843
2845
|
default:
|
|
2844
2846
|
return "";
|
|
2845
2847
|
}
|
|
2846
|
-
},
|
|
2847
|
-
return /* @__PURE__ */
|
|
2848
|
+
}, W = ($) => $ ? " u-button-text-icon-left" : "", I = ($) => $ ? " icon-only" : "", G = ($) => typeof $ == "number" ? `${$}px` : String($);
|
|
2849
|
+
return /* @__PURE__ */ v.jsxs(
|
|
2848
2850
|
"button",
|
|
2849
2851
|
{
|
|
2850
|
-
className: `${
|
|
2851
|
-
type:
|
|
2852
|
+
className: `${C(p)}${P(F)}${W(R)}`,
|
|
2853
|
+
type: E,
|
|
2852
2854
|
onClick: c,
|
|
2853
2855
|
disabled: j,
|
|
2854
2856
|
children: [
|
|
2855
|
-
|
|
2857
|
+
!D && N,
|
|
2856
2858
|
" ",
|
|
2857
|
-
|
|
2859
|
+
A && /* @__PURE__ */ v.jsx("i", { style: S && { fontSize: G(S) }, className: `u-icon${I(D)} icon-${A}` })
|
|
2858
2860
|
]
|
|
2859
2861
|
}
|
|
2860
2862
|
);
|
|
2861
2863
|
};
|
|
2862
|
-
|
|
2863
|
-
variant:
|
|
2864
|
-
type:
|
|
2865
|
-
size:
|
|
2866
|
-
children:
|
|
2867
|
-
onClick:
|
|
2868
|
-
icon:
|
|
2864
|
+
Sn.propTypes = {
|
|
2865
|
+
variant: U.oneOf(["primary", "danger", "outline", "danger-outline", "simple", "text", "text-danger"]),
|
|
2866
|
+
type: U.string,
|
|
2867
|
+
size: U.string,
|
|
2868
|
+
children: U.string,
|
|
2869
|
+
onClick: U.func,
|
|
2870
|
+
icon: U.oneOf([
|
|
2869
2871
|
"active",
|
|
2870
2872
|
"application",
|
|
2871
2873
|
"attention",
|
|
@@ -2956,14 +2958,14 @@ Tn.propTypes = {
|
|
|
2956
2958
|
"zip"
|
|
2957
2959
|
])
|
|
2958
2960
|
};
|
|
2959
|
-
const
|
|
2960
|
-
const
|
|
2961
|
-
return /* @__PURE__ */
|
|
2961
|
+
const xn = ({ name: c = "", size: p = "", color: F = "" }) => {
|
|
2962
|
+
const E = (A) => typeof A == "number" ? `${A}px` : String(A);
|
|
2963
|
+
return /* @__PURE__ */ v.jsx("i", { style: { fontSize: E(p), color: F }, className: `u-icon icon-${c}` });
|
|
2962
2964
|
};
|
|
2963
|
-
|
|
2964
|
-
size:
|
|
2965
|
-
color:
|
|
2966
|
-
name:
|
|
2965
|
+
xn.propTypes = {
|
|
2966
|
+
size: U.string,
|
|
2967
|
+
color: U.string,
|
|
2968
|
+
name: U.oneOf([
|
|
2967
2969
|
"active",
|
|
2968
2970
|
"application",
|
|
2969
2971
|
"attention",
|
|
@@ -3054,42 +3056,42 @@ Sn.propTypes = {
|
|
|
3054
3056
|
"zip"
|
|
3055
3057
|
])
|
|
3056
3058
|
};
|
|
3057
|
-
const
|
|
3058
|
-
const
|
|
3059
|
-
return /* @__PURE__ */
|
|
3059
|
+
const On = ({ title: c = "", defaultValue: p = "", onChange: F, required: E = !1, disabled: A = !1, lineUp: R = !1, rowGap: D = 4, columnGap: S = 20, styleInputContainer: j, styleTitle: N, styleInput: C }) => {
|
|
3060
|
+
const P = (W) => typeof W == "number" ? `${W}px` : String(W);
|
|
3061
|
+
return /* @__PURE__ */ v.jsxs(
|
|
3060
3062
|
"div",
|
|
3061
3063
|
{
|
|
3062
3064
|
className: "u-react-input-container",
|
|
3063
3065
|
style: Object.assign(
|
|
3064
3066
|
{
|
|
3065
3067
|
display: "flex",
|
|
3066
|
-
flexDirection:
|
|
3067
|
-
rowGap:
|
|
3068
|
-
columnGap:
|
|
3068
|
+
flexDirection: R ? "row" : "column",
|
|
3069
|
+
rowGap: R ? null : P(D),
|
|
3070
|
+
columnGap: R ? P(S) : null
|
|
3069
3071
|
},
|
|
3070
3072
|
j
|
|
3071
3073
|
),
|
|
3072
3074
|
children: [
|
|
3073
|
-
c && /* @__PURE__ */
|
|
3074
|
-
/* @__PURE__ */
|
|
3075
|
+
c && /* @__PURE__ */ v.jsx("div", { className: `${E && "u-required"} u-react-input-title`, style: N, children: c }),
|
|
3076
|
+
/* @__PURE__ */ v.jsx("input", { className: "u-react-input u-input", style: C, type: "text", placeholder: "введите", value: p, disabled: A, onChange: F })
|
|
3075
3077
|
]
|
|
3076
3078
|
}
|
|
3077
3079
|
);
|
|
3078
3080
|
};
|
|
3079
|
-
|
|
3080
|
-
title:
|
|
3081
|
-
required:
|
|
3082
|
-
disabled:
|
|
3083
|
-
lineUp:
|
|
3084
|
-
rowGap:
|
|
3085
|
-
columnGap:
|
|
3086
|
-
styleInputContainer:
|
|
3087
|
-
styleTitle:
|
|
3088
|
-
styleInput:
|
|
3081
|
+
On.propTypes = {
|
|
3082
|
+
title: U.string,
|
|
3083
|
+
required: U.bool,
|
|
3084
|
+
disabled: U.bool,
|
|
3085
|
+
lineUp: U.bool,
|
|
3086
|
+
rowGap: U.bool,
|
|
3087
|
+
columnGap: U.bool,
|
|
3088
|
+
styleInputContainer: U.object,
|
|
3089
|
+
styleTitle: U.object,
|
|
3090
|
+
styleInput: U.object
|
|
3089
3091
|
};
|
|
3090
|
-
const
|
|
3091
|
-
const
|
|
3092
|
-
switch (`${
|
|
3092
|
+
const jn = ({ size: c = "medium", variant: p = "info", children: F }) => {
|
|
3093
|
+
const E = (A, R) => {
|
|
3094
|
+
switch (`${A}-${R}`) {
|
|
3093
3095
|
case "medium-info":
|
|
3094
3096
|
return "u-message";
|
|
3095
3097
|
case "medium-fail":
|
|
@@ -3108,113 +3110,107 @@ const On = ({ size: c = "medium", variant: p = "info", children: I }) => {
|
|
|
3108
3110
|
return "u-message-small-warning";
|
|
3109
3111
|
}
|
|
3110
3112
|
};
|
|
3111
|
-
return /* @__PURE__ */
|
|
3113
|
+
return /* @__PURE__ */ v.jsx("div", { className: E(c, p), children: F });
|
|
3112
3114
|
};
|
|
3113
|
-
|
|
3114
|
-
size:
|
|
3115
|
-
variant:
|
|
3116
|
-
children:
|
|
3115
|
+
jn.propTypes = {
|
|
3116
|
+
size: U.string,
|
|
3117
|
+
variant: U.string,
|
|
3118
|
+
children: U.node
|
|
3117
3119
|
};
|
|
3118
|
-
const
|
|
3119
|
-
c === "small-primary" && /* @__PURE__ */
|
|
3120
|
-
/* @__PURE__ */
|
|
3121
|
-
/* @__PURE__ */
|
|
3120
|
+
const Pn = ({ variant: c = "small-primary" }) => /* @__PURE__ */ v.jsxs(v.Fragment, { children: [
|
|
3121
|
+
c === "small-primary" && /* @__PURE__ */ v.jsx("div", { className: "u-preloader-mini", children: /* @__PURE__ */ v.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: [
|
|
3122
|
+
/* @__PURE__ */ v.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "#1E4391", "stroke-width": "2" }),
|
|
3123
|
+
/* @__PURE__ */ v.jsx("circle", { className: "u-preloader-mini-dot", cx: "6.5", cy: "6.5", r: "6.5", fill: "#1E4391" })
|
|
3122
3124
|
] }) }),
|
|
3123
|
-
c === "small-special" && /* @__PURE__ */
|
|
3124
|
-
/* @__PURE__ */
|
|
3125
|
-
/* @__PURE__ */
|
|
3126
|
-
/* @__PURE__ */
|
|
3127
|
-
/* @__PURE__ */
|
|
3128
|
-
/* @__PURE__ */
|
|
3129
|
-
/* @__PURE__ */
|
|
3130
|
-
/* @__PURE__ */
|
|
3125
|
+
c === "small-special" && /* @__PURE__ */ v.jsx("div", { className: "u-preloader-mini-gradient", children: /* @__PURE__ */ v.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: [
|
|
3126
|
+
/* @__PURE__ */ v.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "url(#paint0_linear_8025_35626)", "stroke-width": "2" }),
|
|
3127
|
+
/* @__PURE__ */ v.jsx("circle", { className: "u-preloader-mini-dot", cx: "6.5", cy: "6.5", r: "6.5", fill: "url(#paint0_linear_8025_35627)" }),
|
|
3128
|
+
/* @__PURE__ */ v.jsxs("defs", { children: [
|
|
3129
|
+
/* @__PURE__ */ v.jsxs("linearGradient", { id: "paint0_linear_8025_35626", x1: "54.3387", y1: "23.9985", x2: "6", y2: "23.9985", gradientUnits: "userSpaceOnUse", children: [
|
|
3130
|
+
/* @__PURE__ */ v.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3131
|
+
/* @__PURE__ */ v.jsx("stop", { offset: "0.48", "stop-color": "#FB3727" }),
|
|
3132
|
+
/* @__PURE__ */ v.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3131
3133
|
] }),
|
|
3132
|
-
/* @__PURE__ */
|
|
3133
|
-
/* @__PURE__ */
|
|
3134
|
-
/* @__PURE__ */
|
|
3135
|
-
/* @__PURE__ */
|
|
3134
|
+
/* @__PURE__ */ v.jsxs("linearGradient", { id: "paint0_linear_8025_35627", x1: "0.50109", y1: "13", x2: "8.00065", y2: "0.000589107", gradientUnits: "userSpaceOnUse", children: [
|
|
3135
|
+
/* @__PURE__ */ v.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3136
|
+
/* @__PURE__ */ v.jsx("stop", { offset: "0.192259", "stop-color": "#FB3727" }),
|
|
3137
|
+
/* @__PURE__ */ v.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3136
3138
|
] })
|
|
3137
3139
|
] })
|
|
3138
3140
|
] }) }),
|
|
3139
|
-
c === "large-primary" && /* @__PURE__ */
|
|
3140
|
-
/* @__PURE__ */
|
|
3141
|
-
/* @__PURE__ */
|
|
3142
|
-
/* @__PURE__ */
|
|
3141
|
+
c === "large-primary" && /* @__PURE__ */ v.jsx("div", { className: "u-preloader", children: /* @__PURE__ */ v.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: [
|
|
3142
|
+
/* @__PURE__ */ v.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M38 74C57.8823 74 74 57.8823 74 38C74 18.1177 57.8823 2 38 2C18.1177 2 2 18.1177 2 38C2 57.8823 18.1177 74 38 74ZM38 76C58.9868 76 76 58.9868 76 38C76 17.0132 58.9868 0 38 0C17.0132 0 0 17.0132 0 38C0 58.9868 17.0132 76 38 76Z", fill: "#1E4391" }),
|
|
3143
|
+
/* @__PURE__ */ v.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" }),
|
|
3144
|
+
/* @__PURE__ */ v.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" })
|
|
3143
3145
|
] }) }),
|
|
3144
|
-
c === "large-special" && /* @__PURE__ */
|
|
3145
|
-
/* @__PURE__ */
|
|
3146
|
-
/* @__PURE__ */
|
|
3147
|
-
/* @__PURE__ */
|
|
3148
|
-
/* @__PURE__ */
|
|
3149
|
-
/* @__PURE__ */
|
|
3150
|
-
/* @__PURE__ */
|
|
3151
|
-
/* @__PURE__ */
|
|
3152
|
-
/* @__PURE__ */
|
|
3146
|
+
c === "large-special" && /* @__PURE__ */ v.jsx("div", { className: "u-preloader-gradient", children: /* @__PURE__ */ v.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: [
|
|
3147
|
+
/* @__PURE__ */ v.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M38 74C57.8823 74 74 57.8823 74 38C74 18.1177 57.8823 2 38 2C18.1177 2 2 18.1177 2 38C2 57.8823 18.1177 74 38 74ZM38 76C58.9868 76 76 58.9868 76 38C76 17.0132 58.9868 0 38 0C17.0132 0 0 17.0132 0 38C0 58.9868 17.0132 76 38 76Z", fill: "url(#paint0_linear_1804_4939)" }),
|
|
3148
|
+
/* @__PURE__ */ v.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)" }),
|
|
3149
|
+
/* @__PURE__ */ v.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)" }),
|
|
3150
|
+
/* @__PURE__ */ v.jsxs("defs", { children: [
|
|
3151
|
+
/* @__PURE__ */ v.jsxs("linearGradient", { id: "paint0_linear_1804_4939", x1: "76.5363", y1: "37.9977", x2: "1.9146e-07", y2: "37.9977", gradientUnits: "userSpaceOnUse", children: [
|
|
3152
|
+
/* @__PURE__ */ v.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3153
|
+
/* @__PURE__ */ v.jsx("stop", { offset: "0.48", "stop-color": "#FB3727" }),
|
|
3154
|
+
/* @__PURE__ */ v.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3153
3155
|
] }),
|
|
3154
|
-
/* @__PURE__ */
|
|
3155
|
-
/* @__PURE__ */
|
|
3156
|
-
/* @__PURE__ */
|
|
3157
|
-
/* @__PURE__ */
|
|
3156
|
+
/* @__PURE__ */ v.jsxs("linearGradient", { id: "paint1_linear_1804_4939", x1: "5.06202", y1: "20.769", x2: "11.2799", y2: "12.9983", gradientUnits: "userSpaceOnUse", children: [
|
|
3157
|
+
/* @__PURE__ */ v.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3158
|
+
/* @__PURE__ */ v.jsx("stop", { offset: "0.48", "stop-color": "#FB3727" }),
|
|
3159
|
+
/* @__PURE__ */ v.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3158
3160
|
] }),
|
|
3159
|
-
/* @__PURE__ */
|
|
3160
|
-
/* @__PURE__ */
|
|
3161
|
-
/* @__PURE__ */
|
|
3162
|
-
/* @__PURE__ */
|
|
3161
|
+
/* @__PURE__ */ v.jsxs("linearGradient", { id: "paint2_linear_1804_4939", x1: "35.9984", y1: "21.9995", x2: "36.4978", y2: "56.9995", gradientUnits: "userSpaceOnUse", children: [
|
|
3162
|
+
/* @__PURE__ */ v.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3163
|
+
/* @__PURE__ */ v.jsx("stop", { offset: "0.48", "stop-color": "#FB3727" }),
|
|
3164
|
+
/* @__PURE__ */ v.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3163
3165
|
] })
|
|
3164
3166
|
] })
|
|
3165
3167
|
] }) })
|
|
3166
3168
|
] });
|
|
3167
|
-
|
|
3168
|
-
variant:
|
|
3169
|
+
Pn.propTypes = {
|
|
3170
|
+
variant: U.string
|
|
3169
3171
|
};
|
|
3170
|
-
const
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3172
|
+
const kn = ({ options: c, placeholder: p = "Не выбрано", value: F, isOpen: E, isClearable: A, onChange: R, onOpen: D }) => /* @__PURE__ */ v.jsxs(
|
|
3173
|
+
"div",
|
|
3174
|
+
{
|
|
3175
|
+
className: "u-selectbox",
|
|
3176
|
+
onBlur: () => D(!1),
|
|
3177
|
+
tabIndex: 0,
|
|
3178
|
+
children: [
|
|
3179
|
+
/* @__PURE__ */ v.jsxs(
|
|
3180
|
+
"div",
|
|
3181
|
+
{
|
|
3182
|
+
className: E ? "u-selectbox-select u-selectbox-select-open" : "u-selectbox-select",
|
|
3183
|
+
onClick: () => D(!E),
|
|
3184
|
+
children: [
|
|
3185
|
+
/* @__PURE__ */ v.jsx("span", { className: "u-selectbox-select-title", children: F.label }),
|
|
3186
|
+
F.value !== null && A ? /* @__PURE__ */ v.jsx(
|
|
3187
|
+
"i",
|
|
3188
|
+
{
|
|
3189
|
+
className: "u-selectbox-select-icon-cross",
|
|
3190
|
+
onClick: (S) => {
|
|
3191
|
+
S.stopPropagation(), R({ value: null, label: p }), D(!1);
|
|
3192
|
+
}
|
|
3190
3193
|
}
|
|
3191
|
-
}
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
] });
|
|
3208
|
-
};
|
|
3209
|
-
Pn.propTypes = {
|
|
3210
|
-
options: W.array,
|
|
3211
|
-
placeholder: W.string,
|
|
3212
|
-
value: W.object,
|
|
3213
|
-
onChange: W.func
|
|
3194
|
+
) : /* @__PURE__ */ v.jsx(v.Fragment, {}),
|
|
3195
|
+
/* @__PURE__ */ v.jsx("i", { className: "u-selectbox-select-icon-arrow" })
|
|
3196
|
+
]
|
|
3197
|
+
}
|
|
3198
|
+
),
|
|
3199
|
+
/* @__PURE__ */ v.jsx("div", { className: "u-selectbox-options", children: c.map((S, j) => /* @__PURE__ */ v.jsx("div", { className: "u-selectbox-option", onClick: (N) => {
|
|
3200
|
+
N.stopPropagation(), R(S), D(!1);
|
|
3201
|
+
}, children: S.label }, j)) })
|
|
3202
|
+
]
|
|
3203
|
+
}
|
|
3204
|
+
);
|
|
3205
|
+
kn.propTypes = {
|
|
3206
|
+
options: U.array,
|
|
3207
|
+
placeholder: U.string,
|
|
3208
|
+
value: U.object,
|
|
3209
|
+
onChange: U.func
|
|
3214
3210
|
};
|
|
3215
|
-
const
|
|
3216
|
-
const
|
|
3217
|
-
switch (
|
|
3211
|
+
const An = ({ size: c = "medium", variant: p = "", children: F }) => {
|
|
3212
|
+
const E = (A) => {
|
|
3213
|
+
switch (A) {
|
|
3218
3214
|
case "warning":
|
|
3219
3215
|
return "u-status-warning";
|
|
3220
3216
|
case "info":
|
|
@@ -3231,16 +3227,16 @@ const kn = ({ size: c = "medium", variant: p = "", children: I }) => {
|
|
|
3231
3227
|
return "u-status-prepared";
|
|
3232
3228
|
}
|
|
3233
3229
|
};
|
|
3234
|
-
return /* @__PURE__ */
|
|
3230
|
+
return /* @__PURE__ */ v.jsx("div", { className: `u-status ${c === "large" ? "u-status-large" : ""} ${E(p)}`, children: F });
|
|
3235
3231
|
};
|
|
3236
|
-
|
|
3237
|
-
children:
|
|
3238
|
-
variant:
|
|
3239
|
-
size:
|
|
3232
|
+
An.propTypes = {
|
|
3233
|
+
children: U.string,
|
|
3234
|
+
variant: U.string,
|
|
3235
|
+
size: U.string
|
|
3240
3236
|
};
|
|
3241
|
-
const
|
|
3242
|
-
const
|
|
3243
|
-
switch (
|
|
3237
|
+
const $n = ({ data: c, columns: p, borders: F = "horizontal", striped: E, linesNotActive: A, fixedHeader: R, tdStyle: D, thStyle: S, cellStyle: j, contentForEmptyTable: N = /* @__PURE__ */ v.jsx("p", { children: "Ничего не найдено" }) }) => {
|
|
3238
|
+
const C = (I) => `${I}px`, P = "auto", W = (I) => {
|
|
3239
|
+
switch (I) {
|
|
3244
3240
|
case "horizontal":
|
|
3245
3241
|
return "";
|
|
3246
3242
|
case "vertical":
|
|
@@ -3249,74 +3245,88 @@ const An = ({ data: c, columns: p, borders: I = "horizontal", striped: R, linesN
|
|
|
3249
3245
|
return " none-borders";
|
|
3250
3246
|
}
|
|
3251
3247
|
};
|
|
3252
|
-
return /* @__PURE__ */
|
|
3248
|
+
return /* @__PURE__ */ v.jsx(
|
|
3253
3249
|
"div",
|
|
3254
3250
|
{
|
|
3255
|
-
className: `u-table${["horizontal", "vertical", "none"].includes(
|
|
3256
|
-
children: /* @__PURE__ */
|
|
3257
|
-
/* @__PURE__ */
|
|
3258
|
-
(
|
|
3251
|
+
className: `u-table${["horizontal", "vertical", "none"].includes(F) ? W(F) : ""}${E ? " striped" : ""}${A ? " not-active-lines" : ""}${R ? " thead-fixed" : ""}`,
|
|
3252
|
+
children: /* @__PURE__ */ v.jsxs("table", { className: "table", children: [
|
|
3253
|
+
/* @__PURE__ */ v.jsx("thead", { children: /* @__PURE__ */ v.jsx("tr", { children: p.map(
|
|
3254
|
+
(I, G) => /* @__PURE__ */ v.jsx(
|
|
3259
3255
|
"th",
|
|
3260
3256
|
{
|
|
3261
|
-
className: `${
|
|
3257
|
+
className: `${I.sticky ? "sticky" : ""}`,
|
|
3262
3258
|
style: Object.assign(
|
|
3263
3259
|
{
|
|
3264
|
-
left:
|
|
3260
|
+
left: I.leftForSticky ? C(I.leftForSticky) : ""
|
|
3265
3261
|
},
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3262
|
+
I.thStyle,
|
|
3263
|
+
I.cellStyle,
|
|
3264
|
+
S,
|
|
3269
3265
|
j
|
|
3270
3266
|
),
|
|
3271
|
-
children: /* @__PURE__ */
|
|
3267
|
+
children: /* @__PURE__ */ v.jsx(
|
|
3268
|
+
"p",
|
|
3269
|
+
{
|
|
3270
|
+
style: {
|
|
3271
|
+
width: I.width ? C(I.width) : P
|
|
3272
|
+
},
|
|
3273
|
+
children: I.title
|
|
3274
|
+
}
|
|
3275
|
+
)
|
|
3272
3276
|
},
|
|
3273
|
-
|
|
3277
|
+
G
|
|
3274
3278
|
)
|
|
3275
3279
|
) }) }),
|
|
3276
|
-
/* @__PURE__ */
|
|
3277
|
-
(
|
|
3280
|
+
c.length !== 0 ? /* @__PURE__ */ v.jsx("tbody", { children: c == null ? void 0 : c.map((I, G) => /* @__PURE__ */ v.jsx("tr", { children: p == null ? void 0 : p.map(
|
|
3281
|
+
($, K) => /* @__PURE__ */ v.jsx(
|
|
3278
3282
|
"td",
|
|
3279
3283
|
{
|
|
3280
|
-
className: `${
|
|
3284
|
+
className: `${$.sticky ? "sticky" : ""}`,
|
|
3281
3285
|
style: Object.assign(
|
|
3282
3286
|
{
|
|
3283
|
-
left:
|
|
3287
|
+
left: $.leftForSticky ? C($.leftForSticky) : ""
|
|
3284
3288
|
},
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3289
|
+
$.tdStyle,
|
|
3290
|
+
$.cellStyle,
|
|
3291
|
+
D,
|
|
3288
3292
|
j
|
|
3289
3293
|
),
|
|
3290
|
-
children: /* @__PURE__ */
|
|
3291
|
-
|
|
3292
|
-
|
|
3294
|
+
children: /* @__PURE__ */ v.jsx(
|
|
3295
|
+
"div",
|
|
3296
|
+
{
|
|
3297
|
+
style: {
|
|
3298
|
+
width: $.width ? C($.width) : P
|
|
3299
|
+
},
|
|
3300
|
+
children: $.render ? $.render(I) : I[$.field]
|
|
3301
|
+
}
|
|
3302
|
+
)
|
|
3293
3303
|
},
|
|
3294
|
-
|
|
3304
|
+
K
|
|
3295
3305
|
)
|
|
3296
|
-
) },
|
|
3306
|
+
) }, G)) }) : /* @__PURE__ */ v.jsx("tbody", { children: /* @__PURE__ */ v.jsx("tr", { children: /* @__PURE__ */ v.jsx("td", { children: N }) }) })
|
|
3297
3307
|
] })
|
|
3298
3308
|
}
|
|
3299
3309
|
);
|
|
3300
3310
|
};
|
|
3301
|
-
|
|
3302
|
-
data:
|
|
3303
|
-
columns:
|
|
3304
|
-
verticalBorders:
|
|
3305
|
-
striped:
|
|
3306
|
-
linesNotActive:
|
|
3307
|
-
fixedHeader:
|
|
3308
|
-
tdStyle:
|
|
3309
|
-
thStyle:
|
|
3310
|
-
cellStyle:
|
|
3311
|
+
$n.propTypes = {
|
|
3312
|
+
data: U.array,
|
|
3313
|
+
columns: U.array,
|
|
3314
|
+
verticalBorders: U.bool,
|
|
3315
|
+
striped: U.bool,
|
|
3316
|
+
linesNotActive: U.bool,
|
|
3317
|
+
fixedHeader: U.bool,
|
|
3318
|
+
tdStyle: U.object,
|
|
3319
|
+
thStyle: U.object,
|
|
3320
|
+
cellStyle: U.object
|
|
3311
3321
|
};
|
|
3312
3322
|
export {
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3323
|
+
Tn as Accordion,
|
|
3324
|
+
Sn as Button,
|
|
3325
|
+
xn as Icon,
|
|
3326
|
+
On as Input,
|
|
3327
|
+
jn as Message,
|
|
3328
|
+
Pn as Preloader,
|
|
3329
|
+
kn as Select,
|
|
3330
|
+
An as Status,
|
|
3331
|
+
$n as Table
|
|
3322
3332
|
};
|