@mx-cartographer/experiences 7.0.0-alpha.mega1 → 7.0.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.
- package/CHANGELOG.md +17 -0
- package/dist/{Account-DY6nxO7y.mjs → Account-BFol-JYA.mjs} +1 -1
- package/dist/{AccountDetailsContent-DvPs81kL.mjs → AccountDetailsContent-Do3z1FnQ.mjs} +8 -8
- package/dist/{AccountDetailsHeader-W2U7ZVm_.mjs → AccountDetailsHeader-DnEyQMpX.mjs} +12 -12
- package/dist/{AccountFields-DAVcbZy5.mjs → AccountFields-CeHZrIQe.mjs} +2 -2
- package/dist/{AccountListItem-DFlbdcmT.mjs → AccountListItem-C7JzYpqf.mjs} +3 -3
- package/dist/{AccountStore-CU7qV3vg.mjs → AccountStore-Cu3GoLh-.mjs} +1 -1
- package/dist/{Accounts-BLlrQA5m.mjs → Accounts-BuYXUMhP.mjs} +1 -1
- package/dist/{BudgetUtil-Ci1TN0J5.mjs → BudgetUtil-spowPvBM.mjs} +2 -2
- package/dist/{Category-5S6uwuXz.mjs → Category-CevNQ03n.mjs} +4 -4
- package/dist/{CategorySelectorDrawer-rHyHHYuh.mjs → CategorySelectorDrawer-Dyzb3UDU.mjs} +1 -1
- package/dist/{CategoryStore-B5EW6I1d.mjs → CategoryStore-BOyzQjQp.mjs} +2 -2
- package/dist/{CategoryUtil-DRyruNgi.mjs → CategoryUtil-BR3H5i6n.mjs} +1 -1
- package/dist/{ConnectDrawer-D9cR5phc.mjs → ConnectDrawer-WfKHsHSF.mjs} +1 -1
- package/dist/{ConnectionsDrawer-BzGqljSp.mjs → ConnectionsDrawer-Czp-E0-m.mjs} +2 -2
- package/dist/{CurrencyInput-D74cemI2.mjs → CurrencyInput-CSZjO22Z.mjs} +1 -1
- package/dist/{DebtsStore-S0l9kr0r.mjs → DebtsStore-D9holN8L.mjs} +1 -1
- package/dist/ExportCsvAction-dpvaZxbS.mjs +24 -0
- package/dist/{GoalStore-DioeeL-s.mjs → GoalStore-Drf76ell.mjs} +4 -4
- package/dist/{Help-DpYRO8oA.mjs → Help-DRUwVDvo.mjs} +1 -1
- package/dist/{LineChart-CcyX38kK.mjs → LineChart-CYiUS-px.mjs} +88 -85
- package/dist/{ListItemAction-BabpYivr.mjs → ListItemAction-BzmbPuNp.mjs} +1 -1
- package/dist/{ManageIncome-ndMuhJMG.mjs → ManageIncome-B6kmMN_z.mjs} +178 -186
- package/dist/{MicroWidgetContainer-CsvHLYKX.mjs → MicroWidgetContainer-DmYiksbT.mjs} +1 -1
- package/dist/{MiniWidgetContainer-BoOp-A05.mjs → MiniWidgetContainer-DqKQNubH.mjs} +1 -1
- package/dist/{NetWorthStore-PD-RUe09.mjs → NetWorthStore-BK1_NbXW.mjs} +2 -2
- package/dist/{Notification-AMGWM1Al.mjs → Notification-ByMBpJ5u.mjs} +33 -22
- package/dist/{NotificationSettings-VhHuMAFU.mjs → NotificationSettings-BznqGVQ2.mjs} +35 -34
- package/dist/{OriginalBalanceAction-D39mx6uE.mjs → OriginalBalanceAction-CSu5brQE.mjs} +3 -3
- package/dist/RecurringSettings-Be1dzkMz.mjs +57 -0
- package/dist/ResponsiveButton-DZFp78fJ.mjs +45 -0
- package/dist/{SettingsStore-CE7jDVFL.mjs → SettingsStore-B4gi6oOw.mjs} +1 -1
- package/dist/{SpendingData-BkrxzHdr.mjs → SpendingData-D5vsfYKo.mjs} +5 -5
- package/dist/{Transaction-CA0FW2Ij.mjs → Transaction-CyqrHmAA.mjs} +1 -1
- package/dist/{TransactionDetails-WBHFmbxL.mjs → TransactionDetails-D4B9DSWo.mjs} +421 -417
- package/dist/{TransactionStore-CeLdmVnC.mjs → TransactionStore-DSyXtPek.mjs} +8 -8
- package/dist/TrendsStore-DR8etTL2.mjs +547 -0
- package/dist/{ViewMoreMicroCard-CAPFNz-J.mjs → ViewMoreMicroCard-BZI5VMNW.mjs} +476 -468
- package/dist/{WidgetContainer-DWCusxYI.mjs → WidgetContainer-BG-fdDOf.mjs} +110 -104
- package/dist/accounts/index.es.js +12 -12
- package/dist/analytics/index.es.js +8 -8
- package/dist/budgets/index.es.js +10 -10
- package/dist/cashflow/index.es.js +7 -7
- package/dist/categories/index.es.js +2 -2
- package/dist/common/components/WidgetContainer.d.ts +1 -1
- package/dist/common/components/charts/LineChart.d.ts +1 -0
- package/dist/common/components/index.d.ts +1 -0
- package/dist/common/components/listitems/ToggleButtonListItem.d.ts +2 -1
- package/dist/common/constants/Analytics.d.ts +16 -10
- package/dist/common/index.es.js +432 -469
- package/dist/dashboard/index.es.js +13 -13
- package/dist/debts/index.es.js +66 -66
- package/dist/{exportTransactionsToCSV-CmwsKl2D.mjs → exportTransactionsToCSV-BlVifaOG.mjs} +2 -2
- package/dist/finstrong/index.es.js +6 -6
- package/dist/goals/index.es.js +32 -32
- package/dist/help/index.es.js +3 -3
- package/dist/{hooks-30y_BLwc.mjs → hooks-02T565vf.mjs} +10 -10
- package/dist/investments/index.es.js +3 -3
- package/dist/merchants/index.es.js +1 -1
- package/dist/microinsights/components/carouselheader/CarouselHeader.d.ts +1 -0
- package/dist/microinsights/components/microBeatCarousel/MicroBeatCarousel.d.ts +1 -0
- package/dist/microinsights/index.es.js +1 -1
- package/dist/networth/index.es.js +7 -7
- package/dist/notifications/index.es.js +9 -9
- package/dist/recurringtransactions/index.es.js +8 -8
- package/dist/settings/index.es.js +25 -25
- package/dist/spending/index.es.js +13 -13
- package/dist/transactions/components/shared/TransactionList.d.ts +2 -0
- package/dist/transactions/components/transactionwidget/actions/ExportCsvAction.d.ts +5 -1
- package/dist/transactions/index.d.ts +1 -0
- package/dist/transactions/index.es.js +143 -141
- package/dist/trends/constants/TrendsWidget.d.ts +3 -0
- package/dist/trends/index.es.js +576 -635
- package/package.json +1 -1
- package/dist/RecurringSettings-D_HnMYZP.mjs +0 -57
- package/dist/TrendsStore-BHJUapXF.mjs +0 -487
- package/dist/index.d.ts +0 -0
- package/dist/trends/components/TransactionsList.d.ts +0 -7
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,23 @@
|
|
2
2
|
|
3
3
|
- **UPDATED** - Avoid-barrel implementation
|
4
4
|
|
5
|
+
## [6.27.1] - 09-16-2025
|
6
|
+
|
7
|
+
- **FIXED** `Recurring Transactions` settings Drawer | Description/Border Bug.
|
8
|
+
|
9
|
+
## [6.27.0] - 09-15-2025
|
10
|
+
|
11
|
+
- **UPDATED** 'TrendsWidget' to use exising `TransactionList` component
|
12
|
+
|
13
|
+
## [6.26.34] - 09-15-2025
|
14
|
+
|
15
|
+
- **ADDED** - Analytics events for new trends widget
|
16
|
+
- **UPDATED** - `InsightsMicroWidget` with optional analytics metadata prop
|
17
|
+
|
18
|
+
## [6.26.33] - 09-15-2025
|
19
|
+
|
20
|
+
- **FIXED** - Added Truncation/Bold to Notification Type Account Names.
|
21
|
+
|
5
22
|
## [6.26.32] - 09-12-2025
|
6
23
|
|
7
24
|
- **FIXED** - Inconsistent totals in `Spending` widget when switching date ranges
|
@@ -11,10 +11,10 @@ import M from "@mui/material/Divider";
|
|
11
11
|
import v from "@mui/material/ListItem";
|
12
12
|
import N from "@mui/material/ListItemButton";
|
13
13
|
import w from "@mui/material/ListItemText";
|
14
|
-
import { u as D } from "./AccountDetailsHeader-
|
15
|
-
import { c as z, u as E,
|
16
|
-
import { A as at } from "./AccountListItem-
|
17
|
-
import { A as I } from "./WidgetContainer-
|
14
|
+
import { u as D } from "./AccountDetailsHeader-DnEyQMpX.mjs";
|
15
|
+
import { c as z, u as E, e as O, f as X } from "./hooks-02T565vf.mjs";
|
16
|
+
import { A as at } from "./AccountListItem-C7JzYpqf.mjs";
|
17
|
+
import { A as I } from "./WidgetContainer-BG-fdDOf.mjs";
|
18
18
|
import { a as V, f as B, D as j } from "./Dialog-CWW597AF.mjs";
|
19
19
|
import { b as h } from "./Localization-2MODESHW.mjs";
|
20
20
|
import { D as J } from "./Drawer-kEE73B87.mjs";
|
@@ -24,7 +24,7 @@ import st from "@mui/icons-material/LanguageRounded";
|
|
24
24
|
import R from "@mui/material/ListItemAvatar";
|
25
25
|
import it from "@mui/material/Stack";
|
26
26
|
import rt from "@mui/material/styles/useTheme";
|
27
|
-
import { k as m, N as Q, j as Z, F as P } from "./ConnectDrawer-
|
27
|
+
import { k as m, N as Q, j as Z, F as P } from "./ConnectDrawer-WfKHsHSF.mjs";
|
28
28
|
import { fromUnixTime as lt } from "date-fns/fromUnixTime";
|
29
29
|
import { isToday as dt } from "date-fns/isToday";
|
30
30
|
import { isYesterday as ut } from "date-fns/isYesterday";
|
@@ -39,14 +39,14 @@ import { LocalizationProvider as ft } from "@mui/x-date-pickers-pro";
|
|
39
39
|
import At from "@mui/material/MenuItem";
|
40
40
|
import bt from "@mui/material/Select";
|
41
41
|
import Tt from "@mui/material/TextField";
|
42
|
-
import { C as St } from "./CurrencyInput-
|
43
|
-
import { a as Dt } from "./AccountFields-
|
42
|
+
import { C as St } from "./CurrencyInput-CSZjO22Z.mjs";
|
43
|
+
import { a as Dt } from "./AccountFields-CeHZrIQe.mjs";
|
44
44
|
import Et from "@mui/material/Alert";
|
45
45
|
import yt from "@mui/material/AlertTitle";
|
46
46
|
import xt from "@mui/material/Link";
|
47
47
|
import wt from "@mui/material/Paper";
|
48
48
|
import { subDays as It, startOfToday as kt, endOfToday as Mt } from "date-fns";
|
49
|
-
import { T as vt, a as Lt } from "./TransactionDetails-
|
49
|
+
import { T as vt, a as Lt } from "./TransactionDetails-D4B9DSWo.mjs";
|
50
50
|
import { T as K } from "./TabContentContainer-j01JYR_7.mjs";
|
51
51
|
const U = ({
|
52
52
|
children: e,
|
@@ -2,25 +2,25 @@ import { jsx as e, jsxs as u } from "react/jsx-runtime";
|
|
2
2
|
import { observer as p } from "mobx-react-lite";
|
3
3
|
import d from "@mui/material/Stack";
|
4
4
|
import { H3 as w, InstitutionLogo as I, Text as m, H2 as L } from "@mxenabled/mxui";
|
5
|
-
import { g as N } from "./AccountFields-
|
5
|
+
import { g as N } from "./AccountFields-CeHZrIQe.mjs";
|
6
6
|
import h from "react";
|
7
|
-
import { G as v, c as S,
|
7
|
+
import { G as v, c as S, l as y, u as _, m as E } from "./hooks-02T565vf.mjs";
|
8
8
|
import G from "@mui/material/Card";
|
9
9
|
import O from "@mui/material/CardContent";
|
10
10
|
import P from "@mui/material/CardHeader";
|
11
11
|
import { useTheme as M } from "@mui/material/styles";
|
12
|
-
import { g as B, a as H, b as U } from "./SpendingData-
|
13
|
-
import { L as j } from "./LineChart-
|
14
|
-
import { I as f, P as g, S as C } from "./Account-
|
15
|
-
import { A } from "./ConnectDrawer-
|
12
|
+
import { g as B, a as H, b as U } from "./SpendingData-D5vsfYKo.mjs";
|
13
|
+
import { L as j } from "./LineChart-CYiUS-px.mjs";
|
14
|
+
import { I as f, P as g, S as C } from "./Account-BFol-JYA.mjs";
|
15
|
+
import { A } from "./ConnectDrawer-WfKHsHSF.mjs";
|
16
16
|
import { L as z } from "./Loader-Dp1P2gNw.mjs";
|
17
|
-
import { f as Y, D as
|
18
|
-
import { f as
|
17
|
+
import { f as Y, D as R } from "./Dialog-CWW597AF.mjs";
|
18
|
+
import { f as $ } from "./NumberFormatting-CtWHhyBX.mjs";
|
19
19
|
const b = () => {
|
20
20
|
if (!h.useContext(v))
|
21
21
|
throw new Error("useCategoryUiStore() must be used within the GlobalDataContext");
|
22
22
|
return S().uiStore;
|
23
|
-
},
|
23
|
+
}, k = (o, n) => {
|
24
24
|
const t = f.includes(n) ? B(o) : [], a = g.includes(n) ? H(o) : [], r = C.includes(n) ? U(o) : [];
|
25
25
|
return [t, a, r].filter((s) => s.length > 0);
|
26
26
|
}, F = (o, n, t) => {
|
@@ -38,7 +38,7 @@ const b = () => {
|
|
38
38
|
}
|
39
39
|
return i;
|
40
40
|
}, V = () => {
|
41
|
-
const o = M(), { selectedAccount: n } = b(), { monthlyCategoryTotals: t } = y(), { trends: a } = _(), r = [o.palette.chart?.chart1, o.palette.chart?.chart2], s =
|
41
|
+
const o = M(), { selectedAccount: n } = b(), { monthlyCategoryTotals: t } = y(), { trends: a } = _(), r = [o.palette.chart?.chart1, o.palette.chart?.chart2], s = k(t, n.account_type), c = F(s, n.account_type, a), i = [A.LOAN, A.MORTGAGE].includes(n.account_type);
|
42
42
|
return /* @__PURE__ */ e("div", { "data-testid": "TrendsChart", children: /* @__PURE__ */ e(
|
43
43
|
j,
|
44
44
|
{
|
@@ -72,7 +72,7 @@ const b = () => {
|
|
72
72
|
P,
|
73
73
|
{
|
74
74
|
sx: { pb: 0 },
|
75
|
-
title: /* @__PURE__ */ e(w, { sx: { pb: 4 }, children: Y(/* @__PURE__ */ new Date(),
|
75
|
+
title: /* @__PURE__ */ e(w, { sx: { pb: 4 }, children: Y(/* @__PURE__ */ new Date(), R.MONTH_LONG) })
|
76
76
|
}
|
77
77
|
),
|
78
78
|
/* @__PURE__ */ e(O, { sx: { p: 0 }, children: /* @__PURE__ */ e(W, {}) })
|
@@ -103,7 +103,7 @@ const b = () => {
|
|
103
103
|
/* @__PURE__ */ e(L, { children: t.name || t.feed_name }),
|
104
104
|
/* @__PURE__ */ u(d, { direction: "row", justifyContent: "space-between", children: [
|
105
105
|
/* @__PURE__ */ e(m, { bold: c, variant: "Body", children: r }),
|
106
|
-
/* @__PURE__ */ e(m, { bold: !0, variant: "Body", children:
|
106
|
+
/* @__PURE__ */ e(m, { bold: !0, variant: "Body", children: $(s, "0,0.00") })
|
107
107
|
] }),
|
108
108
|
/* @__PURE__ */ u(d, { direction: "row", justifyContent: "space-between", children: [
|
109
109
|
/* @__PURE__ */ e(m, { variant: "Small", children: i }),
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
2
2
|
import { Icon as p, Text as c } from "@mxenabled/mxui";
|
3
|
-
import { F as m, A as b, a as v, P as h, b as F } from "./ConnectDrawer-
|
4
|
-
import { i as D, u as T, a as A, b as O, c as g } from "./Accounts-
|
3
|
+
import { F as m, A as b, a as v, P as h, b as F } from "./ConnectDrawer-WfKHsHSF.mjs";
|
4
|
+
import { i as D, u as T, a as A, b as O, c as g } from "./Accounts-BuYXUMhP.mjs";
|
5
5
|
import { f as _, i as d, a as N, b as S } from "./NumberFormatting-CtWHhyBX.mjs";
|
6
6
|
import { b as i } from "./Localization-2MODESHW.mjs";
|
7
7
|
import { f, D as o } from "./Dialog-CWW597AF.mjs";
|
@@ -11,9 +11,9 @@ import { InstitutionLogo as B, Text as o } from "@mxenabled/mxui";
|
|
11
11
|
import "@mui/icons-material/CheckCircle";
|
12
12
|
import L from "@mui/icons-material/Error";
|
13
13
|
import { I as A } from "./IconBacking-B9oC6uL2.mjs";
|
14
|
-
import { g as j } from "./AccountFields-
|
15
|
-
import { d } from "./ConnectDrawer-
|
16
|
-
import { u as T } from "./hooks-
|
14
|
+
import { g as j } from "./AccountFields-CeHZrIQe.mjs";
|
15
|
+
import { d } from "./ConnectDrawer-WfKHsHSF.mjs";
|
16
|
+
import { u as T } from "./hooks-02T565vf.mjs";
|
17
17
|
import { f as X } from "./NumberFormatting-CtWHhyBX.mjs";
|
18
18
|
const $ = {
|
19
19
|
gridRow: 1,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { makeAutoObservable as m, runInAction as a } from "mobx";
|
2
2
|
import { F as A, A as o } from "./Fetch-CkFKy79O.mjs";
|
3
|
-
import { A as n, d as u, E as _, g, h as f } from "./ConnectDrawer-
|
3
|
+
import { A as n, d as u, E as _, g, h as f } from "./ConnectDrawer-WfKHsHSF.mjs";
|
4
4
|
class l {
|
5
5
|
fetchInstance;
|
6
6
|
constructor(t, e) {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { A as _ } from "./ConnectDrawer-
|
1
|
+
import { A as _ } from "./ConnectDrawer-WfKHsHSF.mjs";
|
2
2
|
const s = (t) => t && (t.account_type === _.CREDIT_CARD || t.account_type === _.LOAN || t.account_type === _.MORTGAGE || t.account_type === _.LINE_OF_CREDIT || t.account_type === _.CHECKING_LINE_OF_CREDIT), p = (t) => t.is_manual || !t.guid, E = (t) => t.account_type === _.LINE_OF_CREDIT || t.account_type === _.CREDIT_CARD || t.account_type === _.CHECKING_LINE_OF_CREDIT, a = (t) => t.account_type === _.SAVINGS || t.account_type === _.CHECKING || t.account_type === _.LINE_OF_CREDIT || t.account_type === _.CREDIT_CARD || t.account_type === _.LOAN || t.account_type === _.MORTGAGE, y = (t) => t.account_type === _.LOAN || t.account_type === _.MORTGAGE;
|
3
3
|
export {
|
4
4
|
s as a,
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { g as _ } from "./hooks-02T565vf.mjs";
|
2
|
+
import { b as d } from "./Category-CevNQ03n.mjs";
|
3
3
|
import { b as f } from "./Localization-2MODESHW.mjs";
|
4
4
|
import { f as l } from "./NumberFormatting-CtWHhyBX.mjs";
|
5
5
|
const p = (n, e) => n.find((t) => t.guid === e), B = (n, e) => n.find((t) => t.guid === e), T = (n, e) => {
|
@@ -2,7 +2,7 @@ import { jsx as t, jsxs as E } from "react/jsx-runtime";
|
|
2
2
|
import { observer as g } from "mobx-react-lite";
|
3
3
|
import C from "react";
|
4
4
|
import $ from "@mui/material/Stack";
|
5
|
-
import { G as K,
|
5
|
+
import { G as K, l as y, u as b, e as D, a as U } from "./hooks-02T565vf.mjs";
|
6
6
|
import Y from "@mui/material/List";
|
7
7
|
import V from "@mui/material/Paper";
|
8
8
|
import v from "@mui/material/Divider";
|
@@ -3,9 +3,9 @@ import { getUnixTime as r } from "date-fns/getUnixTime";
|
|
3
3
|
import { subMonths as g } from "date-fns/subMonths";
|
4
4
|
import { startOfMonth as h } from "date-fns/startOfMonth";
|
5
5
|
import { endOfMonth as d } from "date-fns/endOfMonth";
|
6
|
-
import { a as T, g as m } from "./CategoryUtil-
|
6
|
+
import { a as T, g as m } from "./CategoryUtil-BR3H5i6n.mjs";
|
7
7
|
import { F as p, A as i } from "./Fetch-CkFKy79O.mjs";
|
8
|
-
import {
|
8
|
+
import { b as f, c as w } from "./Category-CevNQ03n.mjs";
|
9
9
|
class y {
|
10
10
|
fetchInstance;
|
11
11
|
constructor(t, e) {
|
@@ -3,7 +3,7 @@ import { startOfMonth as h } from "date-fns/startOfMonth";
|
|
3
3
|
import { startOfToday as M } from "date-fns/startOfToday";
|
4
4
|
import { subMonths as T } from "date-fns/subMonths";
|
5
5
|
import { CategoryIconList as C } from "@mxenabled/mxui";
|
6
|
-
import {
|
6
|
+
import { C as N, a as O, b } from "./Category-CevNQ03n.mjs";
|
7
7
|
import { f as D, D as E } from "./Dialog-CWW597AF.mjs";
|
8
8
|
const R = 3, d = 12, Y = (n, r, t) => n.filter((e) => !e.parent_guid).map(
|
9
9
|
(e) => _(
|
@@ -14,7 +14,7 @@ import p from "@mui/material/ListItemText";
|
|
14
14
|
import y from "@mui/material/Popover";
|
15
15
|
import g from "@mui/material/Stack";
|
16
16
|
import v from "@mui/material/Checkbox";
|
17
|
-
import { u as B, c, d as u } from "./hooks-
|
17
|
+
import { u as B, c, d as u } from "./hooks-02T565vf.mjs";
|
18
18
|
import { b as W } from "./Localization-2MODESHW.mjs";
|
19
19
|
import { u as EE } from "./useScreenSize-B6JyS_Lj.mjs";
|
20
20
|
import { observer as z } from "mobx-react-lite";
|
@@ -3,8 +3,8 @@ import r from "react";
|
|
3
3
|
import { observer as E } from "mobx-react-lite";
|
4
4
|
import { useTheme as D } from "@mui/material/styles";
|
5
5
|
import { ConnectionsWidget as L } from "@mxenabled/web-widget-sdk";
|
6
|
-
import { C as a, c, M as i } from "./ConnectDrawer-
|
7
|
-
import { c as b, d as w, u as _ } from "./hooks-
|
6
|
+
import { C as a, c, M as i } from "./ConnectDrawer-WfKHsHSF.mjs";
|
7
|
+
import { c as b, d as w, u as _ } from "./hooks-02T565vf.mjs";
|
8
8
|
import { D as x } from "./Drawer-kEE73B87.mjs";
|
9
9
|
const I = ({
|
10
10
|
onClose: l,
|
@@ -5,7 +5,7 @@ import { v4 as B } from "uuid";
|
|
5
5
|
import { useTokens as O, TextField as W, P as p } from "@mxenabled/mxui";
|
6
6
|
import { b as _, g as d } from "./Localization-2MODESHW.mjs";
|
7
7
|
import { g as j, C as D, f as y, M as C } from "./NumberFormatting-CtWHhyBX.mjs";
|
8
|
-
import { u as F } from "./hooks-
|
8
|
+
import { u as F } from "./hooks-02T565vf.mjs";
|
9
9
|
const G = ({
|
10
10
|
allowDecimals: o = !0,
|
11
11
|
ariaLabel: g,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { makeAutoObservable as l } from "mobx";
|
2
2
|
import { getDate as o, fromUnixTime as m, startOfMonth as _ } from "date-fns";
|
3
|
-
import { A as b } from "./ConnectDrawer-
|
3
|
+
import { A as b } from "./ConnectDrawer-WfKHsHSF.mjs";
|
4
4
|
var u = /* @__PURE__ */ ((a) => (a[a.HIGHEST_INTEREST = 1] = "HIGHEST_INTEREST", a[a.LOWEST_BALANCE = 2] = "LOWEST_BALANCE", a[a.HIGHEST_BALANCE = 3] = "HIGHEST_BALANCE", a))(u || {});
|
5
5
|
const p = {
|
6
6
|
unnamed_label: "Unnamed Debt"
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
2
|
+
import { observer as c } from "mobx-react-lite";
|
3
|
+
import { Icon as i } from "@mxenabled/mxui";
|
4
|
+
import { e as p } from "./exportTransactionsToCSV-BlVifaOG.mjs";
|
5
|
+
import { O as m } from "./Transaction-CyqrHmAA.mjs";
|
6
|
+
import { R as x } from "./ResponsiveButton-DZFp78fJ.mjs";
|
7
|
+
import { e as _, f as C, u as l } from "./hooks-02T565vf.mjs";
|
8
|
+
const v = ({ filter: t }) => {
|
9
|
+
const { onEvent: r } = _(), { tags: e, sortedTransactions: s } = C(), { transactions: n } = l(), a = () => {
|
10
|
+
r(m.ON_TRANSACTION_EXPORT_CSV_CLICK), p(t ? s.filter(t) : s, e);
|
11
|
+
};
|
12
|
+
return /* @__PURE__ */ o("div", { className: "mx-txn-export-csv-action", children: /* @__PURE__ */ o(
|
13
|
+
x,
|
14
|
+
{
|
15
|
+
icon: /* @__PURE__ */ o(i, { name: "open_in_new" }),
|
16
|
+
label: n.export_csv_btn,
|
17
|
+
onClick: a,
|
18
|
+
tooltipText: n.export_csv_title
|
19
|
+
}
|
20
|
+
) });
|
21
|
+
}, b = c(v);
|
22
|
+
export {
|
23
|
+
b as E
|
24
|
+
};
|
@@ -7,8 +7,8 @@ import G from "@mui/material/CardHeader";
|
|
7
7
|
import C from "@mui/material/Stack";
|
8
8
|
import { AccountBalance as f, ChevronRight as I } from "@mxenabled/mx-icons";
|
9
9
|
import { Text as A } from "@mxenabled/mxui";
|
10
|
-
import { j as N } from "./ConnectDrawer-
|
11
|
-
import {
|
10
|
+
import { j as N } from "./ConnectDrawer-WfKHsHSF.mjs";
|
11
|
+
import { k as O } from "./hooks-02T565vf.mjs";
|
12
12
|
import { makeAutoObservable as p, runInAction as i } from "mobx";
|
13
13
|
import { F as w, A as s } from "./Fetch-CkFKy79O.mjs";
|
14
14
|
const V = ({ description: o, label: t, title: e }) => {
|
@@ -75,7 +75,7 @@ class m {
|
|
75
75
|
updateMonthlyCashFlowProfile = async (t) => this.fetchInstance.put(`${s.MONTHLY_CASH_FLOW_PROFILE}`, t).then((e) => e.monthly_cash_flow_profile);
|
76
76
|
updateRetirementGoal = async (t) => this.fetchInstance.put(`${s.RETIREMENT_GOALS}/${t.guid}`, t).then((e) => e.retirement_goal);
|
77
77
|
}
|
78
|
-
class
|
78
|
+
class k {
|
79
79
|
globalStore;
|
80
80
|
api = new m("/", "");
|
81
81
|
alert = "";
|
@@ -259,5 +259,5 @@ export {
|
|
259
259
|
L as M,
|
260
260
|
c as T,
|
261
261
|
m as a,
|
262
|
-
|
262
|
+
k as b
|
263
263
|
};
|
@@ -13,7 +13,7 @@ import Q from "@mui/material/ListItemButton";
|
|
13
13
|
import E from "@mui/material/Stack";
|
14
14
|
import { H3 as y, P as H, Icon as X, Text as T, H2 as ot, InstitutionLogo as bt } from "@mxenabled/mxui";
|
15
15
|
import wt from "@mui/material/Breadcrumbs";
|
16
|
-
import { u as V, y as tt, c as xt, o as ft, a as St,
|
16
|
+
import { u as V, y as tt, c as xt, o as ft, a as St, k as It } from "./hooks-02T565vf.mjs";
|
17
17
|
import { useTheme as Z } from "@mui/material/styles";
|
18
18
|
import { b as s } from "./Localization-2MODESHW.mjs";
|
19
19
|
import { E as Tt, a as Et, P as Ct } from "./Help-DhcC-C05.mjs";
|