@mx-cartographer/experiences 9.0.2 → 9.0.4-alpha.mm0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/{Account-BaJmiJAG.mjs → Account-DR7Plrqy.mjs} +10 -10
- package/dist/AccountDetailsDrawer-C8oJP3J4.mjs +921 -0
- package/dist/AccountDetailsHeader-ByGNPZpO.mjs +228 -0
- package/dist/{AccountUtils-T5_Odvos.mjs → AccountUtils-B8ZzWI-d.mjs} +3 -3
- package/dist/{Analytics-CzGzz_sE.mjs → Analytics-WeZYytR0.mjs} +3 -0
- package/dist/BeatMaterialIcon-1KOfRZrA.mjs +26 -0
- package/dist/{CategorySelectorDrawer-8soGrhB8.mjs → CategorySelectorDrawer-BArJC27L.mjs} +1 -1
- package/dist/Connect-BH0Pt6zc.mjs +42 -0
- package/dist/{ConnectCard-CCep7Zqe.mjs → ConnectCard-Dwfgv24k.mjs} +1 -1
- package/dist/{ConnectDrawer-Cnjr3Ddg.mjs → ConnectDrawer-DytyIhaF.mjs} +8 -9
- package/dist/{ConnectionsDrawer-CtfPXk0M.mjs → ConnectionsDrawer-BHJPKXYF.mjs} +8 -9
- package/dist/{CurrencyInput-adTIRtL3.mjs → CurrencyInput-DaGEQaLW.mjs} +1 -1
- package/dist/DateUtil-CzBmbjmA.mjs +74 -0
- package/dist/{DebtUtils-DD3186U-.mjs → DebtUtils-i4pI2Uoe.mjs} +6 -6
- package/dist/{EmbeddedCard-DPwJjqMH.mjs → EmbeddedCard-CQpbZrmP.mjs} +4 -4
- package/dist/{Error-Dogaw2jO.mjs → Error-Dtw6yxkf.mjs} +1 -1
- package/dist/{ExportCsvAction-Bw02ZJEj.mjs → ExportCsvAction-bovG-NJr.mjs} +2 -2
- package/dist/{GlobalAccountFilter-7Cg2-9A5.mjs → GlobalAccountFilter-CYqzqmAd.mjs} +10 -10
- package/dist/{Help-DJ8PrVHX.mjs → Help-5klKVqkX.mjs} +2 -2
- package/dist/{LineChart-CejWS_rh.mjs → LineChart-CUfiH86G.mjs} +1 -1
- package/dist/{ListItemAction-CzZ8s39Z.mjs → ListItemAction-BqUCLj_w.mjs} +1 -1
- package/dist/{ListItemWrapper-B5r-YQQ_.mjs → ListItemWrapper-BHIbqx7E.mjs} +3 -3
- package/dist/ManageIncome-Cz6hvpdA.mjs +902 -0
- package/dist/{MicroWidgetContainer-CfKdQfhi.mjs → MicroWidgetContainer-B2NnKBgW.mjs} +1 -1
- package/dist/{MiniWidgetContainer-BdPiUU-u.mjs → MiniWidgetContainer-Bmv_WeUd.mjs} +1 -1
- package/dist/{NetWorthUtils-DilGN1nW.mjs → NetWorthUtils-DfSH3z70.mjs} +2 -2
- package/dist/{NotificationSettings-B4JA5IKE.mjs → NotificationSettings-Ci89BBRI.mjs} +4 -4
- package/dist/{OriginalBalanceAction-BybTXDtO.mjs → OriginalBalanceAction-YrvxBYAl.mjs} +3 -3
- package/dist/{RecurringSettings-D2xbNb67.mjs → RecurringSettings-ClYjsmPz.mjs} +4 -4
- package/dist/RecurringTransactionsUtil-zOxq5pzY.mjs +298 -0
- package/dist/Select-CSpkK5cR.mjs +61 -0
- package/dist/SpendingData-Fii_xATx.mjs +53 -0
- package/dist/{SpendingLegend-5Ct_FZ8o.mjs → SpendingLegend-Bn3DzGyK.mjs} +1 -1
- package/dist/TabContentContainer-B0eYJP5p.mjs +48 -0
- package/dist/{TransactionDetails-DctXr07p.mjs → TransactionDetails-DRN0GIaZ.mjs} +6 -6
- package/dist/{UserStore-CRpKQjpP.mjs → UserStore-DzWku3t0.mjs} +81 -40
- package/dist/{ViewMoreMicroCard-BD_MNc2z.mjs → ViewMoreMicroCard-Dxghxphh.mjs} +211 -231
- package/dist/{WidgetContainer-CmbU4CBH.mjs → WidgetContainer-D-LzIKFb.mjs} +3 -3
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsDrawer.d.ts +6 -0
- package/dist/accounts/index.d.ts +1 -0
- package/dist/accounts/index.es.js +220 -1035
- package/dist/analytics/index.es.js +8 -8
- package/dist/budgets/index.es.js +11 -11
- package/dist/cashflow/index.es.js +41 -41
- package/dist/categories/index.es.js +1 -1
- package/dist/common/components/DataRow.d.ts +1 -0
- package/dist/common/constants/Analytics.d.ts +3 -0
- package/dist/common/index.es.js +82 -83
- package/dist/core/index.es.js +8 -8
- package/dist/core/stores/RecurringTransactionsStore.d.ts +27 -1
- package/dist/core/types/localization/RecurringCopy.d.ts +14 -1
- package/dist/core/utils/DateUtil.d.ts +2 -0
- package/dist/core/utils/RecurringTransactionsUtil.d.ts +2 -1
- package/dist/dashboard/index.es.js +4 -4
- package/dist/debts/index.es.js +73 -73
- package/dist/finstrong/index.es.js +17 -17
- package/dist/goals/index.es.js +22 -23
- package/dist/help/index.es.js +4 -4
- package/dist/{hooks-BaO_gOI6.mjs → hooks-97sNJ_lf.mjs} +9 -9
- package/dist/insights/index.es.js +4 -4
- package/dist/investments/index.es.js +6 -6
- package/dist/merchants/index.es.js +1 -1
- package/dist/microinsights/index.es.js +12 -11
- package/dist/networth/index.es.js +9 -9
- package/dist/notifications/index.es.js +9 -9
- package/dist/recurringtransactions/components/RecurringTransactionDetailsDrawer.d.ts +3 -0
- package/dist/recurringtransactions/components/RecurringTransactionList.d.ts +11 -0
- package/dist/recurringtransactions/components/UpcomingRecurrenceCard.d.ts +6 -0
- package/dist/recurringtransactions/components/actions/LinkTransactionDrawer.d.ts +10 -0
- package/dist/recurringtransactions/components/actions/MarkAsPaidDialog.d.ts +7 -0
- package/dist/recurringtransactions/components/actions/MarkAsUnpaidDialog.d.ts +7 -0
- package/dist/recurringtransactions/index.es.js +402 -376
- package/dist/settings/index.es.js +7 -7
- package/dist/spending/index.es.js +8 -8
- package/dist/transactions/index.es.js +12 -12
- package/dist/trends/index.es.js +14 -14
- package/dist/useAccountDisplayName-BsiXA0qf.mjs +23 -0
- package/dist/{useInsightsEnabled-DaNLPmUU.mjs → useInsightsEnabled-D5Sdm0TJ.mjs} +1 -1
- package/dist/{useWidgetLoadTimer-CJb-RELP.mjs → useWidgetLoadTimer-B0tB-yzL.mjs} +1 -1
- package/package.json +1 -1
- package/dist/Account-BxHMlV9R.mjs +0 -30
- package/dist/AccountDetailsHeader-DIysk_4w.mjs +0 -95
- package/dist/AccountDisplayName-CO7z3v99.mjs +0 -11
- package/dist/AccountFields-mwJ8NXsX.mjs +0 -141
- package/dist/AccountListItem-BDXHs4tV.mjs +0 -94
- package/dist/Accounts-CseLC3lL.mjs +0 -5
- package/dist/Connect-Dk6GZEsA.mjs +0 -39
- package/dist/DateUtil-Bhq59ZVg.mjs +0 -58
- package/dist/ManageIncome-D1yBODQi.mjs +0 -595
- package/dist/RecurringTransactionsUtil-B3rLEx_g.mjs +0 -253
- package/dist/Select-BFt-HD-L.mjs +0 -55
- package/dist/SpendingData-PKlh8caU.mjs +0 -53
- package/dist/TabContentContainer-CnMXkVqr.mjs +0 -21
- package/dist/useAccountDisplayName-CFa_MrS6.mjs +0 -15
|
@@ -26,13 +26,13 @@ import { b as z } from "../Localization-DnoVyBNK.mjs";
|
|
|
26
26
|
import { f as Xe, D as Ue } from "../DateFormats-HudZ3Bjs.mjs";
|
|
27
27
|
import * as lt from "d3";
|
|
28
28
|
import { observer as w } from "mobx-react-lite";
|
|
29
|
-
import { u as S,
|
|
29
|
+
import { u as S, a as ne, i as qe, C as oe, s as L, D as Pn, c as ke, l as Qe, e as Bn, h as Ze, g as En, o as Gn } from "../hooks-97sNJ_lf.mjs";
|
|
30
30
|
import { L as ee } from "../Loader-CxeBwuPG.mjs";
|
|
31
31
|
import E from "@mui/material/Button";
|
|
32
32
|
import Y from "@mui/material/Card";
|
|
33
|
-
import { L as Je } from "../LineChart-
|
|
34
|
-
import { C as vt } from "../ConnectionsDrawer-
|
|
35
|
-
import { C as se } from "../ConnectDrawer-
|
|
33
|
+
import { L as Je } from "../LineChart-CUfiH86G.mjs";
|
|
34
|
+
import { C as vt } from "../ConnectionsDrawer-BHJPKXYF.mjs";
|
|
35
|
+
import { C as se } from "../ConnectDrawer-DytyIhaF.mjs";
|
|
36
36
|
import he from "@mui/material/Tab";
|
|
37
37
|
import et from "@mui/material/Tabs";
|
|
38
38
|
import Pe from "@mui/material/TextField";
|
|
@@ -42,15 +42,15 @@ import { u as wt } from "../useDimensions-CeDR9V8N.mjs";
|
|
|
42
42
|
import { E as Be } from "../EmptyState-CJUDc3kD.mjs";
|
|
43
43
|
import $n from "@mui/material/Chip";
|
|
44
44
|
import { D as ie } from "../Drawer-BXqqBMxg.mjs";
|
|
45
|
-
import { g as kt } from "../
|
|
46
|
-
import {
|
|
45
|
+
import { g as kt } from "../useAccountDisplayName-BsiXA0qf.mjs";
|
|
46
|
+
import { a as Mt } from "../AccountDetailsHeader-ByGNPZpO.mjs";
|
|
47
47
|
import Nn from "@mui/material/ListSubheader";
|
|
48
|
-
import { S as dt } from "../Select-
|
|
49
|
-
import {
|
|
48
|
+
import { S as dt } from "../Select-CSpkK5cR.mjs";
|
|
49
|
+
import { c as je } from "../Account-DR7Plrqy.mjs";
|
|
50
50
|
import { S as zn } from "../StatusBar-CPfSXe80.mjs";
|
|
51
|
-
import {
|
|
52
|
-
import { T as Hn, s as Kn, h as Vn, S as jn, a as Yn } from "../EmbeddedCard-
|
|
53
|
-
import { T as ge } from "../TabContentContainer-
|
|
51
|
+
import { k as Dt } from "../DateUtil-CzBmbjmA.mjs";
|
|
52
|
+
import { T as Hn, s as Kn, h as Vn, S as jn, a as Yn } from "../EmbeddedCard-CQpbZrmP.mjs";
|
|
53
|
+
import { T as ge } from "../TabContentContainer-B0eYJP5p.mjs";
|
|
54
54
|
import Xn from "@mui/material/useMediaQuery";
|
|
55
55
|
import { BarPlot as Un } from "@mui/x-charts/BarChart";
|
|
56
56
|
import { ChartContainer as qn } from "@mui/x-charts/ChartContainer";
|
|
@@ -58,15 +58,15 @@ import { ChartsXAxis as Qn } from "@mui/x-charts/ChartsXAxis";
|
|
|
58
58
|
import { ChartsYAxis as Zn } from "@mui/x-charts/ChartsYAxis";
|
|
59
59
|
import { startOfMonth as It } from "date-fns/startOfMonth";
|
|
60
60
|
import { endOfMonth as At } from "date-fns/endOfMonth";
|
|
61
|
-
import { g as Jn, S as eo, b as to } from "../SpendingLegend-
|
|
61
|
+
import { g as Jn, S as eo, b as to } from "../SpendingLegend-Bn3DzGyK.mjs";
|
|
62
62
|
import { formatISO as no } from "date-fns/formatISO";
|
|
63
63
|
import { fromUnixTime as oo } from "date-fns/fromUnixTime";
|
|
64
64
|
import { subDays as ro } from "date-fns/subDays";
|
|
65
|
-
import { c as ao, b as pt, S as io, i as so } from "../ManageIncome-
|
|
66
|
-
import { F as Tt,
|
|
65
|
+
import { c as ao, b as pt, S as io, i as so } from "../ManageIncome-Cz6hvpdA.mjs";
|
|
66
|
+
import { F as Tt, d as co, R as Ot } from "../RecurringTransactionsUtil-zOxq5pzY.mjs";
|
|
67
67
|
import { LocalizationProvider as lo, DatePicker as po, StaticDatePicker as uo } from "@mui/x-date-pickers";
|
|
68
68
|
import { AdapterDateFns as Rt } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
|
69
|
-
import { R as _o } from "../RecurringSettings-
|
|
69
|
+
import { R as _o } from "../RecurringSettings-ClYjsmPz.mjs";
|
|
70
70
|
import { LocalizationProvider as mo } from "@mui/x-date-pickers/LocalizationProvider";
|
|
71
71
|
import ho from "@mui/lab/Timeline";
|
|
72
72
|
import go, { timelineItemClasses as yo } from "@mui/lab/TimelineItem";
|
|
@@ -77,8 +77,8 @@ import Co from "@mui/lab/TimelineSeparator";
|
|
|
77
77
|
import So from "@mui/material/Accordion";
|
|
78
78
|
import vo from "@mui/material/AccordionDetails";
|
|
79
79
|
import wo from "@mui/material/AccordionSummary";
|
|
80
|
-
import { u as ko } from "../useWidgetLoadTimer-
|
|
81
|
-
import { W as Mo } from "../WidgetContainer-
|
|
80
|
+
import { u as ko } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
81
|
+
import { W as Mo } from "../WidgetContainer-D-LzIKFb.mjs";
|
|
82
82
|
const Ae = {
|
|
83
83
|
creditScore: {
|
|
84
84
|
poor: 600,
|
package/dist/goals/index.es.js
CHANGED
|
@@ -18,13 +18,13 @@ import te from "@mui/material/Avatar";
|
|
|
18
18
|
import He from "@mui/material/CardHeader";
|
|
19
19
|
import { Payments as Ee, NoteStack as Se, Person as ve, ArrowUpwardAlt as Ue, CheckCircle as Ye, ChevronRight as z, Icon as ye, ExpandLess as Ze, ExpandMore as qe, AddBox as Ie, Trophy as Je } from "@mxenabled/mx-icons";
|
|
20
20
|
import { g as ue, T as r, G as de, a as Qe, M as U, b as Xe } from "../GoalsUtil-C9EnLWvC.mjs";
|
|
21
|
-
import { u as x, k as N,
|
|
21
|
+
import { u as x, k as N, a as _e, i as pe, c as j, C as Ge, f as Ne } from "../hooks-97sNJ_lf.mjs";
|
|
22
22
|
import { u as he } from "../useScreenSize-mWpmnh5w.mjs";
|
|
23
23
|
import { S as et } from "../StatusBar-CPfSXe80.mjs";
|
|
24
24
|
import v from "@mui/material/Divider";
|
|
25
25
|
import O from "@mui/material/List";
|
|
26
|
-
import { L as Z } from "../ListItemAction-
|
|
27
|
-
import { C as ke } from "../CurrencyInput-
|
|
26
|
+
import { L as Z } from "../ListItemAction-BqUCLj_w.mjs";
|
|
27
|
+
import { C as ke } from "../CurrencyInput-DaGEQaLW.mjs";
|
|
28
28
|
import { fromUnixTime as ee } from "date-fns/fromUnixTime";
|
|
29
29
|
import tt from "@mui/material/IconButton";
|
|
30
30
|
import k from "@mui/material/ListItem";
|
|
@@ -33,30 +33,29 @@ import L from "@mui/material/ListItemButton";
|
|
|
33
33
|
import w from "@mui/material/ListItemText";
|
|
34
34
|
import { f as be, D as fe } from "../DateFormats-HudZ3Bjs.mjs";
|
|
35
35
|
import { D as q } from "../Drawer-BXqqBMxg.mjs";
|
|
36
|
-
import { g as we } from "../
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import { C as De } from "../ConnectCard-
|
|
41
|
-
import {
|
|
42
|
-
import { u as it } from "../useAccountDisplayName-CFa_MrS6.mjs";
|
|
36
|
+
import { g as we, u as nt } from "../useAccountDisplayName-BsiXA0qf.mjs";
|
|
37
|
+
import ot from "@mui/material/Collapse";
|
|
38
|
+
import at from "@mui/material/ListItemIcon";
|
|
39
|
+
import it from "@mui/material/Checkbox";
|
|
40
|
+
import { C as De } from "../ConnectCard-Dwfgv24k.mjs";
|
|
41
|
+
import { c as Ae } from "../Account-DR7Plrqy.mjs";
|
|
43
42
|
import Ke from "@mui/material/TextField";
|
|
44
|
-
import { M as rt, I as st, O as ct } from "../OriginalBalanceAction-
|
|
43
|
+
import { M as rt, I as st, O as ct } from "../OriginalBalanceAction-YrvxBYAl.mjs";
|
|
45
44
|
import { getUnixTime as lt } from "date-fns/getUnixTime";
|
|
46
45
|
import { isValid as dt } from "date-fns/isValid";
|
|
47
46
|
import { AdapterDateFns as mt } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
|
48
47
|
import { DatePicker as ut } from "@mui/x-date-pickers";
|
|
49
48
|
import { LocalizationProvider as _t } from "@mui/x-date-pickers/LocalizationProvider";
|
|
50
49
|
import { D as pt } from "../Dialog-Bvd2n8hz.mjs";
|
|
51
|
-
import { u as Me } from "../useWidgetLoadTimer-
|
|
52
|
-
import { A as $ } from "../Analytics-
|
|
50
|
+
import { u as Me } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
51
|
+
import { A as $ } from "../Analytics-WeZYytR0.mjs";
|
|
53
52
|
import { L as Le } from "../Loader-CxeBwuPG.mjs";
|
|
54
|
-
import { W as ht } from "../WidgetContainer-
|
|
53
|
+
import { W as ht } from "../WidgetContainer-D-LzIKFb.mjs";
|
|
55
54
|
import { E as bt } from "../EmptyState-CJUDc3kD.mjs";
|
|
56
55
|
import ft from "@mui/material/Box";
|
|
57
56
|
import { useTheme as gt } from "@mui/material/styles";
|
|
58
57
|
import { S as yt } from "../SingleSegmentDonut-7Uy6VEld.mjs";
|
|
59
|
-
import { M as At } from "../MicroWidgetContainer-
|
|
58
|
+
import { M as At } from "../MicroWidgetContainer-B2NnKBgW.mjs";
|
|
60
59
|
function se({ title: t, subtitle: n }) {
|
|
61
60
|
return /* @__PURE__ */ c(f, { children: [
|
|
62
61
|
/* @__PURE__ */ e(C, { bold: !0, variant: "body1", children: t }),
|
|
@@ -377,8 +376,8 @@ const Tt = (t, n) => n ? I(t, t < 1e3 ? "0" : "0.00a").replace(
|
|
|
377
376
|
}
|
|
378
377
|
) }),
|
|
379
378
|
/* @__PURE__ */ e(v, { variant: "inset" }),
|
|
380
|
-
o && /* @__PURE__ */ e(
|
|
381
|
-
/* @__PURE__ */ e(
|
|
379
|
+
o && /* @__PURE__ */ e(ot, { in: h, children: /* @__PURE__ */ e(O, { sx: { bgcolor: "background.default" }, children: p.map((b, l) => /* @__PURE__ */ e(k, { sx: { pl: 48 }, children: /* @__PURE__ */ c(L, { onClick: () => n(b.label, b.metaType, s), children: [
|
|
380
|
+
/* @__PURE__ */ e(at, { sx: { mr: 8 }, children: /* @__PURE__ */ e(ye, { name: b.icon }) }),
|
|
382
381
|
/* @__PURE__ */ e(
|
|
383
382
|
w,
|
|
384
383
|
{
|
|
@@ -429,7 +428,7 @@ const Tt = (t, n) => n ? I(t, t < 1e3 ? "0" : "0.00a").replace(
|
|
|
429
428
|
secondary: I(o.balance || 0, "0,0.00")
|
|
430
429
|
}
|
|
431
430
|
),
|
|
432
|
-
/* @__PURE__ */ e(
|
|
431
|
+
/* @__PURE__ */ e(it, { checked: s.some((l) => l.guid === o.guid) })
|
|
433
432
|
] }) }),
|
|
434
433
|
/* @__PURE__ */ e(v, { variant: b < t.length - 1 ? "inset" : "fullWidth" })
|
|
435
434
|
] }, o.guid))
|
|
@@ -490,7 +489,7 @@ const Tt = (t, n) => n ? I(t, t < 1e3 ? "0" : "0.00a").replace(
|
|
|
490
489
|
)
|
|
491
490
|
] });
|
|
492
491
|
}, We = ({ account: t }) => {
|
|
493
|
-
const n =
|
|
492
|
+
const n = nt(t);
|
|
494
493
|
return /* @__PURE__ */ c(k, { sx: { bgcolor: "background.paper", p: 24 }, children: [
|
|
495
494
|
/* @__PURE__ */ e(P, { children: /* @__PURE__ */ e(
|
|
496
495
|
X,
|
|
@@ -868,7 +867,7 @@ const Tt = (t, n) => n ? I(t, t < 1e3 ? "0" : "0.00a").replace(
|
|
|
868
867
|
}
|
|
869
868
|
)
|
|
870
869
|
] });
|
|
871
|
-
}),
|
|
870
|
+
}), jn = D(({ onBackClick: t, onMenuClick: n, sx: u }) => {
|
|
872
871
|
const { onEvent: d } = Ne(), { isMobile: _ } = he(), { isAccountDataLoaded: i, loadAccountData: m } = j(), { isInitialized: p } = _e(), { goals: s, common: h } = x(), {
|
|
873
872
|
alert: a,
|
|
874
873
|
allGoals: o,
|
|
@@ -1044,7 +1043,7 @@ const Tt = (t, n) => n ? I(t, t < 1e3 ? "0" : "0.00a").replace(
|
|
|
1044
1043
|
)
|
|
1045
1044
|
]
|
|
1046
1045
|
}
|
|
1047
|
-
),
|
|
1046
|
+
), Fn = D(({ onCTAClick: t }) => {
|
|
1048
1047
|
const { isAccountDataLoaded: n, loadAccountData: u, visibleAccounts: d } = j(), { onEvent: _ } = Ne(), { goals: i } = x(), { isInitialized: m } = _e(), { ongoingGoalsForMicroWidget: p, isAllGoalDataLoaded: s, loadGoalData: h } = N();
|
|
1049
1048
|
Me({
|
|
1050
1049
|
widgetName: "GoalsMicroWidget",
|
|
@@ -1085,6 +1084,6 @@ const Tt = (t, n) => n ? I(t, t < 1e3 ? "0" : "0.00a").replace(
|
|
|
1085
1084
|
);
|
|
1086
1085
|
});
|
|
1087
1086
|
export {
|
|
1088
|
-
|
|
1089
|
-
|
|
1087
|
+
Fn as GoalsMicroWidget,
|
|
1088
|
+
jn as GoalsWidget
|
|
1090
1089
|
};
|
package/dist/help/index.es.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { observer as m } from "mobx-react-lite";
|
|
3
|
-
import { H as s } from "../Help-
|
|
4
|
-
import {
|
|
5
|
-
import { u as p } from "../useWidgetLoadTimer-
|
|
3
|
+
import { H as s } from "../Help-5klKVqkX.mjs";
|
|
4
|
+
import { a } from "../hooks-97sNJ_lf.mjs";
|
|
5
|
+
import { u as p } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
6
6
|
import { L as d } from "../Loader-CxeBwuPG.mjs";
|
|
7
|
-
import { W as f } from "../WidgetContainer-
|
|
7
|
+
import { W as f } from "../WidgetContainer-D-LzIKFb.mjs";
|
|
8
8
|
const L = m(({ onBackClick: e, onMenuClick: i, sx: t }) => {
|
|
9
9
|
const { isInitialized: o } = a();
|
|
10
10
|
return p({
|
|
@@ -48,15 +48,15 @@ export {
|
|
|
48
48
|
k as D,
|
|
49
49
|
a as G,
|
|
50
50
|
d as W,
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
51
|
+
D as a,
|
|
52
|
+
U as b,
|
|
53
|
+
p as c,
|
|
54
|
+
v as d,
|
|
55
|
+
m as e,
|
|
56
|
+
M as f,
|
|
57
|
+
R as g,
|
|
58
|
+
B as h,
|
|
59
|
+
f as i,
|
|
60
60
|
h as j,
|
|
61
61
|
P as k,
|
|
62
62
|
G as l,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as t, jsxs as c, Fragment as N } from "react/jsx-runtime";
|
|
2
2
|
import { BottomSheetTransition as r2, Text as E, MerchantLogo as Q, InstitutionLogo as F, P as J, H3 as h1, H2 as c1, Icon as k1, CategoryIcon as g1, createMXTheme as i2 } from "@mxenabled/mxui";
|
|
3
3
|
import C from "@mui/material/Stack";
|
|
4
|
-
import { e as K, p as n2, B as z1, b as l2 } from "../EmbeddedCard-
|
|
5
|
-
import { f as C5, C as m5, E as p5 } from "../EmbeddedCard-
|
|
4
|
+
import { e as K, p as n2, B as z1, b as l2 } from "../EmbeddedCard-CQpbZrmP.mjs";
|
|
5
|
+
import { f as C5, C as m5, E as p5 } from "../EmbeddedCard-CQpbZrmP.mjs";
|
|
6
6
|
import { CardHeader as a2, Stack as v, Button as A1, Card as j1, Box as L1, ToggleButtonGroup as o2, TextField as s2, Grow as c2, Alert as h2, useTheme as d2, useMediaQuery as H1, AppBar as C2, Toolbar as m2, IconButton as u1, List as p2, ListItem as E2, Divider as u2 } from "@mui/material";
|
|
7
7
|
import { useTheme as f2, styled as x2, Stack as f1 } from "@mui/system";
|
|
8
8
|
import { Link as y2, Icon as S, CheckCircle as W1, ChevronRight as M2 } from "@mxenabled/mx-icons";
|
|
@@ -31,13 +31,13 @@ import M1 from "@mui/material/ListItemText";
|
|
|
31
31
|
import { b as L2 } from "../Localization-DnoVyBNK.mjs";
|
|
32
32
|
import { f as T } from "../NumberFormatting--XMeeBfr.mjs";
|
|
33
33
|
import { D as H2 } from "../Drawer-BXqqBMxg.mjs";
|
|
34
|
-
import { B as G2 } from "../Error-
|
|
34
|
+
import { B as G2 } from "../Error-Dtw6yxkf.mjs";
|
|
35
35
|
import P1 from "@mui/material/FormControl";
|
|
36
36
|
import U1 from "@mui/material/FormControlLabel";
|
|
37
37
|
import B1 from "@mui/material/Radio";
|
|
38
38
|
import Q1 from "@mui/material/RadioGroup";
|
|
39
39
|
import R2 from "@mui/material/TextField";
|
|
40
|
-
import { u as I2 } from "../hooks-
|
|
40
|
+
import { u as I2 } from "../hooks-97sNJ_lf.mjs";
|
|
41
41
|
import Y2 from "@mui/material/Menu";
|
|
42
42
|
import D2 from "@mui/material/MenuItem";
|
|
43
43
|
import { useInView as N2 } from "react-intersection-observer";
|
|
@@ -4,7 +4,7 @@ import { observer as $ } from "mobx-react-lite";
|
|
|
4
4
|
import _ from "@mui/material/Stack";
|
|
5
5
|
import Fe from "@mui/material/Tab";
|
|
6
6
|
import Ee from "@mui/material/Tabs";
|
|
7
|
-
import { C as pe } from "../ConnectionsDrawer-
|
|
7
|
+
import { C as pe } from "../ConnectionsDrawer-BHJPKXYF.mjs";
|
|
8
8
|
import xe from "@mui/material/useMediaQuery";
|
|
9
9
|
import Ne from "@mui/material/Box";
|
|
10
10
|
import Me from "@mui/material/Collapse";
|
|
@@ -16,8 +16,8 @@ import ye from "@mui/material/ToggleButton";
|
|
|
16
16
|
import fe from "@mui/material/ToggleButtonGroup";
|
|
17
17
|
import { Text as o, P as X, InstitutionLogo as oe } from "@mxenabled/mxui";
|
|
18
18
|
import Ue from "@mui/material/Button";
|
|
19
|
-
import { u as N,
|
|
20
|
-
import { A as z } from "../Analytics-
|
|
19
|
+
import { u as N, f as ve, v as U, a as J, c as ce } from "../hooks-97sNJ_lf.mjs";
|
|
20
|
+
import { A as z } from "../Analytics-WeZYytR0.mjs";
|
|
21
21
|
import { f as re, a as je } from "../NumberFormatting--XMeeBfr.mjs";
|
|
22
22
|
import { u as j } from "../useScreenSize-mWpmnh5w.mjs";
|
|
23
23
|
import { useTheme as Z } from "@mui/material/styles";
|
|
@@ -37,9 +37,9 @@ import { D as Re } from "../Drawer-BXqqBMxg.mjs";
|
|
|
37
37
|
import { DataGridPro as $e } from "@mui/x-data-grid-pro";
|
|
38
38
|
import { Stack as Pe } from "@mui/material";
|
|
39
39
|
import { L as De } from "../Loader-CxeBwuPG.mjs";
|
|
40
|
-
import { u as qe } from "../useWidgetLoadTimer-
|
|
41
|
-
import { W as Ke } from "../WidgetContainer-
|
|
42
|
-
import {
|
|
40
|
+
import { u as qe } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
41
|
+
import { W as Ke } from "../WidgetContainer-D-LzIKFb.mjs";
|
|
42
|
+
import { c as Ye } from "../Account-DR7Plrqy.mjs";
|
|
43
43
|
import { E as Qe } from "../EmptyState-CJUDc3kD.mjs";
|
|
44
44
|
const me = ({ sx: t = {} }) => {
|
|
45
45
|
const { investments: u } = N(), { onEvent: c } = ve(), { setShowConnectionsWidget: m } = U();
|
|
@@ -12,7 +12,7 @@ import k from "@mui/material/ListItemText";
|
|
|
12
12
|
import A from "@mui/material/Paper";
|
|
13
13
|
import d from "@mui/material/Stack";
|
|
14
14
|
import { MerchantLogo as V, Text as R } from "@mxenabled/mxui";
|
|
15
|
-
import {
|
|
15
|
+
import { b as v, u as w, a as C } from "../hooks-97sNJ_lf.mjs";
|
|
16
16
|
import { L as u } from "../Loader-CxeBwuPG.mjs";
|
|
17
17
|
import { S as N } from "../SearchBox-Cpgu_gdO.mjs";
|
|
18
18
|
const B = /^[ a-zA-ZÀ-ÿ0-9]+$/, H = 50, p = 65, P = ({
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { A as u,
|
|
1
|
+
import { A as u, C as s, I as c, a as v, b as C, M as R, c as H, d as M, N as F, V, Z as x } from "../ViewMoreMicroCard-Dxghxphh.mjs";
|
|
2
|
+
import { B as Z } from "../BeatMaterialIcon-1KOfRZrA.mjs";
|
|
2
3
|
import { jsx as e, jsxs as l } from "react/jsx-runtime";
|
|
3
4
|
const a = ({
|
|
4
5
|
color: i = "currentColor",
|
|
@@ -810,17 +811,17 @@ const a = ({
|
|
|
810
811
|
] });
|
|
811
812
|
export {
|
|
812
813
|
u as AppStore,
|
|
813
|
-
|
|
814
|
-
|
|
814
|
+
Z as BeatMaterialIcon,
|
|
815
|
+
s as CarouselHeader,
|
|
815
816
|
a as ChartFilledIcon,
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
817
|
+
c as InsightCard,
|
|
818
|
+
v as InsightsMicroWidget,
|
|
819
|
+
C as InsightsMicroWidgetDataProvider,
|
|
820
|
+
R as MicroBeatCarousel,
|
|
821
|
+
H as MicroCardTemplate,
|
|
822
|
+
M as MonthlySpendComparisonIcon,
|
|
823
|
+
F as NoRelevantInsightsCard,
|
|
824
|
+
V as ViewMoreMicroCard,
|
|
824
825
|
x as ZeroStateCard,
|
|
825
826
|
n as ZeroStateIcon
|
|
826
827
|
};
|
|
@@ -5,17 +5,17 @@ import m from "@mui/material/Stack";
|
|
|
5
5
|
import { P as Y, Text as d, Icon as R } from "@mxenabled/mxui";
|
|
6
6
|
import { Icon as Z } from "@mxenabled/mx-icons";
|
|
7
7
|
import { f as F } from "../NumberFormatting--XMeeBfr.mjs";
|
|
8
|
-
import {
|
|
9
|
-
import { u as J } from "../useWidgetLoadTimer-
|
|
10
|
-
import { A as v } from "../Analytics-
|
|
8
|
+
import { c as oe, f as $, u as E, a as q, x as j, D as re } from "../hooks-97sNJ_lf.mjs";
|
|
9
|
+
import { u as J } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
10
|
+
import { A as v } from "../Analytics-WeZYytR0.mjs";
|
|
11
11
|
import { L as Q } from "../Loader-CxeBwuPG.mjs";
|
|
12
|
-
import { M as ie } from "../MicroWidgetContainer-
|
|
12
|
+
import { M as ie } from "../MicroWidgetContainer-B2NnKBgW.mjs";
|
|
13
13
|
import { format as ae, fromUnixTime as se, differenceInMonths as ce } from "date-fns";
|
|
14
14
|
import P from "@mui/material/Box";
|
|
15
|
-
import { C as le } from "../ConnectionsDrawer-
|
|
15
|
+
import { C as le } from "../ConnectionsDrawer-BHJPKXYF.mjs";
|
|
16
16
|
import { fromUnixTime as de } from "date-fns/fromUnixTime";
|
|
17
17
|
import { useTheme as H } from "@mui/material/styles";
|
|
18
|
-
import { L as me } from "../LineChart-
|
|
18
|
+
import { L as me } from "../LineChart-CUfiH86G.mjs";
|
|
19
19
|
import { u as ee } from "../useScreenSize-mWpmnh5w.mjs";
|
|
20
20
|
import { f as he, D as pe } from "../DateFormats-HudZ3Bjs.mjs";
|
|
21
21
|
import ue from "@mui/material/Button";
|
|
@@ -25,14 +25,14 @@ import A from "@mui/material/ListSubheader";
|
|
|
25
25
|
import O from "@mui/material/ListItem";
|
|
26
26
|
import te from "@mui/material/ListItemButton";
|
|
27
27
|
import b from "@mui/material/ListItemText";
|
|
28
|
-
import {
|
|
28
|
+
import { l as ne } from "../DateUtil-CzBmbjmA.mjs";
|
|
29
29
|
import { C as x } from "../CurrencyText-CCbE6MmF.mjs";
|
|
30
30
|
import { Stack as fe } from "@mui/material";
|
|
31
31
|
import xe from "@mui/material/Collapse";
|
|
32
32
|
import K from "@mui/material/ListItemIcon";
|
|
33
|
-
import { g as U } from "../NetWorthUtils-
|
|
33
|
+
import { g as U } from "../NetWorthUtils-DfSH3z70.mjs";
|
|
34
34
|
import { D as V } from "../Drawer-BXqqBMxg.mjs";
|
|
35
|
-
import { W as ge } from "../WidgetContainer-
|
|
35
|
+
import { W as ge } from "../WidgetContainer-D-LzIKFb.mjs";
|
|
36
36
|
import { E as ye } from "../EmptyState-CJUDc3kD.mjs";
|
|
37
37
|
const Ce = ({ amount: t, copy: s, trendValue: i }) => {
|
|
38
38
|
const n = i > 0, o = i === 0 ? "trending_flat" : n ? "trending_up" : "trending_down";
|
|
@@ -8,15 +8,15 @@ import B from "@mui/material/Divider";
|
|
|
8
8
|
import I from "@mui/material/List";
|
|
9
9
|
import { g as R, s as O } from "../NotificationUtils-BRGFTePr.mjs";
|
|
10
10
|
import { Text as m, InstitutionLogo as G, CategoryIcon as E } from "@mxenabled/mxui";
|
|
11
|
-
import {
|
|
11
|
+
import { k as j } from "../DateUtil-CzBmbjmA.mjs";
|
|
12
12
|
import { useTheme as z, Card as U } from "@mui/material";
|
|
13
|
-
import {
|
|
13
|
+
import { c as F, o as P, u as C, y as k, a as v, i as V } from "../hooks-97sNJ_lf.mjs";
|
|
14
14
|
import { Icon as W, Settings as $ } from "@mxenabled/mx-icons";
|
|
15
15
|
import M from "@mui/material/Button";
|
|
16
16
|
import X from "@mui/material/Stack";
|
|
17
|
-
import { L as
|
|
17
|
+
import { L as w } from "../Loader-CxeBwuPG.mjs";
|
|
18
18
|
import Y from "@mui/material/IconButton";
|
|
19
|
-
import { N as q } from "../NotificationSettings-
|
|
19
|
+
import { N as q } from "../NotificationSettings-Ci89BBRI.mjs";
|
|
20
20
|
import { D as x } from "../Drawer-BXqqBMxg.mjs";
|
|
21
21
|
const xt = (i) => {
|
|
22
22
|
switch (i) {
|
|
@@ -53,7 +53,7 @@ const xt = (i) => {
|
|
|
53
53
|
}
|
|
54
54
|
) }) : /* @__PURE__ */ t("div", { style: u.badge, children: /* @__PURE__ */ t(E, { categoryGuid: a?.category_guid, size: 36 }) });
|
|
55
55
|
}, K = p(J), Q = ({ notification: i, onClick: e }) => {
|
|
56
|
-
const { updateNotification: r } =
|
|
56
|
+
const { updateNotification: r } = k(), n = z(), o = {
|
|
57
57
|
card: {
|
|
58
58
|
alignItems: "center",
|
|
59
59
|
cursor: "pointer",
|
|
@@ -112,7 +112,7 @@ const xt = (i) => {
|
|
|
112
112
|
onClick: e,
|
|
113
113
|
onManageNotifications: r
|
|
114
114
|
}) => {
|
|
115
|
-
const { isLoading: n, loadNotifications: o, markAllAsViewed: a, recentNotifications: d } =
|
|
115
|
+
const { isLoading: n, loadNotifications: o, markAllAsViewed: a, recentNotifications: d } = k(), { isInitialized: u } = v(), c = (s) => {
|
|
116
116
|
e?.(s);
|
|
117
117
|
};
|
|
118
118
|
D(() => {
|
|
@@ -120,7 +120,7 @@ const xt = (i) => {
|
|
|
120
120
|
}, []);
|
|
121
121
|
const g = i?.includes(A.Insights);
|
|
122
122
|
if (!u || n)
|
|
123
|
-
return /* @__PURE__ */ t(
|
|
123
|
+
return /* @__PURE__ */ t(w, {});
|
|
124
124
|
const h = d.slice().sort((s, _) => _.delivered_at - s.delivered_at).filter(
|
|
125
125
|
(s) => g ? R().has(s.notification_type) : !0
|
|
126
126
|
);
|
|
@@ -139,7 +139,7 @@ const xt = (i) => {
|
|
|
139
139
|
] });
|
|
140
140
|
}, it = p(tt), St = p(
|
|
141
141
|
({ notificationTypes: i, isOpen: e, onClose: r, onNotificationClick: n }) => {
|
|
142
|
-
const { config: o } = V(), { notifications: a, settings: d } = C(), { isCopyLoaded: u } =
|
|
142
|
+
const { config: o } = V(), { notifications: a, settings: d } = C(), { isCopyLoaded: u } = v(), [c, g] = T.useState(!1);
|
|
143
143
|
return u ? /* @__PURE__ */ l(S, { children: [
|
|
144
144
|
/* @__PURE__ */ l(
|
|
145
145
|
x,
|
|
@@ -189,7 +189,7 @@ const xt = (i) => {
|
|
|
189
189
|
)
|
|
190
190
|
}
|
|
191
191
|
)
|
|
192
|
-
] }) : /* @__PURE__ */ t(
|
|
192
|
+
] }) : /* @__PURE__ */ t(w, {});
|
|
193
193
|
}
|
|
194
194
|
);
|
|
195
195
|
export {
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Transaction, RepeatingTransaction } from '../../core';
|
|
2
|
+
interface RecurringTransactionListProps {
|
|
3
|
+
isIncome?: boolean;
|
|
4
|
+
onMarkAsPaidClick: () => void;
|
|
5
|
+
onMarkAsUnpaidClick: (transactionGuid: string) => void;
|
|
6
|
+
onTransactionClick: (guid: string) => void;
|
|
7
|
+
recurringTransaction: RepeatingTransaction;
|
|
8
|
+
transactions: Transaction[];
|
|
9
|
+
}
|
|
10
|
+
export declare const RecurringTransactionList: ({ isIncome, onMarkAsUnpaidClick, onMarkAsPaidClick, onTransactionClick, recurringTransaction, transactions, }: RecurringTransactionListProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface UpcomingRecurrenceCardProps {
|
|
2
|
+
expectedDate: Date;
|
|
3
|
+
onMarkAsPaidClick: () => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const UpcomingRecurrenceCard: ({ expectedDate, onMarkAsPaidClick, }: UpcomingRecurrenceCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { RepeatingTransaction } from '../../../core';
|
|
2
|
+
interface LinkTransactionDrawerProps {
|
|
3
|
+
isOpen: boolean;
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
recurringTransaction: RepeatingTransaction;
|
|
6
|
+
}
|
|
7
|
+
export declare const LinkTransactionDrawer: (({ isOpen, onClose, recurringTransaction }: LinkTransactionDrawerProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface MarkAsPaidDialogProps {
|
|
2
|
+
isOpen: boolean;
|
|
3
|
+
onClose: () => void;
|
|
4
|
+
onLinkTransaction: () => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const MarkAsPaidDialog: ({ isOpen, onClose, onLinkTransaction }: MarkAsPaidDialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface MarkAsUnpaidDialogProps {
|
|
2
|
+
isOpen: boolean;
|
|
3
|
+
onClose: () => void;
|
|
4
|
+
onUnlinkTransaction: () => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const MarkAsUnpaidDialog: ({ isOpen, onClose, onUnlinkTransaction, }: MarkAsUnpaidDialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|