affiliate-front-shared 1.3.22 → 1.3.24
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/popup-mfa/mfa-all-popups/SelectMFAMethod.d.ts +1 -1
- package/dist/components/popup-mfa/mfa-all-popups/index.d.ts +9 -1
- package/dist/index.cjs +20 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +225 -217
- package/dist/index.mjs.map +1 -1
- package/dist/utils/PackageServicesProvider.d.ts +3 -3
- package/package.json +1 -2
package/dist/index.mjs
CHANGED
|
@@ -154,8 +154,8 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
154
154
|
var p;
|
|
155
155
|
try {
|
|
156
156
|
l(!0), n(null);
|
|
157
|
-
const
|
|
158
|
-
n(
|
|
157
|
+
const h = await r();
|
|
158
|
+
n(h), (p = h == null ? void 0 : h.data) != null && p.items && o(h.data.items);
|
|
159
159
|
} catch {
|
|
160
160
|
c("Failed to fetch data");
|
|
161
161
|
} finally {
|
|
@@ -282,8 +282,8 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
282
282
|
const p = (y, O) => /* @__PURE__ */ v(ii, { children: [
|
|
283
283
|
/* @__PURE__ */ s(oi, { children: y }),
|
|
284
284
|
O && /* @__PURE__ */ s("span", { children: /* @__PURE__ */ s(ni, {}) })
|
|
285
|
-
] }), { response:
|
|
286
|
-
async function
|
|
285
|
+
] }), { response: h } = Yr(t ?? (() => Promise.resolve({ data: [] })), []);
|
|
286
|
+
async function f(y) {
|
|
287
287
|
if (!n) return;
|
|
288
288
|
const P = (await n(y)).data.value;
|
|
289
289
|
localStorage.setItem("useToken", P.token), localStorage.setItem("userData", JSON.stringify(P));
|
|
@@ -321,7 +321,7 @@ const jt = (r) => /* @__PURE__ */ $.createElement("svg", { width: 16, height: 16
|
|
|
321
321
|
) }, "30-3")
|
|
322
322
|
] }, "30"),
|
|
323
323
|
/* @__PURE__ */ s(te.Divider, {}),
|
|
324
|
-
/* @__PURE__ */ s(te.SubMenu, { title: "ConnectedAccounts", children: ((
|
|
324
|
+
/* @__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
325
|
/* @__PURE__ */ s(te.Divider, {}),
|
|
326
326
|
/* @__PURE__ */ s(te.Item, { onClick: c, children: "LogOut" }, "100")
|
|
327
327
|
]
|
|
@@ -663,8 +663,8 @@ const ir = (r) => {
|
|
|
663
663
|
const t = /* @__PURE__ */ new Set(), n = (c, u) => {
|
|
664
664
|
const p = typeof c == "function" ? c(e) : c;
|
|
665
665
|
if (!Object.is(p, e)) {
|
|
666
|
-
const
|
|
667
|
-
e = u ?? (typeof p != "object" || p === null) ? p : Object.assign({}, e, p), t.forEach((
|
|
666
|
+
const h = e;
|
|
667
|
+
e = u ?? (typeof p != "object" || p === null) ? p : Object.assign({}, e, p), t.forEach((f) => f(e, h));
|
|
668
668
|
}
|
|
669
669
|
}, i = () => e, l = { setState: n, getState: i, getInitialState: () => d, subscribe: (c) => (t.add(c), () => t.delete(c)) }, d = e = r(n, i, l);
|
|
670
670
|
return l;
|
|
@@ -1214,27 +1214,27 @@ const _t = m.div`
|
|
|
1214
1214
|
}
|
|
1215
1215
|
);
|
|
1216
1216
|
}, tn = ({ placement: r, children: e }) => {
|
|
1217
|
-
const t = T((
|
|
1217
|
+
const t = T((f) => f.columns), n = T((f) => f.sortItems), i = T((f) => f.setSortItems), o = n[0], [a, l] = M(""), [d, c] = M(
|
|
1218
1218
|
(o == null ? void 0 : o.direction) === se.ASC ? se.ASC : se.DESC
|
|
1219
1219
|
), u = t.filter(
|
|
1220
|
-
(
|
|
1220
|
+
(f) => f.title.toLowerCase().includes(a.toLowerCase()) && f.sortable !== !1
|
|
1221
1221
|
);
|
|
1222
|
-
function p(
|
|
1222
|
+
function p(f, g) {
|
|
1223
1223
|
i([
|
|
1224
1224
|
{
|
|
1225
|
-
title:
|
|
1226
|
-
dataIndex:
|
|
1225
|
+
title: f.title,
|
|
1226
|
+
dataIndex: f.dataIndex.charAt(0).toUpperCase() + f.dataIndex.slice(1),
|
|
1227
1227
|
direction: g
|
|
1228
1228
|
}
|
|
1229
1229
|
]);
|
|
1230
1230
|
}
|
|
1231
|
-
function
|
|
1231
|
+
function h() {
|
|
1232
1232
|
i([]);
|
|
1233
1233
|
}
|
|
1234
1234
|
return /* @__PURE__ */ s(
|
|
1235
1235
|
Wi,
|
|
1236
1236
|
{
|
|
1237
|
-
overlay: (
|
|
1237
|
+
overlay: (f) => /* @__PURE__ */ v(_t, { children: [
|
|
1238
1238
|
/* @__PURE__ */ s(
|
|
1239
1239
|
"input",
|
|
1240
1240
|
{
|
|
@@ -1248,7 +1248,7 @@ const _t = m.div`
|
|
|
1248
1248
|
"button",
|
|
1249
1249
|
{
|
|
1250
1250
|
onClick: () => {
|
|
1251
|
-
g.title == (o == null ? void 0 : o.title) ?
|
|
1251
|
+
g.title == (o == null ? void 0 : o.title) ? h() : p(g, d);
|
|
1252
1252
|
},
|
|
1253
1253
|
children: [
|
|
1254
1254
|
g.title,
|
|
@@ -1291,12 +1291,12 @@ const _t = m.div`
|
|
|
1291
1291
|
}
|
|
1292
1292
|
);
|
|
1293
1293
|
}, Wt = ({ placement: r, children: e, onSelect: t, CustomFilters: n }) => {
|
|
1294
|
-
const [i, o] = M(!1), [a, l] = M(""), d = T((
|
|
1295
|
-
function p(
|
|
1296
|
-
t ? t(
|
|
1294
|
+
const [i, o] = M(!1), [a, l] = M(""), d = T((h) => h.columns), c = T((h) => h.filterItems), u = T((h) => h.setFilterItems);
|
|
1295
|
+
function p(h) {
|
|
1296
|
+
t ? t(h) : u([
|
|
1297
1297
|
...c,
|
|
1298
1298
|
{
|
|
1299
|
-
...
|
|
1299
|
+
...h,
|
|
1300
1300
|
selectType: Ve.VALUE
|
|
1301
1301
|
}
|
|
1302
1302
|
]), o(!1);
|
|
@@ -1314,10 +1314,10 @@ const _t = m.div`
|
|
|
1314
1314
|
type: "text",
|
|
1315
1315
|
placeholder: J("Search") + "...",
|
|
1316
1316
|
value: a,
|
|
1317
|
-
onChange: (
|
|
1317
|
+
onChange: (h) => l(h.target.value)
|
|
1318
1318
|
}
|
|
1319
1319
|
),
|
|
1320
|
-
/* @__PURE__ */ s("div", { children: d.filter((
|
|
1320
|
+
/* @__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
1321
|
n && /* @__PURE__ */ s(
|
|
1322
1322
|
n,
|
|
1323
1323
|
{
|
|
@@ -1456,7 +1456,7 @@ const Zi = ({
|
|
|
1456
1456
|
GridPageTopLeftComponent: l,
|
|
1457
1457
|
noNeedSidebarResponsiveButton: d
|
|
1458
1458
|
}) => {
|
|
1459
|
-
const c = ze(), u = T((x) => x.filters), p = T((x) => x.hasCreateBtn),
|
|
1459
|
+
const c = ze(), 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] = M(() => {
|
|
1460
1460
|
var x, C;
|
|
1461
1461
|
try {
|
|
1462
1462
|
const I = sessionStorage.getItem(`grid-filters:${window.location.pathname}`);
|
|
@@ -1472,10 +1472,10 @@ const Zi = ({
|
|
|
1472
1472
|
const C = B.find((V) => V.id === x);
|
|
1473
1473
|
if (!C) return;
|
|
1474
1474
|
const { filterItems: I, sortItems: z } = JSON.parse(C.value);
|
|
1475
|
-
|
|
1475
|
+
f(I, !0), g(z), b({ id: C.id, name: C.name });
|
|
1476
1476
|
}
|
|
1477
1477
|
const D = en((x) => {
|
|
1478
|
-
|
|
1478
|
+
h({
|
|
1479
1479
|
...u,
|
|
1480
1480
|
QuickSearch: x.target.value
|
|
1481
1481
|
});
|
|
@@ -2299,14 +2299,14 @@ const oo = ({
|
|
|
2299
2299
|
!0
|
|
2300
2300
|
);
|
|
2301
2301
|
};
|
|
2302
|
-
function
|
|
2302
|
+
function h(b) {
|
|
2303
2303
|
n(
|
|
2304
2304
|
t.map(
|
|
2305
2305
|
(N) => N.title == r.title ? { ...b, selectType: Ve.VALUE } : N
|
|
2306
2306
|
)
|
|
2307
2307
|
);
|
|
2308
2308
|
}
|
|
2309
|
-
const
|
|
2309
|
+
const f = en((b) => {
|
|
2310
2310
|
const N = b.target.value;
|
|
2311
2311
|
n(
|
|
2312
2312
|
t.map((_) => _.title == r.title ? { ..._, filterValue: N } : _),
|
|
@@ -2340,7 +2340,7 @@ const oo = ({
|
|
|
2340
2340
|
type: "text",
|
|
2341
2341
|
placeholder: "Search...",
|
|
2342
2342
|
className: "filter-item-search",
|
|
2343
|
-
onChange:
|
|
2343
|
+
onChange: f
|
|
2344
2344
|
}
|
|
2345
2345
|
),
|
|
2346
2346
|
[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)) }),
|
|
@@ -2417,7 +2417,7 @@ const oo = ({
|
|
|
2417
2417
|
}
|
|
2418
2418
|
);
|
|
2419
2419
|
return /* @__PURE__ */ v(It, { children: [
|
|
2420
|
-
/* @__PURE__ */ s(Wt, { placement: "bottomLeft", onSelect:
|
|
2420
|
+
/* @__PURE__ */ s(Wt, { placement: "bottomLeft", onSelect: h, children: /* @__PURE__ */ v("span", { children: [
|
|
2421
2421
|
/* @__PURE__ */ s(Qr, {}),
|
|
2422
2422
|
r.title
|
|
2423
2423
|
] }) }),
|
|
@@ -2449,7 +2449,7 @@ const oo = ({
|
|
|
2449
2449
|
console.log(g, "Error happened deleting configuration");
|
|
2450
2450
|
}
|
|
2451
2451
|
}
|
|
2452
|
-
function
|
|
2452
|
+
function h() {
|
|
2453
2453
|
d({
|
|
2454
2454
|
component: so,
|
|
2455
2455
|
title: i ? "UpdateConfiguration" : "NameYourConfiguration",
|
|
@@ -2470,7 +2470,7 @@ const oo = ({
|
|
|
2470
2470
|
}
|
|
2471
2471
|
}), l();
|
|
2472
2472
|
}
|
|
2473
|
-
function
|
|
2473
|
+
function f() {
|
|
2474
2474
|
const g = JSON.stringify({ filterItems: r, sortItems: e });
|
|
2475
2475
|
d({
|
|
2476
2476
|
component: oo,
|
|
@@ -2503,8 +2503,8 @@ const oo = ({
|
|
|
2503
2503
|
"AddFilter"
|
|
2504
2504
|
] }) }) }),
|
|
2505
2505
|
/* @__PURE__ */ v(Vi, { children: [
|
|
2506
|
-
/* @__PURE__ */ s("button", { onClick:
|
|
2507
|
-
i && /* @__PURE__ */ s("button", { onClick:
|
|
2506
|
+
/* @__PURE__ */ s("button", { onClick: f, children: i ? "UpdateConfiguration" : "SaveConfiguration" }),
|
|
2507
|
+
i && /* @__PURE__ */ s("button", { onClick: h, children: "DeleteConfiguration" }),
|
|
2508
2508
|
/* @__PURE__ */ v("button", { onClick: n, children: [
|
|
2509
2509
|
/* @__PURE__ */ s(nn, {}),
|
|
2510
2510
|
"ResetConditions"
|
|
@@ -3019,33 +3019,33 @@ function Co({
|
|
|
3019
3019
|
}
|
|
3020
3020
|
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
3021
|
function ko({ col: r }) {
|
|
3022
|
-
const [e, t] = M(!1), n = T((
|
|
3023
|
-
function d(
|
|
3022
|
+
const [e, t] = M(!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);
|
|
3023
|
+
function d(f, g) {
|
|
3024
3024
|
a([
|
|
3025
3025
|
{
|
|
3026
|
-
title:
|
|
3027
|
-
dataIndex:
|
|
3026
|
+
title: f.title,
|
|
3027
|
+
dataIndex: f.dataIndex.charAt(0).toUpperCase() + f.dataIndex.slice(1),
|
|
3028
3028
|
direction: g
|
|
3029
3029
|
}
|
|
3030
3030
|
]);
|
|
3031
3031
|
}
|
|
3032
|
-
function c(
|
|
3033
|
-
const g = n.filter((y) =>
|
|
3032
|
+
function c(f) {
|
|
3033
|
+
const g = n.filter((y) => f.title != y.title);
|
|
3034
3034
|
o([
|
|
3035
3035
|
...g,
|
|
3036
3036
|
{
|
|
3037
|
-
...
|
|
3037
|
+
...f,
|
|
3038
3038
|
selectType: Ve.VALUE
|
|
3039
3039
|
}
|
|
3040
3040
|
]);
|
|
3041
3041
|
}
|
|
3042
|
-
function u(
|
|
3042
|
+
function u(f, g) {
|
|
3043
3043
|
l({
|
|
3044
3044
|
...i,
|
|
3045
|
-
[
|
|
3045
|
+
[f.dataIndex]: !0
|
|
3046
3046
|
});
|
|
3047
3047
|
}
|
|
3048
|
-
const p = () => t(!1),
|
|
3048
|
+
const p = () => t(!1), h = [
|
|
3049
3049
|
{ icon: /* @__PURE__ */ s(gt, {}), text: j("Filter"), action: () => c(r) },
|
|
3050
3050
|
{
|
|
3051
3051
|
icon: /* @__PURE__ */ s(Ut, {}),
|
|
@@ -3067,14 +3067,14 @@ function ko({ col: r }) {
|
|
|
3067
3067
|
Pe,
|
|
3068
3068
|
{
|
|
3069
3069
|
placement: "bottomLeft",
|
|
3070
|
-
popupRender: () => /* @__PURE__ */ s(fo, { children:
|
|
3070
|
+
popupRender: () => /* @__PURE__ */ s(fo, { children: h.map(({ icon: f, text: g, action: y }) => /* @__PURE__ */ v(
|
|
3071
3071
|
"button",
|
|
3072
3072
|
{
|
|
3073
3073
|
onClick: () => {
|
|
3074
3074
|
y(), p();
|
|
3075
3075
|
},
|
|
3076
3076
|
children: [
|
|
3077
|
-
|
|
3077
|
+
f,
|
|
3078
3078
|
g
|
|
3079
3079
|
]
|
|
3080
3080
|
},
|
|
@@ -3083,7 +3083,7 @@ function ko({ col: r }) {
|
|
|
3083
3083
|
trigger: ["click"],
|
|
3084
3084
|
open: e,
|
|
3085
3085
|
onOpenChange: t,
|
|
3086
|
-
getPopupContainer: (
|
|
3086
|
+
getPopupContainer: (f) => (f == null ? void 0 : f.parentElement) ?? document.body,
|
|
3087
3087
|
children: /* @__PURE__ */ s("th", { className: e ? "active" : "", children: /* @__PURE__ */ s("span", { children: r.title }) })
|
|
3088
3088
|
}
|
|
3089
3089
|
);
|
|
@@ -3184,7 +3184,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3184
3184
|
noPagination: d,
|
|
3185
3185
|
noDataProps: c
|
|
3186
3186
|
}) => {
|
|
3187
|
-
const u = T((E) => E.filters), p = T((E) => E.groupByArr),
|
|
3187
|
+
const u = T((E) => E.filters), p = T((E) => E.groupByArr), h = T((E) => E.setFilters), f = we(() => p.length > 0 ? e.filter(
|
|
3188
3188
|
(E) => !p.some((k) => k.dataIndex == E.dataIndex)
|
|
3189
3189
|
) : e, [e, p]), { isTableGroupped: g, isTableSubGroupped: y } = we(
|
|
3190
3190
|
() => ({
|
|
@@ -3206,14 +3206,14 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3206
3206
|
return n;
|
|
3207
3207
|
}, [n, p]);
|
|
3208
3208
|
function P(E) {
|
|
3209
|
-
|
|
3209
|
+
h({
|
|
3210
3210
|
...u,
|
|
3211
3211
|
PageSize: E,
|
|
3212
3212
|
Page: 1
|
|
3213
3213
|
});
|
|
3214
3214
|
}
|
|
3215
3215
|
function S(E) {
|
|
3216
|
-
|
|
3216
|
+
h({
|
|
3217
3217
|
...u,
|
|
3218
3218
|
Page: E
|
|
3219
3219
|
});
|
|
@@ -3221,20 +3221,20 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3221
3221
|
return /* @__PURE__ */ v(uo, { children: [
|
|
3222
3222
|
/* @__PURE__ */ v("table", { children: [
|
|
3223
3223
|
r != Oe.LIST && /* @__PURE__ */ s("thead", { children: /* @__PURE__ */ v("tr", { children: [
|
|
3224
|
-
|
|
3224
|
+
f.map((E) => /* @__PURE__ */ s(ko, { col: E }, E.dataIndex)),
|
|
3225
3225
|
/* @__PURE__ */ s("th", {})
|
|
3226
3226
|
] }) }),
|
|
3227
3227
|
/* @__PURE__ */ s("tbody", { children: i ? /* @__PURE__ */ s(
|
|
3228
3228
|
yo,
|
|
3229
3229
|
{
|
|
3230
3230
|
rowLength: o.pageSize,
|
|
3231
|
-
columnLength:
|
|
3231
|
+
columnLength: f.length
|
|
3232
3232
|
}
|
|
3233
|
-
) : (O == null ? void 0 : O.length) == 0 && c ? /* @__PURE__ */ s("tr", { children: /* @__PURE__ */ s("td", { colSpan:
|
|
3233
|
+
) : (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
3234
|
wo,
|
|
3235
3235
|
{
|
|
3236
3236
|
dataSource: O,
|
|
3237
|
-
columns:
|
|
3237
|
+
columns: f,
|
|
3238
3238
|
isSubGroupped: y,
|
|
3239
3239
|
getGroupLength: mo,
|
|
3240
3240
|
rowKey: t,
|
|
@@ -3244,7 +3244,7 @@ const $o = ({ title: r, description: e, button: t, helpSpan: n }) => /* @__PURE_
|
|
|
3244
3244
|
Zt,
|
|
3245
3245
|
{
|
|
3246
3246
|
rows: O,
|
|
3247
|
-
columns:
|
|
3247
|
+
columns: f,
|
|
3248
3248
|
rowKey: t,
|
|
3249
3249
|
onRowClick: l
|
|
3250
3250
|
}
|
|
@@ -4023,12 +4023,12 @@ const an = m.span`
|
|
|
4023
4023
|
}) => {
|
|
4024
4024
|
const [a, l] = M(), [d, c] = M([]);
|
|
4025
4025
|
async function u() {
|
|
4026
|
-
var p,
|
|
4026
|
+
var p, h, f;
|
|
4027
4027
|
try {
|
|
4028
4028
|
const g = await e({ confirmationToken: r, code: a, id: i });
|
|
4029
4029
|
(p = g == null ? void 0 : g.data) != null && p.success && (n(!1), o((y) => !y));
|
|
4030
4030
|
} catch (g) {
|
|
4031
|
-
const y = je((
|
|
4031
|
+
const y = je((f = (h = g == null ? void 0 : g.response) == null ? void 0 : h.data) == null ? void 0 : f.errors);
|
|
4032
4032
|
c(y), console.log(g);
|
|
4033
4033
|
}
|
|
4034
4034
|
}
|
|
@@ -4118,7 +4118,7 @@ const Zo = {
|
|
|
4118
4118
|
isBlocked: o,
|
|
4119
4119
|
onBlockStateClose: a
|
|
4120
4120
|
}) => {
|
|
4121
|
-
const { confirmContactInfo: l, confirmContactInfoBackup: d } = Ce(), { setUser: c } = He(), [u, p] = M(""), [
|
|
4121
|
+
const { confirmContactInfo: l, confirmContactInfoBackup: d } = Ce(), { setUser: c } = He(), [u, p] = M(""), [h, f] = M([]), [g, y] = M(!1);
|
|
4122
4122
|
function O(k) {
|
|
4123
4123
|
p(k);
|
|
4124
4124
|
}
|
|
@@ -4126,13 +4126,13 @@ const Zo = {
|
|
|
4126
4126
|
const k = l;
|
|
4127
4127
|
if (k)
|
|
4128
4128
|
try {
|
|
4129
|
-
|
|
4129
|
+
f([]);
|
|
4130
4130
|
const H = await k(t, u, i);
|
|
4131
4131
|
c(H.data.value), E();
|
|
4132
4132
|
} catch (H) {
|
|
4133
4133
|
if (console.log(H), H.status === 400) {
|
|
4134
4134
|
const U = H.response.data, Y = je(U.errors);
|
|
4135
|
-
|
|
4135
|
+
f(Y);
|
|
4136
4136
|
}
|
|
4137
4137
|
}
|
|
4138
4138
|
}
|
|
@@ -4140,18 +4140,18 @@ const Zo = {
|
|
|
4140
4140
|
const H = d;
|
|
4141
4141
|
if (H)
|
|
4142
4142
|
try {
|
|
4143
|
-
|
|
4143
|
+
f([]);
|
|
4144
4144
|
const U = await H(k);
|
|
4145
4145
|
c(U.data.value);
|
|
4146
4146
|
} catch (U) {
|
|
4147
4147
|
if (console.log(U), U.status === 400) {
|
|
4148
4148
|
const Y = U.response.data, B = je(Y.errors);
|
|
4149
|
-
|
|
4149
|
+
f(B);
|
|
4150
4150
|
}
|
|
4151
4151
|
}
|
|
4152
4152
|
}
|
|
4153
4153
|
function E() {
|
|
4154
|
-
p(""), e(!1),
|
|
4154
|
+
p(""), e(!1), f([]);
|
|
4155
4155
|
}
|
|
4156
4156
|
return o ? /* @__PURE__ */ s(pr, { isOpen: o, onClose: a, children: /* @__PURE__ */ v(Ro, { children: [
|
|
4157
4157
|
/* @__PURE__ */ v(No, { children: [
|
|
@@ -4181,7 +4181,7 @@ const Zo = {
|
|
|
4181
4181
|
/* @__PURE__ */ v(
|
|
4182
4182
|
zo,
|
|
4183
4183
|
{
|
|
4184
|
-
className:
|
|
4184
|
+
className: h.length > 0 ? "verification-error" : "",
|
|
4185
4185
|
children: [
|
|
4186
4186
|
/* @__PURE__ */ s(_e.OTP, { value: u, onChange: O }),
|
|
4187
4187
|
/* @__PURE__ */ v(Ho, { children: [
|
|
@@ -4189,7 +4189,7 @@ const Zo = {
|
|
|
4189
4189
|
" ",
|
|
4190
4190
|
/* @__PURE__ */ s(an, { onClick: () => y(!0), children: G("EnterBackupCode") })
|
|
4191
4191
|
] }),
|
|
4192
|
-
|
|
4192
|
+
h.map((k) => /* @__PURE__ */ v("span", { children: [
|
|
4193
4193
|
/* @__PURE__ */ s(it, {}),
|
|
4194
4194
|
k.errors[0]
|
|
4195
4195
|
] }, k.name))
|
|
@@ -4211,13 +4211,13 @@ const Zo = {
|
|
|
4211
4211
|
] }) });
|
|
4212
4212
|
}, Qo = () => {
|
|
4213
4213
|
const { enableContactInfo: r, disableContactInfo: e } = Ce(), { setUser: t } = He(), [n, i] = M(!1), [o, a] = M(null), [l, d] = M(!1), c = async () => {
|
|
4214
|
-
var
|
|
4214
|
+
var h, f, g, y, O, P, S;
|
|
4215
4215
|
if (r)
|
|
4216
4216
|
try {
|
|
4217
4217
|
d(!1);
|
|
4218
4218
|
const E = await r();
|
|
4219
4219
|
a({
|
|
4220
|
-
token: (
|
|
4220
|
+
token: (f = (h = E.data) == null ? void 0 : h.value) == null ? void 0 : f.token,
|
|
4221
4221
|
id: (y = (g = E.data) == null ? void 0 : g.value) == null ? void 0 : y.id,
|
|
4222
4222
|
mfaType: (P = (O = E.data) == null ? void 0 : O.value) == null ? void 0 : P.mfaType
|
|
4223
4223
|
}), i(!0);
|
|
@@ -4228,8 +4228,8 @@ const Zo = {
|
|
|
4228
4228
|
};
|
|
4229
4229
|
async function u() {
|
|
4230
4230
|
if (!e) return;
|
|
4231
|
-
const
|
|
4232
|
-
t(
|
|
4231
|
+
const h = await e();
|
|
4232
|
+
t(h.data.value);
|
|
4233
4233
|
}
|
|
4234
4234
|
const p = () => {
|
|
4235
4235
|
d(!1), i(!1);
|
|
@@ -4254,8 +4254,8 @@ const Zo = {
|
|
|
4254
4254
|
};
|
|
4255
4255
|
}, Xo = ({ close: r }) => {
|
|
4256
4256
|
var P;
|
|
4257
|
-
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:
|
|
4258
|
-
function
|
|
4257
|
+
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();
|
|
4258
|
+
function f(S) {
|
|
4259
4259
|
const E = t.find((k) => k.dataIndex == S.value);
|
|
4260
4260
|
l([E]);
|
|
4261
4261
|
}
|
|
@@ -4319,7 +4319,7 @@ const Zo = {
|
|
|
4319
4319
|
j("NoGrouping")
|
|
4320
4320
|
] }),
|
|
4321
4321
|
value: ((P = n[0]) == null ? void 0 : P.dataIndex) || null,
|
|
4322
|
-
onChange:
|
|
4322
|
+
onChange: f
|
|
4323
4323
|
}
|
|
4324
4324
|
)
|
|
4325
4325
|
] }) }),
|
|
@@ -4353,7 +4353,7 @@ const Zo = {
|
|
|
4353
4353
|
/* @__PURE__ */ s(nn, {})
|
|
4354
4354
|
] })
|
|
4355
4355
|
] }),
|
|
4356
|
-
/* @__PURE__ */ s(Jo, { ...
|
|
4356
|
+
/* @__PURE__ */ s(Jo, { ...h })
|
|
4357
4357
|
] });
|
|
4358
4358
|
}, ea = ({
|
|
4359
4359
|
columns: r,
|
|
@@ -4368,8 +4368,8 @@ const Zo = {
|
|
|
4368
4368
|
pagination: c,
|
|
4369
4369
|
CustomFilters: u,
|
|
4370
4370
|
initialFilterValues: p,
|
|
4371
|
-
tableAdditionalFields:
|
|
4372
|
-
createIsModal:
|
|
4371
|
+
tableAdditionalFields: h,
|
|
4372
|
+
createIsModal: f,
|
|
4373
4373
|
editButton: g,
|
|
4374
4374
|
noPagination: y,
|
|
4375
4375
|
noDataProps: O,
|
|
@@ -4408,8 +4408,8 @@ const Zo = {
|
|
|
4408
4408
|
exportButton: P,
|
|
4409
4409
|
setisSettingPopupVisible: V,
|
|
4410
4410
|
CustomFilters: u,
|
|
4411
|
-
tableAdditionalFields:
|
|
4412
|
-
createIsModal:
|
|
4411
|
+
tableAdditionalFields: h,
|
|
4412
|
+
createIsModal: f,
|
|
4413
4413
|
GridPageTopLeftComponent: i
|
|
4414
4414
|
}
|
|
4415
4415
|
),
|
|
@@ -4441,7 +4441,7 @@ const Zo = {
|
|
|
4441
4441
|
{
|
|
4442
4442
|
noPagination: y,
|
|
4443
4443
|
editButton: g,
|
|
4444
|
-
createIsModal:
|
|
4444
|
+
createIsModal: f,
|
|
4445
4445
|
rowKey: d || "id",
|
|
4446
4446
|
columns: [
|
|
4447
4447
|
{
|
|
@@ -4479,9 +4479,9 @@ const Zo = {
|
|
|
4479
4479
|
hideFooter: c,
|
|
4480
4480
|
showCloseButton: u,
|
|
4481
4481
|
onOk: p,
|
|
4482
|
-
onCancel:
|
|
4483
|
-
} = e,
|
|
4484
|
-
|
|
4482
|
+
onCancel: h
|
|
4483
|
+
} = e, f = () => {
|
|
4484
|
+
h == null || h();
|
|
4485
4485
|
}, g = () => {
|
|
4486
4486
|
p == null || p();
|
|
4487
4487
|
};
|
|
@@ -4497,7 +4497,7 @@ const Zo = {
|
|
|
4497
4497
|
children: [
|
|
4498
4498
|
o && /* @__PURE__ */ s(o, { ...a }),
|
|
4499
4499
|
!c && /* @__PURE__ */ v(et, { children: [
|
|
4500
|
-
/* @__PURE__ */ s(re, { onClick:
|
|
4500
|
+
/* @__PURE__ */ s(re, { onClick: f, children: d == null ? void 0 : d.cancelText }),
|
|
4501
4501
|
/* @__PURE__ */ s(
|
|
4502
4502
|
to,
|
|
4503
4503
|
{
|
|
@@ -4536,7 +4536,7 @@ const Zo = {
|
|
|
4536
4536
|
onClose: r,
|
|
4537
4537
|
setCurrentStep: e,
|
|
4538
4538
|
setConfirmationToken: t,
|
|
4539
|
-
|
|
4539
|
+
enableTwoFactorService: n,
|
|
4540
4540
|
setRefetch: i,
|
|
4541
4541
|
setIdOf2FA: o
|
|
4542
4542
|
}) => {
|
|
@@ -4545,10 +4545,10 @@ const Zo = {
|
|
|
4545
4545
|
const l = n;
|
|
4546
4546
|
if (l)
|
|
4547
4547
|
try {
|
|
4548
|
-
const
|
|
4549
|
-
(c = (d =
|
|
4550
|
-
} catch (
|
|
4551
|
-
console.error("Failed to toggle 2FA:",
|
|
4548
|
+
const h = await l();
|
|
4549
|
+
(c = (d = h.data) == null ? void 0 : d.value) != null && c.isTwoFactorRequired ? (t(h.data.value.token), o(h.data.value.id), e(Be.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());
|
|
4550
|
+
} catch (h) {
|
|
4551
|
+
console.error("Failed to toggle 2FA:", h);
|
|
4552
4552
|
}
|
|
4553
4553
|
}
|
|
4554
4554
|
return /* @__PURE__ */ v("div", { children: [
|
|
@@ -4572,16 +4572,16 @@ const Zo = {
|
|
|
4572
4572
|
a(p);
|
|
4573
4573
|
}
|
|
4574
4574
|
async function u() {
|
|
4575
|
-
var
|
|
4575
|
+
var h;
|
|
4576
4576
|
const p = i;
|
|
4577
4577
|
if (p)
|
|
4578
4578
|
try {
|
|
4579
|
-
const
|
|
4580
|
-
(
|
|
4581
|
-
} catch (
|
|
4582
|
-
console.log(
|
|
4579
|
+
const f = await p(o);
|
|
4580
|
+
(h = f.data) != null && h.success && (e(Be.BACKUP_CODES), t(f.data.value.recoveryCodes));
|
|
4581
|
+
} catch (f) {
|
|
4582
|
+
console.log(f);
|
|
4583
4583
|
} finally {
|
|
4584
|
-
n((
|
|
4584
|
+
n((f) => f + 1);
|
|
4585
4585
|
}
|
|
4586
4586
|
}
|
|
4587
4587
|
return /* @__PURE__ */ v("div", { children: [
|
|
@@ -5057,8 +5057,8 @@ class Ne {
|
|
|
5057
5057
|
a: i
|
|
5058
5058
|
}) {
|
|
5059
5059
|
if (this._h = e % 360, this._s = t, this._l = n, this.a = typeof i == "number" ? i : 1, t <= 0) {
|
|
5060
|
-
const
|
|
5061
|
-
this.r =
|
|
5060
|
+
const h = ee(n * 255);
|
|
5061
|
+
this.r = h, this.g = h, this.b = h;
|
|
5062
5062
|
}
|
|
5063
5063
|
let o = 0, a = 0, l = 0;
|
|
5064
5064
|
const d = e / 60, c = (1 - Math.abs(2 * n - 1)) * t, u = c * (1 - Math.abs(d % 2 - 1));
|
|
@@ -5261,11 +5261,11 @@ function vn(r) {
|
|
|
5261
5261
|
var c = Qt(e), u = c.firstChild;
|
|
5262
5262
|
if (n) {
|
|
5263
5263
|
if (l) {
|
|
5264
|
-
var p = (e.styles || Xt(c)).filter(function(
|
|
5265
|
-
if (!["prepend", "prependQueue"].includes(
|
|
5264
|
+
var p = (e.styles || Xt(c)).filter(function(h) {
|
|
5265
|
+
if (!["prepend", "prependQueue"].includes(h.getAttribute(wr)))
|
|
5266
5266
|
return !1;
|
|
5267
|
-
var
|
|
5268
|
-
return o >=
|
|
5267
|
+
var f = Number(h.getAttribute(Cr) || 0);
|
|
5268
|
+
return o >= f;
|
|
5269
5269
|
});
|
|
5270
5270
|
if (p.length)
|
|
5271
5271
|
return c.insertBefore(d, p[p.length - 1].nextSibling), d;
|
|
@@ -5510,7 +5510,7 @@ function Ga() {
|
|
|
5510
5510
|
var Wa = ["className", "icon", "spin", "rotate", "tabIndex", "onClick", "twoToneColor"];
|
|
5511
5511
|
Cn(Mt.primary);
|
|
5512
5512
|
var ot = /* @__PURE__ */ $.forwardRef(function(r, e) {
|
|
5513
|
-
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,
|
|
5513
|
+
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;
|
|
5514
5514
|
y === void 0 && l && (y = -1);
|
|
5515
5515
|
var O = o ? {
|
|
5516
5516
|
msTransform: "rotate(".concat(o, "deg)"),
|
|
@@ -5694,14 +5694,15 @@ const Il = ({
|
|
|
5694
5694
|
isOpen: r,
|
|
5695
5695
|
setIsOpen: e,
|
|
5696
5696
|
modal: t = 0,
|
|
5697
|
-
setRefetch: n
|
|
5697
|
+
setRefetch: n,
|
|
5698
|
+
enableTwoFactorService: i
|
|
5698
5699
|
}) => {
|
|
5699
|
-
const [
|
|
5700
|
+
const [o, a] = M(t), [l, d] = M(""), [c, u] = M(), [p, h] = M("");
|
|
5700
5701
|
function f() {
|
|
5701
5702
|
e(!1);
|
|
5702
5703
|
}
|
|
5703
|
-
const
|
|
5704
|
-
switch (
|
|
5704
|
+
const g = we(() => {
|
|
5705
|
+
switch (o) {
|
|
5705
5706
|
case 0:
|
|
5706
5707
|
return ur;
|
|
5707
5708
|
case 1:
|
|
@@ -5719,29 +5720,36 @@ const Il = ({
|
|
|
5719
5720
|
default:
|
|
5720
5721
|
return ur;
|
|
5721
5722
|
}
|
|
5722
|
-
}, [
|
|
5723
|
-
switch (
|
|
5723
|
+
}, [o]), y = we(() => {
|
|
5724
|
+
switch (o) {
|
|
5724
5725
|
case 0:
|
|
5725
|
-
return {
|
|
5726
|
+
return {
|
|
5727
|
+
onClose: f,
|
|
5728
|
+
setCurrentStep: a,
|
|
5729
|
+
setConfirmationToken: d,
|
|
5730
|
+
setRefetch: n,
|
|
5731
|
+
setIdOf2FA: u,
|
|
5732
|
+
enableTwoFactorService: i
|
|
5733
|
+
};
|
|
5726
5734
|
case 1:
|
|
5727
|
-
return { onClose: f, setCurrentStep:
|
|
5735
|
+
return { onClose: f, setCurrentStep: a };
|
|
5728
5736
|
case 2:
|
|
5729
|
-
return { onClose: f, setCurrentStep:
|
|
5737
|
+
return { onClose: f, setCurrentStep: a };
|
|
5730
5738
|
case 3:
|
|
5731
|
-
return { onClose: f, setCurrentStep:
|
|
5739
|
+
return { onClose: f, setCurrentStep: a, setBackupCodes: h, setRefetch: n };
|
|
5732
5740
|
case 4:
|
|
5733
|
-
return { onClose: f, setCurrentStep:
|
|
5741
|
+
return { onClose: f, setCurrentStep: a, confirmationToken: l, setRefetch: n, idOf2FA: c };
|
|
5734
5742
|
case 5:
|
|
5735
5743
|
return { onClose: f, setRefetch: n };
|
|
5736
5744
|
case 6:
|
|
5737
|
-
return { onClose: f, backupCodes:
|
|
5745
|
+
return { onClose: f, backupCodes: p };
|
|
5738
5746
|
case 7:
|
|
5739
|
-
return { onClose: f, confirmationToken:
|
|
5747
|
+
return { onClose: f, confirmationToken: l, setRefetch: n, idOf2FA: c };
|
|
5740
5748
|
default:
|
|
5741
5749
|
return { onClose: f };
|
|
5742
5750
|
}
|
|
5743
|
-
}, [
|
|
5744
|
-
return /* @__PURE__ */ s(ta, { displayAddRuleModal: r, onClose: f, hideFooter: !0, children: /* @__PURE__ */ s(
|
|
5751
|
+
}, [o, l, p]);
|
|
5752
|
+
return /* @__PURE__ */ s(ta, { displayAddRuleModal: r, onClose: f, hideFooter: !0, children: /* @__PURE__ */ s(g, { ...y }) });
|
|
5745
5753
|
}, ts = m.div`
|
|
5746
5754
|
height: var(--size-800, 4rem);
|
|
5747
5755
|
display: flex;
|
|
@@ -5843,7 +5851,7 @@ const as = {
|
|
|
5843
5851
|
setVisible: d,
|
|
5844
5852
|
visible: c
|
|
5845
5853
|
}) => {
|
|
5846
|
-
const [u, p] = M(""), [
|
|
5854
|
+
const [u, p] = M(""), [h, f] = M(!0), [g, y] = M(60), [O, P] = M([]), [S, E] = M(!1);
|
|
5847
5855
|
async function k() {
|
|
5848
5856
|
var B, F, R;
|
|
5849
5857
|
if (u)
|
|
@@ -5859,7 +5867,7 @@ const as = {
|
|
|
5859
5867
|
if (e)
|
|
5860
5868
|
try {
|
|
5861
5869
|
const B = await e(t, o);
|
|
5862
|
-
B.data.success && (n(B),
|
|
5870
|
+
B.data.success && (n(B), f(!0), y(60));
|
|
5863
5871
|
} catch (B) {
|
|
5864
5872
|
console.log("Error in OTP resend", B);
|
|
5865
5873
|
}
|
|
@@ -5871,12 +5879,12 @@ const as = {
|
|
|
5871
5879
|
p(B);
|
|
5872
5880
|
}
|
|
5873
5881
|
return K(() => {
|
|
5874
|
-
if (!
|
|
5882
|
+
if (!h) return;
|
|
5875
5883
|
const B = setInterval(() => {
|
|
5876
|
-
y((F) => F <= 1 ? (clearInterval(B),
|
|
5884
|
+
y((F) => F <= 1 ? (clearInterval(B), f(!1), 0) : F - 1);
|
|
5877
5885
|
}, 1e3);
|
|
5878
5886
|
return () => clearInterval(B);
|
|
5879
|
-
}, [
|
|
5887
|
+
}, [h]), /* @__PURE__ */ s(Kt, { open: c, onCancel: U, footer: [null], children: t ? /* @__PURE__ */ s(oe, { children: S ? /* @__PURE__ */ s(oe, { children: /* @__PURE__ */ s(
|
|
5880
5888
|
cn,
|
|
5881
5889
|
{
|
|
5882
5890
|
setBackupActivated: E,
|
|
@@ -5913,9 +5921,9 @@ const as = {
|
|
|
5913
5921
|
i !== Rt.TOTP && /* @__PURE__ */ s(
|
|
5914
5922
|
re,
|
|
5915
5923
|
{
|
|
5916
|
-
disabled:
|
|
5924
|
+
disabled: h,
|
|
5917
5925
|
onClick: H,
|
|
5918
|
-
children:
|
|
5926
|
+
children: h ? `${G("ResendAvailable")} ${g} ${j("Second")}` : `${G("Resend")}`
|
|
5919
5927
|
}
|
|
5920
5928
|
),
|
|
5921
5929
|
/* @__PURE__ */ v(
|
|
@@ -6224,11 +6232,11 @@ const ls = m(Ct)`
|
|
|
6224
6232
|
loading: d,
|
|
6225
6233
|
pagination: c
|
|
6226
6234
|
}) => {
|
|
6227
|
-
const [u, p] = M([]),
|
|
6235
|
+
const [u, p] = M([]), h = t || n;
|
|
6228
6236
|
K(() => {
|
|
6229
6237
|
a && a.length > 0 && p((g) => [...a, ...g]);
|
|
6230
6238
|
}, [a]);
|
|
6231
|
-
function
|
|
6239
|
+
function f(g) {
|
|
6232
6240
|
p(g), l && l([]);
|
|
6233
6241
|
}
|
|
6234
6242
|
return /* @__PURE__ */ s(
|
|
@@ -6241,9 +6249,9 @@ const ls = m(Ct)`
|
|
|
6241
6249
|
emptyText: /* @__PURE__ */ s(_r, { description: Jn("NoData") })
|
|
6242
6250
|
},
|
|
6243
6251
|
loading: d,
|
|
6244
|
-
columns:
|
|
6252
|
+
columns: h,
|
|
6245
6253
|
expandedRowKeys: u,
|
|
6246
|
-
onExpandedRowsChange:
|
|
6254
|
+
onExpandedRowsChange: f,
|
|
6247
6255
|
expandable: {
|
|
6248
6256
|
expandedRowRender: (g) => /* @__PURE__ */ s(e, { ...o, record: g }),
|
|
6249
6257
|
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(jt, {}) }) }),
|
|
@@ -6718,9 +6726,9 @@ class bt extends kt {
|
|
|
6718
6726
|
} = this.extractFromKey(e[e.length - 1], i), c = d[d.length - 1];
|
|
6719
6727
|
let u = i.nsSeparator !== void 0 ? i.nsSeparator : this.options.nsSeparator;
|
|
6720
6728
|
u === void 0 && (u = ":");
|
|
6721
|
-
const p = i.lng || this.language,
|
|
6729
|
+
const p = i.lng || this.language, h = i.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
|
|
6722
6730
|
if ((p == null ? void 0 : p.toLowerCase()) === "cimode")
|
|
6723
|
-
return
|
|
6731
|
+
return h ? o ? {
|
|
6724
6732
|
res: `${c}${u}${l}`,
|
|
6725
6733
|
usedKey: l,
|
|
6726
6734
|
exactUsedKey: l,
|
|
@@ -6735,9 +6743,9 @@ class bt extends kt {
|
|
|
6735
6743
|
usedNS: c,
|
|
6736
6744
|
usedParams: this.getUsedParamsDetails(i)
|
|
6737
6745
|
} : l;
|
|
6738
|
-
const
|
|
6739
|
-
let g =
|
|
6740
|
-
const y = (
|
|
6746
|
+
const f = this.resolve(e, i);
|
|
6747
|
+
let g = f == null ? void 0 : f.res;
|
|
6748
|
+
const y = (f == null ? void 0 : f.usedKey) || l, O = (f == null ? void 0 : f.exactUsedKey) || l, P = ["[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), H = bt.hasDefaultValue(i), U = k ? this.pluralResolver.getSuffix(p, i.count, i) : "", Y = i.ordinal && k ? this.pluralResolver.getSuffix(p, i.count, {
|
|
6741
6749
|
ordinal: !1
|
|
6742
6750
|
}) : "", B = k && !i.ordinal && i.count === 0, F = B && i[`defaultValue${this.options.pluralSeparator}zero`] || i[`defaultValue${U}`] || i[`defaultValue${Y}`] || i.defaultValue;
|
|
6743
6751
|
let R = g;
|
|
@@ -6750,7 +6758,7 @@ class bt extends kt {
|
|
|
6750
6758
|
...i,
|
|
6751
6759
|
ns: d
|
|
6752
6760
|
}) : `key '${l} (${this.language})' returned an object instead of string.`;
|
|
6753
|
-
return o ? (
|
|
6761
|
+
return o ? (f.res = _, f.usedParams = this.getUsedParamsDetails(i), f) : _;
|
|
6754
6762
|
}
|
|
6755
6763
|
if (a) {
|
|
6756
6764
|
const _ = Array.isArray(R), D = _ ? [] : {}, L = _ ? O : y;
|
|
@@ -6802,9 +6810,9 @@ class bt extends kt {
|
|
|
6802
6810
|
});
|
|
6803
6811
|
}) : z(C, l, F));
|
|
6804
6812
|
}
|
|
6805
|
-
g = this.extendTranslation(g, e, i,
|
|
6813
|
+
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));
|
|
6806
6814
|
}
|
|
6807
|
-
return o ? (
|
|
6815
|
+
return o ? (f.res = g, f.usedParams = this.getUsedParamsDetails(i), f) : g;
|
|
6808
6816
|
}
|
|
6809
6817
|
extendTranslation(e, t, n, i, o) {
|
|
6810
6818
|
var d, c;
|
|
@@ -6826,18 +6834,18 @@ class bt extends kt {
|
|
|
6826
6834
|
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);
|
|
6827
6835
|
let p;
|
|
6828
6836
|
if (u) {
|
|
6829
|
-
const
|
|
6830
|
-
p =
|
|
6837
|
+
const f = e.match(this.interpolator.nestingRegexp);
|
|
6838
|
+
p = f && f.length;
|
|
6831
6839
|
}
|
|
6832
|
-
let
|
|
6833
|
-
if (this.options.interpolation.defaultVariables && (
|
|
6840
|
+
let h = n.replace && !A(n.replace) ? n.replace : n;
|
|
6841
|
+
if (this.options.interpolation.defaultVariables && (h = {
|
|
6834
6842
|
...this.options.interpolation.defaultVariables,
|
|
6835
|
-
...
|
|
6836
|
-
}), e = this.interpolator.interpolate(e,
|
|
6837
|
-
const
|
|
6843
|
+
...h
|
|
6844
|
+
}), e = this.interpolator.interpolate(e, h, n.lng || this.language || i.usedLng, n), u) {
|
|
6845
|
+
const f = e.match(this.interpolator.nestingRegexp), g = f && f.length;
|
|
6838
6846
|
p < g && (n.nest = !1);
|
|
6839
6847
|
}
|
|
6840
|
-
!n.lng && i && i.res && (n.lng = this.language || i.usedLng), n.nest !== !1 && (e = this.interpolator.nest(e, (...
|
|
6848
|
+
!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();
|
|
6841
6849
|
}
|
|
6842
6850
|
const a = n.postProcess || this.options.postProcess, l = A(a) ? [a] : a;
|
|
6843
6851
|
return e != null && (l != null && l.length) && n.applyPostProcessor !== !1 && (e = On.handle(l, e, t, this.options && this.options.postProcessPassResolved ? {
|
|
@@ -6859,7 +6867,7 @@ class bt extends kt {
|
|
|
6859
6867
|
i = u;
|
|
6860
6868
|
let p = c.namespaces;
|
|
6861
6869
|
this.options.fallbackNS && (p = p.concat(this.options.fallbackNS));
|
|
6862
|
-
const
|
|
6870
|
+
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);
|
|
6863
6871
|
p.forEach((O) => {
|
|
6864
6872
|
var P, S;
|
|
6865
6873
|
this.isValidLookup(n) || (l = O, !this.checkedLoadedFor[`${y[0]}-${O}`] && ((P = this.utils) != null && P.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) => {
|
|
@@ -6871,11 +6879,11 @@ class bt extends kt {
|
|
|
6871
6879
|
this.i18nFormat.addLookupKeys(k, u, E, O, t);
|
|
6872
6880
|
else {
|
|
6873
6881
|
let Y;
|
|
6874
|
-
|
|
6882
|
+
h && (Y = this.pluralResolver.getSuffix(E, t.count, t));
|
|
6875
6883
|
const B = `${this.options.pluralSeparator}zero`, F = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
|
|
6876
|
-
if (
|
|
6884
|
+
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) {
|
|
6877
6885
|
const R = `${u}${this.options.contextSeparator || "_"}${t.context}`;
|
|
6878
|
-
k.push(R),
|
|
6886
|
+
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));
|
|
6879
6887
|
}
|
|
6880
6888
|
}
|
|
6881
6889
|
let H;
|
|
@@ -7062,15 +7070,15 @@ class Rr {
|
|
|
7062
7070
|
formatSeparator: c,
|
|
7063
7071
|
unescapeSuffix: u,
|
|
7064
7072
|
unescapePrefix: p,
|
|
7065
|
-
nestingPrefix:
|
|
7066
|
-
nestingPrefixEscaped:
|
|
7073
|
+
nestingPrefix: h,
|
|
7074
|
+
nestingPrefixEscaped: f,
|
|
7067
7075
|
nestingSuffix: g,
|
|
7068
7076
|
nestingSuffixEscaped: y,
|
|
7069
7077
|
nestingOptionsSeparator: O,
|
|
7070
7078
|
maxReplaces: P,
|
|
7071
7079
|
alwaysFormat: S
|
|
7072
7080
|
} = e.interpolation;
|
|
7073
|
-
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 =
|
|
7081
|
+
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 = P || 1e3, this.alwaysFormat = S !== void 0 ? S : !1, this.resetRegExp();
|
|
7074
7082
|
}
|
|
7075
7083
|
reset() {
|
|
7076
7084
|
this.options && this.init(this.options);
|
|
@@ -7080,7 +7088,7 @@ class Rr {
|
|
|
7080
7088
|
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}`);
|
|
7081
7089
|
}
|
|
7082
7090
|
interpolate(e, t, n, i) {
|
|
7083
|
-
var
|
|
7091
|
+
var f;
|
|
7084
7092
|
let o, a, l;
|
|
7085
7093
|
const d = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, c = (g) => {
|
|
7086
7094
|
if (!g.includes(this.formatSeparator)) {
|
|
@@ -7099,7 +7107,7 @@ class Rr {
|
|
|
7099
7107
|
});
|
|
7100
7108
|
};
|
|
7101
7109
|
this.resetRegExp();
|
|
7102
|
-
const u = (i == null ? void 0 : i.missingInterpolationHandler) || this.options.missingInterpolationHandler, p = ((
|
|
7110
|
+
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;
|
|
7103
7111
|
return [{
|
|
7104
7112
|
regex: this.regexpUnescape,
|
|
7105
7113
|
safeValue: (g) => Tt(g)
|
|
@@ -7133,17 +7141,17 @@ class Rr {
|
|
|
7133
7141
|
const u = this.nestingOptionsSeparator;
|
|
7134
7142
|
if (!d.includes(u)) return d;
|
|
7135
7143
|
const p = d.split(new RegExp(`${$e(u)}[ ]*{`));
|
|
7136
|
-
let
|
|
7137
|
-
d = p[0],
|
|
7138
|
-
const
|
|
7139
|
-
(((
|
|
7144
|
+
let h = `{${p[1]}`;
|
|
7145
|
+
d = p[0], h = this.interpolate(h, a);
|
|
7146
|
+
const f = h.match(/'/g), g = h.match(/"/g);
|
|
7147
|
+
(((f == null ? void 0 : f.length) ?? 0) % 2 === 0 && !g || ((g == null ? void 0 : g.length) ?? 0) % 2 !== 0) && (h = h.replace(/'/g, '"'));
|
|
7140
7148
|
try {
|
|
7141
|
-
a = JSON.parse(
|
|
7149
|
+
a = JSON.parse(h), c && (a = {
|
|
7142
7150
|
...c,
|
|
7143
7151
|
...a
|
|
7144
7152
|
});
|
|
7145
7153
|
} catch (y) {
|
|
7146
|
-
return this.logger.warn(`failed parsing options string in nesting for key ${d}`, y), `${d}${u}${
|
|
7154
|
+
return this.logger.warn(`failed parsing options string in nesting for key ${d}`, y), `${d}${u}${h}`;
|
|
7147
7155
|
}
|
|
7148
7156
|
return a.defaultValue && a.defaultValue.includes(this.prefix) && delete a.defaultValue, d;
|
|
7149
7157
|
};
|
|
@@ -7256,18 +7264,18 @@ class Rs {
|
|
|
7256
7264
|
formatOptions: u
|
|
7257
7265
|
} = zs(d);
|
|
7258
7266
|
if (this.formats[c]) {
|
|
7259
|
-
let
|
|
7267
|
+
let h = l;
|
|
7260
7268
|
try {
|
|
7261
|
-
const
|
|
7262
|
-
|
|
7269
|
+
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;
|
|
7270
|
+
h = this.formats[c](l, g, {
|
|
7263
7271
|
...u,
|
|
7264
7272
|
...i,
|
|
7265
|
-
...
|
|
7273
|
+
...f
|
|
7266
7274
|
});
|
|
7267
|
-
} catch (
|
|
7268
|
-
this.logger.warn(
|
|
7275
|
+
} catch (f) {
|
|
7276
|
+
this.logger.warn(f);
|
|
7269
7277
|
}
|
|
7270
|
-
return
|
|
7278
|
+
return h;
|
|
7271
7279
|
} else
|
|
7272
7280
|
this.logger.warn(`there was no format function for ${c}`);
|
|
7273
7281
|
return l;
|
|
@@ -7287,8 +7295,8 @@ class As extends kt {
|
|
|
7287
7295
|
return e.forEach((c) => {
|
|
7288
7296
|
let u = !0;
|
|
7289
7297
|
t.forEach((p) => {
|
|
7290
|
-
const
|
|
7291
|
-
!n.reload && this.store.hasResourceBundle(c, p) ? this.state[
|
|
7298
|
+
const h = `${c}|${p}`;
|
|
7299
|
+
!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)));
|
|
7292
7300
|
}), u || (l[c] = !0);
|
|
7293
7301
|
}), (Object.keys(o).length || Object.keys(a).length) && this.queue.push({
|
|
7294
7302
|
pending: a,
|
|
@@ -7384,26 +7392,26 @@ class As extends kt {
|
|
|
7384
7392
|
}
|
|
7385
7393
|
saveMissing(e, t, n, i, o, a = {}, l = () => {
|
|
7386
7394
|
}) {
|
|
7387
|
-
var d, c, u, p,
|
|
7395
|
+
var d, c, u, p, h;
|
|
7388
7396
|
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))) {
|
|
7389
7397
|
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!!!");
|
|
7390
7398
|
return;
|
|
7391
7399
|
}
|
|
7392
7400
|
if (!(n == null || n === "")) {
|
|
7393
|
-
if ((
|
|
7394
|
-
const
|
|
7401
|
+
if ((h = this.backend) != null && h.create) {
|
|
7402
|
+
const f = {
|
|
7395
7403
|
...a,
|
|
7396
7404
|
isUpdate: o
|
|
7397
7405
|
}, g = this.backend.create.bind(this.backend);
|
|
7398
7406
|
if (g.length < 6)
|
|
7399
7407
|
try {
|
|
7400
7408
|
let y;
|
|
7401
|
-
g.length === 5 ? y = g(e, t, n, i,
|
|
7409
|
+
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);
|
|
7402
7410
|
} catch (y) {
|
|
7403
7411
|
l(y);
|
|
7404
7412
|
}
|
|
7405
7413
|
else
|
|
7406
|
-
g(e, t, n, i, l,
|
|
7414
|
+
g(e, t, n, i, l, f);
|
|
7407
7415
|
}
|
|
7408
7416
|
!e || !e[0] || this.store.addResource(e[0], t, n, i);
|
|
7409
7417
|
}
|
|
@@ -7505,12 +7513,12 @@ class Xe extends kt {
|
|
|
7505
7513
|
prepend: this.options.pluralSeparator
|
|
7506
7514
|
}), 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 = {
|
|
7507
7515
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
7508
|
-
}, p.backendConnector = new As(i(this.modules.backend), p.resourceStore, p, this.options), p.backendConnector.on("*", (
|
|
7509
|
-
this.emit(
|
|
7510
|
-
}), 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("*", (
|
|
7511
|
-
this.emit(
|
|
7512
|
-
}), this.modules.external.forEach((
|
|
7513
|
-
|
|
7516
|
+
}, p.backendConnector = new As(i(this.modules.backend), p.resourceStore, p, this.options), p.backendConnector.on("*", (h, ...f) => {
|
|
7517
|
+
this.emit(h, ...f);
|
|
7518
|
+
}), 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) => {
|
|
7519
|
+
this.emit(h, ...f);
|
|
7520
|
+
}), this.modules.external.forEach((h) => {
|
|
7521
|
+
h.init && h.init(this);
|
|
7514
7522
|
});
|
|
7515
7523
|
}
|
|
7516
7524
|
if (this.format = this.options.interpolation.format, t || (t = pt), this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
|
|
@@ -7584,8 +7592,8 @@ class Xe extends kt {
|
|
|
7584
7592
|
var u, p;
|
|
7585
7593
|
!e && !l && this.services.languageDetector && (l = []);
|
|
7586
7594
|
const d = A(l) ? l : l && l[0], c = this.store.hasLanguageSomeTranslations(d) ? d : this.services.languageUtils.getBestMatchFromCodes(A(l) ? [l] : l);
|
|
7587
|
-
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, (
|
|
7588
|
-
o(
|
|
7595
|
+
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) => {
|
|
7596
|
+
o(h, c);
|
|
7589
7597
|
});
|
|
7590
7598
|
};
|
|
7591
7599
|
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;
|
|
@@ -7603,7 +7611,7 @@ class Xe extends kt {
|
|
|
7603
7611
|
typeof d.keyPrefix == "function" && (d.keyPrefix = Fe(d.keyPrefix, c));
|
|
7604
7612
|
const u = this.options.keySeparator || ".";
|
|
7605
7613
|
let p;
|
|
7606
|
-
return d.keyPrefix && Array.isArray(o) ? p = o.map((
|
|
7614
|
+
return d.keyPrefix && Array.isArray(o) ? p = o.map((h) => (typeof h == "function" && (h = Fe(h, c)), `${d.keyPrefix}${u}${h}`)) : (typeof o == "function" && (o = Fe(o, c)), p = d.keyPrefix ? `${d.keyPrefix}${u}${o}` : o), this.t(p, d);
|
|
7607
7615
|
};
|
|
7608
7616
|
return A(e) ? i.lng = e : i.lngs = e, i.ns = t, i.keyPrefix = n, i;
|
|
7609
7617
|
}
|
|
@@ -7753,7 +7761,7 @@ function js() {
|
|
|
7753
7761
|
(function(t, n) {
|
|
7754
7762
|
r.exports = n();
|
|
7755
7763
|
})(Fs, (function() {
|
|
7756
|
-
var t = 1e3, n = 6e4, i = 36e5, o = "millisecond", a = "second", l = "minute", d = "hour", c = "day", u = "week", p = "month",
|
|
7764
|
+
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+)?$/, P = /\[([^\]]+)]|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) {
|
|
7757
7765
|
var L = ["th", "st", "nd", "rd"], w = D % 100;
|
|
7758
7766
|
return "[" + D + (L[(w - 20) % 10] || L[w] || L[0]) + "]";
|
|
7759
7767
|
} }, E = function(D, L, w) {
|
|
@@ -7769,7 +7777,7 @@ function js() {
|
|
|
7769
7777
|
}, a: function(D) {
|
|
7770
7778
|
return D < 0 ? Math.ceil(D) || 0 : Math.floor(D);
|
|
7771
7779
|
}, p: function(D) {
|
|
7772
|
-
return { M: p, y:
|
|
7780
|
+
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$/, "");
|
|
7773
7781
|
}, u: function(D) {
|
|
7774
7782
|
return D === void 0;
|
|
7775
7783
|
} }, H = "en", U = {};
|
|
@@ -7845,7 +7853,7 @@ function js() {
|
|
|
7845
7853
|
return b.w(C.toDate()[ve].apply(C.toDate("s"), (I ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(ae)), C);
|
|
7846
7854
|
}, q = this.$W, Q = this.$M, X = this.$D, me = "set" + (this.$u ? "UTC" : "");
|
|
7847
7855
|
switch (z) {
|
|
7848
|
-
case
|
|
7856
|
+
case f:
|
|
7849
7857
|
return I ? V(1, 0) : V(31, 11);
|
|
7850
7858
|
case p:
|
|
7851
7859
|
return I ? V(1, Q) : V(0, Q + 1);
|
|
@@ -7867,8 +7875,8 @@ function js() {
|
|
|
7867
7875
|
}, L.endOf = function(w) {
|
|
7868
7876
|
return this.startOf(w, !1);
|
|
7869
7877
|
}, L.$set = function(w, x) {
|
|
7870
|
-
var C, I = b.p(w), z = "set" + (this.$u ? "UTC" : ""), V = (C = {}, C[c] = z + "Date", C[g] = z + "Date", C[p] = z + "Month", C[
|
|
7871
|
-
if (I === p || I ===
|
|
7878
|
+
var C, I = b.p(w), z = "set" + (this.$u ? "UTC" : ""), V = (C = {}, C[c] = z + "Date", C[g] = z + "Date", C[p] = z + "Month", C[f] = z + "FullYear", C[d] = z + "Hours", C[l] = z + "Minutes", C[a] = z + "Seconds", C[o] = z + "Milliseconds", C)[I], W = I === c ? this.$D + (x - this.$W) : x;
|
|
7879
|
+
if (I === p || I === f) {
|
|
7872
7880
|
var q = this.clone().set(g, 1);
|
|
7873
7881
|
q.$d[V](W), q.init(), this.$d = q.set(g, Math.min(this.$D, q.daysInMonth())).$d;
|
|
7874
7882
|
} else V && this.$d[V](W);
|
|
@@ -7885,7 +7893,7 @@ function js() {
|
|
|
7885
7893
|
return b.w(X.date(X.date() + Math.round(Q * w)), I);
|
|
7886
7894
|
};
|
|
7887
7895
|
if (z === p) return this.set(p, this.$M + w);
|
|
7888
|
-
if (z ===
|
|
7896
|
+
if (z === f) return this.set(f, this.$y + w);
|
|
7889
7897
|
if (z === c) return V(1);
|
|
7890
7898
|
if (z === u) return V(7);
|
|
7891
7899
|
var W = (C = {}, C[l] = n, C[d] = i, C[a] = t, C)[z] || 1, q = this.$d.getTime() + w * W;
|
|
@@ -7965,13 +7973,13 @@ function js() {
|
|
|
7965
7973
|
return b.m(z, W);
|
|
7966
7974
|
};
|
|
7967
7975
|
switch (V) {
|
|
7968
|
-
case
|
|
7976
|
+
case f:
|
|
7969
7977
|
I = X() / 12;
|
|
7970
7978
|
break;
|
|
7971
7979
|
case p:
|
|
7972
7980
|
I = X();
|
|
7973
7981
|
break;
|
|
7974
|
-
case
|
|
7982
|
+
case h:
|
|
7975
7983
|
I = X() / 3;
|
|
7976
7984
|
break;
|
|
7977
7985
|
case u:
|
|
@@ -8013,7 +8021,7 @@ function js() {
|
|
|
8013
8021
|
return this.$d.toUTCString();
|
|
8014
8022
|
}, D;
|
|
8015
8023
|
})(), _ = N.prototype;
|
|
8016
|
-
return R.prototype = _, [["$ms", o], ["$s", a], ["$m", l], ["$H", d], ["$W", c], ["$M", p], ["$y",
|
|
8024
|
+
return R.prototype = _, [["$ms", o], ["$s", a], ["$m", l], ["$H", d], ["$W", c], ["$M", p], ["$y", f], ["$D", g]].forEach((function(D) {
|
|
8017
8025
|
_[D[1]] = function(L) {
|
|
8018
8026
|
return this.$g(L, D[0], D[1]);
|
|
8019
8027
|
};
|
|
@@ -8437,26 +8445,26 @@ const En = /* @__PURE__ */ fn(Bs), _s = ({ setDateFilter: r, setShowRange: e, se
|
|
|
8437
8445
|
}
|
|
8438
8446
|
);
|
|
8439
8447
|
}, Ks = (r, e, t) => {
|
|
8440
|
-
const n = r.filter((p) => e[p.id]), i = Object.keys(n[0]), o = n.map((p) => i.map((
|
|
8441
|
-
const
|
|
8442
|
-
return
|
|
8448
|
+
const n = r.filter((p) => e[p.id]), i = Object.keys(n[0]), o = n.map((p) => i.map((h) => {
|
|
8449
|
+
const f = p[h];
|
|
8450
|
+
return f == null ? "" : typeof f == "object" ? Object.values(f).find((y) => typeof y != "object") ?? "" : f;
|
|
8443
8451
|
})), a = [i, ...o].map(
|
|
8444
|
-
(p) => p.map((
|
|
8452
|
+
(p) => p.map((h) => `"${(h || "").toString().replace(/"/g, '""')}"`).join(",")
|
|
8445
8453
|
).join(`\r
|
|
8446
8454
|
`), l = "\uFEFF", d = new Blob([l + a], { type: "text/csv;charset=utf-8;" }), c = document.createElement("a"), u = URL.createObjectURL(d);
|
|
8447
8455
|
c.setAttribute("href", u), c.setAttribute("download", t), document.body.appendChild(c), c.click(), document.body.removeChild(c), URL.revokeObjectURL(u);
|
|
8448
8456
|
}, qs = (r, e, t) => {
|
|
8449
8457
|
const i = r.filter((p) => e[p.id]).map((p) => {
|
|
8450
|
-
const
|
|
8451
|
-
return Object.entries(p).forEach(([
|
|
8458
|
+
const h = {};
|
|
8459
|
+
return Object.entries(p).forEach(([f, g]) => {
|
|
8452
8460
|
if (g == null)
|
|
8453
|
-
f
|
|
8461
|
+
h[f] = "";
|
|
8454
8462
|
else if (typeof g == "object") {
|
|
8455
8463
|
const y = Object.values(g).find((O) => typeof O != "object");
|
|
8456
|
-
f
|
|
8464
|
+
h[f] = y ?? "";
|
|
8457
8465
|
} else
|
|
8458
|
-
f
|
|
8459
|
-
}),
|
|
8466
|
+
h[f] = g;
|
|
8467
|
+
}), h;
|
|
8460
8468
|
}), o = ct.utils.json_to_sheet(i), a = ct.utils.book_new();
|
|
8461
8469
|
ct.utils.book_append_sheet(a, o, "Data");
|
|
8462
8470
|
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");
|
|
@@ -8610,29 +8618,29 @@ const Ul = ({
|
|
|
8610
8618
|
...o
|
|
8611
8619
|
}) => {
|
|
8612
8620
|
const a = async (d) => {
|
|
8613
|
-
var
|
|
8614
|
-
const { file: c } = d, u = URL.createObjectURL(c), p = { name: c.name, uid: c.uid, status: "uploading", url: u },
|
|
8615
|
-
e(
|
|
8621
|
+
var f, g;
|
|
8622
|
+
const { file: c } = d, u = URL.createObjectURL(c), p = { name: c.name, uid: c.uid, status: "uploading", url: u }, h = [...r, p];
|
|
8623
|
+
e(h);
|
|
8616
8624
|
try {
|
|
8617
8625
|
const y = new FormData();
|
|
8618
8626
|
y.append("files", c);
|
|
8619
8627
|
const O = await i(y);
|
|
8620
|
-
if ((
|
|
8628
|
+
if ((f = O == null ? void 0 : O.data) != null && f.success) {
|
|
8621
8629
|
const P = (g = O == null ? void 0 : O.data) == null ? void 0 : g.value[0];
|
|
8622
8630
|
e(
|
|
8623
|
-
|
|
8631
|
+
h.map(
|
|
8624
8632
|
(S) => S.uid === c.uid ? { ...S, status: "done", ...P } : S
|
|
8625
8633
|
)
|
|
8626
8634
|
);
|
|
8627
8635
|
} else
|
|
8628
|
-
e(
|
|
8636
|
+
e(h.filter((P) => P.uid !== c.uid)), ht.error({
|
|
8629
8637
|
className: "bottom-right-notification",
|
|
8630
8638
|
placement: "bottomRight",
|
|
8631
8639
|
message: "Error",
|
|
8632
8640
|
description: "Upload failed"
|
|
8633
8641
|
});
|
|
8634
8642
|
} catch {
|
|
8635
|
-
e(
|
|
8643
|
+
e(h.filter((O) => O.uid !== c.uid)), ht.error({
|
|
8636
8644
|
className: "bottom-right-notification",
|
|
8637
8645
|
placement: "bottomRight",
|
|
8638
8646
|
message: "Error",
|
|
@@ -8795,16 +8803,16 @@ const Ul = ({
|
|
|
8795
8803
|
needsBreadcrumb: a,
|
|
8796
8804
|
customTabFilter: l
|
|
8797
8805
|
}) => {
|
|
8798
|
-
const { hasPermission: d } = He(), { id: c } = jn(), u = Ue(), p = ze(),
|
|
8806
|
+
const { hasPermission: d } = He(), { id: c } = jn(), u = Ue(), p = ze(), h = we(() => {
|
|
8799
8807
|
const k = u.pathname.split("/");
|
|
8800
8808
|
return k[k.length - 1] || n;
|
|
8801
|
-
}, [u.pathname, n]), [
|
|
8809
|
+
}, [u.pathname, n]), [f, g] = M(null), [y, O] = M(null), P = (k) => {
|
|
8802
8810
|
p(`${r}/${c}/${k}`);
|
|
8803
8811
|
}, S = () => l ? l(e) : e.filter((k) => {
|
|
8804
8812
|
var H;
|
|
8805
8813
|
return (H = k.permission) == null ? void 0 : H.some((U) => d(U));
|
|
8806
8814
|
}), E = () => {
|
|
8807
|
-
const k = t[
|
|
8815
|
+
const k = t[h] || t[n];
|
|
8808
8816
|
return k ? typeof k == "object" && k !== null && "type" in k ? {
|
|
8809
8817
|
...k,
|
|
8810
8818
|
props: {
|
|
@@ -8820,7 +8828,7 @@ const Ul = ({
|
|
|
8820
8828
|
/* @__PURE__ */ s(
|
|
8821
8829
|
el,
|
|
8822
8830
|
{
|
|
8823
|
-
activeKey:
|
|
8831
|
+
activeKey: h,
|
|
8824
8832
|
onChange: P,
|
|
8825
8833
|
tabBarExtraContent: {
|
|
8826
8834
|
right: /* @__PURE__ */ v(rl, { children: [
|
|
@@ -8830,7 +8838,7 @@ const Ul = ({
|
|
|
8830
8838
|
className: "partner-tab-select",
|
|
8831
8839
|
placeholder: "Modules",
|
|
8832
8840
|
onChange: (k) => P(k),
|
|
8833
|
-
value:
|
|
8841
|
+
value: h,
|
|
8834
8842
|
options: e.filter((k) => (k == null ? void 0 : k.label) !== "Details").map((k) => ({
|
|
8835
8843
|
value: k.key,
|
|
8836
8844
|
label: k.label
|
|
@@ -8839,7 +8847,7 @@ const Ul = ({
|
|
|
8839
8847
|
) }),
|
|
8840
8848
|
/* @__PURE__ */ v(tl, { children: [
|
|
8841
8849
|
y,
|
|
8842
|
-
|
|
8850
|
+
f
|
|
8843
8851
|
] })
|
|
8844
8852
|
] })
|
|
8845
8853
|
},
|
|
@@ -8857,7 +8865,7 @@ const Ul = ({
|
|
|
8857
8865
|
getItemById: o,
|
|
8858
8866
|
onSetFormValues: a
|
|
8859
8867
|
}) => {
|
|
8860
|
-
const l = ze(), [d] = Ae.useForm(), [c, u] = M(r == "new"), [p,
|
|
8868
|
+
const l = ze(), [d] = Ae.useForm(), [c, u] = M(r == "new"), [p, h] = M(null), f = async (y) => {
|
|
8861
8869
|
const O = window.location.pathname, P = O.substring(0, O.lastIndexOf("/"));
|
|
8862
8870
|
try {
|
|
8863
8871
|
if (p) {
|
|
@@ -8876,7 +8884,7 @@ const Ul = ({
|
|
|
8876
8884
|
}, g = async (y) => {
|
|
8877
8885
|
try {
|
|
8878
8886
|
const O = await o(y), P = a ? a(O.data) : O.data;
|
|
8879
|
-
|
|
8887
|
+
h(P), d.setFieldsValue(P);
|
|
8880
8888
|
} catch (O) {
|
|
8881
8889
|
console.log(O, "Error in Form Controller.");
|
|
8882
8890
|
}
|
|
@@ -8888,7 +8896,7 @@ const Ul = ({
|
|
|
8888
8896
|
item: p,
|
|
8889
8897
|
getItemById: o,
|
|
8890
8898
|
isAddingForm: c,
|
|
8891
|
-
handleSave:
|
|
8899
|
+
handleSave: f
|
|
8892
8900
|
};
|
|
8893
8901
|
}, Yl = ({ id: r, formItem: e, updateItem: t, addItem: n, getItemById: i }) => {
|
|
8894
8902
|
const [o] = Ae.useForm(), [a, l] = M(null), d = async (u) => {
|
|
@@ -8897,15 +8905,15 @@ const Ul = ({
|
|
|
8897
8905
|
return r ? p = await t({ ...u }) : p = await n(u), p;
|
|
8898
8906
|
} catch (p) {
|
|
8899
8907
|
if (p.status === 400) {
|
|
8900
|
-
const
|
|
8901
|
-
o.setFields(
|
|
8908
|
+
const h = p.response.data, f = je(h.errors);
|
|
8909
|
+
o.setFields(f);
|
|
8902
8910
|
}
|
|
8903
8911
|
throw p;
|
|
8904
8912
|
}
|
|
8905
8913
|
}, c = async (u) => {
|
|
8906
8914
|
try {
|
|
8907
|
-
const
|
|
8908
|
-
l(
|
|
8915
|
+
const h = (await i(u)).data;
|
|
8916
|
+
l(h), o.setFieldsValue(h);
|
|
8909
8917
|
} catch (p) {
|
|
8910
8918
|
console.log(p, "Error in Form Controller.");
|
|
8911
8919
|
}
|