@hybr1d-tech/charizard 1.1.71 → 1.1.72
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 +267 -258
- package/dist/hybr1d-ui.umd.cjs +9 -9
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './hybr1d-ui.css';
|
|
2
2
|
import * as q from "react";
|
|
3
3
|
import w1, { useState as H0, useEffect as r1, useLayoutEffect as R7, useContext as V7, useRef as d2, createContext as B7, useMemo as V2, useCallback as V0, Component as G7, Fragment as P3, forwardRef as B5, createElement as T3 } from "react";
|
|
4
|
-
import { differenceInCalendarDays as
|
|
4
|
+
import { differenceInCalendarDays as L7, parseISO as G5, addMonths as J1, format as K1, isDate as F7, isSameDay as S4, isBefore as R4, addYears as H7, addDays as k7 } from "date-fns";
|
|
5
5
|
import f, { clsx as M2 } from "clsx";
|
|
6
6
|
import { toast as h3 } from "react-toastify";
|
|
7
7
|
import D7 from "react-inlinesvg";
|
|
@@ -11,8 +11,8 @@ import { useMachine as q0, normalizeProps as f0, Portal as A2 } from "@zag-js/re
|
|
|
11
11
|
import * as e3 from "@zag-js/tooltip";
|
|
12
12
|
import * as l3 from "@zag-js/dialog";
|
|
13
13
|
import * as i1 from "@zag-js/popover";
|
|
14
|
-
import
|
|
15
|
-
import { keyframes as P7, jsx as T, css as
|
|
14
|
+
import L5, { components as a2 } from "react-select";
|
|
15
|
+
import { keyframes as P7, jsx as T, css as F5 } from "@emotion/react";
|
|
16
16
|
import { createPortal as H5 } from "react-dom";
|
|
17
17
|
import * as u1 from "@zag-js/radio-group";
|
|
18
18
|
import { Tooltip as T7 } from "react-tooltip";
|
|
@@ -26,8 +26,8 @@ import * as a3 from "@zag-js/checkbox";
|
|
|
26
26
|
import { defaultDropAnimationSideEffects as W7, DragOverlay as Y7, useSensors as $7, useSensor as w3, PointerSensor as J7, MouseSensor as U7, KeyboardSensor as Q7, DndContext as K7 } from "@dnd-kit/core";
|
|
27
27
|
import { useSortable as e8, sortableKeyboardCoordinates as l8, arrayMove as a8, SortableContext as G4 } from "@dnd-kit/sortable";
|
|
28
28
|
import { CSS as t8 } from "@dnd-kit/utilities";
|
|
29
|
-
import { useReactTable as c8, getCoreRowModel as n8, flexRender as
|
|
30
|
-
import * as
|
|
29
|
+
import { useReactTable as c8, getCoreRowModel as n8, flexRender as L4 } from "@tanstack/react-table";
|
|
30
|
+
import * as F4 from "@zag-js/pagination";
|
|
31
31
|
import * as N3 from "@zag-js/select";
|
|
32
32
|
import * as H4 from "@zag-js/accordion";
|
|
33
33
|
import * as k4 from "@zag-js/switch";
|
|
@@ -39,7 +39,7 @@ const o8 = "https://www.zenadmin.ai", r8 = "mailto:customersuccess@zenadmin.ai",
|
|
|
39
39
|
}, i8 = (e) => {
|
|
40
40
|
if (!e) return !1;
|
|
41
41
|
const l = Date.UTC((/* @__PURE__ */ new Date()).getFullYear(), (/* @__PURE__ */ new Date()).getMonth(), (/* @__PURE__ */ new Date()).getDate());
|
|
42
|
-
return
|
|
42
|
+
return L7(G5(e), l) < 0;
|
|
43
43
|
};
|
|
44
44
|
function u8(e, l) {
|
|
45
45
|
if (!l) return !1;
|
|
@@ -152,14 +152,14 @@ function C8() {
|
|
|
152
152
|
r0.unshift("Warning: " + j), Function.prototype.apply.call(console[g], console, r0);
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
|
-
var z = !1, N = !1, w = !1, M = !1, y = !1,
|
|
156
|
-
|
|
155
|
+
var z = !1, N = !1, w = !1, M = !1, y = !1, L;
|
|
156
|
+
L = Symbol.for("react.module.reference");
|
|
157
157
|
function O(g) {
|
|
158
158
|
return !!(typeof g == "string" || typeof g == "function" || g === c || g === s || y || g === t || g === u || g === m || M || g === h || z || N || w || typeof g == "object" && g !== null && (g.$$typeof === v || g.$$typeof === d || g.$$typeof === r || g.$$typeof === i || g.$$typeof === o || // This needs to include all possible module reference object
|
|
159
159
|
// types supported by any Flight configuration anywhere since
|
|
160
160
|
// we don't know which Flight build this will end up being used
|
|
161
161
|
// with.
|
|
162
|
-
g.$$typeof ===
|
|
162
|
+
g.$$typeof === L || g.getModuleId !== void 0));
|
|
163
163
|
}
|
|
164
164
|
function $(g, j, G) {
|
|
165
165
|
var X = g.displayName;
|
|
@@ -216,14 +216,14 @@ function C8() {
|
|
|
216
216
|
}
|
|
217
217
|
return null;
|
|
218
218
|
}
|
|
219
|
-
var A = Object.assign, H = 0,
|
|
219
|
+
var A = Object.assign, H = 0, F, K, V, v0, M0, r2, l0;
|
|
220
220
|
function u0() {
|
|
221
221
|
}
|
|
222
222
|
u0.__reactDisabledLog = !0;
|
|
223
223
|
function k0() {
|
|
224
224
|
{
|
|
225
225
|
if (H === 0) {
|
|
226
|
-
|
|
226
|
+
F = console.log, K = console.info, V = console.warn, v0 = console.error, M0 = console.group, r2 = console.groupCollapsed, l0 = console.groupEnd;
|
|
227
227
|
var g = {
|
|
228
228
|
configurable: !0,
|
|
229
229
|
enumerable: !0,
|
|
@@ -253,7 +253,7 @@ function C8() {
|
|
|
253
253
|
};
|
|
254
254
|
Object.defineProperties(console, {
|
|
255
255
|
log: A({}, g, {
|
|
256
|
-
value:
|
|
256
|
+
value: F
|
|
257
257
|
}),
|
|
258
258
|
info: A({}, g, {
|
|
259
259
|
value: K
|
|
@@ -441,7 +441,7 @@ function C8() {
|
|
|
441
441
|
return G;
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
|
-
function
|
|
444
|
+
function L0(g) {
|
|
445
445
|
try {
|
|
446
446
|
return v1(g), !1;
|
|
447
447
|
} catch {
|
|
@@ -452,7 +452,7 @@ function C8() {
|
|
|
452
452
|
return "" + g;
|
|
453
453
|
}
|
|
454
454
|
function H1(g) {
|
|
455
|
-
if (
|
|
455
|
+
if (L0(g))
|
|
456
456
|
return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", k2(g)), v1(g);
|
|
457
457
|
}
|
|
458
458
|
var _4 = x.ReactCurrentOwner, p7 = {
|
|
@@ -922,7 +922,7 @@ const V8 = (e, l = []) => {
|
|
|
922
922
|
dispatch: (n) => l((c) => ({
|
|
923
923
|
query: G8(c.query, n, e)
|
|
924
924
|
}))
|
|
925
|
-
})),
|
|
925
|
+
})), L8 = {
|
|
926
926
|
team: {
|
|
927
927
|
employeeDirectory: {
|
|
928
928
|
list: { label: "People", value: "team_list" },
|
|
@@ -976,7 +976,7 @@ const V8 = (e, l = []) => {
|
|
|
976
976
|
}
|
|
977
977
|
}
|
|
978
978
|
}, qq = (e) => {
|
|
979
|
-
for (const l of Object.values(
|
|
979
|
+
for (const l of Object.values(L8))
|
|
980
980
|
for (const n of Object.values(l))
|
|
981
981
|
for (const c of Object.values(n))
|
|
982
982
|
if (c.value === e)
|
|
@@ -985,7 +985,7 @@ const V8 = (e, l = []) => {
|
|
|
985
985
|
function e6(e) {
|
|
986
986
|
return q.useMemo(() => d8(e), [e]);
|
|
987
987
|
}
|
|
988
|
-
function
|
|
988
|
+
function F8(e = -3, l, n) {
|
|
989
989
|
const c = l ? new Date(l) : null, t = c && !isNaN(c.getTime()) ? c : J1(/* @__PURE__ */ new Date(), e), s = n ? new Date(n) : null, r = s && !isNaN(s.getTime()) ? s : /* @__PURE__ */ new Date(), [i, o] = q.useState({
|
|
990
990
|
from: t,
|
|
991
991
|
to: r
|
|
@@ -1407,10 +1407,10 @@ function B1({
|
|
|
1407
1407
|
)
|
|
1408
1408
|
] });
|
|
1409
1409
|
}
|
|
1410
|
-
const Ge = "_backdropLayer_5ongu_1",
|
|
1410
|
+
const Ge = "_backdropLayer_5ongu_1", Le = "_show_5ongu_12", Fe = "_backdrop_5ongu_1", He = "_showBackdrop_5ongu_24", ke = "_container_5ongu_28", De = "_rightAlign_5ongu_40", Pe = "_leftAlign_5ongu_44", Te = "_sm_5ongu_48", Oe = "_md_5ongu_52", Ze = "_lg_5ongu_56", Xe = "_xlg_5ongu_60", We = "_xxlg_5ongu_64", Ye = "_content_5ongu_68", $e = "_headerContainer_5ongu_74", Je = "_showBorder_5ongu_82", Ue = "_title_5ongu_86", Qe = "_subTitle_5ongu_94", Ke = "_closeBtnIcon_5ongu_103", el = "_descriptionContainer_5ongu_113", ll = "_fullHeight_5ongu_119", al = "_footer_5ongu_124", tl = "_footerBtnContainer_5ongu_140", cl = "_footerBtn_5ongu_140", nl = "_saveBtn_5ongu_154", sl = "_cancelBtn_5ongu_155", S0 = {
|
|
1411
1411
|
backdropLayer: Ge,
|
|
1412
|
-
show:
|
|
1413
|
-
backdrop:
|
|
1412
|
+
show: Le,
|
|
1413
|
+
backdrop: Fe,
|
|
1414
1414
|
showBackdrop: He,
|
|
1415
1415
|
container: ke,
|
|
1416
1416
|
rightAlign: De,
|
|
@@ -1459,8 +1459,8 @@ function bq({
|
|
|
1459
1459
|
return q.useEffect(() => {
|
|
1460
1460
|
const y = setTimeout(() => {
|
|
1461
1461
|
if (I.current && z.current && N.current) {
|
|
1462
|
-
const
|
|
1463
|
-
I.current.style.transform =
|
|
1462
|
+
const L = e ? "translateX(0)" : `translateX(${w})`, O = `calc(100dvh - (1.75rem * 2) - ${N.current.clientHeight}px)`;
|
|
1463
|
+
I.current.style.transform = L, z.current.style.maxHeight = O, z.current.style.height = O;
|
|
1464
1464
|
}
|
|
1465
1465
|
}, 0);
|
|
1466
1466
|
return () => {
|
|
@@ -1505,7 +1505,7 @@ function bq({
|
|
|
1505
1505
|
}
|
|
1506
1506
|
),
|
|
1507
1507
|
m && /* @__PURE__ */ a.jsx("div", { className: f(S0.footer, C), ref: N, children: r || d && /* @__PURE__ */ a.jsxs("div", { className: S0.footerBtnContainer, children: [
|
|
1508
|
-
/* @__PURE__ */ a.jsx("div", { className: S0.footerBtn, children: d.map((y,
|
|
1508
|
+
/* @__PURE__ */ a.jsx("div", { className: S0.footerBtn, children: d.map((y, L) => /* @__PURE__ */ a.jsx(
|
|
1509
1509
|
s0,
|
|
1510
1510
|
{
|
|
1511
1511
|
disabled: y == null ? void 0 : y.disabled,
|
|
@@ -1514,7 +1514,7 @@ function bq({
|
|
|
1514
1514
|
type: y.btnType === O0.ICON_LEFT || y.btnType === O0.ICON_RIGHT ? O0.BASIC : y == null ? void 0 : y.btnType,
|
|
1515
1515
|
children: y.btnText
|
|
1516
1516
|
},
|
|
1517
|
-
|
|
1517
|
+
L
|
|
1518
1518
|
)) }),
|
|
1519
1519
|
v && /* @__PURE__ */ a.jsx("div", { children: v })
|
|
1520
1520
|
] }) })
|
|
@@ -1884,12 +1884,12 @@ function f3({
|
|
|
1884
1884
|
}
|
|
1885
1885
|
f3.displayName = _0.INPUT_LABEL;
|
|
1886
1886
|
f3.id = _0.INPUT_LABEL;
|
|
1887
|
-
const Vl = "_backdrop_7yg3k_1", Bl = "_container_7yg3k_16", Gl = "_contentWrapper_7yg3k_30",
|
|
1887
|
+
const Vl = "_backdrop_7yg3k_1", Bl = "_container_7yg3k_16", Gl = "_contentWrapper_7yg3k_30", Ll = "_sm_7yg3k_39", Fl = "_md_7yg3k_43", Hl = "_fullScreen_7yg3k_47", kl = "_content_7yg3k_30", Dl = "_header_7yg3k_58", Pl = "_showBorder_7yg3k_75", Tl = "_closeIconSpan_7yg3k_79", Ol = "_closeIcon_7yg3k_79", Zl = "_body_7yg3k_93", Xl = "_footer_7yg3k_103", Wl = "_btnsContainer_7yg3k_119", Yl = "_buttonLabel_7yg3k_127", l2 = {
|
|
1888
1888
|
backdrop: Vl,
|
|
1889
1889
|
container: Bl,
|
|
1890
1890
|
contentWrapper: Gl,
|
|
1891
|
-
sm:
|
|
1892
|
-
md:
|
|
1891
|
+
sm: Ll,
|
|
1892
|
+
md: Fl,
|
|
1893
1893
|
fullScreen: Hl,
|
|
1894
1894
|
content: kl,
|
|
1895
1895
|
header: Dl,
|
|
@@ -2357,7 +2357,7 @@ function jq({
|
|
|
2357
2357
|
className: j0.selectContainer,
|
|
2358
2358
|
children: [
|
|
2359
2359
|
/* @__PURE__ */ a.jsx(
|
|
2360
|
-
|
|
2360
|
+
L5,
|
|
2361
2361
|
{
|
|
2362
2362
|
value: p,
|
|
2363
2363
|
isMulti: b,
|
|
@@ -2622,7 +2622,7 @@ function G9(e) {
|
|
|
2622
2622
|
y: n
|
|
2623
2623
|
};
|
|
2624
2624
|
}
|
|
2625
|
-
const
|
|
2625
|
+
const L9 = Math.min, F9 = Math.max, n3 = Math.round, T1 = Math.floor, s3 = (e) => ({
|
|
2626
2626
|
x: e,
|
|
2627
2627
|
y: e
|
|
2628
2628
|
});
|
|
@@ -2779,7 +2779,7 @@ function W9(e, l) {
|
|
|
2779
2779
|
return;
|
|
2780
2780
|
const h = T1(m), _ = T1(t.clientWidth - (u + d)), C = T1(t.clientHeight - (m + v)), b = T1(u), p = {
|
|
2781
2781
|
rootMargin: -h + "px " + -_ + "px " + -C + "px " + -b + "px",
|
|
2782
|
-
threshold:
|
|
2782
|
+
threshold: F9(0, L9(1, o)) || 1
|
|
2783
2783
|
};
|
|
2784
2784
|
let I = !0;
|
|
2785
2785
|
function z(N) {
|
|
@@ -2979,7 +2979,7 @@ function da(e) {
|
|
|
2979
2979
|
maxHeight: l
|
|
2980
2980
|
};
|
|
2981
2981
|
if (!n || !n.offsetParent) return u;
|
|
2982
|
-
var m = o.getBoundingClientRect(), d = m.height, v = n.getBoundingClientRect(), h = v.bottom, _ = v.height, C = v.top, b = n.offsetParent.getBoundingClientRect(), x = b.top, p = r ? window.innerHeight : K9(o), I = b6(o), z = parseInt(getComputedStyle(n).marginBottom, 10), N = parseInt(getComputedStyle(n).marginTop, 10), w = x - N, M = p - C, y = w + I,
|
|
2982
|
+
var m = o.getBoundingClientRect(), d = m.height, v = n.getBoundingClientRect(), h = v.bottom, _ = v.height, C = v.top, b = n.offsetParent.getBoundingClientRect(), x = b.top, p = r ? window.innerHeight : K9(o), I = b6(o), z = parseInt(getComputedStyle(n).marginBottom, 10), N = parseInt(getComputedStyle(n).marginTop, 10), w = x - N, M = p - C, y = w + I, L = d - I - C, O = h - p + I + z, $ = I + C - N, k = 160;
|
|
2983
2983
|
switch (t) {
|
|
2984
2984
|
case "auto":
|
|
2985
2985
|
case "bottom":
|
|
@@ -2988,14 +2988,14 @@ function da(e) {
|
|
|
2988
2988
|
placement: "bottom",
|
|
2989
2989
|
maxHeight: l
|
|
2990
2990
|
};
|
|
2991
|
-
if (
|
|
2991
|
+
if (L >= _ && !r)
|
|
2992
2992
|
return s && O1(o, O, k), {
|
|
2993
2993
|
placement: "bottom",
|
|
2994
2994
|
maxHeight: l
|
|
2995
2995
|
};
|
|
2996
|
-
if (!r &&
|
|
2996
|
+
if (!r && L >= c || r && M >= c) {
|
|
2997
2997
|
s && O1(o, O, k);
|
|
2998
|
-
var B = r ? M - z :
|
|
2998
|
+
var B = r ? M - z : L - z;
|
|
2999
2999
|
return {
|
|
3000
3000
|
placement: "bottom",
|
|
3001
3001
|
maxHeight: B
|
|
@@ -3026,10 +3026,10 @@ function da(e) {
|
|
|
3026
3026
|
maxHeight: l
|
|
3027
3027
|
};
|
|
3028
3028
|
if (!r && y >= c || r && w >= c) {
|
|
3029
|
-
var
|
|
3030
|
-
return (!r && y >= c || r && w >= c) && (
|
|
3029
|
+
var F = l;
|
|
3030
|
+
return (!r && y >= c || r && w >= c) && (F = r ? w - N : y - N), s && O1(o, $, k), {
|
|
3031
3031
|
placement: "top",
|
|
3032
|
-
maxHeight:
|
|
3032
|
+
maxHeight: F
|
|
3033
3033
|
};
|
|
3034
3034
|
}
|
|
3035
3035
|
return {
|
|
@@ -3153,9 +3153,9 @@ var x6 = function(l) {
|
|
|
3153
3153
|
};
|
|
3154
3154
|
}, []), C = H0(null), b = R0(C, 2), x = b[0], p = b[1], I = V0(function() {
|
|
3155
3155
|
if (t) {
|
|
3156
|
-
var M = aa(t), y = i === "fixed" ? 0 : window.pageYOffset,
|
|
3157
|
-
(
|
|
3158
|
-
offset:
|
|
3156
|
+
var M = aa(t), y = i === "fixed" ? 0 : window.pageYOffset, L = M[v] + y;
|
|
3157
|
+
(L !== (x == null ? void 0 : x.offset) || M.left !== (x == null ? void 0 : x.rect.left) || M.width !== (x == null ? void 0 : x.rect.width)) && p({
|
|
3158
|
+
offset: L,
|
|
3159
3159
|
rect: M
|
|
3160
3160
|
});
|
|
3161
3161
|
}
|
|
@@ -3287,7 +3287,7 @@ var Va = process.env.NODE_ENV === "production" ? {
|
|
|
3287
3287
|
indicator: !0,
|
|
3288
3288
|
"dropdown-indicator": !0
|
|
3289
3289
|
}), c), n || T(y6, null));
|
|
3290
|
-
},
|
|
3290
|
+
}, La = A6, Fa = function(l) {
|
|
3291
3291
|
var n = l.children, c = l.innerProps;
|
|
3292
3292
|
return T("div", Z({}, g0(l, "clearIndicator", {
|
|
3293
3293
|
indicator: !0,
|
|
@@ -3331,7 +3331,7 @@ var Va = process.env.NODE_ENV === "production" ? {
|
|
|
3331
3331
|
}, M3 = function(l) {
|
|
3332
3332
|
var n = l.delay, c = l.offset;
|
|
3333
3333
|
return T("span", {
|
|
3334
|
-
css: /* @__PURE__ */
|
|
3334
|
+
css: /* @__PURE__ */ F5({
|
|
3335
3335
|
animation: "".concat(Da, " 1s ease-in-out ").concat(n, "ms infinite;"),
|
|
3336
3336
|
backgroundColor: "currentColor",
|
|
3337
3337
|
borderRadius: "1em",
|
|
@@ -3630,7 +3630,7 @@ var dt = function(l) {
|
|
|
3630
3630
|
"single-value--is-disabled": c
|
|
3631
3631
|
}), t), n);
|
|
3632
3632
|
}, xt = Ct, _t = {
|
|
3633
|
-
ClearIndicator:
|
|
3633
|
+
ClearIndicator: Fa,
|
|
3634
3634
|
Control: Xa,
|
|
3635
3635
|
DropdownIndicator: Ga,
|
|
3636
3636
|
DownChevron: y6,
|
|
@@ -3755,12 +3755,12 @@ var Nt = process.env.NODE_ENV === "production" ? {
|
|
|
3755
3755
|
}, Et = function(l) {
|
|
3756
3756
|
var n = l.ariaSelection, c = l.focusedOption, t = l.focusedValue, s = l.focusableOptions, r = l.isFocused, i = l.selectValue, o = l.selectProps, u = l.id, m = l.isAppleDevice, d = o.ariaLiveMessages, v = o.getOptionLabel, h = o.inputValue, _ = o.isMulti, C = o.isOptionDisabled, b = o.isSearchable, x = o.menuIsOpen, p = o.options, I = o.screenReaderStatus, z = o.tabSelectsValue, N = o.isLoading, w = o["aria-label"], M = o["aria-live"], y = V2(function() {
|
|
3757
3757
|
return P(P({}, Mt), d || {});
|
|
3758
|
-
}, [d]),
|
|
3758
|
+
}, [d]), L = V2(function() {
|
|
3759
3759
|
var H = "";
|
|
3760
3760
|
if (n && y.onChange) {
|
|
3761
|
-
var
|
|
3761
|
+
var F = n.option, K = n.options, V = n.removedValue, v0 = n.removedValues, M0 = n.value, r2 = function(z0) {
|
|
3762
3762
|
return Array.isArray(z0) ? null : z0;
|
|
3763
|
-
}, l0 = V ||
|
|
3763
|
+
}, l0 = V || F || r2(M0), u0 = l0 ? v(l0) : "", k0 = K || v0 || void 0, I0 = k0 ? k0.map(v) : [], i0 = P({
|
|
3764
3764
|
// multiSelected items are usually items that have already been selected
|
|
3765
3765
|
// or set by the user as a default value so we assume they are not disabled
|
|
3766
3766
|
isDisabled: l0 && C(l0, i),
|
|
@@ -3771,15 +3771,15 @@ var Nt = process.env.NODE_ENV === "production" ? {
|
|
|
3771
3771
|
}
|
|
3772
3772
|
return H;
|
|
3773
3773
|
}, [n, y, C, i, v]), O = V2(function() {
|
|
3774
|
-
var H = "",
|
|
3775
|
-
if (
|
|
3774
|
+
var H = "", F = c || t, K = !!(c && i && i.includes(c));
|
|
3775
|
+
if (F && y.onFocus) {
|
|
3776
3776
|
var V = {
|
|
3777
|
-
focused:
|
|
3778
|
-
label: v(
|
|
3779
|
-
isDisabled: C(
|
|
3777
|
+
focused: F,
|
|
3778
|
+
label: v(F),
|
|
3779
|
+
isDisabled: C(F, i),
|
|
3780
3780
|
isSelected: K,
|
|
3781
3781
|
options: s,
|
|
3782
|
-
context:
|
|
3782
|
+
context: F === c ? "menu" : "value",
|
|
3783
3783
|
selectValue: i,
|
|
3784
3784
|
isAppleDevice: m
|
|
3785
3785
|
};
|
|
@@ -3789,22 +3789,22 @@ var Nt = process.env.NODE_ENV === "production" ? {
|
|
|
3789
3789
|
}, [c, t, v, C, y, s, i, m]), $ = V2(function() {
|
|
3790
3790
|
var H = "";
|
|
3791
3791
|
if (x && p.length && !N && y.onFilter) {
|
|
3792
|
-
var
|
|
3792
|
+
var F = I({
|
|
3793
3793
|
count: s.length
|
|
3794
3794
|
});
|
|
3795
3795
|
H = y.onFilter({
|
|
3796
3796
|
inputValue: h,
|
|
3797
|
-
resultsMessage:
|
|
3797
|
+
resultsMessage: F
|
|
3798
3798
|
});
|
|
3799
3799
|
}
|
|
3800
3800
|
return H;
|
|
3801
3801
|
}, [s, h, x, y, p, I, N]), k = (n == null ? void 0 : n.action) === "initial-input-focus", B = V2(function() {
|
|
3802
3802
|
var H = "";
|
|
3803
3803
|
if (y.guidance) {
|
|
3804
|
-
var
|
|
3804
|
+
var F = t ? "value" : x ? "menu" : "input";
|
|
3805
3805
|
H = y.guidance({
|
|
3806
3806
|
"aria-label": w,
|
|
3807
|
-
context:
|
|
3807
|
+
context: F,
|
|
3808
3808
|
isDisabled: c && C(c, i),
|
|
3809
3809
|
isMulti: _,
|
|
3810
3810
|
isSearchable: b,
|
|
@@ -3815,7 +3815,7 @@ var Nt = process.env.NODE_ENV === "production" ? {
|
|
|
3815
3815
|
return H;
|
|
3816
3816
|
}, [w, c, t, _, C, b, x, y, i, z, k]), A = T(P3, null, T("span", {
|
|
3817
3817
|
id: "aria-selection"
|
|
3818
|
-
},
|
|
3818
|
+
}, L), T("span", {
|
|
3819
3819
|
id: "aria-focused"
|
|
3820
3820
|
}, O), T("span", {
|
|
3821
3821
|
id: "aria-results"
|
|
@@ -4108,13 +4108,13 @@ var M6 = function(l) {
|
|
|
4108
4108
|
}, l), s = t.ignoreCase, r = t.ignoreAccents, i = t.stringify, o = t.trim, u = t.matchFrom, m = o ? a5(c) : c, d = o ? a5(i(n)) : i(n);
|
|
4109
4109
|
return s && (m = m.toLowerCase(), d = d.toLowerCase()), r && (m = Vt(m), d = M6(d)), u === "start" ? d.substr(0, m.length) === m : d.indexOf(m) > -1;
|
|
4110
4110
|
};
|
|
4111
|
-
},
|
|
4112
|
-
function
|
|
4113
|
-
var l = e.innerRef, n = p2(e,
|
|
4111
|
+
}, Lt = ["innerRef"];
|
|
4112
|
+
function Ft(e) {
|
|
4113
|
+
var l = e.innerRef, n = p2(e, Lt), c = ra(n, "onExited", "in", "enter", "exit", "appear");
|
|
4114
4114
|
return T("input", Z({
|
|
4115
4115
|
ref: l
|
|
4116
4116
|
}, c, {
|
|
4117
|
-
css: /* @__PURE__ */
|
|
4117
|
+
css: /* @__PURE__ */ F5({
|
|
4118
4118
|
label: "dummyInput",
|
|
4119
4119
|
// get rid of any default styles
|
|
4120
4120
|
background: 0,
|
|
@@ -4143,8 +4143,8 @@ var Ht = function(l) {
|
|
|
4143
4143
|
function kt(e) {
|
|
4144
4144
|
var l = e.isEnabled, n = e.onBottomArrive, c = e.onBottomLeave, t = e.onTopArrive, s = e.onTopLeave, r = d2(!1), i = d2(!1), o = d2(0), u = d2(null), m = V0(function(b, x) {
|
|
4145
4145
|
if (u.current !== null) {
|
|
4146
|
-
var p = u.current, I = p.scrollTop, z = p.scrollHeight, N = p.clientHeight, w = u.current, M = x > 0, y = z - N - I,
|
|
4147
|
-
y > x && r.current && (c && c(b), r.current = !1), M && i.current && (s && s(b), i.current = !1), M && x > y ? (n && !r.current && n(b), w.scrollTop = z,
|
|
4146
|
+
var p = u.current, I = p.scrollTop, z = p.scrollHeight, N = p.clientHeight, w = u.current, M = x > 0, y = z - N - I, L = !1;
|
|
4147
|
+
y > x && r.current && (c && c(b), r.current = !1), M && i.current && (s && s(b), i.current = !1), M && x > y ? (n && !r.current && n(b), w.scrollTop = z, L = !0, r.current = !0) : !M && -x > I && (t && !i.current && t(b), w.scrollTop = 0, L = !0, i.current = !0), L && Ht(b);
|
|
4148
4148
|
}
|
|
4149
4149
|
}, [n, c, t, s]), d = V0(function(b) {
|
|
4150
4150
|
m(b, b.deltaY);
|
|
@@ -4320,7 +4320,7 @@ var ec = function(l) {
|
|
|
4320
4320
|
}, lc = function(l) {
|
|
4321
4321
|
return !!l.isDisabled;
|
|
4322
4322
|
}, ac = {
|
|
4323
|
-
clearIndicator:
|
|
4323
|
+
clearIndicator: La,
|
|
4324
4324
|
container: ya,
|
|
4325
4325
|
control: Oa,
|
|
4326
4326
|
dropdownIndicator: Ba,
|
|
@@ -4417,7 +4417,7 @@ var ec = function(l) {
|
|
|
4417
4417
|
unstyled: !1
|
|
4418
4418
|
};
|
|
4419
4419
|
function u5(e, l, n, c) {
|
|
4420
|
-
var t =
|
|
4420
|
+
var t = L6(e, l, n), s = F6(e, l, n), r = G6(e, l), i = d3(e, l);
|
|
4421
4421
|
return {
|
|
4422
4422
|
type: "option",
|
|
4423
4423
|
data: l,
|
|
@@ -4503,10 +4503,10 @@ var B3 = function(l, n) {
|
|
|
4503
4503
|
}, d3 = function(l, n) {
|
|
4504
4504
|
return l.getOptionValue(n);
|
|
4505
4505
|
};
|
|
4506
|
-
function
|
|
4506
|
+
function L6(e, l, n) {
|
|
4507
4507
|
return typeof e.isOptionDisabled == "function" ? e.isOptionDisabled(l, n) : !1;
|
|
4508
4508
|
}
|
|
4509
|
-
function
|
|
4509
|
+
function F6(e, l, n) {
|
|
4510
4510
|
if (n.indexOf(l) > -1) return !0;
|
|
4511
4511
|
if (typeof e.isOptionSelected == "function")
|
|
4512
4512
|
return e.isOptionSelected(l, n);
|
|
@@ -4976,12 +4976,12 @@ var k6 = function(l) {
|
|
|
4976
4976
|
}, {
|
|
4977
4977
|
key: "isOptionDisabled",
|
|
4978
4978
|
value: function(t, s) {
|
|
4979
|
-
return
|
|
4979
|
+
return L6(this.props, t, s);
|
|
4980
4980
|
}
|
|
4981
4981
|
}, {
|
|
4982
4982
|
key: "isOptionSelected",
|
|
4983
4983
|
value: function(t, s) {
|
|
4984
|
-
return
|
|
4984
|
+
return F6(this.props, t, s);
|
|
4985
4985
|
}
|
|
4986
4986
|
}, {
|
|
4987
4987
|
key: "filterOption",
|
|
@@ -5082,7 +5082,7 @@ var k6 = function(l) {
|
|
|
5082
5082
|
form: m,
|
|
5083
5083
|
type: "text",
|
|
5084
5084
|
value: o
|
|
5085
|
-
}, z)) : /* @__PURE__ */ q.createElement(
|
|
5085
|
+
}, z)) : /* @__PURE__ */ q.createElement(Ft, Z({
|
|
5086
5086
|
id: I,
|
|
5087
5087
|
innerRef: this.getInputRef,
|
|
5088
5088
|
onBlur: this.onInputBlur,
|
|
@@ -5110,7 +5110,7 @@ var k6 = function(l) {
|
|
|
5110
5110
|
}
|
|
5111
5111
|
}), p);
|
|
5112
5112
|
if (b)
|
|
5113
|
-
return z.map(function(y,
|
|
5113
|
+
return z.map(function(y, L) {
|
|
5114
5114
|
var O = y === N, $ = "".concat(t.getOptionLabel(y), "-").concat(t.getOptionValue(y));
|
|
5115
5115
|
return /* @__PURE__ */ q.createElement(r, Z({}, v, {
|
|
5116
5116
|
components: {
|
|
@@ -5121,7 +5121,7 @@ var k6 = function(l) {
|
|
|
5121
5121
|
isFocused: O,
|
|
5122
5122
|
isDisabled: C,
|
|
5123
5123
|
key: $,
|
|
5124
|
-
index:
|
|
5124
|
+
index: L,
|
|
5125
5125
|
removeProps: {
|
|
5126
5126
|
onClick: function() {
|
|
5127
5127
|
return t.removeValue(y);
|
|
@@ -5204,9 +5204,9 @@ var k6 = function(l) {
|
|
|
5204
5204
|
}, {
|
|
5205
5205
|
key: "renderMenu",
|
|
5206
5206
|
value: function() {
|
|
5207
|
-
var t = this, s = this.getComponents(), r = s.Group, i = s.GroupHeading, o = s.Menu, u = s.MenuList, m = s.MenuPortal, d = s.LoadingMessage, v = s.NoOptionsMessage, h = s.Option, _ = this.commonProps, C = this.state.focusedOption, b = this.props, x = b.captureMenuScroll, p = b.inputValue, I = b.isLoading, z = b.loadingMessage, N = b.minMenuHeight, w = b.maxMenuHeight, M = b.menuIsOpen, y = b.menuPlacement,
|
|
5207
|
+
var t = this, s = this.getComponents(), r = s.Group, i = s.GroupHeading, o = s.Menu, u = s.MenuList, m = s.MenuPortal, d = s.LoadingMessage, v = s.NoOptionsMessage, h = s.Option, _ = this.commonProps, C = this.state.focusedOption, b = this.props, x = b.captureMenuScroll, p = b.inputValue, I = b.isLoading, z = b.loadingMessage, N = b.minMenuHeight, w = b.maxMenuHeight, M = b.menuIsOpen, y = b.menuPlacement, L = b.menuPosition, O = b.menuPortalTarget, $ = b.menuShouldBlockScroll, k = b.menuShouldScrollIntoView, B = b.noOptionsMessage, A = b.onMenuScrollToTop, H = b.onMenuScrollToBottom;
|
|
5208
5208
|
if (!M) return null;
|
|
5209
|
-
var
|
|
5209
|
+
var F = function(u0, k0) {
|
|
5210
5210
|
var I0 = u0.type, i0 = u0.data, b0 = u0.isDisabled, z0 = u0.isSelected, i2 = u0.label, g2 = u0.value, N2 = C === i0, t2 = b0 ? void 0 : function() {
|
|
5211
5211
|
return t.onOptionHover(i0);
|
|
5212
5212
|
}, j2 = b0 ? void 0 : function() {
|
|
@@ -5249,10 +5249,10 @@ var k6 = function(l) {
|
|
|
5249
5249
|
},
|
|
5250
5250
|
label: t.formatGroupLabel(l0.data)
|
|
5251
5251
|
}), l0.options.map(function(z0) {
|
|
5252
|
-
return
|
|
5252
|
+
return F(z0, "".concat(I0, "-").concat(z0.index));
|
|
5253
5253
|
}));
|
|
5254
5254
|
} else if (l0.type === "option")
|
|
5255
|
-
return
|
|
5255
|
+
return F(l0, "".concat(l0.index));
|
|
5256
5256
|
});
|
|
5257
5257
|
else if (I) {
|
|
5258
5258
|
var V = z({
|
|
@@ -5271,7 +5271,7 @@ var k6 = function(l) {
|
|
|
5271
5271
|
minMenuHeight: N,
|
|
5272
5272
|
maxMenuHeight: w,
|
|
5273
5273
|
menuPlacement: y,
|
|
5274
|
-
menuPosition:
|
|
5274
|
+
menuPosition: L,
|
|
5275
5275
|
menuShouldScrollIntoView: k
|
|
5276
5276
|
}, r2 = /* @__PURE__ */ q.createElement(va, Z({}, _, M0), function(l0) {
|
|
5277
5277
|
var u0 = l0.ref, k0 = l0.placerProps, I0 = k0.placement, i0 = k0.maxHeight;
|
|
@@ -5304,11 +5304,11 @@ var k6 = function(l) {
|
|
|
5304
5304
|
}), K);
|
|
5305
5305
|
}));
|
|
5306
5306
|
});
|
|
5307
|
-
return O ||
|
|
5307
|
+
return O || L === "fixed" ? /* @__PURE__ */ q.createElement(m, Z({}, _, {
|
|
5308
5308
|
appendTo: O,
|
|
5309
5309
|
controlElement: this.controlRef,
|
|
5310
5310
|
menuPlacement: y,
|
|
5311
|
-
menuPosition:
|
|
5311
|
+
menuPosition: L
|
|
5312
5312
|
}), r2) : r2;
|
|
5313
5313
|
}
|
|
5314
5314
|
}, {
|
|
@@ -5412,7 +5412,7 @@ var k6 = function(l) {
|
|
|
5412
5412
|
clearFocusValueOnUpdate: !1
|
|
5413
5413
|
};
|
|
5414
5414
|
}
|
|
5415
|
-
var
|
|
5415
|
+
var L = o != null && t !== r ? {
|
|
5416
5416
|
inputIsHidden: o,
|
|
5417
5417
|
inputIsHiddenAfterUpdate: void 0
|
|
5418
5418
|
} : {}, O = u, $ = m && d;
|
|
@@ -5420,7 +5420,7 @@ var k6 = function(l) {
|
|
|
5420
5420
|
value: A1(x, p, p[0] || null),
|
|
5421
5421
|
options: p,
|
|
5422
5422
|
action: "initial-input-focus"
|
|
5423
|
-
}, $ = !d), (u == null ? void 0 : u.action) === "initial-input-focus" && (O = null), P(P(P({}, I),
|
|
5423
|
+
}, $ = !d), (u == null ? void 0 : u.action) === "initial-input-focus" && (O = null), P(P(P({}, I), L), {}, {
|
|
5424
5424
|
prevProps: t,
|
|
5425
5425
|
ariaSelection: O,
|
|
5426
5426
|
prevWasFocused: $
|
|
@@ -5431,7 +5431,7 @@ var k6 = function(l) {
|
|
|
5431
5431
|
g4.defaultProps = rc;
|
|
5432
5432
|
var hc = ["defaultInputValue", "defaultMenuIsOpen", "defaultValue", "inputValue", "menuIsOpen", "onChange", "onInputChange", "onMenuClose", "onMenuOpen", "value"];
|
|
5433
5433
|
function D6(e) {
|
|
5434
|
-
var l = e.defaultInputValue, n = l === void 0 ? "" : l, c = e.defaultMenuIsOpen, t = c === void 0 ? !1 : c, s = e.defaultValue, r = s === void 0 ? null : s, i = e.inputValue, o = e.menuIsOpen, u = e.onChange, m = e.onInputChange, d = e.onMenuClose, v = e.onMenuOpen, h = e.value, _ = p2(e, hc), C = H0(i !== void 0 ? i : n), b = R0(C, 2), x = b[0], p = b[1], I = H0(o !== void 0 ? o : t), z = R0(I, 2), N = z[0], w = z[1], M = H0(h !== void 0 ? h : r), y = R0(M, 2),
|
|
5434
|
+
var l = e.defaultInputValue, n = l === void 0 ? "" : l, c = e.defaultMenuIsOpen, t = c === void 0 ? !1 : c, s = e.defaultValue, r = s === void 0 ? null : s, i = e.inputValue, o = e.menuIsOpen, u = e.onChange, m = e.onInputChange, d = e.onMenuClose, v = e.onMenuOpen, h = e.value, _ = p2(e, hc), C = H0(i !== void 0 ? i : n), b = R0(C, 2), x = b[0], p = b[1], I = H0(o !== void 0 ? o : t), z = R0(I, 2), N = z[0], w = z[1], M = H0(h !== void 0 ? h : r), y = R0(M, 2), L = y[0], O = y[1], $ = V0(function(V, v0) {
|
|
5435
5435
|
typeof u == "function" && u(V, v0), O(V);
|
|
5436
5436
|
}, [u]), k = V0(function(V, v0) {
|
|
5437
5437
|
var M0;
|
|
@@ -5440,10 +5440,10 @@ function D6(e) {
|
|
|
5440
5440
|
typeof v == "function" && v(), w(!0);
|
|
5441
5441
|
}, [v]), A = V0(function() {
|
|
5442
5442
|
typeof d == "function" && d(), w(!1);
|
|
5443
|
-
}, [d]), H = i !== void 0 ? i : x,
|
|
5443
|
+
}, [d]), H = i !== void 0 ? i : x, F = o !== void 0 ? o : N, K = h !== void 0 ? h : L;
|
|
5444
5444
|
return P(P({}, _), {}, {
|
|
5445
5445
|
inputValue: H,
|
|
5446
|
-
menuIsOpen:
|
|
5446
|
+
menuIsOpen: F,
|
|
5447
5447
|
onChange: $,
|
|
5448
5448
|
onInputChange: k,
|
|
5449
5449
|
onMenuClose: A,
|
|
@@ -5455,7 +5455,7 @@ var vc = ["defaultOptions", "cacheOptions", "loadOptions", "options", "isLoading
|
|
|
5455
5455
|
function pc(e) {
|
|
5456
5456
|
var l = e.defaultOptions, n = l === void 0 ? !1 : l, c = e.cacheOptions, t = c === void 0 ? !1 : c, s = e.loadOptions;
|
|
5457
5457
|
e.options;
|
|
5458
|
-
var r = e.isLoading, i = r === void 0 ? !1 : r, o = e.onInputChange, u = e.filterOption, m = u === void 0 ? null : u, d = p2(e, vc), v = d.inputValue, h = d2(void 0), _ = d2(!1), C = H0(Array.isArray(n) ? n : void 0), b = R0(C, 2), x = b[0], p = b[1], I = H0(typeof v < "u" ? v : ""), z = R0(I, 2), N = z[0], w = z[1], M = H0(n === !0), y = R0(M, 2),
|
|
5458
|
+
var r = e.isLoading, i = r === void 0 ? !1 : r, o = e.onInputChange, u = e.filterOption, m = u === void 0 ? null : u, d = p2(e, vc), v = d.inputValue, h = d2(void 0), _ = d2(!1), C = H0(Array.isArray(n) ? n : void 0), b = R0(C, 2), x = b[0], p = b[1], I = H0(typeof v < "u" ? v : ""), z = R0(I, 2), N = z[0], w = z[1], M = H0(n === !0), y = R0(M, 2), L = y[0], O = y[1], $ = H0(void 0), k = R0($, 2), B = k[0], A = k[1], H = H0([]), F = R0(H, 2), K = F[0], V = F[1], v0 = H0(!1), M0 = R0(v0, 2), r2 = M0[0], l0 = M0[1], u0 = H0({}), k0 = R0(u0, 2), I0 = k0[0], i0 = k0[1], b0 = H0(void 0), z0 = R0(b0, 2), i2 = z0[0], g2 = z0[1], N2 = H0(void 0), t2 = R0(N2, 2), j2 = t2[0], E = t2[1];
|
|
5459
5459
|
t !== j2 && (i0({}), E(t)), n !== i2 && (p(Array.isArray(n) ? n : void 0), g2(n)), r1(function() {
|
|
5460
5460
|
return _.current = !0, function() {
|
|
5461
5461
|
_.current = !1;
|
|
@@ -5490,7 +5490,7 @@ function pc(e) {
|
|
|
5490
5490
|
}, [t, Y, B, I0, o]), c2 = r2 ? [] : N && B ? K : x || [];
|
|
5491
5491
|
return P(P({}, d), {}, {
|
|
5492
5492
|
options: c2,
|
|
5493
|
-
isLoading:
|
|
5493
|
+
isLoading: L || i,
|
|
5494
5494
|
onInputChange: o0,
|
|
5495
5495
|
filterOption: m
|
|
5496
5496
|
});
|
|
@@ -5595,31 +5595,31 @@ var fc = ["allowCreateWhileLoading", "createOptionPosition", "formatCreateLabel"
|
|
|
5595
5595
|
}
|
|
5596
5596
|
};
|
|
5597
5597
|
function bc(e) {
|
|
5598
|
-
var l = e.allowCreateWhileLoading, n = l === void 0 ? !1 : l, c = e.createOptionPosition, t = c === void 0 ? "last" : c, s = e.formatCreateLabel, r = s === void 0 ? G3.formatCreateLabel : s, i = e.isValidNewOption, o = i === void 0 ? G3.isValidNewOption : i, u = e.getNewOptionData, m = u === void 0 ? G3.getNewOptionData : u, d = e.onCreateOption, v = e.options, h = v === void 0 ? [] : v, _ = e.onChange, C = p2(e, fc), b = C.getOptionValue, x = b === void 0 ? R6 : b, p = C.getOptionLabel, I = p === void 0 ? S6 : p, z = C.inputValue, N = C.isLoading, w = C.isMulti, M = C.value, y = C.name,
|
|
5598
|
+
var l = e.allowCreateWhileLoading, n = l === void 0 ? !1 : l, c = e.createOptionPosition, t = c === void 0 ? "last" : c, s = e.formatCreateLabel, r = s === void 0 ? G3.formatCreateLabel : s, i = e.isValidNewOption, o = i === void 0 ? G3.isValidNewOption : i, u = e.getNewOptionData, m = u === void 0 ? G3.getNewOptionData : u, d = e.onCreateOption, v = e.options, h = v === void 0 ? [] : v, _ = e.onChange, C = p2(e, fc), b = C.getOptionValue, x = b === void 0 ? R6 : b, p = C.getOptionLabel, I = p === void 0 ? S6 : p, z = C.inputValue, N = C.isLoading, w = C.isMulti, M = C.value, y = C.name, L = V2(function() {
|
|
5599
5599
|
return o(z, i3(M), h, {
|
|
5600
5600
|
getOptionValue: x,
|
|
5601
5601
|
getOptionLabel: I
|
|
5602
5602
|
}) ? m(z, r(z)) : void 0;
|
|
5603
5603
|
}, [r, m, I, x, z, o, h, M]), O = V2(function() {
|
|
5604
|
-
return (n || !N) &&
|
|
5605
|
-
}, [n, t, N,
|
|
5604
|
+
return (n || !N) && L ? t === "first" ? [L].concat(o1(h)) : [].concat(o1(h), [L]) : h;
|
|
5605
|
+
}, [n, t, N, L, h]), $ = V0(function(k, B) {
|
|
5606
5606
|
if (B.action !== "select-option")
|
|
5607
5607
|
return _(k, B);
|
|
5608
5608
|
var A = Array.isArray(k) ? k : [k];
|
|
5609
|
-
if (A[A.length - 1] ===
|
|
5609
|
+
if (A[A.length - 1] === L) {
|
|
5610
5610
|
if (d) d(z);
|
|
5611
5611
|
else {
|
|
5612
|
-
var H = m(z, z),
|
|
5612
|
+
var H = m(z, z), F = {
|
|
5613
5613
|
action: "create-option",
|
|
5614
5614
|
name: y,
|
|
5615
5615
|
option: H
|
|
5616
5616
|
};
|
|
5617
|
-
_(A1(w, [].concat(o1(i3(M)), [H]), H),
|
|
5617
|
+
_(A1(w, [].concat(o1(i3(M)), [H]), H), F);
|
|
5618
5618
|
}
|
|
5619
5619
|
return;
|
|
5620
5620
|
}
|
|
5621
5621
|
_(k, B);
|
|
5622
|
-
}, [m, z, w, y,
|
|
5622
|
+
}, [m, z, w, y, L, d, _, M]);
|
|
5623
5623
|
return P(P({}, C), {}, {
|
|
5624
5624
|
options: O,
|
|
5625
5625
|
onChange: $
|
|
@@ -5786,7 +5786,7 @@ function Sq({
|
|
|
5786
5786
|
r && /* @__PURE__ */ a.jsx("p", { className: S2.errorMsg, children: r })
|
|
5787
5787
|
] });
|
|
5788
5788
|
}
|
|
5789
|
-
const Nc = "_progressContainer_1kvyq_1", jc = "_header_1kvyq_6", Mc = "_steps_1kvyq_23", Ec = "_btnsFlex_1kvyq_34", Sc = "_step_1kvyq_23", Rc = "_line_1kvyq_46", Vc = "_labelContainer_1kvyq_52", Bc = "_circle_1kvyq_59", Gc = "_active_1kvyq_80",
|
|
5789
|
+
const Nc = "_progressContainer_1kvyq_1", jc = "_header_1kvyq_6", Mc = "_steps_1kvyq_23", Ec = "_btnsFlex_1kvyq_34", Sc = "_step_1kvyq_23", Rc = "_line_1kvyq_46", Vc = "_labelContainer_1kvyq_52", Bc = "_circle_1kvyq_59", Gc = "_active_1kvyq_80", Lc = "_completed_1kvyq_101", Fc = "_label_1kvyq_52", Hc = "_body_1kvyq_123", kc = "_footer_1kvyq_131", W0 = {
|
|
5790
5790
|
progressContainer: Nc,
|
|
5791
5791
|
header: jc,
|
|
5792
5792
|
steps: Mc,
|
|
@@ -5796,8 +5796,8 @@ const Nc = "_progressContainer_1kvyq_1", jc = "_header_1kvyq_6", Mc = "_steps_1k
|
|
|
5796
5796
|
labelContainer: Vc,
|
|
5797
5797
|
circle: Bc,
|
|
5798
5798
|
active: Gc,
|
|
5799
|
-
completed:
|
|
5800
|
-
label:
|
|
5799
|
+
completed: Lc,
|
|
5800
|
+
label: Fc,
|
|
5801
5801
|
body: Hc,
|
|
5802
5802
|
footer: kc
|
|
5803
5803
|
}, T6 = "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";
|
|
@@ -5839,23 +5839,23 @@ function Rq({
|
|
|
5839
5839
|
};
|
|
5840
5840
|
return /* @__PURE__ */ a.jsxs("div", { className: W0.progressContainer, children: [
|
|
5841
5841
|
/* @__PURE__ */ a.jsxs("div", { className: W0.header, children: [
|
|
5842
|
-
/* @__PURE__ */ a.jsx("div", { className: W0.steps, children: e.map((y,
|
|
5843
|
-
|
|
5842
|
+
/* @__PURE__ */ a.jsx("div", { className: W0.steps, children: e.map((y, L) => /* @__PURE__ */ a.jsxs("div", { className: W0.step, onClick: () => w(L), children: [
|
|
5843
|
+
L > 0 && /* @__PURE__ */ a.jsx("div", { className: W0.line }),
|
|
5844
5844
|
/* @__PURE__ */ a.jsxs("div", { className: W0.labelContainer, children: [
|
|
5845
5845
|
/* @__PURE__ */ a.jsx(
|
|
5846
5846
|
"div",
|
|
5847
5847
|
{
|
|
5848
5848
|
className: f(
|
|
5849
5849
|
W0.circle,
|
|
5850
|
-
h ===
|
|
5851
|
-
(
|
|
5850
|
+
h === L && !C && W0.active,
|
|
5851
|
+
(L < h || C) && W0.completed
|
|
5852
5852
|
),
|
|
5853
|
-
children:
|
|
5853
|
+
children: L < h || C ? /* @__PURE__ */ a.jsx(R, { path: T6, width: 20 }) : L + 1
|
|
5854
5854
|
}
|
|
5855
5855
|
),
|
|
5856
|
-
/* @__PURE__ */ a.jsx("div", { className: f(W0.label, h ===
|
|
5856
|
+
/* @__PURE__ */ a.jsx("div", { className: f(W0.label, h === L && W0.active), children: y.label })
|
|
5857
5857
|
] })
|
|
5858
|
-
] },
|
|
5858
|
+
] }, L)) }),
|
|
5859
5859
|
r && /* @__PURE__ */ a.jsxs("div", { className: W0.btnsFlex, children: [
|
|
5860
5860
|
/* @__PURE__ */ a.jsx(s0, { variant: W.SECONDARY, onClick: l, children: "Cancel" }),
|
|
5861
5861
|
s && h === c && /* @__PURE__ */ a.jsx(s0, { onClick: M, variant: W.GHOST, children: m }),
|
|
@@ -6074,13 +6074,13 @@ const vn = "_labelLoader_1py8x_3", pn = "_optionsContainerLoader_1py8x_10", gn =
|
|
|
6074
6074
|
errorMsg: Mn,
|
|
6075
6075
|
infoIcon: En,
|
|
6076
6076
|
infoIconSpan: Sn
|
|
6077
|
-
}, Rn = "_inputContainer_1dl78_1", Vn = "_textareaContainer_1dl78_2", Bn = "_input_1dl78_1", Gn = "_textarea_1dl78_2",
|
|
6077
|
+
}, Rn = "_inputContainer_1dl78_1", Vn = "_textareaContainer_1dl78_2", Bn = "_input_1dl78_1", Gn = "_textarea_1dl78_2", Ln = "_invalid_1dl78_28", Fn = "_error_1dl78_48", Hn = "_control_1dl78_55", kn = "_label_1dl78_61", Dn = "_disabled_1dl78_68", Pn = "_required_1dl78_72", Tn = "_infoIconContainer_1dl78_76", On = "_infoIcon_1dl78_76", Zn = "_group_1dl78_87", Xn = "_inputIconContainer_1dl78_93", Wn = "_leftIcon_1dl78_107", Yn = "_rightIcon_1dl78_111", $n = "_inputIcon_1dl78_93", Jn = "_inputIconButton_1dl78_116", Un = "_left_1dl78_107", Qn = "_right_1dl78_111", Kn = "_inputIconWrapper_1dl78_144", es = "_adornment_1dl78_150", ls = "_adornmentTrigger_1dl78_174", as = "_dropdownIconContainer_1dl78_210", ts = "_dropdownIcon_1dl78_210", cs = "_isDropdownOpen_1dl78_221", ns = "_dropdownSearch_1dl78_225", ss = "_loadingMessage_1dl78_229", os = "_dropdownMenuContainer_1dl78_238", rs = "_menu_1dl78_246", is = "_option_1dl78_258", us = "_empty_1dl78_267", ds = "_countContainer_1dl78_273", ms = "_countInputContainer_1dl78_277", hs = "_decrementIcon_1dl78_281", vs = "_incrementIcon_1dl78_282", ps = "_numberContainer_1dl78_286", gs = "_numberAdornmentContainer_1dl78_295", qs = "_incrementBtn_1dl78_302", fs = "_decrementBtn_1dl78_303", bs = "_incrementIconContainer_1dl78_327", Cs = "_decrementIconContainer_1dl78_328", S = {
|
|
6078
6078
|
inputContainer: Rn,
|
|
6079
6079
|
textareaContainer: Vn,
|
|
6080
6080
|
input: Bn,
|
|
6081
6081
|
textarea: Gn,
|
|
6082
|
-
invalid:
|
|
6083
|
-
error:
|
|
6082
|
+
invalid: Ln,
|
|
6083
|
+
error: Fn,
|
|
6084
6084
|
control: Hn,
|
|
6085
6085
|
label: kn,
|
|
6086
6086
|
disabled: Dn,
|
|
@@ -6119,7 +6119,7 @@ const vn = "_labelLoader_1py8x_3", pn = "_optionsContainerLoader_1py8x_10", gn =
|
|
|
6119
6119
|
decrementIconContainer: Cs
|
|
6120
6120
|
};
|
|
6121
6121
|
var h0 = /* @__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))(h0 || {});
|
|
6122
|
-
const
|
|
6122
|
+
const L1 = q.forwardRef(
|
|
6123
6123
|
({
|
|
6124
6124
|
errorMsg: e = "",
|
|
6125
6125
|
containerClassName: l = "",
|
|
@@ -6151,7 +6151,7 @@ const F1 = q.forwardRef(
|
|
|
6151
6151
|
] });
|
|
6152
6152
|
}
|
|
6153
6153
|
);
|
|
6154
|
-
|
|
6154
|
+
L1.displayName = h0.INPUT;
|
|
6155
6155
|
function O6({ className: e = "", children: l, ...n }) {
|
|
6156
6156
|
return /* @__PURE__ */ a.jsx("div", { ...n, className: f(S.control, e), children: l });
|
|
6157
6157
|
}
|
|
@@ -6214,7 +6214,7 @@ const v5 = {
|
|
|
6214
6214
|
borderBottomRightRadius: 0
|
|
6215
6215
|
}
|
|
6216
6216
|
};
|
|
6217
|
-
function
|
|
6217
|
+
function F1({ className: e = "", children: l, ...n }) {
|
|
6218
6218
|
const [c, t] = q.useState(null), s = {};
|
|
6219
6219
|
let r = {};
|
|
6220
6220
|
const i = (u) => {
|
|
@@ -6255,7 +6255,7 @@ function L1({ className: e = "", children: l, ...n }) {
|
|
|
6255
6255
|
});
|
|
6256
6256
|
return /* @__PURE__ */ a.jsx("div", { ...n, className: f(S.group, e), children: o });
|
|
6257
6257
|
}
|
|
6258
|
-
|
|
6258
|
+
F1.displayName = h0.GROUP;
|
|
6259
6259
|
function f4({
|
|
6260
6260
|
icon: e,
|
|
6261
6261
|
onClick: l,
|
|
@@ -6362,9 +6362,9 @@ function Z6({ search: e = "", setSearch: l, inputGroupProps: n = {}, ...c }) {
|
|
|
6362
6362
|
}, u = () => {
|
|
6363
6363
|
s(""), i && l("");
|
|
6364
6364
|
};
|
|
6365
|
-
return /* @__PURE__ */ a.jsxs(
|
|
6365
|
+
return /* @__PURE__ */ a.jsxs(F1, { ...n, children: [
|
|
6366
6366
|
/* @__PURE__ */ a.jsx(f4, { icon: t6 }),
|
|
6367
|
-
/* @__PURE__ */ a.jsx(
|
|
6367
|
+
/* @__PURE__ */ a.jsx(L1, { ...c, value: t, onChange: o }),
|
|
6368
6368
|
t && /* @__PURE__ */ a.jsx(x3, { onClick: u, icon: o2 })
|
|
6369
6369
|
] });
|
|
6370
6370
|
}
|
|
@@ -6552,7 +6552,7 @@ function As({
|
|
|
6552
6552
|
};
|
|
6553
6553
|
return q.useEffect(() => {
|
|
6554
6554
|
c < l ? e(l) : c > n && e(n);
|
|
6555
|
-
}, []), /* @__PURE__ */ a.jsxs(
|
|
6555
|
+
}, []), /* @__PURE__ */ a.jsxs(F1, { className: f(S.countContainer, t), children: [
|
|
6556
6556
|
/* @__PURE__ */ a.jsx(
|
|
6557
6557
|
f4,
|
|
6558
6558
|
{
|
|
@@ -6563,7 +6563,7 @@ function As({
|
|
|
6563
6563
|
}
|
|
6564
6564
|
),
|
|
6565
6565
|
/* @__PURE__ */ a.jsx(
|
|
6566
|
-
|
|
6566
|
+
L1,
|
|
6567
6567
|
{
|
|
6568
6568
|
className: S.countInputContainer,
|
|
6569
6569
|
...r,
|
|
@@ -6662,9 +6662,9 @@ function ws({
|
|
|
6662
6662
|
};
|
|
6663
6663
|
return q.useEffect(() => {
|
|
6664
6664
|
c < l ? e(l) : c > n && e(n);
|
|
6665
|
-
}, []), /* @__PURE__ */ a.jsxs(
|
|
6665
|
+
}, []), /* @__PURE__ */ a.jsxs(F1, { className: f(S.numberContainer, t), children: [
|
|
6666
6666
|
/* @__PURE__ */ a.jsx(
|
|
6667
|
-
|
|
6667
|
+
L1,
|
|
6668
6668
|
{
|
|
6669
6669
|
className: S.countInputContainer,
|
|
6670
6670
|
...r,
|
|
@@ -6772,7 +6772,7 @@ const Ns = "_tabList_1uplx_1", js = "_tab_1uplx_1", p5 = {
|
|
|
6772
6772
|
tabList: Ns,
|
|
6773
6773
|
tab: js
|
|
6774
6774
|
};
|
|
6775
|
-
function
|
|
6775
|
+
function Lq({ tabs: e, defaultValue: l, tabClassName: n, onValueChange: c }) {
|
|
6776
6776
|
const [t, s] = q0(
|
|
6777
6777
|
V4.machine({
|
|
6778
6778
|
id: q.useId(),
|
|
@@ -6800,20 +6800,20 @@ function Fq({ tabs: e, defaultValue: l, tabClassName: n, onValueChange: c }) {
|
|
|
6800
6800
|
e.map((i) => /* @__PURE__ */ T3("div", { ...r.getContentProps({ value: i.value }), key: i.value }, i.content))
|
|
6801
6801
|
] });
|
|
6802
6802
|
}
|
|
6803
|
-
const Ms = "_box_14y29_1", Es = "_selector_14y29_9", Ss = "_active_14y29_29",
|
|
6803
|
+
const Ms = "_box_14y29_1", Es = "_selector_14y29_9", Ss = "_active_14y29_29", L3 = {
|
|
6804
6804
|
box: Ms,
|
|
6805
6805
|
selector: Es,
|
|
6806
6806
|
active: Ss
|
|
6807
6807
|
};
|
|
6808
|
-
function
|
|
6808
|
+
function Fq({ selectors: e }) {
|
|
6809
6809
|
const [l, n] = q.useState(0);
|
|
6810
|
-
return /* @__PURE__ */ a.jsx("div", { className:
|
|
6810
|
+
return /* @__PURE__ */ a.jsx("div", { className: L3.box, children: e.map((c, t) => /* @__PURE__ */ a.jsx(
|
|
6811
6811
|
"div",
|
|
6812
6812
|
{
|
|
6813
6813
|
onClick: () => {
|
|
6814
6814
|
n(t), c.onClick();
|
|
6815
6815
|
},
|
|
6816
|
-
className: f(
|
|
6816
|
+
className: f(L3.selector, t === l && L3.active),
|
|
6817
6817
|
style: {
|
|
6818
6818
|
borderRadius: t === 0 ? "8px 0px 0px 8px" : t === e.length - 1 ? "0px 8px 8px 0px" : 0,
|
|
6819
6819
|
boxShadow: t === 0 ? "none" : ""
|
|
@@ -6823,16 +6823,16 @@ function Lq({ selectors: e }) {
|
|
|
6823
6823
|
c.name
|
|
6824
6824
|
)) });
|
|
6825
6825
|
}
|
|
6826
|
-
const Rs = "_box_7f9r9_1", Vs = "_ldsRing_7f9r9_10", Bs = "_ldsDualRing_7f9r9_43", Gs = "_ldsRipple_7f9r9_69",
|
|
6826
|
+
const Rs = "_box_7f9r9_1", Vs = "_ldsRing_7f9r9_10", Bs = "_ldsDualRing_7f9r9_43", Gs = "_ldsRipple_7f9r9_69", Ls = "_ldsEllipsis_7f9r9_117", Fs = "_ldsRoller_7f9r9_174", Hs = "_ldsSpinner_7f9r9_260", ks = "_ldsHourglass_7f9r9_340", Ds = "_ldsGrid_7f9r9_373", w2 = {
|
|
6827
6827
|
box: Rs,
|
|
6828
6828
|
ldsRing: Vs,
|
|
6829
6829
|
ldsDualRing: Bs,
|
|
6830
6830
|
ldsRipple: Gs,
|
|
6831
|
-
ldsEllipsis:
|
|
6831
|
+
ldsEllipsis: Ls,
|
|
6832
6832
|
"lds-ellipsis1": "_lds-ellipsis1_7f9r9_1",
|
|
6833
6833
|
"lds-ellipsis2": "_lds-ellipsis2_7f9r9_1",
|
|
6834
6834
|
"lds-ellipsis3": "_lds-ellipsis3_7f9r9_1",
|
|
6835
|
-
ldsRoller:
|
|
6835
|
+
ldsRoller: Fs,
|
|
6836
6836
|
ldsSpinner: Hs,
|
|
6837
6837
|
ldsHourglass: ks,
|
|
6838
6838
|
ldsGrid: Ds
|
|
@@ -7002,7 +7002,7 @@ const no = "_status_t9be0_1", so = {
|
|
|
7002
7002
|
status: no
|
|
7003
7003
|
};
|
|
7004
7004
|
var oo = /* @__PURE__ */ ((e) => (e.SUCCESS = "success", e.INFO = "info", e.ERROR = "error", e.WARNING = "warning", e.DEFAULT = "default", e))(oo || {});
|
|
7005
|
-
const
|
|
7005
|
+
const F3 = {
|
|
7006
7006
|
success: {
|
|
7007
7007
|
name: "Assigned",
|
|
7008
7008
|
bgColor: "var(--status-success-10)",
|
|
@@ -7035,8 +7035,8 @@ function kq({ status: e, text: l, icon: n, customStyles: c = {} }) {
|
|
|
7035
7035
|
{
|
|
7036
7036
|
className: so.status,
|
|
7037
7037
|
style: {
|
|
7038
|
-
backgroundColor:
|
|
7039
|
-
color:
|
|
7038
|
+
backgroundColor: F3[e].bgColor,
|
|
7039
|
+
color: F3[e].color,
|
|
7040
7040
|
...c
|
|
7041
7041
|
},
|
|
7042
7042
|
children: [
|
|
@@ -7044,7 +7044,7 @@ function kq({ status: e, text: l, icon: n, customStyles: c = {} }) {
|
|
|
7044
7044
|
R,
|
|
7045
7045
|
{
|
|
7046
7046
|
path: n,
|
|
7047
|
-
customSvgStyles: { fill:
|
|
7047
|
+
customSvgStyles: { fill: F3[e].color, width: "20px", height: "20px" },
|
|
7048
7048
|
customSpanStyles: { marginLeft: "-2px" }
|
|
7049
7049
|
}
|
|
7050
7050
|
),
|
|
@@ -7238,10 +7238,10 @@ function y2({ src: e, alt: l, className: n, ...c }) {
|
|
|
7238
7238
|
};
|
|
7239
7239
|
}, [e]), /* @__PURE__ */ a.jsx(a.Fragment, { children: t ? /* @__PURE__ */ a.jsx("img", { src: e, alt: l, className: n, loading: "lazy", ...c }) : /* @__PURE__ */ a.jsx(Y2, { className: n }) });
|
|
7240
7240
|
}
|
|
7241
|
-
const Go = "_box_12t5m_1",
|
|
7241
|
+
const Go = "_box_12t5m_1", Lo = "_icon_12t5m_9", Fo = "_dot_12t5m_15", H3 = {
|
|
7242
7242
|
box: Go,
|
|
7243
|
-
icon:
|
|
7244
|
-
dot:
|
|
7243
|
+
icon: Lo,
|
|
7244
|
+
dot: Fo
|
|
7245
7245
|
};
|
|
7246
7246
|
var U0 = /* @__PURE__ */ ((e) => (e.DEFAULT = "default", e.NEUTRAL = "neutral", e.POSITIVE = "positive", e.WARNING = "warning", e.NEGATIVE = "negative", e.HIGHLIGHT = "highlight", e))(U0 || {}), $3 = /* @__PURE__ */ ((e) => (e.ICON = "icon", e.DOT = "dot", e.NONE = "none", e))($3 || {});
|
|
7247
7247
|
function M1({
|
|
@@ -7506,7 +7506,7 @@ const gr = "_taskCardHeader_dnzg4_1", qr = {
|
|
|
7506
7506
|
function fr({ headers: e }) {
|
|
7507
7507
|
return /* @__PURE__ */ a.jsx("div", { className: qr.taskCardHeader, children: e.map((l, n) => /* @__PURE__ */ a.jsx("div", { className: "zap-caption-medium", children: l }, n)) });
|
|
7508
7508
|
}
|
|
7509
|
-
const br = "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", Cr = "_taskCardContainer_y0vr7_1", xr = "_taskCard_y0vr7_1", _r = "_emptyBox_y0vr7_12", Ir = "_emptyTxt_y0vr7_24", zr = "_emptyIcon_y0vr7_28", yr = "_pagination_y0vr7_35", L2 = {
|
|
7509
|
+
const br = "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", Cr = "_taskCardContainer_y0vr7_1", xr = "_taskCard_y0vr7_1", _r = "_emptyBox_y0vr7_12", Ir = "_emptyTxt_y0vr7_24", zr = "_emptyIcon_y0vr7_28", yr = "_pagination_y0vr7_35", F2 = {
|
|
7510
7510
|
taskCardContainer: Cr,
|
|
7511
7511
|
taskCard: xr,
|
|
7512
7512
|
emptyBox: _r,
|
|
@@ -7559,9 +7559,9 @@ function Gr({ emptyStateConfig: e, visibleCols: l }) {
|
|
|
7559
7559
|
] })
|
|
7560
7560
|
] }) }) }) });
|
|
7561
7561
|
}
|
|
7562
|
-
const
|
|
7563
|
-
box:
|
|
7564
|
-
texts:
|
|
7562
|
+
const Lr = "_box_1en1e_1", Fr = "_texts_1en1e_15", Hr = "_heading_1en1e_21", kr = "_actions_1en1e_25", Dr = "_actionCommon_1en1e_32", Pr = "_filterBtn_1en1e_50", x1 = {
|
|
7563
|
+
box: Lr,
|
|
7564
|
+
texts: Fr,
|
|
7565
7565
|
heading: Hr,
|
|
7566
7566
|
actions: kr,
|
|
7567
7567
|
actionCommon: Dr,
|
|
@@ -7978,7 +7978,7 @@ function _5({
|
|
|
7978
7978
|
] })
|
|
7979
7979
|
] });
|
|
7980
7980
|
}
|
|
7981
|
-
const wi = "_filterBtn_182j1_1", Ni = "_content_182j1_20", ji = "_filterBox_182j1_24", Mi = "_filters_182j1_30", Ei = "_chevronRightSpan_182j1_38", Si = "_chevronRight_182j1_38", Ri = "_filter_182j1_1", Vi = "_active_182j1_59", Bi = "_filterSingle_182j1_84", Gi = "_option_182j1_95",
|
|
7981
|
+
const wi = "_filterBtn_182j1_1", Ni = "_content_182j1_20", ji = "_filterBox_182j1_24", Mi = "_filters_182j1_30", Ei = "_chevronRightSpan_182j1_38", Si = "_chevronRight_182j1_38", Ri = "_filter_182j1_1", Vi = "_active_182j1_59", Bi = "_filterSingle_182j1_84", Gi = "_option_182j1_95", Li = "_dropdownSearch_182j1_108", Fi = "_totalSelected_182j1_117", Hi = "_filterIcon_182j1_124", Y0 = {
|
|
7982
7982
|
filterBtn: wi,
|
|
7983
7983
|
content: Ni,
|
|
7984
7984
|
filterBox: ji,
|
|
@@ -7989,8 +7989,8 @@ const wi = "_filterBtn_182j1_1", Ni = "_content_182j1_20", ji = "_filterBox_182j
|
|
|
7989
7989
|
active: Vi,
|
|
7990
7990
|
filterSingle: Bi,
|
|
7991
7991
|
option: Gi,
|
|
7992
|
-
dropdownSearch:
|
|
7993
|
-
totalSelected:
|
|
7992
|
+
dropdownSearch: Li,
|
|
7993
|
+
totalSelected: Fi,
|
|
7994
7994
|
filterIcon: Hi
|
|
7995
7995
|
};
|
|
7996
7996
|
function ki(e) {
|
|
@@ -8029,26 +8029,26 @@ function Di({ filterConfig: e }) {
|
|
|
8029
8029
|
}, [l]);
|
|
8030
8030
|
const I = (A) => {
|
|
8031
8031
|
const H = { ...r };
|
|
8032
|
-
_.forEach((
|
|
8032
|
+
_.forEach((F) => {
|
|
8033
8033
|
var K;
|
|
8034
|
-
H[
|
|
8034
|
+
H[F.key] = ((K = A[F.key]) == null ? void 0 : K.every((V) => V.checked)) || !1;
|
|
8035
8035
|
}), i(H);
|
|
8036
8036
|
}, z = (A, H) => {
|
|
8037
|
-
s((
|
|
8038
|
-
const K = { ...
|
|
8037
|
+
s((F) => {
|
|
8038
|
+
const K = { ...F };
|
|
8039
8039
|
return K[A] = K[A].map((V) => ({ ...V, checked: H })), I(K), K;
|
|
8040
8040
|
});
|
|
8041
8041
|
}, N = () => {
|
|
8042
8042
|
const A = ki(t);
|
|
8043
|
-
Object.entries(A).forEach(([H,
|
|
8044
|
-
d(H,
|
|
8043
|
+
Object.entries(A).forEach(([H, F]) => {
|
|
8044
|
+
d(H, F ? F.split(",") : [], h);
|
|
8045
8045
|
}), c();
|
|
8046
|
-
}, w = (A, H) => t[A] ? t[A][H].checked : !1, M = (A, H,
|
|
8046
|
+
}, w = (A, H) => t[A] ? t[A][H].checked : !1, M = (A, H, F) => {
|
|
8047
8047
|
s((K) => {
|
|
8048
8048
|
const V = { ...K };
|
|
8049
|
-
return V[A][H].checked =
|
|
8049
|
+
return V[A][H].checked = F, I(V), V;
|
|
8050
8050
|
});
|
|
8051
|
-
}, y = v.filter((A) => !C.includes(A.key)).reduce((A, H) => A + H.values.length, 0),
|
|
8051
|
+
}, y = v.filter((A) => !C.includes(A.key)).reduce((A, H) => A + H.values.length, 0), L = [
|
|
8052
8052
|
{
|
|
8053
8053
|
btnText: "Cancel",
|
|
8054
8054
|
onClick: c,
|
|
@@ -8086,12 +8086,12 @@ function Di({ filterConfig: e }) {
|
|
|
8086
8086
|
title: "Filters",
|
|
8087
8087
|
onClose: c,
|
|
8088
8088
|
customContainerStyles: { width: "512px" },
|
|
8089
|
-
buttons:
|
|
8089
|
+
buttons: L,
|
|
8090
8090
|
contentClassName: Y0.content,
|
|
8091
8091
|
children: /* @__PURE__ */ a.jsxs("div", { className: Y0.filterBox, children: [
|
|
8092
8092
|
/* @__PURE__ */ a.jsx("div", { className: Y0.filters, children: _.map((A) => {
|
|
8093
8093
|
var K;
|
|
8094
|
-
const H = (b == null ? void 0 : b.id) === A.id,
|
|
8094
|
+
const H = (b == null ? void 0 : b.id) === A.id, F = ((K = t[A.key]) == null ? void 0 : K.filter((V) => V.checked).length) || 0;
|
|
8095
8095
|
return /* @__PURE__ */ a.jsxs(
|
|
8096
8096
|
"div",
|
|
8097
8097
|
{
|
|
@@ -8106,9 +8106,9 @@ function Di({ filterConfig: e }) {
|
|
|
8106
8106
|
children: [
|
|
8107
8107
|
A.name,
|
|
8108
8108
|
" ",
|
|
8109
|
-
|
|
8109
|
+
F > 0 && /* @__PURE__ */ a.jsxs("span", { style: { marginLeft: "4px" }, children: [
|
|
8110
8110
|
"(",
|
|
8111
|
-
|
|
8111
|
+
F,
|
|
8112
8112
|
")"
|
|
8113
8113
|
] }),
|
|
8114
8114
|
/* @__PURE__ */ a.jsx(
|
|
@@ -8160,7 +8160,7 @@ function Di({ filterConfig: e }) {
|
|
|
8160
8160
|
{
|
|
8161
8161
|
label: A.name,
|
|
8162
8162
|
checked: w(b.key, H),
|
|
8163
|
-
onChange: (
|
|
8163
|
+
onChange: (F) => M(b.key, H, F),
|
|
8164
8164
|
countryCode: A.country_code,
|
|
8165
8165
|
customName: A.customName
|
|
8166
8166
|
}
|
|
@@ -8199,7 +8199,7 @@ const Pi = "_filters_y3j64_1", Ti = "_filtersInfo_y3j64_7", Oi = "_filter_y3j64_
|
|
|
8199
8199
|
filterTooltipTrigger: ru,
|
|
8200
8200
|
dateIcon: iu,
|
|
8201
8201
|
dateContentContainer: uu
|
|
8202
|
-
}, du = "_datePicker_o3yxq_1", mu = "_formButton_o3yxq_5", hu = "_formBtnInner_o3yxq_19", vu = "_captionDropdowns_o3yxq_26", pu = "_monthDropdown_o3yxq_26", gu = "_yearDropdown_o3yxq_32", qu = "_calendarIcon_o3yxq_38", fu = "_errorMsg_o3yxq_42", bu = "_popoverContent_o3yxq_47", Cu = "_buttonContent_o3yxq_52", xu = "_calendarIconSpan_o3yxq_59", _u = "_month_o3yxq_26", Iu = "_caption_o3yxq_26", zu = "_captionLabel_o3yxq_72", yu = "_navButtonNext_o3yxq_86", Au = "_navButtonPrevious_o3yxq_87", wu = "_table_o3yxq_117", Nu = "_headRow_o3yxq_122", ju = "_headCell_o3yxq_125", Mu = "_row_o3yxq_136", Eu = "_cell_o3yxq_142", Su = "_dayButton_o3yxq_162", Ru = "_daySelected_o3yxq_176", Vu = "_dayHighlighted_o3yxq_180", Bu = "_dayDisabled_o3yxq_196", Gu = "_dayToday_o3yxq_199",
|
|
8202
|
+
}, du = "_datePicker_o3yxq_1", mu = "_formButton_o3yxq_5", hu = "_formBtnInner_o3yxq_19", vu = "_captionDropdowns_o3yxq_26", pu = "_monthDropdown_o3yxq_26", gu = "_yearDropdown_o3yxq_32", qu = "_calendarIcon_o3yxq_38", fu = "_errorMsg_o3yxq_42", bu = "_popoverContent_o3yxq_47", Cu = "_buttonContent_o3yxq_52", xu = "_calendarIconSpan_o3yxq_59", _u = "_month_o3yxq_26", Iu = "_caption_o3yxq_26", zu = "_captionLabel_o3yxq_72", yu = "_navButtonNext_o3yxq_86", Au = "_navButtonPrevious_o3yxq_87", wu = "_table_o3yxq_117", Nu = "_headRow_o3yxq_122", ju = "_headCell_o3yxq_125", Mu = "_row_o3yxq_136", Eu = "_cell_o3yxq_142", Su = "_dayButton_o3yxq_162", Ru = "_daySelected_o3yxq_176", Vu = "_dayHighlighted_o3yxq_180", Bu = "_dayDisabled_o3yxq_196", Gu = "_dayToday_o3yxq_199", Lu = "_dayOutside_o3yxq_210", Fu = "_dayHidden_o3yxq_219", Hu = "_vHidden_o3yxq_222", ku = "_dropdown_o3yxq_225", Du = "_navContainer_o3yxq_250", n0 = {
|
|
8203
8203
|
datePicker: du,
|
|
8204
8204
|
formButton: mu,
|
|
8205
8205
|
formBtnInner: hu,
|
|
@@ -8226,8 +8226,8 @@ const Pi = "_filters_y3j64_1", Ti = "_filtersInfo_y3j64_7", Oi = "_filter_y3j64_
|
|
|
8226
8226
|
dayHighlighted: Vu,
|
|
8227
8227
|
dayDisabled: Bu,
|
|
8228
8228
|
dayToday: Gu,
|
|
8229
|
-
dayOutside:
|
|
8230
|
-
dayHidden:
|
|
8229
|
+
dayOutside: Lu,
|
|
8230
|
+
dayHidden: Fu,
|
|
8231
8231
|
vHidden: Hu,
|
|
8232
8232
|
dropdown: ku,
|
|
8233
8233
|
navContainer: Du
|
|
@@ -8264,7 +8264,7 @@ function Zq({
|
|
|
8264
8264
|
}, [e]);
|
|
8265
8265
|
const x = q.useMemo(() => {
|
|
8266
8266
|
if (e)
|
|
8267
|
-
return
|
|
8267
|
+
return F7(e) ? e : G5(e);
|
|
8268
8268
|
}, [e]), p = q.useMemo(() => x ? K1(x, t) : "Pick a date", [x, t]), I = q.useRef(null), z = (N) => {
|
|
8269
8269
|
var M;
|
|
8270
8270
|
if (!N) {
|
|
@@ -8561,7 +8561,7 @@ const Zu = "_dateRangePicker_i1isr_1", Xu = "_dateIcon_i1isr_5", Wu = "_popoverC
|
|
|
8561
8561
|
display: "none"
|
|
8562
8562
|
}),
|
|
8563
8563
|
menuPortal: (e) => ({ ...e, zIndex: 9999 })
|
|
8564
|
-
}, zd = "_mainContainer_octxy_1", yd = "_disabled_octxy_6", Ad = "_dropdownIcon_octxy_10", wd = "_loadingMessage_octxy_25", Nd = "_optionContainer_octxy_34", jd = "_divider_octxy_38", Md = "_option_octxy_34", Ed = "_tagOption_octxy_48", Sd = "_multiOptionValue_octxy_53", Rd = "_userOption_octxy_59", Vd = "_userOptionValue_octxy_60", Bd = "_label_octxy_65", Gd = "_selectedLabel_octxy_69",
|
|
8564
|
+
}, zd = "_mainContainer_octxy_1", yd = "_disabled_octxy_6", Ad = "_dropdownIcon_octxy_10", wd = "_loadingMessage_octxy_25", Nd = "_optionContainer_octxy_34", jd = "_divider_octxy_38", Md = "_option_octxy_34", Ed = "_tagOption_octxy_48", Sd = "_multiOptionValue_octxy_53", Rd = "_userOption_octxy_59", Vd = "_userOptionValue_octxy_60", Bd = "_label_octxy_65", Gd = "_selectedLabel_octxy_69", Ld = "_profileImg_octxy_73", Fd = "_initials_octxy_74", Hd = "_icon_octxy_87", kd = "_selectedIcon_octxy_88", Dd = "_labelContainer_octxy_114", Pd = "_info_octxy_120", Td = "_clearIcon_octxy_124", Od = "_removeIcon_octxy_134", Zd = "_errorMsg_octxy_150", Q = {
|
|
8565
8565
|
mainContainer: zd,
|
|
8566
8566
|
disabled: yd,
|
|
8567
8567
|
dropdownIcon: Ad,
|
|
@@ -8575,8 +8575,8 @@ const Zu = "_dateRangePicker_i1isr_1", Xu = "_dateIcon_i1isr_5", Wu = "_popoverC
|
|
|
8575
8575
|
userOptionValue: Vd,
|
|
8576
8576
|
label: Bd,
|
|
8577
8577
|
selectedLabel: Gd,
|
|
8578
|
-
profileImg:
|
|
8579
|
-
initials:
|
|
8578
|
+
profileImg: Ld,
|
|
8579
|
+
initials: Fd,
|
|
8580
8580
|
icon: Hd,
|
|
8581
8581
|
selectedIcon: kd,
|
|
8582
8582
|
labelContainer: Dd,
|
|
@@ -8696,7 +8696,7 @@ function r7(e) {
|
|
|
8696
8696
|
),
|
|
8697
8697
|
children: [
|
|
8698
8698
|
/* @__PURE__ */ a.jsx(
|
|
8699
|
-
|
|
8699
|
+
L5,
|
|
8700
8700
|
{
|
|
8701
8701
|
classNamePrefix: "react-select",
|
|
8702
8702
|
options: l,
|
|
@@ -8820,7 +8820,7 @@ function Xd({
|
|
|
8820
8820
|
trigger: b,
|
|
8821
8821
|
...x
|
|
8822
8822
|
}) {
|
|
8823
|
-
const p = e, I = m3((B) => B.monthYear), z = m3((B) => B.setMonthYear), [N, w] = q.useState(T2[0]), [M, y] = q.useState(void 0),
|
|
8823
|
+
const p = e, I = m3((B) => B.monthYear), z = m3((B) => B.setMonthYear), [N, w] = q.useState(T2[0]), [M, y] = q.useState(void 0), L = q.useMemo(() => p != null && p.from ? p.to ? S4(p.from, p.to) ? W1.format(p.from) : `${W1.format(p.from)} - ${W1.format(p.to)}` : W1.format(p.from) : C || "Pick a date", [p, C]), O = (B) => {
|
|
8824
8824
|
t && N.value !== T2[0].value && w(T2[0]);
|
|
8825
8825
|
const A = (B == null ? void 0 : B.from) ?? void 0, H = (B == null ? void 0 : B.to) ?? (B == null ? void 0 : B.from);
|
|
8826
8826
|
l({ from: A, to: H });
|
|
@@ -8834,7 +8834,7 @@ function Xd({
|
|
|
8834
8834
|
});
|
|
8835
8835
|
}, [p]);
|
|
8836
8836
|
const $ = (B) => {
|
|
8837
|
-
const A = /* @__PURE__ */ new Date(), H = T2.find((
|
|
8837
|
+
const A = /* @__PURE__ */ new Date(), H = T2.find((F) => F.value === B) ?? T2[0];
|
|
8838
8838
|
switch (w(H), B) {
|
|
8839
8839
|
case "today":
|
|
8840
8840
|
l({ from: A, to: A });
|
|
@@ -8895,7 +8895,7 @@ function Xd({
|
|
|
8895
8895
|
...d
|
|
8896
8896
|
},
|
|
8897
8897
|
className: v.content,
|
|
8898
|
-
children: t && N.value !== T2[0].value ? N.label :
|
|
8898
|
+
children: t && N.value !== T2[0].value ? N.label : L
|
|
8899
8899
|
}
|
|
8900
8900
|
),
|
|
8901
8901
|
t ? /* @__PURE__ */ a.jsx(
|
|
@@ -9049,14 +9049,23 @@ function Yd({
|
|
|
9049
9049
|
resetFilters: t
|
|
9050
9050
|
}) {
|
|
9051
9051
|
var v;
|
|
9052
|
-
const [s, r] = q.useState(
|
|
9052
|
+
const [s, r] = q.useState(!1), i = l != null && l.values ? (v = l.values) == null ? void 0 : v.split(",") : [], { period: o, from: u, to: m, handleDateChange: d } = F8(
|
|
9053
9053
|
0,
|
|
9054
9054
|
i[0] || void 0,
|
|
9055
9055
|
i[1] || void 0
|
|
9056
9056
|
);
|
|
9057
|
-
return q.useEffect(() => {
|
|
9057
|
+
return console.log("table internal", l == null ? void 0 : l.values), q.useEffect(() => {
|
|
9058
9058
|
l != null && l.values || (r(!1), d(void 0));
|
|
9059
9059
|
}, [l]), q.useEffect(() => {
|
|
9060
|
+
console.log("TableFilter changed:", {
|
|
9061
|
+
tableFilter: l,
|
|
9062
|
+
values: i,
|
|
9063
|
+
initialLoaded: s
|
|
9064
|
+
}), l != null && l.values && !s && (r(!0), d({
|
|
9065
|
+
from: i[0] ? new Date(i[0]) : void 0,
|
|
9066
|
+
to: i[1] ? new Date(i[1]) : void 0
|
|
9067
|
+
}));
|
|
9068
|
+
}, [l == null ? void 0 : l.values]), q.useEffect(() => {
|
|
9060
9069
|
s && n(e.key, [u, m].filter(Boolean).join(","), c);
|
|
9061
9070
|
}, [u, m, s]), /* @__PURE__ */ a.jsx(
|
|
9062
9071
|
Xd,
|
|
@@ -9565,7 +9574,7 @@ function Gm({ checkedState: e, setCheckedState: l, search: n }) {
|
|
|
9565
9574
|
) }, i.id))
|
|
9566
9575
|
] }, s)) });
|
|
9567
9576
|
}
|
|
9568
|
-
function
|
|
9577
|
+
function Lm({
|
|
9569
9578
|
customColumnConfig: e,
|
|
9570
9579
|
table: l,
|
|
9571
9580
|
isCheckbox: n,
|
|
@@ -9582,13 +9591,13 @@ function Fm({
|
|
|
9582
9591
|
const y = l.getColumn(M.id);
|
|
9583
9592
|
y == null || y.toggleVisibility(M.checked);
|
|
9584
9593
|
}), l.setColumnOrder(() => {
|
|
9585
|
-
const M = w.map((
|
|
9594
|
+
const M = w.map((L) => L.id), y = [
|
|
9586
9595
|
n ? I2 : G2,
|
|
9587
9596
|
...M,
|
|
9588
9597
|
c ? $2 : void 0
|
|
9589
9598
|
].filter(Boolean);
|
|
9590
|
-
return C.forEach((
|
|
9591
|
-
y.splice(
|
|
9599
|
+
return C.forEach((L) => {
|
|
9600
|
+
y.splice(L.getIndex(), 0, L.id);
|
|
9592
9601
|
}), y;
|
|
9593
9602
|
});
|
|
9594
9603
|
}, I = () => {
|
|
@@ -9676,7 +9685,7 @@ function Fm({
|
|
|
9676
9685
|
)
|
|
9677
9686
|
] }),
|
|
9678
9687
|
/* @__PURE__ */ a.jsx(
|
|
9679
|
-
|
|
9688
|
+
Fm,
|
|
9680
9689
|
{
|
|
9681
9690
|
cols: z,
|
|
9682
9691
|
text: "Not Selected",
|
|
@@ -9689,7 +9698,7 @@ function Fm({
|
|
|
9689
9698
|
] }) }) })
|
|
9690
9699
|
] });
|
|
9691
9700
|
}
|
|
9692
|
-
function
|
|
9701
|
+
function Fm({ cols: e, text: l, textCn: n, checkedState: c, setCheckedState: t }) {
|
|
9693
9702
|
return /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
9694
9703
|
e.length > 0 && /* @__PURE__ */ a.jsx("p", { className: n, children: l }),
|
|
9695
9704
|
e.map((s) => /* @__PURE__ */ a.jsx("div", { className: e2.option, children: /* @__PURE__ */ a.jsx(
|
|
@@ -9769,7 +9778,7 @@ function Zm({
|
|
|
9769
9778
|
isDropdownActions: m,
|
|
9770
9779
|
customActionItems: d
|
|
9771
9780
|
}) {
|
|
9772
|
-
var I, z, N, w, M, y,
|
|
9781
|
+
var I, z, N, w, M, y, L, O;
|
|
9773
9782
|
const v = (e == null ? void 0 : e.actions) && e.actions.length > 0, h = Object.keys(r).length, _ = h > 0, C = `${h} ${Y5(
|
|
9774
9783
|
h,
|
|
9775
9784
|
(e == null ? void 0 : e.entityName) || "",
|
|
@@ -9783,10 +9792,10 @@ function Zm({
|
|
|
9783
9792
|
}, []), q.useEffect(() => {
|
|
9784
9793
|
if (c != null && c.isLoading) return;
|
|
9785
9794
|
const $ = (k) => {
|
|
9786
|
-
var
|
|
9795
|
+
var F;
|
|
9787
9796
|
const B = !U3.includes(k.type);
|
|
9788
9797
|
let A = B ? [] : "";
|
|
9789
|
-
const H = (
|
|
9798
|
+
const H = (F = c == null ? void 0 : c.initialFilters) == null ? void 0 : F[k.key];
|
|
9790
9799
|
return H && (A = B ? H.split(",") : H), {
|
|
9791
9800
|
key: k.key,
|
|
9792
9801
|
values: A,
|
|
@@ -9827,9 +9836,9 @@ function Zm({
|
|
|
9827
9836
|
) }),
|
|
9828
9837
|
d && d.length > 0 && /* @__PURE__ */ a.jsx(Om, { customActionItems: d }),
|
|
9829
9838
|
typeof c == "object" && !c.isLoading && !!((y = (M = c.filters) == null ? void 0 : M.header) != null && y.length) && /* @__PURE__ */ a.jsx(z5, { filterConfig: c }),
|
|
9830
|
-
typeof c == "object" && !c.isLoading && !!((O = (
|
|
9839
|
+
typeof c == "object" && !c.isLoading && !!((O = (L = c.filters) == null ? void 0 : L.drawer) != null && O.length) && /* @__PURE__ */ a.jsx(Di, { filterConfig: c }),
|
|
9831
9840
|
typeof t == "object" && /* @__PURE__ */ a.jsx(
|
|
9832
|
-
|
|
9841
|
+
Lm,
|
|
9833
9842
|
{
|
|
9834
9843
|
customColumnConfig: t,
|
|
9835
9844
|
table: o,
|
|
@@ -9959,7 +9968,7 @@ function wh({ paginationApi: e, i: l }) {
|
|
|
9959
9968
|
function u7({ paginationConfig: e }) {
|
|
9960
9969
|
if (!e) return null;
|
|
9961
9970
|
const { setLimit: l, limit: n, metaData: c } = e, [t, s] = q0(
|
|
9962
|
-
|
|
9971
|
+
F4.machine({
|
|
9963
9972
|
id: "zap-charizard-table-pagination",
|
|
9964
9973
|
count: (c == null ? void 0 : c.total_items) || 0,
|
|
9965
9974
|
onPageChange(m) {
|
|
@@ -9967,7 +9976,7 @@ function u7({ paginationConfig: e }) {
|
|
|
9967
9976
|
},
|
|
9968
9977
|
pageSize: e.limit
|
|
9969
9978
|
})
|
|
9970
|
-
), r =
|
|
9979
|
+
), r = F4.connect(t, s, f0);
|
|
9971
9980
|
q.useEffect(() => {
|
|
9972
9981
|
r.setPage(e.page + 1);
|
|
9973
9982
|
}, [e.page]), q.useEffect(() => {
|
|
@@ -10093,7 +10102,7 @@ function Wq({
|
|
|
10093
10102
|
const C = q.useRef(!0), [b, x] = q.useState([]), [p, I] = q.useState({}), [z, N] = q.useState([]), [w, M] = q.useState({
|
|
10094
10103
|
left: d != null && d.stickyIds ? [G2, I2, ...d == null ? void 0 : d.stickyIds] : [G2, I2],
|
|
10095
10104
|
right: [$2]
|
|
10096
|
-
}), [y,
|
|
10105
|
+
}), [y, L] = q.useState({}), O = !l.isFetching && !l.isError && !e.length, { isCheckbox: $, isRadio: k, setSelectedRows: B } = s, A = b2((V) => V.resetAllFilters);
|
|
10097
10106
|
q.useEffect(() => () => {
|
|
10098
10107
|
var V;
|
|
10099
10108
|
(V = c == null ? void 0 : c.filterDispatch) == null || V.call(c, { type: K5.RESET_ALL, payload: null }), A(c == null ? void 0 : c.filterReset), i != null && i.setSearch && i.setSearch(""), t && (t.setSortBy(""), t.setSortOrd("")), u && (u.setPage(0), u.setLimit(25));
|
|
@@ -10117,7 +10126,7 @@ function Wq({
|
|
|
10117
10126
|
]), C.current = !1;
|
|
10118
10127
|
}, [t]), B4(() => {
|
|
10119
10128
|
if (!s || !B) return;
|
|
10120
|
-
const V =
|
|
10129
|
+
const V = F.getSelectedRowModel().rows.map((v0) => v0.original);
|
|
10121
10130
|
B([...V]);
|
|
10122
10131
|
}, [s == null ? void 0 : s.rowSelection, y]);
|
|
10123
10132
|
const H = [
|
|
@@ -10168,7 +10177,7 @@ function Wq({
|
|
|
10168
10177
|
size: 70,
|
|
10169
10178
|
enablePinning: !0
|
|
10170
10179
|
}
|
|
10171
|
-
],
|
|
10180
|
+
], F = c8({
|
|
10172
10181
|
data: e,
|
|
10173
10182
|
columns: H,
|
|
10174
10183
|
state: {
|
|
@@ -10183,7 +10192,7 @@ function Wq({
|
|
|
10183
10192
|
onColumnVisibilityChange: I,
|
|
10184
10193
|
onColumnOrderChange: N,
|
|
10185
10194
|
onColumnPinningChange: M,
|
|
10186
|
-
onRowSelectionChange: (s == null ? void 0 : s.setRowSelection) ||
|
|
10195
|
+
onRowSelectionChange: (s == null ? void 0 : s.setRowSelection) || L,
|
|
10187
10196
|
enableRowSelection: !0,
|
|
10188
10197
|
enableMultiRowSelection: !k,
|
|
10189
10198
|
manualPagination: !0,
|
|
@@ -10197,7 +10206,7 @@ function Wq({
|
|
|
10197
10206
|
// maxSize: Number.MAX_SAFE_INTEGER,
|
|
10198
10207
|
},
|
|
10199
10208
|
getRowId: s != null && s.rowIdKey ? (V) => V[s == null ? void 0 : s.rowIdKey] : void 0
|
|
10200
|
-
}), K =
|
|
10209
|
+
}), K = F.getVisibleFlatColumns().length || 2;
|
|
10201
10210
|
return q.useLayoutEffect(() => {
|
|
10202
10211
|
if ($ && k)
|
|
10203
10212
|
throw new Error(
|
|
@@ -10205,15 +10214,15 @@ function Wq({
|
|
|
10205
10214
|
);
|
|
10206
10215
|
}, []), q.useLayoutEffect(() => {
|
|
10207
10216
|
var V;
|
|
10208
|
-
$ || (V =
|
|
10217
|
+
$ || (V = F.getColumn(I2)) == null || V.toggleVisibility(!1);
|
|
10209
10218
|
}, []), q.useLayoutEffect(() => {
|
|
10210
10219
|
var V;
|
|
10211
|
-
k || (V =
|
|
10220
|
+
k || (V = F.getColumn(G2)) == null || V.toggleVisibility(!1);
|
|
10212
10221
|
}, []), q.useLayoutEffect(() => {
|
|
10213
10222
|
var V;
|
|
10214
|
-
r.isDropdownActions || (V =
|
|
10223
|
+
r.isDropdownActions || (V = F.getColumn($2)) == null || V.toggleVisibility(!1);
|
|
10215
10224
|
}, []), q.useEffect(() => {
|
|
10216
|
-
s != null && s.clearOnSearch &&
|
|
10225
|
+
s != null && s.clearOnSearch && L({});
|
|
10217
10226
|
}, [i == null ? void 0 : i.search]), /* @__PURE__ */ a.jsxs(
|
|
10218
10227
|
"div",
|
|
10219
10228
|
{
|
|
@@ -10231,11 +10240,11 @@ function Wq({
|
|
|
10231
10240
|
searchConfig: i,
|
|
10232
10241
|
totalText: o,
|
|
10233
10242
|
rowSelection: (s == null ? void 0 : s.rowSelection) || y,
|
|
10234
|
-
setRowSelection: (s == null ? void 0 : s.setRowSelection) ||
|
|
10243
|
+
setRowSelection: (s == null ? void 0 : s.setRowSelection) || L,
|
|
10235
10244
|
filterConfig: c,
|
|
10236
10245
|
customColumnConfig: v,
|
|
10237
10246
|
exportConfig: h,
|
|
10238
|
-
table:
|
|
10247
|
+
table: F,
|
|
10239
10248
|
isCheckbox: $,
|
|
10240
10249
|
isDropdownActions: r.isDropdownActions,
|
|
10241
10250
|
customActionItems: _
|
|
@@ -10244,7 +10253,7 @@ function Wq({
|
|
|
10244
10253
|
/* @__PURE__ */ a.jsx(
|
|
10245
10254
|
Vh,
|
|
10246
10255
|
{
|
|
10247
|
-
table:
|
|
10256
|
+
table: F,
|
|
10248
10257
|
isCheckbox: $,
|
|
10249
10258
|
isRadio: k,
|
|
10250
10259
|
loaderConfig: l,
|
|
@@ -10319,7 +10328,7 @@ function Vh({
|
|
|
10319
10328
|
cursor: c != null && c.isFetching ? "not-allowed" : void 0
|
|
10320
10329
|
},
|
|
10321
10330
|
children: [
|
|
10322
|
-
|
|
10331
|
+
L4(C.column.columnDef.header, C.getContext()),
|
|
10323
10332
|
{
|
|
10324
10333
|
asc: /* @__PURE__ */ a.jsx(R, { path: Um, spanClassName: $0.tableHeaderSortSpan }),
|
|
10325
10334
|
desc: /* @__PURE__ */ a.jsx(R, { path: Qm, spanClassName: $0.tableHeaderSortSpan }),
|
|
@@ -10358,7 +10367,7 @@ function Vh({
|
|
|
10358
10367
|
paddingLeft: N ? "15px" : void 0,
|
|
10359
10368
|
...w5(x.column, o, m)
|
|
10360
10369
|
},
|
|
10361
|
-
children:
|
|
10370
|
+
children: L4(x.column.columnDef.cell, x.getContext())
|
|
10362
10371
|
},
|
|
10363
10372
|
x.id
|
|
10364
10373
|
);
|
|
@@ -10414,10 +10423,10 @@ function d7({ data: e, customStyle: l }) {
|
|
|
10414
10423
|
}
|
|
10415
10424
|
) : /* @__PURE__ */ a.jsx("div", { className: f(N5.box, "zap-content-medium"), style: l, ref: t, children: e });
|
|
10416
10425
|
}
|
|
10417
|
-
const m7 = "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", Gh = "_box_1lug4_1",
|
|
10426
|
+
const m7 = "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", Gh = "_box_1lug4_1", Lh = "_userImage_1lug4_8", Fh = "_userDetails_1lug4_17", Hh = "_usernameContainer_1lug4_26", kh = "_emailBox_1lug4_33", Dh = "_userEmail_1lug4_40", Ph = "_icon_1lug4_48", Th = "_eventBox_1lug4_64", Oh = "_badge_1lug4_71", Zh = "_primary_1lug4_86", Xh = "_success_1lug4_91", Wh = "_danger_1lug4_96", Yh = "_warning_1lug4_101", $h = "_info_1lug4_106", Jh = "_emoji_1lug4_111", O2 = {
|
|
10418
10427
|
box: Gh,
|
|
10419
|
-
userImage:
|
|
10420
|
-
userDetails:
|
|
10428
|
+
userImage: Lh,
|
|
10429
|
+
userDetails: Fh,
|
|
10421
10430
|
usernameContainer: Hh,
|
|
10422
10431
|
emailBox: kh,
|
|
10423
10432
|
userEmail: Dh,
|
|
@@ -10593,7 +10602,7 @@ function Uq({
|
|
|
10593
10602
|
onClicks: r
|
|
10594
10603
|
}) {
|
|
10595
10604
|
const i = !n && !c && (!l || (l == null ? void 0 : l.length) === 0);
|
|
10596
|
-
return /* @__PURE__ */ a.jsx("div", { className:
|
|
10605
|
+
return /* @__PURE__ */ a.jsx("div", { className: F2.taskCardContainer, children: i ? /* @__PURE__ */ a.jsx(jv, { emptyText: t }) : /* @__PURE__ */ a.jsxs("div", { className: f(F2.taskCard), children: [
|
|
10597
10606
|
/* @__PURE__ */ a.jsx(fr, { headers: e }),
|
|
10598
10607
|
n ? /* @__PURE__ */ a.jsx(b4, { containerStyle: { height: "164px" } }) : c ? /* @__PURE__ */ a.jsx(Nv, {}) : l == null ? void 0 : l.map((o, u) => /* @__PURE__ */ a.jsx(
|
|
10599
10608
|
mr,
|
|
@@ -10603,16 +10612,16 @@ function Uq({
|
|
|
10603
10612
|
},
|
|
10604
10613
|
u
|
|
10605
10614
|
)),
|
|
10606
|
-
typeof s == "object" && !!s.metaData && /* @__PURE__ */ a.jsx("div", { className:
|
|
10615
|
+
typeof s == "object" && !!s.metaData && /* @__PURE__ */ a.jsx("div", { className: F2.pagination, children: /* @__PURE__ */ a.jsx(u7, { paginationConfig: s }) })
|
|
10607
10616
|
] }) });
|
|
10608
10617
|
}
|
|
10609
10618
|
function Nv() {
|
|
10610
|
-
return /* @__PURE__ */ a.jsx("div", { className:
|
|
10619
|
+
return /* @__PURE__ */ a.jsx("div", { className: F2.emptyBox, children: /* @__PURE__ */ a.jsx("p", { className: f(F2.emptyTxt, "zap-content-medium"), children: "Something went wrong, please try again later." }) });
|
|
10611
10620
|
}
|
|
10612
10621
|
function jv({ emptyText: e = "No pending tasks" }) {
|
|
10613
|
-
return /* @__PURE__ */ a.jsxs("div", { className:
|
|
10614
|
-
/* @__PURE__ */ a.jsx("div", { children: /* @__PURE__ */ a.jsx(R, { path: br, width: 24, height: 24, svgClassName:
|
|
10615
|
-
/* @__PURE__ */ a.jsx("p", { className: f(
|
|
10622
|
+
return /* @__PURE__ */ a.jsxs("div", { className: F2.emptyBox, children: [
|
|
10623
|
+
/* @__PURE__ */ a.jsx("div", { children: /* @__PURE__ */ a.jsx(R, { path: br, width: 24, height: 24, svgClassName: F2.emptyIcon }) }),
|
|
10624
|
+
/* @__PURE__ */ a.jsx("p", { className: f(F2.emptyTxt, "zap-content-medium"), children: e })
|
|
10616
10625
|
] });
|
|
10617
10626
|
}
|
|
10618
10627
|
const Mv = "_box_19fj2_1", Ev = {
|
|
@@ -10640,13 +10649,13 @@ function Qq({ status: e = "default", children: l }) {
|
|
|
10640
10649
|
}
|
|
10641
10650
|
);
|
|
10642
10651
|
}
|
|
10643
|
-
const Rv = "_checkboxContainer_1xkkn_1", Vv = "_customCheckbox_1xkkn_10", Bv = "_disabled_1xkkn_14", Gv = "_hiddenCheckbox_1xkkn_18",
|
|
10652
|
+
const Rv = "_checkboxContainer_1xkkn_1", Vv = "_customCheckbox_1xkkn_10", Bv = "_disabled_1xkkn_14", Gv = "_hiddenCheckbox_1xkkn_18", Lv = "_disabledCheckbox_1xkkn_62", Fv = "_checkboxLabel_1xkkn_68", Hv = "_disabledLabel_1xkkn_74", Z2 = {
|
|
10644
10653
|
checkboxContainer: Rv,
|
|
10645
10654
|
customCheckbox: Vv,
|
|
10646
10655
|
disabled: Bv,
|
|
10647
10656
|
hiddenCheckbox: Gv,
|
|
10648
|
-
disabledCheckbox:
|
|
10649
|
-
checkboxLabel:
|
|
10657
|
+
disabledCheckbox: Lv,
|
|
10658
|
+
checkboxLabel: Fv,
|
|
10650
10659
|
disabledLabel: Hv
|
|
10651
10660
|
};
|
|
10652
10661
|
function Kq({
|
|
@@ -10875,10 +10884,10 @@ function lf({
|
|
|
10875
10884
|
acceptedFileTypes: w = "image/png, image/jpeg, image/jpeg, image/webp, application/pdf, .doc, .docx, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel",
|
|
10876
10885
|
error: M,
|
|
10877
10886
|
addDocumentSubtitle: y,
|
|
10878
|
-
handleImageUpload:
|
|
10887
|
+
handleImageUpload: L
|
|
10879
10888
|
}) {
|
|
10880
10889
|
var j2;
|
|
10881
|
-
const [O, $] = q.useState([]), [k, B] = q.useState([]), [A, H] = q.useState(!1), [
|
|
10890
|
+
const [O, $] = q.useState([]), [k, B] = q.useState([]), [A, H] = q.useState(!1), [F, K] = q.useState([]), [V, v0] = q.useState([]), [M0, r2] = q.useState(null), [l0, u0] = q.useState(""), [k0, I0] = q.useState(!1), i0 = q.useRef(), b0 = !!(c && ((j2 = k.filter((E) => !O.includes(E.key))) == null ? void 0 : j2.length) >= c || h);
|
|
10882
10891
|
q.useEffect(() => {
|
|
10883
10892
|
console.log(l0);
|
|
10884
10893
|
const E = setTimeout(() => {
|
|
@@ -10896,7 +10905,7 @@ function lf({
|
|
|
10896
10905
|
const Y = E.target.files;
|
|
10897
10906
|
r2(null), u0("");
|
|
10898
10907
|
let o0 = [];
|
|
10899
|
-
if (c && Y.length + ((G0 = k.filter((
|
|
10908
|
+
if (c && Y.length + ((G0 = k.filter((L0) => !O.includes(L0.key))) == null ? void 0 : G0.length) > c) {
|
|
10900
10909
|
r2(
|
|
10901
10910
|
`You are only allowed to upload ${c} ${Y5(
|
|
10902
10911
|
c,
|
|
@@ -10907,17 +10916,17 @@ function lf({
|
|
|
10907
10916
|
return;
|
|
10908
10917
|
}
|
|
10909
10918
|
let c2 = !1;
|
|
10910
|
-
for (let
|
|
10911
|
-
typeof Y[
|
|
10912
|
-
type: Y[
|
|
10913
|
-
url: URL.createObjectURL(Y[
|
|
10914
|
-
fileName: (p0 = Y[
|
|
10919
|
+
for (let L0 in Y)
|
|
10920
|
+
typeof Y[L0] == "object" && (r || 5) >= Number((((y0 = Y[L0]) == null ? void 0 : y0.size) / (1024 * 1024)).toFixed(2)) && o0.push({
|
|
10921
|
+
type: Y[L0].type,
|
|
10922
|
+
url: URL.createObjectURL(Y[L0]),
|
|
10923
|
+
fileName: (p0 = Y[L0]) == null ? void 0 : p0.name,
|
|
10915
10924
|
isUploaded: !1,
|
|
10916
|
-
size: Xo((Z0 = Y[
|
|
10917
|
-
}), (n2 = Y[
|
|
10918
|
-
if (o0 = o0.map((
|
|
10925
|
+
size: Xo((Z0 = Y[L0]) == null ? void 0 : Z0.size)
|
|
10926
|
+
}), (n2 = Y[L0]) != null && n2.size && (r || 5) < Number((((k2 = Y[L0]) == null ? void 0 : k2.size) / (1024 * 1024)).toFixed(2)) && (c2 = !0);
|
|
10927
|
+
if (o0 = o0.map((L0) => {
|
|
10919
10928
|
const v1 = (Math.random() + 1).toString(36).substring(7), H1 = N2(v1);
|
|
10920
|
-
return { ...
|
|
10929
|
+
return { ...L0, setIntervalFunction: H1, key: v1 };
|
|
10921
10930
|
}), c2) {
|
|
10922
10931
|
u0(`Maximum file size allowed is ${r || 5}MB.`);
|
|
10923
10932
|
return;
|
|
@@ -10931,12 +10940,12 @@ function lf({
|
|
|
10931
10940
|
B([...k, ...o0]), i0.current.value = "";
|
|
10932
10941
|
}
|
|
10933
10942
|
function i2(E) {
|
|
10934
|
-
const Y =
|
|
10943
|
+
const Y = F.filter((o0) => o0.key !== E);
|
|
10935
10944
|
B(Y), K(Y), e(Y);
|
|
10936
10945
|
}
|
|
10937
10946
|
const g2 = () => {
|
|
10938
10947
|
var E;
|
|
10939
|
-
return ((E = k == null ? void 0 : k.filter((Y) => !(O != null && O.includes(Y.key)))) == null ? void 0 : E.filter((Y) => !(
|
|
10948
|
+
return ((E = k == null ? void 0 : k.filter((Y) => !(O != null && O.includes(Y.key)))) == null ? void 0 : E.filter((Y) => !(F != null && F.find((o0) => o0.key === Y.key)))) || [];
|
|
10940
10949
|
}, N2 = (E) => {
|
|
10941
10950
|
let Y = 0.5, o0 = 0;
|
|
10942
10951
|
return setInterval(function() {
|
|
@@ -10952,7 +10961,7 @@ function lf({
|
|
|
10952
10961
|
const E = async () => {
|
|
10953
10962
|
const Y = structuredClone(k);
|
|
10954
10963
|
l && l(!0), I0(!1);
|
|
10955
|
-
const { uploadedFiles: o0, isUploaded: c2 } = await
|
|
10964
|
+
const { uploadedFiles: o0, isUploaded: c2 } = await L(
|
|
10956
10965
|
Y,
|
|
10957
10966
|
t,
|
|
10958
10967
|
void 0,
|
|
@@ -10965,8 +10974,8 @@ function lf({
|
|
|
10965
10974
|
};
|
|
10966
10975
|
k.length && A && E();
|
|
10967
10976
|
}, [k == null ? void 0 : k.length]), q.useEffect(() => {
|
|
10968
|
-
e(
|
|
10969
|
-
}, [
|
|
10977
|
+
e(F == null ? void 0 : F.filter((E) => !(O != null && O.includes(E.key))));
|
|
10978
|
+
}, [F.length]), q.useEffect(() => {
|
|
10970
10979
|
z.length >= c && I0(!0);
|
|
10971
10980
|
}, []), /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
10972
10981
|
/* @__PURE__ */ a.jsx(
|
|
@@ -11053,8 +11062,8 @@ function lf({
|
|
|
11053
11062
|
(M0 || !!l0) && /* @__PURE__ */ a.jsx("p", { className: J.fileUploadLimitError, children: M0 || l0 }),
|
|
11054
11063
|
M && /* @__PURE__ */ a.jsx("p", { className: J.errorMsg, children: M }),
|
|
11055
11064
|
v,
|
|
11056
|
-
N && /* @__PURE__ */ a.jsx("div", { className: f(J.fileContainer, o), children: !!k.length && [...
|
|
11057
|
-
var o0, c2, G0, y0, p0, Z0, n2, k2,
|
|
11065
|
+
N && /* @__PURE__ */ a.jsx("div", { className: f(J.fileContainer, o), children: !!k.length && [...F, ...g2()].map((E, Y) => {
|
|
11066
|
+
var o0, c2, G0, y0, p0, Z0, n2, k2, L0;
|
|
11058
11067
|
return /* @__PURE__ */ a.jsx("div", { children: O.indexOf(E.key || "") !== -1 ? /* @__PURE__ */ a.jsx(a.Fragment, {}) : E.isUploaded ? /* @__PURE__ */ a.jsx(
|
|
11059
11068
|
"div",
|
|
11060
11069
|
{
|
|
@@ -11137,7 +11146,7 @@ function lf({
|
|
|
11137
11146
|
] }),
|
|
11138
11147
|
/* @__PURE__ */ a.jsx("div", { className: J.smallCircle }),
|
|
11139
11148
|
/* @__PURE__ */ a.jsxs("div", { children: [
|
|
11140
|
-
(p0 = E == null ? void 0 : E.size) != null && p0.split(" ")[0] && ((Z0 = t2(E.key)) != null && Z0.toFixed(0)) && typeof Number((n2 = E == null ? void 0 : E.size) == null ? void 0 : n2.split(" ")[0]) == "number" ? (+((k2 = E == null ? void 0 : E.size) == null ? void 0 : k2.split(" ")[0]) * ((Number((
|
|
11149
|
+
(p0 = E == null ? void 0 : E.size) != null && p0.split(" ")[0] && ((Z0 = t2(E.key)) != null && Z0.toFixed(0)) && typeof Number((n2 = E == null ? void 0 : E.size) == null ? void 0 : n2.split(" ")[0]) == "number" ? (+((k2 = E == null ? void 0 : E.size) == null ? void 0 : k2.split(" ")[0]) * ((Number((L0 = t2(E.key)) == null ? void 0 : L0.toFixed(0)) || 1) / 100)).toFixed(2) : "",
|
|
11141
11150
|
" ",
|
|
11142
11151
|
"of ",
|
|
11143
11152
|
E == null ? void 0 : E.size
|
|
@@ -11165,14 +11174,14 @@ function lf({
|
|
|
11165
11174
|
] })
|
|
11166
11175
|
] });
|
|
11167
11176
|
}
|
|
11168
|
-
const Sp = "_box_1soy5_1", Rp = "_item_1soy5_9", Vp = "_active_1soy5_17", Bp = "_separator_1soy5_24", Gp = "_ellipsis_1soy5_28",
|
|
11177
|
+
const Sp = "_box_1soy5_1", Rp = "_item_1soy5_9", Vp = "_active_1soy5_17", Bp = "_separator_1soy5_24", Gp = "_ellipsis_1soy5_28", Lp = "_dropdown_1soy5_34", Fp = "_link_1soy5_60", F0 = {
|
|
11169
11178
|
box: Sp,
|
|
11170
11179
|
item: Rp,
|
|
11171
11180
|
active: Vp,
|
|
11172
11181
|
separator: Bp,
|
|
11173
11182
|
ellipsis: Gp,
|
|
11174
|
-
dropdown:
|
|
11175
|
-
link:
|
|
11183
|
+
dropdown: Lp,
|
|
11184
|
+
link: Fp
|
|
11176
11185
|
}, h7 = m1((e) => ({
|
|
11177
11186
|
breadcrumbs: [],
|
|
11178
11187
|
setBreadcrumbs: (l) => e({ breadcrumbs: l })
|
|
@@ -11180,55 +11189,55 @@ const Sp = "_box_1soy5_1", Rp = "_item_1soy5_9", Vp = "_active_1soy5_17", Bp = "
|
|
|
11180
11189
|
function af() {
|
|
11181
11190
|
const e = h7((t) => t.breadcrumbs);
|
|
11182
11191
|
if (e.length <= 3)
|
|
11183
|
-
return /* @__PURE__ */ a.jsx("nav", { "aria-label": "Breadcrumb", children: /* @__PURE__ */ a.jsx("ol", { className:
|
|
11192
|
+
return /* @__PURE__ */ a.jsx("nav", { "aria-label": "Breadcrumb", children: /* @__PURE__ */ a.jsx("ol", { className: F0.box, children: e.map((t, s) => /* @__PURE__ */ a.jsxs(
|
|
11184
11193
|
"li",
|
|
11185
11194
|
{
|
|
11186
11195
|
"aria-current": t.active,
|
|
11187
|
-
className: M2(
|
|
11196
|
+
className: M2(F0.item, t.active && F0.active),
|
|
11188
11197
|
children: [
|
|
11189
11198
|
t.active ? /* @__PURE__ */ a.jsx("div", { className: "zap-content-medium", children: t.label }) : /* @__PURE__ */ a.jsx(
|
|
11190
11199
|
D1,
|
|
11191
11200
|
{
|
|
11192
11201
|
to: t.href || "",
|
|
11193
|
-
className: M2("zap-content-medium",
|
|
11202
|
+
className: M2("zap-content-medium", F0.link),
|
|
11194
11203
|
children: t.label
|
|
11195
11204
|
}
|
|
11196
11205
|
),
|
|
11197
|
-
s < e.length - 1 ? /* @__PURE__ */ a.jsx("span", { className:
|
|
11206
|
+
s < e.length - 1 ? /* @__PURE__ */ a.jsx("span", { className: F0.separator, children: "/" }) : null
|
|
11198
11207
|
]
|
|
11199
11208
|
},
|
|
11200
11209
|
t.label
|
|
11201
11210
|
)) }) });
|
|
11202
11211
|
const l = e[0], n = e[e.length - 1], c = e.slice(1, -1);
|
|
11203
|
-
return /* @__PURE__ */ a.jsx("nav", { "aria-label": "Breadcrumb", children: /* @__PURE__ */ a.jsxs("ol", { className:
|
|
11204
|
-
/* @__PURE__ */ a.jsxs("li", { className: M2(
|
|
11212
|
+
return /* @__PURE__ */ a.jsx("nav", { "aria-label": "Breadcrumb", children: /* @__PURE__ */ a.jsxs("ol", { className: F0.box, children: [
|
|
11213
|
+
/* @__PURE__ */ a.jsxs("li", { className: M2(F0.item), children: [
|
|
11205
11214
|
l.active ? /* @__PURE__ */ a.jsx("div", { className: "zap-content-medium", children: l.label }) : /* @__PURE__ */ a.jsx(
|
|
11206
11215
|
D1,
|
|
11207
11216
|
{
|
|
11208
11217
|
to: l.href || "",
|
|
11209
|
-
className: M2("zap-content-medium",
|
|
11218
|
+
className: M2("zap-content-medium", F0.link),
|
|
11210
11219
|
children: l.label
|
|
11211
11220
|
}
|
|
11212
11221
|
),
|
|
11213
|
-
/* @__PURE__ */ a.jsx("span", { className:
|
|
11222
|
+
/* @__PURE__ */ a.jsx("span", { className: F0.separator, children: "/" })
|
|
11214
11223
|
] }),
|
|
11215
|
-
/* @__PURE__ */ a.jsxs("li", { className: M2(
|
|
11224
|
+
/* @__PURE__ */ a.jsxs("li", { className: M2(F0.item, F0.ellipsis), children: [
|
|
11216
11225
|
/* @__PURE__ */ a.jsx("span", { children: "..." }),
|
|
11217
|
-
/* @__PURE__ */ a.jsx("ul", { className:
|
|
11226
|
+
/* @__PURE__ */ a.jsx("ul", { className: F0.dropdown, children: c.map((t) => /* @__PURE__ */ a.jsx("li", { children: /* @__PURE__ */ a.jsx(
|
|
11218
11227
|
D1,
|
|
11219
11228
|
{
|
|
11220
11229
|
to: t.href || "",
|
|
11221
|
-
className: M2("zap-content-medium",
|
|
11230
|
+
className: M2("zap-content-medium", F0.link),
|
|
11222
11231
|
children: t.label
|
|
11223
11232
|
}
|
|
11224
11233
|
) }, t.label)) }),
|
|
11225
|
-
/* @__PURE__ */ a.jsx("span", { className:
|
|
11234
|
+
/* @__PURE__ */ a.jsx("span", { className: F0.separator, children: "/" })
|
|
11226
11235
|
] }),
|
|
11227
|
-
/* @__PURE__ */ a.jsx("li", { className: M2(
|
|
11236
|
+
/* @__PURE__ */ a.jsx("li", { className: M2(F0.item, F0.active), children: n.active ? /* @__PURE__ */ a.jsx("div", { className: "zap-content-medium", children: n.label }) : /* @__PURE__ */ a.jsx(
|
|
11228
11237
|
D1,
|
|
11229
11238
|
{
|
|
11230
11239
|
to: n.href || "",
|
|
11231
|
-
className: M2("zap-content-medium",
|
|
11240
|
+
className: M2("zap-content-medium", F0.link),
|
|
11232
11241
|
children: n.label
|
|
11233
11242
|
}
|
|
11234
11243
|
) })
|
|
@@ -11338,7 +11347,7 @@ const Jp = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20wid
|
|
|
11338
11347
|
selected: og,
|
|
11339
11348
|
disabledIconContainer: rg
|
|
11340
11349
|
};
|
|
11341
|
-
var P0 = /* @__PURE__ */ ((e) => (e.STANDARD = "12-hours", e.DUAL = "24-hours", e))(P0 || {}), ig = /* @__PURE__ */ ((e) => (e.HOUR = "hour", e.MINUTE = "minute", e.SECOND = "second", e))(ig || {}),
|
|
11350
|
+
var P0 = /* @__PURE__ */ ((e) => (e.STANDARD = "12-hours", e.DUAL = "24-hours", e))(P0 || {}), ig = /* @__PURE__ */ ((e) => (e.HOUR = "hour", e.MINUTE = "minute", e.SECOND = "second", e))(ig || {}), L2 = /* @__PURE__ */ ((e) => (e.AM = "AM", e.PM = "PM", e))(L2 || {});
|
|
11342
11351
|
const $1 = {
|
|
11343
11352
|
hour: "",
|
|
11344
11353
|
minute: "",
|
|
@@ -11356,10 +11365,10 @@ const $1 = {
|
|
|
11356
11365
|
}, of = (e) => {
|
|
11357
11366
|
const [l, n] = e.split(" "), [c = "0", t = "0", s = "0"] = l.split(":").map((d) => d || "0"), r = Number(c), i = Number(t), o = Number(s);
|
|
11358
11367
|
let u = r;
|
|
11359
|
-
n ===
|
|
11368
|
+
n === L2.PM && u < 12 && (u += 12);
|
|
11360
11369
|
const m = /* @__PURE__ */ new Date();
|
|
11361
11370
|
return m.setHours(u), m.setMinutes(i), m.setSeconds(o), m.getTime();
|
|
11362
|
-
}, ug = Array.from({ length: 12 }, (e, l) => String(l + 1).padStart(2, "0")), dg = Array.from({ length: 60 }, (e, l) => String(l).padStart(2, "0")), mg = Array.from({ length: 60 }, (e, l) => String(l).padStart(2, "0")), hg = [
|
|
11371
|
+
}, ug = Array.from({ length: 12 }, (e, l) => String(l + 1).padStart(2, "0")), dg = Array.from({ length: 60 }, (e, l) => String(l).padStart(2, "0")), mg = Array.from({ length: 60 }, (e, l) => String(l).padStart(2, "0")), hg = [L2.AM, L2.PM], c1 = (e, l, n = !1) => n && l === P0.STANDARD ? e % 12 === 0 ? "12" : String(e % 12).padStart(2, "0") : String(e).padStart(2, "0");
|
|
11363
11372
|
function vg({
|
|
11364
11373
|
timestamp: e,
|
|
11365
11374
|
onTimeChange: l,
|
|
@@ -11372,7 +11381,7 @@ function vg({
|
|
|
11372
11381
|
const [i, o] = q.useState($1), [u, m] = q.useState($1), [d, v] = q.useState(!1);
|
|
11373
11382
|
q.useEffect(() => {
|
|
11374
11383
|
if (e) {
|
|
11375
|
-
const p = new Date(e), I = p.getHours(), z = p.getMinutes(), N = p.getSeconds(), w = n === P0.STANDARD ? I >= 12 ?
|
|
11384
|
+
const p = new Date(e), I = p.getHours(), z = p.getMinutes(), N = p.getSeconds(), w = n === P0.STANDARD ? I >= 12 ? L2.PM : L2.AM : "";
|
|
11376
11385
|
o({
|
|
11377
11386
|
hour: c1(I, n, !0),
|
|
11378
11387
|
minute: c1(z, n),
|
|
@@ -11389,7 +11398,7 @@ function vg({
|
|
|
11389
11398
|
const h = () => {
|
|
11390
11399
|
const p = /* @__PURE__ */ new Date();
|
|
11391
11400
|
let I = parseInt(u.hour || c1(p.getHours(), n, !0), 10);
|
|
11392
|
-
n === P0.STANDARD && (u.period ===
|
|
11401
|
+
n === P0.STANDARD && (u.period === L2.PM && I < 12 && (I += 12), u.period === L2.AM && I === 12 && (I = 0));
|
|
11393
11402
|
const z = parseInt(
|
|
11394
11403
|
u.minute || c1(p.getMinutes(), n),
|
|
11395
11404
|
10
|
|
@@ -11416,9 +11425,9 @@ function vg({
|
|
|
11416
11425
|
},
|
|
11417
11426
|
placement: "bottom",
|
|
11418
11427
|
children: [
|
|
11419
|
-
/* @__PURE__ */ a.jsx(a4, { className: E0.trigger, openOnHover: !1, children: /* @__PURE__ */ a.jsxs(
|
|
11428
|
+
/* @__PURE__ */ a.jsx(a4, { className: E0.trigger, openOnHover: !1, children: /* @__PURE__ */ a.jsxs(F1, { className: t, children: [
|
|
11420
11429
|
/* @__PURE__ */ a.jsx(
|
|
11421
|
-
|
|
11430
|
+
L1,
|
|
11422
11431
|
{
|
|
11423
11432
|
value: b,
|
|
11424
11433
|
placeholder: x,
|
|
@@ -11657,10 +11666,10 @@ x4.Collapse = ({ eventKey: e, children: l, customClasses: n, customStyle: c }) =
|
|
|
11657
11666
|
const s = J2((r) => r.state).context.value.includes(e);
|
|
11658
11667
|
return /* @__PURE__ */ a.jsx("div", { style: c, className: n, hidden: !s, children: l });
|
|
11659
11668
|
};
|
|
11660
|
-
const Gg = "_container_adbn2_1",
|
|
11669
|
+
const Gg = "_container_adbn2_1", Lg = "_labelContainer_adbn2_7", Fg = "_sliderContainer_adbn2_18", Hg = "_slider_adbn2_18", kg = "_label_adbn2_7", Dg = "_error_adbn2_87", Pg = "_infoIconContainer_adbn2_93", Tg = "_infoIcon_adbn2_93", R2 = {
|
|
11661
11670
|
container: Gg,
|
|
11662
|
-
labelContainer:
|
|
11663
|
-
sliderContainer:
|
|
11671
|
+
labelContainer: Lg,
|
|
11672
|
+
sliderContainer: Fg,
|
|
11664
11673
|
slider: Hg,
|
|
11665
11674
|
label: kg,
|
|
11666
11675
|
error: Dg,
|
|
@@ -11756,7 +11765,7 @@ export {
|
|
|
11756
11765
|
O6 as InputControlV2,
|
|
11757
11766
|
As as InputCount,
|
|
11758
11767
|
i6 as InputGroup,
|
|
11759
|
-
|
|
11768
|
+
F1 as InputGroupV2,
|
|
11760
11769
|
f3 as InputLabel,
|
|
11761
11770
|
n6 as InputLeftAddon,
|
|
11762
11771
|
xs as InputLeftAdornment,
|
|
@@ -11767,10 +11776,10 @@ export {
|
|
|
11767
11776
|
_s as InputRightAdornment,
|
|
11768
11777
|
r6 as InputRightElement,
|
|
11769
11778
|
x3 as InputRightIcon,
|
|
11770
|
-
|
|
11779
|
+
L1 as InputV2,
|
|
11771
11780
|
Ps as LOADER_VARIANT,
|
|
11772
11781
|
q4 as LabelV2,
|
|
11773
|
-
|
|
11782
|
+
Lq as LayoutTabs,
|
|
11774
11783
|
b4 as Loader,
|
|
11775
11784
|
Cq as Modal,
|
|
11776
11785
|
xq as ModalBody,
|
|
@@ -11779,7 +11788,7 @@ export {
|
|
|
11779
11788
|
zq as ModalHeader,
|
|
11780
11789
|
$l as ModalOverlay,
|
|
11781
11790
|
yq as ModalV2,
|
|
11782
|
-
|
|
11791
|
+
L2 as PERIOD,
|
|
11783
11792
|
Sv as PILL_STATUS,
|
|
11784
11793
|
Qq as Pill,
|
|
11785
11794
|
e4 as Popover,
|
|
@@ -11802,14 +11811,14 @@ export {
|
|
|
11802
11811
|
jq as Select,
|
|
11803
11812
|
Mq as SelectAsync,
|
|
11804
11813
|
r7 as SelectV2,
|
|
11805
|
-
|
|
11814
|
+
Fq as Selectors,
|
|
11806
11815
|
tm as SelectorsV2,
|
|
11807
11816
|
Y2 as Skeleton,
|
|
11808
11817
|
uf as Status,
|
|
11809
11818
|
Hq as Switch,
|
|
11810
11819
|
df as SwitchV2,
|
|
11811
11820
|
K5 as TABLE_ACTION_TYPES,
|
|
11812
|
-
|
|
11821
|
+
L8 as TABLE_NAMES,
|
|
11813
11822
|
P0 as TIME_PICKER_FORMAT,
|
|
11814
11823
|
ig as TIME_PICKER_TYPE,
|
|
11815
11824
|
t3 as TOOLTIP_DEFAULTS,
|
|
@@ -11874,7 +11883,7 @@ export {
|
|
|
11874
11883
|
tf as useBreadcrumbs,
|
|
11875
11884
|
h7 as useBreadcrumbsStore,
|
|
11876
11885
|
e6 as useColorsFromWord,
|
|
11877
|
-
|
|
11886
|
+
F8 as useDateRangePicker,
|
|
11878
11887
|
H8 as useDebounce,
|
|
11879
11888
|
l6 as useDisclosure,
|
|
11880
11889
|
k8 as useLockBodyScroll,
|