@mx-cartographer/experiences 6.2.4 → 6.2.6-alpha.al0
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 +5 -1
- package/dist/index.es.js +502 -495
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -6,15 +6,15 @@ import G from "@mui/material/Divider";
|
|
6
6
|
import ae from "@mui/material/List";
|
7
7
|
import Rt from "@mui/material/ListSubheader";
|
8
8
|
import Ee from "@mui/system/Stack";
|
9
|
-
import { AccountsIcon as rl, P as Le, Icon as
|
9
|
+
import { AccountsIcon as rl, P as Le, Icon as H, useTokens as ft, Text as p, H2 as Hn, CategoryIcon as kt, DialogHeader as ol, DialogFooter as sl, Drawer as cl, Footer as ll, DateRangePicker as Vr, H3 as mt, H1 as cn, TextField as An, IconWeight as bt, MerchantLogo as ln, CategoryIconVariants as Cs, InstitutionLogo as pt, ChevronRightIcon as dl, THEMES as Kr } from "@mxenabled/mxui";
|
10
10
|
import ul from "bowser";
|
11
11
|
import { getUnixTime as Oe } from "date-fns/getUnixTime";
|
12
12
|
import { intlFormat as _l } from "date-fns/intlFormat";
|
13
13
|
import { addMonths as gt } from "date-fns/addMonths";
|
14
14
|
import { addQuarters as Sn } from "date-fns/addQuarters";
|
15
|
-
import { addWeeks as
|
16
|
-
import { addYears as
|
17
|
-
import { getDay as
|
15
|
+
import { addWeeks as Zn } from "date-fns/addWeeks";
|
16
|
+
import { addYears as ti } from "date-fns/addYears";
|
17
|
+
import { getDay as ni } from "date-fns/getDay";
|
18
18
|
import { isBefore as ve } from "date-fns/isBefore";
|
19
19
|
import { nextDay as Ei } from "date-fns/nextDay";
|
20
20
|
import { setDate as Ki } from "date-fns/setDate";
|
@@ -23,7 +23,7 @@ import { fromUnixTime as Me } from "date-fns/fromUnixTime";
|
|
23
23
|
import { Honeybadger as Pi } from "@honeybadger-io/react";
|
24
24
|
import zr from "numeral";
|
25
25
|
import ee from "@mui/material/Button";
|
26
|
-
import
|
26
|
+
import si from "@mui/material/Tooltip";
|
27
27
|
import Ye from "@mui/material/IconButton";
|
28
28
|
import qa from "@mui/material/FormControlLabel";
|
29
29
|
import q from "@mui/material/ListItem";
|
@@ -34,7 +34,7 @@ import b from "@mui/material/Stack";
|
|
34
34
|
import zi from "@mui/material/Checkbox";
|
35
35
|
import { alpha as hl, lighten as Yr, darken as jr, Stack as ye, Box as nn, useTheme as vn, Card as aa, CardContent as gl, Button as ml, List as pl, Divider as Cl } from "@mui/material";
|
36
36
|
import pe from "@mui/material/styles/useTheme";
|
37
|
-
import
|
37
|
+
import Xn from "@mui/material/useMediaQuery";
|
38
38
|
import { css as Qt, keyframes as fl } from "@mxenabled/cssinjs";
|
39
39
|
import { addDays as Mt } from "date-fns/addDays";
|
40
40
|
import { eachDayOfInterval as bl } from "date-fns/eachDayOfInterval";
|
@@ -48,7 +48,7 @@ import St from "@mui/material/Paper";
|
|
48
48
|
import Sl from "@mui/icons-material/KeyboardArrowLeftRounded";
|
49
49
|
import Tl from "@mui/icons-material/KeyboardArrowRightRounded";
|
50
50
|
import { isSameDay as dt } from "date-fns/isSameDay";
|
51
|
-
import { isWithinInterval as
|
51
|
+
import { isWithinInterval as ii } from "date-fns/isWithinInterval";
|
52
52
|
import * as Dt from "d3";
|
53
53
|
import { selectAll as Al, interpolateString as Il, arc as xl } from "d3";
|
54
54
|
import { useTheme as at, alpha as Tn, keyframes as vl, ThemeProvider as wl } from "@mui/material/styles";
|
@@ -95,14 +95,14 @@ import { parseISO as wi } from "date-fns/parseISO";
|
|
95
95
|
import Wt from "@mui/material/Skeleton";
|
96
96
|
import { isAfter as Zt } from "date-fns/isAfter";
|
97
97
|
import { subWeeks as eo } from "date-fns/subWeeks";
|
98
|
-
import { formatISO as
|
98
|
+
import { formatISO as zn } from "date-fns/formatISO";
|
99
99
|
import { AdapterDateFns as gn } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
100
100
|
import { DatePicker as da } from "@mui/x-date-pickers";
|
101
101
|
import { LocalizationProvider as Nn } from "@mui/x-date-pickers/LocalizationProvider";
|
102
102
|
import nt from "@mui/material/TextField";
|
103
103
|
import { isValid as ur } from "date-fns/isValid";
|
104
104
|
import { subQuarters as As } from "date-fns/subQuarters";
|
105
|
-
import { getMonth as
|
105
|
+
import { getMonth as Qn } from "date-fns/getMonth";
|
106
106
|
import { DateCalendar as ci } from "@mui/x-date-pickers/DateCalendar";
|
107
107
|
import { formatDistanceToNow as Is } from "date-fns/formatDistanceToNow";
|
108
108
|
import Ni from "@mui/material/Accordion";
|
@@ -125,7 +125,7 @@ import { PickersDay as xs } from "@mui/x-date-pickers/PickersDay";
|
|
125
125
|
import Td from "@mui/icons-material/AccessTimeFilled";
|
126
126
|
import Ad from "@mui/icons-material/MonetizationOn";
|
127
127
|
import _a from "@mui/icons-material/CheckCircle";
|
128
|
-
import { getDate as
|
128
|
+
import { getDate as Jn } from "date-fns/getDate";
|
129
129
|
import zt from "@mui/material/Unstable_Grid2";
|
130
130
|
import ha from "@mui/material/Collapse";
|
131
131
|
import vs from "@mui/material/CardActionArea";
|
@@ -836,14 +836,14 @@ const hn = 44, ro = (e, n) => e.find((i) => i.guid === n), Xd = (e, n) => e.find
|
|
836
836
|
const i = e.find((a) => a.guid === n);
|
837
837
|
return i ? i.guid === w.INCOME || i.parent_guid === w.INCOME : !1;
|
838
838
|
}, pa = (e) => {
|
839
|
-
const n =
|
839
|
+
const n = ni(e);
|
840
840
|
let i = Ei(e, n);
|
841
841
|
for (; ve(i, le()); )
|
842
|
-
i =
|
842
|
+
i = Zn(i, 1);
|
843
843
|
return i;
|
844
844
|
}, Bs = (e) => {
|
845
845
|
const n = pa(e);
|
846
|
-
return
|
846
|
+
return Zn(n, 1);
|
847
847
|
}, Zi = (e) => {
|
848
848
|
let n = Ki(le(), e.getDate());
|
849
849
|
for (; ve(n, le()); )
|
@@ -860,7 +860,7 @@ const hn = 44, ro = (e, n) => e.find((i) => i.guid === n), Xd = (e, n) => e.find
|
|
860
860
|
}, Hs = (e) => {
|
861
861
|
const n = fr(e);
|
862
862
|
return Sn(n, 1);
|
863
|
-
}, $s = (e) =>
|
863
|
+
}, $s = (e) => ti(e, 1), Ci = (e) => {
|
864
864
|
const n = Me(e);
|
865
865
|
return new Date(n.getUTCFullYear(), n.getUTCMonth(), n.getUTCDate());
|
866
866
|
}, Oi = (e) => ie(Me(e), te.DAY_OF_WEEK_MONTH_DAY), Fs = (e) => e ? ie(Me(e), te.MONTH_YEAR) : "", Zd = /(?<static>.*?)(?<dynamic>(?:_\d+{(?:.*?)}))|(?<staticEnd>.+)/g, S = (e, ...n) => {
|
@@ -948,7 +948,7 @@ class rt {
|
|
948
948
|
});
|
949
949
|
};
|
950
950
|
}
|
951
|
-
const
|
951
|
+
const P = (e, n, i) => {
|
952
952
|
switch (Bn()) {
|
953
953
|
case "fr-ca":
|
954
954
|
return zr(e).format(`${n} $`, i);
|
@@ -1081,7 +1081,7 @@ class oo {
|
|
1081
1081
|
}
|
1082
1082
|
};
|
1083
1083
|
}
|
1084
|
-
class
|
1084
|
+
class ai {
|
1085
1085
|
fetchInstance;
|
1086
1086
|
constructor(n, i) {
|
1087
1087
|
this.fetchInstance = new rt(n, i);
|
@@ -1407,17 +1407,17 @@ const iu = (e, n) => {
|
|
1407
1407
|
}, [e, i]);
|
1408
1408
|
}, De = () => ({
|
1409
1409
|
// Larger than 1400
|
1410
|
-
isLargeDesktop:
|
1410
|
+
isLargeDesktop: Xn(pe().breakpoints.up("xl")),
|
1411
1411
|
// Larger than 1200
|
1412
|
-
isDesktop:
|
1412
|
+
isDesktop: Xn(pe().breakpoints.up("lg")),
|
1413
1413
|
// Smaller than 768
|
1414
|
-
isMobile:
|
1414
|
+
isMobile: Xn(pe().breakpoints.down("sm")),
|
1415
1415
|
// Smaller than 400
|
1416
|
-
isSmallMobile:
|
1416
|
+
isSmallMobile: Xn(pe().breakpoints.down("xs")),
|
1417
1417
|
// Between 768 and 992
|
1418
|
-
isSmallTablet:
|
1418
|
+
isSmallTablet: Xn(pe().breakpoints.between("sm", "md")),
|
1419
1419
|
// Between 768 and 1200
|
1420
|
-
isTablet:
|
1420
|
+
isTablet: Xn(pe().breakpoints.between("sm", "lg"))
|
1421
1421
|
}), sE = (e) => {
|
1422
1422
|
const n = ps();
|
1423
1423
|
return Un(() => {
|
@@ -1446,7 +1446,7 @@ const iu = (e, n) => {
|
|
1446
1446
|
u(null);
|
1447
1447
|
};
|
1448
1448
|
return /* @__PURE__ */ l(M, { className: "mx-cmn-account-filter", m: 4, sx: { ...s }, children: [
|
1449
|
-
d ? /* @__PURE__ */ t(
|
1449
|
+
d ? /* @__PURE__ */ t(si, { id: "filter-accounts", placement: "bottom", title: n.title, children: /* @__PURE__ */ t(
|
1450
1450
|
Ye,
|
1451
1451
|
{
|
1452
1452
|
"aria-controls": "filter_accounts",
|
@@ -1456,7 +1456,7 @@ const iu = (e, n) => {
|
|
1456
1456
|
color: "primary",
|
1457
1457
|
onClick: C,
|
1458
1458
|
sx: { p: 12 },
|
1459
|
-
children: /* @__PURE__ */ t(
|
1459
|
+
children: /* @__PURE__ */ t(H, { name: "filter_alt", size: 24 })
|
1460
1460
|
}
|
1461
1461
|
) }) : /* @__PURE__ */ t(
|
1462
1462
|
ee,
|
@@ -1465,7 +1465,7 @@ const iu = (e, n) => {
|
|
1465
1465
|
"aria-haspopup": !0,
|
1466
1466
|
"aria-label": n.title,
|
1467
1467
|
onClick: C,
|
1468
|
-
startIcon: /* @__PURE__ */ t(
|
1468
|
+
startIcon: /* @__PURE__ */ t(H, { name: "filter_alt", size: 24 }),
|
1469
1469
|
sx: { p: 12 },
|
1470
1470
|
variant: c,
|
1471
1471
|
children: n.title
|
@@ -1773,7 +1773,7 @@ const iu = (e, n) => {
|
|
1773
1773
|
gap: 4
|
1774
1774
|
}
|
1775
1775
|
}), pu = ({ beginDate: e, date: n, endDate: i, isInMonth: a, onClick: r }) => {
|
1776
|
-
const o = pe(), s = Cu(o), c = e && i &&
|
1776
|
+
const o = pe(), s = Cu(o), c = e && i && ii(n, { start: e, end: i }) && !dt(n, e) && !dt(n, i), d = e && i && dt(e, n) && !dt(e, i), _ = i && e && dt(i, n) && !dt(e, i), u = e && dt(e, n) || i && dt(i, n), h = dt(n, le());
|
1777
1777
|
return /* @__PURE__ */ t(
|
1778
1778
|
"div",
|
1779
1779
|
{
|
@@ -2013,7 +2013,7 @@ const bu = ({
|
|
2013
2013
|
style: { fontSize: n.typography.Small?.fontSize },
|
2014
2014
|
x: r - 5,
|
2015
2015
|
y: o - 15,
|
2016
|
-
children:
|
2016
|
+
children: P(e.yData[e.dataIndex], "0,0")
|
2017
2017
|
}
|
2018
2018
|
),
|
2019
2019
|
/* @__PURE__ */ t(
|
@@ -2086,7 +2086,7 @@ const bu = ({
|
|
2086
2086
|
/* @__PURE__ */ l(p, { variant: "Small", children: [
|
2087
2087
|
a.average,
|
2088
2088
|
" ",
|
2089
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "Small", children:
|
2089
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "Small", children: P(n, "0,0") })
|
2090
2090
|
] })
|
2091
2091
|
] })
|
2092
2092
|
] });
|
@@ -2116,7 +2116,7 @@ const bu = ({
|
|
2116
2116
|
baseline: e,
|
2117
2117
|
showMark: !0,
|
2118
2118
|
label: r[$],
|
2119
|
-
valueFormatter: (O) =>
|
2119
|
+
valueFormatter: (O) => P(O || 0, C)
|
2120
2120
|
}));
|
2121
2121
|
return /* @__PURE__ */ l("div", { style: { position: "relative" }, children: [
|
2122
2122
|
/* @__PURE__ */ l(
|
@@ -2147,7 +2147,7 @@ const bu = ({
|
|
2147
2147
|
max: x,
|
2148
2148
|
color: [E.palette.background.paper, n[0] ?? E.palette.primary.main]
|
2149
2149
|
} : void 0,
|
2150
|
-
valueFormatter: (D) =>
|
2150
|
+
valueFormatter: (D) => P(D, C)
|
2151
2151
|
}
|
2152
2152
|
],
|
2153
2153
|
children: [
|
@@ -2222,13 +2222,13 @@ const bu = ({
|
|
2222
2222
|
}
|
2223
2223
|
)
|
2224
2224
|
] });
|
2225
|
-
},
|
2225
|
+
}, Yn = g.createContext(null), lE = ({
|
2226
2226
|
children: e,
|
2227
2227
|
globalStore: n,
|
2228
2228
|
onEvent: i,
|
2229
2229
|
onPageView: a
|
2230
2230
|
}) => /* @__PURE__ */ t(
|
2231
|
-
|
2231
|
+
Yn.Provider,
|
2232
2232
|
{
|
2233
2233
|
value: {
|
2234
2234
|
globalStore: n,
|
@@ -2249,7 +2249,7 @@ const bu = ({
|
|
2249
2249
|
children: e
|
2250
2250
|
}
|
2251
2251
|
), Ze = (e = "useGlobalStore") => {
|
2252
|
-
const n = g.useContext(
|
2252
|
+
const n = g.useContext(Yn);
|
2253
2253
|
if (!n)
|
2254
2254
|
throw new Error(`${e}() must be used within the GlobalDataContext`);
|
2255
2255
|
return n;
|
@@ -2284,7 +2284,7 @@ const bu = ({
|
|
2284
2284
|
...d
|
2285
2285
|
}) => /* @__PURE__ */ l(p, { bold: i, color: a || (e ? "success.main" : "text.primary"), sx: o, variant: c, ...d, children: [
|
2286
2286
|
s && s,
|
2287
|
-
|
2287
|
+
P(Number(n), r ?? "0,0.00")
|
2288
2288
|
] }), Ou = ({
|
2289
2289
|
categoryGuids: { guid: e, topLevelGuid: n },
|
2290
2290
|
hoveredAreaData: i,
|
@@ -2413,9 +2413,9 @@ const bu = ({
|
|
2413
2413
|
cursorPos: { x: 0, y: 0 }
|
2414
2414
|
}), { hoveredSeriesId: E, hoveredAreaData: y, isAreaHovered: T, cursorPos: v } = C, N = T && E && y, x = !N, R = [...r, ...o], D = R[0]?.dataset.length ?? 0, $ = R.flatMap((se) => se.dataset.map((He) => He.x)), O = R.flatMap((se) => se.dataset.map((He) => He.y)), L = r[0]?.dataset?.map(
|
2415
2415
|
(se, He) => r.reduce((Fe, _n) => Fe + _n.dataset[He]?.y || 0, 0)
|
2416
|
-
) ?? [0], U = Math.max(...L),
|
2416
|
+
) ?? [0], U = Math.max(...L), B = Math.max(
|
2417
2417
|
...o.flatMap((se) => se.dataset.map((He) => He.y))
|
2418
|
-
), j = Math.floor(Math.min(...O) / 100) * 100,
|
2418
|
+
), j = Math.floor(Math.min(...O) / 100) * 100, he = Math.ceil(Math.max(U, B) / 100) * 100, V = r.map((se, He) => ({
|
2419
2419
|
id: `stacked-${He}`,
|
2420
2420
|
guid: se.category_guid,
|
2421
2421
|
top_level_guid: se.top_level_category_guid,
|
@@ -2426,7 +2426,7 @@ const bu = ({
|
|
2426
2426
|
stack: "total",
|
2427
2427
|
type: "line",
|
2428
2428
|
highlightScope: { highlight: "item" },
|
2429
|
-
valueFormatter: (Fe) =>
|
2429
|
+
valueFormatter: (Fe) => P(Fe, "0,0")
|
2430
2430
|
})), Ce = o.map((se, He) => ({
|
2431
2431
|
id: `unstacked-${He}`,
|
2432
2432
|
guid: se.category_guid,
|
@@ -2436,8 +2436,8 @@ const bu = ({
|
|
2436
2436
|
data: se.dataset.map((Fe) => Fe.y),
|
2437
2437
|
label: se.category_name,
|
2438
2438
|
type: "line",
|
2439
|
-
valueFormatter: (Fe) =>
|
2440
|
-
})),
|
2439
|
+
valueFormatter: (Fe) => P(Fe, "0,0")
|
2440
|
+
})), me = [...V, ...Ce], _e = [
|
2441
2441
|
...V.map(({ guid: se, top_level_guid: He }) => ({
|
2442
2442
|
guid: se,
|
2443
2443
|
top_level_guid: He
|
@@ -2452,7 +2452,7 @@ const bu = ({
|
|
2452
2452
|
guid: Fe?.category_guid,
|
2453
2453
|
topLevelGuid: Fe?.top_level_category_guid
|
2454
2454
|
};
|
2455
|
-
},
|
2455
|
+
}, ge = (se) => {
|
2456
2456
|
m(se), i?.(se ?? "");
|
2457
2457
|
}, Ke = (se) => {
|
2458
2458
|
a?.(se ?? "");
|
@@ -2460,7 +2460,7 @@ const bu = ({
|
|
2460
2460
|
const se = Pe(String(E)).guid;
|
2461
2461
|
se && a?.(se);
|
2462
2462
|
}, Te = (se) => {
|
2463
|
-
const He = String(se?.seriesId), Fe = Pe(He).guid, _n =
|
2463
|
+
const He = String(se?.seriesId), Fe = Pe(He).guid, _n = me.find((di) => di.id === He), La = _n && se?.dataIndex !== void 0, Ma = _n && se?.dataIndex === void 0;
|
2464
2464
|
if (La)
|
2465
2465
|
f({
|
2466
2466
|
hoveredSeriesId: He,
|
@@ -2532,7 +2532,7 @@ const bu = ({
|
|
2532
2532
|
margin: { bottom: 50 },
|
2533
2533
|
onAreaClick: je,
|
2534
2534
|
onHighlightChange: Te,
|
2535
|
-
series:
|
2535
|
+
series: me,
|
2536
2536
|
skipAnimation: !0,
|
2537
2537
|
slotProps: {
|
2538
2538
|
legend: {
|
@@ -2566,7 +2566,7 @@ const bu = ({
|
|
2566
2566
|
yAxis: [
|
2567
2567
|
{
|
2568
2568
|
min: j,
|
2569
|
-
max:
|
2569
|
+
max: he || 100
|
2570
2570
|
}
|
2571
2571
|
]
|
2572
2572
|
}
|
@@ -2577,7 +2577,7 @@ const bu = ({
|
|
2577
2577
|
categoryGuids: _e,
|
2578
2578
|
hoveredLegend: h,
|
2579
2579
|
onClickLegend: Ke,
|
2580
|
-
onHoverLegend:
|
2580
|
+
onHoverLegend: ge,
|
2581
2581
|
sx: { px: _ ? 0 : 24 }
|
2582
2582
|
}
|
2583
2583
|
),
|
@@ -2596,7 +2596,7 @@ const bu = ({
|
|
2596
2596
|
]
|
2597
2597
|
}
|
2598
2598
|
) });
|
2599
|
-
},
|
2599
|
+
}, ri = ({ data: e, height: n = 8 }) => {
|
2600
2600
|
const i = `${n / 4}px`;
|
2601
2601
|
return /* @__PURE__ */ t(
|
2602
2602
|
b,
|
@@ -2811,29 +2811,29 @@ const bu = ({
|
|
2811
2811
|
(s === "timeframebuttons" || s === "timeframetabs") && e.onRangeChanged($());
|
2812
2812
|
}, [x]);
|
2813
2813
|
const $ = () => {
|
2814
|
-
const
|
2815
|
-
return [Xe(jt(
|
2816
|
-
}, O = (
|
2817
|
-
const j = [...u],
|
2814
|
+
const B = Xe(In());
|
2815
|
+
return [Xe(jt(B, x)), B];
|
2816
|
+
}, O = (B) => {
|
2817
|
+
const j = [...u], he = u[0], V = u[1], Ce = B === "previous";
|
2818
2818
|
if (m === i.dateRangePickerCopy.dateRangeThisMonth)
|
2819
|
-
j[0] = Ce ? jt(
|
2819
|
+
j[0] = Ce ? jt(he, 1) : gt(he, 1), j[1] = Xe(Ce ? jt(V, 1) : gt(V, 1));
|
2820
2820
|
else if (m === i.dateRangePickerCopy.dateRangeYTD || m === i.dateRangePickerCopy.dateRangeLastYear)
|
2821
|
-
j[0] = Ce ? Za(qr(
|
2821
|
+
j[0] = Ce ? Za(qr(he), 1) : ti(qr(he), 1), j[1] = Ce ? Za(Xr(he), 1) : ti(Xr(he), 1);
|
2822
2822
|
else {
|
2823
|
-
const
|
2824
|
-
j[0] =
|
2823
|
+
const me = Pl(V, he);
|
2824
|
+
j[0] = B === "previous" ? ut(he, me) : Mt(he, me), j[1] = B === "previous" ? ut(V, me) : Mt(V, me);
|
2825
2825
|
}
|
2826
2826
|
h(j), e.onRangeChanged(j);
|
2827
2827
|
}, L = () => {
|
2828
2828
|
h(f), N(
|
2829
2829
|
m === i.dateRangePickerCopy.dateRangeThisMonth || m === i.dateRangePickerCopy.dateRangeLastMonth
|
2830
2830
|
), e.onRangeChanged(f);
|
2831
|
-
}, U = (
|
2832
|
-
R(
|
2831
|
+
}, U = (B) => {
|
2832
|
+
R(B);
|
2833
2833
|
};
|
2834
2834
|
return /* @__PURE__ */ l(M, { className: "mx-cmn-date-range-selector", m: 4, children: [
|
2835
2835
|
/* @__PURE__ */ t(
|
2836
|
-
|
2836
|
+
si,
|
2837
2837
|
{
|
2838
2838
|
id: "select-date",
|
2839
2839
|
placement: "bottom",
|
@@ -2845,7 +2845,7 @@ const bu = ({
|
|
2845
2845
|
"aria-describedby": "select-date",
|
2846
2846
|
"aria-label": "Select a date",
|
2847
2847
|
onClick: () => T(!0),
|
2848
|
-
children: /* @__PURE__ */ t(
|
2848
|
+
children: /* @__PURE__ */ t(H, { name: "calendar_month" })
|
2849
2849
|
}
|
2850
2850
|
)
|
2851
2851
|
}
|
@@ -2862,9 +2862,9 @@ const bu = ({
|
|
2862
2862
|
},
|
2863
2863
|
children: [
|
2864
2864
|
s === "readonly" && /* @__PURE__ */ l(b, { alignItems: "center", direction: "row", gap: 8, children: [
|
2865
|
-
/* @__PURE__ */ t(
|
2865
|
+
/* @__PURE__ */ t(H, { name: "calendar_month", size: 24 }),
|
2866
2866
|
/* @__PURE__ */ t(p, { bold: !0, children: ie(f[0], te.MONTH_DAY) }),
|
2867
|
-
/* @__PURE__ */ t(
|
2867
|
+
/* @__PURE__ */ t(H, { name: "remove" }),
|
2868
2868
|
/* @__PURE__ */ t(p, { bold: !0, children: ie(f[1], te.MONTH_DAY_YEAR) })
|
2869
2869
|
] }),
|
2870
2870
|
s !== "readonly" && s !== "timeframebuttons" && s !== "timeframetabs" && /* @__PURE__ */ l(
|
@@ -2889,7 +2889,7 @@ const bu = ({
|
|
2889
2889
|
"aria-label": i.dateRangePreviousAria,
|
2890
2890
|
color: e.shouldDisablePrevious ? "secondary" : "primary",
|
2891
2891
|
onClick: () => e.shouldDisablePrevious ? null : O("previous"),
|
2892
|
-
children: /* @__PURE__ */ t(
|
2892
|
+
children: /* @__PURE__ */ t(H, { name: "chevron_left", size: 20 })
|
2893
2893
|
}
|
2894
2894
|
),
|
2895
2895
|
/* @__PURE__ */ t(
|
@@ -2898,7 +2898,7 @@ const bu = ({
|
|
2898
2898
|
"aria-disabled": e.shouldDisablePicker,
|
2899
2899
|
color: n,
|
2900
2900
|
onClick: () => e.shouldDisablePicker ? null : T(!0),
|
2901
|
-
startIcon: /* @__PURE__ */ t(
|
2901
|
+
startIcon: /* @__PURE__ */ t(H, { name: "calendar_month", size: 20 }),
|
2902
2902
|
sx: {
|
2903
2903
|
p: _ ? 0 : 8
|
2904
2904
|
},
|
@@ -2917,7 +2917,7 @@ const bu = ({
|
|
2917
2917
|
"aria-label": i.dateRangeNextAria,
|
2918
2918
|
color: e.shouldDisableNext ? "secondary" : "primary",
|
2919
2919
|
onClick: () => e.shouldDisableNext ? null : O("next"),
|
2920
|
-
children: /* @__PURE__ */ t(
|
2920
|
+
children: /* @__PURE__ */ t(H, { name: "chevron_right", size: 20 })
|
2921
2921
|
}
|
2922
2922
|
)
|
2923
2923
|
]
|
@@ -2930,10 +2930,10 @@ const bu = ({
|
|
2930
2930
|
exclusive: !0,
|
2931
2931
|
orientation: "horizontal",
|
2932
2932
|
value: x,
|
2933
|
-
children: D.buttons.map((
|
2933
|
+
children: D.buttons.map((B) => /* @__PURE__ */ t(
|
2934
2934
|
ra,
|
2935
2935
|
{
|
2936
|
-
onClick: () => U(
|
2936
|
+
onClick: () => U(B.value),
|
2937
2937
|
sx: {
|
2938
2938
|
fontSize: 15,
|
2939
2939
|
fontWeight: 600,
|
@@ -2957,10 +2957,10 @@ const bu = ({
|
|
2957
2957
|
color: c.palette.grey[500]
|
2958
2958
|
}
|
2959
2959
|
},
|
2960
|
-
value:
|
2961
|
-
children:
|
2960
|
+
value: B.value,
|
2961
|
+
children: B.label
|
2962
2962
|
},
|
2963
|
-
|
2963
|
+
B.label
|
2964
2964
|
))
|
2965
2965
|
}
|
2966
2966
|
),
|
@@ -2968,18 +2968,18 @@ const bu = ({
|
|
2968
2968
|
Lt,
|
2969
2969
|
{
|
2970
2970
|
indicatorColor: "primary",
|
2971
|
-
onChange: (
|
2971
|
+
onChange: (B, j) => U(j),
|
2972
2972
|
textColor: "primary",
|
2973
2973
|
value: x,
|
2974
2974
|
variant: "fullWidth",
|
2975
|
-
children: D.tabs.map((
|
2975
|
+
children: D.tabs.map((B) => /* @__PURE__ */ t(
|
2976
2976
|
Ue,
|
2977
2977
|
{
|
2978
|
-
label: /* @__PURE__ */ t(p, { bold: !0, variant: "Body", children:
|
2978
|
+
label: /* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: B.label }),
|
2979
2979
|
sx: { minWidth: 80 },
|
2980
|
-
value:
|
2980
|
+
value: B.value
|
2981
2981
|
},
|
2982
|
-
|
2982
|
+
B.label
|
2983
2983
|
))
|
2984
2984
|
}
|
2985
2985
|
)
|
@@ -3002,8 +3002,8 @@ const bu = ({
|
|
3002
3002
|
{
|
3003
3003
|
copy: i.dateRangePickerCopy,
|
3004
3004
|
dateRange: f,
|
3005
|
-
onRangeChanged: (
|
3006
|
-
E(
|
3005
|
+
onRangeChanged: (B, j) => {
|
3006
|
+
E(B), C(j);
|
3007
3007
|
},
|
3008
3008
|
selectedShortcut: m,
|
3009
3009
|
sx: { p: 16 }
|
@@ -3029,8 +3029,8 @@ const bu = ({
|
|
3029
3029
|
{
|
3030
3030
|
copy: i.dateRangePickerCopy,
|
3031
3031
|
dateRange: f,
|
3032
|
-
onRangeChanged: (
|
3033
|
-
E(
|
3032
|
+
onRangeChanged: (B, j) => {
|
3033
|
+
E(B), C(j);
|
3034
3034
|
},
|
3035
3035
|
selectedShortcut: m,
|
3036
3036
|
sx: {
|
@@ -3245,7 +3245,7 @@ const Dn = ({
|
|
3245
3245
|
};
|
3246
3246
|
if (!D)
|
3247
3247
|
return /* @__PURE__ */ t(ue, {});
|
3248
|
-
const
|
3248
|
+
const B = {
|
3249
3249
|
accountFilterOptionsCopy: {
|
3250
3250
|
accountTypeAccounts: L.account_filter.account_type_accounts,
|
3251
3251
|
cancelButton: L.cancel_button,
|
@@ -3277,7 +3277,7 @@ const Dn = ({
|
|
3277
3277
|
dateRangeEditTitle: L.date_range_picker.edit_title,
|
3278
3278
|
dateRangeNextAria: L.date_range_picker.next_aria,
|
3279
3279
|
dateRangePreviousAria: L.date_range_picker.previous_aria
|
3280
|
-
},
|
3280
|
+
}, he = r ? r.start : R.start, V = r ? r.end : R.end, Ce = n?.length > 1;
|
3281
3281
|
return /* @__PURE__ */ l(
|
3282
3282
|
Gt,
|
3283
3283
|
{
|
@@ -3304,7 +3304,7 @@ const Dn = ({
|
|
3304
3304
|
{
|
3305
3305
|
calendarActions: i,
|
3306
3306
|
copy: j,
|
3307
|
-
range: [
|
3307
|
+
range: [he, V],
|
3308
3308
|
shouldShrinkToIcon: !1,
|
3309
3309
|
variant: o
|
3310
3310
|
}
|
@@ -3313,37 +3313,37 @@ const Dn = ({
|
|
3313
3313
|
Vs,
|
3314
3314
|
{
|
3315
3315
|
accounts: e,
|
3316
|
-
copy:
|
3317
|
-
onFilterClick: (
|
3318
|
-
O(
|
3316
|
+
copy: B,
|
3317
|
+
onFilterClick: (me) => {
|
3318
|
+
O(me), _?.();
|
3319
3319
|
},
|
3320
3320
|
selectedAccountGuids: $,
|
3321
3321
|
showAccountNumbers: !1,
|
3322
3322
|
variant: "text"
|
3323
3323
|
}
|
3324
3324
|
),
|
3325
|
-
n?.map((
|
3326
|
-
if (g.isValidElement(
|
3327
|
-
const { iconName: _e, onClick: Pe, label:
|
3325
|
+
n?.map((me) => {
|
3326
|
+
if (g.isValidElement(me)) return me;
|
3327
|
+
const { iconName: _e, onClick: Pe, label: ge } = me;
|
3328
3328
|
return Ce ? v ? /* @__PURE__ */ t(
|
3329
3329
|
ee,
|
3330
3330
|
{
|
3331
3331
|
onClick: Pe,
|
3332
|
-
startIcon: /* @__PURE__ */ t(
|
3332
|
+
startIcon: /* @__PURE__ */ t(H, { color: "primary", name: _e }),
|
3333
3333
|
sx: { my: 4 },
|
3334
|
-
children:
|
3334
|
+
children: ge
|
3335
3335
|
},
|
3336
3336
|
_e
|
3337
|
-
) : /* @__PURE__ */ t(Ye, { "aria-label":
|
3337
|
+
) : /* @__PURE__ */ t(Ye, { "aria-label": ge, color: "primary", onClick: Pe, children: /* @__PURE__ */ t(H, { name: _e }) }, _e) : T || x ? /* @__PURE__ */ t(
|
3338
3338
|
ee,
|
3339
3339
|
{
|
3340
3340
|
onClick: Pe,
|
3341
|
-
startIcon: /* @__PURE__ */ t(
|
3341
|
+
startIcon: /* @__PURE__ */ t(H, { name: _e }),
|
3342
3342
|
sx: { my: 4 },
|
3343
|
-
children:
|
3343
|
+
children: ge
|
3344
3344
|
},
|
3345
3345
|
_e
|
3346
|
-
) : /* @__PURE__ */ t(Ye, { "aria-label":
|
3346
|
+
) : /* @__PURE__ */ t(Ye, { "aria-label": ge, color: "primary", onClick: Pe, children: /* @__PURE__ */ t(H, { name: _e }) }, _e);
|
3347
3347
|
})
|
3348
3348
|
] }),
|
3349
3349
|
sx: {
|
@@ -3364,7 +3364,7 @@ const Dn = ({
|
|
3364
3364
|
"aria-label": L.back_to_dashboard,
|
3365
3365
|
onClick: U,
|
3366
3366
|
sx: { p: 12, mr: 4 },
|
3367
|
-
children: /* @__PURE__ */ t(
|
3367
|
+
children: /* @__PURE__ */ t(H, { name: "arrow_back", size: 24 })
|
3368
3368
|
}
|
3369
3369
|
),
|
3370
3370
|
/* @__PURE__ */ t(mt, { children: m })
|
@@ -3379,7 +3379,7 @@ const Dn = ({
|
|
3379
3379
|
{
|
3380
3380
|
calendarActions: i,
|
3381
3381
|
copy: j,
|
3382
|
-
range: [
|
3382
|
+
range: [he, V],
|
3383
3383
|
shouldShrinkToIcon: !1,
|
3384
3384
|
variant: o
|
3385
3385
|
}
|
@@ -3495,12 +3495,12 @@ const po = "connect_widget", Co = "connections_widget", Wu = ({
|
|
3495
3495
|
!a && (O === "" || O === "." || O === ",") ? (C(""), u?.(!1)) : Number(O) < d ? (C(
|
3496
3496
|
S(
|
3497
3497
|
E.error_amount_must_be_equal_to,
|
3498
|
-
|
3498
|
+
P(d, "0")
|
3499
3499
|
)
|
3500
3500
|
), u?.(!1)) : Number(O) > ao ? (C(
|
3501
3501
|
S(
|
3502
3502
|
E.error_amount_must_be_less_than_or_equal_to,
|
3503
|
-
|
3503
|
+
P(ao, e ? "0,0.00" : "0,0", Math.floor)
|
3504
3504
|
)
|
3505
3505
|
), u?.(!1)) : O.toString().match(R) ? o() ? (C(""), u?.(!0)) : (C(s), u?.(!1)) : (C(E.error_amount_is_invalid), u?.(!1)), _(O.toString());
|
3506
3506
|
};
|
@@ -3556,7 +3556,7 @@ const po = "connect_widget", Co = "connections_widget", Wu = ({
|
|
3556
3556
|
}
|
3557
3557
|
),
|
3558
3558
|
/* @__PURE__ */ t(
|
3559
|
-
|
3559
|
+
si,
|
3560
3560
|
{
|
3561
3561
|
describeChild: !0,
|
3562
3562
|
placement: a,
|
@@ -3580,14 +3580,14 @@ const po = "connect_widget", Co = "connections_widget", Wu = ({
|
|
3580
3580
|
className: "mx-cat-cancel-search-button",
|
3581
3581
|
color: "primary",
|
3582
3582
|
onClick: () => i(""),
|
3583
|
-
children: /* @__PURE__ */ t(
|
3583
|
+
children: /* @__PURE__ */ t(H, { name: "cancel", size: 24 })
|
3584
3584
|
}
|
3585
3585
|
);
|
3586
3586
|
return /* @__PURE__ */ t(M, { className: "mx-cmn-search-box", px: o.Spacing.Large, py: o.Spacing.Medium, children: /* @__PURE__ */ t(
|
3587
3587
|
An,
|
3588
3588
|
{
|
3589
3589
|
InputProps: {
|
3590
|
-
startAdornment: /* @__PURE__ */ t(Yi, { position: "start", children: /* @__PURE__ */ t(
|
3590
|
+
startAdornment: /* @__PURE__ */ t(Yi, { position: "start", children: /* @__PURE__ */ t(H, { color: "disabled", name: "search", size: 26 }) }),
|
3591
3591
|
endAdornment: /* @__PURE__ */ t(Yi, { position: "end", sx: { p: 0 }, children: r ? s : null })
|
3592
3592
|
},
|
3593
3593
|
"aria-label": e,
|
@@ -3618,7 +3618,7 @@ const po = "connect_widget", Co = "connections_widget", Wu = ({
|
|
3618
3618
|
pr: 8,
|
3619
3619
|
py: 4,
|
3620
3620
|
sx: { "&:hover": { borderColor: o.palette.action.active }, ...i },
|
3621
|
-
children: /* @__PURE__ */ t(
|
3621
|
+
children: /* @__PURE__ */ t(si, { title: a, children: /* @__PURE__ */ t(
|
3622
3622
|
qa,
|
3623
3623
|
{
|
3624
3624
|
control: /* @__PURE__ */ t(
|
@@ -3636,7 +3636,7 @@ const po = "connect_widget", Co = "connections_widget", Wu = ({
|
|
3636
3636
|
) })
|
3637
3637
|
}
|
3638
3638
|
);
|
3639
|
-
},
|
3639
|
+
}, oi = ({
|
3640
3640
|
children: e,
|
3641
3641
|
index: n,
|
3642
3642
|
name: i,
|
@@ -3686,7 +3686,7 @@ const po = "connect_widget", Co = "connections_widget", Wu = ({
|
|
3686
3686
|
}
|
3687
3687
|
), Pn = ({ iconName: e, label: n, onClick: i, value: a }) => {
|
3688
3688
|
const r = /* @__PURE__ */ l(Z, { children: [
|
3689
|
-
/* @__PURE__ */ t(Ge, { children: /* @__PURE__ */ t(Jt, { sx: { bgcolor: "border.light" }, variant: "rounded", children: /* @__PURE__ */ t(
|
3689
|
+
/* @__PURE__ */ t(Ge, { children: /* @__PURE__ */ t(Jt, { sx: { bgcolor: "border.light" }, variant: "rounded", children: /* @__PURE__ */ t(H, { name: e, sx: { color: "text.primary" }, weight: bt.Dark }) }) }),
|
3690
3690
|
/* @__PURE__ */ t(
|
3691
3691
|
re,
|
3692
3692
|
{
|
@@ -3699,14 +3699,14 @@ const po = "connect_widget", Co = "connections_widget", Wu = ({
|
|
3699
3699
|
] });
|
3700
3700
|
return i ? /* @__PURE__ */ t(q, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ l(de, { onClick: i, children: [
|
3701
3701
|
r,
|
3702
|
-
/* @__PURE__ */ t(Ct, { children: /* @__PURE__ */ t(
|
3702
|
+
/* @__PURE__ */ t(Ct, { children: /* @__PURE__ */ t(H, { name: "chevron_right", size: 24 }) })
|
3703
3703
|
] }) }) : /* @__PURE__ */ t(q, { disableGutters: !1, disablePadding: !1, children: r });
|
3704
3704
|
}, Ji = ({
|
3705
3705
|
body: e,
|
3706
3706
|
iconName: n = "info",
|
3707
3707
|
title: i
|
3708
3708
|
}) => /* @__PURE__ */ t(
|
3709
|
-
|
3709
|
+
si,
|
3710
3710
|
{
|
3711
3711
|
enterTouchDelay: 500,
|
3712
3712
|
title: /* @__PURE__ */ l(b, { gap: 2, p: 12, sx: { textOverflow: "none" }, children: [
|
@@ -3723,7 +3723,7 @@ const po = "connect_widget", Co = "connections_widget", Wu = ({
|
|
3723
3723
|
p: 0
|
3724
3724
|
},
|
3725
3725
|
children: /* @__PURE__ */ t(
|
3726
|
-
|
3726
|
+
H,
|
3727
3727
|
{
|
3728
3728
|
name: n,
|
3729
3729
|
sx: { color: "primary.light", fontSize: 16 },
|
@@ -3938,7 +3938,7 @@ const po = "connect_widget", Co = "connections_widget", Wu = ({
|
|
3938
3938
|
)
|
3939
3939
|
}
|
3940
3940
|
);
|
3941
|
-
},
|
3941
|
+
}, ei = ({
|
3942
3942
|
isChecked: e,
|
3943
3943
|
isDisabled: n = !1,
|
3944
3944
|
onToggle: i,
|
@@ -4103,10 +4103,10 @@ const Xu = (e) => ({
|
|
4103
4103
|
});
|
4104
4104
|
class qu {
|
4105
4105
|
globalStore;
|
4106
|
-
api = new
|
4106
|
+
api = new ai("/", "");
|
4107
4107
|
beats = [];
|
4108
4108
|
constructor(n) {
|
4109
|
-
this.globalStore = n, this.api = new
|
4109
|
+
this.globalStore = n, this.api = new ai(n.endpoint, n.sessionToken), Be(this);
|
4110
4110
|
}
|
4111
4111
|
loadBeats = async () => {
|
4112
4112
|
const n = await this.api.getBeats(), a = (await this.api.getOffers()).map((r) => Xu(r));
|
@@ -4162,7 +4162,7 @@ const yo = (e, n) => !e && !n ? 0 : !e && n ? 101 : n / e * 100, Eo = (e, n) =>
|
|
4162
4162
|
category: s,
|
4163
4163
|
description: S(
|
4164
4164
|
_ < 0 ? i.budget_remaining_over : i.budget_remaining_left,
|
4165
|
-
|
4165
|
+
P(Math.abs(_), "0,0")
|
4166
4166
|
),
|
4167
4167
|
percentage: d,
|
4168
4168
|
subBudgets: [],
|
@@ -4181,7 +4181,7 @@ const yo = (e, n) => !e && !n ? 0 : !e && n ? 101 : n / e * 100, Eo = (e, n) =>
|
|
4181
4181
|
category: s,
|
4182
4182
|
description: S(
|
4183
4183
|
_ < 0 ? i.budget_remaining_over : i.budget_remaining_left,
|
4184
|
-
|
4184
|
+
P(Math.abs(_), "0,0")
|
4185
4185
|
),
|
4186
4186
|
percentage: u,
|
4187
4187
|
subBudgets: [],
|
@@ -4313,7 +4313,7 @@ class e_ {
|
|
4313
4313
|
};
|
4314
4314
|
}
|
4315
4315
|
const li = () => {
|
4316
|
-
if (!g.useContext(
|
4316
|
+
if (!g.useContext(Yn))
|
4317
4317
|
throw new Error("useCashflowUiStore() must be used within the GlobalDataContext");
|
4318
4318
|
return Er().uiStore;
|
4319
4319
|
}, t_ = ({ remaining: e }) => {
|
@@ -4375,12 +4375,12 @@ const li = () => {
|
|
4375
4375
|
h.length
|
4376
4376
|
) })
|
4377
4377
|
] }),
|
4378
|
-
/* @__PURE__ */ t(b, { pt: 18, children: /* @__PURE__ */ t(
|
4378
|
+
/* @__PURE__ */ t(b, { pt: 18, children: /* @__PURE__ */ t(H, { name: "remove" }) }),
|
4379
4379
|
/* @__PURE__ */ l(b, { pb: 14, pt: 12, children: [
|
4380
4380
|
/* @__PURE__ */ t(ze, { amount: N, variant: "H2" }),
|
4381
4381
|
/* @__PURE__ */ t(Le, { variant: "XSmall", whiteSpace: "nowrap", children: S(c.expenses_due, u.length) })
|
4382
4382
|
] }),
|
4383
|
-
/* @__PURE__ */ t(b, { pt: 18, children: /* @__PURE__ */ t(
|
4383
|
+
/* @__PURE__ */ t(b, { pt: 18, children: /* @__PURE__ */ t(H, { name: "equals" }) }),
|
4384
4384
|
/* @__PURE__ */ l(b, { pb: 14, pr: 24, pt: 12, children: [
|
4385
4385
|
/* @__PURE__ */ t(ze, { amount: x, variant: "H2" }),
|
4386
4386
|
/* @__PURE__ */ l(b, { alignItems: "center", direction: "row", gap: 8, children: [
|
@@ -4395,7 +4395,7 @@ const li = () => {
|
|
4395
4395
|
ee,
|
4396
4396
|
{
|
4397
4397
|
onClick: e,
|
4398
|
-
startIcon: /* @__PURE__ */ t(
|
4398
|
+
startIcon: /* @__PURE__ */ t(H, { name: "add" }),
|
4399
4399
|
sx: { fontSize: 13, lineHeight: "initial" },
|
4400
4400
|
children: c.add_income
|
4401
4401
|
}
|
@@ -4449,7 +4449,7 @@ const li = () => {
|
|
4449
4449
|
ee,
|
4450
4450
|
{
|
4451
4451
|
onClick: e,
|
4452
|
-
startIcon: /* @__PURE__ */ t(
|
4452
|
+
startIcon: /* @__PURE__ */ t(H, { name: "add" }),
|
4453
4453
|
sx: { fontSize: 13 },
|
4454
4454
|
children: c.add_income
|
4455
4455
|
}
|
@@ -5015,7 +5015,7 @@ class f_ {
|
|
5015
5015
|
globalStore;
|
5016
5016
|
uiStore;
|
5017
5017
|
api = new ea("/", "");
|
5018
|
-
beatApi = new
|
5018
|
+
beatApi = new ai("/", "");
|
5019
5019
|
isLoading = !0;
|
5020
5020
|
taggings = [];
|
5021
5021
|
tags = [];
|
@@ -5028,7 +5028,7 @@ class f_ {
|
|
5028
5028
|
filter = {};
|
5029
5029
|
onAnalyticEvent = c_;
|
5030
5030
|
constructor(n) {
|
5031
|
-
this.globalStore = n, this.uiStore = new C_(), this.api = new ea(n.endpoint, n.sessionToken), this.beatApi = new
|
5031
|
+
this.globalStore = n, this.uiStore = new C_(), this.api = new ea(n.endpoint, n.sessionToken), this.beatApi = new ai(n.endpoint, n.sessionToken), Be(this);
|
5032
5032
|
}
|
5033
5033
|
loadTransactionData = async () => {
|
5034
5034
|
await Promise.all([
|
@@ -5088,7 +5088,7 @@ class f_ {
|
|
5088
5088
|
this.taggings
|
5089
5089
|
);
|
5090
5090
|
loadAssociatedBeats = async (n) => {
|
5091
|
-
const i = n ?
|
5091
|
+
const i = n ? zn(n, { representation: "date" }) : void 0, a = await this.beatApi.getBeatsWithAssociatedTransaction(i);
|
5092
5092
|
Y(() => this.associatedBeats = a);
|
5093
5093
|
};
|
5094
5094
|
loadTags = async () => {
|
@@ -5212,7 +5212,7 @@ class f_ {
|
|
5212
5212
|
};
|
5213
5213
|
}
|
5214
5214
|
const At = () => {
|
5215
|
-
if (!g.useContext(
|
5215
|
+
if (!g.useContext(Yn))
|
5216
5216
|
throw new Error("useTransactionsUiStore() must be used within the GlobalDataContext");
|
5217
5217
|
return Se().uiStore;
|
5218
5218
|
}, nc = (e, n) => {
|
@@ -5258,9 +5258,9 @@ const At = () => {
|
|
5258
5258
|
disableTypography: !0,
|
5259
5259
|
secondary: /* @__PURE__ */ l(b, { direction: "row", justifyContent: "space-between", children: [
|
5260
5260
|
/* @__PURE__ */ l(b, { alignItems: "center", direction: "row", gap: 4, children: [
|
5261
|
-
e.is_flagged && /* @__PURE__ */ t(
|
5262
|
-
e.is_hidden && /* @__PURE__ */ t(
|
5263
|
-
e.has_been_split && /* @__PURE__ */ t(
|
5261
|
+
e.is_flagged && /* @__PURE__ */ t(H, { fill: !0, name: "flag", size: 16, sx: { color: "warning.dark" } }),
|
5262
|
+
e.is_hidden && /* @__PURE__ */ t(H, { name: "visibility_off", size: 16 }),
|
5263
|
+
e.has_been_split && /* @__PURE__ */ t(H, { name: "call_split", size: 16 }),
|
5264
5264
|
/* @__PURE__ */ t(p, { variant: "XSmall", children: e.has_been_split ? a.split_transaction_category_label : e.category })
|
5265
5265
|
] }),
|
5266
5266
|
s && r && /* @__PURE__ */ t(p, { bold: !0, color: "action.active", variant: "XSmall", children: s.short_title })
|
@@ -5279,7 +5279,7 @@ const At = () => {
|
|
5279
5279
|
variant: "Body",
|
5280
5280
|
children: [
|
5281
5281
|
o ? "+" : "",
|
5282
|
-
|
5282
|
+
P(e.amount, "0,0.00")
|
5283
5283
|
]
|
5284
5284
|
}
|
5285
5285
|
)
|
@@ -5375,7 +5375,7 @@ const At = () => {
|
|
5375
5375
|
return /* @__PURE__ */ l(b, { alignItems: "flex-end", tabIndex: e.tabIndex, children: [
|
5376
5376
|
/* @__PURE__ */ l(p, { color: s ? "success.main" : "text.primary", variant: "Small", children: [
|
5377
5377
|
s ? "+" : "",
|
5378
|
-
|
5378
|
+
P(a, "0,0.00")
|
5379
5379
|
] }),
|
5380
5380
|
o && i && /* @__PURE__ */ t(p, { bold: !0, color: "primary.light", variant: "XSmall", children: o.short_title })
|
5381
5381
|
] });
|
@@ -5392,9 +5392,9 @@ const At = () => {
|
|
5392
5392
|
onMouseLeave: () => a(!1),
|
5393
5393
|
width: "100%",
|
5394
5394
|
children: [
|
5395
|
-
e.row.has_been_split && /* @__PURE__ */ t(
|
5395
|
+
e.row.has_been_split && /* @__PURE__ */ t(H, { name: "call_split", size: 16 }),
|
5396
5396
|
/* @__PURE__ */ t(p, { tabIndex: e.tabIndex, variant: "Small", children: e.row.has_been_split ? n.split_transaction_category_label : e.row.category }),
|
5397
|
-
!e.row.has_been_split && i && /* @__PURE__ */ t(
|
5397
|
+
!e.row.has_been_split && i && /* @__PURE__ */ t(H, { name: "edit", sx: { color: "action.active" } })
|
5398
5398
|
]
|
5399
5399
|
}
|
5400
5400
|
);
|
@@ -5406,8 +5406,8 @@ const At = () => {
|
|
5406
5406
|
"aria-label": r ? i.is_hidden : i.is_flagged,
|
5407
5407
|
tabIndex: e.tabIndex,
|
5408
5408
|
children: [
|
5409
|
-
a && /* @__PURE__ */ t(
|
5410
|
-
!a && r && /* @__PURE__ */ t(
|
5409
|
+
a && /* @__PURE__ */ t(H, { fill: !0, name: "flag", size: 16, sx: { color: "warning.dark" } }),
|
5410
|
+
!a && r && /* @__PURE__ */ t(H, { name: "visibility_off", size: 16 }),
|
5411
5411
|
d && /* @__PURE__ */ t(
|
5412
5412
|
"svg",
|
5413
5413
|
{
|
@@ -5521,7 +5521,7 @@ const At = () => {
|
|
5521
5521
|
}
|
5522
5522
|
) });
|
5523
5523
|
}, B_ = A(G_), pn = () => {
|
5524
|
-
if (!g.useContext(
|
5524
|
+
if (!g.useContext(Yn))
|
5525
5525
|
throw new Error("useCategoryUiStore() must be used within the GlobalDataContext");
|
5526
5526
|
return Ve().uiStore;
|
5527
5527
|
}, qt = {
|
@@ -6120,7 +6120,7 @@ const rc = ({ transaction: e }) => {
|
|
6120
6120
|
secondary: /* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: e.category ?? c.actions_select_a_category })
|
6121
6121
|
}
|
6122
6122
|
),
|
6123
|
-
/* @__PURE__ */ t(Ct, { children: /* @__PURE__ */ t(
|
6123
|
+
/* @__PURE__ */ t(Ct, { children: /* @__PURE__ */ t(H, { name: "chevron_right", weight: bt.Dark }) })
|
6124
6124
|
]
|
6125
6125
|
}
|
6126
6126
|
) }),
|
@@ -6175,7 +6175,7 @@ const rc = ({ transaction: e }) => {
|
|
6175
6175
|
i(X.ON_TRANSACTION_DATE_CLICK), d(!0);
|
6176
6176
|
},
|
6177
6177
|
children: [
|
6178
|
-
/* @__PURE__ */ t(Ge, { children: /* @__PURE__ */ t(Jt, { sx: { bgcolor: "border.light" }, variant: "rounded", children: /* @__PURE__ */ t(
|
6178
|
+
/* @__PURE__ */ t(Ge, { children: /* @__PURE__ */ t(Jt, { sx: { bgcolor: "border.light" }, variant: "rounded", children: /* @__PURE__ */ t(H, { name: "calendar_month", sx: { color: "text.primary" }, weight: bt.Dark }) }) }),
|
6179
6179
|
/* @__PURE__ */ t(
|
6180
6180
|
re,
|
6181
6181
|
{
|
@@ -6184,7 +6184,7 @@ const rc = ({ transaction: e }) => {
|
|
6184
6184
|
secondary: /* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: ie(Me(e.date), te.YEAR_MONTH_DAY) })
|
6185
6185
|
}
|
6186
6186
|
),
|
6187
|
-
/* @__PURE__ */ t(Ct, { children: /* @__PURE__ */ t(
|
6187
|
+
/* @__PURE__ */ t(Ct, { children: /* @__PURE__ */ t(H, { name: "chevron_right", weight: bt.Dark }) })
|
6188
6188
|
]
|
6189
6189
|
}
|
6190
6190
|
) }),
|
@@ -6268,9 +6268,9 @@ const rc = ({ transaction: e }) => {
|
|
6268
6268
|
n(X.ON_TRANSACTION_DELETE_LOGO_CLICK), c(!0);
|
6269
6269
|
},
|
6270
6270
|
children: [
|
6271
|
-
/* @__PURE__ */ t(Ge, { children: /* @__PURE__ */ t(Jt, { sx: { bgcolor: "border.light" }, variant: "rounded", children: /* @__PURE__ */ t(
|
6271
|
+
/* @__PURE__ */ t(Ge, { children: /* @__PURE__ */ t(Jt, { sx: { bgcolor: "border.light" }, variant: "rounded", children: /* @__PURE__ */ t(H, { name: "delete", sx: { color: "text.primary" }, weight: bt.Dark }) }) }),
|
6272
6272
|
/* @__PURE__ */ t(re, { primary: o.merchant_logo_title, secondary: o.merchant_logo_desc }),
|
6273
|
-
/* @__PURE__ */ t(Ct, { children: /* @__PURE__ */ t(
|
6273
|
+
/* @__PURE__ */ t(Ct, { children: /* @__PURE__ */ t(H, { name: "chevron_right", weight: bt.Dark }) })
|
6274
6274
|
]
|
6275
6275
|
}
|
6276
6276
|
) }),
|
@@ -6318,13 +6318,13 @@ const rc = ({ transaction: e }) => {
|
|
6318
6318
|
role: "switch",
|
6319
6319
|
children: [
|
6320
6320
|
/* @__PURE__ */ t(Ge, { children: /* @__PURE__ */ t(Jt, { sx: { bgcolor: "border.light" }, variant: "rounded", children: d ? /* @__PURE__ */ t(
|
6321
|
-
|
6321
|
+
H,
|
6322
6322
|
{
|
6323
6323
|
name: "visibilityOff",
|
6324
6324
|
sx: { color: "text.primary" },
|
6325
6325
|
weight: bt.Dark
|
6326
6326
|
}
|
6327
|
-
) : /* @__PURE__ */ t(
|
6327
|
+
) : /* @__PURE__ */ t(H, { name: "visibility", sx: { color: "text.primary" }, weight: bt.Dark }) }) }),
|
6328
6328
|
/* @__PURE__ */ t(
|
6329
6329
|
re,
|
6330
6330
|
{
|
@@ -6379,7 +6379,7 @@ const rc = ({ transaction: e }) => {
|
|
6379
6379
|
/* @__PURE__ */ t(p, { bold: !0, mb: 4, truncate: !0, variant: "Body", children: i || o }),
|
6380
6380
|
/* @__PURE__ */ l(cn, { color: a ? "success.main" : "text.primary", truncate: !0, children: [
|
6381
6381
|
a ? "+" : "",
|
6382
|
-
|
6382
|
+
P(n, "0,0.00")
|
6383
6383
|
] })
|
6384
6384
|
] })
|
6385
6385
|
] });
|
@@ -6403,7 +6403,7 @@ const rc = ({ transaction: e }) => {
|
|
6403
6403
|
n(X.ON_TRANSACTION_MEMO_CLICK), c(!0);
|
6404
6404
|
},
|
6405
6405
|
children: [
|
6406
|
-
/* @__PURE__ */ t(Ge, { children: /* @__PURE__ */ t(Jt, { sx: { bgcolor: "border.light" }, variant: "rounded", children: /* @__PURE__ */ t(
|
6406
|
+
/* @__PURE__ */ t(Ge, { children: /* @__PURE__ */ t(Jt, { sx: { bgcolor: "border.light" }, variant: "rounded", children: /* @__PURE__ */ t(H, { name: "article", sx: { color: "text.primary" }, weight: bt.Dark }) }) }),
|
6407
6407
|
/* @__PURE__ */ t(
|
6408
6408
|
re,
|
6409
6409
|
{
|
@@ -6420,7 +6420,7 @@ const rc = ({ transaction: e }) => {
|
|
6420
6420
|
)
|
6421
6421
|
}
|
6422
6422
|
),
|
6423
|
-
/* @__PURE__ */ t(Ct, { children: /* @__PURE__ */ t(
|
6423
|
+
/* @__PURE__ */ t(Ct, { children: /* @__PURE__ */ t(H, { name: "chevron_right", weight: bt.Dark }) })
|
6424
6424
|
]
|
6425
6425
|
}
|
6426
6426
|
) }),
|
@@ -6497,7 +6497,7 @@ const rc = ({ transaction: e }) => {
|
|
6497
6497
|
}
|
6498
6498
|
) })
|
6499
6499
|
] }) }),
|
6500
|
-
/* @__PURE__ */ t(Je, { item: !0, xs: 5, children: m ? /* @__PURE__ */ t("div", { className: "mx-txn-split-manager-row-top-container", children: /* @__PURE__ */ t(p, { children:
|
6500
|
+
/* @__PURE__ */ t(Je, { item: !0, xs: 5, children: m ? /* @__PURE__ */ t("div", { className: "mx-txn-split-manager-row-top-container", children: /* @__PURE__ */ t(p, { children: P(r.amount, "0,0.00") }) }) : /* @__PURE__ */ l(b, { alignItems: "start", children: [
|
6501
6501
|
/* @__PURE__ */ l(b, { alignItems: "start", direction: "row", gap: o.Spacing.XSmall, children: [
|
6502
6502
|
/* @__PURE__ */ t(
|
6503
6503
|
en,
|
@@ -6567,7 +6567,7 @@ const rc = ({ transaction: e }) => {
|
|
6567
6567
|
u(r.length <= 1 ? c.split_transaction_errors_min_splits : ""), u(
|
6568
6568
|
r[0].amount < 0 ? S(
|
6569
6569
|
c.split_transaction_errors_totals_must_equal_amount,
|
6570
|
-
|
6570
|
+
P(o.amount, "0,0.00")
|
6571
6571
|
) : ""
|
6572
6572
|
);
|
6573
6573
|
}, [r]), /* @__PURE__ */ l(M, { className: "mx-txn-split-manager", children: [
|
@@ -6627,23 +6627,23 @@ const rc = ({ transaction: e }) => {
|
|
6627
6627
|
L.push({ ..._ }), L[0].amount -= 1, E(L);
|
6628
6628
|
}, T = (L) => {
|
6629
6629
|
if (L > 0) {
|
6630
|
-
const U = f[L],
|
6631
|
-
|
6630
|
+
const U = f[L], B = [...f];
|
6631
|
+
B.splice(L, 1), B[0].amount += U.amount, E(B);
|
6632
6632
|
}
|
6633
6633
|
}, v = (L, U) => {
|
6634
|
-
const
|
6635
|
-
|
6636
|
-
(j,
|
6634
|
+
const B = [...f];
|
6635
|
+
B[L].amount = U, B[0].amount = e.amount - B.reduce(
|
6636
|
+
(j, he, V) => j + (V !== 0 ? he.amount : 0),
|
6637
6637
|
0
|
6638
|
-
), E(
|
6638
|
+
), E(B);
|
6639
6639
|
}, N = (L, U) => {
|
6640
|
-
const
|
6641
|
-
j && (
|
6642
|
-
...
|
6640
|
+
const B = [...f], j = c.find((he) => he.guid === U);
|
6641
|
+
j && (B[L] = {
|
6642
|
+
...B[L],
|
6643
6643
|
category_guid: U,
|
6644
6644
|
category: j.name,
|
6645
6645
|
top_level_category_guid: j.parent_guid || U
|
6646
|
-
}, E(
|
6646
|
+
}, E(B));
|
6647
6647
|
}, x = () => {
|
6648
6648
|
if (e.parent_guid || e.has_been_split) {
|
6649
6649
|
C(!0);
|
@@ -6663,12 +6663,12 @@ const rc = ({ transaction: e }) => {
|
|
6663
6663
|
const L = e.parent_guid ?? e.guid;
|
6664
6664
|
await a(L);
|
6665
6665
|
}, O = g.useMemo(() => {
|
6666
|
-
const L = f.some((
|
6666
|
+
const L = f.some((B) => !B.category_guid), U = f.some((B) => B.amount <= 0);
|
6667
6667
|
return L || U;
|
6668
6668
|
}, [f]);
|
6669
6669
|
return /* @__PURE__ */ l(g.Fragment, { children: [
|
6670
6670
|
e && /* @__PURE__ */ t(q, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ l(de, { onClick: x, children: [
|
6671
|
-
/* @__PURE__ */ t(Ge, { children: /* @__PURE__ */ t(Jt, { sx: { bgcolor: "border.light" }, variant: "rounded", children: /* @__PURE__ */ t(
|
6671
|
+
/* @__PURE__ */ t(Ge, { children: /* @__PURE__ */ t(Jt, { sx: { bgcolor: "border.light" }, variant: "rounded", children: /* @__PURE__ */ t(H, { name: "call_split", sx: { color: "text.primary" }, weight: bt.Dark }) }) }),
|
6672
6672
|
/* @__PURE__ */ t(
|
6673
6673
|
re,
|
6674
6674
|
{
|
@@ -6676,7 +6676,7 @@ const rc = ({ transaction: e }) => {
|
|
6676
6676
|
secondary: e.has_been_split || e.parent_guid ? o.split_transaction_unsplit_subtitle : o.split_transaction_desc
|
6677
6677
|
}
|
6678
6678
|
),
|
6679
|
-
/* @__PURE__ */ t(Ct, { children: e.has_been_split || e.parent_guid ? /* @__PURE__ */ t(
|
6679
|
+
/* @__PURE__ */ t(Ct, { children: e.has_been_split || e.parent_guid ? /* @__PURE__ */ t(H, { name: "delete", weight: bt.Dark }) : /* @__PURE__ */ t(H, { name: "chevron_right", weight: bt.Dark }) })
|
6680
6680
|
] }) }),
|
6681
6681
|
/* @__PURE__ */ l(
|
6682
6682
|
ne,
|
@@ -6953,7 +6953,7 @@ const rc = ({ transaction: e }) => {
|
|
6953
6953
|
n(X.ON_TRANSACTION_TAGS_CLICK), _(!0);
|
6954
6954
|
},
|
6955
6955
|
children: [
|
6956
|
-
/* @__PURE__ */ t(Ge, { children: /* @__PURE__ */ t(Jt, { sx: { bgcolor: "border.light" }, variant: "rounded", children: /* @__PURE__ */ t(
|
6956
|
+
/* @__PURE__ */ t(Ge, { children: /* @__PURE__ */ t(Jt, { sx: { bgcolor: "border.light" }, variant: "rounded", children: /* @__PURE__ */ t(H, { name: "local_offer", sx: { color: "text.primary" }, weight: bt.Dark }) }) }),
|
6957
6957
|
/* @__PURE__ */ t(
|
6958
6958
|
re,
|
6959
6959
|
{
|
@@ -6962,7 +6962,7 @@ const rc = ({ transaction: e }) => {
|
|
6962
6962
|
secondary: /* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: e.tags?.length > 0 ? f : s.tags_desc })
|
6963
6963
|
}
|
6964
6964
|
),
|
6965
|
-
/* @__PURE__ */ t(Ct, { children: /* @__PURE__ */ t(
|
6965
|
+
/* @__PURE__ */ t(Ct, { children: /* @__PURE__ */ t(H, { name: "chevron_right", weight: bt.Dark }) })
|
6966
6966
|
]
|
6967
6967
|
}
|
6968
6968
|
) }),
|
@@ -7027,7 +7027,7 @@ const rc = ({ transaction: e }) => {
|
|
7027
7027
|
s(!0), r(X.ON_TRANSACTION_DESCRIPTION_EDIT_CLICK);
|
7028
7028
|
},
|
7029
7029
|
sx: { color: "action.active" },
|
7030
|
-
children: /* @__PURE__ */ t(
|
7030
|
+
children: /* @__PURE__ */ t(H, { name: "create", size: 22 })
|
7031
7031
|
}
|
7032
7032
|
)
|
7033
7033
|
] }) });
|
@@ -7086,7 +7086,7 @@ const rc = ({ transaction: e }) => {
|
|
7086
7086
|
/* @__PURE__ */ l(b, { direction: "row", justifyContent: "space-between", children: [
|
7087
7087
|
/* @__PURE__ */ l(cn, { color: i.isIncome ? "success.main" : "text.primary", children: [
|
7088
7088
|
i.isIncome ? "+" : "",
|
7089
|
-
|
7089
|
+
P(i.amount, "0,0.00")
|
7090
7090
|
] }),
|
7091
7091
|
/* @__PURE__ */ t(Dh, { transaction: i })
|
7092
7092
|
] }),
|
@@ -7114,7 +7114,7 @@ const rc = ({ transaction: e }) => {
|
|
7114
7114
|
i.is_manual && /* @__PURE__ */ t(oh, { transaction: i })
|
7115
7115
|
] }) })
|
7116
7116
|
] }) }) : /* @__PURE__ */ t(ue, {});
|
7117
|
-
},
|
7117
|
+
}, jn = A(Rh), Oh = ({ copy: e, isOpen: n, onClose: i, onPrimaryAction: a }) => {
|
7118
7118
|
const { common: r, transactions: o } = I(), { isCopyLoaded: s } = ce();
|
7119
7119
|
return s ? /* @__PURE__ */ l(
|
7120
7120
|
ke,
|
@@ -7138,7 +7138,7 @@ const rc = ({ transaction: e }) => {
|
|
7138
7138
|
() => e.filter((y) => y.is_manual),
|
7139
7139
|
[e]
|
7140
7140
|
).map((y) => ({
|
7141
|
-
label: `${y.name} | ${
|
7141
|
+
label: `${y.name} | ${P(y.balance, "0,0.00")}`,
|
7142
7142
|
value: y.guid
|
7143
7143
|
})), h = {
|
7144
7144
|
error_amount_is_invalid: n.currency_input.error_amount_is_invalid,
|
@@ -7296,19 +7296,19 @@ const rc = ({ transaction: e }) => {
|
|
7296
7296
|
} = Se(), { common: R, transactions: D } = I(), { userProfile: $ } = dn(), { onEvent: O } = z(), {
|
7297
7297
|
displayedDateRange: L,
|
7298
7298
|
isCopyLoaded: U,
|
7299
|
-
isInitialized:
|
7299
|
+
isInitialized: B,
|
7300
7300
|
selectedAccountGuids: j,
|
7301
|
-
selectedAccounts:
|
7301
|
+
selectedAccounts: he,
|
7302
7302
|
setDisplayedDate: V,
|
7303
7303
|
setSelectedAccounts: Ce
|
7304
|
-
} = ce(), [
|
7304
|
+
} = ce(), [me, _e] = g.useState(""), [Pe, ge] = g.useState(""), [Ke, je] = g.useState(!1), [Te, _t] = g.useState(!1), [un, se] = g.useState(!1);
|
7305
7305
|
g.useEffect(() => {
|
7306
7306
|
Ce(r);
|
7307
7307
|
}, [r]), g.useEffect(() => {
|
7308
7308
|
const st = $e(le()), Ur = Xe(le());
|
7309
7309
|
V(st, Ur), T({
|
7310
7310
|
dateRange: { start: st, end: Ur },
|
7311
|
-
accounts:
|
7311
|
+
accounts: he.map((Ba) => Ba.guid),
|
7312
7312
|
custom: (Ba) => !Ba.accountIsClosed
|
7313
7313
|
}), se(!0), O(W.TRANSACTIONS_VIEW);
|
7314
7314
|
}, []), g.useEffect(() => {
|
@@ -7350,7 +7350,7 @@ const rc = ({ transaction: e }) => {
|
|
7350
7350
|
}, il = async () => {
|
7351
7351
|
Fe && !Fe.has_been_viewed && await x({ ...Fe, has_been_viewed: !0 }), _e("");
|
7352
7352
|
};
|
7353
|
-
return !U || !
|
7353
|
+
return !U || !B || !un ? /* @__PURE__ */ t(ue, {}) : /* @__PURE__ */ l(
|
7354
7354
|
Ot,
|
7355
7355
|
{
|
7356
7356
|
accountOptions: r,
|
@@ -7394,13 +7394,13 @@ const rc = ({ transaction: e }) => {
|
|
7394
7394
|
{
|
7395
7395
|
height: `calc(${n} - ${No}px)`,
|
7396
7396
|
onCategoryClick: (st) => {
|
7397
|
-
|
7397
|
+
ge(st), _e(
|
7398
7398
|
"category"
|
7399
7399
|
/* Category */
|
7400
7400
|
);
|
7401
7401
|
},
|
7402
7402
|
onRowClick: (st) => {
|
7403
|
-
|
7403
|
+
ge(st), _e(
|
7404
7404
|
"transaction"
|
7405
7405
|
/* Transaction */
|
7406
7406
|
), O(W.TRANSACTIONS_CLICK_DETAILS, { transaction_guid: st });
|
@@ -7421,7 +7421,7 @@ const rc = ({ transaction: e }) => {
|
|
7421
7421
|
{
|
7422
7422
|
height: `calc(${n} - ${No}px)`,
|
7423
7423
|
onClick: (st) => {
|
7424
|
-
|
7424
|
+
ge(st), _e(
|
7425
7425
|
"transaction"
|
7426
7426
|
/* Transaction */
|
7427
7427
|
);
|
@@ -7436,17 +7436,17 @@ const rc = ({ transaction: e }) => {
|
|
7436
7436
|
ne,
|
7437
7437
|
{
|
7438
7438
|
ariaLabelClose: R.close_aria,
|
7439
|
-
isOpen:
|
7439
|
+
isOpen: me === "transaction",
|
7440
7440
|
onClose: il,
|
7441
7441
|
title: D.details_title,
|
7442
|
-
children: Fe && /* @__PURE__ */ t(
|
7442
|
+
children: Fe && /* @__PURE__ */ t(jn, { transaction: Fe })
|
7443
7443
|
}
|
7444
7444
|
),
|
7445
|
-
Fe &&
|
7445
|
+
Fe && me === "category" && /* @__PURE__ */ t(
|
7446
7446
|
Bh,
|
7447
7447
|
{
|
7448
7448
|
onClose: () => {
|
7449
|
-
c(""), _e(""),
|
7449
|
+
c(""), _e(""), ge("");
|
7450
7450
|
},
|
7451
7451
|
transaction: Fe
|
7452
7452
|
}
|
@@ -7455,7 +7455,7 @@ const rc = ({ transaction: e }) => {
|
|
7455
7455
|
ne,
|
7456
7456
|
{
|
7457
7457
|
ariaLabelClose: R.close_aria,
|
7458
|
-
isOpen:
|
7458
|
+
isOpen: me === "addTransaction",
|
7459
7459
|
isPrimaryDisabled: !_n,
|
7460
7460
|
onClose: () => _e(""),
|
7461
7461
|
onPrimaryAction: Ga,
|
@@ -7493,7 +7493,7 @@ const rc = ({ transaction: e }) => {
|
|
7493
7493
|
repeat_month: null,
|
7494
7494
|
repeat_weekday: null,
|
7495
7495
|
start_date: Oe(e.expectedDate)
|
7496
|
-
}, a = `${
|
7496
|
+
}, a = `${Jn(e.expectedDate)}`, r = `${Qn(e.expectedDate)}`, o = `${ni(e.expectedDate)}`;
|
7497
7497
|
switch (e.recurrenceType) {
|
7498
7498
|
case Q.EveryWeek:
|
7499
7499
|
i.repeat_interval = "1", i.repeat_weekday = o;
|
@@ -7514,7 +7514,7 @@ const rc = ({ transaction: e }) => {
|
|
7514
7514
|
return i;
|
7515
7515
|
}, uc = (e, n) => ({
|
7516
7516
|
...n,
|
7517
|
-
occurs_on:
|
7517
|
+
occurs_on: zn(e.expectedDate, { representation: "date" }),
|
7518
7518
|
recurrence_type: e.recurrenceType
|
7519
7519
|
}), Hh = ({ activity: e }) => {
|
7520
7520
|
const { recurring: n } = I(), { cashflowSequences: i, scheduledPayments: a, updateCashflowSequence: r, updateScheduledPayment: o } = tt(), { onEvent: s } = z(), [c, d] = g.useState(!1), _ = e.activityType === Qe.Income, u = [
|
@@ -7575,7 +7575,7 @@ const rc = ({ transaction: e }) => {
|
|
7575
7575
|
primaryTypographyProps: { fontWeight: 400 }
|
7576
7576
|
}
|
7577
7577
|
),
|
7578
|
-
e.recurrenceType === f.id && /* @__PURE__ */ t(
|
7578
|
+
e.recurrenceType === f.id && /* @__PURE__ */ t(H, { color: "primary", fill: !0, name: "check_circle", size: 24 })
|
7579
7579
|
] }) }, f.id),
|
7580
7580
|
/* @__PURE__ */ t(G, {})
|
7581
7581
|
] }, f.id)) })
|
@@ -7686,7 +7686,7 @@ const rc = ({ transaction: e }) => {
|
|
7686
7686
|
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: e.name }),
|
7687
7687
|
/* @__PURE__ */ l(cn, { color: T ? "success.main" : "text.primary", children: [
|
7688
7688
|
T ? "+" : "",
|
7689
|
-
|
7689
|
+
P(e.amount, "0,0.00")
|
7690
7690
|
] })
|
7691
7691
|
] }),
|
7692
7692
|
/* @__PURE__ */ l(ae, { sx: { bgcolor: "background.paper" }, children: [
|
@@ -7722,7 +7722,7 @@ const rc = ({ transaction: e }) => {
|
|
7722
7722
|
{
|
7723
7723
|
color: "error",
|
7724
7724
|
onClick: x,
|
7725
|
-
startIcon: /* @__PURE__ */ t(
|
7725
|
+
startIcon: /* @__PURE__ */ t(H, { name: "delete" }),
|
7726
7726
|
sx: { mx: 24, my: 16 },
|
7727
7727
|
variant: "text",
|
7728
7728
|
children: T ? i.delete_income_title : i.delete_expense_title
|
@@ -7737,7 +7737,7 @@ const rc = ({ transaction: e }) => {
|
|
7737
7737
|
isOpen: !!f,
|
7738
7738
|
onClose: () => E(""),
|
7739
7739
|
title: i.transaction_details_drawer_title,
|
7740
|
-
children: v && /* @__PURE__ */ t(
|
7740
|
+
children: v && /* @__PURE__ */ t(jn, { transaction: v })
|
7741
7741
|
}
|
7742
7742
|
),
|
7743
7743
|
/* @__PURE__ */ t(
|
@@ -7876,7 +7876,7 @@ const rc = ({ transaction: e }) => {
|
|
7876
7876
|
children: /* @__PURE__ */ l(b, { alignItems: "flex-end", width: "100%", children: [
|
7877
7877
|
/* @__PURE__ */ l(p, { bold: !0, color: c ? "success.main" : "text.primary", variant: "Body", children: [
|
7878
7878
|
c ? "+" : "",
|
7879
|
-
|
7879
|
+
P(e.amount, "0,0.00")
|
7880
7880
|
] }),
|
7881
7881
|
!n && /* @__PURE__ */ l(
|
7882
7882
|
b,
|
@@ -7888,8 +7888,8 @@ const rc = ({ transaction: e }) => {
|
|
7888
7888
|
textTransform: "uppercase",
|
7889
7889
|
width: "100%",
|
7890
7890
|
children: [
|
7891
|
-
d && /* @__PURE__ */ t(
|
7892
|
-
_ && /* @__PURE__ */ t(
|
7891
|
+
d && /* @__PURE__ */ t(H, { color: "success", fill: !0, name: "check_circle", size: 12 }),
|
7892
|
+
_ && /* @__PURE__ */ t(H, { color: "error", fill: !0, name: "cancel", size: 12 }),
|
7893
7893
|
/* @__PURE__ */ t(p, { bold: !0, color: "secondary.light", variant: "XSmall", children: h })
|
7894
7894
|
]
|
7895
7895
|
}
|
@@ -7930,19 +7930,19 @@ const rc = ({ transaction: e }) => {
|
|
7930
7930
|
};
|
7931
7931
|
switch (n) {
|
7932
7932
|
case Q.EveryWeek:
|
7933
|
-
a.repeat_interval = "1", a.repeat_weekday = `${
|
7933
|
+
a.repeat_interval = "1", a.repeat_weekday = `${ni(i)}`;
|
7934
7934
|
break;
|
7935
7935
|
case Q.EveryOtherWeek:
|
7936
|
-
a.repeat_interval = "2", a.repeat_weekday = `${
|
7936
|
+
a.repeat_interval = "2", a.repeat_weekday = `${ni(i)}`;
|
7937
7937
|
break;
|
7938
7938
|
case Q.EveryMonth:
|
7939
|
-
a.repeat_day = `${
|
7939
|
+
a.repeat_day = `${Jn(i)}`;
|
7940
7940
|
break;
|
7941
7941
|
case Q.EveryQuarter:
|
7942
|
-
a.repeat_interval = "3", a.repeat_day = `${
|
7942
|
+
a.repeat_interval = "3", a.repeat_day = `${Jn(i)}`;
|
7943
7943
|
break;
|
7944
7944
|
case Q.EveryYear:
|
7945
|
-
a.repeat_day = `${
|
7945
|
+
a.repeat_day = `${Jn(i)}`, a.repeat_month = `${Qn(i)}`;
|
7946
7946
|
break;
|
7947
7947
|
}
|
7948
7948
|
return a;
|
@@ -7962,21 +7962,21 @@ const rc = ({ transaction: e }) => {
|
|
7962
7962
|
description: e.feed_description || e.description,
|
7963
7963
|
is_tracked_by_user: !0,
|
7964
7964
|
merchant_guid: e.merchant_guid,
|
7965
|
-
occurs_on:
|
7965
|
+
occurs_on: zn(i, { representation: "date" }),
|
7966
7966
|
recurrence_day: 0,
|
7967
7967
|
recurrence_type: Q.EveryMonth
|
7968
7968
|
};
|
7969
7969
|
switch (n) {
|
7970
7970
|
case Q.EveryWeek:
|
7971
7971
|
case Q.EveryOtherWeek:
|
7972
|
-
a.recurrence_day =
|
7972
|
+
a.recurrence_day = ni(i);
|
7973
7973
|
break;
|
7974
7974
|
case Q.EveryMonth:
|
7975
7975
|
case Q.EveryOtherMonth:
|
7976
7976
|
case Q.EveryQuarter:
|
7977
7977
|
case Q.EveryOtherQuarter:
|
7978
7978
|
case Q.EveryYear:
|
7979
|
-
a.recurrence_day =
|
7979
|
+
a.recurrence_day = Jn(i);
|
7980
7980
|
break;
|
7981
7981
|
}
|
7982
7982
|
return a;
|
@@ -8063,7 +8063,7 @@ const rc = ({ transaction: e }) => {
|
|
8063
8063
|
{
|
8064
8064
|
InputLabelProps: { shrink: !0 },
|
8065
8065
|
SelectProps: {
|
8066
|
-
IconComponent: (u) => /* @__PURE__ */ t(
|
8066
|
+
IconComponent: (u) => /* @__PURE__ */ t(H, { fill: !1, name: "expand_more", size: 20, sx: { mr: 4 }, ...u })
|
8067
8067
|
},
|
8068
8068
|
defaultValue: 0,
|
8069
8069
|
label: c.frequency,
|
@@ -8118,10 +8118,10 @@ const rc = ({ transaction: e }) => {
|
|
8118
8118
|
return /* @__PURE__ */ l(M, { children: [
|
8119
8119
|
/* @__PURE__ */ t(q, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ t(de, { onClick: N, children: /* @__PURE__ */ t(re, { children: /* @__PURE__ */ l(b, { alignItems: "center", direction: "row", justifyContent: "space-between", children: [
|
8120
8120
|
/* @__PURE__ */ l(b, { alignItems: "center", direction: "row", gap: 8, children: [
|
8121
|
-
/* @__PURE__ */ t(
|
8121
|
+
/* @__PURE__ */ t(H, { fill: !0, name: "add_box", size: 24, sx: { color: "primary.light" } }),
|
8122
8122
|
/* @__PURE__ */ t(p, { bold: !0, sx: { color: "primary.light" }, variant: "Body", children: n })
|
8123
8123
|
] }),
|
8124
|
-
/* @__PURE__ */ t(
|
8124
|
+
/* @__PURE__ */ t(H, { name: "chevron_right", size: 24, sx: { color: "primary.light" } })
|
8125
8125
|
] }) }) }) }),
|
8126
8126
|
/* @__PURE__ */ t(G, {}),
|
8127
8127
|
/* @__PURE__ */ t(
|
@@ -8226,7 +8226,7 @@ const rc = ({ transaction: e }) => {
|
|
8226
8226
|
transactionGuid: u.transaction_guid
|
8227
8227
|
};
|
8228
8228
|
}), c = a.filter(
|
8229
|
-
(u) =>
|
8229
|
+
(u) => ii(Me(u.expected_date), {
|
8230
8230
|
start: $e(le()),
|
8231
8231
|
end: Mt(le(), 30)
|
8232
8232
|
})
|
@@ -8289,11 +8289,11 @@ const rc = ({ transaction: e }) => {
|
|
8289
8289
|
break;
|
8290
8290
|
case Q.EveryOtherWeek:
|
8291
8291
|
if (ve(s, u))
|
8292
|
-
for (m =
|
8292
|
+
for (m = Zn(s, 2); ve(m, h); )
|
8293
8293
|
Zt(m, u) && a.push({
|
8294
8294
|
...c,
|
8295
8295
|
expectedDate: m
|
8296
|
-
}), m =
|
8296
|
+
}), m = Zn(m, 2);
|
8297
8297
|
else {
|
8298
8298
|
for (a.push({
|
8299
8299
|
...c,
|
@@ -8303,11 +8303,11 @@ const rc = ({ transaction: e }) => {
|
|
8303
8303
|
...c,
|
8304
8304
|
expectedDate: m
|
8305
8305
|
}), m = eo(m, 2);
|
8306
|
-
for (m =
|
8306
|
+
for (m = Zn(s, 2); ve(m, h); )
|
8307
8307
|
a.push({
|
8308
8308
|
...c,
|
8309
8309
|
expectedDate: m
|
8310
|
-
}), m =
|
8310
|
+
}), m = Zn(m, 2);
|
8311
8311
|
}
|
8312
8312
|
break;
|
8313
8313
|
case Q.EveryMonth:
|
@@ -8347,9 +8347,9 @@ const rc = ({ transaction: e }) => {
|
|
8347
8347
|
});
|
8348
8348
|
break;
|
8349
8349
|
case Q.EveryYear:
|
8350
|
-
ve(s, u) ? ve(
|
8350
|
+
ve(s, u) ? ve(ti(s, 1), h) && a.push({
|
8351
8351
|
...c,
|
8352
|
-
expectedDate:
|
8352
|
+
expectedDate: ti(s, 1)
|
8353
8353
|
}) : ve(s, h) && a.push({
|
8354
8354
|
...c,
|
8355
8355
|
expectedDate: s
|
@@ -8435,16 +8435,16 @@ const rc = ({ transaction: e }) => {
|
|
8435
8435
|
e === 0 && /* @__PURE__ */ t(eg, {}),
|
8436
8436
|
e === 1 && /* @__PURE__ */ t(Rr, {})
|
8437
8437
|
] });
|
8438
|
-
}, fc = A(rg), _i = (e, n) => e + n.amount, $a = (e) => e.activityType === Qe.Income &&
|
8438
|
+
}, fc = A(rg), _i = (e, n) => e + n.amount, $a = (e) => e.activityType === Qe.Income && ii(e.expectedDate, {
|
8439
8439
|
start: $e(le()),
|
8440
8440
|
end: Xe(le())
|
8441
|
-
}), Hi = (e) => e.activityType === Qe.Expense &&
|
8441
|
+
}), Hi = (e) => e.activityType === Qe.Expense && ii(e.expectedDate, {
|
8442
8442
|
start: $e(le()),
|
8443
8443
|
end: Xe(le())
|
8444
|
-
}), Fa = (e) => e.occurredOnDate &&
|
8444
|
+
}), Fa = (e) => e.occurredOnDate && ii(e.occurredOnDate, {
|
8445
8445
|
start: $e(/* @__PURE__ */ new Date()),
|
8446
8446
|
end: Mt(le(), 30)
|
8447
|
-
}) ||
|
8447
|
+
}) || ii(e.expectedDate, {
|
8448
8448
|
start: $e(/* @__PURE__ */ new Date()),
|
8449
8449
|
end: Mt(le(), 30)
|
8450
8450
|
}), og = ({ day: e, outsideCurrentMonth: n, ...i }) => {
|
@@ -8664,21 +8664,21 @@ const rc = ({ transaction: e }) => {
|
|
8664
8664
|
/* @__PURE__ */ l(M, { children: [
|
8665
8665
|
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: `${r} ${e}` }),
|
8666
8666
|
/* @__PURE__ */ l(b, { direction: "row", gap: 2, mb: 8, children: [
|
8667
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "XSmall", children:
|
8667
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "XSmall", children: P(i, "0,0.00") }),
|
8668
8668
|
/* @__PURE__ */ t(p, { variant: "XSmall", children: s.paid?.toLowerCase() }),
|
8669
8669
|
a !== void 0 && /* @__PURE__ */ l(Z, { children: [
|
8670
8670
|
/* @__PURE__ */ t(p, { variant: "XSmall", children: "/" }),
|
8671
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "XSmall", children:
|
8671
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "XSmall", children: P(a, "0,0.00") }),
|
8672
8672
|
/* @__PURE__ */ t(p, { variant: "XSmall", children: s.missed?.toLowerCase() })
|
8673
8673
|
] }),
|
8674
8674
|
/* @__PURE__ */ t(p, { variant: "XSmall", children: "/" }),
|
8675
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "XSmall", children:
|
8675
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "XSmall", children: P(n, "0,0.00") }),
|
8676
8676
|
/* @__PURE__ */ t(p, { variant: "XSmall", children: s.expected })
|
8677
8677
|
] })
|
8678
8678
|
] }),
|
8679
|
-
o && /* @__PURE__ */ t(ee, { onClick: o, startIcon: /* @__PURE__ */ t(
|
8679
|
+
o && /* @__PURE__ */ t(ee, { onClick: o, startIcon: /* @__PURE__ */ t(H, { name: "add" }), variant: "text", children: s.add_new })
|
8680
8680
|
] }),
|
8681
|
-
/* @__PURE__ */ t(
|
8681
|
+
/* @__PURE__ */ t(ri, { data: d })
|
8682
8682
|
] });
|
8683
8683
|
}, Oo = A(hg), gg = () => {
|
8684
8684
|
const { recurring: e } = I(), { isMobile: n, isSmallTablet: i } = De(), {
|
@@ -8689,8 +8689,8 @@ const rc = ({ transaction: e }) => {
|
|
8689
8689
|
selectedDayActivities: c,
|
8690
8690
|
setSelectedDay: d,
|
8691
8691
|
upcomingActivities: _
|
8692
|
-
} = tt(), [u, h] = g.useState(0), { onEvent: m } = z(), C = a.filter(Fa), f = o.filter(Fa), E = r.filter(Fa), y = C.filter(Hi).reduce(_i, 0), T = f.filter(Hi).reduce(_i, 0), v = E.filter(Hi).reduce(_i, 0), N = C.filter(Hi).length, x = C.filter($a).reduce(_i, 0), R = f.filter($a).reduce(_i, 0), D = C.filter($a).length, $ = (U,
|
8693
|
-
h(
|
8692
|
+
} = tt(), [u, h] = g.useState(0), { onEvent: m } = z(), C = a.filter(Fa), f = o.filter(Fa), E = r.filter(Fa), y = C.filter(Hi).reduce(_i, 0), T = f.filter(Hi).reduce(_i, 0), v = E.filter(Hi).reduce(_i, 0), N = C.filter(Hi).length, x = C.filter($a).reduce(_i, 0), R = f.filter($a).reduce(_i, 0), D = C.filter($a).length, $ = (U, B) => {
|
8693
|
+
h(B);
|
8694
8694
|
}, O = (U) => {
|
8695
8695
|
m(W.RECURRING_ACTIVITY_CLICK_UPCOMING, {
|
8696
8696
|
transaction_guid: U.transactionGuid
|
@@ -9092,12 +9092,12 @@ const Eg = {
|
|
9092
9092
|
name: "balance",
|
9093
9093
|
placeholder: S(n.enter_value, n.account_balance),
|
9094
9094
|
type: It.Currency,
|
9095
|
-
valueFormatter: (r) =>
|
9095
|
+
valueFormatter: (r) => P(r, "0,0.00")
|
9096
9096
|
});
|
9097
9097
|
const a = Object.keys(oe).filter((r) => Number(r)).map((r) => ({
|
9098
9098
|
label: n.account_types[r],
|
9099
9099
|
value: Number(r),
|
9100
|
-
icon: /* @__PURE__ */ t(
|
9100
|
+
icon: /* @__PURE__ */ t(H, { name: Ms[r] })
|
9101
9101
|
}));
|
9102
9102
|
i.push({
|
9103
9103
|
label: n.account_type,
|
@@ -9112,7 +9112,7 @@ const Eg = {
|
|
9112
9112
|
const a = Object.keys(Ds).filter((r) => Number(r)).map((r) => ({
|
9113
9113
|
label: n.property_types[r],
|
9114
9114
|
value: Number(r),
|
9115
|
-
icon: /* @__PURE__ */ t(
|
9115
|
+
icon: /* @__PURE__ */ t(H, { name: Vd[r] })
|
9116
9116
|
}));
|
9117
9117
|
i.push({
|
9118
9118
|
label: n.property_type,
|
@@ -9140,7 +9140,7 @@ const Eg = {
|
|
9140
9140
|
name: "minimum_payment",
|
9141
9141
|
placeholder: S(n.enter_value, n.minimum_payment),
|
9142
9142
|
type: It.Currency,
|
9143
|
-
valueFormatter: (a) =>
|
9143
|
+
valueFormatter: (a) => P(a, "0,0.00")
|
9144
9144
|
}), e.payment_due_at ? i.push({
|
9145
9145
|
label: n.next_payment,
|
9146
9146
|
name: "payment_due_at",
|
@@ -9163,21 +9163,21 @@ const Eg = {
|
|
9163
9163
|
name: "credit_limit",
|
9164
9164
|
placeholder: S(n.enter_value, n.credit_limit),
|
9165
9165
|
type: It.Currency,
|
9166
|
-
valueFormatter: (a) =>
|
9166
|
+
valueFormatter: (a) => P(a, "0,0.00")
|
9167
9167
|
}), xg(e) && i.push({
|
9168
9168
|
label: n.original_balance,
|
9169
9169
|
minAmount: 1,
|
9170
9170
|
name: "original_balance",
|
9171
9171
|
placeholder: S(n.enter_value, n.original_balance),
|
9172
9172
|
type: It.Currency,
|
9173
|
-
valueFormatter: (a) =>
|
9173
|
+
valueFormatter: (a) => P(a, "0,0.00")
|
9174
9174
|
}), i;
|
9175
9175
|
}, yc = (e, n) => {
|
9176
9176
|
let i = "", a = null, r = null, o = null, s = !1;
|
9177
9177
|
switch (e.account_type) {
|
9178
9178
|
case 1:
|
9179
9179
|
case 2: {
|
9180
|
-
e.available_balance ? (i = n.available_balance, a = e.available_balance, r = e.available_balance ? n.current_balance : null, o =
|
9180
|
+
e.available_balance ? (i = n.available_balance, a = e.available_balance, r = e.available_balance ? n.current_balance : null, o = P(e.balance, "0,0.00"), s = !0) : (i = n.current_balance, a = e.balance);
|
9181
9181
|
break;
|
9182
9182
|
}
|
9183
9183
|
default:
|
@@ -9185,10 +9185,10 @@ const Eg = {
|
|
9185
9185
|
const c = typeof e.payment_due_at == "number" ? new Date(e.payment_due_at * 1e3) : e.payment_due_at;
|
9186
9186
|
r = /* @__PURE__ */ t(p, { component: "strong", variant: "XSmall", children: S(
|
9187
9187
|
n.payment_due_on,
|
9188
|
-
|
9188
|
+
P(e.minimum_payment, "0,0.00"),
|
9189
9189
|
ie(c, te.FULL_MONTH_DAY)
|
9190
9190
|
) });
|
9191
|
-
} else e.credit_limit && (r = n.available_credit, o =
|
9191
|
+
} else e.credit_limit && (r = n.available_credit, o = P(e.credit_limit, "0,0.00"));
|
9192
9192
|
}
|
9193
9193
|
return {
|
9194
9194
|
firstSubtitle: i,
|
@@ -9244,7 +9244,7 @@ const Eg = {
|
|
9244
9244
|
secondary: /* @__PURE__ */ l(Z, { children: [
|
9245
9245
|
/* @__PURE__ */ l(M, { sx: { alignItems: "center", display: "flex", justifyContent: "space-between" }, children: [
|
9246
9246
|
/* @__PURE__ */ t(p, { variant: "XSmall", children: s }),
|
9247
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "Small", children:
|
9247
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "Small", children: P(c, "0,0.00") })
|
9248
9248
|
] }),
|
9249
9249
|
/* @__PURE__ */ l(M, { sx: { alignItems: "center", display: "flex", justifyContent: "space-between" }, children: [
|
9250
9250
|
/* @__PURE__ */ t(p, { variant: "XSmall", children: d }),
|
@@ -9315,7 +9315,7 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
9315
9315
|
/* @__PURE__ */ t(p, { bold: !0, sx: { fontSize: 12 }, children: n === xi.EXPENSE ? i.expenses : i.income }),
|
9316
9316
|
/* @__PURE__ */ l(p, { bold: !0, sx: { fontSize: 13 }, children: [
|
9317
9317
|
n === xi.EXPENSE ? "-" : "+",
|
9318
|
-
|
9318
|
+
P(e, "0,0.00")
|
9319
9319
|
] })
|
9320
9320
|
]
|
9321
9321
|
}
|
@@ -9420,21 +9420,21 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
9420
9420
|
flex: 1,
|
9421
9421
|
headerName: i.balance,
|
9422
9422
|
type: "number",
|
9423
|
-
renderCell: (_) =>
|
9423
|
+
renderCell: (_) => P(_.value, "0,0.00")
|
9424
9424
|
},
|
9425
9425
|
{
|
9426
9426
|
field: "income",
|
9427
9427
|
flex: 1,
|
9428
9428
|
headerName: i.projected_income,
|
9429
9429
|
type: "number",
|
9430
|
-
renderCell: (_) => `+${
|
9430
|
+
renderCell: (_) => `+${P(_.value, "0,0.00")}`
|
9431
9431
|
},
|
9432
9432
|
{
|
9433
9433
|
field: "expenses",
|
9434
9434
|
flex: 1.1,
|
9435
9435
|
headerName: i.projected_expenses,
|
9436
9436
|
type: "number",
|
9437
|
-
renderCell: (_) => `-${
|
9437
|
+
renderCell: (_) => `-${P(_.value, "0,0.00")}`
|
9438
9438
|
},
|
9439
9439
|
{
|
9440
9440
|
field: "remaining",
|
@@ -9448,7 +9448,7 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
9448
9448
|
{
|
9449
9449
|
color: Math.sign(u) === -1 ? n.palette.error.main : n.palette.text.primary,
|
9450
9450
|
variant: "Small",
|
9451
|
-
children:
|
9451
|
+
children: P(u, "0,0.00")
|
9452
9452
|
}
|
9453
9453
|
);
|
9454
9454
|
}
|
@@ -9661,8 +9661,8 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
9661
9661
|
}
|
9662
9662
|
),
|
9663
9663
|
/* @__PURE__ */ t(M, { sx: { mb: 32 } }),
|
9664
|
-
/* @__PURE__ */ t(
|
9665
|
-
/* @__PURE__ */ t(
|
9664
|
+
/* @__PURE__ */ t(oi, { index: 0, name: "cashflow", value: a, children: /* @__PURE__ */ t(M, { sx: { m: n ? 48 : 16 }, children: /* @__PURE__ */ t(kg, {}) }) }),
|
9665
|
+
/* @__PURE__ */ t(oi, { index: 1, name: "cashflow", value: a, children: /* @__PURE__ */ t(M, { sx: { m: n ? 48 : 16 }, children: /* @__PURE__ */ t(Lg, {}) }) })
|
9666
9666
|
] });
|
9667
9667
|
}, Bg = A(Gg), Rn = ({
|
9668
9668
|
amount: e,
|
@@ -9722,7 +9722,7 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
9722
9722
|
ee,
|
9723
9723
|
{
|
9724
9724
|
onClick: () => n(!0),
|
9725
|
-
startIcon: /* @__PURE__ */ t(
|
9725
|
+
startIcon: /* @__PURE__ */ t(H, { name: "add" }),
|
9726
9726
|
sx: { fontSize: 13 },
|
9727
9727
|
children: a.add_income
|
9728
9728
|
}
|
@@ -9769,7 +9769,7 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
9769
9769
|
ee,
|
9770
9770
|
{
|
9771
9771
|
onClick: () => n(!0),
|
9772
|
-
startIcon: /* @__PURE__ */ t(
|
9772
|
+
startIcon: /* @__PURE__ */ t(H, { name: "add" }),
|
9773
9773
|
sx: { fontSize: 13 },
|
9774
9774
|
children: a.add_income
|
9775
9775
|
}
|
@@ -9831,7 +9831,7 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
9831
9831
|
mr: 24,
|
9832
9832
|
sx: { display: "flex", alignItems: "center", justifyContent: "center", flexShrink: 0 },
|
9833
9833
|
width: 44,
|
9834
|
-
children: /* @__PURE__ */ t(
|
9834
|
+
children: /* @__PURE__ */ t(H, { color: "primary", name: "currency_exchange" })
|
9835
9835
|
}
|
9836
9836
|
),
|
9837
9837
|
i.bullet_one
|
@@ -9847,7 +9847,7 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
9847
9847
|
mr: 24,
|
9848
9848
|
sx: { display: "flex", alignItems: "center", justifyContent: "center", flexShrink: 0 },
|
9849
9849
|
width: 44,
|
9850
|
-
children: /* @__PURE__ */ t(
|
9850
|
+
children: /* @__PURE__ */ t(H, { color: "primary", name: "cardiology" })
|
9851
9851
|
}
|
9852
9852
|
),
|
9853
9853
|
i.bullet_two
|
@@ -9863,7 +9863,7 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
9863
9863
|
mr: 24,
|
9864
9864
|
sx: { display: "flex", alignItems: "center", justifyContent: "center", flexShrink: 0 },
|
9865
9865
|
width: 44,
|
9866
|
-
children: /* @__PURE__ */ t(
|
9866
|
+
children: /* @__PURE__ */ t(H, { color: "primary", name: "flare" })
|
9867
9867
|
}
|
9868
9868
|
),
|
9869
9869
|
i.bullet_three
|
@@ -9892,10 +9892,10 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
9892
9892
|
transform: rotate(360deg);
|
9893
9893
|
}
|
9894
9894
|
`, Kg = () => {
|
9895
|
-
const { addCashflowEvent: e, addCashflowSequence: n, cashflowSequences: i } = tt(), { cashflow: a, common: r } = I(), { completeOnboarding: o } = Er(), { isDirty: s } = li(), { isMobile: c } = De(), { isCopyLoaded: d, setDisplayedDate: _ } = ce(), { filter: u, setFilter: h, transactions: m } = Se(), C = pe(), [f, E] = yt(!0), [y, T] = g.useState(Q.EveryMonth), [v, N] = yt(!1), [x, R] = g.useState(null), [D, $] = yt(1), [O, L] = yt([]), [U,
|
9895
|
+
const { addCashflowEvent: e, addCashflowSequence: n, cashflowSequences: i } = tt(), { cashflow: a, common: r } = I(), { completeOnboarding: o } = Er(), { isDirty: s } = li(), { isMobile: c } = De(), { isCopyLoaded: d, setDisplayedDate: _ } = ce(), { filter: u, setFilter: h, transactions: m } = Se(), C = pe(), [f, E] = yt(!0), [y, T] = g.useState(Q.EveryMonth), [v, N] = yt(!1), [x, R] = g.useState(null), [D, $] = yt(1), [O, L] = yt([]), [U, B] = yt(""), j = g.useMemo(
|
9896
9896
|
() => m.find((_e) => _e.guid === U),
|
9897
9897
|
[U]
|
9898
|
-
),
|
9898
|
+
), he = !!i.length, V = async () => {
|
9899
9899
|
$(2), _(
|
9900
9900
|
// Beginning of the month, 90 days before today
|
9901
9901
|
$e(ut(le(), 90)),
|
@@ -9905,11 +9905,11 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
9905
9905
|
if (!(O.length < 1)) {
|
9906
9906
|
N(!0);
|
9907
9907
|
for (let _e = 0; _e < O.length; _e++) {
|
9908
|
-
const Pe = O[_e],
|
9908
|
+
const Pe = O[_e], ge = _c(
|
9909
9909
|
Pe,
|
9910
9910
|
Pe.frequency,
|
9911
9911
|
Pe.nextDate
|
9912
|
-
), Ke = await n(
|
9912
|
+
), Ke = await n(ge);
|
9913
9913
|
if (Ke) {
|
9914
9914
|
const je = hc(Ke, Pe);
|
9915
9915
|
await e(je);
|
@@ -9917,7 +9917,7 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
9917
9917
|
}
|
9918
9918
|
await o();
|
9919
9919
|
}
|
9920
|
-
},
|
9920
|
+
}, me = !j && f || !j && O.length < 1;
|
9921
9921
|
return d ? /* @__PURE__ */ l(
|
9922
9922
|
M,
|
9923
9923
|
{
|
@@ -9973,13 +9973,13 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
9973
9973
|
ee,
|
9974
9974
|
{
|
9975
9975
|
onClick: () => E(!0),
|
9976
|
-
startIcon: /* @__PURE__ */ t(
|
9976
|
+
startIcon: /* @__PURE__ */ t(H, { name: "add", size: 20 }),
|
9977
9977
|
children: a.add_additional_income_button
|
9978
9978
|
}
|
9979
9979
|
)
|
9980
9980
|
] })
|
9981
9981
|
] }),
|
9982
|
-
|
9982
|
+
me && /* @__PURE__ */ t(
|
9983
9983
|
gc,
|
9984
9984
|
{
|
9985
9985
|
bgcolor: "background.paper",
|
@@ -9988,11 +9988,11 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
9988
9988
|
custom: (Pe) => _e ? Dr(Pe, _e) : Vn(Pe)
|
9989
9989
|
}),
|
9990
9990
|
onSelected: (_e) => {
|
9991
|
-
|
9991
|
+
B(_e), E(!1);
|
9992
9992
|
}
|
9993
9993
|
}
|
9994
9994
|
),
|
9995
|
-
!
|
9995
|
+
!he && s && /* @__PURE__ */ t(Le, { color: "error", mt: 16, children: a.confirm_error }),
|
9996
9996
|
j && /* @__PURE__ */ l(Z, { children: [
|
9997
9997
|
/* @__PURE__ */ t(
|
9998
9998
|
mc,
|
@@ -10013,7 +10013,7 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
10013
10013
|
"aria-disabled": !j || !x,
|
10014
10014
|
onClick: () => {
|
10015
10015
|
const _e = [...O];
|
10016
|
-
_e.push({ ...j, nextDate: x, frequency: y }), L(_e),
|
10016
|
+
_e.push({ ...j, nextDate: x, frequency: y }), L(_e), B("");
|
10017
10017
|
},
|
10018
10018
|
variant: "contained",
|
10019
10019
|
children: r.confirm_button
|
@@ -10023,7 +10023,7 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
10023
10023
|
ee,
|
10024
10024
|
{
|
10025
10025
|
onClick: () => {
|
10026
|
-
|
10026
|
+
B(""), E(!0), V();
|
10027
10027
|
},
|
10028
10028
|
variant: "outlined",
|
10029
10029
|
children: r.cancel_button
|
@@ -10038,7 +10038,7 @@ const Dg = ({ activity: e }) => /* @__PURE__ */ l(Z, { children: [
|
|
10038
10038
|
"aria-disabled": O.length < 1 || v,
|
10039
10039
|
onClick: Ce,
|
10040
10040
|
startIcon: v ? /* @__PURE__ */ t(
|
10041
|
-
|
10041
|
+
H,
|
10042
10042
|
{
|
10043
10043
|
name: "progress_activity",
|
10044
10044
|
sx: {
|
@@ -10232,13 +10232,13 @@ function qg(e, n, i = 0) {
|
|
10232
10232
|
}
|
10233
10233
|
const d = a.some((u) => u.is_impossible && u.balance > 0), _ = cd({ start: s, end: c });
|
10234
10234
|
return {
|
10235
|
-
payoffSavings: d ? "N/A" :
|
10235
|
+
payoffSavings: d ? "N/A" : P(r, "0,0.00"),
|
10236
10236
|
payoffDate: d ? "Never" : ie(c, te.MONTH_YEAR),
|
10237
10237
|
payoffDuration: d ? "Stagnant" : ld(_, { format: ["years", "months"] }) || "0 months"
|
10238
10238
|
};
|
10239
10239
|
}
|
10240
10240
|
const Cn = () => {
|
10241
|
-
if (!g.useContext(
|
10241
|
+
if (!g.useContext(Yn))
|
10242
10242
|
throw new Error("useCateUiStore() must be used within the GlobalDataContext");
|
10243
10243
|
return ba().uiStore;
|
10244
10244
|
}, Zg = ({ debts: e, onClickCta: n, sx: i }) => {
|
@@ -10656,7 +10656,7 @@ const Cn = () => {
|
|
10656
10656
|
}
|
10657
10657
|
);
|
10658
10658
|
}, em = A(Jg), $t = () => {
|
10659
|
-
if (!g.useContext(
|
10659
|
+
if (!g.useContext(Yn))
|
10660
10660
|
throw new Error("useCategoryUiStore() must be used within the GlobalDataContext");
|
10661
10661
|
return Re().uiStore;
|
10662
10662
|
}, va = (e) => e.top_level_category_guid === w.INCOME || e.category_guid === w.INCOME, tm = (e) => !va(e) && !Ac(e), Tc = (e) => io.includes(e.top_level_category_guid) || io.includes(e.category_guid), Ac = (e) => e.top_level_category_guid === w.TRANSFER || e.category_guid === w.TRANSFER, nm = (e) => !va(e) && !Tc(e) && !Ac(e), im = (e) => e.filter((n) => n.category_guid === n.top_level_category_guid), Lr = (e, n) => {
|
@@ -10696,14 +10696,14 @@ const Cn = () => {
|
|
10696
10696
|
}, lm = (e, n, i) => {
|
10697
10697
|
const [a, r] = e, o = a, s = r ?? a, c = [];
|
10698
10698
|
if (o && s && mr.includes(n)) {
|
10699
|
-
const d =
|
10699
|
+
const d = P(o[o.length - 1].y, "0,0");
|
10700
10700
|
c.push(`${i.income_label} ${d}`);
|
10701
10701
|
} else if (pr.includes(n)) {
|
10702
|
-
const d =
|
10702
|
+
const d = P(o[o.length - 1].y, "0,0");
|
10703
10703
|
c.push(`${i.payments_label} ${d}`);
|
10704
10704
|
}
|
10705
10705
|
if (s && Cr.includes(n)) {
|
10706
|
-
const d =
|
10706
|
+
const d = P(s[s.length - 1].y, "0,0");
|
10707
10707
|
c.push(`${i.spending_label} ${d}`);
|
10708
10708
|
}
|
10709
10709
|
return c;
|
@@ -10772,7 +10772,7 @@ const Cn = () => {
|
|
10772
10772
|
/* @__PURE__ */ t(Hn, { children: i.name || i.feed_name }),
|
10773
10773
|
/* @__PURE__ */ l(b, { direction: "row", justifyContent: "space-between", children: [
|
10774
10774
|
/* @__PURE__ */ t(p, { bold: s, variant: "Body", children: r }),
|
10775
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children:
|
10775
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: P(o, "0,0.00") })
|
10776
10776
|
] }),
|
10777
10777
|
/* @__PURE__ */ l(b, { direction: "row", justifyContent: "space-between", children: [
|
10778
10778
|
/* @__PURE__ */ t(p, { variant: "Small", children: c }),
|
@@ -10907,7 +10907,7 @@ const Ic = ({
|
|
10907
10907
|
min: 0,
|
10908
10908
|
max: f,
|
10909
10909
|
disableTicks: !0,
|
10910
|
-
valueFormatter: (x) =>
|
10910
|
+
valueFormatter: (x) => P(x, "0a")
|
10911
10911
|
}
|
10912
10912
|
]
|
10913
10913
|
}
|
@@ -10972,7 +10972,7 @@ const Ic = ({
|
|
10972
10972
|
/* @__PURE__ */ t(p, { color: e.palette.secondary.main, variant: "XSmall", children: i.schedule_month_label })
|
10973
10973
|
] }),
|
10974
10974
|
/* @__PURE__ */ l(b, { children: [
|
10975
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children:
|
10975
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: P(c, "0,0.00") }),
|
10976
10976
|
/* @__PURE__ */ t(
|
10977
10977
|
p,
|
10978
10978
|
{
|
@@ -10980,7 +10980,7 @@ const Ic = ({
|
|
10980
10980
|
color: e.palette.success.main,
|
10981
10981
|
textAlign: "end",
|
10982
10982
|
variant: "Tiny",
|
10983
|
-
children: `+${
|
10983
|
+
children: `+${P(d, "0,0")}`
|
10984
10984
|
}
|
10985
10985
|
)
|
10986
10986
|
] })
|
@@ -11055,7 +11055,7 @@ const Ic = ({
|
|
11055
11055
|
onCancel: u,
|
11056
11056
|
onSave: _,
|
11057
11057
|
primaryText: n.details_monthly_payment,
|
11058
|
-
secondaryText:
|
11058
|
+
secondaryText: P(e.monthly_payment, "0,0"),
|
11059
11059
|
zeroStateText: e.monthly_payment ? void 0 : n.add_monthly_payment,
|
11060
11060
|
children: /* @__PURE__ */ t(
|
11061
11061
|
en,
|
@@ -11089,7 +11089,7 @@ const Ic = ({
|
|
11089
11089
|
onCancel: u,
|
11090
11090
|
onSave: _,
|
11091
11091
|
primaryText: n.details_original_balance,
|
11092
|
-
secondaryText:
|
11092
|
+
secondaryText: P(e.initial_amount, "0,0"),
|
11093
11093
|
zeroStateText: !e.initial_amount && !e.is_complete ? n.add_original_balance : void 0,
|
11094
11094
|
children: /* @__PURE__ */ t(
|
11095
11095
|
en,
|
@@ -11151,7 +11151,7 @@ const Ic = ({
|
|
11151
11151
|
onCancel: d,
|
11152
11152
|
onSave: c,
|
11153
11153
|
primaryText: n.details_monthly_payment,
|
11154
|
-
secondaryText:
|
11154
|
+
secondaryText: P(e.monthly_payment, "0,0"),
|
11155
11155
|
zeroStateText: e.monthly_payment ? void 0 : n.add_monthly_payment,
|
11156
11156
|
children: /* @__PURE__ */ t(
|
11157
11157
|
en,
|
@@ -11183,7 +11183,7 @@ const Ic = ({
|
|
11183
11183
|
onCancel: d,
|
11184
11184
|
onSave: c,
|
11185
11185
|
primaryText: n.details_original_balance,
|
11186
|
-
secondaryText:
|
11186
|
+
secondaryText: P(e.original_balance, "0,0"),
|
11187
11187
|
zeroStateText: e.original_balance ? void 0 : n.add_original_balance,
|
11188
11188
|
children: /* @__PURE__ */ t(
|
11189
11189
|
en,
|
@@ -11298,8 +11298,8 @@ const Ic = ({
|
|
11298
11298
|
]
|
11299
11299
|
}
|
11300
11300
|
),
|
11301
|
-
/* @__PURE__ */ t(
|
11302
|
-
/* @__PURE__ */ t(
|
11301
|
+
/* @__PURE__ */ t(oi, { index: 0, name: "debt-schedule", value: a, children: /* @__PURE__ */ t(ym, {}) }),
|
11302
|
+
/* @__PURE__ */ t(oi, { index: 1, name: "debt-details", value: a, children: /* @__PURE__ */ t(Im, {}) })
|
11303
11303
|
] });
|
11304
11304
|
}, Nm = A(wm), Dm = ({ isOpen: e, onClose: n, sx: i }) => {
|
11305
11305
|
const { debts: a } = I(), { showError: r, showCompleted: o } = Cn(), s = r || o ? /* @__PURE__ */ t(Z, {}) : /* @__PURE__ */ t(fm, {});
|
@@ -11335,7 +11335,7 @@ const Ic = ({
|
|
11335
11335
|
onCancel: d,
|
11336
11336
|
onSave: c,
|
11337
11337
|
primaryText: e.paydown_drawer_extra_payment,
|
11338
|
-
secondaryText:
|
11338
|
+
secondaryText: P(n?.extra_payment, "0,0"),
|
11339
11339
|
zeroStateText: n?.extra_payment ? void 0 : e.add_extra_payment,
|
11340
11340
|
children: /* @__PURE__ */ t(
|
11341
11341
|
en,
|
@@ -11357,7 +11357,7 @@ const Ic = ({
|
|
11357
11357
|
/* @__PURE__ */ l(b, { p: 24, children: [
|
11358
11358
|
/* @__PURE__ */ l(b, { alignItems: "center", gap: 4, mb: 24, children: [
|
11359
11359
|
/* @__PURE__ */ t(p, { variant: "Body", children: e.paydown_drawer_mimimum_label }),
|
11360
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "H1", children:
|
11360
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "H1", children: P(n, "0,0") }),
|
11361
11361
|
/* @__PURE__ */ t(p, { textAlign: "center", truncate: !1, variant: "Small", width: 208, children: e.paydown_drawer_minimum_info })
|
11362
11362
|
] }),
|
11363
11363
|
/* @__PURE__ */ l(b, { children: [
|
@@ -11368,7 +11368,7 @@ const Ic = ({
|
|
11368
11368
|
/* @__PURE__ */ t(b, { sx: { backgroundColor: "background.paper" }, children: /* @__PURE__ */ t(Rm, {}) }),
|
11369
11369
|
/* @__PURE__ */ t(b, { flexDirection: "row-reverse", px: 24, py: 12, children: /* @__PURE__ */ l(b, { gap: 4, children: [
|
11370
11370
|
/* @__PURE__ */ t(p, { variant: "Small", children: e.paydown_drawer_total_payment }),
|
11371
|
-
/* @__PURE__ */ t(p, { bold: !0, textAlign: "right", variant: "Body", children:
|
11371
|
+
/* @__PURE__ */ t(p, { bold: !0, textAlign: "right", variant: "Body", children: P(a, "0,0") })
|
11372
11372
|
] }) })
|
11373
11373
|
] });
|
11374
11374
|
}, Lm = A(Om), Mm = ({ isOpen: e, onClose: n, sx: i }) => {
|
@@ -11476,7 +11476,7 @@ const Ut = (e) => /* @__PURE__ */ t(p, { fontWeight: 600, variant: "Small", chil
|
|
11476
11476
|
field: "balance",
|
11477
11477
|
headerName: d.table_column_balance,
|
11478
11478
|
renderHeader: Ut,
|
11479
|
-
valueFormatter: (y) =>
|
11479
|
+
valueFormatter: (y) => P(y, "0,0"),
|
11480
11480
|
sortable: !0,
|
11481
11481
|
hideSortIcons: c,
|
11482
11482
|
type: "number",
|
@@ -11515,7 +11515,7 @@ const Ut = (e) => /* @__PURE__ */ t(p, { fontWeight: 600, variant: "Small", chil
|
|
11515
11515
|
field: "monthly_payment",
|
11516
11516
|
headerName: d.table_column_amount_due,
|
11517
11517
|
renderHeader: Ut,
|
11518
|
-
valueFormatter: (y) => typeof y == "number" ?
|
11518
|
+
valueFormatter: (y) => typeof y == "number" ? P(y, "0,0") : "---",
|
11519
11519
|
sortable: !0,
|
11520
11520
|
hideSortIcons: c,
|
11521
11521
|
type: "number",
|
@@ -11530,7 +11530,7 @@ const Ut = (e) => /* @__PURE__ */ t(p, { fontWeight: 600, variant: "Small", chil
|
|
11530
11530
|
field: "chevron",
|
11531
11531
|
headerName: "",
|
11532
11532
|
renderHeader: void 0,
|
11533
|
-
renderCell: () => /* @__PURE__ */ t(
|
11533
|
+
renderCell: () => /* @__PURE__ */ t(H, { name: "chevron_right'" }),
|
11534
11534
|
sortable: !0,
|
11535
11535
|
hideSortIcons: !0,
|
11536
11536
|
type: "custom",
|
@@ -11601,7 +11601,7 @@ const Ut = (e) => /* @__PURE__ */ t(p, { fontWeight: 600, variant: "Small", chil
|
|
11601
11601
|
"aria-haspopup": !0,
|
11602
11602
|
"aria-label": "prioritize-debts",
|
11603
11603
|
onClick: i,
|
11604
|
-
startIcon: /* @__PURE__ */ t(
|
11604
|
+
startIcon: /* @__PURE__ */ t(H, { name: o }),
|
11605
11605
|
sx: { justifyContent: "start", minWidth: 214, mx: 4 },
|
11606
11606
|
children: e
|
11607
11607
|
}
|
@@ -11613,7 +11613,7 @@ const Ut = (e) => /* @__PURE__ */ t(p, { fontWeight: 600, variant: "Small", chil
|
|
11613
11613
|
"aria-haspopup": !0,
|
11614
11614
|
"aria-label": "prioritize-debts",
|
11615
11615
|
onClick: i,
|
11616
|
-
children: /* @__PURE__ */ t(
|
11616
|
+
children: /* @__PURE__ */ t(H, { name: o })
|
11617
11617
|
}
|
11618
11618
|
);
|
11619
11619
|
}, Wm = A(({ buttonEl: e, onClose: n }) => {
|
@@ -11737,7 +11737,7 @@ const Ut = (e) => /* @__PURE__ */ t(p, { fontWeight: 600, variant: "Small", chil
|
|
11737
11737
|
"aria-label": "extra-paydown",
|
11738
11738
|
onClick: e,
|
11739
11739
|
sx: { justifyContent: "start", minWidth: 100, mx: 4 },
|
11740
|
-
children: S(s,
|
11740
|
+
children: S(s, P(o, "0,0"))
|
11741
11741
|
}
|
11742
11742
|
);
|
11743
11743
|
}), zm = ({ onBackClick: e, sx: n }) => {
|
@@ -11752,10 +11752,10 @@ const Ut = (e) => /* @__PURE__ */ t(p, { fontWeight: 600, variant: "Small", chil
|
|
11752
11752
|
}, [x]), g.useEffect(() => {
|
11753
11753
|
E && D().finally();
|
11754
11754
|
}, [E]);
|
11755
|
-
const U = (Ce) => _(Ce),
|
11756
|
-
const Ce = x.find((_e) => _e.guid === d),
|
11757
|
-
Ce && T(Ce),
|
11758
|
-
}, j = () => C(W.DEBTS_CLICK_FILTER),
|
11755
|
+
const U = (Ce) => _(Ce), B = () => {
|
11756
|
+
const Ce = x.find((_e) => _e.guid === d), me = L.find((_e) => _e.guid === d);
|
11757
|
+
Ce && T(Ce), me && N(me), a(!0);
|
11758
|
+
}, j = () => C(W.DEBTS_CLICK_FILTER), he = () => {
|
11759
11759
|
c(!0), C(W.DEBTS_CLICK_SNOWBALL_CTA);
|
11760
11760
|
}, V = () => {
|
11761
11761
|
o(!0), C(W.DEBTS_CLICK_PAYDOWN);
|
@@ -11789,7 +11789,7 @@ const Ut = (e) => /* @__PURE__ */ t(p, { fontWeight: 600, variant: "Small", chil
|
|
11789
11789
|
debts: L,
|
11790
11790
|
height: h ? 250 : void 0,
|
11791
11791
|
hoveredDebtGuid: d,
|
11792
|
-
onClickArea:
|
11792
|
+
onClickArea: B,
|
11793
11793
|
onHoverArea: U,
|
11794
11794
|
sx: { mr: h ? "4px" : "-48px" }
|
11795
11795
|
}
|
@@ -11798,7 +11798,7 @@ const Ut = (e) => /* @__PURE__ */ t(p, { fontWeight: 600, variant: "Small", chil
|
|
11798
11798
|
Qg,
|
11799
11799
|
{
|
11800
11800
|
debts: L,
|
11801
|
-
onClickCta:
|
11801
|
+
onClickCta: he,
|
11802
11802
|
sx: { mb: h ? "0px" : "64px" }
|
11803
11803
|
}
|
11804
11804
|
)
|
@@ -11810,7 +11810,7 @@ const Ut = (e) => /* @__PURE__ */ t(p, { fontWeight: 600, variant: "Small", chil
|
|
11810
11810
|
{
|
11811
11811
|
debts: L,
|
11812
11812
|
hoveredDebtGuid: d,
|
11813
|
-
onClickRow:
|
11813
|
+
onClickRow: B,
|
11814
11814
|
onHoverRow: U
|
11815
11815
|
}
|
11816
11816
|
) })
|
@@ -11993,10 +11993,10 @@ const Jm = (e, n) => {
|
|
11993
11993
|
default:
|
11994
11994
|
return S(n.zero_state_ongoing, "retirement");
|
11995
11995
|
}
|
11996
|
-
}, ep = (e, n) => n ?
|
11996
|
+
}, ep = (e, n) => n ? P(e, e < 1e3 ? "0" : "0.00a").replace(
|
11997
11997
|
/(\d+)(?:\.0+|(\.\d*?[1-9])0*)([a-zA-Z]* ?\$?)/g,
|
11998
11998
|
"$1$2$3"
|
11999
|
-
) :
|
11999
|
+
) : P(e, "0,0.00"), Nc = A(
|
12000
12000
|
({ goal: e, isInDrawer: n = !1, onClick: i }) => {
|
12001
12001
|
const { goals: a } = I(), { isMobile: r, isTablet: o } = De(), s = r || o, {
|
12002
12002
|
backgroundColor: c,
|
@@ -12016,7 +12016,7 @@ const Jm = (e, n) => {
|
|
12016
12016
|
wn,
|
12017
12017
|
{
|
12018
12018
|
avatar: /* @__PURE__ */ t(Jt, { sx: { bgcolor: c, color: d, height: 48, width: 48 }, variant: "rounded", children: f }),
|
12019
|
-
subheader: /* @__PURE__ */ t(p, { variant: n || s ? "H3" : "H2", children: `${
|
12019
|
+
subheader: /* @__PURE__ */ t(p, { variant: n || s ? "H3" : "H2", children: `${P(e.current_amount, s ? "0,0" : "0,0.00")} / ${ep(
|
12020
12020
|
m,
|
12021
12021
|
s
|
12022
12022
|
)}` }),
|
@@ -12024,7 +12024,7 @@ const Jm = (e, n) => {
|
|
12024
12024
|
}
|
12025
12025
|
),
|
12026
12026
|
/* @__PURE__ */ t(Bt, { sx: { pt: 0 }, children: /* @__PURE__ */ l(b, { gap: 6, children: [
|
12027
|
-
/* @__PURE__ */ t(
|
12027
|
+
/* @__PURE__ */ t(ri, { data: C, height: 24 }),
|
12028
12028
|
/* @__PURE__ */ l(b, { alignItems: "center", direction: "row", justifyContent: "space-between", children: [
|
12029
12029
|
/* @__PURE__ */ t(p, { color: "text.secondary", variant: "XSmall", children: u }),
|
12030
12030
|
e.projected_to_complete_at && /* @__PURE__ */ t(p, { color: "text.secondary", variant: "XSmall", children: h })
|
@@ -12050,7 +12050,7 @@ const Jm = (e, n) => {
|
|
12050
12050
|
onCancel: () => c(o),
|
12051
12051
|
onSave: d,
|
12052
12052
|
primaryText: n.contribution_label,
|
12053
|
-
secondaryText:
|
12053
|
+
secondaryText: P(o, "0,0.00"),
|
12054
12054
|
children: /* @__PURE__ */ t(
|
12055
12055
|
en,
|
12056
12056
|
{
|
@@ -12095,7 +12095,7 @@ const Jm = (e, n) => {
|
|
12095
12095
|
minWidth: 140,
|
12096
12096
|
renderCell: (C) => {
|
12097
12097
|
const f = C.row;
|
12098
|
-
return /* @__PURE__ */ t(p, { bold: !0, sx: { mr: 12 }, variant: "Body", children:
|
12098
|
+
return /* @__PURE__ */ t(p, { bold: !0, sx: { mr: 12 }, variant: "Body", children: P(f.amount, "0,0.00") });
|
12099
12099
|
},
|
12100
12100
|
sortable: !1
|
12101
12101
|
}
|
@@ -12189,7 +12189,7 @@ const Jm = (e, n) => {
|
|
12189
12189
|
)
|
12190
12190
|
) })
|
12191
12191
|
] }),
|
12192
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children:
|
12192
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: P(e.amount, "0,0.00") })
|
12193
12193
|
] }) })
|
12194
12194
|
] }) });
|
12195
12195
|
}, ap = ({ goal: e }) => {
|
@@ -12207,7 +12207,7 @@ const Jm = (e, n) => {
|
|
12207
12207
|
)
|
12208
12208
|
) })
|
12209
12209
|
] }),
|
12210
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children:
|
12210
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: P(e.amount, "0,0.00") })
|
12211
12211
|
] }) })
|
12212
12212
|
] }) }, e.guid);
|
12213
12213
|
}, rp = ({ trackType: e }) => {
|
@@ -12325,10 +12325,10 @@ const Jm = (e, n) => {
|
|
12325
12325
|
) }),
|
12326
12326
|
d.map((u) => /* @__PURE__ */ t(Gt, { elevation: 2, sx: { borderRadius: 2 }, children: /* @__PURE__ */ t(vs, { onClick: () => o(u), children: /* @__PURE__ */ t(Bt, { sx: { ":last-child": { pb: 16 } }, children: /* @__PURE__ */ l(b, { alignItems: "center", direction: "row", justifyContent: "space-between", children: [
|
12327
12327
|
/* @__PURE__ */ l(b, { alignItems: "center", direction: "row", gap: 6, children: [
|
12328
|
-
/* @__PURE__ */ t(
|
12328
|
+
/* @__PURE__ */ t(H, { color: "success", fill: !0, name: "check_circle", size: 20 }),
|
12329
12329
|
/* @__PURE__ */ t(p, { color: "text.secondary", variant: "Body", children: u.name })
|
12330
12330
|
] }),
|
12331
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children:
|
12331
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: P(u.amount, "0,0.00") })
|
12332
12332
|
] }) }) }) }, u.guid))
|
12333
12333
|
] })
|
12334
12334
|
] });
|
@@ -12400,7 +12400,7 @@ const Jm = (e, n) => {
|
|
12400
12400
|
re,
|
12401
12401
|
{
|
12402
12402
|
primary: u.name || u.feed_name,
|
12403
|
-
secondary:
|
12403
|
+
secondary: P(u.balance || 0, "0,0.00")
|
12404
12404
|
}
|
12405
12405
|
),
|
12406
12406
|
/* @__PURE__ */ t(zi, { checked: c.some((m) => m.guid === u.guid) })
|
@@ -12478,7 +12478,7 @@ const Jm = (e, n) => {
|
|
12478
12478
|
re,
|
12479
12479
|
{
|
12480
12480
|
primary: e.name || e.feed_name,
|
12481
|
-
secondary:
|
12481
|
+
secondary: P(e.balance || 0, "0,0.00")
|
12482
12482
|
}
|
12483
12483
|
),
|
12484
12484
|
/* @__PURE__ */ t(Tt, {})
|
@@ -12506,7 +12506,7 @@ const Jm = (e, n) => {
|
|
12506
12506
|
onCancel: h,
|
12507
12507
|
onSave: u,
|
12508
12508
|
primaryText: n.details_amount_to_save,
|
12509
|
-
secondaryText:
|
12509
|
+
secondaryText: P(e.amount, "0,0"),
|
12510
12510
|
zeroStateText: c && e.amount === 0 ? n.add_amount : void 0,
|
12511
12511
|
children: /* @__PURE__ */ t(
|
12512
12512
|
en,
|
@@ -12560,7 +12560,7 @@ const Jm = (e, n) => {
|
|
12560
12560
|
re,
|
12561
12561
|
{
|
12562
12562
|
primary: m?.name || m?.feed_name,
|
12563
|
-
secondary:
|
12563
|
+
secondary: P(m?.balance || 0, "0,0.00")
|
12564
12564
|
}
|
12565
12565
|
),
|
12566
12566
|
/* @__PURE__ */ t(Tt, {})
|
@@ -12578,7 +12578,7 @@ const Jm = (e, n) => {
|
|
12578
12578
|
re,
|
12579
12579
|
{
|
12580
12580
|
primary: m?.name || m?.feed_name,
|
12581
|
-
secondary:
|
12581
|
+
secondary: P(m?.balance || 0, "0,0.00")
|
12582
12582
|
}
|
12583
12583
|
),
|
12584
12584
|
/* @__PURE__ */ t(Tt, {})
|
@@ -12836,24 +12836,24 @@ const Jm = (e, n) => {
|
|
12836
12836
|
}), SE = A(({ onBackClick: e, sx: n }) => {
|
12837
12837
|
const { onEvent: i } = z(), { isMobile: a } = De(), { visibleAccounts: r } = Re(), { isCopyLoaded: o, isInitialized: s, setSelectedAccounts: c } = ce(), { goals: d, common: _ } = I(), { alert: u, goals: h, goalsLoaded: m, loadGoals: C, monthlyCashFlowProfile: f, setAlert: E, retirmentGoals: y } = ot(), [T, v] = g.useState(0), [N, x] = g.useState(!1), R = f?.amount_allocated_for_savings_goals || 0, D = f?.amount_allocated_for_debt_goals || 0, $ = f?.amount_allocated_for_retirement_goals || 0, O = o ? S(
|
12838
12838
|
a ? d.tab_subtitle_mobile : d.tab_subtitle,
|
12839
|
-
|
12839
|
+
P(R, "0,0")
|
12840
12840
|
) : "", L = o ? S(
|
12841
12841
|
a ? d.tab_subtitle_mobile : d.tab_subtitle,
|
12842
|
-
|
12842
|
+
P(D, "0,0")
|
12843
12843
|
) : "", U = o ? S(
|
12844
12844
|
a ? d.tab_subtitle_mobile : d.tab_subtitle,
|
12845
|
-
|
12845
|
+
P($, "0,0")
|
12846
12846
|
) : "";
|
12847
12847
|
g.useEffect(() => {
|
12848
12848
|
c(r), i(W.GOALS_VIEW);
|
12849
12849
|
}, []), g.useEffect(() => {
|
12850
12850
|
s && C().finally();
|
12851
12851
|
}, [s, R, D, $]);
|
12852
|
-
const
|
12852
|
+
const B = () => {
|
12853
12853
|
i(W.GOALS_CLICK_FILTER);
|
12854
12854
|
}, j = () => {
|
12855
12855
|
x(!0), i(W.GOALS_CLICK_ADD);
|
12856
|
-
},
|
12856
|
+
}, he = (Ce) => {
|
12857
12857
|
x(!1), Ce === K.SAVINGS_TRACK ? v(0) : Ce === K.DEBT_TRACK ? v(1) : Ce === K.RETIREMENT_TRACK && v(2);
|
12858
12858
|
}, V = g.useMemo(
|
12859
12859
|
() => m && (h.length === 0 || h.every(({ track_type: Ce }) => !Ce) && y.length === 0),
|
@@ -12870,7 +12870,7 @@ const Jm = (e, n) => {
|
|
12870
12870
|
onClick: j
|
12871
12871
|
}
|
12872
12872
|
],
|
12873
|
-
onAccountsFilterClick:
|
12873
|
+
onAccountsFilterClick: B,
|
12874
12874
|
onBackClick: e,
|
12875
12875
|
sx: n,
|
12876
12876
|
title: d.title,
|
@@ -12879,7 +12879,7 @@ const Jm = (e, n) => {
|
|
12879
12879
|
/* @__PURE__ */ l(
|
12880
12880
|
Lt,
|
12881
12881
|
{
|
12882
|
-
onChange: (Ce,
|
12882
|
+
onChange: (Ce, me) => v(me),
|
12883
12883
|
sx: { bgcolor: "background.paper" },
|
12884
12884
|
value: V ? !1 : T,
|
12885
12885
|
variant: "fullWidth",
|
@@ -12932,7 +12932,7 @@ const Jm = (e, n) => {
|
|
12932
12932
|
T === 2 && /* @__PURE__ */ t(Ua, { onAddGoals: j, trackType: K.RETIREMENT_TRACK })
|
12933
12933
|
] })
|
12934
12934
|
] }),
|
12935
|
-
/* @__PURE__ */ t(mp, { onClose:
|
12935
|
+
/* @__PURE__ */ t(mp, { onClose: he }),
|
12936
12936
|
/* @__PURE__ */ t(
|
12937
12937
|
ne,
|
12938
12938
|
{
|
@@ -12940,7 +12940,7 @@ const Jm = (e, n) => {
|
|
12940
12940
|
isOpen: N,
|
12941
12941
|
onClose: () => x(!1),
|
12942
12942
|
title: d.add_goal_title,
|
12943
|
-
children: /* @__PURE__ */ t(sp, { onClose:
|
12943
|
+
children: /* @__PURE__ */ t(sp, { onClose: he })
|
12944
12944
|
}
|
12945
12945
|
),
|
12946
12946
|
/* @__PURE__ */ t(
|
@@ -13788,7 +13788,7 @@ const Mp = ({
|
|
13788
13788
|
let o = r.palette.secondary.main, s = r.palette.secondary.main, c = "trending_flat";
|
13789
13789
|
return a.change < 0 ? c = "trending_down" : a.change > 0 && (o = r.palette.success.main, s = r.palette.success.main, c = "trending_up"), /* @__PURE__ */ l(ye, { alignItems: "center", direction: "row", spacing: 4, children: [
|
13790
13790
|
/* @__PURE__ */ t(
|
13791
|
-
|
13791
|
+
H,
|
13792
13792
|
{
|
13793
13793
|
name: c,
|
13794
13794
|
size: i,
|
@@ -13851,14 +13851,14 @@ const Mp = ({
|
|
13851
13851
|
const [a, r] = g.useState(!1);
|
13852
13852
|
return /* @__PURE__ */ l(Z, { children: [
|
13853
13853
|
/* @__PURE__ */ t(q, { sx: (o) => ({ backgroundColor: o.palette.background.paper }), children: /* @__PURE__ */ l(de, { onClick: () => r(!a), children: [
|
13854
|
-
i && /* @__PURE__ */ t(Ct, { children: /* @__PURE__ */ t(
|
13854
|
+
i && /* @__PURE__ */ t(Ct, { children: /* @__PURE__ */ t(H, { name: i, size: 24, sx: { mr: 12 } }) }),
|
13855
13855
|
/* @__PURE__ */ t(
|
13856
13856
|
re,
|
13857
13857
|
{
|
13858
13858
|
primary: /* @__PURE__ */ t(p, { sx: { fontWeight: 700 }, variant: "Body", children: n })
|
13859
13859
|
}
|
13860
13860
|
),
|
13861
|
-
/* @__PURE__ */ t(Ct, { children: a ? /* @__PURE__ */ t(
|
13861
|
+
/* @__PURE__ */ t(Ct, { children: a ? /* @__PURE__ */ t(H, { name: "expand_less", size: 24 }) : /* @__PURE__ */ t(H, { name: "expand_more", size: 24 }) })
|
13862
13862
|
] }) }),
|
13863
13863
|
/* @__PURE__ */ t(G, {}),
|
13864
13864
|
/* @__PURE__ */ t(ha, { in: a, timeout: "auto", unmountOnExit: !0, children: e.map((o, s) => /* @__PURE__ */ l(ae, { children: [
|
@@ -14019,7 +14019,7 @@ const Mp = ({
|
|
14019
14019
|
selectedData: f,
|
14020
14020
|
setHoveredData: E,
|
14021
14021
|
setSelectedData: y
|
14022
|
-
} = Du(), { isMobile: T } = De(), { onEvent: v } = z(), [N, x] = g.useState(!1), [R, D] = g.useState(6), [$, O] = g.useState(!1), [L, U] = g.useState(!1), [
|
14022
|
+
} = Du(), { isMobile: T } = De(), { onEvent: v } = z(), [N, x] = g.useState(!1), [R, D] = g.useState(6), [$, O] = g.useState(!1), [L, U] = g.useState(!1), [B, j] = g.useState(!1), he = async () => {
|
14023
14023
|
await m(a), await h(R), x(!0);
|
14024
14024
|
};
|
14025
14025
|
g.useEffect(() => {
|
@@ -14027,7 +14027,7 @@ const Mp = ({
|
|
14027
14027
|
}, []), g.useEffect(() => {
|
14028
14028
|
r(c);
|
14029
14029
|
}, [c]), g.useEffect(() => {
|
14030
|
-
i &&
|
14030
|
+
i && he().finally();
|
14031
14031
|
}, [i, a]), g.useEffect(() => {
|
14032
14032
|
v(W.NET_WORTH_WIDGET_CLICK_TIMEFRAME, { time_period: R + "M" }), h(R).finally();
|
14033
14033
|
}, [R]);
|
@@ -14035,20 +14035,20 @@ const Mp = ({
|
|
14035
14035
|
y(Te), je.currentTarget instanceof HTMLDivElement && O(!0);
|
14036
14036
|
}, Ce = (je) => {
|
14037
14037
|
E(je);
|
14038
|
-
},
|
14038
|
+
}, me = () => {
|
14039
14039
|
E(null);
|
14040
14040
|
}, _e = () => {
|
14041
14041
|
v(W.NET_WORTH_WIDGET_CLICK_ASSETS_LIABILITIES), U(!0);
|
14042
14042
|
}, Pe = async (je) => {
|
14043
14043
|
const Te = je[0], _t = je[1];
|
14044
14044
|
Te && _t && D(dd(_t, Te));
|
14045
|
-
},
|
14045
|
+
}, ge = {
|
14046
14046
|
chartData: C,
|
14047
14047
|
hoveredData: u,
|
14048
14048
|
onButtonClick: _e,
|
14049
14049
|
onDataClick: V,
|
14050
14050
|
onMouseEnter: Ce,
|
14051
|
-
onMouseLeave:
|
14051
|
+
onMouseLeave: me,
|
14052
14052
|
selectedData: f
|
14053
14053
|
}, Ke = () => {
|
14054
14054
|
j(!0), v(W.ACCOUNTS_CLICK_CONNECT);
|
@@ -14088,8 +14088,8 @@ const Mp = ({
|
|
14088
14088
|
direction: T ? "column" : "row",
|
14089
14089
|
spacing: T ? 0 : 48,
|
14090
14090
|
children: [
|
14091
|
-
/* @__PURE__ */ t(kp, { ...
|
14092
|
-
/* @__PURE__ */ t(Hp, { ...
|
14091
|
+
/* @__PURE__ */ t(kp, { ...ge }),
|
14092
|
+
/* @__PURE__ */ t(Hp, { ...ge })
|
14093
14093
|
]
|
14094
14094
|
}
|
14095
14095
|
)
|
@@ -14113,7 +14113,7 @@ const Mp = ({
|
|
14113
14113
|
wa,
|
14114
14114
|
{
|
14115
14115
|
onClose: () => j(!1),
|
14116
|
-
showConnectionsWidget:
|
14116
|
+
showConnectionsWidget: B,
|
14117
14117
|
title: o.manage_connections
|
14118
14118
|
}
|
14119
14119
|
),
|
@@ -16997,7 +16997,7 @@ const l1 = ({
|
|
16997
16997
|
expandIcon: /* @__PURE__ */ t(la, { sx: { color: "text.primary" } }),
|
16998
16998
|
sx: { height: 64, p: "14px 24px" },
|
16999
16999
|
children: /* @__PURE__ */ l(b, { sx: { alignItems: "center", flexDirection: "row", gap: 12 }, children: [
|
17000
|
-
/* @__PURE__ */ t(
|
17000
|
+
/* @__PURE__ */ t(H, { name: E, size: 24 }),
|
17001
17001
|
/* @__PURE__ */ t(p, { variant: "Body", children: T })
|
17002
17002
|
] })
|
17003
17003
|
}
|
@@ -17146,7 +17146,7 @@ const l1 = ({
|
|
17146
17146
|
children: [
|
17147
17147
|
/* @__PURE__ */ l(M, { children: [
|
17148
17148
|
/* @__PURE__ */ l(b, { gap: 4, sx: { alignItems: "center", flexDirection: "row" }, children: [
|
17149
|
-
n && /* @__PURE__ */ t(
|
17149
|
+
n && /* @__PURE__ */ t(H, { name: "help", size: 20, sx: { color: "text.primary" } }),
|
17150
17150
|
/* @__PURE__ */ t(p, { color: "text.primary", variant: "H3", children: o })
|
17151
17151
|
] }),
|
17152
17152
|
i && /* @__PURE__ */ t(p, { color: "text.primary", variant: "H3", children: i })
|
@@ -17262,7 +17262,7 @@ const l1 = ({
|
|
17262
17262
|
expandIcon: /* @__PURE__ */ t(la, { sx: { color: "text.primary" } }),
|
17263
17263
|
sx: { p: "14px 24px", height: 64 },
|
17264
17264
|
children: /* @__PURE__ */ l(b, { sx: { alignItems: "center", flexDirection: "row", gap: 12 }, children: [
|
17265
|
-
/* @__PURE__ */ t(
|
17265
|
+
/* @__PURE__ */ t(H, { name: r, size: 24 }),
|
17266
17266
|
/* @__PURE__ */ t(p, { variant: "Body", children: s })
|
17267
17267
|
] })
|
17268
17268
|
}
|
@@ -17555,7 +17555,7 @@ const l1 = ({
|
|
17555
17555
|
}) => {
|
17556
17556
|
const { common: o } = I();
|
17557
17557
|
return /* @__PURE__ */ t(ne, { isOpen: i, onClose: r, title: e.request_support, children: /* @__PURE__ */ l(M, { sx: { px: 24 }, children: [
|
17558
|
-
/* @__PURE__ */ t(b, { sx: { alignItems: "center", pb: 24, pt: 80 }, children: /* @__PURE__ */ t(
|
17558
|
+
/* @__PURE__ */ t(b, { sx: { alignItems: "center", pb: 24, pt: 80 }, children: /* @__PURE__ */ t(H, { color: "success", fill: !0, name: "check_circle", size: 64 }) }),
|
17559
17559
|
/* @__PURE__ */ l(b, { sx: { alignItems: "center", gap: 16, pb: 48 }, children: [
|
17560
17560
|
/* @__PURE__ */ t(Hn, { children: e.request_support_success }),
|
17561
17561
|
/* @__PURE__ */ t(Le, { align: "center", variant: "Body", children: e.request_support_submit_success_message }),
|
@@ -17893,8 +17893,15 @@ const l1 = ({
|
|
17893
17893
|
)
|
17894
17894
|
] });
|
17895
17895
|
}), Y1 = () => {
|
17896
|
-
const e = at(), { common: n, settings: i } = I(), { isDesktop: a, isMobile: r, isSmallMobile: o, isTablet: s } = De(), { config: c } = fa(), { updateUser: d } = Ht(), { user: _ } = dn(), [u, h] = g.useState(_.first_name), [m, C] = g.useState(_.last_name), [f, E] = g.useState(_.email), [y, T] = g.useState(_.phone), [v, N] = g.useState(_.postal_code), [x, R] = g.useState(_.credit_score), [D, $] = g.useState(
|
17897
|
-
|
17896
|
+
const e = at(), { common: n, settings: i } = I(), { isDesktop: a, isMobile: r, isSmallMobile: o, isTablet: s } = De(), { config: c } = fa(), { updateUser: d } = Ht(), { user: _ } = dn(), [u, h] = g.useState(_.first_name), [m, C] = g.useState(_.last_name), [f, E] = g.useState(_.email), [y, T] = g.useState(_.phone), [v, N] = g.useState(_.postal_code), [x, R] = g.useState(_.credit_score), [D, $] = g.useState(null), O = f && !_.email_is_verified, L = y && !_.phone_is_verified;
|
17897
|
+
g.useEffect(() => {
|
17898
|
+
if (_.birthday) {
|
17899
|
+
const B = new Date(_.birthday * 1e3), j = B.getUTCFullYear(), he = B.getUTCMonth(), V = B.getUTCDate();
|
17900
|
+
$(new Date(j, he, V)), console.log(zn(Me(_.birthday), { representation: "date" }));
|
17901
|
+
}
|
17902
|
+
}, [_]);
|
17903
|
+
const U = async () => {
|
17904
|
+
const B = {
|
17898
17905
|
..._,
|
17899
17906
|
first_name: u,
|
17900
17907
|
last_name: m,
|
@@ -17904,7 +17911,7 @@ const l1 = ({
|
|
17904
17911
|
postal_code: v,
|
17905
17912
|
credit_score: x
|
17906
17913
|
};
|
17907
|
-
await d(
|
17914
|
+
await d(B);
|
17908
17915
|
};
|
17909
17916
|
return /* @__PURE__ */ l(
|
17910
17917
|
M,
|
@@ -17933,7 +17940,7 @@ const l1 = ({
|
|
17933
17940
|
{
|
17934
17941
|
defaultValue: u,
|
17935
17942
|
label: i.first_name,
|
17936
|
-
onChange: (
|
17943
|
+
onChange: (B) => h(B.target.value)
|
17937
17944
|
}
|
17938
17945
|
),
|
17939
17946
|
/* @__PURE__ */ t(
|
@@ -17941,7 +17948,7 @@ const l1 = ({
|
|
17941
17948
|
{
|
17942
17949
|
defaultValue: m,
|
17943
17950
|
label: i.last_name,
|
17944
|
-
onChange: (
|
17951
|
+
onChange: (B) => C(B.target.value)
|
17945
17952
|
}
|
17946
17953
|
)
|
17947
17954
|
]
|
@@ -17954,7 +17961,7 @@ const l1 = ({
|
|
17954
17961
|
{
|
17955
17962
|
defaultValue: f,
|
17956
17963
|
label: i.email_address,
|
17957
|
-
onChange: (
|
17964
|
+
onChange: (B) => E(B.target.value)
|
17958
17965
|
}
|
17959
17966
|
),
|
17960
17967
|
O && /* @__PURE__ */ t(V1, {})
|
@@ -17965,7 +17972,7 @@ const l1 = ({
|
|
17965
17972
|
{
|
17966
17973
|
defaultValue: y,
|
17967
17974
|
label: i.mobile_number,
|
17968
|
-
onChange: (
|
17975
|
+
onChange: (B) => T(B.target.value),
|
17969
17976
|
type: "tel"
|
17970
17977
|
}
|
17971
17978
|
),
|
@@ -18007,7 +18014,7 @@ const l1 = ({
|
|
18007
18014
|
{
|
18008
18015
|
defaultValue: v,
|
18009
18016
|
label: i.zip_code,
|
18010
|
-
onChange: (
|
18017
|
+
onChange: (B) => N(B.target.value)
|
18011
18018
|
}
|
18012
18019
|
)
|
18013
18020
|
] }),
|
@@ -18017,7 +18024,7 @@ const l1 = ({
|
|
18017
18024
|
{
|
18018
18025
|
defaultValue: x,
|
18019
18026
|
label: i.credit_score,
|
18020
|
-
onChange: (
|
18027
|
+
onChange: (B) => R(Number(B.target.value)),
|
18021
18028
|
sx: { mb: 44 }
|
18022
18029
|
}
|
18023
18030
|
),
|
@@ -18046,7 +18053,7 @@ const X1 = ({
|
|
18046
18053
|
"aria-label": r.mobile_devices_edit_label,
|
18047
18054
|
color: "secondary",
|
18048
18055
|
onClick: () => n(c.row),
|
18049
|
-
children: /* @__PURE__ */ t(
|
18056
|
+
children: /* @__PURE__ */ t(H, { name: "edit" })
|
18050
18057
|
}
|
18051
18058
|
)
|
18052
18059
|
] }),
|
@@ -18083,7 +18090,7 @@ const X1 = ({
|
|
18083
18090
|
"aria-label": r.mobile_devices_delete_label,
|
18084
18091
|
color: "secondary",
|
18085
18092
|
onClick: () => i(c.row),
|
18086
|
-
children: /* @__PURE__ */ t(
|
18093
|
+
children: /* @__PURE__ */ t(H, { name: "delete" })
|
18087
18094
|
}
|
18088
18095
|
) }),
|
18089
18096
|
sortable: !1,
|
@@ -18162,7 +18169,7 @@ const X1 = ({
|
|
18162
18169
|
/* @__PURE__ */ t(
|
18163
18170
|
Ri,
|
18164
18171
|
{
|
18165
|
-
expandIcon: /* @__PURE__ */ t(
|
18172
|
+
expandIcon: /* @__PURE__ */ t(H, { color: "secondary", name: "keyboard_arrow_down", size: 24 }),
|
18166
18173
|
sx: {
|
18167
18174
|
padding: "14px 24px",
|
18168
18175
|
borderBottom: "1px solid",
|
@@ -18195,7 +18202,7 @@ const X1 = ({
|
|
18195
18202
|
borderColor: a.palette.border.light
|
18196
18203
|
},
|
18197
18204
|
children: [
|
18198
|
-
/* @__PURE__ */ t(Ye, { "aria-label": r.mobile_devices_edit_label, color: "secondary", children: /* @__PURE__ */ t(
|
18205
|
+
/* @__PURE__ */ t(Ye, { "aria-label": r.mobile_devices_edit_label, color: "secondary", children: /* @__PURE__ */ t(H, { name: "edit" }) }),
|
18199
18206
|
/* @__PURE__ */ t(p, { variant: "Body", children: r.mobile_devices_edit_label })
|
18200
18207
|
]
|
18201
18208
|
}
|
@@ -18213,7 +18220,7 @@ const X1 = ({
|
|
18213
18220
|
cursor: "pointer"
|
18214
18221
|
},
|
18215
18222
|
children: [
|
18216
|
-
/* @__PURE__ */ t(Ye, { "aria-label": r.mobile_devices_delete_label, color: "secondary", children: /* @__PURE__ */ t(
|
18223
|
+
/* @__PURE__ */ t(Ye, { "aria-label": r.mobile_devices_delete_label, color: "secondary", children: /* @__PURE__ */ t(H, { name: "delete" }) }),
|
18217
18224
|
/* @__PURE__ */ t(p, { variant: "Body", children: r.mobile_devices_delete_label })
|
18218
18225
|
]
|
18219
18226
|
}
|
@@ -18593,7 +18600,7 @@ const X1 = ({
|
|
18593
18600
|
/* @__PURE__ */ t(mt, { sx: { mt: 24 }, children: e.delivery_method_title }),
|
18594
18601
|
n.email_notifications_enabled && /* @__PURE__ */ l(Z, { children: [
|
18595
18602
|
/* @__PURE__ */ t(
|
18596
|
-
|
18603
|
+
ei,
|
18597
18604
|
{
|
18598
18605
|
isChecked: !a.opted_out_of_email_notifications,
|
18599
18606
|
onToggle: () => r({
|
@@ -18607,7 +18614,7 @@ const X1 = ({
|
|
18607
18614
|
] }),
|
18608
18615
|
n.sms_notifications_enabled && /* @__PURE__ */ l(Z, { children: [
|
18609
18616
|
/* @__PURE__ */ t(
|
18610
|
-
|
18617
|
+
ei,
|
18611
18618
|
{
|
18612
18619
|
isChecked: !a.opted_out_of_sms_notifications,
|
18613
18620
|
onToggle: () => r({
|
@@ -18621,7 +18628,7 @@ const X1 = ({
|
|
18621
18628
|
/* @__PURE__ */ t(G, {})
|
18622
18629
|
] }),
|
18623
18630
|
n.push_notifications_enabled && /* @__PURE__ */ t(
|
18624
|
-
|
18631
|
+
ei,
|
18625
18632
|
{
|
18626
18633
|
isChecked: !a.opted_out_of_push_notifications,
|
18627
18634
|
isDisabled: !0,
|
@@ -18643,7 +18650,7 @@ const X1 = ({
|
|
18643
18650
|
), m = n.account?.name || n.account?.feed_name || "", C = n.account?.day_payment_is_due ? S(
|
18644
18651
|
a.notification_debt_payment_date,
|
18645
18652
|
Ws(n.account?.day_payment_is_due)
|
18646
|
-
) : a.notification_debt_payment_zero_state, f = o ? C :
|
18653
|
+
) : a.notification_debt_payment_zero_state, f = o ? C : P(n.threshold ?? 0, "0,0"), E = async () => {
|
18647
18654
|
o && n.account ? await r({ ...n.account, day_payment_is_due: u }) : e({ ...n, threshold: d });
|
18648
18655
|
};
|
18649
18656
|
return /* @__PURE__ */ l(b, { children: [
|
@@ -18721,7 +18728,7 @@ const X1 = ({
|
|
18721
18728
|
/* @__PURE__ */ t(p, { bold: !0, sx: { mb: 4, ml: 24, mt: 12 }, variant: "XSmall", children: i.delivery_method_title }),
|
18722
18729
|
/* @__PURE__ */ l(ae, { sx: { px: 24, bgcolor: "background.paper" }, children: [
|
18723
18730
|
u && /* @__PURE__ */ t(
|
18724
|
-
|
18731
|
+
ei,
|
18725
18732
|
{
|
18726
18733
|
isChecked: !c && n.email_channel,
|
18727
18734
|
isDisabled: c,
|
@@ -18731,7 +18738,7 @@ const X1 = ({
|
|
18731
18738
|
}
|
18732
18739
|
),
|
18733
18740
|
m && /* @__PURE__ */ t(
|
18734
|
-
|
18741
|
+
ei,
|
18735
18742
|
{
|
18736
18743
|
isChecked: !_ && n.sms_channel,
|
18737
18744
|
isDisabled: _,
|
@@ -18741,7 +18748,7 @@ const X1 = ({
|
|
18741
18748
|
}
|
18742
18749
|
),
|
18743
18750
|
h && /* @__PURE__ */ t(
|
18744
|
-
|
18751
|
+
ei,
|
18745
18752
|
{
|
18746
18753
|
isChecked: !d && n.push_channel,
|
18747
18754
|
isDisabled: !0,
|
@@ -19146,7 +19153,7 @@ const lC = (e) => {
|
|
19146
19153
|
const a = [], r = e.expectedDate;
|
19147
19154
|
let o = ve(r, i) ? r : Za(r, 1);
|
19148
19155
|
for (; ve(o, i); )
|
19149
|
-
Zt(o, n) && a.push({ ...e, expectedDate: o }), o =
|
19156
|
+
Zt(o, n) && a.push({ ...e, expectedDate: o }), o = ti(o, 1);
|
19150
19157
|
return a;
|
19151
19158
|
}, fC = (e) => {
|
19152
19159
|
const n = [];
|
@@ -19171,7 +19178,7 @@ const lC = (e) => {
|
|
19171
19178
|
}
|
19172
19179
|
return a;
|
19173
19180
|
}, bC = (e) => e.reduce((n, i) => {
|
19174
|
-
const a =
|
19181
|
+
const a = zn(i.expectedDate, { representation: "date" }), r = n.find(
|
19175
19182
|
(o) => o.date.toString() === i.expectedDate.toString()
|
19176
19183
|
);
|
19177
19184
|
return r ? r.recurrences.push(i) : n.push({
|
@@ -19452,11 +19459,11 @@ class TC {
|
|
19452
19459
|
};
|
19453
19460
|
};
|
19454
19461
|
get shouldDisableNextDate() {
|
19455
|
-
const n =
|
19462
|
+
const n = Qn(this.displayedDate), i = Qn(gt(/* @__PURE__ */ new Date(), 1));
|
19456
19463
|
return n === i;
|
19457
19464
|
}
|
19458
19465
|
get shouldDisablePrevDate() {
|
19459
|
-
const n =
|
19466
|
+
const n = Qn(this.displayedDate), i = Qn(/* @__PURE__ */ new Date());
|
19460
19467
|
return n === i;
|
19461
19468
|
}
|
19462
19469
|
}
|
@@ -19604,7 +19611,7 @@ const za = ({
|
|
19604
19611
|
},
|
19605
19612
|
primaryText: d.is_closed ? h.mark_as_open : h.mark_as_closed,
|
19606
19613
|
secondaryText: d.is_closed ? h.this_will_set_the_closed_account : h.this_will_set_the_account_balance_to_0,
|
19607
|
-
children: /* @__PURE__ */ t(
|
19614
|
+
children: /* @__PURE__ */ t(H, { name: "chevron_right" })
|
19608
19615
|
}
|
19609
19616
|
),
|
19610
19617
|
m.length > 0 && /* @__PURE__ */ t(
|
@@ -19618,7 +19625,7 @@ const za = ({
|
|
19618
19625
|
},
|
19619
19626
|
primaryText: h.mark_as_duplicate,
|
19620
19627
|
secondaryText: h.if_a_connected_account_is_showing_up_twice,
|
19621
|
-
children: /* @__PURE__ */ t(
|
19628
|
+
children: /* @__PURE__ */ t(H, { name: "chevron_right" })
|
19622
19629
|
}
|
19623
19630
|
),
|
19624
19631
|
/* @__PURE__ */ t(
|
@@ -19875,7 +19882,7 @@ const za = ({
|
|
19875
19882
|
] })
|
19876
19883
|
}
|
19877
19884
|
),
|
19878
|
-
/* @__PURE__ */ t(
|
19885
|
+
/* @__PURE__ */ t(H, { name: "chevron_right" })
|
19879
19886
|
] }) }),
|
19880
19887
|
/* @__PURE__ */ t(G, { sx: { ml: a.is_manual || !a.institution_url ? 0 : 24 } }),
|
19881
19888
|
!a.is_manual && a.institution_url && /* @__PURE__ */ l(Z, { children: [
|
@@ -19900,7 +19907,7 @@ const za = ({
|
|
19900
19907
|
}
|
19901
19908
|
) }),
|
19902
19909
|
/* @__PURE__ */ t(re, { primary: a.name, secondary: a.institution_url }),
|
19903
|
-
/* @__PURE__ */ t(
|
19910
|
+
/* @__PURE__ */ t(H, { name: "launch" })
|
19904
19911
|
] }) }),
|
19905
19912
|
/* @__PURE__ */ t(G, {})
|
19906
19913
|
] }),
|
@@ -20034,7 +20041,7 @@ const za = ({
|
|
20034
20041
|
},
|
20035
20042
|
children: [
|
20036
20043
|
f,
|
20037
|
-
/* @__PURE__ */ t(
|
20044
|
+
/* @__PURE__ */ t(H, { name: "chevron_right" })
|
20038
20045
|
]
|
20039
20046
|
}
|
20040
20047
|
) }),
|
@@ -20132,7 +20139,7 @@ const za = ({
|
|
20132
20139
|
isOpen: !!e,
|
20133
20140
|
onClose: () => n(""),
|
20134
20141
|
title: r.transaction_drawer_title,
|
20135
|
-
children: /* @__PURE__ */ t(
|
20142
|
+
children: /* @__PURE__ */ t(jn, { transaction: c })
|
20136
20143
|
}
|
20137
20144
|
)
|
20138
20145
|
] });
|
@@ -20170,8 +20177,8 @@ const za = ({
|
|
20170
20177
|
]
|
20171
20178
|
}
|
20172
20179
|
),
|
20173
|
-
/* @__PURE__ */ t(
|
20174
|
-
/* @__PURE__ */ t(
|
20180
|
+
/* @__PURE__ */ t(oi, { index: 0, name: "transaction-details", value: e, children: /* @__PURE__ */ t(HC, {}) }),
|
20181
|
+
/* @__PURE__ */ t(oi, { index: 1, name: "account-details", value: e, children: /* @__PURE__ */ t(kC, {}) })
|
20175
20182
|
] });
|
20176
20183
|
}, Gc = A($C), FC = () => {
|
20177
20184
|
const [e, n] = g.useState(""), { accounts: i } = I(), { selectedAccounts: a } = ce(), { setSelectedAccount: r, setSelectedMember: o } = $t(), { members: s } = Re(), { onEvent: c } = z(), d = [...new Set(a.map((y) => y.account_type))], _ = a.find((y) => e === y.guid), u = g.useMemo(
|
@@ -20213,7 +20220,7 @@ const za = ({
|
|
20213
20220
|
sx: { justifyContent: "space-between", color: "grey.700" },
|
20214
20221
|
children: [
|
20215
20222
|
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: N }),
|
20216
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children:
|
20223
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: P(v, "0,0.00") })
|
20217
20224
|
]
|
20218
20225
|
}
|
20219
20226
|
) }),
|
@@ -20270,7 +20277,7 @@ const za = ({
|
|
20270
20277
|
sx: { display: "flex", justifyContent: "space-between" },
|
20271
20278
|
children: [
|
20272
20279
|
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: i.account_types[y] }),
|
20273
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children:
|
20280
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: P(v, "0,0.00") })
|
20274
20281
|
]
|
20275
20282
|
}
|
20276
20283
|
) }),
|
@@ -21301,14 +21308,14 @@ function _f({ bubble: e }) {
|
|
21301
21308
|
}
|
21302
21309
|
) });
|
21303
21310
|
}
|
21304
|
-
const
|
21311
|
+
const qn = 75, is = 50;
|
21305
21312
|
function hf({ bubble: e, isDraggable: n, onClick: i = () => {
|
21306
21313
|
} }) {
|
21307
21314
|
const [a, r] = g.useState(!1);
|
21308
21315
|
if (g.useEffect(() => {
|
21309
21316
|
document.fonts.ready.then(() => {
|
21310
21317
|
const T = Dt.select(`.icon-${c}`), v = T.node()?.getComputedTextLength();
|
21311
|
-
T.attr("x", () => h <
|
21318
|
+
T.attr("x", () => h < qn ? v ? v / 2 - 12 : 12 : v ? v / 2 - 16 : 16);
|
21312
21319
|
});
|
21313
21320
|
}, []), !e) return;
|
21314
21321
|
const {
|
@@ -21344,7 +21351,7 @@ function hf({ bubble: e, isDraggable: n, onClick: i = () => {
|
|
21344
21351
|
y: C,
|
21345
21352
|
children: [
|
21346
21353
|
/* @__PURE__ */ t(
|
21347
|
-
|
21354
|
+
si,
|
21348
21355
|
{
|
21349
21356
|
followCursor: !0,
|
21350
21357
|
open: a,
|
@@ -21354,19 +21361,19 @@ function hf({ bubble: e, isDraggable: n, onClick: i = () => {
|
|
21354
21361
|
}
|
21355
21362
|
),
|
21356
21363
|
/* @__PURE__ */ t(
|
21357
|
-
|
21364
|
+
H,
|
21358
21365
|
{
|
21359
21366
|
className: `icon-${c}`,
|
21360
21367
|
component: "text",
|
21361
21368
|
name: c,
|
21362
|
-
size: h <=
|
21369
|
+
size: h <= qn ? 24 : 32,
|
21363
21370
|
sx: {
|
21364
21371
|
fill: s
|
21365
21372
|
},
|
21366
21373
|
y: f
|
21367
21374
|
}
|
21368
21375
|
),
|
21369
|
-
h >
|
21376
|
+
h > qn && /* @__PURE__ */ t(
|
21370
21377
|
p,
|
21371
21378
|
{
|
21372
21379
|
bold: !0,
|
@@ -21386,11 +21393,11 @@ function hf({ bubble: e, isDraggable: n, onClick: i = () => {
|
|
21386
21393
|
id: `budget-description-${_}-1`,
|
21387
21394
|
sx: { fill: s },
|
21388
21395
|
variant: "Body",
|
21389
|
-
y: h <=
|
21390
|
-
children: h <=
|
21396
|
+
y: h <= qn ? 12 : 24,
|
21397
|
+
children: h <= qn ? u.split(" ")[0] : u
|
21391
21398
|
}
|
21392
21399
|
),
|
21393
|
-
h <=
|
21400
|
+
h <= qn && h > is && /* @__PURE__ */ t(
|
21394
21401
|
p,
|
21395
21402
|
{
|
21396
21403
|
component: "text",
|
@@ -21562,7 +21569,7 @@ const gf = ({
|
|
21562
21569
|
}
|
21563
21570
|
),
|
21564
21571
|
!m && /* @__PURE__ */ l(M, { ml: 16, children: [
|
21565
|
-
/* @__PURE__ */ t(p, { bold: !0, color: h < 0 ? "error.main" : "success.main", children:
|
21572
|
+
/* @__PURE__ */ t(p, { bold: !0, color: h < 0 ? "error.main" : "success.main", children: P(Math.abs(h), "0,0") }),
|
21566
21573
|
/* @__PURE__ */ t(p, { children: h < 0 ? c.overspent_in_budgets : c.left_in_budgets })
|
21567
21574
|
] })
|
21568
21575
|
] }) : /* @__PURE__ */ t(ue, {})
|
@@ -21572,24 +21579,24 @@ const gf = ({
|
|
21572
21579
|
const { budgets: e } = I(), { totalBudgeted: n } = lt(), { projectedIncome: i } = tt(), a = i - n;
|
21573
21580
|
return /* @__PURE__ */ l(b, { direction: "row", justifyContent: "center", my: 16, spacing: 20, children: [
|
21574
21581
|
/* @__PURE__ */ l(b, { alignItems: "center", children: [
|
21575
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children:
|
21582
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: P(i, "0,0") }),
|
21576
21583
|
/* @__PURE__ */ t(p, { color: "secondary", variant: "Small", children: e.projected_income })
|
21577
21584
|
] }),
|
21578
21585
|
/* @__PURE__ */ t(p, { bold: !0, justifyContent: "center", variant: "Body", children: "-" }),
|
21579
21586
|
/* @__PURE__ */ l(b, { alignItems: "center", children: [
|
21580
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children:
|
21587
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: P(n, "0,0") }),
|
21581
21588
|
/* @__PURE__ */ t(p, { color: "secondary", variant: "Small", children: e.budgeted })
|
21582
21589
|
] }),
|
21583
21590
|
/* @__PURE__ */ t(p, { bold: !0, justifyContent: "center", variant: "Body", children: "=" }),
|
21584
21591
|
/* @__PURE__ */ l(b, { alignItems: "center", children: [
|
21585
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children:
|
21592
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: P(a, "0,0") }),
|
21586
21593
|
/* @__PURE__ */ t(p, { color: "secondary", variant: "Small", children: e.remaining })
|
21587
21594
|
] })
|
21588
21595
|
] });
|
21589
21596
|
}), bf = A(
|
21590
21597
|
({ category: e }) => {
|
21591
21598
|
const { budgets: n } = I(), { budgets: i } = lt(), a = g.useMemo(() => {
|
21592
|
-
const r = i.find((c) => c.category_guid === e.guid), o =
|
21599
|
+
const r = i.find((c) => c.category_guid === e.guid), o = P(e.totalAverageAmount, "0,0"), s = r ? S(n.recalculate_previous_budget, P(r.amount, "0,0")) : n.recalculate_new_budget;
|
21593
21600
|
return `${o} - ${s}`;
|
21594
21601
|
}, [n, i]);
|
21595
21602
|
return /* @__PURE__ */ l(g.Fragment, { children: [
|
@@ -21635,7 +21642,7 @@ const gf = ({
|
|
21635
21642
|
/* @__PURE__ */ l(b, { children: [
|
21636
21643
|
/* @__PURE__ */ t(p, { children: S(
|
21637
21644
|
a.add_description_top,
|
21638
|
-
|
21645
|
+
P(s, "0,0")
|
21639
21646
|
) }),
|
21640
21647
|
/* @__PURE__ */ t(p, { children: S(a.add_description_bottom, n) })
|
21641
21648
|
] }),
|
@@ -21662,10 +21669,10 @@ const gf = ({
|
|
21662
21669
|
re,
|
21663
21670
|
{
|
21664
21671
|
primary: e.name,
|
21665
|
-
secondary:
|
21672
|
+
secondary: P(e.totalAmount, "0,0")
|
21666
21673
|
}
|
21667
21674
|
),
|
21668
|
-
/* @__PURE__ */ t(kd, { children: /* @__PURE__ */ t(
|
21675
|
+
/* @__PURE__ */ t(kd, { children: /* @__PURE__ */ t(H, { name: "add", size: 20 }) })
|
21669
21676
|
] }) }, e.guid),
|
21670
21677
|
/* @__PURE__ */ t(
|
21671
21678
|
ke,
|
@@ -21712,14 +21719,14 @@ const gf = ({
|
|
21712
21719
|
];
|
21713
21720
|
return /* @__PURE__ */ t(Gt, { sx: { mt: 24, mx: 24 }, children: /* @__PURE__ */ t(Bt, { children: /* @__PURE__ */ l(b, { alignItems: "center", gap: 16, children: [
|
21714
21721
|
/* @__PURE__ */ t(kt, { categoryGuid: r, size: 56 }),
|
21715
|
-
/* @__PURE__ */ t(cn, { children: `${
|
21722
|
+
/* @__PURE__ */ t(cn, { children: `${P(s, "0,0")} / ${P(n, "0,0")}` }),
|
21716
21723
|
/* @__PURE__ */ t(p, { bold: !0, variant: "XSmall", children: a }),
|
21717
|
-
/* @__PURE__ */ t(
|
21724
|
+
/* @__PURE__ */ t(ri, { data: c, height: 10 })
|
21718
21725
|
] }) }) });
|
21719
21726
|
}, Tf = A(() => {
|
21720
21727
|
const { budgets: e } = I();
|
21721
21728
|
return /* @__PURE__ */ l(b, { alignItems: "center", gap: 12, height: "auto", mb: 24, mt: 24, children: [
|
21722
|
-
/* @__PURE__ */ t(
|
21729
|
+
/* @__PURE__ */ t(H, { color: "secondary", name: "bubble_chart", sx: { fontSize: 32 } }),
|
21723
21730
|
/* @__PURE__ */ t(p, { bold: !0, color: "secondary", variant: "Small", children: e.zero_state_no_sub_budgets }),
|
21724
21731
|
/* @__PURE__ */ t(p, { color: "text.secondary", variant: "XSmall", children: e.zero_state_no_sub_budgets_description })
|
21725
21732
|
] });
|
@@ -21738,8 +21745,8 @@ const gf = ({
|
|
21738
21745
|
{
|
21739
21746
|
primary: /* @__PURE__ */ t(b, { component: "span", direction: "row", justifyContent: "space-between", children: /* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: e.category.name }) }),
|
21740
21747
|
secondary: /* @__PURE__ */ t(b, { component: "span", direction: "row", justifyContent: "space-between", children: /* @__PURE__ */ t(p, { fontWeight: 400, variant: "Body", children: `
|
21741
|
-
${
|
21742
|
-
${
|
21748
|
+
${P(o, "0,0")} /
|
21749
|
+
${P(n, "0,0")}
|
21743
21750
|
` }) })
|
21744
21751
|
}
|
21745
21752
|
)
|
@@ -21760,10 +21767,10 @@ const gf = ({
|
|
21760
21767
|
return /* @__PURE__ */ l(M, { children: [
|
21761
21768
|
/* @__PURE__ */ t(q, { disableGutters: !0, disablePadding: !0, sx: { bgcolor: "background.paper" }, children: /* @__PURE__ */ t(de, { onClick: E, children: /* @__PURE__ */ t(re, { children: /* @__PURE__ */ l(b, { alignItems: "center", direction: "row", justifyContent: "space-between", children: [
|
21762
21769
|
/* @__PURE__ */ l(b, { alignItems: "center", direction: "row", gap: 8, children: [
|
21763
|
-
/* @__PURE__ */ t(
|
21770
|
+
/* @__PURE__ */ t(H, { fill: !0, name: "add_box", size: 24, sx: { color: "primary.light" } }),
|
21764
21771
|
/* @__PURE__ */ t(p, { bold: !0, sx: { color: "primary.light" }, variant: "Body", children: i.add_sub_budget_button })
|
21765
21772
|
] }),
|
21766
|
-
/* @__PURE__ */ t(
|
21773
|
+
/* @__PURE__ */ t(H, { name: "chevron_right", size: 24, sx: { color: "primary.light" } })
|
21767
21774
|
] }) }) }) }),
|
21768
21775
|
/* @__PURE__ */ t(G, {}),
|
21769
21776
|
/* @__PURE__ */ t(
|
@@ -21919,7 +21926,7 @@ const gf = ({
|
|
21919
21926
|
ee,
|
21920
21927
|
{
|
21921
21928
|
onClick: C,
|
21922
|
-
startIcon: /* @__PURE__ */ t(
|
21929
|
+
startIcon: /* @__PURE__ */ t(H, { name: "ios_share" }),
|
21923
21930
|
variant: "text",
|
21924
21931
|
children: a.export_csv_btn
|
21925
21932
|
}
|
@@ -21934,7 +21941,7 @@ const gf = ({
|
|
21934
21941
|
isOpen: !!h,
|
21935
21942
|
onClose: () => u(""),
|
21936
21943
|
title: n.details_transaction_drawer,
|
21937
|
-
children: h && /* @__PURE__ */ t(
|
21944
|
+
children: h && /* @__PURE__ */ t(jn, { transaction: h })
|
21938
21945
|
}
|
21939
21946
|
)
|
21940
21947
|
] })
|
@@ -22037,8 +22044,8 @@ const gf = ({
|
|
22037
22044
|
primary: /* @__PURE__ */ l(b, { component: "span", direction: "row", justifyContent: "space-between", children: [
|
22038
22045
|
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: e.category.name }),
|
22039
22046
|
/* @__PURE__ */ t(p, { fontWeight: 400, variant: "Body", children: `
|
22040
|
-
${
|
22041
|
-
${
|
22047
|
+
${P(_, "0,0")} /
|
22048
|
+
${P(i, "0,0")}
|
22042
22049
|
` })
|
22043
22050
|
] }),
|
22044
22051
|
secondary: /* @__PURE__ */ l(b, { component: "span", direction: "row", justifyContent: "space-between", children: [
|
@@ -22103,11 +22110,11 @@ const gf = ({
|
|
22103
22110
|
/* @__PURE__ */ t(Bt, { sx: { pt: 12, px: 24 }, children: /* @__PURE__ */ l(b, { gap: 24, children: [
|
22104
22111
|
/* @__PURE__ */ l(b, { gap: 8, children: [
|
22105
22112
|
/* @__PURE__ */ t(p, { bold: !0, sx: { mb: 8 }, variant: "Body", children: a.spending_title }),
|
22106
|
-
/* @__PURE__ */ t(
|
22113
|
+
/* @__PURE__ */ t(ri, { data: E, height: 16 }),
|
22107
22114
|
/* @__PURE__ */ t(p, { variant: "Small", children: S(
|
22108
22115
|
a.spending_description,
|
22109
|
-
|
22110
|
-
|
22116
|
+
P(f, "0,0"),
|
22117
|
+
P(_, "0,0")
|
22111
22118
|
) })
|
22112
22119
|
] }),
|
22113
22120
|
/* @__PURE__ */ l(b, { gap: 8, children: [
|
@@ -22119,15 +22126,15 @@ const gf = ({
|
|
22119
22126
|
"aria-label": o.manage_income,
|
22120
22127
|
onClick: v,
|
22121
22128
|
sx: { p: 0 },
|
22122
|
-
children: /* @__PURE__ */ t(
|
22129
|
+
children: /* @__PURE__ */ t(H, { color: "primary", name: "edit" })
|
22123
22130
|
}
|
22124
22131
|
)
|
22125
22132
|
] }),
|
22126
|
-
/* @__PURE__ */ t(
|
22133
|
+
/* @__PURE__ */ t(ri, { data: T, height: 16 }),
|
22127
22134
|
/* @__PURE__ */ t(p, { variant: "Small", children: S(
|
22128
22135
|
a.income_description,
|
22129
|
-
|
22130
|
-
|
22136
|
+
P(y, "0,0"),
|
22137
|
+
P(u, "0,0")
|
22131
22138
|
) })
|
22132
22139
|
] })
|
22133
22140
|
] }) }),
|
@@ -22165,11 +22172,11 @@ const gf = ({
|
|
22165
22172
|
}, [d, _, C]);
|
22166
22173
|
const U = (Ce) => {
|
22167
22174
|
y({ start: Ce[0] || /* @__PURE__ */ new Date(), end: Ce[1] || /* @__PURE__ */ new Date() });
|
22168
|
-
},
|
22175
|
+
}, B = () => {
|
22169
22176
|
a(W.BUDGETS_CLICK_FILTER);
|
22170
22177
|
}, j = () => {
|
22171
22178
|
L(!0), a(W.BUDGETS_CLICK_ADD);
|
22172
|
-
},
|
22179
|
+
}, he = () => {
|
22173
22180
|
L(!1);
|
22174
22181
|
}, V = Zt(C.end, $e(/* @__PURE__ */ new Date()));
|
22175
22182
|
return !c || !d || !f ? /* @__PURE__ */ t(ue, {}) : /* @__PURE__ */ l(
|
@@ -22184,7 +22191,7 @@ const gf = ({
|
|
22184
22191
|
}
|
22185
22192
|
],
|
22186
22193
|
calendarActions: { onRangeChanged: U, shouldDisableNext: V },
|
22187
|
-
onAccountsFilterClick:
|
22194
|
+
onAccountsFilterClick: B,
|
22188
22195
|
onBackClick: e,
|
22189
22196
|
sx: n,
|
22190
22197
|
title: o.budgets_title,
|
@@ -22232,7 +22239,7 @@ const gf = ({
|
|
22232
22239
|
isOpen: O,
|
22233
22240
|
onClose: () => L(!1),
|
22234
22241
|
title: o.add_new_title,
|
22235
|
-
children: /* @__PURE__ */ t(Sf, { onRecalculateBudgets:
|
22242
|
+
children: /* @__PURE__ */ t(Sf, { onRecalculateBudgets: he })
|
22236
22243
|
}
|
22237
22244
|
),
|
22238
22245
|
/* @__PURE__ */ t(
|
@@ -22617,22 +22624,22 @@ const kf = ({ widgets: e, isLoading: n }) => {
|
|
22617
22624
|
holdings: [],
|
22618
22625
|
members: []
|
22619
22626
|
}), { accounts: C, investments: f } = I(), E = ({ data: O }) => {
|
22620
|
-
const { isCopyLoaded: L } = ce(), [U,
|
22627
|
+
const { isCopyLoaded: L } = ce(), [U, B] = yt(null), [j, he] = yt("");
|
22621
22628
|
if (!L || !d)
|
22622
22629
|
return /* @__PURE__ */ t(ue, {});
|
22623
|
-
const V = (
|
22624
|
-
|
22625
|
-
}, Ce = (
|
22626
|
-
const Ke =
|
22627
|
-
/^\d*\.?\d*$/.test(Ke) &&
|
22628
|
-
},
|
22629
|
-
if (
|
22630
|
+
const V = (ge, Ke) => {
|
22631
|
+
B(ge), he(Ke.toFixed(2));
|
22632
|
+
}, Ce = (ge) => {
|
22633
|
+
const Ke = ge.target.value;
|
22634
|
+
/^\d*\.?\d*$/.test(Ke) && he(Ke);
|
22635
|
+
}, me = (ge, Ke) => {
|
22636
|
+
if (ge.key === "Enter") {
|
22630
22637
|
const je = s.find(({ guid: Te }) => Te === Ke);
|
22631
|
-
c({ ...je, cost_basis: Number(j) }),
|
22632
|
-
} else
|
22633
|
-
}, _e = (
|
22634
|
-
const Ke = s.find(({ guid: je }) => je ===
|
22635
|
-
c({ ...Ke, cost_basis: Number(j) }),
|
22638
|
+
c({ ...je, cost_basis: Number(j) }), B(null);
|
22639
|
+
} else ge.key === "Escape" && B(null);
|
22640
|
+
}, _e = (ge) => {
|
22641
|
+
const Ke = s.find(({ guid: je }) => je === ge);
|
22642
|
+
c({ ...Ke, cost_basis: Number(j) }), B(null);
|
22636
22643
|
}, Pe = [
|
22637
22644
|
{
|
22638
22645
|
field: "qty",
|
@@ -22647,9 +22654,9 @@ const kf = ({ widgets: e, isLoading: n }) => {
|
|
22647
22654
|
headerName: f.overview.holding_header,
|
22648
22655
|
flex: 1,
|
22649
22656
|
renderHeader: Fi,
|
22650
|
-
renderCell: (
|
22651
|
-
/* @__PURE__ */ t(p, { sx: { color: "text.primary", fontWeight: 700 }, children:
|
22652
|
-
/* @__PURE__ */ t(p, { sx: { color: "text.secondary", fontWeight: 400 }, variant: "tiny", children:
|
22657
|
+
renderCell: (ge) => /* @__PURE__ */ t(Ee, { sx: { alignItems: "center", gap: 16, flexDirection: "row" }, children: /* @__PURE__ */ l(Ee, { children: [
|
22658
|
+
/* @__PURE__ */ t(p, { sx: { color: "text.primary", fontWeight: 700 }, children: ge.row.holding }),
|
22659
|
+
/* @__PURE__ */ t(p, { sx: { color: "text.secondary", fontWeight: 400 }, variant: "tiny", children: ge.row.description })
|
22653
22660
|
] }) })
|
22654
22661
|
},
|
22655
22662
|
{
|
@@ -22657,16 +22664,16 @@ const kf = ({ widgets: e, isLoading: n }) => {
|
|
22657
22664
|
headerName: f.overview.cost_basis_header,
|
22658
22665
|
width: 132,
|
22659
22666
|
renderHeader: Fi,
|
22660
|
-
renderCell: (
|
22661
|
-
const Ke = U ===
|
22667
|
+
renderCell: (ge) => {
|
22668
|
+
const Ke = U === ge.row.id;
|
22662
22669
|
return /* @__PURE__ */ l(Ee, { sx: { alignItems: "center", flexDirection: "row", gap: 4 }, children: [
|
22663
22670
|
Ke ? /* @__PURE__ */ t(
|
22664
22671
|
nt,
|
22665
22672
|
{
|
22666
22673
|
autoFocus: !0,
|
22667
|
-
onBlur: () => _e(
|
22674
|
+
onBlur: () => _e(ge.row.id),
|
22668
22675
|
onChange: Ce,
|
22669
|
-
onKeyDown: (je) =>
|
22676
|
+
onKeyDown: (je) => me(je, ge.row.id),
|
22670
22677
|
size: "small",
|
22671
22678
|
sx: {
|
22672
22679
|
fontSize: 14,
|
@@ -22683,7 +22690,7 @@ const kf = ({ widgets: e, isLoading: n }) => {
|
|
22683
22690
|
},
|
22684
22691
|
value: j
|
22685
22692
|
}
|
22686
|
-
) : /* @__PURE__ */ t(p, { sx: { fontSize: 14 }, variant: "Small", children:
|
22693
|
+
) : /* @__PURE__ */ t(p, { sx: { fontSize: 14 }, variant: "Small", children: ge.value?.toLocaleString("en-US", {
|
22687
22694
|
currency: "USD",
|
22688
22695
|
maximumFractionDigits: 2,
|
22689
22696
|
minimumFractionDigits: 2,
|
@@ -22692,7 +22699,7 @@ const kf = ({ widgets: e, isLoading: n }) => {
|
|
22692
22699
|
/* @__PURE__ */ t(
|
22693
22700
|
Ye,
|
22694
22701
|
{
|
22695
|
-
onClick: () => V(
|
22702
|
+
onClick: () => V(ge.row.id, ge.row.costBasis),
|
22696
22703
|
sx: { minWidth: 12, minHeight: 12 },
|
22697
22704
|
children: /* @__PURE__ */ t(wt, { name: "stylus", size: 12, sx: { color: "#49505A" } })
|
22698
22705
|
}
|
@@ -22707,20 +22714,20 @@ const kf = ({ widgets: e, isLoading: n }) => {
|
|
22707
22714
|
headerName: f.overview.total_gain_loss_header,
|
22708
22715
|
width: 196,
|
22709
22716
|
renderHeader: Fi,
|
22710
|
-
renderCell: (
|
22711
|
-
const Ke =
|
22717
|
+
renderCell: (ge) => {
|
22718
|
+
const Ke = ge.row.costBasis, je = Ke ? ge.row.totalGainLoss / Ke * 100 : 0, Te = ge.value <= 0 ? "text.secondary" : "#0AC295";
|
22712
22719
|
return /* @__PURE__ */ l(Ee, { sx: { alignItems: "center", flexDirection: "row", gap: 2 }, children: [
|
22713
|
-
|
22720
|
+
ge.value !== 0 && /* @__PURE__ */ t(
|
22714
22721
|
wt,
|
22715
22722
|
{
|
22716
|
-
name:
|
22723
|
+
name: ge.value > 0 ? "trending_up" : "trending_down",
|
22717
22724
|
size: 16,
|
22718
22725
|
sx: { color: Te, mr: 1, verticalAlign: "middle" }
|
22719
22726
|
}
|
22720
22727
|
),
|
22721
22728
|
/* @__PURE__ */ t(p, { sx: { color: Te, fontWeight: 700 }, variant: "Small", children: Ke ? `${je.toFixed(2)}%` : "0.00%" }),
|
22722
22729
|
/* @__PURE__ */ t(p, { sx: { color: "text.secondary" }, variant: "XSmall", children: "|" }),
|
22723
|
-
/* @__PURE__ */ t(p, { sx: { color: Te, fontWeight: 700 }, variant: "Small", children: Math.abs(
|
22730
|
+
/* @__PURE__ */ t(p, { sx: { color: Te, fontWeight: 700 }, variant: "Small", children: Math.abs(ge.value).toLocaleString("en-US", {
|
22724
22731
|
currency: "USD",
|
22725
22732
|
maximumFractionDigits: 2,
|
22726
22733
|
minimumFractionDigits: 2,
|
@@ -22737,7 +22744,7 @@ const kf = ({ widgets: e, isLoading: n }) => {
|
|
22737
22744
|
headerName: f.overview.market_value_header,
|
22738
22745
|
width: 132,
|
22739
22746
|
renderHeader: Fi,
|
22740
|
-
renderCell: (
|
22747
|
+
renderCell: (ge) => /* @__PURE__ */ t(p, { sx: { fontWeight: 700 }, variant: "Small", children: ge.value?.toLocaleString("en-US", {
|
22741
22748
|
currency: "USD",
|
22742
22749
|
maximumFractionDigits: 2,
|
22743
22750
|
minimumFractionDigits: 2,
|
@@ -22761,8 +22768,8 @@ const kf = ({ widgets: e, isLoading: n }) => {
|
|
22761
22768
|
}, y = () => {
|
22762
22769
|
u(!0), n(W.ACCOUNTS_CLICK_CONNECT);
|
22763
22770
|
}, T = (O) => (L, U) => {
|
22764
|
-
a((
|
22765
|
-
...
|
22771
|
+
a((B) => ({
|
22772
|
+
...B,
|
22766
22773
|
[O]: U
|
22767
22774
|
}));
|
22768
22775
|
}, { holdings: v } = er(), { visibleInvestmentAccounts: N, members: x } = Re(), R = N.reduce((O, L) => O + (L.balance || 0), 0), D = v.reduce((O, L) => {
|
@@ -22807,24 +22814,24 @@ const kf = ({ widgets: e, isLoading: n }) => {
|
|
22807
22814
|
x.map((O) => {
|
22808
22815
|
const L = N.filter((U) => U.member_guid === O.guid);
|
22809
22816
|
return /* @__PURE__ */ t(g.Fragment, { children: L.map((U) => {
|
22810
|
-
const
|
22811
|
-
id:
|
22812
|
-
qty:
|
22813
|
-
holding:
|
22814
|
-
costBasis:
|
22815
|
-
totalGainLoss:
|
22816
|
-
marketValue:
|
22817
|
-
description:
|
22818
|
-
})), j =
|
22819
|
-
(
|
22817
|
+
const B = v.filter((me) => me.account_guid === U.guid).map((me) => ({
|
22818
|
+
id: me.guid,
|
22819
|
+
qty: me.shares || 0,
|
22820
|
+
holding: me.symbol || me.description || "Unknown",
|
22821
|
+
costBasis: me.cost_basis || 0,
|
22822
|
+
totalGainLoss: me.market_value ? me.market_value - (me.cost_basis || 0) : 0,
|
22823
|
+
marketValue: me.market_value || 0,
|
22824
|
+
description: me.description || ""
|
22825
|
+
})), j = B.length > 0, he = U.balance, V = B.reduce(
|
22826
|
+
(me, _e) => _e.totalGainLoss + me,
|
22820
22827
|
0
|
22821
|
-
), Ce =
|
22828
|
+
), Ce = he ? V / he * 100 : 0;
|
22822
22829
|
return e ? /* @__PURE__ */ t(
|
22823
22830
|
St,
|
22824
22831
|
{
|
22825
|
-
onClick:
|
22832
|
+
onClick: B.length ? () => {
|
22826
22833
|
o(!0), m({
|
22827
|
-
holdings:
|
22834
|
+
holdings: B,
|
22828
22835
|
accounts: U,
|
22829
22836
|
members: O
|
22830
22837
|
});
|
@@ -22970,7 +22977,7 @@ const kf = ({ widgets: e, isLoading: n }) => {
|
|
22970
22977
|
},
|
22971
22978
|
children: [
|
22972
22979
|
/* @__PURE__ */ t(p, { sx: { color: "text.secondary" }, variant: "XSmall", children: f.overview.total_value }),
|
22973
|
-
/* @__PURE__ */ t(p, { sx: { color: "text.primary", fontWeight: 600 }, variant: "Body", children:
|
22980
|
+
/* @__PURE__ */ t(p, { sx: { color: "text.primary", fontWeight: 600 }, variant: "Body", children: he?.toLocaleString("en-US", {
|
22974
22981
|
currency: "USD",
|
22975
22982
|
maximumFractionDigits: 2,
|
22976
22983
|
minimumFractionDigits: 2,
|
@@ -23028,7 +23035,7 @@ const kf = ({ widgets: e, isLoading: n }) => {
|
|
23028
23035
|
{
|
23029
23036
|
name: "expand_more",
|
23030
23037
|
size: 20,
|
23031
|
-
sx: { color:
|
23038
|
+
sx: { color: B.length ? "#121417" : "#CDD3DD" }
|
23032
23039
|
}
|
23033
23040
|
),
|
23034
23041
|
/* @__PURE__ */ t(
|
@@ -23108,7 +23115,7 @@ const kf = ({ widgets: e, isLoading: n }) => {
|
|
23108
23115
|
sx: { alignItems: "flex-end", gap: 12, pb: 14, pl: 16, pr: 16, pt: 14 },
|
23109
23116
|
children: /* @__PURE__ */ l(Ee, { sx: { alignItems: "flex-end" }, children: [
|
23110
23117
|
/* @__PURE__ */ t(p, { sx: { color: "text.secondary" }, variant: "XSmall", children: f.overview.total_value }),
|
23111
|
-
/* @__PURE__ */ t(p, { sx: { color: "text.primary", fontWeight: 600 }, variant: "Body", children:
|
23118
|
+
/* @__PURE__ */ t(p, { sx: { color: "text.primary", fontWeight: 600 }, variant: "Body", children: he?.toLocaleString("en-US", {
|
23112
23119
|
currency: "USD",
|
23113
23120
|
maximumFractionDigits: 2,
|
23114
23121
|
minimumFractionDigits: 2,
|
@@ -23121,7 +23128,7 @@ const kf = ({ widgets: e, isLoading: n }) => {
|
|
23121
23128
|
]
|
23122
23129
|
}
|
23123
23130
|
),
|
23124
|
-
/* @__PURE__ */ t(Di, { sx: { background: "background.default", p: 12 }, children: /* @__PURE__ */ t(St, { sx: { border: 1, borderColor: "border.light" }, children: /* @__PURE__ */ t(E, { data:
|
23131
|
+
/* @__PURE__ */ t(Di, { sx: { background: "background.default", p: 12 }, children: /* @__PURE__ */ t(St, { sx: { border: 1, borderColor: "border.light" }, children: /* @__PURE__ */ t(E, { data: B }) }) })
|
23125
23132
|
]
|
23126
23133
|
},
|
23127
23134
|
U.guid
|
@@ -23387,7 +23394,7 @@ const Br = {
|
|
23387
23394
|
class Kf {
|
23388
23395
|
onAnalyticEvent = cs;
|
23389
23396
|
onAnalyticPageView = ls;
|
23390
|
-
beatApi = new
|
23397
|
+
beatApi = new ai("/", "");
|
23391
23398
|
constructor() {
|
23392
23399
|
Be(this);
|
23393
23400
|
}
|
@@ -23400,7 +23407,7 @@ class Kf {
|
|
23400
23407
|
ls(r, o).then((s) => s).catch((s) => {
|
23401
23408
|
throw s.status === 401 && a(), s;
|
23402
23409
|
});
|
23403
|
-
}, this.beatApi = new
|
23410
|
+
}, this.beatApi = new ai(n, i);
|
23404
23411
|
};
|
23405
23412
|
updateBeat = async (n) => {
|
23406
23413
|
this.beatApi.updateBeat(n);
|
@@ -23622,7 +23629,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
23622
23629
|
return !r.length || !o.length ? n.Color.Primary300 : r[0].amount > o[0].amount ? n.Color.Error300 : r[0].amount < o[0].amount ? n.Color.Success300 : n.Color.Primary300;
|
23623
23630
|
}, t0 = ({ beat: e }) => {
|
23624
23631
|
const n = ft(), i = e0(e.data_series, n);
|
23625
|
-
return /* @__PURE__ */ t(
|
23632
|
+
return /* @__PURE__ */ t(H, { name: "bar_chart", sx: { color: i } });
|
23626
23633
|
}, Uc = () => /* @__PURE__ */ l("svg", { fill: "none", height: "36", viewBox: "0 0 40 36", width: "40", xmlns: "http://www.w3.org/2000/svg", children: [
|
23627
23634
|
/* @__PURE__ */ t(
|
23628
23635
|
"path",
|
@@ -24406,8 +24413,8 @@ const Gi = g.createContext(null), Yf = ({
|
|
24406
24413
|
] })
|
24407
24414
|
] }), ds = ({ beat: e, clientColorScheme: n, color: i, type: a }) => {
|
24408
24415
|
const r = pe(), o = n?.primary_300 ? n.primary_300 : r.palette.primary.main;
|
24409
|
-
return a === 0 ? /* @__PURE__ */ t(
|
24410
|
-
|
24416
|
+
return a === 0 ? /* @__PURE__ */ t(H, { fill: !0, name: "error", sx: { color: i || o } }) : a === 1 && e ? /* @__PURE__ */ t(jf, { beat: e }) : a === 2 && e ? /* @__PURE__ */ t(Zf, { beat: e }) : a === 3 && e ? /* @__PURE__ */ t(t0, { beat: e }) : a === 5 && e ? /* @__PURE__ */ t(H, { name: "campaign" }) : /* @__PURE__ */ t(
|
24417
|
+
H,
|
24411
24418
|
{
|
24412
24419
|
fill: !0,
|
24413
24420
|
name: "info",
|
@@ -24639,7 +24646,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
24639
24646
|
y(V.targetTouches[0].clientX);
|
24640
24647
|
}, U = (V) => {
|
24641
24648
|
y(null), v(V.targetTouches[0].clientX);
|
24642
|
-
},
|
24649
|
+
}, B = {
|
24643
24650
|
clientColorScheme: n,
|
24644
24651
|
showCTAColocatedWithText: i,
|
24645
24652
|
heightOverrides: a,
|
@@ -24647,7 +24654,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
24647
24654
|
showIcon: c,
|
24648
24655
|
variant: _,
|
24649
24656
|
widthOverrides: u
|
24650
|
-
}, j = m.current && m.current.offsetWidth ? Math.round(C / m.current.offsetWidth) : 0,
|
24657
|
+
}, j = m.current && m.current.offsetWidth ? Math.round(C / m.current.offsetWidth) : 0, he = m.current ? m.current.scrollWidth - m.current.offsetWidth : 0;
|
24651
24658
|
return /* @__PURE__ */ l(
|
24652
24659
|
"div",
|
24653
24660
|
{
|
@@ -24667,11 +24674,11 @@ const Gi = g.createContext(null), Yf = ({
|
|
24667
24674
|
ref: m,
|
24668
24675
|
children: [
|
24669
24676
|
e.map((V, Ce) => {
|
24670
|
-
const
|
24677
|
+
const me = Ce + 1, _e = e.length + 1, Pe = S(
|
24671
24678
|
N.card_position_in_carousel_aria,
|
24672
|
-
|
24679
|
+
me.toString(),
|
24673
24680
|
_e.toString()
|
24674
|
-
),
|
24681
|
+
), ge = V.micro_title && V.micro_title.length > 0, Ke = V.micro_description && V.micro_description.length > 0, je = ge ? V.micro_title : V.title, Te = Ke ? V.micro_description : V.description;
|
24675
24682
|
return /* @__PURE__ */ t(
|
24676
24683
|
a0,
|
24677
24684
|
{
|
@@ -24680,7 +24687,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
24680
24687
|
index: Ce,
|
24681
24688
|
isActiveCard: Ce === j,
|
24682
24689
|
onCardClick: r,
|
24683
|
-
...
|
24690
|
+
...B
|
24684
24691
|
},
|
24685
24692
|
`${V.guid} ${Ce}`
|
24686
24693
|
);
|
@@ -24690,7 +24697,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
24690
24697
|
{
|
24691
24698
|
isActiveCard: j === e.length,
|
24692
24699
|
onCardClick: r,
|
24693
|
-
...
|
24700
|
+
...B
|
24694
24701
|
}
|
24695
24702
|
)
|
24696
24703
|
]
|
@@ -24704,7 +24711,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
24704
24711
|
numBeats: e.length + 1,
|
24705
24712
|
onNextClick: R,
|
24706
24713
|
onPreviousClick: D,
|
24707
|
-
scrollRightBoundary:
|
24714
|
+
scrollRightBoundary: he,
|
24708
24715
|
scrollX: C
|
24709
24716
|
}
|
24710
24717
|
)
|
@@ -24962,7 +24969,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
24962
24969
|
variant: N,
|
24963
24970
|
widthOverrides: x
|
24964
24971
|
}) => {
|
24965
|
-
const R = at(), [D, $] = yt("STANDARD"), [O, L] = yt(!1), U = iu([d], fn),
|
24972
|
+
const R = at(), [D, $] = yt("STANDARD"), [O, L] = yt(!1), U = iu([d], fn), B = au([_], fn);
|
24966
24973
|
g.useEffect(() => {
|
24967
24974
|
fn.isInitialized || fn.initialize(r, y, s);
|
24968
24975
|
}, [r, y, s, fn.isInitialized]), g.useEffect(() => {
|
@@ -24980,7 +24987,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
24980
24987
|
showWithMargin: E,
|
24981
24988
|
useDarkMode: T,
|
24982
24989
|
widthOverrides: x
|
24983
|
-
},
|
24990
|
+
}, he = {
|
24984
24991
|
carouselSize: D,
|
24985
24992
|
variant: N,
|
24986
24993
|
...j
|
@@ -24989,7 +24996,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
24989
24996
|
// The Theme provider must wrap the component so that the styles don't break when imported into other applications.
|
24990
24997
|
/* @__PURE__ */ l(wl, { theme: R, children: [
|
24991
24998
|
/* @__PURE__ */ t(Pd, {}),
|
24992
|
-
/* @__PURE__ */ t(Yf, { onEvent: U, onPageview:
|
24999
|
+
/* @__PURE__ */ t(Yf, { onEvent: U, onPageview: B, store: fn, children: /* @__PURE__ */ l(_0, { heightOverrides: o, widthOverrides: x, children: [
|
24993
25000
|
(e || !fn.isInitialized) && /* @__PURE__ */ t(h0, {}),
|
24994
25001
|
O && C && /* @__PURE__ */ t(
|
24995
25002
|
u0,
|
@@ -25010,8 +25017,8 @@ const Gi = g.createContext(null), Yf = ({
|
|
25010
25017
|
...j
|
25011
25018
|
}
|
25012
25019
|
),
|
25013
|
-
O && !n.length && v && /* @__PURE__ */ t(Yc, { clientColorScheme: i, ...
|
25014
|
-
O && !n.length && !v && /* @__PURE__ */ t(jc, { ...
|
25020
|
+
O && !n.length && v && /* @__PURE__ */ t(Yc, { clientColorScheme: i, ...he }),
|
25021
|
+
O && !n.length && !v && /* @__PURE__ */ t(jc, { ...he })
|
25015
25022
|
] }) })
|
25016
25023
|
] })
|
25017
25024
|
);
|
@@ -25124,7 +25131,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
25124
25131
|
}, h = async () => {
|
25125
25132
|
await i({
|
25126
25133
|
...e,
|
25127
|
-
predicted_occurs_on:
|
25134
|
+
predicted_occurs_on: zn(c, { representation: "date" })
|
25128
25135
|
}), s(!1);
|
25129
25136
|
};
|
25130
25137
|
return /* @__PURE__ */ l(Z, { children: [
|
@@ -25192,7 +25199,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
25192
25199
|
/* @__PURE__ */ t(p, { bold: !0, variant: "Body", children: d }),
|
25193
25200
|
/* @__PURE__ */ l(cn, { color: E ? "success.main" : "text.primary", children: [
|
25194
25201
|
E ? "+" : "",
|
25195
|
-
|
25202
|
+
P(c, "0,0.00")
|
25196
25203
|
] })
|
25197
25204
|
] }),
|
25198
25205
|
/* @__PURE__ */ l(ae, { sx: { bgcolor: "background.paper" }, children: [
|
@@ -25243,7 +25250,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
25243
25250
|
isOpen: !!m,
|
25244
25251
|
onClose: () => C(""),
|
25245
25252
|
title: i.transaction_details_drawer_title,
|
25246
|
-
children: f && /* @__PURE__ */ t(
|
25253
|
+
children: f && /* @__PURE__ */ t(jn, { transaction: f })
|
25247
25254
|
}
|
25248
25255
|
),
|
25249
25256
|
/* @__PURE__ */ t(
|
@@ -25313,7 +25320,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
25313
25320
|
variant: "body1",
|
25314
25321
|
children: [
|
25315
25322
|
c ? "+" : "",
|
25316
|
-
|
25323
|
+
P(n.amount, "0,0.00")
|
25317
25324
|
]
|
25318
25325
|
}
|
25319
25326
|
),
|
@@ -25440,7 +25447,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
25440
25447
|
{
|
25441
25448
|
InputLabelProps: { shrink: !0 },
|
25442
25449
|
SelectProps: {
|
25443
|
-
IconComponent: (u) => /* @__PURE__ */ t(
|
25450
|
+
IconComponent: (u) => /* @__PURE__ */ t(H, { fill: !1, name: "expand_more", size: 20, sx: { mr: 4 }, ...u })
|
25444
25451
|
},
|
25445
25452
|
defaultValue: 0,
|
25446
25453
|
label: c.frequency,
|
@@ -25486,23 +25493,23 @@ const Gi = g.createContext(null), Yf = ({
|
|
25486
25493
|
amount: y.amount,
|
25487
25494
|
merchant_guid: y.merchant_guid,
|
25488
25495
|
description: y.feed_description || y.description,
|
25489
|
-
predicted_occurs_on:
|
25490
|
-
recurrence_day:
|
25496
|
+
predicted_occurs_on: zn(f, { representation: "date" }),
|
25497
|
+
recurrence_day: Jn(f),
|
25491
25498
|
recurrence_type: m,
|
25492
25499
|
repeating_transaction_type: e ? on.Income : on.Bill,
|
25493
25500
|
transaction_type: y.transaction_type
|
25494
25501
|
};
|
25495
|
-
(m === we.EveryWeek || m === we.EveryOtherWeek) && (x.recurrence_day =
|
25502
|
+
(m === we.EveryWeek || m === we.EveryOtherWeek) && (x.recurrence_day = ni(f)), await c(x, y), N();
|
25496
25503
|
}, N = () => {
|
25497
25504
|
h(""), _(!1);
|
25498
25505
|
};
|
25499
25506
|
return /* @__PURE__ */ l(M, { children: [
|
25500
25507
|
/* @__PURE__ */ t(q, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ t(de, { onClick: T, children: /* @__PURE__ */ t(re, { children: /* @__PURE__ */ l(b, { alignItems: "center", direction: "row", justifyContent: "space-between", children: [
|
25501
25508
|
/* @__PURE__ */ l(b, { alignItems: "center", direction: "row", gap: 8, children: [
|
25502
|
-
/* @__PURE__ */ t(
|
25509
|
+
/* @__PURE__ */ t(H, { fill: !0, name: "add_box", size: 24, sx: { color: "primary.light" } }),
|
25503
25510
|
/* @__PURE__ */ t(p, { bold: !0, sx: { color: "primary.light" }, variant: "Body", children: n })
|
25504
25511
|
] }),
|
25505
|
-
/* @__PURE__ */ t(
|
25512
|
+
/* @__PURE__ */ t(H, { name: "chevron_right", size: 24, sx: { color: "primary.light" } })
|
25506
25513
|
] }) }) }) }),
|
25507
25514
|
/* @__PURE__ */ t(G, {}),
|
25508
25515
|
/* @__PURE__ */ t(
|
@@ -25837,7 +25844,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
25837
25844
|
/* @__PURE__ */ l(b, { alignItems: "flex-end", width: "100%", children: [
|
25838
25845
|
/* @__PURE__ */ l(p, { bold: !0, color: _ ? "success.main" : "text.primary", variant: "body1", children: [
|
25839
25846
|
_ ? "+" : "",
|
25840
|
-
|
25847
|
+
P(e.amount, "0,0.00")
|
25841
25848
|
] }),
|
25842
25849
|
!n && /* @__PURE__ */ l(
|
25843
25850
|
b,
|
@@ -25941,21 +25948,21 @@ const Gi = g.createContext(null), Yf = ({
|
|
25941
25948
|
/* @__PURE__ */ l(b, { children: [
|
25942
25949
|
/* @__PURE__ */ t(p, { bold: !0, variant: "body1", children: `${r} ${e}` }),
|
25943
25950
|
/* @__PURE__ */ l(b, { direction: "row", gap: 2, mb: 8, children: [
|
25944
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "caption", children:
|
25951
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "caption", children: P(i, "0,0.00") }),
|
25945
25952
|
/* @__PURE__ */ t(p, { variant: "caption", children: c.paid?.toLowerCase() }),
|
25946
25953
|
a !== void 0 && /* @__PURE__ */ l(Z, { children: [
|
25947
25954
|
/* @__PURE__ */ t(p, { variant: "caption", children: "/" }),
|
25948
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "caption", children:
|
25955
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "caption", children: P(a, "0,0.00") }),
|
25949
25956
|
/* @__PURE__ */ t(p, { variant: "caption", children: c.missed?.toLowerCase() })
|
25950
25957
|
] }),
|
25951
25958
|
/* @__PURE__ */ t(p, { variant: "caption", children: "/" }),
|
25952
|
-
/* @__PURE__ */ t(p, { bold: !0, variant: "caption", children:
|
25959
|
+
/* @__PURE__ */ t(p, { bold: !0, variant: "caption", children: P(n, "0,0.00") }),
|
25953
25960
|
/* @__PURE__ */ t(p, { variant: "caption", children: c.expected })
|
25954
25961
|
] })
|
25955
25962
|
] }),
|
25956
25963
|
o && /* @__PURE__ */ t(ee, { onClick: o, startIcon: /* @__PURE__ */ t(Jl, {}), variant: "text", children: c.add_new })
|
25957
25964
|
] }),
|
25958
|
-
/* @__PURE__ */ t(
|
25965
|
+
/* @__PURE__ */ t(ri, { data: d })
|
25959
25966
|
] });
|
25960
25967
|
}
|
25961
25968
|
), w0 = A(() => {
|
@@ -26228,7 +26235,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
26228
26235
|
};
|
26229
26236
|
}, na = ({ amount: e, label: n }) => /* @__PURE__ */ l(b, { direction: "column", children: [
|
26230
26237
|
/* @__PURE__ */ t(p, { bold: !0, sx: { textTransform: "none" }, variant: "Body", children: n }),
|
26231
|
-
/* @__PURE__ */ t(p, { variant: "XSmall", children:
|
26238
|
+
/* @__PURE__ */ t(p, { variant: "XSmall", children: P(e, "0,0") })
|
26232
26239
|
] }), R0 = ({
|
26233
26240
|
data: e,
|
26234
26241
|
isIncome: n = !1,
|
@@ -26268,7 +26275,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
26268
26275
|
}
|
26269
26276
|
),
|
26270
26277
|
!h && c === "full" && /* @__PURE__ */ t(p, { bold: !0, color: "secondary", sx: { mb: { xs: 4, xl: 8 } }, children: s }),
|
26271
|
-
/* @__PURE__ */ t(p, { variant: c === "mini" ? "H2" : "H1", children:
|
26278
|
+
/* @__PURE__ */ t(p, { variant: c === "mini" ? "H2" : "H1", children: P(h ? h.amount : e.totalAmount, "0,0") }),
|
26272
26279
|
!h && c === "mini" && /* @__PURE__ */ t(p, { color: "secondary", noWrap: !0, variant: "Tiny", children: s }),
|
26273
26280
|
c === "full" && /* @__PURE__ */ t(
|
26274
26281
|
ee,
|
@@ -26454,7 +26461,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
26454
26461
|
width: "100%",
|
26455
26462
|
children: [
|
26456
26463
|
/* @__PURE__ */ t(p, { bold: i === s.guid, children: s.name }),
|
26457
|
-
/* @__PURE__ */ t(p, { bold: i === s.guid, variant: "Body", children:
|
26464
|
+
/* @__PURE__ */ t(p, { bold: i === s.guid, variant: "Body", children: P(s.amount, "0,0") })
|
26458
26465
|
]
|
26459
26466
|
}
|
26460
26467
|
)
|
@@ -26478,7 +26485,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
26478
26485
|
c.name,
|
26479
26486
|
" "
|
26480
26487
|
] }),
|
26481
|
-
/* @__PURE__ */ t(p, { children:
|
26488
|
+
/* @__PURE__ */ t(p, { children: P(c.amount, "0,0") })
|
26482
26489
|
] })
|
26483
26490
|
},
|
26484
26491
|
c.guid
|
@@ -26486,7 +26493,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
26486
26493
|
/* @__PURE__ */ t(G, {})
|
26487
26494
|
] }) })
|
26488
26495
|
] }, s.guid)) }),
|
26489
|
-
/* @__PURE__ */ t(p, { bold: !0, sx: { mt: 12, pr: 8, textAlign: "right" }, children: `${r.total}: ${
|
26496
|
+
/* @__PURE__ */ t(p, { bold: !0, sx: { mt: 12, pr: 8, textAlign: "right" }, children: `${r.total}: ${P(e.totalAmount, "0,0")}` })
|
26490
26497
|
] });
|
26491
26498
|
}, G0 = A(k0), B0 = ({
|
26492
26499
|
data: e,
|
@@ -26574,10 +26581,10 @@ const Gi = g.createContext(null), Yf = ({
|
|
26574
26581
|
};
|
26575
26582
|
if (m === 0)
|
26576
26583
|
if (O === "other") {
|
26577
|
-
const U = v.categoryData.find((
|
26584
|
+
const U = v.categoryData.find((B) => B.guid === "other");
|
26578
26585
|
d({
|
26579
26586
|
...L,
|
26580
|
-
custom: (
|
26587
|
+
custom: (B) => !!U?.categoryTotals?.find((j) => j.guid === B.top_level_category_guid)
|
26581
26588
|
});
|
26582
26589
|
} else
|
26583
26590
|
d({
|
@@ -26657,7 +26664,7 @@ const Gi = g.createContext(null), Yf = ({
|
|
26657
26664
|
isOpen: !!x,
|
26658
26665
|
onClose: () => E(""),
|
26659
26666
|
title: r.transaction_details_drawer_title,
|
26660
|
-
children: x && /* @__PURE__ */ t(
|
26667
|
+
children: x && /* @__PURE__ */ t(jn, { transaction: x })
|
26661
26668
|
}
|
26662
26669
|
)
|
26663
26670
|
] });
|
@@ -26848,7 +26855,7 @@ const K0 = (e) => e.reduce((i, a) => {
|
|
26848
26855
|
onClose: m,
|
26849
26856
|
title: J0.title,
|
26850
26857
|
children: [
|
26851
|
-
h && /* @__PURE__ */ t(
|
26858
|
+
h && /* @__PURE__ */ t(jn, { transaction: h }),
|
26852
26859
|
!h && /* @__PURE__ */ t(mn, { onClick: u })
|
26853
26860
|
]
|
26854
26861
|
}
|
@@ -26856,7 +26863,7 @@ const K0 = (e) => e.reduce((i, a) => {
|
|
26856
26863
|
}, tb = A(eb), nb = {
|
26857
26864
|
view_transactions: "View Transactions"
|
26858
26865
|
}, ib = ({ onBackClick: e, sx: n }) => {
|
26859
|
-
const i = at(), { onEvent: a } = z(), { isDesktop: r, isTablet: o, isMobile: s } = De(), { visibleAccounts: c } = Re(), { loadMonthlyCategoryTotals: d, monthlyCategoryTotals: _, getCategoryName: u } = Ve(), { sortedTransactions: h } = Se(), { isCopyLoaded: m, isInitialized: C, selectedAccounts: f, setSelectedAccounts: E } = ce(), { trends: y } = I(), T = i.palette.mode === "dark", [v, N] = g.useState(!1), [x, R] = g.useState(!1), [D, $] = g.useState("Chart"), [O, L] = g.useState(""), [U,
|
26866
|
+
const i = at(), { onEvent: a } = z(), { isDesktop: r, isTablet: o, isMobile: s } = De(), { visibleAccounts: c } = Re(), { loadMonthlyCategoryTotals: d, monthlyCategoryTotals: _, getCategoryName: u } = Ve(), { sortedTransactions: h } = Se(), { isCopyLoaded: m, isInitialized: C, selectedAccounts: f, setSelectedAccounts: E } = ce(), { trends: y } = I(), T = i.palette.mode === "dark", [v, N] = g.useState(!1), [x, R] = g.useState(!1), [D, $] = g.useState("Chart"), [O, L] = g.useState(""), [U, B] = g.useState({
|
26860
26867
|
start: no(Xe(jt(/* @__PURE__ */ new Date(), 6)), 1),
|
26861
26868
|
end: Xe(/* @__PURE__ */ new Date())
|
26862
26869
|
});
|
@@ -26884,7 +26891,7 @@ const K0 = (e) => e.reduce((i, a) => {
|
|
26884
26891
|
stackedDatasets: _t.filter(tm),
|
26885
26892
|
unstackedDatasets: _t.filter(va)
|
26886
26893
|
};
|
26887
|
-
}, [_, O, U]),
|
26894
|
+
}, [_, O, U]), he = g.useMemo(() => {
|
26888
26895
|
const Te = ie(
|
26889
26896
|
U.start,
|
26890
26897
|
s ? te.MONTH_SHORT_YEAR : te.MONTH_YEAR
|
@@ -26897,16 +26904,16 @@ const K0 = (e) => e.reduce((i, a) => {
|
|
26897
26904
|
$(_t ?? D), a(W.TRENDS_CLICK_TOGGLE);
|
26898
26905
|
}, Ce = (Te) => {
|
26899
26906
|
const _t = no(Te?.[0], 1), un = Te?.[1], se = Hd(un, _t);
|
26900
|
-
|
26907
|
+
B({ start: _t, end: un }), a(W.TRENDS_CLICK_DATE, {
|
26901
26908
|
time_period: se + "M"
|
26902
26909
|
});
|
26903
|
-
},
|
26910
|
+
}, me = () => {
|
26904
26911
|
a(W.TRENDS_CLICK_FILTER);
|
26905
26912
|
}, _e = (Te) => {
|
26906
26913
|
L(Te);
|
26907
26914
|
}, Pe = (Te) => {
|
26908
26915
|
L(Te), a(W.TRENDS_CLICK_LEGEND, { category: u(Te) });
|
26909
|
-
},
|
26916
|
+
}, ge = (Te) => {
|
26910
26917
|
a(W.TRENDS_HOVER_LEGEND, { category: u(Te) });
|
26911
26918
|
}, Ke = (Te) => {
|
26912
26919
|
a(W.TRENDS_HOVER_AREA, { category: Te });
|
@@ -26920,7 +26927,7 @@ const K0 = (e) => e.reduce((i, a) => {
|
|
26920
26927
|
calendarActions: { onRangeChanged: Ce },
|
26921
26928
|
dateRange: U,
|
26922
26929
|
dateRangeVariant: "timeframebuttons",
|
26923
|
-
onAccountsFilterClick:
|
26930
|
+
onAccountsFilterClick: me,
|
26924
26931
|
onBackClick: e,
|
26925
26932
|
sx: n,
|
26926
26933
|
title: y.title,
|
@@ -26955,7 +26962,7 @@ const K0 = (e) => e.reduce((i, a) => {
|
|
26955
26962
|
children: u(O) || y.sub_title
|
26956
26963
|
}
|
26957
26964
|
),
|
26958
|
-
/* @__PURE__ */ t(p, { variant: r ? "Body" : "Small", children:
|
26965
|
+
/* @__PURE__ */ t(p, { variant: r ? "Body" : "Small", children: he })
|
26959
26966
|
] }),
|
26960
26967
|
/* @__PURE__ */ t(
|
26961
26968
|
lr,
|
@@ -26990,7 +26997,7 @@ const K0 = (e) => e.reduce((i, a) => {
|
|
26990
26997
|
}
|
26991
26998
|
},
|
26992
26999
|
value: Te,
|
26993
|
-
children: Te === "Chart" ? /* @__PURE__ */ t(
|
27000
|
+
children: Te === "Chart" ? /* @__PURE__ */ t(H, { name: "table_chart_view" }) : /* @__PURE__ */ t(H, { name: "format_list_bulleted" })
|
26994
27001
|
},
|
26995
27002
|
Te
|
26996
27003
|
))
|
@@ -27001,7 +27008,7 @@ const K0 = (e) => e.reduce((i, a) => {
|
|
27001
27008
|
),
|
27002
27009
|
/* @__PURE__ */ l(b, { alignItems: "center", flexDirection: "row", width: "100%", children: [
|
27003
27010
|
/* @__PURE__ */ t(M, { flexGrow: 1, children: O && /* @__PURE__ */ l(ee, { onClick: () => L(""), sx: { p: 0, pr: 5 }, children: [
|
27004
|
-
/* @__PURE__ */ t(
|
27011
|
+
/* @__PURE__ */ t(H, { name: "arrow_back" }),
|
27005
27012
|
y.all_categories
|
27006
27013
|
] }) }),
|
27007
27014
|
/* @__PURE__ */ t(ee, { onClick: () => R(!0), sx: { px: 5 }, children: `${nb.view_transactions} (${h.length})` })
|
@@ -27012,7 +27019,7 @@ const K0 = (e) => e.reduce((i, a) => {
|
|
27012
27019
|
{
|
27013
27020
|
onClickLegend: Pe,
|
27014
27021
|
onHoverArea: Ke,
|
27015
|
-
onHoverLegend:
|
27022
|
+
onHoverLegend: ge,
|
27016
27023
|
onHoverPoint: je,
|
27017
27024
|
stackedDatasets: j.stackedDatasets,
|
27018
27025
|
unstackedDatasets: j.unstackedDatasets
|
@@ -27098,7 +27105,7 @@ export {
|
|
27098
27105
|
zf as AppStore,
|
27099
27106
|
oo as BannerApi,
|
27100
27107
|
cE as BarChart,
|
27101
|
-
|
27108
|
+
ai as BeatApi,
|
27102
27109
|
a0 as BeatCard,
|
27103
27110
|
Ui as BottomActions,
|
27104
27111
|
LE as BubbleBudgetsMiniWidget,
|
@@ -27152,7 +27159,7 @@ export {
|
|
27152
27159
|
we as Frequency,
|
27153
27160
|
fi as GlobalCopyApi,
|
27154
27161
|
zu as GlobalCopyStore,
|
27155
|
-
|
27162
|
+
Yn as GlobalDataContext,
|
27156
27163
|
lE as GlobalDataProvider,
|
27157
27164
|
wE as GlobalStore,
|
27158
27165
|
$o as GoalApi,
|
@@ -27234,18 +27241,18 @@ export {
|
|
27234
27241
|
WE as SpendingMiniWidget,
|
27235
27242
|
UE as SpendingWidget,
|
27236
27243
|
Gu as StackedLineChart,
|
27237
|
-
|
27244
|
+
ri as StatusBar,
|
27238
27245
|
Q2 as StatusName,
|
27239
27246
|
OE as SurveyMiniWidget,
|
27240
27247
|
hn as TOUCH_TARGET,
|
27241
27248
|
X as TRANSACTION_EVENTS,
|
27242
|
-
|
27249
|
+
oi as TabContentContainer,
|
27243
27250
|
tr as ToggleButtonListItem,
|
27244
|
-
|
27251
|
+
ei as ToggleListItem,
|
27245
27252
|
gi as TopActions,
|
27246
27253
|
K as TrackType,
|
27247
27254
|
ea as TransactionApi,
|
27248
|
-
|
27255
|
+
jn as TransactionDetails,
|
27249
27256
|
mn as TransactionList,
|
27250
27257
|
Ea as TransactionRow,
|
27251
27258
|
rC as TransactionRulesTab,
|
@@ -27270,7 +27277,7 @@ export {
|
|
27270
27277
|
S as buildDynamicCopy,
|
27271
27278
|
aE as buildPluralCopy,
|
27272
27279
|
nc as exportTransactionsToCSV,
|
27273
|
-
|
27280
|
+
P as formatCurrency,
|
27274
27281
|
ie as formatDate,
|
27275
27282
|
Ws as formatOrdinal,
|
27276
27283
|
Ca as formatPercentage,
|