@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
|
@@ -18,7 +18,7 @@ import { b as $ } from "../Localization-2MODESHW.mjs";
|
|
|
18
18
|
import { M as Je } from "../MiniWidgetContainer-BPuE3cfO.mjs";
|
|
19
19
|
import { E as Ze } from "../EmptyState-DHAkGsjk.mjs";
|
|
20
20
|
import { u as Oe } from "../useWidgetLoadTimer-BbV8q0k6.mjs";
|
|
21
|
-
import { R as et } from "../RecurringSettings-
|
|
21
|
+
import { R as et } from "../RecurringSettings-BapZfEnY.mjs";
|
|
22
22
|
import tt from "@mui/material/Tabs";
|
|
23
23
|
import ye from "@mui/material/Tab";
|
|
24
24
|
import { getUnixTime as z } from "date-fns/getUnixTime";
|
|
@@ -36,7 +36,7 @@ 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 we } 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-CWQoWlbs.mjs";
|
|
40
40
|
import { D as Ge } from "../Drawer-DV4NTsFg.mjs";
|
|
41
41
|
import { subDays as Me } from "date-fns/subDays";
|
|
42
42
|
import { endOfToday as mt } from "date-fns/endOfToday";
|
|
@@ -46,7 +46,7 @@ import { A as Q } from "../Account-BiB1F8lL.mjs";
|
|
|
46
46
|
import { formatISO as ht } from "date-fns/formatISO";
|
|
47
47
|
import { fromUnixTime as De } from "date-fns/fromUnixTime";
|
|
48
48
|
import { startOfMonth as pt } from "date-fns/startOfMonth";
|
|
49
|
-
import { S as ft, a as gt } from "../TransactionList-
|
|
49
|
+
import { S as ft, a as gt } from "../TransactionList-CmZSDhKW.mjs";
|
|
50
50
|
import { F as bt, R as ve, e as Ae } from "../RecurringTransactions-B_I4_FGO.mjs";
|
|
51
51
|
import { h as xt } from "../DateUtil-CVXVMbjf.mjs";
|
|
52
52
|
import { F as Ct, A as j } from "../Fetch-DecPFeGU.mjs";
|
|
@@ -5,7 +5,7 @@ interface CurrencyDialogProps {
|
|
|
5
5
|
inputLabel?: string;
|
|
6
6
|
inputValue?: string;
|
|
7
7
|
isOpen: boolean;
|
|
8
|
-
handleInputChange?: (value:
|
|
8
|
+
handleInputChange?: (value: string) => void;
|
|
9
9
|
handleModalClose: () => void;
|
|
10
10
|
handlePrimaryAction: () => void;
|
|
11
11
|
handleSecondaryAction?: () => void;
|
package/dist/common/index.es.js
CHANGED
|
@@ -6,22 +6,22 @@ import { C as F } from "../CategoryStore-Cg6hsxza.mjs";
|
|
|
6
6
|
import { a as Ue } from "../CategoryStore-Cg6hsxza.mjs";
|
|
7
7
|
import { N as $ } from "../NotificationStore-CA8WNgcR.mjs";
|
|
8
8
|
import { a as Oe } from "../NotificationStore-CA8WNgcR.mjs";
|
|
9
|
-
import { T as G } from "../Transaction-
|
|
10
|
-
import { L as Re, a as Fe } from "../Transaction-
|
|
9
|
+
import { T as G } from "../Transaction-BiOMLCAA.mjs";
|
|
10
|
+
import { L as Re, a as Fe } from "../Transaction-BiOMLCAA.mjs";
|
|
11
11
|
import { H } from "../Help-B8mD4aLJ.mjs";
|
|
12
12
|
import { E as Ge } from "../Help-B8mD4aLJ.mjs";
|
|
13
13
|
import { M as We } from "../MicroWidgetContainer-Cg0wb2gg.mjs";
|
|
14
14
|
import { M as Ye } from "../MiniWidgetContainer-BPuE3cfO.mjs";
|
|
15
15
|
import { D as Ke, W as ze } from "../WidgetContainer-W9s0Jt3H.mjs";
|
|
16
16
|
import { b as Ve, G as Xe } from "../GlobalAccountFilter-CjTLppI0.mjs";
|
|
17
|
-
import { f as W, a as q, b as C } from "../BudgetUtil-
|
|
18
|
-
import { C as Je, g as ts, e as es, c as ss, d as rs, i as os } from "../BudgetUtil-
|
|
17
|
+
import { f as W, a as q, b as C } from "../BudgetUtil-CHDuDNhl.mjs";
|
|
18
|
+
import { C as Je, g as ts, e as es, c as ss, d as rs, i as os } from "../BudgetUtil-CHDuDNhl.mjs";
|
|
19
19
|
import { C as is } from "../CurrencyInput-6U2Ln1bK.mjs";
|
|
20
20
|
import { L as cs } from "../Loader-D3rjKx72.mjs";
|
|
21
21
|
import { R as ds } from "../ResponsiveButton-DZFp78fJ.mjs";
|
|
22
22
|
import { S as hs } from "../SearchBox-B7km148n.mjs";
|
|
23
|
-
import { T as Y } from "../TransactionStore-
|
|
24
|
-
import { S as gs } from "../TransactionStore-
|
|
23
|
+
import { T as Y } from "../TransactionStore-DoBXsvqm.mjs";
|
|
24
|
+
import { S as gs } from "../TransactionStore-DoBXsvqm.mjs";
|
|
25
25
|
import { T as fs } from "../TabContentContainer-j01JYR_7.mjs";
|
|
26
26
|
import { I as ys } from "../IconBacking-B9oC6uL2.mjs";
|
|
27
27
|
import { D as bs, F as ws, c as Cs, d as Ds, R as As, S as Es } from "../RecurringTransactions-B_I4_FGO.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { fromUnixTime as d } from "date-fns/fromUnixTime";
|
|
2
2
|
import { f as u, D as p } from "./DateFormats-Cs-NbEZ7.mjs";
|
|
3
3
|
import { c as g } from "./Category-CevNQ03n.mjs";
|
|
4
|
-
import { T as m } from "./Transaction-
|
|
4
|
+
import { T as m } from "./Transaction-BiOMLCAA.mjs";
|
|
5
5
|
function f(t) {
|
|
6
6
|
return new Set(
|
|
7
7
|
t.filter((n) => n.parent_guid !== void 0).map((n) => n.parent_guid)
|
|
@@ -41,7 +41,7 @@ import { S as it, F as Mt, e as zn, R as Dt } from "../RecurringTransactions-B_I
|
|
|
41
41
|
import { A as He } from "../Account-BiB1F8lL.mjs";
|
|
42
42
|
import { S as Gn } from "../StatusBar-BK_uYHAB.mjs";
|
|
43
43
|
import { h as It } from "../DateUtil-CVXVMbjf.mjs";
|
|
44
|
-
import { T as Hn, s as Nn, h as jn, S as Kn, a as Vn } from "../TransactionList-
|
|
44
|
+
import { T as Hn, s as Nn, h as jn, S as Kn, a as Vn } from "../TransactionList-CmZSDhKW.mjs";
|
|
45
45
|
import { f as Xn, D as Yn } from "../DateFormats-Cs-NbEZ7.mjs";
|
|
46
46
|
import { T as de } from "../TabContentContainer-j01JYR_7.mjs";
|
|
47
47
|
import qn from "@mui/material/useMediaQuery";
|
|
@@ -56,10 +56,10 @@ import { formatISO as oo } from "date-fns/formatISO";
|
|
|
56
56
|
import { fromUnixTime as ro } from "date-fns/fromUnixTime";
|
|
57
57
|
import { startOfToday as st } from "date-fns/startOfToday";
|
|
58
58
|
import { subDays as ao } from "date-fns/subDays";
|
|
59
|
-
import { c as io, d as ct, S as so, i as co } from "../ManageIncome-
|
|
59
|
+
import { c as io, d as ct, S as so, i as co } from "../ManageIncome-CWQoWlbs.mjs";
|
|
60
60
|
import { LocalizationProvider as lo, DatePicker as po, StaticDatePicker as _o } from "@mui/x-date-pickers";
|
|
61
61
|
import { AdapterDateFns as Ot } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
|
62
|
-
import { R as uo } from "../RecurringSettings-
|
|
62
|
+
import { R as uo } from "../RecurringSettings-BapZfEnY.mjs";
|
|
63
63
|
import { LocalizationProvider as ho } from "@mui/x-date-pickers/LocalizationProvider";
|
|
64
64
|
import { format as mo } from "date-fns/format";
|
|
65
65
|
import go from "@mui/lab/Timeline";
|
|
@@ -23,7 +23,8 @@ export interface ChartDrawerTemplateProps {
|
|
|
23
23
|
data: TabData[];
|
|
24
24
|
defaultSelectedIndex?: number;
|
|
25
25
|
icon?: React.ReactNode;
|
|
26
|
+
onTabChange?: (index: number) => void;
|
|
26
27
|
tipSection?: TipSectionProps;
|
|
27
28
|
}
|
|
28
|
-
export declare const ChartDrawerTemplate: ({ ariaLabel, beat, chart, children, data, defaultSelectedIndex, icon, tipSection, }: ChartDrawerTemplateProps) => import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
export declare const ChartDrawerTemplate: ({ ariaLabel, beat, chart, children, data, defaultSelectedIndex, icon, onTabChange, tipSection, }: ChartDrawerTemplateProps) => import("react/jsx-runtime").JSX.Element;
|
|
29
30
|
export {};
|
|
@@ -13,9 +13,10 @@ interface ChartWithTransactionDrillDownProps {
|
|
|
13
13
|
icon?: React.ReactNode;
|
|
14
14
|
isOpen?: boolean;
|
|
15
15
|
onClose: () => void;
|
|
16
|
+
onTabChange?: (index: number) => void;
|
|
16
17
|
tipSection?: TipSectionProps;
|
|
17
18
|
title: string;
|
|
18
19
|
transactionListProps?: React.ComponentProps<typeof TransactionList>;
|
|
19
20
|
}
|
|
20
|
-
declare const ChartWithTransactionDrillDown: ({ ariaLabel, barChartProps, beat, data, defaultSelectedIndex, icon, isOpen, onClose, tipSection, title, transactionListProps, }: ChartWithTransactionDrillDownProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
declare const ChartWithTransactionDrillDown: ({ ariaLabel, barChartProps, beat, data, defaultSelectedIndex, icon, isOpen, onClose, onTabChange, tipSection, title, transactionListProps, }: ChartWithTransactionDrillDownProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
22
|
export default ChartWithTransactionDrillDown;
|