@mparticle/aquarium 1.4.1 → 1.4.2
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/aquarium.mjs +532 -1161
- package/package.json +2 -3
package/dist/aquarium.mjs
CHANGED
|
@@ -1,1182 +1,553 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ConfigProvider as
|
|
3
|
-
import { Col as
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
if (t) {
|
|
231
|
-
var s = function() {
|
|
232
|
-
throw Error();
|
|
233
|
-
};
|
|
234
|
-
if (Object.defineProperty(s.prototype, "props", {
|
|
235
|
-
set: function() {
|
|
236
|
-
throw Error();
|
|
237
|
-
}
|
|
238
|
-
}), typeof Reflect == "object" && Reflect.construct) {
|
|
239
|
-
try {
|
|
240
|
-
Reflect.construct(s, []);
|
|
241
|
-
} catch (T) {
|
|
242
|
-
i = T;
|
|
243
|
-
}
|
|
244
|
-
Reflect.construct(e, [], s);
|
|
245
|
-
} else {
|
|
246
|
-
try {
|
|
247
|
-
s.call();
|
|
248
|
-
} catch (T) {
|
|
249
|
-
i = T;
|
|
250
|
-
}
|
|
251
|
-
e.call(s.prototype);
|
|
252
|
-
}
|
|
253
|
-
} else {
|
|
254
|
-
try {
|
|
255
|
-
throw Error();
|
|
256
|
-
} catch (T) {
|
|
257
|
-
i = T;
|
|
258
|
-
}
|
|
259
|
-
e();
|
|
260
|
-
}
|
|
261
|
-
} catch (T) {
|
|
262
|
-
if (T && i && typeof T.stack == "string") {
|
|
263
|
-
for (var l = T.stack.split(`
|
|
264
|
-
`), v = i.stack.split(`
|
|
265
|
-
`), f = l.length - 1, d = v.length - 1; f >= 1 && d >= 0 && l[f] !== v[d]; )
|
|
266
|
-
d--;
|
|
267
|
-
for (; f >= 1 && d >= 0; f--, d--)
|
|
268
|
-
if (l[f] !== v[d]) {
|
|
269
|
-
if (f !== 1 || d !== 1)
|
|
270
|
-
do
|
|
271
|
-
if (f--, d--, d < 0 || l[f] !== v[d]) {
|
|
272
|
-
var m = `
|
|
273
|
-
` + l[f].replace(" at new ", " at ");
|
|
274
|
-
return e.displayName && m.includes("<anonymous>") && (m = m.replace("<anonymous>", e.displayName)), typeof e == "function" && N.set(e, m), m;
|
|
275
|
-
}
|
|
276
|
-
while (f >= 1 && d >= 0);
|
|
277
|
-
break;
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
} finally {
|
|
281
|
-
Q = !1, q.current = u, er(), Error.prepareStackTrace = c;
|
|
282
|
-
}
|
|
283
|
-
var k = e ? e.displayName || e.name : "", $e = k ? W(k) : "";
|
|
284
|
-
return typeof e == "function" && N.set(e, $e), $e;
|
|
285
|
-
}
|
|
286
|
-
function nr(e, t, a) {
|
|
287
|
-
return je(e, !1);
|
|
288
|
-
}
|
|
289
|
-
function tr(e) {
|
|
290
|
-
var t = e.prototype;
|
|
291
|
-
return !!(t && t.isReactComponent);
|
|
292
|
-
}
|
|
293
|
-
function G(e, t, a) {
|
|
294
|
-
if (e == null)
|
|
295
|
-
return "";
|
|
296
|
-
if (typeof e == "function")
|
|
297
|
-
return je(e, tr(e));
|
|
298
|
-
if (typeof e == "string")
|
|
299
|
-
return W(e);
|
|
300
|
-
switch (e) {
|
|
301
|
-
case A:
|
|
302
|
-
return W("Suspense");
|
|
303
|
-
case x:
|
|
304
|
-
return W("SuspenseList");
|
|
305
|
-
}
|
|
306
|
-
if (typeof e == "object")
|
|
307
|
-
switch (e.$$typeof) {
|
|
308
|
-
case h:
|
|
309
|
-
return nr(e.render);
|
|
310
|
-
case S:
|
|
311
|
-
return G(e.type, t, a);
|
|
312
|
-
case H: {
|
|
313
|
-
var i = e, c = i._payload, u = i._init;
|
|
314
|
-
try {
|
|
315
|
-
return G(u(c), t, a);
|
|
316
|
-
} catch {
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
return "";
|
|
321
|
-
}
|
|
322
|
-
var U = Object.prototype.hasOwnProperty, me = {}, ye = w.ReactDebugCurrentFrame;
|
|
323
|
-
function Y(e) {
|
|
324
|
-
if (e) {
|
|
325
|
-
var t = e._owner, a = G(e.type, e._source, t ? t.type : null);
|
|
326
|
-
ye.setExtraStackFrame(a);
|
|
327
|
-
} else
|
|
328
|
-
ye.setExtraStackFrame(null);
|
|
329
|
-
}
|
|
330
|
-
function ar(e, t, a, i, c) {
|
|
331
|
-
{
|
|
332
|
-
var u = Function.call.bind(U);
|
|
333
|
-
for (var s in e)
|
|
334
|
-
if (u(e, s)) {
|
|
335
|
-
var l = void 0;
|
|
336
|
-
try {
|
|
337
|
-
if (typeof e[s] != "function") {
|
|
338
|
-
var v = Error((i || "React class") + ": " + a + " type `" + s + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[s] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
339
|
-
throw v.name = "Invariant Violation", v;
|
|
340
|
-
}
|
|
341
|
-
l = e[s](t, s, i, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
342
|
-
} catch (f) {
|
|
343
|
-
l = f;
|
|
344
|
-
}
|
|
345
|
-
l && !(l instanceof Error) && (Y(c), p("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", i || "React class", a, s, typeof l), Y(null)), l instanceof Error && !(l.message in me) && (me[l.message] = !0, Y(c), p("Failed %s type: %s", a, l.message), Y(null));
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
var or = Array.isArray;
|
|
350
|
-
function K(e) {
|
|
351
|
-
return or(e);
|
|
352
|
-
}
|
|
353
|
-
function ir(e) {
|
|
354
|
-
{
|
|
355
|
-
var t = typeof Symbol == "function" && Symbol.toStringTag, a = t && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
356
|
-
return a;
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
function lr(e) {
|
|
360
|
-
try {
|
|
361
|
-
return Se(e), !1;
|
|
362
|
-
} catch {
|
|
363
|
-
return !0;
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
function Se(e) {
|
|
367
|
-
return "" + e;
|
|
368
|
-
}
|
|
369
|
-
function Ee(e) {
|
|
370
|
-
if (lr(e))
|
|
371
|
-
return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", ir(e)), Se(e);
|
|
372
|
-
}
|
|
373
|
-
var D = w.ReactCurrentOwner, sr = {
|
|
374
|
-
key: !0,
|
|
375
|
-
ref: !0,
|
|
376
|
-
__self: !0,
|
|
377
|
-
__source: !0
|
|
378
|
-
}, Te, Re, Z;
|
|
379
|
-
Z = {};
|
|
380
|
-
function cr(e) {
|
|
381
|
-
if (U.call(e, "ref")) {
|
|
382
|
-
var t = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
383
|
-
if (t && t.isReactWarning)
|
|
384
|
-
return !1;
|
|
385
|
-
}
|
|
386
|
-
return e.ref !== void 0;
|
|
387
|
-
}
|
|
388
|
-
function ur(e) {
|
|
389
|
-
if (U.call(e, "key")) {
|
|
390
|
-
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
391
|
-
if (t && t.isReactWarning)
|
|
392
|
-
return !1;
|
|
393
|
-
}
|
|
394
|
-
return e.key !== void 0;
|
|
395
|
-
}
|
|
396
|
-
function fr(e, t) {
|
|
397
|
-
if (typeof e.ref == "string" && D.current && t && D.current.stateNode !== t) {
|
|
398
|
-
var a = E(D.current.type);
|
|
399
|
-
Z[a] || (p('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', E(D.current.type), e.ref), Z[a] = !0);
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
function dr(e, t) {
|
|
403
|
-
{
|
|
404
|
-
var a = function() {
|
|
405
|
-
Te || (Te = !0, p("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", t));
|
|
406
|
-
};
|
|
407
|
-
a.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
408
|
-
get: a,
|
|
409
|
-
configurable: !0
|
|
410
|
-
});
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
function gr(e, t) {
|
|
414
|
-
{
|
|
415
|
-
var a = function() {
|
|
416
|
-
Re || (Re = !0, p("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", t));
|
|
417
|
-
};
|
|
418
|
-
a.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
419
|
-
get: a,
|
|
420
|
-
configurable: !0
|
|
421
|
-
});
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
var hr = function(e, t, a, i, c, u, s) {
|
|
425
|
-
var l = {
|
|
426
|
-
// This tag allows us to uniquely identify this as a React Element
|
|
427
|
-
$$typeof: g,
|
|
428
|
-
// Built-in properties that belong on the element
|
|
429
|
-
type: e,
|
|
430
|
-
key: t,
|
|
431
|
-
ref: a,
|
|
432
|
-
props: s,
|
|
433
|
-
// Record the component responsible for creating this element.
|
|
434
|
-
_owner: u
|
|
435
|
-
};
|
|
436
|
-
return l._store = {}, Object.defineProperty(l._store, "validated", {
|
|
437
|
-
configurable: !1,
|
|
438
|
-
enumerable: !1,
|
|
439
|
-
writable: !0,
|
|
440
|
-
value: !1
|
|
441
|
-
}), Object.defineProperty(l, "_self", {
|
|
442
|
-
configurable: !1,
|
|
443
|
-
enumerable: !1,
|
|
444
|
-
writable: !1,
|
|
445
|
-
value: i
|
|
446
|
-
}), Object.defineProperty(l, "_source", {
|
|
447
|
-
configurable: !1,
|
|
448
|
-
enumerable: !1,
|
|
449
|
-
writable: !1,
|
|
450
|
-
value: c
|
|
451
|
-
}), Object.freeze && (Object.freeze(l.props), Object.freeze(l)), l;
|
|
452
|
-
};
|
|
453
|
-
function pr(e, t, a, i, c) {
|
|
454
|
-
{
|
|
455
|
-
var u, s = {}, l = null, v = null;
|
|
456
|
-
a !== void 0 && (Ee(a), l = "" + a), ur(t) && (Ee(t.key), l = "" + t.key), cr(t) && (v = t.ref, fr(t, c));
|
|
457
|
-
for (u in t)
|
|
458
|
-
U.call(t, u) && !sr.hasOwnProperty(u) && (s[u] = t[u]);
|
|
459
|
-
if (e && e.defaultProps) {
|
|
460
|
-
var f = e.defaultProps;
|
|
461
|
-
for (u in f)
|
|
462
|
-
s[u] === void 0 && (s[u] = f[u]);
|
|
463
|
-
}
|
|
464
|
-
if (l || v) {
|
|
465
|
-
var d = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
466
|
-
l && dr(s, d), v && gr(s, d);
|
|
467
|
-
}
|
|
468
|
-
return hr(e, l, v, c, i, D.current, s);
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
var ee = w.ReactCurrentOwner, He = w.ReactDebugCurrentFrame;
|
|
472
|
-
function $(e) {
|
|
473
|
-
if (e) {
|
|
474
|
-
var t = e._owner, a = G(e.type, e._source, t ? t.type : null);
|
|
475
|
-
He.setExtraStackFrame(a);
|
|
476
|
-
} else
|
|
477
|
-
He.setExtraStackFrame(null);
|
|
478
|
-
}
|
|
479
|
-
var re;
|
|
480
|
-
re = !1;
|
|
481
|
-
function ne(e) {
|
|
482
|
-
return typeof e == "object" && e !== null && e.$$typeof === g;
|
|
483
|
-
}
|
|
484
|
-
function _e() {
|
|
485
|
-
{
|
|
486
|
-
if (ee.current) {
|
|
487
|
-
var e = E(ee.current.type);
|
|
488
|
-
if (e)
|
|
489
|
-
return `
|
|
490
|
-
|
|
491
|
-
Check the render method of \`` + e + "`.";
|
|
492
|
-
}
|
|
493
|
-
return "";
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
function vr(e) {
|
|
497
|
-
{
|
|
498
|
-
if (e !== void 0) {
|
|
499
|
-
var t = e.fileName.replace(/^.*[\\\/]/, ""), a = e.lineNumber;
|
|
500
|
-
return `
|
|
501
|
-
|
|
502
|
-
Check your code at ` + t + ":" + a + ".";
|
|
503
|
-
}
|
|
504
|
-
return "";
|
|
505
|
-
}
|
|
506
|
-
}
|
|
507
|
-
var Ce = {};
|
|
508
|
-
function br(e) {
|
|
509
|
-
{
|
|
510
|
-
var t = _e();
|
|
511
|
-
if (!t) {
|
|
512
|
-
var a = typeof e == "string" ? e : e.displayName || e.name;
|
|
513
|
-
a && (t = `
|
|
514
|
-
|
|
515
|
-
Check the top-level render call using <` + a + ">.");
|
|
516
|
-
}
|
|
517
|
-
return t;
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
function Pe(e, t) {
|
|
521
|
-
{
|
|
522
|
-
if (!e._store || e._store.validated || e.key != null)
|
|
523
|
-
return;
|
|
524
|
-
e._store.validated = !0;
|
|
525
|
-
var a = br(t);
|
|
526
|
-
if (Ce[a])
|
|
527
|
-
return;
|
|
528
|
-
Ce[a] = !0;
|
|
529
|
-
var i = "";
|
|
530
|
-
e && e._owner && e._owner !== ee.current && (i = " It was passed a child from " + E(e._owner.type) + "."), $(e), p('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, i), $(null);
|
|
531
|
-
}
|
|
532
|
-
}
|
|
533
|
-
function Ae(e, t) {
|
|
534
|
-
{
|
|
535
|
-
if (typeof e != "object")
|
|
536
|
-
return;
|
|
537
|
-
if (K(e))
|
|
538
|
-
for (var a = 0; a < e.length; a++) {
|
|
539
|
-
var i = e[a];
|
|
540
|
-
ne(i) && Pe(i, t);
|
|
541
|
-
}
|
|
542
|
-
else if (ne(e))
|
|
543
|
-
e._store && (e._store.validated = !0);
|
|
544
|
-
else if (e) {
|
|
545
|
-
var c = Ue(e);
|
|
546
|
-
if (typeof c == "function" && c !== e.entries)
|
|
547
|
-
for (var u = c.call(e), s; !(s = u.next()).done; )
|
|
548
|
-
ne(s.value) && Pe(s.value, t);
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
function xr(e) {
|
|
553
|
-
{
|
|
554
|
-
var t = e.type;
|
|
555
|
-
if (t == null || typeof t == "string")
|
|
556
|
-
return;
|
|
557
|
-
var a;
|
|
558
|
-
if (typeof t == "function")
|
|
559
|
-
a = t.propTypes;
|
|
560
|
-
else if (typeof t == "object" && (t.$$typeof === h || // Note: Memo only checks outer props here.
|
|
561
|
-
// Inner props are checked in the reconciler.
|
|
562
|
-
t.$$typeof === S))
|
|
563
|
-
a = t.propTypes;
|
|
564
|
-
else
|
|
565
|
-
return;
|
|
566
|
-
if (a) {
|
|
567
|
-
var i = E(t);
|
|
568
|
-
ar(a, e.props, "prop", i, e);
|
|
569
|
-
} else if (t.PropTypes !== void 0 && !re) {
|
|
570
|
-
re = !0;
|
|
571
|
-
var c = E(t);
|
|
572
|
-
p("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", c || "Unknown");
|
|
573
|
-
}
|
|
574
|
-
typeof t.getDefaultProps == "function" && !t.getDefaultProps.isReactClassApproved && p("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
function jr(e) {
|
|
578
|
-
{
|
|
579
|
-
for (var t = Object.keys(e.props), a = 0; a < t.length; a++) {
|
|
580
|
-
var i = t[a];
|
|
581
|
-
if (i !== "children" && i !== "key") {
|
|
582
|
-
$(e), p("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", i), $(null);
|
|
583
|
-
break;
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
e.ref !== null && ($(e), p("Invalid attribute `ref` supplied to `React.Fragment`."), $(null));
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
function we(e, t, a, i, c, u) {
|
|
590
|
-
{
|
|
591
|
-
var s = Qe(e);
|
|
592
|
-
if (!s) {
|
|
593
|
-
var l = "";
|
|
594
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (l += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
595
|
-
var v = vr(c);
|
|
596
|
-
v ? l += v : l += _e();
|
|
597
|
-
var f;
|
|
598
|
-
e === null ? f = "null" : K(e) ? f = "array" : e !== void 0 && e.$$typeof === g ? (f = "<" + (E(e.type) || "Unknown") + " />", l = " Did you accidentally export a JSX literal instead of a component?") : f = typeof e, p("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", f, l);
|
|
599
|
-
}
|
|
600
|
-
var d = pr(e, t, a, c, u);
|
|
601
|
-
if (d == null)
|
|
602
|
-
return d;
|
|
603
|
-
if (s) {
|
|
604
|
-
var m = t.children;
|
|
605
|
-
if (m !== void 0)
|
|
606
|
-
if (i)
|
|
607
|
-
if (K(m)) {
|
|
608
|
-
for (var k = 0; k < m.length; k++)
|
|
609
|
-
Ae(m[k], e);
|
|
610
|
-
Object.freeze && Object.freeze(m);
|
|
611
|
-
} else
|
|
612
|
-
p("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
613
|
-
else
|
|
614
|
-
Ae(m, e);
|
|
615
|
-
}
|
|
616
|
-
return e === b ? jr(d) : xr(d), d;
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
function mr(e, t, a) {
|
|
620
|
-
return we(e, t, a, !0);
|
|
621
|
-
}
|
|
622
|
-
function yr(e, t, a) {
|
|
623
|
-
return we(e, t, a, !1);
|
|
624
|
-
}
|
|
625
|
-
var Sr = yr, Er = mr;
|
|
626
|
-
B.Fragment = b, B.jsx = Sr, B.jsxs = Er;
|
|
627
|
-
}()), B;
|
|
628
|
-
}
|
|
629
|
-
process.env.NODE_ENV === "production" ? ae.exports = _n() : ae.exports = Cn();
|
|
630
|
-
var n = ae.exports;
|
|
631
|
-
const o = (r) => {
|
|
632
|
-
const g = {
|
|
633
|
-
token: {
|
|
634
|
-
colorLinkHover: "#5f29f8",
|
|
635
|
-
controlOutline: "rgba(0.21176470816135406, 0, 0.8196078538894653, 0.10000000149011612)",
|
|
636
|
-
colorWarningOutline: "#fff0e8",
|
|
637
|
-
colorErrorOutline: "#feeeef",
|
|
638
|
-
controlItemBgHover: "#ebe8f8",
|
|
639
|
-
colorTextSecondary: "rgba(0, 0, 0, 0.6399999856948853)",
|
|
640
|
-
colorTextTertiary: "rgba(0, 0, 0, 0.47999998927116394)",
|
|
641
|
-
colorTextQuaternary: "rgba(0, 0, 0, 0.23999999463558197)",
|
|
642
|
-
colorFill: "rgba(0, 0, 0, 0.1599999964237213)",
|
|
643
|
-
colorFillSecondary: "rgba(0, 0, 0, 0.07999999821186066)",
|
|
644
|
-
colorFillTertiary: "rgba(0, 0, 0, 0.07999999821186066)",
|
|
645
|
-
colorFillQuaternary: "rgba(0, 0, 0, 0)",
|
|
646
|
-
colorBgLayout: "#fff",
|
|
647
|
-
colorBgSpotlight: "rgba(0, 0, 0, 0.6399999856948853)",
|
|
648
|
-
colorBorder: "#c3aeff",
|
|
649
|
-
colorBorderSecondary: "#dbceff",
|
|
650
|
-
colorSplit: "#dbceff",
|
|
651
|
-
colorPrimaryBg: "#f8f6fb",
|
|
652
|
-
colorPrimaryBgHover: "#ebe8f8",
|
|
653
|
-
colorPrimaryBorder: "#dbceff",
|
|
654
|
-
colorPrimaryBorderHover: "#c3aeff",
|
|
655
|
-
colorPrimaryHover: "#5f29f8",
|
|
656
|
-
colorPrimaryActive: "#2c00aa",
|
|
657
|
-
colorPrimaryTextHover: "#3600d1",
|
|
658
|
-
colorPrimaryText: "#2c00aa",
|
|
659
|
-
colorPrimaryTextActive: "#20007a",
|
|
660
|
-
colorSuccessBg: "#eeffef",
|
|
661
|
-
colorSuccessBgHover: "#cffad8",
|
|
662
|
-
colorSuccessBorder: "#a7ecb6",
|
|
663
|
-
colorSuccessBorderHover: "#8bdb9c",
|
|
664
|
-
colorSuccessHover: "#6fc281",
|
|
665
|
-
colorSuccessActive: "#40874f",
|
|
666
|
-
colorSuccessTextHover: "#2f683b",
|
|
667
|
-
colorSuccessText: "#204829",
|
|
668
|
-
colorSuccessTextActive: "#122816",
|
|
669
|
-
colorWarningBg: "#fff0e8",
|
|
670
|
-
colorWarningBgHover: "#ffe6d9",
|
|
671
|
-
colorWarningBorder: "#fad2bd",
|
|
672
|
-
colorWarningBorderHover: "#ffc8aa",
|
|
673
|
-
colorWarningHover: "#fdb087",
|
|
674
|
-
colorWarningActive: "#da7743",
|
|
675
|
-
colorWarningTextHover: "#c66634",
|
|
676
|
-
colorWarningText: "#a74d1d",
|
|
677
|
-
colorWarningTextActive: "#78330e",
|
|
678
|
-
colorErrorBg: "#feeeef",
|
|
679
|
-
colorErrorBgHover: "#ffcfdc",
|
|
680
|
-
colorErrorBorder: "#ffafc4",
|
|
681
|
-
colorErrorBorderHover: "#fa94ae",
|
|
682
|
-
colorErrorHover: "#ee7998",
|
|
683
|
-
colorErrorActive: "#c34465",
|
|
684
|
-
colorErrorTextHover: "#b03757",
|
|
685
|
-
colorErrorText: "#972a47",
|
|
686
|
-
colorErrorTextActive: "#721c33",
|
|
687
|
-
colorInfoBg: "#f4f8ff",
|
|
688
|
-
colorInfoBgHover: "#d5e3ff",
|
|
689
|
-
colorInfoBorder: "#adc5f3",
|
|
690
|
-
colorInfoBorderHover: "#7fa1e1",
|
|
691
|
-
colorInfoHover: "#6486c7",
|
|
692
|
-
colorInfoActive: "#2e436d",
|
|
693
|
-
colorInfoTextHover: "#253657",
|
|
694
|
-
colorInfoText: "#182338",
|
|
695
|
-
colorInfoTextActive: "#111928",
|
|
696
|
-
colorBgMask: "rgba(0, 0, 0, 0.23999999463558197)",
|
|
697
|
-
colorTextBase: "#0f0e0e",
|
|
698
|
-
colorPrimary: "#3600d1",
|
|
699
|
-
colorError: "#d95b7c",
|
|
700
|
-
colorWarning: "#f09362",
|
|
701
|
-
colorSuccess: "#5aac6b",
|
|
702
|
-
colorInfo: "#456095",
|
|
703
|
-
paddingMD: 18,
|
|
704
|
-
paddingLG: 20,
|
|
705
|
-
paddingXL: 24,
|
|
706
|
-
marginLG: 20,
|
|
707
|
-
marginXL: 24,
|
|
708
|
-
marginXXL: 28,
|
|
709
|
-
paddingContentHorizontalLG: 20,
|
|
710
|
-
paddingContentHorizontalSM: 18,
|
|
711
|
-
marginMD: 16,
|
|
712
|
-
"blue.1": "#f4f8ff",
|
|
713
|
-
"yellow.1": "#fefae3",
|
|
714
|
-
"red.1": "#feeeef",
|
|
715
|
-
"teal.1": "#effffe",
|
|
716
|
-
fontFamily: "'GT America', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
|
|
717
|
-
fontSizeMD: 14,
|
|
718
|
-
lineHeightMD: 1.5700000524520874,
|
|
719
|
-
"whiteAlpha.1": "rgba(1, 1, 1, 0)",
|
|
720
|
-
"blackAlpha.1": "rgba(0, 0, 0, 0)",
|
|
721
|
-
controlHeightMD: 32,
|
|
722
|
-
xXS: 4,
|
|
723
|
-
"orange.1": "#fff0e8",
|
|
724
|
-
"purple.1": "#fef5ff",
|
|
725
|
-
"teal.2": "#ccf8f5",
|
|
726
|
-
"teal.3": "#b2e6e2",
|
|
727
|
-
"teal.4": "#9edad5",
|
|
728
|
-
"teal.5": "#89cbc6",
|
|
729
|
-
"teal.6": "#76bbb6",
|
|
730
|
-
"blackAlpha.3": "rgba(0, 0, 0, 0.07999999821186066)",
|
|
731
|
-
"blackAlpha.4": "rgba(0, 0, 0, 0.11999999731779099)",
|
|
732
|
-
"blackAlpha.5": "rgba(0, 0, 0, 0.1599999964237213)",
|
|
733
|
-
"blackAlpha.6": "rgba(0, 0, 0, 0.23999999463558197)",
|
|
734
|
-
"blackAlpha.7": "rgba(0, 0, 0, 0.3199999928474426)",
|
|
735
|
-
"blackAlpha.8": "rgba(0, 0, 0, 0.47999998927116394)",
|
|
736
|
-
"blackAlpha.9": "rgba(0, 0, 0, 0.6399999856948853)",
|
|
737
|
-
"blackAlpha.10": "rgba(0, 0, 0, 0.7200000286102295)",
|
|
738
|
-
"blackAlpha.11": "rgba(0, 0, 0, 0.8799999952316284)",
|
|
739
|
-
"whiteAlpha.3": "rgba(1, 1, 1, 0.07999999821186066)",
|
|
740
|
-
"whiteAlpha.4": "rgba(1, 1, 1, 0.11999999731779099)",
|
|
741
|
-
"whiteAlpha.5": "rgba(1, 1, 1, 0.1599999964237213)",
|
|
742
|
-
"whiteAlpha.6": "rgba(1, 1, 1, 0.23999999463558197)",
|
|
743
|
-
"whiteAlpha.7": "rgba(1, 1, 1, 0.3199999928474426)",
|
|
744
|
-
"whiteAlpha.8": "rgba(1, 1, 1, 0.47999998927116394)",
|
|
745
|
-
"whiteAlpha.9": "rgba(1, 1, 1, 0.6399999856948853)",
|
|
746
|
-
"whiteAlpha.10": "rgba(1, 1, 1, 0.7200000286102295)",
|
|
747
|
-
"whiteAlpha.11": "rgba(1, 1, 1, 0.8799999952316284)",
|
|
748
|
-
"blue.2": "#d5e3ff",
|
|
749
|
-
"blue.3": "#adc5f3",
|
|
750
|
-
"blue.4": "#7fa1e1",
|
|
751
|
-
"blue.5": "#6486c7",
|
|
752
|
-
"blue.6": "#456095",
|
|
753
|
-
"blue.7": "#2e436d",
|
|
754
|
-
"blue.8": "#253657",
|
|
755
|
-
"yellow.2": "#fdf6cb",
|
|
756
|
-
"orange.2": "#ffe6d9",
|
|
757
|
-
"orange.3": "#fad2bd",
|
|
758
|
-
"orange.4": "#ffc8aa",
|
|
759
|
-
"red.2": "#ffcfdc",
|
|
760
|
-
"red.3": "#ffafc4",
|
|
761
|
-
"red.4": "#fa94ae",
|
|
762
|
-
"purple.2": "#fce0ff",
|
|
763
|
-
"purple.3": "#f9b7ff",
|
|
764
|
-
"purple.4": "#e995f1",
|
|
765
|
-
"blue.9": "#182338",
|
|
766
|
-
"blue.10": "#111928",
|
|
767
|
-
"teal.7": "#498d88",
|
|
768
|
-
"teal.8": "#3b746f",
|
|
769
|
-
"teal.9": "#28504d",
|
|
770
|
-
"teal.10": "#1b3634",
|
|
771
|
-
"yellow.3": "#f7eca3",
|
|
772
|
-
"yellow.4": "#f3e58b",
|
|
773
|
-
"yellow.5": "#e2d272",
|
|
774
|
-
"yellow.6": "#cebe59",
|
|
775
|
-
"yellow.7": "#bdac43",
|
|
776
|
-
"yellow.8": "#a79730",
|
|
777
|
-
"yellow.9": "#786c1e",
|
|
778
|
-
"yellow.10": "#514811",
|
|
779
|
-
"orange.5": "#fdb087",
|
|
780
|
-
"orange.6": "#f09362",
|
|
781
|
-
"orange.7": "#da7743",
|
|
782
|
-
"orange.8": "#c66634",
|
|
783
|
-
"orange.9": "#a74d1d",
|
|
784
|
-
"orange.10": "#78330e",
|
|
785
|
-
"red.5": "#ee7998",
|
|
786
|
-
"red.6": "#d95b7c",
|
|
787
|
-
"red.7": "#c34465",
|
|
788
|
-
"red.8": "#b03757",
|
|
789
|
-
"red.9": "#972a47",
|
|
790
|
-
"red.10": "#721c33",
|
|
791
|
-
"purple.5": "#d278da",
|
|
792
|
-
"purple.6": "#b85fc0",
|
|
793
|
-
"purple.7": "#9842a0",
|
|
794
|
-
"purple.8": "#782c7f",
|
|
795
|
-
"purple.9": "#521d57",
|
|
796
|
-
"purple.10": "#351138",
|
|
797
|
-
xS: 8,
|
|
798
|
-
sM: 12,
|
|
799
|
-
mS: 16,
|
|
800
|
-
lG: 20,
|
|
801
|
-
xL: 24,
|
|
802
|
-
xXL: 28,
|
|
803
|
-
"fontSize-H1": 38,
|
|
804
|
-
"fontSize-H2": 30,
|
|
805
|
-
"fontSize-H3": 24,
|
|
806
|
-
"fontSize-H4": 20,
|
|
807
|
-
"fontSize-H5": 16,
|
|
808
|
-
"fontSize-Icon": 12,
|
|
809
|
-
lineHeightSM: 1.6699999570846558,
|
|
810
|
-
lineHeightH1: 1.2100000381469727,
|
|
811
|
-
lineHeightH2: 1.2699999809265137,
|
|
812
|
-
lineHeightH3: 1.3300000429153442,
|
|
813
|
-
lineHeightH4: 1.399999976158142,
|
|
814
|
-
lineHeightH5: 1.5,
|
|
815
|
-
borderRadiusMD: 6,
|
|
816
|
-
fontFamilyCode: "'RobotoMono', Consolas, 'Liberation Mono', Menlo, Courier, monospace",
|
|
817
|
-
"gray.1": "#fff",
|
|
818
|
-
"gray.2": "#faf9f8",
|
|
819
|
-
"gray.3": "#eceae9",
|
|
820
|
-
"gray.4": "#dcdcd8",
|
|
821
|
-
"gray.5": "#babbb5",
|
|
822
|
-
"gray.6": "#717368",
|
|
823
|
-
"gray.7": "#505249",
|
|
824
|
-
"gray.8": "#2c2d2b",
|
|
825
|
-
"gray.9": "#212020",
|
|
826
|
-
"gray.10": "#0f0e0e",
|
|
827
|
-
"green.1": "#eeffef",
|
|
828
|
-
"green.2": "#cffad8",
|
|
829
|
-
"green.3": "#a7ecb6",
|
|
830
|
-
"green.4": "#8bdb9c",
|
|
831
|
-
"green.5": "#6fc281",
|
|
832
|
-
"green.6": "#5aac6b",
|
|
833
|
-
"green.7": "#40874f",
|
|
834
|
-
"green.8": "#2f683b",
|
|
835
|
-
"green.9": "#204829",
|
|
836
|
-
"green.10": "#122816",
|
|
837
|
-
mD: 18,
|
|
838
|
-
"blurple.1": "#f8f6fb",
|
|
839
|
-
"blurple.2": "#ebe8f8",
|
|
840
|
-
"blurple.3": "#dbceff",
|
|
841
|
-
"blurple.4": "#c3aeff",
|
|
842
|
-
"blurple.5": "#ab8eff",
|
|
843
|
-
"blurple.6": "#8255ff",
|
|
844
|
-
"blurple.7": "#5f29f8",
|
|
845
|
-
"blurple.8": "#3600d1",
|
|
846
|
-
"blurple.9": "#2c00aa",
|
|
847
|
-
"blurple.10": "#20007a",
|
|
848
|
-
"whiteAlpha.2": "rgba(1, 1, 1, 0.03999999910593033)",
|
|
849
|
-
"whiteAlpha.12": "#fff",
|
|
850
|
-
"blackAlpha.2": "rgba(0, 0, 0, 0.03999999910593033)",
|
|
851
|
-
"blackAlpha.12": "#000000"
|
|
1
|
+
import { jsx as r, Fragment as f, jsxs as h } from "react/jsx-runtime";
|
|
2
|
+
import { ConfigProvider as H, Button as P, FloatButton as E, Rate as M, Form as k, TreeSelect as x, Select as D, Mentions as L, Radio as u, ColorPicker as w, Slider as R, Cascader as c, DatePicker as F, Checkbox as S, Input as a, InputNumber as G, Switch as W, Upload as N, AutoComplete as z, TimePicker as _, Transfer as U, Collapse as O, Timeline as Q, Calendar as X, Segmented as j, Tabs as q, Tag as J, Tour as K, Carousel as V, Tooltip as Y, Statistic as Z, Tree as ee, Image as re, QRCode as oe, Badge as ne, Card as te, Avatar as ie, Descriptions as ae, Table as le, Empty as p, Popover as ce, List as m, Progress as de, Result as se, Spin as ge, Skeleton as fe, Watermark as he, Popconfirm as ue, Drawer as pe, Modal as be, notification as He, Alert as T, message as Se, Flex as me, Divider as Te, Space as Ae, Layout as l, Steps as $e, Anchor as ye, Dropdown as A, Breadcrumb as Be, Pagination as Ce, Menu as Ie, Affix as ve, App as Pe } from "antd";
|
|
3
|
+
import { Col as Ur, Grid as Or, Row as Qr } from "antd";
|
|
4
|
+
import { useEffect as Ee, useState as g } from "react";
|
|
5
|
+
const o = (e) => /* @__PURE__ */ r(f, { children: /* @__PURE__ */ r(H, { ...e, theme: {
|
|
6
|
+
token: {
|
|
7
|
+
colorLinkHover: "#5f29f8",
|
|
8
|
+
controlOutline: "rgba(0.21176470816135406, 0, 0.8196078538894653, 0.10000000149011612)",
|
|
9
|
+
colorWarningOutline: "#fff0e8",
|
|
10
|
+
colorErrorOutline: "#feeeef",
|
|
11
|
+
controlItemBgHover: "#ebe8f8",
|
|
12
|
+
colorTextSecondary: "rgba(0, 0, 0, 0.6399999856948853)",
|
|
13
|
+
colorTextTertiary: "rgba(0, 0, 0, 0.47999998927116394)",
|
|
14
|
+
colorTextQuaternary: "rgba(0, 0, 0, 0.23999999463558197)",
|
|
15
|
+
colorFill: "rgba(0, 0, 0, 0.1599999964237213)",
|
|
16
|
+
colorFillSecondary: "rgba(0, 0, 0, 0.07999999821186066)",
|
|
17
|
+
colorFillTertiary: "rgba(0, 0, 0, 0.07999999821186066)",
|
|
18
|
+
colorFillQuaternary: "rgba(0, 0, 0, 0)",
|
|
19
|
+
colorBgLayout: "#fff",
|
|
20
|
+
colorBgSpotlight: "rgba(0, 0, 0, 0.6399999856948853)",
|
|
21
|
+
colorBorder: "#c3aeff",
|
|
22
|
+
colorBorderSecondary: "#dbceff",
|
|
23
|
+
colorSplit: "#dbceff",
|
|
24
|
+
colorPrimaryBg: "#f8f6fb",
|
|
25
|
+
colorPrimaryBgHover: "#ebe8f8",
|
|
26
|
+
colorPrimaryBorder: "#dbceff",
|
|
27
|
+
colorPrimaryBorderHover: "#c3aeff",
|
|
28
|
+
colorPrimaryHover: "#5f29f8",
|
|
29
|
+
colorPrimaryActive: "#2c00aa",
|
|
30
|
+
colorPrimaryTextHover: "#3600d1",
|
|
31
|
+
colorPrimaryText: "#2c00aa",
|
|
32
|
+
colorPrimaryTextActive: "#20007a",
|
|
33
|
+
colorSuccessBg: "#eeffef",
|
|
34
|
+
colorSuccessBgHover: "#cffad8",
|
|
35
|
+
colorSuccessBorder: "#a7ecb6",
|
|
36
|
+
colorSuccessBorderHover: "#8bdb9c",
|
|
37
|
+
colorSuccessHover: "#6fc281",
|
|
38
|
+
colorSuccessActive: "#40874f",
|
|
39
|
+
colorSuccessTextHover: "#2f683b",
|
|
40
|
+
colorSuccessText: "#204829",
|
|
41
|
+
colorSuccessTextActive: "#122816",
|
|
42
|
+
colorWarningBg: "#fff0e8",
|
|
43
|
+
colorWarningBgHover: "#ffe6d9",
|
|
44
|
+
colorWarningBorder: "#fad2bd",
|
|
45
|
+
colorWarningBorderHover: "#ffc8aa",
|
|
46
|
+
colorWarningHover: "#fdb087",
|
|
47
|
+
colorWarningActive: "#da7743",
|
|
48
|
+
colorWarningTextHover: "#c66634",
|
|
49
|
+
colorWarningText: "#a74d1d",
|
|
50
|
+
colorWarningTextActive: "#78330e",
|
|
51
|
+
colorErrorBg: "#feeeef",
|
|
52
|
+
colorErrorBgHover: "#ffcfdc",
|
|
53
|
+
colorErrorBorder: "#ffafc4",
|
|
54
|
+
colorErrorBorderHover: "#fa94ae",
|
|
55
|
+
colorErrorHover: "#ee7998",
|
|
56
|
+
colorErrorActive: "#c34465",
|
|
57
|
+
colorErrorTextHover: "#b03757",
|
|
58
|
+
colorErrorText: "#972a47",
|
|
59
|
+
colorErrorTextActive: "#721c33",
|
|
60
|
+
colorInfoBg: "#f4f8ff",
|
|
61
|
+
colorInfoBgHover: "#d5e3ff",
|
|
62
|
+
colorInfoBorder: "#adc5f3",
|
|
63
|
+
colorInfoBorderHover: "#7fa1e1",
|
|
64
|
+
colorInfoHover: "#6486c7",
|
|
65
|
+
colorInfoActive: "#2e436d",
|
|
66
|
+
colorInfoTextHover: "#253657",
|
|
67
|
+
colorInfoText: "#182338",
|
|
68
|
+
colorInfoTextActive: "#111928",
|
|
69
|
+
colorBgMask: "rgba(0, 0, 0, 0.23999999463558197)",
|
|
70
|
+
colorTextBase: "#0f0e0e",
|
|
71
|
+
colorPrimary: "#3600d1",
|
|
72
|
+
colorError: "#d95b7c",
|
|
73
|
+
colorWarning: "#f09362",
|
|
74
|
+
colorSuccess: "#5aac6b",
|
|
75
|
+
colorInfo: "#456095",
|
|
76
|
+
paddingMD: 18,
|
|
77
|
+
paddingLG: 20,
|
|
78
|
+
paddingXL: 24,
|
|
79
|
+
marginLG: 20,
|
|
80
|
+
marginXL: 24,
|
|
81
|
+
marginXXL: 28,
|
|
82
|
+
paddingContentHorizontalLG: 20,
|
|
83
|
+
paddingContentHorizontalSM: 18,
|
|
84
|
+
marginMD: 16,
|
|
85
|
+
"blue.1": "#f4f8ff",
|
|
86
|
+
"yellow.1": "#fefae3",
|
|
87
|
+
"red.1": "#feeeef",
|
|
88
|
+
"teal.1": "#effffe",
|
|
89
|
+
fontFamily: "'GT America', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
|
|
90
|
+
fontSizeMD: 14,
|
|
91
|
+
lineHeightMD: 1.5700000524520874,
|
|
92
|
+
"whiteAlpha.1": "rgba(1, 1, 1, 0)",
|
|
93
|
+
"blackAlpha.1": "rgba(0, 0, 0, 0)",
|
|
94
|
+
controlHeightMD: 32,
|
|
95
|
+
xXS: 4,
|
|
96
|
+
"orange.1": "#fff0e8",
|
|
97
|
+
"purple.1": "#fef5ff",
|
|
98
|
+
"teal.2": "#ccf8f5",
|
|
99
|
+
"teal.3": "#b2e6e2",
|
|
100
|
+
"teal.4": "#9edad5",
|
|
101
|
+
"teal.5": "#89cbc6",
|
|
102
|
+
"teal.6": "#76bbb6",
|
|
103
|
+
"blackAlpha.3": "rgba(0, 0, 0, 0.07999999821186066)",
|
|
104
|
+
"blackAlpha.4": "rgba(0, 0, 0, 0.11999999731779099)",
|
|
105
|
+
"blackAlpha.5": "rgba(0, 0, 0, 0.1599999964237213)",
|
|
106
|
+
"blackAlpha.6": "rgba(0, 0, 0, 0.23999999463558197)",
|
|
107
|
+
"blackAlpha.7": "rgba(0, 0, 0, 0.3199999928474426)",
|
|
108
|
+
"blackAlpha.8": "rgba(0, 0, 0, 0.47999998927116394)",
|
|
109
|
+
"blackAlpha.9": "rgba(0, 0, 0, 0.6399999856948853)",
|
|
110
|
+
"blackAlpha.10": "rgba(0, 0, 0, 0.7200000286102295)",
|
|
111
|
+
"blackAlpha.11": "rgba(0, 0, 0, 0.8799999952316284)",
|
|
112
|
+
"whiteAlpha.3": "rgba(1, 1, 1, 0.07999999821186066)",
|
|
113
|
+
"whiteAlpha.4": "rgba(1, 1, 1, 0.11999999731779099)",
|
|
114
|
+
"whiteAlpha.5": "rgba(1, 1, 1, 0.1599999964237213)",
|
|
115
|
+
"whiteAlpha.6": "rgba(1, 1, 1, 0.23999999463558197)",
|
|
116
|
+
"whiteAlpha.7": "rgba(1, 1, 1, 0.3199999928474426)",
|
|
117
|
+
"whiteAlpha.8": "rgba(1, 1, 1, 0.47999998927116394)",
|
|
118
|
+
"whiteAlpha.9": "rgba(1, 1, 1, 0.6399999856948853)",
|
|
119
|
+
"whiteAlpha.10": "rgba(1, 1, 1, 0.7200000286102295)",
|
|
120
|
+
"whiteAlpha.11": "rgba(1, 1, 1, 0.8799999952316284)",
|
|
121
|
+
"blue.2": "#d5e3ff",
|
|
122
|
+
"blue.3": "#adc5f3",
|
|
123
|
+
"blue.4": "#7fa1e1",
|
|
124
|
+
"blue.5": "#6486c7",
|
|
125
|
+
"blue.6": "#456095",
|
|
126
|
+
"blue.7": "#2e436d",
|
|
127
|
+
"blue.8": "#253657",
|
|
128
|
+
"yellow.2": "#fdf6cb",
|
|
129
|
+
"orange.2": "#ffe6d9",
|
|
130
|
+
"orange.3": "#fad2bd",
|
|
131
|
+
"orange.4": "#ffc8aa",
|
|
132
|
+
"red.2": "#ffcfdc",
|
|
133
|
+
"red.3": "#ffafc4",
|
|
134
|
+
"red.4": "#fa94ae",
|
|
135
|
+
"purple.2": "#fce0ff",
|
|
136
|
+
"purple.3": "#f9b7ff",
|
|
137
|
+
"purple.4": "#e995f1",
|
|
138
|
+
"blue.9": "#182338",
|
|
139
|
+
"blue.10": "#111928",
|
|
140
|
+
"teal.7": "#498d88",
|
|
141
|
+
"teal.8": "#3b746f",
|
|
142
|
+
"teal.9": "#28504d",
|
|
143
|
+
"teal.10": "#1b3634",
|
|
144
|
+
"yellow.3": "#f7eca3",
|
|
145
|
+
"yellow.4": "#f3e58b",
|
|
146
|
+
"yellow.5": "#e2d272",
|
|
147
|
+
"yellow.6": "#cebe59",
|
|
148
|
+
"yellow.7": "#bdac43",
|
|
149
|
+
"yellow.8": "#a79730",
|
|
150
|
+
"yellow.9": "#786c1e",
|
|
151
|
+
"yellow.10": "#514811",
|
|
152
|
+
"orange.5": "#fdb087",
|
|
153
|
+
"orange.6": "#f09362",
|
|
154
|
+
"orange.7": "#da7743",
|
|
155
|
+
"orange.8": "#c66634",
|
|
156
|
+
"orange.9": "#a74d1d",
|
|
157
|
+
"orange.10": "#78330e",
|
|
158
|
+
"red.5": "#ee7998",
|
|
159
|
+
"red.6": "#d95b7c",
|
|
160
|
+
"red.7": "#c34465",
|
|
161
|
+
"red.8": "#b03757",
|
|
162
|
+
"red.9": "#972a47",
|
|
163
|
+
"red.10": "#721c33",
|
|
164
|
+
"purple.5": "#d278da",
|
|
165
|
+
"purple.6": "#b85fc0",
|
|
166
|
+
"purple.7": "#9842a0",
|
|
167
|
+
"purple.8": "#782c7f",
|
|
168
|
+
"purple.9": "#521d57",
|
|
169
|
+
"purple.10": "#351138",
|
|
170
|
+
xS: 8,
|
|
171
|
+
sM: 12,
|
|
172
|
+
mS: 16,
|
|
173
|
+
lG: 20,
|
|
174
|
+
xL: 24,
|
|
175
|
+
xXL: 28,
|
|
176
|
+
"fontSize-H1": 38,
|
|
177
|
+
"fontSize-H2": 30,
|
|
178
|
+
"fontSize-H3": 24,
|
|
179
|
+
"fontSize-H4": 20,
|
|
180
|
+
"fontSize-H5": 16,
|
|
181
|
+
"fontSize-Icon": 12,
|
|
182
|
+
lineHeightSM: 1.6699999570846558,
|
|
183
|
+
lineHeightH1: 1.2100000381469727,
|
|
184
|
+
lineHeightH2: 1.2699999809265137,
|
|
185
|
+
lineHeightH3: 1.3300000429153442,
|
|
186
|
+
lineHeightH4: 1.399999976158142,
|
|
187
|
+
lineHeightH5: 1.5,
|
|
188
|
+
borderRadiusMD: 6,
|
|
189
|
+
fontFamilyCode: "'RobotoMono', Consolas, 'Liberation Mono', Menlo, Courier, monospace",
|
|
190
|
+
"gray.1": "#fff",
|
|
191
|
+
"gray.2": "#faf9f8",
|
|
192
|
+
"gray.3": "#eceae9",
|
|
193
|
+
"gray.4": "#dcdcd8",
|
|
194
|
+
"gray.5": "#babbb5",
|
|
195
|
+
"gray.6": "#717368",
|
|
196
|
+
"gray.7": "#505249",
|
|
197
|
+
"gray.8": "#2c2d2b",
|
|
198
|
+
"gray.9": "#212020",
|
|
199
|
+
"gray.10": "#0f0e0e",
|
|
200
|
+
"green.1": "#eeffef",
|
|
201
|
+
"green.2": "#cffad8",
|
|
202
|
+
"green.3": "#a7ecb6",
|
|
203
|
+
"green.4": "#8bdb9c",
|
|
204
|
+
"green.5": "#6fc281",
|
|
205
|
+
"green.6": "#5aac6b",
|
|
206
|
+
"green.7": "#40874f",
|
|
207
|
+
"green.8": "#2f683b",
|
|
208
|
+
"green.9": "#204829",
|
|
209
|
+
"green.10": "#122816",
|
|
210
|
+
mD: 18,
|
|
211
|
+
"blurple.1": "#f8f6fb",
|
|
212
|
+
"blurple.2": "#ebe8f8",
|
|
213
|
+
"blurple.3": "#dbceff",
|
|
214
|
+
"blurple.4": "#c3aeff",
|
|
215
|
+
"blurple.5": "#ab8eff",
|
|
216
|
+
"blurple.6": "#8255ff",
|
|
217
|
+
"blurple.7": "#5f29f8",
|
|
218
|
+
"blurple.8": "#3600d1",
|
|
219
|
+
"blurple.9": "#2c00aa",
|
|
220
|
+
"blurple.10": "#20007a",
|
|
221
|
+
"whiteAlpha.2": "rgba(1, 1, 1, 0.03999999910593033)",
|
|
222
|
+
"whiteAlpha.12": "#fff",
|
|
223
|
+
"blackAlpha.2": "rgba(0, 0, 0, 0.03999999910593033)",
|
|
224
|
+
"blackAlpha.12": "#000000"
|
|
225
|
+
},
|
|
226
|
+
components: {
|
|
227
|
+
Menu: {
|
|
228
|
+
controlHeightSM: 32,
|
|
229
|
+
lineHeight: 1.5700000524520874
|
|
852
230
|
},
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
Tree: {
|
|
1025
|
-
lineHeight: 1.5700000524520874
|
|
1026
|
-
},
|
|
1027
|
-
AutoComplete: {
|
|
1028
|
-
lineHeight: 1.5700000524520874
|
|
1029
|
-
}
|
|
231
|
+
Button: {
|
|
232
|
+
onlyIconSizeLG: 20,
|
|
233
|
+
onlyIconSizeSM: 12,
|
|
234
|
+
paddingInline: 16,
|
|
235
|
+
paddingInlineLG: 16,
|
|
236
|
+
paddingInlineSM: 8,
|
|
237
|
+
lineHeight: 1.5700000524520874
|
|
238
|
+
},
|
|
239
|
+
Spin: {
|
|
240
|
+
lineHeight: 1.5700000524520874
|
|
241
|
+
},
|
|
242
|
+
Result: {
|
|
243
|
+
lineHeight: 1.5700000524520874,
|
|
244
|
+
lineHeightHeading3: 1.3300000429153442
|
|
245
|
+
},
|
|
246
|
+
Progress: {
|
|
247
|
+
lineHeight: 1.5700000524520874,
|
|
248
|
+
defaultColor: "#3600d1"
|
|
249
|
+
},
|
|
250
|
+
Notification: {
|
|
251
|
+
lineHeight: 1.5700000524520874
|
|
252
|
+
},
|
|
253
|
+
Modal: {
|
|
254
|
+
lineHeight: 1.5700000524520874
|
|
255
|
+
},
|
|
256
|
+
Message: {
|
|
257
|
+
lineHeight: 1.5700000524520874
|
|
258
|
+
},
|
|
259
|
+
Alert: {
|
|
260
|
+
lineHeight: 1.5700000524520874
|
|
261
|
+
},
|
|
262
|
+
Typography: {
|
|
263
|
+
lineHeight: 1.5700000524520874,
|
|
264
|
+
lineHeightHeading1: 1.2100000381469727,
|
|
265
|
+
lineHeightHeading2: 1.2699999809265137,
|
|
266
|
+
lineHeightHeading3: 1.3300000429153442
|
|
267
|
+
},
|
|
268
|
+
Anchor: {
|
|
269
|
+
lineHeight: 1.5700000524520874
|
|
270
|
+
},
|
|
271
|
+
Breadcrumb: {
|
|
272
|
+
lineHeight: 1.5700000524520874
|
|
273
|
+
},
|
|
274
|
+
Dropdown: {
|
|
275
|
+
lineHeight: 1.5700000524520874
|
|
276
|
+
},
|
|
277
|
+
Pagination: {
|
|
278
|
+
lineHeight: 1.5700000524520874
|
|
279
|
+
},
|
|
280
|
+
Steps: {
|
|
281
|
+
lineHeight: 1.5700000524520874
|
|
282
|
+
},
|
|
283
|
+
Cascader: {
|
|
284
|
+
lineHeight: 1.5700000524520874
|
|
285
|
+
},
|
|
286
|
+
Checkbox: {
|
|
287
|
+
lineHeight: 1.5700000524520874
|
|
288
|
+
},
|
|
289
|
+
DatePicker: {
|
|
290
|
+
lineHeight: 1.5700000524520874
|
|
291
|
+
},
|
|
292
|
+
Form: {
|
|
293
|
+
lineHeight: 1.5700000524520874
|
|
294
|
+
},
|
|
295
|
+
Input: {
|
|
296
|
+
lineHeight: 1.5700000524520874,
|
|
297
|
+
paddingBlockLG: 8,
|
|
298
|
+
paddingInline: 12,
|
|
299
|
+
paddingInlineLG: 12,
|
|
300
|
+
paddingInlineSM: 8
|
|
301
|
+
},
|
|
302
|
+
InputNumber: {
|
|
303
|
+
paddingBlockLG: 8,
|
|
304
|
+
paddingInline: 12,
|
|
305
|
+
paddingInlineLG: 12,
|
|
306
|
+
paddingInlineSM: 8,
|
|
307
|
+
lineHeight: 1.5700000524520874
|
|
308
|
+
},
|
|
309
|
+
Radio: {
|
|
310
|
+
lineHeight: 1.5700000524520874
|
|
311
|
+
},
|
|
312
|
+
Rate: {
|
|
313
|
+
lineHeight: 1.5700000524520874
|
|
314
|
+
},
|
|
315
|
+
Upload: {
|
|
316
|
+
lineHeight: 1.5700000524520874
|
|
317
|
+
},
|
|
318
|
+
TreeSelect: {
|
|
319
|
+
lineHeight: 1.5700000524520874
|
|
320
|
+
},
|
|
321
|
+
Transfer: {
|
|
322
|
+
lineHeight: 1.5700000524520874,
|
|
323
|
+
listWidth: 200
|
|
324
|
+
},
|
|
325
|
+
Select: {
|
|
326
|
+
lineHeight: 1.5700000524520874,
|
|
327
|
+
optionLineHeight: 1.5700000524520874
|
|
328
|
+
},
|
|
329
|
+
Slider: {
|
|
330
|
+
lineHeight: 1.5700000524520874
|
|
331
|
+
},
|
|
332
|
+
Switch: {
|
|
333
|
+
lineHeight: 1.5700000524520874
|
|
334
|
+
},
|
|
335
|
+
TimePicker: {
|
|
336
|
+
lineHeight: 1.5700000524520874
|
|
337
|
+
},
|
|
338
|
+
Avatar: {
|
|
339
|
+
lineHeight: 1.5700000524520874
|
|
340
|
+
},
|
|
341
|
+
Badge: {
|
|
342
|
+
dotSize: 8,
|
|
343
|
+
indicatorHeight: 18,
|
|
344
|
+
indicatorHeightSM: 12,
|
|
345
|
+
statusSize: 8
|
|
346
|
+
},
|
|
347
|
+
Calendar: {
|
|
348
|
+
lineHeight: 1.5700000524520874
|
|
349
|
+
},
|
|
350
|
+
Card: {
|
|
351
|
+
lineHeight: 1.5700000524520874
|
|
352
|
+
},
|
|
353
|
+
Carousel: {
|
|
354
|
+
lineHeight: 1.5700000524520874
|
|
355
|
+
},
|
|
356
|
+
Collapse: {
|
|
357
|
+
lineHeight: 1.5700000524520874
|
|
358
|
+
},
|
|
359
|
+
Descriptions: {
|
|
360
|
+
lineHeight: 1.5700000524520874
|
|
361
|
+
},
|
|
362
|
+
List: {
|
|
363
|
+
lineHeight: 1.5700000524520874
|
|
364
|
+
},
|
|
365
|
+
Popover: {
|
|
366
|
+
lineHeight: 1.5700000524520874
|
|
367
|
+
},
|
|
368
|
+
QRCode: {
|
|
369
|
+
lineHeight: 1.5700000524520874
|
|
370
|
+
},
|
|
371
|
+
Segmented: {
|
|
372
|
+
lineHeight: 1.5700000524520874
|
|
373
|
+
},
|
|
374
|
+
Statistic: {
|
|
375
|
+
lineHeight: 1.5700000524520874
|
|
376
|
+
},
|
|
377
|
+
Table: {
|
|
378
|
+
lineHeight: 1.5700000524520874,
|
|
379
|
+
footerBg: "#fafafa",
|
|
380
|
+
headerBg: "#fafafa"
|
|
381
|
+
},
|
|
382
|
+
Tabs: {
|
|
383
|
+
lineHeight: 1.5700000524520874
|
|
384
|
+
},
|
|
385
|
+
Tag: {
|
|
386
|
+
lineHeight: 1.5700000524520874
|
|
387
|
+
},
|
|
388
|
+
Timeline: {
|
|
389
|
+
lineHeight: 1.5700000524520874
|
|
390
|
+
},
|
|
391
|
+
Tooltip: {
|
|
392
|
+
lineHeight: 1.5700000524520874
|
|
393
|
+
},
|
|
394
|
+
Tour: {
|
|
395
|
+
lineHeight: 1.5700000524520874
|
|
396
|
+
},
|
|
397
|
+
Tree: {
|
|
398
|
+
lineHeight: 1.5700000524520874
|
|
399
|
+
},
|
|
400
|
+
AutoComplete: {
|
|
401
|
+
lineHeight: 1.5700000524520874
|
|
1030
402
|
}
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
V
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
un,
|
|
403
|
+
}
|
|
404
|
+
} }) }), _e = (e) => /* @__PURE__ */ r(f, { children: /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(P, { ...e, children: e.children }) }) }), Ue = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(E, { ...e }) }), Oe = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(M, { ...e }) }), Qe = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(k, { ...e, children: e.children }) }), Xe = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(x, { ...e }) }), je = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(D, { ...e }) }), qe = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(L, { ...e }) }), $ = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(u, { ...e }) });
|
|
405
|
+
$.Group = u.Group;
|
|
406
|
+
$.Button = u.Button;
|
|
407
|
+
const Je = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(w, { ...e }) }), Ke = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(R, { ...e }) }), b = (e) => /* @__PURE__ */ r(H, { children: /* @__PURE__ */ r(c, { ...e }) });
|
|
408
|
+
b.Panel = c.Panel;
|
|
409
|
+
b.SHOW_PARENT = c.SHOW_PARENT;
|
|
410
|
+
b.SHOW_CHILD = c.SHOW_CHILD;
|
|
411
|
+
const Ve = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(F, { ...e }) }), Me = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(S, { ...e }) });
|
|
412
|
+
Me.Group = S.Group;
|
|
413
|
+
const d = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(a, { ...e }) });
|
|
414
|
+
d.Group = a.Group;
|
|
415
|
+
d.Password = a.Password;
|
|
416
|
+
d.Search = a.Search;
|
|
417
|
+
d.TextArea = a.TextArea;
|
|
418
|
+
const Ye = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(G, { ...e }) }), Ze = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(W, { ...e }) }), er = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(N, { ...e }) }), rr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(z, { ...e }) }), or = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(_, { ...e }) }), nr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(U, { ...e }) }), tr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(O, { ...e }) }), ir = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Q, { ...e }) }), ar = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(X, { ...e }) }), lr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(j, { ...e }) }), cr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(q, { ...e }) }), dr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(J, { ...e }) }), sr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(K, { ...e }) }), gr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(V, { ...e }) }), fr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Y, { ...e }) }), hr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Z, { ...e }) }), ur = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ee, { ...e }) }), pr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(re, { ...e }) }), br = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(oe, { ...e }) }), Hr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ne, { ...e }) }), Sr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(te, { ...e }) }), mr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ie, { ...e }) }), Tr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ae, { ...e }) }), Ar = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(le, { ...e }) }), y = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(p, { ...e }) });
|
|
419
|
+
y.PRESENTED_IMAGE_DEFAULT = p.PRESENTED_IMAGE_DEFAULT;
|
|
420
|
+
y.PRESENTED_IMAGE_SIMPLE = p.PRESENTED_IMAGE_SIMPLE;
|
|
421
|
+
const $r = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ce, { ...e }) }), ke = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(m, { ...e }) });
|
|
422
|
+
ke.Item = m.Item;
|
|
423
|
+
const yr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(de, { ...e }) }), xe = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(se, { ...e }) }), Br = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ge, { ...e }) }), De = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(
|
|
424
|
+
fe,
|
|
1054
425
|
{
|
|
1055
|
-
...
|
|
426
|
+
...e,
|
|
1056
427
|
active: !0,
|
|
1057
|
-
style: { width: "100%", ...
|
|
428
|
+
style: { width: "100%", ...e.style }
|
|
1058
429
|
}
|
|
1059
|
-
) }),
|
|
1060
|
-
const [
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
430
|
+
) }), Cr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(he, { ...e }) }), Ir = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ue, { ...e }) }), vr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(pe, { ...e }) }), Le = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(be, { ...e }) }), Pr = (e) => {
|
|
431
|
+
const [n, t] = He.useNotification();
|
|
432
|
+
return /* @__PURE__ */ h(o, { children: [
|
|
433
|
+
t,
|
|
434
|
+
/* @__PURE__ */ r("span", { onClick: () => {
|
|
435
|
+
n.open({ ...e });
|
|
436
|
+
}, children: e.children })
|
|
1066
437
|
] });
|
|
1067
|
-
},
|
|
1068
|
-
|
|
1069
|
-
const
|
|
1070
|
-
const [
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
438
|
+
}, we = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(T, { ...e }) });
|
|
439
|
+
we.ErrorBoundary = T.ErrorBoundary;
|
|
440
|
+
const Er = (e) => {
|
|
441
|
+
const [n, t] = Se.useMessage();
|
|
442
|
+
return /* @__PURE__ */ h(o, { children: [
|
|
443
|
+
t,
|
|
444
|
+
/* @__PURE__ */ r("span", { onClick: () => {
|
|
445
|
+
n.open({ ...e });
|
|
446
|
+
}, children: e.children })
|
|
1076
447
|
] });
|
|
1077
|
-
},
|
|
1078
|
-
function
|
|
1079
|
-
const [
|
|
1080
|
-
return
|
|
1081
|
-
|
|
1082
|
-
|
|
448
|
+
}, Re = (e) => Ee(e, []);
|
|
449
|
+
function Fe(e) {
|
|
450
|
+
const [n, t] = g(!0), [i, B] = g(!1), [C, I] = g(void 0);
|
|
451
|
+
return Re(() => {
|
|
452
|
+
e().then((v) => {
|
|
453
|
+
I(v);
|
|
1083
454
|
}).catch(() => {
|
|
1084
|
-
|
|
455
|
+
B(!0);
|
|
1085
456
|
}).finally(() => {
|
|
1086
|
-
|
|
457
|
+
t(!1);
|
|
1087
458
|
});
|
|
1088
|
-
}), [
|
|
459
|
+
}), [n, i, C];
|
|
1089
460
|
}
|
|
1090
|
-
function
|
|
1091
|
-
const [
|
|
1092
|
-
return /* @__PURE__ */
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
461
|
+
function Mr(e) {
|
|
462
|
+
const [n, t, i] = Fe(e.fetchData);
|
|
463
|
+
return /* @__PURE__ */ r(f, { children: /* @__PURE__ */ h(Le, { ...e, children: [
|
|
464
|
+
n && /* @__PURE__ */ r(De, {}),
|
|
465
|
+
t && /* @__PURE__ */ r(
|
|
466
|
+
xe,
|
|
1096
467
|
{
|
|
1097
468
|
status: "error",
|
|
1098
469
|
title: "Error Loading"
|
|
1099
470
|
}
|
|
1100
471
|
),
|
|
1101
|
-
!
|
|
472
|
+
!n && !t && e.children(i)
|
|
1102
473
|
] }) });
|
|
1103
474
|
}
|
|
1104
|
-
const
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
const
|
|
1110
|
-
|
|
1111
|
-
const
|
|
475
|
+
const kr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(me, { ...e }) }), xr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Te, { ...e }) }), Dr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Ae, { ...e }) }), s = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(l, { ...e }) });
|
|
476
|
+
s.Sider = l.Sider;
|
|
477
|
+
s.Footer = l.Footer;
|
|
478
|
+
s.Content = l.Content;
|
|
479
|
+
s.Header = l.Header;
|
|
480
|
+
const Lr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r($e, { ...e }) }), wr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ye, { ...e }) }), Ge = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(A, { ...e, children: e.children }) });
|
|
481
|
+
Ge.Button = A.Button;
|
|
482
|
+
const Rr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Be, { ...e }) }), Fr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Ce, { ...e }) }), Gr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Ie, { ...e }) }), Wr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ve, { ...e }) }), Nr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Pe, { ...e }) });
|
|
1112
483
|
export {
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
484
|
+
Wr as Affix,
|
|
485
|
+
we as Alert,
|
|
486
|
+
wr as Anchor,
|
|
487
|
+
Nr as App,
|
|
488
|
+
rr as AutoComplete,
|
|
489
|
+
mr as Avatar,
|
|
490
|
+
Hr as Badge,
|
|
491
|
+
Rr as Breadcrumb,
|
|
492
|
+
_e as Button,
|
|
493
|
+
ar as Calendar,
|
|
494
|
+
Sr as Card,
|
|
495
|
+
gr as Carousel,
|
|
496
|
+
b as Cascader,
|
|
497
|
+
Me as Checkbox,
|
|
498
|
+
Ur as Col,
|
|
499
|
+
tr as Collapse,
|
|
500
|
+
Je as ColorPicker,
|
|
1130
501
|
o as ConfigProvider,
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
502
|
+
Ve as DatePicker,
|
|
503
|
+
Tr as Descriptions,
|
|
504
|
+
xr as Divider,
|
|
505
|
+
vr as Drawer,
|
|
506
|
+
Ge as Dropdown,
|
|
507
|
+
y as Empty,
|
|
508
|
+
kr as Flex,
|
|
509
|
+
Ue as FloatButton,
|
|
510
|
+
Qe as Form,
|
|
511
|
+
Or as Grid,
|
|
512
|
+
pr as Image,
|
|
513
|
+
d as Input,
|
|
514
|
+
Ye as InputNumber,
|
|
515
|
+
s as Layout,
|
|
516
|
+
ke as List,
|
|
517
|
+
Mr as LoadingModal,
|
|
518
|
+
qe as Mentions,
|
|
519
|
+
Gr as Menu,
|
|
520
|
+
Er as Message,
|
|
521
|
+
Le as Modal,
|
|
522
|
+
Pr as Notification,
|
|
523
|
+
Fr as Pagination,
|
|
524
|
+
Ir as Popconfirm,
|
|
525
|
+
$r as Popover,
|
|
526
|
+
yr as Progress,
|
|
527
|
+
br as QRCode,
|
|
528
|
+
$ as Radio,
|
|
529
|
+
Oe as Rate,
|
|
530
|
+
xe as Result,
|
|
531
|
+
Qr as Row,
|
|
532
|
+
lr as Segmented,
|
|
533
|
+
je as Select,
|
|
534
|
+
De as Skeleton,
|
|
535
|
+
Ke as Slider,
|
|
536
|
+
Dr as Space,
|
|
537
|
+
Br as Spin,
|
|
538
|
+
hr as Statistic,
|
|
539
|
+
Lr as Steps,
|
|
540
|
+
Ze as Switch,
|
|
541
|
+
Ar as Table,
|
|
542
|
+
cr as Tabs,
|
|
543
|
+
dr as Tag,
|
|
544
|
+
or as TimePicker,
|
|
545
|
+
ir as Timeline,
|
|
546
|
+
fr as Tooltip,
|
|
547
|
+
sr as Tour,
|
|
548
|
+
nr as Transfer,
|
|
549
|
+
ur as Tree,
|
|
550
|
+
Xe as TreeSelect,
|
|
551
|
+
er as Upload,
|
|
552
|
+
Cr as Watermark
|
|
1182
553
|
};
|