affiliate-front-shared 1.3.28 → 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/components/success-page/index.d.ts +2 -0
- package/dist/components/success-page/style.d.ts +10 -0
- package/dist/hooks/useFetch.d.ts +1 -1
- package/dist/index.cjs +122 -54
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +721 -643
- 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;
|
|
@@ -149,29 +149,30 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
149
149
|
margin-left: 1.5rem !important;
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
|
-
`, Yr = (r, e = []) => {
|
|
153
|
-
const [
|
|
154
|
-
var
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
152
|
+
`, Yr = (r, e = [], t = !0) => {
|
|
153
|
+
const [n, i] = z(null), [o, a] = z(null), [l, d] = z(!0), [c, u] = z(null), p = async () => {
|
|
154
|
+
var h;
|
|
155
|
+
if (t)
|
|
156
|
+
try {
|
|
157
|
+
d(!0), i(null);
|
|
158
|
+
const f = await r();
|
|
159
|
+
i(f), (h = f == null ? void 0 : f.data) != null && h.items && a(f.data.items);
|
|
160
|
+
} catch {
|
|
161
|
+
u("Failed to fetch data");
|
|
162
|
+
} finally {
|
|
163
|
+
d(!1);
|
|
164
|
+
}
|
|
164
165
|
};
|
|
165
166
|
return K(() => {
|
|
166
|
-
|
|
167
|
+
p();
|
|
167
168
|
}, [...e]), {
|
|
168
|
-
response:
|
|
169
|
-
loading:
|
|
170
|
-
error:
|
|
171
|
-
fetchData:
|
|
172
|
-
listItems:
|
|
169
|
+
response: n,
|
|
170
|
+
loading: l,
|
|
171
|
+
error: c,
|
|
172
|
+
fetchData: p,
|
|
173
|
+
listItems: o
|
|
173
174
|
};
|
|
174
|
-
},
|
|
175
|
+
}, He = Ur((r, e) => ({
|
|
175
176
|
user: localStorage.getItem("userData") ? JSON.parse(localStorage.getItem("userData")) : null,
|
|
176
177
|
prefersDark: !1,
|
|
177
178
|
storedThemeMode: null,
|
|
@@ -223,7 +224,7 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
223
224
|
font-weight: var(--text-weight-regular, 400);
|
|
224
225
|
line-height: var(--typo-caption-lineHeight-medium, 18px); /* 128.571% */
|
|
225
226
|
letter-spacing: var(--typo-caption-spacing-medium, 0.1px);
|
|
226
|
-
`, te = m(
|
|
227
|
+
`, te = m(jr)`
|
|
227
228
|
display: flex;
|
|
228
229
|
padding: var(--spacing-050, 4px) 0;
|
|
229
230
|
flex-direction: column;
|
|
@@ -272,7 +273,7 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
272
273
|
position: absolute !important;
|
|
273
274
|
z-index: 10000;
|
|
274
275
|
`, si = ({ closeProfileDropdown: r }) => {
|
|
275
|
-
const e =
|
|
276
|
+
const e = De(), { getCustomers: t, postSelectedCustomer: n } = Ge(), { storedThemeMode: i, logout: o, setThemeMode: a, user: l } = He(), { i18n: d } = Gn();
|
|
276
277
|
function c() {
|
|
277
278
|
o(), e("/authorization/login");
|
|
278
279
|
}
|
|
@@ -282,11 +283,11 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
282
283
|
const p = (y, O) => /* @__PURE__ */ v(ii, { children: [
|
|
283
284
|
/* @__PURE__ */ s(oi, { children: y }),
|
|
284
285
|
O && /* @__PURE__ */ s("span", { children: /* @__PURE__ */ s(ni, {}) })
|
|
285
|
-
] }), { response:
|
|
286
|
-
async function
|
|
286
|
+
] }), { response: h } = Yr(t ?? (() => Promise.resolve({ data: [] })), []);
|
|
287
|
+
async function f(y) {
|
|
287
288
|
if (!n) return;
|
|
288
|
-
const
|
|
289
|
-
localStorage.setItem("useToken",
|
|
289
|
+
const M = (await n(y)).data.value;
|
|
290
|
+
localStorage.setItem("useToken", M.token), localStorage.setItem("userData", JSON.stringify(M));
|
|
290
291
|
}
|
|
291
292
|
const g = () => {
|
|
292
293
|
(l == null ? void 0 : l.type) === "Manager" ? e(`/affiliate-manager/profile/${l.id}`) : e(`/affiliate-users/profile/${l == null ? void 0 : l.affiliateUserId}`);
|
|
@@ -321,7 +322,7 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
321
322
|
) }, "30-3")
|
|
322
323
|
] }, "30"),
|
|
323
324
|
/* @__PURE__ */ s(te.Divider, {}),
|
|
324
|
-
/* @__PURE__ */ s(te.SubMenu, { title: "ConnectedAccounts", children: ((
|
|
325
|
+
/* @__PURE__ */ s(te.SubMenu, { title: "ConnectedAccounts", children: ((h == null ? void 0 : h.data) || []).map((y) => /* @__PURE__ */ s(te.Item, { onClick: () => f(y.id), children: p(y.name) }, y.id)) }, "40"),
|
|
325
326
|
/* @__PURE__ */ s(te.Divider, {}),
|
|
326
327
|
/* @__PURE__ */ s(te.Item, { onClick: c, children: "LogOut" }, "100")
|
|
327
328
|
]
|
|
@@ -329,7 +330,7 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
329
330
|
"10"
|
|
330
331
|
) });
|
|
331
332
|
}, Bt = ({ items: r, topLogoPrimaryUrl: e, shortName: t }) => {
|
|
332
|
-
const n = _e(), [i, o] =
|
|
333
|
+
const n = _e(), [i, o] = z(!1), a = wt(null), l = () => o((d) => !d);
|
|
333
334
|
return K(() => {
|
|
334
335
|
function d(c) {
|
|
335
336
|
a.current && !a.current.contains(c.target) && o(!1);
|
|
@@ -373,7 +374,7 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
373
374
|
max-height: 100vh;
|
|
374
375
|
`, di = m.div`
|
|
375
376
|
background: var(--color-bg-primary, #fff);
|
|
376
|
-
`,
|
|
377
|
+
`, $l = ({ children: r }) => /* @__PURE__ */ v(li, { children: [
|
|
377
378
|
/* @__PURE__ */ s(Bt, {}),
|
|
378
379
|
/* @__PURE__ */ s(ci, { children: /* @__PURE__ */ s(di, { children: r }) })
|
|
379
380
|
] }), pi = m.div`
|
|
@@ -610,7 +611,7 @@ const Di = m.span`
|
|
|
610
611
|
/* @__PURE__ */ s(Oi, { children: e }),
|
|
611
612
|
/* @__PURE__ */ s(Li, { children: r }),
|
|
612
613
|
o && e === j("Commission") && /* @__PURE__ */ s(Di, { color: i, children: o })
|
|
613
|
-
] }) }) }),
|
|
614
|
+
] }) }) }), Il = ({
|
|
614
615
|
pageTitle: r,
|
|
615
616
|
pageDesc: e,
|
|
616
617
|
logoPrimaryUrl: t,
|
|
@@ -618,7 +619,7 @@ const Di = m.span`
|
|
|
618
619
|
colorPrimary: i,
|
|
619
620
|
children: o
|
|
620
621
|
}) => {
|
|
621
|
-
const [a] =
|
|
622
|
+
const [a] = jn(), l = a.get("backPath"), d = De();
|
|
622
623
|
function c(u) {
|
|
623
624
|
d(u);
|
|
624
625
|
}
|
|
@@ -649,22 +650,22 @@ const Di = m.span`
|
|
|
649
650
|
}
|
|
650
651
|
),
|
|
651
652
|
/* @__PURE__ */ v("nav", { children: [
|
|
652
|
-
/* @__PURE__ */ s("a", { href: "", children: /* @__PURE__ */ s(nr, { children:
|
|
653
|
-
/* @__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") }) })
|
|
654
655
|
] })
|
|
655
656
|
] })
|
|
656
657
|
] }),
|
|
657
658
|
/* @__PURE__ */ s(vi, { backgroundcolor: i, children: /* @__PURE__ */ s("img", { src: t, alt: "logo" }) })
|
|
658
659
|
] });
|
|
659
660
|
};
|
|
660
|
-
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 || {});
|
|
661
662
|
const ir = (r) => {
|
|
662
663
|
let e;
|
|
663
664
|
const t = /* @__PURE__ */ new Set(), n = (c, u) => {
|
|
664
665
|
const p = typeof c == "function" ? c(e) : c;
|
|
665
666
|
if (!Object.is(p, e)) {
|
|
666
|
-
const
|
|
667
|
-
e = u ?? (typeof p != "object" || p === null) ? p : Object.assign({}, e, p), t.forEach((
|
|
667
|
+
const h = e;
|
|
668
|
+
e = u ?? (typeof p != "object" || p === null) ? p : Object.assign({}, e, p), t.forEach((f) => f(e, h));
|
|
668
669
|
}
|
|
669
670
|
}, i = () => e, l = { setState: n, getState: i, getInitialState: () => d, subscribe: (c) => (t.add(c), () => t.delete(c)) }, d = e = r(n, i, l);
|
|
670
671
|
return l;
|
|
@@ -677,7 +678,7 @@ const ir = (r) => {
|
|
|
677
678
|
sortItems: [],
|
|
678
679
|
hideItems: {},
|
|
679
680
|
groupByArr: [],
|
|
680
|
-
activeTableView:
|
|
681
|
+
activeTableView: Oe.TABLE
|
|
681
682
|
}, $i = () => Ti((r, e) => ({
|
|
682
683
|
columns: [],
|
|
683
684
|
...or,
|
|
@@ -687,7 +688,7 @@ const ir = (r) => {
|
|
|
687
688
|
setSelectedConfig: (t) => r({ selectedConfig: t }),
|
|
688
689
|
configsVersion: 0,
|
|
689
690
|
bumpConfigsVersion: () => r((t) => ({ configsVersion: t.configsVersion + 1 })),
|
|
690
|
-
hydrateFromStorage: (t, n =
|
|
691
|
+
hydrateFromStorage: (t, n = Oe.TABLE) => {
|
|
691
692
|
if (e().isHydrated) return;
|
|
692
693
|
const i = sessionStorage.getItem(t);
|
|
693
694
|
if (i)
|
|
@@ -765,7 +766,7 @@ const ir = (r) => {
|
|
|
765
766
|
const e = xt(Zr);
|
|
766
767
|
if (!e) throw new Error("GridViewStoreProvider is missing");
|
|
767
768
|
return _n(e, r);
|
|
768
|
-
},
|
|
769
|
+
}, zi = () => {
|
|
769
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();
|
|
770
771
|
K(() => (r(`grid-filters:${c.pathname}`), sessionStorage.clear()), []), K(() => {
|
|
771
772
|
e && sessionStorage.setItem(
|
|
@@ -791,8 +792,8 @@ const ir = (r) => {
|
|
|
791
792
|
e
|
|
792
793
|
]);
|
|
793
794
|
};
|
|
794
|
-
function
|
|
795
|
-
const [e, t] =
|
|
795
|
+
function Mi(r) {
|
|
796
|
+
const [e, t] = z(0);
|
|
796
797
|
return K(() => {
|
|
797
798
|
if (!r.current) return;
|
|
798
799
|
const n = new ResizeObserver(([i]) => {
|
|
@@ -801,7 +802,7 @@ function Pi(r) {
|
|
|
801
802
|
return n.observe(r.current), t(r.current.clientHeight), () => n.disconnect();
|
|
802
803
|
}, [r]), e;
|
|
803
804
|
}
|
|
804
|
-
const { RangePicker:
|
|
805
|
+
const { RangePicker: Hi } = Fr, Pi = m.div`
|
|
805
806
|
background: var(--color-bg-primary, #fff);
|
|
806
807
|
`, Ri = m.div`
|
|
807
808
|
height: var(--size-800, 4rem);
|
|
@@ -1162,12 +1163,12 @@ const _t = m.div`
|
|
|
1162
1163
|
}
|
|
1163
1164
|
}
|
|
1164
1165
|
}
|
|
1165
|
-
`, Jr = m(
|
|
1166
|
+
`, Jr = m(Hi)`
|
|
1166
1167
|
height: 0;
|
|
1167
1168
|
padding: 0 !important;
|
|
1168
1169
|
overflow: hidden;
|
|
1169
1170
|
border: none !important;
|
|
1170
|
-
`,
|
|
1171
|
+
`, ji = m.span`
|
|
1171
1172
|
color: var(--color-text-primary, #fff);
|
|
1172
1173
|
|
|
1173
1174
|
/* caption/medium-r */
|
|
@@ -1177,7 +1178,7 @@ const _t = m.div`
|
|
|
1177
1178
|
font-weight: var(--text-weight-regular, 400);
|
|
1178
1179
|
line-height: var(--typo-caption-lineHeight-medium, 18px); /* 128.571% */
|
|
1179
1180
|
letter-spacing: var(--typo-caption-spacing-medium, 0.1px);
|
|
1180
|
-
`,
|
|
1181
|
+
`, Fi = m.div`
|
|
1181
1182
|
display: flex;
|
|
1182
1183
|
min-height: var(--size-400, 32px);
|
|
1183
1184
|
padding: var(--spacing-050, 4px) var(--spacing-150, 12px) !important;
|
|
@@ -1193,15 +1194,15 @@ const _t = m.div`
|
|
|
1193
1194
|
`, _i = m.div`
|
|
1194
1195
|
max-height: 300px;
|
|
1195
1196
|
overflow: hidden;
|
|
1196
|
-
`,
|
|
1197
|
+
`, Gi = m.div`
|
|
1197
1198
|
height: ${(r) => r.height || "100%"};
|
|
1198
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 = []) => {
|
|
1199
1200
|
const n = we(() => Zn(r, e), t);
|
|
1200
1201
|
return K(() => () => {
|
|
1201
1202
|
n.cancel();
|
|
1202
1203
|
}, [n]), n;
|
|
1203
|
-
},
|
|
1204
|
-
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);
|
|
1205
1206
|
return /* @__PURE__ */ s(
|
|
1206
1207
|
Me,
|
|
1207
1208
|
{
|
|
@@ -1214,27 +1215,27 @@ const _t = m.div`
|
|
|
1214
1215
|
}
|
|
1215
1216
|
);
|
|
1216
1217
|
}, tn = ({ placement: r, children: e }) => {
|
|
1217
|
-
const t = T((
|
|
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(
|
|
1218
1219
|
(o == null ? void 0 : o.direction) === se.ASC ? se.ASC : se.DESC
|
|
1219
1220
|
), u = t.filter(
|
|
1220
|
-
(
|
|
1221
|
+
(f) => f.title.toLowerCase().includes(a.toLowerCase()) && f.sortable !== !1
|
|
1221
1222
|
);
|
|
1222
|
-
function p(
|
|
1223
|
+
function p(f, g) {
|
|
1223
1224
|
i([
|
|
1224
1225
|
{
|
|
1225
|
-
title:
|
|
1226
|
-
dataIndex:
|
|
1226
|
+
title: f.title,
|
|
1227
|
+
dataIndex: f.dataIndex.charAt(0).toUpperCase() + f.dataIndex.slice(1),
|
|
1227
1228
|
direction: g
|
|
1228
1229
|
}
|
|
1229
1230
|
]);
|
|
1230
1231
|
}
|
|
1231
|
-
function
|
|
1232
|
+
function h() {
|
|
1232
1233
|
i([]);
|
|
1233
1234
|
}
|
|
1234
1235
|
return /* @__PURE__ */ s(
|
|
1235
1236
|
Wi,
|
|
1236
1237
|
{
|
|
1237
|
-
overlay: (
|
|
1238
|
+
overlay: (f) => /* @__PURE__ */ v(_t, { children: [
|
|
1238
1239
|
/* @__PURE__ */ s(
|
|
1239
1240
|
"input",
|
|
1240
1241
|
{
|
|
@@ -1248,7 +1249,7 @@ const _t = m.div`
|
|
|
1248
1249
|
"button",
|
|
1249
1250
|
{
|
|
1250
1251
|
onClick: () => {
|
|
1251
|
-
g.title == (o == null ? void 0 : o.title) ?
|
|
1252
|
+
g.title == (o == null ? void 0 : o.title) ? h() : p(g, d);
|
|
1252
1253
|
},
|
|
1253
1254
|
children: [
|
|
1254
1255
|
g.title,
|
|
@@ -1265,7 +1266,7 @@ const _t = m.div`
|
|
|
1265
1266
|
c(se.ASC), o && p(o, se.ASC);
|
|
1266
1267
|
},
|
|
1267
1268
|
children: [
|
|
1268
|
-
/* @__PURE__ */ s(
|
|
1269
|
+
/* @__PURE__ */ s(Gt, {}),
|
|
1269
1270
|
"Ascending",
|
|
1270
1271
|
d === se.ASC && /* @__PURE__ */ s(Ze, {})
|
|
1271
1272
|
]
|
|
@@ -1278,7 +1279,7 @@ const _t = m.div`
|
|
|
1278
1279
|
c(se.DESC), o && p(o, se.DESC);
|
|
1279
1280
|
},
|
|
1280
1281
|
children: [
|
|
1281
|
-
/* @__PURE__ */ s(
|
|
1282
|
+
/* @__PURE__ */ s(Ut, {}),
|
|
1282
1283
|
"Descending",
|
|
1283
1284
|
d === se.DESC && /* @__PURE__ */ s(Ze, {})
|
|
1284
1285
|
]
|
|
@@ -1287,16 +1288,16 @@ const _t = m.div`
|
|
|
1287
1288
|
] })
|
|
1288
1289
|
] }),
|
|
1289
1290
|
placement: r || "bottomRight",
|
|
1290
|
-
children: e || /* @__PURE__ */ s(
|
|
1291
|
+
children: e || /* @__PURE__ */ s(Ui, {})
|
|
1291
1292
|
}
|
|
1292
1293
|
);
|
|
1293
1294
|
}, Wt = ({ placement: r, children: e, onSelect: t, CustomFilters: n }) => {
|
|
1294
|
-
const [i, o] =
|
|
1295
|
-
function p(
|
|
1296
|
-
t ? t(
|
|
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
|
+
function p(h) {
|
|
1297
|
+
t ? t(h) : u([
|
|
1297
1298
|
...c,
|
|
1298
1299
|
{
|
|
1299
|
-
...
|
|
1300
|
+
...h,
|
|
1300
1301
|
selectType: Ae.VALUE
|
|
1301
1302
|
}
|
|
1302
1303
|
]), o(!1);
|
|
@@ -1314,10 +1315,10 @@ const _t = m.div`
|
|
|
1314
1315
|
type: "text",
|
|
1315
1316
|
placeholder: J("Search") + "...",
|
|
1316
1317
|
value: a,
|
|
1317
|
-
onChange: (
|
|
1318
|
+
onChange: (h) => l(h.target.value)
|
|
1318
1319
|
}
|
|
1319
1320
|
),
|
|
1320
|
-
/* @__PURE__ */ s("div", { children: d.filter((
|
|
1321
|
+
/* @__PURE__ */ s("div", { children: d.filter((h) => h.filterable !== !1).filter((h) => !c.some((f) => f.title == h.title)).filter((h) => h.filterable !== !1).filter((h) => h.title.toLowerCase().includes(a)).map((h, f) => /* @__PURE__ */ s("button", { onClick: () => p(h), children: h.title }, f)) }),
|
|
1321
1322
|
n && /* @__PURE__ */ s(
|
|
1322
1323
|
n,
|
|
1323
1324
|
{
|
|
@@ -1340,7 +1341,7 @@ const _t = m.div`
|
|
|
1340
1341
|
}, Ki = {
|
|
1341
1342
|
okText: "Create",
|
|
1342
1343
|
cancelText: "Cancel"
|
|
1343
|
-
},
|
|
1344
|
+
}, Ie = Ur((r, e) => {
|
|
1344
1345
|
const t = (n) => ({
|
|
1345
1346
|
...n,
|
|
1346
1347
|
popupOptions: { ...Yi, ...n.popupOptions },
|
|
@@ -1392,7 +1393,7 @@ const _t = m.div`
|
|
|
1392
1393
|
),
|
|
1393
1394
|
setTitle: (n) => r((i) => i.options ? { options: { ...i.options, title: n } } : i)
|
|
1394
1395
|
};
|
|
1395
|
-
}), ar = m(
|
|
1396
|
+
}), ar = m(jt)`
|
|
1396
1397
|
width: 200px;
|
|
1397
1398
|
|
|
1398
1399
|
display: flex;
|
|
@@ -1456,7 +1457,7 @@ const Zi = ({
|
|
|
1456
1457
|
GridPageTopLeftComponent: l,
|
|
1457
1458
|
noNeedSidebarResponsiveButton: d
|
|
1458
1459
|
}) => {
|
|
1459
|
-
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(() => {
|
|
1460
1461
|
var x, C;
|
|
1461
1462
|
try {
|
|
1462
1463
|
const I = sessionStorage.getItem(`grid-filters:${window.location.pathname}`);
|
|
@@ -1464,18 +1465,18 @@ const Zi = ({
|
|
|
1464
1465
|
} catch {
|
|
1465
1466
|
return !1;
|
|
1466
1467
|
}
|
|
1467
|
-
}), [
|
|
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);
|
|
1468
1469
|
K(() => {
|
|
1469
|
-
Y == null || !
|
|
1470
|
-
}, [Y, N,
|
|
1470
|
+
Y == null || !G || G(String(Y)).then((x) => F(x.data ?? []));
|
|
1471
|
+
}, [Y, N, G]);
|
|
1471
1472
|
function _(x) {
|
|
1472
1473
|
const C = B.find((V) => V.id === x);
|
|
1473
1474
|
if (!C) return;
|
|
1474
|
-
const { filterItems: I, sortItems:
|
|
1475
|
-
|
|
1475
|
+
const { filterItems: I, sortItems: H } = JSON.parse(C.value);
|
|
1476
|
+
f(I, !0), g(H), b({ id: C.id, name: C.name });
|
|
1476
1477
|
}
|
|
1477
1478
|
const D = en((x) => {
|
|
1478
|
-
|
|
1479
|
+
h({
|
|
1479
1480
|
...u,
|
|
1480
1481
|
QuickSearch: x.target.value
|
|
1481
1482
|
});
|
|
@@ -1511,7 +1512,7 @@ const Zi = ({
|
|
|
1511
1512
|
}
|
|
1512
1513
|
}
|
|
1513
1514
|
) }),
|
|
1514
|
-
t && t(k,
|
|
1515
|
+
t && t(k, P),
|
|
1515
1516
|
y ? /* @__PURE__ */ s(
|
|
1516
1517
|
"input",
|
|
1517
1518
|
{
|
|
@@ -1527,7 +1528,7 @@ const Zi = ({
|
|
|
1527
1528
|
i && i,
|
|
1528
1529
|
p && /* @__PURE__ */ s("button", { onClick: w, className: "create-btn", children: J("Create") })
|
|
1529
1530
|
] }),
|
|
1530
|
-
|
|
1531
|
+
M && /* @__PURE__ */ s(Bt, {})
|
|
1531
1532
|
] });
|
|
1532
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 {
|
|
1533
1534
|
static equals(e, t) {
|
|
@@ -1906,7 +1907,7 @@ const Qi = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
1906
1907
|
fill: var(--color-text-primary, #fff);
|
|
1907
1908
|
}
|
|
1908
1909
|
}
|
|
1909
|
-
`,
|
|
1910
|
+
`, Ee = m.div`
|
|
1910
1911
|
display: flex;
|
|
1911
1912
|
align-items: start;
|
|
1912
1913
|
flex-direction: column;
|
|
@@ -1915,7 +1916,7 @@ const Qi = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
1915
1916
|
|
|
1916
1917
|
border-radius: var(--border-radius-025, 2px);
|
|
1917
1918
|
padding-bottom: var(--spacing-200, 16px);
|
|
1918
|
-
`,
|
|
1919
|
+
`, zl = m.span`
|
|
1919
1920
|
color: var(--color-text-secondary, rgba(255, 255, 255, 0.5)) !important;
|
|
1920
1921
|
`, pe = m.div`
|
|
1921
1922
|
color: var(--color-text-secondary, rgba(19, 20, 18, 0.75));
|
|
@@ -1932,7 +1933,7 @@ const Qi = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
1932
1933
|
display: flex;
|
|
1933
1934
|
width: 100%;
|
|
1934
1935
|
background: var(--color-bg-secondary, #232323);
|
|
1935
|
-
`, re = m(
|
|
1936
|
+
`, re = m(Ce)`
|
|
1936
1937
|
display: flex;
|
|
1937
1938
|
height: var(--size-800, 64px);
|
|
1938
1939
|
padding: var(--spacing-200, 16px) var(--spacing-300, 24px);
|
|
@@ -1960,7 +1961,7 @@ const Qi = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
1960
1961
|
}
|
|
1961
1962
|
`, to = m.div`
|
|
1962
1963
|
width: 50%;
|
|
1963
|
-
`, tt = m(
|
|
1964
|
+
`, tt = m(Ce)`
|
|
1964
1965
|
display: flex;
|
|
1965
1966
|
height: var(--size-800, 64px);
|
|
1966
1967
|
padding: var(--spacing-200, 16px) var(--spacing-300, 24px);
|
|
@@ -2024,7 +2025,7 @@ const Qi = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
2024
2025
|
background: var(--color-bg-brand-special, #141414) !important;
|
|
2025
2026
|
color: var(--color-text-inverse-primary, #fff) !important;
|
|
2026
2027
|
}
|
|
2027
|
-
`,
|
|
2028
|
+
`, Ml = m(Ce)`
|
|
2028
2029
|
display: flex;
|
|
2029
2030
|
height: var(--size-800, 64px);
|
|
2030
2031
|
padding: var(--spacing-200, 16px) var(--spacing-300, 24px);
|
|
@@ -2156,7 +2157,7 @@ const Qi = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
2156
2157
|
line-height: var(--typo-caption-lineHeight-medium, 18px); /* 128.571% */
|
|
2157
2158
|
letter-spacing: var(--typo-caption-spacing-medium, 0.1px);
|
|
2158
2159
|
}
|
|
2159
|
-
`,
|
|
2160
|
+
`, Hl = (r) => new Promise((e, t) => {
|
|
2160
2161
|
const n = new FileReader();
|
|
2161
2162
|
n.readAsDataURL(r), n.onload = () => e(n.result), n.onerror = (i) => t(i);
|
|
2162
2163
|
});
|
|
@@ -2198,7 +2199,7 @@ const oo = ({
|
|
|
2198
2199
|
postMyFilter: i,
|
|
2199
2200
|
putMyFilter: o
|
|
2200
2201
|
}) => {
|
|
2201
|
-
const [a] = Ne.useForm(), l =
|
|
2202
|
+
const [a] = Ne.useForm(), l = Ie((c) => c.setOnOk), d = Ie((c) => c.close);
|
|
2202
2203
|
return K(() => {
|
|
2203
2204
|
t && a.setFieldsValue({ name: t.name });
|
|
2204
2205
|
}, [t, a]), K(() => {
|
|
@@ -2230,7 +2231,7 @@ const oo = ({
|
|
|
2230
2231
|
transition: 0.1s;
|
|
2231
2232
|
}
|
|
2232
2233
|
}
|
|
2233
|
-
`, so = () => /* @__PURE__ */ s(
|
|
2234
|
+
`, so = () => /* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ s("div", { children: /* @__PURE__ */ s("p", { children: j("DeleteRecordQuestion") }) }) }), lo = m(Mn)`
|
|
2234
2235
|
.ant-checkbox-inner {
|
|
2235
2236
|
background-color: transparent;
|
|
2236
2237
|
border: 1px solid #ccc;
|
|
@@ -2256,8 +2257,8 @@ const oo = ({
|
|
|
2256
2257
|
border-color: black;
|
|
2257
2258
|
}
|
|
2258
2259
|
`, co = ({ item: r }) => {
|
|
2259
|
-
var S, E, k,
|
|
2260
|
-
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);
|
|
2261
2262
|
function a() {
|
|
2262
2263
|
var b;
|
|
2263
2264
|
(b = e == null ? void 0 : e.current) == null || b.focus();
|
|
@@ -2283,7 +2284,7 @@ const oo = ({
|
|
|
2283
2284
|
!0
|
|
2284
2285
|
), o(!1);
|
|
2285
2286
|
}
|
|
2286
|
-
const [c, u] =
|
|
2287
|
+
const [c, u] = z(r.filterValue || []), p = (b) => {
|
|
2287
2288
|
var D, L;
|
|
2288
2289
|
const N = c.includes(b) ? c.filter((w) => w !== b) : [...c, b];
|
|
2289
2290
|
u(N);
|
|
@@ -2299,14 +2300,14 @@ const oo = ({
|
|
|
2299
2300
|
!0
|
|
2300
2301
|
);
|
|
2301
2302
|
};
|
|
2302
|
-
function
|
|
2303
|
+
function h(b) {
|
|
2303
2304
|
n(
|
|
2304
2305
|
t.map(
|
|
2305
2306
|
(N) => N.title == r.title ? { ...b, selectType: Ae.VALUE } : N
|
|
2306
2307
|
)
|
|
2307
2308
|
);
|
|
2308
2309
|
}
|
|
2309
|
-
const
|
|
2310
|
+
const f = en((b) => {
|
|
2310
2311
|
const N = b.target.value;
|
|
2311
2312
|
n(
|
|
2312
2313
|
t.map((_) => _.title == r.title ? { ..._, filterValue: N } : _),
|
|
@@ -2340,13 +2341,13 @@ const oo = ({
|
|
|
2340
2341
|
type: "text",
|
|
2341
2342
|
placeholder: "Search...",
|
|
2342
2343
|
className: "filter-item-search",
|
|
2343
|
-
onChange:
|
|
2344
|
+
onChange: f
|
|
2344
2345
|
}
|
|
2345
2346
|
),
|
|
2346
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)) }),
|
|
2347
2348
|
[be.TwoComponentSelect]: /* @__PURE__ */ v(oe, { children: [
|
|
2348
2349
|
/* @__PURE__ */ s(Bi, { children: (k = r == null ? void 0 : r.filters) == null ? void 0 : k.firstGroupName }),
|
|
2349
|
-
/* @__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(
|
|
2350
2351
|
"button",
|
|
2351
2352
|
{
|
|
2352
2353
|
onClick: () => d(b, !1),
|
|
@@ -2355,7 +2356,7 @@ const oo = ({
|
|
|
2355
2356
|
b.id
|
|
2356
2357
|
)) })
|
|
2357
2358
|
] }),
|
|
2358
|
-
[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)) }),
|
|
2359
2360
|
[be.DATEPICKER]: /* @__PURE__ */ s(
|
|
2360
2361
|
Jr,
|
|
2361
2362
|
{
|
|
@@ -2407,7 +2408,7 @@ const oo = ({
|
|
|
2407
2408
|
}
|
|
2408
2409
|
}
|
|
2409
2410
|
)
|
|
2410
|
-
},
|
|
2411
|
+
}, M = /* @__PURE__ */ s(
|
|
2411
2412
|
_t,
|
|
2412
2413
|
{
|
|
2413
2414
|
style: {
|
|
@@ -2417,7 +2418,7 @@ const oo = ({
|
|
|
2417
2418
|
}
|
|
2418
2419
|
);
|
|
2419
2420
|
return /* @__PURE__ */ v(It, { children: [
|
|
2420
|
-
/* @__PURE__ */ s(Wt, { placement: "bottomLeft", onSelect:
|
|
2421
|
+
/* @__PURE__ */ s(Wt, { placement: "bottomLeft", onSelect: h, children: /* @__PURE__ */ v("span", { children: [
|
|
2421
2422
|
/* @__PURE__ */ s(Qr, {}),
|
|
2422
2423
|
r.title
|
|
2423
2424
|
] }) }),
|
|
@@ -2428,7 +2429,7 @@ const oo = ({
|
|
|
2428
2429
|
placement: "bottomLeft",
|
|
2429
2430
|
open: i,
|
|
2430
2431
|
onOpenChange: g,
|
|
2431
|
-
popupRender: () =>
|
|
2432
|
+
popupRender: () => M,
|
|
2432
2433
|
trigger: ["click"],
|
|
2433
2434
|
getPopupContainer: (b) => {
|
|
2434
2435
|
var N;
|
|
@@ -2440,7 +2441,7 @@ const oo = ({
|
|
|
2440
2441
|
/* @__PURE__ */ s("span", { onClick: y, children: /* @__PURE__ */ s(Yt, {}) })
|
|
2441
2442
|
] });
|
|
2442
2443
|
}, po = () => {
|
|
2443
|
-
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();
|
|
2444
2445
|
async function p() {
|
|
2445
2446
|
try {
|
|
2446
2447
|
if (!i || !o) return;
|
|
@@ -2449,7 +2450,7 @@ const oo = ({
|
|
|
2449
2450
|
console.log(g, "Error happened deleting configuration");
|
|
2450
2451
|
}
|
|
2451
2452
|
}
|
|
2452
|
-
function
|
|
2453
|
+
function h() {
|
|
2453
2454
|
d({
|
|
2454
2455
|
component: so,
|
|
2455
2456
|
title: i ? "UpdateConfiguration" : "NameYourConfiguration",
|
|
@@ -2470,7 +2471,7 @@ const oo = ({
|
|
|
2470
2471
|
}
|
|
2471
2472
|
}), l();
|
|
2472
2473
|
}
|
|
2473
|
-
function
|
|
2474
|
+
function f() {
|
|
2474
2475
|
const g = JSON.stringify({ filterItems: r, sortItems: e });
|
|
2475
2476
|
d({
|
|
2476
2477
|
component: oo,
|
|
@@ -2495,7 +2496,7 @@ const oo = ({
|
|
|
2495
2496
|
return /* @__PURE__ */ v(Ai, { children: [
|
|
2496
2497
|
e.length > 0 && /* @__PURE__ */ s(tn, { placement: "bottomLeft", children: /* @__PURE__ */ s(It, { className: "sort", children: /* @__PURE__ */ v("span", { children: [
|
|
2497
2498
|
e[0].title,
|
|
2498
|
-
e[0].direction == se.ASC ? /* @__PURE__ */ s(
|
|
2499
|
+
e[0].direction == se.ASC ? /* @__PURE__ */ s(Gt, {}) : /* @__PURE__ */ s(Ut, {})
|
|
2499
2500
|
] }) }) }),
|
|
2500
2501
|
r.map((g) => /* @__PURE__ */ s(co, { item: g }, g.title)),
|
|
2501
2502
|
/* @__PURE__ */ s(Wt, { placement: "bottomLeft", children: /* @__PURE__ */ s(It, { className: "add-filter", children: /* @__PURE__ */ v("span", { children: [
|
|
@@ -2503,8 +2504,8 @@ const oo = ({
|
|
|
2503
2504
|
"AddFilter"
|
|
2504
2505
|
] }) }) }),
|
|
2505
2506
|
/* @__PURE__ */ v(Vi, { children: [
|
|
2506
|
-
/* @__PURE__ */ s("button", { onClick:
|
|
2507
|
-
i && /* @__PURE__ */ s("button", { onClick:
|
|
2507
|
+
/* @__PURE__ */ s("button", { onClick: f, children: i ? "UpdateConfiguration" : "SaveConfiguration" }),
|
|
2508
|
+
i && /* @__PURE__ */ s("button", { onClick: h, children: "DeleteConfiguration" }),
|
|
2508
2509
|
/* @__PURE__ */ v("button", { onClick: n, children: [
|
|
2509
2510
|
/* @__PURE__ */ s(nn, {}),
|
|
2510
2511
|
"ResetConditions"
|
|
@@ -2890,7 +2891,7 @@ function Zt({ rows: r, columns: e, rowKey: t, onRowClick: n }) {
|
|
|
2890
2891
|
));
|
|
2891
2892
|
}
|
|
2892
2893
|
function yo({ rowLength: r, columnLength: e }) {
|
|
2893
|
-
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}`));
|
|
2894
2895
|
}
|
|
2895
2896
|
function bo({ subGroups: r, columns: e, rowKey: t, onRowClick: n }) {
|
|
2896
2897
|
return /* @__PURE__ */ s(oe, { children: Object.keys(r).map((i) => /* @__PURE__ */ v(ft.Fragment, { children: [
|
|
@@ -2970,10 +2971,10 @@ function Co({
|
|
|
2970
2971
|
totalItemCount: t,
|
|
2971
2972
|
onPaginationChange: n
|
|
2972
2973
|
}) {
|
|
2973
|
-
const [i, o] =
|
|
2974
|
+
const [i, o] = z(!1);
|
|
2974
2975
|
return /* @__PURE__ */ v(ho, { children: [
|
|
2975
2976
|
/* @__PURE__ */ s(
|
|
2976
|
-
|
|
2977
|
+
Pn,
|
|
2977
2978
|
{
|
|
2978
2979
|
current: r.current,
|
|
2979
2980
|
pageSize: r.pageSize,
|
|
@@ -3011,7 +3012,7 @@ function Co({
|
|
|
3011
3012
|
" ",
|
|
3012
3013
|
j("ItemsPerPage"),
|
|
3013
3014
|
" ",
|
|
3014
|
-
/* @__PURE__ */ s(
|
|
3015
|
+
/* @__PURE__ */ s(Ft, {})
|
|
3015
3016
|
] })
|
|
3016
3017
|
}
|
|
3017
3018
|
)
|
|
@@ -3019,41 +3020,41 @@ function Co({
|
|
|
3019
3020
|
}
|
|
3020
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 }));
|
|
3021
3022
|
function ko({ col: r }) {
|
|
3022
|
-
const [e, t] =
|
|
3023
|
-
function d(
|
|
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
|
+
function d(f, g) {
|
|
3024
3025
|
a([
|
|
3025
3026
|
{
|
|
3026
|
-
title:
|
|
3027
|
-
dataIndex:
|
|
3027
|
+
title: f.title,
|
|
3028
|
+
dataIndex: f.dataIndex.charAt(0).toUpperCase() + f.dataIndex.slice(1),
|
|
3028
3029
|
direction: g
|
|
3029
3030
|
}
|
|
3030
3031
|
]);
|
|
3031
3032
|
}
|
|
3032
|
-
function c(
|
|
3033
|
-
const g = n.filter((y) =>
|
|
3033
|
+
function c(f) {
|
|
3034
|
+
const g = n.filter((y) => f.title != y.title);
|
|
3034
3035
|
o([
|
|
3035
3036
|
...g,
|
|
3036
3037
|
{
|
|
3037
|
-
...
|
|
3038
|
+
...f,
|
|
3038
3039
|
selectType: Ae.VALUE
|
|
3039
3040
|
}
|
|
3040
3041
|
]);
|
|
3041
3042
|
}
|
|
3042
|
-
function u(
|
|
3043
|
+
function u(f, g) {
|
|
3043
3044
|
l({
|
|
3044
3045
|
...i,
|
|
3045
|
-
[
|
|
3046
|
+
[f.dataIndex]: !0
|
|
3046
3047
|
});
|
|
3047
3048
|
}
|
|
3048
|
-
const p = () => t(!1),
|
|
3049
|
+
const p = () => t(!1), h = [
|
|
3049
3050
|
{ icon: /* @__PURE__ */ s(gt, {}), text: j("Filter"), action: () => c(r) },
|
|
3050
3051
|
{
|
|
3051
|
-
icon: /* @__PURE__ */ s(
|
|
3052
|
+
icon: /* @__PURE__ */ s(Gt, {}),
|
|
3052
3053
|
text: J("Ascending"),
|
|
3053
3054
|
action: () => d(r, se.ASC)
|
|
3054
3055
|
},
|
|
3055
3056
|
{
|
|
3056
|
-
icon: /* @__PURE__ */ s(
|
|
3057
|
+
icon: /* @__PURE__ */ s(Ut, {}),
|
|
3057
3058
|
text: J("Descending"),
|
|
3058
3059
|
action: () => d(r, se.DESC)
|
|
3059
3060
|
},
|
|
@@ -3067,14 +3068,14 @@ function ko({ col: r }) {
|
|
|
3067
3068
|
Me,
|
|
3068
3069
|
{
|
|
3069
3070
|
placement: "bottomLeft",
|
|
3070
|
-
popupRender: () => /* @__PURE__ */ s(fo, { children:
|
|
3071
|
+
popupRender: () => /* @__PURE__ */ s(fo, { children: h.map(({ icon: f, text: g, action: y }) => /* @__PURE__ */ v(
|
|
3071
3072
|
"button",
|
|
3072
3073
|
{
|
|
3073
3074
|
onClick: () => {
|
|
3074
3075
|
y(), p();
|
|
3075
3076
|
},
|
|
3076
3077
|
children: [
|
|
3077
|
-
|
|
3078
|
+
f,
|
|
3078
3079
|
g
|
|
3079
3080
|
]
|
|
3080
3081
|
},
|
|
@@ -3083,7 +3084,7 @@ function ko({ col: r }) {
|
|
|
3083
3084
|
trigger: ["click"],
|
|
3084
3085
|
open: e,
|
|
3085
3086
|
onOpenChange: t,
|
|
3086
|
-
getPopupContainer: (
|
|
3087
|
+
getPopupContainer: (f) => (f == null ? void 0 : f.parentElement) ?? document.body,
|
|
3087
3088
|
children: /* @__PURE__ */ s("th", { className: e ? "active" : "", children: /* @__PURE__ */ s("span", { children: r.title }) })
|
|
3088
3089
|
}
|
|
3089
3090
|
);
|
|
@@ -3142,7 +3143,7 @@ const Lo = m.div`
|
|
|
3142
3143
|
line-height: var(--typo-caption-lineHeight-medium, 18px);
|
|
3143
3144
|
letter-spacing: var(--typo-caption-spacing-medium, 0.1px);
|
|
3144
3145
|
`;
|
|
3145
|
-
m(
|
|
3146
|
+
m(Ce)`
|
|
3146
3147
|
display: flex;
|
|
3147
3148
|
height: var(--size-400, 32px);
|
|
3148
3149
|
padding: 8px;
|
|
@@ -3184,7 +3185,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3184
3185
|
noPagination: d,
|
|
3185
3186
|
noDataProps: c
|
|
3186
3187
|
}) => {
|
|
3187
|
-
const u = T((E) => E.filters), p = T((E) => E.groupByArr),
|
|
3188
|
+
const u = T((E) => E.filters), p = T((E) => E.groupByArr), h = T((E) => E.setFilters), f = we(() => p.length > 0 ? e.filter(
|
|
3188
3189
|
(E) => !p.some((k) => k.dataIndex == E.dataIndex)
|
|
3189
3190
|
) : e, [e, p]), { isTableGroupped: g, isTableSubGroupped: y } = we(
|
|
3190
3191
|
() => ({
|
|
@@ -3197,44 +3198,44 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3197
3198
|
const E = lr(p[0], n);
|
|
3198
3199
|
if (p[1]) {
|
|
3199
3200
|
const k = {};
|
|
3200
|
-
return Object.keys(E).forEach((
|
|
3201
|
-
k[
|
|
3201
|
+
return Object.keys(E).forEach((P) => {
|
|
3202
|
+
k[P] = lr(p[1], E[P]);
|
|
3202
3203
|
}), k;
|
|
3203
3204
|
}
|
|
3204
3205
|
return E;
|
|
3205
3206
|
}
|
|
3206
3207
|
return n;
|
|
3207
3208
|
}, [n, p]);
|
|
3208
|
-
function
|
|
3209
|
-
|
|
3209
|
+
function M(E) {
|
|
3210
|
+
h({
|
|
3210
3211
|
...u,
|
|
3211
3212
|
PageSize: E,
|
|
3212
3213
|
Page: 1
|
|
3213
3214
|
});
|
|
3214
3215
|
}
|
|
3215
3216
|
function S(E) {
|
|
3216
|
-
|
|
3217
|
+
h({
|
|
3217
3218
|
...u,
|
|
3218
3219
|
Page: E
|
|
3219
3220
|
});
|
|
3220
3221
|
}
|
|
3221
3222
|
return /* @__PURE__ */ v(uo, { children: [
|
|
3222
3223
|
/* @__PURE__ */ v("table", { children: [
|
|
3223
|
-
r !=
|
|
3224
|
-
|
|
3224
|
+
r != Oe.LIST && /* @__PURE__ */ s("thead", { children: /* @__PURE__ */ v("tr", { children: [
|
|
3225
|
+
f.map((E) => /* @__PURE__ */ s(ko, { col: E }, E.dataIndex)),
|
|
3225
3226
|
/* @__PURE__ */ s("th", {})
|
|
3226
3227
|
] }) }),
|
|
3227
3228
|
/* @__PURE__ */ s("tbody", { children: i ? /* @__PURE__ */ s(
|
|
3228
3229
|
yo,
|
|
3229
3230
|
{
|
|
3230
3231
|
rowLength: o.pageSize,
|
|
3231
|
-
columnLength:
|
|
3232
|
+
columnLength: f.length
|
|
3232
3233
|
}
|
|
3233
|
-
) : (O == null ? void 0 : O.length) == 0 && c ? /* @__PURE__ */ s("tr", { children: /* @__PURE__ */ s("td", { colSpan:
|
|
3234
|
+
) : (O == null ? void 0 : O.length) == 0 && c ? /* @__PURE__ */ s("tr", { children: /* @__PURE__ */ s("td", { colSpan: f.length, children: /* @__PURE__ */ s($o, { ...c }) }) }) : /* @__PURE__ */ s(oe, { children: g ? /* @__PURE__ */ s(
|
|
3234
3235
|
wo,
|
|
3235
3236
|
{
|
|
3236
3237
|
dataSource: O,
|
|
3237
|
-
columns:
|
|
3238
|
+
columns: f,
|
|
3238
3239
|
isSubGroupped: y,
|
|
3239
3240
|
getGroupLength: mo,
|
|
3240
3241
|
rowKey: t,
|
|
@@ -3244,7 +3245,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3244
3245
|
Zt,
|
|
3245
3246
|
{
|
|
3246
3247
|
rows: O,
|
|
3247
|
-
columns:
|
|
3248
|
+
columns: f,
|
|
3248
3249
|
rowKey: t,
|
|
3249
3250
|
onRowClick: l
|
|
3250
3251
|
}
|
|
@@ -3255,12 +3256,12 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3255
3256
|
{
|
|
3256
3257
|
pagination: o,
|
|
3257
3258
|
totalItemCount: a,
|
|
3258
|
-
onPerPageSelectChange:
|
|
3259
|
+
onPerPageSelectChange: M,
|
|
3259
3260
|
onPaginationChange: S
|
|
3260
3261
|
}
|
|
3261
3262
|
)
|
|
3262
3263
|
] });
|
|
3263
|
-
},
|
|
3264
|
+
}, zo = m.div`
|
|
3264
3265
|
display: flex;
|
|
3265
3266
|
flex-direction: column;
|
|
3266
3267
|
position: fixed;
|
|
@@ -3478,7 +3479,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3478
3479
|
z-index: 9;
|
|
3479
3480
|
}
|
|
3480
3481
|
}
|
|
3481
|
-
`,
|
|
3482
|
+
`, Mo = m.div`
|
|
3482
3483
|
display: flex;
|
|
3483
3484
|
align-items: center;
|
|
3484
3485
|
gap: 8px;
|
|
@@ -3523,7 +3524,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3523
3524
|
fill: var(--color-icon-inverse);
|
|
3524
3525
|
}
|
|
3525
3526
|
}
|
|
3526
|
-
`,
|
|
3527
|
+
`, Ho = m.div`
|
|
3527
3528
|
margin-bottom: 2.5rem;
|
|
3528
3529
|
padding: 0 1.5rem;
|
|
3529
3530
|
display: flex;
|
|
@@ -3570,7 +3571,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3570
3571
|
letter-spacing: var(--typo-body-spacing-small, 0.00938rem);
|
|
3571
3572
|
}
|
|
3572
3573
|
}
|
|
3573
|
-
`,
|
|
3574
|
+
`, Po = m.span`
|
|
3574
3575
|
color: var(--color-text-secondary, rgba(255, 255, 255, 0.75));
|
|
3575
3576
|
|
|
3576
3577
|
font-family: var(--text-font-family-base, Geist);
|
|
@@ -3613,7 +3614,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3613
3614
|
line-height: var(--typo-body-lineHeight-small, 20px); /* 125% */
|
|
3614
3615
|
letter-spacing: var(--typo-body-spacing-small, 0.15px);
|
|
3615
3616
|
padding-bottom: var(--spacing-400, 32px) !important;
|
|
3616
|
-
`,
|
|
3617
|
+
`, jo = m(Ce)`
|
|
3617
3618
|
border-radius: var(--border-radius-025, 2px);
|
|
3618
3619
|
background: var(--color-bg-brand-special, #02e0ae);
|
|
3619
3620
|
display: flex;
|
|
@@ -3637,7 +3638,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3637
3638
|
border-top: 2px solid var(--color-bg-secondary, #f5f5f5) !important;
|
|
3638
3639
|
}
|
|
3639
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" }));
|
|
3640
|
-
function
|
|
3641
|
+
function Fo(r) {
|
|
3641
3642
|
if (!r) return r;
|
|
3642
3643
|
let e = r[0].toLowerCase();
|
|
3643
3644
|
for (let t = 1; t < r.length; t++) {
|
|
@@ -3646,8 +3647,8 @@ function jo(r) {
|
|
|
3646
3647
|
}
|
|
3647
3648
|
return e;
|
|
3648
3649
|
}
|
|
3649
|
-
function
|
|
3650
|
-
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 }));
|
|
3651
3652
|
}
|
|
3652
3653
|
m(Ne.Item)`
|
|
3653
3654
|
margin-bottom: 2.5rem;
|
|
@@ -3702,7 +3703,7 @@ const ue = m.div`
|
|
|
3702
3703
|
flex-direction: column;
|
|
3703
3704
|
border-top: 1px solid black;
|
|
3704
3705
|
`;
|
|
3705
|
-
m(
|
|
3706
|
+
m(Ce)`
|
|
3706
3707
|
display: flex;
|
|
3707
3708
|
height: var(--size-800, 64px);
|
|
3708
3709
|
padding: var(--spacing-200, 16px) var(--spacing-300, 24px);
|
|
@@ -3830,7 +3831,7 @@ const an = m.span`
|
|
|
3830
3831
|
letter-spacing: var(--typo-body-spacing-small, 0.00938rem);
|
|
3831
3832
|
}
|
|
3832
3833
|
}
|
|
3833
|
-
`,
|
|
3834
|
+
`, ke = m.div`
|
|
3834
3835
|
display: flex;
|
|
3835
3836
|
flex-direction: column;
|
|
3836
3837
|
gap: 8px;
|
|
@@ -3890,14 +3891,14 @@ const an = m.span`
|
|
|
3890
3891
|
letter-spacing: var(--typo-body-spacing-small, 0.00938rem);
|
|
3891
3892
|
}
|
|
3892
3893
|
}
|
|
3893
|
-
`,
|
|
3894
|
+
`, Go = m.div`
|
|
3894
3895
|
padding: 1.5rem;
|
|
3895
3896
|
`, Jt = m.div`
|
|
3896
3897
|
display: flex;
|
|
3897
3898
|
align-items: center;
|
|
3898
3899
|
justify-content: center;
|
|
3899
3900
|
padding: 1.5rem;
|
|
3900
|
-
`,
|
|
3901
|
+
`, Uo = m.div`
|
|
3901
3902
|
display: flex;
|
|
3902
3903
|
align-items: center;
|
|
3903
3904
|
padding: 24px;
|
|
@@ -4021,24 +4022,24 @@ const an = m.span`
|
|
|
4021
4022
|
id: i,
|
|
4022
4023
|
setRefetchData: o
|
|
4023
4024
|
}) => {
|
|
4024
|
-
const [a, l] =
|
|
4025
|
+
const [a, l] = z(), [d, c] = z([]);
|
|
4025
4026
|
async function u() {
|
|
4026
|
-
var p,
|
|
4027
|
+
var p, h, f;
|
|
4027
4028
|
try {
|
|
4028
4029
|
const g = await e({ confirmationToken: r, code: a, id: i });
|
|
4029
4030
|
(p = g == null ? void 0 : g.data) != null && p.success && (n(!1), o((y) => !y));
|
|
4030
4031
|
} catch (g) {
|
|
4031
|
-
const y =
|
|
4032
|
+
const y = je((f = (h = g == null ? void 0 : g.response) == null ? void 0 : h.data) == null ? void 0 : f.errors);
|
|
4032
4033
|
c(y), console.log(g);
|
|
4033
4034
|
}
|
|
4034
4035
|
}
|
|
4035
4036
|
return /* @__PURE__ */ v("div", { children: [
|
|
4036
|
-
/* @__PURE__ */ s(
|
|
4037
|
-
|
|
4038
|
-
/* @__PURE__ */ s(pe, { children:
|
|
4037
|
+
/* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ v(ke, { children: [
|
|
4038
|
+
U("EnterBackupCode"),
|
|
4039
|
+
/* @__PURE__ */ s(pe, { children: U("BackupCodesDesc") })
|
|
4039
4040
|
] }) }),
|
|
4040
4041
|
/* @__PURE__ */ v(sn, { className: d.length > 0 ? "verification-error" : "", children: [
|
|
4041
|
-
/* @__PURE__ */ s(pe, { children:
|
|
4042
|
+
/* @__PURE__ */ s(pe, { children: U("BackupCode") }),
|
|
4042
4043
|
/* @__PURE__ */ s(
|
|
4043
4044
|
qt,
|
|
4044
4045
|
{
|
|
@@ -4052,7 +4053,7 @@ const an = m.span`
|
|
|
4052
4053
|
" ",
|
|
4053
4054
|
p.errors[0]
|
|
4054
4055
|
] }, p.name)),
|
|
4055
|
-
/* @__PURE__ */ s(_o, { children:
|
|
4056
|
+
/* @__PURE__ */ s(_o, { children: U("BackupCodeSpan") })
|
|
4056
4057
|
] }),
|
|
4057
4058
|
/* @__PURE__ */ v(ue, { children: [
|
|
4058
4059
|
/* @__PURE__ */ s(
|
|
@@ -4118,40 +4119,40 @@ const Zo = {
|
|
|
4118
4119
|
isBlocked: o,
|
|
4119
4120
|
onBlockStateClose: a
|
|
4120
4121
|
}) => {
|
|
4121
|
-
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);
|
|
4122
4123
|
function O(k) {
|
|
4123
4124
|
p(k);
|
|
4124
4125
|
}
|
|
4125
|
-
async function
|
|
4126
|
+
async function M() {
|
|
4126
4127
|
const k = l;
|
|
4127
4128
|
if (k)
|
|
4128
4129
|
try {
|
|
4129
|
-
|
|
4130
|
-
const
|
|
4131
|
-
c(
|
|
4132
|
-
} catch (
|
|
4133
|
-
if (console.log(
|
|
4134
|
-
const
|
|
4135
|
-
|
|
4130
|
+
f([]);
|
|
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
|
+
f(Y);
|
|
4136
4137
|
}
|
|
4137
4138
|
}
|
|
4138
4139
|
}
|
|
4139
4140
|
async function S(k) {
|
|
4140
|
-
const
|
|
4141
|
-
if (
|
|
4141
|
+
const P = d;
|
|
4142
|
+
if (P)
|
|
4142
4143
|
try {
|
|
4143
|
-
|
|
4144
|
-
const
|
|
4145
|
-
c(
|
|
4146
|
-
} catch (
|
|
4147
|
-
if (console.log(
|
|
4148
|
-
const Y =
|
|
4149
|
-
|
|
4144
|
+
f([]);
|
|
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
|
+
f(B);
|
|
4150
4151
|
}
|
|
4151
4152
|
}
|
|
4152
4153
|
}
|
|
4153
4154
|
function E() {
|
|
4154
|
-
p(""), e(!1),
|
|
4155
|
+
p(""), e(!1), f([]);
|
|
4155
4156
|
}
|
|
4156
4157
|
return o ? /* @__PURE__ */ s(pr, { isOpen: o, onClose: a, children: /* @__PURE__ */ v(Ro, { children: [
|
|
4157
4158
|
/* @__PURE__ */ v(No, { children: [
|
|
@@ -4161,7 +4162,7 @@ const Zo = {
|
|
|
4161
4162
|
] }),
|
|
4162
4163
|
/* @__PURE__ */ s(Vo, { children: j("ContactInformationBlockedDesc") })
|
|
4163
4164
|
] }),
|
|
4164
|
-
/* @__PURE__ */ v(
|
|
4165
|
+
/* @__PURE__ */ v(jo, { children: [
|
|
4165
4166
|
j("TryAgain"),
|
|
4166
4167
|
/* @__PURE__ */ s(ce, {})
|
|
4167
4168
|
] })
|
|
@@ -4175,21 +4176,21 @@ const Zo = {
|
|
|
4175
4176
|
setVisible: e
|
|
4176
4177
|
}
|
|
4177
4178
|
) : /* @__PURE__ */ v(on, { children: [
|
|
4178
|
-
/* @__PURE__ */ s("h2", { children:
|
|
4179
|
+
/* @__PURE__ */ s("h2", { children: U("EnterVerificationCode") }),
|
|
4179
4180
|
/* @__PURE__ */ s("p", { children: n !== void 0 ? j(Zo[n]) : "" }),
|
|
4180
4181
|
n !== 1 && /* @__PURE__ */ v(oe, { children: [
|
|
4181
4182
|
/* @__PURE__ */ v(
|
|
4182
|
-
|
|
4183
|
+
Ho,
|
|
4183
4184
|
{
|
|
4184
|
-
className:
|
|
4185
|
+
className: h.length > 0 ? "verification-error" : "",
|
|
4185
4186
|
children: [
|
|
4186
4187
|
/* @__PURE__ */ s(Be.OTP, { value: u, onChange: O }),
|
|
4187
|
-
/* @__PURE__ */ v(
|
|
4188
|
-
|
|
4188
|
+
/* @__PURE__ */ v(Po, { children: [
|
|
4189
|
+
U("DidnReceiveCode"),
|
|
4189
4190
|
" ",
|
|
4190
|
-
/* @__PURE__ */ s(an, { onClick: () => y(!0), children:
|
|
4191
|
+
/* @__PURE__ */ s(an, { onClick: () => y(!0), children: U("EnterBackupCode") })
|
|
4191
4192
|
] }),
|
|
4192
|
-
|
|
4193
|
+
h.map((k) => /* @__PURE__ */ v("span", { children: [
|
|
4193
4194
|
/* @__PURE__ */ s(it, {}),
|
|
4194
4195
|
k.errors[0]
|
|
4195
4196
|
] }, k.name))
|
|
@@ -4199,7 +4200,7 @@ const Zo = {
|
|
|
4199
4200
|
/* @__PURE__ */ v(
|
|
4200
4201
|
"button",
|
|
4201
4202
|
{
|
|
4202
|
-
onClick:
|
|
4203
|
+
onClick: M,
|
|
4203
4204
|
disabled: u.length !== 6,
|
|
4204
4205
|
children: [
|
|
4205
4206
|
J("ShowContactInformation"),
|
|
@@ -4210,26 +4211,26 @@ const Zo = {
|
|
|
4210
4211
|
] })
|
|
4211
4212
|
] }) });
|
|
4212
4213
|
}, Qo = () => {
|
|
4213
|
-
const { enableContactInfo: r, disableContactInfo: e } =
|
|
4214
|
-
var
|
|
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;
|
|
4215
4216
|
if (r)
|
|
4216
4217
|
try {
|
|
4217
4218
|
d(!1);
|
|
4218
4219
|
const E = await r();
|
|
4219
4220
|
a({
|
|
4220
|
-
token: (
|
|
4221
|
+
token: (f = (h = E.data) == null ? void 0 : h.value) == null ? void 0 : f.token,
|
|
4221
4222
|
id: (y = (g = E.data) == null ? void 0 : g.value) == null ? void 0 : y.id,
|
|
4222
|
-
mfaType: (
|
|
4223
|
+
mfaType: (M = (O = E.data) == null ? void 0 : O.value) == null ? void 0 : M.mfaType
|
|
4223
4224
|
}), i(!0);
|
|
4224
4225
|
} catch (E) {
|
|
4225
|
-
const k = (S = E.response) == null ? void 0 : S.data,
|
|
4226
|
-
(
|
|
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);
|
|
4227
4228
|
}
|
|
4228
4229
|
};
|
|
4229
4230
|
async function u() {
|
|
4230
4231
|
if (!e) return;
|
|
4231
|
-
const
|
|
4232
|
-
t(
|
|
4232
|
+
const h = await e();
|
|
4233
|
+
t(h.data.value);
|
|
4233
4234
|
}
|
|
4234
4235
|
const p = () => {
|
|
4235
4236
|
d(!1), i(!1);
|
|
@@ -4253,9 +4254,9 @@ const Zo = {
|
|
|
4253
4254
|
}
|
|
4254
4255
|
};
|
|
4255
4256
|
}, Xo = ({ close: r }) => {
|
|
4256
|
-
var
|
|
4257
|
-
const { user: e } =
|
|
4258
|
-
function
|
|
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
|
+
function f(S) {
|
|
4259
4260
|
const E = t.find((k) => k.dataIndex == S.value);
|
|
4260
4261
|
l([E]);
|
|
4261
4262
|
}
|
|
@@ -4266,13 +4267,13 @@ const Zo = {
|
|
|
4266
4267
|
});
|
|
4267
4268
|
}
|
|
4268
4269
|
function y(S, E) {
|
|
4269
|
-
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 = [];
|
|
4270
4271
|
return B > 0 && F.push(`${B}h`), Y > 0 && F.push(`${Y}m`), F.join(" ");
|
|
4271
4272
|
}
|
|
4272
4273
|
function O() {
|
|
4273
4274
|
c(), r();
|
|
4274
4275
|
}
|
|
4275
|
-
return /* @__PURE__ */ v(
|
|
4276
|
+
return /* @__PURE__ */ v(zo, { children: [
|
|
4276
4277
|
/* @__PURE__ */ v("header", { children: [
|
|
4277
4278
|
/* @__PURE__ */ s("span", { children: j("ViewOptions") }),
|
|
4278
4279
|
/* @__PURE__ */ s("button", { onClick: r, children: /* @__PURE__ */ s(cr, {}) })
|
|
@@ -4282,8 +4283,8 @@ const Zo = {
|
|
|
4282
4283
|
/* @__PURE__ */ v(
|
|
4283
4284
|
"li",
|
|
4284
4285
|
{
|
|
4285
|
-
className: o ==
|
|
4286
|
-
onClick: () => a(
|
|
4286
|
+
className: o == Oe.TABLE ? "active" : "",
|
|
4287
|
+
onClick: () => a(Oe.TABLE),
|
|
4287
4288
|
children: [
|
|
4288
4289
|
/* @__PURE__ */ s(dr, {}),
|
|
4289
4290
|
/* @__PURE__ */ s("span", { children: j("Table") })
|
|
@@ -4293,8 +4294,8 @@ const Zo = {
|
|
|
4293
4294
|
/* @__PURE__ */ v(
|
|
4294
4295
|
"li",
|
|
4295
4296
|
{
|
|
4296
|
-
className: o ==
|
|
4297
|
-
onClick: () => a(
|
|
4297
|
+
className: o == Oe.LIST ? "active" : "",
|
|
4298
|
+
onClick: () => a(Oe.LIST),
|
|
4298
4299
|
children: [
|
|
4299
4300
|
/* @__PURE__ */ s(gt, {}),
|
|
4300
4301
|
/* @__PURE__ */ s("span", { children: j("List") })
|
|
@@ -4305,7 +4306,7 @@ const Zo = {
|
|
|
4305
4306
|
/* @__PURE__ */ s("ul", { className: "grouping-list", children: /* @__PURE__ */ v("li", { children: [
|
|
4306
4307
|
/* @__PURE__ */ s("span", { children: j("Grouping") }),
|
|
4307
4308
|
/* @__PURE__ */ s(
|
|
4308
|
-
|
|
4309
|
+
jt,
|
|
4309
4310
|
{
|
|
4310
4311
|
className: "teeest",
|
|
4311
4312
|
showSearch: !0,
|
|
@@ -4314,12 +4315,12 @@ const Zo = {
|
|
|
4314
4315
|
label: S.title
|
|
4315
4316
|
})),
|
|
4316
4317
|
labelInValue: !0,
|
|
4317
|
-
placeholder: /* @__PURE__ */ v(
|
|
4318
|
+
placeholder: /* @__PURE__ */ v(Mo, { children: [
|
|
4318
4319
|
/* @__PURE__ */ s(gt, {}),
|
|
4319
4320
|
j("NoGrouping")
|
|
4320
4321
|
] }),
|
|
4321
|
-
value: ((
|
|
4322
|
-
onChange:
|
|
4322
|
+
value: ((M = n[0]) == null ? void 0 : M.dataIndex) || null,
|
|
4323
|
+
onChange: f
|
|
4323
4324
|
}
|
|
4324
4325
|
)
|
|
4325
4326
|
] }) }),
|
|
@@ -4353,7 +4354,7 @@ const Zo = {
|
|
|
4353
4354
|
/* @__PURE__ */ s(nn, {})
|
|
4354
4355
|
] })
|
|
4355
4356
|
] }),
|
|
4356
|
-
/* @__PURE__ */ s(Jo, { ...
|
|
4357
|
+
/* @__PURE__ */ s(Jo, { ...h })
|
|
4357
4358
|
] });
|
|
4358
4359
|
}, ea = ({
|
|
4359
4360
|
columns: r,
|
|
@@ -4368,59 +4369,59 @@ const Zo = {
|
|
|
4368
4369
|
pagination: c,
|
|
4369
4370
|
CustomFilters: u,
|
|
4370
4371
|
initialFilterValues: p,
|
|
4371
|
-
tableAdditionalFields:
|
|
4372
|
-
createIsModal:
|
|
4372
|
+
tableAdditionalFields: h,
|
|
4373
|
+
createIsModal: f,
|
|
4373
4374
|
editButton: g,
|
|
4374
4375
|
noPagination: y,
|
|
4375
4376
|
noDataProps: O,
|
|
4376
|
-
exportButton:
|
|
4377
|
+
exportButton: M,
|
|
4377
4378
|
hasSelect: S,
|
|
4378
4379
|
selectProps: E,
|
|
4379
4380
|
TableComponent: k,
|
|
4380
|
-
tableProps:
|
|
4381
|
-
noNeedSidebarResponsiveButton:
|
|
4381
|
+
tableProps: P = {},
|
|
4382
|
+
noNeedSidebarResponsiveButton: G,
|
|
4382
4383
|
loadedData: Y = () => {
|
|
4383
4384
|
}
|
|
4384
4385
|
}) => {
|
|
4385
4386
|
var X, me, fe;
|
|
4386
|
-
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(
|
|
4387
4388
|
() => e({ ...F, ...p }),
|
|
4388
4389
|
[F, B, t]
|
|
4389
4390
|
);
|
|
4390
|
-
|
|
4391
|
+
zi(), K(() => {
|
|
4391
4392
|
C != null && C.data && Y(C.data);
|
|
4392
4393
|
}, [C, Y]);
|
|
4393
|
-
const [
|
|
4394
|
+
const [H, V] = z(!1), W = wt(null), q = Mi(W), Q = we(() => r.filter((ve) => N[ve.dataIndex] !== !0), [r, N]);
|
|
4394
4395
|
return K(() => {
|
|
4395
4396
|
L(n || !1), w(S || !1);
|
|
4396
4397
|
}, [S]), K(() => {
|
|
4397
4398
|
D(r);
|
|
4398
4399
|
}, [r]), K(() => {
|
|
4399
4400
|
x(l);
|
|
4400
|
-
}, [l]), /* @__PURE__ */ v(
|
|
4401
|
+
}, [l]), /* @__PURE__ */ v(Pi, { children: [
|
|
4401
4402
|
/* @__PURE__ */ v(Ni, { ref: W, children: [
|
|
4402
4403
|
/* @__PURE__ */ s(
|
|
4403
4404
|
Zi,
|
|
4404
4405
|
{
|
|
4405
|
-
noNeedSidebarResponsiveButton:
|
|
4406
|
+
noNeedSidebarResponsiveButton: G,
|
|
4406
4407
|
hasSelect: S,
|
|
4407
4408
|
selectProps: E,
|
|
4408
|
-
exportButton:
|
|
4409
|
+
exportButton: M,
|
|
4409
4410
|
setisSettingPopupVisible: V,
|
|
4410
4411
|
CustomFilters: u,
|
|
4411
|
-
tableAdditionalFields:
|
|
4412
|
-
createIsModal:
|
|
4412
|
+
tableAdditionalFields: h,
|
|
4413
|
+
createIsModal: f,
|
|
4413
4414
|
GridPageTopLeftComponent: i
|
|
4414
4415
|
}
|
|
4415
4416
|
),
|
|
4416
4417
|
o,
|
|
4417
4418
|
(R.length > 0 || b.length > 0) && /* @__PURE__ */ s(po, {})
|
|
4418
4419
|
] }),
|
|
4419
|
-
/* @__PURE__ */ s(
|
|
4420
|
+
/* @__PURE__ */ s(Gi, { height: `calc(100vh - ${`${q}px`})`, children: k ? /* @__PURE__ */ s(
|
|
4420
4421
|
k,
|
|
4421
4422
|
{
|
|
4422
4423
|
dataSource: ((X = C == null ? void 0 : C.data) == null ? void 0 : X.items) || [],
|
|
4423
|
-
...
|
|
4424
|
+
...P,
|
|
4424
4425
|
rowKey: d || "id",
|
|
4425
4426
|
columns: [
|
|
4426
4427
|
{
|
|
@@ -4441,7 +4442,7 @@ const Zo = {
|
|
|
4441
4442
|
{
|
|
4442
4443
|
noPagination: y,
|
|
4443
4444
|
editButton: g,
|
|
4444
|
-
createIsModal:
|
|
4445
|
+
createIsModal: f,
|
|
4445
4446
|
rowKey: d || "id",
|
|
4446
4447
|
columns: [
|
|
4447
4448
|
{
|
|
@@ -4463,10 +4464,10 @@ const Zo = {
|
|
|
4463
4464
|
noDataProps: O || null
|
|
4464
4465
|
}
|
|
4465
4466
|
) }),
|
|
4466
|
-
|
|
4467
|
+
H && /* @__PURE__ */ s(Xo, { close: () => V(!1) })
|
|
4467
4468
|
] });
|
|
4468
|
-
},
|
|
4469
|
-
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();
|
|
4470
4471
|
if (K(() => {
|
|
4471
4472
|
r && t();
|
|
4472
4473
|
}, [n.pathname]), !e || !r) return null;
|
|
@@ -4479,9 +4480,9 @@ const Zo = {
|
|
|
4479
4480
|
hideFooter: c,
|
|
4480
4481
|
showCloseButton: u,
|
|
4481
4482
|
onOk: p,
|
|
4482
|
-
onCancel:
|
|
4483
|
-
} = e,
|
|
4484
|
-
|
|
4483
|
+
onCancel: h
|
|
4484
|
+
} = e, f = () => {
|
|
4485
|
+
h == null || h();
|
|
4485
4486
|
}, g = () => {
|
|
4486
4487
|
p == null || p();
|
|
4487
4488
|
};
|
|
@@ -4497,7 +4498,7 @@ const Zo = {
|
|
|
4497
4498
|
children: [
|
|
4498
4499
|
o && /* @__PURE__ */ s(o, { ...a }),
|
|
4499
4500
|
!c && /* @__PURE__ */ v(et, { children: [
|
|
4500
|
-
/* @__PURE__ */ s(re, { onClick:
|
|
4501
|
+
/* @__PURE__ */ s(re, { onClick: f, children: d == null ? void 0 : d.cancelText }),
|
|
4501
4502
|
/* @__PURE__ */ s(
|
|
4502
4503
|
to,
|
|
4503
4504
|
{
|
|
@@ -4545,23 +4546,23 @@ const Zo = {
|
|
|
4545
4546
|
const l = n;
|
|
4546
4547
|
if (l)
|
|
4547
4548
|
try {
|
|
4548
|
-
const
|
|
4549
|
-
(c = (d =
|
|
4550
|
-
} catch (
|
|
4551
|
-
console.error("Failed to toggle 2FA:",
|
|
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(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
|
+
} catch (h) {
|
|
4552
|
+
console.error("Failed to toggle 2FA:", h);
|
|
4552
4553
|
}
|
|
4553
4554
|
}
|
|
4554
4555
|
return /* @__PURE__ */ v("div", { children: [
|
|
4555
|
-
/* @__PURE__ */ s(
|
|
4556
|
-
|
|
4557
|
-
/* @__PURE__ */ s(pe, { children:
|
|
4556
|
+
/* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ v(ke, { children: [
|
|
4557
|
+
U("SetupTwoFactorAuthentication"),
|
|
4558
|
+
/* @__PURE__ */ s(pe, { children: U("SetupTwoFactorAuthenticationDesc") })
|
|
4558
4559
|
] }) }),
|
|
4559
4560
|
/* @__PURE__ */ s(ue, { onClick: a, children: /* @__PURE__ */ s(et, { children: /* @__PURE__ */ v(re, { children: [
|
|
4560
4561
|
/* @__PURE__ */ s("span", { children: j("Email") }),
|
|
4561
4562
|
/* @__PURE__ */ s(ce, {})
|
|
4562
4563
|
] }) }) }),
|
|
4563
|
-
/* @__PURE__ */ s(ue, { onClick: () => e(
|
|
4564
|
-
/* @__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") }),
|
|
4565
4566
|
/* @__PURE__ */ s(ce, {})
|
|
4566
4567
|
] }) }) }),
|
|
4567
4568
|
/* @__PURE__ */ s(ue, { children: /* @__PURE__ */ s(re, { onClick: r, children: J("Cancel") }) })
|
|
@@ -4573,27 +4574,27 @@ const Zo = {
|
|
|
4573
4574
|
setRefetch: n,
|
|
4574
4575
|
confirmTwoFactorService: i
|
|
4575
4576
|
}) => {
|
|
4576
|
-
const [o, a] =
|
|
4577
|
+
const [o, a] = z(""), [l, d] = z([]);
|
|
4577
4578
|
function c(p) {
|
|
4578
4579
|
a(p);
|
|
4579
4580
|
}
|
|
4580
4581
|
async function u() {
|
|
4581
|
-
var
|
|
4582
|
+
var h;
|
|
4582
4583
|
const p = i;
|
|
4583
4584
|
if (p)
|
|
4584
4585
|
try {
|
|
4585
|
-
const
|
|
4586
|
-
(
|
|
4587
|
-
} catch (
|
|
4588
|
-
console.log(
|
|
4586
|
+
const f = await p(o);
|
|
4587
|
+
(h = f.data) != null && h.success && (e(Fe.BACKUP_CODES), t(f.data.value.recoveryCodes));
|
|
4588
|
+
} catch (f) {
|
|
4589
|
+
console.log(f);
|
|
4589
4590
|
} finally {
|
|
4590
|
-
n((
|
|
4591
|
+
n((f) => f + 1);
|
|
4591
4592
|
}
|
|
4592
4593
|
}
|
|
4593
4594
|
return /* @__PURE__ */ v("div", { children: [
|
|
4594
|
-
/* @__PURE__ */ v(
|
|
4595
|
-
|
|
4596
|
-
/* @__PURE__ */ s(pe, { children:
|
|
4595
|
+
/* @__PURE__ */ v(ke, { children: [
|
|
4596
|
+
U("EnterVerificationCode"),
|
|
4597
|
+
/* @__PURE__ */ s(pe, { children: U("YouMaySeeVerificationCode") })
|
|
4597
4598
|
] }),
|
|
4598
4599
|
/* @__PURE__ */ v(ln, { children: [
|
|
4599
4600
|
/* @__PURE__ */ s(Be.OTP, { value: o, onChange: c }),
|
|
@@ -4612,22 +4613,22 @@ const Zo = {
|
|
|
4612
4613
|
] });
|
|
4613
4614
|
}, na = ({ onClose: r, setCurrentStep: e }) => {
|
|
4614
4615
|
const t = [
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
|
|
4616
|
+
U("Microsoft"),
|
|
4617
|
+
U("Google"),
|
|
4618
|
+
U("Other")
|
|
4618
4619
|
];
|
|
4619
4620
|
return /* @__PURE__ */ v("div", { children: [
|
|
4620
|
-
/* @__PURE__ */ s(
|
|
4621
|
-
|
|
4621
|
+
/* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ v(ke, { children: [
|
|
4622
|
+
U("SetupTwoFactorAuthentication"),
|
|
4622
4623
|
/* @__PURE__ */ v(pe, { children: [
|
|
4623
4624
|
" ",
|
|
4624
|
-
|
|
4625
|
+
U("SetupTwoFactorAuthenticationDesc")
|
|
4625
4626
|
] })
|
|
4626
4627
|
] }) }),
|
|
4627
4628
|
t.map((n) => /* @__PURE__ */ s(
|
|
4628
4629
|
ue,
|
|
4629
4630
|
{
|
|
4630
|
-
onClick: () => e(
|
|
4631
|
+
onClick: () => e(Fe.CONNECT_AUTHENTICATOR),
|
|
4631
4632
|
children: /* @__PURE__ */ s(et, { children: /* @__PURE__ */ v(re, { children: [
|
|
4632
4633
|
/* @__PURE__ */ s("span", { children: n }),
|
|
4633
4634
|
/* @__PURE__ */ s(ce, {})
|
|
@@ -4718,27 +4719,27 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
4718
4719
|
function pn(r, e) {
|
|
4719
4720
|
return ca(r) || da(r, e) || pa(r, e) || ua();
|
|
4720
4721
|
}
|
|
4721
|
-
function
|
|
4722
|
+
function ze(r) {
|
|
4722
4723
|
"@babel/helpers - typeof";
|
|
4723
|
-
return
|
|
4724
|
+
return ze = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
4724
4725
|
return typeof e;
|
|
4725
4726
|
} : function(e) {
|
|
4726
4727
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
4727
|
-
},
|
|
4728
|
+
}, ze(r);
|
|
4728
4729
|
}
|
|
4729
4730
|
function fa(r, e) {
|
|
4730
|
-
if (
|
|
4731
|
+
if (ze(r) != "object" || !r) return r;
|
|
4731
4732
|
var t = r[Symbol.toPrimitive];
|
|
4732
4733
|
if (t !== void 0) {
|
|
4733
4734
|
var n = t.call(r, e);
|
|
4734
|
-
if (
|
|
4735
|
+
if (ze(n) != "object") return n;
|
|
4735
4736
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
4736
4737
|
}
|
|
4737
4738
|
return (e === "string" ? String : Number)(r);
|
|
4738
4739
|
}
|
|
4739
4740
|
function ha(r) {
|
|
4740
4741
|
var e = fa(r, "string");
|
|
4741
|
-
return
|
|
4742
|
+
return ze(e) == "symbol" ? e : e + "";
|
|
4742
4743
|
}
|
|
4743
4744
|
function ie(r, e, t) {
|
|
4744
4745
|
return (e = ha(e)) in r ? Object.defineProperty(r, e, {
|
|
@@ -5063,8 +5064,8 @@ class Re {
|
|
|
5063
5064
|
a: i
|
|
5064
5065
|
}) {
|
|
5065
5066
|
if (this._h = e % 360, this._s = t, this._l = n, this.a = typeof i == "number" ? i : 1, t <= 0) {
|
|
5066
|
-
const
|
|
5067
|
-
this.r =
|
|
5067
|
+
const h = ee(n * 255);
|
|
5068
|
+
this.r = h, this.g = h, this.b = h;
|
|
5068
5069
|
}
|
|
5069
5070
|
let o = 0, a = 0, l = 0;
|
|
5070
5071
|
const d = e / 60, c = (1 - Math.abs(2 * n - 1)) * t, u = c * (1 - Math.abs(d % 2 - 1));
|
|
@@ -5201,8 +5202,8 @@ function Sa(r) {
|
|
|
5201
5202
|
return c.toHexString();
|
|
5202
5203
|
});
|
|
5203
5204
|
}
|
|
5204
|
-
var
|
|
5205
|
-
|
|
5205
|
+
var zt = ["#e6f4ff", "#bae0ff", "#91caff", "#69b1ff", "#4096ff", "#1677ff", "#0958d9", "#003eb3", "#002c8c", "#001d66"];
|
|
5206
|
+
zt.primary = zt[5];
|
|
5206
5207
|
function xr(r, e) {
|
|
5207
5208
|
var t = Object.keys(r);
|
|
5208
5209
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -5239,7 +5240,7 @@ function La(r, e) {
|
|
|
5239
5240
|
}
|
|
5240
5241
|
return !1;
|
|
5241
5242
|
}
|
|
5242
|
-
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();
|
|
5243
5244
|
function mn() {
|
|
5244
5245
|
var r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, e = r.mark;
|
|
5245
5246
|
return e ? e.startsWith("data-") ? e : "data-".concat(e) : Oa;
|
|
@@ -5254,7 +5255,7 @@ function Da(r) {
|
|
|
5254
5255
|
return r === "queue" ? "prependQueue" : r ? "prepend" : "append";
|
|
5255
5256
|
}
|
|
5256
5257
|
function Xt(r) {
|
|
5257
|
-
return Array.from((
|
|
5258
|
+
return Array.from((Mt.get(r) || r).children).filter(function(e) {
|
|
5258
5259
|
return e.tagName === "STYLE";
|
|
5259
5260
|
});
|
|
5260
5261
|
}
|
|
@@ -5267,11 +5268,11 @@ function vn(r) {
|
|
|
5267
5268
|
var c = Qt(e), u = c.firstChild;
|
|
5268
5269
|
if (n) {
|
|
5269
5270
|
if (l) {
|
|
5270
|
-
var p = (e.styles || Xt(c)).filter(function(
|
|
5271
|
-
if (!["prepend", "prependQueue"].includes(
|
|
5271
|
+
var p = (e.styles || Xt(c)).filter(function(h) {
|
|
5272
|
+
if (!["prepend", "prependQueue"].includes(h.getAttribute(wr)))
|
|
5272
5273
|
return !1;
|
|
5273
|
-
var
|
|
5274
|
-
return o >=
|
|
5274
|
+
var f = Number(h.getAttribute(Cr) || 0);
|
|
5275
|
+
return o >= f;
|
|
5275
5276
|
});
|
|
5276
5277
|
if (p.length)
|
|
5277
5278
|
return c.insertBefore(d, p[p.length - 1].nextSibling), d;
|
|
@@ -5288,10 +5289,10 @@ function Ea(r) {
|
|
|
5288
5289
|
});
|
|
5289
5290
|
}
|
|
5290
5291
|
function Ta(r, e) {
|
|
5291
|
-
var t =
|
|
5292
|
+
var t = Mt.get(r);
|
|
5292
5293
|
if (!t || !La(document, t)) {
|
|
5293
5294
|
var n = vn("", e), i = n.parentNode;
|
|
5294
|
-
|
|
5295
|
+
Mt.set(r, i), r.removeChild(n);
|
|
5295
5296
|
}
|
|
5296
5297
|
}
|
|
5297
5298
|
function $a(r, e) {
|
|
@@ -5318,13 +5319,13 @@ function yn(r) {
|
|
|
5318
5319
|
function Ia(r) {
|
|
5319
5320
|
return yn(r) instanceof ShadowRoot;
|
|
5320
5321
|
}
|
|
5321
|
-
function
|
|
5322
|
+
function za(r) {
|
|
5322
5323
|
return Ia(r) ? yn(r) : null;
|
|
5323
5324
|
}
|
|
5324
|
-
var
|
|
5325
|
+
var Ht = {}, er = [], Ma = function(e) {
|
|
5325
5326
|
er.push(e);
|
|
5326
5327
|
};
|
|
5327
|
-
function
|
|
5328
|
+
function Ha(r, e) {
|
|
5328
5329
|
if (process.env.NODE_ENV !== "production" && !r && console !== void 0) {
|
|
5329
5330
|
var t = er.reduce(function(n, i) {
|
|
5330
5331
|
return i(n ?? "", "warning");
|
|
@@ -5332,7 +5333,7 @@ function za(r, e) {
|
|
|
5332
5333
|
t && console.error("Warning: ".concat(t));
|
|
5333
5334
|
}
|
|
5334
5335
|
}
|
|
5335
|
-
function
|
|
5336
|
+
function Pa(r, e) {
|
|
5336
5337
|
if (process.env.NODE_ENV !== "production" && !r && console !== void 0) {
|
|
5337
5338
|
var t = er.reduce(function(n, i) {
|
|
5338
5339
|
return i(n ?? "", "note");
|
|
@@ -5341,18 +5342,18 @@ function Ha(r, e) {
|
|
|
5341
5342
|
}
|
|
5342
5343
|
}
|
|
5343
5344
|
function Ra() {
|
|
5344
|
-
|
|
5345
|
+
Ht = {};
|
|
5345
5346
|
}
|
|
5346
5347
|
function bn(r, e, t) {
|
|
5347
|
-
!e && !
|
|
5348
|
+
!e && !Ht[t] && (r(!1, t), Ht[t] = !0);
|
|
5348
5349
|
}
|
|
5349
5350
|
function St(r, e) {
|
|
5350
|
-
bn(
|
|
5351
|
+
bn(Ha, r, e);
|
|
5351
5352
|
}
|
|
5352
5353
|
function Na(r, e) {
|
|
5353
|
-
bn(
|
|
5354
|
+
bn(Pa, r, e);
|
|
5354
5355
|
}
|
|
5355
|
-
St.preMessage =
|
|
5356
|
+
St.preMessage = Ma;
|
|
5356
5357
|
St.resetWarned = Ra;
|
|
5357
5358
|
St.noteOnce = Na;
|
|
5358
5359
|
function Aa(r) {
|
|
@@ -5364,7 +5365,7 @@ function Va(r, e) {
|
|
|
5364
5365
|
St(r, "[@ant-design/icons] ".concat(e));
|
|
5365
5366
|
}
|
|
5366
5367
|
function Sr(r) {
|
|
5367
|
-
return
|
|
5368
|
+
return ze(r) === "object" && typeof r.name == "string" && typeof r.theme == "string" && (ze(r.icon) === "object" || typeof r.icon == "function");
|
|
5368
5369
|
}
|
|
5369
5370
|
function kr() {
|
|
5370
5371
|
var r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
@@ -5380,15 +5381,15 @@ function kr() {
|
|
|
5380
5381
|
return e;
|
|
5381
5382
|
}, {});
|
|
5382
5383
|
}
|
|
5383
|
-
function
|
|
5384
|
+
function Pt(r, e, t) {
|
|
5384
5385
|
return t ? /* @__PURE__ */ ft.createElement(r.tag, he(he({
|
|
5385
5386
|
key: e
|
|
5386
5387
|
}, kr(r.attrs)), t), (r.children || []).map(function(n, i) {
|
|
5387
|
-
return
|
|
5388
|
+
return Pt(n, "".concat(e, "-").concat(r.tag, "-").concat(i));
|
|
5388
5389
|
})) : /* @__PURE__ */ ft.createElement(r.tag, he({
|
|
5389
5390
|
key: e
|
|
5390
5391
|
}, kr(r.attrs)), (r.children || []).map(function(n, i) {
|
|
5391
|
-
return
|
|
5392
|
+
return Pt(n, "".concat(e, "-").concat(r.tag, "-").concat(i));
|
|
5392
5393
|
}));
|
|
5393
5394
|
}
|
|
5394
5395
|
function xn(r) {
|
|
@@ -5397,7 +5398,7 @@ function xn(r) {
|
|
|
5397
5398
|
function wn(r) {
|
|
5398
5399
|
return r ? Array.isArray(r) ? r : [r] : [];
|
|
5399
5400
|
}
|
|
5400
|
-
var
|
|
5401
|
+
var ja = `
|
|
5401
5402
|
.anticon {
|
|
5402
5403
|
display: inline-flex;
|
|
5403
5404
|
align-items: center;
|
|
@@ -5452,12 +5453,12 @@ var Fa = `
|
|
|
5452
5453
|
transform: rotate(360deg);
|
|
5453
5454
|
}
|
|
5454
5455
|
}
|
|
5455
|
-
`,
|
|
5456
|
-
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;
|
|
5457
5458
|
i && (a = a.replace(/anticon/g, i)), o && (a = "@layer ".concat(o, ` {
|
|
5458
5459
|
`).concat(a, `
|
|
5459
5460
|
}`)), K(function() {
|
|
5460
|
-
var l = e.current, d =
|
|
5461
|
+
var l = e.current, d = za(l);
|
|
5461
5462
|
$a(a, "@ant-design-icons", {
|
|
5462
5463
|
prepend: !o,
|
|
5463
5464
|
csp: n,
|
|
@@ -5473,20 +5474,20 @@ function _a(r) {
|
|
|
5473
5474
|
var e = r.primaryColor, t = r.secondaryColor;
|
|
5474
5475
|
Je.primaryColor = e, Je.secondaryColor = t || xn(e), Je.calculated = !!t;
|
|
5475
5476
|
}
|
|
5476
|
-
function
|
|
5477
|
+
function Ga() {
|
|
5477
5478
|
return he({}, Je);
|
|
5478
5479
|
}
|
|
5479
|
-
var
|
|
5480
|
+
var Ue = function(e) {
|
|
5480
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;
|
|
5481
5482
|
if (a && (u = {
|
|
5482
5483
|
primaryColor: a,
|
|
5483
5484
|
secondaryColor: l || xn(a)
|
|
5484
|
-
}),
|
|
5485
|
+
}), Fa(c), Va(Sr(t), "icon should be icon definiton, but got ".concat(t)), !Sr(t))
|
|
5485
5486
|
return null;
|
|
5486
5487
|
var p = t;
|
|
5487
5488
|
return p && typeof p.icon == "function" && (p = he(he({}, p), {}, {
|
|
5488
5489
|
icon: p.icon(u.primaryColor, u.secondaryColor)
|
|
5489
|
-
})),
|
|
5490
|
+
})), Pt(p.icon, "svg-".concat(p.name), he(he({
|
|
5490
5491
|
className: n,
|
|
5491
5492
|
onClick: i,
|
|
5492
5493
|
style: o,
|
|
@@ -5499,29 +5500,29 @@ var Ge = function(e) {
|
|
|
5499
5500
|
ref: c
|
|
5500
5501
|
}));
|
|
5501
5502
|
};
|
|
5502
|
-
|
|
5503
|
-
|
|
5504
|
-
|
|
5503
|
+
Ue.displayName = "IconReact";
|
|
5504
|
+
Ue.getTwoToneColors = Ga;
|
|
5505
|
+
Ue.setTwoToneColors = _a;
|
|
5505
5506
|
function Cn(r) {
|
|
5506
5507
|
var e = wn(r), t = pn(e, 2), n = t[0], i = t[1];
|
|
5507
|
-
return
|
|
5508
|
+
return Ue.setTwoToneColors({
|
|
5508
5509
|
primaryColor: n,
|
|
5509
5510
|
secondaryColor: i
|
|
5510
5511
|
});
|
|
5511
5512
|
}
|
|
5512
|
-
function
|
|
5513
|
-
var r =
|
|
5513
|
+
function Ua() {
|
|
5514
|
+
var r = Ue.getTwoToneColors();
|
|
5514
5515
|
return r.calculated ? [r.primaryColor, r.secondaryColor] : r.primaryColor;
|
|
5515
5516
|
}
|
|
5516
5517
|
var Wa = ["className", "icon", "spin", "rotate", "tabIndex", "onClick", "twoToneColor"];
|
|
5517
|
-
Cn(
|
|
5518
|
+
Cn(zt.primary);
|
|
5518
5519
|
var ot = /* @__PURE__ */ $.forwardRef(function(r, e) {
|
|
5519
|
-
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,
|
|
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;
|
|
5520
5521
|
y === void 0 && l && (y = -1);
|
|
5521
5522
|
var O = o ? {
|
|
5522
5523
|
msTransform: "rotate(".concat(o, "deg)"),
|
|
5523
5524
|
transform: "rotate(".concat(o, "deg)")
|
|
5524
|
-
} : void 0,
|
|
5525
|
+
} : void 0, M = wn(d), S = pn(M, 2), E = S[0], k = S[1];
|
|
5525
5526
|
return /* @__PURE__ */ $.createElement("span", rt({
|
|
5526
5527
|
role: "img",
|
|
5527
5528
|
"aria-label": n.name
|
|
@@ -5530,7 +5531,7 @@ var ot = /* @__PURE__ */ $.forwardRef(function(r, e) {
|
|
|
5530
5531
|
tabIndex: y,
|
|
5531
5532
|
onClick: l,
|
|
5532
5533
|
className: g
|
|
5533
|
-
}), /* @__PURE__ */ $.createElement(
|
|
5534
|
+
}), /* @__PURE__ */ $.createElement(Ue, {
|
|
5534
5535
|
icon: n,
|
|
5535
5536
|
primaryColor: E,
|
|
5536
5537
|
secondaryColor: k,
|
|
@@ -5538,7 +5539,7 @@ var ot = /* @__PURE__ */ $.forwardRef(function(r, e) {
|
|
|
5538
5539
|
}));
|
|
5539
5540
|
});
|
|
5540
5541
|
ot.displayName = "AntdIcon";
|
|
5541
|
-
ot.getTwoToneColor =
|
|
5542
|
+
ot.getTwoToneColor = Ua;
|
|
5542
5543
|
ot.setTwoToneColor = Cn;
|
|
5543
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) {
|
|
5544
5545
|
return /* @__PURE__ */ $.createElement(ot, rt({}, e, {
|
|
@@ -5555,7 +5556,7 @@ var qa = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "fa
|
|
|
5555
5556
|
}, kn = /* @__PURE__ */ $.forwardRef(Za);
|
|
5556
5557
|
process.env.NODE_ENV !== "production" && (kn.displayName = "DownloadOutlined");
|
|
5557
5558
|
const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
5558
|
-
const { initiateMFA: t } =
|
|
5559
|
+
const { initiateMFA: t } = Ge(), [n, i] = z(null);
|
|
5559
5560
|
async function o() {
|
|
5560
5561
|
if (t)
|
|
5561
5562
|
try {
|
|
@@ -5568,13 +5569,13 @@ const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
|
5568
5569
|
return K(() => {
|
|
5569
5570
|
o();
|
|
5570
5571
|
}, []), /* @__PURE__ */ s("div", { children: n ? /* @__PURE__ */ v(oe, { children: [
|
|
5571
|
-
/* @__PURE__ */ s(
|
|
5572
|
+
/* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ s(ke, { children: U("EnterAuthenticationCode") }) }),
|
|
5572
5573
|
/* @__PURE__ */ s(ia, { children: /* @__PURE__ */ s("img", { src: `data:image/png;base64,${n.qrCodeImage}` }) }),
|
|
5573
5574
|
/* @__PURE__ */ s("br", {}),
|
|
5574
5575
|
/* @__PURE__ */ v(sa, { children: [
|
|
5575
5576
|
/* @__PURE__ */ v(pe, { children: [
|
|
5576
5577
|
" ",
|
|
5577
|
-
|
|
5578
|
+
U("CopyCodeManually")
|
|
5578
5579
|
] }),
|
|
5579
5580
|
/* @__PURE__ */ v(oa, { onClick: () => no(n.totpSecret), children: [
|
|
5580
5581
|
/* @__PURE__ */ s(qt, { value: n.totpSecret, disabled: !0 }),
|
|
@@ -5586,7 +5587,7 @@ const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
|
5586
5587
|
/* @__PURE__ */ v(
|
|
5587
5588
|
re,
|
|
5588
5589
|
{
|
|
5589
|
-
onClick: () => e(
|
|
5590
|
+
onClick: () => e(Fe.VERIFY_AUTHENTICATOR_CODE),
|
|
5590
5591
|
children: [
|
|
5591
5592
|
/* @__PURE__ */ s("span", { children: J("Continue") }),
|
|
5592
5593
|
/* @__PURE__ */ s(ce, {})
|
|
@@ -5596,7 +5597,7 @@ const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
|
5596
5597
|
] }) })
|
|
5597
5598
|
] }) : /* @__PURE__ */ s(Jt, { children: /* @__PURE__ */ s(Ct, {}) }) });
|
|
5598
5599
|
}, Qa = ({ onClose: r, setRefetch: e, disableMFAService: t }) => {
|
|
5599
|
-
const [n, i] =
|
|
5600
|
+
const [n, i] = z("");
|
|
5600
5601
|
function o(l) {
|
|
5601
5602
|
i(l.target.value);
|
|
5602
5603
|
}
|
|
@@ -5611,11 +5612,11 @@ const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
|
5611
5612
|
}
|
|
5612
5613
|
}
|
|
5613
5614
|
return /* @__PURE__ */ v("div", { children: [
|
|
5614
|
-
/* @__PURE__ */ s(
|
|
5615
|
-
|
|
5616
|
-
/* @__PURE__ */ s(pe, { children:
|
|
5615
|
+
/* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ v(ke, { children: [
|
|
5616
|
+
U("DisableTwoFactor"),
|
|
5617
|
+
/* @__PURE__ */ s(pe, { children: U("DisableTwoFactorDesc") })
|
|
5617
5618
|
] }) }),
|
|
5618
|
-
/* @__PURE__ */ v(
|
|
5619
|
+
/* @__PURE__ */ v(Go, { children: [
|
|
5619
5620
|
/* @__PURE__ */ s(pe, { children: j("Password") }),
|
|
5620
5621
|
/* @__PURE__ */ s(
|
|
5621
5622
|
Wo,
|
|
@@ -5641,7 +5642,7 @@ const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
|
5641
5642
|
idOf2FA: n,
|
|
5642
5643
|
confirmTwoFactorService: i
|
|
5643
5644
|
}) => {
|
|
5644
|
-
const [o, a] =
|
|
5645
|
+
const [o, a] = z(""), [l, d] = z([]);
|
|
5645
5646
|
function c(p) {
|
|
5646
5647
|
a(p);
|
|
5647
5648
|
}
|
|
@@ -5660,9 +5661,9 @@ const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
|
5660
5661
|
}
|
|
5661
5662
|
}
|
|
5662
5663
|
return /* @__PURE__ */ s("div", { children: e ? /* @__PURE__ */ v(oe, { children: [
|
|
5663
|
-
/* @__PURE__ */ v(
|
|
5664
|
-
/* @__PURE__ */ s("div", { children:
|
|
5665
|
-
/* @__PURE__ */ s(pe, { children:
|
|
5664
|
+
/* @__PURE__ */ v(ke, { children: [
|
|
5665
|
+
/* @__PURE__ */ s("div", { children: U("EnterVerificationCode") }),
|
|
5666
|
+
/* @__PURE__ */ s(pe, { children: U("BackupCodesDesc") })
|
|
5666
5667
|
] }),
|
|
5667
5668
|
/* @__PURE__ */ v(ln, { children: [
|
|
5668
5669
|
/* @__PURE__ */ s(Be.OTP, { value: o, onChange: c }),
|
|
@@ -5693,16 +5694,16 @@ const Ja = ({ onClose: r, setCurrentStep: e }) => {
|
|
|
5693
5694
|
a.href = o, a.download = "backup-codes.txt", a.click(), URL.revokeObjectURL(o);
|
|
5694
5695
|
};
|
|
5695
5696
|
return /* @__PURE__ */ v("div", { children: [
|
|
5696
|
-
/* @__PURE__ */ s(
|
|
5697
|
-
|
|
5698
|
-
/* @__PURE__ */ s(pe, { children:
|
|
5697
|
+
/* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ v(ke, { children: [
|
|
5698
|
+
U("EnterVerificationCode"),
|
|
5699
|
+
/* @__PURE__ */ s(pe, { children: U("BackupCodesDesc") })
|
|
5699
5700
|
] }) }),
|
|
5700
|
-
/* @__PURE__ */ s(
|
|
5701
|
+
/* @__PURE__ */ s(Uo, { children: /* @__PURE__ */ s(Ce, { type: "primary", icon: /* @__PURE__ */ s(kn, {}), onClick: t, children: U("DownloadBackupCodes") }) }),
|
|
5701
5702
|
/* @__PURE__ */ s(ue, { children: /* @__PURE__ */ s(re, { onClick: r, children: J("Cancel") }) })
|
|
5702
5703
|
] });
|
|
5703
5704
|
};
|
|
5704
|
-
var
|
|
5705
|
-
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 = ({
|
|
5706
5707
|
isOpen: r,
|
|
5707
5708
|
setIsOpen: e,
|
|
5708
5709
|
modal: t = 0,
|
|
@@ -5711,7 +5712,7 @@ const Il = ({
|
|
|
5711
5712
|
disableMFAService: o,
|
|
5712
5713
|
confirmTwoFactorService: a
|
|
5713
5714
|
}) => {
|
|
5714
|
-
const [l, d] =
|
|
5715
|
+
const [l, d] = z(t), [c, u] = z(""), [p, h] = z(), [f, g] = z("");
|
|
5715
5716
|
function y() {
|
|
5716
5717
|
e(!1);
|
|
5717
5718
|
}
|
|
@@ -5734,7 +5735,7 @@ const Il = ({
|
|
|
5734
5735
|
default:
|
|
5735
5736
|
return ur;
|
|
5736
5737
|
}
|
|
5737
|
-
}, [l]),
|
|
5738
|
+
}, [l]), M = we(() => {
|
|
5738
5739
|
switch (l) {
|
|
5739
5740
|
case 0:
|
|
5740
5741
|
return {
|
|
@@ -5742,7 +5743,7 @@ const Il = ({
|
|
|
5742
5743
|
setCurrentStep: d,
|
|
5743
5744
|
setConfirmationToken: u,
|
|
5744
5745
|
setRefetch: n,
|
|
5745
|
-
setIdOf2FA:
|
|
5746
|
+
setIdOf2FA: h,
|
|
5746
5747
|
enableTwoFactorService: i,
|
|
5747
5748
|
disableMFAService: o
|
|
5748
5749
|
};
|
|
@@ -5770,14 +5771,14 @@ const Il = ({
|
|
|
5770
5771
|
case 5:
|
|
5771
5772
|
return { onClose: y, setRefetch: n, disableMFAService: o };
|
|
5772
5773
|
case 6:
|
|
5773
|
-
return { onClose: y, backupCodes:
|
|
5774
|
+
return { onClose: y, backupCodes: f };
|
|
5774
5775
|
case 7:
|
|
5775
5776
|
return { onClose: y, confirmationToken: c, setRefetch: n, idOf2FA: p };
|
|
5776
5777
|
default:
|
|
5777
5778
|
return { onClose: y };
|
|
5778
5779
|
}
|
|
5779
|
-
}, [l, c,
|
|
5780
|
-
return /* @__PURE__ */ s(ta, { displayAddRuleModal: r, onClose: y, hideFooter: !0, children: /* @__PURE__ */ s(O, { ...
|
|
5780
|
+
}, [l, c, f]);
|
|
5781
|
+
return /* @__PURE__ */ s(ta, { displayAddRuleModal: r, onClose: y, hideFooter: !0, children: /* @__PURE__ */ s(O, { ...M }) });
|
|
5781
5782
|
}, ts = m.div`
|
|
5782
5783
|
height: var(--size-800, 4rem);
|
|
5783
5784
|
display: flex;
|
|
@@ -5852,7 +5853,7 @@ const Il = ({
|
|
|
5852
5853
|
className: n,
|
|
5853
5854
|
backButton: i = /* @__PURE__ */ s(ns, {})
|
|
5854
5855
|
}) => {
|
|
5855
|
-
const o =
|
|
5856
|
+
const o = De();
|
|
5856
5857
|
return /* @__PURE__ */ v(ts, { className: n || "", children: [
|
|
5857
5858
|
/* @__PURE__ */ v("div", { className: "page-starter", children: [
|
|
5858
5859
|
e ? /* @__PURE__ */ s("div", { className: "icon", children: e }) : /* @__PURE__ */ s(rs, { className: "icon", onClick: () => o(-1), children: i }),
|
|
@@ -5867,7 +5868,7 @@ const as = {
|
|
|
5867
5868
|
2: "OtpDesc",
|
|
5868
5869
|
3: "TotpDesc",
|
|
5869
5870
|
4: "TotpDesc"
|
|
5870
|
-
},
|
|
5871
|
+
}, Al = ({
|
|
5871
5872
|
confirmTwoFactor: r,
|
|
5872
5873
|
resendOTP: e,
|
|
5873
5874
|
confirmationToken: t,
|
|
@@ -5879,7 +5880,7 @@ const as = {
|
|
|
5879
5880
|
setVisible: d,
|
|
5880
5881
|
visible: c
|
|
5881
5882
|
}) => {
|
|
5882
|
-
const [u, p] =
|
|
5883
|
+
const [u, p] = z(""), [h, f] = z(!0), [g, y] = z(60), [O, M] = z([]), [S, E] = z(!1);
|
|
5883
5884
|
async function k() {
|
|
5884
5885
|
var B, F, R;
|
|
5885
5886
|
if (u)
|
|
@@ -5887,32 +5888,32 @@ const as = {
|
|
|
5887
5888
|
const b = await r({ confirmationToken: t, code: u, id: o });
|
|
5888
5889
|
(B = b == null ? void 0 : b.data) != null && B.success && (d(!1), a && a((N) => !N));
|
|
5889
5890
|
} catch (b) {
|
|
5890
|
-
const N =
|
|
5891
|
-
|
|
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);
|
|
5892
5893
|
}
|
|
5893
5894
|
}
|
|
5894
|
-
async function
|
|
5895
|
+
async function P() {
|
|
5895
5896
|
if (e)
|
|
5896
5897
|
try {
|
|
5897
5898
|
const B = await e(t, o);
|
|
5898
|
-
B.data.success && (n(B),
|
|
5899
|
+
B.data.success && (n(B), f(!0), y(60));
|
|
5899
5900
|
} catch (B) {
|
|
5900
5901
|
console.log("Error in OTP resend", B);
|
|
5901
5902
|
}
|
|
5902
5903
|
}
|
|
5903
|
-
function
|
|
5904
|
+
function G() {
|
|
5904
5905
|
d(!1);
|
|
5905
5906
|
}
|
|
5906
5907
|
function Y(B) {
|
|
5907
5908
|
p(B);
|
|
5908
5909
|
}
|
|
5909
5910
|
return K(() => {
|
|
5910
|
-
if (!
|
|
5911
|
+
if (!h) return;
|
|
5911
5912
|
const B = setInterval(() => {
|
|
5912
|
-
y((F) => F <= 1 ? (clearInterval(B),
|
|
5913
|
+
y((F) => F <= 1 ? (clearInterval(B), f(!1), 0) : F - 1);
|
|
5913
5914
|
}, 1e3);
|
|
5914
5915
|
return () => clearInterval(B);
|
|
5915
|
-
}, [
|
|
5916
|
+
}, [h]), /* @__PURE__ */ s(Kt, { open: c, onCancel: G, footer: [null], children: t ? /* @__PURE__ */ s(oe, { children: S ? /* @__PURE__ */ s(oe, { children: /* @__PURE__ */ s(
|
|
5916
5917
|
cn,
|
|
5917
5918
|
{
|
|
5918
5919
|
setBackupActivated: E,
|
|
@@ -5923,9 +5924,9 @@ const as = {
|
|
|
5923
5924
|
confirmationToken: t
|
|
5924
5925
|
}
|
|
5925
5926
|
) }) : /* @__PURE__ */ v(oe, { children: [
|
|
5926
|
-
/* @__PURE__ */ s(
|
|
5927
|
-
|
|
5928
|
-
/* @__PURE__ */ s(pe, { children:
|
|
5927
|
+
/* @__PURE__ */ s(Ee, { children: /* @__PURE__ */ v(ke, { children: [
|
|
5928
|
+
U("EnterVerificationCode"),
|
|
5929
|
+
/* @__PURE__ */ s(pe, { children: U(as[i]) })
|
|
5929
5930
|
] }) }),
|
|
5930
5931
|
/* @__PURE__ */ v(
|
|
5931
5932
|
sn,
|
|
@@ -5938,9 +5939,9 @@ const as = {
|
|
|
5938
5939
|
B.errors[0]
|
|
5939
5940
|
] }, B.name)),
|
|
5940
5941
|
/* @__PURE__ */ v(Bo, { children: [
|
|
5941
|
-
|
|
5942
|
+
U("DidnReceiveCode"),
|
|
5942
5943
|
" ",
|
|
5943
|
-
/* @__PURE__ */ s(an, { onClick: () => E(!0), children:
|
|
5944
|
+
/* @__PURE__ */ s(an, { onClick: () => E(!0), children: U("EnterBackupCode") })
|
|
5944
5945
|
] })
|
|
5945
5946
|
]
|
|
5946
5947
|
}
|
|
@@ -5949,9 +5950,9 @@ const as = {
|
|
|
5949
5950
|
i !== Rt.TOTP && /* @__PURE__ */ s(
|
|
5950
5951
|
re,
|
|
5951
5952
|
{
|
|
5952
|
-
disabled:
|
|
5953
|
-
onClick:
|
|
5954
|
-
children:
|
|
5953
|
+
disabled: h,
|
|
5954
|
+
onClick: P,
|
|
5955
|
+
children: h ? `${U("ResendAvailable")} ${g} ${j("Second")}` : `${U("Resend")}`
|
|
5955
5956
|
}
|
|
5956
5957
|
),
|
|
5957
5958
|
/* @__PURE__ */ v(
|
|
@@ -5973,7 +5974,7 @@ const as = {
|
|
|
5973
5974
|
}, ss = m.div`
|
|
5974
5975
|
width: 100%;
|
|
5975
5976
|
height: 100%;
|
|
5976
|
-
`,
|
|
5977
|
+
`, Vl = ({ option: r }) => (K(() => {
|
|
5977
5978
|
const e = document.getElementById("my-chart"), t = Wn.init(e);
|
|
5978
5979
|
t.setOption(r);
|
|
5979
5980
|
const n = () => t.resize();
|
|
@@ -5992,7 +5993,7 @@ const ls = m(Ct)`
|
|
|
5992
5993
|
.ant-spin-dot-item {
|
|
5993
5994
|
background-color: ${(r) => r.backgroundcolor};
|
|
5994
5995
|
}
|
|
5995
|
-
`,
|
|
5996
|
+
`, jl = ({ backgroundcolor: r }) => /* @__PURE__ */ s("div", { children: /* @__PURE__ */ s(ls, { size: "large", backgroundcolor: r }) }), cs = m.div`
|
|
5996
5997
|
position: absolute;
|
|
5997
5998
|
left: 0;
|
|
5998
5999
|
top: 0;
|
|
@@ -6105,7 +6106,7 @@ const ls = m(Ct)`
|
|
|
6105
6106
|
`, Or = () => /* @__PURE__ */ v(oe, { children: [
|
|
6106
6107
|
/* @__PURE__ */ s(Lr, { width: "80%" }),
|
|
6107
6108
|
/* @__PURE__ */ s(Lr, { width: "60%" })
|
|
6108
|
-
] }),
|
|
6109
|
+
] }), Fl = () => /* @__PURE__ */ v(us, { children: [
|
|
6109
6110
|
/* @__PURE__ */ s(cs, { children: /* @__PURE__ */ v("div", { children: [
|
|
6110
6111
|
/* @__PURE__ */ s("h2", { children: rr("ComingSoon") }),
|
|
6111
6112
|
/* @__PURE__ */ s("p", { children: rr("ComingSoonDesc") })
|
|
@@ -6248,7 +6249,7 @@ const ls = m(Ct)`
|
|
|
6248
6249
|
}
|
|
6249
6250
|
}
|
|
6250
6251
|
}
|
|
6251
|
-
`, 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 = ({
|
|
6252
6253
|
rowKey: r,
|
|
6253
6254
|
CustomExpandableRow: e,
|
|
6254
6255
|
columns: t,
|
|
@@ -6260,11 +6261,11 @@ const ls = m(Ct)`
|
|
|
6260
6261
|
loading: d,
|
|
6261
6262
|
pagination: c
|
|
6262
6263
|
}) => {
|
|
6263
|
-
const [u, p] =
|
|
6264
|
+
const [u, p] = z([]), h = t || n;
|
|
6264
6265
|
K(() => {
|
|
6265
6266
|
a && a.length > 0 && p((g) => [...a, ...g]);
|
|
6266
6267
|
}, [a]);
|
|
6267
|
-
function
|
|
6268
|
+
function f(g) {
|
|
6268
6269
|
p(g), l && l([]);
|
|
6269
6270
|
}
|
|
6270
6271
|
return /* @__PURE__ */ s(
|
|
@@ -6277,18 +6278,18 @@ const ls = m(Ct)`
|
|
|
6277
6278
|
emptyText: /* @__PURE__ */ s(_r, { description: Jn("NoData") })
|
|
6278
6279
|
},
|
|
6279
6280
|
loading: d,
|
|
6280
|
-
columns:
|
|
6281
|
+
columns: h,
|
|
6281
6282
|
expandedRowKeys: u,
|
|
6282
|
-
onExpandedRowsChange:
|
|
6283
|
+
onExpandedRowsChange: f,
|
|
6283
6284
|
expandable: {
|
|
6284
6285
|
expandedRowRender: (g) => /* @__PURE__ */ s(e, { ...o, record: g }),
|
|
6285
|
-
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, {}) }) }),
|
|
6286
6287
|
expandRowByClick: !0
|
|
6287
6288
|
},
|
|
6288
6289
|
dataSource: i
|
|
6289
6290
|
}
|
|
6290
6291
|
);
|
|
6291
|
-
}, ys = m(
|
|
6292
|
+
}, ys = m(Gr)`
|
|
6292
6293
|
display: flex;
|
|
6293
6294
|
gap: var(--spacing-025, 2px);
|
|
6294
6295
|
color: var(--color-text-secondary, rgba(19, 20, 18, 0.75));
|
|
@@ -6455,7 +6456,7 @@ const bs = m.div`
|
|
|
6455
6456
|
for (const n in e)
|
|
6456
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]);
|
|
6457
6458
|
return r;
|
|
6458
|
-
},
|
|
6459
|
+
}, $e = (r) => r.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&"), Ls = {
|
|
6459
6460
|
"&": "&",
|
|
6460
6461
|
"<": "<",
|
|
6461
6462
|
">": ">",
|
|
@@ -6674,7 +6675,7 @@ var On = {
|
|
|
6674
6675
|
}
|
|
6675
6676
|
};
|
|
6676
6677
|
const Dn = Symbol("i18next/PATH_KEY");
|
|
6677
|
-
function
|
|
6678
|
+
function zs() {
|
|
6678
6679
|
const r = [], e = /* @__PURE__ */ Object.create(null);
|
|
6679
6680
|
let t;
|
|
6680
6681
|
return e.get = (n, i) => {
|
|
@@ -6685,7 +6686,7 @@ function Ms() {
|
|
|
6685
6686
|
function Ve(r, e) {
|
|
6686
6687
|
const {
|
|
6687
6688
|
[Dn]: t
|
|
6688
|
-
} = r(
|
|
6689
|
+
} = r(zs()), n = (e == null ? void 0 : e.keySeparator) ?? ".", i = (e == null ? void 0 : e.nsSeparator) ?? ":";
|
|
6689
6690
|
if (t.length > 1 && i) {
|
|
6690
6691
|
const o = e == null ? void 0 : e.ns, a = Array.isArray(o) ? o : null;
|
|
6691
6692
|
if (a && a.length > 1 && a.slice(1).includes(t[0]))
|
|
@@ -6754,9 +6755,9 @@ class bt extends kt {
|
|
|
6754
6755
|
} = this.extractFromKey(e[e.length - 1], i), c = d[d.length - 1];
|
|
6755
6756
|
let u = i.nsSeparator !== void 0 ? i.nsSeparator : this.options.nsSeparator;
|
|
6756
6757
|
u === void 0 && (u = ":");
|
|
6757
|
-
const p = i.lng || this.language,
|
|
6758
|
+
const p = i.lng || this.language, h = i.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
|
|
6758
6759
|
if ((p == null ? void 0 : p.toLowerCase()) === "cimode")
|
|
6759
|
-
return
|
|
6760
|
+
return h ? o ? {
|
|
6760
6761
|
res: `${c}${u}${l}`,
|
|
6761
6762
|
usedKey: l,
|
|
6762
6763
|
exactUsedKey: l,
|
|
@@ -6771,29 +6772,29 @@ class bt extends kt {
|
|
|
6771
6772
|
usedNS: c,
|
|
6772
6773
|
usedParams: this.getUsedParamsDetails(i)
|
|
6773
6774
|
} : l;
|
|
6774
|
-
const
|
|
6775
|
-
let g =
|
|
6776
|
-
const y = (
|
|
6775
|
+
const f = this.resolve(e, i);
|
|
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, 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, {
|
|
6777
6778
|
ordinal: !1
|
|
6778
|
-
}) : "", 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;
|
|
6779
6780
|
let R = g;
|
|
6780
|
-
E && !g &&
|
|
6781
|
+
E && !g && P && (R = F);
|
|
6781
6782
|
const b = Et(R), N = Object.prototype.toString.apply(R);
|
|
6782
|
-
if (E && R && b && !
|
|
6783
|
+
if (E && R && b && !M.includes(N) && !(A(S) && Array.isArray(R))) {
|
|
6783
6784
|
if (!i.returnObjects && !this.options.returnObjects) {
|
|
6784
6785
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
|
6785
6786
|
const _ = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(y, R, {
|
|
6786
6787
|
...i,
|
|
6787
6788
|
ns: d
|
|
6788
6789
|
}) : `key '${l} (${this.language})' returned an object instead of string.`;
|
|
6789
|
-
return o ? (
|
|
6790
|
+
return o ? (f.res = _, f.usedParams = this.getUsedParamsDetails(i), f) : _;
|
|
6790
6791
|
}
|
|
6791
6792
|
if (a) {
|
|
6792
6793
|
const _ = Array.isArray(R), D = _ ? [] : {}, L = _ ? O : y;
|
|
6793
6794
|
for (const w in R)
|
|
6794
6795
|
if (Object.prototype.hasOwnProperty.call(R, w)) {
|
|
6795
6796
|
const x = `${L}${a}${w}`;
|
|
6796
|
-
|
|
6797
|
+
P && !g ? D[w] = this.translate(x, {
|
|
6797
6798
|
...i,
|
|
6798
6799
|
defaultValue: Et(F) ? F[w] : void 0,
|
|
6799
6800
|
joinArrays: !1,
|
|
@@ -6810,8 +6811,8 @@ class bt extends kt {
|
|
|
6810
6811
|
g = g.join(S), g && (g = this.extendTranslation(g, e, i, n));
|
|
6811
6812
|
else {
|
|
6812
6813
|
let _ = !1, D = !1;
|
|
6813
|
-
!this.isValidLookup(g) &&
|
|
6814
|
-
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;
|
|
6815
6816
|
if (D || _ || x) {
|
|
6816
6817
|
if (this.logger.log(x ? "updateKey" : "missingKey", p, c, l, x ? F : g), a) {
|
|
6817
6818
|
const V = this.resolve(l, {
|
|
@@ -6826,21 +6827,21 @@ class bt extends kt {
|
|
|
6826
6827
|
for (let V = 0; V < I.length; V++)
|
|
6827
6828
|
C.push(I[V]);
|
|
6828
6829
|
else this.options.saveMissingTo === "all" ? C = this.languageUtils.toResolveHierarchy(i.lng || this.language) : C.push(i.lng || this.language);
|
|
6829
|
-
const
|
|
6830
|
+
const H = (V, W, q) => {
|
|
6830
6831
|
var X;
|
|
6831
|
-
const Q =
|
|
6832
|
+
const Q = P && q !== g ? q : w;
|
|
6832
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);
|
|
6833
6834
|
};
|
|
6834
6835
|
this.options.saveMissing && (this.options.saveMissingPlurals && k ? C.forEach((V) => {
|
|
6835
6836
|
const W = this.pluralResolver.getSuffixes(V, i);
|
|
6836
6837
|
B && i[`defaultValue${this.options.pluralSeparator}zero`] && !W.includes(`${this.options.pluralSeparator}zero`) && W.push(`${this.options.pluralSeparator}zero`), W.forEach((q) => {
|
|
6837
|
-
|
|
6838
|
+
H([V], l + q, i[`defaultValue${q}`] || F);
|
|
6838
6839
|
});
|
|
6839
|
-
}) :
|
|
6840
|
+
}) : H(C, l, F));
|
|
6840
6841
|
}
|
|
6841
|
-
g = this.extendTranslation(g, e, i,
|
|
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));
|
|
6842
6843
|
}
|
|
6843
|
-
return o ? (
|
|
6844
|
+
return o ? (f.res = g, f.usedParams = this.getUsedParamsDetails(i), f) : g;
|
|
6844
6845
|
}
|
|
6845
6846
|
extendTranslation(e, t, n, i, o) {
|
|
6846
6847
|
var d, c;
|
|
@@ -6862,18 +6863,18 @@ class bt extends kt {
|
|
|
6862
6863
|
const u = A(e) && (((c = n == null ? void 0 : n.interpolation) == null ? void 0 : c.skipOnVariables) !== void 0 ? n.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
|
|
6863
6864
|
let p;
|
|
6864
6865
|
if (u) {
|
|
6865
|
-
const
|
|
6866
|
-
p =
|
|
6866
|
+
const f = e.match(this.interpolator.nestingRegexp);
|
|
6867
|
+
p = f && f.length;
|
|
6867
6868
|
}
|
|
6868
|
-
let
|
|
6869
|
-
if (this.options.interpolation.defaultVariables && (
|
|
6869
|
+
let h = n.replace && !A(n.replace) ? n.replace : n;
|
|
6870
|
+
if (this.options.interpolation.defaultVariables && (h = {
|
|
6870
6871
|
...this.options.interpolation.defaultVariables,
|
|
6871
|
-
...
|
|
6872
|
-
}), e = this.interpolator.interpolate(e,
|
|
6873
|
-
const
|
|
6872
|
+
...h
|
|
6873
|
+
}), e = this.interpolator.interpolate(e, h, n.lng || this.language || i.usedLng, n), u) {
|
|
6874
|
+
const f = e.match(this.interpolator.nestingRegexp), g = f && f.length;
|
|
6874
6875
|
p < g && (n.nest = !1);
|
|
6875
6876
|
}
|
|
6876
|
-
!n.lng && i && i.res && (n.lng = this.language || i.usedLng), n.nest !== !1 && (e = this.interpolator.nest(e, (...
|
|
6877
|
+
!n.lng && i && i.res && (n.lng = this.language || i.usedLng), n.nest !== !1 && (e = this.interpolator.nest(e, (...f) => (o == null ? void 0 : o[0]) === f[0] && !n.context ? (this.logger.warn(`It seems you are nesting recursively key: ${f[0]} in key: ${t[0]}`), null) : this.translate(...f, t), n)), n.interpolation && this.interpolator.reset();
|
|
6877
6878
|
}
|
|
6878
6879
|
const a = n.postProcess || this.options.postProcess, l = A(a) ? [a] : a;
|
|
6879
6880
|
return e != null && (l != null && l.length) && n.applyPostProcessor !== !1 && (e = On.handle(l, e, t, this.options && this.options.postProcessPassResolved ? {
|
|
@@ -6895,28 +6896,28 @@ class bt extends kt {
|
|
|
6895
6896
|
i = u;
|
|
6896
6897
|
let p = c.namespaces;
|
|
6897
6898
|
this.options.fallbackNS && (p = p.concat(this.options.fallbackNS));
|
|
6898
|
-
const
|
|
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);
|
|
6899
6900
|
p.forEach((O) => {
|
|
6900
|
-
var
|
|
6901
|
-
this.isValidLookup(n) || (l = O, !this.checkedLoadedFor[`${y[0]}-${O}`] && ((
|
|
6902
|
-
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;
|
|
6903
6904
|
if (this.isValidLookup(n)) return;
|
|
6904
6905
|
a = E;
|
|
6905
6906
|
const k = [u];
|
|
6906
|
-
if ((
|
|
6907
|
+
if ((G = this.i18nFormat) != null && G.addLookupKeys)
|
|
6907
6908
|
this.i18nFormat.addLookupKeys(k, u, E, O, t);
|
|
6908
6909
|
else {
|
|
6909
6910
|
let Y;
|
|
6910
|
-
|
|
6911
|
+
h && (Y = this.pluralResolver.getSuffix(E, t.count, t));
|
|
6911
6912
|
const B = `${this.options.pluralSeparator}zero`, F = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
|
|
6912
|
-
if (
|
|
6913
|
+
if (h && (t.ordinal && Y.startsWith(F) && k.push(u + Y.replace(F, this.options.pluralSeparator)), k.push(u + Y), f && k.push(u + B)), g) {
|
|
6913
6914
|
const R = `${u}${this.options.contextSeparator || "_"}${t.context}`;
|
|
6914
|
-
k.push(R),
|
|
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));
|
|
6915
6916
|
}
|
|
6916
6917
|
}
|
|
6917
|
-
let
|
|
6918
|
-
for (;
|
|
6919
|
-
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));
|
|
6920
6921
|
}));
|
|
6921
6922
|
});
|
|
6922
6923
|
}), {
|
|
@@ -6957,7 +6958,7 @@ class bt extends kt {
|
|
|
6957
6958
|
return !1;
|
|
6958
6959
|
}
|
|
6959
6960
|
}
|
|
6960
|
-
class
|
|
6961
|
+
class zr {
|
|
6961
6962
|
constructor(e) {
|
|
6962
6963
|
this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger = ge.create("languageUtils");
|
|
6963
6964
|
}
|
|
@@ -7017,20 +7018,20 @@ class Mr {
|
|
|
7017
7018
|
}), i;
|
|
7018
7019
|
}
|
|
7019
7020
|
}
|
|
7020
|
-
const
|
|
7021
|
+
const Mr = {
|
|
7021
7022
|
zero: 0,
|
|
7022
7023
|
one: 1,
|
|
7023
7024
|
two: 2,
|
|
7024
7025
|
few: 3,
|
|
7025
7026
|
many: 4,
|
|
7026
7027
|
other: 5
|
|
7027
|
-
},
|
|
7028
|
+
}, Hr = {
|
|
7028
7029
|
select: (r) => r === 1 ? "one" : "other",
|
|
7029
7030
|
resolvedOptions: () => ({
|
|
7030
7031
|
pluralCategories: ["one", "other"]
|
|
7031
7032
|
})
|
|
7032
7033
|
};
|
|
7033
|
-
class
|
|
7034
|
+
class Ms {
|
|
7034
7035
|
constructor(e, t = {}) {
|
|
7035
7036
|
this.languageUtils = e, this.options = t, this.logger = ge.create("pluralResolver"), this.pluralRulesCache = {};
|
|
7036
7037
|
}
|
|
@@ -7051,8 +7052,8 @@ class Ps {
|
|
|
7051
7052
|
});
|
|
7052
7053
|
} catch {
|
|
7053
7054
|
if (typeof Intl > "u")
|
|
7054
|
-
return this.logger.error("No Intl support, please use an Intl polyfill!"),
|
|
7055
|
-
if (!e.match(/-|_/)) return
|
|
7055
|
+
return this.logger.error("No Intl support, please use an Intl polyfill!"), Hr;
|
|
7056
|
+
if (!e.match(/-|_/)) return Hr;
|
|
7056
7057
|
const d = this.languageUtils.getLanguagePartFromCode(e);
|
|
7057
7058
|
a = this.getRule(d, t);
|
|
7058
7059
|
}
|
|
@@ -7067,14 +7068,14 @@ class Ps {
|
|
|
7067
7068
|
}
|
|
7068
7069
|
getSuffixes(e, t = {}) {
|
|
7069
7070
|
let n = this.getRule(e, t);
|
|
7070
|
-
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}`) : [];
|
|
7071
7072
|
}
|
|
7072
7073
|
getSuffix(e, t, n = {}) {
|
|
7073
7074
|
const i = this.getRule(e, n);
|
|
7074
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));
|
|
7075
7076
|
}
|
|
7076
7077
|
}
|
|
7077
|
-
const
|
|
7078
|
+
const Pr = (r, e, t, n = ".", i = !0) => {
|
|
7078
7079
|
let o = ks(r, e, t);
|
|
7079
7080
|
return !o && i && A(t) && (o = Nt(r, t, n), o === void 0 && (o = Nt(e, t, n))), o;
|
|
7080
7081
|
}, Tt = (r) => r.replace(/\$/g, "$$$$");
|
|
@@ -7098,15 +7099,15 @@ class Rr {
|
|
|
7098
7099
|
formatSeparator: c,
|
|
7099
7100
|
unescapeSuffix: u,
|
|
7100
7101
|
unescapePrefix: p,
|
|
7101
|
-
nestingPrefix:
|
|
7102
|
-
nestingPrefixEscaped:
|
|
7102
|
+
nestingPrefix: h,
|
|
7103
|
+
nestingPrefixEscaped: f,
|
|
7103
7104
|
nestingSuffix: g,
|
|
7104
7105
|
nestingSuffixEscaped: y,
|
|
7105
7106
|
nestingOptionsSeparator: O,
|
|
7106
|
-
maxReplaces:
|
|
7107
|
+
maxReplaces: M,
|
|
7107
7108
|
alwaysFormat: S
|
|
7108
7109
|
} = e.interpolation;
|
|
7109
|
-
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();
|
|
7110
7111
|
}
|
|
7111
7112
|
reset() {
|
|
7112
7113
|
this.options && this.init(this.options);
|
|
@@ -7116,26 +7117,26 @@ class Rr {
|
|
|
7116
7117
|
this.regexp = e(this.regexp, `${this.prefix}(.+?)${this.suffix}`), this.regexpUnescape = e(this.regexpUnescape, `${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`), this.nestingRegexp = e(this.nestingRegexp, `${this.nestingPrefix}((?:[^()"']+|"[^"]*"|'[^']*'|\\((?:[^()]|"[^"]*"|'[^']*')*\\))*?)${this.nestingSuffix}`);
|
|
7117
7118
|
}
|
|
7118
7119
|
interpolate(e, t, n, i) {
|
|
7119
|
-
var
|
|
7120
|
+
var f;
|
|
7120
7121
|
let o, a, l;
|
|
7121
7122
|
const d = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, c = (g) => {
|
|
7122
7123
|
if (!g.includes(this.formatSeparator)) {
|
|
7123
|
-
const S =
|
|
7124
|
+
const S = Pr(t, d, g, this.options.keySeparator, this.options.ignoreJSONStructure);
|
|
7124
7125
|
return this.alwaysFormat ? this.format(S, void 0, n, {
|
|
7125
7126
|
...i,
|
|
7126
7127
|
...t,
|
|
7127
7128
|
interpolationkey: g
|
|
7128
7129
|
}) : S;
|
|
7129
7130
|
}
|
|
7130
|
-
const y = g.split(this.formatSeparator), O = y.shift().trim(),
|
|
7131
|
-
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, {
|
|
7132
7133
|
...i,
|
|
7133
7134
|
...t,
|
|
7134
7135
|
interpolationkey: O
|
|
7135
7136
|
});
|
|
7136
7137
|
};
|
|
7137
7138
|
this.resetRegExp();
|
|
7138
|
-
const u = (i == null ? void 0 : i.missingInterpolationHandler) || this.options.missingInterpolationHandler, p = ((
|
|
7139
|
+
const u = (i == null ? void 0 : i.missingInterpolationHandler) || this.options.missingInterpolationHandler, p = ((f = i == null ? void 0 : i.interpolation) == null ? void 0 : f.skipOnVariables) !== void 0 ? i.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables;
|
|
7139
7140
|
return [{
|
|
7140
7141
|
regex: this.regexpUnescape,
|
|
7141
7142
|
safeValue: (g) => Tt(g)
|
|
@@ -7147,8 +7148,8 @@ class Rr {
|
|
|
7147
7148
|
const y = o[1].trim();
|
|
7148
7149
|
if (a = c(y), a === void 0)
|
|
7149
7150
|
if (typeof u == "function") {
|
|
7150
|
-
const
|
|
7151
|
-
a = A(
|
|
7151
|
+
const M = u(e, o, i);
|
|
7152
|
+
a = A(M) ? M : "";
|
|
7152
7153
|
} else if (i && Object.prototype.hasOwnProperty.call(i, y))
|
|
7153
7154
|
a = "";
|
|
7154
7155
|
else if (p) {
|
|
@@ -7168,18 +7169,18 @@ class Rr {
|
|
|
7168
7169
|
const l = (d, c) => {
|
|
7169
7170
|
const u = this.nestingOptionsSeparator;
|
|
7170
7171
|
if (!d.includes(u)) return d;
|
|
7171
|
-
const p = d.split(new RegExp(`${
|
|
7172
|
-
let
|
|
7173
|
-
d = p[0],
|
|
7174
|
-
const
|
|
7175
|
-
(((
|
|
7172
|
+
const p = d.split(new RegExp(`${$e(u)}[ ]*{`));
|
|
7173
|
+
let h = `{${p[1]}`;
|
|
7174
|
+
d = p[0], h = this.interpolate(h, a);
|
|
7175
|
+
const f = h.match(/'/g), g = h.match(/"/g);
|
|
7176
|
+
(((f == null ? void 0 : f.length) ?? 0) % 2 === 0 && !g || ((g == null ? void 0 : g.length) ?? 0) % 2 !== 0) && (h = h.replace(/'/g, '"'));
|
|
7176
7177
|
try {
|
|
7177
|
-
a = JSON.parse(
|
|
7178
|
+
a = JSON.parse(h), c && (a = {
|
|
7178
7179
|
...c,
|
|
7179
7180
|
...a
|
|
7180
7181
|
});
|
|
7181
7182
|
} catch (y) {
|
|
7182
|
-
return this.logger.warn(`failed parsing options string in nesting for key ${d}`, y), `${d}${u}${
|
|
7183
|
+
return this.logger.warn(`failed parsing options string in nesting for key ${d}`, y), `${d}${u}${h}`;
|
|
7183
7184
|
}
|
|
7184
7185
|
return a.defaultValue && a.defaultValue.includes(this.prefix) && delete a.defaultValue, d;
|
|
7185
7186
|
};
|
|
@@ -7198,7 +7199,7 @@ class Rr {
|
|
|
7198
7199
|
return e;
|
|
7199
7200
|
}
|
|
7200
7201
|
}
|
|
7201
|
-
const
|
|
7202
|
+
const Hs = (r) => {
|
|
7202
7203
|
let e = r.toLowerCase().trim();
|
|
7203
7204
|
const t = {};
|
|
7204
7205
|
if (r.includes("(")) {
|
|
@@ -7228,7 +7229,7 @@ const zs = (r) => {
|
|
|
7228
7229
|
let l = e[a];
|
|
7229
7230
|
return l || (l = r(nt(n), i), e[a] = l), l(t);
|
|
7230
7231
|
};
|
|
7231
|
-
},
|
|
7232
|
+
}, Ps = (r) => (e, t, n) => r(nt(t), n)(e);
|
|
7232
7233
|
class Rs {
|
|
7233
7234
|
constructor(e = {}) {
|
|
7234
7235
|
this.logger = ge.create("formatter"), this.options = e, this.init(e);
|
|
@@ -7237,7 +7238,7 @@ class Rs {
|
|
|
7237
7238
|
interpolation: {}
|
|
7238
7239
|
}) {
|
|
7239
7240
|
this.formatSeparator = t.interpolation.formatSeparator || ",";
|
|
7240
|
-
const n = t.cacheInBuiltFormats ? Nr :
|
|
7241
|
+
const n = t.cacheInBuiltFormats ? Nr : Ps;
|
|
7241
7242
|
this.formats = {
|
|
7242
7243
|
number: n((i, o) => {
|
|
7243
7244
|
const a = new Intl.NumberFormat(i, {
|
|
@@ -7290,20 +7291,20 @@ class Rs {
|
|
|
7290
7291
|
const {
|
|
7291
7292
|
formatName: c,
|
|
7292
7293
|
formatOptions: u
|
|
7293
|
-
} =
|
|
7294
|
+
} = Hs(d);
|
|
7294
7295
|
if (this.formats[c]) {
|
|
7295
|
-
let
|
|
7296
|
+
let h = l;
|
|
7296
7297
|
try {
|
|
7297
|
-
const
|
|
7298
|
-
|
|
7298
|
+
const f = ((p = i == null ? void 0 : i.formatParams) == null ? void 0 : p[i.interpolationkey]) || {}, g = f.locale || f.lng || i.locale || i.lng || n;
|
|
7299
|
+
h = this.formats[c](l, g, {
|
|
7299
7300
|
...u,
|
|
7300
7301
|
...i,
|
|
7301
|
-
...
|
|
7302
|
+
...f
|
|
7302
7303
|
});
|
|
7303
|
-
} catch (
|
|
7304
|
-
this.logger.warn(
|
|
7304
|
+
} catch (f) {
|
|
7305
|
+
this.logger.warn(f);
|
|
7305
7306
|
}
|
|
7306
|
-
return
|
|
7307
|
+
return h;
|
|
7307
7308
|
} else
|
|
7308
7309
|
this.logger.warn(`there was no format function for ${c}`);
|
|
7309
7310
|
return l;
|
|
@@ -7323,8 +7324,8 @@ class As extends kt {
|
|
|
7323
7324
|
return e.forEach((c) => {
|
|
7324
7325
|
let u = !0;
|
|
7325
7326
|
t.forEach((p) => {
|
|
7326
|
-
const
|
|
7327
|
-
!n.reload && this.store.hasResourceBundle(c, p) ? this.state[
|
|
7327
|
+
const h = `${c}|${p}`;
|
|
7328
|
+
!n.reload && this.store.hasResourceBundle(c, p) ? this.state[h] = 2 : this.state[h] < 0 || (this.state[h] === 1 ? a[h] === void 0 && (a[h] = !0) : (this.state[h] = 1, u = !1, a[h] === void 0 && (a[h] = !0), o[h] === void 0 && (o[h] = !0), d[p] === void 0 && (d[p] = !0)));
|
|
7328
7329
|
}), u || (l[c] = !0);
|
|
7329
7330
|
}), (Object.keys(o).length || Object.keys(a).length) && this.queue.push({
|
|
7330
7331
|
pending: a,
|
|
@@ -7420,26 +7421,26 @@ class As extends kt {
|
|
|
7420
7421
|
}
|
|
7421
7422
|
saveMissing(e, t, n, i, o, a = {}, l = () => {
|
|
7422
7423
|
}) {
|
|
7423
|
-
var d, c, u, p,
|
|
7424
|
+
var d, c, u, p, h;
|
|
7424
7425
|
if ((c = (d = this.services) == null ? void 0 : d.utils) != null && c.hasLoadedNamespace && !((p = (u = this.services) == null ? void 0 : u.utils) != null && p.hasLoadedNamespace(t))) {
|
|
7425
7426
|
this.logger.warn(`did not save key "${n}" as the namespace "${t}" 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!!!");
|
|
7426
7427
|
return;
|
|
7427
7428
|
}
|
|
7428
7429
|
if (!(n == null || n === "")) {
|
|
7429
|
-
if ((
|
|
7430
|
-
const
|
|
7430
|
+
if ((h = this.backend) != null && h.create) {
|
|
7431
|
+
const f = {
|
|
7431
7432
|
...a,
|
|
7432
7433
|
isUpdate: o
|
|
7433
7434
|
}, g = this.backend.create.bind(this.backend);
|
|
7434
7435
|
if (g.length < 6)
|
|
7435
7436
|
try {
|
|
7436
7437
|
let y;
|
|
7437
|
-
g.length === 5 ? y = g(e, t, n, i,
|
|
7438
|
+
g.length === 5 ? y = g(e, t, n, i, f) : y = g(e, t, n, i), y && typeof y.then == "function" ? y.then((O) => l(null, O)).catch(l) : l(null, y);
|
|
7438
7439
|
} catch (y) {
|
|
7439
7440
|
l(y);
|
|
7440
7441
|
}
|
|
7441
7442
|
else
|
|
7442
|
-
g(e, t, n, i, l,
|
|
7443
|
+
g(e, t, n, i, l, f);
|
|
7443
7444
|
}
|
|
7444
7445
|
!e || !e[0] || this.store.addResource(e[0], t, n, i);
|
|
7445
7446
|
}
|
|
@@ -7534,19 +7535,19 @@ class Xe extends kt {
|
|
|
7534
7535
|
this.modules.logger ? ge.init(i(this.modules.logger), this.options) : ge.init(null, this.options);
|
|
7535
7536
|
let c;
|
|
7536
7537
|
this.modules.formatter ? c = this.modules.formatter : c = Rs;
|
|
7537
|
-
const u = new
|
|
7538
|
+
const u = new zr(this.options);
|
|
7538
7539
|
this.store = new Ir(this.options.resources, this.options);
|
|
7539
7540
|
const p = this.services;
|
|
7540
|
-
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, {
|
|
7541
7542
|
prepend: this.options.pluralSeparator
|
|
7542
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 = {
|
|
7543
7544
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
7544
|
-
}, p.backendConnector = new As(i(this.modules.backend), p.resourceStore, p, this.options), p.backendConnector.on("*", (
|
|
7545
|
-
this.emit(
|
|
7546
|
-
}), this.modules.languageDetector && (p.languageDetector = i(this.modules.languageDetector), p.languageDetector.init && p.languageDetector.init(p, this.options.detection, this.options)), this.modules.i18nFormat && (p.i18nFormat = i(this.modules.i18nFormat), p.i18nFormat.init && p.i18nFormat.init(this)), this.translator = new bt(this.services, this.options), this.translator.on("*", (
|
|
7547
|
-
this.emit(
|
|
7548
|
-
}), this.modules.external.forEach((
|
|
7549
|
-
|
|
7545
|
+
}, p.backendConnector = new As(i(this.modules.backend), p.resourceStore, p, this.options), p.backendConnector.on("*", (h, ...f) => {
|
|
7546
|
+
this.emit(h, ...f);
|
|
7547
|
+
}), this.modules.languageDetector && (p.languageDetector = i(this.modules.languageDetector), p.languageDetector.init && p.languageDetector.init(p, this.options.detection, this.options)), this.modules.i18nFormat && (p.i18nFormat = i(this.modules.i18nFormat), p.i18nFormat.init && p.i18nFormat.init(this)), this.translator = new bt(this.services, this.options), this.translator.on("*", (h, ...f) => {
|
|
7548
|
+
this.emit(h, ...f);
|
|
7549
|
+
}), this.modules.external.forEach((h) => {
|
|
7550
|
+
h.init && h.init(this);
|
|
7550
7551
|
});
|
|
7551
7552
|
}
|
|
7552
7553
|
if (this.format = this.options.interpolation.format, t || (t = pt), this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
|
|
@@ -7620,8 +7621,8 @@ class Xe extends kt {
|
|
|
7620
7621
|
var u, p;
|
|
7621
7622
|
!e && !l && this.services.languageDetector && (l = []);
|
|
7622
7623
|
const d = A(l) ? l : l && l[0], c = this.store.hasLanguageSomeTranslations(d) ? d : this.services.languageUtils.getBestMatchFromCodes(A(l) ? [l] : l);
|
|
7623
|
-
c && (this.language || i(c), this.translator.language || this.translator.changeLanguage(c), (p = (u = this.services.languageDetector) == null ? void 0 : u.cacheUserLanguage) == null || p.call(u, c)), this.loadResources(c, (
|
|
7624
|
-
o(
|
|
7624
|
+
c && (this.language || i(c), this.translator.language || this.translator.changeLanguage(c), (p = (u = this.services.languageDetector) == null ? void 0 : u.cacheUserLanguage) == null || p.call(u, c)), this.loadResources(c, (h) => {
|
|
7625
|
+
o(h, c);
|
|
7625
7626
|
});
|
|
7626
7627
|
};
|
|
7627
7628
|
return !e && this.services.languageDetector && !this.services.languageDetector.async ? a(this.services.languageDetector.detect()) : !e && this.services.languageDetector && this.services.languageDetector.async ? this.services.languageDetector.detect.length === 0 ? this.services.languageDetector.detect().then(a) : this.services.languageDetector.detect(a) : a(e), n;
|
|
@@ -7639,7 +7640,7 @@ class Xe extends kt {
|
|
|
7639
7640
|
typeof d.keyPrefix == "function" && (d.keyPrefix = Ve(d.keyPrefix, c));
|
|
7640
7641
|
const u = this.options.keySeparator || ".";
|
|
7641
7642
|
let p;
|
|
7642
|
-
return d.keyPrefix && Array.isArray(o) ? p = o.map((
|
|
7643
|
+
return d.keyPrefix && Array.isArray(o) ? p = o.map((h) => (typeof h == "function" && (h = Ve(h, c)), `${d.keyPrefix}${u}${h}`)) : (typeof o == "function" && (o = Ve(o, c)), p = d.keyPrefix ? `${d.keyPrefix}${u}${o}` : o), this.t(p, d);
|
|
7643
7644
|
};
|
|
7644
7645
|
return A(e) ? i.lng = e : i.lngs = e, i.ns = t, i.keyPrefix = n, i;
|
|
7645
7646
|
}
|
|
@@ -7698,7 +7699,7 @@ class Xe extends kt {
|
|
|
7698
7699
|
}
|
|
7699
7700
|
} catch {
|
|
7700
7701
|
}
|
|
7701
|
-
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());
|
|
7702
7703
|
return e.toLowerCase().indexOf("-latn") > 1 ? "ltr" : t.includes(n.getLanguagePartFromCode(e)) || e.toLowerCase().indexOf("-arab") > 1 ? "rtl" : "ltr";
|
|
7703
7704
|
}
|
|
7704
7705
|
static createInstance(e = {}, t) {
|
|
@@ -7769,7 +7770,7 @@ ne.setDefaultNamespace;
|
|
|
7769
7770
|
ne.hasLoadedNamespace;
|
|
7770
7771
|
ne.loadNamespaces;
|
|
7771
7772
|
ne.loadLanguages;
|
|
7772
|
-
ne.use(qn).use(Kn).use(
|
|
7773
|
+
ne.use(qn).use(Kn).use(Un).init({
|
|
7773
7774
|
fallbackLng: "en",
|
|
7774
7775
|
supportedLngs: ["en", "ka"],
|
|
7775
7776
|
debug: !1,
|
|
@@ -7783,13 +7784,13 @@ ne.use(qn).use(Kn).use(Gn).init({
|
|
|
7783
7784
|
},
|
|
7784
7785
|
interpolation: { escapeValue: !1 }
|
|
7785
7786
|
});
|
|
7786
|
-
var ut = { exports: {} },
|
|
7787
|
-
function
|
|
7787
|
+
var ut = { exports: {} }, js = ut.exports, Vr;
|
|
7788
|
+
function Fs() {
|
|
7788
7789
|
return Vr || (Vr = 1, (function(r, e) {
|
|
7789
7790
|
(function(t, n) {
|
|
7790
7791
|
r.exports = n();
|
|
7791
|
-
})(
|
|
7792
|
-
var t = 1e3, n = 6e4, i = 36e5, o = "millisecond", a = "second", l = "minute", d = "hour", c = "day", u = "week", p = "month",
|
|
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) {
|
|
7793
7794
|
var L = ["th", "st", "nd", "rd"], w = D % 100;
|
|
7794
7795
|
return "[" + D + (L[(w - 20) % 10] || L[w] || L[0]) + "]";
|
|
7795
7796
|
} }, E = function(D, L, w) {
|
|
@@ -7800,31 +7801,31 @@ function js() {
|
|
|
7800
7801
|
return (L <= 0 ? "+" : "-") + E(x, 2, "0") + ":" + E(C, 2, "0");
|
|
7801
7802
|
}, m: function D(L, w) {
|
|
7802
7803
|
if (L.date() < w.date()) return -D(w, L);
|
|
7803
|
-
var x = 12 * (w.year() - L.year()) + (w.month() - L.month()), C = L.clone().add(x, p), I = w - C < 0,
|
|
7804
|
-
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);
|
|
7805
7806
|
}, a: function(D) {
|
|
7806
7807
|
return D < 0 ? Math.ceil(D) || 0 : Math.floor(D);
|
|
7807
7808
|
}, p: function(D) {
|
|
7808
|
-
return { M: p, y:
|
|
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$/, "");
|
|
7809
7810
|
}, u: function(D) {
|
|
7810
7811
|
return D === void 0;
|
|
7811
|
-
} },
|
|
7812
|
-
|
|
7812
|
+
} }, P = "en", G = {};
|
|
7813
|
+
G[P] = S;
|
|
7813
7814
|
var Y = "$isDayjsObject", B = function(D) {
|
|
7814
7815
|
return D instanceof N || !(!D || !D[Y]);
|
|
7815
7816
|
}, F = function D(L, w, x) {
|
|
7816
7817
|
var C;
|
|
7817
|
-
if (!L) return
|
|
7818
|
+
if (!L) return P;
|
|
7818
7819
|
if (typeof L == "string") {
|
|
7819
7820
|
var I = L.toLowerCase();
|
|
7820
|
-
|
|
7821
|
-
var
|
|
7822
|
-
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]);
|
|
7823
7824
|
} else {
|
|
7824
7825
|
var V = L.name;
|
|
7825
|
-
|
|
7826
|
+
G[V] = L, C = V;
|
|
7826
7827
|
}
|
|
7827
|
-
return !x && C && (
|
|
7828
|
+
return !x && C && (P = C), C || !x && P;
|
|
7828
7829
|
}, R = function(D, L) {
|
|
7829
7830
|
if (B(D)) return D.clone();
|
|
7830
7831
|
var w = typeof L == "object" ? L : {};
|
|
@@ -7845,10 +7846,10 @@ function js() {
|
|
|
7845
7846
|
if (b.u(C)) return /* @__PURE__ */ new Date();
|
|
7846
7847
|
if (C instanceof Date) return new Date(C);
|
|
7847
7848
|
if (typeof C == "string" && !/Z$/i.test(C)) {
|
|
7848
|
-
var
|
|
7849
|
-
if (
|
|
7850
|
-
var V =
|
|
7851
|
-
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);
|
|
7852
7853
|
}
|
|
7853
7854
|
}
|
|
7854
7855
|
return new Date(C);
|
|
@@ -7874,14 +7875,14 @@ function js() {
|
|
|
7874
7875
|
}, L.valueOf = function() {
|
|
7875
7876
|
return this.$d.getTime();
|
|
7876
7877
|
}, L.startOf = function(w, x) {
|
|
7877
|
-
var C = this, I = !!b.u(x) || x,
|
|
7878
|
-
var
|
|
7879
|
-
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);
|
|
7880
7881
|
}, W = function(ve, ae) {
|
|
7881
7882
|
return b.w(C.toDate()[ve].apply(C.toDate("s"), (I ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(ae)), C);
|
|
7882
7883
|
}, q = this.$W, Q = this.$M, X = this.$D, me = "set" + (this.$u ? "UTC" : "");
|
|
7883
|
-
switch (
|
|
7884
|
-
case
|
|
7884
|
+
switch (H) {
|
|
7885
|
+
case f:
|
|
7885
7886
|
return I ? V(1, 0) : V(31, 11);
|
|
7886
7887
|
case p:
|
|
7887
7888
|
return I ? V(1, Q) : V(0, Q + 1);
|
|
@@ -7903,8 +7904,8 @@ function js() {
|
|
|
7903
7904
|
}, L.endOf = function(w) {
|
|
7904
7905
|
return this.startOf(w, !1);
|
|
7905
7906
|
}, L.$set = function(w, x) {
|
|
7906
|
-
var C, I = b.p(w),
|
|
7907
|
-
if (I === p || I ===
|
|
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
|
+
if (I === p || I === f) {
|
|
7908
7909
|
var q = this.clone().set(g, 1);
|
|
7909
7910
|
q.$d[V](W), q.init(), this.$d = q.set(g, Math.min(this.$D, q.daysInMonth())).$d;
|
|
7910
7911
|
} else V && this.$d[V](W);
|
|
@@ -7916,31 +7917,31 @@ function js() {
|
|
|
7916
7917
|
}, L.add = function(w, x) {
|
|
7917
7918
|
var C, I = this;
|
|
7918
7919
|
w = Number(w);
|
|
7919
|
-
var
|
|
7920
|
+
var H = b.p(x), V = function(Q) {
|
|
7920
7921
|
var X = R(I);
|
|
7921
7922
|
return b.w(X.date(X.date() + Math.round(Q * w)), I);
|
|
7922
7923
|
};
|
|
7923
|
-
if (
|
|
7924
|
-
if (
|
|
7925
|
-
if (
|
|
7926
|
-
if (
|
|
7927
|
-
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;
|
|
7928
7929
|
return b.w(q, this);
|
|
7929
7930
|
}, L.subtract = function(w, x) {
|
|
7930
7931
|
return this.add(-1 * w, x);
|
|
7931
7932
|
}, L.format = function(w) {
|
|
7932
7933
|
var x = this, C = this.$locale();
|
|
7933
7934
|
if (!this.isValid()) return C.invalidDate || y;
|
|
7934
|
-
var I = w || "YYYY-MM-DDTHH:mm:ssZ",
|
|
7935
|
-
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);
|
|
7936
7937
|
}, Z = function(ae) {
|
|
7937
7938
|
return b.s(V % 12 || 12, ae, "0");
|
|
7938
|
-
}, ve = me || function(ae,
|
|
7939
|
+
}, ve = me || function(ae, Le, We) {
|
|
7939
7940
|
var st = ae < 12 ? "AM" : "PM";
|
|
7940
7941
|
return We ? st.toLowerCase() : st;
|
|
7941
7942
|
};
|
|
7942
|
-
return I.replace(
|
|
7943
|
-
return
|
|
7943
|
+
return I.replace(M, (function(ae, Le) {
|
|
7944
|
+
return Le || (function(We) {
|
|
7944
7945
|
switch (We) {
|
|
7945
7946
|
case "YY":
|
|
7946
7947
|
return String(x.$y).slice(-2);
|
|
@@ -7989,25 +7990,25 @@ function js() {
|
|
|
7989
7990
|
case "SSS":
|
|
7990
7991
|
return b.s(x.$ms, 3, "0");
|
|
7991
7992
|
case "Z":
|
|
7992
|
-
return
|
|
7993
|
+
return H;
|
|
7993
7994
|
}
|
|
7994
7995
|
return null;
|
|
7995
|
-
})(ae) ||
|
|
7996
|
+
})(ae) || H.replace(":", "");
|
|
7996
7997
|
}));
|
|
7997
7998
|
}, L.utcOffset = function() {
|
|
7998
7999
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
7999
8000
|
}, L.diff = function(w, x, C) {
|
|
8000
|
-
var I,
|
|
8001
|
-
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);
|
|
8002
8003
|
};
|
|
8003
8004
|
switch (V) {
|
|
8004
|
-
case
|
|
8005
|
+
case f:
|
|
8005
8006
|
I = X() / 12;
|
|
8006
8007
|
break;
|
|
8007
8008
|
case p:
|
|
8008
8009
|
I = X();
|
|
8009
8010
|
break;
|
|
8010
|
-
case
|
|
8011
|
+
case h:
|
|
8011
8012
|
I = X() / 3;
|
|
8012
8013
|
break;
|
|
8013
8014
|
case u:
|
|
@@ -8032,7 +8033,7 @@ function js() {
|
|
|
8032
8033
|
}, L.daysInMonth = function() {
|
|
8033
8034
|
return this.endOf(p).$D;
|
|
8034
8035
|
}, L.$locale = function() {
|
|
8035
|
-
return
|
|
8036
|
+
return G[this.$L];
|
|
8036
8037
|
}, L.locale = function(w, x) {
|
|
8037
8038
|
if (!w) return this.$L;
|
|
8038
8039
|
var C = this.clone(), I = F(w, x, !0);
|
|
@@ -8049,7 +8050,7 @@ function js() {
|
|
|
8049
8050
|
return this.$d.toUTCString();
|
|
8050
8051
|
}, D;
|
|
8051
8052
|
})(), _ = N.prototype;
|
|
8052
|
-
return R.prototype = _, [["$ms", o], ["$s", a], ["$m", l], ["$H", d], ["$W", c], ["$M", p], ["$y",
|
|
8053
|
+
return R.prototype = _, [["$ms", o], ["$s", a], ["$m", l], ["$H", d], ["$W", c], ["$M", p], ["$y", f], ["$D", g]].forEach((function(D) {
|
|
8053
8054
|
_[D[1]] = function(L) {
|
|
8054
8055
|
return this.$g(L, D[0], D[1]);
|
|
8055
8056
|
};
|
|
@@ -8057,11 +8058,11 @@ function js() {
|
|
|
8057
8058
|
return D.$i || (D(L, N, R), D.$i = !0), R;
|
|
8058
8059
|
}, R.locale = F, R.isDayjs = B, R.unix = function(D) {
|
|
8059
8060
|
return R(1e3 * D);
|
|
8060
|
-
}, R.en =
|
|
8061
|
+
}, R.en = G[P], R.Ls = G, R.p = {}, R;
|
|
8061
8062
|
}));
|
|
8062
8063
|
})(ut)), ut.exports;
|
|
8063
8064
|
}
|
|
8064
|
-
var Bs =
|
|
8065
|
+
var Bs = Fs();
|
|
8065
8066
|
const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, setDates: t }) => {
|
|
8066
8067
|
const n = (a) => a && a > En().endOf("day"), i = (a) => {
|
|
8067
8068
|
if (a && a[0] && a[1]) {
|
|
@@ -8090,13 +8091,13 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8090
8091
|
de("11")
|
|
8091
8092
|
],
|
|
8092
8093
|
shortWeekDays: [
|
|
8093
|
-
|
|
8094
|
-
|
|
8095
|
-
|
|
8096
|
-
|
|
8097
|
-
|
|
8098
|
-
|
|
8099
|
-
|
|
8094
|
+
Te("Sun"),
|
|
8095
|
+
Te("Mon"),
|
|
8096
|
+
Te("Tue"),
|
|
8097
|
+
Te("Wed"),
|
|
8098
|
+
Te("Thu"),
|
|
8099
|
+
Te("Fri"),
|
|
8100
|
+
Te("Sat")
|
|
8100
8101
|
]
|
|
8101
8102
|
}
|
|
8102
8103
|
};
|
|
@@ -8120,11 +8121,11 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8120
8121
|
disabledDate: n
|
|
8121
8122
|
}
|
|
8122
8123
|
);
|
|
8123
|
-
},
|
|
8124
|
+
}, _l = m(_r)`
|
|
8124
8125
|
.ant-empty-description {
|
|
8125
8126
|
color: var(--color-text-secondary, rgba(19, 20, 18, 0.75));
|
|
8126
8127
|
}
|
|
8127
|
-
`,
|
|
8128
|
+
`, Gl = m(Vt)`
|
|
8128
8129
|
.ant-table-thead > tr > th {
|
|
8129
8130
|
background: var(--color-bg-primary, #fff);
|
|
8130
8131
|
color: var(--color-text-secondary, rgba(19, 20, 18, 0.75));
|
|
@@ -8227,7 +8228,7 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8227
8228
|
.ant-collapse-header {
|
|
8228
8229
|
background-color: transparent !important;
|
|
8229
8230
|
}
|
|
8230
|
-
`,
|
|
8231
|
+
`, Ul = m(Nn)`
|
|
8231
8232
|
.ant-tooltip-inner {
|
|
8232
8233
|
min-width: auto;
|
|
8233
8234
|
min-height: auto;
|
|
@@ -8239,7 +8240,7 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8239
8240
|
line-height: var(--typo-caption-lineHeight-small, 1rem); /* 133.333% */
|
|
8240
8241
|
letter-spacing: var(--typo-caption-spacing-small, 0.00625rem);
|
|
8241
8242
|
}
|
|
8242
|
-
`, Tn = m(
|
|
8243
|
+
`, Tn = m(jt)`
|
|
8243
8244
|
width: ${({ $width: r }) => r ?? "100%"};
|
|
8244
8245
|
|
|
8245
8246
|
min-height: ${({ $height: r }) => r ?? "unset"};
|
|
@@ -8314,27 +8315,27 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8314
8315
|
.anticon.anticon-close {
|
|
8315
8316
|
color: var(--color-text-secondary, rgba(255, 255, 255, 0.5)) !important;
|
|
8316
8317
|
}
|
|
8317
|
-
`,
|
|
8318
|
+
`, Wl = ({
|
|
8318
8319
|
setDateFilters: r,
|
|
8319
8320
|
hasAllFilter: e = !1
|
|
8320
8321
|
}) => {
|
|
8321
|
-
const [t, n] =
|
|
8322
|
-
{ key: "week", label:
|
|
8323
|
-
{ key: "month", label:
|
|
8324
|
-
{ key: "threeMonth", label:
|
|
8325
|
-
{ 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") },
|
|
8326
8327
|
{
|
|
8327
8328
|
key: "twelveMonth",
|
|
8328
|
-
label:
|
|
8329
|
+
label: Pe("12M"),
|
|
8329
8330
|
...le.getCommonDateRange("twelveMonth")
|
|
8330
8331
|
},
|
|
8331
|
-
{ key: "year", label:
|
|
8332
|
+
{ key: "year", label: Pe("YTD"), ...le.getCommonDateRange("year") },
|
|
8332
8333
|
{
|
|
8333
8334
|
key: "custom",
|
|
8334
8335
|
label: t.length === 2 && t[0] !== "" ? `${j("Custom")}: ${t[0]} / ${t[1]}` : j("Custom"),
|
|
8335
8336
|
...le.getCommonDateRange("custom")
|
|
8336
8337
|
}
|
|
8337
|
-
], [o, a] =
|
|
8338
|
+
], [o, a] = z(), l = we(() => e ? [
|
|
8338
8339
|
{ key: "all", label: j("All"), ...le.getCommonDateRange("all") },
|
|
8339
8340
|
...i
|
|
8340
8341
|
] : i, [e, t]);
|
|
@@ -8414,10 +8415,10 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8414
8415
|
padding: 8px 12px; /* აქ დაარეგულირე შიდა დაშორება */
|
|
8415
8416
|
display: block;
|
|
8416
8417
|
}
|
|
8417
|
-
`,
|
|
8418
|
+
`, Gs = (r, e) => {
|
|
8418
8419
|
const t = window.URL.createObjectURL(r), n = document.createElement("a");
|
|
8419
8420
|
n.href = t, n.setAttribute("download", e), document.body.appendChild(n), n.click(), document.body.removeChild(n), window.URL.revokeObjectURL(t);
|
|
8420
|
-
},
|
|
8421
|
+
}, Us = (r, e) => {
|
|
8421
8422
|
const t = new Blob([r], { type: "text/csv;charset=utf-8;" }), n = window.URL.createObjectURL(t), i = document.createElement("a");
|
|
8422
8423
|
i.href = n, i.setAttribute("download", e), document.body.appendChild(i), i.click(), document.body.removeChild(i), window.URL.revokeObjectURL(n);
|
|
8423
8424
|
}, Ws = m(Me)`
|
|
@@ -8440,11 +8441,11 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8440
8441
|
background: var(--color-bg-opaque-primary, rgba(255, 255, 255, 0.05));
|
|
8441
8442
|
color: var(--color-text-primary, #fff);
|
|
8442
8443
|
cursor: pointer;
|
|
8443
|
-
`,
|
|
8444
|
+
`, Yl = ({ exportFileName: r, filters: e, service: t }) => {
|
|
8444
8445
|
const n = async (o) => {
|
|
8445
8446
|
try {
|
|
8446
8447
|
const { PageSize: a, Page: l, ...d } = e, u = (await t(d, o)).data;
|
|
8447
|
-
o === "xlsx" ?
|
|
8448
|
+
o === "xlsx" ? Gs(u, `${r}.${o}`) : Us(u, `${r}`);
|
|
8448
8449
|
} catch (a) {
|
|
8449
8450
|
console.error("Export failed:", a);
|
|
8450
8451
|
}
|
|
@@ -8473,26 +8474,26 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8473
8474
|
}
|
|
8474
8475
|
);
|
|
8475
8476
|
}, Ks = (r, e, t) => {
|
|
8476
|
-
const n = r.filter((p) => e[p.id]), i = Object.keys(n[0]), o = n.map((p) => i.map((
|
|
8477
|
-
const
|
|
8478
|
-
return
|
|
8477
|
+
const n = r.filter((p) => e[p.id]), i = Object.keys(n[0]), o = n.map((p) => i.map((h) => {
|
|
8478
|
+
const f = p[h];
|
|
8479
|
+
return f == null ? "" : typeof f == "object" ? Object.values(f).find((y) => typeof y != "object") ?? "" : f;
|
|
8479
8480
|
})), a = [i, ...o].map(
|
|
8480
|
-
(p) => p.map((
|
|
8481
|
+
(p) => p.map((h) => `"${(h || "").toString().replace(/"/g, '""')}"`).join(",")
|
|
8481
8482
|
).join(`\r
|
|
8482
8483
|
`), l = "\uFEFF", d = new Blob([l + a], { type: "text/csv;charset=utf-8;" }), c = document.createElement("a"), u = URL.createObjectURL(d);
|
|
8483
8484
|
c.setAttribute("href", u), c.setAttribute("download", t), document.body.appendChild(c), c.click(), document.body.removeChild(c), URL.revokeObjectURL(u);
|
|
8484
8485
|
}, qs = (r, e, t) => {
|
|
8485
8486
|
const i = r.filter((p) => e[p.id]).map((p) => {
|
|
8486
|
-
const
|
|
8487
|
-
return Object.entries(p).forEach(([
|
|
8487
|
+
const h = {};
|
|
8488
|
+
return Object.entries(p).forEach(([f, g]) => {
|
|
8488
8489
|
if (g == null)
|
|
8489
|
-
f
|
|
8490
|
+
h[f] = "";
|
|
8490
8491
|
else if (typeof g == "object") {
|
|
8491
8492
|
const y = Object.values(g).find((O) => typeof O != "object");
|
|
8492
|
-
f
|
|
8493
|
+
h[f] = y ?? "";
|
|
8493
8494
|
} else
|
|
8494
|
-
f
|
|
8495
|
-
}),
|
|
8495
|
+
h[f] = g;
|
|
8496
|
+
}), h;
|
|
8496
8497
|
}), o = ct.utils.json_to_sheet(i), a = ct.utils.book_new();
|
|
8497
8498
|
ct.utils.book_append_sheet(a, o, "Data");
|
|
8498
8499
|
const l = ct.write(a, { bookType: "xlsx", type: "array" }), d = new Blob([l], { type: "application/octet-stream" }), c = URL.createObjectURL(d), u = document.createElement("a");
|
|
@@ -8517,7 +8518,7 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8517
8518
|
background: var(--color-bg-opaque-primary, rgba(255, 255, 255, 0.05));
|
|
8518
8519
|
color: var(--color-text-primary, #fff);
|
|
8519
8520
|
cursor: pointer;
|
|
8520
|
-
`,
|
|
8521
|
+
`, Kl = ({ tableData: r, checked: e, fileName: t }) => {
|
|
8521
8522
|
const n = async (o) => {
|
|
8522
8523
|
try {
|
|
8523
8524
|
o === "xlsx" ? qs(r, e, t + ".xlsx") : Ks(r, e, t + ".csv");
|
|
@@ -8548,9 +8549,9 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8548
8549
|
children: /* @__PURE__ */ s(Js, { children: j("Export") })
|
|
8549
8550
|
}
|
|
8550
8551
|
);
|
|
8551
|
-
},
|
|
8552
|
+
}, ql = ({ value: r, onChange: e, ...t }) => {
|
|
8552
8553
|
const n = r ? En(r) : null;
|
|
8553
|
-
return /* @__PURE__ */ s(
|
|
8554
|
+
return /* @__PURE__ */ s(Fr, { value: n, onChange: (o) => {
|
|
8554
8555
|
o ? e == null || e(le.toISODateString(o.toDate())) : e == null || e(null);
|
|
8555
8556
|
}, allowClear: !0, ...t });
|
|
8556
8557
|
}, { Dragger: Qs } = An, Xs = m(Qs)`
|
|
@@ -8615,7 +8616,7 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8615
8616
|
}
|
|
8616
8617
|
}
|
|
8617
8618
|
`;
|
|
8618
|
-
m(
|
|
8619
|
+
m(Ce)`
|
|
8619
8620
|
display: flex;
|
|
8620
8621
|
align-items: center;
|
|
8621
8622
|
justify-content: start;
|
|
@@ -8637,7 +8638,7 @@ m(Oe)`
|
|
|
8637
8638
|
line-height: var(--typo-caption-lineHeight-medium, 18px); /* 128.571% */
|
|
8638
8639
|
letter-spacing: var(--typo-caption-spacing-medium, 0.1px);
|
|
8639
8640
|
`;
|
|
8640
|
-
const
|
|
8641
|
+
const Zl = ({
|
|
8641
8642
|
value: r = [],
|
|
8642
8643
|
onChange: e,
|
|
8643
8644
|
children: t,
|
|
@@ -8646,29 +8647,29 @@ const Ul = ({
|
|
|
8646
8647
|
...o
|
|
8647
8648
|
}) => {
|
|
8648
8649
|
const a = async (d) => {
|
|
8649
|
-
var
|
|
8650
|
-
const { file: c } = d, u = URL.createObjectURL(c), p = { name: c.name, uid: c.uid, status: "uploading", url: u },
|
|
8651
|
-
e(
|
|
8650
|
+
var f, g;
|
|
8651
|
+
const { file: c } = d, u = URL.createObjectURL(c), p = { name: c.name, uid: c.uid, status: "uploading", url: u }, h = [...r, p];
|
|
8652
|
+
e(h);
|
|
8652
8653
|
try {
|
|
8653
8654
|
const y = new FormData();
|
|
8654
8655
|
y.append("files", c);
|
|
8655
8656
|
const O = await i(y);
|
|
8656
|
-
if ((
|
|
8657
|
-
const
|
|
8657
|
+
if ((f = O == null ? void 0 : O.data) != null && f.success) {
|
|
8658
|
+
const M = (g = O == null ? void 0 : O.data) == null ? void 0 : g.value[0];
|
|
8658
8659
|
e(
|
|
8659
|
-
|
|
8660
|
-
(S) => S.uid === c.uid ? { ...S, status: "done", ...
|
|
8660
|
+
h.map(
|
|
8661
|
+
(S) => S.uid === c.uid ? { ...S, status: "done", ...M } : S
|
|
8661
8662
|
)
|
|
8662
8663
|
);
|
|
8663
8664
|
} else
|
|
8664
|
-
e(
|
|
8665
|
+
e(h.filter((M) => M.uid !== c.uid)), ht.error({
|
|
8665
8666
|
className: "bottom-right-notification",
|
|
8666
8667
|
placement: "bottomRight",
|
|
8667
8668
|
message: "Error",
|
|
8668
8669
|
description: "Upload failed"
|
|
8669
8670
|
});
|
|
8670
8671
|
} catch {
|
|
8671
|
-
e(
|
|
8672
|
+
e(h.filter((O) => O.uid !== c.uid)), ht.error({
|
|
8672
8673
|
className: "bottom-right-notification",
|
|
8673
8674
|
placement: "bottomRight",
|
|
8674
8675
|
message: "Error",
|
|
@@ -8692,7 +8693,7 @@ const Ul = ({
|
|
|
8692
8693
|
children: r.length < (o.maxCount || 15) && t
|
|
8693
8694
|
}
|
|
8694
8695
|
);
|
|
8695
|
-
}, el = m(
|
|
8696
|
+
}, el = m(Gr)`
|
|
8696
8697
|
display: flex;
|
|
8697
8698
|
gap: var(--spacing-025, 2px);
|
|
8698
8699
|
color: var(--color-text-secondary, rgba(19, 20, 18, 0.75));
|
|
@@ -8816,12 +8817,12 @@ const Ul = ({
|
|
|
8816
8817
|
margin-left: 0.9rem;
|
|
8817
8818
|
}
|
|
8818
8819
|
`, ol = () => {
|
|
8819
|
-
const [r, e] =
|
|
8820
|
+
const [r, e] = z(!1);
|
|
8820
8821
|
return /* @__PURE__ */ v(il, { children: [
|
|
8821
8822
|
/* @__PURE__ */ s("button", { className: "icon sidebar", onClick: () => e(!0), children: /* @__PURE__ */ s(Xr, {}) }),
|
|
8822
8823
|
r && /* @__PURE__ */ s(Bt, {})
|
|
8823
8824
|
] });
|
|
8824
|
-
},
|
|
8825
|
+
}, Jl = ({
|
|
8825
8826
|
basePath: r,
|
|
8826
8827
|
tabItems: e,
|
|
8827
8828
|
contentMap: t,
|
|
@@ -8831,16 +8832,16 @@ const Ul = ({
|
|
|
8831
8832
|
needsBreadcrumb: a,
|
|
8832
8833
|
customTabFilter: l
|
|
8833
8834
|
}) => {
|
|
8834
|
-
const { hasPermission: d } =
|
|
8835
|
+
const { hasPermission: d } = He(), { id: c } = Fn(), u = _e(), p = De(), h = we(() => {
|
|
8835
8836
|
const k = u.pathname.split("/");
|
|
8836
8837
|
return k[k.length - 1] || n;
|
|
8837
|
-
}, [u.pathname, n]), [
|
|
8838
|
+
}, [u.pathname, n]), [f, g] = z(null), [y, O] = z(null), M = (k) => {
|
|
8838
8839
|
p(`${r}/${c}/${k}`);
|
|
8839
8840
|
}, S = () => l ? l(e) : e.filter((k) => {
|
|
8840
|
-
var
|
|
8841
|
-
return (
|
|
8841
|
+
var P;
|
|
8842
|
+
return (P = k.permission) == null ? void 0 : P.some((G) => d(G));
|
|
8842
8843
|
}), E = () => {
|
|
8843
|
-
const k = t[
|
|
8844
|
+
const k = t[h] || t[n];
|
|
8844
8845
|
return k ? typeof k == "object" && k !== null && "type" in k ? {
|
|
8845
8846
|
...k,
|
|
8846
8847
|
props: {
|
|
@@ -8856,8 +8857,8 @@ const Ul = ({
|
|
|
8856
8857
|
/* @__PURE__ */ s(
|
|
8857
8858
|
el,
|
|
8858
8859
|
{
|
|
8859
|
-
activeKey:
|
|
8860
|
-
onChange:
|
|
8860
|
+
activeKey: h,
|
|
8861
|
+
onChange: M,
|
|
8861
8862
|
tabBarExtraContent: {
|
|
8862
8863
|
right: /* @__PURE__ */ v(rl, { children: [
|
|
8863
8864
|
/* @__PURE__ */ s(nl, { children: /* @__PURE__ */ s(
|
|
@@ -8865,8 +8866,8 @@ const Ul = ({
|
|
|
8865
8866
|
{
|
|
8866
8867
|
className: "partner-tab-select",
|
|
8867
8868
|
placeholder: "Modules",
|
|
8868
|
-
onChange: (k) =>
|
|
8869
|
-
value:
|
|
8869
|
+
onChange: (k) => M(k),
|
|
8870
|
+
value: h,
|
|
8870
8871
|
options: e.filter((k) => (k == null ? void 0 : k.label) !== "Details").map((k) => ({
|
|
8871
8872
|
value: k.key,
|
|
8872
8873
|
label: k.label
|
|
@@ -8875,7 +8876,7 @@ const Ul = ({
|
|
|
8875
8876
|
) }),
|
|
8876
8877
|
/* @__PURE__ */ v(tl, { children: [
|
|
8877
8878
|
y,
|
|
8878
|
-
|
|
8879
|
+
f
|
|
8879
8880
|
] })
|
|
8880
8881
|
] })
|
|
8881
8882
|
},
|
|
@@ -8884,7 +8885,83 @@ const Ul = ({
|
|
|
8884
8885
|
),
|
|
8885
8886
|
/* @__PURE__ */ s("div", { children: E() })
|
|
8886
8887
|
] });
|
|
8887
|
-
},
|
|
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 = ({
|
|
8888
8965
|
id: r,
|
|
8889
8966
|
refetchFormItems: e,
|
|
8890
8967
|
redirectPrevPage: t,
|
|
@@ -8893,26 +8970,26 @@ const Ul = ({
|
|
|
8893
8970
|
getItemById: o,
|
|
8894
8971
|
onSetFormValues: a
|
|
8895
8972
|
}) => {
|
|
8896
|
-
const l =
|
|
8897
|
-
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("/"));
|
|
8898
8975
|
try {
|
|
8899
8976
|
if (p) {
|
|
8900
8977
|
let S;
|
|
8901
|
-
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;
|
|
8902
8979
|
} else {
|
|
8903
8980
|
const S = await i(y);
|
|
8904
|
-
return t !== !1 && S.data.success === !0 && l(
|
|
8981
|
+
return t !== !1 && S.data.success === !0 && l(M), S;
|
|
8905
8982
|
}
|
|
8906
8983
|
} catch (S) {
|
|
8907
8984
|
if (S.status === 400) {
|
|
8908
|
-
const E = S.response.data, k =
|
|
8985
|
+
const E = S.response.data, k = je(E.errors);
|
|
8909
8986
|
d.setFields(k);
|
|
8910
8987
|
}
|
|
8911
8988
|
}
|
|
8912
8989
|
}, g = async (y) => {
|
|
8913
8990
|
try {
|
|
8914
|
-
const O = await o(y),
|
|
8915
|
-
|
|
8991
|
+
const O = await o(y), M = a ? a(O.data) : O.data;
|
|
8992
|
+
h(M), d.setFieldsValue(M);
|
|
8916
8993
|
} catch (O) {
|
|
8917
8994
|
console.log(O, "Error in Form Controller.");
|
|
8918
8995
|
}
|
|
@@ -8924,24 +9001,24 @@ const Ul = ({
|
|
|
8924
9001
|
item: p,
|
|
8925
9002
|
getItemById: o,
|
|
8926
9003
|
isAddingForm: c,
|
|
8927
|
-
handleSave:
|
|
9004
|
+
handleSave: f
|
|
8928
9005
|
};
|
|
8929
|
-
},
|
|
8930
|
-
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) => {
|
|
8931
9008
|
try {
|
|
8932
9009
|
let p;
|
|
8933
9010
|
return r ? p = await t({ ...u }) : p = await n(u), p;
|
|
8934
9011
|
} catch (p) {
|
|
8935
9012
|
if (p.status === 400) {
|
|
8936
|
-
const
|
|
8937
|
-
o.setFields(
|
|
9013
|
+
const h = p.response.data, f = je(h.errors);
|
|
9014
|
+
o.setFields(f);
|
|
8938
9015
|
}
|
|
8939
9016
|
throw p;
|
|
8940
9017
|
}
|
|
8941
9018
|
}, c = async (u) => {
|
|
8942
9019
|
try {
|
|
8943
|
-
const
|
|
8944
|
-
l(
|
|
9020
|
+
const h = (await i(u)).data;
|
|
9021
|
+
l(h), o.setFieldsValue(h);
|
|
8945
9022
|
} catch (p) {
|
|
8946
9023
|
console.log(p, "Error in Form Controller.");
|
|
8947
9024
|
}
|
|
@@ -8960,8 +9037,8 @@ const Ul = ({
|
|
|
8960
9037
|
item: a,
|
|
8961
9038
|
handleSave: d
|
|
8962
9039
|
};
|
|
8963
|
-
},
|
|
8964
|
-
const r =
|
|
9040
|
+
}, tc = () => {
|
|
9041
|
+
const r = De(), { setUser: e } = He(), [t, n] = z({
|
|
8965
9042
|
visible: !1,
|
|
8966
9043
|
token: ""
|
|
8967
9044
|
}), i = (a) => {
|
|
@@ -8988,7 +9065,7 @@ const Ul = ({
|
|
|
8988
9065
|
setTwoFactor: n
|
|
8989
9066
|
};
|
|
8990
9067
|
};
|
|
8991
|
-
function
|
|
9068
|
+
function rc(r) {
|
|
8992
9069
|
const { navigator: e } = xt(Bn), t = _e();
|
|
8993
9070
|
K(() => {
|
|
8994
9071
|
if (!r) return;
|
|
@@ -9025,7 +9102,7 @@ function ql(r) {
|
|
|
9025
9102
|
};
|
|
9026
9103
|
}, [r]);
|
|
9027
9104
|
}
|
|
9028
|
-
function
|
|
9105
|
+
function nc(r) {
|
|
9029
9106
|
K(() => {
|
|
9030
9107
|
const e = (t) => {
|
|
9031
9108
|
t.animationName === "onAutoFillStart" && r(t);
|
|
@@ -9035,7 +9112,7 @@ function Zl(r) {
|
|
|
9035
9112
|
};
|
|
9036
9113
|
}, []);
|
|
9037
9114
|
}
|
|
9038
|
-
function
|
|
9115
|
+
function ic(r, e) {
|
|
9039
9116
|
if (!r) return "";
|
|
9040
9117
|
const t = new Date(r);
|
|
9041
9118
|
if (isNaN(t.getTime())) return "";
|
|
@@ -9046,12 +9123,12 @@ function Jl(r, e) {
|
|
|
9046
9123
|
}
|
|
9047
9124
|
return l;
|
|
9048
9125
|
}
|
|
9049
|
-
function
|
|
9126
|
+
function oc(r, e = "en-US") {
|
|
9050
9127
|
return r < 1 ? 0 : r ? r.toLocaleString(e) : "";
|
|
9051
9128
|
}
|
|
9052
|
-
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()),
|
|
9053
|
-
function
|
|
9054
|
-
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);
|
|
9055
9132
|
if (i) {
|
|
9056
9133
|
const [, l, d, c, u, p] = i;
|
|
9057
9134
|
return {
|
|
@@ -9063,7 +9140,7 @@ function Xl(r) {
|
|
|
9063
9140
|
message: n
|
|
9064
9141
|
};
|
|
9065
9142
|
}
|
|
9066
|
-
const o = t.match(
|
|
9143
|
+
const o = t.match(fl) || t.match(hl);
|
|
9067
9144
|
if (o) {
|
|
9068
9145
|
const [, l, d, c] = o;
|
|
9069
9146
|
return {
|
|
@@ -9073,7 +9150,7 @@ function Xl(r) {
|
|
|
9073
9150
|
message: n
|
|
9074
9151
|
};
|
|
9075
9152
|
}
|
|
9076
|
-
const a = t.match(
|
|
9153
|
+
const a = t.match(gl);
|
|
9077
9154
|
return a ? {
|
|
9078
9155
|
brandIndex: Number(a[1]),
|
|
9079
9156
|
message: n
|
|
@@ -9083,79 +9160,80 @@ function Xl(r) {
|
|
|
9083
9160
|
), null);
|
|
9084
9161
|
}
|
|
9085
9162
|
export {
|
|
9086
|
-
|
|
9087
|
-
|
|
9163
|
+
$l as AdminLayout,
|
|
9164
|
+
Il as AuthorizationLayout,
|
|
9088
9165
|
Ei as BoxComponent,
|
|
9089
9166
|
re as CancelModalButton,
|
|
9090
|
-
|
|
9167
|
+
Vl as Chart,
|
|
9091
9168
|
eo as CloseButton,
|
|
9092
9169
|
be as ColumnFilterType,
|
|
9093
|
-
|
|
9170
|
+
Fl as ComingSoon,
|
|
9094
9171
|
Jo as ContactInfoModal,
|
|
9095
|
-
|
|
9172
|
+
Ee as ContentContainer,
|
|
9096
9173
|
tt as CreateModalButton,
|
|
9097
9174
|
le as DateHelper,
|
|
9098
|
-
|
|
9099
|
-
|
|
9175
|
+
ql as DatePickerToISO,
|
|
9176
|
+
Wl as DateRangeFilterTabs,
|
|
9100
9177
|
cn as EnterBackupCode,
|
|
9101
|
-
|
|
9102
|
-
|
|
9103
|
-
|
|
9178
|
+
Yl as ExcelExport,
|
|
9179
|
+
Kl as ExcelExportSelected,
|
|
9180
|
+
Bl as ExpandableTable,
|
|
9104
9181
|
oo as FilterConfiguration,
|
|
9105
9182
|
Ae as FilterSelectTypes,
|
|
9106
9183
|
qt as GeneralInput,
|
|
9107
9184
|
pr as GenericModal,
|
|
9108
|
-
|
|
9109
|
-
|
|
9185
|
+
Jl as GenericTabsPage,
|
|
9186
|
+
Pl as GridViewPage,
|
|
9110
9187
|
pe as LabelText,
|
|
9111
|
-
|
|
9112
|
-
|
|
9113
|
-
|
|
9188
|
+
Nl as MFAModalManager,
|
|
9189
|
+
Fe as MFA_STEP,
|
|
9190
|
+
Rl as ModalHost,
|
|
9114
9191
|
to as ModalHostButtonWrapper,
|
|
9115
9192
|
$o as NoData,
|
|
9116
|
-
|
|
9117
|
-
|
|
9118
|
-
|
|
9193
|
+
zl as NoDataSpanForSelect,
|
|
9194
|
+
El as PackageServicesProvider,
|
|
9195
|
+
Tl as PackageTranslationProvider,
|
|
9119
9196
|
os as PageBreadcrumb,
|
|
9120
9197
|
Kt as Popup,
|
|
9121
9198
|
et as PopupFooterContainer,
|
|
9122
9199
|
Xi as PopupHeader,
|
|
9123
9200
|
ta as PopupMFA,
|
|
9124
|
-
|
|
9201
|
+
Ml as RejectButton,
|
|
9125
9202
|
se as SortDirections,
|
|
9126
|
-
|
|
9203
|
+
jl as Spinner,
|
|
9127
9204
|
is as StyledBreadcrumb,
|
|
9128
|
-
|
|
9205
|
+
_l as StyledEmpty,
|
|
9129
9206
|
Tn as StyledSelect,
|
|
9130
|
-
|
|
9131
|
-
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
|
|
9207
|
+
Gl as StyledTable,
|
|
9208
|
+
Ul as StyledTooltip,
|
|
9209
|
+
Ql as SuccessPage,
|
|
9210
|
+
Oe as TableViewOptions,
|
|
9211
|
+
Al as TwoFactorPopup,
|
|
9212
|
+
Zl as UploadFiles,
|
|
9135
9213
|
io as catchErrorMessage,
|
|
9136
9214
|
Ks as exportSelectedToCSV,
|
|
9137
9215
|
qs as exportSelectedToXLSX,
|
|
9138
|
-
|
|
9139
|
-
|
|
9216
|
+
ic as formatDate,
|
|
9217
|
+
Hl as getBase64,
|
|
9140
9218
|
no as handleCopy,
|
|
9141
9219
|
qi as handleDictionarySelectFilter,
|
|
9142
9220
|
ro as lowercaseFirstLetter,
|
|
9143
|
-
|
|
9144
|
-
|
|
9145
|
-
|
|
9146
|
-
|
|
9147
|
-
|
|
9221
|
+
oc as numberFormatterWithComma,
|
|
9222
|
+
ac as parseCommissionErrors,
|
|
9223
|
+
Fo as parseErrorMessageKey,
|
|
9224
|
+
je as parseServerErrors,
|
|
9225
|
+
nc as useAutofillStartDetection,
|
|
9148
9226
|
Qo as useContactInfoController,
|
|
9149
9227
|
en as useDebounce,
|
|
9150
|
-
|
|
9228
|
+
Mi as useElementHeight,
|
|
9151
9229
|
Yr as useFetch,
|
|
9152
9230
|
rn as useFilterDataSourceType,
|
|
9153
|
-
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
|
|
9159
|
-
|
|
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
|
|
9160
9238
|
};
|
|
9161
9239
|
//# sourceMappingURL=index.mjs.map
|