@mx-cartographer/experiences 8.2.0-alpha.bb0 → 8.2.0

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 (64) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/{Account-BTOmbrEK.mjs → Account-BaJmiJAG.mjs} +2 -2
  3. package/dist/{Account-DC2d-cjn.mjs → Account-BxHMlV9R.mjs} +1 -1
  4. package/dist/{AccountDetailsHeader-IDZ6GTT0.mjs → AccountDetailsHeader-CfdnKyJK.mjs} +17 -17
  5. package/dist/{AccountFields-BRAl-Hro.mjs → AccountFields-CAy0x_4i.mjs} +6 -6
  6. package/dist/{AccountListItem-B8koowMf.mjs → AccountListItem-BYyeeCf6.mjs} +5 -5
  7. package/dist/{AccountUtils-Bc-SndzX.mjs → AccountUtils-T5_Odvos.mjs} +1 -1
  8. package/dist/{Analytics-vgPYa2Zt.mjs → Analytics-CkYXKvco.mjs} +1 -1
  9. package/dist/{BudgetUtil-CGchXaek.mjs → BudgetUtil-Bg2AQJpQ.mjs} +3 -3
  10. package/dist/{CategorySelectorDrawer-nHEBR24E.mjs → CategorySelectorDrawer-Cu1ohxeM.mjs} +1 -1
  11. package/dist/{CurrencyDialog-C7r7JqVu.mjs → CurrencyDialog-d4dL7vA5.mjs} +1 -1
  12. package/dist/{CurrencyInput-BUd8mAcE.mjs → CurrencyInput-B59ugxPN.mjs} +2 -2
  13. package/dist/{CurrencyText-Dd3NxFYY.mjs → CurrencyText-CCbE6MmF.mjs} +1 -1
  14. package/dist/{DateFormats-BSktnUw6.mjs → DateFormats-HudZ3Bjs.mjs} +1 -1
  15. package/dist/{DateUtil-Bdm-ZxFw.mjs → DateUtil-Bhq59ZVg.mjs} +1 -1
  16. package/dist/{DebtUtils-DPn1cXKG.mjs → DebtUtils-DD3186U-.mjs} +1 -1
  17. package/dist/{EmbeddedCard-CAY_HJjE.mjs → EmbeddedCard-BNl3quCs.mjs} +4 -4
  18. package/dist/{ExportCsvAction-DzeJOb_g.mjs → ExportCsvAction-hDprC41l.mjs} +2 -2
  19. package/dist/GlobalCopyApi-wcnDUzMV.mjs +128 -0
  20. package/dist/{GoalsUtil-B-Z6fq_t.mjs → GoalsUtil-C9EnLWvC.mjs} +3 -3
  21. package/dist/{Help-HoxJgoVt.mjs → Help-BSQm9o29.mjs} +1 -1
  22. package/dist/{LineChart-DNynWPGz.mjs → LineChart-CejWS_rh.mjs} +1 -1
  23. package/dist/Localization-DnoVyBNK.mjs +38 -0
  24. package/dist/{ManageIncome-C_FjST7B.mjs → ManageIncome-DwylSiWs.mjs} +41 -41
  25. package/dist/{NetWorthUtils-CyVz9bUn.mjs → NetWorthUtils-DilGN1nW.mjs} +2 -2
  26. package/dist/{NotificationSettings-B8pH9TOv.mjs → NotificationSettings-CCg-Tml2.mjs} +6 -6
  27. package/dist/{NumberFormatting-Dnk0YyfZ.mjs → NumberFormatting--XMeeBfr.mjs} +2 -1
  28. package/dist/{OriginalBalanceAction-BEBuqeS1.mjs → OriginalBalanceAction-CvDx0K6k.mjs} +2 -2
  29. package/dist/{RecurringSettings-eQb1AS5x.mjs → RecurringSettings-CPXLW6AR.mjs} +2 -2
  30. package/dist/{RecurringTransactionsUtil-DbMNqEu_.mjs → RecurringTransactionsUtil-B3rLEx_g.mjs} +6 -6
  31. package/dist/{SpendingData-CktOElG1.mjs → SpendingData-PKlh8caU.mjs} +1 -1
  32. package/dist/{SpendingLegend-CM5L_1Ka.mjs → SpendingLegend-BmkEr9Nh.mjs} +56 -56
  33. package/dist/{TransactionDetails-BP-sFltN.mjs → TransactionDetails-CbBSxdOi.mjs} +9 -9
  34. package/dist/{TransactionUtils-CvJW9wDu.mjs → TransactionUtils-BphBJBbU.mjs} +8 -8
  35. package/dist/UserStore-CRpKQjpP.mjs +3002 -0
  36. package/dist/{ViewMoreMicroCard-DWOpU5L8.mjs → ViewMoreMicroCard-K69RRs_b.mjs} +3 -3
  37. package/dist/{WidgetContainer-CAgbD0ZS.mjs → WidgetContainer-DalWyz5A.mjs} +1 -1
  38. package/dist/accounts/index.es.js +25 -25
  39. package/dist/budgets/index.es.js +11 -11
  40. package/dist/cashflow/index.es.js +12 -12
  41. package/dist/categories/index.es.js +1 -1
  42. package/dist/common/context/hooks.d.ts +1 -1
  43. package/dist/common/index.d.ts +3 -0
  44. package/dist/common/index.es.js +148 -136
  45. package/dist/core/index.es.js +104 -3061
  46. package/dist/core/utils/Localization.d.ts +1 -0
  47. package/dist/debts/index.es.js +9 -9
  48. package/dist/finstrong/index.es.js +13 -13
  49. package/dist/goals/index.es.js +8 -8
  50. package/dist/help/index.es.js +2 -2
  51. package/dist/insights/index.es.js +5 -5
  52. package/dist/investments/index.es.js +3 -3
  53. package/dist/microinsights/index.es.js +1 -1
  54. package/dist/networth/index.es.js +7 -7
  55. package/dist/notifications/index.es.js +2 -2
  56. package/dist/recurringtransactions/index.es.js +37 -37
  57. package/dist/settings/index.es.js +6 -6
  58. package/dist/spending/index.es.js +139 -139
  59. package/dist/transactions/index.es.js +12 -12
  60. package/dist/trends/index.es.js +12 -12
  61. package/package.json +1 -1
  62. package/dist/AnalyticsApi-DwgSyZ6m.mjs +0 -102
  63. package/dist/GlobalCopyApi-C75qVBk6.mjs +0 -30
  64. package/dist/Localization-Li21_krp.mjs +0 -37
@@ -10,34 +10,34 @@ import ce from "@mui/material/ListItem";
10
10
  import de from "@mui/material/ListItemAvatar";
11
11
  import le from "@mui/material/ListItemButton";
12
12
  import _e from "@mui/material/ListItemText";
13
- import { F as l, g as H, R as L, a as X } from "./RecurringTransactionsUtil-DbMNqEu_.mjs";
14
- import { subDays as Z } from "date-fns/subDays";
13
+ import { b as ue, f as H } from "./NumberFormatting--XMeeBfr.mjs";
14
+ import { F as l, g as X, R as L, c as Z } from "./RecurringTransactionsUtil-B3rLEx_g.mjs";
15
+ import { subDays as J } from "date-fns/subDays";
15
16
  import { startOfToday as E } from "date-fns/startOfToday";
16
- import { endOfMonth as ue } from "date-fns/endOfMonth";
17
- import { parseISO as me } from "date-fns/parseISO";
18
- import J from "@mui/material/Button";
19
- import { Delete as pe, Add as ye, ReceiptLong as he } from "@mxenabled/mx-icons";
20
- import { T as V, u as fe, S as ge, a as Ce } from "./EmbeddedCard-CAY_HJjE.mjs";
21
- import { T as be } from "./TransactionDetails-BP-sFltN.mjs";
17
+ import { endOfMonth as me } from "date-fns/endOfMonth";
18
+ import { parseISO as pe } from "date-fns/parseISO";
19
+ import V from "@mui/material/Button";
20
+ import { Delete as ye, Add as he, ReceiptLong as fe } from "@mxenabled/mx-icons";
21
+ import { T as ee, u as ge, S as Ce, a as be } from "./EmbeddedCard-BNl3quCs.mjs";
22
+ import { T as xe } from "./TransactionDetails-CbBSxdOi.mjs";
22
23
  import { addYears as j } from "date-fns/addYears";
23
- import { getDayOfYear as xe } from "date-fns/getDayOfYear";
24
- import { setDayOfYear as Se } from "date-fns/setDayOfYear";
25
- import { AdapterDateFns as ve } from "@mui/x-date-pickers/AdapterDateFnsV3";
26
- import { DatePicker as De } from "@mui/x-date-pickers";
27
- import { LocalizationProvider as we } from "@mui/x-date-pickers/LocalizationProvider";
28
- import { b as Ae, f as ee } from "./NumberFormatting-Dnk0YyfZ.mjs";
24
+ import { getDayOfYear as Se } from "date-fns/getDayOfYear";
25
+ import { setDayOfYear as ve } from "date-fns/setDayOfYear";
26
+ import { AdapterDateFns as De } from "@mui/x-date-pickers/AdapterDateFnsV3";
27
+ import { DatePicker as we } from "@mui/x-date-pickers";
28
+ import { LocalizationProvider as Ae } from "@mui/x-date-pickers/LocalizationProvider";
29
29
  import { u as w, i as Y, g as P, b as Ie, h as te, C as Re } from "./hooks-BaO_gOI6.mjs";
30
30
  import { S as M, D as z } from "./Select-BZRUpOib.mjs";
31
31
  import { D as N } from "./Drawer-XPaLYjiO.mjs";
32
32
  import { A as O } from "./Analytics-CzGzz_sE.mjs";
33
- import { f as Ee, D as Le } from "./DateFormats-BSktnUw6.mjs";
33
+ import { f as Ee, D as Le } from "./DateFormats-HudZ3Bjs.mjs";
34
34
  import { D as Oe } from "./Dialog-iLlBR8TG.mjs";
35
35
  import { formatISO as Te } from "date-fns/formatISO";
36
36
  import { fromUnixTime as ke } from "date-fns/fromUnixTime";
37
37
  import { S as Ne } from "./SearchBox-CwDgvWVJ.mjs";
38
- import { i as Me } from "./DateUtil-Bdm-ZxFw.mjs";
38
+ import { i as Me } from "./DateUtil-Bhq59ZVg.mjs";
39
39
  import { C as q } from "./Category-DEKZGLYe.mjs";
40
- import { T as ne } from "./TransactionUtils-CvJW9wDu.mjs";
40
+ import { T as ne } from "./TransactionUtils-BphBJBbU.mjs";
41
41
  const re = ({
42
42
  frequency: n,
43
43
  firstDay: t,
@@ -68,11 +68,11 @@ const re = ({
68
68
  { id: 6, label: r.weekday_saturday }
69
69
  ], h = [...Array(31).keys()].map((b) => ({
70
70
  id: b + 1,
71
- label: Ae(b + 1)
71
+ label: ue(b + 1)
72
72
  }));
73
73
  h[30].label += ` (${r.last_day_of_month})`;
74
- const g = h.slice(0, 15), v = h.slice(14), C = n === l.EveryWeek || n === l.EveryOtherWeek, f = n === l.TwiceAMonth || n === l.EveryMonth || n === l.EveryOtherMonth || n === l.EveryQuarter || n === l.EveryOtherQuarter, A = Se(E(), t), y = A < E() ? j(A, 1) : A, D = (b) => {
75
- b && s(xe(b));
74
+ const g = h.slice(0, 15), v = h.slice(14), C = n === l.EveryWeek || n === l.EveryOtherWeek, f = n === l.TwiceAMonth || n === l.EveryMonth || n === l.EveryOtherMonth || n === l.EveryQuarter || n === l.EveryOtherQuarter, A = ve(E(), t), y = A < E() ? j(A, 1) : A, D = (b) => {
75
+ b && s(Se(b));
76
76
  };
77
77
  return /* @__PURE__ */ c(p, { gap: 24, sx: { m: 24 }, children: [
78
78
  /* @__PURE__ */ e(
@@ -111,12 +111,12 @@ const re = ({
111
111
  value: o || 0
112
112
  }
113
113
  ),
114
- n === l.EveryYear && /* @__PURE__ */ e(we, { dateAdapter: ve, children: /* @__PURE__ */ e(
115
- De,
114
+ n === l.EveryYear && /* @__PURE__ */ e(Ae, { dateAdapter: De, children: /* @__PURE__ */ e(
115
+ we,
116
116
  {
117
117
  disablePast: !0,
118
118
  label: r.next_payment_date,
119
- maxDate: Z(j(E(), 1), 1),
119
+ maxDate: J(j(E(), 1), 1),
120
120
  minDate: E(),
121
121
  onChange: D,
122
122
  value: y
@@ -141,7 +141,7 @@ const re = ({
141
141
  iconName: "sync",
142
142
  label: t.activity_schedule,
143
143
  onClick: f,
144
- value: `${H(t, n, !0)}`
144
+ value: `${X(t, n, !0)}`
145
145
  }
146
146
  ),
147
147
  /* @__PURE__ */ e(
@@ -172,7 +172,7 @@ const re = ({
172
172
  _.useEffect(() => {
173
173
  r({
174
174
  accounts: i,
175
- dateRange: { start: Z(E(), 90), end: ue(E()) },
175
+ dateRange: { start: J(E(), 90), end: me(E()) },
176
176
  custom: (u) => u.repeating_transaction_guid === t.guid
177
177
  });
178
178
  }, [t]);
@@ -198,12 +198,12 @@ const re = ({
198
198
  /* @__PURE__ */ e(S, { bold: !0, variant: "body1", children: h }),
199
199
  /* @__PURE__ */ c(G, { color: D ? "success.main" : "text.primary", sx: { my: 4 }, variant: "h1", children: [
200
200
  D ? "+" : "",
201
- ee(m, "0,0.00")
201
+ H(m, "0,0.00")
202
202
  ] }),
203
203
  /* @__PURE__ */ e(S, { color: "text.secondary", variant: "body2", children: `${o.next_payment_date}: ${Ee(
204
- X(
204
+ Z(
205
205
  t.recurrence_type,
206
- me(t.predicted_occurs_on),
206
+ pe(t.predicted_occurs_on),
207
207
  t.recurrence_day
208
208
  ),
209
209
  Le.MONTH_DAY_YEAR
@@ -236,18 +236,18 @@ const re = ({
236
236
  /* @__PURE__ */ e(T, {})
237
237
  ] }),
238
238
  /* @__PURE__ */ e(
239
- J,
239
+ V,
240
240
  {
241
241
  color: "error",
242
242
  onClick: U,
243
- startIcon: /* @__PURE__ */ e(pe, {}),
243
+ startIcon: /* @__PURE__ */ e(ye, {}),
244
244
  sx: { mx: 24, my: 16 },
245
245
  variant: "text",
246
246
  children: D ? o.delete_income_title : o.delete_expense_title
247
247
  }
248
248
  ),
249
249
  /* @__PURE__ */ e(S, { bold: !0, sx: { ml: 24, mt: 16 }, variant: "body1", children: o.paid_transactions }),
250
- /* @__PURE__ */ e(V, { height: "30dvh", onClick: A }),
250
+ /* @__PURE__ */ e(ee, { height: "30dvh", onClick: A }),
251
251
  /* @__PURE__ */ e(
252
252
  N,
253
253
  {
@@ -255,7 +255,7 @@ const re = ({
255
255
  isOpen: !!f && !!y,
256
256
  onClose: () => A(""),
257
257
  title: o.transaction_details_drawer_title,
258
- children: y && /* @__PURE__ */ e(be, { transaction: y })
258
+ children: y && /* @__PURE__ */ e(xe, { transaction: y })
259
259
  }
260
260
  ),
261
261
  /* @__PURE__ */ e(
@@ -279,7 +279,7 @@ const re = ({
279
279
  const { recurring: o } = w(), [i, s] = _.useState(!1), d = _.useMemo(
280
280
  () => t.transactions.length === 0 ? "" : t.transactions[0].category_guid || "",
281
281
  [t]
282
- ), r = t.account?.displayName || "", a = t.repeating_transaction_type === L.Income, m = H(o, t, !0);
282
+ ), r = t.account?.displayName || "", a = t.repeating_transaction_type === L.Income, m = X(o, t, !0);
283
283
  return /* @__PURE__ */ c(ce, { disableGutters: !0, disablePadding: !0, children: [
284
284
  /* @__PURE__ */ c(le, { onClick: () => {
285
285
  n(t), s(!0);
@@ -315,7 +315,7 @@ const re = ({
315
315
  variant: "body1",
316
316
  children: [
317
317
  a ? "+" : "",
318
- ee(t.amount, "0,0.00")
318
+ H(t.amount, "0,0.00")
319
319
  ]
320
320
  }
321
321
  ),
@@ -361,7 +361,7 @@ const re = ({
361
361
  onSearch: o,
362
362
  onSelected: i
363
363
  }) => {
364
- const { recurring: s } = w(), { searchValue: d, setSearchValue: r } = fe();
364
+ const { recurring: s } = w(), { searchValue: d, setSearchValue: r } = ge();
365
365
  return /* @__PURE__ */ c(p, { sx: { bgcolor: n, gap: 16, pt: 8 }, children: [
366
366
  t && /* @__PURE__ */ e(G, { sx: { mx: 24 }, children: t }),
367
367
  /* @__PURE__ */ e(
@@ -377,7 +377,7 @@ const re = ({
377
377
  }
378
378
  ),
379
379
  /* @__PURE__ */ e(
380
- V,
380
+ ee,
381
381
  {
382
382
  bgcolor: n,
383
383
  filter: (a) => !!a.merchant_guid,
@@ -402,8 +402,8 @@ const re = ({
402
402
  const { recurring: m } = w();
403
403
  return /* @__PURE__ */ c(p, { bgcolor: n, gap: 24, height: "100%", children: [
404
404
  /* @__PURE__ */ c(p, { children: [
405
- /* @__PURE__ */ e(ge, { bgcolor: n, children: Me(a.date) }),
406
- /* @__PURE__ */ e(Ce, { transaction: a })
405
+ /* @__PURE__ */ e(Ce, { bgcolor: n, children: Me(a.date) }),
406
+ /* @__PURE__ */ e(be, { transaction: a })
407
407
  ] }),
408
408
  /* @__PURE__ */ c(F, { children: [
409
409
  /* @__PURE__ */ e(S, { bold: !0, sx: { mx: 24 }, variant: "body1", children: m.payment_schedule }),
@@ -438,7 +438,7 @@ const re = ({
438
438
  return;
439
439
  }
440
440
  o();
441
- const x = X(f, ke(u.date), y), R = {
441
+ const x = Z(f, ke(u.date), y), R = {
442
442
  account_guid: u.account_guid,
443
443
  amount: u.amount,
444
444
  created_by: 0,
@@ -458,7 +458,7 @@ const re = ({
458
458
  C(""), g(!1);
459
459
  };
460
460
  return /* @__PURE__ */ c(k, { children: [
461
- /* @__PURE__ */ e(J, { onClick: ae, startIcon: /* @__PURE__ */ e(ye, { size: 24 }), variant: "contained", children: t }),
461
+ /* @__PURE__ */ e(V, { onClick: ae, startIcon: /* @__PURE__ */ e(he, { size: 24 }), variant: "contained", children: t }),
462
462
  /* @__PURE__ */ e(
463
463
  N,
464
464
  {
@@ -509,7 +509,7 @@ const re = ({
509
509
  ({ zeroStateFor: n }) => {
510
510
  const { recurring: t } = w(), { onEvent: o } = P(), i = n === "income", s = i ? t.recurring_setting_zero_state_income_title : t.recurring_setting_zero_state_expenses_title, d = i ? t.recurring_setting_zero_state_income_description : t.recurring_setting_zero_state_expenses_description, r = i ? t.add_income : t.add_expense;
511
511
  return /* @__PURE__ */ c(p, { sx: { alignItems: "center", p: 24, pt: 48 }, children: [
512
- /* @__PURE__ */ e(he, { size: 48 }),
512
+ /* @__PURE__ */ e(fe, { size: 48 }),
513
513
  /* @__PURE__ */ e(G, { sx: { my: 8, fontWeight: 600 }, variant: "body1", children: s }),
514
514
  /* @__PURE__ */ e(G, { color: "text.secondary", sx: { mb: 32 }, variant: "subtitle2", children: d }),
515
515
  /* @__PURE__ */ e(
@@ -2,8 +2,8 @@ import { format as b } from "date-fns/format";
2
2
  import { fromUnixTime as y } from "date-fns/fromUnixTime";
3
3
  import { startOfMonth as _ } from "date-fns/startOfMonth";
4
4
  import { subMonths as A } from "date-fns/subMonths";
5
- import { a as h } from "./AccountUtils-Bc-SndzX.mjs";
6
- import { c as M, d as T, a as N } from "./Account-BTOmbrEK.mjs";
5
+ import { a as h } from "./AccountUtils-T5_Odvos.mjs";
6
+ import { c as M, d as T, a as N } from "./Account-BaJmiJAG.mjs";
7
7
  const f = 13, W = (e, s) => e.filter((n) => {
8
8
  const { is_closed: i, is_deleted: r, is_hidden: t, is_manual: o } = n;
9
9
  return i || r || t ? !1 : o || !n.guid ? !0 : s.some((c) => e.some((g) => c.guid === g.member_guid));
@@ -14,13 +14,13 @@ import { startOfMonth as oe } from "date-fns/startOfMonth";
14
14
  import { DateCalendar as se } from "@mui/x-date-pickers/DateCalendar";
15
15
  import { LocalizationProvider as ae } from "@mui/x-date-pickers/LocalizationProvider";
16
16
  import { AdapterDateFns as ce } from "@mui/x-date-pickers/AdapterDateFnsV3";
17
- import { b as le, f as re } from "./NumberFormatting-Dnk0YyfZ.mjs";
18
- import { b as de } from "./Localization-Li21_krp.mjs";
17
+ import { b as le } from "./Localization-DnoVyBNK.mjs";
18
+ import { b as re, f as de } from "./NumberFormatting--XMeeBfr.mjs";
19
19
  import { u as k, A as T, C as A, d as J, g as me, a as q, b as he } from "./hooks-BaO_gOI6.mjs";
20
20
  import { A as ue, N as b } from "./Notification-DTNYSd8P.mjs";
21
21
  import { T as R, a as D } from "./ToggleListItem-BLu_fWA2.mjs";
22
22
  import { D as B } from "./Dialog-iLlBR8TG.mjs";
23
- import { C as _e } from "./CurrencyInput-BUd8mAcE.mjs";
23
+ import { C as _e } from "./CurrencyInput-B59ugxPN.mjs";
24
24
  import { u as pe } from "./useScreenSize-CeFhWTt_.mjs";
25
25
  import { D as K } from "./Drawer-XPaLYjiO.mjs";
26
26
  import fe from "@mui/material/Collapse";
@@ -177,10 +177,10 @@ const Te = C(() => {
177
177
  ({ onProfileUpdated: n, profile: t }) => {
178
178
  const { common: s, recurring: l, settings: i } = k(), { updateAccount: r } = J(), a = t.notification_type === ue.DebtPaymentReminder, [o, u] = p.useState(!1), [d, f] = p.useState(t.threshold || 0), [_, y] = p.useState(
179
179
  t.account?.day_payment_is_due || 0
180
- ), m = t.account?.name || t.account?.feed_name || "", g = t.account?.day_payment_is_due ? de(
180
+ ), m = t.account?.name || t.account?.feed_name || "", g = t.account?.day_payment_is_due ? le(
181
181
  i.notification_debt_payment_date,
182
- le(t.account?.day_payment_is_due)
183
- ) : i.notification_debt_payment_zero_state, P = a ? g : re(t.threshold ?? 0, "0,0"), I = async () => {
182
+ re(t.account?.day_payment_is_due)
183
+ ) : i.notification_debt_payment_zero_state, P = a ? g : de(t.threshold ?? 0, "0,0"), I = async () => {
184
184
  a && t.account ? await r({ ...t.account, day_payment_is_due: _ }) : n({ ...t, threshold: d });
185
185
  };
186
186
  return /* @__PURE__ */ c(h, { children: [
@@ -1,5 +1,5 @@
1
1
  import o from "numeral";
2
- import { g as a } from "./Localization-Li21_krp.mjs";
2
+ import { g as a } from "./Localization-DnoVyBNK.mjs";
3
3
  const D = 9999999999e-2;
4
4
  var c = /* @__PURE__ */ ((t) => (t.CAD = "CAD", t.USD = "USD", t))(c || {});
5
5
  const h = (t, r, e) => {
@@ -42,6 +42,7 @@ export {
42
42
  N as a,
43
43
  P as b,
44
44
  h as c,
45
+ u as d,
45
46
  w as f,
46
47
  $ as g,
47
48
  f as i
@@ -2,10 +2,10 @@ import { jsx as o } from "react/jsx-runtime";
2
2
  import _ from "react";
3
3
  import { observer as p } from "mobx-react-lite";
4
4
  import v from "@mui/material/TextField";
5
- import { a as T, f as S } from "./NumberFormatting-Dnk0YyfZ.mjs";
5
+ import { a as T, f as S } from "./NumberFormatting--XMeeBfr.mjs";
6
6
  import { u as y, k as h } from "./hooks-BaO_gOI6.mjs";
7
7
  import { L as b } from "./ListItemAction-DGjHxNDJ.mjs";
8
- import { C as f } from "./CurrencyInput-BUd8mAcE.mjs";
8
+ import { C as f } from "./CurrencyInput-B59ugxPN.mjs";
9
9
  const F = p(({ goal: e }) => {
10
10
  const { goals: n } = y(), { setAlert: r, setSelectedGoal: l, updateGoal: m } = h(), [t, s] = _.useState(e.interest_rate ?? 0), c = !e.guid, i = t < 0, d = async () => {
11
11
  const a = { ...e, interest_rate: t };
@@ -7,9 +7,9 @@ import R from "@mui/material/Tabs";
7
7
  import d from "@mui/material/Divider";
8
8
  import b from "@mui/material/List";
9
9
  import T from "@mui/material/Stack";
10
- import { R as C, A as S, a as E, M as v } from "./ManageIncome-C_FjST7B.mjs";
10
+ import { R as C, A as S, a as E, M as v } from "./ManageIncome-DwylSiWs.mjs";
11
11
  import { u as _, i as A, g as f } from "./hooks-BaO_gOI6.mjs";
12
- import { R as y, F as N } from "./RecurringTransactionsUtil-DbMNqEu_.mjs";
12
+ import { R as y, F as N } from "./RecurringTransactionsUtil-B3rLEx_g.mjs";
13
13
  import { A as m } from "./Analytics-CzGzz_sE.mjs";
14
14
  const I = h(() => {
15
15
  const { recurring: g } = _(), { detailedRepeatingTransactions: n } = A(), { onEvent: a } = f(), l = (r) => {
@@ -21,10 +21,10 @@ import { subMonths as $ } from "date-fns/subMonths";
21
21
  import { subQuarters as A } from "date-fns/subQuarters";
22
22
  import { subWeeks as K } from "date-fns/subWeeks";
23
23
  import { subYears as C } from "date-fns/subYears";
24
- import { g as H, a as j, b as z, c as J, d as V, e as X, h as Z } from "./DateUtil-Bdm-ZxFw.mjs";
25
- import { b as w } from "./NumberFormatting-Dnk0YyfZ.mjs";
26
- import { b as h } from "./Localization-Li21_krp.mjs";
27
- import { f as x, D as E } from "./DateFormats-BSktnUw6.mjs";
24
+ import { g as H, a as j, b as z, c as J, d as V, e as X, h as Z } from "./DateUtil-Bhq59ZVg.mjs";
25
+ import { b as w } from "./NumberFormatting--XMeeBfr.mjs";
26
+ import { b as h } from "./Localization-DnoVyBNK.mjs";
27
+ import { f as x, D as E } from "./DateFormats-HudZ3Bjs.mjs";
28
28
  var n = /* @__PURE__ */ ((e) => (e[e.Unknown = 0] = "Unknown", e[e.EveryWeek = 1] = "EveryWeek", e[e.EveryOtherWeek = 2] = "EveryOtherWeek", e[e.EveryMonth = 3] = "EveryMonth", e[e.EveryOtherMonth = 4] = "EveryOtherMonth", e[e.EveryQuarter = 5] = "EveryQuarter", e[e.EveryOtherQuarter = 6] = "EveryOtherQuarter", e[e.EveryYear = 7] = "EveryYear", e[e.TwiceAMonth = 8] = "TwiceAMonth", e))(n || {}), _ = /* @__PURE__ */ ((e) => (e[e.Paid = 0] = "Paid", e[e.Missed = 1] = "Missed", e[e.Upcoming = 2] = "Upcoming", e))(_ || {}), b = /* @__PURE__ */ ((e) => (e[e.Expense = 0] = "Expense", e[e.Income = 1] = "Income", e))(b || {}), N = /* @__PURE__ */ ((e) => (e[e.Unknown = 0] = "Unknown", e[e.Subscription = 1] = "Subscription", e[e.Bill = 2] = "Bill", e[e.Income = 3] = "Income", e[e.Transfer = 4] = "Transfer", e))(N || {});
29
29
  const F = (e) => {
30
30
  if (!e) return "";
@@ -243,9 +243,9 @@ const F = (e) => {
243
243
  export {
244
244
  n as F,
245
245
  N as R,
246
- Pe as a,
246
+ _ as a,
247
247
  b,
248
- _ as c,
248
+ Pe as c,
249
249
  Ue as d,
250
250
  Ie as e,
251
251
  Be as f,
@@ -4,7 +4,7 @@ import { startOfMonth as _ } from "date-fns/startOfMonth";
4
4
  import { subMonths as y } from "date-fns/subMonths";
5
5
  import { endOfMonth as M } from "date-fns/endOfMonth";
6
6
  import { C as a, P as l } from "./Category-DEKZGLYe.mjs";
7
- import { f as m, D as T } from "./DateFormats-BSktnUw6.mjs";
7
+ import { f as m, D as T } from "./DateFormats-HudZ3Bjs.mjs";
8
8
  const i = (e) => (e.top_level_category_guid === a.INCOME || e.category_guid === a.INCOME) && !h(e), C = (e) => !i(e) && !f(e), p = (e) => l.includes(e.top_level_category_guid) || l.includes(e.category_guid), f = (e) => e.top_level_category_guid === a.TRANSFER || e.category_guid === a.TRANSFER, h = (e) => e.top_level_category_guid === a.INVESTMENTS || e.category_guid === a.INVESTMENTS, N = (e) => !i(e) && !p(e) && !f(e) && !h(e), w = (e) => e.filter((r) => r.category_guid === r.top_level_category_guid), F = (e, r) => {
9
9
  if (r === 0) return 0;
10
10
  const o = (e - r) / r;
@@ -1,4 +1,4 @@
1
- import { g as _ } from "./TransactionUtils-CvJW9wDu.mjs";
1
+ import { g as _ } from "./TransactionUtils-BphBJBbU.mjs";
2
2
  import { C as p } from "./Category-DEKZGLYe.mjs";
3
3
  import { jsxs as f, Fragment as N, jsx as d } from "react/jsx-runtime";
4
4
  import T from "react";
@@ -8,77 +8,77 @@ import A from "@mui/material/Button";
8
8
  import h from "@mui/material/Stack";
9
9
  import { useTheme as M } from "@mui/material/styles";
10
10
  import { CategoryIcon as G, CategoryIconVariants as O, Text as y, P as $ } from "@mxenabled/mxui";
11
+ import { f as b } from "./NumberFormatting--XMeeBfr.mjs";
11
12
  import { D as j } from "./Donut-SzzfZDHF.mjs";
12
13
  import { u as R } from "./useAriaLive-MkYebyUR.mjs";
13
- import { f as b } from "./NumberFormatting-Dnk0YyfZ.mjs";
14
14
  import { u as v } from "./hooks-BaO_gOI6.mjs";
15
15
  import { u as V } from "./useScreenSize-CeFhWTt_.mjs";
16
- const D = 5, B = (i, l, g, m) => m.reduce((o, n) => {
17
- const a = i.find((s) => s.guid === n.category_guid);
18
- if (!a) return o;
19
- const t = a.parent_guid ?? a.guid, r = i.find((s) => s.guid === t);
20
- if (!r || n.total <= 0) return o;
16
+ const D = 5, B = (i, l, s, m) => m.reduce((o, n) => {
17
+ const r = i.find((u) => u.guid === n.category_guid);
18
+ if (!r) return o;
19
+ const t = r.parent_guid ?? r.guid, a = i.find((u) => u.guid === t);
20
+ if (!a || n.total <= 0) return o;
21
21
  const c = {
22
- guid: a.guid,
23
- name: a.guid === t ? `${l.parent_category_totals_label_general} ${a.name}` : a.name,
24
- color: _(r.guid, g),
22
+ guid: r.guid,
23
+ name: r.guid === t ? `${l.parent_category_totals_label_general} ${r.name}` : r.name,
24
+ color: _(a.guid, s),
25
25
  amount: n.total
26
- }, e = o.find((s) => s.guid === t);
26
+ }, e = o.find((u) => u.guid === t);
27
27
  return e ? (e.amount += n.total, e.categoryTotals?.push(c)) : o.push({
28
28
  guid: t,
29
- name: r.name,
30
- color: _(r.guid, g),
29
+ name: a.name,
30
+ color: _(a.guid, s),
31
31
  categoryTotals: [c],
32
32
  amount: n.total
33
33
  }), o;
34
- }, []), nt = (i, l, g, m) => {
35
- const n = B(i, l, g, m).filter(
34
+ }, []), nt = (i, l, s, m) => {
35
+ const n = B(i, l, s, m).filter(
36
36
  (e) => e.guid !== p.INCOME && e.guid !== p.INVESTMENTS && e.guid !== p.TRANSFER && e.amount > 0
37
- ).sort((e, s) => s.amount - e.amount), a = n.reduce(
38
- (e, s) => e + s.amount,
37
+ ).sort((e, u) => u.amount - e.amount), r = n.reduce(
38
+ (e, u) => e + u.amount,
39
39
  0
40
- ), t = n.length > D ? D : n.length, r = n.slice(0, t), c = r.map((e) => ({
40
+ ), t = n.length > D ? D : n.length, a = n.slice(0, t), c = a.map((e) => ({
41
41
  id: e.guid,
42
- color: _(e.guid, g),
42
+ color: _(e.guid, s),
43
43
  label: e.name,
44
- value: e.amount / a * 100
44
+ value: e.amount / r * 100
45
45
  }));
46
46
  if (n.length > 5) {
47
- const e = n.slice(D), s = e.reduce(
48
- (C, u) => C + u.amount,
47
+ const e = n.slice(D), u = e.reduce(
48
+ (C, g) => C + g.amount,
49
49
  0
50
50
  );
51
- r.push({
51
+ a.push({
52
52
  guid: "other",
53
- color: g.palette.categories.others || "",
53
+ color: s.palette.categories.others || "",
54
54
  name: l.saving_goal_other,
55
55
  categoryTotals: e,
56
- amount: s
56
+ amount: u
57
57
  }), c.push({
58
58
  id: "other",
59
- color: g.palette.categories.others || "",
59
+ color: s.palette.categories.others || "",
60
60
  label: l.saving_goal_other,
61
- value: s / a * 100
61
+ value: u / r * 100
62
62
  });
63
63
  }
64
64
  return {
65
- categoryData: r,
65
+ categoryData: a,
66
66
  donutData: c,
67
- totalAmount: a
67
+ totalAmount: r
68
68
  };
69
- }, et = (i, l, g) => {
69
+ }, et = (i, l, s) => {
70
70
  const m = i.filter(
71
71
  (t) => t.guid === p.INCOME || t.parent_guid === p.INCOME
72
- ), o = l.filter((t) => m.some((r) => r.guid === t.category_guid)).sort((t, r) => t.total - r.total).map((t, r) => ({
72
+ ), o = l.filter((t) => m.some((a) => a.guid === t.category_guid)).sort((t, a) => t.total - a.total).map((t, a) => ({
73
73
  guid: t.category_guid,
74
74
  name: i.find((c) => c.guid === t.category_guid)?.name,
75
- color: g[r],
75
+ color: s[a % s.length],
76
76
  categoryTotals: [],
77
77
  amount: Math.abs(t.total)
78
78
  })), n = o.reduce(
79
- (t, r) => t + r.amount,
79
+ (t, a) => t + a.amount,
80
80
  0
81
- ), a = o.map((t) => ({
81
+ ), r = o.map((t) => ({
82
82
  id: t.guid,
83
83
  color: t.color,
84
84
  label: t.name,
@@ -86,36 +86,36 @@ const D = 5, B = (i, l, g, m) => m.reduce((o, n) => {
86
86
  }));
87
87
  return {
88
88
  categoryData: o,
89
- donutData: a,
89
+ donutData: r,
90
90
  totalAmount: n
91
91
  };
92
92
  }, P = ({
93
93
  data: i,
94
94
  isIncome: l = !1,
95
- onSelected: g,
95
+ onSelected: s,
96
96
  onViewTransactions: m,
97
97
  selectedId: o,
98
98
  size: n = 150,
99
- totalLabel: a,
99
+ totalLabel: r,
100
100
  variant: t = "mini"
101
101
  }) => {
102
- const { spending: r } = v(), c = M(), { isTablet: e } = V(), { announce: s, ariaLive: C } = R(), u = T.useMemo(
102
+ const { spending: a } = v(), c = M(), { isTablet: e } = V(), { announce: u, ariaLive: C } = R(), g = T.useMemo(
103
103
  () => o ? i.categoryData.find((x) => x.guid === o) : void 0,
104
104
  [o]
105
105
  );
106
106
  T.useEffect(() => {
107
- if (u) {
108
- const x = b(u.amount, t === "mini" ? "0,0" : "0,0.00");
109
- s(`${u.name}: ${x}`);
107
+ if (g) {
108
+ const x = b(g.amount, t === "mini" ? "0,0" : "0,0.00");
109
+ u(`${g.name}: ${x}`);
110
110
  }
111
- }, [u, s, t]);
111
+ }, [g, u, t]);
112
112
  const E = i.donutData.length > 0 ? i.donutData : [{ id: "0", color: c.palette.divider, value: 100 }], I = () => {
113
113
  m?.(o);
114
114
  }, w = e ? 32 : 48;
115
115
  return /* @__PURE__ */ f(N, { children: [
116
116
  C,
117
- /* @__PURE__ */ d(j, { data: E, onClick: g, selectedId: o, size: n, children: /* @__PURE__ */ d(h, { alignItems: "center", height: "100%", justifyContent: "center", width: "100%", children: /* @__PURE__ */ f(h, { alignItems: "center", justifyContent: "center", minHeight: n, minWidth: n, children: [
118
- u && /* @__PURE__ */ f(
117
+ /* @__PURE__ */ d(j, { data: E, onClick: s, selectedId: o, size: n, children: /* @__PURE__ */ d(h, { alignItems: "center", height: "100%", justifyContent: "center", width: "100%", children: /* @__PURE__ */ f(h, { alignItems: "center", justifyContent: "center", minHeight: n, minWidth: n, children: [
118
+ g && /* @__PURE__ */ f(
119
119
  h,
120
120
  {
121
121
  alignItems: "center",
@@ -127,7 +127,7 @@ const D = 5, B = (i, l, g, m) => m.reduce((o, n) => {
127
127
  /* @__PURE__ */ d(S, { "aria-hidden": "true", role: "presentation", children: /* @__PURE__ */ d(
128
128
  G,
129
129
  {
130
- categoryGuid: l ? p.INCOME : u.guid,
130
+ categoryGuid: l ? p.INCOME : g.guid,
131
131
  size: t === "mini" ? 24 : w,
132
132
  variant: O.Transparent
133
133
  }
@@ -138,29 +138,29 @@ const D = 5, B = (i, l, g, m) => m.reduce((o, n) => {
138
138
  color: "text.secondary",
139
139
  noWrap: !0,
140
140
  variant: t === "mini" ? "tiny" : "body1",
141
- children: u ? u.name : a
141
+ children: g ? g.name : r
142
142
  }
143
143
  )
144
144
  ]
145
145
  }
146
146
  ),
147
- !u && t === "full" && /* @__PURE__ */ d(y, { bold: !0, color: "text.secondary", sx: { mb: { xs: 4, xl: 8 } }, children: a }),
148
- /* @__PURE__ */ d($, { variant: t === "mini" ? "h2" : "h1", children: u ? b(u.amount, t === "mini" ? "0,0" : "0,0.00") : b(i.totalAmount, t === "mini" ? "0,0" : "0,0.00") }),
149
- !u && t === "mini" && /* @__PURE__ */ d(y, { color: "text.secondary", noWrap: !0, variant: "tiny", children: a }),
147
+ !g && t === "full" && /* @__PURE__ */ d(y, { bold: !0, color: "text.secondary", sx: { mb: { xs: 4, xl: 8 } }, children: r }),
148
+ /* @__PURE__ */ d($, { variant: t === "mini" ? "h2" : "h1", children: g ? b(g.amount, t === "mini" ? "0,0" : "0,0.00") : b(i.totalAmount, t === "mini" ? "0,0" : "0,0.00") }),
149
+ !g && t === "mini" && /* @__PURE__ */ d(y, { color: "text.secondary", noWrap: !0, variant: "tiny", children: r }),
150
150
  t === "full" && /* @__PURE__ */ d(
151
151
  A,
152
152
  {
153
- "aria-label": `View ${u?.name || ""} Transactions`,
153
+ "aria-label": `View ${g?.name || ""} Transactions`,
154
154
  disabled: i.categoryData.length === 0,
155
155
  onClick: I,
156
156
  sx: { mt: { xl: 4, xs: 0 }, zIndex: 1 },
157
157
  variant: "text",
158
- children: r.view_transactions
158
+ children: a.view_transactions
159
159
  }
160
160
  )
161
161
  ] }) }) })
162
162
  ] });
163
- }, rt = k(P), at = ({ data: i, onSelected: l, selectedId: g }) => {
163
+ }, at = k(P), rt = ({ data: i, onSelected: l, selectedId: s }) => {
164
164
  const m = (o, n) => {
165
165
  (o.key === "Enter" || o.key === " ") && (o.preventDefault(), l(n));
166
166
  };
@@ -169,7 +169,7 @@ const D = 5, B = (i, l, g, m) => m.reduce((o, n) => {
169
169
  {
170
170
  alignItems: "center",
171
171
  "aria-label": o.name,
172
- "aria-pressed": o.guid === g,
172
+ "aria-pressed": o.guid === s,
173
173
  direction: "row",
174
174
  gap: 8,
175
175
  onClick: () => l(o.guid),
@@ -179,15 +179,15 @@ const D = 5, B = (i, l, g, m) => m.reduce((o, n) => {
179
179
  tabIndex: 0,
180
180
  children: [
181
181
  /* @__PURE__ */ d(S, { borderRadius: 4, height: 8, sx: { backgroundColor: o.color }, width: 8 }),
182
- /* @__PURE__ */ d(y, { bold: o.guid === g, variant: "caption", children: o.name })
182
+ /* @__PURE__ */ d(y, { bold: o.guid === s, variant: "caption", children: o.name })
183
183
  ]
184
184
  },
185
185
  o.guid
186
186
  )) });
187
187
  };
188
188
  export {
189
- rt as S,
189
+ at as S,
190
190
  et as a,
191
- at as b,
191
+ rt as b,
192
192
  nt as g
193
193
  };
@@ -14,13 +14,15 @@ import { endOfMonth as Be } from "date-fns/endOfMonth";
14
14
  import { getUnixTime as Ie } from "date-fns/getUnixTime";
15
15
  import { isBefore as je } from "date-fns/isBefore";
16
16
  import { startOfMonth as De } from "date-fns/startOfMonth";
17
- import { a as qe, i as Qe } from "./BudgetUtil-CGchXaek.mjs";
17
+ import { b as E } from "./Localization-DnoVyBNK.mjs";
18
+ import { f as V } from "./NumberFormatting--XMeeBfr.mjs";
19
+ import { a as qe, i as Qe } from "./BudgetUtil-Bg2AQJpQ.mjs";
18
20
  import me from "@mui/material/Button";
19
21
  import Xe from "@mui/material/FormGroup";
20
22
  import ue from "@mui/material/IconButton";
21
23
  import $e from "@mui/material/TextField";
22
24
  import { u as xe } from "./useAriaLive-MkYebyUR.mjs";
23
- import { b as Ze, T as Je, u as re, O as C, c as et, d as tt, E as at, C as rt } from "./EmbeddedCard-CAY_HJjE.mjs";
25
+ import { b as Ze, T as Je, u as re, O as C, c as et, d as tt, E as at, C as rt } from "./EmbeddedCard-BNl3quCs.mjs";
24
26
  import { u as O, h as R, o as nt, d as ot, l as we, g as G, b as it, C as st } from "./hooks-BaO_gOI6.mjs";
25
27
  import { A as Y } from "./Analytics-CzGzz_sE.mjs";
26
28
  import lt from "@mui/material/ToggleButton";
@@ -30,23 +32,21 @@ import j from "@mui/material/Avatar";
30
32
  import U from "@mui/material/ListItem";
31
33
  import q from "@mui/material/ListItemAvatar";
32
34
  import z from "@mui/material/ListItemText";
33
- import { f as Me, D as Re } from "./DateFormats-BSktnUw6.mjs";
35
+ import { f as Me, D as Re } from "./DateFormats-HudZ3Bjs.mjs";
34
36
  import { BarChart as mt } from "@mui/x-charts";
35
- import { f as V } from "./NumberFormatting-Dnk0YyfZ.mjs";
36
- import { b as E } from "./Localization-Li21_krp.mjs";
37
37
  import { L as _t } from "./Loader-CxeBwuPG.mjs";
38
38
  import Q from "@mui/material/ListItemButton";
39
39
  import X from "@mui/material/ListItemIcon";
40
- import { b as Fe } from "./CategorySelectorDrawer-nHEBR24E.mjs";
40
+ import { b as Fe } from "./CategorySelectorDrawer-Cu1ohxeM.mjs";
41
41
  import { D as ae } from "./Dialog-iLlBR8TG.mjs";
42
42
  import { D as _e } from "./Drawer-XPaLYjiO.mjs";
43
- import { b as pt, C as gt, a as ht } from "./CurrencyDialog-C7r7JqVu.mjs";
43
+ import { b as pt, C as gt, a as ht } from "./CurrencyDialog-d4dL7vA5.mjs";
44
44
  import yt from "@mui/material/styles/useTheme";
45
45
  import Pe from "@mui/material/InputAdornment";
46
46
  import Tt from "@mui/material/Checkbox";
47
- import { j as bt } from "./DateUtil-Bdm-ZxFw.mjs";
47
+ import { j as bt } from "./DateUtil-Bhq59ZVg.mjs";
48
48
  import Ne from "@mui/material/Grid";
49
- import { C as Ct } from "./CurrencyInput-BUd8mAcE.mjs";
49
+ import { C as Ct } from "./CurrencyInput-B59ugxPN.mjs";
50
50
  import ft from "@mui/material/Switch";
51
51
  var de = /* @__PURE__ */ ((t) => (t[t.Category = 0] = "Category", t[t.Date = 1] = "Date", t[t.Memo = 2] = "Memo", t[t.Tags = 3] = "Tags", t))(de || {}), ie = /* @__PURE__ */ ((t) => (t[t.MerchantBudget = 0] = "MerchantBudget", t[t.SplitTransaction = 1] = "SplitTransaction", t[t.HideTransaction = 2] = "HideTransaction", t[t.MerchantLogo = 3] = "MerchantLogo", t))(ie || {});
52
52
  const St = [