@scalar/api-reference-react 0.3.44 → 0.3.47
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/CHANGELOG.md +25 -0
- package/dist/index.js +1872 -397
- package/dist/style.css +1 -1
- package/package.json +5 -4
package/dist/index.js
CHANGED
|
@@ -1,6 +1,1481 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { createScalarReferences as Vt } from "@scalar/api-reference";
|
|
2
|
+
var Ur = { exports: {} }, Je = {}, Yr = { exports: {} }, m = {};
|
|
3
|
+
/**
|
|
4
|
+
* @license React
|
|
5
|
+
* react.production.min.js
|
|
6
|
+
*
|
|
7
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the MIT license found in the
|
|
10
|
+
* LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/
|
|
12
|
+
var vt;
|
|
13
|
+
function Nt() {
|
|
14
|
+
if (vt) return m;
|
|
15
|
+
vt = 1;
|
|
16
|
+
var W = Symbol.for("react.element"), d = Symbol.for("react.portal"), J = Symbol.for("react.fragment"), H = Symbol.for("react.strict_mode"), ne = Symbol.for("react.profiler"), ae = Symbol.for("react.provider"), oe = Symbol.for("react.context"), ee = Symbol.for("react.forward_ref"), $ = Symbol.for("react.suspense"), re = Symbol.for("react.memo"), L = Symbol.for("react.lazy"), U = Symbol.iterator;
|
|
17
|
+
function te(n) {
|
|
18
|
+
return n === null || typeof n != "object" ? null : (n = U && n[U] || n["@@iterator"], typeof n == "function" ? n : null);
|
|
19
|
+
}
|
|
20
|
+
var X = { isMounted: function() {
|
|
21
|
+
return !1;
|
|
22
|
+
}, enqueueForceUpdate: function() {
|
|
23
|
+
}, enqueueReplaceState: function() {
|
|
24
|
+
}, enqueueSetState: function() {
|
|
25
|
+
} }, fe = Object.assign, Fe = {};
|
|
26
|
+
function ue(n, i, _) {
|
|
27
|
+
this.props = n, this.context = i, this.refs = Fe, this.updater = _ || X;
|
|
28
|
+
}
|
|
29
|
+
ue.prototype.isReactComponent = {}, ue.prototype.setState = function(n, i) {
|
|
30
|
+
if (typeof n != "object" && typeof n != "function" && n != null) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
31
|
+
this.updater.enqueueSetState(this, n, i, "setState");
|
|
32
|
+
}, ue.prototype.forceUpdate = function(n) {
|
|
33
|
+
this.updater.enqueueForceUpdate(this, n, "forceUpdate");
|
|
34
|
+
};
|
|
35
|
+
function ie() {
|
|
36
|
+
}
|
|
37
|
+
ie.prototype = ue.prototype;
|
|
38
|
+
function D(n, i, _) {
|
|
39
|
+
this.props = n, this.context = i, this.refs = Fe, this.updater = _ || X;
|
|
40
|
+
}
|
|
41
|
+
var _e = D.prototype = new ie();
|
|
42
|
+
_e.constructor = D, fe(_e, ue.prototype), _e.isPureReactComponent = !0;
|
|
43
|
+
var se = Array.isArray, M = Object.prototype.hasOwnProperty, G = { current: null }, le = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
44
|
+
function ve(n, i, _) {
|
|
45
|
+
var b, R = {}, k = null, O = null;
|
|
46
|
+
if (i != null) for (b in i.ref !== void 0 && (O = i.ref), i.key !== void 0 && (k = "" + i.key), i) M.call(i, b) && !le.hasOwnProperty(b) && (R[b] = i[b]);
|
|
47
|
+
var T = arguments.length - 2;
|
|
48
|
+
if (T === 1) R.children = _;
|
|
49
|
+
else if (1 < T) {
|
|
50
|
+
for (var w = Array(T), V = 0; V < T; V++) w[V] = arguments[V + 2];
|
|
51
|
+
R.children = w;
|
|
52
|
+
}
|
|
53
|
+
if (n && n.defaultProps) for (b in T = n.defaultProps, T) R[b] === void 0 && (R[b] = T[b]);
|
|
54
|
+
return { $$typeof: W, type: n, key: k, ref: O, props: R, _owner: G.current };
|
|
55
|
+
}
|
|
56
|
+
function we(n, i) {
|
|
57
|
+
return { $$typeof: W, type: n.type, key: i, ref: n.ref, props: n.props, _owner: n._owner };
|
|
58
|
+
}
|
|
59
|
+
function Se(n) {
|
|
60
|
+
return typeof n == "object" && n !== null && n.$$typeof === W;
|
|
61
|
+
}
|
|
62
|
+
function Be(n) {
|
|
63
|
+
var i = { "=": "=0", ":": "=2" };
|
|
64
|
+
return "$" + n.replace(/[=:]/g, function(_) {
|
|
65
|
+
return i[_];
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
var Te = /\/+/g;
|
|
69
|
+
function q(n, i) {
|
|
70
|
+
return typeof n == "object" && n !== null && n.key != null ? Be("" + n.key) : i.toString(36);
|
|
71
|
+
}
|
|
72
|
+
function Q(n, i, _, b, R) {
|
|
73
|
+
var k = typeof n;
|
|
74
|
+
(k === "undefined" || k === "boolean") && (n = null);
|
|
75
|
+
var O = !1;
|
|
76
|
+
if (n === null) O = !0;
|
|
77
|
+
else switch (k) {
|
|
78
|
+
case "string":
|
|
79
|
+
case "number":
|
|
80
|
+
O = !0;
|
|
81
|
+
break;
|
|
82
|
+
case "object":
|
|
83
|
+
switch (n.$$typeof) {
|
|
84
|
+
case W:
|
|
85
|
+
case d:
|
|
86
|
+
O = !0;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
if (O) return O = n, R = R(O), n = b === "" ? "." + q(O, 0) : b, se(R) ? (_ = "", n != null && (_ = n.replace(Te, "$&/") + "/"), Q(R, i, _, "", function(V) {
|
|
90
|
+
return V;
|
|
91
|
+
})) : R != null && (Se(R) && (R = we(R, _ + (!R.key || O && O.key === R.key ? "" : ("" + R.key).replace(Te, "$&/") + "/") + n)), i.push(R)), 1;
|
|
92
|
+
if (O = 0, b = b === "" ? "." : b + ":", se(n)) for (var T = 0; T < n.length; T++) {
|
|
93
|
+
k = n[T];
|
|
94
|
+
var w = b + q(k, T);
|
|
95
|
+
O += Q(k, i, _, w, R);
|
|
96
|
+
}
|
|
97
|
+
else if (w = te(n), typeof w == "function") for (n = w.call(n), T = 0; !(k = n.next()).done; ) k = k.value, w = b + q(k, T++), O += Q(k, i, _, w, R);
|
|
98
|
+
else if (k === "object") 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.");
|
|
99
|
+
return O;
|
|
100
|
+
}
|
|
101
|
+
function Y(n, i, _) {
|
|
102
|
+
if (n == null) return n;
|
|
103
|
+
var b = [], R = 0;
|
|
104
|
+
return Q(n, b, "", "", function(k) {
|
|
105
|
+
return i.call(_, k, R++);
|
|
106
|
+
}), b;
|
|
107
|
+
}
|
|
108
|
+
function ce(n) {
|
|
109
|
+
if (n._status === -1) {
|
|
110
|
+
var i = n._result;
|
|
111
|
+
i = i(), i.then(function(_) {
|
|
112
|
+
(n._status === 0 || n._status === -1) && (n._status = 1, n._result = _);
|
|
113
|
+
}, function(_) {
|
|
114
|
+
(n._status === 0 || n._status === -1) && (n._status = 2, n._result = _);
|
|
115
|
+
}), n._status === -1 && (n._status = 0, n._result = i);
|
|
116
|
+
}
|
|
117
|
+
if (n._status === 1) return n._result.default;
|
|
118
|
+
throw n._result;
|
|
119
|
+
}
|
|
120
|
+
var l = { current: null }, de = { transition: null }, Oe = { ReactCurrentDispatcher: l, ReactCurrentBatchConfig: de, ReactCurrentOwner: G };
|
|
121
|
+
function ye() {
|
|
122
|
+
throw Error("act(...) is not supported in production builds of React.");
|
|
123
|
+
}
|
|
124
|
+
return m.Children = { map: Y, forEach: function(n, i, _) {
|
|
125
|
+
Y(n, function() {
|
|
126
|
+
i.apply(this, arguments);
|
|
127
|
+
}, _);
|
|
128
|
+
}, count: function(n) {
|
|
129
|
+
var i = 0;
|
|
130
|
+
return Y(n, function() {
|
|
131
|
+
i++;
|
|
132
|
+
}), i;
|
|
133
|
+
}, toArray: function(n) {
|
|
134
|
+
return Y(n, function(i) {
|
|
135
|
+
return i;
|
|
136
|
+
}) || [];
|
|
137
|
+
}, only: function(n) {
|
|
138
|
+
if (!Se(n)) throw Error("React.Children.only expected to receive a single React element child.");
|
|
139
|
+
return n;
|
|
140
|
+
} }, m.Component = ue, m.Fragment = J, m.Profiler = ne, m.PureComponent = D, m.StrictMode = H, m.Suspense = $, m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Oe, m.act = ye, m.cloneElement = function(n, i, _) {
|
|
141
|
+
if (n == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + n + ".");
|
|
142
|
+
var b = fe({}, n.props), R = n.key, k = n.ref, O = n._owner;
|
|
143
|
+
if (i != null) {
|
|
144
|
+
if (i.ref !== void 0 && (k = i.ref, O = G.current), i.key !== void 0 && (R = "" + i.key), n.type && n.type.defaultProps) var T = n.type.defaultProps;
|
|
145
|
+
for (w in i) M.call(i, w) && !le.hasOwnProperty(w) && (b[w] = i[w] === void 0 && T !== void 0 ? T[w] : i[w]);
|
|
146
|
+
}
|
|
147
|
+
var w = arguments.length - 2;
|
|
148
|
+
if (w === 1) b.children = _;
|
|
149
|
+
else if (1 < w) {
|
|
150
|
+
T = Array(w);
|
|
151
|
+
for (var V = 0; V < w; V++) T[V] = arguments[V + 2];
|
|
152
|
+
b.children = T;
|
|
153
|
+
}
|
|
154
|
+
return { $$typeof: W, type: n.type, key: R, ref: k, props: b, _owner: O };
|
|
155
|
+
}, m.createContext = function(n) {
|
|
156
|
+
return n = { $$typeof: oe, _currentValue: n, _currentValue2: n, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, n.Provider = { $$typeof: ae, _context: n }, n.Consumer = n;
|
|
157
|
+
}, m.createElement = ve, m.createFactory = function(n) {
|
|
158
|
+
var i = ve.bind(null, n);
|
|
159
|
+
return i.type = n, i;
|
|
160
|
+
}, m.createRef = function() {
|
|
161
|
+
return { current: null };
|
|
162
|
+
}, m.forwardRef = function(n) {
|
|
163
|
+
return { $$typeof: ee, render: n };
|
|
164
|
+
}, m.isValidElement = Se, m.lazy = function(n) {
|
|
165
|
+
return { $$typeof: L, _payload: { _status: -1, _result: n }, _init: ce };
|
|
166
|
+
}, m.memo = function(n, i) {
|
|
167
|
+
return { $$typeof: re, type: n, compare: i === void 0 ? null : i };
|
|
168
|
+
}, m.startTransition = function(n) {
|
|
169
|
+
var i = de.transition;
|
|
170
|
+
de.transition = {};
|
|
171
|
+
try {
|
|
172
|
+
n();
|
|
173
|
+
} finally {
|
|
174
|
+
de.transition = i;
|
|
175
|
+
}
|
|
176
|
+
}, m.unstable_act = ye, m.useCallback = function(n, i) {
|
|
177
|
+
return l.current.useCallback(n, i);
|
|
178
|
+
}, m.useContext = function(n) {
|
|
179
|
+
return l.current.useContext(n);
|
|
180
|
+
}, m.useDebugValue = function() {
|
|
181
|
+
}, m.useDeferredValue = function(n) {
|
|
182
|
+
return l.current.useDeferredValue(n);
|
|
183
|
+
}, m.useEffect = function(n, i) {
|
|
184
|
+
return l.current.useEffect(n, i);
|
|
185
|
+
}, m.useId = function() {
|
|
186
|
+
return l.current.useId();
|
|
187
|
+
}, m.useImperativeHandle = function(n, i, _) {
|
|
188
|
+
return l.current.useImperativeHandle(n, i, _);
|
|
189
|
+
}, m.useInsertionEffect = function(n, i) {
|
|
190
|
+
return l.current.useInsertionEffect(n, i);
|
|
191
|
+
}, m.useLayoutEffect = function(n, i) {
|
|
192
|
+
return l.current.useLayoutEffect(n, i);
|
|
193
|
+
}, m.useMemo = function(n, i) {
|
|
194
|
+
return l.current.useMemo(n, i);
|
|
195
|
+
}, m.useReducer = function(n, i, _) {
|
|
196
|
+
return l.current.useReducer(n, i, _);
|
|
197
|
+
}, m.useRef = function(n) {
|
|
198
|
+
return l.current.useRef(n);
|
|
199
|
+
}, m.useState = function(n) {
|
|
200
|
+
return l.current.useState(n);
|
|
201
|
+
}, m.useSyncExternalStore = function(n, i, _) {
|
|
202
|
+
return l.current.useSyncExternalStore(n, i, _);
|
|
203
|
+
}, m.useTransition = function() {
|
|
204
|
+
return l.current.useTransition();
|
|
205
|
+
}, m.version = "18.3.1", m;
|
|
206
|
+
}
|
|
207
|
+
var Qe = { exports: {} };
|
|
208
|
+
/**
|
|
209
|
+
* @license React
|
|
210
|
+
* react.development.js
|
|
211
|
+
*
|
|
212
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
213
|
+
*
|
|
214
|
+
* This source code is licensed under the MIT license found in the
|
|
215
|
+
* LICENSE file in the root directory of this source tree.
|
|
216
|
+
*/
|
|
217
|
+
Qe.exports;
|
|
218
|
+
var yt;
|
|
219
|
+
function Wt() {
|
|
220
|
+
return yt || (yt = 1, function(W, d) {
|
|
221
|
+
process.env.NODE_ENV !== "production" && function() {
|
|
222
|
+
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
|
223
|
+
var J = "18.3.1", H = Symbol.for("react.element"), ne = Symbol.for("react.portal"), ae = Symbol.for("react.fragment"), oe = Symbol.for("react.strict_mode"), ee = Symbol.for("react.profiler"), $ = Symbol.for("react.provider"), re = Symbol.for("react.context"), L = Symbol.for("react.forward_ref"), U = Symbol.for("react.suspense"), te = Symbol.for("react.suspense_list"), X = Symbol.for("react.memo"), fe = Symbol.for("react.lazy"), Fe = Symbol.for("react.offscreen"), ue = Symbol.iterator, ie = "@@iterator";
|
|
224
|
+
function D(e) {
|
|
225
|
+
if (e === null || typeof e != "object")
|
|
226
|
+
return null;
|
|
227
|
+
var r = ue && e[ue] || e[ie];
|
|
228
|
+
return typeof r == "function" ? r : null;
|
|
229
|
+
}
|
|
230
|
+
var _e = {
|
|
231
|
+
/**
|
|
232
|
+
* @internal
|
|
233
|
+
* @type {ReactComponent}
|
|
234
|
+
*/
|
|
235
|
+
current: null
|
|
236
|
+
}, se = {
|
|
237
|
+
transition: null
|
|
238
|
+
}, M = {
|
|
239
|
+
current: null,
|
|
240
|
+
// Used to reproduce behavior of `batchedUpdates` in legacy mode.
|
|
241
|
+
isBatchingLegacy: !1,
|
|
242
|
+
didScheduleLegacyUpdate: !1
|
|
243
|
+
}, G = {
|
|
244
|
+
/**
|
|
245
|
+
* @internal
|
|
246
|
+
* @type {ReactComponent}
|
|
247
|
+
*/
|
|
248
|
+
current: null
|
|
249
|
+
}, le = {}, ve = null;
|
|
250
|
+
function we(e) {
|
|
251
|
+
ve = e;
|
|
252
|
+
}
|
|
253
|
+
le.setExtraStackFrame = function(e) {
|
|
254
|
+
ve = e;
|
|
255
|
+
}, le.getCurrentStack = null, le.getStackAddendum = function() {
|
|
256
|
+
var e = "";
|
|
257
|
+
ve && (e += ve);
|
|
258
|
+
var r = le.getCurrentStack;
|
|
259
|
+
return r && (e += r() || ""), e;
|
|
260
|
+
};
|
|
261
|
+
var Se = !1, Be = !1, Te = !1, q = !1, Q = !1, Y = {
|
|
262
|
+
ReactCurrentDispatcher: _e,
|
|
263
|
+
ReactCurrentBatchConfig: se,
|
|
264
|
+
ReactCurrentOwner: G
|
|
265
|
+
};
|
|
266
|
+
Y.ReactDebugCurrentFrame = le, Y.ReactCurrentActQueue = M;
|
|
267
|
+
function ce(e) {
|
|
268
|
+
{
|
|
269
|
+
for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
|
|
270
|
+
a[o - 1] = arguments[o];
|
|
271
|
+
de("warn", e, a);
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
function l(e) {
|
|
275
|
+
{
|
|
276
|
+
for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
|
|
277
|
+
a[o - 1] = arguments[o];
|
|
278
|
+
de("error", e, a);
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
function de(e, r, a) {
|
|
282
|
+
{
|
|
283
|
+
var o = Y.ReactDebugCurrentFrame, c = o.getStackAddendum();
|
|
284
|
+
c !== "" && (r += "%s", a = a.concat([c]));
|
|
285
|
+
var p = a.map(function(f) {
|
|
286
|
+
return String(f);
|
|
287
|
+
});
|
|
288
|
+
p.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, p);
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
var Oe = {};
|
|
292
|
+
function ye(e, r) {
|
|
293
|
+
{
|
|
294
|
+
var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass", c = o + "." + r;
|
|
295
|
+
if (Oe[c])
|
|
296
|
+
return;
|
|
297
|
+
l("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), Oe[c] = !0;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
var n = {
|
|
301
|
+
/**
|
|
302
|
+
* Checks whether or not this composite component is mounted.
|
|
303
|
+
* @param {ReactClass} publicInstance The instance we want to test.
|
|
304
|
+
* @return {boolean} True if mounted, false otherwise.
|
|
305
|
+
* @protected
|
|
306
|
+
* @final
|
|
307
|
+
*/
|
|
308
|
+
isMounted: function(e) {
|
|
309
|
+
return !1;
|
|
310
|
+
},
|
|
311
|
+
/**
|
|
312
|
+
* Forces an update. This should only be invoked when it is known with
|
|
313
|
+
* certainty that we are **not** in a DOM transaction.
|
|
314
|
+
*
|
|
315
|
+
* You may want to call this when you know that some deeper aspect of the
|
|
316
|
+
* component's state has changed but `setState` was not called.
|
|
317
|
+
*
|
|
318
|
+
* This will not invoke `shouldComponentUpdate`, but it will invoke
|
|
319
|
+
* `componentWillUpdate` and `componentDidUpdate`.
|
|
320
|
+
*
|
|
321
|
+
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
322
|
+
* @param {?function} callback Called after component is updated.
|
|
323
|
+
* @param {?string} callerName name of the calling function in the public API.
|
|
324
|
+
* @internal
|
|
325
|
+
*/
|
|
326
|
+
enqueueForceUpdate: function(e, r, a) {
|
|
327
|
+
ye(e, "forceUpdate");
|
|
328
|
+
},
|
|
329
|
+
/**
|
|
330
|
+
* Replaces all of the state. Always use this or `setState` to mutate state.
|
|
331
|
+
* You should treat `this.state` as immutable.
|
|
332
|
+
*
|
|
333
|
+
* There is no guarantee that `this.state` will be immediately updated, so
|
|
334
|
+
* accessing `this.state` after calling this method may return the old value.
|
|
335
|
+
*
|
|
336
|
+
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
337
|
+
* @param {object} completeState Next state.
|
|
338
|
+
* @param {?function} callback Called after component is updated.
|
|
339
|
+
* @param {?string} callerName name of the calling function in the public API.
|
|
340
|
+
* @internal
|
|
341
|
+
*/
|
|
342
|
+
enqueueReplaceState: function(e, r, a, o) {
|
|
343
|
+
ye(e, "replaceState");
|
|
344
|
+
},
|
|
345
|
+
/**
|
|
346
|
+
* Sets a subset of the state. This only exists because _pendingState is
|
|
347
|
+
* internal. This provides a merging strategy that is not available to deep
|
|
348
|
+
* properties which is confusing. TODO: Expose pendingState or don't use it
|
|
349
|
+
* during the merge.
|
|
350
|
+
*
|
|
351
|
+
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
352
|
+
* @param {object} partialState Next partial state to be merged with state.
|
|
353
|
+
* @param {?function} callback Called after component is updated.
|
|
354
|
+
* @param {?string} Name of the calling function in the public API.
|
|
355
|
+
* @internal
|
|
356
|
+
*/
|
|
357
|
+
enqueueSetState: function(e, r, a, o) {
|
|
358
|
+
ye(e, "setState");
|
|
359
|
+
}
|
|
360
|
+
}, i = Object.assign, _ = {};
|
|
361
|
+
Object.freeze(_);
|
|
362
|
+
function b(e, r, a) {
|
|
363
|
+
this.props = e, this.context = r, this.refs = _, this.updater = a || n;
|
|
364
|
+
}
|
|
365
|
+
b.prototype.isReactComponent = {}, b.prototype.setState = function(e, r) {
|
|
366
|
+
if (typeof e != "object" && typeof e != "function" && e != null)
|
|
367
|
+
throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
368
|
+
this.updater.enqueueSetState(this, e, r, "setState");
|
|
369
|
+
}, b.prototype.forceUpdate = function(e) {
|
|
370
|
+
this.updater.enqueueForceUpdate(this, e, "forceUpdate");
|
|
371
|
+
};
|
|
372
|
+
{
|
|
373
|
+
var R = {
|
|
374
|
+
isMounted: ["isMounted", "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],
|
|
375
|
+
replaceState: ["replaceState", "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]
|
|
376
|
+
}, k = function(e, r) {
|
|
377
|
+
Object.defineProperty(b.prototype, e, {
|
|
378
|
+
get: function() {
|
|
379
|
+
ce("%s(...) is deprecated in plain JavaScript React classes. %s", r[0], r[1]);
|
|
380
|
+
}
|
|
381
|
+
});
|
|
382
|
+
};
|
|
383
|
+
for (var O in R)
|
|
384
|
+
R.hasOwnProperty(O) && k(O, R[O]);
|
|
385
|
+
}
|
|
386
|
+
function T() {
|
|
387
|
+
}
|
|
388
|
+
T.prototype = b.prototype;
|
|
389
|
+
function w(e, r, a) {
|
|
390
|
+
this.props = e, this.context = r, this.refs = _, this.updater = a || n;
|
|
391
|
+
}
|
|
392
|
+
var V = w.prototype = new T();
|
|
393
|
+
V.constructor = w, i(V, b.prototype), V.isPureReactComponent = !0;
|
|
394
|
+
function gr() {
|
|
395
|
+
var e = {
|
|
396
|
+
current: null
|
|
397
|
+
};
|
|
398
|
+
return Object.seal(e), e;
|
|
399
|
+
}
|
|
400
|
+
var Ze = Array.isArray;
|
|
401
|
+
function $e(e) {
|
|
402
|
+
return Ze(e);
|
|
403
|
+
}
|
|
404
|
+
function br(e) {
|
|
405
|
+
{
|
|
406
|
+
var r = typeof Symbol == "function" && Symbol.toStringTag, a = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
407
|
+
return a;
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
function Le(e) {
|
|
411
|
+
try {
|
|
412
|
+
return ge(e), !1;
|
|
413
|
+
} catch {
|
|
414
|
+
return !0;
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
function ge(e) {
|
|
418
|
+
return "" + e;
|
|
419
|
+
}
|
|
420
|
+
function Pe(e) {
|
|
421
|
+
if (Le(e))
|
|
422
|
+
return l("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", br(e)), ge(e);
|
|
423
|
+
}
|
|
424
|
+
function er(e, r, a) {
|
|
425
|
+
var o = e.displayName;
|
|
426
|
+
if (o)
|
|
427
|
+
return o;
|
|
428
|
+
var c = r.displayName || r.name || "";
|
|
429
|
+
return c !== "" ? a + "(" + c + ")" : a;
|
|
430
|
+
}
|
|
431
|
+
function ke(e) {
|
|
432
|
+
return e.displayName || "Context";
|
|
433
|
+
}
|
|
434
|
+
function pe(e) {
|
|
435
|
+
if (e == null)
|
|
436
|
+
return null;
|
|
437
|
+
if (typeof e.tag == "number" && l("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
438
|
+
return e.displayName || e.name || null;
|
|
439
|
+
if (typeof e == "string")
|
|
440
|
+
return e;
|
|
441
|
+
switch (e) {
|
|
442
|
+
case ae:
|
|
443
|
+
return "Fragment";
|
|
444
|
+
case ne:
|
|
445
|
+
return "Portal";
|
|
446
|
+
case ee:
|
|
447
|
+
return "Profiler";
|
|
448
|
+
case oe:
|
|
449
|
+
return "StrictMode";
|
|
450
|
+
case U:
|
|
451
|
+
return "Suspense";
|
|
452
|
+
case te:
|
|
453
|
+
return "SuspenseList";
|
|
454
|
+
}
|
|
455
|
+
if (typeof e == "object")
|
|
456
|
+
switch (e.$$typeof) {
|
|
457
|
+
case re:
|
|
458
|
+
var r = e;
|
|
459
|
+
return ke(r) + ".Consumer";
|
|
460
|
+
case $:
|
|
461
|
+
var a = e;
|
|
462
|
+
return ke(a._context) + ".Provider";
|
|
463
|
+
case L:
|
|
464
|
+
return er(e, e.render, "ForwardRef");
|
|
465
|
+
case X:
|
|
466
|
+
var o = e.displayName || null;
|
|
467
|
+
return o !== null ? o : pe(e.type) || "Memo";
|
|
468
|
+
case fe: {
|
|
469
|
+
var c = e, p = c._payload, f = c._init;
|
|
470
|
+
try {
|
|
471
|
+
return pe(f(p));
|
|
472
|
+
} catch {
|
|
473
|
+
return null;
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
return null;
|
|
478
|
+
}
|
|
479
|
+
var je = Object.prototype.hasOwnProperty, Me = {
|
|
480
|
+
key: !0,
|
|
481
|
+
ref: !0,
|
|
482
|
+
__self: !0,
|
|
483
|
+
__source: !0
|
|
484
|
+
}, rr, tr, Ve;
|
|
485
|
+
Ve = {};
|
|
486
|
+
function ze(e) {
|
|
487
|
+
if (je.call(e, "ref")) {
|
|
488
|
+
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
489
|
+
if (r && r.isReactWarning)
|
|
490
|
+
return !1;
|
|
491
|
+
}
|
|
492
|
+
return e.ref !== void 0;
|
|
493
|
+
}
|
|
494
|
+
function be(e) {
|
|
495
|
+
if (je.call(e, "key")) {
|
|
496
|
+
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
497
|
+
if (r && r.isReactWarning)
|
|
498
|
+
return !1;
|
|
499
|
+
}
|
|
500
|
+
return e.key !== void 0;
|
|
501
|
+
}
|
|
502
|
+
function Er(e, r) {
|
|
503
|
+
var a = function() {
|
|
504
|
+
rr || (rr = !0, l("%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));
|
|
505
|
+
};
|
|
506
|
+
a.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
507
|
+
get: a,
|
|
508
|
+
configurable: !0
|
|
509
|
+
});
|
|
510
|
+
}
|
|
511
|
+
function nr(e, r) {
|
|
512
|
+
var a = function() {
|
|
513
|
+
tr || (tr = !0, l("%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));
|
|
514
|
+
};
|
|
515
|
+
a.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
516
|
+
get: a,
|
|
517
|
+
configurable: !0
|
|
518
|
+
});
|
|
519
|
+
}
|
|
520
|
+
function ar(e) {
|
|
521
|
+
if (typeof e.ref == "string" && G.current && e.__self && G.current.stateNode !== e.__self) {
|
|
522
|
+
var r = pe(G.current.type);
|
|
523
|
+
Ve[r] || (l('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), Ve[r] = !0);
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
var Ae = function(e, r, a, o, c, p, f) {
|
|
527
|
+
var y = {
|
|
528
|
+
// This tag allows us to uniquely identify this as a React Element
|
|
529
|
+
$$typeof: H,
|
|
530
|
+
// Built-in properties that belong on the element
|
|
531
|
+
type: e,
|
|
532
|
+
key: r,
|
|
533
|
+
ref: a,
|
|
534
|
+
props: f,
|
|
535
|
+
// Record the component responsible for creating this element.
|
|
536
|
+
_owner: p
|
|
537
|
+
};
|
|
538
|
+
return y._store = {}, Object.defineProperty(y._store, "validated", {
|
|
539
|
+
configurable: !1,
|
|
540
|
+
enumerable: !1,
|
|
541
|
+
writable: !0,
|
|
542
|
+
value: !1
|
|
543
|
+
}), Object.defineProperty(y, "_self", {
|
|
544
|
+
configurable: !1,
|
|
545
|
+
enumerable: !1,
|
|
546
|
+
writable: !1,
|
|
547
|
+
value: o
|
|
548
|
+
}), Object.defineProperty(y, "_source", {
|
|
549
|
+
configurable: !1,
|
|
550
|
+
enumerable: !1,
|
|
551
|
+
writable: !1,
|
|
552
|
+
value: c
|
|
553
|
+
}), Object.freeze && (Object.freeze(y.props), Object.freeze(y)), y;
|
|
554
|
+
};
|
|
555
|
+
function Rr(e, r, a) {
|
|
556
|
+
var o, c = {}, p = null, f = null, y = null, E = null;
|
|
557
|
+
if (r != null) {
|
|
558
|
+
ze(r) && (f = r.ref, ar(r)), be(r) && (Pe(r.key), p = "" + r.key), y = r.__self === void 0 ? null : r.__self, E = r.__source === void 0 ? null : r.__source;
|
|
559
|
+
for (o in r)
|
|
560
|
+
je.call(r, o) && !Me.hasOwnProperty(o) && (c[o] = r[o]);
|
|
561
|
+
}
|
|
562
|
+
var P = arguments.length - 2;
|
|
563
|
+
if (P === 1)
|
|
564
|
+
c.children = a;
|
|
565
|
+
else if (P > 1) {
|
|
566
|
+
for (var j = Array(P), A = 0; A < P; A++)
|
|
567
|
+
j[A] = arguments[A + 2];
|
|
568
|
+
Object.freeze && Object.freeze(j), c.children = j;
|
|
569
|
+
}
|
|
570
|
+
if (e && e.defaultProps) {
|
|
571
|
+
var I = e.defaultProps;
|
|
572
|
+
for (o in I)
|
|
573
|
+
c[o] === void 0 && (c[o] = I[o]);
|
|
574
|
+
}
|
|
575
|
+
if (p || f) {
|
|
576
|
+
var N = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
577
|
+
p && Er(c, N), f && nr(c, N);
|
|
578
|
+
}
|
|
579
|
+
return Ae(e, p, f, y, E, G.current, c);
|
|
580
|
+
}
|
|
581
|
+
function Cr(e, r) {
|
|
582
|
+
var a = Ae(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
|
|
583
|
+
return a;
|
|
584
|
+
}
|
|
585
|
+
function wr(e, r, a) {
|
|
586
|
+
if (e == null)
|
|
587
|
+
throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
|
|
588
|
+
var o, c = i({}, e.props), p = e.key, f = e.ref, y = e._self, E = e._source, P = e._owner;
|
|
589
|
+
if (r != null) {
|
|
590
|
+
ze(r) && (f = r.ref, P = G.current), be(r) && (Pe(r.key), p = "" + r.key);
|
|
591
|
+
var j;
|
|
592
|
+
e.type && e.type.defaultProps && (j = e.type.defaultProps);
|
|
593
|
+
for (o in r)
|
|
594
|
+
je.call(r, o) && !Me.hasOwnProperty(o) && (r[o] === void 0 && j !== void 0 ? c[o] = j[o] : c[o] = r[o]);
|
|
595
|
+
}
|
|
596
|
+
var A = arguments.length - 2;
|
|
597
|
+
if (A === 1)
|
|
598
|
+
c.children = a;
|
|
599
|
+
else if (A > 1) {
|
|
600
|
+
for (var I = Array(A), N = 0; N < A; N++)
|
|
601
|
+
I[N] = arguments[N + 2];
|
|
602
|
+
c.children = I;
|
|
603
|
+
}
|
|
604
|
+
return Ae(e.type, p, f, y, E, P, c);
|
|
605
|
+
}
|
|
606
|
+
function Ee(e) {
|
|
607
|
+
return typeof e == "object" && e !== null && e.$$typeof === H;
|
|
608
|
+
}
|
|
609
|
+
var or = ".", Sr = ":";
|
|
610
|
+
function Tr(e) {
|
|
611
|
+
var r = /[=:]/g, a = {
|
|
612
|
+
"=": "=0",
|
|
613
|
+
":": "=2"
|
|
614
|
+
}, o = e.replace(r, function(c) {
|
|
615
|
+
return a[c];
|
|
616
|
+
});
|
|
617
|
+
return "$" + o;
|
|
618
|
+
}
|
|
619
|
+
var Ne = !1, ur = /\/+/g;
|
|
620
|
+
function he(e) {
|
|
621
|
+
return e.replace(ur, "$&/");
|
|
622
|
+
}
|
|
623
|
+
function De(e, r) {
|
|
624
|
+
return typeof e == "object" && e !== null && e.key != null ? (Pe(e.key), Tr("" + e.key)) : r.toString(36);
|
|
625
|
+
}
|
|
626
|
+
function Re(e, r, a, o, c) {
|
|
627
|
+
var p = typeof e;
|
|
628
|
+
(p === "undefined" || p === "boolean") && (e = null);
|
|
629
|
+
var f = !1;
|
|
630
|
+
if (e === null)
|
|
631
|
+
f = !0;
|
|
632
|
+
else
|
|
633
|
+
switch (p) {
|
|
634
|
+
case "string":
|
|
635
|
+
case "number":
|
|
636
|
+
f = !0;
|
|
637
|
+
break;
|
|
638
|
+
case "object":
|
|
639
|
+
switch (e.$$typeof) {
|
|
640
|
+
case H:
|
|
641
|
+
case ne:
|
|
642
|
+
f = !0;
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
if (f) {
|
|
646
|
+
var y = e, E = c(y), P = o === "" ? or + De(y, 0) : o;
|
|
647
|
+
if ($e(E)) {
|
|
648
|
+
var j = "";
|
|
649
|
+
P != null && (j = he(P) + "/"), Re(E, r, j, "", function(Mt) {
|
|
650
|
+
return Mt;
|
|
651
|
+
});
|
|
652
|
+
} else E != null && (Ee(E) && (E.key && (!y || y.key !== E.key) && Pe(E.key), E = Cr(
|
|
653
|
+
E,
|
|
654
|
+
// Keep both the (mapped) and old keys if they differ, just as
|
|
655
|
+
// traverseAllChildren used to do for objects as children
|
|
656
|
+
a + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
|
|
657
|
+
(E.key && (!y || y.key !== E.key) ? (
|
|
658
|
+
// $FlowFixMe Flow incorrectly thinks existing element's key can be a number
|
|
659
|
+
// eslint-disable-next-line react-internal/safe-string-coercion
|
|
660
|
+
he("" + E.key) + "/"
|
|
661
|
+
) : "") + P
|
|
662
|
+
)), r.push(E));
|
|
663
|
+
return 1;
|
|
664
|
+
}
|
|
665
|
+
var A, I, N = 0, z = o === "" ? or : o + Sr;
|
|
666
|
+
if ($e(e))
|
|
667
|
+
for (var _r = 0; _r < e.length; _r++)
|
|
668
|
+
A = e[_r], I = z + De(A, _r), N += Re(A, r, a, I, c);
|
|
669
|
+
else {
|
|
670
|
+
var Wr = D(e);
|
|
671
|
+
if (typeof Wr == "function") {
|
|
672
|
+
var lt = e;
|
|
673
|
+
Wr === lt.entries && (Ne || ce("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), Ne = !0);
|
|
674
|
+
for (var $t = Wr.call(lt), dt, Lt = 0; !(dt = $t.next()).done; )
|
|
675
|
+
A = dt.value, I = z + De(A, Lt++), N += Re(A, r, a, I, c);
|
|
676
|
+
} else if (p === "object") {
|
|
677
|
+
var pt = String(e);
|
|
678
|
+
throw new Error("Objects are not valid as a React child (found: " + (pt === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : pt) + "). If you meant to render a collection of children, use an array instead.");
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
return N;
|
|
682
|
+
}
|
|
683
|
+
function xe(e, r, a) {
|
|
684
|
+
if (e == null)
|
|
685
|
+
return e;
|
|
686
|
+
var o = [], c = 0;
|
|
687
|
+
return Re(e, o, "", "", function(p) {
|
|
688
|
+
return r.call(a, p, c++);
|
|
689
|
+
}), o;
|
|
690
|
+
}
|
|
691
|
+
function Or(e) {
|
|
692
|
+
var r = 0;
|
|
693
|
+
return xe(e, function() {
|
|
694
|
+
r++;
|
|
695
|
+
}), r;
|
|
696
|
+
}
|
|
697
|
+
function ir(e, r, a) {
|
|
698
|
+
xe(e, function() {
|
|
699
|
+
r.apply(this, arguments);
|
|
700
|
+
}, a);
|
|
701
|
+
}
|
|
702
|
+
function Pr(e) {
|
|
703
|
+
return xe(e, function(r) {
|
|
704
|
+
return r;
|
|
705
|
+
}) || [];
|
|
706
|
+
}
|
|
707
|
+
function sr(e) {
|
|
708
|
+
if (!Ee(e))
|
|
709
|
+
throw new Error("React.Children.only expected to receive a single React element child.");
|
|
710
|
+
return e;
|
|
711
|
+
}
|
|
712
|
+
function cr(e) {
|
|
713
|
+
var r = {
|
|
714
|
+
$$typeof: re,
|
|
715
|
+
// As a workaround to support multiple concurrent renderers, we categorize
|
|
716
|
+
// some renderers as primary and others as secondary. We only expect
|
|
717
|
+
// there to be two concurrent renderers at most: React Native (primary) and
|
|
718
|
+
// Fabric (secondary); React DOM (primary) and React ART (secondary).
|
|
719
|
+
// Secondary renderers store their context values on separate fields.
|
|
720
|
+
_currentValue: e,
|
|
721
|
+
_currentValue2: e,
|
|
722
|
+
// Used to track how many concurrent renderers this context currently
|
|
723
|
+
// supports within in a single renderer. Such as parallel server rendering.
|
|
724
|
+
_threadCount: 0,
|
|
725
|
+
// These are circular
|
|
726
|
+
Provider: null,
|
|
727
|
+
Consumer: null,
|
|
728
|
+
// Add these to use same hidden class in VM as ServerContext
|
|
729
|
+
_defaultValue: null,
|
|
730
|
+
_globalName: null
|
|
731
|
+
};
|
|
732
|
+
r.Provider = {
|
|
733
|
+
$$typeof: $,
|
|
734
|
+
_context: r
|
|
735
|
+
};
|
|
736
|
+
var a = !1, o = !1, c = !1;
|
|
737
|
+
{
|
|
738
|
+
var p = {
|
|
739
|
+
$$typeof: re,
|
|
740
|
+
_context: r
|
|
741
|
+
};
|
|
742
|
+
Object.defineProperties(p, {
|
|
743
|
+
Provider: {
|
|
744
|
+
get: function() {
|
|
745
|
+
return o || (o = !0, l("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;
|
|
746
|
+
},
|
|
747
|
+
set: function(f) {
|
|
748
|
+
r.Provider = f;
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
_currentValue: {
|
|
752
|
+
get: function() {
|
|
753
|
+
return r._currentValue;
|
|
754
|
+
},
|
|
755
|
+
set: function(f) {
|
|
756
|
+
r._currentValue = f;
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
_currentValue2: {
|
|
760
|
+
get: function() {
|
|
761
|
+
return r._currentValue2;
|
|
762
|
+
},
|
|
763
|
+
set: function(f) {
|
|
764
|
+
r._currentValue2 = f;
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
_threadCount: {
|
|
768
|
+
get: function() {
|
|
769
|
+
return r._threadCount;
|
|
770
|
+
},
|
|
771
|
+
set: function(f) {
|
|
772
|
+
r._threadCount = f;
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
Consumer: {
|
|
776
|
+
get: function() {
|
|
777
|
+
return a || (a = !0, l("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;
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
displayName: {
|
|
781
|
+
get: function() {
|
|
782
|
+
return r.displayName;
|
|
783
|
+
},
|
|
784
|
+
set: function(f) {
|
|
785
|
+
c || (ce("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", f), c = !0);
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
}), r.Consumer = p;
|
|
789
|
+
}
|
|
790
|
+
return r._currentRenderer = null, r._currentRenderer2 = null, r;
|
|
791
|
+
}
|
|
792
|
+
var Ie = -1, qe = 0, Ke = 1, fr = 2;
|
|
793
|
+
function kr(e) {
|
|
794
|
+
if (e._status === Ie) {
|
|
795
|
+
var r = e._result, a = r();
|
|
796
|
+
if (a.then(function(p) {
|
|
797
|
+
if (e._status === qe || e._status === Ie) {
|
|
798
|
+
var f = e;
|
|
799
|
+
f._status = Ke, f._result = p;
|
|
800
|
+
}
|
|
801
|
+
}, function(p) {
|
|
802
|
+
if (e._status === qe || e._status === Ie) {
|
|
803
|
+
var f = e;
|
|
804
|
+
f._status = fr, f._result = p;
|
|
805
|
+
}
|
|
806
|
+
}), e._status === Ie) {
|
|
807
|
+
var o = e;
|
|
808
|
+
o._status = qe, o._result = a;
|
|
809
|
+
}
|
|
810
|
+
}
|
|
811
|
+
if (e._status === Ke) {
|
|
812
|
+
var c = e._result;
|
|
813
|
+
return c === void 0 && l(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
814
|
+
|
|
815
|
+
Your code should look like:
|
|
816
|
+
const MyComponent = lazy(() => import('./MyComponent'))
|
|
817
|
+
|
|
818
|
+
Did you accidentally put curly braces around the import?`, c), "default" in c || l(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
819
|
+
|
|
820
|
+
Your code should look like:
|
|
821
|
+
const MyComponent = lazy(() => import('./MyComponent'))`, c), c.default;
|
|
822
|
+
} else
|
|
823
|
+
throw e._result;
|
|
824
|
+
}
|
|
825
|
+
function jr(e) {
|
|
826
|
+
var r = {
|
|
827
|
+
// We use these fields to store the result.
|
|
828
|
+
_status: Ie,
|
|
829
|
+
_result: e
|
|
830
|
+
}, a = {
|
|
831
|
+
$$typeof: fe,
|
|
832
|
+
_payload: r,
|
|
833
|
+
_init: kr
|
|
834
|
+
};
|
|
835
|
+
{
|
|
836
|
+
var o, c;
|
|
837
|
+
Object.defineProperties(a, {
|
|
838
|
+
defaultProps: {
|
|
839
|
+
configurable: !0,
|
|
840
|
+
get: function() {
|
|
841
|
+
return o;
|
|
842
|
+
},
|
|
843
|
+
set: function(p) {
|
|
844
|
+
l("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 = p, Object.defineProperty(a, "defaultProps", {
|
|
845
|
+
enumerable: !0
|
|
846
|
+
});
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
propTypes: {
|
|
850
|
+
configurable: !0,
|
|
851
|
+
get: function() {
|
|
852
|
+
return c;
|
|
853
|
+
},
|
|
854
|
+
set: function(p) {
|
|
855
|
+
l("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."), c = p, Object.defineProperty(a, "propTypes", {
|
|
856
|
+
enumerable: !0
|
|
857
|
+
});
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
});
|
|
861
|
+
}
|
|
862
|
+
return a;
|
|
863
|
+
}
|
|
864
|
+
function Ar(e) {
|
|
865
|
+
e != null && e.$$typeof === X ? l("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).") : typeof e != "function" ? l("forwardRef requires a render function but was given %s.", e === null ? "null" : typeof e) : e.length !== 0 && e.length !== 2 && l("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) && l("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?");
|
|
866
|
+
var r = {
|
|
867
|
+
$$typeof: L,
|
|
868
|
+
render: e
|
|
869
|
+
};
|
|
870
|
+
{
|
|
871
|
+
var a;
|
|
872
|
+
Object.defineProperty(r, "displayName", {
|
|
873
|
+
enumerable: !1,
|
|
874
|
+
configurable: !0,
|
|
875
|
+
get: function() {
|
|
876
|
+
return a;
|
|
877
|
+
},
|
|
878
|
+
set: function(o) {
|
|
879
|
+
a = o, !e.name && !e.displayName && (e.displayName = o);
|
|
880
|
+
}
|
|
881
|
+
});
|
|
882
|
+
}
|
|
883
|
+
return r;
|
|
884
|
+
}
|
|
885
|
+
var lr;
|
|
886
|
+
lr = Symbol.for("react.module.reference");
|
|
887
|
+
function t(e) {
|
|
888
|
+
return !!(typeof e == "string" || typeof e == "function" || e === ae || e === ee || Q || e === oe || e === U || e === te || q || e === Fe || Se || Be || Te || typeof e == "object" && e !== null && (e.$$typeof === fe || e.$$typeof === X || e.$$typeof === $ || e.$$typeof === re || e.$$typeof === L || // This needs to include all possible module reference object
|
|
889
|
+
// types supported by any Flight configuration anywhere since
|
|
890
|
+
// we don't know which Flight build this will end up being used
|
|
891
|
+
// with.
|
|
892
|
+
e.$$typeof === lr || e.getModuleId !== void 0));
|
|
893
|
+
}
|
|
894
|
+
function u(e, r) {
|
|
895
|
+
t(e) || l("memo: The first argument must be a component. Instead received: %s", e === null ? "null" : typeof e);
|
|
896
|
+
var a = {
|
|
897
|
+
$$typeof: X,
|
|
898
|
+
type: e,
|
|
899
|
+
compare: r === void 0 ? null : r
|
|
900
|
+
};
|
|
901
|
+
{
|
|
902
|
+
var o;
|
|
903
|
+
Object.defineProperty(a, "displayName", {
|
|
904
|
+
enumerable: !1,
|
|
905
|
+
configurable: !0,
|
|
906
|
+
get: function() {
|
|
907
|
+
return o;
|
|
908
|
+
},
|
|
909
|
+
set: function(c) {
|
|
910
|
+
o = c, !e.name && !e.displayName && (e.displayName = c);
|
|
911
|
+
}
|
|
912
|
+
});
|
|
913
|
+
}
|
|
914
|
+
return a;
|
|
915
|
+
}
|
|
916
|
+
function s() {
|
|
917
|
+
var e = _e.current;
|
|
918
|
+
return e === null && l(`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:
|
|
919
|
+
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
920
|
+
2. You might be breaking the Rules of Hooks
|
|
921
|
+
3. You might have more than one copy of React in the same app
|
|
922
|
+
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), e;
|
|
923
|
+
}
|
|
924
|
+
function v(e) {
|
|
925
|
+
var r = s();
|
|
926
|
+
if (e._context !== void 0) {
|
|
927
|
+
var a = e._context;
|
|
928
|
+
a.Consumer === e ? l("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 && l("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?");
|
|
929
|
+
}
|
|
930
|
+
return r.useContext(e);
|
|
931
|
+
}
|
|
932
|
+
function C(e) {
|
|
933
|
+
var r = s();
|
|
934
|
+
return r.useState(e);
|
|
935
|
+
}
|
|
936
|
+
function S(e, r, a) {
|
|
937
|
+
var o = s();
|
|
938
|
+
return o.useReducer(e, r, a);
|
|
939
|
+
}
|
|
940
|
+
function g(e) {
|
|
941
|
+
var r = s();
|
|
942
|
+
return r.useRef(e);
|
|
943
|
+
}
|
|
944
|
+
function h(e, r) {
|
|
945
|
+
var a = s();
|
|
946
|
+
return a.useEffect(e, r);
|
|
947
|
+
}
|
|
948
|
+
function B(e, r) {
|
|
949
|
+
var a = s();
|
|
950
|
+
return a.useInsertionEffect(e, r);
|
|
951
|
+
}
|
|
952
|
+
function x(e, r) {
|
|
953
|
+
var a = s();
|
|
954
|
+
return a.useLayoutEffect(e, r);
|
|
955
|
+
}
|
|
956
|
+
function F(e, r) {
|
|
957
|
+
var a = s();
|
|
958
|
+
return a.useCallback(e, r);
|
|
959
|
+
}
|
|
960
|
+
function Z(e, r) {
|
|
961
|
+
var a = s();
|
|
962
|
+
return a.useMemo(e, r);
|
|
963
|
+
}
|
|
964
|
+
function Ce(e, r, a) {
|
|
965
|
+
var o = s();
|
|
966
|
+
return o.useImperativeHandle(e, r, a);
|
|
967
|
+
}
|
|
968
|
+
function me(e, r) {
|
|
969
|
+
{
|
|
970
|
+
var a = s();
|
|
971
|
+
return a.useDebugValue(e, r);
|
|
972
|
+
}
|
|
973
|
+
}
|
|
974
|
+
function K() {
|
|
975
|
+
var e = s();
|
|
976
|
+
return e.useTransition();
|
|
977
|
+
}
|
|
978
|
+
function He(e) {
|
|
979
|
+
var r = s();
|
|
980
|
+
return r.useDeferredValue(e);
|
|
981
|
+
}
|
|
982
|
+
function Dr() {
|
|
983
|
+
var e = s();
|
|
984
|
+
return e.useId();
|
|
985
|
+
}
|
|
986
|
+
function xr(e, r, a) {
|
|
987
|
+
var o = s();
|
|
988
|
+
return o.useSyncExternalStore(e, r, a);
|
|
989
|
+
}
|
|
990
|
+
var Ge = 0, Br, zr, qr, Kr, Hr, Gr, Jr;
|
|
991
|
+
function Xr() {
|
|
992
|
+
}
|
|
993
|
+
Xr.__reactDisabledLog = !0;
|
|
994
|
+
function _t() {
|
|
995
|
+
{
|
|
996
|
+
if (Ge === 0) {
|
|
997
|
+
Br = console.log, zr = console.info, qr = console.warn, Kr = console.error, Hr = console.group, Gr = console.groupCollapsed, Jr = console.groupEnd;
|
|
998
|
+
var e = {
|
|
999
|
+
configurable: !0,
|
|
1000
|
+
enumerable: !0,
|
|
1001
|
+
value: Xr,
|
|
1002
|
+
writable: !0
|
|
1003
|
+
};
|
|
1004
|
+
Object.defineProperties(console, {
|
|
1005
|
+
info: e,
|
|
1006
|
+
log: e,
|
|
1007
|
+
warn: e,
|
|
1008
|
+
error: e,
|
|
1009
|
+
group: e,
|
|
1010
|
+
groupCollapsed: e,
|
|
1011
|
+
groupEnd: e
|
|
1012
|
+
});
|
|
1013
|
+
}
|
|
1014
|
+
Ge++;
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
function gt() {
|
|
1018
|
+
{
|
|
1019
|
+
if (Ge--, Ge === 0) {
|
|
1020
|
+
var e = {
|
|
1021
|
+
configurable: !0,
|
|
1022
|
+
enumerable: !0,
|
|
1023
|
+
writable: !0
|
|
1024
|
+
};
|
|
1025
|
+
Object.defineProperties(console, {
|
|
1026
|
+
log: i({}, e, {
|
|
1027
|
+
value: Br
|
|
1028
|
+
}),
|
|
1029
|
+
info: i({}, e, {
|
|
1030
|
+
value: zr
|
|
1031
|
+
}),
|
|
1032
|
+
warn: i({}, e, {
|
|
1033
|
+
value: qr
|
|
1034
|
+
}),
|
|
1035
|
+
error: i({}, e, {
|
|
1036
|
+
value: Kr
|
|
1037
|
+
}),
|
|
1038
|
+
group: i({}, e, {
|
|
1039
|
+
value: Hr
|
|
1040
|
+
}),
|
|
1041
|
+
groupCollapsed: i({}, e, {
|
|
1042
|
+
value: Gr
|
|
1043
|
+
}),
|
|
1044
|
+
groupEnd: i({}, e, {
|
|
1045
|
+
value: Jr
|
|
1046
|
+
})
|
|
1047
|
+
});
|
|
1048
|
+
}
|
|
1049
|
+
Ge < 0 && l("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
var Ir = Y.ReactCurrentDispatcher, Fr;
|
|
1053
|
+
function dr(e, r, a) {
|
|
1054
|
+
{
|
|
1055
|
+
if (Fr === void 0)
|
|
1056
|
+
try {
|
|
1057
|
+
throw Error();
|
|
1058
|
+
} catch (c) {
|
|
1059
|
+
var o = c.stack.trim().match(/\n( *(at )?)/);
|
|
1060
|
+
Fr = o && o[1] || "";
|
|
1061
|
+
}
|
|
1062
|
+
return `
|
|
1063
|
+
` + Fr + e;
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
var $r = !1, pr;
|
|
1067
|
+
{
|
|
1068
|
+
var bt = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1069
|
+
pr = new bt();
|
|
1070
|
+
}
|
|
1071
|
+
function Qr(e, r) {
|
|
1072
|
+
if (!e || $r)
|
|
1073
|
+
return "";
|
|
1074
|
+
{
|
|
1075
|
+
var a = pr.get(e);
|
|
1076
|
+
if (a !== void 0)
|
|
1077
|
+
return a;
|
|
1078
|
+
}
|
|
1079
|
+
var o;
|
|
1080
|
+
$r = !0;
|
|
1081
|
+
var c = Error.prepareStackTrace;
|
|
1082
|
+
Error.prepareStackTrace = void 0;
|
|
1083
|
+
var p;
|
|
1084
|
+
p = Ir.current, Ir.current = null, _t();
|
|
1085
|
+
try {
|
|
1086
|
+
if (r) {
|
|
1087
|
+
var f = function() {
|
|
1088
|
+
throw Error();
|
|
1089
|
+
};
|
|
1090
|
+
if (Object.defineProperty(f.prototype, "props", {
|
|
1091
|
+
set: function() {
|
|
1092
|
+
throw Error();
|
|
1093
|
+
}
|
|
1094
|
+
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1095
|
+
try {
|
|
1096
|
+
Reflect.construct(f, []);
|
|
1097
|
+
} catch (z) {
|
|
1098
|
+
o = z;
|
|
1099
|
+
}
|
|
1100
|
+
Reflect.construct(e, [], f);
|
|
1101
|
+
} else {
|
|
1102
|
+
try {
|
|
1103
|
+
f.call();
|
|
1104
|
+
} catch (z) {
|
|
1105
|
+
o = z;
|
|
1106
|
+
}
|
|
1107
|
+
e.call(f.prototype);
|
|
1108
|
+
}
|
|
1109
|
+
} else {
|
|
1110
|
+
try {
|
|
1111
|
+
throw Error();
|
|
1112
|
+
} catch (z) {
|
|
1113
|
+
o = z;
|
|
1114
|
+
}
|
|
1115
|
+
e();
|
|
1116
|
+
}
|
|
1117
|
+
} catch (z) {
|
|
1118
|
+
if (z && o && typeof z.stack == "string") {
|
|
1119
|
+
for (var y = z.stack.split(`
|
|
1120
|
+
`), E = o.stack.split(`
|
|
1121
|
+
`), P = y.length - 1, j = E.length - 1; P >= 1 && j >= 0 && y[P] !== E[j]; )
|
|
1122
|
+
j--;
|
|
1123
|
+
for (; P >= 1 && j >= 0; P--, j--)
|
|
1124
|
+
if (y[P] !== E[j]) {
|
|
1125
|
+
if (P !== 1 || j !== 1)
|
|
1126
|
+
do
|
|
1127
|
+
if (P--, j--, j < 0 || y[P] !== E[j]) {
|
|
1128
|
+
var A = `
|
|
1129
|
+
` + y[P].replace(" at new ", " at ");
|
|
1130
|
+
return e.displayName && A.includes("<anonymous>") && (A = A.replace("<anonymous>", e.displayName)), typeof e == "function" && pr.set(e, A), A;
|
|
1131
|
+
}
|
|
1132
|
+
while (P >= 1 && j >= 0);
|
|
1133
|
+
break;
|
|
1134
|
+
}
|
|
1135
|
+
}
|
|
1136
|
+
} finally {
|
|
1137
|
+
$r = !1, Ir.current = p, gt(), Error.prepareStackTrace = c;
|
|
1138
|
+
}
|
|
1139
|
+
var I = e ? e.displayName || e.name : "", N = I ? dr(I) : "";
|
|
1140
|
+
return typeof e == "function" && pr.set(e, N), N;
|
|
1141
|
+
}
|
|
1142
|
+
function Et(e, r, a) {
|
|
1143
|
+
return Qr(e, !1);
|
|
1144
|
+
}
|
|
1145
|
+
function Rt(e) {
|
|
1146
|
+
var r = e.prototype;
|
|
1147
|
+
return !!(r && r.isReactComponent);
|
|
1148
|
+
}
|
|
1149
|
+
function vr(e, r, a) {
|
|
1150
|
+
if (e == null)
|
|
1151
|
+
return "";
|
|
1152
|
+
if (typeof e == "function")
|
|
1153
|
+
return Qr(e, Rt(e));
|
|
1154
|
+
if (typeof e == "string")
|
|
1155
|
+
return dr(e);
|
|
1156
|
+
switch (e) {
|
|
1157
|
+
case U:
|
|
1158
|
+
return dr("Suspense");
|
|
1159
|
+
case te:
|
|
1160
|
+
return dr("SuspenseList");
|
|
1161
|
+
}
|
|
1162
|
+
if (typeof e == "object")
|
|
1163
|
+
switch (e.$$typeof) {
|
|
1164
|
+
case L:
|
|
1165
|
+
return Et(e.render);
|
|
1166
|
+
case X:
|
|
1167
|
+
return vr(e.type, r, a);
|
|
1168
|
+
case fe: {
|
|
1169
|
+
var o = e, c = o._payload, p = o._init;
|
|
1170
|
+
try {
|
|
1171
|
+
return vr(p(c), r, a);
|
|
1172
|
+
} catch {
|
|
1173
|
+
}
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
return "";
|
|
1177
|
+
}
|
|
1178
|
+
var Zr = {}, et = Y.ReactDebugCurrentFrame;
|
|
1179
|
+
function yr(e) {
|
|
1180
|
+
if (e) {
|
|
1181
|
+
var r = e._owner, a = vr(e.type, e._source, r ? r.type : null);
|
|
1182
|
+
et.setExtraStackFrame(a);
|
|
1183
|
+
} else
|
|
1184
|
+
et.setExtraStackFrame(null);
|
|
1185
|
+
}
|
|
1186
|
+
function Ct(e, r, a, o, c) {
|
|
1187
|
+
{
|
|
1188
|
+
var p = Function.call.bind(je);
|
|
1189
|
+
for (var f in e)
|
|
1190
|
+
if (p(e, f)) {
|
|
1191
|
+
var y = void 0;
|
|
1192
|
+
try {
|
|
1193
|
+
if (typeof e[f] != "function") {
|
|
1194
|
+
var E = Error((o || "React class") + ": " + a + " type `" + f + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[f] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1195
|
+
throw E.name = "Invariant Violation", E;
|
|
1196
|
+
}
|
|
1197
|
+
y = e[f](r, f, o, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1198
|
+
} catch (P) {
|
|
1199
|
+
y = P;
|
|
1200
|
+
}
|
|
1201
|
+
y && !(y instanceof Error) && (yr(c), l("%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, f, typeof y), yr(null)), y instanceof Error && !(y.message in Zr) && (Zr[y.message] = !0, yr(c), l("Failed %s type: %s", a, y.message), yr(null));
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
function We(e) {
|
|
1206
|
+
if (e) {
|
|
1207
|
+
var r = e._owner, a = vr(e.type, e._source, r ? r.type : null);
|
|
1208
|
+
we(a);
|
|
1209
|
+
} else
|
|
1210
|
+
we(null);
|
|
1211
|
+
}
|
|
1212
|
+
var Lr;
|
|
1213
|
+
Lr = !1;
|
|
1214
|
+
function rt() {
|
|
1215
|
+
if (G.current) {
|
|
1216
|
+
var e = pe(G.current.type);
|
|
1217
|
+
if (e)
|
|
1218
|
+
return `
|
|
1219
|
+
|
|
1220
|
+
Check the render method of \`` + e + "`.";
|
|
1221
|
+
}
|
|
1222
|
+
return "";
|
|
1223
|
+
}
|
|
1224
|
+
function wt(e) {
|
|
1225
|
+
if (e !== void 0) {
|
|
1226
|
+
var r = e.fileName.replace(/^.*[\\\/]/, ""), a = e.lineNumber;
|
|
1227
|
+
return `
|
|
1228
|
+
|
|
1229
|
+
Check your code at ` + r + ":" + a + ".";
|
|
1230
|
+
}
|
|
1231
|
+
return "";
|
|
1232
|
+
}
|
|
1233
|
+
function St(e) {
|
|
1234
|
+
return e != null ? wt(e.__source) : "";
|
|
1235
|
+
}
|
|
1236
|
+
var tt = {};
|
|
1237
|
+
function Tt(e) {
|
|
1238
|
+
var r = rt();
|
|
1239
|
+
if (!r) {
|
|
1240
|
+
var a = typeof e == "string" ? e : e.displayName || e.name;
|
|
1241
|
+
a && (r = `
|
|
1242
|
+
|
|
1243
|
+
Check the top-level render call using <` + a + ">.");
|
|
1244
|
+
}
|
|
1245
|
+
return r;
|
|
1246
|
+
}
|
|
1247
|
+
function nt(e, r) {
|
|
1248
|
+
if (!(!e._store || e._store.validated || e.key != null)) {
|
|
1249
|
+
e._store.validated = !0;
|
|
1250
|
+
var a = Tt(r);
|
|
1251
|
+
if (!tt[a]) {
|
|
1252
|
+
tt[a] = !0;
|
|
1253
|
+
var o = "";
|
|
1254
|
+
e && e._owner && e._owner !== G.current && (o = " It was passed a child from " + pe(e._owner.type) + "."), We(e), l('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), We(null);
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
function at(e, r) {
|
|
1259
|
+
if (typeof e == "object") {
|
|
1260
|
+
if ($e(e))
|
|
1261
|
+
for (var a = 0; a < e.length; a++) {
|
|
1262
|
+
var o = e[a];
|
|
1263
|
+
Ee(o) && nt(o, r);
|
|
1264
|
+
}
|
|
1265
|
+
else if (Ee(e))
|
|
1266
|
+
e._store && (e._store.validated = !0);
|
|
1267
|
+
else if (e) {
|
|
1268
|
+
var c = D(e);
|
|
1269
|
+
if (typeof c == "function" && c !== e.entries)
|
|
1270
|
+
for (var p = c.call(e), f; !(f = p.next()).done; )
|
|
1271
|
+
Ee(f.value) && nt(f.value, r);
|
|
1272
|
+
}
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
1275
|
+
function ot(e) {
|
|
1276
|
+
{
|
|
1277
|
+
var r = e.type;
|
|
1278
|
+
if (r == null || typeof r == "string")
|
|
1279
|
+
return;
|
|
1280
|
+
var a;
|
|
1281
|
+
if (typeof r == "function")
|
|
1282
|
+
a = r.propTypes;
|
|
1283
|
+
else if (typeof r == "object" && (r.$$typeof === L || // Note: Memo only checks outer props here.
|
|
1284
|
+
// Inner props are checked in the reconciler.
|
|
1285
|
+
r.$$typeof === X))
|
|
1286
|
+
a = r.propTypes;
|
|
1287
|
+
else
|
|
1288
|
+
return;
|
|
1289
|
+
if (a) {
|
|
1290
|
+
var o = pe(r);
|
|
1291
|
+
Ct(a, e.props, "prop", o, e);
|
|
1292
|
+
} else if (r.PropTypes !== void 0 && !Lr) {
|
|
1293
|
+
Lr = !0;
|
|
1294
|
+
var c = pe(r);
|
|
1295
|
+
l("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", c || "Unknown");
|
|
1296
|
+
}
|
|
1297
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && l("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1298
|
+
}
|
|
1299
|
+
}
|
|
1300
|
+
function Ot(e) {
|
|
1301
|
+
{
|
|
1302
|
+
for (var r = Object.keys(e.props), a = 0; a < r.length; a++) {
|
|
1303
|
+
var o = r[a];
|
|
1304
|
+
if (o !== "children" && o !== "key") {
|
|
1305
|
+
We(e), l("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", o), We(null);
|
|
1306
|
+
break;
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
e.ref !== null && (We(e), l("Invalid attribute `ref` supplied to `React.Fragment`."), We(null));
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
function ut(e, r, a) {
|
|
1313
|
+
var o = t(e);
|
|
1314
|
+
if (!o) {
|
|
1315
|
+
var c = "";
|
|
1316
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (c += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
1317
|
+
var p = St(r);
|
|
1318
|
+
p ? c += p : c += rt();
|
|
1319
|
+
var f;
|
|
1320
|
+
e === null ? f = "null" : $e(e) ? f = "array" : e !== void 0 && e.$$typeof === H ? (f = "<" + (pe(e.type) || "Unknown") + " />", c = " Did you accidentally export a JSX literal instead of a component?") : f = typeof e, l("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", f, c);
|
|
1321
|
+
}
|
|
1322
|
+
var y = Rr.apply(this, arguments);
|
|
1323
|
+
if (y == null)
|
|
1324
|
+
return y;
|
|
1325
|
+
if (o)
|
|
1326
|
+
for (var E = 2; E < arguments.length; E++)
|
|
1327
|
+
at(arguments[E], e);
|
|
1328
|
+
return e === ae ? Ot(y) : ot(y), y;
|
|
1329
|
+
}
|
|
1330
|
+
var it = !1;
|
|
1331
|
+
function Pt(e) {
|
|
1332
|
+
var r = ut.bind(null, e);
|
|
1333
|
+
return r.type = e, it || (it = !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", {
|
|
1334
|
+
enumerable: !1,
|
|
1335
|
+
get: function() {
|
|
1336
|
+
return ce("Factory.type is deprecated. Access the class directly before passing it to createFactory."), Object.defineProperty(this, "type", {
|
|
1337
|
+
value: e
|
|
1338
|
+
}), e;
|
|
1339
|
+
}
|
|
1340
|
+
}), r;
|
|
1341
|
+
}
|
|
1342
|
+
function kt(e, r, a) {
|
|
1343
|
+
for (var o = wr.apply(this, arguments), c = 2; c < arguments.length; c++)
|
|
1344
|
+
at(arguments[c], o.type);
|
|
1345
|
+
return ot(o), o;
|
|
1346
|
+
}
|
|
1347
|
+
function jt(e, r) {
|
|
1348
|
+
var a = se.transition;
|
|
1349
|
+
se.transition = {};
|
|
1350
|
+
var o = se.transition;
|
|
1351
|
+
se.transition._updatedFibers = /* @__PURE__ */ new Set();
|
|
1352
|
+
try {
|
|
1353
|
+
e();
|
|
1354
|
+
} finally {
|
|
1355
|
+
if (se.transition = a, a === null && o._updatedFibers) {
|
|
1356
|
+
var c = o._updatedFibers.size;
|
|
1357
|
+
c > 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();
|
|
1358
|
+
}
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1361
|
+
var st = !1, hr = null;
|
|
1362
|
+
function At(e) {
|
|
1363
|
+
if (hr === null)
|
|
1364
|
+
try {
|
|
1365
|
+
var r = ("require" + Math.random()).slice(0, 7), a = W && W[r];
|
|
1366
|
+
hr = a.call(W, "timers").setImmediate;
|
|
1367
|
+
} catch {
|
|
1368
|
+
hr = function(c) {
|
|
1369
|
+
st === !1 && (st = !0, typeof MessageChannel > "u" && l("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."));
|
|
1370
|
+
var p = new MessageChannel();
|
|
1371
|
+
p.port1.onmessage = c, p.port2.postMessage(void 0);
|
|
1372
|
+
};
|
|
1373
|
+
}
|
|
1374
|
+
return hr(e);
|
|
1375
|
+
}
|
|
1376
|
+
var Ue = 0, ct = !1;
|
|
1377
|
+
function ft(e) {
|
|
1378
|
+
{
|
|
1379
|
+
var r = Ue;
|
|
1380
|
+
Ue++, M.current === null && (M.current = []);
|
|
1381
|
+
var a = M.isBatchingLegacy, o;
|
|
1382
|
+
try {
|
|
1383
|
+
if (M.isBatchingLegacy = !0, o = e(), !a && M.didScheduleLegacyUpdate) {
|
|
1384
|
+
var c = M.current;
|
|
1385
|
+
c !== null && (M.didScheduleLegacyUpdate = !1, Nr(c));
|
|
1386
|
+
}
|
|
1387
|
+
} catch (I) {
|
|
1388
|
+
throw mr(r), I;
|
|
1389
|
+
} finally {
|
|
1390
|
+
M.isBatchingLegacy = a;
|
|
1391
|
+
}
|
|
1392
|
+
if (o !== null && typeof o == "object" && typeof o.then == "function") {
|
|
1393
|
+
var p = o, f = !1, y = {
|
|
1394
|
+
then: function(I, N) {
|
|
1395
|
+
f = !0, p.then(function(z) {
|
|
1396
|
+
mr(r), Ue === 0 ? Mr(z, I, N) : I(z);
|
|
1397
|
+
}, function(z) {
|
|
1398
|
+
mr(r), N(z);
|
|
1399
|
+
});
|
|
1400
|
+
}
|
|
1401
|
+
};
|
|
1402
|
+
return !ct && typeof Promise < "u" && Promise.resolve().then(function() {
|
|
1403
|
+
}).then(function() {
|
|
1404
|
+
f || (ct = !0, l("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 () => ...);"));
|
|
1405
|
+
}), y;
|
|
1406
|
+
} else {
|
|
1407
|
+
var E = o;
|
|
1408
|
+
if (mr(r), Ue === 0) {
|
|
1409
|
+
var P = M.current;
|
|
1410
|
+
P !== null && (Nr(P), M.current = null);
|
|
1411
|
+
var j = {
|
|
1412
|
+
then: function(I, N) {
|
|
1413
|
+
M.current === null ? (M.current = [], Mr(E, I, N)) : I(E);
|
|
1414
|
+
}
|
|
1415
|
+
};
|
|
1416
|
+
return j;
|
|
1417
|
+
} else {
|
|
1418
|
+
var A = {
|
|
1419
|
+
then: function(I, N) {
|
|
1420
|
+
I(E);
|
|
1421
|
+
}
|
|
1422
|
+
};
|
|
1423
|
+
return A;
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
function mr(e) {
|
|
1429
|
+
e !== Ue - 1 && l("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "), Ue = e;
|
|
1430
|
+
}
|
|
1431
|
+
function Mr(e, r, a) {
|
|
1432
|
+
{
|
|
1433
|
+
var o = M.current;
|
|
1434
|
+
if (o !== null)
|
|
1435
|
+
try {
|
|
1436
|
+
Nr(o), At(function() {
|
|
1437
|
+
o.length === 0 ? (M.current = null, r(e)) : Mr(e, r, a);
|
|
1438
|
+
});
|
|
1439
|
+
} catch (c) {
|
|
1440
|
+
a(c);
|
|
1441
|
+
}
|
|
1442
|
+
else
|
|
1443
|
+
r(e);
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
var Vr = !1;
|
|
1447
|
+
function Nr(e) {
|
|
1448
|
+
if (!Vr) {
|
|
1449
|
+
Vr = !0;
|
|
1450
|
+
var r = 0;
|
|
1451
|
+
try {
|
|
1452
|
+
for (; r < e.length; r++) {
|
|
1453
|
+
var a = e[r];
|
|
1454
|
+
do
|
|
1455
|
+
a = a(!0);
|
|
1456
|
+
while (a !== null);
|
|
1457
|
+
}
|
|
1458
|
+
e.length = 0;
|
|
1459
|
+
} catch (o) {
|
|
1460
|
+
throw e = e.slice(r + 1), o;
|
|
1461
|
+
} finally {
|
|
1462
|
+
Vr = !1;
|
|
1463
|
+
}
|
|
1464
|
+
}
|
|
1465
|
+
}
|
|
1466
|
+
var Dt = ut, xt = kt, It = Pt, Ft = {
|
|
1467
|
+
map: xe,
|
|
1468
|
+
forEach: ir,
|
|
1469
|
+
count: Or,
|
|
1470
|
+
toArray: Pr,
|
|
1471
|
+
only: sr
|
|
1472
|
+
};
|
|
1473
|
+
d.Children = Ft, d.Component = b, d.Fragment = ae, d.Profiler = ee, d.PureComponent = w, d.StrictMode = oe, d.Suspense = U, d.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Y, d.act = ft, d.cloneElement = xt, d.createContext = cr, d.createElement = Dt, d.createFactory = It, d.createRef = gr, d.forwardRef = Ar, d.isValidElement = Ee, d.lazy = jr, d.memo = u, d.startTransition = jt, d.unstable_act = ft, d.useCallback = F, d.useContext = v, d.useDebugValue = me, d.useDeferredValue = He, d.useEffect = h, d.useId = Dr, d.useImperativeHandle = Ce, d.useInsertionEffect = B, d.useLayoutEffect = x, d.useMemo = Z, d.useReducer = S, d.useRef = g, d.useState = C, d.useSyncExternalStore = xr, d.useTransition = K, d.version = J, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
|
|
1474
|
+
}();
|
|
1475
|
+
}(Qe, Qe.exports)), Qe.exports;
|
|
1476
|
+
}
|
|
1477
|
+
process.env.NODE_ENV === "production" ? Yr.exports = Nt() : Yr.exports = Wt();
|
|
1478
|
+
var Ye = Yr.exports;
|
|
4
1479
|
/**
|
|
5
1480
|
* @license React
|
|
6
1481
|
* react-jsx-runtime.production.min.js
|
|
@@ -10,21 +1485,21 @@ var Z = { exports: {} }, I = {};
|
|
|
10
1485
|
* This source code is licensed under the MIT license found in the
|
|
11
1486
|
* LICENSE file in the root directory of this source tree.
|
|
12
1487
|
*/
|
|
13
|
-
var
|
|
14
|
-
function
|
|
15
|
-
if (
|
|
16
|
-
|
|
17
|
-
var
|
|
18
|
-
function
|
|
19
|
-
var
|
|
20
|
-
|
|
21
|
-
for (
|
|
22
|
-
if (
|
|
23
|
-
return { $$typeof:
|
|
1488
|
+
var ht;
|
|
1489
|
+
function Ut() {
|
|
1490
|
+
if (ht) return Je;
|
|
1491
|
+
ht = 1;
|
|
1492
|
+
var W = Ye, d = Symbol.for("react.element"), J = Symbol.for("react.fragment"), H = Object.prototype.hasOwnProperty, ne = W.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, ae = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
1493
|
+
function oe(ee, $, re) {
|
|
1494
|
+
var L, U = {}, te = null, X = null;
|
|
1495
|
+
re !== void 0 && (te = "" + re), $.key !== void 0 && (te = "" + $.key), $.ref !== void 0 && (X = $.ref);
|
|
1496
|
+
for (L in $) H.call($, L) && !ae.hasOwnProperty(L) && (U[L] = $[L]);
|
|
1497
|
+
if (ee && ee.defaultProps) for (L in $ = ee.defaultProps, $) U[L] === void 0 && (U[L] = $[L]);
|
|
1498
|
+
return { $$typeof: d, type: ee, key: te, ref: X, props: U, _owner: ne.current };
|
|
24
1499
|
}
|
|
25
|
-
return
|
|
1500
|
+
return Je.Fragment = J, Je.jsx = oe, Je.jsxs = oe, Je;
|
|
26
1501
|
}
|
|
27
|
-
var
|
|
1502
|
+
var Xe = {};
|
|
28
1503
|
/**
|
|
29
1504
|
* @license React
|
|
30
1505
|
* react-jsx-runtime.development.js
|
|
@@ -34,91 +1509,91 @@ var W = {};
|
|
|
34
1509
|
* This source code is licensed under the MIT license found in the
|
|
35
1510
|
* LICENSE file in the root directory of this source tree.
|
|
36
1511
|
*/
|
|
37
|
-
var
|
|
38
|
-
function
|
|
39
|
-
return
|
|
40
|
-
var
|
|
41
|
-
function
|
|
42
|
-
if (
|
|
1512
|
+
var mt;
|
|
1513
|
+
function Yt() {
|
|
1514
|
+
return mt || (mt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1515
|
+
var W = Ye, d = Symbol.for("react.element"), J = Symbol.for("react.portal"), H = Symbol.for("react.fragment"), ne = Symbol.for("react.strict_mode"), ae = Symbol.for("react.profiler"), oe = Symbol.for("react.provider"), ee = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), re = Symbol.for("react.suspense"), L = Symbol.for("react.suspense_list"), U = Symbol.for("react.memo"), te = Symbol.for("react.lazy"), X = Symbol.for("react.offscreen"), fe = Symbol.iterator, Fe = "@@iterator";
|
|
1516
|
+
function ue(t) {
|
|
1517
|
+
if (t === null || typeof t != "object")
|
|
43
1518
|
return null;
|
|
44
|
-
var
|
|
45
|
-
return typeof
|
|
1519
|
+
var u = fe && t[fe] || t[Fe];
|
|
1520
|
+
return typeof u == "function" ? u : null;
|
|
46
1521
|
}
|
|
47
|
-
var
|
|
48
|
-
function
|
|
1522
|
+
var ie = W.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
1523
|
+
function D(t) {
|
|
49
1524
|
{
|
|
50
|
-
for (var
|
|
51
|
-
|
|
52
|
-
|
|
1525
|
+
for (var u = arguments.length, s = new Array(u > 1 ? u - 1 : 0), v = 1; v < u; v++)
|
|
1526
|
+
s[v - 1] = arguments[v];
|
|
1527
|
+
_e("error", t, s);
|
|
53
1528
|
}
|
|
54
1529
|
}
|
|
55
|
-
function
|
|
1530
|
+
function _e(t, u, s) {
|
|
56
1531
|
{
|
|
57
|
-
var
|
|
58
|
-
|
|
59
|
-
var
|
|
60
|
-
return String(
|
|
1532
|
+
var v = ie.ReactDebugCurrentFrame, C = v.getStackAddendum();
|
|
1533
|
+
C !== "" && (u += "%s", s = s.concat([C]));
|
|
1534
|
+
var S = s.map(function(g) {
|
|
1535
|
+
return String(g);
|
|
61
1536
|
});
|
|
62
|
-
|
|
1537
|
+
S.unshift("Warning: " + u), Function.prototype.apply.call(console[t], console, S);
|
|
63
1538
|
}
|
|
64
1539
|
}
|
|
65
|
-
var
|
|
66
|
-
|
|
67
|
-
function
|
|
68
|
-
return !!(typeof
|
|
1540
|
+
var se = !1, M = !1, G = !1, le = !1, ve = !1, we;
|
|
1541
|
+
we = Symbol.for("react.module.reference");
|
|
1542
|
+
function Se(t) {
|
|
1543
|
+
return !!(typeof t == "string" || typeof t == "function" || t === H || t === ae || ve || t === ne || t === re || t === L || le || t === X || se || M || G || typeof t == "object" && t !== null && (t.$$typeof === te || t.$$typeof === U || t.$$typeof === oe || t.$$typeof === ee || t.$$typeof === $ || // This needs to include all possible module reference object
|
|
69
1544
|
// types supported by any Flight configuration anywhere since
|
|
70
1545
|
// we don't know which Flight build this will end up being used
|
|
71
1546
|
// with.
|
|
72
|
-
|
|
1547
|
+
t.$$typeof === we || t.getModuleId !== void 0));
|
|
73
1548
|
}
|
|
74
|
-
function
|
|
75
|
-
var
|
|
76
|
-
if (
|
|
77
|
-
return
|
|
78
|
-
var
|
|
79
|
-
return
|
|
1549
|
+
function Be(t, u, s) {
|
|
1550
|
+
var v = t.displayName;
|
|
1551
|
+
if (v)
|
|
1552
|
+
return v;
|
|
1553
|
+
var C = u.displayName || u.name || "";
|
|
1554
|
+
return C !== "" ? s + "(" + C + ")" : s;
|
|
80
1555
|
}
|
|
81
|
-
function
|
|
82
|
-
return
|
|
1556
|
+
function Te(t) {
|
|
1557
|
+
return t.displayName || "Context";
|
|
83
1558
|
}
|
|
84
|
-
function
|
|
85
|
-
if (
|
|
1559
|
+
function q(t) {
|
|
1560
|
+
if (t == null)
|
|
86
1561
|
return null;
|
|
87
|
-
if (typeof
|
|
88
|
-
return
|
|
89
|
-
if (typeof
|
|
90
|
-
return
|
|
91
|
-
switch (
|
|
92
|
-
case
|
|
1562
|
+
if (typeof t.tag == "number" && D("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
|
|
1563
|
+
return t.displayName || t.name || null;
|
|
1564
|
+
if (typeof t == "string")
|
|
1565
|
+
return t;
|
|
1566
|
+
switch (t) {
|
|
1567
|
+
case H:
|
|
93
1568
|
return "Fragment";
|
|
94
|
-
case
|
|
1569
|
+
case J:
|
|
95
1570
|
return "Portal";
|
|
96
|
-
case
|
|
1571
|
+
case ae:
|
|
97
1572
|
return "Profiler";
|
|
98
|
-
case
|
|
1573
|
+
case ne:
|
|
99
1574
|
return "StrictMode";
|
|
100
|
-
case
|
|
1575
|
+
case re:
|
|
101
1576
|
return "Suspense";
|
|
102
|
-
case
|
|
1577
|
+
case L:
|
|
103
1578
|
return "SuspenseList";
|
|
104
1579
|
}
|
|
105
|
-
if (typeof
|
|
106
|
-
switch (
|
|
107
|
-
case
|
|
108
|
-
var
|
|
109
|
-
return
|
|
110
|
-
case
|
|
111
|
-
var
|
|
112
|
-
return
|
|
113
|
-
case
|
|
114
|
-
return
|
|
115
|
-
case
|
|
116
|
-
var
|
|
117
|
-
return
|
|
118
|
-
case
|
|
119
|
-
var
|
|
1580
|
+
if (typeof t == "object")
|
|
1581
|
+
switch (t.$$typeof) {
|
|
1582
|
+
case ee:
|
|
1583
|
+
var u = t;
|
|
1584
|
+
return Te(u) + ".Consumer";
|
|
1585
|
+
case oe:
|
|
1586
|
+
var s = t;
|
|
1587
|
+
return Te(s._context) + ".Provider";
|
|
1588
|
+
case $:
|
|
1589
|
+
return Be(t, t.render, "ForwardRef");
|
|
1590
|
+
case U:
|
|
1591
|
+
var v = t.displayName || null;
|
|
1592
|
+
return v !== null ? v : q(t.type) || "Memo";
|
|
1593
|
+
case te: {
|
|
1594
|
+
var C = t, S = C._payload, g = C._init;
|
|
120
1595
|
try {
|
|
121
|
-
return
|
|
1596
|
+
return q(g(S));
|
|
122
1597
|
} catch {
|
|
123
1598
|
return null;
|
|
124
1599
|
}
|
|
@@ -126,530 +1601,530 @@ function _r() {
|
|
|
126
1601
|
}
|
|
127
1602
|
return null;
|
|
128
1603
|
}
|
|
129
|
-
var
|
|
130
|
-
function
|
|
1604
|
+
var Q = Object.assign, Y = 0, ce, l, de, Oe, ye, n, i;
|
|
1605
|
+
function _() {
|
|
131
1606
|
}
|
|
132
|
-
|
|
133
|
-
function
|
|
1607
|
+
_.__reactDisabledLog = !0;
|
|
1608
|
+
function b() {
|
|
134
1609
|
{
|
|
135
|
-
if (
|
|
136
|
-
|
|
137
|
-
var
|
|
1610
|
+
if (Y === 0) {
|
|
1611
|
+
ce = console.log, l = console.info, de = console.warn, Oe = console.error, ye = console.group, n = console.groupCollapsed, i = console.groupEnd;
|
|
1612
|
+
var t = {
|
|
138
1613
|
configurable: !0,
|
|
139
1614
|
enumerable: !0,
|
|
140
|
-
value:
|
|
1615
|
+
value: _,
|
|
141
1616
|
writable: !0
|
|
142
1617
|
};
|
|
143
1618
|
Object.defineProperties(console, {
|
|
144
|
-
info:
|
|
145
|
-
log:
|
|
146
|
-
warn:
|
|
147
|
-
error:
|
|
148
|
-
group:
|
|
149
|
-
groupCollapsed:
|
|
150
|
-
groupEnd:
|
|
1619
|
+
info: t,
|
|
1620
|
+
log: t,
|
|
1621
|
+
warn: t,
|
|
1622
|
+
error: t,
|
|
1623
|
+
group: t,
|
|
1624
|
+
groupCollapsed: t,
|
|
1625
|
+
groupEnd: t
|
|
151
1626
|
});
|
|
152
1627
|
}
|
|
153
|
-
|
|
1628
|
+
Y++;
|
|
154
1629
|
}
|
|
155
1630
|
}
|
|
156
|
-
function
|
|
1631
|
+
function R() {
|
|
157
1632
|
{
|
|
158
|
-
if (
|
|
159
|
-
var
|
|
1633
|
+
if (Y--, Y === 0) {
|
|
1634
|
+
var t = {
|
|
160
1635
|
configurable: !0,
|
|
161
1636
|
enumerable: !0,
|
|
162
1637
|
writable: !0
|
|
163
1638
|
};
|
|
164
1639
|
Object.defineProperties(console, {
|
|
165
|
-
log:
|
|
166
|
-
value:
|
|
1640
|
+
log: Q({}, t, {
|
|
1641
|
+
value: ce
|
|
167
1642
|
}),
|
|
168
|
-
info:
|
|
169
|
-
value:
|
|
1643
|
+
info: Q({}, t, {
|
|
1644
|
+
value: l
|
|
170
1645
|
}),
|
|
171
|
-
warn:
|
|
172
|
-
value:
|
|
1646
|
+
warn: Q({}, t, {
|
|
1647
|
+
value: de
|
|
173
1648
|
}),
|
|
174
|
-
error:
|
|
175
|
-
value:
|
|
1649
|
+
error: Q({}, t, {
|
|
1650
|
+
value: Oe
|
|
176
1651
|
}),
|
|
177
|
-
group:
|
|
178
|
-
value:
|
|
1652
|
+
group: Q({}, t, {
|
|
1653
|
+
value: ye
|
|
179
1654
|
}),
|
|
180
|
-
groupCollapsed:
|
|
181
|
-
value:
|
|
1655
|
+
groupCollapsed: Q({}, t, {
|
|
1656
|
+
value: n
|
|
182
1657
|
}),
|
|
183
|
-
groupEnd:
|
|
184
|
-
value:
|
|
1658
|
+
groupEnd: Q({}, t, {
|
|
1659
|
+
value: i
|
|
185
1660
|
})
|
|
186
1661
|
});
|
|
187
1662
|
}
|
|
188
|
-
|
|
1663
|
+
Y < 0 && D("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
189
1664
|
}
|
|
190
1665
|
}
|
|
191
|
-
var
|
|
192
|
-
function
|
|
1666
|
+
var k = ie.ReactCurrentDispatcher, O;
|
|
1667
|
+
function T(t, u, s) {
|
|
193
1668
|
{
|
|
194
|
-
if (
|
|
1669
|
+
if (O === void 0)
|
|
195
1670
|
try {
|
|
196
1671
|
throw Error();
|
|
197
|
-
} catch (
|
|
198
|
-
var
|
|
199
|
-
|
|
1672
|
+
} catch (C) {
|
|
1673
|
+
var v = C.stack.trim().match(/\n( *(at )?)/);
|
|
1674
|
+
O = v && v[1] || "";
|
|
200
1675
|
}
|
|
201
1676
|
return `
|
|
202
|
-
` +
|
|
1677
|
+
` + O + t;
|
|
203
1678
|
}
|
|
204
1679
|
}
|
|
205
|
-
var
|
|
1680
|
+
var w = !1, V;
|
|
206
1681
|
{
|
|
207
|
-
var
|
|
208
|
-
|
|
1682
|
+
var gr = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1683
|
+
V = new gr();
|
|
209
1684
|
}
|
|
210
|
-
function
|
|
211
|
-
if (!
|
|
1685
|
+
function Ze(t, u) {
|
|
1686
|
+
if (!t || w)
|
|
212
1687
|
return "";
|
|
213
1688
|
{
|
|
214
|
-
var
|
|
215
|
-
if (
|
|
216
|
-
return
|
|
1689
|
+
var s = V.get(t);
|
|
1690
|
+
if (s !== void 0)
|
|
1691
|
+
return s;
|
|
217
1692
|
}
|
|
218
|
-
var
|
|
219
|
-
|
|
220
|
-
var
|
|
1693
|
+
var v;
|
|
1694
|
+
w = !0;
|
|
1695
|
+
var C = Error.prepareStackTrace;
|
|
221
1696
|
Error.prepareStackTrace = void 0;
|
|
222
|
-
var
|
|
223
|
-
|
|
1697
|
+
var S;
|
|
1698
|
+
S = k.current, k.current = null, b();
|
|
224
1699
|
try {
|
|
225
|
-
if (
|
|
226
|
-
var
|
|
1700
|
+
if (u) {
|
|
1701
|
+
var g = function() {
|
|
227
1702
|
throw Error();
|
|
228
1703
|
};
|
|
229
|
-
if (Object.defineProperty(
|
|
1704
|
+
if (Object.defineProperty(g.prototype, "props", {
|
|
230
1705
|
set: function() {
|
|
231
1706
|
throw Error();
|
|
232
1707
|
}
|
|
233
1708
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
234
1709
|
try {
|
|
235
|
-
Reflect.construct(
|
|
236
|
-
} catch (
|
|
237
|
-
|
|
1710
|
+
Reflect.construct(g, []);
|
|
1711
|
+
} catch (K) {
|
|
1712
|
+
v = K;
|
|
238
1713
|
}
|
|
239
|
-
Reflect.construct(
|
|
1714
|
+
Reflect.construct(t, [], g);
|
|
240
1715
|
} else {
|
|
241
1716
|
try {
|
|
242
|
-
|
|
243
|
-
} catch (
|
|
244
|
-
|
|
1717
|
+
g.call();
|
|
1718
|
+
} catch (K) {
|
|
1719
|
+
v = K;
|
|
245
1720
|
}
|
|
246
|
-
|
|
1721
|
+
t.call(g.prototype);
|
|
247
1722
|
}
|
|
248
1723
|
} else {
|
|
249
1724
|
try {
|
|
250
1725
|
throw Error();
|
|
251
|
-
} catch (
|
|
252
|
-
|
|
1726
|
+
} catch (K) {
|
|
1727
|
+
v = K;
|
|
253
1728
|
}
|
|
254
|
-
|
|
1729
|
+
t();
|
|
255
1730
|
}
|
|
256
|
-
} catch (
|
|
257
|
-
if (
|
|
258
|
-
for (var
|
|
259
|
-
`),
|
|
260
|
-
`),
|
|
261
|
-
|
|
262
|
-
for (;
|
|
263
|
-
if (
|
|
264
|
-
if (
|
|
1731
|
+
} catch (K) {
|
|
1732
|
+
if (K && v && typeof K.stack == "string") {
|
|
1733
|
+
for (var h = K.stack.split(`
|
|
1734
|
+
`), B = v.stack.split(`
|
|
1735
|
+
`), x = h.length - 1, F = B.length - 1; x >= 1 && F >= 0 && h[x] !== B[F]; )
|
|
1736
|
+
F--;
|
|
1737
|
+
for (; x >= 1 && F >= 0; x--, F--)
|
|
1738
|
+
if (h[x] !== B[F]) {
|
|
1739
|
+
if (x !== 1 || F !== 1)
|
|
265
1740
|
do
|
|
266
|
-
if (
|
|
267
|
-
var
|
|
268
|
-
` +
|
|
269
|
-
return
|
|
1741
|
+
if (x--, F--, F < 0 || h[x] !== B[F]) {
|
|
1742
|
+
var Z = `
|
|
1743
|
+
` + h[x].replace(" at new ", " at ");
|
|
1744
|
+
return t.displayName && Z.includes("<anonymous>") && (Z = Z.replace("<anonymous>", t.displayName)), typeof t == "function" && V.set(t, Z), Z;
|
|
270
1745
|
}
|
|
271
|
-
while (
|
|
1746
|
+
while (x >= 1 && F >= 0);
|
|
272
1747
|
break;
|
|
273
1748
|
}
|
|
274
1749
|
}
|
|
275
1750
|
} finally {
|
|
276
|
-
|
|
1751
|
+
w = !1, k.current = S, R(), Error.prepareStackTrace = C;
|
|
277
1752
|
}
|
|
278
|
-
var
|
|
279
|
-
return typeof
|
|
1753
|
+
var Ce = t ? t.displayName || t.name : "", me = Ce ? T(Ce) : "";
|
|
1754
|
+
return typeof t == "function" && V.set(t, me), me;
|
|
280
1755
|
}
|
|
281
|
-
function
|
|
282
|
-
return
|
|
1756
|
+
function $e(t, u, s) {
|
|
1757
|
+
return Ze(t, !1);
|
|
283
1758
|
}
|
|
284
|
-
function
|
|
285
|
-
var
|
|
286
|
-
return !!(
|
|
1759
|
+
function br(t) {
|
|
1760
|
+
var u = t.prototype;
|
|
1761
|
+
return !!(u && u.isReactComponent);
|
|
287
1762
|
}
|
|
288
|
-
function
|
|
289
|
-
if (
|
|
1763
|
+
function Le(t, u, s) {
|
|
1764
|
+
if (t == null)
|
|
290
1765
|
return "";
|
|
291
|
-
if (typeof
|
|
292
|
-
return
|
|
293
|
-
if (typeof
|
|
294
|
-
return
|
|
295
|
-
switch (
|
|
296
|
-
case
|
|
297
|
-
return
|
|
298
|
-
case
|
|
299
|
-
return
|
|
300
|
-
}
|
|
301
|
-
if (typeof
|
|
302
|
-
switch (
|
|
303
|
-
case
|
|
304
|
-
return
|
|
305
|
-
case
|
|
306
|
-
return
|
|
307
|
-
case
|
|
308
|
-
var
|
|
1766
|
+
if (typeof t == "function")
|
|
1767
|
+
return Ze(t, br(t));
|
|
1768
|
+
if (typeof t == "string")
|
|
1769
|
+
return T(t);
|
|
1770
|
+
switch (t) {
|
|
1771
|
+
case re:
|
|
1772
|
+
return T("Suspense");
|
|
1773
|
+
case L:
|
|
1774
|
+
return T("SuspenseList");
|
|
1775
|
+
}
|
|
1776
|
+
if (typeof t == "object")
|
|
1777
|
+
switch (t.$$typeof) {
|
|
1778
|
+
case $:
|
|
1779
|
+
return $e(t.render);
|
|
1780
|
+
case U:
|
|
1781
|
+
return Le(t.type, u, s);
|
|
1782
|
+
case te: {
|
|
1783
|
+
var v = t, C = v._payload, S = v._init;
|
|
309
1784
|
try {
|
|
310
|
-
return
|
|
1785
|
+
return Le(S(C), u, s);
|
|
311
1786
|
} catch {
|
|
312
1787
|
}
|
|
313
1788
|
}
|
|
314
1789
|
}
|
|
315
1790
|
return "";
|
|
316
1791
|
}
|
|
317
|
-
var
|
|
318
|
-
function
|
|
319
|
-
if (
|
|
320
|
-
var
|
|
321
|
-
|
|
1792
|
+
var ge = Object.prototype.hasOwnProperty, Pe = {}, er = ie.ReactDebugCurrentFrame;
|
|
1793
|
+
function ke(t) {
|
|
1794
|
+
if (t) {
|
|
1795
|
+
var u = t._owner, s = Le(t.type, t._source, u ? u.type : null);
|
|
1796
|
+
er.setExtraStackFrame(s);
|
|
322
1797
|
} else
|
|
323
|
-
|
|
1798
|
+
er.setExtraStackFrame(null);
|
|
324
1799
|
}
|
|
325
|
-
function
|
|
1800
|
+
function pe(t, u, s, v, C) {
|
|
326
1801
|
{
|
|
327
|
-
var
|
|
328
|
-
for (var
|
|
329
|
-
if (
|
|
330
|
-
var
|
|
1802
|
+
var S = Function.call.bind(ge);
|
|
1803
|
+
for (var g in t)
|
|
1804
|
+
if (S(t, g)) {
|
|
1805
|
+
var h = void 0;
|
|
331
1806
|
try {
|
|
332
|
-
if (typeof
|
|
333
|
-
var
|
|
334
|
-
throw
|
|
1807
|
+
if (typeof t[g] != "function") {
|
|
1808
|
+
var B = Error((v || "React class") + ": " + s + " type `" + g + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[g] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1809
|
+
throw B.name = "Invariant Violation", B;
|
|
335
1810
|
}
|
|
336
|
-
|
|
337
|
-
} catch (
|
|
338
|
-
|
|
1811
|
+
h = t[g](u, g, v, s, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1812
|
+
} catch (x) {
|
|
1813
|
+
h = x;
|
|
339
1814
|
}
|
|
340
|
-
|
|
1815
|
+
h && !(h instanceof Error) && (ke(C), D("%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).", v || "React class", s, g, typeof h), ke(null)), h instanceof Error && !(h.message in Pe) && (Pe[h.message] = !0, ke(C), D("Failed %s type: %s", s, h.message), ke(null));
|
|
341
1816
|
}
|
|
342
1817
|
}
|
|
343
1818
|
}
|
|
344
|
-
var
|
|
345
|
-
function
|
|
346
|
-
return
|
|
1819
|
+
var je = Array.isArray;
|
|
1820
|
+
function Me(t) {
|
|
1821
|
+
return je(t);
|
|
347
1822
|
}
|
|
348
|
-
function
|
|
1823
|
+
function rr(t) {
|
|
349
1824
|
{
|
|
350
|
-
var
|
|
351
|
-
return
|
|
1825
|
+
var u = typeof Symbol == "function" && Symbol.toStringTag, s = u && t[Symbol.toStringTag] || t.constructor.name || "Object";
|
|
1826
|
+
return s;
|
|
352
1827
|
}
|
|
353
1828
|
}
|
|
354
|
-
function
|
|
1829
|
+
function tr(t) {
|
|
355
1830
|
try {
|
|
356
|
-
return
|
|
1831
|
+
return Ve(t), !1;
|
|
357
1832
|
} catch {
|
|
358
1833
|
return !0;
|
|
359
1834
|
}
|
|
360
1835
|
}
|
|
361
|
-
function
|
|
362
|
-
return "" +
|
|
1836
|
+
function Ve(t) {
|
|
1837
|
+
return "" + t;
|
|
363
1838
|
}
|
|
364
|
-
function
|
|
365
|
-
if (
|
|
366
|
-
return
|
|
1839
|
+
function ze(t) {
|
|
1840
|
+
if (tr(t))
|
|
1841
|
+
return D("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", rr(t)), Ve(t);
|
|
367
1842
|
}
|
|
368
|
-
var
|
|
1843
|
+
var be = ie.ReactCurrentOwner, Er = {
|
|
369
1844
|
key: !0,
|
|
370
1845
|
ref: !0,
|
|
371
1846
|
__self: !0,
|
|
372
1847
|
__source: !0
|
|
373
|
-
},
|
|
374
|
-
|
|
375
|
-
function
|
|
376
|
-
if (
|
|
377
|
-
var
|
|
378
|
-
if (
|
|
1848
|
+
}, nr, ar, Ae;
|
|
1849
|
+
Ae = {};
|
|
1850
|
+
function Rr(t) {
|
|
1851
|
+
if (ge.call(t, "ref")) {
|
|
1852
|
+
var u = Object.getOwnPropertyDescriptor(t, "ref").get;
|
|
1853
|
+
if (u && u.isReactWarning)
|
|
379
1854
|
return !1;
|
|
380
1855
|
}
|
|
381
|
-
return
|
|
1856
|
+
return t.ref !== void 0;
|
|
382
1857
|
}
|
|
383
|
-
function
|
|
384
|
-
if (
|
|
385
|
-
var
|
|
386
|
-
if (
|
|
1858
|
+
function Cr(t) {
|
|
1859
|
+
if (ge.call(t, "key")) {
|
|
1860
|
+
var u = Object.getOwnPropertyDescriptor(t, "key").get;
|
|
1861
|
+
if (u && u.isReactWarning)
|
|
387
1862
|
return !1;
|
|
388
1863
|
}
|
|
389
|
-
return
|
|
1864
|
+
return t.key !== void 0;
|
|
390
1865
|
}
|
|
391
|
-
function
|
|
392
|
-
if (typeof
|
|
393
|
-
var
|
|
394
|
-
|
|
1866
|
+
function wr(t, u) {
|
|
1867
|
+
if (typeof t.ref == "string" && be.current && u && be.current.stateNode !== u) {
|
|
1868
|
+
var s = q(be.current.type);
|
|
1869
|
+
Ae[s] || (D('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', q(be.current.type), t.ref), Ae[s] = !0);
|
|
395
1870
|
}
|
|
396
1871
|
}
|
|
397
|
-
function
|
|
1872
|
+
function Ee(t, u) {
|
|
398
1873
|
{
|
|
399
|
-
var
|
|
400
|
-
|
|
1874
|
+
var s = function() {
|
|
1875
|
+
nr || (nr = !0, D("%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));
|
|
401
1876
|
};
|
|
402
|
-
|
|
403
|
-
get:
|
|
1877
|
+
s.isReactWarning = !0, Object.defineProperty(t, "key", {
|
|
1878
|
+
get: s,
|
|
404
1879
|
configurable: !0
|
|
405
1880
|
});
|
|
406
1881
|
}
|
|
407
1882
|
}
|
|
408
|
-
function
|
|
1883
|
+
function or(t, u) {
|
|
409
1884
|
{
|
|
410
|
-
var
|
|
411
|
-
|
|
1885
|
+
var s = function() {
|
|
1886
|
+
ar || (ar = !0, D("%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));
|
|
412
1887
|
};
|
|
413
|
-
|
|
414
|
-
get:
|
|
1888
|
+
s.isReactWarning = !0, Object.defineProperty(t, "ref", {
|
|
1889
|
+
get: s,
|
|
415
1890
|
configurable: !0
|
|
416
1891
|
});
|
|
417
1892
|
}
|
|
418
1893
|
}
|
|
419
|
-
var
|
|
420
|
-
var
|
|
1894
|
+
var Sr = function(t, u, s, v, C, S, g) {
|
|
1895
|
+
var h = {
|
|
421
1896
|
// This tag allows us to uniquely identify this as a React Element
|
|
422
|
-
$$typeof:
|
|
1897
|
+
$$typeof: d,
|
|
423
1898
|
// Built-in properties that belong on the element
|
|
424
|
-
type:
|
|
425
|
-
key:
|
|
426
|
-
ref:
|
|
427
|
-
props:
|
|
1899
|
+
type: t,
|
|
1900
|
+
key: u,
|
|
1901
|
+
ref: s,
|
|
1902
|
+
props: g,
|
|
428
1903
|
// Record the component responsible for creating this element.
|
|
429
|
-
_owner:
|
|
1904
|
+
_owner: S
|
|
430
1905
|
};
|
|
431
|
-
return
|
|
1906
|
+
return h._store = {}, Object.defineProperty(h._store, "validated", {
|
|
432
1907
|
configurable: !1,
|
|
433
1908
|
enumerable: !1,
|
|
434
1909
|
writable: !0,
|
|
435
1910
|
value: !1
|
|
436
|
-
}), Object.defineProperty(
|
|
1911
|
+
}), Object.defineProperty(h, "_self", {
|
|
437
1912
|
configurable: !1,
|
|
438
1913
|
enumerable: !1,
|
|
439
1914
|
writable: !1,
|
|
440
|
-
value:
|
|
441
|
-
}), Object.defineProperty(
|
|
1915
|
+
value: v
|
|
1916
|
+
}), Object.defineProperty(h, "_source", {
|
|
442
1917
|
configurable: !1,
|
|
443
1918
|
enumerable: !1,
|
|
444
1919
|
writable: !1,
|
|
445
|
-
value:
|
|
446
|
-
}), Object.freeze && (Object.freeze(
|
|
1920
|
+
value: C
|
|
1921
|
+
}), Object.freeze && (Object.freeze(h.props), Object.freeze(h)), h;
|
|
447
1922
|
};
|
|
448
|
-
function
|
|
1923
|
+
function Tr(t, u, s, v, C) {
|
|
449
1924
|
{
|
|
450
|
-
var
|
|
451
|
-
|
|
452
|
-
for (
|
|
453
|
-
|
|
454
|
-
if (
|
|
455
|
-
var
|
|
456
|
-
for (
|
|
457
|
-
|
|
1925
|
+
var S, g = {}, h = null, B = null;
|
|
1926
|
+
s !== void 0 && (ze(s), h = "" + s), Cr(u) && (ze(u.key), h = "" + u.key), Rr(u) && (B = u.ref, wr(u, C));
|
|
1927
|
+
for (S in u)
|
|
1928
|
+
ge.call(u, S) && !Er.hasOwnProperty(S) && (g[S] = u[S]);
|
|
1929
|
+
if (t && t.defaultProps) {
|
|
1930
|
+
var x = t.defaultProps;
|
|
1931
|
+
for (S in x)
|
|
1932
|
+
g[S] === void 0 && (g[S] = x[S]);
|
|
458
1933
|
}
|
|
459
|
-
if (
|
|
460
|
-
var
|
|
461
|
-
|
|
1934
|
+
if (h || B) {
|
|
1935
|
+
var F = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
|
|
1936
|
+
h && Ee(g, F), B && or(g, F);
|
|
462
1937
|
}
|
|
463
|
-
return
|
|
1938
|
+
return Sr(t, h, B, C, v, be.current, g);
|
|
464
1939
|
}
|
|
465
1940
|
}
|
|
466
|
-
var
|
|
467
|
-
function
|
|
468
|
-
if (
|
|
469
|
-
var
|
|
470
|
-
|
|
1941
|
+
var Ne = ie.ReactCurrentOwner, ur = ie.ReactDebugCurrentFrame;
|
|
1942
|
+
function he(t) {
|
|
1943
|
+
if (t) {
|
|
1944
|
+
var u = t._owner, s = Le(t.type, t._source, u ? u.type : null);
|
|
1945
|
+
ur.setExtraStackFrame(s);
|
|
471
1946
|
} else
|
|
472
|
-
|
|
1947
|
+
ur.setExtraStackFrame(null);
|
|
473
1948
|
}
|
|
474
|
-
var
|
|
475
|
-
|
|
476
|
-
function
|
|
477
|
-
return typeof
|
|
1949
|
+
var De;
|
|
1950
|
+
De = !1;
|
|
1951
|
+
function Re(t) {
|
|
1952
|
+
return typeof t == "object" && t !== null && t.$$typeof === d;
|
|
478
1953
|
}
|
|
479
|
-
function
|
|
1954
|
+
function xe() {
|
|
480
1955
|
{
|
|
481
|
-
if (
|
|
482
|
-
var
|
|
483
|
-
if (
|
|
1956
|
+
if (Ne.current) {
|
|
1957
|
+
var t = q(Ne.current.type);
|
|
1958
|
+
if (t)
|
|
484
1959
|
return `
|
|
485
1960
|
|
|
486
|
-
Check the render method of \`` +
|
|
1961
|
+
Check the render method of \`` + t + "`.";
|
|
487
1962
|
}
|
|
488
1963
|
return "";
|
|
489
1964
|
}
|
|
490
1965
|
}
|
|
491
|
-
function
|
|
1966
|
+
function Or(t) {
|
|
492
1967
|
return "";
|
|
493
1968
|
}
|
|
494
|
-
var
|
|
495
|
-
function
|
|
1969
|
+
var ir = {};
|
|
1970
|
+
function Pr(t) {
|
|
496
1971
|
{
|
|
497
|
-
var
|
|
498
|
-
if (!
|
|
499
|
-
var
|
|
500
|
-
|
|
1972
|
+
var u = xe();
|
|
1973
|
+
if (!u) {
|
|
1974
|
+
var s = typeof t == "string" ? t : t.displayName || t.name;
|
|
1975
|
+
s && (u = `
|
|
501
1976
|
|
|
502
|
-
Check the top-level render call using <` +
|
|
1977
|
+
Check the top-level render call using <` + s + ">.");
|
|
503
1978
|
}
|
|
504
|
-
return
|
|
1979
|
+
return u;
|
|
505
1980
|
}
|
|
506
1981
|
}
|
|
507
|
-
function
|
|
1982
|
+
function sr(t, u) {
|
|
508
1983
|
{
|
|
509
|
-
if (!
|
|
1984
|
+
if (!t._store || t._store.validated || t.key != null)
|
|
510
1985
|
return;
|
|
511
|
-
|
|
512
|
-
var
|
|
513
|
-
if (
|
|
1986
|
+
t._store.validated = !0;
|
|
1987
|
+
var s = Pr(u);
|
|
1988
|
+
if (ir[s])
|
|
514
1989
|
return;
|
|
515
|
-
|
|
516
|
-
var
|
|
517
|
-
|
|
1990
|
+
ir[s] = !0;
|
|
1991
|
+
var v = "";
|
|
1992
|
+
t && t._owner && t._owner !== Ne.current && (v = " It was passed a child from " + q(t._owner.type) + "."), he(t), D('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', s, v), he(null);
|
|
518
1993
|
}
|
|
519
1994
|
}
|
|
520
|
-
function
|
|
1995
|
+
function cr(t, u) {
|
|
521
1996
|
{
|
|
522
|
-
if (typeof
|
|
1997
|
+
if (typeof t != "object")
|
|
523
1998
|
return;
|
|
524
|
-
if (
|
|
525
|
-
for (var
|
|
526
|
-
var
|
|
527
|
-
|
|
1999
|
+
if (Me(t))
|
|
2000
|
+
for (var s = 0; s < t.length; s++) {
|
|
2001
|
+
var v = t[s];
|
|
2002
|
+
Re(v) && sr(v, u);
|
|
528
2003
|
}
|
|
529
|
-
else if (
|
|
530
|
-
|
|
531
|
-
else if (
|
|
532
|
-
var
|
|
533
|
-
if (typeof
|
|
534
|
-
for (var
|
|
535
|
-
|
|
2004
|
+
else if (Re(t))
|
|
2005
|
+
t._store && (t._store.validated = !0);
|
|
2006
|
+
else if (t) {
|
|
2007
|
+
var C = ue(t);
|
|
2008
|
+
if (typeof C == "function" && C !== t.entries)
|
|
2009
|
+
for (var S = C.call(t), g; !(g = S.next()).done; )
|
|
2010
|
+
Re(g.value) && sr(g.value, u);
|
|
536
2011
|
}
|
|
537
2012
|
}
|
|
538
2013
|
}
|
|
539
|
-
function
|
|
2014
|
+
function Ie(t) {
|
|
540
2015
|
{
|
|
541
|
-
var
|
|
542
|
-
if (
|
|
2016
|
+
var u = t.type;
|
|
2017
|
+
if (u == null || typeof u == "string")
|
|
543
2018
|
return;
|
|
544
|
-
var
|
|
545
|
-
if (typeof
|
|
546
|
-
|
|
547
|
-
else if (typeof
|
|
2019
|
+
var s;
|
|
2020
|
+
if (typeof u == "function")
|
|
2021
|
+
s = u.propTypes;
|
|
2022
|
+
else if (typeof u == "object" && (u.$$typeof === $ || // Note: Memo only checks outer props here.
|
|
548
2023
|
// Inner props are checked in the reconciler.
|
|
549
|
-
|
|
550
|
-
|
|
2024
|
+
u.$$typeof === U))
|
|
2025
|
+
s = u.propTypes;
|
|
551
2026
|
else
|
|
552
2027
|
return;
|
|
553
|
-
if (
|
|
554
|
-
var
|
|
555
|
-
|
|
556
|
-
} else if (
|
|
557
|
-
|
|
558
|
-
var
|
|
559
|
-
|
|
2028
|
+
if (s) {
|
|
2029
|
+
var v = q(u);
|
|
2030
|
+
pe(s, t.props, "prop", v, t);
|
|
2031
|
+
} else if (u.PropTypes !== void 0 && !De) {
|
|
2032
|
+
De = !0;
|
|
2033
|
+
var C = q(u);
|
|
2034
|
+
D("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", C || "Unknown");
|
|
560
2035
|
}
|
|
561
|
-
typeof
|
|
2036
|
+
typeof u.getDefaultProps == "function" && !u.getDefaultProps.isReactClassApproved && D("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
562
2037
|
}
|
|
563
2038
|
}
|
|
564
|
-
function
|
|
2039
|
+
function qe(t) {
|
|
565
2040
|
{
|
|
566
|
-
for (var
|
|
567
|
-
var
|
|
568
|
-
if (
|
|
569
|
-
|
|
2041
|
+
for (var u = Object.keys(t.props), s = 0; s < u.length; s++) {
|
|
2042
|
+
var v = u[s];
|
|
2043
|
+
if (v !== "children" && v !== "key") {
|
|
2044
|
+
he(t), D("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), he(null);
|
|
570
2045
|
break;
|
|
571
2046
|
}
|
|
572
2047
|
}
|
|
573
|
-
|
|
2048
|
+
t.ref !== null && (he(t), D("Invalid attribute `ref` supplied to `React.Fragment`."), he(null));
|
|
574
2049
|
}
|
|
575
2050
|
}
|
|
576
|
-
var
|
|
577
|
-
function
|
|
2051
|
+
var Ke = {};
|
|
2052
|
+
function fr(t, u, s, v, C, S) {
|
|
578
2053
|
{
|
|
579
|
-
var
|
|
580
|
-
if (!
|
|
581
|
-
var
|
|
582
|
-
(
|
|
583
|
-
var
|
|
584
|
-
|
|
585
|
-
var
|
|
586
|
-
|
|
587
|
-
}
|
|
588
|
-
var
|
|
589
|
-
if (
|
|
590
|
-
return
|
|
591
|
-
if (
|
|
592
|
-
var
|
|
593
|
-
if (
|
|
594
|
-
if (
|
|
595
|
-
if (
|
|
596
|
-
for (var
|
|
597
|
-
|
|
598
|
-
Object.freeze && Object.freeze(
|
|
2054
|
+
var g = Se(t);
|
|
2055
|
+
if (!g) {
|
|
2056
|
+
var h = "";
|
|
2057
|
+
(t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (h += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
2058
|
+
var B = Or();
|
|
2059
|
+
B ? h += B : h += xe();
|
|
2060
|
+
var x;
|
|
2061
|
+
t === null ? x = "null" : Me(t) ? x = "array" : t !== void 0 && t.$$typeof === d ? (x = "<" + (q(t.type) || "Unknown") + " />", h = " Did you accidentally export a JSX literal instead of a component?") : x = typeof t, D("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", x, h);
|
|
2062
|
+
}
|
|
2063
|
+
var F = Tr(t, u, s, C, S);
|
|
2064
|
+
if (F == null)
|
|
2065
|
+
return F;
|
|
2066
|
+
if (g) {
|
|
2067
|
+
var Z = u.children;
|
|
2068
|
+
if (Z !== void 0)
|
|
2069
|
+
if (v)
|
|
2070
|
+
if (Me(Z)) {
|
|
2071
|
+
for (var Ce = 0; Ce < Z.length; Ce++)
|
|
2072
|
+
cr(Z[Ce], t);
|
|
2073
|
+
Object.freeze && Object.freeze(Z);
|
|
599
2074
|
} else
|
|
600
|
-
|
|
2075
|
+
D("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
601
2076
|
else
|
|
602
|
-
|
|
603
|
-
}
|
|
604
|
-
if (
|
|
605
|
-
var
|
|
606
|
-
return
|
|
607
|
-
}),
|
|
608
|
-
if (!me
|
|
609
|
-
var
|
|
610
|
-
|
|
2077
|
+
cr(Z, t);
|
|
2078
|
+
}
|
|
2079
|
+
if (ge.call(u, "key")) {
|
|
2080
|
+
var me = q(t), K = Object.keys(u).filter(function(xr) {
|
|
2081
|
+
return xr !== "key";
|
|
2082
|
+
}), He = K.length > 0 ? "{key: someKey, " + K.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
2083
|
+
if (!Ke[me + He]) {
|
|
2084
|
+
var Dr = K.length > 0 ? "{" + K.join(": ..., ") + ": ...}" : "{}";
|
|
2085
|
+
D(`A props object containing a "key" prop is being spread into JSX:
|
|
611
2086
|
let props = %s;
|
|
612
2087
|
<%s {...props} />
|
|
613
2088
|
React keys must be passed directly to JSX without using spread:
|
|
614
2089
|
let props = %s;
|
|
615
|
-
<%s key={someKey} {...props} />`,
|
|
2090
|
+
<%s key={someKey} {...props} />`, He, me, Dr, me), Ke[me + He] = !0;
|
|
616
2091
|
}
|
|
617
2092
|
}
|
|
618
|
-
return
|
|
2093
|
+
return t === H ? qe(F) : Ie(F), F;
|
|
619
2094
|
}
|
|
620
2095
|
}
|
|
621
|
-
function
|
|
622
|
-
return
|
|
2096
|
+
function kr(t, u, s) {
|
|
2097
|
+
return fr(t, u, s, !0);
|
|
623
2098
|
}
|
|
624
|
-
function
|
|
625
|
-
return
|
|
2099
|
+
function jr(t, u, s) {
|
|
2100
|
+
return fr(t, u, s, !1);
|
|
626
2101
|
}
|
|
627
|
-
var
|
|
628
|
-
|
|
629
|
-
}()),
|
|
2102
|
+
var Ar = jr, lr = kr;
|
|
2103
|
+
Xe.Fragment = H, Xe.jsx = Ar, Xe.jsxs = lr;
|
|
2104
|
+
}()), Xe;
|
|
630
2105
|
}
|
|
631
|
-
process.env.NODE_ENV === "production" ?
|
|
632
|
-
var
|
|
2106
|
+
process.env.NODE_ENV === "production" ? Ur.exports = Ut() : Ur.exports = Yt();
|
|
2107
|
+
var Bt = Ur.exports;
|
|
633
2108
|
globalThis.__VUE_OPTIONS_API__ = !0;
|
|
634
2109
|
globalThis.__VUE_PROD_HYDRATION_MISMATCH_DETAILS__ = !0;
|
|
635
2110
|
globalThis.__VUE_PROD_DEVTOOLS__ = !1;
|
|
636
|
-
const
|
|
637
|
-
const
|
|
638
|
-
return
|
|
639
|
-
if (!
|
|
640
|
-
const
|
|
641
|
-
|
|
642
|
-
|
|
2111
|
+
const qt = (W) => {
|
|
2112
|
+
const d = Ye.useRef(null), [J, H] = Ye.useState(null);
|
|
2113
|
+
return Ye.useEffect(() => {
|
|
2114
|
+
if (!d.current) return J == null ? void 0 : J.unmount;
|
|
2115
|
+
const ne = Vt(
|
|
2116
|
+
d.current,
|
|
2117
|
+
W.configuration ?? {}
|
|
643
2118
|
);
|
|
644
|
-
return
|
|
645
|
-
}, [
|
|
646
|
-
|
|
647
|
-
|
|
2119
|
+
return H(ne), ne.unmount;
|
|
2120
|
+
}, [d]), Ye.useEffect(() => {
|
|
2121
|
+
J == null || J.updateConfig(
|
|
2122
|
+
W.configuration ?? {},
|
|
648
2123
|
/** For React we will just replace the config if it changes */
|
|
649
2124
|
!1
|
|
650
2125
|
);
|
|
651
|
-
}, [
|
|
2126
|
+
}, [W.configuration]), /* @__PURE__ */ Bt.jsx("div", { ref: d });
|
|
652
2127
|
};
|
|
653
2128
|
export {
|
|
654
|
-
|
|
2129
|
+
qt as ApiReferenceReact
|
|
655
2130
|
};
|