@elcrm/form 0.0.5 → 0.0.7
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 +830 -812
- package/dist/index.umd.js +30 -30
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import W, { useEffect as Ur } from "react";
|
|
2
2
|
import { createPortal as zr } from "react-dom";
|
|
3
|
-
import './index.css';var
|
|
3
|
+
import './index.css';var Sr = { exports: {} }, yr = {};
|
|
4
4
|
/**
|
|
5
5
|
* @license React
|
|
6
6
|
* react-jsx-runtime.production.min.js
|
|
@@ -10,21 +10,21 @@ import './index.css';var Er = { exports: {} }, dr = {};
|
|
|
10
10
|
* This source code is licensed under the MIT license found in the
|
|
11
11
|
* LICENSE file in the root directory of this source tree.
|
|
12
12
|
*/
|
|
13
|
-
var
|
|
13
|
+
var Dr;
|
|
14
14
|
function Yr() {
|
|
15
|
-
if (
|
|
16
|
-
|
|
17
|
-
var u =
|
|
18
|
-
function
|
|
19
|
-
var i, g = {}, _ = null,
|
|
20
|
-
d !== void 0 && (_ = "" + d), c.key !== void 0 && (_ = "" + c.key), c.ref !== void 0 && (
|
|
15
|
+
if (Dr) return yr;
|
|
16
|
+
Dr = 1;
|
|
17
|
+
var u = W, p = Symbol.for("react.element"), h = Symbol.for("react.fragment"), f = Object.prototype.hasOwnProperty, b = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, w = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
18
|
+
function O(x, c, d) {
|
|
19
|
+
var i, g = {}, _ = null, E = null;
|
|
20
|
+
d !== void 0 && (_ = "" + d), c.key !== void 0 && (_ = "" + c.key), c.ref !== void 0 && (E = c.ref);
|
|
21
21
|
for (i in c) f.call(c, i) && !w.hasOwnProperty(i) && (g[i] = c[i]);
|
|
22
22
|
if (x && x.defaultProps) for (i in c = x.defaultProps, c) g[i] === void 0 && (g[i] = c[i]);
|
|
23
|
-
return { $$typeof: p, type: x, key: _, ref:
|
|
23
|
+
return { $$typeof: p, type: x, key: _, ref: E, props: g, _owner: b.current };
|
|
24
24
|
}
|
|
25
|
-
return
|
|
25
|
+
return yr.Fragment = h, yr.jsx = O, yr.jsxs = O, yr;
|
|
26
26
|
}
|
|
27
|
-
var
|
|
27
|
+
var vr = {};
|
|
28
28
|
/**
|
|
29
29
|
* @license React
|
|
30
30
|
* react-jsx-runtime.development.js
|
|
@@ -34,27 +34,27 @@ var yr = {};
|
|
|
34
34
|
* This source code is licensed under the MIT license found in the
|
|
35
35
|
* LICENSE file in the root directory of this source tree.
|
|
36
36
|
*/
|
|
37
|
-
var
|
|
37
|
+
var $r;
|
|
38
38
|
function Br() {
|
|
39
|
-
return
|
|
40
|
-
var u =
|
|
39
|
+
return $r || ($r = 1, process.env.NODE_ENV !== "production" && function() {
|
|
40
|
+
var u = W, p = Symbol.for("react.element"), h = Symbol.for("react.portal"), f = Symbol.for("react.fragment"), b = Symbol.for("react.strict_mode"), w = Symbol.for("react.profiler"), O = Symbol.for("react.provider"), x = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), i = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), E = Symbol.for("react.offscreen"), F = Symbol.iterator, Y = "@@iterator";
|
|
41
41
|
function L(e) {
|
|
42
42
|
if (e === null || typeof e != "object")
|
|
43
43
|
return null;
|
|
44
|
-
var r =
|
|
44
|
+
var r = F && e[F] || e[Y];
|
|
45
45
|
return typeof r == "function" ? r : null;
|
|
46
46
|
}
|
|
47
|
-
var
|
|
47
|
+
var D = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
48
48
|
function v(e) {
|
|
49
49
|
{
|
|
50
50
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
51
51
|
t[n - 1] = arguments[n];
|
|
52
|
-
|
|
52
|
+
N("error", e, t);
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
function
|
|
55
|
+
function N(e, r, t) {
|
|
56
56
|
{
|
|
57
|
-
var n =
|
|
57
|
+
var n = D.ReactDebugCurrentFrame, s = n.getStackAddendum();
|
|
58
58
|
s !== "" && (r += "%s", t = t.concat([s]));
|
|
59
59
|
var l = t.map(function(o) {
|
|
60
60
|
return String(o);
|
|
@@ -62,26 +62,26 @@ function Br() {
|
|
|
62
62
|
l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
var V = !1, J = !1,
|
|
66
|
-
|
|
67
|
-
function
|
|
68
|
-
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w ||
|
|
65
|
+
var V = !1, J = !1, $ = !1, B = !1, M = !1, C;
|
|
66
|
+
C = Symbol.for("react.module.reference");
|
|
67
|
+
function T(e) {
|
|
68
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || M || e === b || e === d || e === i || B || e === E || V || J || $ || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === g || e.$$typeof === O || e.$$typeof === x || e.$$typeof === c || // This needs to include all possible module reference object
|
|
69
69
|
// types supported by any Flight configuration anywhere since
|
|
70
70
|
// we don't know which Flight build this will end up being used
|
|
71
71
|
// with.
|
|
72
|
-
e.$$typeof ===
|
|
72
|
+
e.$$typeof === C || e.getModuleId !== void 0));
|
|
73
73
|
}
|
|
74
|
-
function
|
|
74
|
+
function G(e, r, t) {
|
|
75
75
|
var n = e.displayName;
|
|
76
76
|
if (n)
|
|
77
77
|
return n;
|
|
78
78
|
var s = r.displayName || r.name || "";
|
|
79
79
|
return s !== "" ? t + "(" + s + ")" : t;
|
|
80
80
|
}
|
|
81
|
-
function
|
|
81
|
+
function te(e) {
|
|
82
82
|
return e.displayName || "Context";
|
|
83
83
|
}
|
|
84
|
-
function
|
|
84
|
+
function P(e) {
|
|
85
85
|
if (e == null)
|
|
86
86
|
return null;
|
|
87
87
|
if (typeof e.tag == "number" && v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
@@ -106,19 +106,19 @@ function Br() {
|
|
|
106
106
|
switch (e.$$typeof) {
|
|
107
107
|
case x:
|
|
108
108
|
var r = e;
|
|
109
|
-
return
|
|
110
|
-
case
|
|
109
|
+
return te(r) + ".Consumer";
|
|
110
|
+
case O:
|
|
111
111
|
var t = e;
|
|
112
|
-
return
|
|
112
|
+
return te(t._context) + ".Provider";
|
|
113
113
|
case c:
|
|
114
|
-
return
|
|
114
|
+
return G(e, e.render, "ForwardRef");
|
|
115
115
|
case g:
|
|
116
116
|
var n = e.displayName || null;
|
|
117
|
-
return n !== null ? n :
|
|
117
|
+
return n !== null ? n : P(e.type) || "Memo";
|
|
118
118
|
case _: {
|
|
119
119
|
var s = e, l = s._payload, o = s._init;
|
|
120
120
|
try {
|
|
121
|
-
return
|
|
121
|
+
return P(o(l));
|
|
122
122
|
} catch {
|
|
123
123
|
return null;
|
|
124
124
|
}
|
|
@@ -126,13 +126,13 @@ function Br() {
|
|
|
126
126
|
}
|
|
127
127
|
return null;
|
|
128
128
|
}
|
|
129
|
-
var
|
|
129
|
+
var I = Object.assign, q = 0, de, ye, ve, me, ge, he, be;
|
|
130
130
|
function _e() {
|
|
131
131
|
}
|
|
132
132
|
_e.__reactDisabledLog = !0;
|
|
133
133
|
function Le() {
|
|
134
134
|
{
|
|
135
|
-
if (
|
|
135
|
+
if (q === 0) {
|
|
136
136
|
de = console.log, ye = console.info, ve = console.warn, me = console.error, ge = console.group, he = console.groupCollapsed, be = console.groupEnd;
|
|
137
137
|
var e = {
|
|
138
138
|
configurable: !0,
|
|
@@ -150,46 +150,46 @@ function Br() {
|
|
|
150
150
|
groupEnd: e
|
|
151
151
|
});
|
|
152
152
|
}
|
|
153
|
-
|
|
153
|
+
q++;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
function Me() {
|
|
157
157
|
{
|
|
158
|
-
if (
|
|
158
|
+
if (q--, q === 0) {
|
|
159
159
|
var e = {
|
|
160
160
|
configurable: !0,
|
|
161
161
|
enumerable: !0,
|
|
162
162
|
writable: !0
|
|
163
163
|
};
|
|
164
164
|
Object.defineProperties(console, {
|
|
165
|
-
log:
|
|
165
|
+
log: I({}, e, {
|
|
166
166
|
value: de
|
|
167
167
|
}),
|
|
168
|
-
info:
|
|
168
|
+
info: I({}, e, {
|
|
169
169
|
value: ye
|
|
170
170
|
}),
|
|
171
|
-
warn:
|
|
171
|
+
warn: I({}, e, {
|
|
172
172
|
value: ve
|
|
173
173
|
}),
|
|
174
|
-
error:
|
|
174
|
+
error: I({}, e, {
|
|
175
175
|
value: me
|
|
176
176
|
}),
|
|
177
|
-
group:
|
|
177
|
+
group: I({}, e, {
|
|
178
178
|
value: ge
|
|
179
179
|
}),
|
|
180
|
-
groupCollapsed:
|
|
180
|
+
groupCollapsed: I({}, e, {
|
|
181
181
|
value: he
|
|
182
182
|
}),
|
|
183
|
-
groupEnd:
|
|
183
|
+
groupEnd: I({}, e, {
|
|
184
184
|
value: be
|
|
185
185
|
})
|
|
186
186
|
});
|
|
187
187
|
}
|
|
188
|
-
|
|
188
|
+
q < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
|
-
var ne =
|
|
192
|
-
function
|
|
191
|
+
var ne = D.ReactCurrentDispatcher, ae;
|
|
192
|
+
function Z(e, r, t) {
|
|
193
193
|
{
|
|
194
194
|
if (ae === void 0)
|
|
195
195
|
try {
|
|
@@ -202,16 +202,16 @@ function Br() {
|
|
|
202
202
|
` + ae + e;
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
|
-
var oe = !1,
|
|
205
|
+
var oe = !1, Q;
|
|
206
206
|
{
|
|
207
207
|
var Ue = typeof WeakMap == "function" ? WeakMap : Map;
|
|
208
|
-
|
|
208
|
+
Q = new Ue();
|
|
209
209
|
}
|
|
210
|
-
function
|
|
210
|
+
function je(e, r) {
|
|
211
211
|
if (!e || oe)
|
|
212
212
|
return "";
|
|
213
213
|
{
|
|
214
|
-
var t =
|
|
214
|
+
var t = Q.get(e);
|
|
215
215
|
if (t !== void 0)
|
|
216
216
|
return t;
|
|
217
217
|
}
|
|
@@ -233,40 +233,40 @@ function Br() {
|
|
|
233
233
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
234
234
|
try {
|
|
235
235
|
Reflect.construct(o, []);
|
|
236
|
-
} catch (
|
|
237
|
-
n =
|
|
236
|
+
} catch (k) {
|
|
237
|
+
n = k;
|
|
238
238
|
}
|
|
239
239
|
Reflect.construct(e, [], o);
|
|
240
240
|
} else {
|
|
241
241
|
try {
|
|
242
242
|
o.call();
|
|
243
|
-
} catch (
|
|
244
|
-
n =
|
|
243
|
+
} catch (k) {
|
|
244
|
+
n = k;
|
|
245
245
|
}
|
|
246
246
|
e.call(o.prototype);
|
|
247
247
|
}
|
|
248
248
|
} else {
|
|
249
249
|
try {
|
|
250
250
|
throw Error();
|
|
251
|
-
} catch (
|
|
252
|
-
n =
|
|
251
|
+
} catch (k) {
|
|
252
|
+
n = k;
|
|
253
253
|
}
|
|
254
254
|
e();
|
|
255
255
|
}
|
|
256
|
-
} catch (
|
|
257
|
-
if (
|
|
258
|
-
for (var a =
|
|
259
|
-
`),
|
|
260
|
-
`), y = a.length - 1, m =
|
|
256
|
+
} catch (k) {
|
|
257
|
+
if (k && n && typeof k.stack == "string") {
|
|
258
|
+
for (var a = k.stack.split(`
|
|
259
|
+
`), j = n.stack.split(`
|
|
260
|
+
`), y = a.length - 1, m = j.length - 1; y >= 1 && m >= 0 && a[y] !== j[m]; )
|
|
261
261
|
m--;
|
|
262
262
|
for (; y >= 1 && m >= 0; y--, m--)
|
|
263
|
-
if (a[y] !==
|
|
263
|
+
if (a[y] !== j[m]) {
|
|
264
264
|
if (y !== 1 || m !== 1)
|
|
265
265
|
do
|
|
266
|
-
if (y--, m--, m < 0 || a[y] !==
|
|
267
|
-
var
|
|
266
|
+
if (y--, m--, m < 0 || a[y] !== j[m]) {
|
|
267
|
+
var S = `
|
|
268
268
|
` + a[y].replace(" at new ", " at ");
|
|
269
|
-
return e.displayName &&
|
|
269
|
+
return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" && Q.set(e, S), S;
|
|
270
270
|
}
|
|
271
271
|
while (y >= 1 && m >= 0);
|
|
272
272
|
break;
|
|
@@ -275,69 +275,69 @@ function Br() {
|
|
|
275
275
|
} finally {
|
|
276
276
|
oe = !1, ne.current = l, Me(), Error.prepareStackTrace = s;
|
|
277
277
|
}
|
|
278
|
-
var z = e ? e.displayName || e.name : "",
|
|
279
|
-
return typeof e == "function" &&
|
|
278
|
+
var z = e ? e.displayName || e.name : "", A = z ? Z(z) : "";
|
|
279
|
+
return typeof e == "function" && Q.set(e, A), A;
|
|
280
280
|
}
|
|
281
281
|
function ze(e, r, t) {
|
|
282
|
-
return
|
|
282
|
+
return je(e, !1);
|
|
283
283
|
}
|
|
284
284
|
function Ye(e) {
|
|
285
285
|
var r = e.prototype;
|
|
286
286
|
return !!(r && r.isReactComponent);
|
|
287
287
|
}
|
|
288
|
-
function
|
|
288
|
+
function ee(e, r, t) {
|
|
289
289
|
if (e == null)
|
|
290
290
|
return "";
|
|
291
291
|
if (typeof e == "function")
|
|
292
|
-
return
|
|
292
|
+
return je(e, Ye(e));
|
|
293
293
|
if (typeof e == "string")
|
|
294
|
-
return
|
|
294
|
+
return Z(e);
|
|
295
295
|
switch (e) {
|
|
296
296
|
case d:
|
|
297
|
-
return
|
|
297
|
+
return Z("Suspense");
|
|
298
298
|
case i:
|
|
299
|
-
return
|
|
299
|
+
return Z("SuspenseList");
|
|
300
300
|
}
|
|
301
301
|
if (typeof e == "object")
|
|
302
302
|
switch (e.$$typeof) {
|
|
303
303
|
case c:
|
|
304
304
|
return ze(e.render);
|
|
305
305
|
case g:
|
|
306
|
-
return
|
|
306
|
+
return ee(e.type, r, t);
|
|
307
307
|
case _: {
|
|
308
308
|
var n = e, s = n._payload, l = n._init;
|
|
309
309
|
try {
|
|
310
|
-
return
|
|
310
|
+
return ee(l(s), r, t);
|
|
311
311
|
} catch {
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
315
|
return "";
|
|
316
316
|
}
|
|
317
|
-
var
|
|
318
|
-
function
|
|
317
|
+
var X = Object.prototype.hasOwnProperty, ke = {}, we = D.ReactDebugCurrentFrame;
|
|
318
|
+
function re(e) {
|
|
319
319
|
if (e) {
|
|
320
|
-
var r = e._owner, t =
|
|
320
|
+
var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
|
|
321
321
|
we.setExtraStackFrame(t);
|
|
322
322
|
} else
|
|
323
323
|
we.setExtraStackFrame(null);
|
|
324
324
|
}
|
|
325
325
|
function Be(e, r, t, n, s) {
|
|
326
326
|
{
|
|
327
|
-
var l = Function.call.bind(
|
|
327
|
+
var l = Function.call.bind(X);
|
|
328
328
|
for (var o in e)
|
|
329
329
|
if (l(e, o)) {
|
|
330
330
|
var a = void 0;
|
|
331
331
|
try {
|
|
332
332
|
if (typeof e[o] != "function") {
|
|
333
|
-
var
|
|
334
|
-
throw
|
|
333
|
+
var j = Error((n || "React class") + ": " + t + " type `" + o + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[o] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
334
|
+
throw j.name = "Invariant Violation", j;
|
|
335
335
|
}
|
|
336
336
|
a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
337
337
|
} catch (y) {
|
|
338
338
|
a = y;
|
|
339
339
|
}
|
|
340
|
-
a && !(a instanceof Error) && (
|
|
340
|
+
a && !(a instanceof Error) && (re(s), v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, o, typeof a), re(null)), a instanceof Error && !(a.message in ke) && (ke[a.message] = !0, re(s), v("Failed %s type: %s", t, a.message), re(null));
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
}
|
|
@@ -365,14 +365,14 @@ function Br() {
|
|
|
365
365
|
if (Je(e))
|
|
366
366
|
return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ve(e)), xe(e);
|
|
367
367
|
}
|
|
368
|
-
var Ee =
|
|
368
|
+
var Ee = D.ReactCurrentOwner, qe = {
|
|
369
369
|
key: !0,
|
|
370
370
|
ref: !0,
|
|
371
371
|
__self: !0,
|
|
372
372
|
__source: !0
|
|
373
373
|
}, Se, Oe;
|
|
374
374
|
function Xe(e) {
|
|
375
|
-
if (
|
|
375
|
+
if (X.call(e, "ref")) {
|
|
376
376
|
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
377
377
|
if (r && r.isReactWarning)
|
|
378
378
|
return !1;
|
|
@@ -380,7 +380,7 @@ function Br() {
|
|
|
380
380
|
return e.ref !== void 0;
|
|
381
381
|
}
|
|
382
382
|
function He(e) {
|
|
383
|
-
if (
|
|
383
|
+
if (X.call(e, "key")) {
|
|
384
384
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
385
385
|
if (r && r.isReactWarning)
|
|
386
386
|
return !1;
|
|
@@ -443,26 +443,26 @@ function Br() {
|
|
|
443
443
|
};
|
|
444
444
|
function rr(e, r, t, n, s) {
|
|
445
445
|
{
|
|
446
|
-
var l, o = {}, a = null,
|
|
447
|
-
t !== void 0 && (Re(t), a = "" + t), He(r) && (Re(r.key), a = "" + r.key), Xe(r) && (
|
|
446
|
+
var l, o = {}, a = null, j = null;
|
|
447
|
+
t !== void 0 && (Re(t), a = "" + t), He(r) && (Re(r.key), a = "" + r.key), Xe(r) && (j = r.ref, Ge(r, s));
|
|
448
448
|
for (l in r)
|
|
449
|
-
|
|
449
|
+
X.call(r, l) && !qe.hasOwnProperty(l) && (o[l] = r[l]);
|
|
450
450
|
if (e && e.defaultProps) {
|
|
451
451
|
var y = e.defaultProps;
|
|
452
452
|
for (l in y)
|
|
453
453
|
o[l] === void 0 && (o[l] = y[l]);
|
|
454
454
|
}
|
|
455
|
-
if (a ||
|
|
455
|
+
if (a || j) {
|
|
456
456
|
var m = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
457
|
-
a && Ze(o, m),
|
|
457
|
+
a && Ze(o, m), j && Qe(o, m);
|
|
458
458
|
}
|
|
459
|
-
return er(e, a,
|
|
459
|
+
return er(e, a, j, s, n, Ee.current, o);
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
|
-
var se =
|
|
462
|
+
var se = D.ReactCurrentOwner, Ce = D.ReactDebugCurrentFrame;
|
|
463
463
|
function U(e) {
|
|
464
464
|
if (e) {
|
|
465
|
-
var r = e._owner, t =
|
|
465
|
+
var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
|
|
466
466
|
Ce.setExtraStackFrame(t);
|
|
467
467
|
} else
|
|
468
468
|
Ce.setExtraStackFrame(null);
|
|
@@ -475,7 +475,7 @@ function Br() {
|
|
|
475
475
|
function Te() {
|
|
476
476
|
{
|
|
477
477
|
if (se.current) {
|
|
478
|
-
var e =
|
|
478
|
+
var e = P(se.current.type);
|
|
479
479
|
if (e)
|
|
480
480
|
return `
|
|
481
481
|
|
|
@@ -510,7 +510,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
510
510
|
return;
|
|
511
511
|
Pe[t] = !0;
|
|
512
512
|
var n = "";
|
|
513
|
-
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " +
|
|
513
|
+
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " + P(e._owner.type) + "."), U(e), v('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), U(null);
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
516
|
function $e(e, r) {
|
|
@@ -547,11 +547,11 @@ Check the top-level render call using <` + t + ">.");
|
|
|
547
547
|
else
|
|
548
548
|
return;
|
|
549
549
|
if (t) {
|
|
550
|
-
var n =
|
|
550
|
+
var n = P(r);
|
|
551
551
|
Be(t, e.props, "prop", n, e);
|
|
552
552
|
} else if (r.PropTypes !== void 0 && !ue) {
|
|
553
553
|
ue = !0;
|
|
554
|
-
var s =
|
|
554
|
+
var s = P(r);
|
|
555
555
|
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
|
|
556
556
|
}
|
|
557
557
|
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
@@ -572,43 +572,43 @@ Check the top-level render call using <` + t + ">.");
|
|
|
572
572
|
var Fe = {};
|
|
573
573
|
function Ne(e, r, t, n, s, l) {
|
|
574
574
|
{
|
|
575
|
-
var o =
|
|
575
|
+
var o = T(e);
|
|
576
576
|
if (!o) {
|
|
577
577
|
var a = "";
|
|
578
578
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
579
|
-
var
|
|
580
|
-
|
|
579
|
+
var j = tr();
|
|
580
|
+
j ? a += j : a += Te();
|
|
581
581
|
var y;
|
|
582
|
-
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (
|
|
582
|
+
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (P(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : y = typeof e, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", y, a);
|
|
583
583
|
}
|
|
584
584
|
var m = rr(e, r, t, s, l);
|
|
585
585
|
if (m == null)
|
|
586
586
|
return m;
|
|
587
587
|
if (o) {
|
|
588
|
-
var
|
|
589
|
-
if (
|
|
588
|
+
var S = r.children;
|
|
589
|
+
if (S !== void 0)
|
|
590
590
|
if (n)
|
|
591
|
-
if (ie(
|
|
592
|
-
for (var z = 0; z <
|
|
593
|
-
$e(
|
|
594
|
-
Object.freeze && Object.freeze(
|
|
591
|
+
if (ie(S)) {
|
|
592
|
+
for (var z = 0; z < S.length; z++)
|
|
593
|
+
$e(S[z], e);
|
|
594
|
+
Object.freeze && Object.freeze(S);
|
|
595
595
|
} else
|
|
596
596
|
v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
597
597
|
else
|
|
598
|
-
$e(
|
|
598
|
+
$e(S, e);
|
|
599
599
|
}
|
|
600
|
-
if (
|
|
601
|
-
var
|
|
600
|
+
if (X.call(r, "key")) {
|
|
601
|
+
var A = P(e), k = Object.keys(r).filter(function(fr) {
|
|
602
602
|
return fr !== "key";
|
|
603
|
-
}), ce =
|
|
604
|
-
if (!Fe[
|
|
605
|
-
var cr =
|
|
603
|
+
}), ce = k.length > 0 ? "{key: someKey, " + k.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
604
|
+
if (!Fe[A + ce]) {
|
|
605
|
+
var cr = k.length > 0 ? "{" + k.join(": ..., ") + ": ...}" : "{}";
|
|
606
606
|
v(`A props object containing a "key" prop is being spread into JSX:
|
|
607
607
|
let props = %s;
|
|
608
608
|
<%s {...props} />
|
|
609
609
|
React keys must be passed directly to JSX without using spread:
|
|
610
610
|
let props = %s;
|
|
611
|
-
<%s key={someKey} {...props} />`, ce,
|
|
611
|
+
<%s key={someKey} {...props} />`, ce, A, cr, A), Fe[A + ce] = !0;
|
|
612
612
|
}
|
|
613
613
|
}
|
|
614
614
|
return e === f ? or(m) : ar(m), m;
|
|
@@ -621,18 +621,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
621
621
|
return Ne(e, r, t, !1);
|
|
622
622
|
}
|
|
623
623
|
var ur = sr, lr = ir;
|
|
624
|
-
|
|
625
|
-
}()),
|
|
624
|
+
vr.Fragment = f, vr.jsx = ur, vr.jsxs = lr;
|
|
625
|
+
}()), vr;
|
|
626
626
|
}
|
|
627
|
-
process.env.NODE_ENV === "production" ?
|
|
628
|
-
var
|
|
629
|
-
function
|
|
627
|
+
process.env.NODE_ENV === "production" ? Sr.exports = Yr() : Sr.exports = Br();
|
|
628
|
+
var R = Sr.exports;
|
|
629
|
+
function Bt({ name: u, value: p, title: h, style: f, className: b }) {
|
|
630
630
|
let w = {
|
|
631
631
|
field: "progress"
|
|
632
632
|
};
|
|
633
|
-
return f && (w.style = f), b && (w.className = b), /* @__PURE__ */
|
|
634
|
-
h && /* @__PURE__ */
|
|
635
|
-
/* @__PURE__ */
|
|
633
|
+
return f && (w.style = f), b && (w.className = b), /* @__PURE__ */ R.jsxs("dl", { ...w, children: [
|
|
634
|
+
h && /* @__PURE__ */ R.jsx("dt", { children: h }),
|
|
635
|
+
/* @__PURE__ */ R.jsx("dd", {})
|
|
636
636
|
] });
|
|
637
637
|
}
|
|
638
638
|
let Ie = {};
|
|
@@ -666,7 +666,7 @@ Ie.Focus = (u) => {
|
|
|
666
666
|
Ie.Blur = (u) => {
|
|
667
667
|
u.target.scrollLeft = 0, u.target.querySelector("br") !== null && u.target.querySelector("br").remove();
|
|
668
668
|
};
|
|
669
|
-
var
|
|
669
|
+
var Or = { exports: {} }, mr = {};
|
|
670
670
|
/**
|
|
671
671
|
* @license React
|
|
672
672
|
* react-jsx-runtime.production.min.js
|
|
@@ -676,21 +676,21 @@ var Sr = { exports: {} }, vr = {};
|
|
|
676
676
|
* This source code is licensed under the MIT license found in the
|
|
677
677
|
* LICENSE file in the root directory of this source tree.
|
|
678
678
|
*/
|
|
679
|
-
var
|
|
679
|
+
var Fr;
|
|
680
680
|
function Kr() {
|
|
681
|
-
if (
|
|
682
|
-
|
|
683
|
-
var u =
|
|
684
|
-
function
|
|
685
|
-
var i, g = {}, _ = null,
|
|
686
|
-
d !== void 0 && (_ = "" + d), c.key !== void 0 && (_ = "" + c.key), c.ref !== void 0 && (
|
|
681
|
+
if (Fr) return mr;
|
|
682
|
+
Fr = 1;
|
|
683
|
+
var u = W, p = Symbol.for("react.element"), h = Symbol.for("react.fragment"), f = Object.prototype.hasOwnProperty, b = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, w = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
684
|
+
function O(x, c, d) {
|
|
685
|
+
var i, g = {}, _ = null, E = null;
|
|
686
|
+
d !== void 0 && (_ = "" + d), c.key !== void 0 && (_ = "" + c.key), c.ref !== void 0 && (E = c.ref);
|
|
687
687
|
for (i in c) f.call(c, i) && !w.hasOwnProperty(i) && (g[i] = c[i]);
|
|
688
688
|
if (x && x.defaultProps) for (i in c = x.defaultProps, c) g[i] === void 0 && (g[i] = c[i]);
|
|
689
|
-
return { $$typeof: p, type: x, key: _, ref:
|
|
689
|
+
return { $$typeof: p, type: x, key: _, ref: E, props: g, _owner: b.current };
|
|
690
690
|
}
|
|
691
|
-
return
|
|
691
|
+
return mr.Fragment = h, mr.jsx = O, mr.jsxs = O, mr;
|
|
692
692
|
}
|
|
693
|
-
var
|
|
693
|
+
var _r = {};
|
|
694
694
|
/**
|
|
695
695
|
* @license React
|
|
696
696
|
* react-jsx-runtime.development.js
|
|
@@ -700,27 +700,27 @@ var br = {};
|
|
|
700
700
|
* This source code is licensed under the MIT license found in the
|
|
701
701
|
* LICENSE file in the root directory of this source tree.
|
|
702
702
|
*/
|
|
703
|
-
var
|
|
703
|
+
var Nr;
|
|
704
704
|
function Vr() {
|
|
705
|
-
return
|
|
706
|
-
var u =
|
|
705
|
+
return Nr || (Nr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
706
|
+
var u = W, p = Symbol.for("react.element"), h = Symbol.for("react.portal"), f = Symbol.for("react.fragment"), b = Symbol.for("react.strict_mode"), w = Symbol.for("react.profiler"), O = Symbol.for("react.provider"), x = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), i = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), E = Symbol.for("react.offscreen"), F = Symbol.iterator, Y = "@@iterator";
|
|
707
707
|
function L(e) {
|
|
708
708
|
if (e === null || typeof e != "object")
|
|
709
709
|
return null;
|
|
710
|
-
var r =
|
|
710
|
+
var r = F && e[F] || e[Y];
|
|
711
711
|
return typeof r == "function" ? r : null;
|
|
712
712
|
}
|
|
713
|
-
var
|
|
713
|
+
var D = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
714
714
|
function v(e) {
|
|
715
715
|
{
|
|
716
716
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
717
717
|
t[n - 1] = arguments[n];
|
|
718
|
-
|
|
718
|
+
N("error", e, t);
|
|
719
719
|
}
|
|
720
720
|
}
|
|
721
|
-
function
|
|
721
|
+
function N(e, r, t) {
|
|
722
722
|
{
|
|
723
|
-
var n =
|
|
723
|
+
var n = D.ReactDebugCurrentFrame, s = n.getStackAddendum();
|
|
724
724
|
s !== "" && (r += "%s", t = t.concat([s]));
|
|
725
725
|
var l = t.map(function(o) {
|
|
726
726
|
return String(o);
|
|
@@ -728,26 +728,26 @@ function Vr() {
|
|
|
728
728
|
l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
|
|
729
729
|
}
|
|
730
730
|
}
|
|
731
|
-
var V = !1, J = !1,
|
|
732
|
-
|
|
733
|
-
function
|
|
734
|
-
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w ||
|
|
731
|
+
var V = !1, J = !1, $ = !1, B = !1, M = !1, C;
|
|
732
|
+
C = Symbol.for("react.module.reference");
|
|
733
|
+
function T(e) {
|
|
734
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || M || e === b || e === d || e === i || B || e === E || V || J || $ || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === g || e.$$typeof === O || e.$$typeof === x || e.$$typeof === c || // This needs to include all possible module reference object
|
|
735
735
|
// types supported by any Flight configuration anywhere since
|
|
736
736
|
// we don't know which Flight build this will end up being used
|
|
737
737
|
// with.
|
|
738
|
-
e.$$typeof ===
|
|
738
|
+
e.$$typeof === C || e.getModuleId !== void 0));
|
|
739
739
|
}
|
|
740
|
-
function
|
|
740
|
+
function G(e, r, t) {
|
|
741
741
|
var n = e.displayName;
|
|
742
742
|
if (n)
|
|
743
743
|
return n;
|
|
744
744
|
var s = r.displayName || r.name || "";
|
|
745
745
|
return s !== "" ? t + "(" + s + ")" : t;
|
|
746
746
|
}
|
|
747
|
-
function
|
|
747
|
+
function te(e) {
|
|
748
748
|
return e.displayName || "Context";
|
|
749
749
|
}
|
|
750
|
-
function
|
|
750
|
+
function P(e) {
|
|
751
751
|
if (e == null)
|
|
752
752
|
return null;
|
|
753
753
|
if (typeof e.tag == "number" && v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
@@ -772,19 +772,19 @@ function Vr() {
|
|
|
772
772
|
switch (e.$$typeof) {
|
|
773
773
|
case x:
|
|
774
774
|
var r = e;
|
|
775
|
-
return
|
|
776
|
-
case
|
|
775
|
+
return te(r) + ".Consumer";
|
|
776
|
+
case O:
|
|
777
777
|
var t = e;
|
|
778
|
-
return
|
|
778
|
+
return te(t._context) + ".Provider";
|
|
779
779
|
case c:
|
|
780
|
-
return
|
|
780
|
+
return G(e, e.render, "ForwardRef");
|
|
781
781
|
case g:
|
|
782
782
|
var n = e.displayName || null;
|
|
783
|
-
return n !== null ? n :
|
|
783
|
+
return n !== null ? n : P(e.type) || "Memo";
|
|
784
784
|
case _: {
|
|
785
785
|
var s = e, l = s._payload, o = s._init;
|
|
786
786
|
try {
|
|
787
|
-
return
|
|
787
|
+
return P(o(l));
|
|
788
788
|
} catch {
|
|
789
789
|
return null;
|
|
790
790
|
}
|
|
@@ -792,13 +792,13 @@ function Vr() {
|
|
|
792
792
|
}
|
|
793
793
|
return null;
|
|
794
794
|
}
|
|
795
|
-
var
|
|
795
|
+
var I = Object.assign, q = 0, de, ye, ve, me, ge, he, be;
|
|
796
796
|
function _e() {
|
|
797
797
|
}
|
|
798
798
|
_e.__reactDisabledLog = !0;
|
|
799
799
|
function Le() {
|
|
800
800
|
{
|
|
801
|
-
if (
|
|
801
|
+
if (q === 0) {
|
|
802
802
|
de = console.log, ye = console.info, ve = console.warn, me = console.error, ge = console.group, he = console.groupCollapsed, be = console.groupEnd;
|
|
803
803
|
var e = {
|
|
804
804
|
configurable: !0,
|
|
@@ -816,46 +816,46 @@ function Vr() {
|
|
|
816
816
|
groupEnd: e
|
|
817
817
|
});
|
|
818
818
|
}
|
|
819
|
-
|
|
819
|
+
q++;
|
|
820
820
|
}
|
|
821
821
|
}
|
|
822
822
|
function Me() {
|
|
823
823
|
{
|
|
824
|
-
if (
|
|
824
|
+
if (q--, q === 0) {
|
|
825
825
|
var e = {
|
|
826
826
|
configurable: !0,
|
|
827
827
|
enumerable: !0,
|
|
828
828
|
writable: !0
|
|
829
829
|
};
|
|
830
830
|
Object.defineProperties(console, {
|
|
831
|
-
log:
|
|
831
|
+
log: I({}, e, {
|
|
832
832
|
value: de
|
|
833
833
|
}),
|
|
834
|
-
info:
|
|
834
|
+
info: I({}, e, {
|
|
835
835
|
value: ye
|
|
836
836
|
}),
|
|
837
|
-
warn:
|
|
837
|
+
warn: I({}, e, {
|
|
838
838
|
value: ve
|
|
839
839
|
}),
|
|
840
|
-
error:
|
|
840
|
+
error: I({}, e, {
|
|
841
841
|
value: me
|
|
842
842
|
}),
|
|
843
|
-
group:
|
|
843
|
+
group: I({}, e, {
|
|
844
844
|
value: ge
|
|
845
845
|
}),
|
|
846
|
-
groupCollapsed:
|
|
846
|
+
groupCollapsed: I({}, e, {
|
|
847
847
|
value: he
|
|
848
848
|
}),
|
|
849
|
-
groupEnd:
|
|
849
|
+
groupEnd: I({}, e, {
|
|
850
850
|
value: be
|
|
851
851
|
})
|
|
852
852
|
});
|
|
853
853
|
}
|
|
854
|
-
|
|
854
|
+
q < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
855
855
|
}
|
|
856
856
|
}
|
|
857
|
-
var ne =
|
|
858
|
-
function
|
|
857
|
+
var ne = D.ReactCurrentDispatcher, ae;
|
|
858
|
+
function Z(e, r, t) {
|
|
859
859
|
{
|
|
860
860
|
if (ae === void 0)
|
|
861
861
|
try {
|
|
@@ -868,16 +868,16 @@ function Vr() {
|
|
|
868
868
|
` + ae + e;
|
|
869
869
|
}
|
|
870
870
|
}
|
|
871
|
-
var oe = !1,
|
|
871
|
+
var oe = !1, Q;
|
|
872
872
|
{
|
|
873
873
|
var Ue = typeof WeakMap == "function" ? WeakMap : Map;
|
|
874
|
-
|
|
874
|
+
Q = new Ue();
|
|
875
875
|
}
|
|
876
|
-
function
|
|
876
|
+
function je(e, r) {
|
|
877
877
|
if (!e || oe)
|
|
878
878
|
return "";
|
|
879
879
|
{
|
|
880
|
-
var t =
|
|
880
|
+
var t = Q.get(e);
|
|
881
881
|
if (t !== void 0)
|
|
882
882
|
return t;
|
|
883
883
|
}
|
|
@@ -899,40 +899,40 @@ function Vr() {
|
|
|
899
899
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
900
900
|
try {
|
|
901
901
|
Reflect.construct(o, []);
|
|
902
|
-
} catch (
|
|
903
|
-
n =
|
|
902
|
+
} catch (k) {
|
|
903
|
+
n = k;
|
|
904
904
|
}
|
|
905
905
|
Reflect.construct(e, [], o);
|
|
906
906
|
} else {
|
|
907
907
|
try {
|
|
908
908
|
o.call();
|
|
909
|
-
} catch (
|
|
910
|
-
n =
|
|
909
|
+
} catch (k) {
|
|
910
|
+
n = k;
|
|
911
911
|
}
|
|
912
912
|
e.call(o.prototype);
|
|
913
913
|
}
|
|
914
914
|
} else {
|
|
915
915
|
try {
|
|
916
916
|
throw Error();
|
|
917
|
-
} catch (
|
|
918
|
-
n =
|
|
917
|
+
} catch (k) {
|
|
918
|
+
n = k;
|
|
919
919
|
}
|
|
920
920
|
e();
|
|
921
921
|
}
|
|
922
|
-
} catch (
|
|
923
|
-
if (
|
|
924
|
-
for (var a =
|
|
925
|
-
`),
|
|
926
|
-
`), y = a.length - 1, m =
|
|
922
|
+
} catch (k) {
|
|
923
|
+
if (k && n && typeof k.stack == "string") {
|
|
924
|
+
for (var a = k.stack.split(`
|
|
925
|
+
`), j = n.stack.split(`
|
|
926
|
+
`), y = a.length - 1, m = j.length - 1; y >= 1 && m >= 0 && a[y] !== j[m]; )
|
|
927
927
|
m--;
|
|
928
928
|
for (; y >= 1 && m >= 0; y--, m--)
|
|
929
|
-
if (a[y] !==
|
|
929
|
+
if (a[y] !== j[m]) {
|
|
930
930
|
if (y !== 1 || m !== 1)
|
|
931
931
|
do
|
|
932
|
-
if (y--, m--, m < 0 || a[y] !==
|
|
933
|
-
var
|
|
932
|
+
if (y--, m--, m < 0 || a[y] !== j[m]) {
|
|
933
|
+
var S = `
|
|
934
934
|
` + a[y].replace(" at new ", " at ");
|
|
935
|
-
return e.displayName &&
|
|
935
|
+
return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" && Q.set(e, S), S;
|
|
936
936
|
}
|
|
937
937
|
while (y >= 1 && m >= 0);
|
|
938
938
|
break;
|
|
@@ -941,69 +941,69 @@ function Vr() {
|
|
|
941
941
|
} finally {
|
|
942
942
|
oe = !1, ne.current = l, Me(), Error.prepareStackTrace = s;
|
|
943
943
|
}
|
|
944
|
-
var z = e ? e.displayName || e.name : "",
|
|
945
|
-
return typeof e == "function" &&
|
|
944
|
+
var z = e ? e.displayName || e.name : "", A = z ? Z(z) : "";
|
|
945
|
+
return typeof e == "function" && Q.set(e, A), A;
|
|
946
946
|
}
|
|
947
947
|
function ze(e, r, t) {
|
|
948
|
-
return
|
|
948
|
+
return je(e, !1);
|
|
949
949
|
}
|
|
950
950
|
function Ye(e) {
|
|
951
951
|
var r = e.prototype;
|
|
952
952
|
return !!(r && r.isReactComponent);
|
|
953
953
|
}
|
|
954
|
-
function
|
|
954
|
+
function ee(e, r, t) {
|
|
955
955
|
if (e == null)
|
|
956
956
|
return "";
|
|
957
957
|
if (typeof e == "function")
|
|
958
|
-
return
|
|
958
|
+
return je(e, Ye(e));
|
|
959
959
|
if (typeof e == "string")
|
|
960
|
-
return
|
|
960
|
+
return Z(e);
|
|
961
961
|
switch (e) {
|
|
962
962
|
case d:
|
|
963
|
-
return
|
|
963
|
+
return Z("Suspense");
|
|
964
964
|
case i:
|
|
965
|
-
return
|
|
965
|
+
return Z("SuspenseList");
|
|
966
966
|
}
|
|
967
967
|
if (typeof e == "object")
|
|
968
968
|
switch (e.$$typeof) {
|
|
969
969
|
case c:
|
|
970
970
|
return ze(e.render);
|
|
971
971
|
case g:
|
|
972
|
-
return
|
|
972
|
+
return ee(e.type, r, t);
|
|
973
973
|
case _: {
|
|
974
974
|
var n = e, s = n._payload, l = n._init;
|
|
975
975
|
try {
|
|
976
|
-
return
|
|
976
|
+
return ee(l(s), r, t);
|
|
977
977
|
} catch {
|
|
978
978
|
}
|
|
979
979
|
}
|
|
980
980
|
}
|
|
981
981
|
return "";
|
|
982
982
|
}
|
|
983
|
-
var
|
|
984
|
-
function
|
|
983
|
+
var X = Object.prototype.hasOwnProperty, ke = {}, we = D.ReactDebugCurrentFrame;
|
|
984
|
+
function re(e) {
|
|
985
985
|
if (e) {
|
|
986
|
-
var r = e._owner, t =
|
|
986
|
+
var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
|
|
987
987
|
we.setExtraStackFrame(t);
|
|
988
988
|
} else
|
|
989
989
|
we.setExtraStackFrame(null);
|
|
990
990
|
}
|
|
991
991
|
function Be(e, r, t, n, s) {
|
|
992
992
|
{
|
|
993
|
-
var l = Function.call.bind(
|
|
993
|
+
var l = Function.call.bind(X);
|
|
994
994
|
for (var o in e)
|
|
995
995
|
if (l(e, o)) {
|
|
996
996
|
var a = void 0;
|
|
997
997
|
try {
|
|
998
998
|
if (typeof e[o] != "function") {
|
|
999
|
-
var
|
|
1000
|
-
throw
|
|
999
|
+
var j = Error((n || "React class") + ": " + t + " type `" + o + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[o] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1000
|
+
throw j.name = "Invariant Violation", j;
|
|
1001
1001
|
}
|
|
1002
1002
|
a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1003
1003
|
} catch (y) {
|
|
1004
1004
|
a = y;
|
|
1005
1005
|
}
|
|
1006
|
-
a && !(a instanceof Error) && (
|
|
1006
|
+
a && !(a instanceof Error) && (re(s), v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, o, typeof a), re(null)), a instanceof Error && !(a.message in ke) && (ke[a.message] = !0, re(s), v("Failed %s type: %s", t, a.message), re(null));
|
|
1007
1007
|
}
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
@@ -1031,14 +1031,14 @@ function Vr() {
|
|
|
1031
1031
|
if (Je(e))
|
|
1032
1032
|
return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ve(e)), xe(e);
|
|
1033
1033
|
}
|
|
1034
|
-
var Ee =
|
|
1034
|
+
var Ee = D.ReactCurrentOwner, qe = {
|
|
1035
1035
|
key: !0,
|
|
1036
1036
|
ref: !0,
|
|
1037
1037
|
__self: !0,
|
|
1038
1038
|
__source: !0
|
|
1039
1039
|
}, Se, Oe;
|
|
1040
1040
|
function Xe(e) {
|
|
1041
|
-
if (
|
|
1041
|
+
if (X.call(e, "ref")) {
|
|
1042
1042
|
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
1043
1043
|
if (r && r.isReactWarning)
|
|
1044
1044
|
return !1;
|
|
@@ -1046,7 +1046,7 @@ function Vr() {
|
|
|
1046
1046
|
return e.ref !== void 0;
|
|
1047
1047
|
}
|
|
1048
1048
|
function He(e) {
|
|
1049
|
-
if (
|
|
1049
|
+
if (X.call(e, "key")) {
|
|
1050
1050
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
1051
1051
|
if (r && r.isReactWarning)
|
|
1052
1052
|
return !1;
|
|
@@ -1109,26 +1109,26 @@ function Vr() {
|
|
|
1109
1109
|
};
|
|
1110
1110
|
function rr(e, r, t, n, s) {
|
|
1111
1111
|
{
|
|
1112
|
-
var l, o = {}, a = null,
|
|
1113
|
-
t !== void 0 && (Re(t), a = "" + t), He(r) && (Re(r.key), a = "" + r.key), Xe(r) && (
|
|
1112
|
+
var l, o = {}, a = null, j = null;
|
|
1113
|
+
t !== void 0 && (Re(t), a = "" + t), He(r) && (Re(r.key), a = "" + r.key), Xe(r) && (j = r.ref, Ge(r));
|
|
1114
1114
|
for (l in r)
|
|
1115
|
-
|
|
1115
|
+
X.call(r, l) && !qe.hasOwnProperty(l) && (o[l] = r[l]);
|
|
1116
1116
|
if (e && e.defaultProps) {
|
|
1117
1117
|
var y = e.defaultProps;
|
|
1118
1118
|
for (l in y)
|
|
1119
1119
|
o[l] === void 0 && (o[l] = y[l]);
|
|
1120
1120
|
}
|
|
1121
|
-
if (a ||
|
|
1121
|
+
if (a || j) {
|
|
1122
1122
|
var m = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
1123
|
-
a && Ze(o, m),
|
|
1123
|
+
a && Ze(o, m), j && Qe(o, m);
|
|
1124
1124
|
}
|
|
1125
|
-
return er(e, a,
|
|
1125
|
+
return er(e, a, j, s, n, Ee.current, o);
|
|
1126
1126
|
}
|
|
1127
1127
|
}
|
|
1128
|
-
var se =
|
|
1128
|
+
var se = D.ReactCurrentOwner, Ce = D.ReactDebugCurrentFrame;
|
|
1129
1129
|
function U(e) {
|
|
1130
1130
|
if (e) {
|
|
1131
|
-
var r = e._owner, t =
|
|
1131
|
+
var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
|
|
1132
1132
|
Ce.setExtraStackFrame(t);
|
|
1133
1133
|
} else
|
|
1134
1134
|
Ce.setExtraStackFrame(null);
|
|
@@ -1141,7 +1141,7 @@ function Vr() {
|
|
|
1141
1141
|
function Te() {
|
|
1142
1142
|
{
|
|
1143
1143
|
if (se.current) {
|
|
1144
|
-
var e =
|
|
1144
|
+
var e = P(se.current.type);
|
|
1145
1145
|
if (e)
|
|
1146
1146
|
return `
|
|
1147
1147
|
|
|
@@ -1176,7 +1176,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
1176
1176
|
return;
|
|
1177
1177
|
Pe[t] = !0;
|
|
1178
1178
|
var n = "";
|
|
1179
|
-
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " +
|
|
1179
|
+
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " + P(e._owner.type) + "."), U(e), v('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), U(null);
|
|
1180
1180
|
}
|
|
1181
1181
|
}
|
|
1182
1182
|
function $e(e, r) {
|
|
@@ -1213,11 +1213,11 @@ Check the top-level render call using <` + t + ">.");
|
|
|
1213
1213
|
else
|
|
1214
1214
|
return;
|
|
1215
1215
|
if (t) {
|
|
1216
|
-
var n =
|
|
1216
|
+
var n = P(r);
|
|
1217
1217
|
Be(t, e.props, "prop", n, e);
|
|
1218
1218
|
} else if (r.PropTypes !== void 0 && !ue) {
|
|
1219
1219
|
ue = !0;
|
|
1220
|
-
var s =
|
|
1220
|
+
var s = P(r);
|
|
1221
1221
|
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
|
|
1222
1222
|
}
|
|
1223
1223
|
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
@@ -1238,43 +1238,43 @@ Check the top-level render call using <` + t + ">.");
|
|
|
1238
1238
|
var Fe = {};
|
|
1239
1239
|
function Ne(e, r, t, n, s, l) {
|
|
1240
1240
|
{
|
|
1241
|
-
var o =
|
|
1241
|
+
var o = T(e);
|
|
1242
1242
|
if (!o) {
|
|
1243
1243
|
var a = "";
|
|
1244
1244
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
1245
|
-
var
|
|
1246
|
-
|
|
1245
|
+
var j = tr();
|
|
1246
|
+
j ? a += j : a += Te();
|
|
1247
1247
|
var y;
|
|
1248
|
-
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (
|
|
1248
|
+
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (P(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : y = typeof e, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", y, a);
|
|
1249
1249
|
}
|
|
1250
1250
|
var m = rr(e, r, t, s, l);
|
|
1251
1251
|
if (m == null)
|
|
1252
1252
|
return m;
|
|
1253
1253
|
if (o) {
|
|
1254
|
-
var
|
|
1255
|
-
if (
|
|
1254
|
+
var S = r.children;
|
|
1255
|
+
if (S !== void 0)
|
|
1256
1256
|
if (n)
|
|
1257
|
-
if (ie(
|
|
1258
|
-
for (var z = 0; z <
|
|
1259
|
-
$e(
|
|
1260
|
-
Object.freeze && Object.freeze(
|
|
1257
|
+
if (ie(S)) {
|
|
1258
|
+
for (var z = 0; z < S.length; z++)
|
|
1259
|
+
$e(S[z], e);
|
|
1260
|
+
Object.freeze && Object.freeze(S);
|
|
1261
1261
|
} else
|
|
1262
1262
|
v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
1263
1263
|
else
|
|
1264
|
-
$e(
|
|
1264
|
+
$e(S, e);
|
|
1265
1265
|
}
|
|
1266
|
-
if (
|
|
1267
|
-
var
|
|
1266
|
+
if (X.call(r, "key")) {
|
|
1267
|
+
var A = P(e), k = Object.keys(r).filter(function(fr) {
|
|
1268
1268
|
return fr !== "key";
|
|
1269
|
-
}), ce =
|
|
1270
|
-
if (!Fe[
|
|
1271
|
-
var cr =
|
|
1269
|
+
}), ce = k.length > 0 ? "{key: someKey, " + k.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1270
|
+
if (!Fe[A + ce]) {
|
|
1271
|
+
var cr = k.length > 0 ? "{" + k.join(": ..., ") + ": ...}" : "{}";
|
|
1272
1272
|
v(`A props object containing a "key" prop is being spread into JSX:
|
|
1273
1273
|
let props = %s;
|
|
1274
1274
|
<%s {...props} />
|
|
1275
1275
|
React keys must be passed directly to JSX without using spread:
|
|
1276
1276
|
let props = %s;
|
|
1277
|
-
<%s key={someKey} {...props} />`, ce,
|
|
1277
|
+
<%s key={someKey} {...props} />`, ce, A, cr, A), Fe[A + ce] = !0;
|
|
1278
1278
|
}
|
|
1279
1279
|
}
|
|
1280
1280
|
return e === f ? or(m) : ar(m), m;
|
|
@@ -1287,11 +1287,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1287
1287
|
return Ne(e, r, t, !1);
|
|
1288
1288
|
}
|
|
1289
1289
|
var ur = sr, lr = ir;
|
|
1290
|
-
|
|
1291
|
-
}()),
|
|
1290
|
+
_r.Fragment = f, _r.jsx = ur, _r.jsxs = lr;
|
|
1291
|
+
}()), _r;
|
|
1292
1292
|
}
|
|
1293
|
-
process.env.NODE_ENV === "production" ?
|
|
1294
|
-
var
|
|
1293
|
+
process.env.NODE_ENV === "production" ? Or.exports = Kr() : Or.exports = Vr();
|
|
1294
|
+
var H = Or.exports;
|
|
1295
1295
|
const Jr = "_notice_13j98_2", qr = "_error_13j98_11", Xr = "_success_13j98_14", Hr = "_remark_13j98_17", Gr = "_copy_13j98_20", Mr = {
|
|
1296
1296
|
notice: Jr,
|
|
1297
1297
|
error: qr,
|
|
@@ -1302,9 +1302,9 @@ const Jr = "_notice_13j98_2", qr = "_error_13j98_11", Xr = "_success_13j98_14",
|
|
|
1302
1302
|
"hide-notice": "_hide-notice_13j98_1"
|
|
1303
1303
|
};
|
|
1304
1304
|
let Ae = {};
|
|
1305
|
-
function
|
|
1306
|
-
let [p, h] =
|
|
1307
|
-
|
|
1305
|
+
function gr({ data: u }) {
|
|
1306
|
+
let [p, h] = W.useState("show");
|
|
1307
|
+
W.useEffect(() => {
|
|
1308
1308
|
u.hide && (setTimeout(function() {
|
|
1309
1309
|
h("hide");
|
|
1310
1310
|
}, 1800), setTimeout(function() {
|
|
@@ -1314,47 +1314,47 @@ function mr({ data: u }) {
|
|
|
1314
1314
|
let f, b;
|
|
1315
1315
|
switch (u.type) {
|
|
1316
1316
|
case "error":
|
|
1317
|
-
f = /* @__PURE__ */
|
|
1317
|
+
f = /* @__PURE__ */ H.jsx(pr.error, {}), b = "Ошибка:";
|
|
1318
1318
|
break;
|
|
1319
1319
|
case "success":
|
|
1320
|
-
f = /* @__PURE__ */
|
|
1320
|
+
f = /* @__PURE__ */ H.jsx(pr.success, {}), b = "Информация:";
|
|
1321
1321
|
break;
|
|
1322
1322
|
case "copy":
|
|
1323
|
-
f = /* @__PURE__ */
|
|
1323
|
+
f = /* @__PURE__ */ H.jsx(pr.success, {}), b = "Копирование:";
|
|
1324
1324
|
break;
|
|
1325
1325
|
case "remark":
|
|
1326
|
-
f = /* @__PURE__ */
|
|
1326
|
+
f = /* @__PURE__ */ H.jsx(pr.success, {}), b = "Подсказка:";
|
|
1327
1327
|
break;
|
|
1328
1328
|
default:
|
|
1329
|
-
f = /* @__PURE__ */
|
|
1329
|
+
f = /* @__PURE__ */ H.jsx(pr.success, {}), b = "Предупреждение:";
|
|
1330
1330
|
break;
|
|
1331
1331
|
}
|
|
1332
|
-
return /* @__PURE__ */
|
|
1332
|
+
return /* @__PURE__ */ H.jsxs("li", { className: Mr[u.type], "data-status": p, children: [
|
|
1333
1333
|
f,
|
|
1334
|
-
/* @__PURE__ */
|
|
1335
|
-
/* @__PURE__ */
|
|
1334
|
+
/* @__PURE__ */ H.jsx("b", { children: b }),
|
|
1335
|
+
/* @__PURE__ */ H.jsx("p", { children: u.text })
|
|
1336
1336
|
] });
|
|
1337
1337
|
}
|
|
1338
1338
|
function Zr({ data: u }) {
|
|
1339
|
-
let [p, h] =
|
|
1340
|
-
return
|
|
1339
|
+
let [p, h] = W.useState("show");
|
|
1340
|
+
return W.useEffect(() => {
|
|
1341
1341
|
u.hide && (setTimeout(function() {
|
|
1342
1342
|
h("hide");
|
|
1343
1343
|
}, 1800), setTimeout(function() {
|
|
1344
1344
|
Ae.del(u.key);
|
|
1345
1345
|
}, 2500));
|
|
1346
|
-
}, [u.key]), /* @__PURE__ */
|
|
1346
|
+
}, [u.key]), /* @__PURE__ */ H.jsx("li", { className: "item", "data-status": p, children: u.text });
|
|
1347
1347
|
}
|
|
1348
1348
|
const pr = {};
|
|
1349
|
-
pr.error = () => /* @__PURE__ */
|
|
1350
|
-
/* @__PURE__ */
|
|
1349
|
+
pr.error = () => /* @__PURE__ */ H.jsxs("svg", { viewBox: "0 0 24 24", fill: "none", children: [
|
|
1350
|
+
/* @__PURE__ */ H.jsx(
|
|
1351
1351
|
"path",
|
|
1352
1352
|
{
|
|
1353
1353
|
d: "M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22Z",
|
|
1354
1354
|
fill: "#bb2014"
|
|
1355
1355
|
}
|
|
1356
1356
|
),
|
|
1357
|
-
/* @__PURE__ */
|
|
1357
|
+
/* @__PURE__ */ H.jsx(
|
|
1358
1358
|
"path",
|
|
1359
1359
|
{
|
|
1360
1360
|
d: "M8.96967 8.96967C9.26256 8.67678 9.73744 8.67678 10.0303 8.96967L12 10.9394L13.9697 8.96969C14.2626 8.6768 14.7374 8.6768 15.0303 8.96969C15.3232 9.26258 15.3232 9.73746 15.0303 10.0303L13.0607 12L15.0303 13.9697C15.3232 14.2625 15.3232 14.7374 15.0303 15.0303C14.7374 15.3232 14.2625 15.3232 13.9696 15.0303L12 13.0607L10.0304 15.0303C9.73746 15.3232 9.26258 15.3232 8.96969 15.0303C8.6768 14.7374 8.6768 14.2626 8.96969 13.9697L10.9394 12L8.96967 10.0303C8.67678 9.73744 8.67678 9.26256 8.96967 8.96967Z",
|
|
@@ -1362,15 +1362,15 @@ pr.error = () => /* @__PURE__ */ G.jsxs("svg", { viewBox: "0 0 24 24", fill: "no
|
|
|
1362
1362
|
}
|
|
1363
1363
|
)
|
|
1364
1364
|
] });
|
|
1365
|
-
pr.success = () => /* @__PURE__ */
|
|
1366
|
-
/* @__PURE__ */
|
|
1365
|
+
pr.success = () => /* @__PURE__ */ H.jsxs("svg", { viewBox: "0 0 24 24", fill: "none", children: [
|
|
1366
|
+
/* @__PURE__ */ H.jsx(
|
|
1367
1367
|
"path",
|
|
1368
1368
|
{
|
|
1369
1369
|
d: "M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22Z",
|
|
1370
1370
|
fill: "#367738"
|
|
1371
1371
|
}
|
|
1372
1372
|
),
|
|
1373
|
-
/* @__PURE__ */
|
|
1373
|
+
/* @__PURE__ */ H.jsx(
|
|
1374
1374
|
"path",
|
|
1375
1375
|
{
|
|
1376
1376
|
d: "M16.0303 8.96967C16.3232 9.26256 16.3232 9.73744 16.0303 10.0303L11.0303 15.0303C10.7374 15.3232 10.2626 15.3232 9.96967 15.0303L7.96967 13.0303C7.67678 12.7374 7.67678 12.2626 7.96967 11.9697C8.26256 11.6768 8.73744 11.6768 9.03033 11.9697L10.5 13.4393L14.9697 8.96967C15.2626 8.67678 15.7374 8.67678 16.0303 8.96967Z",
|
|
@@ -1378,21 +1378,21 @@ pr.success = () => /* @__PURE__ */ G.jsxs("svg", { viewBox: "0 0 24 24", fill: "
|
|
|
1378
1378
|
}
|
|
1379
1379
|
)
|
|
1380
1380
|
] });
|
|
1381
|
-
var
|
|
1381
|
+
var Cr;
|
|
1382
1382
|
((u) => {
|
|
1383
1383
|
function p() {
|
|
1384
|
-
let [c, d] =
|
|
1384
|
+
let [c, d] = W.useState([]);
|
|
1385
1385
|
return Ae.set = (i) => {
|
|
1386
1386
|
d([...c, i]);
|
|
1387
1387
|
}, Ae.del = (i) => {
|
|
1388
1388
|
d(c.filter((g) => g.key !== i));
|
|
1389
|
-
}, c.length === 0 ? "" : /* @__PURE__ */
|
|
1389
|
+
}, c.length === 0 ? "" : /* @__PURE__ */ H.jsx("ul", { className: Mr.notice, children: c.map((i) => i.item) });
|
|
1390
1390
|
}
|
|
1391
1391
|
u.Init = p;
|
|
1392
1392
|
function h(c, d = !0) {
|
|
1393
1393
|
let i = Date.now(), g = { key: i, text: c, hide: d, type: "error" };
|
|
1394
1394
|
Ae.set({
|
|
1395
|
-
item: /* @__PURE__ */
|
|
1395
|
+
item: /* @__PURE__ */ H.jsx(gr, { data: g }, i),
|
|
1396
1396
|
key: i
|
|
1397
1397
|
});
|
|
1398
1398
|
}
|
|
@@ -1400,123 +1400,134 @@ var Or;
|
|
|
1400
1400
|
function f(c, d = !0) {
|
|
1401
1401
|
let i = Date.now(), g = { key: i, text: c, hide: d, type: "success" };
|
|
1402
1402
|
Ae.set({
|
|
1403
|
-
item: /* @__PURE__ */
|
|
1403
|
+
item: /* @__PURE__ */ H.jsx(gr, { data: g }, i),
|
|
1404
1404
|
key: i
|
|
1405
1405
|
});
|
|
1406
1406
|
}
|
|
1407
1407
|
u.Success = f;
|
|
1408
1408
|
function b(c, d = !0) {
|
|
1409
1409
|
let i = Date.now(), g = { key: i, hide: d, text: c };
|
|
1410
|
-
Ae.set({ item: /* @__PURE__ */
|
|
1410
|
+
Ae.set({ item: /* @__PURE__ */ H.jsx(Zr, { data: g }, i), key: i });
|
|
1411
1411
|
}
|
|
1412
1412
|
u.Custom = b;
|
|
1413
1413
|
function w(c) {
|
|
1414
1414
|
let d = Date.now(), i = { key: d, hide: !0, ...c };
|
|
1415
1415
|
Ae.set({
|
|
1416
|
-
item: /* @__PURE__ */
|
|
1416
|
+
item: /* @__PURE__ */ H.jsx(gr, { data: i }, d),
|
|
1417
1417
|
key: d
|
|
1418
1418
|
});
|
|
1419
1419
|
}
|
|
1420
1420
|
u.Send = w;
|
|
1421
|
-
function
|
|
1421
|
+
function O(c, d = !0) {
|
|
1422
1422
|
let i = Date.now(), g = { key: i, text: c, hide: d, type: "remark" };
|
|
1423
1423
|
Ae.set({
|
|
1424
|
-
item: /* @__PURE__ */
|
|
1424
|
+
item: /* @__PURE__ */ H.jsx(gr, { data: g }, i),
|
|
1425
1425
|
key: i
|
|
1426
1426
|
});
|
|
1427
1427
|
}
|
|
1428
|
-
u.Remark =
|
|
1428
|
+
u.Remark = O;
|
|
1429
1429
|
function x(c, d = !0) {
|
|
1430
1430
|
let i = Date.now(), g = { key: i, text: c, hide: d, type: "copy" };
|
|
1431
1431
|
Ae.set({
|
|
1432
|
-
item: /* @__PURE__ */
|
|
1432
|
+
item: /* @__PURE__ */ H.jsx(gr, { data: g }, i),
|
|
1433
1433
|
key: i
|
|
1434
1434
|
});
|
|
1435
1435
|
}
|
|
1436
1436
|
u.Copy = x;
|
|
1437
|
-
})(
|
|
1438
|
-
|
|
1437
|
+
})(Cr || (Cr = {}));
|
|
1438
|
+
const Qr = "_l_1w86i_12", et = "_f_1w86i_19", rt = "_t_1w86i_30", dr = {
|
|
1439
|
+
l: Qr,
|
|
1440
|
+
f: et,
|
|
1441
|
+
t: rt
|
|
1442
|
+
};
|
|
1443
|
+
function Kt({
|
|
1439
1444
|
id: u,
|
|
1440
1445
|
value: p,
|
|
1441
1446
|
onValue: h,
|
|
1442
1447
|
name: f,
|
|
1443
1448
|
placeholder: b = "",
|
|
1444
1449
|
title: w = "",
|
|
1445
|
-
error:
|
|
1450
|
+
error: O = "",
|
|
1446
1451
|
hide: x = !1,
|
|
1447
1452
|
edit: c = !0,
|
|
1448
1453
|
active: d = !0,
|
|
1449
1454
|
after: i = "",
|
|
1450
1455
|
before: g = "",
|
|
1451
1456
|
show: _ = !0,
|
|
1452
|
-
maxLength:
|
|
1453
|
-
onSave:
|
|
1454
|
-
className:
|
|
1457
|
+
maxLength: E,
|
|
1458
|
+
onSave: F,
|
|
1459
|
+
className: Y = "",
|
|
1455
1460
|
isCopy: L = !0,
|
|
1456
|
-
isReload:
|
|
1461
|
+
isReload: D = !1
|
|
1457
1462
|
}) {
|
|
1458
|
-
let v = !!(x && (p === "" || p === void 0)),
|
|
1463
|
+
let v = !!(x && (p === "" || p === void 0)), N = (C) => {
|
|
1459
1464
|
h && h({
|
|
1460
|
-
value:
|
|
1465
|
+
value: C.target.textContent.trim(),
|
|
1461
1466
|
name: f,
|
|
1462
|
-
reload:
|
|
1467
|
+
reload: D
|
|
1463
1468
|
});
|
|
1464
|
-
}, V = (
|
|
1465
|
-
|
|
1466
|
-
}, J = (
|
|
1467
|
-
L && (
|
|
1469
|
+
}, V = (C) => {
|
|
1470
|
+
E && C.target.textContent.trim().length >= E && C.key !== "Backspace" && C.preventDefault(), C.key === "Enter" && C.preventDefault();
|
|
1471
|
+
}, J = (C) => {
|
|
1472
|
+
L && (C.preventDefault(), navigator.clipboard.writeText(C.target.textContent.trim()).then(
|
|
1468
1473
|
function() {
|
|
1469
|
-
|
|
1474
|
+
Cr.Copy("Данные в буфер обмене");
|
|
1470
1475
|
},
|
|
1471
|
-
function(
|
|
1476
|
+
function(T) {
|
|
1472
1477
|
}
|
|
1473
1478
|
));
|
|
1474
|
-
},
|
|
1475
|
-
|
|
1476
|
-
if (
|
|
1477
|
-
let
|
|
1478
|
-
if (
|
|
1479
|
-
|
|
1479
|
+
}, $ = (C) => {
|
|
1480
|
+
C.preventDefault(), navigator.clipboard.readText().then((T) => {
|
|
1481
|
+
if (E) {
|
|
1482
|
+
let G = C.target.textContent.length;
|
|
1483
|
+
if (G >= E) return;
|
|
1484
|
+
E -= G, T = T.slice(0, E);
|
|
1480
1485
|
}
|
|
1481
1486
|
window.document.execCommand(
|
|
1482
1487
|
"insertText",
|
|
1483
1488
|
!1,
|
|
1484
|
-
|
|
1489
|
+
T.replace(/(\r\n|\n|\r)/gm, " ")
|
|
1485
1490
|
);
|
|
1486
|
-
}).catch((
|
|
1491
|
+
}).catch((T) => {
|
|
1487
1492
|
});
|
|
1488
1493
|
};
|
|
1489
1494
|
if (!(c && d) && !_ || !(c && d) && v) return "";
|
|
1490
1495
|
const B = {};
|
|
1491
|
-
B.
|
|
1492
|
-
const
|
|
1493
|
-
|
|
1494
|
-
const Y = (R) => {
|
|
1495
|
-
Ie.Blur(R), $ == null || $({ value: R.target.textContent.trim(), name: f });
|
|
1496
|
+
b && (B.placeholder = b), c && d && (B.edit = "");
|
|
1497
|
+
const M = (C) => {
|
|
1498
|
+
Ie.Blur(C), F == null || F({ value: C.target.textContent.trim(), name: f });
|
|
1496
1499
|
};
|
|
1497
|
-
return /* @__PURE__ */
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
"
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1500
|
+
return /* @__PURE__ */ R.jsxs(
|
|
1501
|
+
"dl",
|
|
1502
|
+
{
|
|
1503
|
+
"data-field": "input",
|
|
1504
|
+
className: [dr.l, Y].filter((C) => C !== void 0).join(" "),
|
|
1505
|
+
children: [
|
|
1506
|
+
w ? /* @__PURE__ */ R.jsx("dt", { className: dr.t, children: w }) : "",
|
|
1507
|
+
g,
|
|
1508
|
+
/* @__PURE__ */ R.jsx(
|
|
1509
|
+
"dd",
|
|
1510
|
+
{
|
|
1511
|
+
className: dr.f,
|
|
1512
|
+
onPaste: $,
|
|
1513
|
+
onInput: N,
|
|
1514
|
+
onBlur: M,
|
|
1515
|
+
onKeyDown: V,
|
|
1516
|
+
onContextMenu: J,
|
|
1517
|
+
spellCheck: "true",
|
|
1518
|
+
contentEditable: c && d ? Ie.ContentEditable : "false",
|
|
1519
|
+
suppressContentEditableWarning: !0,
|
|
1520
|
+
...B,
|
|
1521
|
+
children: p
|
|
1522
|
+
}
|
|
1523
|
+
),
|
|
1524
|
+
i,
|
|
1525
|
+
O ? /* @__PURE__ */ R.jsx("em", { children: O }) : ""
|
|
1526
|
+
]
|
|
1527
|
+
}
|
|
1528
|
+
);
|
|
1518
1529
|
}
|
|
1519
|
-
var
|
|
1530
|
+
var Tr = { exports: {} }, hr = {};
|
|
1520
1531
|
/**
|
|
1521
1532
|
* @license React
|
|
1522
1533
|
* react-jsx-runtime.production.min.js
|
|
@@ -1526,21 +1537,21 @@ var Cr = { exports: {} }, gr = {};
|
|
|
1526
1537
|
* This source code is licensed under the MIT license found in the
|
|
1527
1538
|
* LICENSE file in the root directory of this source tree.
|
|
1528
1539
|
*/
|
|
1529
|
-
var
|
|
1530
|
-
function
|
|
1531
|
-
if (
|
|
1532
|
-
|
|
1533
|
-
var u =
|
|
1534
|
-
function
|
|
1535
|
-
var i, g = {}, _ = null,
|
|
1536
|
-
d !== void 0 && (_ = "" + d), c.key !== void 0 && (_ = "" + c.key), c.ref !== void 0 && (
|
|
1540
|
+
var Ir;
|
|
1541
|
+
function tt() {
|
|
1542
|
+
if (Ir) return hr;
|
|
1543
|
+
Ir = 1;
|
|
1544
|
+
var u = W, p = Symbol.for("react.element"), h = Symbol.for("react.fragment"), f = Object.prototype.hasOwnProperty, b = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, w = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
1545
|
+
function O(x, c, d) {
|
|
1546
|
+
var i, g = {}, _ = null, E = null;
|
|
1547
|
+
d !== void 0 && (_ = "" + d), c.key !== void 0 && (_ = "" + c.key), c.ref !== void 0 && (E = c.ref);
|
|
1537
1548
|
for (i in c) f.call(c, i) && !w.hasOwnProperty(i) && (g[i] = c[i]);
|
|
1538
1549
|
if (x && x.defaultProps) for (i in c = x.defaultProps, c) g[i] === void 0 && (g[i] = c[i]);
|
|
1539
|
-
return { $$typeof: p, type: x, key: _, ref:
|
|
1550
|
+
return { $$typeof: p, type: x, key: _, ref: E, props: g, _owner: b.current };
|
|
1540
1551
|
}
|
|
1541
|
-
return
|
|
1552
|
+
return hr.Fragment = h, hr.jsx = O, hr.jsxs = O, hr;
|
|
1542
1553
|
}
|
|
1543
|
-
var
|
|
1554
|
+
var jr = {};
|
|
1544
1555
|
/**
|
|
1545
1556
|
* @license React
|
|
1546
1557
|
* react-jsx-runtime.development.js
|
|
@@ -1550,27 +1561,27 @@ var _r = {};
|
|
|
1550
1561
|
* This source code is licensed under the MIT license found in the
|
|
1551
1562
|
* LICENSE file in the root directory of this source tree.
|
|
1552
1563
|
*/
|
|
1553
|
-
var
|
|
1554
|
-
function
|
|
1555
|
-
return
|
|
1556
|
-
var u =
|
|
1564
|
+
var Ar;
|
|
1565
|
+
function nt() {
|
|
1566
|
+
return Ar || (Ar = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1567
|
+
var u = W, p = Symbol.for("react.element"), h = Symbol.for("react.portal"), f = Symbol.for("react.fragment"), b = Symbol.for("react.strict_mode"), w = Symbol.for("react.profiler"), O = Symbol.for("react.provider"), x = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), i = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), E = Symbol.for("react.offscreen"), F = Symbol.iterator, Y = "@@iterator";
|
|
1557
1568
|
function L(e) {
|
|
1558
1569
|
if (e === null || typeof e != "object")
|
|
1559
1570
|
return null;
|
|
1560
|
-
var r =
|
|
1571
|
+
var r = F && e[F] || e[Y];
|
|
1561
1572
|
return typeof r == "function" ? r : null;
|
|
1562
1573
|
}
|
|
1563
|
-
var
|
|
1574
|
+
var D = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
1564
1575
|
function v(e) {
|
|
1565
1576
|
{
|
|
1566
1577
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
1567
1578
|
t[n - 1] = arguments[n];
|
|
1568
|
-
|
|
1579
|
+
N("error", e, t);
|
|
1569
1580
|
}
|
|
1570
1581
|
}
|
|
1571
|
-
function
|
|
1582
|
+
function N(e, r, t) {
|
|
1572
1583
|
{
|
|
1573
|
-
var n =
|
|
1584
|
+
var n = D.ReactDebugCurrentFrame, s = n.getStackAddendum();
|
|
1574
1585
|
s !== "" && (r += "%s", t = t.concat([s]));
|
|
1575
1586
|
var l = t.map(function(o) {
|
|
1576
1587
|
return String(o);
|
|
@@ -1578,26 +1589,26 @@ function et() {
|
|
|
1578
1589
|
l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
|
|
1579
1590
|
}
|
|
1580
1591
|
}
|
|
1581
|
-
var V = !1, J = !1,
|
|
1582
|
-
|
|
1583
|
-
function
|
|
1584
|
-
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w ||
|
|
1592
|
+
var V = !1, J = !1, $ = !1, B = !1, M = !1, C;
|
|
1593
|
+
C = Symbol.for("react.module.reference");
|
|
1594
|
+
function T(e) {
|
|
1595
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || M || e === b || e === d || e === i || B || e === E || V || J || $ || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === g || e.$$typeof === O || e.$$typeof === x || e.$$typeof === c || // This needs to include all possible module reference object
|
|
1585
1596
|
// types supported by any Flight configuration anywhere since
|
|
1586
1597
|
// we don't know which Flight build this will end up being used
|
|
1587
1598
|
// with.
|
|
1588
|
-
e.$$typeof ===
|
|
1599
|
+
e.$$typeof === C || e.getModuleId !== void 0));
|
|
1589
1600
|
}
|
|
1590
|
-
function
|
|
1601
|
+
function G(e, r, t) {
|
|
1591
1602
|
var n = e.displayName;
|
|
1592
1603
|
if (n)
|
|
1593
1604
|
return n;
|
|
1594
1605
|
var s = r.displayName || r.name || "";
|
|
1595
1606
|
return s !== "" ? t + "(" + s + ")" : t;
|
|
1596
1607
|
}
|
|
1597
|
-
function
|
|
1608
|
+
function te(e) {
|
|
1598
1609
|
return e.displayName || "Context";
|
|
1599
1610
|
}
|
|
1600
|
-
function
|
|
1611
|
+
function P(e) {
|
|
1601
1612
|
if (e == null)
|
|
1602
1613
|
return null;
|
|
1603
1614
|
if (typeof e.tag == "number" && v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
@@ -1622,19 +1633,19 @@ function et() {
|
|
|
1622
1633
|
switch (e.$$typeof) {
|
|
1623
1634
|
case x:
|
|
1624
1635
|
var r = e;
|
|
1625
|
-
return
|
|
1626
|
-
case
|
|
1636
|
+
return te(r) + ".Consumer";
|
|
1637
|
+
case O:
|
|
1627
1638
|
var t = e;
|
|
1628
|
-
return
|
|
1639
|
+
return te(t._context) + ".Provider";
|
|
1629
1640
|
case c:
|
|
1630
|
-
return
|
|
1641
|
+
return G(e, e.render, "ForwardRef");
|
|
1631
1642
|
case g:
|
|
1632
1643
|
var n = e.displayName || null;
|
|
1633
|
-
return n !== null ? n :
|
|
1644
|
+
return n !== null ? n : P(e.type) || "Memo";
|
|
1634
1645
|
case _: {
|
|
1635
1646
|
var s = e, l = s._payload, o = s._init;
|
|
1636
1647
|
try {
|
|
1637
|
-
return
|
|
1648
|
+
return P(o(l));
|
|
1638
1649
|
} catch {
|
|
1639
1650
|
return null;
|
|
1640
1651
|
}
|
|
@@ -1642,13 +1653,13 @@ function et() {
|
|
|
1642
1653
|
}
|
|
1643
1654
|
return null;
|
|
1644
1655
|
}
|
|
1645
|
-
var
|
|
1656
|
+
var I = Object.assign, q = 0, de, ye, ve, me, ge, he, be;
|
|
1646
1657
|
function _e() {
|
|
1647
1658
|
}
|
|
1648
1659
|
_e.__reactDisabledLog = !0;
|
|
1649
1660
|
function Le() {
|
|
1650
1661
|
{
|
|
1651
|
-
if (
|
|
1662
|
+
if (q === 0) {
|
|
1652
1663
|
de = console.log, ye = console.info, ve = console.warn, me = console.error, ge = console.group, he = console.groupCollapsed, be = console.groupEnd;
|
|
1653
1664
|
var e = {
|
|
1654
1665
|
configurable: !0,
|
|
@@ -1666,46 +1677,46 @@ function et() {
|
|
|
1666
1677
|
groupEnd: e
|
|
1667
1678
|
});
|
|
1668
1679
|
}
|
|
1669
|
-
|
|
1680
|
+
q++;
|
|
1670
1681
|
}
|
|
1671
1682
|
}
|
|
1672
1683
|
function Me() {
|
|
1673
1684
|
{
|
|
1674
|
-
if (
|
|
1685
|
+
if (q--, q === 0) {
|
|
1675
1686
|
var e = {
|
|
1676
1687
|
configurable: !0,
|
|
1677
1688
|
enumerable: !0,
|
|
1678
1689
|
writable: !0
|
|
1679
1690
|
};
|
|
1680
1691
|
Object.defineProperties(console, {
|
|
1681
|
-
log:
|
|
1692
|
+
log: I({}, e, {
|
|
1682
1693
|
value: de
|
|
1683
1694
|
}),
|
|
1684
|
-
info:
|
|
1695
|
+
info: I({}, e, {
|
|
1685
1696
|
value: ye
|
|
1686
1697
|
}),
|
|
1687
|
-
warn:
|
|
1698
|
+
warn: I({}, e, {
|
|
1688
1699
|
value: ve
|
|
1689
1700
|
}),
|
|
1690
|
-
error:
|
|
1701
|
+
error: I({}, e, {
|
|
1691
1702
|
value: me
|
|
1692
1703
|
}),
|
|
1693
|
-
group:
|
|
1704
|
+
group: I({}, e, {
|
|
1694
1705
|
value: ge
|
|
1695
1706
|
}),
|
|
1696
|
-
groupCollapsed:
|
|
1707
|
+
groupCollapsed: I({}, e, {
|
|
1697
1708
|
value: he
|
|
1698
1709
|
}),
|
|
1699
|
-
groupEnd:
|
|
1710
|
+
groupEnd: I({}, e, {
|
|
1700
1711
|
value: be
|
|
1701
1712
|
})
|
|
1702
1713
|
});
|
|
1703
1714
|
}
|
|
1704
|
-
|
|
1715
|
+
q < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1705
1716
|
}
|
|
1706
1717
|
}
|
|
1707
|
-
var ne =
|
|
1708
|
-
function
|
|
1718
|
+
var ne = D.ReactCurrentDispatcher, ae;
|
|
1719
|
+
function Z(e, r, t) {
|
|
1709
1720
|
{
|
|
1710
1721
|
if (ae === void 0)
|
|
1711
1722
|
try {
|
|
@@ -1718,16 +1729,16 @@ function et() {
|
|
|
1718
1729
|
` + ae + e;
|
|
1719
1730
|
}
|
|
1720
1731
|
}
|
|
1721
|
-
var oe = !1,
|
|
1732
|
+
var oe = !1, Q;
|
|
1722
1733
|
{
|
|
1723
1734
|
var Ue = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1724
|
-
|
|
1735
|
+
Q = new Ue();
|
|
1725
1736
|
}
|
|
1726
|
-
function
|
|
1737
|
+
function je(e, r) {
|
|
1727
1738
|
if (!e || oe)
|
|
1728
1739
|
return "";
|
|
1729
1740
|
{
|
|
1730
|
-
var t =
|
|
1741
|
+
var t = Q.get(e);
|
|
1731
1742
|
if (t !== void 0)
|
|
1732
1743
|
return t;
|
|
1733
1744
|
}
|
|
@@ -1749,40 +1760,40 @@ function et() {
|
|
|
1749
1760
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1750
1761
|
try {
|
|
1751
1762
|
Reflect.construct(o, []);
|
|
1752
|
-
} catch (
|
|
1753
|
-
n =
|
|
1763
|
+
} catch (k) {
|
|
1764
|
+
n = k;
|
|
1754
1765
|
}
|
|
1755
1766
|
Reflect.construct(e, [], o);
|
|
1756
1767
|
} else {
|
|
1757
1768
|
try {
|
|
1758
1769
|
o.call();
|
|
1759
|
-
} catch (
|
|
1760
|
-
n =
|
|
1770
|
+
} catch (k) {
|
|
1771
|
+
n = k;
|
|
1761
1772
|
}
|
|
1762
1773
|
e.call(o.prototype);
|
|
1763
1774
|
}
|
|
1764
1775
|
} else {
|
|
1765
1776
|
try {
|
|
1766
1777
|
throw Error();
|
|
1767
|
-
} catch (
|
|
1768
|
-
n =
|
|
1778
|
+
} catch (k) {
|
|
1779
|
+
n = k;
|
|
1769
1780
|
}
|
|
1770
1781
|
e();
|
|
1771
1782
|
}
|
|
1772
|
-
} catch (
|
|
1773
|
-
if (
|
|
1774
|
-
for (var a =
|
|
1775
|
-
`),
|
|
1776
|
-
`), y = a.length - 1, m =
|
|
1783
|
+
} catch (k) {
|
|
1784
|
+
if (k && n && typeof k.stack == "string") {
|
|
1785
|
+
for (var a = k.stack.split(`
|
|
1786
|
+
`), j = n.stack.split(`
|
|
1787
|
+
`), y = a.length - 1, m = j.length - 1; y >= 1 && m >= 0 && a[y] !== j[m]; )
|
|
1777
1788
|
m--;
|
|
1778
1789
|
for (; y >= 1 && m >= 0; y--, m--)
|
|
1779
|
-
if (a[y] !==
|
|
1790
|
+
if (a[y] !== j[m]) {
|
|
1780
1791
|
if (y !== 1 || m !== 1)
|
|
1781
1792
|
do
|
|
1782
|
-
if (y--, m--, m < 0 || a[y] !==
|
|
1783
|
-
var
|
|
1793
|
+
if (y--, m--, m < 0 || a[y] !== j[m]) {
|
|
1794
|
+
var S = `
|
|
1784
1795
|
` + a[y].replace(" at new ", " at ");
|
|
1785
|
-
return e.displayName &&
|
|
1796
|
+
return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" && Q.set(e, S), S;
|
|
1786
1797
|
}
|
|
1787
1798
|
while (y >= 1 && m >= 0);
|
|
1788
1799
|
break;
|
|
@@ -1791,69 +1802,69 @@ function et() {
|
|
|
1791
1802
|
} finally {
|
|
1792
1803
|
oe = !1, ne.current = l, Me(), Error.prepareStackTrace = s;
|
|
1793
1804
|
}
|
|
1794
|
-
var z = e ? e.displayName || e.name : "",
|
|
1795
|
-
return typeof e == "function" &&
|
|
1805
|
+
var z = e ? e.displayName || e.name : "", A = z ? Z(z) : "";
|
|
1806
|
+
return typeof e == "function" && Q.set(e, A), A;
|
|
1796
1807
|
}
|
|
1797
1808
|
function ze(e, r, t) {
|
|
1798
|
-
return
|
|
1809
|
+
return je(e, !1);
|
|
1799
1810
|
}
|
|
1800
1811
|
function Ye(e) {
|
|
1801
1812
|
var r = e.prototype;
|
|
1802
1813
|
return !!(r && r.isReactComponent);
|
|
1803
1814
|
}
|
|
1804
|
-
function
|
|
1815
|
+
function ee(e, r, t) {
|
|
1805
1816
|
if (e == null)
|
|
1806
1817
|
return "";
|
|
1807
1818
|
if (typeof e == "function")
|
|
1808
|
-
return
|
|
1819
|
+
return je(e, Ye(e));
|
|
1809
1820
|
if (typeof e == "string")
|
|
1810
|
-
return
|
|
1821
|
+
return Z(e);
|
|
1811
1822
|
switch (e) {
|
|
1812
1823
|
case d:
|
|
1813
|
-
return
|
|
1824
|
+
return Z("Suspense");
|
|
1814
1825
|
case i:
|
|
1815
|
-
return
|
|
1826
|
+
return Z("SuspenseList");
|
|
1816
1827
|
}
|
|
1817
1828
|
if (typeof e == "object")
|
|
1818
1829
|
switch (e.$$typeof) {
|
|
1819
1830
|
case c:
|
|
1820
1831
|
return ze(e.render);
|
|
1821
1832
|
case g:
|
|
1822
|
-
return
|
|
1833
|
+
return ee(e.type, r, t);
|
|
1823
1834
|
case _: {
|
|
1824
1835
|
var n = e, s = n._payload, l = n._init;
|
|
1825
1836
|
try {
|
|
1826
|
-
return
|
|
1837
|
+
return ee(l(s), r, t);
|
|
1827
1838
|
} catch {
|
|
1828
1839
|
}
|
|
1829
1840
|
}
|
|
1830
1841
|
}
|
|
1831
1842
|
return "";
|
|
1832
1843
|
}
|
|
1833
|
-
var
|
|
1834
|
-
function
|
|
1844
|
+
var X = Object.prototype.hasOwnProperty, ke = {}, we = D.ReactDebugCurrentFrame;
|
|
1845
|
+
function re(e) {
|
|
1835
1846
|
if (e) {
|
|
1836
|
-
var r = e._owner, t =
|
|
1847
|
+
var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
|
|
1837
1848
|
we.setExtraStackFrame(t);
|
|
1838
1849
|
} else
|
|
1839
1850
|
we.setExtraStackFrame(null);
|
|
1840
1851
|
}
|
|
1841
1852
|
function Be(e, r, t, n, s) {
|
|
1842
1853
|
{
|
|
1843
|
-
var l = Function.call.bind(
|
|
1854
|
+
var l = Function.call.bind(X);
|
|
1844
1855
|
for (var o in e)
|
|
1845
1856
|
if (l(e, o)) {
|
|
1846
1857
|
var a = void 0;
|
|
1847
1858
|
try {
|
|
1848
1859
|
if (typeof e[o] != "function") {
|
|
1849
|
-
var
|
|
1850
|
-
throw
|
|
1860
|
+
var j = Error((n || "React class") + ": " + t + " type `" + o + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[o] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1861
|
+
throw j.name = "Invariant Violation", j;
|
|
1851
1862
|
}
|
|
1852
1863
|
a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1853
1864
|
} catch (y) {
|
|
1854
1865
|
a = y;
|
|
1855
1866
|
}
|
|
1856
|
-
a && !(a instanceof Error) && (
|
|
1867
|
+
a && !(a instanceof Error) && (re(s), v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, o, typeof a), re(null)), a instanceof Error && !(a.message in ke) && (ke[a.message] = !0, re(s), v("Failed %s type: %s", t, a.message), re(null));
|
|
1857
1868
|
}
|
|
1858
1869
|
}
|
|
1859
1870
|
}
|
|
@@ -1881,14 +1892,14 @@ function et() {
|
|
|
1881
1892
|
if (Je(e))
|
|
1882
1893
|
return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ve(e)), xe(e);
|
|
1883
1894
|
}
|
|
1884
|
-
var Ee =
|
|
1895
|
+
var Ee = D.ReactCurrentOwner, qe = {
|
|
1885
1896
|
key: !0,
|
|
1886
1897
|
ref: !0,
|
|
1887
1898
|
__self: !0,
|
|
1888
1899
|
__source: !0
|
|
1889
1900
|
}, Se, Oe;
|
|
1890
1901
|
function Xe(e) {
|
|
1891
|
-
if (
|
|
1902
|
+
if (X.call(e, "ref")) {
|
|
1892
1903
|
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
1893
1904
|
if (r && r.isReactWarning)
|
|
1894
1905
|
return !1;
|
|
@@ -1896,7 +1907,7 @@ function et() {
|
|
|
1896
1907
|
return e.ref !== void 0;
|
|
1897
1908
|
}
|
|
1898
1909
|
function He(e) {
|
|
1899
|
-
if (
|
|
1910
|
+
if (X.call(e, "key")) {
|
|
1900
1911
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
1901
1912
|
if (r && r.isReactWarning)
|
|
1902
1913
|
return !1;
|
|
@@ -1959,26 +1970,26 @@ function et() {
|
|
|
1959
1970
|
};
|
|
1960
1971
|
function rr(e, r, t, n, s) {
|
|
1961
1972
|
{
|
|
1962
|
-
var l, o = {}, a = null,
|
|
1963
|
-
t !== void 0 && (Re(t), a = "" + t), He(r) && (Re(r.key), a = "" + r.key), Xe(r) && (
|
|
1973
|
+
var l, o = {}, a = null, j = null;
|
|
1974
|
+
t !== void 0 && (Re(t), a = "" + t), He(r) && (Re(r.key), a = "" + r.key), Xe(r) && (j = r.ref, Ge(r));
|
|
1964
1975
|
for (l in r)
|
|
1965
|
-
|
|
1976
|
+
X.call(r, l) && !qe.hasOwnProperty(l) && (o[l] = r[l]);
|
|
1966
1977
|
if (e && e.defaultProps) {
|
|
1967
1978
|
var y = e.defaultProps;
|
|
1968
1979
|
for (l in y)
|
|
1969
1980
|
o[l] === void 0 && (o[l] = y[l]);
|
|
1970
1981
|
}
|
|
1971
|
-
if (a ||
|
|
1982
|
+
if (a || j) {
|
|
1972
1983
|
var m = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
1973
|
-
a && Ze(o, m),
|
|
1984
|
+
a && Ze(o, m), j && Qe(o, m);
|
|
1974
1985
|
}
|
|
1975
|
-
return er(e, a,
|
|
1986
|
+
return er(e, a, j, s, n, Ee.current, o);
|
|
1976
1987
|
}
|
|
1977
1988
|
}
|
|
1978
|
-
var se =
|
|
1989
|
+
var se = D.ReactCurrentOwner, Ce = D.ReactDebugCurrentFrame;
|
|
1979
1990
|
function U(e) {
|
|
1980
1991
|
if (e) {
|
|
1981
|
-
var r = e._owner, t =
|
|
1992
|
+
var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
|
|
1982
1993
|
Ce.setExtraStackFrame(t);
|
|
1983
1994
|
} else
|
|
1984
1995
|
Ce.setExtraStackFrame(null);
|
|
@@ -1991,7 +2002,7 @@ function et() {
|
|
|
1991
2002
|
function Te() {
|
|
1992
2003
|
{
|
|
1993
2004
|
if (se.current) {
|
|
1994
|
-
var e =
|
|
2005
|
+
var e = P(se.current.type);
|
|
1995
2006
|
if (e)
|
|
1996
2007
|
return `
|
|
1997
2008
|
|
|
@@ -2026,7 +2037,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2026
2037
|
return;
|
|
2027
2038
|
Pe[t] = !0;
|
|
2028
2039
|
var n = "";
|
|
2029
|
-
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " +
|
|
2040
|
+
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " + P(e._owner.type) + "."), U(e), v('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), U(null);
|
|
2030
2041
|
}
|
|
2031
2042
|
}
|
|
2032
2043
|
function $e(e, r) {
|
|
@@ -2063,11 +2074,11 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2063
2074
|
else
|
|
2064
2075
|
return;
|
|
2065
2076
|
if (t) {
|
|
2066
|
-
var n =
|
|
2077
|
+
var n = P(r);
|
|
2067
2078
|
Be(t, e.props, "prop", n, e);
|
|
2068
2079
|
} else if (r.PropTypes !== void 0 && !ue) {
|
|
2069
2080
|
ue = !0;
|
|
2070
|
-
var s =
|
|
2081
|
+
var s = P(r);
|
|
2071
2082
|
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
|
|
2072
2083
|
}
|
|
2073
2084
|
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
@@ -2088,43 +2099,43 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2088
2099
|
var Fe = {};
|
|
2089
2100
|
function Ne(e, r, t, n, s, l) {
|
|
2090
2101
|
{
|
|
2091
|
-
var o =
|
|
2102
|
+
var o = T(e);
|
|
2092
2103
|
if (!o) {
|
|
2093
2104
|
var a = "";
|
|
2094
2105
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
2095
|
-
var
|
|
2096
|
-
|
|
2106
|
+
var j = tr();
|
|
2107
|
+
j ? a += j : a += Te();
|
|
2097
2108
|
var y;
|
|
2098
|
-
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (
|
|
2109
|
+
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (P(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : y = typeof e, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", y, a);
|
|
2099
2110
|
}
|
|
2100
2111
|
var m = rr(e, r, t, s, l);
|
|
2101
2112
|
if (m == null)
|
|
2102
2113
|
return m;
|
|
2103
2114
|
if (o) {
|
|
2104
|
-
var
|
|
2105
|
-
if (
|
|
2115
|
+
var S = r.children;
|
|
2116
|
+
if (S !== void 0)
|
|
2106
2117
|
if (n)
|
|
2107
|
-
if (ie(
|
|
2108
|
-
for (var z = 0; z <
|
|
2109
|
-
$e(
|
|
2110
|
-
Object.freeze && Object.freeze(
|
|
2118
|
+
if (ie(S)) {
|
|
2119
|
+
for (var z = 0; z < S.length; z++)
|
|
2120
|
+
$e(S[z], e);
|
|
2121
|
+
Object.freeze && Object.freeze(S);
|
|
2111
2122
|
} else
|
|
2112
2123
|
v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
2113
2124
|
else
|
|
2114
|
-
$e(
|
|
2125
|
+
$e(S, e);
|
|
2115
2126
|
}
|
|
2116
|
-
if (
|
|
2117
|
-
var
|
|
2127
|
+
if (X.call(r, "key")) {
|
|
2128
|
+
var A = P(e), k = Object.keys(r).filter(function(fr) {
|
|
2118
2129
|
return fr !== "key";
|
|
2119
|
-
}), ce =
|
|
2120
|
-
if (!Fe[
|
|
2121
|
-
var cr =
|
|
2130
|
+
}), ce = k.length > 0 ? "{key: someKey, " + k.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
2131
|
+
if (!Fe[A + ce]) {
|
|
2132
|
+
var cr = k.length > 0 ? "{" + k.join(": ..., ") + ": ...}" : "{}";
|
|
2122
2133
|
v(`A props object containing a "key" prop is being spread into JSX:
|
|
2123
2134
|
let props = %s;
|
|
2124
2135
|
<%s {...props} />
|
|
2125
2136
|
React keys must be passed directly to JSX without using spread:
|
|
2126
2137
|
let props = %s;
|
|
2127
|
-
<%s key={someKey} {...props} />`, ce,
|
|
2138
|
+
<%s key={someKey} {...props} />`, ce, A, cr, A), Fe[A + ce] = !0;
|
|
2128
2139
|
}
|
|
2129
2140
|
}
|
|
2130
2141
|
return e === f ? or(m) : ar(m), m;
|
|
@@ -2137,51 +2148,51 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2137
2148
|
return Ne(e, r, t, !1);
|
|
2138
2149
|
}
|
|
2139
2150
|
var ur = sr, lr = ir;
|
|
2140
|
-
|
|
2141
|
-
}()),
|
|
2151
|
+
jr.Fragment = f, jr.jsx = ur, jr.jsxs = lr;
|
|
2152
|
+
}()), jr;
|
|
2142
2153
|
}
|
|
2143
|
-
process.env.NODE_ENV === "production" ?
|
|
2144
|
-
var K =
|
|
2145
|
-
const
|
|
2146
|
-
shake:
|
|
2147
|
-
modal:
|
|
2154
|
+
process.env.NODE_ENV === "production" ? Tr.exports = tt() : Tr.exports = nt();
|
|
2155
|
+
var K = Tr.exports;
|
|
2156
|
+
const at = "_shake_txgsc_1", ot = "_modal_txgsc_79", it = "_w_txgsc_15", st = "_o_txgsc_116", ut = "_h_txgsc_141", lt = "_l_txgsc_155", ct = "_t_txgsc_192", ft = "_x_txgsc_196", pt = "_s_txgsc_89", dt = "_c_txgsc_214", yt = "_f_txgsc_219", vt = "_row_txgsc_241", mt = "_col_txgsc_253", gt = "_g_txgsc_258", ht = "_m_txgsc_79", fe = {
|
|
2157
|
+
shake: at,
|
|
2158
|
+
modal: ot,
|
|
2148
2159
|
"size-a": "_size-a_txgsc_89",
|
|
2149
|
-
w:
|
|
2160
|
+
w: it,
|
|
2150
2161
|
"size-s": "_size-s_txgsc_94",
|
|
2151
2162
|
"size-m": "_size-m_txgsc_98",
|
|
2152
2163
|
"size-l": "_size-l_txgsc_102",
|
|
2153
2164
|
"size-x": "_size-x_txgsc_106",
|
|
2154
2165
|
"size-f": "_size-f_txgsc_110",
|
|
2155
|
-
o:
|
|
2156
|
-
h:
|
|
2157
|
-
l:
|
|
2158
|
-
t:
|
|
2159
|
-
x:
|
|
2160
|
-
s:
|
|
2161
|
-
c:
|
|
2162
|
-
f:
|
|
2163
|
-
row:
|
|
2164
|
-
col:
|
|
2165
|
-
g:
|
|
2166
|
-
m:
|
|
2166
|
+
o: st,
|
|
2167
|
+
h: ut,
|
|
2168
|
+
l: lt,
|
|
2169
|
+
t: ct,
|
|
2170
|
+
x: ft,
|
|
2171
|
+
s: pt,
|
|
2172
|
+
c: dt,
|
|
2173
|
+
f: yt,
|
|
2174
|
+
row: vt,
|
|
2175
|
+
col: mt,
|
|
2176
|
+
g: gt,
|
|
2177
|
+
m: ht
|
|
2167
2178
|
};
|
|
2168
|
-
function
|
|
2179
|
+
function bt({ children: u }) {
|
|
2169
2180
|
return /* @__PURE__ */ K.jsx("div", { className: fe.l, children: /* @__PURE__ */ K.jsx("ul", { children: u }) });
|
|
2170
2181
|
}
|
|
2171
|
-
function
|
|
2182
|
+
function _t({ children: u }) {
|
|
2172
2183
|
return /* @__PURE__ */ K.jsx("div", { className: fe.s, children: u });
|
|
2173
2184
|
}
|
|
2174
|
-
function
|
|
2185
|
+
function jt({ children: u, viev: p = "row", className: h }) {
|
|
2175
2186
|
let f = {};
|
|
2176
2187
|
return h && (f.className = h), /* @__PURE__ */ K.jsx("ul", { className: [fe.f, fe[p], f.className].join(" "), children: u });
|
|
2177
2188
|
}
|
|
2178
|
-
function
|
|
2189
|
+
function kt({ children: u }) {
|
|
2179
2190
|
return /* @__PURE__ */ K.jsx("div", { className: fe.c, children: u });
|
|
2180
2191
|
}
|
|
2181
|
-
function
|
|
2192
|
+
function wt({ children: u }) {
|
|
2182
2193
|
return /* @__PURE__ */ K.jsx("div", { className: fe.g, children: u });
|
|
2183
2194
|
}
|
|
2184
|
-
var
|
|
2195
|
+
var Pr = { exports: {} }, br = {};
|
|
2185
2196
|
/**
|
|
2186
2197
|
* @license React
|
|
2187
2198
|
* react-jsx-runtime.production.min.js
|
|
@@ -2191,19 +2202,19 @@ var Tr = { exports: {} }, hr = {};
|
|
|
2191
2202
|
* This source code is licensed under the MIT license found in the
|
|
2192
2203
|
* LICENSE file in the root directory of this source tree.
|
|
2193
2204
|
*/
|
|
2194
|
-
var
|
|
2195
|
-
function
|
|
2196
|
-
if (
|
|
2197
|
-
|
|
2198
|
-
var u =
|
|
2199
|
-
function
|
|
2200
|
-
var i, g = {}, _ = null,
|
|
2201
|
-
d !== void 0 && (_ = "" + d), c.key !== void 0 && (_ = "" + c.key), c.ref !== void 0 && (
|
|
2205
|
+
var Wr;
|
|
2206
|
+
function xt() {
|
|
2207
|
+
if (Wr) return br;
|
|
2208
|
+
Wr = 1;
|
|
2209
|
+
var u = W, p = Symbol.for("react.element"), h = Symbol.for("react.fragment"), f = Object.prototype.hasOwnProperty, b = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, w = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
2210
|
+
function O(x, c, d) {
|
|
2211
|
+
var i, g = {}, _ = null, E = null;
|
|
2212
|
+
d !== void 0 && (_ = "" + d), c.key !== void 0 && (_ = "" + c.key), c.ref !== void 0 && (E = c.ref);
|
|
2202
2213
|
for (i in c) f.call(c, i) && !w.hasOwnProperty(i) && (g[i] = c[i]);
|
|
2203
2214
|
if (x && x.defaultProps) for (i in c = x.defaultProps, c) g[i] === void 0 && (g[i] = c[i]);
|
|
2204
|
-
return { $$typeof: p, type: x, key: _, ref:
|
|
2215
|
+
return { $$typeof: p, type: x, key: _, ref: E, props: g, _owner: b.current };
|
|
2205
2216
|
}
|
|
2206
|
-
return
|
|
2217
|
+
return br.Fragment = h, br.jsx = O, br.jsxs = O, br;
|
|
2207
2218
|
}
|
|
2208
2219
|
var kr = {};
|
|
2209
2220
|
/**
|
|
@@ -2215,27 +2226,27 @@ var kr = {};
|
|
|
2215
2226
|
* This source code is licensed under the MIT license found in the
|
|
2216
2227
|
* LICENSE file in the root directory of this source tree.
|
|
2217
2228
|
*/
|
|
2218
|
-
var
|
|
2219
|
-
function
|
|
2220
|
-
return
|
|
2221
|
-
var u =
|
|
2229
|
+
var Lr;
|
|
2230
|
+
function Rt() {
|
|
2231
|
+
return Lr || (Lr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
2232
|
+
var u = W, p = Symbol.for("react.element"), h = Symbol.for("react.portal"), f = Symbol.for("react.fragment"), b = Symbol.for("react.strict_mode"), w = Symbol.for("react.profiler"), O = Symbol.for("react.provider"), x = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), i = Symbol.for("react.suspense_list"), g = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), E = Symbol.for("react.offscreen"), F = Symbol.iterator, Y = "@@iterator";
|
|
2222
2233
|
function L(e) {
|
|
2223
2234
|
if (e === null || typeof e != "object")
|
|
2224
2235
|
return null;
|
|
2225
|
-
var r =
|
|
2236
|
+
var r = F && e[F] || e[Y];
|
|
2226
2237
|
return typeof r == "function" ? r : null;
|
|
2227
2238
|
}
|
|
2228
|
-
var
|
|
2239
|
+
var D = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
2229
2240
|
function v(e) {
|
|
2230
2241
|
{
|
|
2231
2242
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
2232
2243
|
t[n - 1] = arguments[n];
|
|
2233
|
-
|
|
2244
|
+
N("error", e, t);
|
|
2234
2245
|
}
|
|
2235
2246
|
}
|
|
2236
|
-
function
|
|
2247
|
+
function N(e, r, t) {
|
|
2237
2248
|
{
|
|
2238
|
-
var n =
|
|
2249
|
+
var n = D.ReactDebugCurrentFrame, s = n.getStackAddendum();
|
|
2239
2250
|
s !== "" && (r += "%s", t = t.concat([s]));
|
|
2240
2251
|
var l = t.map(function(o) {
|
|
2241
2252
|
return String(o);
|
|
@@ -2243,26 +2254,26 @@ function jt() {
|
|
|
2243
2254
|
l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
|
|
2244
2255
|
}
|
|
2245
2256
|
}
|
|
2246
|
-
var V = !1, J = !1,
|
|
2247
|
-
|
|
2248
|
-
function
|
|
2249
|
-
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w ||
|
|
2257
|
+
var V = !1, J = !1, $ = !1, B = !1, M = !1, C;
|
|
2258
|
+
C = Symbol.for("react.module.reference");
|
|
2259
|
+
function T(e) {
|
|
2260
|
+
return !!(typeof e == "string" || typeof e == "function" || e === f || e === w || M || e === b || e === d || e === i || B || e === E || V || J || $ || typeof e == "object" && e !== null && (e.$$typeof === _ || e.$$typeof === g || e.$$typeof === O || e.$$typeof === x || e.$$typeof === c || // This needs to include all possible module reference object
|
|
2250
2261
|
// types supported by any Flight configuration anywhere since
|
|
2251
2262
|
// we don't know which Flight build this will end up being used
|
|
2252
2263
|
// with.
|
|
2253
|
-
e.$$typeof ===
|
|
2264
|
+
e.$$typeof === C || e.getModuleId !== void 0));
|
|
2254
2265
|
}
|
|
2255
|
-
function
|
|
2266
|
+
function G(e, r, t) {
|
|
2256
2267
|
var n = e.displayName;
|
|
2257
2268
|
if (n)
|
|
2258
2269
|
return n;
|
|
2259
2270
|
var s = r.displayName || r.name || "";
|
|
2260
2271
|
return s !== "" ? t + "(" + s + ")" : t;
|
|
2261
2272
|
}
|
|
2262
|
-
function
|
|
2273
|
+
function te(e) {
|
|
2263
2274
|
return e.displayName || "Context";
|
|
2264
2275
|
}
|
|
2265
|
-
function
|
|
2276
|
+
function P(e) {
|
|
2266
2277
|
if (e == null)
|
|
2267
2278
|
return null;
|
|
2268
2279
|
if (typeof e.tag == "number" && v("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
@@ -2287,19 +2298,19 @@ function jt() {
|
|
|
2287
2298
|
switch (e.$$typeof) {
|
|
2288
2299
|
case x:
|
|
2289
2300
|
var r = e;
|
|
2290
|
-
return
|
|
2291
|
-
case
|
|
2301
|
+
return te(r) + ".Consumer";
|
|
2302
|
+
case O:
|
|
2292
2303
|
var t = e;
|
|
2293
|
-
return
|
|
2304
|
+
return te(t._context) + ".Provider";
|
|
2294
2305
|
case c:
|
|
2295
|
-
return
|
|
2306
|
+
return G(e, e.render, "ForwardRef");
|
|
2296
2307
|
case g:
|
|
2297
2308
|
var n = e.displayName || null;
|
|
2298
|
-
return n !== null ? n :
|
|
2309
|
+
return n !== null ? n : P(e.type) || "Memo";
|
|
2299
2310
|
case _: {
|
|
2300
2311
|
var s = e, l = s._payload, o = s._init;
|
|
2301
2312
|
try {
|
|
2302
|
-
return
|
|
2313
|
+
return P(o(l));
|
|
2303
2314
|
} catch {
|
|
2304
2315
|
return null;
|
|
2305
2316
|
}
|
|
@@ -2307,13 +2318,13 @@ function jt() {
|
|
|
2307
2318
|
}
|
|
2308
2319
|
return null;
|
|
2309
2320
|
}
|
|
2310
|
-
var
|
|
2321
|
+
var I = Object.assign, q = 0, de, ye, ve, me, ge, he, be;
|
|
2311
2322
|
function _e() {
|
|
2312
2323
|
}
|
|
2313
2324
|
_e.__reactDisabledLog = !0;
|
|
2314
2325
|
function Le() {
|
|
2315
2326
|
{
|
|
2316
|
-
if (
|
|
2327
|
+
if (q === 0) {
|
|
2317
2328
|
de = console.log, ye = console.info, ve = console.warn, me = console.error, ge = console.group, he = console.groupCollapsed, be = console.groupEnd;
|
|
2318
2329
|
var e = {
|
|
2319
2330
|
configurable: !0,
|
|
@@ -2331,46 +2342,46 @@ function jt() {
|
|
|
2331
2342
|
groupEnd: e
|
|
2332
2343
|
});
|
|
2333
2344
|
}
|
|
2334
|
-
|
|
2345
|
+
q++;
|
|
2335
2346
|
}
|
|
2336
2347
|
}
|
|
2337
2348
|
function Me() {
|
|
2338
2349
|
{
|
|
2339
|
-
if (
|
|
2350
|
+
if (q--, q === 0) {
|
|
2340
2351
|
var e = {
|
|
2341
2352
|
configurable: !0,
|
|
2342
2353
|
enumerable: !0,
|
|
2343
2354
|
writable: !0
|
|
2344
2355
|
};
|
|
2345
2356
|
Object.defineProperties(console, {
|
|
2346
|
-
log:
|
|
2357
|
+
log: I({}, e, {
|
|
2347
2358
|
value: de
|
|
2348
2359
|
}),
|
|
2349
|
-
info:
|
|
2360
|
+
info: I({}, e, {
|
|
2350
2361
|
value: ye
|
|
2351
2362
|
}),
|
|
2352
|
-
warn:
|
|
2363
|
+
warn: I({}, e, {
|
|
2353
2364
|
value: ve
|
|
2354
2365
|
}),
|
|
2355
|
-
error:
|
|
2366
|
+
error: I({}, e, {
|
|
2356
2367
|
value: me
|
|
2357
2368
|
}),
|
|
2358
|
-
group:
|
|
2369
|
+
group: I({}, e, {
|
|
2359
2370
|
value: ge
|
|
2360
2371
|
}),
|
|
2361
|
-
groupCollapsed:
|
|
2372
|
+
groupCollapsed: I({}, e, {
|
|
2362
2373
|
value: he
|
|
2363
2374
|
}),
|
|
2364
|
-
groupEnd:
|
|
2375
|
+
groupEnd: I({}, e, {
|
|
2365
2376
|
value: be
|
|
2366
2377
|
})
|
|
2367
2378
|
});
|
|
2368
2379
|
}
|
|
2369
|
-
|
|
2380
|
+
q < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
2370
2381
|
}
|
|
2371
2382
|
}
|
|
2372
|
-
var ne =
|
|
2373
|
-
function
|
|
2383
|
+
var ne = D.ReactCurrentDispatcher, ae;
|
|
2384
|
+
function Z(e, r, t) {
|
|
2374
2385
|
{
|
|
2375
2386
|
if (ae === void 0)
|
|
2376
2387
|
try {
|
|
@@ -2383,16 +2394,16 @@ function jt() {
|
|
|
2383
2394
|
` + ae + e;
|
|
2384
2395
|
}
|
|
2385
2396
|
}
|
|
2386
|
-
var oe = !1,
|
|
2397
|
+
var oe = !1, Q;
|
|
2387
2398
|
{
|
|
2388
2399
|
var Ue = typeof WeakMap == "function" ? WeakMap : Map;
|
|
2389
|
-
|
|
2400
|
+
Q = new Ue();
|
|
2390
2401
|
}
|
|
2391
|
-
function
|
|
2402
|
+
function je(e, r) {
|
|
2392
2403
|
if (!e || oe)
|
|
2393
2404
|
return "";
|
|
2394
2405
|
{
|
|
2395
|
-
var t =
|
|
2406
|
+
var t = Q.get(e);
|
|
2396
2407
|
if (t !== void 0)
|
|
2397
2408
|
return t;
|
|
2398
2409
|
}
|
|
@@ -2414,40 +2425,40 @@ function jt() {
|
|
|
2414
2425
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
2415
2426
|
try {
|
|
2416
2427
|
Reflect.construct(o, []);
|
|
2417
|
-
} catch (
|
|
2418
|
-
n =
|
|
2428
|
+
} catch (k) {
|
|
2429
|
+
n = k;
|
|
2419
2430
|
}
|
|
2420
2431
|
Reflect.construct(e, [], o);
|
|
2421
2432
|
} else {
|
|
2422
2433
|
try {
|
|
2423
2434
|
o.call();
|
|
2424
|
-
} catch (
|
|
2425
|
-
n =
|
|
2435
|
+
} catch (k) {
|
|
2436
|
+
n = k;
|
|
2426
2437
|
}
|
|
2427
2438
|
e.call(o.prototype);
|
|
2428
2439
|
}
|
|
2429
2440
|
} else {
|
|
2430
2441
|
try {
|
|
2431
2442
|
throw Error();
|
|
2432
|
-
} catch (
|
|
2433
|
-
n =
|
|
2443
|
+
} catch (k) {
|
|
2444
|
+
n = k;
|
|
2434
2445
|
}
|
|
2435
2446
|
e();
|
|
2436
2447
|
}
|
|
2437
|
-
} catch (
|
|
2438
|
-
if (
|
|
2439
|
-
for (var a =
|
|
2440
|
-
`),
|
|
2441
|
-
`), y = a.length - 1, m =
|
|
2448
|
+
} catch (k) {
|
|
2449
|
+
if (k && n && typeof k.stack == "string") {
|
|
2450
|
+
for (var a = k.stack.split(`
|
|
2451
|
+
`), j = n.stack.split(`
|
|
2452
|
+
`), y = a.length - 1, m = j.length - 1; y >= 1 && m >= 0 && a[y] !== j[m]; )
|
|
2442
2453
|
m--;
|
|
2443
2454
|
for (; y >= 1 && m >= 0; y--, m--)
|
|
2444
|
-
if (a[y] !==
|
|
2455
|
+
if (a[y] !== j[m]) {
|
|
2445
2456
|
if (y !== 1 || m !== 1)
|
|
2446
2457
|
do
|
|
2447
|
-
if (y--, m--, m < 0 || a[y] !==
|
|
2448
|
-
var
|
|
2458
|
+
if (y--, m--, m < 0 || a[y] !== j[m]) {
|
|
2459
|
+
var S = `
|
|
2449
2460
|
` + a[y].replace(" at new ", " at ");
|
|
2450
|
-
return e.displayName &&
|
|
2461
|
+
return e.displayName && S.includes("<anonymous>") && (S = S.replace("<anonymous>", e.displayName)), typeof e == "function" && Q.set(e, S), S;
|
|
2451
2462
|
}
|
|
2452
2463
|
while (y >= 1 && m >= 0);
|
|
2453
2464
|
break;
|
|
@@ -2456,69 +2467,69 @@ function jt() {
|
|
|
2456
2467
|
} finally {
|
|
2457
2468
|
oe = !1, ne.current = l, Me(), Error.prepareStackTrace = s;
|
|
2458
2469
|
}
|
|
2459
|
-
var z = e ? e.displayName || e.name : "",
|
|
2460
|
-
return typeof e == "function" &&
|
|
2470
|
+
var z = e ? e.displayName || e.name : "", A = z ? Z(z) : "";
|
|
2471
|
+
return typeof e == "function" && Q.set(e, A), A;
|
|
2461
2472
|
}
|
|
2462
2473
|
function ze(e, r, t) {
|
|
2463
|
-
return
|
|
2474
|
+
return je(e, !1);
|
|
2464
2475
|
}
|
|
2465
2476
|
function Ye(e) {
|
|
2466
2477
|
var r = e.prototype;
|
|
2467
2478
|
return !!(r && r.isReactComponent);
|
|
2468
2479
|
}
|
|
2469
|
-
function
|
|
2480
|
+
function ee(e, r, t) {
|
|
2470
2481
|
if (e == null)
|
|
2471
2482
|
return "";
|
|
2472
2483
|
if (typeof e == "function")
|
|
2473
|
-
return
|
|
2484
|
+
return je(e, Ye(e));
|
|
2474
2485
|
if (typeof e == "string")
|
|
2475
|
-
return
|
|
2486
|
+
return Z(e);
|
|
2476
2487
|
switch (e) {
|
|
2477
2488
|
case d:
|
|
2478
|
-
return
|
|
2489
|
+
return Z("Suspense");
|
|
2479
2490
|
case i:
|
|
2480
|
-
return
|
|
2491
|
+
return Z("SuspenseList");
|
|
2481
2492
|
}
|
|
2482
2493
|
if (typeof e == "object")
|
|
2483
2494
|
switch (e.$$typeof) {
|
|
2484
2495
|
case c:
|
|
2485
2496
|
return ze(e.render);
|
|
2486
2497
|
case g:
|
|
2487
|
-
return
|
|
2498
|
+
return ee(e.type, r, t);
|
|
2488
2499
|
case _: {
|
|
2489
2500
|
var n = e, s = n._payload, l = n._init;
|
|
2490
2501
|
try {
|
|
2491
|
-
return
|
|
2502
|
+
return ee(l(s), r, t);
|
|
2492
2503
|
} catch {
|
|
2493
2504
|
}
|
|
2494
2505
|
}
|
|
2495
2506
|
}
|
|
2496
2507
|
return "";
|
|
2497
2508
|
}
|
|
2498
|
-
var
|
|
2499
|
-
function
|
|
2509
|
+
var X = Object.prototype.hasOwnProperty, ke = {}, we = D.ReactDebugCurrentFrame;
|
|
2510
|
+
function re(e) {
|
|
2500
2511
|
if (e) {
|
|
2501
|
-
var r = e._owner, t =
|
|
2512
|
+
var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
|
|
2502
2513
|
we.setExtraStackFrame(t);
|
|
2503
2514
|
} else
|
|
2504
2515
|
we.setExtraStackFrame(null);
|
|
2505
2516
|
}
|
|
2506
2517
|
function Be(e, r, t, n, s) {
|
|
2507
2518
|
{
|
|
2508
|
-
var l = Function.call.bind(
|
|
2519
|
+
var l = Function.call.bind(X);
|
|
2509
2520
|
for (var o in e)
|
|
2510
2521
|
if (l(e, o)) {
|
|
2511
2522
|
var a = void 0;
|
|
2512
2523
|
try {
|
|
2513
2524
|
if (typeof e[o] != "function") {
|
|
2514
|
-
var
|
|
2515
|
-
throw
|
|
2525
|
+
var j = Error((n || "React class") + ": " + t + " type `" + o + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[o] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
2526
|
+
throw j.name = "Invariant Violation", j;
|
|
2516
2527
|
}
|
|
2517
2528
|
a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
2518
2529
|
} catch (y) {
|
|
2519
2530
|
a = y;
|
|
2520
2531
|
}
|
|
2521
|
-
a && !(a instanceof Error) && (
|
|
2532
|
+
a && !(a instanceof Error) && (re(s), v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, o, typeof a), re(null)), a instanceof Error && !(a.message in ke) && (ke[a.message] = !0, re(s), v("Failed %s type: %s", t, a.message), re(null));
|
|
2522
2533
|
}
|
|
2523
2534
|
}
|
|
2524
2535
|
}
|
|
@@ -2546,14 +2557,14 @@ function jt() {
|
|
|
2546
2557
|
if (Je(e))
|
|
2547
2558
|
return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ve(e)), xe(e);
|
|
2548
2559
|
}
|
|
2549
|
-
var Ee =
|
|
2560
|
+
var Ee = D.ReactCurrentOwner, qe = {
|
|
2550
2561
|
key: !0,
|
|
2551
2562
|
ref: !0,
|
|
2552
2563
|
__self: !0,
|
|
2553
2564
|
__source: !0
|
|
2554
2565
|
}, Se, Oe;
|
|
2555
2566
|
function Xe(e) {
|
|
2556
|
-
if (
|
|
2567
|
+
if (X.call(e, "ref")) {
|
|
2557
2568
|
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
2558
2569
|
if (r && r.isReactWarning)
|
|
2559
2570
|
return !1;
|
|
@@ -2561,7 +2572,7 @@ function jt() {
|
|
|
2561
2572
|
return e.ref !== void 0;
|
|
2562
2573
|
}
|
|
2563
2574
|
function He(e) {
|
|
2564
|
-
if (
|
|
2575
|
+
if (X.call(e, "key")) {
|
|
2565
2576
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
2566
2577
|
if (r && r.isReactWarning)
|
|
2567
2578
|
return !1;
|
|
@@ -2624,26 +2635,26 @@ function jt() {
|
|
|
2624
2635
|
};
|
|
2625
2636
|
function rr(e, r, t, n, s) {
|
|
2626
2637
|
{
|
|
2627
|
-
var l, o = {}, a = null,
|
|
2628
|
-
t !== void 0 && (Re(t), a = "" + t), He(r) && (Re(r.key), a = "" + r.key), Xe(r) && (
|
|
2638
|
+
var l, o = {}, a = null, j = null;
|
|
2639
|
+
t !== void 0 && (Re(t), a = "" + t), He(r) && (Re(r.key), a = "" + r.key), Xe(r) && (j = r.ref, Ge(r));
|
|
2629
2640
|
for (l in r)
|
|
2630
|
-
|
|
2641
|
+
X.call(r, l) && !qe.hasOwnProperty(l) && (o[l] = r[l]);
|
|
2631
2642
|
if (e && e.defaultProps) {
|
|
2632
2643
|
var y = e.defaultProps;
|
|
2633
2644
|
for (l in y)
|
|
2634
2645
|
o[l] === void 0 && (o[l] = y[l]);
|
|
2635
2646
|
}
|
|
2636
|
-
if (a ||
|
|
2647
|
+
if (a || j) {
|
|
2637
2648
|
var m = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
2638
|
-
a && Ze(o, m),
|
|
2649
|
+
a && Ze(o, m), j && Qe(o, m);
|
|
2639
2650
|
}
|
|
2640
|
-
return er(e, a,
|
|
2651
|
+
return er(e, a, j, s, n, Ee.current, o);
|
|
2641
2652
|
}
|
|
2642
2653
|
}
|
|
2643
|
-
var se =
|
|
2654
|
+
var se = D.ReactCurrentOwner, Ce = D.ReactDebugCurrentFrame;
|
|
2644
2655
|
function U(e) {
|
|
2645
2656
|
if (e) {
|
|
2646
|
-
var r = e._owner, t =
|
|
2657
|
+
var r = e._owner, t = ee(e.type, e._source, r ? r.type : null);
|
|
2647
2658
|
Ce.setExtraStackFrame(t);
|
|
2648
2659
|
} else
|
|
2649
2660
|
Ce.setExtraStackFrame(null);
|
|
@@ -2656,7 +2667,7 @@ function jt() {
|
|
|
2656
2667
|
function Te() {
|
|
2657
2668
|
{
|
|
2658
2669
|
if (se.current) {
|
|
2659
|
-
var e =
|
|
2670
|
+
var e = P(se.current.type);
|
|
2660
2671
|
if (e)
|
|
2661
2672
|
return `
|
|
2662
2673
|
|
|
@@ -2691,7 +2702,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2691
2702
|
return;
|
|
2692
2703
|
Pe[t] = !0;
|
|
2693
2704
|
var n = "";
|
|
2694
|
-
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " +
|
|
2705
|
+
e && e._owner && e._owner !== se.current && (n = " It was passed a child from " + P(e._owner.type) + "."), U(e), v('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), U(null);
|
|
2695
2706
|
}
|
|
2696
2707
|
}
|
|
2697
2708
|
function $e(e, r) {
|
|
@@ -2728,11 +2739,11 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2728
2739
|
else
|
|
2729
2740
|
return;
|
|
2730
2741
|
if (t) {
|
|
2731
|
-
var n =
|
|
2742
|
+
var n = P(r);
|
|
2732
2743
|
Be(t, e.props, "prop", n, e);
|
|
2733
2744
|
} else if (r.PropTypes !== void 0 && !ue) {
|
|
2734
2745
|
ue = !0;
|
|
2735
|
-
var s =
|
|
2746
|
+
var s = P(r);
|
|
2736
2747
|
v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
|
|
2737
2748
|
}
|
|
2738
2749
|
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
@@ -2753,43 +2764,43 @@ Check the top-level render call using <` + t + ">.");
|
|
|
2753
2764
|
var Fe = {};
|
|
2754
2765
|
function Ne(e, r, t, n, s, l) {
|
|
2755
2766
|
{
|
|
2756
|
-
var o =
|
|
2767
|
+
var o = T(e);
|
|
2757
2768
|
if (!o) {
|
|
2758
2769
|
var a = "";
|
|
2759
2770
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
2760
|
-
var
|
|
2761
|
-
|
|
2771
|
+
var j = tr();
|
|
2772
|
+
j ? a += j : a += Te();
|
|
2762
2773
|
var y;
|
|
2763
|
-
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (
|
|
2774
|
+
e === null ? y = "null" : ie(e) ? y = "array" : e !== void 0 && e.$$typeof === p ? (y = "<" + (P(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : y = typeof e, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", y, a);
|
|
2764
2775
|
}
|
|
2765
2776
|
var m = rr(e, r, t, s, l);
|
|
2766
2777
|
if (m == null)
|
|
2767
2778
|
return m;
|
|
2768
2779
|
if (o) {
|
|
2769
|
-
var
|
|
2770
|
-
if (
|
|
2780
|
+
var S = r.children;
|
|
2781
|
+
if (S !== void 0)
|
|
2771
2782
|
if (n)
|
|
2772
|
-
if (ie(
|
|
2773
|
-
for (var z = 0; z <
|
|
2774
|
-
$e(
|
|
2775
|
-
Object.freeze && Object.freeze(
|
|
2783
|
+
if (ie(S)) {
|
|
2784
|
+
for (var z = 0; z < S.length; z++)
|
|
2785
|
+
$e(S[z], e);
|
|
2786
|
+
Object.freeze && Object.freeze(S);
|
|
2776
2787
|
} else
|
|
2777
2788
|
v("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
2778
2789
|
else
|
|
2779
|
-
$e(
|
|
2790
|
+
$e(S, e);
|
|
2780
2791
|
}
|
|
2781
|
-
if (
|
|
2782
|
-
var
|
|
2792
|
+
if (X.call(r, "key")) {
|
|
2793
|
+
var A = P(e), k = Object.keys(r).filter(function(fr) {
|
|
2783
2794
|
return fr !== "key";
|
|
2784
|
-
}), ce =
|
|
2785
|
-
if (!Fe[
|
|
2786
|
-
var cr =
|
|
2795
|
+
}), ce = k.length > 0 ? "{key: someKey, " + k.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
2796
|
+
if (!Fe[A + ce]) {
|
|
2797
|
+
var cr = k.length > 0 ? "{" + k.join(": ..., ") + ": ...}" : "{}";
|
|
2787
2798
|
v(`A props object containing a "key" prop is being spread into JSX:
|
|
2788
2799
|
let props = %s;
|
|
2789
2800
|
<%s {...props} />
|
|
2790
2801
|
React keys must be passed directly to JSX without using spread:
|
|
2791
2802
|
let props = %s;
|
|
2792
|
-
<%s key={someKey} {...props} />`, ce,
|
|
2803
|
+
<%s key={someKey} {...props} />`, ce, A, cr, A), Fe[A + ce] = !0;
|
|
2793
2804
|
}
|
|
2794
2805
|
}
|
|
2795
2806
|
return e === f ? or(m) : ar(m), m;
|
|
@@ -2805,50 +2816,50 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2805
2816
|
kr.Fragment = f, kr.jsx = ur, kr.jsxs = lr;
|
|
2806
2817
|
}()), kr;
|
|
2807
2818
|
}
|
|
2808
|
-
process.env.NODE_ENV === "production" ?
|
|
2809
|
-
var
|
|
2810
|
-
const
|
|
2811
|
-
btn:
|
|
2812
|
-
confirm:
|
|
2813
|
-
cancel:
|
|
2814
|
-
action:
|
|
2815
|
-
disabled:
|
|
2819
|
+
process.env.NODE_ENV === "production" ? Pr.exports = xt() : Pr.exports = Rt();
|
|
2820
|
+
var Er = Pr.exports;
|
|
2821
|
+
const Et = "_btn_1k1b3_1", St = "_confirm_1k1b3_15", Ot = "_cancel_1k1b3_20", Ct = "_action_1k1b3_25", Tt = "_disabled_1k1b3_30", Pt = "_m_1k1b3_44", Dt = "_l_1k1b3_48", wr = {
|
|
2822
|
+
btn: Et,
|
|
2823
|
+
confirm: St,
|
|
2824
|
+
cancel: Ot,
|
|
2825
|
+
action: Ct,
|
|
2826
|
+
disabled: Tt,
|
|
2816
2827
|
await: "_await_1k1b3_37",
|
|
2817
|
-
m:
|
|
2818
|
-
l:
|
|
2819
|
-
},
|
|
2828
|
+
m: Pt,
|
|
2829
|
+
l: Dt
|
|
2830
|
+
}, $t = ({
|
|
2820
2831
|
onClick: u,
|
|
2821
2832
|
onSend: p,
|
|
2822
2833
|
size: h = "m",
|
|
2823
2834
|
view: f = "confirm",
|
|
2824
2835
|
children: b,
|
|
2825
2836
|
isDisabled: w = !1,
|
|
2826
|
-
className:
|
|
2837
|
+
className: O,
|
|
2827
2838
|
after: x,
|
|
2828
2839
|
before: c,
|
|
2829
2840
|
label: d,
|
|
2830
2841
|
onRef: i,
|
|
2831
2842
|
awaitText: g = "Ожидайте"
|
|
2832
2843
|
}) => {
|
|
2833
|
-
let [_,
|
|
2834
|
-
const
|
|
2844
|
+
let [_, E] = W.useState(!1);
|
|
2845
|
+
const F = (L) => {
|
|
2835
2846
|
if (u) return u();
|
|
2836
|
-
_ || (p ? (
|
|
2847
|
+
_ || (p ? (E(!0), p(E)) : L.preventDefault());
|
|
2837
2848
|
};
|
|
2838
|
-
let
|
|
2839
|
-
return (w || _) && (
|
|
2849
|
+
let Y = {};
|
|
2850
|
+
return (w || _) && (Y.disabled = !0), /* @__PURE__ */ Er.jsx(
|
|
2840
2851
|
"button",
|
|
2841
2852
|
{
|
|
2842
|
-
...
|
|
2853
|
+
...Y,
|
|
2843
2854
|
ref: i,
|
|
2844
2855
|
className: [
|
|
2845
|
-
|
|
2846
|
-
_ ?
|
|
2847
|
-
h &&
|
|
2848
|
-
|
|
2856
|
+
wr.btn,
|
|
2857
|
+
_ ? wr.disabled : wr[f],
|
|
2858
|
+
h && wr[h],
|
|
2859
|
+
O
|
|
2849
2860
|
].filter((L) => L != "").join(" "),
|
|
2850
|
-
onClick:
|
|
2851
|
-
children: _ ? g : /* @__PURE__ */
|
|
2861
|
+
onClick: F,
|
|
2862
|
+
children: _ ? g : /* @__PURE__ */ Er.jsxs(Er.Fragment, { children: [
|
|
2852
2863
|
c || "",
|
|
2853
2864
|
" ",
|
|
2854
2865
|
d,
|
|
@@ -2859,28 +2870,28 @@ const wt = "_btn_1k1b3_1", xt = "_confirm_1k1b3_15", Rt = "_cancel_1k1b3_20", Et
|
|
|
2859
2870
|
);
|
|
2860
2871
|
};
|
|
2861
2872
|
let We = {};
|
|
2862
|
-
function
|
|
2873
|
+
function Ft({ children: u }) {
|
|
2863
2874
|
return /* @__PURE__ */ K.jsx(K.Fragment, { children: u });
|
|
2864
2875
|
}
|
|
2865
|
-
var
|
|
2876
|
+
var xr;
|
|
2866
2877
|
((u) => {
|
|
2867
2878
|
function p({
|
|
2868
2879
|
import_modules: d
|
|
2869
2880
|
}) {
|
|
2870
|
-
let [i, g] =
|
|
2881
|
+
let [i, g] = W.useState([]);
|
|
2871
2882
|
return We.x = (_) => {
|
|
2872
|
-
g(_ ? i.filter((
|
|
2883
|
+
g(_ ? i.filter((E) => E.key !== _) : []);
|
|
2873
2884
|
}, Ur(() => {
|
|
2874
2885
|
d && (We.i = d);
|
|
2875
|
-
}, []), We.add = (_,
|
|
2876
|
-
g([...i, { key:
|
|
2886
|
+
}, []), We.add = (_, E = Date.now()) => {
|
|
2887
|
+
g([...i, { key: E, item: _ }]);
|
|
2877
2888
|
}, /* @__PURE__ */ K.jsx(K.Fragment, { children: i.map((_) => _.item) });
|
|
2878
2889
|
}
|
|
2879
2890
|
u.Init = p;
|
|
2880
2891
|
function h(d) {
|
|
2881
2892
|
return d && (We.i = d), We.i;
|
|
2882
2893
|
}
|
|
2883
|
-
u.Import = h, u.List =
|
|
2894
|
+
u.Import = h, u.List = bt, u.Scroll = _t, u.Form = jt, u.Center = kt, u.Column = wt;
|
|
2884
2895
|
function f(d, i, g) {
|
|
2885
2896
|
We.i(`${d}/modal/${i}.tsx`).then((_) => {
|
|
2886
2897
|
_.default.Open(g);
|
|
@@ -2888,22 +2899,22 @@ var wr;
|
|
|
2888
2899
|
}
|
|
2889
2900
|
u.Open = f;
|
|
2890
2901
|
function b({ type: d, name: i, params: g }) {
|
|
2891
|
-
let [_,
|
|
2892
|
-
return
|
|
2893
|
-
We.i(`${d}/modal/${i}.tsx`).then((
|
|
2894
|
-
|
|
2902
|
+
let [_, E] = W.useState(null);
|
|
2903
|
+
return W.useEffect(() => {
|
|
2904
|
+
We.i(`${d}/modal/${i}.tsx`).then((F) => {
|
|
2905
|
+
E(F.default.Icon(g));
|
|
2895
2906
|
});
|
|
2896
2907
|
}, [g.id]), /* @__PURE__ */ K.jsx(K.Fragment, { children: _ });
|
|
2897
2908
|
}
|
|
2898
2909
|
u.Icon = b;
|
|
2899
2910
|
function w(d, i) {
|
|
2900
|
-
We.add(/* @__PURE__ */ K.jsx(
|
|
2911
|
+
We.add(/* @__PURE__ */ K.jsx(Ft, { children: d }, String(Date.now())), i);
|
|
2901
2912
|
}
|
|
2902
2913
|
u.Add = w;
|
|
2903
|
-
function
|
|
2914
|
+
function O(d) {
|
|
2904
2915
|
We.x(d);
|
|
2905
2916
|
}
|
|
2906
|
-
u.Close =
|
|
2917
|
+
u.Close = O;
|
|
2907
2918
|
function x(d) {
|
|
2908
2919
|
if (d.target.classList[0] !== "modal") return;
|
|
2909
2920
|
let i = d.target.children[0];
|
|
@@ -2917,44 +2928,44 @@ var wr;
|
|
|
2917
2928
|
children: i,
|
|
2918
2929
|
button: g,
|
|
2919
2930
|
tabs: _,
|
|
2920
|
-
size:
|
|
2921
|
-
className:
|
|
2922
|
-
shake:
|
|
2931
|
+
size: E = "m",
|
|
2932
|
+
className: F = "",
|
|
2933
|
+
shake: Y = !0,
|
|
2923
2934
|
menu: L
|
|
2924
2935
|
}) {
|
|
2925
|
-
const [
|
|
2936
|
+
const [D, v] = W.useState(!0), N = W.useRef(), V = ($) => {
|
|
2926
2937
|
if (g) {
|
|
2927
2938
|
if (g.onClick)
|
|
2928
|
-
return
|
|
2939
|
+
return $(!1), g.onClick({ setOpen: v });
|
|
2929
2940
|
if (g.onSend)
|
|
2930
2941
|
return g.onSend({
|
|
2931
2942
|
setOpen: v,
|
|
2932
|
-
disabled:
|
|
2943
|
+
disabled: $
|
|
2933
2944
|
});
|
|
2934
2945
|
}
|
|
2935
2946
|
}, J = () => {
|
|
2936
|
-
if (!
|
|
2937
|
-
|
|
2938
|
-
|
|
2947
|
+
if (!Y) return v(!1);
|
|
2948
|
+
N.current.setAttribute("shake", !0), setTimeout(() => {
|
|
2949
|
+
N.current.setAttribute("shake", !1);
|
|
2939
2950
|
}, 1e3);
|
|
2940
2951
|
};
|
|
2941
|
-
return
|
|
2952
|
+
return D ? /* @__PURE__ */ K.jsxs("div", { className: `${fe.modal}`, children: [
|
|
2942
2953
|
/* @__PURE__ */ K.jsx("div", { className: fe.o, onClick: J }),
|
|
2943
2954
|
/* @__PURE__ */ K.jsxs(
|
|
2944
2955
|
"div",
|
|
2945
2956
|
{
|
|
2946
|
-
className: [fe.w, fe[`s${
|
|
2947
|
-
ref:
|
|
2957
|
+
className: [fe.w, fe[`s${E}`], F].filter(($) => $ != "").join(" "),
|
|
2958
|
+
ref: N,
|
|
2948
2959
|
children: [
|
|
2949
2960
|
/* @__PURE__ */ K.jsxs("div", { className: fe.h, children: [
|
|
2950
2961
|
/* @__PURE__ */ K.jsx("div", { className: fe.t, children: d }),
|
|
2951
2962
|
/* @__PURE__ */ K.jsxs("div", { className: fe.m, children: [
|
|
2952
|
-
_ && /* @__PURE__ */ K.jsx("nav", { children: _.map((
|
|
2963
|
+
_ && /* @__PURE__ */ K.jsx("nav", { children: _.map(($, B) => /* @__PURE__ */ K.jsx(
|
|
2953
2964
|
"span",
|
|
2954
2965
|
{
|
|
2955
|
-
onClick:
|
|
2956
|
-
className:
|
|
2957
|
-
children:
|
|
2966
|
+
onClick: $.onClick,
|
|
2967
|
+
className: $.active ? "active" : "",
|
|
2968
|
+
children: $.name
|
|
2958
2969
|
},
|
|
2959
2970
|
B
|
|
2960
2971
|
)) }),
|
|
@@ -2982,7 +2993,7 @@ var wr;
|
|
|
2982
2993
|
] }),
|
|
2983
2994
|
i,
|
|
2984
2995
|
g !== void 0 ? /* @__PURE__ */ K.jsx(
|
|
2985
|
-
|
|
2996
|
+
$t,
|
|
2986
2997
|
{
|
|
2987
2998
|
label: g.label,
|
|
2988
2999
|
onSend: V,
|
|
@@ -2995,64 +3006,64 @@ var wr;
|
|
|
2995
3006
|
] }) : "";
|
|
2996
3007
|
}
|
|
2997
3008
|
u.Main = c;
|
|
2998
|
-
})(
|
|
2999
|
-
const
|
|
3000
|
-
function
|
|
3009
|
+
})(xr || (xr = {}));
|
|
3010
|
+
const Nt = (u, p = ",") => (u = u !== void 0 && u !== "" ? u.split(p) : [], u.filter((h) => h !== "").reduce((h, f) => (h[f] = !0, h), {}));
|
|
3011
|
+
function Vt({
|
|
3001
3012
|
value: u,
|
|
3002
3013
|
onValue: p,
|
|
3003
3014
|
name: h,
|
|
3004
3015
|
placeholder: f = "",
|
|
3005
3016
|
separator: b = ",",
|
|
3006
3017
|
title: w,
|
|
3007
|
-
error:
|
|
3018
|
+
error: O,
|
|
3008
3019
|
hide: x = !1,
|
|
3009
3020
|
edit: c = !0,
|
|
3010
3021
|
active: d = !0,
|
|
3011
3022
|
outFormat: i = "object",
|
|
3012
3023
|
after: g = "",
|
|
3013
3024
|
modal: _,
|
|
3014
|
-
options:
|
|
3015
|
-
className:
|
|
3025
|
+
options: E,
|
|
3026
|
+
className: F
|
|
3016
3027
|
}) {
|
|
3017
|
-
const [
|
|
3028
|
+
const [Y, L] = W.useState(Nt(u, b)), D = (V) => {
|
|
3018
3029
|
if (!(c && d) || !_) return;
|
|
3019
3030
|
let J = _.split(".");
|
|
3020
|
-
|
|
3021
|
-
callback: (
|
|
3031
|
+
xr.Open(J[0], J[1], {
|
|
3032
|
+
callback: ($) => {
|
|
3022
3033
|
if (p)
|
|
3023
3034
|
switch (i) {
|
|
3024
3035
|
case "array":
|
|
3025
|
-
p({ value: Object.keys(
|
|
3036
|
+
p({ value: Object.keys($), name: h });
|
|
3026
3037
|
break;
|
|
3027
3038
|
case "string":
|
|
3028
3039
|
p({
|
|
3029
|
-
value: Object.keys(
|
|
3040
|
+
value: Object.keys($).filter((B) => $[B]).join(b),
|
|
3030
3041
|
name: h
|
|
3031
3042
|
});
|
|
3032
3043
|
break;
|
|
3033
3044
|
default:
|
|
3034
|
-
p({ value:
|
|
3045
|
+
p({ value: $, name: h });
|
|
3035
3046
|
}
|
|
3036
3047
|
L(
|
|
3037
3048
|
Object.fromEntries(
|
|
3038
|
-
Object.entries(
|
|
3039
|
-
([B,
|
|
3049
|
+
Object.entries($).filter(
|
|
3050
|
+
([B, M]) => M !== !1
|
|
3040
3051
|
)
|
|
3041
3052
|
)
|
|
3042
3053
|
);
|
|
3043
3054
|
},
|
|
3044
3055
|
onValue: p,
|
|
3045
|
-
options:
|
|
3056
|
+
options: E,
|
|
3046
3057
|
name: h,
|
|
3047
|
-
value:
|
|
3058
|
+
value: Y
|
|
3048
3059
|
});
|
|
3049
3060
|
}, v = {};
|
|
3050
|
-
v.field = "group",
|
|
3051
|
-
const
|
|
3052
|
-
return f && (
|
|
3053
|
-
/* @__PURE__ */
|
|
3061
|
+
v.field = "group", F && (v.className = F);
|
|
3062
|
+
const N = {};
|
|
3063
|
+
return f && (N.placeholder = f), x ? /* @__PURE__ */ R.jsx(R.Fragment, {}) : /* @__PURE__ */ R.jsxs("dl", { ...v, children: [
|
|
3064
|
+
/* @__PURE__ */ R.jsxs("dt", { children: [
|
|
3054
3065
|
w,
|
|
3055
|
-
/* @__PURE__ */
|
|
3066
|
+
/* @__PURE__ */ R.jsx("i", { onClick: D, children: /* @__PURE__ */ R.jsx(
|
|
3056
3067
|
"svg",
|
|
3057
3068
|
{
|
|
3058
3069
|
width: "20",
|
|
@@ -3063,74 +3074,81 @@ function Bt({
|
|
|
3063
3074
|
strokeWidth: "1",
|
|
3064
3075
|
viewBox: "0 0 24 24",
|
|
3065
3076
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3066
|
-
children: /* @__PURE__ */
|
|
3077
|
+
children: /* @__PURE__ */ R.jsx("path", { d: "M12 5.25v13.5M18.75 12H5.25" })
|
|
3067
3078
|
}
|
|
3068
3079
|
) })
|
|
3069
3080
|
] }),
|
|
3070
|
-
/* @__PURE__ */
|
|
3081
|
+
/* @__PURE__ */ R.jsx(
|
|
3071
3082
|
"dd",
|
|
3072
3083
|
{
|
|
3073
|
-
...
|
|
3074
|
-
onClick:
|
|
3084
|
+
...N,
|
|
3085
|
+
onClick: D,
|
|
3075
3086
|
edit: (c && d) + "",
|
|
3076
3087
|
"data-after": g,
|
|
3077
|
-
children: Object.keys(
|
|
3088
|
+
children: Object.keys(Y).map((V) => {
|
|
3078
3089
|
var J;
|
|
3079
|
-
return /* @__PURE__ */
|
|
3090
|
+
return /* @__PURE__ */ R.jsx("div", { className: "field_group_item", children: (J = E[V]) == null ? void 0 : J.label }, V);
|
|
3080
3091
|
})
|
|
3081
3092
|
}
|
|
3082
3093
|
),
|
|
3083
|
-
|
|
3094
|
+
O && /* @__PURE__ */ R.jsx("em", { children: O })
|
|
3084
3095
|
] });
|
|
3085
3096
|
}
|
|
3086
|
-
const
|
|
3087
|
-
o:
|
|
3088
|
-
l:
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
f: It,
|
|
3092
|
-
t: At
|
|
3097
|
+
const It = "_o_1vba1_12", At = "_l_1vba1_22", Wt = "_i_1vba1_71", Lt = "_f_1vba1_80", Rr = {
|
|
3098
|
+
o: It,
|
|
3099
|
+
l: At,
|
|
3100
|
+
i: Wt,
|
|
3101
|
+
f: Lt
|
|
3093
3102
|
};
|
|
3094
|
-
function
|
|
3103
|
+
function Jt({
|
|
3095
3104
|
title: u,
|
|
3096
3105
|
error: p,
|
|
3097
3106
|
edit: h = !0,
|
|
3098
3107
|
active: f = !0,
|
|
3099
3108
|
hide: b,
|
|
3100
3109
|
value: w = 0,
|
|
3101
|
-
onValue:
|
|
3110
|
+
onValue: O,
|
|
3102
3111
|
options: x,
|
|
3103
3112
|
placeholder: c = "",
|
|
3104
3113
|
className: d,
|
|
3105
3114
|
isIcon: i = !0,
|
|
3106
3115
|
name: g,
|
|
3107
3116
|
after: _,
|
|
3108
|
-
view:
|
|
3109
|
-
order:
|
|
3110
|
-
isReload:
|
|
3117
|
+
view: E,
|
|
3118
|
+
order: F,
|
|
3119
|
+
isReload: Y = !1
|
|
3111
3120
|
}) {
|
|
3112
|
-
var
|
|
3113
|
-
const L =
|
|
3114
|
-
|
|
3121
|
+
var G, te;
|
|
3122
|
+
const L = W.useRef(null), [D, v] = W.useState(w), [N, V] = W.useState(x), [J, $] = W.useState(!1);
|
|
3123
|
+
W.useEffect(() => {
|
|
3115
3124
|
v(w), V(x);
|
|
3116
|
-
}, [w, x]), b = !!(b && (w === 0 || ((
|
|
3117
|
-
let
|
|
3118
|
-
v(
|
|
3119
|
-
},
|
|
3120
|
-
Object.keys(
|
|
3125
|
+
}, [w, x]), b = !!(b && (w === 0 || ((G = N == null ? void 0 : N[w]) == null ? void 0 : G.n) === void 0)) && !(h && f);
|
|
3126
|
+
let M = (P) => {
|
|
3127
|
+
v(P), O && O({ value: P, name: g, reload: Y });
|
|
3128
|
+
}, T = { onClick: (P) => {
|
|
3129
|
+
Object.keys(N || {}).length !== 0 && h && f && (L.position = P.target.getBoundingClientRect(), $(!0));
|
|
3121
3130
|
} };
|
|
3122
|
-
return c && (
|
|
3123
|
-
/* @__PURE__ */
|
|
3131
|
+
return c && (T.placeholder = c), _ && (T.after = _), h && f && (T.edit = ""), b ? "" : /* @__PURE__ */ R.jsxs(R.Fragment, { children: [
|
|
3132
|
+
/* @__PURE__ */ R.jsxs(
|
|
3124
3133
|
"dl",
|
|
3125
3134
|
{
|
|
3126
3135
|
"data-field": "select",
|
|
3127
|
-
className: [
|
|
3136
|
+
className: [dr.l, d].filter((P) => P !== void 0).join(" "),
|
|
3128
3137
|
children: [
|
|
3129
|
-
u && /* @__PURE__ */
|
|
3130
|
-
/* @__PURE__ */
|
|
3131
|
-
|
|
3138
|
+
u && /* @__PURE__ */ R.jsx("dt", { className: dr.t, children: u }),
|
|
3139
|
+
/* @__PURE__ */ R.jsx(
|
|
3140
|
+
"dd",
|
|
3141
|
+
{
|
|
3142
|
+
...T,
|
|
3143
|
+
className: [dr.f, Rr.f].join(" "),
|
|
3144
|
+
ref: L,
|
|
3145
|
+
children: (te = N == null ? void 0 : N[D]) == null ? void 0 : te.n
|
|
3146
|
+
}
|
|
3147
|
+
),
|
|
3148
|
+
Object.keys(N || {}).length !== 0 && i && /* @__PURE__ */ R.jsx(
|
|
3132
3149
|
"svg",
|
|
3133
3150
|
{
|
|
3151
|
+
className: Rr.i,
|
|
3134
3152
|
fill: "none",
|
|
3135
3153
|
stroke: "currentColor",
|
|
3136
3154
|
strokeLinecap: "round",
|
|
@@ -3138,24 +3156,24 @@ function Kt({
|
|
|
3138
3156
|
strokeWidth: "1",
|
|
3139
3157
|
viewBox: "0 0 24 24",
|
|
3140
3158
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3141
|
-
children: /* @__PURE__ */
|
|
3159
|
+
children: /* @__PURE__ */ R.jsx("path", { d: "m5.25 8.625 6.75 6.75 6.75-6.75" })
|
|
3142
3160
|
}
|
|
3143
3161
|
),
|
|
3144
|
-
p && /* @__PURE__ */
|
|
3162
|
+
p && /* @__PURE__ */ R.jsx("em", { children: p })
|
|
3145
3163
|
]
|
|
3146
3164
|
}
|
|
3147
3165
|
),
|
|
3148
3166
|
J && zr(
|
|
3149
|
-
/* @__PURE__ */
|
|
3150
|
-
|
|
3167
|
+
/* @__PURE__ */ R.jsx(
|
|
3168
|
+
Mt,
|
|
3151
3169
|
{
|
|
3152
3170
|
parent: L.position,
|
|
3153
|
-
onValue:
|
|
3154
|
-
view:
|
|
3171
|
+
onValue: M,
|
|
3172
|
+
view: E,
|
|
3155
3173
|
className: d,
|
|
3156
|
-
options:
|
|
3157
|
-
order:
|
|
3158
|
-
setOpen:
|
|
3174
|
+
options: N,
|
|
3175
|
+
order: F,
|
|
3176
|
+
setOpen: $
|
|
3159
3177
|
},
|
|
3160
3178
|
(/* @__PURE__ */ new Date()).getTime()
|
|
3161
3179
|
),
|
|
@@ -3163,7 +3181,7 @@ function Kt({
|
|
|
3163
3181
|
)
|
|
3164
3182
|
] });
|
|
3165
3183
|
}
|
|
3166
|
-
const
|
|
3184
|
+
const Mt = ({
|
|
3167
3185
|
onValue: u,
|
|
3168
3186
|
parent: p,
|
|
3169
3187
|
className: h,
|
|
@@ -3171,35 +3189,35 @@ const Wt = ({
|
|
|
3171
3189
|
order: b,
|
|
3172
3190
|
setOpen: w
|
|
3173
3191
|
}) => {
|
|
3174
|
-
let
|
|
3192
|
+
let O = () => {
|
|
3175
3193
|
w(!1);
|
|
3176
3194
|
}, x = (i) => {
|
|
3177
3195
|
w(!1), u(i);
|
|
3178
3196
|
}, c = window.innerHeight - p.y + p.height < 320 ? p.y - 312 : p.y + 33, d = window.innerWidth - p.x < 265 ? p.x - 235 : p.x;
|
|
3179
|
-
return /* @__PURE__ */
|
|
3180
|
-
/* @__PURE__ */
|
|
3197
|
+
return /* @__PURE__ */ R.jsxs(R.Fragment, { children: [
|
|
3198
|
+
/* @__PURE__ */ R.jsx(
|
|
3181
3199
|
"div",
|
|
3182
3200
|
{
|
|
3183
|
-
className:
|
|
3184
|
-
onClick:
|
|
3201
|
+
className: Rr.o,
|
|
3202
|
+
onClick: O
|
|
3185
3203
|
},
|
|
3186
3204
|
(/* @__PURE__ */ new Date()).getTime()
|
|
3187
3205
|
),
|
|
3188
|
-
/* @__PURE__ */
|
|
3206
|
+
/* @__PURE__ */ R.jsx(
|
|
3189
3207
|
"div",
|
|
3190
3208
|
{
|
|
3191
|
-
className: [
|
|
3209
|
+
className: [Rr.l, h].filter((i) => i !== void 0).join(" "),
|
|
3192
3210
|
style: {
|
|
3193
3211
|
top: c + "px",
|
|
3194
3212
|
left: d + "px",
|
|
3195
3213
|
width: p.width
|
|
3196
3214
|
},
|
|
3197
|
-
children: /* @__PURE__ */
|
|
3215
|
+
children: /* @__PURE__ */ R.jsx(Ut, { order: b, options: f, link: x })
|
|
3198
3216
|
}
|
|
3199
3217
|
)
|
|
3200
3218
|
] });
|
|
3201
|
-
},
|
|
3202
|
-
(f, b) => p[f].s !== 0 ? /* @__PURE__ */
|
|
3219
|
+
}, Ut = ({ order: u, options: p, link: h }) => u ? /* @__PURE__ */ R.jsx("ul", { children: u.map(
|
|
3220
|
+
(f, b) => p[f].s !== 0 ? /* @__PURE__ */ R.jsx(
|
|
3203
3221
|
"li",
|
|
3204
3222
|
{
|
|
3205
3223
|
onClick: () => {
|
|
@@ -3209,8 +3227,8 @@ const Wt = ({
|
|
|
3209
3227
|
},
|
|
3210
3228
|
b
|
|
3211
3229
|
) : ""
|
|
3212
|
-
) }) : /* @__PURE__ */
|
|
3213
|
-
(f, b) => p[f].s !== 0 ? /* @__PURE__ */
|
|
3230
|
+
) }) : /* @__PURE__ */ R.jsx("ul", { children: Object.keys(p).map(
|
|
3231
|
+
(f, b) => p[f].s !== 0 ? /* @__PURE__ */ R.jsx(
|
|
3214
3232
|
"li",
|
|
3215
3233
|
{
|
|
3216
3234
|
onClick: () => {
|
|
@@ -3221,43 +3239,43 @@ const Wt = ({
|
|
|
3221
3239
|
b
|
|
3222
3240
|
) : ""
|
|
3223
3241
|
) });
|
|
3224
|
-
function
|
|
3242
|
+
function qt({
|
|
3225
3243
|
value: u,
|
|
3226
3244
|
onValue: p,
|
|
3227
3245
|
name: h,
|
|
3228
3246
|
placeholder: f = "",
|
|
3229
3247
|
title: b,
|
|
3230
3248
|
error: w,
|
|
3231
|
-
hide:
|
|
3249
|
+
hide: O = !1,
|
|
3232
3250
|
edit: x = !0,
|
|
3233
3251
|
show: c = !0,
|
|
3234
3252
|
active: d = !0,
|
|
3235
3253
|
after: i = "",
|
|
3236
3254
|
view: g,
|
|
3237
3255
|
modal: _,
|
|
3238
|
-
module:
|
|
3239
|
-
options:
|
|
3240
|
-
className:
|
|
3256
|
+
module: E,
|
|
3257
|
+
options: F,
|
|
3258
|
+
className: Y
|
|
3241
3259
|
}) {
|
|
3242
|
-
let [L,
|
|
3260
|
+
let [L, D] = W.useState(u), v = (J) => {
|
|
3243
3261
|
if (!(x && d) || !_) return;
|
|
3244
|
-
let
|
|
3245
|
-
|
|
3262
|
+
let $ = _.split(".");
|
|
3263
|
+
xr.Open($[0], $[1], {
|
|
3246
3264
|
callback: (B) => {
|
|
3247
|
-
p && p({ value: B, name: h }),
|
|
3265
|
+
p && p({ value: B, name: h }), D(B);
|
|
3248
3266
|
},
|
|
3249
3267
|
onValue: p,
|
|
3250
|
-
options:
|
|
3268
|
+
options: F,
|
|
3251
3269
|
name: h,
|
|
3252
3270
|
value: u
|
|
3253
3271
|
});
|
|
3254
3272
|
};
|
|
3255
|
-
const
|
|
3256
|
-
|
|
3273
|
+
const N = {};
|
|
3274
|
+
N.field = "input", Y && (N.className = Y);
|
|
3257
3275
|
const V = {};
|
|
3258
|
-
return f && (V.placeholder = f),
|
|
3259
|
-
b && /* @__PURE__ */
|
|
3260
|
-
/* @__PURE__ */
|
|
3276
|
+
return f && (V.placeholder = f), O ? /* @__PURE__ */ R.jsx(R.Fragment, {}) : /* @__PURE__ */ R.jsxs("dl", { ...N, children: [
|
|
3277
|
+
b && /* @__PURE__ */ R.jsx("dt", { children: b }),
|
|
3278
|
+
/* @__PURE__ */ R.jsx(
|
|
3261
3279
|
"dd",
|
|
3262
3280
|
{
|
|
3263
3281
|
...V,
|
|
@@ -3267,64 +3285,64 @@ function Vt({
|
|
|
3267
3285
|
children: L
|
|
3268
3286
|
}
|
|
3269
3287
|
),
|
|
3270
|
-
w && /* @__PURE__ */
|
|
3288
|
+
w && /* @__PURE__ */ R.jsx("em", { children: w })
|
|
3271
3289
|
] });
|
|
3272
3290
|
}
|
|
3273
|
-
function
|
|
3291
|
+
function Xt({
|
|
3274
3292
|
value: u,
|
|
3275
3293
|
onValue: p,
|
|
3276
3294
|
onSave: h,
|
|
3277
3295
|
name: f,
|
|
3278
3296
|
placeholder: b = "",
|
|
3279
3297
|
className: w,
|
|
3280
|
-
title:
|
|
3298
|
+
title: O,
|
|
3281
3299
|
error: x,
|
|
3282
3300
|
edit: c = !0,
|
|
3283
3301
|
active: d = !0,
|
|
3284
3302
|
reload: i = !1,
|
|
3285
3303
|
native: g = !1,
|
|
3286
3304
|
isShow: _ = !1,
|
|
3287
|
-
maxLength:
|
|
3288
|
-
eyes:
|
|
3289
|
-
after:
|
|
3305
|
+
maxLength: E,
|
|
3306
|
+
eyes: F = [],
|
|
3307
|
+
after: Y = ""
|
|
3290
3308
|
}) {
|
|
3291
|
-
const [L,
|
|
3292
|
-
let v = (
|
|
3309
|
+
const [L, D] = W.useState(_);
|
|
3310
|
+
let v = (M) => {
|
|
3293
3311
|
p && p({
|
|
3294
|
-
value:
|
|
3312
|
+
value: M.target.textContent,
|
|
3295
3313
|
name: f,
|
|
3296
3314
|
reload: i
|
|
3297
3315
|
});
|
|
3298
|
-
},
|
|
3299
|
-
|
|
3300
|
-
}, V = (
|
|
3301
|
-
|
|
3302
|
-
if (
|
|
3303
|
-
let
|
|
3304
|
-
if (
|
|
3305
|
-
|
|
3316
|
+
}, N = (M) => {
|
|
3317
|
+
M.key === "Enter" && M.preventDefault();
|
|
3318
|
+
}, V = (M) => {
|
|
3319
|
+
M.preventDefault(), navigator.clipboard.readText().then((C) => {
|
|
3320
|
+
if (E) {
|
|
3321
|
+
let T = M.target.textContent.length;
|
|
3322
|
+
if (T >= E) return;
|
|
3323
|
+
E -= T, C = C.slice(0, E);
|
|
3306
3324
|
}
|
|
3307
3325
|
window.document.execCommand(
|
|
3308
3326
|
"insertText",
|
|
3309
3327
|
!1,
|
|
3310
|
-
|
|
3328
|
+
C.replace(/(\r\n|\n|\r)/gm, " ")
|
|
3311
3329
|
);
|
|
3312
|
-
}).catch((
|
|
3330
|
+
}).catch((C) => {
|
|
3313
3331
|
});
|
|
3314
|
-
}, J = (
|
|
3315
|
-
Ie.Blur(
|
|
3332
|
+
}, J = (M) => {
|
|
3333
|
+
Ie.Blur(M), h == null || h({ value: M.target.textContent.trim(), name: f });
|
|
3316
3334
|
};
|
|
3317
|
-
const
|
|
3318
|
-
|
|
3335
|
+
const $ = {};
|
|
3336
|
+
$.field = "password", L && ($.show = ""), w && ($.className = w);
|
|
3319
3337
|
const B = {};
|
|
3320
|
-
return b && (B.placeholder = b), g ? "" : /* @__PURE__ */
|
|
3321
|
-
|
|
3322
|
-
/* @__PURE__ */
|
|
3338
|
+
return b && (B.placeholder = b), g ? "" : /* @__PURE__ */ R.jsxs("dl", { ...$, children: [
|
|
3339
|
+
O ? /* @__PURE__ */ R.jsx("dt", { children: O }) : "",
|
|
3340
|
+
/* @__PURE__ */ R.jsx(
|
|
3323
3341
|
"dd",
|
|
3324
3342
|
{
|
|
3325
3343
|
onPaste: V,
|
|
3326
3344
|
onInput: v,
|
|
3327
|
-
onKeyDown:
|
|
3345
|
+
onKeyDown: N,
|
|
3328
3346
|
onBlur: J,
|
|
3329
3347
|
contentEditable: c && d ? Ie.ContentEditable : "false",
|
|
3330
3348
|
...B,
|
|
@@ -3332,65 +3350,65 @@ function Jt({
|
|
|
3332
3350
|
children: u
|
|
3333
3351
|
}
|
|
3334
3352
|
),
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
x ? /* @__PURE__ */
|
|
3353
|
+
F[0] && /* @__PURE__ */ R.jsx("i", { onClick: () => D(!L), children: L ? F[1] : F[0] }),
|
|
3354
|
+
Y,
|
|
3355
|
+
x ? /* @__PURE__ */ R.jsx("em", { children: x }) : ""
|
|
3338
3356
|
] });
|
|
3339
3357
|
}
|
|
3340
|
-
function
|
|
3358
|
+
function Ht({
|
|
3341
3359
|
onValue: u,
|
|
3342
3360
|
onSave: p,
|
|
3343
3361
|
active: h,
|
|
3344
3362
|
max: f,
|
|
3345
3363
|
edit: b,
|
|
3346
3364
|
title: w,
|
|
3347
|
-
error:
|
|
3365
|
+
error: O,
|
|
3348
3366
|
show: x,
|
|
3349
3367
|
hide: c,
|
|
3350
3368
|
value: d,
|
|
3351
3369
|
placeholder: i,
|
|
3352
3370
|
className: g,
|
|
3353
3371
|
maxLength: _,
|
|
3354
|
-
name:
|
|
3355
|
-
after:
|
|
3356
|
-
before:
|
|
3372
|
+
name: E,
|
|
3373
|
+
after: F = "",
|
|
3374
|
+
before: Y = "",
|
|
3357
3375
|
view: L
|
|
3358
3376
|
}) {
|
|
3359
3377
|
b = b !== void 0 ? b : !0, h = h !== void 0 ? h : !0, c = !!(c && (d === "" || d === void 0)) && !(b && h), i = i !== void 0 ? i : "", f = f !== void 0 ? f : 99;
|
|
3360
|
-
let v = !1,
|
|
3361
|
-
u == null || u({ value:
|
|
3362
|
-
}, V = (
|
|
3363
|
-
if (!(v &&
|
|
3364
|
-
if (
|
|
3365
|
-
|
|
3366
|
-
}
|
|
3367
|
-
}, J = (
|
|
3368
|
-
if (
|
|
3369
|
-
},
|
|
3370
|
-
|
|
3371
|
-
if (
|
|
3372
|
-
let
|
|
3373
|
-
if (
|
|
3374
|
-
_ -=
|
|
3375
|
-
}
|
|
3376
|
-
window.document.execCommand("insertText", !1, "" +
|
|
3377
|
-
}).catch((
|
|
3378
|
+
let v = !1, N = (T) => {
|
|
3379
|
+
u == null || u({ value: T.target.textContent, name: E });
|
|
3380
|
+
}, V = (T) => {
|
|
3381
|
+
if (!(v && T.which === 86)) {
|
|
3382
|
+
if (T.which === 17 || T.which === 91) return v = !0;
|
|
3383
|
+
T.key !== "Backspace" && (T.target.textContent.length === f && T.preventDefault(), T.key === "Enter" && T.preventDefault(), isNaN(T.key) && T.preventDefault());
|
|
3384
|
+
}
|
|
3385
|
+
}, J = (T) => {
|
|
3386
|
+
if (T.which === 17 || T.which === 91) return v = !1;
|
|
3387
|
+
}, $ = (T) => {
|
|
3388
|
+
T.preventDefault(), navigator.clipboard.readText().then((G) => {
|
|
3389
|
+
if (G = G.replace(/(?!^\+|\d)./g, ""), _) {
|
|
3390
|
+
let te = T.target.textContent.length;
|
|
3391
|
+
if (te >= _) return;
|
|
3392
|
+
_ -= te, G = G.slice(0, _);
|
|
3393
|
+
}
|
|
3394
|
+
window.document.execCommand("insertText", !1, "" + G);
|
|
3395
|
+
}).catch((G) => {
|
|
3378
3396
|
});
|
|
3379
3397
|
};
|
|
3380
|
-
const B = (
|
|
3381
|
-
Ie.Blur(
|
|
3382
|
-
},
|
|
3383
|
-
|
|
3384
|
-
let
|
|
3385
|
-
return b && h ? (
|
|
3386
|
-
w && /* @__PURE__ */
|
|
3387
|
-
|
|
3388
|
-
/* @__PURE__ */
|
|
3398
|
+
const B = (T) => {
|
|
3399
|
+
Ie.Blur(T), p == null || p({ value: T.target.textContent, name: E });
|
|
3400
|
+
}, M = {};
|
|
3401
|
+
M.field = "input", g && (M.className = g);
|
|
3402
|
+
let C = {};
|
|
3403
|
+
return b && h ? (C.edit = "true", C.contentEditable = Ie.ContentEditable) : C.contentEditable = "false", C.inputMode = "decimal", i && (C.placeholder = i), c ? /* @__PURE__ */ R.jsx(R.Fragment, {}) : /* @__PURE__ */ R.jsxs("dl", { ...M, children: [
|
|
3404
|
+
w && /* @__PURE__ */ R.jsx("dt", { children: w }),
|
|
3405
|
+
Y,
|
|
3406
|
+
/* @__PURE__ */ R.jsx(
|
|
3389
3407
|
"dd",
|
|
3390
3408
|
{
|
|
3391
|
-
...
|
|
3392
|
-
onPaste:
|
|
3393
|
-
onInput:
|
|
3409
|
+
...C,
|
|
3410
|
+
onPaste: $,
|
|
3411
|
+
onInput: N,
|
|
3394
3412
|
onBlur: B,
|
|
3395
3413
|
onKeyDown: V,
|
|
3396
3414
|
onKeyUp: J,
|
|
@@ -3398,13 +3416,13 @@ function qt({
|
|
|
3398
3416
|
children: d
|
|
3399
3417
|
}
|
|
3400
3418
|
),
|
|
3401
|
-
|
|
3402
|
-
|
|
3419
|
+
F,
|
|
3420
|
+
O && /* @__PURE__ */ R.jsx("em", { children: O })
|
|
3403
3421
|
] });
|
|
3404
3422
|
}
|
|
3405
3423
|
const pe = {};
|
|
3406
|
-
function
|
|
3407
|
-
const [p, h] =
|
|
3424
|
+
function Gt(u) {
|
|
3425
|
+
const [p, h] = W.useState({}), f = W.useRef(u);
|
|
3408
3426
|
return pe.u = (b) => {
|
|
3409
3427
|
f.current = { ...f.current, [b.name]: b.value };
|
|
3410
3428
|
}, pe.n = (b) => {
|
|
@@ -3413,14 +3431,14 @@ function Xt(u) {
|
|
|
3413
3431
|
h(Date.now());
|
|
3414
3432
|
}, [f.current, pe.n];
|
|
3415
3433
|
}
|
|
3416
|
-
function
|
|
3434
|
+
function Zt(u) {
|
|
3417
3435
|
pe.u(u), u.reload && pe.r();
|
|
3418
3436
|
}
|
|
3419
|
-
function
|
|
3437
|
+
function Qt() {
|
|
3420
3438
|
pe.r && pe.r();
|
|
3421
3439
|
}
|
|
3422
|
-
function
|
|
3423
|
-
const [p, h] =
|
|
3440
|
+
function en(u) {
|
|
3441
|
+
const [p, h] = W.useState({}), f = W.useRef(u);
|
|
3424
3442
|
return pe.u = (b) => {
|
|
3425
3443
|
f.current = { ...f.current, [b.name]: b.value };
|
|
3426
3444
|
}, pe.n = (b) => {
|
|
@@ -3432,15 +3450,15 @@ function Zt(u) {
|
|
|
3432
3450
|
}, [f.current, pe.n];
|
|
3433
3451
|
}
|
|
3434
3452
|
export {
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3453
|
+
qt as Modal,
|
|
3454
|
+
Ht as Number,
|
|
3455
|
+
Vt as Options,
|
|
3456
|
+
Xt as Password,
|
|
3457
|
+
Bt as Progress,
|
|
3458
|
+
Jt as Select,
|
|
3459
|
+
Kt as String,
|
|
3460
|
+
Qt as runReload,
|
|
3461
|
+
Zt as setValue,
|
|
3462
|
+
Gt as useData,
|
|
3463
|
+
en as useError
|
|
3446
3464
|
};
|