@elcrm/form 0.0.36 → 0.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.es.js +1190 -1213
- package/dist/index.umd.js +38 -38
- package/dist/src/lib/Files.d.ts +1 -1
- package/dist/src/lib/Group.d.ts +1 -1
- package/dist/src/lib/Image.d.ts +1 -1
- package/dist/src/lib/Input.d.ts +1 -1
- package/dist/src/lib/Money.d.ts +1 -1
- package/dist/src/lib/Password.d.ts +1 -1
- package/dist/src/lib/Select.d.ts +1 -1
- package/dist/src/lib/Textarea.d.ts +1 -1
- package/package.json +1 -1
- package/dist/src/lib/_Button.d.ts +0 -8
- package/dist/src/lib/_Set.d.ts +0 -0
- package/dist/src/lib/_Textarea.d.ts +0 -20
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import U, { forwardRef as Jt, useEffect as Zt } from "react";
|
|
2
2
|
import { createPortal as Mt } from "react-dom";
|
|
3
|
-
import './index.css';const Vt = "0.0.
|
|
3
|
+
import './index.css';const Vt = "0.0.37", Xt = {
|
|
4
4
|
version: Vt
|
|
5
5
|
};
|
|
6
6
|
var Tt = { exports: {} }, mt = {};
|
|
@@ -17,15 +17,15 @@ var $t;
|
|
|
17
17
|
function Qt() {
|
|
18
18
|
if ($t) return mt;
|
|
19
19
|
$t = 1;
|
|
20
|
-
var a =
|
|
21
|
-
function
|
|
22
|
-
var o, d = {}, b = null,
|
|
23
|
-
|
|
24
|
-
for (o in s) u.call(s, o) && !
|
|
20
|
+
var a = U, _ = Symbol.for("react.element"), c = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, y = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, S = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
21
|
+
function P(x, s, v) {
|
|
22
|
+
var o, d = {}, b = null, C = null;
|
|
23
|
+
v !== void 0 && (b = "" + v), s.key !== void 0 && (b = "" + s.key), s.ref !== void 0 && (C = s.ref);
|
|
24
|
+
for (o in s) u.call(s, o) && !S.hasOwnProperty(o) && (d[o] = s[o]);
|
|
25
25
|
if (x && x.defaultProps) for (o in s = x.defaultProps, s) d[o] === void 0 && (d[o] = s[o]);
|
|
26
|
-
return { $$typeof:
|
|
26
|
+
return { $$typeof: _, type: x, key: b, ref: C, props: d, _owner: y.current };
|
|
27
27
|
}
|
|
28
|
-
return mt.Fragment =
|
|
28
|
+
return mt.Fragment = c, mt.jsx = P, mt.jsxs = P, mt;
|
|
29
29
|
}
|
|
30
30
|
var yt = {};
|
|
31
31
|
/**
|
|
@@ -40,14 +40,14 @@ var yt = {};
|
|
|
40
40
|
var At;
|
|
41
41
|
function er() {
|
|
42
42
|
return At || (At = 1, process.env.NODE_ENV !== "production" && function() {
|
|
43
|
-
var a =
|
|
43
|
+
var a = U, _ = Symbol.for("react.element"), c = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), y = Symbol.for("react.strict_mode"), S = Symbol.for("react.profiler"), P = Symbol.for("react.provider"), x = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), v = Symbol.for("react.suspense"), o = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), b = Symbol.for("react.lazy"), C = Symbol.for("react.offscreen"), F = Symbol.iterator, B = "@@iterator";
|
|
44
44
|
function I(e) {
|
|
45
45
|
if (e === null || typeof e != "object")
|
|
46
46
|
return null;
|
|
47
|
-
var t = F && e[F] || e[
|
|
47
|
+
var t = F && e[F] || e[B];
|
|
48
48
|
return typeof t == "function" ? t : null;
|
|
49
49
|
}
|
|
50
|
-
var
|
|
50
|
+
var E = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
51
51
|
function p(e) {
|
|
52
52
|
{
|
|
53
53
|
for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
|
|
@@ -57,24 +57,24 @@ function er() {
|
|
|
57
57
|
}
|
|
58
58
|
function M(e, t, r) {
|
|
59
59
|
{
|
|
60
|
-
var n =
|
|
60
|
+
var n = E.ReactDebugCurrentFrame, f = n.getStackAddendum();
|
|
61
61
|
f !== "" && (t += "%s", r = r.concat([f]));
|
|
62
|
-
var m = r.map(function(
|
|
63
|
-
return String(
|
|
62
|
+
var m = r.map(function(l) {
|
|
63
|
+
return String(l);
|
|
64
64
|
});
|
|
65
65
|
m.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, m);
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
var K = !1,
|
|
69
|
-
|
|
70
|
-
function
|
|
71
|
-
return !!(typeof e == "string" || typeof e == "function" || e === u || e ===
|
|
68
|
+
var K = !1, q = !1, L = !1, Y = !1, R = !1, T;
|
|
69
|
+
T = Symbol.for("react.module.reference");
|
|
70
|
+
function O(e) {
|
|
71
|
+
return !!(typeof e == "string" || typeof e == "function" || e === u || e === S || R || e === y || e === v || e === o || Y || e === C || K || q || L || typeof e == "object" && e !== null && (e.$$typeof === b || e.$$typeof === d || e.$$typeof === P || 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
|
-
e.$$typeof ===
|
|
75
|
+
e.$$typeof === T || e.getModuleId !== void 0));
|
|
76
76
|
}
|
|
77
|
-
function
|
|
77
|
+
function W(e, t, r) {
|
|
78
78
|
var n = e.displayName;
|
|
79
79
|
if (n)
|
|
80
80
|
return n;
|
|
@@ -94,13 +94,13 @@ function er() {
|
|
|
94
94
|
switch (e) {
|
|
95
95
|
case u:
|
|
96
96
|
return "Fragment";
|
|
97
|
-
case
|
|
97
|
+
case c:
|
|
98
98
|
return "Portal";
|
|
99
|
-
case
|
|
99
|
+
case S:
|
|
100
100
|
return "Profiler";
|
|
101
|
-
case
|
|
101
|
+
case y:
|
|
102
102
|
return "StrictMode";
|
|
103
|
-
case
|
|
103
|
+
case v:
|
|
104
104
|
return "Suspense";
|
|
105
105
|
case o:
|
|
106
106
|
return "SuspenseList";
|
|
@@ -110,18 +110,18 @@ function er() {
|
|
|
110
110
|
case x:
|
|
111
111
|
var t = e;
|
|
112
112
|
return h(t) + ".Consumer";
|
|
113
|
-
case
|
|
113
|
+
case P:
|
|
114
114
|
var r = e;
|
|
115
115
|
return h(r._context) + ".Provider";
|
|
116
116
|
case s:
|
|
117
|
-
return
|
|
117
|
+
return W(e, e.render, "ForwardRef");
|
|
118
118
|
case d:
|
|
119
119
|
var n = e.displayName || null;
|
|
120
120
|
return n !== null ? n : k(e.type) || "Memo";
|
|
121
121
|
case b: {
|
|
122
|
-
var f = e, m = f._payload,
|
|
122
|
+
var f = e, m = f._payload, l = f._init;
|
|
123
123
|
try {
|
|
124
|
-
return k(
|
|
124
|
+
return k(l(m));
|
|
125
125
|
} catch {
|
|
126
126
|
return null;
|
|
127
127
|
}
|
|
@@ -129,14 +129,14 @@ function er() {
|
|
|
129
129
|
}
|
|
130
130
|
return null;
|
|
131
131
|
}
|
|
132
|
-
var $ = Object.assign,
|
|
132
|
+
var $ = Object.assign, G = 0, X, oe, se, ve, ge, be, ke;
|
|
133
133
|
function we() {
|
|
134
134
|
}
|
|
135
135
|
we.__reactDisabledLog = !0;
|
|
136
136
|
function We() {
|
|
137
137
|
{
|
|
138
|
-
if (
|
|
139
|
-
X = console.log,
|
|
138
|
+
if (G === 0) {
|
|
139
|
+
X = console.log, oe = console.info, se = console.warn, ve = console.error, ge = console.group, be = console.groupCollapsed, ke = console.groupEnd;
|
|
140
140
|
var e = {
|
|
141
141
|
configurable: !0,
|
|
142
142
|
enumerable: !0,
|
|
@@ -153,12 +153,12 @@ function er() {
|
|
|
153
153
|
groupEnd: e
|
|
154
154
|
});
|
|
155
155
|
}
|
|
156
|
-
|
|
156
|
+
G++;
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
function Ue() {
|
|
160
160
|
{
|
|
161
|
-
if (
|
|
161
|
+
if (G--, G === 0) {
|
|
162
162
|
var e = {
|
|
163
163
|
configurable: !0,
|
|
164
164
|
enumerable: !0,
|
|
@@ -169,7 +169,7 @@ function er() {
|
|
|
169
169
|
value: X
|
|
170
170
|
}),
|
|
171
171
|
info: $({}, e, {
|
|
172
|
-
value:
|
|
172
|
+
value: oe
|
|
173
173
|
}),
|
|
174
174
|
warn: $({}, e, {
|
|
175
175
|
value: se
|
|
@@ -188,11 +188,11 @@ function er() {
|
|
|
188
188
|
})
|
|
189
189
|
});
|
|
190
190
|
}
|
|
191
|
-
|
|
191
|
+
G < 0 && p("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
-
var le =
|
|
195
|
-
function
|
|
194
|
+
var le = E.ReactCurrentDispatcher, ce;
|
|
195
|
+
function te(e, t, r) {
|
|
196
196
|
{
|
|
197
197
|
if (ce === void 0)
|
|
198
198
|
try {
|
|
@@ -205,16 +205,16 @@ function er() {
|
|
|
205
205
|
` + ce + e;
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
|
-
var ue = !1,
|
|
208
|
+
var ue = !1, re;
|
|
209
209
|
{
|
|
210
210
|
var Ke = typeof WeakMap == "function" ? WeakMap : Map;
|
|
211
|
-
|
|
211
|
+
re = new Ke();
|
|
212
212
|
}
|
|
213
213
|
function je(e, t) {
|
|
214
214
|
if (!e || ue)
|
|
215
215
|
return "";
|
|
216
216
|
{
|
|
217
|
-
var r =
|
|
217
|
+
var r = re.get(e);
|
|
218
218
|
if (r !== void 0)
|
|
219
219
|
return r;
|
|
220
220
|
}
|
|
@@ -226,27 +226,27 @@ function er() {
|
|
|
226
226
|
m = le.current, le.current = null, We();
|
|
227
227
|
try {
|
|
228
228
|
if (t) {
|
|
229
|
-
var
|
|
229
|
+
var l = function() {
|
|
230
230
|
throw Error();
|
|
231
231
|
};
|
|
232
|
-
if (Object.defineProperty(
|
|
232
|
+
if (Object.defineProperty(l.prototype, "props", {
|
|
233
233
|
set: function() {
|
|
234
234
|
throw Error();
|
|
235
235
|
}
|
|
236
236
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
237
237
|
try {
|
|
238
|
-
Reflect.construct(
|
|
238
|
+
Reflect.construct(l, []);
|
|
239
239
|
} catch (N) {
|
|
240
240
|
n = N;
|
|
241
241
|
}
|
|
242
|
-
Reflect.construct(e, [],
|
|
242
|
+
Reflect.construct(e, [], l);
|
|
243
243
|
} else {
|
|
244
244
|
try {
|
|
245
|
-
|
|
245
|
+
l.call();
|
|
246
246
|
} catch (N) {
|
|
247
247
|
n = N;
|
|
248
248
|
}
|
|
249
|
-
e.call(
|
|
249
|
+
e.call(l.prototype);
|
|
250
250
|
}
|
|
251
251
|
} else {
|
|
252
252
|
try {
|
|
@@ -258,18 +258,18 @@ function er() {
|
|
|
258
258
|
}
|
|
259
259
|
} catch (N) {
|
|
260
260
|
if (N && n && typeof N.stack == "string") {
|
|
261
|
-
for (var
|
|
262
|
-
`),
|
|
263
|
-
`), w =
|
|
261
|
+
for (var i = N.stack.split(`
|
|
262
|
+
`), D = n.stack.split(`
|
|
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--)
|
|
266
|
-
if (
|
|
266
|
+
if (i[w] !== D[j]) {
|
|
267
267
|
if (w !== 1 || j !== 1)
|
|
268
268
|
do
|
|
269
|
-
if (w--, j--, j < 0 ||
|
|
270
|
-
var
|
|
271
|
-
` +
|
|
272
|
-
return e.displayName &&
|
|
269
|
+
if (w--, j--, j < 0 || i[w] !== D[j]) {
|
|
270
|
+
var A = `
|
|
271
|
+
` + i[w].replace(" at new ", " at ");
|
|
272
|
+
return e.displayName && A.includes("<anonymous>") && (A = A.replace("<anonymous>", e.displayName)), typeof e == "function" && re.set(e, A), A;
|
|
273
273
|
}
|
|
274
274
|
while (w >= 1 && j >= 0);
|
|
275
275
|
break;
|
|
@@ -278,8 +278,8 @@ function er() {
|
|
|
278
278
|
} finally {
|
|
279
279
|
ue = !1, le.current = m, Ue(), Error.prepareStackTrace = f;
|
|
280
280
|
}
|
|
281
|
-
var Z = e ? e.displayName || e.name : "", z = Z ?
|
|
282
|
-
return typeof e == "function" &&
|
|
281
|
+
var Z = e ? e.displayName || e.name : "", z = Z ? te(Z) : "";
|
|
282
|
+
return typeof e == "function" && re.set(e, z), z;
|
|
283
283
|
}
|
|
284
284
|
function qe(e, t, r) {
|
|
285
285
|
return je(e, !1);
|
|
@@ -288,39 +288,39 @@ function er() {
|
|
|
288
288
|
var t = e.prototype;
|
|
289
289
|
return !!(t && t.isReactComponent);
|
|
290
290
|
}
|
|
291
|
-
function
|
|
291
|
+
function ae(e, t, r) {
|
|
292
292
|
if (e == null)
|
|
293
293
|
return "";
|
|
294
294
|
if (typeof e == "function")
|
|
295
295
|
return je(e, Ye(e));
|
|
296
296
|
if (typeof e == "string")
|
|
297
|
-
return
|
|
297
|
+
return te(e);
|
|
298
298
|
switch (e) {
|
|
299
|
-
case
|
|
300
|
-
return
|
|
299
|
+
case v:
|
|
300
|
+
return te("Suspense");
|
|
301
301
|
case o:
|
|
302
|
-
return
|
|
302
|
+
return te("SuspenseList");
|
|
303
303
|
}
|
|
304
304
|
if (typeof e == "object")
|
|
305
305
|
switch (e.$$typeof) {
|
|
306
306
|
case s:
|
|
307
307
|
return qe(e.render);
|
|
308
308
|
case d:
|
|
309
|
-
return
|
|
309
|
+
return ae(e.type, t, r);
|
|
310
310
|
case b: {
|
|
311
311
|
var n = e, f = n._payload, m = n._init;
|
|
312
312
|
try {
|
|
313
|
-
return
|
|
313
|
+
return ae(m(f), t, r);
|
|
314
314
|
} catch {
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
318
|
return "";
|
|
319
319
|
}
|
|
320
|
-
var V = Object.prototype.hasOwnProperty, xe = {}, Ce =
|
|
321
|
-
function
|
|
320
|
+
var V = Object.prototype.hasOwnProperty, xe = {}, Ce = E.ReactDebugCurrentFrame;
|
|
321
|
+
function ne(e) {
|
|
322
322
|
if (e) {
|
|
323
|
-
var t = e._owner, r =
|
|
323
|
+
var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
|
|
324
324
|
Ce.setExtraStackFrame(r);
|
|
325
325
|
} else
|
|
326
326
|
Ce.setExtraStackFrame(null);
|
|
@@ -328,19 +328,19 @@ function er() {
|
|
|
328
328
|
function Ge(e, t, r, n, f) {
|
|
329
329
|
{
|
|
330
330
|
var m = Function.call.bind(V);
|
|
331
|
-
for (var
|
|
332
|
-
if (m(e,
|
|
333
|
-
var
|
|
331
|
+
for (var l in e)
|
|
332
|
+
if (m(e, l)) {
|
|
333
|
+
var i = void 0;
|
|
334
334
|
try {
|
|
335
|
-
if (typeof e[
|
|
336
|
-
var
|
|
337
|
-
throw
|
|
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`.");
|
|
337
|
+
throw D.name = "Invariant Violation", D;
|
|
338
338
|
}
|
|
339
|
-
|
|
339
|
+
i = e[l](t, l, n, r, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
340
340
|
} catch (w) {
|
|
341
|
-
|
|
341
|
+
i = w;
|
|
342
342
|
}
|
|
343
|
-
|
|
343
|
+
i && !(i instanceof Error) && (ne(f), 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), ne(null)), i instanceof Error && !(i.message in xe) && (xe[i.message] = !0, ne(f), p("Failed %s type: %s", r, i.message), ne(null));
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
346
|
}
|
|
@@ -368,7 +368,7 @@ function er() {
|
|
|
368
368
|
if (Je(e))
|
|
369
369
|
return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", He(e)), Se(e);
|
|
370
370
|
}
|
|
371
|
-
var Ee =
|
|
371
|
+
var Ee = E.ReactCurrentOwner, Ze = {
|
|
372
372
|
key: !0,
|
|
373
373
|
ref: !0,
|
|
374
374
|
__self: !0,
|
|
@@ -415,57 +415,57 @@ function er() {
|
|
|
415
415
|
});
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
|
-
var rt = function(e, t, r, n, f, m,
|
|
419
|
-
var
|
|
418
|
+
var rt = function(e, t, r, n, f, m, l) {
|
|
419
|
+
var i = {
|
|
420
420
|
// This tag allows us to uniquely identify this as a React Element
|
|
421
|
-
$$typeof:
|
|
421
|
+
$$typeof: _,
|
|
422
422
|
// Built-in properties that belong on the element
|
|
423
423
|
type: e,
|
|
424
424
|
key: t,
|
|
425
425
|
ref: r,
|
|
426
|
-
props:
|
|
426
|
+
props: l,
|
|
427
427
|
// Record the component responsible for creating this element.
|
|
428
428
|
_owner: m
|
|
429
429
|
};
|
|
430
|
-
return
|
|
430
|
+
return i._store = {}, Object.defineProperty(i._store, "validated", {
|
|
431
431
|
configurable: !1,
|
|
432
432
|
enumerable: !1,
|
|
433
433
|
writable: !0,
|
|
434
434
|
value: !1
|
|
435
|
-
}), Object.defineProperty(
|
|
435
|
+
}), Object.defineProperty(i, "_self", {
|
|
436
436
|
configurable: !1,
|
|
437
437
|
enumerable: !1,
|
|
438
438
|
writable: !1,
|
|
439
439
|
value: n
|
|
440
|
-
}), Object.defineProperty(
|
|
440
|
+
}), Object.defineProperty(i, "_source", {
|
|
441
441
|
configurable: !1,
|
|
442
442
|
enumerable: !1,
|
|
443
443
|
writable: !1,
|
|
444
444
|
value: f
|
|
445
|
-
}), Object.freeze && (Object.freeze(
|
|
445
|
+
}), Object.freeze && (Object.freeze(i.props), Object.freeze(i)), i;
|
|
446
446
|
};
|
|
447
447
|
function at(e, t, r, n, f) {
|
|
448
448
|
{
|
|
449
|
-
var m,
|
|
450
|
-
r !== void 0 && (Re(r),
|
|
449
|
+
var m, l = {}, i = null, D = null;
|
|
450
|
+
r !== void 0 && (Re(r), i = "" + r), Xe(t) && (Re(t.key), i = "" + t.key), Ve(t) && (D = t.ref, Qe(t, f));
|
|
451
451
|
for (m in t)
|
|
452
|
-
V.call(t, m) && !Ze.hasOwnProperty(m) && (
|
|
452
|
+
V.call(t, m) && !Ze.hasOwnProperty(m) && (l[m] = t[m]);
|
|
453
453
|
if (e && e.defaultProps) {
|
|
454
454
|
var w = e.defaultProps;
|
|
455
455
|
for (m in w)
|
|
456
|
-
|
|
456
|
+
l[m] === void 0 && (l[m] = w[m]);
|
|
457
457
|
}
|
|
458
|
-
if (
|
|
458
|
+
if (i || D) {
|
|
459
459
|
var j = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
460
|
-
|
|
460
|
+
i && et(l, j), D && tt(l, j);
|
|
461
461
|
}
|
|
462
|
-
return rt(e,
|
|
462
|
+
return rt(e, i, D, f, n, Ee.current, l);
|
|
463
463
|
}
|
|
464
464
|
}
|
|
465
|
-
var fe =
|
|
465
|
+
var fe = E.ReactCurrentOwner, De = E.ReactDebugCurrentFrame;
|
|
466
466
|
function J(e) {
|
|
467
467
|
if (e) {
|
|
468
|
-
var t = e._owner, r =
|
|
468
|
+
var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
|
|
469
469
|
De.setExtraStackFrame(r);
|
|
470
470
|
} else
|
|
471
471
|
De.setExtraStackFrame(null);
|
|
@@ -473,7 +473,7 @@ function er() {
|
|
|
473
473
|
var pe;
|
|
474
474
|
pe = !1;
|
|
475
475
|
function me(e) {
|
|
476
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
476
|
+
return typeof e == "object" && e !== null && e.$$typeof === _;
|
|
477
477
|
}
|
|
478
478
|
function Pe() {
|
|
479
479
|
{
|
|
@@ -530,12 +530,12 @@ Check the top-level render call using <` + r + ">.");
|
|
|
530
530
|
else if (e) {
|
|
531
531
|
var f = I(e);
|
|
532
532
|
if (typeof f == "function" && f !== e.entries)
|
|
533
|
-
for (var m = f.call(e),
|
|
534
|
-
me(
|
|
533
|
+
for (var m = f.call(e), l; !(l = m.next()).done; )
|
|
534
|
+
me(l.value) && Fe(l.value, t);
|
|
535
535
|
}
|
|
536
536
|
}
|
|
537
537
|
}
|
|
538
|
-
function
|
|
538
|
+
function _t(e) {
|
|
539
539
|
{
|
|
540
540
|
var t = e.type;
|
|
541
541
|
if (t == null || typeof t == "string")
|
|
@@ -560,7 +560,7 @@ Check the top-level render call using <` + r + ">.");
|
|
|
560
560
|
typeof t.getDefaultProps == "function" && !t.getDefaultProps.isReactClassApproved && p("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
561
561
|
}
|
|
562
562
|
}
|
|
563
|
-
function
|
|
563
|
+
function it(e) {
|
|
564
564
|
{
|
|
565
565
|
for (var t = Object.keys(e.props), r = 0; r < t.length; r++) {
|
|
566
566
|
var n = t[r];
|
|
@@ -575,30 +575,30 @@ Check the top-level render call using <` + r + ">.");
|
|
|
575
575
|
var Me = {};
|
|
576
576
|
function $e(e, t, r, n, f, m) {
|
|
577
577
|
{
|
|
578
|
-
var
|
|
579
|
-
if (!
|
|
580
|
-
var
|
|
581
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
|
582
|
-
var
|
|
583
|
-
|
|
578
|
+
var l = O(e);
|
|
579
|
+
if (!l) {
|
|
580
|
+
var i = "";
|
|
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();
|
|
583
|
+
D ? i += D : i += Pe();
|
|
584
584
|
var w;
|
|
585
|
-
e === null ? w = "null" : de(e) ? w = "array" : e !== void 0 && e.$$typeof ===
|
|
585
|
+
e === null ? w = "null" : de(e) ? w = "array" : e !== void 0 && e.$$typeof === _ ? (w = "<" + (k(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);
|
|
586
586
|
}
|
|
587
587
|
var j = at(e, t, r, f, m);
|
|
588
588
|
if (j == null)
|
|
589
589
|
return j;
|
|
590
|
-
if (
|
|
591
|
-
var
|
|
592
|
-
if (
|
|
590
|
+
if (l) {
|
|
591
|
+
var A = t.children;
|
|
592
|
+
if (A !== void 0)
|
|
593
593
|
if (n)
|
|
594
|
-
if (de(
|
|
595
|
-
for (var Z = 0; Z <
|
|
596
|
-
Ie(
|
|
597
|
-
Object.freeze && Object.freeze(
|
|
594
|
+
if (de(A)) {
|
|
595
|
+
for (var Z = 0; Z < A.length; Z++)
|
|
596
|
+
Ie(A[Z], e);
|
|
597
|
+
Object.freeze && Object.freeze(A);
|
|
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(
|
|
601
|
+
Ie(A, e);
|
|
602
602
|
}
|
|
603
603
|
if (V.call(t, "key")) {
|
|
604
604
|
var z = k(e), N = Object.keys(t).filter(function(ft) {
|
|
@@ -614,7 +614,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
614
614
|
<%s key={someKey} {...props} />`, ye, z, dt, z), Me[z + ye] = !0;
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
|
-
return e === u ?
|
|
617
|
+
return e === u ? it(j) : _t(j), j;
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
620
|
function st(e, t, r) {
|
|
@@ -628,158 +628,158 @@ React keys must be passed directly to JSX without using spread:
|
|
|
628
628
|
}()), yt;
|
|
629
629
|
}
|
|
630
630
|
process.env.NODE_ENV === "production" ? Tt.exports = Qt() : Tt.exports = er();
|
|
631
|
-
var
|
|
632
|
-
function ba({ name: a, value:
|
|
633
|
-
let
|
|
631
|
+
var g = Tt.exports;
|
|
632
|
+
function ba({ name: a, value: _, title: c, style: u, className: y }) {
|
|
633
|
+
let S = {
|
|
634
634
|
field: "progress"
|
|
635
635
|
};
|
|
636
|
-
return u && (
|
|
637
|
-
|
|
638
|
-
/* @__PURE__ */
|
|
636
|
+
return u && (S.style = u), y && (S.className = y), /* @__PURE__ */ g.jsxs("dl", { ...S, children: [
|
|
637
|
+
c && /* @__PURE__ */ g.jsx("dt", { children: c }),
|
|
638
|
+
/* @__PURE__ */ g.jsx("dd", {})
|
|
639
639
|
] });
|
|
640
640
|
}
|
|
641
|
-
let
|
|
642
|
-
|
|
641
|
+
let ee = {};
|
|
642
|
+
ee.KeyDown = (a) => {
|
|
643
643
|
a.key === "Enter" && a.preventDefault();
|
|
644
644
|
};
|
|
645
|
-
|
|
646
|
-
a.preventDefault(), navigator.clipboard.readText().then((
|
|
647
|
-
|
|
648
|
-
}).catch((
|
|
645
|
+
ee.PasteOne = (a) => {
|
|
646
|
+
a.preventDefault(), navigator.clipboard.readText().then((_) => {
|
|
647
|
+
_ = _.replace(/^\s*/, "").replace(/\s*$/, ""), window.document.execCommand("insertText", !1, _);
|
|
648
|
+
}).catch((_) => {
|
|
649
649
|
});
|
|
650
650
|
};
|
|
651
|
-
|
|
652
|
-
|
|
651
|
+
ee.Paste = (a, _) => {
|
|
652
|
+
_.preventDefault(), navigator.clipboard.readText().then((c) => {
|
|
653
653
|
if (a) {
|
|
654
|
-
let u =
|
|
654
|
+
let u = _.target.textContent.length;
|
|
655
655
|
if (u >= a) return;
|
|
656
|
-
a -= u,
|
|
656
|
+
a -= u, c = c.slice(0, a);
|
|
657
657
|
}
|
|
658
658
|
window.document.execCommand(
|
|
659
659
|
"insertText",
|
|
660
660
|
!1,
|
|
661
|
-
|
|
661
|
+
c.replace(/(\r\n|\n|\r)/gm, " ")
|
|
662
662
|
);
|
|
663
|
-
}).catch((
|
|
663
|
+
}).catch((c) => {
|
|
664
664
|
});
|
|
665
665
|
};
|
|
666
|
-
|
|
666
|
+
ee.Focus = (a) => {
|
|
667
667
|
a.target.textContent.length === 0 && (a.target.innerHTML = "<br>");
|
|
668
668
|
};
|
|
669
|
-
|
|
669
|
+
ee.Blur = (a) => {
|
|
670
670
|
a.target.scrollLeft = 0, a.target.querySelector("br") !== null && a.target.querySelector("br").remove();
|
|
671
671
|
};
|
|
672
|
-
|
|
673
|
-
const tr = "
|
|
672
|
+
ee.ContentEditable = "plaintext-only";
|
|
673
|
+
const tr = "_l_do7az_13", rr = "_f_do7az_37", ar = "_n_do7az_55", nr = "_w_do7az_60", or = "_t_do7az_70", _r = "_g_do7az_75", ir = "_h_do7az_79", _e = {
|
|
674
674
|
l: tr,
|
|
675
675
|
f: rr,
|
|
676
676
|
n: ar,
|
|
677
677
|
w: nr,
|
|
678
678
|
t: or,
|
|
679
|
-
g:
|
|
680
|
-
h:
|
|
681
|
-
},
|
|
679
|
+
g: _r,
|
|
680
|
+
h: ir
|
|
681
|
+
}, Be = Jt(
|
|
682
682
|
({
|
|
683
683
|
element_blok: a,
|
|
684
|
-
element_input:
|
|
685
|
-
type:
|
|
684
|
+
element_input: _,
|
|
685
|
+
type: c = "input",
|
|
686
686
|
title: u,
|
|
687
|
-
before:
|
|
688
|
-
after:
|
|
689
|
-
children:
|
|
690
|
-
}, x) => /* @__PURE__ */
|
|
687
|
+
before: y,
|
|
688
|
+
after: S,
|
|
689
|
+
children: P
|
|
690
|
+
}, x) => /* @__PURE__ */ g.jsxs(
|
|
691
691
|
"dl",
|
|
692
692
|
{
|
|
693
|
-
"data-field":
|
|
694
|
-
...
|
|
695
|
-
className: [
|
|
693
|
+
"data-field": c,
|
|
694
|
+
..._.props,
|
|
695
|
+
className: [_e.l, ...a.className].filter((s) => s !== void 0).join(" "),
|
|
696
696
|
children: [
|
|
697
|
-
u ? /* @__PURE__ */
|
|
698
|
-
|
|
699
|
-
/* @__PURE__ */
|
|
697
|
+
u ? /* @__PURE__ */ g.jsx("dt", { className: _e.t, children: u }) : "",
|
|
698
|
+
y,
|
|
699
|
+
/* @__PURE__ */ g.jsx(
|
|
700
700
|
"dd",
|
|
701
701
|
{
|
|
702
702
|
ref: x,
|
|
703
|
-
className: [
|
|
703
|
+
className: [_e.f, ..._.className].join(
|
|
704
704
|
" "
|
|
705
705
|
),
|
|
706
|
-
...
|
|
707
|
-
children:
|
|
706
|
+
..._.props,
|
|
707
|
+
children: P
|
|
708
708
|
}
|
|
709
709
|
),
|
|
710
|
-
|
|
710
|
+
S
|
|
711
711
|
]
|
|
712
712
|
}
|
|
713
713
|
)
|
|
714
714
|
);
|
|
715
715
|
function ka({
|
|
716
716
|
id: a,
|
|
717
|
-
value:
|
|
718
|
-
onValue:
|
|
717
|
+
value: _,
|
|
718
|
+
onValue: c,
|
|
719
719
|
name: u,
|
|
720
|
-
placeholder:
|
|
721
|
-
title:
|
|
722
|
-
error:
|
|
720
|
+
placeholder: y = "",
|
|
721
|
+
title: S = "",
|
|
722
|
+
error: P = "",
|
|
723
723
|
hide: x = !1,
|
|
724
724
|
edit: s = !0,
|
|
725
|
-
active:
|
|
725
|
+
active: v = !0,
|
|
726
726
|
after: o = "",
|
|
727
727
|
before: d = "",
|
|
728
728
|
show: b = !0,
|
|
729
|
-
maxLength:
|
|
729
|
+
maxLength: C,
|
|
730
730
|
onSave: F,
|
|
731
|
-
className:
|
|
731
|
+
className: B = "",
|
|
732
732
|
isCopy: I = !0,
|
|
733
|
-
isReload:
|
|
733
|
+
isReload: E = !1
|
|
734
734
|
}) {
|
|
735
|
-
let p = !!(x && (
|
|
736
|
-
|
|
737
|
-
value:
|
|
735
|
+
let p = !!(x && (_ === "" || _ === void 0)), M = (R) => {
|
|
736
|
+
c && c({
|
|
737
|
+
value: R.target.textContent.trim(),
|
|
738
738
|
name: u,
|
|
739
|
-
reload:
|
|
739
|
+
reload: E
|
|
740
740
|
});
|
|
741
|
-
}, K = (
|
|
742
|
-
|
|
743
|
-
},
|
|
744
|
-
|
|
745
|
-
if (
|
|
746
|
-
let
|
|
747
|
-
if (
|
|
748
|
-
|
|
741
|
+
}, K = (R) => {
|
|
742
|
+
C && R.target.textContent.trim().length >= C && R.key !== "Backspace" && R.preventDefault(), R.key === "Enter" && R.preventDefault();
|
|
743
|
+
}, q = (R) => {
|
|
744
|
+
R.preventDefault(), navigator.clipboard.readText().then((T) => {
|
|
745
|
+
if (C) {
|
|
746
|
+
let O = R.target.textContent.length;
|
|
747
|
+
if (O >= C) return;
|
|
748
|
+
C -= O, T = T.slice(0, C);
|
|
749
749
|
}
|
|
750
750
|
window.document.execCommand(
|
|
751
751
|
"insertText",
|
|
752
752
|
!1,
|
|
753
|
-
|
|
753
|
+
T.replace(/(\r\n|\n|\r)/gm, " ")
|
|
754
754
|
);
|
|
755
|
-
}).catch((
|
|
755
|
+
}).catch((T) => {
|
|
756
756
|
});
|
|
757
757
|
};
|
|
758
|
-
if (!(s &&
|
|
758
|
+
if (!(s && v) && !b || !(s && v) && p) return "";
|
|
759
759
|
const L = {};
|
|
760
|
-
|
|
761
|
-
const
|
|
762
|
-
|
|
760
|
+
y && (L.placeholder = y), s && v && (L.edit = "");
|
|
761
|
+
const Y = (R) => {
|
|
762
|
+
ee.Blur(R), F == null || F({ value: R.target.textContent.trim(), name: u });
|
|
763
763
|
};
|
|
764
|
-
return /* @__PURE__ */
|
|
765
|
-
|
|
764
|
+
return /* @__PURE__ */ g.jsx(
|
|
765
|
+
Be,
|
|
766
766
|
{
|
|
767
767
|
type: "input",
|
|
768
|
-
title:
|
|
769
|
-
element_blok: { className: [
|
|
770
|
-
element_input: { className: [
|
|
771
|
-
children: /* @__PURE__ */
|
|
768
|
+
title: S,
|
|
769
|
+
element_blok: { className: [B] },
|
|
770
|
+
element_input: { className: [_e.w] },
|
|
771
|
+
children: /* @__PURE__ */ g.jsx(
|
|
772
772
|
"div",
|
|
773
773
|
{
|
|
774
|
-
onBlur:
|
|
775
|
-
onPaste:
|
|
774
|
+
onBlur: Y,
|
|
775
|
+
onPaste: q,
|
|
776
776
|
onInput: M,
|
|
777
777
|
onKeyDown: K,
|
|
778
778
|
spellCheck: "true",
|
|
779
|
-
contentEditable: s &&
|
|
779
|
+
contentEditable: s && v ? ee.ContentEditable : "false",
|
|
780
780
|
suppressContentEditableWarning: !0,
|
|
781
781
|
...L,
|
|
782
|
-
children:
|
|
782
|
+
children: _
|
|
783
783
|
}
|
|
784
784
|
)
|
|
785
785
|
}
|
|
@@ -799,15 +799,15 @@ var Bt;
|
|
|
799
799
|
function sr() {
|
|
800
800
|
if (Bt) return vt;
|
|
801
801
|
Bt = 1;
|
|
802
|
-
var a =
|
|
803
|
-
function
|
|
804
|
-
var o, d = {}, b = null,
|
|
805
|
-
|
|
806
|
-
for (o in s) u.call(s, o) && !
|
|
802
|
+
var a = U, _ = Symbol.for("react.element"), c = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, y = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, S = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
803
|
+
function P(x, s, v) {
|
|
804
|
+
var o, d = {}, b = null, C = null;
|
|
805
|
+
v !== void 0 && (b = "" + v), s.key !== void 0 && (b = "" + s.key), s.ref !== void 0 && (C = s.ref);
|
|
806
|
+
for (o in s) u.call(s, o) && !S.hasOwnProperty(o) && (d[o] = s[o]);
|
|
807
807
|
if (x && x.defaultProps) for (o in s = x.defaultProps, s) d[o] === void 0 && (d[o] = s[o]);
|
|
808
|
-
return { $$typeof:
|
|
808
|
+
return { $$typeof: _, type: x, key: b, ref: C, props: d, _owner: y.current };
|
|
809
809
|
}
|
|
810
|
-
return vt.Fragment =
|
|
810
|
+
return vt.Fragment = c, vt.jsx = P, vt.jsxs = P, vt;
|
|
811
811
|
}
|
|
812
812
|
var kt = {};
|
|
813
813
|
/**
|
|
@@ -822,14 +822,14 @@ var kt = {};
|
|
|
822
822
|
var Lt;
|
|
823
823
|
function lr() {
|
|
824
824
|
return Lt || (Lt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
825
|
-
var a =
|
|
825
|
+
var a = U, _ = Symbol.for("react.element"), c = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), y = Symbol.for("react.strict_mode"), S = Symbol.for("react.profiler"), P = Symbol.for("react.provider"), x = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), v = Symbol.for("react.suspense"), o = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), b = Symbol.for("react.lazy"), C = Symbol.for("react.offscreen"), F = Symbol.iterator, B = "@@iterator";
|
|
826
826
|
function I(e) {
|
|
827
827
|
if (e === null || typeof e != "object")
|
|
828
828
|
return null;
|
|
829
|
-
var t = F && e[F] || e[
|
|
829
|
+
var t = F && e[F] || e[B];
|
|
830
830
|
return typeof t == "function" ? t : null;
|
|
831
831
|
}
|
|
832
|
-
var
|
|
832
|
+
var E = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
833
833
|
function p(e) {
|
|
834
834
|
{
|
|
835
835
|
for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
|
|
@@ -839,24 +839,24 @@ function lr() {
|
|
|
839
839
|
}
|
|
840
840
|
function M(e, t, r) {
|
|
841
841
|
{
|
|
842
|
-
var n =
|
|
842
|
+
var n = E.ReactDebugCurrentFrame, f = n.getStackAddendum();
|
|
843
843
|
f !== "" && (t += "%s", r = r.concat([f]));
|
|
844
|
-
var m = r.map(function(
|
|
845
|
-
return String(
|
|
844
|
+
var m = r.map(function(l) {
|
|
845
|
+
return String(l);
|
|
846
846
|
});
|
|
847
847
|
m.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, m);
|
|
848
848
|
}
|
|
849
849
|
}
|
|
850
|
-
var K = !1,
|
|
851
|
-
|
|
852
|
-
function
|
|
853
|
-
return !!(typeof e == "string" || typeof e == "function" || e === u || e ===
|
|
850
|
+
var K = !1, q = !1, L = !1, Y = !1, R = !1, T;
|
|
851
|
+
T = Symbol.for("react.module.reference");
|
|
852
|
+
function O(e) {
|
|
853
|
+
return !!(typeof e == "string" || typeof e == "function" || e === u || e === S || R || e === y || e === v || e === o || Y || e === C || K || q || L || typeof e == "object" && e !== null && (e.$$typeof === b || e.$$typeof === d || e.$$typeof === P || e.$$typeof === x || e.$$typeof === s || // This needs to include all possible module reference object
|
|
854
854
|
// types supported by any Flight configuration anywhere since
|
|
855
855
|
// we don't know which Flight build this will end up being used
|
|
856
856
|
// with.
|
|
857
|
-
e.$$typeof ===
|
|
857
|
+
e.$$typeof === T || e.getModuleId !== void 0));
|
|
858
858
|
}
|
|
859
|
-
function
|
|
859
|
+
function W(e, t, r) {
|
|
860
860
|
var n = e.displayName;
|
|
861
861
|
if (n)
|
|
862
862
|
return n;
|
|
@@ -876,13 +876,13 @@ function lr() {
|
|
|
876
876
|
switch (e) {
|
|
877
877
|
case u:
|
|
878
878
|
return "Fragment";
|
|
879
|
-
case
|
|
879
|
+
case c:
|
|
880
880
|
return "Portal";
|
|
881
|
-
case
|
|
881
|
+
case S:
|
|
882
882
|
return "Profiler";
|
|
883
|
-
case
|
|
883
|
+
case y:
|
|
884
884
|
return "StrictMode";
|
|
885
|
-
case
|
|
885
|
+
case v:
|
|
886
886
|
return "Suspense";
|
|
887
887
|
case o:
|
|
888
888
|
return "SuspenseList";
|
|
@@ -892,18 +892,18 @@ function lr() {
|
|
|
892
892
|
case x:
|
|
893
893
|
var t = e;
|
|
894
894
|
return h(t) + ".Consumer";
|
|
895
|
-
case
|
|
895
|
+
case P:
|
|
896
896
|
var r = e;
|
|
897
897
|
return h(r._context) + ".Provider";
|
|
898
898
|
case s:
|
|
899
|
-
return
|
|
899
|
+
return W(e, e.render, "ForwardRef");
|
|
900
900
|
case d:
|
|
901
901
|
var n = e.displayName || null;
|
|
902
902
|
return n !== null ? n : k(e.type) || "Memo";
|
|
903
903
|
case b: {
|
|
904
|
-
var f = e, m = f._payload,
|
|
904
|
+
var f = e, m = f._payload, l = f._init;
|
|
905
905
|
try {
|
|
906
|
-
return k(
|
|
906
|
+
return k(l(m));
|
|
907
907
|
} catch {
|
|
908
908
|
return null;
|
|
909
909
|
}
|
|
@@ -911,14 +911,14 @@ function lr() {
|
|
|
911
911
|
}
|
|
912
912
|
return null;
|
|
913
913
|
}
|
|
914
|
-
var $ = Object.assign,
|
|
914
|
+
var $ = Object.assign, G = 0, X, oe, se, ve, ge, be, ke;
|
|
915
915
|
function we() {
|
|
916
916
|
}
|
|
917
917
|
we.__reactDisabledLog = !0;
|
|
918
918
|
function We() {
|
|
919
919
|
{
|
|
920
|
-
if (
|
|
921
|
-
X = console.log,
|
|
920
|
+
if (G === 0) {
|
|
921
|
+
X = console.log, oe = console.info, se = console.warn, ve = console.error, ge = console.group, be = console.groupCollapsed, ke = console.groupEnd;
|
|
922
922
|
var e = {
|
|
923
923
|
configurable: !0,
|
|
924
924
|
enumerable: !0,
|
|
@@ -935,12 +935,12 @@ function lr() {
|
|
|
935
935
|
groupEnd: e
|
|
936
936
|
});
|
|
937
937
|
}
|
|
938
|
-
|
|
938
|
+
G++;
|
|
939
939
|
}
|
|
940
940
|
}
|
|
941
941
|
function Ue() {
|
|
942
942
|
{
|
|
943
|
-
if (
|
|
943
|
+
if (G--, G === 0) {
|
|
944
944
|
var e = {
|
|
945
945
|
configurable: !0,
|
|
946
946
|
enumerable: !0,
|
|
@@ -951,7 +951,7 @@ function lr() {
|
|
|
951
951
|
value: X
|
|
952
952
|
}),
|
|
953
953
|
info: $({}, e, {
|
|
954
|
-
value:
|
|
954
|
+
value: oe
|
|
955
955
|
}),
|
|
956
956
|
warn: $({}, e, {
|
|
957
957
|
value: se
|
|
@@ -970,11 +970,11 @@ function lr() {
|
|
|
970
970
|
})
|
|
971
971
|
});
|
|
972
972
|
}
|
|
973
|
-
|
|
973
|
+
G < 0 && p("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
974
974
|
}
|
|
975
975
|
}
|
|
976
|
-
var le =
|
|
977
|
-
function
|
|
976
|
+
var le = E.ReactCurrentDispatcher, ce;
|
|
977
|
+
function te(e, t, r) {
|
|
978
978
|
{
|
|
979
979
|
if (ce === void 0)
|
|
980
980
|
try {
|
|
@@ -987,16 +987,16 @@ function lr() {
|
|
|
987
987
|
` + ce + e;
|
|
988
988
|
}
|
|
989
989
|
}
|
|
990
|
-
var ue = !1,
|
|
990
|
+
var ue = !1, re;
|
|
991
991
|
{
|
|
992
992
|
var Ke = typeof WeakMap == "function" ? WeakMap : Map;
|
|
993
|
-
|
|
993
|
+
re = new Ke();
|
|
994
994
|
}
|
|
995
995
|
function je(e, t) {
|
|
996
996
|
if (!e || ue)
|
|
997
997
|
return "";
|
|
998
998
|
{
|
|
999
|
-
var r =
|
|
999
|
+
var r = re.get(e);
|
|
1000
1000
|
if (r !== void 0)
|
|
1001
1001
|
return r;
|
|
1002
1002
|
}
|
|
@@ -1008,27 +1008,27 @@ function lr() {
|
|
|
1008
1008
|
m = le.current, le.current = null, We();
|
|
1009
1009
|
try {
|
|
1010
1010
|
if (t) {
|
|
1011
|
-
var
|
|
1011
|
+
var l = function() {
|
|
1012
1012
|
throw Error();
|
|
1013
1013
|
};
|
|
1014
|
-
if (Object.defineProperty(
|
|
1014
|
+
if (Object.defineProperty(l.prototype, "props", {
|
|
1015
1015
|
set: function() {
|
|
1016
1016
|
throw Error();
|
|
1017
1017
|
}
|
|
1018
1018
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1019
1019
|
try {
|
|
1020
|
-
Reflect.construct(
|
|
1020
|
+
Reflect.construct(l, []);
|
|
1021
1021
|
} catch (N) {
|
|
1022
1022
|
n = N;
|
|
1023
1023
|
}
|
|
1024
|
-
Reflect.construct(e, [],
|
|
1024
|
+
Reflect.construct(e, [], l);
|
|
1025
1025
|
} else {
|
|
1026
1026
|
try {
|
|
1027
|
-
|
|
1027
|
+
l.call();
|
|
1028
1028
|
} catch (N) {
|
|
1029
1029
|
n = N;
|
|
1030
1030
|
}
|
|
1031
|
-
e.call(
|
|
1031
|
+
e.call(l.prototype);
|
|
1032
1032
|
}
|
|
1033
1033
|
} else {
|
|
1034
1034
|
try {
|
|
@@ -1040,18 +1040,18 @@ function lr() {
|
|
|
1040
1040
|
}
|
|
1041
1041
|
} catch (N) {
|
|
1042
1042
|
if (N && n && typeof N.stack == "string") {
|
|
1043
|
-
for (var
|
|
1044
|
-
`),
|
|
1045
|
-
`), w =
|
|
1043
|
+
for (var i = N.stack.split(`
|
|
1044
|
+
`), D = n.stack.split(`
|
|
1045
|
+
`), w = i.length - 1, j = D.length - 1; w >= 1 && j >= 0 && i[w] !== D[j]; )
|
|
1046
1046
|
j--;
|
|
1047
1047
|
for (; w >= 1 && j >= 0; w--, j--)
|
|
1048
|
-
if (
|
|
1048
|
+
if (i[w] !== D[j]) {
|
|
1049
1049
|
if (w !== 1 || j !== 1)
|
|
1050
1050
|
do
|
|
1051
|
-
if (w--, j--, j < 0 ||
|
|
1052
|
-
var
|
|
1053
|
-
` +
|
|
1054
|
-
return e.displayName &&
|
|
1051
|
+
if (w--, j--, j < 0 || i[w] !== D[j]) {
|
|
1052
|
+
var A = `
|
|
1053
|
+
` + i[w].replace(" at new ", " at ");
|
|
1054
|
+
return e.displayName && A.includes("<anonymous>") && (A = A.replace("<anonymous>", e.displayName)), typeof e == "function" && re.set(e, A), A;
|
|
1055
1055
|
}
|
|
1056
1056
|
while (w >= 1 && j >= 0);
|
|
1057
1057
|
break;
|
|
@@ -1060,8 +1060,8 @@ function lr() {
|
|
|
1060
1060
|
} finally {
|
|
1061
1061
|
ue = !1, le.current = m, Ue(), Error.prepareStackTrace = f;
|
|
1062
1062
|
}
|
|
1063
|
-
var Z = e ? e.displayName || e.name : "", z = Z ?
|
|
1064
|
-
return typeof e == "function" &&
|
|
1063
|
+
var Z = e ? e.displayName || e.name : "", z = Z ? te(Z) : "";
|
|
1064
|
+
return typeof e == "function" && re.set(e, z), z;
|
|
1065
1065
|
}
|
|
1066
1066
|
function qe(e, t, r) {
|
|
1067
1067
|
return je(e, !1);
|
|
@@ -1070,39 +1070,39 @@ function lr() {
|
|
|
1070
1070
|
var t = e.prototype;
|
|
1071
1071
|
return !!(t && t.isReactComponent);
|
|
1072
1072
|
}
|
|
1073
|
-
function
|
|
1073
|
+
function ae(e, t, r) {
|
|
1074
1074
|
if (e == null)
|
|
1075
1075
|
return "";
|
|
1076
1076
|
if (typeof e == "function")
|
|
1077
1077
|
return je(e, Ye(e));
|
|
1078
1078
|
if (typeof e == "string")
|
|
1079
|
-
return
|
|
1079
|
+
return te(e);
|
|
1080
1080
|
switch (e) {
|
|
1081
|
-
case
|
|
1082
|
-
return
|
|
1081
|
+
case v:
|
|
1082
|
+
return te("Suspense");
|
|
1083
1083
|
case o:
|
|
1084
|
-
return
|
|
1084
|
+
return te("SuspenseList");
|
|
1085
1085
|
}
|
|
1086
1086
|
if (typeof e == "object")
|
|
1087
1087
|
switch (e.$$typeof) {
|
|
1088
1088
|
case s:
|
|
1089
1089
|
return qe(e.render);
|
|
1090
1090
|
case d:
|
|
1091
|
-
return
|
|
1091
|
+
return ae(e.type, t, r);
|
|
1092
1092
|
case b: {
|
|
1093
1093
|
var n = e, f = n._payload, m = n._init;
|
|
1094
1094
|
try {
|
|
1095
|
-
return
|
|
1095
|
+
return ae(m(f), t, r);
|
|
1096
1096
|
} catch {
|
|
1097
1097
|
}
|
|
1098
1098
|
}
|
|
1099
1099
|
}
|
|
1100
1100
|
return "";
|
|
1101
1101
|
}
|
|
1102
|
-
var V = Object.prototype.hasOwnProperty, xe = {}, Ce =
|
|
1103
|
-
function
|
|
1102
|
+
var V = Object.prototype.hasOwnProperty, xe = {}, Ce = E.ReactDebugCurrentFrame;
|
|
1103
|
+
function ne(e) {
|
|
1104
1104
|
if (e) {
|
|
1105
|
-
var t = e._owner, r =
|
|
1105
|
+
var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
|
|
1106
1106
|
Ce.setExtraStackFrame(r);
|
|
1107
1107
|
} else
|
|
1108
1108
|
Ce.setExtraStackFrame(null);
|
|
@@ -1110,19 +1110,19 @@ function lr() {
|
|
|
1110
1110
|
function Ge(e, t, r, n, f) {
|
|
1111
1111
|
{
|
|
1112
1112
|
var m = Function.call.bind(V);
|
|
1113
|
-
for (var
|
|
1114
|
-
if (m(e,
|
|
1115
|
-
var
|
|
1113
|
+
for (var l in e)
|
|
1114
|
+
if (m(e, l)) {
|
|
1115
|
+
var i = void 0;
|
|
1116
1116
|
try {
|
|
1117
|
-
if (typeof e[
|
|
1118
|
-
var
|
|
1119
|
-
throw
|
|
1117
|
+
if (typeof e[l] != "function") {
|
|
1118
|
+
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`.");
|
|
1119
|
+
throw D.name = "Invariant Violation", D;
|
|
1120
1120
|
}
|
|
1121
|
-
|
|
1121
|
+
i = e[l](t, l, n, r, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1122
1122
|
} catch (w) {
|
|
1123
|
-
|
|
1123
|
+
i = w;
|
|
1124
1124
|
}
|
|
1125
|
-
|
|
1125
|
+
i && !(i instanceof Error) && (ne(f), 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), ne(null)), i instanceof Error && !(i.message in xe) && (xe[i.message] = !0, ne(f), p("Failed %s type: %s", r, i.message), ne(null));
|
|
1126
1126
|
}
|
|
1127
1127
|
}
|
|
1128
1128
|
}
|
|
@@ -1150,7 +1150,7 @@ function lr() {
|
|
|
1150
1150
|
if (Je(e))
|
|
1151
1151
|
return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", He(e)), Se(e);
|
|
1152
1152
|
}
|
|
1153
|
-
var Ee =
|
|
1153
|
+
var Ee = E.ReactCurrentOwner, Ze = {
|
|
1154
1154
|
key: !0,
|
|
1155
1155
|
ref: !0,
|
|
1156
1156
|
__self: !0,
|
|
@@ -1197,57 +1197,57 @@ function lr() {
|
|
|
1197
1197
|
});
|
|
1198
1198
|
}
|
|
1199
1199
|
}
|
|
1200
|
-
var rt = function(e, t, r, n, f, m,
|
|
1201
|
-
var
|
|
1200
|
+
var rt = function(e, t, r, n, f, m, l) {
|
|
1201
|
+
var i = {
|
|
1202
1202
|
// This tag allows us to uniquely identify this as a React Element
|
|
1203
|
-
$$typeof:
|
|
1203
|
+
$$typeof: _,
|
|
1204
1204
|
// Built-in properties that belong on the element
|
|
1205
1205
|
type: e,
|
|
1206
1206
|
key: t,
|
|
1207
1207
|
ref: r,
|
|
1208
|
-
props:
|
|
1208
|
+
props: l,
|
|
1209
1209
|
// Record the component responsible for creating this element.
|
|
1210
1210
|
_owner: m
|
|
1211
1211
|
};
|
|
1212
|
-
return
|
|
1212
|
+
return i._store = {}, Object.defineProperty(i._store, "validated", {
|
|
1213
1213
|
configurable: !1,
|
|
1214
1214
|
enumerable: !1,
|
|
1215
1215
|
writable: !0,
|
|
1216
1216
|
value: !1
|
|
1217
|
-
}), Object.defineProperty(
|
|
1217
|
+
}), Object.defineProperty(i, "_self", {
|
|
1218
1218
|
configurable: !1,
|
|
1219
1219
|
enumerable: !1,
|
|
1220
1220
|
writable: !1,
|
|
1221
1221
|
value: n
|
|
1222
|
-
}), Object.defineProperty(
|
|
1222
|
+
}), Object.defineProperty(i, "_source", {
|
|
1223
1223
|
configurable: !1,
|
|
1224
1224
|
enumerable: !1,
|
|
1225
1225
|
writable: !1,
|
|
1226
1226
|
value: f
|
|
1227
|
-
}), Object.freeze && (Object.freeze(
|
|
1227
|
+
}), Object.freeze && (Object.freeze(i.props), Object.freeze(i)), i;
|
|
1228
1228
|
};
|
|
1229
1229
|
function at(e, t, r, n, f) {
|
|
1230
1230
|
{
|
|
1231
|
-
var m,
|
|
1232
|
-
r !== void 0 && (Re(r),
|
|
1231
|
+
var m, l = {}, i = null, D = null;
|
|
1232
|
+
r !== void 0 && (Re(r), i = "" + r), Xe(t) && (Re(t.key), i = "" + t.key), Ve(t) && (D = t.ref, Qe(t));
|
|
1233
1233
|
for (m in t)
|
|
1234
|
-
V.call(t, m) && !Ze.hasOwnProperty(m) && (
|
|
1234
|
+
V.call(t, m) && !Ze.hasOwnProperty(m) && (l[m] = t[m]);
|
|
1235
1235
|
if (e && e.defaultProps) {
|
|
1236
1236
|
var w = e.defaultProps;
|
|
1237
1237
|
for (m in w)
|
|
1238
|
-
|
|
1238
|
+
l[m] === void 0 && (l[m] = w[m]);
|
|
1239
1239
|
}
|
|
1240
|
-
if (
|
|
1240
|
+
if (i || D) {
|
|
1241
1241
|
var j = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
1242
|
-
|
|
1242
|
+
i && et(l, j), D && tt(l, j);
|
|
1243
1243
|
}
|
|
1244
|
-
return rt(e,
|
|
1244
|
+
return rt(e, i, D, f, n, Ee.current, l);
|
|
1245
1245
|
}
|
|
1246
1246
|
}
|
|
1247
|
-
var fe =
|
|
1247
|
+
var fe = E.ReactCurrentOwner, De = E.ReactDebugCurrentFrame;
|
|
1248
1248
|
function J(e) {
|
|
1249
1249
|
if (e) {
|
|
1250
|
-
var t = e._owner, r =
|
|
1250
|
+
var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
|
|
1251
1251
|
De.setExtraStackFrame(r);
|
|
1252
1252
|
} else
|
|
1253
1253
|
De.setExtraStackFrame(null);
|
|
@@ -1255,7 +1255,7 @@ function lr() {
|
|
|
1255
1255
|
var pe;
|
|
1256
1256
|
pe = !1;
|
|
1257
1257
|
function me(e) {
|
|
1258
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
1258
|
+
return typeof e == "object" && e !== null && e.$$typeof === _;
|
|
1259
1259
|
}
|
|
1260
1260
|
function Pe() {
|
|
1261
1261
|
{
|
|
@@ -1312,12 +1312,12 @@ Check the top-level render call using <` + r + ">.");
|
|
|
1312
1312
|
else if (e) {
|
|
1313
1313
|
var f = I(e);
|
|
1314
1314
|
if (typeof f == "function" && f !== e.entries)
|
|
1315
|
-
for (var m = f.call(e),
|
|
1316
|
-
me(
|
|
1315
|
+
for (var m = f.call(e), l; !(l = m.next()).done; )
|
|
1316
|
+
me(l.value) && Fe(l.value, t);
|
|
1317
1317
|
}
|
|
1318
1318
|
}
|
|
1319
1319
|
}
|
|
1320
|
-
function
|
|
1320
|
+
function _t(e) {
|
|
1321
1321
|
{
|
|
1322
1322
|
var t = e.type;
|
|
1323
1323
|
if (t == null || typeof t == "string")
|
|
@@ -1342,7 +1342,7 @@ Check the top-level render call using <` + r + ">.");
|
|
|
1342
1342
|
typeof t.getDefaultProps == "function" && !t.getDefaultProps.isReactClassApproved && p("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1343
1343
|
}
|
|
1344
1344
|
}
|
|
1345
|
-
function
|
|
1345
|
+
function it(e) {
|
|
1346
1346
|
{
|
|
1347
1347
|
for (var t = Object.keys(e.props), r = 0; r < t.length; r++) {
|
|
1348
1348
|
var n = t[r];
|
|
@@ -1357,30 +1357,30 @@ Check the top-level render call using <` + r + ">.");
|
|
|
1357
1357
|
var Me = {};
|
|
1358
1358
|
function $e(e, t, r, n, f, m) {
|
|
1359
1359
|
{
|
|
1360
|
-
var
|
|
1361
|
-
if (!
|
|
1362
|
-
var
|
|
1363
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
|
1364
|
-
var
|
|
1365
|
-
|
|
1360
|
+
var l = O(e);
|
|
1361
|
+
if (!l) {
|
|
1362
|
+
var i = "";
|
|
1363
|
+
(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.");
|
|
1364
|
+
var D = nt();
|
|
1365
|
+
D ? i += D : i += Pe();
|
|
1366
1366
|
var w;
|
|
1367
|
-
e === null ? w = "null" : de(e) ? w = "array" : e !== void 0 && e.$$typeof ===
|
|
1367
|
+
e === null ? w = "null" : de(e) ? w = "array" : e !== void 0 && e.$$typeof === _ ? (w = "<" + (k(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);
|
|
1368
1368
|
}
|
|
1369
1369
|
var j = at(e, t, r, f, m);
|
|
1370
1370
|
if (j == null)
|
|
1371
1371
|
return j;
|
|
1372
|
-
if (
|
|
1373
|
-
var
|
|
1374
|
-
if (
|
|
1372
|
+
if (l) {
|
|
1373
|
+
var A = t.children;
|
|
1374
|
+
if (A !== void 0)
|
|
1375
1375
|
if (n)
|
|
1376
|
-
if (de(
|
|
1377
|
-
for (var Z = 0; Z <
|
|
1378
|
-
Ie(
|
|
1379
|
-
Object.freeze && Object.freeze(
|
|
1376
|
+
if (de(A)) {
|
|
1377
|
+
for (var Z = 0; Z < A.length; Z++)
|
|
1378
|
+
Ie(A[Z], e);
|
|
1379
|
+
Object.freeze && Object.freeze(A);
|
|
1380
1380
|
} else
|
|
1381
1381
|
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.");
|
|
1382
1382
|
else
|
|
1383
|
-
Ie(
|
|
1383
|
+
Ie(A, e);
|
|
1384
1384
|
}
|
|
1385
1385
|
if (V.call(t, "key")) {
|
|
1386
1386
|
var z = k(e), N = Object.keys(t).filter(function(ft) {
|
|
@@ -1396,7 +1396,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1396
1396
|
<%s key={someKey} {...props} />`, ye, z, dt, z), Me[z + ye] = !0;
|
|
1397
1397
|
}
|
|
1398
1398
|
}
|
|
1399
|
-
return e === u ?
|
|
1399
|
+
return e === u ? it(j) : _t(j), j;
|
|
1400
1400
|
}
|
|
1401
1401
|
}
|
|
1402
1402
|
function st(e, t, r) {
|
|
@@ -1411,7 +1411,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1411
1411
|
}
|
|
1412
1412
|
process.env.NODE_ENV === "production" ? Dt.exports = sr() : Dt.exports = lr();
|
|
1413
1413
|
var H = Dt.exports;
|
|
1414
|
-
const cr = "_shake_oqfdb_1", ur = "_modal_oqfdb_79", dr = "_sa_oqfdb_89", fr = "_ss_oqfdb_94", pr = "_sm_oqfdb_98", mr = "_sl_oqfdb_102", yr = "_sx_oqfdb_106", vr = "_sf_oqfdb_110", gr = "_o_oqfdb_116", hr = "_b_oqfdb_28", br = "_w_oqfdb_15", kr = "_h_oqfdb_146", wr = "_l_oqfdb_160", jr = "_t_oqfdb_197", xr = "_x_oqfdb_201", Cr = "_s_oqfdb_89", Sr = "_c_oqfdb_219", Rr = "_f_oqfdb_224", Er = "_r__oqfdb_235", Or = "_c__oqfdb_250", Tr = "_g_oqfdb_259", Dr = "_m_oqfdb_79",
|
|
1414
|
+
const cr = "_shake_oqfdb_1", ur = "_modal_oqfdb_79", dr = "_sa_oqfdb_89", fr = "_ss_oqfdb_94", pr = "_sm_oqfdb_98", mr = "_sl_oqfdb_102", yr = "_sx_oqfdb_106", vr = "_sf_oqfdb_110", gr = "_o_oqfdb_116", hr = "_b_oqfdb_28", br = "_w_oqfdb_15", kr = "_h_oqfdb_146", wr = "_l_oqfdb_160", jr = "_t_oqfdb_197", xr = "_x_oqfdb_201", Cr = "_s_oqfdb_89", Sr = "_c_oqfdb_219", Rr = "_f_oqfdb_224", Er = "_r__oqfdb_235", Or = "_c__oqfdb_250", Tr = "_g_oqfdb_259", Dr = "_m_oqfdb_79", ie = {
|
|
1415
1415
|
shake: cr,
|
|
1416
1416
|
modal: ur,
|
|
1417
1417
|
sa: dr,
|
|
@@ -1435,55 +1435,55 @@ const cr = "_shake_oqfdb_1", ur = "_modal_oqfdb_79", dr = "_sa_oqfdb_89", fr = "
|
|
|
1435
1435
|
g: Tr,
|
|
1436
1436
|
m: Dr
|
|
1437
1437
|
};
|
|
1438
|
-
function Pr({ children: a, className:
|
|
1438
|
+
function Pr({ children: a, className: _ }) {
|
|
1439
1439
|
return /* @__PURE__ */ H.jsx(
|
|
1440
1440
|
"div",
|
|
1441
1441
|
{
|
|
1442
|
-
className: [
|
|
1442
|
+
className: [ie.l, _].filter((c) => c !== void 0).join(" "),
|
|
1443
1443
|
children: /* @__PURE__ */ H.jsx("ul", { children: a })
|
|
1444
1444
|
}
|
|
1445
1445
|
);
|
|
1446
1446
|
}
|
|
1447
|
-
function Nr({ children: a, className:
|
|
1447
|
+
function Nr({ children: a, className: _ }) {
|
|
1448
1448
|
return /* @__PURE__ */ H.jsx(
|
|
1449
1449
|
"div",
|
|
1450
1450
|
{
|
|
1451
|
-
className: [
|
|
1451
|
+
className: [ie.s, _].filter((c) => c !== void 0).join(" "),
|
|
1452
1452
|
children: a
|
|
1453
1453
|
}
|
|
1454
1454
|
);
|
|
1455
1455
|
}
|
|
1456
1456
|
function Fr({
|
|
1457
1457
|
children: a,
|
|
1458
|
-
direction:
|
|
1459
|
-
className:
|
|
1458
|
+
direction: _ = "column",
|
|
1459
|
+
className: c
|
|
1460
1460
|
}) {
|
|
1461
1461
|
return /* @__PURE__ */ H.jsx(
|
|
1462
1462
|
"ul",
|
|
1463
1463
|
{
|
|
1464
1464
|
className: [
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1465
|
+
ie.f,
|
|
1466
|
+
ie[_ === "row" ? "r_" : "c_"],
|
|
1467
|
+
c
|
|
1468
1468
|
].filter((u) => u !== void 0).join(" "),
|
|
1469
1469
|
children: a
|
|
1470
1470
|
}
|
|
1471
1471
|
);
|
|
1472
1472
|
}
|
|
1473
|
-
function Ir({ children: a, className:
|
|
1473
|
+
function Ir({ children: a, className: _ }) {
|
|
1474
1474
|
return /* @__PURE__ */ H.jsx(
|
|
1475
1475
|
"div",
|
|
1476
1476
|
{
|
|
1477
|
-
className: [
|
|
1477
|
+
className: [ie.c, _].filter((c) => c !== void 0).join(" "),
|
|
1478
1478
|
children: a
|
|
1479
1479
|
}
|
|
1480
1480
|
);
|
|
1481
1481
|
}
|
|
1482
|
-
function Mr({ children: a, className:
|
|
1482
|
+
function Mr({ children: a, className: _ }) {
|
|
1483
1483
|
return /* @__PURE__ */ H.jsx(
|
|
1484
1484
|
"div",
|
|
1485
1485
|
{
|
|
1486
|
-
className: [
|
|
1486
|
+
className: [ie.g, _].filter((c) => c !== void 0).join(" "),
|
|
1487
1487
|
children: a
|
|
1488
1488
|
}
|
|
1489
1489
|
);
|
|
@@ -1508,15 +1508,15 @@ var Ut;
|
|
|
1508
1508
|
function Ar() {
|
|
1509
1509
|
if (Ut) return gt;
|
|
1510
1510
|
Ut = 1;
|
|
1511
|
-
var a =
|
|
1512
|
-
function
|
|
1513
|
-
var o, d = {}, b = null,
|
|
1514
|
-
|
|
1515
|
-
for (o in s) u.call(s, o) && !
|
|
1511
|
+
var a = U, _ = Symbol.for("react.element"), c = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, y = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, S = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
1512
|
+
function P(x, s, v) {
|
|
1513
|
+
var o, d = {}, b = null, C = null;
|
|
1514
|
+
v !== void 0 && (b = "" + v), s.key !== void 0 && (b = "" + s.key), s.ref !== void 0 && (C = s.ref);
|
|
1515
|
+
for (o in s) u.call(s, o) && !S.hasOwnProperty(o) && (d[o] = s[o]);
|
|
1516
1516
|
if (x && x.defaultProps) for (o in s = x.defaultProps, s) d[o] === void 0 && (d[o] = s[o]);
|
|
1517
|
-
return { $$typeof:
|
|
1517
|
+
return { $$typeof: _, type: x, key: b, ref: C, props: d, _owner: y.current };
|
|
1518
1518
|
}
|
|
1519
|
-
return gt.Fragment =
|
|
1519
|
+
return gt.Fragment = c, gt.jsx = P, gt.jsxs = P, gt;
|
|
1520
1520
|
}
|
|
1521
1521
|
var wt = {};
|
|
1522
1522
|
/**
|
|
@@ -1531,14 +1531,14 @@ var wt = {};
|
|
|
1531
1531
|
var Kt;
|
|
1532
1532
|
function Br() {
|
|
1533
1533
|
return Kt || (Kt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1534
|
-
var a =
|
|
1534
|
+
var a = U, _ = Symbol.for("react.element"), c = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), y = Symbol.for("react.strict_mode"), S = Symbol.for("react.profiler"), P = Symbol.for("react.provider"), x = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), v = Symbol.for("react.suspense"), o = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), b = Symbol.for("react.lazy"), C = Symbol.for("react.offscreen"), F = Symbol.iterator, B = "@@iterator";
|
|
1535
1535
|
function I(e) {
|
|
1536
1536
|
if (e === null || typeof e != "object")
|
|
1537
1537
|
return null;
|
|
1538
|
-
var t = F && e[F] || e[
|
|
1538
|
+
var t = F && e[F] || e[B];
|
|
1539
1539
|
return typeof t == "function" ? t : null;
|
|
1540
1540
|
}
|
|
1541
|
-
var
|
|
1541
|
+
var E = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
1542
1542
|
function p(e) {
|
|
1543
1543
|
{
|
|
1544
1544
|
for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
|
|
@@ -1548,24 +1548,24 @@ function Br() {
|
|
|
1548
1548
|
}
|
|
1549
1549
|
function M(e, t, r) {
|
|
1550
1550
|
{
|
|
1551
|
-
var n =
|
|
1551
|
+
var n = E.ReactDebugCurrentFrame, f = n.getStackAddendum();
|
|
1552
1552
|
f !== "" && (t += "%s", r = r.concat([f]));
|
|
1553
|
-
var m = r.map(function(
|
|
1554
|
-
return String(
|
|
1553
|
+
var m = r.map(function(l) {
|
|
1554
|
+
return String(l);
|
|
1555
1555
|
});
|
|
1556
1556
|
m.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, m);
|
|
1557
1557
|
}
|
|
1558
1558
|
}
|
|
1559
|
-
var K = !1,
|
|
1560
|
-
|
|
1561
|
-
function
|
|
1562
|
-
return !!(typeof e == "string" || typeof e == "function" || e === u || e ===
|
|
1559
|
+
var K = !1, q = !1, L = !1, Y = !1, R = !1, T;
|
|
1560
|
+
T = Symbol.for("react.module.reference");
|
|
1561
|
+
function O(e) {
|
|
1562
|
+
return !!(typeof e == "string" || typeof e == "function" || e === u || e === S || R || e === y || e === v || e === o || Y || e === C || K || q || L || typeof e == "object" && e !== null && (e.$$typeof === b || e.$$typeof === d || e.$$typeof === P || e.$$typeof === x || e.$$typeof === s || // This needs to include all possible module reference object
|
|
1563
1563
|
// types supported by any Flight configuration anywhere since
|
|
1564
1564
|
// we don't know which Flight build this will end up being used
|
|
1565
1565
|
// with.
|
|
1566
|
-
e.$$typeof ===
|
|
1566
|
+
e.$$typeof === T || e.getModuleId !== void 0));
|
|
1567
1567
|
}
|
|
1568
|
-
function
|
|
1568
|
+
function W(e, t, r) {
|
|
1569
1569
|
var n = e.displayName;
|
|
1570
1570
|
if (n)
|
|
1571
1571
|
return n;
|
|
@@ -1585,13 +1585,13 @@ function Br() {
|
|
|
1585
1585
|
switch (e) {
|
|
1586
1586
|
case u:
|
|
1587
1587
|
return "Fragment";
|
|
1588
|
-
case
|
|
1588
|
+
case c:
|
|
1589
1589
|
return "Portal";
|
|
1590
|
-
case
|
|
1590
|
+
case S:
|
|
1591
1591
|
return "Profiler";
|
|
1592
|
-
case
|
|
1592
|
+
case y:
|
|
1593
1593
|
return "StrictMode";
|
|
1594
|
-
case
|
|
1594
|
+
case v:
|
|
1595
1595
|
return "Suspense";
|
|
1596
1596
|
case o:
|
|
1597
1597
|
return "SuspenseList";
|
|
@@ -1601,18 +1601,18 @@ function Br() {
|
|
|
1601
1601
|
case x:
|
|
1602
1602
|
var t = e;
|
|
1603
1603
|
return h(t) + ".Consumer";
|
|
1604
|
-
case
|
|
1604
|
+
case P:
|
|
1605
1605
|
var r = e;
|
|
1606
1606
|
return h(r._context) + ".Provider";
|
|
1607
1607
|
case s:
|
|
1608
|
-
return
|
|
1608
|
+
return W(e, e.render, "ForwardRef");
|
|
1609
1609
|
case d:
|
|
1610
1610
|
var n = e.displayName || null;
|
|
1611
1611
|
return n !== null ? n : k(e.type) || "Memo";
|
|
1612
1612
|
case b: {
|
|
1613
|
-
var f = e, m = f._payload,
|
|
1613
|
+
var f = e, m = f._payload, l = f._init;
|
|
1614
1614
|
try {
|
|
1615
|
-
return k(
|
|
1615
|
+
return k(l(m));
|
|
1616
1616
|
} catch {
|
|
1617
1617
|
return null;
|
|
1618
1618
|
}
|
|
@@ -1620,14 +1620,14 @@ function Br() {
|
|
|
1620
1620
|
}
|
|
1621
1621
|
return null;
|
|
1622
1622
|
}
|
|
1623
|
-
var $ = Object.assign,
|
|
1623
|
+
var $ = Object.assign, G = 0, X, oe, se, ve, ge, be, ke;
|
|
1624
1624
|
function we() {
|
|
1625
1625
|
}
|
|
1626
1626
|
we.__reactDisabledLog = !0;
|
|
1627
1627
|
function We() {
|
|
1628
1628
|
{
|
|
1629
|
-
if (
|
|
1630
|
-
X = console.log,
|
|
1629
|
+
if (G === 0) {
|
|
1630
|
+
X = console.log, oe = console.info, se = console.warn, ve = console.error, ge = console.group, be = console.groupCollapsed, ke = console.groupEnd;
|
|
1631
1631
|
var e = {
|
|
1632
1632
|
configurable: !0,
|
|
1633
1633
|
enumerable: !0,
|
|
@@ -1644,12 +1644,12 @@ function Br() {
|
|
|
1644
1644
|
groupEnd: e
|
|
1645
1645
|
});
|
|
1646
1646
|
}
|
|
1647
|
-
|
|
1647
|
+
G++;
|
|
1648
1648
|
}
|
|
1649
1649
|
}
|
|
1650
1650
|
function Ue() {
|
|
1651
1651
|
{
|
|
1652
|
-
if (
|
|
1652
|
+
if (G--, G === 0) {
|
|
1653
1653
|
var e = {
|
|
1654
1654
|
configurable: !0,
|
|
1655
1655
|
enumerable: !0,
|
|
@@ -1660,7 +1660,7 @@ function Br() {
|
|
|
1660
1660
|
value: X
|
|
1661
1661
|
}),
|
|
1662
1662
|
info: $({}, e, {
|
|
1663
|
-
value:
|
|
1663
|
+
value: oe
|
|
1664
1664
|
}),
|
|
1665
1665
|
warn: $({}, e, {
|
|
1666
1666
|
value: se
|
|
@@ -1679,11 +1679,11 @@ function Br() {
|
|
|
1679
1679
|
})
|
|
1680
1680
|
});
|
|
1681
1681
|
}
|
|
1682
|
-
|
|
1682
|
+
G < 0 && p("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1683
1683
|
}
|
|
1684
1684
|
}
|
|
1685
|
-
var le =
|
|
1686
|
-
function
|
|
1685
|
+
var le = E.ReactCurrentDispatcher, ce;
|
|
1686
|
+
function te(e, t, r) {
|
|
1687
1687
|
{
|
|
1688
1688
|
if (ce === void 0)
|
|
1689
1689
|
try {
|
|
@@ -1696,16 +1696,16 @@ function Br() {
|
|
|
1696
1696
|
` + ce + e;
|
|
1697
1697
|
}
|
|
1698
1698
|
}
|
|
1699
|
-
var ue = !1,
|
|
1699
|
+
var ue = !1, re;
|
|
1700
1700
|
{
|
|
1701
1701
|
var Ke = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1702
|
-
|
|
1702
|
+
re = new Ke();
|
|
1703
1703
|
}
|
|
1704
1704
|
function je(e, t) {
|
|
1705
1705
|
if (!e || ue)
|
|
1706
1706
|
return "";
|
|
1707
1707
|
{
|
|
1708
|
-
var r =
|
|
1708
|
+
var r = re.get(e);
|
|
1709
1709
|
if (r !== void 0)
|
|
1710
1710
|
return r;
|
|
1711
1711
|
}
|
|
@@ -1717,27 +1717,27 @@ function Br() {
|
|
|
1717
1717
|
m = le.current, le.current = null, We();
|
|
1718
1718
|
try {
|
|
1719
1719
|
if (t) {
|
|
1720
|
-
var
|
|
1720
|
+
var l = function() {
|
|
1721
1721
|
throw Error();
|
|
1722
1722
|
};
|
|
1723
|
-
if (Object.defineProperty(
|
|
1723
|
+
if (Object.defineProperty(l.prototype, "props", {
|
|
1724
1724
|
set: function() {
|
|
1725
1725
|
throw Error();
|
|
1726
1726
|
}
|
|
1727
1727
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1728
1728
|
try {
|
|
1729
|
-
Reflect.construct(
|
|
1729
|
+
Reflect.construct(l, []);
|
|
1730
1730
|
} catch (N) {
|
|
1731
1731
|
n = N;
|
|
1732
1732
|
}
|
|
1733
|
-
Reflect.construct(e, [],
|
|
1733
|
+
Reflect.construct(e, [], l);
|
|
1734
1734
|
} else {
|
|
1735
1735
|
try {
|
|
1736
|
-
|
|
1736
|
+
l.call();
|
|
1737
1737
|
} catch (N) {
|
|
1738
1738
|
n = N;
|
|
1739
1739
|
}
|
|
1740
|
-
e.call(
|
|
1740
|
+
e.call(l.prototype);
|
|
1741
1741
|
}
|
|
1742
1742
|
} else {
|
|
1743
1743
|
try {
|
|
@@ -1749,18 +1749,18 @@ function Br() {
|
|
|
1749
1749
|
}
|
|
1750
1750
|
} catch (N) {
|
|
1751
1751
|
if (N && n && typeof N.stack == "string") {
|
|
1752
|
-
for (var
|
|
1753
|
-
`),
|
|
1754
|
-
`), w =
|
|
1752
|
+
for (var i = N.stack.split(`
|
|
1753
|
+
`), D = n.stack.split(`
|
|
1754
|
+
`), w = i.length - 1, j = D.length - 1; w >= 1 && j >= 0 && i[w] !== D[j]; )
|
|
1755
1755
|
j--;
|
|
1756
1756
|
for (; w >= 1 && j >= 0; w--, j--)
|
|
1757
|
-
if (
|
|
1757
|
+
if (i[w] !== D[j]) {
|
|
1758
1758
|
if (w !== 1 || j !== 1)
|
|
1759
1759
|
do
|
|
1760
|
-
if (w--, j--, j < 0 ||
|
|
1761
|
-
var
|
|
1762
|
-
` +
|
|
1763
|
-
return e.displayName &&
|
|
1760
|
+
if (w--, j--, j < 0 || i[w] !== D[j]) {
|
|
1761
|
+
var A = `
|
|
1762
|
+
` + i[w].replace(" at new ", " at ");
|
|
1763
|
+
return e.displayName && A.includes("<anonymous>") && (A = A.replace("<anonymous>", e.displayName)), typeof e == "function" && re.set(e, A), A;
|
|
1764
1764
|
}
|
|
1765
1765
|
while (w >= 1 && j >= 0);
|
|
1766
1766
|
break;
|
|
@@ -1769,8 +1769,8 @@ function Br() {
|
|
|
1769
1769
|
} finally {
|
|
1770
1770
|
ue = !1, le.current = m, Ue(), Error.prepareStackTrace = f;
|
|
1771
1771
|
}
|
|
1772
|
-
var Z = e ? e.displayName || e.name : "", z = Z ?
|
|
1773
|
-
return typeof e == "function" &&
|
|
1772
|
+
var Z = e ? e.displayName || e.name : "", z = Z ? te(Z) : "";
|
|
1773
|
+
return typeof e == "function" && re.set(e, z), z;
|
|
1774
1774
|
}
|
|
1775
1775
|
function qe(e, t, r) {
|
|
1776
1776
|
return je(e, !1);
|
|
@@ -1779,39 +1779,39 @@ function Br() {
|
|
|
1779
1779
|
var t = e.prototype;
|
|
1780
1780
|
return !!(t && t.isReactComponent);
|
|
1781
1781
|
}
|
|
1782
|
-
function
|
|
1782
|
+
function ae(e, t, r) {
|
|
1783
1783
|
if (e == null)
|
|
1784
1784
|
return "";
|
|
1785
1785
|
if (typeof e == "function")
|
|
1786
1786
|
return je(e, Ye(e));
|
|
1787
1787
|
if (typeof e == "string")
|
|
1788
|
-
return
|
|
1788
|
+
return te(e);
|
|
1789
1789
|
switch (e) {
|
|
1790
|
-
case
|
|
1791
|
-
return
|
|
1790
|
+
case v:
|
|
1791
|
+
return te("Suspense");
|
|
1792
1792
|
case o:
|
|
1793
|
-
return
|
|
1793
|
+
return te("SuspenseList");
|
|
1794
1794
|
}
|
|
1795
1795
|
if (typeof e == "object")
|
|
1796
1796
|
switch (e.$$typeof) {
|
|
1797
1797
|
case s:
|
|
1798
1798
|
return qe(e.render);
|
|
1799
1799
|
case d:
|
|
1800
|
-
return
|
|
1800
|
+
return ae(e.type, t, r);
|
|
1801
1801
|
case b: {
|
|
1802
1802
|
var n = e, f = n._payload, m = n._init;
|
|
1803
1803
|
try {
|
|
1804
|
-
return
|
|
1804
|
+
return ae(m(f), t, r);
|
|
1805
1805
|
} catch {
|
|
1806
1806
|
}
|
|
1807
1807
|
}
|
|
1808
1808
|
}
|
|
1809
1809
|
return "";
|
|
1810
1810
|
}
|
|
1811
|
-
var V = Object.prototype.hasOwnProperty, xe = {}, Ce =
|
|
1812
|
-
function
|
|
1811
|
+
var V = Object.prototype.hasOwnProperty, xe = {}, Ce = E.ReactDebugCurrentFrame;
|
|
1812
|
+
function ne(e) {
|
|
1813
1813
|
if (e) {
|
|
1814
|
-
var t = e._owner, r =
|
|
1814
|
+
var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
|
|
1815
1815
|
Ce.setExtraStackFrame(r);
|
|
1816
1816
|
} else
|
|
1817
1817
|
Ce.setExtraStackFrame(null);
|
|
@@ -1819,19 +1819,19 @@ function Br() {
|
|
|
1819
1819
|
function Ge(e, t, r, n, f) {
|
|
1820
1820
|
{
|
|
1821
1821
|
var m = Function.call.bind(V);
|
|
1822
|
-
for (var
|
|
1823
|
-
if (m(e,
|
|
1824
|
-
var
|
|
1822
|
+
for (var l in e)
|
|
1823
|
+
if (m(e, l)) {
|
|
1824
|
+
var i = void 0;
|
|
1825
1825
|
try {
|
|
1826
|
-
if (typeof e[
|
|
1827
|
-
var
|
|
1828
|
-
throw
|
|
1826
|
+
if (typeof e[l] != "function") {
|
|
1827
|
+
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`.");
|
|
1828
|
+
throw D.name = "Invariant Violation", D;
|
|
1829
1829
|
}
|
|
1830
|
-
|
|
1830
|
+
i = e[l](t, l, n, r, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1831
1831
|
} catch (w) {
|
|
1832
|
-
|
|
1832
|
+
i = w;
|
|
1833
1833
|
}
|
|
1834
|
-
|
|
1834
|
+
i && !(i instanceof Error) && (ne(f), 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), ne(null)), i instanceof Error && !(i.message in xe) && (xe[i.message] = !0, ne(f), p("Failed %s type: %s", r, i.message), ne(null));
|
|
1835
1835
|
}
|
|
1836
1836
|
}
|
|
1837
1837
|
}
|
|
@@ -1859,7 +1859,7 @@ function Br() {
|
|
|
1859
1859
|
if (Je(e))
|
|
1860
1860
|
return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", He(e)), Se(e);
|
|
1861
1861
|
}
|
|
1862
|
-
var Ee =
|
|
1862
|
+
var Ee = E.ReactCurrentOwner, Ze = {
|
|
1863
1863
|
key: !0,
|
|
1864
1864
|
ref: !0,
|
|
1865
1865
|
__self: !0,
|
|
@@ -1906,57 +1906,57 @@ function Br() {
|
|
|
1906
1906
|
});
|
|
1907
1907
|
}
|
|
1908
1908
|
}
|
|
1909
|
-
var rt = function(e, t, r, n, f, m,
|
|
1910
|
-
var
|
|
1909
|
+
var rt = function(e, t, r, n, f, m, l) {
|
|
1910
|
+
var i = {
|
|
1911
1911
|
// This tag allows us to uniquely identify this as a React Element
|
|
1912
|
-
$$typeof:
|
|
1912
|
+
$$typeof: _,
|
|
1913
1913
|
// Built-in properties that belong on the element
|
|
1914
1914
|
type: e,
|
|
1915
1915
|
key: t,
|
|
1916
1916
|
ref: r,
|
|
1917
|
-
props:
|
|
1917
|
+
props: l,
|
|
1918
1918
|
// Record the component responsible for creating this element.
|
|
1919
1919
|
_owner: m
|
|
1920
1920
|
};
|
|
1921
|
-
return
|
|
1921
|
+
return i._store = {}, Object.defineProperty(i._store, "validated", {
|
|
1922
1922
|
configurable: !1,
|
|
1923
1923
|
enumerable: !1,
|
|
1924
1924
|
writable: !0,
|
|
1925
1925
|
value: !1
|
|
1926
|
-
}), Object.defineProperty(
|
|
1926
|
+
}), Object.defineProperty(i, "_self", {
|
|
1927
1927
|
configurable: !1,
|
|
1928
1928
|
enumerable: !1,
|
|
1929
1929
|
writable: !1,
|
|
1930
1930
|
value: n
|
|
1931
|
-
}), Object.defineProperty(
|
|
1931
|
+
}), Object.defineProperty(i, "_source", {
|
|
1932
1932
|
configurable: !1,
|
|
1933
1933
|
enumerable: !1,
|
|
1934
1934
|
writable: !1,
|
|
1935
1935
|
value: f
|
|
1936
|
-
}), Object.freeze && (Object.freeze(
|
|
1936
|
+
}), Object.freeze && (Object.freeze(i.props), Object.freeze(i)), i;
|
|
1937
1937
|
};
|
|
1938
1938
|
function at(e, t, r, n, f) {
|
|
1939
1939
|
{
|
|
1940
|
-
var m,
|
|
1941
|
-
r !== void 0 && (Re(r),
|
|
1940
|
+
var m, l = {}, i = null, D = null;
|
|
1941
|
+
r !== void 0 && (Re(r), i = "" + r), Xe(t) && (Re(t.key), i = "" + t.key), Ve(t) && (D = t.ref, Qe(t));
|
|
1942
1942
|
for (m in t)
|
|
1943
|
-
V.call(t, m) && !Ze.hasOwnProperty(m) && (
|
|
1943
|
+
V.call(t, m) && !Ze.hasOwnProperty(m) && (l[m] = t[m]);
|
|
1944
1944
|
if (e && e.defaultProps) {
|
|
1945
1945
|
var w = e.defaultProps;
|
|
1946
1946
|
for (m in w)
|
|
1947
|
-
|
|
1947
|
+
l[m] === void 0 && (l[m] = w[m]);
|
|
1948
1948
|
}
|
|
1949
|
-
if (
|
|
1949
|
+
if (i || D) {
|
|
1950
1950
|
var j = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
1951
|
-
|
|
1951
|
+
i && et(l, j), D && tt(l, j);
|
|
1952
1952
|
}
|
|
1953
|
-
return rt(e,
|
|
1953
|
+
return rt(e, i, D, f, n, Ee.current, l);
|
|
1954
1954
|
}
|
|
1955
1955
|
}
|
|
1956
|
-
var fe =
|
|
1956
|
+
var fe = E.ReactCurrentOwner, De = E.ReactDebugCurrentFrame;
|
|
1957
1957
|
function J(e) {
|
|
1958
1958
|
if (e) {
|
|
1959
|
-
var t = e._owner, r =
|
|
1959
|
+
var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
|
|
1960
1960
|
De.setExtraStackFrame(r);
|
|
1961
1961
|
} else
|
|
1962
1962
|
De.setExtraStackFrame(null);
|
|
@@ -1964,7 +1964,7 @@ function Br() {
|
|
|
1964
1964
|
var pe;
|
|
1965
1965
|
pe = !1;
|
|
1966
1966
|
function me(e) {
|
|
1967
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
1967
|
+
return typeof e == "object" && e !== null && e.$$typeof === _;
|
|
1968
1968
|
}
|
|
1969
1969
|
function Pe() {
|
|
1970
1970
|
{
|
|
@@ -2021,12 +2021,12 @@ Check the top-level render call using <` + r + ">.");
|
|
|
2021
2021
|
else if (e) {
|
|
2022
2022
|
var f = I(e);
|
|
2023
2023
|
if (typeof f == "function" && f !== e.entries)
|
|
2024
|
-
for (var m = f.call(e),
|
|
2025
|
-
me(
|
|
2024
|
+
for (var m = f.call(e), l; !(l = m.next()).done; )
|
|
2025
|
+
me(l.value) && Fe(l.value, t);
|
|
2026
2026
|
}
|
|
2027
2027
|
}
|
|
2028
2028
|
}
|
|
2029
|
-
function
|
|
2029
|
+
function _t(e) {
|
|
2030
2030
|
{
|
|
2031
2031
|
var t = e.type;
|
|
2032
2032
|
if (t == null || typeof t == "string")
|
|
@@ -2051,7 +2051,7 @@ Check the top-level render call using <` + r + ">.");
|
|
|
2051
2051
|
typeof t.getDefaultProps == "function" && !t.getDefaultProps.isReactClassApproved && p("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
2052
2052
|
}
|
|
2053
2053
|
}
|
|
2054
|
-
function
|
|
2054
|
+
function it(e) {
|
|
2055
2055
|
{
|
|
2056
2056
|
for (var t = Object.keys(e.props), r = 0; r < t.length; r++) {
|
|
2057
2057
|
var n = t[r];
|
|
@@ -2066,30 +2066,30 @@ Check the top-level render call using <` + r + ">.");
|
|
|
2066
2066
|
var Me = {};
|
|
2067
2067
|
function $e(e, t, r, n, f, m) {
|
|
2068
2068
|
{
|
|
2069
|
-
var
|
|
2070
|
-
if (!
|
|
2071
|
-
var
|
|
2072
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
|
2073
|
-
var
|
|
2074
|
-
|
|
2069
|
+
var l = O(e);
|
|
2070
|
+
if (!l) {
|
|
2071
|
+
var i = "";
|
|
2072
|
+
(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.");
|
|
2073
|
+
var D = nt();
|
|
2074
|
+
D ? i += D : i += Pe();
|
|
2075
2075
|
var w;
|
|
2076
|
-
e === null ? w = "null" : de(e) ? w = "array" : e !== void 0 && e.$$typeof ===
|
|
2076
|
+
e === null ? w = "null" : de(e) ? w = "array" : e !== void 0 && e.$$typeof === _ ? (w = "<" + (k(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);
|
|
2077
2077
|
}
|
|
2078
2078
|
var j = at(e, t, r, f, m);
|
|
2079
2079
|
if (j == null)
|
|
2080
2080
|
return j;
|
|
2081
|
-
if (
|
|
2082
|
-
var
|
|
2083
|
-
if (
|
|
2081
|
+
if (l) {
|
|
2082
|
+
var A = t.children;
|
|
2083
|
+
if (A !== void 0)
|
|
2084
2084
|
if (n)
|
|
2085
|
-
if (de(
|
|
2086
|
-
for (var Z = 0; Z <
|
|
2087
|
-
Ie(
|
|
2088
|
-
Object.freeze && Object.freeze(
|
|
2085
|
+
if (de(A)) {
|
|
2086
|
+
for (var Z = 0; Z < A.length; Z++)
|
|
2087
|
+
Ie(A[Z], e);
|
|
2088
|
+
Object.freeze && Object.freeze(A);
|
|
2089
2089
|
} else
|
|
2090
2090
|
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.");
|
|
2091
2091
|
else
|
|
2092
|
-
Ie(
|
|
2092
|
+
Ie(A, e);
|
|
2093
2093
|
}
|
|
2094
2094
|
if (V.call(t, "key")) {
|
|
2095
2095
|
var z = k(e), N = Object.keys(t).filter(function(ft) {
|
|
@@ -2105,7 +2105,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2105
2105
|
<%s key={someKey} {...props} />`, ye, z, dt, z), Me[z + ye] = !0;
|
|
2106
2106
|
}
|
|
2107
2107
|
}
|
|
2108
|
-
return e === u ?
|
|
2108
|
+
return e === u ? it(j) : _t(j), j;
|
|
2109
2109
|
}
|
|
2110
2110
|
}
|
|
2111
2111
|
function st(e, t, r) {
|
|
@@ -2131,43 +2131,43 @@ const Lr = "_btn_1k1b3_1", Wr = "_confirm_1k1b3_15", Ur = "_cancel_1k1b3_20", Kr
|
|
|
2131
2131
|
l: Gr
|
|
2132
2132
|
}, zr = ({
|
|
2133
2133
|
onClick: a,
|
|
2134
|
-
onSend:
|
|
2135
|
-
size:
|
|
2134
|
+
onSend: _,
|
|
2135
|
+
size: c = "m",
|
|
2136
2136
|
view: u = "confirm",
|
|
2137
|
-
children:
|
|
2138
|
-
isDisabled:
|
|
2139
|
-
className:
|
|
2137
|
+
children: y,
|
|
2138
|
+
isDisabled: S = !1,
|
|
2139
|
+
className: P,
|
|
2140
2140
|
after: x,
|
|
2141
2141
|
before: s,
|
|
2142
|
-
label:
|
|
2142
|
+
label: v,
|
|
2143
2143
|
onRef: o,
|
|
2144
2144
|
awaitText: d = "Ожидайте"
|
|
2145
2145
|
}) => {
|
|
2146
|
-
let [b,
|
|
2146
|
+
let [b, C] = U.useState(!1);
|
|
2147
2147
|
const F = (I) => {
|
|
2148
2148
|
if (a) return a();
|
|
2149
|
-
b || (
|
|
2149
|
+
b || (_ ? (C(!0), _(C)) : I.preventDefault());
|
|
2150
2150
|
};
|
|
2151
|
-
let
|
|
2152
|
-
return (
|
|
2151
|
+
let B = {};
|
|
2152
|
+
return (S || b) && (B.disabled = !0), /* @__PURE__ */ Et.jsx(
|
|
2153
2153
|
"button",
|
|
2154
2154
|
{
|
|
2155
|
-
...
|
|
2155
|
+
...B,
|
|
2156
2156
|
ref: o,
|
|
2157
2157
|
className: [
|
|
2158
2158
|
jt.btn,
|
|
2159
2159
|
b ? jt.disabled : jt[u],
|
|
2160
|
-
|
|
2161
|
-
|
|
2160
|
+
c && jt[c],
|
|
2161
|
+
P
|
|
2162
2162
|
].filter((I) => I != "").join(" "),
|
|
2163
2163
|
onClick: F,
|
|
2164
2164
|
children: b ? d : /* @__PURE__ */ Et.jsxs(Et.Fragment, { children: [
|
|
2165
2165
|
s || "",
|
|
2166
2166
|
" ",
|
|
2167
|
-
|
|
2167
|
+
v,
|
|
2168
2168
|
" ",
|
|
2169
2169
|
x || ""
|
|
2170
|
-
] }) ||
|
|
2170
|
+
] }) || y
|
|
2171
2171
|
}
|
|
2172
2172
|
);
|
|
2173
2173
|
};
|
|
@@ -2177,50 +2177,50 @@ function Hr({ children: a }) {
|
|
|
2177
2177
|
}
|
|
2178
2178
|
var Ct;
|
|
2179
2179
|
((a) => {
|
|
2180
|
-
function
|
|
2180
|
+
function _({
|
|
2181
2181
|
import_modules: o
|
|
2182
2182
|
}) {
|
|
2183
|
-
let [d, b] =
|
|
2184
|
-
return Ae.x = (
|
|
2185
|
-
b(
|
|
2183
|
+
let [d, b] = U.useState([]);
|
|
2184
|
+
return Ae.x = (C) => {
|
|
2185
|
+
b(C ? d.filter((F) => F.key !== C) : []);
|
|
2186
2186
|
}, Zt(() => {
|
|
2187
2187
|
o && (Ae.i = o);
|
|
2188
|
-
}, []), Ae.add = (
|
|
2189
|
-
b([...d, { key: F, item:
|
|
2190
|
-
}, /* @__PURE__ */ H.jsx(H.Fragment, { children: d.map((
|
|
2188
|
+
}, []), Ae.add = (C, F = Date.now()) => {
|
|
2189
|
+
b([...d, { key: F, item: C }]);
|
|
2190
|
+
}, /* @__PURE__ */ H.jsx(H.Fragment, { children: d.map((C) => C.item) });
|
|
2191
2191
|
}
|
|
2192
|
-
a.Init =
|
|
2193
|
-
function
|
|
2192
|
+
a.Init = _;
|
|
2193
|
+
function c(o) {
|
|
2194
2194
|
return o && (Ae.i = o), Ae.i;
|
|
2195
2195
|
}
|
|
2196
|
-
a.Import =
|
|
2196
|
+
a.Import = c, a.List = Pr, a.Scroll = Nr, a.Form = Fr, a.Center = Ir, a.Column = Mr;
|
|
2197
2197
|
function u(o, d, b) {
|
|
2198
|
-
Ae.i ? Ae.i(`${o}/modal/${d}.tsx`).then((
|
|
2199
|
-
|
|
2200
|
-
}) : Wt()(`${o}/modal/${d}.tsx`).then((
|
|
2201
|
-
|
|
2198
|
+
Ae.i ? Ae.i(`${o}/modal/${d}.tsx`).then((C) => {
|
|
2199
|
+
C.default.Open(b);
|
|
2200
|
+
}) : Wt()(`${o}/modal/${d}.tsx`).then((C) => {
|
|
2201
|
+
C.default.Open(b);
|
|
2202
2202
|
});
|
|
2203
2203
|
}
|
|
2204
2204
|
a.Open = u;
|
|
2205
|
-
function
|
|
2206
|
-
let [
|
|
2207
|
-
return
|
|
2208
|
-
Ae.i ? Ae.i(`${o}/modal/${d}.tsx`).then((
|
|
2209
|
-
F(
|
|
2210
|
-
}) : Wt()(`${o}/modal/${d}.tsx`).then((
|
|
2211
|
-
F(
|
|
2205
|
+
function y({ type: o, name: d, params: b }) {
|
|
2206
|
+
let [C, F] = U.useState(null);
|
|
2207
|
+
return U.useEffect(() => {
|
|
2208
|
+
Ae.i ? Ae.i(`${o}/modal/${d}.tsx`).then((B) => {
|
|
2209
|
+
F(B.default.Icon(b));
|
|
2210
|
+
}) : Wt()(`${o}/modal/${d}.tsx`).then((B) => {
|
|
2211
|
+
F(B.default.Icon(b));
|
|
2212
2212
|
});
|
|
2213
|
-
}, [b.id]), /* @__PURE__ */ H.jsx(H.Fragment, { children:
|
|
2213
|
+
}, [b.id]), /* @__PURE__ */ H.jsx(H.Fragment, { children: C });
|
|
2214
2214
|
}
|
|
2215
|
-
a.Icon =
|
|
2216
|
-
function
|
|
2215
|
+
a.Icon = y;
|
|
2216
|
+
function S(o, d) {
|
|
2217
2217
|
Ae.add(/* @__PURE__ */ H.jsx(Hr, { children: o }, String(Date.now())), d);
|
|
2218
2218
|
}
|
|
2219
|
-
a.Add =
|
|
2220
|
-
function
|
|
2219
|
+
a.Add = S;
|
|
2220
|
+
function P(o) {
|
|
2221
2221
|
Ae.x(o);
|
|
2222
2222
|
}
|
|
2223
|
-
a.Close =
|
|
2223
|
+
a.Close = P;
|
|
2224
2224
|
function x(o) {
|
|
2225
2225
|
if (o.target.classList[0] !== "modal") return;
|
|
2226
2226
|
let d = o.target.children[0];
|
|
@@ -2230,35 +2230,35 @@ var Ct;
|
|
|
2230
2230
|
}
|
|
2231
2231
|
a.Shake = x;
|
|
2232
2232
|
function s(o, d) {
|
|
2233
|
-
const b = (
|
|
2233
|
+
const b = (C) => {
|
|
2234
2234
|
a.Add(
|
|
2235
|
-
/* @__PURE__ */ H.jsx(o, { ...
|
|
2235
|
+
/* @__PURE__ */ H.jsx(o, { ...C }, (/* @__PURE__ */ new Date()).getTime())
|
|
2236
2236
|
);
|
|
2237
2237
|
};
|
|
2238
2238
|
return {
|
|
2239
|
-
Icon: (
|
|
2239
|
+
Icon: (C) => /* @__PURE__ */ H.jsx("i", { onClick: () => b(C), children: d && /* @__PURE__ */ H.jsx(d, {}) }),
|
|
2240
2240
|
Open: b
|
|
2241
2241
|
};
|
|
2242
2242
|
}
|
|
2243
2243
|
a.Create = s;
|
|
2244
|
-
function
|
|
2244
|
+
function v({
|
|
2245
2245
|
title: o,
|
|
2246
2246
|
children: d,
|
|
2247
2247
|
button: b,
|
|
2248
|
-
tabs:
|
|
2248
|
+
tabs: C,
|
|
2249
2249
|
size: F = "m",
|
|
2250
|
-
className:
|
|
2250
|
+
className: B = "",
|
|
2251
2251
|
shake: I = !0,
|
|
2252
|
-
menu:
|
|
2252
|
+
menu: E
|
|
2253
2253
|
}) {
|
|
2254
|
-
const [p, M] =
|
|
2254
|
+
const [p, M] = U.useState(!0), K = U.useRef(), q = (Y) => {
|
|
2255
2255
|
if (b) {
|
|
2256
2256
|
if (b.onClick)
|
|
2257
|
-
return
|
|
2257
|
+
return Y(!1), b.onClick({ setOpen: M });
|
|
2258
2258
|
if (b.onSend)
|
|
2259
2259
|
return b.onSend({
|
|
2260
2260
|
setOpen: M,
|
|
2261
|
-
disabled:
|
|
2261
|
+
disabled: Y
|
|
2262
2262
|
});
|
|
2263
2263
|
}
|
|
2264
2264
|
}, L = () => {
|
|
@@ -2267,32 +2267,32 @@ var Ct;
|
|
|
2267
2267
|
K.current.setAttribute("shake", !1);
|
|
2268
2268
|
}, 1e3);
|
|
2269
2269
|
};
|
|
2270
|
-
return p ? /* @__PURE__ */ H.jsxs("div", { className: `${
|
|
2271
|
-
/* @__PURE__ */ H.jsx("div", { className:
|
|
2270
|
+
return p ? /* @__PURE__ */ H.jsxs("div", { className: `${ie.modal}`, children: [
|
|
2271
|
+
/* @__PURE__ */ H.jsx("div", { className: ie.o, onClick: L }),
|
|
2272
2272
|
/* @__PURE__ */ H.jsxs(
|
|
2273
2273
|
"div",
|
|
2274
2274
|
{
|
|
2275
|
-
className: [
|
|
2275
|
+
className: [ie.w, ie[`s${F}`], B].filter((Y) => Y != "").join(" "),
|
|
2276
2276
|
ref: K,
|
|
2277
2277
|
children: [
|
|
2278
|
-
/* @__PURE__ */ H.jsxs("div", { className:
|
|
2279
|
-
/* @__PURE__ */ H.jsx("div", { className:
|
|
2280
|
-
/* @__PURE__ */ H.jsxs("div", { className:
|
|
2281
|
-
|
|
2278
|
+
/* @__PURE__ */ H.jsxs("div", { className: ie.h, children: [
|
|
2279
|
+
/* @__PURE__ */ H.jsx("div", { className: ie.t, children: o }),
|
|
2280
|
+
/* @__PURE__ */ H.jsxs("div", { className: ie.m, children: [
|
|
2281
|
+
C && /* @__PURE__ */ H.jsx("nav", { children: C.map((Y, R) => /* @__PURE__ */ H.jsx(
|
|
2282
2282
|
"span",
|
|
2283
2283
|
{
|
|
2284
|
-
onClick:
|
|
2285
|
-
className:
|
|
2286
|
-
children:
|
|
2284
|
+
onClick: Y.onClick,
|
|
2285
|
+
className: Y.active ? "active" : "",
|
|
2286
|
+
children: Y.name
|
|
2287
2287
|
},
|
|
2288
|
-
|
|
2288
|
+
R
|
|
2289
2289
|
)) }),
|
|
2290
|
-
|
|
2290
|
+
E
|
|
2291
2291
|
] }),
|
|
2292
2292
|
/* @__PURE__ */ H.jsx(
|
|
2293
2293
|
"div",
|
|
2294
2294
|
{
|
|
2295
|
-
className:
|
|
2295
|
+
className: ie.x,
|
|
2296
2296
|
onClick: () => {
|
|
2297
2297
|
M(!1);
|
|
2298
2298
|
},
|
|
@@ -2310,12 +2310,12 @@ var Ct;
|
|
|
2310
2310
|
)
|
|
2311
2311
|
] }),
|
|
2312
2312
|
d,
|
|
2313
|
-
b && /* @__PURE__ */ H.jsx("div", { className:
|
|
2313
|
+
b && /* @__PURE__ */ H.jsx("div", { className: ie.b, children: /* @__PURE__ */ H.jsx(
|
|
2314
2314
|
zr,
|
|
2315
2315
|
{
|
|
2316
2316
|
label: b.label,
|
|
2317
|
-
onSend:
|
|
2318
|
-
className:
|
|
2317
|
+
onSend: q,
|
|
2318
|
+
className: ie.btn,
|
|
2319
2319
|
size: b.size
|
|
2320
2320
|
}
|
|
2321
2321
|
) })
|
|
@@ -2324,74 +2324,74 @@ var Ct;
|
|
|
2324
2324
|
)
|
|
2325
2325
|
] }) : "";
|
|
2326
2326
|
}
|
|
2327
|
-
a.Main =
|
|
2327
|
+
a.Main = v;
|
|
2328
2328
|
})(Ct || (Ct = {}));
|
|
2329
|
-
const Jr = (a,
|
|
2329
|
+
const Jr = (a, _ = ",") => (a = a !== void 0 && a !== "" ? a.split(_) : [], a.filter((c) => c !== "").reduce((c, u) => (c[u] = !0, c), {}));
|
|
2330
2330
|
function wa({
|
|
2331
2331
|
value: a,
|
|
2332
|
-
onValue:
|
|
2333
|
-
name:
|
|
2332
|
+
onValue: _,
|
|
2333
|
+
name: c,
|
|
2334
2334
|
placeholder: u = "",
|
|
2335
|
-
separator:
|
|
2336
|
-
title:
|
|
2337
|
-
error:
|
|
2335
|
+
separator: y = ",",
|
|
2336
|
+
title: S,
|
|
2337
|
+
error: P,
|
|
2338
2338
|
hide: x = !1,
|
|
2339
2339
|
edit: s = !0,
|
|
2340
|
-
active:
|
|
2340
|
+
active: v = !0,
|
|
2341
2341
|
outFormat: o = "object",
|
|
2342
2342
|
after: d = "",
|
|
2343
2343
|
modal: b,
|
|
2344
|
-
options:
|
|
2344
|
+
options: C,
|
|
2345
2345
|
className: F
|
|
2346
2346
|
}) {
|
|
2347
|
-
const [
|
|
2348
|
-
if (!(s &&
|
|
2347
|
+
const [B, I] = U.useState(Jr(a, y)), E = (p) => {
|
|
2348
|
+
if (!(s && v) || !b) return;
|
|
2349
2349
|
let M = b.split(".");
|
|
2350
2350
|
Ct.Open(M[0], M[1], {
|
|
2351
2351
|
callback: (K) => {
|
|
2352
|
-
if (
|
|
2352
|
+
if (_)
|
|
2353
2353
|
switch (o) {
|
|
2354
2354
|
case "array":
|
|
2355
|
-
|
|
2355
|
+
_({ value: Object.keys(K), name: c });
|
|
2356
2356
|
break;
|
|
2357
2357
|
case "string":
|
|
2358
|
-
|
|
2359
|
-
value: Object.keys(K).filter((
|
|
2360
|
-
name:
|
|
2358
|
+
_({
|
|
2359
|
+
value: Object.keys(K).filter((q) => K[q]).join(y),
|
|
2360
|
+
name: c
|
|
2361
2361
|
});
|
|
2362
2362
|
break;
|
|
2363
2363
|
default:
|
|
2364
|
-
|
|
2364
|
+
_({ value: K, name: c });
|
|
2365
2365
|
}
|
|
2366
2366
|
I(
|
|
2367
2367
|
Object.fromEntries(
|
|
2368
2368
|
Object.entries(K).filter(
|
|
2369
|
-
([
|
|
2369
|
+
([q, L]) => L !== !1
|
|
2370
2370
|
)
|
|
2371
2371
|
)
|
|
2372
2372
|
);
|
|
2373
2373
|
},
|
|
2374
|
-
onValue:
|
|
2375
|
-
options:
|
|
2376
|
-
name:
|
|
2377
|
-
value:
|
|
2374
|
+
onValue: _,
|
|
2375
|
+
options: C,
|
|
2376
|
+
name: c,
|
|
2377
|
+
value: B
|
|
2378
2378
|
});
|
|
2379
2379
|
};
|
|
2380
|
-
return x ? /* @__PURE__ */
|
|
2381
|
-
|
|
2380
|
+
return x ? /* @__PURE__ */ g.jsx(g.Fragment, {}) : /* @__PURE__ */ g.jsx(
|
|
2381
|
+
Be,
|
|
2382
2382
|
{
|
|
2383
2383
|
type: "group",
|
|
2384
|
-
title:
|
|
2384
|
+
title: S,
|
|
2385
2385
|
element_blok: { className: [F] },
|
|
2386
2386
|
element_input: {
|
|
2387
|
-
className: [
|
|
2387
|
+
className: [_e.g],
|
|
2388
2388
|
props: {
|
|
2389
|
-
onClick:
|
|
2389
|
+
onClick: E
|
|
2390
2390
|
}
|
|
2391
2391
|
},
|
|
2392
|
-
children: Object.keys(
|
|
2392
|
+
children: Object.keys(B).map((p) => {
|
|
2393
2393
|
var M;
|
|
2394
|
-
return /* @__PURE__ */
|
|
2394
|
+
return /* @__PURE__ */ g.jsx("div", { children: (M = C[p]) == null ? void 0 : M.label }, p);
|
|
2395
2395
|
})
|
|
2396
2396
|
}
|
|
2397
2397
|
);
|
|
@@ -2403,55 +2403,55 @@ const Zr = "_o_1wehm_12", Vr = "_l_1wehm_22", Xr = "_f_1wehm_81", Nt = {
|
|
|
2403
2403
|
};
|
|
2404
2404
|
function ja({
|
|
2405
2405
|
title: a,
|
|
2406
|
-
error:
|
|
2407
|
-
edit:
|
|
2406
|
+
error: _,
|
|
2407
|
+
edit: c = !0,
|
|
2408
2408
|
active: u = !0,
|
|
2409
|
-
hide:
|
|
2410
|
-
value:
|
|
2411
|
-
onValue:
|
|
2409
|
+
hide: y,
|
|
2410
|
+
value: S = 0,
|
|
2411
|
+
onValue: P,
|
|
2412
2412
|
options: x,
|
|
2413
2413
|
placeholder: s = "",
|
|
2414
|
-
className:
|
|
2414
|
+
className: v,
|
|
2415
2415
|
isIcon: o = !0,
|
|
2416
2416
|
name: d,
|
|
2417
2417
|
after: b,
|
|
2418
|
-
view:
|
|
2418
|
+
view: C,
|
|
2419
2419
|
order: F,
|
|
2420
|
-
isReload:
|
|
2420
|
+
isReload: B = !1
|
|
2421
2421
|
}) {
|
|
2422
|
-
var
|
|
2423
|
-
const I =
|
|
2424
|
-
|
|
2425
|
-
p(
|
|
2426
|
-
}, [
|
|
2427
|
-
let
|
|
2428
|
-
p(k),
|
|
2429
|
-
},
|
|
2430
|
-
Object.keys(M || {}).length !== 0 &&
|
|
2431
|
-
},
|
|
2432
|
-
return s && (
|
|
2433
|
-
/* @__PURE__ */
|
|
2434
|
-
|
|
2422
|
+
var W, h;
|
|
2423
|
+
const I = U.useRef(null), [E, p] = U.useState(S), [M, K] = U.useState(x), [q, L] = U.useState(!1);
|
|
2424
|
+
U.useEffect(() => {
|
|
2425
|
+
p(S), K(x);
|
|
2426
|
+
}, [S, x]), y = !!(y && (S === 0 || ((W = M == null ? void 0 : M[S]) == null ? void 0 : W.n) === void 0)) && !(c && u);
|
|
2427
|
+
let R = (k) => {
|
|
2428
|
+
p(k), P && P({ value: k, name: d, reload: B });
|
|
2429
|
+
}, T = (k) => {
|
|
2430
|
+
Object.keys(M || {}).length !== 0 && c && u && (I.position = I.current.getBoundingClientRect(), L(!0));
|
|
2431
|
+
}, O = {};
|
|
2432
|
+
return s && (O.placeholder = s), y ? "" : /* @__PURE__ */ g.jsxs(g.Fragment, { children: [
|
|
2433
|
+
/* @__PURE__ */ g.jsx(
|
|
2434
|
+
Be,
|
|
2435
2435
|
{
|
|
2436
2436
|
type: "select",
|
|
2437
2437
|
title: a,
|
|
2438
|
-
element_blok: { className: [
|
|
2438
|
+
element_blok: { className: [v] },
|
|
2439
2439
|
element_input: {
|
|
2440
2440
|
className: [Nt.f],
|
|
2441
|
-
props: { onClick:
|
|
2441
|
+
props: { onClick: T }
|
|
2442
2442
|
},
|
|
2443
2443
|
ref: I,
|
|
2444
|
-
children: /* @__PURE__ */
|
|
2444
|
+
children: /* @__PURE__ */ g.jsx("div", { ...O, children: (h = M == null ? void 0 : M[E]) == null ? void 0 : h.n })
|
|
2445
2445
|
}
|
|
2446
2446
|
),
|
|
2447
|
-
|
|
2448
|
-
/* @__PURE__ */
|
|
2447
|
+
q && Mt(
|
|
2448
|
+
/* @__PURE__ */ g.jsx(
|
|
2449
2449
|
Qr,
|
|
2450
2450
|
{
|
|
2451
2451
|
parent: I.position,
|
|
2452
|
-
onValue:
|
|
2453
|
-
view:
|
|
2454
|
-
className:
|
|
2452
|
+
onValue: R,
|
|
2453
|
+
view: C,
|
|
2454
|
+
className: v,
|
|
2455
2455
|
options: M,
|
|
2456
2456
|
order: F,
|
|
2457
2457
|
setOpen: L
|
|
@@ -2464,242 +2464,238 @@ function ja({
|
|
|
2464
2464
|
}
|
|
2465
2465
|
const Qr = ({
|
|
2466
2466
|
onValue: a,
|
|
2467
|
-
parent:
|
|
2468
|
-
className:
|
|
2467
|
+
parent: _,
|
|
2468
|
+
className: c,
|
|
2469
2469
|
options: u,
|
|
2470
|
-
order:
|
|
2471
|
-
setOpen:
|
|
2470
|
+
order: y,
|
|
2471
|
+
setOpen: S
|
|
2472
2472
|
}) => {
|
|
2473
|
-
let
|
|
2474
|
-
|
|
2473
|
+
let P = () => {
|
|
2474
|
+
S(!1);
|
|
2475
2475
|
}, x = (o) => {
|
|
2476
|
-
|
|
2477
|
-
}, s = window.innerHeight -
|
|
2478
|
-
return /* @__PURE__ */
|
|
2479
|
-
/* @__PURE__ */
|
|
2476
|
+
S(!1), a(o);
|
|
2477
|
+
}, s = window.innerHeight - _.y + _.height < 320 ? _.y - 312 : _.y + 33, v = window.innerWidth - _.x < 265 ? _.x - 235 : _.x;
|
|
2478
|
+
return /* @__PURE__ */ g.jsxs(g.Fragment, { children: [
|
|
2479
|
+
/* @__PURE__ */ g.jsx(
|
|
2480
2480
|
"div",
|
|
2481
2481
|
{
|
|
2482
2482
|
className: Nt.o,
|
|
2483
|
-
onClick:
|
|
2483
|
+
onClick: P
|
|
2484
2484
|
},
|
|
2485
2485
|
(/* @__PURE__ */ new Date()).getTime()
|
|
2486
2486
|
),
|
|
2487
|
-
/* @__PURE__ */
|
|
2487
|
+
/* @__PURE__ */ g.jsx(
|
|
2488
2488
|
"div",
|
|
2489
2489
|
{
|
|
2490
|
-
className: [Nt.l,
|
|
2490
|
+
className: [Nt.l, c].filter((o) => o !== void 0).join(" "),
|
|
2491
2491
|
style: {
|
|
2492
2492
|
top: s + "px",
|
|
2493
|
-
left:
|
|
2494
|
-
width:
|
|
2493
|
+
left: v + "px",
|
|
2494
|
+
width: _.width
|
|
2495
2495
|
},
|
|
2496
|
-
children: /* @__PURE__ */
|
|
2496
|
+
children: /* @__PURE__ */ g.jsx(ea, { order: y, options: u, link: x })
|
|
2497
2497
|
}
|
|
2498
2498
|
)
|
|
2499
2499
|
] });
|
|
2500
|
-
}, ea = ({ order: a, options:
|
|
2501
|
-
(u,
|
|
2500
|
+
}, ea = ({ order: a, options: _, link: c }) => a ? /* @__PURE__ */ g.jsx("ul", { children: a.map(
|
|
2501
|
+
(u, y) => _[u].s !== 0 ? /* @__PURE__ */ g.jsx(
|
|
2502
2502
|
"li",
|
|
2503
2503
|
{
|
|
2504
2504
|
onClick: () => {
|
|
2505
|
-
|
|
2505
|
+
c(u);
|
|
2506
2506
|
},
|
|
2507
|
-
children:
|
|
2507
|
+
children: _[u].n
|
|
2508
2508
|
},
|
|
2509
|
-
|
|
2509
|
+
y
|
|
2510
2510
|
) : ""
|
|
2511
|
-
) }) : /* @__PURE__ */
|
|
2512
|
-
(u,
|
|
2511
|
+
) }) : /* @__PURE__ */ g.jsx("ul", { children: Object.keys(_).map(
|
|
2512
|
+
(u, y) => _[u].s !== 0 ? /* @__PURE__ */ g.jsx(
|
|
2513
2513
|
"li",
|
|
2514
2514
|
{
|
|
2515
2515
|
onClick: () => {
|
|
2516
|
-
|
|
2516
|
+
c(u);
|
|
2517
2517
|
},
|
|
2518
|
-
children:
|
|
2518
|
+
children: _[u].n
|
|
2519
2519
|
},
|
|
2520
|
-
|
|
2520
|
+
y
|
|
2521
2521
|
) : ""
|
|
2522
2522
|
) });
|
|
2523
2523
|
function xa({
|
|
2524
2524
|
value: a,
|
|
2525
|
-
onValue:
|
|
2526
|
-
name:
|
|
2525
|
+
onValue: _,
|
|
2526
|
+
name: c,
|
|
2527
2527
|
placeholder: u = "",
|
|
2528
|
-
title:
|
|
2529
|
-
error:
|
|
2530
|
-
hide:
|
|
2528
|
+
title: y,
|
|
2529
|
+
error: S,
|
|
2530
|
+
hide: P = !1,
|
|
2531
2531
|
edit: x = !0,
|
|
2532
2532
|
show: s = !0,
|
|
2533
|
-
active:
|
|
2533
|
+
active: v = !0,
|
|
2534
2534
|
after: o = "",
|
|
2535
2535
|
view: d,
|
|
2536
2536
|
modal: b,
|
|
2537
|
-
module:
|
|
2537
|
+
module: C,
|
|
2538
2538
|
options: F,
|
|
2539
|
-
className:
|
|
2539
|
+
className: B
|
|
2540
2540
|
}) {
|
|
2541
|
-
|
|
2542
|
-
if (!(x &&
|
|
2543
|
-
let
|
|
2544
|
-
Ct.Open(
|
|
2545
|
-
callback: (
|
|
2546
|
-
|
|
2541
|
+
const [I, E] = U.useState(a), p = (K) => {
|
|
2542
|
+
if (!(x && v) || !b) return;
|
|
2543
|
+
let q = b.split(".");
|
|
2544
|
+
Ct.Open(q[0], q[1], {
|
|
2545
|
+
callback: (L) => {
|
|
2546
|
+
_ && _({ value: L, name: c }), E(L);
|
|
2547
2547
|
},
|
|
2548
|
-
onValue:
|
|
2548
|
+
onValue: _,
|
|
2549
2549
|
options: F,
|
|
2550
|
-
name:
|
|
2550
|
+
name: c,
|
|
2551
2551
|
value: a
|
|
2552
2552
|
});
|
|
2553
|
-
};
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
}
|
|
2568
|
-
),
|
|
2569
|
-
C && /* @__PURE__ */ y.jsx("em", { children: C })
|
|
2570
|
-
] });
|
|
2553
|
+
}, M = {};
|
|
2554
|
+
return u && (M.placeholder = u), P ? /* @__PURE__ */ g.jsx(g.Fragment, {}) : /* @__PURE__ */ g.jsx(
|
|
2555
|
+
Be,
|
|
2556
|
+
{
|
|
2557
|
+
type: "input",
|
|
2558
|
+
title: y,
|
|
2559
|
+
element_blok: { className: [B] },
|
|
2560
|
+
element_input: {
|
|
2561
|
+
className: [_e.w],
|
|
2562
|
+
props: { onClick: p }
|
|
2563
|
+
},
|
|
2564
|
+
children: /* @__PURE__ */ g.jsx("div", { ...M, children: I })
|
|
2565
|
+
}
|
|
2566
|
+
);
|
|
2571
2567
|
}
|
|
2572
2568
|
function Ca({
|
|
2573
2569
|
value: a,
|
|
2574
|
-
onValue:
|
|
2575
|
-
onSave:
|
|
2570
|
+
onValue: _,
|
|
2571
|
+
onSave: c,
|
|
2576
2572
|
name: u,
|
|
2577
|
-
placeholder:
|
|
2578
|
-
className:
|
|
2579
|
-
title:
|
|
2573
|
+
placeholder: y = "",
|
|
2574
|
+
className: S,
|
|
2575
|
+
title: P,
|
|
2580
2576
|
error: x,
|
|
2581
2577
|
edit: s = !0,
|
|
2582
|
-
active:
|
|
2578
|
+
active: v = !0,
|
|
2583
2579
|
reload: o = !1,
|
|
2584
2580
|
native: d = !1,
|
|
2585
2581
|
isShow: b = !1,
|
|
2586
|
-
maxLength:
|
|
2582
|
+
maxLength: C,
|
|
2587
2583
|
eyes: F = [],
|
|
2588
|
-
after:
|
|
2584
|
+
after: B = ""
|
|
2589
2585
|
}) {
|
|
2590
|
-
const [I,
|
|
2591
|
-
let p = (
|
|
2592
|
-
|
|
2593
|
-
value:
|
|
2586
|
+
const [I, E] = U.useState(b);
|
|
2587
|
+
let p = (R) => {
|
|
2588
|
+
_ && _({
|
|
2589
|
+
value: R.target.textContent,
|
|
2594
2590
|
name: u,
|
|
2595
2591
|
reload: o
|
|
2596
2592
|
});
|
|
2597
|
-
}, M = (
|
|
2598
|
-
|
|
2599
|
-
}, K = (
|
|
2600
|
-
|
|
2601
|
-
if (
|
|
2602
|
-
let
|
|
2603
|
-
if (
|
|
2604
|
-
|
|
2593
|
+
}, M = (R) => {
|
|
2594
|
+
R.key === "Enter" && R.preventDefault();
|
|
2595
|
+
}, K = (R) => {
|
|
2596
|
+
R.preventDefault(), navigator.clipboard.readText().then((T) => {
|
|
2597
|
+
if (C) {
|
|
2598
|
+
let O = R.target.textContent.length;
|
|
2599
|
+
if (O >= C) return;
|
|
2600
|
+
C -= O, T = T.slice(0, C);
|
|
2605
2601
|
}
|
|
2606
2602
|
window.document.execCommand(
|
|
2607
2603
|
"insertText",
|
|
2608
2604
|
!1,
|
|
2609
|
-
|
|
2605
|
+
T.replace(/(\r\n|\n|\r)/gm, " ")
|
|
2610
2606
|
);
|
|
2611
|
-
}).catch((
|
|
2607
|
+
}).catch((T) => {
|
|
2612
2608
|
});
|
|
2613
|
-
},
|
|
2614
|
-
|
|
2609
|
+
}, q = (R) => {
|
|
2610
|
+
ee.Blur(R), c == null || c({ value: R.target.textContent.trim(), name: u });
|
|
2615
2611
|
};
|
|
2616
2612
|
const L = {};
|
|
2617
|
-
L.field = "password", I && (L.show = ""),
|
|
2618
|
-
const
|
|
2619
|
-
return
|
|
2620
|
-
|
|
2621
|
-
/* @__PURE__ */
|
|
2613
|
+
L.field = "password", I && (L.show = ""), S && (L.className = S);
|
|
2614
|
+
const Y = {};
|
|
2615
|
+
return y && (Y.placeholder = y), d ? "" : /* @__PURE__ */ g.jsxs("dl", { ...L, children: [
|
|
2616
|
+
P ? /* @__PURE__ */ g.jsx("dt", { children: P }) : "",
|
|
2617
|
+
/* @__PURE__ */ g.jsx(
|
|
2622
2618
|
"dd",
|
|
2623
2619
|
{
|
|
2624
2620
|
onPaste: K,
|
|
2625
2621
|
onInput: p,
|
|
2626
2622
|
onKeyDown: M,
|
|
2627
|
-
onBlur:
|
|
2628
|
-
contentEditable: s &&
|
|
2629
|
-
...
|
|
2623
|
+
onBlur: q,
|
|
2624
|
+
contentEditable: s && v ? ee.ContentEditable : "false",
|
|
2625
|
+
...Y,
|
|
2630
2626
|
suppressContentEditableWarning: !0,
|
|
2631
2627
|
children: a
|
|
2632
2628
|
}
|
|
2633
2629
|
),
|
|
2634
|
-
F[0] && /* @__PURE__ */
|
|
2635
|
-
|
|
2636
|
-
x ? /* @__PURE__ */
|
|
2630
|
+
F[0] && /* @__PURE__ */ g.jsx("i", { onClick: () => E(!I), children: I ? F[1] : F[0] }),
|
|
2631
|
+
B,
|
|
2632
|
+
x ? /* @__PURE__ */ g.jsx("em", { children: x }) : ""
|
|
2637
2633
|
] });
|
|
2638
2634
|
}
|
|
2639
2635
|
function Sa({
|
|
2640
2636
|
onValue: a,
|
|
2641
|
-
onSave:
|
|
2642
|
-
active:
|
|
2637
|
+
onSave: _,
|
|
2638
|
+
active: c,
|
|
2643
2639
|
max: u,
|
|
2644
|
-
edit:
|
|
2645
|
-
title:
|
|
2646
|
-
error:
|
|
2640
|
+
edit: y,
|
|
2641
|
+
title: S,
|
|
2642
|
+
error: P,
|
|
2647
2643
|
show: x,
|
|
2648
2644
|
hide: s,
|
|
2649
|
-
value:
|
|
2645
|
+
value: v,
|
|
2650
2646
|
placeholder: o,
|
|
2651
2647
|
className: d,
|
|
2652
2648
|
maxLength: b,
|
|
2653
|
-
name:
|
|
2649
|
+
name: C,
|
|
2654
2650
|
after: F = "",
|
|
2655
|
-
before:
|
|
2651
|
+
before: B = "",
|
|
2656
2652
|
view: I
|
|
2657
2653
|
}) {
|
|
2658
|
-
|
|
2659
|
-
let p = !1, M = (
|
|
2660
|
-
a == null || a({ value:
|
|
2661
|
-
}, K = (
|
|
2662
|
-
if (!(p &&
|
|
2663
|
-
if (
|
|
2664
|
-
|
|
2665
|
-
}
|
|
2666
|
-
},
|
|
2667
|
-
if (
|
|
2668
|
-
}, L = (
|
|
2669
|
-
|
|
2670
|
-
if (
|
|
2671
|
-
let
|
|
2672
|
-
if (
|
|
2673
|
-
b -=
|
|
2654
|
+
y = y !== void 0 ? y : !0, c = c !== void 0 ? c : !0, s = !!(s && (v === "" || v === void 0)) && !(y && c), o = o !== void 0 ? o : "", u = u !== void 0 ? u : 99;
|
|
2655
|
+
let p = !1, M = (T) => {
|
|
2656
|
+
a == null || a({ value: T.target.textContent, name: C });
|
|
2657
|
+
}, K = (T) => {
|
|
2658
|
+
if (!(p && T.which === 86)) {
|
|
2659
|
+
if (T.which === 17 || T.which === 91) return p = !0;
|
|
2660
|
+
T.key !== "Backspace" && (T.target.textContent.length === u && T.preventDefault(), T.key === "Enter" && T.preventDefault(), isNaN(T.key) && T.preventDefault());
|
|
2661
|
+
}
|
|
2662
|
+
}, q = (T) => {
|
|
2663
|
+
if (T.which === 17 || T.which === 91) return p = !1;
|
|
2664
|
+
}, L = (T) => {
|
|
2665
|
+
T.preventDefault(), navigator.clipboard.readText().then((O) => {
|
|
2666
|
+
if (O = O.replace(/(?!^\+|\d)./g, ""), b) {
|
|
2667
|
+
let W = T.target.textContent.length;
|
|
2668
|
+
if (W >= b) return;
|
|
2669
|
+
b -= W, O = O.slice(0, b);
|
|
2674
2670
|
}
|
|
2675
|
-
window.document.execCommand("insertText", !1, "" +
|
|
2676
|
-
}).catch((
|
|
2671
|
+
window.document.execCommand("insertText", !1, "" + O);
|
|
2672
|
+
}).catch((O) => {
|
|
2677
2673
|
});
|
|
2678
2674
|
};
|
|
2679
|
-
const
|
|
2680
|
-
|
|
2675
|
+
const Y = (T) => {
|
|
2676
|
+
ee.Blur(T), _ == null || _({ value: T.target.textContent, name: C });
|
|
2681
2677
|
};
|
|
2682
|
-
let
|
|
2683
|
-
return
|
|
2684
|
-
|
|
2678
|
+
let R = {};
|
|
2679
|
+
return y && c ? (R.edit = "true", R.contentEditable = ee.ContentEditable) : R.contentEditable = "false", R.inputMode = "decimal", o && (R.placeholder = o), s ? /* @__PURE__ */ g.jsx(g.Fragment, {}) : /* @__PURE__ */ g.jsx(
|
|
2680
|
+
Be,
|
|
2685
2681
|
{
|
|
2686
2682
|
type: "numeric",
|
|
2687
|
-
title:
|
|
2683
|
+
title: S,
|
|
2688
2684
|
element_blok: { className: [d] },
|
|
2689
|
-
element_input: { className: [
|
|
2690
|
-
children: /* @__PURE__ */
|
|
2685
|
+
element_input: { className: [_e.w] },
|
|
2686
|
+
children: /* @__PURE__ */ g.jsx(
|
|
2691
2687
|
"div",
|
|
2692
2688
|
{
|
|
2693
2689
|
onPaste: L,
|
|
2694
2690
|
onInput: M,
|
|
2695
|
-
onBlur:
|
|
2691
|
+
onBlur: Y,
|
|
2696
2692
|
onKeyDown: K,
|
|
2697
|
-
onKeyUp:
|
|
2693
|
+
onKeyUp: q,
|
|
2698
2694
|
spellCheck: "true",
|
|
2699
|
-
contentEditable:
|
|
2695
|
+
contentEditable: y && c ? ee.ContentEditable : "false",
|
|
2700
2696
|
suppressContentEditableWarning: !0,
|
|
2701
|
-
...
|
|
2702
|
-
children:
|
|
2697
|
+
...R,
|
|
2698
|
+
children: v
|
|
2703
2699
|
}
|
|
2704
2700
|
)
|
|
2705
2701
|
}
|
|
@@ -2719,15 +2715,15 @@ var qt;
|
|
|
2719
2715
|
function ta() {
|
|
2720
2716
|
if (qt) return ht;
|
|
2721
2717
|
qt = 1;
|
|
2722
|
-
var a =
|
|
2723
|
-
function
|
|
2724
|
-
var o, d = {}, b = null,
|
|
2725
|
-
|
|
2726
|
-
for (o in s) u.call(s, o) && !
|
|
2718
|
+
var a = U, _ = Symbol.for("react.element"), c = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, y = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, S = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
2719
|
+
function P(x, s, v) {
|
|
2720
|
+
var o, d = {}, b = null, C = null;
|
|
2721
|
+
v !== void 0 && (b = "" + v), s.key !== void 0 && (b = "" + s.key), s.ref !== void 0 && (C = s.ref);
|
|
2722
|
+
for (o in s) u.call(s, o) && !S.hasOwnProperty(o) && (d[o] = s[o]);
|
|
2727
2723
|
if (x && x.defaultProps) for (o in s = x.defaultProps, s) d[o] === void 0 && (d[o] = s[o]);
|
|
2728
|
-
return { $$typeof:
|
|
2724
|
+
return { $$typeof: _, type: x, key: b, ref: C, props: d, _owner: y.current };
|
|
2729
2725
|
}
|
|
2730
|
-
return ht.Fragment =
|
|
2726
|
+
return ht.Fragment = c, ht.jsx = P, ht.jsxs = P, ht;
|
|
2731
2727
|
}
|
|
2732
2728
|
var xt = {};
|
|
2733
2729
|
/**
|
|
@@ -2742,14 +2738,14 @@ var xt = {};
|
|
|
2742
2738
|
var Yt;
|
|
2743
2739
|
function ra() {
|
|
2744
2740
|
return Yt || (Yt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
2745
|
-
var a =
|
|
2741
|
+
var a = U, _ = Symbol.for("react.element"), c = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), y = Symbol.for("react.strict_mode"), S = Symbol.for("react.profiler"), P = Symbol.for("react.provider"), x = Symbol.for("react.context"), s = Symbol.for("react.forward_ref"), v = Symbol.for("react.suspense"), o = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), b = Symbol.for("react.lazy"), C = Symbol.for("react.offscreen"), F = Symbol.iterator, B = "@@iterator";
|
|
2746
2742
|
function I(e) {
|
|
2747
2743
|
if (e === null || typeof e != "object")
|
|
2748
2744
|
return null;
|
|
2749
|
-
var t = F && e[F] || e[
|
|
2745
|
+
var t = F && e[F] || e[B];
|
|
2750
2746
|
return typeof t == "function" ? t : null;
|
|
2751
2747
|
}
|
|
2752
|
-
var
|
|
2748
|
+
var E = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
2753
2749
|
function p(e) {
|
|
2754
2750
|
{
|
|
2755
2751
|
for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
|
|
@@ -2759,24 +2755,24 @@ function ra() {
|
|
|
2759
2755
|
}
|
|
2760
2756
|
function M(e, t, r) {
|
|
2761
2757
|
{
|
|
2762
|
-
var n =
|
|
2758
|
+
var n = E.ReactDebugCurrentFrame, f = n.getStackAddendum();
|
|
2763
2759
|
f !== "" && (t += "%s", r = r.concat([f]));
|
|
2764
|
-
var m = r.map(function(
|
|
2765
|
-
return String(
|
|
2760
|
+
var m = r.map(function(l) {
|
|
2761
|
+
return String(l);
|
|
2766
2762
|
});
|
|
2767
2763
|
m.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, m);
|
|
2768
2764
|
}
|
|
2769
2765
|
}
|
|
2770
|
-
var K = !1,
|
|
2771
|
-
|
|
2772
|
-
function
|
|
2773
|
-
return !!(typeof e == "string" || typeof e == "function" || e === u || e ===
|
|
2766
|
+
var K = !1, q = !1, L = !1, Y = !1, R = !1, T;
|
|
2767
|
+
T = Symbol.for("react.module.reference");
|
|
2768
|
+
function O(e) {
|
|
2769
|
+
return !!(typeof e == "string" || typeof e == "function" || e === u || e === S || R || e === y || e === v || e === o || Y || e === C || K || q || L || typeof e == "object" && e !== null && (e.$$typeof === b || e.$$typeof === d || e.$$typeof === P || e.$$typeof === x || e.$$typeof === s || // This needs to include all possible module reference object
|
|
2774
2770
|
// types supported by any Flight configuration anywhere since
|
|
2775
2771
|
// we don't know which Flight build this will end up being used
|
|
2776
2772
|
// with.
|
|
2777
|
-
e.$$typeof ===
|
|
2773
|
+
e.$$typeof === T || e.getModuleId !== void 0));
|
|
2778
2774
|
}
|
|
2779
|
-
function
|
|
2775
|
+
function W(e, t, r) {
|
|
2780
2776
|
var n = e.displayName;
|
|
2781
2777
|
if (n)
|
|
2782
2778
|
return n;
|
|
@@ -2796,13 +2792,13 @@ function ra() {
|
|
|
2796
2792
|
switch (e) {
|
|
2797
2793
|
case u:
|
|
2798
2794
|
return "Fragment";
|
|
2799
|
-
case
|
|
2795
|
+
case c:
|
|
2800
2796
|
return "Portal";
|
|
2801
|
-
case
|
|
2797
|
+
case S:
|
|
2802
2798
|
return "Profiler";
|
|
2803
|
-
case
|
|
2799
|
+
case y:
|
|
2804
2800
|
return "StrictMode";
|
|
2805
|
-
case
|
|
2801
|
+
case v:
|
|
2806
2802
|
return "Suspense";
|
|
2807
2803
|
case o:
|
|
2808
2804
|
return "SuspenseList";
|
|
@@ -2812,18 +2808,18 @@ function ra() {
|
|
|
2812
2808
|
case x:
|
|
2813
2809
|
var t = e;
|
|
2814
2810
|
return h(t) + ".Consumer";
|
|
2815
|
-
case
|
|
2811
|
+
case P:
|
|
2816
2812
|
var r = e;
|
|
2817
2813
|
return h(r._context) + ".Provider";
|
|
2818
2814
|
case s:
|
|
2819
|
-
return
|
|
2815
|
+
return W(e, e.render, "ForwardRef");
|
|
2820
2816
|
case d:
|
|
2821
2817
|
var n = e.displayName || null;
|
|
2822
2818
|
return n !== null ? n : k(e.type) || "Memo";
|
|
2823
2819
|
case b: {
|
|
2824
|
-
var f = e, m = f._payload,
|
|
2820
|
+
var f = e, m = f._payload, l = f._init;
|
|
2825
2821
|
try {
|
|
2826
|
-
return k(
|
|
2822
|
+
return k(l(m));
|
|
2827
2823
|
} catch {
|
|
2828
2824
|
return null;
|
|
2829
2825
|
}
|
|
@@ -2831,14 +2827,14 @@ function ra() {
|
|
|
2831
2827
|
}
|
|
2832
2828
|
return null;
|
|
2833
2829
|
}
|
|
2834
|
-
var $ = Object.assign,
|
|
2830
|
+
var $ = Object.assign, G = 0, X, oe, se, ve, ge, be, ke;
|
|
2835
2831
|
function we() {
|
|
2836
2832
|
}
|
|
2837
2833
|
we.__reactDisabledLog = !0;
|
|
2838
2834
|
function We() {
|
|
2839
2835
|
{
|
|
2840
|
-
if (
|
|
2841
|
-
X = console.log,
|
|
2836
|
+
if (G === 0) {
|
|
2837
|
+
X = console.log, oe = console.info, se = console.warn, ve = console.error, ge = console.group, be = console.groupCollapsed, ke = console.groupEnd;
|
|
2842
2838
|
var e = {
|
|
2843
2839
|
configurable: !0,
|
|
2844
2840
|
enumerable: !0,
|
|
@@ -2855,12 +2851,12 @@ function ra() {
|
|
|
2855
2851
|
groupEnd: e
|
|
2856
2852
|
});
|
|
2857
2853
|
}
|
|
2858
|
-
|
|
2854
|
+
G++;
|
|
2859
2855
|
}
|
|
2860
2856
|
}
|
|
2861
2857
|
function Ue() {
|
|
2862
2858
|
{
|
|
2863
|
-
if (
|
|
2859
|
+
if (G--, G === 0) {
|
|
2864
2860
|
var e = {
|
|
2865
2861
|
configurable: !0,
|
|
2866
2862
|
enumerable: !0,
|
|
@@ -2871,7 +2867,7 @@ function ra() {
|
|
|
2871
2867
|
value: X
|
|
2872
2868
|
}),
|
|
2873
2869
|
info: $({}, e, {
|
|
2874
|
-
value:
|
|
2870
|
+
value: oe
|
|
2875
2871
|
}),
|
|
2876
2872
|
warn: $({}, e, {
|
|
2877
2873
|
value: se
|
|
@@ -2890,11 +2886,11 @@ function ra() {
|
|
|
2890
2886
|
})
|
|
2891
2887
|
});
|
|
2892
2888
|
}
|
|
2893
|
-
|
|
2889
|
+
G < 0 && p("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
2894
2890
|
}
|
|
2895
2891
|
}
|
|
2896
|
-
var le =
|
|
2897
|
-
function
|
|
2892
|
+
var le = E.ReactCurrentDispatcher, ce;
|
|
2893
|
+
function te(e, t, r) {
|
|
2898
2894
|
{
|
|
2899
2895
|
if (ce === void 0)
|
|
2900
2896
|
try {
|
|
@@ -2907,16 +2903,16 @@ function ra() {
|
|
|
2907
2903
|
` + ce + e;
|
|
2908
2904
|
}
|
|
2909
2905
|
}
|
|
2910
|
-
var ue = !1,
|
|
2906
|
+
var ue = !1, re;
|
|
2911
2907
|
{
|
|
2912
2908
|
var Ke = typeof WeakMap == "function" ? WeakMap : Map;
|
|
2913
|
-
|
|
2909
|
+
re = new Ke();
|
|
2914
2910
|
}
|
|
2915
2911
|
function je(e, t) {
|
|
2916
2912
|
if (!e || ue)
|
|
2917
2913
|
return "";
|
|
2918
2914
|
{
|
|
2919
|
-
var r =
|
|
2915
|
+
var r = re.get(e);
|
|
2920
2916
|
if (r !== void 0)
|
|
2921
2917
|
return r;
|
|
2922
2918
|
}
|
|
@@ -2928,27 +2924,27 @@ function ra() {
|
|
|
2928
2924
|
m = le.current, le.current = null, We();
|
|
2929
2925
|
try {
|
|
2930
2926
|
if (t) {
|
|
2931
|
-
var
|
|
2927
|
+
var l = function() {
|
|
2932
2928
|
throw Error();
|
|
2933
2929
|
};
|
|
2934
|
-
if (Object.defineProperty(
|
|
2930
|
+
if (Object.defineProperty(l.prototype, "props", {
|
|
2935
2931
|
set: function() {
|
|
2936
2932
|
throw Error();
|
|
2937
2933
|
}
|
|
2938
2934
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
2939
2935
|
try {
|
|
2940
|
-
Reflect.construct(
|
|
2936
|
+
Reflect.construct(l, []);
|
|
2941
2937
|
} catch (N) {
|
|
2942
2938
|
n = N;
|
|
2943
2939
|
}
|
|
2944
|
-
Reflect.construct(e, [],
|
|
2940
|
+
Reflect.construct(e, [], l);
|
|
2945
2941
|
} else {
|
|
2946
2942
|
try {
|
|
2947
|
-
|
|
2943
|
+
l.call();
|
|
2948
2944
|
} catch (N) {
|
|
2949
2945
|
n = N;
|
|
2950
2946
|
}
|
|
2951
|
-
e.call(
|
|
2947
|
+
e.call(l.prototype);
|
|
2952
2948
|
}
|
|
2953
2949
|
} else {
|
|
2954
2950
|
try {
|
|
@@ -2960,18 +2956,18 @@ function ra() {
|
|
|
2960
2956
|
}
|
|
2961
2957
|
} catch (N) {
|
|
2962
2958
|
if (N && n && typeof N.stack == "string") {
|
|
2963
|
-
for (var
|
|
2964
|
-
`),
|
|
2965
|
-
`), w =
|
|
2959
|
+
for (var i = N.stack.split(`
|
|
2960
|
+
`), D = n.stack.split(`
|
|
2961
|
+
`), w = i.length - 1, j = D.length - 1; w >= 1 && j >= 0 && i[w] !== D[j]; )
|
|
2966
2962
|
j--;
|
|
2967
2963
|
for (; w >= 1 && j >= 0; w--, j--)
|
|
2968
|
-
if (
|
|
2964
|
+
if (i[w] !== D[j]) {
|
|
2969
2965
|
if (w !== 1 || j !== 1)
|
|
2970
2966
|
do
|
|
2971
|
-
if (w--, j--, j < 0 ||
|
|
2972
|
-
var
|
|
2973
|
-
` +
|
|
2974
|
-
return e.displayName &&
|
|
2967
|
+
if (w--, j--, j < 0 || i[w] !== D[j]) {
|
|
2968
|
+
var A = `
|
|
2969
|
+
` + i[w].replace(" at new ", " at ");
|
|
2970
|
+
return e.displayName && A.includes("<anonymous>") && (A = A.replace("<anonymous>", e.displayName)), typeof e == "function" && re.set(e, A), A;
|
|
2975
2971
|
}
|
|
2976
2972
|
while (w >= 1 && j >= 0);
|
|
2977
2973
|
break;
|
|
@@ -2980,8 +2976,8 @@ function ra() {
|
|
|
2980
2976
|
} finally {
|
|
2981
2977
|
ue = !1, le.current = m, Ue(), Error.prepareStackTrace = f;
|
|
2982
2978
|
}
|
|
2983
|
-
var Z = e ? e.displayName || e.name : "", z = Z ?
|
|
2984
|
-
return typeof e == "function" &&
|
|
2979
|
+
var Z = e ? e.displayName || e.name : "", z = Z ? te(Z) : "";
|
|
2980
|
+
return typeof e == "function" && re.set(e, z), z;
|
|
2985
2981
|
}
|
|
2986
2982
|
function qe(e, t, r) {
|
|
2987
2983
|
return je(e, !1);
|
|
@@ -2990,39 +2986,39 @@ function ra() {
|
|
|
2990
2986
|
var t = e.prototype;
|
|
2991
2987
|
return !!(t && t.isReactComponent);
|
|
2992
2988
|
}
|
|
2993
|
-
function
|
|
2989
|
+
function ae(e, t, r) {
|
|
2994
2990
|
if (e == null)
|
|
2995
2991
|
return "";
|
|
2996
2992
|
if (typeof e == "function")
|
|
2997
2993
|
return je(e, Ye(e));
|
|
2998
2994
|
if (typeof e == "string")
|
|
2999
|
-
return
|
|
2995
|
+
return te(e);
|
|
3000
2996
|
switch (e) {
|
|
3001
|
-
case
|
|
3002
|
-
return
|
|
2997
|
+
case v:
|
|
2998
|
+
return te("Suspense");
|
|
3003
2999
|
case o:
|
|
3004
|
-
return
|
|
3000
|
+
return te("SuspenseList");
|
|
3005
3001
|
}
|
|
3006
3002
|
if (typeof e == "object")
|
|
3007
3003
|
switch (e.$$typeof) {
|
|
3008
3004
|
case s:
|
|
3009
3005
|
return qe(e.render);
|
|
3010
3006
|
case d:
|
|
3011
|
-
return
|
|
3007
|
+
return ae(e.type, t, r);
|
|
3012
3008
|
case b: {
|
|
3013
3009
|
var n = e, f = n._payload, m = n._init;
|
|
3014
3010
|
try {
|
|
3015
|
-
return
|
|
3011
|
+
return ae(m(f), t, r);
|
|
3016
3012
|
} catch {
|
|
3017
3013
|
}
|
|
3018
3014
|
}
|
|
3019
3015
|
}
|
|
3020
3016
|
return "";
|
|
3021
3017
|
}
|
|
3022
|
-
var V = Object.prototype.hasOwnProperty, xe = {}, Ce =
|
|
3023
|
-
function
|
|
3018
|
+
var V = Object.prototype.hasOwnProperty, xe = {}, Ce = E.ReactDebugCurrentFrame;
|
|
3019
|
+
function ne(e) {
|
|
3024
3020
|
if (e) {
|
|
3025
|
-
var t = e._owner, r =
|
|
3021
|
+
var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
|
|
3026
3022
|
Ce.setExtraStackFrame(r);
|
|
3027
3023
|
} else
|
|
3028
3024
|
Ce.setExtraStackFrame(null);
|
|
@@ -3030,19 +3026,19 @@ function ra() {
|
|
|
3030
3026
|
function Ge(e, t, r, n, f) {
|
|
3031
3027
|
{
|
|
3032
3028
|
var m = Function.call.bind(V);
|
|
3033
|
-
for (var
|
|
3034
|
-
if (m(e,
|
|
3035
|
-
var
|
|
3029
|
+
for (var l in e)
|
|
3030
|
+
if (m(e, l)) {
|
|
3031
|
+
var i = void 0;
|
|
3036
3032
|
try {
|
|
3037
|
-
if (typeof e[
|
|
3038
|
-
var
|
|
3039
|
-
throw
|
|
3033
|
+
if (typeof e[l] != "function") {
|
|
3034
|
+
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`.");
|
|
3035
|
+
throw D.name = "Invariant Violation", D;
|
|
3040
3036
|
}
|
|
3041
|
-
|
|
3037
|
+
i = e[l](t, l, n, r, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
3042
3038
|
} catch (w) {
|
|
3043
|
-
|
|
3039
|
+
i = w;
|
|
3044
3040
|
}
|
|
3045
|
-
|
|
3041
|
+
i && !(i instanceof Error) && (ne(f), 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), ne(null)), i instanceof Error && !(i.message in xe) && (xe[i.message] = !0, ne(f), p("Failed %s type: %s", r, i.message), ne(null));
|
|
3046
3042
|
}
|
|
3047
3043
|
}
|
|
3048
3044
|
}
|
|
@@ -3070,7 +3066,7 @@ function ra() {
|
|
|
3070
3066
|
if (Je(e))
|
|
3071
3067
|
return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", He(e)), Se(e);
|
|
3072
3068
|
}
|
|
3073
|
-
var Ee =
|
|
3069
|
+
var Ee = E.ReactCurrentOwner, Ze = {
|
|
3074
3070
|
key: !0,
|
|
3075
3071
|
ref: !0,
|
|
3076
3072
|
__self: !0,
|
|
@@ -3117,57 +3113,57 @@ function ra() {
|
|
|
3117
3113
|
});
|
|
3118
3114
|
}
|
|
3119
3115
|
}
|
|
3120
|
-
var rt = function(e, t, r, n, f, m,
|
|
3121
|
-
var
|
|
3116
|
+
var rt = function(e, t, r, n, f, m, l) {
|
|
3117
|
+
var i = {
|
|
3122
3118
|
// This tag allows us to uniquely identify this as a React Element
|
|
3123
|
-
$$typeof:
|
|
3119
|
+
$$typeof: _,
|
|
3124
3120
|
// Built-in properties that belong on the element
|
|
3125
3121
|
type: e,
|
|
3126
3122
|
key: t,
|
|
3127
3123
|
ref: r,
|
|
3128
|
-
props:
|
|
3124
|
+
props: l,
|
|
3129
3125
|
// Record the component responsible for creating this element.
|
|
3130
3126
|
_owner: m
|
|
3131
3127
|
};
|
|
3132
|
-
return
|
|
3128
|
+
return i._store = {}, Object.defineProperty(i._store, "validated", {
|
|
3133
3129
|
configurable: !1,
|
|
3134
3130
|
enumerable: !1,
|
|
3135
3131
|
writable: !0,
|
|
3136
3132
|
value: !1
|
|
3137
|
-
}), Object.defineProperty(
|
|
3133
|
+
}), Object.defineProperty(i, "_self", {
|
|
3138
3134
|
configurable: !1,
|
|
3139
3135
|
enumerable: !1,
|
|
3140
3136
|
writable: !1,
|
|
3141
3137
|
value: n
|
|
3142
|
-
}), Object.defineProperty(
|
|
3138
|
+
}), Object.defineProperty(i, "_source", {
|
|
3143
3139
|
configurable: !1,
|
|
3144
3140
|
enumerable: !1,
|
|
3145
3141
|
writable: !1,
|
|
3146
3142
|
value: f
|
|
3147
|
-
}), Object.freeze && (Object.freeze(
|
|
3143
|
+
}), Object.freeze && (Object.freeze(i.props), Object.freeze(i)), i;
|
|
3148
3144
|
};
|
|
3149
3145
|
function at(e, t, r, n, f) {
|
|
3150
3146
|
{
|
|
3151
|
-
var m,
|
|
3152
|
-
r !== void 0 && (Re(r),
|
|
3147
|
+
var m, l = {}, i = null, D = null;
|
|
3148
|
+
r !== void 0 && (Re(r), i = "" + r), Xe(t) && (Re(t.key), i = "" + t.key), Ve(t) && (D = t.ref, Qe(t));
|
|
3153
3149
|
for (m in t)
|
|
3154
|
-
V.call(t, m) && !Ze.hasOwnProperty(m) && (
|
|
3150
|
+
V.call(t, m) && !Ze.hasOwnProperty(m) && (l[m] = t[m]);
|
|
3155
3151
|
if (e && e.defaultProps) {
|
|
3156
3152
|
var w = e.defaultProps;
|
|
3157
3153
|
for (m in w)
|
|
3158
|
-
|
|
3154
|
+
l[m] === void 0 && (l[m] = w[m]);
|
|
3159
3155
|
}
|
|
3160
|
-
if (
|
|
3156
|
+
if (i || D) {
|
|
3161
3157
|
var j = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
3162
|
-
|
|
3158
|
+
i && et(l, j), D && tt(l, j);
|
|
3163
3159
|
}
|
|
3164
|
-
return rt(e,
|
|
3160
|
+
return rt(e, i, D, f, n, Ee.current, l);
|
|
3165
3161
|
}
|
|
3166
3162
|
}
|
|
3167
|
-
var fe =
|
|
3163
|
+
var fe = E.ReactCurrentOwner, De = E.ReactDebugCurrentFrame;
|
|
3168
3164
|
function J(e) {
|
|
3169
3165
|
if (e) {
|
|
3170
|
-
var t = e._owner, r =
|
|
3166
|
+
var t = e._owner, r = ae(e.type, e._source, t ? t.type : null);
|
|
3171
3167
|
De.setExtraStackFrame(r);
|
|
3172
3168
|
} else
|
|
3173
3169
|
De.setExtraStackFrame(null);
|
|
@@ -3175,7 +3171,7 @@ function ra() {
|
|
|
3175
3171
|
var pe;
|
|
3176
3172
|
pe = !1;
|
|
3177
3173
|
function me(e) {
|
|
3178
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
3174
|
+
return typeof e == "object" && e !== null && e.$$typeof === _;
|
|
3179
3175
|
}
|
|
3180
3176
|
function Pe() {
|
|
3181
3177
|
{
|
|
@@ -3232,12 +3228,12 @@ Check the top-level render call using <` + r + ">.");
|
|
|
3232
3228
|
else if (e) {
|
|
3233
3229
|
var f = I(e);
|
|
3234
3230
|
if (typeof f == "function" && f !== e.entries)
|
|
3235
|
-
for (var m = f.call(e),
|
|
3236
|
-
me(
|
|
3231
|
+
for (var m = f.call(e), l; !(l = m.next()).done; )
|
|
3232
|
+
me(l.value) && Fe(l.value, t);
|
|
3237
3233
|
}
|
|
3238
3234
|
}
|
|
3239
3235
|
}
|
|
3240
|
-
function
|
|
3236
|
+
function _t(e) {
|
|
3241
3237
|
{
|
|
3242
3238
|
var t = e.type;
|
|
3243
3239
|
if (t == null || typeof t == "string")
|
|
@@ -3262,7 +3258,7 @@ Check the top-level render call using <` + r + ">.");
|
|
|
3262
3258
|
typeof t.getDefaultProps == "function" && !t.getDefaultProps.isReactClassApproved && p("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
3263
3259
|
}
|
|
3264
3260
|
}
|
|
3265
|
-
function
|
|
3261
|
+
function it(e) {
|
|
3266
3262
|
{
|
|
3267
3263
|
for (var t = Object.keys(e.props), r = 0; r < t.length; r++) {
|
|
3268
3264
|
var n = t[r];
|
|
@@ -3277,30 +3273,30 @@ Check the top-level render call using <` + r + ">.");
|
|
|
3277
3273
|
var Me = {};
|
|
3278
3274
|
function $e(e, t, r, n, f, m) {
|
|
3279
3275
|
{
|
|
3280
|
-
var
|
|
3281
|
-
if (!
|
|
3282
|
-
var
|
|
3283
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
|
3284
|
-
var
|
|
3285
|
-
|
|
3276
|
+
var l = O(e);
|
|
3277
|
+
if (!l) {
|
|
3278
|
+
var i = "";
|
|
3279
|
+
(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.");
|
|
3280
|
+
var D = nt();
|
|
3281
|
+
D ? i += D : i += Pe();
|
|
3286
3282
|
var w;
|
|
3287
|
-
e === null ? w = "null" : de(e) ? w = "array" : e !== void 0 && e.$$typeof ===
|
|
3283
|
+
e === null ? w = "null" : de(e) ? w = "array" : e !== void 0 && e.$$typeof === _ ? (w = "<" + (k(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);
|
|
3288
3284
|
}
|
|
3289
3285
|
var j = at(e, t, r, f, m);
|
|
3290
3286
|
if (j == null)
|
|
3291
3287
|
return j;
|
|
3292
|
-
if (
|
|
3293
|
-
var
|
|
3294
|
-
if (
|
|
3288
|
+
if (l) {
|
|
3289
|
+
var A = t.children;
|
|
3290
|
+
if (A !== void 0)
|
|
3295
3291
|
if (n)
|
|
3296
|
-
if (de(
|
|
3297
|
-
for (var Z = 0; Z <
|
|
3298
|
-
Ie(
|
|
3299
|
-
Object.freeze && Object.freeze(
|
|
3292
|
+
if (de(A)) {
|
|
3293
|
+
for (var Z = 0; Z < A.length; Z++)
|
|
3294
|
+
Ie(A[Z], e);
|
|
3295
|
+
Object.freeze && Object.freeze(A);
|
|
3300
3296
|
} else
|
|
3301
3297
|
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.");
|
|
3302
3298
|
else
|
|
3303
|
-
Ie(
|
|
3299
|
+
Ie(A, e);
|
|
3304
3300
|
}
|
|
3305
3301
|
if (V.call(t, "key")) {
|
|
3306
3302
|
var z = k(e), N = Object.keys(t).filter(function(ft) {
|
|
@@ -3316,7 +3312,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3316
3312
|
<%s key={someKey} {...props} />`, ye, z, dt, z), Me[z + ye] = !0;
|
|
3317
3313
|
}
|
|
3318
3314
|
}
|
|
3319
|
-
return e === u ?
|
|
3315
|
+
return e === u ? it(j) : _t(j), j;
|
|
3320
3316
|
}
|
|
3321
3317
|
}
|
|
3322
3318
|
function st(e, t, r) {
|
|
@@ -3331,58 +3327,58 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3331
3327
|
}
|
|
3332
3328
|
process.env.NODE_ENV === "production" ? Ft.exports = ta() : Ft.exports = ra();
|
|
3333
3329
|
var Q = Ft.exports;
|
|
3334
|
-
const aa = "_notice_13j98_2", na = "_error_13j98_11", oa = "_success_13j98_14",
|
|
3330
|
+
const aa = "_notice_13j98_2", na = "_error_13j98_11", oa = "_success_13j98_14", _a = "_remark_13j98_17", ia = "_copy_13j98_20", Ht = {
|
|
3335
3331
|
notice: aa,
|
|
3336
3332
|
error: na,
|
|
3337
3333
|
success: oa,
|
|
3338
|
-
remark:
|
|
3339
|
-
copy:
|
|
3334
|
+
remark: _a,
|
|
3335
|
+
copy: ia,
|
|
3340
3336
|
"show-notice": "_show-notice_13j98_1",
|
|
3341
3337
|
"hide-notice": "_hide-notice_13j98_1"
|
|
3342
3338
|
};
|
|
3343
|
-
let
|
|
3339
|
+
let Le = {};
|
|
3344
3340
|
function bt({ data: a }) {
|
|
3345
|
-
let [
|
|
3346
|
-
|
|
3341
|
+
let [_, c] = U.useState("show");
|
|
3342
|
+
U.useEffect(() => {
|
|
3347
3343
|
a.hide && (setTimeout(function() {
|
|
3348
|
-
|
|
3344
|
+
c("hide");
|
|
3349
3345
|
}, 1800), setTimeout(function() {
|
|
3350
|
-
|
|
3346
|
+
Le.del(a.key);
|
|
3351
3347
|
}, 2500));
|
|
3352
3348
|
}, [a.key]);
|
|
3353
|
-
let u,
|
|
3349
|
+
let u, y;
|
|
3354
3350
|
switch (a.type) {
|
|
3355
3351
|
case "error":
|
|
3356
|
-
u = /* @__PURE__ */ Q.jsx(pt.error, {}),
|
|
3352
|
+
u = /* @__PURE__ */ Q.jsx(pt.error, {}), y = "Ошибка:";
|
|
3357
3353
|
break;
|
|
3358
3354
|
case "success":
|
|
3359
|
-
u = /* @__PURE__ */ Q.jsx(pt.success, {}),
|
|
3355
|
+
u = /* @__PURE__ */ Q.jsx(pt.success, {}), y = "Информация:";
|
|
3360
3356
|
break;
|
|
3361
3357
|
case "copy":
|
|
3362
|
-
u = /* @__PURE__ */ Q.jsx(pt.success, {}),
|
|
3358
|
+
u = /* @__PURE__ */ Q.jsx(pt.success, {}), y = "Копирование:";
|
|
3363
3359
|
break;
|
|
3364
3360
|
case "remark":
|
|
3365
|
-
u = /* @__PURE__ */ Q.jsx(pt.success, {}),
|
|
3361
|
+
u = /* @__PURE__ */ Q.jsx(pt.success, {}), y = "Подсказка:";
|
|
3366
3362
|
break;
|
|
3367
3363
|
default:
|
|
3368
|
-
u = /* @__PURE__ */ Q.jsx(pt.success, {}),
|
|
3364
|
+
u = /* @__PURE__ */ Q.jsx(pt.success, {}), y = "Предупреждение:";
|
|
3369
3365
|
break;
|
|
3370
3366
|
}
|
|
3371
|
-
return /* @__PURE__ */ Q.jsxs("li", { className: Ht[a.type], "data-status":
|
|
3367
|
+
return /* @__PURE__ */ Q.jsxs("li", { className: Ht[a.type], "data-status": _, children: [
|
|
3372
3368
|
u,
|
|
3373
|
-
/* @__PURE__ */ Q.jsx("b", { children:
|
|
3369
|
+
/* @__PURE__ */ Q.jsx("b", { children: y }),
|
|
3374
3370
|
/* @__PURE__ */ Q.jsx("p", { children: a.text })
|
|
3375
3371
|
] });
|
|
3376
3372
|
}
|
|
3377
3373
|
function sa({ data: a }) {
|
|
3378
|
-
let [
|
|
3379
|
-
return
|
|
3374
|
+
let [_, c] = U.useState("show");
|
|
3375
|
+
return U.useEffect(() => {
|
|
3380
3376
|
a.hide && (setTimeout(function() {
|
|
3381
|
-
|
|
3377
|
+
c("hide");
|
|
3382
3378
|
}, 1800), setTimeout(function() {
|
|
3383
|
-
|
|
3379
|
+
Le.del(a.key);
|
|
3384
3380
|
}, 2500));
|
|
3385
|
-
}, [a.key]), /* @__PURE__ */ Q.jsx("li", { className: "item", "data-status":
|
|
3381
|
+
}, [a.key]), /* @__PURE__ */ Q.jsx("li", { className: "item", "data-status": _, children: a.text });
|
|
3386
3382
|
}
|
|
3387
3383
|
const pt = {};
|
|
3388
3384
|
pt.error = () => /* @__PURE__ */ Q.jsxs("svg", { viewBox: "0 0 24 24", fill: "none", children: [
|
|
@@ -3419,55 +3415,55 @@ pt.success = () => /* @__PURE__ */ Q.jsxs("svg", { viewBox: "0 0 24 24", fill: "
|
|
|
3419
3415
|
] });
|
|
3420
3416
|
var St;
|
|
3421
3417
|
((a) => {
|
|
3422
|
-
function
|
|
3423
|
-
let [s,
|
|
3424
|
-
return
|
|
3425
|
-
|
|
3426
|
-
},
|
|
3427
|
-
|
|
3418
|
+
function _() {
|
|
3419
|
+
let [s, v] = U.useState([]);
|
|
3420
|
+
return Le.set = (o) => {
|
|
3421
|
+
v([...s, o]);
|
|
3422
|
+
}, Le.del = (o) => {
|
|
3423
|
+
v(s.filter((d) => d.key !== o));
|
|
3428
3424
|
}, s.length === 0 ? "" : /* @__PURE__ */ Q.jsx("ul", { className: Ht.notice, children: s.map((o) => o.item) });
|
|
3429
3425
|
}
|
|
3430
|
-
a.Init =
|
|
3431
|
-
function
|
|
3432
|
-
let o = Date.now(), d = { key: o, text: s, hide:
|
|
3433
|
-
|
|
3426
|
+
a.Init = _;
|
|
3427
|
+
function c(s, v = !0) {
|
|
3428
|
+
let o = Date.now(), d = { key: o, text: s, hide: v, type: "error" };
|
|
3429
|
+
Le.set({
|
|
3434
3430
|
item: /* @__PURE__ */ Q.jsx(bt, { data: d }, o),
|
|
3435
3431
|
key: o
|
|
3436
3432
|
});
|
|
3437
3433
|
}
|
|
3438
|
-
a.Error =
|
|
3439
|
-
function u(s,
|
|
3440
|
-
let o = Date.now(), d = { key: o, text: s, hide:
|
|
3441
|
-
|
|
3434
|
+
a.Error = c;
|
|
3435
|
+
function u(s, v = !0) {
|
|
3436
|
+
let o = Date.now(), d = { key: o, text: s, hide: v, type: "success" };
|
|
3437
|
+
Le.set({
|
|
3442
3438
|
item: /* @__PURE__ */ Q.jsx(bt, { data: d }, o),
|
|
3443
3439
|
key: o
|
|
3444
3440
|
});
|
|
3445
3441
|
}
|
|
3446
3442
|
a.Success = u;
|
|
3447
|
-
function
|
|
3448
|
-
let o = Date.now(), d = { key: o, hide:
|
|
3449
|
-
|
|
3443
|
+
function y(s, v = !0) {
|
|
3444
|
+
let o = Date.now(), d = { key: o, hide: v, text: s };
|
|
3445
|
+
Le.set({ item: /* @__PURE__ */ Q.jsx(sa, { data: d }, o), key: o });
|
|
3450
3446
|
}
|
|
3451
|
-
a.Custom =
|
|
3452
|
-
function
|
|
3453
|
-
let
|
|
3454
|
-
|
|
3455
|
-
item: /* @__PURE__ */ Q.jsx(bt, { data: o },
|
|
3456
|
-
key:
|
|
3447
|
+
a.Custom = y;
|
|
3448
|
+
function S(s) {
|
|
3449
|
+
let v = Date.now(), o = { key: v, hide: !0, ...s };
|
|
3450
|
+
Le.set({
|
|
3451
|
+
item: /* @__PURE__ */ Q.jsx(bt, { data: o }, v),
|
|
3452
|
+
key: v
|
|
3457
3453
|
});
|
|
3458
3454
|
}
|
|
3459
|
-
a.Send =
|
|
3460
|
-
function
|
|
3461
|
-
let o = Date.now(), d = { key: o, text: s, hide:
|
|
3462
|
-
|
|
3455
|
+
a.Send = S;
|
|
3456
|
+
function P(s, v = !0) {
|
|
3457
|
+
let o = Date.now(), d = { key: o, text: s, hide: v, type: "remark" };
|
|
3458
|
+
Le.set({
|
|
3463
3459
|
item: /* @__PURE__ */ Q.jsx(bt, { data: d }, o),
|
|
3464
3460
|
key: o
|
|
3465
3461
|
});
|
|
3466
3462
|
}
|
|
3467
|
-
a.Remark =
|
|
3468
|
-
function x(s,
|
|
3469
|
-
let o = Date.now(), d = { key: o, text: s, hide:
|
|
3470
|
-
|
|
3463
|
+
a.Remark = P;
|
|
3464
|
+
function x(s, v = !0) {
|
|
3465
|
+
let o = Date.now(), d = { key: o, text: s, hide: v, type: "copy" };
|
|
3466
|
+
Le.set({
|
|
3471
3467
|
item: /* @__PURE__ */ Q.jsx(bt, { data: d }, o),
|
|
3472
3468
|
key: o
|
|
3473
3469
|
});
|
|
@@ -3476,41 +3472,41 @@ var St;
|
|
|
3476
3472
|
})(St || (St = {}));
|
|
3477
3473
|
function Ra({
|
|
3478
3474
|
value: a = "",
|
|
3479
|
-
onValue:
|
|
3480
|
-
onSave:
|
|
3475
|
+
onValue: _,
|
|
3476
|
+
onSave: c,
|
|
3481
3477
|
name: u,
|
|
3482
|
-
format:
|
|
3483
|
-
placeholder:
|
|
3484
|
-
title:
|
|
3478
|
+
format: y = "+_(___) ___-__-__",
|
|
3479
|
+
placeholder: S = "",
|
|
3480
|
+
title: P = "",
|
|
3485
3481
|
error: x = "",
|
|
3486
3482
|
hide: s = !1,
|
|
3487
|
-
edit:
|
|
3483
|
+
edit: v = !0,
|
|
3488
3484
|
active: o = !0,
|
|
3489
3485
|
after: d = "",
|
|
3490
3486
|
show: b = !0,
|
|
3491
|
-
view:
|
|
3487
|
+
view: C,
|
|
3492
3488
|
className: F = ""
|
|
3493
3489
|
}) {
|
|
3494
|
-
|
|
3495
|
-
let I =
|
|
3496
|
-
let $ = document.createRange(),
|
|
3497
|
-
$.setStart(k.childNodes[0], h), $.collapse(!0),
|
|
3490
|
+
v = v !== void 0 ? v : !0, o = o !== void 0 ? o : !0, s = !!(s && (a === "" || a === void 0)) && !(v && o), U.useRef(null);
|
|
3491
|
+
let I = y, E = !0, p = 0, M = (h, k) => {
|
|
3492
|
+
let $ = document.createRange(), G = window.getSelection();
|
|
3493
|
+
$.setStart(k.childNodes[0], h), $.collapse(!0), G.removeAllRanges(), G.addRange($), k.focus();
|
|
3498
3494
|
}, K = (h) => {
|
|
3499
3495
|
h.preventDefault(), navigator.clipboard.readText().then((k) => {
|
|
3500
3496
|
window.document.execCommand("insertText", !1, k);
|
|
3501
3497
|
}).catch((k) => {
|
|
3502
3498
|
});
|
|
3503
|
-
},
|
|
3504
|
-
let k = 0, $ = "",
|
|
3505
|
-
|
|
3506
|
-
let X =
|
|
3499
|
+
}, q = (h) => {
|
|
3500
|
+
let k = 0, $ = "", G = h.replace(/\D/g, "");
|
|
3501
|
+
G === "" && (E = !0);
|
|
3502
|
+
let X = G.split(""), oe = "";
|
|
3507
3503
|
X.forEach((ge) => {
|
|
3508
|
-
|
|
3504
|
+
E && (oe += ge, E && (p = ("" + oe).length, I = y.replace(new RegExp("[0-9]", "g"), "_"), $ = ""), p > ("" + oe).length && (E = !0, I = y.replace(new RegExp("[0-9]", "g"), "_"), $ = ""));
|
|
3509
3505
|
});
|
|
3510
3506
|
let se = I.replace(/\D/g, "");
|
|
3511
|
-
return se.length >=
|
|
3512
|
-
return
|
|
3513
|
-
}), i: k, v:
|
|
3507
|
+
return se.length >= G.length && (G = se), { q: I.replace(/[_\d]/g, function() {
|
|
3508
|
+
return G.charAt(k++) || "_";
|
|
3509
|
+
}), i: k, v: G, f: $ };
|
|
3514
3510
|
}, L = (h) => {
|
|
3515
3511
|
h.preventDefault(), navigator.clipboard.writeText(h.target.textContent.replace(/\D/g, "")).then(
|
|
3516
3512
|
function() {
|
|
@@ -3519,37 +3515,37 @@ function Ra({
|
|
|
3519
3515
|
function(k) {
|
|
3520
3516
|
}
|
|
3521
3517
|
);
|
|
3522
|
-
},
|
|
3523
|
-
let k =
|
|
3524
|
-
h.target.textContent = k.q, k.i = k.q.lastIndexOf(k.v.substr(-1)), k.i < k.q.length && k.q !== I ? k.i++ : k.i = k.q.indexOf("_"), M(k.i, h.target),
|
|
3525
|
-
},
|
|
3518
|
+
}, Y = q(a), R = (h) => {
|
|
3519
|
+
let k = q(h.target.textContent);
|
|
3520
|
+
h.target.textContent = k.q, k.i = k.q.lastIndexOf(k.v.substr(-1)), k.i < k.q.length && k.q !== I ? k.i++ : k.i = k.q.indexOf("_"), M(k.i, h.target), _ && _({ value: k.q.replace(/\D/g, ""), name: u });
|
|
3521
|
+
}, T = (h) => {
|
|
3526
3522
|
h.key === "Enter" && h.preventDefault();
|
|
3527
3523
|
};
|
|
3528
|
-
const
|
|
3529
|
-
|
|
3524
|
+
const O = (h) => {
|
|
3525
|
+
ee.Blur(h), c && c({
|
|
3530
3526
|
value: h.target.textContent.replace(/\D/g, ""),
|
|
3531
3527
|
name: u
|
|
3532
3528
|
});
|
|
3533
3529
|
};
|
|
3534
|
-
let
|
|
3535
|
-
return
|
|
3536
|
-
|
|
3530
|
+
let W = {};
|
|
3531
|
+
return v && o ? (W.edit = "true", W.contentEditable = ee.ContentEditable) : W.contentEditable = "false", S && (W.placeholder = S), d && (W.after = d), s ? /* @__PURE__ */ g.jsx(g.Fragment, {}) : /* @__PURE__ */ g.jsx(
|
|
3532
|
+
Be,
|
|
3537
3533
|
{
|
|
3538
3534
|
type: "input",
|
|
3539
|
-
title:
|
|
3535
|
+
title: P,
|
|
3540
3536
|
element_blok: { className: [F] },
|
|
3541
|
-
element_input: { className: [
|
|
3542
|
-
children: /* @__PURE__ */
|
|
3537
|
+
element_input: { className: [_e.w] },
|
|
3538
|
+
children: /* @__PURE__ */ g.jsx(
|
|
3543
3539
|
"div",
|
|
3544
3540
|
{
|
|
3545
3541
|
onPaste: K,
|
|
3546
|
-
onInput:
|
|
3547
|
-
onKeyDown:
|
|
3542
|
+
onInput: R,
|
|
3543
|
+
onKeyDown: T,
|
|
3548
3544
|
onContextMenu: L,
|
|
3549
|
-
onBlur:
|
|
3545
|
+
onBlur: O,
|
|
3550
3546
|
suppressContentEditableWarning: !0,
|
|
3551
|
-
...
|
|
3552
|
-
children:
|
|
3547
|
+
...W,
|
|
3548
|
+
children: Y.q
|
|
3553
3549
|
}
|
|
3554
3550
|
)
|
|
3555
3551
|
}
|
|
@@ -3557,69 +3553,69 @@ function Ra({
|
|
|
3557
3553
|
}
|
|
3558
3554
|
function Ea({
|
|
3559
3555
|
id: a,
|
|
3560
|
-
value:
|
|
3561
|
-
onValue:
|
|
3556
|
+
value: _,
|
|
3557
|
+
onValue: c,
|
|
3562
3558
|
name: u,
|
|
3563
|
-
placeholder:
|
|
3564
|
-
title:
|
|
3565
|
-
error:
|
|
3559
|
+
placeholder: y = "",
|
|
3560
|
+
title: S = "",
|
|
3561
|
+
error: P = "",
|
|
3566
3562
|
hide: x = !1,
|
|
3567
3563
|
edit: s = !0,
|
|
3568
|
-
active:
|
|
3564
|
+
active: v = !0,
|
|
3569
3565
|
after: o = "",
|
|
3570
3566
|
show: d = !0,
|
|
3571
3567
|
maxLength: b,
|
|
3572
|
-
view:
|
|
3568
|
+
view: C,
|
|
3573
3569
|
onSave: F,
|
|
3574
|
-
className:
|
|
3570
|
+
className: B = "",
|
|
3575
3571
|
isCopy: I = !0
|
|
3576
3572
|
}) {
|
|
3577
|
-
let [
|
|
3578
|
-
|
|
3579
|
-
let M = (
|
|
3580
|
-
|
|
3581
|
-
}, K = (
|
|
3582
|
-
b &&
|
|
3583
|
-
},
|
|
3584
|
-
|
|
3573
|
+
let [E, p] = U.useState(!1);
|
|
3574
|
+
E = s ? !0 : E;
|
|
3575
|
+
let M = (R) => {
|
|
3576
|
+
c == null || c({ value: R.target.innerText, name: u });
|
|
3577
|
+
}, K = (R) => {
|
|
3578
|
+
b && R.target.textContent.trim().length >= b && R.key !== "Backspace" && R.preventDefault(), R.key === "Enter" && R.preventDefault();
|
|
3579
|
+
}, q = (R) => {
|
|
3580
|
+
R.preventDefault(), navigator.clipboard.readText().then((T) => {
|
|
3585
3581
|
if (b) {
|
|
3586
|
-
let
|
|
3587
|
-
if (
|
|
3588
|
-
b -=
|
|
3582
|
+
let O = R.target.textContent.length;
|
|
3583
|
+
if (O >= b) return;
|
|
3584
|
+
b -= O, T = T.slice(0, b);
|
|
3589
3585
|
}
|
|
3590
3586
|
window.document.execCommand(
|
|
3591
3587
|
"insertText",
|
|
3592
3588
|
!1,
|
|
3593
|
-
|
|
3589
|
+
T.replace(/(\r\n|\n|\r)/gm, " ")
|
|
3594
3590
|
);
|
|
3595
|
-
}).catch((
|
|
3591
|
+
}).catch((T) => {
|
|
3596
3592
|
});
|
|
3597
3593
|
};
|
|
3598
|
-
if (x) return /* @__PURE__ */
|
|
3599
|
-
if (!(s &&
|
|
3594
|
+
if (x) return /* @__PURE__ */ g.jsx(g.Fragment, {});
|
|
3595
|
+
if (!(s && v) && !d) return "";
|
|
3600
3596
|
const L = {};
|
|
3601
|
-
|
|
3602
|
-
const
|
|
3603
|
-
|
|
3597
|
+
y && (L.placeholder = y), s && v && (L.edit = ""), E && (L.open = "");
|
|
3598
|
+
const Y = (R) => {
|
|
3599
|
+
ee.Blur(R), F == null || F({ value: R.target.textContent.trim(), name: u });
|
|
3604
3600
|
};
|
|
3605
|
-
return /* @__PURE__ */
|
|
3606
|
-
|
|
3601
|
+
return /* @__PURE__ */ g.jsx(
|
|
3602
|
+
Be,
|
|
3607
3603
|
{
|
|
3608
3604
|
type: "note",
|
|
3609
|
-
title:
|
|
3610
|
-
element_blok: { className: [
|
|
3611
|
-
element_input: { className: [
|
|
3612
|
-
children: /* @__PURE__ */
|
|
3605
|
+
title: S,
|
|
3606
|
+
element_blok: { className: [B] },
|
|
3607
|
+
element_input: { className: [_e.n] },
|
|
3608
|
+
children: /* @__PURE__ */ g.jsx(
|
|
3613
3609
|
"div",
|
|
3614
3610
|
{
|
|
3615
|
-
onPaste:
|
|
3611
|
+
onPaste: q,
|
|
3616
3612
|
onInput: M,
|
|
3617
|
-
onBlur:
|
|
3613
|
+
onBlur: Y,
|
|
3618
3614
|
onKeyDown: K,
|
|
3619
|
-
contentEditable: s &&
|
|
3615
|
+
contentEditable: s && v ? ee.ContentEditable : "false",
|
|
3620
3616
|
suppressContentEditableWarning: !0,
|
|
3621
3617
|
...L,
|
|
3622
|
-
children:
|
|
3618
|
+
children: _
|
|
3623
3619
|
}
|
|
3624
3620
|
)
|
|
3625
3621
|
}
|
|
@@ -5009,85 +5005,85 @@ const Ot = {
|
|
|
5009
5005
|
};
|
|
5010
5006
|
function Oa({
|
|
5011
5007
|
value: a,
|
|
5012
|
-
onValue:
|
|
5013
|
-
onSave:
|
|
5008
|
+
onValue: _,
|
|
5009
|
+
onSave: c,
|
|
5014
5010
|
name: u,
|
|
5015
|
-
placeholder:
|
|
5016
|
-
title:
|
|
5017
|
-
error:
|
|
5011
|
+
placeholder: y = "",
|
|
5012
|
+
title: S = "",
|
|
5013
|
+
error: P = "",
|
|
5018
5014
|
hide: x = !1,
|
|
5019
5015
|
edit: s = !0,
|
|
5020
|
-
active:
|
|
5016
|
+
active: v = !0,
|
|
5021
5017
|
after: o = "",
|
|
5022
5018
|
show: d = !0,
|
|
5023
5019
|
view: b,
|
|
5024
|
-
className:
|
|
5020
|
+
className: C = ""
|
|
5025
5021
|
}) {
|
|
5026
|
-
s = s !== void 0 ? s : !0,
|
|
5027
|
-
let
|
|
5022
|
+
s = s !== void 0 ? s : !0, v = v !== void 0 ? v : !0, x = !!(x && (a === "" || a === void 0)) && !(s && v), U.useRef(null);
|
|
5023
|
+
let B = "+_(___) ___-__-__", I = !0, E = 0, p = (W, h) => {
|
|
5028
5024
|
let k = document.createRange(), $ = window.getSelection();
|
|
5029
|
-
k.setStart(h.childNodes[0],
|
|
5030
|
-
}, M = (
|
|
5031
|
-
let h =
|
|
5032
|
-
|
|
5033
|
-
}, K = (
|
|
5034
|
-
|
|
5025
|
+
k.setStart(h.childNodes[0], W), k.collapse(!0), $.removeAllRanges(), $.addRange(k), h.focus();
|
|
5026
|
+
}, M = (W) => {
|
|
5027
|
+
let h = q(W.target.textContent);
|
|
5028
|
+
W.target.textContent = h.q, h.i = h.q.lastIndexOf(h.v.substr(-1)), h.i < h.q.length && h.q !== B ? h.i++ : h.i = h.q.indexOf("_"), p(h.i, W.target), _ && _({ value: h.q.replace(/\D/g, ""), name: u });
|
|
5029
|
+
}, K = (W) => {
|
|
5030
|
+
W.preventDefault(), navigator.clipboard.readText().then((h) => {
|
|
5035
5031
|
window.document.execCommand("insertText", !1, h);
|
|
5036
5032
|
}).catch((h) => {
|
|
5037
5033
|
});
|
|
5038
|
-
},
|
|
5039
|
-
let h = 0, k = "", $ =
|
|
5034
|
+
}, q = (W) => {
|
|
5035
|
+
let h = 0, k = "", $ = W.replace(/\D/g, "");
|
|
5040
5036
|
$ === "" && (I = !0);
|
|
5041
|
-
let
|
|
5042
|
-
|
|
5043
|
-
I && (X += ve, Ot[X] !== void 0 && I ? (I = !1,
|
|
5037
|
+
let G = $.split(""), X = "";
|
|
5038
|
+
G.forEach((ve) => {
|
|
5039
|
+
I && (X += ve, Ot[X] !== void 0 && I ? (I = !1, B = Ot[X].mask.replace(new RegExp("[0-9]", "g"), "_"), k = Ot[X].code) : (I && (E = ("" + X).length, B = `+${X}_(___) ___-__-__`.replace(
|
|
5044
5040
|
new RegExp("[0-9]", "g"),
|
|
5045
5041
|
"_"
|
|
5046
|
-
), k = ""),
|
|
5042
|
+
), k = ""), E > ("" + X).length && (I = !0, B = `+${X}_(___) ___-__-__`.replace(
|
|
5047
5043
|
new RegExp("[0-9]", "g"),
|
|
5048
5044
|
"_"
|
|
5049
5045
|
), k = "")));
|
|
5050
5046
|
});
|
|
5051
|
-
let
|
|
5052
|
-
return
|
|
5047
|
+
let oe = B.replace(/\D/g, "");
|
|
5048
|
+
return oe.length >= $.length && ($ = oe), { q: B.replace(/[_\d]/g, function() {
|
|
5053
5049
|
return $.charAt(h++) || "_";
|
|
5054
5050
|
}), i: h, v: $, f: k };
|
|
5055
|
-
}, L = (
|
|
5056
|
-
|
|
5051
|
+
}, L = (W) => {
|
|
5052
|
+
W.preventDefault(), navigator.clipboard.writeText(W.target.textContent.replace(/\D/g, "")).then(
|
|
5057
5053
|
function() {
|
|
5058
5054
|
St.Copy("Данные в буфер обмене");
|
|
5059
5055
|
},
|
|
5060
5056
|
function(h) {
|
|
5061
5057
|
}
|
|
5062
5058
|
);
|
|
5063
|
-
},
|
|
5064
|
-
|
|
5059
|
+
}, Y = q(a), R = (W) => {
|
|
5060
|
+
W.key === "Enter" && W.preventDefault();
|
|
5065
5061
|
};
|
|
5066
|
-
const
|
|
5067
|
-
|
|
5068
|
-
value:
|
|
5062
|
+
const T = (W) => {
|
|
5063
|
+
ee.Blur(W), c && c({
|
|
5064
|
+
value: W.target.textContent.replace(/\D/g, ""),
|
|
5069
5065
|
name: u
|
|
5070
5066
|
});
|
|
5071
5067
|
};
|
|
5072
|
-
let
|
|
5073
|
-
return s &&
|
|
5074
|
-
|
|
5068
|
+
let O = {};
|
|
5069
|
+
return s && v ? (O.edit = "true", O.contentEditable = ee.ContentEditable) : O.contentEditable = "false", y && (O.placeholder = y), x ? /* @__PURE__ */ g.jsx(g.Fragment, {}) : /* @__PURE__ */ g.jsx(
|
|
5070
|
+
Be,
|
|
5075
5071
|
{
|
|
5076
5072
|
type: "input",
|
|
5077
|
-
title:
|
|
5078
|
-
element_blok: { className:
|
|
5079
|
-
element_input: { className: [
|
|
5080
|
-
children: /* @__PURE__ */
|
|
5073
|
+
title: S,
|
|
5074
|
+
element_blok: { className: C },
|
|
5075
|
+
element_input: { className: [_e.w] },
|
|
5076
|
+
children: /* @__PURE__ */ g.jsx(
|
|
5081
5077
|
"div",
|
|
5082
5078
|
{
|
|
5083
5079
|
onPaste: K,
|
|
5084
5080
|
onInput: M,
|
|
5085
|
-
onKeyDown:
|
|
5081
|
+
onKeyDown: R,
|
|
5086
5082
|
onContextMenu: L,
|
|
5087
|
-
onBlur:
|
|
5083
|
+
onBlur: T,
|
|
5088
5084
|
suppressContentEditableWarning: !0,
|
|
5089
|
-
...
|
|
5090
|
-
children:
|
|
5085
|
+
...O,
|
|
5086
|
+
children: Y.q
|
|
5091
5087
|
}
|
|
5092
5088
|
)
|
|
5093
5089
|
}
|
|
@@ -5099,70 +5095,70 @@ const la = "_o_1c9e1_1", ca = "_c_1c9e1_11", Rt = {
|
|
|
5099
5095
|
};
|
|
5100
5096
|
function Ta({
|
|
5101
5097
|
title: a,
|
|
5102
|
-
error:
|
|
5103
|
-
edit:
|
|
5098
|
+
error: _,
|
|
5099
|
+
edit: c = !0,
|
|
5104
5100
|
active: u = !0,
|
|
5105
|
-
className:
|
|
5106
|
-
placeholder:
|
|
5107
|
-
max:
|
|
5101
|
+
className: y,
|
|
5102
|
+
placeholder: S,
|
|
5103
|
+
max: P,
|
|
5108
5104
|
min: x,
|
|
5109
5105
|
onValue: s,
|
|
5110
|
-
icon:
|
|
5106
|
+
icon: v,
|
|
5111
5107
|
name: o,
|
|
5112
5108
|
value: d,
|
|
5113
5109
|
after: b
|
|
5114
5110
|
}) {
|
|
5115
|
-
let [
|
|
5111
|
+
let [C, F] = U.useState(
|
|
5116
5112
|
d === void 0 ? /* @__PURE__ */ new Date() : d
|
|
5117
5113
|
);
|
|
5118
|
-
const
|
|
5119
|
-
let p = !
|
|
5120
|
-
|
|
5114
|
+
const B = U.useRef(null), [I, E] = U.useState(!1);
|
|
5115
|
+
let p = !c && u;
|
|
5116
|
+
U.useEffect(() => {
|
|
5121
5117
|
F(d === void 0 ? /* @__PURE__ */ new Date() : d);
|
|
5122
5118
|
}, [d]);
|
|
5123
5119
|
let M = (L) => {
|
|
5124
5120
|
F(L), s == null || s({ value: L, name: o });
|
|
5125
5121
|
}, K = (L) => {
|
|
5126
|
-
const
|
|
5127
|
-
|
|
5122
|
+
const Y = L.target.getBoundingClientRect(), R = Y.left, T = Y.bottom, O = Y.top;
|
|
5123
|
+
B.position = { x: R, b: T, y: O }, E(!0);
|
|
5128
5124
|
};
|
|
5129
|
-
const
|
|
5130
|
-
return
|
|
5131
|
-
|
|
5125
|
+
const q = {};
|
|
5126
|
+
return S && (q.placeholder = S), p ? /* @__PURE__ */ g.jsx(g.Fragment, {}) : /* @__PURE__ */ g.jsxs(g.Fragment, { children: [
|
|
5127
|
+
v ? v() : /* @__PURE__ */ g.jsxs(
|
|
5132
5128
|
"dl",
|
|
5133
5129
|
{
|
|
5134
5130
|
"data-field": "date",
|
|
5135
|
-
className: [
|
|
5131
|
+
className: [_e.l, y].filter((L) => L !== void 0).join(" "),
|
|
5136
5132
|
children: [
|
|
5137
|
-
a ? /* @__PURE__ */
|
|
5138
|
-
/* @__PURE__ */
|
|
5133
|
+
a ? /* @__PURE__ */ g.jsx("dt", { className: _e.t, children: a }) : "",
|
|
5134
|
+
/* @__PURE__ */ g.jsxs(
|
|
5139
5135
|
"dd",
|
|
5140
5136
|
{
|
|
5141
5137
|
onClick: K,
|
|
5142
|
-
className: [
|
|
5143
|
-
...
|
|
5144
|
-
"data-edit": (
|
|
5138
|
+
className: [_e.f, _e.w].join(" "),
|
|
5139
|
+
...q,
|
|
5140
|
+
"data-edit": (c && u) + "",
|
|
5145
5141
|
children: [
|
|
5146
|
-
fa(
|
|
5142
|
+
fa(C, "dd.mm.yyyy"),
|
|
5147
5143
|
b
|
|
5148
5144
|
]
|
|
5149
5145
|
}
|
|
5150
5146
|
),
|
|
5151
|
-
|
|
5147
|
+
_ && /* @__PURE__ */ g.jsx("em", { children: _ })
|
|
5152
5148
|
]
|
|
5153
5149
|
}
|
|
5154
5150
|
),
|
|
5155
5151
|
I && Mt(
|
|
5156
|
-
/* @__PURE__ */
|
|
5152
|
+
/* @__PURE__ */ g.jsx(
|
|
5157
5153
|
ua,
|
|
5158
5154
|
{
|
|
5159
|
-
position:
|
|
5155
|
+
position: B.position,
|
|
5160
5156
|
onValue: M,
|
|
5161
|
-
date:
|
|
5162
|
-
max:
|
|
5157
|
+
date: C,
|
|
5158
|
+
max: P,
|
|
5163
5159
|
min: x,
|
|
5164
|
-
onOpen:
|
|
5165
|
-
className:
|
|
5160
|
+
onOpen: E,
|
|
5161
|
+
className: y
|
|
5166
5162
|
},
|
|
5167
5163
|
(/* @__PURE__ */ new Date()).getTime()
|
|
5168
5164
|
),
|
|
@@ -5172,14 +5168,14 @@ function Ta({
|
|
|
5172
5168
|
}
|
|
5173
5169
|
const ua = ({
|
|
5174
5170
|
date: a,
|
|
5175
|
-
onValue:
|
|
5176
|
-
position:
|
|
5171
|
+
onValue: _,
|
|
5172
|
+
position: c,
|
|
5177
5173
|
max: u,
|
|
5178
|
-
min:
|
|
5179
|
-
className:
|
|
5180
|
-
onOpen:
|
|
5174
|
+
min: y,
|
|
5175
|
+
className: S,
|
|
5176
|
+
onOpen: P
|
|
5181
5177
|
}) => {
|
|
5182
|
-
let x = /* @__PURE__ */ new Date(), s = new Date(a),
|
|
5178
|
+
let x = /* @__PURE__ */ new Date(), s = new Date(a), v = {
|
|
5183
5179
|
y: parseInt(x.getFullYear()),
|
|
5184
5180
|
d: parseInt(x.getDate()),
|
|
5185
5181
|
m: parseInt(x.getMonth()) + 1
|
|
@@ -5187,53 +5183,53 @@ const ua = ({
|
|
|
5187
5183
|
y: parseInt(s.getFullYear()),
|
|
5188
5184
|
d: parseInt(s.getDate()),
|
|
5189
5185
|
m: parseInt(s.getMonth()) + 1
|
|
5190
|
-
}, [d, b] =
|
|
5186
|
+
}, [d, b] = U.useState({ y: o.y, m: o.m }), C = (h) => {
|
|
5191
5187
|
let k = h.getDay();
|
|
5192
5188
|
return k === 0 && (k = 7), k - 1;
|
|
5193
|
-
}, F = ["пн", "вт", "ср", "чт", "пт", "сб", "вс"],
|
|
5194
|
-
for (let h = 0; h <
|
|
5195
|
-
|
|
5196
|
-
for (; I.getMonth() ===
|
|
5197
|
-
|
|
5189
|
+
}, F = ["пн", "вт", "ср", "чт", "пт", "сб", "вс"], B = d.m - 1, I = new Date(d.y, B), E = [];
|
|
5190
|
+
for (let h = 0; h < C(I); h++)
|
|
5191
|
+
E.push(0);
|
|
5192
|
+
for (; I.getMonth() === B; )
|
|
5193
|
+
E.push(I.getDate()), I.setDate(I.getDate() + 1);
|
|
5198
5194
|
let p = () => {
|
|
5199
|
-
|
|
5195
|
+
P(!1);
|
|
5200
5196
|
}, M = () => {
|
|
5201
5197
|
L(d.m + 1, d.y);
|
|
5202
5198
|
}, K = () => {
|
|
5203
5199
|
L(d.m - 1, d.y);
|
|
5204
|
-
},
|
|
5205
|
-
|
|
5200
|
+
}, q = (h) => {
|
|
5201
|
+
_(
|
|
5206
5202
|
d.y + "-" + Gt(2, d.m) + "-" + Gt(2, h)
|
|
5207
5203
|
), p();
|
|
5208
5204
|
}, L = (h, k) => {
|
|
5209
5205
|
k = h > 12 ? k + 1 : h < 1 ? k - 1 : k, h = h > 12 ? 1 : h < 1 ? 12 : h, b({ y: k, m: h });
|
|
5210
5206
|
};
|
|
5211
|
-
const
|
|
5207
|
+
const Y = (h) => v.y === d.y && v.m === d.m && v.d === h ? { "data-active": "true" } : {}, R = (h) => o.y === d.y && o.m === d.m && o.d === h ? { "data-current": "true" } : {}, T = (h) => {
|
|
5212
5208
|
let k = !0;
|
|
5213
5209
|
if (u) {
|
|
5214
|
-
let $ = u.getTime(),
|
|
5215
|
-
$ <
|
|
5210
|
+
let $ = u.getTime(), G = new Date(d.y, d.m - 1, h).getTime();
|
|
5211
|
+
$ < G && (k = !1);
|
|
5216
5212
|
}
|
|
5217
|
-
if (
|
|
5218
|
-
let $ =
|
|
5219
|
-
$ >
|
|
5213
|
+
if (y) {
|
|
5214
|
+
let $ = y.getTime(), G = new Date(d.y, d.m - 1, h).getTime();
|
|
5215
|
+
$ > G && (k = !1);
|
|
5220
5216
|
}
|
|
5221
5217
|
return k;
|
|
5222
5218
|
};
|
|
5223
|
-
let
|
|
5224
|
-
return /* @__PURE__ */
|
|
5225
|
-
/* @__PURE__ */
|
|
5226
|
-
/* @__PURE__ */
|
|
5219
|
+
let O = window.innerHeight - c.y < 320 ? c.y - 312 : c.b, W = window.innerWidth - c.x < 265 ? c.x - 235 : c.x;
|
|
5220
|
+
return /* @__PURE__ */ g.jsxs(g.Fragment, { children: [
|
|
5221
|
+
/* @__PURE__ */ g.jsx("div", { className: Rt.o, onClick: () => p() }),
|
|
5222
|
+
/* @__PURE__ */ g.jsxs(
|
|
5227
5223
|
"div",
|
|
5228
5224
|
{
|
|
5229
5225
|
className: [
|
|
5230
5226
|
Rt.c,
|
|
5231
|
-
|
|
5227
|
+
S && S + "-backdrop"
|
|
5232
5228
|
].join(" "),
|
|
5233
|
-
style: { top:
|
|
5229
|
+
style: { top: O + "px", left: W + "px" },
|
|
5234
5230
|
children: [
|
|
5235
|
-
/* @__PURE__ */
|
|
5236
|
-
/* @__PURE__ */
|
|
5231
|
+
/* @__PURE__ */ g.jsxs("s", { children: [
|
|
5232
|
+
/* @__PURE__ */ g.jsx("i", { onClick: K, children: /* @__PURE__ */ g.jsx(
|
|
5237
5233
|
"svg",
|
|
5238
5234
|
{
|
|
5239
5235
|
width: "16",
|
|
@@ -5241,15 +5237,15 @@ const ua = ({
|
|
|
5241
5237
|
fill: "currentColor",
|
|
5242
5238
|
viewBox: "0 0 24 24",
|
|
5243
5239
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5244
|
-
children: /* @__PURE__ */
|
|
5240
|
+
children: /* @__PURE__ */ g.jsx("path", { d: "m15.09 4.594-7.646 6.553a1.126 1.126 0 0 0 0 1.708l7.647 6.552c.73.625 1.857.107 1.857-.854V5.447c0-.961-1.127-1.48-1.857-.853Z" })
|
|
5245
5241
|
}
|
|
5246
5242
|
) }),
|
|
5247
|
-
/* @__PURE__ */
|
|
5243
|
+
/* @__PURE__ */ g.jsxs("h2", { children: [
|
|
5248
5244
|
da(d.m).name,
|
|
5249
5245
|
" ",
|
|
5250
5246
|
d.y
|
|
5251
5247
|
] }),
|
|
5252
|
-
/* @__PURE__ */
|
|
5248
|
+
/* @__PURE__ */ g.jsx("i", { onClick: M, children: /* @__PURE__ */ g.jsx(
|
|
5253
5249
|
"svg",
|
|
5254
5250
|
{
|
|
5255
5251
|
width: "16",
|
|
@@ -5257,21 +5253,21 @@ const ua = ({
|
|
|
5257
5253
|
fill: "currentColor",
|
|
5258
5254
|
viewBox: "0 0 24 24",
|
|
5259
5255
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5260
|
-
children: /* @__PURE__ */
|
|
5256
|
+
children: /* @__PURE__ */ g.jsx("path", { d: "m8.91 19.406 7.646-6.552a1.125 1.125 0 0 0 0-1.709L8.91 4.593c-.73-.625-1.857-.107-1.857.854v13.107c0 .96 1.127 1.479 1.857.852Z" })
|
|
5261
5257
|
}
|
|
5262
5258
|
) })
|
|
5263
5259
|
] }),
|
|
5264
|
-
/* @__PURE__ */
|
|
5265
|
-
F.map((h, k) => /* @__PURE__ */
|
|
5266
|
-
|
|
5260
|
+
/* @__PURE__ */ g.jsxs("div", { "grid-calendar": "", children: [
|
|
5261
|
+
F.map((h, k) => /* @__PURE__ */ g.jsx("p", { children: h }, "v" + k)),
|
|
5262
|
+
E.map((h, k) => /* @__PURE__ */ g.jsx("span", { children: h !== 0 && T(h) ? /* @__PURE__ */ g.jsx(
|
|
5267
5263
|
"b",
|
|
5268
5264
|
{
|
|
5269
|
-
...
|
|
5270
|
-
...
|
|
5271
|
-
onClick: () =>
|
|
5265
|
+
...Y(h),
|
|
5266
|
+
...R(h),
|
|
5267
|
+
onClick: () => q(h),
|
|
5272
5268
|
children: h
|
|
5273
5269
|
}
|
|
5274
|
-
) : /* @__PURE__ */
|
|
5270
|
+
) : /* @__PURE__ */ g.jsx("p", { ...Y(h), ...R(h), children: h !== 0 ? h : "" }) }, k))
|
|
5275
5271
|
] })
|
|
5276
5272
|
]
|
|
5277
5273
|
}
|
|
@@ -5294,14 +5290,14 @@ function da(a) {
|
|
|
5294
5290
|
12: { val: "12", name: "Декабрь", names: "Декабря", abc: "Дек" }
|
|
5295
5291
|
}[a];
|
|
5296
5292
|
}
|
|
5297
|
-
function Gt(a,
|
|
5298
|
-
let
|
|
5299
|
-
for (;
|
|
5300
|
-
return
|
|
5293
|
+
function Gt(a, _) {
|
|
5294
|
+
let c = _ + "";
|
|
5295
|
+
for (; c.length < a; ) c = "0" + c;
|
|
5296
|
+
return c;
|
|
5301
5297
|
}
|
|
5302
|
-
function fa(a,
|
|
5303
|
-
|
|
5304
|
-
let
|
|
5298
|
+
function fa(a, _) {
|
|
5299
|
+
_ === void 0 ? (_ = a, a = /* @__PURE__ */ new Date()) : a = new Date(a);
|
|
5300
|
+
let c = {
|
|
5305
5301
|
yyyy: a.getFullYear(),
|
|
5306
5302
|
yy: ("" + a.getFullYear()).slice(-2),
|
|
5307
5303
|
mm: ("0" + (a.getMonth() + 1)).slice(-2),
|
|
@@ -5312,62 +5308,52 @@ function fa(a, i) {
|
|
|
5312
5308
|
__: " ",
|
|
5313
5309
|
_: " "
|
|
5314
5310
|
};
|
|
5315
|
-
for (const u in
|
|
5316
|
-
|
|
5317
|
-
return
|
|
5311
|
+
for (const u in c)
|
|
5312
|
+
_ = _.replace(u, c[u]);
|
|
5313
|
+
return _;
|
|
5318
5314
|
}
|
|
5319
5315
|
function Da({
|
|
5320
5316
|
value: a,
|
|
5321
|
-
onValue:
|
|
5322
|
-
name:
|
|
5317
|
+
onValue: _,
|
|
5318
|
+
name: c,
|
|
5323
5319
|
error: u,
|
|
5324
|
-
icon:
|
|
5325
|
-
edit:
|
|
5326
|
-
active:
|
|
5320
|
+
icon: y,
|
|
5321
|
+
edit: S = !0,
|
|
5322
|
+
active: P = !0,
|
|
5327
5323
|
title: x,
|
|
5328
5324
|
placeholder: s = "",
|
|
5329
|
-
className:
|
|
5325
|
+
className: v
|
|
5330
5326
|
}) {
|
|
5331
|
-
let [o, d] =
|
|
5332
|
-
const b =
|
|
5333
|
-
|
|
5327
|
+
let [o, d] = U.useState(a);
|
|
5328
|
+
const b = U.useRef(null), [C, F] = U.useState(!1);
|
|
5329
|
+
U.useEffect(() => {
|
|
5334
5330
|
d(a);
|
|
5335
5331
|
}, [a]);
|
|
5336
|
-
let
|
|
5337
|
-
d(p),
|
|
5332
|
+
let B = (p) => {
|
|
5333
|
+
d(p), _ && _({ value: p, name: c });
|
|
5338
5334
|
}, I = (p) => {
|
|
5339
|
-
if (!
|
|
5340
|
-
const M = p.target.getBoundingClientRect(), K = M.left,
|
|
5341
|
-
b.position = { x: K, y:
|
|
5335
|
+
if (!S || !P) return;
|
|
5336
|
+
const M = p.target.getBoundingClientRect(), K = M.left, q = M.top;
|
|
5337
|
+
b.position = { x: K, y: q }, F(!0);
|
|
5342
5338
|
};
|
|
5343
|
-
const
|
|
5344
|
-
return s && (
|
|
5345
|
-
/* @__PURE__ */
|
|
5346
|
-
|
|
5339
|
+
const E = {};
|
|
5340
|
+
return s && (E.placeholder = s), y || /* @__PURE__ */ g.jsxs(g.Fragment, { children: [
|
|
5341
|
+
/* @__PURE__ */ g.jsx(
|
|
5342
|
+
Be,
|
|
5347
5343
|
{
|
|
5348
|
-
|
|
5349
|
-
|
|
5350
|
-
|
|
5351
|
-
|
|
5352
|
-
|
|
5353
|
-
"dd",
|
|
5354
|
-
{
|
|
5355
|
-
onClick: I,
|
|
5356
|
-
...O,
|
|
5357
|
-
className: [ee.f, ee.w].join(" "),
|
|
5358
|
-
children: ma(o, "mm.yyyy")
|
|
5359
|
-
}
|
|
5360
|
-
),
|
|
5361
|
-
u && /* @__PURE__ */ y.jsx("em", { children: u })
|
|
5362
|
-
]
|
|
5344
|
+
type: "date",
|
|
5345
|
+
title: x,
|
|
5346
|
+
element_blok: { className: [v] },
|
|
5347
|
+
element_input: { className: [_e.w] },
|
|
5348
|
+
children: /* @__PURE__ */ g.jsx("div", { onClick: I, ...E, children: ma(o, "mm.yyyy") })
|
|
5363
5349
|
}
|
|
5364
5350
|
),
|
|
5365
|
-
|
|
5366
|
-
/* @__PURE__ */
|
|
5351
|
+
C && Mt(
|
|
5352
|
+
/* @__PURE__ */ g.jsx(
|
|
5367
5353
|
pa,
|
|
5368
5354
|
{
|
|
5369
5355
|
position: b.position,
|
|
5370
|
-
onValue:
|
|
5356
|
+
onValue: B,
|
|
5371
5357
|
date: o,
|
|
5372
5358
|
onOpen: F
|
|
5373
5359
|
},
|
|
@@ -5377,27 +5363,27 @@ function Da({
|
|
|
5377
5363
|
)
|
|
5378
5364
|
] });
|
|
5379
5365
|
}
|
|
5380
|
-
const pa = ({ onOpen: a, date:
|
|
5381
|
-
let
|
|
5382
|
-
y: parseInt(
|
|
5383
|
-
m: parseInt(
|
|
5366
|
+
const pa = ({ onOpen: a, date: _, onValue: c, position: u }) => {
|
|
5367
|
+
let y = /* @__PURE__ */ new Date(), S = new Date(_), P = {
|
|
5368
|
+
y: parseInt(y.getFullYear()),
|
|
5369
|
+
m: parseInt(y.getMonth()) + 1
|
|
5384
5370
|
}, x = {
|
|
5385
|
-
y: parseInt(
|
|
5386
|
-
m: parseInt(
|
|
5387
|
-
}, [s,
|
|
5371
|
+
y: parseInt(S.getFullYear()),
|
|
5372
|
+
m: parseInt(S.getMonth()) + 1
|
|
5373
|
+
}, [s, v] = U.useState(x.y), o = () => {
|
|
5388
5374
|
a(!1);
|
|
5389
5375
|
}, d = () => {
|
|
5390
|
-
|
|
5376
|
+
v(s + 1);
|
|
5391
5377
|
}, b = () => {
|
|
5392
|
-
|
|
5393
|
-
},
|
|
5394
|
-
|
|
5395
|
-
}, F = (p) =>
|
|
5396
|
-
return /* @__PURE__ */
|
|
5397
|
-
/* @__PURE__ */
|
|
5398
|
-
/* @__PURE__ */
|
|
5399
|
-
/* @__PURE__ */
|
|
5400
|
-
/* @__PURE__ */
|
|
5378
|
+
v(s - 1);
|
|
5379
|
+
}, C = (p) => {
|
|
5380
|
+
c(s + "-" + ya(2, p)), o();
|
|
5381
|
+
}, F = (p) => P.y === x.y && P.m === p ? "_FFEB3B" : "", B = Array(12).fill("").map((p, M) => M + 1), I = window.innerHeight - u.y + 33 < 320 ? u.y - 312 : u.y + 33, E = window.innerWidth - u.x < 265 ? u.x - 235 : u.x;
|
|
5382
|
+
return /* @__PURE__ */ g.jsxs(g.Fragment, { children: [
|
|
5383
|
+
/* @__PURE__ */ g.jsx("div", { className: Rt.o, onClick: o }),
|
|
5384
|
+
/* @__PURE__ */ g.jsxs("div", { className: Rt.c, style: { top: I + "px", left: E + "px" }, children: [
|
|
5385
|
+
/* @__PURE__ */ g.jsxs("s", { children: [
|
|
5386
|
+
/* @__PURE__ */ g.jsx("i", { onClick: b, children: /* @__PURE__ */ g.jsx(
|
|
5401
5387
|
"svg",
|
|
5402
5388
|
{
|
|
5403
5389
|
width: "16",
|
|
@@ -5405,11 +5391,11 @@ const pa = ({ onOpen: a, date: i, onValue: l, position: u }) => {
|
|
|
5405
5391
|
fill: "currentColor",
|
|
5406
5392
|
viewBox: "0 0 24 24",
|
|
5407
5393
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5408
|
-
children: /* @__PURE__ */
|
|
5394
|
+
children: /* @__PURE__ */ g.jsx("path", { d: "m15.09 4.594-7.646 6.553a1.126 1.126 0 0 0 0 1.708l7.647 6.552c.73.625 1.857.107 1.857-.854V5.447c0-.961-1.127-1.48-1.857-.853Z" })
|
|
5409
5395
|
}
|
|
5410
5396
|
) }),
|
|
5411
|
-
/* @__PURE__ */
|
|
5412
|
-
/* @__PURE__ */
|
|
5397
|
+
/* @__PURE__ */ g.jsx("h2", { children: s }),
|
|
5398
|
+
/* @__PURE__ */ g.jsx("i", { onClick: d, children: /* @__PURE__ */ g.jsx(
|
|
5413
5399
|
"svg",
|
|
5414
5400
|
{
|
|
5415
5401
|
width: "16",
|
|
@@ -5417,27 +5403,27 @@ const pa = ({ onOpen: a, date: i, onValue: l, position: u }) => {
|
|
|
5417
5403
|
fill: "currentColor",
|
|
5418
5404
|
viewBox: "0 0 24 24",
|
|
5419
5405
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5420
|
-
children: /* @__PURE__ */
|
|
5406
|
+
children: /* @__PURE__ */ g.jsx("path", { d: "m8.91 19.406 7.646-6.552a1.125 1.125 0 0 0 0-1.709L8.91 4.593c-.73-.625-1.857-.107-1.857.854v13.107c0 .96 1.127 1.479 1.857.852Z" })
|
|
5421
5407
|
}
|
|
5422
5408
|
) })
|
|
5423
5409
|
] }),
|
|
5424
|
-
/* @__PURE__ */
|
|
5410
|
+
/* @__PURE__ */ g.jsx("div", { "grid-month": "", children: B.map((p, M) => /* @__PURE__ */ g.jsx(
|
|
5425
5411
|
"span",
|
|
5426
5412
|
{
|
|
5427
5413
|
onClick: () => {
|
|
5428
|
-
|
|
5414
|
+
C(p);
|
|
5429
5415
|
},
|
|
5430
5416
|
color: F(p),
|
|
5431
|
-
children: /* @__PURE__ */
|
|
5417
|
+
children: /* @__PURE__ */ g.jsx("b", { children: va(p).abc })
|
|
5432
5418
|
},
|
|
5433
5419
|
M
|
|
5434
5420
|
)) })
|
|
5435
5421
|
] })
|
|
5436
5422
|
] });
|
|
5437
5423
|
};
|
|
5438
|
-
function ma(a,
|
|
5439
|
-
|
|
5440
|
-
let
|
|
5424
|
+
function ma(a, _) {
|
|
5425
|
+
_ === void 0 ? (_ = a, a = /* @__PURE__ */ new Date()) : a = new Date(a);
|
|
5426
|
+
let c = {
|
|
5441
5427
|
yyyy: a.getFullYear(),
|
|
5442
5428
|
yy: ("" + a.getFullYear()).slice(-2),
|
|
5443
5429
|
mm: ("0" + (a.getMonth() + 1)).slice(-2),
|
|
@@ -5448,14 +5434,14 @@ function ma(a, i) {
|
|
|
5448
5434
|
__: " ",
|
|
5449
5435
|
_: " "
|
|
5450
5436
|
};
|
|
5451
|
-
for (const u in
|
|
5452
|
-
|
|
5453
|
-
return
|
|
5437
|
+
for (const u in c)
|
|
5438
|
+
_ = _.replace(u, c[u]);
|
|
5439
|
+
return _;
|
|
5454
5440
|
}
|
|
5455
|
-
function ya(a,
|
|
5456
|
-
let
|
|
5457
|
-
for (;
|
|
5458
|
-
return
|
|
5441
|
+
function ya(a, _) {
|
|
5442
|
+
let c = _ + "";
|
|
5443
|
+
for (; c.length < a; ) c = "0" + c;
|
|
5444
|
+
return c;
|
|
5459
5445
|
}
|
|
5460
5446
|
function va(a) {
|
|
5461
5447
|
return a = typeof a == "number" ? a : new Date(a).getMonth() + 1, {
|
|
@@ -5475,131 +5461,122 @@ function va(a) {
|
|
|
5475
5461
|
}
|
|
5476
5462
|
function Pa({
|
|
5477
5463
|
value: a,
|
|
5478
|
-
onValue:
|
|
5479
|
-
name:
|
|
5464
|
+
onValue: _,
|
|
5465
|
+
name: c,
|
|
5480
5466
|
placeholder: u = "",
|
|
5481
|
-
title:
|
|
5482
|
-
error:
|
|
5483
|
-
hide:
|
|
5467
|
+
title: y = "",
|
|
5468
|
+
error: S = "",
|
|
5469
|
+
hide: P = !1,
|
|
5484
5470
|
edit: x = !0,
|
|
5485
5471
|
active: s = !0,
|
|
5486
|
-
after:
|
|
5472
|
+
after: v = "",
|
|
5487
5473
|
show: o = !0,
|
|
5488
5474
|
course: d = 100,
|
|
5489
5475
|
view: b,
|
|
5490
|
-
type:
|
|
5476
|
+
type: C,
|
|
5491
5477
|
onSave: F,
|
|
5492
|
-
className:
|
|
5478
|
+
className: B = "",
|
|
5493
5479
|
isClear: I = !1
|
|
5494
5480
|
}) {
|
|
5495
|
-
let
|
|
5496
|
-
let
|
|
5497
|
-
|
|
5498
|
-
}, K = (
|
|
5499
|
-
|
|
5500
|
-
value: p(
|
|
5501
|
-
name:
|
|
5502
|
-
}),
|
|
5503
|
-
},
|
|
5504
|
-
|
|
5505
|
-
value: p(
|
|
5506
|
-
name:
|
|
5507
|
-
}),
|
|
5508
|
-
}, L = (
|
|
5509
|
-
|
|
5510
|
-
},
|
|
5511
|
-
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
|
|
5516
|
-
R.key === "Enter" && R.preventDefault();
|
|
5517
|
-
}, P = (R) => {
|
|
5518
|
-
R.preventDefault(), navigator.clipboard.readText().then((h) => {
|
|
5519
|
-
h = h.replace(/^\s*/, "").replace(/\s*$/, ""), window.document.execCommand("insertText", !1, h);
|
|
5520
|
-
}).catch((h) => {
|
|
5481
|
+
let E = !!(P && (a === "" || a === void 0)), p = (O) => C === "multi" ? O.replace(/[^+\d.+-]/g, "") : O.replace(/[^+\d.]/g, ""), M = (O, W) => {
|
|
5482
|
+
let h = document.createRange(), k = window.getSelection();
|
|
5483
|
+
h.setStart(W.childNodes[0], O), h.collapse(!0), k.removeAllRanges(), k.addRange(h), W.focus();
|
|
5484
|
+
}, K = (O) => {
|
|
5485
|
+
_ == null || _({
|
|
5486
|
+
value: p(O.target.textContent) * d,
|
|
5487
|
+
name: c
|
|
5488
|
+
}), O.target.textContent = p(O.target.textContent), O.target.textContent.length > 0 && M(O.target.textContent.length, O.target);
|
|
5489
|
+
}, q = (O) => {
|
|
5490
|
+
ee.Blur(O), O.target.textContent === "" && (O.target.textContent = 0), F == null || F({ value: p(O.target.textContent) * d, name: c }), _ == null || _({
|
|
5491
|
+
value: p(O.target.textContent) * d,
|
|
5492
|
+
name: c
|
|
5493
|
+
}), O.target.textContent = zt(O.target.textContent);
|
|
5494
|
+
}, L = (O) => {
|
|
5495
|
+
O.target.textContent = p(O.target.textContent);
|
|
5496
|
+
}, Y = (O) => {
|
|
5497
|
+
O.key === "Enter" && O.preventDefault();
|
|
5498
|
+
}, R = (O) => {
|
|
5499
|
+
O.preventDefault(), navigator.clipboard.readText().then((W) => {
|
|
5500
|
+
W = W.replace(/^\s*/, "").replace(/\s*$/, ""), window.document.execCommand("insertText", !1, W);
|
|
5501
|
+
}).catch((W) => {
|
|
5521
5502
|
});
|
|
5522
5503
|
};
|
|
5523
|
-
if (!(x && s) && !o || !(x && s) &&
|
|
5524
|
-
const
|
|
5525
|
-
return
|
|
5526
|
-
|
|
5504
|
+
if (!(x && s) && !o || !(x && s) && E) return "";
|
|
5505
|
+
const T = {};
|
|
5506
|
+
return T.inputMode = "decimal", u && (T.placeholder = u), x && s && (T.edit = ""), /* @__PURE__ */ g.jsx(
|
|
5507
|
+
Be,
|
|
5527
5508
|
{
|
|
5528
|
-
|
|
5529
|
-
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
),
|
|
5548
|
-
I && /* @__PURE__ */ y.jsx("svg", { "action-type": "delete", onClick: q, viewBox: "0 0 24 24", children: /* @__PURE__ */ y.jsx("path", { d: "M17 6L6 17M6 6L17 17" }) }),
|
|
5549
|
-
C ? /* @__PURE__ */ y.jsx("em", { children: C }) : ""
|
|
5550
|
-
]
|
|
5509
|
+
type: "input",
|
|
5510
|
+
title: y,
|
|
5511
|
+
element_blok: { className: [B] },
|
|
5512
|
+
element_input: { className: [_e.w] },
|
|
5513
|
+
children: /* @__PURE__ */ g.jsx(
|
|
5514
|
+
"div",
|
|
5515
|
+
{
|
|
5516
|
+
...T,
|
|
5517
|
+
onInput: K,
|
|
5518
|
+
onPaste: R,
|
|
5519
|
+
onBlur: q,
|
|
5520
|
+
onKeyDown: Y,
|
|
5521
|
+
onFocus: L,
|
|
5522
|
+
contentEditable: x && s ? ee.ContentEditable : "false",
|
|
5523
|
+
suppressContentEditableWarning: !0,
|
|
5524
|
+
"data-after": v,
|
|
5525
|
+
children: !u || a ? zt(a) : ""
|
|
5526
|
+
}
|
|
5527
|
+
)
|
|
5551
5528
|
}
|
|
5552
5529
|
);
|
|
5553
5530
|
}
|
|
5554
|
-
function zt(a,
|
|
5531
|
+
function zt(a, _) {
|
|
5555
5532
|
return parseFloat(a).toFixed(2).replace(/(\d)(?=(\d{3})+\.)/g, "$1 ");
|
|
5556
5533
|
}
|
|
5557
5534
|
function Na({
|
|
5558
5535
|
onValue: a,
|
|
5559
|
-
label:
|
|
5560
|
-
value:
|
|
5536
|
+
label: _,
|
|
5537
|
+
value: c,
|
|
5561
5538
|
title: u,
|
|
5562
|
-
className:
|
|
5563
|
-
name:
|
|
5564
|
-
text:
|
|
5539
|
+
className: y,
|
|
5540
|
+
name: S,
|
|
5541
|
+
text: P,
|
|
5565
5542
|
id: x,
|
|
5566
5543
|
reload: s
|
|
5567
5544
|
}) {
|
|
5568
|
-
const [
|
|
5569
|
-
|
|
5570
|
-
o(!!
|
|
5571
|
-
}, [
|
|
5545
|
+
const [v, o] = U.useState(!!c);
|
|
5546
|
+
U.useEffect(() => {
|
|
5547
|
+
o(!!c);
|
|
5548
|
+
}, [c]);
|
|
5572
5549
|
let d = () => {
|
|
5573
|
-
a && a({ value:
|
|
5550
|
+
a && a({ value: v ? 0 : 1, name: S, id: x, reload: s }), o(!v);
|
|
5574
5551
|
};
|
|
5575
|
-
return /* @__PURE__ */
|
|
5576
|
-
|
|
5552
|
+
return /* @__PURE__ */ g.jsxs(
|
|
5553
|
+
Be,
|
|
5577
5554
|
{
|
|
5578
5555
|
type: "check",
|
|
5579
|
-
title:
|
|
5580
|
-
element_blok: { className: [
|
|
5556
|
+
title: _ || u,
|
|
5557
|
+
element_blok: { className: [y] },
|
|
5581
5558
|
element_input: {
|
|
5582
|
-
className: [
|
|
5559
|
+
className: [_e.h],
|
|
5583
5560
|
props: {
|
|
5584
5561
|
onClick: d
|
|
5585
5562
|
}
|
|
5586
5563
|
},
|
|
5587
5564
|
children: [
|
|
5588
|
-
/* @__PURE__ */
|
|
5589
|
-
/* @__PURE__ */
|
|
5565
|
+
/* @__PURE__ */ g.jsx("div", { "aria-checked": `${v ? "true" : "false"}` }),
|
|
5566
|
+
/* @__PURE__ */ g.jsx("span", { children: P })
|
|
5590
5567
|
]
|
|
5591
5568
|
}
|
|
5592
5569
|
);
|
|
5593
5570
|
}
|
|
5594
5571
|
const he = {};
|
|
5595
5572
|
function Fa(a) {
|
|
5596
|
-
const [
|
|
5597
|
-
return he.u = (
|
|
5598
|
-
u.current = { ...u.current, [
|
|
5599
|
-
}, he.n = (
|
|
5600
|
-
u.current =
|
|
5573
|
+
const [_, c] = U.useState({}), u = U.useRef(a);
|
|
5574
|
+
return he.u = (y) => {
|
|
5575
|
+
u.current = { ...u.current, [y.name]: y.value };
|
|
5576
|
+
}, he.n = (y) => {
|
|
5577
|
+
u.current = y, c(Date.now());
|
|
5601
5578
|
}, he.r = () => {
|
|
5602
|
-
|
|
5579
|
+
c(Date.now());
|
|
5603
5580
|
}, [u.current, he.n];
|
|
5604
5581
|
}
|
|
5605
5582
|
function Ia(a) {
|
|
@@ -5609,15 +5586,15 @@ function Ma() {
|
|
|
5609
5586
|
he.r && he.r();
|
|
5610
5587
|
}
|
|
5611
5588
|
function $a(a) {
|
|
5612
|
-
const [
|
|
5613
|
-
return he.u = (
|
|
5614
|
-
u.current = { ...u.current, [
|
|
5615
|
-
}, he.n = (
|
|
5616
|
-
Object.keys(
|
|
5617
|
-
u.current[
|
|
5618
|
-
}) : u.current = {},
|
|
5589
|
+
const [_, c] = U.useState({}), u = U.useRef(a);
|
|
5590
|
+
return he.u = (y) => {
|
|
5591
|
+
u.current = { ...u.current, [y.name]: y.value };
|
|
5592
|
+
}, he.n = (y) => {
|
|
5593
|
+
Object.keys(y).length > 0 ? Object.keys(y).forEach((S) => {
|
|
5594
|
+
u.current[S] = y[S];
|
|
5595
|
+
}) : u.current = {}, c(Date.now());
|
|
5619
5596
|
}, he.r = () => {
|
|
5620
|
-
|
|
5597
|
+
c(Date.now());
|
|
5621
5598
|
}, [u.current, he.n];
|
|
5622
5599
|
}
|
|
5623
5600
|
function It() {
|