@service_laboratory/auth 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +73 -0
- package/dist/index.js +1733 -0
- package/dist/index.umd.cjs +50 -0
- package/package.json +4 -4
- package/dist/forms/index.cjs.js +0 -50
- package/dist/forms/index.d.ts +0 -1
- package/dist/forms/index.es.js +0 -1507
- package/dist/index.cjs.js +0 -1
- package/dist/index.es.js +0 -228
package/dist/forms/index.es.js
DELETED
|
@@ -1,1507 +0,0 @@
|
|
|
1
|
-
var ve = { exports: {} }, ie = {};
|
|
2
|
-
/**
|
|
3
|
-
* @license React
|
|
4
|
-
* react-jsx-runtime.production.js
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) Meta Platforms, Inc. and 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 $e;
|
|
12
|
-
function Ge() {
|
|
13
|
-
if ($e) return ie;
|
|
14
|
-
$e = 1;
|
|
15
|
-
var b = Symbol.for("react.transitional.element"), c = Symbol.for("react.fragment");
|
|
16
|
-
function D(U, T, w) {
|
|
17
|
-
var $ = null;
|
|
18
|
-
if (w !== void 0 && ($ = "" + w), T.key !== void 0 && ($ = "" + T.key), "key" in T) {
|
|
19
|
-
w = {};
|
|
20
|
-
for (var j in T)
|
|
21
|
-
j !== "key" && (w[j] = T[j]);
|
|
22
|
-
} else w = T;
|
|
23
|
-
return T = w.ref, {
|
|
24
|
-
$$typeof: b,
|
|
25
|
-
type: U,
|
|
26
|
-
key: $,
|
|
27
|
-
ref: T !== void 0 ? T : null,
|
|
28
|
-
props: w
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
return ie.Fragment = c, ie.jsx = D, ie.jsxs = D, ie;
|
|
32
|
-
}
|
|
33
|
-
var ce = {}, he = { exports: {} }, p = {};
|
|
34
|
-
/**
|
|
35
|
-
* @license React
|
|
36
|
-
* react.production.js
|
|
37
|
-
*
|
|
38
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
39
|
-
*
|
|
40
|
-
* This source code is licensed under the MIT license found in the
|
|
41
|
-
* LICENSE file in the root directory of this source tree.
|
|
42
|
-
*/
|
|
43
|
-
var Ye;
|
|
44
|
-
function Fe() {
|
|
45
|
-
if (Ye) return p;
|
|
46
|
-
Ye = 1;
|
|
47
|
-
var b = Symbol.for("react.transitional.element"), c = Symbol.for("react.portal"), D = Symbol.for("react.fragment"), U = Symbol.for("react.strict_mode"), T = Symbol.for("react.profiler"), w = Symbol.for("react.consumer"), $ = Symbol.for("react.context"), j = Symbol.for("react.forward_ref"), re = Symbol.for("react.suspense"), W = Symbol.for("react.memo"), Y = Symbol.for("react.lazy"), z = Symbol.iterator;
|
|
48
|
-
function H(t) {
|
|
49
|
-
return t === null || typeof t != "object" ? null : (t = z && t[z] || t["@@iterator"], typeof t == "function" ? t : null);
|
|
50
|
-
}
|
|
51
|
-
var G = {
|
|
52
|
-
isMounted: function() {
|
|
53
|
-
return !1;
|
|
54
|
-
},
|
|
55
|
-
enqueueForceUpdate: function() {
|
|
56
|
-
},
|
|
57
|
-
enqueueReplaceState: function() {
|
|
58
|
-
},
|
|
59
|
-
enqueueSetState: function() {
|
|
60
|
-
}
|
|
61
|
-
}, K = Object.assign, F = {};
|
|
62
|
-
function L(t, n, s) {
|
|
63
|
-
this.props = t, this.context = n, this.refs = F, this.updater = s || G;
|
|
64
|
-
}
|
|
65
|
-
L.prototype.isReactComponent = {}, L.prototype.setState = function(t, n) {
|
|
66
|
-
if (typeof t != "object" && typeof t != "function" && t != null)
|
|
67
|
-
throw Error(
|
|
68
|
-
"takes an object of state variables to update or a function which returns an object of state variables."
|
|
69
|
-
);
|
|
70
|
-
this.updater.enqueueSetState(this, t, n, "setState");
|
|
71
|
-
}, L.prototype.forceUpdate = function(t) {
|
|
72
|
-
this.updater.enqueueForceUpdate(this, t, "forceUpdate");
|
|
73
|
-
};
|
|
74
|
-
function B() {
|
|
75
|
-
}
|
|
76
|
-
B.prototype = L.prototype;
|
|
77
|
-
function Z(t, n, s) {
|
|
78
|
-
this.props = t, this.context = n, this.refs = F, this.updater = s || G;
|
|
79
|
-
}
|
|
80
|
-
var S = Z.prototype = new B();
|
|
81
|
-
S.constructor = Z, K(S, L.prototype), S.isPureReactComponent = !0;
|
|
82
|
-
var ne = Array.isArray, y = { H: null, A: null, T: null, S: null, V: null }, J = Object.prototype.hasOwnProperty;
|
|
83
|
-
function ee(t, n, s, a, f, h) {
|
|
84
|
-
return s = h.ref, {
|
|
85
|
-
$$typeof: b,
|
|
86
|
-
type: t,
|
|
87
|
-
key: n,
|
|
88
|
-
ref: s !== void 0 ? s : null,
|
|
89
|
-
props: h
|
|
90
|
-
};
|
|
91
|
-
}
|
|
92
|
-
function P(t, n) {
|
|
93
|
-
return ee(
|
|
94
|
-
t.type,
|
|
95
|
-
n,
|
|
96
|
-
void 0,
|
|
97
|
-
void 0,
|
|
98
|
-
void 0,
|
|
99
|
-
t.props
|
|
100
|
-
);
|
|
101
|
-
}
|
|
102
|
-
function I(t) {
|
|
103
|
-
return typeof t == "object" && t !== null && t.$$typeof === b;
|
|
104
|
-
}
|
|
105
|
-
function se(t) {
|
|
106
|
-
var n = { "=": "=0", ":": "=2" };
|
|
107
|
-
return "$" + t.replace(/[=:]/g, function(s) {
|
|
108
|
-
return n[s];
|
|
109
|
-
});
|
|
110
|
-
}
|
|
111
|
-
var g = /\/+/g;
|
|
112
|
-
function Q(t, n) {
|
|
113
|
-
return typeof t == "object" && t !== null && t.key != null ? se("" + t.key) : n.toString(36);
|
|
114
|
-
}
|
|
115
|
-
function x() {
|
|
116
|
-
}
|
|
117
|
-
function N(t) {
|
|
118
|
-
switch (t.status) {
|
|
119
|
-
case "fulfilled":
|
|
120
|
-
return t.value;
|
|
121
|
-
case "rejected":
|
|
122
|
-
throw t.reason;
|
|
123
|
-
default:
|
|
124
|
-
switch (typeof t.status == "string" ? t.then(x, x) : (t.status = "pending", t.then(
|
|
125
|
-
function(n) {
|
|
126
|
-
t.status === "pending" && (t.status = "fulfilled", t.value = n);
|
|
127
|
-
},
|
|
128
|
-
function(n) {
|
|
129
|
-
t.status === "pending" && (t.status = "rejected", t.reason = n);
|
|
130
|
-
}
|
|
131
|
-
)), t.status) {
|
|
132
|
-
case "fulfilled":
|
|
133
|
-
return t.value;
|
|
134
|
-
case "rejected":
|
|
135
|
-
throw t.reason;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
throw t;
|
|
139
|
-
}
|
|
140
|
-
function O(t, n, s, a, f) {
|
|
141
|
-
var h = typeof t;
|
|
142
|
-
(h === "undefined" || h === "boolean") && (t = null);
|
|
143
|
-
var l = !1;
|
|
144
|
-
if (t === null) l = !0;
|
|
145
|
-
else
|
|
146
|
-
switch (h) {
|
|
147
|
-
case "bigint":
|
|
148
|
-
case "string":
|
|
149
|
-
case "number":
|
|
150
|
-
l = !0;
|
|
151
|
-
break;
|
|
152
|
-
case "object":
|
|
153
|
-
switch (t.$$typeof) {
|
|
154
|
-
case b:
|
|
155
|
-
case c:
|
|
156
|
-
l = !0;
|
|
157
|
-
break;
|
|
158
|
-
case Y:
|
|
159
|
-
return l = t._init, O(
|
|
160
|
-
l(t._payload),
|
|
161
|
-
n,
|
|
162
|
-
s,
|
|
163
|
-
a,
|
|
164
|
-
f
|
|
165
|
-
);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
if (l)
|
|
169
|
-
return f = f(t), l = a === "" ? "." + Q(t, 0) : a, ne(f) ? (s = "", l != null && (s = l.replace(g, "$&/") + "/"), O(f, n, s, "", function(A) {
|
|
170
|
-
return A;
|
|
171
|
-
})) : f != null && (I(f) && (f = P(
|
|
172
|
-
f,
|
|
173
|
-
s + (f.key == null || t && t.key === f.key ? "" : ("" + f.key).replace(
|
|
174
|
-
g,
|
|
175
|
-
"$&/"
|
|
176
|
-
) + "/") + l
|
|
177
|
-
)), n.push(f)), 1;
|
|
178
|
-
l = 0;
|
|
179
|
-
var k = a === "" ? "." : a + ":";
|
|
180
|
-
if (ne(t))
|
|
181
|
-
for (var d = 0; d < t.length; d++)
|
|
182
|
-
a = t[d], h = k + Q(a, d), l += O(
|
|
183
|
-
a,
|
|
184
|
-
n,
|
|
185
|
-
s,
|
|
186
|
-
h,
|
|
187
|
-
f
|
|
188
|
-
);
|
|
189
|
-
else if (d = H(t), typeof d == "function")
|
|
190
|
-
for (t = d.call(t), d = 0; !(a = t.next()).done; )
|
|
191
|
-
a = a.value, h = k + Q(a, d++), l += O(
|
|
192
|
-
a,
|
|
193
|
-
n,
|
|
194
|
-
s,
|
|
195
|
-
h,
|
|
196
|
-
f
|
|
197
|
-
);
|
|
198
|
-
else if (h === "object") {
|
|
199
|
-
if (typeof t.then == "function")
|
|
200
|
-
return O(
|
|
201
|
-
N(t),
|
|
202
|
-
n,
|
|
203
|
-
s,
|
|
204
|
-
a,
|
|
205
|
-
f
|
|
206
|
-
);
|
|
207
|
-
throw n = String(t), Error(
|
|
208
|
-
"Objects are not valid as a React child (found: " + (n === "[object Object]" ? "object with keys {" + Object.keys(t).join(", ") + "}" : n) + "). If you meant to render a collection of children, use an array instead."
|
|
209
|
-
);
|
|
210
|
-
}
|
|
211
|
-
return l;
|
|
212
|
-
}
|
|
213
|
-
function M(t, n, s) {
|
|
214
|
-
if (t == null) return t;
|
|
215
|
-
var a = [], f = 0;
|
|
216
|
-
return O(t, a, "", "", function(h) {
|
|
217
|
-
return n.call(s, h, f++);
|
|
218
|
-
}), a;
|
|
219
|
-
}
|
|
220
|
-
function X(t) {
|
|
221
|
-
if (t._status === -1) {
|
|
222
|
-
var n = t._result;
|
|
223
|
-
n = n(), n.then(
|
|
224
|
-
function(s) {
|
|
225
|
-
(t._status === 0 || t._status === -1) && (t._status = 1, t._result = s);
|
|
226
|
-
},
|
|
227
|
-
function(s) {
|
|
228
|
-
(t._status === 0 || t._status === -1) && (t._status = 2, t._result = s);
|
|
229
|
-
}
|
|
230
|
-
), t._status === -1 && (t._status = 0, t._result = n);
|
|
231
|
-
}
|
|
232
|
-
if (t._status === 1) return t._result.default;
|
|
233
|
-
throw t._result;
|
|
234
|
-
}
|
|
235
|
-
var q = typeof reportError == "function" ? reportError : function(t) {
|
|
236
|
-
if (typeof window == "object" && typeof window.ErrorEvent == "function") {
|
|
237
|
-
var n = new window.ErrorEvent("error", {
|
|
238
|
-
bubbles: !0,
|
|
239
|
-
cancelable: !0,
|
|
240
|
-
message: typeof t == "object" && t !== null && typeof t.message == "string" ? String(t.message) : String(t),
|
|
241
|
-
error: t
|
|
242
|
-
});
|
|
243
|
-
if (!window.dispatchEvent(n)) return;
|
|
244
|
-
} else if (typeof process == "object" && typeof process.emit == "function") {
|
|
245
|
-
process.emit("uncaughtException", t);
|
|
246
|
-
return;
|
|
247
|
-
}
|
|
248
|
-
console.error(t);
|
|
249
|
-
};
|
|
250
|
-
function te() {
|
|
251
|
-
}
|
|
252
|
-
return p.Children = {
|
|
253
|
-
map: M,
|
|
254
|
-
forEach: function(t, n, s) {
|
|
255
|
-
M(
|
|
256
|
-
t,
|
|
257
|
-
function() {
|
|
258
|
-
n.apply(this, arguments);
|
|
259
|
-
},
|
|
260
|
-
s
|
|
261
|
-
);
|
|
262
|
-
},
|
|
263
|
-
count: function(t) {
|
|
264
|
-
var n = 0;
|
|
265
|
-
return M(t, function() {
|
|
266
|
-
n++;
|
|
267
|
-
}), n;
|
|
268
|
-
},
|
|
269
|
-
toArray: function(t) {
|
|
270
|
-
return M(t, function(n) {
|
|
271
|
-
return n;
|
|
272
|
-
}) || [];
|
|
273
|
-
},
|
|
274
|
-
only: function(t) {
|
|
275
|
-
if (!I(t))
|
|
276
|
-
throw Error(
|
|
277
|
-
"React.Children.only expected to receive a single React element child."
|
|
278
|
-
);
|
|
279
|
-
return t;
|
|
280
|
-
}
|
|
281
|
-
}, p.Component = L, p.Fragment = D, p.Profiler = T, p.PureComponent = Z, p.StrictMode = U, p.Suspense = re, p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = y, p.__COMPILER_RUNTIME = {
|
|
282
|
-
__proto__: null,
|
|
283
|
-
c: function(t) {
|
|
284
|
-
return y.H.useMemoCache(t);
|
|
285
|
-
}
|
|
286
|
-
}, p.cache = function(t) {
|
|
287
|
-
return function() {
|
|
288
|
-
return t.apply(null, arguments);
|
|
289
|
-
};
|
|
290
|
-
}, p.cloneElement = function(t, n, s) {
|
|
291
|
-
if (t == null)
|
|
292
|
-
throw Error(
|
|
293
|
-
"The argument must be a React element, but you passed " + t + "."
|
|
294
|
-
);
|
|
295
|
-
var a = K({}, t.props), f = t.key, h = void 0;
|
|
296
|
-
if (n != null)
|
|
297
|
-
for (l in n.ref !== void 0 && (h = void 0), n.key !== void 0 && (f = "" + n.key), n)
|
|
298
|
-
!J.call(n, l) || l === "key" || l === "__self" || l === "__source" || l === "ref" && n.ref === void 0 || (a[l] = n[l]);
|
|
299
|
-
var l = arguments.length - 2;
|
|
300
|
-
if (l === 1) a.children = s;
|
|
301
|
-
else if (1 < l) {
|
|
302
|
-
for (var k = Array(l), d = 0; d < l; d++)
|
|
303
|
-
k[d] = arguments[d + 2];
|
|
304
|
-
a.children = k;
|
|
305
|
-
}
|
|
306
|
-
return ee(t.type, f, void 0, void 0, h, a);
|
|
307
|
-
}, p.createContext = function(t) {
|
|
308
|
-
return t = {
|
|
309
|
-
$$typeof: $,
|
|
310
|
-
_currentValue: t,
|
|
311
|
-
_currentValue2: t,
|
|
312
|
-
_threadCount: 0,
|
|
313
|
-
Provider: null,
|
|
314
|
-
Consumer: null
|
|
315
|
-
}, t.Provider = t, t.Consumer = {
|
|
316
|
-
$$typeof: w,
|
|
317
|
-
_context: t
|
|
318
|
-
}, t;
|
|
319
|
-
}, p.createElement = function(t, n, s) {
|
|
320
|
-
var a, f = {}, h = null;
|
|
321
|
-
if (n != null)
|
|
322
|
-
for (a in n.key !== void 0 && (h = "" + n.key), n)
|
|
323
|
-
J.call(n, a) && a !== "key" && a !== "__self" && a !== "__source" && (f[a] = n[a]);
|
|
324
|
-
var l = arguments.length - 2;
|
|
325
|
-
if (l === 1) f.children = s;
|
|
326
|
-
else if (1 < l) {
|
|
327
|
-
for (var k = Array(l), d = 0; d < l; d++)
|
|
328
|
-
k[d] = arguments[d + 2];
|
|
329
|
-
f.children = k;
|
|
330
|
-
}
|
|
331
|
-
if (t && t.defaultProps)
|
|
332
|
-
for (a in l = t.defaultProps, l)
|
|
333
|
-
f[a] === void 0 && (f[a] = l[a]);
|
|
334
|
-
return ee(t, h, void 0, void 0, null, f);
|
|
335
|
-
}, p.createRef = function() {
|
|
336
|
-
return { current: null };
|
|
337
|
-
}, p.forwardRef = function(t) {
|
|
338
|
-
return { $$typeof: j, render: t };
|
|
339
|
-
}, p.isValidElement = I, p.lazy = function(t) {
|
|
340
|
-
return {
|
|
341
|
-
$$typeof: Y,
|
|
342
|
-
_payload: { _status: -1, _result: t },
|
|
343
|
-
_init: X
|
|
344
|
-
};
|
|
345
|
-
}, p.memo = function(t, n) {
|
|
346
|
-
return {
|
|
347
|
-
$$typeof: W,
|
|
348
|
-
type: t,
|
|
349
|
-
compare: n === void 0 ? null : n
|
|
350
|
-
};
|
|
351
|
-
}, p.startTransition = function(t) {
|
|
352
|
-
var n = y.T, s = {};
|
|
353
|
-
y.T = s;
|
|
354
|
-
try {
|
|
355
|
-
var a = t(), f = y.S;
|
|
356
|
-
f !== null && f(s, a), typeof a == "object" && a !== null && typeof a.then == "function" && a.then(te, q);
|
|
357
|
-
} catch (h) {
|
|
358
|
-
q(h);
|
|
359
|
-
} finally {
|
|
360
|
-
y.T = n;
|
|
361
|
-
}
|
|
362
|
-
}, p.unstable_useCacheRefresh = function() {
|
|
363
|
-
return y.H.useCacheRefresh();
|
|
364
|
-
}, p.use = function(t) {
|
|
365
|
-
return y.H.use(t);
|
|
366
|
-
}, p.useActionState = function(t, n, s) {
|
|
367
|
-
return y.H.useActionState(t, n, s);
|
|
368
|
-
}, p.useCallback = function(t, n) {
|
|
369
|
-
return y.H.useCallback(t, n);
|
|
370
|
-
}, p.useContext = function(t) {
|
|
371
|
-
return y.H.useContext(t);
|
|
372
|
-
}, p.useDebugValue = function() {
|
|
373
|
-
}, p.useDeferredValue = function(t, n) {
|
|
374
|
-
return y.H.useDeferredValue(t, n);
|
|
375
|
-
}, p.useEffect = function(t, n, s) {
|
|
376
|
-
var a = y.H;
|
|
377
|
-
if (typeof s == "function")
|
|
378
|
-
throw Error(
|
|
379
|
-
"useEffect CRUD overload is not enabled in this build of React."
|
|
380
|
-
);
|
|
381
|
-
return a.useEffect(t, n);
|
|
382
|
-
}, p.useId = function() {
|
|
383
|
-
return y.H.useId();
|
|
384
|
-
}, p.useImperativeHandle = function(t, n, s) {
|
|
385
|
-
return y.H.useImperativeHandle(t, n, s);
|
|
386
|
-
}, p.useInsertionEffect = function(t, n) {
|
|
387
|
-
return y.H.useInsertionEffect(t, n);
|
|
388
|
-
}, p.useLayoutEffect = function(t, n) {
|
|
389
|
-
return y.H.useLayoutEffect(t, n);
|
|
390
|
-
}, p.useMemo = function(t, n) {
|
|
391
|
-
return y.H.useMemo(t, n);
|
|
392
|
-
}, p.useOptimistic = function(t, n) {
|
|
393
|
-
return y.H.useOptimistic(t, n);
|
|
394
|
-
}, p.useReducer = function(t, n, s) {
|
|
395
|
-
return y.H.useReducer(t, n, s);
|
|
396
|
-
}, p.useRef = function(t) {
|
|
397
|
-
return y.H.useRef(t);
|
|
398
|
-
}, p.useState = function(t) {
|
|
399
|
-
return y.H.useState(t);
|
|
400
|
-
}, p.useSyncExternalStore = function(t, n, s) {
|
|
401
|
-
return y.H.useSyncExternalStore(
|
|
402
|
-
t,
|
|
403
|
-
n,
|
|
404
|
-
s
|
|
405
|
-
);
|
|
406
|
-
}, p.useTransition = function() {
|
|
407
|
-
return y.H.useTransition();
|
|
408
|
-
}, p.version = "19.1.1", p;
|
|
409
|
-
}
|
|
410
|
-
var fe = { exports: {} };
|
|
411
|
-
/**
|
|
412
|
-
* @license React
|
|
413
|
-
* react.development.js
|
|
414
|
-
*
|
|
415
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
416
|
-
*
|
|
417
|
-
* This source code is licensed under the MIT license found in the
|
|
418
|
-
* LICENSE file in the root directory of this source tree.
|
|
419
|
-
*/
|
|
420
|
-
fe.exports;
|
|
421
|
-
var Le;
|
|
422
|
-
function Be() {
|
|
423
|
-
return Le || (Le = 1, (function(b, c) {
|
|
424
|
-
process.env.NODE_ENV !== "production" && (function() {
|
|
425
|
-
function D(e, r) {
|
|
426
|
-
Object.defineProperty(w.prototype, e, {
|
|
427
|
-
get: function() {
|
|
428
|
-
console.warn(
|
|
429
|
-
"%s(...) is deprecated in plain JavaScript React classes. %s",
|
|
430
|
-
r[0],
|
|
431
|
-
r[1]
|
|
432
|
-
);
|
|
433
|
-
}
|
|
434
|
-
});
|
|
435
|
-
}
|
|
436
|
-
function U(e) {
|
|
437
|
-
return e === null || typeof e != "object" ? null : (e = le && e[le] || e["@@iterator"], typeof e == "function" ? e : null);
|
|
438
|
-
}
|
|
439
|
-
function T(e, r) {
|
|
440
|
-
e = (e = e.constructor) && (e.displayName || e.name) || "ReactClass";
|
|
441
|
-
var o = e + "." + r;
|
|
442
|
-
ge[o] || (console.error(
|
|
443
|
-
"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.",
|
|
444
|
-
r,
|
|
445
|
-
e
|
|
446
|
-
), ge[o] = !0);
|
|
447
|
-
}
|
|
448
|
-
function w(e, r, o) {
|
|
449
|
-
this.props = e, this.context = r, this.refs = ye, this.updater = o || we;
|
|
450
|
-
}
|
|
451
|
-
function $() {
|
|
452
|
-
}
|
|
453
|
-
function j(e, r, o) {
|
|
454
|
-
this.props = e, this.context = r, this.refs = ye, this.updater = o || we;
|
|
455
|
-
}
|
|
456
|
-
function re(e) {
|
|
457
|
-
return "" + e;
|
|
458
|
-
}
|
|
459
|
-
function W(e) {
|
|
460
|
-
try {
|
|
461
|
-
re(e);
|
|
462
|
-
var r = !1;
|
|
463
|
-
} catch {
|
|
464
|
-
r = !0;
|
|
465
|
-
}
|
|
466
|
-
if (r) {
|
|
467
|
-
r = console;
|
|
468
|
-
var o = r.error, u = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
469
|
-
return o.call(
|
|
470
|
-
r,
|
|
471
|
-
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
472
|
-
u
|
|
473
|
-
), re(e);
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
function Y(e) {
|
|
477
|
-
if (e == null) return null;
|
|
478
|
-
if (typeof e == "function")
|
|
479
|
-
return e.$$typeof === He ? null : e.displayName || e.name || null;
|
|
480
|
-
if (typeof e == "string") return e;
|
|
481
|
-
switch (e) {
|
|
482
|
-
case t:
|
|
483
|
-
return "Fragment";
|
|
484
|
-
case s:
|
|
485
|
-
return "Profiler";
|
|
486
|
-
case n:
|
|
487
|
-
return "StrictMode";
|
|
488
|
-
case l:
|
|
489
|
-
return "Suspense";
|
|
490
|
-
case k:
|
|
491
|
-
return "SuspenseList";
|
|
492
|
-
case ae:
|
|
493
|
-
return "Activity";
|
|
494
|
-
}
|
|
495
|
-
if (typeof e == "object")
|
|
496
|
-
switch (typeof e.tag == "number" && console.error(
|
|
497
|
-
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
498
|
-
), e.$$typeof) {
|
|
499
|
-
case te:
|
|
500
|
-
return "Portal";
|
|
501
|
-
case f:
|
|
502
|
-
return (e.displayName || "Context") + ".Provider";
|
|
503
|
-
case a:
|
|
504
|
-
return (e._context.displayName || "Context") + ".Consumer";
|
|
505
|
-
case h:
|
|
506
|
-
var r = e.render;
|
|
507
|
-
return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
508
|
-
case d:
|
|
509
|
-
return r = e.displayName || null, r !== null ? r : Y(e.type) || "Memo";
|
|
510
|
-
case A:
|
|
511
|
-
r = e._payload, e = e._init;
|
|
512
|
-
try {
|
|
513
|
-
return Y(e(r));
|
|
514
|
-
} catch {
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
return null;
|
|
518
|
-
}
|
|
519
|
-
function z(e) {
|
|
520
|
-
if (e === t) return "<>";
|
|
521
|
-
if (typeof e == "object" && e !== null && e.$$typeof === A)
|
|
522
|
-
return "<...>";
|
|
523
|
-
try {
|
|
524
|
-
var r = Y(e);
|
|
525
|
-
return r ? "<" + r + ">" : "<...>";
|
|
526
|
-
} catch {
|
|
527
|
-
return "<...>";
|
|
528
|
-
}
|
|
529
|
-
}
|
|
530
|
-
function H() {
|
|
531
|
-
var e = E.A;
|
|
532
|
-
return e === null ? null : e.getOwner();
|
|
533
|
-
}
|
|
534
|
-
function G() {
|
|
535
|
-
return Error("react-stack-top-frame");
|
|
536
|
-
}
|
|
537
|
-
function K(e) {
|
|
538
|
-
if (de.call(e, "key")) {
|
|
539
|
-
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
540
|
-
if (r && r.isReactWarning) return !1;
|
|
541
|
-
}
|
|
542
|
-
return e.key !== void 0;
|
|
543
|
-
}
|
|
544
|
-
function F(e, r) {
|
|
545
|
-
function o() {
|
|
546
|
-
ke || (ke = !0, console.error(
|
|
547
|
-
"%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://react.dev/link/special-props)",
|
|
548
|
-
r
|
|
549
|
-
));
|
|
550
|
-
}
|
|
551
|
-
o.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
552
|
-
get: o,
|
|
553
|
-
configurable: !0
|
|
554
|
-
});
|
|
555
|
-
}
|
|
556
|
-
function L() {
|
|
557
|
-
var e = Y(this.type);
|
|
558
|
-
return Se[e] || (Se[e] = !0, console.error(
|
|
559
|
-
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
560
|
-
)), e = this.props.ref, e !== void 0 ? e : null;
|
|
561
|
-
}
|
|
562
|
-
function B(e, r, o, u, i, v, _, R) {
|
|
563
|
-
return o = v.ref, e = {
|
|
564
|
-
$$typeof: q,
|
|
565
|
-
type: e,
|
|
566
|
-
key: r,
|
|
567
|
-
props: v,
|
|
568
|
-
_owner: i
|
|
569
|
-
}, (o !== void 0 ? o : null) !== null ? Object.defineProperty(e, "ref", {
|
|
570
|
-
enumerable: !1,
|
|
571
|
-
get: L
|
|
572
|
-
}) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
573
|
-
configurable: !1,
|
|
574
|
-
enumerable: !1,
|
|
575
|
-
writable: !0,
|
|
576
|
-
value: 0
|
|
577
|
-
}), Object.defineProperty(e, "_debugInfo", {
|
|
578
|
-
configurable: !1,
|
|
579
|
-
enumerable: !1,
|
|
580
|
-
writable: !0,
|
|
581
|
-
value: null
|
|
582
|
-
}), Object.defineProperty(e, "_debugStack", {
|
|
583
|
-
configurable: !1,
|
|
584
|
-
enumerable: !1,
|
|
585
|
-
writable: !0,
|
|
586
|
-
value: _
|
|
587
|
-
}), Object.defineProperty(e, "_debugTask", {
|
|
588
|
-
configurable: !1,
|
|
589
|
-
enumerable: !1,
|
|
590
|
-
writable: !0,
|
|
591
|
-
value: R
|
|
592
|
-
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
593
|
-
}
|
|
594
|
-
function Z(e, r) {
|
|
595
|
-
return r = B(
|
|
596
|
-
e.type,
|
|
597
|
-
r,
|
|
598
|
-
void 0,
|
|
599
|
-
void 0,
|
|
600
|
-
e._owner,
|
|
601
|
-
e.props,
|
|
602
|
-
e._debugStack,
|
|
603
|
-
e._debugTask
|
|
604
|
-
), e._store && (r._store.validated = e._store.validated), r;
|
|
605
|
-
}
|
|
606
|
-
function S(e) {
|
|
607
|
-
return typeof e == "object" && e !== null && e.$$typeof === q;
|
|
608
|
-
}
|
|
609
|
-
function ne(e) {
|
|
610
|
-
var r = { "=": "=0", ":": "=2" };
|
|
611
|
-
return "$" + e.replace(/[=:]/g, function(o) {
|
|
612
|
-
return r[o];
|
|
613
|
-
});
|
|
614
|
-
}
|
|
615
|
-
function y(e, r) {
|
|
616
|
-
return typeof e == "object" && e !== null && e.key != null ? (W(e.key), ne("" + e.key)) : r.toString(36);
|
|
617
|
-
}
|
|
618
|
-
function J() {
|
|
619
|
-
}
|
|
620
|
-
function ee(e) {
|
|
621
|
-
switch (e.status) {
|
|
622
|
-
case "fulfilled":
|
|
623
|
-
return e.value;
|
|
624
|
-
case "rejected":
|
|
625
|
-
throw e.reason;
|
|
626
|
-
default:
|
|
627
|
-
switch (typeof e.status == "string" ? e.then(J, J) : (e.status = "pending", e.then(
|
|
628
|
-
function(r) {
|
|
629
|
-
e.status === "pending" && (e.status = "fulfilled", e.value = r);
|
|
630
|
-
},
|
|
631
|
-
function(r) {
|
|
632
|
-
e.status === "pending" && (e.status = "rejected", e.reason = r);
|
|
633
|
-
}
|
|
634
|
-
)), e.status) {
|
|
635
|
-
case "fulfilled":
|
|
636
|
-
return e.value;
|
|
637
|
-
case "rejected":
|
|
638
|
-
throw e.reason;
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
|
-
throw e;
|
|
642
|
-
}
|
|
643
|
-
function P(e, r, o, u, i) {
|
|
644
|
-
var v = typeof e;
|
|
645
|
-
(v === "undefined" || v === "boolean") && (e = null);
|
|
646
|
-
var _ = !1;
|
|
647
|
-
if (e === null) _ = !0;
|
|
648
|
-
else
|
|
649
|
-
switch (v) {
|
|
650
|
-
case "bigint":
|
|
651
|
-
case "string":
|
|
652
|
-
case "number":
|
|
653
|
-
_ = !0;
|
|
654
|
-
break;
|
|
655
|
-
case "object":
|
|
656
|
-
switch (e.$$typeof) {
|
|
657
|
-
case q:
|
|
658
|
-
case te:
|
|
659
|
-
_ = !0;
|
|
660
|
-
break;
|
|
661
|
-
case A:
|
|
662
|
-
return _ = e._init, P(
|
|
663
|
-
_(e._payload),
|
|
664
|
-
r,
|
|
665
|
-
o,
|
|
666
|
-
u,
|
|
667
|
-
i
|
|
668
|
-
);
|
|
669
|
-
}
|
|
670
|
-
}
|
|
671
|
-
if (_) {
|
|
672
|
-
_ = e, i = i(_);
|
|
673
|
-
var R = u === "" ? "." + y(_, 0) : u;
|
|
674
|
-
return be(i) ? (o = "", R != null && (o = R.replace(je, "$&/") + "/"), P(i, r, o, "", function(V) {
|
|
675
|
-
return V;
|
|
676
|
-
})) : i != null && (S(i) && (i.key != null && (_ && _.key === i.key || W(i.key)), o = Z(
|
|
677
|
-
i,
|
|
678
|
-
o + (i.key == null || _ && _.key === i.key ? "" : ("" + i.key).replace(
|
|
679
|
-
je,
|
|
680
|
-
"$&/"
|
|
681
|
-
) + "/") + R
|
|
682
|
-
), u !== "" && _ != null && S(_) && _.key == null && _._store && !_._store.validated && (o._store.validated = 2), i = o), r.push(i)), 1;
|
|
683
|
-
}
|
|
684
|
-
if (_ = 0, R = u === "" ? "." : u + ":", be(e))
|
|
685
|
-
for (var m = 0; m < e.length; m++)
|
|
686
|
-
u = e[m], v = R + y(u, m), _ += P(
|
|
687
|
-
u,
|
|
688
|
-
r,
|
|
689
|
-
o,
|
|
690
|
-
v,
|
|
691
|
-
i
|
|
692
|
-
);
|
|
693
|
-
else if (m = U(e), typeof m == "function")
|
|
694
|
-
for (m === e.entries && (Ce || console.warn(
|
|
695
|
-
"Using Maps as children is not supported. Use an array of keyed ReactElements instead."
|
|
696
|
-
), Ce = !0), e = m.call(e), m = 0; !(u = e.next()).done; )
|
|
697
|
-
u = u.value, v = R + y(u, m++), _ += P(
|
|
698
|
-
u,
|
|
699
|
-
r,
|
|
700
|
-
o,
|
|
701
|
-
v,
|
|
702
|
-
i
|
|
703
|
-
);
|
|
704
|
-
else if (v === "object") {
|
|
705
|
-
if (typeof e.then == "function")
|
|
706
|
-
return P(
|
|
707
|
-
ee(e),
|
|
708
|
-
r,
|
|
709
|
-
o,
|
|
710
|
-
u,
|
|
711
|
-
i
|
|
712
|
-
);
|
|
713
|
-
throw r = String(e), Error(
|
|
714
|
-
"Objects are not valid as a React child (found: " + (r === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : r) + "). If you meant to render a collection of children, use an array instead."
|
|
715
|
-
);
|
|
716
|
-
}
|
|
717
|
-
return _;
|
|
718
|
-
}
|
|
719
|
-
function I(e, r, o) {
|
|
720
|
-
if (e == null) return e;
|
|
721
|
-
var u = [], i = 0;
|
|
722
|
-
return P(e, u, "", "", function(v) {
|
|
723
|
-
return r.call(o, v, i++);
|
|
724
|
-
}), u;
|
|
725
|
-
}
|
|
726
|
-
function se(e) {
|
|
727
|
-
if (e._status === -1) {
|
|
728
|
-
var r = e._result;
|
|
729
|
-
r = r(), r.then(
|
|
730
|
-
function(o) {
|
|
731
|
-
(e._status === 0 || e._status === -1) && (e._status = 1, e._result = o);
|
|
732
|
-
},
|
|
733
|
-
function(o) {
|
|
734
|
-
(e._status === 0 || e._status === -1) && (e._status = 2, e._result = o);
|
|
735
|
-
}
|
|
736
|
-
), e._status === -1 && (e._status = 0, e._result = r);
|
|
737
|
-
}
|
|
738
|
-
if (e._status === 1)
|
|
739
|
-
return r = e._result, r === void 0 && console.error(
|
|
740
|
-
`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
741
|
-
|
|
742
|
-
Your code should look like:
|
|
743
|
-
const MyComponent = lazy(() => import('./MyComponent'))
|
|
744
|
-
|
|
745
|
-
Did you accidentally put curly braces around the import?`,
|
|
746
|
-
r
|
|
747
|
-
), "default" in r || console.error(
|
|
748
|
-
`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
749
|
-
|
|
750
|
-
Your code should look like:
|
|
751
|
-
const MyComponent = lazy(() => import('./MyComponent'))`,
|
|
752
|
-
r
|
|
753
|
-
), r.default;
|
|
754
|
-
throw e._result;
|
|
755
|
-
}
|
|
756
|
-
function g() {
|
|
757
|
-
var e = E.H;
|
|
758
|
-
return e === null && console.error(
|
|
759
|
-
`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:
|
|
760
|
-
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
761
|
-
2. You might be breaking the Rules of Hooks
|
|
762
|
-
3. You might have more than one copy of React in the same app
|
|
763
|
-
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`
|
|
764
|
-
), e;
|
|
765
|
-
}
|
|
766
|
-
function Q() {
|
|
767
|
-
}
|
|
768
|
-
function x(e) {
|
|
769
|
-
if (_e === null)
|
|
770
|
-
try {
|
|
771
|
-
var r = ("require" + Math.random()).slice(0, 7);
|
|
772
|
-
_e = (b && b[r]).call(
|
|
773
|
-
b,
|
|
774
|
-
"timers"
|
|
775
|
-
).setImmediate;
|
|
776
|
-
} catch {
|
|
777
|
-
_e = function(u) {
|
|
778
|
-
Ne === !1 && (Ne = !0, typeof MessageChannel > "u" && console.error(
|
|
779
|
-
"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."
|
|
780
|
-
));
|
|
781
|
-
var i = new MessageChannel();
|
|
782
|
-
i.port1.onmessage = u, i.port2.postMessage(void 0);
|
|
783
|
-
};
|
|
784
|
-
}
|
|
785
|
-
return _e(e);
|
|
786
|
-
}
|
|
787
|
-
function N(e) {
|
|
788
|
-
return 1 < e.length && typeof AggregateError == "function" ? new AggregateError(e) : e[0];
|
|
789
|
-
}
|
|
790
|
-
function O(e, r) {
|
|
791
|
-
r !== me - 1 && console.error(
|
|
792
|
-
"You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "
|
|
793
|
-
), me = r;
|
|
794
|
-
}
|
|
795
|
-
function M(e, r, o) {
|
|
796
|
-
var u = E.actQueue;
|
|
797
|
-
if (u !== null)
|
|
798
|
-
if (u.length !== 0)
|
|
799
|
-
try {
|
|
800
|
-
X(u), x(function() {
|
|
801
|
-
return M(e, r, o);
|
|
802
|
-
});
|
|
803
|
-
return;
|
|
804
|
-
} catch (i) {
|
|
805
|
-
E.thrownErrors.push(i);
|
|
806
|
-
}
|
|
807
|
-
else E.actQueue = null;
|
|
808
|
-
0 < E.thrownErrors.length ? (u = N(E.thrownErrors), E.thrownErrors.length = 0, o(u)) : r(e);
|
|
809
|
-
}
|
|
810
|
-
function X(e) {
|
|
811
|
-
if (!Re) {
|
|
812
|
-
Re = !0;
|
|
813
|
-
var r = 0;
|
|
814
|
-
try {
|
|
815
|
-
for (; r < e.length; r++) {
|
|
816
|
-
var o = e[r];
|
|
817
|
-
do {
|
|
818
|
-
E.didUsePromise = !1;
|
|
819
|
-
var u = o(!1);
|
|
820
|
-
if (u !== null) {
|
|
821
|
-
if (E.didUsePromise) {
|
|
822
|
-
e[r] = o, e.splice(0, r);
|
|
823
|
-
return;
|
|
824
|
-
}
|
|
825
|
-
o = u;
|
|
826
|
-
} else break;
|
|
827
|
-
} while (!0);
|
|
828
|
-
}
|
|
829
|
-
e.length = 0;
|
|
830
|
-
} catch (i) {
|
|
831
|
-
e.splice(0, r + 1), E.thrownErrors.push(i);
|
|
832
|
-
} finally {
|
|
833
|
-
Re = !1;
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
}
|
|
837
|
-
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
|
|
838
|
-
var q = Symbol.for("react.transitional.element"), te = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), a = Symbol.for("react.consumer"), f = Symbol.for("react.context"), h = Symbol.for("react.forward_ref"), l = Symbol.for("react.suspense"), k = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), A = Symbol.for("react.lazy"), ae = Symbol.for("react.activity"), le = Symbol.iterator, ge = {}, we = {
|
|
839
|
-
isMounted: function() {
|
|
840
|
-
return !1;
|
|
841
|
-
},
|
|
842
|
-
enqueueForceUpdate: function(e) {
|
|
843
|
-
T(e, "forceUpdate");
|
|
844
|
-
},
|
|
845
|
-
enqueueReplaceState: function(e) {
|
|
846
|
-
T(e, "replaceState");
|
|
847
|
-
},
|
|
848
|
-
enqueueSetState: function(e) {
|
|
849
|
-
T(e, "setState");
|
|
850
|
-
}
|
|
851
|
-
}, Te = Object.assign, ye = {};
|
|
852
|
-
Object.freeze(ye), w.prototype.isReactComponent = {}, w.prototype.setState = function(e, r) {
|
|
853
|
-
if (typeof e != "object" && typeof e != "function" && e != null)
|
|
854
|
-
throw Error(
|
|
855
|
-
"takes an object of state variables to update or a function which returns an object of state variables."
|
|
856
|
-
);
|
|
857
|
-
this.updater.enqueueSetState(this, e, r, "setState");
|
|
858
|
-
}, w.prototype.forceUpdate = function(e) {
|
|
859
|
-
this.updater.enqueueForceUpdate(this, e, "forceUpdate");
|
|
860
|
-
};
|
|
861
|
-
var C = {
|
|
862
|
-
isMounted: [
|
|
863
|
-
"isMounted",
|
|
864
|
-
"Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."
|
|
865
|
-
],
|
|
866
|
-
replaceState: [
|
|
867
|
-
"replaceState",
|
|
868
|
-
"Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."
|
|
869
|
-
]
|
|
870
|
-
}, pe;
|
|
871
|
-
for (pe in C)
|
|
872
|
-
C.hasOwnProperty(pe) && D(pe, C[pe]);
|
|
873
|
-
$.prototype = w.prototype, C = j.prototype = new $(), C.constructor = j, Te(C, w.prototype), C.isPureReactComponent = !0;
|
|
874
|
-
var be = Array.isArray, He = Symbol.for("react.client.reference"), E = {
|
|
875
|
-
H: null,
|
|
876
|
-
A: null,
|
|
877
|
-
T: null,
|
|
878
|
-
S: null,
|
|
879
|
-
V: null,
|
|
880
|
-
actQueue: null,
|
|
881
|
-
isBatchingLegacy: !1,
|
|
882
|
-
didScheduleLegacyUpdate: !1,
|
|
883
|
-
didUsePromise: !1,
|
|
884
|
-
thrownErrors: [],
|
|
885
|
-
getCurrentStack: null,
|
|
886
|
-
recentlyCreatedOwnerStacks: 0
|
|
887
|
-
}, de = Object.prototype.hasOwnProperty, Oe = console.createTask ? console.createTask : function() {
|
|
888
|
-
return null;
|
|
889
|
-
};
|
|
890
|
-
C = {
|
|
891
|
-
react_stack_bottom_frame: function(e) {
|
|
892
|
-
return e();
|
|
893
|
-
}
|
|
894
|
-
};
|
|
895
|
-
var ke, Ae, Se = {}, xe = C.react_stack_bottom_frame.bind(
|
|
896
|
-
C,
|
|
897
|
-
G
|
|
898
|
-
)(), qe = Oe(z(G)), Ce = !1, je = /\/+/g, Pe = typeof reportError == "function" ? reportError : function(e) {
|
|
899
|
-
if (typeof window == "object" && typeof window.ErrorEvent == "function") {
|
|
900
|
-
var r = new window.ErrorEvent("error", {
|
|
901
|
-
bubbles: !0,
|
|
902
|
-
cancelable: !0,
|
|
903
|
-
message: typeof e == "object" && e !== null && typeof e.message == "string" ? String(e.message) : String(e),
|
|
904
|
-
error: e
|
|
905
|
-
});
|
|
906
|
-
if (!window.dispatchEvent(r)) return;
|
|
907
|
-
} else if (typeof process == "object" && typeof process.emit == "function") {
|
|
908
|
-
process.emit("uncaughtException", e);
|
|
909
|
-
return;
|
|
910
|
-
}
|
|
911
|
-
console.error(e);
|
|
912
|
-
}, Ne = !1, _e = null, me = 0, Ee = !1, Re = !1, Me = typeof queueMicrotask == "function" ? function(e) {
|
|
913
|
-
queueMicrotask(function() {
|
|
914
|
-
return queueMicrotask(e);
|
|
915
|
-
});
|
|
916
|
-
} : x;
|
|
917
|
-
C = Object.freeze({
|
|
918
|
-
__proto__: null,
|
|
919
|
-
c: function(e) {
|
|
920
|
-
return g().useMemoCache(e);
|
|
921
|
-
}
|
|
922
|
-
}), c.Children = {
|
|
923
|
-
map: I,
|
|
924
|
-
forEach: function(e, r, o) {
|
|
925
|
-
I(
|
|
926
|
-
e,
|
|
927
|
-
function() {
|
|
928
|
-
r.apply(this, arguments);
|
|
929
|
-
},
|
|
930
|
-
o
|
|
931
|
-
);
|
|
932
|
-
},
|
|
933
|
-
count: function(e) {
|
|
934
|
-
var r = 0;
|
|
935
|
-
return I(e, function() {
|
|
936
|
-
r++;
|
|
937
|
-
}), r;
|
|
938
|
-
},
|
|
939
|
-
toArray: function(e) {
|
|
940
|
-
return I(e, function(r) {
|
|
941
|
-
return r;
|
|
942
|
-
}) || [];
|
|
943
|
-
},
|
|
944
|
-
only: function(e) {
|
|
945
|
-
if (!S(e))
|
|
946
|
-
throw Error(
|
|
947
|
-
"React.Children.only expected to receive a single React element child."
|
|
948
|
-
);
|
|
949
|
-
return e;
|
|
950
|
-
}
|
|
951
|
-
}, c.Component = w, c.Fragment = t, c.Profiler = s, c.PureComponent = j, c.StrictMode = n, c.Suspense = l, c.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = E, c.__COMPILER_RUNTIME = C, c.act = function(e) {
|
|
952
|
-
var r = E.actQueue, o = me;
|
|
953
|
-
me++;
|
|
954
|
-
var u = E.actQueue = r !== null ? r : [], i = !1;
|
|
955
|
-
try {
|
|
956
|
-
var v = e();
|
|
957
|
-
} catch (m) {
|
|
958
|
-
E.thrownErrors.push(m);
|
|
959
|
-
}
|
|
960
|
-
if (0 < E.thrownErrors.length)
|
|
961
|
-
throw O(r, o), e = N(E.thrownErrors), E.thrownErrors.length = 0, e;
|
|
962
|
-
if (v !== null && typeof v == "object" && typeof v.then == "function") {
|
|
963
|
-
var _ = v;
|
|
964
|
-
return Me(function() {
|
|
965
|
-
i || Ee || (Ee = !0, console.error(
|
|
966
|
-
"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 () => ...);"
|
|
967
|
-
));
|
|
968
|
-
}), {
|
|
969
|
-
then: function(m, V) {
|
|
970
|
-
i = !0, _.then(
|
|
971
|
-
function(oe) {
|
|
972
|
-
if (O(r, o), o === 0) {
|
|
973
|
-
try {
|
|
974
|
-
X(u), x(function() {
|
|
975
|
-
return M(
|
|
976
|
-
oe,
|
|
977
|
-
m,
|
|
978
|
-
V
|
|
979
|
-
);
|
|
980
|
-
});
|
|
981
|
-
} catch (ze) {
|
|
982
|
-
E.thrownErrors.push(ze);
|
|
983
|
-
}
|
|
984
|
-
if (0 < E.thrownErrors.length) {
|
|
985
|
-
var We = N(
|
|
986
|
-
E.thrownErrors
|
|
987
|
-
);
|
|
988
|
-
E.thrownErrors.length = 0, V(We);
|
|
989
|
-
}
|
|
990
|
-
} else m(oe);
|
|
991
|
-
},
|
|
992
|
-
function(oe) {
|
|
993
|
-
O(r, o), 0 < E.thrownErrors.length && (oe = N(
|
|
994
|
-
E.thrownErrors
|
|
995
|
-
), E.thrownErrors.length = 0), V(oe);
|
|
996
|
-
}
|
|
997
|
-
);
|
|
998
|
-
}
|
|
999
|
-
};
|
|
1000
|
-
}
|
|
1001
|
-
var R = v;
|
|
1002
|
-
if (O(r, o), o === 0 && (X(u), u.length !== 0 && Me(function() {
|
|
1003
|
-
i || Ee || (Ee = !0, console.error(
|
|
1004
|
-
"A component suspended inside an `act` scope, but the `act` call was not awaited. When testing React components that depend on asynchronous data, you must await the result:\n\nawait act(() => ...)"
|
|
1005
|
-
));
|
|
1006
|
-
}), E.actQueue = null), 0 < E.thrownErrors.length)
|
|
1007
|
-
throw e = N(E.thrownErrors), E.thrownErrors.length = 0, e;
|
|
1008
|
-
return {
|
|
1009
|
-
then: function(m, V) {
|
|
1010
|
-
i = !0, o === 0 ? (E.actQueue = u, x(function() {
|
|
1011
|
-
return M(
|
|
1012
|
-
R,
|
|
1013
|
-
m,
|
|
1014
|
-
V
|
|
1015
|
-
);
|
|
1016
|
-
})) : m(R);
|
|
1017
|
-
}
|
|
1018
|
-
};
|
|
1019
|
-
}, c.cache = function(e) {
|
|
1020
|
-
return function() {
|
|
1021
|
-
return e.apply(null, arguments);
|
|
1022
|
-
};
|
|
1023
|
-
}, c.captureOwnerStack = function() {
|
|
1024
|
-
var e = E.getCurrentStack;
|
|
1025
|
-
return e === null ? null : e();
|
|
1026
|
-
}, c.cloneElement = function(e, r, o) {
|
|
1027
|
-
if (e == null)
|
|
1028
|
-
throw Error(
|
|
1029
|
-
"The argument must be a React element, but you passed " + e + "."
|
|
1030
|
-
);
|
|
1031
|
-
var u = Te({}, e.props), i = e.key, v = e._owner;
|
|
1032
|
-
if (r != null) {
|
|
1033
|
-
var _;
|
|
1034
|
-
e: {
|
|
1035
|
-
if (de.call(r, "ref") && (_ = Object.getOwnPropertyDescriptor(
|
|
1036
|
-
r,
|
|
1037
|
-
"ref"
|
|
1038
|
-
).get) && _.isReactWarning) {
|
|
1039
|
-
_ = !1;
|
|
1040
|
-
break e;
|
|
1041
|
-
}
|
|
1042
|
-
_ = r.ref !== void 0;
|
|
1043
|
-
}
|
|
1044
|
-
_ && (v = H()), K(r) && (W(r.key), i = "" + r.key);
|
|
1045
|
-
for (R in r)
|
|
1046
|
-
!de.call(r, R) || R === "key" || R === "__self" || R === "__source" || R === "ref" && r.ref === void 0 || (u[R] = r[R]);
|
|
1047
|
-
}
|
|
1048
|
-
var R = arguments.length - 2;
|
|
1049
|
-
if (R === 1) u.children = o;
|
|
1050
|
-
else if (1 < R) {
|
|
1051
|
-
_ = Array(R);
|
|
1052
|
-
for (var m = 0; m < R; m++)
|
|
1053
|
-
_[m] = arguments[m + 2];
|
|
1054
|
-
u.children = _;
|
|
1055
|
-
}
|
|
1056
|
-
for (u = B(
|
|
1057
|
-
e.type,
|
|
1058
|
-
i,
|
|
1059
|
-
void 0,
|
|
1060
|
-
void 0,
|
|
1061
|
-
v,
|
|
1062
|
-
u,
|
|
1063
|
-
e._debugStack,
|
|
1064
|
-
e._debugTask
|
|
1065
|
-
), i = 2; i < arguments.length; i++)
|
|
1066
|
-
v = arguments[i], S(v) && v._store && (v._store.validated = 1);
|
|
1067
|
-
return u;
|
|
1068
|
-
}, c.createContext = function(e) {
|
|
1069
|
-
return e = {
|
|
1070
|
-
$$typeof: f,
|
|
1071
|
-
_currentValue: e,
|
|
1072
|
-
_currentValue2: e,
|
|
1073
|
-
_threadCount: 0,
|
|
1074
|
-
Provider: null,
|
|
1075
|
-
Consumer: null
|
|
1076
|
-
}, e.Provider = e, e.Consumer = {
|
|
1077
|
-
$$typeof: a,
|
|
1078
|
-
_context: e
|
|
1079
|
-
}, e._currentRenderer = null, e._currentRenderer2 = null, e;
|
|
1080
|
-
}, c.createElement = function(e, r, o) {
|
|
1081
|
-
for (var u = 2; u < arguments.length; u++) {
|
|
1082
|
-
var i = arguments[u];
|
|
1083
|
-
S(i) && i._store && (i._store.validated = 1);
|
|
1084
|
-
}
|
|
1085
|
-
if (u = {}, i = null, r != null)
|
|
1086
|
-
for (m in Ae || !("__self" in r) || "key" in r || (Ae = !0, console.warn(
|
|
1087
|
-
"Your app (or one of its dependencies) is using an outdated JSX transform. Update to the modern JSX transform for faster performance: https://react.dev/link/new-jsx-transform"
|
|
1088
|
-
)), K(r) && (W(r.key), i = "" + r.key), r)
|
|
1089
|
-
de.call(r, m) && m !== "key" && m !== "__self" && m !== "__source" && (u[m] = r[m]);
|
|
1090
|
-
var v = arguments.length - 2;
|
|
1091
|
-
if (v === 1) u.children = o;
|
|
1092
|
-
else if (1 < v) {
|
|
1093
|
-
for (var _ = Array(v), R = 0; R < v; R++)
|
|
1094
|
-
_[R] = arguments[R + 2];
|
|
1095
|
-
Object.freeze && Object.freeze(_), u.children = _;
|
|
1096
|
-
}
|
|
1097
|
-
if (e && e.defaultProps)
|
|
1098
|
-
for (m in v = e.defaultProps, v)
|
|
1099
|
-
u[m] === void 0 && (u[m] = v[m]);
|
|
1100
|
-
i && F(
|
|
1101
|
-
u,
|
|
1102
|
-
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
1103
|
-
);
|
|
1104
|
-
var m = 1e4 > E.recentlyCreatedOwnerStacks++;
|
|
1105
|
-
return B(
|
|
1106
|
-
e,
|
|
1107
|
-
i,
|
|
1108
|
-
void 0,
|
|
1109
|
-
void 0,
|
|
1110
|
-
H(),
|
|
1111
|
-
u,
|
|
1112
|
-
m ? Error("react-stack-top-frame") : xe,
|
|
1113
|
-
m ? Oe(z(e)) : qe
|
|
1114
|
-
);
|
|
1115
|
-
}, c.createRef = function() {
|
|
1116
|
-
var e = { current: null };
|
|
1117
|
-
return Object.seal(e), e;
|
|
1118
|
-
}, c.forwardRef = function(e) {
|
|
1119
|
-
e != null && e.$$typeof === d ? console.error(
|
|
1120
|
-
"forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."
|
|
1121
|
-
) : typeof e != "function" ? console.error(
|
|
1122
|
-
"forwardRef requires a render function but was given %s.",
|
|
1123
|
-
e === null ? "null" : typeof e
|
|
1124
|
-
) : e.length !== 0 && e.length !== 2 && console.error(
|
|
1125
|
-
"forwardRef render functions accept exactly two parameters: props and ref. %s",
|
|
1126
|
-
e.length === 1 ? "Did you forget to use the ref parameter?" : "Any additional parameter will be undefined."
|
|
1127
|
-
), e != null && e.defaultProps != null && console.error(
|
|
1128
|
-
"forwardRef render functions do not support defaultProps. Did you accidentally pass a React component?"
|
|
1129
|
-
);
|
|
1130
|
-
var r = { $$typeof: h, render: e }, o;
|
|
1131
|
-
return Object.defineProperty(r, "displayName", {
|
|
1132
|
-
enumerable: !1,
|
|
1133
|
-
configurable: !0,
|
|
1134
|
-
get: function() {
|
|
1135
|
-
return o;
|
|
1136
|
-
},
|
|
1137
|
-
set: function(u) {
|
|
1138
|
-
o = u, e.name || e.displayName || (Object.defineProperty(e, "name", { value: u }), e.displayName = u);
|
|
1139
|
-
}
|
|
1140
|
-
}), r;
|
|
1141
|
-
}, c.isValidElement = S, c.lazy = function(e) {
|
|
1142
|
-
return {
|
|
1143
|
-
$$typeof: A,
|
|
1144
|
-
_payload: { _status: -1, _result: e },
|
|
1145
|
-
_init: se
|
|
1146
|
-
};
|
|
1147
|
-
}, c.memo = function(e, r) {
|
|
1148
|
-
e == null && console.error(
|
|
1149
|
-
"memo: The first argument must be a component. Instead received: %s",
|
|
1150
|
-
e === null ? "null" : typeof e
|
|
1151
|
-
), r = {
|
|
1152
|
-
$$typeof: d,
|
|
1153
|
-
type: e,
|
|
1154
|
-
compare: r === void 0 ? null : r
|
|
1155
|
-
};
|
|
1156
|
-
var o;
|
|
1157
|
-
return Object.defineProperty(r, "displayName", {
|
|
1158
|
-
enumerable: !1,
|
|
1159
|
-
configurable: !0,
|
|
1160
|
-
get: function() {
|
|
1161
|
-
return o;
|
|
1162
|
-
},
|
|
1163
|
-
set: function(u) {
|
|
1164
|
-
o = u, e.name || e.displayName || (Object.defineProperty(e, "name", { value: u }), e.displayName = u);
|
|
1165
|
-
}
|
|
1166
|
-
}), r;
|
|
1167
|
-
}, c.startTransition = function(e) {
|
|
1168
|
-
var r = E.T, o = {};
|
|
1169
|
-
E.T = o, o._updatedFibers = /* @__PURE__ */ new Set();
|
|
1170
|
-
try {
|
|
1171
|
-
var u = e(), i = E.S;
|
|
1172
|
-
i !== null && i(o, u), typeof u == "object" && u !== null && typeof u.then == "function" && u.then(Q, Pe);
|
|
1173
|
-
} catch (v) {
|
|
1174
|
-
Pe(v);
|
|
1175
|
-
} finally {
|
|
1176
|
-
r === null && o._updatedFibers && (e = o._updatedFibers.size, o._updatedFibers.clear(), 10 < e && console.warn(
|
|
1177
|
-
"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."
|
|
1178
|
-
)), E.T = r;
|
|
1179
|
-
}
|
|
1180
|
-
}, c.unstable_useCacheRefresh = function() {
|
|
1181
|
-
return g().useCacheRefresh();
|
|
1182
|
-
}, c.use = function(e) {
|
|
1183
|
-
return g().use(e);
|
|
1184
|
-
}, c.useActionState = function(e, r, o) {
|
|
1185
|
-
return g().useActionState(
|
|
1186
|
-
e,
|
|
1187
|
-
r,
|
|
1188
|
-
o
|
|
1189
|
-
);
|
|
1190
|
-
}, c.useCallback = function(e, r) {
|
|
1191
|
-
return g().useCallback(e, r);
|
|
1192
|
-
}, c.useContext = function(e) {
|
|
1193
|
-
var r = g();
|
|
1194
|
-
return e.$$typeof === a && console.error(
|
|
1195
|
-
"Calling useContext(Context.Consumer) is not supported and will cause bugs. Did you mean to call useContext(Context) instead?"
|
|
1196
|
-
), r.useContext(e);
|
|
1197
|
-
}, c.useDebugValue = function(e, r) {
|
|
1198
|
-
return g().useDebugValue(e, r);
|
|
1199
|
-
}, c.useDeferredValue = function(e, r) {
|
|
1200
|
-
return g().useDeferredValue(e, r);
|
|
1201
|
-
}, c.useEffect = function(e, r, o) {
|
|
1202
|
-
e == null && console.warn(
|
|
1203
|
-
"React Hook useEffect requires an effect callback. Did you forget to pass a callback to the hook?"
|
|
1204
|
-
);
|
|
1205
|
-
var u = g();
|
|
1206
|
-
if (typeof o == "function")
|
|
1207
|
-
throw Error(
|
|
1208
|
-
"useEffect CRUD overload is not enabled in this build of React."
|
|
1209
|
-
);
|
|
1210
|
-
return u.useEffect(e, r);
|
|
1211
|
-
}, c.useId = function() {
|
|
1212
|
-
return g().useId();
|
|
1213
|
-
}, c.useImperativeHandle = function(e, r, o) {
|
|
1214
|
-
return g().useImperativeHandle(e, r, o);
|
|
1215
|
-
}, c.useInsertionEffect = function(e, r) {
|
|
1216
|
-
return e == null && console.warn(
|
|
1217
|
-
"React Hook useInsertionEffect requires an effect callback. Did you forget to pass a callback to the hook?"
|
|
1218
|
-
), g().useInsertionEffect(e, r);
|
|
1219
|
-
}, c.useLayoutEffect = function(e, r) {
|
|
1220
|
-
return e == null && console.warn(
|
|
1221
|
-
"React Hook useLayoutEffect requires an effect callback. Did you forget to pass a callback to the hook?"
|
|
1222
|
-
), g().useLayoutEffect(e, r);
|
|
1223
|
-
}, c.useMemo = function(e, r) {
|
|
1224
|
-
return g().useMemo(e, r);
|
|
1225
|
-
}, c.useOptimistic = function(e, r) {
|
|
1226
|
-
return g().useOptimistic(e, r);
|
|
1227
|
-
}, c.useReducer = function(e, r, o) {
|
|
1228
|
-
return g().useReducer(e, r, o);
|
|
1229
|
-
}, c.useRef = function(e) {
|
|
1230
|
-
return g().useRef(e);
|
|
1231
|
-
}, c.useState = function(e) {
|
|
1232
|
-
return g().useState(e);
|
|
1233
|
-
}, c.useSyncExternalStore = function(e, r, o) {
|
|
1234
|
-
return g().useSyncExternalStore(
|
|
1235
|
-
e,
|
|
1236
|
-
r,
|
|
1237
|
-
o
|
|
1238
|
-
);
|
|
1239
|
-
}, c.useTransition = function() {
|
|
1240
|
-
return g().useTransition();
|
|
1241
|
-
}, c.version = "19.1.1", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
1242
|
-
})();
|
|
1243
|
-
})(fe, fe.exports)), fe.exports;
|
|
1244
|
-
}
|
|
1245
|
-
var Ie;
|
|
1246
|
-
function Qe() {
|
|
1247
|
-
return Ie || (Ie = 1, process.env.NODE_ENV === "production" ? he.exports = Fe() : he.exports = Be()), he.exports;
|
|
1248
|
-
}
|
|
1249
|
-
/**
|
|
1250
|
-
* @license React
|
|
1251
|
-
* react-jsx-runtime.development.js
|
|
1252
|
-
*
|
|
1253
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
1254
|
-
*
|
|
1255
|
-
* This source code is licensed under the MIT license found in the
|
|
1256
|
-
* LICENSE file in the root directory of this source tree.
|
|
1257
|
-
*/
|
|
1258
|
-
var De;
|
|
1259
|
-
function Xe() {
|
|
1260
|
-
return De || (De = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
1261
|
-
function b(t) {
|
|
1262
|
-
if (t == null) return null;
|
|
1263
|
-
if (typeof t == "function")
|
|
1264
|
-
return t.$$typeof === se ? null : t.displayName || t.name || null;
|
|
1265
|
-
if (typeof t == "string") return t;
|
|
1266
|
-
switch (t) {
|
|
1267
|
-
case F:
|
|
1268
|
-
return "Fragment";
|
|
1269
|
-
case B:
|
|
1270
|
-
return "Profiler";
|
|
1271
|
-
case L:
|
|
1272
|
-
return "StrictMode";
|
|
1273
|
-
case y:
|
|
1274
|
-
return "Suspense";
|
|
1275
|
-
case J:
|
|
1276
|
-
return "SuspenseList";
|
|
1277
|
-
case I:
|
|
1278
|
-
return "Activity";
|
|
1279
|
-
}
|
|
1280
|
-
if (typeof t == "object")
|
|
1281
|
-
switch (typeof t.tag == "number" && console.error(
|
|
1282
|
-
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
1283
|
-
), t.$$typeof) {
|
|
1284
|
-
case K:
|
|
1285
|
-
return "Portal";
|
|
1286
|
-
case S:
|
|
1287
|
-
return (t.displayName || "Context") + ".Provider";
|
|
1288
|
-
case Z:
|
|
1289
|
-
return (t._context.displayName || "Context") + ".Consumer";
|
|
1290
|
-
case ne:
|
|
1291
|
-
var n = t.render;
|
|
1292
|
-
return t = t.displayName, t || (t = n.displayName || n.name || "", t = t !== "" ? "ForwardRef(" + t + ")" : "ForwardRef"), t;
|
|
1293
|
-
case ee:
|
|
1294
|
-
return n = t.displayName || null, n !== null ? n : b(t.type) || "Memo";
|
|
1295
|
-
case P:
|
|
1296
|
-
n = t._payload, t = t._init;
|
|
1297
|
-
try {
|
|
1298
|
-
return b(t(n));
|
|
1299
|
-
} catch {
|
|
1300
|
-
}
|
|
1301
|
-
}
|
|
1302
|
-
return null;
|
|
1303
|
-
}
|
|
1304
|
-
function c(t) {
|
|
1305
|
-
return "" + t;
|
|
1306
|
-
}
|
|
1307
|
-
function D(t) {
|
|
1308
|
-
try {
|
|
1309
|
-
c(t);
|
|
1310
|
-
var n = !1;
|
|
1311
|
-
} catch {
|
|
1312
|
-
n = !0;
|
|
1313
|
-
}
|
|
1314
|
-
if (n) {
|
|
1315
|
-
n = console;
|
|
1316
|
-
var s = n.error, a = typeof Symbol == "function" && Symbol.toStringTag && t[Symbol.toStringTag] || t.constructor.name || "Object";
|
|
1317
|
-
return s.call(
|
|
1318
|
-
n,
|
|
1319
|
-
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
1320
|
-
a
|
|
1321
|
-
), c(t);
|
|
1322
|
-
}
|
|
1323
|
-
}
|
|
1324
|
-
function U(t) {
|
|
1325
|
-
if (t === F) return "<>";
|
|
1326
|
-
if (typeof t == "object" && t !== null && t.$$typeof === P)
|
|
1327
|
-
return "<...>";
|
|
1328
|
-
try {
|
|
1329
|
-
var n = b(t);
|
|
1330
|
-
return n ? "<" + n + ">" : "<...>";
|
|
1331
|
-
} catch {
|
|
1332
|
-
return "<...>";
|
|
1333
|
-
}
|
|
1334
|
-
}
|
|
1335
|
-
function T() {
|
|
1336
|
-
var t = g.A;
|
|
1337
|
-
return t === null ? null : t.getOwner();
|
|
1338
|
-
}
|
|
1339
|
-
function w() {
|
|
1340
|
-
return Error("react-stack-top-frame");
|
|
1341
|
-
}
|
|
1342
|
-
function $(t) {
|
|
1343
|
-
if (Q.call(t, "key")) {
|
|
1344
|
-
var n = Object.getOwnPropertyDescriptor(t, "key").get;
|
|
1345
|
-
if (n && n.isReactWarning) return !1;
|
|
1346
|
-
}
|
|
1347
|
-
return t.key !== void 0;
|
|
1348
|
-
}
|
|
1349
|
-
function j(t, n) {
|
|
1350
|
-
function s() {
|
|
1351
|
-
O || (O = !0, console.error(
|
|
1352
|
-
"%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://react.dev/link/special-props)",
|
|
1353
|
-
n
|
|
1354
|
-
));
|
|
1355
|
-
}
|
|
1356
|
-
s.isReactWarning = !0, Object.defineProperty(t, "key", {
|
|
1357
|
-
get: s,
|
|
1358
|
-
configurable: !0
|
|
1359
|
-
});
|
|
1360
|
-
}
|
|
1361
|
-
function re() {
|
|
1362
|
-
var t = b(this.type);
|
|
1363
|
-
return M[t] || (M[t] = !0, console.error(
|
|
1364
|
-
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
1365
|
-
)), t = this.props.ref, t !== void 0 ? t : null;
|
|
1366
|
-
}
|
|
1367
|
-
function W(t, n, s, a, f, h, l, k) {
|
|
1368
|
-
return s = h.ref, t = {
|
|
1369
|
-
$$typeof: G,
|
|
1370
|
-
type: t,
|
|
1371
|
-
key: n,
|
|
1372
|
-
props: h,
|
|
1373
|
-
_owner: f
|
|
1374
|
-
}, (s !== void 0 ? s : null) !== null ? Object.defineProperty(t, "ref", {
|
|
1375
|
-
enumerable: !1,
|
|
1376
|
-
get: re
|
|
1377
|
-
}) : Object.defineProperty(t, "ref", { enumerable: !1, value: null }), t._store = {}, Object.defineProperty(t._store, "validated", {
|
|
1378
|
-
configurable: !1,
|
|
1379
|
-
enumerable: !1,
|
|
1380
|
-
writable: !0,
|
|
1381
|
-
value: 0
|
|
1382
|
-
}), Object.defineProperty(t, "_debugInfo", {
|
|
1383
|
-
configurable: !1,
|
|
1384
|
-
enumerable: !1,
|
|
1385
|
-
writable: !0,
|
|
1386
|
-
value: null
|
|
1387
|
-
}), Object.defineProperty(t, "_debugStack", {
|
|
1388
|
-
configurable: !1,
|
|
1389
|
-
enumerable: !1,
|
|
1390
|
-
writable: !0,
|
|
1391
|
-
value: l
|
|
1392
|
-
}), Object.defineProperty(t, "_debugTask", {
|
|
1393
|
-
configurable: !1,
|
|
1394
|
-
enumerable: !1,
|
|
1395
|
-
writable: !0,
|
|
1396
|
-
value: k
|
|
1397
|
-
}), Object.freeze && (Object.freeze(t.props), Object.freeze(t)), t;
|
|
1398
|
-
}
|
|
1399
|
-
function Y(t, n, s, a, f, h, l, k) {
|
|
1400
|
-
var d = n.children;
|
|
1401
|
-
if (d !== void 0)
|
|
1402
|
-
if (a)
|
|
1403
|
-
if (x(d)) {
|
|
1404
|
-
for (a = 0; a < d.length; a++)
|
|
1405
|
-
z(d[a]);
|
|
1406
|
-
Object.freeze && Object.freeze(d);
|
|
1407
|
-
} else
|
|
1408
|
-
console.error(
|
|
1409
|
-
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
1410
|
-
);
|
|
1411
|
-
else z(d);
|
|
1412
|
-
if (Q.call(n, "key")) {
|
|
1413
|
-
d = b(t);
|
|
1414
|
-
var A = Object.keys(n).filter(function(le) {
|
|
1415
|
-
return le !== "key";
|
|
1416
|
-
});
|
|
1417
|
-
a = 0 < A.length ? "{key: someKey, " + A.join(": ..., ") + ": ...}" : "{key: someKey}", te[d + a] || (A = 0 < A.length ? "{" + A.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
1418
|
-
`A props object containing a "key" prop is being spread into JSX:
|
|
1419
|
-
let props = %s;
|
|
1420
|
-
<%s {...props} />
|
|
1421
|
-
React keys must be passed directly to JSX without using spread:
|
|
1422
|
-
let props = %s;
|
|
1423
|
-
<%s key={someKey} {...props} />`,
|
|
1424
|
-
a,
|
|
1425
|
-
d,
|
|
1426
|
-
A,
|
|
1427
|
-
d
|
|
1428
|
-
), te[d + a] = !0);
|
|
1429
|
-
}
|
|
1430
|
-
if (d = null, s !== void 0 && (D(s), d = "" + s), $(n) && (D(n.key), d = "" + n.key), "key" in n) {
|
|
1431
|
-
s = {};
|
|
1432
|
-
for (var ae in n)
|
|
1433
|
-
ae !== "key" && (s[ae] = n[ae]);
|
|
1434
|
-
} else s = n;
|
|
1435
|
-
return d && j(
|
|
1436
|
-
s,
|
|
1437
|
-
typeof t == "function" ? t.displayName || t.name || "Unknown" : t
|
|
1438
|
-
), W(
|
|
1439
|
-
t,
|
|
1440
|
-
d,
|
|
1441
|
-
h,
|
|
1442
|
-
f,
|
|
1443
|
-
T(),
|
|
1444
|
-
s,
|
|
1445
|
-
l,
|
|
1446
|
-
k
|
|
1447
|
-
);
|
|
1448
|
-
}
|
|
1449
|
-
function z(t) {
|
|
1450
|
-
typeof t == "object" && t !== null && t.$$typeof === G && t._store && (t._store.validated = 1);
|
|
1451
|
-
}
|
|
1452
|
-
var H = Qe(), G = Symbol.for("react.transitional.element"), K = Symbol.for("react.portal"), F = Symbol.for("react.fragment"), L = Symbol.for("react.strict_mode"), B = Symbol.for("react.profiler"), Z = Symbol.for("react.consumer"), S = Symbol.for("react.context"), ne = Symbol.for("react.forward_ref"), y = Symbol.for("react.suspense"), J = Symbol.for("react.suspense_list"), ee = Symbol.for("react.memo"), P = Symbol.for("react.lazy"), I = Symbol.for("react.activity"), se = Symbol.for("react.client.reference"), g = H.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Q = Object.prototype.hasOwnProperty, x = Array.isArray, N = console.createTask ? console.createTask : function() {
|
|
1453
|
-
return null;
|
|
1454
|
-
};
|
|
1455
|
-
H = {
|
|
1456
|
-
react_stack_bottom_frame: function(t) {
|
|
1457
|
-
return t();
|
|
1458
|
-
}
|
|
1459
|
-
};
|
|
1460
|
-
var O, M = {}, X = H.react_stack_bottom_frame.bind(
|
|
1461
|
-
H,
|
|
1462
|
-
w
|
|
1463
|
-
)(), q = N(U(w)), te = {};
|
|
1464
|
-
ce.Fragment = F, ce.jsx = function(t, n, s, a, f) {
|
|
1465
|
-
var h = 1e4 > g.recentlyCreatedOwnerStacks++;
|
|
1466
|
-
return Y(
|
|
1467
|
-
t,
|
|
1468
|
-
n,
|
|
1469
|
-
s,
|
|
1470
|
-
!1,
|
|
1471
|
-
a,
|
|
1472
|
-
f,
|
|
1473
|
-
h ? Error("react-stack-top-frame") : X,
|
|
1474
|
-
h ? N(U(t)) : q
|
|
1475
|
-
);
|
|
1476
|
-
}, ce.jsxs = function(t, n, s, a, f) {
|
|
1477
|
-
var h = 1e4 > g.recentlyCreatedOwnerStacks++;
|
|
1478
|
-
return Y(
|
|
1479
|
-
t,
|
|
1480
|
-
n,
|
|
1481
|
-
s,
|
|
1482
|
-
!0,
|
|
1483
|
-
a,
|
|
1484
|
-
f,
|
|
1485
|
-
h ? Error("react-stack-top-frame") : X,
|
|
1486
|
-
h ? N(U(t)) : q
|
|
1487
|
-
);
|
|
1488
|
-
};
|
|
1489
|
-
})()), ce;
|
|
1490
|
-
}
|
|
1491
|
-
var Ue;
|
|
1492
|
-
function Ve() {
|
|
1493
|
-
return Ue || (Ue = 1, process.env.NODE_ENV === "production" ? ve.exports = Ge() : ve.exports = Xe()), ve.exports;
|
|
1494
|
-
}
|
|
1495
|
-
var ue = Ve();
|
|
1496
|
-
function Ke() {
|
|
1497
|
-
return /* @__PURE__ */ ue.jsxs("form", { children: [
|
|
1498
|
-
/* @__PURE__ */ ue.jsx("label", { htmlFor: "email", children: "Email:" }),
|
|
1499
|
-
/* @__PURE__ */ ue.jsx("input", { type: "email", id: "email", name: "email", required: !0 }),
|
|
1500
|
-
/* @__PURE__ */ ue.jsx("label", { htmlFor: "password", children: "Password:" }),
|
|
1501
|
-
/* @__PURE__ */ ue.jsx("input", { type: "password", id: "password", name: "password", required: !0 }),
|
|
1502
|
-
/* @__PURE__ */ ue.jsx("button", { type: "submit", children: "Login" })
|
|
1503
|
-
] });
|
|
1504
|
-
}
|
|
1505
|
-
export {
|
|
1506
|
-
Ke as LoginForm
|
|
1507
|
-
};
|