@mx-cartographer/experiences 7.11.20 → 7.11.21
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/{AccountDetailsHeader-DCTCLB3K.mjs → AccountDetailsHeader-DkBNsLsI.mjs} +2 -2
- package/dist/{AccountListItem-CZk-bo6j.mjs → AccountListItem-BIVhda6q.mjs} +2 -2
- package/dist/{AccountStore-Cw54qb7Y.mjs → AccountStore-Brc0MNSF.mjs} +1 -1
- package/dist/BudgetUtil--_QXyszn.mjs +479 -0
- package/dist/{CategorySelectorDrawer-Blb22HWt.mjs → CategorySelectorDrawer-5n6Pil_E.mjs} +1 -1
- package/dist/{Connect-Df7iVTcV.mjs → Connect-eYIWqCEr.mjs} +1 -1
- package/dist/{ConnectDrawer-CVt-8rPJ.mjs → ConnectDrawer-CioFo6Wy.mjs} +2 -2
- package/dist/{ConnectionsDrawer-c7HaKeRj.mjs → ConnectionsDrawer-DqhSaMrJ.mjs} +2 -2
- package/dist/{CurrencyInput-bcKNJ22c.mjs → CurrencyInput-DuMktPu3.mjs} +1 -1
- package/dist/{ExportCsvAction-B5Mn5uyb.mjs → ExportCsvAction-Bg6gO_Cz.mjs} +3 -3
- package/dist/{GlobalAccountFilter-CbwySv6c.mjs → GlobalAccountFilter-B73Pw1hJ.mjs} +1 -1
- package/dist/{GoalStore-DXIP9dLt.mjs → GoalStore-0bd-Upkc.mjs} +1 -1
- package/dist/{Help-COWDMsJq.mjs → Help-CINT6-wG.mjs} +1 -1
- package/dist/{LineChart-DVn1AamK.mjs → LineChart-B1qbKR8q.mjs} +1 -1
- package/dist/{ListItemAction-5YhgdUZW.mjs → ListItemAction-CfXGuY7a.mjs} +1 -1
- package/dist/{ManageIncome-_ZP3uPwX.mjs → ManageIncome-C0ddaiMR.mjs} +10 -10
- package/dist/{MicroWidgetContainer-CMES42I1.mjs → MicroWidgetContainer-B_EnfvCq.mjs} +1 -1
- package/dist/{MiniWidgetContainer-DhEx4qKi.mjs → MiniWidgetContainer-Cu72GNsE.mjs} +1 -1
- package/dist/{NotificationSettings-D8uSK6m9.mjs → NotificationSettings-DCbMa5mg.mjs} +4 -4
- package/dist/{OriginalBalanceAction-DuVHcBdO.mjs → OriginalBalanceAction-CW_xOa6Z.mjs} +3 -3
- package/dist/{RecurringSettings-CSrJUzaC.mjs → RecurringSettings-CD1_vCES.mjs} +2 -2
- package/dist/{SpendingLegend-Cpd_jtoX.mjs → SpendingLegend-DHi0vx8B.mjs} +1 -1
- package/dist/StatusIndicator-wyBzyHJc.mjs +252 -0
- package/dist/{Transaction-BR682Yj5.mjs → Transaction-B_2AG36b.mjs} +1 -1
- package/dist/TransactionDetails-CgC3Qu7o.mjs +1474 -0
- package/dist/{TransactionStore-BbjZQa-N.mjs → TransactionStore-DIbZkSVI.mjs} +2 -2
- package/dist/{ViewMoreMicroCard-Bf1J0zYY.mjs → ViewMoreMicroCard-CLHlPWC-.mjs} +1 -1
- package/dist/{WidgetContainer-DSs6lJbr.mjs → WidgetContainer-BSCjBupR.mjs} +2 -2
- package/dist/accounts/index.es.js +13 -13
- package/dist/analytics/index.es.js +11 -11
- package/dist/budgets/api/BudgetsApi.d.ts +2 -0
- package/dist/budgets/components/MerchantBudgetDetailsDrawer.d.ts +17 -0
- package/dist/budgets/components/shared/BudgetDetailsTopSection.d.ts +13 -0
- package/dist/budgets/index.es.js +550 -609
- package/dist/budgets/store/BudgetsStore.d.ts +6 -0
- package/dist/budgets/utils/BudgetUtil.d.ts +5 -0
- package/dist/cashflow/index.es.js +8 -8
- package/dist/categories/index.es.js +1 -1
- package/dist/common/index.es.js +254 -224
- package/dist/common/types/localization/BudgetsCopy.d.ts +4 -0
- package/dist/dashboard/index.es.js +4 -4
- package/dist/debts/index.es.js +8 -8
- package/dist/{exportTransactionsToCSV-CKHt_UOp.mjs → exportTransactionsToCSV-EwhjfqsJ.mjs} +1 -1
- package/dist/finstrong/index.es.js +10 -10
- package/dist/goals/index.es.js +10 -10
- package/dist/help/index.es.js +4 -4
- package/dist/{hooks-zu7yblbi.mjs → hooks-BxkfR-Ff.mjs} +5 -5
- package/dist/insights/index.es.js +103 -104
- package/dist/investments/index.es.js +4 -4
- package/dist/merchants/index.es.js +1 -1
- package/dist/microinsights/index.es.js +1 -1
- package/dist/networth/index.es.js +6 -6
- package/dist/notifications/index.es.js +2 -2
- package/dist/recurringtransactions/index.es.js +9 -9
- package/dist/settings/index.es.js +7 -7
- package/dist/spending/index.es.js +8 -8
- package/dist/transactions/components/shared/transactiondetails/actions/AddMerchantBudgetAction.d.ts +5 -0
- package/dist/transactions/components/shared/transactiondetails/actions/index.d.ts +1 -0
- package/dist/transactions/index.es.js +16 -16
- package/dist/trends/index.es.js +12 -12
- package/dist/{useAccountDisplayName-CxYB0Wpw.mjs → useAccountDisplayName-DKwT1mWv.mjs} +1 -1
- package/dist/{useInsightsEnabled-CYLDtNYt.mjs → useInsightsEnabled-DL_oNyI0.mjs} +1 -1
- package/dist/{useWidgetLoadTimer-Bmgv_UeH.mjs → useWidgetLoadTimer-DgN1bTyu.mjs} +1 -1
- package/package.json +1 -1
- package/dist/BudgetUtil-QbRXtLKn.mjs +0 -101
- package/dist/StatusIndicator-0iX3Gnnu.mjs +0 -55
- package/dist/TransactionDetails-BEKQKH03.mjs +0 -1261
- package/dist/TransactionList-CXiLG0Ur.mjs +0 -204
- package/dist/User-BIgPTsU6.mjs +0 -372
|
@@ -42,4 +42,10 @@ export declare class BudgetsStore {
|
|
|
42
42
|
addMerchantBudget: (merchantGuid: string, amount: number) => Promise<{
|
|
43
43
|
isSuccess: boolean;
|
|
44
44
|
}>;
|
|
45
|
+
updateMerchantBudget: (merchantBudget: MerchantBudget) => Promise<{
|
|
46
|
+
isSuccess: boolean;
|
|
47
|
+
}>;
|
|
48
|
+
deleteMerchantBudget: (merchantBudgetGuid: string) => Promise<{
|
|
49
|
+
isSuccess: boolean;
|
|
50
|
+
}>;
|
|
45
51
|
}
|
|
@@ -6,3 +6,8 @@ export declare const useGetBudgetDifference: () => number;
|
|
|
6
6
|
export declare const augmentBudgets: (budgets: Budget[], categories: DetailedCategory[], copy: BudgetsCopy, theme: Theme) => DetailedBudget[];
|
|
7
7
|
export declare const findBudget: (budgets: DetailedBudget[], guid: string) => DetailedBudget | undefined;
|
|
8
8
|
export declare const findSubBudget: (budgets: DetailedBudget[], guid: string, parentGuid: string) => DetailedBudget | undefined;
|
|
9
|
+
export declare const getRemainingAmountSpentPercentage: (totalTransaction: number, amount: number) => {
|
|
10
|
+
remainingAmount: number;
|
|
11
|
+
spentPercentage: number;
|
|
12
|
+
iconColor: string;
|
|
13
|
+
};
|
|
@@ -8,23 +8,23 @@ import v from "@mui/material/Divider";
|
|
|
8
8
|
import s from "@mui/material/Stack";
|
|
9
9
|
import se from "@mui/material/styles/useTheme";
|
|
10
10
|
import { Text as m, P as N, Icon as M, InstitutionLogo as Ce, H2 as de, H3 as Ve } from "@mxenabled/mxui";
|
|
11
|
-
import { G as Ye, t as me, u as L, p as ce, d as Ne, b as P,
|
|
11
|
+
import { G as Ye, t as me, u as L, p as ce, d as Ne, b as P, i as U, g as ke, a as Qe, h as He, o as Ke } from "../hooks-BxkfR-Ff.mjs";
|
|
12
12
|
import { C as R } from "../CurrencyText-CA-E5N_y.mjs";
|
|
13
13
|
import { I as ue } from "../CashflowStore-DEdQJU5i.mjs";
|
|
14
14
|
import { C as qn } from "../CashflowStore-DEdQJU5i.mjs";
|
|
15
15
|
import { u as he } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
16
16
|
import { L as Z } from "../Loader-D3rjKx72.mjs";
|
|
17
17
|
import { b as $ } from "../Localization-CPkpIwIx.mjs";
|
|
18
|
-
import { M as Je } from "../MiniWidgetContainer-
|
|
18
|
+
import { M as Je } from "../MiniWidgetContainer-Cu72GNsE.mjs";
|
|
19
19
|
import { E as Ze } from "../EmptyState-DHAkGsjk.mjs";
|
|
20
|
-
import { u as Oe } from "../useWidgetLoadTimer-
|
|
21
|
-
import { R as et } from "../RecurringSettings-
|
|
20
|
+
import { u as Oe } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
|
|
21
|
+
import { R as et } from "../RecurringSettings-CD1_vCES.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";
|
|
25
25
|
import J from "@mui/material/List";
|
|
26
26
|
import ee from "@mui/material/ListItem";
|
|
27
|
-
import { A as nt } from "../AccountListItem-
|
|
27
|
+
import { A as nt } from "../AccountListItem-BIVhda6q.mjs";
|
|
28
28
|
import { f as q, D as X } from "../DateFormats-BMpMrZpW.mjs";
|
|
29
29
|
import ot from "@mui/material/ListSubheader";
|
|
30
30
|
import { f as K } from "../NumberFormatting-QCaNwbjv.mjs";
|
|
@@ -36,17 +36,17 @@ 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-C0ddaiMR.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";
|
|
43
|
-
import { W as ut } from "../WidgetContainer-
|
|
43
|
+
import { W as ut } from "../WidgetContainer-BSCjBupR.mjs";
|
|
44
44
|
import { A as Ie } from "../Analytics-i5h6BxR1.mjs";
|
|
45
45
|
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 "../
|
|
49
|
+
import { S as ft, a as gt } from "../StatusIndicator-wyBzyHJc.mjs";
|
|
50
50
|
import { F as bt, R as ve, e as Ae } from "../RecurringTransactions-CYNpe_RS.mjs";
|
|
51
51
|
import { h as xt } from "../DateUtil-wcYTmDRD.mjs";
|
|
52
52
|
import { F as Ct, A as j } from "../Fetch-B6tMJC1r.mjs";
|