@mx-cartographer/experiences 7.1.3-alpha.mm1 → 7.1.4-ram1-alpha-finstrong-credit-score-graph-check

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 +13 -0
  2. package/dist/{Account-DKy2na__.mjs → Account-CpRTVIHg.mjs} +1 -1
  3. package/dist/{AccountDetailsContent-CCOCsdoL.mjs → AccountDetailsContent-6aPMU6Hp.mjs} +10 -10
  4. package/dist/{AccountDetailsHeader-Ca9SPAjA.mjs → AccountDetailsHeader-BkUZYoV8.mjs} +8 -8
  5. package/dist/{AccountFields-DDAr5SEq.mjs → AccountFields-DOLjKu5l.mjs} +5 -5
  6. package/dist/{AccountListItem-CMes1Q7Z.mjs → AccountListItem-CTT5m4qx.mjs} +4 -4
  7. package/dist/{AccountStore-DYOG9MYj.mjs → AccountStore-DTfpr3h0.mjs} +60 -41
  8. package/dist/{Accounts-BNvFndCa.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-CHG5Lv_B.mjs → ConnectDrawer--gJHyp-S.mjs} +9 -9
  14. package/dist/{ConnectionsDrawer-BeB6ab8V.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-BblTVTMD.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-CC4SrBjA.mjs +436 -0
  22. package/dist/{GoalStore-CSsU4LR2.mjs → GoalStore-CiBKZvTg.mjs} +3 -3
  23. package/dist/{Help-B6dIcujh.mjs → Help-BZ8pIkkR.mjs} +2 -2
  24. package/dist/LineChart-CE3oLBQ0.mjs +566 -0
  25. package/dist/{ListItemAction-DHa3KJPs.mjs → ListItemAction-DGaxy7oz.mjs} +10 -10
  26. package/dist/{ManageIncome-DqG75uQd.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-BbA7H83o.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-B9l_Axnd.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-DPvvi4Iu.mjs → TransactionDetails-DRlrltGq.mjs} +11 -8
  38. package/dist/{TransactionStore-CBrJOY0H.mjs → TransactionStore-D8MKYDMb.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/{WidgetContainer-BMWagbIl.mjs → WidgetContainer-DJA1bxLn.mjs} +12 -12
  42. package/dist/accounts/components/AccountsListCompact.d.ts +10 -0
  43. package/dist/accounts/index.es.js +14 -14
  44. package/dist/accounts/stores/AccountStore.d.ts +4 -0
  45. package/dist/analytics/index.es.js +2 -2
  46. package/dist/budgets/index.es.js +12 -12
  47. package/dist/cashflow/index.es.js +383 -389
  48. package/dist/categories/index.es.js +2 -2
  49. package/dist/common/components/Select.d.ts +4 -2
  50. package/dist/common/components/charts/LineChart.d.ts +2 -0
  51. package/dist/common/components/charts/linechart/CustomMark.d.ts +2 -0
  52. package/dist/common/components/drawer/Drawer.d.ts +3 -0
  53. package/dist/common/components/drawer/Footer.d.ts +17 -0
  54. package/dist/common/context/GlobalDataProvider.d.ts +0 -1
  55. package/dist/common/context/hooks.d.ts +0 -3
  56. package/dist/common/context/index.d.ts +1 -1
  57. package/dist/common/index.es.js +57 -58
  58. package/dist/common/types/Finstrong.d.ts +50 -0
  59. package/dist/common/types/index.d.ts +1 -1
  60. package/dist/common/types/localization/FinstrongCopy.d.ts +57 -1
  61. package/dist/dashboard/index.es.js +77 -79
  62. package/dist/debts/index.es.js +11 -11
  63. package/dist/{exportTransactionsToCSV-7bVS7KXf.mjs → exportTransactionsToCSV-XqdHNe2V.mjs} +2 -2
  64. package/dist/finstrong/api/FinstrongApi.d.ts +5 -0
  65. package/dist/finstrong/components/ConnectMoreAccountsCard.d.ts +2 -1
  66. package/dist/finstrong/components/CreditOverTimeGraph.d.ts +1 -0
  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 +1 -1
  75. package/dist/finstrong/components/KeyIndicatorsSaveTab.d.ts +2 -2
  76. package/dist/finstrong/components/KeyIndicatorsSpendTab.d.ts +2 -2
  77. package/dist/finstrong/components/KeyIndicatorsTabItem.d.ts +4 -3
  78. package/dist/finstrong/components/KeyIndicatorsTabItemDrawer.d.ts +10 -0
  79. package/dist/finstrong/components/KeyIndicatorsTabsWidget.d.ts +2 -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 +3 -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 +2899 -1017
  108. package/dist/finstrong/stores/FinstrongStore.d.ts +9 -1
  109. package/dist/finstrong/util/finstrongUtils.d.ts +65 -1
  110. package/dist/goals/index.es.js +54 -54
  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/networth/index.es.js +34 -34
  116. package/dist/notifications/index.es.js +4 -4
  117. package/dist/recurringtransactions/index.es.js +24 -24
  118. package/dist/settings/index.es.js +8 -8
  119. package/dist/spending/index.es.js +222 -373
  120. package/dist/transactions/index.es.js +15 -15
  121. package/dist/trends/index.es.js +451 -451
  122. package/dist/{useAccountDisplayName-BEorBm5u.mjs → useAccountDisplayName-DH1CuQ9R.mjs} +2 -2
  123. package/dist/{useInsightsEnabled-DBpwEq10.mjs → useInsightsEnabled-jdvS1ppf.mjs} +1 -1
  124. package/package.json +1 -1
  125. package/dist/Drawer-kEE73B87.mjs +0 -113
  126. package/dist/FinstrongStore-F2c607dj.mjs +0 -101
  127. package/dist/LineChart-D4GI7nVh.mjs +0 -541
  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";
1
+ import { jsxs as o, Fragment as B, jsx as e } from "react/jsx-runtime";
2
2
  import p, { useState as J } from "react";
3
- import { observer as A } from "mobx-react-lite";
4
- import { addMonths as qe } from "date-fns/addMonths";
5
- import { startOfToday as $ } from "date-fns/startOfToday";
6
- import _ from "@mui/material/Box";
7
- import I from "@mui/material/Divider";
3
+ import { observer as T } from "mobx-react-lite";
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 se from "@mui/material/styles/useTheme";
10
- import { Text as h, P as O, Icon as M, InstitutionLogo as xe, H1 as de, H2 as Xe } from "@mxenabled/mxui";
11
- import { G as Ye, v as me, u as L, q as ce, d as Ne, b as Y, j as q, g as Oe, p as ke, h as He, a as Qe } from "../hooks-D6XlXHf4.mjs";
12
- import { C as R } from "../CurrencyText-kyC1aseI.mjs";
13
- import { u as ue } from "../useScreenSize-B6JyS_Lj.mjs";
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
14
  import { L as te } from "../Loader-DUaFpDGv.mjs";
15
- import { I as he } from "../CashflowStore-D9Dpuz7X.mjs";
15
+ import { I as pe } from "../CashflowStore-D9Dpuz7X.mjs";
16
16
  import { C as Gn } from "../CashflowStore-D9Dpuz7X.mjs";
17
- import { b as j } from "../Localization-2MODESHW.mjs";
18
- import { M as Ve } from "../MiniWidgetContainer-D0gfmbaF.mjs";
17
+ import { b as $ } from "../Localization-2MODESHW.mjs";
18
+ import { M as Ve } from "../MiniWidgetContainer-LtXXgZ6H.mjs";
19
19
  import { E as Ke } from "../EmptyState-DA_lfRBv.mjs";
20
- import { R as Je } from "../RecurringSettings-B9l_Axnd.mjs";
20
+ import { R as Je } from "../RecurringSettings-DE4T4yQy.mjs";
21
21
  import Ze from "@mui/material/Tabs";
22
22
  import ye from "@mui/material/Tab";
23
- import { getUnixTime as U } from "date-fns/getUnixTime";
23
+ import { getUnixTime as z } from "date-fns/getUnixTime";
24
24
  import ee from "@mui/material/List";
25
25
  import ne from "@mui/material/ListItem";
26
- import { A as et } from "../AccountListItem-CMes1Q7Z.mjs";
27
- import { f as Q, D as V } from "../Dialog-CWW597AF.mjs";
26
+ import { A as et } from "../AccountListItem-CTT5m4qx.mjs";
27
+ import { f as Q, a as V } from "../Dialog-BPTr3qHE.mjs";
28
28
  import tt from "@mui/material/ListSubheader";
29
29
  import { f as Z } from "../NumberFormatting-Buh7u8Oi.mjs";
30
- import { isAfter as Fe } from "date-fns/isAfter";
31
- import { isBefore as We } from "date-fns/isBefore";
32
- import { isToday as $e } from "date-fns/isToday";
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
33
  import { addDays as Ce } from "date-fns/addDays";
34
34
  import { alpha as nt, keyframes as ot } from "@mui/material/styles";
35
35
  import { DataGridPro as at } from "@mui/x-data-grid-pro";
36
36
  import { T as Se } from "../TabContentContainer-j01JYR_7.mjs";
37
- import W from "@mui/material/Button";
38
- import { M as it, S as rt, i as st, d as we, c as ct } from "../ManageIncome-DqG75uQd.mjs";
39
- import { D as Me } from "../Drawer-kEE73B87.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
40
  import { formatISO as lt } from "date-fns/formatISO";
41
41
  import { fromUnixTime as _e } from "date-fns/fromUnixTime";
42
42
  import { startOfMonth as dt } from "date-fns/startOfMonth";
43
- import { subDays as Ge } from "date-fns/subDays";
44
- import { S as mt, b as ut } from "../TransactionDetails-DPvvi4Iu.mjs";
45
- import { F as ht, R as Ie, e as ve } from "../RecurringTransactions-ej39mgA6.mjs";
46
- import { h as pt } from "../DateUtil-BcuH7ErC.mjs";
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
47
  import { endOfToday as ft } from "date-fns/endOfToday";
48
- import { W as De, A as Ae } from "../WidgetContainer-BMWagbIl.mjs";
49
- import { F as gt, A as B } from "../Fetch-87LIQbEA.mjs";
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
50
  const K = () => {
51
- if (!p.useContext(Ye))
51
+ if (!p.useContext(Xe))
52
52
  throw new Error("useCashflowUiStore() must be used within the GlobalDataContext");
53
- return me().uiStore;
53
+ return ue().uiStore;
54
54
  }, bt = ({ remaining: a }) => {
55
- const { cashflow: n } = L();
56
- return /* @__PURE__ */ o(P, { children: [
55
+ const { cashflow: n } = N();
56
+ return /* @__PURE__ */ o(B, { children: [
57
57
  /* @__PURE__ */ e(
58
- _,
58
+ D,
59
59
  {
60
60
  sx: {
61
61
  borderRadius: "1px",
@@ -65,38 +65,38 @@ const K = () => {
65
65
  }
66
66
  }
67
67
  ),
68
- /* @__PURE__ */ e(h, { bold: !0, sx: { flexGrow: 1, fontSize: 12 }, children: n.remaining_cash }),
69
- /* @__PURE__ */ e(R, { amount: a, bold: !0, sx: { fontSize: 12 } })
68
+ /* @__PURE__ */ e(u, { bold: !0, sx: { flexGrow: 1, fontSize: 12 }, children: n.remaining_cash }),
69
+ /* @__PURE__ */ e(O, { amount: a, bold: !0, sx: { fontSize: 12 } })
70
70
  ] });
71
- }, pe = A(bt), xt = () => {
72
- const a = se(), { availableWidth: n } = ce(), { isMobile: t } = ue(), { visibleCashAccounts: i, visibleCashBalance: f } = Ne(), { selectedAccounts: y, selectedAccountGuids: c, setSelectedAccounts: b } = Y(), { cashflow: l } = L(), {
73
- daysUntilNextIncome: r,
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
74
  expensesTilNextIncome: m,
75
75
  selectedCashAccounts: d,
76
- setNextIncome: g,
77
- setSelectedCashAccounts: S,
78
- setUpcomingExpenses: w
79
- } = K(), { isDataLoaded: E, nextIncomeRecurrence: T, upcomingExpenses: k } = q();
76
+ setNextIncome: b,
77
+ setSelectedCashAccounts: C,
78
+ setUpcomingExpenses: S
79
+ } = K(), { isDataLoaded: R, nextIncomeRecurrence: H, upcomingExpenses: F } = U();
80
80
  p.useEffect(() => {
81
- b(i);
82
- }, [i]), p.useEffect(() => {
83
- S(
84
- i.filter((x) => c.includes(x.guid))
81
+ g(r);
82
+ }, [r]), p.useEffect(() => {
83
+ C(
84
+ r.filter((w) => c.includes(w.guid))
85
85
  );
86
- }, [i, y]), p.useEffect(() => {
87
- T && g(T), w(k);
88
- }, [T, k]);
89
- const H = p.useMemo(
90
- () => i.filter((x) => c.includes(x.guid)).reduce((x, z) => x + (z?.balance || 0), 0),
91
- [c, k]
92
- ), u = p.useMemo(
93
- () => m.filter((x) => c.includes(x.accountGuid || "")).reduce((x, z) => x + z.amount, 0),
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
94
  [c, m]
95
- ), N = p.useMemo(
96
- () => H - u,
97
- [H, u]
95
+ ), L = p.useMemo(
96
+ () => h - I,
97
+ [h, I]
98
98
  );
99
- return E ? /* @__PURE__ */ e(_, { 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 K = () => {
106
106
  px: 24,
107
107
  children: [
108
108
  /* @__PURE__ */ o(s, { pb: 14, pt: 12, children: [
109
- /* @__PURE__ */ e(R, { amount: H, variant: "H2" }),
110
- /* @__PURE__ */ e(O, { variant: "XSmall", whiteSpace: "nowrap", children: j(
109
+ /* @__PURE__ */ e(O, { amount: h, variant: "H2" }),
110
+ /* @__PURE__ */ e(k, { variant: "XSmall", whiteSpace: "nowrap", children: $(
111
111
  l.total_cash_accounts,
112
112
  d.length
113
113
  ) })
114
114
  ] }),
115
- /* @__PURE__ */ e(s, { pt: 18, children: /* @__PURE__ */ e(M, { 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(R, { amount: u, variant: "H2" }),
118
- /* @__PURE__ */ e(O, { variant: "XSmall", whiteSpace: "nowrap", children: j(l.expenses_due, m.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(M, { 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(R, { amount: N, 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(O, { variant: "XSmall", whiteSpace: "nowrap", children: l.available_to_spend }),
125
- /* @__PURE__ */ e(he, { body: l.tooltip_body, title: l.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(h, { variant: "H2", children: j(l.days, r) }),
130
- /* @__PURE__ */ e(O, { variant: "XSmall", whiteSpace: "nowrap", children: l.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(h, { variant: "Small", children: j(
136
+ /* @__PURE__ */ e(u, { variant: "Small", children: $(
137
137
  l.total_cash_accounts,
138
138
  d.length
139
139
  ) }),
140
- /* @__PURE__ */ e(R, { amount: f, bold: !0, variant: "XSmall" })
140
+ /* @__PURE__ */ e(O, { amount: f, bold: !0, variant: "XSmall" })
141
141
  ] }),
142
- /* @__PURE__ */ e(I, {}),
142
+ /* @__PURE__ */ e(v, {}),
143
143
  /* @__PURE__ */ o(s, { direction: "row", justifyContent: "space-between", p: 16, children: [
144
- /* @__PURE__ */ e(h, { variant: "Small", children: j(l.expenses_due, m.length) }),
145
- /* @__PURE__ */ e(R, { amount: u, 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(I, {}),
147
+ /* @__PURE__ */ e(v, {}),
148
148
  /* @__PURE__ */ e(
149
149
  s,
150
150
  {
@@ -156,51 +156,51 @@ const K = () => {
156
156
  justifyContent: "space-between",
157
157
  px: 16,
158
158
  sx: { borderBottomLeftRadius: 4, borderBottomRightRadius: 4 },
159
- children: /* @__PURE__ */ e(pe, { remaining: N })
159
+ children: /* @__PURE__ */ e(fe, { remaining: L })
160
160
  }
161
161
  ),
162
- /* @__PURE__ */ e(I, {}),
162
+ /* @__PURE__ */ e(v, {}),
163
163
  /* @__PURE__ */ o(s, { direction: "row", justifyContent: "space-between", p: 16, children: [
164
- /* @__PURE__ */ e(h, { variant: "Small", children: l.next_paycheck }),
165
- /* @__PURE__ */ e(h, { bold: !0, variant: "XSmall", children: j(l.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
167
  ] }) }) : /* @__PURE__ */ e(te, { height: t ? 210 : 120 });
168
- }, yt = A(xt), Ct = ({
168
+ }, yt = T(xt), Ct = ({
169
169
  onPrimaryCtaClick: a,
170
170
  onSecondaryCtaClick: n,
171
171
  sx: t = {}
172
172
  }) => {
173
- const { cashflow: i } = L(), { isCopyLoaded: f, isInitialized: y } = Y(), { loadRepeatingTransactions: c, income: b, isDataLoaded: l, setDateRange: r } = q();
173
+ const { cashflow: r } = N(), { isCopyLoaded: f, isInitialized: x } = Y(), { loadRepeatingTransactions: c, income: g, isDataLoaded: l, setDateRange: i } = U();
174
174
  p.useEffect(() => {
175
- y && (r({ start: $(), end: qe($(), 1) }), c().finally());
176
- }, [y]);
177
- const m = l && !b.length;
175
+ x && (i({ start: W(), end: Pe(W(), 1) }), c().finally());
176
+ }, [x]);
177
+ const m = l && !g.length;
178
178
  return f ? /* @__PURE__ */ o(
179
179
  Ve,
180
180
  {
181
181
  className: "mx-exp-cashflow-miniwidget",
182
182
  onPrimaryCtaClick: a,
183
- primaryCtaLabel: i.primary_cta,
184
- subTitle: m || !l ? 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
188
  !l && /* @__PURE__ */ e(te, {}),
189
189
  l && (m ? /* @__PURE__ */ e(
190
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
199
  ) : /* @__PURE__ */ e(yt, {}))
200
200
  ]
201
201
  }
202
202
  ) : /* @__PURE__ */ e(te, {});
203
- }, Hn = A(Ct), St = ({ remaining: a }) => /* @__PURE__ */ e(
203
+ }, Hn = T(Ct), St = ({ remaining: a }) => /* @__PURE__ */ e(
204
204
  ne,
205
205
  {
206
206
  sx: {
@@ -213,19 +213,19 @@ const K = () => {
213
213
  borderBottomRightRadius: "3px",
214
214
  minHeight: "auto"
215
215
  },
216
- children: /* @__PURE__ */ e(pe, { remaining: a })
216
+ children: /* @__PURE__ */ e(fe, { remaining: a })
217
217
  }
218
218
  );
219
219
  var oe = /* @__PURE__ */ ((a) => (a.EXPENSE = "expense", a.INCOME = "income", a))(oe || {});
220
- const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
220
+ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(B, { children: [
221
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(h, { bold: !0, sx: { fontSize: 11 }, children: Q(a.expectedDate, V.MONTH) }),
224
- /* @__PURE__ */ e(h, { bold: !0, sx: { fontSize: 11 }, children: Q(a.expectedDate, V.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
- /* @__PURE__ */ e(h, { sx: { flexGrow: 1, fontSize: 13 }, children: a.name }),
226
+ /* @__PURE__ */ e(u, { sx: { flexGrow: 1, fontSize: 13 }, children: a.name }),
227
227
  /* @__PURE__ */ e(
228
- R,
228
+ O,
229
229
  {
230
230
  amount: a.amount,
231
231
  bold: !0,
@@ -233,10 +233,10 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
233
233
  }
234
234
  )
235
235
  ] }),
236
- /* @__PURE__ */ e(I, {})
237
- ] }), Ee = A(wt), _t = ({ total: a, type: n }) => {
238
- const { cashflow: t } = L();
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
241
  tt,
242
242
  {
@@ -250,36 +250,36 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
250
250
  px: 24
251
251
  },
252
252
  children: [
253
- /* @__PURE__ */ e(h, { bold: !0, sx: { fontSize: 12 }, children: n === oe.EXPENSE ? t.expenses : t.income }),
254
- /* @__PURE__ */ o(h, { bold: !0, sx: { fontSize: 13 }, children: [
253
+ /* @__PURE__ */ e(u, { bold: !0, sx: { fontSize: 12 }, children: n === oe.EXPENSE ? t.expenses : t.income }),
254
+ /* @__PURE__ */ o(u, { bold: !0, sx: { fontSize: 13 }, children: [
255
255
  n === oe.EXPENSE ? "-" : "+",
256
256
  Z(a, "0,0.00")
257
257
  ] })
258
258
  ]
259
259
  }
260
260
  ),
261
- /* @__PURE__ */ e(I, {})
261
+ /* @__PURE__ */ e(v, {})
262
262
  ] });
263
- }, Te = A(_t), re = (a, n) => (t) => t.accountGuid === a.guid && ($e(t.expectedDate) || Fe(t.expectedDate, n.start)) && We(t.expectedDate, n.end), It = () => {
264
- const { availableWidth: a } = ce(), { cashflow: n } = L(), { upcomingExpenses: t, upcomingIncome: i } = q(), { dateRange: f, selectedCashAccounts: y } = K();
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
- /* @__PURE__ */ e(h, { bold: !0, sx: { fontSize: 15, mb: 12, whiteSpace: "normal" }, children: n.accounts_breakdown }),
268
- /* @__PURE__ */ o(h, { bold: !0, sx: { fontSize: 15, mb: 12, whiteSpace: "normal" }, children: [
267
+ /* @__PURE__ */ e(u, { bold: !0, sx: { fontSize: 15, mb: 12, whiteSpace: "normal" }, children: n.accounts_breakdown }),
268
+ /* @__PURE__ */ o(u, { bold: !0, sx: { fontSize: 15, mb: 12, whiteSpace: "normal" }, children: [
269
269
  Q(f.start, V.FULL_MONTH_DAY),
270
270
  " -",
271
271
  " ",
272
272
  Q(f.end, V.FULL_MONTH_DAY)
273
273
  ] })
274
274
  ] }),
275
- /* @__PURE__ */ e(s, { children: y.map((c) => {
276
- const b = i.filter(re(c, f)).sort((d, g) => U(d.expectedDate) - U(g.expectedDate)), l = t.filter(
277
- re(c, f)
278
- ), r = b.reduce(
279
- (d, g) => d + g.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
281
  ), m = l.reduce(
282
- (d, g) => d + g.amount,
282
+ (d, b) => d + b.amount,
283
283
  0
284
284
  );
285
285
  return /* @__PURE__ */ o(
@@ -303,13 +303,13 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
303
303
  }
304
304
  }
305
305
  ),
306
- /* @__PURE__ */ e(I, {}),
307
- b.length > 0 && /* @__PURE__ */ e(ne, { children: /* @__PURE__ */ e(
306
+ /* @__PURE__ */ e(v, {}),
307
+ g.length > 0 && /* @__PURE__ */ e(ne, { children: /* @__PURE__ */ e(
308
308
  ee,
309
309
  {
310
- subheader: /* @__PURE__ */ e(Te, { total: r, type: oe.INCOME }),
310
+ subheader: /* @__PURE__ */ e(Te, { total: i, type: oe.INCOME }),
311
311
  sx: { width: "100%" },
312
- children: b.map((d) => /* @__PURE__ */ e(Ee, { recurrence: d }, d.repeatingTransactionGuid))
312
+ children: g.map((d) => /* @__PURE__ */ e(Ee, { recurrence: d }, d.repeatingTransactionGuid))
313
313
  }
314
314
  ) }),
315
315
  l.length > 0 && /* @__PURE__ */ e(ne, { children: /* @__PURE__ */ e(
@@ -323,7 +323,7 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
323
323
  /* @__PURE__ */ e(
324
324
  St,
325
325
  {
326
- remaining: (c.available_balance || c.balance || 0) + r - m
326
+ remaining: (c.available_balance || c.balance || 0) + i - m
327
327
  }
328
328
  )
329
329
  ]
@@ -332,14 +332,14 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
332
332
  );
333
333
  }) })
334
334
  ] });
335
- }, vt = A(It), Dt = () => {
336
- const { availableWidth: a } = ce(), n = se(), { cashflow: t } = L(), { upcomingExpenses: i, upcomingIncome: f } = q(), { dateRange: y, selectedCashAccounts: c } = K(), b = [
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: m, institution_guid: d, account_number: g } }) => {
342
- const S = m || 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
345
  xe,
@@ -349,7 +349,7 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
349
349
  size: 16
350
350
  }
351
351
  ),
352
- /* @__PURE__ */ e(h, { variant: "body2", children: `${S} ${g ? `*${g}` : ""}` })
352
+ /* @__PURE__ */ e(u, { variant: "body2", children: `${C} ${b ? `*${b}` : ""}` })
353
353
  ] });
354
354
  }
355
355
  },
@@ -358,31 +358,31 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
358
358
  flex: 1,
359
359
  headerName: t.balance,
360
360
  type: "number",
361
- renderCell: (r) => /* @__PURE__ */ e(h, { color: n.palette.text.primary, variant: "Small", children: Z(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(h, { color: n.palette.text.primary, variant: "Small", children: `+${Z(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(h, { color: n.palette.text.primary, variant: "Small", children: `-${Z(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 m = 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
- h,
385
+ u,
386
386
  {
387
387
  color: Math.sign(m) === -1 ? n.palette.error.main : n.palette.text.primary,
388
388
  variant: "Small",
@@ -391,23 +391,23 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
391
391
  );
392
392
  }
393
393
  }
394
- ], l = p.useMemo(() => c.map((r) => {
395
- const m = i.filter(
396
- re(r, { start: $(), end: Ce($(), 30) })
397
- ).reduce((S, w) => S + w.amount, 0), d = f.filter(
398
- re(r, { start: $(), end: Ce($(), 30) })
399
- ).reduce((S, w) => S + w.amount, 0), g = (r.balance || 0) + d - m;
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,
401
+ account: i,
402
+ balance: i.balance || 0,
403
+ id: i.guid,
404
404
  income: d,
405
405
  expenses: m,
406
- remaining: g
406
+ remaining: b
407
407
  };
408
- }), [c, i, f]);
408
+ }), [c, r, f]);
409
409
  return /* @__PURE__ */ o(
410
- _,
410
+ D,
411
411
  {
412
412
  sx: {
413
413
  width: "100%"
@@ -422,7 +422,7 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
422
422
  children: [
423
423
  /* @__PURE__ */ o(s, { alignItems: "center", direction: "row", gap: 8, children: [
424
424
  /* @__PURE__ */ e(
425
- h,
425
+ u,
426
426
  {
427
427
  bold: !0,
428
428
  sx: {
@@ -433,18 +433,18 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
433
433
  }
434
434
  ),
435
435
  /* @__PURE__ */ e(
436
- he,
436
+ pe,
437
437
  {
438
438
  body: t.table_tooltip_body,
439
439
  title: t.table_tooltip_title
440
440
  }
441
441
  )
442
442
  ] }),
443
- /* @__PURE__ */ o(h, { bold: !0, sx: { fontSize: 15, whiteSpace: "normal" }, children: [
444
- Q(y.start, V.FULL_MONTH_DAY),
443
+ /* @__PURE__ */ o(u, { bold: !0, sx: { fontSize: 15, whiteSpace: "normal" }, children: [
444
+ Q(x.start, V.FULL_MONTH_DAY),
445
445
  " -",
446
446
  " ",
447
- Q(y.end, V.FULL_MONTH_DAY)
447
+ Q(x.end, V.FULL_MONTH_DAY)
448
448
  ] })
449
449
  ]
450
450
  }
@@ -453,7 +453,7 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
453
453
  at,
454
454
  {
455
455
  columnHeaderHeight: 48,
456
- columns: b,
456
+ columns: g,
457
457
  density: "standard",
458
458
  disableColumnMenu: !0,
459
459
  disableRowSelectionOnClick: !0,
@@ -479,8 +479,8 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
479
479
  }
480
480
  }
481
481
  }
482
- ) : l.map((r) => {
483
- const { name: m, nickname: d, institution_guid: g, account_number: S } = r.account, w = d || m;
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
485
  ee,
486
486
  {
@@ -505,17 +505,17 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
505
505
  xe,
506
506
  {
507
507
  alt: t.institution_logo,
508
- institutionGuid: g || "",
508
+ institutionGuid: b || "",
509
509
  size: 16
510
510
  }
511
511
  ),
512
- /* @__PURE__ */ e(h, { variant: "Small", children: `${w} ${S ? `*${S}` : ""}` })
512
+ /* @__PURE__ */ e(u, { variant: "Small", children: `${S} ${C ? `*${C}` : ""}` })
513
513
  ] }),
514
- /* @__PURE__ */ e(R, { 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(I, { sx: { width: "100%" } }),
518
+ /* @__PURE__ */ e(v, { sx: { width: "100%" } }),
519
519
  /* @__PURE__ */ o(
520
520
  s,
521
521
  {
@@ -525,12 +525,12 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
525
525
  px: 16,
526
526
  py: 12,
527
527
  children: [
528
- /* @__PURE__ */ e(h, { variant: "Small", children: t.projected_income }),
529
- /* @__PURE__ */ e(R, { amount: r.income, bold: !0, symbol: "+", variant: "Small" })
528
+ /* @__PURE__ */ e(u, { variant: "Small", children: t.projected_income }),
529
+ /* @__PURE__ */ e(O, { amount: i.income, bold: !0, symbol: "+", variant: "Small" })
530
530
  ]
531
531
  }
532
532
  ),
533
- /* @__PURE__ */ e(I, { sx: { width: "100%" } }),
533
+ /* @__PURE__ */ e(v, { sx: { width: "100%" } }),
534
534
  /* @__PURE__ */ o(
535
535
  s,
536
536
  {
@@ -540,12 +540,12 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
540
540
  px: 16,
541
541
  py: 12,
542
542
  children: [
543
- /* @__PURE__ */ e(h, { variant: "Small", children: t.projected_expenses }),
544
- /* @__PURE__ */ e(R, { amount: r.expenses, bold: !0, symbol: "-", variant: "Small" })
543
+ /* @__PURE__ */ e(u, { variant: "Small", children: t.projected_expenses }),
544
+ /* @__PURE__ */ e(O, { amount: i.expenses, bold: !0, symbol: "-", variant: "Small" })
545
545
  ]
546
546
  }
547
547
  ),
548
- /* @__PURE__ */ e(I, { sx: { width: "100%" } }),
548
+ /* @__PURE__ */ e(v, { sx: { width: "100%" } }),
549
549
  /* @__PURE__ */ e(
550
550
  s,
551
551
  {
@@ -557,32 +557,32 @@ const wt = ({ 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(pe, { 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
- }, At = A(Dt), Et = () => {
572
- const { cashflow: a } = L(), { isDesktop: n } = ue(), { onEvent: t } = Oe(), [i, f] = p.useState(0), y = (c, b) => {
573
- f(b);
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
575
  return p.useEffect(() => {
576
- t(i === 0 ? "cash_flow_summary" : "cash_flow_details");
577
- }, [i]), /* @__PURE__ */ o(_, { children: [
576
+ t(r === 0 ? "cash_flow_summary" : "cash_flow_details");
577
+ }, [r]), /* @__PURE__ */ o(D, { children: [
578
578
  /* @__PURE__ */ o(
579
579
  Ze,
580
580
  {
581
581
  "aria-label": a.cashflow_summary_and_details,
582
582
  centered: !0,
583
- onChange: y,
583
+ onChange: x,
584
584
  textColor: "primary",
585
- value: i,
585
+ value: r,
586
586
  variant: "fullWidth",
587
587
  children: [
588
588
  /* @__PURE__ */ e(
@@ -610,17 +610,17 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
610
610
  ]
611
611
  }
612
612
  ),
613
- /* @__PURE__ */ e(_, { sx: { mb: 32 } }),
614
- /* @__PURE__ */ e(Se, { index: 0, name: "cashflow", value: i, children: /* @__PURE__ */ e(_, { sx: { m: n ? 48 : 16 }, children: /* @__PURE__ */ e(At, {}) }) }),
615
- /* @__PURE__ */ e(Se, { index: 1, name: "cashflow", value: i, children: /* @__PURE__ */ e(_, { 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
- }, Tt = A(Et), ie = ({
617
+ }, Tt = T(Et), re = ({
618
618
  amount: a,
619
619
  isMobile: n = !1,
620
620
  isTotal: t = !1,
621
- label: i,
621
+ label: r,
622
622
  symbol: f,
623
- tooltip: y
623
+ tooltip: x
624
624
  }) => /* @__PURE__ */ o(
625
625
  s,
626
626
  {
@@ -630,93 +630,85 @@ const wt = ({ 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(R, { 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(h, { bold: t, variant: "Small", children: i }),
636
- y
635
+ /* @__PURE__ */ e(u, { bold: t, variant: "Small", children: r }),
636
+ x
637
637
  ] }),
638
- n && /* @__PURE__ */ e(R, { amount: a, component: "h2", symbol: f, variant: "Small" })
638
+ n && /* @__PURE__ */ e(O, { amount: a, component: "h2", symbol: f, variant: "Small" })
639
639
  ]
640
640
  }
641
- ), Re = (a, n) => (t) => t.accountGuid && a.includes(t.accountGuid) && ($e(t.expectedDate) || Fe(t.expectedDate, n.start)) && We(t.expectedDate, n.end), Rt = () => {
642
- const { availableWidth: a } = ce(), { cashflow: n } = L(), { income: t, isDataLoaded: i, upcomingExpenses: f, upcomingIncome: y } = q(), { selectedAccountGuids: c } = Y(), { dateRange: b, selectedCashAccounts: l } = K(), { userProfile: r } = ke(), [m, d] = p.useState(!1), g = p.useMemo(
643
- () => f.filter(Re(c, b)),
644
- [b, c, f]
645
- ), S = p.useMemo(
646
- () => y.filter(Re(c, b)),
647
- [b, c, y]
648
- ), w = p.useMemo(
649
- () => l.reduce((N, x) => N + (x?.balance || 0), 0),
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
650
  [l]
651
- ), E = g.reduce((N, x) => N + x.amount, 0), T = S.reduce((N, x) => N + x.amount, 0), k = w - E + T, H = i && !t.length, u = a < 725;
652
- return /* @__PURE__ */ o(s, { sx: { mx: u ? 16 : 0, my: u ? 24 : 42 }, children: [
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
+ return /* @__PURE__ */ o(s, { sx: { mx: h ? 16 : 0, my: h ? 24 : 42 }, children: [
653
653
  /* @__PURE__ */ o(
654
654
  s,
655
655
  {
656
- border: u ? "1px solid" : "none",
656
+ border: h ? "1px solid" : "none",
657
657
  borderColor: "border.light",
658
658
  borderRadius: 2,
659
- flexDirection: u ? "column" : "row",
660
- gap: u ? 0 : 24,
659
+ flexDirection: h ? "column" : "row",
660
+ gap: h ? 0 : 24,
661
661
  justifyContent: "center",
662
662
  children: [
663
663
  /* @__PURE__ */ e(
664
- ie,
664
+ re,
665
665
  {
666
- amount: w,
667
- isMobile: u,
668
- label: j(n.cash_and_bank, l.length)
666
+ amount: C,
667
+ isMobile: h,
668
+ label: $(n.cash_and_bank, l.length)
669
669
  }
670
670
  ),
671
- u && /* @__PURE__ */ e(I, {}),
672
- r?.has_completed_cash_flow_onboarding ? /* @__PURE__ */ o(P, { children: [
673
- !u && /* @__PURE__ */ e(h, { sx: { fontSize: 25, lineHeight: 1 }, children: "+" }),
674
- i && (H ? /* @__PURE__ */ e(
675
- W,
676
- {
677
- onClick: () => d(!0),
678
- startIcon: /* @__PURE__ */ e(M, { name: "add" }),
679
- sx: { fontSize: 13 },
680
- children: n.add_income
681
- }
682
- ) : /* @__PURE__ */ e(
683
- ie,
671
+ h && /* @__PURE__ */ e(v, {}),
672
+ F ? /* @__PURE__ */ o(B, { children: [
673
+ !h && /* @__PURE__ */ e(u, { sx: { fontSize: 25, lineHeight: 1 }, children: "+" }),
674
+ /* @__PURE__ */ e(
675
+ re,
684
676
  {
685
- amount: T,
686
- isMobile: u,
677
+ amount: R,
678
+ isMobile: h,
687
679
  label: n.to_be_received,
688
- symbol: u ? "+" : void 0
680
+ symbol: h ? "+" : void 0
689
681
  }
690
- ))
682
+ )
691
683
  ] }) : /* @__PURE__ */ e(
692
- W,
684
+ M,
693
685
  {
694
- onClick: () => d(!0),
695
- startIcon: /* @__PURE__ */ e(M, { name: "add" }),
686
+ onClick: () => m(!0),
687
+ startIcon: /* @__PURE__ */ e(G, { name: "add" }),
696
688
  sx: { fontSize: 13 },
697
689
  children: n.add_income
698
690
  }
699
691
  ),
700
- u ? /* @__PURE__ */ e(I, {}) : /* @__PURE__ */ e(h, { sx: { fontSize: 25, lineHeight: 1 }, children: "-" }),
692
+ h ? /* @__PURE__ */ e(v, {}) : /* @__PURE__ */ e(u, { sx: { fontSize: 25, lineHeight: 1 }, children: "-" }),
701
693
  /* @__PURE__ */ e(
702
- ie,
694
+ re,
703
695
  {
704
- amount: E,
705
- isMobile: u,
706
- label: j(n.to_be_paid_out, g.length),
707
- symbol: u ? "-" : void 0
696
+ amount: S,
697
+ isMobile: h,
698
+ label: $(n.to_be_paid_out, d.length),
699
+ symbol: h ? "-" : void 0
708
700
  }
709
701
  ),
710
- u ? /* @__PURE__ */ e(I, {}) : /* @__PURE__ */ e(h, { sx: { fontSize: 25, lineHeight: 1 }, children: "=" }),
702
+ h ? /* @__PURE__ */ e(v, {}) : /* @__PURE__ */ e(u, { sx: { fontSize: 25, lineHeight: 1 }, children: "=" }),
711
703
  /* @__PURE__ */ e(
712
- ie,
704
+ re,
713
705
  {
714
- amount: k,
715
- isMobile: u,
716
- isTotal: u,
706
+ amount: H,
707
+ isMobile: h,
708
+ isTotal: h,
717
709
  label: n.remaining_cash,
718
710
  tooltip: /* @__PURE__ */ e(
719
- he,
711
+ pe,
720
712
  {
721
713
  body: n.remaining_income_tooltip_body,
722
714
  title: n.remaining_income_tooltip_title
@@ -728,98 +720,98 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
728
720
  }
729
721
  ),
730
722
  /* @__PURE__ */ e(
731
- Me,
723
+ $e,
732
724
  {
733
725
  ariaLabelClose: n.close_manage_income_aria,
734
- isOpen: m,
735
- onClose: () => d(!1),
726
+ isOpen: i,
727
+ onClose: () => m(!1),
736
728
  shouldShowHeaderBorders: !1,
737
729
  title: n.manage_income,
738
730
  children: /* @__PURE__ */ e(it, {})
739
731
  }
740
732
  )
741
733
  ] });
742
- }, Lt = A(Rt), Nt = ({ handleNextStep: a }) => {
743
- const { completeOnboarding: n } = me(), { cashflow: t } = L(), i = se();
734
+ }, Lt = T(Rt), Ot = ({ handleNextStep: a }) => {
735
+ const { completeOnboarding: n } = ue(), { cashflow: t } = N(), r = ce();
744
736
  return /* @__PURE__ */ o(s, { children: [
745
- /* @__PURE__ */ e(de, { pb: 12, children: t.welcome_title }),
737
+ /* @__PURE__ */ e(me, { pb: 12, children: t.welcome_title }),
746
738
  /* @__PURE__ */ e(
747
- Xe,
739
+ qe,
748
740
  {
749
- color: i.palette.primary.light,
741
+ color: r.palette.primary.light,
750
742
  pb: 8,
751
743
  sx: { wordBreak: "break-word", whiteSpace: "initial" },
752
744
  variant: "H3",
753
745
  children: t.welcome_sub_title
754
746
  }
755
747
  ),
756
- /* @__PURE__ */ e(O, { pb: 32, children: t.welcome_description }),
748
+ /* @__PURE__ */ e(k, { pb: 32, children: t.welcome_description }),
757
749
  /* @__PURE__ */ o(s, { direction: "column", mb: 32, spacing: 32, children: [
758
- /* @__PURE__ */ o(O, { sx: { display: "flex", alignItems: "center", fontSize: 18 }, children: [
750
+ /* @__PURE__ */ o(k, { sx: { display: "flex", alignItems: "center", fontSize: 18 }, children: [
759
751
  /* @__PURE__ */ e(
760
- _,
752
+ D,
761
753
  {
762
- bgcolor: i.palette.primary.lighter,
754
+ bgcolor: r.palette.primary.lighter,
763
755
  borderRadius: 1,
764
756
  component: "span",
765
757
  height: 44,
766
758
  mr: 24,
767
759
  sx: { display: "flex", alignItems: "center", justifyContent: "center", flexShrink: 0 },
768
760
  width: 44,
769
- children: /* @__PURE__ */ e(M, { color: "primary", name: "currency_exchange" })
761
+ children: /* @__PURE__ */ e(G, { color: "primary", name: "currency_exchange" })
770
762
  }
771
763
  ),
772
764
  t.bullet_one
773
765
  ] }),
774
- /* @__PURE__ */ o(O, { sx: { display: "flex", alignItems: "center", fontSize: 18 }, children: [
766
+ /* @__PURE__ */ o(k, { sx: { display: "flex", alignItems: "center", fontSize: 18 }, children: [
775
767
  /* @__PURE__ */ e(
776
- _,
768
+ D,
777
769
  {
778
- bgcolor: i.palette.primary.lighter,
770
+ bgcolor: r.palette.primary.lighter,
779
771
  borderRadius: 1,
780
772
  component: "span",
781
773
  height: 44,
782
774
  mr: 24,
783
775
  sx: { display: "flex", alignItems: "center", justifyContent: "center", flexShrink: 0 },
784
776
  width: 44,
785
- children: /* @__PURE__ */ e(M, { color: "primary", name: "cardiology" })
777
+ children: /* @__PURE__ */ e(G, { color: "primary", name: "cardiology" })
786
778
  }
787
779
  ),
788
780
  t.bullet_two
789
781
  ] }),
790
- /* @__PURE__ */ o(O, { sx: { display: "flex", alignItems: "center", fontSize: 18 }, children: [
782
+ /* @__PURE__ */ o(k, { sx: { display: "flex", alignItems: "center", fontSize: 18 }, children: [
791
783
  /* @__PURE__ */ e(
792
- _,
784
+ D,
793
785
  {
794
- bgcolor: i.palette.primary.lighter,
786
+ bgcolor: r.palette.primary.lighter,
795
787
  borderRadius: 1,
796
788
  component: "span",
797
789
  height: 44,
798
790
  mr: 24,
799
791
  sx: { display: "flex", alignItems: "center", justifyContent: "center", flexShrink: 0 },
800
792
  width: 44,
801
- children: /* @__PURE__ */ e(M, { color: "primary", name: "flare" })
793
+ children: /* @__PURE__ */ e(G, { color: "primary", name: "flare" })
802
794
  }
803
795
  ),
804
796
  t.bullet_three
805
797
  ] })
806
798
  ] }),
807
799
  /* @__PURE__ */ o(s, { direction: "row", spacing: 16, children: [
808
- /* @__PURE__ */ e(W, { onClick: a, variant: "contained", children: t.get_started_button }),
809
- /* @__PURE__ */ e(W, { 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 })
810
802
  ] })
811
803
  ] });
812
- }, Ot = A(Nt), Le = "https://content.moneydesktop.com/storage/MD_Assets/md/cashflow", je = {
804
+ }, Nt = T(Ot), Le = "https://content.moneydesktop.com/storage/MD_Assets/md/cashflow", Ge = {
813
805
  CASHFLOW_ONBOARDING: `${Le}/cashflow-onboarding.png`,
814
806
  CASHFLOW_LOADING_ANIMATION: `${Le}/loading-animation.gif`
815
807
  }, kt = () => {
816
- const { cashflow: a } = L();
808
+ const { cashflow: a } = N();
817
809
  return /* @__PURE__ */ o(p.Fragment, { children: [
818
- /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e("img", { alt: "Loading", src: je.CASHFLOW_LOADING_ANIMATION }) }),
819
- /* @__PURE__ */ e(de, { pb: 12, children: a.loading_title }),
820
- /* @__PURE__ */ e(O, { children: a.loading_description })
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 })
821
813
  ] });
822
- }, Ht = A(kt), Ft = ot`
814
+ }, Ht = T(kt), Ft = ot`
823
815
  from {
824
816
  transform: rotate(0deg);
825
817
  }
@@ -827,62 +819,62 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
827
819
  transform: rotate(360deg);
828
820
  }
829
821
  `, Wt = () => {
830
- const { addRepeatingTransaction: a, repeatingTransactions: n } = q(), { cashflow: t, common: i } = L(), { completeOnboarding: f } = me(), { isDirty: y } = K(), { isMobile: c } = ue(), { isCopyLoaded: b, setDisplayedDate: l } = Y(), { filter: r, setFilter: m, transactions: d } = He(), g = se(), [S, w] = J(!0), [E, T] = p.useState(ht.EveryMonth), [k, H] = p.useState(1), [u, N] = p.useState(15), [x, z] = J(!1), [X, ae] = J(1), [v, G] = J([]), [fe, le] = J(""), F = p.useMemo(
831
- () => d.find((C) => C.guid === fe),
832
- [fe, d]
833
- ), ze = !!n.filter(
834
- (C) => C.repeating_transaction_type === Ie.Income
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
835
827
  ).length, ge = async () => {
836
828
  ae(2), l(
837
829
  // Beginning of the month, 90 days before today
838
- dt(Ge($(), 90)),
839
- $()
840
- ), m({ ...r, custom: we }), ae(3);
841
- }, Be = async () => {
842
- if (!(v.length < 1)) {
843
- z(!0);
844
- for (let C = 0; C < v.length; C++) {
845
- const D = v[C], be = ve(E, _e(D.date)), Pe = {
846
- account_guid: D.account_guid,
847
- amount: D.amount,
848
- merchant_guid: D.merchant_guid,
849
- description: D.feed_description || D.description,
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
+ account_guid: E.account_guid,
839
+ amount: E.amount,
840
+ merchant_guid: E.merchant_guid,
841
+ description: E.feed_description || E.description,
850
842
  predicted_occurs_on: lt(be, { representation: "date" }),
851
843
  recurrence_day: be.getDay(),
852
- recurrence_type: E,
844
+ recurrence_type: R,
853
845
  repeating_transaction_type: Ie.Income,
854
- transaction_type: D.transaction_type
846
+ transaction_type: E.transaction_type
855
847
  };
856
- await a(Pe, D);
848
+ await a(Ue, E);
857
849
  }
858
850
  await f();
859
851
  }
860
- }, Ue = !F && S || !F && v.length < 1;
861
- return b ? /* @__PURE__ */ o(
862
- _,
852
+ }, Be = !_ && C || !_ && A.length < 1;
853
+ return g ? /* @__PURE__ */ o(
854
+ D,
863
855
  {
864
856
  sx: {
865
857
  display: "flex",
866
858
  alignItems: c ? "flex-start" : "center",
867
- backgroundColor: g.palette.background.paper,
868
- backgroundImage: c ? null : `url(${je.CASHFLOW_ONBOARDING})`,
859
+ backgroundColor: b.palette.background.paper,
860
+ backgroundImage: c ? null : `url(${Ge.CASHFLOW_ONBOARDING})`,
869
861
  backgroundRepeat: "no-repeat",
870
862
  backgroundPosition: "left 100px",
871
863
  backgroundSize: "35%",
872
864
  py: 24
873
865
  },
874
866
  children: [
875
- X === 1 && /* @__PURE__ */ e(
876
- _,
867
+ q === 1 && /* @__PURE__ */ e(
868
+ D,
877
869
  {
878
870
  sx: {
879
871
  ...c ? { display: "flex", flexDirection: "column", maxWidth: "100%", padding: "0 16px" } : { maxWidth: 590, ml: "40%", mr: 90 }
880
872
  },
881
- children: /* @__PURE__ */ e(Ot, { handleNextStep: ge })
873
+ children: /* @__PURE__ */ e(Nt, { handleNextStep: ge })
882
874
  }
883
875
  ),
884
- X === 2 && /* @__PURE__ */ e(
885
- _,
876
+ q === 2 && /* @__PURE__ */ e(
877
+ D,
886
878
  {
887
879
  sx: {
888
880
  ...c ? { display: "flex", flexDirection: "column", maxWidth: "100%", padding: "0 16px" } : { maxWidth: 590, ml: "40%", mr: 90 }
@@ -890,100 +882,100 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
890
882
  children: /* @__PURE__ */ e(Ht, {})
891
883
  }
892
884
  ),
893
- X === 3 && /* @__PURE__ */ o(
894
- _,
885
+ q === 3 && /* @__PURE__ */ o(
886
+ D,
895
887
  {
896
888
  sx: {
897
889
  ...c ? { display: "flex", flexDirection: "column", maxWidth: "100%", padding: "0 16px" } : { maxWidth: 590, ml: "40%", mr: 90 }
898
890
  },
899
891
  children: [
900
- /* @__PURE__ */ e(de, { pb: 12, children: t.add_income_title }),
901
- /* @__PURE__ */ e(O, { mb: 24, children: t.add_income_description }),
902
- v.length > 0 && !F && /* @__PURE__ */ o(P, { children: [
903
- /* @__PURE__ */ e(ee, { children: v.map((C, D) => /* @__PURE__ */ o(p.Fragment, { children: [
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: [
904
896
  /* @__PURE__ */ e(mt, { bgcolor: "background.paper", children: pt(
905
- U(C.nextDate || C.date)
897
+ z(y.nextDate || y.date)
906
898
  ) }),
907
- /* @__PURE__ */ e(ut, { transaction: C }),
908
- D !== v.length - 1 && /* @__PURE__ */ e(I, {})
909
- ] }, C.guid)) }),
899
+ /* @__PURE__ */ e(ut, { transaction: y }),
900
+ E !== A.length - 1 && /* @__PURE__ */ e(v, {})
901
+ ] }, y.guid)) }),
910
902
  /* @__PURE__ */ o(s, { alignItems: "center", direction: "row", children: [
911
- /* @__PURE__ */ e(I, { sx: { flexGrow: 1 } }),
903
+ /* @__PURE__ */ e(v, { sx: { flexGrow: 1 } }),
912
904
  /* @__PURE__ */ e(
913
- W,
905
+ M,
914
906
  {
915
- onClick: () => w(!0),
916
- startIcon: /* @__PURE__ */ e(M, { name: "add", size: 20 }),
907
+ onClick: () => S(!0),
908
+ startIcon: /* @__PURE__ */ e(G, { name: "add", size: 20 }),
917
909
  children: t.add_income
918
910
  }
919
911
  )
920
912
  ] })
921
913
  ] }),
922
- Ue && /* @__PURE__ */ e(
914
+ Be && /* @__PURE__ */ e(
923
915
  rt,
924
916
  {
925
917
  bgcolor: "background.paper",
926
- onSearch: (C) => m({
927
- ...r,
928
- custom: (D) => C ? st(D, C) : we(D)
918
+ onSearch: (y) => m({
919
+ ...i,
920
+ custom: (E) => y ? st(E, y) : we(E)
929
921
  }),
930
- onSelected: (C) => {
931
- le(C), w(!1);
922
+ onSelected: (y) => {
923
+ X(y), S(!1);
932
924
  }
933
925
  }
934
926
  ),
935
- !ze && y && /* @__PURE__ */ e(O, { color: "error", mt: 16, children: t.confirm_error }),
936
- F && /* @__PURE__ */ o(P, { children: [
927
+ !je && x && /* @__PURE__ */ e(k, { color: "error", mt: 16, children: t.confirm_error }),
928
+ _ && /* @__PURE__ */ o(B, { children: [
937
929
  /* @__PURE__ */ e(
938
930
  ct,
939
931
  {
940
932
  bgcolor: "background.paper",
941
- firstDay: k,
942
- frequency: E,
943
- onFirstDayChange: H,
944
- onFrequencyChange: T,
945
- onSecondDayChange: N,
946
- secondDay: u,
947
- transaction: F
933
+ firstDay: F,
934
+ frequency: R,
935
+ onFirstDayChange: h,
936
+ onFrequencyChange: H,
937
+ onSecondDayChange: L,
938
+ secondDay: I,
939
+ transaction: _
948
940
  }
949
941
  ),
950
942
  /* @__PURE__ */ o(s, { direction: "row", gap: 16, ml: 24, mt: 32, children: [
951
943
  /* @__PURE__ */ e(
952
- W,
944
+ M,
953
945
  {
954
- "aria-disabled": !F,
946
+ "aria-disabled": !_,
955
947
  onClick: () => {
956
- const C = [...v];
957
- C.push({
958
- ...F,
959
- nextDate: ve(E, _e(F.date)),
960
- frequency: E
961
- }), G(C), le("");
948
+ const y = [...A];
949
+ y.push({
950
+ ..._,
951
+ nextDate: De(R, _e(_.date)),
952
+ frequency: R
953
+ }), de(y), X("");
962
954
  },
963
955
  variant: "contained",
964
- children: i.confirm_button
956
+ children: r.confirm_button
965
957
  }
966
958
  ),
967
959
  /* @__PURE__ */ e(
968
- W,
960
+ M,
969
961
  {
970
962
  onClick: () => {
971
- le(""), w(!0), ge().finally();
963
+ X(""), S(!0), ge().finally();
972
964
  },
973
965
  variant: "outlined",
974
- children: i.cancel_button
966
+ children: r.cancel_button
975
967
  }
976
968
  )
977
969
  ] })
978
970
  ] }),
979
- v.length > 0 && !F && /* @__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: [
980
972
  /* @__PURE__ */ e(
981
- W,
973
+ M,
982
974
  {
983
- "aria-disabled": v.length < 1 || x,
984
- onClick: Be,
985
- startIcon: x ? /* @__PURE__ */ e(
986
- M,
975
+ "aria-disabled": A.length < 1 || w,
976
+ onClick: ze,
977
+ startIcon: w ? /* @__PURE__ */ e(
978
+ G,
987
979
  {
988
980
  name: "progress_activity",
989
981
  sx: {
@@ -995,7 +987,7 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
995
987
  children: t.confirm_income_button
996
988
  }
997
989
  ),
998
- /* @__PURE__ */ e(W, { onClick: f, variant: "outlined", children: t.skip_button })
990
+ /* @__PURE__ */ e(M, { onClick: f, variant: "outlined", children: t.skip_button })
999
991
  ] })
1000
992
  ]
1001
993
  }
@@ -1003,96 +995,98 @@ const wt = ({ recurrence: a }) => /* @__PURE__ */ o(P, { children: [
1003
995
  ]
1004
996
  }
1005
997
  ) : /* @__PURE__ */ e(te, {});
1006
- }, $t = A(Wt), Mt = ({ onBackClick: a, sx: n = {} }) => {
998
+ }, $t = T(Wt), Mt = ({ onBackClick: a, sx: n = {} }) => {
1007
999
  const {
1008
1000
  selectedAccounts: t,
1009
- selectedAccountGuids: i,
1001
+ selectedAccountGuids: r,
1010
1002
  setSelectedAccounts: f,
1011
- shouldDisableNextDate: y,
1003
+ shouldDisableNextDate: x,
1012
1004
  shouldDisablePrevDate: c
1013
- } = Y(), { onEvent: b } = Oe(), { clientConfig: l } = Qe(), { visibleCashAccounts: r } = Ne(), { setFilter: m } = He(), { userProfile: d } = ke(), { dateRange: g, setSelectedCashAccounts: S } = K(), { loadRepeatingTransactions: w, setDateRange: E } = q(), { cashflow: T, recurring: k } = L(), { isCopyLoaded: H, isInitialized: u } = Y(), x = l?.master?.deep_link_params?.view === "manage_income", [z, X] = p.useState(x);
1014
- return p.useEffect(() => {
1015
- u && (E(g), w().finally());
1016
- }, [u]), p.useEffect(() => {
1017
- f(r);
1018
- }, [r]), p.useEffect(() => {
1019
- const ae = r.map((G) => G.guid), v = t.filter(
1020
- (G) => i.includes(G.guid) && ae.includes(G.guid)
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)
1021
1013
  );
1022
- S(v), m({
1023
- dateRange: { start: Ge($(), 90), end: ft() },
1024
- accounts: v.map((G) => G.guid)
1014
+ C(X), m({
1015
+ dateRange: { start: Me(W(), 90), end: ft() },
1016
+ accounts: X.map((_) => _.guid)
1025
1017
  });
1026
- }, [r, t]), !H || !u ? /* @__PURE__ */ e(te, {}) : d?.has_completed_cash_flow_onboarding ? /* @__PURE__ */ o(
1027
- De,
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,
1028
1022
  {
1029
- accountOptions: r,
1023
+ onBackClick: a,
1024
+ sx: { height: "100%", overflow: "auto" },
1025
+ title: h.title,
1026
+ children: /* @__PURE__ */ e($t, {})
1027
+ }
1028
+ ) : /* @__PURE__ */ o(
1029
+ ve,
1030
+ {
1031
+ accountOptions: i,
1030
1032
  actions: [
1031
1033
  {
1032
- label: k.action_title,
1034
+ label: I.action_title,
1033
1035
  iconName: "credit_card_gear",
1034
1036
  onClick: () => {
1035
- X(!0), b(Ae.CASH_FLOW_CLICK_SETTINGS);
1037
+ A(!0), g(Ae.CASH_FLOW_CLICK_SETTINGS);
1036
1038
  }
1037
1039
  }
1038
1040
  ],
1039
1041
  calendarActions: {
1040
- shouldDisableNext: y,
1042
+ shouldDisableNext: x,
1041
1043
  shouldDisablePrevious: c,
1042
1044
  shouldDisablePicker: !0,
1043
1045
  onRangeChanged: () => {
1044
1046
  }
1045
1047
  },
1046
- dateRange: g,
1048
+ dateRange: b,
1047
1049
  dateRangeVariant: "readonly",
1048
- onAccountsFilterClick: () => b(Ae.CASH_FLOW_CLICK_FILTER),
1050
+ onAccountsFilterClick: () => g(Ae.CASH_FLOW_CLICK_FILTER),
1049
1051
  onBackClick: a,
1050
1052
  sx: n,
1051
- title: T.title,
1053
+ title: h.title,
1052
1054
  children: [
1053
1055
  /* @__PURE__ */ e(Lt, {}),
1054
1056
  /* @__PURE__ */ e(Tt, {}),
1055
1057
  /* @__PURE__ */ e(
1056
- Me,
1058
+ $e,
1057
1059
  {
1058
- ariaLabelClose: T.close_settings_aria,
1059
- isOpen: z,
1060
- onClose: () => X(!1),
1060
+ ariaLabelClose: h.close_settings_aria,
1061
+ isOpen: ae,
1062
+ onClose: () => A(!1),
1061
1063
  shouldShowHeaderBorders: !1,
1062
- title: k.action_title,
1063
- children: /* @__PURE__ */ e(Je, { defaultSelectedTab: x ? 1 : 0 })
1064
+ title: I.action_title,
1065
+ children: /* @__PURE__ */ e(Je, { defaultSelectedTab: q ? 1 : 0 })
1064
1066
  }
1065
1067
  )
1066
1068
  ]
1067
1069
  }
1068
- ) : /* @__PURE__ */ e(
1069
- De,
1070
- {
1071
- onBackClick: a,
1072
- sx: { height: "100%", overflow: "auto" },
1073
- title: T.title,
1074
- children: /* @__PURE__ */ e($t, {})
1075
- }
1076
1070
  );
1077
- }, Fn = A(Mt);
1071
+ }, Fn = T(Mt);
1078
1072
  class Wn {
1079
1073
  fetchInstance;
1080
- constructor(n, t, i) {
1081
- this.fetchInstance = new gt(n, t, void 0, i);
1074
+ constructor(n, t, r) {
1075
+ this.fetchInstance = new gt(n, t, void 0, r);
1082
1076
  }
1083
- addCashflowEvent = async (n) => this.fetchInstance.post(B.CASHFLOW_EVENTS, { ...n }).then((t) => t);
1084
- addCashflowSequence = async (n) => this.fetchInstance.post(B.CASHFLOW_SEQUENCES, { ...n }).then((t) => t.cashflow_sequence);
1085
- 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);
1086
1080
  getCashflowEventsByDateRange = async (n, t) => this.fetchInstance.get(
1087
- `${B.CASHFLOW_EVENTS}/from/${U(n)}/to/${U(t)}`
1088
- ).then((i) => i.cashflow_events);
1089
- 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);
1090
1084
  getProjectedCashflowEvents = async (n, t) => this.fetchInstance.get(
1091
- `${B.CASHFLOW_SEQUENCES}/projected_events/from/${U(
1085
+ `${j.CASHFLOW_SEQUENCES}/projected_events/from/${z(
1092
1086
  n
1093
- )}/to/${U(t)}`
1094
- ).then((i) => i.cashflow_events);
1095
- 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);
1096
1090
  }
1097
1091
  export {
1098
1092
  Wn as CashflowApi,