@elcrm/form 0.0.18 → 0.0.20

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,6 +1,6 @@
1
1
  import K, { useEffect as Ht } from "react";
2
2
  import { createPortal as It } from "react-dom";
3
- import './index.css';const Jt = "0.0.18", Zt = {
3
+ import './index.css';const Jt = "0.0.20", Zt = {
4
4
  version: Jt
5
5
  };
6
6
  var Tt = { exports: {} }, mt = {};
@@ -17,7 +17,7 @@ var Mt;
17
17
  function Vt() {
18
18
  if (Mt) return mt;
19
19
  Mt = 1;
20
- var a = K, _ = Symbol.for("react.element"), c = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, g = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, C = { key: !0, ref: !0, __self: !0, __source: !0 };
20
+ var n = K, _ = Symbol.for("react.element"), c = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, g = n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, C = { key: !0, ref: !0, __self: !0, __source: !0 };
21
21
  function O(x, s, h) {
22
22
  var o, d = {}, k = null, S = null;
23
23
  h !== void 0 && (k = "" + h), s.key !== void 0 && (k = "" + s.key), s.ref !== void 0 && (S = s.ref);
@@ -40,24 +40,24 @@ var pt = {};
40
40
  var $t;
41
41
  function Xt() {
42
42
  return $t || ($t = 1, process.env.NODE_ENV !== "production" && function() {
43
- var a = K, _ = Symbol.for("react.element"), c = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), g = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), O = Symbol.for("react.provider"), x = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), o = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), k = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), N = Symbol.iterator, B = "@@iterator";
44
- function M(e) {
43
+ var n = K, _ = Symbol.for("react.element"), c = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), g = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), O = Symbol.for("react.provider"), x = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), o = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), k = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), N = Symbol.iterator, A = "@@iterator";
44
+ function $(e) {
45
45
  if (e === null || typeof e != "object")
46
46
  return null;
47
- var t = N && e[N] || e[B];
47
+ var t = N && e[N] || e[A];
48
48
  return typeof t == "function" ? t : null;
49
49
  }
50
- var T = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
50
+ var T = n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
51
51
  function p(e) {
52
52
  {
53
- for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
54
- r[n - 1] = arguments[n];
55
- $("error", e, r);
53
+ for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), a = 1; a < t; a++)
54
+ r[a - 1] = arguments[a];
55
+ I("error", e, r);
56
56
  }
57
57
  }
58
- function $(e, t, r) {
58
+ function I(e, t, r) {
59
59
  {
60
- var n = T.ReactDebugCurrentFrame, m = n.getStackAddendum();
60
+ var a = T.ReactDebugCurrentFrame, m = a.getStackAddendum();
61
61
  m !== "" && (t += "%s", r = r.concat([m]));
62
62
  var y = r.map(function(l) {
63
63
  return String(l);
@@ -65,19 +65,19 @@ function Xt() {
65
65
  y.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, y);
66
66
  }
67
67
  }
68
- var Y = !1, q = !1, A = !1, U = !1, E = !1, P;
68
+ var q = !1, Y = !1, L = !1, U = !1, E = !1, P;
69
69
  P = Symbol.for("react.module.reference");
70
70
  function W(e) {
71
- return !!(typeof e == "string" || typeof e == "function" || e === u || e === C || E || e === g || e === h || e === o || U || e === S || Y || q || A || typeof e == "object" && e !== null && (e.$$typeof === k || e.$$typeof === d || e.$$typeof === O || e.$$typeof === x || e.$$typeof === s || // This needs to include all possible module reference object
71
+ return !!(typeof e == "string" || typeof e == "function" || e === u || e === C || E || e === g || e === h || e === o || U || e === S || q || Y || L || typeof e == "object" && e !== null && (e.$$typeof === k || e.$$typeof === d || e.$$typeof === O || e.$$typeof === x || e.$$typeof === s || // This needs to include all possible module reference object
72
72
  // types supported by any Flight configuration anywhere since
73
73
  // we don't know which Flight build this will end up being used
74
74
  // with.
75
75
  e.$$typeof === P || e.getModuleId !== void 0));
76
76
  }
77
77
  function R(e, t, r) {
78
- var n = e.displayName;
79
- if (n)
80
- return n;
78
+ var a = e.displayName;
79
+ if (a)
80
+ return a;
81
81
  var m = t.displayName || t.name || "";
82
82
  return m !== "" ? r + "(" + m + ")" : r;
83
83
  }
@@ -116,8 +116,8 @@ function Xt() {
116
116
  case s:
117
117
  return R(e, e.render, "ForwardRef");
118
118
  case d:
119
- var n = e.displayName || null;
120
- return n !== null ? n : b(e.type) || "Memo";
119
+ var a = e.displayName || null;
120
+ return a !== null ? a : b(e.type) || "Memo";
121
121
  case k: {
122
122
  var m = e, y = m._payload, l = m._init;
123
123
  try {
@@ -129,7 +129,7 @@ function Xt() {
129
129
  }
130
130
  return null;
131
131
  }
132
- var I = Object.assign, G = 0, Q, ie, se, ve, ge, be, ke;
132
+ var M = Object.assign, G = 0, Q, ie, se, ve, ge, be, ke;
133
133
  function we() {
134
134
  }
135
135
  we.__reactDisabledLog = !0;
@@ -165,25 +165,25 @@ function Xt() {
165
165
  writable: !0
166
166
  };
167
167
  Object.defineProperties(console, {
168
- log: I({}, e, {
168
+ log: M({}, e, {
169
169
  value: Q
170
170
  }),
171
- info: I({}, e, {
171
+ info: M({}, e, {
172
172
  value: ie
173
173
  }),
174
- warn: I({}, e, {
174
+ warn: M({}, e, {
175
175
  value: se
176
176
  }),
177
- error: I({}, e, {
177
+ error: M({}, e, {
178
178
  value: ve
179
179
  }),
180
- group: I({}, e, {
180
+ group: M({}, e, {
181
181
  value: ge
182
182
  }),
183
- groupCollapsed: I({}, e, {
183
+ groupCollapsed: M({}, e, {
184
184
  value: be
185
185
  }),
186
- groupEnd: I({}, e, {
186
+ groupEnd: M({}, e, {
187
187
  value: ke
188
188
  })
189
189
  });
@@ -198,27 +198,27 @@ function Xt() {
198
198
  try {
199
199
  throw Error();
200
200
  } catch (m) {
201
- var n = m.stack.trim().match(/\n( *(at )?)/);
202
- ce = n && n[1] || "";
201
+ var a = m.stack.trim().match(/\n( *(at )?)/);
202
+ ce = a && a[1] || "";
203
203
  }
204
204
  return `
205
205
  ` + ce + e;
206
206
  }
207
207
  }
208
- var ue = !1, ne;
208
+ var ue = !1, ae;
209
209
  {
210
210
  var Ue = typeof WeakMap == "function" ? WeakMap : Map;
211
- ne = new Ue();
211
+ ae = new Ue();
212
212
  }
213
213
  function je(e, t) {
214
214
  if (!e || ue)
215
215
  return "";
216
216
  {
217
- var r = ne.get(e);
217
+ var r = ae.get(e);
218
218
  if (r !== void 0)
219
219
  return r;
220
220
  }
221
- var n;
221
+ var a;
222
222
  ue = !0;
223
223
  var m = Error.prepareStackTrace;
224
224
  Error.prepareStackTrace = void 0;
@@ -237,14 +237,14 @@ function Xt() {
237
237
  try {
238
238
  Reflect.construct(l, []);
239
239
  } catch (F) {
240
- n = F;
240
+ a = F;
241
241
  }
242
242
  Reflect.construct(e, [], l);
243
243
  } else {
244
244
  try {
245
245
  l.call();
246
246
  } catch (F) {
247
- n = F;
247
+ a = F;
248
248
  }
249
249
  e.call(l.prototype);
250
250
  }
@@ -252,14 +252,14 @@ function Xt() {
252
252
  try {
253
253
  throw Error();
254
254
  } catch (F) {
255
- n = F;
255
+ a = F;
256
256
  }
257
257
  e();
258
258
  }
259
259
  } catch (F) {
260
- if (F && n && typeof F.stack == "string") {
260
+ if (F && a && typeof F.stack == "string") {
261
261
  for (var i = F.stack.split(`
262
- `), D = n.stack.split(`
262
+ `), D = a.stack.split(`
263
263
  `), w = i.length - 1, j = D.length - 1; w >= 1 && j >= 0 && i[w] !== D[j]; )
264
264
  j--;
265
265
  for (; w >= 1 && j >= 0; w--, j--)
@@ -267,9 +267,9 @@ function Xt() {
267
267
  if (w !== 1 || j !== 1)
268
268
  do
269
269
  if (w--, j--, j < 0 || i[w] !== D[j]) {
270
- var L = `
270
+ var B = `
271
271
  ` + i[w].replace(" at new ", " at ");
272
- return e.displayName && L.includes("<anonymous>") && (L = L.replace("<anonymous>", e.displayName)), typeof e == "function" && ne.set(e, L), L;
272
+ return e.displayName && B.includes("<anonymous>") && (B = B.replace("<anonymous>", e.displayName)), typeof e == "function" && ae.set(e, B), B;
273
273
  }
274
274
  while (w >= 1 && j >= 0);
275
275
  break;
@@ -279,7 +279,7 @@ function Xt() {
279
279
  ue = !1, le.current = y, We(), Error.prepareStackTrace = m;
280
280
  }
281
281
  var V = e ? e.displayName || e.name : "", H = V ? re(V) : "";
282
- return typeof e == "function" && ne.set(e, H), H;
282
+ return typeof e == "function" && ae.set(e, H), H;
283
283
  }
284
284
  function Ke(e, t, r) {
285
285
  return je(e, !1);
@@ -288,7 +288,7 @@ function Xt() {
288
288
  var t = e.prototype;
289
289
  return !!(t && t.isReactComponent);
290
290
  }
291
- function ae(e, t, r) {
291
+ function ne(e, t, r) {
292
292
  if (e == null)
293
293
  return "";
294
294
  if (typeof e == "function")
@@ -306,11 +306,11 @@ function Xt() {
306
306
  case s:
307
307
  return Ke(e.render);
308
308
  case d:
309
- return ae(e.type, t, r);
309
+ return ne(e.type, t, r);
310
310
  case k: {
311
- var n = e, m = n._payload, y = n._init;
311
+ var a = e, m = a._payload, y = a._init;
312
312
  try {
313
- return ae(y(m), t, r);
313
+ return ne(y(m), t, r);
314
314
  } catch {
315
315
  }
316
316
  }
@@ -320,12 +320,12 @@ function Xt() {
320
320
  var X = Object.prototype.hasOwnProperty, xe = {}, Ce = T.ReactDebugCurrentFrame;
321
321
  function oe(e) {
322
322
  if (e) {
323
- var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
323
+ var t = e._owner, r = ne(e.type, e._source, t ? t.type : null);
324
324
  Ce.setExtraStackFrame(r);
325
325
  } else
326
326
  Ce.setExtraStackFrame(null);
327
327
  }
328
- function Ye(e, t, r, n, m) {
328
+ function Ye(e, t, r, a, m) {
329
329
  {
330
330
  var y = Function.call.bind(X);
331
331
  for (var l in e)
@@ -333,14 +333,14 @@ function Xt() {
333
333
  var i = void 0;
334
334
  try {
335
335
  if (typeof e[l] != "function") {
336
- var D = Error((n || "React class") + ": " + r + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
336
+ var D = Error((a || "React class") + ": " + r + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
337
337
  throw D.name = "Invariant Violation", D;
338
338
  }
339
- i = e[l](t, l, n, r, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
339
+ i = e[l](t, l, a, r, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
340
340
  } catch (w) {
341
341
  i = w;
342
342
  }
343
- i && !(i instanceof Error) && (oe(m), p("%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", r, l, typeof i), oe(null)), i instanceof Error && !(i.message in xe) && (xe[i.message] = !0, oe(m), p("Failed %s type: %s", r, i.message), oe(null));
343
+ i && !(i instanceof Error) && (oe(m), p("%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).", a || "React class", r, l, typeof i), oe(null)), i instanceof Error && !(i.message in xe) && (xe[i.message] = !0, oe(m), p("Failed %s type: %s", r, i.message), oe(null));
344
344
  }
345
345
  }
346
346
  }
@@ -415,7 +415,7 @@ function Xt() {
415
415
  });
416
416
  }
417
417
  }
418
- var tt = function(e, t, r, n, m, y, l) {
418
+ var tt = function(e, t, r, a, m, y, l) {
419
419
  var i = {
420
420
  // This tag allows us to uniquely identify this as a React Element
421
421
  $$typeof: _,
@@ -436,7 +436,7 @@ function Xt() {
436
436
  configurable: !1,
437
437
  enumerable: !1,
438
438
  writable: !1,
439
- value: n
439
+ value: a
440
440
  }), Object.defineProperty(i, "_source", {
441
441
  configurable: !1,
442
442
  enumerable: !1,
@@ -444,7 +444,7 @@ function Xt() {
444
444
  value: m
445
445
  }), Object.freeze && (Object.freeze(i.props), Object.freeze(i)), i;
446
446
  };
447
- function rt(e, t, r, n, m) {
447
+ function rt(e, t, r, a, m) {
448
448
  {
449
449
  var y, l = {}, i = null, D = null;
450
450
  r !== void 0 && (Re(r), i = "" + r), Ve(t) && (Re(t.key), i = "" + t.key), Ze(t) && (D = t.ref, Xe(t, m));
@@ -459,13 +459,13 @@ function Xt() {
459
459
  var j = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
460
460
  i && Qe(l, j), D && et(l, j);
461
461
  }
462
- return tt(e, i, D, m, n, Ee.current, l);
462
+ return tt(e, i, D, m, a, Ee.current, l);
463
463
  }
464
464
  }
465
465
  var fe = T.ReactCurrentOwner, De = T.ReactDebugCurrentFrame;
466
466
  function Z(e) {
467
467
  if (e) {
468
- var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
468
+ var t = e._owner, r = ne(e.type, e._source, t ? t.type : null);
469
469
  De.setExtraStackFrame(r);
470
470
  } else
471
471
  De.setExtraStackFrame(null);
@@ -487,11 +487,11 @@ Check the render method of \`` + e + "`.";
487
487
  return "";
488
488
  }
489
489
  }
490
- function nt(e) {
490
+ function at(e) {
491
491
  return "";
492
492
  }
493
493
  var Ne = {};
494
- function at(e) {
494
+ function nt(e) {
495
495
  {
496
496
  var t = Pe();
497
497
  if (!t) {
@@ -508,12 +508,12 @@ Check the top-level render call using <` + r + ">.");
508
508
  if (!e._store || e._store.validated || e.key != null)
509
509
  return;
510
510
  e._store.validated = !0;
511
- var r = at(t);
511
+ var r = nt(t);
512
512
  if (Ne[r])
513
513
  return;
514
514
  Ne[r] = !0;
515
- var n = "";
516
- e && e._owner && e._owner !== fe.current && (n = " It was passed a child from " + b(e._owner.type) + "."), Z(e), p('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', r, n), Z(null);
515
+ var a = "";
516
+ e && e._owner && e._owner !== fe.current && (a = " It was passed a child from " + b(e._owner.type) + "."), Z(e), p('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', r, a), Z(null);
517
517
  }
518
518
  }
519
519
  function Ie(e, t) {
@@ -522,13 +522,13 @@ Check the top-level render call using <` + r + ">.");
522
522
  return;
523
523
  if (de(e))
524
524
  for (var r = 0; r < e.length; r++) {
525
- var n = e[r];
526
- pe(n) && Fe(n, t);
525
+ var a = e[r];
526
+ pe(a) && Fe(a, t);
527
527
  }
528
528
  else if (pe(e))
529
529
  e._store && (e._store.validated = !0);
530
530
  else if (e) {
531
- var m = M(e);
531
+ var m = $(e);
532
532
  if (typeof m == "function" && m !== e.entries)
533
533
  for (var y = m.call(e), l; !(l = y.next()).done; )
534
534
  pe(l.value) && Fe(l.value, t);
@@ -550,8 +550,8 @@ Check the top-level render call using <` + r + ">.");
550
550
  else
551
551
  return;
552
552
  if (r) {
553
- var n = b(t);
554
- Ye(r, e.props, "prop", n, e);
553
+ var a = b(t);
554
+ Ye(r, e.props, "prop", a, e);
555
555
  } else if (t.PropTypes !== void 0 && !me) {
556
556
  me = !0;
557
557
  var m = b(t);
@@ -563,9 +563,9 @@ Check the top-level render call using <` + r + ">.");
563
563
  function it(e) {
564
564
  {
565
565
  for (var t = Object.keys(e.props), r = 0; r < t.length; r++) {
566
- var n = t[r];
567
- if (n !== "children" && n !== "key") {
568
- Z(e), p("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), Z(null);
566
+ var a = t[r];
567
+ if (a !== "children" && a !== "key") {
568
+ Z(e), p("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", a), Z(null);
569
569
  break;
570
570
  }
571
571
  }
@@ -573,13 +573,13 @@ Check the top-level render call using <` + r + ">.");
573
573
  }
574
574
  }
575
575
  var Me = {};
576
- function $e(e, t, r, n, m, y) {
576
+ function $e(e, t, r, a, m, y) {
577
577
  {
578
578
  var l = W(e);
579
579
  if (!l) {
580
580
  var i = "";
581
581
  (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (i += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
582
- var D = nt();
582
+ var D = at();
583
583
  D ? i += D : i += Pe();
584
584
  var w;
585
585
  e === null ? w = "null" : de(e) ? w = "array" : e !== void 0 && e.$$typeof === _ ? (w = "<" + (b(e.type) || "Unknown") + " />", i = " Did you accidentally export a JSX literal instead of a component?") : w = typeof e, p("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", w, i);
@@ -588,17 +588,17 @@ Check the top-level render call using <` + r + ">.");
588
588
  if (j == null)
589
589
  return j;
590
590
  if (l) {
591
- var L = t.children;
592
- if (L !== void 0)
593
- if (n)
594
- if (de(L)) {
595
- for (var V = 0; V < L.length; V++)
596
- Ie(L[V], e);
597
- Object.freeze && Object.freeze(L);
591
+ var B = t.children;
592
+ if (B !== void 0)
593
+ if (a)
594
+ if (de(B)) {
595
+ for (var V = 0; V < B.length; V++)
596
+ Ie(B[V], e);
597
+ Object.freeze && Object.freeze(B);
598
598
  } else
599
599
  p("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
600
600
  else
601
- Ie(L, e);
601
+ Ie(B, e);
602
602
  }
603
603
  if (X.call(t, "key")) {
604
604
  var H = b(e), F = Object.keys(t).filter(function(dt) {
@@ -629,7 +629,7 @@ React keys must be passed directly to JSX without using spread:
629
629
  }
630
630
  process.env.NODE_ENV === "production" ? Tt.exports = Vt() : Tt.exports = Xt();
631
631
  var f = Tt.exports;
632
- function gn({ name: a, value: _, title: c, style: u, className: g }) {
632
+ function va({ name: n, value: _, title: c, style: u, className: g }) {
633
633
  let C = {
634
634
  field: "progress"
635
635
  };
@@ -639,21 +639,21 @@ function gn({ name: a, value: _, title: c, style: u, className: g }) {
639
639
  ] });
640
640
  }
641
641
  let te = {};
642
- te.KeyDown = (a) => {
643
- a.key === "Enter" && a.preventDefault();
642
+ te.KeyDown = (n) => {
643
+ n.key === "Enter" && n.preventDefault();
644
644
  };
645
- te.PasteOne = (a) => {
646
- a.preventDefault(), navigator.clipboard.readText().then((_) => {
645
+ te.PasteOne = (n) => {
646
+ n.preventDefault(), navigator.clipboard.readText().then((_) => {
647
647
  _ = _.replace(/^\s*/, "").replace(/\s*$/, ""), window.document.execCommand("insertText", !1, _);
648
648
  }).catch((_) => {
649
649
  });
650
650
  };
651
- te.Paste = (a, _) => {
651
+ te.Paste = (n, _) => {
652
652
  _.preventDefault(), navigator.clipboard.readText().then((c) => {
653
- if (a) {
653
+ if (n) {
654
654
  let u = _.target.textContent.length;
655
- if (u >= a) return;
656
- a -= u, c = c.slice(0, a);
655
+ if (u >= n) return;
656
+ n -= u, c = c.slice(0, n);
657
657
  }
658
658
  window.document.execCommand(
659
659
  "insertText",
@@ -663,11 +663,11 @@ te.Paste = (a, _) => {
663
663
  }).catch((c) => {
664
664
  });
665
665
  };
666
- te.Focus = (a) => {
667
- a.target.textContent.length === 0 && (a.target.innerHTML = "<br>");
666
+ te.Focus = (n) => {
667
+ n.target.textContent.length === 0 && (n.target.innerHTML = "<br>");
668
668
  };
669
- te.Blur = (a) => {
670
- a.target.scrollLeft = 0, a.target.querySelector("br") !== null && a.target.querySelector("br").remove();
669
+ te.Blur = (n) => {
670
+ n.target.scrollLeft = 0, n.target.querySelector("br") !== null && n.target.querySelector("br").remove();
671
671
  };
672
672
  te.ContentEditable = "plaintext-only";
673
673
  var Dt = { exports: {} }, yt = {};
@@ -684,7 +684,7 @@ var At;
684
684
  function Qt() {
685
685
  if (At) return yt;
686
686
  At = 1;
687
- var a = K, _ = Symbol.for("react.element"), c = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, g = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, C = { key: !0, ref: !0, __self: !0, __source: !0 };
687
+ var n = K, _ = Symbol.for("react.element"), c = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, g = n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, C = { key: !0, ref: !0, __self: !0, __source: !0 };
688
688
  function O(x, s, h) {
689
689
  var o, d = {}, k = null, S = null;
690
690
  h !== void 0 && (k = "" + h), s.key !== void 0 && (k = "" + s.key), s.ref !== void 0 && (S = s.ref);
@@ -707,24 +707,24 @@ var bt = {};
707
707
  var Bt;
708
708
  function er() {
709
709
  return Bt || (Bt = 1, process.env.NODE_ENV !== "production" && function() {
710
- var a = K, _ = Symbol.for("react.element"), c = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), g = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), O = Symbol.for("react.provider"), x = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), o = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), k = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), N = Symbol.iterator, B = "@@iterator";
711
- function M(e) {
710
+ var n = K, _ = Symbol.for("react.element"), c = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), g = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), O = Symbol.for("react.provider"), x = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), o = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), k = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), N = Symbol.iterator, A = "@@iterator";
711
+ function $(e) {
712
712
  if (e === null || typeof e != "object")
713
713
  return null;
714
- var t = N && e[N] || e[B];
714
+ var t = N && e[N] || e[A];
715
715
  return typeof t == "function" ? t : null;
716
716
  }
717
- var T = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
717
+ var T = n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
718
718
  function p(e) {
719
719
  {
720
- for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
721
- r[n - 1] = arguments[n];
722
- $("error", e, r);
720
+ for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), a = 1; a < t; a++)
721
+ r[a - 1] = arguments[a];
722
+ I("error", e, r);
723
723
  }
724
724
  }
725
- function $(e, t, r) {
725
+ function I(e, t, r) {
726
726
  {
727
- var n = T.ReactDebugCurrentFrame, m = n.getStackAddendum();
727
+ var a = T.ReactDebugCurrentFrame, m = a.getStackAddendum();
728
728
  m !== "" && (t += "%s", r = r.concat([m]));
729
729
  var y = r.map(function(l) {
730
730
  return String(l);
@@ -732,19 +732,19 @@ function er() {
732
732
  y.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, y);
733
733
  }
734
734
  }
735
- var Y = !1, q = !1, A = !1, U = !1, E = !1, P;
735
+ var q = !1, Y = !1, L = !1, U = !1, E = !1, P;
736
736
  P = Symbol.for("react.module.reference");
737
737
  function W(e) {
738
- return !!(typeof e == "string" || typeof e == "function" || e === u || e === C || E || e === g || e === h || e === o || U || e === S || Y || q || A || typeof e == "object" && e !== null && (e.$$typeof === k || e.$$typeof === d || e.$$typeof === O || e.$$typeof === x || e.$$typeof === s || // This needs to include all possible module reference object
738
+ return !!(typeof e == "string" || typeof e == "function" || e === u || e === C || E || e === g || e === h || e === o || U || e === S || q || Y || L || typeof e == "object" && e !== null && (e.$$typeof === k || e.$$typeof === d || e.$$typeof === O || e.$$typeof === x || e.$$typeof === s || // This needs to include all possible module reference object
739
739
  // types supported by any Flight configuration anywhere since
740
740
  // we don't know which Flight build this will end up being used
741
741
  // with.
742
742
  e.$$typeof === P || e.getModuleId !== void 0));
743
743
  }
744
744
  function R(e, t, r) {
745
- var n = e.displayName;
746
- if (n)
747
- return n;
745
+ var a = e.displayName;
746
+ if (a)
747
+ return a;
748
748
  var m = t.displayName || t.name || "";
749
749
  return m !== "" ? r + "(" + m + ")" : r;
750
750
  }
@@ -783,8 +783,8 @@ function er() {
783
783
  case s:
784
784
  return R(e, e.render, "ForwardRef");
785
785
  case d:
786
- var n = e.displayName || null;
787
- return n !== null ? n : b(e.type) || "Memo";
786
+ var a = e.displayName || null;
787
+ return a !== null ? a : b(e.type) || "Memo";
788
788
  case k: {
789
789
  var m = e, y = m._payload, l = m._init;
790
790
  try {
@@ -796,7 +796,7 @@ function er() {
796
796
  }
797
797
  return null;
798
798
  }
799
- var I = Object.assign, G = 0, Q, ie, se, ve, ge, be, ke;
799
+ var M = Object.assign, G = 0, Q, ie, se, ve, ge, be, ke;
800
800
  function we() {
801
801
  }
802
802
  we.__reactDisabledLog = !0;
@@ -832,25 +832,25 @@ function er() {
832
832
  writable: !0
833
833
  };
834
834
  Object.defineProperties(console, {
835
- log: I({}, e, {
835
+ log: M({}, e, {
836
836
  value: Q
837
837
  }),
838
- info: I({}, e, {
838
+ info: M({}, e, {
839
839
  value: ie
840
840
  }),
841
- warn: I({}, e, {
841
+ warn: M({}, e, {
842
842
  value: se
843
843
  }),
844
- error: I({}, e, {
844
+ error: M({}, e, {
845
845
  value: ve
846
846
  }),
847
- group: I({}, e, {
847
+ group: M({}, e, {
848
848
  value: ge
849
849
  }),
850
- groupCollapsed: I({}, e, {
850
+ groupCollapsed: M({}, e, {
851
851
  value: be
852
852
  }),
853
- groupEnd: I({}, e, {
853
+ groupEnd: M({}, e, {
854
854
  value: ke
855
855
  })
856
856
  });
@@ -865,27 +865,27 @@ function er() {
865
865
  try {
866
866
  throw Error();
867
867
  } catch (m) {
868
- var n = m.stack.trim().match(/\n( *(at )?)/);
869
- ce = n && n[1] || "";
868
+ var a = m.stack.trim().match(/\n( *(at )?)/);
869
+ ce = a && a[1] || "";
870
870
  }
871
871
  return `
872
872
  ` + ce + e;
873
873
  }
874
874
  }
875
- var ue = !1, ne;
875
+ var ue = !1, ae;
876
876
  {
877
877
  var Ue = typeof WeakMap == "function" ? WeakMap : Map;
878
- ne = new Ue();
878
+ ae = new Ue();
879
879
  }
880
880
  function je(e, t) {
881
881
  if (!e || ue)
882
882
  return "";
883
883
  {
884
- var r = ne.get(e);
884
+ var r = ae.get(e);
885
885
  if (r !== void 0)
886
886
  return r;
887
887
  }
888
- var n;
888
+ var a;
889
889
  ue = !0;
890
890
  var m = Error.prepareStackTrace;
891
891
  Error.prepareStackTrace = void 0;
@@ -904,14 +904,14 @@ function er() {
904
904
  try {
905
905
  Reflect.construct(l, []);
906
906
  } catch (F) {
907
- n = F;
907
+ a = F;
908
908
  }
909
909
  Reflect.construct(e, [], l);
910
910
  } else {
911
911
  try {
912
912
  l.call();
913
913
  } catch (F) {
914
- n = F;
914
+ a = F;
915
915
  }
916
916
  e.call(l.prototype);
917
917
  }
@@ -919,14 +919,14 @@ function er() {
919
919
  try {
920
920
  throw Error();
921
921
  } catch (F) {
922
- n = F;
922
+ a = F;
923
923
  }
924
924
  e();
925
925
  }
926
926
  } catch (F) {
927
- if (F && n && typeof F.stack == "string") {
927
+ if (F && a && typeof F.stack == "string") {
928
928
  for (var i = F.stack.split(`
929
- `), D = n.stack.split(`
929
+ `), D = a.stack.split(`
930
930
  `), w = i.length - 1, j = D.length - 1; w >= 1 && j >= 0 && i[w] !== D[j]; )
931
931
  j--;
932
932
  for (; w >= 1 && j >= 0; w--, j--)
@@ -934,9 +934,9 @@ function er() {
934
934
  if (w !== 1 || j !== 1)
935
935
  do
936
936
  if (w--, j--, j < 0 || i[w] !== D[j]) {
937
- var L = `
937
+ var B = `
938
938
  ` + i[w].replace(" at new ", " at ");
939
- return e.displayName && L.includes("<anonymous>") && (L = L.replace("<anonymous>", e.displayName)), typeof e == "function" && ne.set(e, L), L;
939
+ return e.displayName && B.includes("<anonymous>") && (B = B.replace("<anonymous>", e.displayName)), typeof e == "function" && ae.set(e, B), B;
940
940
  }
941
941
  while (w >= 1 && j >= 0);
942
942
  break;
@@ -946,7 +946,7 @@ function er() {
946
946
  ue = !1, le.current = y, We(), Error.prepareStackTrace = m;
947
947
  }
948
948
  var V = e ? e.displayName || e.name : "", H = V ? re(V) : "";
949
- return typeof e == "function" && ne.set(e, H), H;
949
+ return typeof e == "function" && ae.set(e, H), H;
950
950
  }
951
951
  function Ke(e, t, r) {
952
952
  return je(e, !1);
@@ -955,7 +955,7 @@ function er() {
955
955
  var t = e.prototype;
956
956
  return !!(t && t.isReactComponent);
957
957
  }
958
- function ae(e, t, r) {
958
+ function ne(e, t, r) {
959
959
  if (e == null)
960
960
  return "";
961
961
  if (typeof e == "function")
@@ -973,11 +973,11 @@ function er() {
973
973
  case s:
974
974
  return Ke(e.render);
975
975
  case d:
976
- return ae(e.type, t, r);
976
+ return ne(e.type, t, r);
977
977
  case k: {
978
- var n = e, m = n._payload, y = n._init;
978
+ var a = e, m = a._payload, y = a._init;
979
979
  try {
980
- return ae(y(m), t, r);
980
+ return ne(y(m), t, r);
981
981
  } catch {
982
982
  }
983
983
  }
@@ -987,12 +987,12 @@ function er() {
987
987
  var X = Object.prototype.hasOwnProperty, xe = {}, Ce = T.ReactDebugCurrentFrame;
988
988
  function oe(e) {
989
989
  if (e) {
990
- var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
990
+ var t = e._owner, r = ne(e.type, e._source, t ? t.type : null);
991
991
  Ce.setExtraStackFrame(r);
992
992
  } else
993
993
  Ce.setExtraStackFrame(null);
994
994
  }
995
- function Ye(e, t, r, n, m) {
995
+ function Ye(e, t, r, a, m) {
996
996
  {
997
997
  var y = Function.call.bind(X);
998
998
  for (var l in e)
@@ -1000,14 +1000,14 @@ function er() {
1000
1000
  var i = void 0;
1001
1001
  try {
1002
1002
  if (typeof e[l] != "function") {
1003
- var D = Error((n || "React class") + ": " + r + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1003
+ var D = Error((a || "React class") + ": " + r + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1004
1004
  throw D.name = "Invariant Violation", D;
1005
1005
  }
1006
- i = e[l](t, l, n, r, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1006
+ i = e[l](t, l, a, r, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1007
1007
  } catch (w) {
1008
1008
  i = w;
1009
1009
  }
1010
- i && !(i instanceof Error) && (oe(m), p("%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", r, l, typeof i), oe(null)), i instanceof Error && !(i.message in xe) && (xe[i.message] = !0, oe(m), p("Failed %s type: %s", r, i.message), oe(null));
1010
+ i && !(i instanceof Error) && (oe(m), p("%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).", a || "React class", r, l, typeof i), oe(null)), i instanceof Error && !(i.message in xe) && (xe[i.message] = !0, oe(m), p("Failed %s type: %s", r, i.message), oe(null));
1011
1011
  }
1012
1012
  }
1013
1013
  }
@@ -1082,7 +1082,7 @@ function er() {
1082
1082
  });
1083
1083
  }
1084
1084
  }
1085
- var tt = function(e, t, r, n, m, y, l) {
1085
+ var tt = function(e, t, r, a, m, y, l) {
1086
1086
  var i = {
1087
1087
  // This tag allows us to uniquely identify this as a React Element
1088
1088
  $$typeof: _,
@@ -1103,7 +1103,7 @@ function er() {
1103
1103
  configurable: !1,
1104
1104
  enumerable: !1,
1105
1105
  writable: !1,
1106
- value: n
1106
+ value: a
1107
1107
  }), Object.defineProperty(i, "_source", {
1108
1108
  configurable: !1,
1109
1109
  enumerable: !1,
@@ -1111,7 +1111,7 @@ function er() {
1111
1111
  value: m
1112
1112
  }), Object.freeze && (Object.freeze(i.props), Object.freeze(i)), i;
1113
1113
  };
1114
- function rt(e, t, r, n, m) {
1114
+ function rt(e, t, r, a, m) {
1115
1115
  {
1116
1116
  var y, l = {}, i = null, D = null;
1117
1117
  r !== void 0 && (Re(r), i = "" + r), Ve(t) && (Re(t.key), i = "" + t.key), Ze(t) && (D = t.ref, Xe(t));
@@ -1126,13 +1126,13 @@ function er() {
1126
1126
  var j = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
1127
1127
  i && Qe(l, j), D && et(l, j);
1128
1128
  }
1129
- return tt(e, i, D, m, n, Ee.current, l);
1129
+ return tt(e, i, D, m, a, Ee.current, l);
1130
1130
  }
1131
1131
  }
1132
1132
  var fe = T.ReactCurrentOwner, De = T.ReactDebugCurrentFrame;
1133
1133
  function Z(e) {
1134
1134
  if (e) {
1135
- var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
1135
+ var t = e._owner, r = ne(e.type, e._source, t ? t.type : null);
1136
1136
  De.setExtraStackFrame(r);
1137
1137
  } else
1138
1138
  De.setExtraStackFrame(null);
@@ -1154,11 +1154,11 @@ Check the render method of \`` + e + "`.";
1154
1154
  return "";
1155
1155
  }
1156
1156
  }
1157
- function nt(e) {
1157
+ function at(e) {
1158
1158
  return "";
1159
1159
  }
1160
1160
  var Ne = {};
1161
- function at(e) {
1161
+ function nt(e) {
1162
1162
  {
1163
1163
  var t = Pe();
1164
1164
  if (!t) {
@@ -1175,12 +1175,12 @@ Check the top-level render call using <` + r + ">.");
1175
1175
  if (!e._store || e._store.validated || e.key != null)
1176
1176
  return;
1177
1177
  e._store.validated = !0;
1178
- var r = at(t);
1178
+ var r = nt(t);
1179
1179
  if (Ne[r])
1180
1180
  return;
1181
1181
  Ne[r] = !0;
1182
- var n = "";
1183
- e && e._owner && e._owner !== fe.current && (n = " It was passed a child from " + b(e._owner.type) + "."), Z(e), p('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', r, n), Z(null);
1182
+ var a = "";
1183
+ e && e._owner && e._owner !== fe.current && (a = " It was passed a child from " + b(e._owner.type) + "."), Z(e), p('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', r, a), Z(null);
1184
1184
  }
1185
1185
  }
1186
1186
  function Ie(e, t) {
@@ -1189,13 +1189,13 @@ Check the top-level render call using <` + r + ">.");
1189
1189
  return;
1190
1190
  if (de(e))
1191
1191
  for (var r = 0; r < e.length; r++) {
1192
- var n = e[r];
1193
- pe(n) && Fe(n, t);
1192
+ var a = e[r];
1193
+ pe(a) && Fe(a, t);
1194
1194
  }
1195
1195
  else if (pe(e))
1196
1196
  e._store && (e._store.validated = !0);
1197
1197
  else if (e) {
1198
- var m = M(e);
1198
+ var m = $(e);
1199
1199
  if (typeof m == "function" && m !== e.entries)
1200
1200
  for (var y = m.call(e), l; !(l = y.next()).done; )
1201
1201
  pe(l.value) && Fe(l.value, t);
@@ -1217,8 +1217,8 @@ Check the top-level render call using <` + r + ">.");
1217
1217
  else
1218
1218
  return;
1219
1219
  if (r) {
1220
- var n = b(t);
1221
- Ye(r, e.props, "prop", n, e);
1220
+ var a = b(t);
1221
+ Ye(r, e.props, "prop", a, e);
1222
1222
  } else if (t.PropTypes !== void 0 && !me) {
1223
1223
  me = !0;
1224
1224
  var m = b(t);
@@ -1230,9 +1230,9 @@ Check the top-level render call using <` + r + ">.");
1230
1230
  function it(e) {
1231
1231
  {
1232
1232
  for (var t = Object.keys(e.props), r = 0; r < t.length; r++) {
1233
- var n = t[r];
1234
- if (n !== "children" && n !== "key") {
1235
- Z(e), p("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), Z(null);
1233
+ var a = t[r];
1234
+ if (a !== "children" && a !== "key") {
1235
+ Z(e), p("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", a), Z(null);
1236
1236
  break;
1237
1237
  }
1238
1238
  }
@@ -1240,13 +1240,13 @@ Check the top-level render call using <` + r + ">.");
1240
1240
  }
1241
1241
  }
1242
1242
  var Me = {};
1243
- function $e(e, t, r, n, m, y) {
1243
+ function $e(e, t, r, a, m, y) {
1244
1244
  {
1245
1245
  var l = W(e);
1246
1246
  if (!l) {
1247
1247
  var i = "";
1248
1248
  (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (i += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
1249
- var D = nt();
1249
+ var D = at();
1250
1250
  D ? i += D : i += Pe();
1251
1251
  var w;
1252
1252
  e === null ? w = "null" : de(e) ? w = "array" : e !== void 0 && e.$$typeof === _ ? (w = "<" + (b(e.type) || "Unknown") + " />", i = " Did you accidentally export a JSX literal instead of a component?") : w = typeof e, p("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", w, i);
@@ -1255,17 +1255,17 @@ Check the top-level render call using <` + r + ">.");
1255
1255
  if (j == null)
1256
1256
  return j;
1257
1257
  if (l) {
1258
- var L = t.children;
1259
- if (L !== void 0)
1260
- if (n)
1261
- if (de(L)) {
1262
- for (var V = 0; V < L.length; V++)
1263
- Ie(L[V], e);
1264
- Object.freeze && Object.freeze(L);
1258
+ var B = t.children;
1259
+ if (B !== void 0)
1260
+ if (a)
1261
+ if (de(B)) {
1262
+ for (var V = 0; V < B.length; V++)
1263
+ Ie(B[V], e);
1264
+ Object.freeze && Object.freeze(B);
1265
1265
  } else
1266
1266
  p("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
1267
1267
  else
1268
- Ie(L, e);
1268
+ Ie(B, e);
1269
1269
  }
1270
1270
  if (X.call(t, "key")) {
1271
1271
  var H = b(e), F = Object.keys(t).filter(function(dt) {
@@ -1296,27 +1296,27 @@ React keys must be passed directly to JSX without using spread:
1296
1296
  }
1297
1297
  process.env.NODE_ENV === "production" ? Dt.exports = Qt() : Dt.exports = er();
1298
1298
  var ee = Dt.exports;
1299
- const tr = "_notice_13j98_2", rr = "_error_13j98_11", nr = "_success_13j98_14", ar = "_remark_13j98_17", or = "_copy_13j98_20", zt = {
1299
+ const tr = "_notice_13j98_2", rr = "_error_13j98_11", ar = "_success_13j98_14", nr = "_remark_13j98_17", or = "_copy_13j98_20", zt = {
1300
1300
  notice: tr,
1301
1301
  error: rr,
1302
- success: nr,
1303
- remark: ar,
1302
+ success: ar,
1303
+ remark: nr,
1304
1304
  copy: or,
1305
1305
  "show-notice": "_show-notice_13j98_1",
1306
1306
  "hide-notice": "_hide-notice_13j98_1"
1307
1307
  };
1308
1308
  let Be = {};
1309
- function vt({ data: a }) {
1309
+ function vt({ data: n }) {
1310
1310
  let [_, c] = K.useState("show");
1311
1311
  K.useEffect(() => {
1312
- a.hide && (setTimeout(function() {
1312
+ n.hide && (setTimeout(function() {
1313
1313
  c("hide");
1314
1314
  }, 1800), setTimeout(function() {
1315
- Be.del(a.key);
1315
+ Be.del(n.key);
1316
1316
  }, 2500));
1317
- }, [a.key]);
1317
+ }, [n.key]);
1318
1318
  let u, g;
1319
- switch (a.type) {
1319
+ switch (n.type) {
1320
1320
  case "error":
1321
1321
  u = /* @__PURE__ */ ee.jsx(ft.error, {}), g = "Ошибка:";
1322
1322
  break;
@@ -1333,21 +1333,21 @@ function vt({ data: a }) {
1333
1333
  u = /* @__PURE__ */ ee.jsx(ft.success, {}), g = "Предупреждение:";
1334
1334
  break;
1335
1335
  }
1336
- return /* @__PURE__ */ ee.jsxs("li", { className: zt[a.type], "data-status": _, children: [
1336
+ return /* @__PURE__ */ ee.jsxs("li", { className: zt[n.type], "data-status": _, children: [
1337
1337
  u,
1338
1338
  /* @__PURE__ */ ee.jsx("b", { children: g }),
1339
- /* @__PURE__ */ ee.jsx("p", { children: a.text })
1339
+ /* @__PURE__ */ ee.jsx("p", { children: n.text })
1340
1340
  ] });
1341
1341
  }
1342
- function ir({ data: a }) {
1342
+ function ir({ data: n }) {
1343
1343
  let [_, c] = K.useState("show");
1344
1344
  return K.useEffect(() => {
1345
- a.hide && (setTimeout(function() {
1345
+ n.hide && (setTimeout(function() {
1346
1346
  c("hide");
1347
1347
  }, 1800), setTimeout(function() {
1348
- Be.del(a.key);
1348
+ Be.del(n.key);
1349
1349
  }, 2500));
1350
- }, [a.key]), /* @__PURE__ */ ee.jsx("li", { className: "item", "data-status": _, children: a.text });
1350
+ }, [n.key]), /* @__PURE__ */ ee.jsx("li", { className: "item", "data-status": _, children: n.text });
1351
1351
  }
1352
1352
  const ft = {};
1353
1353
  ft.error = () => /* @__PURE__ */ ee.jsxs("svg", { viewBox: "0 0 24 24", fill: "none", children: [
@@ -1383,7 +1383,7 @@ ft.success = () => /* @__PURE__ */ ee.jsxs("svg", { viewBox: "0 0 24 24", fill:
1383
1383
  )
1384
1384
  ] });
1385
1385
  var xt;
1386
- ((a) => {
1386
+ ((n) => {
1387
1387
  function _() {
1388
1388
  let [s, h] = K.useState([]);
1389
1389
  return Be.set = (o) => {
@@ -1392,7 +1392,7 @@ var xt;
1392
1392
  h(s.filter((d) => d.key !== o));
1393
1393
  }, s.length === 0 ? "" : /* @__PURE__ */ ee.jsx("ul", { className: zt.notice, children: s.map((o) => o.item) });
1394
1394
  }
1395
- a.Init = _;
1395
+ n.Init = _;
1396
1396
  function c(s, h = !0) {
1397
1397
  let o = Date.now(), d = { key: o, text: s, hide: h, type: "error" };
1398
1398
  Be.set({
@@ -1400,7 +1400,7 @@ var xt;
1400
1400
  key: o
1401
1401
  });
1402
1402
  }
1403
- a.Error = c;
1403
+ n.Error = c;
1404
1404
  function u(s, h = !0) {
1405
1405
  let o = Date.now(), d = { key: o, text: s, hide: h, type: "success" };
1406
1406
  Be.set({
@@ -1408,12 +1408,12 @@ var xt;
1408
1408
  key: o
1409
1409
  });
1410
1410
  }
1411
- a.Success = u;
1411
+ n.Success = u;
1412
1412
  function g(s, h = !0) {
1413
1413
  let o = Date.now(), d = { key: o, hide: h, text: s };
1414
1414
  Be.set({ item: /* @__PURE__ */ ee.jsx(ir, { data: d }, o), key: o });
1415
1415
  }
1416
- a.Custom = g;
1416
+ n.Custom = g;
1417
1417
  function C(s) {
1418
1418
  let h = Date.now(), o = { key: h, hide: !0, ...s };
1419
1419
  Be.set({
@@ -1421,7 +1421,7 @@ var xt;
1421
1421
  key: h
1422
1422
  });
1423
1423
  }
1424
- a.Send = C;
1424
+ n.Send = C;
1425
1425
  function O(s, h = !0) {
1426
1426
  let o = Date.now(), d = { key: o, text: s, hide: h, type: "remark" };
1427
1427
  Be.set({
@@ -1429,7 +1429,7 @@ var xt;
1429
1429
  key: o
1430
1430
  });
1431
1431
  }
1432
- a.Remark = O;
1432
+ n.Remark = O;
1433
1433
  function x(s, h = !0) {
1434
1434
  let o = Date.now(), d = { key: o, text: s, hide: h, type: "copy" };
1435
1435
  Be.set({
@@ -1437,17 +1437,17 @@ var xt;
1437
1437
  key: o
1438
1438
  });
1439
1439
  }
1440
- a.Copy = x;
1440
+ n.Copy = x;
1441
1441
  })(xt || (xt = {}));
1442
- const _r = "_l_wirdi_13", sr = "_f_wirdi_20", lr = "_n_wirdi_40", cr = "_w_wirdi_53", ur = "_t_wirdi_63", z = {
1442
+ const _r = "_l_11fst_13", sr = "_f_11fst_20", lr = "_n_11fst_49", cr = "_w_11fst_62", ur = "_t_11fst_72", z = {
1443
1443
  l: _r,
1444
1444
  f: sr,
1445
1445
  n: lr,
1446
1446
  w: cr,
1447
1447
  t: ur
1448
1448
  };
1449
- function hn({
1450
- id: a,
1449
+ function ga({
1450
+ id: n,
1451
1451
  value: _,
1452
1452
  onValue: c,
1453
1453
  name: u,
@@ -1462,19 +1462,19 @@ function hn({
1462
1462
  show: k = !0,
1463
1463
  maxLength: S,
1464
1464
  onSave: N,
1465
- className: B = "",
1466
- isCopy: M = !0,
1465
+ className: A = "",
1466
+ isCopy: $ = !0,
1467
1467
  isReload: T = !1
1468
1468
  }) {
1469
- let p = !!(x && (_ === "" || _ === void 0)), $ = (E) => {
1469
+ let p = !!(x && (_ === "" || _ === void 0)), I = (E) => {
1470
1470
  c && c({
1471
1471
  value: E.target.textContent.trim(),
1472
1472
  name: u,
1473
1473
  reload: T
1474
1474
  });
1475
- }, Y = (E) => {
1476
- S && E.target.textContent.trim().length >= S && E.key !== "Backspace" && E.preventDefault(), E.key === "Enter" && E.preventDefault();
1477
1475
  }, q = (E) => {
1476
+ S && E.target.textContent.trim().length >= S && E.key !== "Backspace" && E.preventDefault(), E.key === "Enter" && E.preventDefault();
1477
+ }, Y = (E) => {
1478
1478
  E.preventDefault(), navigator.clipboard.readText().then((P) => {
1479
1479
  if (S) {
1480
1480
  let W = E.target.textContent.length;
@@ -1490,8 +1490,8 @@ function hn({
1490
1490
  });
1491
1491
  };
1492
1492
  if (!(s && h) && !k || !(s && h) && p) return "";
1493
- const A = {};
1494
- g && (A.placeholder = g), s && h && (A.edit = "");
1493
+ const L = {};
1494
+ g && (L.placeholder = g), s && h && (L.edit = "");
1495
1495
  const U = (E) => {
1496
1496
  te.Blur(E), N == null || N({ value: E.target.textContent.trim(), name: u });
1497
1497
  };
@@ -1499,7 +1499,7 @@ function hn({
1499
1499
  "dl",
1500
1500
  {
1501
1501
  "data-field": "input",
1502
- className: [z.l, B].filter((E) => E !== void 0).join(" "),
1502
+ className: [z.l, A].filter((E) => E !== void 0).join(" "),
1503
1503
  children: [
1504
1504
  C ? /* @__PURE__ */ f.jsx("dt", { className: z.t, children: C }) : "",
1505
1505
  d,
@@ -1507,14 +1507,14 @@ function hn({
1507
1507
  "dd",
1508
1508
  {
1509
1509
  className: [z.f, z.w].join(" "),
1510
- onPaste: q,
1511
- onInput: $,
1510
+ onPaste: Y,
1511
+ onInput: I,
1512
1512
  onBlur: U,
1513
- onKeyDown: Y,
1513
+ onKeyDown: q,
1514
1514
  spellCheck: "true",
1515
1515
  contentEditable: s && h ? te.ContentEditable : "false",
1516
1516
  suppressContentEditableWarning: !0,
1517
- ...A,
1517
+ ...L,
1518
1518
  children: _
1519
1519
  }
1520
1520
  ),
@@ -1538,7 +1538,7 @@ var Lt;
1538
1538
  function dr() {
1539
1539
  if (Lt) return gt;
1540
1540
  Lt = 1;
1541
- var a = K, _ = Symbol.for("react.element"), c = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, g = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, C = { key: !0, ref: !0, __self: !0, __source: !0 };
1541
+ var n = K, _ = Symbol.for("react.element"), c = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, g = n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, C = { key: !0, ref: !0, __self: !0, __source: !0 };
1542
1542
  function O(x, s, h) {
1543
1543
  var o, d = {}, k = null, S = null;
1544
1544
  h !== void 0 && (k = "" + h), s.key !== void 0 && (k = "" + s.key), s.ref !== void 0 && (S = s.ref);
@@ -1561,24 +1561,24 @@ var kt = {};
1561
1561
  var Wt;
1562
1562
  function fr() {
1563
1563
  return Wt || (Wt = 1, process.env.NODE_ENV !== "production" && function() {
1564
- var a = K, _ = Symbol.for("react.element"), c = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), g = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), O = Symbol.for("react.provider"), x = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), o = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), k = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), N = Symbol.iterator, B = "@@iterator";
1565
- function M(e) {
1564
+ var n = K, _ = Symbol.for("react.element"), c = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), g = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), O = Symbol.for("react.provider"), x = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), o = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), k = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), N = Symbol.iterator, A = "@@iterator";
1565
+ function $(e) {
1566
1566
  if (e === null || typeof e != "object")
1567
1567
  return null;
1568
- var t = N && e[N] || e[B];
1568
+ var t = N && e[N] || e[A];
1569
1569
  return typeof t == "function" ? t : null;
1570
1570
  }
1571
- var T = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
1571
+ var T = n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
1572
1572
  function p(e) {
1573
1573
  {
1574
- for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
1575
- r[n - 1] = arguments[n];
1576
- $("error", e, r);
1574
+ for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), a = 1; a < t; a++)
1575
+ r[a - 1] = arguments[a];
1576
+ I("error", e, r);
1577
1577
  }
1578
1578
  }
1579
- function $(e, t, r) {
1579
+ function I(e, t, r) {
1580
1580
  {
1581
- var n = T.ReactDebugCurrentFrame, m = n.getStackAddendum();
1581
+ var a = T.ReactDebugCurrentFrame, m = a.getStackAddendum();
1582
1582
  m !== "" && (t += "%s", r = r.concat([m]));
1583
1583
  var y = r.map(function(l) {
1584
1584
  return String(l);
@@ -1586,19 +1586,19 @@ function fr() {
1586
1586
  y.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, y);
1587
1587
  }
1588
1588
  }
1589
- var Y = !1, q = !1, A = !1, U = !1, E = !1, P;
1589
+ var q = !1, Y = !1, L = !1, U = !1, E = !1, P;
1590
1590
  P = Symbol.for("react.module.reference");
1591
1591
  function W(e) {
1592
- return !!(typeof e == "string" || typeof e == "function" || e === u || e === C || E || e === g || e === h || e === o || U || e === S || Y || q || A || typeof e == "object" && e !== null && (e.$$typeof === k || e.$$typeof === d || e.$$typeof === O || e.$$typeof === x || e.$$typeof === s || // This needs to include all possible module reference object
1592
+ return !!(typeof e == "string" || typeof e == "function" || e === u || e === C || E || e === g || e === h || e === o || U || e === S || q || Y || L || typeof e == "object" && e !== null && (e.$$typeof === k || e.$$typeof === d || e.$$typeof === O || e.$$typeof === x || e.$$typeof === s || // This needs to include all possible module reference object
1593
1593
  // types supported by any Flight configuration anywhere since
1594
1594
  // we don't know which Flight build this will end up being used
1595
1595
  // with.
1596
1596
  e.$$typeof === P || e.getModuleId !== void 0));
1597
1597
  }
1598
1598
  function R(e, t, r) {
1599
- var n = e.displayName;
1600
- if (n)
1601
- return n;
1599
+ var a = e.displayName;
1600
+ if (a)
1601
+ return a;
1602
1602
  var m = t.displayName || t.name || "";
1603
1603
  return m !== "" ? r + "(" + m + ")" : r;
1604
1604
  }
@@ -1637,8 +1637,8 @@ function fr() {
1637
1637
  case s:
1638
1638
  return R(e, e.render, "ForwardRef");
1639
1639
  case d:
1640
- var n = e.displayName || null;
1641
- return n !== null ? n : b(e.type) || "Memo";
1640
+ var a = e.displayName || null;
1641
+ return a !== null ? a : b(e.type) || "Memo";
1642
1642
  case k: {
1643
1643
  var m = e, y = m._payload, l = m._init;
1644
1644
  try {
@@ -1650,7 +1650,7 @@ function fr() {
1650
1650
  }
1651
1651
  return null;
1652
1652
  }
1653
- var I = Object.assign, G = 0, Q, ie, se, ve, ge, be, ke;
1653
+ var M = Object.assign, G = 0, Q, ie, se, ve, ge, be, ke;
1654
1654
  function we() {
1655
1655
  }
1656
1656
  we.__reactDisabledLog = !0;
@@ -1686,25 +1686,25 @@ function fr() {
1686
1686
  writable: !0
1687
1687
  };
1688
1688
  Object.defineProperties(console, {
1689
- log: I({}, e, {
1689
+ log: M({}, e, {
1690
1690
  value: Q
1691
1691
  }),
1692
- info: I({}, e, {
1692
+ info: M({}, e, {
1693
1693
  value: ie
1694
1694
  }),
1695
- warn: I({}, e, {
1695
+ warn: M({}, e, {
1696
1696
  value: se
1697
1697
  }),
1698
- error: I({}, e, {
1698
+ error: M({}, e, {
1699
1699
  value: ve
1700
1700
  }),
1701
- group: I({}, e, {
1701
+ group: M({}, e, {
1702
1702
  value: ge
1703
1703
  }),
1704
- groupCollapsed: I({}, e, {
1704
+ groupCollapsed: M({}, e, {
1705
1705
  value: be
1706
1706
  }),
1707
- groupEnd: I({}, e, {
1707
+ groupEnd: M({}, e, {
1708
1708
  value: ke
1709
1709
  })
1710
1710
  });
@@ -1719,27 +1719,27 @@ function fr() {
1719
1719
  try {
1720
1720
  throw Error();
1721
1721
  } catch (m) {
1722
- var n = m.stack.trim().match(/\n( *(at )?)/);
1723
- ce = n && n[1] || "";
1722
+ var a = m.stack.trim().match(/\n( *(at )?)/);
1723
+ ce = a && a[1] || "";
1724
1724
  }
1725
1725
  return `
1726
1726
  ` + ce + e;
1727
1727
  }
1728
1728
  }
1729
- var ue = !1, ne;
1729
+ var ue = !1, ae;
1730
1730
  {
1731
1731
  var Ue = typeof WeakMap == "function" ? WeakMap : Map;
1732
- ne = new Ue();
1732
+ ae = new Ue();
1733
1733
  }
1734
1734
  function je(e, t) {
1735
1735
  if (!e || ue)
1736
1736
  return "";
1737
1737
  {
1738
- var r = ne.get(e);
1738
+ var r = ae.get(e);
1739
1739
  if (r !== void 0)
1740
1740
  return r;
1741
1741
  }
1742
- var n;
1742
+ var a;
1743
1743
  ue = !0;
1744
1744
  var m = Error.prepareStackTrace;
1745
1745
  Error.prepareStackTrace = void 0;
@@ -1758,14 +1758,14 @@ function fr() {
1758
1758
  try {
1759
1759
  Reflect.construct(l, []);
1760
1760
  } catch (F) {
1761
- n = F;
1761
+ a = F;
1762
1762
  }
1763
1763
  Reflect.construct(e, [], l);
1764
1764
  } else {
1765
1765
  try {
1766
1766
  l.call();
1767
1767
  } catch (F) {
1768
- n = F;
1768
+ a = F;
1769
1769
  }
1770
1770
  e.call(l.prototype);
1771
1771
  }
@@ -1773,14 +1773,14 @@ function fr() {
1773
1773
  try {
1774
1774
  throw Error();
1775
1775
  } catch (F) {
1776
- n = F;
1776
+ a = F;
1777
1777
  }
1778
1778
  e();
1779
1779
  }
1780
1780
  } catch (F) {
1781
- if (F && n && typeof F.stack == "string") {
1781
+ if (F && a && typeof F.stack == "string") {
1782
1782
  for (var i = F.stack.split(`
1783
- `), D = n.stack.split(`
1783
+ `), D = a.stack.split(`
1784
1784
  `), w = i.length - 1, j = D.length - 1; w >= 1 && j >= 0 && i[w] !== D[j]; )
1785
1785
  j--;
1786
1786
  for (; w >= 1 && j >= 0; w--, j--)
@@ -1788,9 +1788,9 @@ function fr() {
1788
1788
  if (w !== 1 || j !== 1)
1789
1789
  do
1790
1790
  if (w--, j--, j < 0 || i[w] !== D[j]) {
1791
- var L = `
1791
+ var B = `
1792
1792
  ` + i[w].replace(" at new ", " at ");
1793
- return e.displayName && L.includes("<anonymous>") && (L = L.replace("<anonymous>", e.displayName)), typeof e == "function" && ne.set(e, L), L;
1793
+ return e.displayName && B.includes("<anonymous>") && (B = B.replace("<anonymous>", e.displayName)), typeof e == "function" && ae.set(e, B), B;
1794
1794
  }
1795
1795
  while (w >= 1 && j >= 0);
1796
1796
  break;
@@ -1800,7 +1800,7 @@ function fr() {
1800
1800
  ue = !1, le.current = y, We(), Error.prepareStackTrace = m;
1801
1801
  }
1802
1802
  var V = e ? e.displayName || e.name : "", H = V ? re(V) : "";
1803
- return typeof e == "function" && ne.set(e, H), H;
1803
+ return typeof e == "function" && ae.set(e, H), H;
1804
1804
  }
1805
1805
  function Ke(e, t, r) {
1806
1806
  return je(e, !1);
@@ -1809,7 +1809,7 @@ function fr() {
1809
1809
  var t = e.prototype;
1810
1810
  return !!(t && t.isReactComponent);
1811
1811
  }
1812
- function ae(e, t, r) {
1812
+ function ne(e, t, r) {
1813
1813
  if (e == null)
1814
1814
  return "";
1815
1815
  if (typeof e == "function")
@@ -1827,11 +1827,11 @@ function fr() {
1827
1827
  case s:
1828
1828
  return Ke(e.render);
1829
1829
  case d:
1830
- return ae(e.type, t, r);
1830
+ return ne(e.type, t, r);
1831
1831
  case k: {
1832
- var n = e, m = n._payload, y = n._init;
1832
+ var a = e, m = a._payload, y = a._init;
1833
1833
  try {
1834
- return ae(y(m), t, r);
1834
+ return ne(y(m), t, r);
1835
1835
  } catch {
1836
1836
  }
1837
1837
  }
@@ -1841,12 +1841,12 @@ function fr() {
1841
1841
  var X = Object.prototype.hasOwnProperty, xe = {}, Ce = T.ReactDebugCurrentFrame;
1842
1842
  function oe(e) {
1843
1843
  if (e) {
1844
- var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
1844
+ var t = e._owner, r = ne(e.type, e._source, t ? t.type : null);
1845
1845
  Ce.setExtraStackFrame(r);
1846
1846
  } else
1847
1847
  Ce.setExtraStackFrame(null);
1848
1848
  }
1849
- function Ye(e, t, r, n, m) {
1849
+ function Ye(e, t, r, a, m) {
1850
1850
  {
1851
1851
  var y = Function.call.bind(X);
1852
1852
  for (var l in e)
@@ -1854,14 +1854,14 @@ function fr() {
1854
1854
  var i = void 0;
1855
1855
  try {
1856
1856
  if (typeof e[l] != "function") {
1857
- var D = Error((n || "React class") + ": " + r + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1857
+ var D = Error((a || "React class") + ": " + r + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1858
1858
  throw D.name = "Invariant Violation", D;
1859
1859
  }
1860
- i = e[l](t, l, n, r, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1860
+ i = e[l](t, l, a, r, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1861
1861
  } catch (w) {
1862
1862
  i = w;
1863
1863
  }
1864
- i && !(i instanceof Error) && (oe(m), p("%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", r, l, typeof i), oe(null)), i instanceof Error && !(i.message in xe) && (xe[i.message] = !0, oe(m), p("Failed %s type: %s", r, i.message), oe(null));
1864
+ i && !(i instanceof Error) && (oe(m), p("%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).", a || "React class", r, l, typeof i), oe(null)), i instanceof Error && !(i.message in xe) && (xe[i.message] = !0, oe(m), p("Failed %s type: %s", r, i.message), oe(null));
1865
1865
  }
1866
1866
  }
1867
1867
  }
@@ -1936,7 +1936,7 @@ function fr() {
1936
1936
  });
1937
1937
  }
1938
1938
  }
1939
- var tt = function(e, t, r, n, m, y, l) {
1939
+ var tt = function(e, t, r, a, m, y, l) {
1940
1940
  var i = {
1941
1941
  // This tag allows us to uniquely identify this as a React Element
1942
1942
  $$typeof: _,
@@ -1957,7 +1957,7 @@ function fr() {
1957
1957
  configurable: !1,
1958
1958
  enumerable: !1,
1959
1959
  writable: !1,
1960
- value: n
1960
+ value: a
1961
1961
  }), Object.defineProperty(i, "_source", {
1962
1962
  configurable: !1,
1963
1963
  enumerable: !1,
@@ -1965,7 +1965,7 @@ function fr() {
1965
1965
  value: m
1966
1966
  }), Object.freeze && (Object.freeze(i.props), Object.freeze(i)), i;
1967
1967
  };
1968
- function rt(e, t, r, n, m) {
1968
+ function rt(e, t, r, a, m) {
1969
1969
  {
1970
1970
  var y, l = {}, i = null, D = null;
1971
1971
  r !== void 0 && (Re(r), i = "" + r), Ve(t) && (Re(t.key), i = "" + t.key), Ze(t) && (D = t.ref, Xe(t));
@@ -1980,13 +1980,13 @@ function fr() {
1980
1980
  var j = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
1981
1981
  i && Qe(l, j), D && et(l, j);
1982
1982
  }
1983
- return tt(e, i, D, m, n, Ee.current, l);
1983
+ return tt(e, i, D, m, a, Ee.current, l);
1984
1984
  }
1985
1985
  }
1986
1986
  var fe = T.ReactCurrentOwner, De = T.ReactDebugCurrentFrame;
1987
1987
  function Z(e) {
1988
1988
  if (e) {
1989
- var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
1989
+ var t = e._owner, r = ne(e.type, e._source, t ? t.type : null);
1990
1990
  De.setExtraStackFrame(r);
1991
1991
  } else
1992
1992
  De.setExtraStackFrame(null);
@@ -2008,11 +2008,11 @@ Check the render method of \`` + e + "`.";
2008
2008
  return "";
2009
2009
  }
2010
2010
  }
2011
- function nt(e) {
2011
+ function at(e) {
2012
2012
  return "";
2013
2013
  }
2014
2014
  var Ne = {};
2015
- function at(e) {
2015
+ function nt(e) {
2016
2016
  {
2017
2017
  var t = Pe();
2018
2018
  if (!t) {
@@ -2029,12 +2029,12 @@ Check the top-level render call using <` + r + ">.");
2029
2029
  if (!e._store || e._store.validated || e.key != null)
2030
2030
  return;
2031
2031
  e._store.validated = !0;
2032
- var r = at(t);
2032
+ var r = nt(t);
2033
2033
  if (Ne[r])
2034
2034
  return;
2035
2035
  Ne[r] = !0;
2036
- var n = "";
2037
- e && e._owner && e._owner !== fe.current && (n = " It was passed a child from " + b(e._owner.type) + "."), Z(e), p('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', r, n), Z(null);
2036
+ var a = "";
2037
+ e && e._owner && e._owner !== fe.current && (a = " It was passed a child from " + b(e._owner.type) + "."), Z(e), p('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', r, a), Z(null);
2038
2038
  }
2039
2039
  }
2040
2040
  function Ie(e, t) {
@@ -2043,13 +2043,13 @@ Check the top-level render call using <` + r + ">.");
2043
2043
  return;
2044
2044
  if (de(e))
2045
2045
  for (var r = 0; r < e.length; r++) {
2046
- var n = e[r];
2047
- pe(n) && Fe(n, t);
2046
+ var a = e[r];
2047
+ pe(a) && Fe(a, t);
2048
2048
  }
2049
2049
  else if (pe(e))
2050
2050
  e._store && (e._store.validated = !0);
2051
2051
  else if (e) {
2052
- var m = M(e);
2052
+ var m = $(e);
2053
2053
  if (typeof m == "function" && m !== e.entries)
2054
2054
  for (var y = m.call(e), l; !(l = y.next()).done; )
2055
2055
  pe(l.value) && Fe(l.value, t);
@@ -2071,8 +2071,8 @@ Check the top-level render call using <` + r + ">.");
2071
2071
  else
2072
2072
  return;
2073
2073
  if (r) {
2074
- var n = b(t);
2075
- Ye(r, e.props, "prop", n, e);
2074
+ var a = b(t);
2075
+ Ye(r, e.props, "prop", a, e);
2076
2076
  } else if (t.PropTypes !== void 0 && !me) {
2077
2077
  me = !0;
2078
2078
  var m = b(t);
@@ -2084,9 +2084,9 @@ Check the top-level render call using <` + r + ">.");
2084
2084
  function it(e) {
2085
2085
  {
2086
2086
  for (var t = Object.keys(e.props), r = 0; r < t.length; r++) {
2087
- var n = t[r];
2088
- if (n !== "children" && n !== "key") {
2089
- Z(e), p("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), Z(null);
2087
+ var a = t[r];
2088
+ if (a !== "children" && a !== "key") {
2089
+ Z(e), p("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", a), Z(null);
2090
2090
  break;
2091
2091
  }
2092
2092
  }
@@ -2094,13 +2094,13 @@ Check the top-level render call using <` + r + ">.");
2094
2094
  }
2095
2095
  }
2096
2096
  var Me = {};
2097
- function $e(e, t, r, n, m, y) {
2097
+ function $e(e, t, r, a, m, y) {
2098
2098
  {
2099
2099
  var l = W(e);
2100
2100
  if (!l) {
2101
2101
  var i = "";
2102
2102
  (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (i += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
2103
- var D = nt();
2103
+ var D = at();
2104
2104
  D ? i += D : i += Pe();
2105
2105
  var w;
2106
2106
  e === null ? w = "null" : de(e) ? w = "array" : e !== void 0 && e.$$typeof === _ ? (w = "<" + (b(e.type) || "Unknown") + " />", i = " Did you accidentally export a JSX literal instead of a component?") : w = typeof e, p("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", w, i);
@@ -2109,17 +2109,17 @@ Check the top-level render call using <` + r + ">.");
2109
2109
  if (j == null)
2110
2110
  return j;
2111
2111
  if (l) {
2112
- var L = t.children;
2113
- if (L !== void 0)
2114
- if (n)
2115
- if (de(L)) {
2116
- for (var V = 0; V < L.length; V++)
2117
- Ie(L[V], e);
2118
- Object.freeze && Object.freeze(L);
2112
+ var B = t.children;
2113
+ if (B !== void 0)
2114
+ if (a)
2115
+ if (de(B)) {
2116
+ for (var V = 0; V < B.length; V++)
2117
+ Ie(B[V], e);
2118
+ Object.freeze && Object.freeze(B);
2119
2119
  } else
2120
2120
  p("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
2121
2121
  else
2122
- Ie(L, e);
2122
+ Ie(B, e);
2123
2123
  }
2124
2124
  if (X.call(t, "key")) {
2125
2125
  var H = b(e), F = Object.keys(t).filter(function(dt) {
@@ -2174,26 +2174,26 @@ const mr = "_shake_oqfdb_1", pr = "_modal_oqfdb_79", yr = "_sa_oqfdb_89", vr = "
2174
2174
  g: Fr,
2175
2175
  m: Ir
2176
2176
  };
2177
- function Mr({ children: a, className: _ }) {
2177
+ function Mr({ children: n, className: _ }) {
2178
2178
  return /* @__PURE__ */ J.jsx(
2179
2179
  "div",
2180
2180
  {
2181
2181
  className: [_e.l, _].filter((c) => c !== void 0).join(" "),
2182
- children: /* @__PURE__ */ J.jsx("ul", { children: a })
2182
+ children: /* @__PURE__ */ J.jsx("ul", { children: n })
2183
2183
  }
2184
2184
  );
2185
2185
  }
2186
- function $r({ children: a, className: _ }) {
2186
+ function $r({ children: n, className: _ }) {
2187
2187
  return /* @__PURE__ */ J.jsx(
2188
2188
  "div",
2189
2189
  {
2190
2190
  className: [_e.s, _].filter((c) => c !== void 0).join(" "),
2191
- children: a
2191
+ children: n
2192
2192
  }
2193
2193
  );
2194
2194
  }
2195
2195
  function Ar({
2196
- children: a,
2196
+ children: n,
2197
2197
  direction: _ = "column",
2198
2198
  className: c
2199
2199
  }) {
@@ -2205,32 +2205,32 @@ function Ar({
2205
2205
  _e[_ === "row" ? "r_" : "c_"],
2206
2206
  c
2207
2207
  ].filter((u) => u !== void 0).join(" "),
2208
- children: a
2208
+ children: n
2209
2209
  }
2210
2210
  );
2211
2211
  }
2212
- function Br({ children: a, className: _ }) {
2212
+ function Br({ children: n, className: _ }) {
2213
2213
  return /* @__PURE__ */ J.jsx(
2214
2214
  "div",
2215
2215
  {
2216
2216
  className: [_e.c, _].filter((c) => c !== void 0).join(" "),
2217
- children: a
2217
+ children: n
2218
2218
  }
2219
2219
  );
2220
2220
  }
2221
- function Lr({ children: a, className: _ }) {
2221
+ function Lr({ children: n, className: _ }) {
2222
2222
  return /* @__PURE__ */ J.jsx(
2223
2223
  "div",
2224
2224
  {
2225
2225
  className: [_e.g, _].filter((c) => c !== void 0).join(" "),
2226
- children: a
2226
+ children: n
2227
2227
  }
2228
2228
  );
2229
2229
  }
2230
2230
  function Wr() {
2231
2231
  return typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof self < "u" ? self : typeof global < "u" ? global : {};
2232
2232
  }
2233
- function Ut(a) {
2233
+ function Ut(n) {
2234
2234
  return Wr().IMPORT_MODULES;
2235
2235
  }
2236
2236
  var Nt = { exports: {} }, ht = {};
@@ -2247,7 +2247,7 @@ var Kt;
2247
2247
  function Ur() {
2248
2248
  if (Kt) return ht;
2249
2249
  Kt = 1;
2250
- var a = K, _ = Symbol.for("react.element"), c = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, g = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, C = { key: !0, ref: !0, __self: !0, __source: !0 };
2250
+ var n = K, _ = Symbol.for("react.element"), c = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, g = n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, C = { key: !0, ref: !0, __self: !0, __source: !0 };
2251
2251
  function O(x, s, h) {
2252
2252
  var o, d = {}, k = null, S = null;
2253
2253
  h !== void 0 && (k = "" + h), s.key !== void 0 && (k = "" + s.key), s.ref !== void 0 && (S = s.ref);
@@ -2270,24 +2270,24 @@ var wt = {};
2270
2270
  var qt;
2271
2271
  function Kr() {
2272
2272
  return qt || (qt = 1, process.env.NODE_ENV !== "production" && function() {
2273
- var a = K, _ = Symbol.for("react.element"), c = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), g = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), O = Symbol.for("react.provider"), x = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), o = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), k = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), N = Symbol.iterator, B = "@@iterator";
2274
- function M(e) {
2273
+ var n = K, _ = Symbol.for("react.element"), c = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), g = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), O = Symbol.for("react.provider"), x = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), o = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), k = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), N = Symbol.iterator, A = "@@iterator";
2274
+ function $(e) {
2275
2275
  if (e === null || typeof e != "object")
2276
2276
  return null;
2277
- var t = N && e[N] || e[B];
2277
+ var t = N && e[N] || e[A];
2278
2278
  return typeof t == "function" ? t : null;
2279
2279
  }
2280
- var T = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2280
+ var T = n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2281
2281
  function p(e) {
2282
2282
  {
2283
- for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
2284
- r[n - 1] = arguments[n];
2285
- $("error", e, r);
2283
+ for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), a = 1; a < t; a++)
2284
+ r[a - 1] = arguments[a];
2285
+ I("error", e, r);
2286
2286
  }
2287
2287
  }
2288
- function $(e, t, r) {
2288
+ function I(e, t, r) {
2289
2289
  {
2290
- var n = T.ReactDebugCurrentFrame, m = n.getStackAddendum();
2290
+ var a = T.ReactDebugCurrentFrame, m = a.getStackAddendum();
2291
2291
  m !== "" && (t += "%s", r = r.concat([m]));
2292
2292
  var y = r.map(function(l) {
2293
2293
  return String(l);
@@ -2295,19 +2295,19 @@ function Kr() {
2295
2295
  y.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, y);
2296
2296
  }
2297
2297
  }
2298
- var Y = !1, q = !1, A = !1, U = !1, E = !1, P;
2298
+ var q = !1, Y = !1, L = !1, U = !1, E = !1, P;
2299
2299
  P = Symbol.for("react.module.reference");
2300
2300
  function W(e) {
2301
- return !!(typeof e == "string" || typeof e == "function" || e === u || e === C || E || e === g || e === h || e === o || U || e === S || Y || q || A || typeof e == "object" && e !== null && (e.$$typeof === k || e.$$typeof === d || e.$$typeof === O || e.$$typeof === x || e.$$typeof === s || // This needs to include all possible module reference object
2301
+ return !!(typeof e == "string" || typeof e == "function" || e === u || e === C || E || e === g || e === h || e === o || U || e === S || q || Y || L || typeof e == "object" && e !== null && (e.$$typeof === k || e.$$typeof === d || e.$$typeof === O || e.$$typeof === x || e.$$typeof === s || // This needs to include all possible module reference object
2302
2302
  // types supported by any Flight configuration anywhere since
2303
2303
  // we don't know which Flight build this will end up being used
2304
2304
  // with.
2305
2305
  e.$$typeof === P || e.getModuleId !== void 0));
2306
2306
  }
2307
2307
  function R(e, t, r) {
2308
- var n = e.displayName;
2309
- if (n)
2310
- return n;
2308
+ var a = e.displayName;
2309
+ if (a)
2310
+ return a;
2311
2311
  var m = t.displayName || t.name || "";
2312
2312
  return m !== "" ? r + "(" + m + ")" : r;
2313
2313
  }
@@ -2346,8 +2346,8 @@ function Kr() {
2346
2346
  case s:
2347
2347
  return R(e, e.render, "ForwardRef");
2348
2348
  case d:
2349
- var n = e.displayName || null;
2350
- return n !== null ? n : b(e.type) || "Memo";
2349
+ var a = e.displayName || null;
2350
+ return a !== null ? a : b(e.type) || "Memo";
2351
2351
  case k: {
2352
2352
  var m = e, y = m._payload, l = m._init;
2353
2353
  try {
@@ -2359,7 +2359,7 @@ function Kr() {
2359
2359
  }
2360
2360
  return null;
2361
2361
  }
2362
- var I = Object.assign, G = 0, Q, ie, se, ve, ge, be, ke;
2362
+ var M = Object.assign, G = 0, Q, ie, se, ve, ge, be, ke;
2363
2363
  function we() {
2364
2364
  }
2365
2365
  we.__reactDisabledLog = !0;
@@ -2395,25 +2395,25 @@ function Kr() {
2395
2395
  writable: !0
2396
2396
  };
2397
2397
  Object.defineProperties(console, {
2398
- log: I({}, e, {
2398
+ log: M({}, e, {
2399
2399
  value: Q
2400
2400
  }),
2401
- info: I({}, e, {
2401
+ info: M({}, e, {
2402
2402
  value: ie
2403
2403
  }),
2404
- warn: I({}, e, {
2404
+ warn: M({}, e, {
2405
2405
  value: se
2406
2406
  }),
2407
- error: I({}, e, {
2407
+ error: M({}, e, {
2408
2408
  value: ve
2409
2409
  }),
2410
- group: I({}, e, {
2410
+ group: M({}, e, {
2411
2411
  value: ge
2412
2412
  }),
2413
- groupCollapsed: I({}, e, {
2413
+ groupCollapsed: M({}, e, {
2414
2414
  value: be
2415
2415
  }),
2416
- groupEnd: I({}, e, {
2416
+ groupEnd: M({}, e, {
2417
2417
  value: ke
2418
2418
  })
2419
2419
  });
@@ -2428,27 +2428,27 @@ function Kr() {
2428
2428
  try {
2429
2429
  throw Error();
2430
2430
  } catch (m) {
2431
- var n = m.stack.trim().match(/\n( *(at )?)/);
2432
- ce = n && n[1] || "";
2431
+ var a = m.stack.trim().match(/\n( *(at )?)/);
2432
+ ce = a && a[1] || "";
2433
2433
  }
2434
2434
  return `
2435
2435
  ` + ce + e;
2436
2436
  }
2437
2437
  }
2438
- var ue = !1, ne;
2438
+ var ue = !1, ae;
2439
2439
  {
2440
2440
  var Ue = typeof WeakMap == "function" ? WeakMap : Map;
2441
- ne = new Ue();
2441
+ ae = new Ue();
2442
2442
  }
2443
2443
  function je(e, t) {
2444
2444
  if (!e || ue)
2445
2445
  return "";
2446
2446
  {
2447
- var r = ne.get(e);
2447
+ var r = ae.get(e);
2448
2448
  if (r !== void 0)
2449
2449
  return r;
2450
2450
  }
2451
- var n;
2451
+ var a;
2452
2452
  ue = !0;
2453
2453
  var m = Error.prepareStackTrace;
2454
2454
  Error.prepareStackTrace = void 0;
@@ -2467,14 +2467,14 @@ function Kr() {
2467
2467
  try {
2468
2468
  Reflect.construct(l, []);
2469
2469
  } catch (F) {
2470
- n = F;
2470
+ a = F;
2471
2471
  }
2472
2472
  Reflect.construct(e, [], l);
2473
2473
  } else {
2474
2474
  try {
2475
2475
  l.call();
2476
2476
  } catch (F) {
2477
- n = F;
2477
+ a = F;
2478
2478
  }
2479
2479
  e.call(l.prototype);
2480
2480
  }
@@ -2482,14 +2482,14 @@ function Kr() {
2482
2482
  try {
2483
2483
  throw Error();
2484
2484
  } catch (F) {
2485
- n = F;
2485
+ a = F;
2486
2486
  }
2487
2487
  e();
2488
2488
  }
2489
2489
  } catch (F) {
2490
- if (F && n && typeof F.stack == "string") {
2490
+ if (F && a && typeof F.stack == "string") {
2491
2491
  for (var i = F.stack.split(`
2492
- `), D = n.stack.split(`
2492
+ `), D = a.stack.split(`
2493
2493
  `), w = i.length - 1, j = D.length - 1; w >= 1 && j >= 0 && i[w] !== D[j]; )
2494
2494
  j--;
2495
2495
  for (; w >= 1 && j >= 0; w--, j--)
@@ -2497,9 +2497,9 @@ function Kr() {
2497
2497
  if (w !== 1 || j !== 1)
2498
2498
  do
2499
2499
  if (w--, j--, j < 0 || i[w] !== D[j]) {
2500
- var L = `
2500
+ var B = `
2501
2501
  ` + i[w].replace(" at new ", " at ");
2502
- return e.displayName && L.includes("<anonymous>") && (L = L.replace("<anonymous>", e.displayName)), typeof e == "function" && ne.set(e, L), L;
2502
+ return e.displayName && B.includes("<anonymous>") && (B = B.replace("<anonymous>", e.displayName)), typeof e == "function" && ae.set(e, B), B;
2503
2503
  }
2504
2504
  while (w >= 1 && j >= 0);
2505
2505
  break;
@@ -2509,7 +2509,7 @@ function Kr() {
2509
2509
  ue = !1, le.current = y, We(), Error.prepareStackTrace = m;
2510
2510
  }
2511
2511
  var V = e ? e.displayName || e.name : "", H = V ? re(V) : "";
2512
- return typeof e == "function" && ne.set(e, H), H;
2512
+ return typeof e == "function" && ae.set(e, H), H;
2513
2513
  }
2514
2514
  function Ke(e, t, r) {
2515
2515
  return je(e, !1);
@@ -2518,7 +2518,7 @@ function Kr() {
2518
2518
  var t = e.prototype;
2519
2519
  return !!(t && t.isReactComponent);
2520
2520
  }
2521
- function ae(e, t, r) {
2521
+ function ne(e, t, r) {
2522
2522
  if (e == null)
2523
2523
  return "";
2524
2524
  if (typeof e == "function")
@@ -2536,11 +2536,11 @@ function Kr() {
2536
2536
  case s:
2537
2537
  return Ke(e.render);
2538
2538
  case d:
2539
- return ae(e.type, t, r);
2539
+ return ne(e.type, t, r);
2540
2540
  case k: {
2541
- var n = e, m = n._payload, y = n._init;
2541
+ var a = e, m = a._payload, y = a._init;
2542
2542
  try {
2543
- return ae(y(m), t, r);
2543
+ return ne(y(m), t, r);
2544
2544
  } catch {
2545
2545
  }
2546
2546
  }
@@ -2550,12 +2550,12 @@ function Kr() {
2550
2550
  var X = Object.prototype.hasOwnProperty, xe = {}, Ce = T.ReactDebugCurrentFrame;
2551
2551
  function oe(e) {
2552
2552
  if (e) {
2553
- var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
2553
+ var t = e._owner, r = ne(e.type, e._source, t ? t.type : null);
2554
2554
  Ce.setExtraStackFrame(r);
2555
2555
  } else
2556
2556
  Ce.setExtraStackFrame(null);
2557
2557
  }
2558
- function Ye(e, t, r, n, m) {
2558
+ function Ye(e, t, r, a, m) {
2559
2559
  {
2560
2560
  var y = Function.call.bind(X);
2561
2561
  for (var l in e)
@@ -2563,14 +2563,14 @@ function Kr() {
2563
2563
  var i = void 0;
2564
2564
  try {
2565
2565
  if (typeof e[l] != "function") {
2566
- var D = Error((n || "React class") + ": " + r + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
2566
+ var D = Error((a || "React class") + ": " + r + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
2567
2567
  throw D.name = "Invariant Violation", D;
2568
2568
  }
2569
- i = e[l](t, l, n, r, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
2569
+ i = e[l](t, l, a, r, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
2570
2570
  } catch (w) {
2571
2571
  i = w;
2572
2572
  }
2573
- i && !(i instanceof Error) && (oe(m), p("%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", r, l, typeof i), oe(null)), i instanceof Error && !(i.message in xe) && (xe[i.message] = !0, oe(m), p("Failed %s type: %s", r, i.message), oe(null));
2573
+ i && !(i instanceof Error) && (oe(m), p("%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).", a || "React class", r, l, typeof i), oe(null)), i instanceof Error && !(i.message in xe) && (xe[i.message] = !0, oe(m), p("Failed %s type: %s", r, i.message), oe(null));
2574
2574
  }
2575
2575
  }
2576
2576
  }
@@ -2645,7 +2645,7 @@ function Kr() {
2645
2645
  });
2646
2646
  }
2647
2647
  }
2648
- var tt = function(e, t, r, n, m, y, l) {
2648
+ var tt = function(e, t, r, a, m, y, l) {
2649
2649
  var i = {
2650
2650
  // This tag allows us to uniquely identify this as a React Element
2651
2651
  $$typeof: _,
@@ -2666,7 +2666,7 @@ function Kr() {
2666
2666
  configurable: !1,
2667
2667
  enumerable: !1,
2668
2668
  writable: !1,
2669
- value: n
2669
+ value: a
2670
2670
  }), Object.defineProperty(i, "_source", {
2671
2671
  configurable: !1,
2672
2672
  enumerable: !1,
@@ -2674,7 +2674,7 @@ function Kr() {
2674
2674
  value: m
2675
2675
  }), Object.freeze && (Object.freeze(i.props), Object.freeze(i)), i;
2676
2676
  };
2677
- function rt(e, t, r, n, m) {
2677
+ function rt(e, t, r, a, m) {
2678
2678
  {
2679
2679
  var y, l = {}, i = null, D = null;
2680
2680
  r !== void 0 && (Re(r), i = "" + r), Ve(t) && (Re(t.key), i = "" + t.key), Ze(t) && (D = t.ref, Xe(t));
@@ -2689,13 +2689,13 @@ function Kr() {
2689
2689
  var j = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
2690
2690
  i && Qe(l, j), D && et(l, j);
2691
2691
  }
2692
- return tt(e, i, D, m, n, Ee.current, l);
2692
+ return tt(e, i, D, m, a, Ee.current, l);
2693
2693
  }
2694
2694
  }
2695
2695
  var fe = T.ReactCurrentOwner, De = T.ReactDebugCurrentFrame;
2696
2696
  function Z(e) {
2697
2697
  if (e) {
2698
- var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
2698
+ var t = e._owner, r = ne(e.type, e._source, t ? t.type : null);
2699
2699
  De.setExtraStackFrame(r);
2700
2700
  } else
2701
2701
  De.setExtraStackFrame(null);
@@ -2717,11 +2717,11 @@ Check the render method of \`` + e + "`.";
2717
2717
  return "";
2718
2718
  }
2719
2719
  }
2720
- function nt(e) {
2720
+ function at(e) {
2721
2721
  return "";
2722
2722
  }
2723
2723
  var Ne = {};
2724
- function at(e) {
2724
+ function nt(e) {
2725
2725
  {
2726
2726
  var t = Pe();
2727
2727
  if (!t) {
@@ -2738,12 +2738,12 @@ Check the top-level render call using <` + r + ">.");
2738
2738
  if (!e._store || e._store.validated || e.key != null)
2739
2739
  return;
2740
2740
  e._store.validated = !0;
2741
- var r = at(t);
2741
+ var r = nt(t);
2742
2742
  if (Ne[r])
2743
2743
  return;
2744
2744
  Ne[r] = !0;
2745
- var n = "";
2746
- e && e._owner && e._owner !== fe.current && (n = " It was passed a child from " + b(e._owner.type) + "."), Z(e), p('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', r, n), Z(null);
2745
+ var a = "";
2746
+ e && e._owner && e._owner !== fe.current && (a = " It was passed a child from " + b(e._owner.type) + "."), Z(e), p('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', r, a), Z(null);
2747
2747
  }
2748
2748
  }
2749
2749
  function Ie(e, t) {
@@ -2752,13 +2752,13 @@ Check the top-level render call using <` + r + ">.");
2752
2752
  return;
2753
2753
  if (de(e))
2754
2754
  for (var r = 0; r < e.length; r++) {
2755
- var n = e[r];
2756
- pe(n) && Fe(n, t);
2755
+ var a = e[r];
2756
+ pe(a) && Fe(a, t);
2757
2757
  }
2758
2758
  else if (pe(e))
2759
2759
  e._store && (e._store.validated = !0);
2760
2760
  else if (e) {
2761
- var m = M(e);
2761
+ var m = $(e);
2762
2762
  if (typeof m == "function" && m !== e.entries)
2763
2763
  for (var y = m.call(e), l; !(l = y.next()).done; )
2764
2764
  pe(l.value) && Fe(l.value, t);
@@ -2780,8 +2780,8 @@ Check the top-level render call using <` + r + ">.");
2780
2780
  else
2781
2781
  return;
2782
2782
  if (r) {
2783
- var n = b(t);
2784
- Ye(r, e.props, "prop", n, e);
2783
+ var a = b(t);
2784
+ Ye(r, e.props, "prop", a, e);
2785
2785
  } else if (t.PropTypes !== void 0 && !me) {
2786
2786
  me = !0;
2787
2787
  var m = b(t);
@@ -2793,9 +2793,9 @@ Check the top-level render call using <` + r + ">.");
2793
2793
  function it(e) {
2794
2794
  {
2795
2795
  for (var t = Object.keys(e.props), r = 0; r < t.length; r++) {
2796
- var n = t[r];
2797
- if (n !== "children" && n !== "key") {
2798
- Z(e), p("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), Z(null);
2796
+ var a = t[r];
2797
+ if (a !== "children" && a !== "key") {
2798
+ Z(e), p("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", a), Z(null);
2799
2799
  break;
2800
2800
  }
2801
2801
  }
@@ -2803,13 +2803,13 @@ Check the top-level render call using <` + r + ">.");
2803
2803
  }
2804
2804
  }
2805
2805
  var Me = {};
2806
- function $e(e, t, r, n, m, y) {
2806
+ function $e(e, t, r, a, m, y) {
2807
2807
  {
2808
2808
  var l = W(e);
2809
2809
  if (!l) {
2810
2810
  var i = "";
2811
2811
  (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (i += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
2812
- var D = nt();
2812
+ var D = at();
2813
2813
  D ? i += D : i += Pe();
2814
2814
  var w;
2815
2815
  e === null ? w = "null" : de(e) ? w = "array" : e !== void 0 && e.$$typeof === _ ? (w = "<" + (b(e.type) || "Unknown") + " />", i = " Did you accidentally export a JSX literal instead of a component?") : w = typeof e, p("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", w, i);
@@ -2818,17 +2818,17 @@ Check the top-level render call using <` + r + ">.");
2818
2818
  if (j == null)
2819
2819
  return j;
2820
2820
  if (l) {
2821
- var L = t.children;
2822
- if (L !== void 0)
2823
- if (n)
2824
- if (de(L)) {
2825
- for (var V = 0; V < L.length; V++)
2826
- Ie(L[V], e);
2827
- Object.freeze && Object.freeze(L);
2821
+ var B = t.children;
2822
+ if (B !== void 0)
2823
+ if (a)
2824
+ if (de(B)) {
2825
+ for (var V = 0; V < B.length; V++)
2826
+ Ie(B[V], e);
2827
+ Object.freeze && Object.freeze(B);
2828
2828
  } else
2829
2829
  p("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
2830
2830
  else
2831
- Ie(L, e);
2831
+ Ie(B, e);
2832
2832
  }
2833
2833
  if (X.call(t, "key")) {
2834
2834
  var H = b(e), F = Object.keys(t).filter(function(dt) {
@@ -2869,7 +2869,7 @@ const qr = "_btn_1k1b3_1", Yr = "_confirm_1k1b3_15", Gr = "_cancel_1k1b3_20", zr
2869
2869
  m: Jr,
2870
2870
  l: Zr
2871
2871
  }, Vr = ({
2872
- onClick: a,
2872
+ onClick: n,
2873
2873
  onSend: _,
2874
2874
  size: c = "m",
2875
2875
  view: u = "confirm",
@@ -2883,22 +2883,22 @@ const qr = "_btn_1k1b3_1", Yr = "_confirm_1k1b3_15", Gr = "_cancel_1k1b3_20", zr
2883
2883
  awaitText: d = "Ожидайте"
2884
2884
  }) => {
2885
2885
  let [k, S] = K.useState(!1);
2886
- const N = (M) => {
2887
- if (a) return a();
2888
- k || (_ ? (S(!0), _(S)) : M.preventDefault());
2886
+ const N = ($) => {
2887
+ if (n) return n();
2888
+ k || (_ ? (S(!0), _(S)) : $.preventDefault());
2889
2889
  };
2890
- let B = {};
2891
- return (C || k) && (B.disabled = !0), /* @__PURE__ */ Et.jsx(
2890
+ let A = {};
2891
+ return (C || k) && (A.disabled = !0), /* @__PURE__ */ Et.jsx(
2892
2892
  "button",
2893
2893
  {
2894
- ...B,
2894
+ ...A,
2895
2895
  ref: o,
2896
2896
  className: [
2897
2897
  jt.btn,
2898
2898
  k ? jt.disabled : jt[u],
2899
2899
  c && jt[c],
2900
2900
  O
2901
- ].filter((M) => M != "").join(" "),
2901
+ ].filter(($) => $ != "").join(" "),
2902
2902
  onClick: N,
2903
2903
  children: k ? d : /* @__PURE__ */ Et.jsxs(Et.Fragment, { children: [
2904
2904
  s || "",
@@ -2911,11 +2911,11 @@ const qr = "_btn_1k1b3_1", Yr = "_confirm_1k1b3_15", Gr = "_cancel_1k1b3_20", zr
2911
2911
  );
2912
2912
  };
2913
2913
  let Ae = {};
2914
- function Xr({ children: a }) {
2915
- return /* @__PURE__ */ J.jsx(J.Fragment, { children: a });
2914
+ function Xr({ children: n }) {
2915
+ return /* @__PURE__ */ J.jsx(J.Fragment, { children: n });
2916
2916
  }
2917
2917
  var Ct;
2918
- ((a) => {
2918
+ ((n) => {
2919
2919
  function _({
2920
2920
  import_modules: o
2921
2921
  }) {
@@ -2928,11 +2928,11 @@ var Ct;
2928
2928
  k([...d, { key: N, item: S }]);
2929
2929
  }, /* @__PURE__ */ J.jsx(J.Fragment, { children: d.map((S) => S.item) });
2930
2930
  }
2931
- a.Init = _;
2931
+ n.Init = _;
2932
2932
  function c(o) {
2933
2933
  return o && (Ae.i = o), Ae.i;
2934
2934
  }
2935
- a.Import = c, a.List = Mr, a.Scroll = $r, a.Form = Ar, a.Center = Br, a.Column = Lr;
2935
+ n.Import = c, n.List = Mr, n.Scroll = $r, n.Form = Ar, n.Center = Br, n.Column = Lr;
2936
2936
  function u(o, d, k) {
2937
2937
  Ae.i ? Ae.i(`${o}/modal/${d}.tsx`).then((S) => {
2938
2938
  S.default.Open(k);
@@ -2940,26 +2940,26 @@ var Ct;
2940
2940
  S.default.Open(k);
2941
2941
  });
2942
2942
  }
2943
- a.Open = u;
2943
+ n.Open = u;
2944
2944
  function g({ type: o, name: d, params: k }) {
2945
2945
  let [S, N] = K.useState(null);
2946
2946
  return K.useEffect(() => {
2947
- Ae.i ? Ae.i(`${o}/modal/${d}.tsx`).then((B) => {
2948
- N(B.default.Icon(k));
2949
- }) : Ut()(`${o}/modal/${d}.tsx`).then((B) => {
2950
- N(B.default.Icon(k));
2947
+ Ae.i ? Ae.i(`${o}/modal/${d}.tsx`).then((A) => {
2948
+ N(A.default.Icon(k));
2949
+ }) : Ut()(`${o}/modal/${d}.tsx`).then((A) => {
2950
+ N(A.default.Icon(k));
2951
2951
  });
2952
2952
  }, [k.id]), /* @__PURE__ */ J.jsx(J.Fragment, { children: S });
2953
2953
  }
2954
- a.Icon = g;
2954
+ n.Icon = g;
2955
2955
  function C(o, d) {
2956
2956
  Ae.add(/* @__PURE__ */ J.jsx(Xr, { children: o }, String(Date.now())), d);
2957
2957
  }
2958
- a.Add = C;
2958
+ n.Add = C;
2959
2959
  function O(o) {
2960
2960
  Ae.x(o);
2961
2961
  }
2962
- a.Close = O;
2962
+ n.Close = O;
2963
2963
  function x(o) {
2964
2964
  if (o.target.classList[0] !== "modal") return;
2965
2965
  let d = o.target.children[0];
@@ -2967,10 +2967,10 @@ var Ct;
2967
2967
  d.setAttribute("shake", !1);
2968
2968
  }, 1e3);
2969
2969
  }
2970
- a.Shake = x;
2970
+ n.Shake = x;
2971
2971
  function s(o, d) {
2972
2972
  const k = (S) => {
2973
- a.Add(
2973
+ n.Add(
2974
2974
  /* @__PURE__ */ J.jsx(o, { ...S }, (/* @__PURE__ */ new Date()).getTime())
2975
2975
  );
2976
2976
  };
@@ -2979,40 +2979,40 @@ var Ct;
2979
2979
  Open: k
2980
2980
  };
2981
2981
  }
2982
- a.Create = s;
2982
+ n.Create = s;
2983
2983
  function h({
2984
2984
  title: o,
2985
2985
  children: d,
2986
2986
  button: k,
2987
2987
  tabs: S,
2988
2988
  size: N = "m",
2989
- className: B = "",
2990
- shake: M = !0,
2989
+ className: A = "",
2990
+ shake: $ = !0,
2991
2991
  menu: T
2992
2992
  }) {
2993
- const [p, $] = K.useState(!0), Y = K.useRef(), q = (U) => {
2993
+ const [p, I] = K.useState(!0), q = K.useRef(), Y = (U) => {
2994
2994
  if (k) {
2995
2995
  if (k.onClick)
2996
- return U(!1), k.onClick({ setOpen: $ });
2996
+ return U(!1), k.onClick({ setOpen: I });
2997
2997
  if (k.onSend)
2998
2998
  return k.onSend({
2999
- setOpen: $,
2999
+ setOpen: I,
3000
3000
  disabled: U
3001
3001
  });
3002
3002
  }
3003
- }, A = () => {
3004
- if (!M) return $(!1);
3005
- Y.current.setAttribute("shake", !0), setTimeout(() => {
3006
- Y.current.setAttribute("shake", !1);
3003
+ }, L = () => {
3004
+ if (!$) return I(!1);
3005
+ q.current.setAttribute("shake", !0), setTimeout(() => {
3006
+ q.current.setAttribute("shake", !1);
3007
3007
  }, 1e3);
3008
3008
  };
3009
3009
  return p ? /* @__PURE__ */ J.jsxs("div", { className: `${_e.modal}`, children: [
3010
- /* @__PURE__ */ J.jsx("div", { className: _e.o, onClick: A }),
3010
+ /* @__PURE__ */ J.jsx("div", { className: _e.o, onClick: L }),
3011
3011
  /* @__PURE__ */ J.jsxs(
3012
3012
  "div",
3013
3013
  {
3014
- className: [_e.w, _e[`s${N}`], B].filter((U) => U != "").join(" "),
3015
- ref: Y,
3014
+ className: [_e.w, _e[`s${N}`], A].filter((U) => U != "").join(" "),
3015
+ ref: q,
3016
3016
  children: [
3017
3017
  /* @__PURE__ */ J.jsxs("div", { className: _e.h, children: [
3018
3018
  /* @__PURE__ */ J.jsx("div", { className: _e.t, children: o }),
@@ -3033,7 +3033,7 @@ var Ct;
3033
3033
  {
3034
3034
  className: _e.x,
3035
3035
  onClick: () => {
3036
- $(!1);
3036
+ I(!1);
3037
3037
  },
3038
3038
  children: /* @__PURE__ */ J.jsx("svg", { viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ J.jsx(
3039
3039
  "path",
@@ -3053,7 +3053,7 @@ var Ct;
3053
3053
  Vr,
3054
3054
  {
3055
3055
  label: k.label,
3056
- onSend: q,
3056
+ onSend: Y,
3057
3057
  className: _e.btn,
3058
3058
  size: k.size
3059
3059
  }
@@ -3063,11 +3063,11 @@ var Ct;
3063
3063
  )
3064
3064
  ] }) : "";
3065
3065
  }
3066
- a.Main = h;
3066
+ n.Main = h;
3067
3067
  })(Ct || (Ct = {}));
3068
- const Qr = (a, _ = ",") => (a = a !== void 0 && a !== "" ? a.split(_) : [], a.filter((c) => c !== "").reduce((c, u) => (c[u] = !0, c), {}));
3069
- function bn({
3070
- value: a,
3068
+ const Qr = (n, _ = ",") => (n = n !== void 0 && n !== "" ? n.split(_) : [], n.filter((c) => c !== "").reduce((c, u) => (c[u] = !0, c), {}));
3069
+ function ha({
3070
+ value: n,
3071
3071
  onValue: _,
3072
3072
  name: c,
3073
3073
  placeholder: u = "",
@@ -3083,29 +3083,29 @@ function bn({
3083
3083
  options: S,
3084
3084
  className: N
3085
3085
  }) {
3086
- const [B, M] = K.useState(Qr(a, g)), T = (Y) => {
3086
+ const [A, $] = K.useState(Qr(n, g)), T = (I) => {
3087
3087
  if (!(s && h) || !k) return;
3088
3088
  let q = k.split(".");
3089
3089
  Ct.Open(q[0], q[1], {
3090
- callback: (A) => {
3090
+ callback: (Y) => {
3091
3091
  if (_)
3092
3092
  switch (o) {
3093
3093
  case "array":
3094
- _({ value: Object.keys(A), name: c });
3094
+ _({ value: Object.keys(Y), name: c });
3095
3095
  break;
3096
3096
  case "string":
3097
3097
  _({
3098
- value: Object.keys(A).filter((U) => A[U]).join(g),
3098
+ value: Object.keys(Y).filter((L) => Y[L]).join(g),
3099
3099
  name: c
3100
3100
  });
3101
3101
  break;
3102
3102
  default:
3103
- _({ value: A, name: c });
3103
+ _({ value: Y, name: c });
3104
3104
  }
3105
- M(
3105
+ $(
3106
3106
  Object.fromEntries(
3107
- Object.entries(A).filter(
3108
- ([U, E]) => E !== !1
3107
+ Object.entries(Y).filter(
3108
+ ([L, U]) => U !== !1
3109
3109
  )
3110
3110
  )
3111
3111
  );
@@ -3113,53 +3113,42 @@ function bn({
3113
3113
  onValue: _,
3114
3114
  options: S,
3115
3115
  name: c,
3116
- value: B
3116
+ value: A
3117
3117
  });
3118
3118
  }, p = {};
3119
- p.field = "group", N && (p.className = N);
3120
- const $ = {};
3121
- return u && ($.placeholder = u), x ? /* @__PURE__ */ f.jsx(f.Fragment, {}) : /* @__PURE__ */ f.jsxs("dl", { ...p, children: [
3122
- /* @__PURE__ */ f.jsxs("dt", { children: [
3123
- C,
3124
- /* @__PURE__ */ f.jsx("i", { onClick: T, children: /* @__PURE__ */ f.jsx(
3125
- "svg",
3126
- {
3127
- width: "20",
3128
- fill: "none",
3129
- stroke: "currentColor",
3130
- strokeLinecap: "round",
3131
- strokeLinejoin: "round",
3132
- strokeWidth: "1",
3133
- viewBox: "0 0 24 24",
3134
- xmlns: "http://www.w3.org/2000/svg",
3135
- children: /* @__PURE__ */ f.jsx("path", { d: "M12 5.25v13.5M18.75 12H5.25" })
3136
- }
3137
- ) })
3138
- ] }),
3139
- /* @__PURE__ */ f.jsx(
3140
- "dd",
3141
- {
3142
- ...$,
3143
- onClick: T,
3144
- edit: (s && h) + "",
3145
- "data-after": d,
3146
- children: Object.keys(B).map((Y) => {
3147
- var q;
3148
- return /* @__PURE__ */ f.jsx("div", { className: "field_group_item", children: (q = S[Y]) == null ? void 0 : q.label }, Y);
3149
- })
3150
- }
3151
- ),
3152
- O && /* @__PURE__ */ f.jsx("em", { children: O })
3153
- ] });
3119
+ return u && (p.placeholder = u), x ? /* @__PURE__ */ f.jsx(f.Fragment, {}) : /* @__PURE__ */ f.jsxs(
3120
+ "dl",
3121
+ {
3122
+ "data-field": "group",
3123
+ className: [z.l, N].filter((I) => I !== void 0).join(" "),
3124
+ children: [
3125
+ C ? /* @__PURE__ */ f.jsx("dt", { className: z.t, children: C }) : "",
3126
+ /* @__PURE__ */ f.jsx(
3127
+ "dd",
3128
+ {
3129
+ ...p,
3130
+ className: z.f,
3131
+ onClick: T,
3132
+ edit: (s && h) + "",
3133
+ children: Object.keys(A).map((I) => {
3134
+ var q;
3135
+ return /* @__PURE__ */ f.jsx("div", { children: (q = S[I]) == null ? void 0 : q.label }, I);
3136
+ })
3137
+ }
3138
+ ),
3139
+ O && /* @__PURE__ */ f.jsx("em", { children: O })
3140
+ ]
3141
+ }
3142
+ );
3154
3143
  }
3155
- const en = "_o_1wehm_12", tn = "_l_1wehm_22", rn = "_i_1wehm_72", nn = "_f_1wehm_81", St = {
3156
- o: en,
3157
- l: tn,
3158
- i: rn,
3159
- f: nn
3144
+ const ea = "_o_1wehm_12", ta = "_l_1wehm_22", ra = "_i_1wehm_72", aa = "_f_1wehm_81", St = {
3145
+ o: ea,
3146
+ l: ta,
3147
+ i: ra,
3148
+ f: aa
3160
3149
  };
3161
- function kn({
3162
- title: a,
3150
+ function ba({
3151
+ title: n,
3163
3152
  error: _,
3164
3153
  edit: c = !0,
3165
3154
  active: u = !0,
@@ -3174,17 +3163,17 @@ function kn({
3174
3163
  after: k,
3175
3164
  view: S,
3176
3165
  order: N,
3177
- isReload: B = !1
3166
+ isReload: A = !1
3178
3167
  }) {
3179
3168
  var R, v;
3180
- const M = K.useRef(null), [T, p] = K.useState(C), [$, Y] = K.useState(x), [q, A] = K.useState(!1);
3169
+ const $ = K.useRef(null), [T, p] = K.useState(C), [I, q] = K.useState(x), [Y, L] = K.useState(!1);
3181
3170
  K.useEffect(() => {
3182
- p(C), Y(x);
3183
- }, [C, x]), g = !!(g && (C === 0 || ((R = $ == null ? void 0 : $[C]) == null ? void 0 : R.n) === void 0)) && !(c && u);
3171
+ p(C), q(x);
3172
+ }, [C, x]), g = !!(g && (C === 0 || ((R = I == null ? void 0 : I[C]) == null ? void 0 : R.n) === void 0)) && !(c && u);
3184
3173
  let E = (b) => {
3185
- p(b), O && O({ value: b, name: d, reload: B });
3174
+ p(b), O && O({ value: b, name: d, reload: A });
3186
3175
  }, W = { onClick: (b) => {
3187
- Object.keys($ || {}).length !== 0 && c && u && (M.position = b.target.getBoundingClientRect(), A(!0));
3176
+ Object.keys(I || {}).length !== 0 && c && u && ($.position = b.target.getBoundingClientRect(), L(!0));
3188
3177
  } };
3189
3178
  return s && (W.placeholder = s), k && (W.after = k), c && u && (W.edit = ""), g ? "" : /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
3190
3179
  /* @__PURE__ */ f.jsxs(
@@ -3193,17 +3182,17 @@ function kn({
3193
3182
  "data-field": "select",
3194
3183
  className: [z.l, h].filter((b) => b !== void 0).join(" "),
3195
3184
  children: [
3196
- a && /* @__PURE__ */ f.jsx("dt", { className: z.t, children: a }),
3185
+ n && /* @__PURE__ */ f.jsx("dt", { className: z.t, children: n }),
3197
3186
  /* @__PURE__ */ f.jsx(
3198
3187
  "dd",
3199
3188
  {
3200
3189
  ...W,
3201
3190
  className: [z.f, St.f].join(" "),
3202
- ref: M,
3203
- children: (v = $ == null ? void 0 : $[T]) == null ? void 0 : v.n
3191
+ ref: $,
3192
+ children: (v = I == null ? void 0 : I[T]) == null ? void 0 : v.n
3204
3193
  }
3205
3194
  ),
3206
- Object.keys($ || {}).length !== 0 && o && /* @__PURE__ */ f.jsx(
3195
+ Object.keys(I || {}).length !== 0 && o && /* @__PURE__ */ f.jsx(
3207
3196
  "svg",
3208
3197
  {
3209
3198
  className: St.i,
@@ -3221,17 +3210,17 @@ function kn({
3221
3210
  ]
3222
3211
  }
3223
3212
  ),
3224
- q && It(
3213
+ Y && It(
3225
3214
  /* @__PURE__ */ f.jsx(
3226
- an,
3215
+ na,
3227
3216
  {
3228
- parent: M.position,
3217
+ parent: $.position,
3229
3218
  onValue: E,
3230
3219
  view: S,
3231
3220
  className: h,
3232
- options: $,
3221
+ options: I,
3233
3222
  order: N,
3234
- setOpen: A
3223
+ setOpen: L
3235
3224
  },
3236
3225
  (/* @__PURE__ */ new Date()).getTime()
3237
3226
  ),
@@ -3239,8 +3228,8 @@ function kn({
3239
3228
  )
3240
3229
  ] });
3241
3230
  }
3242
- const an = ({
3243
- onValue: a,
3231
+ const na = ({
3232
+ onValue: n,
3244
3233
  parent: _,
3245
3234
  className: c,
3246
3235
  options: u,
@@ -3250,7 +3239,7 @@ const an = ({
3250
3239
  let O = () => {
3251
3240
  C(!1);
3252
3241
  }, x = (o) => {
3253
- C(!1), a(o);
3242
+ C(!1), n(o);
3254
3243
  }, s = window.innerHeight - _.y + _.height < 320 ? _.y - 312 : _.y + 33, h = window.innerWidth - _.x < 265 ? _.x - 235 : _.x;
3255
3244
  return /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
3256
3245
  /* @__PURE__ */ f.jsx(
@@ -3270,11 +3259,11 @@ const an = ({
3270
3259
  left: h + "px",
3271
3260
  width: _.width
3272
3261
  },
3273
- children: /* @__PURE__ */ f.jsx(on, { order: g, options: u, link: x })
3262
+ children: /* @__PURE__ */ f.jsx(oa, { order: g, options: u, link: x })
3274
3263
  }
3275
3264
  )
3276
3265
  ] });
3277
- }, on = ({ order: a, options: _, link: c }) => a ? /* @__PURE__ */ f.jsx("ul", { children: a.map(
3266
+ }, oa = ({ order: n, options: _, link: c }) => n ? /* @__PURE__ */ f.jsx("ul", { children: n.map(
3278
3267
  (u, g) => _[u].s !== 0 ? /* @__PURE__ */ f.jsx(
3279
3268
  "li",
3280
3269
  {
@@ -3297,8 +3286,8 @@ const an = ({
3297
3286
  g
3298
3287
  ) : ""
3299
3288
  ) });
3300
- function wn({
3301
- value: a,
3289
+ function ka({
3290
+ value: n,
3302
3291
  onValue: _,
3303
3292
  name: c,
3304
3293
  placeholder: u = "",
@@ -3313,41 +3302,41 @@ function wn({
3313
3302
  modal: k,
3314
3303
  module: S,
3315
3304
  options: N,
3316
- className: B
3305
+ className: A
3317
3306
  }) {
3318
- let [M, T] = K.useState(a), p = (q) => {
3307
+ let [$, T] = K.useState(n), p = (Y) => {
3319
3308
  if (!(x && h) || !k) return;
3320
- let A = k.split(".");
3321
- Ct.Open(A[0], A[1], {
3309
+ let L = k.split(".");
3310
+ Ct.Open(L[0], L[1], {
3322
3311
  callback: (U) => {
3323
3312
  _ && _({ value: U, name: c }), T(U);
3324
3313
  },
3325
3314
  onValue: _,
3326
3315
  options: N,
3327
3316
  name: c,
3328
- value: a
3317
+ value: n
3329
3318
  });
3330
3319
  };
3331
- const $ = {};
3332
- $.field = "input", B && ($.className = B);
3333
- const Y = {};
3334
- return u && (Y.placeholder = u), O ? /* @__PURE__ */ f.jsx(f.Fragment, {}) : /* @__PURE__ */ f.jsxs("dl", { ...$, children: [
3320
+ const I = {};
3321
+ I.field = "input", A && (I.className = A);
3322
+ const q = {};
3323
+ return u && (q.placeholder = u), O ? /* @__PURE__ */ f.jsx(f.Fragment, {}) : /* @__PURE__ */ f.jsxs("dl", { ...I, children: [
3335
3324
  g && /* @__PURE__ */ f.jsx("dt", { children: g }),
3336
3325
  /* @__PURE__ */ f.jsx(
3337
3326
  "dd",
3338
3327
  {
3339
- ...Y,
3328
+ ...q,
3340
3329
  onClick: p,
3341
3330
  edit: (x && h) + "",
3342
3331
  "data-after": o,
3343
- children: M
3332
+ children: $
3344
3333
  }
3345
3334
  ),
3346
3335
  C && /* @__PURE__ */ f.jsx("em", { children: C })
3347
3336
  ] });
3348
3337
  }
3349
- function jn({
3350
- value: a,
3338
+ function wa({
3339
+ value: n,
3351
3340
  onValue: _,
3352
3341
  onSave: c,
3353
3342
  name: u,
@@ -3362,18 +3351,18 @@ function jn({
3362
3351
  isShow: k = !1,
3363
3352
  maxLength: S,
3364
3353
  eyes: N = [],
3365
- after: B = ""
3354
+ after: A = ""
3366
3355
  }) {
3367
- const [M, T] = K.useState(k);
3356
+ const [$, T] = K.useState(k);
3368
3357
  let p = (E) => {
3369
3358
  _ && _({
3370
3359
  value: E.target.textContent,
3371
3360
  name: u,
3372
3361
  reload: o
3373
3362
  });
3374
- }, $ = (E) => {
3363
+ }, I = (E) => {
3375
3364
  E.key === "Enter" && E.preventDefault();
3376
- }, Y = (E) => {
3365
+ }, q = (E) => {
3377
3366
  E.preventDefault(), navigator.clipboard.readText().then((P) => {
3378
3367
  if (S) {
3379
3368
  let W = E.target.textContent.length;
@@ -3387,34 +3376,34 @@ function jn({
3387
3376
  );
3388
3377
  }).catch((P) => {
3389
3378
  });
3390
- }, q = (E) => {
3379
+ }, Y = (E) => {
3391
3380
  te.Blur(E), c == null || c({ value: E.target.textContent.trim(), name: u });
3392
3381
  };
3393
- const A = {};
3394
- A.field = "password", M && (A.show = ""), C && (A.className = C);
3382
+ const L = {};
3383
+ L.field = "password", $ && (L.show = ""), C && (L.className = C);
3395
3384
  const U = {};
3396
- return g && (U.placeholder = g), d ? "" : /* @__PURE__ */ f.jsxs("dl", { ...A, children: [
3385
+ return g && (U.placeholder = g), d ? "" : /* @__PURE__ */ f.jsxs("dl", { ...L, children: [
3397
3386
  O ? /* @__PURE__ */ f.jsx("dt", { children: O }) : "",
3398
3387
  /* @__PURE__ */ f.jsx(
3399
3388
  "dd",
3400
3389
  {
3401
- onPaste: Y,
3390
+ onPaste: q,
3402
3391
  onInput: p,
3403
- onKeyDown: $,
3404
- onBlur: q,
3392
+ onKeyDown: I,
3393
+ onBlur: Y,
3405
3394
  contentEditable: s && h ? te.ContentEditable : "false",
3406
3395
  ...U,
3407
3396
  suppressContentEditableWarning: !0,
3408
- children: a
3397
+ children: n
3409
3398
  }
3410
3399
  ),
3411
- N[0] && /* @__PURE__ */ f.jsx("i", { onClick: () => T(!M), children: M ? N[1] : N[0] }),
3412
- B,
3400
+ N[0] && /* @__PURE__ */ f.jsx("i", { onClick: () => T(!$), children: $ ? N[1] : N[0] }),
3401
+ A,
3413
3402
  x ? /* @__PURE__ */ f.jsx("em", { children: x }) : ""
3414
3403
  ] });
3415
3404
  }
3416
- function xn({
3417
- onValue: a,
3405
+ function ja({
3406
+ onValue: n,
3418
3407
  onSave: _,
3419
3408
  active: c,
3420
3409
  max: u,
@@ -3429,20 +3418,20 @@ function xn({
3429
3418
  maxLength: k,
3430
3419
  name: S,
3431
3420
  after: N = "",
3432
- before: B = "",
3433
- view: M
3421
+ before: A = "",
3422
+ view: $
3434
3423
  }) {
3435
3424
  g = g !== void 0 ? g : !0, c = c !== void 0 ? c : !0, s = !!(s && (h === "" || h === void 0)) && !(g && c), o = o !== void 0 ? o : "", u = u !== void 0 ? u : 99;
3436
- let p = !1, $ = (P) => {
3437
- a == null || a({ value: P.target.textContent, name: S });
3438
- }, Y = (P) => {
3425
+ let p = !1, I = (P) => {
3426
+ n == null || n({ value: P.target.textContent, name: S });
3427
+ }, q = (P) => {
3439
3428
  if (!(p && P.which === 86)) {
3440
3429
  if (P.which === 17 || P.which === 91) return p = !0;
3441
3430
  P.key !== "Backspace" && (P.target.textContent.length === u && P.preventDefault(), P.key === "Enter" && P.preventDefault(), isNaN(P.key) && P.preventDefault());
3442
3431
  }
3443
- }, q = (P) => {
3432
+ }, Y = (P) => {
3444
3433
  if (P.which === 17 || P.which === 91) return p = !1;
3445
- }, A = (P) => {
3434
+ }, L = (P) => {
3446
3435
  P.preventDefault(), navigator.clipboard.readText().then((W) => {
3447
3436
  if (W = W.replace(/(?!^\+|\d)./g, ""), k) {
3448
3437
  let R = P.target.textContent.length;
@@ -3464,16 +3453,16 @@ function xn({
3464
3453
  className: [z.l, d].filter((P) => P !== void 0).join(" "),
3465
3454
  children: [
3466
3455
  C ? /* @__PURE__ */ f.jsx("dt", { className: z.t, children: C }) : "",
3467
- B,
3456
+ A,
3468
3457
  /* @__PURE__ */ f.jsx(
3469
3458
  "dd",
3470
3459
  {
3471
3460
  className: [z.f, z.w].join(" "),
3472
- onPaste: A,
3473
- onInput: $,
3461
+ onPaste: L,
3462
+ onInput: I,
3474
3463
  onBlur: U,
3475
- onKeyDown: Y,
3476
- onKeyUp: q,
3464
+ onKeyDown: q,
3465
+ onKeyUp: Y,
3477
3466
  suppressContentEditableWarning: !0,
3478
3467
  ...E,
3479
3468
  children: h
@@ -3485,8 +3474,8 @@ function xn({
3485
3474
  }
3486
3475
  );
3487
3476
  }
3488
- function Cn({
3489
- value: a = "",
3477
+ function xa({
3478
+ value: n = "",
3490
3479
  onValue: _,
3491
3480
  onSave: c,
3492
3481
  name: u,
@@ -3502,27 +3491,27 @@ function Cn({
3502
3491
  view: S,
3503
3492
  className: N = ""
3504
3493
  }) {
3505
- h = h !== void 0 ? h : !0, o = o !== void 0 ? o : !0, s = !!(s && (a === "" || a === void 0)) && !(h && o), K.useRef(null);
3506
- let M = g, T = !0, p = 0, $ = (v, b) => {
3507
- let I = document.createRange(), G = window.getSelection();
3508
- I.setStart(b.childNodes[0], v), I.collapse(!0), G.removeAllRanges(), G.addRange(I), b.focus();
3509
- }, Y = (v) => {
3494
+ h = h !== void 0 ? h : !0, o = o !== void 0 ? o : !0, s = !!(s && (n === "" || n === void 0)) && !(h && o), K.useRef(null);
3495
+ let $ = g, T = !0, p = 0, I = (v, b) => {
3496
+ let M = document.createRange(), G = window.getSelection();
3497
+ M.setStart(b.childNodes[0], v), M.collapse(!0), G.removeAllRanges(), G.addRange(M), b.focus();
3498
+ }, q = (v) => {
3510
3499
  v.preventDefault(), navigator.clipboard.readText().then((b) => {
3511
3500
  window.document.execCommand("insertText", !1, b);
3512
3501
  }).catch((b) => {
3513
3502
  });
3514
- }, q = (v) => {
3515
- let b = 0, I = "", G = v.replace(/\D/g, "");
3503
+ }, Y = (v) => {
3504
+ let b = 0, M = "", G = v.replace(/\D/g, "");
3516
3505
  G === "" && (T = !0);
3517
3506
  let Q = G.split(""), ie = "";
3518
3507
  Q.forEach((ge) => {
3519
- T && (ie += ge, T && (p = ("" + ie).length, M = g.replace(new RegExp("[0-9]", "g"), "_"), I = ""), p > ("" + ie).length && (T = !0, M = g.replace(new RegExp("[0-9]", "g"), "_"), I = ""));
3508
+ T && (ie += ge, T && (p = ("" + ie).length, $ = g.replace(new RegExp("[0-9]", "g"), "_"), M = ""), p > ("" + ie).length && (T = !0, $ = g.replace(new RegExp("[0-9]", "g"), "_"), M = ""));
3520
3509
  });
3521
- let se = M.replace(/\D/g, "");
3522
- return se.length >= G.length && (G = se), { q: M.replace(/[_\d]/g, function() {
3510
+ let se = $.replace(/\D/g, "");
3511
+ return se.length >= G.length && (G = se), { q: $.replace(/[_\d]/g, function() {
3523
3512
  return G.charAt(b++) || "_";
3524
- }), i: b, v: G, f: I };
3525
- }, A = (v) => {
3513
+ }), i: b, v: G, f: M };
3514
+ }, L = (v) => {
3526
3515
  v.preventDefault(), navigator.clipboard.writeText(v.target.textContent.replace(/\D/g, "")).then(
3527
3516
  function() {
3528
3517
  xt.Copy("Данные в буфер обмене");
@@ -3530,9 +3519,9 @@ function Cn({
3530
3519
  function(b) {
3531
3520
  }
3532
3521
  );
3533
- }, U = q(a), E = (v) => {
3534
- let b = q(v.target.textContent);
3535
- v.target.textContent = b.q, b.i = b.q.lastIndexOf(b.v.substr(-1)), b.i < b.q.length && b.q !== M ? b.i++ : b.i = b.q.indexOf("_"), $(b.i, v.target), _ && _({ value: b.q.replace(/\D/g, ""), name: u });
3522
+ }, U = Y(n), E = (v) => {
3523
+ let b = Y(v.target.textContent);
3524
+ v.target.textContent = b.q, b.i = b.q.lastIndexOf(b.v.substr(-1)), b.i < b.q.length && b.q !== $ ? b.i++ : b.i = b.q.indexOf("_"), I(b.i, v.target), _ && _({ value: b.q.replace(/\D/g, ""), name: u });
3536
3525
  }, P = (v) => {
3537
3526
  v.key === "Enter" && v.preventDefault();
3538
3527
  };
@@ -3554,10 +3543,10 @@ function Cn({
3554
3543
  "dd",
3555
3544
  {
3556
3545
  className: [z.f, z.w].join(" "),
3557
- onPaste: Y,
3546
+ onPaste: q,
3558
3547
  onInput: E,
3559
3548
  onKeyDown: P,
3560
- onContextMenu: A,
3549
+ onContextMenu: L,
3561
3550
  onBlur: W,
3562
3551
  suppressContentEditableWarning: !0,
3563
3552
  ...R,
@@ -3569,8 +3558,8 @@ function Cn({
3569
3558
  }
3570
3559
  );
3571
3560
  }
3572
- function Sn({
3573
- id: a,
3561
+ function Ca({
3562
+ id: n,
3574
3563
  value: _,
3575
3564
  onValue: c,
3576
3565
  name: u,
@@ -3585,16 +3574,16 @@ function Sn({
3585
3574
  maxLength: k,
3586
3575
  view: S,
3587
3576
  onSave: N,
3588
- className: B = "",
3589
- isCopy: M = !0
3577
+ className: A = "",
3578
+ isCopy: $ = !0
3590
3579
  }) {
3591
3580
  let [T, p] = K.useState(!1);
3592
3581
  T = s ? !0 : T;
3593
- let $ = (E) => {
3582
+ let I = (E) => {
3594
3583
  c == null || c({ value: E.target.innerText, name: u });
3595
- }, Y = (E) => {
3596
- k && E.target.textContent.trim().length >= k && E.key !== "Backspace" && E.preventDefault(), E.key === "Enter" && E.preventDefault();
3597
3584
  }, q = (E) => {
3585
+ k && E.target.textContent.trim().length >= k && E.key !== "Backspace" && E.preventDefault(), E.key === "Enter" && E.preventDefault();
3586
+ }, Y = (E) => {
3598
3587
  E.preventDefault(), navigator.clipboard.readText().then((P) => {
3599
3588
  if (k) {
3600
3589
  let W = E.target.textContent.length;
@@ -3611,8 +3600,8 @@ function Sn({
3611
3600
  };
3612
3601
  if (x) return /* @__PURE__ */ f.jsx(f.Fragment, {});
3613
3602
  if (!(s && h) && !d) return "";
3614
- const A = {};
3615
- g && (A.placeholder = g), s && h && (A.edit = ""), T && (A.open = "");
3603
+ const L = {};
3604
+ g && (L.placeholder = g), s && h && (L.edit = ""), T && (L.open = "");
3616
3605
  const U = (E) => {
3617
3606
  te.Blur(E), N == null || N({ value: E.target.textContent.trim(), name: u });
3618
3607
  };
@@ -3620,20 +3609,20 @@ function Sn({
3620
3609
  "dl",
3621
3610
  {
3622
3611
  "data-field": "note",
3623
- className: [z.l, B].filter((E) => E !== void 0).join(" "),
3612
+ className: [z.l, A].filter((E) => E !== void 0).join(" "),
3624
3613
  children: [
3625
3614
  C ? /* @__PURE__ */ f.jsx("dt", { className: z.t, children: C }) : "",
3626
3615
  /* @__PURE__ */ f.jsx(
3627
3616
  "dd",
3628
3617
  {
3629
3618
  className: [z.f, z.n].join(" "),
3630
- onPaste: q,
3631
- onInput: $,
3619
+ onPaste: Y,
3620
+ onInput: I,
3632
3621
  onBlur: U,
3633
- onKeyDown: Y,
3622
+ onKeyDown: q,
3634
3623
  contentEditable: s && h ? te.ContentEditable : "false",
3635
3624
  suppressContentEditableWarning: !0,
3636
- ...A,
3625
+ ...L,
3637
3626
  children: _
3638
3627
  }
3639
3628
  ),
@@ -5025,8 +5014,8 @@ const Ot = {
5025
5014
  mask: "+1939(___) ___-__-__"
5026
5015
  }
5027
5016
  };
5028
- function Rn({
5029
- value: a,
5017
+ function Sa({
5018
+ value: n,
5030
5019
  onValue: _,
5031
5020
  onSave: c,
5032
5021
  name: u,
@@ -5041,36 +5030,36 @@ function Rn({
5041
5030
  view: k,
5042
5031
  className: S = ""
5043
5032
  }) {
5044
- s = s !== void 0 ? s : !0, h = h !== void 0 ? h : !0, x = !!(x && (a === "" || a === void 0)) && !(s && h), K.useRef(null);
5045
- let B = "+_(___) ___-__-__", M = !0, T = 0, p = (R, v) => {
5046
- let b = document.createRange(), I = window.getSelection();
5047
- b.setStart(v.childNodes[0], R), b.collapse(!0), I.removeAllRanges(), I.addRange(b), v.focus();
5048
- }, $ = (R) => {
5049
- let v = q(R.target.textContent);
5050
- R.target.textContent = v.q, v.i = v.q.lastIndexOf(v.v.substr(-1)), v.i < v.q.length && v.q !== B ? v.i++ : v.i = v.q.indexOf("_"), p(v.i, R.target), _ && _({ value: v.q.replace(/\D/g, ""), name: u });
5051
- }, Y = (R) => {
5033
+ s = s !== void 0 ? s : !0, h = h !== void 0 ? h : !0, x = !!(x && (n === "" || n === void 0)) && !(s && h), K.useRef(null);
5034
+ let A = "+_(___) ___-__-__", $ = !0, T = 0, p = (R, v) => {
5035
+ let b = document.createRange(), M = window.getSelection();
5036
+ b.setStart(v.childNodes[0], R), b.collapse(!0), M.removeAllRanges(), M.addRange(b), v.focus();
5037
+ }, I = (R) => {
5038
+ let v = Y(R.target.textContent);
5039
+ R.target.textContent = v.q, v.i = v.q.lastIndexOf(v.v.substr(-1)), v.i < v.q.length && v.q !== A ? v.i++ : v.i = v.q.indexOf("_"), p(v.i, R.target), _ && _({ value: v.q.replace(/\D/g, ""), name: u });
5040
+ }, q = (R) => {
5052
5041
  R.preventDefault(), navigator.clipboard.readText().then((v) => {
5053
5042
  window.document.execCommand("insertText", !1, v);
5054
5043
  }).catch((v) => {
5055
5044
  });
5056
- }, q = (R) => {
5057
- let v = 0, b = "", I = R.replace(/\D/g, "");
5058
- I === "" && (M = !0);
5059
- let G = I.split(""), Q = "";
5045
+ }, Y = (R) => {
5046
+ let v = 0, b = "", M = R.replace(/\D/g, "");
5047
+ M === "" && ($ = !0);
5048
+ let G = M.split(""), Q = "";
5060
5049
  G.forEach((ve) => {
5061
- M && (Q += ve, Ot[Q] !== void 0 && M ? (M = !1, B = Ot[Q].mask.replace(new RegExp("[0-9]", "g"), "_"), b = Ot[Q].code) : (M && (T = ("" + Q).length, B = `+${Q}_(___) ___-__-__`.replace(
5050
+ $ && (Q += ve, Ot[Q] !== void 0 && $ ? ($ = !1, A = Ot[Q].mask.replace(new RegExp("[0-9]", "g"), "_"), b = Ot[Q].code) : ($ && (T = ("" + Q).length, A = `+${Q}_(___) ___-__-__`.replace(
5062
5051
  new RegExp("[0-9]", "g"),
5063
5052
  "_"
5064
- ), b = ""), T > ("" + Q).length && (M = !0, B = `+${Q}_(___) ___-__-__`.replace(
5053
+ ), b = ""), T > ("" + Q).length && ($ = !0, A = `+${Q}_(___) ___-__-__`.replace(
5065
5054
  new RegExp("[0-9]", "g"),
5066
5055
  "_"
5067
5056
  ), b = "")));
5068
5057
  });
5069
- let ie = B.replace(/\D/g, "");
5070
- return ie.length >= I.length && (I = ie), { q: B.replace(/[_\d]/g, function() {
5071
- return I.charAt(v++) || "_";
5072
- }), i: v, v: I, f: b };
5073
- }, A = (R) => {
5058
+ let ie = A.replace(/\D/g, "");
5059
+ return ie.length >= M.length && (M = ie), { q: A.replace(/[_\d]/g, function() {
5060
+ return M.charAt(v++) || "_";
5061
+ }), i: v, v: M, f: b };
5062
+ }, L = (R) => {
5074
5063
  R.preventDefault(), navigator.clipboard.writeText(R.target.textContent.replace(/\D/g, "")).then(
5075
5064
  function() {
5076
5065
  xt.Copy("Данные в буфер обмене");
@@ -5078,7 +5067,7 @@ function Rn({
5078
5067
  function(v) {
5079
5068
  }
5080
5069
  );
5081
- }, U = q(a), E = (R) => {
5070
+ }, U = Y(n), E = (R) => {
5082
5071
  R.key === "Enter" && R.preventDefault();
5083
5072
  };
5084
5073
  const P = (R) => {
@@ -5099,10 +5088,10 @@ function Rn({
5099
5088
  "dd",
5100
5089
  {
5101
5090
  className: [z.f, z.w].join(" "),
5102
- onPaste: Y,
5103
- onInput: $,
5091
+ onPaste: q,
5092
+ onInput: I,
5104
5093
  onKeyDown: E,
5105
- onContextMenu: A,
5094
+ onContextMenu: L,
5106
5095
  onBlur: P,
5107
5096
  suppressContentEditableWarning: !0,
5108
5097
  ...W,
@@ -5114,12 +5103,12 @@ function Rn({
5114
5103
  }
5115
5104
  );
5116
5105
  }
5117
- const _n = "_o_1c9e1_1", sn = "_c_1c9e1_11", Rt = {
5118
- o: _n,
5119
- c: sn
5106
+ const ia = "_o_1c9e1_1", _a = "_c_1c9e1_11", Rt = {
5107
+ o: ia,
5108
+ c: _a
5120
5109
  };
5121
- function En({
5122
- title: a,
5110
+ function Ra({
5111
+ title: n,
5123
5112
  error: _,
5124
5113
  edit: c = !0,
5125
5114
  active: u = !0,
@@ -5136,35 +5125,35 @@ function En({
5136
5125
  let [S, N] = K.useState(
5137
5126
  d === void 0 ? /* @__PURE__ */ new Date() : d
5138
5127
  );
5139
- const B = K.useRef(null), [M, T] = K.useState(!1);
5128
+ const A = K.useRef(null), [$, T] = K.useState(!1);
5140
5129
  let p = !c && u;
5141
5130
  K.useEffect(() => {
5142
5131
  N(d === void 0 ? /* @__PURE__ */ new Date() : d);
5143
5132
  }, [d]);
5144
- let $ = (A) => {
5145
- N(A), s == null || s({ value: A, name: o });
5146
- }, Y = (A) => {
5147
- const U = A.target.getBoundingClientRect(), E = U.left, P = U.bottom, W = U.top;
5148
- B.position = { x: E, b: P, y: W }, T(!0);
5133
+ let I = (L) => {
5134
+ N(L), s == null || s({ value: L, name: o });
5135
+ }, q = (L) => {
5136
+ const U = L.target.getBoundingClientRect(), E = U.left, P = U.bottom, W = U.top;
5137
+ A.position = { x: E, b: P, y: W }, T(!0);
5149
5138
  };
5150
- const q = {};
5151
- return C && (q.placeholder = C), p ? /* @__PURE__ */ f.jsx(f.Fragment, {}) : /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
5139
+ const Y = {};
5140
+ return C && (Y.placeholder = C), p ? /* @__PURE__ */ f.jsx(f.Fragment, {}) : /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
5152
5141
  h ? h() : /* @__PURE__ */ f.jsxs(
5153
5142
  "dl",
5154
5143
  {
5155
5144
  "data-field": "date",
5156
- className: [z.l, g].filter((A) => A !== void 0).join(" "),
5145
+ className: [z.l, g].filter((L) => L !== void 0).join(" "),
5157
5146
  children: [
5158
- a ? /* @__PURE__ */ f.jsx("dt", { className: z.t, children: a }) : "",
5147
+ n ? /* @__PURE__ */ f.jsx("dt", { className: z.t, children: n }) : "",
5159
5148
  /* @__PURE__ */ f.jsxs(
5160
5149
  "dd",
5161
5150
  {
5162
- onClick: Y,
5151
+ onClick: q,
5163
5152
  className: [z.f, z.w].join(" "),
5164
- ...q,
5153
+ ...Y,
5165
5154
  "data-edit": (c && u) + "",
5166
5155
  children: [
5167
- un(S, "dd.mm.yyyy"),
5156
+ ca(S, "dd.mm.yyyy"),
5168
5157
  k
5169
5158
  ]
5170
5159
  }
@@ -5173,12 +5162,12 @@ function En({
5173
5162
  ]
5174
5163
  }
5175
5164
  ),
5176
- M && It(
5165
+ $ && It(
5177
5166
  /* @__PURE__ */ f.jsx(
5178
- ln,
5167
+ sa,
5179
5168
  {
5180
- position: B.position,
5181
- onValue: $,
5169
+ position: A.position,
5170
+ onValue: I,
5182
5171
  date: S,
5183
5172
  max: O,
5184
5173
  min: x,
@@ -5191,8 +5180,8 @@ function En({
5191
5180
  )
5192
5181
  ] });
5193
5182
  }
5194
- const ln = ({
5195
- date: a,
5183
+ const sa = ({
5184
+ date: n,
5196
5185
  onValue: _,
5197
5186
  position: c,
5198
5187
  max: u,
@@ -5200,7 +5189,7 @@ const ln = ({
5200
5189
  className: C,
5201
5190
  onOpen: O
5202
5191
  }) => {
5203
- let x = /* @__PURE__ */ new Date(), s = new Date(a), h = {
5192
+ let x = /* @__PURE__ */ new Date(), s = new Date(n), h = {
5204
5193
  y: parseInt(x.getFullYear()),
5205
5194
  d: parseInt(x.getDate()),
5206
5195
  m: parseInt(x.getMonth()) + 1
@@ -5211,33 +5200,33 @@ const ln = ({
5211
5200
  }, [d, k] = K.useState({ y: o.y, m: o.m }), S = (v) => {
5212
5201
  let b = v.getDay();
5213
5202
  return b === 0 && (b = 7), b - 1;
5214
- }, N = ["пн", "вт", "ср", "чт", "пт", "сб", "вс"], B = d.m - 1, M = new Date(d.y, B), T = [];
5215
- for (let v = 0; v < S(M); v++)
5203
+ }, N = ["пн", "вт", "ср", "чт", "пт", "сб", "вс"], A = d.m - 1, $ = new Date(d.y, A), T = [];
5204
+ for (let v = 0; v < S($); v++)
5216
5205
  T.push(0);
5217
- for (; M.getMonth() === B; )
5218
- T.push(M.getDate()), M.setDate(M.getDate() + 1);
5206
+ for (; $.getMonth() === A; )
5207
+ T.push($.getDate()), $.setDate($.getDate() + 1);
5219
5208
  let p = () => {
5220
5209
  O(!1);
5221
- }, $ = () => {
5222
- A(d.m + 1, d.y);
5223
- }, Y = () => {
5224
- A(d.m - 1, d.y);
5225
- }, q = (v) => {
5210
+ }, I = () => {
5211
+ L(d.m + 1, d.y);
5212
+ }, q = () => {
5213
+ L(d.m - 1, d.y);
5214
+ }, Y = (v) => {
5226
5215
  _(
5227
5216
  d.y + "-" + Yt(2, d.m) + "-" + Yt(2, v)
5228
5217
  ), p();
5229
- }, A = (v, b) => {
5218
+ }, L = (v, b) => {
5230
5219
  b = v > 12 ? b + 1 : v < 1 ? b - 1 : b, v = v > 12 ? 1 : v < 1 ? 12 : v, k({ y: b, m: v });
5231
5220
  };
5232
5221
  const U = (v) => h.y === d.y && h.m === d.m && h.d === v ? { "data-active": "true" } : {}, E = (v) => o.y === d.y && o.m === d.m && o.d === v ? { "data-current": "true" } : {}, P = (v) => {
5233
5222
  let b = !0;
5234
5223
  if (u) {
5235
- let I = u.getTime(), G = new Date(d.y, d.m - 1, v).getTime();
5236
- I < G && (b = !1);
5224
+ let M = u.getTime(), G = new Date(d.y, d.m - 1, v).getTime();
5225
+ M < G && (b = !1);
5237
5226
  }
5238
5227
  if (g) {
5239
- let I = g.getTime(), G = new Date(d.y, d.m - 1, v).getTime();
5240
- I > G && (b = !1);
5228
+ let M = g.getTime(), G = new Date(d.y, d.m - 1, v).getTime();
5229
+ M > G && (b = !1);
5241
5230
  }
5242
5231
  return b;
5243
5232
  };
@@ -5254,7 +5243,7 @@ const ln = ({
5254
5243
  style: { top: W + "px", left: R + "px" },
5255
5244
  children: [
5256
5245
  /* @__PURE__ */ f.jsxs("s", { children: [
5257
- /* @__PURE__ */ f.jsx("i", { onClick: Y, children: /* @__PURE__ */ f.jsx(
5246
+ /* @__PURE__ */ f.jsx("i", { onClick: q, children: /* @__PURE__ */ f.jsx(
5258
5247
  "svg",
5259
5248
  {
5260
5249
  width: "16",
@@ -5266,11 +5255,11 @@ const ln = ({
5266
5255
  }
5267
5256
  ) }),
5268
5257
  /* @__PURE__ */ f.jsxs("h2", { children: [
5269
- cn(d.m).name,
5258
+ la(d.m).name,
5270
5259
  " ",
5271
5260
  d.y
5272
5261
  ] }),
5273
- /* @__PURE__ */ f.jsx("i", { onClick: $, children: /* @__PURE__ */ f.jsx(
5262
+ /* @__PURE__ */ f.jsx("i", { onClick: I, children: /* @__PURE__ */ f.jsx(
5274
5263
  "svg",
5275
5264
  {
5276
5265
  width: "16",
@@ -5289,7 +5278,7 @@ const ln = ({
5289
5278
  {
5290
5279
  ...U(v),
5291
5280
  ...E(v),
5292
- onClick: () => q(v),
5281
+ onClick: () => Y(v),
5293
5282
  children: v
5294
5283
  }
5295
5284
  ) : /* @__PURE__ */ f.jsx("p", { ...U(v), ...E(v), children: v !== 0 ? v : "" }) }, b))
@@ -5299,8 +5288,8 @@ const ln = ({
5299
5288
  )
5300
5289
  ] });
5301
5290
  };
5302
- function cn(a) {
5303
- return a = typeof a == "number" ? a : new Date(a).getMonth() + 1, {
5291
+ function la(n) {
5292
+ return n = typeof n == "number" ? n : new Date(n).getMonth() + 1, {
5304
5293
  1: { val: "01", name: "Январь", names: "Января", abc: "Янв" },
5305
5294
  2: { val: "02", name: "Февраль", names: "Февраля", abc: "Февр" },
5306
5295
  3: { val: "03", name: "Март", names: "Марта", abc: "Март" },
@@ -5313,23 +5302,23 @@ function cn(a) {
5313
5302
  10: { val: "10", name: "Октябрь", names: "Октября", abc: "Окт" },
5314
5303
  11: { val: "11", name: "Ноябрь", names: "Ноября", abc: "Нояб" },
5315
5304
  12: { val: "12", name: "Декабрь", names: "Декабря", abc: "Дек" }
5316
- }[a];
5305
+ }[n];
5317
5306
  }
5318
- function Yt(a, _) {
5307
+ function Yt(n, _) {
5319
5308
  let c = _ + "";
5320
- for (; c.length < a; ) c = "0" + c;
5309
+ for (; c.length < n; ) c = "0" + c;
5321
5310
  return c;
5322
5311
  }
5323
- function un(a, _) {
5324
- _ === void 0 ? (_ = a, a = /* @__PURE__ */ new Date()) : a = new Date(a);
5312
+ function ca(n, _) {
5313
+ _ === void 0 ? (_ = n, n = /* @__PURE__ */ new Date()) : n = new Date(n);
5325
5314
  let c = {
5326
- yyyy: a.getFullYear(),
5327
- yy: ("" + a.getFullYear()).slice(-2),
5328
- mm: ("0" + (a.getMonth() + 1)).slice(-2),
5329
- dd: ("0" + a.getDate()).slice(-2),
5330
- HH: ("0" + a.getHours()).slice(-2),
5331
- MM: ("0" + a.getMinutes()).slice(-2),
5332
- SS: ("0" + a.getSeconds()).slice(-2),
5315
+ yyyy: n.getFullYear(),
5316
+ yy: ("" + n.getFullYear()).slice(-2),
5317
+ mm: ("0" + (n.getMonth() + 1)).slice(-2),
5318
+ dd: ("0" + n.getDate()).slice(-2),
5319
+ HH: ("0" + n.getHours()).slice(-2),
5320
+ MM: ("0" + n.getMinutes()).slice(-2),
5321
+ SS: ("0" + n.getSeconds()).slice(-2),
5333
5322
  __: "      ",
5334
5323
  _: "    "
5335
5324
  };
@@ -5337,8 +5326,8 @@ function un(a, _) {
5337
5326
  _ = _.replace(u, c[u]);
5338
5327
  return _;
5339
5328
  }
5340
- function On({
5341
- value: a,
5329
+ function Ea({
5330
+ value: n,
5342
5331
  onValue: _,
5343
5332
  name: c,
5344
5333
  error: u,
@@ -5349,17 +5338,17 @@ function On({
5349
5338
  placeholder: s = "",
5350
5339
  className: h
5351
5340
  }) {
5352
- let [o, d] = K.useState(a);
5341
+ let [o, d] = K.useState(n);
5353
5342
  const k = K.useRef(null), [S, N] = K.useState(!1);
5354
5343
  K.useEffect(() => {
5355
- d(a);
5356
- }, [a]);
5357
- let B = (p) => {
5344
+ d(n);
5345
+ }, [n]);
5346
+ let A = (p) => {
5358
5347
  d(p), _ && _({ value: p, name: c });
5359
- }, M = (p) => {
5348
+ }, $ = (p) => {
5360
5349
  if (!C || !O) return;
5361
- const $ = p.target.getBoundingClientRect(), Y = $.left, q = $.top;
5362
- k.position = { x: Y, y: q }, N(!0);
5350
+ const I = p.target.getBoundingClientRect(), q = I.left, Y = I.top;
5351
+ k.position = { x: q, y: Y }, N(!0);
5363
5352
  };
5364
5353
  const T = {};
5365
5354
  return s && (T.placeholder = s), g || /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
@@ -5373,10 +5362,10 @@ function On({
5373
5362
  /* @__PURE__ */ f.jsx(
5374
5363
  "dd",
5375
5364
  {
5376
- onClick: M,
5365
+ onClick: $,
5377
5366
  ...T,
5378
5367
  className: [z.f, z.w].join(" "),
5379
- children: fn(o, "mm.yyyy")
5368
+ children: da(o, "mm.yyyy")
5380
5369
  }
5381
5370
  ),
5382
5371
  u && /* @__PURE__ */ f.jsx("em", { children: u })
@@ -5385,10 +5374,10 @@ function On({
5385
5374
  ),
5386
5375
  S && It(
5387
5376
  /* @__PURE__ */ f.jsx(
5388
- dn,
5377
+ ua,
5389
5378
  {
5390
5379
  position: k.position,
5391
- onValue: B,
5380
+ onValue: A,
5392
5381
  date: o,
5393
5382
  onOpen: N
5394
5383
  },
@@ -5398,7 +5387,7 @@ function On({
5398
5387
  )
5399
5388
  ] });
5400
5389
  }
5401
- const dn = ({ onOpen: a, date: _, onValue: c, position: u }) => {
5390
+ const ua = ({ onOpen: n, date: _, onValue: c, position: u }) => {
5402
5391
  let g = /* @__PURE__ */ new Date(), C = new Date(_), O = {
5403
5392
  y: parseInt(g.getFullYear()),
5404
5393
  m: parseInt(g.getMonth()) + 1
@@ -5406,17 +5395,17 @@ const dn = ({ onOpen: a, date: _, onValue: c, position: u }) => {
5406
5395
  y: parseInt(C.getFullYear()),
5407
5396
  m: parseInt(C.getMonth()) + 1
5408
5397
  }, [s, h] = K.useState(x.y), o = () => {
5409
- a(!1);
5398
+ n(!1);
5410
5399
  }, d = () => {
5411
5400
  h(s + 1);
5412
5401
  }, k = () => {
5413
5402
  h(s - 1);
5414
5403
  }, S = (p) => {
5415
- c(s + "-" + mn(2, p)), o();
5416
- }, N = (p) => O.y === x.y && O.m === p ? "_FFEB3B" : "", B = Array(12).fill("").map((p, $) => $ + 1), M = window.innerHeight - u.y + 33 < 320 ? u.y - 312 : u.y + 33, T = window.innerWidth - u.x < 265 ? u.x - 235 : u.x;
5404
+ c(s + "-" + fa(2, p)), o();
5405
+ }, N = (p) => O.y === x.y && O.m === p ? "_FFEB3B" : "", A = Array(12).fill("").map((p, I) => I + 1), $ = window.innerHeight - u.y + 33 < 320 ? u.y - 312 : u.y + 33, T = window.innerWidth - u.x < 265 ? u.x - 235 : u.x;
5417
5406
  return /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
5418
5407
  /* @__PURE__ */ f.jsx("div", { className: Rt.o, onClick: o }),
5419
- /* @__PURE__ */ f.jsxs("div", { className: Rt.c, style: { top: M + "px", left: T + "px" }, children: [
5408
+ /* @__PURE__ */ f.jsxs("div", { className: Rt.c, style: { top: $ + "px", left: T + "px" }, children: [
5420
5409
  /* @__PURE__ */ f.jsxs("s", { children: [
5421
5410
  /* @__PURE__ */ f.jsx("i", { onClick: k, children: /* @__PURE__ */ f.jsx(
5422
5411
  "svg",
@@ -5442,30 +5431,30 @@ const dn = ({ onOpen: a, date: _, onValue: c, position: u }) => {
5442
5431
  }
5443
5432
  ) })
5444
5433
  ] }),
5445
- /* @__PURE__ */ f.jsx("div", { "grid-month": "", children: B.map((p, $) => /* @__PURE__ */ f.jsx(
5434
+ /* @__PURE__ */ f.jsx("div", { "grid-month": "", children: A.map((p, I) => /* @__PURE__ */ f.jsx(
5446
5435
  "span",
5447
5436
  {
5448
5437
  onClick: () => {
5449
5438
  S(p);
5450
5439
  },
5451
5440
  color: N(p),
5452
- children: /* @__PURE__ */ f.jsx("b", { children: pn(p).abc })
5441
+ children: /* @__PURE__ */ f.jsx("b", { children: ma(p).abc })
5453
5442
  },
5454
- $
5443
+ I
5455
5444
  )) })
5456
5445
  ] })
5457
5446
  ] });
5458
5447
  };
5459
- function fn(a, _) {
5460
- _ === void 0 ? (_ = a, a = /* @__PURE__ */ new Date()) : a = new Date(a);
5448
+ function da(n, _) {
5449
+ _ === void 0 ? (_ = n, n = /* @__PURE__ */ new Date()) : n = new Date(n);
5461
5450
  let c = {
5462
- yyyy: a.getFullYear(),
5463
- yy: ("" + a.getFullYear()).slice(-2),
5464
- mm: ("0" + (a.getMonth() + 1)).slice(-2),
5465
- dd: ("0" + a.getDate()).slice(-2),
5466
- HH: ("0" + a.getHours()).slice(-2),
5467
- MM: ("0" + a.getMinutes()).slice(-2),
5468
- SS: ("0" + a.getSeconds()).slice(-2),
5451
+ yyyy: n.getFullYear(),
5452
+ yy: ("" + n.getFullYear()).slice(-2),
5453
+ mm: ("0" + (n.getMonth() + 1)).slice(-2),
5454
+ dd: ("0" + n.getDate()).slice(-2),
5455
+ HH: ("0" + n.getHours()).slice(-2),
5456
+ MM: ("0" + n.getMinutes()).slice(-2),
5457
+ SS: ("0" + n.getSeconds()).slice(-2),
5469
5458
  __: "      ",
5470
5459
  _: "    "
5471
5460
  };
@@ -5473,13 +5462,13 @@ function fn(a, _) {
5473
5462
  _ = _.replace(u, c[u]);
5474
5463
  return _;
5475
5464
  }
5476
- function mn(a, _) {
5465
+ function fa(n, _) {
5477
5466
  let c = _ + "";
5478
- for (; c.length < a; ) c = "0" + c;
5467
+ for (; c.length < n; ) c = "0" + c;
5479
5468
  return c;
5480
5469
  }
5481
- function pn(a) {
5482
- return a = typeof a == "number" ? a : new Date(a).getMonth() + 1, {
5470
+ function ma(n) {
5471
+ return n = typeof n == "number" ? n : new Date(n).getMonth() + 1, {
5483
5472
  1: { val: "01", name: "Январь", names: "Января", abc: "Янв" },
5484
5473
  2: { val: "02", name: "Февраль", names: "Февраля", abc: "Февр" },
5485
5474
  3: { val: "03", name: "Март", names: "Марта", abc: "Март" },
@@ -5492,10 +5481,10 @@ function pn(a) {
5492
5481
  10: { val: "10", name: "Октябрь", names: "Октября", abc: "Окт" },
5493
5482
  11: { val: "11", name: "Ноябрь", names: "Ноября", abc: "Нояб" },
5494
5483
  12: { val: "12", name: "Декабрь", names: "Декабря", abc: "Дек" }
5495
- }[a];
5484
+ }[n];
5496
5485
  }
5497
- function Tn({
5498
- value: a,
5486
+ function Oa({
5487
+ value: n,
5499
5488
  onValue: _,
5500
5489
  name: c,
5501
5490
  placeholder: u = "",
@@ -5510,23 +5499,23 @@ function Tn({
5510
5499
  view: k,
5511
5500
  type: S,
5512
5501
  onSave: N,
5513
- className: B = "",
5514
- isClear: M = !1
5502
+ className: A = "",
5503
+ isClear: $ = !1
5515
5504
  }) {
5516
- let T = !!(O && (a === "" || a === void 0)), p = (R) => S === "multi" ? R.replace(/[^+\d.+-]/g, "") : R.replace(/[^+\d.]/g, ""), $ = (R, v) => {
5517
- let b = document.createRange(), I = window.getSelection();
5518
- b.setStart(v.childNodes[0], R), b.collapse(!0), I.removeAllRanges(), I.addRange(b), v.focus();
5519
- }, Y = (R) => {
5505
+ let T = !!(O && (n === "" || n === void 0)), p = (R) => S === "multi" ? R.replace(/[^+\d.+-]/g, "") : R.replace(/[^+\d.]/g, ""), I = (R, v) => {
5506
+ let b = document.createRange(), M = window.getSelection();
5507
+ b.setStart(v.childNodes[0], R), b.collapse(!0), M.removeAllRanges(), M.addRange(b), v.focus();
5508
+ }, q = (R) => {
5520
5509
  _ == null || _({
5521
5510
  value: p(R.target.textContent) * d,
5522
5511
  name: c
5523
- }), R.target.textContent = p(R.target.textContent), R.target.textContent.length > 0 && $(R.target.textContent.length, R.target);
5524
- }, q = (R) => {
5512
+ }), R.target.textContent = p(R.target.textContent), R.target.textContent.length > 0 && I(R.target.textContent.length, R.target);
5513
+ }, Y = (R) => {
5525
5514
  te.Blur(R), R.target.textContent === "" && (R.target.textContent = 0), N == null || N({ value: p(R.target.textContent) * d, name: c }), _ == null || _({
5526
5515
  value: p(R.target.textContent) * d,
5527
5516
  name: c
5528
5517
  }), R.target.textContent = Gt(R.target.textContent);
5529
- }, A = (R) => {
5518
+ }, L = (R) => {
5530
5519
  R.target.textContent = p(R.target.textContent);
5531
5520
  }, U = (R) => {
5532
5521
  R.currentTarget.previousElementSibling.textContent = "", _ == null || _({
@@ -5547,7 +5536,7 @@ function Tn({
5547
5536
  "dl",
5548
5537
  {
5549
5538
  "data-field": "date",
5550
- className: [z.l, B].filter((R) => R !== void 0).join(" "),
5539
+ className: [z.l, A].filter((R) => R !== void 0).join(" "),
5551
5540
  children: [
5552
5541
  g ? /* @__PURE__ */ f.jsx("dt", { className: z.t, children: g }) : "",
5553
5542
  /* @__PURE__ */ f.jsx(
@@ -5555,29 +5544,29 @@ function Tn({
5555
5544
  {
5556
5545
  ...W,
5557
5546
  className: [z.f, z.w].join(" "),
5558
- onInput: Y,
5547
+ onInput: q,
5559
5548
  onPaste: P,
5560
- onBlur: q,
5549
+ onBlur: Y,
5561
5550
  onKeyDown: E,
5562
- onFocus: A,
5551
+ onFocus: L,
5563
5552
  contentEditable: x && s ? te.ContentEditable : "false",
5564
5553
  suppressContentEditableWarning: !0,
5565
5554
  "data-after": h,
5566
- children: !u || a ? Gt(a) : ""
5555
+ children: !u || n ? Gt(n) : ""
5567
5556
  }
5568
5557
  ),
5569
- M && /* @__PURE__ */ f.jsx("svg", { "action-type": "delete", onClick: U, viewBox: "0 0 24 24", children: /* @__PURE__ */ f.jsx("path", { d: "M17 6L6 17M6 6L17 17" }) }),
5558
+ $ && /* @__PURE__ */ f.jsx("svg", { "action-type": "delete", onClick: U, viewBox: "0 0 24 24", children: /* @__PURE__ */ f.jsx("path", { d: "M17 6L6 17M6 6L17 17" }) }),
5570
5559
  C ? /* @__PURE__ */ f.jsx("em", { children: C }) : ""
5571
5560
  ]
5572
5561
  }
5573
5562
  );
5574
5563
  }
5575
- function Gt(a, _) {
5576
- return parseFloat(a).toFixed(2).replace(/(\d)(?=(\d{3})+\.)/g, "$1 ");
5564
+ function Gt(n, _) {
5565
+ return parseFloat(n).toFixed(2).replace(/(\d)(?=(\d{3})+\.)/g, "$1 ");
5577
5566
  }
5578
5567
  const he = {};
5579
- function Dn(a) {
5580
- const [_, c] = K.useState({}), u = K.useRef(a);
5568
+ function Ta(n) {
5569
+ const [_, c] = K.useState({}), u = K.useRef(n);
5581
5570
  return he.u = (g) => {
5582
5571
  u.current = { ...u.current, [g.name]: g.value };
5583
5572
  }, he.n = (g) => {
@@ -5586,14 +5575,14 @@ function Dn(a) {
5586
5575
  c(Date.now());
5587
5576
  }, [u.current, he.n];
5588
5577
  }
5589
- function Pn(a) {
5590
- he.u(a), a.reload && he.r();
5578
+ function Da(n) {
5579
+ he.u(n), n.reload && he.r();
5591
5580
  }
5592
- function Nn() {
5581
+ function Pa() {
5593
5582
  he.r && he.r();
5594
5583
  }
5595
- function Fn(a) {
5596
- const [_, c] = K.useState({}), u = K.useRef(a);
5584
+ function Na(n) {
5585
+ const [_, c] = K.useState({}), u = K.useRef(n);
5597
5586
  return he.u = (g) => {
5598
5587
  u.current = { ...u.current, [g.name]: g.value };
5599
5588
  }, he.n = (g) => {
@@ -5610,21 +5599,21 @@ function Ft() {
5610
5599
  Ft().elcrm || (Ft().elcrm = {});
5611
5600
  Object.assign(Ft().elcrm, { form: Zt.version });
5612
5601
  export {
5613
- En as Date,
5614
- Cn as Mask,
5615
- wn as Modal,
5616
- Tn as Money,
5617
- On as Month,
5618
- Sn as Note,
5619
- xn as Number,
5620
- bn as Options,
5621
- jn as Password,
5622
- Rn as Phone,
5623
- gn as Progress,
5624
- kn as Select,
5625
- hn as String,
5626
- Nn as runReload,
5627
- Pn as setValue,
5628
- Dn as useData,
5629
- Fn as useError
5602
+ Ra as Date,
5603
+ xa as Mask,
5604
+ ka as Modal,
5605
+ Oa as Money,
5606
+ Ea as Month,
5607
+ Ca as Note,
5608
+ ja as Number,
5609
+ ha as Options,
5610
+ wa as Password,
5611
+ Sa as Phone,
5612
+ va as Progress,
5613
+ ba as Select,
5614
+ ga as String,
5615
+ Pa as runReload,
5616
+ Da as setValue,
5617
+ Ta as useData,
5618
+ Na as useError
5630
5619
  };