@elcrm/form 0.0.3 → 0.0.5
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/Select.d.ts +2 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +675 -673
- package/dist/index.umd.js +29 -29
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import A, { useEffect as Ur } from "react";
|
|
2
2
|
import { createPortal as zr } from "react-dom";
|
|
3
3
|
import './index.css';var Er = { exports: {} }, dr = {};
|
|
4
4
|
/**
|
|
@@ -14,13 +14,13 @@ var Pr;
|
|
|
14
14
|
function Yr() {
|
|
15
15
|
if (Pr) return dr;
|
|
16
16
|
Pr = 1;
|
|
17
|
-
var u =
|
|
18
|
-
function C(x, c,
|
|
17
|
+
var u = A, p = Symbol.for("react.element"), h = Symbol.for("react.fragment"), f = Object.prototype.hasOwnProperty, b = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, w = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
18
|
+
function C(x, c, d) {
|
|
19
19
|
var i, g = {}, _ = null, S = null;
|
|
20
|
-
|
|
20
|
+
d !== void 0 && (_ = "" + d), c.key !== void 0 && (_ = "" + c.key), c.ref !== void 0 && (S = c.ref);
|
|
21
21
|
for (i in c) f.call(c, i) && !w.hasOwnProperty(i) && (g[i] = c[i]);
|
|
22
22
|
if (x && x.defaultProps) for (i in c = x.defaultProps, c) g[i] === void 0 && (g[i] = c[i]);
|
|
23
|
-
return { $$typeof:
|
|
23
|
+
return { $$typeof: p, type: x, key: _, ref: S, props: g, _owner: b.current };
|
|
24
24
|
}
|
|
25
25
|
return dr.Fragment = h, dr.jsx = C, dr.jsxs = C, dr;
|
|
26
26
|
}
|
|
@@ -37,24 +37,24 @@ var yr = {};
|
|
|
37
37
|
var Dr;
|
|
38
38
|
function Br() {
|
|
39
39
|
return Dr || (Dr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
40
|
-
var u =
|
|
41
|
-
function
|
|
40
|
+
var u = A, p = Symbol.for("react.element"), h = Symbol.for("react.portal"), f = Symbol.for("react.fragment"), b = Symbol.for("react.strict_mode"), w = Symbol.for("react.profiler"), C = Symbol.for("react.provider"), x = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), i = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), $ = Symbol.iterator, M = "@@iterator";
|
|
41
|
+
function L(e) {
|
|
42
42
|
if (e === null || typeof e != "object")
|
|
43
43
|
return null;
|
|
44
|
-
var r = $ && e[$] || e[
|
|
44
|
+
var r = $ && e[$] || e[M];
|
|
45
45
|
return typeof r == "function" ? r : null;
|
|
46
46
|
}
|
|
47
|
-
var
|
|
48
|
-
function
|
|
47
|
+
var P = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
48
|
+
function v(e) {
|
|
49
49
|
{
|
|
50
50
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
51
51
|
t[n - 1] = arguments[n];
|
|
52
|
-
|
|
52
|
+
F("error", e, t);
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
function
|
|
55
|
+
function F(e, r, t) {
|
|
56
56
|
{
|
|
57
|
-
var n =
|
|
57
|
+
var n = P.ReactDebugCurrentFrame, s = n.getStackAddendum();
|
|
58
58
|
s !== "" && (r += "%s", t = t.concat([s]));
|
|
59
59
|
var l = t.map(function(o) {
|
|
60
60
|
return String(o);
|
|
@@ -62,29 +62,29 @@ function Br() {
|
|
|
62
62
|
l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
var
|
|
66
|
-
|
|
65
|
+
var V = !1, J = !1, D = !1, B = !1, W = !1, Y;
|
|
66
|
+
Y = Symbol.for("react.module.reference");
|
|
67
67
|
function R(e) {
|
|
68
|
-
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w ||
|
|
68
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || W || e === b || e === d || e === i || B || e === S || V || J || D || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === g || e.$$typeof === C || e.$$typeof === x || e.$$typeof === c || // This needs to include all possible module reference object
|
|
69
69
|
// types supported by any Flight configuration anywhere since
|
|
70
70
|
// we don't know which Flight build this will end up being used
|
|
71
71
|
// with.
|
|
72
|
-
e.$$typeof ===
|
|
72
|
+
e.$$typeof === Y || e.getModuleId !== void 0));
|
|
73
73
|
}
|
|
74
|
-
function
|
|
74
|
+
function q(e, r, t) {
|
|
75
75
|
var n = e.displayName;
|
|
76
76
|
if (n)
|
|
77
77
|
return n;
|
|
78
78
|
var s = r.displayName || r.name || "";
|
|
79
79
|
return s !== "" ? t + "(" + s + ")" : t;
|
|
80
80
|
}
|
|
81
|
-
function
|
|
81
|
+
function Z(e) {
|
|
82
82
|
return e.displayName || "Context";
|
|
83
83
|
}
|
|
84
|
-
function
|
|
84
|
+
function T(e) {
|
|
85
85
|
if (e == null)
|
|
86
86
|
return null;
|
|
87
|
-
if (typeof e.tag == "number" &&
|
|
87
|
+
if (typeof e.tag == "number" && v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
88
88
|
return e.displayName || e.name || null;
|
|
89
89
|
if (typeof e == "string")
|
|
90
90
|
return e;
|
|
@@ -97,7 +97,7 @@ function Br() {
|
|
|
97
97
|
return "Profiler";
|
|
98
98
|
case b:
|
|
99
99
|
return "StrictMode";
|
|
100
|
-
case
|
|
100
|
+
case d:
|
|
101
101
|
return "Suspense";
|
|
102
102
|
case i:
|
|
103
103
|
return "SuspenseList";
|
|
@@ -106,19 +106,19 @@ function Br() {
|
|
|
106
106
|
switch (e.$$typeof) {
|
|
107
107
|
case x:
|
|
108
108
|
var r = e;
|
|
109
|
-
return
|
|
109
|
+
return Z(r) + ".Consumer";
|
|
110
110
|
case C:
|
|
111
111
|
var t = e;
|
|
112
|
-
return
|
|
112
|
+
return Z(t._context) + ".Provider";
|
|
113
113
|
case c:
|
|
114
|
-
return
|
|
114
|
+
return q(e, e.render, "ForwardRef");
|
|
115
115
|
case g:
|
|
116
116
|
var n = e.displayName || null;
|
|
117
|
-
return n !== null ? n :
|
|
117
|
+
return n !== null ? n : T(e.type) || "Memo";
|
|
118
118
|
case _: {
|
|
119
119
|
var s = e, l = s._payload, o = s._init;
|
|
120
120
|
try {
|
|
121
|
-
return
|
|
121
|
+
return T(o(l));
|
|
122
122
|
} catch {
|
|
123
123
|
return null;
|
|
124
124
|
}
|
|
@@ -126,13 +126,13 @@ function Br() {
|
|
|
126
126
|
}
|
|
127
127
|
return null;
|
|
128
128
|
}
|
|
129
|
-
var
|
|
129
|
+
var N = Object.assign, X = 0, de, ye, ve, me, ge, he, be;
|
|
130
130
|
function _e() {
|
|
131
131
|
}
|
|
132
132
|
_e.__reactDisabledLog = !0;
|
|
133
133
|
function Le() {
|
|
134
134
|
{
|
|
135
|
-
if (
|
|
135
|
+
if (X === 0) {
|
|
136
136
|
de = console.log, ye = console.info, ve = console.warn, me = console.error, ge = console.group, he = console.groupCollapsed, be = console.groupEnd;
|
|
137
137
|
var e = {
|
|
138
138
|
configurable: !0,
|
|
@@ -150,45 +150,45 @@ function Br() {
|
|
|
150
150
|
groupEnd: e
|
|
151
151
|
});
|
|
152
152
|
}
|
|
153
|
-
|
|
153
|
+
X++;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
function Me() {
|
|
157
157
|
{
|
|
158
|
-
if (
|
|
158
|
+
if (X--, X === 0) {
|
|
159
159
|
var e = {
|
|
160
160
|
configurable: !0,
|
|
161
161
|
enumerable: !0,
|
|
162
162
|
writable: !0
|
|
163
163
|
};
|
|
164
164
|
Object.defineProperties(console, {
|
|
165
|
-
log:
|
|
165
|
+
log: N({}, e, {
|
|
166
166
|
value: de
|
|
167
167
|
}),
|
|
168
|
-
info:
|
|
168
|
+
info: N({}, e, {
|
|
169
169
|
value: ye
|
|
170
170
|
}),
|
|
171
|
-
warn:
|
|
171
|
+
warn: N({}, e, {
|
|
172
172
|
value: ve
|
|
173
173
|
}),
|
|
174
|
-
error:
|
|
174
|
+
error: N({}, e, {
|
|
175
175
|
value: me
|
|
176
176
|
}),
|
|
177
|
-
group:
|
|
177
|
+
group: N({}, e, {
|
|
178
178
|
value: ge
|
|
179
179
|
}),
|
|
180
|
-
groupCollapsed:
|
|
180
|
+
groupCollapsed: N({}, e, {
|
|
181
181
|
value: he
|
|
182
182
|
}),
|
|
183
|
-
groupEnd:
|
|
183
|
+
groupEnd: N({}, e, {
|
|
184
184
|
value: be
|
|
185
185
|
})
|
|
186
186
|
});
|
|
187
187
|
}
|
|
188
|
-
|
|
188
|
+
X < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
|
-
var ne =
|
|
191
|
+
var ne = P.ReactCurrentDispatcher, ae;
|
|
192
192
|
function Q(e, r, t) {
|
|
193
193
|
{
|
|
194
194
|
if (ae === void 0)
|
|
@@ -257,26 +257,26 @@ function Br() {
|
|
|
257
257
|
if (j && n && typeof j.stack == "string") {
|
|
258
258
|
for (var a = j.stack.split(`
|
|
259
259
|
`), k = n.stack.split(`
|
|
260
|
-
`),
|
|
260
|
+
`), y = a.length - 1, m = k.length - 1; y >= 1 && m >= 0 && a[y] !== k[m]; )
|
|
261
261
|
m--;
|
|
262
|
-
for (;
|
|
263
|
-
if (a[
|
|
264
|
-
if (
|
|
262
|
+
for (; y >= 1 && m >= 0; y--, m--)
|
|
263
|
+
if (a[y] !== k[m]) {
|
|
264
|
+
if (y !== 1 || m !== 1)
|
|
265
265
|
do
|
|
266
|
-
if (
|
|
266
|
+
if (y--, m--, m < 0 || a[y] !== k[m]) {
|
|
267
267
|
var O = `
|
|
268
|
-
` + a[
|
|
268
|
+
` + a[y].replace(" at new ", " at ");
|
|
269
269
|
return e.displayName && O.includes("<anonymous>") && (O = O.replace("<anonymous>", e.displayName)), typeof e == "function" && ee.set(e, O), O;
|
|
270
270
|
}
|
|
271
|
-
while (
|
|
271
|
+
while (y >= 1 && m >= 0);
|
|
272
272
|
break;
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
275
|
} finally {
|
|
276
276
|
oe = !1, ne.current = l, Me(), Error.prepareStackTrace = s;
|
|
277
277
|
}
|
|
278
|
-
var
|
|
279
|
-
return typeof e == "function" && ee.set(e,
|
|
278
|
+
var z = e ? e.displayName || e.name : "", I = z ? Q(z) : "";
|
|
279
|
+
return typeof e == "function" && ee.set(e, I), I;
|
|
280
280
|
}
|
|
281
281
|
function ze(e, r, t) {
|
|
282
282
|
return ke(e, !1);
|
|
@@ -293,7 +293,7 @@ function Br() {
|
|
|
293
293
|
if (typeof e == "string")
|
|
294
294
|
return Q(e);
|
|
295
295
|
switch (e) {
|
|
296
|
-
case
|
|
296
|
+
case d:
|
|
297
297
|
return Q("Suspense");
|
|
298
298
|
case i:
|
|
299
299
|
return Q("SuspenseList");
|
|
@@ -314,7 +314,7 @@ function Br() {
|
|
|
314
314
|
}
|
|
315
315
|
return "";
|
|
316
316
|
}
|
|
317
|
-
var
|
|
317
|
+
var H = Object.prototype.hasOwnProperty, je = {}, we = P.ReactDebugCurrentFrame;
|
|
318
318
|
function te(e) {
|
|
319
319
|
if (e) {
|
|
320
320
|
var r = e._owner, t = re(e.type, e._source, r ? r.type : null);
|
|
@@ -324,7 +324,7 @@ function Br() {
|
|
|
324
324
|
}
|
|
325
325
|
function Be(e, r, t, n, s) {
|
|
326
326
|
{
|
|
327
|
-
var l = Function.call.bind(
|
|
327
|
+
var l = Function.call.bind(H);
|
|
328
328
|
for (var o in e)
|
|
329
329
|
if (l(e, o)) {
|
|
330
330
|
var a = void 0;
|
|
@@ -334,10 +334,10 @@ function Br() {
|
|
|
334
334
|
throw k.name = "Invariant Violation", k;
|
|
335
335
|
}
|
|
336
336
|
a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
337
|
-
} catch (
|
|
338
|
-
a =
|
|
337
|
+
} catch (y) {
|
|
338
|
+
a = y;
|
|
339
339
|
}
|
|
340
|
-
a && !(a instanceof Error) && (te(s),
|
|
340
|
+
a && !(a instanceof Error) && (te(s), v("%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), te(null)), a instanceof Error && !(a.message in je) && (je[a.message] = !0, te(s), v("Failed %s type: %s", t, a.message), te(null));
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
}
|
|
@@ -363,16 +363,16 @@ function Br() {
|
|
|
363
363
|
}
|
|
364
364
|
function Re(e) {
|
|
365
365
|
if (Je(e))
|
|
366
|
-
return
|
|
366
|
+
return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ve(e)), xe(e);
|
|
367
367
|
}
|
|
368
|
-
var Ee =
|
|
368
|
+
var Ee = P.ReactCurrentOwner, qe = {
|
|
369
369
|
key: !0,
|
|
370
370
|
ref: !0,
|
|
371
371
|
__self: !0,
|
|
372
372
|
__source: !0
|
|
373
373
|
}, Se, Oe;
|
|
374
374
|
function Xe(e) {
|
|
375
|
-
if (
|
|
375
|
+
if (H.call(e, "ref")) {
|
|
376
376
|
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
377
377
|
if (r && r.isReactWarning)
|
|
378
378
|
return !1;
|
|
@@ -380,7 +380,7 @@ function Br() {
|
|
|
380
380
|
return e.ref !== void 0;
|
|
381
381
|
}
|
|
382
382
|
function He(e) {
|
|
383
|
-
if (
|
|
383
|
+
if (H.call(e, "key")) {
|
|
384
384
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
385
385
|
if (r && r.isReactWarning)
|
|
386
386
|
return !1;
|
|
@@ -393,7 +393,7 @@ function Br() {
|
|
|
393
393
|
function Ze(e, r) {
|
|
394
394
|
{
|
|
395
395
|
var t = function() {
|
|
396
|
-
Se || (Se = !0,
|
|
396
|
+
Se || (Se = !0, v("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
397
397
|
};
|
|
398
398
|
t.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
399
399
|
get: t,
|
|
@@ -404,7 +404,7 @@ function Br() {
|
|
|
404
404
|
function Qe(e, r) {
|
|
405
405
|
{
|
|
406
406
|
var t = function() {
|
|
407
|
-
Oe || (Oe = !0,
|
|
407
|
+
Oe || (Oe = !0, v("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
408
408
|
};
|
|
409
409
|
t.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
410
410
|
get: t,
|
|
@@ -415,7 +415,7 @@ function Br() {
|
|
|
415
415
|
var er = function(e, r, t, n, s, l, o) {
|
|
416
416
|
var a = {
|
|
417
417
|
// This tag allows us to uniquely identify this as a React Element
|
|
418
|
-
$$typeof:
|
|
418
|
+
$$typeof: p,
|
|
419
419
|
// Built-in properties that belong on the element
|
|
420
420
|
type: e,
|
|
421
421
|
key: r,
|
|
@@ -446,11 +446,11 @@ function Br() {
|
|
|
446
446
|
var l, o = {}, a = null, k = null;
|
|
447
447
|
t !== void 0 && (Re(t), a = "" + t), He(r) && (Re(r.key), a = "" + r.key), Xe(r) && (k = r.ref, Ge(r, s));
|
|
448
448
|
for (l in r)
|
|
449
|
-
|
|
449
|
+
H.call(r, l) && !qe.hasOwnProperty(l) && (o[l] = r[l]);
|
|
450
450
|
if (e && e.defaultProps) {
|
|
451
|
-
var
|
|
452
|
-
for (l in
|
|
453
|
-
o[l] === void 0 && (o[l] =
|
|
451
|
+
var y = e.defaultProps;
|
|
452
|
+
for (l in y)
|
|
453
|
+
o[l] === void 0 && (o[l] = y[l]);
|
|
454
454
|
}
|
|
455
455
|
if (a || k) {
|
|
456
456
|
var m = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
@@ -459,8 +459,8 @@ function Br() {
|
|
|
459
459
|
return er(e, a, k, s, n, Ee.current, o);
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
|
-
var se =
|
|
463
|
-
function
|
|
462
|
+
var se = P.ReactCurrentOwner, Ce = P.ReactDebugCurrentFrame;
|
|
463
|
+
function U(e) {
|
|
464
464
|
if (e) {
|
|
465
465
|
var r = e._owner, t = re(e.type, e._source, r ? r.type : null);
|
|
466
466
|
Ce.setExtraStackFrame(t);
|
|
@@ -470,12 +470,12 @@ function Br() {
|
|
|
470
470
|
var ue;
|
|
471
471
|
ue = !1;
|
|
472
472
|
function le(e) {
|
|
473
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
473
|
+
return typeof e == "object" && e !== null && e.$$typeof === p;
|
|
474
474
|
}
|
|
475
475
|
function Te() {
|
|
476
476
|
{
|
|
477
477
|
if (se.current) {
|
|
478
|
-
var e =
|
|
478
|
+
var e = T(se.current.type);
|
|
479
479
|
if (e)
|
|
480
480
|
return `
|
|
481
481
|
|
|
@@ -510,7 +510,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
510
510
|
return;
|
|
511
511
|
Pe[t] = !0;
|
|
512
512
|
var n = "";
|
|
513
|
-
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " +
|
|
513
|
+
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " + T(e._owner.type) + "."), U(e), v('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), U(null);
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
516
|
function $e(e, r) {
|
|
@@ -525,7 +525,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
525
525
|
else if (le(e))
|
|
526
526
|
e._store && (e._store.validated = !0);
|
|
527
527
|
else if (e) {
|
|
528
|
-
var s =
|
|
528
|
+
var s = L(e);
|
|
529
529
|
if (typeof s == "function" && s !== e.entries)
|
|
530
530
|
for (var l = s.call(e), o; !(o = l.next()).done; )
|
|
531
531
|
le(o.value) && De(o.value, r);
|
|
@@ -547,14 +547,14 @@ Check the top-level render call using <` + t + ">.");
|
|
|
547
547
|
else
|
|
548
548
|
return;
|
|
549
549
|
if (t) {
|
|
550
|
-
var n =
|
|
550
|
+
var n = T(r);
|
|
551
551
|
Be(t, e.props, "prop", n, e);
|
|
552
552
|
} else if (r.PropTypes !== void 0 && !ue) {
|
|
553
553
|
ue = !0;
|
|
554
|
-
var s =
|
|
555
|
-
|
|
554
|
+
var s = T(r);
|
|
555
|
+
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
|
|
556
556
|
}
|
|
557
|
-
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved &&
|
|
557
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
558
558
|
}
|
|
559
559
|
}
|
|
560
560
|
function or(e) {
|
|
@@ -562,11 +562,11 @@ Check the top-level render call using <` + t + ">.");
|
|
|
562
562
|
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
|
|
563
563
|
var n = r[t];
|
|
564
564
|
if (n !== "children" && n !== "key") {
|
|
565
|
-
|
|
565
|
+
U(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), U(null);
|
|
566
566
|
break;
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
|
-
e.ref !== null && (
|
|
569
|
+
e.ref !== null && (U(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), U(null));
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
572
|
var Fe = {};
|
|
@@ -578,8 +578,8 @@ Check the top-level render call using <` + t + ">.");
|
|
|
578
578
|
(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.");
|
|
579
579
|
var k = tr();
|
|
580
580
|
k ? a += k : a += Te();
|
|
581
|
-
var
|
|
582
|
-
e === null ?
|
|
581
|
+
var y;
|
|
582
|
+
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (T(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : y = typeof e, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", y, a);
|
|
583
583
|
}
|
|
584
584
|
var m = rr(e, r, t, s, l);
|
|
585
585
|
if (m == null)
|
|
@@ -589,26 +589,26 @@ Check the top-level render call using <` + t + ">.");
|
|
|
589
589
|
if (O !== void 0)
|
|
590
590
|
if (n)
|
|
591
591
|
if (ie(O)) {
|
|
592
|
-
for (var
|
|
593
|
-
$e(O[
|
|
592
|
+
for (var z = 0; z < O.length; z++)
|
|
593
|
+
$e(O[z], e);
|
|
594
594
|
Object.freeze && Object.freeze(O);
|
|
595
595
|
} else
|
|
596
|
-
|
|
596
|
+
v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
597
597
|
else
|
|
598
598
|
$e(O, e);
|
|
599
599
|
}
|
|
600
|
-
if (
|
|
601
|
-
var
|
|
600
|
+
if (H.call(r, "key")) {
|
|
601
|
+
var I = T(e), j = Object.keys(r).filter(function(fr) {
|
|
602
602
|
return fr !== "key";
|
|
603
603
|
}), ce = j.length > 0 ? "{key: someKey, " + j.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
604
|
-
if (!Fe[
|
|
604
|
+
if (!Fe[I + ce]) {
|
|
605
605
|
var cr = j.length > 0 ? "{" + j.join(": ..., ") + ": ...}" : "{}";
|
|
606
|
-
|
|
606
|
+
v(`A props object containing a "key" prop is being spread into JSX:
|
|
607
607
|
let props = %s;
|
|
608
608
|
<%s {...props} />
|
|
609
609
|
React keys must be passed directly to JSX without using spread:
|
|
610
610
|
let props = %s;
|
|
611
|
-
<%s key={someKey} {...props} />`, ce,
|
|
611
|
+
<%s key={someKey} {...props} />`, ce, I, cr, I), Fe[I + ce] = !0;
|
|
612
612
|
}
|
|
613
613
|
}
|
|
614
614
|
return e === f ? or(m) : ar(m), m;
|
|
@@ -626,7 +626,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
626
626
|
}
|
|
627
627
|
process.env.NODE_ENV === "production" ? Er.exports = Yr() : Er.exports = Br();
|
|
628
628
|
var E = Er.exports;
|
|
629
|
-
function
|
|
629
|
+
function zt({ name: u, value: p, title: h, style: f, className: b }) {
|
|
630
630
|
let w = {
|
|
631
631
|
field: "progress"
|
|
632
632
|
};
|
|
@@ -640,15 +640,15 @@ Ie.KeyDown = (u) => {
|
|
|
640
640
|
u.key === "Enter" && u.preventDefault();
|
|
641
641
|
};
|
|
642
642
|
Ie.PasteOne = (u) => {
|
|
643
|
-
u.preventDefault(), navigator.clipboard.readText().then((
|
|
644
|
-
|
|
645
|
-
}).catch((
|
|
643
|
+
u.preventDefault(), navigator.clipboard.readText().then((p) => {
|
|
644
|
+
p = p.replace(/^\s*/, "").replace(/\s*$/, ""), window.document.execCommand("insertText", !1, p);
|
|
645
|
+
}).catch((p) => {
|
|
646
646
|
});
|
|
647
647
|
};
|
|
648
|
-
Ie.Paste = (u,
|
|
649
|
-
|
|
648
|
+
Ie.Paste = (u, p) => {
|
|
649
|
+
p.preventDefault(), navigator.clipboard.readText().then((h) => {
|
|
650
650
|
if (u) {
|
|
651
|
-
let f =
|
|
651
|
+
let f = p.target.textContent.length;
|
|
652
652
|
if (f >= u) return;
|
|
653
653
|
u -= f, h = h.slice(0, u);
|
|
654
654
|
}
|
|
@@ -680,13 +680,13 @@ var $r;
|
|
|
680
680
|
function Kr() {
|
|
681
681
|
if ($r) return vr;
|
|
682
682
|
$r = 1;
|
|
683
|
-
var u =
|
|
684
|
-
function C(x, c,
|
|
683
|
+
var u = A, p = Symbol.for("react.element"), h = Symbol.for("react.fragment"), f = Object.prototype.hasOwnProperty, b = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, w = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
684
|
+
function C(x, c, d) {
|
|
685
685
|
var i, g = {}, _ = null, S = null;
|
|
686
|
-
|
|
686
|
+
d !== void 0 && (_ = "" + d), c.key !== void 0 && (_ = "" + c.key), c.ref !== void 0 && (S = c.ref);
|
|
687
687
|
for (i in c) f.call(c, i) && !w.hasOwnProperty(i) && (g[i] = c[i]);
|
|
688
688
|
if (x && x.defaultProps) for (i in c = x.defaultProps, c) g[i] === void 0 && (g[i] = c[i]);
|
|
689
|
-
return { $$typeof:
|
|
689
|
+
return { $$typeof: p, type: x, key: _, ref: S, props: g, _owner: b.current };
|
|
690
690
|
}
|
|
691
691
|
return vr.Fragment = h, vr.jsx = C, vr.jsxs = C, vr;
|
|
692
692
|
}
|
|
@@ -703,24 +703,24 @@ var br = {};
|
|
|
703
703
|
var Fr;
|
|
704
704
|
function Vr() {
|
|
705
705
|
return Fr || (Fr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
706
|
-
var u =
|
|
707
|
-
function
|
|
706
|
+
var u = A, p = Symbol.for("react.element"), h = Symbol.for("react.portal"), f = Symbol.for("react.fragment"), b = Symbol.for("react.strict_mode"), w = Symbol.for("react.profiler"), C = Symbol.for("react.provider"), x = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), i = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), $ = Symbol.iterator, M = "@@iterator";
|
|
707
|
+
function L(e) {
|
|
708
708
|
if (e === null || typeof e != "object")
|
|
709
709
|
return null;
|
|
710
|
-
var r = $ && e[$] || e[
|
|
710
|
+
var r = $ && e[$] || e[M];
|
|
711
711
|
return typeof r == "function" ? r : null;
|
|
712
712
|
}
|
|
713
|
-
var
|
|
714
|
-
function
|
|
713
|
+
var P = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
714
|
+
function v(e) {
|
|
715
715
|
{
|
|
716
716
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
717
717
|
t[n - 1] = arguments[n];
|
|
718
|
-
|
|
718
|
+
F("error", e, t);
|
|
719
719
|
}
|
|
720
720
|
}
|
|
721
|
-
function
|
|
721
|
+
function F(e, r, t) {
|
|
722
722
|
{
|
|
723
|
-
var n =
|
|
723
|
+
var n = P.ReactDebugCurrentFrame, s = n.getStackAddendum();
|
|
724
724
|
s !== "" && (r += "%s", t = t.concat([s]));
|
|
725
725
|
var l = t.map(function(o) {
|
|
726
726
|
return String(o);
|
|
@@ -728,29 +728,29 @@ function Vr() {
|
|
|
728
728
|
l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
|
|
729
729
|
}
|
|
730
730
|
}
|
|
731
|
-
var
|
|
732
|
-
|
|
731
|
+
var V = !1, J = !1, D = !1, B = !1, W = !1, Y;
|
|
732
|
+
Y = Symbol.for("react.module.reference");
|
|
733
733
|
function R(e) {
|
|
734
|
-
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w ||
|
|
734
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || W || e === b || e === d || e === i || B || e === S || V || J || D || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === g || e.$$typeof === C || e.$$typeof === x || e.$$typeof === c || // This needs to include all possible module reference object
|
|
735
735
|
// types supported by any Flight configuration anywhere since
|
|
736
736
|
// we don't know which Flight build this will end up being used
|
|
737
737
|
// with.
|
|
738
|
-
e.$$typeof ===
|
|
738
|
+
e.$$typeof === Y || e.getModuleId !== void 0));
|
|
739
739
|
}
|
|
740
|
-
function
|
|
740
|
+
function q(e, r, t) {
|
|
741
741
|
var n = e.displayName;
|
|
742
742
|
if (n)
|
|
743
743
|
return n;
|
|
744
744
|
var s = r.displayName || r.name || "";
|
|
745
745
|
return s !== "" ? t + "(" + s + ")" : t;
|
|
746
746
|
}
|
|
747
|
-
function
|
|
747
|
+
function Z(e) {
|
|
748
748
|
return e.displayName || "Context";
|
|
749
749
|
}
|
|
750
|
-
function
|
|
750
|
+
function T(e) {
|
|
751
751
|
if (e == null)
|
|
752
752
|
return null;
|
|
753
|
-
if (typeof e.tag == "number" &&
|
|
753
|
+
if (typeof e.tag == "number" && v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
754
754
|
return e.displayName || e.name || null;
|
|
755
755
|
if (typeof e == "string")
|
|
756
756
|
return e;
|
|
@@ -763,7 +763,7 @@ function Vr() {
|
|
|
763
763
|
return "Profiler";
|
|
764
764
|
case b:
|
|
765
765
|
return "StrictMode";
|
|
766
|
-
case
|
|
766
|
+
case d:
|
|
767
767
|
return "Suspense";
|
|
768
768
|
case i:
|
|
769
769
|
return "SuspenseList";
|
|
@@ -772,19 +772,19 @@ function Vr() {
|
|
|
772
772
|
switch (e.$$typeof) {
|
|
773
773
|
case x:
|
|
774
774
|
var r = e;
|
|
775
|
-
return
|
|
775
|
+
return Z(r) + ".Consumer";
|
|
776
776
|
case C:
|
|
777
777
|
var t = e;
|
|
778
|
-
return
|
|
778
|
+
return Z(t._context) + ".Provider";
|
|
779
779
|
case c:
|
|
780
|
-
return
|
|
780
|
+
return q(e, e.render, "ForwardRef");
|
|
781
781
|
case g:
|
|
782
782
|
var n = e.displayName || null;
|
|
783
|
-
return n !== null ? n :
|
|
783
|
+
return n !== null ? n : T(e.type) || "Memo";
|
|
784
784
|
case _: {
|
|
785
785
|
var s = e, l = s._payload, o = s._init;
|
|
786
786
|
try {
|
|
787
|
-
return
|
|
787
|
+
return T(o(l));
|
|
788
788
|
} catch {
|
|
789
789
|
return null;
|
|
790
790
|
}
|
|
@@ -792,13 +792,13 @@ function Vr() {
|
|
|
792
792
|
}
|
|
793
793
|
return null;
|
|
794
794
|
}
|
|
795
|
-
var
|
|
795
|
+
var N = Object.assign, X = 0, de, ye, ve, me, ge, he, be;
|
|
796
796
|
function _e() {
|
|
797
797
|
}
|
|
798
798
|
_e.__reactDisabledLog = !0;
|
|
799
799
|
function Le() {
|
|
800
800
|
{
|
|
801
|
-
if (
|
|
801
|
+
if (X === 0) {
|
|
802
802
|
de = console.log, ye = console.info, ve = console.warn, me = console.error, ge = console.group, he = console.groupCollapsed, be = console.groupEnd;
|
|
803
803
|
var e = {
|
|
804
804
|
configurable: !0,
|
|
@@ -816,45 +816,45 @@ function Vr() {
|
|
|
816
816
|
groupEnd: e
|
|
817
817
|
});
|
|
818
818
|
}
|
|
819
|
-
|
|
819
|
+
X++;
|
|
820
820
|
}
|
|
821
821
|
}
|
|
822
822
|
function Me() {
|
|
823
823
|
{
|
|
824
|
-
if (
|
|
824
|
+
if (X--, X === 0) {
|
|
825
825
|
var e = {
|
|
826
826
|
configurable: !0,
|
|
827
827
|
enumerable: !0,
|
|
828
828
|
writable: !0
|
|
829
829
|
};
|
|
830
830
|
Object.defineProperties(console, {
|
|
831
|
-
log:
|
|
831
|
+
log: N({}, e, {
|
|
832
832
|
value: de
|
|
833
833
|
}),
|
|
834
|
-
info:
|
|
834
|
+
info: N({}, e, {
|
|
835
835
|
value: ye
|
|
836
836
|
}),
|
|
837
|
-
warn:
|
|
837
|
+
warn: N({}, e, {
|
|
838
838
|
value: ve
|
|
839
839
|
}),
|
|
840
|
-
error:
|
|
840
|
+
error: N({}, e, {
|
|
841
841
|
value: me
|
|
842
842
|
}),
|
|
843
|
-
group:
|
|
843
|
+
group: N({}, e, {
|
|
844
844
|
value: ge
|
|
845
845
|
}),
|
|
846
|
-
groupCollapsed:
|
|
846
|
+
groupCollapsed: N({}, e, {
|
|
847
847
|
value: he
|
|
848
848
|
}),
|
|
849
|
-
groupEnd:
|
|
849
|
+
groupEnd: N({}, e, {
|
|
850
850
|
value: be
|
|
851
851
|
})
|
|
852
852
|
});
|
|
853
853
|
}
|
|
854
|
-
|
|
854
|
+
X < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
855
855
|
}
|
|
856
856
|
}
|
|
857
|
-
var ne =
|
|
857
|
+
var ne = P.ReactCurrentDispatcher, ae;
|
|
858
858
|
function Q(e, r, t) {
|
|
859
859
|
{
|
|
860
860
|
if (ae === void 0)
|
|
@@ -923,26 +923,26 @@ function Vr() {
|
|
|
923
923
|
if (j && n && typeof j.stack == "string") {
|
|
924
924
|
for (var a = j.stack.split(`
|
|
925
925
|
`), k = n.stack.split(`
|
|
926
|
-
`),
|
|
926
|
+
`), y = a.length - 1, m = k.length - 1; y >= 1 && m >= 0 && a[y] !== k[m]; )
|
|
927
927
|
m--;
|
|
928
|
-
for (;
|
|
929
|
-
if (a[
|
|
930
|
-
if (
|
|
928
|
+
for (; y >= 1 && m >= 0; y--, m--)
|
|
929
|
+
if (a[y] !== k[m]) {
|
|
930
|
+
if (y !== 1 || m !== 1)
|
|
931
931
|
do
|
|
932
|
-
if (
|
|
932
|
+
if (y--, m--, m < 0 || a[y] !== k[m]) {
|
|
933
933
|
var O = `
|
|
934
|
-
` + a[
|
|
934
|
+
` + a[y].replace(" at new ", " at ");
|
|
935
935
|
return e.displayName && O.includes("<anonymous>") && (O = O.replace("<anonymous>", e.displayName)), typeof e == "function" && ee.set(e, O), O;
|
|
936
936
|
}
|
|
937
|
-
while (
|
|
937
|
+
while (y >= 1 && m >= 0);
|
|
938
938
|
break;
|
|
939
939
|
}
|
|
940
940
|
}
|
|
941
941
|
} finally {
|
|
942
942
|
oe = !1, ne.current = l, Me(), Error.prepareStackTrace = s;
|
|
943
943
|
}
|
|
944
|
-
var
|
|
945
|
-
return typeof e == "function" && ee.set(e,
|
|
944
|
+
var z = e ? e.displayName || e.name : "", I = z ? Q(z) : "";
|
|
945
|
+
return typeof e == "function" && ee.set(e, I), I;
|
|
946
946
|
}
|
|
947
947
|
function ze(e, r, t) {
|
|
948
948
|
return ke(e, !1);
|
|
@@ -959,7 +959,7 @@ function Vr() {
|
|
|
959
959
|
if (typeof e == "string")
|
|
960
960
|
return Q(e);
|
|
961
961
|
switch (e) {
|
|
962
|
-
case
|
|
962
|
+
case d:
|
|
963
963
|
return Q("Suspense");
|
|
964
964
|
case i:
|
|
965
965
|
return Q("SuspenseList");
|
|
@@ -980,7 +980,7 @@ function Vr() {
|
|
|
980
980
|
}
|
|
981
981
|
return "";
|
|
982
982
|
}
|
|
983
|
-
var
|
|
983
|
+
var H = Object.prototype.hasOwnProperty, je = {}, we = P.ReactDebugCurrentFrame;
|
|
984
984
|
function te(e) {
|
|
985
985
|
if (e) {
|
|
986
986
|
var r = e._owner, t = re(e.type, e._source, r ? r.type : null);
|
|
@@ -990,7 +990,7 @@ function Vr() {
|
|
|
990
990
|
}
|
|
991
991
|
function Be(e, r, t, n, s) {
|
|
992
992
|
{
|
|
993
|
-
var l = Function.call.bind(
|
|
993
|
+
var l = Function.call.bind(H);
|
|
994
994
|
for (var o in e)
|
|
995
995
|
if (l(e, o)) {
|
|
996
996
|
var a = void 0;
|
|
@@ -1000,10 +1000,10 @@ function Vr() {
|
|
|
1000
1000
|
throw k.name = "Invariant Violation", k;
|
|
1001
1001
|
}
|
|
1002
1002
|
a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1003
|
-
} catch (
|
|
1004
|
-
a =
|
|
1003
|
+
} catch (y) {
|
|
1004
|
+
a = y;
|
|
1005
1005
|
}
|
|
1006
|
-
a && !(a instanceof Error) && (te(s),
|
|
1006
|
+
a && !(a instanceof Error) && (te(s), v("%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), te(null)), a instanceof Error && !(a.message in je) && (je[a.message] = !0, te(s), v("Failed %s type: %s", t, a.message), te(null));
|
|
1007
1007
|
}
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
@@ -1029,16 +1029,16 @@ function Vr() {
|
|
|
1029
1029
|
}
|
|
1030
1030
|
function Re(e) {
|
|
1031
1031
|
if (Je(e))
|
|
1032
|
-
return
|
|
1032
|
+
return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ve(e)), xe(e);
|
|
1033
1033
|
}
|
|
1034
|
-
var Ee =
|
|
1034
|
+
var Ee = P.ReactCurrentOwner, qe = {
|
|
1035
1035
|
key: !0,
|
|
1036
1036
|
ref: !0,
|
|
1037
1037
|
__self: !0,
|
|
1038
1038
|
__source: !0
|
|
1039
1039
|
}, Se, Oe;
|
|
1040
1040
|
function Xe(e) {
|
|
1041
|
-
if (
|
|
1041
|
+
if (H.call(e, "ref")) {
|
|
1042
1042
|
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
1043
1043
|
if (r && r.isReactWarning)
|
|
1044
1044
|
return !1;
|
|
@@ -1046,7 +1046,7 @@ function Vr() {
|
|
|
1046
1046
|
return e.ref !== void 0;
|
|
1047
1047
|
}
|
|
1048
1048
|
function He(e) {
|
|
1049
|
-
if (
|
|
1049
|
+
if (H.call(e, "key")) {
|
|
1050
1050
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
1051
1051
|
if (r && r.isReactWarning)
|
|
1052
1052
|
return !1;
|
|
@@ -1059,7 +1059,7 @@ function Vr() {
|
|
|
1059
1059
|
function Ze(e, r) {
|
|
1060
1060
|
{
|
|
1061
1061
|
var t = function() {
|
|
1062
|
-
Se || (Se = !0,
|
|
1062
|
+
Se || (Se = !0, v("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
1063
1063
|
};
|
|
1064
1064
|
t.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
1065
1065
|
get: t,
|
|
@@ -1070,7 +1070,7 @@ function Vr() {
|
|
|
1070
1070
|
function Qe(e, r) {
|
|
1071
1071
|
{
|
|
1072
1072
|
var t = function() {
|
|
1073
|
-
Oe || (Oe = !0,
|
|
1073
|
+
Oe || (Oe = !0, v("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
1074
1074
|
};
|
|
1075
1075
|
t.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
1076
1076
|
get: t,
|
|
@@ -1081,7 +1081,7 @@ function Vr() {
|
|
|
1081
1081
|
var er = function(e, r, t, n, s, l, o) {
|
|
1082
1082
|
var a = {
|
|
1083
1083
|
// This tag allows us to uniquely identify this as a React Element
|
|
1084
|
-
$$typeof:
|
|
1084
|
+
$$typeof: p,
|
|
1085
1085
|
// Built-in properties that belong on the element
|
|
1086
1086
|
type: e,
|
|
1087
1087
|
key: r,
|
|
@@ -1112,11 +1112,11 @@ function Vr() {
|
|
|
1112
1112
|
var l, o = {}, a = null, k = null;
|
|
1113
1113
|
t !== void 0 && (Re(t), a = "" + t), He(r) && (Re(r.key), a = "" + r.key), Xe(r) && (k = r.ref, Ge(r));
|
|
1114
1114
|
for (l in r)
|
|
1115
|
-
|
|
1115
|
+
H.call(r, l) && !qe.hasOwnProperty(l) && (o[l] = r[l]);
|
|
1116
1116
|
if (e && e.defaultProps) {
|
|
1117
|
-
var
|
|
1118
|
-
for (l in
|
|
1119
|
-
o[l] === void 0 && (o[l] =
|
|
1117
|
+
var y = e.defaultProps;
|
|
1118
|
+
for (l in y)
|
|
1119
|
+
o[l] === void 0 && (o[l] = y[l]);
|
|
1120
1120
|
}
|
|
1121
1121
|
if (a || k) {
|
|
1122
1122
|
var m = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
@@ -1125,8 +1125,8 @@ function Vr() {
|
|
|
1125
1125
|
return er(e, a, k, s, n, Ee.current, o);
|
|
1126
1126
|
}
|
|
1127
1127
|
}
|
|
1128
|
-
var se =
|
|
1129
|
-
function
|
|
1128
|
+
var se = P.ReactCurrentOwner, Ce = P.ReactDebugCurrentFrame;
|
|
1129
|
+
function U(e) {
|
|
1130
1130
|
if (e) {
|
|
1131
1131
|
var r = e._owner, t = re(e.type, e._source, r ? r.type : null);
|
|
1132
1132
|
Ce.setExtraStackFrame(t);
|
|
@@ -1136,12 +1136,12 @@ function Vr() {
|
|
|
1136
1136
|
var ue;
|
|
1137
1137
|
ue = !1;
|
|
1138
1138
|
function le(e) {
|
|
1139
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
1139
|
+
return typeof e == "object" && e !== null && e.$$typeof === p;
|
|
1140
1140
|
}
|
|
1141
1141
|
function Te() {
|
|
1142
1142
|
{
|
|
1143
1143
|
if (se.current) {
|
|
1144
|
-
var e =
|
|
1144
|
+
var e = T(se.current.type);
|
|
1145
1145
|
if (e)
|
|
1146
1146
|
return `
|
|
1147
1147
|
|
|
@@ -1176,7 +1176,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
1176
1176
|
return;
|
|
1177
1177
|
Pe[t] = !0;
|
|
1178
1178
|
var n = "";
|
|
1179
|
-
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " +
|
|
1179
|
+
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " + T(e._owner.type) + "."), U(e), v('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), U(null);
|
|
1180
1180
|
}
|
|
1181
1181
|
}
|
|
1182
1182
|
function $e(e, r) {
|
|
@@ -1191,7 +1191,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
1191
1191
|
else if (le(e))
|
|
1192
1192
|
e._store && (e._store.validated = !0);
|
|
1193
1193
|
else if (e) {
|
|
1194
|
-
var s =
|
|
1194
|
+
var s = L(e);
|
|
1195
1195
|
if (typeof s == "function" && s !== e.entries)
|
|
1196
1196
|
for (var l = s.call(e), o; !(o = l.next()).done; )
|
|
1197
1197
|
le(o.value) && De(o.value, r);
|
|
@@ -1213,14 +1213,14 @@ Check the top-level render call using <` + t + ">.");
|
|
|
1213
1213
|
else
|
|
1214
1214
|
return;
|
|
1215
1215
|
if (t) {
|
|
1216
|
-
var n =
|
|
1216
|
+
var n = T(r);
|
|
1217
1217
|
Be(t, e.props, "prop", n, e);
|
|
1218
1218
|
} else if (r.PropTypes !== void 0 && !ue) {
|
|
1219
1219
|
ue = !0;
|
|
1220
|
-
var s =
|
|
1221
|
-
|
|
1220
|
+
var s = T(r);
|
|
1221
|
+
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
|
|
1222
1222
|
}
|
|
1223
|
-
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved &&
|
|
1223
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1224
1224
|
}
|
|
1225
1225
|
}
|
|
1226
1226
|
function or(e) {
|
|
@@ -1228,11 +1228,11 @@ Check the top-level render call using <` + t + ">.");
|
|
|
1228
1228
|
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
|
|
1229
1229
|
var n = r[t];
|
|
1230
1230
|
if (n !== "children" && n !== "key") {
|
|
1231
|
-
|
|
1231
|
+
U(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), U(null);
|
|
1232
1232
|
break;
|
|
1233
1233
|
}
|
|
1234
1234
|
}
|
|
1235
|
-
e.ref !== null && (
|
|
1235
|
+
e.ref !== null && (U(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), U(null));
|
|
1236
1236
|
}
|
|
1237
1237
|
}
|
|
1238
1238
|
var Fe = {};
|
|
@@ -1244,8 +1244,8 @@ Check the top-level render call using <` + t + ">.");
|
|
|
1244
1244
|
(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.");
|
|
1245
1245
|
var k = tr();
|
|
1246
1246
|
k ? a += k : a += Te();
|
|
1247
|
-
var
|
|
1248
|
-
e === null ?
|
|
1247
|
+
var y;
|
|
1248
|
+
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (T(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : y = typeof e, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", y, a);
|
|
1249
1249
|
}
|
|
1250
1250
|
var m = rr(e, r, t, s, l);
|
|
1251
1251
|
if (m == null)
|
|
@@ -1255,26 +1255,26 @@ Check the top-level render call using <` + t + ">.");
|
|
|
1255
1255
|
if (O !== void 0)
|
|
1256
1256
|
if (n)
|
|
1257
1257
|
if (ie(O)) {
|
|
1258
|
-
for (var
|
|
1259
|
-
$e(O[
|
|
1258
|
+
for (var z = 0; z < O.length; z++)
|
|
1259
|
+
$e(O[z], e);
|
|
1260
1260
|
Object.freeze && Object.freeze(O);
|
|
1261
1261
|
} else
|
|
1262
|
-
|
|
1262
|
+
v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
1263
1263
|
else
|
|
1264
1264
|
$e(O, e);
|
|
1265
1265
|
}
|
|
1266
|
-
if (
|
|
1267
|
-
var
|
|
1266
|
+
if (H.call(r, "key")) {
|
|
1267
|
+
var I = T(e), j = Object.keys(r).filter(function(fr) {
|
|
1268
1268
|
return fr !== "key";
|
|
1269
1269
|
}), ce = j.length > 0 ? "{key: someKey, " + j.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1270
|
-
if (!Fe[
|
|
1270
|
+
if (!Fe[I + ce]) {
|
|
1271
1271
|
var cr = j.length > 0 ? "{" + j.join(": ..., ") + ": ...}" : "{}";
|
|
1272
|
-
|
|
1272
|
+
v(`A props object containing a "key" prop is being spread into JSX:
|
|
1273
1273
|
let props = %s;
|
|
1274
1274
|
<%s {...props} />
|
|
1275
1275
|
React keys must be passed directly to JSX without using spread:
|
|
1276
1276
|
let props = %s;
|
|
1277
|
-
<%s key={someKey} {...props} />`, ce,
|
|
1277
|
+
<%s key={someKey} {...props} />`, ce, I, cr, I), Fe[I + ce] = !0;
|
|
1278
1278
|
}
|
|
1279
1279
|
}
|
|
1280
1280
|
return e === f ? or(m) : ar(m), m;
|
|
@@ -1291,7 +1291,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1291
1291
|
}()), br;
|
|
1292
1292
|
}
|
|
1293
1293
|
process.env.NODE_ENV === "production" ? Sr.exports = Kr() : Sr.exports = Vr();
|
|
1294
|
-
var
|
|
1294
|
+
var G = Sr.exports;
|
|
1295
1295
|
const Jr = "_notice_13j98_2", qr = "_error_13j98_11", Xr = "_success_13j98_14", Hr = "_remark_13j98_17", Gr = "_copy_13j98_20", Mr = {
|
|
1296
1296
|
notice: Jr,
|
|
1297
1297
|
error: qr,
|
|
@@ -1303,8 +1303,8 @@ const Jr = "_notice_13j98_2", qr = "_error_13j98_11", Xr = "_success_13j98_14",
|
|
|
1303
1303
|
};
|
|
1304
1304
|
let Ae = {};
|
|
1305
1305
|
function mr({ data: u }) {
|
|
1306
|
-
let [
|
|
1307
|
-
|
|
1306
|
+
let [p, h] = A.useState("show");
|
|
1307
|
+
A.useEffect(() => {
|
|
1308
1308
|
u.hide && (setTimeout(function() {
|
|
1309
1309
|
h("hide");
|
|
1310
1310
|
}, 1800), setTimeout(function() {
|
|
@@ -1314,47 +1314,47 @@ function mr({ data: u }) {
|
|
|
1314
1314
|
let f, b;
|
|
1315
1315
|
switch (u.type) {
|
|
1316
1316
|
case "error":
|
|
1317
|
-
f = /* @__PURE__ */
|
|
1317
|
+
f = /* @__PURE__ */ G.jsx(pr.error, {}), b = "Ошибка:";
|
|
1318
1318
|
break;
|
|
1319
1319
|
case "success":
|
|
1320
|
-
f = /* @__PURE__ */
|
|
1320
|
+
f = /* @__PURE__ */ G.jsx(pr.success, {}), b = "Информация:";
|
|
1321
1321
|
break;
|
|
1322
1322
|
case "copy":
|
|
1323
|
-
f = /* @__PURE__ */
|
|
1323
|
+
f = /* @__PURE__ */ G.jsx(pr.success, {}), b = "Копирование:";
|
|
1324
1324
|
break;
|
|
1325
1325
|
case "remark":
|
|
1326
|
-
f = /* @__PURE__ */
|
|
1326
|
+
f = /* @__PURE__ */ G.jsx(pr.success, {}), b = "Подсказка:";
|
|
1327
1327
|
break;
|
|
1328
1328
|
default:
|
|
1329
|
-
f = /* @__PURE__ */
|
|
1329
|
+
f = /* @__PURE__ */ G.jsx(pr.success, {}), b = "Предупреждение:";
|
|
1330
1330
|
break;
|
|
1331
1331
|
}
|
|
1332
|
-
return /* @__PURE__ */
|
|
1332
|
+
return /* @__PURE__ */ G.jsxs("li", { className: Mr[u.type], "data-status": p, children: [
|
|
1333
1333
|
f,
|
|
1334
|
-
/* @__PURE__ */
|
|
1335
|
-
/* @__PURE__ */
|
|
1334
|
+
/* @__PURE__ */ G.jsx("b", { children: b }),
|
|
1335
|
+
/* @__PURE__ */ G.jsx("p", { children: u.text })
|
|
1336
1336
|
] });
|
|
1337
1337
|
}
|
|
1338
1338
|
function Zr({ data: u }) {
|
|
1339
|
-
let [
|
|
1340
|
-
return
|
|
1339
|
+
let [p, h] = A.useState("show");
|
|
1340
|
+
return A.useEffect(() => {
|
|
1341
1341
|
u.hide && (setTimeout(function() {
|
|
1342
1342
|
h("hide");
|
|
1343
1343
|
}, 1800), setTimeout(function() {
|
|
1344
1344
|
Ae.del(u.key);
|
|
1345
1345
|
}, 2500));
|
|
1346
|
-
}, [u.key]), /* @__PURE__ */
|
|
1346
|
+
}, [u.key]), /* @__PURE__ */ G.jsx("li", { className: "item", "data-status": p, children: u.text });
|
|
1347
1347
|
}
|
|
1348
1348
|
const pr = {};
|
|
1349
|
-
pr.error = () => /* @__PURE__ */
|
|
1350
|
-
/* @__PURE__ */
|
|
1349
|
+
pr.error = () => /* @__PURE__ */ G.jsxs("svg", { viewBox: "0 0 24 24", fill: "none", children: [
|
|
1350
|
+
/* @__PURE__ */ G.jsx(
|
|
1351
1351
|
"path",
|
|
1352
1352
|
{
|
|
1353
1353
|
d: "M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22Z",
|
|
1354
1354
|
fill: "#bb2014"
|
|
1355
1355
|
}
|
|
1356
1356
|
),
|
|
1357
|
-
/* @__PURE__ */
|
|
1357
|
+
/* @__PURE__ */ G.jsx(
|
|
1358
1358
|
"path",
|
|
1359
1359
|
{
|
|
1360
1360
|
d: "M8.96967 8.96967C9.26256 8.67678 9.73744 8.67678 10.0303 8.96967L12 10.9394L13.9697 8.96969C14.2626 8.6768 14.7374 8.6768 15.0303 8.96969C15.3232 9.26258 15.3232 9.73746 15.0303 10.0303L13.0607 12L15.0303 13.9697C15.3232 14.2625 15.3232 14.7374 15.0303 15.0303C14.7374 15.3232 14.2625 15.3232 13.9696 15.0303L12 13.0607L10.0304 15.0303C9.73746 15.3232 9.26258 15.3232 8.96969 15.0303C8.6768 14.7374 8.6768 14.2626 8.96969 13.9697L10.9394 12L8.96967 10.0303C8.67678 9.73744 8.67678 9.26256 8.96967 8.96967Z",
|
|
@@ -1362,15 +1362,15 @@ pr.error = () => /* @__PURE__ */ Z.jsxs("svg", { viewBox: "0 0 24 24", fill: "no
|
|
|
1362
1362
|
}
|
|
1363
1363
|
)
|
|
1364
1364
|
] });
|
|
1365
|
-
pr.success = () => /* @__PURE__ */
|
|
1366
|
-
/* @__PURE__ */
|
|
1365
|
+
pr.success = () => /* @__PURE__ */ G.jsxs("svg", { viewBox: "0 0 24 24", fill: "none", children: [
|
|
1366
|
+
/* @__PURE__ */ G.jsx(
|
|
1367
1367
|
"path",
|
|
1368
1368
|
{
|
|
1369
1369
|
d: "M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22Z",
|
|
1370
1370
|
fill: "#367738"
|
|
1371
1371
|
}
|
|
1372
1372
|
),
|
|
1373
|
-
/* @__PURE__ */
|
|
1373
|
+
/* @__PURE__ */ G.jsx(
|
|
1374
1374
|
"path",
|
|
1375
1375
|
{
|
|
1376
1376
|
d: "M16.0303 8.96967C16.3232 9.26256 16.3232 9.73744 16.0303 10.0303L11.0303 15.0303C10.7374 15.3232 10.2626 15.3232 9.96967 15.0303L7.96967 13.0303C7.67678 12.7374 7.67678 12.2626 7.96967 11.9697C8.26256 11.6768 8.73744 11.6768 9.03033 11.9697L10.5 13.4393L14.9697 8.96967C15.2626 8.67678 15.7374 8.67678 16.0303 8.96967Z",
|
|
@@ -1380,64 +1380,64 @@ pr.success = () => /* @__PURE__ */ Z.jsxs("svg", { viewBox: "0 0 24 24", fill: "
|
|
|
1380
1380
|
] });
|
|
1381
1381
|
var Or;
|
|
1382
1382
|
((u) => {
|
|
1383
|
-
function
|
|
1384
|
-
let [c,
|
|
1383
|
+
function p() {
|
|
1384
|
+
let [c, d] = A.useState([]);
|
|
1385
1385
|
return Ae.set = (i) => {
|
|
1386
|
-
|
|
1386
|
+
d([...c, i]);
|
|
1387
1387
|
}, Ae.del = (i) => {
|
|
1388
|
-
|
|
1389
|
-
}, c.length === 0 ? "" : /* @__PURE__ */
|
|
1388
|
+
d(c.filter((g) => g.key !== i));
|
|
1389
|
+
}, c.length === 0 ? "" : /* @__PURE__ */ G.jsx("ul", { className: Mr.notice, children: c.map((i) => i.item) });
|
|
1390
1390
|
}
|
|
1391
|
-
u.Init =
|
|
1392
|
-
function h(c,
|
|
1393
|
-
let i = Date.now(), g = { key: i, text: c, hide:
|
|
1391
|
+
u.Init = p;
|
|
1392
|
+
function h(c, d = !0) {
|
|
1393
|
+
let i = Date.now(), g = { key: i, text: c, hide: d, type: "error" };
|
|
1394
1394
|
Ae.set({
|
|
1395
|
-
item: /* @__PURE__ */
|
|
1395
|
+
item: /* @__PURE__ */ G.jsx(mr, { data: g }, i),
|
|
1396
1396
|
key: i
|
|
1397
1397
|
});
|
|
1398
1398
|
}
|
|
1399
1399
|
u.Error = h;
|
|
1400
|
-
function f(c,
|
|
1401
|
-
let i = Date.now(), g = { key: i, text: c, hide:
|
|
1400
|
+
function f(c, d = !0) {
|
|
1401
|
+
let i = Date.now(), g = { key: i, text: c, hide: d, type: "success" };
|
|
1402
1402
|
Ae.set({
|
|
1403
|
-
item: /* @__PURE__ */
|
|
1403
|
+
item: /* @__PURE__ */ G.jsx(mr, { data: g }, i),
|
|
1404
1404
|
key: i
|
|
1405
1405
|
});
|
|
1406
1406
|
}
|
|
1407
1407
|
u.Success = f;
|
|
1408
|
-
function b(c,
|
|
1409
|
-
let i = Date.now(), g = { key: i, hide:
|
|
1410
|
-
Ae.set({ item: /* @__PURE__ */
|
|
1408
|
+
function b(c, d = !0) {
|
|
1409
|
+
let i = Date.now(), g = { key: i, hide: d, text: c };
|
|
1410
|
+
Ae.set({ item: /* @__PURE__ */ G.jsx(Zr, { data: g }, i), key: i });
|
|
1411
1411
|
}
|
|
1412
1412
|
u.Custom = b;
|
|
1413
1413
|
function w(c) {
|
|
1414
|
-
let
|
|
1414
|
+
let d = Date.now(), i = { key: d, hide: !0, ...c };
|
|
1415
1415
|
Ae.set({
|
|
1416
|
-
item: /* @__PURE__ */
|
|
1417
|
-
key:
|
|
1416
|
+
item: /* @__PURE__ */ G.jsx(mr, { data: i }, d),
|
|
1417
|
+
key: d
|
|
1418
1418
|
});
|
|
1419
1419
|
}
|
|
1420
1420
|
u.Send = w;
|
|
1421
|
-
function C(c,
|
|
1422
|
-
let i = Date.now(), g = { key: i, text: c, hide:
|
|
1421
|
+
function C(c, d = !0) {
|
|
1422
|
+
let i = Date.now(), g = { key: i, text: c, hide: d, type: "remark" };
|
|
1423
1423
|
Ae.set({
|
|
1424
|
-
item: /* @__PURE__ */
|
|
1424
|
+
item: /* @__PURE__ */ G.jsx(mr, { data: g }, i),
|
|
1425
1425
|
key: i
|
|
1426
1426
|
});
|
|
1427
1427
|
}
|
|
1428
1428
|
u.Remark = C;
|
|
1429
|
-
function x(c,
|
|
1430
|
-
let i = Date.now(), g = { key: i, text: c, hide:
|
|
1429
|
+
function x(c, d = !0) {
|
|
1430
|
+
let i = Date.now(), g = { key: i, text: c, hide: d, type: "copy" };
|
|
1431
1431
|
Ae.set({
|
|
1432
|
-
item: /* @__PURE__ */
|
|
1432
|
+
item: /* @__PURE__ */ G.jsx(mr, { data: g }, i),
|
|
1433
1433
|
key: i
|
|
1434
1434
|
});
|
|
1435
1435
|
}
|
|
1436
1436
|
u.Copy = x;
|
|
1437
1437
|
})(Or || (Or = {}));
|
|
1438
|
-
function
|
|
1438
|
+
function Yt({
|
|
1439
1439
|
id: u,
|
|
1440
|
-
value:
|
|
1440
|
+
value: p,
|
|
1441
1441
|
onValue: h,
|
|
1442
1442
|
name: f,
|
|
1443
1443
|
placeholder: b = "",
|
|
@@ -1445,53 +1445,53 @@ function zt({
|
|
|
1445
1445
|
error: C = "",
|
|
1446
1446
|
hide: x = !1,
|
|
1447
1447
|
edit: c = !0,
|
|
1448
|
-
active:
|
|
1448
|
+
active: d = !0,
|
|
1449
1449
|
after: i = "",
|
|
1450
1450
|
before: g = "",
|
|
1451
1451
|
show: _ = !0,
|
|
1452
1452
|
maxLength: S,
|
|
1453
1453
|
onSave: $,
|
|
1454
|
-
className:
|
|
1455
|
-
isCopy:
|
|
1456
|
-
isReload:
|
|
1454
|
+
className: M = "",
|
|
1455
|
+
isCopy: L = !0,
|
|
1456
|
+
isReload: P = !1
|
|
1457
1457
|
}) {
|
|
1458
|
-
let
|
|
1458
|
+
let v = !!(x && (p === "" || p === void 0)), F = (R) => {
|
|
1459
1459
|
h && h({
|
|
1460
1460
|
value: R.target.textContent.trim(),
|
|
1461
1461
|
name: f,
|
|
1462
|
-
reload:
|
|
1462
|
+
reload: P
|
|
1463
1463
|
});
|
|
1464
|
-
},
|
|
1464
|
+
}, V = (R) => {
|
|
1465
1465
|
S && R.target.textContent.trim().length >= S && R.key !== "Backspace" && R.preventDefault(), R.key === "Enter" && R.preventDefault();
|
|
1466
|
-
},
|
|
1467
|
-
|
|
1466
|
+
}, J = (R) => {
|
|
1467
|
+
L && (R.preventDefault(), navigator.clipboard.writeText(R.target.textContent.trim()).then(
|
|
1468
1468
|
function() {
|
|
1469
1469
|
Or.Copy("Данные в буфер обмене");
|
|
1470
1470
|
},
|
|
1471
|
-
function(
|
|
1471
|
+
function(q) {
|
|
1472
1472
|
}
|
|
1473
1473
|
));
|
|
1474
|
-
},
|
|
1475
|
-
R.preventDefault(), navigator.clipboard.readText().then((
|
|
1474
|
+
}, D = (R) => {
|
|
1475
|
+
R.preventDefault(), navigator.clipboard.readText().then((q) => {
|
|
1476
1476
|
if (S) {
|
|
1477
|
-
let
|
|
1478
|
-
if (
|
|
1479
|
-
S -=
|
|
1477
|
+
let Z = R.target.textContent.length;
|
|
1478
|
+
if (Z >= S) return;
|
|
1479
|
+
S -= Z, q = q.slice(0, S);
|
|
1480
1480
|
}
|
|
1481
1481
|
window.document.execCommand(
|
|
1482
1482
|
"insertText",
|
|
1483
1483
|
!1,
|
|
1484
|
-
|
|
1484
|
+
q.replace(/(\r\n|\n|\r)/gm, " ")
|
|
1485
1485
|
);
|
|
1486
|
-
}).catch((
|
|
1486
|
+
}).catch((q) => {
|
|
1487
1487
|
});
|
|
1488
1488
|
};
|
|
1489
|
-
if (!(c &&
|
|
1489
|
+
if (!(c && d) && !_ || !(c && d) && v) return "";
|
|
1490
1490
|
const B = {};
|
|
1491
|
-
B.field = "input",
|
|
1492
|
-
const
|
|
1493
|
-
b && (
|
|
1494
|
-
const
|
|
1491
|
+
B.field = "input", M && (B.className = M);
|
|
1492
|
+
const W = {};
|
|
1493
|
+
b && (W.placeholder = b), c && d && (W.edit = "");
|
|
1494
|
+
const Y = (R) => {
|
|
1495
1495
|
Ie.Blur(R), $ == null || $({ value: R.target.textContent.trim(), name: f });
|
|
1496
1496
|
};
|
|
1497
1497
|
return /* @__PURE__ */ E.jsxs("dl", { ...B, children: [
|
|
@@ -1500,16 +1500,16 @@ function zt({
|
|
|
1500
1500
|
/* @__PURE__ */ E.jsx(
|
|
1501
1501
|
"dd",
|
|
1502
1502
|
{
|
|
1503
|
-
onPaste:
|
|
1504
|
-
onInput:
|
|
1505
|
-
onBlur:
|
|
1506
|
-
onKeyDown:
|
|
1507
|
-
onContextMenu:
|
|
1503
|
+
onPaste: D,
|
|
1504
|
+
onInput: F,
|
|
1505
|
+
onBlur: Y,
|
|
1506
|
+
onKeyDown: V,
|
|
1507
|
+
onContextMenu: J,
|
|
1508
1508
|
spellCheck: "true",
|
|
1509
|
-
contentEditable: c &&
|
|
1509
|
+
contentEditable: c && d ? Ie.ContentEditable : "false",
|
|
1510
1510
|
suppressContentEditableWarning: !0,
|
|
1511
|
-
...
|
|
1512
|
-
children:
|
|
1511
|
+
...W,
|
|
1512
|
+
children: p
|
|
1513
1513
|
}
|
|
1514
1514
|
),
|
|
1515
1515
|
i,
|
|
@@ -1530,13 +1530,13 @@ var Nr;
|
|
|
1530
1530
|
function Qr() {
|
|
1531
1531
|
if (Nr) return gr;
|
|
1532
1532
|
Nr = 1;
|
|
1533
|
-
var u =
|
|
1534
|
-
function C(x, c,
|
|
1533
|
+
var u = A, p = Symbol.for("react.element"), h = Symbol.for("react.fragment"), f = Object.prototype.hasOwnProperty, b = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, w = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
1534
|
+
function C(x, c, d) {
|
|
1535
1535
|
var i, g = {}, _ = null, S = null;
|
|
1536
|
-
|
|
1536
|
+
d !== void 0 && (_ = "" + d), c.key !== void 0 && (_ = "" + c.key), c.ref !== void 0 && (S = c.ref);
|
|
1537
1537
|
for (i in c) f.call(c, i) && !w.hasOwnProperty(i) && (g[i] = c[i]);
|
|
1538
1538
|
if (x && x.defaultProps) for (i in c = x.defaultProps, c) g[i] === void 0 && (g[i] = c[i]);
|
|
1539
|
-
return { $$typeof:
|
|
1539
|
+
return { $$typeof: p, type: x, key: _, ref: S, props: g, _owner: b.current };
|
|
1540
1540
|
}
|
|
1541
1541
|
return gr.Fragment = h, gr.jsx = C, gr.jsxs = C, gr;
|
|
1542
1542
|
}
|
|
@@ -1553,24 +1553,24 @@ var _r = {};
|
|
|
1553
1553
|
var Ir;
|
|
1554
1554
|
function et() {
|
|
1555
1555
|
return Ir || (Ir = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1556
|
-
var u =
|
|
1557
|
-
function
|
|
1556
|
+
var u = A, p = Symbol.for("react.element"), h = Symbol.for("react.portal"), f = Symbol.for("react.fragment"), b = Symbol.for("react.strict_mode"), w = Symbol.for("react.profiler"), C = Symbol.for("react.provider"), x = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), i = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), $ = Symbol.iterator, M = "@@iterator";
|
|
1557
|
+
function L(e) {
|
|
1558
1558
|
if (e === null || typeof e != "object")
|
|
1559
1559
|
return null;
|
|
1560
|
-
var r = $ && e[$] || e[
|
|
1560
|
+
var r = $ && e[$] || e[M];
|
|
1561
1561
|
return typeof r == "function" ? r : null;
|
|
1562
1562
|
}
|
|
1563
|
-
var
|
|
1564
|
-
function
|
|
1563
|
+
var P = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
1564
|
+
function v(e) {
|
|
1565
1565
|
{
|
|
1566
1566
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
1567
1567
|
t[n - 1] = arguments[n];
|
|
1568
|
-
|
|
1568
|
+
F("error", e, t);
|
|
1569
1569
|
}
|
|
1570
1570
|
}
|
|
1571
|
-
function
|
|
1571
|
+
function F(e, r, t) {
|
|
1572
1572
|
{
|
|
1573
|
-
var n =
|
|
1573
|
+
var n = P.ReactDebugCurrentFrame, s = n.getStackAddendum();
|
|
1574
1574
|
s !== "" && (r += "%s", t = t.concat([s]));
|
|
1575
1575
|
var l = t.map(function(o) {
|
|
1576
1576
|
return String(o);
|
|
@@ -1578,29 +1578,29 @@ function et() {
|
|
|
1578
1578
|
l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
|
|
1579
1579
|
}
|
|
1580
1580
|
}
|
|
1581
|
-
var
|
|
1582
|
-
|
|
1581
|
+
var V = !1, J = !1, D = !1, B = !1, W = !1, Y;
|
|
1582
|
+
Y = Symbol.for("react.module.reference");
|
|
1583
1583
|
function R(e) {
|
|
1584
|
-
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w ||
|
|
1584
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || W || e === b || e === d || e === i || B || e === S || V || J || D || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === g || e.$$typeof === C || e.$$typeof === x || e.$$typeof === c || // This needs to include all possible module reference object
|
|
1585
1585
|
// types supported by any Flight configuration anywhere since
|
|
1586
1586
|
// we don't know which Flight build this will end up being used
|
|
1587
1587
|
// with.
|
|
1588
|
-
e.$$typeof ===
|
|
1588
|
+
e.$$typeof === Y || e.getModuleId !== void 0));
|
|
1589
1589
|
}
|
|
1590
|
-
function
|
|
1590
|
+
function q(e, r, t) {
|
|
1591
1591
|
var n = e.displayName;
|
|
1592
1592
|
if (n)
|
|
1593
1593
|
return n;
|
|
1594
1594
|
var s = r.displayName || r.name || "";
|
|
1595
1595
|
return s !== "" ? t + "(" + s + ")" : t;
|
|
1596
1596
|
}
|
|
1597
|
-
function
|
|
1597
|
+
function Z(e) {
|
|
1598
1598
|
return e.displayName || "Context";
|
|
1599
1599
|
}
|
|
1600
|
-
function
|
|
1600
|
+
function T(e) {
|
|
1601
1601
|
if (e == null)
|
|
1602
1602
|
return null;
|
|
1603
|
-
if (typeof e.tag == "number" &&
|
|
1603
|
+
if (typeof e.tag == "number" && v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
1604
1604
|
return e.displayName || e.name || null;
|
|
1605
1605
|
if (typeof e == "string")
|
|
1606
1606
|
return e;
|
|
@@ -1613,7 +1613,7 @@ function et() {
|
|
|
1613
1613
|
return "Profiler";
|
|
1614
1614
|
case b:
|
|
1615
1615
|
return "StrictMode";
|
|
1616
|
-
case
|
|
1616
|
+
case d:
|
|
1617
1617
|
return "Suspense";
|
|
1618
1618
|
case i:
|
|
1619
1619
|
return "SuspenseList";
|
|
@@ -1622,19 +1622,19 @@ function et() {
|
|
|
1622
1622
|
switch (e.$$typeof) {
|
|
1623
1623
|
case x:
|
|
1624
1624
|
var r = e;
|
|
1625
|
-
return
|
|
1625
|
+
return Z(r) + ".Consumer";
|
|
1626
1626
|
case C:
|
|
1627
1627
|
var t = e;
|
|
1628
|
-
return
|
|
1628
|
+
return Z(t._context) + ".Provider";
|
|
1629
1629
|
case c:
|
|
1630
|
-
return
|
|
1630
|
+
return q(e, e.render, "ForwardRef");
|
|
1631
1631
|
case g:
|
|
1632
1632
|
var n = e.displayName || null;
|
|
1633
|
-
return n !== null ? n :
|
|
1633
|
+
return n !== null ? n : T(e.type) || "Memo";
|
|
1634
1634
|
case _: {
|
|
1635
1635
|
var s = e, l = s._payload, o = s._init;
|
|
1636
1636
|
try {
|
|
1637
|
-
return
|
|
1637
|
+
return T(o(l));
|
|
1638
1638
|
} catch {
|
|
1639
1639
|
return null;
|
|
1640
1640
|
}
|
|
@@ -1642,13 +1642,13 @@ function et() {
|
|
|
1642
1642
|
}
|
|
1643
1643
|
return null;
|
|
1644
1644
|
}
|
|
1645
|
-
var
|
|
1645
|
+
var N = Object.assign, X = 0, de, ye, ve, me, ge, he, be;
|
|
1646
1646
|
function _e() {
|
|
1647
1647
|
}
|
|
1648
1648
|
_e.__reactDisabledLog = !0;
|
|
1649
1649
|
function Le() {
|
|
1650
1650
|
{
|
|
1651
|
-
if (
|
|
1651
|
+
if (X === 0) {
|
|
1652
1652
|
de = console.log, ye = console.info, ve = console.warn, me = console.error, ge = console.group, he = console.groupCollapsed, be = console.groupEnd;
|
|
1653
1653
|
var e = {
|
|
1654
1654
|
configurable: !0,
|
|
@@ -1666,45 +1666,45 @@ function et() {
|
|
|
1666
1666
|
groupEnd: e
|
|
1667
1667
|
});
|
|
1668
1668
|
}
|
|
1669
|
-
|
|
1669
|
+
X++;
|
|
1670
1670
|
}
|
|
1671
1671
|
}
|
|
1672
1672
|
function Me() {
|
|
1673
1673
|
{
|
|
1674
|
-
if (
|
|
1674
|
+
if (X--, X === 0) {
|
|
1675
1675
|
var e = {
|
|
1676
1676
|
configurable: !0,
|
|
1677
1677
|
enumerable: !0,
|
|
1678
1678
|
writable: !0
|
|
1679
1679
|
};
|
|
1680
1680
|
Object.defineProperties(console, {
|
|
1681
|
-
log:
|
|
1681
|
+
log: N({}, e, {
|
|
1682
1682
|
value: de
|
|
1683
1683
|
}),
|
|
1684
|
-
info:
|
|
1684
|
+
info: N({}, e, {
|
|
1685
1685
|
value: ye
|
|
1686
1686
|
}),
|
|
1687
|
-
warn:
|
|
1687
|
+
warn: N({}, e, {
|
|
1688
1688
|
value: ve
|
|
1689
1689
|
}),
|
|
1690
|
-
error:
|
|
1690
|
+
error: N({}, e, {
|
|
1691
1691
|
value: me
|
|
1692
1692
|
}),
|
|
1693
|
-
group:
|
|
1693
|
+
group: N({}, e, {
|
|
1694
1694
|
value: ge
|
|
1695
1695
|
}),
|
|
1696
|
-
groupCollapsed:
|
|
1696
|
+
groupCollapsed: N({}, e, {
|
|
1697
1697
|
value: he
|
|
1698
1698
|
}),
|
|
1699
|
-
groupEnd:
|
|
1699
|
+
groupEnd: N({}, e, {
|
|
1700
1700
|
value: be
|
|
1701
1701
|
})
|
|
1702
1702
|
});
|
|
1703
1703
|
}
|
|
1704
|
-
|
|
1704
|
+
X < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1705
1705
|
}
|
|
1706
1706
|
}
|
|
1707
|
-
var ne =
|
|
1707
|
+
var ne = P.ReactCurrentDispatcher, ae;
|
|
1708
1708
|
function Q(e, r, t) {
|
|
1709
1709
|
{
|
|
1710
1710
|
if (ae === void 0)
|
|
@@ -1773,26 +1773,26 @@ function et() {
|
|
|
1773
1773
|
if (j && n && typeof j.stack == "string") {
|
|
1774
1774
|
for (var a = j.stack.split(`
|
|
1775
1775
|
`), k = n.stack.split(`
|
|
1776
|
-
`),
|
|
1776
|
+
`), y = a.length - 1, m = k.length - 1; y >= 1 && m >= 0 && a[y] !== k[m]; )
|
|
1777
1777
|
m--;
|
|
1778
|
-
for (;
|
|
1779
|
-
if (a[
|
|
1780
|
-
if (
|
|
1778
|
+
for (; y >= 1 && m >= 0; y--, m--)
|
|
1779
|
+
if (a[y] !== k[m]) {
|
|
1780
|
+
if (y !== 1 || m !== 1)
|
|
1781
1781
|
do
|
|
1782
|
-
if (
|
|
1782
|
+
if (y--, m--, m < 0 || a[y] !== k[m]) {
|
|
1783
1783
|
var O = `
|
|
1784
|
-
` + a[
|
|
1784
|
+
` + a[y].replace(" at new ", " at ");
|
|
1785
1785
|
return e.displayName && O.includes("<anonymous>") && (O = O.replace("<anonymous>", e.displayName)), typeof e == "function" && ee.set(e, O), O;
|
|
1786
1786
|
}
|
|
1787
|
-
while (
|
|
1787
|
+
while (y >= 1 && m >= 0);
|
|
1788
1788
|
break;
|
|
1789
1789
|
}
|
|
1790
1790
|
}
|
|
1791
1791
|
} finally {
|
|
1792
1792
|
oe = !1, ne.current = l, Me(), Error.prepareStackTrace = s;
|
|
1793
1793
|
}
|
|
1794
|
-
var
|
|
1795
|
-
return typeof e == "function" && ee.set(e,
|
|
1794
|
+
var z = e ? e.displayName || e.name : "", I = z ? Q(z) : "";
|
|
1795
|
+
return typeof e == "function" && ee.set(e, I), I;
|
|
1796
1796
|
}
|
|
1797
1797
|
function ze(e, r, t) {
|
|
1798
1798
|
return ke(e, !1);
|
|
@@ -1809,7 +1809,7 @@ function et() {
|
|
|
1809
1809
|
if (typeof e == "string")
|
|
1810
1810
|
return Q(e);
|
|
1811
1811
|
switch (e) {
|
|
1812
|
-
case
|
|
1812
|
+
case d:
|
|
1813
1813
|
return Q("Suspense");
|
|
1814
1814
|
case i:
|
|
1815
1815
|
return Q("SuspenseList");
|
|
@@ -1830,7 +1830,7 @@ function et() {
|
|
|
1830
1830
|
}
|
|
1831
1831
|
return "";
|
|
1832
1832
|
}
|
|
1833
|
-
var
|
|
1833
|
+
var H = Object.prototype.hasOwnProperty, je = {}, we = P.ReactDebugCurrentFrame;
|
|
1834
1834
|
function te(e) {
|
|
1835
1835
|
if (e) {
|
|
1836
1836
|
var r = e._owner, t = re(e.type, e._source, r ? r.type : null);
|
|
@@ -1840,7 +1840,7 @@ function et() {
|
|
|
1840
1840
|
}
|
|
1841
1841
|
function Be(e, r, t, n, s) {
|
|
1842
1842
|
{
|
|
1843
|
-
var l = Function.call.bind(
|
|
1843
|
+
var l = Function.call.bind(H);
|
|
1844
1844
|
for (var o in e)
|
|
1845
1845
|
if (l(e, o)) {
|
|
1846
1846
|
var a = void 0;
|
|
@@ -1850,10 +1850,10 @@ function et() {
|
|
|
1850
1850
|
throw k.name = "Invariant Violation", k;
|
|
1851
1851
|
}
|
|
1852
1852
|
a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1853
|
-
} catch (
|
|
1854
|
-
a =
|
|
1853
|
+
} catch (y) {
|
|
1854
|
+
a = y;
|
|
1855
1855
|
}
|
|
1856
|
-
a && !(a instanceof Error) && (te(s),
|
|
1856
|
+
a && !(a instanceof Error) && (te(s), v("%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), te(null)), a instanceof Error && !(a.message in je) && (je[a.message] = !0, te(s), v("Failed %s type: %s", t, a.message), te(null));
|
|
1857
1857
|
}
|
|
1858
1858
|
}
|
|
1859
1859
|
}
|
|
@@ -1879,16 +1879,16 @@ function et() {
|
|
|
1879
1879
|
}
|
|
1880
1880
|
function Re(e) {
|
|
1881
1881
|
if (Je(e))
|
|
1882
|
-
return
|
|
1882
|
+
return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ve(e)), xe(e);
|
|
1883
1883
|
}
|
|
1884
|
-
var Ee =
|
|
1884
|
+
var Ee = P.ReactCurrentOwner, qe = {
|
|
1885
1885
|
key: !0,
|
|
1886
1886
|
ref: !0,
|
|
1887
1887
|
__self: !0,
|
|
1888
1888
|
__source: !0
|
|
1889
1889
|
}, Se, Oe;
|
|
1890
1890
|
function Xe(e) {
|
|
1891
|
-
if (
|
|
1891
|
+
if (H.call(e, "ref")) {
|
|
1892
1892
|
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
1893
1893
|
if (r && r.isReactWarning)
|
|
1894
1894
|
return !1;
|
|
@@ -1896,7 +1896,7 @@ function et() {
|
|
|
1896
1896
|
return e.ref !== void 0;
|
|
1897
1897
|
}
|
|
1898
1898
|
function He(e) {
|
|
1899
|
-
if (
|
|
1899
|
+
if (H.call(e, "key")) {
|
|
1900
1900
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
1901
1901
|
if (r && r.isReactWarning)
|
|
1902
1902
|
return !1;
|
|
@@ -1909,7 +1909,7 @@ function et() {
|
|
|
1909
1909
|
function Ze(e, r) {
|
|
1910
1910
|
{
|
|
1911
1911
|
var t = function() {
|
|
1912
|
-
Se || (Se = !0,
|
|
1912
|
+
Se || (Se = !0, v("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
1913
1913
|
};
|
|
1914
1914
|
t.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
1915
1915
|
get: t,
|
|
@@ -1920,7 +1920,7 @@ function et() {
|
|
|
1920
1920
|
function Qe(e, r) {
|
|
1921
1921
|
{
|
|
1922
1922
|
var t = function() {
|
|
1923
|
-
Oe || (Oe = !0,
|
|
1923
|
+
Oe || (Oe = !0, v("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
1924
1924
|
};
|
|
1925
1925
|
t.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
1926
1926
|
get: t,
|
|
@@ -1931,7 +1931,7 @@ function et() {
|
|
|
1931
1931
|
var er = function(e, r, t, n, s, l, o) {
|
|
1932
1932
|
var a = {
|
|
1933
1933
|
// This tag allows us to uniquely identify this as a React Element
|
|
1934
|
-
$$typeof:
|
|
1934
|
+
$$typeof: p,
|
|
1935
1935
|
// Built-in properties that belong on the element
|
|
1936
1936
|
type: e,
|
|
1937
1937
|
key: r,
|
|
@@ -1962,11 +1962,11 @@ function et() {
|
|
|
1962
1962
|
var l, o = {}, a = null, k = null;
|
|
1963
1963
|
t !== void 0 && (Re(t), a = "" + t), He(r) && (Re(r.key), a = "" + r.key), Xe(r) && (k = r.ref, Ge(r));
|
|
1964
1964
|
for (l in r)
|
|
1965
|
-
|
|
1965
|
+
H.call(r, l) && !qe.hasOwnProperty(l) && (o[l] = r[l]);
|
|
1966
1966
|
if (e && e.defaultProps) {
|
|
1967
|
-
var
|
|
1968
|
-
for (l in
|
|
1969
|
-
o[l] === void 0 && (o[l] =
|
|
1967
|
+
var y = e.defaultProps;
|
|
1968
|
+
for (l in y)
|
|
1969
|
+
o[l] === void 0 && (o[l] = y[l]);
|
|
1970
1970
|
}
|
|
1971
1971
|
if (a || k) {
|
|
1972
1972
|
var m = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
@@ -1975,8 +1975,8 @@ function et() {
|
|
|
1975
1975
|
return er(e, a, k, s, n, Ee.current, o);
|
|
1976
1976
|
}
|
|
1977
1977
|
}
|
|
1978
|
-
var se =
|
|
1979
|
-
function
|
|
1978
|
+
var se = P.ReactCurrentOwner, Ce = P.ReactDebugCurrentFrame;
|
|
1979
|
+
function U(e) {
|
|
1980
1980
|
if (e) {
|
|
1981
1981
|
var r = e._owner, t = re(e.type, e._source, r ? r.type : null);
|
|
1982
1982
|
Ce.setExtraStackFrame(t);
|
|
@@ -1986,12 +1986,12 @@ function et() {
|
|
|
1986
1986
|
var ue;
|
|
1987
1987
|
ue = !1;
|
|
1988
1988
|
function le(e) {
|
|
1989
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
1989
|
+
return typeof e == "object" && e !== null && e.$$typeof === p;
|
|
1990
1990
|
}
|
|
1991
1991
|
function Te() {
|
|
1992
1992
|
{
|
|
1993
1993
|
if (se.current) {
|
|
1994
|
-
var e =
|
|
1994
|
+
var e = T(se.current.type);
|
|
1995
1995
|
if (e)
|
|
1996
1996
|
return `
|
|
1997
1997
|
|
|
@@ -2026,7 +2026,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2026
2026
|
return;
|
|
2027
2027
|
Pe[t] = !0;
|
|
2028
2028
|
var n = "";
|
|
2029
|
-
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " +
|
|
2029
|
+
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " + T(e._owner.type) + "."), U(e), v('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), U(null);
|
|
2030
2030
|
}
|
|
2031
2031
|
}
|
|
2032
2032
|
function $e(e, r) {
|
|
@@ -2041,7 +2041,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2041
2041
|
else if (le(e))
|
|
2042
2042
|
e._store && (e._store.validated = !0);
|
|
2043
2043
|
else if (e) {
|
|
2044
|
-
var s =
|
|
2044
|
+
var s = L(e);
|
|
2045
2045
|
if (typeof s == "function" && s !== e.entries)
|
|
2046
2046
|
for (var l = s.call(e), o; !(o = l.next()).done; )
|
|
2047
2047
|
le(o.value) && De(o.value, r);
|
|
@@ -2063,14 +2063,14 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2063
2063
|
else
|
|
2064
2064
|
return;
|
|
2065
2065
|
if (t) {
|
|
2066
|
-
var n =
|
|
2066
|
+
var n = T(r);
|
|
2067
2067
|
Be(t, e.props, "prop", n, e);
|
|
2068
2068
|
} else if (r.PropTypes !== void 0 && !ue) {
|
|
2069
2069
|
ue = !0;
|
|
2070
|
-
var s =
|
|
2071
|
-
|
|
2070
|
+
var s = T(r);
|
|
2071
|
+
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
|
|
2072
2072
|
}
|
|
2073
|
-
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved &&
|
|
2073
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
2074
2074
|
}
|
|
2075
2075
|
}
|
|
2076
2076
|
function or(e) {
|
|
@@ -2078,11 +2078,11 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2078
2078
|
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
|
|
2079
2079
|
var n = r[t];
|
|
2080
2080
|
if (n !== "children" && n !== "key") {
|
|
2081
|
-
|
|
2081
|
+
U(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), U(null);
|
|
2082
2082
|
break;
|
|
2083
2083
|
}
|
|
2084
2084
|
}
|
|
2085
|
-
e.ref !== null && (
|
|
2085
|
+
e.ref !== null && (U(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), U(null));
|
|
2086
2086
|
}
|
|
2087
2087
|
}
|
|
2088
2088
|
var Fe = {};
|
|
@@ -2094,8 +2094,8 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2094
2094
|
(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.");
|
|
2095
2095
|
var k = tr();
|
|
2096
2096
|
k ? a += k : a += Te();
|
|
2097
|
-
var
|
|
2098
|
-
e === null ?
|
|
2097
|
+
var y;
|
|
2098
|
+
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (T(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : y = typeof e, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", y, a);
|
|
2099
2099
|
}
|
|
2100
2100
|
var m = rr(e, r, t, s, l);
|
|
2101
2101
|
if (m == null)
|
|
@@ -2105,26 +2105,26 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2105
2105
|
if (O !== void 0)
|
|
2106
2106
|
if (n)
|
|
2107
2107
|
if (ie(O)) {
|
|
2108
|
-
for (var
|
|
2109
|
-
$e(O[
|
|
2108
|
+
for (var z = 0; z < O.length; z++)
|
|
2109
|
+
$e(O[z], e);
|
|
2110
2110
|
Object.freeze && Object.freeze(O);
|
|
2111
2111
|
} else
|
|
2112
|
-
|
|
2112
|
+
v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
2113
2113
|
else
|
|
2114
2114
|
$e(O, e);
|
|
2115
2115
|
}
|
|
2116
|
-
if (
|
|
2117
|
-
var
|
|
2116
|
+
if (H.call(r, "key")) {
|
|
2117
|
+
var I = T(e), j = Object.keys(r).filter(function(fr) {
|
|
2118
2118
|
return fr !== "key";
|
|
2119
2119
|
}), ce = j.length > 0 ? "{key: someKey, " + j.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
2120
|
-
if (!Fe[
|
|
2120
|
+
if (!Fe[I + ce]) {
|
|
2121
2121
|
var cr = j.length > 0 ? "{" + j.join(": ..., ") + ": ...}" : "{}";
|
|
2122
|
-
|
|
2122
|
+
v(`A props object containing a "key" prop is being spread into JSX:
|
|
2123
2123
|
let props = %s;
|
|
2124
2124
|
<%s {...props} />
|
|
2125
2125
|
React keys must be passed directly to JSX without using spread:
|
|
2126
2126
|
let props = %s;
|
|
2127
|
-
<%s key={someKey} {...props} />`, ce,
|
|
2127
|
+
<%s key={someKey} {...props} />`, ce, I, cr, I), Fe[I + ce] = !0;
|
|
2128
2128
|
}
|
|
2129
2129
|
}
|
|
2130
2130
|
return e === f ? or(m) : ar(m), m;
|
|
@@ -2141,7 +2141,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2141
2141
|
}()), _r;
|
|
2142
2142
|
}
|
|
2143
2143
|
process.env.NODE_ENV === "production" ? Cr.exports = Qr() : Cr.exports = et();
|
|
2144
|
-
var
|
|
2144
|
+
var K = Cr.exports;
|
|
2145
2145
|
const rt = "_shake_txgsc_1", tt = "_modal_txgsc_79", nt = "_w_txgsc_15", at = "_o_txgsc_116", ot = "_h_txgsc_141", it = "_l_txgsc_155", st = "_t_txgsc_192", ut = "_x_txgsc_196", lt = "_s_txgsc_89", ct = "_c_txgsc_214", ft = "_f_txgsc_219", pt = "_row_txgsc_241", dt = "_col_txgsc_253", yt = "_g_txgsc_258", vt = "_m_txgsc_79", fe = {
|
|
2146
2146
|
shake: rt,
|
|
2147
2147
|
modal: tt,
|
|
@@ -2166,20 +2166,20 @@ const rt = "_shake_txgsc_1", tt = "_modal_txgsc_79", nt = "_w_txgsc_15", at = "_
|
|
|
2166
2166
|
m: vt
|
|
2167
2167
|
};
|
|
2168
2168
|
function mt({ children: u }) {
|
|
2169
|
-
return /* @__PURE__ */
|
|
2169
|
+
return /* @__PURE__ */ K.jsx("div", { className: fe.l, children: /* @__PURE__ */ K.jsx("ul", { children: u }) });
|
|
2170
2170
|
}
|
|
2171
2171
|
function gt({ children: u }) {
|
|
2172
|
-
return /* @__PURE__ */
|
|
2172
|
+
return /* @__PURE__ */ K.jsx("div", { className: fe.s, children: u });
|
|
2173
2173
|
}
|
|
2174
|
-
function ht({ children: u, viev:
|
|
2174
|
+
function ht({ children: u, viev: p = "row", className: h }) {
|
|
2175
2175
|
let f = {};
|
|
2176
|
-
return h && (f.className = h), /* @__PURE__ */
|
|
2176
|
+
return h && (f.className = h), /* @__PURE__ */ K.jsx("ul", { className: [fe.f, fe[p], f.className].join(" "), children: u });
|
|
2177
2177
|
}
|
|
2178
2178
|
function bt({ children: u }) {
|
|
2179
|
-
return /* @__PURE__ */
|
|
2179
|
+
return /* @__PURE__ */ K.jsx("div", { className: fe.c, children: u });
|
|
2180
2180
|
}
|
|
2181
2181
|
function _t({ children: u }) {
|
|
2182
|
-
return /* @__PURE__ */
|
|
2182
|
+
return /* @__PURE__ */ K.jsx("div", { className: fe.g, children: u });
|
|
2183
2183
|
}
|
|
2184
2184
|
var Tr = { exports: {} }, hr = {};
|
|
2185
2185
|
/**
|
|
@@ -2195,13 +2195,13 @@ var Ar;
|
|
|
2195
2195
|
function kt() {
|
|
2196
2196
|
if (Ar) return hr;
|
|
2197
2197
|
Ar = 1;
|
|
2198
|
-
var u =
|
|
2199
|
-
function C(x, c,
|
|
2198
|
+
var u = A, p = Symbol.for("react.element"), h = Symbol.for("react.fragment"), f = Object.prototype.hasOwnProperty, b = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, w = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
2199
|
+
function C(x, c, d) {
|
|
2200
2200
|
var i, g = {}, _ = null, S = null;
|
|
2201
|
-
|
|
2201
|
+
d !== void 0 && (_ = "" + d), c.key !== void 0 && (_ = "" + c.key), c.ref !== void 0 && (S = c.ref);
|
|
2202
2202
|
for (i in c) f.call(c, i) && !w.hasOwnProperty(i) && (g[i] = c[i]);
|
|
2203
2203
|
if (x && x.defaultProps) for (i in c = x.defaultProps, c) g[i] === void 0 && (g[i] = c[i]);
|
|
2204
|
-
return { $$typeof:
|
|
2204
|
+
return { $$typeof: p, type: x, key: _, ref: S, props: g, _owner: b.current };
|
|
2205
2205
|
}
|
|
2206
2206
|
return hr.Fragment = h, hr.jsx = C, hr.jsxs = C, hr;
|
|
2207
2207
|
}
|
|
@@ -2218,24 +2218,24 @@ var kr = {};
|
|
|
2218
2218
|
var Wr;
|
|
2219
2219
|
function jt() {
|
|
2220
2220
|
return Wr || (Wr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
2221
|
-
var u =
|
|
2222
|
-
function
|
|
2221
|
+
var u = A, p = Symbol.for("react.element"), h = Symbol.for("react.portal"), f = Symbol.for("react.fragment"), b = Symbol.for("react.strict_mode"), w = Symbol.for("react.profiler"), C = Symbol.for("react.provider"), x = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), i = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), $ = Symbol.iterator, M = "@@iterator";
|
|
2222
|
+
function L(e) {
|
|
2223
2223
|
if (e === null || typeof e != "object")
|
|
2224
2224
|
return null;
|
|
2225
|
-
var r = $ && e[$] || e[
|
|
2225
|
+
var r = $ && e[$] || e[M];
|
|
2226
2226
|
return typeof r == "function" ? r : null;
|
|
2227
2227
|
}
|
|
2228
|
-
var
|
|
2229
|
-
function
|
|
2228
|
+
var P = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
2229
|
+
function v(e) {
|
|
2230
2230
|
{
|
|
2231
2231
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
2232
2232
|
t[n - 1] = arguments[n];
|
|
2233
|
-
|
|
2233
|
+
F("error", e, t);
|
|
2234
2234
|
}
|
|
2235
2235
|
}
|
|
2236
|
-
function
|
|
2236
|
+
function F(e, r, t) {
|
|
2237
2237
|
{
|
|
2238
|
-
var n =
|
|
2238
|
+
var n = P.ReactDebugCurrentFrame, s = n.getStackAddendum();
|
|
2239
2239
|
s !== "" && (r += "%s", t = t.concat([s]));
|
|
2240
2240
|
var l = t.map(function(o) {
|
|
2241
2241
|
return String(o);
|
|
@@ -2243,29 +2243,29 @@ function jt() {
|
|
|
2243
2243
|
l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
|
|
2244
2244
|
}
|
|
2245
2245
|
}
|
|
2246
|
-
var
|
|
2247
|
-
|
|
2246
|
+
var V = !1, J = !1, D = !1, B = !1, W = !1, Y;
|
|
2247
|
+
Y = Symbol.for("react.module.reference");
|
|
2248
2248
|
function R(e) {
|
|
2249
|
-
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w ||
|
|
2249
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || W || e === b || e === d || e === i || B || e === S || V || J || D || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === g || e.$$typeof === C || e.$$typeof === x || e.$$typeof === c || // This needs to include all possible module reference object
|
|
2250
2250
|
// types supported by any Flight configuration anywhere since
|
|
2251
2251
|
// we don't know which Flight build this will end up being used
|
|
2252
2252
|
// with.
|
|
2253
|
-
e.$$typeof ===
|
|
2253
|
+
e.$$typeof === Y || e.getModuleId !== void 0));
|
|
2254
2254
|
}
|
|
2255
|
-
function
|
|
2255
|
+
function q(e, r, t) {
|
|
2256
2256
|
var n = e.displayName;
|
|
2257
2257
|
if (n)
|
|
2258
2258
|
return n;
|
|
2259
2259
|
var s = r.displayName || r.name || "";
|
|
2260
2260
|
return s !== "" ? t + "(" + s + ")" : t;
|
|
2261
2261
|
}
|
|
2262
|
-
function
|
|
2262
|
+
function Z(e) {
|
|
2263
2263
|
return e.displayName || "Context";
|
|
2264
2264
|
}
|
|
2265
|
-
function
|
|
2265
|
+
function T(e) {
|
|
2266
2266
|
if (e == null)
|
|
2267
2267
|
return null;
|
|
2268
|
-
if (typeof e.tag == "number" &&
|
|
2268
|
+
if (typeof e.tag == "number" && v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
2269
2269
|
return e.displayName || e.name || null;
|
|
2270
2270
|
if (typeof e == "string")
|
|
2271
2271
|
return e;
|
|
@@ -2278,7 +2278,7 @@ function jt() {
|
|
|
2278
2278
|
return "Profiler";
|
|
2279
2279
|
case b:
|
|
2280
2280
|
return "StrictMode";
|
|
2281
|
-
case
|
|
2281
|
+
case d:
|
|
2282
2282
|
return "Suspense";
|
|
2283
2283
|
case i:
|
|
2284
2284
|
return "SuspenseList";
|
|
@@ -2287,19 +2287,19 @@ function jt() {
|
|
|
2287
2287
|
switch (e.$$typeof) {
|
|
2288
2288
|
case x:
|
|
2289
2289
|
var r = e;
|
|
2290
|
-
return
|
|
2290
|
+
return Z(r) + ".Consumer";
|
|
2291
2291
|
case C:
|
|
2292
2292
|
var t = e;
|
|
2293
|
-
return
|
|
2293
|
+
return Z(t._context) + ".Provider";
|
|
2294
2294
|
case c:
|
|
2295
|
-
return
|
|
2295
|
+
return q(e, e.render, "ForwardRef");
|
|
2296
2296
|
case g:
|
|
2297
2297
|
var n = e.displayName || null;
|
|
2298
|
-
return n !== null ? n :
|
|
2298
|
+
return n !== null ? n : T(e.type) || "Memo";
|
|
2299
2299
|
case _: {
|
|
2300
2300
|
var s = e, l = s._payload, o = s._init;
|
|
2301
2301
|
try {
|
|
2302
|
-
return
|
|
2302
|
+
return T(o(l));
|
|
2303
2303
|
} catch {
|
|
2304
2304
|
return null;
|
|
2305
2305
|
}
|
|
@@ -2307,13 +2307,13 @@ function jt() {
|
|
|
2307
2307
|
}
|
|
2308
2308
|
return null;
|
|
2309
2309
|
}
|
|
2310
|
-
var
|
|
2310
|
+
var N = Object.assign, X = 0, de, ye, ve, me, ge, he, be;
|
|
2311
2311
|
function _e() {
|
|
2312
2312
|
}
|
|
2313
2313
|
_e.__reactDisabledLog = !0;
|
|
2314
2314
|
function Le() {
|
|
2315
2315
|
{
|
|
2316
|
-
if (
|
|
2316
|
+
if (X === 0) {
|
|
2317
2317
|
de = console.log, ye = console.info, ve = console.warn, me = console.error, ge = console.group, he = console.groupCollapsed, be = console.groupEnd;
|
|
2318
2318
|
var e = {
|
|
2319
2319
|
configurable: !0,
|
|
@@ -2331,45 +2331,45 @@ function jt() {
|
|
|
2331
2331
|
groupEnd: e
|
|
2332
2332
|
});
|
|
2333
2333
|
}
|
|
2334
|
-
|
|
2334
|
+
X++;
|
|
2335
2335
|
}
|
|
2336
2336
|
}
|
|
2337
2337
|
function Me() {
|
|
2338
2338
|
{
|
|
2339
|
-
if (
|
|
2339
|
+
if (X--, X === 0) {
|
|
2340
2340
|
var e = {
|
|
2341
2341
|
configurable: !0,
|
|
2342
2342
|
enumerable: !0,
|
|
2343
2343
|
writable: !0
|
|
2344
2344
|
};
|
|
2345
2345
|
Object.defineProperties(console, {
|
|
2346
|
-
log:
|
|
2346
|
+
log: N({}, e, {
|
|
2347
2347
|
value: de
|
|
2348
2348
|
}),
|
|
2349
|
-
info:
|
|
2349
|
+
info: N({}, e, {
|
|
2350
2350
|
value: ye
|
|
2351
2351
|
}),
|
|
2352
|
-
warn:
|
|
2352
|
+
warn: N({}, e, {
|
|
2353
2353
|
value: ve
|
|
2354
2354
|
}),
|
|
2355
|
-
error:
|
|
2355
|
+
error: N({}, e, {
|
|
2356
2356
|
value: me
|
|
2357
2357
|
}),
|
|
2358
|
-
group:
|
|
2358
|
+
group: N({}, e, {
|
|
2359
2359
|
value: ge
|
|
2360
2360
|
}),
|
|
2361
|
-
groupCollapsed:
|
|
2361
|
+
groupCollapsed: N({}, e, {
|
|
2362
2362
|
value: he
|
|
2363
2363
|
}),
|
|
2364
|
-
groupEnd:
|
|
2364
|
+
groupEnd: N({}, e, {
|
|
2365
2365
|
value: be
|
|
2366
2366
|
})
|
|
2367
2367
|
});
|
|
2368
2368
|
}
|
|
2369
|
-
|
|
2369
|
+
X < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
2370
2370
|
}
|
|
2371
2371
|
}
|
|
2372
|
-
var ne =
|
|
2372
|
+
var ne = P.ReactCurrentDispatcher, ae;
|
|
2373
2373
|
function Q(e, r, t) {
|
|
2374
2374
|
{
|
|
2375
2375
|
if (ae === void 0)
|
|
@@ -2438,26 +2438,26 @@ function jt() {
|
|
|
2438
2438
|
if (j && n && typeof j.stack == "string") {
|
|
2439
2439
|
for (var a = j.stack.split(`
|
|
2440
2440
|
`), k = n.stack.split(`
|
|
2441
|
-
`),
|
|
2441
|
+
`), y = a.length - 1, m = k.length - 1; y >= 1 && m >= 0 && a[y] !== k[m]; )
|
|
2442
2442
|
m--;
|
|
2443
|
-
for (;
|
|
2444
|
-
if (a[
|
|
2445
|
-
if (
|
|
2443
|
+
for (; y >= 1 && m >= 0; y--, m--)
|
|
2444
|
+
if (a[y] !== k[m]) {
|
|
2445
|
+
if (y !== 1 || m !== 1)
|
|
2446
2446
|
do
|
|
2447
|
-
if (
|
|
2447
|
+
if (y--, m--, m < 0 || a[y] !== k[m]) {
|
|
2448
2448
|
var O = `
|
|
2449
|
-
` + a[
|
|
2449
|
+
` + a[y].replace(" at new ", " at ");
|
|
2450
2450
|
return e.displayName && O.includes("<anonymous>") && (O = O.replace("<anonymous>", e.displayName)), typeof e == "function" && ee.set(e, O), O;
|
|
2451
2451
|
}
|
|
2452
|
-
while (
|
|
2452
|
+
while (y >= 1 && m >= 0);
|
|
2453
2453
|
break;
|
|
2454
2454
|
}
|
|
2455
2455
|
}
|
|
2456
2456
|
} finally {
|
|
2457
2457
|
oe = !1, ne.current = l, Me(), Error.prepareStackTrace = s;
|
|
2458
2458
|
}
|
|
2459
|
-
var
|
|
2460
|
-
return typeof e == "function" && ee.set(e,
|
|
2459
|
+
var z = e ? e.displayName || e.name : "", I = z ? Q(z) : "";
|
|
2460
|
+
return typeof e == "function" && ee.set(e, I), I;
|
|
2461
2461
|
}
|
|
2462
2462
|
function ze(e, r, t) {
|
|
2463
2463
|
return ke(e, !1);
|
|
@@ -2474,7 +2474,7 @@ function jt() {
|
|
|
2474
2474
|
if (typeof e == "string")
|
|
2475
2475
|
return Q(e);
|
|
2476
2476
|
switch (e) {
|
|
2477
|
-
case
|
|
2477
|
+
case d:
|
|
2478
2478
|
return Q("Suspense");
|
|
2479
2479
|
case i:
|
|
2480
2480
|
return Q("SuspenseList");
|
|
@@ -2495,7 +2495,7 @@ function jt() {
|
|
|
2495
2495
|
}
|
|
2496
2496
|
return "";
|
|
2497
2497
|
}
|
|
2498
|
-
var
|
|
2498
|
+
var H = Object.prototype.hasOwnProperty, je = {}, we = P.ReactDebugCurrentFrame;
|
|
2499
2499
|
function te(e) {
|
|
2500
2500
|
if (e) {
|
|
2501
2501
|
var r = e._owner, t = re(e.type, e._source, r ? r.type : null);
|
|
@@ -2505,7 +2505,7 @@ function jt() {
|
|
|
2505
2505
|
}
|
|
2506
2506
|
function Be(e, r, t, n, s) {
|
|
2507
2507
|
{
|
|
2508
|
-
var l = Function.call.bind(
|
|
2508
|
+
var l = Function.call.bind(H);
|
|
2509
2509
|
for (var o in e)
|
|
2510
2510
|
if (l(e, o)) {
|
|
2511
2511
|
var a = void 0;
|
|
@@ -2515,10 +2515,10 @@ function jt() {
|
|
|
2515
2515
|
throw k.name = "Invariant Violation", k;
|
|
2516
2516
|
}
|
|
2517
2517
|
a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
2518
|
-
} catch (
|
|
2519
|
-
a =
|
|
2518
|
+
} catch (y) {
|
|
2519
|
+
a = y;
|
|
2520
2520
|
}
|
|
2521
|
-
a && !(a instanceof Error) && (te(s),
|
|
2521
|
+
a && !(a instanceof Error) && (te(s), v("%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), te(null)), a instanceof Error && !(a.message in je) && (je[a.message] = !0, te(s), v("Failed %s type: %s", t, a.message), te(null));
|
|
2522
2522
|
}
|
|
2523
2523
|
}
|
|
2524
2524
|
}
|
|
@@ -2544,16 +2544,16 @@ function jt() {
|
|
|
2544
2544
|
}
|
|
2545
2545
|
function Re(e) {
|
|
2546
2546
|
if (Je(e))
|
|
2547
|
-
return
|
|
2547
|
+
return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ve(e)), xe(e);
|
|
2548
2548
|
}
|
|
2549
|
-
var Ee =
|
|
2549
|
+
var Ee = P.ReactCurrentOwner, qe = {
|
|
2550
2550
|
key: !0,
|
|
2551
2551
|
ref: !0,
|
|
2552
2552
|
__self: !0,
|
|
2553
2553
|
__source: !0
|
|
2554
2554
|
}, Se, Oe;
|
|
2555
2555
|
function Xe(e) {
|
|
2556
|
-
if (
|
|
2556
|
+
if (H.call(e, "ref")) {
|
|
2557
2557
|
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
2558
2558
|
if (r && r.isReactWarning)
|
|
2559
2559
|
return !1;
|
|
@@ -2561,7 +2561,7 @@ function jt() {
|
|
|
2561
2561
|
return e.ref !== void 0;
|
|
2562
2562
|
}
|
|
2563
2563
|
function He(e) {
|
|
2564
|
-
if (
|
|
2564
|
+
if (H.call(e, "key")) {
|
|
2565
2565
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
2566
2566
|
if (r && r.isReactWarning)
|
|
2567
2567
|
return !1;
|
|
@@ -2574,7 +2574,7 @@ function jt() {
|
|
|
2574
2574
|
function Ze(e, r) {
|
|
2575
2575
|
{
|
|
2576
2576
|
var t = function() {
|
|
2577
|
-
Se || (Se = !0,
|
|
2577
|
+
Se || (Se = !0, v("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
2578
2578
|
};
|
|
2579
2579
|
t.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
2580
2580
|
get: t,
|
|
@@ -2585,7 +2585,7 @@ function jt() {
|
|
|
2585
2585
|
function Qe(e, r) {
|
|
2586
2586
|
{
|
|
2587
2587
|
var t = function() {
|
|
2588
|
-
Oe || (Oe = !0,
|
|
2588
|
+
Oe || (Oe = !0, v("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
2589
2589
|
};
|
|
2590
2590
|
t.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
2591
2591
|
get: t,
|
|
@@ -2596,7 +2596,7 @@ function jt() {
|
|
|
2596
2596
|
var er = function(e, r, t, n, s, l, o) {
|
|
2597
2597
|
var a = {
|
|
2598
2598
|
// This tag allows us to uniquely identify this as a React Element
|
|
2599
|
-
$$typeof:
|
|
2599
|
+
$$typeof: p,
|
|
2600
2600
|
// Built-in properties that belong on the element
|
|
2601
2601
|
type: e,
|
|
2602
2602
|
key: r,
|
|
@@ -2627,11 +2627,11 @@ function jt() {
|
|
|
2627
2627
|
var l, o = {}, a = null, k = null;
|
|
2628
2628
|
t !== void 0 && (Re(t), a = "" + t), He(r) && (Re(r.key), a = "" + r.key), Xe(r) && (k = r.ref, Ge(r));
|
|
2629
2629
|
for (l in r)
|
|
2630
|
-
|
|
2630
|
+
H.call(r, l) && !qe.hasOwnProperty(l) && (o[l] = r[l]);
|
|
2631
2631
|
if (e && e.defaultProps) {
|
|
2632
|
-
var
|
|
2633
|
-
for (l in
|
|
2634
|
-
o[l] === void 0 && (o[l] =
|
|
2632
|
+
var y = e.defaultProps;
|
|
2633
|
+
for (l in y)
|
|
2634
|
+
o[l] === void 0 && (o[l] = y[l]);
|
|
2635
2635
|
}
|
|
2636
2636
|
if (a || k) {
|
|
2637
2637
|
var m = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
@@ -2640,8 +2640,8 @@ function jt() {
|
|
|
2640
2640
|
return er(e, a, k, s, n, Ee.current, o);
|
|
2641
2641
|
}
|
|
2642
2642
|
}
|
|
2643
|
-
var se =
|
|
2644
|
-
function
|
|
2643
|
+
var se = P.ReactCurrentOwner, Ce = P.ReactDebugCurrentFrame;
|
|
2644
|
+
function U(e) {
|
|
2645
2645
|
if (e) {
|
|
2646
2646
|
var r = e._owner, t = re(e.type, e._source, r ? r.type : null);
|
|
2647
2647
|
Ce.setExtraStackFrame(t);
|
|
@@ -2651,12 +2651,12 @@ function jt() {
|
|
|
2651
2651
|
var ue;
|
|
2652
2652
|
ue = !1;
|
|
2653
2653
|
function le(e) {
|
|
2654
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
2654
|
+
return typeof e == "object" && e !== null && e.$$typeof === p;
|
|
2655
2655
|
}
|
|
2656
2656
|
function Te() {
|
|
2657
2657
|
{
|
|
2658
2658
|
if (se.current) {
|
|
2659
|
-
var e =
|
|
2659
|
+
var e = T(se.current.type);
|
|
2660
2660
|
if (e)
|
|
2661
2661
|
return `
|
|
2662
2662
|
|
|
@@ -2691,7 +2691,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2691
2691
|
return;
|
|
2692
2692
|
Pe[t] = !0;
|
|
2693
2693
|
var n = "";
|
|
2694
|
-
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " +
|
|
2694
|
+
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " + T(e._owner.type) + "."), U(e), v('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), U(null);
|
|
2695
2695
|
}
|
|
2696
2696
|
}
|
|
2697
2697
|
function $e(e, r) {
|
|
@@ -2706,7 +2706,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2706
2706
|
else if (le(e))
|
|
2707
2707
|
e._store && (e._store.validated = !0);
|
|
2708
2708
|
else if (e) {
|
|
2709
|
-
var s =
|
|
2709
|
+
var s = L(e);
|
|
2710
2710
|
if (typeof s == "function" && s !== e.entries)
|
|
2711
2711
|
for (var l = s.call(e), o; !(o = l.next()).done; )
|
|
2712
2712
|
le(o.value) && De(o.value, r);
|
|
@@ -2728,14 +2728,14 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2728
2728
|
else
|
|
2729
2729
|
return;
|
|
2730
2730
|
if (t) {
|
|
2731
|
-
var n =
|
|
2731
|
+
var n = T(r);
|
|
2732
2732
|
Be(t, e.props, "prop", n, e);
|
|
2733
2733
|
} else if (r.PropTypes !== void 0 && !ue) {
|
|
2734
2734
|
ue = !0;
|
|
2735
|
-
var s =
|
|
2736
|
-
|
|
2735
|
+
var s = T(r);
|
|
2736
|
+
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
|
|
2737
2737
|
}
|
|
2738
|
-
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved &&
|
|
2738
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
2739
2739
|
}
|
|
2740
2740
|
}
|
|
2741
2741
|
function or(e) {
|
|
@@ -2743,11 +2743,11 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2743
2743
|
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
|
|
2744
2744
|
var n = r[t];
|
|
2745
2745
|
if (n !== "children" && n !== "key") {
|
|
2746
|
-
|
|
2746
|
+
U(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), U(null);
|
|
2747
2747
|
break;
|
|
2748
2748
|
}
|
|
2749
2749
|
}
|
|
2750
|
-
e.ref !== null && (
|
|
2750
|
+
e.ref !== null && (U(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), U(null));
|
|
2751
2751
|
}
|
|
2752
2752
|
}
|
|
2753
2753
|
var Fe = {};
|
|
@@ -2759,8 +2759,8 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2759
2759
|
(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.");
|
|
2760
2760
|
var k = tr();
|
|
2761
2761
|
k ? a += k : a += Te();
|
|
2762
|
-
var
|
|
2763
|
-
e === null ?
|
|
2762
|
+
var y;
|
|
2763
|
+
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (T(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : y = typeof e, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", y, a);
|
|
2764
2764
|
}
|
|
2765
2765
|
var m = rr(e, r, t, s, l);
|
|
2766
2766
|
if (m == null)
|
|
@@ -2770,26 +2770,26 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2770
2770
|
if (O !== void 0)
|
|
2771
2771
|
if (n)
|
|
2772
2772
|
if (ie(O)) {
|
|
2773
|
-
for (var
|
|
2774
|
-
$e(O[
|
|
2773
|
+
for (var z = 0; z < O.length; z++)
|
|
2774
|
+
$e(O[z], e);
|
|
2775
2775
|
Object.freeze && Object.freeze(O);
|
|
2776
2776
|
} else
|
|
2777
|
-
|
|
2777
|
+
v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
2778
2778
|
else
|
|
2779
2779
|
$e(O, e);
|
|
2780
2780
|
}
|
|
2781
|
-
if (
|
|
2782
|
-
var
|
|
2781
|
+
if (H.call(r, "key")) {
|
|
2782
|
+
var I = T(e), j = Object.keys(r).filter(function(fr) {
|
|
2783
2783
|
return fr !== "key";
|
|
2784
2784
|
}), ce = j.length > 0 ? "{key: someKey, " + j.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
2785
|
-
if (!Fe[
|
|
2785
|
+
if (!Fe[I + ce]) {
|
|
2786
2786
|
var cr = j.length > 0 ? "{" + j.join(": ..., ") + ": ...}" : "{}";
|
|
2787
|
-
|
|
2787
|
+
v(`A props object containing a "key" prop is being spread into JSX:
|
|
2788
2788
|
let props = %s;
|
|
2789
2789
|
<%s {...props} />
|
|
2790
2790
|
React keys must be passed directly to JSX without using spread:
|
|
2791
2791
|
let props = %s;
|
|
2792
|
-
<%s key={someKey} {...props} />`, ce,
|
|
2792
|
+
<%s key={someKey} {...props} />`, ce, I, cr, I), Fe[I + ce] = !0;
|
|
2793
2793
|
}
|
|
2794
2794
|
}
|
|
2795
2795
|
return e === f ? or(m) : ar(m), m;
|
|
@@ -2818,7 +2818,7 @@ const wt = "_btn_1k1b3_1", xt = "_confirm_1k1b3_15", Rt = "_cancel_1k1b3_20", Et
|
|
|
2818
2818
|
l: Ct
|
|
2819
2819
|
}, Tt = ({
|
|
2820
2820
|
onClick: u,
|
|
2821
|
-
onSend:
|
|
2821
|
+
onSend: p,
|
|
2822
2822
|
size: h = "m",
|
|
2823
2823
|
view: f = "confirm",
|
|
2824
2824
|
children: b,
|
|
@@ -2826,32 +2826,32 @@ const wt = "_btn_1k1b3_1", xt = "_confirm_1k1b3_15", Rt = "_cancel_1k1b3_20", Et
|
|
|
2826
2826
|
className: C,
|
|
2827
2827
|
after: x,
|
|
2828
2828
|
before: c,
|
|
2829
|
-
label:
|
|
2829
|
+
label: d,
|
|
2830
2830
|
onRef: i,
|
|
2831
2831
|
awaitText: g = "Ожидайте"
|
|
2832
2832
|
}) => {
|
|
2833
|
-
let [_, S] =
|
|
2834
|
-
const $ = (
|
|
2833
|
+
let [_, S] = A.useState(!1);
|
|
2834
|
+
const $ = (L) => {
|
|
2835
2835
|
if (u) return u();
|
|
2836
|
-
_ || (
|
|
2836
|
+
_ || (p ? (S(!0), p(S)) : L.preventDefault());
|
|
2837
2837
|
};
|
|
2838
|
-
let
|
|
2839
|
-
return (w || _) && (
|
|
2838
|
+
let M = {};
|
|
2839
|
+
return (w || _) && (M.disabled = !0), /* @__PURE__ */ xr.jsx(
|
|
2840
2840
|
"button",
|
|
2841
2841
|
{
|
|
2842
|
-
...
|
|
2842
|
+
...M,
|
|
2843
2843
|
ref: i,
|
|
2844
2844
|
className: [
|
|
2845
2845
|
jr.btn,
|
|
2846
2846
|
_ ? jr.disabled : jr[f],
|
|
2847
2847
|
h && jr[h],
|
|
2848
2848
|
C
|
|
2849
|
-
].filter((
|
|
2849
|
+
].filter((L) => L != "").join(" "),
|
|
2850
2850
|
onClick: $,
|
|
2851
2851
|
children: _ ? g : /* @__PURE__ */ xr.jsxs(xr.Fragment, { children: [
|
|
2852
2852
|
c || "",
|
|
2853
2853
|
" ",
|
|
2854
|
-
|
|
2854
|
+
d,
|
|
2855
2855
|
" ",
|
|
2856
2856
|
x || ""
|
|
2857
2857
|
] }) || b
|
|
@@ -2860,114 +2860,114 @@ const wt = "_btn_1k1b3_1", xt = "_confirm_1k1b3_15", Rt = "_cancel_1k1b3_20", Et
|
|
|
2860
2860
|
};
|
|
2861
2861
|
let We = {};
|
|
2862
2862
|
function Pt({ children: u }) {
|
|
2863
|
-
return /* @__PURE__ */
|
|
2863
|
+
return /* @__PURE__ */ K.jsx(K.Fragment, { children: u });
|
|
2864
2864
|
}
|
|
2865
2865
|
var wr;
|
|
2866
2866
|
((u) => {
|
|
2867
|
-
function
|
|
2868
|
-
import_modules:
|
|
2867
|
+
function p({
|
|
2868
|
+
import_modules: d
|
|
2869
2869
|
}) {
|
|
2870
|
-
let [i, g] =
|
|
2870
|
+
let [i, g] = A.useState([]);
|
|
2871
2871
|
return We.x = (_) => {
|
|
2872
2872
|
g(_ ? i.filter((S) => S.key !== _) : []);
|
|
2873
2873
|
}, Ur(() => {
|
|
2874
|
-
|
|
2874
|
+
d && (We.i = d);
|
|
2875
2875
|
}, []), We.add = (_, S = Date.now()) => {
|
|
2876
2876
|
g([...i, { key: S, item: _ }]);
|
|
2877
|
-
}, /* @__PURE__ */
|
|
2877
|
+
}, /* @__PURE__ */ K.jsx(K.Fragment, { children: i.map((_) => _.item) });
|
|
2878
2878
|
}
|
|
2879
|
-
u.Init =
|
|
2880
|
-
function h(
|
|
2881
|
-
return
|
|
2879
|
+
u.Init = p;
|
|
2880
|
+
function h(d) {
|
|
2881
|
+
return d && (We.i = d), We.i;
|
|
2882
2882
|
}
|
|
2883
2883
|
u.Import = h, u.List = mt, u.Scroll = gt, u.Form = ht, u.Center = bt, u.Column = _t;
|
|
2884
|
-
function f(
|
|
2885
|
-
We.i(`${
|
|
2884
|
+
function f(d, i, g) {
|
|
2885
|
+
We.i(`${d}/modal/${i}.tsx`).then((_) => {
|
|
2886
2886
|
_.default.Open(g);
|
|
2887
2887
|
});
|
|
2888
2888
|
}
|
|
2889
2889
|
u.Open = f;
|
|
2890
|
-
function b({ type:
|
|
2891
|
-
let [_, S] =
|
|
2892
|
-
return
|
|
2893
|
-
We.i(`${
|
|
2890
|
+
function b({ type: d, name: i, params: g }) {
|
|
2891
|
+
let [_, S] = A.useState(null);
|
|
2892
|
+
return A.useEffect(() => {
|
|
2893
|
+
We.i(`${d}/modal/${i}.tsx`).then(($) => {
|
|
2894
2894
|
S($.default.Icon(g));
|
|
2895
2895
|
});
|
|
2896
|
-
}, [g.id]), /* @__PURE__ */
|
|
2896
|
+
}, [g.id]), /* @__PURE__ */ K.jsx(K.Fragment, { children: _ });
|
|
2897
2897
|
}
|
|
2898
2898
|
u.Icon = b;
|
|
2899
|
-
function w(
|
|
2900
|
-
We.add(/* @__PURE__ */
|
|
2899
|
+
function w(d, i) {
|
|
2900
|
+
We.add(/* @__PURE__ */ K.jsx(Pt, { children: d }, String(Date.now())), i);
|
|
2901
2901
|
}
|
|
2902
2902
|
u.Add = w;
|
|
2903
|
-
function C(
|
|
2904
|
-
We.x(
|
|
2903
|
+
function C(d) {
|
|
2904
|
+
We.x(d);
|
|
2905
2905
|
}
|
|
2906
2906
|
u.Close = C;
|
|
2907
|
-
function x(
|
|
2908
|
-
if (
|
|
2909
|
-
let i =
|
|
2907
|
+
function x(d) {
|
|
2908
|
+
if (d.target.classList[0] !== "modal") return;
|
|
2909
|
+
let i = d.target.children[0];
|
|
2910
2910
|
i.setAttribute("shake", !0), setTimeout(() => {
|
|
2911
2911
|
i.setAttribute("shake", !1);
|
|
2912
2912
|
}, 1e3);
|
|
2913
2913
|
}
|
|
2914
2914
|
u.Shake = x;
|
|
2915
2915
|
function c({
|
|
2916
|
-
title:
|
|
2916
|
+
title: d,
|
|
2917
2917
|
children: i,
|
|
2918
2918
|
button: g,
|
|
2919
2919
|
tabs: _,
|
|
2920
2920
|
size: S = "m",
|
|
2921
2921
|
className: $ = "",
|
|
2922
|
-
shake:
|
|
2923
|
-
menu:
|
|
2922
|
+
shake: M = !0,
|
|
2923
|
+
menu: L
|
|
2924
2924
|
}) {
|
|
2925
|
-
const [
|
|
2925
|
+
const [P, v] = A.useState(!0), F = A.useRef(), V = (D) => {
|
|
2926
2926
|
if (g) {
|
|
2927
2927
|
if (g.onClick)
|
|
2928
|
-
return
|
|
2928
|
+
return D(!1), g.onClick({ setOpen: v });
|
|
2929
2929
|
if (g.onSend)
|
|
2930
2930
|
return g.onSend({
|
|
2931
|
-
setOpen:
|
|
2932
|
-
disabled:
|
|
2931
|
+
setOpen: v,
|
|
2932
|
+
disabled: D
|
|
2933
2933
|
});
|
|
2934
2934
|
}
|
|
2935
|
-
},
|
|
2936
|
-
if (!
|
|
2937
|
-
|
|
2938
|
-
|
|
2935
|
+
}, J = () => {
|
|
2936
|
+
if (!M) return v(!1);
|
|
2937
|
+
F.current.setAttribute("shake", !0), setTimeout(() => {
|
|
2938
|
+
F.current.setAttribute("shake", !1);
|
|
2939
2939
|
}, 1e3);
|
|
2940
2940
|
};
|
|
2941
|
-
return
|
|
2942
|
-
/* @__PURE__ */
|
|
2943
|
-
/* @__PURE__ */
|
|
2941
|
+
return P ? /* @__PURE__ */ K.jsxs("div", { className: `${fe.modal}`, children: [
|
|
2942
|
+
/* @__PURE__ */ K.jsx("div", { className: fe.o, onClick: J }),
|
|
2943
|
+
/* @__PURE__ */ K.jsxs(
|
|
2944
2944
|
"div",
|
|
2945
2945
|
{
|
|
2946
|
-
className: [fe.w, fe[`s${S}`], $].filter((
|
|
2947
|
-
ref:
|
|
2946
|
+
className: [fe.w, fe[`s${S}`], $].filter((D) => D != "").join(" "),
|
|
2947
|
+
ref: F,
|
|
2948
2948
|
children: [
|
|
2949
|
-
/* @__PURE__ */
|
|
2950
|
-
/* @__PURE__ */
|
|
2951
|
-
/* @__PURE__ */
|
|
2952
|
-
_ && /* @__PURE__ */
|
|
2949
|
+
/* @__PURE__ */ K.jsxs("div", { className: fe.h, children: [
|
|
2950
|
+
/* @__PURE__ */ K.jsx("div", { className: fe.t, children: d }),
|
|
2951
|
+
/* @__PURE__ */ K.jsxs("div", { className: fe.m, children: [
|
|
2952
|
+
_ && /* @__PURE__ */ K.jsx("nav", { children: _.map((D, B) => /* @__PURE__ */ K.jsx(
|
|
2953
2953
|
"span",
|
|
2954
2954
|
{
|
|
2955
|
-
onClick:
|
|
2956
|
-
className:
|
|
2957
|
-
children:
|
|
2955
|
+
onClick: D.onClick,
|
|
2956
|
+
className: D.active ? "active" : "",
|
|
2957
|
+
children: D.name
|
|
2958
2958
|
},
|
|
2959
2959
|
B
|
|
2960
2960
|
)) }),
|
|
2961
|
-
|
|
2961
|
+
L
|
|
2962
2962
|
] }),
|
|
2963
|
-
/* @__PURE__ */
|
|
2963
|
+
/* @__PURE__ */ K.jsx(
|
|
2964
2964
|
"div",
|
|
2965
2965
|
{
|
|
2966
2966
|
className: fe.x,
|
|
2967
2967
|
onClick: () => {
|
|
2968
|
-
|
|
2968
|
+
v(!1);
|
|
2969
2969
|
},
|
|
2970
|
-
children: /* @__PURE__ */
|
|
2970
|
+
children: /* @__PURE__ */ K.jsx("svg", { viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ K.jsx(
|
|
2971
2971
|
"path",
|
|
2972
2972
|
{
|
|
2973
2973
|
d: "M20 5L5 20M5 5L20 20",
|
|
@@ -2981,11 +2981,11 @@ var wr;
|
|
|
2981
2981
|
)
|
|
2982
2982
|
] }),
|
|
2983
2983
|
i,
|
|
2984
|
-
g !== void 0 ? /* @__PURE__ */
|
|
2984
|
+
g !== void 0 ? /* @__PURE__ */ K.jsx(
|
|
2985
2985
|
Tt,
|
|
2986
2986
|
{
|
|
2987
2987
|
label: g.label,
|
|
2988
|
-
onSend:
|
|
2988
|
+
onSend: V,
|
|
2989
2989
|
className: fe.btn
|
|
2990
2990
|
}
|
|
2991
2991
|
) : ""
|
|
@@ -2996,10 +2996,10 @@ var wr;
|
|
|
2996
2996
|
}
|
|
2997
2997
|
u.Main = c;
|
|
2998
2998
|
})(wr || (wr = {}));
|
|
2999
|
-
const Dt = (u,
|
|
3000
|
-
function
|
|
2999
|
+
const Dt = (u, p = ",") => (u = u !== void 0 && u !== "" ? u.split(p) : [], u.filter((h) => h !== "").reduce((h, f) => (h[f] = !0, h), {}));
|
|
3000
|
+
function Bt({
|
|
3001
3001
|
value: u,
|
|
3002
|
-
onValue:
|
|
3002
|
+
onValue: p,
|
|
3003
3003
|
name: h,
|
|
3004
3004
|
placeholder: f = "",
|
|
3005
3005
|
separator: b = ",",
|
|
@@ -3007,52 +3007,52 @@ function Yt({
|
|
|
3007
3007
|
error: C,
|
|
3008
3008
|
hide: x = !1,
|
|
3009
3009
|
edit: c = !0,
|
|
3010
|
-
active:
|
|
3010
|
+
active: d = !0,
|
|
3011
3011
|
outFormat: i = "object",
|
|
3012
3012
|
after: g = "",
|
|
3013
3013
|
modal: _,
|
|
3014
3014
|
options: S,
|
|
3015
3015
|
className: $
|
|
3016
3016
|
}) {
|
|
3017
|
-
const [
|
|
3018
|
-
if (!(c &&
|
|
3019
|
-
let
|
|
3020
|
-
wr.Open(
|
|
3021
|
-
callback: (
|
|
3022
|
-
if (
|
|
3017
|
+
const [M, L] = A.useState(Dt(u, b)), P = (V) => {
|
|
3018
|
+
if (!(c && d) || !_) return;
|
|
3019
|
+
let J = _.split(".");
|
|
3020
|
+
wr.Open(J[0], J[1], {
|
|
3021
|
+
callback: (D) => {
|
|
3022
|
+
if (p)
|
|
3023
3023
|
switch (i) {
|
|
3024
3024
|
case "array":
|
|
3025
|
-
|
|
3025
|
+
p({ value: Object.keys(D), name: h });
|
|
3026
3026
|
break;
|
|
3027
3027
|
case "string":
|
|
3028
|
-
|
|
3029
|
-
value: Object.keys(
|
|
3028
|
+
p({
|
|
3029
|
+
value: Object.keys(D).filter((B) => D[B]).join(b),
|
|
3030
3030
|
name: h
|
|
3031
3031
|
});
|
|
3032
3032
|
break;
|
|
3033
3033
|
default:
|
|
3034
|
-
|
|
3034
|
+
p({ value: D, name: h });
|
|
3035
3035
|
}
|
|
3036
|
-
|
|
3036
|
+
L(
|
|
3037
3037
|
Object.fromEntries(
|
|
3038
|
-
Object.entries(
|
|
3039
|
-
([B,
|
|
3038
|
+
Object.entries(D).filter(
|
|
3039
|
+
([B, W]) => W !== !1
|
|
3040
3040
|
)
|
|
3041
3041
|
)
|
|
3042
3042
|
);
|
|
3043
3043
|
},
|
|
3044
|
-
onValue:
|
|
3044
|
+
onValue: p,
|
|
3045
3045
|
options: S,
|
|
3046
3046
|
name: h,
|
|
3047
|
-
value:
|
|
3047
|
+
value: M
|
|
3048
3048
|
});
|
|
3049
|
-
},
|
|
3050
|
-
|
|
3051
|
-
const
|
|
3052
|
-
return f && (
|
|
3049
|
+
}, v = {};
|
|
3050
|
+
v.field = "group", $ && (v.className = $);
|
|
3051
|
+
const F = {};
|
|
3052
|
+
return f && (F.placeholder = f), x ? /* @__PURE__ */ E.jsx(E.Fragment, {}) : /* @__PURE__ */ E.jsxs("dl", { ...v, children: [
|
|
3053
3053
|
/* @__PURE__ */ E.jsxs("dt", { children: [
|
|
3054
3054
|
w,
|
|
3055
|
-
/* @__PURE__ */ E.jsx("i", { onClick:
|
|
3055
|
+
/* @__PURE__ */ E.jsx("i", { onClick: P, children: /* @__PURE__ */ E.jsx(
|
|
3056
3056
|
"svg",
|
|
3057
3057
|
{
|
|
3058
3058
|
width: "20",
|
|
@@ -3070,29 +3070,30 @@ function Yt({
|
|
|
3070
3070
|
/* @__PURE__ */ E.jsx(
|
|
3071
3071
|
"dd",
|
|
3072
3072
|
{
|
|
3073
|
-
...
|
|
3074
|
-
onClick:
|
|
3075
|
-
edit: (c &&
|
|
3073
|
+
...F,
|
|
3074
|
+
onClick: P,
|
|
3075
|
+
edit: (c && d) + "",
|
|
3076
3076
|
"data-after": g,
|
|
3077
|
-
children: Object.keys(
|
|
3078
|
-
var
|
|
3079
|
-
return /* @__PURE__ */ E.jsx("div", { className: "field_group_item", children: (
|
|
3077
|
+
children: Object.keys(M).map((V) => {
|
|
3078
|
+
var J;
|
|
3079
|
+
return /* @__PURE__ */ E.jsx("div", { className: "field_group_item", children: (J = S[V]) == null ? void 0 : J.label }, V);
|
|
3080
3080
|
})
|
|
3081
3081
|
}
|
|
3082
3082
|
),
|
|
3083
3083
|
C && /* @__PURE__ */ E.jsx("em", { children: C })
|
|
3084
3084
|
] });
|
|
3085
3085
|
}
|
|
3086
|
-
const $t = "
|
|
3086
|
+
const $t = "_o_1nh74_11", Ft = "_l_1nh74_21", Lr = {
|
|
3087
3087
|
o: $t,
|
|
3088
3088
|
l: Ft
|
|
3089
|
-
}, Nt = "
|
|
3090
|
-
|
|
3091
|
-
|
|
3089
|
+
}, Nt = "_l_1w86i_12", It = "_f_1w86i_19", At = "_t_1w86i_30", Rr = {
|
|
3090
|
+
l: Nt,
|
|
3091
|
+
f: It,
|
|
3092
|
+
t: At
|
|
3092
3093
|
};
|
|
3093
|
-
function
|
|
3094
|
+
function Kt({
|
|
3094
3095
|
title: u,
|
|
3095
|
-
error:
|
|
3096
|
+
error: p,
|
|
3096
3097
|
edit: h = !0,
|
|
3097
3098
|
active: f = !0,
|
|
3098
3099
|
hide: b,
|
|
@@ -3100,33 +3101,34 @@ function Bt({
|
|
|
3100
3101
|
onValue: C,
|
|
3101
3102
|
options: x,
|
|
3102
3103
|
placeholder: c = "",
|
|
3103
|
-
className:
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3104
|
+
className: d,
|
|
3105
|
+
isIcon: i = !0,
|
|
3106
|
+
name: g,
|
|
3107
|
+
after: _,
|
|
3108
|
+
view: S,
|
|
3109
|
+
order: $,
|
|
3110
|
+
isReload: M = !1
|
|
3109
3111
|
}) {
|
|
3110
|
-
var
|
|
3111
|
-
const
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
}, [w, x]), b = !!(b && (w === 0 || ((
|
|
3115
|
-
let
|
|
3116
|
-
T
|
|
3117
|
-
},
|
|
3118
|
-
Object.keys(
|
|
3112
|
+
var q, Z;
|
|
3113
|
+
const L = A.useRef(null), [P, v] = A.useState(w), [F, V] = A.useState(x), [J, D] = A.useState(!1);
|
|
3114
|
+
A.useEffect(() => {
|
|
3115
|
+
v(w), V(x);
|
|
3116
|
+
}, [w, x]), b = !!(b && (w === 0 || ((q = F == null ? void 0 : F[w]) == null ? void 0 : q.n) === void 0)) && !(h && f);
|
|
3117
|
+
let W = (T) => {
|
|
3118
|
+
v(T), C && C({ value: T, name: g, reload: M });
|
|
3119
|
+
}, R = { onClick: (T) => {
|
|
3120
|
+
Object.keys(F || {}).length !== 0 && h && f && (L.position = T.target.getBoundingClientRect(), D(!0));
|
|
3119
3121
|
} };
|
|
3120
|
-
return c && (
|
|
3122
|
+
return c && (R.placeholder = c), _ && (R.after = _), h && f && (R.edit = ""), b ? "" : /* @__PURE__ */ E.jsxs(E.Fragment, { children: [
|
|
3121
3123
|
/* @__PURE__ */ E.jsxs(
|
|
3122
3124
|
"dl",
|
|
3123
3125
|
{
|
|
3124
3126
|
"data-field": "select",
|
|
3125
|
-
className: [Rr.
|
|
3127
|
+
className: [Rr.l, d].filter((T) => T !== void 0).join(),
|
|
3126
3128
|
children: [
|
|
3127
3129
|
u && /* @__PURE__ */ E.jsx("dt", { className: Rr.t, children: u }),
|
|
3128
|
-
/* @__PURE__ */ E.jsx("dd", { ...
|
|
3129
|
-
Object.keys(
|
|
3130
|
+
/* @__PURE__ */ E.jsx("dd", { ...R, className: Rr.f, ref: L, children: (Z = F == null ? void 0 : F[P]) == null ? void 0 : Z.n }),
|
|
3131
|
+
Object.keys(F || {}).length !== 0 && i && /* @__PURE__ */ E.jsx(
|
|
3130
3132
|
"svg",
|
|
3131
3133
|
{
|
|
3132
3134
|
fill: "none",
|
|
@@ -3139,21 +3141,21 @@ function Bt({
|
|
|
3139
3141
|
children: /* @__PURE__ */ E.jsx("path", { d: "m5.25 8.625 6.75 6.75 6.75-6.75" })
|
|
3140
3142
|
}
|
|
3141
3143
|
),
|
|
3142
|
-
|
|
3144
|
+
p && /* @__PURE__ */ E.jsx("em", { children: p })
|
|
3143
3145
|
]
|
|
3144
3146
|
}
|
|
3145
3147
|
),
|
|
3146
3148
|
J && zr(
|
|
3147
3149
|
/* @__PURE__ */ E.jsx(
|
|
3148
|
-
|
|
3150
|
+
Wt,
|
|
3149
3151
|
{
|
|
3150
|
-
parent:
|
|
3151
|
-
onValue:
|
|
3152
|
-
view:
|
|
3153
|
-
className:
|
|
3154
|
-
options:
|
|
3155
|
-
order:
|
|
3156
|
-
setOpen:
|
|
3152
|
+
parent: L.position,
|
|
3153
|
+
onValue: W,
|
|
3154
|
+
view: S,
|
|
3155
|
+
className: d,
|
|
3156
|
+
options: F,
|
|
3157
|
+
order: $,
|
|
3158
|
+
setOpen: D
|
|
3157
3159
|
},
|
|
3158
3160
|
(/* @__PURE__ */ new Date()).getTime()
|
|
3159
3161
|
),
|
|
@@ -3161,9 +3163,9 @@ function Bt({
|
|
|
3161
3163
|
)
|
|
3162
3164
|
] });
|
|
3163
3165
|
}
|
|
3164
|
-
const
|
|
3166
|
+
const Wt = ({
|
|
3165
3167
|
onValue: u,
|
|
3166
|
-
parent:
|
|
3168
|
+
parent: p,
|
|
3167
3169
|
className: h,
|
|
3168
3170
|
options: f,
|
|
3169
3171
|
order: b,
|
|
@@ -3173,7 +3175,7 @@ const At = ({
|
|
|
3173
3175
|
w(!1);
|
|
3174
3176
|
}, x = (i) => {
|
|
3175
3177
|
w(!1), u(i);
|
|
3176
|
-
}, c = window.innerHeight -
|
|
3178
|
+
}, c = window.innerHeight - p.y + p.height < 320 ? p.y - 312 : p.y + 33, d = window.innerWidth - p.x < 265 ? p.x - 235 : p.x;
|
|
3177
3179
|
return /* @__PURE__ */ E.jsxs(E.Fragment, { children: [
|
|
3178
3180
|
/* @__PURE__ */ E.jsx(
|
|
3179
3181
|
"div",
|
|
@@ -3189,39 +3191,39 @@ const At = ({
|
|
|
3189
3191
|
className: [Lr.l, h].filter((i) => i !== void 0).join(" "),
|
|
3190
3192
|
style: {
|
|
3191
3193
|
top: c + "px",
|
|
3192
|
-
left:
|
|
3193
|
-
width:
|
|
3194
|
+
left: d + "px",
|
|
3195
|
+
width: p.width
|
|
3194
3196
|
},
|
|
3195
|
-
children: /* @__PURE__ */ E.jsx(
|
|
3197
|
+
children: /* @__PURE__ */ E.jsx(Lt, { order: b, options: f, link: x })
|
|
3196
3198
|
}
|
|
3197
3199
|
)
|
|
3198
3200
|
] });
|
|
3199
|
-
},
|
|
3200
|
-
(f, b) =>
|
|
3201
|
+
}, Lt = ({ order: u, options: p, link: h }) => u ? /* @__PURE__ */ E.jsx("ul", { children: u.map(
|
|
3202
|
+
(f, b) => p[f].s !== 0 ? /* @__PURE__ */ E.jsx(
|
|
3201
3203
|
"li",
|
|
3202
3204
|
{
|
|
3203
3205
|
onClick: () => {
|
|
3204
3206
|
h(f);
|
|
3205
3207
|
},
|
|
3206
|
-
children:
|
|
3208
|
+
children: p[f].n
|
|
3207
3209
|
},
|
|
3208
3210
|
b
|
|
3209
3211
|
) : ""
|
|
3210
|
-
) }) : /* @__PURE__ */ E.jsx("ul", { children: Object.keys(
|
|
3211
|
-
(f, b) =>
|
|
3212
|
+
) }) : /* @__PURE__ */ E.jsx("ul", { children: Object.keys(p).map(
|
|
3213
|
+
(f, b) => p[f].s !== 0 ? /* @__PURE__ */ E.jsx(
|
|
3212
3214
|
"li",
|
|
3213
3215
|
{
|
|
3214
3216
|
onClick: () => {
|
|
3215
3217
|
h(f);
|
|
3216
3218
|
},
|
|
3217
|
-
children:
|
|
3219
|
+
children: p[f].n
|
|
3218
3220
|
},
|
|
3219
3221
|
b
|
|
3220
3222
|
) : ""
|
|
3221
3223
|
) });
|
|
3222
|
-
function
|
|
3224
|
+
function Vt({
|
|
3223
3225
|
value: u,
|
|
3224
|
-
onValue:
|
|
3226
|
+
onValue: p,
|
|
3225
3227
|
name: h,
|
|
3226
3228
|
placeholder: f = "",
|
|
3227
3229
|
title: b,
|
|
@@ -3229,48 +3231,48 @@ function Kt({
|
|
|
3229
3231
|
hide: C = !1,
|
|
3230
3232
|
edit: x = !0,
|
|
3231
3233
|
show: c = !0,
|
|
3232
|
-
active:
|
|
3234
|
+
active: d = !0,
|
|
3233
3235
|
after: i = "",
|
|
3234
3236
|
view: g,
|
|
3235
3237
|
modal: _,
|
|
3236
3238
|
module: S,
|
|
3237
3239
|
options: $,
|
|
3238
|
-
className:
|
|
3240
|
+
className: M
|
|
3239
3241
|
}) {
|
|
3240
|
-
let [
|
|
3241
|
-
if (!(x &&
|
|
3242
|
-
let
|
|
3243
|
-
wr.Open(
|
|
3242
|
+
let [L, P] = A.useState(u), v = (J) => {
|
|
3243
|
+
if (!(x && d) || !_) return;
|
|
3244
|
+
let D = _.split(".");
|
|
3245
|
+
wr.Open(D[0], D[1], {
|
|
3244
3246
|
callback: (B) => {
|
|
3245
|
-
|
|
3247
|
+
p && p({ value: B, name: h }), P(B);
|
|
3246
3248
|
},
|
|
3247
|
-
onValue:
|
|
3249
|
+
onValue: p,
|
|
3248
3250
|
options: $,
|
|
3249
3251
|
name: h,
|
|
3250
3252
|
value: u
|
|
3251
3253
|
});
|
|
3252
3254
|
};
|
|
3253
|
-
const
|
|
3254
|
-
|
|
3255
|
-
const
|
|
3256
|
-
return f && (
|
|
3255
|
+
const F = {};
|
|
3256
|
+
F.field = "input", M && (F.className = M);
|
|
3257
|
+
const V = {};
|
|
3258
|
+
return f && (V.placeholder = f), C ? /* @__PURE__ */ E.jsx(E.Fragment, {}) : /* @__PURE__ */ E.jsxs("dl", { ...F, children: [
|
|
3257
3259
|
b && /* @__PURE__ */ E.jsx("dt", { children: b }),
|
|
3258
3260
|
/* @__PURE__ */ E.jsx(
|
|
3259
3261
|
"dd",
|
|
3260
3262
|
{
|
|
3261
|
-
...
|
|
3262
|
-
onClick:
|
|
3263
|
-
edit: (x &&
|
|
3263
|
+
...V,
|
|
3264
|
+
onClick: v,
|
|
3265
|
+
edit: (x && d) + "",
|
|
3264
3266
|
"data-after": i,
|
|
3265
|
-
children:
|
|
3267
|
+
children: L
|
|
3266
3268
|
}
|
|
3267
3269
|
),
|
|
3268
3270
|
w && /* @__PURE__ */ E.jsx("em", { children: w })
|
|
3269
3271
|
] });
|
|
3270
3272
|
}
|
|
3271
|
-
function
|
|
3273
|
+
function Jt({
|
|
3272
3274
|
value: u,
|
|
3273
|
-
onValue:
|
|
3275
|
+
onValue: p,
|
|
3274
3276
|
onSave: h,
|
|
3275
3277
|
name: f,
|
|
3276
3278
|
placeholder: b = "",
|
|
@@ -3278,66 +3280,66 @@ function Vt({
|
|
|
3278
3280
|
title: C,
|
|
3279
3281
|
error: x,
|
|
3280
3282
|
edit: c = !0,
|
|
3281
|
-
active:
|
|
3283
|
+
active: d = !0,
|
|
3282
3284
|
reload: i = !1,
|
|
3283
3285
|
native: g = !1,
|
|
3284
3286
|
isShow: _ = !1,
|
|
3285
3287
|
maxLength: S,
|
|
3286
3288
|
eyes: $ = [],
|
|
3287
|
-
after:
|
|
3289
|
+
after: M = ""
|
|
3288
3290
|
}) {
|
|
3289
|
-
const [
|
|
3290
|
-
let
|
|
3291
|
-
|
|
3292
|
-
value:
|
|
3291
|
+
const [L, P] = A.useState(_);
|
|
3292
|
+
let v = (W) => {
|
|
3293
|
+
p && p({
|
|
3294
|
+
value: W.target.textContent,
|
|
3293
3295
|
name: f,
|
|
3294
3296
|
reload: i
|
|
3295
3297
|
});
|
|
3296
|
-
},
|
|
3297
|
-
|
|
3298
|
-
},
|
|
3299
|
-
|
|
3298
|
+
}, F = (W) => {
|
|
3299
|
+
W.key === "Enter" && W.preventDefault();
|
|
3300
|
+
}, V = (W) => {
|
|
3301
|
+
W.preventDefault(), navigator.clipboard.readText().then((Y) => {
|
|
3300
3302
|
if (S) {
|
|
3301
|
-
let R =
|
|
3303
|
+
let R = W.target.textContent.length;
|
|
3302
3304
|
if (R >= S) return;
|
|
3303
|
-
S -= R,
|
|
3305
|
+
S -= R, Y = Y.slice(0, S);
|
|
3304
3306
|
}
|
|
3305
3307
|
window.document.execCommand(
|
|
3306
3308
|
"insertText",
|
|
3307
3309
|
!1,
|
|
3308
|
-
|
|
3310
|
+
Y.replace(/(\r\n|\n|\r)/gm, " ")
|
|
3309
3311
|
);
|
|
3310
|
-
}).catch((
|
|
3312
|
+
}).catch((Y) => {
|
|
3311
3313
|
});
|
|
3312
|
-
},
|
|
3313
|
-
Ie.Blur(
|
|
3314
|
+
}, J = (W) => {
|
|
3315
|
+
Ie.Blur(W), h == null || h({ value: W.target.textContent.trim(), name: f });
|
|
3314
3316
|
};
|
|
3315
|
-
const
|
|
3316
|
-
|
|
3317
|
+
const D = {};
|
|
3318
|
+
D.field = "password", L && (D.show = ""), w && (D.className = w);
|
|
3317
3319
|
const B = {};
|
|
3318
|
-
return b && (B.placeholder = b), g ? "" : /* @__PURE__ */ E.jsxs("dl", { ...
|
|
3320
|
+
return b && (B.placeholder = b), g ? "" : /* @__PURE__ */ E.jsxs("dl", { ...D, children: [
|
|
3319
3321
|
C ? /* @__PURE__ */ E.jsx("dt", { children: C }) : "",
|
|
3320
3322
|
/* @__PURE__ */ E.jsx(
|
|
3321
3323
|
"dd",
|
|
3322
3324
|
{
|
|
3323
|
-
onPaste:
|
|
3324
|
-
onInput:
|
|
3325
|
-
onKeyDown:
|
|
3326
|
-
onBlur:
|
|
3327
|
-
contentEditable: c &&
|
|
3325
|
+
onPaste: V,
|
|
3326
|
+
onInput: v,
|
|
3327
|
+
onKeyDown: F,
|
|
3328
|
+
onBlur: J,
|
|
3329
|
+
contentEditable: c && d ? Ie.ContentEditable : "false",
|
|
3328
3330
|
...B,
|
|
3329
3331
|
suppressContentEditableWarning: !0,
|
|
3330
3332
|
children: u
|
|
3331
3333
|
}
|
|
3332
3334
|
),
|
|
3333
|
-
$[0] && /* @__PURE__ */ E.jsx("i", { onClick: () =>
|
|
3334
|
-
|
|
3335
|
+
$[0] && /* @__PURE__ */ E.jsx("i", { onClick: () => P(!L), children: L ? $[1] : $[0] }),
|
|
3336
|
+
M,
|
|
3335
3337
|
x ? /* @__PURE__ */ E.jsx("em", { children: x }) : ""
|
|
3336
3338
|
] });
|
|
3337
3339
|
}
|
|
3338
|
-
function
|
|
3340
|
+
function qt({
|
|
3339
3341
|
onValue: u,
|
|
3340
|
-
onSave:
|
|
3342
|
+
onSave: p,
|
|
3341
3343
|
active: h,
|
|
3342
3344
|
max: f,
|
|
3343
3345
|
edit: b,
|
|
@@ -3345,55 +3347,55 @@ function Jt({
|
|
|
3345
3347
|
error: C,
|
|
3346
3348
|
show: x,
|
|
3347
3349
|
hide: c,
|
|
3348
|
-
value:
|
|
3350
|
+
value: d,
|
|
3349
3351
|
placeholder: i,
|
|
3350
3352
|
className: g,
|
|
3351
3353
|
maxLength: _,
|
|
3352
3354
|
name: S,
|
|
3353
3355
|
after: $ = "",
|
|
3354
|
-
before:
|
|
3355
|
-
view:
|
|
3356
|
+
before: M = "",
|
|
3357
|
+
view: L
|
|
3356
3358
|
}) {
|
|
3357
|
-
b = b !== void 0 ? b : !0, h = h !== void 0 ? h : !0, c = !!(c && (
|
|
3358
|
-
let
|
|
3359
|
+
b = b !== void 0 ? b : !0, h = h !== void 0 ? h : !0, c = !!(c && (d === "" || d === void 0)) && !(b && h), i = i !== void 0 ? i : "", f = f !== void 0 ? f : 99;
|
|
3360
|
+
let v = !1, F = (R) => {
|
|
3359
3361
|
u == null || u({ value: R.target.textContent, name: S });
|
|
3360
|
-
},
|
|
3361
|
-
if (!(
|
|
3362
|
-
if (R.which === 17 || R.which === 91) return
|
|
3362
|
+
}, V = (R) => {
|
|
3363
|
+
if (!(v && R.which === 86)) {
|
|
3364
|
+
if (R.which === 17 || R.which === 91) return v = !0;
|
|
3363
3365
|
R.key !== "Backspace" && (R.target.textContent.length === f && R.preventDefault(), R.key === "Enter" && R.preventDefault(), isNaN(R.key) && R.preventDefault());
|
|
3364
3366
|
}
|
|
3365
|
-
},
|
|
3366
|
-
if (R.which === 17 || R.which === 91) return
|
|
3367
|
-
},
|
|
3368
|
-
R.preventDefault(), navigator.clipboard.readText().then((
|
|
3369
|
-
if (
|
|
3370
|
-
let
|
|
3371
|
-
if (
|
|
3372
|
-
_ -=
|
|
3373
|
-
}
|
|
3374
|
-
window.document.execCommand("insertText", !1, "" +
|
|
3375
|
-
}).catch((
|
|
3367
|
+
}, J = (R) => {
|
|
3368
|
+
if (R.which === 17 || R.which === 91) return v = !1;
|
|
3369
|
+
}, D = (R) => {
|
|
3370
|
+
R.preventDefault(), navigator.clipboard.readText().then((q) => {
|
|
3371
|
+
if (q = q.replace(/(?!^\+|\d)./g, ""), _) {
|
|
3372
|
+
let Z = R.target.textContent.length;
|
|
3373
|
+
if (Z >= _) return;
|
|
3374
|
+
_ -= Z, q = q.slice(0, _);
|
|
3375
|
+
}
|
|
3376
|
+
window.document.execCommand("insertText", !1, "" + q);
|
|
3377
|
+
}).catch((q) => {
|
|
3376
3378
|
});
|
|
3377
3379
|
};
|
|
3378
3380
|
const B = (R) => {
|
|
3379
|
-
Ie.Blur(R),
|
|
3380
|
-
},
|
|
3381
|
-
|
|
3382
|
-
let
|
|
3383
|
-
return b && h ? (
|
|
3381
|
+
Ie.Blur(R), p == null || p({ value: R.target.textContent, name: S });
|
|
3382
|
+
}, W = {};
|
|
3383
|
+
W.field = "input", g && (W.className = g);
|
|
3384
|
+
let Y = {};
|
|
3385
|
+
return b && h ? (Y.edit = "true", Y.contentEditable = Ie.ContentEditable) : Y.contentEditable = "false", Y.inputMode = "decimal", i && (Y.placeholder = i), c ? /* @__PURE__ */ E.jsx(E.Fragment, {}) : /* @__PURE__ */ E.jsxs("dl", { ...W, children: [
|
|
3384
3386
|
w && /* @__PURE__ */ E.jsx("dt", { children: w }),
|
|
3385
|
-
|
|
3387
|
+
M,
|
|
3386
3388
|
/* @__PURE__ */ E.jsx(
|
|
3387
3389
|
"dd",
|
|
3388
3390
|
{
|
|
3389
|
-
...
|
|
3390
|
-
onPaste:
|
|
3391
|
-
onInput:
|
|
3391
|
+
...Y,
|
|
3392
|
+
onPaste: D,
|
|
3393
|
+
onInput: F,
|
|
3392
3394
|
onBlur: B,
|
|
3393
|
-
onKeyDown:
|
|
3394
|
-
onKeyUp:
|
|
3395
|
+
onKeyDown: V,
|
|
3396
|
+
onKeyUp: J,
|
|
3395
3397
|
suppressContentEditableWarning: !0,
|
|
3396
|
-
children:
|
|
3398
|
+
children: d
|
|
3397
3399
|
}
|
|
3398
3400
|
),
|
|
3399
3401
|
$,
|
|
@@ -3401,8 +3403,8 @@ function Jt({
|
|
|
3401
3403
|
] });
|
|
3402
3404
|
}
|
|
3403
3405
|
const pe = {};
|
|
3404
|
-
function
|
|
3405
|
-
const [
|
|
3406
|
+
function Xt(u) {
|
|
3407
|
+
const [p, h] = A.useState({}), f = A.useRef(u);
|
|
3406
3408
|
return pe.u = (b) => {
|
|
3407
3409
|
f.current = { ...f.current, [b.name]: b.value };
|
|
3408
3410
|
}, pe.n = (b) => {
|
|
@@ -3411,14 +3413,14 @@ function qt(u) {
|
|
|
3411
3413
|
h(Date.now());
|
|
3412
3414
|
}, [f.current, pe.n];
|
|
3413
3415
|
}
|
|
3414
|
-
function
|
|
3416
|
+
function Ht(u) {
|
|
3415
3417
|
pe.u(u), u.reload && pe.r();
|
|
3416
3418
|
}
|
|
3417
|
-
function
|
|
3419
|
+
function Gt() {
|
|
3418
3420
|
pe.r && pe.r();
|
|
3419
3421
|
}
|
|
3420
|
-
function
|
|
3421
|
-
const [
|
|
3422
|
+
function Zt(u) {
|
|
3423
|
+
const [p, h] = A.useState({}), f = A.useRef(u);
|
|
3422
3424
|
return pe.u = (b) => {
|
|
3423
3425
|
f.current = { ...f.current, [b.name]: b.value };
|
|
3424
3426
|
}, pe.n = (b) => {
|
|
@@ -3430,15 +3432,15 @@ function Gt(u) {
|
|
|
3430
3432
|
}, [f.current, pe.n];
|
|
3431
3433
|
}
|
|
3432
3434
|
export {
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3435
|
+
Vt as Modal,
|
|
3436
|
+
qt as Number,
|
|
3437
|
+
Bt as Options,
|
|
3438
|
+
Jt as Password,
|
|
3439
|
+
zt as Progress,
|
|
3440
|
+
Kt as Select,
|
|
3441
|
+
Yt as String,
|
|
3442
|
+
Gt as runReload,
|
|
3443
|
+
Ht as setValue,
|
|
3444
|
+
Xt as useData,
|
|
3445
|
+
Zt as useError
|
|
3444
3446
|
};
|