@mx-cartographer/experiences 6.26.22 → 6.26.23-alpha.san1
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/CHANGELOG.md +8 -0
- package/dist/index.es.js +247 -241
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -54,7 +54,7 @@ import { ResponsiveChartContainer as Td, ChartsReferenceLine as Ad, AreaPlot as
|
|
|
54
54
|
import { ChartsTooltip as Ld } from "@mui/x-charts/ChartsTooltip";
|
|
55
55
|
import bt from "@mui/material/Card";
|
|
56
56
|
import Pt from "@mui/material/CardContent";
|
|
57
|
-
import
|
|
57
|
+
import _t from "@mui/material/Grid";
|
|
58
58
|
import { differenceInCalendarDays as Md } from "date-fns/differenceInCalendarDays";
|
|
59
59
|
import { endOfToday as pn } from "date-fns/endOfToday";
|
|
60
60
|
import { endOfYear as _r } from "date-fns/endOfYear";
|
|
@@ -344,7 +344,7 @@ const G_ = async (e, n, i = "1.0.0", a = "Experiences") => {
|
|
|
344
344
|
TRENDS_CLICK_GET_STARTED: "trends_click_getStarted",
|
|
345
345
|
TRENDS_CLICK_VIEW_MORE: "trends_click_viewMore",
|
|
346
346
|
TRENDS_LOAD_WIDGET: "trends_load_widget"
|
|
347
|
-
}, B_ = "do",
|
|
347
|
+
}, B_ = "do", jT = "MMM do, yyyy", ae = {
|
|
348
348
|
TIME_STAMP_HOUR_MINUTE: {
|
|
349
349
|
hour: "numeric",
|
|
350
350
|
minute: "numeric"
|
|
@@ -429,7 +429,7 @@ const P_ = [
|
|
|
429
429
|
/* IMPAIRED */
|
|
430
430
|
], uc = [..._c, ...dc];
|
|
431
431
|
var Yn = /* @__PURE__ */ ((e) => (e.Connected = "Connected", e.Error = "Error", e.Processing = "Processing", e.RequiresMfa = "RequiresMfa", e))(Yn || {});
|
|
432
|
-
const
|
|
432
|
+
const XT = {
|
|
433
433
|
3: "Challenged",
|
|
434
434
|
12: "Closed",
|
|
435
435
|
9: "Degraded",
|
|
@@ -479,7 +479,7 @@ const X2 = {
|
|
|
479
479
|
2: "savings"
|
|
480
480
|
}, F_ = {
|
|
481
481
|
5: "bid_landscape"
|
|
482
|
-
},
|
|
482
|
+
}, ZT = {
|
|
483
483
|
0: "Real Estate",
|
|
484
484
|
1: "Vehicle",
|
|
485
485
|
2: "Art",
|
|
@@ -819,7 +819,7 @@ const X2 = {
|
|
|
819
819
|
UNKNOWN: "help"
|
|
820
820
|
}, br = 9999999999e-2;
|
|
821
821
|
var oa = /* @__PURE__ */ ((e) => (e.CAD = "CAD", e.USD = "USD", e))(oa || {}), U_ = /* @__PURE__ */ ((e) => (e[e.Unknown = 0] = "Unknown", e[e.EveryWeek = 1] = "EveryWeek", e[e.EveryOtherWeek = 2] = "EveryOtherWeek", e[e.EveryMonth = 3] = "EveryMonth", e[e.EveryOtherMonth = 4] = "EveryOtherMonth", e[e.EveryQuarter = 5] = "EveryQuarter", e[e.EveryOtherQuarter = 6] = "EveryOtherQuarter", e[e.EveryYear = 7] = "EveryYear", e))(U_ || {});
|
|
822
|
-
const
|
|
822
|
+
const qT = [
|
|
823
823
|
{ id: 0, copy: "frequency_unknown" },
|
|
824
824
|
{ id: 1, copy: "frequency_every_week" },
|
|
825
825
|
{ id: 2, copy: "frequency_every_other_week" },
|
|
@@ -828,7 +828,7 @@ const q2 = [
|
|
|
828
828
|
{ id: 5, copy: "frequency_every_quarter" },
|
|
829
829
|
{ id: 6, copy: "frequency_every_other_quarter" },
|
|
830
830
|
{ id: 7, copy: "frequency_every_year" }
|
|
831
|
-
],
|
|
831
|
+
], QT = {
|
|
832
832
|
ERROR: "ERROR",
|
|
833
833
|
LOADING: "LOADING",
|
|
834
834
|
SUCCESS: "SUCCESS"
|
|
@@ -840,7 +840,7 @@ const Ii = 44, yr = (e, n) => e.find((i) => i.guid === n), Y_ = (e, n) => e.find
|
|
|
840
840
|
const i = e.find((a) => a.subCategories.find((o) => o.guid === n));
|
|
841
841
|
if (i)
|
|
842
842
|
return i.subCategories.find((a) => a.guid === n);
|
|
843
|
-
},
|
|
843
|
+
}, JT = (e, n) => {
|
|
844
844
|
const i = [];
|
|
845
845
|
for (const a of n) {
|
|
846
846
|
const o = yr(e, a.category_guid);
|
|
@@ -861,7 +861,7 @@ const Ii = 44, yr = (e, n) => e.find((i) => i.guid === n), Y_ = (e, n) => e.find
|
|
|
861
861
|
});
|
|
862
862
|
}
|
|
863
863
|
return i;
|
|
864
|
-
},
|
|
864
|
+
}, e2 = (e, n) => {
|
|
865
865
|
const i = e.find((a) => a.guid === n);
|
|
866
866
|
return i ? i.guid === D.INCOME || i.parent_guid === D.INCOME : !1;
|
|
867
867
|
}, Io = (e) => {
|
|
@@ -909,11 +909,11 @@ const Ii = 44, yr = (e, n) => e.find((i) => i.guid === n), Y_ = (e, n) => e.find
|
|
|
909
909
|
[]
|
|
910
910
|
);
|
|
911
911
|
return i ? o : o.join("");
|
|
912
|
-
},
|
|
912
|
+
}, t2 = (e, n, i, ...a) => !e || !n ? "" : T(i === 1 ? e : n, ...a), Wn = () => {
|
|
913
913
|
const e = "en-us", n = ["en-us", "en-ca", "fr", "fr-ca", "es"], i = window?.app?.options?.language?.toLowerCase() ?? "", a = window.navigator.language.toLowerCase();
|
|
914
914
|
return i === "browser" && n.includes(a) ? a : n.includes(i) ? i : e;
|
|
915
915
|
};
|
|
916
|
-
class
|
|
916
|
+
class lt {
|
|
917
917
|
endpoint = "/";
|
|
918
918
|
headers;
|
|
919
919
|
constructor(n, i, a) {
|
|
@@ -1003,7 +1003,7 @@ const H = (e, n, i) => {
|
|
|
1003
1003
|
}) => {
|
|
1004
1004
|
const a = iu(n).select(e);
|
|
1005
1005
|
return `${e}${i[a]}`;
|
|
1006
|
-
},
|
|
1006
|
+
}, n2 = (e, n) => {
|
|
1007
1007
|
const i = e.palette.mode === "dark", a = (s, c) => {
|
|
1008
1008
|
const l = n?.[s];
|
|
1009
1009
|
return {
|
|
@@ -1138,7 +1138,7 @@ const H = (e, n, i) => {
|
|
|
1138
1138
|
class au {
|
|
1139
1139
|
fetchInstance;
|
|
1140
1140
|
constructor(n, i) {
|
|
1141
|
-
this.fetchInstance = new
|
|
1141
|
+
this.fetchInstance = new lt(n, i);
|
|
1142
1142
|
}
|
|
1143
1143
|
initializeAnalyticsSession = async (n, i) => {
|
|
1144
1144
|
const a = Xl.getParser(window.navigator.userAgent), { analytics_session: o } = await this.fetchInstance.post(B.ANALYTICS_SESSION, {
|
|
@@ -1166,7 +1166,7 @@ class au {
|
|
|
1166
1166
|
class Sr {
|
|
1167
1167
|
fetchInstance;
|
|
1168
1168
|
constructor(n) {
|
|
1169
|
-
this.fetchInstance = new
|
|
1169
|
+
this.fetchInstance = new lt(n, "", {
|
|
1170
1170
|
Accept: "application/json",
|
|
1171
1171
|
"Content-Type": "application/json"
|
|
1172
1172
|
});
|
|
@@ -1183,7 +1183,7 @@ class Sr {
|
|
|
1183
1183
|
class li {
|
|
1184
1184
|
fetchInstance;
|
|
1185
1185
|
constructor(n, i) {
|
|
1186
|
-
this.fetchInstance = new
|
|
1186
|
+
this.fetchInstance = new lt(n, i);
|
|
1187
1187
|
}
|
|
1188
1188
|
getBeats = async (n, i) => {
|
|
1189
1189
|
const a = `page=${n || 1}&per_page=${i || 5}`;
|
|
@@ -1200,7 +1200,7 @@ class li {
|
|
|
1200
1200
|
class Er {
|
|
1201
1201
|
fetchInstance;
|
|
1202
1202
|
constructor(n, i) {
|
|
1203
|
-
this.fetchInstance = new
|
|
1203
|
+
this.fetchInstance = new lt(n, i);
|
|
1204
1204
|
}
|
|
1205
1205
|
addCategory = async (n) => this.fetchInstance.post(B.CATEGORIES, n).then((i) => i.category);
|
|
1206
1206
|
getCategories = async () => this.fetchInstance.get(B.CATEGORIES).then((n) => n.categories);
|
|
@@ -1225,14 +1225,14 @@ class Er {
|
|
|
1225
1225
|
class Ri {
|
|
1226
1226
|
fetchInstance;
|
|
1227
1227
|
constructor(n, i) {
|
|
1228
|
-
this.fetchInstance = new
|
|
1228
|
+
this.fetchInstance = new lt(n, i);
|
|
1229
1229
|
}
|
|
1230
1230
|
getGlobalCopy = async (n, i) => this.fetchInstance.post(`${B.LOCALIZED_CONTENT}/${n}`, { translation_key: i }).then((a) => a);
|
|
1231
1231
|
}
|
|
1232
|
-
class
|
|
1232
|
+
class i2 {
|
|
1233
1233
|
fetchInstance;
|
|
1234
1234
|
constructor(n, i) {
|
|
1235
|
-
this.fetchInstance = new
|
|
1235
|
+
this.fetchInstance = new lt(n, i);
|
|
1236
1236
|
}
|
|
1237
1237
|
getLocalizedCopy = async (n) => this.fetchInstance.post(B.LOCALIZED_COPY, n).then((i) => i);
|
|
1238
1238
|
getLocalizedContent = async (n) => this.fetchInstance.post(`${B.LOCALIZED_CONTENT}/${n}`).then((i) => i);
|
|
@@ -1240,7 +1240,7 @@ class iT {
|
|
|
1240
1240
|
class Tr {
|
|
1241
1241
|
fetchInstance;
|
|
1242
1242
|
constructor(n, i) {
|
|
1243
|
-
this.fetchInstance = new
|
|
1243
|
+
this.fetchInstance = new lt(n, i);
|
|
1244
1244
|
}
|
|
1245
1245
|
getNotifications = () => this.fetchInstance.get(B.NOTIFICATIONS).then(
|
|
1246
1246
|
(n) => n.notifications.map((i) => i.notification)
|
|
@@ -1253,10 +1253,10 @@ class Tr {
|
|
|
1253
1253
|
// A bug ticket has been filed to fix it, but should not require any changes here.
|
|
1254
1254
|
markAllAsViewed = (n) => this.fetchInstance.put(`${B.NOTIFICATIONS}/mark_all_as_viewed`, { channel: n }).finally();
|
|
1255
1255
|
}
|
|
1256
|
-
class
|
|
1256
|
+
class a2 {
|
|
1257
1257
|
fetchInstance;
|
|
1258
1258
|
constructor(n, i) {
|
|
1259
|
-
this.fetchInstance = new
|
|
1259
|
+
this.fetchInstance = new lt(n, i);
|
|
1260
1260
|
}
|
|
1261
1261
|
addScheduledPayment = async (n) => this.fetchInstance.post(B.SCHEDULED_PAYMENTS, {
|
|
1262
1262
|
...n,
|
|
@@ -1270,7 +1270,7 @@ class aT {
|
|
|
1270
1270
|
class Ha {
|
|
1271
1271
|
fetchInstance;
|
|
1272
1272
|
constructor(n, i) {
|
|
1273
|
-
this.fetchInstance = new
|
|
1273
|
+
this.fetchInstance = new lt(n, i);
|
|
1274
1274
|
}
|
|
1275
1275
|
getUserFeatures = async () => this.fetchInstance.get(B.USER_FEATURES).then((n) => n.user_features).catch((n) => n);
|
|
1276
1276
|
updateUser = async (n) => this.fetchInstance.put(B.USER, n).then((i) => i.user);
|
|
@@ -1279,7 +1279,7 @@ class Ha {
|
|
|
1279
1279
|
class Ar {
|
|
1280
1280
|
fetchInstance;
|
|
1281
1281
|
constructor(n, i) {
|
|
1282
|
-
this.fetchInstance = new
|
|
1282
|
+
this.fetchInstance = new lt(n, i);
|
|
1283
1283
|
}
|
|
1284
1284
|
requestWidgetUrl = async (n) => this.fetchInstance.post(B.WIDGET_URLS, n).then((i) => i.widget_url);
|
|
1285
1285
|
}
|
|
@@ -1290,7 +1290,7 @@ const Pa = (e, n) => e.reduce((i, a) => (i[a.guid] = n?.includes(a.guid), i), {}
|
|
|
1290
1290
|
guid: a.guid
|
|
1291
1291
|
};
|
|
1292
1292
|
return Object.prototype.hasOwnProperty.call(i, o) ? i[o] = i[o].concat(r) : i[o] = [r], i;
|
|
1293
|
-
}, {}), ti = g.createContext(null),
|
|
1293
|
+
}, {}), ti = g.createContext(null), o2 = ({
|
|
1294
1294
|
children: e,
|
|
1295
1295
|
globalStore: n,
|
|
1296
1296
|
onEvent: i,
|
|
@@ -1321,7 +1321,7 @@ const Pa = (e, n) => e.reduce((i, a) => (i[a.guid] = n?.includes(a.guid), i), {}
|
|
|
1321
1321
|
if (!n)
|
|
1322
1322
|
throw new Error(`${e}() must be used within the GlobalDataContext`);
|
|
1323
1323
|
return n;
|
|
1324
|
-
}, Se = () => nt("useAccountStore").globalStore.accountStore, vt = () => nt("useAppConfig").globalStore.appDataStore.appConfig, vo = () => nt("useAnalyticsStore").globalStore.analyticsStore, ut = () => nt("useBudgetsStore").globalStore.budgetsStore, Do = () => nt("useCashflowStore").globalStore.cashflowStore, Ue = () => nt("useCategoryStore").globalStore.categoryStore, bc = () => nt("useConnectStore").globalStore.connectStore, Sa = () => nt("useDebtsStore").globalStore.debtsStore, bi = () => nt("useFinstrongStore").globalStore.finstrongStore, yi = () => nt("useGlobalStore").globalStore, re = () => nt("useGlobalUiStore").globalStore.globalUiStore, A = () => nt("globalCopyStore").globalStore.copyStore.copy,
|
|
1324
|
+
}, Se = () => nt("useAccountStore").globalStore.accountStore, vt = () => nt("useAppConfig").globalStore.appDataStore.appConfig, vo = () => nt("useAnalyticsStore").globalStore.analyticsStore, ut = () => nt("useBudgetsStore").globalStore.budgetsStore, Do = () => nt("useCashflowStore").globalStore.cashflowStore, Ue = () => nt("useCategoryStore").globalStore.categoryStore, bc = () => nt("useConnectStore").globalStore.connectStore, Sa = () => nt("useDebtsStore").globalStore.debtsStore, bi = () => nt("useFinstrongStore").globalStore.finstrongStore, yi = () => nt("useGlobalStore").globalStore, re = () => nt("useGlobalUiStore").globalStore.globalUiStore, A = () => nt("globalCopyStore").globalStore.copyStore.copy, dt = () => nt("useGoalStore").globalStore.goalStore, No = () => nt("useHelpStore").globalStore.helpStore, Xn = () => nt("useHoldingStore").globalStore.holdingStore, ru = () => nt("useMerchantStore").globalStore.merchantStore, yc = () => nt("useNetWorthStore").globalStore.netWorthStore, Sc = () => nt("useNotificationStore").globalStore.notificationStore, rt = () => nt("useRecurringTransactionsStore").globalStore.recurringTransactionsStore, yt = () => nt("useSettingsStore").globalStore.settingsStore, ke = () => nt("useTransactionStore").globalStore.transactionStore, Si = () => nt("useTrendsStore").globalStore.trendsStore, ft = () => nt("useUserStore").globalStore.userStore, q = () => ({ onEvent: nt().onEvent }), r2 = () => ({ onPageView: nt().onPageView }), su = (e = "useWidgetContainerContext") => {
|
|
1325
1325
|
const n = g.useContext(Cc);
|
|
1326
1326
|
if (!n)
|
|
1327
1327
|
throw new Error(`${e}() must be used within the WidgetContainerContext`);
|
|
@@ -1578,7 +1578,7 @@ const cu = (e, n) => {
|
|
|
1578
1578
|
// Between 600 and 1200
|
|
1579
1579
|
isTablet: e > a && e <= r
|
|
1580
1580
|
}), c;
|
|
1581
|
-
},
|
|
1581
|
+
}, s2 = (e) => {
|
|
1582
1582
|
const n = Gs();
|
|
1583
1583
|
return Pn(() => {
|
|
1584
1584
|
n.current = e;
|
|
@@ -1853,7 +1853,7 @@ const cu = (e, n) => {
|
|
|
1853
1853
|
}), mu = (e, n) => e + n, pu = (e, n) => Math.abs(n) > e ? Math.abs(n) : e, fu = (e, n) => [...e, n.value], wr = (e, n, i) => {
|
|
1854
1854
|
const a = e && n ? i / 2 : i;
|
|
1855
1855
|
return e ? a : 0;
|
|
1856
|
-
}, Cu = (e, n, i, a) => e / (n < 0 ? -i : n) * a || 0,
|
|
1856
|
+
}, Cu = (e, n, i, a) => e / (n < 0 ? -i : n) * a || 0, c2 = ({
|
|
1857
1857
|
average: e,
|
|
1858
1858
|
barWidth: n = "8%",
|
|
1859
1859
|
color: i,
|
|
@@ -2737,9 +2737,9 @@ const Ic = ({ categoryGuid: e, topLevelCategoryGuid: n }) => {
|
|
|
2737
2737
|
/* @__PURE__ */ t(je, { amount: u, bold: !0, formatString: "0,0", variant: "body2" })
|
|
2738
2738
|
] }),
|
|
2739
2739
|
/* @__PURE__ */ t(P, { sx: { my: 16, width: "100%" } }),
|
|
2740
|
-
/* @__PURE__ */ t(
|
|
2740
|
+
/* @__PURE__ */ t(_t, { container: !0, children: i.map((_, h) => /* @__PURE__ */ d(g.Fragment, { children: [
|
|
2741
2741
|
h > 0 && h % 3 === 0 && /* @__PURE__ */ t(P, { sx: { my: 16, width: "100%" } }),
|
|
2742
|
-
/* @__PURE__ */ t(
|
|
2742
|
+
/* @__PURE__ */ t(_t, { item: !0, xs: 4, children: /* @__PURE__ */ d(O, { alignItems: "center", display: "flex", flexDirection: "column", children: [
|
|
2743
2743
|
/* @__PURE__ */ t(C, { color: r.palette.text.secondary, variant: "XSmall", children: _.x }),
|
|
2744
2744
|
/* @__PURE__ */ t(
|
|
2745
2745
|
je,
|
|
@@ -2846,7 +2846,7 @@ const Ic = ({ categoryGuid: e, topLevelCategoryGuid: n }) => {
|
|
|
2846
2846
|
isAreaHovered: !1,
|
|
2847
2847
|
cursorPos: { x: 0, y: 0 }
|
|
2848
2848
|
}), { hoveredSeriesId: w, hoveredAreaData: v, isAreaHovered: N, cursorPos: R } = E, M = N && w && v, k = !M, G = [...o, ...r], L = G[0]?.dataset.length ?? 0, W = G.flatMap((K) => K.dataset.map((He) => He.x)), Y = G.flatMap((K) => K.dataset.map((He) => He.y)), ee = o[0]?.dataset?.map(
|
|
2849
|
-
(K, He) => o.reduce((
|
|
2849
|
+
(K, He) => o.reduce((st, Tn) => st + Tn.dataset[He]?.y || 0, 0)
|
|
2850
2850
|
) ?? [0], ue = Math.max(...ee), _e = Math.max(
|
|
2851
2851
|
...r.flatMap((K) => K.dataset.map((He) => He.y))
|
|
2852
2852
|
), Le = Math.floor(Math.min(...Y) / 100) * 100, Re = Math.ceil(Math.max(ue, _e) / 100) * 100, he = o.map((K, He) => ({
|
|
@@ -2855,22 +2855,22 @@ const Ic = ({ categoryGuid: e, topLevelCategoryGuid: n }) => {
|
|
|
2855
2855
|
top_level_guid: K.top_level_category_guid,
|
|
2856
2856
|
area: !0,
|
|
2857
2857
|
color: o[He].category_color ?? l.palette.primary.main,
|
|
2858
|
-
data: K.dataset.map((
|
|
2858
|
+
data: K.dataset.map((st) => st.y),
|
|
2859
2859
|
label: o[He].category_name,
|
|
2860
2860
|
stack: "total",
|
|
2861
2861
|
type: "line",
|
|
2862
2862
|
highlightScope: { highlight: "item" },
|
|
2863
|
-
valueFormatter: (
|
|
2863
|
+
valueFormatter: (st) => H(st, "0,0")
|
|
2864
2864
|
})), me = r.map((K, He) => ({
|
|
2865
2865
|
id: `unstacked-${He}`,
|
|
2866
2866
|
guid: K.category_guid,
|
|
2867
2867
|
top_level_guid: K.top_level_category_guid,
|
|
2868
2868
|
area: !1,
|
|
2869
2869
|
color: K.category_color,
|
|
2870
|
-
data: K.dataset.map((
|
|
2870
|
+
data: K.dataset.map((st) => st.y),
|
|
2871
2871
|
label: K.category_name,
|
|
2872
2872
|
type: "line",
|
|
2873
|
-
valueFormatter: (
|
|
2873
|
+
valueFormatter: (st) => H(st, "0,0")
|
|
2874
2874
|
})), qe = [...he, ...me], $ = [
|
|
2875
2875
|
...he.map(({ guid: K, top_level_guid: He }) => ({
|
|
2876
2876
|
guid: K,
|
|
@@ -2881,10 +2881,10 @@ const Ic = ({ categoryGuid: e, topLevelCategoryGuid: n }) => {
|
|
|
2881
2881
|
top_level_guid: He
|
|
2882
2882
|
}))
|
|
2883
2883
|
], pe = (K) => {
|
|
2884
|
-
const
|
|
2884
|
+
const st = K.startsWith("stacked-") ? o[parseInt(K.split("-")[1])] : r[parseInt(K.split("-")[1])];
|
|
2885
2885
|
return {
|
|
2886
|
-
guid:
|
|
2887
|
-
topLevelGuid:
|
|
2886
|
+
guid: st?.category_guid,
|
|
2887
|
+
topLevelGuid: st?.top_level_category_guid
|
|
2888
2888
|
};
|
|
2889
2889
|
}, be = (K) => {
|
|
2890
2890
|
y(K), i?.(K ?? "");
|
|
@@ -2894,14 +2894,14 @@ const Ic = ({ categoryGuid: e, topLevelCategoryGuid: n }) => {
|
|
|
2894
2894
|
const K = pe(String(w)).guid;
|
|
2895
2895
|
K && a?.(K);
|
|
2896
2896
|
}, Ge = (K) => {
|
|
2897
|
-
const He = String(K?.seriesId),
|
|
2897
|
+
const He = String(K?.seriesId), st = pe(He).guid, Tn = qe.find((xi) => xi.id === He), La = Tn && K?.dataIndex !== void 0, Ma = Tn && K?.dataIndex === void 0;
|
|
2898
2898
|
if (La)
|
|
2899
2899
|
I({
|
|
2900
2900
|
hoveredSeriesId: He,
|
|
2901
2901
|
hoveredAreaData: null,
|
|
2902
2902
|
isAreaHovered: !1,
|
|
2903
2903
|
cursorPos: R
|
|
2904
|
-
}), n?.(
|
|
2904
|
+
}), n?.(st);
|
|
2905
2905
|
else if (Ma) {
|
|
2906
2906
|
const xi = Tn?.data.map((ka, Ga) => ({
|
|
2907
2907
|
x: W[Ga],
|
|
@@ -2912,7 +2912,7 @@ const Ic = ({ categoryGuid: e, topLevelCategoryGuid: n }) => {
|
|
|
2912
2912
|
hoveredAreaData: xi,
|
|
2913
2913
|
isAreaHovered: !0,
|
|
2914
2914
|
cursorPos: R
|
|
2915
|
-
}), e?.(
|
|
2915
|
+
}), e?.(st);
|
|
2916
2916
|
} else
|
|
2917
2917
|
I({
|
|
2918
2918
|
hoveredSeriesId: null,
|
|
@@ -2922,8 +2922,8 @@ const Ic = ({ categoryGuid: e, topLevelCategoryGuid: n }) => {
|
|
|
2922
2922
|
});
|
|
2923
2923
|
}, St = (K) => {
|
|
2924
2924
|
const He = K.currentTarget.getBoundingClientRect();
|
|
2925
|
-
I((
|
|
2926
|
-
...
|
|
2925
|
+
I((st) => ({
|
|
2926
|
+
...st,
|
|
2927
2927
|
cursorPos: {
|
|
2928
2928
|
x: K.clientX - He.left,
|
|
2929
2929
|
y: K.clientY - He.top
|
|
@@ -2945,10 +2945,10 @@ const Ic = ({ categoryGuid: e, topLevelCategoryGuid: n }) => {
|
|
|
2945
2945
|
'& [class*="MuiLineElement-series-unstacked-"]': {
|
|
2946
2946
|
strokeWidth: 3
|
|
2947
2947
|
},
|
|
2948
|
-
...S && he.reduce((K, He,
|
|
2949
|
-
const Tn = `.MuiAreaElement-series-stacked-${
|
|
2948
|
+
...S && he.reduce((K, He, st) => {
|
|
2949
|
+
const Tn = `.MuiAreaElement-series-stacked-${st}`;
|
|
2950
2950
|
return K[Tn] = {
|
|
2951
|
-
opacity: he[
|
|
2951
|
+
opacity: he[st].guid === S ? 0.9 : 0.2
|
|
2952
2952
|
}, K;
|
|
2953
2953
|
}, {})
|
|
2954
2954
|
};
|
|
@@ -3430,7 +3430,7 @@ const Ic = ({ categoryGuid: e, topLevelCategoryGuid: n }) => {
|
|
|
3430
3430
|
}
|
|
3431
3431
|
)
|
|
3432
3432
|
] });
|
|
3433
|
-
},
|
|
3433
|
+
}, l2 = ({
|
|
3434
3434
|
hasGap: e = !1,
|
|
3435
3435
|
segments: n,
|
|
3436
3436
|
size: i = gc,
|
|
@@ -3934,7 +3934,7 @@ const Dr = "connect_widget", Nr = "connections_widget", ju = ({
|
|
|
3934
3934
|
"& .MuiInputBase-adornedStart > .p": {
|
|
3935
3935
|
marginRight: e.Spacing.Tiny
|
|
3936
3936
|
}
|
|
3937
|
-
}),
|
|
3937
|
+
}), d2 = ({
|
|
3938
3938
|
icon: e,
|
|
3939
3939
|
label: n,
|
|
3940
3940
|
onClick: i,
|
|
@@ -4536,7 +4536,7 @@ class nh {
|
|
|
4536
4536
|
class Or {
|
|
4537
4537
|
fetchInstance;
|
|
4538
4538
|
constructor(n, i) {
|
|
4539
|
-
this.fetchInstance = new
|
|
4539
|
+
this.fetchInstance = new lt(n, i);
|
|
4540
4540
|
}
|
|
4541
4541
|
addBudget = async (n, i, a = null) => this.fetchInstance.post(B.BUDGETS, {
|
|
4542
4542
|
amount: i,
|
|
@@ -4903,7 +4903,7 @@ const Ei = () => {
|
|
|
4903
4903
|
children: /* @__PURE__ */ t(ch, { onAddIncomeClick: e })
|
|
4904
4904
|
}
|
|
4905
4905
|
) : /* @__PURE__ */ t(ce, {});
|
|
4906
|
-
},
|
|
4906
|
+
}, _2 = x(lh), dh = (e) => {
|
|
4907
4907
|
if (!e) return "";
|
|
4908
4908
|
let n = e.user_name || e.feed_name || "";
|
|
4909
4909
|
return e.account_number && (n = `${n} *${e.account_number}`), n;
|
|
@@ -5105,7 +5105,7 @@ const Ei = () => {
|
|
|
5105
5105
|
class ca {
|
|
5106
5106
|
fetchInstance;
|
|
5107
5107
|
constructor(n, i) {
|
|
5108
|
-
this.fetchInstance = new
|
|
5108
|
+
this.fetchInstance = new lt(n, i);
|
|
5109
5109
|
}
|
|
5110
5110
|
addTag = async (n) => this.fetchInstance.post(B.TAGS, n).then((i) => i.tag);
|
|
5111
5111
|
addTagging = async (n) => this.fetchInstance.post(B.TAGGINGS, n).then((i) => i.tagging);
|
|
@@ -5610,7 +5610,7 @@ const Dc = (e, n) => {
|
|
|
5610
5610
|
const i = e.toLowerCase().split(" "), a = n?.toString().toLowerCase() ?? "";
|
|
5611
5611
|
return i.every((o) => a.indexOf(o) > -1);
|
|
5612
5612
|
};
|
|
5613
|
-
var Bh = /* @__PURE__ */ ((e) => (e[e.UNKNOWN = 0] = "UNKNOWN", e[e.CORRECT = 1] = "CORRECT", e[e.INCORRECT = 2] = "INCORRECT", e))(Bh || {}), Hh = /* @__PURE__ */ ((e) => (e.Missed = "Missed", e.Paid = "Paid", e.Upcoming = "Upcoming expense", e.Income = "Income", e))(Hh || {}), Ph = /* @__PURE__ */ ((e) => (e[e.Unknown = 0] = "Unknown", e[e.Subscription = 1] = "Subscription", e[e.Bill = 2] = "Bill", e))(Ph || {}), z = /* @__PURE__ */ ((e) => (e[e.DEBT_TRACK = 1] = "DEBT_TRACK", e[e.SAVINGS_TRACK = 2] = "SAVINGS_TRACK", e[e.RETIREMENT_TRACK = 3] = "RETIREMENT_TRACK", e[e.EMERGENCY_FUND_TRACK = 4] = "EMERGENCY_FUND_TRACK", e))(z || {}), ao = /* @__PURE__ */ ((e) => (e[e.SAVE_AMOUNT = 1] = "SAVE_AMOUNT", e[e.KEEP_BALANCE_BELOW = 2] = "KEEP_BALANCE_BELOW", e[e.KEEP_BALANCE_ABOVE = 3] = "KEEP_BALANCE_ABOVE", e[e.ACTION = 4] = "ACTION", e))(ao || {}), Gt = /* @__PURE__ */ ((e) => (e[e.AUTOMOBILE = 1] = "AUTOMOBILE", e[e.COLLEGE = 2] = "COLLEGE", e[e.HOUSE = 3] = "HOUSE", e[e.RECREATIONAL_VEHICLE = 4] = "RECREATIONAL_VEHICLE", e[e.VACATION = 5] = "VACATION", e[e.ELECTRONIC = 6] = "ELECTRONIC", e[e.OTHER = 7] = "OTHER", e[e.RETIREMENT = 8] = "RETIREMENT", e[e.EMERGENCY_FUND = 9] = "EMERGENCY_FUND", e[e.SETUP_BUDGETS = 10] = "SETUP_BUDGETS", e[e.START_MONEY_MANAGEMENT = 11] = "START_MONEY_MANAGEMENT", e[e.CREDIT_CARD = 12] = "CREDIT_CARD", e[e.LINE_OF_CREDIT = 13] = "LINE_OF_CREDIT", e[e.LOANS = 14] = "LOANS", e))(Gt || {}), Mt = /* @__PURE__ */ ((e) => (e.Accounts = "accounts", e.Budgets = "budgets", e.Insights = "insights", e.Personal = "personal", e))(Mt || {}),
|
|
5613
|
+
var Bh = /* @__PURE__ */ ((e) => (e[e.UNKNOWN = 0] = "UNKNOWN", e[e.CORRECT = 1] = "CORRECT", e[e.INCORRECT = 2] = "INCORRECT", e))(Bh || {}), Hh = /* @__PURE__ */ ((e) => (e.Missed = "Missed", e.Paid = "Paid", e.Upcoming = "Upcoming expense", e.Income = "Income", e))(Hh || {}), Ph = /* @__PURE__ */ ((e) => (e[e.Unknown = 0] = "Unknown", e[e.Subscription = 1] = "Subscription", e[e.Bill = 2] = "Bill", e))(Ph || {}), z = /* @__PURE__ */ ((e) => (e[e.DEBT_TRACK = 1] = "DEBT_TRACK", e[e.SAVINGS_TRACK = 2] = "SAVINGS_TRACK", e[e.RETIREMENT_TRACK = 3] = "RETIREMENT_TRACK", e[e.EMERGENCY_FUND_TRACK = 4] = "EMERGENCY_FUND_TRACK", e))(z || {}), ao = /* @__PURE__ */ ((e) => (e[e.SAVE_AMOUNT = 1] = "SAVE_AMOUNT", e[e.KEEP_BALANCE_BELOW = 2] = "KEEP_BALANCE_BELOW", e[e.KEEP_BALANCE_ABOVE = 3] = "KEEP_BALANCE_ABOVE", e[e.ACTION = 4] = "ACTION", e))(ao || {}), Gt = /* @__PURE__ */ ((e) => (e[e.AUTOMOBILE = 1] = "AUTOMOBILE", e[e.COLLEGE = 2] = "COLLEGE", e[e.HOUSE = 3] = "HOUSE", e[e.RECREATIONAL_VEHICLE = 4] = "RECREATIONAL_VEHICLE", e[e.VACATION = 5] = "VACATION", e[e.ELECTRONIC = 6] = "ELECTRONIC", e[e.OTHER = 7] = "OTHER", e[e.RETIREMENT = 8] = "RETIREMENT", e[e.EMERGENCY_FUND = 9] = "EMERGENCY_FUND", e[e.SETUP_BUDGETS = 10] = "SETUP_BUDGETS", e[e.START_MONEY_MANAGEMENT = 11] = "START_MONEY_MANAGEMENT", e[e.CREDIT_CARD = 12] = "CREDIT_CARD", e[e.LINE_OF_CREDIT = 13] = "LINE_OF_CREDIT", e[e.LOANS = 14] = "LOANS", e))(Gt || {}), Mt = /* @__PURE__ */ ((e) => (e.Accounts = "accounts", e.Budgets = "budgets", e.Insights = "insights", e.Personal = "personal", e))(Mt || {}), ct = /* @__PURE__ */ ((e) => (e[e.DebtPaymentReminder = 3] = "DebtPaymentReminder", e[e.AccountBalanceLow = 6] = "AccountBalanceLow", e[e.AccountDepositLarge = 7] = "AccountDepositLarge", e[e.TransactionExpenseLarge = 8] = "TransactionExpenseLarge", e[e.TransactionFeeCharge = 9] = "TransactionFeeCharge", e[e.InternationalTransaction = 23] = "InternationalTransaction", e[e.AccountDepositLargePosted = 48] = "AccountDepositLargePosted", e))(ct || {}), Zn = /* @__PURE__ */ ((e) => (e[e.BudgetExceeded = 1] = "BudgetExceeded", e[e.BudgetOffTarget = 2] = "BudgetOffTarget", e))(Zn || {}), Je = /* @__PURE__ */ ((e) => (e[e.AccountBalanceLow = 33] = "AccountBalanceLow", e[e.BillAmountNotStandard = 49] = "BillAmountNotStandard", e[e.CategorySpending = 50] = "CategorySpending", e[e.CreditCardCloseToLimit = 51] = "CreditCardCloseToLimit", e[e.DebtPaymentReminder = 37] = "DebtPaymentReminder", e[e.DuplicatePayment = 42] = "DuplicatePayment", e[e.MonthlySpendComparison = 53] = "MonthlySpendComparison", e[e.MonthlySpendToIncomeComparison = 54] = "MonthlySpendToIncomeComparison", e[e.MonthlySubscriptionAggregate = 55] = "MonthlySubscriptionAggregate", e[e.MonthlyTopMerchantSpending = 56] = "MonthlyTopMerchantSpending", e[e.SaveAnExtra100Dollars = 57] = "SaveAnExtra100Dollars", e[e.SavingsOpportunity = 58] = "SavingsOpportunity", e[e.SetUpDirectDeposit = 59] = "SetUpDirectDeposit", e[e.SwitchDirectDeposit = 60] = "SwitchDirectDeposit", e[e.UncategorizedTransactions = 61] = "UncategorizedTransactions", e[e.UnifiedDeposit = 62] = "UnifiedDeposit", e[e.UpcomingBill = 63] = "UpcomingBill", e[e.WeekendSpendingSummary = 64] = "WeekendSpendingSummary", e[e.WeeklyNewMerchants = 65] = "WeeklyNewMerchants", e[e.DiscoveredAccounts = 52] = "DiscoveredAccounts", e[e.TransactionExpenseLarge = 39] = "TransactionExpenseLarge", e[e.PromotionalCampaignMessages = 67] = "PromotionalCampaignMessages", e[e.TransparentOverdraft = 68] = "TransparentOverdraft", e))(Je || {}), Xt = /* @__PURE__ */ ((e) => (e[e.CREDIT = 1] = "CREDIT", e[e.DEBIT = 2] = "DEBIT", e))(Xt || {}), ko = /* @__PURE__ */ ((e) => (e[e.POSTED = 1] = "POSTED", e[e.PENDING = 2] = "PENDING", e))(ko || {}), Fh = /* @__PURE__ */ ((e) => (e.Desktop = "Desktop", e.Mobile = "Mobile", e))(Fh || {}), Ee = /* @__PURE__ */ ((e) => (e[e.Unknown = 0] = "Unknown", e[e.EveryWeek = 1] = "EveryWeek", e[e.EveryOtherWeek = 2] = "EveryOtherWeek", e[e.EveryMonth = 3] = "EveryMonth", e[e.EveryOtherMonth = 4] = "EveryOtherMonth", e[e.EveryQuarter = 5] = "EveryQuarter", e[e.EveryOtherQuarter = 6] = "EveryOtherQuarter", e[e.EveryYear = 7] = "EveryYear", e[e.TwiceAMonth = 8] = "TwiceAMonth", e))(Ee || {}), et = /* @__PURE__ */ ((e) => (e[e.Paid = 0] = "Paid", e[e.Missed = 1] = "Missed", e[e.Upcoming = 2] = "Upcoming", e))(et || {}), Zt = /* @__PURE__ */ ((e) => (e[e.Expense = 0] = "Expense", e[e.Income = 1] = "Income", e))(Zt || {}), cn = /* @__PURE__ */ ((e) => (e[e.Unknown = 0] = "Unknown", e[e.Subscription = 1] = "Subscription", e[e.Bill = 2] = "Bill", e[e.Income = 3] = "Income", e[e.Transfer = 4] = "Transfer", e))(cn || {});
|
|
5614
5614
|
const Nc = {
|
|
5615
5615
|
account_guid: "",
|
|
5616
5616
|
amount: 0,
|
|
@@ -7182,8 +7182,8 @@ const Lc = ({ transaction: e }) => {
|
|
|
7182
7182
|
pb: r.Spacing.Tiny,
|
|
7183
7183
|
px: r.Spacing.XSmall,
|
|
7184
7184
|
children: [
|
|
7185
|
-
/* @__PURE__ */ d(
|
|
7186
|
-
/* @__PURE__ */ t(
|
|
7185
|
+
/* @__PURE__ */ d(_t, { alignItems: m ? "center" : "start", container: !0, children: [
|
|
7186
|
+
/* @__PURE__ */ t(_t, { item: !0, xs: 7, children: /* @__PURE__ */ d(b, { alignItems: "start", children: [
|
|
7187
7187
|
/* @__PURE__ */ t(
|
|
7188
7188
|
te,
|
|
7189
7189
|
{
|
|
@@ -7208,7 +7208,7 @@ const Lc = ({ transaction: e }) => {
|
|
|
7208
7208
|
}
|
|
7209
7209
|
) })
|
|
7210
7210
|
] }) }),
|
|
7211
|
-
/* @__PURE__ */ t(
|
|
7211
|
+
/* @__PURE__ */ t(_t, { item: !0, xs: 5, children: m ? /* @__PURE__ */ t("div", { className: "mx-txn-split-manager-row-top-container", children: /* @__PURE__ */ t(C, { children: H(o.amount, "0,0.00") }) }) : /* @__PURE__ */ d(b, { alignItems: "start", children: [
|
|
7212
7212
|
/* @__PURE__ */ d(b, { alignItems: "start", direction: "row", gap: r.Spacing.XSmall, children: [
|
|
7213
7213
|
/* @__PURE__ */ t(
|
|
7214
7214
|
en,
|
|
@@ -8040,7 +8040,7 @@ const Lc = ({ transaction: e }) => {
|
|
|
8040
8040
|
const Wt = g.useMemo(
|
|
8041
8041
|
() => o.filter((ht) => ht.is_manual),
|
|
8042
8042
|
[o]
|
|
8043
|
-
), K = qe ? G.find((ht) => ht.guid === qe) : void 0, He = Y && !!W.payee && !!W.account_guid && !!W.category_guid,
|
|
8043
|
+
), K = qe ? G.find((ht) => ht.guid === qe) : void 0, He = Y && !!W.payee && !!W.account_guid && !!W.category_guid, st = (ht) => {
|
|
8044
8044
|
S(ht[0], ht[1]);
|
|
8045
8045
|
}, Tn = (ht) => {
|
|
8046
8046
|
ue(ht), R({
|
|
@@ -8084,7 +8084,7 @@ const Lc = ({ transaction: e }) => {
|
|
|
8084
8084
|
accountOptions: o,
|
|
8085
8085
|
actions: Ba,
|
|
8086
8086
|
calendarActions: {
|
|
8087
|
-
onRangeChanged:
|
|
8087
|
+
onRangeChanged: st
|
|
8088
8088
|
},
|
|
8089
8089
|
onAccountsFilterClick: () => l(F.ACCOUNTS_CLICK_FILTER),
|
|
8090
8090
|
onBackClick: e,
|
|
@@ -8202,7 +8202,7 @@ const Lc = ({ transaction: e }) => {
|
|
|
8202
8202
|
]
|
|
8203
8203
|
}
|
|
8204
8204
|
);
|
|
8205
|
-
},
|
|
8205
|
+
}, g2 = x(cm), Hc = ({
|
|
8206
8206
|
frequency: e,
|
|
8207
8207
|
firstDay: n,
|
|
8208
8208
|
secondDay: i,
|
|
@@ -9223,7 +9223,7 @@ const Lc = ({ transaction: e }) => {
|
|
|
9223
9223
|
)
|
|
9224
9224
|
] }) })
|
|
9225
9225
|
] });
|
|
9226
|
-
}),
|
|
9226
|
+
}), m2 = x(({ onBackClick: e, sx: n = {} }) => {
|
|
9227
9227
|
const { accounts: i } = Se(), { recurring: a } = A(), { isCopyLoaded: o, isInitialized: r, selectedAccountGuids: s, setSelectedAccounts: c } = re(), { isDataLoaded: l, loadRepeatingTransactions: u, setDateRange: _ } = rt(), { setFilter: h } = ke(), { onEvent: m } = q(), [p, f] = g.useState(!1);
|
|
9228
9228
|
return g.useEffect(() => {
|
|
9229
9229
|
c(i);
|
|
@@ -9288,7 +9288,7 @@ const Lc = ({ transaction: e }) => {
|
|
|
9288
9288
|
}
|
|
9289
9289
|
)
|
|
9290
9290
|
] });
|
|
9291
|
-
}),
|
|
9291
|
+
}), p2 = x(
|
|
9292
9292
|
({ onPrimaryCtaClick: e, sx: n }) => {
|
|
9293
9293
|
const { accounts: i } = Se(), { recurring: a } = A(), { setFilter: o } = ke(), { isDataLoaded: r, loadRepeatingTransactions: s } = rt(), { isCopyLoaded: c, isInitialized: l, setSelectedAccounts: u, selectedAccountGuids: _ } = re();
|
|
9294
9294
|
return g.useEffect(() => {
|
|
@@ -9389,7 +9389,7 @@ const Lc = ({ transaction: e }) => {
|
|
|
9389
9389
|
/* @__PURE__ */ t(X, { color: "text.secondary", variant: "subtitle2", children: e.zero_state_content_description })
|
|
9390
9390
|
] })
|
|
9391
9391
|
] });
|
|
9392
|
-
}),
|
|
9392
|
+
}), f2 = x(
|
|
9393
9393
|
({ onCTAClick: e }) => {
|
|
9394
9394
|
const [n, i] = g.useState(!1), { onEvent: a } = q(), o = Te(), { accounts: r } = Se(), [s, { width: c }] = ii(), { isCopyLoaded: l, isInitialized: u, selectedAccountGuids: _, setSelectedAccounts: h } = re(), {
|
|
9395
9395
|
loadRepeatingTransactions: m,
|
|
@@ -9546,7 +9546,7 @@ const Lc = ({ transaction: e }) => {
|
|
|
9546
9546
|
class Yr {
|
|
9547
9547
|
fetchInstance;
|
|
9548
9548
|
constructor(n, i) {
|
|
9549
|
-
this.fetchInstance = new
|
|
9549
|
+
this.fetchInstance = new lt(n, i);
|
|
9550
9550
|
}
|
|
9551
9551
|
addRepeatingTransaction = async (n) => this.fetchInstance.post(B.REPEATING_TRANSACTIONS, n).then((i) => i.repeating_transaction);
|
|
9552
9552
|
getRepeatingTransactions = async () => this.fetchInstance.get(B.REPEATING_TRANSACTIONS).then((n) => n.repeating_transactions);
|
|
@@ -10842,11 +10842,11 @@ const Om = ({ recurrence: e }) => /* @__PURE__ */ d(Z, { children: [
|
|
|
10842
10842
|
children: /* @__PURE__ */ t(jm, {})
|
|
10843
10843
|
}
|
|
10844
10844
|
);
|
|
10845
|
-
},
|
|
10846
|
-
class
|
|
10845
|
+
}, C2 = x(Xm);
|
|
10846
|
+
class b2 {
|
|
10847
10847
|
fetchInstance;
|
|
10848
10848
|
constructor(n, i) {
|
|
10849
|
-
this.fetchInstance = new
|
|
10849
|
+
this.fetchInstance = new lt(n, i);
|
|
10850
10850
|
}
|
|
10851
10851
|
addCashflowEvent = async (n) => this.fetchInstance.post(B.CASHFLOW_EVENTS, { ...n }).then((i) => i);
|
|
10852
10852
|
addCashflowSequence = async (n) => this.fetchInstance.post(B.CASHFLOW_SEQUENCES, { ...n }).then((i) => i.cashflow_sequence);
|
|
@@ -10958,7 +10958,7 @@ const En = () => {
|
|
|
10958
10958
|
throw new Error("useCateUiStore() must be used within the GlobalDataContext");
|
|
10959
10959
|
return Sa().uiStore;
|
|
10960
10960
|
}, Jm = ({ debts: e, onClickCta: n, sx: i }) => {
|
|
10961
|
-
const a = dn(), { isMobile: o } = Ce(), { debts: r } = A(), { selectedDebtPriority: s } = En(), { monthlyCashFlowProfile: c } =
|
|
10961
|
+
const a = dn(), { isMobile: o } = Ce(), { debts: r } = A(), { selectedDebtPriority: s } = En(), { monthlyCashFlowProfile: c } = dt(), { payoffDate: l, payoffSavings: u, payoffDuration: _ } = g.useMemo(() => {
|
|
10962
10962
|
const h = c?.extra_payment ?? 0;
|
|
10963
10963
|
return Qm(e, s, h);
|
|
10964
10964
|
}, [e, s, c]);
|
|
@@ -11725,7 +11725,7 @@ const qc = ({
|
|
|
11725
11725
|
) })
|
|
11726
11726
|
] }) });
|
|
11727
11727
|
}, yp = x(bp), Qc = x(({ goal: e }) => {
|
|
11728
|
-
const { goals: n } = A(), { setAlert: i, setSelectedGoal: a, updateGoal: o } =
|
|
11728
|
+
const { goals: n } = A(), { setAlert: i, setSelectedGoal: a, updateGoal: o } = dt(), [r, s] = g.useState(e.interest_rate ?? 0), c = !e.guid, l = r < 0, u = async () => {
|
|
11729
11729
|
const h = { ...e, interest_rate: r };
|
|
11730
11730
|
e.interest_rate = r, c ? a(h) : (await o(h), i(n.alert_goal_updated_interest_rate));
|
|
11731
11731
|
}, _ = () => {
|
|
@@ -11758,7 +11758,7 @@ const qc = ({
|
|
|
11758
11758
|
}
|
|
11759
11759
|
);
|
|
11760
11760
|
}), Jc = x(({ goal: e }) => {
|
|
11761
|
-
const { goals: n } = A(), { setAlert: i, setSelectedGoal: a, updateGoal: o } =
|
|
11761
|
+
const { goals: n } = A(), { setAlert: i, setSelectedGoal: a, updateGoal: o } = dt(), [r, s] = g.useState(e.monthly_payment ?? 0), c = !e.guid, l = r < 0 || r > 9999999999e-2, u = async () => {
|
|
11762
11762
|
const h = { ...e, monthly_payment: r };
|
|
11763
11763
|
e.monthly_payment = r, c ? a(h) : (await o({ ...e, monthly_payment: r }), i(n.alert_goal_updated_payment));
|
|
11764
11764
|
}, _ = () => {
|
|
@@ -11792,7 +11792,7 @@ const qc = ({
|
|
|
11792
11792
|
}
|
|
11793
11793
|
);
|
|
11794
11794
|
}), el = x(({ goal: e }) => {
|
|
11795
|
-
const { goals: n } = A(), { setAlert: i, setSelectedGoal: a, updateGoal: o } =
|
|
11795
|
+
const { goals: n } = A(), { setAlert: i, setSelectedGoal: a, updateGoal: o } = dt(), [r, s] = g.useState(e.initial_amount), c = !e.guid, l = r < 0 || r > 9999999999e-2, u = async () => {
|
|
11796
11796
|
const h = { ...e, initial_amount: r };
|
|
11797
11797
|
e.initial_amount = r, c ? a(h) : (await o({ ...e, initial_amount: r }), i(n.alert_goal_updated_balance));
|
|
11798
11798
|
}, _ = () => {
|
|
@@ -12037,7 +12037,7 @@ const qc = ({
|
|
|
12037
12037
|
}
|
|
12038
12038
|
);
|
|
12039
12039
|
}, Rp = x(() => {
|
|
12040
|
-
const { debts: e } = A(), { monthlyCashFlowProfile: n, updateMonthlyCashFlowProfile: i } =
|
|
12040
|
+
const { debts: e } = A(), { monthlyCashFlowProfile: n, updateMonthlyCashFlowProfile: i } = dt(), { onEvent: a } = q(), [o, r] = g.useState(n?.extra_payment ?? 0), s = o < 0 || o > 9999999999e-2, c = async () => {
|
|
12041
12041
|
n && (await i({ ...n, extra_payment: o }), n.extra_payment = o, a(F.DEBTS_SAVE_PAYDOWN_ACTION, {
|
|
12042
12042
|
user_guid: n?.user_guid
|
|
12043
12043
|
}));
|
|
@@ -12071,7 +12071,7 @@ const qc = ({
|
|
|
12071
12071
|
}
|
|
12072
12072
|
);
|
|
12073
12073
|
}), Op = () => {
|
|
12074
|
-
const { debts: e } = A(), { totalMonthlyPayments: n } = Sa(), { monthlyCashFlowProfile: i } =
|
|
12074
|
+
const { debts: e } = A(), { totalMonthlyPayments: n } = Sa(), { monthlyCashFlowProfile: i } = dt(), a = n + Number(i?.extra_payment);
|
|
12075
12075
|
return /* @__PURE__ */ d(b, { sx: { backgroundColor: "background.default", height: "100%" }, children: [
|
|
12076
12076
|
/* @__PURE__ */ d(b, { p: 24, children: [
|
|
12077
12077
|
/* @__PURE__ */ d(b, { alignItems: "center", gap: 4, mb: 24, children: [
|
|
@@ -12446,7 +12446,7 @@ const zt = (e) => /* @__PURE__ */ t(C, { fontWeight: 600, variant: "Small", chil
|
|
|
12446
12446
|
l.priority = !l.is_paid_off && !l.is_impossible ? c++ : void 0;
|
|
12447
12447
|
}), r;
|
|
12448
12448
|
}, Kp = x(({ onClick: e }) => {
|
|
12449
|
-
const { debts: n } = A(), { isDesktop: i } = Ce(), { totalMonthlyPayments: a } = Sa(), { monthlyCashFlowProfile: o } =
|
|
12449
|
+
const { debts: n } = A(), { isDesktop: i } = Ce(), { totalMonthlyPayments: a } = Sa(), { monthlyCashFlowProfile: o } = dt(), r = a + Number(o?.extra_payment), s = i ? n.paydown_button_long : n.paydown_button_short;
|
|
12450
12450
|
return /* @__PURE__ */ t(
|
|
12451
12451
|
te,
|
|
12452
12452
|
{
|
|
@@ -12460,7 +12460,7 @@ const zt = (e) => /* @__PURE__ */ t(C, { fontWeight: 600, variant: "Small", chil
|
|
|
12460
12460
|
}
|
|
12461
12461
|
);
|
|
12462
12462
|
}), zp = ({ onBackClick: e, sx: n }) => {
|
|
12463
|
-
const [i, a] = g.useState(!1), [o, r] = g.useState(!1), [s, c] = g.useState(!1), [l, u] = g.useState(""), { isDesktop: _, isMobile: h } = Ce(), { debts: m } = A(), { onEvent: p } = q(), { isCopyLoaded: f, isInitialized: S, setSelectedAccounts: y } = re(), { setSelectedAccount: E } = Vt(), { selectedDebtPriority: I, setSelectedDebtChartData: w } = En(), { visibleDebtAccounts: v } = Se(), { goalsLoaded: N, loadGoals: R, monthlyCashFlowProfile: M } =
|
|
12463
|
+
const [i, a] = g.useState(!1), [o, r] = g.useState(!1), [s, c] = g.useState(!1), [l, u] = g.useState(""), { isDesktop: _, isMobile: h } = Ce(), { debts: m } = A(), { onEvent: p } = q(), { isCopyLoaded: f, isInitialized: S, setSelectedAccounts: y } = re(), { setSelectedAccount: E } = Vt(), { selectedDebtPriority: I, setSelectedDebtChartData: w } = En(), { visibleDebtAccounts: v } = Se(), { goalsLoaded: N, loadGoals: R, monthlyCashFlowProfile: M } = dt(), { debts: k } = Sa(), G = g.useMemo(() => {
|
|
12464
12464
|
const _e = M?.extra_payment ?? 0;
|
|
12465
12465
|
return Vp(k, I, _e);
|
|
12466
12466
|
}, [k, I, M]);
|
|
@@ -12546,7 +12546,7 @@ const zt = (e) => /* @__PURE__ */ t(C, { fontWeight: 600, variant: "Small", chil
|
|
|
12546
12546
|
]
|
|
12547
12547
|
}
|
|
12548
12548
|
);
|
|
12549
|
-
},
|
|
12549
|
+
}, S2 = x(zp), Yp = {
|
|
12550
12550
|
unnamed_label: "Unnamed Debt"
|
|
12551
12551
|
};
|
|
12552
12552
|
function jp(e, n) {
|
|
@@ -12980,7 +12980,7 @@ const qp = ({ list: e, onClickItem: n }) => /* @__PURE__ */ t(O, { sx: { bgcolor
|
|
|
12980
12980
|
}
|
|
12981
12981
|
);
|
|
12982
12982
|
}
|
|
12983
|
-
),
|
|
12983
|
+
), E2 = x(
|
|
12984
12984
|
({
|
|
12985
12985
|
arcRadius: e,
|
|
12986
12986
|
size: n = "L",
|
|
@@ -13048,7 +13048,7 @@ const qp = ({ list: e, onClickItem: n }) => /* @__PURE__ */ t(O, { sx: { bgcolor
|
|
|
13048
13048
|
class is {
|
|
13049
13049
|
fetchInstance;
|
|
13050
13050
|
constructor(n, i) {
|
|
13051
|
-
this.fetchInstance = new
|
|
13051
|
+
this.fetchInstance = new lt(n, i);
|
|
13052
13052
|
}
|
|
13053
13053
|
calculateHealthScore = async () => this.fetchInstance.post(`${B.HEALTH_SCORES}/calculate`).then((n) => n.health_score);
|
|
13054
13054
|
getAverageHealthScores = async () => this.fetchInstance.get(`${B.HEALTH_SCORES}/monthly_averages`).then((n) => n);
|
|
@@ -14123,11 +14123,11 @@ const Na = ({
|
|
|
14123
14123
|
]
|
|
14124
14124
|
}
|
|
14125
14125
|
);
|
|
14126
|
-
},
|
|
14126
|
+
}, T2 = x(v1);
|
|
14127
14127
|
class os {
|
|
14128
14128
|
fetchInstance;
|
|
14129
14129
|
constructor(n, i) {
|
|
14130
|
-
this.fetchInstance = new
|
|
14130
|
+
this.fetchInstance = new lt(n, i);
|
|
14131
14131
|
}
|
|
14132
14132
|
addGoal = async (n) => this.fetchInstance.post(B.GOALS, n).then((i) => i.goal);
|
|
14133
14133
|
addRetirementGoal = async (n) => this.fetchInstance.post(B.RETIREMENT_GOALS, n).then((i) => i.retirement_goal);
|
|
@@ -14278,7 +14278,7 @@ const N1 = (e, n) => {
|
|
|
14278
14278
|
] }) });
|
|
14279
14279
|
}
|
|
14280
14280
|
), O1 = x(({ trackType: e }) => {
|
|
14281
|
-
const { goals: n } = A(), { setAlert: i, monthlyCashFlowProfile: a, updateMonthlyCashFlowProfile: o } =
|
|
14281
|
+
const { goals: n } = A(), { setAlert: i, monthlyCashFlowProfile: a, updateMonthlyCashFlowProfile: o } = dt(), r = g.useMemo(() => {
|
|
14282
14282
|
let u = 0;
|
|
14283
14283
|
return e === z.SAVINGS_TRACK ? u = a?.amount_allocated_for_savings_goals || 0 : e === z.DEBT_TRACK ? u = a?.amount_allocated_for_debt_goals || 0 : e === z.RETIREMENT_TRACK && (u = a?.amount_allocated_for_retirement_goals || 0), u;
|
|
14284
14284
|
}, [a]), [s, c] = g.useState(r), l = async () => {
|
|
@@ -14311,7 +14311,7 @@ const N1 = (e, n) => {
|
|
|
14311
14311
|
}
|
|
14312
14312
|
) });
|
|
14313
14313
|
}), L1 = ({ goals: e }) => {
|
|
14314
|
-
const { goals: n, common: i } = A(), { reorderGoals: a, setAlert: o } =
|
|
14314
|
+
const { goals: n, common: i } = A(), { reorderGoals: a, setAlert: o } = dt(), [r, s] = g.useState(!1), [c, l] = g.useState(e.map((p) => ({ ...p })));
|
|
14315
14315
|
g.useEffect(() => {
|
|
14316
14316
|
r && l(e.map((p) => ({ ...p })));
|
|
14317
14317
|
}, [r]);
|
|
@@ -14456,7 +14456,7 @@ const N1 = (e, n) => {
|
|
|
14456
14456
|
] }) })
|
|
14457
14457
|
] }) }, e.guid);
|
|
14458
14458
|
}, G1 = ({ trackType: e }) => {
|
|
14459
|
-
const { goals: n, common: i } = A(), { orderedGoals: a } =
|
|
14459
|
+
const { goals: n, common: i } = A(), { orderedGoals: a } = dt(), o = a.filter((p) => p.track_type === e), r = o.filter(
|
|
14460
14460
|
(p) => p.track_type === z.SAVINGS_TRACK && !p.has_been_spent || p.track_type !== z.SAVINGS_TRACK && !p.is_complete
|
|
14461
14461
|
), s = o.filter(
|
|
14462
14462
|
(p) => p.track_type === z.SAVINGS_TRACK && p.has_been_spent || p.track_type !== z.SAVINGS_TRACK && p.is_complete
|
|
@@ -14511,7 +14511,7 @@ const N1 = (e, n) => {
|
|
|
14511
14511
|
)
|
|
14512
14512
|
] });
|
|
14513
14513
|
}, $a = x(({ trackType: e, onAddGoals: n }) => {
|
|
14514
|
-
const { isMobile: i } = Ce(), { goals: a } = A(), { orderedGoals: o, setSelectedGoal: r } =
|
|
14514
|
+
const { isMobile: i } = Ce(), { goals: a } = A(), { orderedGoals: o, setSelectedGoal: r } = dt(), s = o.filter((_) => _.track_type === e), c = s.filter(
|
|
14515
14515
|
(_) => _.track_type === z.SAVINGS_TRACK && !_.has_been_spent || _.track_type !== z.SAVINGS_TRACK && !_.is_complete
|
|
14516
14516
|
), l = s.filter(
|
|
14517
14517
|
(_) => _.track_type === z.SAVINGS_TRACK && _.has_been_spent || _.track_type !== z.SAVINGS_TRACK && _.is_complete
|
|
@@ -14665,7 +14665,7 @@ const N1 = (e, n) => {
|
|
|
14665
14665
|
}
|
|
14666
14666
|
);
|
|
14667
14667
|
}, H1 = ({ onClose: e }) => {
|
|
14668
|
-
const { goals: n } = A(), { addGoal: i, debtGoals: a, setAlert: o, setSelectedGoal: r } =
|
|
14668
|
+
const { goals: n } = A(), { addGoal: i, debtGoals: a, setAlert: o, setSelectedGoal: r } = dt(), { visibleDebtAccounts: s } = Se(), [c, l] = g.useState(!1), u = D1(n), _ = (m, p, f) => {
|
|
14669
14669
|
f === z.DEBT_TRACK ? l(!0) : r({
|
|
14670
14670
|
amount: 0,
|
|
14671
14671
|
current_amount: 0,
|
|
@@ -14734,7 +14734,7 @@ const N1 = (e, n) => {
|
|
|
14734
14734
|
] }) })
|
|
14735
14735
|
] });
|
|
14736
14736
|
}, P1 = x(({ goal: e }) => {
|
|
14737
|
-
const { goals: n } = A(), { setAlert: i, setSelectedGoal: a, updateGoal: o } =
|
|
14737
|
+
const { goals: n } = A(), { setAlert: i, setSelectedGoal: a, updateGoal: o } = dt(), [r, s] = g.useState(e.amount), c = !e.guid, l = r < 0 || r > 9999999999e-2, u = e.track_type === z.SAVINGS_TRACK && e.has_been_spent || e.track_type !== z.SAVINGS_TRACK && e.is_complete, _ = async () => {
|
|
14738
14738
|
const m = { ...e, amount: r };
|
|
14739
14739
|
e.amount = r, c ? a(m) : (await o(m), i(n.alert_goal_updated_amount));
|
|
14740
14740
|
}, h = () => {
|
|
@@ -14768,7 +14768,7 @@ const N1 = (e, n) => {
|
|
|
14768
14768
|
}
|
|
14769
14769
|
);
|
|
14770
14770
|
}), F1 = ({ goal: e }) => {
|
|
14771
|
-
const { visibleCheckingAccounts: n, visibleSavingsAccounts: i } = Se(), { accounts: a, goals: o } = A(), { setAlert: r, setSelectedGoal: s, updateGoal: c } =
|
|
14771
|
+
const { visibleCheckingAccounts: n, visibleSavingsAccounts: i } = Se(), { accounts: a, goals: o } = A(), { setAlert: r, setSelectedGoal: s, updateGoal: c } = dt(), l = !e.guid, [u, _] = g.useState(!1), h = async ({ balance: m, guid: p }) => {
|
|
14772
14772
|
const f = { ...e, account_guid: p, current_amount: m || 0 };
|
|
14773
14773
|
l ? s(f) : (await c(f), r(o.alert_account_changed)), _(!1);
|
|
14774
14774
|
};
|
|
@@ -14839,7 +14839,7 @@ const N1 = (e, n) => {
|
|
|
14839
14839
|
] }) })
|
|
14840
14840
|
] });
|
|
14841
14841
|
}, W1 = x(({ goal: e }) => {
|
|
14842
|
-
const { goals: n } = A(), { setAlert: i, setSelectedGoal: a, updateGoal: o } =
|
|
14842
|
+
const { goals: n } = A(), { setAlert: i, setSelectedGoal: a, updateGoal: o } = dt(), [r, s] = g.useState(e.name), c = !e.guid, l = e.track_type === z.SAVINGS_TRACK && e.has_been_spent || e.track_type !== z.SAVINGS_TRACK && e.is_complete, u = async () => {
|
|
14843
14843
|
const h = { ...e, name: r };
|
|
14844
14844
|
e.name = r, c ? a(h) : (await o(h), i(n.alert_goal_updated_name));
|
|
14845
14845
|
}, _ = () => {
|
|
@@ -14870,7 +14870,7 @@ const N1 = (e, n) => {
|
|
|
14870
14870
|
}
|
|
14871
14871
|
);
|
|
14872
14872
|
}), $1 = ({ goal: e }) => {
|
|
14873
|
-
const { goals: n } = A(), { setAlert: i, setSelectedGoal: a, updateGoal: o } =
|
|
14873
|
+
const { goals: n } = A(), { setAlert: i, setSelectedGoal: a, updateGoal: o } = dt(), [r, s] = g.useState(e.retirement_age || 65), c = !e.guid, l = async () => {
|
|
14874
14874
|
if (!isNaN(r)) {
|
|
14875
14875
|
const h = { ...e, retirement_age: r };
|
|
14876
14876
|
e.retirement_age = r, c ? a(h) : (await o(h), i(n.alert_goal_updated_retirement_age));
|
|
@@ -14904,7 +14904,7 @@ const N1 = (e, n) => {
|
|
|
14904
14904
|
}
|
|
14905
14905
|
);
|
|
14906
14906
|
}, U1 = x(({ goal: e }) => {
|
|
14907
|
-
const { goals: n } = A(), { user: i, updateUser: a } = ft(), { setAlert: o } =
|
|
14907
|
+
const { goals: n } = A(), { user: i, updateUser: a } = ft(), { setAlert: o } = dt(), [r, s] = g.useState(Ve(i.birthday ?? 0)), [c, l] = g.useState(null), u = e.is_complete, _ = async () => {
|
|
14908
14908
|
r && f_(r) && (await a({ ...i, birthday: We(r) }), o(n.alert_goal_updated_birthday));
|
|
14909
14909
|
};
|
|
14910
14910
|
return /* @__PURE__ */ t(
|
|
@@ -14938,7 +14938,7 @@ const N1 = (e, n) => {
|
|
|
14938
14938
|
setAlert: c,
|
|
14939
14939
|
setNewRetirementGoalAccounts: l,
|
|
14940
14940
|
setSelectedGoal: u
|
|
14941
|
-
} =
|
|
14941
|
+
} = dt(), [_, h] = g.useState(!1), m = !e.guid, p = i.filter(
|
|
14942
14942
|
(y) => m ? o.find((E) => E.account_guid === y.guid) : r.find((E) => E.account_guid === y.guid)
|
|
14943
14943
|
), f = i.filter(
|
|
14944
14944
|
(y) => !r.find((E) => E.account_guid === y.guid)
|
|
@@ -15037,7 +15037,7 @@ const N1 = (e, n) => {
|
|
|
15037
15037
|
setAlert: h,
|
|
15038
15038
|
setSelectedGoal: m,
|
|
15039
15039
|
updateGoal: p
|
|
15040
|
-
} =
|
|
15040
|
+
} = dt(), { user: f } = ft(), [S, y] = g.useState(!1), E = !_?.guid, I = _?.track_type === z.SAVINGS_TRACK && _.is_complete && !_.has_been_spent, w = g.useMemo(() => {
|
|
15041
15041
|
const L = E ? l : u;
|
|
15042
15042
|
return n.filter((W) => L.some((Y) => Y.account_guid === W.guid));
|
|
15043
15043
|
}, [E, n, l, u]), v = g.useMemo(() => {
|
|
@@ -15092,8 +15092,8 @@ const N1 = (e, n) => {
|
|
|
15092
15092
|
}
|
|
15093
15093
|
)
|
|
15094
15094
|
] });
|
|
15095
|
-
}),
|
|
15096
|
-
const { onEvent: i } = q(), { isMobile: a } = Ce(), { visibleAccounts: o } = Se(), { isCopyLoaded: r, isInitialized: s, setSelectedAccounts: c } = re(), { goals: l, common: u } = A(), { alert: _, goals: h, goalsLoaded: m, loadGoals: p, monthlyCashFlowProfile: f, setAlert: S, retirmentGoals: y } =
|
|
15095
|
+
}), A2 = x(({ onBackClick: e, sx: n }) => {
|
|
15096
|
+
const { onEvent: i } = q(), { isMobile: a } = Ce(), { visibleAccounts: o } = Se(), { isCopyLoaded: r, isInitialized: s, setSelectedAccounts: c } = re(), { goals: l, common: u } = A(), { alert: _, goals: h, goalsLoaded: m, loadGoals: p, monthlyCashFlowProfile: f, setAlert: S, retirmentGoals: y } = dt(), [E, I] = g.useState(0), [w, v] = g.useState(!1), N = f?.amount_allocated_for_savings_goals || 0, R = f?.amount_allocated_for_debt_goals || 0, M = f?.amount_allocated_for_retirement_goals || 0, k = r ? T(
|
|
15097
15097
|
a ? l.tab_subtitle_mobile : l.tab_subtitle,
|
|
15098
15098
|
H(N, "0,0")
|
|
15099
15099
|
) : "", G = r ? T(
|
|
@@ -15432,8 +15432,8 @@ const j1 = x(({ goal: e }) => {
|
|
|
15432
15432
|
)
|
|
15433
15433
|
]
|
|
15434
15434
|
}
|
|
15435
|
-
),
|
|
15436
|
-
const { visibleAccounts: n } = Se(), { onEvent: i } = q(), { goals: a } = A(), { isInitialized: o, setSelectedAccounts: r, isCopyLoaded: s } = re(), { ongoingGoalsForMicroWidget: c, loadGoals: l, goalsLoaded: u } =
|
|
15435
|
+
), x2 = x(({ onCTAClick: e }) => {
|
|
15436
|
+
const { visibleAccounts: n } = Se(), { onEvent: i } = q(), { goals: a } = A(), { isInitialized: o, setSelectedAccounts: r, isCopyLoaded: s } = re(), { ongoingGoalsForMicroWidget: c, loadGoals: l, goalsLoaded: u } = dt();
|
|
15437
15437
|
g.useEffect(() => {
|
|
15438
15438
|
r(n);
|
|
15439
15439
|
}, []), g.useEffect(() => {
|
|
@@ -15472,7 +15472,7 @@ const j1 = x(({ goal: e }) => {
|
|
|
15472
15472
|
class rs {
|
|
15473
15473
|
fetchInstance;
|
|
15474
15474
|
constructor(n, i) {
|
|
15475
|
-
this.fetchInstance = new
|
|
15475
|
+
this.fetchInstance = new lt(n, i);
|
|
15476
15476
|
}
|
|
15477
15477
|
createSupportTicket = async (n) => this.fetchInstance.post(B.SUPPORT_TICKETS, n).then((i) => i);
|
|
15478
15478
|
}
|
|
@@ -15835,7 +15835,7 @@ class nf {
|
|
|
15835
15835
|
class ss {
|
|
15836
15836
|
fetchInstance;
|
|
15837
15837
|
constructor(n, i) {
|
|
15838
|
-
this.fetchInstance = new
|
|
15838
|
+
this.fetchInstance = new lt(n, i);
|
|
15839
15839
|
}
|
|
15840
15840
|
getHoldings = async () => this.fetchInstance.get(B.HOLDINGS).then((n) => n.holdings);
|
|
15841
15841
|
updateHoldings = async (n) => this.fetchInstance.put(`${B.HOLDINGS}/${n.guid}`, n).then((i) => i.holding);
|
|
@@ -16074,11 +16074,11 @@ const mf = /^[ a-zA-ZÀ-ÿ0-9]+$/, pf = 50, ls = 65, ff = ({
|
|
|
16074
16074
|
!a.length && /* @__PURE__ */ t(b, { alignItems: "center", my: 24, children: /* @__PURE__ */ t(C, { bold: !0, color: "secondary", variant: "Small", children: r.search_zero_state }) })
|
|
16075
16075
|
] }) }) })
|
|
16076
16076
|
] }) : /* @__PURE__ */ t(ce, {});
|
|
16077
|
-
},
|
|
16077
|
+
}, I2 = x(ff);
|
|
16078
16078
|
class ds {
|
|
16079
16079
|
fetchInstance;
|
|
16080
16080
|
constructor(n, i) {
|
|
16081
|
-
this.fetchInstance = new
|
|
16081
|
+
this.fetchInstance = new lt(n, i);
|
|
16082
16082
|
}
|
|
16083
16083
|
getMerchants = async (n = [], i = [], a = 1, o = 25) => {
|
|
16084
16084
|
let r = B.MERCHANTS;
|
|
@@ -16416,7 +16416,7 @@ const Gf = ({ amount: e, copy: n, trendValue: i }) => {
|
|
|
16416
16416
|
/* @__PURE__ */ t(C, { sx: { display: "block", fontWeight: 600 }, variant: "body1", children: e.empty_widget_header }),
|
|
16417
16417
|
/* @__PURE__ */ t(X, { sx: { color: "text.secondary" }, variant: "body2", children: e.zero_state_description })
|
|
16418
16418
|
] })
|
|
16419
|
-
] }),
|
|
16419
|
+
] }), w2 = x(({ onCTAClick: e }) => {
|
|
16420
16420
|
const [n, i] = g.useState(!1), { visibleAccounts: a } = Se(), { onEvent: o } = q(), { net_worth: r, common: s } = A(), { isInitialized: c, selectedAccounts: l, setSelectedAccounts: u } = re(), { loadChartData: _, loadNetWorthData: h, netWorthData: m, selectedData: p } = yc(), f = async () => {
|
|
16421
16421
|
await h(l), await _(1), i(!0);
|
|
16422
16422
|
};
|
|
@@ -16614,7 +16614,7 @@ const Gf = ({ amount: e, copy: n, trendValue: i }) => {
|
|
|
16614
16614
|
{
|
|
16615
16615
|
primary: /* @__PURE__ */ d(b, { direction: "row", justifyContent: "space-between", sx: { fontWeight: 400 }, children: [
|
|
16616
16616
|
/* @__PURE__ */ t(C, { variant: "Body", children: c.accountName }),
|
|
16617
|
-
/* @__PURE__ */ t(je, { amount: c.loss, sx: { fontWeight: 700 }, variant: "Body" })
|
|
16617
|
+
/* @__PURE__ */ t(je, { amount: c.loss, sx: { flexShrink: 0, fontWeight: 700 }, variant: "Body" })
|
|
16618
16618
|
] }),
|
|
16619
16619
|
sx: { px: 16 }
|
|
16620
16620
|
}
|
|
@@ -16626,7 +16626,7 @@ const Gf = ({ amount: e, copy: n, trendValue: i }) => {
|
|
|
16626
16626
|
] }))
|
|
16627
16627
|
] })
|
|
16628
16628
|
] });
|
|
16629
|
-
}, $f = x(Wf),
|
|
16629
|
+
}, $f = x(Wf), v2 = x(({ onBackClick: e }) => {
|
|
16630
16630
|
const { isCopyLoaded: n, isInitialized: i, selectedAccounts: a, setSelectedAccounts: o } = re(), { accounts: r, net_worth: s } = A(), { visibleAccounts: c } = Se(), {
|
|
16631
16631
|
assetsLiabilities: l,
|
|
16632
16632
|
gainsLosses: u,
|
|
@@ -16762,18 +16762,18 @@ const Gf = ({ amount: e, copy: n, trendValue: i }) => {
|
|
|
16762
16762
|
] }) : /* @__PURE__ */ t(ce, {})
|
|
16763
16763
|
}
|
|
16764
16764
|
) : /* @__PURE__ */ t(ce, {});
|
|
16765
|
-
}),
|
|
16765
|
+
}), D2 = (e) => {
|
|
16766
16766
|
switch (e) {
|
|
16767
16767
|
case Zn.BudgetExceeded:
|
|
16768
16768
|
case Zn.BudgetOffTarget:
|
|
16769
16769
|
return B.BUDGETS;
|
|
16770
|
-
case
|
|
16771
|
-
case
|
|
16772
|
-
case
|
|
16770
|
+
case ct.DebtPaymentReminder:
|
|
16771
|
+
case ct.AccountBalanceLow:
|
|
16772
|
+
case ct.AccountDepositLarge:
|
|
16773
16773
|
return B.ACCOUNTS;
|
|
16774
|
-
case
|
|
16775
|
-
case
|
|
16776
|
-
case
|
|
16774
|
+
case ct.TransactionExpenseLarge:
|
|
16775
|
+
case ct.TransactionFeeCharge:
|
|
16776
|
+
case ct.InternationalTransaction:
|
|
16777
16777
|
return B.TRANSACTIONS;
|
|
16778
16778
|
default:
|
|
16779
16779
|
return null;
|
|
@@ -16918,7 +16918,7 @@ const zf = ({ date: e }) => /* @__PURE__ */ t(O, { sx: { display: "flex", justif
|
|
|
16918
16918
|
class gs {
|
|
16919
16919
|
fetchInstance;
|
|
16920
16920
|
constructor(n, i) {
|
|
16921
|
-
this.fetchInstance = new
|
|
16921
|
+
this.fetchInstance = new lt(n, i);
|
|
16922
16922
|
}
|
|
16923
16923
|
deleteDevice = async (n) => this.fetchInstance.delete(`${B.DEVICES}/${n}`).then((i) => i);
|
|
16924
16924
|
generateDeviceToken = async () => this.fetchInstance.get(`${B.USER}/mobile_token`).then((n) => n.mobile_token);
|
|
@@ -16936,13 +16936,13 @@ class gs {
|
|
|
16936
16936
|
const ms = "PARENT-ENTITY", Jf = (e, n) => ({
|
|
16937
16937
|
[Zn.BudgetExceeded]: n.notification_budget_exceeded,
|
|
16938
16938
|
[Zn.BudgetOffTarget]: n.notification_budget_off_target,
|
|
16939
|
-
[
|
|
16940
|
-
[
|
|
16941
|
-
[
|
|
16942
|
-
[
|
|
16943
|
-
[
|
|
16944
|
-
[
|
|
16945
|
-
[
|
|
16939
|
+
[ct.DebtPaymentReminder]: n.notification_debt_payment_reminder,
|
|
16940
|
+
[ct.AccountBalanceLow]: n.notification_low_balance,
|
|
16941
|
+
[ct.AccountDepositLargePosted]: n.notification_large_deposit,
|
|
16942
|
+
[ct.AccountDepositLarge]: n.notification_large_deposit,
|
|
16943
|
+
[ct.TransactionExpenseLarge]: n.notification_large_expense,
|
|
16944
|
+
[ct.TransactionFeeCharge]: n.notification_transaction_fee,
|
|
16945
|
+
[ct.InternationalTransaction]: n.notification_transaction_is_international,
|
|
16946
16946
|
[Je.AccountBalanceLow]: n.account_balance_low,
|
|
16947
16947
|
[Je.BillAmountNotStandard]: n.bill_amount_not_standard,
|
|
16948
16948
|
[Je.CategorySpending]: n.category_spending,
|
|
@@ -17008,7 +17008,7 @@ class tC {
|
|
|
17008
17008
|
get accountProfiles() {
|
|
17009
17009
|
const n = this.globalStore.appDataStore.clientCommunicationProfile;
|
|
17010
17010
|
return this.detailedNotificationProfiles.filter(
|
|
17011
|
-
(i) => i.notification_type ===
|
|
17011
|
+
(i) => i.notification_type === ct.DebtPaymentReminder && n.debt_payment_reminder_notifications_enabled || i.notification_type === ct.AccountBalanceLow && n.low_balance_notifications_enabled || i.notification_type === ct.AccountDepositLarge && n.large_deposit_notifications_enabled || i.notification_type === ct.TransactionExpenseLarge && n.large_expense_notifications_enabled || i.notification_type === ct.TransactionFeeCharge && n.transaction_fee_notifications_enabled || i.notification_type === ct.InternationalTransaction && n.transaction_is_international_notifications_enabled || i.notification_type === ct.AccountDepositLargePosted && n.large_deposit_notifications_enabled
|
|
17012
17012
|
);
|
|
17013
17013
|
}
|
|
17014
17014
|
get budgetProfiles() {
|
|
@@ -18053,7 +18053,7 @@ const oC = ({
|
|
|
18053
18053
|
] });
|
|
18054
18054
|
}), mC = x(
|
|
18055
18055
|
({ onProfileUpdated: e, profile: n }) => {
|
|
18056
|
-
const { common: i, recurring: a, settings: o } = A(), { updateAccount: r } = Se(), s = n.notification_type ===
|
|
18056
|
+
const { common: i, recurring: a, settings: o } = A(), { updateAccount: r } = Se(), s = n.notification_type === ct.DebtPaymentReminder, [c, l] = g.useState(!1), [u, _] = g.useState(n.threshold || 0), [h, m] = g.useState(
|
|
18057
18057
|
n.account?.day_payment_is_due || 0
|
|
18058
18058
|
), p = n.account?.name || n.account?.feed_name || "", f = n.account?.day_payment_is_due ? T(
|
|
18059
18059
|
o.notification_debt_payment_date,
|
|
@@ -18548,27 +18548,35 @@ const oC = ({
|
|
|
18548
18548
|
}) => {
|
|
18549
18549
|
const [c, l] = xt(null), u = Math.ceil(i.length / 2);
|
|
18550
18550
|
return /* @__PURE__ */ d(g.Fragment, { children: [
|
|
18551
|
-
/* @__PURE__ */ d(
|
|
18552
|
-
|
|
18553
|
-
|
|
18554
|
-
|
|
18555
|
-
|
|
18556
|
-
|
|
18557
|
-
|
|
18558
|
-
|
|
18559
|
-
|
|
18560
|
-
|
|
18561
|
-
|
|
18562
|
-
|
|
18563
|
-
|
|
18564
|
-
|
|
18565
|
-
|
|
18566
|
-
|
|
18567
|
-
|
|
18568
|
-
|
|
18569
|
-
|
|
18570
|
-
|
|
18571
|
-
|
|
18551
|
+
/* @__PURE__ */ d(
|
|
18552
|
+
_t,
|
|
18553
|
+
{
|
|
18554
|
+
container: !0,
|
|
18555
|
+
sx: {
|
|
18556
|
+
alignItems: "center",
|
|
18557
|
+
justifyContent: "space-between",
|
|
18558
|
+
mb: 24
|
|
18559
|
+
},
|
|
18560
|
+
children: [
|
|
18561
|
+
/* @__PURE__ */ d(b, { children: [
|
|
18562
|
+
/* @__PURE__ */ t(Ze, { children: o }),
|
|
18563
|
+
/* @__PURE__ */ t(X, { variant: "Body", children: a })
|
|
18564
|
+
] }),
|
|
18565
|
+
n && /* @__PURE__ */ t(
|
|
18566
|
+
b,
|
|
18567
|
+
{
|
|
18568
|
+
sx: {
|
|
18569
|
+
pt: {
|
|
18570
|
+
xs: 12,
|
|
18571
|
+
md: 0
|
|
18572
|
+
}
|
|
18573
|
+
},
|
|
18574
|
+
children: /* @__PURE__ */ t(te, { "aria-label": e, onClick: r, variant: "contained", children: e })
|
|
18575
|
+
}
|
|
18576
|
+
)
|
|
18577
|
+
]
|
|
18578
|
+
}
|
|
18579
|
+
),
|
|
18572
18580
|
/* @__PURE__ */ t(b, { sx: { flexDirection: { xs: "column", md: "row" }, gap: 12 }, children: [0, 1].map((_) => {
|
|
18573
18581
|
const h = _ === 0 ? 0 : u, m = _ === 0 ? u : i.length, p = i.slice(h, m);
|
|
18574
18582
|
return /* @__PURE__ */ t(b, { sx: { flex: 1, gap: 12, maxWidth: { md: "calc(50% - 6px)" } }, children: p.map(({ guid: f, icon: S, topics: y, title: E }, I) => {
|
|
@@ -18648,10 +18656,10 @@ const oC = ({
|
|
|
18648
18656
|
}) => {
|
|
18649
18657
|
const s = Ye();
|
|
18650
18658
|
return /* @__PURE__ */ d(g.Fragment, { children: [
|
|
18651
|
-
/* @__PURE__ */ t(O, { sx: { pb: 48, ...r }, children: /* @__PURE__ */ d(
|
|
18652
|
-
/* @__PURE__ */ t(
|
|
18659
|
+
/* @__PURE__ */ t(O, { sx: { pb: 48, ...r }, children: /* @__PURE__ */ d(_t, { container: !0, rowSpacing: 24, children: [
|
|
18660
|
+
/* @__PURE__ */ t(_t, { item: !0, lg: 12, md: 12, sm: 12, xs: 12, children: n }),
|
|
18653
18661
|
/* @__PURE__ */ t(
|
|
18654
|
-
|
|
18662
|
+
_t,
|
|
18655
18663
|
{
|
|
18656
18664
|
item: !0,
|
|
18657
18665
|
lg: o,
|
|
@@ -18688,8 +18696,8 @@ const oC = ({
|
|
|
18688
18696
|
}) => {
|
|
18689
18697
|
const { help: s } = A();
|
|
18690
18698
|
return /* @__PURE__ */ d(g.Fragment, { children: [
|
|
18691
|
-
/* @__PURE__ */ d(
|
|
18692
|
-
/* @__PURE__ */ d(
|
|
18699
|
+
/* @__PURE__ */ d(_t, { container: !0, sx: { alignItems: "center", justifyContent: "space-between" }, children: [
|
|
18700
|
+
/* @__PURE__ */ d(_t, { item: !0, sm: 6, xs: 12, children: [
|
|
18693
18701
|
/* @__PURE__ */ t(Ze, { color: "text.primary", children: o }),
|
|
18694
18702
|
/* @__PURE__ */ d(
|
|
18695
18703
|
c_,
|
|
@@ -18713,7 +18721,7 @@ const oC = ({
|
|
|
18713
18721
|
)
|
|
18714
18722
|
] }),
|
|
18715
18723
|
n && /* @__PURE__ */ t(
|
|
18716
|
-
|
|
18724
|
+
_t,
|
|
18717
18725
|
{
|
|
18718
18726
|
item: !0,
|
|
18719
18727
|
sm: 6,
|
|
@@ -18739,9 +18747,9 @@ const oC = ({
|
|
|
18739
18747
|
}) => {
|
|
18740
18748
|
const s = Ye();
|
|
18741
18749
|
return /* @__PURE__ */ d(g.Fragment, { children: [
|
|
18742
|
-
/* @__PURE__ */ t(O, { sx: { pb: 48, ...r }, children: /* @__PURE__ */ d(
|
|
18750
|
+
/* @__PURE__ */ t(O, { sx: { pb: 48, ...r }, children: /* @__PURE__ */ d(_t, { container: !0, spacing: 24, sx: { alignItems: "flex-start" }, children: [
|
|
18743
18751
|
/* @__PURE__ */ t(
|
|
18744
|
-
|
|
18752
|
+
_t,
|
|
18745
18753
|
{
|
|
18746
18754
|
item: !0,
|
|
18747
18755
|
lg: o,
|
|
@@ -18765,7 +18773,7 @@ const oC = ({
|
|
|
18765
18773
|
children: /* @__PURE__ */ t("img", { alt: e, src: a })
|
|
18766
18774
|
}
|
|
18767
18775
|
),
|
|
18768
|
-
/* @__PURE__ */ t(
|
|
18776
|
+
/* @__PURE__ */ t(_t, { item: !0, lg: 12 - o, md: 12, sm: 12, xs: 12, children: n })
|
|
18769
18777
|
] }) }),
|
|
18770
18778
|
i && /* @__PURE__ */ t(P, {})
|
|
18771
18779
|
] });
|
|
@@ -18786,10 +18794,10 @@ const oC = ({
|
|
|
18786
18794
|
}) => {
|
|
18787
18795
|
const s = Ye();
|
|
18788
18796
|
return /* @__PURE__ */ d(g.Fragment, { children: [
|
|
18789
|
-
/* @__PURE__ */ t(O, { sx: { pb: 48, ...r }, children: /* @__PURE__ */ d(
|
|
18790
|
-
/* @__PURE__ */ t(
|
|
18797
|
+
/* @__PURE__ */ t(O, { sx: { pb: 48, ...r }, children: /* @__PURE__ */ d(_t, { container: !0, spacing: 24, sx: { alignItems: "flex-start" }, children: [
|
|
18798
|
+
/* @__PURE__ */ t(_t, { item: !0, lg: 12 - o, md: 12, sm: 12, xs: 12, children: n }),
|
|
18791
18799
|
/* @__PURE__ */ t(
|
|
18792
|
-
|
|
18800
|
+
_t,
|
|
18793
18801
|
{
|
|
18794
18802
|
item: !0,
|
|
18795
18803
|
lg: o,
|
|
@@ -18824,9 +18832,9 @@ const oC = ({
|
|
|
18824
18832
|
}) => {
|
|
18825
18833
|
const s = Ye();
|
|
18826
18834
|
return /* @__PURE__ */ d(g.Fragment, { children: [
|
|
18827
|
-
/* @__PURE__ */ t(O, { sx: { pb: 48, ...r }, children: /* @__PURE__ */ d(
|
|
18835
|
+
/* @__PURE__ */ t(O, { sx: { pb: 48, ...r }, children: /* @__PURE__ */ d(_t, { container: !0, rowSpacing: 24, children: [
|
|
18828
18836
|
/* @__PURE__ */ t(
|
|
18829
|
-
|
|
18837
|
+
_t,
|
|
18830
18838
|
{
|
|
18831
18839
|
item: !0,
|
|
18832
18840
|
lg: o,
|
|
@@ -18850,7 +18858,7 @@ const oC = ({
|
|
|
18850
18858
|
children: /* @__PURE__ */ t("img", { alt: e, src: a })
|
|
18851
18859
|
}
|
|
18852
18860
|
),
|
|
18853
|
-
/* @__PURE__ */ t(
|
|
18861
|
+
/* @__PURE__ */ t(_t, { item: !0, lg: 12, md: 12, sm: 12, xs: 12, children: n })
|
|
18854
18862
|
] }) }),
|
|
18855
18863
|
i && /* @__PURE__ */ t(P, {})
|
|
18856
18864
|
] });
|
|
@@ -21665,7 +21673,7 @@ const oC = ({
|
|
|
21665
21673
|
}
|
|
21666
21674
|
)
|
|
21667
21675
|
] });
|
|
21668
|
-
},
|
|
21676
|
+
}, N2 = x(({ sx: e }) => {
|
|
21669
21677
|
const { isCopyLoaded: n, isInitialized: i } = re();
|
|
21670
21678
|
return !n || !i ? /* @__PURE__ */ t(ce, {}) : /* @__PURE__ */ t(Ct, { sx: { p: 16 }, children: /* @__PURE__ */ t(yl, { sx: e }) });
|
|
21671
21679
|
}), ZC = x(({ selectedTab: e }) => {
|
|
@@ -21701,7 +21709,7 @@ const oC = ({
|
|
|
21701
21709
|
] });
|
|
21702
21710
|
});
|
|
21703
21711
|
var ri = /* @__PURE__ */ ((e) => (e[e.Profile = 0] = "Profile", e[e.Devices = 1] = "Devices", e[e.Notifications = 2] = "Notifications", e[e.TransactionRules = 3] = "TransactionRules", e[e.Help = 4] = "Help", e))(ri || {});
|
|
21704
|
-
const
|
|
21712
|
+
const R2 = x(({ onBackClick: e, sx: n }) => {
|
|
21705
21713
|
const { settings: i } = A(), { isCopyLoaded: a, isInitialized: o } = re(), { config: r } = vt(), { isMobile: s } = Ce(), {
|
|
21706
21714
|
display_user_profile_in_settings: c,
|
|
21707
21715
|
display_mobile_devices_in_settings: l,
|
|
@@ -21739,13 +21747,13 @@ const RT = x(({ onBackClick: e, sx: n }) => {
|
|
|
21739
21747
|
] })
|
|
21740
21748
|
}
|
|
21741
21749
|
);
|
|
21742
|
-
}),
|
|
21750
|
+
}), O2 = x((e) => {
|
|
21743
21751
|
const { clientConfig: n } = vt(), i = n?.master?.deep_link_params?.view;
|
|
21744
21752
|
return i ? /* @__PURE__ */ t(_a, { view: i }) : /* @__PURE__ */ t(Ct, { ...e, children: /* @__PURE__ */ t(b, { my: 24, children: /* @__PURE__ */ t(_a, {}) }) });
|
|
21745
|
-
}),
|
|
21753
|
+
}), L2 = (e) => {
|
|
21746
21754
|
const { isMobile: n } = Ce();
|
|
21747
21755
|
return /* @__PURE__ */ t(Ct, { ...e, children: /* @__PURE__ */ t(b, { sx: { mx: n ? 0 : 48, my: 24 }, children: /* @__PURE__ */ t(fl, {}) }) });
|
|
21748
|
-
},
|
|
21756
|
+
}, M2 = x(
|
|
21749
21757
|
({ notificationTypes: e, isOpen: n, onClose: i, onNotificationClick: a }) => {
|
|
21750
21758
|
const { config: o } = vt(), { notifications: r, settings: s } = A(), { isCopyLoaded: c } = re(), [l, u] = g.useState(!1);
|
|
21751
21759
|
return c ? /* @__PURE__ */ d(Z, { children: [
|
|
@@ -21941,22 +21949,20 @@ const e0 = (e) => e.reduce((i, a) => {
|
|
|
21941
21949
|
const h = _.monthlyAmounts.slice(-n).find((m) => o(m.label) === s);
|
|
21942
21950
|
return {
|
|
21943
21951
|
label: _.name,
|
|
21944
|
-
amount: h?.amount || 0,
|
|
21952
|
+
amount: Math.abs(h?.amount || 0),
|
|
21945
21953
|
header: s
|
|
21946
21954
|
};
|
|
21947
21955
|
}), l = e.monthlyAmounts.slice(-n).find((_) => o(_.label) === s);
|
|
21948
21956
|
return [{
|
|
21949
21957
|
label: e.name,
|
|
21950
|
-
amount: l?.amount || 0,
|
|
21958
|
+
amount: Math.abs(l?.amount || 0),
|
|
21951
21959
|
header: s
|
|
21952
|
-
}, ...c].sort(
|
|
21953
|
-
(_, h) => Math.abs(h.amount) - Math.abs(_.amount)
|
|
21954
|
-
);
|
|
21960
|
+
}, ...c].sort((_, h) => h.amount - _.amount);
|
|
21955
21961
|
});
|
|
21956
21962
|
}, a0 = (e, n) => {
|
|
21957
21963
|
const i = e ? e.totalMonthlyAmounts.slice(-n).map((o) => ({
|
|
21958
21964
|
x: o.label.substring(0, 3),
|
|
21959
|
-
y: o.amount
|
|
21965
|
+
y: Math.abs(o.amount)
|
|
21960
21966
|
})) : [], a = e ? i0(e, n) : [];
|
|
21961
21967
|
return { monthlyAmounts: i, tooltipLabels: a };
|
|
21962
21968
|
}, Sl = ({ selectedTab: e, onTabChange: n }) => /* @__PURE__ */ t(
|
|
@@ -22267,7 +22273,7 @@ const e0 = (e) => e.reduce((i, a) => {
|
|
|
22267
22273
|
]
|
|
22268
22274
|
}
|
|
22269
22275
|
);
|
|
22270
|
-
},
|
|
22276
|
+
}, k2 = x(u0), h0 = () => {
|
|
22271
22277
|
const e = Ye(), { monthlyCategoryTotals: n } = Ue(), { trends: i } = A(), a = sp(n);
|
|
22272
22278
|
return /* @__PURE__ */ t(
|
|
22273
22279
|
ni,
|
|
@@ -22302,7 +22308,7 @@ const e0 = (e) => e.reduce((i, a) => {
|
|
|
22302
22308
|
children: o ? /* @__PURE__ */ t(g0, {}) : /* @__PURE__ */ t(ce, {})
|
|
22303
22309
|
}
|
|
22304
22310
|
);
|
|
22305
|
-
},
|
|
22311
|
+
}, G2 = x(m0), p0 = 70, Ss = ({
|
|
22306
22312
|
title: e,
|
|
22307
22313
|
totalAmount: n,
|
|
22308
22314
|
transactionType: i,
|
|
@@ -22395,7 +22401,7 @@ const e0 = (e) => e.reduce((i, a) => {
|
|
|
22395
22401
|
/* @__PURE__ */ t(X, { color: "text.secondary", variant: "subtitle2", children: e.zero_state_content_description })
|
|
22396
22402
|
] })
|
|
22397
22403
|
] });
|
|
22398
|
-
}),
|
|
22404
|
+
}), B2 = x(({ onCtaClick: e }) => {
|
|
22399
22405
|
const { visibleAccounts: n } = Se(), { onEvent: i } = q(), { monthlyCategoryTotals: a, loadMonthlyCategoryTotals: o, monthlyTotalsLoaded: r } = Ue(), s = {
|
|
22400
22406
|
start: Xd(/* @__PURE__ */ new Date(), 1),
|
|
22401
22407
|
end: /* @__PURE__ */ new Date()
|
|
@@ -24346,7 +24352,7 @@ const Ui = g.createContext(null), I0 = ({
|
|
|
24346
24352
|
widthOverrides: u
|
|
24347
24353
|
}
|
|
24348
24354
|
);
|
|
24349
|
-
},
|
|
24355
|
+
}, H2 = x(Ol), Ll = ({
|
|
24350
24356
|
ariaLabel: e,
|
|
24351
24357
|
carouselSize: n,
|
|
24352
24358
|
heightOverrides: i,
|
|
@@ -24388,7 +24394,7 @@ const Ui = g.createContext(null), I0 = ({
|
|
|
24388
24394
|
widthOverrides: l
|
|
24389
24395
|
}
|
|
24390
24396
|
);
|
|
24391
|
-
},
|
|
24397
|
+
}, P2 = x(Ll), V0 = () => /* @__PURE__ */ t(
|
|
24392
24398
|
O,
|
|
24393
24399
|
{
|
|
24394
24400
|
sx: {
|
|
@@ -24911,7 +24917,7 @@ const Ui = g.createContext(null), I0 = ({
|
|
|
24911
24917
|
]
|
|
24912
24918
|
}
|
|
24913
24919
|
);
|
|
24914
|
-
},
|
|
24920
|
+
}, F2 = x(ob);
|
|
24915
24921
|
class rb {
|
|
24916
24922
|
globalStore;
|
|
24917
24923
|
selectedCategoryData = null;
|
|
@@ -24958,7 +24964,7 @@ class rb {
|
|
|
24958
24964
|
class Ds {
|
|
24959
24965
|
fetchInstance;
|
|
24960
24966
|
constructor(n, i) {
|
|
24961
|
-
this.fetchInstance = new
|
|
24967
|
+
this.fetchInstance = new lt(n, i);
|
|
24962
24968
|
}
|
|
24963
24969
|
getAppData = async () => this.fetchInstance.get(B.APP_DATA).then((n) => n);
|
|
24964
24970
|
}
|
|
@@ -25114,7 +25120,7 @@ class db {
|
|
|
25114
25120
|
}
|
|
25115
25121
|
};
|
|
25116
25122
|
}
|
|
25117
|
-
class
|
|
25123
|
+
class W2 {
|
|
25118
25124
|
// Global properties
|
|
25119
25125
|
appConfig = ys;
|
|
25120
25126
|
endpoint = "/";
|
|
@@ -25991,7 +25997,7 @@ const Va = ({
|
|
|
25991
25997
|
] }) : /* @__PURE__ */ t(ce, {})
|
|
25992
25998
|
}
|
|
25993
25999
|
) : /* @__PURE__ */ t(ce, {});
|
|
25994
|
-
}, $
|
|
26000
|
+
}, $2 = x(Db), Nb = ({ onPrimaryCtaClick: e, sx: n }) => {
|
|
25995
26001
|
const { visibleAccounts: i } = Se(), { accounts: a } = A(), { isCopyLoaded: o, isInitialized: r, selectedAccounts: s, setSelectedAccounts: c } = re();
|
|
25996
26002
|
return g.useEffect(() => {
|
|
25997
26003
|
c(i);
|
|
@@ -26022,7 +26028,7 @@ const Va = ({
|
|
|
26022
26028
|
] }) : /* @__PURE__ */ t(ce, {})
|
|
26023
26029
|
}
|
|
26024
26030
|
) : /* @__PURE__ */ t(ce, {});
|
|
26025
|
-
},
|
|
26031
|
+
}, U2 = x(Nb), Rb = () => /* @__PURE__ */ d(
|
|
26026
26032
|
"svg",
|
|
26027
26033
|
{
|
|
26028
26034
|
fill: "none",
|
|
@@ -26507,11 +26513,11 @@ const Va = ({
|
|
|
26507
26513
|
]
|
|
26508
26514
|
}
|
|
26509
26515
|
) : /* @__PURE__ */ t(ce, {});
|
|
26510
|
-
},
|
|
26516
|
+
}, V2 = x(Mb);
|
|
26511
26517
|
class Ns {
|
|
26512
26518
|
fetchInstance;
|
|
26513
26519
|
constructor(n, i) {
|
|
26514
|
-
this.fetchInstance = new
|
|
26520
|
+
this.fetchInstance = new lt(n, i);
|
|
26515
26521
|
}
|
|
26516
26522
|
createAccount = async (n) => this.fetchInstance.post(B.ACCOUNTS, n).then((i) => i.account).catch((i) => i);
|
|
26517
26523
|
deleteAccount = async (n) => this.fetchInstance.delete(`${B.ACCOUNTS}/${n}`).catch((i) => i);
|
|
@@ -26884,7 +26890,7 @@ const Bb = () => {
|
|
|
26884
26890
|
]
|
|
26885
26891
|
}
|
|
26886
26892
|
) : /* @__PURE__ */ t(ce, {});
|
|
26887
|
-
},
|
|
26893
|
+
}, K2 = x(Wb), Rs = 5, $b = 100, Ub = 25, Vb = (e) => {
|
|
26888
26894
|
const n = (o) => {
|
|
26889
26895
|
o.active || e.alphaTarget(0.3).restart(), o.subject.fx = o.subject.x, o.subject.fy = o.subject.y;
|
|
26890
26896
|
}, i = (o) => {
|
|
@@ -27343,7 +27349,7 @@ const Jb = ({
|
|
|
27343
27349
|
]
|
|
27344
27350
|
}
|
|
27345
27351
|
) : /* @__PURE__ */ t(ce, {});
|
|
27346
|
-
},
|
|
27352
|
+
}, z2 = x(ry), Hl = ({ budget: e }) => {
|
|
27347
27353
|
const {
|
|
27348
27354
|
amount: n,
|
|
27349
27355
|
budgetColors: { background: i },
|
|
@@ -27786,7 +27792,7 @@ const Jb = ({
|
|
|
27786
27792
|
}
|
|
27787
27793
|
)
|
|
27788
27794
|
] });
|
|
27789
|
-
}), Ls = 480,
|
|
27795
|
+
}), Ls = 480, Y2 = x(({ onBackClick: e, sx: n }) => {
|
|
27790
27796
|
const i = Te(), { onEvent: a } = q(), { visibleAccounts: o } = Se(), { budgets: r, common: s } = A(), { isCopyLoaded: c, isInitialized: l, selectedAccounts: u, setDisplayedDate: _, setSelectedAccounts: h } = re(), {
|
|
27791
27797
|
alert: m,
|
|
27792
27798
|
dateRange: p,
|
|
@@ -28059,7 +28065,7 @@ const Sy = ({ widgets: e, isLoading: n }) => {
|
|
|
28059
28065
|
/* @__PURE__ */ t(xn, { height: 300, variant: "rounded", width: "100%" })
|
|
28060
28066
|
] }) : /* @__PURE__ */ t(b, { direction: "column", spacing: 24, children: u.map((_) => /* @__PURE__ */ t(g.Fragment, { children: _.component }, _.index)) }) })
|
|
28061
28067
|
] });
|
|
28062
|
-
},
|
|
28068
|
+
}, j2 = x(Sy), ar = ({ sx: e = {} }) => {
|
|
28063
28069
|
const { investments: n } = A(), { onEvent: i } = q(), { setShowConnectionsWidget: a } = Xn();
|
|
28064
28070
|
return /* @__PURE__ */ d(b, { sx: { alignItems: "center", gap: 24, height: 164, p: 24, width: "100%", ...e }, children: [
|
|
28065
28071
|
/* @__PURE__ */ d(
|
|
@@ -29566,7 +29572,7 @@ const Sy = ({ widgets: e, isLoading: n }) => {
|
|
|
29566
29572
|
}
|
|
29567
29573
|
)
|
|
29568
29574
|
] }) : /* @__PURE__ */ t(ce, {});
|
|
29569
|
-
}, Fy = x(Py), Wy = ({ title: e }) => /* @__PURE__ */ t(C, { bold: !0, variant: "Body", children: e }),
|
|
29575
|
+
}, Fy = x(Py), Wy = ({ title: e }) => /* @__PURE__ */ t(C, { bold: !0, variant: "Body", children: e }), X2 = x(({ onBackClick: e, sx: n }) => {
|
|
29570
29576
|
const { onEvent: i } = q(), { isMobile: a } = Ce(), { visibleInvestmentAccounts: o } = Se(), {
|
|
29571
29577
|
visibleHoldings: r,
|
|
29572
29578
|
setShowConnectionsWidget: s,
|
|
@@ -29914,7 +29920,7 @@ const Sy = ({ widgets: e, isLoading: n }) => {
|
|
|
29914
29920
|
children: /* @__PURE__ */ t(Ky, {})
|
|
29915
29921
|
}
|
|
29916
29922
|
);
|
|
29917
|
-
},
|
|
29923
|
+
}, Z2 = x(zy), Yy = ({
|
|
29918
29924
|
data: e,
|
|
29919
29925
|
onSelected: n,
|
|
29920
29926
|
selectedId: i = "",
|
|
@@ -30187,7 +30193,7 @@ const Sy = ({ widgets: e, isLoading: n }) => {
|
|
|
30187
30193
|
children: /* @__PURE__ */ t(O, { height: "calc(100dvh - 150px)", overflow: "scroll", width: "100%", children: /* @__PURE__ */ t(Qy, {}) })
|
|
30188
30194
|
}
|
|
30189
30195
|
);
|
|
30190
|
-
},
|
|
30196
|
+
}, q2 = x(Jy);
|
|
30191
30197
|
export {
|
|
30192
30198
|
F as ANALYTICS_EVENTS,
|
|
30193
30199
|
Ns as AccountApi,
|
|
@@ -30197,35 +30203,35 @@ export {
|
|
|
30197
30203
|
hc as AccountIcon,
|
|
30198
30204
|
F_ as AccountIconVariants,
|
|
30199
30205
|
ps as AccountNotificationProfiles,
|
|
30200
|
-
|
|
30206
|
+
ct as AccountNotificationTypes,
|
|
30201
30207
|
Gb as AccountStore,
|
|
30202
30208
|
H_ as AccountSubType,
|
|
30203
30209
|
le as AccountType,
|
|
30204
30210
|
Eo as AccountTypeName,
|
|
30205
|
-
|
|
30206
|
-
$
|
|
30211
|
+
U2 as AccountsMiniWidget,
|
|
30212
|
+
$2 as AccountsWidget,
|
|
30207
30213
|
im as AddAccountModal,
|
|
30208
30214
|
$c as AddRecurringTransactionDetails,
|
|
30209
30215
|
au as AnalyticsApi,
|
|
30210
30216
|
B as ApiEndpoints,
|
|
30211
30217
|
x0 as AppStore,
|
|
30212
30218
|
Sr as BannerApi,
|
|
30213
|
-
|
|
30219
|
+
c2 as BarChart,
|
|
30214
30220
|
li as BeatApi,
|
|
30215
30221
|
B0 as BeatCard,
|
|
30216
30222
|
Zi as BottomActions,
|
|
30217
|
-
|
|
30218
|
-
|
|
30223
|
+
z2 as BubbleBudgetsMiniWidget,
|
|
30224
|
+
Y2 as BubbleBudgetsWidget,
|
|
30219
30225
|
fs as BudgetNotificationProfiles,
|
|
30220
30226
|
Zn as BudgetNotificationTypes,
|
|
30221
30227
|
xu as Calendar,
|
|
30222
30228
|
Ac as CalendarSelectionTypes,
|
|
30223
30229
|
$0 as CarouselHeader,
|
|
30224
|
-
|
|
30225
|
-
|
|
30230
|
+
b2 as CashflowApi,
|
|
30231
|
+
_2 as CashflowMiniWidget,
|
|
30226
30232
|
jm as CashflowOnboarding,
|
|
30227
30233
|
qm as CashflowStore,
|
|
30228
|
-
|
|
30234
|
+
C2 as CashflowWidget,
|
|
30229
30235
|
Er as CategoryApi,
|
|
30230
30236
|
si as CategoryColors,
|
|
30231
30237
|
ba as CategoryGuidToName,
|
|
@@ -30238,24 +30244,24 @@ export {
|
|
|
30238
30244
|
R0 as ChartFilledIcon,
|
|
30239
30245
|
wc as ConnectCard,
|
|
30240
30246
|
yn as ConnectDrawer,
|
|
30241
|
-
|
|
30247
|
+
V2 as ConnectMiniWidget,
|
|
30242
30248
|
Yn as ConnectionStatus,
|
|
30243
30249
|
Et as ConnectionStatusEnums,
|
|
30244
|
-
|
|
30250
|
+
E2 as CreditScoreGraph,
|
|
30245
30251
|
oa as CurrencyCodes,
|
|
30246
30252
|
en as CurrencyInput,
|
|
30247
30253
|
je as CurrencyText,
|
|
30248
30254
|
ae as DATE_FORMATS_INTL,
|
|
30249
30255
|
gc as DEFAULT_DONUT_SIZE,
|
|
30250
30256
|
mc as DEFAULT_STROKE_WIDTH,
|
|
30251
|
-
|
|
30257
|
+
j2 as Dashboard,
|
|
30252
30258
|
qi as DashboardLocation,
|
|
30253
30259
|
eo as DataRow,
|
|
30254
30260
|
vr as DateRangeSelector,
|
|
30255
30261
|
qc as DebtsChart,
|
|
30256
30262
|
Zp as DebtsStore,
|
|
30257
30263
|
Fp as DebtsTable,
|
|
30258
|
-
|
|
30264
|
+
S2 as DebtsWidget,
|
|
30259
30265
|
lC as DeviceTab,
|
|
30260
30266
|
tl as DialScoreCard,
|
|
30261
30267
|
Be as Dialog,
|
|
@@ -30265,25 +30271,25 @@ export {
|
|
|
30265
30271
|
Ku as ErrorBoundary,
|
|
30266
30272
|
_c as ErrorStatuses,
|
|
30267
30273
|
Hh as ExpenseStatus,
|
|
30268
|
-
|
|
30274
|
+
lt as Fetch,
|
|
30269
30275
|
kt as FieldType,
|
|
30270
30276
|
nl as FinancialStrengthGraph,
|
|
30271
30277
|
is as FinstrongApi,
|
|
30272
30278
|
r1 as FinstrongStore,
|
|
30273
|
-
|
|
30279
|
+
T2 as FinstrongWidget,
|
|
30274
30280
|
Ee as Frequency,
|
|
30275
30281
|
Ri as GlobalCopyApi,
|
|
30276
30282
|
Qu as GlobalCopyStore,
|
|
30277
30283
|
ti as GlobalDataContext,
|
|
30278
|
-
|
|
30279
|
-
|
|
30284
|
+
o2 as GlobalDataProvider,
|
|
30285
|
+
W2 as GlobalStore,
|
|
30280
30286
|
os as GoalApi,
|
|
30281
30287
|
Y1 as GoalStore,
|
|
30282
30288
|
ao as GoalType,
|
|
30283
|
-
|
|
30284
|
-
|
|
30289
|
+
x2 as GoalsMicroWidget,
|
|
30290
|
+
A2 as GoalsWidget,
|
|
30285
30291
|
yl as Help,
|
|
30286
|
-
|
|
30292
|
+
N2 as HelpWidget,
|
|
30287
30293
|
To as INCOME_ACCOUNT_TYPES,
|
|
30288
30294
|
Bn as IconBacking,
|
|
30289
30295
|
Oo as InformationTooltip,
|
|
@@ -30291,18 +30297,18 @@ export {
|
|
|
30291
30297
|
z0 as InsightsMicroWidget,
|
|
30292
30298
|
I0 as InsightsMicroWidgetDataProvider,
|
|
30293
30299
|
Cs as InsightsNotificationProfiles,
|
|
30294
|
-
|
|
30300
|
+
X2 as InvestmentsWidget,
|
|
30295
30301
|
K_ as IterationItemTypes,
|
|
30296
|
-
|
|
30302
|
+
QT as LOADING_STATUS,
|
|
30297
30303
|
ni as LineChart,
|
|
30298
30304
|
tn as ListItemAction,
|
|
30299
30305
|
qu as ListItemWrapper,
|
|
30300
30306
|
ce as Loader,
|
|
30301
|
-
|
|
30307
|
+
i2 as LocalizedCopyApi,
|
|
30302
30308
|
_m as ManageExpenses,
|
|
30303
30309
|
Ho as ManageIncome,
|
|
30304
30310
|
Gn as MemberConnectionStatus,
|
|
30305
|
-
|
|
30311
|
+
I2 as MerchantLookup,
|
|
30306
30312
|
Cf as MerchantStore,
|
|
30307
30313
|
Gt as MetaType,
|
|
30308
30314
|
dc as MfaStatuses,
|
|
@@ -30311,45 +30317,45 @@ export {
|
|
|
30311
30317
|
Ea as MicroWidgetContainer,
|
|
30312
30318
|
Un as MiniWidgetContainer,
|
|
30313
30319
|
M0 as MonthlySpendComparisonIcon,
|
|
30314
|
-
|
|
30320
|
+
l2 as MultiSegmentDonut,
|
|
30315
30321
|
yf as NetWorthChart,
|
|
30316
30322
|
Af as NetWorthList,
|
|
30317
|
-
|
|
30323
|
+
w2 as NetWorthMicroWidget,
|
|
30318
30324
|
kf as NetWorthStore,
|
|
30319
30325
|
wf as NetWorthSummary,
|
|
30320
|
-
|
|
30321
|
-
|
|
30326
|
+
v2 as NetWorthWidget,
|
|
30327
|
+
H2 as NoRelevantInsightsCard,
|
|
30322
30328
|
uc as NonConnectedStatuses,
|
|
30323
30329
|
Tr as NotificationApi,
|
|
30324
|
-
|
|
30330
|
+
M2 as NotificationDrawer,
|
|
30325
30331
|
Qf as NotificationList,
|
|
30326
30332
|
_a as NotificationSettings,
|
|
30327
|
-
|
|
30333
|
+
O2 as NotificationSettingsWidget,
|
|
30328
30334
|
Kf as NotificationStore,
|
|
30329
30335
|
Mt as NotificationTypes,
|
|
30330
30336
|
B_ as ORDINAL_DATE_FORMAT,
|
|
30331
|
-
|
|
30337
|
+
jT as ORDINAL_MONTH_DAY_YEAR_FORMAT,
|
|
30332
30338
|
Ao as PAYMENT_ACCOUNT_TYPES,
|
|
30333
30339
|
Cr as PaymentCategories,
|
|
30334
30340
|
V_ as PlanTypes,
|
|
30335
30341
|
P_ as ProcessingStatuses,
|
|
30336
30342
|
aC as ProfileTab,
|
|
30337
30343
|
lc as PropertyType,
|
|
30338
|
-
|
|
30339
|
-
|
|
30344
|
+
ZT as PropertyTypeName,
|
|
30345
|
+
qT as RECURRENCE_COPY,
|
|
30340
30346
|
et as RecurrenceStatus,
|
|
30341
30347
|
Zt as RecurrenceType,
|
|
30342
30348
|
U_ as RecurrenceTypes,
|
|
30343
30349
|
Po as RecurringSettings,
|
|
30344
|
-
|
|
30345
|
-
|
|
30350
|
+
f2 as RecurringTransactionsMicroWidget,
|
|
30351
|
+
p2 as RecurringTransactionsMiniWidget,
|
|
30346
30352
|
Em as RecurringTransactionsStore,
|
|
30347
|
-
|
|
30353
|
+
m2 as RecurringTransactionsWidget,
|
|
30348
30354
|
cn as RepeatingType,
|
|
30349
|
-
|
|
30355
|
+
d2 as ResponsiveButton,
|
|
30350
30356
|
xo as SPENDING_ACCOUNT_TYPES,
|
|
30351
30357
|
Ph as ScheduledPaymentTypes,
|
|
30352
|
-
|
|
30358
|
+
a2 as ScheduledPaymentsApi,
|
|
30353
30359
|
Fh as ScreenSize,
|
|
30354
30360
|
Ta as SearchBox,
|
|
30355
30361
|
zi as Select,
|
|
@@ -30358,16 +30364,16 @@ export {
|
|
|
30358
30364
|
gs as SettingsApi,
|
|
30359
30365
|
tC as SettingsStore,
|
|
30360
30366
|
ri as SettingsTabs,
|
|
30361
|
-
|
|
30367
|
+
R2 as SettingsWidget,
|
|
30362
30368
|
ZC as SettingsWidgetContents,
|
|
30363
30369
|
Ro as SingleSegmentDonut,
|
|
30364
30370
|
z_ as Sizes,
|
|
30365
|
-
|
|
30366
|
-
|
|
30371
|
+
Z2 as SpendingMiniWidget,
|
|
30372
|
+
q2 as SpendingWidget,
|
|
30367
30373
|
Wu as StackedLineChart,
|
|
30368
30374
|
di as StatusBar,
|
|
30369
|
-
|
|
30370
|
-
|
|
30375
|
+
XT as StatusName,
|
|
30376
|
+
K2 as SurveyMiniWidget,
|
|
30371
30377
|
Ii as TOUCH_TARGET,
|
|
30372
30378
|
Q as TRANSACTION_EVENTS,
|
|
30373
30379
|
Rn as TabContentContainer,
|
|
@@ -30380,17 +30386,17 @@ export {
|
|
|
30380
30386
|
Vn as TransactionList,
|
|
30381
30387
|
Go as TransactionRow,
|
|
30382
30388
|
fl as TransactionRulesTab,
|
|
30383
|
-
|
|
30389
|
+
L2 as TransactionRulesWidget,
|
|
30384
30390
|
ko as TransactionStatus,
|
|
30385
30391
|
$h as TransactionStore,
|
|
30386
30392
|
rg as TransactionTable,
|
|
30387
30393
|
Xt as TransactionType,
|
|
30388
|
-
|
|
30389
|
-
|
|
30390
|
-
|
|
30391
|
-
|
|
30394
|
+
g2 as TransactionWidget,
|
|
30395
|
+
k2 as TrendsFullWidget,
|
|
30396
|
+
B2 as TrendsMicroWidget,
|
|
30397
|
+
G2 as TrendsMiniWidget,
|
|
30392
30398
|
rb as TrendsStore,
|
|
30393
|
-
|
|
30399
|
+
F2 as TrendsWidget,
|
|
30394
30400
|
Ha as UserApi,
|
|
30395
30401
|
db as UserStore,
|
|
30396
30402
|
Bh as UserVerification,
|
|
@@ -30399,11 +30405,11 @@ export {
|
|
|
30399
30405
|
Ct as WidgetContainer,
|
|
30400
30406
|
Cc as WidgetContainerContext,
|
|
30401
30407
|
wo as WidgetContainerProvider,
|
|
30402
|
-
|
|
30408
|
+
P2 as ZeroStateCard,
|
|
30403
30409
|
vl as ZeroStateIcon,
|
|
30404
30410
|
G_ as analyticsSession,
|
|
30405
30411
|
T as buildDynamicCopy,
|
|
30406
|
-
|
|
30412
|
+
t2 as buildPluralCopy,
|
|
30407
30413
|
Dc as exportTransactionsToCSV,
|
|
30408
30414
|
Vf as filterRecentNotifications,
|
|
30409
30415
|
H as formatCurrency,
|
|
@@ -30414,14 +30420,14 @@ export {
|
|
|
30414
30420
|
zc as getAccountBalanceDetails,
|
|
30415
30421
|
Dm as getAccountDetailFields,
|
|
30416
30422
|
yr as getCategory,
|
|
30417
|
-
|
|
30418
|
-
|
|
30423
|
+
JT as getCategoryTotalsByParent,
|
|
30424
|
+
n2 as getClientTheme,
|
|
30419
30425
|
tu as getCurrencyCodes,
|
|
30420
30426
|
Y_ as getDetailedCategory,
|
|
30421
30427
|
j_ as getDetailedSubCategory,
|
|
30422
30428
|
Wn as getLocale,
|
|
30423
|
-
|
|
30424
|
-
|
|
30429
|
+
D2 as getNotificationDetailRoute,
|
|
30430
|
+
e2 as isIncome,
|
|
30425
30431
|
Ja as isValidNumber,
|
|
30426
30432
|
Se as useAccountStore,
|
|
30427
30433
|
Vt as useAccountUiStore,
|
|
@@ -30439,15 +30445,15 @@ export {
|
|
|
30439
30445
|
A as useGlobalCopyStore,
|
|
30440
30446
|
yi as useGlobalStore,
|
|
30441
30447
|
re as useGlobalUiStore,
|
|
30442
|
-
|
|
30448
|
+
dt as useGoalStore,
|
|
30443
30449
|
No as useHelpStore,
|
|
30444
30450
|
Xn as useHoldingStore,
|
|
30445
30451
|
du as useInsightsEnabled,
|
|
30446
30452
|
ru as useMerchantStore,
|
|
30447
30453
|
yc as useNetWorthStore,
|
|
30448
30454
|
Sc as useNotificationStore,
|
|
30449
|
-
|
|
30450
|
-
|
|
30455
|
+
r2 as usePageView,
|
|
30456
|
+
s2 as usePrevious,
|
|
30451
30457
|
rt as useRecurringTransactionsStore,
|
|
30452
30458
|
Ce as useScreenSize,
|
|
30453
30459
|
yt as useSettingsStore,
|