@mx-cartographer/experiences 7.2.5-alpha.mm3 → 11.6.4-alpha.san1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/CHANGELOG.md +2 -15
  2. package/dist/{Account-B-CuHOYf.mjs → Account-CpRTVIHg.mjs} +1 -1
  3. package/dist/{AccountDetailsContent-DfzPOeMI.mjs → AccountDetailsContent-JfTu_amk.mjs} +10 -10
  4. package/dist/{AccountDetailsHeader-vcy67tuH.mjs → AccountDetailsHeader-D5XdFMtT.mjs} +8 -8
  5. package/dist/{AccountFields-cUP-9Hm6.mjs → AccountFields-DOLjKu5l.mjs} +5 -5
  6. package/dist/{AccountListItem-DChcf3SN.mjs → AccountListItem-CTT5m4qx.mjs} +4 -4
  7. package/dist/{AccountStore-D6KiXA1B.mjs → AccountStore-CKHyaGMR.mjs} +40 -29
  8. package/dist/{Accounts-IeEtQjzA.mjs → Accounts-D0BmvNxn.mjs} +1 -1
  9. package/dist/{BudgetUtil-B2ZXyw-g.mjs → BudgetUtil-D2Jcp-E-.mjs} +1 -1
  10. package/dist/{CategorySelectorDrawer-DUe4lH5-.mjs → CategorySelectorDrawer-DomNyubP.mjs} +3 -3
  11. package/dist/{CategoryStore-BCcpI3oJ.mjs → CategoryStore-C1IfDPCE.mjs} +1 -1
  12. package/dist/{CategoryUtil-BR3H5i6n.mjs → CategoryUtil-DUM8NuGO.mjs} +1 -1
  13. package/dist/{ConnectDrawer-DaFRU5st.mjs → ConnectDrawer--gJHyp-S.mjs} +2 -2
  14. package/dist/{ConnectionsDrawer-DHJ7qdWL.mjs → ConnectionsDrawer-DabiwV9L.mjs} +3 -3
  15. package/dist/{CurrencyInput-CsCy7uaS.mjs → CurrencyInput-CC5cwVit.mjs} +1 -1
  16. package/dist/{DateUtil-BcuH7ErC.mjs → DateUtil-CBdcsyuk.mjs} +3 -3
  17. package/dist/{DebtsStore-z3VARSO6.mjs → DebtsStore-9aR2sTJQ.mjs} +1 -1
  18. package/dist/{Dialog-CWW597AF.mjs → Dialog-BPTr3qHE.mjs} +2 -2
  19. package/dist/Drawer-BEtCk82g.mjs +163 -0
  20. package/dist/{ExportCsvAction-sX8Rg4Ov.mjs → ExportCsvAction-Um-CDa4C.mjs} +3 -3
  21. package/dist/FinstrongStore-CjErZ73K.mjs +432 -0
  22. package/dist/{GoalStore-TD0BfzWX.mjs → GoalStore-CiBKZvTg.mjs} +3 -3
  23. package/dist/{Help-B6dIcujh.mjs → Help-BZ8pIkkR.mjs} +2 -2
  24. package/dist/{LineChart-D4GI7nVh.mjs → LineChart-ClUGPuYX.mjs} +3 -3
  25. package/dist/{ListItemAction-DHa3KJPs.mjs → ListItemAction-DGaxy7oz.mjs} +10 -10
  26. package/dist/{ManageIncome-D3n1EWxe.mjs → ManageIncome-BaNgfwr5.mjs} +63 -61
  27. package/dist/{MicroWidgetContainer-DpeqN9n3.mjs → MicroWidgetContainer-C3iV1FBR.mjs} +1 -1
  28. package/dist/{MiniWidgetContainer-D0gfmbaF.mjs → MiniWidgetContainer-LtXXgZ6H.mjs} +1 -1
  29. package/dist/{NetWorthStore-B_1oulrt.mjs → NetWorthStore-MnpP5KEc.mjs} +2 -2
  30. package/dist/{NotificationSettings-BRm_EJZV.mjs → NotificationSettings-Ckx8tgQj.mjs} +5 -5
  31. package/dist/{OriginalBalanceAction-CAaVbVMO.mjs → OriginalBalanceAction-CGZDUsCc.mjs} +3 -3
  32. package/dist/{RecurringSettings-C28GrQcP.mjs → RecurringSettings-DE4T4yQy.mjs} +4 -4
  33. package/dist/{RecurringTransactions-ej39mgA6.mjs → RecurringTransactions-CngsRZ3K.mjs} +45 -44
  34. package/dist/{RecurringTransactionsStore-DrzS1LmF.mjs → RecurringTransactionsStore-C4RVULF8.mjs} +1 -1
  35. package/dist/{SpendingData-D5vsfYKo.mjs → SpendingData-BuJ03S9d.mjs} +16 -16
  36. package/dist/SpendingLegend-D24CEkL3.mjs +170 -0
  37. package/dist/{TransactionDetails-BWffqew4.mjs → TransactionDetails-DRlrltGq.mjs} +11 -8
  38. package/dist/{TransactionStore-DxPLdF3B.mjs → TransactionStore-BHTdiLRW.mjs} +3 -3
  39. package/dist/{TrendsStore-DCYbpXPO.mjs → TrendsStore-DL3Vuh71.mjs} +14 -14
  40. package/dist/{User-BQUxBeZV.mjs → User-BthIKO4w.mjs} +2 -2
  41. package/dist/{ViewMoreMicroCard-SCn2wt4i.mjs → ViewMoreMicroCard-C5yQiaed.mjs} +40 -41
  42. package/dist/{WidgetContainer-C88Ecu2W.mjs → WidgetContainer-DJA1bxLn.mjs} +4 -4
  43. package/dist/accounts/components/AccountsListCompact.d.ts +10 -0
  44. package/dist/accounts/index.es.js +14 -14
  45. package/dist/accounts/stores/AccountStore.d.ts +2 -0
  46. package/dist/analytics/index.es.js +2 -2
  47. package/dist/budgets/index.es.js +12 -12
  48. package/dist/cashflow/index.es.js +436 -440
  49. package/dist/categories/index.es.js +2 -2
  50. package/dist/common/components/Select.d.ts +4 -2
  51. package/dist/common/components/drawer/Drawer.d.ts +3 -0
  52. package/dist/common/components/drawer/Footer.d.ts +17 -0
  53. package/dist/common/context/GlobalDataProvider.d.ts +0 -1
  54. package/dist/common/context/hooks.d.ts +0 -3
  55. package/dist/common/context/index.d.ts +1 -1
  56. package/dist/common/index.es.js +57 -58
  57. package/dist/common/types/Finstrong.d.ts +50 -0
  58. package/dist/common/types/Widgets.d.ts +2 -0
  59. package/dist/common/types/index.d.ts +1 -1
  60. package/dist/common/types/localization/FinstrongCopy.d.ts +58 -1
  61. package/dist/dashboard/index.es.js +79 -81
  62. package/dist/debts/index.es.js +11 -11
  63. package/dist/{exportTransactionsToCSV-7bVS7KXf.mjs → exportTransactionsToCSV-XqdHNe2V.mjs} +2 -2
  64. package/dist/finstrong/FinstrongWidget.d.ts +1 -1
  65. package/dist/finstrong/api/FinstrongApi.d.ts +5 -0
  66. package/dist/finstrong/components/ConnectMoreAccountsCard.d.ts +3 -1
  67. package/dist/finstrong/components/CreditScore/CreditScoreContent.d.ts +4 -0
  68. package/dist/finstrong/components/CreditScore/CreditScoreHeader.d.ts +4 -0
  69. package/dist/finstrong/components/HaveManageableDebt/DebtPaymentTabContent.d.ts +3 -0
  70. package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtComponent.d.ts +3 -0
  71. package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtProgressBar.d.ts +4 -0
  72. package/dist/finstrong/components/HaveManageableDebt/IncomeTabContent.d.ts +3 -0
  73. package/dist/finstrong/components/KeyIndicatorsBorrowTab.d.ts +2 -2
  74. package/dist/finstrong/components/KeyIndicatorsDrawer.d.ts +4 -1
  75. package/dist/finstrong/components/KeyIndicatorsSaveTab.d.ts +2 -2
  76. package/dist/finstrong/components/KeyIndicatorsSpendTab.d.ts +5 -2
  77. package/dist/finstrong/components/KeyIndicatorsTabItem.d.ts +6 -3
  78. package/dist/finstrong/components/KeyIndicatorsTabItemDrawer.d.ts +12 -0
  79. package/dist/finstrong/components/KeyIndicatorsTabsWidget.d.ts +5 -2
  80. package/dist/finstrong/components/MaintainingEmergencySavings/EstimatedContributionCalculator.d.ts +6 -0
  81. package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsContent.d.ts +4 -0
  82. package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsSticky.d.ts +4 -0
  83. package/dist/finstrong/components/ProgressBar.d.ts +15 -0
  84. package/dist/finstrong/components/SaveEnoughToLiveOn/AvailableTabContent.d.ts +3 -0
  85. package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnDrawerContent.d.ts +3 -0
  86. package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnProgressBar.d.ts +4 -0
  87. package/dist/finstrong/components/SaveEnoughToLiveOn/SpendingTabContent.d.ts +3 -0
  88. package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeComponent.d.ts +6 -0
  89. package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeProgressBar.d.ts +4 -0
  90. package/dist/finstrong/components/StatusChip.d.ts +5 -0
  91. package/dist/finstrong/components/onboarding/Onboarding.d.ts +2 -0
  92. package/dist/finstrong/components/onboarding/OnboardingAddMonthlyIncome.d.ts +11 -0
  93. package/dist/finstrong/components/onboarding/OnboardingBirthday.d.ts +8 -0
  94. package/dist/finstrong/components/onboarding/OnboardingCreditScore.d.ts +8 -0
  95. package/dist/finstrong/components/onboarding/OnboardingStepsDrawer.d.ts +14 -0
  96. package/dist/finstrong/components/onboarding/OnboardingStepsHeader.d.ts +8 -0
  97. package/dist/finstrong/components/paybillsontime/PayBillsOnTimeDrawerComponent.d.ts +4 -0
  98. package/dist/finstrong/components/paybillsontime/PayBillsOnTimeStickyComponent.d.ts +4 -0
  99. package/dist/finstrong/components/shared/Accounts.d.ts +8 -0
  100. package/dist/finstrong/components/shared/CustomDoubleBarPlot.d.ts +25 -0
  101. package/dist/finstrong/components/shared/DoubleBarChart.d.ts +28 -0
  102. package/dist/finstrong/components/shared/LineGraph.d.ts +7 -0
  103. package/dist/finstrong/components/shared/TotalCard.d.ts +8 -0
  104. package/dist/finstrong/components/shared/TransactionList.d.ts +15 -0
  105. package/dist/finstrong/components/shared/Transactions.d.ts +11 -0
  106. package/dist/finstrong/constants/index.d.ts +8 -0
  107. package/dist/finstrong/index.es.js +2903 -1005
  108. package/dist/finstrong/stores/FinstrongStore.d.ts +9 -1
  109. package/dist/finstrong/util/finstrongUtils.d.ts +60 -1
  110. package/dist/goals/index.es.js +14 -14
  111. package/dist/help/index.es.js +3 -3
  112. package/dist/hooks-CBST3rkm.mjs +74 -0
  113. package/dist/investments/index.es.js +4 -4
  114. package/dist/merchants/index.es.js +1 -1
  115. package/dist/microinsights/index.es.js +1 -1
  116. package/dist/networth/index.es.js +34 -34
  117. package/dist/notifications/index.es.js +4 -4
  118. package/dist/recurringtransactions/index.es.js +24 -24
  119. package/dist/settings/index.es.js +8 -8
  120. package/dist/spending/index.es.js +222 -373
  121. package/dist/transactions/index.es.js +15 -15
  122. package/dist/trends/index.es.js +451 -451
  123. package/dist/{useAccountDisplayName-BcRqfar8.mjs → useAccountDisplayName-DH1CuQ9R.mjs} +2 -2
  124. package/dist/{useInsightsEnabled-DBpwEq10.mjs → useInsightsEnabled-jdvS1ppf.mjs} +1 -1
  125. package/package.json +1 -1
  126. package/dist/Drawer-kEE73B87.mjs +0 -113
  127. package/dist/FinstrongStore-F2c607dj.mjs +0 -101
  128. package/dist/finstrong/utils/Finstrong.d.ts +0 -6
  129. package/dist/hooks-D6XlXHf4.mjs +0 -77
@@ -1,61 +1,61 @@
1
- import { jsxs as o, Fragment as P, jsx as e } from "react/jsx-runtime";
2
- import f, { useState as ee } from "react";
1
+ import { jsxs as o, Fragment as B, jsx as e } from "react/jsx-runtime";
2
+ import p, { useState as J } from "react";
3
3
  import { observer as T } from "mobx-react-lite";
4
- import { addMonths as Xe } from "date-fns/addMonths";
5
- import { startOfToday as $ } from "date-fns/startOfToday";
6
- import I from "@mui/material/Box";
7
- import D from "@mui/material/Divider";
4
+ import { addMonths as Pe } from "date-fns/addMonths";
5
+ import { startOfToday as W } from "date-fns/startOfToday";
6
+ import D from "@mui/material/Box";
7
+ import v from "@mui/material/Divider";
8
8
  import s from "@mui/material/Stack";
9
- import le from "@mui/material/styles/useTheme";
10
- import { Text as u, P as N, Icon as j, InstitutionLogo as ye, H1 as ue, H2 as Ye } from "@mxenabled/mxui";
11
- import { G as Qe, v as he, u as O, q as de, d as Ne, b as X, j as q, g as ke, p as He, h as Fe, a as Ve } from "../hooks-D6XlXHf4.mjs";
12
- import { C as L } from "../CurrencyText-kyC1aseI.mjs";
13
- import { u as pe } from "../useScreenSize-B6JyS_Lj.mjs";
14
- import { L as oe } from "../Loader-DUaFpDGv.mjs";
15
- import { I as fe } from "../CashflowStore-D9Dpuz7X.mjs";
16
- import { C as jn } from "../CashflowStore-D9Dpuz7X.mjs";
17
- import { b as M } from "../Localization-2MODESHW.mjs";
18
- import { M as Ke } from "../MiniWidgetContainer-D0gfmbaF.mjs";
19
- import { E as Je } from "../EmptyState-DA_lfRBv.mjs";
20
- import { R as Ze } from "../RecurringSettings-C28GrQcP.mjs";
21
- import et from "@mui/material/Tabs";
22
- import Ce from "@mui/material/Tab";
23
- import { getUnixTime as U } from "date-fns/getUnixTime";
24
- import ne from "@mui/material/List";
25
- import ae from "@mui/material/ListItem";
26
- import { A as tt } from "../AccountListItem-DChcf3SN.mjs";
27
- import { f as Y, D as Q } from "../Dialog-CWW597AF.mjs";
28
- import nt from "@mui/material/ListSubheader";
29
- import { f as te } from "../NumberFormatting-Buh7u8Oi.mjs";
30
- import { isAfter as We } from "date-fns/isAfter";
31
- import { isBefore as $e } from "date-fns/isBefore";
32
- import { isToday as Me } from "date-fns/isToday";
33
- import { addDays as Se } from "date-fns/addDays";
34
- import { alpha as ot, keyframes as at } from "@mui/material/styles";
35
- import { DataGridPro as it } from "@mui/x-data-grid-pro";
36
- import { T as we } from "../TabContentContainer-j01JYR_7.mjs";
37
- import G from "@mui/material/Button";
38
- import { M as rt, S as st, i as ct, d as _e, c as lt } from "../ManageIncome-D3n1EWxe.mjs";
39
- import { D as Ge } from "../Drawer-kEE73B87.mjs";
40
- import { formatISO as dt } from "date-fns/formatISO";
41
- import { fromUnixTime as Ie } from "date-fns/fromUnixTime";
42
- import { startOfMonth as mt } from "date-fns/startOfMonth";
43
- import { subDays as je } from "date-fns/subDays";
44
- import { S as ut, b as ht } from "../TransactionDetails-BWffqew4.mjs";
45
- import { F as pt, R as De, e as ve } from "../RecurringTransactions-ej39mgA6.mjs";
46
- import { h as ft } from "../DateUtil-BcuH7ErC.mjs";
47
- import { endOfToday as gt } from "date-fns/endOfToday";
48
- import { W as Ae, A as Ee } from "../WidgetContainer-C88Ecu2W.mjs";
49
- import { F as bt, A as B } from "../Fetch-87LIQbEA.mjs";
50
- const V = () => {
51
- if (!f.useContext(Qe))
9
+ import ce from "@mui/material/styles/useTheme";
10
+ import { Text as u, P as k, Icon as G, InstitutionLogo as xe, H1 as me, H2 as qe } from "@mxenabled/mxui";
11
+ import { G as Xe, t as ue, u as N, p as le, d as Oe, b as Y, j as U, g as Ne, h as ke, a as Ye, o as Qe } from "../hooks-CBST3rkm.mjs";
12
+ import { C as O } from "../CurrencyText-kyC1aseI.mjs";
13
+ import { u as he } from "../useScreenSize-B6JyS_Lj.mjs";
14
+ import { L as te } from "../Loader-DUaFpDGv.mjs";
15
+ import { I as pe } from "../CashflowStore-D9Dpuz7X.mjs";
16
+ import { C as Gn } from "../CashflowStore-D9Dpuz7X.mjs";
17
+ import { b as $ } from "../Localization-2MODESHW.mjs";
18
+ import { M as Ve } from "../MiniWidgetContainer-LtXXgZ6H.mjs";
19
+ import { E as Ke } from "../EmptyState-DA_lfRBv.mjs";
20
+ import { R as Je } from "../RecurringSettings-DE4T4yQy.mjs";
21
+ import Ze from "@mui/material/Tabs";
22
+ import ye from "@mui/material/Tab";
23
+ import { getUnixTime as z } from "date-fns/getUnixTime";
24
+ import ee from "@mui/material/List";
25
+ import ne from "@mui/material/ListItem";
26
+ import { A as et } from "../AccountListItem-CTT5m4qx.mjs";
27
+ import { f as Q, a as V } from "../Dialog-BPTr3qHE.mjs";
28
+ import tt from "@mui/material/ListSubheader";
29
+ import { f as Z } from "../NumberFormatting-Buh7u8Oi.mjs";
30
+ import { isAfter as He } from "date-fns/isAfter";
31
+ import { isBefore as Fe } from "date-fns/isBefore";
32
+ import { isToday as We } from "date-fns/isToday";
33
+ import { addDays as Ce } from "date-fns/addDays";
34
+ import { alpha as nt, keyframes as ot } from "@mui/material/styles";
35
+ import { DataGridPro as at } from "@mui/x-data-grid-pro";
36
+ import { T as Se } from "../TabContentContainer-j01JYR_7.mjs";
37
+ import M from "@mui/material/Button";
38
+ import { M as it, S as rt, i as st, d as we, c as ct } from "../ManageIncome-BaNgfwr5.mjs";
39
+ import { D as $e } from "../Drawer-BEtCk82g.mjs";
40
+ import { formatISO as lt } from "date-fns/formatISO";
41
+ import { fromUnixTime as _e } from "date-fns/fromUnixTime";
42
+ import { startOfMonth as dt } from "date-fns/startOfMonth";
43
+ import { subDays as Me } from "date-fns/subDays";
44
+ import { S as mt, b as ut } from "../TransactionDetails-DRlrltGq.mjs";
45
+ import { F as ht, R as Ie, e as De } from "../RecurringTransactions-CngsRZ3K.mjs";
46
+ import { h as pt } from "../DateUtil-CBdcsyuk.mjs";
47
+ import { endOfToday as ft } from "date-fns/endOfToday";
48
+ import { W as ve, A as Ae } from "../WidgetContainer-DJA1bxLn.mjs";
49
+ import { F as gt, A as j } from "../Fetch-87LIQbEA.mjs";
50
+ const K = () => {
51
+ if (!p.useContext(Xe))
52
52
  throw new Error("useCashflowUiStore() must be used within the GlobalDataContext");
53
- return he().uiStore;
54
- }, xt = ({ remaining: a }) => {
55
- const { cashflow: n } = O();
56
- return /* @__PURE__ */ o(P, { children: [
53
+ return ue().uiStore;
54
+ }, bt = ({ remaining: a }) => {
55
+ const { cashflow: n } = N();
56
+ return /* @__PURE__ */ o(B, { children: [
57
57
  /* @__PURE__ */ e(
58
- I,
58
+ D,
59
59
  {
60
60
  sx: {
61
61
  borderRadius: "1px",
@@ -66,37 +66,37 @@ const V = () => {
66
66
  }
67
67
  ),
68
68
  /* @__PURE__ */ e(u, { bold: !0, sx: { flexGrow: 1, fontSize: 12 }, children: n.remaining_cash }),
69
- /* @__PURE__ */ e(L, { amount: a, bold: !0, sx: { fontSize: 12 } })
69
+ /* @__PURE__ */ e(O, { amount: a, bold: !0, sx: { fontSize: 12 } })
70
70
  ] });
71
- }, ge = T(xt), yt = () => {
72
- const a = le(), { availableWidth: n } = de(), { isMobile: t } = pe(), { visibleCashAccounts: i, visibleCashBalance: g } = Ne(), { selectedAccounts: x, selectedAccountGuids: m, setSelectedAccounts: p } = X(), { cashflow: c } = O(), {
73
- daysUntilNextIncome: r,
74
- expensesTilNextIncome: d,
75
- selectedCashAccounts: l,
71
+ }, fe = T(bt), xt = () => {
72
+ const a = ce(), { availableWidth: n } = le(), { isMobile: t } = he(), { visibleCashAccounts: r, visibleCashBalance: f } = Oe(), { selectedAccounts: x, selectedAccountGuids: c, setSelectedAccounts: g } = Y(), { cashflow: l } = N(), {
73
+ daysUntilNextIncome: i,
74
+ expensesTilNextIncome: m,
75
+ selectedCashAccounts: d,
76
76
  setNextIncome: b,
77
77
  setSelectedCashAccounts: C,
78
- setUpcomingExpenses: _
79
- } = V(), { isDataLoaded: k, nextIncomeRecurrence: v, upcomingExpenses: F } = q();
80
- f.useEffect(() => {
81
- p(i);
82
- }, [i]), f.useEffect(() => {
78
+ setUpcomingExpenses: S
79
+ } = K(), { isDataLoaded: R, nextIncomeRecurrence: H, upcomingExpenses: F } = U();
80
+ p.useEffect(() => {
81
+ g(r);
82
+ }, [r]), p.useEffect(() => {
83
83
  C(
84
- i.filter((w) => m.includes(w.guid))
84
+ r.filter((w) => c.includes(w.guid))
85
85
  );
86
- }, [i, x]), f.useEffect(() => {
87
- v && b(v), _(F);
88
- }, [v, F]);
89
- const h = f.useMemo(
90
- () => i.filter((w) => m.includes(w.guid)).reduce((w, z) => w + (z?.balance || 0), 0),
91
- [m, F]
92
- ), S = f.useMemo(
93
- () => d.filter((w) => m.includes(w.accountGuid || "")).reduce((w, z) => w + z.amount, 0),
94
- [m, d]
95
- ), A = f.useMemo(
96
- () => h - S,
97
- [h, S]
86
+ }, [r, x]), p.useEffect(() => {
87
+ H && b(H), S(F);
88
+ }, [H, F]);
89
+ const h = p.useMemo(
90
+ () => r.filter((w) => c.includes(w.guid)).reduce((w, P) => w + (P?.balance || 0), 0),
91
+ [c, F]
92
+ ), I = p.useMemo(
93
+ () => m.filter((w) => c.includes(w.accountGuid || "")).reduce((w, P) => w + P.amount, 0),
94
+ [c, m]
95
+ ), L = p.useMemo(
96
+ () => h - I,
97
+ [h, I]
98
98
  );
99
- return k ? /* @__PURE__ */ e(I, { className: "mx-cashflow", pl: 16, pr: 16, pt: 16, children: n > 710 ? /* @__PURE__ */ o(
99
+ return R ? /* @__PURE__ */ e(D, { className: "mx-cashflow", pl: 16, pr: 16, pt: 16, children: n > 710 ? /* @__PURE__ */ o(
100
100
  s,
101
101
  {
102
102
  border: `1px solid ${a.palette.border.light}`,
@@ -106,45 +106,45 @@ const V = () => {
106
106
  px: 24,
107
107
  children: [
108
108
  /* @__PURE__ */ o(s, { pb: 14, pt: 12, children: [
109
- /* @__PURE__ */ e(L, { amount: h, variant: "H2" }),
110
- /* @__PURE__ */ e(N, { variant: "XSmall", whiteSpace: "nowrap", children: M(
111
- c.total_cash_accounts,
112
- l.length
109
+ /* @__PURE__ */ e(O, { amount: h, variant: "H2" }),
110
+ /* @__PURE__ */ e(k, { variant: "XSmall", whiteSpace: "nowrap", children: $(
111
+ l.total_cash_accounts,
112
+ d.length
113
113
  ) })
114
114
  ] }),
115
- /* @__PURE__ */ e(s, { pt: 18, children: /* @__PURE__ */ e(j, { name: "remove" }) }),
115
+ /* @__PURE__ */ e(s, { pt: 18, children: /* @__PURE__ */ e(G, { name: "remove" }) }),
116
116
  /* @__PURE__ */ o(s, { pb: 14, pt: 12, children: [
117
- /* @__PURE__ */ e(L, { amount: S, variant: "H2" }),
118
- /* @__PURE__ */ e(N, { variant: "XSmall", whiteSpace: "nowrap", children: M(c.expenses_due, d.length) })
117
+ /* @__PURE__ */ e(O, { amount: I, variant: "H2" }),
118
+ /* @__PURE__ */ e(k, { variant: "XSmall", whiteSpace: "nowrap", children: $(l.expenses_due, m.length) })
119
119
  ] }),
120
- /* @__PURE__ */ e(s, { pt: 18, children: /* @__PURE__ */ e(j, { name: "equal" }) }),
120
+ /* @__PURE__ */ e(s, { pt: 18, children: /* @__PURE__ */ e(G, { name: "equal" }) }),
121
121
  /* @__PURE__ */ o(s, { pb: 14, pr: 24, pt: 12, children: [
122
- /* @__PURE__ */ e(L, { amount: A, variant: "H2" }),
122
+ /* @__PURE__ */ e(O, { amount: L, variant: "H2" }),
123
123
  /* @__PURE__ */ o(s, { alignItems: "center", direction: "row", gap: 8, children: [
124
- /* @__PURE__ */ e(N, { variant: "XSmall", whiteSpace: "nowrap", children: c.available_to_spend }),
125
- /* @__PURE__ */ e(fe, { body: c.tooltip_body, title: c.tooltip_title })
124
+ /* @__PURE__ */ e(k, { variant: "XSmall", whiteSpace: "nowrap", children: l.available_to_spend }),
125
+ /* @__PURE__ */ e(pe, { body: l.tooltip_body, title: l.tooltip_title })
126
126
  ] })
127
127
  ] }),
128
- /* @__PURE__ */ e(s, { borderLeft: `1px solid ${a.palette.border.light}`, pb: 12, pl: 24, pt: 12, children: /* @__PURE__ */ o(P, { children: [
129
- /* @__PURE__ */ e(u, { variant: "H2", children: M(c.days, r) }),
130
- /* @__PURE__ */ e(N, { variant: "XSmall", whiteSpace: "nowrap", children: c.next_paycheck })
128
+ /* @__PURE__ */ e(s, { borderLeft: `1px solid ${a.palette.border.light}`, pb: 12, pl: 24, pt: 12, children: /* @__PURE__ */ o(B, { children: [
129
+ /* @__PURE__ */ e(u, { variant: "H2", children: $(l.days, i) }),
130
+ /* @__PURE__ */ e(k, { variant: "XSmall", whiteSpace: "nowrap", children: l.next_paycheck })
131
131
  ] }) })
132
132
  ]
133
133
  }
134
134
  ) : /* @__PURE__ */ o(s, { border: `1px solid ${a.palette.border.light}`, borderRadius: 1, children: [
135
135
  /* @__PURE__ */ o(s, { direction: "row", justifyContent: "space-between", p: 16, children: [
136
- /* @__PURE__ */ e(u, { variant: "Small", children: M(
137
- c.total_cash_accounts,
138
- l.length
136
+ /* @__PURE__ */ e(u, { variant: "Small", children: $(
137
+ l.total_cash_accounts,
138
+ d.length
139
139
  ) }),
140
- /* @__PURE__ */ e(L, { amount: g, bold: !0, variant: "XSmall" })
140
+ /* @__PURE__ */ e(O, { amount: f, bold: !0, variant: "XSmall" })
141
141
  ] }),
142
- /* @__PURE__ */ e(D, {}),
142
+ /* @__PURE__ */ e(v, {}),
143
143
  /* @__PURE__ */ o(s, { direction: "row", justifyContent: "space-between", p: 16, children: [
144
- /* @__PURE__ */ e(u, { variant: "Small", children: M(c.expenses_due, d.length) }),
145
- /* @__PURE__ */ e(L, { amount: S, bold: !0, symbol: "-", variant: "XSmall" })
144
+ /* @__PURE__ */ e(u, { variant: "Small", children: $(l.expenses_due, m.length) }),
145
+ /* @__PURE__ */ e(O, { amount: I, bold: !0, symbol: "-", variant: "XSmall" })
146
146
  ] }),
147
- /* @__PURE__ */ e(D, {}),
147
+ /* @__PURE__ */ e(v, {}),
148
148
  /* @__PURE__ */ e(
149
149
  s,
150
150
  {
@@ -156,52 +156,52 @@ const V = () => {
156
156
  justifyContent: "space-between",
157
157
  px: 16,
158
158
  sx: { borderBottomLeftRadius: 4, borderBottomRightRadius: 4 },
159
- children: /* @__PURE__ */ e(ge, { remaining: A })
159
+ children: /* @__PURE__ */ e(fe, { remaining: L })
160
160
  }
161
161
  ),
162
- /* @__PURE__ */ e(D, {}),
162
+ /* @__PURE__ */ e(v, {}),
163
163
  /* @__PURE__ */ o(s, { direction: "row", justifyContent: "space-between", p: 16, children: [
164
- /* @__PURE__ */ e(u, { variant: "Small", children: c.next_paycheck }),
165
- /* @__PURE__ */ e(u, { bold: !0, variant: "XSmall", children: M(c.days, r) })
164
+ /* @__PURE__ */ e(u, { variant: "Small", children: l.next_paycheck }),
165
+ /* @__PURE__ */ e(u, { bold: !0, variant: "XSmall", children: $(l.days, i) })
166
166
  ] })
167
- ] }) }) : /* @__PURE__ */ e(oe, { height: t ? 210 : 120 });
168
- }, Ct = T(yt), St = ({
167
+ ] }) }) : /* @__PURE__ */ e(te, { height: t ? 210 : 120 });
168
+ }, yt = T(xt), Ct = ({
169
169
  onPrimaryCtaClick: a,
170
170
  onSecondaryCtaClick: n,
171
171
  sx: t = {}
172
172
  }) => {
173
- const { cashflow: i } = O(), { isCopyLoaded: g, isInitialized: x } = X(), { loadRepeatingTransactions: m, income: p, isDataLoaded: c, setDateRange: r } = q();
174
- f.useEffect(() => {
175
- x && (r({ start: $(), end: Xe($(), 1) }), m().finally());
173
+ const { cashflow: r } = N(), { isCopyLoaded: f, isInitialized: x } = Y(), { loadRepeatingTransactions: c, income: g, isDataLoaded: l, setDateRange: i } = U();
174
+ p.useEffect(() => {
175
+ x && (i({ start: W(), end: Pe(W(), 1) }), c().finally());
176
176
  }, [x]);
177
- const d = c && !p.length;
178
- return g ? /* @__PURE__ */ o(
179
- Ke,
177
+ const m = l && !g.length;
178
+ return f ? /* @__PURE__ */ o(
179
+ Ve,
180
180
  {
181
181
  className: "mx-exp-cashflow-miniwidget",
182
182
  onPrimaryCtaClick: a,
183
- primaryCtaLabel: i.primary_cta,
184
- subTitle: d || !c ? void 0 : i.sub_title,
183
+ primaryCtaLabel: r.primary_cta,
184
+ subTitle: m || !l ? void 0 : r.sub_title,
185
185
  sx: t,
186
- title: i.title,
186
+ title: r.title,
187
187
  children: [
188
- !c && /* @__PURE__ */ e(oe, {}),
189
- c && (d ? /* @__PURE__ */ e(
190
- Je,
188
+ !l && /* @__PURE__ */ e(te, {}),
189
+ l && (m ? /* @__PURE__ */ e(
190
+ Ke,
191
191
  {
192
- header: i.create,
192
+ header: r.create,
193
193
  icon: "local_atm",
194
194
  onClick: n,
195
- primaryButton: i.add_income,
195
+ primaryButton: r.add_income,
196
196
  primaryButtonStartIcon: "add",
197
- subText: i.create_description
197
+ subText: r.create_description
198
198
  }
199
- ) : /* @__PURE__ */ e(Ct, {}))
199
+ ) : /* @__PURE__ */ e(yt, {}))
200
200
  ]
201
201
  }
202
- ) : /* @__PURE__ */ e(oe, {});
203
- }, Fn = T(St), wt = ({ remaining: a }) => /* @__PURE__ */ e(
204
- ae,
202
+ ) : /* @__PURE__ */ e(te, {});
203
+ }, Hn = T(Ct), St = ({ remaining: a }) => /* @__PURE__ */ e(
204
+ ne,
205
205
  {
206
206
  sx: {
207
207
  alignItems: "center",
@@ -213,19 +213,19 @@ const V = () => {
213
213
  borderBottomRightRadius: "3px",
214
214
  minHeight: "auto"
215
215
  },
216
- children: /* @__PURE__ */ e(ge, { remaining: a })
216
+ children: /* @__PURE__ */ e(fe, { remaining: a })
217
217
  }
218
218
  );
219
- var ie = /* @__PURE__ */ ((a) => (a.EXPENSE = "expense", a.INCOME = "income", a))(ie || {});
220
- const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
221
- /* @__PURE__ */ o(ae, { sx: { display: "flex", alignItems: "center", gap: 16, px: 24, py: 12 }, children: [
219
+ var oe = /* @__PURE__ */ ((a) => (a.EXPENSE = "expense", a.INCOME = "income", a))(oe || {});
220
+ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(B, { children: [
221
+ /* @__PURE__ */ o(ne, { sx: { display: "flex", alignItems: "center", gap: 16, px: 24, py: 12 }, children: [
222
222
  /* @__PURE__ */ o(s, { alignItems: "center", height: 32, width: 32, children: [
223
- /* @__PURE__ */ e(u, { bold: !0, sx: { fontSize: 11 }, children: Y(a.expectedDate, Q.MONTH) }),
224
- /* @__PURE__ */ e(u, { bold: !0, sx: { fontSize: 11 }, children: Y(a.expectedDate, Q.DAY) })
223
+ /* @__PURE__ */ e(u, { bold: !0, sx: { fontSize: 11 }, children: Q(a.expectedDate, V.MONTH) }),
224
+ /* @__PURE__ */ e(u, { bold: !0, sx: { fontSize: 11 }, children: Q(a.expectedDate, V.DAY) })
225
225
  ] }),
226
226
  /* @__PURE__ */ e(u, { sx: { flexGrow: 1, fontSize: 13 }, children: a.name }),
227
227
  /* @__PURE__ */ e(
228
- L,
228
+ O,
229
229
  {
230
230
  amount: a.amount,
231
231
  bold: !0,
@@ -233,12 +233,12 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
233
233
  }
234
234
  )
235
235
  ] }),
236
- /* @__PURE__ */ e(D, {})
237
- ] }), Te = T(_t), It = ({ total: a, type: n }) => {
238
- const { cashflow: t } = O();
239
- return /* @__PURE__ */ o(P, { children: [
236
+ /* @__PURE__ */ e(v, {})
237
+ ] }), Ee = T(wt), _t = ({ total: a, type: n }) => {
238
+ const { cashflow: t } = N();
239
+ return /* @__PURE__ */ o(B, { children: [
240
240
  /* @__PURE__ */ o(
241
- nt,
241
+ tt,
242
242
  {
243
243
  sx: {
244
244
  alignItems: "center",
@@ -250,40 +250,40 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
250
250
  px: 24
251
251
  },
252
252
  children: [
253
- /* @__PURE__ */ e(u, { bold: !0, sx: { fontSize: 12 }, children: n === ie.EXPENSE ? t.expenses : t.income }),
253
+ /* @__PURE__ */ e(u, { bold: !0, sx: { fontSize: 12 }, children: n === oe.EXPENSE ? t.expenses : t.income }),
254
254
  /* @__PURE__ */ o(u, { bold: !0, sx: { fontSize: 13 }, children: [
255
- n === ie.EXPENSE ? "-" : "+",
256
- te(a, "0,0.00")
255
+ n === oe.EXPENSE ? "-" : "+",
256
+ Z(a, "0,0.00")
257
257
  ] })
258
258
  ]
259
259
  }
260
260
  ),
261
- /* @__PURE__ */ e(D, {})
261
+ /* @__PURE__ */ e(v, {})
262
262
  ] });
263
- }, Re = T(It), ce = (a, n) => (t) => t.accountGuid === a.guid && (Me(t.expectedDate) || We(t.expectedDate, n.start)) && $e(t.expectedDate, n.end), Dt = () => {
264
- const { availableWidth: a } = de(), { cashflow: n } = O(), { upcomingExpenses: t, upcomingIncome: i } = q(), { dateRange: g, selectedCashAccounts: x } = V();
263
+ }, Te = T(_t), se = (a, n) => (t) => t.accountGuid === a.guid && (We(t.expectedDate) || He(t.expectedDate, n.start)) && Fe(t.expectedDate, n.end), It = () => {
264
+ const { availableWidth: a } = le(), { cashflow: n } = N(), { upcomingExpenses: t, upcomingIncome: r } = U(), { dateRange: f, selectedCashAccounts: x } = K();
265
265
  return /* @__PURE__ */ o(s, { children: [
266
266
  /* @__PURE__ */ o(s, { direction: a < 400 ? "column" : "row", justifyContent: "space-between", children: [
267
267
  /* @__PURE__ */ e(u, { bold: !0, sx: { fontSize: 15, mb: 12, whiteSpace: "normal" }, children: n.accounts_breakdown }),
268
268
  /* @__PURE__ */ o(u, { bold: !0, sx: { fontSize: 15, mb: 12, whiteSpace: "normal" }, children: [
269
- Y(g.start, Q.FULL_MONTH_DAY),
269
+ Q(f.start, V.FULL_MONTH_DAY),
270
270
  " -",
271
271
  " ",
272
- Y(g.end, Q.FULL_MONTH_DAY)
272
+ Q(f.end, V.FULL_MONTH_DAY)
273
273
  ] })
274
274
  ] }),
275
- /* @__PURE__ */ e(s, { children: x.map((m) => {
276
- const p = i.filter(ce(m, g)).sort((l, b) => U(l.expectedDate) - U(b.expectedDate)), c = t.filter(
277
- ce(m, g)
278
- ), r = p.reduce(
279
- (l, b) => l + b.amount,
275
+ /* @__PURE__ */ e(s, { children: x.map((c) => {
276
+ const g = r.filter(se(c, f)).sort((d, b) => z(d.expectedDate) - z(b.expectedDate)), l = t.filter(
277
+ se(c, f)
278
+ ), i = g.reduce(
279
+ (d, b) => d + b.amount,
280
280
  0
281
- ), d = c.reduce(
282
- (l, b) => l + b.amount,
281
+ ), m = l.reduce(
282
+ (d, b) => d + b.amount,
283
283
  0
284
284
  );
285
285
  return /* @__PURE__ */ o(
286
- ne,
286
+ ee,
287
287
  {
288
288
  sx: {
289
289
  border: "1px solid",
@@ -293,9 +293,9 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
293
293
  },
294
294
  children: [
295
295
  /* @__PURE__ */ e(
296
- tt,
296
+ et,
297
297
  {
298
- account: m,
298
+ account: c,
299
299
  listItemProps: {
300
300
  disableGutters: !1,
301
301
  disablePadding: !1,
@@ -303,49 +303,49 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
303
303
  }
304
304
  }
305
305
  ),
306
- /* @__PURE__ */ e(D, {}),
307
- p.length > 0 && /* @__PURE__ */ e(ae, { children: /* @__PURE__ */ e(
308
- ne,
306
+ /* @__PURE__ */ e(v, {}),
307
+ g.length > 0 && /* @__PURE__ */ e(ne, { children: /* @__PURE__ */ e(
308
+ ee,
309
309
  {
310
- subheader: /* @__PURE__ */ e(Re, { total: r, type: ie.INCOME }),
310
+ subheader: /* @__PURE__ */ e(Te, { total: i, type: oe.INCOME }),
311
311
  sx: { width: "100%" },
312
- children: p.map((l) => /* @__PURE__ */ e(Te, { recurrence: l }, l.repeatingTransactionGuid))
312
+ children: g.map((d) => /* @__PURE__ */ e(Ee, { recurrence: d }, d.repeatingTransactionGuid))
313
313
  }
314
314
  ) }),
315
- c.length > 0 && /* @__PURE__ */ e(ae, { children: /* @__PURE__ */ e(
316
- ne,
315
+ l.length > 0 && /* @__PURE__ */ e(ne, { children: /* @__PURE__ */ e(
316
+ ee,
317
317
  {
318
- subheader: /* @__PURE__ */ e(Re, { total: d, type: ie.EXPENSE }),
318
+ subheader: /* @__PURE__ */ e(Te, { total: m, type: oe.EXPENSE }),
319
319
  sx: { width: "100%" },
320
- children: c.map((l) => /* @__PURE__ */ e(Te, { recurrence: l }, l.repeatingTransactionGuid))
320
+ children: l.map((d) => /* @__PURE__ */ e(Ee, { recurrence: d }, d.repeatingTransactionGuid))
321
321
  }
322
322
  ) }),
323
323
  /* @__PURE__ */ e(
324
- wt,
324
+ St,
325
325
  {
326
- remaining: (m.available_balance || m.balance || 0) + r - d
326
+ remaining: (c.available_balance || c.balance || 0) + i - m
327
327
  }
328
328
  )
329
329
  ]
330
330
  },
331
- m.guid
331
+ c.guid
332
332
  );
333
333
  }) })
334
334
  ] });
335
- }, vt = T(Dt), At = () => {
336
- const { availableWidth: a } = de(), n = le(), { cashflow: t } = O(), { upcomingExpenses: i, upcomingIncome: g } = q(), { dateRange: x, selectedCashAccounts: m } = V(), p = [
335
+ }, Dt = T(It), vt = () => {
336
+ const { availableWidth: a } = le(), n = ce(), { cashflow: t } = N(), { upcomingExpenses: r, upcomingIncome: f } = U(), { dateRange: x, selectedCashAccounts: c } = K(), g = [
337
337
  {
338
338
  field: "account",
339
339
  flex: 1.5,
340
340
  headerName: t.accounts,
341
- renderCell: ({ value: { name: r, nickname: d, institution_guid: l, account_number: b } }) => {
342
- const C = d || r;
341
+ renderCell: ({ value: { name: i, nickname: m, institution_guid: d, account_number: b } }) => {
342
+ const C = m || i;
343
343
  return /* @__PURE__ */ o(s, { alignItems: "center", flexDirection: "row", gap: 12, children: [
344
344
  /* @__PURE__ */ e(
345
- ye,
345
+ xe,
346
346
  {
347
347
  alt: t.institution_logo,
348
- institutionGuid: l || "",
348
+ institutionGuid: d || "",
349
349
  size: 16
350
350
  }
351
351
  ),
@@ -358,56 +358,56 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
358
358
  flex: 1,
359
359
  headerName: t.balance,
360
360
  type: "number",
361
- renderCell: (r) => /* @__PURE__ */ e(u, { color: n.palette.text.primary, variant: "Small", children: te(r.value, "0,0.00") })
361
+ renderCell: (i) => /* @__PURE__ */ e(u, { color: n.palette.text.primary, variant: "Small", children: Z(i.value, "0,0.00") })
362
362
  },
363
363
  {
364
364
  field: "income",
365
365
  flex: 1,
366
366
  headerName: t.projected_income,
367
367
  type: "number",
368
- renderCell: (r) => /* @__PURE__ */ e(u, { color: n.palette.text.primary, variant: "Small", children: `+${te(r.value, "0,0.00")}` })
368
+ renderCell: (i) => /* @__PURE__ */ e(u, { color: n.palette.text.primary, variant: "Small", children: `+${Z(i.value, "0,0.00")}` })
369
369
  },
370
370
  {
371
371
  field: "expenses",
372
372
  flex: 1.1,
373
373
  headerName: t.projected_expenses,
374
374
  type: "number",
375
- renderCell: (r) => /* @__PURE__ */ e(u, { color: n.palette.text.primary, variant: "Small", children: `-${te(r.value, "0,0.00")}` })
375
+ renderCell: (i) => /* @__PURE__ */ e(u, { color: n.palette.text.primary, variant: "Small", children: `-${Z(i.value, "0,0.00")}` })
376
376
  },
377
377
  {
378
378
  field: "remaining",
379
379
  flex: 1,
380
380
  headerName: t.remaining,
381
381
  type: "number",
382
- renderCell: (r) => {
383
- const d = r.row.balance + r.row.income - r.row.expenses;
382
+ renderCell: (i) => {
383
+ const m = i.row.balance + i.row.income - i.row.expenses;
384
384
  return /* @__PURE__ */ e(
385
385
  u,
386
386
  {
387
- color: Math.sign(d) === -1 ? n.palette.error.main : n.palette.text.primary,
387
+ color: Math.sign(m) === -1 ? n.palette.error.main : n.palette.text.primary,
388
388
  variant: "Small",
389
- children: te(d, "0,0.00")
389
+ children: Z(m, "0,0.00")
390
390
  }
391
391
  );
392
392
  }
393
393
  }
394
- ], c = f.useMemo(() => m.map((r) => {
395
- const d = i.filter(
396
- ce(r, { start: $(), end: Se($(), 30) })
397
- ).reduce((C, _) => C + _.amount, 0), l = g.filter(
398
- ce(r, { start: $(), end: Se($(), 30) })
399
- ).reduce((C, _) => C + _.amount, 0), b = (r.balance || 0) + l - d;
394
+ ], l = p.useMemo(() => c.map((i) => {
395
+ const m = r.filter(
396
+ se(i, { start: W(), end: Ce(W(), 30) })
397
+ ).reduce((C, S) => C + S.amount, 0), d = f.filter(
398
+ se(i, { start: W(), end: Ce(W(), 30) })
399
+ ).reduce((C, S) => C + S.amount, 0), b = (i.balance || 0) + d - m;
400
400
  return {
401
- account: r,
402
- balance: r.balance || 0,
403
- id: r.guid,
404
- income: l,
405
- expenses: d,
401
+ account: i,
402
+ balance: i.balance || 0,
403
+ id: i.guid,
404
+ income: d,
405
+ expenses: m,
406
406
  remaining: b
407
407
  };
408
- }), [m, i, g]);
408
+ }), [c, r, f]);
409
409
  return /* @__PURE__ */ o(
410
- I,
410
+ D,
411
411
  {
412
412
  sx: {
413
413
  width: "100%"
@@ -433,7 +433,7 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
433
433
  }
434
434
  ),
435
435
  /* @__PURE__ */ e(
436
- fe,
436
+ pe,
437
437
  {
438
438
  body: t.table_tooltip_body,
439
439
  title: t.table_tooltip_title
@@ -441,25 +441,25 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
441
441
  )
442
442
  ] }),
443
443
  /* @__PURE__ */ o(u, { bold: !0, sx: { fontSize: 15, whiteSpace: "normal" }, children: [
444
- Y(x.start, Q.FULL_MONTH_DAY),
444
+ Q(x.start, V.FULL_MONTH_DAY),
445
445
  " -",
446
446
  " ",
447
- Y(x.end, Q.FULL_MONTH_DAY)
447
+ Q(x.end, V.FULL_MONTH_DAY)
448
448
  ] })
449
449
  ]
450
450
  }
451
451
  ),
452
452
  a > 650 ? /* @__PURE__ */ e(
453
- it,
453
+ at,
454
454
  {
455
455
  columnHeaderHeight: 48,
456
- columns: p,
456
+ columns: g,
457
457
  density: "standard",
458
458
  disableColumnMenu: !0,
459
459
  disableRowSelectionOnClick: !0,
460
460
  hideFooter: !0,
461
461
  rowHeight: 48,
462
- rows: c,
462
+ rows: l,
463
463
  sx: {
464
464
  border: "1px solid",
465
465
  borderColor: "border.light",
@@ -467,7 +467,7 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
467
467
  "& .MuiDataGrid-columnHeader .MuiIconButton-root": {
468
468
  color: n.palette.primary.main,
469
469
  "&:hover": {
470
- backgroundColor: ot(n.palette.primary.main, 0.1)
470
+ backgroundColor: nt(n.palette.primary.main, 0.1)
471
471
  }
472
472
  },
473
473
  "& .MuiDataGrid-columnHeaderTitle": {
@@ -479,10 +479,10 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
479
479
  }
480
480
  }
481
481
  }
482
- ) : c.map((r) => {
483
- const { name: d, nickname: l, institution_guid: b, account_number: C } = r.account, _ = l || d;
482
+ ) : l.map((i) => {
483
+ const { name: m, nickname: d, institution_guid: b, account_number: C } = i.account, S = d || m;
484
484
  return /* @__PURE__ */ e(
485
- ne,
485
+ ee,
486
486
  {
487
487
  sx: {
488
488
  border: "1px solid",
@@ -490,7 +490,7 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
490
490
  borderRadius: 1,
491
491
  marginBottom: 24
492
492
  },
493
- children: /* @__PURE__ */ e(ae, { sx: { minHeight: "auto" }, children: /* @__PURE__ */ o(s, { width: "100%", children: [
493
+ children: /* @__PURE__ */ e(ne, { sx: { minHeight: "auto" }, children: /* @__PURE__ */ o(s, { width: "100%", children: [
494
494
  /* @__PURE__ */ o(
495
495
  s,
496
496
  {
@@ -502,20 +502,20 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
502
502
  children: [
503
503
  /* @__PURE__ */ o(s, { alignItems: "center", flexDirection: "row", gap: 8, width: "50%", children: [
504
504
  /* @__PURE__ */ e(
505
- ye,
505
+ xe,
506
506
  {
507
507
  alt: t.institution_logo,
508
508
  institutionGuid: b || "",
509
509
  size: 16
510
510
  }
511
511
  ),
512
- /* @__PURE__ */ e(u, { variant: "Small", children: `${_} ${C ? `*${C}` : ""}` })
512
+ /* @__PURE__ */ e(u, { variant: "Small", children: `${S} ${C ? `*${C}` : ""}` })
513
513
  ] }),
514
- /* @__PURE__ */ e(L, { amount: r.balance, bold: !0, variant: "Small" })
514
+ /* @__PURE__ */ e(O, { amount: i.balance, bold: !0, variant: "Small" })
515
515
  ]
516
516
  }
517
517
  ),
518
- /* @__PURE__ */ e(D, { sx: { width: "100%" } }),
518
+ /* @__PURE__ */ e(v, { sx: { width: "100%" } }),
519
519
  /* @__PURE__ */ o(
520
520
  s,
521
521
  {
@@ -526,11 +526,11 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
526
526
  py: 12,
527
527
  children: [
528
528
  /* @__PURE__ */ e(u, { variant: "Small", children: t.projected_income }),
529
- /* @__PURE__ */ e(L, { amount: r.income, bold: !0, symbol: "+", variant: "Small" })
529
+ /* @__PURE__ */ e(O, { amount: i.income, bold: !0, symbol: "+", variant: "Small" })
530
530
  ]
531
531
  }
532
532
  ),
533
- /* @__PURE__ */ e(D, { sx: { width: "100%" } }),
533
+ /* @__PURE__ */ e(v, { sx: { width: "100%" } }),
534
534
  /* @__PURE__ */ o(
535
535
  s,
536
536
  {
@@ -541,11 +541,11 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
541
541
  py: 12,
542
542
  children: [
543
543
  /* @__PURE__ */ e(u, { variant: "Small", children: t.projected_expenses }),
544
- /* @__PURE__ */ e(L, { amount: r.expenses, bold: !0, symbol: "-", variant: "Small" })
544
+ /* @__PURE__ */ e(O, { amount: i.expenses, bold: !0, symbol: "-", variant: "Small" })
545
545
  ]
546
546
  }
547
547
  ),
548
- /* @__PURE__ */ e(D, { sx: { width: "100%" } }),
548
+ /* @__PURE__ */ e(v, { sx: { width: "100%" } }),
549
549
  /* @__PURE__ */ e(
550
550
  s,
551
551
  {
@@ -557,36 +557,36 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
557
557
  px: 16,
558
558
  py: 12,
559
559
  sx: { borderBottomLeftRadius: "4px", borderBottomRightRadius: "4px" },
560
- children: /* @__PURE__ */ e(ge, { remaining: r.remaining })
560
+ children: /* @__PURE__ */ e(fe, { remaining: i.remaining })
561
561
  }
562
562
  )
563
563
  ] }) })
564
564
  },
565
- r.id
565
+ i.id
566
566
  );
567
567
  })
568
568
  ]
569
569
  }
570
570
  );
571
- }, Et = T(At), Tt = () => {
572
- const { cashflow: a } = O(), { isDesktop: n } = pe(), { onEvent: t } = ke(), [i, g] = f.useState(0), x = (m, p) => {
573
- g(p);
571
+ }, At = T(vt), Et = () => {
572
+ const { cashflow: a } = N(), { isDesktop: n } = he(), { onEvent: t } = Ne(), [r, f] = p.useState(0), x = (c, g) => {
573
+ f(g);
574
574
  };
575
- return f.useEffect(() => {
576
- t(i === 0 ? "cash_flow_summary" : "cash_flow_details");
577
- }, [i]), /* @__PURE__ */ o(I, { children: [
575
+ return p.useEffect(() => {
576
+ t(r === 0 ? "cash_flow_summary" : "cash_flow_details");
577
+ }, [r]), /* @__PURE__ */ o(D, { children: [
578
578
  /* @__PURE__ */ o(
579
- et,
579
+ Ze,
580
580
  {
581
581
  "aria-label": a.cashflow_summary_and_details,
582
582
  centered: !0,
583
583
  onChange: x,
584
584
  textColor: "primary",
585
- value: i,
585
+ value: r,
586
586
  variant: "fullWidth",
587
587
  children: [
588
588
  /* @__PURE__ */ e(
589
- Ce,
589
+ ye,
590
590
  {
591
591
  "aria-controls": "cashflow-tabpanel-0",
592
592
  id: "cashflow-tab-0",
@@ -597,7 +597,7 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
597
597
  }
598
598
  ),
599
599
  /* @__PURE__ */ e(
600
- Ce,
600
+ ye,
601
601
  {
602
602
  "aria-controls": "cashflow-tabpanel-1",
603
603
  id: "cashflow-tab-1",
@@ -610,16 +610,16 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
610
610
  ]
611
611
  }
612
612
  ),
613
- /* @__PURE__ */ e(I, { sx: { mb: 32 } }),
614
- /* @__PURE__ */ e(we, { index: 0, name: "cashflow", value: i, children: /* @__PURE__ */ e(I, { sx: { m: n ? 48 : 16 }, children: /* @__PURE__ */ e(Et, {}) }) }),
615
- /* @__PURE__ */ e(we, { index: 1, name: "cashflow", value: i, children: /* @__PURE__ */ e(I, { sx: { m: n ? 48 : 16 }, children: /* @__PURE__ */ e(vt, {}) }) })
613
+ /* @__PURE__ */ e(D, { sx: { mb: 32 } }),
614
+ /* @__PURE__ */ e(Se, { index: 0, name: "cashflow", value: r, children: /* @__PURE__ */ e(D, { sx: { m: n ? 48 : 16 }, children: /* @__PURE__ */ e(At, {}) }) }),
615
+ /* @__PURE__ */ e(Se, { index: 1, name: "cashflow", value: r, children: /* @__PURE__ */ e(D, { sx: { m: n ? 48 : 16 }, children: /* @__PURE__ */ e(Dt, {}) }) })
616
616
  ] });
617
- }, Rt = T(Tt), se = ({
617
+ }, Tt = T(Et), re = ({
618
618
  amount: a,
619
619
  isMobile: n = !1,
620
620
  isTotal: t = !1,
621
- label: i,
622
- symbol: g,
621
+ label: r,
622
+ symbol: f,
623
623
  tooltip: x
624
624
  }) => /* @__PURE__ */ o(
625
625
  s,
@@ -630,25 +630,25 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
630
630
  padding: n ? "14px 16px" : 0,
631
631
  sx: { borderBottomLeftRadius: 4, borderBottomRightRadius: 4 },
632
632
  children: [
633
- !n && /* @__PURE__ */ e(L, { amount: a, component: "h2", variant: "H2" }),
633
+ !n && /* @__PURE__ */ e(O, { amount: a, component: "h2", variant: "H2" }),
634
634
  /* @__PURE__ */ o(s, { alignItems: "center", component: "span", direction: "row", gap: 8, mt: 2, children: [
635
- /* @__PURE__ */ e(u, { bold: t, variant: "Small", children: i }),
635
+ /* @__PURE__ */ e(u, { bold: t, variant: "Small", children: r }),
636
636
  x
637
637
  ] }),
638
- n && /* @__PURE__ */ e(L, { amount: a, component: "h2", symbol: g, variant: "Small" })
638
+ n && /* @__PURE__ */ e(O, { amount: a, component: "h2", symbol: f, variant: "Small" })
639
639
  ]
640
640
  }
641
- ), Le = (a, n) => (t) => t.accountGuid && a.includes(t.accountGuid) && (Me(t.expectedDate) || We(t.expectedDate, n.start)) && $e(t.expectedDate, n.end), Lt = () => {
642
- const { availableWidth: a } = de(), { cashflow: n } = O(), { income: t, isDataLoaded: i, upcomingExpenses: g, upcomingIncome: x } = q(), { selectedAccountGuids: m } = X(), { dateRange: p, selectedCashAccounts: c } = V(), [r, d] = f.useState(!1), l = f.useMemo(
643
- () => g.filter(Le(m, p)),
644
- [p, m, g]
645
- ), b = f.useMemo(
646
- () => x.filter(Le(m, p)),
647
- [p, m, x]
648
- ), C = f.useMemo(
649
- () => c.reduce((S, A) => S + (A?.balance || 0), 0),
650
- [c]
651
- ), _ = l.reduce((S, A) => S + A.amount, 0), k = b.reduce((S, A) => S + A.amount, 0), v = C - _ + k, F = i && t.length > 0, h = a < 725;
641
+ ), Re = (a, n) => (t) => t.accountGuid && a.includes(t.accountGuid) && (We(t.expectedDate) || He(t.expectedDate, n.start)) && Fe(t.expectedDate, n.end), Rt = () => {
642
+ const { availableWidth: a } = le(), { cashflow: n } = N(), { income: t, isDataLoaded: r, upcomingExpenses: f, upcomingIncome: x } = U(), { selectedAccountGuids: c } = Y(), { dateRange: g, selectedCashAccounts: l } = K(), [i, m] = p.useState(!1), d = p.useMemo(
643
+ () => f.filter(Re(c, g)),
644
+ [g, c, f]
645
+ ), b = p.useMemo(
646
+ () => x.filter(Re(c, g)),
647
+ [g, c, x]
648
+ ), C = p.useMemo(
649
+ () => l.reduce((I, L) => I + (L?.balance || 0), 0),
650
+ [l]
651
+ ), S = d.reduce((I, L) => I + L.amount, 0), R = b.reduce((I, L) => I + L.amount, 0), H = C - S + R, F = r && t.length > 0, h = a < 725;
652
652
  return /* @__PURE__ */ o(s, { sx: { mx: h ? 16 : 0, my: h ? 24 : 42 }, children: [
653
653
  /* @__PURE__ */ o(
654
654
  s,
@@ -661,54 +661,54 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
661
661
  justifyContent: "center",
662
662
  children: [
663
663
  /* @__PURE__ */ e(
664
- se,
664
+ re,
665
665
  {
666
666
  amount: C,
667
667
  isMobile: h,
668
- label: M(n.cash_and_bank, c.length)
668
+ label: $(n.cash_and_bank, l.length)
669
669
  }
670
670
  ),
671
- h && /* @__PURE__ */ e(D, {}),
672
- F ? /* @__PURE__ */ o(P, { children: [
671
+ h && /* @__PURE__ */ e(v, {}),
672
+ F ? /* @__PURE__ */ o(B, { children: [
673
673
  !h && /* @__PURE__ */ e(u, { sx: { fontSize: 25, lineHeight: 1 }, children: "+" }),
674
674
  /* @__PURE__ */ e(
675
- se,
675
+ re,
676
676
  {
677
- amount: k,
677
+ amount: R,
678
678
  isMobile: h,
679
679
  label: n.to_be_received,
680
680
  symbol: h ? "+" : void 0
681
681
  }
682
682
  )
683
683
  ] }) : /* @__PURE__ */ e(
684
- G,
684
+ M,
685
685
  {
686
- onClick: () => d(!0),
687
- startIcon: /* @__PURE__ */ e(j, { name: "add" }),
686
+ onClick: () => m(!0),
687
+ startIcon: /* @__PURE__ */ e(G, { name: "add" }),
688
688
  sx: { fontSize: 13 },
689
689
  children: n.add_income
690
690
  }
691
691
  ),
692
- h ? /* @__PURE__ */ e(D, {}) : /* @__PURE__ */ e(u, { sx: { fontSize: 25, lineHeight: 1 }, children: "-" }),
692
+ h ? /* @__PURE__ */ e(v, {}) : /* @__PURE__ */ e(u, { sx: { fontSize: 25, lineHeight: 1 }, children: "-" }),
693
693
  /* @__PURE__ */ e(
694
- se,
694
+ re,
695
695
  {
696
- amount: _,
696
+ amount: S,
697
697
  isMobile: h,
698
- label: M(n.to_be_paid_out, l.length),
698
+ label: $(n.to_be_paid_out, d.length),
699
699
  symbol: h ? "-" : void 0
700
700
  }
701
701
  ),
702
- h ? /* @__PURE__ */ e(D, {}) : /* @__PURE__ */ e(u, { sx: { fontSize: 25, lineHeight: 1 }, children: "=" }),
702
+ h ? /* @__PURE__ */ e(v, {}) : /* @__PURE__ */ e(u, { sx: { fontSize: 25, lineHeight: 1 }, children: "=" }),
703
703
  /* @__PURE__ */ e(
704
- se,
704
+ re,
705
705
  {
706
- amount: v,
706
+ amount: H,
707
707
  isMobile: h,
708
708
  isTotal: h,
709
709
  label: n.remaining_cash,
710
710
  tooltip: /* @__PURE__ */ e(
711
- fe,
711
+ pe,
712
712
  {
713
713
  body: n.remaining_income_tooltip_body,
714
714
  title: n.remaining_income_tooltip_title
@@ -720,270 +720,266 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
720
720
  }
721
721
  ),
722
722
  /* @__PURE__ */ e(
723
- Ge,
723
+ $e,
724
724
  {
725
725
  ariaLabelClose: n.close_manage_income_aria,
726
- isOpen: r,
727
- onClose: () => d(!1),
726
+ isOpen: i,
727
+ onClose: () => m(!1),
728
728
  shouldShowHeaderBorders: !1,
729
729
  title: n.manage_income,
730
- children: /* @__PURE__ */ e(rt, {})
730
+ children: /* @__PURE__ */ e(it, {})
731
731
  }
732
732
  )
733
733
  ] });
734
- }, Ot = T(Lt), Nt = ({ handleNextStep: a }) => {
735
- const { completeOnboarding: n } = he(), { cashflow: t } = O(), i = le();
734
+ }, Lt = T(Rt), Ot = ({ handleNextStep: a }) => {
735
+ const { completeOnboarding: n } = ue(), { cashflow: t } = N(), r = ce();
736
736
  return /* @__PURE__ */ o(s, { children: [
737
- /* @__PURE__ */ e(ue, { pb: 12, children: t.welcome_title }),
737
+ /* @__PURE__ */ e(me, { pb: 12, children: t.welcome_title }),
738
738
  /* @__PURE__ */ e(
739
- Ye,
739
+ qe,
740
740
  {
741
- color: i.palette.primary.light,
741
+ color: r.palette.primary.light,
742
742
  pb: 8,
743
743
  sx: { wordBreak: "break-word", whiteSpace: "initial" },
744
744
  variant: "H3",
745
745
  children: t.welcome_sub_title
746
746
  }
747
747
  ),
748
- /* @__PURE__ */ e(N, { pb: 32, children: t.welcome_description }),
748
+ /* @__PURE__ */ e(k, { pb: 32, children: t.welcome_description }),
749
749
  /* @__PURE__ */ o(s, { direction: "column", mb: 32, spacing: 32, children: [
750
- /* @__PURE__ */ o(N, { sx: { display: "flex", alignItems: "center", fontSize: 18 }, children: [
750
+ /* @__PURE__ */ o(k, { sx: { display: "flex", alignItems: "center", fontSize: 18 }, children: [
751
751
  /* @__PURE__ */ e(
752
- I,
752
+ D,
753
753
  {
754
- bgcolor: i.palette.primary.lighter,
754
+ bgcolor: r.palette.primary.lighter,
755
755
  borderRadius: 1,
756
756
  component: "span",
757
757
  height: 44,
758
758
  mr: 24,
759
759
  sx: { display: "flex", alignItems: "center", justifyContent: "center", flexShrink: 0 },
760
760
  width: 44,
761
- children: /* @__PURE__ */ e(j, { color: "primary", name: "currency_exchange" })
761
+ children: /* @__PURE__ */ e(G, { color: "primary", name: "currency_exchange" })
762
762
  }
763
763
  ),
764
764
  t.bullet_one
765
765
  ] }),
766
- /* @__PURE__ */ o(N, { sx: { display: "flex", alignItems: "center", fontSize: 18 }, children: [
766
+ /* @__PURE__ */ o(k, { sx: { display: "flex", alignItems: "center", fontSize: 18 }, children: [
767
767
  /* @__PURE__ */ e(
768
- I,
768
+ D,
769
769
  {
770
- bgcolor: i.palette.primary.lighter,
770
+ bgcolor: r.palette.primary.lighter,
771
771
  borderRadius: 1,
772
772
  component: "span",
773
773
  height: 44,
774
774
  mr: 24,
775
775
  sx: { display: "flex", alignItems: "center", justifyContent: "center", flexShrink: 0 },
776
776
  width: 44,
777
- children: /* @__PURE__ */ e(j, { color: "primary", name: "cardiology" })
777
+ children: /* @__PURE__ */ e(G, { color: "primary", name: "cardiology" })
778
778
  }
779
779
  ),
780
780
  t.bullet_two
781
781
  ] }),
782
- /* @__PURE__ */ o(N, { sx: { display: "flex", alignItems: "center", fontSize: 18 }, children: [
782
+ /* @__PURE__ */ o(k, { sx: { display: "flex", alignItems: "center", fontSize: 18 }, children: [
783
783
  /* @__PURE__ */ e(
784
- I,
784
+ D,
785
785
  {
786
- bgcolor: i.palette.primary.lighter,
786
+ bgcolor: r.palette.primary.lighter,
787
787
  borderRadius: 1,
788
788
  component: "span",
789
789
  height: 44,
790
790
  mr: 24,
791
791
  sx: { display: "flex", alignItems: "center", justifyContent: "center", flexShrink: 0 },
792
792
  width: 44,
793
- children: /* @__PURE__ */ e(j, { color: "primary", name: "flare" })
793
+ children: /* @__PURE__ */ e(G, { color: "primary", name: "flare" })
794
794
  }
795
795
  ),
796
796
  t.bullet_three
797
797
  ] })
798
798
  ] }),
799
799
  /* @__PURE__ */ o(s, { direction: "row", spacing: 16, children: [
800
- /* @__PURE__ */ e(G, { onClick: a, variant: "contained", children: t.get_started_button }),
801
- /* @__PURE__ */ e(G, { onClick: n, variant: "outlined", children: t.skip_button })
800
+ /* @__PURE__ */ e(M, { onClick: a, variant: "contained", children: t.get_started_button }),
801
+ /* @__PURE__ */ e(M, { onClick: n, variant: "outlined", children: t.skip_button })
802
802
  ] })
803
803
  ] });
804
- }, kt = T(Nt), Oe = "https://content.moneydesktop.com/storage/MD_Assets/md/cashflow", ze = {
805
- CASHFLOW_ONBOARDING: `${Oe}/cashflow-onboarding.png`,
806
- CASHFLOW_LOADING_ANIMATION: `${Oe}/loading-animation.gif`
807
- }, Ht = () => {
808
- const { cashflow: a } = O();
809
- return /* @__PURE__ */ o(f.Fragment, { children: [
810
- /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e("img", { alt: "Loading", src: ze.CASHFLOW_LOADING_ANIMATION }) }),
811
- /* @__PURE__ */ e(ue, { pb: 12, children: a.loading_title }),
812
- /* @__PURE__ */ e(N, { children: a.loading_description })
804
+ }, Nt = T(Ot), Le = "https://content.moneydesktop.com/storage/MD_Assets/md/cashflow", Ge = {
805
+ CASHFLOW_ONBOARDING: `${Le}/cashflow-onboarding.png`,
806
+ CASHFLOW_LOADING_ANIMATION: `${Le}/loading-animation.gif`
807
+ }, kt = () => {
808
+ const { cashflow: a } = N();
809
+ return /* @__PURE__ */ o(p.Fragment, { children: [
810
+ /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e("img", { alt: "Loading", src: Ge.CASHFLOW_LOADING_ANIMATION }) }),
811
+ /* @__PURE__ */ e(me, { pb: 12, children: a.loading_title }),
812
+ /* @__PURE__ */ e(k, { children: a.loading_description })
813
813
  ] });
814
- }, Ft = T(Ht), Wt = at`
814
+ }, Ht = T(kt), Ft = ot`
815
815
  from {
816
816
  transform: rotate(0deg);
817
817
  }
818
818
  to {
819
819
  transform: rotate(360deg);
820
820
  }
821
- `, $t = () => {
822
- const { addRepeatingTransaction: a, repeatingTransactions: n } = q(), { cashflow: t, common: i } = O(), { user: g } = He(), { completeOnboarding: x } = he(), { isDirty: m } = V(), { isMobile: p } = pe(), { isCopyLoaded: c, setDisplayedDate: r } = X(), { filter: d, setFilter: l, transactions: b } = Fe(), C = le(), [_, k] = ee(!0), [v, F] = f.useState(pt.EveryMonth), [h, S] = f.useState(1), [A, w] = f.useState(15), [z, re] = ee(!1), [K, J] = ee(1), [R, me] = ee([]), [Z, H] = ee(""), W = f.useMemo(
823
- () => b.find((y) => y.guid === Z),
824
- [Z, b]
825
- ), Be = !!n.filter(
826
- (y) => y.repeating_transaction_type === De.Income
827
- ).length, be = async () => {
828
- J(2), r(
821
+ `, Wt = () => {
822
+ const { addRepeatingTransaction: a, repeatingTransactions: n } = U(), { cashflow: t, common: r } = N(), { completeOnboarding: f } = ue(), { isDirty: x } = K(), { isMobile: c } = he(), { isCopyLoaded: g, setDisplayedDate: l } = Y(), { filter: i, setFilter: m, transactions: d } = ke(), b = ce(), [C, S] = J(!0), [R, H] = p.useState(ht.EveryMonth), [F, h] = p.useState(1), [I, L] = p.useState(15), [w, P] = J(!1), [q, ae] = J(1), [A, de] = J([]), [ie, X] = J(""), _ = p.useMemo(
823
+ () => d.find((y) => y.guid === ie),
824
+ [ie, d]
825
+ ), je = !!n.filter(
826
+ (y) => y.repeating_transaction_type === Ie.Income
827
+ ).length, ge = async () => {
828
+ ae(2), l(
829
829
  // Beginning of the month, 90 days before today
830
- mt(je($(), 90)),
831
- $()
832
- ), l({ ...d, custom: _e }), J(3);
833
- }, Ue = async () => {
834
- if (!(R.length < 1)) {
835
- re(!0);
836
- for (let y = 0; y < R.length; y++) {
837
- const E = R[y], xe = ve(v, Ie(E.date)), qe = {
830
+ dt(Me(W(), 90)),
831
+ W()
832
+ ), m({ ...i, custom: we }), ae(3);
833
+ }, ze = async () => {
834
+ if (!(A.length < 1)) {
835
+ P(!0);
836
+ for (let y = 0; y < A.length; y++) {
837
+ const E = A[y], be = De(R, _e(E.date)), Ue = {
838
838
  account_guid: E.account_guid,
839
839
  amount: E.amount,
840
- created_by: 0,
841
- //user
842
840
  merchant_guid: E.merchant_guid,
843
841
  description: E.feed_description || E.description,
844
- predicted_occurs_on: dt(xe, { representation: "date" }),
845
- recurrence_day: xe.getDay(),
846
- recurrence_type: v,
847
- repeating_transaction_type: De.Income,
848
- second_recurrence_day: A,
849
- transaction_type: E.transaction_type,
850
- user_guid: g.guid
842
+ predicted_occurs_on: lt(be, { representation: "date" }),
843
+ recurrence_day: be.getDay(),
844
+ recurrence_type: R,
845
+ repeating_transaction_type: Ie.Income,
846
+ transaction_type: E.transaction_type
851
847
  };
852
- await a(qe, E);
848
+ await a(Ue, E);
853
849
  }
854
- await x();
850
+ await f();
855
851
  }
856
- }, Pe = !W && _ || !W && R.length < 1;
857
- return c ? /* @__PURE__ */ o(
858
- I,
852
+ }, Be = !_ && C || !_ && A.length < 1;
853
+ return g ? /* @__PURE__ */ o(
854
+ D,
859
855
  {
860
856
  sx: {
861
857
  display: "flex",
862
- alignItems: p ? "flex-start" : "center",
863
- backgroundColor: C.palette.background.paper,
864
- backgroundImage: p ? null : `url(${ze.CASHFLOW_ONBOARDING})`,
858
+ alignItems: c ? "flex-start" : "center",
859
+ backgroundColor: b.palette.background.paper,
860
+ backgroundImage: c ? null : `url(${Ge.CASHFLOW_ONBOARDING})`,
865
861
  backgroundRepeat: "no-repeat",
866
862
  backgroundPosition: "left 100px",
867
863
  backgroundSize: "35%",
868
864
  py: 24
869
865
  },
870
866
  children: [
871
- K === 1 && /* @__PURE__ */ e(
872
- I,
867
+ q === 1 && /* @__PURE__ */ e(
868
+ D,
873
869
  {
874
870
  sx: {
875
- ...p ? { display: "flex", flexDirection: "column", maxWidth: "100%", padding: "0 16px" } : { maxWidth: 590, ml: "40%", mr: 90 }
871
+ ...c ? { display: "flex", flexDirection: "column", maxWidth: "100%", padding: "0 16px" } : { maxWidth: 590, ml: "40%", mr: 90 }
876
872
  },
877
- children: /* @__PURE__ */ e(kt, { handleNextStep: be })
873
+ children: /* @__PURE__ */ e(Nt, { handleNextStep: ge })
878
874
  }
879
875
  ),
880
- K === 2 && /* @__PURE__ */ e(
881
- I,
876
+ q === 2 && /* @__PURE__ */ e(
877
+ D,
882
878
  {
883
879
  sx: {
884
- ...p ? { display: "flex", flexDirection: "column", maxWidth: "100%", padding: "0 16px" } : { maxWidth: 590, ml: "40%", mr: 90 }
880
+ ...c ? { display: "flex", flexDirection: "column", maxWidth: "100%", padding: "0 16px" } : { maxWidth: 590, ml: "40%", mr: 90 }
885
881
  },
886
- children: /* @__PURE__ */ e(Ft, {})
882
+ children: /* @__PURE__ */ e(Ht, {})
887
883
  }
888
884
  ),
889
- K === 3 && /* @__PURE__ */ o(
890
- I,
885
+ q === 3 && /* @__PURE__ */ o(
886
+ D,
891
887
  {
892
888
  sx: {
893
- ...p ? { display: "flex", flexDirection: "column", maxWidth: "100%", padding: "0 16px" } : { maxWidth: 590, ml: "40%", mr: 90 }
889
+ ...c ? { display: "flex", flexDirection: "column", maxWidth: "100%", padding: "0 16px" } : { maxWidth: 590, ml: "40%", mr: 90 }
894
890
  },
895
891
  children: [
896
- /* @__PURE__ */ e(ue, { pb: 12, children: t.add_income_title }),
897
- /* @__PURE__ */ e(N, { mb: 24, children: t.add_income_description }),
898
- R.length > 0 && !W && /* @__PURE__ */ o(P, { children: [
899
- /* @__PURE__ */ e(ne, { children: R.map((y, E) => /* @__PURE__ */ o(f.Fragment, { children: [
900
- /* @__PURE__ */ e(ut, { bgcolor: "background.paper", children: ft(
901
- U(y.nextDate || y.date)
892
+ /* @__PURE__ */ e(me, { pb: 12, children: t.add_income_title }),
893
+ /* @__PURE__ */ e(k, { mb: 24, children: t.add_income_description }),
894
+ A.length > 0 && !_ && /* @__PURE__ */ o(B, { children: [
895
+ /* @__PURE__ */ e(ee, { children: A.map((y, E) => /* @__PURE__ */ o(p.Fragment, { children: [
896
+ /* @__PURE__ */ e(mt, { bgcolor: "background.paper", children: pt(
897
+ z(y.nextDate || y.date)
902
898
  ) }),
903
- /* @__PURE__ */ e(ht, { transaction: y }),
904
- E !== R.length - 1 && /* @__PURE__ */ e(D, {})
899
+ /* @__PURE__ */ e(ut, { transaction: y }),
900
+ E !== A.length - 1 && /* @__PURE__ */ e(v, {})
905
901
  ] }, y.guid)) }),
906
902
  /* @__PURE__ */ o(s, { alignItems: "center", direction: "row", children: [
907
- /* @__PURE__ */ e(D, { sx: { flexGrow: 1 } }),
903
+ /* @__PURE__ */ e(v, { sx: { flexGrow: 1 } }),
908
904
  /* @__PURE__ */ e(
909
- G,
905
+ M,
910
906
  {
911
- onClick: () => k(!0),
912
- startIcon: /* @__PURE__ */ e(j, { name: "add", size: 20 }),
907
+ onClick: () => S(!0),
908
+ startIcon: /* @__PURE__ */ e(G, { name: "add", size: 20 }),
913
909
  children: t.add_income
914
910
  }
915
911
  )
916
912
  ] })
917
913
  ] }),
918
- Pe && /* @__PURE__ */ e(
919
- st,
914
+ Be && /* @__PURE__ */ e(
915
+ rt,
920
916
  {
921
917
  bgcolor: "background.paper",
922
- onSearch: (y) => l({
923
- ...d,
924
- custom: (E) => y ? ct(E, y) : _e(E)
918
+ onSearch: (y) => m({
919
+ ...i,
920
+ custom: (E) => y ? st(E, y) : we(E)
925
921
  }),
926
922
  onSelected: (y) => {
927
- H(y), k(!1);
923
+ X(y), S(!1);
928
924
  }
929
925
  }
930
926
  ),
931
- !Be && m && /* @__PURE__ */ e(N, { color: "error", mt: 16, children: t.confirm_error }),
932
- W && /* @__PURE__ */ o(P, { children: [
927
+ !je && x && /* @__PURE__ */ e(k, { color: "error", mt: 16, children: t.confirm_error }),
928
+ _ && /* @__PURE__ */ o(B, { children: [
933
929
  /* @__PURE__ */ e(
934
- lt,
930
+ ct,
935
931
  {
936
932
  bgcolor: "background.paper",
937
- firstDay: h,
938
- frequency: v,
939
- onFirstDayChange: S,
940
- onFrequencyChange: F,
941
- onSecondDayChange: w,
942
- secondDay: A,
943
- transaction: W
933
+ firstDay: F,
934
+ frequency: R,
935
+ onFirstDayChange: h,
936
+ onFrequencyChange: H,
937
+ onSecondDayChange: L,
938
+ secondDay: I,
939
+ transaction: _
944
940
  }
945
941
  ),
946
942
  /* @__PURE__ */ o(s, { direction: "row", gap: 16, ml: 24, mt: 32, children: [
947
943
  /* @__PURE__ */ e(
948
- G,
944
+ M,
949
945
  {
950
- "aria-disabled": !W,
946
+ "aria-disabled": !_,
951
947
  onClick: () => {
952
- const y = [...R];
948
+ const y = [...A];
953
949
  y.push({
954
- ...W,
955
- nextDate: ve(v, Ie(W.date)),
956
- frequency: v
957
- }), me(y), H("");
950
+ ..._,
951
+ nextDate: De(R, _e(_.date)),
952
+ frequency: R
953
+ }), de(y), X("");
958
954
  },
959
955
  variant: "contained",
960
- children: i.confirm_button
956
+ children: r.confirm_button
961
957
  }
962
958
  ),
963
959
  /* @__PURE__ */ e(
964
- G,
960
+ M,
965
961
  {
966
962
  onClick: () => {
967
- H(""), k(!0), be().finally();
963
+ X(""), S(!0), ge().finally();
968
964
  },
969
965
  variant: "outlined",
970
- children: i.cancel_button
966
+ children: r.cancel_button
971
967
  }
972
968
  )
973
969
  ] })
974
970
  ] }),
975
- R.length > 0 && !W && /* @__PURE__ */ o(s, { direction: "row", gap: 16, ml: 24, mt: 32, children: [
971
+ A.length > 0 && !_ && /* @__PURE__ */ o(s, { direction: "row", gap: 16, ml: 24, mt: 32, children: [
976
972
  /* @__PURE__ */ e(
977
- G,
973
+ M,
978
974
  {
979
- "aria-disabled": R.length < 1 || z,
980
- onClick: Ue,
981
- startIcon: z ? /* @__PURE__ */ e(
982
- j,
975
+ "aria-disabled": A.length < 1 || w,
976
+ onClick: ze,
977
+ startIcon: w ? /* @__PURE__ */ e(
978
+ G,
983
979
  {
984
980
  name: "progress_activity",
985
981
  sx: {
986
- animation: `${Wt} 2s linear infinite`
982
+ animation: `${Ft} 2s linear infinite`
987
983
  }
988
984
  }
989
985
  ) : null,
@@ -991,111 +987,111 @@ const _t = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
991
987
  children: t.confirm_income_button
992
988
  }
993
989
  ),
994
- /* @__PURE__ */ e(G, { onClick: x, variant: "outlined", children: t.skip_button })
990
+ /* @__PURE__ */ e(M, { onClick: f, variant: "outlined", children: t.skip_button })
995
991
  ] })
996
992
  ]
997
993
  }
998
994
  )
999
995
  ]
1000
996
  }
1001
- ) : /* @__PURE__ */ e(oe, {});
1002
- }, Mt = T($t), Gt = ({ onBackClick: a, sx: n = {} }) => {
997
+ ) : /* @__PURE__ */ e(te, {});
998
+ }, $t = T(Wt), Mt = ({ onBackClick: a, sx: n = {} }) => {
1003
999
  const {
1004
1000
  selectedAccounts: t,
1005
- selectedAccountGuids: i,
1006
- setSelectedAccounts: g,
1001
+ selectedAccountGuids: r,
1002
+ setSelectedAccounts: f,
1007
1003
  shouldDisableNextDate: x,
1008
- shouldDisablePrevDate: m
1009
- } = X(), { onEvent: p } = ke(), { clientConfig: c } = Ve(), { visibleCashAccounts: r } = Ne(), { setFilter: d } = Fe(), { userProfile: l } = He(), { dateRange: b, setSelectedCashAccounts: C } = V(), { loadRepeatingTransactions: _, income: k, isDataLoaded: v, setDateRange: F } = q(), { cashflow: h, recurring: S } = O(), { isCopyLoaded: A, isInitialized: w } = X(), re = c?.master?.deep_link_params?.view === "manage_income", [K, J] = f.useState(re);
1010
- f.useEffect(() => {
1011
- w && (F(b), _().finally());
1012
- }, [w]), f.useEffect(() => {
1013
- g(r);
1014
- }, [r]), f.useEffect(() => {
1015
- const me = r.map((H) => H.guid), Z = t.filter(
1016
- (H) => i.includes(H.guid) && me.includes(H.guid)
1004
+ shouldDisablePrevDate: c
1005
+ } = Y(), { onEvent: g } = Ne(), { clientConfig: l } = Ye(), { visibleCashAccounts: i } = Oe(), { setFilter: m } = ke(), { userProfile: d } = Qe(), { dateRange: b, setSelectedCashAccounts: C } = K(), { loadRepeatingTransactions: S, income: R, isDataLoaded: H, setDateRange: F } = U(), { cashflow: h, recurring: I } = N(), { isCopyLoaded: L, isInitialized: w } = Y(), q = l?.master?.deep_link_params?.view === "manage_income", [ae, A] = p.useState(q);
1006
+ p.useEffect(() => {
1007
+ w && (F(b), S().finally());
1008
+ }, [w]), p.useEffect(() => {
1009
+ f(i);
1010
+ }, [i]), p.useEffect(() => {
1011
+ const ie = i.map((_) => _.guid), X = t.filter(
1012
+ (_) => r.includes(_.guid) && ie.includes(_.guid)
1017
1013
  );
1018
- C(Z), d({
1019
- dateRange: { start: je($(), 90), end: gt() },
1020
- accounts: Z.map((H) => H.guid)
1014
+ C(X), m({
1015
+ dateRange: { start: Me(W(), 90), end: ft() },
1016
+ accounts: X.map((_) => _.guid)
1021
1017
  });
1022
- }, [r, t]);
1023
- const R = v && !l?.has_completed_cash_flow_onboarding && !k.length;
1024
- return !A || !w ? /* @__PURE__ */ e(oe, {}) : R ? /* @__PURE__ */ e(
1025
- Ae,
1018
+ }, [i, t]);
1019
+ const de = H && !d?.has_completed_cash_flow_onboarding && !R.length;
1020
+ return !L || !w ? /* @__PURE__ */ e(te, {}) : de ? /* @__PURE__ */ e(
1021
+ ve,
1026
1022
  {
1027
1023
  onBackClick: a,
1028
1024
  sx: { height: "100%", overflow: "auto" },
1029
1025
  title: h.title,
1030
- children: /* @__PURE__ */ e(Mt, {})
1026
+ children: /* @__PURE__ */ e($t, {})
1031
1027
  }
1032
1028
  ) : /* @__PURE__ */ o(
1033
- Ae,
1029
+ ve,
1034
1030
  {
1035
- accountOptions: r,
1031
+ accountOptions: i,
1036
1032
  actions: [
1037
1033
  {
1038
- label: S.action_title,
1034
+ label: I.action_title,
1039
1035
  iconName: "credit_card_gear",
1040
1036
  onClick: () => {
1041
- J(!0), p(Ee.CASH_FLOW_CLICK_SETTINGS);
1037
+ A(!0), g(Ae.CASH_FLOW_CLICK_SETTINGS);
1042
1038
  }
1043
1039
  }
1044
1040
  ],
1045
1041
  calendarActions: {
1046
1042
  shouldDisableNext: x,
1047
- shouldDisablePrevious: m,
1043
+ shouldDisablePrevious: c,
1048
1044
  shouldDisablePicker: !0,
1049
1045
  onRangeChanged: () => {
1050
1046
  }
1051
1047
  },
1052
1048
  dateRange: b,
1053
1049
  dateRangeVariant: "readonly",
1054
- onAccountsFilterClick: () => p(Ee.CASH_FLOW_CLICK_FILTER),
1050
+ onAccountsFilterClick: () => g(Ae.CASH_FLOW_CLICK_FILTER),
1055
1051
  onBackClick: a,
1056
1052
  sx: n,
1057
1053
  title: h.title,
1058
1054
  children: [
1059
- /* @__PURE__ */ e(Ot, {}),
1060
- /* @__PURE__ */ e(Rt, {}),
1055
+ /* @__PURE__ */ e(Lt, {}),
1056
+ /* @__PURE__ */ e(Tt, {}),
1061
1057
  /* @__PURE__ */ e(
1062
- Ge,
1058
+ $e,
1063
1059
  {
1064
1060
  ariaLabelClose: h.close_settings_aria,
1065
- isOpen: K,
1066
- onClose: () => J(!1),
1061
+ isOpen: ae,
1062
+ onClose: () => A(!1),
1067
1063
  shouldShowHeaderBorders: !1,
1068
- title: S.action_title,
1069
- children: /* @__PURE__ */ e(Ze, { defaultSelectedTab: re ? 1 : 0 })
1064
+ title: I.action_title,
1065
+ children: /* @__PURE__ */ e(Je, { defaultSelectedTab: q ? 1 : 0 })
1070
1066
  }
1071
1067
  )
1072
1068
  ]
1073
1069
  }
1074
1070
  );
1075
- }, Wn = T(Gt);
1076
- class $n {
1071
+ }, Fn = T(Mt);
1072
+ class Wn {
1077
1073
  fetchInstance;
1078
- constructor(n, t, i) {
1079
- this.fetchInstance = new bt(n, t, void 0, i);
1074
+ constructor(n, t, r) {
1075
+ this.fetchInstance = new gt(n, t, void 0, r);
1080
1076
  }
1081
- addCashflowEvent = async (n) => this.fetchInstance.post(B.CASHFLOW_EVENTS, { ...n }).then((t) => t);
1082
- addCashflowSequence = async (n) => this.fetchInstance.post(B.CASHFLOW_SEQUENCES, { ...n }).then((t) => t.cashflow_sequence);
1083
- getCashflowSequences = async () => this.fetchInstance.get(B.CASHFLOW_SEQUENCES).then((n) => n.cashflow_sequences);
1077
+ addCashflowEvent = async (n) => this.fetchInstance.post(j.CASHFLOW_EVENTS, { ...n }).then((t) => t);
1078
+ addCashflowSequence = async (n) => this.fetchInstance.post(j.CASHFLOW_SEQUENCES, { ...n }).then((t) => t.cashflow_sequence);
1079
+ getCashflowSequences = async () => this.fetchInstance.get(j.CASHFLOW_SEQUENCES).then((n) => n.cashflow_sequences);
1084
1080
  getCashflowEventsByDateRange = async (n, t) => this.fetchInstance.get(
1085
- `${B.CASHFLOW_EVENTS}/from/${U(n)}/to/${U(t)}`
1086
- ).then((i) => i.cashflow_events);
1087
- deleteCashflowSequence = async (n) => this.fetchInstance.delete(`${B.CASHFLOW_SEQUENCES}/${n}`).then((t) => t);
1081
+ `${j.CASHFLOW_EVENTS}/from/${z(n)}/to/${z(t)}`
1082
+ ).then((r) => r.cashflow_events);
1083
+ deleteCashflowSequence = async (n) => this.fetchInstance.delete(`${j.CASHFLOW_SEQUENCES}/${n}`).then((t) => t);
1088
1084
  getProjectedCashflowEvents = async (n, t) => this.fetchInstance.get(
1089
- `${B.CASHFLOW_SEQUENCES}/projected_events/from/${U(
1085
+ `${j.CASHFLOW_SEQUENCES}/projected_events/from/${z(
1090
1086
  n
1091
- )}/to/${U(t)}`
1092
- ).then((i) => i.cashflow_events);
1093
- updateCashflowSequence = async (n) => this.fetchInstance.put(`${B.CASHFLOW_SEQUENCES}/${n.guid}`, n).then((t) => t.cashflow_sequence);
1087
+ )}/to/${z(t)}`
1088
+ ).then((r) => r.cashflow_events);
1089
+ updateCashflowSequence = async (n) => this.fetchInstance.put(`${j.CASHFLOW_SEQUENCES}/${n.guid}`, n).then((t) => t.cashflow_sequence);
1094
1090
  }
1095
1091
  export {
1096
- $n as CashflowApi,
1097
- Fn as CashflowMiniWidget,
1098
- Mt as CashflowOnboarding,
1099
- jn as CashflowStore,
1100
- Wn as CashflowWidget
1092
+ Wn as CashflowApi,
1093
+ Hn as CashflowMiniWidget,
1094
+ $t as CashflowOnboarding,
1095
+ Gn as CashflowStore,
1096
+ Fn as CashflowWidget
1101
1097
  };