@mx-cartographer/experiences 9.0.16-alpha → 9.0.16
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 +5 -4
- package/dist/{AccountDetailsDrawer-CZPeLsCq.mjs → AccountDetailsDrawer-BuxLfuIm.mjs} +3 -3
- package/dist/{AccountDetailsHeader-BvbCUQSS.mjs → AccountDetailsHeader-ByGNPZpO.mjs} +0 -2
- package/dist/{EmbeddedCard-DH8vQ3qN.mjs → EmbeddedCard-BxgB26dd.mjs} +181 -183
- package/dist/{ExportCsvAction-C9KWH3Az.mjs → ExportCsvAction-BV69DnpC.mjs} +1 -1
- package/dist/{Help-aERwhajy.mjs → Help-BMCejaQr.mjs} +2 -2
- package/dist/ListItemWrapper-BHIbqx7E.mjs +42 -0
- package/dist/{ManageIncome-Dcsnnz86.mjs → ManageIncome-BadwsHRL.mjs} +8 -8
- package/dist/{RecurringSettings-D8hBbXV_.mjs → RecurringSettings-CGZiV-Ie.mjs} +1 -1
- package/dist/{TransactionDetails-roZ5xLq8.mjs → TransactionDetails-DQ_eE7M4.mjs} +1 -1
- package/dist/{ViewMoreMicroCard-Dxghxphh.mjs → ViewMoreMicroCard-fnwE0hqd.mjs} +355 -351
- package/dist/accounts/index.es.js +4 -4
- package/dist/budgets/index.es.js +3 -3
- package/dist/cashflow/index.es.js +4 -4
- package/dist/common/components/ListItemWrapper.d.ts +1 -2
- package/dist/common/index.es.js +1 -1
- package/dist/debts/index.es.js +63 -63
- package/dist/finstrong/index.es.js +5 -5
- package/dist/help/index.es.js +1 -1
- package/dist/insights/components/insights/P2pCategorization/_tests_/P2pCategorizationMultipleTransaction.test.d.ts +0 -0
- package/dist/insights/components/insights/P2pCategorization/_tests_/P2pCategorizationSingleTransaction.test.d.ts +0 -0
- package/dist/insights/index.es.js +2 -2
- package/dist/microinsights/index.es.js +1 -1
- package/dist/recurringtransactions/index.es.js +138 -151
- package/dist/settings/index.es.js +1 -1
- package/dist/spending/index.es.js +2 -2
- package/dist/transactions/components/shared/transactionlist/TransactionRow.d.ts +0 -1
- package/dist/transactions/index.es.js +5 -5
- package/dist/trends/index.es.js +4 -4
- package/package.json +6 -6
- package/dist/ListItemWrapper-DRse79Iu.mjs +0 -43
|
@@ -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-BxgB26dd.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 }) => {
|
|
@@ -209,7 +209,7 @@ const kt = ({
|
|
|
209
209
|
E,
|
|
210
210
|
{
|
|
211
211
|
bold: !0,
|
|
212
|
-
color: "primary.
|
|
212
|
+
color: "primary.lighter",
|
|
213
213
|
onClick: n,
|
|
214
214
|
sx: { cursor: "pointer", fontWeight: 700 },
|
|
215
215
|
variant: "body2",
|
|
@@ -400,7 +400,7 @@ const kt = ({
|
|
|
400
400
|
TRANSACTIONS_EXPORT: `${m}/transactions/ExportTransactions.png`,
|
|
401
401
|
TRANSACTIONS_OVERVIEW: `${m}/transactions/Overview.png`,
|
|
402
402
|
TRANSACTIONS_RULES: `${m}/transactions/TransactionRules.png`,
|
|
403
|
-
TRENDS_WIDGET: `${m}/trends/
|
|
403
|
+
TRENDS_WIDGET: `${m}/trends/TrendsWidget.png`
|
|
404
404
|
}, Wt = ({ copy: e, topicKey: i }) => ({
|
|
405
405
|
"accounts-overview": /* @__PURE__ */ _(r.Fragment, { children: [
|
|
406
406
|
/* @__PURE__ */ t(
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import a from "@mui/material/ListItem";
|
|
3
|
+
import i from "@mui/material/ListItemButton";
|
|
4
|
+
import { f as m } from "./hooks-97sNJ_lf.mjs";
|
|
5
|
+
const d = ({
|
|
6
|
+
children: t,
|
|
7
|
+
clickEventName: e,
|
|
8
|
+
onClick: o,
|
|
9
|
+
sx: s = {}
|
|
10
|
+
}) => {
|
|
11
|
+
const { onEvent: p } = m();
|
|
12
|
+
return o ? /* @__PURE__ */ r(
|
|
13
|
+
a,
|
|
14
|
+
{
|
|
15
|
+
className: "list-wrapper",
|
|
16
|
+
component: "div",
|
|
17
|
+
sx: { bgcolor: "background.paper", ...s },
|
|
18
|
+
children: /* @__PURE__ */ r(
|
|
19
|
+
i,
|
|
20
|
+
{
|
|
21
|
+
onClick: () => {
|
|
22
|
+
e && p(e), o();
|
|
23
|
+
},
|
|
24
|
+
children: t
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
}
|
|
28
|
+
) : /* @__PURE__ */ r(
|
|
29
|
+
a,
|
|
30
|
+
{
|
|
31
|
+
className: "list-wrapper",
|
|
32
|
+
component: "div",
|
|
33
|
+
disableGutters: !1,
|
|
34
|
+
disablePadding: !1,
|
|
35
|
+
sx: { bgcolor: "background.paper", ...s },
|
|
36
|
+
children: t
|
|
37
|
+
}
|
|
38
|
+
);
|
|
39
|
+
};
|
|
40
|
+
export {
|
|
41
|
+
d as L
|
|
42
|
+
};
|
|
@@ -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-
|
|
22
|
-
import { u as Ve } from "./AccountDetailsHeader-
|
|
20
|
+
import { T as Ze } from "./TransactionDetails-DQ_eE7M4.mjs";
|
|
21
|
+
import { a as Je } from "./AccountDetailsDrawer-BuxLfuIm.mjs";
|
|
22
|
+
import { u as Ve } from "./AccountDetailsHeader-ByGNPZpO.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-BxgB26dd.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-BHIbqx7E.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,
|
|
338
|
-
/* @__PURE__ */ e(ne, {
|
|
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) => {
|
|
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, {
|
|
716
|
+
/* @__PURE__ */ e(nt, { 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-BadwsHRL.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-BxgB26dd.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";
|