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