@mx-cartographer/experiences 7.10.30 → 7.10.32
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/{BudgetUtil-DKNyjCWc.mjs → BudgetUtil-CHDuDNhl.mjs} +69 -71
- package/dist/{ExportCsvAction-8uWKc_e2.mjs → ExportCsvAction-BqNTIBjm.mjs} +2 -2
- package/dist/{ManageIncome-BtOMmeKb.mjs → ManageIncome-CWQoWlbs.mjs} +3 -3
- package/dist/{RecurringSettings-DOgdSycO.mjs → RecurringSettings-BapZfEnY.mjs} +1 -1
- package/dist/StatusIndicator-0iX3Gnnu.mjs +55 -0
- package/dist/{Transaction-RmKYEKSk.mjs → Transaction-BiOMLCAA.mjs} +4 -3
- package/dist/TransactionDetails-c7ncR7HI.mjs +1172 -0
- package/dist/{TransactionList-Dxi733-M.mjs → TransactionList-CmZSDhKW.mjs} +1 -1
- package/dist/{TransactionStore-B-fc3CsB.mjs → TransactionStore-DoBXsvqm.mjs} +2 -2
- package/dist/accounts/index.es.js +2 -2
- package/dist/budgets/components/BudgetDetailsDrawerV2.d.ts +2 -1
- package/dist/budgets/index.es.js +759 -740
- package/dist/cashflow/index.es.js +3 -3
- package/dist/common/components/CurrencyDialog.d.ts +1 -1
- package/dist/common/index.es.js +6 -6
- package/dist/common/types/localization/BudgetsCopy.d.ts +1 -0
- package/dist/{exportTransactionsToCSV-RUWymyA3.mjs → exportTransactionsToCSV-YO3xewit.mjs} +1 -1
- package/dist/finstrong/index.es.js +3 -3
- package/dist/insights/components/insights/CategorySpendingV2/types/CategorySpendingV2.d.ts +1 -0
- package/dist/insights/components/shared/ChartDrawerTemplate/ChartDrawerTemplate.d.ts +2 -1
- package/dist/insights/components/shared/ChartTransactionWithDrillDown.d.ts +2 -1
- package/dist/insights/components/shared/StatusIndicator.d.ts +1 -1
- package/dist/insights/index.es.js +698 -690
- package/dist/recurringtransactions/index.es.js +4 -4
- package/dist/spending/index.es.js +3 -3
- package/dist/transactions/components/shared/transactiondetails/actions/AddMerchantBudgetAction.d.ts +6 -0
- package/dist/transactions/constants/Actions.d.ts +4 -3
- package/dist/transactions/index.es.js +10 -10
- package/dist/trends/index.es.js +3 -3
- package/package.json +1 -1
- package/dist/StatusIndicator-yCwjN_ky.mjs +0 -55
- package/dist/TransactionDetails-BYKl7pix.mjs +0 -1158
|
@@ -6,8 +6,8 @@ import { endOfToday as Z } from "date-fns/endOfToday";
|
|
|
6
6
|
import { startOfMonth as G } from "date-fns/startOfMonth";
|
|
7
7
|
import { startOfToday as J } from "date-fns/startOfToday";
|
|
8
8
|
import { subDays as Q } from "date-fns/subDays";
|
|
9
|
-
import { R as Te } from "../RecurringSettings-
|
|
10
|
-
import { M as Ln } from "../RecurringSettings-
|
|
9
|
+
import { R as Te } from "../RecurringSettings-BapZfEnY.mjs";
|
|
10
|
+
import { M as Ln } from "../RecurringSettings-BapZfEnY.mjs";
|
|
11
11
|
import { addMonths as We } from "date-fns/addMonths";
|
|
12
12
|
import { subMonths as $e } from "date-fns/subMonths";
|
|
13
13
|
import { isBefore as Be } from "date-fns/isBefore";
|
|
@@ -40,8 +40,8 @@ import nt from "@mui/material/ListSubheader";
|
|
|
40
40
|
import it from "@mui/material/ListItemAvatar";
|
|
41
41
|
import rt from "@mui/material/ListItemButton";
|
|
42
42
|
import ot from "@mui/material/ListItemText";
|
|
43
|
-
import { b as at } from "../ManageIncome-
|
|
44
|
-
import { c as Gn, M as On, S as kn } from "../ManageIncome-
|
|
43
|
+
import { b as at } from "../ManageIncome-CWQoWlbs.mjs";
|
|
44
|
+
import { c as Gn, M as On, S as kn } from "../ManageIncome-CWQoWlbs.mjs";
|
|
45
45
|
import { f as M } from "../NumberFormatting-DjTD0t3W.mjs";
|
|
46
46
|
import { D as ie } from "../Drawer-DV4NTsFg.mjs";
|
|
47
47
|
import { b as E } from "../Localization-2MODESHW.mjs";
|
|
@@ -18,9 +18,9 @@ import { M as St } from "../MiniWidgetContainer-BPuE3cfO.mjs";
|
|
|
18
18
|
import { startOfToday as q } from "date-fns/startOfToday";
|
|
19
19
|
import Tt from "@mui/material/Button";
|
|
20
20
|
import { useTheme as Mt } from "@mui/material";
|
|
21
|
-
import { e as Dt } from "../exportTransactionsToCSV-
|
|
22
|
-
import { T as xt } from "../TransactionList-
|
|
23
|
-
import { T as wt } from "../TransactionDetails-
|
|
21
|
+
import { e as Dt } from "../exportTransactionsToCSV-YO3xewit.mjs";
|
|
22
|
+
import { T as xt } from "../TransactionList-CmZSDhKW.mjs";
|
|
23
|
+
import { T as wt } from "../TransactionDetails-c7ncR7HI.mjs";
|
|
24
24
|
import Lt from "@mui/material/Collapse";
|
|
25
25
|
import F from "@mui/material/Divider";
|
|
26
26
|
import J from "@mui/material/List";
|
package/dist/transactions/components/shared/transactiondetails/actions/AddMerchantBudgetAction.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Transaction } from '../../../../../common';
|
|
2
|
+
interface AddMerchantBudgetActionProps {
|
|
3
|
+
transaction: Transaction;
|
|
4
|
+
}
|
|
5
|
+
export declare const AddMerchantBudgetAction: ({ transaction }: AddMerchantBudgetActionProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -5,9 +5,10 @@ export declare enum TopActions {
|
|
|
5
5
|
Tags = 3
|
|
6
6
|
}
|
|
7
7
|
export declare enum BottomActions {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
MerchantBudget = 0,
|
|
9
|
+
SplitTransaction = 1,
|
|
10
|
+
HideTransaction = 2,
|
|
11
|
+
MerchantLogo = 3
|
|
11
12
|
}
|
|
12
13
|
export declare const DEFAULT_TOP_ACTIONS: TopActions[];
|
|
13
14
|
export declare const DEFAULT_BOTTOM_ACTIONS: BottomActions[];
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { T as Sa } from "../TransactionApi-CjBoLleL.mjs";
|
|
2
|
-
import { C as Le, D as Me, M as Re, a as He, T as Pe } from "../TransactionDetails-
|
|
3
|
-
import { B as Da, b as Ia } from "../TransactionDetails-
|
|
4
|
-
import { T as E } from "../Transaction-
|
|
5
|
-
import { O as Na } from "../Transaction-
|
|
6
|
-
import { S as Z, D as Be } from "../TransactionStore-
|
|
7
|
-
import { T as Oa } from "../TransactionStore-
|
|
8
|
-
import { u as R, T as $e } from "../TransactionList-
|
|
9
|
-
import { a as La } from "../TransactionList-
|
|
10
|
-
import { e as Ve } from "../exportTransactionsToCSV-
|
|
11
|
-
import { E as Ra } from "../ExportCsvAction-
|
|
2
|
+
import { C as Le, D as Me, M as Re, a as He, T as Pe } from "../TransactionDetails-c7ncR7HI.mjs";
|
|
3
|
+
import { B as Da, b as Ia } from "../TransactionDetails-c7ncR7HI.mjs";
|
|
4
|
+
import { T as E } from "../Transaction-BiOMLCAA.mjs";
|
|
5
|
+
import { O as Na } from "../Transaction-BiOMLCAA.mjs";
|
|
6
|
+
import { S as Z, D as Be } from "../TransactionStore-DoBXsvqm.mjs";
|
|
7
|
+
import { T as Oa } from "../TransactionStore-DoBXsvqm.mjs";
|
|
8
|
+
import { u as R, T as $e } from "../TransactionList-CmZSDhKW.mjs";
|
|
9
|
+
import { a as La } from "../TransactionList-CmZSDhKW.mjs";
|
|
10
|
+
import { e as Ve } from "../exportTransactionsToCSV-YO3xewit.mjs";
|
|
11
|
+
import { E as Ra } from "../ExportCsvAction-BqNTIBjm.mjs";
|
|
12
12
|
import { jsxs as _, jsx as e } from "react/jsx-runtime";
|
|
13
13
|
import m from "react";
|
|
14
14
|
import { observer as w } from "mobx-react-lite";
|
package/dist/trends/index.es.js
CHANGED
|
@@ -33,8 +33,8 @@ import { H as ke } from "../HeaderCell-DjuifqHJ.mjs";
|
|
|
33
33
|
import { T as G, b as Ft } from "../ViewMoreMicroCard-DTZOxZ6a.mjs";
|
|
34
34
|
import { DataGridPro as zt } from "@mui/x-data-grid-pro";
|
|
35
35
|
import { A as v } from "../Analytics-i5h6BxR1.mjs";
|
|
36
|
-
import { T as lt } from "../TransactionList-
|
|
37
|
-
import { T as ct } from "../TransactionDetails-
|
|
36
|
+
import { T as lt } from "../TransactionList-CmZSDhKW.mjs";
|
|
37
|
+
import { T as ct } from "../TransactionDetails-c7ncR7HI.mjs";
|
|
38
38
|
import { D as We } from "../Drawer-DV4NTsFg.mjs";
|
|
39
39
|
import { u as Ie } from "../useWidgetLoadTimer-BbV8q0k6.mjs";
|
|
40
40
|
import { L as Ee } from "../Loader-D3rjKx72.mjs";
|
|
@@ -54,7 +54,7 @@ import ut from "@mui/material/styles/useTheme";
|
|
|
54
54
|
import { Stack as ro } from "@mui/material";
|
|
55
55
|
import ao from "@mui/material/Paper";
|
|
56
56
|
import { b as io } from "../CategoryUtil-Cufq3fxg.mjs";
|
|
57
|
-
import { E as lo } from "../ExportCsvAction-
|
|
57
|
+
import { E as lo } from "../ExportCsvAction-BqNTIBjm.mjs";
|
|
58
58
|
import { u as co } from "../useInsightsEnabled-B4AlxgOP.mjs";
|
|
59
59
|
import { E as uo } from "../EmptyState-DHAkGsjk.mjs";
|
|
60
60
|
import { b as ho } from "../GlobalAccountFilter-CjTLppI0.mjs";
|
package/package.json
CHANGED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { jsx as i, jsxs as t } from "react/jsx-runtime";
|
|
2
|
-
import { P as m, H2 as f, Text as n } from "@mxenabled/mxui";
|
|
3
|
-
import o from "@mui/material/Box";
|
|
4
|
-
import r from "@mui/material/Stack";
|
|
5
|
-
const g = ({
|
|
6
|
-
amount: c,
|
|
7
|
-
borderRadius: e = "2px",
|
|
8
|
-
completeColor: d = "success.main",
|
|
9
|
-
icon: s,
|
|
10
|
-
label: h,
|
|
11
|
-
leftLabel: a,
|
|
12
|
-
percentComplete: l = 0,
|
|
13
|
-
rightLabel: x,
|
|
14
|
-
sx: p
|
|
15
|
-
}) => /* @__PURE__ */ i(r, { sx: { p: 24, width: "100%", ...p }, children: /* @__PURE__ */ t(r, { sx: { gap: 8 }, children: [
|
|
16
|
-
/* @__PURE__ */ t(r, { sx: { flexDirection: "row", gap: 12 }, children: [
|
|
17
|
-
/* @__PURE__ */ i(o, { children: s }),
|
|
18
|
-
/* @__PURE__ */ t(r, { sx: { gap: 2 }, children: [
|
|
19
|
-
/* @__PURE__ */ i(m, { variant: "body2", children: h }),
|
|
20
|
-
/* @__PURE__ */ i(f, { children: c })
|
|
21
|
-
] })
|
|
22
|
-
] }),
|
|
23
|
-
/* @__PURE__ */ t(r, { sx: { gap: 8 }, children: [
|
|
24
|
-
/* @__PURE__ */ i(
|
|
25
|
-
r,
|
|
26
|
-
{
|
|
27
|
-
sx: {
|
|
28
|
-
bgcolor: "divider",
|
|
29
|
-
borderRadius: e,
|
|
30
|
-
flexDirection: "row",
|
|
31
|
-
height: 16,
|
|
32
|
-
width: "100%"
|
|
33
|
-
},
|
|
34
|
-
children: /* @__PURE__ */ i(
|
|
35
|
-
o,
|
|
36
|
-
{
|
|
37
|
-
sx: {
|
|
38
|
-
bgcolor: d,
|
|
39
|
-
borderRadius: e,
|
|
40
|
-
height: 16,
|
|
41
|
-
width: `${l}%`
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
)
|
|
45
|
-
}
|
|
46
|
-
),
|
|
47
|
-
/* @__PURE__ */ t(r, { sx: { flexDirection: "row", justifyContent: "space-between" }, children: [
|
|
48
|
-
/* @__PURE__ */ i(n, { variant: "body2", children: a }),
|
|
49
|
-
/* @__PURE__ */ i(n, { variant: "body2", children: x })
|
|
50
|
-
] })
|
|
51
|
-
] })
|
|
52
|
-
] }) }), y = g;
|
|
53
|
-
export {
|
|
54
|
-
y as S
|
|
55
|
-
};
|