@mx-cartographer/experiences 7.0.12 → 7.0.14-alpha-debts-missing-sorting-option-ram1
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 +12 -0
- package/dist/{Account-BVKkr6ft.mjs → Account-BW3-oYEs.mjs} +1 -1
- package/dist/{AccountDetailsContent-BmQ5a3Lk.mjs → AccountDetailsContent-BzD6CDIm.mjs} +14 -14
- package/dist/{AccountDetailsHeader-vSwO-5Wk.mjs → AccountDetailsHeader-Eb3WvBGm.mjs} +4 -4
- package/dist/{AccountFields-VRK4zgvW.mjs → AccountFields-CIz-r3gP.mjs} +2 -2
- package/dist/{AccountListItem-SkBUCsb0.mjs → AccountListItem-B-ZjJ4Gp.mjs} +2 -2
- package/dist/{AccountStore-3Umlm7QY.mjs → AccountStore-BaMynkQT.mjs} +9 -9
- package/dist/{Accounts-CYsoAdW-.mjs → Accounts-CA-nqAjT.mjs} +1 -1
- package/dist/{CategorySelectorDrawer-BPvjZ-Xo.mjs → CategorySelectorDrawer-BJ9jlCyt.mjs} +1 -1
- package/dist/{ConnectDrawer-BA9H_xx8.mjs → ConnectDrawer-phFH6OHt.mjs} +4 -4
- package/dist/{ConnectionsDrawer-Bs-NUsAs.mjs → ConnectionsDrawer-ihxkAi1P.mjs} +1 -1
- package/dist/{DebtsStore-BwmpJMik.mjs → DebtsStore-VkyMADzd.mjs} +18 -15
- package/dist/{ExportCsvAction-CvyiKLTh.mjs → ExportCsvAction-CbMfQ2Wa.mjs} +2 -2
- package/dist/{GoalStore-DLzTboF9.mjs → GoalStore-DJp7YL_M.mjs} +1 -1
- package/dist/{Help-B3oENhkG.mjs → Help-KAAMEubC.mjs} +1 -1
- package/dist/Loader-DUaFpDGv.mjs +24 -0
- package/dist/{ManageIncome-DCUX6T2b.mjs → ManageIncome-DcKHpJ9V.mjs} +3 -3
- package/dist/{NetWorthStore-NKD8a-19.mjs → NetWorthStore-B6xF9eGH.mjs} +2 -2
- package/dist/{NotificationSettings-uXVwpIa1.mjs → NotificationSettings-aZFVTc8B.mjs} +1 -1
- package/dist/{RecurringSettings-BD_CIXnV.mjs → RecurringSettings-C9r4s1Cz.mjs} +2 -2
- package/dist/TransactionDetails-bja6hKJk.mjs +1337 -0
- package/dist/{TransactionStore-BVKUoEHj.mjs → TransactionStore-0tLtBEIC.mjs} +2 -2
- package/dist/{Transaction-Dns0Kuuy.mjs → User-Dq9Qj764.mjs} +47 -45
- package/dist/{ViewMoreMicroCard-BZI5VMNW.mjs → ViewMoreMicroCard-BPEzFZRG.mjs} +1 -1
- package/dist/{WidgetContainer-BHhhVctF.mjs → WidgetContainer-CdBs9WOZ.mjs} +2 -2
- package/dist/accounts/index.es.js +16 -16
- package/dist/analytics/index.es.js +1 -1
- package/dist/budgets/index.es.js +7 -7
- package/dist/cashflow/index.es.js +6 -6
- package/dist/categories/index.es.js +1 -1
- package/dist/common/index.es.js +13 -13
- package/dist/common/types/localization/DebtsCopy.d.ts +1 -0
- package/dist/dashboard/index.es.js +6 -6
- package/dist/debts/constants/index.d.ts +7 -4
- package/dist/debts/index.es.js +544 -482
- package/dist/debts/store/DebtsUiStore.d.ts +3 -3
- package/dist/debts/utils/DebtsWidget.d.ts +2 -2
- package/dist/debts/utils/SnowballCard.d.ts +2 -2
- package/dist/debts/utils/shared.d.ts +11 -2
- package/dist/{exportTransactionsToCSV-B4JW8rfR.mjs → exportTransactionsToCSV-BDlt8u0n.mjs} +1 -1
- package/dist/finstrong/index.es.js +5 -5
- package/dist/goals/index.es.js +7 -7
- package/dist/help/index.es.js +3 -3
- package/dist/investments/index.es.js +3 -3
- package/dist/merchants/index.es.js +1 -1
- package/dist/microinsights/index.es.js +1 -1
- package/dist/networth/index.es.js +5 -5
- package/dist/notifications/index.es.js +2 -2
- package/dist/recurringtransactions/index.es.js +6 -6
- package/dist/settings/index.es.js +6 -6
- package/dist/spending/index.es.js +3 -3
- package/dist/transactions/components/shared/transactiondetails/Description.d.ts +1 -0
- package/dist/transactions/components/shared/transactiondetails/TransactionDetailsView.d.ts +8 -0
- package/dist/transactions/index.es.js +122 -121
- package/dist/trends/index.es.js +5 -5
- package/package.json +1 -1
- package/dist/Loader-Dp1P2gNw.mjs +0 -14
- package/dist/TransactionDetails-DFDYdDae.mjs +0 -1280
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DebtPriority } from '../constants';
|
|
2
2
|
import { DebtChartData } from '../utils/DebtsWidget';
|
|
3
3
|
export declare class DebtsUiStore {
|
|
4
4
|
isLoading: boolean;
|
|
5
5
|
selectedDebtChartData: DebtChartData;
|
|
6
|
-
selectedDebtPriority:
|
|
6
|
+
selectedDebtPriority: DebtPriority;
|
|
7
7
|
constructor();
|
|
8
8
|
get showError(): boolean;
|
|
9
9
|
get showCompleted(): boolean;
|
|
10
10
|
setIsLoading: (isLoading: boolean) => boolean;
|
|
11
11
|
setSelectedDebtChartData: (data: DebtChartData) => DebtChartData;
|
|
12
|
-
setSelectedDebtPriority: (priority:
|
|
12
|
+
setSelectedDebtPriority: (priority: DebtPriority) => DebtPriority;
|
|
13
13
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Debt } from '../../common';
|
|
2
|
-
import {
|
|
2
|
+
import { DebtPriority } from '../constants';
|
|
3
3
|
type DataPoint = {
|
|
4
4
|
x: Date;
|
|
5
5
|
y: number;
|
|
@@ -10,5 +10,5 @@ type Dataset = DataPoint[];
|
|
|
10
10
|
export interface DebtChartData extends Debt {
|
|
11
11
|
dataset: Dataset;
|
|
12
12
|
}
|
|
13
|
-
export declare const transformDebtsChartData: (debts: Debt[], debtPriority:
|
|
13
|
+
export declare const transformDebtsChartData: (debts: Debt[], debtPriority: DebtPriority, extraPaydown?: number) => DebtChartData[];
|
|
14
14
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DebtPriority } from '../constants';
|
|
2
2
|
import { DebtChartData } from './DebtsWidget';
|
|
3
3
|
type PayoffProjection = {
|
|
4
4
|
payoffSavings: string;
|
|
5
5
|
payoffDate: string;
|
|
6
6
|
payoffDuration: string;
|
|
7
7
|
};
|
|
8
|
-
export declare function getPayoffProjection(debts: DebtChartData[], debtPriority:
|
|
8
|
+
export declare function getPayoffProjection(debts: DebtChartData[], debtPriority: DebtPriority, extraPaydown?: number): PayoffProjection;
|
|
9
9
|
export {};
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
import { Debt } from '../../common';
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { DebtPriority } from '../constants';
|
|
3
|
+
interface MonthlyPayment {
|
|
4
|
+
balance: number;
|
|
5
|
+
interest: number;
|
|
6
|
+
payment: number;
|
|
7
|
+
principal: number;
|
|
8
|
+
timestamp: number;
|
|
9
|
+
}
|
|
10
|
+
export declare const calculateFinalPayment: (monthlyPayments: MonthlyPayment[]) => number;
|
|
11
|
+
export declare const sortDebtsByPrioriy: (debts: Debt[], debtPriority: DebtPriority) => void;
|
|
12
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { fromUnixTime as c } from "date-fns/fromUnixTime";
|
|
2
2
|
import { c as u } from "./Category-CevNQ03n.mjs";
|
|
3
3
|
import { f as p, D as m } from "./Dialog-CWW597AF.mjs";
|
|
4
|
-
import { T as g } from "./
|
|
4
|
+
import { T as g } from "./User-Dq9Qj764.mjs";
|
|
5
5
|
function f(n) {
|
|
6
6
|
return new Set(
|
|
7
7
|
n.filter((e) => e.parent_guid !== void 0).map((e) => e.parent_guid)
|
|
@@ -18,19 +18,19 @@ import { b } from "../Localization-2MODESHW.mjs";
|
|
|
18
18
|
import * as ce from "d3";
|
|
19
19
|
import { observer as I } from "mobx-react-lite";
|
|
20
20
|
import { u as S, a as z, w as $, o as Y, c as fe, g as ye, k as Ke } from "../hooks-DkUqN6JE.mjs";
|
|
21
|
-
import { L as N } from "../Loader-
|
|
21
|
+
import { L as N } from "../Loader-DUaFpDGv.mjs";
|
|
22
22
|
import { F as No, a as Ko } from "../FinstrongStore-mkALvztw.mjs";
|
|
23
23
|
import q from "@mui/material/Button";
|
|
24
24
|
import J from "@mui/material/Card";
|
|
25
25
|
import { L as be } from "../LineChart-BWWmmJxV.mjs";
|
|
26
|
-
import {
|
|
26
|
+
import { j as xe } from "../ConnectDrawer-phFH6OHt.mjs";
|
|
27
27
|
import Xe from "@mui/material/Accordion";
|
|
28
28
|
import je from "@mui/material/AccordionDetails";
|
|
29
29
|
import Ue from "@mui/material/AccordionSummary";
|
|
30
30
|
import Ve from "@mui/material/CardHeader";
|
|
31
31
|
import { u as Ye } from "../useDimensions-27p2evRx.mjs";
|
|
32
|
-
import { C as qe } from "../ConnectionsDrawer-
|
|
33
|
-
import { R as Je } from "../RecurringSettings-
|
|
32
|
+
import { C as qe } from "../ConnectionsDrawer-ihxkAi1P.mjs";
|
|
33
|
+
import { R as Je } from "../RecurringSettings-C9r4s1Cz.mjs";
|
|
34
34
|
import Qe from "@mui/material/TextField";
|
|
35
35
|
import { u as Ce } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
36
36
|
import { a as Ze } from "../Dialog-CWW597AF.mjs";
|
|
@@ -48,7 +48,7 @@ import ct from "@mui/lab/TimelineConnector";
|
|
|
48
48
|
import lt from "@mui/lab/TimelineContent";
|
|
49
49
|
import dt from "@mui/lab/TimelineDot";
|
|
50
50
|
import pt from "@mui/lab/TimelineSeparator";
|
|
51
|
-
import { W as mt } from "../WidgetContainer-
|
|
51
|
+
import { W as mt } from "../WidgetContainer-CdBs9WOZ.mjs";
|
|
52
52
|
var A = /* @__PURE__ */ ((n) => (n.Connections = "connections", n.CreditScore = "credit_score", n.DateOfBirth = "date_of_birth", n.MonthlyIncome = "monthly_income", n))(A || {});
|
|
53
53
|
const ut = ({ list: n, onClickItem: o }) => /* @__PURE__ */ e(x, { sx: { bgcolor: "background.paper" }, children: /* @__PURE__ */ e(
|
|
54
54
|
Be,
|
package/dist/goals/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as fe, T as m, a as Oe, M as J, C as ye, b as Le, G as pe } from "../GoalStore-
|
|
2
|
-
import { c as Hn, d as Xn } from "../GoalStore-
|
|
1
|
+
import { g as fe, T as m, a as Oe, M as J, C as ye, b as Le, G as pe } from "../GoalStore-DJp7YL_M.mjs";
|
|
2
|
+
import { c as Hn, d as Xn } from "../GoalStore-DJp7YL_M.mjs";
|
|
3
3
|
import { jsxs as i, jsx as e, Fragment as U } from "react/jsx-runtime";
|
|
4
4
|
import y from "react";
|
|
5
5
|
import { observer as D } from "mobx-react-lite";
|
|
@@ -37,9 +37,9 @@ import V from "@mui/material/ListItemAvatar";
|
|
|
37
37
|
import Qe from "@mui/material/Collapse";
|
|
38
38
|
import et from "@mui/material/ListItemIcon";
|
|
39
39
|
import tt from "@mui/material/Checkbox";
|
|
40
|
-
import { A as ge } from "../ConnectDrawer-
|
|
41
|
-
import { u as nt, A as ot } from "../AccountDetailsHeader-
|
|
42
|
-
import { A as at } from "../AccountDetailsContent-
|
|
40
|
+
import { A as ge } from "../ConnectDrawer-phFH6OHt.mjs";
|
|
41
|
+
import { u as nt, A as ot } from "../AccountDetailsHeader-Eb3WvBGm.mjs";
|
|
42
|
+
import { A as at } from "../AccountDetailsContent-BzD6CDIm.mjs";
|
|
43
43
|
import ke from "@mui/material/TextField";
|
|
44
44
|
import { M as rt, I as it, O as st } from "../OriginalBalanceAction-DepsKiJz.mjs";
|
|
45
45
|
import { getUnixTime as lt } from "date-fns/getUnixTime";
|
|
@@ -48,8 +48,8 @@ import { AdapterDateFns as dt } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
|
|
48
48
|
import { DatePicker as mt } from "@mui/x-date-pickers";
|
|
49
49
|
import { LocalizationProvider as ut } from "@mui/x-date-pickers/LocalizationProvider";
|
|
50
50
|
import { E as _t } from "../EmptyState-Dcb-o2tl.mjs";
|
|
51
|
-
import { A as Y, W as pt } from "../WidgetContainer-
|
|
52
|
-
import { L as we } from "../Loader-
|
|
51
|
+
import { A as Y, W as pt } from "../WidgetContainer-CdBs9WOZ.mjs";
|
|
52
|
+
import { L as we } from "../Loader-DUaFpDGv.mjs";
|
|
53
53
|
import ht from "@mui/material/Stack/Stack";
|
|
54
54
|
import bt from "@mui/material/Box";
|
|
55
55
|
import gt from "@mui/material/styles/useTheme";
|
package/dist/help/index.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { observer as t } from "mobx-react-lite";
|
|
3
|
-
import { H as m } from "../Help-
|
|
3
|
+
import { H as m } from "../Help-KAAMEubC.mjs";
|
|
4
4
|
import { a as s } from "../hooks-DkUqN6JE.mjs";
|
|
5
|
-
import { L as p } from "../Loader-
|
|
6
|
-
import { W as a } from "../WidgetContainer-
|
|
5
|
+
import { L as p } from "../Loader-DUaFpDGv.mjs";
|
|
6
|
+
import { W as a } from "../WidgetContainer-CdBs9WOZ.mjs";
|
|
7
7
|
const x = t(({ sx: o }) => {
|
|
8
8
|
const { isCopyLoaded: i, isInitialized: e } = s();
|
|
9
9
|
return !i || !e ? /* @__PURE__ */ r(p, {}) : /* @__PURE__ */ r(a, { sx: { p: 16 }, children: /* @__PURE__ */ r(m, { sx: o }) });
|
|
@@ -4,7 +4,7 @@ import { observer as P } from "mobx-react-lite";
|
|
|
4
4
|
import _ from "@mui/material/Stack";
|
|
5
5
|
import Ee from "@mui/material/Tab";
|
|
6
6
|
import Ge from "@mui/material/Tabs";
|
|
7
|
-
import { C as ge } from "../ConnectionsDrawer-
|
|
7
|
+
import { C as ge } from "../ConnectionsDrawer-ihxkAi1P.mjs";
|
|
8
8
|
import pe from "@mui/material/useMediaQuery";
|
|
9
9
|
import Me from "@mui/material/Box";
|
|
10
10
|
import Ne from "@mui/material/Collapse";
|
|
@@ -17,7 +17,7 @@ import ye from "@mui/material/ToggleButtonGroup";
|
|
|
17
17
|
import { Text as r, H1 as fe, P as ve, InstitutionLogo as ne } from "@mxenabled/mxui";
|
|
18
18
|
import Ue from "@mui/material/Button";
|
|
19
19
|
import { u as E, e as be, s as H, a as Q, c as se } from "../hooks-DkUqN6JE.mjs";
|
|
20
|
-
import { A as z, W as je } from "../WidgetContainer-
|
|
20
|
+
import { A as z, W as je } from "../WidgetContainer-CdBs9WOZ.mjs";
|
|
21
21
|
import { a as ze, f as oe } from "../NumberFormatting-CtWHhyBX.mjs";
|
|
22
22
|
import { u as U } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
23
23
|
import le from "@mui/material/styles/useTheme";
|
|
@@ -37,7 +37,7 @@ import Se from "@mui/material/TextField";
|
|
|
37
37
|
import { D as $e } from "../Drawer-kEE73B87.mjs";
|
|
38
38
|
import { DataGridPro as qe } from "@mui/x-data-grid-pro";
|
|
39
39
|
import { Stack as Ke } from "@mui/material";
|
|
40
|
-
import { L as De } from "../Loader-
|
|
40
|
+
import { L as De } from "../Loader-DUaFpDGv.mjs";
|
|
41
41
|
import { E as Ye } from "../EmptyState-Dcb-o2tl.mjs";
|
|
42
42
|
const de = ({ sx: t = {} }) => {
|
|
43
43
|
const { investments: h } = E(), { onEvent: c } = be(), { setShowConnectionsWidget: u } = H();
|
|
@@ -13,7 +13,7 @@ import A from "@mui/material/Paper";
|
|
|
13
13
|
import d from "@mui/material/Stack";
|
|
14
14
|
import { MerchantLogo as V, Text as R } from "@mxenabled/mxui";
|
|
15
15
|
import { b as v, u as w, a as C } from "../hooks-DkUqN6JE.mjs";
|
|
16
|
-
import { L as p } from "../Loader-
|
|
16
|
+
import { L as p } from "../Loader-DUaFpDGv.mjs";
|
|
17
17
|
import { S as N } from "../SearchBox-B2_zLv8-.mjs";
|
|
18
18
|
import { M as ne } from "../MerchantStore-DVH-QOf0.mjs";
|
|
19
19
|
const B = /^[ a-zA-ZÀ-ÿ0-9]+$/, H = 50, u = 65, P = ({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as s, B as e, C as o, c as t, b as i, I as d, M as n, a as C, d as c, N as I, V as M, Z as g, e as h } from "../ViewMoreMicroCard-
|
|
1
|
+
import { A as s, B as e, C as o, c as t, b as i, I as d, M as n, a as C, d as c, N as I, V as M, Z as g, e as h } from "../ViewMoreMicroCard-BPEzFZRG.mjs";
|
|
2
2
|
export {
|
|
3
3
|
s as AppStore,
|
|
4
4
|
e as BeatCard,
|
|
@@ -19,15 +19,15 @@ import { i as ne } from "../DateUtil-BcuH7ErC.mjs";
|
|
|
19
19
|
import { C as y } from "../CurrencyText-YUhH2caW.mjs";
|
|
20
20
|
import { Button as Te, Stack as Le } from "@mui/material";
|
|
21
21
|
import { format as Ne, fromUnixTime as De, differenceInMonths as Ee } from "date-fns";
|
|
22
|
-
import { g as K } from "../NetWorthStore-
|
|
23
|
-
import { N as Ot } from "../NetWorthStore-
|
|
22
|
+
import { g as K } from "../NetWorthStore-B6xF9eGH.mjs";
|
|
23
|
+
import { N as Ot } from "../NetWorthStore-B6xF9eGH.mjs";
|
|
24
24
|
import { Icon as oe } from "@mxenabled/mx-icons";
|
|
25
25
|
import { f as U } from "../NumberFormatting-CtWHhyBX.mjs";
|
|
26
|
-
import { A as b, W as ke } from "../WidgetContainer-
|
|
27
|
-
import { L as O } from "../Loader-
|
|
26
|
+
import { A as b, W as ke } from "../WidgetContainer-CdBs9WOZ.mjs";
|
|
27
|
+
import { L as O } from "../Loader-DUaFpDGv.mjs";
|
|
28
28
|
import { M as Ae } from "../MicroWidgetContainer-Dxz8uBN9.mjs";
|
|
29
29
|
import re from "@mui/material/Box";
|
|
30
|
-
import { C as Me } from "../ConnectionsDrawer-
|
|
30
|
+
import { C as Me } from "../ConnectionsDrawer-ihxkAi1P.mjs";
|
|
31
31
|
import He from "@mui/material/Collapse";
|
|
32
32
|
import V from "@mui/material/ListItemIcon";
|
|
33
33
|
import ie from "@mui/material/styles/useTheme";
|
|
@@ -15,9 +15,9 @@ import { c as E, g as j, u as g, n as N, a as S, m as z } from "../hooks-DkUqN6J
|
|
|
15
15
|
import { Icon as U, Settings as F } from "@mxenabled/mx-icons";
|
|
16
16
|
import P from "@mui/material/Button";
|
|
17
17
|
import W from "@mui/material/Stack";
|
|
18
|
-
import { L as w } from "../Loader-
|
|
18
|
+
import { L as w } from "../Loader-DUaFpDGv.mjs";
|
|
19
19
|
import $ from "@mui/material/IconButton";
|
|
20
|
-
import { N as H } from "../NotificationSettings-
|
|
20
|
+
import { N as H } from "../NotificationSettings-aZFVTc8B.mjs";
|
|
21
21
|
import { D as b } from "../Drawer-kEE73B87.mjs";
|
|
22
22
|
const yt = (e) => {
|
|
23
23
|
switch (e) {
|
|
@@ -8,8 +8,8 @@ import { startOfToday as le } from "date-fns/startOfToday";
|
|
|
8
8
|
import { subDays as de } from "date-fns/subDays";
|
|
9
9
|
import re from "@mui/material/Skeleton";
|
|
10
10
|
import c from "@mui/material/Stack";
|
|
11
|
-
import { R as He } from "../RecurringSettings-
|
|
12
|
-
import { M as An } from "../RecurringSettings-
|
|
11
|
+
import { R as He } from "../RecurringSettings-C9r4s1Cz.mjs";
|
|
12
|
+
import { M as An } from "../RecurringSettings-C9r4s1Cz.mjs";
|
|
13
13
|
import { addMonths as ze } from "date-fns/addMonths";
|
|
14
14
|
import { subMonths as Be } from "date-fns/subMonths";
|
|
15
15
|
import { isBefore as Ue } from "date-fns/isBefore";
|
|
@@ -32,7 +32,7 @@ import { u as D, a as V, h as v, e as X, c as pe, f as ge, p as rt } from "../ho
|
|
|
32
32
|
import { c as M, a as R, g as De, f as ot } from "../RepeatingTransaction-BW4J-jeJ.mjs";
|
|
33
33
|
import { T as P } from "../RecurringTransactionsStore-D62XJtdL.mjs";
|
|
34
34
|
import { R as Gn } from "../RecurringTransactionsStore-D62XJtdL.mjs";
|
|
35
|
-
import { A as _, W as at } from "../WidgetContainer-
|
|
35
|
+
import { A as _, W as at } from "../WidgetContainer-CdBs9WOZ.mjs";
|
|
36
36
|
import st from "@mui/material/Button";
|
|
37
37
|
import se from "@mui/material/Divider";
|
|
38
38
|
import Se from "@mui/material/List";
|
|
@@ -41,8 +41,8 @@ import ct from "@mui/material/ListSubheader";
|
|
|
41
41
|
import lt from "@mui/material/ListItemAvatar";
|
|
42
42
|
import dt from "@mui/material/ListItemButton";
|
|
43
43
|
import ut from "@mui/material/ListItemText";
|
|
44
|
-
import { b as mt } from "../ManageIncome-
|
|
45
|
-
import { c as On, M as kn, S as Wn } from "../ManageIncome-
|
|
44
|
+
import { b as mt } from "../ManageIncome-DcKHpJ9V.mjs";
|
|
45
|
+
import { c as On, M as kn, S as Wn } from "../ManageIncome-DcKHpJ9V.mjs";
|
|
46
46
|
import { f as L } from "../NumberFormatting-CtWHhyBX.mjs";
|
|
47
47
|
import { D as Ae } from "../Drawer-kEE73B87.mjs";
|
|
48
48
|
import { b as N } from "../Localization-2MODESHW.mjs";
|
|
@@ -50,7 +50,7 @@ import { f as A, D as E } from "../Dialog-CWW597AF.mjs";
|
|
|
50
50
|
import O from "@mui/material/Box";
|
|
51
51
|
import { S as Ee } from "../StatusBar-BK_uYHAB.mjs";
|
|
52
52
|
import { u as Ge } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
53
|
-
import { L as j } from "../Loader-
|
|
53
|
+
import { L as j } from "../Loader-DUaFpDGv.mjs";
|
|
54
54
|
import { M as pt } from "../MiniWidgetContainer-CTyjmE1h.mjs";
|
|
55
55
|
import { u as gt } from "../useDimensions-27p2evRx.mjs";
|
|
56
56
|
import { M as ht } from "../MicroWidgetContainer-Dxz8uBN9.mjs";
|
|
@@ -16,8 +16,8 @@ import F from "@mui/material/Box";
|
|
|
16
16
|
import Q from "@mui/material/Button";
|
|
17
17
|
import I from "@mui/material/TextField";
|
|
18
18
|
import { H3 as J, P as H, Text as x, Icon as M, ChevronRightIcon as xe } from "@mxenabled/mxui";
|
|
19
|
-
import { V as ve, a as Ce, N as G } from "../NotificationSettings-
|
|
20
|
-
import { A as Yt, B as qt, I as Qt } from "../NotificationSettings-
|
|
19
|
+
import { V as ve, a as Ce, N as G } from "../NotificationSettings-aZFVTc8B.mjs";
|
|
20
|
+
import { A as Yt, B as qt, I as Qt } from "../NotificationSettings-aZFVTc8B.mjs";
|
|
21
21
|
import { u as k, m as $, r as A, o as De, a as Z, k as ee } from "../hooks-DkUqN6JE.mjs";
|
|
22
22
|
import { u as L } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
23
23
|
import { a as W } from "../Dialog-CWW597AF.mjs";
|
|
@@ -31,18 +31,18 @@ import { b as N } from "../Localization-2MODESHW.mjs";
|
|
|
31
31
|
import ke from "@mui/material/Accordion";
|
|
32
32
|
import we from "@mui/material/AccordionDetails";
|
|
33
33
|
import Te from "@mui/material/AccordionSummary";
|
|
34
|
-
import { L as ne } from "../Loader-
|
|
34
|
+
import { L as ne } from "../Loader-DUaFpDGv.mjs";
|
|
35
35
|
import Ie from "@mui/material/List";
|
|
36
36
|
import j from "@mui/material/Divider";
|
|
37
37
|
import Ae from "@mui/material/ListSubheader";
|
|
38
|
-
import { a as Ee, u as Pe } from "../CategorySelectorDrawer-
|
|
38
|
+
import { a as Ee, u as Pe } from "../CategorySelectorDrawer-BJ9jlCyt.mjs";
|
|
39
39
|
import Re from "@mui/material/ListItem";
|
|
40
40
|
import Be from "@mui/material/ListItemButton";
|
|
41
41
|
import Me from "@mui/material/ListItemIcon";
|
|
42
42
|
import Ne from "@mui/material/ListItemText";
|
|
43
43
|
import { D as He } from "../Drawer-kEE73B87.mjs";
|
|
44
|
-
import { H as Le } from "../Help-
|
|
45
|
-
import { W as K } from "../WidgetContainer-
|
|
44
|
+
import { H as Le } from "../Help-KAAMEubC.mjs";
|
|
45
|
+
import { W as K } from "../WidgetContainer-CdBs9WOZ.mjs";
|
|
46
46
|
const Oe = ({ availableWidth: t, handleOnLeavClick: a }) => {
|
|
47
47
|
const o = ye(), { common: n, settings: r } = k(), { isDesktop: m, isMobile: l, isSmallMobile: i, isTablet: s } = L(t), { config: g } = $(), { updateUser: _ } = A(), { user: d } = De(), [u, S] = h.useState({
|
|
48
48
|
first_name: d.first_name,
|
|
@@ -17,17 +17,17 @@ import { useTheme as it } from "@mui/material";
|
|
|
17
17
|
import { u as w, a as R, k as z, c as rt, m as st, f as Ct, e as _t } from "../hooks-DkUqN6JE.mjs";
|
|
18
18
|
import { u as ct } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
19
19
|
import { D as bt } from "../Donut-1UMNcG67.mjs";
|
|
20
|
-
import { L as F } from "../Loader-
|
|
20
|
+
import { L as F } from "../Loader-DUaFpDGv.mjs";
|
|
21
21
|
import { M as St } from "../MiniWidgetContainer-CTyjmE1h.mjs";
|
|
22
22
|
import { startOfToday as U } from "date-fns/startOfToday";
|
|
23
|
-
import { T as Tt, a as Mt } from "../TransactionDetails-
|
|
23
|
+
import { T as Tt, a as Mt } from "../TransactionDetails-bja6hKJk.mjs";
|
|
24
24
|
import Dt from "@mui/material/Collapse";
|
|
25
25
|
import B from "@mui/material/Divider";
|
|
26
26
|
import q from "@mui/material/List";
|
|
27
27
|
import J from "@mui/material/ListItem";
|
|
28
28
|
import xt from "@mui/material/ListItemButton";
|
|
29
29
|
import { D as Q } from "../Drawer-kEE73B87.mjs";
|
|
30
|
-
import { A as Z, W as wt } from "../WidgetContainer-
|
|
30
|
+
import { A as Z, W as wt } from "../WidgetContainer-CdBs9WOZ.mjs";
|
|
31
31
|
const j = 5, vt = (n, l, r) => r.reduce((i, c) => {
|
|
32
32
|
if (c.total > 0) {
|
|
33
33
|
const a = n.find((s) => s.guid === c.category_guid);
|
|
@@ -2,6 +2,7 @@ import { default as React } from 'react';
|
|
|
2
2
|
import { Transaction } from '../../../../common';
|
|
3
3
|
interface DescriptionProps {
|
|
4
4
|
transaction: Transaction;
|
|
5
|
+
viewOnly?: boolean;
|
|
5
6
|
}
|
|
6
7
|
declare const _default: React.FunctionComponent<DescriptionProps>;
|
|
7
8
|
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Transaction } from '../../../../common';
|
|
2
|
+
interface TransactionDetailsViewProps {
|
|
3
|
+
transaction: Transaction;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: (({ transaction }: TransactionDetailsViewProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|