@mx-cartographer/experiences 9.0.15 → 9.0.16-alpha.al0
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 +4 -0
- package/dist/{AccountDetailsDrawer-BRA7SYQ_.mjs → AccountDetailsDrawer-CZPeLsCq.mjs} +2 -2
- package/dist/{EmbeddedCard-BxgB26dd.mjs → EmbeddedCard-DH8vQ3qN.mjs} +183 -181
- package/dist/{ExportCsvAction-BV69DnpC.mjs → ExportCsvAction-C9KWH3Az.mjs} +1 -1
- package/dist/ListItemWrapper-DRse79Iu.mjs +43 -0
- package/dist/{ManageIncome-Dn9Y3Z2U.mjs → ManageIncome-Dcsnnz86.mjs} +7 -7
- package/dist/{RecurringSettings-BWlg0zsv.mjs → RecurringSettings-D8hBbXV_.mjs} +1 -1
- package/dist/{TransactionDetails-DQ_eE7M4.mjs → TransactionDetails-roZ5xLq8.mjs} +1 -1
- package/dist/accounts/index.es.js +2 -2
- package/dist/budgets/index.es.js +3 -3
- package/dist/cashflow/index.es.js +4 -4
- package/dist/common/components/ListItemWrapper.d.ts +2 -1
- package/dist/common/index.es.js +1 -1
- package/dist/finstrong/index.es.js +4 -4
- package/dist/insights/index.es.js +2 -2
- package/dist/recurringtransactions/index.es.js +121 -111
- package/dist/spending/index.es.js +2 -2
- package/dist/transactions/components/shared/transactionlist/TransactionRow.d.ts +1 -0
- package/dist/transactions/index.es.js +5 -5
- package/dist/trends/index.es.js +3 -3
- package/package.json +1 -1
- package/dist/ListItemWrapper-BHIbqx7E.mjs +0 -42
|
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import { observer as c } from "mobx-react-lite";
|
|
3
3
|
import { Icon as i } from "@mxenabled/mxui";
|
|
4
4
|
import { e as p } from "./TransactionUtils-BphBJBbU.mjs";
|
|
5
|
-
import { O as m } from "./EmbeddedCard-
|
|
5
|
+
import { O as m } from "./EmbeddedCard-DH8vQ3qN.mjs";
|
|
6
6
|
import { f as x, g as _, u as C } from "./hooks-97sNJ_lf.mjs";
|
|
7
7
|
import { R as l } from "./ResponsiveButton-CC9F_Ezk.mjs";
|
|
8
8
|
const v = ({ filter: t }) => {
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import o from "@mui/material/ListItem";
|
|
3
|
+
import l from "@mui/material/ListItemButton";
|
|
4
|
+
import { f } from "./hooks-97sNJ_lf.mjs";
|
|
5
|
+
const g = ({
|
|
6
|
+
children: t,
|
|
7
|
+
clickEventName: e,
|
|
8
|
+
component: r,
|
|
9
|
+
onClick: a,
|
|
10
|
+
sx: i = {}
|
|
11
|
+
}) => {
|
|
12
|
+
const { onEvent: p } = f();
|
|
13
|
+
return a ? /* @__PURE__ */ s(
|
|
14
|
+
o,
|
|
15
|
+
{
|
|
16
|
+
className: "list-wrapper",
|
|
17
|
+
...r && { component: r },
|
|
18
|
+
sx: { bgcolor: "background.paper", ...i },
|
|
19
|
+
children: /* @__PURE__ */ s(
|
|
20
|
+
l,
|
|
21
|
+
{
|
|
22
|
+
onClick: () => {
|
|
23
|
+
e && p(e), a();
|
|
24
|
+
},
|
|
25
|
+
children: t
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
}
|
|
29
|
+
) : /* @__PURE__ */ s(
|
|
30
|
+
o,
|
|
31
|
+
{
|
|
32
|
+
className: "list-wrapper",
|
|
33
|
+
...r && { component: r },
|
|
34
|
+
disableGutters: !1,
|
|
35
|
+
disablePadding: !1,
|
|
36
|
+
sx: { bgcolor: "background.paper", ...i },
|
|
37
|
+
children: t
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
};
|
|
41
|
+
export {
|
|
42
|
+
g as L
|
|
43
|
+
};
|
|
@@ -17,12 +17,12 @@ import { startOfToday as U } from "date-fns/startOfToday";
|
|
|
17
17
|
import { endOfMonth as We } from "date-fns/endOfMonth";
|
|
18
18
|
import fe from "@mui/material/Button";
|
|
19
19
|
import { CheckCircle as Ke, Cancel as qe, Icon as je, ChevronRight as He, Delete as Qe, Add as $e, ReceiptLong as Xe } from "@mxenabled/mx-icons";
|
|
20
|
-
import { T as Ze } from "./TransactionDetails-
|
|
21
|
-
import { a as Je } from "./AccountDetailsDrawer-
|
|
20
|
+
import { T as Ze } from "./TransactionDetails-roZ5xLq8.mjs";
|
|
21
|
+
import { a as Je } from "./AccountDetailsDrawer-CZPeLsCq.mjs";
|
|
22
22
|
import { u as Ve } from "./AccountDetailsHeader-BvbCUQSS.mjs";
|
|
23
23
|
import { C as ee } from "./Category-DEKZGLYe.mjs";
|
|
24
24
|
import { T as ge } from "./TransactionUtils-BphBJBbU.mjs";
|
|
25
|
-
import { u as Ce, T as et, S as tt, a as nt } from "./EmbeddedCard-
|
|
25
|
+
import { u as Ce, T as et, S as tt, a as nt } from "./EmbeddedCard-DH8vQ3qN.mjs";
|
|
26
26
|
import { u as x, h as Y, g as re, f as K, a as at, c as ot, C as rt } from "./hooks-97sNJ_lf.mjs";
|
|
27
27
|
import { S as it } from "./SearchBox-Cpgu_gdO.mjs";
|
|
28
28
|
import { D as z } from "./Drawer-DsnW2o0v.mjs";
|
|
@@ -40,7 +40,7 @@ import { getUnixTime as mt } from "date-fns/getUnixTime";
|
|
|
40
40
|
import _t from "@mui/material/IconButton";
|
|
41
41
|
import pt from "@mui/material/Menu";
|
|
42
42
|
import ht from "@mui/material/MenuItem";
|
|
43
|
-
import { L as yt } from "./ListItemWrapper-
|
|
43
|
+
import { L as yt } from "./ListItemWrapper-DRse79Iu.mjs";
|
|
44
44
|
import { f as Se, D as xe } from "./DateFormats-HudZ3Bjs.mjs";
|
|
45
45
|
import ft from "@mui/material/Card";
|
|
46
46
|
import gt from "@mui/material/CardActionArea";
|
|
@@ -334,8 +334,8 @@ const Q = (n) => n.top_level_category_guid !== ee.INCOME && n.transaction_type =
|
|
|
334
334
|
m && (m.status === R.Missed ? i() : m.transactionGuid && t(m.transactionGuid), k());
|
|
335
335
|
};
|
|
336
336
|
return /* @__PURE__ */ l(p, { direction: "column", sx: { minHeight: "30dvh" }, children: [
|
|
337
|
-
/* @__PURE__ */ e(y, { bold: !0, sx: { ml: 24, mt: 16, mb: 8 }, variant: "body1", children: r.past_activity }),
|
|
338
|
-
/* @__PURE__ */ e(ne, { sx: { flex: 1, overflow: "auto" }, children: v.map((c, E) => {
|
|
337
|
+
/* @__PURE__ */ e(y, { bold: !0, id: "past-activity", sx: { ml: 24, mt: 16, mb: 8 }, variant: "body1", children: r.past_activity }),
|
|
338
|
+
/* @__PURE__ */ e(ne, { "aria-labelledby": "past-activity", sx: { flex: 1, overflow: "auto" }, children: v.map((c, E) => {
|
|
339
339
|
const T = c.status === R.Paid, N = c.status === R.Missed, g = E === v.length - 1;
|
|
340
340
|
return /* @__PURE__ */ l(u.Fragment, { children: [
|
|
341
341
|
/* @__PURE__ */ l(
|
|
@@ -713,7 +713,7 @@ const Q = (n) => n.top_level_category_guid !== ee.INCOME && n.transaction_type =
|
|
|
713
713
|
return /* @__PURE__ */ l(p, { bgcolor: n, gap: 24, height: "100%", children: [
|
|
714
714
|
/* @__PURE__ */ l(p, { children: [
|
|
715
715
|
/* @__PURE__ */ e(tt, { bgcolor: n, children: kt(d.date) }),
|
|
716
|
-
/* @__PURE__ */ e(nt, { transaction: d })
|
|
716
|
+
/* @__PURE__ */ e(nt, { component: "div", transaction: d })
|
|
717
717
|
] }),
|
|
718
718
|
/* @__PURE__ */ l(j, { children: [
|
|
719
719
|
/* @__PURE__ */ e(y, { bold: !0, sx: { mx: 24 }, variant: "body1", children: h.payment_schedule }),
|
|
@@ -7,7 +7,7 @@ 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-
|
|
10
|
+
import { R as C, A as S, a as E, M as v } from "./ManageIncome-Dcsnnz86.mjs";
|
|
11
11
|
import { u as _, h as A, f } from "./hooks-97sNJ_lf.mjs";
|
|
12
12
|
import { R as y, F as N } from "./RecurringTransactionsUtil-CHWmqvW5.mjs";
|
|
13
13
|
import { A as m } from "./Analytics-WeZYytR0.mjs";
|
|
@@ -22,7 +22,7 @@ import Xe from "@mui/material/FormGroup";
|
|
|
22
22
|
import ue from "@mui/material/IconButton";
|
|
23
23
|
import $e from "@mui/material/TextField";
|
|
24
24
|
import { u as Ae } from "./useAriaLive-MkYebyUR.mjs";
|
|
25
|
-
import { b as Ze, T as Je, u as ne, O as f, c as et, d as tt, E as at, C as nt } from "./EmbeddedCard-
|
|
25
|
+
import { b as Ze, T as Je, u as ne, O as f, c as et, d as tt, E as at, C as nt } from "./EmbeddedCard-DH8vQ3qN.mjs";
|
|
26
26
|
import { u as E, g as M, o as rt, c as ot, l as we, f as G, a as it, C as st } from "./hooks-97sNJ_lf.mjs";
|
|
27
27
|
import { A as j } from "./Analytics-WeZYytR0.mjs";
|
|
28
28
|
import lt from "@mui/material/ToggleButton";
|
|
@@ -12,8 +12,8 @@ import Z from "@mui/system/Stack";
|
|
|
12
12
|
import { f as U } from "../NumberFormatting--XMeeBfr.mjs";
|
|
13
13
|
import { u as X, g as e1 } from "../AccountDetailsHeader-BvbCUQSS.mjs";
|
|
14
14
|
import { A as K1, a as z1, b as $1 } from "../AccountDetailsHeader-BvbCUQSS.mjs";
|
|
15
|
-
import { A as E, a as t1 } from "../AccountDetailsDrawer-
|
|
16
|
-
import { b as q1, u as J1 } from "../AccountDetailsDrawer-
|
|
15
|
+
import { A as E, a as t1 } from "../AccountDetailsDrawer-CZPeLsCq.mjs";
|
|
16
|
+
import { b as q1, u as J1 } from "../AccountDetailsDrawer-CZPeLsCq.mjs";
|
|
17
17
|
import { i as z, u as R, a as x, c as N, f as $ } from "../hooks-97sNJ_lf.mjs";
|
|
18
18
|
import { A } from "../Analytics-WeZYytR0.mjs";
|
|
19
19
|
import { C as l1 } from "../ConnectionsDrawer-CZU9ku-k.mjs";
|
package/dist/budgets/index.es.js
CHANGED
|
@@ -35,8 +35,8 @@ import { A as P } from "../Analytics-WeZYytR0.mjs";
|
|
|
35
35
|
import Ee from "@mui/material/Tab";
|
|
36
36
|
import Qe from "@mui/material/Tabs";
|
|
37
37
|
import { e as et, g as we } from "../TransactionUtils-BphBJBbU.mjs";
|
|
38
|
-
import { T as ve } from "../EmbeddedCard-
|
|
39
|
-
import { T as tt, c as ot } from "../TransactionDetails-
|
|
38
|
+
import { T as ve } from "../EmbeddedCard-DH8vQ3qN.mjs";
|
|
39
|
+
import { T as tt, c as ot } from "../TransactionDetails-roZ5xLq8.mjs";
|
|
40
40
|
import Te from "@mui/material/Card";
|
|
41
41
|
import De from "@mui/material/CardContent";
|
|
42
42
|
import { S as Se } from "../StatusBar-CPfSXe80.mjs";
|
|
@@ -45,7 +45,7 @@ import { u as nt, C as at } from "../CategorySelectorDrawer-NJsFsKP1.mjs";
|
|
|
45
45
|
import Pe from "@mui/material/CardHeader";
|
|
46
46
|
import { subDays as rt } from "date-fns/subDays";
|
|
47
47
|
import st from "@mui/material/IconButton";
|
|
48
|
-
import { M as it } from "../ManageIncome-
|
|
48
|
+
import { M as it } from "../ManageIncome-Dcsnnz86.mjs";
|
|
49
49
|
import { u as je } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
50
50
|
import { W as ct } from "../WidgetContainer-DJnp6t6c.mjs";
|
|
51
51
|
import { g as lt, a as dt } from "../BudgetUtil-Bg2AQJpQ.mjs";
|
|
@@ -17,13 +17,13 @@ import { I as pe } from "../InformationTooltip-4su8bn1e.mjs";
|
|
|
17
17
|
import { u as Oe } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
18
18
|
import { M as Ze } from "../MiniWidgetContainer-Bmv_WeUd.mjs";
|
|
19
19
|
import { E as et } from "../EmptyState-CJUDc3kD.mjs";
|
|
20
|
-
import { R as tt } from "../RecurringSettings-
|
|
20
|
+
import { R as tt } from "../RecurringSettings-D8hBbXV_.mjs";
|
|
21
21
|
import nt from "@mui/material/Tabs";
|
|
22
22
|
import ye from "@mui/material/Tab";
|
|
23
23
|
import { getUnixTime as le } from "date-fns/getUnixTime";
|
|
24
24
|
import Q from "@mui/material/List";
|
|
25
25
|
import ee from "@mui/material/ListItem";
|
|
26
|
-
import { A as ot } from "../AccountDetailsDrawer-
|
|
26
|
+
import { A as ot } from "../AccountDetailsDrawer-CZPeLsCq.mjs";
|
|
27
27
|
import { f as U, D as Y } from "../DateFormats-HudZ3Bjs.mjs";
|
|
28
28
|
import it from "@mui/material/ListSubheader";
|
|
29
29
|
import { f as J } from "../NumberFormatting--XMeeBfr.mjs";
|
|
@@ -34,7 +34,7 @@ import { addDays as _e } from "date-fns/addDays";
|
|
|
34
34
|
import { DataGridPro as at } from "@mui/x-data-grid-pro";
|
|
35
35
|
import { T as Ce } from "../TabContentContainer-B0eYJP5p.mjs";
|
|
36
36
|
import W from "@mui/material/Button";
|
|
37
|
-
import { M as rt, S as st, i as ct, b as we, c as lt } from "../ManageIncome-
|
|
37
|
+
import { M as rt, S as st, i as ct, b as we, c as lt } from "../ManageIncome-Dcsnnz86.mjs";
|
|
38
38
|
import { D as He } from "../Drawer-DsnW2o0v.mjs";
|
|
39
39
|
import { subDays as We } from "date-fns/subDays";
|
|
40
40
|
import { endOfToday as dt } from "date-fns/endOfToday";
|
|
@@ -44,7 +44,7 @@ import { A as Se } from "../Analytics-WeZYytR0.mjs";
|
|
|
44
44
|
import { formatISO as ut } from "date-fns/formatISO";
|
|
45
45
|
import { fromUnixTime as De } from "date-fns/fromUnixTime";
|
|
46
46
|
import { startOfMonth as pt } from "date-fns/startOfMonth";
|
|
47
|
-
import { S as ht, a as ft } from "../EmbeddedCard-
|
|
47
|
+
import { S as ht, a as ft } from "../EmbeddedCard-DH8vQ3qN.mjs";
|
|
48
48
|
import { F as gt, R as Ie, d as ve } from "../RecurringTransactionsUtil-CHWmqvW5.mjs";
|
|
49
49
|
import { k as bt } from "../DateUtil-CzBmbjmA.mjs";
|
|
50
50
|
const q = () => {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
1
|
+
import { default as React, ElementType } from 'react';
|
|
2
2
|
import { SxProps } from '@mui/material/styles';
|
|
3
3
|
interface ListItemWrapperProps {
|
|
4
4
|
clickEventName?: string;
|
|
5
|
+
component?: ElementType;
|
|
5
6
|
onClick?: () => void;
|
|
6
7
|
sx?: SxProps;
|
|
7
8
|
}
|
package/dist/common/index.es.js
CHANGED
|
@@ -32,7 +32,7 @@ import { G as oe } from "../GlobalAccountFilter-BhzR5Vb1.mjs";
|
|
|
32
32
|
import { G as ae, m as se, n as ne, W as ie, c as ue, i as le, o as me, p as de, l as ce, q as fe, r as pe, f as ye, s as ge, u as xe, e as Ee, a as he, k as Se, t as Ce, v as _e, w as ve, b as ke, x as be, y as Oe, z as De, h as Te, A as Ie, g as Ae, B as Me, C as Pe, D as we } from "../hooks-97sNJ_lf.mjs";
|
|
33
33
|
import { L as Le } from "../ListItemAction-BqUCLj_w.mjs";
|
|
34
34
|
import { L as Ue } from "../ListItemRow-kH1rn8Xu.mjs";
|
|
35
|
-
import { L as Be } from "../ListItemWrapper-
|
|
35
|
+
import { L as Be } from "../ListItemWrapper-DRse79Iu.mjs";
|
|
36
36
|
import { S as qe } from "../SearchBox-Cpgu_gdO.mjs";
|
|
37
37
|
import { S as Fe, T as $e } from "../Sizes-DISGrlUg.mjs";
|
|
38
38
|
import { T as Qe, a as je } from "../ToggleListItem-Dl1lXNwj.mjs";
|
|
@@ -49,7 +49,7 @@ import { S as dt } from "../Select-CSpkK5cR.mjs";
|
|
|
49
49
|
import { c as je } from "../Account-DR7Plrqy.mjs";
|
|
50
50
|
import { S as zn } from "../StatusBar-CPfSXe80.mjs";
|
|
51
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-
|
|
52
|
+
import { T as Hn, s as Kn, h as Vn, S as jn, a as Yn } from "../EmbeddedCard-DH8vQ3qN.mjs";
|
|
53
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";
|
|
@@ -62,11 +62,11 @@ import { g as Jn, S as eo, b as to } from "../SpendingLegend-CxvNOg3c.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-
|
|
65
|
+
import { c as ao, b as pt, S as io, i as so } from "../ManageIncome-Dcsnnz86.mjs";
|
|
66
66
|
import { F as Tt, d as co, R as Ot } from "../RecurringTransactionsUtil-CHWmqvW5.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-D8hBbXV_.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";
|
|
@@ -2805,7 +2805,7 @@ const tr = ({ total: t }) => {
|
|
|
2805
2805
|
return u.push(
|
|
2806
2806
|
/* @__PURE__ */ s(m.Fragment, { children: [
|
|
2807
2807
|
v && /* @__PURE__ */ e(jn, { children: Dt(h.date) }),
|
|
2808
|
-
/* @__PURE__ */ e(Yn, { transaction: h }),
|
|
2808
|
+
/* @__PURE__ */ e(Yn, { component: "div", transaction: h }),
|
|
2809
2809
|
/* @__PURE__ */ e(ae, { sx: { ml: x ? 44 : 0 } })
|
|
2810
2810
|
] }, h.guid)
|
|
2811
2811
|
), u;
|
|
@@ -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 d5, C as C5, E as m5 } from "../EmbeddedCard-
|
|
4
|
+
import { e as K, p as n2, B as z1, b as l2 } from "../EmbeddedCard-DH8vQ3qN.mjs";
|
|
5
|
+
import { f as d5, C as C5, E as m5 } from "../EmbeddedCard-DH8vQ3qN.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";
|