@mx-cartographer/experiences 7.0.57-alpha.mega3 → 7.0.58-alpha-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 +9 -1
- package/dist/{Account-DoxALziV.mjs → Account-tMsdS_fR.mjs} +1 -1
- package/dist/{AccountDetailsContent-DsD3Wzu7.mjs → AccountDetailsContent-C8fH-FQB.mjs} +7 -7
- package/dist/{AccountDetailsHeader-DN2pk4QW.mjs → AccountDetailsHeader-DNAjoL-S.mjs} +4 -4
- package/dist/{AccountFields-CuivK48n.mjs → AccountFields-Dg6oj8cP.mjs} +2 -2
- package/dist/{AccountListItem-BAdwVscV.mjs → AccountListItem-Beq27kHX.mjs} +3 -3
- package/dist/{AccountStore-DWiQAs6V.mjs → AccountStore-CHPKVGWf.mjs} +1 -1
- package/dist/{Accounts-CNnOAmr2.mjs → Accounts-C5gB9veQ.mjs} +1 -1
- package/dist/{CategorySelectorDrawer-BmenK5bu.mjs → CategorySelectorDrawer-CedQx6n6.mjs} +1 -1
- package/dist/{ConnectDrawer-DJA_S-rX.mjs → ConnectDrawer-CUKAktmo.mjs} +1 -1
- package/dist/{ConnectionsDrawer-CU3E2RLw.mjs → ConnectionsDrawer-CwmI5IXT.mjs} +2 -2
- package/dist/{DebtsStore-CoZ30R-_.mjs → DebtsStore-Blg0V9AH.mjs} +1 -1
- package/dist/Drawer-BEtCk82g.mjs +163 -0
- package/dist/{GoalStore-DxOUk36P.mjs → GoalStore-BNyhflZu.mjs} +1 -1
- package/dist/{Help-CzBAsKA2.mjs → Help-BYF21T2N.mjs} +1 -1
- package/dist/{ManageIncome-BX7dzGF8.mjs → ManageIncome-BftkBLLt.mjs} +59 -57
- package/dist/{NetWorthStore-f6RQno5Z.mjs → NetWorthStore-DgWH61d0.mjs} +2 -2
- package/dist/{NotificationSettings-C215AwS0.mjs → NotificationSettings-4OsC52PM.mjs} +1 -1
- package/dist/{RecurringSettings-qv7DNYac.mjs → RecurringSettings-DWRuYGXq.mjs} +2 -2
- package/dist/{TransactionDetails-DAp_CPCP.mjs → TransactionDetails-Csjr1ivB.mjs} +3 -3
- package/dist/{WidgetContainer-B8MRJ5Y1.mjs → WidgetContainer-Dr9acAPp.mjs} +2 -2
- package/dist/accounts/components/AccountsListCompact.d.ts +9 -0
- package/dist/accounts/index.es.js +12 -12
- package/dist/budgets/index.es.js +6 -6
- package/dist/cashflow/index.es.js +6 -6
- package/dist/categories/index.es.js +1 -1
- package/dist/common/components/drawer/Drawer.d.ts +3 -0
- package/dist/common/components/drawer/Footer.d.ts +17 -0
- package/dist/common/index.es.js +10 -10
- package/dist/common/types/Finstrong.d.ts +6 -0
- package/dist/common/types/localization/FinstrongCopy.d.ts +10 -0
- package/dist/dashboard/index.es.js +1 -1
- package/dist/debts/index.es.js +6 -6
- package/dist/finstrong/components/DoubleBarChart.d.ts +26 -0
- package/dist/finstrong/components/KeyIndicatorsBorrowTab.d.ts +2 -2
- package/dist/finstrong/components/KeyIndicatorsSaveTab.d.ts +2 -2
- package/dist/finstrong/components/KeyIndicatorsSpendTab.d.ts +2 -2
- package/dist/finstrong/components/KeyIndicatorsTabItem.d.ts +2 -0
- package/dist/finstrong/components/KeyIndicatorsTabItemDrawer.d.ts +10 -0
- package/dist/finstrong/components/KeyIndicatorsTabsWidget.d.ts +2 -2
- package/dist/finstrong/components/Onboarding.d.ts +5 -0
- package/dist/finstrong/components/OnboardingAddMonthlyIncome.d.ts +11 -0
- package/dist/finstrong/components/OnboardingStepsDrawer.d.ts +14 -0
- package/dist/finstrong/components/OnboardingStepsHeader.d.ts +8 -0
- package/dist/finstrong/components/ProgressBar.d.ts +15 -0
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeDrawerComponent.d.ts +4 -0
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeStickyComponent.d.ts +4 -0
- package/dist/finstrong/components/shared/CustomDoubleBarPlot.d.ts +25 -0
- package/dist/finstrong/constants/index.d.ts +8 -0
- package/dist/finstrong/index.es.js +1044 -810
- package/dist/finstrong/util/finstrongUtils.d.ts +9 -0
- package/dist/goals/index.es.js +8 -8
- package/dist/help/index.es.js +2 -2
- package/dist/investments/index.es.js +3 -3
- 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/index.es.js +6 -6
- package/dist/trends/index.es.js +4 -4
- package/dist/{useAccountDisplayName-CyPD_TFR.mjs → useAccountDisplayName-Ngo3TWV4.mjs} +1 -1
- package/package.json +1 -1
- package/dist/Drawer-kEE73B87.mjs +0 -113
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { PieValueType } from '@mui/x-charts';
|
|
2
2
|
import { CreditScoreStatusCopy, FinstrongCopy } from '../../common/types/localization/FinstrongCopy';
|
|
3
|
+
import { CardStatus } from '../../common/constants/FinStrong';
|
|
3
4
|
import { Action } from '../components/ProfileList';
|
|
4
5
|
export declare const radiansToDegrees: (radians: number) => number;
|
|
5
6
|
export declare const calculateFinstrongScoreStatus: (healthScore: number, copy: FinstrongCopy) => {
|
|
@@ -51,3 +52,11 @@ export declare const buildProfileItem: ({ dynamicCopy, fallbackLabel, icon, key,
|
|
|
51
52
|
secondaryText: string;
|
|
52
53
|
};
|
|
53
54
|
export declare const getPercentFromRatio: (ratio: number | null) => number | null;
|
|
55
|
+
export declare const getMonthName: (month: number) => string;
|
|
56
|
+
export declare const formatCurrency: (value: number) => string;
|
|
57
|
+
export declare const getDaysOfCashOnHandState: (days: number | null) => keyof typeof CardStatus;
|
|
58
|
+
export declare const getEmergencySavingsState: (dollars: number | null) => keyof typeof CardStatus;
|
|
59
|
+
export declare const getSpendToIncomeRatioState: (ratio: number | null) => keyof typeof CardStatus;
|
|
60
|
+
export declare const getManageDebtRatioState: (ratio: number | null) => keyof typeof CardStatus;
|
|
61
|
+
export declare const getCreditScoreState: (score: number | null) => keyof typeof CardStatus;
|
|
62
|
+
export declare const getSpendingFeeCountState: (count: number | null) => "MISSING" | "GOOD" | "OFF_TRACK";
|
package/dist/goals/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as ue, T as d, G as me, a as We, M as J, C as ye, b as Pe } from "../GoalStore-
|
|
2
|
-
import { c as Yn, d as Zn } from "../GoalStore-
|
|
1
|
+
import { g as ue, T as d, G as me, a as We, M as J, C as ye, b as Pe } from "../GoalStore-BNyhflZu.mjs";
|
|
2
|
+
import { c as Yn, d as Zn } from "../GoalStore-BNyhflZu.mjs";
|
|
3
3
|
import { jsxs as r, 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";
|
|
@@ -30,17 +30,17 @@ import N from "@mui/material/ListItem";
|
|
|
30
30
|
import k from "@mui/material/ListItemButton";
|
|
31
31
|
import w from "@mui/material/ListItemText";
|
|
32
32
|
import { DataGridPro as Qe } from "@mui/x-data-grid-pro";
|
|
33
|
-
import { D as j } from "../Drawer-
|
|
33
|
+
import { D as j } from "../Drawer-BEtCk82g.mjs";
|
|
34
34
|
import { b as B } from "../Localization-2MODESHW.mjs";
|
|
35
35
|
import { f as ae, D as re, a as et } from "../Dialog-CWW597AF.mjs";
|
|
36
36
|
import P from "@mui/material/ListItemAvatar";
|
|
37
|
-
import { g as we, A as fe } from "../ConnectDrawer-
|
|
37
|
+
import { g as we, A as fe } from "../ConnectDrawer-CUKAktmo.mjs";
|
|
38
38
|
import tt from "@mui/material/Collapse";
|
|
39
39
|
import nt from "@mui/material/ListItemIcon";
|
|
40
40
|
import ot from "@mui/material/Checkbox";
|
|
41
|
-
import { u as at, A as rt } from "../AccountDetailsHeader-
|
|
42
|
-
import { A as it } from "../AccountDetailsContent-
|
|
43
|
-
import { u as st } from "../useAccountDisplayName-
|
|
41
|
+
import { u as at, A as rt } from "../AccountDetailsHeader-DNAjoL-S.mjs";
|
|
42
|
+
import { A as it } from "../AccountDetailsContent-C8fH-FQB.mjs";
|
|
43
|
+
import { u as st } from "../useAccountDisplayName-Ngo3TWV4.mjs";
|
|
44
44
|
import De from "@mui/material/TextField";
|
|
45
45
|
import { M as lt, I as ct, O as dt } from "../OriginalBalanceAction-CEuIYsc_.mjs";
|
|
46
46
|
import { getUnixTime as mt } from "date-fns/getUnixTime";
|
|
@@ -49,7 +49,7 @@ import { AdapterDateFns as _t } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
|
|
49
49
|
import { DatePicker as pt } from "@mui/x-date-pickers";
|
|
50
50
|
import { LocalizationProvider as ht } from "@mui/x-date-pickers/LocalizationProvider";
|
|
51
51
|
import { E as gt } from "../EmptyState-w2yYDuKG.mjs";
|
|
52
|
-
import { A as Y, W as bt } from "../WidgetContainer-
|
|
52
|
+
import { A as Y, W as bt } from "../WidgetContainer-Dr9acAPp.mjs";
|
|
53
53
|
import { L as Ke } from "../Loader-DUaFpDGv.mjs";
|
|
54
54
|
import ft from "@mui/material/Stack/Stack";
|
|
55
55
|
import yt from "@mui/material/Box";
|
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-BYF21T2N.mjs";
|
|
4
4
|
import { b as s } from "../hooks-CE2TKk4a.mjs";
|
|
5
5
|
import { L as p } from "../Loader-DUaFpDGv.mjs";
|
|
6
|
-
import { W as a } from "../WidgetContainer-
|
|
6
|
+
import { W as a } from "../WidgetContainer-Dr9acAPp.mjs";
|
|
7
7
|
const u = 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-CwmI5IXT.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, g as be, s as H, b as Q, d as se } from "../hooks-CE2TKk4a.mjs";
|
|
20
|
-
import { A as z, W as je } from "../WidgetContainer-
|
|
20
|
+
import { A as z, W as je } from "../WidgetContainer-Dr9acAPp.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";
|
|
@@ -34,7 +34,7 @@ import Ce from "@mui/material/AccordionSummary";
|
|
|
34
34
|
import ie from "@mui/material/Paper";
|
|
35
35
|
import p from "@mui/system/Stack";
|
|
36
36
|
import Se from "@mui/material/TextField";
|
|
37
|
-
import { D as $e } from "../Drawer-
|
|
37
|
+
import { D as $e } from "../Drawer-BEtCk82g.mjs";
|
|
38
38
|
import { DataGridPro as qe } from "@mui/x-data-grid-pro";
|
|
39
39
|
import { Stack as Ke } from "@mui/material";
|
|
40
40
|
import { L as De } from "../Loader-DUaFpDGv.mjs";
|
|
@@ -19,20 +19,20 @@ 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-DgWH61d0.mjs";
|
|
23
|
+
import { N as Ot } from "../NetWorthStore-DgWH61d0.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-
|
|
26
|
+
import { A as b, W as ke } from "../WidgetContainer-Dr9acAPp.mjs";
|
|
27
27
|
import { L as O } from "../Loader-DUaFpDGv.mjs";
|
|
28
28
|
import { M as Ae } from "../MicroWidgetContainer-C4QQHfD7.mjs";
|
|
29
29
|
import re from "@mui/material/Box";
|
|
30
|
-
import { C as Me } from "../ConnectionsDrawer-
|
|
30
|
+
import { C as Me } from "../ConnectionsDrawer-CwmI5IXT.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";
|
|
34
34
|
import { E as Be } from "../EmptyState-w2yYDuKG.mjs";
|
|
35
|
-
import { D as Y } from "../Drawer-
|
|
35
|
+
import { D as Y } from "../Drawer-BEtCk82g.mjs";
|
|
36
36
|
const Oe = ({
|
|
37
37
|
chartData: t,
|
|
38
38
|
hoveredData: l,
|
|
@@ -17,8 +17,8 @@ import P from "@mui/material/Button";
|
|
|
17
17
|
import W from "@mui/material/Stack";
|
|
18
18
|
import { L as w } from "../Loader-DUaFpDGv.mjs";
|
|
19
19
|
import $ from "@mui/material/IconButton";
|
|
20
|
-
import { N as H } from "../NotificationSettings-
|
|
21
|
-
import { D as C } from "../Drawer-
|
|
20
|
+
import { N as H } from "../NotificationSettings-4OsC52PM.mjs";
|
|
21
|
+
import { D as C } from "../Drawer-BEtCk82g.mjs";
|
|
22
22
|
const yt = (e) => {
|
|
23
23
|
switch (e) {
|
|
24
24
|
case b.BudgetExceeded:
|
|
@@ -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 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-DWRuYGXq.mjs";
|
|
12
|
+
import { M as An } from "../RecurringSettings-DWRuYGXq.mjs";
|
|
13
13
|
import { addMonths as ze } from "date-fns/addMonths";
|
|
14
14
|
import { subMonths as Fe } from "date-fns/subMonths";
|
|
15
15
|
import { isBefore as Ue } from "date-fns/isBefore";
|
|
@@ -32,7 +32,7 @@ import { u as S, b as q, j as w, g as J, p as Ge, d as he, h as fe } from "../ho
|
|
|
32
32
|
import { c as M, a as T, g as _e, f as ot } from "../RecurringTransactions-DTUx9VN1.mjs";
|
|
33
33
|
import { T as B } from "../RecurringTransactionsStore-Djo9IeDd.mjs";
|
|
34
34
|
import { R as Gn } from "../RecurringTransactionsStore-Djo9IeDd.mjs";
|
|
35
|
-
import { A as _, W as at } from "../WidgetContainer-
|
|
35
|
+
import { A as _, W as at } from "../WidgetContainer-Dr9acAPp.mjs";
|
|
36
36
|
import st from "@mui/material/Button";
|
|
37
37
|
import le from "@mui/material/Divider";
|
|
38
38
|
import we from "@mui/material/List";
|
|
@@ -41,10 +41,10 @@ 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-BftkBLLt.mjs";
|
|
45
|
+
import { c as On, M as kn, S as Wn } from "../ManageIncome-BftkBLLt.mjs";
|
|
46
46
|
import { f as L } from "../NumberFormatting-CtWHhyBX.mjs";
|
|
47
|
-
import { D as Oe } from "../Drawer-
|
|
47
|
+
import { D as Oe } from "../Drawer-BEtCk82g.mjs";
|
|
48
48
|
import { b as N } from "../Localization-2MODESHW.mjs";
|
|
49
49
|
import { f as A, D as E } from "../Dialog-CWW597AF.mjs";
|
|
50
50
|
import O from "@mui/material/Box";
|
|
@@ -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-4OsC52PM.mjs";
|
|
20
|
+
import { A as Yt, B as qt, I as Qt } from "../NotificationSettings-4OsC52PM.mjs";
|
|
21
21
|
import { u as k, a as $, r as A, o as De, b as Z, m as ee } from "../hooks-CE2TKk4a.mjs";
|
|
22
22
|
import { u as L } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
23
23
|
import { a as W } from "../Dialog-CWW597AF.mjs";
|
|
@@ -35,14 +35,14 @@ 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-CedQx6n6.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
|
-
import { D as He } from "../Drawer-
|
|
44
|
-
import { H as Le } from "../Help-
|
|
45
|
-
import { W as K } from "../WidgetContainer-
|
|
43
|
+
import { D as He } from "../Drawer-BEtCk82g.mjs";
|
|
44
|
+
import { H as Le } from "../Help-BYF21T2N.mjs";
|
|
45
|
+
import { W as K } from "../WidgetContainer-Dr9acAPp.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,
|
|
@@ -20,14 +20,14 @@ import { D as bt } from "../Donut-1UMNcG67.mjs";
|
|
|
20
20
|
import { L as F } from "../Loader-DUaFpDGv.mjs";
|
|
21
21
|
import { M as St } from "../MiniWidgetContainer-DTQdRK-3.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-Csjr1ivB.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
|
-
import { D as Q } from "../Drawer-
|
|
30
|
-
import { A as Z, W as wt } from "../WidgetContainer-
|
|
29
|
+
import { D as Q } from "../Drawer-BEtCk82g.mjs";
|
|
30
|
+
import { A as Z, W as wt } from "../WidgetContainer-Dr9acAPp.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);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { T as Ca } from "../TransactionApi-B3Tksf7L.mjs";
|
|
2
|
-
import { u as P, C as He, D as Be, M as Pe, c as $e, T as Ve, a as We } from "../TransactionDetails-
|
|
3
|
-
import { B as ba, d as Ta, b as Aa } from "../TransactionDetails-
|
|
2
|
+
import { u as P, C as He, D as Be, M as Pe, c as $e, T as Ve, a as We } from "../TransactionDetails-Csjr1ivB.mjs";
|
|
3
|
+
import { B as ba, d as Ta, b as Aa } from "../TransactionDetails-Csjr1ivB.mjs";
|
|
4
4
|
import { T as M } from "../User-DaJAQ09j.mjs";
|
|
5
5
|
import { O as xa } from "../User-DaJAQ09j.mjs";
|
|
6
6
|
import { S as ee, D as Ge } from "../TransactionStore-B-Tq_YFE.mjs";
|
|
@@ -26,18 +26,18 @@ import { getUnixTime as nt } from "date-fns/getUnixTime";
|
|
|
26
26
|
import { startOfMonth as ot } from "date-fns/startOfMonth";
|
|
27
27
|
import { startOfToday as z } from "date-fns/startOfToday";
|
|
28
28
|
import rt from "@mui/material/styles/useTheme";
|
|
29
|
-
import { k as st } from "../ConnectDrawer-
|
|
29
|
+
import { k as st } from "../ConnectDrawer-CUKAktmo.mjs";
|
|
30
30
|
import it from "@mui/material/Divider";
|
|
31
31
|
import ct from "@mui/material/MenuItem";
|
|
32
32
|
import lt from "@mui/material/RadioGroup";
|
|
33
33
|
import { ExpandMore as dt } from "@mxenabled/mx-icons";
|
|
34
34
|
import { C as ut } from "../CurrencyInput-CRtdzs3o.mjs";
|
|
35
|
-
import { a as mt, u as _t } from "../CategorySelectorDrawer-
|
|
35
|
+
import { a as mt, u as _t } from "../CategorySelectorDrawer-CedQx6n6.mjs";
|
|
36
36
|
import { b as ae } from "../Localization-2MODESHW.mjs";
|
|
37
|
-
import { A as T, W as pt } from "../WidgetContainer-
|
|
37
|
+
import { A as T, W as pt } from "../WidgetContainer-Dr9acAPp.mjs";
|
|
38
38
|
import { u as gt } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
39
39
|
import { S as ht } from "../SearchBox-B2_zLv8-.mjs";
|
|
40
|
-
import { D as ne } from "../Drawer-
|
|
40
|
+
import { D as ne } from "../Drawer-BEtCk82g.mjs";
|
|
41
41
|
const ft = (t) => /* @__PURE__ */ _(C, { tabIndex: t.tabIndex, variant: "Small", children: [
|
|
42
42
|
`${t.row.account}`,
|
|
43
43
|
t.row.number && ` | ${t.row.number}`
|
package/dist/trends/index.es.js
CHANGED
|
@@ -21,9 +21,9 @@ import { c as Re } from "../Category-CevNQ03n.mjs";
|
|
|
21
21
|
import { b as gt } from "../Localization-2MODESHW.mjs";
|
|
22
22
|
import { H as De } from "../HeaderCell-DjuifqHJ.mjs";
|
|
23
23
|
import { T as A, b as pt } from "../ViewMoreMicroCard-BAz2NyEO.mjs";
|
|
24
|
-
import { A as T, W as ke } from "../WidgetContainer-
|
|
25
|
-
import { a as Ne, T as He } from "../TransactionDetails-
|
|
26
|
-
import { D as Ce } from "../Drawer-
|
|
24
|
+
import { A as T, W as ke } from "../WidgetContainer-Dr9acAPp.mjs";
|
|
25
|
+
import { a as Ne, T as He } from "../TransactionDetails-Csjr1ivB.mjs";
|
|
26
|
+
import { D as Ce } from "../Drawer-BEtCk82g.mjs";
|
|
27
27
|
import { L as J } from "../Loader-DUaFpDGv.mjs";
|
|
28
28
|
import { useTheme as We } from "@mui/material/styles";
|
|
29
29
|
import { L as ye } from "../LineChart-B2Y7zwMu.mjs";
|
|
@@ -46,7 +46,7 @@ import { b as Ht } from "../CategoryUtil-BR3H5i6n.mjs";
|
|
|
46
46
|
import { E as Wt } from "../ExportCsvAction-CBJAfyAw.mjs";
|
|
47
47
|
import { u as Ot } from "../useInsightsEnabled-DSnpkUq0.mjs";
|
|
48
48
|
import { E as Vt } from "../EmptyState-w2yYDuKG.mjs";
|
|
49
|
-
import { k as Gt } from "../ConnectDrawer-
|
|
49
|
+
import { k as Gt } from "../ConnectDrawer-CUKAktmo.mjs";
|
|
50
50
|
const Ve = ({ selectedTab: t, onTabChange: o }) => /* @__PURE__ */ e(
|
|
51
51
|
lt,
|
|
52
52
|
{
|
package/package.json
CHANGED
package/dist/Drawer-kEE73B87.mjs
DELETED
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import { jsxs as p, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import n from "@mui/material/Box";
|
|
3
|
-
import c from "@mui/material/Stack";
|
|
4
|
-
import { H2 as D, Drawer as S, Footer as y } from "@mxenabled/mxui";
|
|
5
|
-
import B from "@mui/material/IconButton";
|
|
6
|
-
import { ArrowBack as C } from "@mxenabled/mx-icons";
|
|
7
|
-
const j = ({
|
|
8
|
-
ariaLabelClose: o,
|
|
9
|
-
onClose: e,
|
|
10
|
-
shouldShowBorders: a,
|
|
11
|
-
shouldShowShadow: t,
|
|
12
|
-
title: i
|
|
13
|
-
}) => /* @__PURE__ */ p(
|
|
14
|
-
c,
|
|
15
|
-
{
|
|
16
|
-
"aria-level": 1,
|
|
17
|
-
direction: "row",
|
|
18
|
-
role: "heading",
|
|
19
|
-
sx: {
|
|
20
|
-
alignItems: "center",
|
|
21
|
-
backgroundColor: "background.paper",
|
|
22
|
-
...a && {
|
|
23
|
-
borderBottom: 1,
|
|
24
|
-
borderTop: 1,
|
|
25
|
-
borderColor: "border.light"
|
|
26
|
-
},
|
|
27
|
-
...t && {
|
|
28
|
-
boxShadow: "0px 2px 8px 0px #6A73811F"
|
|
29
|
-
},
|
|
30
|
-
padding: "8px 8px 8px 8px"
|
|
31
|
-
},
|
|
32
|
-
children: [
|
|
33
|
-
/* @__PURE__ */ r(B, { "aria-label": o, color: "primary", onClick: e, children: /* @__PURE__ */ r(C, { color: "primary", sx: { fontSize: 22 } }) }),
|
|
34
|
-
/* @__PURE__ */ r(
|
|
35
|
-
n,
|
|
36
|
-
{
|
|
37
|
-
sx: {
|
|
38
|
-
flexGrow: 1,
|
|
39
|
-
margin: "auto",
|
|
40
|
-
textAlign: "center"
|
|
41
|
-
},
|
|
42
|
-
children: /* @__PURE__ */ r(D, { bold: !0, variant: "Body", children: i })
|
|
43
|
-
}
|
|
44
|
-
),
|
|
45
|
-
/* @__PURE__ */ r(n, { width: "44px" })
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
), v = ({
|
|
49
|
-
ariaLabelClose: o = "Close",
|
|
50
|
-
children: e,
|
|
51
|
-
hasSecondaryAction: a = !0,
|
|
52
|
-
id: t,
|
|
53
|
-
isOpen: i,
|
|
54
|
-
isPrimaryDisabled: h,
|
|
55
|
-
onClose: d,
|
|
56
|
-
onPrimaryAction: l,
|
|
57
|
-
onSecondaryAction: u,
|
|
58
|
-
primaryColor: s = "primary",
|
|
59
|
-
primaryText: x,
|
|
60
|
-
secondaryColor: m = "secondary",
|
|
61
|
-
secondaryText: b,
|
|
62
|
-
shouldShowHeaderBorders: w = !0,
|
|
63
|
-
shouldShowHeaderShadow: g = !1,
|
|
64
|
-
title: f,
|
|
65
|
-
...k
|
|
66
|
-
}) => /* @__PURE__ */ r(
|
|
67
|
-
S,
|
|
68
|
-
{
|
|
69
|
-
id: t,
|
|
70
|
-
isOpen: i,
|
|
71
|
-
onClose: d,
|
|
72
|
-
sx: {
|
|
73
|
-
"& .MuiDrawer-paper": {
|
|
74
|
-
backgroundColor: "background.default",
|
|
75
|
-
borderRadius: 0
|
|
76
|
-
},
|
|
77
|
-
height: "100%",
|
|
78
|
-
"& .MuiToolbar-root": {
|
|
79
|
-
backgroundColor: "background.paper"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
...k,
|
|
83
|
-
children: /* @__PURE__ */ p(c, { height: "100%", justifyContent: "space-between", children: [
|
|
84
|
-
/* @__PURE__ */ r(
|
|
85
|
-
j,
|
|
86
|
-
{
|
|
87
|
-
ariaLabelClose: o,
|
|
88
|
-
onClose: d,
|
|
89
|
-
shouldShowBorders: w,
|
|
90
|
-
shouldShowShadow: g,
|
|
91
|
-
title: f
|
|
92
|
-
}
|
|
93
|
-
),
|
|
94
|
-
/* @__PURE__ */ r(n, { height: "100%", overflow: "auto", children: e }),
|
|
95
|
-
l && /* @__PURE__ */ r(
|
|
96
|
-
y,
|
|
97
|
-
{
|
|
98
|
-
hasSecondaryAction: a,
|
|
99
|
-
isPrimaryDisabled: h,
|
|
100
|
-
onPrimaryAction: l,
|
|
101
|
-
onSecondaryAction: u ?? d,
|
|
102
|
-
primaryColor: s,
|
|
103
|
-
primaryText: x,
|
|
104
|
-
secondaryColor: m,
|
|
105
|
-
secondaryText: b
|
|
106
|
-
}
|
|
107
|
-
)
|
|
108
|
-
] })
|
|
109
|
-
}
|
|
110
|
-
), $ = v;
|
|
111
|
-
export {
|
|
112
|
-
$ as D
|
|
113
|
-
};
|