@elcrm/form 0.0.8 → 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.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import W, { useEffect as Ur } from "react";
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 Dr;
13
+ var Pr;
14
14
  function Yr() {
15
- if (Dr) return yr;
16
- Dr = 1;
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 $r;
37
+ var Dr;
38
38
  function Br() {
39
- return $r || ($r = 1, process.env.NODE_ENV !== "production" && function() {
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 L(e) {
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 D = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
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 = D.ReactDebugCurrentFrame, s = n.getStackAddendum();
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 V = !1, J = !1, $ = !1, B = !1, M = !1, C;
66
- C = Symbol.for("react.module.reference");
67
- function T(e) {
68
- return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || M || e === b || e === d || e === i || B || e === E || V || J || $ || 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
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 === C || e.getModuleId !== void 0));
72
+ e.$$typeof === L || e.getModuleId !== void 0));
73
73
  }
74
- function G(e, r, t) {
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 P(e) {
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 G(e, e.render, "ForwardRef");
114
+ return re(e, e.render, "ForwardRef");
115
115
  case g:
116
116
  var n = e.displayName || null;
117
- return n !== null ? n : P(e.type) || "Memo";
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 P(o(l));
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 Me() {
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 = D.ReactCurrentDispatcher, ae;
192
- function Z(e, r, t) {
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, Q;
205
+ var oe = !1, Z;
206
206
  {
207
- var Ue = typeof WeakMap == "function" ? WeakMap : Map;
208
- Q = new Ue();
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 = Q.get(e);
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" && Q.set(e, S), S;
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, Me(), Error.prepareStackTrace = s;
276
+ oe = !1, ne.current = l, Ue(), Error.prepareStackTrace = s;
277
277
  }
278
- var z = e ? e.displayName || e.name : "", A = z ? Z(z) : "";
279
- return typeof e == "function" && Q.set(e, A), A;
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 ee(e, r, t) {
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 Z(e);
294
+ return G(e);
295
295
  switch (e) {
296
296
  case d:
297
- return Z("Suspense");
297
+ return G("Suspense");
298
298
  case i:
299
- return Z("SuspenseList");
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 ee(e.type, r, t);
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 ee(l(s), r, t);
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 = D.ReactDebugCurrentFrame;
318
- function re(e) {
317
+ var X = Object.prototype.hasOwnProperty, we = {}, xe = P.ReactDebugCurrentFrame;
318
+ function ee(e) {
319
319
  if (e) {
320
- var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
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) && (re(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), re(null)), a instanceof Error && !(a.message in we) && (we[a.message] = !0, re(s), v("Failed %s type: %s", t, a.message), re(null));
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 = D.ReactCurrentOwner, qe = {
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 = D.ReactCurrentOwner, Te = D.ReactDebugCurrentFrame;
463
- function U(e) {
462
+ var se = P.ReactCurrentOwner, Te = P.ReactDebugCurrentFrame;
463
+ function M(e) {
464
464
  if (e) {
465
- var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
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 = P(se.current.type);
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 " + P(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);
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 = L(e);
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 = P(r);
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 = P(r);
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
- U(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), U(null);
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 && (U(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), U(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 = T(e);
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 = "<" + (P(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);
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 = P(e), k = Object.keys(r).filter(function(fr) {
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]) {
@@ -626,7 +626,7 @@ React keys must be passed directly to JSX without using spread:
626
626
  }
627
627
  process.env.NODE_ENV === "production" ? Sr.exports = Yr() : Sr.exports = Br();
628
628
  var R = Sr.exports;
629
- function Bt({ name: u, value: p, title: h, style: f, className: b }) {
629
+ function Kt({ name: u, value: p, title: h, style: f, className: b }) {
630
630
  let w = {
631
631
  field: "progress"
632
632
  };
@@ -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 Fr;
680
+ var $r;
681
681
  function Kr() {
682
- if (Fr) return mr;
683
- Fr = 1;
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 Nr;
704
+ var Fr;
705
705
  function Vr() {
706
- return Nr || (Nr = 1, process.env.NODE_ENV !== "production" && function() {
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 L(e) {
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 D = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
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 = D.ReactDebugCurrentFrame, s = n.getStackAddendum();
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 V = !1, J = !1, $ = !1, B = !1, M = !1, C;
733
- C = Symbol.for("react.module.reference");
734
- function T(e) {
735
- return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || M || e === b || e === d || e === i || B || e === E || V || J || $ || 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
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 === C || e.getModuleId !== void 0));
739
+ e.$$typeof === L || e.getModuleId !== void 0));
740
740
  }
741
- function G(e, r, t) {
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 P(e) {
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 G(e, e.render, "ForwardRef");
781
+ return re(e, e.render, "ForwardRef");
782
782
  case g:
783
783
  var n = e.displayName || null;
784
- return n !== null ? n : P(e.type) || "Memo";
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 P(o(l));
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 Me() {
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 = D.ReactCurrentDispatcher, ae;
859
- function Z(e, r, t) {
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, Q;
872
+ var oe = !1, Z;
873
873
  {
874
- var Ue = typeof WeakMap == "function" ? WeakMap : Map;
875
- Q = new Ue();
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 = Q.get(e);
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" && Q.set(e, S), S;
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, Me(), Error.prepareStackTrace = s;
943
+ oe = !1, ne.current = l, Ue(), Error.prepareStackTrace = s;
944
944
  }
945
- var z = e ? e.displayName || e.name : "", A = z ? Z(z) : "";
946
- return typeof e == "function" && Q.set(e, A), A;
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 ee(e, r, t) {
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 Z(e);
961
+ return G(e);
962
962
  switch (e) {
963
963
  case d:
964
- return Z("Suspense");
964
+ return G("Suspense");
965
965
  case i:
966
- return Z("SuspenseList");
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 ee(e.type, r, t);
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 ee(l(s), r, t);
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 = D.ReactDebugCurrentFrame;
985
- function re(e) {
984
+ var X = Object.prototype.hasOwnProperty, we = {}, xe = P.ReactDebugCurrentFrame;
985
+ function ee(e) {
986
986
  if (e) {
987
- var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
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) && (re(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), re(null)), a instanceof Error && !(a.message in we) && (we[a.message] = !0, re(s), v("Failed %s type: %s", t, a.message), re(null));
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 = D.ReactCurrentOwner, qe = {
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 = D.ReactCurrentOwner, Te = D.ReactDebugCurrentFrame;
1130
- function U(e) {
1129
+ var se = P.ReactCurrentOwner, Te = P.ReactDebugCurrentFrame;
1130
+ function M(e) {
1131
1131
  if (e) {
1132
- var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
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 = P(se.current.type);
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 " + P(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
+ 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 = L(e);
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 = P(r);
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 = P(r);
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
- U(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), U(null);
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 && (U(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), U(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 = T(e);
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 = "<" + (P(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
+ 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 = P(e), k = Object.keys(r).filter(function(fr) {
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", Mr = {
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: Mr[u.type], "data-status": p, children: [
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 Cr;
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: Mr.notice, children: c.map((i) => i.item) });
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,13 +1435,14 @@ var Cr;
1435
1435
  });
1436
1436
  }
1437
1437
  u.Copy = x;
1438
- })(Cr || (Cr = {}));
1439
- const Qr = "_l_1w86i_12", et = "_f_1w86i_19", rt = "_t_1w86i_30", dr = {
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
- t: rt
1442
+ w: rt,
1443
+ t: tt
1443
1444
  };
1444
- function Kt({
1445
+ function Vt({
1445
1446
  id: u,
1446
1447
  value: p,
1447
1448
  onValue: h,
@@ -1458,44 +1459,36 @@ function Kt({
1458
1459
  maxLength: E,
1459
1460
  onSave: F,
1460
1461
  className: Y = "",
1461
- isCopy: L = !0,
1462
- isReload: D = !1
1462
+ isCopy: U = !0,
1463
+ isReload: P = !1
1463
1464
  }) {
1464
1465
  let v = !!(x && (p === "" || p === void 0)), N = (C) => {
1465
1466
  h && h({
1466
1467
  value: C.target.textContent.trim(),
1467
1468
  name: f,
1468
- reload: D
1469
+ reload: P
1469
1470
  });
1470
- }, V = (C) => {
1471
+ }, K = (C) => {
1471
1472
  E && C.target.textContent.trim().length >= E && C.key !== "Backspace" && C.preventDefault(), C.key === "Enter" && C.preventDefault();
1472
- }, J = (C) => {
1473
- L && (C.preventDefault(), navigator.clipboard.writeText(C.target.textContent.trim()).then(
1474
- function() {
1475
- Cr.Copy("Данные в буфер обмене");
1476
- },
1477
- function(T) {
1478
- }
1479
- ));
1480
- }, $ = (C) => {
1481
- C.preventDefault(), navigator.clipboard.readText().then((T) => {
1473
+ }, V = (C) => {
1474
+ C.preventDefault(), navigator.clipboard.readText().then((L) => {
1482
1475
  if (E) {
1483
- let G = C.target.textContent.length;
1484
- if (G >= E) return;
1485
- E -= G, T = T.slice(0, E);
1476
+ let D = C.target.textContent.length;
1477
+ if (D >= E) return;
1478
+ E -= D, L = L.slice(0, E);
1486
1479
  }
1487
1480
  window.document.execCommand(
1488
1481
  "insertText",
1489
1482
  !1,
1490
- T.replace(/(\r\n|\n|\r)/gm, " ")
1483
+ L.replace(/(\r\n|\n|\r)/gm, " ")
1491
1484
  );
1492
- }).catch((T) => {
1485
+ }).catch((L) => {
1493
1486
  });
1494
1487
  };
1495
1488
  if (!(c && d) && !_ || !(c && d) && v) return "";
1496
- const B = {};
1497
- b && (B.placeholder = b), c && d && (B.edit = "");
1498
- const M = (C) => {
1489
+ const $ = {};
1490
+ b && ($.placeholder = b), c && d && ($.edit = "");
1491
+ const J = (C) => {
1499
1492
  de.Blur(C), F == null || F({ value: C.target.textContent.trim(), name: f });
1500
1493
  };
1501
1494
  return /* @__PURE__ */ R.jsxs(
@@ -1509,16 +1502,15 @@ function Kt({
1509
1502
  /* @__PURE__ */ R.jsx(
1510
1503
  "dd",
1511
1504
  {
1512
- className: dr.f,
1513
- onPaste: $,
1505
+ className: [dr.f, dr.w].join(" "),
1506
+ onPaste: V,
1514
1507
  onInput: N,
1515
- onBlur: M,
1516
- onKeyDown: V,
1517
- onContextMenu: J,
1508
+ onBlur: J,
1509
+ onKeyDown: K,
1518
1510
  spellCheck: "true",
1519
1511
  contentEditable: c && d ? de.ContentEditable : "false",
1520
1512
  suppressContentEditableWarning: !0,
1521
- ...B,
1513
+ ...$,
1522
1514
  children: p
1523
1515
  }
1524
1516
  ),
@@ -1528,7 +1520,7 @@ function Kt({
1528
1520
  }
1529
1521
  );
1530
1522
  }
1531
- var Tr = { exports: {} }, hr = {};
1523
+ var Cr = { exports: {} }, hr = {};
1532
1524
  /**
1533
1525
  * @license React
1534
1526
  * react-jsx-runtime.production.min.js
@@ -1539,7 +1531,7 @@ var Tr = { exports: {} }, hr = {};
1539
1531
  * LICENSE file in the root directory of this source tree.
1540
1532
  */
1541
1533
  var Ir;
1542
- function tt() {
1534
+ function nt() {
1543
1535
  if (Ir) return hr;
1544
1536
  Ir = 1;
1545
1537
  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 };
@@ -1563,16 +1555,16 @@ var jr = {};
1563
1555
  * LICENSE file in the root directory of this source tree.
1564
1556
  */
1565
1557
  var Ar;
1566
- function nt() {
1558
+ function at() {
1567
1559
  return Ar || (Ar = 1, process.env.NODE_ENV !== "production" && function() {
1568
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";
1569
- function L(e) {
1561
+ function U(e) {
1570
1562
  if (e === null || typeof e != "object")
1571
1563
  return null;
1572
1564
  var r = F && e[F] || e[Y];
1573
1565
  return typeof r == "function" ? r : null;
1574
1566
  }
1575
- var D = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
1567
+ var P = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
1576
1568
  function v(e) {
1577
1569
  {
1578
1570
  for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
@@ -1582,7 +1574,7 @@ function nt() {
1582
1574
  }
1583
1575
  function N(e, r, t) {
1584
1576
  {
1585
- var n = D.ReactDebugCurrentFrame, s = n.getStackAddendum();
1577
+ var n = P.ReactDebugCurrentFrame, s = n.getStackAddendum();
1586
1578
  s !== "" && (r += "%s", t = t.concat([s]));
1587
1579
  var l = t.map(function(o) {
1588
1580
  return String(o);
@@ -1590,16 +1582,16 @@ function nt() {
1590
1582
  l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
1591
1583
  }
1592
1584
  }
1593
- var V = !1, J = !1, $ = !1, B = !1, M = !1, C;
1594
- C = Symbol.for("react.module.reference");
1595
- function T(e) {
1596
- return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || M || e === b || e === d || e === i || B || e === E || V || J || $ || 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
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
1597
1589
  // types supported by any Flight configuration anywhere since
1598
1590
  // we don't know which Flight build this will end up being used
1599
1591
  // with.
1600
- e.$$typeof === C || e.getModuleId !== void 0));
1592
+ e.$$typeof === L || e.getModuleId !== void 0));
1601
1593
  }
1602
- function G(e, r, t) {
1594
+ function re(e, r, t) {
1603
1595
  var n = e.displayName;
1604
1596
  if (n)
1605
1597
  return n;
@@ -1609,7 +1601,7 @@ function nt() {
1609
1601
  function te(e) {
1610
1602
  return e.displayName || "Context";
1611
1603
  }
1612
- function P(e) {
1604
+ function T(e) {
1613
1605
  if (e == null)
1614
1606
  return null;
1615
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")
@@ -1639,14 +1631,14 @@ function nt() {
1639
1631
  var t = e;
1640
1632
  return te(t._context) + ".Provider";
1641
1633
  case c:
1642
- return G(e, e.render, "ForwardRef");
1634
+ return re(e, e.render, "ForwardRef");
1643
1635
  case g:
1644
1636
  var n = e.displayName || null;
1645
- return n !== null ? n : P(e.type) || "Memo";
1637
+ return n !== null ? n : T(e.type) || "Memo";
1646
1638
  case _: {
1647
1639
  var s = e, l = s._payload, o = s._init;
1648
1640
  try {
1649
- return P(o(l));
1641
+ return T(o(l));
1650
1642
  } catch {
1651
1643
  return null;
1652
1644
  }
@@ -1681,7 +1673,7 @@ function nt() {
1681
1673
  q++;
1682
1674
  }
1683
1675
  }
1684
- function Me() {
1676
+ function Ue() {
1685
1677
  {
1686
1678
  if (q--, q === 0) {
1687
1679
  var e = {
@@ -1716,8 +1708,8 @@ function nt() {
1716
1708
  q < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
1717
1709
  }
1718
1710
  }
1719
- var ne = D.ReactCurrentDispatcher, ae;
1720
- function Z(e, r, t) {
1711
+ var ne = P.ReactCurrentDispatcher, ae;
1712
+ function G(e, r, t) {
1721
1713
  {
1722
1714
  if (ae === void 0)
1723
1715
  try {
@@ -1730,16 +1722,16 @@ function nt() {
1730
1722
  ` + ae + e;
1731
1723
  }
1732
1724
  }
1733
- var oe = !1, Q;
1725
+ var oe = !1, Z;
1734
1726
  {
1735
- var Ue = typeof WeakMap == "function" ? WeakMap : Map;
1736
- Q = new Ue();
1727
+ var Me = typeof WeakMap == "function" ? WeakMap : Map;
1728
+ Z = new Me();
1737
1729
  }
1738
1730
  function ke(e, r) {
1739
1731
  if (!e || oe)
1740
1732
  return "";
1741
1733
  {
1742
- var t = Q.get(e);
1734
+ var t = Z.get(e);
1743
1735
  if (t !== void 0)
1744
1736
  return t;
1745
1737
  }
@@ -1794,17 +1786,17 @@ function nt() {
1794
1786
  if (y--, m--, m < 0 || a[y] !== j[m]) {
1795
1787
  var S = `
1796
1788
  ` + a[y].replace(" at new ", " at ");
1797
- return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" && Q.set(e, S), S;
1789
+ return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" && Z.set(e, S), S;
1798
1790
  }
1799
1791
  while (y >= 1 && m >= 0);
1800
1792
  break;
1801
1793
  }
1802
1794
  }
1803
1795
  } finally {
1804
- oe = !1, ne.current = l, Me(), Error.prepareStackTrace = s;
1796
+ oe = !1, ne.current = l, Ue(), Error.prepareStackTrace = s;
1805
1797
  }
1806
- var z = e ? e.displayName || e.name : "", A = z ? Z(z) : "";
1807
- return typeof e == "function" && Q.set(e, A), A;
1798
+ var z = e ? e.displayName || e.name : "", A = z ? G(z) : "";
1799
+ return typeof e == "function" && Z.set(e, A), A;
1808
1800
  }
1809
1801
  function ze(e, r, t) {
1810
1802
  return ke(e, !1);
@@ -1813,39 +1805,39 @@ function nt() {
1813
1805
  var r = e.prototype;
1814
1806
  return !!(r && r.isReactComponent);
1815
1807
  }
1816
- function ee(e, r, t) {
1808
+ function Q(e, r, t) {
1817
1809
  if (e == null)
1818
1810
  return "";
1819
1811
  if (typeof e == "function")
1820
1812
  return ke(e, Ye(e));
1821
1813
  if (typeof e == "string")
1822
- return Z(e);
1814
+ return G(e);
1823
1815
  switch (e) {
1824
1816
  case d:
1825
- return Z("Suspense");
1817
+ return G("Suspense");
1826
1818
  case i:
1827
- return Z("SuspenseList");
1819
+ return G("SuspenseList");
1828
1820
  }
1829
1821
  if (typeof e == "object")
1830
1822
  switch (e.$$typeof) {
1831
1823
  case c:
1832
1824
  return ze(e.render);
1833
1825
  case g:
1834
- return ee(e.type, r, t);
1826
+ return Q(e.type, r, t);
1835
1827
  case _: {
1836
1828
  var n = e, s = n._payload, l = n._init;
1837
1829
  try {
1838
- return ee(l(s), r, t);
1830
+ return Q(l(s), r, t);
1839
1831
  } catch {
1840
1832
  }
1841
1833
  }
1842
1834
  }
1843
1835
  return "";
1844
1836
  }
1845
- var X = Object.prototype.hasOwnProperty, we = {}, xe = D.ReactDebugCurrentFrame;
1846
- function re(e) {
1837
+ var X = Object.prototype.hasOwnProperty, we = {}, xe = P.ReactDebugCurrentFrame;
1838
+ function ee(e) {
1847
1839
  if (e) {
1848
- var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
1840
+ var r = e._owner, t = Q(e.type, e._source, r ? r.type : null);
1849
1841
  xe.setExtraStackFrame(t);
1850
1842
  } else
1851
1843
  xe.setExtraStackFrame(null);
@@ -1865,7 +1857,7 @@ function nt() {
1865
1857
  } catch (y) {
1866
1858
  a = y;
1867
1859
  }
1868
- a && !(a instanceof Error) && (re(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), re(null)), a instanceof Error && !(a.message in we) && (we[a.message] = !0, re(s), v("Failed %s type: %s", t, a.message), re(null));
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));
1869
1861
  }
1870
1862
  }
1871
1863
  }
@@ -1893,7 +1885,7 @@ function nt() {
1893
1885
  if (Je(e))
1894
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);
1895
1887
  }
1896
- var Se = D.ReactCurrentOwner, qe = {
1888
+ var Se = P.ReactCurrentOwner, qe = {
1897
1889
  key: !0,
1898
1890
  ref: !0,
1899
1891
  __self: !0,
@@ -1987,10 +1979,10 @@ function nt() {
1987
1979
  return er(e, a, j, s, n, Se.current, o);
1988
1980
  }
1989
1981
  }
1990
- var se = D.ReactCurrentOwner, Te = D.ReactDebugCurrentFrame;
1991
- function U(e) {
1982
+ var se = P.ReactCurrentOwner, Te = P.ReactDebugCurrentFrame;
1983
+ function M(e) {
1992
1984
  if (e) {
1993
- var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
1985
+ var r = e._owner, t = Q(e.type, e._source, r ? r.type : null);
1994
1986
  Te.setExtraStackFrame(t);
1995
1987
  } else
1996
1988
  Te.setExtraStackFrame(null);
@@ -2003,7 +1995,7 @@ function nt() {
2003
1995
  function Pe() {
2004
1996
  {
2005
1997
  if (se.current) {
2006
- var e = P(se.current.type);
1998
+ var e = T(se.current.type);
2007
1999
  if (e)
2008
2000
  return `
2009
2001
 
@@ -2038,7 +2030,7 @@ Check the top-level render call using <` + t + ">.");
2038
2030
  return;
2039
2031
  De[t] = !0;
2040
2032
  var n = "";
2041
- e && e._owner && e._owner !== se.current && (n = " It was passed a child from " + P(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);
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);
2042
2034
  }
2043
2035
  }
2044
2036
  function Fe(e, r) {
@@ -2053,7 +2045,7 @@ Check the top-level render call using <` + t + ">.");
2053
2045
  else if (le(e))
2054
2046
  e._store && (e._store.validated = !0);
2055
2047
  else if (e) {
2056
- var s = L(e);
2048
+ var s = U(e);
2057
2049
  if (typeof s == "function" && s !== e.entries)
2058
2050
  for (var l = s.call(e), o; !(o = l.next()).done; )
2059
2051
  le(o.value) && $e(o.value, r);
@@ -2075,11 +2067,11 @@ Check the top-level render call using <` + t + ">.");
2075
2067
  else
2076
2068
  return;
2077
2069
  if (t) {
2078
- var n = P(r);
2070
+ var n = T(r);
2079
2071
  Be(t, e.props, "prop", n, e);
2080
2072
  } else if (r.PropTypes !== void 0 && !ue) {
2081
2073
  ue = !0;
2082
- var s = P(r);
2074
+ var s = T(r);
2083
2075
  v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
2084
2076
  }
2085
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.");
@@ -2090,24 +2082,24 @@ Check the top-level render call using <` + t + ">.");
2090
2082
  for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
2091
2083
  var n = r[t];
2092
2084
  if (n !== "children" && n !== "key") {
2093
- U(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), U(null);
2085
+ M(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), M(null);
2094
2086
  break;
2095
2087
  }
2096
2088
  }
2097
- e.ref !== null && (U(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), U(null));
2089
+ e.ref !== null && (M(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), M(null));
2098
2090
  }
2099
2091
  }
2100
2092
  var Ne = {};
2101
2093
  function Ie(e, r, t, n, s, l) {
2102
2094
  {
2103
- var o = T(e);
2095
+ var o = D(e);
2104
2096
  if (!o) {
2105
2097
  var a = "";
2106
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.");
2107
2099
  var j = tr();
2108
2100
  j ? a += j : a += Pe();
2109
2101
  var y;
2110
- e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (P(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);
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);
2111
2103
  }
2112
2104
  var m = rr(e, r, t, s, l);
2113
2105
  if (m == null)
@@ -2126,7 +2118,7 @@ Check the top-level render call using <` + t + ">.");
2126
2118
  Fe(S, e);
2127
2119
  }
2128
2120
  if (X.call(r, "key")) {
2129
- var A = P(e), k = Object.keys(r).filter(function(fr) {
2121
+ var A = T(e), k = Object.keys(r).filter(function(fr) {
2130
2122
  return fr !== "key";
2131
2123
  }), ce = k.length > 0 ? "{key: someKey, " + k.join(": ..., ") + ": ...}" : "{key: someKey}";
2132
2124
  if (!Ne[A + ce]) {
@@ -2152,48 +2144,48 @@ React keys must be passed directly to JSX without using spread:
2152
2144
  jr.Fragment = f, jr.jsx = ur, jr.jsxs = lr;
2153
2145
  }()), jr;
2154
2146
  }
2155
- process.env.NODE_ENV === "production" ? Tr.exports = tt() : Tr.exports = nt();
2156
- var K = Tr.exports;
2157
- const at = "_shake_txgsc_1", ot = "_modal_txgsc_79", it = "_w_txgsc_15", st = "_o_txgsc_116", ut = "_h_txgsc_141", lt = "_l_txgsc_155", ct = "_t_txgsc_192", ft = "_x_txgsc_196", pt = "_s_txgsc_89", dt = "_c_txgsc_214", yt = "_f_txgsc_219", vt = "_row_txgsc_241", mt = "_col_txgsc_253", gt = "_g_txgsc_258", ht = "_m_txgsc_79", fe = {
2158
- shake: at,
2159
- modal: ot,
2147
+ process.env.NODE_ENV === "production" ? Cr.exports = nt() : Cr.exports = at();
2148
+ var B = Cr.exports;
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 = {
2150
+ shake: ot,
2151
+ modal: it,
2160
2152
  "size-a": "_size-a_txgsc_89",
2161
- w: it,
2153
+ w: st,
2162
2154
  "size-s": "_size-s_txgsc_94",
2163
2155
  "size-m": "_size-m_txgsc_98",
2164
2156
  "size-l": "_size-l_txgsc_102",
2165
2157
  "size-x": "_size-x_txgsc_106",
2166
2158
  "size-f": "_size-f_txgsc_110",
2167
- o: st,
2168
- h: ut,
2169
- l: lt,
2170
- t: ct,
2171
- x: ft,
2172
- s: pt,
2173
- c: dt,
2174
- f: yt,
2175
- row: vt,
2176
- col: mt,
2177
- g: gt,
2178
- m: ht
2159
+ o: ut,
2160
+ h: lt,
2161
+ l: ct,
2162
+ t: ft,
2163
+ x: pt,
2164
+ s: dt,
2165
+ c: yt,
2166
+ f: vt,
2167
+ row: mt,
2168
+ col: gt,
2169
+ g: ht,
2170
+ m: bt
2179
2171
  };
2180
- function bt({ children: u }) {
2181
- return /* @__PURE__ */ K.jsx("div", { className: fe.l, children: /* @__PURE__ */ K.jsx("ul", { children: u }) });
2182
- }
2183
2172
  function _t({ children: u }) {
2184
- return /* @__PURE__ */ K.jsx("div", { className: fe.s, children: u });
2173
+ return /* @__PURE__ */ B.jsx("div", { className: fe.l, children: /* @__PURE__ */ B.jsx("ul", { children: u }) });
2185
2174
  }
2186
- function jt({ children: u, viev: p = "row", className: h }) {
2187
- let f = {};
2188
- return h && (f.className = h), /* @__PURE__ */ K.jsx("ul", { className: [fe.f, fe[p], f.className].join(" "), children: u });
2175
+ function jt({ children: u }) {
2176
+ return /* @__PURE__ */ B.jsx("div", { className: fe.s, children: u });
2189
2177
  }
2190
- function kt({ children: u }) {
2191
- return /* @__PURE__ */ K.jsx("div", { className: fe.c, children: u });
2178
+ function kt({ children: u, viev: p = "row", className: h }) {
2179
+ let f = {};
2180
+ return h && (f.className = h), /* @__PURE__ */ B.jsx("ul", { className: [fe.f, fe[p], f.className].join(" "), children: u });
2192
2181
  }
2193
2182
  function wt({ children: u }) {
2194
- return /* @__PURE__ */ K.jsx("div", { className: fe.g, children: u });
2183
+ return /* @__PURE__ */ B.jsx("div", { className: fe.c, children: u });
2184
+ }
2185
+ function xt({ children: u }) {
2186
+ return /* @__PURE__ */ B.jsx("div", { className: fe.g, children: u });
2195
2187
  }
2196
- var Pr = { exports: {} }, br = {};
2188
+ var Tr = { exports: {} }, br = {};
2197
2189
  /**
2198
2190
  * @license React
2199
2191
  * react-jsx-runtime.production.min.js
@@ -2204,7 +2196,7 @@ var Pr = { exports: {} }, br = {};
2204
2196
  * LICENSE file in the root directory of this source tree.
2205
2197
  */
2206
2198
  var Wr;
2207
- function xt() {
2199
+ function Rt() {
2208
2200
  if (Wr) return br;
2209
2201
  Wr = 1;
2210
2202
  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 };
@@ -2228,16 +2220,16 @@ var kr = {};
2228
2220
  * LICENSE file in the root directory of this source tree.
2229
2221
  */
2230
2222
  var Lr;
2231
- function Rt() {
2223
+ function Et() {
2232
2224
  return Lr || (Lr = 1, process.env.NODE_ENV !== "production" && function() {
2233
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";
2234
- function L(e) {
2226
+ function U(e) {
2235
2227
  if (e === null || typeof e != "object")
2236
2228
  return null;
2237
2229
  var r = F && e[F] || e[Y];
2238
2230
  return typeof r == "function" ? r : null;
2239
2231
  }
2240
- var D = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2232
+ var P = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2241
2233
  function v(e) {
2242
2234
  {
2243
2235
  for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
@@ -2247,7 +2239,7 @@ function Rt() {
2247
2239
  }
2248
2240
  function N(e, r, t) {
2249
2241
  {
2250
- var n = D.ReactDebugCurrentFrame, s = n.getStackAddendum();
2242
+ var n = P.ReactDebugCurrentFrame, s = n.getStackAddendum();
2251
2243
  s !== "" && (r += "%s", t = t.concat([s]));
2252
2244
  var l = t.map(function(o) {
2253
2245
  return String(o);
@@ -2255,16 +2247,16 @@ function Rt() {
2255
2247
  l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
2256
2248
  }
2257
2249
  }
2258
- var V = !1, J = !1, $ = !1, B = !1, M = !1, C;
2259
- C = Symbol.for("react.module.reference");
2260
- function T(e) {
2261
- return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || M || e === b || e === d || e === i || B || e === E || V || J || $ || 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
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
2262
2254
  // types supported by any Flight configuration anywhere since
2263
2255
  // we don't know which Flight build this will end up being used
2264
2256
  // with.
2265
- e.$$typeof === C || e.getModuleId !== void 0));
2257
+ e.$$typeof === L || e.getModuleId !== void 0));
2266
2258
  }
2267
- function G(e, r, t) {
2259
+ function re(e, r, t) {
2268
2260
  var n = e.displayName;
2269
2261
  if (n)
2270
2262
  return n;
@@ -2274,7 +2266,7 @@ function Rt() {
2274
2266
  function te(e) {
2275
2267
  return e.displayName || "Context";
2276
2268
  }
2277
- function P(e) {
2269
+ function T(e) {
2278
2270
  if (e == null)
2279
2271
  return null;
2280
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")
@@ -2304,14 +2296,14 @@ function Rt() {
2304
2296
  var t = e;
2305
2297
  return te(t._context) + ".Provider";
2306
2298
  case c:
2307
- return G(e, e.render, "ForwardRef");
2299
+ return re(e, e.render, "ForwardRef");
2308
2300
  case g:
2309
2301
  var n = e.displayName || null;
2310
- return n !== null ? n : P(e.type) || "Memo";
2302
+ return n !== null ? n : T(e.type) || "Memo";
2311
2303
  case _: {
2312
2304
  var s = e, l = s._payload, o = s._init;
2313
2305
  try {
2314
- return P(o(l));
2306
+ return T(o(l));
2315
2307
  } catch {
2316
2308
  return null;
2317
2309
  }
@@ -2346,7 +2338,7 @@ function Rt() {
2346
2338
  q++;
2347
2339
  }
2348
2340
  }
2349
- function Me() {
2341
+ function Ue() {
2350
2342
  {
2351
2343
  if (q--, q === 0) {
2352
2344
  var e = {
@@ -2381,8 +2373,8 @@ function Rt() {
2381
2373
  q < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
2382
2374
  }
2383
2375
  }
2384
- var ne = D.ReactCurrentDispatcher, ae;
2385
- function Z(e, r, t) {
2376
+ var ne = P.ReactCurrentDispatcher, ae;
2377
+ function G(e, r, t) {
2386
2378
  {
2387
2379
  if (ae === void 0)
2388
2380
  try {
@@ -2395,16 +2387,16 @@ function Rt() {
2395
2387
  ` + ae + e;
2396
2388
  }
2397
2389
  }
2398
- var oe = !1, Q;
2390
+ var oe = !1, Z;
2399
2391
  {
2400
- var Ue = typeof WeakMap == "function" ? WeakMap : Map;
2401
- Q = new Ue();
2392
+ var Me = typeof WeakMap == "function" ? WeakMap : Map;
2393
+ Z = new Me();
2402
2394
  }
2403
2395
  function ke(e, r) {
2404
2396
  if (!e || oe)
2405
2397
  return "";
2406
2398
  {
2407
- var t = Q.get(e);
2399
+ var t = Z.get(e);
2408
2400
  if (t !== void 0)
2409
2401
  return t;
2410
2402
  }
@@ -2459,17 +2451,17 @@ function Rt() {
2459
2451
  if (y--, m--, m < 0 || a[y] !== j[m]) {
2460
2452
  var S = `
2461
2453
  ` + a[y].replace(" at new ", " at ");
2462
- return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" && Q.set(e, S), S;
2454
+ return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" && Z.set(e, S), S;
2463
2455
  }
2464
2456
  while (y >= 1 && m >= 0);
2465
2457
  break;
2466
2458
  }
2467
2459
  }
2468
2460
  } finally {
2469
- oe = !1, ne.current = l, Me(), Error.prepareStackTrace = s;
2461
+ oe = !1, ne.current = l, Ue(), Error.prepareStackTrace = s;
2470
2462
  }
2471
- var z = e ? e.displayName || e.name : "", A = z ? Z(z) : "";
2472
- return typeof e == "function" && Q.set(e, A), A;
2463
+ var z = e ? e.displayName || e.name : "", A = z ? G(z) : "";
2464
+ return typeof e == "function" && Z.set(e, A), A;
2473
2465
  }
2474
2466
  function ze(e, r, t) {
2475
2467
  return ke(e, !1);
@@ -2478,39 +2470,39 @@ function Rt() {
2478
2470
  var r = e.prototype;
2479
2471
  return !!(r && r.isReactComponent);
2480
2472
  }
2481
- function ee(e, r, t) {
2473
+ function Q(e, r, t) {
2482
2474
  if (e == null)
2483
2475
  return "";
2484
2476
  if (typeof e == "function")
2485
2477
  return ke(e, Ye(e));
2486
2478
  if (typeof e == "string")
2487
- return Z(e);
2479
+ return G(e);
2488
2480
  switch (e) {
2489
2481
  case d:
2490
- return Z("Suspense");
2482
+ return G("Suspense");
2491
2483
  case i:
2492
- return Z("SuspenseList");
2484
+ return G("SuspenseList");
2493
2485
  }
2494
2486
  if (typeof e == "object")
2495
2487
  switch (e.$$typeof) {
2496
2488
  case c:
2497
2489
  return ze(e.render);
2498
2490
  case g:
2499
- return ee(e.type, r, t);
2491
+ return Q(e.type, r, t);
2500
2492
  case _: {
2501
2493
  var n = e, s = n._payload, l = n._init;
2502
2494
  try {
2503
- return ee(l(s), r, t);
2495
+ return Q(l(s), r, t);
2504
2496
  } catch {
2505
2497
  }
2506
2498
  }
2507
2499
  }
2508
2500
  return "";
2509
2501
  }
2510
- var X = Object.prototype.hasOwnProperty, we = {}, xe = D.ReactDebugCurrentFrame;
2511
- function re(e) {
2502
+ var X = Object.prototype.hasOwnProperty, we = {}, xe = P.ReactDebugCurrentFrame;
2503
+ function ee(e) {
2512
2504
  if (e) {
2513
- var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
2505
+ var r = e._owner, t = Q(e.type, e._source, r ? r.type : null);
2514
2506
  xe.setExtraStackFrame(t);
2515
2507
  } else
2516
2508
  xe.setExtraStackFrame(null);
@@ -2530,7 +2522,7 @@ function Rt() {
2530
2522
  } catch (y) {
2531
2523
  a = y;
2532
2524
  }
2533
- a && !(a instanceof Error) && (re(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), re(null)), a instanceof Error && !(a.message in we) && (we[a.message] = !0, re(s), v("Failed %s type: %s", t, a.message), re(null));
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));
2534
2526
  }
2535
2527
  }
2536
2528
  }
@@ -2558,7 +2550,7 @@ function Rt() {
2558
2550
  if (Je(e))
2559
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);
2560
2552
  }
2561
- var Se = D.ReactCurrentOwner, qe = {
2553
+ var Se = P.ReactCurrentOwner, qe = {
2562
2554
  key: !0,
2563
2555
  ref: !0,
2564
2556
  __self: !0,
@@ -2652,10 +2644,10 @@ function Rt() {
2652
2644
  return er(e, a, j, s, n, Se.current, o);
2653
2645
  }
2654
2646
  }
2655
- var se = D.ReactCurrentOwner, Te = D.ReactDebugCurrentFrame;
2656
- function U(e) {
2647
+ var se = P.ReactCurrentOwner, Te = P.ReactDebugCurrentFrame;
2648
+ function M(e) {
2657
2649
  if (e) {
2658
- var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
2650
+ var r = e._owner, t = Q(e.type, e._source, r ? r.type : null);
2659
2651
  Te.setExtraStackFrame(t);
2660
2652
  } else
2661
2653
  Te.setExtraStackFrame(null);
@@ -2668,7 +2660,7 @@ function Rt() {
2668
2660
  function Pe() {
2669
2661
  {
2670
2662
  if (se.current) {
2671
- var e = P(se.current.type);
2663
+ var e = T(se.current.type);
2672
2664
  if (e)
2673
2665
  return `
2674
2666
 
@@ -2703,7 +2695,7 @@ Check the top-level render call using <` + t + ">.");
2703
2695
  return;
2704
2696
  De[t] = !0;
2705
2697
  var n = "";
2706
- e && e._owner && e._owner !== se.current && (n = " It was passed a child from " + P(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);
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);
2707
2699
  }
2708
2700
  }
2709
2701
  function Fe(e, r) {
@@ -2718,7 +2710,7 @@ Check the top-level render call using <` + t + ">.");
2718
2710
  else if (le(e))
2719
2711
  e._store && (e._store.validated = !0);
2720
2712
  else if (e) {
2721
- var s = L(e);
2713
+ var s = U(e);
2722
2714
  if (typeof s == "function" && s !== e.entries)
2723
2715
  for (var l = s.call(e), o; !(o = l.next()).done; )
2724
2716
  le(o.value) && $e(o.value, r);
@@ -2740,11 +2732,11 @@ Check the top-level render call using <` + t + ">.");
2740
2732
  else
2741
2733
  return;
2742
2734
  if (t) {
2743
- var n = P(r);
2735
+ var n = T(r);
2744
2736
  Be(t, e.props, "prop", n, e);
2745
2737
  } else if (r.PropTypes !== void 0 && !ue) {
2746
2738
  ue = !0;
2747
- var s = P(r);
2739
+ var s = T(r);
2748
2740
  v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
2749
2741
  }
2750
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.");
@@ -2755,24 +2747,24 @@ Check the top-level render call using <` + t + ">.");
2755
2747
  for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
2756
2748
  var n = r[t];
2757
2749
  if (n !== "children" && n !== "key") {
2758
- U(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), U(null);
2750
+ M(e), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), M(null);
2759
2751
  break;
2760
2752
  }
2761
2753
  }
2762
- e.ref !== null && (U(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), U(null));
2754
+ e.ref !== null && (M(e), v("Invalid attribute `ref` supplied to `React.Fragment`."), M(null));
2763
2755
  }
2764
2756
  }
2765
2757
  var Ne = {};
2766
2758
  function Ie(e, r, t, n, s, l) {
2767
2759
  {
2768
- var o = T(e);
2760
+ var o = D(e);
2769
2761
  if (!o) {
2770
2762
  var a = "";
2771
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.");
2772
2764
  var j = tr();
2773
2765
  j ? a += j : a += Pe();
2774
2766
  var y;
2775
- e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (P(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);
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);
2776
2768
  }
2777
2769
  var m = rr(e, r, t, s, l);
2778
2770
  if (m == null)
@@ -2791,7 +2783,7 @@ Check the top-level render call using <` + t + ">.");
2791
2783
  Fe(S, e);
2792
2784
  }
2793
2785
  if (X.call(r, "key")) {
2794
- var A = P(e), k = Object.keys(r).filter(function(fr) {
2786
+ var A = T(e), k = Object.keys(r).filter(function(fr) {
2795
2787
  return fr !== "key";
2796
2788
  }), ce = k.length > 0 ? "{key: someKey, " + k.join(": ..., ") + ": ...}" : "{key: someKey}";
2797
2789
  if (!Ne[A + ce]) {
@@ -2817,18 +2809,18 @@ React keys must be passed directly to JSX without using spread:
2817
2809
  kr.Fragment = f, kr.jsx = ur, kr.jsxs = lr;
2818
2810
  }()), kr;
2819
2811
  }
2820
- process.env.NODE_ENV === "production" ? Pr.exports = xt() : Pr.exports = Rt();
2821
- var Er = Pr.exports;
2822
- const Et = "_btn_1k1b3_1", St = "_confirm_1k1b3_15", Ot = "_cancel_1k1b3_20", Ct = "_action_1k1b3_25", Tt = "_disabled_1k1b3_30", Pt = "_m_1k1b3_44", Dt = "_l_1k1b3_48", wr = {
2823
- btn: Et,
2824
- confirm: St,
2825
- cancel: Ot,
2826
- action: Ct,
2827
- disabled: Tt,
2812
+ process.env.NODE_ENV === "production" ? Tr.exports = Rt() : Tr.exports = Et();
2813
+ var Er = Tr.exports;
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 = {
2815
+ btn: St,
2816
+ confirm: Ot,
2817
+ cancel: Ct,
2818
+ action: Tt,
2819
+ disabled: Pt,
2828
2820
  await: "_await_1k1b3_37",
2829
- m: Pt,
2830
- l: Dt
2831
- }, $t = ({
2821
+ m: Dt,
2822
+ l: $t
2823
+ }, Ft = ({
2832
2824
  onClick: u,
2833
2825
  onSend: p,
2834
2826
  size: h = "m",
@@ -2843,9 +2835,9 @@ const Et = "_btn_1k1b3_1", St = "_confirm_1k1b3_15", Ot = "_cancel_1k1b3_20", Ct
2843
2835
  awaitText: g = "Ожидайте"
2844
2836
  }) => {
2845
2837
  let [_, E] = W.useState(!1);
2846
- const F = (L) => {
2838
+ const F = (U) => {
2847
2839
  if (u) return u();
2848
- _ || (p ? (E(!0), p(E)) : L.preventDefault());
2840
+ _ || (p ? (E(!0), p(E)) : U.preventDefault());
2849
2841
  };
2850
2842
  let Y = {};
2851
2843
  return (w || _) && (Y.disabled = !0), /* @__PURE__ */ Er.jsx(
@@ -2858,7 +2850,7 @@ const Et = "_btn_1k1b3_1", St = "_confirm_1k1b3_15", Ot = "_cancel_1k1b3_20", Ct
2858
2850
  _ ? wr.disabled : wr[f],
2859
2851
  h && wr[h],
2860
2852
  O
2861
- ].filter((L) => L != "").join(" "),
2853
+ ].filter((U) => U != "").join(" "),
2862
2854
  onClick: F,
2863
2855
  children: _ ? g : /* @__PURE__ */ Er.jsxs(Er.Fragment, { children: [
2864
2856
  c || "",
@@ -2871,8 +2863,8 @@ const Et = "_btn_1k1b3_1", St = "_confirm_1k1b3_15", Ot = "_cancel_1k1b3_20", Ct
2871
2863
  );
2872
2864
  };
2873
2865
  let We = {};
2874
- function Ft({ children: u }) {
2875
- return /* @__PURE__ */ K.jsx(K.Fragment, { children: u });
2866
+ function Nt({ children: u }) {
2867
+ return /* @__PURE__ */ B.jsx(B.Fragment, { children: u });
2876
2868
  }
2877
2869
  var xr;
2878
2870
  ((u) => {
@@ -2882,17 +2874,17 @@ var xr;
2882
2874
  let [i, g] = W.useState([]);
2883
2875
  return We.x = (_) => {
2884
2876
  g(_ ? i.filter((E) => E.key !== _) : []);
2885
- }, Ur(() => {
2877
+ }, Mr(() => {
2886
2878
  d && (We.i = d);
2887
2879
  }, []), We.add = (_, E = Date.now()) => {
2888
2880
  g([...i, { key: E, item: _ }]);
2889
- }, /* @__PURE__ */ K.jsx(K.Fragment, { children: i.map((_) => _.item) });
2881
+ }, /* @__PURE__ */ B.jsx(B.Fragment, { children: i.map((_) => _.item) });
2890
2882
  }
2891
2883
  u.Init = p;
2892
2884
  function h(d) {
2893
2885
  return d && (We.i = d), We.i;
2894
2886
  }
2895
- u.Import = h, u.List = bt, u.Scroll = _t, u.Form = jt, u.Center = kt, u.Column = wt;
2887
+ u.Import = h, u.List = _t, u.Scroll = jt, u.Form = kt, u.Center = wt, u.Column = xt;
2896
2888
  function f(d, i, g) {
2897
2889
  We.i(`${d}/modal/${i}.tsx`).then((_) => {
2898
2890
  _.default.Open(g);
@@ -2905,11 +2897,11 @@ var xr;
2905
2897
  We.i(`${d}/modal/${i}.tsx`).then((F) => {
2906
2898
  E(F.default.Icon(g));
2907
2899
  });
2908
- }, [g.id]), /* @__PURE__ */ K.jsx(K.Fragment, { children: _ });
2900
+ }, [g.id]), /* @__PURE__ */ B.jsx(B.Fragment, { children: _ });
2909
2901
  }
2910
2902
  u.Icon = b;
2911
2903
  function w(d, i) {
2912
- We.add(/* @__PURE__ */ K.jsx(Ft, { children: d }, String(Date.now())), i);
2904
+ We.add(/* @__PURE__ */ B.jsx(Nt, { children: d }, String(Date.now())), i);
2913
2905
  }
2914
2906
  u.Add = w;
2915
2907
  function O(d) {
@@ -2932,9 +2924,9 @@ var xr;
2932
2924
  size: E = "m",
2933
2925
  className: F = "",
2934
2926
  shake: Y = !0,
2935
- menu: L
2927
+ menu: U
2936
2928
  }) {
2937
- const [D, v] = W.useState(!0), N = W.useRef(), V = ($) => {
2929
+ const [P, v] = W.useState(!0), N = W.useRef(), K = ($) => {
2938
2930
  if (g) {
2939
2931
  if (g.onClick)
2940
2932
  return $(!1), g.onClick({ setOpen: v });
@@ -2944,42 +2936,42 @@ var xr;
2944
2936
  disabled: $
2945
2937
  });
2946
2938
  }
2947
- }, J = () => {
2939
+ }, V = () => {
2948
2940
  if (!Y) return v(!1);
2949
2941
  N.current.setAttribute("shake", !0), setTimeout(() => {
2950
2942
  N.current.setAttribute("shake", !1);
2951
2943
  }, 1e3);
2952
2944
  };
2953
- return D ? /* @__PURE__ */ K.jsxs("div", { className: `${fe.modal}`, children: [
2954
- /* @__PURE__ */ K.jsx("div", { className: fe.o, onClick: J }),
2955
- /* @__PURE__ */ K.jsxs(
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(
2956
2948
  "div",
2957
2949
  {
2958
2950
  className: [fe.w, fe[`s${E}`], F].filter(($) => $ != "").join(" "),
2959
2951
  ref: N,
2960
2952
  children: [
2961
- /* @__PURE__ */ K.jsxs("div", { className: fe.h, children: [
2962
- /* @__PURE__ */ K.jsx("div", { className: fe.t, children: d }),
2963
- /* @__PURE__ */ K.jsxs("div", { className: fe.m, children: [
2964
- _ && /* @__PURE__ */ K.jsx("nav", { children: _.map(($, B) => /* @__PURE__ */ K.jsx(
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(
2965
2957
  "span",
2966
2958
  {
2967
2959
  onClick: $.onClick,
2968
2960
  className: $.active ? "active" : "",
2969
2961
  children: $.name
2970
2962
  },
2971
- B
2963
+ J
2972
2964
  )) }),
2973
- L
2965
+ U
2974
2966
  ] }),
2975
- /* @__PURE__ */ K.jsx(
2967
+ /* @__PURE__ */ B.jsx(
2976
2968
  "div",
2977
2969
  {
2978
2970
  className: fe.x,
2979
2971
  onClick: () => {
2980
2972
  v(!1);
2981
2973
  },
2982
- children: /* @__PURE__ */ K.jsx("svg", { viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ K.jsx(
2974
+ children: /* @__PURE__ */ B.jsx("svg", { viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ B.jsx(
2983
2975
  "path",
2984
2976
  {
2985
2977
  d: "M20 5L5 20M5 5L20 20",
@@ -2993,11 +2985,11 @@ var xr;
2993
2985
  )
2994
2986
  ] }),
2995
2987
  i,
2996
- g !== void 0 ? /* @__PURE__ */ K.jsx(
2997
- $t,
2988
+ g !== void 0 ? /* @__PURE__ */ B.jsx(
2989
+ Ft,
2998
2990
  {
2999
2991
  label: g.label,
3000
- onSend: V,
2992
+ onSend: K,
3001
2993
  className: fe.btn
3002
2994
  }
3003
2995
  ) : ""
@@ -3008,8 +3000,8 @@ var xr;
3008
3000
  }
3009
3001
  u.Main = c;
3010
3002
  })(xr || (xr = {}));
3011
- const Nt = (u, p = ",") => (u = u !== void 0 && u !== "" ? u.split(p) : [], u.filter((h) => h !== "").reduce((h, f) => (h[f] = !0, h), {}));
3012
- function Vt({
3003
+ const It = (u, p = ",") => (u = u !== void 0 && u !== "" ? u.split(p) : [], u.filter((h) => h !== "").reduce((h, f) => (h[f] = !0, h), {}));
3004
+ function Jt({
3013
3005
  value: u,
3014
3006
  onValue: p,
3015
3007
  name: h,
@@ -3026,10 +3018,10 @@ function Vt({
3026
3018
  options: E,
3027
3019
  className: F
3028
3020
  }) {
3029
- const [Y, L] = W.useState(Nt(u, b)), D = (V) => {
3021
+ const [Y, U] = W.useState(It(u, b)), P = (K) => {
3030
3022
  if (!(c && d) || !_) return;
3031
- let J = _.split(".");
3032
- xr.Open(J[0], J[1], {
3023
+ let V = _.split(".");
3024
+ xr.Open(V[0], V[1], {
3033
3025
  callback: ($) => {
3034
3026
  if (p)
3035
3027
  switch (i) {
@@ -3038,17 +3030,17 @@ function Vt({
3038
3030
  break;
3039
3031
  case "string":
3040
3032
  p({
3041
- value: Object.keys($).filter((B) => $[B]).join(b),
3033
+ value: Object.keys($).filter((J) => $[J]).join(b),
3042
3034
  name: h
3043
3035
  });
3044
3036
  break;
3045
3037
  default:
3046
3038
  p({ value: $, name: h });
3047
3039
  }
3048
- L(
3040
+ U(
3049
3041
  Object.fromEntries(
3050
3042
  Object.entries($).filter(
3051
- ([B, M]) => M !== !1
3043
+ ([J, C]) => C !== !1
3052
3044
  )
3053
3045
  )
3054
3046
  );
@@ -3064,7 +3056,7 @@ function Vt({
3064
3056
  return f && (N.placeholder = f), x ? /* @__PURE__ */ R.jsx(R.Fragment, {}) : /* @__PURE__ */ R.jsxs("dl", { ...v, children: [
3065
3057
  /* @__PURE__ */ R.jsxs("dt", { children: [
3066
3058
  w,
3067
- /* @__PURE__ */ R.jsx("i", { onClick: D, children: /* @__PURE__ */ R.jsx(
3059
+ /* @__PURE__ */ R.jsx("i", { onClick: P, children: /* @__PURE__ */ R.jsx(
3068
3060
  "svg",
3069
3061
  {
3070
3062
  width: "20",
@@ -3083,25 +3075,25 @@ function Vt({
3083
3075
  "dd",
3084
3076
  {
3085
3077
  ...N,
3086
- onClick: D,
3078
+ onClick: P,
3087
3079
  edit: (c && d) + "",
3088
3080
  "data-after": g,
3089
- children: Object.keys(Y).map((V) => {
3090
- var J;
3091
- return /* @__PURE__ */ R.jsx("div", { className: "field_group_item", children: (J = E[V]) == null ? void 0 : J.label }, V);
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);
3092
3084
  })
3093
3085
  }
3094
3086
  ),
3095
3087
  O && /* @__PURE__ */ R.jsx("em", { children: O })
3096
3088
  ] });
3097
3089
  }
3098
- const It = "_o_1vba1_12", At = "_l_1vba1_22", Wt = "_i_1vba1_71", Lt = "_f_1vba1_80", Rr = {
3099
- o: It,
3100
- l: At,
3101
- i: Wt,
3102
- f: Lt
3090
+ const At = "_o_1vba1_12", Wt = "_l_1vba1_22", Lt = "_i_1vba1_71", Ut = "_f_1vba1_80", Rr = {
3091
+ o: At,
3092
+ l: Wt,
3093
+ i: Lt,
3094
+ f: Ut
3103
3095
  };
3104
- function Jt({
3096
+ function qt({
3105
3097
  title: u,
3106
3098
  error: p,
3107
3099
  edit: h = !0,
@@ -3119,31 +3111,31 @@ function Jt({
3119
3111
  order: F,
3120
3112
  isReload: Y = !1
3121
3113
  }) {
3122
- var G, te;
3123
- const L = W.useRef(null), [D, v] = W.useState(w), [N, V] = W.useState(x), [J, $] = W.useState(!1);
3114
+ var re, te;
3115
+ const U = W.useRef(null), [P, v] = W.useState(w), [N, K] = W.useState(x), [V, $] = W.useState(!1);
3124
3116
  W.useEffect(() => {
3125
- v(w), V(x);
3126
- }, [w, x]), b = !!(b && (w === 0 || ((G = N == null ? void 0 : N[w]) == null ? void 0 : G.n) === void 0)) && !(h && f);
3127
- let M = (P) => {
3128
- v(P), O && O({ value: P, name: g, reload: Y });
3129
- }, T = { onClick: (P) => {
3130
- Object.keys(N || {}).length !== 0 && h && f && (L.position = P.target.getBoundingClientRect(), $(!0));
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));
3131
3123
  } };
3132
- return c && (T.placeholder = c), _ && (T.after = _), h && f && (T.edit = ""), b ? "" : /* @__PURE__ */ R.jsxs(R.Fragment, { children: [
3124
+ return c && (D.placeholder = c), _ && (D.after = _), h && f && (D.edit = ""), b ? "" : /* @__PURE__ */ R.jsxs(R.Fragment, { children: [
3133
3125
  /* @__PURE__ */ R.jsxs(
3134
3126
  "dl",
3135
3127
  {
3136
3128
  "data-field": "select",
3137
- className: [dr.l, d].filter((P) => P !== void 0).join(" "),
3129
+ className: [dr.l, d].filter((T) => T !== void 0).join(" "),
3138
3130
  children: [
3139
3131
  u && /* @__PURE__ */ R.jsx("dt", { className: dr.t, children: u }),
3140
3132
  /* @__PURE__ */ R.jsx(
3141
3133
  "dd",
3142
3134
  {
3143
- ...T,
3135
+ ...D,
3144
3136
  className: [dr.f, Rr.f].join(" "),
3145
- ref: L,
3146
- children: (te = N == null ? void 0 : N[D]) == null ? void 0 : te.n
3137
+ ref: U,
3138
+ children: (te = N == null ? void 0 : N[P]) == null ? void 0 : te.n
3147
3139
  }
3148
3140
  ),
3149
3141
  Object.keys(N || {}).length !== 0 && i && /* @__PURE__ */ R.jsx(
@@ -3164,12 +3156,12 @@ function Jt({
3164
3156
  ]
3165
3157
  }
3166
3158
  ),
3167
- J && zr(
3159
+ V && zr(
3168
3160
  /* @__PURE__ */ R.jsx(
3169
3161
  Mt,
3170
3162
  {
3171
- parent: L.position,
3172
- onValue: M,
3163
+ parent: U.position,
3164
+ onValue: C,
3173
3165
  view: E,
3174
3166
  className: d,
3175
3167
  options: N,
@@ -3213,11 +3205,11 @@ const Mt = ({
3213
3205
  left: d + "px",
3214
3206
  width: p.width
3215
3207
  },
3216
- children: /* @__PURE__ */ R.jsx(Ut, { order: b, options: f, link: x })
3208
+ children: /* @__PURE__ */ R.jsx(zt, { order: b, options: f, link: x })
3217
3209
  }
3218
3210
  )
3219
3211
  ] });
3220
- }, Ut = ({ order: u, options: p, link: h }) => u ? /* @__PURE__ */ R.jsx("ul", { children: u.map(
3212
+ }, zt = ({ order: u, options: p, link: h }) => u ? /* @__PURE__ */ R.jsx("ul", { children: u.map(
3221
3213
  (f, b) => p[f].s !== 0 ? /* @__PURE__ */ R.jsx(
3222
3214
  "li",
3223
3215
  {
@@ -3240,7 +3232,7 @@ const Mt = ({
3240
3232
  b
3241
3233
  ) : ""
3242
3234
  ) });
3243
- function qt({
3235
+ function Xt({
3244
3236
  value: u,
3245
3237
  onValue: p,
3246
3238
  name: h,
@@ -3258,12 +3250,12 @@ function qt({
3258
3250
  options: F,
3259
3251
  className: Y
3260
3252
  }) {
3261
- let [L, D] = W.useState(u), v = (J) => {
3253
+ let [U, P] = W.useState(u), v = (V) => {
3262
3254
  if (!(x && d) || !_) return;
3263
3255
  let $ = _.split(".");
3264
3256
  xr.Open($[0], $[1], {
3265
- callback: (B) => {
3266
- p && p({ value: B, name: h }), D(B);
3257
+ callback: (J) => {
3258
+ p && p({ value: J, name: h }), P(J);
3267
3259
  },
3268
3260
  onValue: p,
3269
3261
  options: F,
@@ -3273,23 +3265,23 @@ function qt({
3273
3265
  };
3274
3266
  const N = {};
3275
3267
  N.field = "input", Y && (N.className = Y);
3276
- const V = {};
3277
- return f && (V.placeholder = f), O ? /* @__PURE__ */ R.jsx(R.Fragment, {}) : /* @__PURE__ */ R.jsxs("dl", { ...N, children: [
3268
+ const K = {};
3269
+ return f && (K.placeholder = f), O ? /* @__PURE__ */ R.jsx(R.Fragment, {}) : /* @__PURE__ */ R.jsxs("dl", { ...N, children: [
3278
3270
  b && /* @__PURE__ */ R.jsx("dt", { children: b }),
3279
3271
  /* @__PURE__ */ R.jsx(
3280
3272
  "dd",
3281
3273
  {
3282
- ...V,
3274
+ ...K,
3283
3275
  onClick: v,
3284
3276
  edit: (x && d) + "",
3285
3277
  "data-after": i,
3286
- children: L
3278
+ children: U
3287
3279
  }
3288
3280
  ),
3289
3281
  w && /* @__PURE__ */ R.jsx("em", { children: w })
3290
3282
  ] });
3291
3283
  }
3292
- function Xt({
3284
+ function Ht({
3293
3285
  value: u,
3294
3286
  onValue: p,
3295
3287
  onSave: h,
@@ -3307,56 +3299,56 @@ function Xt({
3307
3299
  eyes: F = [],
3308
3300
  after: Y = ""
3309
3301
  }) {
3310
- const [L, D] = W.useState(_);
3311
- let v = (M) => {
3302
+ const [U, P] = W.useState(_);
3303
+ let v = (C) => {
3312
3304
  p && p({
3313
- value: M.target.textContent,
3305
+ value: C.target.textContent,
3314
3306
  name: f,
3315
3307
  reload: i
3316
3308
  });
3317
- }, N = (M) => {
3318
- M.key === "Enter" && M.preventDefault();
3319
- }, V = (M) => {
3320
- M.preventDefault(), navigator.clipboard.readText().then((C) => {
3309
+ }, N = (C) => {
3310
+ C.key === "Enter" && C.preventDefault();
3311
+ }, K = (C) => {
3312
+ C.preventDefault(), navigator.clipboard.readText().then((L) => {
3321
3313
  if (E) {
3322
- let T = M.target.textContent.length;
3323
- if (T >= E) return;
3324
- E -= T, C = C.slice(0, E);
3314
+ let D = C.target.textContent.length;
3315
+ if (D >= E) return;
3316
+ E -= D, L = L.slice(0, E);
3325
3317
  }
3326
3318
  window.document.execCommand(
3327
3319
  "insertText",
3328
3320
  !1,
3329
- C.replace(/(\r\n|\n|\r)/gm, " ")
3321
+ L.replace(/(\r\n|\n|\r)/gm, " ")
3330
3322
  );
3331
- }).catch((C) => {
3323
+ }).catch((L) => {
3332
3324
  });
3333
- }, J = (M) => {
3334
- de.Blur(M), h == null || h({ value: M.target.textContent.trim(), name: f });
3325
+ }, V = (C) => {
3326
+ de.Blur(C), h == null || h({ value: C.target.textContent.trim(), name: f });
3335
3327
  };
3336
3328
  const $ = {};
3337
- $.field = "password", L && ($.show = ""), w && ($.className = w);
3338
- const B = {};
3339
- return b && (B.placeholder = b), g ? "" : /* @__PURE__ */ R.jsxs("dl", { ...$, children: [
3329
+ $.field = "password", U && ($.show = ""), w && ($.className = w);
3330
+ const J = {};
3331
+ return b && (J.placeholder = b), g ? "" : /* @__PURE__ */ R.jsxs("dl", { ...$, children: [
3340
3332
  O ? /* @__PURE__ */ R.jsx("dt", { children: O }) : "",
3341
3333
  /* @__PURE__ */ R.jsx(
3342
3334
  "dd",
3343
3335
  {
3344
- onPaste: V,
3336
+ onPaste: K,
3345
3337
  onInput: v,
3346
3338
  onKeyDown: N,
3347
- onBlur: J,
3339
+ onBlur: V,
3348
3340
  contentEditable: c && d ? de.ContentEditable : "false",
3349
- ...B,
3341
+ ...J,
3350
3342
  suppressContentEditableWarning: !0,
3351
3343
  children: u
3352
3344
  }
3353
3345
  ),
3354
- F[0] && /* @__PURE__ */ R.jsx("i", { onClick: () => D(!L), children: L ? F[1] : F[0] }),
3346
+ F[0] && /* @__PURE__ */ R.jsx("i", { onClick: () => P(!U), children: U ? F[1] : F[0] }),
3355
3347
  Y,
3356
3348
  x ? /* @__PURE__ */ R.jsx("em", { children: x }) : ""
3357
3349
  ] });
3358
3350
  }
3359
- function Ht({
3351
+ function Gt({
3360
3352
  onValue: u,
3361
3353
  onSave: p,
3362
3354
  active: h,
@@ -3373,46 +3365,46 @@ function Ht({
3373
3365
  name: E,
3374
3366
  after: F = "",
3375
3367
  before: Y = "",
3376
- view: L
3368
+ view: U
3377
3369
  }) {
3378
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;
3379
- let v = !1, N = (T) => {
3380
- u == null || u({ value: T.target.textContent, name: E });
3381
- }, V = (T) => {
3382
- if (!(v && T.which === 86)) {
3383
- if (T.which === 17 || T.which === 91) return v = !0;
3384
- T.key !== "Backspace" && (T.target.textContent.length === f && T.preventDefault(), T.key === "Enter" && T.preventDefault(), isNaN(T.key) && T.preventDefault());
3385
- }
3386
- }, J = (T) => {
3387
- if (T.which === 17 || T.which === 91) return v = !1;
3388
- }, $ = (T) => {
3389
- T.preventDefault(), navigator.clipboard.readText().then((G) => {
3390
- if (G = G.replace(/(?!^\+|\d)./g, ""), _) {
3391
- let te = T.target.textContent.length;
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;
3392
3384
  if (te >= _) return;
3393
- _ -= te, G = G.slice(0, _);
3385
+ _ -= te, re = re.slice(0, _);
3394
3386
  }
3395
- window.document.execCommand("insertText", !1, "" + G);
3396
- }).catch((G) => {
3387
+ window.document.execCommand("insertText", !1, "" + re);
3388
+ }).catch((re) => {
3397
3389
  });
3398
3390
  };
3399
- const B = (T) => {
3400
- de.Blur(T), p == null || p({ value: T.target.textContent, name: E });
3401
- }, M = {};
3402
- M.field = "input", g && (M.className = g);
3403
- let C = {};
3404
- return b && h ? (C.edit = "true", C.contentEditable = de.ContentEditable) : C.contentEditable = "false", C.inputMode = "decimal", i && (C.placeholder = i), c ? /* @__PURE__ */ R.jsx(R.Fragment, {}) : /* @__PURE__ */ R.jsxs("dl", { ...M, children: [
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: [
3405
3397
  w && /* @__PURE__ */ R.jsx("dt", { children: w }),
3406
3398
  Y,
3407
3399
  /* @__PURE__ */ R.jsx(
3408
3400
  "dd",
3409
3401
  {
3410
- ...C,
3402
+ ...L,
3411
3403
  onPaste: $,
3412
3404
  onInput: N,
3413
- onBlur: B,
3414
- onKeyDown: V,
3415
- onKeyUp: J,
3405
+ onBlur: J,
3406
+ onKeyDown: K,
3407
+ onKeyUp: V,
3416
3408
  suppressContentEditableWarning: !0,
3417
3409
  children: d
3418
3410
  }
@@ -3422,7 +3414,7 @@ function Ht({
3422
3414
  ] });
3423
3415
  }
3424
3416
  const pe = {};
3425
- function Gt(u) {
3417
+ function Zt(u) {
3426
3418
  const [p, h] = W.useState({}), f = W.useRef(u);
3427
3419
  return pe.u = (b) => {
3428
3420
  f.current = { ...f.current, [b.name]: b.value };
@@ -3432,13 +3424,13 @@ function Gt(u) {
3432
3424
  h(Date.now());
3433
3425
  }, [f.current, pe.n];
3434
3426
  }
3435
- function Zt(u) {
3427
+ function Qt(u) {
3436
3428
  pe.u(u), u.reload && pe.r();
3437
3429
  }
3438
- function Qt() {
3430
+ function en() {
3439
3431
  pe.r && pe.r();
3440
3432
  }
3441
- function en(u) {
3433
+ function rn(u) {
3442
3434
  const [p, h] = W.useState({}), f = W.useRef(u);
3443
3435
  return pe.u = (b) => {
3444
3436
  f.current = { ...f.current, [b.name]: b.value };
@@ -3451,15 +3443,15 @@ function en(u) {
3451
3443
  }, [f.current, pe.n];
3452
3444
  }
3453
3445
  export {
3454
- qt as Modal,
3455
- Ht as Number,
3456
- Vt as Options,
3457
- Xt as Password,
3458
- Bt as Progress,
3459
- Jt as Select,
3460
- Kt as String,
3461
- Qt as runReload,
3462
- Zt as setValue,
3463
- Gt as useData,
3464
- en as useError
3446
+ Xt as Modal,
3447
+ Gt as Number,
3448
+ Jt as Options,
3449
+ Ht as Password,
3450
+ Kt as Progress,
3451
+ qt as Select,
3452
+ Vt as String,
3453
+ en as runReload,
3454
+ Qt as setValue,
3455
+ Zt as useData,
3456
+ rn as useError
3465
3457
  };