@hybr1d-tech/charizard 0.7.7 → 0.7.8
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/hybr1d-ui.js +744 -740
- package/dist/hybr1d-ui.umd.cjs +6 -6
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './style.css';
|
|
2
2
|
import * as f from "react";
|
|
3
|
-
import Ke, { useLayoutEffect as ta, useContext as na, useRef as ie, useState as
|
|
3
|
+
import Ke, { useLayoutEffect as ta, useContext as na, useRef as ie, useState as k0, createContext as sa, useMemo as ye, useCallback as S0, Component as oa, Fragment as g2, useEffect as yt, forwardRef as ns, createElement as v2 } from "react";
|
|
4
4
|
import * as oe from "@zag-js/menu";
|
|
5
5
|
import I, { clsx as Ie } from "clsx";
|
|
6
6
|
import { useMachine as A0, normalizeProps as w0, Portal as Ve } from "@zag-js/react";
|
|
@@ -10,7 +10,7 @@ import rt from "use-deep-compare-effect";
|
|
|
10
10
|
import * as We from "@zag-js/checkbox";
|
|
11
11
|
import w2 from "react-country-flag";
|
|
12
12
|
import * as Ze from "@zag-js/tooltip";
|
|
13
|
-
import { create as
|
|
13
|
+
import { create as Ht } from "zustand";
|
|
14
14
|
import { useInView as la } from "react-intersection-observer";
|
|
15
15
|
import { useReactTable as ss, getCoreRowModel as os, flexRender as et } from "@tanstack/react-table";
|
|
16
16
|
import * as on from "@zag-js/dialog";
|
|
@@ -78,16 +78,16 @@ function ja() {
|
|
|
78
78
|
var C = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
79
79
|
function v(g) {
|
|
80
80
|
{
|
|
81
|
-
for (var j = arguments.length,
|
|
82
|
-
|
|
83
|
-
y("error", g,
|
|
81
|
+
for (var j = arguments.length, L = new Array(j > 1 ? j - 1 : 0), Z = 1; Z < j; Z++)
|
|
82
|
+
L[Z - 1] = arguments[Z];
|
|
83
|
+
y("error", g, L);
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
|
-
function y(g, j,
|
|
86
|
+
function y(g, j, L) {
|
|
87
87
|
{
|
|
88
88
|
var Z = C.ReactDebugCurrentFrame, a0 = Z.getStackAddendum();
|
|
89
|
-
a0 !== "" && (j += "%s",
|
|
90
|
-
var i0 =
|
|
89
|
+
a0 !== "" && (j += "%s", L = L.concat([a0]));
|
|
90
|
+
var i0 = L.map(function(t0) {
|
|
91
91
|
return String(t0);
|
|
92
92
|
});
|
|
93
93
|
i0.unshift("Warning: " + j), Function.prototype.apply.call(console[g], console, i0);
|
|
@@ -95,19 +95,19 @@ function ja() {
|
|
|
95
95
|
}
|
|
96
96
|
var A = !1, S = !1, N = !1, B = !1, w = !1, G;
|
|
97
97
|
G = Symbol.for("react.module.reference");
|
|
98
|
-
function
|
|
98
|
+
function k(g) {
|
|
99
99
|
return !!(typeof g == "string" || typeof g == "function" || g === o || g === r || w || g === s || g === u || g === d || B || g === p || A || S || N || typeof g == "object" && g !== null && (g.$$typeof === h || g.$$typeof === m || g.$$typeof === i || g.$$typeof === c || g.$$typeof === l || // This needs to include all possible module reference object
|
|
100
100
|
// types supported by any Flight configuration anywhere since
|
|
101
101
|
// we don't know which Flight build this will end up being used
|
|
102
102
|
// with.
|
|
103
103
|
g.$$typeof === G || g.getModuleId !== void 0));
|
|
104
104
|
}
|
|
105
|
-
function q(g, j,
|
|
105
|
+
function q(g, j, L) {
|
|
106
106
|
var Z = g.displayName;
|
|
107
107
|
if (Z)
|
|
108
108
|
return Z;
|
|
109
109
|
var a0 = j.displayName || j.name || "";
|
|
110
|
-
return a0 !== "" ?
|
|
110
|
+
return a0 !== "" ? L + "(" + a0 + ")" : L;
|
|
111
111
|
}
|
|
112
112
|
function P(g) {
|
|
113
113
|
return g.displayName || "Context";
|
|
@@ -139,8 +139,8 @@ function ja() {
|
|
|
139
139
|
var j = g;
|
|
140
140
|
return P(j) + ".Consumer";
|
|
141
141
|
case i:
|
|
142
|
-
var
|
|
143
|
-
return P(
|
|
142
|
+
var L = g;
|
|
143
|
+
return P(L._context) + ".Provider";
|
|
144
144
|
case l:
|
|
145
145
|
return q(g, g.render, "ForwardRef");
|
|
146
146
|
case m:
|
|
@@ -219,8 +219,8 @@ function ja() {
|
|
|
219
219
|
X < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
var
|
|
223
|
-
function U(g, j,
|
|
222
|
+
var H = C.ReactCurrentDispatcher, $;
|
|
223
|
+
function U(g, j, L) {
|
|
224
224
|
{
|
|
225
225
|
if ($ === void 0)
|
|
226
226
|
try {
|
|
@@ -242,16 +242,16 @@ function ja() {
|
|
|
242
242
|
if (!g || I0)
|
|
243
243
|
return "";
|
|
244
244
|
{
|
|
245
|
-
var
|
|
246
|
-
if (
|
|
247
|
-
return
|
|
245
|
+
var L = E0.get(g);
|
|
246
|
+
if (L !== void 0)
|
|
247
|
+
return L;
|
|
248
248
|
}
|
|
249
249
|
var Z;
|
|
250
250
|
I0 = !0;
|
|
251
251
|
var a0 = Error.prepareStackTrace;
|
|
252
252
|
Error.prepareStackTrace = void 0;
|
|
253
253
|
var i0;
|
|
254
|
-
i0 =
|
|
254
|
+
i0 = H.current, H.current = null, F0();
|
|
255
255
|
try {
|
|
256
256
|
if (j) {
|
|
257
257
|
var t0 = function() {
|
|
@@ -304,19 +304,19 @@ function ja() {
|
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
306
|
} finally {
|
|
307
|
-
I0 = !1,
|
|
307
|
+
I0 = !1, H.current = i0, g0(), Error.prepareStackTrace = a0;
|
|
308
308
|
}
|
|
309
|
-
var
|
|
309
|
+
var He = g ? g.displayName || g.name : "", je = He ? U(He) : "";
|
|
310
310
|
return typeof g == "function" && E0.set(g, je), je;
|
|
311
311
|
}
|
|
312
|
-
function Y0(g, j,
|
|
312
|
+
function Y0(g, j, L) {
|
|
313
313
|
return ee(g, !1);
|
|
314
314
|
}
|
|
315
315
|
function R0(g) {
|
|
316
316
|
var j = g.prototype;
|
|
317
317
|
return !!(j && j.isReactComponent);
|
|
318
318
|
}
|
|
319
|
-
function K0(g, j,
|
|
319
|
+
function K0(g, j, L) {
|
|
320
320
|
if (g == null)
|
|
321
321
|
return "";
|
|
322
322
|
if (typeof g == "function")
|
|
@@ -334,11 +334,11 @@ function ja() {
|
|
|
334
334
|
case l:
|
|
335
335
|
return Y0(g.render);
|
|
336
336
|
case m:
|
|
337
|
-
return K0(g.type, j,
|
|
337
|
+
return K0(g.type, j, L);
|
|
338
338
|
case h: {
|
|
339
339
|
var Z = g, a0 = Z._payload, i0 = Z._init;
|
|
340
340
|
try {
|
|
341
|
-
return K0(i0(a0), j,
|
|
341
|
+
return K0(i0(a0), j, L);
|
|
342
342
|
} catch {
|
|
343
343
|
}
|
|
344
344
|
}
|
|
@@ -348,12 +348,12 @@ function ja() {
|
|
|
348
348
|
var he = Object.prototype.hasOwnProperty, ut = {}, Ce = C.ReactDebugCurrentFrame;
|
|
349
349
|
function le(g) {
|
|
350
350
|
if (g) {
|
|
351
|
-
var j = g._owner,
|
|
352
|
-
Ce.setExtraStackFrame(
|
|
351
|
+
var j = g._owner, L = K0(g.type, g._source, j ? j.type : null);
|
|
352
|
+
Ce.setExtraStackFrame(L);
|
|
353
353
|
} else
|
|
354
354
|
Ce.setExtraStackFrame(null);
|
|
355
355
|
}
|
|
356
|
-
function M0(g, j,
|
|
356
|
+
function M0(g, j, L, Z, a0) {
|
|
357
357
|
{
|
|
358
358
|
var i0 = Function.call.bind(he);
|
|
359
359
|
for (var t0 in g)
|
|
@@ -361,14 +361,14 @@ function ja() {
|
|
|
361
361
|
var e0 = void 0;
|
|
362
362
|
try {
|
|
363
363
|
if (typeof g[t0] != "function") {
|
|
364
|
-
var D0 = Error((Z || "React class") + ": " +
|
|
364
|
+
var D0 = Error((Z || "React class") + ": " + L + " type `" + t0 + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof g[t0] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
365
365
|
throw D0.name = "Invariant Violation", D0;
|
|
366
366
|
}
|
|
367
|
-
e0 = g[t0](j, t0, Z,
|
|
367
|
+
e0 = g[t0](j, t0, Z, L, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
368
368
|
} catch (v0) {
|
|
369
369
|
e0 = v0;
|
|
370
370
|
}
|
|
371
|
-
e0 && !(e0 instanceof Error) && (le(a0), 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).", Z || "React class",
|
|
371
|
+
e0 && !(e0 instanceof Error) && (le(a0), 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).", Z || "React class", L, t0, typeof e0), le(null)), e0 instanceof Error && !(e0.message in ut) && (ut[e0.message] = !0, le(a0), v("Failed %s type: %s", L, e0.message), le(null));
|
|
372
372
|
}
|
|
373
373
|
}
|
|
374
374
|
}
|
|
@@ -376,13 +376,13 @@ function ja() {
|
|
|
376
376
|
function Ne(g) {
|
|
377
377
|
return Zt(g);
|
|
378
378
|
}
|
|
379
|
-
function
|
|
379
|
+
function Lo(g) {
|
|
380
380
|
{
|
|
381
|
-
var j = typeof Symbol == "function" && Symbol.toStringTag,
|
|
382
|
-
return
|
|
381
|
+
var j = typeof Symbol == "function" && Symbol.toStringTag, L = j && g[Symbol.toStringTag] || g.constructor.name || "Object";
|
|
382
|
+
return L;
|
|
383
383
|
}
|
|
384
384
|
}
|
|
385
|
-
function
|
|
385
|
+
function Ho(g) {
|
|
386
386
|
try {
|
|
387
387
|
return $2(g), !1;
|
|
388
388
|
} catch {
|
|
@@ -393,8 +393,8 @@ function ja() {
|
|
|
393
393
|
return "" + g;
|
|
394
394
|
}
|
|
395
395
|
function Y2(g) {
|
|
396
|
-
if (
|
|
397
|
-
return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
396
|
+
if (Ho(g))
|
|
397
|
+
return v("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Lo(g)), $2(g);
|
|
398
398
|
}
|
|
399
399
|
var Xe = C.ReactCurrentOwner, Go = {
|
|
400
400
|
key: !0,
|
|
@@ -421,40 +421,40 @@ function ja() {
|
|
|
421
421
|
}
|
|
422
422
|
function Do(g, j) {
|
|
423
423
|
if (typeof g.ref == "string" && Xe.current && j && Xe.current.stateNode !== j) {
|
|
424
|
-
var
|
|
425
|
-
Xt[
|
|
424
|
+
var L = R(Xe.current.type);
|
|
425
|
+
Xt[L] || (v('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', R(Xe.current.type), g.ref), Xt[L] = !0);
|
|
426
426
|
}
|
|
427
427
|
}
|
|
428
428
|
function Po(g, j) {
|
|
429
429
|
{
|
|
430
|
-
var
|
|
430
|
+
var L = function() {
|
|
431
431
|
J2 || (J2 = !0, v("%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)", j));
|
|
432
432
|
};
|
|
433
|
-
|
|
434
|
-
get:
|
|
433
|
+
L.isReactWarning = !0, Object.defineProperty(g, "key", {
|
|
434
|
+
get: L,
|
|
435
435
|
configurable: !0
|
|
436
436
|
});
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
439
|
function zo(g, j) {
|
|
440
440
|
{
|
|
441
|
-
var
|
|
441
|
+
var L = function() {
|
|
442
442
|
q2 || (q2 = !0, v("%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)", j));
|
|
443
443
|
};
|
|
444
|
-
|
|
445
|
-
get:
|
|
444
|
+
L.isReactWarning = !0, Object.defineProperty(g, "ref", {
|
|
445
|
+
get: L,
|
|
446
446
|
configurable: !0
|
|
447
447
|
});
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
|
-
var Oo = function(g, j,
|
|
450
|
+
var Oo = function(g, j, L, Z, a0, i0, t0) {
|
|
451
451
|
var e0 = {
|
|
452
452
|
// This tag allows us to uniquely identify this as a React Element
|
|
453
453
|
$$typeof: t,
|
|
454
454
|
// Built-in properties that belong on the element
|
|
455
455
|
type: g,
|
|
456
456
|
key: j,
|
|
457
|
-
ref:
|
|
457
|
+
ref: L,
|
|
458
458
|
props: t0,
|
|
459
459
|
// Record the component responsible for creating this element.
|
|
460
460
|
_owner: i0
|
|
@@ -476,10 +476,10 @@ function ja() {
|
|
|
476
476
|
value: a0
|
|
477
477
|
}), Object.freeze && (Object.freeze(e0.props), Object.freeze(e0)), e0;
|
|
478
478
|
};
|
|
479
|
-
function Wo(g, j,
|
|
479
|
+
function Wo(g, j, L, Z, a0) {
|
|
480
480
|
{
|
|
481
481
|
var i0, t0 = {}, e0 = null, D0 = null;
|
|
482
|
-
|
|
482
|
+
L !== void 0 && (Y2(L), e0 = "" + L), Mo(j) && (Y2(j.key), e0 = "" + j.key), To(j) && (D0 = j.ref, Do(j, a0));
|
|
483
483
|
for (i0 in j)
|
|
484
484
|
he.call(j, i0) && !Go.hasOwnProperty(i0) && (t0[i0] = j[i0]);
|
|
485
485
|
if (g && g.defaultProps) {
|
|
@@ -495,10 +495,10 @@ function ja() {
|
|
|
495
495
|
}
|
|
496
496
|
}
|
|
497
497
|
var $t = C.ReactCurrentOwner, U2 = C.ReactDebugCurrentFrame;
|
|
498
|
-
function
|
|
498
|
+
function Le(g) {
|
|
499
499
|
if (g) {
|
|
500
|
-
var j = g._owner,
|
|
501
|
-
U2.setExtraStackFrame(
|
|
500
|
+
var j = g._owner, L = K0(g.type, g._source, j ? j.type : null);
|
|
501
|
+
U2.setExtraStackFrame(L);
|
|
502
502
|
} else
|
|
503
503
|
U2.setExtraStackFrame(null);
|
|
504
504
|
}
|
|
@@ -527,10 +527,10 @@ Check the render method of \`` + g + "`.";
|
|
|
527
527
|
{
|
|
528
528
|
var j = Q2();
|
|
529
529
|
if (!j) {
|
|
530
|
-
var
|
|
531
|
-
|
|
530
|
+
var L = typeof g == "string" ? g : g.displayName || g.name;
|
|
531
|
+
L && (j = `
|
|
532
532
|
|
|
533
|
-
Check the top-level render call using <` +
|
|
533
|
+
Check the top-level render call using <` + L + ">.");
|
|
534
534
|
}
|
|
535
535
|
return j;
|
|
536
536
|
}
|
|
@@ -540,12 +540,12 @@ Check the top-level render call using <` + H + ">.");
|
|
|
540
540
|
if (!g._store || g._store.validated || g.key != null)
|
|
541
541
|
return;
|
|
542
542
|
g._store.validated = !0;
|
|
543
|
-
var
|
|
544
|
-
if (K2[
|
|
543
|
+
var L = Xo(j);
|
|
544
|
+
if (K2[L])
|
|
545
545
|
return;
|
|
546
|
-
K2[
|
|
546
|
+
K2[L] = !0;
|
|
547
547
|
var Z = "";
|
|
548
|
-
g && g._owner && g._owner !== $t.current && (Z = " It was passed a child from " + R(g._owner.type) + "."),
|
|
548
|
+
g && g._owner && g._owner !== $t.current && (Z = " It was passed a child from " + R(g._owner.type) + "."), Le(g), v('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', L, Z), Le(null);
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
551
|
function tn(g, j) {
|
|
@@ -553,8 +553,8 @@ Check the top-level render call using <` + H + ">.");
|
|
|
553
553
|
if (typeof g != "object")
|
|
554
554
|
return;
|
|
555
555
|
if (Ne(g))
|
|
556
|
-
for (var
|
|
557
|
-
var Z = g[
|
|
556
|
+
for (var L = 0; L < g.length; L++) {
|
|
557
|
+
var Z = g[L];
|
|
558
558
|
Jt(Z) && en(Z, j);
|
|
559
559
|
}
|
|
560
560
|
else if (Jt(g))
|
|
@@ -572,18 +572,18 @@ Check the top-level render call using <` + H + ">.");
|
|
|
572
572
|
var j = g.type;
|
|
573
573
|
if (j == null || typeof j == "string")
|
|
574
574
|
return;
|
|
575
|
-
var
|
|
575
|
+
var L;
|
|
576
576
|
if (typeof j == "function")
|
|
577
|
-
|
|
577
|
+
L = j.propTypes;
|
|
578
578
|
else if (typeof j == "object" && (j.$$typeof === l || // Note: Memo only checks outer props here.
|
|
579
579
|
// Inner props are checked in the reconciler.
|
|
580
580
|
j.$$typeof === m))
|
|
581
|
-
|
|
581
|
+
L = j.propTypes;
|
|
582
582
|
else
|
|
583
583
|
return;
|
|
584
|
-
if (
|
|
584
|
+
if (L) {
|
|
585
585
|
var Z = R(j);
|
|
586
|
-
M0(
|
|
586
|
+
M0(L, g.props, "prop", Z, g);
|
|
587
587
|
} else if (j.PropTypes !== void 0 && !Yt) {
|
|
588
588
|
Yt = !0;
|
|
589
589
|
var a0 = R(j);
|
|
@@ -594,20 +594,20 @@ Check the top-level render call using <` + H + ">.");
|
|
|
594
594
|
}
|
|
595
595
|
function Yo(g) {
|
|
596
596
|
{
|
|
597
|
-
for (var j = Object.keys(g.props),
|
|
598
|
-
var Z = j[
|
|
597
|
+
for (var j = Object.keys(g.props), L = 0; L < j.length; L++) {
|
|
598
|
+
var Z = j[L];
|
|
599
599
|
if (Z !== "children" && Z !== "key") {
|
|
600
|
-
|
|
600
|
+
Le(g), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", Z), Le(null);
|
|
601
601
|
break;
|
|
602
602
|
}
|
|
603
603
|
}
|
|
604
|
-
g.ref !== null && (
|
|
604
|
+
g.ref !== null && (Le(g), v("Invalid attribute `ref` supplied to `React.Fragment`."), Le(null));
|
|
605
605
|
}
|
|
606
606
|
}
|
|
607
607
|
var nn = {};
|
|
608
|
-
function sn(g, j,
|
|
608
|
+
function sn(g, j, L, Z, a0, i0) {
|
|
609
609
|
{
|
|
610
|
-
var t0 =
|
|
610
|
+
var t0 = k(g);
|
|
611
611
|
if (!t0) {
|
|
612
612
|
var e0 = "";
|
|
613
613
|
(g === void 0 || typeof g == "object" && g !== null && Object.keys(g).length === 0) && (e0 += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
@@ -616,7 +616,7 @@ Check the top-level render call using <` + H + ">.");
|
|
|
616
616
|
var v0;
|
|
617
617
|
g === null ? v0 = "null" : Ne(g) ? v0 = "array" : g !== void 0 && g.$$typeof === t ? (v0 = "<" + (R(g.type) || "Unknown") + " />", e0 = " Did you accidentally export a JSX literal instead of a component?") : v0 = typeof g, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", v0, e0);
|
|
618
618
|
}
|
|
619
|
-
var _0 = Wo(g, j,
|
|
619
|
+
var _0 = Wo(g, j, L, a0, i0);
|
|
620
620
|
if (_0 == null)
|
|
621
621
|
return _0;
|
|
622
622
|
if (t0) {
|
|
@@ -624,8 +624,8 @@ Check the top-level render call using <` + H + ">.");
|
|
|
624
624
|
if (te !== void 0)
|
|
625
625
|
if (Z)
|
|
626
626
|
if (Ne(te)) {
|
|
627
|
-
for (var
|
|
628
|
-
tn(te[
|
|
627
|
+
for (var He = 0; He < te.length; He++)
|
|
628
|
+
tn(te[He], g);
|
|
629
629
|
Object.freeze && Object.freeze(te);
|
|
630
630
|
} else
|
|
631
631
|
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.");
|
|
@@ -649,11 +649,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
649
649
|
return g === o ? Yo(_0) : $o(_0), _0;
|
|
650
650
|
}
|
|
651
651
|
}
|
|
652
|
-
function Jo(g, j,
|
|
653
|
-
return sn(g, j,
|
|
652
|
+
function Jo(g, j, L) {
|
|
653
|
+
return sn(g, j, L, !0);
|
|
654
654
|
}
|
|
655
|
-
function qo(g, j,
|
|
656
|
-
return sn(g, j,
|
|
655
|
+
function qo(g, j, L) {
|
|
656
|
+
return sn(g, j, L, !1);
|
|
657
657
|
}
|
|
658
658
|
var Uo = qo, Qo = Jo;
|
|
659
659
|
Ye.Fragment = o, Ye.jsx = Uo, Ye.jsxs = Qo;
|
|
@@ -661,16 +661,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
661
661
|
}
|
|
662
662
|
process.env.NODE_ENV === "production" ? f2.exports = Na() : f2.exports = ja();
|
|
663
663
|
var n = f2.exports;
|
|
664
|
-
const pe = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.694%208.284a1.043%201.043%200%200%201%200%201.476l-6.956%206.956a1.044%201.044%200%200%201-1.476%200L4.306%209.76A1.043%201.043%200%201%201%205.78%208.284L12%2014.503l6.219-6.22a1.043%201.043%200%200%201%201.475%200'%20fill='%23070F2C'/%3e%3c/svg%3e", is = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.5%2014.25a2.25%202.25%200%201%201%200-4.5%202.25%202.25%200%200%201%200%204.5Zm7.5%200a2.25%202.25%200%201%201%200-4.5%202.25%202.25%200%200%201%200%204.5Zm7.5%200a2.25%202.25%200%201%201%200-4.5%202.25%202.25%200%200%201%200%204.5Z'%20fill='%23C5C2D7'/%3e%3c/svg%3e", Sa = "_btn_1xkr8_2", Ea = "_disabled_1xkr8_23", Ba = "_btnSm_1xkr8_31", Fa = "_btnAdapt_1xkr8_38", Ra = "_btnXs_1xkr8_42", Va = "_btnPrimary_1xkr8_56",
|
|
664
|
+
const pe = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.694%208.284a1.043%201.043%200%200%201%200%201.476l-6.956%206.956a1.044%201.044%200%200%201-1.476%200L4.306%209.76A1.043%201.043%200%201%201%205.78%208.284L12%2014.503l6.219-6.22a1.043%201.043%200%200%201%201.475%200'%20fill='%23070F2C'/%3e%3c/svg%3e", is = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.5%2014.25a2.25%202.25%200%201%201%200-4.5%202.25%202.25%200%200%201%200%204.5Zm7.5%200a2.25%202.25%200%201%201%200-4.5%202.25%202.25%200%200%201%200%204.5Zm7.5%200a2.25%202.25%200%201%201%200-4.5%202.25%202.25%200%200%201%200%204.5Z'%20fill='%23C5C2D7'/%3e%3c/svg%3e", Sa = "_btn_1xkr8_2", Ea = "_disabled_1xkr8_23", Ba = "_btnSm_1xkr8_31", Fa = "_btnAdapt_1xkr8_38", Ra = "_btnXs_1xkr8_42", Va = "_btnPrimary_1xkr8_56", ka = "_btnSecondary_1xkr8_65", La = "_btnGhost_1xkr8_74", Ha = "_btnDanger_1xkr8_84", Ga = "_btnLink_1xkr8_89", Ta = "_btnMinimal_1xkr8_94", Ma = "_btnGrp_1xkr8_106", Da = "_btnMenu_1xkr8_112", Pa = "_btnMenuSingle_1xkr8_118", za = "_btnAddon_1xkr8_122", Oa = "_btnAddonPrimary_1xkr8_127", Wa = "_btnAddonSecondary_1xkr8_132", Za = "_btnAddonGhost_1xkr8_136", Xa = "_btnImgPrimary_1xkr8_140", $a = "_btnImgSecondary_1xkr8_144", Ya = "_btnImgGhost_1xkr8_148", Ja = "_btnImgSm_1xkr8_152", qa = "_menus_1xkr8_157", Ua = "_menu_1xkr8_157", Qa = "_menuDisabled_1xkr8_186", Ka = "_menuIcon_1xkr8_195", er = "_customTrigger_1xkr8_206", tr = "_customTriggerActive_1xkr8_218", nr = "_actionsBoxRegular_1xkr8_224", sr = "_actionsBoxSmall_1xkr8_235", or = "_actionsDropdownSpan_1xkr8_240", ar = "_actionsDropdown_1xkr8_240", rr = "_actionsDropdownActive_1xkr8_261", lr = "_chevronDown_1xkr8_265", z = {
|
|
665
665
|
btn: Sa,
|
|
666
666
|
disabled: Ea,
|
|
667
667
|
btnSm: Ba,
|
|
668
668
|
btnAdapt: Fa,
|
|
669
669
|
btnXs: Ra,
|
|
670
670
|
btnPrimary: Va,
|
|
671
|
-
btnSecondary:
|
|
672
|
-
btnGhost:
|
|
673
|
-
btnDanger:
|
|
671
|
+
btnSecondary: ka,
|
|
672
|
+
btnGhost: La,
|
|
673
|
+
btnDanger: Ha,
|
|
674
674
|
btnLink: Ga,
|
|
675
675
|
btnMinimal: Ta,
|
|
676
676
|
btnGrp: Ma,
|
|
@@ -720,7 +720,7 @@ function V({
|
|
|
720
720
|
) });
|
|
721
721
|
}
|
|
722
722
|
var X0 = /* @__PURE__ */ ((e) => (e.PRIMARY = "primary", e.SECONDARY = "secondary", e.GHOST = "ghost", e.DANGER = "danger", e.LINK = "link", e.MINIMAL = "minimal", e))(X0 || {});
|
|
723
|
-
function
|
|
723
|
+
function L0({
|
|
724
724
|
children: e,
|
|
725
725
|
variant: t = "primary",
|
|
726
726
|
disabled: a = !1,
|
|
@@ -924,8 +924,8 @@ function ir({
|
|
|
924
924
|
}
|
|
925
925
|
);
|
|
926
926
|
}
|
|
927
|
-
|
|
928
|
-
|
|
927
|
+
L0.MenuButton = cs;
|
|
928
|
+
L0.ActionsDropdown = ir;
|
|
929
929
|
const cr = "_container_1htmo_1", ur = "_containerRow_1htmo_11", dr = "_title_1htmo_16", mr = "_textRow_1htmo_27", pr = "_desc_1htmo_31", hr = "_info_1htmo_45", gr = "_iconBox_1htmo_49", vr = "_icon_1htmo_49", ge = {
|
|
930
930
|
container: cr,
|
|
931
931
|
containerRow: ur,
|
|
@@ -957,10 +957,10 @@ function us({
|
|
|
957
957
|
/* @__PURE__ */ n.jsx("h6", { className: I(ge.title, o === "row" && ge.textRow), children: t }),
|
|
958
958
|
a && /* @__PURE__ */ n.jsx("p", { className: I(ge.desc, o === "row" && ge.textRow), children: a })
|
|
959
959
|
] }),
|
|
960
|
-
s && /* @__PURE__ */ n.jsx(
|
|
960
|
+
s && /* @__PURE__ */ n.jsx(L0, { onClick: r, variant: X0.GHOST, children: s })
|
|
961
961
|
] });
|
|
962
962
|
}
|
|
963
|
-
const fr = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='currentColor'%3e%3cpath%20d='M4.627%208.889%204%204l2.483%202.207L9.5%208.889H4.627Z'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.65%203.337a.75.75%200%200%201%20.848.102l1.988%201.767A8.725%208.725%200%200%201%2012%203.25a8.725%208.725%200%200%201%206.187%202.563A8.725%208.725%200%200%201%2020.75%2012a8.725%208.725%200%200%201-2.563%206.187A8.724%208.724%200%200%201%2012%2020.75a8.725%208.725%200%200%201-6.187-2.563%208.764%208.764%200%200%201-1.876-2.784.75.75%200%200%201%201.381-.584A7.262%207.262%200%200%200%2012%2019.25a7.225%207.225%200%200%200%205.127-2.123A7.225%207.225%200%200%200%2019.25%2012a7.226%207.226%200%200%200-2.123-5.127A7.225%207.225%200%200%200%2012%204.75a7.225%207.225%200%200%200-4.375%201.469l2.373%202.11a.75.75%200%200%201-.498%201.31H4.628a.75.75%200%200%201-.744-.655l-.628-4.889a.75.75%200%200%201%20.394-.758ZM5.404%206.25l-.405-.36.094.736c.1-.128.204-.254.31-.376Zm.458%201.888c.199-.314.42-.612.663-.891l1.002.89H5.862Z'/%3e%3c/g%3e%3c/svg%3e", br = "_filters_14ho9_1", xr = "_filtersInfo_14ho9_7", Cr = "_filter_14ho9_1", Ir = "_filterIcon2_14ho9_22", _r = "_filterCol_14ho9_26", yr = "_filterActive_14ho9_34", Ar = "_filterIcon_14ho9_22", wr = "_resetIcon2_14ho9_44", Nr = "_totalSelected_14ho9_68", jr = "_positioner_14ho9_80", Sr = "_dropdown_14ho9_84", Er = "_options_14ho9_99", Br = "_optionsEmpty_14ho9_107", Fr = "_option_14ho9_99", Rr = "_selectedFilters_14ho9_132", Vr = "_dropdownSearch_14ho9_139",
|
|
963
|
+
const fr = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='currentColor'%3e%3cpath%20d='M4.627%208.889%204%204l2.483%202.207L9.5%208.889H4.627Z'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.65%203.337a.75.75%200%200%201%20.848.102l1.988%201.767A8.725%208.725%200%200%201%2012%203.25a8.725%208.725%200%200%201%206.187%202.563A8.725%208.725%200%200%201%2020.75%2012a8.725%208.725%200%200%201-2.563%206.187A8.724%208.724%200%200%201%2012%2020.75a8.725%208.725%200%200%201-6.187-2.563%208.764%208.764%200%200%201-1.876-2.784.75.75%200%200%201%201.381-.584A7.262%207.262%200%200%200%2012%2019.25a7.225%207.225%200%200%200%205.127-2.123A7.225%207.225%200%200%200%2019.25%2012a7.226%207.226%200%200%200-2.123-5.127A7.225%207.225%200%200%200%2012%204.75a7.225%207.225%200%200%200-4.375%201.469l2.373%202.11a.75.75%200%200%201-.498%201.31H4.628a.75.75%200%200%201-.744-.655l-.628-4.889a.75.75%200%200%201%20.394-.758ZM5.404%206.25l-.405-.36.094.736c.1-.128.204-.254.31-.376Zm.458%201.888c.199-.314.42-.612.663-.891l1.002.89H5.862Z'/%3e%3c/g%3e%3c/svg%3e", br = "_filters_14ho9_1", xr = "_filtersInfo_14ho9_7", Cr = "_filter_14ho9_1", Ir = "_filterIcon2_14ho9_22", _r = "_filterCol_14ho9_26", yr = "_filterActive_14ho9_34", Ar = "_filterIcon_14ho9_22", wr = "_resetIcon2_14ho9_44", Nr = "_totalSelected_14ho9_68", jr = "_positioner_14ho9_80", Sr = "_dropdown_14ho9_84", Er = "_options_14ho9_99", Br = "_optionsEmpty_14ho9_107", Fr = "_option_14ho9_99", Rr = "_selectedFilters_14ho9_132", Vr = "_dropdownSearch_14ho9_139", kr = "_footerBox_14ho9_148", Lr = "_footer_14ho9_148", Hr = "_resetBtn_14ho9_168", Gr = "_resetIcon_14ho9_44", Tr = "_optionLabel_14ho9_198", Mr = "_filterTooltip_14ho9_228", Dr = "_filterValue_14ho9_244", Pr = "_filterTooltipTrigger_14ho9_258", c0 = {
|
|
964
964
|
filters: br,
|
|
965
965
|
filtersInfo: xr,
|
|
966
966
|
filter: Cr,
|
|
@@ -977,9 +977,9 @@ const fr = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%20
|
|
|
977
977
|
option: Fr,
|
|
978
978
|
selectedFilters: Rr,
|
|
979
979
|
dropdownSearch: Vr,
|
|
980
|
-
footerBox:
|
|
981
|
-
footer:
|
|
982
|
-
resetBtn:
|
|
980
|
+
footerBox: kr,
|
|
981
|
+
footer: Lr,
|
|
982
|
+
resetBtn: Hr,
|
|
983
983
|
resetIcon: Gr,
|
|
984
984
|
optionLabel: Tr,
|
|
985
985
|
filterTooltip: Mr,
|
|
@@ -1052,7 +1052,7 @@ const Wr = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%20
|
|
|
1052
1052
|
searchIcon: Yr,
|
|
1053
1053
|
clearIcon: Jr
|
|
1054
1054
|
};
|
|
1055
|
-
function
|
|
1055
|
+
function ke({
|
|
1056
1056
|
id: e,
|
|
1057
1057
|
search: t,
|
|
1058
1058
|
setSearch: a,
|
|
@@ -1166,7 +1166,7 @@ function qr({
|
|
|
1166
1166
|
/* @__PURE__ */ n.jsx("div", { ...m.getPositionerProps(), className: c0.positioner, children: m.open && /* @__PURE__ */ n.jsxs("div", { ...m.getContentProps(), className: c0.dropdown, onKeyDown: () => {
|
|
1167
1167
|
}, children: [
|
|
1168
1168
|
!((b = e.config) != null && b.hideSearch) && /* @__PURE__ */ n.jsx("div", { className: c0.dropdownSearch, children: /* @__PURE__ */ n.jsx(
|
|
1169
|
-
|
|
1169
|
+
ke,
|
|
1170
1170
|
{
|
|
1171
1171
|
id: "filter-search",
|
|
1172
1172
|
search: c,
|
|
@@ -1372,7 +1372,7 @@ const Kt = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1 }, b2
|
|
|
1372
1372
|
);
|
|
1373
1373
|
}
|
|
1374
1374
|
a !== void 0 && t(a);
|
|
1375
|
-
}, mn =
|
|
1375
|
+
}, mn = Ht()(
|
|
1376
1376
|
ms((e) => ({
|
|
1377
1377
|
filters: [],
|
|
1378
1378
|
setDefaultFilters: (t) => e({ filters: t }),
|
|
@@ -1482,8 +1482,8 @@ function il({ actionsConfig: e, data: t }) {
|
|
|
1482
1482
|
...u,
|
|
1483
1483
|
disabled: typeof u.disabled == "function" ? u.disabled(t) : !1
|
|
1484
1484
|
}));
|
|
1485
|
-
return !s && !r ? /* @__PURE__ */ n.jsx("div", { className: t2.box, children: /* @__PURE__ */ n.jsx(
|
|
1486
|
-
/* @__PURE__ */ n.jsx(
|
|
1485
|
+
return !s && !r ? /* @__PURE__ */ n.jsx("div", { className: t2.box, children: /* @__PURE__ */ n.jsx(L0.ActionsDropdown, { menuItems: c, data: t }) }) : /* @__PURE__ */ n.jsxs("div", { className: t2.box, children: [
|
|
1486
|
+
/* @__PURE__ */ n.jsx(L0.ActionsDropdown, { menuItems: c, data: t, variant: "small" }),
|
|
1487
1487
|
r ? r(t) : s && t[s] ? /* @__PURE__ */ n.jsx("div", { className: t2.label, children: t[s] }) : null
|
|
1488
1488
|
] });
|
|
1489
1489
|
}
|
|
@@ -1507,7 +1507,7 @@ function gl({
|
|
|
1507
1507
|
/* @__PURE__ */ n.jsxs("div", { className: Ge.selectedAction, children: [
|
|
1508
1508
|
s && /* @__PURE__ */ n.jsx("div", { children: /* @__PURE__ */ n.jsx(V, { path: s || "", svgClassName: Ge.selectedIcon }) }),
|
|
1509
1509
|
/* @__PURE__ */ n.jsx(
|
|
1510
|
-
|
|
1510
|
+
L0.MenuButton,
|
|
1511
1511
|
{
|
|
1512
1512
|
variant: X0.SECONDARY,
|
|
1513
1513
|
size: "sm",
|
|
@@ -1518,7 +1518,7 @@ function gl({
|
|
|
1518
1518
|
iconSrc: r.icon
|
|
1519
1519
|
}))) || [],
|
|
1520
1520
|
positionerProps: { placement: "bottom-start" },
|
|
1521
|
-
children: /* @__PURE__ */ n.jsxs(
|
|
1521
|
+
children: /* @__PURE__ */ n.jsxs(L0, { variant: X0.SECONDARY, size: "sm", children: [
|
|
1522
1522
|
"Actions",
|
|
1523
1523
|
/* @__PURE__ */ n.jsx(
|
|
1524
1524
|
V,
|
|
@@ -1552,10 +1552,10 @@ const vl = "data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%20
|
|
|
1552
1552
|
tableHeaderSortSpan: Fl,
|
|
1553
1553
|
tableHeaderSortIcon: Rl,
|
|
1554
1554
|
tableScrollContainer: Vl
|
|
1555
|
-
},
|
|
1556
|
-
box:
|
|
1557
|
-
selector:
|
|
1558
|
-
active:
|
|
1555
|
+
}, kl = "_box_14y29_1", Ll = "_selector_14y29_9", Hl = "_active_14y29_29", n2 = {
|
|
1556
|
+
box: kl,
|
|
1557
|
+
selector: Ll,
|
|
1558
|
+
active: Hl
|
|
1559
1559
|
};
|
|
1560
1560
|
function Gl({ selectors: e }) {
|
|
1561
1561
|
const [t, a] = f.useState(0);
|
|
@@ -1618,7 +1618,7 @@ function zl({
|
|
|
1618
1618
|
}
|
|
1619
1619
|
) });
|
|
1620
1620
|
}
|
|
1621
|
-
function
|
|
1621
|
+
function a9({
|
|
1622
1622
|
data: e,
|
|
1623
1623
|
loaderConfig: t,
|
|
1624
1624
|
columns: a,
|
|
@@ -1654,7 +1654,7 @@ function of({
|
|
|
1654
1654
|
}, [v]), f.useEffect(() => {
|
|
1655
1655
|
p && S && p.fetchNextPage();
|
|
1656
1656
|
}, [p == null ? void 0 : p.fetchNextPage, S]);
|
|
1657
|
-
const
|
|
1657
|
+
const k = [
|
|
1658
1658
|
{
|
|
1659
1659
|
id: lt,
|
|
1660
1660
|
header: (R) => /* @__PURE__ */ n.jsx(
|
|
@@ -1702,7 +1702,7 @@ function of({
|
|
|
1702
1702
|
}
|
|
1703
1703
|
], q = ss({
|
|
1704
1704
|
data: e,
|
|
1705
|
-
columns:
|
|
1705
|
+
columns: k,
|
|
1706
1706
|
state: {
|
|
1707
1707
|
sorting: _,
|
|
1708
1708
|
columnVisibility: b,
|
|
@@ -1751,7 +1751,7 @@ function of({
|
|
|
1751
1751
|
/* @__PURE__ */ n.jsxs("div", { className: m0.selectorGrp, children: [
|
|
1752
1752
|
typeof u == "object" && /* @__PURE__ */ n.jsx(Gl, { selectors: u == null ? void 0 : u.selectors }),
|
|
1753
1753
|
typeof c == "object" && /* @__PURE__ */ n.jsx("div", { className: m0.search, children: /* @__PURE__ */ n.jsx(
|
|
1754
|
-
|
|
1754
|
+
ke,
|
|
1755
1755
|
{
|
|
1756
1756
|
id: "table-search",
|
|
1757
1757
|
search: c.search,
|
|
@@ -1902,7 +1902,7 @@ const Ol = "_backdropLayer_w582c_1", Wl = "_show_w582c_12", Zl = "_backdrop_w582
|
|
|
1902
1902
|
footerBtn: di,
|
|
1903
1903
|
saveBtn: mi,
|
|
1904
1904
|
cancelBtn: pi
|
|
1905
|
-
}, it = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.1296%205.5226C13.4012%205.79427%2013.4012%206.23473%2013.1296%206.5064L8.49188%2011.1441C8.22021%2011.4158%207.77975%2011.4158%207.50808%2011.1441L2.8704%206.5064C2.59873%206.23473%202.59873%205.79427%202.8704%205.5226C3.14207%205.25093%203.58253%205.25093%203.8542%205.5226L7.99998%209.66838L12.1458%205.5226C12.4174%205.25093%2012.8579%205.25093%2013.1296%205.5226Z'%20fill='currentColor'/%3e%3c/svg%3e", hi = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.66667%207.99996C6.66667%207.26358%207.25967%206.66663%207.99117%206.66663H8.00883C8.74033%206.66663%209.33333%207.26358%209.33333%207.99996C9.33333%208.73634%208.74033%209.33329%208.00883%209.33329H7.99117C7.25967%209.33329%206.66667%208.73634%206.66667%207.99996Z'%20fill='currentColor'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.66667%207.99996C2.66667%207.26358%203.25967%206.66663%203.99117%206.66663H4.00883C4.74033%206.66663%205.33333%207.26358%205.33333%207.99996C5.33333%208.73634%204.74033%209.33329%204.00883%209.33329H3.99117C3.25967%209.33329%202.66667%208.73634%202.66667%207.99996Z'%20fill='currentColor'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.6667%207.99996C10.6667%207.26358%2011.2597%206.66663%2011.9912%206.66663H12.0088C12.7403%206.66663%2013.3333%207.26358%2013.3333%207.99996C13.3333%208.73634%2012.7403%209.33329%2012.0088%209.33329H11.9912C11.2597%209.33329%2010.6667%208.73634%2010.6667%207.99996Z'%20fill='currentColor'/%3e%3c/svg%3e", gi = "_btn_1m7zg_2", vi = "_disabled_1m7zg_23", fi = "_btnSmall_1m7zg_31", bi = "_btnDefault_1m7zg_39", xi = "_btnPrimary_1m7zg_48", Ci = "_btnSecondary_1m7zg_62", Ii = "_btnTertiary_1m7zg_79", _i = "_btnLink_1m7zg_97", yi = "_focusVisible_1m7zg_119", Ai = "_iconOnlySmall_1m7zg_131", wi = "_iconOnlyDefault_1m7zg_136", Ni = "_menus_1m7zg_144", ji = "_menu_1m7zg_144", Si = "_menuDisabled_1m7zg_174", Ei = "_btnGrp_1m7zg_183", Bi = "_grpTextBtn_1m7zg_188", Fi = "_grpIconBtn_1m7zg_195", Ri = "_btnAddonSmall_1m7zg_203", Vi = "_btnAddonPrimary_1m7zg_208",
|
|
1905
|
+
}, it = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.1296%205.5226C13.4012%205.79427%2013.4012%206.23473%2013.1296%206.5064L8.49188%2011.1441C8.22021%2011.4158%207.77975%2011.4158%207.50808%2011.1441L2.8704%206.5064C2.59873%206.23473%202.59873%205.79427%202.8704%205.5226C3.14207%205.25093%203.58253%205.25093%203.8542%205.5226L7.99998%209.66838L12.1458%205.5226C12.4174%205.25093%2012.8579%205.25093%2013.1296%205.5226Z'%20fill='currentColor'/%3e%3c/svg%3e", hi = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.66667%207.99996C6.66667%207.26358%207.25967%206.66663%207.99117%206.66663H8.00883C8.74033%206.66663%209.33333%207.26358%209.33333%207.99996C9.33333%208.73634%208.74033%209.33329%208.00883%209.33329H7.99117C7.25967%209.33329%206.66667%208.73634%206.66667%207.99996Z'%20fill='currentColor'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.66667%207.99996C2.66667%207.26358%203.25967%206.66663%203.99117%206.66663H4.00883C4.74033%206.66663%205.33333%207.26358%205.33333%207.99996C5.33333%208.73634%204.74033%209.33329%204.00883%209.33329H3.99117C3.25967%209.33329%202.66667%208.73634%202.66667%207.99996Z'%20fill='currentColor'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.6667%207.99996C10.6667%207.26358%2011.2597%206.66663%2011.9912%206.66663H12.0088C12.7403%206.66663%2013.3333%207.26358%2013.3333%207.99996C13.3333%208.73634%2012.7403%209.33329%2012.0088%209.33329H11.9912C11.2597%209.33329%2010.6667%208.73634%2010.6667%207.99996Z'%20fill='currentColor'/%3e%3c/svg%3e", gi = "_btn_1m7zg_2", vi = "_disabled_1m7zg_23", fi = "_btnSmall_1m7zg_31", bi = "_btnDefault_1m7zg_39", xi = "_btnPrimary_1m7zg_48", Ci = "_btnSecondary_1m7zg_62", Ii = "_btnTertiary_1m7zg_79", _i = "_btnLink_1m7zg_97", yi = "_focusVisible_1m7zg_119", Ai = "_iconOnlySmall_1m7zg_131", wi = "_iconOnlyDefault_1m7zg_136", Ni = "_menus_1m7zg_144", ji = "_menu_1m7zg_144", Si = "_menuDisabled_1m7zg_174", Ei = "_btnGrp_1m7zg_183", Bi = "_grpTextBtn_1m7zg_188", Fi = "_grpIconBtn_1m7zg_195", Ri = "_btnAddonSmall_1m7zg_203", Vi = "_btnAddonPrimary_1m7zg_208", ki = "_btnAddonSecondary_1m7zg_212", Li = "_btnAddonTertiary_1m7zg_216", Hi = "_menuIcon_1m7zg_220", Gi = "_btnActions_1m7zg_228", Ti = "_moreMenuIcon_1m7zg_236", Mi = "_moreMenuIconSecondary_1m7zg_240", Di = "_btnTable_1m7zg_244", Pi = "_moreMenuIconTable_1m7zg_249", zi = "_btnGrpLeft_1m7zg_260", Oi = "_btnGrpRight_1m7zg_277", Wi = "_chevronDownSpan_1m7zg_282", Zi = "_chevronDown_1m7zg_282", Xi = "_groupActionTable_1m7zg_295", D = {
|
|
1906
1906
|
btn: gi,
|
|
1907
1907
|
disabled: vi,
|
|
1908
1908
|
btnSmall: fi,
|
|
@@ -1922,9 +1922,9 @@ const Ol = "_backdropLayer_w582c_1", Wl = "_show_w582c_12", Zl = "_backdrop_w582
|
|
|
1922
1922
|
grpIconBtn: Fi,
|
|
1923
1923
|
btnAddonSmall: Ri,
|
|
1924
1924
|
btnAddonPrimary: Vi,
|
|
1925
|
-
btnAddonSecondary:
|
|
1926
|
-
btnAddonTertiary:
|
|
1927
|
-
menuIcon:
|
|
1925
|
+
btnAddonSecondary: ki,
|
|
1926
|
+
btnAddonTertiary: Li,
|
|
1927
|
+
menuIcon: Hi,
|
|
1928
1928
|
btnActions: Gi,
|
|
1929
1929
|
moreMenuIcon: Ti,
|
|
1930
1930
|
moreMenuIconSecondary: Mi,
|
|
@@ -2003,49 +2003,49 @@ function gs({
|
|
|
2003
2003
|
}, [y.open]);
|
|
2004
2004
|
const N = f.useRef(y.open);
|
|
2005
2005
|
f.useEffect(() => {
|
|
2006
|
-
var
|
|
2007
|
-
N.current = y.open, y.open ? b(!0) : (b(!1), (
|
|
2006
|
+
var k;
|
|
2007
|
+
N.current = y.open, y.open ? b(!0) : (b(!1), (k = C.current) == null || k.blur());
|
|
2008
2008
|
}, [y.open]);
|
|
2009
2009
|
const B = () => {
|
|
2010
2010
|
N.current && y.setOpen(!1);
|
|
2011
2011
|
};
|
|
2012
2012
|
f.useEffect(() => {
|
|
2013
|
-
const
|
|
2014
|
-
return P && (P.addEventListener("focus",
|
|
2015
|
-
P && (P.removeEventListener("focus",
|
|
2013
|
+
const k = () => b(!0), q = () => b(!1), P = C.current;
|
|
2014
|
+
return P && (P.addEventListener("focus", k), P.addEventListener("blur", q)), () => {
|
|
2015
|
+
P && (P.removeEventListener("focus", k), P.removeEventListener("blur", q));
|
|
2016
2016
|
};
|
|
2017
2017
|
}, []);
|
|
2018
|
-
const w = (
|
|
2019
|
-
C.current && !C.current.contains(
|
|
2018
|
+
const w = (k) => {
|
|
2019
|
+
C.current && !C.current.contains(k.target) && v.current && !v.current.contains(k.target) && (b(!1), y.setOpen(!1));
|
|
2020
2020
|
};
|
|
2021
2021
|
f.useEffect(() => (document.addEventListener("mousedown", w), () => {
|
|
2022
2022
|
document.removeEventListener("mousedown", w);
|
|
2023
2023
|
}), []), f.useEffect(() => {
|
|
2024
2024
|
if (l) {
|
|
2025
|
-
const
|
|
2026
|
-
if (
|
|
2027
|
-
return
|
|
2025
|
+
const k = document.getElementById("zap-table-scroll-container");
|
|
2026
|
+
if (k)
|
|
2027
|
+
return k.addEventListener("scroll", B, { passive: !0 }), () => k.removeEventListener("scroll", B);
|
|
2028
2028
|
}
|
|
2029
2029
|
}, []);
|
|
2030
|
-
const G = /* @__PURE__ */ n.jsx(n.Fragment, { children: o.length > 0 && /* @__PURE__ */ n.jsx("div", { ...y.getPositionerProps(), children: /* @__PURE__ */ n.jsx("div", { ...y.getContentProps(), className: D.menus, style: A, children: o.filter((
|
|
2030
|
+
const G = /* @__PURE__ */ n.jsx(n.Fragment, { children: o.length > 0 && /* @__PURE__ */ n.jsx("div", { ...y.getPositionerProps(), children: /* @__PURE__ */ n.jsx("div", { ...y.getContentProps(), className: D.menus, style: A, children: o.filter((k) => k.filterFn ? k.filterFn(s) : !0).map((k) => /* @__PURE__ */ n.jsxs(
|
|
2031
2031
|
"div",
|
|
2032
2032
|
{
|
|
2033
|
-
className: I(D.menu, { [D.menuDisabled]:
|
|
2034
|
-
...y.getItemProps({ value:
|
|
2035
|
-
onClick:
|
|
2036
|
-
style:
|
|
2033
|
+
className: I(D.menu, { [D.menuDisabled]: k.disabled }),
|
|
2034
|
+
...y.getItemProps({ value: k.label.toLowerCase() }),
|
|
2035
|
+
onClick: k.disabled ? void 0 : u ? () => k.onClick(s) : k.onClick,
|
|
2036
|
+
style: k.customStyles,
|
|
2037
2037
|
children: [
|
|
2038
|
-
|
|
2038
|
+
k.iconSrc && /* @__PURE__ */ n.jsx(
|
|
2039
2039
|
V,
|
|
2040
2040
|
{
|
|
2041
|
-
path:
|
|
2042
|
-
svgClassName: I(D.menuIcon,
|
|
2041
|
+
path: k.iconSrc,
|
|
2042
|
+
svgClassName: I(D.menuIcon, k.customSvgClassName)
|
|
2043
2043
|
}
|
|
2044
2044
|
),
|
|
2045
|
-
|
|
2045
|
+
k.label
|
|
2046
2046
|
]
|
|
2047
2047
|
},
|
|
2048
|
-
|
|
2048
|
+
k.label
|
|
2049
2049
|
)) }) }) });
|
|
2050
2050
|
return /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
2051
2051
|
h ? /* @__PURE__ */ n.jsxs(
|
|
@@ -2220,7 +2220,7 @@ const Yi = "_backdrop_12nnm_1", Ji = "_container_12nnm_16", qi = "_contentWrappe
|
|
|
2220
2220
|
return e;
|
|
2221
2221
|
}
|
|
2222
2222
|
};
|
|
2223
|
-
function
|
|
2223
|
+
function r9({ children: e, api: t, buttons: a, showBorder: o = !0 }) {
|
|
2224
2224
|
return /* @__PURE__ */ n.jsx("div", { className: I(U0.footer, { [U0.showBorder]: o }), children: e || /* @__PURE__ */ n.jsx("div", { className: U0.btnsContainer, children: a.map((s, r) => /* @__PURE__ */ n.jsx(
|
|
2225
2225
|
ae,
|
|
2226
2226
|
{
|
|
@@ -2248,7 +2248,7 @@ function af({ children: e, api: t, buttons: a, showBorder: o = !0 }) {
|
|
|
2248
2248
|
r
|
|
2249
2249
|
)) }) });
|
|
2250
2250
|
}
|
|
2251
|
-
function
|
|
2251
|
+
function l9({
|
|
2252
2252
|
isOpen: e,
|
|
2253
2253
|
onClose: t,
|
|
2254
2254
|
children: a,
|
|
@@ -2272,8 +2272,8 @@ function rf({
|
|
|
2272
2272
|
const y = f.useRef(null), A = f.useRef(null), S = f.useRef(null), N = C === "left" ? "-100%" : "100%", B = !u && !d;
|
|
2273
2273
|
return f.useEffect(() => {
|
|
2274
2274
|
const w = setTimeout(() => {
|
|
2275
|
-
var G,
|
|
2276
|
-
y.current && A && S && (y.current.style.transform = e ? "translateX(0)" : `translateX(${N})`, A.current.style.maxHeight = `calc(100vh - (1.75rem * 2) - ${(G = S.current) == null ? void 0 : G.clientHeight}px)`, A.current.style.height = `calc(100vh - (1.75rem * 2) - ${(
|
|
2275
|
+
var G, k;
|
|
2276
|
+
y.current && A && S && (y.current.style.transform = e ? "translateX(0)" : `translateX(${N})`, A.current.style.maxHeight = `calc(100vh - (1.75rem * 2) - ${(G = S.current) == null ? void 0 : G.clientHeight}px)`, A.current.style.height = `calc(100vh - (1.75rem * 2) - ${(k = S.current) == null ? void 0 : k.clientHeight}px)`);
|
|
2277
2277
|
}, 0);
|
|
2278
2278
|
return () => {
|
|
2279
2279
|
clearTimeout(w);
|
|
@@ -2470,7 +2470,7 @@ function Tt({
|
|
|
2470
2470
|
paddingTop: r ? "0" : "12px"
|
|
2471
2471
|
},
|
|
2472
2472
|
children: [
|
|
2473
|
-
r && /* @__PURE__ */ n.jsx("div", { className: b0.searchContainer, onClick: (v) => v.stopPropagation(), children: /* @__PURE__ */ n.jsx(
|
|
2473
|
+
r && /* @__PURE__ */ n.jsx("div", { className: b0.searchContainer, onClick: (v) => v.stopPropagation(), children: /* @__PURE__ */ n.jsx(ke, { search: d, setSearch: m, id: "input-add-on-search" }) }),
|
|
2474
2474
|
(C = o == null ? void 0 : o.filter(b)) == null ? void 0 : C.map((v) => /* @__PURE__ */ n.jsx(
|
|
2475
2475
|
"div",
|
|
2476
2476
|
{
|
|
@@ -2587,7 +2587,7 @@ const j2 = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%20
|
|
|
2587
2587
|
content: Rc,
|
|
2588
2588
|
arrow: Vc
|
|
2589
2589
|
};
|
|
2590
|
-
function
|
|
2590
|
+
function kc({ children: e, api: t, customStyles: a = {} }) {
|
|
2591
2591
|
return /* @__PURE__ */ n.jsx(
|
|
2592
2592
|
"button",
|
|
2593
2593
|
{
|
|
@@ -2599,7 +2599,7 @@ function Lc({ children: e, api: t, customStyles: a = {} }) {
|
|
|
2599
2599
|
}
|
|
2600
2600
|
);
|
|
2601
2601
|
}
|
|
2602
|
-
function
|
|
2602
|
+
function Lc({
|
|
2603
2603
|
children: e,
|
|
2604
2604
|
api: t,
|
|
2605
2605
|
bg: a = "black",
|
|
@@ -2658,8 +2658,8 @@ function nt({
|
|
|
2658
2658
|
}));
|
|
2659
2659
|
return /* @__PURE__ */ n.jsx(n.Fragment, { children: c });
|
|
2660
2660
|
}
|
|
2661
|
-
nt.Trigger =
|
|
2662
|
-
nt.Content =
|
|
2661
|
+
nt.Trigger = kc;
|
|
2662
|
+
nt.Content = Lc;
|
|
2663
2663
|
function Dt({
|
|
2664
2664
|
children: e,
|
|
2665
2665
|
customClasses: t,
|
|
@@ -2695,10 +2695,10 @@ function Dt({
|
|
|
2695
2695
|
}
|
|
2696
2696
|
Dt.displayName = x0.INPUT_LABEL;
|
|
2697
2697
|
Dt.id = x0.INPUT_LABEL;
|
|
2698
|
-
function
|
|
2698
|
+
function Hc({ api: e }) {
|
|
2699
2699
|
return /* @__PURE__ */ n.jsx("div", { ...e == null ? void 0 : e.getBackdropProps(), className: U0.backdrop });
|
|
2700
2700
|
}
|
|
2701
|
-
function
|
|
2701
|
+
function i9({
|
|
2702
2702
|
isOpen: e,
|
|
2703
2703
|
onClose: t,
|
|
2704
2704
|
children: a,
|
|
@@ -2724,21 +2724,21 @@ function lf({
|
|
|
2724
2724
|
size: o
|
|
2725
2725
|
}));
|
|
2726
2726
|
return /* @__PURE__ */ n.jsxs(Ve, { children: [
|
|
2727
|
-
s && /* @__PURE__ */ n.jsx(
|
|
2727
|
+
s && /* @__PURE__ */ n.jsx(Hc, { api: u }),
|
|
2728
2728
|
d
|
|
2729
2729
|
] });
|
|
2730
2730
|
}
|
|
2731
|
-
function
|
|
2731
|
+
function c9({ children: e, api: t, customStyles: a = {} }) {
|
|
2732
2732
|
return /* @__PURE__ */ n.jsx("div", { ...t.getDescriptionProps(), className: U0.body, style: a, children: e });
|
|
2733
2733
|
}
|
|
2734
|
-
function
|
|
2734
|
+
function u9({ children: e, api: t, size: a = "md" }) {
|
|
2735
2735
|
const o = f.Children.toArray(e).map((s) => f.cloneElement(s, {
|
|
2736
2736
|
...s.props,
|
|
2737
2737
|
api: t
|
|
2738
2738
|
}));
|
|
2739
2739
|
return /* @__PURE__ */ n.jsx("div", { ...t == null ? void 0 : t.containerProps, className: U0.container, children: /* @__PURE__ */ n.jsx("div", { className: I(U0.contentWrapper, U0[a]), children: /* @__PURE__ */ n.jsx("div", { ...t == null ? void 0 : t.getContentProps(), className: U0.content, children: o }) }) });
|
|
2740
2740
|
}
|
|
2741
|
-
function
|
|
2741
|
+
function d9({
|
|
2742
2742
|
children: e,
|
|
2743
2743
|
api: t,
|
|
2744
2744
|
showCrossBtn: a = !0,
|
|
@@ -2801,7 +2801,7 @@ function Gc({
|
|
|
2801
2801
|
}));
|
|
2802
2802
|
return /* @__PURE__ */ n.jsx(n.Fragment, { children: u });
|
|
2803
2803
|
}
|
|
2804
|
-
function
|
|
2804
|
+
function m9({ children: e, api: t, styles: a, className: o }) {
|
|
2805
2805
|
return /* @__PURE__ */ n.jsx(
|
|
2806
2806
|
"button",
|
|
2807
2807
|
{
|
|
@@ -2864,10 +2864,10 @@ function Zc({
|
|
|
2864
2864
|
}
|
|
2865
2865
|
) });
|
|
2866
2866
|
}
|
|
2867
|
-
function
|
|
2867
|
+
function p9({ children: e, api: t, styles: a, className: o }) {
|
|
2868
2868
|
return /* @__PURE__ */ n.jsx("div", { ...t == null ? void 0 : t.getDescriptionProps(), style: a, className: o, children: e });
|
|
2869
2869
|
}
|
|
2870
|
-
function
|
|
2870
|
+
function h9({ children: e, api: t, styles: a, className: o }) {
|
|
2871
2871
|
return /* @__PURE__ */ n.jsx("div", { ...t == null ? void 0 : t.getTitleProps(), style: a, className: o, children: e });
|
|
2872
2872
|
}
|
|
2873
2873
|
function Xc({
|
|
@@ -3024,7 +3024,7 @@ const $c = "_selectContainer_9l7og_1", Yc = "_errorMsg_9l7og_6", Jc = "_multiLab
|
|
|
3024
3024
|
}
|
|
3025
3025
|
),
|
|
3026
3026
|
/* @__PURE__ */ n.jsx("div", { className: I(y0.label), children: /* @__PURE__ */ n.jsx("span", { children: e.data.label }) })
|
|
3027
|
-
] }) }), R2 = (e) => /* @__PURE__ */ n.jsx(Q0.MultiValueRemove, { ...e, children: /* @__PURE__ */ n.jsx(V, { path: re, spanClassName: y0.closeSpan }) }), V2 = (e) => /* @__PURE__ */ n.jsx(Q0.ClearIndicator, { ...e, children: /* @__PURE__ */ n.jsx(V, { path: re, spanClassName: y0.closeSpan }) }),
|
|
3027
|
+
] }) }), R2 = (e) => /* @__PURE__ */ n.jsx(Q0.MultiValueRemove, { ...e, children: /* @__PURE__ */ n.jsx(V, { path: re, spanClassName: y0.closeSpan }) }), V2 = (e) => /* @__PURE__ */ n.jsx(Q0.ClearIndicator, { ...e, children: /* @__PURE__ */ n.jsx(V, { path: re, spanClassName: y0.closeSpan }) }), k2 = (e) => /* @__PURE__ */ n.jsx(Q0.DropdownIndicator, { ...e, children: /* @__PURE__ */ n.jsx(V, { path: pe, spanClassName: y0.downArrowSpan }) }), L2 = (e) => /* @__PURE__ */ n.jsx(Q0.SingleValue, { ...e, children: /* @__PURE__ */ n.jsxs("div", { className: y0.singleValueContainer, children: [
|
|
3028
3028
|
e.data.profileImgUrl && /* @__PURE__ */ n.jsx(
|
|
3029
3029
|
"img",
|
|
3030
3030
|
{
|
|
@@ -3035,7 +3035,7 @@ const $c = "_selectContainer_9l7og_1", Yc = "_errorMsg_9l7og_6", Jc = "_multiLab
|
|
|
3035
3035
|
),
|
|
3036
3036
|
/* @__PURE__ */ n.jsx("div", { className: I(y0.label), children: /* @__PURE__ */ n.jsx("span", { children: e.data.label }) })
|
|
3037
3037
|
] }) });
|
|
3038
|
-
function
|
|
3038
|
+
function g9({
|
|
3039
3039
|
options: e,
|
|
3040
3040
|
onChange: t,
|
|
3041
3041
|
name: a,
|
|
@@ -3083,9 +3083,9 @@ function gf({
|
|
|
3083
3083
|
Option: B2,
|
|
3084
3084
|
MultiValueLabel: F2,
|
|
3085
3085
|
MultiValueRemove: R2,
|
|
3086
|
-
DropdownIndicator: y ||
|
|
3086
|
+
DropdownIndicator: y || k2,
|
|
3087
3087
|
ClearIndicator: V2,
|
|
3088
|
-
SingleValue:
|
|
3088
|
+
SingleValue: L2
|
|
3089
3089
|
},
|
|
3090
3090
|
isDisabled: _,
|
|
3091
3091
|
onChange: (A, S) => {
|
|
@@ -3350,7 +3350,7 @@ function Ss(e) {
|
|
|
3350
3350
|
function I1(e) {
|
|
3351
3351
|
return e instanceof Element || e instanceof be(e).Element;
|
|
3352
3352
|
}
|
|
3353
|
-
function
|
|
3353
|
+
function H2(e) {
|
|
3354
3354
|
return e instanceof HTMLElement || e instanceof be(e).HTMLElement;
|
|
3355
3355
|
}
|
|
3356
3356
|
function xn(e) {
|
|
@@ -3388,7 +3388,7 @@ function A1(e) {
|
|
|
3388
3388
|
}
|
|
3389
3389
|
function Bs(e) {
|
|
3390
3390
|
const t = A1(e);
|
|
3391
|
-
return y1(t) ? e.ownerDocument ? e.ownerDocument.body : e.body :
|
|
3391
|
+
return y1(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : H2(t) && Es(t) ? t : Bs(t);
|
|
3392
3392
|
}
|
|
3393
3393
|
function Bt(e, t, a) {
|
|
3394
3394
|
var o;
|
|
@@ -3406,7 +3406,7 @@ function I2(e) {
|
|
|
3406
3406
|
function w1(e) {
|
|
3407
3407
|
const t = G2(e);
|
|
3408
3408
|
let a = parseFloat(t.width) || 0, o = parseFloat(t.height) || 0;
|
|
3409
|
-
const s =
|
|
3409
|
+
const s = H2(e), r = s ? e.offsetWidth : a, i = s ? e.offsetHeight : o, c = St(a) !== r || St(o) !== i;
|
|
3410
3410
|
return c && (a = r, o = i), {
|
|
3411
3411
|
width: a,
|
|
3412
3412
|
height: o,
|
|
@@ -3418,7 +3418,7 @@ function T2(e) {
|
|
|
3418
3418
|
}
|
|
3419
3419
|
function Cn(e) {
|
|
3420
3420
|
const t = T2(e);
|
|
3421
|
-
if (!
|
|
3421
|
+
if (!H2(t))
|
|
3422
3422
|
return Et(1);
|
|
3423
3423
|
const a = t.getBoundingClientRect(), {
|
|
3424
3424
|
width: o,
|
|
@@ -3577,7 +3577,7 @@ var Rt = function(t) {
|
|
|
3577
3577
|
className: s(o ?? {}, i(a, t), c)
|
|
3578
3578
|
};
|
|
3579
3579
|
};
|
|
3580
|
-
function
|
|
3580
|
+
function k1(e, t, a) {
|
|
3581
3581
|
if (a) {
|
|
3582
3582
|
var o = a(e, t);
|
|
3583
3583
|
if (typeof o == "string") return o;
|
|
@@ -3587,7 +3587,7 @@ function L1(e, t, a) {
|
|
|
3587
3587
|
function Pt(e) {
|
|
3588
3588
|
return [document.documentElement, document.body, window].indexOf(e) > -1;
|
|
3589
3589
|
}
|
|
3590
|
-
function
|
|
3590
|
+
function L1(e) {
|
|
3591
3591
|
return Pt(e) ? window.innerHeight : e.clientHeight;
|
|
3592
3592
|
}
|
|
3593
3593
|
function Rs(e) {
|
|
@@ -3600,7 +3600,7 @@ function Vt(e, t) {
|
|
|
3600
3600
|
}
|
|
3601
3601
|
e.scrollTop = t;
|
|
3602
3602
|
}
|
|
3603
|
-
function
|
|
3603
|
+
function H1(e) {
|
|
3604
3604
|
var t = getComputedStyle(e), a = t.position === "absolute", o = /(auto|scroll)/;
|
|
3605
3605
|
if (t.position === "fixed") return document.documentElement;
|
|
3606
3606
|
for (var s = e; s = s.parentElement; )
|
|
@@ -3678,12 +3678,12 @@ var W1 = function(t) {
|
|
|
3678
3678
|
}, {});
|
|
3679
3679
|
}, Z1 = ["children", "innerProps"], X1 = ["children", "innerProps"];
|
|
3680
3680
|
function $1(e) {
|
|
3681
|
-
var t = e.maxHeight, a = e.menuEl, o = e.minHeight, s = e.placement, r = e.shouldScroll, i = e.isFixedPosition, c = e.controlHeight, l =
|
|
3681
|
+
var t = e.maxHeight, a = e.menuEl, o = e.minHeight, s = e.placement, r = e.shouldScroll, i = e.isFixedPosition, c = e.controlHeight, l = H1(a), u = {
|
|
3682
3682
|
placement: "bottom",
|
|
3683
3683
|
maxHeight: t
|
|
3684
3684
|
};
|
|
3685
3685
|
if (!a || !a.offsetParent) return u;
|
|
3686
|
-
var d = l.getBoundingClientRect(), m = d.height, h = a.getBoundingClientRect(), p = h.bottom, _ = h.height, x = h.top, b = a.offsetParent.getBoundingClientRect(), C = b.top, v = i ? window.innerHeight :
|
|
3686
|
+
var d = l.getBoundingClientRect(), m = d.height, h = a.getBoundingClientRect(), p = h.bottom, _ = h.height, x = h.top, b = a.offsetParent.getBoundingClientRect(), C = b.top, v = i ? window.innerHeight : L1(l), y = Rs(l), A = parseInt(getComputedStyle(a).marginBottom, 10), S = parseInt(getComputedStyle(a).marginTop, 10), N = C - S, B = v - x, w = N + y, G = m - y - x, k = p - v + y + A, q = y + x - S, P = 160;
|
|
3687
3687
|
switch (s) {
|
|
3688
3688
|
case "auto":
|
|
3689
3689
|
case "bottom":
|
|
@@ -3693,12 +3693,12 @@ function $1(e) {
|
|
|
3693
3693
|
maxHeight: t
|
|
3694
3694
|
};
|
|
3695
3695
|
if (G >= _ && !i)
|
|
3696
|
-
return r && gt(l,
|
|
3696
|
+
return r && gt(l, k, P), {
|
|
3697
3697
|
placement: "bottom",
|
|
3698
3698
|
maxHeight: t
|
|
3699
3699
|
};
|
|
3700
3700
|
if (!i && G >= o || i && B >= o) {
|
|
3701
|
-
r && gt(l,
|
|
3701
|
+
r && gt(l, k, P);
|
|
3702
3702
|
var R = i ? B - A : G - A;
|
|
3703
3703
|
return {
|
|
3704
3704
|
placement: "bottom",
|
|
@@ -3713,7 +3713,7 @@ function $1(e) {
|
|
|
3713
3713
|
};
|
|
3714
3714
|
}
|
|
3715
3715
|
if (s === "bottom")
|
|
3716
|
-
return r && Vt(l,
|
|
3716
|
+
return r && Vt(l, k), {
|
|
3717
3717
|
placement: "bottom",
|
|
3718
3718
|
maxHeight: t
|
|
3719
3719
|
};
|
|
@@ -3752,7 +3752,7 @@ function Y1(e) {
|
|
|
3752
3752
|
};
|
|
3753
3753
|
return e ? t[e] : "bottom";
|
|
3754
3754
|
}
|
|
3755
|
-
var
|
|
3755
|
+
var ks = function(t) {
|
|
3756
3756
|
return t === "auto" ? "bottom" : t;
|
|
3757
3757
|
}, J1 = function(t, a) {
|
|
3758
3758
|
var o, s = t.placement, r = t.theme, i = r.borderRadius, c = r.spacing, l = r.colors;
|
|
@@ -3765,8 +3765,8 @@ var Ls = function(t) {
|
|
|
3765
3765
|
marginBottom: c.menuGutter,
|
|
3766
3766
|
marginTop: c.menuGutter
|
|
3767
3767
|
});
|
|
3768
|
-
},
|
|
3769
|
-
var a = t.children, o = t.minMenuHeight, s = t.maxMenuHeight, r = t.menuPlacement, i = t.menuPosition, c = t.menuShouldScrollIntoView, l = t.theme, u = na(
|
|
3768
|
+
}, Ls = /* @__PURE__ */ sa(null), q1 = function(t) {
|
|
3769
|
+
var a = t.children, o = t.minMenuHeight, s = t.maxMenuHeight, r = t.menuPlacement, i = t.menuPosition, c = t.menuShouldScrollIntoView, l = t.theme, u = na(Ls) || {}, d = u.setPortalPlacement, m = ie(null), h = k0(s), p = j0(h, 2), _ = p[0], x = p[1], b = k0(null), C = j0(b, 2), v = C[0], y = C[1], A = l.spacing.controlHeight;
|
|
3770
3770
|
return _2(function() {
|
|
3771
3771
|
var S = m.current;
|
|
3772
3772
|
if (S) {
|
|
@@ -3784,7 +3784,7 @@ var Ls = function(t) {
|
|
|
3784
3784
|
}, [s, r, i, c, o, d, A]), a({
|
|
3785
3785
|
ref: m,
|
|
3786
3786
|
placerProps: M(M({}, t), {}, {
|
|
3787
|
-
placement: v ||
|
|
3787
|
+
placement: v || ks(r),
|
|
3788
3788
|
maxHeight: _
|
|
3789
3789
|
})
|
|
3790
3790
|
});
|
|
@@ -3815,7 +3815,7 @@ var Ls = function(t) {
|
|
|
3815
3815
|
}), {
|
|
3816
3816
|
ref: s
|
|
3817
3817
|
}, o), a);
|
|
3818
|
-
},
|
|
3818
|
+
}, Hs = function(t, a) {
|
|
3819
3819
|
var o = t.theme, s = o.spacing.baseUnit, r = o.colors;
|
|
3820
3820
|
return M({
|
|
3821
3821
|
textAlign: "center"
|
|
@@ -3823,7 +3823,7 @@ var Ls = function(t) {
|
|
|
3823
3823
|
color: r.neutral40,
|
|
3824
3824
|
padding: "".concat(s * 2, "px ").concat(s * 3, "px")
|
|
3825
3825
|
});
|
|
3826
|
-
}, tu =
|
|
3826
|
+
}, tu = Hs, nu = Hs, su = function(t) {
|
|
3827
3827
|
var a = t.children, o = a === void 0 ? "No options" : a, s = t.innerProps, r = ce(t, Z1);
|
|
3828
3828
|
return O("div", W({}, h0(M(M({}, r), {}, {
|
|
3829
3829
|
children: o,
|
|
@@ -3851,11 +3851,11 @@ var Ls = function(t) {
|
|
|
3851
3851
|
zIndex: 1
|
|
3852
3852
|
};
|
|
3853
3853
|
}, ru = function(t) {
|
|
3854
|
-
var a = t.appendTo, o = t.children, s = t.controlElement, r = t.innerProps, i = t.menuPlacement, c = t.menuPosition, l = ie(null), u = ie(null), d =
|
|
3854
|
+
var a = t.appendTo, o = t.children, s = t.controlElement, r = t.innerProps, i = t.menuPlacement, c = t.menuPosition, l = ie(null), u = ie(null), d = k0(ks(i)), m = j0(d, 2), h = m[0], p = m[1], _ = ye(function() {
|
|
3855
3855
|
return {
|
|
3856
3856
|
setPortalPlacement: p
|
|
3857
3857
|
};
|
|
3858
|
-
}, []), x =
|
|
3858
|
+
}, []), x = k0(null), b = j0(x, 2), C = b[0], v = b[1], y = S0(function() {
|
|
3859
3859
|
if (s) {
|
|
3860
3860
|
var B = T1(s), w = c === "fixed" ? 0 : window.pageYOffset, G = B[h] + w;
|
|
3861
3861
|
(G !== (C == null ? void 0 : C.offset) || B.left !== (C == null ? void 0 : C.rect.left) || B.width !== (C == null ? void 0 : C.rect.width)) && v({
|
|
@@ -3888,7 +3888,7 @@ var Ls = function(t) {
|
|
|
3888
3888
|
}), "menuPortal", {
|
|
3889
3889
|
"menu-portal": !0
|
|
3890
3890
|
}), r), o);
|
|
3891
|
-
return O(
|
|
3891
|
+
return O(Ls.Provider, {
|
|
3892
3892
|
value: _
|
|
3893
3893
|
}, a ? /* @__PURE__ */ ls(N, a) : N);
|
|
3894
3894
|
}, lu = function(t) {
|
|
@@ -4140,7 +4140,7 @@ var vu = process.env.NODE_ENV === "production" ? {
|
|
|
4140
4140
|
return O("div", W({}, h0(t, "groupHeading", {
|
|
4141
4141
|
"group-heading": !0
|
|
4142
4142
|
}), o));
|
|
4143
|
-
},
|
|
4143
|
+
}, ku = Fu, Lu = ["innerRef", "isDisabled", "isHidden", "inputClassName"], Hu = function(t, a) {
|
|
4144
4144
|
var o = t.isDisabled, s = t.value, r = t.theme, i = r.spacing, c = r.colors;
|
|
4145
4145
|
return M(M({
|
|
4146
4146
|
visibility: o ? "hidden" : "visible",
|
|
@@ -4180,7 +4180,7 @@ var vu = process.env.NODE_ENV === "production" ? {
|
|
|
4180
4180
|
width: "100%"
|
|
4181
4181
|
}, Ds);
|
|
4182
4182
|
}, Mu = function(t) {
|
|
4183
|
-
var a = t.cx, o = t.value, s = Fs(t), r = s.innerRef, i = s.isDisabled, c = s.isHidden, l = s.inputClassName, u = ce(s,
|
|
4183
|
+
var a = t.cx, o = t.value, s = Fs(t), r = s.innerRef, i = s.isDisabled, c = s.isHidden, l = s.inputClassName, u = ce(s, Lu);
|
|
4184
4184
|
return O("div", W({}, h0(t, "input", {
|
|
4185
4185
|
"input-container": !0
|
|
4186
4186
|
}), {
|
|
@@ -4339,7 +4339,7 @@ var $u = function(t) {
|
|
|
4339
4339
|
DropdownIndicator: bu,
|
|
4340
4340
|
DownChevron: Ts,
|
|
4341
4341
|
CrossIcon: M2,
|
|
4342
|
-
Group:
|
|
4342
|
+
Group: ku,
|
|
4343
4343
|
GroupHeading: Vu,
|
|
4344
4344
|
IndicatorsContainer: mu,
|
|
4345
4345
|
IndicatorSeparator: _u,
|
|
@@ -4464,17 +4464,17 @@ var ud = process.env.NODE_ENV === "production" ? {
|
|
|
4464
4464
|
if (a && w.onChange) {
|
|
4465
4465
|
var E = a.option, Y = a.options, J = a.removedValue, s0 = a.removedValues, r0 = a.value, G0 = function(U) {
|
|
4466
4466
|
return Array.isArray(U) ? null : U;
|
|
4467
|
-
}, o0 = J || E || G0(r0), C0 = o0 ? h(o0) : "", F0 = Y || s0 || void 0, g0 = F0 ? F0.map(h) : [],
|
|
4467
|
+
}, o0 = J || E || G0(r0), C0 = o0 ? h(o0) : "", F0 = Y || s0 || void 0, g0 = F0 ? F0.map(h) : [], H = M({
|
|
4468
4468
|
// multiSelected items are usually items that have already been selected
|
|
4469
4469
|
// or set by the user as a default value so we assume they are not disabled
|
|
4470
4470
|
isDisabled: o0 && x(o0, c),
|
|
4471
4471
|
label: C0,
|
|
4472
4472
|
labels: g0
|
|
4473
4473
|
}, a);
|
|
4474
|
-
X = w.onChange(
|
|
4474
|
+
X = w.onChange(H);
|
|
4475
4475
|
}
|
|
4476
4476
|
return X;
|
|
4477
|
-
}, [a, w, x, c, h]),
|
|
4477
|
+
}, [a, w, x, c, h]), k = ye(function() {
|
|
4478
4478
|
var X = "", E = o || s, Y = !!(o && c && c.includes(o));
|
|
4479
4479
|
if (E && w.onFocus) {
|
|
4480
4480
|
var J = {
|
|
@@ -4521,7 +4521,7 @@ var ud = process.env.NODE_ENV === "production" ? {
|
|
|
4521
4521
|
id: "aria-selection"
|
|
4522
4522
|
}, G), O("span", {
|
|
4523
4523
|
id: "aria-focused"
|
|
4524
|
-
},
|
|
4524
|
+
}, k), O("span", {
|
|
4525
4525
|
id: "aria-results"
|
|
4526
4526
|
}, q), O("span", {
|
|
4527
4527
|
id: "aria-guidance"
|
|
@@ -4898,13 +4898,13 @@ function Rn() {
|
|
|
4898
4898
|
function Vn() {
|
|
4899
4899
|
return "ontouchstart" in window || navigator.maxTouchPoints;
|
|
4900
4900
|
}
|
|
4901
|
-
var
|
|
4901
|
+
var kn = !!(typeof window < "u" && window.document && window.document.createElement), Je = 0, Te = {
|
|
4902
4902
|
capture: !1,
|
|
4903
4903
|
passive: !1
|
|
4904
4904
|
};
|
|
4905
4905
|
function yd(e) {
|
|
4906
4906
|
var t = e.isEnabled, a = e.accountForScrollbars, o = a === void 0 ? !0 : a, s = ie({}), r = ie(null), i = S0(function(l) {
|
|
4907
|
-
if (
|
|
4907
|
+
if (kn) {
|
|
4908
4908
|
var u = document.body, d = u && u.style;
|
|
4909
4909
|
if (o && Sn.forEach(function(_) {
|
|
4910
4910
|
var x = d && d[_];
|
|
@@ -4919,7 +4919,7 @@ function yd(e) {
|
|
|
4919
4919
|
u && Vn() && (u.addEventListener("touchmove", Bn, Te), l && (l.addEventListener("touchstart", Rn, Te), l.addEventListener("touchmove", Fn, Te))), Je += 1;
|
|
4920
4920
|
}
|
|
4921
4921
|
}, [o]), c = S0(function(l) {
|
|
4922
|
-
if (
|
|
4922
|
+
if (kn) {
|
|
4923
4923
|
var u = document.body, d = u && u.style;
|
|
4924
4924
|
Je = Math.max(Je - 1, 0), o && Je < 1 && Sn.forEach(function(m) {
|
|
4925
4925
|
var h = s.current[m];
|
|
@@ -5009,13 +5009,13 @@ function Vd() {
|
|
|
5009
5009
|
return D2(/^iPad/i) || // iPadOS 13 lies and says it's a Mac, but we can distinguish by detecting touch support.
|
|
5010
5010
|
Ws() && navigator.maxTouchPoints > 1;
|
|
5011
5011
|
}
|
|
5012
|
-
function
|
|
5012
|
+
function kd() {
|
|
5013
5013
|
return Rd() || Vd();
|
|
5014
5014
|
}
|
|
5015
|
-
function
|
|
5016
|
-
return Ws() ||
|
|
5015
|
+
function Ld() {
|
|
5016
|
+
return Ws() || kd();
|
|
5017
5017
|
}
|
|
5018
|
-
var
|
|
5018
|
+
var Hd = function(t) {
|
|
5019
5019
|
return t.label;
|
|
5020
5020
|
}, Zs = function(t) {
|
|
5021
5021
|
return t.label;
|
|
@@ -5032,7 +5032,7 @@ var kd = function(t) {
|
|
|
5032
5032
|
groupHeading: Ru,
|
|
5033
5033
|
indicatorsContainer: du,
|
|
5034
5034
|
indicatorSeparator: Iu,
|
|
5035
|
-
input:
|
|
5035
|
+
input: Hu,
|
|
5036
5036
|
loadingIndicator: Au,
|
|
5037
5037
|
loadingMessage: nu,
|
|
5038
5038
|
menu: J1,
|
|
@@ -5084,7 +5084,7 @@ var kd = function(t) {
|
|
|
5084
5084
|
controlShouldRenderValue: !0,
|
|
5085
5085
|
escapeClearsValue: !1,
|
|
5086
5086
|
filterOption: bd(),
|
|
5087
|
-
formatGroupLabel:
|
|
5087
|
+
formatGroupLabel: Hd,
|
|
5088
5088
|
getOptionLabel: Zs,
|
|
5089
5089
|
getOptionValue: Xs,
|
|
5090
5090
|
isDisabled: !1,
|
|
@@ -5120,8 +5120,8 @@ var kd = function(t) {
|
|
|
5120
5120
|
tabSelectsValue: !0,
|
|
5121
5121
|
unstyled: !1
|
|
5122
5122
|
};
|
|
5123
|
-
function
|
|
5124
|
-
var s = qs(e, t, a), r = Us(e, t, a), i = Js(e, t), c =
|
|
5123
|
+
function Ln(e, t, a, o) {
|
|
5124
|
+
var s = qs(e, t, a), r = Us(e, t, a), i = Js(e, t), c = kt(e, t);
|
|
5125
5125
|
return {
|
|
5126
5126
|
type: "option",
|
|
5127
5127
|
data: t,
|
|
@@ -5136,7 +5136,7 @@ function Ct(e, t) {
|
|
|
5136
5136
|
return e.options.map(function(a, o) {
|
|
5137
5137
|
if ("options" in a) {
|
|
5138
5138
|
var s = a.options.map(function(i, c) {
|
|
5139
|
-
return
|
|
5139
|
+
return Ln(e, i, t, c);
|
|
5140
5140
|
}).filter(function(i) {
|
|
5141
5141
|
return Gn(e, i);
|
|
5142
5142
|
});
|
|
@@ -5147,7 +5147,7 @@ function Ct(e, t) {
|
|
|
5147
5147
|
index: o
|
|
5148
5148
|
} : void 0;
|
|
5149
5149
|
}
|
|
5150
|
-
var r =
|
|
5150
|
+
var r = Ln(e, a, t, o);
|
|
5151
5151
|
return Gn(e, r) ? r : void 0;
|
|
5152
5152
|
}).filter(z1);
|
|
5153
5153
|
}
|
|
@@ -5158,7 +5158,7 @@ function Ys(e) {
|
|
|
5158
5158
|
}))) : t.push(a.data), t;
|
|
5159
5159
|
}, []);
|
|
5160
5160
|
}
|
|
5161
|
-
function
|
|
5161
|
+
function Hn(e, t) {
|
|
5162
5162
|
return e.reduce(function(a, o) {
|
|
5163
5163
|
return o.type === "group" ? a.push.apply(a, Oe(o.options.map(function(s) {
|
|
5164
5164
|
return {
|
|
@@ -5204,7 +5204,7 @@ var i2 = function(t, a) {
|
|
|
5204
5204
|
return s || null;
|
|
5205
5205
|
}, Js = function(t, a) {
|
|
5206
5206
|
return t.getOptionLabel(a);
|
|
5207
|
-
},
|
|
5207
|
+
}, kt = function(t, a) {
|
|
5208
5208
|
return t.getOptionValue(a);
|
|
5209
5209
|
};
|
|
5210
5210
|
function qs(e, t, a) {
|
|
@@ -5214,9 +5214,9 @@ function Us(e, t, a) {
|
|
|
5214
5214
|
if (a.indexOf(t) > -1) return !0;
|
|
5215
5215
|
if (typeof e.isOptionSelected == "function")
|
|
5216
5216
|
return e.isOptionSelected(t, a);
|
|
5217
|
-
var o =
|
|
5217
|
+
var o = kt(e, t);
|
|
5218
5218
|
return a.some(function(s) {
|
|
5219
|
-
return
|
|
5219
|
+
return kt(e, s) === o;
|
|
5220
5220
|
});
|
|
5221
5221
|
}
|
|
5222
5222
|
function Qs(e, t, a) {
|
|
@@ -5244,7 +5244,7 @@ var Ks = function(t) {
|
|
|
5244
5244
|
inputIsHiddenAfterUpdate: void 0,
|
|
5245
5245
|
prevProps: void 0,
|
|
5246
5246
|
instancePrefix: ""
|
|
5247
|
-
}, s.blockOptionHover = !1, s.isComposing = !1, s.commonProps = void 0, s.initialTouchX = 0, s.initialTouchY = 0, s.openAfterFocus = !1, s.scrollToFocusedOptionOnUpdate = !1, s.userIsDragging = void 0, s.isAppleDevice =
|
|
5247
|
+
}, s.blockOptionHover = !1, s.isComposing = !1, s.commonProps = void 0, s.initialTouchX = 0, s.initialTouchY = 0, s.openAfterFocus = !1, s.scrollToFocusedOptionOnUpdate = !1, s.userIsDragging = void 0, s.isAppleDevice = Ld(), s.controlRef = null, s.getControlRef = function(l) {
|
|
5248
5248
|
s.controlRef = l;
|
|
5249
5249
|
}, s.focusedOptionRef = null, s.getFocusedOptionRef = function(l) {
|
|
5250
5250
|
s.focusedOptionRef = l;
|
|
@@ -5309,7 +5309,7 @@ var Ks = function(t) {
|
|
|
5309
5309
|
}, s.getFocusedOptionId = function(l) {
|
|
5310
5310
|
return i2(s.state.focusableOptionsWithIds, l);
|
|
5311
5311
|
}, s.getFocusableOptionsWithIds = function() {
|
|
5312
|
-
return
|
|
5312
|
+
return Hn(Ct(s.props, s.state.selectValue), s.getElementId("option"));
|
|
5313
5313
|
}, s.getValue = function() {
|
|
5314
5314
|
return s.state.selectValue;
|
|
5315
5315
|
}, s.cx = function() {
|
|
@@ -5319,7 +5319,7 @@ var Ks = function(t) {
|
|
|
5319
5319
|
}, s.getOptionLabel = function(l) {
|
|
5320
5320
|
return Js(s.props, l);
|
|
5321
5321
|
}, s.getOptionValue = function(l) {
|
|
5322
|
-
return
|
|
5322
|
+
return kt(s.props, l);
|
|
5323
5323
|
}, s.getStyles = function(l, u) {
|
|
5324
5324
|
var d = s.props.unstyled, m = Td[l](u, d);
|
|
5325
5325
|
m.boxSizing = "border-box";
|
|
@@ -5815,14 +5815,14 @@ var Ks = function(t) {
|
|
|
5815
5815
|
}), v);
|
|
5816
5816
|
if (b)
|
|
5817
5817
|
return A.map(function(w, G) {
|
|
5818
|
-
var
|
|
5818
|
+
var k = w === S, q = "".concat(s.getOptionLabel(w), "-").concat(s.getOptionValue(w));
|
|
5819
5819
|
return /* @__PURE__ */ f.createElement(i, W({}, h, {
|
|
5820
5820
|
components: {
|
|
5821
5821
|
Container: c,
|
|
5822
5822
|
Label: l,
|
|
5823
5823
|
Remove: u
|
|
5824
5824
|
},
|
|
5825
|
-
isFocused:
|
|
5825
|
+
isFocused: k,
|
|
5826
5826
|
isDisabled: x,
|
|
5827
5827
|
key: q,
|
|
5828
5828
|
index: G,
|
|
@@ -5908,13 +5908,13 @@ var Ks = function(t) {
|
|
|
5908
5908
|
}, {
|
|
5909
5909
|
key: "renderMenu",
|
|
5910
5910
|
value: function() {
|
|
5911
|
-
var s = this, r = this.getComponents(), i = r.Group, c = r.GroupHeading, l = r.Menu, u = r.MenuList, d = r.MenuPortal, m = r.LoadingMessage, h = r.NoOptionsMessage, p = r.Option, _ = this.commonProps, x = this.state.focusedOption, b = this.props, C = b.captureMenuScroll, v = b.inputValue, y = b.isLoading, A = b.loadingMessage, S = b.minMenuHeight, N = b.maxMenuHeight, B = b.menuIsOpen, w = b.menuPlacement, G = b.menuPosition,
|
|
5911
|
+
var s = this, r = this.getComponents(), i = r.Group, c = r.GroupHeading, l = r.Menu, u = r.MenuList, d = r.MenuPortal, m = r.LoadingMessage, h = r.NoOptionsMessage, p = r.Option, _ = this.commonProps, x = this.state.focusedOption, b = this.props, C = b.captureMenuScroll, v = b.inputValue, y = b.isLoading, A = b.loadingMessage, S = b.minMenuHeight, N = b.maxMenuHeight, B = b.menuIsOpen, w = b.menuPlacement, G = b.menuPosition, k = b.menuPortalTarget, q = b.menuShouldBlockScroll, P = b.menuShouldScrollIntoView, R = b.noOptionsMessage, T = b.onMenuScrollToTop, X = b.onMenuScrollToBottom;
|
|
5912
5912
|
if (!B) return null;
|
|
5913
5913
|
var E = function(C0, F0) {
|
|
5914
|
-
var g0 = C0.type,
|
|
5915
|
-
return s.onOptionHover(
|
|
5914
|
+
var g0 = C0.type, H = C0.data, $ = C0.isDisabled, U = C0.isSelected, I0 = C0.label, E0 = C0.value, T0 = x === H, ee = $ ? void 0 : function() {
|
|
5915
|
+
return s.onOptionHover(H);
|
|
5916
5916
|
}, Y0 = $ ? void 0 : function() {
|
|
5917
|
-
return s.selectOption(
|
|
5917
|
+
return s.selectOption(H);
|
|
5918
5918
|
}, R0 = "".concat(s.getElementId("option"), "-").concat(F0), K0 = {
|
|
5919
5919
|
id: R0,
|
|
5920
5920
|
onClick: Y0,
|
|
@@ -5927,7 +5927,7 @@ var Ks = function(t) {
|
|
|
5927
5927
|
};
|
|
5928
5928
|
return /* @__PURE__ */ f.createElement(p, W({}, _, {
|
|
5929
5929
|
innerProps: K0,
|
|
5930
|
-
data:
|
|
5930
|
+
data: H,
|
|
5931
5931
|
isDisabled: $,
|
|
5932
5932
|
isSelected: U,
|
|
5933
5933
|
key: R0,
|
|
@@ -5941,9 +5941,9 @@ var Ks = function(t) {
|
|
|
5941
5941
|
if (this.hasOptions())
|
|
5942
5942
|
Y = this.getCategorizedOptions().map(function(o0) {
|
|
5943
5943
|
if (o0.type === "group") {
|
|
5944
|
-
var C0 = o0.data, F0 = o0.options, g0 = o0.index,
|
|
5944
|
+
var C0 = o0.data, F0 = o0.options, g0 = o0.index, H = "".concat(s.getElementId("group"), "-").concat(g0), $ = "".concat(H, "-heading");
|
|
5945
5945
|
return /* @__PURE__ */ f.createElement(i, W({}, _, {
|
|
5946
|
-
key:
|
|
5946
|
+
key: H,
|
|
5947
5947
|
data: C0,
|
|
5948
5948
|
options: F0,
|
|
5949
5949
|
Heading: c,
|
|
@@ -5978,7 +5978,7 @@ var Ks = function(t) {
|
|
|
5978
5978
|
menuPosition: G,
|
|
5979
5979
|
menuShouldScrollIntoView: P
|
|
5980
5980
|
}, G0 = /* @__PURE__ */ f.createElement(q1, W({}, _, r0), function(o0) {
|
|
5981
|
-
var C0 = o0.ref, F0 = o0.placerProps, g0 = F0.placement,
|
|
5981
|
+
var C0 = o0.ref, F0 = o0.placerProps, g0 = F0.placement, H = F0.maxHeight;
|
|
5982
5982
|
return /* @__PURE__ */ f.createElement(l, W({}, _, r0, {
|
|
5983
5983
|
innerRef: C0,
|
|
5984
5984
|
innerProps: {
|
|
@@ -6003,13 +6003,13 @@ var Ks = function(t) {
|
|
|
6003
6003
|
id: s.getElementId("listbox")
|
|
6004
6004
|
},
|
|
6005
6005
|
isLoading: y,
|
|
6006
|
-
maxHeight:
|
|
6006
|
+
maxHeight: H,
|
|
6007
6007
|
focusedOption: x
|
|
6008
6008
|
}), Y);
|
|
6009
6009
|
}));
|
|
6010
6010
|
});
|
|
6011
|
-
return
|
|
6012
|
-
appendTo:
|
|
6011
|
+
return k || G === "fixed" ? /* @__PURE__ */ f.createElement(d, W({}, _, {
|
|
6012
|
+
appendTo: k,
|
|
6013
6013
|
controlElement: this.controlRef,
|
|
6014
6014
|
menuPlacement: w,
|
|
6015
6015
|
menuPosition: G
|
|
@@ -6106,7 +6106,7 @@ var Ks = function(t) {
|
|
|
6106
6106
|
value: function(s, r) {
|
|
6107
6107
|
var i = r.prevProps, c = r.clearFocusValueOnUpdate, l = r.inputIsHiddenAfterUpdate, u = r.ariaSelection, d = r.isFocused, m = r.prevWasFocused, h = r.instancePrefix, p = s.options, _ = s.value, x = s.menuIsOpen, b = s.inputValue, C = s.isMulti, v = Rt(_), y = {};
|
|
6108
6108
|
if (i && (_ !== i.value || p !== i.options || x !== i.menuIsOpen || b !== i.inputValue)) {
|
|
6109
|
-
var A = x ? Zd(s, v) : [], S = x ?
|
|
6109
|
+
var A = x ? Zd(s, v) : [], S = x ? Hn(Ct(s, v), "".concat(h, "-option")) : [], N = c ? Xd(r, v) : null, B = $d(r, A), w = i2(S, B);
|
|
6110
6110
|
y = {
|
|
6111
6111
|
selectValue: v,
|
|
6112
6112
|
focusedOption: B,
|
|
@@ -6119,14 +6119,14 @@ var Ks = function(t) {
|
|
|
6119
6119
|
var G = l != null && s !== i ? {
|
|
6120
6120
|
inputIsHidden: l,
|
|
6121
6121
|
inputIsHiddenAfterUpdate: void 0
|
|
6122
|
-
} : {},
|
|
6123
|
-
return d && !q && (
|
|
6122
|
+
} : {}, k = u, q = d && m;
|
|
6123
|
+
return d && !q && (k = {
|
|
6124
6124
|
value: Qe(C, v, v[0] || null),
|
|
6125
6125
|
options: v,
|
|
6126
6126
|
action: "initial-input-focus"
|
|
6127
|
-
}, q = !m), (u == null ? void 0 : u.action) === "initial-input-focus" && (
|
|
6127
|
+
}, q = !m), (u == null ? void 0 : u.action) === "initial-input-focus" && (k = null), M(M(M({}, y), G), {}, {
|
|
6128
6128
|
prevProps: s,
|
|
6129
|
-
ariaSelection:
|
|
6129
|
+
ariaSelection: k,
|
|
6130
6130
|
prevWasFocused: q
|
|
6131
6131
|
});
|
|
6132
6132
|
}
|
|
@@ -6135,8 +6135,8 @@ var Ks = function(t) {
|
|
|
6135
6135
|
P2.defaultProps = Wd;
|
|
6136
6136
|
var Jd = ["defaultInputValue", "defaultMenuIsOpen", "defaultValue", "inputValue", "menuIsOpen", "onChange", "onInputChange", "onMenuClose", "onMenuOpen", "value"];
|
|
6137
6137
|
function eo(e) {
|
|
6138
|
-
var t = e.defaultInputValue, a = t === void 0 ? "" : t, o = e.defaultMenuIsOpen, s = o === void 0 ? !1 : o, r = e.defaultValue, i = r === void 0 ? null : r, c = e.inputValue, l = e.menuIsOpen, u = e.onChange, d = e.onInputChange, m = e.onMenuClose, h = e.onMenuOpen, p = e.value, _ = ce(e, Jd), x =
|
|
6139
|
-
typeof u == "function" && u(J, s0),
|
|
6138
|
+
var t = e.defaultInputValue, a = t === void 0 ? "" : t, o = e.defaultMenuIsOpen, s = o === void 0 ? !1 : o, r = e.defaultValue, i = r === void 0 ? null : r, c = e.inputValue, l = e.menuIsOpen, u = e.onChange, d = e.onInputChange, m = e.onMenuClose, h = e.onMenuOpen, p = e.value, _ = ce(e, Jd), x = k0(c !== void 0 ? c : a), b = j0(x, 2), C = b[0], v = b[1], y = k0(l !== void 0 ? l : s), A = j0(y, 2), S = A[0], N = A[1], B = k0(p !== void 0 ? p : i), w = j0(B, 2), G = w[0], k = w[1], q = S0(function(J, s0) {
|
|
6139
|
+
typeof u == "function" && u(J, s0), k(J);
|
|
6140
6140
|
}, [u]), P = S0(function(J, s0) {
|
|
6141
6141
|
var r0;
|
|
6142
6142
|
typeof d == "function" && (r0 = d(J, s0)), v(r0 !== void 0 ? r0 : J);
|
|
@@ -6159,8 +6159,8 @@ var qd = ["defaultOptions", "cacheOptions", "loadOptions", "options", "isLoading
|
|
|
6159
6159
|
function Ud(e) {
|
|
6160
6160
|
var t = e.defaultOptions, a = t === void 0 ? !1 : t, o = e.cacheOptions, s = o === void 0 ? !1 : o, r = e.loadOptions;
|
|
6161
6161
|
e.options;
|
|
6162
|
-
var i = e.isLoading, c = i === void 0 ? !1 : i, l = e.onInputChange, u = e.filterOption, d = u === void 0 ? null : u, m = ce(e, qd), h = m.inputValue, p = ie(void 0), _ = ie(!1), x =
|
|
6163
|
-
s !== Y0 && (
|
|
6162
|
+
var i = e.isLoading, c = i === void 0 ? !1 : i, l = e.onInputChange, u = e.filterOption, d = u === void 0 ? null : u, m = ce(e, qd), h = m.inputValue, p = ie(void 0), _ = ie(!1), x = k0(Array.isArray(a) ? a : void 0), b = j0(x, 2), C = b[0], v = b[1], y = k0(typeof h < "u" ? h : ""), A = j0(y, 2), S = A[0], N = A[1], B = k0(a === !0), w = j0(B, 2), G = w[0], k = w[1], q = k0(void 0), P = j0(q, 2), R = P[0], T = P[1], X = k0([]), E = j0(X, 2), Y = E[0], J = E[1], s0 = k0(!1), r0 = j0(s0, 2), G0 = r0[0], o0 = r0[1], C0 = k0({}), F0 = j0(C0, 2), g0 = F0[0], H = F0[1], $ = k0(void 0), U = j0($, 2), I0 = U[0], E0 = U[1], T0 = k0(void 0), ee = j0(T0, 2), Y0 = ee[0], R0 = ee[1];
|
|
6163
|
+
s !== Y0 && (H({}), R0(s)), a !== I0 && (v(Array.isArray(a) ? a : void 0), E0(a)), yt(function() {
|
|
6164
6164
|
return _.current = !0, function() {
|
|
6165
6165
|
_.current = !1;
|
|
6166
6166
|
};
|
|
@@ -6174,21 +6174,21 @@ function Ud(e) {
|
|
|
6174
6174
|
}, [r]);
|
|
6175
6175
|
yt(function() {
|
|
6176
6176
|
a === !0 && K0(S, function(Ce) {
|
|
6177
|
-
_.current && (v(Ce || []),
|
|
6177
|
+
_.current && (v(Ce || []), k(!!p.current));
|
|
6178
6178
|
});
|
|
6179
6179
|
}, []);
|
|
6180
6180
|
var he = S0(function(Ce, le) {
|
|
6181
|
-
var M0 =
|
|
6181
|
+
var M0 = k1(Ce, le, l);
|
|
6182
6182
|
if (!M0) {
|
|
6183
|
-
p.current = void 0, N(""), T(""), J([]),
|
|
6183
|
+
p.current = void 0, N(""), T(""), J([]), k(!1), o0(!1);
|
|
6184
6184
|
return;
|
|
6185
6185
|
}
|
|
6186
6186
|
if (s && g0[M0])
|
|
6187
|
-
N(M0), T(M0), J(g0[M0]),
|
|
6187
|
+
N(M0), T(M0), J(g0[M0]), k(!1), o0(!1);
|
|
6188
6188
|
else {
|
|
6189
6189
|
var Zt = p.current = {};
|
|
6190
|
-
N(M0),
|
|
6191
|
-
_ && Zt === p.current && (p.current = void 0,
|
|
6190
|
+
N(M0), k(!0), o0(!R), K0(M0, function(Ne) {
|
|
6191
|
+
_ && Zt === p.current && (p.current = void 0, k(!1), T(M0), J(Ne || []), o0(!1), H(Ne ? M(M({}, g0), {}, ze({}, M0, Ne)) : g0));
|
|
6192
6192
|
});
|
|
6193
6193
|
}
|
|
6194
6194
|
}, [s, K0, R, g0, l]), ut = G0 ? [] : S && R ? Y : C || [];
|
|
@@ -6205,7 +6205,7 @@ var Qd = /* @__PURE__ */ ns(function(e, t) {
|
|
|
6205
6205
|
ref: t
|
|
6206
6206
|
}, o));
|
|
6207
6207
|
}), Kd = Qd;
|
|
6208
|
-
function
|
|
6208
|
+
function v9({
|
|
6209
6209
|
options: e,
|
|
6210
6210
|
onChange: t,
|
|
6211
6211
|
name: a,
|
|
@@ -6253,9 +6253,9 @@ function vf({
|
|
|
6253
6253
|
Option: B2,
|
|
6254
6254
|
MultiValueLabel: F2,
|
|
6255
6255
|
MultiValueRemove: R2,
|
|
6256
|
-
DropdownIndicator:
|
|
6256
|
+
DropdownIndicator: k2,
|
|
6257
6257
|
ClearIndicator: V2,
|
|
6258
|
-
SingleValue:
|
|
6258
|
+
SingleValue: L2
|
|
6259
6259
|
},
|
|
6260
6260
|
isDisabled: p,
|
|
6261
6261
|
onChange: (v, y) => {
|
|
@@ -6302,7 +6302,7 @@ function t5(e) {
|
|
|
6302
6302
|
getOptionValue: C,
|
|
6303
6303
|
getOptionLabel: y
|
|
6304
6304
|
}) ? d(A, i(A)) : void 0;
|
|
6305
|
-
}, [i, d, y, C, A, l, p, B]),
|
|
6305
|
+
}, [i, d, y, C, A, l, p, B]), k = ye(function() {
|
|
6306
6306
|
return (a || !S) && G ? s === "first" ? [G].concat(Oe(p)) : [].concat(Oe(p), [G]) : p;
|
|
6307
6307
|
}, [a, s, S, G, p]), q = S0(function(P, R) {
|
|
6308
6308
|
if (R.action !== "select-option")
|
|
@@ -6323,7 +6323,7 @@ function t5(e) {
|
|
|
6323
6323
|
_(P, R);
|
|
6324
6324
|
}, [d, A, N, w, G, m, _, B]);
|
|
6325
6325
|
return M(M({}, x), {}, {
|
|
6326
|
-
options:
|
|
6326
|
+
options: k,
|
|
6327
6327
|
onChange: q
|
|
6328
6328
|
});
|
|
6329
6329
|
}
|
|
@@ -6333,7 +6333,7 @@ var n5 = /* @__PURE__ */ ns(function(e, t) {
|
|
|
6333
6333
|
ref: t
|
|
6334
6334
|
}, o));
|
|
6335
6335
|
}), to = n5;
|
|
6336
|
-
function
|
|
6336
|
+
function f9({
|
|
6337
6337
|
options: e,
|
|
6338
6338
|
onChange: t,
|
|
6339
6339
|
name: a,
|
|
@@ -6380,9 +6380,9 @@ function ff({
|
|
|
6380
6380
|
Option: B2,
|
|
6381
6381
|
MultiValueLabel: F2,
|
|
6382
6382
|
MultiValueRemove: R2,
|
|
6383
|
-
DropdownIndicator:
|
|
6383
|
+
DropdownIndicator: k2,
|
|
6384
6384
|
ClearIndicator: V2,
|
|
6385
|
-
SingleValue:
|
|
6385
|
+
SingleValue: L2
|
|
6386
6386
|
},
|
|
6387
6387
|
isDisabled: p,
|
|
6388
6388
|
onChange: async (y) => {
|
|
@@ -6431,7 +6431,7 @@ const s5 = "_checkbox_1dsyw_1", o5 = "_disabled_1dsyw_11", a5 = "_checkboxInput_
|
|
|
6431
6431
|
indeterminate: i5,
|
|
6432
6432
|
errorMsg: c5
|
|
6433
6433
|
};
|
|
6434
|
-
function
|
|
6434
|
+
function b9({
|
|
6435
6435
|
id: e,
|
|
6436
6436
|
name: t,
|
|
6437
6437
|
children: a,
|
|
@@ -6496,7 +6496,7 @@ const u5 = "_progressContainer_gc4j9_1", d5 = "_header_gc4j9_6", m5 = "_steps_gc
|
|
|
6496
6496
|
body: I5,
|
|
6497
6497
|
footer: _5
|
|
6498
6498
|
}, no = "data:image/svg+xml,%3csvg%20width='9'%20height='7'%20viewBox='0%200%209%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.31.22a.75.75%200%200%201%200%201.06L3.28%206.25a.75.75%200%200%201-1.06%200l-2-2a.75.75%200%201%201%201.06-1.06l1.47%201.469%204.5-4.44a.75.75%200%200%201%201.06%200Z'%20fill='%23fff'/%3e%3c/svg%3e";
|
|
6499
|
-
function
|
|
6499
|
+
function x9({
|
|
6500
6500
|
steps: e,
|
|
6501
6501
|
onCancelClick: t,
|
|
6502
6502
|
onFinalStepClick: a,
|
|
@@ -6552,18 +6552,18 @@ function xf({
|
|
|
6552
6552
|
] })
|
|
6553
6553
|
] }, G)) }),
|
|
6554
6554
|
i && /* @__PURE__ */ n.jsxs("div", { className: P0.btnsFlex, children: [
|
|
6555
|
-
/* @__PURE__ */ n.jsx(
|
|
6556
|
-
r && p === o && /* @__PURE__ */ n.jsx(
|
|
6557
|
-
/* @__PURE__ */ n.jsx(
|
|
6555
|
+
/* @__PURE__ */ n.jsx(L0, { variant: X0.SECONDARY, onClick: t, children: "Cancel" }),
|
|
6556
|
+
r && p === o && /* @__PURE__ */ n.jsx(L0, { onClick: B, variant: X0.GHOST, children: d }),
|
|
6557
|
+
/* @__PURE__ */ n.jsx(L0, { onClick: y, children: C ? l : "Continue" })
|
|
6558
6558
|
] })
|
|
6559
6559
|
] }),
|
|
6560
6560
|
/* @__PURE__ */ n.jsx("div", { className: P0.body, children: e[p].component }),
|
|
6561
6561
|
c && /* @__PURE__ */ n.jsxs("div", { className: P0.footer, children: [
|
|
6562
|
-
/* @__PURE__ */ n.jsx(
|
|
6562
|
+
/* @__PURE__ */ n.jsx(L0, { variant: X0.SECONDARY, onClick: t, children: "Cancel" }),
|
|
6563
6563
|
/* @__PURE__ */ n.jsxs("div", { className: P0.btnsFlex, children: [
|
|
6564
|
-
p > 0 && /* @__PURE__ */ n.jsx(
|
|
6565
|
-
r && p === o && /* @__PURE__ */ n.jsx(
|
|
6566
|
-
/* @__PURE__ */ n.jsx(
|
|
6564
|
+
p > 0 && /* @__PURE__ */ n.jsx(L0, { variant: X0.SECONDARY, onClick: S, children: "Back" }),
|
|
6565
|
+
r && p === o && /* @__PURE__ */ n.jsx(L0, { onClick: B, variant: X0.GHOST, children: d }),
|
|
6566
|
+
/* @__PURE__ */ n.jsx(L0, { onClick: y, children: C ? s : "Continue" })
|
|
6567
6567
|
] })
|
|
6568
6568
|
] })
|
|
6569
6569
|
] });
|
|
@@ -6574,7 +6574,7 @@ const y5 = "_segmentedControl_11npz_1", A5 = "_root_11npz_6", w5 = "_radio_11npz
|
|
|
6574
6574
|
radio: w5,
|
|
6575
6575
|
radioLabel: N5
|
|
6576
6576
|
};
|
|
6577
|
-
function
|
|
6577
|
+
function C9({ items: e, defaultValue: t, handleOnChange: a }) {
|
|
6578
6578
|
var i, c;
|
|
6579
6579
|
const [o, s] = A0(
|
|
6580
6580
|
At.machine({
|
|
@@ -6614,7 +6614,7 @@ const j5 = "_iconSpan_1mkuc_1", S5 = "_icon_1mkuc_1", E5 = "_closeIconSpan_1mkuc
|
|
|
6614
6614
|
closeIconSpan: E5,
|
|
6615
6615
|
closeIcon: B5,
|
|
6616
6616
|
closeToastBtn: F5
|
|
6617
|
-
}, R5 = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%208c0%204.42%203.58%208%208%208s8-3.58%208-8-3.58-8-8-8-8%203.58-8%208m11.29-2.71a1.003%201.003%200%200%201%201.42%201.42l-5%205c-.18.18-.43.29-.71.29s-.53-.11-.71-.29l-3-3a1.003%201.003%200%200%201%201.42-1.42L7%209.59z'%20fill='%2336B37E'/%3e%3c/svg%3e", so = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%20.005A7.993%207.993%200%200%200%20.005%208%207.993%207.993%200%200%200%208%2015.995%207.993%207.993%200%200%200%2015.995%208%207.993%207.993%200%200%200%208%20.005M7%2012.997v-1.999h2v1.999zm0-9.994V10h2V3.003z'%20fill='%23E74C3C'/%3e%3c/svg%3e", oo = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='m15.845%2013.5.01-.01-6.996-12-.01.01A.97.97%200%200%200%208%201c-.37%200-.67.2-.85.5l-.01-.01-6.995%2012%20.01.01c-.09.15-.15.31-.15.5%200%20.55.45%201%201%201h13.99c.55%200%201-.45%201-1%200-.19-.06-.35-.15-.5M9%2012.99H7.001v-2h1.998zm-1.998-3H9v-5H7.001z'%20fill='%23F39C12'/%3e%3c/svg%3e", V5 = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%200C3.58%200%200%203.58%200%208s3.58%208%208%208%208-3.58%208-8-3.58-8-8-8m1%203v2H7V3zm-3%209v1h4v-1H9V6H6v1h1v5z'%20fill='%23254DDA'/%3e%3c/svg%3e",
|
|
6617
|
+
}, R5 = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%208c0%204.42%203.58%208%208%208s8-3.58%208-8-3.58-8-8-8-8%203.58-8%208m11.29-2.71a1.003%201.003%200%200%201%201.42%201.42l-5%205c-.18.18-.43.29-.71.29s-.53-.11-.71-.29l-3-3a1.003%201.003%200%200%201%201.42-1.42L7%209.59z'%20fill='%2336B37E'/%3e%3c/svg%3e", so = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%20.005A7.993%207.993%200%200%200%20.005%208%207.993%207.993%200%200%200%208%2015.995%207.993%207.993%200%200%200%2015.995%208%207.993%207.993%200%200%200%208%20.005M7%2012.997v-1.999h2v1.999zm0-9.994V10h2V3.003z'%20fill='%23E74C3C'/%3e%3c/svg%3e", oo = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='m15.845%2013.5.01-.01-6.996-12-.01.01A.97.97%200%200%200%208%201c-.37%200-.67.2-.85.5l-.01-.01-6.995%2012%20.01.01c-.09.15-.15.31-.15.5%200%20.55.45%201%201%201h13.99c.55%200%201-.45%201-1%200-.19-.06-.35-.15-.5M9%2012.99H7.001v-2h1.998zm-1.998-3H9v-5H7.001z'%20fill='%23F39C12'/%3e%3c/svg%3e", V5 = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%200C3.58%200%200%203.58%200%208s3.58%208%208%208%208-3.58%208-8-3.58-8-8-8m1%203v2H7V3zm-3%209v1h4v-1H9V6H6v1h1v5z'%20fill='%23254DDA'/%3e%3c/svg%3e", k5 = ({ msg: e, options: t }) => Gt.success(e, {
|
|
6618
6618
|
position: "top-right",
|
|
6619
6619
|
autoClose: 1800,
|
|
6620
6620
|
...t,
|
|
@@ -6626,7 +6626,7 @@ const j5 = "_iconSpan_1mkuc_1", S5 = "_icon_1mkuc_1", E5 = "_closeIconSpan_1mkuc
|
|
|
6626
6626
|
spanClassName: $0.iconSpan
|
|
6627
6627
|
}
|
|
6628
6628
|
)
|
|
6629
|
-
}),
|
|
6629
|
+
}), I9 = ({ msg: e, options: t }) => Gt.error(e, {
|
|
6630
6630
|
position: "top-right",
|
|
6631
6631
|
autoClose: 1800,
|
|
6632
6632
|
...t,
|
|
@@ -6638,7 +6638,7 @@ const j5 = "_iconSpan_1mkuc_1", S5 = "_icon_1mkuc_1", E5 = "_closeIconSpan_1mkuc
|
|
|
6638
6638
|
spanClassName: $0.iconSpan
|
|
6639
6639
|
}
|
|
6640
6640
|
)
|
|
6641
|
-
}),
|
|
6641
|
+
}), _9 = ({ msg: e, options: t }) => Gt.info(e, {
|
|
6642
6642
|
position: "top-right",
|
|
6643
6643
|
autoClose: 1800,
|
|
6644
6644
|
...t,
|
|
@@ -6650,7 +6650,7 @@ const j5 = "_iconSpan_1mkuc_1", S5 = "_icon_1mkuc_1", E5 = "_closeIconSpan_1mkuc
|
|
|
6650
6650
|
spanClassName: $0.iconSpan
|
|
6651
6651
|
}
|
|
6652
6652
|
)
|
|
6653
|
-
}),
|
|
6653
|
+
}), y9 = ({ msg: e, options: t }) => Gt.warning(e, {
|
|
6654
6654
|
position: "top-right",
|
|
6655
6655
|
autoClose: 1800,
|
|
6656
6656
|
...t,
|
|
@@ -6663,7 +6663,7 @@ const j5 = "_iconSpan_1mkuc_1", S5 = "_icon_1mkuc_1", E5 = "_closeIconSpan_1mkuc
|
|
|
6663
6663
|
}
|
|
6664
6664
|
)
|
|
6665
6665
|
});
|
|
6666
|
-
function
|
|
6666
|
+
function A9({ closeToast: e }) {
|
|
6667
6667
|
return /* @__PURE__ */ n.jsx("button", { className: $0.closeToastBtn, onClick: e, children: /* @__PURE__ */ n.jsx(
|
|
6668
6668
|
V,
|
|
6669
6669
|
{
|
|
@@ -6673,12 +6673,12 @@ function Af({ closeToast: e }) {
|
|
|
6673
6673
|
}
|
|
6674
6674
|
) });
|
|
6675
6675
|
}
|
|
6676
|
-
const ao = (e, t, a) => e === 1 || e === 0 || e === void 0 || e === null ? t : a,
|
|
6676
|
+
const ao = (e, t, a) => e === 1 || e === 0 || e === void 0 || e === null ? t : a, L5 = (e, t) => t && e.length > t ? `${e.substring(0, t)}...` : e, ro = (e) => e.split(" ").filter(Boolean).slice(0, 2).reduce((a, o) => a + (o[0] || "").toUpperCase(), ""), lo = (e) => {
|
|
6677
6677
|
if (!e || !e.first_name) return "-";
|
|
6678
6678
|
let t = e.first_name;
|
|
6679
6679
|
return e.middle_name && (t += ` ${e.middle_name}`), e.last_name && (t += ` ${e.last_name}`), t;
|
|
6680
6680
|
}, io = async (e, t = !0) => {
|
|
6681
|
-
e && (await navigator.clipboard.writeText(e).catch(console.error), t &&
|
|
6681
|
+
e && (await navigator.clipboard.writeText(e).catch(console.error), t && k5({
|
|
6682
6682
|
msg: `Successfully copied ${e}`,
|
|
6683
6683
|
options: {
|
|
6684
6684
|
toastId: e,
|
|
@@ -6729,14 +6729,14 @@ function zt({
|
|
|
6729
6729
|
},
|
|
6730
6730
|
opacity: 1
|
|
6731
6731
|
}
|
|
6732
|
-
), m =
|
|
6732
|
+
), m = L5(o, l);
|
|
6733
6733
|
return /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
6734
6734
|
/* @__PURE__ */ n.jsx("a", { "data-tooltip-id": e, "data-tooltip-content": m, "data-tooltip-variant": s, children: a }),
|
|
6735
6735
|
u ? ls(d, u) : d
|
|
6736
6736
|
] });
|
|
6737
6737
|
}
|
|
6738
|
-
const
|
|
6739
|
-
labelContainer:
|
|
6738
|
+
const H5 = "_labelContainer_quv4s_1", G5 = "_heading_quv4s_5", T5 = "_optionsContainer_quv4s_13", M5 = "_topMargin_quv4s_19", D5 = "_radio_quv4s_23", P5 = "_radioLabel_quv4s_32", z5 = "_subHeading_quv4s_45", O5 = "_radioControl_quv4s_51", W5 = "_controlDisabled_quv4s_63", Z5 = "_radioControlActive_quv4s_74", X5 = "_radioControlActiveDisabled_quv4s_84", $5 = "_errorMsg_quv4s_101", Y5 = "_infoIcon_quv4s_111", J5 = "_infoIconSpan_quv4s_116", q5 = "_headingLoader_quv4s_127", U5 = "_optionsContainerLoader_quv4s_133", Q5 = "_circleLoader_quv4s_137", K5 = "_circleTextLoader_quv4s_143", d0 = {
|
|
6739
|
+
labelContainer: H5,
|
|
6740
6740
|
heading: G5,
|
|
6741
6741
|
optionsContainer: T5,
|
|
6742
6742
|
topMargin: M5,
|
|
@@ -6761,7 +6761,7 @@ const k5 = "_labelContainer_quv4s_1", G5 = "_heading_quv4s_5", T5 = "_optionsCon
|
|
|
6761
6761
|
function It({ className: e, ...t }) {
|
|
6762
6762
|
return /* @__PURE__ */ n.jsx("span", { className: I(t3.container, e), ...t });
|
|
6763
6763
|
}
|
|
6764
|
-
function
|
|
6764
|
+
function w9({
|
|
6765
6765
|
items: e,
|
|
6766
6766
|
radioHeading: t,
|
|
6767
6767
|
defaultValue: a,
|
|
@@ -6847,7 +6847,7 @@ const n3 = "_tabList_1uplx_1", s3 = "_tab_1uplx_1", Mn = {
|
|
|
6847
6847
|
tabList: n3,
|
|
6848
6848
|
tab: s3
|
|
6849
6849
|
};
|
|
6850
|
-
function
|
|
6850
|
+
function N9({ tabs: e, defaultValue: t, tabClassName: a, onValueChange: o }) {
|
|
6851
6851
|
const [s, r] = A0(
|
|
6852
6852
|
rn.machine({
|
|
6853
6853
|
id: f.useId(),
|
|
@@ -7001,7 +7001,7 @@ const _3 = "_component_nfxra_1", y3 = "_switchLabel_nfxra_7", A3 = "_subText_nfx
|
|
|
7001
7001
|
lg: S3,
|
|
7002
7002
|
disabled: E3
|
|
7003
7003
|
};
|
|
7004
|
-
function
|
|
7004
|
+
function j9({
|
|
7005
7005
|
isToggled: e,
|
|
7006
7006
|
handleToggleChange: t,
|
|
7007
7007
|
name: a,
|
|
@@ -7072,7 +7072,7 @@ const u2 = {
|
|
|
7072
7072
|
color: "var(--status-error)"
|
|
7073
7073
|
}
|
|
7074
7074
|
};
|
|
7075
|
-
function
|
|
7075
|
+
function S9({ status: e, text: t, icon: a, customStyles: o = {} }) {
|
|
7076
7076
|
return /* @__PURE__ */ n.jsxs(
|
|
7077
7077
|
"div",
|
|
7078
7078
|
{
|
|
@@ -7096,18 +7096,18 @@ function Sf({ status: e, text: t, icon: a, customStyles: o = {} }) {
|
|
|
7096
7096
|
}
|
|
7097
7097
|
);
|
|
7098
7098
|
}
|
|
7099
|
-
const V3 = "_root_1r58e_1",
|
|
7099
|
+
const V3 = "_root_1r58e_1", k3 = "_control_1r58e_5", L3 = "_trigger_1r58e_10", H3 = "_svg_1r58e_23", G3 = "_swatch_1r58e_32", T3 = "_positioner_1r58e_39", M3 = "_content_1r58e_43", D3 = "_swatchGroup_1r58e_50", P3 = "_swatchSingle_1r58e_58", ve = {
|
|
7100
7100
|
root: V3,
|
|
7101
|
-
control:
|
|
7102
|
-
trigger:
|
|
7103
|
-
svg:
|
|
7101
|
+
control: k3,
|
|
7102
|
+
trigger: L3,
|
|
7103
|
+
svg: H3,
|
|
7104
7104
|
swatch: G3,
|
|
7105
7105
|
positioner: T3,
|
|
7106
7106
|
content: M3,
|
|
7107
7107
|
swatchGroup: D3,
|
|
7108
7108
|
swatchSingle: P3
|
|
7109
7109
|
};
|
|
7110
|
-
function
|
|
7110
|
+
function E9({
|
|
7111
7111
|
name: e,
|
|
7112
7112
|
label: t,
|
|
7113
7113
|
errorMsg: a,
|
|
@@ -7182,7 +7182,7 @@ const Dn = [
|
|
|
7182
7182
|
], z3 = "_avatarImg_b4wd7_1", O3 = {
|
|
7183
7183
|
avatarImg: z3
|
|
7184
7184
|
};
|
|
7185
|
-
function
|
|
7185
|
+
function B9({ user: e, imageStyles: t = {} }) {
|
|
7186
7186
|
return /* @__PURE__ */ n.jsx(
|
|
7187
7187
|
"img",
|
|
7188
7188
|
{
|
|
@@ -7226,7 +7226,7 @@ const t4 = "_tabs_hb1nk_1", n4 = "_tabBar_hb1nk_9", s4 = "_tab_hb1nk_1", o4 = "_
|
|
|
7226
7226
|
tab: s4,
|
|
7227
7227
|
activeTab: o4,
|
|
7228
7228
|
tabContent: a4
|
|
7229
|
-
},
|
|
7229
|
+
}, F9 = ({
|
|
7230
7230
|
id: e,
|
|
7231
7231
|
activeKey: t,
|
|
7232
7232
|
onSelect: a,
|
|
@@ -7250,7 +7250,7 @@ const t4 = "_tabs_hb1nk_1", n4 = "_tabBar_hb1nk_9", s4 = "_tab_hb1nk_1", o4 = "_
|
|
|
7250
7250
|
(c) => c.props.eventKey === t ? c.props.children : null
|
|
7251
7251
|
) })
|
|
7252
7252
|
] });
|
|
7253
|
-
},
|
|
7253
|
+
}, R9 = ({
|
|
7254
7254
|
title: e,
|
|
7255
7255
|
isActive: t,
|
|
7256
7256
|
customClassName: a,
|
|
@@ -7450,11 +7450,11 @@ const R4 = {
|
|
|
7450
7450
|
cancelled: q0.NEUTRAL,
|
|
7451
7451
|
approved: q0.POSITIVE,
|
|
7452
7452
|
pending_cancellation: q0.WARNING
|
|
7453
|
-
},
|
|
7454
|
-
taskCardHeader:
|
|
7453
|
+
}, k4 = "_taskCardHeader_dnzg4_1", L4 = {
|
|
7454
|
+
taskCardHeader: k4
|
|
7455
7455
|
};
|
|
7456
|
-
function
|
|
7457
|
-
return /* @__PURE__ */ n.jsx("div", { className:
|
|
7456
|
+
function H4({ headers: e }) {
|
|
7457
|
+
return /* @__PURE__ */ n.jsx("div", { className: L4.taskCardHeader, children: e.map((t, a) => /* @__PURE__ */ n.jsx("div", { className: "zap-caption-medium", children: t }, a)) });
|
|
7458
7458
|
}
|
|
7459
7459
|
const G4 = "data:image/svg+xml,%3csvg%20width='63'%20height='70'%20viewBox='0%200%2063%2070'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24.5%207.5c5.374-1.471%208.96-6.824%2014.254-5.129C44.034%204.062%2047.94%209.604%2048%2014.714%2048.058%2019.719%2048%2028%2048%2028s1.412%2011.921-2%2015.728c-3.394%203.788-17.616.58-22.957.99-5.866.45-13.445%203.155-17.194-.99-4.017-4.44%202.206-11.16%201.078-16.828-.877-4.402-8.204-7.293-6.732-11.56C1.663%2011.082%208.483%2013.202%2013%2011.5c3.322-1.253%208.057-3.057%2011.5-4'%20fill='%23EDF0F5'/%3e%3crect%20x='2.066'%20y='9.189'%20width='43.067'%20height='31.305'%20rx='1.086'%20fill='%23fff'/%3e%3cpath%20d='M12.38%2014.437c0-.4.324-.724.724-.724h22.077c.4%200%20.723.324.723.724v2.895c0%20.4-.324.724-.723.724H13.104a.724.724%200%200%201-.724-.724z'%20fill='%23fff'/%3e%3cpath%20d='M12.38%2014.437c0-.4.324-.724.724-.724h22.077c.4%200%20.723.324.723.724v2.895c0%20.4-.324.724-.723.724H13.104a.724.724%200%200%201-.724-.724z'%20stroke='%23070F2C'%20stroke-width='.181'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.07%2016.417a.113.113%200%200%200%20.16%200l.453-.453a.113.113%200%200%200%200-.16l-.453-.452a.113.113%200%201%200-.16.16l.373.372-.373.373a.113.113%200%200%200%200%20.16m-.754%200a.113.113%200%200%200%20.16%200l.453-.453a.113.113%200%200%200%200-.16l-.453-.452a.113.113%200%200%200-.16.16l.373.372-.373.373a.113.113%200%200%200%200%20.16'%20fill='%237C94E9'/%3e%3cpath%20fill='%237C94E9'%20d='M19.076%2014.799h14.838v.905H19.076zm0%201.447h11.219v.362H19.076z'/%3e%3cg%20clip-path='url(%23a)'%3e%3cpath%20d='M12.38%2023.304c0-.4.324-.724.724-.724h22.077c.4%200%20.723.324.723.724v2.895c0%20.4-.324.724-.723.724H13.104a.724.724%200%200%201-.724-.724z'%20fill='%23fff'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.07%2025.283a.113.113%200%200%200%20.16%200l.453-.453a.113.113%200%200%200%200-.16l-.453-.452a.113.113%200%201%200-.16.16l.373.373-.373.372a.113.113%200%200%200%200%20.16m-.754%200a.113.113%200%200%200%20.16%200l.453-.453a.113.113%200%200%200%200-.16l-.453-.452a.113.113%200%200%200-.16.16l.373.373-.373.372a.113.113%200%200%200%200%20.16'%20fill='%237C94E9'/%3e%3cpath%20fill='%237C94E9'%20d='M19.076%2023.665h9.048v.905h-9.048zm0%201.448h13.572v.362H19.076z'/%3e%3c/g%3e%3cpath%20d='M12.38%2023.304c0-.4.324-.724.724-.724h22.077c.4%200%20.723.324.723.724v2.895c0%20.4-.324.724-.723.724H13.104a.724.724%200%200%201-.724-.724z'%20stroke='%23070F2C'%20stroke-width='.181'/%3e%3cg%20clip-path='url(%23b)'%3e%3cpath%20d='M12.38%2032.35c0-.399.324-.723.724-.723h22.077c.4%200%20.723.324.723.724v2.895c0%20.4-.324.724-.723.724H13.104a.724.724%200%200%201-.724-.724z'%20fill='%23fff'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.07%2034.331a.113.113%200%200%200%20.16%200l.453-.452a.113.113%200%200%200%200-.16l-.453-.453a.113.113%200%200%200-.16.16l.373.373-.373.372a.113.113%200%200%200%200%20.16m-.754%200a.113.113%200%200%200%20.16%200l.453-.452a.113.113%200%200%200%200-.16l-.453-.453a.113.113%200%200%200-.16.16l.373.373-.373.372a.113.113%200%200%200%200%20.16'%20fill='%237C94E9'/%3e%3cpath%20fill='%237C94E9'%20d='M19.076%2032.713h9.048v.905h-9.048zm0%201.448h13.572v.362H19.076z'/%3e%3c/g%3e%3cpath%20d='M12.38%2032.35c0-.399.324-.723.724-.723h22.077c.4%200%20.723.324.723.724v2.895c0%20.4-.324.724-.723.724H13.104a.724.724%200%200%201-.724-.724z'%20stroke='%23070F2C'%20stroke-width='.181'/%3e%3cpath%20d='M57.745%2035.741c-.161.019-.337.037-.535.065l.198-.009c.086-.013.287-.04.337-.056m.501-.18c-.017.002-.067.01-.098.017a.3.3%200%200%200-.089.023.4.4%200%200%200%20.083-.012c.066-.014.135-.031.104-.028m-.116%2010.572c.017.066.03.122.043.178-.01-.048-.023-.111-.042-.178M56.724%2035.91c-.055.003-.091.008-.128.012.045-.004.094-.007.128-.013M44.973%2051.932l.005-.026-.007.032zm12.78-16.295-.012.001zm.001%200-.002.008c.028-.007.021-.008.002-.008m.784%201.239.003-.039-.001.012-.003.037zm-1.778-.999q-.047.005.01%200l.036-.003h-.009zm-.322.075.009.001.027-.003h-.009zM44.546%2054.355l.001-.01zm-.011.075.01-.075zm4.503%202.304a.3.3%200%200%200%20.01.098l.008-.037c-.007-.015-.01-.052-.018-.06m-.095-.086v.019q.001.018.007.016.003%200%20.002-.016c-.002-.012-.007-.025-.009-.019m-2.136%2010.914v-.033zm2.307-10.623v.004zm-.004-.023.004.024zm-.494%204.33.002-.005zm.327-4.506h-.002v.003zm0%20.001h.006q-.004-.008-.006%200m-2.656%2012.325-.007.002h.002l.007-.002zm2.795-12.154q.002.009.002-.002l-.002-.007zm.054.055.001-.002v-.005l-.002.002zm-.684%204.719.005-.013zm12.724%206.625a1%201%200%200%200-.094.083l.041-.022zm.054-.12-.019.013q-.017.015-.014.016.001.001.017-.01c.013-.01.022-.023.016-.02m-3.692-8.556.01.04zm3.454%208.883-.004.003zm.025-.021-.024.02zm-2.787-.906-.003.005.006-.006zm2.905.667-.002.001zm.002.001.002.003q.005-.007-.002-.004m-4.094-10.705-.002-.009v.003l.003.008zm3.967%2010.921q-.009.009.003%200l.006-.005h-.002zm-.04.078h.003l.005-.004h-.002zm-2.39-1.399-.002.002zm.008-.014-.009.014zm3.342%201.293a.06.06%200%200%200%20.07.002l-.029-.013c-.01.008-.033.005-.04.011m-.145.01q.003.015.01.027c.01.016.02.02.021.017q.003-.002-.01-.021c-.008-.016-.022-.032-.021-.023m-.579-10.925.007.032zm.815%2010.819.001-.001zm-.004.007a.01.01%200%200%200%20.005-.008q-.005.002-.005.008m-.698-4.149v.005-.006zm.561%204.358v.001l.003.001z'%20fill='%23070F2C'/%3e%3cpath%20d='m61.882%2068.554.004-.008q-.012%200-.004.008m-1.115-12.67-.003-.007.001.002.003.007zm1.27%2012.496q.002-.006-.003-.003l-.003.003.002.001zm-.03-.066-.002-.001v.001l.002.001m-.687-4.589v.014q.002-.008%200-.014M47.517%2028.858a.13.13%200%200%200-.087.007l.034.018c.013-.01.046-.011.053-.025m.071-.148-.017-.004q-.015.003-.014.01%200%20.006.014.005c.011%200%20.022-.008.017-.012m-.271%207.539-.03.001q.015.001.03-.001m.024-7.285h-.004zm.019-.005a.03.03%200%200%200-.02.004q.012.002.02-.004m-1.227%202.331v-.005l-.001.006zm1.372-2.591v-.002h-.002zm0%200v.01q.006-.006%200-.01m1.308%207.553h.007-.008zm-1.452-7.339q-.007.003.002.003l.006-.001-.002-.002zm-.044.083.002.002.004-.001-.002-.002zm-1.17%202.691v-.002zm.001.012-.002-.012q-.002.007.002.012m10.322-8.502q0%20.088.04.166l-.006-.062c-.013-.024-.023-.088-.033-.104m-.111-.166v.034q.005.033.01.03.003%200%200-.028c-.002-.023-.008-.047-.01-.037m-3.416-.069.02.06zm3.719.518.005.005zm-.029-.026q.012.015.027.026zm1.118%205.509.009-.004-.012.005zm-1.383-5.758h-.002v.004zm-.001-.001h.007c-.003-.01-.005-.007-.007%200m-5.74-1.086-.008-.01.002.003.008.01zm5.978%201.347q.01.01-.001-.004l-.007-.008v.003zm.103.034-.001-.003-.006-.005v.003zm.159%205.401.003.003zm-.024-.016.024.016z'%20fill='%23070F2C'/%3e%3cpath%20d='M23.936%2066.214a6%206%200%200%200%200-.4l-.009.139c.004.068.003.218.009.261m.061.456a1%201%200%200%200-.002-.147.3.3%200%200%200-.002.06c0%20.052.003.108.004.086m-.733-6.846v-.135q-.003.056%200%20.134m.634%205.493V65.3zm0%20.097v-.096c0%20.033-.002.069%200%20.096m-.04-17.71v.02-.025zm.148%2018.599v-.009zm0%200-.005-.007c.002.023.003.02.005.007m-.75.359h.03l-.01-.002h-.028zm.663-1.2q0-.036-.002.007v.027l.002-.006zm-.032-.275-.002.005v.021l.002-.005zm-.027-19.318v.008zm-.001-.057v.057zm-2.017%2020.95a.1.1%200%200%200-.11.004l.044.033c.015-.017.057-.014.066-.037m.11-.266a.04.04%200%200%200-.024-.008q-.024.005-.022.018%200%20.01.02.011c.016-.002.033-.014.026-.021m2.255.478h.04a.06.06%200%200%200-.04%200m-2.57-.032h-.004zm.021-.007a.03.03%200%200%200-.023.007c.008%200%20.018.002.023-.007m1.142%201.229h-.006l.008.002zm-.97-1.694v-.004h-.003zm0%200v.02a.013.013%200%200%200%200-.02m.332.11-.009.001q0%20.004.003.004h.008zm-.512.272q-.008.005.004.005l.007-.003-.003-.003zm-.033.147q0%20.003.003.004l.004-.002-.002-.004zm1.729%201.171h-.002zm.014-.001-.016.002c.006%200%20.012.005.017-.002'%20fill='%231E3EAE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M44.586%2040.347c.145-.1.266-.234.351-.388.087-.164.132-.346.13-.531%200-.37-.001-.723-.01-.987-.01.251-.01.251-.02.083-.002.127-.002.274-.002.42%200%20.16%200%20.319-.002.445l-.002-.057c-.004-.09-.008-.182-.01-.512%200-.035.001-.05.002-.068a19%2019%200%200%200-.001-.89c-.009-.25-.018-.408-.029-.183v-.014l-.003-.056-.001-.163v-2.45l.003-.744v-.561l-.001-1.512.003-2.753c0-.448-.002-.87-.006-1.284a206%20206%200%200%201-.008-1.924v-3.929c0-.337%200-.676-.005-.977l-.002-.454-.003-2.185.002-1.322v-4.935l-.001-.942-.005-1.123a.99.99%200%200%200-.956-.961q-.181-.004-.37-.003h-.191l-1.14-.002-1.701.002-.83.004-.545.003c-.575.002-1.117.002-1.645-.004a92%2092%200%200%200-1.199-.005h-1.9l-2.265.003-.657-.002-2.08-.003-3.998-.001h-4.273l-1.3.004a37%2037%200%200%200-.69-.004H17.8l-1.987-.002h-1.412l-1.884.001-2.562.002-.267.002h-.08c-.325.003-.649.005-.936-.002H7.348l-1.317.004q-.893.001-1.776-.004l-.933-.004h-.12q-.061%200-.115.003l-.054.002-.054.008a.99.99%200%200%200-.836.84l-.008.054-.005.086v.568l-.004%201.512v.656c.012%201.627.012%203.297.007%204.976l-.002%201.23.003%204.652.003%201.41.007%201.673v.565c-.007%201.43-.003%202.83.004%204.223v.043a97%2097%200%200%201%200%201.247%201%201%200%200%200-.005.16l-.001%201.809v4.32a1%201%200%200%200%20.004.114%201%201%200%200%200%20.136.419.98.98%200%200%200%20.826.484%201%201%200%200%200%20.12.001h.741l.987.001H8.57l.646-.003a81%2081%200%200%201%201.139-.005h1.955l.643.002-.18.004.102.002%201.71.001.362-.001c.256-.006.574-.006.886-.006h.186l1.986-.001%203.134.003.22.002-2.052.002q.344.004.65.003h.23l5.227-.001h.95q2.567.006%205.105-.004h.52c.388%200%20.777%200%201.132-.005.258.005.553.005.849.005h.529l1.219.004h1.412l2.654-.006.274.004c.14.001.284.003.371.006h-.255.246l.782.008a5%205%200%200%201-.41.01l-.67.002c.122.004.314.006.501.007.146.001.289.002.393.005.01.002-.077.003-.164.004-.086%200-.173.001-.168.004q.005.003-.001.006l-.004.004h.41q.15-.003.3.007c-.039.004.072.005.18.005l.162.002c.004.002.017.003.01.004a4%204%200%200%201-.19.006c-.062%200-.12.002-.139.003-.052.004-.044.008-.037.012l.005.004.001.001%202.253.007h-.07c-.419.003-.443.003-.683.01-.15.004-.287.004-.47.002a23%2023%200%200%200-1.128.004c.244.006.574.008.895.01l.424.004c0%20.002-.038.003-.073.004-.06.003-.112.005.035.007l-.256.002.02.003h.017l.203.002c.14%200%20.281%200%20.362.004.082.004.264.005.442.006h.04c.26.001.44.005.58.01.044.003-.072.005-.185.006l-.178.004-.025.002a3%203%200%200%201-.242.008l.347.012-.134.002-1.988.004h-3.522l-3.699.004-5.029.005-2.568.001h-4.474l-3.14-.004-3.515-.003h-3.045l-4.458.003-1.793-.003-2.271-.003h-.907l-.076-.003-.033-.002a1.207%201.207%200%200%201-1.108-1.168l-.001-.133v-2.384c-.002-.353-.003-.706-.002-1.094v-1.606l.001-1.704-.003-2.46v-1.218l.005-3.39c0-.353%200-.673-.005-.985-.007-.442-.009-.964-.01-1.521V10.54l.001-.179q.001-.075.012-.15l.012-.075.019-.073a1.21%201.21%200%200%201%201.11-.897c.054-.003.1-.003.147-.003h1.858l2.285.001h6.947l3.705.002h.381l4.94-.005h.667l3.804.002h7.866c1.366-.001%202.752-.001%204.102.006h.473l2.428.002h1.214a1.7%201.7%200%200%201%20.322.022q.165.03.314.106a1.22%201.22%200%200%201%20.642.82q.038.196.03.396v.75l.001%201.497v5.091l-.004%2012-.005%203.993-.001%203.234v.237c0%20.424%200%20.85-.005%201.238a21%2021%200%200%200-.001.44v.302c-.002.1-.005.18-.007.091-.006-.22-.013-.164-.019-.096l-.002.071q0%20.049-.003.11-.003.119-.032.236a1.1%201.1%200%200%201-.143.336l.032-.053.026-.056a1%201%200%200%200%20.045-.113l-.01.025-.02.048-.039.077a1%201%200%200%201-.077.123l-.012.019v-.002l.013-.018c.086-.132.146-.28.176-.434q.029-.152.026-.308c0-.07%200-.09-.002-.11v-.027c-.013-.603-.028-.685-.044-.508a.7.7%200%200%200-.009.163v.236q0%20.19-.003.386a1.06%201.06%200%200%201-.2.577c-.104.135-.076.104-.048.073.02-.022.04-.044.008-.001a1.1%201.1%200%200%201-.246.214c-.013.005-.01%200-.005-.004q.005-.005.003-.006m-29.064.087h.06c.337.002.581.003.854%200a44%2044%200%200%200-.814%200zM15.02%209.372l.085.002a8%208%200%200%201-.258-.002zm8.415.003h-.073q-.126%200-.013.001h.084zm4.315-.002h.164-.008l-.086.001z'%20fill='%23070F2C'/%3e%3cpath%20d='M44.869%2040.027c.094-.139.154-.298.174-.465q.006-.065.008-.134v-.141l-.004-.296-.013.401q.002.068-.003.163l-.014.096-.024.097q-.046.145-.124.279m-.872.563.095-.002c.04-.004.083-.012.116-.017a.6.6%200%200%200%20.188-.061c-.004-.003-.052.02-.171.048a1.3%201.3%200%200%201-.192.026c-.047.004-.069.007-.036.006m-20.817-.157h-.367c.098%200%20.228.002.368%200m21.812-2.706v-.044zm.002.261c.002-.111%200-.185%200-.261a8%208%200%200%200%200%20.261m-20.069-28.6h.054-.067zm19.993%2030.737.016-.02zm0-.001-.002-.008c-.035.05-.025.04.002.008m-2.871.439h.078l-.023-.002h-.077zm2.976-2.495q-.002-.096-.002.021v.073l.002-.018zm-.048-.664-.001.017v.056l.002-.018zM19.906%209.386h.02zm-.156%200h.155c-.055%200-.112-.002-.156%200m25.805%2059.115a.5.5%200%200%200-.103.082q.025-.008.047-.018c.013-.018.052-.049.056-.064m.033-.154-.021.012q-.018.015-.013.018.003.004.018-.009c.013-.01.023-.024.016-.021m-.227.373-.005.003zm.027-.019a.1.1%200%200%200-.026.02.1.1%200%200%200%20.026-.02m-3.281-.955-.005.005.007-.005zm3.379.664v-.002l-.003.002zm.001%200%20.004.006q.005-.008-.004-.006m-.425-10.873.001-.009v.003l-.002.009zm.313%2011.131q-.008.007.004%200l.007-.005h-.003zm-.036.092h.003l.005-.005h-.003zm-2.787-1.385-.002.001zm.015-.013-.013.013q.008-.006.013-.013M6.457%208.333H40.66v.947H6.457z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.467%208.65c.003.139.004.294.004.446v.127l.034-.002v-.03l.003.025v.005h.16l.043.003c.15.004.3.002.384-.004.12-.01.195-.019.088-.03l.033-.003.078-.001h1.174l.095.001q.133%200%20.261.002a8%208%200%200%200%20.27%200q.317-.004.636-.001h.088l1.319.003q.32%200%20.615-.006c.295-.005.593-.008.922-.008h1.883c.162%200%20.323%200%20.467-.005l.177-.001h.04l1.047-.003.634.001q.935.005%201.872%200h.492c.154.001.311%200%20.451-.001a35%2035%200%200%201%201.07.002c.353.004.72.005%201.083.005l.816-.002.397-.004.261-.003c.276-.002.535-.002.788.005.171.005.372.005.575.005l.91-.001%201.085-.002.315.001q.492.005.996.004h1.916l2.047.001.623-.004q.142.004.33.004h.684l.951.002q.33.002.677%200c.292-.003.603-.003.903-.002l1.227-.002.128-.001h.038c.156-.003.311-.006.449.002h.634l.631-.004q.429-.002.851.004.212.003.439.003v-.75l-.773-.003h-.314c-.778.012-1.576.012-2.379.007l-.587-.002-2.224.002-.674.003-.798.006h-.27a102%20102%200%200%200-2.018.003H30.5q-.291.005-.59%200h-.002c-.001-.002-.002-.004-.078-.005l-.864-.002-3.776-.005-1.727-.001h-.027l-.28.001a16%2016%200%200%201-.543.004h-.07l-.864-.001-.308-.002.084-.004-.05-.001-.817-.002h-.172a10%2010%200%200%201-.423.005h-1.036l-1.5-.005-.105-.001h.98a10%2010%200%200%200-.313-.004h-.11l-2.498-.002-.455-.001q-1.228-.006-2.438%200h-.25c-.185-.001-.37-.001-.537.002-.126-.004-.268-.004-.41-.004l-.252-.001-.586-.004h-.013q-.33-.002-.661%200c-.407.003-.833.003-1.266.002l-.134-.003-.182-.005h.122-.118l-.378-.006q.094-.011.189-.007l.319-.001c-.062-.004-.155-.005-.245-.006-.07%200-.14-.002-.191-.004L8%208.382c.04%200%20.082-.001.078-.003q-.005-.003-.005-.005v-.003h-.196q-.075.003-.149-.005c.016-.003-.038-.004-.09-.004l-.079-.001-.003-.001-.004-.002c.006-.002.048-.003.087-.004l.064-.003c.023-.002.016-.005.01-.008l-.007-.005-1.084-.004h.037c.195-.002.207-.002.317-.007a4%204%200%200%201%20.224-.001c.27.005.373.004.538-.004-.122-.004-.283-.005-.44-.007l-.202-.002.032-.004c.027-.001.05-.003-.022-.004l.122-.002-.02-.002-.1-.001c-.067%200-.134%200-.175-.003-.042-.003-.129-.003-.214-.004H6.7c-.126%200-.215-.003-.285-.007-.024-.002.03-.003.084-.005l.082-.002a1%201%200%200%201%20.122-.007l-.175-.009.063-.001.95-.004%201.69-.004%201.773-.005%202.411-.008%201.233-.003%202.149-.002h1.509l1.69.002%201.462-.002%202.14-.006.862.003%201.092.001%201.548.002.685-.001.233-.002c.169-.001.338-.003.524-.001h1.59q.597.002%201.18-.004c.195-.002.384-.002.585%200l1.63.004c.169%200%20.323%200%20.472-.005.211-.007.462-.009.73-.01l3.884-.001h2.165v1.181h-.117l-2.024-.001h-3.329l-1.775-.002h-.182l-2.367.004h-.32l-1.822-.002h-1.688l-1.96.002h-.12c-.655%200-1.32%200-1.966-.007h-.227l-2.325-.001-2.87.002-1.004-.001-5.75-.004-1.912-.005-1.55-.001h-.11c-.204%200-.41%200-.597-.005l-.21-.001h-.191v-.148c.003-.05.006-.092.008-.046.005.113.012.084.018.05.003-.046.005-.121.006-.198.001-.08.003-.163.007-.213v.151l.005-.078.003-.069v.001q.003.084.004.227l-.005.15c0%20.034.001.044.002.054v.013l.001.011.002.048.044-.002c.28-.012.317-.027.233-.043l-.006-.002c-.004-.002-.01-.004-.072-.006h-.098v.005l-.006-.006h-.003v-.003l-.007-.007h.007l.001-.031h-.033v.006l-.007-.006h-.003v-.004l-.006-.006h.006v-.025c0-.122%200-.248.002-.357-.002-.083-.004-.063-.006-.044-.002.014-.003.027-.004%200%20.001-.172.006-.162.01-.151zm-.005.588v-.006h-.006zm.01.01-.01-.01v.027h-.006l.006.006v.003h-.006l.006.006v-.006h.004l.006.006v-.006h.026l.006.006v-.006h-.006l-.01-.01h.01l-.026-.025zm0%200v.017h.016zm-.064-.424v-.01zm.41.431a6%206%200%200%201-.306.01l-.002-.032h.067l.2.001c-.08.01-.08.01.04.021M20.14%208.43h-.028c-.163-.002-.28-.003-.408%200%20.122.002.235.001.389%200zm14.795.757h-.012l.124.001zm-4.004-.001h.035q.06%200%20.007-.002h-.036l-.005.001m-2.068.002h-.078l.004-.001z'%20fill='%23070F2C'/%3e%3cpath%20d='M6.492%208.868a9%209%200%200%200-.001.413l-.034-.034.097-.003-.097-.006.043.043.006-.091c-.005-.082-.006-.272-.014-.322m-.072-.561a2%202%200%200%200-.002.195.4.4%200%200%200%20.005-.082.5.5%200%200%200-.002-.113m10.059.12h.176c-.047%200-.11-.002-.176%200m-9.32.764h.02zm-.126.002c.053.001.089%200%20.125-.002-.044%200-.092-.001-.125.002m23.185-.02h-.026l.032.001zM6.4%208.809v.012zm0-.001.007.006c-.002-.03-.004-.024-.006-.006m.966-.49H7.33l.011.001h.037zm-.371.902q.045-.001-.01-.002H6.95l.008.002zm.318-.045-.008-.002h-.027l.008.002zm25.31%200h-.01zm.073%200h-.074q.042.002.075%200M20.926%209.08c0-1.085%201.178-1.964%202.631-1.964%201.454%200%202.632.88%202.632%201.963'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M26.176%209.047q-.004-.018-.005-.04c-.002-.023-.003-.045-.014-.06-.01.013-.01.013-.021.006v.041a.04.04%200%200%201-.014-.026l.001-.003.003-.005a.05.05%200%200%200-.006-.037c-.01-.011-.02-.017-.03-.006q-.003%200-.003-.003l-.002-.007a1%201%200%200%200-.02-.112l-.005-.034-.025-.093-.04-.122a.2.2%200%200%200-.029-.052.4.4%200%200%201-.047-.077%201%201%200%200%200-.134-.21l-.067-.076-.038-.049a1%201%200%200%200-.136-.14l-.001-.001-.024-.025a.2.2%200%200%200-.035-.027.4.4%200%200%201-.08-.068.4.4%200%200%200-.081-.07l-.067-.042h-.001l-.035-.02-.023-.012a.4.4%200%200%201-.064-.044.2.2%200%200%200-.048-.031l-.03-.018-.049-.026a1%201%200%200%200-.098-.045L24.88%207.5a1%201%200%200%200-.089-.044%203%203%200%200%200-.179-.067%201%201%200%200%200-.13-.04l-.066-.019-.041-.008-.02-.004a.1.1%200%200%200-.03-.012l-.067-.014-.094-.02a.4.4%200%200%200-.066-.012l-.04-.005q-.026-.002-.05-.006-.03-.004-.058-.005l-.077-.007a.1.1%200%200%201-.049-.007.4.4%200%200%200-.063-.003l-.063.002-.085-.007a.3.3%200%200%200-.091-.005q-.07.002-.141.002h-.005l-.032.001a2%202%200%200%201-.237.03l-.058.005-.22.044a.3.3%200%200%200-.064.02l-.032.01-.044.016-.026.007a1%201%200%200%200-.098.024l-.092.041a.2.2%200%200%201-.057.022v-.001q0-.003-.01-.002l-.08.03-.172.077q-.057.028-.113.06l-.052.028a1.3%201.3%200%200%200-.168.112.2.2%200%200%201-.047.038l-.04.031-.027.021-.024.018.004-.008-.005.002-.06.048-.003.002-.012.012a.1.1%200%200%201-.033.039l-.064.067-.053.051-.047.055-.008.007q.017-.025.037-.048l.022-.027q-.014.009-.021.02l-.007.01a1.3%201.3%200%200%200-.17.231l-.035.05-.026.053-.048.107a.2.2%200%200%200-.022.073.3.3%200%200%200-.025.058l-.022.052a.3.3%200%200%200-.013.064%201%201%200%200%201-.02.12l-.005.014-.007.014v-.008q.003-.006%200-.004v.012l-.01.035q-.009-.003-.008-.02V8.9q-.006.01-.01.023%200%20.01-.005.018-.003-.001-.004-.008%200-.008-.003-.009h-.01l-.002.018q-.002.015-.008.014-.005-.001-.006.008%200%20.006-.002.008h-.004q-.002-.001-.005-.01%200-.004-.003-.006-.005-.004-.012-.003h-.005l-.014.11a.1.1%200%200%200-.007-.037.03.03%200%200%201%200-.024.06.06%200%200%200-.001-.056.3.3%200%200%200-.018.065q-.003%200-.005-.004c-.002-.003-.003-.006-.006.001l-.001-.013h-.002l-.002.002-.002.01q0%20.012-.006.019l-.007.024a.1.1%200%200%201-.011.03c-.005.002-.006-.004-.007-.01q0-.006-.003-.01a.02.02%200%200%201-.008-.013l-.014.018-.001-.007.002-.059v-.046l.003-.03q0-.033.004-.063l.018-.092.02-.096q.006-.03.016-.06l.01-.034.04-.126a3%203%200%200%201%20.122-.24q.059-.101.135-.191l.052-.06.055-.064q.056-.057.113-.11l.02-.017q.032-.03.069-.06l.05-.041.034-.028q.027-.024.055-.046l.094-.066q.039-.026.079-.05l.102-.055q.072-.042.147-.076l.066-.03.073-.035q.018-.006.034-.016.02-.01.041-.017l.083-.028q.06-.02.117-.046a.3.3%200%200%201%20.06-.018q.084-.018.168-.04a.2.2%200%200%200%20.047-.019.3.3%200%200%201%20.075-.024l.042-.009q.08-.018.16-.03l.207-.022a1%201%200%200%201%20.122-.007l.066-.003.112-.003q.075.001.15.005l.083.004q.068.001.134.01.024.004.05.006l.06.006q.055.005.109.014l.186.038.019.004q.068.013.136.032.054.016.11.027l.033.009.183.068q.084.03.167.069.098.04.189.092a1%201%200%200%201%20.21.134%202%202%200%200%201%20.24.178q.043.032.081.069l.11.11q.04.037.072.082l.099.122.085.132q.042.066.074.139.037.07.064.144l.033.1q.018.051.026.102l.026.138.006.03a.3.3%200%200%201%20.001.078q0%20.02.002.039c-.002.005-.004.01-.007.005-.006-.011-.013-.008-.018-.004q-.005.01-.004.023l-.003.02V9.02l-.003-.012-.004.009-.001.007-.008-.023.003-.015q0-.005-.003-.006c-.015-.03-.03-.033-.046-.023l-.001.001q-.003%200-.007.008.003.03.002.062c.003.008.005.006.007.004q.002-.004.004%200c0%20.017-.005.016-.01.016zm-4.59-1.122a.1.1%200%200%200-.03.03.1.1%200%200%200%20.03-.03m2.543-.667.001.001-.011-.001q-.006-.003%200-.003l.008.001zm.392.093h-.003q-.007-.002-.001.001h.004m.196.066.008.002h-.005z'%20fill='%23070F2C'/%3e%3cpath%20d='M26.15%209.027a.1.1%200%200%200-.003-.053l-.011.02c.005.008.005.028.013.033m.089.051.002-.01q-.002-.01-.007-.01-.003%200-.003.009c0%20.007.005.014.008.01m-.148-.157v-.003zm.002.011-.002-.012q-.001.007.002.012m-1.508-1.546h.003zm1.662%201.641h-.007q.004.004.007%200m-5.335-.044v.004h.002V8.98zm5.207-.05q-.001-.004-.002.001l.001.004.001-.001zm-.048-.025v.003h.001zm-1.725-1.591.008.001q-.004-.002-.008-.001M56.391%2023.4a.3.3%200%200%200-.005-.094l-.007.035c.005.015.007.05.012.059m.055.092.003-.018q0-.018-.003-.016l-.003.015c-.001.012.002.024.003.019m-4.794%202.172-.023-.019a.1.1%200%200%200%20.023.019m4.679-2.461v-.004zm.005.021-.004-.022zm-3.239-1.809h.005zm3.361%201.988v-.002zm-.001%200h-.004q.001.007.004%200m-3.33%202.827h.007-.009zm3.233-3.001v.008l.002-.002zm-.047-.052.001.005.001-.002zm-3.653-1.749.014-.001zm-1.505%201.766a.02.02%200%200%200%200%20.026l.01-.01c-.005-.004-.004-.014-.01-.016m-.068-.024-.002.005q0%20.006.004.005.003%200%20.003-.004-.001-.006-.005-.005m.585-.111h.009zm-.477.181.002.006q0-.004-.002-.006m-.115-.047h.005zm.144-.125h-.002zm-.05.17q0%20.003.001%200v-.001zm.038.015.001-.001v-.001h-.001zm.646.567-.003.002q.002%200%20.003-.002m-.773-.449q0-.008-.004-.002l-.001.01zm.02-.06v-.003l-.002.004v.003zm-.037.096h-.002q0%20.002.002%200m.037-.105-.002.004zm-.031.084v.002zm-.012.035v-.001m1.254-.162a.03.03%200%200%200%20.021-.021l-.018-.005c0%20.008-.01.018-.003.025m.06.032h-.003zm1.258-.119h-.004zm-1.303.002.007-.003q-.005%200-.007.003m1.501.056v-.001m-1.49-.024q.001-.002-.002-.002v.002zm-.001-.055-.001-.002-.002.001.001.002zm.579.013h-.002zm-12.005%209.396q.024.075.056.148l-.014-.057c-.012-.023-.033-.079-.042-.091m-.098-.126.01.028q.012.026.013.024l-.008-.024c-.007-.018-.018-.036-.015-.028m-2.587-.965-.044-.034zm2.828%201.403.001.006zm-.013-.036.013.036zm-4.651%202.488.007.004-.009-.005zm4.475-2.753v.003zm0%200h.003q-.005-.009-.003%200m-.46.303h.011l-.003-.001h-.011zm.619-.044q.005.013%200-.004l-.003-.007q0%20.006.003.01m.052.086v-.003l-.003-.007v.002zm-5.257%201.89.001.003zm-.012-.02.012.02zm.92-.439a.02.02%200%200%200%20.008-.027l-.017.005c.005.006.001.016.01.022m.086.053q.004%200%20.005-.004.003-.003-.004-.005-.003%200-.005.002c-.003.003.002.007.004.007m-.512-1.635h.008zm.377%201.504q.003-.004%200-.007c0%20.002-.003.004%200%20.007m.157.116-.007-.003zm-.973-1.548-.002.001zm.847%201.449q0-.003-.003%200v.001zm-.049-.043h-.002v.002h.002zm.073-.747.003-.001q-.002-.002-.003%200m18.146-.874a1%201%200%200%200-.02.158l.018-.057c-.001-.026.007-.085.002-.1m-.061-.161-.005.029q-.001.029.003.027.003%200%20.005-.024c.002-.02%200-.041-.003-.032m.058.509-.002.006zm.006-.038-.006.038zm-5.546%201.324.008-.002-.01.001zm5.46-1.65-.001.003zm0%200h.005q-.002-.01-.005%200m-.425.359.009.007-.002-.003-.01-.006zm.487-.049q0%20.014.002-.003l.001-.01-.001.002zm.024.104.002-.003.001-.008-.002.003zm-5.962.579-.002.003zm.016-.023-.017.023a.1.1%200%200%200%20.017-.023'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M57.056%2033.242q-.006-.004-.013-.004l-.002.003q-.006.006-.003.013l.003-.004q0-.003.005-.005.002.005.008.008l.005.004-.003.01a.07.07%200%200%201-.033.035l-.001.001h-.003v-.005a.01.01%200%200%200-.01%200l.001.003-.001.007-.004-.002v.01l.002.007a.03.03%200%200%201-.012.016l-.003.008.004.002q.003%200%20.004.004.004.012.013.015l.003.002.039.028q.022.02.047.037l.118.079.03.02.026.018q.037.024.077.045l.044.026.018.012.005.005q.022.025.052.039l.053.03.045.026.049.03.009.004.04.018.032.016.047.029a.3.3%200%200%200%20.045.022l.047.025.06.033.029.016.049.025q.051.03.107.054a.04.04%200%200%200%20.024.003q.007%200%20.016.003a.3.3%200%200%201%20.042.027q.007.005.017.008a.1.1%200%200%201%20.034.013l.009.005.013.007.01.005q.006.002.011.006l.022.009.02.009.042.023q.015.006.03.016.01.008.022.013l.061.026.041.02.007.004.038.02.04.021.042.023.014.007q.015.007.031.017l.03.019q.015.007.029.017a.3.3%200%200%201%20.073.061l.019.02h.001l.002-.007h.01q.002.002.004%200l-.001-.009q-.003-.004-.002-.007%200-.003-.002-.005v-.004l.003.002q0-.003.003-.002l.002-.001-.007-.019q.01%200%20.012.011.001.005.005.005c.005%200%20.005.001.01.005l.001.001-.004-.006-.014-.022.007-.006h.003q.002.002.004.001l.001-.001v-.003q-.003-.002%200-.004v-.005l-.005-.005.004-.004h.004q0%20.003.003.002l-.003-.007-.002-.009.008.008q.004.004.008.002l-.005-.013-.002-.002h-.001q0-.002.001%200l.002.002-.002-.006-.001-.005a.2.2%200%200%200-.032-.03l-.017-.015-.013-.015-.006-.006-.009-.01a2%202%200%200%200-.17-.109l-.002-.002q-.005-.002-.008-.007l.012.007.015.008-.002-.003-.009-.006-.031-.02-.012-.006-.014-.007-.003-.002q-.006-.005-.013-.003l-.004-.002-.022-.013v-.002h-.001l.004-.001-.008-.006-.023-.014a.03.03%200%200%200-.018-.006l-.009-.003-.046-.027-.038-.023-.061-.037-.016-.01-.007-.005v-.005a.03.03%200%200%200-.016-.01.1.1%200%200%201-.055-.028l-.007-.005-.023-.008-.02-.008-.059-.034-.015-.01a.12.12%200%200%200-.065-.034l-.008-.005-.036-.027-.022-.017-.02-.017-.019-.008-.016-.01q-.001-.01-.01-.01h-.006q-.007-.007-.017-.01-.008-.004-.015-.01l-.024-.013a.04.04%200%200%201-.018-.01l-.023-.019-.018-.011a.01.01%200%200%201-.006-.01l-.018-.006-.042-.028-.01-.006-.05-.034a.1.1%200%200%201-.023-.02l-.008-.006-.014-.007-.015-.008-.024-.015a.02.02%200%200%201-.012-.013.02.02%200%200%200-.018-.018l-.008-.001-.012-.003-.023-.012a.1.1%200%200%201-.024-.023.04.04%200%200%200-.027-.02.02.02%200%200%201-.012-.006l-.01-.006a.2.2%200%200%201-.05-.034l-.016-.012-.028-.015h-.001l-.006-.002a.02.02%200%200%201-.016-.004l-.01-.007-.037-.024a.05.05%200%200%200-.028-.009.03.03%200%200%201-.019-.005l-.032-.025a.04.04%200%200%200-.018-.012l-.007-.005q-.002-.004-.006-.006l-.002-.002-.012-.008-.017-.013h-.003l-.003.002a.05.05%200%200%201-.02.026q-.01.006-.012-.003v-.006q-.006%200-.011.005l-.002.001q0%20.005.004.006.003%200%20.004.004a.03.03%200%200%200-.012.02c-.01.007-.016.004-.021%200m1.518.839a.02.02%200%200%201-.012-.007h.002q.007.002.01.007'%20fill='%23fff'/%3e%3cpath%20d='M57.064%2033.218q.002.011.014.01l.003-.016c-.005.003-.01%200-.017.006m-.061.062v.006q.003.002.005-.002v-.005c0-.004-.005%200-.005.002m1.66.849-.005-.002q0%20.002.005.003m-1.54-.943q0%20.002.004%200%200-.002-.004%200m-.116.116.004-.006zm.097-.091q.003%200%20.001-.002zm.036-.037.001-.002zm.65.428-.002-.001q0%20.002.002%200m.346-.428c-.003%200-.001-.003-.006.001l-.006.007v.002l-.004.003.001-.002h-.002l-.008.01h-.001v.001l-.003-.003v-.002h-.001q-.003%200-.002-.002l-.003-.004h-.008l-.005-.004h-.003l-.004-.001-.001-.002-.005-.005h-.001q0-.003-.002-.001-.003%200-.003-.003l-.001-.005h-.006q-.002%200-.002-.003v-.003l-.003-.002-.004-.001v-.002l-.003-.003-.005-.004-.006-.004h-.003v-.002l-.002-.001-.003-.003-.002-.001q-.002%200-.003-.002l-.004-.001q-.003.001-.002-.002h-.005l-.002-.003q0-.003-.002-.003l-.004-.004H58l-.004-.003-.002-.001-.007-.003h-.007q-.003-.004-.007-.002h-.002v-.002l-.003-.002-.013-.006-.006-.002h-.003l-.003-.001h-.001v-.002l-.002-.002h-.001q-.002.003-.002.001h-.004l-.005-.003h.004l-.002-.001-.009-.003h-.001l-.01-.002h-.002c0-.002-.002%200-.002-.002l-.002-.001h-.008v-.003l-.001-.002v-.002h.002l-.001-.003v-.002l.001-.002v-.002l-.001-.002v-.003l.001-.003-.004-.003.002-.002h.001q0%20.003.002%200l-.002-.004v-.002h.001v-.003l-.001-.001-.001-.002.001-.002v-.005l.005-.001h.03q.005%200%20.008.002l.007.002.006.002.006.001h.01l.002.002.005.002.006.002.002.001h.007l.003.002h.005l.002.001.006.004.003-.001q0-.003.004-.002.008%200%20.015.005l.007.002.005.002.008.004.007.002.007.003.006.003.012.004.007.004.006.003.008.004q.005%200%20.006.006h.001l.009.006.01.005.004.003.025.02.005.005q.002-.001.001.004h.001l-.001.003-.006.006v.004h-.002l-.001.002-.003.002v-.002.001l-.015.016q.002%200%200%20.003l.004-.004z'%20fill='%23fff'/%3e%3cpath%20d='M58.128%2033.182q.002-.003-.001-.002l-.003.005c.002-.002.002%200%20.004-.003m.025-.026-.002.001v.002zm.002-.006-.002.003zm-4.707-6.201c-.004.007-.014.007-.014.017.005.004.005.004.007.01.003%200%20.004-.004.008-.003l-.002.008-.003-.002q-.005%200-.005.006%200%20.009.007.015v.003l-.02.012-.007.003-.004.002-.012.008-.022.013-.008.01a.04.04%200%200%201-.013.013l-.03.02q-.004.002-.006.008l-.003.003q-.007.008-.015.013l-.011.006-.033.021-.006.004-.007.005a.03.03%200%200%201-.017.011l-.02.01-.012.01-.005.006-.003.004a.02.02%200%200%201-.014.006l-.01.005-.015.01c-.004.006-.011.008-.016.014l-.005.003-.017.01-.03.021-.032.024-.008.01q-.004%200-.006.002l-.01.008-.016.01-.01.01-.013.01-.018.016-.001.003q-.002.006-.008.005l-.01.008-.008.01a.03.03%200%200%201-.014.008l-.014.01-.023.017-.005.005a.1.1%200%200%201-.032.033l-.009.007-.031.03-.008.01-.01.013-.004.003a.1.1%200%200%200-.026.03l-.008.008-.004-.001-.012.011-.053.052-.026.029-.007.01-.011.012-.005.004v-.002h-.002l-.013.014q0%20.005-.005.009l-.011.014-.021.02-.002.002q.005-.008.012-.015-.005.001-.006.005l-.038.044a.2.2%200%200%200-.03.037q-.006.005-.008.013c-.005%200-.007.006-.01.008l-.009.008-.008.01-.014.021-.007.002.001-.001v-.001.002l-.008.004a.004.004%200%200%201%200-.006l.002-.005-.009.003c-.002-.001.001-.003%200-.005l-.004-.002-.003.002q-.002.003-.004%200-.003%200-.004.002l-.002-.001v-.005l-.006-.005-.016.015q.003-.005.001-.008%200-.003.002-.004.008-.002.005-.01l-.012.007q0-.004-.003-.004v-.002h-.001q-.002.002-.005.002t-.005.002l-.007.002-.001-.005-.002-.005h-.006v-.002l.01-.016.02-.027q.012-.015.02-.03l.03-.038.014-.02.028-.032.02-.023.023-.024.02-.022.027-.033.012-.012.016-.015.022-.021.01-.01.009-.012.01-.011.013-.012.015-.018.008-.008.025-.021.005-.009.007-.013.055-.054.027-.025.015-.014.034-.028.05-.045.027-.021.003-.003q.018-.015.035-.032l.005-.004.03-.022.026-.021.031-.024a.1.1%200%200%201%20.04-.025l.037-.027.046-.035.017-.01q.05-.032.1-.06l.034-.016.028-.015a.02.02%200%200%201%20.013-.005q.003%200%20.007-.003.002%200%20.002.003%200%20.006.005.01c.003.002.006-.002.009%200l-.002.002.003.001h.001l-.002.006h-.003v.001a.03.03%200%200%200%20.007.023l.004.003c.004%200%20.007-.005.01-.004.002-.004-.002-.004-.002-.006q.006%200%20.008.006'%20fill='%23fff'/%3e%3cpath%20d='M53.45%2026.964h-.005l-.004.005.007.004c0-.003.004-.005.002-.009m-.014-.045h-.003v.003q0%20.002.003.001zm-.86.812.003-.002zm.872-.733-.002.002q.002%200%20.002-.002m-.023-.079.001.003zm-.38.371v-.001m.157.443c-.002.004-.008.002-.007.01l.005.008.004-.001v.006l-.002-.002q-.003%200-.002.003%200%20.008.004.012v.002l-.01.005h-.004l-.002.002-.006.003-.012.005-.004.005a.01.01%200%200%201-.006.008l-.016.008-.003.004-.001.002-.008.006-.006.003-.017.01-.003.002-.003.003a.01.01%200%200%201-.01.005l-.01.003-.005.005-.003.004-.001.002-.007.003q-.004%200-.006.002l-.007.005-.008.007h-.003l-.009.005-.015.011-.016.012-.003.005h-.004l-.005.005-.008.005-.005.005-.006.005-.009.009v.001q0%20.004-.005.003l-.004.004-.004.005-.007.004-.008.005-.011.008-.002.002a.03.03%200%200%201-.015.018l-.005.004-.014.016-.004.005-.004.008-.001.002a.03.03%200%200%200-.012.015l-.004.005-.002-.001-.006.006-.025.026-.011.014-.001.002q0%20.005-.002.006l-.006.007-.002.002-.001-.002-.006.006v.002l-.002.005-.005.007-.01.011h-.001l.005-.008q-.003%200-.003.003l-.017.023-.013.02-.003.008q-.003.001-.005.004l-.004.004-.003.006-.005.011h-.005l-.005.002-.002-.003.001-.003h-.006l-.002-.002-.003-.002-.001.001h-.008q0-.003-.002-.004l-.005-.004-.008.008-.001-.005v-.002q.005%200%20.002-.005l-.008.002-.004-.002v-.002l-.004.001-.003.001h-.005q-.002%200-.002-.003l-.003-.003-.005-.001v-.001l.004-.01.009-.014.008-.017.013-.021.007-.011.013-.018.01-.012.011-.014.01-.011.02-.025.007-.008.011-.011.005-.006q.001-.004.004-.006l.006-.006.006-.006.007-.01q0-.003.004-.005l.013-.01.002-.006q0-.005.002-.008a.2.2%200%200%201%20.029-.029l.021-.02.017-.015.026-.023.015-.01.002-.002.018-.017.002-.002.016-.01.014-.012.016-.012.02-.01.002-.001.02-.014.025-.017.009-.005a1%201%200%200%201%20.085-.043q.003-.003.008-.002h.003q.002%200%20.002.002%200%20.003.003.007l.005.001v.003h.002v.004h-.003a.03.03%200%200%200%20.006.018q0%20.003.002.003l.006-.001-.002-.005q.004.001.005.005'%20fill='%23fff'/%3e%3cpath%20d='M53.204%2027.744q-.003-.003-.005.001l.005.004zm-.01-.036h-.002v.002q0%20.002.002.001zm-.415.43v-.001m.41-.431v.002zm-.19.201v-.001'%20fill='%23fff'/%3e%3cpath%20d='M9.075%2030.143a.03.03%200%200%200%200-.029l-.012.012c.005.004.004.015.012.017m.087.027.002-.006-.001-.004-.005-.002q-.003%200-.003.005.001.009.007.007m-.357.417-.006.005q.004-.001.006-.005m.213-.497v-.002zm.002.005q.001-.004-.002-.006%200%20.004.002.006m.152.046h-.007zm-.04.086v-.002H9.13v.002zm-.084-.133q-.002-.001-.002.001l.001.002h.001zM9%2030.084h-.002v.002H9zm-.94-.264.003-.004q-.003%200-.003.003m6.328-6.744a.024.024%200%200%200%200-.028l-.012.011c.005.004.004.015.012.017m.089.028.002-.006-.001-.004-.005-.001q-.003%200-.003.005.002.008.007.006m-.359.417-.007.004q.004%200%20.007-.005m.214-.497v-.001m.001.007q0-.005-.003-.006zm-.869-.355.001-.002zm1.023.399h-.007zm-.04.087v-.002h-.002v.002zm-.083-.133q-.002-.001-.002.001l.001.002h.001zm-.047-.008h-.002v.002zm-.94-.266.002-.003q-.003%200-.002.003m21.046-1.46a.024.024%200%200%200%200-.028l-.012.011c.005.004.004.015.012.017m.089.028.003-.005-.002-.004-.004-.002q-.004%200-.004.005.002.008.007.007m-.359.415-.007.005q.005%200%20.007-.005m.214-.497v-.001zm.001.006-.002-.006q-.001.003.002.006m-.869-.355v-.002h-.001zm1.022.4v-.002zm0%200h-.007zm-.04.085-.001-.002h-.002v.003zm-.084-.132q-.002-.002-.002%200l.001.002h.001zm-.049-.009v.002zm-.937-.264.002-.004q-.002%200-.002.003M17.054%2027.59a.024.024%200%200%200%200-.03l-.012.012c.005.004.004.015.012.017m.088.028.003-.006-.002-.004-.004-.002q-.003%200-.004.006.002.008.007.006m-.356.416-.007.005q.004%200%20.007-.005m.214-.491q.001-.004-.002-.006%200%20.004.002.006m-.87-.356v-.002zm1.02.4h.002zm0%200h-.006zm-.041.087v-.003h-.002v.003zm-.083-.133q-.002-.002-.002%200v.002h.002zm-.987-.274.003-.003q-.003%200-.002.003m10.513-4.683a.024.024%200%200%200%200-.029l-.012.012c.005.004.004.015.012.017m.089.027.003-.006-.002-.004-.004-.001q-.003%200-.004.005.002.007.007.006m-.357.416-.007.005q.003.001.007-.005m.214-.496v-.002zm0%20.005q.001-.004-.002-.006%200%20.004.002.006m-.87-.355v-.002l-.001.001m1.022.401h-.007zm-.041.087v-.003h-.002v.003zm-.083-.134-.002.001.001.002h.001zm-.048-.009h-.001v.002h.002zm-.938-.265.002-.003q-.003%200-.002.003'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='m23.882%2018.435.002.022a.1.1%200%200%201%20.002.035q-.005-.003-.006-.002-.003%200-.005.005l-.002-.01-.004-.012a.03.03%200%200%200-.002.018l.001.001.002.002a.03.03%200%200%201%20.002.022q-.004.015-.013.011l-.001.003v.005l.008.037.012.06.008.04.015.07.004.036q0%20.027.006.052l.019.1q.003.013.003.029l.002.012.01.058.007.034a1%201%200%200%201%20.018.11q0%20.01.003.02l.003.025q0%20.03.009.059l.01.06.005.045.002.038q0%20.023.007.043.005.015.005.032l.002.02.006.061.003.032q0%20.01.002.017l.007.056.01.109.008.117.001.024v.011l.003.019.003.039q0%20.027.004.054l.002.039q0%20.026.003.052l.001.033.002.045q-.003.016.002.028l.001.036v.037q0%20.024.004.049l.004.051q0%20.036.003.07l.001.014v.018a1%201%200%200%200%20.006.172l.004.129v.086l.001.016a1%201%200%200%201%20.005.153l.002.004.002.05.008.218.002.1v.122-.005l.001.003v.058l-.002.03v.055l-.002.038-.001.05v.006l.002-.04v-.018.025l-.008.146-.002.027-.016.143-.006.046-.004.024-.002.015-.005.034-.007.04-.011.055-.004.019-.003.018v-.005l.001-.002v.002l-.001.005-.002.008v.002l.005-.018-.005.025.001-.005.002-.004-.002.011-.002.009v.005l-.002.004.002-.004.001-.004q0-.003.001-.001l-.016.063.006-.021.004-.013.008-.032-.009.037s.003-.007.001%200l.002-.008v.001l-.004.016-.003.014-.004.016.006-.017-.003.01.002-.004.015-.055q.01-.033.017-.067l.008-.032.009-.04q.008-.032.013-.064.014-.07.024-.143l.01-.073.001-.008q.008-.06.012-.12l.007-.088.005-.1.003-.086.004-.126v-.381a1%201%200%200%201%20.001-.103v-.122l.002-.044q.001-.112-.001-.226l-.002-.103-.003-.06-.004-.128-.004-.1-.003-.093-.006-.103v-.01l-.004-.064-.003-.074v-.018l-.009-.105-.007-.098-.01-.112a1%201%200%200%200-.016-.132l-.016-.132-.016-.132-.005-.031-.01-.056-.058-.317-.021-.105-.015-.08-.001-.005a.1.1%200%200%200-.01-.038l-.003-.02q-.003-.004-.004%200-.003.009-.008.007-.004-.003-.005-.01l-.004-.01v.008l-.002-.003-.002-.003v.014l.003.007v.004q-.006.027-.02.024l-.004-.003-.007-.032q0-.006.002-.004h.003c-.003-.01-.005-.008-.008-.006zm.185%201.639v-.001.007q0%20.003.001%200v-.006m-.186%207.226.002.023a.1.1%200%200%201%20.002.035q-.005-.003-.006-.002-.003%200-.005.005l-.002-.01q-.001-.008-.004-.012a.03.03%200%200%200-.002.018l.001.001.002.002a.03.03%200%200%201%20.002.022c-.003.008-.007.015-.013.011l-.001.003v.005l.008.037.012.06.008.04.015.07.004.035q0%20.027.006.052l.019.1.003.03.002.012.01.057.007.035a1%201%200%200%201%20.018.11q0%20.01.003.02l.003.025q0%20.03.009.059a.6.6%200%200%201%20.017.143q0%20.023.007.043.005.015.005.032l.002.02.006.06.005.05.007.056.01.109.008.116.001.025v.011l.003.019.003.039q0%20.027.004.054l.002.039q0%20.026.003.052l.001.033q0%20.019.002.037v.008q-.003.016.002.028l.001.036v.037q0%20.024.004.048l.004.052q0%20.035.003.07l.001.014v.018a1%201%200%200%200%20.006.172l.004.129v.086l.001.015a1%201%200%200%201%20.005.154l.002.004.002.05.008.218.002.1v.122-.005l.001.003v.057l-.002.03v.056l-.002.038-.001.05v.006l.002-.04v-.018.025l-.008.146-.002.027-.016.143-.006.046-.004.023-.002.016-.005.034-.007.04-.011.055-.004.019-.003.018v-.005l.001-.002v.002l-.001.005-.002.007v.003l.005-.018-.005.025.001-.005.002-.004-.002.011-.002.008v.006l-.002.004.002-.005.001-.004h.001l-.016.062.006-.02.004-.013.008-.032-.009.037s.003-.007.001%200l.002-.008v.001l-.004.016-.003.014-.004.016.006-.018-.003.01.002-.003.015-.055q.01-.034.017-.067l.008-.032.009-.04q.008-.033.013-.064.014-.071.024-.143l.01-.073.001-.008q.008-.06.012-.12l.007-.089.005-.1.003-.085.004-.126v-.381a1%201%200%200%201%20.001-.103v-.122l.002-.044q.001-.112-.001-.226l-.002-.103-.003-.061-.004-.127-.004-.1-.003-.093-.006-.103v-.01l-.004-.064-.004-.093-.008-.105-.007-.097-.01-.112a1%201%200%200%200-.016-.132l-.016-.132-.016-.132-.005-.031q-.001-.018-.005-.035l-.004-.02-.059-.318-.021-.105-.015-.08-.001-.005a.1.1%200%200%200-.01-.038l-.003-.02q-.003-.004-.004%200-.003.009-.008.006-.004-.003-.005-.01%200-.006-.004-.01v.009l-.002-.003-.002-.003v.014l.003.007v.003c-.004.02-.01.025-.02.024q-.001.001-.004-.002l-.007-.032q0-.006.002-.004h.003c-.003-.01-.005-.008-.008-.007zm.186%201.639v.007q0%20.003%200%200z'%20fill='%23070F2C'/%3e%3cdefs%3e%3cclipPath%20id='a'%3e%3cpath%20d='M12.38%2023.304c0-.4.324-.724.724-.724h22.077c.4%200%20.723.324.723.724v2.895c0%20.4-.324.724-.723.724H13.104a.724.724%200%200%201-.724-.724z'%20fill='%23fff'/%3e%3c/clipPath%3e%3cclipPath%20id='b'%3e%3cpath%20d='M12.38%2032.35c0-.399.324-.723.724-.723h22.077c.4%200%20.723.324.723.724v2.895c0%20.4-.324.724-.723.724H13.104a.724.724%200%200%201-.724-.724z'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", T4 = "_taskCardContainer_y0vr7_1", M4 = "_taskCard_y0vr7_1", D4 = "_emptyBox_y0vr7_12", P4 = "_emptyTxt_y0vr7_24", z4 = "_emptyIcon_y0vr7_28", O4 = "_pagination_y0vr7_35", we = {
|
|
7460
7460
|
taskCardContainer: T4,
|
|
@@ -7683,7 +7683,7 @@ function Bm({
|
|
|
7683
7683
|
/* @__PURE__ */ n.jsx("div", { ...m.getPositionerProps(), className: f0.positioner, children: m.open && /* @__PURE__ */ n.jsxs("div", { ...m.getContentProps(), className: f0.dropdown, onKeyDown: () => {
|
|
7684
7684
|
}, children: [
|
|
7685
7685
|
!((b = e.config) != null && b.hideSearch) && /* @__PURE__ */ n.jsx("div", { className: f0.dropdownSearch, children: /* @__PURE__ */ n.jsx(
|
|
7686
|
-
|
|
7686
|
+
ke,
|
|
7687
7687
|
{
|
|
7688
7688
|
id: "filter-search",
|
|
7689
7689
|
search: c,
|
|
@@ -7729,7 +7729,7 @@ function Bm({
|
|
|
7729
7729
|
] }) })
|
|
7730
7730
|
] });
|
|
7731
7731
|
}
|
|
7732
|
-
const ct =
|
|
7732
|
+
const ct = Ht()(
|
|
7733
7733
|
ms((e) => ({
|
|
7734
7734
|
filters: [],
|
|
7735
7735
|
setDefaultFilters: (t) => e({ filters: t }),
|
|
@@ -7784,10 +7784,10 @@ function Fm({ filterConfig: e, filters: t }) {
|
|
|
7784
7784
|
d.id
|
|
7785
7785
|
)) });
|
|
7786
7786
|
}
|
|
7787
|
-
const Rm = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.25%203a.75.75%200%200%201%20.75-.75h6A2.75%202.75%200%200%201%2021.75%205v10.172c0%20.729-.29%201.428-.805%201.944l-3.829%203.829a2.75%202.75%200%200%201-1.944.805H5A2.75%202.75%200%200%201%202.25%2019v-7a.75.75%200%200%201%201.5%200v7c0%20.69.56%201.25%201.25%201.25h9.25V17A2.75%202.75%200%200%201%2017%2014.25h3.25V5c0-.69-.56-1.25-1.25-1.25h-6a.75.75%200%200%201-.75-.75m7.858%2012.75H17c-.69%200-1.25.56-1.25%201.25v3.108q.169-.087.305-.224l3.829-3.829q.136-.136.224-.305'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6%202.25a.75.75%200%200%201%20.75.75v4.19l1.72-1.72a.75.75%200%200%201%201.06%201.06l-3%203a.75.75%200%200%201-1.06%200l-3-3a.75.75%200%200%201%201.06-1.06l1.72%201.72V3A.75.75%200%200%201%206%202.25'%20fill='%23070F2C'/%3e%3c/svg%3e", Vm = "_optionLabel_bqt0k_1",
|
|
7787
|
+
const Rm = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.25%203a.75.75%200%200%201%20.75-.75h6A2.75%202.75%200%200%201%2021.75%205v10.172c0%20.729-.29%201.428-.805%201.944l-3.829%203.829a2.75%202.75%200%200%201-1.944.805H5A2.75%202.75%200%200%201%202.25%2019v-7a.75.75%200%200%201%201.5%200v7c0%20.69.56%201.25%201.25%201.25h9.25V17A2.75%202.75%200%200%201%2017%2014.25h3.25V5c0-.69-.56-1.25-1.25-1.25h-6a.75.75%200%200%201-.75-.75m7.858%2012.75H17c-.69%200-1.25.56-1.25%201.25v3.108q.169-.087.305-.224l3.829-3.829q.136-.136.224-.305'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6%202.25a.75.75%200%200%201%20.75.75v4.19l1.72-1.72a.75.75%200%200%201%201.06%201.06l-3%203a.75.75%200%200%201-1.06%200l-3-3a.75.75%200%200%201%201.06-1.06l1.72%201.72V3A.75.75%200%200%201%206%202.25'%20fill='%23070F2C'/%3e%3c/svg%3e", Vm = "_optionLabel_bqt0k_1", km = "_hiddenCheckbox_bqt0k_8", Lm = "_customCheckbox_bqt0k_12", p2 = {
|
|
7788
7788
|
optionLabel: Vm,
|
|
7789
|
-
hiddenCheckbox:
|
|
7790
|
-
customCheckbox:
|
|
7789
|
+
hiddenCheckbox: km,
|
|
7790
|
+
customCheckbox: Lm
|
|
7791
7791
|
};
|
|
7792
7792
|
function Wn({
|
|
7793
7793
|
label: e,
|
|
@@ -7865,7 +7865,7 @@ function Wn({
|
|
|
7865
7865
|
] })
|
|
7866
7866
|
] });
|
|
7867
7867
|
}
|
|
7868
|
-
const
|
|
7868
|
+
const Hm = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.52%206.165C3.093%204.489%204.55%203.25%206%203.25h12c1.449%200%202.906%201.239%202.48%202.915a8.77%208.77%200%200%201-4.701%205.729c-.641.307-1.03.858-1.03%201.404V19A1.75%201.75%200%200%201%2013%2020.75h-2A1.75%201.75%200%200%201%209.25%2019v-5.702c0-.546-.387-1.097-1.028-1.404a8.77%208.77%200%200%201-4.701-5.73M6%204.75c-.76%200-1.145.58-1.027%201.045A7.27%207.27%200%200%200%208.87%2010.54c1.006.482%201.88%201.479%201.88%202.757V19c0%20.138.113.25.25.25h2a.25.25%200%200%200%20.25-.25v-5.702c0-1.278.876-2.275%201.881-2.757a7.27%207.27%200%200%200%203.896-4.746C19.145%205.33%2018.76%204.75%2018%204.75z'%20fill='%23070F2C'/%3e%3c/svg%3e", z2 = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.304%204.343a1.04%201.04%200%200%201%201.469%200l6.923%206.923a1.04%201.04%200%200%201%200%201.468l-6.923%206.923a1.039%201.039%200%200%201-1.469-1.468L14.493%2012%208.304%205.811a1.04%201.04%200%200%201%200-1.468'%20fill='%23070F2C'/%3e%3c/svg%3e", Gm = "_filterBtn_woiz6_1", Tm = "_content_woiz6_20", Mm = "_filterBox_woiz6_24", Dm = "_filters_woiz6_30", Pm = "_chevronRightSpan_woiz6_38", zm = "_chevronRight_woiz6_38", Om = "_filter_woiz6_1", Wm = "_active_woiz6_59", Zm = "_filterSingle_woiz6_84", Xm = "_option_woiz6_95", $m = "_dropdownSearch_woiz6_108", Ym = "_totalSelected_woiz6_117", Jm = "_filterIcon_woiz6_124", O0 = {
|
|
7869
7869
|
filterBtn: Gm,
|
|
7870
7870
|
content: Tm,
|
|
7871
7871
|
filterBox: Mm,
|
|
@@ -7909,7 +7909,7 @@ const Zn = (e, t) => {
|
|
|
7909
7909
|
}, onClose: () => {
|
|
7910
7910
|
t(!1);
|
|
7911
7911
|
} };
|
|
7912
|
-
}, Um = "
|
|
7912
|
+
}, Um = "_backdropLayer_1gkv1_1", Qm = "_show_1gkv1_11", Km = "_backdrop_1gkv1_1", ep = "_showBackdrop_1gkv1_23", tp = "_container_1gkv1_27", np = "_rightAlign_1gkv1_39", sp = "_leftAlign_1gkv1_43", op = "_sm_1gkv1_47", ap = "_md_1gkv1_51", rp = "_lg_1gkv1_55", lp = "_xlg_1gkv1_59", ip = "_xxlg_1gkv1_63", cp = "_content_1gkv1_67", up = "_headerContainer_1gkv1_73", dp = "_title_1gkv1_82", mp = "_subTitle_1gkv1_86", pp = "_closeBtnIcon_1gkv1_90", hp = "_descriptionContainer_1gkv1_96", gp = "_fullHeight_1gkv1_103", vp = "_footer_1gkv1_108", fp = "_footerBtnContainer_1gkv1_123", bp = "_footerBtn_1gkv1_123", V0 = {
|
|
7913
7913
|
backdropLayer: Um,
|
|
7914
7914
|
show: Qm,
|
|
7915
7915
|
backdrop: Km,
|
|
@@ -7932,6 +7932,10 @@ const Zn = (e, t) => {
|
|
|
7932
7932
|
footer: vp,
|
|
7933
7933
|
footerBtnContainer: fp,
|
|
7934
7934
|
footerBtn: bp
|
|
7935
|
+
}, xp = (e) => {
|
|
7936
|
+
f.useEffect(() => (e ? document.body.style.overflow = "hidden" : document.body.style.overflow = "", () => {
|
|
7937
|
+
document.body.style.overflow = "";
|
|
7938
|
+
}), [e]);
|
|
7935
7939
|
};
|
|
7936
7940
|
function ho({
|
|
7937
7941
|
isOpen: e,
|
|
@@ -7954,7 +7958,7 @@ function ho({
|
|
|
7954
7958
|
customContainerStyles: C
|
|
7955
7959
|
}) {
|
|
7956
7960
|
const v = f.useRef(null), y = f.useRef(null), A = f.useRef(null);
|
|
7957
|
-
return /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
7961
|
+
return xp(e), /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
7958
7962
|
/* @__PURE__ */ n.jsx("div", { className: I(V0.backdropLayer, e && V0.show), onClick: t, children: l && /* @__PURE__ */ n.jsx("div", { className: I(V0.backdrop, e && V0.showBackdrop) }) }),
|
|
7959
7963
|
/* @__PURE__ */ n.jsx(
|
|
7960
7964
|
"div",
|
|
@@ -7998,7 +8002,7 @@ function ho({
|
|
|
7998
8002
|
)
|
|
7999
8003
|
] });
|
|
8000
8004
|
}
|
|
8001
|
-
function
|
|
8005
|
+
function Cp({ filterConfig: e }) {
|
|
8002
8006
|
var P, R, T, X;
|
|
8003
8007
|
const { isOpen: t, onOpen: a, onClose: o } = po(), [s, r] = f.useState({}), [i, c] = f.useState({}), [l, u] = f.useState(""), { setDefaultFilters: d, resetAllFilters: m, changeFiltersDrawer: h } = ct((E) => ({
|
|
8004
8008
|
setDefaultFilters: E.setDefaultFilters,
|
|
@@ -8042,7 +8046,7 @@ function xp({ filterConfig: e }) {
|
|
|
8042
8046
|
const r0 = { ...s0 };
|
|
8043
8047
|
return r0[E][Y].checked = J, S(r0), r0;
|
|
8044
8048
|
});
|
|
8045
|
-
},
|
|
8049
|
+
}, k = p.filter((E) => !C.includes(E.key)).reduce((E, Y) => E + Y.values.length, 0), q = [
|
|
8046
8050
|
{
|
|
8047
8051
|
btnText: "Cancel",
|
|
8048
8052
|
onClick: o,
|
|
@@ -8067,9 +8071,9 @@ function xp({ filterConfig: e }) {
|
|
|
8067
8071
|
className: I("zap-reset-btn", O0.filterBtn, "zap-button-small"),
|
|
8068
8072
|
onClick: a,
|
|
8069
8073
|
children: [
|
|
8070
|
-
/* @__PURE__ */ n.jsx(V, { path:
|
|
8074
|
+
/* @__PURE__ */ n.jsx(V, { path: Hm, svgClassName: O0.filterIcon }),
|
|
8071
8075
|
"Filters",
|
|
8072
|
-
|
|
8076
|
+
k !== 0 && /* @__PURE__ */ n.jsx("span", { className: I(O0.totalSelected, "zap-subcontent-regular"), children: k })
|
|
8073
8077
|
]
|
|
8074
8078
|
}
|
|
8075
8079
|
),
|
|
@@ -8120,7 +8124,7 @@ function xp({ filterConfig: e }) {
|
|
|
8120
8124
|
}) }),
|
|
8121
8125
|
/* @__PURE__ */ n.jsxs("div", { className: O0.filterSingle, children: [
|
|
8122
8126
|
!((T = v == null ? void 0 : v.config) != null && T.hideSearch) && /* @__PURE__ */ n.jsx("div", { className: O0.dropdownSearch, children: /* @__PURE__ */ n.jsx(
|
|
8123
|
-
|
|
8127
|
+
ke,
|
|
8124
8128
|
{
|
|
8125
8129
|
id: "filter-search",
|
|
8126
8130
|
search: l,
|
|
@@ -8169,26 +8173,26 @@ function xp({ filterConfig: e }) {
|
|
|
8169
8173
|
) })
|
|
8170
8174
|
] });
|
|
8171
8175
|
}
|
|
8172
|
-
const
|
|
8173
|
-
actionCommon:
|
|
8174
|
-
error:
|
|
8175
|
-
backdrop:
|
|
8176
|
-
content:
|
|
8177
|
-
title:
|
|
8178
|
-
desc:
|
|
8179
|
-
closeIconSpan:
|
|
8180
|
-
closeIcon:
|
|
8181
|
-
footer:
|
|
8182
|
-
options:
|
|
8183
|
-
option:
|
|
8184
|
-
dropdownSearch:
|
|
8185
|
-
info:
|
|
8186
|
-
info2:
|
|
8176
|
+
const Ip = "_actionCommon_16vjh_1", _p = "_error_16vjh_19", yp = "_backdrop_16vjh_30", Ap = "_content_16vjh_43", wp = "_title_16vjh_74", Np = "_desc_16vjh_88", jp = "_closeIconSpan_16vjh_95", Sp = "_closeIcon_16vjh_95", Ep = "_footer_16vjh_115", Bp = "_options_16vjh_133", Fp = "_option_16vjh_133", Rp = "_dropdownSearch_16vjh_150", Vp = "_info_16vjh_161", kp = "_info2_16vjh_162", Lp = "_optionLabel_16vjh_189", Hp = "_optionDis_16vjh_197", Gp = "_checkbox_16vjh_205", Tp = "_draggable_16vjh_223", Mp = "_optionDisabled_16vjh_227", ne = {
|
|
8177
|
+
actionCommon: Ip,
|
|
8178
|
+
error: _p,
|
|
8179
|
+
backdrop: yp,
|
|
8180
|
+
content: Ap,
|
|
8181
|
+
title: wp,
|
|
8182
|
+
desc: Np,
|
|
8183
|
+
closeIconSpan: jp,
|
|
8184
|
+
closeIcon: Sp,
|
|
8185
|
+
footer: Ep,
|
|
8186
|
+
options: Bp,
|
|
8187
|
+
option: Fp,
|
|
8188
|
+
dropdownSearch: Rp,
|
|
8189
|
+
info: Vp,
|
|
8190
|
+
info2: kp,
|
|
8187
8191
|
optionLabel: Lp,
|
|
8188
8192
|
optionDis: Hp,
|
|
8189
|
-
checkbox:
|
|
8190
|
-
draggable:
|
|
8191
|
-
optionDisabled:
|
|
8193
|
+
checkbox: Gp,
|
|
8194
|
+
draggable: Tp,
|
|
8195
|
+
optionDisabled: Mp
|
|
8192
8196
|
};
|
|
8193
8197
|
function _t({
|
|
8194
8198
|
id: e,
|
|
@@ -8223,18 +8227,18 @@ function _t({
|
|
|
8223
8227
|
}
|
|
8224
8228
|
);
|
|
8225
8229
|
}
|
|
8226
|
-
const
|
|
8227
|
-
sortList:
|
|
8228
|
-
sort:
|
|
8229
|
-
sortHidden:
|
|
8230
|
-
dragHandle:
|
|
8230
|
+
const Dp = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5%206.75c-.69%200-1.25.56-1.25%201.25v1.25h3.5v-2.5zm3.75%200v2.5h11.5V8c0-.69-.56-1.25-1.25-1.25zm11.5%204H8.75v2.5h11.5zM21.75%208A2.75%202.75%200%200%200%2019%205.25H5A2.75%202.75%200%200%200%202.25%208v8A2.75%202.75%200%200%200%205%2018.75h14A2.75%202.75%200%200%200%2021.75%2016zm-1.5%206.75H8.75v2.5H19c.69%200%201.25-.56%201.25-1.25zm-13%202.5v-2.5h-3.5V16c0%20.69.56%201.25%201.25%201.25zm-3.5-4h3.5v-2.5h-3.5z'%20fill='%23070F2C'/%3e%3c/svg%3e", Pp = "_sortList_c8sw0_1", zp = "_sort_c8sw0_1", Op = "_sortHidden_c8sw0_21", Wp = "_dragHandle_c8sw0_25", Lt = {
|
|
8231
|
+
sortList: Pp,
|
|
8232
|
+
sort: zp,
|
|
8233
|
+
sortHidden: Op,
|
|
8234
|
+
dragHandle: Wp
|
|
8231
8235
|
}, go = f.createContext({
|
|
8232
8236
|
attributes: {},
|
|
8233
8237
|
listeners: void 0,
|
|
8234
8238
|
ref() {
|
|
8235
8239
|
}
|
|
8236
8240
|
});
|
|
8237
|
-
function
|
|
8241
|
+
function Zp({ children: e, id: t, isHidden: a = !1 }) {
|
|
8238
8242
|
const {
|
|
8239
8243
|
attributes: o,
|
|
8240
8244
|
isDragging: s,
|
|
@@ -8258,16 +8262,16 @@ function Wp({ children: e, id: t, isHidden: a = !1 }) {
|
|
|
8258
8262
|
return /* @__PURE__ */ n.jsx(go.Provider, { value: d, children: /* @__PURE__ */ n.jsx(
|
|
8259
8263
|
"li",
|
|
8260
8264
|
{
|
|
8261
|
-
className: I(
|
|
8265
|
+
className: I(Lt.sort, a && Lt.sortHidden),
|
|
8262
8266
|
ref: i,
|
|
8263
8267
|
style: m,
|
|
8264
8268
|
children: e
|
|
8265
8269
|
}
|
|
8266
8270
|
) });
|
|
8267
8271
|
}
|
|
8268
|
-
function
|
|
8272
|
+
function Xp() {
|
|
8269
8273
|
const { attributes: e, listeners: t, ref: a } = f.useContext(go);
|
|
8270
|
-
return /* @__PURE__ */ n.jsx("div", { className:
|
|
8274
|
+
return /* @__PURE__ */ n.jsx("div", { className: Lt.dragHandle, ...e, ...t, ref: a, children: /* @__PURE__ */ n.jsxs(
|
|
8271
8275
|
"svg",
|
|
8272
8276
|
{
|
|
8273
8277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -8334,7 +8338,7 @@ function Zp() {
|
|
|
8334
8338
|
}
|
|
8335
8339
|
) });
|
|
8336
8340
|
}
|
|
8337
|
-
const
|
|
8341
|
+
const $p = {
|
|
8338
8342
|
sideEffects: ua({
|
|
8339
8343
|
styles: {
|
|
8340
8344
|
active: {
|
|
@@ -8343,8 +8347,8 @@ const Xp = {
|
|
|
8343
8347
|
}
|
|
8344
8348
|
})
|
|
8345
8349
|
};
|
|
8346
|
-
function
|
|
8347
|
-
return /* @__PURE__ */ n.jsx(da, { dropAnimation:
|
|
8350
|
+
function Yp({ children: e }) {
|
|
8351
|
+
return /* @__PURE__ */ n.jsx(da, { dropAnimation: $p, children: e });
|
|
8348
8352
|
}
|
|
8349
8353
|
function ot({
|
|
8350
8354
|
items: e,
|
|
@@ -8383,16 +8387,16 @@ function ot({
|
|
|
8383
8387
|
i(null);
|
|
8384
8388
|
},
|
|
8385
8389
|
children: [
|
|
8386
|
-
/* @__PURE__ */ n.jsx(Ca, { items: s, children: /* @__PURE__ */ n.jsx("ul", { className:
|
|
8387
|
-
/* @__PURE__ */ n.jsx(
|
|
8390
|
+
/* @__PURE__ */ n.jsx(Ca, { items: s, children: /* @__PURE__ */ n.jsx("ul", { className: Lt.sortList, role: "application", children: s.map((u) => /* @__PURE__ */ n.jsx(f.Fragment, { children: a(u) }, u.id)) }) }),
|
|
8391
|
+
/* @__PURE__ */ n.jsx(Yp, { children: c ? a(c) : null })
|
|
8388
8392
|
]
|
|
8389
8393
|
}
|
|
8390
8394
|
);
|
|
8391
8395
|
}
|
|
8392
|
-
ot.Item =
|
|
8393
|
-
ot.DragHandle =
|
|
8396
|
+
ot.Item = Zp;
|
|
8397
|
+
ot.DragHandle = Xp;
|
|
8394
8398
|
const fe = "select", Fe = "dropdown-actions", Ae = "select-radio";
|
|
8395
|
-
function
|
|
8399
|
+
function Jp({
|
|
8396
8400
|
customColumnConfig: e,
|
|
8397
8401
|
table: t,
|
|
8398
8402
|
isCheckbox: a,
|
|
@@ -8434,10 +8438,10 @@ function Yp({
|
|
|
8434
8438
|
}
|
|
8435
8439
|
];
|
|
8436
8440
|
return /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
8437
|
-
/* @__PURE__ */ n.jsx("button", { onClick: r, className: I("zap-reset-btn", ne.actionCommon), children: /* @__PURE__ */ n.jsx(V, { path:
|
|
8441
|
+
/* @__PURE__ */ n.jsx("button", { onClick: r, className: I("zap-reset-btn", ne.actionCommon), children: /* @__PURE__ */ n.jsx(V, { path: Dp, width: 16, height: 16 }) }),
|
|
8438
8442
|
/* @__PURE__ */ n.jsx(Ve, { children: s && /* @__PURE__ */ n.jsx(ho, { isOpen: s, title: "Columns", onClose: i, size: "sm", buttons: S, children: u ? /* @__PURE__ */ n.jsx("div", { className: ne.error, children: "Something went wrong, please try again later." }) : l ? /* @__PURE__ */ n.jsx(uo, {}) : /* @__PURE__ */ n.jsxs("div", { children: [
|
|
8439
8443
|
/* @__PURE__ */ n.jsx("div", { className: ne.dropdownSearch, children: /* @__PURE__ */ n.jsx(
|
|
8440
|
-
|
|
8444
|
+
ke,
|
|
8441
8445
|
{
|
|
8442
8446
|
id: "table-custom-column-search",
|
|
8443
8447
|
search: p,
|
|
@@ -8496,7 +8500,7 @@ function Yp({
|
|
|
8496
8500
|
)
|
|
8497
8501
|
] }),
|
|
8498
8502
|
/* @__PURE__ */ n.jsx(
|
|
8499
|
-
|
|
8503
|
+
qp,
|
|
8500
8504
|
{
|
|
8501
8505
|
cols: A,
|
|
8502
8506
|
text: "Not Selected",
|
|
@@ -8508,7 +8512,7 @@ function Yp({
|
|
|
8508
8512
|
] }) }) })
|
|
8509
8513
|
] });
|
|
8510
8514
|
}
|
|
8511
|
-
function
|
|
8515
|
+
function qp({ cols: e, text: t, textCn: a, checkedState: o, setCheckedState: s }) {
|
|
8512
8516
|
return /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
8513
8517
|
e.length > 0 && /* @__PURE__ */ n.jsx("p", { className: a, children: t }),
|
|
8514
8518
|
e.map((r) => /* @__PURE__ */ n.jsx("div", { className: ne.option, children: /* @__PURE__ */ n.jsx(
|
|
@@ -8522,7 +8526,7 @@ function Jp({ cols: e, text: t, textCn: a, checkedState: o, setCheckedState: s }
|
|
|
8522
8526
|
) }, r.id))
|
|
8523
8527
|
] });
|
|
8524
8528
|
}
|
|
8525
|
-
function
|
|
8529
|
+
function Up({
|
|
8526
8530
|
rowSelectionConfig: e,
|
|
8527
8531
|
totalText: t,
|
|
8528
8532
|
searchConfig: a,
|
|
@@ -8560,7 +8564,7 @@ function qp({
|
|
|
8560
8564
|
] }),
|
|
8561
8565
|
/* @__PURE__ */ n.jsxs("div", { className: De.actions, children: [
|
|
8562
8566
|
typeof a == "object" && /* @__PURE__ */ n.jsx("div", { className: De.search, children: /* @__PURE__ */ n.jsx(
|
|
8563
|
-
|
|
8567
|
+
ke,
|
|
8564
8568
|
{
|
|
8565
8569
|
id: "table-search",
|
|
8566
8570
|
search: a.search,
|
|
@@ -8574,9 +8578,9 @@ function qp({
|
|
|
8574
8578
|
}
|
|
8575
8579
|
) }),
|
|
8576
8580
|
typeof o == "object" && !!x && /* @__PURE__ */ n.jsx(Fm, { filterConfig: o, filters: x }),
|
|
8577
|
-
typeof o == "object" && !o.isLoading && !!((y = (v = o.filters) == null ? void 0 : v.drawer) != null && y.length) && /* @__PURE__ */ n.jsx(
|
|
8581
|
+
typeof o == "object" && !o.isLoading && !!((y = (v = o.filters) == null ? void 0 : v.drawer) != null && y.length) && /* @__PURE__ */ n.jsx(Cp, { filterConfig: o }),
|
|
8578
8582
|
typeof s == "object" && /* @__PURE__ */ n.jsx(
|
|
8579
|
-
|
|
8583
|
+
Jp,
|
|
8580
8584
|
{
|
|
8581
8585
|
customColumnConfig: s,
|
|
8582
8586
|
table: l,
|
|
@@ -8597,11 +8601,11 @@ function qp({
|
|
|
8597
8601
|
] })
|
|
8598
8602
|
] });
|
|
8599
8603
|
}
|
|
8600
|
-
const
|
|
8601
|
-
box:
|
|
8602
|
-
label:
|
|
8604
|
+
const Qp = "_box_2jf37_1", Kp = "_label_2jf37_8", e6 = {
|
|
8605
|
+
box: Qp,
|
|
8606
|
+
label: Kp
|
|
8603
8607
|
};
|
|
8604
|
-
function
|
|
8608
|
+
function t6({ actionsConfig: e, data: t }) {
|
|
8605
8609
|
var i;
|
|
8606
8610
|
if (!e) return null;
|
|
8607
8611
|
const { menuItems: a = [], isDropdownActions: o } = e;
|
|
@@ -8612,7 +8616,7 @@ function e6({ actionsConfig: e, data: t }) {
|
|
|
8612
8616
|
...c,
|
|
8613
8617
|
disabled: typeof c.disabled == "function" ? c.disabled(t) : !1
|
|
8614
8618
|
}));
|
|
8615
|
-
return /* @__PURE__ */ n.jsx("div", { className:
|
|
8619
|
+
return /* @__PURE__ */ n.jsx("div", { className: e6.box, children: /* @__PURE__ */ n.jsx(
|
|
8616
8620
|
ae.ActionsDropdown,
|
|
8617
8621
|
{
|
|
8618
8622
|
menuItems: r,
|
|
@@ -8623,36 +8627,36 @@ function e6({ actionsConfig: e, data: t }) {
|
|
|
8623
8627
|
}
|
|
8624
8628
|
) });
|
|
8625
8629
|
}
|
|
8626
|
-
const
|
|
8627
|
-
box:
|
|
8628
|
-
header:
|
|
8629
|
-
meta:
|
|
8630
|
-
total:
|
|
8631
|
-
selectorGrp:
|
|
8632
|
-
table:
|
|
8633
|
-
tableHead:
|
|
8634
|
-
tableData:
|
|
8635
|
-
tableDataWithSelection:
|
|
8636
|
-
tableBody:
|
|
8637
|
-
tableRow:
|
|
8638
|
-
headerTxt:
|
|
8639
|
-
tableHeader:
|
|
8640
|
-
tableHeaderSort:
|
|
8641
|
-
tableHeaderSortSpan:
|
|
8642
|
-
tableHeaderSortIcon:
|
|
8643
|
-
tableScrollContainer:
|
|
8644
|
-
},
|
|
8645
|
-
box:
|
|
8646
|
-
pageBoxes:
|
|
8647
|
-
arrowIcon:
|
|
8648
|
-
pageBox:
|
|
8649
|
-
limitBox:
|
|
8650
|
-
limitContent:
|
|
8651
|
-
limitItem:
|
|
8652
|
-
paginationMenu:
|
|
8653
|
-
meta:
|
|
8630
|
+
const n6 = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.47%204.47a.75.75%200%200%201%201.06%200l2%202a.75.75%200%200%201-1.06%201.06l-.72-.72V10a.75.75%200%200%201-1.5%200V6.81l-.72.72a.75.75%200%200%201-1.06-1.06zM12%207.75a.75.75%200%200%201%200-1.5h8a.75.75%200%200%201%200%201.5zM11.25%2012a.75.75%200%200%201%20.75-.75h8a.75.75%200%200%201%200%201.5h-8a.75.75%200%200%201-.75-.75M6%2013.25a.75.75%200%200%201%20.75.75v3.19l.72-.72a.75.75%200%200%201%201.06%201.06l-2%202a.75.75%200%200%201-1.06%200l-2-2a.75.75%200%201%201%201.06-1.06l.72.72V14a.75.75%200%200%201%20.75-.75m14%204.5h-8a.75.75%200%200%201%200-1.5h8a.75.75%200%200%201%200%201.5'%20fill='%23070F2C'/%3e%3c/svg%3e", s6 = "_box_ekqy7_1", o6 = "_header_ekqy7_8", a6 = "_meta_ekqy7_20", r6 = "_total_ekqy7_27", l6 = "_selectorGrp_ekqy7_34", i6 = "_table_ekqy7_40", c6 = "_tableHead_ekqy7_48", u6 = "_tableData_ekqy7_58", d6 = "_tableDataWithSelection_ekqy7_66", m6 = "_tableBody_ekqy7_70", p6 = "_tableRow_ekqy7_70", h6 = "_headerTxt_ekqy7_75", g6 = "_tableHeader_ekqy7_82", v6 = "_tableHeaderSort_ekqy7_87", f6 = "_tableHeaderSortSpan_ekqy7_92", b6 = "_tableHeaderSortIcon_ekqy7_98", x6 = "_tableScrollContainer_ekqy7_108", W0 = {
|
|
8631
|
+
box: s6,
|
|
8632
|
+
header: o6,
|
|
8633
|
+
meta: a6,
|
|
8634
|
+
total: r6,
|
|
8635
|
+
selectorGrp: l6,
|
|
8636
|
+
table: i6,
|
|
8637
|
+
tableHead: c6,
|
|
8638
|
+
tableData: u6,
|
|
8639
|
+
tableDataWithSelection: d6,
|
|
8640
|
+
tableBody: m6,
|
|
8641
|
+
tableRow: p6,
|
|
8642
|
+
headerTxt: h6,
|
|
8643
|
+
tableHeader: g6,
|
|
8644
|
+
tableHeaderSort: v6,
|
|
8645
|
+
tableHeaderSortSpan: f6,
|
|
8646
|
+
tableHeaderSortIcon: b6,
|
|
8647
|
+
tableScrollContainer: x6
|
|
8648
|
+
}, C6 = "_box_1fmjz_3", I6 = "_pageBoxes_1fmjz_9", _6 = "_arrowIcon_1fmjz_14", y6 = "_pageBox_1fmjz_9", A6 = "_limitBox_1fmjz_47", w6 = "_limitContent_1fmjz_56", N6 = "_limitItem_1fmjz_69", j6 = "_paginationMenu_1fmjz_83", S6 = "_meta_1fmjz_100", Z0 = {
|
|
8649
|
+
box: C6,
|
|
8650
|
+
pageBoxes: I6,
|
|
8651
|
+
arrowIcon: _6,
|
|
8652
|
+
pageBox: y6,
|
|
8653
|
+
limitBox: A6,
|
|
8654
|
+
limitContent: w6,
|
|
8655
|
+
limitItem: N6,
|
|
8656
|
+
paginationMenu: j6,
|
|
8657
|
+
meta: S6
|
|
8654
8658
|
};
|
|
8655
|
-
function
|
|
8659
|
+
function E6({ setLimit: e, limit: t, itemsOnPage: a }) {
|
|
8656
8660
|
let o = [
|
|
8657
8661
|
{ label: "25", value: "25", onClick: () => e(25) },
|
|
8658
8662
|
{ label: "50", value: "50", onClick: () => e(50) },
|
|
@@ -8679,7 +8683,7 @@ const Xn = (e, t) => {
|
|
|
8679
8683
|
a.push({ label: String(o), value: String(o) });
|
|
8680
8684
|
return a;
|
|
8681
8685
|
};
|
|
8682
|
-
function
|
|
8686
|
+
function B6({ paginationApi: e, i: t }) {
|
|
8683
8687
|
const a = e.pages[t - 1].value, o = e.pages[t + 1].value, s = Qt.collection({
|
|
8684
8688
|
items: Xn(a, o),
|
|
8685
8689
|
itemToString: (l) => l.label,
|
|
@@ -8738,7 +8742,7 @@ function fo({ paginationConfig: e }) {
|
|
|
8738
8742
|
(o == null ? void 0 : o.total_items) || 0
|
|
8739
8743
|
);
|
|
8740
8744
|
return /* @__PURE__ */ n.jsxs("div", { className: Z0.box, children: [
|
|
8741
|
-
/* @__PURE__ */ n.jsx(
|
|
8745
|
+
/* @__PURE__ */ n.jsx(E6, { setLimit: t, limit: a, itemsOnPage: o == null ? void 0 : o.items_on_page }),
|
|
8742
8746
|
/* @__PURE__ */ n.jsxs("p", { className: I(Z0.meta, "zap-subcontent-medium"), children: [
|
|
8743
8747
|
l,
|
|
8744
8748
|
" - ",
|
|
@@ -8763,7 +8767,7 @@ function fo({ paginationConfig: e }) {
|
|
|
8763
8767
|
children: d.value
|
|
8764
8768
|
},
|
|
8765
8769
|
d.value
|
|
8766
|
-
) : /* @__PURE__ */ n.jsx(f.Fragment, { children: /* @__PURE__ */ n.jsx(
|
|
8770
|
+
) : /* @__PURE__ */ n.jsx(f.Fragment, { children: /* @__PURE__ */ n.jsx(B6, { paginationApi: i, i: m }) }, `ellipsis-${m}`)),
|
|
8767
8771
|
/* @__PURE__ */ n.jsx(
|
|
8768
8772
|
"div",
|
|
8769
8773
|
{
|
|
@@ -8775,11 +8779,11 @@ function fo({ paginationConfig: e }) {
|
|
|
8775
8779
|
] }) })
|
|
8776
8780
|
] });
|
|
8777
8781
|
}
|
|
8778
|
-
const
|
|
8779
|
-
checkboxSpan:
|
|
8780
|
-
checkbox:
|
|
8781
|
-
checkboxSelect:
|
|
8782
|
-
radio:
|
|
8782
|
+
const F6 = "_checkboxSpan_19c8c_1", R6 = "_checkbox_19c8c_1", V6 = "_checkboxSelect_19c8c_31", k6 = "_radio_19c8c_38", at = {
|
|
8783
|
+
checkboxSpan: F6,
|
|
8784
|
+
checkbox: R6,
|
|
8785
|
+
checkboxSelect: V6,
|
|
8786
|
+
radio: k6
|
|
8783
8787
|
};
|
|
8784
8788
|
function $n({
|
|
8785
8789
|
indeterminate: e,
|
|
@@ -8810,7 +8814,7 @@ function L6({
|
|
|
8810
8814
|
o.current.indeterminate = e;
|
|
8811
8815
|
}, [o, e]), /* @__PURE__ */ n.jsx("span", { className: at.radioSpan, children: /* @__PURE__ */ n.jsx("input", { type: "radio", ref: o, className: I(at.radio), ...a }) });
|
|
8812
8816
|
}
|
|
8813
|
-
function
|
|
8817
|
+
function V9({
|
|
8814
8818
|
data: e,
|
|
8815
8819
|
loaderConfig: t,
|
|
8816
8820
|
columns: a,
|
|
@@ -8837,7 +8841,7 @@ function Vf({
|
|
|
8837
8841
|
const [_, x] = f.useState([]), [b, C] = f.useState({}), [v, y] = f.useState([]), [A, S] = f.useState({
|
|
8838
8842
|
left: m != null && m.stickyIds ? [Ae, fe, ...m == null ? void 0 : m.stickyIds] : [Ae, fe],
|
|
8839
8843
|
right: [Fe]
|
|
8840
|
-
}), [N, B] = f.useState({}), w = !t.isFetching && !t.isError && !e.length, { isCheckbox: G, isRadio:
|
|
8844
|
+
}), [N, B] = f.useState({}), w = !t.isFetching && !t.isError && !e.length, { isCheckbox: G, isRadio: k, setSelectedRows: q } = r;
|
|
8841
8845
|
rt(() => {
|
|
8842
8846
|
if (!s) return;
|
|
8843
8847
|
const { setSortOrd: T, setSortBy: X, sortMap: E } = s;
|
|
@@ -8894,7 +8898,7 @@ function Vf({
|
|
|
8894
8898
|
...a,
|
|
8895
8899
|
{
|
|
8896
8900
|
id: Fe,
|
|
8897
|
-
cell: (T) => /* @__PURE__ */ n.jsx(
|
|
8901
|
+
cell: (T) => /* @__PURE__ */ n.jsx(t6, { actionsConfig: i, data: T.row.original }),
|
|
8898
8902
|
header: "Actions",
|
|
8899
8903
|
size: 70,
|
|
8900
8904
|
enablePinning: !0
|
|
@@ -8916,7 +8920,7 @@ function Vf({
|
|
|
8916
8920
|
onColumnPinningChange: S,
|
|
8917
8921
|
onRowSelectionChange: (r == null ? void 0 : r.setRowSelection) || B,
|
|
8918
8922
|
enableRowSelection: !0,
|
|
8919
|
-
enableMultiRowSelection: !
|
|
8923
|
+
enableMultiRowSelection: !k,
|
|
8920
8924
|
manualPagination: !0,
|
|
8921
8925
|
manualFiltering: !0,
|
|
8922
8926
|
getCoreRowModel: os(),
|
|
@@ -8930,7 +8934,7 @@ function Vf({
|
|
|
8930
8934
|
getRowId: r != null && r.rowIdKey ? (T) => T[r == null ? void 0 : r.rowIdKey] : void 0
|
|
8931
8935
|
});
|
|
8932
8936
|
return f.useLayoutEffect(() => {
|
|
8933
|
-
if (G &&
|
|
8937
|
+
if (G && k)
|
|
8934
8938
|
throw new Error(
|
|
8935
8939
|
"Hybrid UI<Table>: Can not use both checkbox and radio columns, please use only one"
|
|
8936
8940
|
);
|
|
@@ -8939,7 +8943,7 @@ function Vf({
|
|
|
8939
8943
|
G || (T = R.getColumn(fe)) == null || T.toggleVisibility(!1);
|
|
8940
8944
|
}, []), f.useLayoutEffect(() => {
|
|
8941
8945
|
var T;
|
|
8942
|
-
|
|
8946
|
+
k || (T = R.getColumn(Ae)) == null || T.toggleVisibility(!1);
|
|
8943
8947
|
}, []), f.useLayoutEffect(() => {
|
|
8944
8948
|
var T;
|
|
8945
8949
|
i.isDropdownActions || (T = R.getColumn(Fe)) == null || T.toggleVisibility(!1);
|
|
@@ -8956,7 +8960,7 @@ function Vf({
|
|
|
8956
8960
|
children: [
|
|
8957
8961
|
/* @__PURE__ */ n.jsxs("div", { className: W0.box, children: [
|
|
8958
8962
|
!t.isError && /* @__PURE__ */ n.jsx(
|
|
8959
|
-
|
|
8963
|
+
Up,
|
|
8960
8964
|
{
|
|
8961
8965
|
rowSelectionConfig: r,
|
|
8962
8966
|
searchConfig: c,
|
|
@@ -8976,7 +8980,7 @@ function Vf({
|
|
|
8976
8980
|
{
|
|
8977
8981
|
table: R,
|
|
8978
8982
|
isCheckbox: G,
|
|
8979
|
-
isRadio:
|
|
8983
|
+
isRadio: k,
|
|
8980
8984
|
loaderConfig: t,
|
|
8981
8985
|
isEmpty: w,
|
|
8982
8986
|
emptyStateConfig: d,
|
|
@@ -9056,7 +9060,7 @@ function H6({
|
|
|
9056
9060
|
false: x.column.getCanSort() ? /* @__PURE__ */ n.jsx(
|
|
9057
9061
|
V,
|
|
9058
9062
|
{
|
|
9059
|
-
path:
|
|
9063
|
+
path: n6,
|
|
9060
9064
|
spanClassName: W0.tableHeaderSortSpan,
|
|
9061
9065
|
svgClassName: W0.tableHeaderSort
|
|
9062
9066
|
}
|
|
@@ -9114,8 +9118,8 @@ const Yn = (e, t, a, o) => {
|
|
|
9114
9118
|
backgroundColor: o ? "var(--fill-highlight)" : "#ffffff",
|
|
9115
9119
|
marginRight: r ? "20px" : void 0
|
|
9116
9120
|
};
|
|
9117
|
-
},
|
|
9118
|
-
box:
|
|
9121
|
+
}, G6 = "_box_1kbs5_1", Jn = {
|
|
9122
|
+
box: G6
|
|
9119
9123
|
};
|
|
9120
9124
|
function bo({ data: e, customStyle: t }) {
|
|
9121
9125
|
const [a, o] = f.useState(!1), s = f.useRef(null);
|
|
@@ -9146,24 +9150,24 @@ function bo({ data: e, customStyle: t }) {
|
|
|
9146
9150
|
}
|
|
9147
9151
|
) : /* @__PURE__ */ n.jsx("div", { className: I(Jn.box, "zap-content-medium"), style: t, ref: s, children: e });
|
|
9148
9152
|
}
|
|
9149
|
-
const xo = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.25%2016A2.75%202.75%200%200%200%209%2018.75h10A2.75%202.75%200%200%200%2021.75%2016V7.828c0-.729-.29-1.428-.805-1.944l-3.829-3.829a2.75%202.75%200%200%200-1.944-.805H9A2.75%202.75%200%200%200%206.25%204zM9%2017.25c-.69%200-1.25-.56-1.25-1.25V4c0-.69.56-1.25%201.25-1.25h5.25V6A2.75%202.75%200%200%200%2017%208.75h3.25V16c0%20.69-.56%201.25-1.25%201.25zm11.108-10H17c-.69%200-1.25-.56-1.25-1.25V2.892q.169.087.305.224l3.829%203.829q.136.136.224.305'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.25%2020A2.75%202.75%200%200%200%205%2022.75h10A2.75%202.75%200%200%200%2017.75%2020v-2a.75.75%200%200%200-1.5%200v2c0%20.69-.56%201.25-1.25%201.25H5c-.69%200-1.25-.56-1.25-1.25V8c0-.69.56-1.25%201.25-1.25h2a.75.75%200%200%200%200-1.5H5A2.75%202.75%200%200%200%202.25%208z'%20fill='%23070F2C'/%3e%3c/svg%3e",
|
|
9150
|
-
box:
|
|
9151
|
-
userImage:
|
|
9152
|
-
userDetails:
|
|
9153
|
-
usernameContainer:
|
|
9154
|
-
emailBox:
|
|
9155
|
-
userEmail:
|
|
9156
|
-
icon:
|
|
9157
|
-
eventBox:
|
|
9158
|
-
badge:
|
|
9159
|
-
primary:
|
|
9160
|
-
success:
|
|
9161
|
-
danger:
|
|
9162
|
-
warning:
|
|
9163
|
-
info:
|
|
9164
|
-
emoji:
|
|
9153
|
+
const xo = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.25%2016A2.75%202.75%200%200%200%209%2018.75h10A2.75%202.75%200%200%200%2021.75%2016V7.828c0-.729-.29-1.428-.805-1.944l-3.829-3.829a2.75%202.75%200%200%200-1.944-.805H9A2.75%202.75%200%200%200%206.25%204zM9%2017.25c-.69%200-1.25-.56-1.25-1.25V4c0-.69.56-1.25%201.25-1.25h5.25V6A2.75%202.75%200%200%200%2017%208.75h3.25V16c0%20.69-.56%201.25-1.25%201.25zm11.108-10H17c-.69%200-1.25-.56-1.25-1.25V2.892q.169.087.305.224l3.829%203.829q.136.136.224.305'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.25%2020A2.75%202.75%200%200%200%205%2022.75h10A2.75%202.75%200%200%200%2017.75%2020v-2a.75.75%200%200%200-1.5%200v2c0%20.69-.56%201.25-1.25%201.25H5c-.69%200-1.25-.56-1.25-1.25V8c0-.69.56-1.25%201.25-1.25h2a.75.75%200%200%200%200-1.5H5A2.75%202.75%200%200%200%202.25%208z'%20fill='%23070F2C'/%3e%3c/svg%3e", T6 = "_box_1lug4_1", M6 = "_userImage_1lug4_8", D6 = "_userDetails_1lug4_17", P6 = "_usernameContainer_1lug4_26", z6 = "_emailBox_1lug4_33", O6 = "_userEmail_1lug4_40", W6 = "_icon_1lug4_48", Z6 = "_eventBox_1lug4_64", X6 = "_badge_1lug4_71", $6 = "_primary_1lug4_86", Y6 = "_success_1lug4_91", J6 = "_danger_1lug4_96", q6 = "_warning_1lug4_101", U6 = "_info_1lug4_106", Q6 = "_emoji_1lug4_111", Ee = {
|
|
9154
|
+
box: T6,
|
|
9155
|
+
userImage: M6,
|
|
9156
|
+
userDetails: D6,
|
|
9157
|
+
usernameContainer: P6,
|
|
9158
|
+
emailBox: z6,
|
|
9159
|
+
userEmail: O6,
|
|
9160
|
+
icon: W6,
|
|
9161
|
+
eventBox: Z6,
|
|
9162
|
+
badge: X6,
|
|
9163
|
+
primary: $6,
|
|
9164
|
+
success: Y6,
|
|
9165
|
+
danger: J6,
|
|
9166
|
+
warning: q6,
|
|
9167
|
+
info: U6,
|
|
9168
|
+
emoji: Q6
|
|
9165
9169
|
};
|
|
9166
|
-
function
|
|
9170
|
+
function k9({ user: e, onClick: t, showCopy: a = !0 }) {
|
|
9167
9171
|
return /* @__PURE__ */ n.jsxs("div", { className: Ee.box, children: [
|
|
9168
9172
|
/* @__PURE__ */ n.jsx("img", { src: e.profile_img_url, alt: "User Profile", className: Ee.userImage }),
|
|
9169
9173
|
/* @__PURE__ */ n.jsxs("div", { className: Ee.userDetails, children: [
|
|
@@ -9185,21 +9189,21 @@ function Lf({ user: e, onClick: t, showCopy: a = !0 }) {
|
|
|
9185
9189
|
] })
|
|
9186
9190
|
] });
|
|
9187
9191
|
}
|
|
9188
|
-
const
|
|
9189
|
-
box:
|
|
9190
|
-
device:
|
|
9191
|
-
image:
|
|
9192
|
-
details:
|
|
9193
|
-
titleContainer:
|
|
9194
|
-
subTitleBox:
|
|
9195
|
-
subTitle:
|
|
9196
|
-
icon:
|
|
9197
|
-
mdmStatus:
|
|
9198
|
-
mdmStatusIcon:
|
|
9199
|
-
}, ih = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='remote'%3e%3cpath%20id='Vector%201025%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.49992%2011.4584C6.92462%2011.4584%206.45825%2011.9247%206.45825%2012.5V17.5C6.45825%2017.8452%206.17843%2018.125%205.83325%2018.125C5.48807%2018.125%205.20825%2017.8452%205.20825%2017.5V12.5C5.20825%2011.2344%206.23427%2010.2084%207.49992%2010.2084H12.4999C13.7656%2010.2084%2014.7916%2011.2344%2014.7916%2012.5V17.5C14.7916%2017.8452%2014.5118%2018.125%2014.1666%2018.125C13.8214%2018.125%2013.5416%2017.8452%2013.5416%2017.5V12.5C13.5416%2011.9247%2013.0752%2011.4584%2012.4999%2011.4584H7.49992Z'%20fill='%23070F2C'%20/%3e%3cpath%20id='Ellipse%20652%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99993%206.45837C8.84163%206.45837%207.81323%207.01376%207.16603%207.8754C6.95872%208.15139%206.56693%208.20708%206.29094%207.99977C6.01494%207.79246%205.95926%207.40067%206.16657%207.12468C7.03971%205.96224%208.43187%205.20837%209.99993%205.20837C11.568%205.20837%2012.9602%205.96224%2013.8333%207.12468C14.0406%207.40067%2013.9849%207.79246%2013.7089%207.99977C13.4329%208.20708%2013.0412%208.15139%2012.8338%207.8754C12.1866%207.01376%2011.1582%206.45837%209.99993%206.45837Z'%20fill='%23070F2C'%20/%3e%3cpath%20id='Ellipse%20653%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99999%203.125C7.7645%203.125%205.81178%204.3388%204.76621%206.14629C4.59337%206.44508%204.21104%206.54718%203.91225%206.37434C3.61346%206.2015%203.51136%205.81917%203.6842%205.52038C4.94402%203.34253%207.30025%201.875%209.99999%201.875C12.6997%201.875%2015.056%203.34253%2016.3158%205.52038C16.4886%205.81917%2016.3865%206.2015%2016.0877%206.37434C15.7889%206.54718%2015.4066%206.44508%2015.2338%206.14629C14.1882%204.3388%2012.2355%203.125%209.99999%203.125Z'%20fill='%23070F2C'%20/%3e%3cpath%20id='Vector%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.375%2014.1666C9.375%2013.8214%209.65482%2013.5416%2010%2013.5416H10.0083C10.3535%2013.5416%2010.6333%2013.8214%2010.6333%2014.1666C10.6333%2014.5118%2010.3535%2014.7916%2010.0083%2014.7916H10C9.65482%2014.7916%209.375%2014.5118%209.375%2014.1666Z'%20fill='%23070F2C'%20/%3e%3c/g%3e%3c/svg%3e", qn = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.25%206A2.75%202.75%200%200%201%206%203.25h12A2.75%202.75%200%200%201%2020.75%206v8a.75.75%200%200%201-.75.75H4a.75.75%200%200%201-.75-.75zM6%204.75c-.69%200-1.25.56-1.25%201.25v7.25h14.5V6c0-.69-.56-1.25-1.25-1.25z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.33%2013.665A.75.75%200%200%201%204%2013.25h16a.75.75%200%200%201%20.67.415l1.553%203.105c.915%201.829-.415%203.98-2.46%203.98H4.237c-2.044%200-3.374-2.151-2.46-3.98zm1.133%201.085-1.345%202.691a1.25%201.25%200%200%200%201.118%201.809h15.528a1.25%201.25%200%200%200%201.118-1.809l-1.346-2.691zM5.25%2017a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75m5%200a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75m4%200a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75'%20fill='%23070F2C'/%3e%3c/svg%3e", ch = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.25%206A2.75%202.75%200%200%201%205%203.25h14A2.75%202.75%200%200%201%2021.75%206v8A2.75%202.75%200%200%201%2019%2016.75h-6.25v2.5H16a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201%200-1.5h3.25v-2.5H5A2.75%202.75%200%200%201%202.25%2014zM5%204.75c-.69%200-1.25.56-1.25%201.25v8c0%20.69.56%201.25%201.25%201.25h14c.69%200%201.25-.56%201.25-1.25V6c0-.69-.56-1.25-1.25-1.25z'%20fill='%23070F2C'/%3e%3c/svg%3e", uh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%203.75c-.69%200-1.25.56-1.25%201.25v14c0%20.69.56%201.25%201.25%201.25h8c.69%200%201.25-.56%201.25-1.25V5c0-.69-.56-1.25-1.25-1.25zM5.25%205A2.75%202.75%200%200%201%208%202.25h8A2.75%202.75%200%200%201%2018.75%205v14A2.75%202.75%200%200%201%2016%2021.75H8A2.75%202.75%200%200%201%205.25%2019z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%206.75A.75.75%200%200%201%208.25%206v-.001a.75.75%200%200%201%201.5%200V6a.75.75%200%200%201-.75.75'%20fill='%23070F2C'/%3e%3c/svg%3e", dh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%203.75c-.69%200-1.25.56-1.25%201.25v14c0%20.69.56%201.25%201.25%201.25h8c.69%200%201.25-.56%201.25-1.25V5c0-.69-.56-1.25-1.25-1.25zM5.25%205A2.75%202.75%200%200%201%208%202.25h8A2.75%202.75%200%200%201%2018.75%205v14A2.75%202.75%200%200%201%2016%2021.75H8A2.75%202.75%200%200%201%205.25%2019z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%2018.751a.75.75%200%200%201-.75-.75V18a.75.75%200%200%201%201.5%200v.001a.75.75%200%200%201-.75.75'%20fill='%23070F2C'/%3e%3c/svg%3e", mh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%2018.75a1.25%201.25%200%201%200%200%202.5%201.25%201.25%200%200%200%200-2.5M9.25%2020a2.75%202.75%200%201%201%205.5%200%202.75%202.75%200%200%201-5.5%200M7%209.75a.25.25%200%201%200%200%20.5.25.25%200%200%200%200-.5M5.25%2010a1.75%201.75%200%201%201%203.5%200%201.75%201.75%200%200%201-3.5%200m10-2a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%20.75.75v2a.75.75%200%200%201-.75.75h-2a.75.75%200%200%201-.75-.75zm1.5.75v.5h.5v-.5z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%201.25a.75.75%200%200%201%20.624.334l2%203A.75.75%200%200%201%2014%205.75h-1.25v8.037l3.5-1.75V9a.75.75%200%200%201%201.5%200v3.5a.75.75%200%200%201-.415.67l-4.585%202.294V17a.75.75%200%200%201-1.18.614l-5-3.5a.75.75%200%200%201-.32-.614V10a.75.75%200%200%201%201.5%200v3.11l3.5%202.45V5.75H10a.75.75%200%200%201-.624-1.166l2-3A.75.75%200%200%201%2012%201.25'%20fill='%23070F2C'/%3e%3c/svg%3e", ph = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.46%207.124C5.265%208.464%204.75%2010.042%204.75%2011v2.25H7A2.75%202.75%200%200%201%209.75%2016v2A2.75%202.75%200%200%201%207%2020.75H6A2.75%202.75%200%200%201%203.25%2018v-7c0-1.375.685-3.298%202.09-4.874C6.77%204.522%208.968%203.25%2012%203.25s5.23%201.272%206.66%202.876c1.405%201.576%202.09%203.499%202.09%204.874v7A2.75%202.75%200%200%201%2018%2020.75h-1A2.75%202.75%200%200%201%2014.25%2018v-2A2.75%202.75%200%200%201%2017%2013.25h2.25V11c0-.958-.515-2.536-1.71-3.876C16.37%205.812%2014.57%204.75%2012%204.75S7.63%205.812%206.46%207.124m12.79%207.626H17c-.69%200-1.25.56-1.25%201.25v2c0%20.69.56%201.25%201.25%201.25h1c.69%200%201.25-.56%201.25-1.25zm-14.5%200V18c0%20.69.56%201.25%201.25%201.25h1c.69%200%201.25-.56%201.25-1.25v-2c0-.69-.56-1.25-1.25-1.25z'%20fill='%23070F2C'/%3e%3c/svg%3e", hh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.25%203A.75.75%200%200%201%204%202.25h4a.75.75%200%200%201%20.75.75v3a.75.75%200%200%201-.75.75H4A.75.75%200%200%201%203.25%206zm1.5.75v1.5h2.5v-1.5z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%203.75A2.25%202.25%200%200%200%2012.75%206v12a3.75%203.75%200%201%201-7.5%200v-5.25H5A2.75%202.75%200%200%201%202.25%2010V6A.75.75%200%200%201%203%205.25h6a.75.75%200%200%201%20.75.75v4A2.75%202.75%200%200%201%207%2012.75h-.25V18a2.25%202.25%200%200%200%204.5%200V6a3.75%203.75%200%201%201%207.5%200v6a.75.75%200%200%201-1.5%200V6A2.25%202.25%200%200%200%2015%203.75m-11.25%203V10c0%20.69.56%201.25%201.25%201.25h2c.69%200%201.25-.56%201.25-1.25V6.75zm17%2014.25a.75.75%200%200%201-.75.75h-4a.75.75%200%200%201-.75-.75v-3a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%20.75.75zm-1.5-.75v-1.5h-2.5v1.5z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M21.75%2018a.75.75%200%200%201-.75.75h-6a.75.75%200%200%201-.75-.75v-4A2.75%202.75%200%200%201%2017%2011.25h2A2.75%202.75%200%200%201%2021.75%2014zm-1.5-.75V14c0-.69-.56-1.25-1.25-1.25h-2c-.69%200-1.25.56-1.25%201.25v3.25z'%20fill='%23070F2C'/%3e%3c/svg%3e", gh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%2018.75A2.75%202.75%200%200%201%201.25%2016V8A2.75%202.75%200%200%201%204%205.25h16A2.75%202.75%200%200%201%2022.75%208v8A2.75%202.75%200%200%201%2020%2018.75zM2.75%2016c0%20.69.56%201.25%201.25%201.25h16c.69%200%201.25-.56%201.25-1.25V8c0-.69-.56-1.25-1.25-1.25H4c-.69%200-1.25.56-1.25%201.25zm6.5-2a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.25%2010a.75.75%200%200%201%20.75-.75h.01a.75.75%200%200%201%200%201.5H14a.75.75%200%200%201-.75-.75m4%200a.75.75%200%200%201%20.75-.75h.01a.75.75%200%200%201%200%201.5H18a.75.75%200%200%201-.75-.75m-8%200a.75.75%200%200%201%20.75-.75h.01a.75.75%200%200%201%200%201.5H10a.75.75%200%200%201-.75-.75m-4%200A.75.75%200%200%201%206%209.25h.01a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75m0%204a.75.75%200%200%201%20.75-.75h.01a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75m12%200a.75.75%200%200%201%20.75-.75h.01a.75.75%200%200%201%200%201.5H18a.75.75%200%200%201-.75-.75'%20fill='%23070F2C'/%3e%3c/svg%3e", vh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.25%203.803A5.25%205.25%200%200%200%206.75%209v1.25h4.5zM12%202.25A6.75%206.75%200%200%200%205.25%209v6a6.75%206.75%200%200%200%2013.5%200V9A6.75%206.75%200%200%200%2012%202.25m.75%201.553A5.25%205.25%200%200%201%2017.25%209v1.25h-4.5zm4.5%207.947H6.75V15a5.25%205.25%200%201%200%2010.5%200z'%20fill='%23070F2C'/%3e%3c/svg%3e", fh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%2010.75a2.25%202.25%200%201%200%200%204.5%202.25%202.25%200%200%200%200-4.5M8.25%2013a3.75%203.75%200%201%201%207.5%200%203.75%203.75%200%200%201-7.5%200'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%204.75a7.25%207.25%200%201%200%200%2014.5%207.25%207.25%200%200%200%200-14.5M3.25%2012a8.75%208.75%200%201%201%2015.445%205.634l1.835%201.836a.75.75%200%201%201-1.06%201.06l-1.836-1.835A8.72%208.72%200%200%201%2012%2020.75a8.72%208.72%200%200%201-5.634-2.055L4.53%2020.53a.75.75%200%200%201-1.06-1.06l1.835-1.836A8.72%208.72%200%200%201%203.25%2012'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.25%207a.75.75%200%200%201%20.75-.75h.001a.75.75%200%200%201%200%201.5H12a.75.75%200%200%201-.75-.75'%20fill='%23070F2C'/%3e%3c/svg%3e", bh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.25%206A2.75%202.75%200%200%201%205%203.25h14A2.75%202.75%200%200%201%2021.75%206v12A2.75%202.75%200%200%201%2019%2020.75H5A2.75%202.75%200%200%201%202.25%2018zM5%204.75c-.69%200-1.25.56-1.25%201.25v1.25h16.5V6c0-.69-.56-1.25-1.25-1.25zm15.25%204H3.75V18c0%20.69.56%201.25%201.25%201.25h14c.69%200%201.25-.56%201.25-1.25z'%20fill='%23070F2C'/%3e%3c/svg%3e", xh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.25%206a3.75%203.75%200%201%201%207.5%200v5a3.75%203.75%200%201%201-7.5%200zM12%2013.25A2.25%202.25%200%200%200%2014.25%2011V6a2.25%202.25%200%200%200-4.5%200v5A2.25%202.25%200%200%200%2012%2013.25'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5%209.25a.75.75%200%200%201%20.75.75v1a6.25%206.25%200%201%200%2012.5%200v-1a.75.75%200%200%201%201.5%200v1a7.75%207.75%200%200%201-7%207.714V21a.75.75%200%200%201-1.5%200v-2.286a7.75%207.75%200%200%201-7-7.714v-1A.75.75%200%200%201%205%209.25'%20fill='%23070F2C'/%3e%3c/svg%3e", Ch = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%206.75c-.69%200-1.25.56-1.25%201.25v3.25h10.5V8c0-.69-.56-1.25-1.25-1.25zm9.25%206H2.75V16c0%20.69.56%201.25%201.25%201.25h8c.69%200%201.25-.56%201.25-1.25zM1.25%208A2.75%202.75%200%200%201%204%205.25h8A2.75%202.75%200%200%201%2014.75%208v8A2.75%202.75%200%200%201%2012%2018.75H4A2.75%202.75%200%200%201%201.25%2016z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.25%209A.75.75%200%200%201%205%208.25h.01a.75.75%200%200%201%200%201.5H5A.75.75%200%200%201%204.25%209m0%206a.75.75%200%200%201%20.75-.75h.01a.75.75%200%200%201%200%201.5H5a.75.75%200%200%201-.75-.75m3-6A.75.75%200%200%201%208%208.25h.01a.75.75%200%200%201%200%201.5H8A.75.75%200%200%201%207.25%209m0%206a.75.75%200%200%201%20.75-.75h.01a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201-.75-.75m12.048-9.53a.75.75%200%200%201%201.06%200%208.73%208.73%200%200%201%202.564%206.187c0%202.416-.98%204.604-2.563%206.187a.75.75%200%200%201-1.06-1.06%207.23%207.23%200%200%200%202.123-5.127%207.23%207.23%200%200%200-2.124-5.127.75.75%200%200%201%200-1.06M16.47%208.298a.75.75%200%200%201%201.06%200%204.74%204.74%200%200%201%201.392%203.359c0%201.311-.533%202.5-1.392%203.359a.75.75%200%201%201-1.06-1.061c.589-.589.952-1.4.952-2.298s-.363-1.71-.952-2.298a.75.75%200%200%201%200-1.06'%20fill='%23070F2C'/%3e%3c/svg%3e", Ih = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%203.75c-.69%200-1.25.56-1.25%201.25v1.25h10.5V5c0-.69-.56-1.25-1.25-1.25zm10.75%202.5V5A2.75%202.75%200%200%200%2016%202.25H8A2.75%202.75%200%200%200%205.25%205v1.25H5A2.75%202.75%200%200%200%202.25%209v6A2.75%202.75%200%200%200%205%2017.75h1.25V19A2.75%202.75%200%200%200%209%2021.75h6A2.75%202.75%200%200%200%2017.75%2019v-1.25H19A2.75%202.75%200%200%200%2021.75%2015V9A2.75%202.75%200%200%200%2019%206.25zm-1%2010H19c.69%200%201.25-.56%201.25-1.25V9c0-.69-.56-1.25-1.25-1.25H5c-.69%200-1.25.56-1.25%201.25v6c0%20.69.56%201.25%201.25%201.25h1.25V15A2.75%202.75%200%200%201%209%2012.25h6A2.75%202.75%200%200%201%2017.75%2015zM9%2013.75c-.69%200-1.25.56-1.25%201.25v4c0%20.69.56%201.25%201.25%201.25h6c.69%200%201.25-.56%201.25-1.25v-4c0-.69-.56-1.25-1.25-1.25z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.25%2010A.75.75%200%200%201%207%209.25h1a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75'%20fill='%23070F2C'/%3e%3c/svg%3e", _h = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.894%206.333A2.75%202.75%200%200%201%206.562%204.25h10.876a2.75%202.75%200%200%201%202.668%202.083l1.622%206.485q.021.09.022.182v4A2.75%202.75%200%200%201%2019%2019.75H5A2.75%202.75%200%200%201%202.25%2017v-4a.8.8%200%200%201%20.022-.182zm2.668-.583a1.25%201.25%200%200%200-1.213.947L3.96%2012.25h16.078L18.65%206.697a1.25%201.25%200%200%200-1.213-.947zm13.688%208H3.75V17c0%20.69.56%201.25%201.25%201.25h14c.69%200%201.25-.56%201.25-1.25zM5.25%2016a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75'%20fill='%23070F2C'/%3e%3c/svg%3e";
|
|
9200
|
-
function
|
|
9192
|
+
const K6 = "_box_1x8y8_1", eh = "_device_1x8y8_8", th = "_image_1x8y8_21", nh = "_details_1x8y8_31", sh = "_titleContainer_1x8y8_40", oh = "_subTitleBox_1x8y8_47", ah = "_subTitle_1x8y8_47", rh = "_icon_1x8y8_62", lh = "_mdmStatus_1x8y8_63", ih = "_mdmStatusIcon_1x8y8_69", de = {
|
|
9193
|
+
box: K6,
|
|
9194
|
+
device: eh,
|
|
9195
|
+
image: th,
|
|
9196
|
+
details: nh,
|
|
9197
|
+
titleContainer: sh,
|
|
9198
|
+
subTitleBox: oh,
|
|
9199
|
+
subTitle: ah,
|
|
9200
|
+
icon: rh,
|
|
9201
|
+
mdmStatus: lh,
|
|
9202
|
+
mdmStatusIcon: ih
|
|
9203
|
+
}, ch = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='remote'%3e%3cpath%20id='Vector%201025%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.49992%2011.4584C6.92462%2011.4584%206.45825%2011.9247%206.45825%2012.5V17.5C6.45825%2017.8452%206.17843%2018.125%205.83325%2018.125C5.48807%2018.125%205.20825%2017.8452%205.20825%2017.5V12.5C5.20825%2011.2344%206.23427%2010.2084%207.49992%2010.2084H12.4999C13.7656%2010.2084%2014.7916%2011.2344%2014.7916%2012.5V17.5C14.7916%2017.8452%2014.5118%2018.125%2014.1666%2018.125C13.8214%2018.125%2013.5416%2017.8452%2013.5416%2017.5V12.5C13.5416%2011.9247%2013.0752%2011.4584%2012.4999%2011.4584H7.49992Z'%20fill='%23070F2C'%20/%3e%3cpath%20id='Ellipse%20652%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99993%206.45837C8.84163%206.45837%207.81323%207.01376%207.16603%207.8754C6.95872%208.15139%206.56693%208.20708%206.29094%207.99977C6.01494%207.79246%205.95926%207.40067%206.16657%207.12468C7.03971%205.96224%208.43187%205.20837%209.99993%205.20837C11.568%205.20837%2012.9602%205.96224%2013.8333%207.12468C14.0406%207.40067%2013.9849%207.79246%2013.7089%207.99977C13.4329%208.20708%2013.0412%208.15139%2012.8338%207.8754C12.1866%207.01376%2011.1582%206.45837%209.99993%206.45837Z'%20fill='%23070F2C'%20/%3e%3cpath%20id='Ellipse%20653%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99999%203.125C7.7645%203.125%205.81178%204.3388%204.76621%206.14629C4.59337%206.44508%204.21104%206.54718%203.91225%206.37434C3.61346%206.2015%203.51136%205.81917%203.6842%205.52038C4.94402%203.34253%207.30025%201.875%209.99999%201.875C12.6997%201.875%2015.056%203.34253%2016.3158%205.52038C16.4886%205.81917%2016.3865%206.2015%2016.0877%206.37434C15.7889%206.54718%2015.4066%206.44508%2015.2338%206.14629C14.1882%204.3388%2012.2355%203.125%209.99999%203.125Z'%20fill='%23070F2C'%20/%3e%3cpath%20id='Vector%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.375%2014.1666C9.375%2013.8214%209.65482%2013.5416%2010%2013.5416H10.0083C10.3535%2013.5416%2010.6333%2013.8214%2010.6333%2014.1666C10.6333%2014.5118%2010.3535%2014.7916%2010.0083%2014.7916H10C9.65482%2014.7916%209.375%2014.5118%209.375%2014.1666Z'%20fill='%23070F2C'%20/%3e%3c/g%3e%3c/svg%3e", qn = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.25%206A2.75%202.75%200%200%201%206%203.25h12A2.75%202.75%200%200%201%2020.75%206v8a.75.75%200%200%201-.75.75H4a.75.75%200%200%201-.75-.75zM6%204.75c-.69%200-1.25.56-1.25%201.25v7.25h14.5V6c0-.69-.56-1.25-1.25-1.25z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.33%2013.665A.75.75%200%200%201%204%2013.25h16a.75.75%200%200%201%20.67.415l1.553%203.105c.915%201.829-.415%203.98-2.46%203.98H4.237c-2.044%200-3.374-2.151-2.46-3.98zm1.133%201.085-1.345%202.691a1.25%201.25%200%200%200%201.118%201.809h15.528a1.25%201.25%200%200%200%201.118-1.809l-1.346-2.691zM5.25%2017a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75m5%200a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5h-1a.75.75%200%200%201-.75-.75m4%200a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75'%20fill='%23070F2C'/%3e%3c/svg%3e", uh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.25%206A2.75%202.75%200%200%201%205%203.25h14A2.75%202.75%200%200%201%2021.75%206v8A2.75%202.75%200%200%201%2019%2016.75h-6.25v2.5H16a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201%200-1.5h3.25v-2.5H5A2.75%202.75%200%200%201%202.25%2014zM5%204.75c-.69%200-1.25.56-1.25%201.25v8c0%20.69.56%201.25%201.25%201.25h14c.69%200%201.25-.56%201.25-1.25V6c0-.69-.56-1.25-1.25-1.25z'%20fill='%23070F2C'/%3e%3c/svg%3e", dh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%203.75c-.69%200-1.25.56-1.25%201.25v14c0%20.69.56%201.25%201.25%201.25h8c.69%200%201.25-.56%201.25-1.25V5c0-.69-.56-1.25-1.25-1.25zM5.25%205A2.75%202.75%200%200%201%208%202.25h8A2.75%202.75%200%200%201%2018.75%205v14A2.75%202.75%200%200%201%2016%2021.75H8A2.75%202.75%200%200%201%205.25%2019z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%206.75A.75.75%200%200%201%208.25%206v-.001a.75.75%200%200%201%201.5%200V6a.75.75%200%200%201-.75.75'%20fill='%23070F2C'/%3e%3c/svg%3e", mh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%203.75c-.69%200-1.25.56-1.25%201.25v14c0%20.69.56%201.25%201.25%201.25h8c.69%200%201.25-.56%201.25-1.25V5c0-.69-.56-1.25-1.25-1.25zM5.25%205A2.75%202.75%200%200%201%208%202.25h8A2.75%202.75%200%200%201%2018.75%205v14A2.75%202.75%200%200%201%2016%2021.75H8A2.75%202.75%200%200%201%205.25%2019z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%2018.751a.75.75%200%200%201-.75-.75V18a.75.75%200%200%201%201.5%200v.001a.75.75%200%200%201-.75.75'%20fill='%23070F2C'/%3e%3c/svg%3e", ph = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%2018.75a1.25%201.25%200%201%200%200%202.5%201.25%201.25%200%200%200%200-2.5M9.25%2020a2.75%202.75%200%201%201%205.5%200%202.75%202.75%200%200%201-5.5%200M7%209.75a.25.25%200%201%200%200%20.5.25.25%200%200%200%200-.5M5.25%2010a1.75%201.75%200%201%201%203.5%200%201.75%201.75%200%200%201-3.5%200m10-2a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%20.75.75v2a.75.75%200%200%201-.75.75h-2a.75.75%200%200%201-.75-.75zm1.5.75v.5h.5v-.5z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%201.25a.75.75%200%200%201%20.624.334l2%203A.75.75%200%200%201%2014%205.75h-1.25v8.037l3.5-1.75V9a.75.75%200%200%201%201.5%200v3.5a.75.75%200%200%201-.415.67l-4.585%202.294V17a.75.75%200%200%201-1.18.614l-5-3.5a.75.75%200%200%201-.32-.614V10a.75.75%200%200%201%201.5%200v3.11l3.5%202.45V5.75H10a.75.75%200%200%201-.624-1.166l2-3A.75.75%200%200%201%2012%201.25'%20fill='%23070F2C'/%3e%3c/svg%3e", hh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.46%207.124C5.265%208.464%204.75%2010.042%204.75%2011v2.25H7A2.75%202.75%200%200%201%209.75%2016v2A2.75%202.75%200%200%201%207%2020.75H6A2.75%202.75%200%200%201%203.25%2018v-7c0-1.375.685-3.298%202.09-4.874C6.77%204.522%208.968%203.25%2012%203.25s5.23%201.272%206.66%202.876c1.405%201.576%202.09%203.499%202.09%204.874v7A2.75%202.75%200%200%201%2018%2020.75h-1A2.75%202.75%200%200%201%2014.25%2018v-2A2.75%202.75%200%200%201%2017%2013.25h2.25V11c0-.958-.515-2.536-1.71-3.876C16.37%205.812%2014.57%204.75%2012%204.75S7.63%205.812%206.46%207.124m12.79%207.626H17c-.69%200-1.25.56-1.25%201.25v2c0%20.69.56%201.25%201.25%201.25h1c.69%200%201.25-.56%201.25-1.25zm-14.5%200V18c0%20.69.56%201.25%201.25%201.25h1c.69%200%201.25-.56%201.25-1.25v-2c0-.69-.56-1.25-1.25-1.25z'%20fill='%23070F2C'/%3e%3c/svg%3e", gh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.25%203A.75.75%200%200%201%204%202.25h4a.75.75%200%200%201%20.75.75v3a.75.75%200%200%201-.75.75H4A.75.75%200%200%201%203.25%206zm1.5.75v1.5h2.5v-1.5z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%203.75A2.25%202.25%200%200%200%2012.75%206v12a3.75%203.75%200%201%201-7.5%200v-5.25H5A2.75%202.75%200%200%201%202.25%2010V6A.75.75%200%200%201%203%205.25h6a.75.75%200%200%201%20.75.75v4A2.75%202.75%200%200%201%207%2012.75h-.25V18a2.25%202.25%200%200%200%204.5%200V6a3.75%203.75%200%201%201%207.5%200v6a.75.75%200%200%201-1.5%200V6A2.25%202.25%200%200%200%2015%203.75m-11.25%203V10c0%20.69.56%201.25%201.25%201.25h2c.69%200%201.25-.56%201.25-1.25V6.75zm17%2014.25a.75.75%200%200%201-.75.75h-4a.75.75%200%200%201-.75-.75v-3a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%20.75.75zm-1.5-.75v-1.5h-2.5v1.5z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M21.75%2018a.75.75%200%200%201-.75.75h-6a.75.75%200%200%201-.75-.75v-4A2.75%202.75%200%200%201%2017%2011.25h2A2.75%202.75%200%200%201%2021.75%2014zm-1.5-.75V14c0-.69-.56-1.25-1.25-1.25h-2c-.69%200-1.25.56-1.25%201.25v3.25z'%20fill='%23070F2C'/%3e%3c/svg%3e", vh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%2018.75A2.75%202.75%200%200%201%201.25%2016V8A2.75%202.75%200%200%201%204%205.25h16A2.75%202.75%200%200%201%2022.75%208v8A2.75%202.75%200%200%201%2020%2018.75zM2.75%2016c0%20.69.56%201.25%201.25%201.25h16c.69%200%201.25-.56%201.25-1.25V8c0-.69-.56-1.25-1.25-1.25H4c-.69%200-1.25.56-1.25%201.25zm6.5-2a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.25%2010a.75.75%200%200%201%20.75-.75h.01a.75.75%200%200%201%200%201.5H14a.75.75%200%200%201-.75-.75m4%200a.75.75%200%200%201%20.75-.75h.01a.75.75%200%200%201%200%201.5H18a.75.75%200%200%201-.75-.75m-8%200a.75.75%200%200%201%20.75-.75h.01a.75.75%200%200%201%200%201.5H10a.75.75%200%200%201-.75-.75m-4%200A.75.75%200%200%201%206%209.25h.01a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75m0%204a.75.75%200%200%201%20.75-.75h.01a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75m12%200a.75.75%200%200%201%20.75-.75h.01a.75.75%200%200%201%200%201.5H18a.75.75%200%200%201-.75-.75'%20fill='%23070F2C'/%3e%3c/svg%3e", fh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.25%203.803A5.25%205.25%200%200%200%206.75%209v1.25h4.5zM12%202.25A6.75%206.75%200%200%200%205.25%209v6a6.75%206.75%200%200%200%2013.5%200V9A6.75%206.75%200%200%200%2012%202.25m.75%201.553A5.25%205.25%200%200%201%2017.25%209v1.25h-4.5zm4.5%207.947H6.75V15a5.25%205.25%200%201%200%2010.5%200z'%20fill='%23070F2C'/%3e%3c/svg%3e", bh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%2010.75a2.25%202.25%200%201%200%200%204.5%202.25%202.25%200%200%200%200-4.5M8.25%2013a3.75%203.75%200%201%201%207.5%200%203.75%203.75%200%200%201-7.5%200'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%204.75a7.25%207.25%200%201%200%200%2014.5%207.25%207.25%200%200%200%200-14.5M3.25%2012a8.75%208.75%200%201%201%2015.445%205.634l1.835%201.836a.75.75%200%201%201-1.06%201.06l-1.836-1.835A8.72%208.72%200%200%201%2012%2020.75a8.72%208.72%200%200%201-5.634-2.055L4.53%2020.53a.75.75%200%200%201-1.06-1.06l1.835-1.836A8.72%208.72%200%200%201%203.25%2012'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.25%207a.75.75%200%200%201%20.75-.75h.001a.75.75%200%200%201%200%201.5H12a.75.75%200%200%201-.75-.75'%20fill='%23070F2C'/%3e%3c/svg%3e", xh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.25%206A2.75%202.75%200%200%201%205%203.25h14A2.75%202.75%200%200%201%2021.75%206v12A2.75%202.75%200%200%201%2019%2020.75H5A2.75%202.75%200%200%201%202.25%2018zM5%204.75c-.69%200-1.25.56-1.25%201.25v1.25h16.5V6c0-.69-.56-1.25-1.25-1.25zm15.25%204H3.75V18c0%20.69.56%201.25%201.25%201.25h14c.69%200%201.25-.56%201.25-1.25z'%20fill='%23070F2C'/%3e%3c/svg%3e", Ch = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.25%206a3.75%203.75%200%201%201%207.5%200v5a3.75%203.75%200%201%201-7.5%200zM12%2013.25A2.25%202.25%200%200%200%2014.25%2011V6a2.25%202.25%200%200%200-4.5%200v5A2.25%202.25%200%200%200%2012%2013.25'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5%209.25a.75.75%200%200%201%20.75.75v1a6.25%206.25%200%201%200%2012.5%200v-1a.75.75%200%200%201%201.5%200v1a7.75%207.75%200%200%201-7%207.714V21a.75.75%200%200%201-1.5%200v-2.286a7.75%207.75%200%200%201-7-7.714v-1A.75.75%200%200%201%205%209.25'%20fill='%23070F2C'/%3e%3c/svg%3e", Ih = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%206.75c-.69%200-1.25.56-1.25%201.25v3.25h10.5V8c0-.69-.56-1.25-1.25-1.25zm9.25%206H2.75V16c0%20.69.56%201.25%201.25%201.25h8c.69%200%201.25-.56%201.25-1.25zM1.25%208A2.75%202.75%200%200%201%204%205.25h8A2.75%202.75%200%200%201%2014.75%208v8A2.75%202.75%200%200%201%2012%2018.75H4A2.75%202.75%200%200%201%201.25%2016z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.25%209A.75.75%200%200%201%205%208.25h.01a.75.75%200%200%201%200%201.5H5A.75.75%200%200%201%204.25%209m0%206a.75.75%200%200%201%20.75-.75h.01a.75.75%200%200%201%200%201.5H5a.75.75%200%200%201-.75-.75m3-6A.75.75%200%200%201%208%208.25h.01a.75.75%200%200%201%200%201.5H8A.75.75%200%200%201%207.25%209m0%206a.75.75%200%200%201%20.75-.75h.01a.75.75%200%200%201%200%201.5H8a.75.75%200%200%201-.75-.75m12.048-9.53a.75.75%200%200%201%201.06%200%208.73%208.73%200%200%201%202.564%206.187c0%202.416-.98%204.604-2.563%206.187a.75.75%200%200%201-1.06-1.06%207.23%207.23%200%200%200%202.123-5.127%207.23%207.23%200%200%200-2.124-5.127.75.75%200%200%201%200-1.06M16.47%208.298a.75.75%200%200%201%201.06%200%204.74%204.74%200%200%201%201.392%203.359c0%201.311-.533%202.5-1.392%203.359a.75.75%200%201%201-1.06-1.061c.589-.589.952-1.4.952-2.298s-.363-1.71-.952-2.298a.75.75%200%200%201%200-1.06'%20fill='%23070F2C'/%3e%3c/svg%3e", _h = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%203.75c-.69%200-1.25.56-1.25%201.25v1.25h10.5V5c0-.69-.56-1.25-1.25-1.25zm10.75%202.5V5A2.75%202.75%200%200%200%2016%202.25H8A2.75%202.75%200%200%200%205.25%205v1.25H5A2.75%202.75%200%200%200%202.25%209v6A2.75%202.75%200%200%200%205%2017.75h1.25V19A2.75%202.75%200%200%200%209%2021.75h6A2.75%202.75%200%200%200%2017.75%2019v-1.25H19A2.75%202.75%200%200%200%2021.75%2015V9A2.75%202.75%200%200%200%2019%206.25zm-1%2010H19c.69%200%201.25-.56%201.25-1.25V9c0-.69-.56-1.25-1.25-1.25H5c-.69%200-1.25.56-1.25%201.25v6c0%20.69.56%201.25%201.25%201.25h1.25V15A2.75%202.75%200%200%201%209%2012.25h6A2.75%202.75%200%200%201%2017.75%2015zM9%2013.75c-.69%200-1.25.56-1.25%201.25v4c0%20.69.56%201.25%201.25%201.25h6c.69%200%201.25-.56%201.25-1.25v-4c0-.69-.56-1.25-1.25-1.25z'%20fill='%23070F2C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.25%2010A.75.75%200%200%201%207%209.25h1a.75.75%200%200%201%200%201.5H7a.75.75%200%200%201-.75-.75'%20fill='%23070F2C'/%3e%3c/svg%3e", yh = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.894%206.333A2.75%202.75%200%200%201%206.562%204.25h10.876a2.75%202.75%200%200%201%202.668%202.083l1.622%206.485q.021.09.022.182v4A2.75%202.75%200%200%201%2019%2019.75H5A2.75%202.75%200%200%201%202.25%2017v-4a.8.8%200%200%201%20.022-.182zm2.668-.583a1.25%201.25%200%200%200-1.213.947L3.96%2012.25h16.078L18.65%206.697a1.25%201.25%200%200%200-1.213-.947zm13.688%208H3.75V17c0%20.69.56%201.25%201.25%201.25h14c.69%200%201.25-.56%201.25-1.25zM5.25%2016a.75.75%200%200%201%20.75-.75h1a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75'%20fill='%23070F2C'/%3e%3c/svg%3e";
|
|
9204
|
+
function L9({ device: e, onClick: t }) {
|
|
9201
9205
|
return /* @__PURE__ */ n.jsxs("div", { className: de.box, children: [
|
|
9202
|
-
/* @__PURE__ */ n.jsx("div", { className: de.device, children: /* @__PURE__ */ n.jsx(V, { path:
|
|
9206
|
+
/* @__PURE__ */ n.jsx("div", { className: de.device, children: /* @__PURE__ */ n.jsx(V, { path: Ah(e.type), svgClassName: de.image }) }),
|
|
9203
9207
|
/* @__PURE__ */ n.jsxs("div", { className: de.details, children: [
|
|
9204
9208
|
/* @__PURE__ */ n.jsx("div", { className: de.titleContainer, onClick: t, children: /* @__PURE__ */ n.jsx(bo, { data: e.name || e.model, customStyle: { maxWidth: "190px" } }) }),
|
|
9205
9209
|
/* @__PURE__ */ n.jsxs("div", { className: de.subTitleBox, children: [
|
|
@@ -9211,7 +9215,7 @@ function Hf({ device: e, onClick: t }) {
|
|
|
9211
9215
|
trigger: /* @__PURE__ */ n.jsx(
|
|
9212
9216
|
V,
|
|
9213
9217
|
{
|
|
9214
|
-
path:
|
|
9218
|
+
path: ch,
|
|
9215
9219
|
spanClassName: de.mdmStatus,
|
|
9216
9220
|
svgClassName: de.mdmStatusIcon
|
|
9217
9221
|
}
|
|
@@ -9235,43 +9239,43 @@ function Hf({ device: e, onClick: t }) {
|
|
|
9235
9239
|
] })
|
|
9236
9240
|
] });
|
|
9237
9241
|
}
|
|
9238
|
-
const
|
|
9242
|
+
const Ah = (e) => {
|
|
9239
9243
|
switch (e) {
|
|
9240
9244
|
case "Laptops":
|
|
9241
9245
|
return qn;
|
|
9242
9246
|
case "Monitors":
|
|
9243
|
-
return ch;
|
|
9244
|
-
case "Smartphones":
|
|
9245
9247
|
return uh;
|
|
9246
|
-
case "
|
|
9248
|
+
case "Smartphones":
|
|
9247
9249
|
return dh;
|
|
9248
|
-
case "
|
|
9250
|
+
case "Tablets":
|
|
9249
9251
|
return mh;
|
|
9250
|
-
case "
|
|
9252
|
+
case "Peripheral devices":
|
|
9251
9253
|
return ph;
|
|
9252
|
-
case "
|
|
9254
|
+
case "Headsets":
|
|
9253
9255
|
return hh;
|
|
9254
|
-
case "
|
|
9256
|
+
case "Cables":
|
|
9255
9257
|
return gh;
|
|
9256
|
-
case "
|
|
9258
|
+
case "Keyboards":
|
|
9257
9259
|
return vh;
|
|
9258
|
-
case "
|
|
9260
|
+
case "Mouses":
|
|
9259
9261
|
return fh;
|
|
9262
|
+
case "Webcams":
|
|
9263
|
+
return bh;
|
|
9260
9264
|
case "Storage":
|
|
9261
|
-
return
|
|
9265
|
+
return yh;
|
|
9262
9266
|
case "Trackpads":
|
|
9263
|
-
return bh;
|
|
9264
|
-
case "Microphones":
|
|
9265
9267
|
return xh;
|
|
9266
|
-
case "
|
|
9268
|
+
case "Microphones":
|
|
9267
9269
|
return Ch;
|
|
9268
|
-
case "
|
|
9270
|
+
case "Routers":
|
|
9269
9271
|
return Ih;
|
|
9272
|
+
case "Printers":
|
|
9273
|
+
return _h;
|
|
9270
9274
|
default:
|
|
9271
9275
|
return qn;
|
|
9272
9276
|
}
|
|
9273
9277
|
};
|
|
9274
|
-
function
|
|
9278
|
+
function H9({
|
|
9275
9279
|
headers: e,
|
|
9276
9280
|
data: t,
|
|
9277
9281
|
isLoading: a = !1,
|
|
@@ -9281,30 +9285,30 @@ function kf({
|
|
|
9281
9285
|
paginationConfig: i
|
|
9282
9286
|
}) {
|
|
9283
9287
|
const c = !a && !o && (!t || (t == null ? void 0 : t.length) === 0);
|
|
9284
|
-
return /* @__PURE__ */ n.jsx("div", { className: we.taskCardContainer, children: c ? /* @__PURE__ */ n.jsx(
|
|
9285
|
-
/* @__PURE__ */ n.jsx(
|
|
9286
|
-
a ? /* @__PURE__ */ n.jsx(uo, { containerStyle: { height: "164px" } }) : o ? /* @__PURE__ */ n.jsx(
|
|
9288
|
+
return /* @__PURE__ */ n.jsx("div", { className: we.taskCardContainer, children: c ? /* @__PURE__ */ n.jsx(Nh, { emptyText: s }) : /* @__PURE__ */ n.jsxs("div", { className: I(we.taskCard), children: [
|
|
9289
|
+
/* @__PURE__ */ n.jsx(H4, { headers: e }),
|
|
9290
|
+
a ? /* @__PURE__ */ n.jsx(uo, { containerStyle: { height: "164px" } }) : o ? /* @__PURE__ */ n.jsx(wh, {}) : t == null ? void 0 : t.map((l, u) => /* @__PURE__ */ n.jsx(F4, { data: l, menuItems: r[u] }, u)),
|
|
9287
9291
|
typeof i == "object" && !!i.metaData && /* @__PURE__ */ n.jsx("div", { className: we.pagination, children: /* @__PURE__ */ n.jsx(fo, { paginationConfig: i }) })
|
|
9288
9292
|
] }) });
|
|
9289
9293
|
}
|
|
9290
|
-
function
|
|
9294
|
+
function wh() {
|
|
9291
9295
|
return /* @__PURE__ */ n.jsx("div", { className: we.emptyBox, children: /* @__PURE__ */ n.jsx("p", { className: I(we.emptyTxt, "zap-content-medium"), children: "Something went wrong, please try again later." }) });
|
|
9292
9296
|
}
|
|
9293
|
-
function
|
|
9297
|
+
function Nh({ emptyText: e = "No pending tasks" }) {
|
|
9294
9298
|
return /* @__PURE__ */ n.jsxs("div", { className: we.emptyBox, children: [
|
|
9295
9299
|
/* @__PURE__ */ n.jsx("div", { children: /* @__PURE__ */ n.jsx(V, { path: G4, width: 24, height: 24, svgClassName: we.emptyIcon }) }),
|
|
9296
9300
|
/* @__PURE__ */ n.jsx("p", { className: I(we.emptyTxt, "zap-content-medium"), children: e })
|
|
9297
9301
|
] });
|
|
9298
9302
|
}
|
|
9299
|
-
const
|
|
9300
|
-
box:
|
|
9303
|
+
const jh = "_box_19fj2_1", Sh = {
|
|
9304
|
+
box: jh
|
|
9301
9305
|
};
|
|
9302
|
-
var
|
|
9303
|
-
function
|
|
9306
|
+
var Eh = /* @__PURE__ */ ((e) => (e.DEFAULT = "default", e.NEUTRAL = "neutral", e.POSITIVE = "positive", e.WARNING = "warning", e.NEGATIVE = "negative", e.HIGHLIGHT = "highlight", e))(Eh || {});
|
|
9307
|
+
function G9({ status: e = "default", children: t }) {
|
|
9304
9308
|
return /* @__PURE__ */ n.jsx(
|
|
9305
9309
|
"div",
|
|
9306
9310
|
{
|
|
9307
|
-
className: I(
|
|
9311
|
+
className: I(Sh.box, "zap-caption-medium"),
|
|
9308
9312
|
style: {
|
|
9309
9313
|
backgroundColor: Be[e].bg,
|
|
9310
9314
|
color: Be[e].color
|
|
@@ -9394,31 +9398,31 @@ const Co = {
|
|
|
9394
9398
|
...e,
|
|
9395
9399
|
display: "none"
|
|
9396
9400
|
})
|
|
9397
|
-
},
|
|
9398
|
-
mainContainer:
|
|
9399
|
-
dropdownIcon:
|
|
9400
|
-
loadingMessage:
|
|
9401
|
-
option:
|
|
9402
|
-
tagOption:
|
|
9401
|
+
}, Bh = "_mainContainer_mhl9t_1", Fh = "_dropdownIcon_mhl9t_6", Rh = "_loadingMessage_mhl9t_21", Vh = "_option_mhl9t_30", kh = "_tagOption_mhl9t_36", Lh = "_multiOptionValue_mhl9t_41", Hh = "_userOption_mhl9t_47", Gh = "_userOptionValue_mhl9t_48", Th = "_label_mhl9t_53", Mh = "_selectedLabel_mhl9t_53", Dh = "_profileImg_mhl9t_57", Ph = "_initials_mhl9t_58", zh = "_icon_mhl9t_71", Oh = "_selectedIcon_mhl9t_72", Wh = "_labelContainer_mhl9t_98", Zh = "_info_mhl9t_104", Xh = "_clearIcon_mhl9t_108", $h = "_removeIcon_mhl9t_118", Yh = "_errorMsg_mhl9t_134", n0 = {
|
|
9402
|
+
mainContainer: Bh,
|
|
9403
|
+
dropdownIcon: Fh,
|
|
9404
|
+
loadingMessage: Rh,
|
|
9405
|
+
option: Vh,
|
|
9406
|
+
tagOption: kh,
|
|
9403
9407
|
multiOptionValue: Lh,
|
|
9404
9408
|
userOption: Hh,
|
|
9405
|
-
userOptionValue:
|
|
9406
|
-
label:
|
|
9407
|
-
selectedLabel:
|
|
9408
|
-
profileImg:
|
|
9409
|
-
initials:
|
|
9410
|
-
icon:
|
|
9411
|
-
selectedIcon:
|
|
9412
|
-
labelContainer:
|
|
9413
|
-
info:
|
|
9414
|
-
clearIcon:
|
|
9415
|
-
removeIcon:
|
|
9416
|
-
errorMsg:
|
|
9409
|
+
userOptionValue: Gh,
|
|
9410
|
+
label: Th,
|
|
9411
|
+
selectedLabel: Mh,
|
|
9412
|
+
profileImg: Dh,
|
|
9413
|
+
initials: Ph,
|
|
9414
|
+
icon: zh,
|
|
9415
|
+
selectedIcon: Oh,
|
|
9416
|
+
labelContainer: Wh,
|
|
9417
|
+
info: Zh,
|
|
9418
|
+
clearIcon: Xh,
|
|
9419
|
+
removeIcon: $h,
|
|
9420
|
+
errorMsg: Yh
|
|
9417
9421
|
};
|
|
9418
9422
|
function Io(e) {
|
|
9419
9423
|
return f.useMemo(() => y4(e), [e]);
|
|
9420
9424
|
}
|
|
9421
|
-
var
|
|
9425
|
+
var H0 = /* @__PURE__ */ ((e) => (e.DEFAULT = "default", e.USERS = "users", e.CHECKBOX = "checkbox", e.TAGS = "tags", e))(H0 || {});
|
|
9422
9426
|
function O2({ src: e, alt: t, className: a, ...o }) {
|
|
9423
9427
|
const [s, r] = f.useState(!1), i = f.useRef(null);
|
|
9424
9428
|
return f.useEffect(() => {
|
|
@@ -9442,20 +9446,20 @@ const _o = (e) => {
|
|
|
9442
9446
|
className: I(
|
|
9443
9447
|
n0.option,
|
|
9444
9448
|
o ? "zap-caption-medium" : "zap-subcontent-medium",
|
|
9445
|
-
o && r ===
|
|
9446
|
-
o && (r ===
|
|
9449
|
+
o && r === H0.TAGS && n0.tagOption,
|
|
9450
|
+
o && (r === H0.USERS || l) && n0.userOption
|
|
9447
9451
|
),
|
|
9448
|
-
style: o && (r ===
|
|
9452
|
+
style: o && (r === H0.TAGS || r === H0.USERS) ? { backgroundColor: m } : {},
|
|
9449
9453
|
children: [
|
|
9450
9454
|
l && /* @__PURE__ */ n.jsx(O2, { src: l, alt: i, className: n0.profileImg }),
|
|
9451
|
-
r ===
|
|
9455
|
+
r === H0.USERS && !l && /* @__PURE__ */ n.jsx("div", { className: n0.initials, children: ro(i) }),
|
|
9452
9456
|
u && /* @__PURE__ */ n.jsx(V, { path: u, spanClassName: n0.icon }),
|
|
9453
9457
|
/* @__PURE__ */ n.jsxs("div", { className: n0.labelContainer, children: [
|
|
9454
9458
|
/* @__PURE__ */ n.jsx(
|
|
9455
9459
|
"span",
|
|
9456
9460
|
{
|
|
9457
9461
|
className: I(n0.label, a && n0.selectedLabel),
|
|
9458
|
-
style: o && (r ===
|
|
9462
|
+
style: o && (r === H0.TAGS || r === H0.USERS) ? { color: d } : {},
|
|
9459
9463
|
children: i
|
|
9460
9464
|
}
|
|
9461
9465
|
),
|
|
@@ -9482,18 +9486,18 @@ const _o = (e) => {
|
|
|
9482
9486
|
n0.option,
|
|
9483
9487
|
n0.multiOptionValue,
|
|
9484
9488
|
i && "zap-caption-medium",
|
|
9485
|
-
i && (c ===
|
|
9489
|
+
i && (c === H0.USERS || s) && n0.userOptionValue
|
|
9486
9490
|
),
|
|
9487
|
-
style: i && (c ===
|
|
9491
|
+
style: i && (c === H0.TAGS || c === H0.USERS) ? { backgroundColor: u } : {},
|
|
9488
9492
|
children: /* @__PURE__ */ n.jsxs(Q0.MultiValue, { ...e, children: [
|
|
9489
9493
|
s && /* @__PURE__ */ n.jsx(O2, { src: s, alt: o, className: n0.profileImg }),
|
|
9490
|
-
c ===
|
|
9494
|
+
c === H0.USERS && !s && /* @__PURE__ */ n.jsx("div", { className: n0.initials, children: ro(o) }),
|
|
9491
9495
|
r && /* @__PURE__ */ n.jsx(V, { path: r, spanClassName: n0.icon }),
|
|
9492
9496
|
/* @__PURE__ */ n.jsx("div", { className: n0.labelContainer, children: /* @__PURE__ */ n.jsx(
|
|
9493
9497
|
"span",
|
|
9494
9498
|
{
|
|
9495
9499
|
className: n0.label,
|
|
9496
|
-
style: i && (c ===
|
|
9500
|
+
style: i && (c === H0.TAGS || c === H0.USERS) ? { color: l } : {},
|
|
9497
9501
|
children: o
|
|
9498
9502
|
}
|
|
9499
9503
|
) })
|
|
@@ -9504,11 +9508,11 @@ const _o = (e) => {
|
|
|
9504
9508
|
const { isMulti: t } = e;
|
|
9505
9509
|
return t ? null : /* @__PURE__ */ n.jsx(Q0.ClearIndicator, { ...e, children: /* @__PURE__ */ n.jsx(V, { path: re, spanClassName: n0.clearIcon }) });
|
|
9506
9510
|
};
|
|
9507
|
-
function
|
|
9511
|
+
function Jh(e) {
|
|
9508
9512
|
const {
|
|
9509
9513
|
options: t,
|
|
9510
9514
|
mainContainerClassName: a,
|
|
9511
|
-
variant: o =
|
|
9515
|
+
variant: o = H0.DEFAULT,
|
|
9512
9516
|
errorMsg: s,
|
|
9513
9517
|
onChange: r,
|
|
9514
9518
|
customStyles: i = {},
|
|
@@ -9550,11 +9554,11 @@ function Yh(e) {
|
|
|
9550
9554
|
s && /* @__PURE__ */ n.jsx("span", { className: I(n0.errorMsg, "zap-subcontent-regular"), children: s })
|
|
9551
9555
|
] });
|
|
9552
9556
|
}
|
|
9553
|
-
function
|
|
9557
|
+
function T9(e) {
|
|
9554
9558
|
const {
|
|
9555
9559
|
options: t,
|
|
9556
9560
|
mainContainerClassName: a,
|
|
9557
|
-
variant: o =
|
|
9561
|
+
variant: o = H0.DEFAULT,
|
|
9558
9562
|
errorMsg: s,
|
|
9559
9563
|
onChange: r,
|
|
9560
9564
|
customStyles: i = {},
|
|
@@ -9598,45 +9602,45 @@ function Tf(e) {
|
|
|
9598
9602
|
s && /* @__PURE__ */ n.jsx("span", { className: I(n0.errorMsg, "zap-subcontent-regular"), children: s })
|
|
9599
9603
|
] });
|
|
9600
9604
|
}
|
|
9601
|
-
const
|
|
9602
|
-
huiDatePicker:
|
|
9603
|
-
formButton:
|
|
9604
|
-
calendarIcon:
|
|
9605
|
-
errorMsg:
|
|
9606
|
-
popoverContent:
|
|
9607
|
-
buttonContent:
|
|
9608
|
-
calendarIconSpan:
|
|
9609
|
-
month:
|
|
9610
|
-
caption:
|
|
9611
|
-
captionLabel:
|
|
9612
|
-
captionDropdowns:
|
|
9613
|
-
navButtonNext:
|
|
9614
|
-
navButtonPrevious:
|
|
9615
|
-
table:
|
|
9616
|
-
headRow:
|
|
9617
|
-
headCell:
|
|
9618
|
-
row:
|
|
9619
|
-
cell:
|
|
9620
|
-
dayButton:
|
|
9621
|
-
daySelected:
|
|
9622
|
-
dayHighlighted:
|
|
9623
|
-
dayDisabled:
|
|
9624
|
-
dayToday:
|
|
9625
|
-
dayOutside:
|
|
9626
|
-
dayHidden:
|
|
9627
|
-
vHidden:
|
|
9628
|
-
dropdown:
|
|
9629
|
-
monthDropdown:
|
|
9630
|
-
yearDropdown:
|
|
9631
|
-
navContainer:
|
|
9632
|
-
}, Un = "data:image/svg+xml,%3csvg%20width='16'%20height='18'%20viewBox='0%200%2016%2018'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.66665%200.875C5.01182%200.875%205.29165%201.15482%205.29165%201.5V2.54167H10.7083V1.5C10.7083%201.15482%2010.9881%200.875%2011.3333%200.875C11.6785%200.875%2011.9583%201.15482%2011.9583%201.5V2.54167H13C14.2656%202.54167%2015.2916%203.56768%2015.2916%204.83333V14.8333C15.2916%2016.099%2014.2656%2017.125%2013%2017.125H2.99998C1.73433%2017.125%200.708313%2016.099%200.708313%2014.8333V4.83333C0.708313%203.56768%201.73433%202.54167%202.99998%202.54167H4.04165V1.5C4.04165%201.15482%204.32147%200.875%204.66665%200.875ZM2.99998%203.79167C2.42468%203.79167%201.95831%204.25804%201.95831%204.83333V5.875H14.0416V4.83333C14.0416%204.25804%2013.5753%203.79167%2013%203.79167H2.99998ZM14.0416%207.125H1.95831V14.8333C1.95831%2015.4086%202.42468%2015.875%202.99998%2015.875H13C13.5753%2015.875%2014.0416%2015.4086%2014.0416%2014.8333V7.125Z'%20fill='currentColor'/%3e%3c/svg%3e", W2 =
|
|
9605
|
+
const qh = "_huiDatePicker_rxhv8_1", Uh = "_formButton_rxhv8_5", Qh = "_calendarIcon_rxhv8_11", Kh = "_errorMsg_rxhv8_15", eg = "_popoverContent_rxhv8_22", tg = "_buttonContent_rxhv8_29", ng = "_calendarIconSpan_rxhv8_36", sg = "_month_rxhv8_40", og = "_caption_rxhv8_43", ag = "_captionLabel_rxhv8_47", rg = "_captionDropdowns_rxhv8_50", lg = "_navButtonNext_rxhv8_61", ig = "_navButtonPrevious_rxhv8_62", cg = "_table_rxhv8_92", ug = "_headRow_rxhv8_98", dg = "_headCell_rxhv8_101", mg = "_row_rxhv8_112", pg = "_cell_rxhv8_118", hg = "_dayButton_rxhv8_138", gg = "_daySelected_rxhv8_152", vg = "_dayHighlighted_rxhv8_156", fg = "_dayDisabled_rxhv8_172", bg = "_dayToday_rxhv8_175", xg = "_dayOutside_rxhv8_186", Cg = "_dayHidden_rxhv8_195", Ig = "_vHidden_rxhv8_198", _g = "_dropdown_rxhv8_201", yg = "_monthDropdown_rxhv8_218", Ag = "_yearDropdown_rxhv8_222", wg = "_navContainer_rxhv8_226", l0 = {
|
|
9606
|
+
huiDatePicker: qh,
|
|
9607
|
+
formButton: Uh,
|
|
9608
|
+
calendarIcon: Qh,
|
|
9609
|
+
errorMsg: Kh,
|
|
9610
|
+
popoverContent: eg,
|
|
9611
|
+
buttonContent: tg,
|
|
9612
|
+
calendarIconSpan: ng,
|
|
9613
|
+
month: sg,
|
|
9614
|
+
caption: og,
|
|
9615
|
+
captionLabel: ag,
|
|
9616
|
+
captionDropdowns: rg,
|
|
9617
|
+
navButtonNext: lg,
|
|
9618
|
+
navButtonPrevious: ig,
|
|
9619
|
+
table: cg,
|
|
9620
|
+
headRow: ug,
|
|
9621
|
+
headCell: dg,
|
|
9622
|
+
row: mg,
|
|
9623
|
+
cell: pg,
|
|
9624
|
+
dayButton: hg,
|
|
9625
|
+
daySelected: gg,
|
|
9626
|
+
dayHighlighted: vg,
|
|
9627
|
+
dayDisabled: fg,
|
|
9628
|
+
dayToday: bg,
|
|
9629
|
+
dayOutside: xg,
|
|
9630
|
+
dayHidden: Cg,
|
|
9631
|
+
vHidden: Ig,
|
|
9632
|
+
dropdown: _g,
|
|
9633
|
+
monthDropdown: yg,
|
|
9634
|
+
yearDropdown: Ag,
|
|
9635
|
+
navContainer: wg
|
|
9636
|
+
}, Un = "data:image/svg+xml,%3csvg%20width='16'%20height='18'%20viewBox='0%200%2016%2018'%20fill='currentColor'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.66665%200.875C5.01182%200.875%205.29165%201.15482%205.29165%201.5V2.54167H10.7083V1.5C10.7083%201.15482%2010.9881%200.875%2011.3333%200.875C11.6785%200.875%2011.9583%201.15482%2011.9583%201.5V2.54167H13C14.2656%202.54167%2015.2916%203.56768%2015.2916%204.83333V14.8333C15.2916%2016.099%2014.2656%2017.125%2013%2017.125H2.99998C1.73433%2017.125%200.708313%2016.099%200.708313%2014.8333V4.83333C0.708313%203.56768%201.73433%202.54167%202.99998%202.54167H4.04165V1.5C4.04165%201.15482%204.32147%200.875%204.66665%200.875ZM2.99998%203.79167C2.42468%203.79167%201.95831%204.25804%201.95831%204.83333V5.875H14.0416V4.83333C14.0416%204.25804%2013.5753%203.79167%2013%203.79167H2.99998ZM14.0416%207.125H1.95831V14.8333C1.95831%2015.4086%202.42468%2015.875%202.99998%2015.875H13C13.5753%2015.875%2014.0416%2015.4086%2014.0416%2014.8333V7.125Z'%20fill='currentColor'/%3e%3c/svg%3e", W2 = Ht()((e) => ({
|
|
9633
9637
|
monthYear: {
|
|
9634
9638
|
month: (/* @__PURE__ */ new Date()).getMonth(),
|
|
9635
9639
|
year: (/* @__PURE__ */ new Date()).getFullYear()
|
|
9636
9640
|
},
|
|
9637
9641
|
setMonthYear: (t) => e({ monthYear: t })
|
|
9638
9642
|
}));
|
|
9639
|
-
function
|
|
9643
|
+
function M9({
|
|
9640
9644
|
value: e,
|
|
9641
9645
|
onChange: t,
|
|
9642
9646
|
mode: a = "single",
|
|
@@ -9680,7 +9684,7 @@ function Mf({
|
|
|
9680
9684
|
return /* @__PURE__ */ n.jsx("div", { className: I(l0.huiDatePicker), style: u, children: /* @__PURE__ */ n.jsxs(Gc, { placement: "bottom", children: [
|
|
9681
9685
|
/* @__PURE__ */ n.jsxs(Xc, { openOnHover: !1, children: [
|
|
9682
9686
|
o === "form" ? /* @__PURE__ */ n.jsx(
|
|
9683
|
-
|
|
9687
|
+
L0,
|
|
9684
9688
|
{
|
|
9685
9689
|
size: "adapt",
|
|
9686
9690
|
disabled: i,
|
|
@@ -9698,7 +9702,7 @@ function Mf({
|
|
|
9698
9702
|
] })
|
|
9699
9703
|
}
|
|
9700
9704
|
) : /* @__PURE__ */ n.jsx(
|
|
9701
|
-
|
|
9705
|
+
L0,
|
|
9702
9706
|
{
|
|
9703
9707
|
variant: l,
|
|
9704
9708
|
size: "adapt",
|
|
@@ -9754,8 +9758,8 @@ function Mf({
|
|
|
9754
9758
|
dropdown_icon: l0.dropdownIcon
|
|
9755
9759
|
},
|
|
9756
9760
|
components: {
|
|
9757
|
-
Dropdown:
|
|
9758
|
-
Nav:
|
|
9761
|
+
Dropdown: jg,
|
|
9762
|
+
Nav: Sg
|
|
9759
9763
|
},
|
|
9760
9764
|
mode: a,
|
|
9761
9765
|
defaultMonth: b,
|
|
@@ -9771,7 +9775,7 @@ function Mf({
|
|
|
9771
9775
|
)
|
|
9772
9776
|
] }) });
|
|
9773
9777
|
}
|
|
9774
|
-
const
|
|
9778
|
+
const Ng = {
|
|
9775
9779
|
control: (e, t) => ({
|
|
9776
9780
|
...e,
|
|
9777
9781
|
borderWidth: "1px",
|
|
@@ -9788,7 +9792,7 @@ const wg = {
|
|
|
9788
9792
|
opacity: t.isDisabled ? 0.5 : 1
|
|
9789
9793
|
})
|
|
9790
9794
|
};
|
|
9791
|
-
function
|
|
9795
|
+
function jg(e) {
|
|
9792
9796
|
var i, c;
|
|
9793
9797
|
const { monthYear: t, setMonthYear: a } = W2(), o = e["aria-label"] === "Choose the Year";
|
|
9794
9798
|
let s;
|
|
@@ -9800,18 +9804,18 @@ function Ng(e) {
|
|
|
9800
9804
|
});
|
|
9801
9805
|
};
|
|
9802
9806
|
return /* @__PURE__ */ n.jsx(
|
|
9803
|
-
|
|
9807
|
+
Jh,
|
|
9804
9808
|
{
|
|
9805
9809
|
options: e.options,
|
|
9806
9810
|
onChange: r,
|
|
9807
9811
|
isClearable: !1,
|
|
9808
9812
|
value: s,
|
|
9809
9813
|
mainContainerClassName: o ? l0.yearDropdown : l0.monthDropdown,
|
|
9810
|
-
customStyles:
|
|
9814
|
+
customStyles: Ng
|
|
9811
9815
|
}
|
|
9812
9816
|
);
|
|
9813
9817
|
}
|
|
9814
|
-
function
|
|
9818
|
+
function Sg() {
|
|
9815
9819
|
const { monthYear: e, setMonthYear: t } = W2(), { nextMonth: a, previousMonth: o } = wa();
|
|
9816
9820
|
return /* @__PURE__ */ n.jsxs("div", { className: l0.navContainer, children: [
|
|
9817
9821
|
/* @__PURE__ */ n.jsx(
|
|
@@ -9848,12 +9852,12 @@ function jg() {
|
|
|
9848
9852
|
)
|
|
9849
9853
|
] });
|
|
9850
9854
|
}
|
|
9851
|
-
const
|
|
9852
|
-
checkboxContainer:
|
|
9853
|
-
hiddenCheckbox:
|
|
9854
|
-
customCheckbox:
|
|
9855
|
-
checkboxLabel:
|
|
9856
|
-
},
|
|
9855
|
+
const Eg = "_checkboxContainer_10wo0_1", Bg = "_hiddenCheckbox_10wo0_7", Fg = "_customCheckbox_10wo0_11", Rg = "_checkboxLabel_10wo0_61", bt = {
|
|
9856
|
+
checkboxContainer: Eg,
|
|
9857
|
+
hiddenCheckbox: Bg,
|
|
9858
|
+
customCheckbox: Fg,
|
|
9859
|
+
checkboxLabel: Rg
|
|
9860
|
+
}, D9 = ({
|
|
9857
9861
|
label: e,
|
|
9858
9862
|
checked: t = !1,
|
|
9859
9863
|
indeterminate: a = !1,
|
|
@@ -9883,18 +9887,18 @@ const Sg = "_checkboxContainer_10wo0_1", Eg = "_hiddenCheckbox_10wo0_7", Bg = "_
|
|
|
9883
9887
|
),
|
|
9884
9888
|
/* @__PURE__ */ n.jsx("span", { className: I(bt.checkboxLabel, "zap-content-medium"), children: e })
|
|
9885
9889
|
] });
|
|
9886
|
-
},
|
|
9887
|
-
alert:
|
|
9888
|
-
alertHeader:
|
|
9890
|
+
}, Vg = "_alert_1ct9f_1", kg = "_alertHeader_1ct9f_10", Lg = "_alertBody_1ct9f_18", Hg = "_alertDropDownBody_1ct9f_26", Gg = "_open_1ct9f_37", Tg = "_dividerSection_1ct9f_41", Mg = "_divider_1ct9f_41", Dg = "_icons_1ct9f_60", me = {
|
|
9891
|
+
alert: Vg,
|
|
9892
|
+
alertHeader: kg,
|
|
9889
9893
|
alertBody: Lg,
|
|
9890
9894
|
alertDropDownBody: Hg,
|
|
9891
|
-
open:
|
|
9892
|
-
dividerSection:
|
|
9893
|
-
divider:
|
|
9894
|
-
icons:
|
|
9895
|
-
}, h2 = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='01%20Alert/info'%3e%3cpath%20id='info-sign'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%200C3.58%200%200%203.58%200%208C0%2012.42%203.58%2016%208%2016C12.42%2016%2016%2012.42%2016%208C16%203.58%2012.42%200%208%200ZM9%203V5H7V3H9ZM6%2012V13H10V12H9V6H6V7H7V12H6Z'%20fill='%23254DDA'/%3e%3c/g%3e%3c/svg%3e",
|
|
9896
|
-
var
|
|
9897
|
-
function
|
|
9895
|
+
open: Gg,
|
|
9896
|
+
dividerSection: Tg,
|
|
9897
|
+
divider: Mg,
|
|
9898
|
+
icons: Dg
|
|
9899
|
+
}, h2 = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='01%20Alert/info'%3e%3cpath%20id='info-sign'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%200C3.58%200%200%203.58%200%208C0%2012.42%203.58%2016%208%2016C12.42%2016%2016%2012.42%2016%208C16%203.58%2012.42%200%208%200ZM9%203V5H7V3H9ZM6%2012V13H10V12H9V6H6V7H7V12H6Z'%20fill='%23254DDA'/%3e%3c/g%3e%3c/svg%3e", Pg = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='01%20Alert/success'%3e%3cpath%20id='tick-circle'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%208C0%2012.42%203.58%2016%208%2016C12.42%2016%2016%2012.42%2016%208C16%203.58%2012.42%200%208%200C3.58%200%200%203.58%200%208ZM11.29%205.29C11.47%205.11%2011.72%205%2012%205C12.55%205%2013%205.45%2013%206C13%206.28%2012.89%206.53%2012.71%206.71L7.71%2011.71C7.53%2011.89%207.28%2012%207%2012C6.72%2012%206.47%2011.89%206.29%2011.71L3.29%208.71C3.11%208.53%203%208.28%203%208C3%207.45%203.45%207%204%207C4.28%207%204.53%207.11%204.71%207.29L7%209.59L11.29%205.29Z'%20fill='%2336B37E'/%3e%3c/g%3e%3c/svg%3e", Bo = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.657%2015.696a1.04%201.04%200%200%200%200-1.469l-6.923-6.923a1.04%201.04%200%200%200-1.468%200l-6.923%206.923a1.038%201.038%200%201%200%201.468%201.469L12%209.507l6.189%206.189a1.04%201.04%200%200%200%201.468%200'%20fill='%23070F2C'/%3e%3c/svg%3e";
|
|
9900
|
+
var zg = /* @__PURE__ */ ((e) => (e.DEFAULT = "default", e.NEUTRAL = "neutral", e.POSITIVE = "positive", e.WARNING = "warning", e.NEGATIVE = "negative", e.HIGHLIGHT = "highlight", e))(zg || {}), Og = /* @__PURE__ */ ((e) => (e.CLOSE = "close", e.SHOW_MORE = "show-more", e))(Og || {});
|
|
9901
|
+
function P9({ alertType: e, actionType: t, header: a, body: o }) {
|
|
9898
9902
|
const [s, r] = f.useState(!1), [i, c] = f.useState(!1);
|
|
9899
9903
|
return f.useEffect(() => {
|
|
9900
9904
|
r(!1);
|
|
@@ -9964,7 +9968,7 @@ const xt = {
|
|
|
9964
9968
|
positive: {
|
|
9965
9969
|
bg: "var(--status-success-s10)",
|
|
9966
9970
|
color: "var(--status-success-s70)",
|
|
9967
|
-
icon:
|
|
9971
|
+
icon: Pg
|
|
9968
9972
|
},
|
|
9969
9973
|
warning: {
|
|
9970
9974
|
bg: "var(--status-warning-w10)",
|
|
@@ -9981,50 +9985,50 @@ const xt = {
|
|
|
9981
9985
|
color: "var(--status-info-i70)",
|
|
9982
9986
|
icon: h2
|
|
9983
9987
|
}
|
|
9984
|
-
},
|
|
9985
|
-
uploadBtn:
|
|
9986
|
-
dFlex:
|
|
9987
|
-
singleDoc:
|
|
9988
|
-
contentContainer:
|
|
9989
|
-
detailsContainer:
|
|
9990
|
-
fileName:
|
|
9991
|
-
subTitle2:
|
|
9992
|
-
fileType:
|
|
9993
|
-
smallCircle:
|
|
9994
|
-
removeBtn:
|
|
9995
|
-
editIcon:
|
|
9996
|
-
uploadedImage:
|
|
9997
|
-
emptyLogo:
|
|
9998
|
-
iconBox:
|
|
9999
|
-
title:
|
|
10000
|
-
subTitle:
|
|
10001
|
-
progressBar:
|
|
10002
|
-
deleteIcon:
|
|
10003
|
-
viewStateDoc:
|
|
10004
|
-
fileUploadLimit:
|
|
10005
|
-
fileUploadLimitError:
|
|
10006
|
-
errorMsg:
|
|
10007
|
-
fileContainer:
|
|
10008
|
-
addDocsIcons:
|
|
10009
|
-
parentContainer:
|
|
10010
|
-
uploadContainer:
|
|
10011
|
-
disabledUploadBtn:
|
|
10012
|
-
disabledIcon:
|
|
10013
|
-
disabledTitle:
|
|
10014
|
-
disabledSubTitle:
|
|
10015
|
-
actionBtn:
|
|
10016
|
-
uploadingImg:
|
|
10017
|
-
uploadedFileDisabled:
|
|
10018
|
-
}, _7 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1198)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%23254DDA'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M26.6783%2064.18C26.2223%2064.18%2025.7843%2064.144%2025.3643%2064.072C24.9443%2064.012%2024.6383%2063.934%2024.4463%2063.838V61.714C24.6623%2061.798%2024.9203%2061.87%2025.2203%2061.93C25.5203%2061.99%2025.8263%2062.02%2026.1383%2062.02C26.8103%2062.02%2027.2963%2061.912%2027.5963%2061.696C27.9083%2061.468%2028.0643%2061.06%2028.0643%2060.472V51.04H30.8363V60.598C30.8363%2061.798%2030.4823%2062.698%2029.7743%2063.298C29.0663%2063.886%2028.0343%2064.18%2026.6783%2064.18ZM32.2418%2064V51.04H38.3978C39.3578%2051.04%2040.1798%2051.208%2040.8638%2051.544C41.5598%2051.88%2042.0938%2052.348%2042.4658%2052.948C42.8498%2053.548%2043.0418%2054.25%2043.0418%2055.054C43.0418%2055.858%2042.8498%2056.566%2042.4658%2057.178C42.0818%2057.79%2041.5418%2058.27%2040.8458%2058.618C40.1618%2058.954%2039.3458%2059.122%2038.3978%2059.122H34.4378V56.998H38.2538C38.8898%2056.998%2039.3818%2056.824%2039.7298%2056.476C40.0898%2056.116%2040.2698%2055.648%2040.2698%2055.072C40.2698%2054.496%2040.0898%2054.034%2039.7298%2053.686C39.3818%2053.338%2038.8898%2053.164%2038.2538%2053.164H35.0138V64H32.2418ZM50.3132%2064.18C48.9092%2064.18%2047.7032%2063.904%2046.6952%2063.352C45.6872%2062.8%2044.9072%2062.026%2044.3552%2061.03C43.8152%2060.034%2043.5452%2058.87%2043.5452%2057.538C43.5452%2056.218%2043.8212%2055.06%2044.3732%2054.064C44.9252%2053.056%2045.6872%2052.27%2046.6592%2051.706C47.6432%2051.142%2048.7832%2050.86%2050.0792%2050.86C51.1472%2050.86%2052.1012%2051.052%2052.9412%2051.436C53.7932%2051.82%2054.4772%2052.348%2054.9932%2053.02C55.5212%2053.68%2055.8332%2054.448%2055.9292%2055.324H53.1572C53.0372%2054.616%2052.7012%2054.064%2052.1492%2053.668C51.6092%2053.26%2050.9312%2053.056%2050.1152%2053.056C49.3592%2053.056%2048.6992%2053.236%2048.1352%2053.596C47.5712%2053.944%2047.1332%2054.448%2046.8212%2055.108C46.5092%2055.768%2046.3532%2056.56%2046.3532%2057.484C46.3532%2058.444%2046.5092%2059.266%2046.8212%2059.95C47.1332%2060.622%2047.5892%2061.138%2048.1892%2061.498C48.8012%2061.846%2049.5512%2062.02%2050.4392%2062.02C51.1592%2062.02%2051.7712%2061.93%2052.2752%2061.75C52.7792%2061.57%2053.1632%2061.318%2053.4272%2060.994L56.0552%2062.038C55.3592%2062.734%2054.5492%2063.268%2053.6252%2063.64C52.7132%2064%2051.6092%2064.18%2050.3132%2064.18ZM53.2832%2062.038V58.474L53.8412%2059.032H50.4212V56.908H56.0552V62.038H53.2832Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1198'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", y7 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1195)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%23254DDA'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M21.4354%2064.18C20.9794%2064.18%2020.5414%2064.144%2020.1214%2064.072C19.7014%2064.012%2019.3954%2063.934%2019.2034%2063.838V61.714C19.4194%2061.798%2019.6774%2061.87%2019.9774%2061.93C20.2774%2061.99%2020.5834%2062.02%2020.8954%2062.02C21.5674%2062.02%2022.0534%2061.912%2022.3534%2061.696C22.6654%2061.468%2022.8214%2061.06%2022.8214%2060.472V51.04H25.5934V60.598C25.5934%2061.798%2025.2394%2062.698%2024.5314%2063.298C23.8234%2063.886%2022.7914%2064.18%2021.4354%2064.18ZM26.9989%2064V51.04H33.1549C34.1149%2051.04%2034.9369%2051.208%2035.6209%2051.544C36.3169%2051.88%2036.8509%2052.348%2037.2229%2052.948C37.6069%2053.548%2037.7989%2054.25%2037.7989%2055.054C37.7989%2055.858%2037.6069%2056.566%2037.2229%2057.178C36.8389%2057.79%2036.2989%2058.27%2035.6029%2058.618C34.9189%2058.954%2034.1029%2059.122%2033.1549%2059.122H29.1949V56.998H33.0109C33.6469%2056.998%2034.1389%2056.824%2034.4869%2056.476C34.8469%2056.116%2035.0269%2055.648%2035.0269%2055.072C35.0269%2054.496%2034.8469%2054.034%2034.4869%2053.686C34.1389%2053.338%2033.6469%2053.164%2033.0109%2053.164H29.7709V64H26.9989ZM38.7327%2064V51.04H41.5047V64H38.7327ZM40.0287%2064V61.876H48.3807V64H40.0287ZM40.0287%2058.42V56.332H47.7507V58.42H40.0287ZM40.0287%2053.164V51.04H48.1647V53.164H40.0287ZM55.5561%2064.18C54.1521%2064.18%2052.9461%2063.904%2051.9381%2063.352C50.9301%2062.8%2050.1501%2062.026%2049.5981%2061.03C49.0581%2060.034%2048.7881%2058.87%2048.7881%2057.538C48.7881%2056.218%2049.0641%2055.06%2049.6161%2054.064C50.1681%2053.056%2050.9301%2052.27%2051.9021%2051.706C52.8861%2051.142%2054.0261%2050.86%2055.3221%2050.86C56.3901%2050.86%2057.3441%2051.052%2058.1841%2051.436C59.0361%2051.82%2059.7201%2052.348%2060.2361%2053.02C60.7641%2053.68%2061.0761%2054.448%2061.1721%2055.324H58.4001C58.2801%2054.616%2057.9441%2054.064%2057.3921%2053.668C56.8521%2053.26%2056.1741%2053.056%2055.3581%2053.056C54.6021%2053.056%2053.9421%2053.236%2053.3781%2053.596C52.8141%2053.944%2052.3761%2054.448%2052.0641%2055.108C51.7521%2055.768%2051.5961%2056.56%2051.5961%2057.484C51.5961%2058.444%2051.7521%2059.266%2052.0641%2059.95C52.3761%2060.622%2052.8321%2061.138%2053.4321%2061.498C54.0441%2061.846%2054.7941%2062.02%2055.6821%2062.02C56.4021%2062.02%2057.0141%2061.93%2057.5181%2061.75C58.0221%2061.57%2058.4061%2061.318%2058.6701%2060.994L61.2981%2062.038C60.6021%2062.734%2059.7921%2063.268%2058.8681%2063.64C57.9561%2064%2056.8521%2064.18%2055.5561%2064.18ZM58.5261%2062.038V58.474L59.0841%2059.032H55.6641V56.908H61.2981V62.038H58.5261Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1195'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", A7 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1192)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%23254DDA'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M22.3713%2064V51.04H28.5273C29.4873%2051.04%2030.3093%2051.208%2030.9933%2051.544C31.6893%2051.88%2032.2233%2052.348%2032.5953%2052.948C32.9793%2053.548%2033.1713%2054.25%2033.1713%2055.054C33.1713%2055.858%2032.9793%2056.566%2032.5953%2057.178C32.2113%2057.79%2031.6713%2058.27%2030.9753%2058.618C30.2913%2058.954%2029.4753%2059.122%2028.5273%2059.122H24.5673V56.998H28.3833C29.0193%2056.998%2029.5113%2056.824%2029.8593%2056.476C30.2193%2056.116%2030.3993%2055.648%2030.3993%2055.072C30.3993%2054.496%2030.2193%2054.034%2029.8593%2053.686C29.5113%2053.338%2029.0193%2053.164%2028.3833%2053.164H25.1433V64H22.3713ZM34.1051%2064V51.04H37.6871L43.4471%2062.488L42.5651%2062.704V51.04H45.2651V64H41.6831L35.9231%2052.552L36.8051%2052.336V64H34.1051ZM53.1082%2064.18C51.7042%2064.18%2050.4982%2063.904%2049.4902%2063.352C48.4822%2062.8%2047.7022%2062.026%2047.1502%2061.03C46.6102%2060.034%2046.3402%2058.87%2046.3402%2057.538C46.3402%2056.218%2046.6162%2055.06%2047.1682%2054.064C47.7202%2053.056%2048.4822%2052.27%2049.4542%2051.706C50.4382%2051.142%2051.5782%2050.86%2052.8742%2050.86C53.9422%2050.86%2054.8962%2051.052%2055.7362%2051.436C56.5882%2051.82%2057.2722%2052.348%2057.7882%2053.02C58.3162%2053.68%2058.6282%2054.448%2058.7242%2055.324H55.9522C55.8322%2054.616%2055.4962%2054.064%2054.9442%2053.668C54.4042%2053.26%2053.7262%2053.056%2052.9102%2053.056C52.1542%2053.056%2051.4942%2053.236%2050.9302%2053.596C50.3662%2053.944%2049.9282%2054.448%2049.6162%2055.108C49.3042%2055.768%2049.1482%2056.56%2049.1482%2057.484C49.1482%2058.444%2049.3042%2059.266%2049.6162%2059.95C49.9282%2060.622%2050.3842%2061.138%2050.9842%2061.498C51.5962%2061.846%2052.3462%2062.02%2053.2342%2062.02C53.9542%2062.02%2054.5662%2061.93%2055.0702%2061.75C55.5742%2061.57%2055.9582%2061.318%2056.2222%2060.994L58.8502%2062.038C58.1542%2062.734%2057.3442%2063.268%2056.4202%2063.64C55.5082%2064%2054.4042%2064.18%2053.1082%2064.18ZM56.0782%2062.038V58.474L56.6362%2059.032H53.2162V56.908H58.8502V62.038H56.0782Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1192'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", w7 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1186)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%23254DDA'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M17.5687%2064L13.9147%2051.04H16.7227L19.7467%2062.902H18.8647L21.5647%2051.04H24.7147L27.3787%2062.902H26.5147L29.5567%2051.04H32.2387L28.5847%2064H25.4887L22.7347%2052.372H23.4547L20.6647%2064H17.5687ZM33.3896%2064V51.04H36.1616V64H33.3896ZM34.6856%2064V61.876H43.0376V64H34.6856ZM34.6856%2058.42V56.332H42.4076V58.42H34.6856ZM34.6856%2053.164V51.04H42.8216V53.164H34.6856ZM46.4421%2064V62.02H49.7901C50.3901%2062.02%2050.8401%2061.858%2051.1401%2061.534C51.4521%2061.198%2051.6081%2060.736%2051.6081%2060.148C51.6081%2059.548%2051.4401%2059.074%2051.1041%2058.726C50.7801%2058.378%2050.3121%2058.204%2049.7001%2058.204H46.4421V56.224H49.5561C50.1201%2056.224%2050.5461%2056.092%2050.8341%2055.828C51.1341%2055.552%2051.2841%2055.15%2051.2841%2054.622C51.2841%2054.094%2051.1401%2053.698%2050.8521%2053.434C50.5761%2053.158%2050.1621%2053.02%2049.6101%2053.02H46.4421V51.04H50.2041C51.3561%2051.04%2052.2861%2051.334%2052.9941%2051.922C53.7021%2052.51%2054.0561%2053.308%2054.0561%2054.316C54.0561%2054.952%2053.9061%2055.498%2053.6061%2055.954C53.3061%2056.41%2052.9041%2056.758%2052.4001%2056.998C51.8961%2057.238%2051.3321%2057.358%2050.7081%2057.358L50.7981%2056.98C51.4701%2056.98%2052.0761%2057.124%2052.6161%2057.412C53.1681%2057.7%2053.6061%2058.108%2053.9301%2058.636C54.2541%2059.152%2054.4161%2059.764%2054.4161%2060.472C54.4161%2061.18%2054.2481%2061.804%2053.9121%2062.344C53.5881%2062.872%2053.1261%2063.28%2052.5261%2063.568C51.9381%2063.856%2051.2421%2064%2050.4381%2064H46.4421ZM44.1741%2064V51.04H46.9461V64H44.1741ZM55.5036%2064V51.04H61.6596C62.6196%2051.04%2063.4416%2051.208%2064.1256%2051.544C64.8216%2051.88%2065.3556%2052.348%2065.7276%2052.948C66.1116%2053.548%2066.3036%2054.25%2066.3036%2055.054C66.3036%2055.858%2066.1116%2056.566%2065.7276%2057.178C65.3436%2057.79%2064.8036%2058.27%2064.1076%2058.618C63.4236%2058.954%2062.6076%2059.122%2061.6596%2059.122H57.6996V56.998H61.5156C62.1516%2056.998%2062.6436%2056.824%2062.9916%2056.476C63.3516%2056.116%2063.5316%2055.648%2063.5316%2055.072C63.5316%2054.496%2063.3516%2054.034%2062.9916%2053.686C62.6436%2053.338%2062.1516%2053.164%2061.5156%2053.164H58.2756V64H55.5036Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1186'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", N7 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1273)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%23254DDA'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M22.6307%2064V61.84H25.9067C26.8427%2061.84%2027.6347%2061.654%2028.2827%2061.282C28.9427%2060.898%2029.4407%2060.376%2029.7767%2059.716C30.1247%2059.056%2030.2987%2058.3%2030.2987%2057.448C30.2987%2056.608%2030.1307%2055.87%2029.7947%2055.234C29.4587%2054.598%2028.9607%2054.1%2028.3007%2053.74C27.6527%2053.38%2026.8547%2053.2%2025.9067%2053.2H22.6847V51.04H25.9067C27.3587%2051.04%2028.6247%2051.304%2029.7047%2051.832C30.7847%2052.348%2031.6187%2053.092%2032.2067%2054.064C32.8067%2055.024%2033.1067%2056.164%2033.1067%2057.484C33.1067%2058.804%2032.8067%2059.956%2032.2067%2060.94C31.6067%2061.912%2030.7667%2062.668%2029.6867%2063.208C28.6187%2063.736%2027.3647%2064%2025.9247%2064H22.6307ZM20.9387%2064V51.04H23.7107V64H20.9387ZM40.5541%2064.18C39.5941%2064.18%2038.7061%2064.018%2037.8901%2063.694C37.0861%2063.37%2036.3841%2062.914%2035.7841%2062.326C35.1961%2061.726%2034.7341%2061.018%2034.3981%2060.202C34.0741%2059.374%2033.9121%2058.462%2033.9121%2057.466C33.9121%2056.146%2034.1941%2054.994%2034.7581%2054.01C35.3221%2053.014%2036.1021%2052.24%2037.0981%2051.688C38.1061%2051.136%2039.2521%2050.86%2040.5361%2050.86C41.8441%2050.86%2042.9961%2051.136%2043.9921%2051.688C44.9881%2052.24%2045.7681%2053.014%2046.3321%2054.01C46.9081%2055.006%2047.1961%2056.164%2047.1961%2057.484C47.1961%2058.468%2047.0281%2059.374%2046.6921%2060.202C46.3681%2061.018%2045.9061%2061.726%2045.3061%2062.326C44.7181%2062.914%2044.0161%2063.37%2043.2001%2063.694C42.3961%2064.018%2041.5141%2064.18%2040.5541%2064.18ZM40.5361%2061.984C41.2921%2061.984%2041.9581%2061.792%2042.5341%2061.408C43.1101%2061.024%2043.5601%2060.496%2043.8841%2059.824C44.2201%2059.14%2044.3881%2058.348%2044.3881%2057.448C44.3881%2056.56%2044.2261%2055.786%2043.9021%2055.126C43.5781%2054.466%2043.1281%2053.956%2042.5521%2053.596C41.9761%2053.236%2041.3041%2053.056%2040.5361%2053.056C39.7801%2053.056%2039.1141%2053.236%2038.5381%2053.596C37.9621%2053.956%2037.5121%2054.466%2037.1881%2055.126C36.8761%2055.774%2036.7201%2056.548%2036.7201%2057.448C36.7201%2058.36%2036.8821%2059.158%2037.2061%2059.842C37.5301%2060.514%2037.9801%2061.042%2038.5561%2061.426C39.1321%2061.798%2039.7921%2061.984%2040.5361%2061.984ZM54.4993%2064.18C53.5633%2064.18%2052.6993%2064.018%2051.9073%2063.694C51.1153%2063.358%2050.4253%2062.89%2049.8373%2062.29C49.2613%2061.69%2048.8113%2060.982%2048.4873%2060.166C48.1633%2059.338%2048.0013%2058.438%2048.0013%2057.466C48.0013%2056.494%2048.1573%2055.606%2048.4693%2054.802C48.7933%2053.998%2049.2433%2053.302%2049.8193%2052.714C50.4073%2052.114%2051.0973%2051.658%2051.8893%2051.346C52.6813%2051.022%2053.5513%2050.86%2054.4993%2050.86C55.5673%2050.86%2056.5273%2051.07%2057.3793%2051.49C58.2433%2051.898%2058.9453%2052.48%2059.4853%2053.236C60.0373%2053.98%2060.3733%2054.856%2060.4933%2055.864H57.7933C57.6373%2054.94%2057.2593%2054.244%2056.6593%2053.776C56.0593%2053.296%2055.3453%2053.056%2054.5173%2053.056C53.7853%2053.056%2053.1373%2053.23%2052.5733%2053.578C52.0213%2053.926%2051.5893%2054.43%2051.2773%2055.09C50.9653%2055.738%2050.8093%2056.524%2050.8093%2057.448C50.8093%2058.384%2050.9653%2059.194%2051.2773%2059.878C51.6013%2060.55%2052.0453%2061.072%2052.6093%2061.444C53.1733%2061.804%2053.8213%2061.984%2054.5533%2061.984C55.3333%2061.984%2056.0233%2061.75%2056.6233%2061.282C57.2233%2060.814%2057.6133%2060.118%2057.7933%2059.194H60.5293C60.3733%2060.202%2060.0193%2061.084%2059.4673%2061.84C58.9153%2062.584%2058.2133%2063.16%2057.3613%2063.568C56.5093%2063.976%2055.5553%2064.18%2054.4993%2064.18Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1273'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", j7 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1267)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%232B8F65'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M28.4312%2064.18C27.4952%2064.18%2026.6312%2064.018%2025.8392%2063.694C25.0472%2063.358%2024.3572%2062.89%2023.7692%2062.29C23.1932%2061.69%2022.7432%2060.982%2022.4192%2060.166C22.0952%2059.338%2021.9332%2058.438%2021.9332%2057.466C21.9332%2056.494%2022.0892%2055.606%2022.4012%2054.802C22.7252%2053.998%2023.1752%2053.302%2023.7512%2052.714C24.3392%2052.114%2025.0292%2051.658%2025.8212%2051.346C26.6132%2051.022%2027.4832%2050.86%2028.4312%2050.86C29.4992%2050.86%2030.4592%2051.07%2031.3112%2051.49C32.1752%2051.898%2032.8772%2052.48%2033.4172%2053.236C33.9692%2053.98%2034.3052%2054.856%2034.4252%2055.864H31.7252C31.5692%2054.94%2031.1912%2054.244%2030.5912%2053.776C29.9912%2053.296%2029.2772%2053.056%2028.4492%2053.056C27.7172%2053.056%2027.0692%2053.23%2026.5052%2053.578C25.9532%2053.926%2025.5212%2054.43%2025.2092%2055.09C24.8972%2055.738%2024.7412%2056.524%2024.7412%2057.448C24.7412%2058.384%2024.8972%2059.194%2025.2092%2059.878C25.5332%2060.55%2025.9772%2061.072%2026.5412%2061.444C27.1052%2061.804%2027.7532%2061.984%2028.4852%2061.984C29.2652%2061.984%2029.9552%2061.75%2030.5552%2061.282C31.1552%2060.814%2031.5452%2060.118%2031.7252%2059.194H34.4612C34.3052%2060.202%2033.9512%2061.084%2033.3992%2061.84C32.8472%2062.584%2032.1452%2063.16%2031.2932%2063.568C30.4412%2063.976%2029.4872%2064.18%2028.4312%2064.18ZM40.7612%2064.162C39.0812%2064.162%2037.7372%2063.79%2036.7292%2063.046C35.7212%2062.29%2035.1332%2061.228%2034.9652%2059.86H37.6292C37.7132%2060.556%2038.0492%2061.108%2038.6372%2061.516C39.2252%2061.912%2039.9752%2062.11%2040.8872%2062.11C41.6312%2062.11%2042.2012%2061.978%2042.5972%2061.714C43.0052%2061.45%2043.2092%2061.096%2043.2092%2060.652C43.2092%2060.232%2043.0892%2059.896%2042.8492%2059.644C42.6092%2059.38%2042.1952%2059.17%2041.6072%2059.014L39.1952%2058.348C37.9592%2058%2037.0532%2057.526%2036.4772%2056.926C35.9132%2056.314%2035.6312%2055.552%2035.6312%2054.64C35.6312%2053.86%2035.8292%2053.188%2036.2252%2052.624C36.6332%2052.048%2037.2032%2051.61%2037.9352%2051.31C38.6672%2050.998%2039.5252%2050.842%2040.5092%2050.842C42.0212%2050.842%2043.2272%2051.202%2044.1272%2051.922C45.0272%2052.63%2045.5372%2053.572%2045.6572%2054.748H42.9932C42.8732%2054.112%2042.5792%2053.644%2042.1112%2053.344C41.6552%2053.044%2041.0672%2052.894%2040.3472%2052.894C39.7232%2052.894%2039.2252%2053.014%2038.8532%2053.254C38.4812%2053.494%2038.2952%2053.818%2038.2952%2054.226C38.2952%2054.538%2038.3972%2054.826%2038.6012%2055.09C38.8052%2055.342%2039.2312%2055.558%2039.8792%2055.738L42.2912%2056.404C43.5632%2056.752%2044.4752%2057.232%2045.0272%2057.844C45.5912%2058.444%2045.8732%2059.206%2045.8732%2060.13C45.8732%2061.426%2045.4232%2062.422%2044.5232%2063.118C43.6232%2063.814%2042.3692%2064.162%2040.7612%2064.162ZM50.4289%2064L45.7849%2051.04H48.6649L52.2109%2061.84H51.8689L55.4329%2051.04H58.1689L53.5249%2064H50.4289Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1267'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Qn = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1264)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%232B8F65'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M32.3511%2064L28.7691%2058.33L23.7651%2051.04H27.0051L30.3711%2056.386L35.5911%2064H32.3511ZM29.1651%2056.368L32.6571%2051.04H35.5911L30.0831%2058.69L29.1651%2056.368ZM29.7951%2058.762L26.3571%2064H23.4231L28.8771%2056.44L29.7951%2058.762ZM36.4879%2064V51.04H39.2599V64H36.4879ZM37.7839%2064V61.876H45.4879V64H37.7839ZM51.4227%2064.162C49.7427%2064.162%2048.3987%2063.79%2047.3907%2063.046C46.3827%2062.29%2045.7947%2061.228%2045.6267%2059.86H48.2907C48.3747%2060.556%2048.7107%2061.108%2049.2987%2061.516C49.8867%2061.912%2050.6367%2062.11%2051.5487%2062.11C52.2927%2062.11%2052.8627%2061.978%2053.2587%2061.714C53.6667%2061.45%2053.8707%2061.096%2053.8707%2060.652C53.8707%2060.232%2053.7507%2059.896%2053.5107%2059.644C53.2707%2059.38%2052.8567%2059.17%2052.2687%2059.014L49.8567%2058.348C48.6207%2058%2047.7147%2057.526%2047.1387%2056.926C46.5747%2056.314%2046.2927%2055.552%2046.2927%2054.64C46.2927%2053.86%2046.4907%2053.188%2046.8867%2052.624C47.2947%2052.048%2047.8647%2051.61%2048.5967%2051.31C49.3287%2050.998%2050.1867%2050.842%2051.1707%2050.842C52.6827%2050.842%2053.8887%2051.202%2054.7887%2051.922C55.6887%2052.63%2056.1987%2053.572%2056.3187%2054.748H53.6547C53.5347%2054.112%2053.2407%2053.644%2052.7727%2053.344C52.3167%2053.044%2051.7287%2052.894%2051.0087%2052.894C50.3847%2052.894%2049.8867%2053.014%2049.5147%2053.254C49.1427%2053.494%2048.9567%2053.818%2048.9567%2054.226C48.9567%2054.538%2049.0587%2054.826%2049.2627%2055.09C49.4667%2055.342%2049.8927%2055.558%2050.5407%2055.738L52.9527%2056.404C54.2247%2056.752%2055.1367%2057.232%2055.6887%2057.844C56.2527%2058.444%2056.5347%2059.206%2056.5347%2060.13C56.5347%2061.426%2056.0847%2062.422%2055.1847%2063.118C54.2847%2063.814%2053.0307%2064.162%2051.4227%2064.162Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1264'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", S7 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1261)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%23E74C3C'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M23.1018%2064V51.04H29.2578C30.2178%2051.04%2031.0398%2051.208%2031.7238%2051.544C32.4198%2051.88%2032.9538%2052.348%2033.3258%2052.948C33.7098%2053.548%2033.9018%2054.25%2033.9018%2055.054C33.9018%2055.858%2033.7098%2056.566%2033.3258%2057.178C32.9418%2057.79%2032.4018%2058.27%2031.7058%2058.618C31.0218%2058.954%2030.2058%2059.122%2029.2578%2059.122H25.2978V56.998H29.1138C29.7498%2056.998%2030.2418%2056.824%2030.5898%2056.476C30.9498%2056.116%2031.1298%2055.648%2031.1298%2055.072C31.1298%2054.496%2030.9498%2054.034%2030.5898%2053.686C30.2418%2053.338%2029.7498%2053.164%2029.1138%2053.164H25.8738V64H23.1018ZM36.5275%2064V61.84H39.8035C40.7395%2061.84%2041.5315%2061.654%2042.1795%2061.282C42.8395%2060.898%2043.3375%2060.376%2043.6735%2059.716C44.0215%2059.056%2044.1955%2058.3%2044.1955%2057.448C44.1955%2056.608%2044.0275%2055.87%2043.6915%2055.234C43.3555%2054.598%2042.8575%2054.1%2042.1975%2053.74C41.5495%2053.38%2040.7515%2053.2%2039.8035%2053.2H36.5815V51.04H39.8035C41.2555%2051.04%2042.5215%2051.304%2043.6015%2051.832C44.6815%2052.348%2045.5155%2053.092%2046.1035%2054.064C46.7035%2055.024%2047.0035%2056.164%2047.0035%2057.484C47.0035%2058.804%2046.7035%2059.956%2046.1035%2060.94C45.5035%2061.912%2044.6635%2062.668%2043.5835%2063.208C42.5155%2063.736%2041.2615%2064%2039.8215%2064H36.5275ZM34.8355%2064V51.04H37.6075V64H34.8355ZM48.081%2064V51.04H50.853V64H48.081ZM49.377%2058.978V56.854H56.811V58.978H49.377ZM49.377%2053.164V51.04H57.225V53.164H49.377Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1261'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Kn = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.25%2019C5.25%2020.5188%206.48122%2021.75%208%2021.75L16%2021.75C17.5188%2021.75%2018.75%2020.5188%2018.75%2019V8.82843C18.75%208.09908%2018.4603%207.39961%2017.9445%206.88388L14.1161%203.05546C13.6004%202.53973%2012.9009%202.25%2012.1716%202.25H8C6.48122%202.25%205.25%203.48122%205.25%205L5.25%2019ZM8%2020.25C7.30964%2020.25%206.75%2019.6904%206.75%2019L6.75%205C6.75%204.30964%207.30964%203.75%208%203.75H11.25V7C11.25%208.51878%2012.4812%209.75%2014%209.75H17.25V19C17.25%2019.6904%2016.6904%2020.25%2016%2020.25L8%2020.25ZM17.1081%208.25H14C13.3096%208.25%2012.75%207.69036%2012.75%207V3.89188C12.8616%203.95014%2012.9648%204.02545%2013.0555%204.11612L16.8839%207.94454C16.9746%208.03522%2017.0499%208.13838%2017.1081%208.25Z'%20fill='%23616189'/%3e%3c/svg%3e";
|
|
10019
|
-
function
|
|
9988
|
+
}, Wg = "_uploadBtn_4r0sa_1", Zg = "_dFlex_4r0sa_16", Xg = "_singleDoc_4r0sa_20", $g = "_contentContainer_4r0sa_28", Yg = "_detailsContainer_4r0sa_33", Jg = "_fileName_4r0sa_37", qg = "_subTitle2_4r0sa_54", Ug = "_fileType_4r0sa_66", Qg = "_smallCircle_4r0sa_73", Kg = "_removeBtn_4r0sa_82", e7 = "_editIcon_4r0sa_89", t7 = "_uploadedImage_4r0sa_98", n7 = "_emptyLogo_4r0sa_106", s7 = "_iconBox_4r0sa_121", o7 = "_title_4r0sa_131", a7 = "_subTitle_4r0sa_54", r7 = "_progressBar_4r0sa_153", l7 = "_deleteIcon_4r0sa_161", i7 = "_viewStateDoc_4r0sa_164", c7 = "_fileUploadLimit_4r0sa_168", u7 = "_fileUploadLimitError_4r0sa_172", d7 = "_errorMsg_4r0sa_173", m7 = "_fileContainer_4r0sa_177", p7 = "_addDocsIcons_4r0sa_183", h7 = "_parentContainer_4r0sa_192", g7 = "_uploadContainer_4r0sa_203", v7 = "_disabledUploadBtn_4r0sa_209", f7 = "_disabledIcon_4r0sa_222", b7 = "_disabledTitle_4r0sa_226", x7 = "_disabledSubTitle_4r0sa_227", C7 = "_actionBtn_4r0sa_231", I7 = "_uploadingImg_4r0sa_242", _7 = "_uploadedFileDisabled_4r0sa_247", Q = {
|
|
9989
|
+
uploadBtn: Wg,
|
|
9990
|
+
dFlex: Zg,
|
|
9991
|
+
singleDoc: Xg,
|
|
9992
|
+
contentContainer: $g,
|
|
9993
|
+
detailsContainer: Yg,
|
|
9994
|
+
fileName: Jg,
|
|
9995
|
+
subTitle2: qg,
|
|
9996
|
+
fileType: Ug,
|
|
9997
|
+
smallCircle: Qg,
|
|
9998
|
+
removeBtn: Kg,
|
|
9999
|
+
editIcon: e7,
|
|
10000
|
+
uploadedImage: t7,
|
|
10001
|
+
emptyLogo: n7,
|
|
10002
|
+
iconBox: s7,
|
|
10003
|
+
title: o7,
|
|
10004
|
+
subTitle: a7,
|
|
10005
|
+
progressBar: r7,
|
|
10006
|
+
deleteIcon: l7,
|
|
10007
|
+
viewStateDoc: i7,
|
|
10008
|
+
fileUploadLimit: c7,
|
|
10009
|
+
fileUploadLimitError: u7,
|
|
10010
|
+
errorMsg: d7,
|
|
10011
|
+
fileContainer: m7,
|
|
10012
|
+
addDocsIcons: p7,
|
|
10013
|
+
parentContainer: h7,
|
|
10014
|
+
uploadContainer: g7,
|
|
10015
|
+
disabledUploadBtn: v7,
|
|
10016
|
+
disabledIcon: f7,
|
|
10017
|
+
disabledTitle: b7,
|
|
10018
|
+
disabledSubTitle: x7,
|
|
10019
|
+
actionBtn: C7,
|
|
10020
|
+
uploadingImg: I7,
|
|
10021
|
+
uploadedFileDisabled: _7
|
|
10022
|
+
}, y7 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1198)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%23254DDA'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M26.6783%2064.18C26.2223%2064.18%2025.7843%2064.144%2025.3643%2064.072C24.9443%2064.012%2024.6383%2063.934%2024.4463%2063.838V61.714C24.6623%2061.798%2024.9203%2061.87%2025.2203%2061.93C25.5203%2061.99%2025.8263%2062.02%2026.1383%2062.02C26.8103%2062.02%2027.2963%2061.912%2027.5963%2061.696C27.9083%2061.468%2028.0643%2061.06%2028.0643%2060.472V51.04H30.8363V60.598C30.8363%2061.798%2030.4823%2062.698%2029.7743%2063.298C29.0663%2063.886%2028.0343%2064.18%2026.6783%2064.18ZM32.2418%2064V51.04H38.3978C39.3578%2051.04%2040.1798%2051.208%2040.8638%2051.544C41.5598%2051.88%2042.0938%2052.348%2042.4658%2052.948C42.8498%2053.548%2043.0418%2054.25%2043.0418%2055.054C43.0418%2055.858%2042.8498%2056.566%2042.4658%2057.178C42.0818%2057.79%2041.5418%2058.27%2040.8458%2058.618C40.1618%2058.954%2039.3458%2059.122%2038.3978%2059.122H34.4378V56.998H38.2538C38.8898%2056.998%2039.3818%2056.824%2039.7298%2056.476C40.0898%2056.116%2040.2698%2055.648%2040.2698%2055.072C40.2698%2054.496%2040.0898%2054.034%2039.7298%2053.686C39.3818%2053.338%2038.8898%2053.164%2038.2538%2053.164H35.0138V64H32.2418ZM50.3132%2064.18C48.9092%2064.18%2047.7032%2063.904%2046.6952%2063.352C45.6872%2062.8%2044.9072%2062.026%2044.3552%2061.03C43.8152%2060.034%2043.5452%2058.87%2043.5452%2057.538C43.5452%2056.218%2043.8212%2055.06%2044.3732%2054.064C44.9252%2053.056%2045.6872%2052.27%2046.6592%2051.706C47.6432%2051.142%2048.7832%2050.86%2050.0792%2050.86C51.1472%2050.86%2052.1012%2051.052%2052.9412%2051.436C53.7932%2051.82%2054.4772%2052.348%2054.9932%2053.02C55.5212%2053.68%2055.8332%2054.448%2055.9292%2055.324H53.1572C53.0372%2054.616%2052.7012%2054.064%2052.1492%2053.668C51.6092%2053.26%2050.9312%2053.056%2050.1152%2053.056C49.3592%2053.056%2048.6992%2053.236%2048.1352%2053.596C47.5712%2053.944%2047.1332%2054.448%2046.8212%2055.108C46.5092%2055.768%2046.3532%2056.56%2046.3532%2057.484C46.3532%2058.444%2046.5092%2059.266%2046.8212%2059.95C47.1332%2060.622%2047.5892%2061.138%2048.1892%2061.498C48.8012%2061.846%2049.5512%2062.02%2050.4392%2062.02C51.1592%2062.02%2051.7712%2061.93%2052.2752%2061.75C52.7792%2061.57%2053.1632%2061.318%2053.4272%2060.994L56.0552%2062.038C55.3592%2062.734%2054.5492%2063.268%2053.6252%2063.64C52.7132%2064%2051.6092%2064.18%2050.3132%2064.18ZM53.2832%2062.038V58.474L53.8412%2059.032H50.4212V56.908H56.0552V62.038H53.2832Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1198'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", A7 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1195)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%23254DDA'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M21.4354%2064.18C20.9794%2064.18%2020.5414%2064.144%2020.1214%2064.072C19.7014%2064.012%2019.3954%2063.934%2019.2034%2063.838V61.714C19.4194%2061.798%2019.6774%2061.87%2019.9774%2061.93C20.2774%2061.99%2020.5834%2062.02%2020.8954%2062.02C21.5674%2062.02%2022.0534%2061.912%2022.3534%2061.696C22.6654%2061.468%2022.8214%2061.06%2022.8214%2060.472V51.04H25.5934V60.598C25.5934%2061.798%2025.2394%2062.698%2024.5314%2063.298C23.8234%2063.886%2022.7914%2064.18%2021.4354%2064.18ZM26.9989%2064V51.04H33.1549C34.1149%2051.04%2034.9369%2051.208%2035.6209%2051.544C36.3169%2051.88%2036.8509%2052.348%2037.2229%2052.948C37.6069%2053.548%2037.7989%2054.25%2037.7989%2055.054C37.7989%2055.858%2037.6069%2056.566%2037.2229%2057.178C36.8389%2057.79%2036.2989%2058.27%2035.6029%2058.618C34.9189%2058.954%2034.1029%2059.122%2033.1549%2059.122H29.1949V56.998H33.0109C33.6469%2056.998%2034.1389%2056.824%2034.4869%2056.476C34.8469%2056.116%2035.0269%2055.648%2035.0269%2055.072C35.0269%2054.496%2034.8469%2054.034%2034.4869%2053.686C34.1389%2053.338%2033.6469%2053.164%2033.0109%2053.164H29.7709V64H26.9989ZM38.7327%2064V51.04H41.5047V64H38.7327ZM40.0287%2064V61.876H48.3807V64H40.0287ZM40.0287%2058.42V56.332H47.7507V58.42H40.0287ZM40.0287%2053.164V51.04H48.1647V53.164H40.0287ZM55.5561%2064.18C54.1521%2064.18%2052.9461%2063.904%2051.9381%2063.352C50.9301%2062.8%2050.1501%2062.026%2049.5981%2061.03C49.0581%2060.034%2048.7881%2058.87%2048.7881%2057.538C48.7881%2056.218%2049.0641%2055.06%2049.6161%2054.064C50.1681%2053.056%2050.9301%2052.27%2051.9021%2051.706C52.8861%2051.142%2054.0261%2050.86%2055.3221%2050.86C56.3901%2050.86%2057.3441%2051.052%2058.1841%2051.436C59.0361%2051.82%2059.7201%2052.348%2060.2361%2053.02C60.7641%2053.68%2061.0761%2054.448%2061.1721%2055.324H58.4001C58.2801%2054.616%2057.9441%2054.064%2057.3921%2053.668C56.8521%2053.26%2056.1741%2053.056%2055.3581%2053.056C54.6021%2053.056%2053.9421%2053.236%2053.3781%2053.596C52.8141%2053.944%2052.3761%2054.448%2052.0641%2055.108C51.7521%2055.768%2051.5961%2056.56%2051.5961%2057.484C51.5961%2058.444%2051.7521%2059.266%2052.0641%2059.95C52.3761%2060.622%2052.8321%2061.138%2053.4321%2061.498C54.0441%2061.846%2054.7941%2062.02%2055.6821%2062.02C56.4021%2062.02%2057.0141%2061.93%2057.5181%2061.75C58.0221%2061.57%2058.4061%2061.318%2058.6701%2060.994L61.2981%2062.038C60.6021%2062.734%2059.7921%2063.268%2058.8681%2063.64C57.9561%2064%2056.8521%2064.18%2055.5561%2064.18ZM58.5261%2062.038V58.474L59.0841%2059.032H55.6641V56.908H61.2981V62.038H58.5261Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1195'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", w7 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1192)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%23254DDA'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M22.3713%2064V51.04H28.5273C29.4873%2051.04%2030.3093%2051.208%2030.9933%2051.544C31.6893%2051.88%2032.2233%2052.348%2032.5953%2052.948C32.9793%2053.548%2033.1713%2054.25%2033.1713%2055.054C33.1713%2055.858%2032.9793%2056.566%2032.5953%2057.178C32.2113%2057.79%2031.6713%2058.27%2030.9753%2058.618C30.2913%2058.954%2029.4753%2059.122%2028.5273%2059.122H24.5673V56.998H28.3833C29.0193%2056.998%2029.5113%2056.824%2029.8593%2056.476C30.2193%2056.116%2030.3993%2055.648%2030.3993%2055.072C30.3993%2054.496%2030.2193%2054.034%2029.8593%2053.686C29.5113%2053.338%2029.0193%2053.164%2028.3833%2053.164H25.1433V64H22.3713ZM34.1051%2064V51.04H37.6871L43.4471%2062.488L42.5651%2062.704V51.04H45.2651V64H41.6831L35.9231%2052.552L36.8051%2052.336V64H34.1051ZM53.1082%2064.18C51.7042%2064.18%2050.4982%2063.904%2049.4902%2063.352C48.4822%2062.8%2047.7022%2062.026%2047.1502%2061.03C46.6102%2060.034%2046.3402%2058.87%2046.3402%2057.538C46.3402%2056.218%2046.6162%2055.06%2047.1682%2054.064C47.7202%2053.056%2048.4822%2052.27%2049.4542%2051.706C50.4382%2051.142%2051.5782%2050.86%2052.8742%2050.86C53.9422%2050.86%2054.8962%2051.052%2055.7362%2051.436C56.5882%2051.82%2057.2722%2052.348%2057.7882%2053.02C58.3162%2053.68%2058.6282%2054.448%2058.7242%2055.324H55.9522C55.8322%2054.616%2055.4962%2054.064%2054.9442%2053.668C54.4042%2053.26%2053.7262%2053.056%2052.9102%2053.056C52.1542%2053.056%2051.4942%2053.236%2050.9302%2053.596C50.3662%2053.944%2049.9282%2054.448%2049.6162%2055.108C49.3042%2055.768%2049.1482%2056.56%2049.1482%2057.484C49.1482%2058.444%2049.3042%2059.266%2049.6162%2059.95C49.9282%2060.622%2050.3842%2061.138%2050.9842%2061.498C51.5962%2061.846%2052.3462%2062.02%2053.2342%2062.02C53.9542%2062.02%2054.5662%2061.93%2055.0702%2061.75C55.5742%2061.57%2055.9582%2061.318%2056.2222%2060.994L58.8502%2062.038C58.1542%2062.734%2057.3442%2063.268%2056.4202%2063.64C55.5082%2064%2054.4042%2064.18%2053.1082%2064.18ZM56.0782%2062.038V58.474L56.6362%2059.032H53.2162V56.908H58.8502V62.038H56.0782Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1192'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", N7 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1186)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%23254DDA'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M17.5687%2064L13.9147%2051.04H16.7227L19.7467%2062.902H18.8647L21.5647%2051.04H24.7147L27.3787%2062.902H26.5147L29.5567%2051.04H32.2387L28.5847%2064H25.4887L22.7347%2052.372H23.4547L20.6647%2064H17.5687ZM33.3896%2064V51.04H36.1616V64H33.3896ZM34.6856%2064V61.876H43.0376V64H34.6856ZM34.6856%2058.42V56.332H42.4076V58.42H34.6856ZM34.6856%2053.164V51.04H42.8216V53.164H34.6856ZM46.4421%2064V62.02H49.7901C50.3901%2062.02%2050.8401%2061.858%2051.1401%2061.534C51.4521%2061.198%2051.6081%2060.736%2051.6081%2060.148C51.6081%2059.548%2051.4401%2059.074%2051.1041%2058.726C50.7801%2058.378%2050.3121%2058.204%2049.7001%2058.204H46.4421V56.224H49.5561C50.1201%2056.224%2050.5461%2056.092%2050.8341%2055.828C51.1341%2055.552%2051.2841%2055.15%2051.2841%2054.622C51.2841%2054.094%2051.1401%2053.698%2050.8521%2053.434C50.5761%2053.158%2050.1621%2053.02%2049.6101%2053.02H46.4421V51.04H50.2041C51.3561%2051.04%2052.2861%2051.334%2052.9941%2051.922C53.7021%2052.51%2054.0561%2053.308%2054.0561%2054.316C54.0561%2054.952%2053.9061%2055.498%2053.6061%2055.954C53.3061%2056.41%2052.9041%2056.758%2052.4001%2056.998C51.8961%2057.238%2051.3321%2057.358%2050.7081%2057.358L50.7981%2056.98C51.4701%2056.98%2052.0761%2057.124%2052.6161%2057.412C53.1681%2057.7%2053.6061%2058.108%2053.9301%2058.636C54.2541%2059.152%2054.4161%2059.764%2054.4161%2060.472C54.4161%2061.18%2054.2481%2061.804%2053.9121%2062.344C53.5881%2062.872%2053.1261%2063.28%2052.5261%2063.568C51.9381%2063.856%2051.2421%2064%2050.4381%2064H46.4421ZM44.1741%2064V51.04H46.9461V64H44.1741ZM55.5036%2064V51.04H61.6596C62.6196%2051.04%2063.4416%2051.208%2064.1256%2051.544C64.8216%2051.88%2065.3556%2052.348%2065.7276%2052.948C66.1116%2053.548%2066.3036%2054.25%2066.3036%2055.054C66.3036%2055.858%2066.1116%2056.566%2065.7276%2057.178C65.3436%2057.79%2064.8036%2058.27%2064.1076%2058.618C63.4236%2058.954%2062.6076%2059.122%2061.6596%2059.122H57.6996V56.998H61.5156C62.1516%2056.998%2062.6436%2056.824%2062.9916%2056.476C63.3516%2056.116%2063.5316%2055.648%2063.5316%2055.072C63.5316%2054.496%2063.3516%2054.034%2062.9916%2053.686C62.6436%2053.338%2062.1516%2053.164%2061.5156%2053.164H58.2756V64H55.5036Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1186'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", j7 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1273)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%23254DDA'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M22.6307%2064V61.84H25.9067C26.8427%2061.84%2027.6347%2061.654%2028.2827%2061.282C28.9427%2060.898%2029.4407%2060.376%2029.7767%2059.716C30.1247%2059.056%2030.2987%2058.3%2030.2987%2057.448C30.2987%2056.608%2030.1307%2055.87%2029.7947%2055.234C29.4587%2054.598%2028.9607%2054.1%2028.3007%2053.74C27.6527%2053.38%2026.8547%2053.2%2025.9067%2053.2H22.6847V51.04H25.9067C27.3587%2051.04%2028.6247%2051.304%2029.7047%2051.832C30.7847%2052.348%2031.6187%2053.092%2032.2067%2054.064C32.8067%2055.024%2033.1067%2056.164%2033.1067%2057.484C33.1067%2058.804%2032.8067%2059.956%2032.2067%2060.94C31.6067%2061.912%2030.7667%2062.668%2029.6867%2063.208C28.6187%2063.736%2027.3647%2064%2025.9247%2064H22.6307ZM20.9387%2064V51.04H23.7107V64H20.9387ZM40.5541%2064.18C39.5941%2064.18%2038.7061%2064.018%2037.8901%2063.694C37.0861%2063.37%2036.3841%2062.914%2035.7841%2062.326C35.1961%2061.726%2034.7341%2061.018%2034.3981%2060.202C34.0741%2059.374%2033.9121%2058.462%2033.9121%2057.466C33.9121%2056.146%2034.1941%2054.994%2034.7581%2054.01C35.3221%2053.014%2036.1021%2052.24%2037.0981%2051.688C38.1061%2051.136%2039.2521%2050.86%2040.5361%2050.86C41.8441%2050.86%2042.9961%2051.136%2043.9921%2051.688C44.9881%2052.24%2045.7681%2053.014%2046.3321%2054.01C46.9081%2055.006%2047.1961%2056.164%2047.1961%2057.484C47.1961%2058.468%2047.0281%2059.374%2046.6921%2060.202C46.3681%2061.018%2045.9061%2061.726%2045.3061%2062.326C44.7181%2062.914%2044.0161%2063.37%2043.2001%2063.694C42.3961%2064.018%2041.5141%2064.18%2040.5541%2064.18ZM40.5361%2061.984C41.2921%2061.984%2041.9581%2061.792%2042.5341%2061.408C43.1101%2061.024%2043.5601%2060.496%2043.8841%2059.824C44.2201%2059.14%2044.3881%2058.348%2044.3881%2057.448C44.3881%2056.56%2044.2261%2055.786%2043.9021%2055.126C43.5781%2054.466%2043.1281%2053.956%2042.5521%2053.596C41.9761%2053.236%2041.3041%2053.056%2040.5361%2053.056C39.7801%2053.056%2039.1141%2053.236%2038.5381%2053.596C37.9621%2053.956%2037.5121%2054.466%2037.1881%2055.126C36.8761%2055.774%2036.7201%2056.548%2036.7201%2057.448C36.7201%2058.36%2036.8821%2059.158%2037.2061%2059.842C37.5301%2060.514%2037.9801%2061.042%2038.5561%2061.426C39.1321%2061.798%2039.7921%2061.984%2040.5361%2061.984ZM54.4993%2064.18C53.5633%2064.18%2052.6993%2064.018%2051.9073%2063.694C51.1153%2063.358%2050.4253%2062.89%2049.8373%2062.29C49.2613%2061.69%2048.8113%2060.982%2048.4873%2060.166C48.1633%2059.338%2048.0013%2058.438%2048.0013%2057.466C48.0013%2056.494%2048.1573%2055.606%2048.4693%2054.802C48.7933%2053.998%2049.2433%2053.302%2049.8193%2052.714C50.4073%2052.114%2051.0973%2051.658%2051.8893%2051.346C52.6813%2051.022%2053.5513%2050.86%2054.4993%2050.86C55.5673%2050.86%2056.5273%2051.07%2057.3793%2051.49C58.2433%2051.898%2058.9453%2052.48%2059.4853%2053.236C60.0373%2053.98%2060.3733%2054.856%2060.4933%2055.864H57.7933C57.6373%2054.94%2057.2593%2054.244%2056.6593%2053.776C56.0593%2053.296%2055.3453%2053.056%2054.5173%2053.056C53.7853%2053.056%2053.1373%2053.23%2052.5733%2053.578C52.0213%2053.926%2051.5893%2054.43%2051.2773%2055.09C50.9653%2055.738%2050.8093%2056.524%2050.8093%2057.448C50.8093%2058.384%2050.9653%2059.194%2051.2773%2059.878C51.6013%2060.55%2052.0453%2061.072%2052.6093%2061.444C53.1733%2061.804%2053.8213%2061.984%2054.5533%2061.984C55.3333%2061.984%2056.0233%2061.75%2056.6233%2061.282C57.2233%2060.814%2057.6133%2060.118%2057.7933%2059.194H60.5293C60.3733%2060.202%2060.0193%2061.084%2059.4673%2061.84C58.9153%2062.584%2058.2133%2063.16%2057.3613%2063.568C56.5093%2063.976%2055.5553%2064.18%2054.4993%2064.18Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1273'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", S7 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1267)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%232B8F65'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M28.4312%2064.18C27.4952%2064.18%2026.6312%2064.018%2025.8392%2063.694C25.0472%2063.358%2024.3572%2062.89%2023.7692%2062.29C23.1932%2061.69%2022.7432%2060.982%2022.4192%2060.166C22.0952%2059.338%2021.9332%2058.438%2021.9332%2057.466C21.9332%2056.494%2022.0892%2055.606%2022.4012%2054.802C22.7252%2053.998%2023.1752%2053.302%2023.7512%2052.714C24.3392%2052.114%2025.0292%2051.658%2025.8212%2051.346C26.6132%2051.022%2027.4832%2050.86%2028.4312%2050.86C29.4992%2050.86%2030.4592%2051.07%2031.3112%2051.49C32.1752%2051.898%2032.8772%2052.48%2033.4172%2053.236C33.9692%2053.98%2034.3052%2054.856%2034.4252%2055.864H31.7252C31.5692%2054.94%2031.1912%2054.244%2030.5912%2053.776C29.9912%2053.296%2029.2772%2053.056%2028.4492%2053.056C27.7172%2053.056%2027.0692%2053.23%2026.5052%2053.578C25.9532%2053.926%2025.5212%2054.43%2025.2092%2055.09C24.8972%2055.738%2024.7412%2056.524%2024.7412%2057.448C24.7412%2058.384%2024.8972%2059.194%2025.2092%2059.878C25.5332%2060.55%2025.9772%2061.072%2026.5412%2061.444C27.1052%2061.804%2027.7532%2061.984%2028.4852%2061.984C29.2652%2061.984%2029.9552%2061.75%2030.5552%2061.282C31.1552%2060.814%2031.5452%2060.118%2031.7252%2059.194H34.4612C34.3052%2060.202%2033.9512%2061.084%2033.3992%2061.84C32.8472%2062.584%2032.1452%2063.16%2031.2932%2063.568C30.4412%2063.976%2029.4872%2064.18%2028.4312%2064.18ZM40.7612%2064.162C39.0812%2064.162%2037.7372%2063.79%2036.7292%2063.046C35.7212%2062.29%2035.1332%2061.228%2034.9652%2059.86H37.6292C37.7132%2060.556%2038.0492%2061.108%2038.6372%2061.516C39.2252%2061.912%2039.9752%2062.11%2040.8872%2062.11C41.6312%2062.11%2042.2012%2061.978%2042.5972%2061.714C43.0052%2061.45%2043.2092%2061.096%2043.2092%2060.652C43.2092%2060.232%2043.0892%2059.896%2042.8492%2059.644C42.6092%2059.38%2042.1952%2059.17%2041.6072%2059.014L39.1952%2058.348C37.9592%2058%2037.0532%2057.526%2036.4772%2056.926C35.9132%2056.314%2035.6312%2055.552%2035.6312%2054.64C35.6312%2053.86%2035.8292%2053.188%2036.2252%2052.624C36.6332%2052.048%2037.2032%2051.61%2037.9352%2051.31C38.6672%2050.998%2039.5252%2050.842%2040.5092%2050.842C42.0212%2050.842%2043.2272%2051.202%2044.1272%2051.922C45.0272%2052.63%2045.5372%2053.572%2045.6572%2054.748H42.9932C42.8732%2054.112%2042.5792%2053.644%2042.1112%2053.344C41.6552%2053.044%2041.0672%2052.894%2040.3472%2052.894C39.7232%2052.894%2039.2252%2053.014%2038.8532%2053.254C38.4812%2053.494%2038.2952%2053.818%2038.2952%2054.226C38.2952%2054.538%2038.3972%2054.826%2038.6012%2055.09C38.8052%2055.342%2039.2312%2055.558%2039.8792%2055.738L42.2912%2056.404C43.5632%2056.752%2044.4752%2057.232%2045.0272%2057.844C45.5912%2058.444%2045.8732%2059.206%2045.8732%2060.13C45.8732%2061.426%2045.4232%2062.422%2044.5232%2063.118C43.6232%2063.814%2042.3692%2064.162%2040.7612%2064.162ZM50.4289%2064L45.7849%2051.04H48.6649L52.2109%2061.84H51.8689L55.4329%2051.04H58.1689L53.5249%2064H50.4289Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1267'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Qn = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1264)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%232B8F65'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M32.3511%2064L28.7691%2058.33L23.7651%2051.04H27.0051L30.3711%2056.386L35.5911%2064H32.3511ZM29.1651%2056.368L32.6571%2051.04H35.5911L30.0831%2058.69L29.1651%2056.368ZM29.7951%2058.762L26.3571%2064H23.4231L28.8771%2056.44L29.7951%2058.762ZM36.4879%2064V51.04H39.2599V64H36.4879ZM37.7839%2064V61.876H45.4879V64H37.7839ZM51.4227%2064.162C49.7427%2064.162%2048.3987%2063.79%2047.3907%2063.046C46.3827%2062.29%2045.7947%2061.228%2045.6267%2059.86H48.2907C48.3747%2060.556%2048.7107%2061.108%2049.2987%2061.516C49.8867%2061.912%2050.6367%2062.11%2051.5487%2062.11C52.2927%2062.11%2052.8627%2061.978%2053.2587%2061.714C53.6667%2061.45%2053.8707%2061.096%2053.8707%2060.652C53.8707%2060.232%2053.7507%2059.896%2053.5107%2059.644C53.2707%2059.38%2052.8567%2059.17%2052.2687%2059.014L49.8567%2058.348C48.6207%2058%2047.7147%2057.526%2047.1387%2056.926C46.5747%2056.314%2046.2927%2055.552%2046.2927%2054.64C46.2927%2053.86%2046.4907%2053.188%2046.8867%2052.624C47.2947%2052.048%2047.8647%2051.61%2048.5967%2051.31C49.3287%2050.998%2050.1867%2050.842%2051.1707%2050.842C52.6827%2050.842%2053.8887%2051.202%2054.7887%2051.922C55.6887%2052.63%2056.1987%2053.572%2056.3187%2054.748H53.6547C53.5347%2054.112%2053.2407%2053.644%2052.7727%2053.344C52.3167%2053.044%2051.7287%2052.894%2051.0087%2052.894C50.3847%2052.894%2049.8867%2053.014%2049.5147%2053.254C49.1427%2053.494%2048.9567%2053.818%2048.9567%2054.226C48.9567%2054.538%2049.0587%2054.826%2049.2627%2055.09C49.4667%2055.342%2049.8927%2055.558%2050.5407%2055.738L52.9527%2056.404C54.2247%2056.752%2055.1367%2057.232%2055.6887%2057.844C56.2527%2058.444%2056.5347%2059.206%2056.5347%2060.13C56.5347%2061.426%2056.0847%2062.422%2055.1847%2063.118C54.2847%2063.814%2053.0307%2064.162%2051.4227%2064.162Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1264'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", E7 = "data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1184_1261)'%3e%3cpath%20d='M10%208C10%203.58172%2013.5817%200%2018%200H44L70%2026V72C70%2076.4183%2066.4183%2080%2062%2080H18C13.5817%2080%2010%2076.4183%2010%2072V8Z'%20fill='%23E74C3C'/%3e%3cpath%20d='M50%2026H70L44%200V20C44%2023.3137%2046.6863%2026%2050%2026Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/g%3e%3cpath%20d='M23.1018%2064V51.04H29.2578C30.2178%2051.04%2031.0398%2051.208%2031.7238%2051.544C32.4198%2051.88%2032.9538%2052.348%2033.3258%2052.948C33.7098%2053.548%2033.9018%2054.25%2033.9018%2055.054C33.9018%2055.858%2033.7098%2056.566%2033.3258%2057.178C32.9418%2057.79%2032.4018%2058.27%2031.7058%2058.618C31.0218%2058.954%2030.2058%2059.122%2029.2578%2059.122H25.2978V56.998H29.1138C29.7498%2056.998%2030.2418%2056.824%2030.5898%2056.476C30.9498%2056.116%2031.1298%2055.648%2031.1298%2055.072C31.1298%2054.496%2030.9498%2054.034%2030.5898%2053.686C30.2418%2053.338%2029.7498%2053.164%2029.1138%2053.164H25.8738V64H23.1018ZM36.5275%2064V61.84H39.8035C40.7395%2061.84%2041.5315%2061.654%2042.1795%2061.282C42.8395%2060.898%2043.3375%2060.376%2043.6735%2059.716C44.0215%2059.056%2044.1955%2058.3%2044.1955%2057.448C44.1955%2056.608%2044.0275%2055.87%2043.6915%2055.234C43.3555%2054.598%2042.8575%2054.1%2042.1975%2053.74C41.5495%2053.38%2040.7515%2053.2%2039.8035%2053.2H36.5815V51.04H39.8035C41.2555%2051.04%2042.5215%2051.304%2043.6015%2051.832C44.6815%2052.348%2045.5155%2053.092%2046.1035%2054.064C46.7035%2055.024%2047.0035%2056.164%2047.0035%2057.484C47.0035%2058.804%2046.7035%2059.956%2046.1035%2060.94C45.5035%2061.912%2044.6635%2062.668%2043.5835%2063.208C42.5155%2063.736%2041.2615%2064%2039.8215%2064H36.5275ZM34.8355%2064V51.04H37.6075V64H34.8355ZM48.081%2064V51.04H50.853V64H48.081ZM49.377%2058.978V56.854H56.811V58.978H49.377ZM49.377%2053.164V51.04H57.225V53.164H49.377Z'%20fill='white'/%3e%3cdefs%3e%3cclipPath%20id='clip0_1184_1261'%3e%3crect%20width='60'%20height='80'%20fill='white'%20transform='translate(10)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Kn = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.25%2019C5.25%2020.5188%206.48122%2021.75%208%2021.75L16%2021.75C17.5188%2021.75%2018.75%2020.5188%2018.75%2019V8.82843C18.75%208.09908%2018.4603%207.39961%2017.9445%206.88388L14.1161%203.05546C13.6004%202.53973%2012.9009%202.25%2012.1716%202.25H8C6.48122%202.25%205.25%203.48122%205.25%205L5.25%2019ZM8%2020.25C7.30964%2020.25%206.75%2019.6904%206.75%2019L6.75%205C6.75%204.30964%207.30964%203.75%208%203.75H11.25V7C11.25%208.51878%2012.4812%209.75%2014%209.75H17.25V19C17.25%2019.6904%2016.6904%2020.25%2016%2020.25L8%2020.25ZM17.1081%208.25H14C13.3096%208.25%2012.75%207.69036%2012.75%207V3.89188C12.8616%203.95014%2012.9648%204.02545%2013.0555%204.11612L16.8839%207.94454C16.9746%208.03522%2017.0499%208.13838%2017.1081%208.25Z'%20fill='%23616189'/%3e%3c/svg%3e";
|
|
10023
|
+
function B7(e) {
|
|
10020
10024
|
var t = 1024, a = 3, o = t, s = t * t, r = t * t * t;
|
|
10021
10025
|
return e < o ? e + " Bytes" : e < s ? (e / o).toFixed(a) + " KB" : e < r ? (e / s).toFixed(a) + " MB" : (e / r).toFixed(a) + " GB";
|
|
10022
10026
|
}
|
|
10023
10027
|
function es(e) {
|
|
10024
|
-
return e ? e.includes("jpg") ?
|
|
10028
|
+
return e ? e.includes("jpg") ? y7 : e.includes("jpeg") ? A7 : e.includes("png") ? w7 : e.includes("webp") ? N7 : e.includes("xls") || e.includes("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet") ? Qn : e.includes("doc") ? j7 : e.includes("csv") ? S7 : e.includes("pdf") ? E7 : Kn : Kn;
|
|
10025
10029
|
}
|
|
10026
|
-
const
|
|
10027
|
-
function
|
|
10030
|
+
const F7 = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill-rule='evenodd'%20clip-rule='evenodd'%20fill='currentColor'%3e%3cpath%20d='M18%2021.75a.75.75%200%200%200%20.75-.75v-4.19l1.72%201.72a.75.75%200%201%200%201.06-1.06l-3-3a.75.75%200%200%200-1.06%200l-3%203a.75.75%200%201%200%201.06%201.06l1.72-1.72V21c0%20.414.336.75.75.75Z'/%3e%3cpath%20d='M6%2020.25c-.69%200-1.25-.56-1.25-1.25V5c0-.69.56-1.25%201.25-1.25h7.25V7A2.75%202.75%200%200%200%2016%209.75h3.25V11a.75.75%200%200%200%201.5%200V8.828c0-.729-.29-1.428-.805-1.944l-3.829-3.829a2.75%202.75%200%200%200-1.944-.805H6A2.75%202.75%200%200%200%203.25%205v14A2.75%202.75%200%200%200%206%2021.75h6a.75.75%200%200%200%200-1.5H6Zm13.108-12H16c-.69%200-1.25-.56-1.25-1.25V3.892c.112.058.215.133.306.224l3.828%203.829c.09.09.166.193.224.305Z'/%3e%3c/g%3e%3c/svg%3e", R7 = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.93755%205.20801H3.33337C2.9882%205.20801%202.70837%205.48783%202.70837%205.83301C2.70837%206.17819%202.9882%206.45801%203.33337%206.45801H4.37504V14.9997C4.37504%2016.2653%205.40105%2017.2913%206.66671%2017.2913H13.3334C14.599%2017.2913%2015.625%2016.2653%2015.625%2014.9997V6.45801H16.6667C17.0119%206.45801%2017.2917%206.17819%2017.2917%205.83301C17.2917%205.48783%2017.0119%205.20801%2016.6667%205.20801H13.0625C12.773%203.78161%2011.5119%202.70801%2010%202.70801C8.48819%202.70801%207.2271%203.78161%206.93755%205.20801ZM8.23173%205.20801H11.7683C11.511%204.47976%2010.8164%203.95801%2010%203.95801C9.18365%203.95801%208.48913%204.47976%208.23173%205.20801ZM14.375%206.45801V14.9997C14.375%2015.575%2013.9087%2016.0413%2013.3334%2016.0413H6.66671C6.09141%2016.0413%205.62504%2015.575%205.62504%2014.9997V6.45801H14.375Z'%20fill='%23616189'/%3e%3c/svg%3e";
|
|
10031
|
+
function z9({
|
|
10028
10032
|
getUploadDoc: e,
|
|
10029
10033
|
setIsUploading: t,
|
|
10030
10034
|
customComponent: a,
|
|
@@ -10052,16 +10056,16 @@ function zf({
|
|
|
10052
10056
|
addDocumentSubtitle: w,
|
|
10053
10057
|
handleImageUpload: G
|
|
10054
10058
|
}) {
|
|
10055
|
-
const [
|
|
10059
|
+
const [k, q] = f.useState([]), [P, R] = f.useState([]), [T, X] = f.useState([]), [E, Y] = f.useState(null), [J, s0] = f.useState(""), r0 = f.useRef(), G0 = !!(o && P.length >= o);
|
|
10056
10060
|
f.useEffect(() => {
|
|
10057
10061
|
if (A.length > 0 && !P.length) {
|
|
10058
|
-
const
|
|
10059
|
-
R(
|
|
10062
|
+
const H = A.map(($) => ({ ...$, isUploaded: !0 }));
|
|
10063
|
+
R(H);
|
|
10060
10064
|
}
|
|
10061
10065
|
}, [A]);
|
|
10062
|
-
async function o0(
|
|
10066
|
+
async function o0(H) {
|
|
10063
10067
|
var E0, T0, ee, Y0;
|
|
10064
|
-
const $ =
|
|
10068
|
+
const $ = H.target.files;
|
|
10065
10069
|
Y(null), s0("");
|
|
10066
10070
|
let U = [];
|
|
10067
10071
|
if (o && $.length + P.length > o) {
|
|
@@ -10077,7 +10081,7 @@ function zf({
|
|
|
10077
10081
|
url: URL.createObjectURL($[R0]),
|
|
10078
10082
|
fileName: (T0 = $[R0]) == null ? void 0 : T0.name,
|
|
10079
10083
|
isUploaded: !1,
|
|
10080
|
-
size:
|
|
10084
|
+
size: B7((ee = $[R0]) == null ? void 0 : ee.size)
|
|
10081
10085
|
}), (i || 5) < Number((((Y0 = $[R0]) == null ? void 0 : Y0.size) / (1024 * 1024)).toFixed(2)) && (I0 = !0);
|
|
10082
10086
|
if (U = U.map((R0) => {
|
|
10083
10087
|
const K0 = (Math.random() + 1).toString(36).substring(7), he = F0(K0);
|
|
@@ -10094,24 +10098,24 @@ function zf({
|
|
|
10094
10098
|
}
|
|
10095
10099
|
R([...P, ...U]), r0.current.value = "";
|
|
10096
10100
|
}
|
|
10097
|
-
function C0(
|
|
10098
|
-
const $ = P.filter((U, I0) => U.key !==
|
|
10101
|
+
function C0(H) {
|
|
10102
|
+
const $ = P.filter((U, I0) => U.key !== H);
|
|
10099
10103
|
R($), e($);
|
|
10100
10104
|
}
|
|
10101
|
-
const F0 = (
|
|
10105
|
+
const F0 = (H) => {
|
|
10102
10106
|
let $ = 0.5, U = 0;
|
|
10103
10107
|
return setInterval(function() {
|
|
10104
10108
|
U += $;
|
|
10105
10109
|
let E0 = Math.round(Math.atan(U) / (Math.PI / 2) * 100 * 1e3) / 1e3;
|
|
10106
|
-
E0 >= 70 && ($ = 0.2), X((T0) => T.find((Y0) => Y0.name ===
|
|
10110
|
+
E0 >= 70 && ($ = 0.2), X((T0) => T.find((Y0) => Y0.name === H) ? T0.map((Y0) => Y0.name !== H ? Y0 : { name: H, progress: Y0 }) : [...T0, { name: H, progress: E0 }]);
|
|
10107
10111
|
}, 100);
|
|
10108
|
-
}, g0 = (
|
|
10112
|
+
}, g0 = (H) => {
|
|
10109
10113
|
var $;
|
|
10110
|
-
return ($ = T.findLast((U) => U.name ===
|
|
10114
|
+
return ($ = T.findLast((U) => U.name === H)) == null ? void 0 : $.progress;
|
|
10111
10115
|
};
|
|
10112
10116
|
return rt(() => {
|
|
10113
|
-
const
|
|
10114
|
-
const $ = structuredClone(P).filter((I0) => !(
|
|
10117
|
+
const H = async () => {
|
|
10118
|
+
const $ = structuredClone(P).filter((I0) => !(k != null && k.includes(I0.key)));
|
|
10115
10119
|
t && t(!0);
|
|
10116
10120
|
const U = await G(
|
|
10117
10121
|
$,
|
|
@@ -10124,7 +10128,7 @@ function zf({
|
|
|
10124
10128
|
);
|
|
10125
10129
|
R(U), e(U), t && t(!1);
|
|
10126
10130
|
};
|
|
10127
|
-
P.length &&
|
|
10131
|
+
P.length && H();
|
|
10128
10132
|
}, [P]), /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
10129
10133
|
/* @__PURE__ */ n.jsx(
|
|
10130
10134
|
"input",
|
|
@@ -10146,19 +10150,19 @@ function zf({
|
|
|
10146
10150
|
onClick: () => {
|
|
10147
10151
|
G0 || (b && b(), r0.current.click());
|
|
10148
10152
|
},
|
|
10149
|
-
onDrop: (
|
|
10150
|
-
G0 || (
|
|
10153
|
+
onDrop: (H) => {
|
|
10154
|
+
G0 || (H.preventDefault(), H.persist(), o0({ target: { files: H.dataTransfer.files } }));
|
|
10151
10155
|
},
|
|
10152
10156
|
className: a ? "" : I(
|
|
10153
10157
|
Q.uploadBtn,
|
|
10154
10158
|
u,
|
|
10155
10159
|
p || G0 ? Q.disabledUploadBtn : ""
|
|
10156
10160
|
),
|
|
10157
|
-
onDragOver: (
|
|
10158
|
-
|
|
10161
|
+
onDragOver: (H) => {
|
|
10162
|
+
H.preventDefault();
|
|
10159
10163
|
},
|
|
10160
|
-
onDragLeave: (
|
|
10161
|
-
|
|
10164
|
+
onDragLeave: (H) => {
|
|
10165
|
+
H.preventDefault();
|
|
10162
10166
|
},
|
|
10163
10167
|
style: {
|
|
10164
10168
|
background: G0 ? "#F4F4F4" : "",
|
|
@@ -10168,7 +10172,7 @@ function zf({
|
|
|
10168
10172
|
m && /* @__PURE__ */ n.jsx(
|
|
10169
10173
|
V,
|
|
10170
10174
|
{
|
|
10171
|
-
path:
|
|
10175
|
+
path: F7,
|
|
10172
10176
|
height: 28,
|
|
10173
10177
|
width: 28
|
|
10174
10178
|
}
|
|
@@ -10194,9 +10198,9 @@ function zf({
|
|
|
10194
10198
|
(E || !!J) && /* @__PURE__ */ n.jsx("p", { className: Q.fileUploadLimitError, children: E || J }),
|
|
10195
10199
|
B && /* @__PURE__ */ n.jsx("p", { className: Q.errorMsg, children: B }),
|
|
10196
10200
|
h,
|
|
10197
|
-
S && /* @__PURE__ */ n.jsx("div", { className: I(Q.fileContainer, l), children: !!P.length && P.map((
|
|
10201
|
+
S && /* @__PURE__ */ n.jsx("div", { className: I(Q.fileContainer, l), children: !!P.length && P.map((H, $) => {
|
|
10198
10202
|
var U, I0, E0, T0;
|
|
10199
|
-
return /* @__PURE__ */ n.jsx("div", { children:
|
|
10203
|
+
return /* @__PURE__ */ n.jsx("div", { children: k.indexOf(H.key || "") !== -1 ? /* @__PURE__ */ n.jsx(n.Fragment, {}) : H.isUploaded ? /* @__PURE__ */ n.jsx(
|
|
10200
10204
|
"div",
|
|
10201
10205
|
{
|
|
10202
10206
|
className: I(
|
|
@@ -10210,7 +10214,7 @@ function zf({
|
|
|
10210
10214
|
"img",
|
|
10211
10215
|
{
|
|
10212
10216
|
className: Q.uploadingImg,
|
|
10213
|
-
src: es(
|
|
10217
|
+
src: es(H.type || H.ext),
|
|
10214
10218
|
alt: "upload"
|
|
10215
10219
|
}
|
|
10216
10220
|
),
|
|
@@ -10218,22 +10222,22 @@ function zf({
|
|
|
10218
10222
|
/* @__PURE__ */ n.jsx(
|
|
10219
10223
|
"a",
|
|
10220
10224
|
{
|
|
10221
|
-
href:
|
|
10225
|
+
href: H.url,
|
|
10222
10226
|
target: "_blank",
|
|
10223
10227
|
rel: "noreferrer",
|
|
10224
10228
|
className: Q.fileName,
|
|
10225
|
-
children:
|
|
10229
|
+
children: H.fileName
|
|
10226
10230
|
}
|
|
10227
10231
|
),
|
|
10228
10232
|
/* @__PURE__ */ n.jsxs("div", { className: Q.subTitle2, children: [
|
|
10229
|
-
(
|
|
10230
|
-
|
|
10233
|
+
(H.ext || H.type) && /* @__PURE__ */ n.jsxs("div", { className: Q.fileType, children: [
|
|
10234
|
+
H.ext || ((U = H.type) == null ? void 0 : U.split("/")[1]),
|
|
10231
10235
|
" "
|
|
10232
10236
|
] }),
|
|
10233
|
-
|
|
10237
|
+
H.size && /* @__PURE__ */ n.jsx("div", { className: Q.smallCircle }),
|
|
10234
10238
|
/* @__PURE__ */ n.jsxs("div", { children: [
|
|
10235
10239
|
" ",
|
|
10236
|
-
|
|
10240
|
+
H.size
|
|
10237
10241
|
] })
|
|
10238
10242
|
] })
|
|
10239
10243
|
] })
|
|
@@ -10242,13 +10246,13 @@ function zf({
|
|
|
10242
10246
|
"div",
|
|
10243
10247
|
{
|
|
10244
10248
|
className: Q.actionBtn,
|
|
10245
|
-
onClick: () => C0(
|
|
10246
|
-
children: /* @__PURE__ */ n.jsx("img", { className: Q.deleteIcon, src:
|
|
10249
|
+
onClick: () => C0(H.key),
|
|
10250
|
+
children: /* @__PURE__ */ n.jsx("img", { className: Q.deleteIcon, src: R7, alt: "delete" })
|
|
10247
10251
|
}
|
|
10248
10252
|
)
|
|
10249
10253
|
] })
|
|
10250
10254
|
},
|
|
10251
|
-
|
|
10255
|
+
H.fileName ?? $
|
|
10252
10256
|
) : /* @__PURE__ */ n.jsxs(
|
|
10253
10257
|
"div",
|
|
10254
10258
|
{
|
|
@@ -10258,7 +10262,7 @@ function zf({
|
|
|
10258
10262
|
"div",
|
|
10259
10263
|
{
|
|
10260
10264
|
className: Q.progressBar,
|
|
10261
|
-
style: { width: `${g0(
|
|
10265
|
+
style: { width: `${g0(H.key)}%` }
|
|
10262
10266
|
}
|
|
10263
10267
|
),
|
|
10264
10268
|
/* @__PURE__ */ n.jsxs("div", { className: Q.contentContainer, children: [
|
|
@@ -10267,7 +10271,7 @@ function zf({
|
|
|
10267
10271
|
"img",
|
|
10268
10272
|
{
|
|
10269
10273
|
className: Q.uploadingImg,
|
|
10270
|
-
src: es(
|
|
10274
|
+
src: es(H.type || H.ext),
|
|
10271
10275
|
alt: "upload"
|
|
10272
10276
|
}
|
|
10273
10277
|
),
|
|
@@ -10275,16 +10279,16 @@ function zf({
|
|
|
10275
10279
|
/* @__PURE__ */ n.jsx("div", { className: Q.fileName, children: "Uploading file" }),
|
|
10276
10280
|
/* @__PURE__ */ n.jsxs("div", { className: Q.subTitle2, children: [
|
|
10277
10281
|
/* @__PURE__ */ n.jsxs("div", { className: Q.fileType, children: [
|
|
10278
|
-
(I0 = g0(
|
|
10282
|
+
(I0 = g0(H.key)) == null ? void 0 : I0.toFixed(0),
|
|
10279
10283
|
" %",
|
|
10280
10284
|
" "
|
|
10281
10285
|
] }),
|
|
10282
10286
|
/* @__PURE__ */ n.jsx("div", { className: Q.smallCircle }),
|
|
10283
10287
|
/* @__PURE__ */ n.jsxs("div", { children: [
|
|
10284
|
-
|
|
10288
|
+
H.size.split(" ")[0] && ((E0 = g0(H.key)) != null && E0.toFixed(0)) && typeof Number(H.size.split(" ")[0]) == "number" ? (+H.size.split(" ")[0] * ((Number((T0 = g0(H.key)) == null ? void 0 : T0.toFixed(0)) || 1) / 100)).toFixed(2) : "",
|
|
10285
10289
|
" ",
|
|
10286
10290
|
"of ",
|
|
10287
|
-
|
|
10291
|
+
H.size
|
|
10288
10292
|
] })
|
|
10289
10293
|
] })
|
|
10290
10294
|
] })
|
|
@@ -10293,7 +10297,7 @@ function zf({
|
|
|
10293
10297
|
"div",
|
|
10294
10298
|
{
|
|
10295
10299
|
className: Q.actionBtn,
|
|
10296
|
-
onClick: () => q([...
|
|
10300
|
+
onClick: () => q([...k, H.key]),
|
|
10297
10301
|
children: [
|
|
10298
10302
|
" ",
|
|
10299
10303
|
/* @__PURE__ */ n.jsx(V, { path: re, height: 16, width: 16 })
|
|
@@ -10303,55 +10307,55 @@ function zf({
|
|
|
10303
10307
|
] })
|
|
10304
10308
|
]
|
|
10305
10309
|
},
|
|
10306
|
-
|
|
10307
|
-
) },
|
|
10310
|
+
H.fileName ?? $
|
|
10311
|
+
) }, H.key + H.fileName);
|
|
10308
10312
|
}) })
|
|
10309
10313
|
] })
|
|
10310
10314
|
] });
|
|
10311
10315
|
}
|
|
10312
|
-
const
|
|
10313
|
-
inputContainer:
|
|
10314
|
-
textareaContainer:
|
|
10316
|
+
const V7 = "_inputContainer_1o54d_1", k7 = "_textareaContainer_1o54d_2", L7 = "_input_1o54d_1", H7 = "_textarea_1o54d_2", G7 = "_invalid_1o54d_28", T7 = "_error_1o54d_48", M7 = "_control_1o54d_54", D7 = "_label_1o54d_60", P7 = "_disabled_1o54d_67", z7 = "_required_1o54d_71", O7 = "_infoIconContainer_1o54d_75", W7 = "_infoIcon_1o54d_75", Z7 = "_group_1o54d_86", X7 = "_inputIconContainer_1o54d_92", $7 = "_leftIcon_1o54d_106", Y7 = "_rightIcon_1o54d_110", J7 = "_inputIcon_1o54d_92", q7 = "_inputIconButton_1o54d_115", U7 = "_left_1o54d_106", Q7 = "_right_1o54d_110", K7 = "_inputIconWrapper_1o54d_143", ev = "_adornment_1o54d_149", tv = "_adornmentTrigger_1o54d_173", nv = "_dropdownIconContainer_1o54d_209", sv = "_dropdownIcon_1o54d_209", ov = "_isDropdownOpen_1o54d_220", av = "_dropdownSearch_1o54d_224", rv = "_loadingMessage_1o54d_228", lv = "_dropdownMenuContainer_1o54d_237", iv = "_menu_1o54d_247", cv = "_option_1o54d_259", uv = "_empty_1o54d_268", dv = "_countContainer_1o54d_274", mv = "_countInputContainer_1o54d_278", pv = "_decrementIcon_1o54d_282", hv = "_incrementIcon_1o54d_283", gv = "_numberContainer_1o54d_287", vv = "_numberAdornmentContainer_1o54d_296", fv = "_incrementBtn_1o54d_303", bv = "_decrementBtn_1o54d_304", xv = "_incrementIconContainer_1o54d_328", Cv = "_decrementIconContainer_1o54d_329", F = {
|
|
10317
|
+
inputContainer: V7,
|
|
10318
|
+
textareaContainer: k7,
|
|
10315
10319
|
input: L7,
|
|
10316
10320
|
textarea: H7,
|
|
10317
|
-
invalid:
|
|
10318
|
-
error:
|
|
10319
|
-
control:
|
|
10320
|
-
label:
|
|
10321
|
-
disabled:
|
|
10322
|
-
required:
|
|
10323
|
-
infoIconContainer:
|
|
10324
|
-
infoIcon:
|
|
10325
|
-
group:
|
|
10326
|
-
inputIconContainer:
|
|
10327
|
-
leftIcon:
|
|
10328
|
-
rightIcon:
|
|
10329
|
-
inputIcon:
|
|
10330
|
-
inputIconButton:
|
|
10331
|
-
left:
|
|
10332
|
-
right:
|
|
10333
|
-
inputIconWrapper:
|
|
10334
|
-
adornment:
|
|
10335
|
-
adornmentTrigger:
|
|
10336
|
-
dropdownIconContainer:
|
|
10337
|
-
dropdownIcon:
|
|
10338
|
-
isDropdownOpen:
|
|
10339
|
-
dropdownSearch:
|
|
10340
|
-
loadingMessage:
|
|
10341
|
-
dropdownMenuContainer:
|
|
10342
|
-
menu:
|
|
10343
|
-
option:
|
|
10344
|
-
empty:
|
|
10345
|
-
countContainer:
|
|
10346
|
-
countInputContainer:
|
|
10347
|
-
decrementIcon:
|
|
10348
|
-
incrementIcon:
|
|
10349
|
-
numberContainer:
|
|
10350
|
-
numberAdornmentContainer:
|
|
10351
|
-
incrementBtn:
|
|
10352
|
-
decrementBtn:
|
|
10353
|
-
incrementIconContainer:
|
|
10354
|
-
decrementIconContainer:
|
|
10321
|
+
invalid: G7,
|
|
10322
|
+
error: T7,
|
|
10323
|
+
control: M7,
|
|
10324
|
+
label: D7,
|
|
10325
|
+
disabled: P7,
|
|
10326
|
+
required: z7,
|
|
10327
|
+
infoIconContainer: O7,
|
|
10328
|
+
infoIcon: W7,
|
|
10329
|
+
group: Z7,
|
|
10330
|
+
inputIconContainer: X7,
|
|
10331
|
+
leftIcon: $7,
|
|
10332
|
+
rightIcon: Y7,
|
|
10333
|
+
inputIcon: J7,
|
|
10334
|
+
inputIconButton: q7,
|
|
10335
|
+
left: U7,
|
|
10336
|
+
right: Q7,
|
|
10337
|
+
inputIconWrapper: K7,
|
|
10338
|
+
adornment: ev,
|
|
10339
|
+
adornmentTrigger: tv,
|
|
10340
|
+
dropdownIconContainer: nv,
|
|
10341
|
+
dropdownIcon: sv,
|
|
10342
|
+
isDropdownOpen: ov,
|
|
10343
|
+
dropdownSearch: av,
|
|
10344
|
+
loadingMessage: rv,
|
|
10345
|
+
dropdownMenuContainer: lv,
|
|
10346
|
+
menu: iv,
|
|
10347
|
+
option: cv,
|
|
10348
|
+
empty: uv,
|
|
10349
|
+
countContainer: dv,
|
|
10350
|
+
countInputContainer: mv,
|
|
10351
|
+
decrementIcon: pv,
|
|
10352
|
+
incrementIcon: hv,
|
|
10353
|
+
numberContainer: gv,
|
|
10354
|
+
numberAdornmentContainer: vv,
|
|
10355
|
+
incrementBtn: fv,
|
|
10356
|
+
decrementBtn: bv,
|
|
10357
|
+
incrementIconContainer: xv,
|
|
10358
|
+
decrementIconContainer: Cv
|
|
10355
10359
|
};
|
|
10356
10360
|
var p0 = /* @__PURE__ */ ((e) => (e.INPUT = "input", e.TEXTAREA = "textarea", e.CONTROL = "control", e.LABEL = "label", e.GROUP = "group", e.LEFT_ICON = "leftIcon", e.RIGHT_ICON = "rightIcon", e.LEFT_ADORNMENT = "leftAdornment", e.RIGHT_ADORNMENT = "rightAdornment", e.COUNT = "count", e.NUMBER = "number", e.NUMBER_ADORNMENT = "numberAdornment", e))(p0 || {});
|
|
10357
10361
|
const Ot = f.forwardRef(
|
|
@@ -10381,11 +10385,11 @@ const Ot = f.forwardRef(
|
|
|
10381
10385
|
] })
|
|
10382
10386
|
);
|
|
10383
10387
|
Ot.displayName = p0.INPUT;
|
|
10384
|
-
function
|
|
10388
|
+
function Iv({ className: e = "", children: t, ...a }) {
|
|
10385
10389
|
return /* @__PURE__ */ n.jsx("div", { ...a, className: I(F.control, e), children: t });
|
|
10386
10390
|
}
|
|
10387
|
-
|
|
10388
|
-
function
|
|
10391
|
+
Iv.displayName = p0.CONTROL;
|
|
10392
|
+
function _v({
|
|
10389
10393
|
className: e = "",
|
|
10390
10394
|
info: t = "",
|
|
10391
10395
|
disabled: a = !1,
|
|
@@ -10428,7 +10432,7 @@ function Iv({
|
|
|
10428
10432
|
}
|
|
10429
10433
|
);
|
|
10430
10434
|
}
|
|
10431
|
-
|
|
10435
|
+
_v.displayName = p0.LABEL;
|
|
10432
10436
|
const ts = {
|
|
10433
10437
|
[p0.LEFT_ICON]: { paddingLeft: "40px" },
|
|
10434
10438
|
[p0.RIGHT_ICON]: { paddingRight: "40px" },
|
|
@@ -10565,7 +10569,7 @@ function X2({
|
|
|
10565
10569
|
}
|
|
10566
10570
|
Z2.displayName = p0.LEFT_ICON;
|
|
10567
10571
|
X2.displayName = p0.RIGHT_ICON;
|
|
10568
|
-
function
|
|
10572
|
+
function yv(e, t = 150) {
|
|
10569
10573
|
const [a, o] = f.useState(e);
|
|
10570
10574
|
return f.useEffect(() => {
|
|
10571
10575
|
const s = setTimeout(() => {
|
|
@@ -10577,7 +10581,7 @@ function _v(e, t = 150) {
|
|
|
10577
10581
|
}, [e, t]), a;
|
|
10578
10582
|
}
|
|
10579
10583
|
function Fo({ search: e = "", setSearch: t, ...a }) {
|
|
10580
|
-
const [o, s] = f.useState(e), r =
|
|
10584
|
+
const [o, s] = f.useState(e), r = yv(o), i = typeof t == "function";
|
|
10581
10585
|
f.useEffect(() => {
|
|
10582
10586
|
i && t(r);
|
|
10583
10587
|
}, [r, i, t]);
|
|
@@ -10592,7 +10596,7 @@ function Fo({ search: e = "", setSearch: t, ...a }) {
|
|
|
10592
10596
|
o && /* @__PURE__ */ n.jsx(X2, { onClick: l, icon: re })
|
|
10593
10597
|
] });
|
|
10594
10598
|
}
|
|
10595
|
-
function
|
|
10599
|
+
function Av({
|
|
10596
10600
|
children: e,
|
|
10597
10601
|
isLoading: t = !1,
|
|
10598
10602
|
disabled: a = !1,
|
|
@@ -10659,7 +10663,7 @@ function yv({
|
|
|
10659
10663
|
) })
|
|
10660
10664
|
] }) : /* @__PURE__ */ n.jsx("div", { className: I(F.adornment, F.left, a && F.disabled), children: /* @__PURE__ */ n.jsx("span", { className: "zap-content-medium", children: e }) });
|
|
10661
10665
|
}
|
|
10662
|
-
function
|
|
10666
|
+
function wv({
|
|
10663
10667
|
children: e,
|
|
10664
10668
|
isLoading: t = !1,
|
|
10665
10669
|
disabled: a = !1,
|
|
@@ -10717,9 +10721,9 @@ function Av({
|
|
|
10717
10721
|
] }) }) })
|
|
10718
10722
|
] }) : /* @__PURE__ */ n.jsx("div", { className: I(F.adornment, F.right, a && F.disabled), children: /* @__PURE__ */ n.jsx("span", { className: "zap-content-medium", children: e }) });
|
|
10719
10723
|
}
|
|
10720
|
-
|
|
10721
|
-
|
|
10722
|
-
const
|
|
10724
|
+
Av.displayName = p0.LEFT_ADORNMENT;
|
|
10725
|
+
wv.displayName = p0.RIGHT_ADORNMENT;
|
|
10726
|
+
const Nv = f.forwardRef(
|
|
10723
10727
|
({
|
|
10724
10728
|
errorMsg: e = "",
|
|
10725
10729
|
containerClassName: t = "",
|
|
@@ -10746,9 +10750,9 @@ const wv = f.forwardRef(
|
|
|
10746
10750
|
e && /* @__PURE__ */ n.jsx("span", { className: I("zap-subcontent-medium ", F.error), children: e })
|
|
10747
10751
|
] })
|
|
10748
10752
|
);
|
|
10749
|
-
|
|
10750
|
-
const
|
|
10751
|
-
function
|
|
10753
|
+
Nv.displayName = p0.TEXTAREA;
|
|
10754
|
+
const jv = "data:image/svg+xml,%3csvg%20width='14'%20height='2'%20viewBox='0%200%2014%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.541666%201C0.541666%200.654822%200.821488%200.375%201.16667%200.375H12.8333C13.1785%200.375%2013.4583%200.654822%2013.4583%201C13.4583%201.34518%2013.1785%201.625%2012.8333%201.625H1.16667C0.821488%201.625%200.541666%201.34518%200.541666%201Z'%20fill='%23070F2C'/%3e%3c/svg%3e", Sv = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%200.541626C7.34518%200.541626%207.625%200.821448%207.625%201.16663V6.37496H12.8333C13.1785%206.37496%2013.4583%206.65478%2013.4583%206.99996C13.4583%207.34514%2013.1785%207.62496%2012.8333%207.62496H7.625V12.8333C7.625%2013.1785%207.34518%2013.4583%207%2013.4583C6.65482%2013.4583%206.375%2013.1785%206.375%2012.8333V7.62496H1.16666C0.821486%207.62496%200.541664%207.34514%200.541664%206.99996C0.541664%206.65478%200.821486%206.37496%201.16666%206.37496H6.375V1.16663C6.375%200.821448%206.65482%200.541626%207%200.541626Z'%20fill='%23070F2C'/%3e%3c/svg%3e", Ro = /^[0-9]$/;
|
|
10755
|
+
function Ev({
|
|
10752
10756
|
onCountChange: e,
|
|
10753
10757
|
min: t = -1 / 0,
|
|
10754
10758
|
max: a = 1 / 0,
|
|
@@ -10782,7 +10786,7 @@ function Sv({
|
|
|
10782
10786
|
{
|
|
10783
10787
|
disabled: r || o <= t,
|
|
10784
10788
|
onClick: u,
|
|
10785
|
-
icon:
|
|
10789
|
+
icon: jv,
|
|
10786
10790
|
className: F.decrementIcon
|
|
10787
10791
|
}
|
|
10788
10792
|
),
|
|
@@ -10803,13 +10807,13 @@ function Sv({
|
|
|
10803
10807
|
{
|
|
10804
10808
|
disabled: r || o >= a,
|
|
10805
10809
|
onClick: l,
|
|
10806
|
-
icon:
|
|
10810
|
+
icon: Sv,
|
|
10807
10811
|
className: F.incrementIcon
|
|
10808
10812
|
}
|
|
10809
10813
|
)
|
|
10810
10814
|
] });
|
|
10811
10815
|
}
|
|
10812
|
-
|
|
10816
|
+
Ev.displayName = p0.COUNT;
|
|
10813
10817
|
function Vo({
|
|
10814
10818
|
onDecrement: e,
|
|
10815
10819
|
onIncrement: t,
|
|
@@ -10835,7 +10839,7 @@ function Vo({
|
|
|
10835
10839
|
] });
|
|
10836
10840
|
}
|
|
10837
10841
|
Vo.displayName = p0.NUMBER_ADORNMENT;
|
|
10838
|
-
function
|
|
10842
|
+
function Bv({
|
|
10839
10843
|
onCountChange: e,
|
|
10840
10844
|
min: t = -1 / 0,
|
|
10841
10845
|
max: a = 1 / 0,
|
|
@@ -10886,21 +10890,21 @@ function Ev({
|
|
|
10886
10890
|
)
|
|
10887
10891
|
] });
|
|
10888
10892
|
}
|
|
10889
|
-
|
|
10890
|
-
const
|
|
10891
|
-
box:
|
|
10892
|
-
item:
|
|
10893
|
-
active:
|
|
10894
|
-
separator:
|
|
10893
|
+
Bv.displayName = p0.NUMBER;
|
|
10894
|
+
const Fv = "_box_1soy5_1", Rv = "_item_1soy5_9", Vv = "_active_1soy5_17", kv = "_separator_1soy5_24", Lv = "_ellipsis_1soy5_28", Hv = "_dropdown_1soy5_34", Gv = "_link_1soy5_60", B0 = {
|
|
10895
|
+
box: Fv,
|
|
10896
|
+
item: Rv,
|
|
10897
|
+
active: Vv,
|
|
10898
|
+
separator: kv,
|
|
10895
10899
|
ellipsis: Lv,
|
|
10896
10900
|
dropdown: Hv,
|
|
10897
|
-
link:
|
|
10898
|
-
},
|
|
10901
|
+
link: Gv
|
|
10902
|
+
}, ko = Ht((e) => ({
|
|
10899
10903
|
breadcrumbs: [],
|
|
10900
10904
|
setBreadcrumbs: (t) => e({ breadcrumbs: t })
|
|
10901
10905
|
}));
|
|
10902
|
-
function
|
|
10903
|
-
const { breadcrumbs: e } =
|
|
10906
|
+
function O9() {
|
|
10907
|
+
const { breadcrumbs: e } = ko();
|
|
10904
10908
|
if (e.length <= 3)
|
|
10905
10909
|
return /* @__PURE__ */ n.jsx("nav", { "aria-label": "Breadcrumb", children: /* @__PURE__ */ n.jsx("ol", { className: B0.box, children: e.map((s, r) => /* @__PURE__ */ n.jsxs(
|
|
10906
10910
|
"li",
|
|
@@ -10942,19 +10946,19 @@ function Of() {
|
|
|
10942
10946
|
/* @__PURE__ */ n.jsx("li", { className: Ie(B0.item, B0.active), children: /* @__PURE__ */ n.jsx(mt, { to: a.href || "", className: Ie("zap-content-medium", B0.link), children: a.label }) })
|
|
10943
10947
|
] }) });
|
|
10944
10948
|
}
|
|
10945
|
-
const
|
|
10946
|
-
const t =
|
|
10949
|
+
const W9 = (e) => {
|
|
10950
|
+
const t = ko((a) => a.setBreadcrumbs);
|
|
10947
10951
|
f.useEffect(() => (t(e), () => {
|
|
10948
10952
|
t([]);
|
|
10949
10953
|
}), [e, t]);
|
|
10950
10954
|
};
|
|
10951
10955
|
export {
|
|
10952
|
-
|
|
10953
|
-
|
|
10956
|
+
Og as ALERT_ACTION_TYPES,
|
|
10957
|
+
zg as ALERT_TYPES,
|
|
10954
10958
|
$i as ActionsDropdown,
|
|
10955
|
-
|
|
10959
|
+
P9 as Alert,
|
|
10956
10960
|
O2 as AsyncImage,
|
|
10957
|
-
|
|
10961
|
+
B9 as Avatar,
|
|
10958
10962
|
A2 as BADGE_HIGHLIGHT,
|
|
10959
10963
|
q0 as BADGE_STATUS,
|
|
10960
10964
|
u0 as BUTTON_V2_SIZE,
|
|
@@ -10962,90 +10966,90 @@ export {
|
|
|
10962
10966
|
K as BUTTON_V2_VARIANT,
|
|
10963
10967
|
X0 as BUTTON_VARIANT,
|
|
10964
10968
|
Pn as Badge,
|
|
10965
|
-
|
|
10966
|
-
|
|
10969
|
+
O9 as Breadcrumbs,
|
|
10970
|
+
L0 as Button,
|
|
10967
10971
|
ae as ButtonV2,
|
|
10968
|
-
|
|
10969
|
-
|
|
10970
|
-
|
|
10971
|
-
|
|
10972
|
-
|
|
10973
|
-
|
|
10974
|
-
|
|
10972
|
+
b9 as Checkbox,
|
|
10973
|
+
D9 as CheckboxV2,
|
|
10974
|
+
E9 as ColorPicker,
|
|
10975
|
+
f9 as CreatableSelect,
|
|
10976
|
+
T9 as CreatableSelectV2,
|
|
10977
|
+
M9 as DatePicker,
|
|
10978
|
+
l9 as Drawer,
|
|
10975
10979
|
ho as DrawerV2,
|
|
10976
10980
|
us as EmptyState,
|
|
10977
10981
|
fs as Input,
|
|
10978
10982
|
N2 as InputContainer,
|
|
10979
|
-
|
|
10980
|
-
|
|
10983
|
+
Iv as InputControlV2,
|
|
10984
|
+
Ev as InputCount,
|
|
10981
10985
|
_s as InputGroup,
|
|
10982
10986
|
Wt as InputGroupV2,
|
|
10983
10987
|
Dt as InputLabel,
|
|
10984
10988
|
bs as InputLeftAddon,
|
|
10985
|
-
|
|
10989
|
+
Av as InputLeftAdornment,
|
|
10986
10990
|
Cs as InputLeftElement,
|
|
10987
10991
|
Z2 as InputLeftIcon,
|
|
10988
|
-
|
|
10992
|
+
Bv as InputNumber,
|
|
10989
10993
|
xs as InputRightAddon,
|
|
10990
|
-
|
|
10994
|
+
wv as InputRightAdornment,
|
|
10991
10995
|
Is as InputRightElement,
|
|
10992
10996
|
X2 as InputRightIcon,
|
|
10993
10997
|
Ot as InputV2,
|
|
10994
10998
|
p3 as LOADER_VARIANT,
|
|
10995
|
-
|
|
10996
|
-
|
|
10999
|
+
_v as LabelV2,
|
|
11000
|
+
N9 as LayoutTabs,
|
|
10997
11001
|
uo as Loader,
|
|
10998
|
-
|
|
10999
|
-
|
|
11000
|
-
|
|
11001
|
-
|
|
11002
|
-
|
|
11003
|
-
|
|
11004
|
-
|
|
11005
|
-
|
|
11002
|
+
i9 as Modal,
|
|
11003
|
+
c9 as ModalBody,
|
|
11004
|
+
u9 as ModalContent,
|
|
11005
|
+
r9 as ModalFooter,
|
|
11006
|
+
d9 as ModalHeader,
|
|
11007
|
+
Hc as ModalOverlay,
|
|
11008
|
+
Eh as PILL_STATUS,
|
|
11009
|
+
G9 as Pill,
|
|
11006
11010
|
Gc as Popover,
|
|
11007
|
-
|
|
11011
|
+
m9 as PopoverCloseButton,
|
|
11008
11012
|
Zc as PopoverContent,
|
|
11009
|
-
|
|
11010
|
-
|
|
11013
|
+
p9 as PopoverDescription,
|
|
11014
|
+
h9 as PopoverTitle,
|
|
11011
11015
|
Xc as PopoverTrigger,
|
|
11012
|
-
|
|
11013
|
-
|
|
11014
|
-
|
|
11016
|
+
x9 as Progress,
|
|
11017
|
+
w9 as RadioGroup,
|
|
11018
|
+
H0 as SELECT_VARIANT,
|
|
11015
11019
|
R3 as STATUS_MAP,
|
|
11016
11020
|
V as SVG,
|
|
11017
|
-
|
|
11021
|
+
ke as Search,
|
|
11018
11022
|
Fo as SearchV2,
|
|
11019
|
-
|
|
11020
|
-
|
|
11021
|
-
|
|
11022
|
-
|
|
11023
|
+
C9 as SegmentedControl,
|
|
11024
|
+
g9 as Select,
|
|
11025
|
+
v9 as SelectAsync,
|
|
11026
|
+
Jh as SelectV2,
|
|
11023
11027
|
Gl as Selectors,
|
|
11024
11028
|
It as Skeleton,
|
|
11025
|
-
|
|
11026
|
-
|
|
11027
|
-
|
|
11028
|
-
|
|
11029
|
+
j9 as Switch,
|
|
11030
|
+
R9 as Tab,
|
|
11031
|
+
a9 as Table,
|
|
11032
|
+
L9 as TableDeviceCell,
|
|
11029
11033
|
fo as TablePagination,
|
|
11030
|
-
|
|
11031
|
-
|
|
11032
|
-
|
|
11033
|
-
|
|
11034
|
-
|
|
11035
|
-
|
|
11036
|
-
|
|
11034
|
+
k9 as TableUserCell,
|
|
11035
|
+
V9 as TableV3,
|
|
11036
|
+
F9 as Tabs,
|
|
11037
|
+
S9 as Tag,
|
|
11038
|
+
H9 as TaskCards,
|
|
11039
|
+
Nv as TextareaV2,
|
|
11040
|
+
A9 as ToastCloseButton,
|
|
11037
11041
|
nt as Tooltip,
|
|
11038
11042
|
zt as TooltipV2,
|
|
11039
11043
|
K3 as USER_CHIP_STATUS,
|
|
11040
|
-
|
|
11044
|
+
z9 as Upload,
|
|
11041
11045
|
e4 as UserChip,
|
|
11042
11046
|
xt as alertTypeMap,
|
|
11043
|
-
|
|
11047
|
+
Ah as getProductIconFromType,
|
|
11044
11048
|
Be as statusMap,
|
|
11045
|
-
|
|
11046
|
-
|
|
11047
|
-
|
|
11048
|
-
|
|
11049
|
-
|
|
11050
|
-
|
|
11049
|
+
I9 as toastError,
|
|
11050
|
+
_9 as toastInfo,
|
|
11051
|
+
k5 as toastSuccess,
|
|
11052
|
+
y9 as toastWarning,
|
|
11053
|
+
W9 as useBreadcrumbs,
|
|
11054
|
+
ko as useBreadcrumbsStore
|
|
11051
11055
|
};
|