affiliate-front-shared 1.3.29 → 1.3.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +122 -54
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +527 -450
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
var In = Object.defineProperty;
|
|
2
|
-
var
|
|
3
|
-
var lt = (r, e, t) =>
|
|
2
|
+
var zn = (r, e, t) => e in r ? In(r, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[e] = t;
|
|
3
|
+
var lt = (r, e, t) => zn(r, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
import { jsx as s, Fragment as oe, jsxs as v } from "react/jsx-runtime";
|
|
5
5
|
import * as $ from "react";
|
|
6
|
-
import ft, { createContext as At, useContext as xt, useEffect as K, useState as
|
|
7
|
-
import { Menu as
|
|
6
|
+
import ft, { createContext as At, useContext as xt, useEffect as K, useState as z, useRef as wt, useMemo as we } from "react";
|
|
7
|
+
import { Menu as jr, DatePicker as Fr, Table as Vt, Dropdown as Me, Select as jt, Button as Ce, Input as Be, Modal as Br, notification as ht, Form as Ne, Checkbox as Mn, Skeleton as Hn, Pagination as Pn, Spin as Ct, Breadcrumb as Rn, Empty as _r, Tabs as Gr, Tooltip as Nn, Upload as An } from "antd";
|
|
8
8
|
import m, { keyframes as Vn } from "styled-components";
|
|
9
|
-
import { useNavigate as
|
|
10
|
-
import { create as
|
|
11
|
-
import { useTranslation as
|
|
9
|
+
import { useNavigate as De, useLocation as _e, useSearchParams as jn, useParams as Fn, UNSAFE_NavigationContext as Bn } from "react-router";
|
|
10
|
+
import { create as Ur, useStore as _n } from "zustand";
|
|
11
|
+
import { useTranslation as Gn, initReactI18next as Un } from "react-i18next";
|
|
12
12
|
import * as Wn from "echarts";
|
|
13
13
|
import Yn from "react-dom";
|
|
14
14
|
import Kn from "i18next-browser-languagedetector";
|
|
@@ -16,26 +16,26 @@ import qn from "i18next-http-backend";
|
|
|
16
16
|
import * as ct from "xlsx";
|
|
17
17
|
import { debounce as Zn } from "lodash";
|
|
18
18
|
const Wr = At({});
|
|
19
|
-
function
|
|
19
|
+
function El({
|
|
20
20
|
services: r,
|
|
21
21
|
children: e
|
|
22
22
|
}) {
|
|
23
23
|
return /* @__PURE__ */ s(Wr.Provider, { value: r, children: e });
|
|
24
24
|
}
|
|
25
|
-
function
|
|
25
|
+
function Ge() {
|
|
26
26
|
return xt(Wr);
|
|
27
27
|
}
|
|
28
|
-
let
|
|
28
|
+
let Se = (r) => r;
|
|
29
29
|
function tr(r) {
|
|
30
|
-
|
|
30
|
+
Se = r;
|
|
31
31
|
}
|
|
32
|
-
const j = (r, e) =>
|
|
33
|
-
function
|
|
32
|
+
const j = (r, e) => Se(`general.${r}`, e), J = (r, e) => Se(`actions.${r}`, e), U = (r, e) => Se(`authentication.${r}`, e), de = (r, e) => Se(`months.${r}`, e), Pe = (r, e) => Se(`date.${r}`, e), Te = (r, e) => Se(`weekDays.${r}`, e), Jn = (r, e) => Se(`noData.${r}`, e), rr = (r, e) => Se(`comingSoon.${r}`, e);
|
|
33
|
+
function Tl({ t: r, children: e }) {
|
|
34
34
|
return tr(r), K(() => {
|
|
35
35
|
tr(r);
|
|
36
36
|
}, [r]), /* @__PURE__ */ s(oe, { children: e });
|
|
37
37
|
}
|
|
38
|
-
const
|
|
38
|
+
const Ft = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ $.createElement("path", { d: "M5.33343 5.72363L8.0001 8.3903L10.6668 5.72363L11.6096 6.66644L8.0001 10.2759L4.39062 6.66644L5.33343 5.72363Z", fill: "currentColor", fillOpacity: 0.75 })), Qn = m(Ft)`
|
|
39
39
|
color: var(--color-text-primary, #131412);
|
|
40
40
|
`, Xn = m.div`
|
|
41
41
|
background: var(--color-bg-secondary, #f5f5f5);
|
|
@@ -81,7 +81,7 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
81
81
|
font-weight: var(--text-weight-medium, 500);
|
|
82
82
|
line-height: var(--typo-caption-lineHeight-medium, 18px); /* 128.571% */
|
|
83
83
|
letter-spacing: var(--typo-caption-spacing-medium, 0.1px);
|
|
84
|
-
`, ri = m(
|
|
84
|
+
`, ri = m(jr)`
|
|
85
85
|
border: none !important;
|
|
86
86
|
background: transparent;
|
|
87
87
|
flex: 1;
|
|
@@ -150,7 +150,7 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
`, Yr = (r, e = [], t = !0) => {
|
|
153
|
-
const [n, i] =
|
|
153
|
+
const [n, i] = z(null), [o, a] = z(null), [l, d] = z(!0), [c, u] = z(null), p = async () => {
|
|
154
154
|
var h;
|
|
155
155
|
if (t)
|
|
156
156
|
try {
|
|
@@ -172,7 +172,7 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
172
172
|
fetchData: p,
|
|
173
173
|
listItems: o
|
|
174
174
|
};
|
|
175
|
-
},
|
|
175
|
+
}, He = Ur((r, e) => ({
|
|
176
176
|
user: localStorage.getItem("userData") ? JSON.parse(localStorage.getItem("userData")) : null,
|
|
177
177
|
prefersDark: !1,
|
|
178
178
|
storedThemeMode: null,
|
|
@@ -224,7 +224,7 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
224
224
|
font-weight: var(--text-weight-regular, 400);
|
|
225
225
|
line-height: var(--typo-caption-lineHeight-medium, 18px); /* 128.571% */
|
|
226
226
|
letter-spacing: var(--typo-caption-spacing-medium, 0.1px);
|
|
227
|
-
`, te = m(
|
|
227
|
+
`, te = m(jr)`
|
|
228
228
|
display: flex;
|
|
229
229
|
padding: var(--spacing-050, 4px) 0;
|
|
230
230
|
flex-direction: column;
|
|
@@ -273,7 +273,7 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
273
273
|
position: absolute !important;
|
|
274
274
|
z-index: 10000;
|
|
275
275
|
`, si = ({ closeProfileDropdown: r }) => {
|
|
276
|
-
const e =
|
|
276
|
+
const e = De(), { getCustomers: t, postSelectedCustomer: n } = Ge(), { storedThemeMode: i, logout: o, setThemeMode: a, user: l } = He(), { i18n: d } = Gn();
|
|
277
277
|
function c() {
|
|
278
278
|
o(), e("/authorization/login");
|
|
279
279
|
}
|
|
@@ -286,8 +286,8 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
286
286
|
] }), { response: h } = Yr(t ?? (() => Promise.resolve({ data: [] })), []);
|
|
287
287
|
async function f(y) {
|
|
288
288
|
if (!n) return;
|
|
289
|
-
const
|
|
290
|
-
localStorage.setItem("useToken",
|
|
289
|
+
const M = (await n(y)).data.value;
|
|
290
|
+
localStorage.setItem("useToken", M.token), localStorage.setItem("userData", JSON.stringify(M));
|
|
291
291
|
}
|
|
292
292
|
const g = () => {
|
|
293
293
|
(l == null ? void 0 : l.type) === "Manager" ? e(`/affiliate-manager/profile/${l.id}`) : e(`/affiliate-users/profile/${l == null ? void 0 : l.affiliateUserId}`);
|
|
@@ -330,7 +330,7 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
330
330
|
"10"
|
|
331
331
|
) });
|
|
332
332
|
}, Bt = ({ items: r, topLogoPrimaryUrl: e, shortName: t }) => {
|
|
333
|
-
const n = _e(), [i, o] =
|
|
333
|
+
const n = _e(), [i, o] = z(!1), a = wt(null), l = () => o((d) => !d);
|
|
334
334
|
return K(() => {
|
|
335
335
|
function d(c) {
|
|
336
336
|
a.current && !a.current.contains(c.target) && o(!1);
|
|
@@ -374,7 +374,7 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
374
374
|
max-height: 100vh;
|
|
375
375
|
`, di = m.div`
|
|
376
376
|
background: var(--color-bg-primary, #fff);
|
|
377
|
-
`,
|
|
377
|
+
`, $l = ({ children: r }) => /* @__PURE__ */ v(li, { children: [
|
|
378
378
|
/* @__PURE__ */ s(Bt, {}),
|
|
379
379
|
/* @__PURE__ */ s(ci, { children: /* @__PURE__ */ s(di, { children: r }) })
|
|
380
380
|
] }), pi = m.div`
|
|
@@ -611,7 +611,7 @@ const Di = m.span`
|
|
|
611
611
|
/* @__PURE__ */ s(Oi, { children: e }),
|
|
612
612
|
/* @__PURE__ */ s(Li, { children: r }),
|
|
613
613
|
o && e === j("Commission") && /* @__PURE__ */ s(Di, { color: i, children: o })
|
|
614
|
-
] }) }) }),
|
|
614
|
+
] }) }) }), Il = ({
|
|
615
615
|
pageTitle: r,
|
|
616
616
|
pageDesc: e,
|
|
617
617
|
logoPrimaryUrl: t,
|
|
@@ -619,7 +619,7 @@ const Di = m.span`
|
|
|
619
619
|
colorPrimary: i,
|
|
620
620
|
children: o
|
|
621
621
|
}) => {
|
|
622
|
-
const [a] =
|
|
622
|
+
const [a] = jn(), l = a.get("backPath"), d = De();
|
|
623
623
|
function c(u) {
|
|
624
624
|
d(u);
|
|
625
625
|
}
|
|
@@ -650,15 +650,15 @@ const Di = m.span`
|
|
|
650
650
|
}
|
|
651
651
|
),
|
|
652
652
|
/* @__PURE__ */ v("nav", { children: [
|
|
653
|
-
/* @__PURE__ */ s("a", { href: "", children: /* @__PURE__ */ s(nr, { children:
|
|
654
|
-
/* @__PURE__ */ s("a", { href: "", children: /* @__PURE__ */ s(nr, { children:
|
|
653
|
+
/* @__PURE__ */ s("a", { href: "", children: /* @__PURE__ */ s(nr, { children: U("TermsOfUsage") }) }),
|
|
654
|
+
/* @__PURE__ */ s("a", { href: "", children: /* @__PURE__ */ s(nr, { children: U("PrivacyPolicy") }) })
|
|
655
655
|
] })
|
|
656
656
|
] })
|
|
657
657
|
] }),
|
|
658
658
|
/* @__PURE__ */ s(vi, { backgroundcolor: i, children: /* @__PURE__ */ s("img", { src: t, alt: "logo" }) })
|
|
659
659
|
] });
|
|
660
660
|
};
|
|
661
|
-
var
|
|
661
|
+
var Oe = /* @__PURE__ */ ((r) => (r[r.TABLE = 0] = "TABLE", r[r.LIST = 1] = "LIST", r[r.BOARD = 2] = "BOARD", r))(Oe || {}), se = /* @__PURE__ */ ((r) => (r[r.ASC = 0] = "ASC", r[r.DESC = 1] = "DESC", r))(se || {}), Ae = /* @__PURE__ */ ((r) => (r[r.NONE = 0] = "NONE", r[r.COLUMN = 1] = "COLUMN", r[r.TYPE = 2] = "TYPE", r[r.VALUE = 3] = "VALUE", r))(Ae || {}), be = /* @__PURE__ */ ((r) => (r[r.INPUT = 0] = "INPUT", r[r.SELECT = 1] = "SELECT", r[r.TwoComponentSelect = 2] = "TwoComponentSelect", r[r.DATEPICKER = 3] = "DATEPICKER", r[r.MULTISELECT = 4] = "MULTISELECT", r))(be || {});
|
|
662
662
|
const ir = (r) => {
|
|
663
663
|
let e;
|
|
664
664
|
const t = /* @__PURE__ */ new Set(), n = (c, u) => {
|
|
@@ -678,7 +678,7 @@ const ir = (r) => {
|
|
|
678
678
|
sortItems: [],
|
|
679
679
|
hideItems: {},
|
|
680
680
|
groupByArr: [],
|
|
681
|
-
activeTableView:
|
|
681
|
+
activeTableView: Oe.TABLE
|
|
682
682
|
}, $i = () => Ti((r, e) => ({
|
|
683
683
|
columns: [],
|
|
684
684
|
...or,
|
|
@@ -688,7 +688,7 @@ const ir = (r) => {
|
|
|
688
688
|
setSelectedConfig: (t) => r({ selectedConfig: t }),
|
|
689
689
|
configsVersion: 0,
|
|
690
690
|
bumpConfigsVersion: () => r((t) => ({ configsVersion: t.configsVersion + 1 })),
|
|
691
|
-
hydrateFromStorage: (t, n =
|
|
691
|
+
hydrateFromStorage: (t, n = Oe.TABLE) => {
|
|
692
692
|
if (e().isHydrated) return;
|
|
693
693
|
const i = sessionStorage.getItem(t);
|
|
694
694
|
if (i)
|
|
@@ -766,7 +766,7 @@ const ir = (r) => {
|
|
|
766
766
|
const e = xt(Zr);
|
|
767
767
|
if (!e) throw new Error("GridViewStoreProvider is missing");
|
|
768
768
|
return _n(e, r);
|
|
769
|
-
},
|
|
769
|
+
}, zi = () => {
|
|
770
770
|
const r = T((u) => u.hydrateFromStorage), e = T((u) => u.isHydrated), t = T((u) => u.filters), n = T((u) => u.filterItems), i = T((u) => u.sortItems), o = T((u) => u.hideItems), a = T((u) => u.groupByArr), l = T((u) => u.activeTableView), d = T((u) => u.selectedConfig), c = _e();
|
|
771
771
|
K(() => (r(`grid-filters:${c.pathname}`), sessionStorage.clear()), []), K(() => {
|
|
772
772
|
e && sessionStorage.setItem(
|
|
@@ -792,8 +792,8 @@ const ir = (r) => {
|
|
|
792
792
|
e
|
|
793
793
|
]);
|
|
794
794
|
};
|
|
795
|
-
function
|
|
796
|
-
const [e, t] =
|
|
795
|
+
function Mi(r) {
|
|
796
|
+
const [e, t] = z(0);
|
|
797
797
|
return K(() => {
|
|
798
798
|
if (!r.current) return;
|
|
799
799
|
const n = new ResizeObserver(([i]) => {
|
|
@@ -802,7 +802,7 @@ function Pi(r) {
|
|
|
802
802
|
return n.observe(r.current), t(r.current.clientHeight), () => n.disconnect();
|
|
803
803
|
}, [r]), e;
|
|
804
804
|
}
|
|
805
|
-
const { RangePicker:
|
|
805
|
+
const { RangePicker: Hi } = Fr, Pi = m.div`
|
|
806
806
|
background: var(--color-bg-primary, #fff);
|
|
807
807
|
`, Ri = m.div`
|
|
808
808
|
height: var(--size-800, 4rem);
|
|
@@ -1163,12 +1163,12 @@ const _t = m.div`
|
|
|
1163
1163
|
}
|
|
1164
1164
|
}
|
|
1165
1165
|
}
|
|
1166
|
-
`, Jr = m(
|
|
1166
|
+
`, Jr = m(Hi)`
|
|
1167
1167
|
height: 0;
|
|
1168
1168
|
padding: 0 !important;
|
|
1169
1169
|
overflow: hidden;
|
|
1170
1170
|
border: none !important;
|
|
1171
|
-
`,
|
|
1171
|
+
`, ji = m.span`
|
|
1172
1172
|
color: var(--color-text-primary, #fff);
|
|
1173
1173
|
|
|
1174
1174
|
/* caption/medium-r */
|
|
@@ -1178,7 +1178,7 @@ const _t = m.div`
|
|
|
1178
1178
|
font-weight: var(--text-weight-regular, 400);
|
|
1179
1179
|
line-height: var(--typo-caption-lineHeight-medium, 18px); /* 128.571% */
|
|
1180
1180
|
letter-spacing: var(--typo-caption-spacing-medium, 0.1px);
|
|
1181
|
-
`,
|
|
1181
|
+
`, Fi = m.div`
|
|
1182
1182
|
display: flex;
|
|
1183
1183
|
min-height: var(--size-400, 32px);
|
|
1184
1184
|
padding: var(--spacing-050, 4px) var(--spacing-150, 12px) !important;
|
|
@@ -1194,15 +1194,15 @@ const _t = m.div`
|
|
|
1194
1194
|
`, _i = m.div`
|
|
1195
1195
|
max-height: 300px;
|
|
1196
1196
|
overflow: hidden;
|
|
1197
|
-
`,
|
|
1197
|
+
`, Gi = m.div`
|
|
1198
1198
|
height: ${(r) => r.height || "100%"};
|
|
1199
1199
|
`, gt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ $.createElement("path", { d: "M1.33203 3.33333H14.6654V4.66667H1.33203V3.33333Z", fill: "#131412" }), /* @__PURE__ */ $.createElement("path", { d: "M3.33203 7.33333H12.6654V8.66667H3.33203V7.33333Z", fill: "#131412" }), /* @__PURE__ */ $.createElement("path", { d: "M5.33203 11.3333H10.6654V12.6667H5.33203V11.3333Z", fill: "#131412" })), Qr = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ $.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.9987 2V4H1.33203V5.33333H3.9987V7.33333H7.9987V5.33333H14.6654V4H7.9987V2H3.9987ZM6.66536 3.33333H5.33203V6H6.66536V3.33333Z", fill: "currentColor" }), /* @__PURE__ */ $.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.9987 8.66667V10.6667H1.33203V12H7.9987V14H11.9987V12H14.6654V10.6667H11.9987V8.66667H7.9987ZM9.33203 10H10.6654V12.6667H9.33203V10Z", fill: "currentColor" })), Xr = (r) => /* @__PURE__ */ $.createElement("svg", { width: 12, height: 12, viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ $.createElement("path", { d: "M4 12H0V8H4V12Z", fill: "white" }), /* @__PURE__ */ $.createElement("path", { d: "M12 12H8V8H12V12Z", fill: "white" }), /* @__PURE__ */ $.createElement("path", { d: "M4 4H0V0H4V4Z", fill: "white" }), /* @__PURE__ */ $.createElement("path", { d: "M12 4H8V0H12V4Z", fill: "white" })), en = (r, e, t = []) => {
|
|
1200
1200
|
const n = we(() => Zn(r, e), t);
|
|
1201
1201
|
return K(() => () => {
|
|
1202
1202
|
n.cancel();
|
|
1203
1203
|
}, [n]), n;
|
|
1204
|
-
},
|
|
1205
|
-
const [n, i] =
|
|
1204
|
+
}, Gt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 24, height: 24, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ $.createElement("path", { d: "M7.99947 2.38989L3.72266 6.6667L4.66547 7.60951L7.3328 4.94218V13.3334H8.66613V4.94218L11.3335 7.60951L12.2763 6.6667L7.99947 2.38989Z", fill: "currentColor", fillOpacity: 0.75 })), Ut = (r) => /* @__PURE__ */ $.createElement("svg", { width: 24, height: 24, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ $.createElement("path", { d: "M8.66613 2.66675H7.3328V11.0573L4.66547 8.38994L3.72266 9.33275L7.99947 13.6096L12.2763 9.33275L11.3335 8.38994L8.66613 11.0573V2.66675Z", fill: "currentColor", fillOpacity: 0.75 })), Ui = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ $.createElement("path", { d: "M13.7337 6.67614L14.6765 5.73333L11.3337 2.39052L7.99089 5.73333L8.93369 6.67614L10.667 4.94281L10.667 13.3333H12.0004L12.0004 4.94281L13.7337 6.67614Z", fill: "#131412" }), /* @__PURE__ */ $.createElement("path", { d: "M8.00984 10.2667L4.66703 13.6095L1.32422 10.2667L2.26703 9.32385L4.00036 11.0572L4.00036 2.66666L5.33369 2.66666L5.33369 11.0572L7.06703 9.32386L8.00984 10.2667Z", fill: "#131412" })), Wi = ({ children: r, overlay: e, placement: t = "bottomRight" }) => {
|
|
1205
|
+
const [n, i] = z(!1);
|
|
1206
1206
|
return /* @__PURE__ */ s(
|
|
1207
1207
|
Me,
|
|
1208
1208
|
{
|
|
@@ -1215,7 +1215,7 @@ const _t = m.div`
|
|
|
1215
1215
|
}
|
|
1216
1216
|
);
|
|
1217
1217
|
}, tn = ({ placement: r, children: e }) => {
|
|
1218
|
-
const t = T((f) => f.columns), n = T((f) => f.sortItems), i = T((f) => f.setSortItems), o = n[0], [a, l] =
|
|
1218
|
+
const t = T((f) => f.columns), n = T((f) => f.sortItems), i = T((f) => f.setSortItems), o = n[0], [a, l] = z(""), [d, c] = z(
|
|
1219
1219
|
(o == null ? void 0 : o.direction) === se.ASC ? se.ASC : se.DESC
|
|
1220
1220
|
), u = t.filter(
|
|
1221
1221
|
(f) => f.title.toLowerCase().includes(a.toLowerCase()) && f.sortable !== !1
|
|
@@ -1266,7 +1266,7 @@ const _t = m.div`
|
|
|
1266
1266
|
c(se.ASC), o && p(o, se.ASC);
|
|
1267
1267
|
},
|
|
1268
1268
|
children: [
|
|
1269
|
-
/* @__PURE__ */ s(
|
|
1269
|
+
/* @__PURE__ */ s(Gt, {}),
|
|
1270
1270
|
"Ascending",
|
|
1271
1271
|
d === se.ASC && /* @__PURE__ */ s(Ze, {})
|
|
1272
1272
|
]
|
|
@@ -1279,7 +1279,7 @@ const _t = m.div`
|
|
|
1279
1279
|
c(se.DESC), o && p(o, se.DESC);
|
|
1280
1280
|
},
|
|
1281
1281
|
children: [
|
|
1282
|
-
/* @__PURE__ */ s(
|
|
1282
|
+
/* @__PURE__ */ s(Ut, {}),
|
|
1283
1283
|
"Descending",
|
|
1284
1284
|
d === se.DESC && /* @__PURE__ */ s(Ze, {})
|
|
1285
1285
|
]
|
|
@@ -1288,11 +1288,11 @@ const _t = m.div`
|
|
|
1288
1288
|
] })
|
|
1289
1289
|
] }),
|
|
1290
1290
|
placement: r || "bottomRight",
|
|
1291
|
-
children: e || /* @__PURE__ */ s(
|
|
1291
|
+
children: e || /* @__PURE__ */ s(Ui, {})
|
|
1292
1292
|
}
|
|
1293
1293
|
);
|
|
1294
1294
|
}, Wt = ({ placement: r, children: e, onSelect: t, CustomFilters: n }) => {
|
|
1295
|
-
const [i, o] =
|
|
1295
|
+
const [i, o] = z(!1), [a, l] = z(""), d = T((h) => h.columns), c = T((h) => h.filterItems), u = T((h) => h.setFilterItems);
|
|
1296
1296
|
function p(h) {
|
|
1297
1297
|
t ? t(h) : u([
|
|
1298
1298
|
...c,
|
|
@@ -1341,7 +1341,7 @@ const _t = m.div`
|
|
|
1341
1341
|
}, Ki = {
|
|
1342
1342
|
okText: "Create",
|
|
1343
1343
|
cancelText: "Cancel"
|
|
1344
|
-
},
|
|
1344
|
+
}, Ie = Ur((r, e) => {
|
|
1345
1345
|
const t = (n) => ({
|
|
1346
1346
|
...n,
|
|
1347
1347
|
popupOptions: { ...Yi, ...n.popupOptions },
|
|
@@ -1393,7 +1393,7 @@ const _t = m.div`
|
|
|
1393
1393
|
),
|
|
1394
1394
|
setTitle: (n) => r((i) => i.options ? { options: { ...i.options, title: n } } : i)
|
|
1395
1395
|
};
|
|
1396
|
-
}), ar = m(
|
|
1396
|
+
}), ar = m(jt)`
|
|
1397
1397
|
width: 200px;
|
|
1398
1398
|
|
|
1399
1399
|
display: flex;
|
|
@@ -1457,7 +1457,7 @@ const Zi = ({
|
|
|
1457
1457
|
GridPageTopLeftComponent: l,
|
|
1458
1458
|
noNeedSidebarResponsiveButton: d
|
|
1459
1459
|
}) => {
|
|
1460
|
-
const c =
|
|
1460
|
+
const c = De(), u = T((x) => x.filters), p = T((x) => x.hasCreateBtn), h = T((x) => x.setFilters), f = T((x) => x.setFilterItems), g = T((x) => x.setSortItems), [y, O] = z(() => {
|
|
1461
1461
|
var x, C;
|
|
1462
1462
|
try {
|
|
1463
1463
|
const I = sessionStorage.getItem(`grid-filters:${window.location.pathname}`);
|
|
@@ -1465,15 +1465,15 @@ const Zi = ({
|
|
|
1465
1465
|
} catch {
|
|
1466
1466
|
return !1;
|
|
1467
1467
|
}
|
|
1468
|
-
}), [
|
|
1468
|
+
}), [M, S] = z(!1), { open: E } = Ie(), [k, P] = z(!1), { getMyFilters: G } = Ge(), Y = rn(), [B, F] = z([]), R = T((x) => x.selectedConfig), b = T((x) => x.setSelectedConfig), N = T((x) => x.configsVersion);
|
|
1469
1469
|
K(() => {
|
|
1470
|
-
Y == null || !
|
|
1471
|
-
}, [Y, N,
|
|
1470
|
+
Y == null || !G || G(String(Y)).then((x) => F(x.data ?? []));
|
|
1471
|
+
}, [Y, N, G]);
|
|
1472
1472
|
function _(x) {
|
|
1473
1473
|
const C = B.find((V) => V.id === x);
|
|
1474
1474
|
if (!C) return;
|
|
1475
|
-
const { filterItems: I, sortItems:
|
|
1476
|
-
f(I, !0), g(
|
|
1475
|
+
const { filterItems: I, sortItems: H } = JSON.parse(C.value);
|
|
1476
|
+
f(I, !0), g(H), b({ id: C.id, name: C.name });
|
|
1477
1477
|
}
|
|
1478
1478
|
const D = en((x) => {
|
|
1479
1479
|
h({
|
|
@@ -1512,7 +1512,7 @@ const Zi = ({
|
|
|
1512
1512
|
}
|
|
1513
1513
|
}
|
|
1514
1514
|
) }),
|
|
1515
|
-
t && t(k,
|
|
1515
|
+
t && t(k, P),
|
|
1516
1516
|
y ? /* @__PURE__ */ s(
|
|
1517
1517
|
"input",
|
|
1518
1518
|
{
|
|
@@ -1528,7 +1528,7 @@ const Zi = ({
|
|
|
1528
1528
|
i && i,
|
|
1529
1529
|
p && /* @__PURE__ */ s("button", { onClick: w, className: "create-btn", children: J("Create") })
|
|
1530
1530
|
] }),
|
|
1531
|
-
|
|
1531
|
+
M && /* @__PURE__ */ s(Bt, {})
|
|
1532
1532
|
] });
|
|
1533
1533
|
}, Ji = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ $.createElement("path", { d: "M8.66665 7.3335H12.6666V8.66683H8.66665V12.6668H7.33331V8.66683H3.33331V7.3335H7.33331V3.3335H8.66665V7.3335Z", fill: "white" })), nn = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ $.createElement("path", { d: "M8 2C9.69989 2 11.2343 2.70742 12.3255 3.84245V2.42578H13.6589V6.11654H9.96875V4.7832H11.3796C10.5289 3.88969 9.32909 3.33333 8 3.33333C5.42286 3.33333 3.33333 5.42286 3.33333 8C3.33333 10.5771 5.42286 12.6667 8 12.6667C10.5771 12.6667 12.6667 10.5771 12.6667 8V7.33333H14V8C14 11.3135 11.3135 14 8 14C4.68648 14 2 11.3135 2 8C2 4.68648 4.68648 2 8 2Z", fill: "#131412" })), xe = class xe {
|
|
1534
1534
|
static equals(e, t) {
|
|
@@ -1907,7 +1907,7 @@ const Qi = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
1907
1907
|
fill: var(--color-text-primary, #fff);
|
|
1908
1908
|
}
|
|
1909
1909
|
}
|
|
1910
|
-
`,
|
|
1910
|
+
`, Ee = m.div`
|
|
1911
1911
|
display: flex;
|
|
1912
1912
|
align-items: start;
|
|
1913
1913
|
flex-direction: column;
|
|
@@ -1916,7 +1916,7 @@ const Qi = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
1916
1916
|
|
|
1917
1917
|
border-radius: var(--border-radius-025, 2px);
|
|
1918
1918
|
padding-bottom: var(--spacing-200, 16px);
|
|
1919
|
-
`,
|
|
1919
|
+
`, zl = m.span`
|
|
1920
1920
|
color: var(--color-text-secondary, rgba(255, 255, 255, 0.5)) !important;
|
|
1921
1921
|
`, pe = m.div`
|
|
1922
1922
|
color: var(--color-text-secondary, rgba(19, 20, 18, 0.75));
|
|
@@ -1933,7 +1933,7 @@ const Qi = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
1933
1933
|
display: flex;
|
|
1934
1934
|
width: 100%;
|
|
1935
1935
|
background: var(--color-bg-secondary, #232323);
|
|
1936
|
-
`, re = m(
|
|
1936
|
+
`, re = m(Ce)`
|
|
1937
1937
|
display: flex;
|
|
1938
1938
|
height: var(--size-800, 64px);
|
|
1939
1939
|
padding: var(--spacing-200, 16px) var(--spacing-300, 24px);
|
|
@@ -1961,7 +1961,7 @@ const Qi = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
1961
1961
|
}
|
|
1962
1962
|
`, to = m.div`
|
|
1963
1963
|
width: 50%;
|
|
1964
|
-
`, tt = m(
|
|
1964
|
+
`, tt = m(Ce)`
|
|
1965
1965
|
display: flex;
|
|
1966
1966
|
height: var(--size-800, 64px);
|
|
1967
1967
|
padding: var(--spacing-200, 16px) var(--spacing-300, 24px);
|
|
@@ -2025,7 +2025,7 @@ const Qi = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
2025
2025
|
background: var(--color-bg-brand-special, #141414) !important;
|
|
2026
2026
|
color: var(--color-text-inverse-primary, #fff) !important;
|
|
2027
2027
|
}
|
|
2028
|
-
`,
|
|
2028
|
+
`, Ml = m(Ce)`
|
|
2029
2029
|
display: flex;
|
|
2030
2030
|
height: var(--size-800, 64px);
|
|
2031
2031
|
padding: var(--spacing-200, 16px) var(--spacing-300, 24px);
|
|
@@ -2157,7 +2157,7 @@ const Qi = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
2157
2157
|
line-height: var(--typo-caption-lineHeight-medium, 18px); /* 128.571% */
|
|
2158
2158
|
letter-spacing: var(--typo-caption-spacing-medium, 0.1px);
|
|
2159
2159
|
}
|
|
2160
|
-
`,
|
|
2160
|
+
`, Hl = (r) => new Promise((e, t) => {
|
|
2161
2161
|
const n = new FileReader();
|
|
2162
2162
|
n.readAsDataURL(r), n.onload = () => e(n.result), n.onerror = (i) => t(i);
|
|
2163
2163
|
});
|
|
@@ -2199,7 +2199,7 @@ const oo = ({
|
|
|
2199
2199
|
postMyFilter: i,
|
|
2200
2200
|
putMyFilter: o
|
|
2201
2201
|
}) => {
|
|
2202
|
-
const [a] = Ne.useForm(), l =
|
|
2202
|
+
const [a] = Ne.useForm(), l = Ie((c) => c.setOnOk), d = Ie((c) => c.close);
|
|
2203
2203
|
return K(() => {
|
|
2204
2204
|
t && a.setFieldsValue({ name: t.name });
|
|
2205
2205
|
}, [t, a]), K(() => {
|
|
@@ -2231,7 +2231,7 @@ const oo = ({
|
|
|
2231
2231
|
transition: 0.1s;
|
|
2232
2232
|
}
|
|
2233
2233
|
}
|
|
2234
|
-
`, so = () => /* @__PURE__ */ s(
|
|
2234
|
+
`, so = () => /* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ s("div", { children: /* @__PURE__ */ s("p", { children: j("DeleteRecordQuestion") }) }) }), lo = m(Mn)`
|
|
2235
2235
|
.ant-checkbox-inner {
|
|
2236
2236
|
background-color: transparent;
|
|
2237
2237
|
border: 1px solid #ccc;
|
|
@@ -2257,8 +2257,8 @@ const oo = ({
|
|
|
2257
2257
|
border-color: black;
|
|
2258
2258
|
}
|
|
2259
2259
|
`, co = ({ item: r }) => {
|
|
2260
|
-
var S, E, k,
|
|
2261
|
-
const e = wt(null), t = T((b) => b.filterItems), n = T((b) => b.setFilterItems), [i, o] =
|
|
2260
|
+
var S, E, k, P, G, Y, B, F, R;
|
|
2261
|
+
const e = wt(null), t = T((b) => b.filterItems), n = T((b) => b.setFilterItems), [i, o] = z(r.selectType == Ae.VALUE);
|
|
2262
2262
|
function a() {
|
|
2263
2263
|
var b;
|
|
2264
2264
|
(b = e == null ? void 0 : e.current) == null || b.focus();
|
|
@@ -2284,7 +2284,7 @@ const oo = ({
|
|
|
2284
2284
|
!0
|
|
2285
2285
|
), o(!1);
|
|
2286
2286
|
}
|
|
2287
|
-
const [c, u] =
|
|
2287
|
+
const [c, u] = z(r.filterValue || []), p = (b) => {
|
|
2288
2288
|
var D, L;
|
|
2289
2289
|
const N = c.includes(b) ? c.filter((w) => w !== b) : [...c, b];
|
|
2290
2290
|
u(N);
|
|
@@ -2347,7 +2347,7 @@ const oo = ({
|
|
|
2347
2347
|
[be.SELECT]: /* @__PURE__ */ s("div", { children: (E = (S = r == null ? void 0 : r.filters) == null ? void 0 : S.options) == null ? void 0 : E.map((b) => /* @__PURE__ */ s("button", { onClick: () => l(b), children: b.name }, b.id)) }),
|
|
2348
2348
|
[be.TwoComponentSelect]: /* @__PURE__ */ v(oe, { children: [
|
|
2349
2349
|
/* @__PURE__ */ s(Bi, { children: (k = r == null ? void 0 : r.filters) == null ? void 0 : k.firstGroupName }),
|
|
2350
|
-
/* @__PURE__ */ s(_i, { children: (
|
|
2350
|
+
/* @__PURE__ */ s(_i, { children: (G = (P = r == null ? void 0 : r.filters) == null ? void 0 : P.options) == null ? void 0 : G.map((b) => /* @__PURE__ */ s(
|
|
2351
2351
|
"button",
|
|
2352
2352
|
{
|
|
2353
2353
|
onClick: () => d(b, !1),
|
|
@@ -2356,7 +2356,7 @@ const oo = ({
|
|
|
2356
2356
|
b.id
|
|
2357
2357
|
)) })
|
|
2358
2358
|
] }),
|
|
2359
|
-
[be.MULTISELECT]: /* @__PURE__ */ s("div", { children: (B = (Y = r == null ? void 0 : r.filters) == null ? void 0 : Y.options) == null ? void 0 : B.map((b) => /* @__PURE__ */ s(
|
|
2359
|
+
[be.MULTISELECT]: /* @__PURE__ */ s("div", { children: (B = (Y = r == null ? void 0 : r.filters) == null ? void 0 : Y.options) == null ? void 0 : B.map((b) => /* @__PURE__ */ s(Fi, { children: /* @__PURE__ */ s(lo, { onChange: () => p(b == null ? void 0 : b.id), children: /* @__PURE__ */ s(ji, { children: b.name }) }) }, b.id)) }),
|
|
2360
2360
|
[be.DATEPICKER]: /* @__PURE__ */ s(
|
|
2361
2361
|
Jr,
|
|
2362
2362
|
{
|
|
@@ -2408,7 +2408,7 @@ const oo = ({
|
|
|
2408
2408
|
}
|
|
2409
2409
|
}
|
|
2410
2410
|
)
|
|
2411
|
-
},
|
|
2411
|
+
}, M = /* @__PURE__ */ s(
|
|
2412
2412
|
_t,
|
|
2413
2413
|
{
|
|
2414
2414
|
style: {
|
|
@@ -2429,7 +2429,7 @@ const oo = ({
|
|
|
2429
2429
|
placement: "bottomLeft",
|
|
2430
2430
|
open: i,
|
|
2431
2431
|
onOpenChange: g,
|
|
2432
|
-
popupRender: () =>
|
|
2432
|
+
popupRender: () => M,
|
|
2433
2433
|
trigger: ["click"],
|
|
2434
2434
|
getPopupContainer: (b) => {
|
|
2435
2435
|
var N;
|
|
@@ -2441,7 +2441,7 @@ const oo = ({
|
|
|
2441
2441
|
/* @__PURE__ */ s("span", { onClick: y, children: /* @__PURE__ */ s(Yt, {}) })
|
|
2442
2442
|
] });
|
|
2443
2443
|
}, po = () => {
|
|
2444
|
-
const r = T((g) => g.filterItems), e = T((g) => g.sortItems), t = T((g) => g.setSelectedConfig), n = T((g) => g.resetStore), i = T((g) => g.selectedConfig), { deleteMyFilter: o } =
|
|
2444
|
+
const r = T((g) => g.filterItems), e = T((g) => g.sortItems), t = T((g) => g.setSelectedConfig), n = T((g) => g.resetStore), i = T((g) => g.selectedConfig), { deleteMyFilter: o } = Ge(), a = T((g) => g.bumpConfigsVersion), { open: l, store: d, close: c } = Ie(), u = rn();
|
|
2445
2445
|
async function p() {
|
|
2446
2446
|
try {
|
|
2447
2447
|
if (!i || !o) return;
|
|
@@ -2496,7 +2496,7 @@ const oo = ({
|
|
|
2496
2496
|
return /* @__PURE__ */ v(Ai, { children: [
|
|
2497
2497
|
e.length > 0 && /* @__PURE__ */ s(tn, { placement: "bottomLeft", children: /* @__PURE__ */ s(It, { className: "sort", children: /* @__PURE__ */ v("span", { children: [
|
|
2498
2498
|
e[0].title,
|
|
2499
|
-
e[0].direction == se.ASC ? /* @__PURE__ */ s(
|
|
2499
|
+
e[0].direction == se.ASC ? /* @__PURE__ */ s(Gt, {}) : /* @__PURE__ */ s(Ut, {})
|
|
2500
2500
|
] }) }) }),
|
|
2501
2501
|
r.map((g) => /* @__PURE__ */ s(co, { item: g }, g.title)),
|
|
2502
2502
|
/* @__PURE__ */ s(Wt, { placement: "bottomLeft", children: /* @__PURE__ */ s(It, { className: "add-filter", children: /* @__PURE__ */ v("span", { children: [
|
|
@@ -2891,7 +2891,7 @@ function Zt({ rows: r, columns: e, rowKey: t, onRowClick: n }) {
|
|
|
2891
2891
|
));
|
|
2892
2892
|
}
|
|
2893
2893
|
function yo({ rowLength: r, columnLength: e }) {
|
|
2894
|
-
return Array(r).fill(null).map((t, n) => /* @__PURE__ */ s("tr", { children: Array(e).fill(null).map((i, o) => /* @__PURE__ */ s("td", { children: /* @__PURE__ */ s(
|
|
2894
|
+
return Array(r).fill(null).map((t, n) => /* @__PURE__ */ s("tr", { children: Array(e).fill(null).map((i, o) => /* @__PURE__ */ s("td", { children: /* @__PURE__ */ s(Hn, { active: !0, title: !1, paragraph: { rows: 1, width: "100%" } }) }, `${n}-${o}`)) }, `skeleton-row-${n}`));
|
|
2895
2895
|
}
|
|
2896
2896
|
function bo({ subGroups: r, columns: e, rowKey: t, onRowClick: n }) {
|
|
2897
2897
|
return /* @__PURE__ */ s(oe, { children: Object.keys(r).map((i) => /* @__PURE__ */ v(ft.Fragment, { children: [
|
|
@@ -2971,10 +2971,10 @@ function Co({
|
|
|
2971
2971
|
totalItemCount: t,
|
|
2972
2972
|
onPaginationChange: n
|
|
2973
2973
|
}) {
|
|
2974
|
-
const [i, o] =
|
|
2974
|
+
const [i, o] = z(!1);
|
|
2975
2975
|
return /* @__PURE__ */ v(ho, { children: [
|
|
2976
2976
|
/* @__PURE__ */ s(
|
|
2977
|
-
|
|
2977
|
+
Pn,
|
|
2978
2978
|
{
|
|
2979
2979
|
current: r.current,
|
|
2980
2980
|
pageSize: r.pageSize,
|
|
@@ -3012,7 +3012,7 @@ function Co({
|
|
|
3012
3012
|
" ",
|
|
3013
3013
|
j("ItemsPerPage"),
|
|
3014
3014
|
" ",
|
|
3015
|
-
/* @__PURE__ */ s(
|
|
3015
|
+
/* @__PURE__ */ s(Ft, {})
|
|
3016
3016
|
] })
|
|
3017
3017
|
}
|
|
3018
3018
|
)
|
|
@@ -3020,7 +3020,7 @@ function Co({
|
|
|
3020
3020
|
}
|
|
3021
3021
|
const So = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ $.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.6094 3.33333L5.1263 11.8158C5.12139 11.8211 5.11638 11.8263 5.11133 11.8314L3.33333 13.6094L2.39062 12.6667L3.66211 11.3939C2.75363 10.5112 1.95159 9.31206 1.41341 8.31706L1.24219 8L1.41341 7.68294C2.08047 6.44895 3.05011 5.21371 4.17253 4.2793C5.28611 3.35227 6.61809 2.66667 8 2.66667C9.16616 2.66667 10.294 3.10021 11.291 3.76562L12.6667 2.39062L13.6094 3.33333ZM8 4C7.05196 4 6.01458 4.48114 5.02604 5.30404C4.14063 6.04112 3.34853 7.00907 2.76562 8C3.26512 8.86691 3.9209 9.79039 4.60482 10.4512L5.63021 9.42643C4.98911 8.36284 5.12669 6.96121 6.04427 6.04362C6.96186 5.12604 8.36349 4.98846 9.42708 5.62956L10.3255 4.73047C9.55755 4.26174 8.76273 4 8 4ZM8.42513 6.63151C7.93343 6.47928 7.37623 6.59708 6.98698 6.98633C6.59773 7.37558 6.47993 7.93278 6.63216 8.42448L8.42513 6.63151Z", fill: "currentColor", fillOpacity: 0.75 }), /* @__PURE__ */ $.createElement("path", { d: "M13.2266 5.51432L13.4199 5.75651C13.8705 6.35556 14.306 7.16405 14.5866 7.68294L14.7578 8L14.5866 8.31706C13.9196 9.55061 12.9498 10.7856 11.8275 11.7201C10.714 12.6471 9.38194 13.3333 8 13.3333C7.42626 13.3333 6.86164 13.2272 6.32031 13.0423L6.08984 12.9583L5.5332 12.7422L6.5638 11.7116L6.57161 11.7148L6.75195 11.7806C7.17263 11.9243 7.59142 12 8 12C8.94792 12 9.98545 11.5189 10.974 10.696C11.8609 9.95749 12.6538 8.98668 13.237 7.99414C12.9701 7.50763 12.6616 6.96796 12.3665 6.57357L12.2122 6.38021L12.0664 6.20898L13.0124 5.26302L13.2266 5.51432Z", fill: "currentColor", fillOpacity: 0.75 }));
|
|
3022
3022
|
function ko({ col: r }) {
|
|
3023
|
-
const [e, t] =
|
|
3023
|
+
const [e, t] = z(!1), n = T((f) => f.filterItems), i = T((f) => f.hideItems), o = T((f) => f.setFilterItems), a = T((f) => f.setSortItems), l = T((f) => f.setHideItems);
|
|
3024
3024
|
function d(f, g) {
|
|
3025
3025
|
a([
|
|
3026
3026
|
{
|
|
@@ -3049,12 +3049,12 @@ function ko({ col: r }) {
|
|
|
3049
3049
|
const p = () => t(!1), h = [
|
|
3050
3050
|
{ icon: /* @__PURE__ */ s(gt, {}), text: j("Filter"), action: () => c(r) },
|
|
3051
3051
|
{
|
|
3052
|
-
icon: /* @__PURE__ */ s(
|
|
3052
|
+
icon: /* @__PURE__ */ s(Gt, {}),
|
|
3053
3053
|
text: J("Ascending"),
|
|
3054
3054
|
action: () => d(r, se.ASC)
|
|
3055
3055
|
},
|
|
3056
3056
|
{
|
|
3057
|
-
icon: /* @__PURE__ */ s(
|
|
3057
|
+
icon: /* @__PURE__ */ s(Ut, {}),
|
|
3058
3058
|
text: J("Descending"),
|
|
3059
3059
|
action: () => d(r, se.DESC)
|
|
3060
3060
|
},
|
|
@@ -3143,7 +3143,7 @@ const Lo = m.div`
|
|
|
3143
3143
|
line-height: var(--typo-caption-lineHeight-medium, 18px);
|
|
3144
3144
|
letter-spacing: var(--typo-caption-spacing-medium, 0.1px);
|
|
3145
3145
|
`;
|
|
3146
|
-
m(
|
|
3146
|
+
m(Ce)`
|
|
3147
3147
|
display: flex;
|
|
3148
3148
|
height: var(--size-400, 32px);
|
|
3149
3149
|
padding: 8px;
|
|
@@ -3198,15 +3198,15 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3198
3198
|
const E = lr(p[0], n);
|
|
3199
3199
|
if (p[1]) {
|
|
3200
3200
|
const k = {};
|
|
3201
|
-
return Object.keys(E).forEach((
|
|
3202
|
-
k[
|
|
3201
|
+
return Object.keys(E).forEach((P) => {
|
|
3202
|
+
k[P] = lr(p[1], E[P]);
|
|
3203
3203
|
}), k;
|
|
3204
3204
|
}
|
|
3205
3205
|
return E;
|
|
3206
3206
|
}
|
|
3207
3207
|
return n;
|
|
3208
3208
|
}, [n, p]);
|
|
3209
|
-
function
|
|
3209
|
+
function M(E) {
|
|
3210
3210
|
h({
|
|
3211
3211
|
...u,
|
|
3212
3212
|
PageSize: E,
|
|
@@ -3221,7 +3221,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3221
3221
|
}
|
|
3222
3222
|
return /* @__PURE__ */ v(uo, { children: [
|
|
3223
3223
|
/* @__PURE__ */ v("table", { children: [
|
|
3224
|
-
r !=
|
|
3224
|
+
r != Oe.LIST && /* @__PURE__ */ s("thead", { children: /* @__PURE__ */ v("tr", { children: [
|
|
3225
3225
|
f.map((E) => /* @__PURE__ */ s(ko, { col: E }, E.dataIndex)),
|
|
3226
3226
|
/* @__PURE__ */ s("th", {})
|
|
3227
3227
|
] }) }),
|
|
@@ -3256,12 +3256,12 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3256
3256
|
{
|
|
3257
3257
|
pagination: o,
|
|
3258
3258
|
totalItemCount: a,
|
|
3259
|
-
onPerPageSelectChange:
|
|
3259
|
+
onPerPageSelectChange: M,
|
|
3260
3260
|
onPaginationChange: S
|
|
3261
3261
|
}
|
|
3262
3262
|
)
|
|
3263
3263
|
] });
|
|
3264
|
-
},
|
|
3264
|
+
}, zo = m.div`
|
|
3265
3265
|
display: flex;
|
|
3266
3266
|
flex-direction: column;
|
|
3267
3267
|
position: fixed;
|
|
@@ -3479,7 +3479,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3479
3479
|
z-index: 9;
|
|
3480
3480
|
}
|
|
3481
3481
|
}
|
|
3482
|
-
`,
|
|
3482
|
+
`, Mo = m.div`
|
|
3483
3483
|
display: flex;
|
|
3484
3484
|
align-items: center;
|
|
3485
3485
|
gap: 8px;
|
|
@@ -3524,7 +3524,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3524
3524
|
fill: var(--color-icon-inverse);
|
|
3525
3525
|
}
|
|
3526
3526
|
}
|
|
3527
|
-
`,
|
|
3527
|
+
`, Ho = m.div`
|
|
3528
3528
|
margin-bottom: 2.5rem;
|
|
3529
3529
|
padding: 0 1.5rem;
|
|
3530
3530
|
display: flex;
|
|
@@ -3571,7 +3571,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3571
3571
|
letter-spacing: var(--typo-body-spacing-small, 0.00938rem);
|
|
3572
3572
|
}
|
|
3573
3573
|
}
|
|
3574
|
-
`,
|
|
3574
|
+
`, Po = m.span`
|
|
3575
3575
|
color: var(--color-text-secondary, rgba(255, 255, 255, 0.75));
|
|
3576
3576
|
|
|
3577
3577
|
font-family: var(--text-font-family-base, Geist);
|
|
@@ -3614,7 +3614,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3614
3614
|
line-height: var(--typo-body-lineHeight-small, 20px); /* 125% */
|
|
3615
3615
|
letter-spacing: var(--typo-body-spacing-small, 0.15px);
|
|
3616
3616
|
padding-bottom: var(--spacing-400, 32px) !important;
|
|
3617
|
-
`,
|
|
3617
|
+
`, jo = m(Ce)`
|
|
3618
3618
|
border-radius: var(--border-radius-025, 2px);
|
|
3619
3619
|
background: var(--color-bg-brand-special, #02e0ae);
|
|
3620
3620
|
display: flex;
|
|
@@ -3638,7 +3638,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3638
3638
|
border-top: 2px solid var(--color-bg-secondary, #f5f5f5) !important;
|
|
3639
3639
|
}
|
|
3640
3640
|
`, it = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ $.createElement("path", { d: "M7.16635 10.8358C7.16765 11.2949 7.54029 11.6667 7.99968 11.6667C8.45987 11.6667 8.83301 11.2936 8.83301 10.8334C8.83301 10.3715 8.45813 10 7.99901 10C7.54056 10 7.1643 10.372 7.16635 10.8358Z", fill: "#FD6C49" }), /* @__PURE__ */ $.createElement("path", { d: "M8.66634 9.00004V4.33338H7.33301V9.00004H8.66634Z", fill: "#FD6C49" }), /* @__PURE__ */ $.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.943 1.33337L11.1383 1.52921C12.2476 2.64117 13.3589 3.75126 14.4708 4.86166L14.6663 5.05698V10.9429L10.9425 14.6667H5.05687L1.33301 10.9429L1.33301 5.05723L5.05687 1.33338L10.943 1.33337ZM5.60915 2.66671L2.66634 5.60952L2.66634 10.3906L5.60915 13.3334H10.3902L13.333 10.3906V5.60977C12.3516 4.62959 11.37 3.64891 10.3898 2.66671L5.60915 2.66671Z", fill: "#FD6C49" }));
|
|
3641
|
-
function
|
|
3641
|
+
function Fo(r) {
|
|
3642
3642
|
if (!r) return r;
|
|
3643
3643
|
let e = r[0].toLowerCase();
|
|
3644
3644
|
for (let t = 1; t < r.length; t++) {
|
|
@@ -3647,8 +3647,8 @@ function jo(r) {
|
|
|
3647
3647
|
}
|
|
3648
3648
|
return e;
|
|
3649
3649
|
}
|
|
3650
|
-
function
|
|
3651
|
-
return Object.entries(r).map(([e, t]) => ({ name: e.replace(/\[(\d+)\]/g, ".$1").split(".").map((i) => isNaN(i) ?
|
|
3650
|
+
function je(r) {
|
|
3651
|
+
return Object.entries(r).map(([e, t]) => ({ name: e.replace(/\[(\d+)\]/g, ".$1").split(".").map((i) => isNaN(i) ? Fo(i) : Number(i)), errors: t }));
|
|
3652
3652
|
}
|
|
3653
3653
|
m(Ne.Item)`
|
|
3654
3654
|
margin-bottom: 2.5rem;
|
|
@@ -3703,7 +3703,7 @@ const ue = m.div`
|
|
|
3703
3703
|
flex-direction: column;
|
|
3704
3704
|
border-top: 1px solid black;
|
|
3705
3705
|
`;
|
|
3706
|
-
m(
|
|
3706
|
+
m(Ce)`
|
|
3707
3707
|
display: flex;
|
|
3708
3708
|
height: var(--size-800, 64px);
|
|
3709
3709
|
padding: var(--spacing-200, 16px) var(--spacing-300, 24px);
|
|
@@ -3831,7 +3831,7 @@ const an = m.span`
|
|
|
3831
3831
|
letter-spacing: var(--typo-body-spacing-small, 0.00938rem);
|
|
3832
3832
|
}
|
|
3833
3833
|
}
|
|
3834
|
-
`,
|
|
3834
|
+
`, ke = m.div`
|
|
3835
3835
|
display: flex;
|
|
3836
3836
|
flex-direction: column;
|
|
3837
3837
|
gap: 8px;
|
|
@@ -3891,14 +3891,14 @@ const an = m.span`
|
|
|
3891
3891
|
letter-spacing: var(--typo-body-spacing-small, 0.00938rem);
|
|
3892
3892
|
}
|
|
3893
3893
|
}
|
|
3894
|
-
`,
|
|
3894
|
+
`, Go = m.div`
|
|
3895
3895
|
padding: 1.5rem;
|
|
3896
3896
|
`, Jt = m.div`
|
|
3897
3897
|
display: flex;
|
|
3898
3898
|
align-items: center;
|
|
3899
3899
|
justify-content: center;
|
|
3900
3900
|
padding: 1.5rem;
|
|
3901
|
-
`,
|
|
3901
|
+
`, Uo = m.div`
|
|
3902
3902
|
display: flex;
|
|
3903
3903
|
align-items: center;
|
|
3904
3904
|
padding: 24px;
|
|
@@ -4022,24 +4022,24 @@ const an = m.span`
|
|
|
4022
4022
|
id: i,
|
|
4023
4023
|
setRefetchData: o
|
|
4024
4024
|
}) => {
|
|
4025
|
-
const [a, l] =
|
|
4025
|
+
const [a, l] = z(), [d, c] = z([]);
|
|
4026
4026
|
async function u() {
|
|
4027
4027
|
var p, h, f;
|
|
4028
4028
|
try {
|
|
4029
4029
|
const g = await e({ confirmationToken: r, code: a, id: i });
|
|
4030
4030
|
(p = g == null ? void 0 : g.data) != null && p.success && (n(!1), o((y) => !y));
|
|
4031
4031
|
} catch (g) {
|
|
4032
|
-
const y =
|
|
4032
|
+
const y = je((f = (h = g == null ? void 0 : g.response) == null ? void 0 : h.data) == null ? void 0 : f.errors);
|
|
4033
4033
|
c(y), console.log(g);
|
|
4034
4034
|
}
|
|
4035
4035
|
}
|
|
4036
4036
|
return /* @__PURE__ */ v("div", { children: [
|
|
4037
|
-
/* @__PURE__ */ s(
|
|
4038
|
-
|
|
4039
|
-
/* @__PURE__ */ s(pe, { children:
|
|
4037
|
+
/* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ v(ke, { children: [
|
|
4038
|
+
U("EnterBackupCode"),
|
|
4039
|
+
/* @__PURE__ */ s(pe, { children: U("BackupCodesDesc") })
|
|
4040
4040
|
] }) }),
|
|
4041
4041
|
/* @__PURE__ */ v(sn, { className: d.length > 0 ? "verification-error" : "", children: [
|
|
4042
|
-
/* @__PURE__ */ s(pe, { children:
|
|
4042
|
+
/* @__PURE__ */ s(pe, { children: U("BackupCode") }),
|
|
4043
4043
|
/* @__PURE__ */ s(
|
|
4044
4044
|
qt,
|
|
4045
4045
|
{
|
|
@@ -4053,7 +4053,7 @@ const an = m.span`
|
|
|
4053
4053
|
" ",
|
|
4054
4054
|
p.errors[0]
|
|
4055
4055
|
] }, p.name)),
|
|
4056
|
-
/* @__PURE__ */ s(_o, { children:
|
|
4056
|
+
/* @__PURE__ */ s(_o, { children: U("BackupCodeSpan") })
|
|
4057
4057
|
] }),
|
|
4058
4058
|
/* @__PURE__ */ v(ue, { children: [
|
|
4059
4059
|
/* @__PURE__ */ s(
|
|
@@ -4119,34 +4119,34 @@ const Zo = {
|
|
|
4119
4119
|
isBlocked: o,
|
|
4120
4120
|
onBlockStateClose: a
|
|
4121
4121
|
}) => {
|
|
4122
|
-
const { confirmContactInfo: l, confirmContactInfoBackup: d } =
|
|
4122
|
+
const { confirmContactInfo: l, confirmContactInfoBackup: d } = Ge(), { setUser: c } = He(), [u, p] = z(""), [h, f] = z([]), [g, y] = z(!1);
|
|
4123
4123
|
function O(k) {
|
|
4124
4124
|
p(k);
|
|
4125
4125
|
}
|
|
4126
|
-
async function
|
|
4126
|
+
async function M() {
|
|
4127
4127
|
const k = l;
|
|
4128
4128
|
if (k)
|
|
4129
4129
|
try {
|
|
4130
4130
|
f([]);
|
|
4131
|
-
const
|
|
4132
|
-
c(
|
|
4133
|
-
} catch (
|
|
4134
|
-
if (console.log(
|
|
4135
|
-
const
|
|
4131
|
+
const P = await k(t, u, i);
|
|
4132
|
+
c(P.data.value), E();
|
|
4133
|
+
} catch (P) {
|
|
4134
|
+
if (console.log(P), P.status === 400) {
|
|
4135
|
+
const G = P.response.data, Y = je(G.errors);
|
|
4136
4136
|
f(Y);
|
|
4137
4137
|
}
|
|
4138
4138
|
}
|
|
4139
4139
|
}
|
|
4140
4140
|
async function S(k) {
|
|
4141
|
-
const
|
|
4142
|
-
if (
|
|
4141
|
+
const P = d;
|
|
4142
|
+
if (P)
|
|
4143
4143
|
try {
|
|
4144
4144
|
f([]);
|
|
4145
|
-
const
|
|
4146
|
-
c(
|
|
4147
|
-
} catch (
|
|
4148
|
-
if (console.log(
|
|
4149
|
-
const Y =
|
|
4145
|
+
const G = await P(k);
|
|
4146
|
+
c(G.data.value);
|
|
4147
|
+
} catch (G) {
|
|
4148
|
+
if (console.log(G), G.status === 400) {
|
|
4149
|
+
const Y = G.response.data, B = je(Y.errors);
|
|
4150
4150
|
f(B);
|
|
4151
4151
|
}
|
|
4152
4152
|
}
|
|
@@ -4162,7 +4162,7 @@ const Zo = {
|
|
|
4162
4162
|
] }),
|
|
4163
4163
|
/* @__PURE__ */ s(Vo, { children: j("ContactInformationBlockedDesc") })
|
|
4164
4164
|
] }),
|
|
4165
|
-
/* @__PURE__ */ v(
|
|
4165
|
+
/* @__PURE__ */ v(jo, { children: [
|
|
4166
4166
|
j("TryAgain"),
|
|
4167
4167
|
/* @__PURE__ */ s(ce, {})
|
|
4168
4168
|
] })
|
|
@@ -4176,19 +4176,19 @@ const Zo = {
|
|
|
4176
4176
|
setVisible: e
|
|
4177
4177
|
}
|
|
4178
4178
|
) : /* @__PURE__ */ v(on, { children: [
|
|
4179
|
-
/* @__PURE__ */ s("h2", { children:
|
|
4179
|
+
/* @__PURE__ */ s("h2", { children: U("EnterVerificationCode") }),
|
|
4180
4180
|
/* @__PURE__ */ s("p", { children: n !== void 0 ? j(Zo[n]) : "" }),
|
|
4181
4181
|
n !== 1 && /* @__PURE__ */ v(oe, { children: [
|
|
4182
4182
|
/* @__PURE__ */ v(
|
|
4183
|
-
|
|
4183
|
+
Ho,
|
|
4184
4184
|
{
|
|
4185
4185
|
className: h.length > 0 ? "verification-error" : "",
|
|
4186
4186
|
children: [
|
|
4187
4187
|
/* @__PURE__ */ s(Be.OTP, { value: u, onChange: O }),
|
|
4188
|
-
/* @__PURE__ */ v(
|
|
4189
|
-
|
|
4188
|
+
/* @__PURE__ */ v(Po, { children: [
|
|
4189
|
+
U("DidnReceiveCode"),
|
|
4190
4190
|
" ",
|
|
4191
|
-
/* @__PURE__ */ s(an, { onClick: () => y(!0), children:
|
|
4191
|
+
/* @__PURE__ */ s(an, { onClick: () => y(!0), children: U("EnterBackupCode") })
|
|
4192
4192
|
] }),
|
|
4193
4193
|
h.map((k) => /* @__PURE__ */ v("span", { children: [
|
|
4194
4194
|
/* @__PURE__ */ s(it, {}),
|
|
@@ -4200,7 +4200,7 @@ const Zo = {
|
|
|
4200
4200
|
/* @__PURE__ */ v(
|
|
4201
4201
|
"button",
|
|
4202
4202
|
{
|
|
4203
|
-
onClick:
|
|
4203
|
+
onClick: M,
|
|
4204
4204
|
disabled: u.length !== 6,
|
|
4205
4205
|
children: [
|
|
4206
4206
|
J("ShowContactInformation"),
|
|
@@ -4211,8 +4211,8 @@ const Zo = {
|
|
|
4211
4211
|
] })
|
|
4212
4212
|
] }) });
|
|
4213
4213
|
}, Qo = () => {
|
|
4214
|
-
const { enableContactInfo: r, disableContactInfo: e } =
|
|
4215
|
-
var h, f, g, y, O,
|
|
4214
|
+
const { enableContactInfo: r, disableContactInfo: e } = Ge(), { setUser: t } = He(), [n, i] = z(!1), [o, a] = z(null), [l, d] = z(!1), c = async () => {
|
|
4215
|
+
var h, f, g, y, O, M, S;
|
|
4216
4216
|
if (r)
|
|
4217
4217
|
try {
|
|
4218
4218
|
d(!1);
|
|
@@ -4220,11 +4220,11 @@ const Zo = {
|
|
|
4220
4220
|
a({
|
|
4221
4221
|
token: (f = (h = E.data) == null ? void 0 : h.value) == null ? void 0 : f.token,
|
|
4222
4222
|
id: (y = (g = E.data) == null ? void 0 : g.value) == null ? void 0 : y.id,
|
|
4223
|
-
mfaType: (
|
|
4223
|
+
mfaType: (M = (O = E.data) == null ? void 0 : O.value) == null ? void 0 : M.mfaType
|
|
4224
4224
|
}), i(!0);
|
|
4225
4225
|
} catch (E) {
|
|
4226
|
-
const k = (S = E.response) == null ? void 0 : S.data,
|
|
4227
|
-
(
|
|
4226
|
+
const k = (S = E.response) == null ? void 0 : S.data, P = k == null ? void 0 : k.errors;
|
|
4227
|
+
(P && Array.isArray(P[""]) && P[""][0] === "TooManyAttempts" || P[""][0] === "IsNotAllowed") && d(!0);
|
|
4228
4228
|
}
|
|
4229
4229
|
};
|
|
4230
4230
|
async function u() {
|
|
@@ -4254,8 +4254,8 @@ const Zo = {
|
|
|
4254
4254
|
}
|
|
4255
4255
|
};
|
|
4256
4256
|
}, Xo = ({ close: r }) => {
|
|
4257
|
-
var
|
|
4258
|
-
const { user: e } =
|
|
4257
|
+
var M;
|
|
4258
|
+
const { user: e } = He(), t = T((S) => S.columns), n = T((S) => S.groupByArr), i = T((S) => S.hideItems), o = T((S) => S.activeTableView), a = T((S) => S.setActiveTableView), l = T((S) => S.setGroupByArr), d = T((S) => S.setHideItems), c = T((S) => S.resetStore), { handleEnableContactInfo: u, handleDisableContactInfo: p, ContactInfoModalProps: h } = Qo();
|
|
4259
4259
|
function f(S) {
|
|
4260
4260
|
const E = t.find((k) => k.dataIndex == S.value);
|
|
4261
4261
|
l([E]);
|
|
@@ -4267,13 +4267,13 @@ const Zo = {
|
|
|
4267
4267
|
});
|
|
4268
4268
|
}
|
|
4269
4269
|
function y(S, E) {
|
|
4270
|
-
const k = new Date(S),
|
|
4270
|
+
const k = new Date(S), P = new Date(E), G = Math.abs(P.getTime() - k.getTime()), Y = Math.floor(G / (1e3 * 60)) % 60, B = Math.floor(G / (1e3 * 60 * 60)) % 24, F = [];
|
|
4271
4271
|
return B > 0 && F.push(`${B}h`), Y > 0 && F.push(`${Y}m`), F.join(" ");
|
|
4272
4272
|
}
|
|
4273
4273
|
function O() {
|
|
4274
4274
|
c(), r();
|
|
4275
4275
|
}
|
|
4276
|
-
return /* @__PURE__ */ v(
|
|
4276
|
+
return /* @__PURE__ */ v(zo, { children: [
|
|
4277
4277
|
/* @__PURE__ */ v("header", { children: [
|
|
4278
4278
|
/* @__PURE__ */ s("span", { children: j("ViewOptions") }),
|
|
4279
4279
|
/* @__PURE__ */ s("button", { onClick: r, children: /* @__PURE__ */ s(cr, {}) })
|
|
@@ -4283,8 +4283,8 @@ const Zo = {
|
|
|
4283
4283
|
/* @__PURE__ */ v(
|
|
4284
4284
|
"li",
|
|
4285
4285
|
{
|
|
4286
|
-
className: o ==
|
|
4287
|
-
onClick: () => a(
|
|
4286
|
+
className: o == Oe.TABLE ? "active" : "",
|
|
4287
|
+
onClick: () => a(Oe.TABLE),
|
|
4288
4288
|
children: [
|
|
4289
4289
|
/* @__PURE__ */ s(dr, {}),
|
|
4290
4290
|
/* @__PURE__ */ s("span", { children: j("Table") })
|
|
@@ -4294,8 +4294,8 @@ const Zo = {
|
|
|
4294
4294
|
/* @__PURE__ */ v(
|
|
4295
4295
|
"li",
|
|
4296
4296
|
{
|
|
4297
|
-
className: o ==
|
|
4298
|
-
onClick: () => a(
|
|
4297
|
+
className: o == Oe.LIST ? "active" : "",
|
|
4298
|
+
onClick: () => a(Oe.LIST),
|
|
4299
4299
|
children: [
|
|
4300
4300
|
/* @__PURE__ */ s(gt, {}),
|
|
4301
4301
|
/* @__PURE__ */ s("span", { children: j("List") })
|
|
@@ -4306,7 +4306,7 @@ const Zo = {
|
|
|
4306
4306
|
/* @__PURE__ */ s("ul", { className: "grouping-list", children: /* @__PURE__ */ v("li", { children: [
|
|
4307
4307
|
/* @__PURE__ */ s("span", { children: j("Grouping") }),
|
|
4308
4308
|
/* @__PURE__ */ s(
|
|
4309
|
-
|
|
4309
|
+
jt,
|
|
4310
4310
|
{
|
|
4311
4311
|
className: "teeest",
|
|
4312
4312
|
showSearch: !0,
|
|
@@ -4315,11 +4315,11 @@ const Zo = {
|
|
|
4315
4315
|
label: S.title
|
|
4316
4316
|
})),
|
|
4317
4317
|
labelInValue: !0,
|
|
4318
|
-
placeholder: /* @__PURE__ */ v(
|
|
4318
|
+
placeholder: /* @__PURE__ */ v(Mo, { children: [
|
|
4319
4319
|
/* @__PURE__ */ s(gt, {}),
|
|
4320
4320
|
j("NoGrouping")
|
|
4321
4321
|
] }),
|
|
4322
|
-
value: ((
|
|
4322
|
+
value: ((M = n[0]) == null ? void 0 : M.dataIndex) || null,
|
|
4323
4323
|
onChange: f
|
|
4324
4324
|
}
|
|
4325
4325
|
)
|
|
@@ -4374,39 +4374,39 @@ const Zo = {
|
|
|
4374
4374
|
editButton: g,
|
|
4375
4375
|
noPagination: y,
|
|
4376
4376
|
noDataProps: O,
|
|
4377
|
-
exportButton:
|
|
4377
|
+
exportButton: M,
|
|
4378
4378
|
hasSelect: S,
|
|
4379
4379
|
selectProps: E,
|
|
4380
4380
|
TableComponent: k,
|
|
4381
|
-
tableProps:
|
|
4382
|
-
noNeedSidebarResponsiveButton:
|
|
4381
|
+
tableProps: P = {},
|
|
4382
|
+
noNeedSidebarResponsiveButton: G,
|
|
4383
4383
|
loadedData: Y = () => {
|
|
4384
4384
|
}
|
|
4385
4385
|
}) => {
|
|
4386
4386
|
var X, me, fe;
|
|
4387
|
-
const { user: B } =
|
|
4387
|
+
const { user: B } = He(), F = T((Z) => Z.filters), R = T((Z) => Z.filterItems), b = T((Z) => Z.sortItems), N = T((Z) => Z.hideItems), _ = T((Z) => Z.activeTableView), D = T((Z) => Z.setColumns), L = T((Z) => Z.setHasCreateBtn), w = T((Z) => Z.setHasSelect), x = T((Z) => Z.setCheckedValue), { response: C, loading: I } = Yr(
|
|
4388
4388
|
() => e({ ...F, ...p }),
|
|
4389
4389
|
[F, B, t]
|
|
4390
4390
|
);
|
|
4391
|
-
|
|
4391
|
+
zi(), K(() => {
|
|
4392
4392
|
C != null && C.data && Y(C.data);
|
|
4393
4393
|
}, [C, Y]);
|
|
4394
|
-
const [
|
|
4394
|
+
const [H, V] = z(!1), W = wt(null), q = Mi(W), Q = we(() => r.filter((ve) => N[ve.dataIndex] !== !0), [r, N]);
|
|
4395
4395
|
return K(() => {
|
|
4396
4396
|
L(n || !1), w(S || !1);
|
|
4397
4397
|
}, [S]), K(() => {
|
|
4398
4398
|
D(r);
|
|
4399
4399
|
}, [r]), K(() => {
|
|
4400
4400
|
x(l);
|
|
4401
|
-
}, [l]), /* @__PURE__ */ v(
|
|
4401
|
+
}, [l]), /* @__PURE__ */ v(Pi, { children: [
|
|
4402
4402
|
/* @__PURE__ */ v(Ni, { ref: W, children: [
|
|
4403
4403
|
/* @__PURE__ */ s(
|
|
4404
4404
|
Zi,
|
|
4405
4405
|
{
|
|
4406
|
-
noNeedSidebarResponsiveButton:
|
|
4406
|
+
noNeedSidebarResponsiveButton: G,
|
|
4407
4407
|
hasSelect: S,
|
|
4408
4408
|
selectProps: E,
|
|
4409
|
-
exportButton:
|
|
4409
|
+
exportButton: M,
|
|
4410
4410
|
setisSettingPopupVisible: V,
|
|
4411
4411
|
CustomFilters: u,
|
|
4412
4412
|
tableAdditionalFields: h,
|
|
@@ -4417,11 +4417,11 @@ const Zo = {
|
|
|
4417
4417
|
o,
|
|
4418
4418
|
(R.length > 0 || b.length > 0) && /* @__PURE__ */ s(po, {})
|
|
4419
4419
|
] }),
|
|
4420
|
-
/* @__PURE__ */ s(
|
|
4420
|
+
/* @__PURE__ */ s(Gi, { height: `calc(100vh - ${`${q}px`})`, children: k ? /* @__PURE__ */ s(
|
|
4421
4421
|
k,
|
|
4422
4422
|
{
|
|
4423
4423
|
dataSource: ((X = C == null ? void 0 : C.data) == null ? void 0 : X.items) || [],
|
|
4424
|
-
...
|
|
4424
|
+
...P,
|
|
4425
4425
|
rowKey: d || "id",
|
|
4426
4426
|
columns: [
|
|
4427
4427
|
{
|
|
@@ -4464,10 +4464,10 @@ const Zo = {
|
|
|
4464
4464
|
noDataProps: O || null
|
|
4465
4465
|
}
|
|
4466
4466
|
) }),
|
|
4467
|
-
|
|
4467
|
+
H && /* @__PURE__ */ s(Xo, { close: () => V(!1) })
|
|
4468
4468
|
] });
|
|
4469
|
-
},
|
|
4470
|
-
const r =
|
|
4469
|
+
}, Pl = (r) => /* @__PURE__ */ s(Ii, { children: /* @__PURE__ */ s(ea, { ...r }) }), Rl = () => {
|
|
4470
|
+
const r = Ie((y) => y.isOpen), e = Ie((y) => y.options), t = Ie((y) => y.close), n = _e();
|
|
4471
4471
|
if (K(() => {
|
|
4472
4472
|
r && t();
|
|
4473
4473
|
}, [n.pathname]), !e || !r) return null;
|
|
@@ -4547,22 +4547,22 @@ const Zo = {
|
|
|
4547
4547
|
if (l)
|
|
4548
4548
|
try {
|
|
4549
4549
|
const h = await l();
|
|
4550
|
-
(c = (d = h.data) == null ? void 0 : d.value) != null && c.isTwoFactorRequired ? (t(h.data.value.token), o(h.data.value.id), e(
|
|
4550
|
+
(c = (d = h.data) == null ? void 0 : d.value) != null && c.isTwoFactorRequired ? (t(h.data.value.token), o(h.data.value.id), e(Fe.VERIFY_EMAIL_CODE)) : ((u = h == null ? void 0 : h.data) != null && u.success && !((p = h == null ? void 0 : h.data) != null && p.value) && i((f) => !f), r());
|
|
4551
4551
|
} catch (h) {
|
|
4552
4552
|
console.error("Failed to toggle 2FA:", h);
|
|
4553
4553
|
}
|
|
4554
4554
|
}
|
|
4555
4555
|
return /* @__PURE__ */ v("div", { children: [
|
|
4556
|
-
/* @__PURE__ */ s(
|
|
4557
|
-
|
|
4558
|
-
/* @__PURE__ */ s(pe, { children:
|
|
4556
|
+
/* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ v(ke, { children: [
|
|
4557
|
+
U("SetupTwoFactorAuthentication"),
|
|
4558
|
+
/* @__PURE__ */ s(pe, { children: U("SetupTwoFactorAuthenticationDesc") })
|
|
4559
4559
|
] }) }),
|
|
4560
4560
|
/* @__PURE__ */ s(ue, { onClick: a, children: /* @__PURE__ */ s(et, { children: /* @__PURE__ */ v(re, { children: [
|
|
4561
4561
|
/* @__PURE__ */ s("span", { children: j("Email") }),
|
|
4562
4562
|
/* @__PURE__ */ s(ce, {})
|
|
4563
4563
|
] }) }) }),
|
|
4564
|
-
/* @__PURE__ */ s(ue, { onClick: () => e(
|
|
4565
|
-
/* @__PURE__ */ s("span", { children:
|
|
4564
|
+
/* @__PURE__ */ s(ue, { onClick: () => e(Fe.SELECT_AUTHENTICATOR_APP), children: /* @__PURE__ */ s(et, { children: /* @__PURE__ */ v(re, { children: [
|
|
4565
|
+
/* @__PURE__ */ s("span", { children: U("AuthenticatorApp") }),
|
|
4566
4566
|
/* @__PURE__ */ s(ce, {})
|
|
4567
4567
|
] }) }) }),
|
|
4568
4568
|
/* @__PURE__ */ s(ue, { children: /* @__PURE__ */ s(re, { onClick: r, children: J("Cancel") }) })
|
|
@@ -4574,7 +4574,7 @@ const Zo = {
|
|
|
4574
4574
|
setRefetch: n,
|
|
4575
4575
|
confirmTwoFactorService: i
|
|
4576
4576
|
}) => {
|
|
4577
|
-
const [o, a] =
|
|
4577
|
+
const [o, a] = z(""), [l, d] = z([]);
|
|
4578
4578
|
function c(p) {
|
|
4579
4579
|
a(p);
|
|
4580
4580
|
}
|
|
@@ -4584,7 +4584,7 @@ const Zo = {
|
|
|
4584
4584
|
if (p)
|
|
4585
4585
|
try {
|
|
4586
4586
|
const f = await p(o);
|
|
4587
|
-
(h = f.data) != null && h.success && (e(
|
|
4587
|
+
(h = f.data) != null && h.success && (e(Fe.BACKUP_CODES), t(f.data.value.recoveryCodes));
|
|
4588
4588
|
} catch (f) {
|
|
4589
4589
|
console.log(f);
|
|
4590
4590
|
} finally {
|
|
@@ -4592,9 +4592,9 @@ const Zo = {
|
|
|
4592
4592
|
}
|
|
4593
4593
|
}
|
|
4594
4594
|
return /* @__PURE__ */ v("div", { children: [
|
|
4595
|
-
/* @__PURE__ */ v(
|
|
4596
|
-
|
|
4597
|
-
/* @__PURE__ */ s(pe, { children:
|
|
4595
|
+
/* @__PURE__ */ v(ke, { children: [
|
|
4596
|
+
U("EnterVerificationCode"),
|
|
4597
|
+
/* @__PURE__ */ s(pe, { children: U("YouMaySeeVerificationCode") })
|
|
4598
4598
|
] }),
|
|
4599
4599
|
/* @__PURE__ */ v(ln, { children: [
|
|
4600
4600
|
/* @__PURE__ */ s(Be.OTP, { value: o, onChange: c }),
|
|
@@ -4613,22 +4613,22 @@ const Zo = {
|
|
|
4613
4613
|
] });
|
|
4614
4614
|
}, na = ({ onClose: r, setCurrentStep: e }) => {
|
|
4615
4615
|
const t = [
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4616
|
+
U("Microsoft"),
|
|
4617
|
+
U("Google"),
|
|
4618
|
+
U("Other")
|
|
4619
4619
|
];
|
|
4620
4620
|
return /* @__PURE__ */ v("div", { children: [
|
|
4621
|
-
/* @__PURE__ */ s(
|
|
4622
|
-
|
|
4621
|
+
/* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ v(ke, { children: [
|
|
4622
|
+
U("SetupTwoFactorAuthentication"),
|
|
4623
4623
|
/* @__PURE__ */ v(pe, { children: [
|
|
4624
4624
|
" ",
|
|
4625
|
-
|
|
4625
|
+
U("SetupTwoFactorAuthenticationDesc")
|
|
4626
4626
|
] })
|
|
4627
4627
|
] }) }),
|
|
4628
4628
|
t.map((n) => /* @__PURE__ */ s(
|
|
4629
4629
|
ue,
|
|
4630
4630
|
{
|
|
4631
|
-
onClick: () => e(
|
|
4631
|
+
onClick: () => e(Fe.CONNECT_AUTHENTICATOR),
|
|
4632
4632
|
children: /* @__PURE__ */ s(et, { children: /* @__PURE__ */ v(re, { children: [
|
|
4633
4633
|
/* @__PURE__ */ s("span", { children: n }),
|
|
4634
4634
|
/* @__PURE__ */ s(ce, {})
|
|
@@ -4719,27 +4719,27 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
4719
4719
|
function pn(r, e) {
|
|
4720
4720
|
return ca(r) || da(r, e) || pa(r, e) || ua();
|
|
4721
4721
|
}
|
|
4722
|
-
function
|
|
4722
|
+
function ze(r) {
|
|
4723
4723
|
"@babel/helpers - typeof";
|
|
4724
|
-
return
|
|
4724
|
+
return ze = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
4725
4725
|
return typeof e;
|
|
4726
4726
|
} : function(e) {
|
|
4727
4727
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
4728
|
-
},
|
|
4728
|
+
}, ze(r);
|
|
4729
4729
|
}
|
|
4730
4730
|
function fa(r, e) {
|
|
4731
|
-
if (
|
|
4731
|
+
if (ze(r) != "object" || !r) return r;
|
|
4732
4732
|
var t = r[Symbol.toPrimitive];
|
|
4733
4733
|
if (t !== void 0) {
|
|
4734
4734
|
var n = t.call(r, e);
|
|
4735
|
-
if (
|
|
4735
|
+
if (ze(n) != "object") return n;
|
|
4736
4736
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
4737
4737
|
}
|
|
4738
4738
|
return (e === "string" ? String : Number)(r);
|
|
4739
4739
|
}
|
|
4740
4740
|
function ha(r) {
|
|
4741
4741
|
var e = fa(r, "string");
|
|
4742
|
-
return
|
|
4742
|
+
return ze(e) == "symbol" ? e : e + "";
|
|
4743
4743
|
}
|
|
4744
4744
|
function ie(r, e, t) {
|
|
4745
4745
|
return (e = ha(e)) in r ? Object.defineProperty(r, e, {
|
|
@@ -5202,8 +5202,8 @@ function Sa(r) {
|
|
|
5202
5202
|
return c.toHexString();
|
|
5203
5203
|
});
|
|
5204
5204
|
}
|
|
5205
|
-
var
|
|
5206
|
-
|
|
5205
|
+
var zt = ["#e6f4ff", "#bae0ff", "#91caff", "#69b1ff", "#4096ff", "#1677ff", "#0958d9", "#003eb3", "#002c8c", "#001d66"];
|
|
5206
|
+
zt.primary = zt[5];
|
|
5207
5207
|
function xr(r, e) {
|
|
5208
5208
|
var t = Object.keys(r);
|
|
5209
5209
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -5240,7 +5240,7 @@ function La(r, e) {
|
|
|
5240
5240
|
}
|
|
5241
5241
|
return !1;
|
|
5242
5242
|
}
|
|
5243
|
-
var wr = "data-rc-order", Cr = "data-rc-priority", Oa = "rc-util-key",
|
|
5243
|
+
var wr = "data-rc-order", Cr = "data-rc-priority", Oa = "rc-util-key", Mt = /* @__PURE__ */ new Map();
|
|
5244
5244
|
function mn() {
|
|
5245
5245
|
var r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, e = r.mark;
|
|
5246
5246
|
return e ? e.startsWith("data-") ? e : "data-".concat(e) : Oa;
|
|
@@ -5255,7 +5255,7 @@ function Da(r) {
|
|
|
5255
5255
|
return r === "queue" ? "prependQueue" : r ? "prepend" : "append";
|
|
5256
5256
|
}
|
|
5257
5257
|
function Xt(r) {
|
|
5258
|
-
return Array.from((
|
|
5258
|
+
return Array.from((Mt.get(r) || r).children).filter(function(e) {
|
|
5259
5259
|
return e.tagName === "STYLE";
|
|
5260
5260
|
});
|
|
5261
5261
|
}
|
|
@@ -5289,10 +5289,10 @@ function Ea(r) {
|
|
|
5289
5289
|
});
|
|
5290
5290
|
}
|
|
5291
5291
|
function Ta(r, e) {
|
|
5292
|
-
var t =
|
|
5292
|
+
var t = Mt.get(r);
|
|
5293
5293
|
if (!t || !La(document, t)) {
|
|
5294
5294
|
var n = vn("", e), i = n.parentNode;
|
|
5295
|
-
|
|
5295
|
+
Mt.set(r, i), r.removeChild(n);
|
|
5296
5296
|
}
|
|
5297
5297
|
}
|
|
5298
5298
|
function $a(r, e) {
|
|
@@ -5319,13 +5319,13 @@ function yn(r) {
|
|
|
5319
5319
|
function Ia(r) {
|
|
5320
5320
|
return yn(r) instanceof ShadowRoot;
|
|
5321
5321
|
}
|
|
5322
|
-
function
|
|
5322
|
+
function za(r) {
|
|
5323
5323
|
return Ia(r) ? yn(r) : null;
|
|
5324
5324
|
}
|
|
5325
|
-
var
|
|
5325
|
+
var Ht = {}, er = [], Ma = function(e) {
|
|
5326
5326
|
er.push(e);
|
|
5327
5327
|
};
|
|
5328
|
-
function
|
|
5328
|
+
function Ha(r, e) {
|
|
5329
5329
|
if (process.env.NODE_ENV !== "production" && !r && console !== void 0) {
|
|
5330
5330
|
var t = er.reduce(function(n, i) {
|
|
5331
5331
|
return i(n ?? "", "warning");
|
|
@@ -5333,7 +5333,7 @@ function za(r, e) {
|
|
|
5333
5333
|
t && console.error("Warning: ".concat(t));
|
|
5334
5334
|
}
|
|
5335
5335
|
}
|
|
5336
|
-
function
|
|
5336
|
+
function Pa(r, e) {
|
|
5337
5337
|
if (process.env.NODE_ENV !== "production" && !r && console !== void 0) {
|
|
5338
5338
|
var t = er.reduce(function(n, i) {
|
|
5339
5339
|
return i(n ?? "", "note");
|
|
@@ -5342,18 +5342,18 @@ function Ha(r, e) {
|
|
|
5342
5342
|
}
|
|
5343
5343
|
}
|
|
5344
5344
|
function Ra() {
|
|
5345
|
-
|
|
5345
|
+
Ht = {};
|
|
5346
5346
|
}
|
|
5347
5347
|
function bn(r, e, t) {
|
|
5348
|
-
!e && !
|
|
5348
|
+
!e && !Ht[t] && (r(!1, t), Ht[t] = !0);
|
|
5349
5349
|
}
|
|
5350
5350
|
function St(r, e) {
|
|
5351
|
-
bn(
|
|
5351
|
+
bn(Ha, r, e);
|
|
5352
5352
|
}
|
|
5353
5353
|
function Na(r, e) {
|
|
5354
|
-
bn(
|
|
5354
|
+
bn(Pa, r, e);
|
|
5355
5355
|
}
|
|
5356
|
-
St.preMessage =
|
|
5356
|
+
St.preMessage = Ma;
|
|
5357
5357
|
St.resetWarned = Ra;
|
|
5358
5358
|
St.noteOnce = Na;
|
|
5359
5359
|
function Aa(r) {
|
|
@@ -5365,7 +5365,7 @@ function Va(r, e) {
|
|
|
5365
5365
|
St(r, "[@ant-design/icons] ".concat(e));
|
|
5366
5366
|
}
|
|
5367
5367
|
function Sr(r) {
|
|
5368
|
-
return
|
|
5368
|
+
return ze(r) === "object" && typeof r.name == "string" && typeof r.theme == "string" && (ze(r.icon) === "object" || typeof r.icon == "function");
|
|
5369
5369
|
}
|
|
5370
5370
|
function kr() {
|
|
5371
5371
|
var r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
@@ -5381,15 +5381,15 @@ function kr() {
|
|
|
5381
5381
|
return e;
|
|
5382
5382
|
}, {});
|
|
5383
5383
|
}
|
|
5384
|
-
function
|
|
5384
|
+
function Pt(r, e, t) {
|
|
5385
5385
|
return t ? /* @__PURE__ */ ft.createElement(r.tag, he(he({
|
|
5386
5386
|
key: e
|
|
5387
5387
|
}, kr(r.attrs)), t), (r.children || []).map(function(n, i) {
|
|
5388
|
-
return
|
|
5388
|
+
return Pt(n, "".concat(e, "-").concat(r.tag, "-").concat(i));
|
|
5389
5389
|
})) : /* @__PURE__ */ ft.createElement(r.tag, he({
|
|
5390
5390
|
key: e
|
|
5391
5391
|
}, kr(r.attrs)), (r.children || []).map(function(n, i) {
|
|
5392
|
-
return
|
|
5392
|
+
return Pt(n, "".concat(e, "-").concat(r.tag, "-").concat(i));
|
|
5393
5393
|
}));
|
|
5394
5394
|
}
|
|
5395
5395
|
function xn(r) {
|
|
@@ -5398,7 +5398,7 @@ function xn(r) {
|
|
|
5398
5398
|
function wn(r) {
|
|
5399
5399
|
return r ? Array.isArray(r) ? r : [r] : [];
|
|
5400
5400
|
}
|
|
5401
|
-
var
|
|
5401
|
+
var ja = `
|
|
5402
5402
|
.anticon {
|
|
5403
5403
|
display: inline-flex;
|
|
5404
5404
|
align-items: center;
|
|
@@ -5453,12 +5453,12 @@ var Fa = `
|
|
|
5453
5453
|
transform: rotate(360deg);
|
|
5454
5454
|
}
|
|
5455
5455
|
}
|
|
5456
|
-
`,
|
|
5457
|
-
var t = xt(dn), n = t.csp, i = t.prefixCls, o = t.layer, a =
|
|
5456
|
+
`, Fa = function(e) {
|
|
5457
|
+
var t = xt(dn), n = t.csp, i = t.prefixCls, o = t.layer, a = ja;
|
|
5458
5458
|
i && (a = a.replace(/anticon/g, i)), o && (a = "@layer ".concat(o, ` {
|
|
5459
5459
|
`).concat(a, `
|
|
5460
5460
|
}`)), K(function() {
|
|
5461
|
-
var l = e.current, d =
|
|
5461
|
+
var l = e.current, d = za(l);
|
|
5462
5462
|
$a(a, "@ant-design-icons", {
|
|
5463
5463
|
prepend: !o,
|
|
5464
5464
|
csp: n,
|
|
@@ -5474,20 +5474,20 @@ function _a(r) {
|
|
|
5474
5474
|
var e = r.primaryColor, t = r.secondaryColor;
|
|
5475
5475
|
Je.primaryColor = e, Je.secondaryColor = t || xn(e), Je.calculated = !!t;
|
|
5476
5476
|
}
|
|
5477
|
-
function
|
|
5477
|
+
function Ga() {
|
|
5478
5478
|
return he({}, Je);
|
|
5479
5479
|
}
|
|
5480
|
-
var
|
|
5480
|
+
var Ue = function(e) {
|
|
5481
5481
|
var t = e.icon, n = e.className, i = e.onClick, o = e.style, a = e.primaryColor, l = e.secondaryColor, d = un(e, Ba), c = $.useRef(), u = Je;
|
|
5482
5482
|
if (a && (u = {
|
|
5483
5483
|
primaryColor: a,
|
|
5484
5484
|
secondaryColor: l || xn(a)
|
|
5485
|
-
}),
|
|
5485
|
+
}), Fa(c), Va(Sr(t), "icon should be icon definiton, but got ".concat(t)), !Sr(t))
|
|
5486
5486
|
return null;
|
|
5487
5487
|
var p = t;
|
|
5488
5488
|
return p && typeof p.icon == "function" && (p = he(he({}, p), {}, {
|
|
5489
5489
|
icon: p.icon(u.primaryColor, u.secondaryColor)
|
|
5490
|
-
})),
|
|
5490
|
+
})), Pt(p.icon, "svg-".concat(p.name), he(he({
|
|
5491
5491
|
className: n,
|
|
5492
5492
|
onClick: i,
|
|
5493
5493
|
style: o,
|
|
@@ -5500,29 +5500,29 @@ var Ge = function(e) {
|
|
|
5500
5500
|
ref: c
|
|
5501
5501
|
}));
|
|
5502
5502
|
};
|
|
5503
|
-
|
|
5504
|
-
|
|
5505
|
-
|
|
5503
|
+
Ue.displayName = "IconReact";
|
|
5504
|
+
Ue.getTwoToneColors = Ga;
|
|
5505
|
+
Ue.setTwoToneColors = _a;
|
|
5506
5506
|
function Cn(r) {
|
|
5507
5507
|
var e = wn(r), t = pn(e, 2), n = t[0], i = t[1];
|
|
5508
|
-
return
|
|
5508
|
+
return Ue.setTwoToneColors({
|
|
5509
5509
|
primaryColor: n,
|
|
5510
5510
|
secondaryColor: i
|
|
5511
5511
|
});
|
|
5512
5512
|
}
|
|
5513
|
-
function
|
|
5514
|
-
var r =
|
|
5513
|
+
function Ua() {
|
|
5514
|
+
var r = Ue.getTwoToneColors();
|
|
5515
5515
|
return r.calculated ? [r.primaryColor, r.secondaryColor] : r.primaryColor;
|
|
5516
5516
|
}
|
|
5517
5517
|
var Wa = ["className", "icon", "spin", "rotate", "tabIndex", "onClick", "twoToneColor"];
|
|
5518
|
-
Cn(
|
|
5518
|
+
Cn(zt.primary);
|
|
5519
5519
|
var ot = /* @__PURE__ */ $.forwardRef(function(r, e) {
|
|
5520
5520
|
var t = r.className, n = r.icon, i = r.spin, o = r.rotate, a = r.tabIndex, l = r.onClick, d = r.twoToneColor, c = un(r, Wa), u = $.useContext(dn), p = u.prefixCls, h = p === void 0 ? "anticon" : p, f = u.rootClassName, g = ya(f, h, ie(ie({}, "".concat(h, "-").concat(n.name), !!n.name), "".concat(h, "-spin"), !!i || n.name === "loading"), t), y = a;
|
|
5521
5521
|
y === void 0 && l && (y = -1);
|
|
5522
5522
|
var O = o ? {
|
|
5523
5523
|
msTransform: "rotate(".concat(o, "deg)"),
|
|
5524
5524
|
transform: "rotate(".concat(o, "deg)")
|
|
5525
|
-
} : void 0,
|
|
5525
|
+
} : void 0, M = wn(d), S = pn(M, 2), E = S[0], k = S[1];
|
|
5526
5526
|
return /* @__PURE__ */ $.createElement("span", rt({
|
|
5527
5527
|
role: "img",
|
|
5528
5528
|
"aria-label": n.name
|
|
@@ -5531,7 +5531,7 @@ var ot = /* @__PURE__ */ $.forwardRef(function(r, e) {
|
|
|
5531
5531
|
tabIndex: y,
|
|
5532
5532
|
onClick: l,
|
|
5533
5533
|
className: g
|
|
5534
|
-
}), /* @__PURE__ */ $.createElement(
|
|
5534
|
+
}), /* @__PURE__ */ $.createElement(Ue, {
|
|
5535
5535
|
icon: n,
|
|
5536
5536
|
primaryColor: E,
|
|
5537
5537
|
secondaryColor: k,
|
|
@@ -5539,7 +5539,7 @@ var ot = /* @__PURE__ */ $.forwardRef(function(r, e) {
|
|
|
5539
5539
|
}));
|
|
5540
5540
|
});
|
|
5541
5541
|
ot.displayName = "AntdIcon";
|
|
5542
|
-
ot.getTwoToneColor =
|
|
5542
|
+
ot.getTwoToneColor = Ua;
|
|
5543
5543
|
ot.setTwoToneColor = Cn;
|
|
5544
5544
|
var Ya = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" } }] }, name: "copy", theme: "outlined" }, Ka = function(e, t) {
|
|
5545
5545
|
return /* @__PURE__ */ $.createElement(ot, rt({}, e, {
|
|
@@ -5556,7 +5556,7 @@ var qa = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "fa
|
|
|
5556
5556
|
}, kn = /* @__PURE__ */ $.forwardRef(Za);
|
|
5557
5557
|
process.env.NODE_ENV !== "production" && (kn.displayName = "DownloadOutlined");
|
|
5558
5558
|
const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
5559
|
-
const { initiateMFA: t } =
|
|
5559
|
+
const { initiateMFA: t } = Ge(), [n, i] = z(null);
|
|
5560
5560
|
async function o() {
|
|
5561
5561
|
if (t)
|
|
5562
5562
|
try {
|
|
@@ -5569,13 +5569,13 @@ const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
|
5569
5569
|
return K(() => {
|
|
5570
5570
|
o();
|
|
5571
5571
|
}, []), /* @__PURE__ */ s("div", { children: n ? /* @__PURE__ */ v(oe, { children: [
|
|
5572
|
-
/* @__PURE__ */ s(
|
|
5572
|
+
/* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ s(ke, { children: U("EnterAuthenticationCode") }) }),
|
|
5573
5573
|
/* @__PURE__ */ s(ia, { children: /* @__PURE__ */ s("img", { src: `data:image/png;base64,${n.qrCodeImage}` }) }),
|
|
5574
5574
|
/* @__PURE__ */ s("br", {}),
|
|
5575
5575
|
/* @__PURE__ */ v(sa, { children: [
|
|
5576
5576
|
/* @__PURE__ */ v(pe, { children: [
|
|
5577
5577
|
" ",
|
|
5578
|
-
|
|
5578
|
+
U("CopyCodeManually")
|
|
5579
5579
|
] }),
|
|
5580
5580
|
/* @__PURE__ */ v(oa, { onClick: () => no(n.totpSecret), children: [
|
|
5581
5581
|
/* @__PURE__ */ s(qt, { value: n.totpSecret, disabled: !0 }),
|
|
@@ -5587,7 +5587,7 @@ const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
|
5587
5587
|
/* @__PURE__ */ v(
|
|
5588
5588
|
re,
|
|
5589
5589
|
{
|
|
5590
|
-
onClick: () => e(
|
|
5590
|
+
onClick: () => e(Fe.VERIFY_AUTHENTICATOR_CODE),
|
|
5591
5591
|
children: [
|
|
5592
5592
|
/* @__PURE__ */ s("span", { children: J("Continue") }),
|
|
5593
5593
|
/* @__PURE__ */ s(ce, {})
|
|
@@ -5597,7 +5597,7 @@ const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
|
5597
5597
|
] }) })
|
|
5598
5598
|
] }) : /* @__PURE__ */ s(Jt, { children: /* @__PURE__ */ s(Ct, {}) }) });
|
|
5599
5599
|
}, Qa = ({ onClose: r, setRefetch: e, disableMFAService: t }) => {
|
|
5600
|
-
const [n, i] =
|
|
5600
|
+
const [n, i] = z("");
|
|
5601
5601
|
function o(l) {
|
|
5602
5602
|
i(l.target.value);
|
|
5603
5603
|
}
|
|
@@ -5612,11 +5612,11 @@ const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
|
5612
5612
|
}
|
|
5613
5613
|
}
|
|
5614
5614
|
return /* @__PURE__ */ v("div", { children: [
|
|
5615
|
-
/* @__PURE__ */ s(
|
|
5616
|
-
|
|
5617
|
-
/* @__PURE__ */ s(pe, { children:
|
|
5615
|
+
/* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ v(ke, { children: [
|
|
5616
|
+
U("DisableTwoFactor"),
|
|
5617
|
+
/* @__PURE__ */ s(pe, { children: U("DisableTwoFactorDesc") })
|
|
5618
5618
|
] }) }),
|
|
5619
|
-
/* @__PURE__ */ v(
|
|
5619
|
+
/* @__PURE__ */ v(Go, { children: [
|
|
5620
5620
|
/* @__PURE__ */ s(pe, { children: j("Password") }),
|
|
5621
5621
|
/* @__PURE__ */ s(
|
|
5622
5622
|
Wo,
|
|
@@ -5642,7 +5642,7 @@ const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
|
5642
5642
|
idOf2FA: n,
|
|
5643
5643
|
confirmTwoFactorService: i
|
|
5644
5644
|
}) => {
|
|
5645
|
-
const [o, a] =
|
|
5645
|
+
const [o, a] = z(""), [l, d] = z([]);
|
|
5646
5646
|
function c(p) {
|
|
5647
5647
|
a(p);
|
|
5648
5648
|
}
|
|
@@ -5661,9 +5661,9 @@ const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
|
5661
5661
|
}
|
|
5662
5662
|
}
|
|
5663
5663
|
return /* @__PURE__ */ s("div", { children: e ? /* @__PURE__ */ v(oe, { children: [
|
|
5664
|
-
/* @__PURE__ */ v(
|
|
5665
|
-
/* @__PURE__ */ s("div", { children:
|
|
5666
|
-
/* @__PURE__ */ s(pe, { children:
|
|
5664
|
+
/* @__PURE__ */ v(ke, { children: [
|
|
5665
|
+
/* @__PURE__ */ s("div", { children: U("EnterVerificationCode") }),
|
|
5666
|
+
/* @__PURE__ */ s(pe, { children: U("BackupCodesDesc") })
|
|
5667
5667
|
] }),
|
|
5668
5668
|
/* @__PURE__ */ v(ln, { children: [
|
|
5669
5669
|
/* @__PURE__ */ s(Be.OTP, { value: o, onChange: c }),
|
|
@@ -5694,16 +5694,16 @@ const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
|
5694
5694
|
a.href = o, a.download = "backup-codes.txt", a.click(), URL.revokeObjectURL(o);
|
|
5695
5695
|
};
|
|
5696
5696
|
return /* @__PURE__ */ v("div", { children: [
|
|
5697
|
-
/* @__PURE__ */ s(
|
|
5698
|
-
|
|
5699
|
-
/* @__PURE__ */ s(pe, { children:
|
|
5697
|
+
/* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ v(ke, { children: [
|
|
5698
|
+
U("EnterVerificationCode"),
|
|
5699
|
+
/* @__PURE__ */ s(pe, { children: U("BackupCodesDesc") })
|
|
5700
5700
|
] }) }),
|
|
5701
|
-
/* @__PURE__ */ s(
|
|
5701
|
+
/* @__PURE__ */ s(Uo, { children: /* @__PURE__ */ s(Ce, { type: "primary", icon: /* @__PURE__ */ s(kn, {}), onClick: t, children: U("DownloadBackupCodes") }) }),
|
|
5702
5702
|
/* @__PURE__ */ s(ue, { children: /* @__PURE__ */ s(re, { onClick: r, children: J("Cancel") }) })
|
|
5703
5703
|
] });
|
|
5704
5704
|
};
|
|
5705
|
-
var
|
|
5706
|
-
const
|
|
5705
|
+
var Fe = /* @__PURE__ */ ((r) => (r[r.SELECT_MFA_OPTION = 0] = "SELECT_MFA_OPTION", r[r.SELECT_AUTHENTICATOR_APP = 1] = "SELECT_AUTHENTICATOR_APP", r[r.CONNECT_AUTHENTICATOR = 2] = "CONNECT_AUTHENTICATOR", r[r.VERIFY_AUTHENTICATOR_CODE = 3] = "VERIFY_AUTHENTICATOR_CODE", r[r.VERIFY_EMAIL_CODE = 4] = "VERIFY_EMAIL_CODE", r[r.DISABLE_AUTHENTICATOR = 5] = "DISABLE_AUTHENTICATOR", r[r.BACKUP_CODES = 6] = "BACKUP_CODES", r[r.ENTER_BACKUP_CODE = 7] = "ENTER_BACKUP_CODE", r))(Fe || {});
|
|
5706
|
+
const Nl = ({
|
|
5707
5707
|
isOpen: r,
|
|
5708
5708
|
setIsOpen: e,
|
|
5709
5709
|
modal: t = 0,
|
|
@@ -5712,7 +5712,7 @@ const Il = ({
|
|
|
5712
5712
|
disableMFAService: o,
|
|
5713
5713
|
confirmTwoFactorService: a
|
|
5714
5714
|
}) => {
|
|
5715
|
-
const [l, d] =
|
|
5715
|
+
const [l, d] = z(t), [c, u] = z(""), [p, h] = z(), [f, g] = z("");
|
|
5716
5716
|
function y() {
|
|
5717
5717
|
e(!1);
|
|
5718
5718
|
}
|
|
@@ -5735,7 +5735,7 @@ const Il = ({
|
|
|
5735
5735
|
default:
|
|
5736
5736
|
return ur;
|
|
5737
5737
|
}
|
|
5738
|
-
}, [l]),
|
|
5738
|
+
}, [l]), M = we(() => {
|
|
5739
5739
|
switch (l) {
|
|
5740
5740
|
case 0:
|
|
5741
5741
|
return {
|
|
@@ -5778,7 +5778,7 @@ const Il = ({
|
|
|
5778
5778
|
return { onClose: y };
|
|
5779
5779
|
}
|
|
5780
5780
|
}, [l, c, f]);
|
|
5781
|
-
return /* @__PURE__ */ s(ta, { displayAddRuleModal: r, onClose: y, hideFooter: !0, children: /* @__PURE__ */ s(O, { ...
|
|
5781
|
+
return /* @__PURE__ */ s(ta, { displayAddRuleModal: r, onClose: y, hideFooter: !0, children: /* @__PURE__ */ s(O, { ...M }) });
|
|
5782
5782
|
}, ts = m.div`
|
|
5783
5783
|
height: var(--size-800, 4rem);
|
|
5784
5784
|
display: flex;
|
|
@@ -5853,7 +5853,7 @@ const Il = ({
|
|
|
5853
5853
|
className: n,
|
|
5854
5854
|
backButton: i = /* @__PURE__ */ s(ns, {})
|
|
5855
5855
|
}) => {
|
|
5856
|
-
const o =
|
|
5856
|
+
const o = De();
|
|
5857
5857
|
return /* @__PURE__ */ v(ts, { className: n || "", children: [
|
|
5858
5858
|
/* @__PURE__ */ v("div", { className: "page-starter", children: [
|
|
5859
5859
|
e ? /* @__PURE__ */ s("div", { className: "icon", children: e }) : /* @__PURE__ */ s(rs, { className: "icon", onClick: () => o(-1), children: i }),
|
|
@@ -5868,7 +5868,7 @@ const as = {
|
|
|
5868
5868
|
2: "OtpDesc",
|
|
5869
5869
|
3: "TotpDesc",
|
|
5870
5870
|
4: "TotpDesc"
|
|
5871
|
-
},
|
|
5871
|
+
}, Al = ({
|
|
5872
5872
|
confirmTwoFactor: r,
|
|
5873
5873
|
resendOTP: e,
|
|
5874
5874
|
confirmationToken: t,
|
|
@@ -5880,7 +5880,7 @@ const as = {
|
|
|
5880
5880
|
setVisible: d,
|
|
5881
5881
|
visible: c
|
|
5882
5882
|
}) => {
|
|
5883
|
-
const [u, p] =
|
|
5883
|
+
const [u, p] = z(""), [h, f] = z(!0), [g, y] = z(60), [O, M] = z([]), [S, E] = z(!1);
|
|
5884
5884
|
async function k() {
|
|
5885
5885
|
var B, F, R;
|
|
5886
5886
|
if (u)
|
|
@@ -5888,11 +5888,11 @@ const as = {
|
|
|
5888
5888
|
const b = await r({ confirmationToken: t, code: u, id: o });
|
|
5889
5889
|
(B = b == null ? void 0 : b.data) != null && B.success && (d(!1), a && a((N) => !N));
|
|
5890
5890
|
} catch (b) {
|
|
5891
|
-
const N =
|
|
5892
|
-
|
|
5891
|
+
const N = je((R = (F = b == null ? void 0 : b.response) == null ? void 0 : F.data) == null ? void 0 : R.errors);
|
|
5892
|
+
M(N), console.log("Error in Save OTP", b);
|
|
5893
5893
|
}
|
|
5894
5894
|
}
|
|
5895
|
-
async function
|
|
5895
|
+
async function P() {
|
|
5896
5896
|
if (e)
|
|
5897
5897
|
try {
|
|
5898
5898
|
const B = await e(t, o);
|
|
@@ -5901,7 +5901,7 @@ const as = {
|
|
|
5901
5901
|
console.log("Error in OTP resend", B);
|
|
5902
5902
|
}
|
|
5903
5903
|
}
|
|
5904
|
-
function
|
|
5904
|
+
function G() {
|
|
5905
5905
|
d(!1);
|
|
5906
5906
|
}
|
|
5907
5907
|
function Y(B) {
|
|
@@ -5913,7 +5913,7 @@ const as = {
|
|
|
5913
5913
|
y((F) => F <= 1 ? (clearInterval(B), f(!1), 0) : F - 1);
|
|
5914
5914
|
}, 1e3);
|
|
5915
5915
|
return () => clearInterval(B);
|
|
5916
|
-
}, [h]), /* @__PURE__ */ s(Kt, { open: c, onCancel:
|
|
5916
|
+
}, [h]), /* @__PURE__ */ s(Kt, { open: c, onCancel: G, footer: [null], children: t ? /* @__PURE__ */ s(oe, { children: S ? /* @__PURE__ */ s(oe, { children: /* @__PURE__ */ s(
|
|
5917
5917
|
cn,
|
|
5918
5918
|
{
|
|
5919
5919
|
setBackupActivated: E,
|
|
@@ -5924,9 +5924,9 @@ const as = {
|
|
|
5924
5924
|
confirmationToken: t
|
|
5925
5925
|
}
|
|
5926
5926
|
) }) : /* @__PURE__ */ v(oe, { children: [
|
|
5927
|
-
/* @__PURE__ */ s(
|
|
5928
|
-
|
|
5929
|
-
/* @__PURE__ */ s(pe, { children:
|
|
5927
|
+
/* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ v(ke, { children: [
|
|
5928
|
+
U("EnterVerificationCode"),
|
|
5929
|
+
/* @__PURE__ */ s(pe, { children: U(as[i]) })
|
|
5930
5930
|
] }) }),
|
|
5931
5931
|
/* @__PURE__ */ v(
|
|
5932
5932
|
sn,
|
|
@@ -5939,9 +5939,9 @@ const as = {
|
|
|
5939
5939
|
B.errors[0]
|
|
5940
5940
|
] }, B.name)),
|
|
5941
5941
|
/* @__PURE__ */ v(Bo, { children: [
|
|
5942
|
-
|
|
5942
|
+
U("DidnReceiveCode"),
|
|
5943
5943
|
" ",
|
|
5944
|
-
/* @__PURE__ */ s(an, { onClick: () => E(!0), children:
|
|
5944
|
+
/* @__PURE__ */ s(an, { onClick: () => E(!0), children: U("EnterBackupCode") })
|
|
5945
5945
|
] })
|
|
5946
5946
|
]
|
|
5947
5947
|
}
|
|
@@ -5951,8 +5951,8 @@ const as = {
|
|
|
5951
5951
|
re,
|
|
5952
5952
|
{
|
|
5953
5953
|
disabled: h,
|
|
5954
|
-
onClick:
|
|
5955
|
-
children: h ? `${
|
|
5954
|
+
onClick: P,
|
|
5955
|
+
children: h ? `${U("ResendAvailable")} ${g} ${j("Second")}` : `${U("Resend")}`
|
|
5956
5956
|
}
|
|
5957
5957
|
),
|
|
5958
5958
|
/* @__PURE__ */ v(
|
|
@@ -5974,7 +5974,7 @@ const as = {
|
|
|
5974
5974
|
}, ss = m.div`
|
|
5975
5975
|
width: 100%;
|
|
5976
5976
|
height: 100%;
|
|
5977
|
-
`,
|
|
5977
|
+
`, Vl = ({ option: r }) => (K(() => {
|
|
5978
5978
|
const e = document.getElementById("my-chart"), t = Wn.init(e);
|
|
5979
5979
|
t.setOption(r);
|
|
5980
5980
|
const n = () => t.resize();
|
|
@@ -5993,7 +5993,7 @@ const ls = m(Ct)`
|
|
|
5993
5993
|
.ant-spin-dot-item {
|
|
5994
5994
|
background-color: ${(r) => r.backgroundcolor};
|
|
5995
5995
|
}
|
|
5996
|
-
`,
|
|
5996
|
+
`, jl = ({ backgroundcolor: r }) => /* @__PURE__ */ s("div", { children: /* @__PURE__ */ s(ls, { size: "large", backgroundcolor: r }) }), cs = m.div`
|
|
5997
5997
|
position: absolute;
|
|
5998
5998
|
left: 0;
|
|
5999
5999
|
top: 0;
|
|
@@ -6106,7 +6106,7 @@ const ls = m(Ct)`
|
|
|
6106
6106
|
`, Or = () => /* @__PURE__ */ v(oe, { children: [
|
|
6107
6107
|
/* @__PURE__ */ s(Lr, { width: "80%" }),
|
|
6108
6108
|
/* @__PURE__ */ s(Lr, { width: "60%" })
|
|
6109
|
-
] }),
|
|
6109
|
+
] }), Fl = () => /* @__PURE__ */ v(us, { children: [
|
|
6110
6110
|
/* @__PURE__ */ s(cs, { children: /* @__PURE__ */ v("div", { children: [
|
|
6111
6111
|
/* @__PURE__ */ s("h2", { children: rr("ComingSoon") }),
|
|
6112
6112
|
/* @__PURE__ */ s("p", { children: rr("ComingSoonDesc") })
|
|
@@ -6249,7 +6249,7 @@ const ls = m(Ct)`
|
|
|
6249
6249
|
}
|
|
6250
6250
|
}
|
|
6251
6251
|
}
|
|
6252
|
-
`, vs = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ $.createElement("path", { d: "M8.0001 5.72363L11.6096 9.33311L10.6668 10.2759L8.0001 7.60925L5.33343 10.2759L4.39062 9.33311L8.0001 5.72363Z", fill: "currentColor" })),
|
|
6252
|
+
`, vs = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ $.createElement("path", { d: "M8.0001 5.72363L11.6096 9.33311L10.6668 10.2759L8.0001 7.60925L5.33343 10.2759L4.39062 9.33311L8.0001 5.72363Z", fill: "currentColor" })), Bl = ({
|
|
6253
6253
|
rowKey: r,
|
|
6254
6254
|
CustomExpandableRow: e,
|
|
6255
6255
|
columns: t,
|
|
@@ -6261,7 +6261,7 @@ const ls = m(Ct)`
|
|
|
6261
6261
|
loading: d,
|
|
6262
6262
|
pagination: c
|
|
6263
6263
|
}) => {
|
|
6264
|
-
const [u, p] =
|
|
6264
|
+
const [u, p] = z([]), h = t || n;
|
|
6265
6265
|
K(() => {
|
|
6266
6266
|
a && a.length > 0 && p((g) => [...a, ...g]);
|
|
6267
6267
|
}, [a]);
|
|
@@ -6283,13 +6283,13 @@ const ls = m(Ct)`
|
|
|
6283
6283
|
onExpandedRowsChange: f,
|
|
6284
6284
|
expandable: {
|
|
6285
6285
|
expandedRowRender: (g) => /* @__PURE__ */ s(e, { ...o, record: g }),
|
|
6286
|
-
expandIcon: ({ expanded: g }) => /* @__PURE__ */ s(oe, { children: g ? /* @__PURE__ */ s("span", { className: "arrow-svg", children: /* @__PURE__ */ s(vs, {}) }) : /* @__PURE__ */ s("span", { className: "arrow-svg", children: /* @__PURE__ */ s(
|
|
6286
|
+
expandIcon: ({ expanded: g }) => /* @__PURE__ */ s(oe, { children: g ? /* @__PURE__ */ s("span", { className: "arrow-svg", children: /* @__PURE__ */ s(vs, {}) }) : /* @__PURE__ */ s("span", { className: "arrow-svg", children: /* @__PURE__ */ s(Ft, {}) }) }),
|
|
6287
6287
|
expandRowByClick: !0
|
|
6288
6288
|
},
|
|
6289
6289
|
dataSource: i
|
|
6290
6290
|
}
|
|
6291
6291
|
);
|
|
6292
|
-
}, ys = m(
|
|
6292
|
+
}, ys = m(Gr)`
|
|
6293
6293
|
display: flex;
|
|
6294
6294
|
gap: var(--spacing-025, 2px);
|
|
6295
6295
|
color: var(--color-text-secondary, rgba(19, 20, 18, 0.75));
|
|
@@ -6456,7 +6456,7 @@ const bs = m.div`
|
|
|
6456
6456
|
for (const n in e)
|
|
6457
6457
|
n !== "__proto__" && n !== "constructor" && (n in r ? A(r[n]) || r[n] instanceof String || A(e[n]) || e[n] instanceof String ? t && (r[n] = e[n]) : Ln(r[n], e[n], t) : r[n] = e[n]);
|
|
6458
6458
|
return r;
|
|
6459
|
-
},
|
|
6459
|
+
}, $e = (r) => r.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&"), Ls = {
|
|
6460
6460
|
"&": "&",
|
|
6461
6461
|
"<": "<",
|
|
6462
6462
|
">": ">",
|
|
@@ -6675,7 +6675,7 @@ var On = {
|
|
|
6675
6675
|
}
|
|
6676
6676
|
};
|
|
6677
6677
|
const Dn = Symbol("i18next/PATH_KEY");
|
|
6678
|
-
function
|
|
6678
|
+
function zs() {
|
|
6679
6679
|
const r = [], e = /* @__PURE__ */ Object.create(null);
|
|
6680
6680
|
let t;
|
|
6681
6681
|
return e.get = (n, i) => {
|
|
@@ -6686,7 +6686,7 @@ function Ms() {
|
|
|
6686
6686
|
function Ve(r, e) {
|
|
6687
6687
|
const {
|
|
6688
6688
|
[Dn]: t
|
|
6689
|
-
} = r(
|
|
6689
|
+
} = r(zs()), n = (e == null ? void 0 : e.keySeparator) ?? ".", i = (e == null ? void 0 : e.nsSeparator) ?? ":";
|
|
6690
6690
|
if (t.length > 1 && i) {
|
|
6691
6691
|
const o = e == null ? void 0 : e.ns, a = Array.isArray(o) ? o : null;
|
|
6692
6692
|
if (a && a.length > 1 && a.slice(1).includes(t[0]))
|
|
@@ -6774,13 +6774,13 @@ class bt extends kt {
|
|
|
6774
6774
|
} : l;
|
|
6775
6775
|
const f = this.resolve(e, i);
|
|
6776
6776
|
let g = f == null ? void 0 : f.res;
|
|
6777
|
-
const y = (f == null ? void 0 : f.usedKey) || l, O = (f == null ? void 0 : f.exactUsedKey) || l,
|
|
6777
|
+
const y = (f == null ? void 0 : f.usedKey) || l, O = (f == null ? void 0 : f.exactUsedKey) || l, M = ["[object Number]", "[object Function]", "[object RegExp]"], S = i.joinArrays !== void 0 ? i.joinArrays : this.options.joinArrays, E = !this.i18nFormat || this.i18nFormat.handleAsObject, k = i.count !== void 0 && !A(i.count), P = bt.hasDefaultValue(i), G = k ? this.pluralResolver.getSuffix(p, i.count, i) : "", Y = i.ordinal && k ? this.pluralResolver.getSuffix(p, i.count, {
|
|
6778
6778
|
ordinal: !1
|
|
6779
|
-
}) : "", B = k && !i.ordinal && i.count === 0, F = B && i[`defaultValue${this.options.pluralSeparator}zero`] || i[`defaultValue${
|
|
6779
|
+
}) : "", B = k && !i.ordinal && i.count === 0, F = B && i[`defaultValue${this.options.pluralSeparator}zero`] || i[`defaultValue${G}`] || i[`defaultValue${Y}`] || i.defaultValue;
|
|
6780
6780
|
let R = g;
|
|
6781
|
-
E && !g &&
|
|
6781
|
+
E && !g && P && (R = F);
|
|
6782
6782
|
const b = Et(R), N = Object.prototype.toString.apply(R);
|
|
6783
|
-
if (E && R && b && !
|
|
6783
|
+
if (E && R && b && !M.includes(N) && !(A(S) && Array.isArray(R))) {
|
|
6784
6784
|
if (!i.returnObjects && !this.options.returnObjects) {
|
|
6785
6785
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
|
6786
6786
|
const _ = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(y, R, {
|
|
@@ -6794,7 +6794,7 @@ class bt extends kt {
|
|
|
6794
6794
|
for (const w in R)
|
|
6795
6795
|
if (Object.prototype.hasOwnProperty.call(R, w)) {
|
|
6796
6796
|
const x = `${L}${a}${w}`;
|
|
6797
|
-
|
|
6797
|
+
P && !g ? D[w] = this.translate(x, {
|
|
6798
6798
|
...i,
|
|
6799
6799
|
defaultValue: Et(F) ? F[w] : void 0,
|
|
6800
6800
|
joinArrays: !1,
|
|
@@ -6811,8 +6811,8 @@ class bt extends kt {
|
|
|
6811
6811
|
g = g.join(S), g && (g = this.extendTranslation(g, e, i, n));
|
|
6812
6812
|
else {
|
|
6813
6813
|
let _ = !1, D = !1;
|
|
6814
|
-
!this.isValidLookup(g) &&
|
|
6815
|
-
const w = (i.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && D ? void 0 : g, x =
|
|
6814
|
+
!this.isValidLookup(g) && P && (_ = !0, g = F), this.isValidLookup(g) || (D = !0, g = l);
|
|
6815
|
+
const w = (i.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && D ? void 0 : g, x = P && F !== g && this.options.updateMissing;
|
|
6816
6816
|
if (D || _ || x) {
|
|
6817
6817
|
if (this.logger.log(x ? "updateKey" : "missingKey", p, c, l, x ? F : g), a) {
|
|
6818
6818
|
const V = this.resolve(l, {
|
|
@@ -6827,17 +6827,17 @@ class bt extends kt {
|
|
|
6827
6827
|
for (let V = 0; V < I.length; V++)
|
|
6828
6828
|
C.push(I[V]);
|
|
6829
6829
|
else this.options.saveMissingTo === "all" ? C = this.languageUtils.toResolveHierarchy(i.lng || this.language) : C.push(i.lng || this.language);
|
|
6830
|
-
const
|
|
6830
|
+
const H = (V, W, q) => {
|
|
6831
6831
|
var X;
|
|
6832
|
-
const Q =
|
|
6832
|
+
const Q = P && q !== g ? q : w;
|
|
6833
6833
|
this.options.missingKeyHandler ? this.options.missingKeyHandler(V, c, W, Q, x, i) : (X = this.backendConnector) != null && X.saveMissing && this.backendConnector.saveMissing(V, c, W, Q, x, i), this.emit("missingKey", V, c, W, g);
|
|
6834
6834
|
};
|
|
6835
6835
|
this.options.saveMissing && (this.options.saveMissingPlurals && k ? C.forEach((V) => {
|
|
6836
6836
|
const W = this.pluralResolver.getSuffixes(V, i);
|
|
6837
6837
|
B && i[`defaultValue${this.options.pluralSeparator}zero`] && !W.includes(`${this.options.pluralSeparator}zero`) && W.push(`${this.options.pluralSeparator}zero`), W.forEach((q) => {
|
|
6838
|
-
|
|
6838
|
+
H([V], l + q, i[`defaultValue${q}`] || F);
|
|
6839
6839
|
});
|
|
6840
|
-
}) :
|
|
6840
|
+
}) : H(C, l, F));
|
|
6841
6841
|
}
|
|
6842
6842
|
g = this.extendTranslation(g, e, i, f, n), D && g === l && this.options.appendNamespaceToMissingKey && (g = `${c}${u}${l}`), (D || _) && this.options.parseMissingKeyHandler && (g = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${c}${u}${l}` : l, _ ? g : void 0, i));
|
|
6843
6843
|
}
|
|
@@ -6898,13 +6898,13 @@ class bt extends kt {
|
|
|
6898
6898
|
this.options.fallbackNS && (p = p.concat(this.options.fallbackNS));
|
|
6899
6899
|
const h = t.count !== void 0 && !A(t.count), f = h && !t.ordinal && t.count === 0, g = t.context !== void 0 && (A(t.context) || typeof t.context == "number") && t.context !== "", y = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
|
|
6900
6900
|
p.forEach((O) => {
|
|
6901
|
-
var
|
|
6902
|
-
this.isValidLookup(n) || (l = O, !this.checkedLoadedFor[`${y[0]}-${O}`] && ((
|
|
6903
|
-
var
|
|
6901
|
+
var M, S;
|
|
6902
|
+
this.isValidLookup(n) || (l = O, !this.checkedLoadedFor[`${y[0]}-${O}`] && ((M = this.utils) != null && M.hasLoadedNamespace) && !((S = this.utils) != null && S.hasLoadedNamespace(l)) && (this.checkedLoadedFor[`${y[0]}-${O}`] = !0, this.logger.warn(`key "${i}" for languages "${y.join(", ")}" won't get resolved as namespace "${l}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), y.forEach((E) => {
|
|
6903
|
+
var G;
|
|
6904
6904
|
if (this.isValidLookup(n)) return;
|
|
6905
6905
|
a = E;
|
|
6906
6906
|
const k = [u];
|
|
6907
|
-
if ((
|
|
6907
|
+
if ((G = this.i18nFormat) != null && G.addLookupKeys)
|
|
6908
6908
|
this.i18nFormat.addLookupKeys(k, u, E, O, t);
|
|
6909
6909
|
else {
|
|
6910
6910
|
let Y;
|
|
@@ -6915,9 +6915,9 @@ class bt extends kt {
|
|
|
6915
6915
|
k.push(R), h && (t.ordinal && Y.startsWith(F) && k.push(R + Y.replace(F, this.options.pluralSeparator)), k.push(R + Y), f && k.push(R + B));
|
|
6916
6916
|
}
|
|
6917
6917
|
}
|
|
6918
|
-
let
|
|
6919
|
-
for (;
|
|
6920
|
-
this.isValidLookup(n) || (o =
|
|
6918
|
+
let P;
|
|
6919
|
+
for (; P = k.pop(); )
|
|
6920
|
+
this.isValidLookup(n) || (o = P, n = this.getResource(E, O, P, t));
|
|
6921
6921
|
}));
|
|
6922
6922
|
});
|
|
6923
6923
|
}), {
|
|
@@ -6958,7 +6958,7 @@ class bt extends kt {
|
|
|
6958
6958
|
return !1;
|
|
6959
6959
|
}
|
|
6960
6960
|
}
|
|
6961
|
-
class
|
|
6961
|
+
class zr {
|
|
6962
6962
|
constructor(e) {
|
|
6963
6963
|
this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger = ge.create("languageUtils");
|
|
6964
6964
|
}
|
|
@@ -7018,20 +7018,20 @@ class Mr {
|
|
|
7018
7018
|
}), i;
|
|
7019
7019
|
}
|
|
7020
7020
|
}
|
|
7021
|
-
const
|
|
7021
|
+
const Mr = {
|
|
7022
7022
|
zero: 0,
|
|
7023
7023
|
one: 1,
|
|
7024
7024
|
two: 2,
|
|
7025
7025
|
few: 3,
|
|
7026
7026
|
many: 4,
|
|
7027
7027
|
other: 5
|
|
7028
|
-
},
|
|
7028
|
+
}, Hr = {
|
|
7029
7029
|
select: (r) => r === 1 ? "one" : "other",
|
|
7030
7030
|
resolvedOptions: () => ({
|
|
7031
7031
|
pluralCategories: ["one", "other"]
|
|
7032
7032
|
})
|
|
7033
7033
|
};
|
|
7034
|
-
class
|
|
7034
|
+
class Ms {
|
|
7035
7035
|
constructor(e, t = {}) {
|
|
7036
7036
|
this.languageUtils = e, this.options = t, this.logger = ge.create("pluralResolver"), this.pluralRulesCache = {};
|
|
7037
7037
|
}
|
|
@@ -7052,8 +7052,8 @@ class Ps {
|
|
|
7052
7052
|
});
|
|
7053
7053
|
} catch {
|
|
7054
7054
|
if (typeof Intl > "u")
|
|
7055
|
-
return this.logger.error("No Intl support, please use an Intl polyfill!"),
|
|
7056
|
-
if (!e.match(/-|_/)) return
|
|
7055
|
+
return this.logger.error("No Intl support, please use an Intl polyfill!"), Hr;
|
|
7056
|
+
if (!e.match(/-|_/)) return Hr;
|
|
7057
7057
|
const d = this.languageUtils.getLanguagePartFromCode(e);
|
|
7058
7058
|
a = this.getRule(d, t);
|
|
7059
7059
|
}
|
|
@@ -7068,14 +7068,14 @@ class Ps {
|
|
|
7068
7068
|
}
|
|
7069
7069
|
getSuffixes(e, t = {}) {
|
|
7070
7070
|
let n = this.getRule(e, t);
|
|
7071
|
-
return n || (n = this.getRule("dev", t)), n ? n.resolvedOptions().pluralCategories.sort((i, o) =>
|
|
7071
|
+
return n || (n = this.getRule("dev", t)), n ? n.resolvedOptions().pluralCategories.sort((i, o) => Mr[i] - Mr[o]).map((i) => `${this.options.prepend}${t.ordinal ? `ordinal${this.options.prepend}` : ""}${i}`) : [];
|
|
7072
7072
|
}
|
|
7073
7073
|
getSuffix(e, t, n = {}) {
|
|
7074
7074
|
const i = this.getRule(e, n);
|
|
7075
7075
|
return i ? `${this.options.prepend}${n.ordinal ? `ordinal${this.options.prepend}` : ""}${i.select(t)}` : (this.logger.warn(`no plural rule found for: ${e}`), this.getSuffix("dev", t, n));
|
|
7076
7076
|
}
|
|
7077
7077
|
}
|
|
7078
|
-
const
|
|
7078
|
+
const Pr = (r, e, t, n = ".", i = !0) => {
|
|
7079
7079
|
let o = ks(r, e, t);
|
|
7080
7080
|
return !o && i && A(t) && (o = Nt(r, t, n), o === void 0 && (o = Nt(e, t, n))), o;
|
|
7081
7081
|
}, Tt = (r) => r.replace(/\$/g, "$$$$");
|
|
@@ -7104,10 +7104,10 @@ class Rr {
|
|
|
7104
7104
|
nestingSuffix: g,
|
|
7105
7105
|
nestingSuffixEscaped: y,
|
|
7106
7106
|
nestingOptionsSeparator: O,
|
|
7107
|
-
maxReplaces:
|
|
7107
|
+
maxReplaces: M,
|
|
7108
7108
|
alwaysFormat: S
|
|
7109
7109
|
} = e.interpolation;
|
|
7110
|
-
this.escape = t !== void 0 ? t : Os, this.escapeValue = n !== void 0 ? n : !0, this.useRawValueToEscape = i !== void 0 ? i : !1, this.prefix = o ?
|
|
7110
|
+
this.escape = t !== void 0 ? t : Os, this.escapeValue = n !== void 0 ? n : !0, this.useRawValueToEscape = i !== void 0 ? i : !1, this.prefix = o ? $e(o) : a || "{{", this.suffix = l ? $e(l) : d || "}}", this.formatSeparator = c || ",", this.unescapePrefix = u ? "" : p || "-", this.unescapeSuffix = this.unescapePrefix ? "" : u || "", this.nestingPrefix = h ? $e(h) : f || $e("$t("), this.nestingSuffix = g ? $e(g) : y || $e(")"), this.nestingOptionsSeparator = O || ",", this.maxReplaces = M || 1e3, this.alwaysFormat = S !== void 0 ? S : !1, this.resetRegExp();
|
|
7111
7111
|
}
|
|
7112
7112
|
reset() {
|
|
7113
7113
|
this.options && this.init(this.options);
|
|
@@ -7121,15 +7121,15 @@ class Rr {
|
|
|
7121
7121
|
let o, a, l;
|
|
7122
7122
|
const d = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, c = (g) => {
|
|
7123
7123
|
if (!g.includes(this.formatSeparator)) {
|
|
7124
|
-
const S =
|
|
7124
|
+
const S = Pr(t, d, g, this.options.keySeparator, this.options.ignoreJSONStructure);
|
|
7125
7125
|
return this.alwaysFormat ? this.format(S, void 0, n, {
|
|
7126
7126
|
...i,
|
|
7127
7127
|
...t,
|
|
7128
7128
|
interpolationkey: g
|
|
7129
7129
|
}) : S;
|
|
7130
7130
|
}
|
|
7131
|
-
const y = g.split(this.formatSeparator), O = y.shift().trim(),
|
|
7132
|
-
return this.format(
|
|
7131
|
+
const y = g.split(this.formatSeparator), O = y.shift().trim(), M = y.join(this.formatSeparator).trim();
|
|
7132
|
+
return this.format(Pr(t, d, O, this.options.keySeparator, this.options.ignoreJSONStructure), M, n, {
|
|
7133
7133
|
...i,
|
|
7134
7134
|
...t,
|
|
7135
7135
|
interpolationkey: O
|
|
@@ -7148,8 +7148,8 @@ class Rr {
|
|
|
7148
7148
|
const y = o[1].trim();
|
|
7149
7149
|
if (a = c(y), a === void 0)
|
|
7150
7150
|
if (typeof u == "function") {
|
|
7151
|
-
const
|
|
7152
|
-
a = A(
|
|
7151
|
+
const M = u(e, o, i);
|
|
7152
|
+
a = A(M) ? M : "";
|
|
7153
7153
|
} else if (i && Object.prototype.hasOwnProperty.call(i, y))
|
|
7154
7154
|
a = "";
|
|
7155
7155
|
else if (p) {
|
|
@@ -7169,7 +7169,7 @@ class Rr {
|
|
|
7169
7169
|
const l = (d, c) => {
|
|
7170
7170
|
const u = this.nestingOptionsSeparator;
|
|
7171
7171
|
if (!d.includes(u)) return d;
|
|
7172
|
-
const p = d.split(new RegExp(`${
|
|
7172
|
+
const p = d.split(new RegExp(`${$e(u)}[ ]*{`));
|
|
7173
7173
|
let h = `{${p[1]}`;
|
|
7174
7174
|
d = p[0], h = this.interpolate(h, a);
|
|
7175
7175
|
const f = h.match(/'/g), g = h.match(/"/g);
|
|
@@ -7199,7 +7199,7 @@ class Rr {
|
|
|
7199
7199
|
return e;
|
|
7200
7200
|
}
|
|
7201
7201
|
}
|
|
7202
|
-
const
|
|
7202
|
+
const Hs = (r) => {
|
|
7203
7203
|
let e = r.toLowerCase().trim();
|
|
7204
7204
|
const t = {};
|
|
7205
7205
|
if (r.includes("(")) {
|
|
@@ -7229,7 +7229,7 @@ const zs = (r) => {
|
|
|
7229
7229
|
let l = e[a];
|
|
7230
7230
|
return l || (l = r(nt(n), i), e[a] = l), l(t);
|
|
7231
7231
|
};
|
|
7232
|
-
},
|
|
7232
|
+
}, Ps = (r) => (e, t, n) => r(nt(t), n)(e);
|
|
7233
7233
|
class Rs {
|
|
7234
7234
|
constructor(e = {}) {
|
|
7235
7235
|
this.logger = ge.create("formatter"), this.options = e, this.init(e);
|
|
@@ -7238,7 +7238,7 @@ class Rs {
|
|
|
7238
7238
|
interpolation: {}
|
|
7239
7239
|
}) {
|
|
7240
7240
|
this.formatSeparator = t.interpolation.formatSeparator || ",";
|
|
7241
|
-
const n = t.cacheInBuiltFormats ? Nr :
|
|
7241
|
+
const n = t.cacheInBuiltFormats ? Nr : Ps;
|
|
7242
7242
|
this.formats = {
|
|
7243
7243
|
number: n((i, o) => {
|
|
7244
7244
|
const a = new Intl.NumberFormat(i, {
|
|
@@ -7291,7 +7291,7 @@ class Rs {
|
|
|
7291
7291
|
const {
|
|
7292
7292
|
formatName: c,
|
|
7293
7293
|
formatOptions: u
|
|
7294
|
-
} =
|
|
7294
|
+
} = Hs(d);
|
|
7295
7295
|
if (this.formats[c]) {
|
|
7296
7296
|
let h = l;
|
|
7297
7297
|
try {
|
|
@@ -7535,10 +7535,10 @@ class Xe extends kt {
|
|
|
7535
7535
|
this.modules.logger ? ge.init(i(this.modules.logger), this.options) : ge.init(null, this.options);
|
|
7536
7536
|
let c;
|
|
7537
7537
|
this.modules.formatter ? c = this.modules.formatter : c = Rs;
|
|
7538
|
-
const u = new
|
|
7538
|
+
const u = new zr(this.options);
|
|
7539
7539
|
this.store = new Ir(this.options.resources, this.options);
|
|
7540
7540
|
const p = this.services;
|
|
7541
|
-
p.logger = ge, p.resourceStore = this.store, p.languageUtils = u, p.pluralResolver = new
|
|
7541
|
+
p.logger = ge, p.resourceStore = this.store, p.languageUtils = u, p.pluralResolver = new Ms(u, {
|
|
7542
7542
|
prepend: this.options.pluralSeparator
|
|
7543
7543
|
}), c && (p.formatter = i(c), p.formatter.init && p.formatter.init(p, this.options), this.options.interpolation.format = p.formatter.format.bind(p.formatter)), p.interpolator = new Rr(this.options), p.utils = {
|
|
7544
7544
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
@@ -7699,7 +7699,7 @@ class Xe extends kt {
|
|
|
7699
7699
|
}
|
|
7700
7700
|
} catch {
|
|
7701
7701
|
}
|
|
7702
|
-
const t = ["ar", "shu", "sqr", "ssh", "xaa", "yhd", "yud", "aao", "abh", "abv", "acm", "acq", "acw", "acx", "acy", "adf", "ads", "aeb", "aec", "afb", "ajp", "apc", "apd", "arb", "arq", "ars", "ary", "arz", "auz", "avl", "ayh", "ayl", "ayn", "ayp", "bbz", "pga", "he", "iw", "ps", "pbt", "pbu", "pst", "prp", "prd", "ug", "ur", "ydd", "yds", "yih", "ji", "yi", "hbo", "men", "xmn", "fa", "jpr", "peo", "pes", "prs", "dv", "sam", "ckb"], n = ((o = this.services) == null ? void 0 : o.languageUtils) || new
|
|
7702
|
+
const t = ["ar", "shu", "sqr", "ssh", "xaa", "yhd", "yud", "aao", "abh", "abv", "acm", "acq", "acw", "acx", "acy", "adf", "ads", "aeb", "aec", "afb", "ajp", "apc", "apd", "arb", "arq", "ars", "ary", "arz", "auz", "avl", "ayh", "ayl", "ayn", "ayp", "bbz", "pga", "he", "iw", "ps", "pbt", "pbu", "pst", "prp", "prd", "ug", "ur", "ydd", "yds", "yih", "ji", "yi", "hbo", "men", "xmn", "fa", "jpr", "peo", "pes", "prs", "dv", "sam", "ckb"], n = ((o = this.services) == null ? void 0 : o.languageUtils) || new zr($t());
|
|
7703
7703
|
return e.toLowerCase().indexOf("-latn") > 1 ? "ltr" : t.includes(n.getLanguagePartFromCode(e)) || e.toLowerCase().indexOf("-arab") > 1 ? "rtl" : "ltr";
|
|
7704
7704
|
}
|
|
7705
7705
|
static createInstance(e = {}, t) {
|
|
@@ -7770,7 +7770,7 @@ ne.setDefaultNamespace;
|
|
|
7770
7770
|
ne.hasLoadedNamespace;
|
|
7771
7771
|
ne.loadNamespaces;
|
|
7772
7772
|
ne.loadLanguages;
|
|
7773
|
-
ne.use(qn).use(Kn).use(
|
|
7773
|
+
ne.use(qn).use(Kn).use(Un).init({
|
|
7774
7774
|
fallbackLng: "en",
|
|
7775
7775
|
supportedLngs: ["en", "ka"],
|
|
7776
7776
|
debug: !1,
|
|
@@ -7784,13 +7784,13 @@ ne.use(qn).use(Kn).use(Gn).init({
|
|
|
7784
7784
|
},
|
|
7785
7785
|
interpolation: { escapeValue: !1 }
|
|
7786
7786
|
});
|
|
7787
|
-
var ut = { exports: {} },
|
|
7788
|
-
function
|
|
7787
|
+
var ut = { exports: {} }, js = ut.exports, Vr;
|
|
7788
|
+
function Fs() {
|
|
7789
7789
|
return Vr || (Vr = 1, (function(r, e) {
|
|
7790
7790
|
(function(t, n) {
|
|
7791
7791
|
r.exports = n();
|
|
7792
|
-
})(
|
|
7793
|
-
var t = 1e3, n = 6e4, i = 36e5, o = "millisecond", a = "second", l = "minute", d = "hour", c = "day", u = "week", p = "month", h = "quarter", f = "year", g = "date", y = "Invalid Date", O = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,
|
|
7792
|
+
})(js, (function() {
|
|
7793
|
+
var t = 1e3, n = 6e4, i = 36e5, o = "millisecond", a = "second", l = "minute", d = "hour", c = "day", u = "week", p = "month", h = "quarter", f = "year", g = "date", y = "Invalid Date", O = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, M = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, S = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(D) {
|
|
7794
7794
|
var L = ["th", "st", "nd", "rd"], w = D % 100;
|
|
7795
7795
|
return "[" + D + (L[(w - 20) % 10] || L[w] || L[0]) + "]";
|
|
7796
7796
|
} }, E = function(D, L, w) {
|
|
@@ -7801,31 +7801,31 @@ function js() {
|
|
|
7801
7801
|
return (L <= 0 ? "+" : "-") + E(x, 2, "0") + ":" + E(C, 2, "0");
|
|
7802
7802
|
}, m: function D(L, w) {
|
|
7803
7803
|
if (L.date() < w.date()) return -D(w, L);
|
|
7804
|
-
var x = 12 * (w.year() - L.year()) + (w.month() - L.month()), C = L.clone().add(x, p), I = w - C < 0,
|
|
7805
|
-
return +(-(x + (w - C) / (I ? C -
|
|
7804
|
+
var x = 12 * (w.year() - L.year()) + (w.month() - L.month()), C = L.clone().add(x, p), I = w - C < 0, H = L.clone().add(x + (I ? -1 : 1), p);
|
|
7805
|
+
return +(-(x + (w - C) / (I ? C - H : H - C)) || 0);
|
|
7806
7806
|
}, a: function(D) {
|
|
7807
7807
|
return D < 0 ? Math.ceil(D) || 0 : Math.floor(D);
|
|
7808
7808
|
}, p: function(D) {
|
|
7809
7809
|
return { M: p, y: f, w: u, d: c, D: g, h: d, m: l, s: a, ms: o, Q: h }[D] || String(D || "").toLowerCase().replace(/s$/, "");
|
|
7810
7810
|
}, u: function(D) {
|
|
7811
7811
|
return D === void 0;
|
|
7812
|
-
} },
|
|
7813
|
-
|
|
7812
|
+
} }, P = "en", G = {};
|
|
7813
|
+
G[P] = S;
|
|
7814
7814
|
var Y = "$isDayjsObject", B = function(D) {
|
|
7815
7815
|
return D instanceof N || !(!D || !D[Y]);
|
|
7816
7816
|
}, F = function D(L, w, x) {
|
|
7817
7817
|
var C;
|
|
7818
|
-
if (!L) return
|
|
7818
|
+
if (!L) return P;
|
|
7819
7819
|
if (typeof L == "string") {
|
|
7820
7820
|
var I = L.toLowerCase();
|
|
7821
|
-
|
|
7822
|
-
var
|
|
7823
|
-
if (!C &&
|
|
7821
|
+
G[I] && (C = I), w && (G[I] = w, C = I);
|
|
7822
|
+
var H = L.split("-");
|
|
7823
|
+
if (!C && H.length > 1) return D(H[0]);
|
|
7824
7824
|
} else {
|
|
7825
7825
|
var V = L.name;
|
|
7826
|
-
|
|
7826
|
+
G[V] = L, C = V;
|
|
7827
7827
|
}
|
|
7828
|
-
return !x && C && (
|
|
7828
|
+
return !x && C && (P = C), C || !x && P;
|
|
7829
7829
|
}, R = function(D, L) {
|
|
7830
7830
|
if (B(D)) return D.clone();
|
|
7831
7831
|
var w = typeof L == "object" ? L : {};
|
|
@@ -7846,10 +7846,10 @@ function js() {
|
|
|
7846
7846
|
if (b.u(C)) return /* @__PURE__ */ new Date();
|
|
7847
7847
|
if (C instanceof Date) return new Date(C);
|
|
7848
7848
|
if (typeof C == "string" && !/Z$/i.test(C)) {
|
|
7849
|
-
var
|
|
7850
|
-
if (
|
|
7851
|
-
var V =
|
|
7852
|
-
return I ? new Date(Date.UTC(
|
|
7849
|
+
var H = C.match(O);
|
|
7850
|
+
if (H) {
|
|
7851
|
+
var V = H[2] - 1 || 0, W = (H[7] || "0").substring(0, 3);
|
|
7852
|
+
return I ? new Date(Date.UTC(H[1], V, H[3] || 1, H[4] || 0, H[5] || 0, H[6] || 0, W)) : new Date(H[1], V, H[3] || 1, H[4] || 0, H[5] || 0, H[6] || 0, W);
|
|
7853
7853
|
}
|
|
7854
7854
|
}
|
|
7855
7855
|
return new Date(C);
|
|
@@ -7875,13 +7875,13 @@ function js() {
|
|
|
7875
7875
|
}, L.valueOf = function() {
|
|
7876
7876
|
return this.$d.getTime();
|
|
7877
7877
|
}, L.startOf = function(w, x) {
|
|
7878
|
-
var C = this, I = !!b.u(x) || x,
|
|
7879
|
-
var
|
|
7880
|
-
return I ?
|
|
7878
|
+
var C = this, I = !!b.u(x) || x, H = b.p(w), V = function(ve, ae) {
|
|
7879
|
+
var Le = b.w(C.$u ? Date.UTC(C.$y, ae, ve) : new Date(C.$y, ae, ve), C);
|
|
7880
|
+
return I ? Le : Le.endOf(c);
|
|
7881
7881
|
}, W = function(ve, ae) {
|
|
7882
7882
|
return b.w(C.toDate()[ve].apply(C.toDate("s"), (I ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(ae)), C);
|
|
7883
7883
|
}, q = this.$W, Q = this.$M, X = this.$D, me = "set" + (this.$u ? "UTC" : "");
|
|
7884
|
-
switch (
|
|
7884
|
+
switch (H) {
|
|
7885
7885
|
case f:
|
|
7886
7886
|
return I ? V(1, 0) : V(31, 11);
|
|
7887
7887
|
case p:
|
|
@@ -7904,7 +7904,7 @@ function js() {
|
|
|
7904
7904
|
}, L.endOf = function(w) {
|
|
7905
7905
|
return this.startOf(w, !1);
|
|
7906
7906
|
}, L.$set = function(w, x) {
|
|
7907
|
-
var C, I = b.p(w),
|
|
7907
|
+
var C, I = b.p(w), H = "set" + (this.$u ? "UTC" : ""), V = (C = {}, C[c] = H + "Date", C[g] = H + "Date", C[p] = H + "Month", C[f] = H + "FullYear", C[d] = H + "Hours", C[l] = H + "Minutes", C[a] = H + "Seconds", C[o] = H + "Milliseconds", C)[I], W = I === c ? this.$D + (x - this.$W) : x;
|
|
7908
7908
|
if (I === p || I === f) {
|
|
7909
7909
|
var q = this.clone().set(g, 1);
|
|
7910
7910
|
q.$d[V](W), q.init(), this.$d = q.set(g, Math.min(this.$D, q.daysInMonth())).$d;
|
|
@@ -7917,31 +7917,31 @@ function js() {
|
|
|
7917
7917
|
}, L.add = function(w, x) {
|
|
7918
7918
|
var C, I = this;
|
|
7919
7919
|
w = Number(w);
|
|
7920
|
-
var
|
|
7920
|
+
var H = b.p(x), V = function(Q) {
|
|
7921
7921
|
var X = R(I);
|
|
7922
7922
|
return b.w(X.date(X.date() + Math.round(Q * w)), I);
|
|
7923
7923
|
};
|
|
7924
|
-
if (
|
|
7925
|
-
if (
|
|
7926
|
-
if (
|
|
7927
|
-
if (
|
|
7928
|
-
var W = (C = {}, C[l] = n, C[d] = i, C[a] = t, C)[
|
|
7924
|
+
if (H === p) return this.set(p, this.$M + w);
|
|
7925
|
+
if (H === f) return this.set(f, this.$y + w);
|
|
7926
|
+
if (H === c) return V(1);
|
|
7927
|
+
if (H === u) return V(7);
|
|
7928
|
+
var W = (C = {}, C[l] = n, C[d] = i, C[a] = t, C)[H] || 1, q = this.$d.getTime() + w * W;
|
|
7929
7929
|
return b.w(q, this);
|
|
7930
7930
|
}, L.subtract = function(w, x) {
|
|
7931
7931
|
return this.add(-1 * w, x);
|
|
7932
7932
|
}, L.format = function(w) {
|
|
7933
7933
|
var x = this, C = this.$locale();
|
|
7934
7934
|
if (!this.isValid()) return C.invalidDate || y;
|
|
7935
|
-
var I = w || "YYYY-MM-DDTHH:mm:ssZ",
|
|
7936
|
-
return ae && (ae[
|
|
7935
|
+
var I = w || "YYYY-MM-DDTHH:mm:ssZ", H = b.z(this), V = this.$H, W = this.$m, q = this.$M, Q = C.weekdays, X = C.months, me = C.meridiem, fe = function(ae, Le, We, st) {
|
|
7936
|
+
return ae && (ae[Le] || ae(x, I)) || We[Le].slice(0, st);
|
|
7937
7937
|
}, Z = function(ae) {
|
|
7938
7938
|
return b.s(V % 12 || 12, ae, "0");
|
|
7939
|
-
}, ve = me || function(ae,
|
|
7939
|
+
}, ve = me || function(ae, Le, We) {
|
|
7940
7940
|
var st = ae < 12 ? "AM" : "PM";
|
|
7941
7941
|
return We ? st.toLowerCase() : st;
|
|
7942
7942
|
};
|
|
7943
|
-
return I.replace(
|
|
7944
|
-
return
|
|
7943
|
+
return I.replace(M, (function(ae, Le) {
|
|
7944
|
+
return Le || (function(We) {
|
|
7945
7945
|
switch (We) {
|
|
7946
7946
|
case "YY":
|
|
7947
7947
|
return String(x.$y).slice(-2);
|
|
@@ -7990,16 +7990,16 @@ function js() {
|
|
|
7990
7990
|
case "SSS":
|
|
7991
7991
|
return b.s(x.$ms, 3, "0");
|
|
7992
7992
|
case "Z":
|
|
7993
|
-
return
|
|
7993
|
+
return H;
|
|
7994
7994
|
}
|
|
7995
7995
|
return null;
|
|
7996
|
-
})(ae) ||
|
|
7996
|
+
})(ae) || H.replace(":", "");
|
|
7997
7997
|
}));
|
|
7998
7998
|
}, L.utcOffset = function() {
|
|
7999
7999
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
8000
8000
|
}, L.diff = function(w, x, C) {
|
|
8001
|
-
var I,
|
|
8002
|
-
return b.m(
|
|
8001
|
+
var I, H = this, V = b.p(x), W = R(w), q = (W.utcOffset() - this.utcOffset()) * n, Q = this - W, X = function() {
|
|
8002
|
+
return b.m(H, W);
|
|
8003
8003
|
};
|
|
8004
8004
|
switch (V) {
|
|
8005
8005
|
case f:
|
|
@@ -8033,7 +8033,7 @@ function js() {
|
|
|
8033
8033
|
}, L.daysInMonth = function() {
|
|
8034
8034
|
return this.endOf(p).$D;
|
|
8035
8035
|
}, L.$locale = function() {
|
|
8036
|
-
return
|
|
8036
|
+
return G[this.$L];
|
|
8037
8037
|
}, L.locale = function(w, x) {
|
|
8038
8038
|
if (!w) return this.$L;
|
|
8039
8039
|
var C = this.clone(), I = F(w, x, !0);
|
|
@@ -8058,11 +8058,11 @@ function js() {
|
|
|
8058
8058
|
return D.$i || (D(L, N, R), D.$i = !0), R;
|
|
8059
8059
|
}, R.locale = F, R.isDayjs = B, R.unix = function(D) {
|
|
8060
8060
|
return R(1e3 * D);
|
|
8061
|
-
}, R.en =
|
|
8061
|
+
}, R.en = G[P], R.Ls = G, R.p = {}, R;
|
|
8062
8062
|
}));
|
|
8063
8063
|
})(ut)), ut.exports;
|
|
8064
8064
|
}
|
|
8065
|
-
var Bs =
|
|
8065
|
+
var Bs = Fs();
|
|
8066
8066
|
const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, setDates: t }) => {
|
|
8067
8067
|
const n = (a) => a && a > En().endOf("day"), i = (a) => {
|
|
8068
8068
|
if (a && a[0] && a[1]) {
|
|
@@ -8091,13 +8091,13 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8091
8091
|
de("11")
|
|
8092
8092
|
],
|
|
8093
8093
|
shortWeekDays: [
|
|
8094
|
-
|
|
8095
|
-
|
|
8096
|
-
|
|
8097
|
-
|
|
8098
|
-
|
|
8099
|
-
|
|
8100
|
-
|
|
8094
|
+
Te("Sun"),
|
|
8095
|
+
Te("Mon"),
|
|
8096
|
+
Te("Tue"),
|
|
8097
|
+
Te("Wed"),
|
|
8098
|
+
Te("Thu"),
|
|
8099
|
+
Te("Fri"),
|
|
8100
|
+
Te("Sat")
|
|
8101
8101
|
]
|
|
8102
8102
|
}
|
|
8103
8103
|
};
|
|
@@ -8121,11 +8121,11 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8121
8121
|
disabledDate: n
|
|
8122
8122
|
}
|
|
8123
8123
|
);
|
|
8124
|
-
},
|
|
8124
|
+
}, _l = m(_r)`
|
|
8125
8125
|
.ant-empty-description {
|
|
8126
8126
|
color: var(--color-text-secondary, rgba(19, 20, 18, 0.75));
|
|
8127
8127
|
}
|
|
8128
|
-
`,
|
|
8128
|
+
`, Gl = m(Vt)`
|
|
8129
8129
|
.ant-table-thead > tr > th {
|
|
8130
8130
|
background: var(--color-bg-primary, #fff);
|
|
8131
8131
|
color: var(--color-text-secondary, rgba(19, 20, 18, 0.75));
|
|
@@ -8228,7 +8228,7 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8228
8228
|
.ant-collapse-header {
|
|
8229
8229
|
background-color: transparent !important;
|
|
8230
8230
|
}
|
|
8231
|
-
`,
|
|
8231
|
+
`, Ul = m(Nn)`
|
|
8232
8232
|
.ant-tooltip-inner {
|
|
8233
8233
|
min-width: auto;
|
|
8234
8234
|
min-height: auto;
|
|
@@ -8240,7 +8240,7 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8240
8240
|
line-height: var(--typo-caption-lineHeight-small, 1rem); /* 133.333% */
|
|
8241
8241
|
letter-spacing: var(--typo-caption-spacing-small, 0.00625rem);
|
|
8242
8242
|
}
|
|
8243
|
-
`, Tn = m(
|
|
8243
|
+
`, Tn = m(jt)`
|
|
8244
8244
|
width: ${({ $width: r }) => r ?? "100%"};
|
|
8245
8245
|
|
|
8246
8246
|
min-height: ${({ $height: r }) => r ?? "unset"};
|
|
@@ -8315,27 +8315,27 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8315
8315
|
.anticon.anticon-close {
|
|
8316
8316
|
color: var(--color-text-secondary, rgba(255, 255, 255, 0.5)) !important;
|
|
8317
8317
|
}
|
|
8318
|
-
`,
|
|
8318
|
+
`, Wl = ({
|
|
8319
8319
|
setDateFilters: r,
|
|
8320
8320
|
hasAllFilter: e = !1
|
|
8321
8321
|
}) => {
|
|
8322
|
-
const [t, n] =
|
|
8323
|
-
{ key: "week", label:
|
|
8324
|
-
{ key: "month", label:
|
|
8325
|
-
{ key: "threeMonth", label:
|
|
8326
|
-
{ key: "sixMonth", label:
|
|
8322
|
+
const [t, n] = z([]), i = [
|
|
8323
|
+
{ key: "week", label: Pe("7D"), ...le.getCommonDateRange("week") },
|
|
8324
|
+
{ key: "month", label: Pe("30D"), ...le.getCommonDateRange("month") },
|
|
8325
|
+
{ key: "threeMonth", label: Pe("3M"), ...le.getCommonDateRange("threeMonth") },
|
|
8326
|
+
{ key: "sixMonth", label: Pe("6M"), ...le.getCommonDateRange("sixMonth") },
|
|
8327
8327
|
{
|
|
8328
8328
|
key: "twelveMonth",
|
|
8329
|
-
label:
|
|
8329
|
+
label: Pe("12M"),
|
|
8330
8330
|
...le.getCommonDateRange("twelveMonth")
|
|
8331
8331
|
},
|
|
8332
|
-
{ key: "year", label:
|
|
8332
|
+
{ key: "year", label: Pe("YTD"), ...le.getCommonDateRange("year") },
|
|
8333
8333
|
{
|
|
8334
8334
|
key: "custom",
|
|
8335
8335
|
label: t.length === 2 && t[0] !== "" ? `${j("Custom")}: ${t[0]} / ${t[1]}` : j("Custom"),
|
|
8336
8336
|
...le.getCommonDateRange("custom")
|
|
8337
8337
|
}
|
|
8338
|
-
], [o, a] =
|
|
8338
|
+
], [o, a] = z(), l = we(() => e ? [
|
|
8339
8339
|
{ key: "all", label: j("All"), ...le.getCommonDateRange("all") },
|
|
8340
8340
|
...i
|
|
8341
8341
|
] : i, [e, t]);
|
|
@@ -8415,10 +8415,10 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8415
8415
|
padding: 8px 12px; /* აქ დაარეგულირე შიდა დაშორება */
|
|
8416
8416
|
display: block;
|
|
8417
8417
|
}
|
|
8418
|
-
`,
|
|
8418
|
+
`, Gs = (r, e) => {
|
|
8419
8419
|
const t = window.URL.createObjectURL(r), n = document.createElement("a");
|
|
8420
8420
|
n.href = t, n.setAttribute("download", e), document.body.appendChild(n), n.click(), document.body.removeChild(n), window.URL.revokeObjectURL(t);
|
|
8421
|
-
},
|
|
8421
|
+
}, Us = (r, e) => {
|
|
8422
8422
|
const t = new Blob([r], { type: "text/csv;charset=utf-8;" }), n = window.URL.createObjectURL(t), i = document.createElement("a");
|
|
8423
8423
|
i.href = n, i.setAttribute("download", e), document.body.appendChild(i), i.click(), document.body.removeChild(i), window.URL.revokeObjectURL(n);
|
|
8424
8424
|
}, Ws = m(Me)`
|
|
@@ -8441,11 +8441,11 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8441
8441
|
background: var(--color-bg-opaque-primary, rgba(255, 255, 255, 0.05));
|
|
8442
8442
|
color: var(--color-text-primary, #fff);
|
|
8443
8443
|
cursor: pointer;
|
|
8444
|
-
`,
|
|
8444
|
+
`, Yl = ({ exportFileName: r, filters: e, service: t }) => {
|
|
8445
8445
|
const n = async (o) => {
|
|
8446
8446
|
try {
|
|
8447
8447
|
const { PageSize: a, Page: l, ...d } = e, u = (await t(d, o)).data;
|
|
8448
|
-
o === "xlsx" ?
|
|
8448
|
+
o === "xlsx" ? Gs(u, `${r}.${o}`) : Us(u, `${r}`);
|
|
8449
8449
|
} catch (a) {
|
|
8450
8450
|
console.error("Export failed:", a);
|
|
8451
8451
|
}
|
|
@@ -8518,7 +8518,7 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8518
8518
|
background: var(--color-bg-opaque-primary, rgba(255, 255, 255, 0.05));
|
|
8519
8519
|
color: var(--color-text-primary, #fff);
|
|
8520
8520
|
cursor: pointer;
|
|
8521
|
-
`,
|
|
8521
|
+
`, Kl = ({ tableData: r, checked: e, fileName: t }) => {
|
|
8522
8522
|
const n = async (o) => {
|
|
8523
8523
|
try {
|
|
8524
8524
|
o === "xlsx" ? qs(r, e, t + ".xlsx") : Ks(r, e, t + ".csv");
|
|
@@ -8549,9 +8549,9 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8549
8549
|
children: /* @__PURE__ */ s(Js, { children: j("Export") })
|
|
8550
8550
|
}
|
|
8551
8551
|
);
|
|
8552
|
-
},
|
|
8552
|
+
}, ql = ({ value: r, onChange: e, ...t }) => {
|
|
8553
8553
|
const n = r ? En(r) : null;
|
|
8554
|
-
return /* @__PURE__ */ s(
|
|
8554
|
+
return /* @__PURE__ */ s(Fr, { value: n, onChange: (o) => {
|
|
8555
8555
|
o ? e == null || e(le.toISODateString(o.toDate())) : e == null || e(null);
|
|
8556
8556
|
}, allowClear: !0, ...t });
|
|
8557
8557
|
}, { Dragger: Qs } = An, Xs = m(Qs)`
|
|
@@ -8616,7 +8616,7 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8616
8616
|
}
|
|
8617
8617
|
}
|
|
8618
8618
|
`;
|
|
8619
|
-
m(
|
|
8619
|
+
m(Ce)`
|
|
8620
8620
|
display: flex;
|
|
8621
8621
|
align-items: center;
|
|
8622
8622
|
justify-content: start;
|
|
@@ -8638,7 +8638,7 @@ m(Oe)`
|
|
|
8638
8638
|
line-height: var(--typo-caption-lineHeight-medium, 18px); /* 128.571% */
|
|
8639
8639
|
letter-spacing: var(--typo-caption-spacing-medium, 0.1px);
|
|
8640
8640
|
`;
|
|
8641
|
-
const
|
|
8641
|
+
const Zl = ({
|
|
8642
8642
|
value: r = [],
|
|
8643
8643
|
onChange: e,
|
|
8644
8644
|
children: t,
|
|
@@ -8655,14 +8655,14 @@ const Ul = ({
|
|
|
8655
8655
|
y.append("files", c);
|
|
8656
8656
|
const O = await i(y);
|
|
8657
8657
|
if ((f = O == null ? void 0 : O.data) != null && f.success) {
|
|
8658
|
-
const
|
|
8658
|
+
const M = (g = O == null ? void 0 : O.data) == null ? void 0 : g.value[0];
|
|
8659
8659
|
e(
|
|
8660
8660
|
h.map(
|
|
8661
|
-
(S) => S.uid === c.uid ? { ...S, status: "done", ...
|
|
8661
|
+
(S) => S.uid === c.uid ? { ...S, status: "done", ...M } : S
|
|
8662
8662
|
)
|
|
8663
8663
|
);
|
|
8664
8664
|
} else
|
|
8665
|
-
e(h.filter((
|
|
8665
|
+
e(h.filter((M) => M.uid !== c.uid)), ht.error({
|
|
8666
8666
|
className: "bottom-right-notification",
|
|
8667
8667
|
placement: "bottomRight",
|
|
8668
8668
|
message: "Error",
|
|
@@ -8693,7 +8693,7 @@ const Ul = ({
|
|
|
8693
8693
|
children: r.length < (o.maxCount || 15) && t
|
|
8694
8694
|
}
|
|
8695
8695
|
);
|
|
8696
|
-
}, el = m(
|
|
8696
|
+
}, el = m(Gr)`
|
|
8697
8697
|
display: flex;
|
|
8698
8698
|
gap: var(--spacing-025, 2px);
|
|
8699
8699
|
color: var(--color-text-secondary, rgba(19, 20, 18, 0.75));
|
|
@@ -8817,12 +8817,12 @@ const Ul = ({
|
|
|
8817
8817
|
margin-left: 0.9rem;
|
|
8818
8818
|
}
|
|
8819
8819
|
`, ol = () => {
|
|
8820
|
-
const [r, e] =
|
|
8820
|
+
const [r, e] = z(!1);
|
|
8821
8821
|
return /* @__PURE__ */ v(il, { children: [
|
|
8822
8822
|
/* @__PURE__ */ s("button", { className: "icon sidebar", onClick: () => e(!0), children: /* @__PURE__ */ s(Xr, {}) }),
|
|
8823
8823
|
r && /* @__PURE__ */ s(Bt, {})
|
|
8824
8824
|
] });
|
|
8825
|
-
},
|
|
8825
|
+
}, Jl = ({
|
|
8826
8826
|
basePath: r,
|
|
8827
8827
|
tabItems: e,
|
|
8828
8828
|
contentMap: t,
|
|
@@ -8832,14 +8832,14 @@ const Ul = ({
|
|
|
8832
8832
|
needsBreadcrumb: a,
|
|
8833
8833
|
customTabFilter: l
|
|
8834
8834
|
}) => {
|
|
8835
|
-
const { hasPermission: d } =
|
|
8835
|
+
const { hasPermission: d } = He(), { id: c } = Fn(), u = _e(), p = De(), h = we(() => {
|
|
8836
8836
|
const k = u.pathname.split("/");
|
|
8837
8837
|
return k[k.length - 1] || n;
|
|
8838
|
-
}, [u.pathname, n]), [f, g] =
|
|
8838
|
+
}, [u.pathname, n]), [f, g] = z(null), [y, O] = z(null), M = (k) => {
|
|
8839
8839
|
p(`${r}/${c}/${k}`);
|
|
8840
8840
|
}, S = () => l ? l(e) : e.filter((k) => {
|
|
8841
|
-
var
|
|
8842
|
-
return (
|
|
8841
|
+
var P;
|
|
8842
|
+
return (P = k.permission) == null ? void 0 : P.some((G) => d(G));
|
|
8843
8843
|
}), E = () => {
|
|
8844
8844
|
const k = t[h] || t[n];
|
|
8845
8845
|
return k ? typeof k == "object" && k !== null && "type" in k ? {
|
|
@@ -8858,7 +8858,7 @@ const Ul = ({
|
|
|
8858
8858
|
el,
|
|
8859
8859
|
{
|
|
8860
8860
|
activeKey: h,
|
|
8861
|
-
onChange:
|
|
8861
|
+
onChange: M,
|
|
8862
8862
|
tabBarExtraContent: {
|
|
8863
8863
|
right: /* @__PURE__ */ v(rl, { children: [
|
|
8864
8864
|
/* @__PURE__ */ s(nl, { children: /* @__PURE__ */ s(
|
|
@@ -8866,7 +8866,7 @@ const Ul = ({
|
|
|
8866
8866
|
{
|
|
8867
8867
|
className: "partner-tab-select",
|
|
8868
8868
|
placeholder: "Modules",
|
|
8869
|
-
onChange: (k) =>
|
|
8869
|
+
onChange: (k) => M(k),
|
|
8870
8870
|
value: h,
|
|
8871
8871
|
options: e.filter((k) => (k == null ? void 0 : k.label) !== "Details").map((k) => ({
|
|
8872
8872
|
value: k.key,
|
|
@@ -8885,7 +8885,83 @@ const Ul = ({
|
|
|
8885
8885
|
),
|
|
8886
8886
|
/* @__PURE__ */ s("div", { children: E() })
|
|
8887
8887
|
] });
|
|
8888
|
-
},
|
|
8888
|
+
}, al = m.div`
|
|
8889
|
+
display: flex;
|
|
8890
|
+
flex-direction: column;
|
|
8891
|
+
align-items: center;
|
|
8892
|
+
justify-content: center;
|
|
8893
|
+
min-height: 100vh;
|
|
8894
|
+
background: var(--color-bg-primary, #ffffff);
|
|
8895
|
+
`, sl = m.div`
|
|
8896
|
+
display: flex;
|
|
8897
|
+
flex-direction: column;
|
|
8898
|
+
align-items: center;
|
|
8899
|
+
gap: 1rem;
|
|
8900
|
+
padding: 3rem 2.5rem;
|
|
8901
|
+
border-radius: var(--border-radius-025, 0.125rem);
|
|
8902
|
+
max-width: 28rem;
|
|
8903
|
+
width: 100%;
|
|
8904
|
+
text-align: center;
|
|
8905
|
+
`, ll = m.div`
|
|
8906
|
+
display: flex;
|
|
8907
|
+
align-items: center;
|
|
8908
|
+
justify-content: center;
|
|
8909
|
+
width: 4rem;
|
|
8910
|
+
height: 4rem;
|
|
8911
|
+
border-radius: 50%;
|
|
8912
|
+
background: #02e0ae;
|
|
8913
|
+
|
|
8914
|
+
svg {
|
|
8915
|
+
width: 2rem;
|
|
8916
|
+
height: 2rem;
|
|
8917
|
+
color: var(--color-text-inverse-primary, #131412);
|
|
8918
|
+
}
|
|
8919
|
+
`, cl = m.h2`
|
|
8920
|
+
color: var(--color-text-primary, #fff);
|
|
8921
|
+
text-align: center;
|
|
8922
|
+
|
|
8923
|
+
/* subheading/medium */
|
|
8924
|
+
font-family: var(--text-font-family-base, Geist);
|
|
8925
|
+
font-size: var(--typo-subheading-size-medium, 24px);
|
|
8926
|
+
font-style: normal;
|
|
8927
|
+
font-weight: var(--text-weight-medium, 500);
|
|
8928
|
+
line-height: var(--typo-subheading-lineHeight-medium, 28px); /* 116.667% */
|
|
8929
|
+
letter-spacing: var(--typo-subheading-spacing-medium, -0.5px);
|
|
8930
|
+
`, dl = m.p`
|
|
8931
|
+
color: var(--color-text-secondary, rgba(255, 255, 255, 0.75));
|
|
8932
|
+
text-align: center;
|
|
8933
|
+
|
|
8934
|
+
font-family: var(--text-font-family-base, Geist);
|
|
8935
|
+
font-size: var(--typo-body-size-small, 16px);
|
|
8936
|
+
font-style: normal;
|
|
8937
|
+
font-weight: var(--text-weight-regular, 400);
|
|
8938
|
+
line-height: var(--typo-body-lineHeight-small, 20px); /* 125% */
|
|
8939
|
+
letter-spacing: var(--typo-body-spacing-small, 0.15px);
|
|
8940
|
+
`, pl = m(Ce)`
|
|
8941
|
+
display: flex;
|
|
8942
|
+
height: var(--size-500, 40px);
|
|
8943
|
+
justify-content: center;
|
|
8944
|
+
align-items: center;
|
|
8945
|
+
border-radius: var(--border-radius-025, 2px);
|
|
8946
|
+
background: var(--color-bg-brand-special, #02e0ae);
|
|
8947
|
+
|
|
8948
|
+
color: var(--color-text-inverse-primary, #131412);
|
|
8949
|
+
|
|
8950
|
+
font-family: var(--text-font-family-base, Geist);
|
|
8951
|
+
font-size: var(--typo-caption-size-medium, 14px);
|
|
8952
|
+
font-style: normal;
|
|
8953
|
+
font-weight: var(--text-weight-regular, 400);
|
|
8954
|
+
line-height: var(--typo-caption-lineHeight-medium, 18px); /* 128.571% */
|
|
8955
|
+
letter-spacing: var(--typo-caption-spacing-medium, 0.1px);
|
|
8956
|
+
`, Ql = () => {
|
|
8957
|
+
const r = De();
|
|
8958
|
+
return /* @__PURE__ */ s(al, { children: /* @__PURE__ */ v(sl, { children: [
|
|
8959
|
+
/* @__PURE__ */ s(ll, { children: /* @__PURE__ */ s("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: 2.5, children: /* @__PURE__ */ s("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M5 13l4 4L19 7" }) }) }),
|
|
8960
|
+
/* @__PURE__ */ s(cl, { children: j("Success") }),
|
|
8961
|
+
/* @__PURE__ */ s(dl, { children: j("YourActionHasBeenCompletedSuccessfully") }),
|
|
8962
|
+
/* @__PURE__ */ s(pl, { onClick: () => r(-1), children: j("GoBack") })
|
|
8963
|
+
] }) });
|
|
8964
|
+
}, Xl = ({
|
|
8889
8965
|
id: r,
|
|
8890
8966
|
refetchFormItems: e,
|
|
8891
8967
|
redirectPrevPage: t,
|
|
@@ -8894,26 +8970,26 @@ const Ul = ({
|
|
|
8894
8970
|
getItemById: o,
|
|
8895
8971
|
onSetFormValues: a
|
|
8896
8972
|
}) => {
|
|
8897
|
-
const l =
|
|
8898
|
-
const O = window.location.pathname,
|
|
8973
|
+
const l = De(), [d] = Ne.useForm(), [c, u] = z(r == "new"), [p, h] = z(null), f = async (y) => {
|
|
8974
|
+
const O = window.location.pathname, M = O.substring(0, O.lastIndexOf("/"));
|
|
8899
8975
|
try {
|
|
8900
8976
|
if (p) {
|
|
8901
8977
|
let S;
|
|
8902
|
-
return r ? S = await n({ ...y, id: r }) : S = await n(y), t !== !1 && S.data.success === !0 && l(
|
|
8978
|
+
return r ? S = await n({ ...y, id: r }) : S = await n(y), t !== !1 && S.data.success === !0 && l(M), S;
|
|
8903
8979
|
} else {
|
|
8904
8980
|
const S = await i(y);
|
|
8905
|
-
return t !== !1 && S.data.success === !0 && l(
|
|
8981
|
+
return t !== !1 && S.data.success === !0 && l(M), S;
|
|
8906
8982
|
}
|
|
8907
8983
|
} catch (S) {
|
|
8908
8984
|
if (S.status === 400) {
|
|
8909
|
-
const E = S.response.data, k =
|
|
8985
|
+
const E = S.response.data, k = je(E.errors);
|
|
8910
8986
|
d.setFields(k);
|
|
8911
8987
|
}
|
|
8912
8988
|
}
|
|
8913
8989
|
}, g = async (y) => {
|
|
8914
8990
|
try {
|
|
8915
|
-
const O = await o(y),
|
|
8916
|
-
h(
|
|
8991
|
+
const O = await o(y), M = a ? a(O.data) : O.data;
|
|
8992
|
+
h(M), d.setFieldsValue(M);
|
|
8917
8993
|
} catch (O) {
|
|
8918
8994
|
console.log(O, "Error in Form Controller.");
|
|
8919
8995
|
}
|
|
@@ -8927,14 +9003,14 @@ const Ul = ({
|
|
|
8927
9003
|
isAddingForm: c,
|
|
8928
9004
|
handleSave: f
|
|
8929
9005
|
};
|
|
8930
|
-
},
|
|
8931
|
-
const [o] = Ne.useForm(), [a, l] =
|
|
9006
|
+
}, ec = ({ id: r, formItem: e, updateItem: t, addItem: n, getItemById: i }) => {
|
|
9007
|
+
const [o] = Ne.useForm(), [a, l] = z(null), d = async (u) => {
|
|
8932
9008
|
try {
|
|
8933
9009
|
let p;
|
|
8934
9010
|
return r ? p = await t({ ...u }) : p = await n(u), p;
|
|
8935
9011
|
} catch (p) {
|
|
8936
9012
|
if (p.status === 400) {
|
|
8937
|
-
const h = p.response.data, f =
|
|
9013
|
+
const h = p.response.data, f = je(h.errors);
|
|
8938
9014
|
o.setFields(f);
|
|
8939
9015
|
}
|
|
8940
9016
|
throw p;
|
|
@@ -8961,8 +9037,8 @@ const Ul = ({
|
|
|
8961
9037
|
item: a,
|
|
8962
9038
|
handleSave: d
|
|
8963
9039
|
};
|
|
8964
|
-
},
|
|
8965
|
-
const r =
|
|
9040
|
+
}, tc = () => {
|
|
9041
|
+
const r = De(), { setUser: e } = He(), [t, n] = z({
|
|
8966
9042
|
visible: !1,
|
|
8967
9043
|
token: ""
|
|
8968
9044
|
}), i = (a) => {
|
|
@@ -8989,7 +9065,7 @@ const Ul = ({
|
|
|
8989
9065
|
setTwoFactor: n
|
|
8990
9066
|
};
|
|
8991
9067
|
};
|
|
8992
|
-
function
|
|
9068
|
+
function rc(r) {
|
|
8993
9069
|
const { navigator: e } = xt(Bn), t = _e();
|
|
8994
9070
|
K(() => {
|
|
8995
9071
|
if (!r) return;
|
|
@@ -9026,7 +9102,7 @@ function ql(r) {
|
|
|
9026
9102
|
};
|
|
9027
9103
|
}, [r]);
|
|
9028
9104
|
}
|
|
9029
|
-
function
|
|
9105
|
+
function nc(r) {
|
|
9030
9106
|
K(() => {
|
|
9031
9107
|
const e = (t) => {
|
|
9032
9108
|
t.animationName === "onAutoFillStart" && r(t);
|
|
@@ -9036,7 +9112,7 @@ function Zl(r) {
|
|
|
9036
9112
|
};
|
|
9037
9113
|
}, []);
|
|
9038
9114
|
}
|
|
9039
|
-
function
|
|
9115
|
+
function ic(r, e) {
|
|
9040
9116
|
if (!r) return "";
|
|
9041
9117
|
const t = new Date(r);
|
|
9042
9118
|
if (isNaN(t.getTime())) return "";
|
|
@@ -9047,12 +9123,12 @@ function Jl(r, e) {
|
|
|
9047
9123
|
}
|
|
9048
9124
|
return l;
|
|
9049
9125
|
}
|
|
9050
|
-
function
|
|
9126
|
+
function oc(r, e = "en-US") {
|
|
9051
9127
|
return r < 1 ? 0 : r ? r.toLocaleString(e) : "";
|
|
9052
9128
|
}
|
|
9053
|
-
const qe = (r) => r.replace(/^[A-Z]+/, (e) => e.length === r.length ? e.toLowerCase() : e.length > 1 ? e.slice(0, -1).toLowerCase() + e.slice(-1) : e.toLowerCase()),
|
|
9054
|
-
function
|
|
9055
|
-
const { errors: e } = r.response.data, t = Object.keys(e)[0], n = e[t][0], i = t.match(
|
|
9129
|
+
const qe = (r) => r.replace(/^[A-Z]+/, (e) => e.length === r.length ? e.toLowerCase() : e.length > 1 ? e.slice(0, -1).toLowerCase() + e.slice(-1) : e.toLowerCase()), ul = /^Commissions\[(\d+)\]\.(\w+)\.(\w+)\[(\d+)\]\.(\w+)$/, fl = /^Commissions\[(\d+)\]\.(\w+)\.(\w+)$/, hl = /^Commissions\[(\d+)\]\.(\w+)\.(\w+)\.(\w+)$/, gl = /^Commissions\[(\d+)\]$/;
|
|
9130
|
+
function ac(r) {
|
|
9131
|
+
const { errors: e } = r.response.data, t = Object.keys(e)[0], n = e[t][0], i = t.match(ul);
|
|
9056
9132
|
if (i) {
|
|
9057
9133
|
const [, l, d, c, u, p] = i;
|
|
9058
9134
|
return {
|
|
@@ -9064,7 +9140,7 @@ function Xl(r) {
|
|
|
9064
9140
|
message: n
|
|
9065
9141
|
};
|
|
9066
9142
|
}
|
|
9067
|
-
const o = t.match(
|
|
9143
|
+
const o = t.match(fl) || t.match(hl);
|
|
9068
9144
|
if (o) {
|
|
9069
9145
|
const [, l, d, c] = o;
|
|
9070
9146
|
return {
|
|
@@ -9074,7 +9150,7 @@ function Xl(r) {
|
|
|
9074
9150
|
message: n
|
|
9075
9151
|
};
|
|
9076
9152
|
}
|
|
9077
|
-
const a = t.match(
|
|
9153
|
+
const a = t.match(gl);
|
|
9078
9154
|
return a ? {
|
|
9079
9155
|
brandIndex: Number(a[1]),
|
|
9080
9156
|
message: n
|
|
@@ -9084,79 +9160,80 @@ function Xl(r) {
|
|
|
9084
9160
|
), null);
|
|
9085
9161
|
}
|
|
9086
9162
|
export {
|
|
9087
|
-
|
|
9088
|
-
|
|
9163
|
+
$l as AdminLayout,
|
|
9164
|
+
Il as AuthorizationLayout,
|
|
9089
9165
|
Ei as BoxComponent,
|
|
9090
9166
|
re as CancelModalButton,
|
|
9091
|
-
|
|
9167
|
+
Vl as Chart,
|
|
9092
9168
|
eo as CloseButton,
|
|
9093
9169
|
be as ColumnFilterType,
|
|
9094
|
-
|
|
9170
|
+
Fl as ComingSoon,
|
|
9095
9171
|
Jo as ContactInfoModal,
|
|
9096
|
-
|
|
9172
|
+
Ee as ContentContainer,
|
|
9097
9173
|
tt as CreateModalButton,
|
|
9098
9174
|
le as DateHelper,
|
|
9099
|
-
|
|
9100
|
-
|
|
9175
|
+
ql as DatePickerToISO,
|
|
9176
|
+
Wl as DateRangeFilterTabs,
|
|
9101
9177
|
cn as EnterBackupCode,
|
|
9102
|
-
|
|
9103
|
-
|
|
9104
|
-
|
|
9178
|
+
Yl as ExcelExport,
|
|
9179
|
+
Kl as ExcelExportSelected,
|
|
9180
|
+
Bl as ExpandableTable,
|
|
9105
9181
|
oo as FilterConfiguration,
|
|
9106
9182
|
Ae as FilterSelectTypes,
|
|
9107
9183
|
qt as GeneralInput,
|
|
9108
9184
|
pr as GenericModal,
|
|
9109
|
-
|
|
9110
|
-
|
|
9185
|
+
Jl as GenericTabsPage,
|
|
9186
|
+
Pl as GridViewPage,
|
|
9111
9187
|
pe as LabelText,
|
|
9112
|
-
|
|
9113
|
-
|
|
9114
|
-
|
|
9188
|
+
Nl as MFAModalManager,
|
|
9189
|
+
Fe as MFA_STEP,
|
|
9190
|
+
Rl as ModalHost,
|
|
9115
9191
|
to as ModalHostButtonWrapper,
|
|
9116
9192
|
$o as NoData,
|
|
9117
|
-
|
|
9118
|
-
|
|
9119
|
-
|
|
9193
|
+
zl as NoDataSpanForSelect,
|
|
9194
|
+
El as PackageServicesProvider,
|
|
9195
|
+
Tl as PackageTranslationProvider,
|
|
9120
9196
|
os as PageBreadcrumb,
|
|
9121
9197
|
Kt as Popup,
|
|
9122
9198
|
et as PopupFooterContainer,
|
|
9123
9199
|
Xi as PopupHeader,
|
|
9124
9200
|
ta as PopupMFA,
|
|
9125
|
-
|
|
9201
|
+
Ml as RejectButton,
|
|
9126
9202
|
se as SortDirections,
|
|
9127
|
-
|
|
9203
|
+
jl as Spinner,
|
|
9128
9204
|
is as StyledBreadcrumb,
|
|
9129
|
-
|
|
9205
|
+
_l as StyledEmpty,
|
|
9130
9206
|
Tn as StyledSelect,
|
|
9131
|
-
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
|
|
9135
|
-
|
|
9207
|
+
Gl as StyledTable,
|
|
9208
|
+
Ul as StyledTooltip,
|
|
9209
|
+
Ql as SuccessPage,
|
|
9210
|
+
Oe as TableViewOptions,
|
|
9211
|
+
Al as TwoFactorPopup,
|
|
9212
|
+
Zl as UploadFiles,
|
|
9136
9213
|
io as catchErrorMessage,
|
|
9137
9214
|
Ks as exportSelectedToCSV,
|
|
9138
9215
|
qs as exportSelectedToXLSX,
|
|
9139
|
-
|
|
9140
|
-
|
|
9216
|
+
ic as formatDate,
|
|
9217
|
+
Hl as getBase64,
|
|
9141
9218
|
no as handleCopy,
|
|
9142
9219
|
qi as handleDictionarySelectFilter,
|
|
9143
9220
|
ro as lowercaseFirstLetter,
|
|
9144
|
-
|
|
9145
|
-
|
|
9146
|
-
|
|
9147
|
-
|
|
9148
|
-
|
|
9221
|
+
oc as numberFormatterWithComma,
|
|
9222
|
+
ac as parseCommissionErrors,
|
|
9223
|
+
Fo as parseErrorMessageKey,
|
|
9224
|
+
je as parseServerErrors,
|
|
9225
|
+
nc as useAutofillStartDetection,
|
|
9149
9226
|
Qo as useContactInfoController,
|
|
9150
9227
|
en as useDebounce,
|
|
9151
|
-
|
|
9228
|
+
Mi as useElementHeight,
|
|
9152
9229
|
Yr as useFetch,
|
|
9153
9230
|
rn as useFilterDataSourceType,
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
|
|
9159
|
-
|
|
9160
|
-
|
|
9231
|
+
Xl as useFormController,
|
|
9232
|
+
Ie as useModalStore,
|
|
9233
|
+
rc as useNavigationGuard,
|
|
9234
|
+
ec as useNewDesignFormController,
|
|
9235
|
+
Ge as usePackageServices,
|
|
9236
|
+
tc as useTwoFactor,
|
|
9237
|
+
He as useUserStore
|
|
9161
9238
|
};
|
|
9162
9239
|
//# sourceMappingURL=index.mjs.map
|