@elcrm/form 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.es.js +348 -357
- package/dist/index.umd.js +24 -24
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import W, { useEffect as
|
|
1
|
+
import W, { useEffect as Mr } from "react";
|
|
2
2
|
import { createPortal as zr } from "react-dom";
|
|
3
3
|
import './index.css';var Sr = { exports: {} }, yr = {};
|
|
4
4
|
/**
|
|
@@ -10,10 +10,10 @@ import './index.css';var Sr = { exports: {} }, yr = {};
|
|
|
10
10
|
* This source code is licensed under the MIT license found in the
|
|
11
11
|
* LICENSE file in the root directory of this source tree.
|
|
12
12
|
*/
|
|
13
|
-
var
|
|
13
|
+
var Pr;
|
|
14
14
|
function Yr() {
|
|
15
|
-
if (
|
|
16
|
-
|
|
15
|
+
if (Pr) return yr;
|
|
16
|
+
Pr = 1;
|
|
17
17
|
var u = W, 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
18
|
function O(x, c, d) {
|
|
19
19
|
var i, g = {}, _ = null, E = null;
|
|
@@ -34,17 +34,17 @@ var vr = {};
|
|
|
34
34
|
* This source code is licensed under the MIT license found in the
|
|
35
35
|
* LICENSE file in the root directory of this source tree.
|
|
36
36
|
*/
|
|
37
|
-
var
|
|
37
|
+
var Dr;
|
|
38
38
|
function Br() {
|
|
39
|
-
return
|
|
39
|
+
return Dr || (Dr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
40
40
|
var u = W, 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"), O = 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"), E = Symbol.for("react.offscreen"), F = Symbol.iterator, Y = "@@iterator";
|
|
41
|
-
function
|
|
41
|
+
function U(e) {
|
|
42
42
|
if (e === null || typeof e != "object")
|
|
43
43
|
return null;
|
|
44
44
|
var r = F && e[F] || e[Y];
|
|
45
45
|
return typeof r == "function" ? r : null;
|
|
46
46
|
}
|
|
47
|
-
var
|
|
47
|
+
var P = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
48
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++)
|
|
@@ -54,7 +54,7 @@ function Br() {
|
|
|
54
54
|
}
|
|
55
55
|
function N(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,16 +62,16 @@ function Br() {
|
|
|
62
62
|
l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
var
|
|
66
|
-
|
|
67
|
-
function
|
|
68
|
-
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w ||
|
|
65
|
+
var K = !1, V = !1, $ = !1, J = !1, C = !1, L;
|
|
66
|
+
L = Symbol.for("react.module.reference");
|
|
67
|
+
function D(e) {
|
|
68
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || C || e === b || e === d || e === i || J || e === E || K || V || $ || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === g || e.$$typeof === O || 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 === L || e.getModuleId !== void 0));
|
|
73
73
|
}
|
|
74
|
-
function
|
|
74
|
+
function re(e, r, t) {
|
|
75
75
|
var n = e.displayName;
|
|
76
76
|
if (n)
|
|
77
77
|
return n;
|
|
@@ -81,7 +81,7 @@ function Br() {
|
|
|
81
81
|
function te(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
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")
|
|
@@ -111,14 +111,14 @@ function Br() {
|
|
|
111
111
|
var t = e;
|
|
112
112
|
return te(t._context) + ".Provider";
|
|
113
113
|
case c:
|
|
114
|
-
return
|
|
114
|
+
return re(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
|
}
|
|
@@ -153,7 +153,7 @@ function Br() {
|
|
|
153
153
|
q++;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
function
|
|
156
|
+
function Ue() {
|
|
157
157
|
{
|
|
158
158
|
if (q--, q === 0) {
|
|
159
159
|
var e = {
|
|
@@ -188,8 +188,8 @@ function Br() {
|
|
|
188
188
|
q < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
|
-
var ne =
|
|
192
|
-
function
|
|
191
|
+
var ne = P.ReactCurrentDispatcher, ae;
|
|
192
|
+
function G(e, r, t) {
|
|
193
193
|
{
|
|
194
194
|
if (ae === void 0)
|
|
195
195
|
try {
|
|
@@ -202,16 +202,16 @@ function Br() {
|
|
|
202
202
|
` + ae + e;
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
|
-
var oe = !1,
|
|
205
|
+
var oe = !1, Z;
|
|
206
206
|
{
|
|
207
|
-
var
|
|
208
|
-
|
|
207
|
+
var Me = typeof WeakMap == "function" ? WeakMap : Map;
|
|
208
|
+
Z = new Me();
|
|
209
209
|
}
|
|
210
210
|
function ke(e, r) {
|
|
211
211
|
if (!e || oe)
|
|
212
212
|
return "";
|
|
213
213
|
{
|
|
214
|
-
var t =
|
|
214
|
+
var t = Z.get(e);
|
|
215
215
|
if (t !== void 0)
|
|
216
216
|
return t;
|
|
217
217
|
}
|
|
@@ -266,17 +266,17 @@ function Br() {
|
|
|
266
266
|
if (y--, m--, m < 0 || a[y] !== j[m]) {
|
|
267
267
|
var S = `
|
|
268
268
|
` + a[y].replace(" at new ", " at ");
|
|
269
|
-
return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" &&
|
|
269
|
+
return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" && Z.set(e, S), S;
|
|
270
270
|
}
|
|
271
271
|
while (y >= 1 && m >= 0);
|
|
272
272
|
break;
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
275
|
} finally {
|
|
276
|
-
oe = !1, ne.current = l,
|
|
276
|
+
oe = !1, ne.current = l, Ue(), Error.prepareStackTrace = s;
|
|
277
277
|
}
|
|
278
|
-
var z = e ? e.displayName || e.name : "", A = z ?
|
|
279
|
-
return typeof e == "function" &&
|
|
278
|
+
var z = e ? e.displayName || e.name : "", A = z ? G(z) : "";
|
|
279
|
+
return typeof e == "function" && Z.set(e, A), A;
|
|
280
280
|
}
|
|
281
281
|
function ze(e, r, t) {
|
|
282
282
|
return ke(e, !1);
|
|
@@ -285,39 +285,39 @@ function Br() {
|
|
|
285
285
|
var r = e.prototype;
|
|
286
286
|
return !!(r && r.isReactComponent);
|
|
287
287
|
}
|
|
288
|
-
function
|
|
288
|
+
function Q(e, r, t) {
|
|
289
289
|
if (e == null)
|
|
290
290
|
return "";
|
|
291
291
|
if (typeof e == "function")
|
|
292
292
|
return ke(e, Ye(e));
|
|
293
293
|
if (typeof e == "string")
|
|
294
|
-
return
|
|
294
|
+
return G(e);
|
|
295
295
|
switch (e) {
|
|
296
296
|
case d:
|
|
297
|
-
return
|
|
297
|
+
return G("Suspense");
|
|
298
298
|
case i:
|
|
299
|
-
return
|
|
299
|
+
return G("SuspenseList");
|
|
300
300
|
}
|
|
301
301
|
if (typeof e == "object")
|
|
302
302
|
switch (e.$$typeof) {
|
|
303
303
|
case c:
|
|
304
304
|
return ze(e.render);
|
|
305
305
|
case g:
|
|
306
|
-
return
|
|
306
|
+
return Q(e.type, r, t);
|
|
307
307
|
case _: {
|
|
308
308
|
var n = e, s = n._payload, l = n._init;
|
|
309
309
|
try {
|
|
310
|
-
return
|
|
310
|
+
return Q(l(s), r, t);
|
|
311
311
|
} catch {
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
315
|
return "";
|
|
316
316
|
}
|
|
317
|
-
var X = Object.prototype.hasOwnProperty, we = {}, xe =
|
|
318
|
-
function
|
|
317
|
+
var X = Object.prototype.hasOwnProperty, we = {}, xe = P.ReactDebugCurrentFrame;
|
|
318
|
+
function ee(e) {
|
|
319
319
|
if (e) {
|
|
320
|
-
var r = e._owner, t =
|
|
320
|
+
var r = e._owner, t = Q(e.type, e._source, r ? r.type : null);
|
|
321
321
|
xe.setExtraStackFrame(t);
|
|
322
322
|
} else
|
|
323
323
|
xe.setExtraStackFrame(null);
|
|
@@ -337,7 +337,7 @@ function Br() {
|
|
|
337
337
|
} catch (y) {
|
|
338
338
|
a = y;
|
|
339
339
|
}
|
|
340
|
-
a && !(a instanceof Error) && (
|
|
340
|
+
a && !(a instanceof Error) && (ee(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), ee(null)), a instanceof Error && !(a.message in we) && (we[a.message] = !0, ee(s), v("Failed %s type: %s", t, a.message), ee(null));
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
}
|
|
@@ -365,7 +365,7 @@ function Br() {
|
|
|
365
365
|
if (Je(e))
|
|
366
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)), Re(e);
|
|
367
367
|
}
|
|
368
|
-
var Se =
|
|
368
|
+
var Se = P.ReactCurrentOwner, qe = {
|
|
369
369
|
key: !0,
|
|
370
370
|
ref: !0,
|
|
371
371
|
__self: !0,
|
|
@@ -459,10 +459,10 @@ function Br() {
|
|
|
459
459
|
return er(e, a, j, s, n, Se.current, o);
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
|
-
var se =
|
|
463
|
-
function
|
|
462
|
+
var se = P.ReactCurrentOwner, Te = P.ReactDebugCurrentFrame;
|
|
463
|
+
function M(e) {
|
|
464
464
|
if (e) {
|
|
465
|
-
var r = e._owner, t =
|
|
465
|
+
var r = e._owner, t = Q(e.type, e._source, r ? r.type : null);
|
|
466
466
|
Te.setExtraStackFrame(t);
|
|
467
467
|
} else
|
|
468
468
|
Te.setExtraStackFrame(null);
|
|
@@ -475,7 +475,7 @@ function Br() {
|
|
|
475
475
|
function Pe() {
|
|
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
|
De[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) + "."), M(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), M(null);
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
516
|
function Fe(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 = U(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) && $e(o.value, r);
|
|
@@ -547,11 +547,11 @@ 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 =
|
|
554
|
+
var s = T(r);
|
|
555
555
|
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
|
|
556
556
|
}
|
|
557
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.");
|
|
@@ -562,24 +562,24 @@ 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
|
+
M(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), M(null);
|
|
566
566
|
break;
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
|
-
e.ref !== null && (
|
|
569
|
+
e.ref !== null && (M(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), M(null));
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
572
|
var Ne = {};
|
|
573
573
|
function Ie(e, r, t, n, s, l) {
|
|
574
574
|
{
|
|
575
|
-
var o =
|
|
575
|
+
var o = D(e);
|
|
576
576
|
if (!o) {
|
|
577
577
|
var a = "";
|
|
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 j = tr();
|
|
580
580
|
j ? a += j : a += Pe();
|
|
581
581
|
var y;
|
|
582
|
-
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (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)
|
|
@@ -598,7 +598,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
598
598
|
Fe(S, e);
|
|
599
599
|
}
|
|
600
600
|
if (X.call(r, "key")) {
|
|
601
|
-
var A =
|
|
601
|
+
var A = T(e), k = Object.keys(r).filter(function(fr) {
|
|
602
602
|
return fr !== "key";
|
|
603
603
|
}), ce = k.length > 0 ? "{key: someKey, " + k.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
604
604
|
if (!Ne[A + ce]) {
|
|
@@ -677,10 +677,10 @@ var Or = { exports: {} }, mr = {};
|
|
|
677
677
|
* This source code is licensed under the MIT license found in the
|
|
678
678
|
* LICENSE file in the root directory of this source tree.
|
|
679
679
|
*/
|
|
680
|
-
var
|
|
680
|
+
var $r;
|
|
681
681
|
function Kr() {
|
|
682
|
-
if (
|
|
683
|
-
|
|
682
|
+
if ($r) return mr;
|
|
683
|
+
$r = 1;
|
|
684
684
|
var u = W, 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 };
|
|
685
685
|
function O(x, c, d) {
|
|
686
686
|
var i, g = {}, _ = null, E = null;
|
|
@@ -701,17 +701,17 @@ var _r = {};
|
|
|
701
701
|
* This source code is licensed under the MIT license found in the
|
|
702
702
|
* LICENSE file in the root directory of this source tree.
|
|
703
703
|
*/
|
|
704
|
-
var
|
|
704
|
+
var Fr;
|
|
705
705
|
function Vr() {
|
|
706
|
-
return
|
|
706
|
+
return Fr || (Fr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
707
707
|
var u = W, 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"), O = 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"), E = Symbol.for("react.offscreen"), F = Symbol.iterator, Y = "@@iterator";
|
|
708
|
-
function
|
|
708
|
+
function U(e) {
|
|
709
709
|
if (e === null || typeof e != "object")
|
|
710
710
|
return null;
|
|
711
711
|
var r = F && e[F] || e[Y];
|
|
712
712
|
return typeof r == "function" ? r : null;
|
|
713
713
|
}
|
|
714
|
-
var
|
|
714
|
+
var P = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
715
715
|
function v(e) {
|
|
716
716
|
{
|
|
717
717
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
@@ -721,7 +721,7 @@ function Vr() {
|
|
|
721
721
|
}
|
|
722
722
|
function N(e, r, t) {
|
|
723
723
|
{
|
|
724
|
-
var n =
|
|
724
|
+
var n = P.ReactDebugCurrentFrame, s = n.getStackAddendum();
|
|
725
725
|
s !== "" && (r += "%s", t = t.concat([s]));
|
|
726
726
|
var l = t.map(function(o) {
|
|
727
727
|
return String(o);
|
|
@@ -729,16 +729,16 @@ function Vr() {
|
|
|
729
729
|
l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
|
|
730
730
|
}
|
|
731
731
|
}
|
|
732
|
-
var
|
|
733
|
-
|
|
734
|
-
function
|
|
735
|
-
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w ||
|
|
732
|
+
var K = !1, V = !1, $ = !1, J = !1, C = !1, L;
|
|
733
|
+
L = Symbol.for("react.module.reference");
|
|
734
|
+
function D(e) {
|
|
735
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || C || e === b || e === d || e === i || J || e === E || K || V || $ || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === g || e.$$typeof === O || e.$$typeof === x || e.$$typeof === c || // This needs to include all possible module reference object
|
|
736
736
|
// types supported by any Flight configuration anywhere since
|
|
737
737
|
// we don't know which Flight build this will end up being used
|
|
738
738
|
// with.
|
|
739
|
-
e.$$typeof ===
|
|
739
|
+
e.$$typeof === L || e.getModuleId !== void 0));
|
|
740
740
|
}
|
|
741
|
-
function
|
|
741
|
+
function re(e, r, t) {
|
|
742
742
|
var n = e.displayName;
|
|
743
743
|
if (n)
|
|
744
744
|
return n;
|
|
@@ -748,7 +748,7 @@ function Vr() {
|
|
|
748
748
|
function te(e) {
|
|
749
749
|
return e.displayName || "Context";
|
|
750
750
|
}
|
|
751
|
-
function
|
|
751
|
+
function T(e) {
|
|
752
752
|
if (e == null)
|
|
753
753
|
return null;
|
|
754
754
|
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")
|
|
@@ -778,14 +778,14 @@ function Vr() {
|
|
|
778
778
|
var t = e;
|
|
779
779
|
return te(t._context) + ".Provider";
|
|
780
780
|
case c:
|
|
781
|
-
return
|
|
781
|
+
return re(e, e.render, "ForwardRef");
|
|
782
782
|
case g:
|
|
783
783
|
var n = e.displayName || null;
|
|
784
|
-
return n !== null ? n :
|
|
784
|
+
return n !== null ? n : T(e.type) || "Memo";
|
|
785
785
|
case _: {
|
|
786
786
|
var s = e, l = s._payload, o = s._init;
|
|
787
787
|
try {
|
|
788
|
-
return
|
|
788
|
+
return T(o(l));
|
|
789
789
|
} catch {
|
|
790
790
|
return null;
|
|
791
791
|
}
|
|
@@ -820,7 +820,7 @@ function Vr() {
|
|
|
820
820
|
q++;
|
|
821
821
|
}
|
|
822
822
|
}
|
|
823
|
-
function
|
|
823
|
+
function Ue() {
|
|
824
824
|
{
|
|
825
825
|
if (q--, q === 0) {
|
|
826
826
|
var e = {
|
|
@@ -855,8 +855,8 @@ function Vr() {
|
|
|
855
855
|
q < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
856
856
|
}
|
|
857
857
|
}
|
|
858
|
-
var ne =
|
|
859
|
-
function
|
|
858
|
+
var ne = P.ReactCurrentDispatcher, ae;
|
|
859
|
+
function G(e, r, t) {
|
|
860
860
|
{
|
|
861
861
|
if (ae === void 0)
|
|
862
862
|
try {
|
|
@@ -869,16 +869,16 @@ function Vr() {
|
|
|
869
869
|
` + ae + e;
|
|
870
870
|
}
|
|
871
871
|
}
|
|
872
|
-
var oe = !1,
|
|
872
|
+
var oe = !1, Z;
|
|
873
873
|
{
|
|
874
|
-
var
|
|
875
|
-
|
|
874
|
+
var Me = typeof WeakMap == "function" ? WeakMap : Map;
|
|
875
|
+
Z = new Me();
|
|
876
876
|
}
|
|
877
877
|
function ke(e, r) {
|
|
878
878
|
if (!e || oe)
|
|
879
879
|
return "";
|
|
880
880
|
{
|
|
881
|
-
var t =
|
|
881
|
+
var t = Z.get(e);
|
|
882
882
|
if (t !== void 0)
|
|
883
883
|
return t;
|
|
884
884
|
}
|
|
@@ -933,17 +933,17 @@ function Vr() {
|
|
|
933
933
|
if (y--, m--, m < 0 || a[y] !== j[m]) {
|
|
934
934
|
var S = `
|
|
935
935
|
` + a[y].replace(" at new ", " at ");
|
|
936
|
-
return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" &&
|
|
936
|
+
return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" && Z.set(e, S), S;
|
|
937
937
|
}
|
|
938
938
|
while (y >= 1 && m >= 0);
|
|
939
939
|
break;
|
|
940
940
|
}
|
|
941
941
|
}
|
|
942
942
|
} finally {
|
|
943
|
-
oe = !1, ne.current = l,
|
|
943
|
+
oe = !1, ne.current = l, Ue(), Error.prepareStackTrace = s;
|
|
944
944
|
}
|
|
945
|
-
var z = e ? e.displayName || e.name : "", A = z ?
|
|
946
|
-
return typeof e == "function" &&
|
|
945
|
+
var z = e ? e.displayName || e.name : "", A = z ? G(z) : "";
|
|
946
|
+
return typeof e == "function" && Z.set(e, A), A;
|
|
947
947
|
}
|
|
948
948
|
function ze(e, r, t) {
|
|
949
949
|
return ke(e, !1);
|
|
@@ -952,39 +952,39 @@ function Vr() {
|
|
|
952
952
|
var r = e.prototype;
|
|
953
953
|
return !!(r && r.isReactComponent);
|
|
954
954
|
}
|
|
955
|
-
function
|
|
955
|
+
function Q(e, r, t) {
|
|
956
956
|
if (e == null)
|
|
957
957
|
return "";
|
|
958
958
|
if (typeof e == "function")
|
|
959
959
|
return ke(e, Ye(e));
|
|
960
960
|
if (typeof e == "string")
|
|
961
|
-
return
|
|
961
|
+
return G(e);
|
|
962
962
|
switch (e) {
|
|
963
963
|
case d:
|
|
964
|
-
return
|
|
964
|
+
return G("Suspense");
|
|
965
965
|
case i:
|
|
966
|
-
return
|
|
966
|
+
return G("SuspenseList");
|
|
967
967
|
}
|
|
968
968
|
if (typeof e == "object")
|
|
969
969
|
switch (e.$$typeof) {
|
|
970
970
|
case c:
|
|
971
971
|
return ze(e.render);
|
|
972
972
|
case g:
|
|
973
|
-
return
|
|
973
|
+
return Q(e.type, r, t);
|
|
974
974
|
case _: {
|
|
975
975
|
var n = e, s = n._payload, l = n._init;
|
|
976
976
|
try {
|
|
977
|
-
return
|
|
977
|
+
return Q(l(s), r, t);
|
|
978
978
|
} catch {
|
|
979
979
|
}
|
|
980
980
|
}
|
|
981
981
|
}
|
|
982
982
|
return "";
|
|
983
983
|
}
|
|
984
|
-
var X = Object.prototype.hasOwnProperty, we = {}, xe =
|
|
985
|
-
function
|
|
984
|
+
var X = Object.prototype.hasOwnProperty, we = {}, xe = P.ReactDebugCurrentFrame;
|
|
985
|
+
function ee(e) {
|
|
986
986
|
if (e) {
|
|
987
|
-
var r = e._owner, t =
|
|
987
|
+
var r = e._owner, t = Q(e.type, e._source, r ? r.type : null);
|
|
988
988
|
xe.setExtraStackFrame(t);
|
|
989
989
|
} else
|
|
990
990
|
xe.setExtraStackFrame(null);
|
|
@@ -1004,7 +1004,7 @@ function Vr() {
|
|
|
1004
1004
|
} catch (y) {
|
|
1005
1005
|
a = y;
|
|
1006
1006
|
}
|
|
1007
|
-
a && !(a instanceof Error) && (
|
|
1007
|
+
a && !(a instanceof Error) && (ee(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), ee(null)), a instanceof Error && !(a.message in we) && (we[a.message] = !0, ee(s), v("Failed %s type: %s", t, a.message), ee(null));
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
1010
1010
|
}
|
|
@@ -1032,7 +1032,7 @@ function Vr() {
|
|
|
1032
1032
|
if (Je(e))
|
|
1033
1033
|
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)), Re(e);
|
|
1034
1034
|
}
|
|
1035
|
-
var Se =
|
|
1035
|
+
var Se = P.ReactCurrentOwner, qe = {
|
|
1036
1036
|
key: !0,
|
|
1037
1037
|
ref: !0,
|
|
1038
1038
|
__self: !0,
|
|
@@ -1126,10 +1126,10 @@ function Vr() {
|
|
|
1126
1126
|
return er(e, a, j, s, n, Se.current, o);
|
|
1127
1127
|
}
|
|
1128
1128
|
}
|
|
1129
|
-
var se =
|
|
1130
|
-
function
|
|
1129
|
+
var se = P.ReactCurrentOwner, Te = P.ReactDebugCurrentFrame;
|
|
1130
|
+
function M(e) {
|
|
1131
1131
|
if (e) {
|
|
1132
|
-
var r = e._owner, t =
|
|
1132
|
+
var r = e._owner, t = Q(e.type, e._source, r ? r.type : null);
|
|
1133
1133
|
Te.setExtraStackFrame(t);
|
|
1134
1134
|
} else
|
|
1135
1135
|
Te.setExtraStackFrame(null);
|
|
@@ -1142,7 +1142,7 @@ function Vr() {
|
|
|
1142
1142
|
function Pe() {
|
|
1143
1143
|
{
|
|
1144
1144
|
if (se.current) {
|
|
1145
|
-
var e =
|
|
1145
|
+
var e = T(se.current.type);
|
|
1146
1146
|
if (e)
|
|
1147
1147
|
return `
|
|
1148
1148
|
|
|
@@ -1177,7 +1177,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
1177
1177
|
return;
|
|
1178
1178
|
De[t] = !0;
|
|
1179
1179
|
var n = "";
|
|
1180
|
-
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " +
|
|
1180
|
+
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " + T(e._owner.type) + "."), M(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), M(null);
|
|
1181
1181
|
}
|
|
1182
1182
|
}
|
|
1183
1183
|
function Fe(e, r) {
|
|
@@ -1192,7 +1192,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
1192
1192
|
else if (le(e))
|
|
1193
1193
|
e._store && (e._store.validated = !0);
|
|
1194
1194
|
else if (e) {
|
|
1195
|
-
var s =
|
|
1195
|
+
var s = U(e);
|
|
1196
1196
|
if (typeof s == "function" && s !== e.entries)
|
|
1197
1197
|
for (var l = s.call(e), o; !(o = l.next()).done; )
|
|
1198
1198
|
le(o.value) && $e(o.value, r);
|
|
@@ -1214,11 +1214,11 @@ Check the top-level render call using <` + t + ">.");
|
|
|
1214
1214
|
else
|
|
1215
1215
|
return;
|
|
1216
1216
|
if (t) {
|
|
1217
|
-
var n =
|
|
1217
|
+
var n = T(r);
|
|
1218
1218
|
Be(t, e.props, "prop", n, e);
|
|
1219
1219
|
} else if (r.PropTypes !== void 0 && !ue) {
|
|
1220
1220
|
ue = !0;
|
|
1221
|
-
var s =
|
|
1221
|
+
var s = T(r);
|
|
1222
1222
|
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
|
|
1223
1223
|
}
|
|
1224
1224
|
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
@@ -1229,24 +1229,24 @@ Check the top-level render call using <` + t + ">.");
|
|
|
1229
1229
|
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
|
|
1230
1230
|
var n = r[t];
|
|
1231
1231
|
if (n !== "children" && n !== "key") {
|
|
1232
|
-
|
|
1232
|
+
M(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), M(null);
|
|
1233
1233
|
break;
|
|
1234
1234
|
}
|
|
1235
1235
|
}
|
|
1236
|
-
e.ref !== null && (
|
|
1236
|
+
e.ref !== null && (M(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), M(null));
|
|
1237
1237
|
}
|
|
1238
1238
|
}
|
|
1239
1239
|
var Ne = {};
|
|
1240
1240
|
function Ie(e, r, t, n, s, l) {
|
|
1241
1241
|
{
|
|
1242
|
-
var o =
|
|
1242
|
+
var o = D(e);
|
|
1243
1243
|
if (!o) {
|
|
1244
1244
|
var a = "";
|
|
1245
1245
|
(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.");
|
|
1246
1246
|
var j = tr();
|
|
1247
1247
|
j ? a += j : a += Pe();
|
|
1248
1248
|
var y;
|
|
1249
|
-
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (
|
|
1249
|
+
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);
|
|
1250
1250
|
}
|
|
1251
1251
|
var m = rr(e, r, t, s, l);
|
|
1252
1252
|
if (m == null)
|
|
@@ -1265,7 +1265,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
1265
1265
|
Fe(S, e);
|
|
1266
1266
|
}
|
|
1267
1267
|
if (X.call(r, "key")) {
|
|
1268
|
-
var A =
|
|
1268
|
+
var A = T(e), k = Object.keys(r).filter(function(fr) {
|
|
1269
1269
|
return fr !== "key";
|
|
1270
1270
|
}), ce = k.length > 0 ? "{key: someKey, " + k.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1271
1271
|
if (!Ne[A + ce]) {
|
|
@@ -1293,7 +1293,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1293
1293
|
}
|
|
1294
1294
|
process.env.NODE_ENV === "production" ? Or.exports = Kr() : Or.exports = Vr();
|
|
1295
1295
|
var H = Or.exports;
|
|
1296
|
-
const Jr = "_notice_13j98_2", qr = "_error_13j98_11", Xr = "_success_13j98_14", Hr = "_remark_13j98_17", Gr = "_copy_13j98_20",
|
|
1296
|
+
const Jr = "_notice_13j98_2", qr = "_error_13j98_11", Xr = "_success_13j98_14", Hr = "_remark_13j98_17", Gr = "_copy_13j98_20", Ur = {
|
|
1297
1297
|
notice: Jr,
|
|
1298
1298
|
error: qr,
|
|
1299
1299
|
success: Xr,
|
|
@@ -1330,7 +1330,7 @@ function gr({ data: u }) {
|
|
|
1330
1330
|
f = /* @__PURE__ */ H.jsx(pr.success, {}), b = "Предупреждение:";
|
|
1331
1331
|
break;
|
|
1332
1332
|
}
|
|
1333
|
-
return /* @__PURE__ */ H.jsxs("li", { className:
|
|
1333
|
+
return /* @__PURE__ */ H.jsxs("li", { className: Ur[u.type], "data-status": p, children: [
|
|
1334
1334
|
f,
|
|
1335
1335
|
/* @__PURE__ */ H.jsx("b", { children: b }),
|
|
1336
1336
|
/* @__PURE__ */ H.jsx("p", { children: u.text })
|
|
@@ -1379,7 +1379,7 @@ pr.success = () => /* @__PURE__ */ H.jsxs("svg", { viewBox: "0 0 24 24", fill: "
|
|
|
1379
1379
|
}
|
|
1380
1380
|
)
|
|
1381
1381
|
] });
|
|
1382
|
-
var
|
|
1382
|
+
var Nr;
|
|
1383
1383
|
((u) => {
|
|
1384
1384
|
function p() {
|
|
1385
1385
|
let [c, d] = W.useState([]);
|
|
@@ -1387,7 +1387,7 @@ var Cr;
|
|
|
1387
1387
|
d([...c, i]);
|
|
1388
1388
|
}, Ae.del = (i) => {
|
|
1389
1389
|
d(c.filter((g) => g.key !== i));
|
|
1390
|
-
}, c.length === 0 ? "" : /* @__PURE__ */ H.jsx("ul", { className:
|
|
1390
|
+
}, c.length === 0 ? "" : /* @__PURE__ */ H.jsx("ul", { className: Ur.notice, children: c.map((i) => i.item) });
|
|
1391
1391
|
}
|
|
1392
1392
|
u.Init = p;
|
|
1393
1393
|
function h(c, d = !0) {
|
|
@@ -1435,8 +1435,8 @@ var Cr;
|
|
|
1435
1435
|
});
|
|
1436
1436
|
}
|
|
1437
1437
|
u.Copy = x;
|
|
1438
|
-
})(
|
|
1439
|
-
const Qr = "
|
|
1438
|
+
})(Nr || (Nr = {}));
|
|
1439
|
+
const Qr = "_l_wvswx_13", et = "_f_wvswx_20", rt = "_w_wvswx_37", tt = "_t_wvswx_47", dr = {
|
|
1440
1440
|
l: Qr,
|
|
1441
1441
|
f: et,
|
|
1442
1442
|
w: rt,
|
|
@@ -1459,44 +1459,36 @@ function Vt({
|
|
|
1459
1459
|
maxLength: E,
|
|
1460
1460
|
onSave: F,
|
|
1461
1461
|
className: Y = "",
|
|
1462
|
-
isCopy:
|
|
1463
|
-
isReload:
|
|
1462
|
+
isCopy: U = !0,
|
|
1463
|
+
isReload: P = !1
|
|
1464
1464
|
}) {
|
|
1465
1465
|
let v = !!(x && (p === "" || p === void 0)), N = (C) => {
|
|
1466
1466
|
h && h({
|
|
1467
1467
|
value: C.target.textContent.trim(),
|
|
1468
1468
|
name: f,
|
|
1469
|
-
reload:
|
|
1469
|
+
reload: P
|
|
1470
1470
|
});
|
|
1471
|
-
},
|
|
1471
|
+
}, K = (C) => {
|
|
1472
1472
|
E && C.target.textContent.trim().length >= E && C.key !== "Backspace" && C.preventDefault(), C.key === "Enter" && C.preventDefault();
|
|
1473
|
-
},
|
|
1474
|
-
|
|
1475
|
-
function() {
|
|
1476
|
-
Cr.Copy("Данные в буфер обмене");
|
|
1477
|
-
},
|
|
1478
|
-
function(T) {
|
|
1479
|
-
}
|
|
1480
|
-
));
|
|
1481
|
-
}, $ = (C) => {
|
|
1482
|
-
C.preventDefault(), navigator.clipboard.readText().then((T) => {
|
|
1473
|
+
}, V = (C) => {
|
|
1474
|
+
C.preventDefault(), navigator.clipboard.readText().then((L) => {
|
|
1483
1475
|
if (E) {
|
|
1484
|
-
let
|
|
1485
|
-
if (
|
|
1486
|
-
E -=
|
|
1476
|
+
let D = C.target.textContent.length;
|
|
1477
|
+
if (D >= E) return;
|
|
1478
|
+
E -= D, L = L.slice(0, E);
|
|
1487
1479
|
}
|
|
1488
1480
|
window.document.execCommand(
|
|
1489
1481
|
"insertText",
|
|
1490
1482
|
!1,
|
|
1491
|
-
|
|
1483
|
+
L.replace(/(\r\n|\n|\r)/gm, " ")
|
|
1492
1484
|
);
|
|
1493
|
-
}).catch((
|
|
1485
|
+
}).catch((L) => {
|
|
1494
1486
|
});
|
|
1495
1487
|
};
|
|
1496
1488
|
if (!(c && d) && !_ || !(c && d) && v) return "";
|
|
1497
|
-
const
|
|
1498
|
-
b && (
|
|
1499
|
-
const
|
|
1489
|
+
const $ = {};
|
|
1490
|
+
b && ($.placeholder = b), c && d && ($.edit = "");
|
|
1491
|
+
const J = (C) => {
|
|
1500
1492
|
de.Blur(C), F == null || F({ value: C.target.textContent.trim(), name: f });
|
|
1501
1493
|
};
|
|
1502
1494
|
return /* @__PURE__ */ R.jsxs(
|
|
@@ -1511,15 +1503,14 @@ function Vt({
|
|
|
1511
1503
|
"dd",
|
|
1512
1504
|
{
|
|
1513
1505
|
className: [dr.f, dr.w].join(" "),
|
|
1514
|
-
onPaste:
|
|
1506
|
+
onPaste: V,
|
|
1515
1507
|
onInput: N,
|
|
1516
|
-
onBlur:
|
|
1517
|
-
onKeyDown:
|
|
1518
|
-
onContextMenu: J,
|
|
1508
|
+
onBlur: J,
|
|
1509
|
+
onKeyDown: K,
|
|
1519
1510
|
spellCheck: "true",
|
|
1520
1511
|
contentEditable: c && d ? de.ContentEditable : "false",
|
|
1521
1512
|
suppressContentEditableWarning: !0,
|
|
1522
|
-
|
|
1513
|
+
...$,
|
|
1523
1514
|
children: p
|
|
1524
1515
|
}
|
|
1525
1516
|
),
|
|
@@ -1529,7 +1520,7 @@ function Vt({
|
|
|
1529
1520
|
}
|
|
1530
1521
|
);
|
|
1531
1522
|
}
|
|
1532
|
-
var
|
|
1523
|
+
var Cr = { exports: {} }, hr = {};
|
|
1533
1524
|
/**
|
|
1534
1525
|
* @license React
|
|
1535
1526
|
* react-jsx-runtime.production.min.js
|
|
@@ -1567,13 +1558,13 @@ var Ar;
|
|
|
1567
1558
|
function at() {
|
|
1568
1559
|
return Ar || (Ar = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1569
1560
|
var u = W, 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"), O = 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"), E = Symbol.for("react.offscreen"), F = Symbol.iterator, Y = "@@iterator";
|
|
1570
|
-
function
|
|
1561
|
+
function U(e) {
|
|
1571
1562
|
if (e === null || typeof e != "object")
|
|
1572
1563
|
return null;
|
|
1573
1564
|
var r = F && e[F] || e[Y];
|
|
1574
1565
|
return typeof r == "function" ? r : null;
|
|
1575
1566
|
}
|
|
1576
|
-
var
|
|
1567
|
+
var P = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
1577
1568
|
function v(e) {
|
|
1578
1569
|
{
|
|
1579
1570
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
@@ -1583,7 +1574,7 @@ function at() {
|
|
|
1583
1574
|
}
|
|
1584
1575
|
function N(e, r, t) {
|
|
1585
1576
|
{
|
|
1586
|
-
var n =
|
|
1577
|
+
var n = P.ReactDebugCurrentFrame, s = n.getStackAddendum();
|
|
1587
1578
|
s !== "" && (r += "%s", t = t.concat([s]));
|
|
1588
1579
|
var l = t.map(function(o) {
|
|
1589
1580
|
return String(o);
|
|
@@ -1591,16 +1582,16 @@ function at() {
|
|
|
1591
1582
|
l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
|
|
1592
1583
|
}
|
|
1593
1584
|
}
|
|
1594
|
-
var
|
|
1595
|
-
|
|
1596
|
-
function
|
|
1597
|
-
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w ||
|
|
1585
|
+
var K = !1, V = !1, $ = !1, J = !1, C = !1, L;
|
|
1586
|
+
L = Symbol.for("react.module.reference");
|
|
1587
|
+
function D(e) {
|
|
1588
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || C || e === b || e === d || e === i || J || e === E || K || V || $ || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === g || e.$$typeof === O || e.$$typeof === x || e.$$typeof === c || // This needs to include all possible module reference object
|
|
1598
1589
|
// types supported by any Flight configuration anywhere since
|
|
1599
1590
|
// we don't know which Flight build this will end up being used
|
|
1600
1591
|
// with.
|
|
1601
|
-
e.$$typeof ===
|
|
1592
|
+
e.$$typeof === L || e.getModuleId !== void 0));
|
|
1602
1593
|
}
|
|
1603
|
-
function
|
|
1594
|
+
function re(e, r, t) {
|
|
1604
1595
|
var n = e.displayName;
|
|
1605
1596
|
if (n)
|
|
1606
1597
|
return n;
|
|
@@ -1610,7 +1601,7 @@ function at() {
|
|
|
1610
1601
|
function te(e) {
|
|
1611
1602
|
return e.displayName || "Context";
|
|
1612
1603
|
}
|
|
1613
|
-
function
|
|
1604
|
+
function T(e) {
|
|
1614
1605
|
if (e == null)
|
|
1615
1606
|
return null;
|
|
1616
1607
|
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")
|
|
@@ -1640,14 +1631,14 @@ function at() {
|
|
|
1640
1631
|
var t = e;
|
|
1641
1632
|
return te(t._context) + ".Provider";
|
|
1642
1633
|
case c:
|
|
1643
|
-
return
|
|
1634
|
+
return re(e, e.render, "ForwardRef");
|
|
1644
1635
|
case g:
|
|
1645
1636
|
var n = e.displayName || null;
|
|
1646
|
-
return n !== null ? n :
|
|
1637
|
+
return n !== null ? n : T(e.type) || "Memo";
|
|
1647
1638
|
case _: {
|
|
1648
1639
|
var s = e, l = s._payload, o = s._init;
|
|
1649
1640
|
try {
|
|
1650
|
-
return
|
|
1641
|
+
return T(o(l));
|
|
1651
1642
|
} catch {
|
|
1652
1643
|
return null;
|
|
1653
1644
|
}
|
|
@@ -1682,7 +1673,7 @@ function at() {
|
|
|
1682
1673
|
q++;
|
|
1683
1674
|
}
|
|
1684
1675
|
}
|
|
1685
|
-
function
|
|
1676
|
+
function Ue() {
|
|
1686
1677
|
{
|
|
1687
1678
|
if (q--, q === 0) {
|
|
1688
1679
|
var e = {
|
|
@@ -1717,8 +1708,8 @@ function at() {
|
|
|
1717
1708
|
q < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1718
1709
|
}
|
|
1719
1710
|
}
|
|
1720
|
-
var ne =
|
|
1721
|
-
function
|
|
1711
|
+
var ne = P.ReactCurrentDispatcher, ae;
|
|
1712
|
+
function G(e, r, t) {
|
|
1722
1713
|
{
|
|
1723
1714
|
if (ae === void 0)
|
|
1724
1715
|
try {
|
|
@@ -1731,16 +1722,16 @@ function at() {
|
|
|
1731
1722
|
` + ae + e;
|
|
1732
1723
|
}
|
|
1733
1724
|
}
|
|
1734
|
-
var oe = !1,
|
|
1725
|
+
var oe = !1, Z;
|
|
1735
1726
|
{
|
|
1736
|
-
var
|
|
1737
|
-
|
|
1727
|
+
var Me = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1728
|
+
Z = new Me();
|
|
1738
1729
|
}
|
|
1739
1730
|
function ke(e, r) {
|
|
1740
1731
|
if (!e || oe)
|
|
1741
1732
|
return "";
|
|
1742
1733
|
{
|
|
1743
|
-
var t =
|
|
1734
|
+
var t = Z.get(e);
|
|
1744
1735
|
if (t !== void 0)
|
|
1745
1736
|
return t;
|
|
1746
1737
|
}
|
|
@@ -1795,17 +1786,17 @@ function at() {
|
|
|
1795
1786
|
if (y--, m--, m < 0 || a[y] !== j[m]) {
|
|
1796
1787
|
var S = `
|
|
1797
1788
|
` + a[y].replace(" at new ", " at ");
|
|
1798
|
-
return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" &&
|
|
1789
|
+
return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" && Z.set(e, S), S;
|
|
1799
1790
|
}
|
|
1800
1791
|
while (y >= 1 && m >= 0);
|
|
1801
1792
|
break;
|
|
1802
1793
|
}
|
|
1803
1794
|
}
|
|
1804
1795
|
} finally {
|
|
1805
|
-
oe = !1, ne.current = l,
|
|
1796
|
+
oe = !1, ne.current = l, Ue(), Error.prepareStackTrace = s;
|
|
1806
1797
|
}
|
|
1807
|
-
var z = e ? e.displayName || e.name : "", A = z ?
|
|
1808
|
-
return typeof e == "function" &&
|
|
1798
|
+
var z = e ? e.displayName || e.name : "", A = z ? G(z) : "";
|
|
1799
|
+
return typeof e == "function" && Z.set(e, A), A;
|
|
1809
1800
|
}
|
|
1810
1801
|
function ze(e, r, t) {
|
|
1811
1802
|
return ke(e, !1);
|
|
@@ -1814,39 +1805,39 @@ function at() {
|
|
|
1814
1805
|
var r = e.prototype;
|
|
1815
1806
|
return !!(r && r.isReactComponent);
|
|
1816
1807
|
}
|
|
1817
|
-
function
|
|
1808
|
+
function Q(e, r, t) {
|
|
1818
1809
|
if (e == null)
|
|
1819
1810
|
return "";
|
|
1820
1811
|
if (typeof e == "function")
|
|
1821
1812
|
return ke(e, Ye(e));
|
|
1822
1813
|
if (typeof e == "string")
|
|
1823
|
-
return
|
|
1814
|
+
return G(e);
|
|
1824
1815
|
switch (e) {
|
|
1825
1816
|
case d:
|
|
1826
|
-
return
|
|
1817
|
+
return G("Suspense");
|
|
1827
1818
|
case i:
|
|
1828
|
-
return
|
|
1819
|
+
return G("SuspenseList");
|
|
1829
1820
|
}
|
|
1830
1821
|
if (typeof e == "object")
|
|
1831
1822
|
switch (e.$$typeof) {
|
|
1832
1823
|
case c:
|
|
1833
1824
|
return ze(e.render);
|
|
1834
1825
|
case g:
|
|
1835
|
-
return
|
|
1826
|
+
return Q(e.type, r, t);
|
|
1836
1827
|
case _: {
|
|
1837
1828
|
var n = e, s = n._payload, l = n._init;
|
|
1838
1829
|
try {
|
|
1839
|
-
return
|
|
1830
|
+
return Q(l(s), r, t);
|
|
1840
1831
|
} catch {
|
|
1841
1832
|
}
|
|
1842
1833
|
}
|
|
1843
1834
|
}
|
|
1844
1835
|
return "";
|
|
1845
1836
|
}
|
|
1846
|
-
var X = Object.prototype.hasOwnProperty, we = {}, xe =
|
|
1847
|
-
function
|
|
1837
|
+
var X = Object.prototype.hasOwnProperty, we = {}, xe = P.ReactDebugCurrentFrame;
|
|
1838
|
+
function ee(e) {
|
|
1848
1839
|
if (e) {
|
|
1849
|
-
var r = e._owner, t =
|
|
1840
|
+
var r = e._owner, t = Q(e.type, e._source, r ? r.type : null);
|
|
1850
1841
|
xe.setExtraStackFrame(t);
|
|
1851
1842
|
} else
|
|
1852
1843
|
xe.setExtraStackFrame(null);
|
|
@@ -1866,7 +1857,7 @@ function at() {
|
|
|
1866
1857
|
} catch (y) {
|
|
1867
1858
|
a = y;
|
|
1868
1859
|
}
|
|
1869
|
-
a && !(a instanceof Error) && (
|
|
1860
|
+
a && !(a instanceof Error) && (ee(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), ee(null)), a instanceof Error && !(a.message in we) && (we[a.message] = !0, ee(s), v("Failed %s type: %s", t, a.message), ee(null));
|
|
1870
1861
|
}
|
|
1871
1862
|
}
|
|
1872
1863
|
}
|
|
@@ -1894,7 +1885,7 @@ function at() {
|
|
|
1894
1885
|
if (Je(e))
|
|
1895
1886
|
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)), Re(e);
|
|
1896
1887
|
}
|
|
1897
|
-
var Se =
|
|
1888
|
+
var Se = P.ReactCurrentOwner, qe = {
|
|
1898
1889
|
key: !0,
|
|
1899
1890
|
ref: !0,
|
|
1900
1891
|
__self: !0,
|
|
@@ -1988,10 +1979,10 @@ function at() {
|
|
|
1988
1979
|
return er(e, a, j, s, n, Se.current, o);
|
|
1989
1980
|
}
|
|
1990
1981
|
}
|
|
1991
|
-
var se =
|
|
1992
|
-
function
|
|
1982
|
+
var se = P.ReactCurrentOwner, Te = P.ReactDebugCurrentFrame;
|
|
1983
|
+
function M(e) {
|
|
1993
1984
|
if (e) {
|
|
1994
|
-
var r = e._owner, t =
|
|
1985
|
+
var r = e._owner, t = Q(e.type, e._source, r ? r.type : null);
|
|
1995
1986
|
Te.setExtraStackFrame(t);
|
|
1996
1987
|
} else
|
|
1997
1988
|
Te.setExtraStackFrame(null);
|
|
@@ -2004,7 +1995,7 @@ function at() {
|
|
|
2004
1995
|
function Pe() {
|
|
2005
1996
|
{
|
|
2006
1997
|
if (se.current) {
|
|
2007
|
-
var e =
|
|
1998
|
+
var e = T(se.current.type);
|
|
2008
1999
|
if (e)
|
|
2009
2000
|
return `
|
|
2010
2001
|
|
|
@@ -2039,7 +2030,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2039
2030
|
return;
|
|
2040
2031
|
De[t] = !0;
|
|
2041
2032
|
var n = "";
|
|
2042
|
-
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " +
|
|
2033
|
+
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " + T(e._owner.type) + "."), M(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), M(null);
|
|
2043
2034
|
}
|
|
2044
2035
|
}
|
|
2045
2036
|
function Fe(e, r) {
|
|
@@ -2054,7 +2045,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2054
2045
|
else if (le(e))
|
|
2055
2046
|
e._store && (e._store.validated = !0);
|
|
2056
2047
|
else if (e) {
|
|
2057
|
-
var s =
|
|
2048
|
+
var s = U(e);
|
|
2058
2049
|
if (typeof s == "function" && s !== e.entries)
|
|
2059
2050
|
for (var l = s.call(e), o; !(o = l.next()).done; )
|
|
2060
2051
|
le(o.value) && $e(o.value, r);
|
|
@@ -2076,11 +2067,11 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2076
2067
|
else
|
|
2077
2068
|
return;
|
|
2078
2069
|
if (t) {
|
|
2079
|
-
var n =
|
|
2070
|
+
var n = T(r);
|
|
2080
2071
|
Be(t, e.props, "prop", n, e);
|
|
2081
2072
|
} else if (r.PropTypes !== void 0 && !ue) {
|
|
2082
2073
|
ue = !0;
|
|
2083
|
-
var s =
|
|
2074
|
+
var s = T(r);
|
|
2084
2075
|
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
|
|
2085
2076
|
}
|
|
2086
2077
|
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
@@ -2091,24 +2082,24 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2091
2082
|
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
|
|
2092
2083
|
var n = r[t];
|
|
2093
2084
|
if (n !== "children" && n !== "key") {
|
|
2094
|
-
|
|
2085
|
+
M(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), M(null);
|
|
2095
2086
|
break;
|
|
2096
2087
|
}
|
|
2097
2088
|
}
|
|
2098
|
-
e.ref !== null && (
|
|
2089
|
+
e.ref !== null && (M(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), M(null));
|
|
2099
2090
|
}
|
|
2100
2091
|
}
|
|
2101
2092
|
var Ne = {};
|
|
2102
2093
|
function Ie(e, r, t, n, s, l) {
|
|
2103
2094
|
{
|
|
2104
|
-
var o =
|
|
2095
|
+
var o = D(e);
|
|
2105
2096
|
if (!o) {
|
|
2106
2097
|
var a = "";
|
|
2107
2098
|
(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.");
|
|
2108
2099
|
var j = tr();
|
|
2109
2100
|
j ? a += j : a += Pe();
|
|
2110
2101
|
var y;
|
|
2111
|
-
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (
|
|
2102
|
+
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);
|
|
2112
2103
|
}
|
|
2113
2104
|
var m = rr(e, r, t, s, l);
|
|
2114
2105
|
if (m == null)
|
|
@@ -2127,7 +2118,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2127
2118
|
Fe(S, e);
|
|
2128
2119
|
}
|
|
2129
2120
|
if (X.call(r, "key")) {
|
|
2130
|
-
var A =
|
|
2121
|
+
var A = T(e), k = Object.keys(r).filter(function(fr) {
|
|
2131
2122
|
return fr !== "key";
|
|
2132
2123
|
}), ce = k.length > 0 ? "{key: someKey, " + k.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
2133
2124
|
if (!Ne[A + ce]) {
|
|
@@ -2153,8 +2144,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2153
2144
|
jr.Fragment = f, jr.jsx = ur, jr.jsxs = lr;
|
|
2154
2145
|
}()), jr;
|
|
2155
2146
|
}
|
|
2156
|
-
process.env.NODE_ENV === "production" ?
|
|
2157
|
-
var
|
|
2147
|
+
process.env.NODE_ENV === "production" ? Cr.exports = nt() : Cr.exports = at();
|
|
2148
|
+
var B = Cr.exports;
|
|
2158
2149
|
const ot = "_shake_txgsc_1", it = "_modal_txgsc_79", st = "_w_txgsc_15", ut = "_o_txgsc_116", lt = "_h_txgsc_141", ct = "_l_txgsc_155", ft = "_t_txgsc_192", pt = "_x_txgsc_196", dt = "_s_txgsc_89", yt = "_c_txgsc_214", vt = "_f_txgsc_219", mt = "_row_txgsc_241", gt = "_col_txgsc_253", ht = "_g_txgsc_258", bt = "_m_txgsc_79", fe = {
|
|
2159
2150
|
shake: ot,
|
|
2160
2151
|
modal: it,
|
|
@@ -2179,22 +2170,22 @@ const ot = "_shake_txgsc_1", it = "_modal_txgsc_79", st = "_w_txgsc_15", ut = "_
|
|
|
2179
2170
|
m: bt
|
|
2180
2171
|
};
|
|
2181
2172
|
function _t({ children: u }) {
|
|
2182
|
-
return /* @__PURE__ */
|
|
2173
|
+
return /* @__PURE__ */ B.jsx("div", { className: fe.l, children: /* @__PURE__ */ B.jsx("ul", { children: u }) });
|
|
2183
2174
|
}
|
|
2184
2175
|
function jt({ children: u }) {
|
|
2185
|
-
return /* @__PURE__ */
|
|
2176
|
+
return /* @__PURE__ */ B.jsx("div", { className: fe.s, children: u });
|
|
2186
2177
|
}
|
|
2187
2178
|
function kt({ children: u, viev: p = "row", className: h }) {
|
|
2188
2179
|
let f = {};
|
|
2189
|
-
return h && (f.className = h), /* @__PURE__ */
|
|
2180
|
+
return h && (f.className = h), /* @__PURE__ */ B.jsx("ul", { className: [fe.f, fe[p], f.className].join(" "), children: u });
|
|
2190
2181
|
}
|
|
2191
2182
|
function wt({ children: u }) {
|
|
2192
|
-
return /* @__PURE__ */
|
|
2183
|
+
return /* @__PURE__ */ B.jsx("div", { className: fe.c, children: u });
|
|
2193
2184
|
}
|
|
2194
2185
|
function xt({ children: u }) {
|
|
2195
|
-
return /* @__PURE__ */
|
|
2186
|
+
return /* @__PURE__ */ B.jsx("div", { className: fe.g, children: u });
|
|
2196
2187
|
}
|
|
2197
|
-
var
|
|
2188
|
+
var Tr = { exports: {} }, br = {};
|
|
2198
2189
|
/**
|
|
2199
2190
|
* @license React
|
|
2200
2191
|
* react-jsx-runtime.production.min.js
|
|
@@ -2232,13 +2223,13 @@ var Lr;
|
|
|
2232
2223
|
function Et() {
|
|
2233
2224
|
return Lr || (Lr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
2234
2225
|
var u = W, 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"), O = 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"), E = Symbol.for("react.offscreen"), F = Symbol.iterator, Y = "@@iterator";
|
|
2235
|
-
function
|
|
2226
|
+
function U(e) {
|
|
2236
2227
|
if (e === null || typeof e != "object")
|
|
2237
2228
|
return null;
|
|
2238
2229
|
var r = F && e[F] || e[Y];
|
|
2239
2230
|
return typeof r == "function" ? r : null;
|
|
2240
2231
|
}
|
|
2241
|
-
var
|
|
2232
|
+
var P = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
2242
2233
|
function v(e) {
|
|
2243
2234
|
{
|
|
2244
2235
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
@@ -2248,7 +2239,7 @@ function Et() {
|
|
|
2248
2239
|
}
|
|
2249
2240
|
function N(e, r, t) {
|
|
2250
2241
|
{
|
|
2251
|
-
var n =
|
|
2242
|
+
var n = P.ReactDebugCurrentFrame, s = n.getStackAddendum();
|
|
2252
2243
|
s !== "" && (r += "%s", t = t.concat([s]));
|
|
2253
2244
|
var l = t.map(function(o) {
|
|
2254
2245
|
return String(o);
|
|
@@ -2256,16 +2247,16 @@ function Et() {
|
|
|
2256
2247
|
l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
|
|
2257
2248
|
}
|
|
2258
2249
|
}
|
|
2259
|
-
var
|
|
2260
|
-
|
|
2261
|
-
function
|
|
2262
|
-
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w ||
|
|
2250
|
+
var K = !1, V = !1, $ = !1, J = !1, C = !1, L;
|
|
2251
|
+
L = Symbol.for("react.module.reference");
|
|
2252
|
+
function D(e) {
|
|
2253
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || C || e === b || e === d || e === i || J || e === E || K || V || $ || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === g || e.$$typeof === O || e.$$typeof === x || e.$$typeof === c || // This needs to include all possible module reference object
|
|
2263
2254
|
// types supported by any Flight configuration anywhere since
|
|
2264
2255
|
// we don't know which Flight build this will end up being used
|
|
2265
2256
|
// with.
|
|
2266
|
-
e.$$typeof ===
|
|
2257
|
+
e.$$typeof === L || e.getModuleId !== void 0));
|
|
2267
2258
|
}
|
|
2268
|
-
function
|
|
2259
|
+
function re(e, r, t) {
|
|
2269
2260
|
var n = e.displayName;
|
|
2270
2261
|
if (n)
|
|
2271
2262
|
return n;
|
|
@@ -2275,7 +2266,7 @@ function Et() {
|
|
|
2275
2266
|
function te(e) {
|
|
2276
2267
|
return e.displayName || "Context";
|
|
2277
2268
|
}
|
|
2278
|
-
function
|
|
2269
|
+
function T(e) {
|
|
2279
2270
|
if (e == null)
|
|
2280
2271
|
return null;
|
|
2281
2272
|
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")
|
|
@@ -2305,14 +2296,14 @@ function Et() {
|
|
|
2305
2296
|
var t = e;
|
|
2306
2297
|
return te(t._context) + ".Provider";
|
|
2307
2298
|
case c:
|
|
2308
|
-
return
|
|
2299
|
+
return re(e, e.render, "ForwardRef");
|
|
2309
2300
|
case g:
|
|
2310
2301
|
var n = e.displayName || null;
|
|
2311
|
-
return n !== null ? n :
|
|
2302
|
+
return n !== null ? n : T(e.type) || "Memo";
|
|
2312
2303
|
case _: {
|
|
2313
2304
|
var s = e, l = s._payload, o = s._init;
|
|
2314
2305
|
try {
|
|
2315
|
-
return
|
|
2306
|
+
return T(o(l));
|
|
2316
2307
|
} catch {
|
|
2317
2308
|
return null;
|
|
2318
2309
|
}
|
|
@@ -2347,7 +2338,7 @@ function Et() {
|
|
|
2347
2338
|
q++;
|
|
2348
2339
|
}
|
|
2349
2340
|
}
|
|
2350
|
-
function
|
|
2341
|
+
function Ue() {
|
|
2351
2342
|
{
|
|
2352
2343
|
if (q--, q === 0) {
|
|
2353
2344
|
var e = {
|
|
@@ -2382,8 +2373,8 @@ function Et() {
|
|
|
2382
2373
|
q < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
2383
2374
|
}
|
|
2384
2375
|
}
|
|
2385
|
-
var ne =
|
|
2386
|
-
function
|
|
2376
|
+
var ne = P.ReactCurrentDispatcher, ae;
|
|
2377
|
+
function G(e, r, t) {
|
|
2387
2378
|
{
|
|
2388
2379
|
if (ae === void 0)
|
|
2389
2380
|
try {
|
|
@@ -2396,16 +2387,16 @@ function Et() {
|
|
|
2396
2387
|
` + ae + e;
|
|
2397
2388
|
}
|
|
2398
2389
|
}
|
|
2399
|
-
var oe = !1,
|
|
2390
|
+
var oe = !1, Z;
|
|
2400
2391
|
{
|
|
2401
|
-
var
|
|
2402
|
-
|
|
2392
|
+
var Me = typeof WeakMap == "function" ? WeakMap : Map;
|
|
2393
|
+
Z = new Me();
|
|
2403
2394
|
}
|
|
2404
2395
|
function ke(e, r) {
|
|
2405
2396
|
if (!e || oe)
|
|
2406
2397
|
return "";
|
|
2407
2398
|
{
|
|
2408
|
-
var t =
|
|
2399
|
+
var t = Z.get(e);
|
|
2409
2400
|
if (t !== void 0)
|
|
2410
2401
|
return t;
|
|
2411
2402
|
}
|
|
@@ -2460,17 +2451,17 @@ function Et() {
|
|
|
2460
2451
|
if (y--, m--, m < 0 || a[y] !== j[m]) {
|
|
2461
2452
|
var S = `
|
|
2462
2453
|
` + a[y].replace(" at new ", " at ");
|
|
2463
|
-
return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" &&
|
|
2454
|
+
return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" && Z.set(e, S), S;
|
|
2464
2455
|
}
|
|
2465
2456
|
while (y >= 1 && m >= 0);
|
|
2466
2457
|
break;
|
|
2467
2458
|
}
|
|
2468
2459
|
}
|
|
2469
2460
|
} finally {
|
|
2470
|
-
oe = !1, ne.current = l,
|
|
2461
|
+
oe = !1, ne.current = l, Ue(), Error.prepareStackTrace = s;
|
|
2471
2462
|
}
|
|
2472
|
-
var z = e ? e.displayName || e.name : "", A = z ?
|
|
2473
|
-
return typeof e == "function" &&
|
|
2463
|
+
var z = e ? e.displayName || e.name : "", A = z ? G(z) : "";
|
|
2464
|
+
return typeof e == "function" && Z.set(e, A), A;
|
|
2474
2465
|
}
|
|
2475
2466
|
function ze(e, r, t) {
|
|
2476
2467
|
return ke(e, !1);
|
|
@@ -2479,39 +2470,39 @@ function Et() {
|
|
|
2479
2470
|
var r = e.prototype;
|
|
2480
2471
|
return !!(r && r.isReactComponent);
|
|
2481
2472
|
}
|
|
2482
|
-
function
|
|
2473
|
+
function Q(e, r, t) {
|
|
2483
2474
|
if (e == null)
|
|
2484
2475
|
return "";
|
|
2485
2476
|
if (typeof e == "function")
|
|
2486
2477
|
return ke(e, Ye(e));
|
|
2487
2478
|
if (typeof e == "string")
|
|
2488
|
-
return
|
|
2479
|
+
return G(e);
|
|
2489
2480
|
switch (e) {
|
|
2490
2481
|
case d:
|
|
2491
|
-
return
|
|
2482
|
+
return G("Suspense");
|
|
2492
2483
|
case i:
|
|
2493
|
-
return
|
|
2484
|
+
return G("SuspenseList");
|
|
2494
2485
|
}
|
|
2495
2486
|
if (typeof e == "object")
|
|
2496
2487
|
switch (e.$$typeof) {
|
|
2497
2488
|
case c:
|
|
2498
2489
|
return ze(e.render);
|
|
2499
2490
|
case g:
|
|
2500
|
-
return
|
|
2491
|
+
return Q(e.type, r, t);
|
|
2501
2492
|
case _: {
|
|
2502
2493
|
var n = e, s = n._payload, l = n._init;
|
|
2503
2494
|
try {
|
|
2504
|
-
return
|
|
2495
|
+
return Q(l(s), r, t);
|
|
2505
2496
|
} catch {
|
|
2506
2497
|
}
|
|
2507
2498
|
}
|
|
2508
2499
|
}
|
|
2509
2500
|
return "";
|
|
2510
2501
|
}
|
|
2511
|
-
var X = Object.prototype.hasOwnProperty, we = {}, xe =
|
|
2512
|
-
function
|
|
2502
|
+
var X = Object.prototype.hasOwnProperty, we = {}, xe = P.ReactDebugCurrentFrame;
|
|
2503
|
+
function ee(e) {
|
|
2513
2504
|
if (e) {
|
|
2514
|
-
var r = e._owner, t =
|
|
2505
|
+
var r = e._owner, t = Q(e.type, e._source, r ? r.type : null);
|
|
2515
2506
|
xe.setExtraStackFrame(t);
|
|
2516
2507
|
} else
|
|
2517
2508
|
xe.setExtraStackFrame(null);
|
|
@@ -2531,7 +2522,7 @@ function Et() {
|
|
|
2531
2522
|
} catch (y) {
|
|
2532
2523
|
a = y;
|
|
2533
2524
|
}
|
|
2534
|
-
a && !(a instanceof Error) && (
|
|
2525
|
+
a && !(a instanceof Error) && (ee(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), ee(null)), a instanceof Error && !(a.message in we) && (we[a.message] = !0, ee(s), v("Failed %s type: %s", t, a.message), ee(null));
|
|
2535
2526
|
}
|
|
2536
2527
|
}
|
|
2537
2528
|
}
|
|
@@ -2559,7 +2550,7 @@ function Et() {
|
|
|
2559
2550
|
if (Je(e))
|
|
2560
2551
|
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)), Re(e);
|
|
2561
2552
|
}
|
|
2562
|
-
var Se =
|
|
2553
|
+
var Se = P.ReactCurrentOwner, qe = {
|
|
2563
2554
|
key: !0,
|
|
2564
2555
|
ref: !0,
|
|
2565
2556
|
__self: !0,
|
|
@@ -2653,10 +2644,10 @@ function Et() {
|
|
|
2653
2644
|
return er(e, a, j, s, n, Se.current, o);
|
|
2654
2645
|
}
|
|
2655
2646
|
}
|
|
2656
|
-
var se =
|
|
2657
|
-
function
|
|
2647
|
+
var se = P.ReactCurrentOwner, Te = P.ReactDebugCurrentFrame;
|
|
2648
|
+
function M(e) {
|
|
2658
2649
|
if (e) {
|
|
2659
|
-
var r = e._owner, t =
|
|
2650
|
+
var r = e._owner, t = Q(e.type, e._source, r ? r.type : null);
|
|
2660
2651
|
Te.setExtraStackFrame(t);
|
|
2661
2652
|
} else
|
|
2662
2653
|
Te.setExtraStackFrame(null);
|
|
@@ -2669,7 +2660,7 @@ function Et() {
|
|
|
2669
2660
|
function Pe() {
|
|
2670
2661
|
{
|
|
2671
2662
|
if (se.current) {
|
|
2672
|
-
var e =
|
|
2663
|
+
var e = T(se.current.type);
|
|
2673
2664
|
if (e)
|
|
2674
2665
|
return `
|
|
2675
2666
|
|
|
@@ -2704,7 +2695,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2704
2695
|
return;
|
|
2705
2696
|
De[t] = !0;
|
|
2706
2697
|
var n = "";
|
|
2707
|
-
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " +
|
|
2698
|
+
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " + T(e._owner.type) + "."), M(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), M(null);
|
|
2708
2699
|
}
|
|
2709
2700
|
}
|
|
2710
2701
|
function Fe(e, r) {
|
|
@@ -2719,7 +2710,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2719
2710
|
else if (le(e))
|
|
2720
2711
|
e._store && (e._store.validated = !0);
|
|
2721
2712
|
else if (e) {
|
|
2722
|
-
var s =
|
|
2713
|
+
var s = U(e);
|
|
2723
2714
|
if (typeof s == "function" && s !== e.entries)
|
|
2724
2715
|
for (var l = s.call(e), o; !(o = l.next()).done; )
|
|
2725
2716
|
le(o.value) && $e(o.value, r);
|
|
@@ -2741,11 +2732,11 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2741
2732
|
else
|
|
2742
2733
|
return;
|
|
2743
2734
|
if (t) {
|
|
2744
|
-
var n =
|
|
2735
|
+
var n = T(r);
|
|
2745
2736
|
Be(t, e.props, "prop", n, e);
|
|
2746
2737
|
} else if (r.PropTypes !== void 0 && !ue) {
|
|
2747
2738
|
ue = !0;
|
|
2748
|
-
var s =
|
|
2739
|
+
var s = T(r);
|
|
2749
2740
|
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
|
|
2750
2741
|
}
|
|
2751
2742
|
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
@@ -2756,24 +2747,24 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2756
2747
|
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
|
|
2757
2748
|
var n = r[t];
|
|
2758
2749
|
if (n !== "children" && n !== "key") {
|
|
2759
|
-
|
|
2750
|
+
M(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), M(null);
|
|
2760
2751
|
break;
|
|
2761
2752
|
}
|
|
2762
2753
|
}
|
|
2763
|
-
e.ref !== null && (
|
|
2754
|
+
e.ref !== null && (M(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), M(null));
|
|
2764
2755
|
}
|
|
2765
2756
|
}
|
|
2766
2757
|
var Ne = {};
|
|
2767
2758
|
function Ie(e, r, t, n, s, l) {
|
|
2768
2759
|
{
|
|
2769
|
-
var o =
|
|
2760
|
+
var o = D(e);
|
|
2770
2761
|
if (!o) {
|
|
2771
2762
|
var a = "";
|
|
2772
2763
|
(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.");
|
|
2773
2764
|
var j = tr();
|
|
2774
2765
|
j ? a += j : a += Pe();
|
|
2775
2766
|
var y;
|
|
2776
|
-
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (
|
|
2767
|
+
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);
|
|
2777
2768
|
}
|
|
2778
2769
|
var m = rr(e, r, t, s, l);
|
|
2779
2770
|
if (m == null)
|
|
@@ -2792,7 +2783,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2792
2783
|
Fe(S, e);
|
|
2793
2784
|
}
|
|
2794
2785
|
if (X.call(r, "key")) {
|
|
2795
|
-
var A =
|
|
2786
|
+
var A = T(e), k = Object.keys(r).filter(function(fr) {
|
|
2796
2787
|
return fr !== "key";
|
|
2797
2788
|
}), ce = k.length > 0 ? "{key: someKey, " + k.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
2798
2789
|
if (!Ne[A + ce]) {
|
|
@@ -2818,8 +2809,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2818
2809
|
kr.Fragment = f, kr.jsx = ur, kr.jsxs = lr;
|
|
2819
2810
|
}()), kr;
|
|
2820
2811
|
}
|
|
2821
|
-
process.env.NODE_ENV === "production" ?
|
|
2822
|
-
var Er =
|
|
2812
|
+
process.env.NODE_ENV === "production" ? Tr.exports = Rt() : Tr.exports = Et();
|
|
2813
|
+
var Er = Tr.exports;
|
|
2823
2814
|
const St = "_btn_1k1b3_1", Ot = "_confirm_1k1b3_15", Ct = "_cancel_1k1b3_20", Tt = "_action_1k1b3_25", Pt = "_disabled_1k1b3_30", Dt = "_m_1k1b3_44", $t = "_l_1k1b3_48", wr = {
|
|
2824
2815
|
btn: St,
|
|
2825
2816
|
confirm: Ot,
|
|
@@ -2844,9 +2835,9 @@ const St = "_btn_1k1b3_1", Ot = "_confirm_1k1b3_15", Ct = "_cancel_1k1b3_20", Tt
|
|
|
2844
2835
|
awaitText: g = "Ожидайте"
|
|
2845
2836
|
}) => {
|
|
2846
2837
|
let [_, E] = W.useState(!1);
|
|
2847
|
-
const F = (
|
|
2838
|
+
const F = (U) => {
|
|
2848
2839
|
if (u) return u();
|
|
2849
|
-
_ || (p ? (E(!0), p(E)) :
|
|
2840
|
+
_ || (p ? (E(!0), p(E)) : U.preventDefault());
|
|
2850
2841
|
};
|
|
2851
2842
|
let Y = {};
|
|
2852
2843
|
return (w || _) && (Y.disabled = !0), /* @__PURE__ */ Er.jsx(
|
|
@@ -2859,7 +2850,7 @@ const St = "_btn_1k1b3_1", Ot = "_confirm_1k1b3_15", Ct = "_cancel_1k1b3_20", Tt
|
|
|
2859
2850
|
_ ? wr.disabled : wr[f],
|
|
2860
2851
|
h && wr[h],
|
|
2861
2852
|
O
|
|
2862
|
-
].filter((
|
|
2853
|
+
].filter((U) => U != "").join(" "),
|
|
2863
2854
|
onClick: F,
|
|
2864
2855
|
children: _ ? g : /* @__PURE__ */ Er.jsxs(Er.Fragment, { children: [
|
|
2865
2856
|
c || "",
|
|
@@ -2873,7 +2864,7 @@ const St = "_btn_1k1b3_1", Ot = "_confirm_1k1b3_15", Ct = "_cancel_1k1b3_20", Tt
|
|
|
2873
2864
|
};
|
|
2874
2865
|
let We = {};
|
|
2875
2866
|
function Nt({ children: u }) {
|
|
2876
|
-
return /* @__PURE__ */
|
|
2867
|
+
return /* @__PURE__ */ B.jsx(B.Fragment, { children: u });
|
|
2877
2868
|
}
|
|
2878
2869
|
var xr;
|
|
2879
2870
|
((u) => {
|
|
@@ -2883,11 +2874,11 @@ var xr;
|
|
|
2883
2874
|
let [i, g] = W.useState([]);
|
|
2884
2875
|
return We.x = (_) => {
|
|
2885
2876
|
g(_ ? i.filter((E) => E.key !== _) : []);
|
|
2886
|
-
},
|
|
2877
|
+
}, Mr(() => {
|
|
2887
2878
|
d && (We.i = d);
|
|
2888
2879
|
}, []), We.add = (_, E = Date.now()) => {
|
|
2889
2880
|
g([...i, { key: E, item: _ }]);
|
|
2890
|
-
}, /* @__PURE__ */
|
|
2881
|
+
}, /* @__PURE__ */ B.jsx(B.Fragment, { children: i.map((_) => _.item) });
|
|
2891
2882
|
}
|
|
2892
2883
|
u.Init = p;
|
|
2893
2884
|
function h(d) {
|
|
@@ -2906,11 +2897,11 @@ var xr;
|
|
|
2906
2897
|
We.i(`${d}/modal/${i}.tsx`).then((F) => {
|
|
2907
2898
|
E(F.default.Icon(g));
|
|
2908
2899
|
});
|
|
2909
|
-
}, [g.id]), /* @__PURE__ */
|
|
2900
|
+
}, [g.id]), /* @__PURE__ */ B.jsx(B.Fragment, { children: _ });
|
|
2910
2901
|
}
|
|
2911
2902
|
u.Icon = b;
|
|
2912
2903
|
function w(d, i) {
|
|
2913
|
-
We.add(/* @__PURE__ */
|
|
2904
|
+
We.add(/* @__PURE__ */ B.jsx(Nt, { children: d }, String(Date.now())), i);
|
|
2914
2905
|
}
|
|
2915
2906
|
u.Add = w;
|
|
2916
2907
|
function O(d) {
|
|
@@ -2933,9 +2924,9 @@ var xr;
|
|
|
2933
2924
|
size: E = "m",
|
|
2934
2925
|
className: F = "",
|
|
2935
2926
|
shake: Y = !0,
|
|
2936
|
-
menu:
|
|
2927
|
+
menu: U
|
|
2937
2928
|
}) {
|
|
2938
|
-
const [
|
|
2929
|
+
const [P, v] = W.useState(!0), N = W.useRef(), K = ($) => {
|
|
2939
2930
|
if (g) {
|
|
2940
2931
|
if (g.onClick)
|
|
2941
2932
|
return $(!1), g.onClick({ setOpen: v });
|
|
@@ -2945,42 +2936,42 @@ var xr;
|
|
|
2945
2936
|
disabled: $
|
|
2946
2937
|
});
|
|
2947
2938
|
}
|
|
2948
|
-
},
|
|
2939
|
+
}, V = () => {
|
|
2949
2940
|
if (!Y) return v(!1);
|
|
2950
2941
|
N.current.setAttribute("shake", !0), setTimeout(() => {
|
|
2951
2942
|
N.current.setAttribute("shake", !1);
|
|
2952
2943
|
}, 1e3);
|
|
2953
2944
|
};
|
|
2954
|
-
return
|
|
2955
|
-
/* @__PURE__ */
|
|
2956
|
-
/* @__PURE__ */
|
|
2945
|
+
return P ? /* @__PURE__ */ B.jsxs("div", { className: `${fe.modal}`, children: [
|
|
2946
|
+
/* @__PURE__ */ B.jsx("div", { className: fe.o, onClick: V }),
|
|
2947
|
+
/* @__PURE__ */ B.jsxs(
|
|
2957
2948
|
"div",
|
|
2958
2949
|
{
|
|
2959
2950
|
className: [fe.w, fe[`s${E}`], F].filter(($) => $ != "").join(" "),
|
|
2960
2951
|
ref: N,
|
|
2961
2952
|
children: [
|
|
2962
|
-
/* @__PURE__ */
|
|
2963
|
-
/* @__PURE__ */
|
|
2964
|
-
/* @__PURE__ */
|
|
2965
|
-
_ && /* @__PURE__ */
|
|
2953
|
+
/* @__PURE__ */ B.jsxs("div", { className: fe.h, children: [
|
|
2954
|
+
/* @__PURE__ */ B.jsx("div", { className: fe.t, children: d }),
|
|
2955
|
+
/* @__PURE__ */ B.jsxs("div", { className: fe.m, children: [
|
|
2956
|
+
_ && /* @__PURE__ */ B.jsx("nav", { children: _.map(($, J) => /* @__PURE__ */ B.jsx(
|
|
2966
2957
|
"span",
|
|
2967
2958
|
{
|
|
2968
2959
|
onClick: $.onClick,
|
|
2969
2960
|
className: $.active ? "active" : "",
|
|
2970
2961
|
children: $.name
|
|
2971
2962
|
},
|
|
2972
|
-
|
|
2963
|
+
J
|
|
2973
2964
|
)) }),
|
|
2974
|
-
|
|
2965
|
+
U
|
|
2975
2966
|
] }),
|
|
2976
|
-
/* @__PURE__ */
|
|
2967
|
+
/* @__PURE__ */ B.jsx(
|
|
2977
2968
|
"div",
|
|
2978
2969
|
{
|
|
2979
2970
|
className: fe.x,
|
|
2980
2971
|
onClick: () => {
|
|
2981
2972
|
v(!1);
|
|
2982
2973
|
},
|
|
2983
|
-
children: /* @__PURE__ */
|
|
2974
|
+
children: /* @__PURE__ */ B.jsx("svg", { viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ B.jsx(
|
|
2984
2975
|
"path",
|
|
2985
2976
|
{
|
|
2986
2977
|
d: "M20 5L5 20M5 5L20 20",
|
|
@@ -2994,11 +2985,11 @@ var xr;
|
|
|
2994
2985
|
)
|
|
2995
2986
|
] }),
|
|
2996
2987
|
i,
|
|
2997
|
-
g !== void 0 ? /* @__PURE__ */
|
|
2988
|
+
g !== void 0 ? /* @__PURE__ */ B.jsx(
|
|
2998
2989
|
Ft,
|
|
2999
2990
|
{
|
|
3000
2991
|
label: g.label,
|
|
3001
|
-
onSend:
|
|
2992
|
+
onSend: K,
|
|
3002
2993
|
className: fe.btn
|
|
3003
2994
|
}
|
|
3004
2995
|
) : ""
|
|
@@ -3027,10 +3018,10 @@ function Jt({
|
|
|
3027
3018
|
options: E,
|
|
3028
3019
|
className: F
|
|
3029
3020
|
}) {
|
|
3030
|
-
const [Y,
|
|
3021
|
+
const [Y, U] = W.useState(It(u, b)), P = (K) => {
|
|
3031
3022
|
if (!(c && d) || !_) return;
|
|
3032
|
-
let
|
|
3033
|
-
xr.Open(
|
|
3023
|
+
let V = _.split(".");
|
|
3024
|
+
xr.Open(V[0], V[1], {
|
|
3034
3025
|
callback: ($) => {
|
|
3035
3026
|
if (p)
|
|
3036
3027
|
switch (i) {
|
|
@@ -3039,17 +3030,17 @@ function Jt({
|
|
|
3039
3030
|
break;
|
|
3040
3031
|
case "string":
|
|
3041
3032
|
p({
|
|
3042
|
-
value: Object.keys($).filter((
|
|
3033
|
+
value: Object.keys($).filter((J) => $[J]).join(b),
|
|
3043
3034
|
name: h
|
|
3044
3035
|
});
|
|
3045
3036
|
break;
|
|
3046
3037
|
default:
|
|
3047
3038
|
p({ value: $, name: h });
|
|
3048
3039
|
}
|
|
3049
|
-
|
|
3040
|
+
U(
|
|
3050
3041
|
Object.fromEntries(
|
|
3051
3042
|
Object.entries($).filter(
|
|
3052
|
-
([
|
|
3043
|
+
([J, C]) => C !== !1
|
|
3053
3044
|
)
|
|
3054
3045
|
)
|
|
3055
3046
|
);
|
|
@@ -3065,7 +3056,7 @@ function Jt({
|
|
|
3065
3056
|
return f && (N.placeholder = f), x ? /* @__PURE__ */ R.jsx(R.Fragment, {}) : /* @__PURE__ */ R.jsxs("dl", { ...v, children: [
|
|
3066
3057
|
/* @__PURE__ */ R.jsxs("dt", { children: [
|
|
3067
3058
|
w,
|
|
3068
|
-
/* @__PURE__ */ R.jsx("i", { onClick:
|
|
3059
|
+
/* @__PURE__ */ R.jsx("i", { onClick: P, children: /* @__PURE__ */ R.jsx(
|
|
3069
3060
|
"svg",
|
|
3070
3061
|
{
|
|
3071
3062
|
width: "20",
|
|
@@ -3084,23 +3075,23 @@ function Jt({
|
|
|
3084
3075
|
"dd",
|
|
3085
3076
|
{
|
|
3086
3077
|
...N,
|
|
3087
|
-
onClick:
|
|
3078
|
+
onClick: P,
|
|
3088
3079
|
edit: (c && d) + "",
|
|
3089
3080
|
"data-after": g,
|
|
3090
|
-
children: Object.keys(Y).map((
|
|
3091
|
-
var
|
|
3092
|
-
return /* @__PURE__ */ R.jsx("div", { className: "field_group_item", children: (
|
|
3081
|
+
children: Object.keys(Y).map((K) => {
|
|
3082
|
+
var V;
|
|
3083
|
+
return /* @__PURE__ */ R.jsx("div", { className: "field_group_item", children: (V = E[K]) == null ? void 0 : V.label }, K);
|
|
3093
3084
|
})
|
|
3094
3085
|
}
|
|
3095
3086
|
),
|
|
3096
3087
|
O && /* @__PURE__ */ R.jsx("em", { children: O })
|
|
3097
3088
|
] });
|
|
3098
3089
|
}
|
|
3099
|
-
const At = "_o_1vba1_12", Wt = "_l_1vba1_22", Lt = "_i_1vba1_71",
|
|
3090
|
+
const At = "_o_1vba1_12", Wt = "_l_1vba1_22", Lt = "_i_1vba1_71", Ut = "_f_1vba1_80", Rr = {
|
|
3100
3091
|
o: At,
|
|
3101
3092
|
l: Wt,
|
|
3102
3093
|
i: Lt,
|
|
3103
|
-
f:
|
|
3094
|
+
f: Ut
|
|
3104
3095
|
};
|
|
3105
3096
|
function qt({
|
|
3106
3097
|
title: u,
|
|
@@ -3120,31 +3111,31 @@ function qt({
|
|
|
3120
3111
|
order: F,
|
|
3121
3112
|
isReload: Y = !1
|
|
3122
3113
|
}) {
|
|
3123
|
-
var
|
|
3124
|
-
const
|
|
3114
|
+
var re, te;
|
|
3115
|
+
const U = W.useRef(null), [P, v] = W.useState(w), [N, K] = W.useState(x), [V, $] = W.useState(!1);
|
|
3125
3116
|
W.useEffect(() => {
|
|
3126
|
-
v(w),
|
|
3127
|
-
}, [w, x]), b = !!(b && (w === 0 || ((
|
|
3128
|
-
let
|
|
3129
|
-
v(
|
|
3130
|
-
},
|
|
3131
|
-
Object.keys(N || {}).length !== 0 && h && f && (
|
|
3117
|
+
v(w), K(x);
|
|
3118
|
+
}, [w, x]), b = !!(b && (w === 0 || ((re = N == null ? void 0 : N[w]) == null ? void 0 : re.n) === void 0)) && !(h && f);
|
|
3119
|
+
let C = (T) => {
|
|
3120
|
+
v(T), O && O({ value: T, name: g, reload: Y });
|
|
3121
|
+
}, D = { onClick: (T) => {
|
|
3122
|
+
Object.keys(N || {}).length !== 0 && h && f && (U.position = T.target.getBoundingClientRect(), $(!0));
|
|
3132
3123
|
} };
|
|
3133
|
-
return c && (
|
|
3124
|
+
return c && (D.placeholder = c), _ && (D.after = _), h && f && (D.edit = ""), b ? "" : /* @__PURE__ */ R.jsxs(R.Fragment, { children: [
|
|
3134
3125
|
/* @__PURE__ */ R.jsxs(
|
|
3135
3126
|
"dl",
|
|
3136
3127
|
{
|
|
3137
3128
|
"data-field": "select",
|
|
3138
|
-
className: [dr.l, d].filter((
|
|
3129
|
+
className: [dr.l, d].filter((T) => T !== void 0).join(" "),
|
|
3139
3130
|
children: [
|
|
3140
3131
|
u && /* @__PURE__ */ R.jsx("dt", { className: dr.t, children: u }),
|
|
3141
3132
|
/* @__PURE__ */ R.jsx(
|
|
3142
3133
|
"dd",
|
|
3143
3134
|
{
|
|
3144
|
-
...
|
|
3135
|
+
...D,
|
|
3145
3136
|
className: [dr.f, Rr.f].join(" "),
|
|
3146
|
-
ref:
|
|
3147
|
-
children: (te = N == null ? void 0 : N[
|
|
3137
|
+
ref: U,
|
|
3138
|
+
children: (te = N == null ? void 0 : N[P]) == null ? void 0 : te.n
|
|
3148
3139
|
}
|
|
3149
3140
|
),
|
|
3150
3141
|
Object.keys(N || {}).length !== 0 && i && /* @__PURE__ */ R.jsx(
|
|
@@ -3165,12 +3156,12 @@ function qt({
|
|
|
3165
3156
|
]
|
|
3166
3157
|
}
|
|
3167
3158
|
),
|
|
3168
|
-
|
|
3159
|
+
V && zr(
|
|
3169
3160
|
/* @__PURE__ */ R.jsx(
|
|
3170
|
-
|
|
3161
|
+
Mt,
|
|
3171
3162
|
{
|
|
3172
|
-
parent:
|
|
3173
|
-
onValue:
|
|
3163
|
+
parent: U.position,
|
|
3164
|
+
onValue: C,
|
|
3174
3165
|
view: E,
|
|
3175
3166
|
className: d,
|
|
3176
3167
|
options: N,
|
|
@@ -3183,7 +3174,7 @@ function qt({
|
|
|
3183
3174
|
)
|
|
3184
3175
|
] });
|
|
3185
3176
|
}
|
|
3186
|
-
const
|
|
3177
|
+
const Mt = ({
|
|
3187
3178
|
onValue: u,
|
|
3188
3179
|
parent: p,
|
|
3189
3180
|
className: h,
|
|
@@ -3259,12 +3250,12 @@ function Xt({
|
|
|
3259
3250
|
options: F,
|
|
3260
3251
|
className: Y
|
|
3261
3252
|
}) {
|
|
3262
|
-
let [
|
|
3253
|
+
let [U, P] = W.useState(u), v = (V) => {
|
|
3263
3254
|
if (!(x && d) || !_) return;
|
|
3264
3255
|
let $ = _.split(".");
|
|
3265
3256
|
xr.Open($[0], $[1], {
|
|
3266
|
-
callback: (
|
|
3267
|
-
p && p({ value:
|
|
3257
|
+
callback: (J) => {
|
|
3258
|
+
p && p({ value: J, name: h }), P(J);
|
|
3268
3259
|
},
|
|
3269
3260
|
onValue: p,
|
|
3270
3261
|
options: F,
|
|
@@ -3274,17 +3265,17 @@ function Xt({
|
|
|
3274
3265
|
};
|
|
3275
3266
|
const N = {};
|
|
3276
3267
|
N.field = "input", Y && (N.className = Y);
|
|
3277
|
-
const
|
|
3278
|
-
return f && (
|
|
3268
|
+
const K = {};
|
|
3269
|
+
return f && (K.placeholder = f), O ? /* @__PURE__ */ R.jsx(R.Fragment, {}) : /* @__PURE__ */ R.jsxs("dl", { ...N, children: [
|
|
3279
3270
|
b && /* @__PURE__ */ R.jsx("dt", { children: b }),
|
|
3280
3271
|
/* @__PURE__ */ R.jsx(
|
|
3281
3272
|
"dd",
|
|
3282
3273
|
{
|
|
3283
|
-
...
|
|
3274
|
+
...K,
|
|
3284
3275
|
onClick: v,
|
|
3285
3276
|
edit: (x && d) + "",
|
|
3286
3277
|
"data-after": i,
|
|
3287
|
-
children:
|
|
3278
|
+
children: U
|
|
3288
3279
|
}
|
|
3289
3280
|
),
|
|
3290
3281
|
w && /* @__PURE__ */ R.jsx("em", { children: w })
|
|
@@ -3308,51 +3299,51 @@ function Ht({
|
|
|
3308
3299
|
eyes: F = [],
|
|
3309
3300
|
after: Y = ""
|
|
3310
3301
|
}) {
|
|
3311
|
-
const [
|
|
3312
|
-
let v = (
|
|
3302
|
+
const [U, P] = W.useState(_);
|
|
3303
|
+
let v = (C) => {
|
|
3313
3304
|
p && p({
|
|
3314
|
-
value:
|
|
3305
|
+
value: C.target.textContent,
|
|
3315
3306
|
name: f,
|
|
3316
3307
|
reload: i
|
|
3317
3308
|
});
|
|
3318
|
-
}, N = (
|
|
3319
|
-
|
|
3320
|
-
},
|
|
3321
|
-
|
|
3309
|
+
}, N = (C) => {
|
|
3310
|
+
C.key === "Enter" && C.preventDefault();
|
|
3311
|
+
}, K = (C) => {
|
|
3312
|
+
C.preventDefault(), navigator.clipboard.readText().then((L) => {
|
|
3322
3313
|
if (E) {
|
|
3323
|
-
let
|
|
3324
|
-
if (
|
|
3325
|
-
E -=
|
|
3314
|
+
let D = C.target.textContent.length;
|
|
3315
|
+
if (D >= E) return;
|
|
3316
|
+
E -= D, L = L.slice(0, E);
|
|
3326
3317
|
}
|
|
3327
3318
|
window.document.execCommand(
|
|
3328
3319
|
"insertText",
|
|
3329
3320
|
!1,
|
|
3330
|
-
|
|
3321
|
+
L.replace(/(\r\n|\n|\r)/gm, " ")
|
|
3331
3322
|
);
|
|
3332
|
-
}).catch((
|
|
3323
|
+
}).catch((L) => {
|
|
3333
3324
|
});
|
|
3334
|
-
},
|
|
3335
|
-
de.Blur(
|
|
3325
|
+
}, V = (C) => {
|
|
3326
|
+
de.Blur(C), h == null || h({ value: C.target.textContent.trim(), name: f });
|
|
3336
3327
|
};
|
|
3337
3328
|
const $ = {};
|
|
3338
|
-
$.field = "password",
|
|
3339
|
-
const
|
|
3340
|
-
return b && (
|
|
3329
|
+
$.field = "password", U && ($.show = ""), w && ($.className = w);
|
|
3330
|
+
const J = {};
|
|
3331
|
+
return b && (J.placeholder = b), g ? "" : /* @__PURE__ */ R.jsxs("dl", { ...$, children: [
|
|
3341
3332
|
O ? /* @__PURE__ */ R.jsx("dt", { children: O }) : "",
|
|
3342
3333
|
/* @__PURE__ */ R.jsx(
|
|
3343
3334
|
"dd",
|
|
3344
3335
|
{
|
|
3345
|
-
onPaste:
|
|
3336
|
+
onPaste: K,
|
|
3346
3337
|
onInput: v,
|
|
3347
3338
|
onKeyDown: N,
|
|
3348
|
-
onBlur:
|
|
3339
|
+
onBlur: V,
|
|
3349
3340
|
contentEditable: c && d ? de.ContentEditable : "false",
|
|
3350
|
-
...
|
|
3341
|
+
...J,
|
|
3351
3342
|
suppressContentEditableWarning: !0,
|
|
3352
3343
|
children: u
|
|
3353
3344
|
}
|
|
3354
3345
|
),
|
|
3355
|
-
F[0] && /* @__PURE__ */ R.jsx("i", { onClick: () =>
|
|
3346
|
+
F[0] && /* @__PURE__ */ R.jsx("i", { onClick: () => P(!U), children: U ? F[1] : F[0] }),
|
|
3356
3347
|
Y,
|
|
3357
3348
|
x ? /* @__PURE__ */ R.jsx("em", { children: x }) : ""
|
|
3358
3349
|
] });
|
|
@@ -3374,46 +3365,46 @@ function Gt({
|
|
|
3374
3365
|
name: E,
|
|
3375
3366
|
after: F = "",
|
|
3376
3367
|
before: Y = "",
|
|
3377
|
-
view:
|
|
3368
|
+
view: U
|
|
3378
3369
|
}) {
|
|
3379
3370
|
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;
|
|
3380
|
-
let v = !1, N = (
|
|
3381
|
-
u == null || u({ value:
|
|
3382
|
-
},
|
|
3383
|
-
if (!(v &&
|
|
3384
|
-
if (
|
|
3385
|
-
|
|
3386
|
-
}
|
|
3387
|
-
},
|
|
3388
|
-
if (
|
|
3389
|
-
}, $ = (
|
|
3390
|
-
|
|
3391
|
-
if (
|
|
3392
|
-
let te =
|
|
3371
|
+
let v = !1, N = (D) => {
|
|
3372
|
+
u == null || u({ value: D.target.textContent, name: E });
|
|
3373
|
+
}, K = (D) => {
|
|
3374
|
+
if (!(v && D.which === 86)) {
|
|
3375
|
+
if (D.which === 17 || D.which === 91) return v = !0;
|
|
3376
|
+
D.key !== "Backspace" && (D.target.textContent.length === f && D.preventDefault(), D.key === "Enter" && D.preventDefault(), isNaN(D.key) && D.preventDefault());
|
|
3377
|
+
}
|
|
3378
|
+
}, V = (D) => {
|
|
3379
|
+
if (D.which === 17 || D.which === 91) return v = !1;
|
|
3380
|
+
}, $ = (D) => {
|
|
3381
|
+
D.preventDefault(), navigator.clipboard.readText().then((re) => {
|
|
3382
|
+
if (re = re.replace(/(?!^\+|\d)./g, ""), _) {
|
|
3383
|
+
let te = D.target.textContent.length;
|
|
3393
3384
|
if (te >= _) return;
|
|
3394
|
-
_ -= te,
|
|
3385
|
+
_ -= te, re = re.slice(0, _);
|
|
3395
3386
|
}
|
|
3396
|
-
window.document.execCommand("insertText", !1, "" +
|
|
3397
|
-
}).catch((
|
|
3387
|
+
window.document.execCommand("insertText", !1, "" + re);
|
|
3388
|
+
}).catch((re) => {
|
|
3398
3389
|
});
|
|
3399
3390
|
};
|
|
3400
|
-
const
|
|
3401
|
-
de.Blur(
|
|
3402
|
-
},
|
|
3403
|
-
|
|
3404
|
-
let
|
|
3405
|
-
return b && h ? (
|
|
3391
|
+
const J = (D) => {
|
|
3392
|
+
de.Blur(D), p == null || p({ value: D.target.textContent, name: E });
|
|
3393
|
+
}, C = {};
|
|
3394
|
+
C.field = "input", g && (C.className = g);
|
|
3395
|
+
let L = {};
|
|
3396
|
+
return b && h ? (L.edit = "true", L.contentEditable = de.ContentEditable) : L.contentEditable = "false", L.inputMode = "decimal", i && (L.placeholder = i), c ? /* @__PURE__ */ R.jsx(R.Fragment, {}) : /* @__PURE__ */ R.jsxs("dl", { ...C, children: [
|
|
3406
3397
|
w && /* @__PURE__ */ R.jsx("dt", { children: w }),
|
|
3407
3398
|
Y,
|
|
3408
3399
|
/* @__PURE__ */ R.jsx(
|
|
3409
3400
|
"dd",
|
|
3410
3401
|
{
|
|
3411
|
-
...
|
|
3402
|
+
...L,
|
|
3412
3403
|
onPaste: $,
|
|
3413
3404
|
onInput: N,
|
|
3414
|
-
onBlur:
|
|
3415
|
-
onKeyDown:
|
|
3416
|
-
onKeyUp:
|
|
3405
|
+
onBlur: J,
|
|
3406
|
+
onKeyDown: K,
|
|
3407
|
+
onKeyUp: V,
|
|
3417
3408
|
suppressContentEditableWarning: !0,
|
|
3418
3409
|
children: d
|
|
3419
3410
|
}
|