@mx-cartographer/experiences 7.4.10 → 7.4.12
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 +8 -0
- package/dist/{AccountDetailsContent-B7FqH05C.mjs → AccountDetailsContent-BcWGqnxx.mjs} +1 -1
- package/dist/{ManageIncome-rcnDYsBJ.mjs → ManageIncome-BcSaZ_b1.mjs} +1 -1
- package/dist/{RecurringSettings-C81H1l38.mjs → RecurringSettings-BAberQCv.mjs} +1 -1
- package/dist/{SpendingLegend-DqZxN_BZ.mjs → SpendingLegend-DLh6CQbW.mjs} +1 -1
- package/dist/{TransactionDetails-BA_E5nQ-.mjs → TransactionDetails-CXy1vL_K.mjs} +4 -3
- package/dist/accounts/index.es.js +2 -2
- package/dist/budgets/index.es.js +2 -2
- package/dist/cashflow/index.es.js +3 -3
- package/dist/common/types/localization/TransactionsCopy.d.ts +1 -0
- package/dist/finstrong/index.es.js +4 -4
- package/dist/goals/index.es.js +1 -1
- package/dist/microinsights/MicroCardTemplate.d.ts +16 -0
- package/dist/microinsights/index.d.ts +1 -0
- package/dist/microinsights/index.es.js +101 -14
- package/dist/recurringtransactions/index.es.js +4 -4
- package/dist/spending/index.es.js +2 -2
- package/dist/transactions/index.es.js +2 -2
- package/dist/trends/index.es.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [7.4.12] - 12-19-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Missing label for payee input in transaction details
|
|
4
|
+
|
|
5
|
+
## [7.4.11] - 12-18-2025
|
|
6
|
+
|
|
7
|
+
- **ADDED** - `MicroCardTemplate` for `Insights`
|
|
8
|
+
|
|
1
9
|
## [7.4.10] - 12-16-2025
|
|
2
10
|
|
|
3
11
|
- **ADDED** - `useWidgetLoadTime` hook to replace `GlobalDataProvider.onLoad`
|
|
@@ -44,7 +44,7 @@ import yt from "@mui/material/AlertTitle";
|
|
|
44
44
|
import xt from "@mui/material/Link";
|
|
45
45
|
import wt from "@mui/material/Paper";
|
|
46
46
|
import { subDays as kt, startOfToday as It, endOfToday as Mt } from "date-fns";
|
|
47
|
-
import { T as vt, a as Lt } from "./TransactionDetails-
|
|
47
|
+
import { T as vt, a as Lt } from "./TransactionDetails-CXy1vL_K.mjs";
|
|
48
48
|
import { T as j } from "./TabContentContainer-j01JYR_7.mjs";
|
|
49
49
|
const U = ({
|
|
50
50
|
children: e,
|
|
@@ -17,7 +17,7 @@ import { endOfMonth as _e } from "date-fns/endOfMonth";
|
|
|
17
17
|
import { parseISO as me } from "date-fns/parseISO";
|
|
18
18
|
import $ from "@mui/material/Button";
|
|
19
19
|
import { Delete as pe, Add as he, ReceiptLong as ye } from "@mxenabled/mx-icons";
|
|
20
|
-
import { T as X, a as ge, b as fe, S as Ce, c as be } from "./TransactionDetails-
|
|
20
|
+
import { T as X, a as ge, b as fe, S as Ce, c as be } from "./TransactionDetails-CXy1vL_K.mjs";
|
|
21
21
|
import { getDayOfYear as xe } from "date-fns/getDayOfYear";
|
|
22
22
|
import { setDayOfYear as Se } from "date-fns/setDayOfYear";
|
|
23
23
|
import { AdapterDateFns as ve } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
|
@@ -7,7 +7,7 @@ import b from "@mui/material/Tabs";
|
|
|
7
7
|
import d from "@mui/material/Divider";
|
|
8
8
|
import R 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-BcSaZ_b1.mjs";
|
|
11
11
|
import { u as _, j as A, g as f } from "./hooks-ZMp65DFz.mjs";
|
|
12
12
|
import { R as y, F as N } from "./RecurringTransactions-BqijW_8S.mjs";
|
|
13
13
|
import { A as m } from "./WidgetContainer-CaPjoWeE.mjs";
|
|
@@ -8,7 +8,7 @@ import f from "@mui/material/Stack";
|
|
|
8
8
|
import { useTheme as N } from "@mui/material/styles";
|
|
9
9
|
import { CategoryIcon as k, CategoryIconVariants as A, Text as h } from "@mxenabled/mxui";
|
|
10
10
|
import { D as G } from "./Donut-Dmy3JTWd.mjs";
|
|
11
|
-
import { u as O } from "./TransactionDetails-
|
|
11
|
+
import { u as O } from "./TransactionDetails-CXy1vL_K.mjs";
|
|
12
12
|
import { u as $ } from "./hooks-ZMp65DFz.mjs";
|
|
13
13
|
import { u as j } from "./useScreenSize-B6JyS_Lj.mjs";
|
|
14
14
|
import { f as D } from "./NumberFormatting-DjTD0t3W.mjs";
|
|
@@ -1182,8 +1182,9 @@ const it = ({ transaction: t, onClick: r }) => {
|
|
|
1182
1182
|
/* @__PURE__ */ e(
|
|
1183
1183
|
ve,
|
|
1184
1184
|
{
|
|
1185
|
-
"aria-label": o.
|
|
1186
|
-
|
|
1185
|
+
"aria-label": o.payee_title,
|
|
1186
|
+
label: o.payee_title,
|
|
1187
|
+
name: o.payee_title,
|
|
1187
1188
|
onChange: (S) => _(S.target.value),
|
|
1188
1189
|
ref: m,
|
|
1189
1190
|
sx: {
|
|
@@ -1210,7 +1211,7 @@ const it = ({ transaction: t, onClick: r }) => {
|
|
|
1210
1211
|
!r && /* @__PURE__ */ e(
|
|
1211
1212
|
ee,
|
|
1212
1213
|
{
|
|
1213
|
-
"aria-label": o.
|
|
1214
|
+
"aria-label": o.payee_edit,
|
|
1214
1215
|
onClick: () => {
|
|
1215
1216
|
c(!0), n(g.ON_TRANSACTION_DESCRIPTION_EDIT_CLICK);
|
|
1216
1217
|
},
|
|
@@ -18,8 +18,8 @@ import { I as $, P as j, S as Y } from "../Account-BrOTlmeK.mjs";
|
|
|
18
18
|
import { a as d1 } from "../AccountFields-BQZ-o6Kj.mjs";
|
|
19
19
|
import { g as s3, b as a3 } from "../AccountFields-BQZ-o6Kj.mjs";
|
|
20
20
|
import { A as N } from "../AccountListItem-aIE9WWTO.mjs";
|
|
21
|
-
import { A as c1 } from "../AccountDetailsContent-
|
|
22
|
-
import { u as L3 } from "../AccountDetailsContent-
|
|
21
|
+
import { A as c1 } from "../AccountDetailsContent-BcWGqnxx.mjs";
|
|
22
|
+
import { u as L3 } from "../AccountDetailsContent-BcWGqnxx.mjs";
|
|
23
23
|
import { f as D } from "../NumberFormatting-DjTD0t3W.mjs";
|
|
24
24
|
import { D as s1 } from "../Drawer-BEtCk82g.mjs";
|
|
25
25
|
import { A as x, W as a1 } from "../WidgetContainer-CaPjoWeE.mjs";
|
package/dist/budgets/index.es.js
CHANGED
|
@@ -39,7 +39,7 @@ import Ie from "@mui/material/Snackbar";
|
|
|
39
39
|
import _e from "@mui/material/Tab";
|
|
40
40
|
import nt from "@mui/material/Tabs";
|
|
41
41
|
import { e as ot } from "../exportTransactionsToCSV-DuAaI5XA.mjs";
|
|
42
|
-
import { T as Ee, a as at } from "../TransactionDetails-
|
|
42
|
+
import { T as Ee, a as at } from "../TransactionDetails-CXy1vL_K.mjs";
|
|
43
43
|
import he from "@mui/material/Card";
|
|
44
44
|
import fe from "@mui/material/CardContent";
|
|
45
45
|
import { S as pe } from "../StatusBar-BK_uYHAB.mjs";
|
|
@@ -48,7 +48,7 @@ import { u as rt, b as st } from "../CategorySelectorDrawer-SUgfE5GN.mjs";
|
|
|
48
48
|
import Me from "@mui/material/CardHeader";
|
|
49
49
|
import { subDays as it } from "date-fns/subDays";
|
|
50
50
|
import ct from "@mui/material/IconButton";
|
|
51
|
-
import { M as lt } from "../ManageIncome-
|
|
51
|
+
import { M as lt } from "../ManageIncome-BcSaZ_b1.mjs";
|
|
52
52
|
const dt = I(() => {
|
|
53
53
|
const { budgets: t } = w(), { totalBudgeted: n } = D(), { incomeTotal: i } = ne(), s = i - n;
|
|
54
54
|
return /* @__PURE__ */ m(C, { direction: "row", justifyContent: "center", my: 16, spacing: 20, children: [
|
|
@@ -18,7 +18,7 @@ import { b as M } from "../Localization-2MODESHW.mjs";
|
|
|
18
18
|
import { u as We } from "../useWidgetLoadTimer-hIOioiKx.mjs";
|
|
19
19
|
import { M as Je } from "../MiniWidgetContainer-98-hKFqm.mjs";
|
|
20
20
|
import { E as Ze } from "../EmptyState-DoxNUae-.mjs";
|
|
21
|
-
import { R as et } from "../RecurringSettings-
|
|
21
|
+
import { R as et } from "../RecurringSettings-BAberQCv.mjs";
|
|
22
22
|
import tt from "@mui/material/Tabs";
|
|
23
23
|
import Ce from "@mui/material/Tab";
|
|
24
24
|
import { getUnixTime as U } from "date-fns/getUnixTime";
|
|
@@ -36,13 +36,13 @@ import { alpha as at, keyframes as it } from "@mui/material/styles";
|
|
|
36
36
|
import { DataGridPro as rt } from "@mui/x-data-grid-pro";
|
|
37
37
|
import { T as Se } from "../TabContentContainer-j01JYR_7.mjs";
|
|
38
38
|
import G from "@mui/material/Button";
|
|
39
|
-
import { M as st, S as ct, i as lt, d as _e, c as dt } from "../ManageIncome-
|
|
39
|
+
import { M as st, S as ct, i as lt, d as _e, c as dt } from "../ManageIncome-BcSaZ_b1.mjs";
|
|
40
40
|
import { D as je } from "../Drawer-BEtCk82g.mjs";
|
|
41
41
|
import { formatISO as mt } from "date-fns/formatISO";
|
|
42
42
|
import { fromUnixTime as Ie } from "date-fns/fromUnixTime";
|
|
43
43
|
import { startOfMonth as ut } from "date-fns/startOfMonth";
|
|
44
44
|
import { subDays as ze } from "date-fns/subDays";
|
|
45
|
-
import { S as ht, c as pt } from "../TransactionDetails-
|
|
45
|
+
import { S as ht, c as pt } from "../TransactionDetails-CXy1vL_K.mjs";
|
|
46
46
|
import { F as ft, R as De, e as ve } from "../RecurringTransactions-BqijW_8S.mjs";
|
|
47
47
|
import { h as gt } from "../DateUtil-CBdcsyuk.mjs";
|
|
48
48
|
import { endOfToday as bt } from "date-fns/endOfToday";
|
|
@@ -49,6 +49,7 @@ export interface TransactionsCopy {
|
|
|
49
49
|
merchant_logo_modal_desc_bold: string;
|
|
50
50
|
merchant_logo_modal_title: string;
|
|
51
51
|
merchant_logo_title: string;
|
|
52
|
+
payee_edit: string;
|
|
52
53
|
payee_title: string;
|
|
53
54
|
split_transaction_add_split_btn: string;
|
|
54
55
|
split_transaction_category_label: string;
|
|
@@ -38,7 +38,7 @@ import { b as j } from "../Localization-2MODESHW.mjs";
|
|
|
38
38
|
import { S as rt, F as Mt, e as Hn, R as Dt } from "../RecurringTransactions-BqijW_8S.mjs";
|
|
39
39
|
import { S as Nn } from "../StatusBar-BK_uYHAB.mjs";
|
|
40
40
|
import { h as It } from "../DateUtil-CBdcsyuk.mjs";
|
|
41
|
-
import { T as jn, s as Kn, h as Vn, S as Yn, c as Xn } from "../TransactionDetails-
|
|
41
|
+
import { T as jn, s as Kn, h as Vn, S as Yn, c as Xn } from "../TransactionDetails-CXy1vL_K.mjs";
|
|
42
42
|
import { T as ce } from "../TabContentContainer-j01JYR_7.mjs";
|
|
43
43
|
import { E as Re } from "../EmptyState-DoxNUae-.mjs";
|
|
44
44
|
import qn from "@mui/material/useMediaQuery";
|
|
@@ -48,15 +48,15 @@ import { ResponsiveChartContainer as Zn } from "@mui/x-charts/ResponsiveChartCon
|
|
|
48
48
|
import { useSpring as Jn, animated as at } from "@react-spring/web";
|
|
49
49
|
import { startOfMonth as At } from "date-fns/startOfMonth";
|
|
50
50
|
import { endOfMonth as Tt } from "date-fns/endOfMonth";
|
|
51
|
-
import { g as eo, S as to, b as no } from "../SpendingLegend-
|
|
51
|
+
import { g as eo, S as to, b as no } from "../SpendingLegend-DLh6CQbW.mjs";
|
|
52
52
|
import { formatISO as oo } from "date-fns/formatISO";
|
|
53
53
|
import { fromUnixTime as ro } from "date-fns/fromUnixTime";
|
|
54
54
|
import { startOfToday as it } from "date-fns/startOfToday";
|
|
55
55
|
import { subDays as ao } from "date-fns/subDays";
|
|
56
|
-
import { c as io, d as st, S as so, i as co } from "../ManageIncome-
|
|
56
|
+
import { c as io, d as st, S as so, i as co } from "../ManageIncome-BcSaZ_b1.mjs";
|
|
57
57
|
import { LocalizationProvider as lo, DatePicker as po, StaticDatePicker as _o } from "@mui/x-date-pickers";
|
|
58
58
|
import { AdapterDateFns as Ot } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
|
59
|
-
import { R as ho } from "../RecurringSettings-
|
|
59
|
+
import { R as ho } from "../RecurringSettings-BAberQCv.mjs";
|
|
60
60
|
import { LocalizationProvider as uo } from "@mui/x-date-pickers/LocalizationProvider";
|
|
61
61
|
import { format as mo } from "date-fns/format";
|
|
62
62
|
import go from "@mui/lab/Timeline";
|
package/dist/goals/index.es.js
CHANGED
|
@@ -39,7 +39,7 @@ import nt from "@mui/material/Collapse";
|
|
|
39
39
|
import ot from "@mui/material/ListItemIcon";
|
|
40
40
|
import at from "@mui/material/Checkbox";
|
|
41
41
|
import { u as rt, A as it } from "../AccountDetailsHeader-C8MxsxhN.mjs";
|
|
42
|
-
import { A as st } from "../AccountDetailsContent-
|
|
42
|
+
import { A as st } from "../AccountDetailsContent-BcWGqnxx.mjs";
|
|
43
43
|
import { u as lt } from "../useAccountDisplayName-Cjx8YmKK.mjs";
|
|
44
44
|
import De from "@mui/material/TextField";
|
|
45
45
|
import { M as ct, I as dt, O as mt } from "../OriginalBalanceAction-C6jdS4ws.mjs";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { SxProps } from '@mui/material/styles';
|
|
2
|
+
interface MicroCardTemplateProps {
|
|
3
|
+
avatarSx?: SxProps;
|
|
4
|
+
cardSx?: SxProps;
|
|
5
|
+
description: string;
|
|
6
|
+
icon?: React.ReactNode;
|
|
7
|
+
hasCardEffect?: boolean;
|
|
8
|
+
onClose?: () => void;
|
|
9
|
+
onPrimaryAction?: () => void;
|
|
10
|
+
onSecondaryAction?: () => void;
|
|
11
|
+
primaryActionText?: string;
|
|
12
|
+
secondaryActionText?: string;
|
|
13
|
+
title: string;
|
|
14
|
+
}
|
|
15
|
+
declare const MicroCardTemplate: ({ avatarSx, cardSx, description, icon, hasCardEffect, onClose, onPrimaryAction, onSecondaryAction, primaryActionText, secondaryActionText, title, }: MicroCardTemplateProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export default MicroCardTemplate;
|
|
@@ -10,3 +10,4 @@ export { default as ViewMoreMicroCard } from './cards/ViewMoreMicroCard';
|
|
|
10
10
|
export { default as ZeroStateCard } from './cards/ZeroStateCard';
|
|
11
11
|
export { ChartFilledIcon, MonthlySpendComparisonIcon, ZeroStateIcon } from './beaticons';
|
|
12
12
|
export type { MicroWidgetProps, StyleProps } from './interfaces';
|
|
13
|
+
export { default as MicroCardTemplate } from './MicroCardTemplate';
|
|
@@ -1,16 +1,103 @@
|
|
|
1
|
-
import { A as
|
|
1
|
+
import { A as V, B as _, C as A, c as F, a as R, b as $, I as q, M as G, d as J, N as K, V as Q, Z as U, e as X } from "../ViewMoreMicroCard-DwR0v_ll.mjs";
|
|
2
|
+
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
3
|
+
import g from "@mui/material/Avatar";
|
|
4
|
+
import v from "@mui/material/Box";
|
|
5
|
+
import d from "@mui/material/Button";
|
|
6
|
+
import u from "@mui/material/Card";
|
|
7
|
+
import I from "@mui/material/IconButton";
|
|
8
|
+
import t from "@mui/material/Stack";
|
|
9
|
+
import { Text as i, P as M } from "@mxenabled/mxui";
|
|
10
|
+
import { Close as w, Error as B } from "@mxenabled/mx-icons";
|
|
11
|
+
const k = {
|
|
12
|
+
close: "Close"
|
|
13
|
+
}, y = ({
|
|
14
|
+
avatarSx: p,
|
|
15
|
+
cardSx: h,
|
|
16
|
+
description: m,
|
|
17
|
+
icon: x = /* @__PURE__ */ e(B, {}),
|
|
18
|
+
hasCardEffect: C = !1,
|
|
19
|
+
onClose: a,
|
|
20
|
+
onPrimaryAction: s,
|
|
21
|
+
onSecondaryAction: n,
|
|
22
|
+
primaryActionText: l,
|
|
23
|
+
secondaryActionText: c,
|
|
24
|
+
title: b
|
|
25
|
+
}) => {
|
|
26
|
+
const o = !!(s && l), f = !!(n && c);
|
|
27
|
+
return /* @__PURE__ */ r(
|
|
28
|
+
C ? u : v,
|
|
29
|
+
{
|
|
30
|
+
sx: {
|
|
31
|
+
pb: 8,
|
|
32
|
+
position: "relative",
|
|
33
|
+
pt: 16,
|
|
34
|
+
px: 16,
|
|
35
|
+
...h
|
|
36
|
+
},
|
|
37
|
+
children: [
|
|
38
|
+
a && /* @__PURE__ */ e(
|
|
39
|
+
I,
|
|
40
|
+
{
|
|
41
|
+
"aria-label": k.close,
|
|
42
|
+
onClick: a,
|
|
43
|
+
sx: { minHeight: 40, minWidth: 40, position: "absolute", right: 4, top: 4 },
|
|
44
|
+
children: /* @__PURE__ */ e(w, {})
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ r(t, { sx: { gap: 6 }, children: [
|
|
48
|
+
/* @__PURE__ */ r(t, { sx: { flexDirection: "row", gap: 12 }, children: [
|
|
49
|
+
/* @__PURE__ */ e(
|
|
50
|
+
g,
|
|
51
|
+
{
|
|
52
|
+
sx: {
|
|
53
|
+
height: 32,
|
|
54
|
+
width: 32,
|
|
55
|
+
...p
|
|
56
|
+
},
|
|
57
|
+
variant: "rounded",
|
|
58
|
+
children: x
|
|
59
|
+
}
|
|
60
|
+
),
|
|
61
|
+
/* @__PURE__ */ r(t, { sx: { gap: 6 }, children: [
|
|
62
|
+
/* @__PURE__ */ e(t, { sx: { flexDirection: "row", justifyContent: "space-between" }, children: /* @__PURE__ */ e(i, { bold: !0, sx: { lineHeight: 16 }, variant: "body1", children: b }) }),
|
|
63
|
+
/* @__PURE__ */ e(
|
|
64
|
+
M,
|
|
65
|
+
{
|
|
66
|
+
dangerouslySetInnerHTML: { __html: m },
|
|
67
|
+
sx: {
|
|
68
|
+
display: "-webkit-box",
|
|
69
|
+
overflow: "hidden",
|
|
70
|
+
textOverflow: "ellipsis",
|
|
71
|
+
WebkitBoxOrient: "vertical",
|
|
72
|
+
WebkitLineClamp: o ? 2 : 3
|
|
73
|
+
},
|
|
74
|
+
variant: "subtitle2"
|
|
75
|
+
}
|
|
76
|
+
)
|
|
77
|
+
] })
|
|
78
|
+
] }),
|
|
79
|
+
o && /* @__PURE__ */ r(t, { sx: { alignItems: "center", flexDirection: "row", height: 28, pb: 4, pl: 36 }, children: [
|
|
80
|
+
o && /* @__PURE__ */ e(d, { onClick: s, size: "small", sx: { px: 8 }, variant: "text", children: /* @__PURE__ */ e(i, { bold: !0, variant: "body2", children: l }) }),
|
|
81
|
+
f && /* @__PURE__ */ e(d, { onClick: n, size: "small", sx: { px: 8 }, variant: "text", children: /* @__PURE__ */ e(i, { bold: !0, sx: { color: "text.secondary" }, variant: "body2", children: c }) })
|
|
82
|
+
] })
|
|
83
|
+
] })
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
);
|
|
87
|
+
}, L = y;
|
|
2
88
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
89
|
+
V as AppStore,
|
|
90
|
+
_ as BaseCard,
|
|
91
|
+
A as CarouselHeader,
|
|
92
|
+
F as ChartFilledIcon,
|
|
93
|
+
R as InsightCard,
|
|
94
|
+
$ as InsightsMicroWidget,
|
|
95
|
+
q as InsightsMicroWidgetDataProvider,
|
|
96
|
+
G as MicroBeatCarousel,
|
|
97
|
+
L as MicroCardTemplate,
|
|
98
|
+
J as MonthlySpendComparisonIcon,
|
|
99
|
+
K as NoRelevantInsightsCard,
|
|
100
|
+
Q as ViewMoreMicroCard,
|
|
101
|
+
U as ZeroStateCard,
|
|
102
|
+
X as ZeroStateIcon
|
|
16
103
|
};
|
|
@@ -8,8 +8,8 @@ import { startOfToday as ue } from "date-fns/startOfToday";
|
|
|
8
8
|
import { subDays as me } from "date-fns/subDays";
|
|
9
9
|
import ae from "@mui/material/Skeleton";
|
|
10
10
|
import l from "@mui/material/Stack";
|
|
11
|
-
import { R as Ne } from "../RecurringSettings-
|
|
12
|
-
import { M as Gn } from "../RecurringSettings-
|
|
11
|
+
import { R as Ne } from "../RecurringSettings-BAberQCv.mjs";
|
|
12
|
+
import { M as Gn } from "../RecurringSettings-BAberQCv.mjs";
|
|
13
13
|
import { addMonths as Fe } from "date-fns/addMonths";
|
|
14
14
|
import { subMonths as Ue } from "date-fns/subMonths";
|
|
15
15
|
import { isBefore as je } from "date-fns/isBefore";
|
|
@@ -41,8 +41,8 @@ import lt from "@mui/material/ListSubheader";
|
|
|
41
41
|
import dt from "@mui/material/ListItemAvatar";
|
|
42
42
|
import ut from "@mui/material/ListItemButton";
|
|
43
43
|
import mt from "@mui/material/ListItemText";
|
|
44
|
-
import { b as pt } from "../ManageIncome-
|
|
45
|
-
import { c as $n, M as Bn, S as Pn } from "../ManageIncome-
|
|
44
|
+
import { b as pt } from "../ManageIncome-BcSaZ_b1.mjs";
|
|
45
|
+
import { c as $n, M as Bn, S as Pn } from "../ManageIncome-BcSaZ_b1.mjs";
|
|
46
46
|
import { f as L } from "../NumberFormatting-DjTD0t3W.mjs";
|
|
47
47
|
import { D as xe } from "../Drawer-BEtCk82g.mjs";
|
|
48
48
|
import { b as G } from "../Localization-2MODESHW.mjs";
|
|
@@ -8,7 +8,7 @@ import C from "@mui/material/Stack";
|
|
|
8
8
|
import E from "@mui/material/Tab";
|
|
9
9
|
import st from "@mui/material/Tabs";
|
|
10
10
|
import bt from "@mui/material/styles/useTheme";
|
|
11
|
-
import { g as ct, a as lt, S as W, b as Q } from "../SpendingLegend-
|
|
11
|
+
import { g as ct, a as lt, S as W, b as Q } from "../SpendingLegend-DLh6CQbW.mjs";
|
|
12
12
|
import { Text as y, Icon as _t } from "@mxenabled/mxui";
|
|
13
13
|
import { f as A } from "../NumberFormatting-DjTD0t3W.mjs";
|
|
14
14
|
import { u as w, b as R, m as F, d as dt, a as V, h as Ct, g as yt } from "../hooks-ZMp65DFz.mjs";
|
|
@@ -19,7 +19,7 @@ import { startOfToday as Z } from "date-fns/startOfToday";
|
|
|
19
19
|
import Tt from "@mui/material/Button";
|
|
20
20
|
import { useTheme as Mt } from "@mui/material";
|
|
21
21
|
import { e as xt } from "../exportTransactionsToCSV-DuAaI5XA.mjs";
|
|
22
|
-
import { T as wt, a as vt } from "../TransactionDetails-
|
|
22
|
+
import { T as wt, a as vt } from "../TransactionDetails-CXy1vL_K.mjs";
|
|
23
23
|
import Dt from "@mui/material/Collapse";
|
|
24
24
|
import z from "@mui/material/Divider";
|
|
25
25
|
import tt from "@mui/material/List";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { T as Sa } from "../TransactionApi-CjBoLleL.mjs";
|
|
2
|
-
import { b as W, C as Pe, D as We, M as $e, d as Ve, u as Ge, T as Ue, a as Fe } from "../TransactionDetails-
|
|
3
|
-
import { B as wa, e as Ia, c as va } from "../TransactionDetails-
|
|
2
|
+
import { b as W, C as Pe, D as We, M as $e, d as Ve, u as Ge, T as Ue, a as Fe } from "../TransactionDetails-CXy1vL_K.mjs";
|
|
3
|
+
import { B as wa, e as Ia, c as va } from "../TransactionDetails-CXy1vL_K.mjs";
|
|
4
4
|
import { T as M } from "../User-Cnlegl1N.mjs";
|
|
5
5
|
import { O as Na } from "../User-Cnlegl1N.mjs";
|
|
6
6
|
import { S as ae, D as ze } from "../TransactionStore-PRlwE-TF.mjs";
|
package/dist/trends/index.es.js
CHANGED
|
@@ -31,7 +31,7 @@ import { DataGridPro as Rt } from "@mui/x-data-grid-pro";
|
|
|
31
31
|
import { H as Be } from "../HeaderCell-DjuifqHJ.mjs";
|
|
32
32
|
import { T as G, b as kt } from "../ViewMoreMicroCard-DwR0v_ll.mjs";
|
|
33
33
|
import { A as v, W as Xe } from "../WidgetContainer-CaPjoWeE.mjs";
|
|
34
|
-
import { a as Ze, T as Qe } from "../TransactionDetails-
|
|
34
|
+
import { a as Ze, T as Qe } from "../TransactionDetails-CXy1vL_K.mjs";
|
|
35
35
|
import { D as He } from "../Drawer-BEtCk82g.mjs";
|
|
36
36
|
import { u as we } from "../useWidgetLoadTimer-hIOioiKx.mjs";
|
|
37
37
|
import { L as ge } from "../Loader-DUaFpDGv.mjs";
|