@zhin.js/console 1.0.48 → 1.0.50

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/react.js CHANGED
@@ -1,455 +1,293 @@
1
- import { g as V } from "./_commonjsHelpers-C6fGbg64.js";
2
- var S = { exports: {} }, n = {};
3
- var I;
4
- function F() {
5
- if (I) return n;
6
- I = 1;
7
- var E = /* @__PURE__ */ Symbol.for("react.transitional.element"), x = /* @__PURE__ */ Symbol.for("react.portal"), Y = /* @__PURE__ */ Symbol.for("react.fragment"), L = /* @__PURE__ */ Symbol.for("react.strict_mode"), U = /* @__PURE__ */ Symbol.for("react.profiler"), D = /* @__PURE__ */ Symbol.for("react.consumer"), k = /* @__PURE__ */ Symbol.for("react.context"), b = /* @__PURE__ */ Symbol.for("react.forward_ref"), q = /* @__PURE__ */ Symbol.for("react.suspense"), z = /* @__PURE__ */ Symbol.for("react.memo"), d = /* @__PURE__ */ Symbol.for("react.lazy"), G = /* @__PURE__ */ Symbol.for("react.activity"), A = Symbol.iterator;
8
- function K(t) {
9
- return t === null || typeof t != "object" ? null : (t = A && t[A] || t["@@iterator"], typeof t == "function" ? t : null);
10
- }
11
- var h = {
12
- isMounted: function() {
13
- return !1;
14
- },
15
- enqueueForceUpdate: function() {
16
- },
17
- enqueueReplaceState: function() {
18
- },
19
- enqueueSetState: function() {
20
- }
21
- }, g = Object.assign, O = {};
22
- function a(t, e, u) {
23
- this.props = t, this.context = e, this.refs = O, this.updater = u || h;
24
- }
25
- a.prototype.isReactComponent = {}, a.prototype.setState = function(t, e) {
26
- if (typeof t != "object" && typeof t != "function" && t != null)
27
- throw Error(
28
- "takes an object of state variables to update or a function which returns an object of state variables."
29
- );
30
- this.updater.enqueueSetState(this, t, e, "setState");
31
- }, a.prototype.forceUpdate = function(t) {
32
- this.updater.enqueueForceUpdate(this, t, "forceUpdate");
33
- };
34
- function w() {
35
- }
36
- w.prototype = a.prototype;
37
- function y(t, e, u) {
38
- this.props = t, this.context = e, this.refs = O, this.updater = u || h;
39
- }
40
- var R = y.prototype = new w();
41
- R.constructor = y, g(R, a.prototype), R.isPureReactComponent = !0;
42
- var P = Array.isArray;
43
- function v() {
44
- }
45
- var f = { H: null, A: null, T: null, S: null }, H = Object.prototype.hasOwnProperty;
46
- function T(t, e, u) {
47
- var r = u.ref;
48
- return {
49
- $$typeof: E,
50
- type: t,
51
- key: e,
52
- ref: r !== void 0 ? r : null,
53
- props: u
54
- };
55
- }
56
- function W(t, e) {
57
- return T(t.type, e, t.props);
58
- }
59
- function m(t) {
60
- return typeof t == "object" && t !== null && t.$$typeof === E;
61
- }
62
- function B(t) {
63
- var e = { "=": "=0", ":": "=2" };
64
- return "$" + t.replace(/[=:]/g, function(u) {
65
- return e[u];
66
- });
67
- }
68
- var N = /\/+/g;
69
- function C(t, e) {
70
- return typeof t == "object" && t !== null && t.key != null ? B("" + t.key) : e.toString(36);
71
- }
72
- function Q(t) {
73
- switch (t.status) {
74
- case "fulfilled":
75
- return t.value;
76
- case "rejected":
77
- throw t.reason;
78
- default:
79
- switch (typeof t.status == "string" ? t.then(v, v) : (t.status = "pending", t.then(
80
- function(e) {
81
- t.status === "pending" && (t.status = "fulfilled", t.value = e);
82
- },
83
- function(e) {
84
- t.status === "pending" && (t.status = "rejected", t.reason = e);
85
- }
86
- )), t.status) {
87
- case "fulfilled":
88
- return t.value;
89
- case "rejected":
90
- throw t.reason;
91
- }
92
- }
93
- throw t;
94
- }
95
- function l(t, e, u, r, o) {
96
- var s = typeof t;
97
- (s === "undefined" || s === "boolean") && (t = null);
98
- var i = !1;
99
- if (t === null) i = !0;
100
- else
101
- switch (s) {
102
- case "bigint":
103
- case "string":
104
- case "number":
105
- i = !0;
106
- break;
107
- case "object":
108
- switch (t.$$typeof) {
109
- case E:
110
- case x:
111
- i = !0;
112
- break;
113
- case d:
114
- return i = t._init, l(
115
- i(t._payload),
116
- e,
117
- u,
118
- r,
119
- o
120
- );
121
- }
122
- }
123
- if (i)
124
- return o = o(t), i = r === "" ? "." + C(t, 0) : r, P(o) ? (u = "", i != null && (u = i.replace(N, "$&/") + "/"), l(o, e, u, "", function(J) {
125
- return J;
126
- })) : o != null && (m(o) && (o = W(
127
- o,
128
- u + (o.key == null || t && t.key === o.key ? "" : ("" + o.key).replace(
129
- N,
130
- "$&/"
131
- ) + "/") + i
132
- )), e.push(o)), 1;
133
- i = 0;
134
- var p = r === "" ? "." : r + ":";
135
- if (P(t))
136
- for (var c = 0; c < t.length; c++)
137
- r = t[c], s = p + C(r, c), i += l(
138
- r,
139
- e,
140
- u,
141
- s,
142
- o
143
- );
144
- else if (c = K(t), typeof c == "function")
145
- for (t = c.call(t), c = 0; !(r = t.next()).done; )
146
- r = r.value, s = p + C(r, c++), i += l(
147
- r,
148
- e,
149
- u,
150
- s,
151
- o
152
- );
153
- else if (s === "object") {
154
- if (typeof t.then == "function")
155
- return l(
156
- Q(t),
157
- e,
158
- u,
159
- r,
160
- o
161
- );
162
- throw e = String(t), Error(
163
- "Objects are not valid as a React child (found: " + (e === "[object Object]" ? "object with keys {" + Object.keys(t).join(", ") + "}" : e) + "). If you meant to render a collection of children, use an array instead."
164
- );
165
- }
166
- return i;
167
- }
168
- function _(t, e, u) {
169
- if (t == null) return t;
170
- var r = [], o = 0;
171
- return l(t, r, "", "", function(s) {
172
- return e.call(u, s, o++);
173
- }), r;
174
- }
175
- function X(t) {
176
- if (t._status === -1) {
177
- var e = t._result;
178
- e = e(), e.then(
179
- function(u) {
180
- (t._status === 0 || t._status === -1) && (t._status = 1, t._result = u);
181
- },
182
- function(u) {
183
- (t._status === 0 || t._status === -1) && (t._status = 2, t._result = u);
184
- }
185
- ), t._status === -1 && (t._status = 0, t._result = e);
186
- }
187
- if (t._status === 1) return t._result.default;
188
- throw t._result;
189
- }
190
- var j = typeof reportError == "function" ? reportError : function(t) {
191
- if (typeof window == "object" && typeof window.ErrorEvent == "function") {
192
- var e = new window.ErrorEvent("error", {
193
- bubbles: !0,
194
- cancelable: !0,
195
- message: typeof t == "object" && t !== null && typeof t.message == "string" ? String(t.message) : String(t),
196
- error: t
197
- });
198
- if (!window.dispatchEvent(e)) return;
199
- } else if (typeof process == "object" && typeof process.emit == "function") {
200
- process.emit("uncaughtException", t);
201
- return;
202
- }
203
- console.error(t);
204
- }, Z = {
205
- map: _,
206
- forEach: function(t, e, u) {
207
- _(
208
- t,
209
- function() {
210
- e.apply(this, arguments);
211
- },
212
- u
213
- );
214
- },
215
- count: function(t) {
216
- var e = 0;
217
- return _(t, function() {
218
- e++;
219
- }), e;
220
- },
221
- toArray: function(t) {
222
- return _(t, function(e) {
223
- return e;
224
- }) || [];
225
- },
226
- only: function(t) {
227
- if (!m(t))
228
- throw Error(
229
- "React.Children.only expected to receive a single React element child."
230
- );
231
- return t;
232
- }
233
- };
234
- return n.Activity = G, n.Children = Z, n.Component = a, n.Fragment = Y, n.Profiler = U, n.PureComponent = y, n.StrictMode = L, n.Suspense = q, n.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = f, n.__COMPILER_RUNTIME = {
235
- __proto__: null,
236
- c: function(t) {
237
- return f.H.useMemoCache(t);
238
- }
239
- }, n.cache = function(t) {
240
- return function() {
241
- return t.apply(null, arguments);
242
- };
243
- }, n.cacheSignal = function() {
244
- return null;
245
- }, n.cloneElement = function(t, e, u) {
246
- if (t == null)
247
- throw Error(
248
- "The argument must be a React element, but you passed " + t + "."
249
- );
250
- var r = g({}, t.props), o = t.key;
251
- if (e != null)
252
- for (s in e.key !== void 0 && (o = "" + e.key), e)
253
- !H.call(e, s) || s === "key" || s === "__self" || s === "__source" || s === "ref" && e.ref === void 0 || (r[s] = e[s]);
254
- var s = arguments.length - 2;
255
- if (s === 1) r.children = u;
256
- else if (1 < s) {
257
- for (var i = Array(s), p = 0; p < s; p++)
258
- i[p] = arguments[p + 2];
259
- r.children = i;
260
- }
261
- return T(t.type, o, r);
262
- }, n.createContext = function(t) {
263
- return t = {
264
- $$typeof: k,
265
- _currentValue: t,
266
- _currentValue2: t,
267
- _threadCount: 0,
268
- Provider: null,
269
- Consumer: null
270
- }, t.Provider = t, t.Consumer = {
271
- $$typeof: D,
272
- _context: t
273
- }, t;
274
- }, n.createElement = function(t, e, u) {
275
- var r, o = {}, s = null;
276
- if (e != null)
277
- for (r in e.key !== void 0 && (s = "" + e.key), e)
278
- H.call(e, r) && r !== "key" && r !== "__self" && r !== "__source" && (o[r] = e[r]);
279
- var i = arguments.length - 2;
280
- if (i === 1) o.children = u;
281
- else if (1 < i) {
282
- for (var p = Array(i), c = 0; c < i; c++)
283
- p[c] = arguments[c + 2];
284
- o.children = p;
285
- }
286
- if (t && t.defaultProps)
287
- for (r in i = t.defaultProps, i)
288
- o[r] === void 0 && (o[r] = i[r]);
289
- return T(t, s, o);
290
- }, n.createRef = function() {
291
- return { current: null };
292
- }, n.forwardRef = function(t) {
293
- return { $$typeof: b, render: t };
294
- }, n.isValidElement = m, n.lazy = function(t) {
295
- return {
296
- $$typeof: d,
297
- _payload: { _status: -1, _result: t },
298
- _init: X
299
- };
300
- }, n.memo = function(t, e) {
301
- return {
302
- $$typeof: z,
303
- type: t,
304
- compare: e === void 0 ? null : e
305
- };
306
- }, n.startTransition = function(t) {
307
- var e = f.T, u = {};
308
- f.T = u;
309
- try {
310
- var r = t(), o = f.S;
311
- o !== null && o(u, r), typeof r == "object" && r !== null && typeof r.then == "function" && r.then(v, j);
312
- } catch (s) {
313
- j(s);
314
- } finally {
315
- e !== null && u.types !== null && (e.types = u.types), f.T = e;
316
- }
317
- }, n.unstable_useCacheRefresh = function() {
318
- return f.H.useCacheRefresh();
319
- }, n.use = function(t) {
320
- return f.H.use(t);
321
- }, n.useActionState = function(t, e, u) {
322
- return f.H.useActionState(t, e, u);
323
- }, n.useCallback = function(t, e) {
324
- return f.H.useCallback(t, e);
325
- }, n.useContext = function(t) {
326
- return f.H.useContext(t);
327
- }, n.useDebugValue = function() {
328
- }, n.useDeferredValue = function(t, e) {
329
- return f.H.useDeferredValue(t, e);
330
- }, n.useEffect = function(t, e) {
331
- return f.H.useEffect(t, e);
332
- }, n.useEffectEvent = function(t) {
333
- return f.H.useEffectEvent(t);
334
- }, n.useId = function() {
335
- return f.H.useId();
336
- }, n.useImperativeHandle = function(t, e, u) {
337
- return f.H.useImperativeHandle(t, e, u);
338
- }, n.useInsertionEffect = function(t, e) {
339
- return f.H.useInsertionEffect(t, e);
340
- }, n.useLayoutEffect = function(t, e) {
341
- return f.H.useLayoutEffect(t, e);
342
- }, n.useMemo = function(t, e) {
343
- return f.H.useMemo(t, e);
344
- }, n.useOptimistic = function(t, e) {
345
- return f.H.useOptimistic(t, e);
346
- }, n.useReducer = function(t, e, u) {
347
- return f.H.useReducer(t, e, u);
348
- }, n.useRef = function(t) {
349
- return f.H.useRef(t);
350
- }, n.useState = function(t) {
351
- return f.H.useState(t);
352
- }, n.useSyncExternalStore = function(t, e, u) {
353
- return f.H.useSyncExternalStore(
354
- t,
355
- e,
356
- u
357
- );
358
- }, n.useTransition = function() {
359
- return f.H.useTransition();
360
- }, n.version = "19.2.0", n;
361
- }
362
- var M;
363
- function tt() {
364
- return M || (M = 1, S.exports = F()), S.exports;
365
- }
366
- var et = tt();
367
- const $ = /* @__PURE__ */ V(et), nt = $.default || $, {
368
- Activity: ut,
369
- Children: ot,
370
- Component: st,
371
- Fragment: ft,
372
- Profiler: it,
373
- PureComponent: ct,
374
- StrictMode: pt,
375
- Suspense: at,
376
- __CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE: lt,
377
- __COMPILER_RUNTIME: _t,
378
- cache: Et,
379
- cacheSignal: yt,
380
- cloneElement: Rt,
381
- createContext: vt,
382
- createElement: Tt,
383
- createRef: mt,
384
- forwardRef: Ct,
385
- isValidElement: St,
386
- lazy: dt,
387
- memo: At,
388
- startTransition: ht,
389
- unstable_useCacheRefresh: gt,
390
- use: Ot,
391
- useActionState: wt,
392
- useCallback: Pt,
393
- useContext: Ht,
394
- useDebugValue: Nt,
395
- useDeferredValue: jt,
396
- useEffect: It,
397
- useEffectEvent: Mt,
398
- useId: $t,
399
- useImperativeHandle: xt,
400
- useInsertionEffect: Yt,
401
- useLayoutEffect: Lt,
402
- useMemo: Ut,
403
- useOptimistic: Dt,
404
- useReducer: kt,
405
- useRef: bt,
406
- useState: qt,
407
- useSyncExternalStore: zt,
408
- useTransition: Gt,
409
- version: Kt
410
- } = nt;
411
- export {
412
- ut as Activity,
413
- ot as Children,
414
- st as Component,
415
- ft as Fragment,
416
- it as Profiler,
417
- ct as PureComponent,
418
- pt as StrictMode,
419
- at as Suspense,
420
- lt as __CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
421
- _t as __COMPILER_RUNTIME,
422
- Et as cache,
423
- yt as cacheSignal,
424
- Rt as cloneElement,
425
- vt as createContext,
426
- Tt as createElement,
427
- mt as createRef,
428
- nt as default,
429
- Ct as forwardRef,
430
- St as isValidElement,
431
- dt as lazy,
432
- At as memo,
433
- ht as startTransition,
434
- gt as unstable_useCacheRefresh,
435
- Ot as use,
436
- wt as useActionState,
437
- Pt as useCallback,
438
- Ht as useContext,
439
- Nt as useDebugValue,
440
- jt as useDeferredValue,
441
- It as useEffect,
442
- Mt as useEffectEvent,
443
- $t as useId,
444
- xt as useImperativeHandle,
445
- Yt as useInsertionEffect,
446
- Lt as useLayoutEffect,
447
- Ut as useMemo,
448
- Dt as useOptimistic,
449
- kt as useReducer,
450
- bt as useRef,
451
- qt as useState,
452
- zt as useSyncExternalStore,
453
- Gt as useTransition,
454
- Kt as version
455
- };
1
+ import { n as e, t } from "./chunk-efA98nb6.js";
2
+ //#region ../../../node_modules/.pnpm/react@19.2.0/node_modules/react/cjs/react.production.js
3
+ var n = /* @__PURE__ */ t(((e) => {
4
+ var t = Symbol.for("react.transitional.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), o = Symbol.for("react.consumer"), s = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), l = Symbol.for("react.suspense"), u = Symbol.for("react.memo"), d = Symbol.for("react.lazy"), f = Symbol.for("react.activity"), p = Symbol.iterator;
5
+ function m(e) {
6
+ return typeof e != "object" || !e ? null : (e = p && e[p] || e["@@iterator"], typeof e == "function" ? e : null);
7
+ }
8
+ var h = {
9
+ isMounted: function() {
10
+ return !1;
11
+ },
12
+ enqueueForceUpdate: function() {},
13
+ enqueueReplaceState: function() {},
14
+ enqueueSetState: function() {}
15
+ }, g = Object.assign, _ = {};
16
+ function v(e, t, n) {
17
+ this.props = e, this.context = t, this.refs = _, this.updater = n || h;
18
+ }
19
+ v.prototype.isReactComponent = {}, v.prototype.setState = function(e, t) {
20
+ if (typeof e != "object" && typeof e != "function" && e != null) throw Error("takes an object of state variables to update or a function which returns an object of state variables.");
21
+ this.updater.enqueueSetState(this, e, t, "setState");
22
+ }, v.prototype.forceUpdate = function(e) {
23
+ this.updater.enqueueForceUpdate(this, e, "forceUpdate");
24
+ };
25
+ function y() {}
26
+ y.prototype = v.prototype;
27
+ function b(e, t, n) {
28
+ this.props = e, this.context = t, this.refs = _, this.updater = n || h;
29
+ }
30
+ var x = b.prototype = new y();
31
+ x.constructor = b, g(x, v.prototype), x.isPureReactComponent = !0;
32
+ var S = Array.isArray;
33
+ function C() {}
34
+ var w = {
35
+ H: null,
36
+ A: null,
37
+ T: null,
38
+ S: null
39
+ }, T = Object.prototype.hasOwnProperty;
40
+ function E(e, n, r) {
41
+ var i = r.ref;
42
+ return {
43
+ $$typeof: t,
44
+ type: e,
45
+ key: n,
46
+ ref: i === void 0 ? null : i,
47
+ props: r
48
+ };
49
+ }
50
+ function D(e, t) {
51
+ return E(e.type, t, e.props);
52
+ }
53
+ function O(e) {
54
+ return typeof e == "object" && !!e && e.$$typeof === t;
55
+ }
56
+ function k(e) {
57
+ var t = {
58
+ "=": "=0",
59
+ ":": "=2"
60
+ };
61
+ return "$" + e.replace(/[=:]/g, function(e) {
62
+ return t[e];
63
+ });
64
+ }
65
+ var A = /\/+/g;
66
+ function j(e, t) {
67
+ return typeof e == "object" && e && e.key != null ? k("" + e.key) : t.toString(36);
68
+ }
69
+ function M(e) {
70
+ switch (e.status) {
71
+ case "fulfilled": return e.value;
72
+ case "rejected": throw e.reason;
73
+ default: switch (typeof e.status == "string" ? e.then(C, C) : (e.status = "pending", e.then(function(t) {
74
+ e.status === "pending" && (e.status = "fulfilled", e.value = t);
75
+ }, function(t) {
76
+ e.status === "pending" && (e.status = "rejected", e.reason = t);
77
+ })), e.status) {
78
+ case "fulfilled": return e.value;
79
+ case "rejected": throw e.reason;
80
+ }
81
+ }
82
+ throw e;
83
+ }
84
+ function N(e, r, i, a, o) {
85
+ var s = typeof e;
86
+ (s === "undefined" || s === "boolean") && (e = null);
87
+ var c = !1;
88
+ if (e === null) c = !0;
89
+ else switch (s) {
90
+ case "bigint":
91
+ case "string":
92
+ case "number":
93
+ c = !0;
94
+ break;
95
+ case "object": switch (e.$$typeof) {
96
+ case t:
97
+ case n:
98
+ c = !0;
99
+ break;
100
+ case d: return c = e._init, N(c(e._payload), r, i, a, o);
101
+ }
102
+ }
103
+ if (c) return o = o(e), c = a === "" ? "." + j(e, 0) : a, S(o) ? (i = "", c != null && (i = c.replace(A, "$&/") + "/"), N(o, r, i, "", function(e) {
104
+ return e;
105
+ })) : o != null && (O(o) && (o = D(o, i + (o.key == null || e && e.key === o.key ? "" : ("" + o.key).replace(A, "$&/") + "/") + c)), r.push(o)), 1;
106
+ c = 0;
107
+ var l = a === "" ? "." : a + ":";
108
+ if (S(e)) for (var u = 0; u < e.length; u++) a = e[u], s = l + j(a, u), c += N(a, r, i, s, o);
109
+ else if (u = m(e), typeof u == "function") for (e = u.call(e), u = 0; !(a = e.next()).done;) a = a.value, s = l + j(a, u++), c += N(a, r, i, s, o);
110
+ else if (s === "object") {
111
+ if (typeof e.then == "function") return N(M(e), r, i, a, o);
112
+ throw r = String(e), Error("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.");
113
+ }
114
+ return c;
115
+ }
116
+ function P(e, t, n) {
117
+ if (e == null) return e;
118
+ var r = [], i = 0;
119
+ return N(e, r, "", "", function(e) {
120
+ return t.call(n, e, i++);
121
+ }), r;
122
+ }
123
+ function F(e) {
124
+ if (e._status === -1) {
125
+ var t = e._result;
126
+ t = t(), t.then(function(t) {
127
+ (e._status === 0 || e._status === -1) && (e._status = 1, e._result = t);
128
+ }, function(t) {
129
+ (e._status === 0 || e._status === -1) && (e._status = 2, e._result = t);
130
+ }), e._status === -1 && (e._status = 0, e._result = t);
131
+ }
132
+ if (e._status === 1) return e._result.default;
133
+ throw e._result;
134
+ }
135
+ var I = typeof reportError == "function" ? reportError : function(e) {
136
+ if (typeof window == "object" && typeof window.ErrorEvent == "function") {
137
+ var t = new window.ErrorEvent("error", {
138
+ bubbles: !0,
139
+ cancelable: !0,
140
+ message: typeof e == "object" && e && typeof e.message == "string" ? String(e.message) : String(e),
141
+ error: e
142
+ });
143
+ if (!window.dispatchEvent(t)) return;
144
+ } else if (typeof process == "object" && typeof process.emit == "function") {
145
+ process.emit("uncaughtException", e);
146
+ return;
147
+ }
148
+ console.error(e);
149
+ }, L = {
150
+ map: P,
151
+ forEach: function(e, t, n) {
152
+ P(e, function() {
153
+ t.apply(this, arguments);
154
+ }, n);
155
+ },
156
+ count: function(e) {
157
+ var t = 0;
158
+ return P(e, function() {
159
+ t++;
160
+ }), t;
161
+ },
162
+ toArray: function(e) {
163
+ return P(e, function(e) {
164
+ return e;
165
+ }) || [];
166
+ },
167
+ only: function(e) {
168
+ if (!O(e)) throw Error("React.Children.only expected to receive a single React element child.");
169
+ return e;
170
+ }
171
+ };
172
+ e.Activity = f, e.Children = L, e.Component = v, e.Fragment = r, e.Profiler = a, e.PureComponent = b, e.StrictMode = i, e.Suspense = l, e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = w, e.__COMPILER_RUNTIME = {
173
+ __proto__: null,
174
+ c: function(e) {
175
+ return w.H.useMemoCache(e);
176
+ }
177
+ }, e.cache = function(e) {
178
+ return function() {
179
+ return e.apply(null, arguments);
180
+ };
181
+ }, e.cacheSignal = function() {
182
+ return null;
183
+ }, e.cloneElement = function(e, t, n) {
184
+ if (e == null) throw Error("The argument must be a React element, but you passed " + e + ".");
185
+ var r = g({}, e.props), i = e.key;
186
+ if (t != null) for (a in t.key !== void 0 && (i = "" + t.key), t) !T.call(t, a) || a === "key" || a === "__self" || a === "__source" || a === "ref" && t.ref === void 0 || (r[a] = t[a]);
187
+ var a = arguments.length - 2;
188
+ if (a === 1) r.children = n;
189
+ else if (1 < a) {
190
+ for (var o = Array(a), s = 0; s < a; s++) o[s] = arguments[s + 2];
191
+ r.children = o;
192
+ }
193
+ return E(e.type, i, r);
194
+ }, e.createContext = function(e) {
195
+ return e = {
196
+ $$typeof: s,
197
+ _currentValue: e,
198
+ _currentValue2: e,
199
+ _threadCount: 0,
200
+ Provider: null,
201
+ Consumer: null
202
+ }, e.Provider = e, e.Consumer = {
203
+ $$typeof: o,
204
+ _context: e
205
+ }, e;
206
+ }, e.createElement = function(e, t, n) {
207
+ var r, i = {}, a = null;
208
+ if (t != null) for (r in t.key !== void 0 && (a = "" + t.key), t) T.call(t, r) && r !== "key" && r !== "__self" && r !== "__source" && (i[r] = t[r]);
209
+ var o = arguments.length - 2;
210
+ if (o === 1) i.children = n;
211
+ else if (1 < o) {
212
+ for (var s = Array(o), c = 0; c < o; c++) s[c] = arguments[c + 2];
213
+ i.children = s;
214
+ }
215
+ if (e && e.defaultProps) for (r in o = e.defaultProps, o) i[r] === void 0 && (i[r] = o[r]);
216
+ return E(e, a, i);
217
+ }, e.createRef = function() {
218
+ return { current: null };
219
+ }, e.forwardRef = function(e) {
220
+ return {
221
+ $$typeof: c,
222
+ render: e
223
+ };
224
+ }, e.isValidElement = O, e.lazy = function(e) {
225
+ return {
226
+ $$typeof: d,
227
+ _payload: {
228
+ _status: -1,
229
+ _result: e
230
+ },
231
+ _init: F
232
+ };
233
+ }, e.memo = function(e, t) {
234
+ return {
235
+ $$typeof: u,
236
+ type: e,
237
+ compare: t === void 0 ? null : t
238
+ };
239
+ }, e.startTransition = function(e) {
240
+ var t = w.T, n = {};
241
+ w.T = n;
242
+ try {
243
+ var r = e(), i = w.S;
244
+ i !== null && i(n, r), typeof r == "object" && r && typeof r.then == "function" && r.then(C, I);
245
+ } catch (e) {
246
+ I(e);
247
+ } finally {
248
+ t !== null && n.types !== null && (t.types = n.types), w.T = t;
249
+ }
250
+ }, e.unstable_useCacheRefresh = function() {
251
+ return w.H.useCacheRefresh();
252
+ }, e.use = function(e) {
253
+ return w.H.use(e);
254
+ }, e.useActionState = function(e, t, n) {
255
+ return w.H.useActionState(e, t, n);
256
+ }, e.useCallback = function(e, t) {
257
+ return w.H.useCallback(e, t);
258
+ }, e.useContext = function(e) {
259
+ return w.H.useContext(e);
260
+ }, e.useDebugValue = function() {}, e.useDeferredValue = function(e, t) {
261
+ return w.H.useDeferredValue(e, t);
262
+ }, e.useEffect = function(e, t) {
263
+ return w.H.useEffect(e, t);
264
+ }, e.useEffectEvent = function(e) {
265
+ return w.H.useEffectEvent(e);
266
+ }, e.useId = function() {
267
+ return w.H.useId();
268
+ }, e.useImperativeHandle = function(e, t, n) {
269
+ return w.H.useImperativeHandle(e, t, n);
270
+ }, e.useInsertionEffect = function(e, t) {
271
+ return w.H.useInsertionEffect(e, t);
272
+ }, e.useLayoutEffect = function(e, t) {
273
+ return w.H.useLayoutEffect(e, t);
274
+ }, e.useMemo = function(e, t) {
275
+ return w.H.useMemo(e, t);
276
+ }, e.useOptimistic = function(e, t) {
277
+ return w.H.useOptimistic(e, t);
278
+ }, e.useReducer = function(e, t, n) {
279
+ return w.H.useReducer(e, t, n);
280
+ }, e.useRef = function(e) {
281
+ return w.H.useRef(e);
282
+ }, e.useState = function(e) {
283
+ return w.H.useState(e);
284
+ }, e.useSyncExternalStore = function(e, t, n) {
285
+ return w.H.useSyncExternalStore(e, t, n);
286
+ }, e.useTransition = function() {
287
+ return w.H.useTransition();
288
+ }, e.version = "19.2.0";
289
+ })), r = /* @__PURE__ */ e((/* @__PURE__ */ t(((e, t) => {
290
+ t.exports = n();
291
+ })))(), 1), i = r.default.default || r.default, { Activity: a, Children: o, Component: s, Fragment: c, Profiler: l, PureComponent: u, StrictMode: d, Suspense: f, __CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE: p, __COMPILER_RUNTIME: m, cache: h, cacheSignal: g, cloneElement: _, createContext: v, createElement: y, createRef: b, forwardRef: x, isValidElement: S, lazy: C, memo: w, startTransition: T, unstable_useCacheRefresh: E, use: D, useActionState: O, useCallback: k, useContext: A, useDebugValue: j, useDeferredValue: M, useEffect: N, useEffectEvent: P, useId: F, useImperativeHandle: I, useInsertionEffect: L, useLayoutEffect: R, useMemo: z, useOptimistic: B, useReducer: V, useRef: H, useState: U, useSyncExternalStore: W, useTransition: G, version: K } = i;
292
+ //#endregion
293
+ export { a as Activity, o as Children, s as Component, c as Fragment, l as Profiler, u as PureComponent, d as StrictMode, f as Suspense, p as __CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, m as __COMPILER_RUNTIME, h as cache, g as cacheSignal, _ as cloneElement, v as createContext, y as createElement, b as createRef, i as default, x as forwardRef, S as isValidElement, C as lazy, w as memo, T as startTransition, E as unstable_useCacheRefresh, D as use, O as useActionState, k as useCallback, A as useContext, j as useDebugValue, M as useDeferredValue, N as useEffect, P as useEffectEvent, F as useId, I as useImperativeHandle, L as useInsertionEffect, R as useLayoutEffect, z as useMemo, B as useOptimistic, V as useReducer, H as useRef, U as useState, W as useSyncExternalStore, G as useTransition, K as version };