@ptolemy2002/react-proxy-context 2.3.3 → 2.3.4
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/main.js +138 -138
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import Fe, { createContext as vr, useRef as
|
|
1
|
+
import Fe, { createContext as vr, useRef as ie, useImperativeHandle as pr, useCallback as L, useContext as br, useSyncExternalStore as yr } from "react";
|
|
2
2
|
import { nanoid as mr } from "nanoid";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
3
|
+
import V from "is-callable";
|
|
4
|
+
import Er from "@ptolemy2002/react-force-rerender";
|
|
5
|
+
import Rr from "@ptolemy2002/react-hook-result";
|
|
6
6
|
import { partialMemo as gr } from "@ptolemy2002/react-utils";
|
|
7
7
|
var ue = { exports: {} }, J = {};
|
|
8
8
|
/**
|
|
@@ -18,13 +18,13 @@ var De;
|
|
|
18
18
|
function hr() {
|
|
19
19
|
if (De) return J;
|
|
20
20
|
De = 1;
|
|
21
|
-
var
|
|
21
|
+
var E = Fe, R = Symbol.for("react.element"), C = Symbol.for("react.fragment"), m = Object.prototype.hasOwnProperty, T = E.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, g = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
22
22
|
function y(i, s, j) {
|
|
23
|
-
var b,
|
|
23
|
+
var b, h = {}, w = null, I = null;
|
|
24
24
|
j !== void 0 && (w = "" + j), s.key !== void 0 && (w = "" + s.key), s.ref !== void 0 && (I = s.ref);
|
|
25
|
-
for (b in s) m.call(s, b) && !
|
|
26
|
-
if (i && i.defaultProps) for (b in s = i.defaultProps, s)
|
|
27
|
-
return { $$typeof:
|
|
25
|
+
for (b in s) m.call(s, b) && !g.hasOwnProperty(b) && (h[b] = s[b]);
|
|
26
|
+
if (i && i.defaultProps) for (b in s = i.defaultProps, s) h[b] === void 0 && (h[b] = s[b]);
|
|
27
|
+
return { $$typeof: R, type: i, key: w, ref: I, props: h, _owner: T.current };
|
|
28
28
|
}
|
|
29
29
|
return J.Fragment = C, J.jsx = y, J.jsxs = y, J;
|
|
30
30
|
}
|
|
@@ -41,14 +41,14 @@ var q = {};
|
|
|
41
41
|
var Ae;
|
|
42
42
|
function _r() {
|
|
43
43
|
return Ae || (Ae = 1, process.env.NODE_ENV !== "production" && function() {
|
|
44
|
-
var
|
|
44
|
+
var E = Fe, R = Symbol.for("react.element"), C = Symbol.for("react.portal"), m = Symbol.for("react.fragment"), T = Symbol.for("react.strict_mode"), g = Symbol.for("react.profiler"), y = Symbol.for("react.provider"), i = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), j = Symbol.for("react.suspense"), b = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), w = Symbol.for("react.lazy"), I = Symbol.for("react.offscreen"), M = Symbol.iterator, v = "@@iterator";
|
|
45
45
|
function S(e) {
|
|
46
46
|
if (e === null || typeof e != "object")
|
|
47
47
|
return null;
|
|
48
|
-
var r =
|
|
48
|
+
var r = M && e[M] || e[v];
|
|
49
49
|
return typeof r == "function" ? r : null;
|
|
50
50
|
}
|
|
51
|
-
var l =
|
|
51
|
+
var l = E.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
52
52
|
function c(e) {
|
|
53
53
|
{
|
|
54
54
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
@@ -69,7 +69,7 @@ function _r() {
|
|
|
69
69
|
var D = !1, $ = !1, Ie = !1, $e = !1, We = !1, se;
|
|
70
70
|
se = Symbol.for("react.module.reference");
|
|
71
71
|
function Ye(e) {
|
|
72
|
-
return !!(typeof e == "string" || typeof e == "function" || e === m || e ===
|
|
72
|
+
return !!(typeof e == "string" || typeof e == "function" || e === m || e === g || We || e === T || e === j || e === b || $e || e === I || D || $ || Ie || typeof e == "object" && e !== null && (e.$$typeof === w || e.$$typeof === h || e.$$typeof === y || e.$$typeof === i || e.$$typeof === s || // This needs to include all possible module reference object
|
|
73
73
|
// types supported by any Flight configuration anywhere since
|
|
74
74
|
// we don't know which Flight build this will end up being used
|
|
75
75
|
// with.
|
|
@@ -97,9 +97,9 @@ function _r() {
|
|
|
97
97
|
return "Fragment";
|
|
98
98
|
case C:
|
|
99
99
|
return "Portal";
|
|
100
|
-
case
|
|
100
|
+
case g:
|
|
101
101
|
return "Profiler";
|
|
102
|
-
case
|
|
102
|
+
case T:
|
|
103
103
|
return "StrictMode";
|
|
104
104
|
case j:
|
|
105
105
|
return "Suspense";
|
|
@@ -116,7 +116,7 @@ function _r() {
|
|
|
116
116
|
return ce(t._context) + ".Provider";
|
|
117
117
|
case s:
|
|
118
118
|
return Le(e, e.render, "ForwardRef");
|
|
119
|
-
case
|
|
119
|
+
case h:
|
|
120
120
|
var n = e.displayName || null;
|
|
121
121
|
return n !== null ? n : k(e.type) || "Memo";
|
|
122
122
|
case w: {
|
|
@@ -130,13 +130,13 @@ function _r() {
|
|
|
130
130
|
}
|
|
131
131
|
return null;
|
|
132
132
|
}
|
|
133
|
-
var A = Object.assign,
|
|
133
|
+
var A = Object.assign, U = 0, fe, le, de, ve, pe, be, ye;
|
|
134
134
|
function me() {
|
|
135
135
|
}
|
|
136
136
|
me.__reactDisabledLog = !0;
|
|
137
137
|
function Ve() {
|
|
138
138
|
{
|
|
139
|
-
if (
|
|
139
|
+
if (U === 0) {
|
|
140
140
|
fe = console.log, le = console.info, de = console.warn, ve = console.error, pe = console.group, be = console.groupCollapsed, ye = console.groupEnd;
|
|
141
141
|
var e = {
|
|
142
142
|
configurable: !0,
|
|
@@ -154,12 +154,12 @@ function _r() {
|
|
|
154
154
|
groupEnd: e
|
|
155
155
|
});
|
|
156
156
|
}
|
|
157
|
-
|
|
157
|
+
U++;
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
function Me() {
|
|
161
161
|
{
|
|
162
|
-
if (
|
|
162
|
+
if (U--, U === 0) {
|
|
163
163
|
var e = {
|
|
164
164
|
configurable: !0,
|
|
165
165
|
enumerable: !0,
|
|
@@ -189,30 +189,30 @@ function _r() {
|
|
|
189
189
|
})
|
|
190
190
|
});
|
|
191
191
|
}
|
|
192
|
-
|
|
192
|
+
U < 0 && c("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
|
-
var
|
|
195
|
+
var X = l.ReactCurrentDispatcher, Z;
|
|
196
196
|
function K(e, r, t) {
|
|
197
197
|
{
|
|
198
|
-
if (
|
|
198
|
+
if (Z === void 0)
|
|
199
199
|
try {
|
|
200
200
|
throw Error();
|
|
201
201
|
} catch (u) {
|
|
202
202
|
var n = u.stack.trim().match(/\n( *(at )?)/);
|
|
203
|
-
|
|
203
|
+
Z = n && n[1] || "";
|
|
204
204
|
}
|
|
205
205
|
return `
|
|
206
|
-
` +
|
|
206
|
+
` + Z + e;
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
var
|
|
209
|
+
var Q = !1, G;
|
|
210
210
|
{
|
|
211
211
|
var Ue = typeof WeakMap == "function" ? WeakMap : Map;
|
|
212
212
|
G = new Ue();
|
|
213
213
|
}
|
|
214
|
-
function
|
|
215
|
-
if (!e ||
|
|
214
|
+
function Ee(e, r) {
|
|
215
|
+
if (!e || Q)
|
|
216
216
|
return "";
|
|
217
217
|
{
|
|
218
218
|
var t = G.get(e);
|
|
@@ -220,11 +220,11 @@ function _r() {
|
|
|
220
220
|
return t;
|
|
221
221
|
}
|
|
222
222
|
var n;
|
|
223
|
-
|
|
223
|
+
Q = !0;
|
|
224
224
|
var u = Error.prepareStackTrace;
|
|
225
225
|
Error.prepareStackTrace = void 0;
|
|
226
226
|
var f;
|
|
227
|
-
f =
|
|
227
|
+
f = X.current, X.current = null, Ve();
|
|
228
228
|
try {
|
|
229
229
|
if (r) {
|
|
230
230
|
var o = function() {
|
|
@@ -237,37 +237,37 @@ function _r() {
|
|
|
237
237
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
238
238
|
try {
|
|
239
239
|
Reflect.construct(o, []);
|
|
240
|
-
} catch (
|
|
241
|
-
n =
|
|
240
|
+
} catch (x) {
|
|
241
|
+
n = x;
|
|
242
242
|
}
|
|
243
243
|
Reflect.construct(e, [], o);
|
|
244
244
|
} else {
|
|
245
245
|
try {
|
|
246
246
|
o.call();
|
|
247
|
-
} catch (
|
|
248
|
-
n =
|
|
247
|
+
} catch (x) {
|
|
248
|
+
n = x;
|
|
249
249
|
}
|
|
250
250
|
e.call(o.prototype);
|
|
251
251
|
}
|
|
252
252
|
} else {
|
|
253
253
|
try {
|
|
254
254
|
throw Error();
|
|
255
|
-
} catch (
|
|
256
|
-
n =
|
|
255
|
+
} catch (x) {
|
|
256
|
+
n = x;
|
|
257
257
|
}
|
|
258
258
|
e();
|
|
259
259
|
}
|
|
260
|
-
} catch (
|
|
261
|
-
if (
|
|
262
|
-
for (var a =
|
|
263
|
-
`),
|
|
264
|
-
`), d = a.length - 1, p =
|
|
260
|
+
} catch (x) {
|
|
261
|
+
if (x && n && typeof x.stack == "string") {
|
|
262
|
+
for (var a = x.stack.split(`
|
|
263
|
+
`), _ = n.stack.split(`
|
|
264
|
+
`), d = a.length - 1, p = _.length - 1; d >= 1 && p >= 0 && a[d] !== _[p]; )
|
|
265
265
|
p--;
|
|
266
266
|
for (; d >= 1 && p >= 0; d--, p--)
|
|
267
|
-
if (a[d] !==
|
|
267
|
+
if (a[d] !== _[p]) {
|
|
268
268
|
if (d !== 1 || p !== 1)
|
|
269
269
|
do
|
|
270
|
-
if (d--, p--, p < 0 || a[d] !==
|
|
270
|
+
if (d--, p--, p < 0 || a[d] !== _[p]) {
|
|
271
271
|
var O = `
|
|
272
272
|
` + a[d].replace(" at new ", " at ");
|
|
273
273
|
return e.displayName && O.includes("<anonymous>") && (O = O.replace("<anonymous>", e.displayName)), typeof e == "function" && G.set(e, O), O;
|
|
@@ -277,13 +277,13 @@ function _r() {
|
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
} finally {
|
|
280
|
-
|
|
280
|
+
Q = !1, X.current = f, Me(), Error.prepareStackTrace = u;
|
|
281
281
|
}
|
|
282
282
|
var Y = e ? e.displayName || e.name : "", F = Y ? K(Y) : "";
|
|
283
283
|
return typeof e == "function" && G.set(e, F), F;
|
|
284
284
|
}
|
|
285
285
|
function Ne(e, r, t) {
|
|
286
|
-
return
|
|
286
|
+
return Ee(e, !1);
|
|
287
287
|
}
|
|
288
288
|
function Be(e) {
|
|
289
289
|
var r = e.prototype;
|
|
@@ -293,7 +293,7 @@ function _r() {
|
|
|
293
293
|
if (e == null)
|
|
294
294
|
return "";
|
|
295
295
|
if (typeof e == "function")
|
|
296
|
-
return
|
|
296
|
+
return Ee(e, Be(e));
|
|
297
297
|
if (typeof e == "string")
|
|
298
298
|
return K(e);
|
|
299
299
|
switch (e) {
|
|
@@ -306,7 +306,7 @@ function _r() {
|
|
|
306
306
|
switch (e.$$typeof) {
|
|
307
307
|
case s:
|
|
308
308
|
return Ne(e.render);
|
|
309
|
-
case
|
|
309
|
+
case h:
|
|
310
310
|
return z(e.type, r, t);
|
|
311
311
|
case w: {
|
|
312
312
|
var n = e, u = n._payload, f = n._init;
|
|
@@ -318,7 +318,7 @@ function _r() {
|
|
|
318
318
|
}
|
|
319
319
|
return "";
|
|
320
320
|
}
|
|
321
|
-
var
|
|
321
|
+
var N = Object.prototype.hasOwnProperty, Re = {}, ge = l.ReactDebugCurrentFrame;
|
|
322
322
|
function H(e) {
|
|
323
323
|
if (e) {
|
|
324
324
|
var r = e._owner, t = z(e.type, e._source, r ? r.type : null);
|
|
@@ -328,25 +328,25 @@ function _r() {
|
|
|
328
328
|
}
|
|
329
329
|
function Je(e, r, t, n, u) {
|
|
330
330
|
{
|
|
331
|
-
var f = Function.call.bind(
|
|
331
|
+
var f = Function.call.bind(N);
|
|
332
332
|
for (var o in e)
|
|
333
333
|
if (f(e, o)) {
|
|
334
334
|
var a = void 0;
|
|
335
335
|
try {
|
|
336
336
|
if (typeof e[o] != "function") {
|
|
337
|
-
var
|
|
338
|
-
throw
|
|
337
|
+
var _ = Error((n || "React class") + ": " + t + " type `" + o + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[o] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
338
|
+
throw _.name = "Invariant Violation", _;
|
|
339
339
|
}
|
|
340
340
|
a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
341
341
|
} catch (d) {
|
|
342
342
|
a = d;
|
|
343
343
|
}
|
|
344
|
-
a && !(a instanceof Error) && (H(u), c("%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).", n || "React class", t, o, typeof a), H(null)), a instanceof Error && !(a.message in
|
|
344
|
+
a && !(a instanceof Error) && (H(u), c("%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).", n || "React class", t, o, typeof a), H(null)), a instanceof Error && !(a.message in Re) && (Re[a.message] = !0, H(u), c("Failed %s type: %s", t, a.message), H(null));
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
var qe = Array.isArray;
|
|
349
|
-
function
|
|
349
|
+
function ee(e) {
|
|
350
350
|
return qe(e);
|
|
351
351
|
}
|
|
352
352
|
function Ke(e) {
|
|
@@ -369,15 +369,15 @@ function _r() {
|
|
|
369
369
|
if (Ge(e))
|
|
370
370
|
return c("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ke(e)), he(e);
|
|
371
371
|
}
|
|
372
|
-
var
|
|
372
|
+
var B = l.ReactCurrentOwner, ze = {
|
|
373
373
|
key: !0,
|
|
374
374
|
ref: !0,
|
|
375
375
|
__self: !0,
|
|
376
376
|
__source: !0
|
|
377
|
-
}, Te, xe,
|
|
378
|
-
|
|
377
|
+
}, Te, xe, re;
|
|
378
|
+
re = {};
|
|
379
379
|
function He(e) {
|
|
380
|
-
if (
|
|
380
|
+
if (N.call(e, "ref")) {
|
|
381
381
|
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
382
382
|
if (r && r.isReactWarning)
|
|
383
383
|
return !1;
|
|
@@ -385,7 +385,7 @@ function _r() {
|
|
|
385
385
|
return e.ref !== void 0;
|
|
386
386
|
}
|
|
387
387
|
function Xe(e) {
|
|
388
|
-
if (
|
|
388
|
+
if (N.call(e, "key")) {
|
|
389
389
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
390
390
|
if (r && r.isReactWarning)
|
|
391
391
|
return !1;
|
|
@@ -393,9 +393,9 @@ function _r() {
|
|
|
393
393
|
return e.key !== void 0;
|
|
394
394
|
}
|
|
395
395
|
function Ze(e, r) {
|
|
396
|
-
if (typeof e.ref == "string" &&
|
|
397
|
-
var t = k(
|
|
398
|
-
|
|
396
|
+
if (typeof e.ref == "string" && B.current && r && B.current.stateNode !== r) {
|
|
397
|
+
var t = k(B.current.type);
|
|
398
|
+
re[t] || (c('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', k(B.current.type), e.ref), re[t] = !0);
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
401
|
function Qe(e, r) {
|
|
@@ -423,7 +423,7 @@ function _r() {
|
|
|
423
423
|
var rr = function(e, r, t, n, u, f, o) {
|
|
424
424
|
var a = {
|
|
425
425
|
// This tag allows us to uniquely identify this as a React Element
|
|
426
|
-
$$typeof:
|
|
426
|
+
$$typeof: R,
|
|
427
427
|
// Built-in properties that belong on the element
|
|
428
428
|
type: e,
|
|
429
429
|
key: r,
|
|
@@ -451,23 +451,23 @@ function _r() {
|
|
|
451
451
|
};
|
|
452
452
|
function tr(e, r, t, n, u) {
|
|
453
453
|
{
|
|
454
|
-
var f, o = {}, a = null,
|
|
455
|
-
t !== void 0 && (_e(t), a = "" + t), Xe(r) && (_e(r.key), a = "" + r.key), He(r) && (
|
|
454
|
+
var f, o = {}, a = null, _ = null;
|
|
455
|
+
t !== void 0 && (_e(t), a = "" + t), Xe(r) && (_e(r.key), a = "" + r.key), He(r) && (_ = r.ref, Ze(r, u));
|
|
456
456
|
for (f in r)
|
|
457
|
-
|
|
457
|
+
N.call(r, f) && !ze.hasOwnProperty(f) && (o[f] = r[f]);
|
|
458
458
|
if (e && e.defaultProps) {
|
|
459
459
|
var d = e.defaultProps;
|
|
460
460
|
for (f in d)
|
|
461
461
|
o[f] === void 0 && (o[f] = d[f]);
|
|
462
462
|
}
|
|
463
|
-
if (a ||
|
|
463
|
+
if (a || _) {
|
|
464
464
|
var p = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
465
|
-
a && Qe(o, p),
|
|
465
|
+
a && Qe(o, p), _ && er(o, p);
|
|
466
466
|
}
|
|
467
|
-
return rr(e, a,
|
|
467
|
+
return rr(e, a, _, u, n, B.current, o);
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
|
-
var
|
|
470
|
+
var te = l.ReactCurrentOwner, Se = l.ReactDebugCurrentFrame;
|
|
471
471
|
function W(e) {
|
|
472
472
|
if (e) {
|
|
473
473
|
var r = e._owner, t = z(e.type, e._source, r ? r.type : null);
|
|
@@ -475,15 +475,15 @@ function _r() {
|
|
|
475
475
|
} else
|
|
476
476
|
Se.setExtraStackFrame(null);
|
|
477
477
|
}
|
|
478
|
-
var
|
|
479
|
-
|
|
480
|
-
function
|
|
481
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
478
|
+
var ne;
|
|
479
|
+
ne = !1;
|
|
480
|
+
function ae(e) {
|
|
481
|
+
return typeof e == "object" && e !== null && e.$$typeof === R;
|
|
482
482
|
}
|
|
483
483
|
function Pe() {
|
|
484
484
|
{
|
|
485
|
-
if (
|
|
486
|
-
var e = k(
|
|
485
|
+
if (te.current) {
|
|
486
|
+
var e = k(te.current.type);
|
|
487
487
|
if (e)
|
|
488
488
|
return `
|
|
489
489
|
|
|
@@ -518,25 +518,25 @@ Check the top-level render call using <` + t + ">.");
|
|
|
518
518
|
return;
|
|
519
519
|
we[t] = !0;
|
|
520
520
|
var n = "";
|
|
521
|
-
e && e._owner && e._owner !==
|
|
521
|
+
e && e._owner && e._owner !== te.current && (n = " It was passed a child from " + k(e._owner.type) + "."), W(e), c('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), W(null);
|
|
522
522
|
}
|
|
523
523
|
}
|
|
524
524
|
function Ce(e, r) {
|
|
525
525
|
{
|
|
526
526
|
if (typeof e != "object")
|
|
527
527
|
return;
|
|
528
|
-
if (
|
|
528
|
+
if (ee(e))
|
|
529
529
|
for (var t = 0; t < e.length; t++) {
|
|
530
530
|
var n = e[t];
|
|
531
|
-
|
|
531
|
+
ae(n) && Oe(n, r);
|
|
532
532
|
}
|
|
533
|
-
else if (
|
|
533
|
+
else if (ae(e))
|
|
534
534
|
e._store && (e._store.validated = !0);
|
|
535
535
|
else if (e) {
|
|
536
536
|
var u = S(e);
|
|
537
537
|
if (typeof u == "function" && u !== e.entries)
|
|
538
538
|
for (var f = u.call(e), o; !(o = f.next()).done; )
|
|
539
|
-
|
|
539
|
+
ae(o.value) && Oe(o.value, r);
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
542
|
}
|
|
@@ -550,15 +550,15 @@ Check the top-level render call using <` + t + ">.");
|
|
|
550
550
|
t = r.propTypes;
|
|
551
551
|
else if (typeof r == "object" && (r.$$typeof === s || // Note: Memo only checks outer props here.
|
|
552
552
|
// Inner props are checked in the reconciler.
|
|
553
|
-
r.$$typeof ===
|
|
553
|
+
r.$$typeof === h))
|
|
554
554
|
t = r.propTypes;
|
|
555
555
|
else
|
|
556
556
|
return;
|
|
557
557
|
if (t) {
|
|
558
558
|
var n = k(r);
|
|
559
559
|
Je(t, e.props, "prop", n, e);
|
|
560
|
-
} else if (r.PropTypes !== void 0 && !
|
|
561
|
-
|
|
560
|
+
} else if (r.PropTypes !== void 0 && !ne) {
|
|
561
|
+
ne = !0;
|
|
562
562
|
var u = k(r);
|
|
563
563
|
c("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", u || "Unknown");
|
|
564
564
|
}
|
|
@@ -584,10 +584,10 @@ Check the top-level render call using <` + t + ">.");
|
|
|
584
584
|
if (!o) {
|
|
585
585
|
var a = "";
|
|
586
586
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
587
|
-
var
|
|
588
|
-
|
|
587
|
+
var _ = nr();
|
|
588
|
+
_ ? a += _ : a += Pe();
|
|
589
589
|
var d;
|
|
590
|
-
e === null ? d = "null" :
|
|
590
|
+
e === null ? d = "null" : ee(e) ? d = "array" : e !== void 0 && e.$$typeof === R ? (d = "<" + (k(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : d = typeof e, c("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", d, a);
|
|
591
591
|
}
|
|
592
592
|
var p = tr(e, r, t, u, f);
|
|
593
593
|
if (p == null)
|
|
@@ -596,7 +596,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
596
596
|
var O = r.children;
|
|
597
597
|
if (O !== void 0)
|
|
598
598
|
if (n)
|
|
599
|
-
if (
|
|
599
|
+
if (ee(O)) {
|
|
600
600
|
for (var Y = 0; Y < O.length; Y++)
|
|
601
601
|
Ce(O[Y], e);
|
|
602
602
|
Object.freeze && Object.freeze(O);
|
|
@@ -605,18 +605,18 @@ Check the top-level render call using <` + t + ">.");
|
|
|
605
605
|
else
|
|
606
606
|
Ce(O, e);
|
|
607
607
|
}
|
|
608
|
-
if (
|
|
609
|
-
var F = k(e),
|
|
608
|
+
if (N.call(r, "key")) {
|
|
609
|
+
var F = k(e), x = Object.keys(r).filter(function(dr) {
|
|
610
610
|
return dr !== "key";
|
|
611
|
-
}),
|
|
612
|
-
if (!je[F +
|
|
613
|
-
var lr =
|
|
611
|
+
}), oe = x.length > 0 ? "{key: someKey, " + x.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
612
|
+
if (!je[F + oe]) {
|
|
613
|
+
var lr = x.length > 0 ? "{" + x.join(": ..., ") + ": ...}" : "{}";
|
|
614
614
|
c(`A props object containing a "key" prop is being spread into JSX:
|
|
615
615
|
let props = %s;
|
|
616
616
|
<%s {...props} />
|
|
617
617
|
React keys must be passed directly to JSX without using spread:
|
|
618
618
|
let props = %s;
|
|
619
|
-
<%s key={someKey} {...props} />`,
|
|
619
|
+
<%s key={someKey} {...props} />`, oe, F, lr, F), je[F + oe] = !0;
|
|
620
620
|
}
|
|
621
621
|
}
|
|
622
622
|
return e === m ? ir(p) : or(p), p;
|
|
@@ -634,38 +634,38 @@ React keys must be passed directly to JSX without using spread:
|
|
|
634
634
|
}
|
|
635
635
|
process.env.NODE_ENV === "production" ? ue.exports = hr() : ue.exports = _r();
|
|
636
636
|
var Tr = ue.exports;
|
|
637
|
-
function kr(
|
|
637
|
+
function kr(E) {
|
|
638
638
|
if (typeof Proxy > "u") throw new Error("Proxy is not supported in this environment.");
|
|
639
|
-
const
|
|
639
|
+
const R = vr(
|
|
640
640
|
void 0
|
|
641
641
|
);
|
|
642
|
-
return
|
|
642
|
+
return R.name = E, R;
|
|
643
643
|
}
|
|
644
|
-
function xr(
|
|
645
|
-
if (Array.isArray(
|
|
646
|
-
const [
|
|
647
|
-
return (m,
|
|
648
|
-
if (m !==
|
|
649
|
-
let y =
|
|
644
|
+
function xr(E) {
|
|
645
|
+
if (Array.isArray(E)) {
|
|
646
|
+
const [R, ...C] = E;
|
|
647
|
+
return (m, T, g) => {
|
|
648
|
+
if (m !== R) return !1;
|
|
649
|
+
let y = T, i = g;
|
|
650
650
|
for (const s of C)
|
|
651
651
|
y = y == null ? void 0 : y[s], i = i == null ? void 0 : i[s];
|
|
652
652
|
return y !== i;
|
|
653
653
|
};
|
|
654
654
|
}
|
|
655
|
-
return
|
|
655
|
+
return E;
|
|
656
656
|
}
|
|
657
|
-
function Dr(
|
|
657
|
+
function Dr(E) {
|
|
658
658
|
return gr(
|
|
659
659
|
({
|
|
660
|
-
children:
|
|
660
|
+
children: R,
|
|
661
661
|
value: C,
|
|
662
662
|
onChangeProp: m,
|
|
663
|
-
onChangeReinit:
|
|
664
|
-
proxyRef:
|
|
663
|
+
onChangeReinit: T,
|
|
664
|
+
proxyRef: g
|
|
665
665
|
}) => {
|
|
666
|
-
const y =
|
|
667
|
-
pr(
|
|
668
|
-
const b =
|
|
666
|
+
const y = ie({}), i = ie(), s = ie({}), j = Er();
|
|
667
|
+
pr(g, () => i.current, [i.current]);
|
|
668
|
+
const b = L((v, S, l) => {
|
|
669
669
|
const c = mr();
|
|
670
670
|
return y.current[c] = {
|
|
671
671
|
id: c,
|
|
@@ -673,27 +673,27 @@ function Dr(R) {
|
|
|
673
673
|
propCallback: v,
|
|
674
674
|
reinitCallback: S
|
|
675
675
|
}, c;
|
|
676
|
-
}, []),
|
|
676
|
+
}, []), h = L((v) => {
|
|
677
677
|
delete y.current[v];
|
|
678
|
-
}, []), w =
|
|
678
|
+
}, []), w = L((v, S, l) => {
|
|
679
679
|
Object.values(y.current).forEach((c) => {
|
|
680
680
|
var D;
|
|
681
681
|
const P = (D = c.deps) == null ? void 0 : D.map(xr);
|
|
682
682
|
(!P || P.includes(v) && l !== S || P.some(
|
|
683
|
-
($) =>
|
|
683
|
+
($) => V($) && $(v, S, l, i.current)
|
|
684
684
|
)) && c.propCallback(v, S, l);
|
|
685
|
-
}),
|
|
686
|
-
}, [m]), I =
|
|
685
|
+
}), V(m) && m(v, S, l);
|
|
686
|
+
}, [m]), I = L((v, S) => {
|
|
687
687
|
Object.values(y.current).forEach((l) => {
|
|
688
688
|
l.reinitCallback(v, S);
|
|
689
|
-
}),
|
|
690
|
-
}, [
|
|
689
|
+
}), V(T) && T(v, S);
|
|
690
|
+
}, [T]), M = L((v) => {
|
|
691
691
|
if (v !== i.current) {
|
|
692
692
|
const S = i.current;
|
|
693
693
|
v !== null ? i.current = new Proxy(v, {
|
|
694
694
|
get: function(l, c) {
|
|
695
695
|
const P = Reflect.get(l, c, v);
|
|
696
|
-
return
|
|
696
|
+
return V(P) ? P.bind(i.current) : P;
|
|
697
697
|
},
|
|
698
698
|
set: function(l, c, P) {
|
|
699
699
|
const D = c, $ = l[D];
|
|
@@ -702,34 +702,34 @@ function Dr(R) {
|
|
|
702
702
|
}) : i.current = v, I(i.current, S), j();
|
|
703
703
|
}
|
|
704
704
|
return s.current.obj = i.current, i.current;
|
|
705
|
-
}, [m,
|
|
706
|
-
return i.current === void 0 && (i.current =
|
|
705
|
+
}, [m, T, w]);
|
|
706
|
+
return i.current === void 0 && (i.current = M(C)), s.current.obj = i.current, s.current.set = M, s.current.subscribe = b, s.current.unsubscribe = h, /* @__PURE__ */ Tr.jsx(E.Provider, { value: s.current, children: R });
|
|
707
707
|
},
|
|
708
708
|
["children", "onChangeProp", "onChangeReinit", "proxyRef"],
|
|
709
|
-
|
|
709
|
+
E.name + ".Provider"
|
|
710
710
|
);
|
|
711
711
|
}
|
|
712
|
-
function Ar(
|
|
713
|
-
const
|
|
714
|
-
if (
|
|
715
|
-
throw new Error(`No ${
|
|
716
|
-
const y =
|
|
717
|
-
const j =
|
|
718
|
-
(b,
|
|
719
|
-
s(),
|
|
712
|
+
function Ar(E, R = [], C, m, T = !0) {
|
|
713
|
+
const g = br(E);
|
|
714
|
+
if (g === void 0)
|
|
715
|
+
throw new Error(`No ${E.name} provider found.`);
|
|
716
|
+
const y = L((s) => {
|
|
717
|
+
const j = g.subscribe(
|
|
718
|
+
(b, h, w) => {
|
|
719
|
+
s(), V(C) && C(b, h, w);
|
|
720
720
|
},
|
|
721
|
-
(b,
|
|
722
|
-
|
|
721
|
+
(b, h) => {
|
|
722
|
+
T && s(), V(m) && m(b, h);
|
|
723
723
|
},
|
|
724
|
-
|
|
724
|
+
R
|
|
725
725
|
);
|
|
726
|
-
return () =>
|
|
727
|
-
}), i = yr(
|
|
728
|
-
y
|
|
729
|
-
() =>
|
|
730
|
-
() =>
|
|
726
|
+
return () => g.unsubscribe(j);
|
|
727
|
+
}, [R, T, C, m, g]), i = yr(
|
|
728
|
+
y,
|
|
729
|
+
() => g,
|
|
730
|
+
() => g
|
|
731
731
|
);
|
|
732
|
-
return new
|
|
732
|
+
return new Rr(
|
|
733
733
|
{ value: i.obj, set: i.set },
|
|
734
734
|
["value", "set"]
|
|
735
735
|
);
|