@mx-cartographer/experiences 7.3.3-alpha.mega1 → 7.4.0
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/{Account-YwUMFz93.mjs → Account-01wOyrH1.mjs} +1 -1
- package/dist/{AccountDetailsContent-BgCST7mK.mjs → AccountDetailsContent-gke-5zMF.mjs} +10 -10
- package/dist/{AccountDetailsHeader-jAFWoHj7.mjs → AccountDetailsHeader-CRzfuFA2.mjs} +7 -7
- package/dist/{AccountFields-DPxMPBF0.mjs → AccountFields-CPkGZ3SD.mjs} +5 -5
- package/dist/{AccountListItem-D6rWAreC.mjs → AccountListItem-D4uG9yC-.mjs} +4 -4
- package/dist/{AccountStore-B5E98oM1.mjs → AccountStore-C1zMBzHq.mjs} +40 -29
- package/dist/{Accounts-UIlYCmHb.mjs → Accounts-D7QljYas.mjs} +1 -1
- package/dist/{BudgetUtil-CXvenbdN.mjs → BudgetUtil-wjoNuj7B.mjs} +1 -1
- package/dist/{CategorySelectorDrawer-Buy70Y3V.mjs → CategorySelectorDrawer-DqJK_rrL.mjs} +3 -3
- package/dist/{CategoryStore-BEdFs69_.mjs → CategoryStore-U7hOZAbP.mjs} +1 -1
- package/dist/{CategoryUtil-BR3H5i6n.mjs → CategoryUtil-DUM8NuGO.mjs} +1 -1
- package/dist/{ConnectDrawer-CbxHKlRv.mjs → ConnectDrawer-CuUj16NH.mjs} +2 -2
- package/dist/{ConnectionsDrawer-C6kanU7I.mjs → ConnectionsDrawer-Bz4uwdFE.mjs} +3 -3
- package/dist/{CurrencyInput-lSC7oPDg.mjs → CurrencyInput-xH-hqry9.mjs} +1 -1
- package/dist/{DateUtil-BcuH7ErC.mjs → DateUtil-CBdcsyuk.mjs} +3 -3
- package/dist/{DebtsStore-DgIcphe_.mjs → DebtsStore-Bu8rRRSL.mjs} +1 -1
- package/dist/{Dialog-CWW597AF.mjs → Dialog-BPTr3qHE.mjs} +2 -2
- package/dist/Drawer-BEtCk82g.mjs +163 -0
- package/dist/{EmptyState-DA_lfRBv.mjs → EmptyState-DoxNUae-.mjs} +24 -22
- package/dist/{ExportCsvAction-DNSgmdyv.mjs → ExportCsvAction-DzTrtPzk.mjs} +3 -3
- package/dist/FinstrongStore-CfD6bbJk.mjs +441 -0
- package/dist/{GoalStore-CAlmSu4U.mjs → GoalStore-j6QYHgEa.mjs} +3 -3
- package/dist/{Help-hi9I9EYP.mjs → Help-BnPXM_N2.mjs} +2 -2
- package/dist/LineChart-DttMO7uS.mjs +581 -0
- package/dist/{ListItemAction-BmL5buOf.mjs → ListItemAction-uobBrm_a.mjs} +10 -10
- package/dist/{ManageIncome-Cypo9qY4.mjs → ManageIncome-CU5C0AeO.mjs} +97 -95
- package/dist/{MicroWidgetContainer-CFdMGJKg.mjs → MicroWidgetContainer-DEiRnYVa.mjs} +1 -1
- package/dist/{MiniWidgetContainer-BdgBvpga.mjs → MiniWidgetContainer-CmXpTylX.mjs} +1 -1
- package/dist/{NetWorthStore-CxqIxAgN.mjs → NetWorthStore-CpL_kqvx.mjs} +2 -2
- package/dist/{NotificationSettings-DxytNHlN.mjs → NotificationSettings-DI5B1spM.mjs} +5 -5
- package/dist/{OriginalBalanceAction-V6FEoIDe.mjs → OriginalBalanceAction-CCmnsd7y.mjs} +3 -3
- package/dist/{RecurringSettings-iIupYxJW.mjs → RecurringSettings-Cm5Bqcai.mjs} +4 -4
- package/dist/{RecurringTransactions-ej39mgA6.mjs → RecurringTransactions-CngsRZ3K.mjs} +45 -44
- package/dist/{RecurringTransactionsStore-BiwCzScZ.mjs → RecurringTransactionsStore-Bc1wCiNB.mjs} +1 -1
- package/dist/{SpendingData-D5vsfYKo.mjs → SpendingData-BuJ03S9d.mjs} +16 -16
- package/dist/SpendingLegend-B2BYr8B4.mjs +193 -0
- package/dist/{TransactionDetails-BUoNbsu-.mjs → TransactionDetails-CtbBBSoU.mjs} +396 -386
- package/dist/{TransactionStore-CtGTg0XS.mjs → TransactionStore-Dz-G8Wd0.mjs} +3 -3
- package/dist/{TrendsStore-5PvDT_o6.mjs → TrendsStore-BW9FGQeE.mjs} +1 -1
- package/dist/{User-Bj34_i8g.mjs → User-wXzDI4M8.mjs} +2 -2
- package/dist/{WidgetContainer-BnTgAfQn.mjs → WidgetContainer-6dsjtOVg.mjs} +4 -4
- package/dist/accounts/components/AccountsListCompact.d.ts +10 -0
- package/dist/accounts/index.es.js +17 -17
- package/dist/accounts/stores/AccountStore.d.ts +2 -0
- package/dist/analytics/index.es.js +2 -2
- package/dist/budgets/index.es.js +13 -13
- package/dist/cashflow/index.es.js +49 -49
- package/dist/categories/index.es.js +2 -2
- package/dist/common/components/Select.d.ts +4 -2
- package/dist/common/components/charts/LineChart.d.ts +12 -2
- package/dist/common/components/charts/linechart/CustomLegend.d.ts +3 -1
- package/dist/common/components/charts/linechart/CustomMark.d.ts +4 -0
- 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 +33 -33
- package/dist/common/types/Finstrong.d.ts +54 -0
- package/dist/common/types/Widgets.d.ts +1 -0
- package/dist/common/types/index.d.ts +1 -1
- package/dist/common/types/localization/FinstrongCopy.d.ts +105 -2
- package/dist/common/types/localization/GoalsCopy.d.ts +1 -0
- package/dist/dashboard/index.es.js +2 -2
- package/dist/debts/index.es.js +11 -11
- package/dist/{exportTransactionsToCSV-C4PkIYP6.mjs → exportTransactionsToCSV-Cz2t0lmA.mjs} +2 -2
- package/dist/finstrong/FinstrongWidget.d.ts +1 -1
- package/dist/finstrong/api/FinstrongApi.d.ts +5 -0
- package/dist/finstrong/components/ConnectMoreAccountsCard.d.ts +3 -1
- package/dist/finstrong/components/CreditScore/CreditScoreContent.d.ts +4 -0
- package/dist/finstrong/components/CreditScore/CreditScoreHeader.d.ts +4 -0
- package/dist/finstrong/components/FinancialStrengthGraph.d.ts +7 -1
- package/dist/finstrong/components/HaveManageableDebt/DebtPaymentTabContent.d.ts +3 -0
- package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtComponent.d.ts +3 -0
- package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtProgressBar.d.ts +4 -0
- package/dist/finstrong/components/HaveManageableDebt/IncomeTabContent.d.ts +3 -0
- package/dist/finstrong/components/KeyIndicatorsBorrowTab.d.ts +2 -2
- package/dist/finstrong/components/KeyIndicatorsDrawer.d.ts +4 -1
- 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 +4 -3
- package/dist/finstrong/components/KeyIndicatorsTabItemDrawer.d.ts +10 -0
- package/dist/finstrong/components/KeyIndicatorsTabsWidget.d.ts +2 -2
- package/dist/finstrong/components/MaintainingEmergencySavings/EstimatedContributionCalculator.d.ts +6 -0
- package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsContent.d.ts +4 -0
- package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsSticky.d.ts +4 -0
- package/dist/finstrong/components/ProgressBar.d.ts +15 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/AvailableTabContent.d.ts +3 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnDrawerContent.d.ts +3 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnProgressBar.d.ts +4 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SpendingTabContent.d.ts +3 -0
- package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeComponent.d.ts +3 -0
- package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeProgressBar.d.ts +4 -0
- package/dist/finstrong/components/StatusChip.d.ts +5 -0
- package/dist/finstrong/components/onboarding/Onboarding.d.ts +2 -0
- package/dist/finstrong/components/onboarding/OnboardingAddMonthlyIncome.d.ts +17 -0
- package/dist/finstrong/components/onboarding/OnboardingBirthday.d.ts +8 -0
- package/dist/finstrong/components/onboarding/OnboardingCreditScore.d.ts +8 -0
- package/dist/finstrong/components/onboarding/OnboardingStepsDrawer.d.ts +14 -0
- package/dist/finstrong/components/onboarding/OnboardingStepsHeader.d.ts +8 -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/Accounts.d.ts +8 -0
- package/dist/finstrong/components/shared/CustomDoubleBarPlot.d.ts +25 -0
- package/dist/finstrong/components/shared/DialScoreCard.d.ts +7 -1
- package/dist/finstrong/components/shared/DoubleBarChart.d.ts +28 -0
- package/dist/finstrong/components/shared/LineGraph.d.ts +7 -0
- package/dist/finstrong/components/shared/TotalCard.d.ts +8 -0
- package/dist/finstrong/components/shared/Transactions.d.ts +11 -0
- package/dist/finstrong/constants/index.d.ts +20 -0
- package/dist/finstrong/index.es.js +3174 -1069
- package/dist/finstrong/stores/FinstrongStore.d.ts +21 -2
- package/dist/finstrong/util/finstrongUtils.d.ts +58 -1
- package/dist/goals/index.es.js +15 -15
- package/dist/help/index.es.js +3 -3
- package/dist/{hooks-Cy8JnjCg.mjs → hooks-C41HAxM5.mjs} +4 -4
- package/dist/investments/index.es.js +5 -5
- package/dist/merchants/index.es.js +1 -1
- package/dist/networth/index.es.js +33 -33
- package/dist/notifications/index.es.js +4 -4
- package/dist/recurringtransactions/index.es.js +43 -43
- package/dist/settings/index.es.js +8 -8
- package/dist/spending/index.es.js +261 -436
- package/dist/transactions/components/shared/TransactionList.d.ts +1 -0
- package/dist/transactions/index.es.js +15 -15
- package/dist/trends/index.es.js +16 -16
- package/dist/{useAccountDisplayName-D6sQsNNQ.mjs → useAccountDisplayName-CMMlIOXF.mjs} +2 -2
- package/dist/{useInsightsEnabled-BxytCjq5.mjs → useInsightsEnabled-CNjP5cfR.mjs} +1 -1
- package/package.json +1 -1
- package/dist/Drawer-kEE73B87.mjs +0 -113
- package/dist/FinstrongStore-CL7t5lBL.mjs +0 -101
- package/dist/LineChart-eK4IQImU.mjs +0 -541
- package/dist/finstrong/utils/Finstrong.d.ts +0 -6
|
@@ -8,7 +8,11 @@ export type MarkHandlers = {
|
|
|
8
8
|
interface CustomMarkProps extends MarkElementProps {
|
|
9
9
|
handlers?: MarkHandlers;
|
|
10
10
|
showLabel: boolean;
|
|
11
|
+
showMark?: boolean;
|
|
11
12
|
yData: number[];
|
|
13
|
+
style?: React.CSSProperties & {
|
|
14
|
+
markLabelStyles?: React.CSSProperties;
|
|
15
|
+
};
|
|
12
16
|
labelBackgroundColor?: string;
|
|
13
17
|
labelFontColor?: string;
|
|
14
18
|
labelFontSize?: number;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
+
import { default as Button } from '@mui/material/Button';
|
|
2
3
|
import { SxProps } from '@mui/material/styles';
|
|
3
4
|
export type CopyObject = {
|
|
4
5
|
close_drawer_aria: string;
|
|
@@ -6,6 +7,7 @@ export type CopyObject = {
|
|
|
6
7
|
interface DrawerProps {
|
|
7
8
|
ariaLabelClose?: string;
|
|
8
9
|
className?: string;
|
|
10
|
+
footerStyles?: SxProps;
|
|
9
11
|
hasSecondaryAction?: boolean;
|
|
10
12
|
id?: string;
|
|
11
13
|
isOpen: boolean;
|
|
@@ -13,6 +15,7 @@ interface DrawerProps {
|
|
|
13
15
|
onClose: () => void;
|
|
14
16
|
onPrimaryAction?: () => void;
|
|
15
17
|
onSecondaryAction?: () => void;
|
|
18
|
+
primaryButtonProps?: React.ComponentProps<typeof Button>;
|
|
16
19
|
primaryColor?: 'primary' | 'inherit' | 'secondary' | 'success' | 'error' | 'info' | 'warning';
|
|
17
20
|
primaryText?: string;
|
|
18
21
|
secondaryColor?: 'primary' | 'inherit' | 'secondary' | 'success' | 'error' | 'info' | 'warning';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { default as Button } from '@mui/material/Button';
|
|
2
|
+
import { SxProps } from '@mui/material/styles';
|
|
3
|
+
type Color = 'primary' | 'inherit' | 'secondary' | 'success' | 'error' | 'info' | 'warning';
|
|
4
|
+
type FooterProps = {
|
|
5
|
+
footerStyles?: SxProps;
|
|
6
|
+
hasSecondaryAction?: boolean;
|
|
7
|
+
isPrimaryDisabled?: boolean;
|
|
8
|
+
onPrimaryAction?: () => void;
|
|
9
|
+
onSecondaryAction?: () => void;
|
|
10
|
+
primaryButtonProps?: React.ComponentProps<typeof Button>;
|
|
11
|
+
primaryColor?: Color;
|
|
12
|
+
primaryText?: string;
|
|
13
|
+
secondaryColor?: Color;
|
|
14
|
+
secondaryText?: string;
|
|
15
|
+
};
|
|
16
|
+
declare const Footer: ({ footerStyles, hasSecondaryAction, isPrimaryDisabled, onPrimaryAction, onSecondaryAction, primaryButtonProps, primaryColor, primaryText, secondaryColor, secondaryText, }: FooterProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export default Footer;
|
package/dist/common/index.es.js
CHANGED
|
@@ -2,36 +2,36 @@ import { G as $ } from "../useCombineEvents-CRwX-qWE.mjs";
|
|
|
2
2
|
import { A as rs, a as os, u as as, b as ns } from "../useCombineEvents-CRwX-qWE.mjs";
|
|
3
3
|
import { F as S, A as h } from "../Fetch-DecPFeGU.mjs";
|
|
4
4
|
import { B as cs } from "../BeatApi-De2IaqH2.mjs";
|
|
5
|
-
import { C as et } from "../CategoryStore-
|
|
6
|
-
import { a as ls } from "../CategoryStore-
|
|
5
|
+
import { C as et } from "../CategoryStore-U7hOZAbP.mjs";
|
|
6
|
+
import { a as ls } from "../CategoryStore-U7hOZAbP.mjs";
|
|
7
7
|
import { N as st } from "../NotificationStore-CDX_kqHa.mjs";
|
|
8
8
|
import { a as hs } from "../NotificationStore-CDX_kqHa.mjs";
|
|
9
|
-
import { T as rt } from "../User-
|
|
10
|
-
import { C as ps, b as ms, L as _s, a as fs } from "../User-
|
|
9
|
+
import { T as rt } from "../User-wXzDI4M8.mjs";
|
|
10
|
+
import { C as ps, b as ms, L as _s, a as fs } from "../User-wXzDI4M8.mjs";
|
|
11
11
|
import { H as ot } from "../Help-DhcC-C05.mjs";
|
|
12
12
|
import { E as Ss } from "../Help-DhcC-C05.mjs";
|
|
13
|
-
import { M as ws } from "../MicroWidgetContainer-
|
|
14
|
-
import { M as Cs } from "../MiniWidgetContainer-
|
|
15
|
-
import { A as Ds, D as As, W as Es } from "../WidgetContainer-
|
|
16
|
-
import { k as Bs, a as Is, e as Ns, h as Ms, A as $s, f as ks, l as Rs, d as Us, n as Ps, E as Os, j as Ls, N as Gs, i as Hs, P as Fs, o as Ws, S as qs } from "../ConnectDrawer-
|
|
17
|
-
import { C as Qs } from "../CurrencyInput-
|
|
13
|
+
import { M as ws } from "../MicroWidgetContainer-DEiRnYVa.mjs";
|
|
14
|
+
import { M as Cs } from "../MiniWidgetContainer-CmXpTylX.mjs";
|
|
15
|
+
import { A as Ds, D as As, W as Es } from "../WidgetContainer-6dsjtOVg.mjs";
|
|
16
|
+
import { k as Bs, a as Is, e as Ns, h as Ms, A as $s, f as ks, l as Rs, d as Us, n as Ps, E as Os, j as Ls, N as Gs, i as Hs, P as Fs, o as Ws, S as qs } from "../ConnectDrawer-CuUj16NH.mjs";
|
|
17
|
+
import { C as Qs } from "../CurrencyInput-xH-hqry9.mjs";
|
|
18
18
|
import { L as Xs } from "../Loader-DUaFpDGv.mjs";
|
|
19
19
|
import { R as Ks } from "../ResponsiveButton-DZFp78fJ.mjs";
|
|
20
20
|
import { S as Zs } from "../SearchBox-B2_zLv8-.mjs";
|
|
21
|
-
import { T as at } from "../TransactionStore-
|
|
22
|
-
import { S as tr } from "../TransactionStore-
|
|
21
|
+
import { T as at } from "../TransactionStore-Dz-G8Wd0.mjs";
|
|
22
|
+
import { S as tr } from "../TransactionStore-Dz-G8Wd0.mjs";
|
|
23
23
|
import { T as sr } from "../TabContentContainer-j01JYR_7.mjs";
|
|
24
24
|
import { I as or } from "../IconBacking-B9oC6uL2.mjs";
|
|
25
|
-
import { D as nr, F as ir, a as cr, c as dr, R as lr, S as ur } from "../RecurringTransactions-
|
|
25
|
+
import { D as nr, F as ir, a as cr, c as dr, R as lr, S as ur } from "../RecurringTransactions-CngsRZ3K.mjs";
|
|
26
26
|
import { C as nt } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
27
27
|
import { I as gr } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
28
|
-
import { d as it } from "../GoalStore-
|
|
29
|
-
import { C as mr, G as _r, M as fr, T as yr } from "../GoalStore-
|
|
28
|
+
import { d as it } from "../GoalStore-j6QYHgEa.mjs";
|
|
29
|
+
import { C as mr, G as _r, M as fr, T as yr } from "../GoalStore-j6QYHgEa.mjs";
|
|
30
30
|
import { C as br } from "../CurrencyText-kyC1aseI.mjs";
|
|
31
|
-
import { E as xr } from "../EmptyState-
|
|
32
|
-
import { L as vr } from "../ListItemAction-
|
|
33
|
-
import { T as ct } from "../TrendsStore-
|
|
34
|
-
import { L as Ar } from "../TrendsStore-
|
|
31
|
+
import { E as xr } from "../EmptyState-DoxNUae-.mjs";
|
|
32
|
+
import { L as vr } from "../ListItemAction-uobBrm_a.mjs";
|
|
33
|
+
import { T as ct } from "../TrendsStore-BW9FGQeE.mjs";
|
|
34
|
+
import { L as Ar } from "../TrendsStore-BW9FGQeE.mjs";
|
|
35
35
|
import { A as Tr, B as Br, I as Ir, N as Nr, T as Mr, a as $r } from "../ToggleListItem-ciFTiqRS.mjs";
|
|
36
36
|
import { jsxs as y, jsx as n } from "react/jsx-runtime";
|
|
37
37
|
import dt, { useRef as lt, useEffect as ut } from "react";
|
|
@@ -39,38 +39,38 @@ import { css as x, keyframes as ht } from "@mxenabled/cssinjs";
|
|
|
39
39
|
import { useTokens as C, Text as B } from "@mxenabled/mxui";
|
|
40
40
|
import { D as Rr } from "../Donut-oaQFlbit.mjs";
|
|
41
41
|
import { S as Pr } from "../StatusBar-BK_uYHAB.mjs";
|
|
42
|
-
import {
|
|
42
|
+
import { a as Lr, D as Gr, O as Hr, b as Fr, f as Wr } from "../Dialog-BPTr3qHE.mjs";
|
|
43
43
|
import { D as gt, a as pt } from "../SingleSegmentDonut-BgbLgwHi.mjs";
|
|
44
44
|
import { S as Yr } from "../SingleSegmentDonut-BgbLgwHi.mjs";
|
|
45
|
-
import { D as zr } from "../Drawer-
|
|
46
|
-
import { I as jr, P as Kr, S as Vr } from "../Account-
|
|
45
|
+
import { D as zr } from "../Drawer-BEtCk82g.mjs";
|
|
46
|
+
import { I as jr, P as Kr, S as Vr } from "../Account-01wOyrH1.mjs";
|
|
47
47
|
import { b as E } from "../Category-CevNQ03n.mjs";
|
|
48
48
|
import { C as Jr, c as to, a as eo, P as so } from "../Category-CevNQ03n.mjs";
|
|
49
49
|
import { C as oo, f as ao, b as no, a as io, g as co, i as lo } from "../NumberFormatting-Buh7u8Oi.mjs";
|
|
50
|
-
import { R as mt } from "../RecurringTransactionsStore-
|
|
51
|
-
import { S as ho, T as go } from "../RecurringTransactionsStore-
|
|
52
|
-
import { G as mo, C as _o, D as fo, W as yo, d as So, a as bo, i as wo, v as xo, m as Co,
|
|
53
|
-
import { u as Qo } from "../useAccountDisplayName-
|
|
54
|
-
import { u as Xo } from "../useInsightsEnabled-
|
|
50
|
+
import { R as mt } from "../RecurringTransactionsStore-Bc1wCiNB.mjs";
|
|
51
|
+
import { S as ho, T as go } from "../RecurringTransactionsStore-Bc1wCiNB.mjs";
|
|
52
|
+
import { G as mo, C as _o, D as fo, W as yo, d as So, a as bo, i as wo, v as xo, m as Co, x as vo, y as Do, g as Ao, z as Eo, u as To, f as Bo, b as Io, l as No, A as Mo, t as $o, n as ko, c as Ro, r as Uo, o as Po, B as Oo, j as Lo, s as Go, h as Ho, w as Fo, p as Wo, q as qo } from "../hooks-C41HAxM5.mjs";
|
|
53
|
+
import { u as Qo } from "../useAccountDisplayName-CMMlIOXF.mjs";
|
|
54
|
+
import { u as Xo } from "../useInsightsEnabled-CNjP5cfR.mjs";
|
|
55
55
|
import { u as Ko } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
56
56
|
import { makeAutoObservable as f, runInAction as p, reaction as _t, autorun as ft } from "mobx";
|
|
57
|
-
import { a as yt } from "../AccountStore-
|
|
57
|
+
import { a as yt } from "../AccountStore-C1zMBzHq.mjs";
|
|
58
58
|
import St from "posthog-js";
|
|
59
59
|
import { B as bt } from "../BeatStore-D_NYuBSz.mjs";
|
|
60
60
|
import { endOfMonth as Z } from "date-fns/endOfMonth";
|
|
61
61
|
import { startOfMonth as J } from "date-fns/startOfMonth";
|
|
62
62
|
import { startOfToday as O } from "date-fns/startOfToday";
|
|
63
|
-
import { f as wt, a as xt, b as L } from "../BudgetUtil-
|
|
64
|
-
import { g as Zo, e as Jo, c as ta, d as ea, i as sa } from "../BudgetUtil-
|
|
65
|
-
import { a as Ct } from "../DebtsStore-
|
|
66
|
-
import {
|
|
63
|
+
import { f as wt, a as xt, b as L } from "../BudgetUtil-wjoNuj7B.mjs";
|
|
64
|
+
import { g as Zo, e as Jo, c as ta, d as ea, i as sa } from "../BudgetUtil-wjoNuj7B.mjs";
|
|
65
|
+
import { a as Ct } from "../DebtsStore-Bu8rRRSL.mjs";
|
|
66
|
+
import { F as vt } from "../FinstrongStore-CfD6bbJk.mjs";
|
|
67
67
|
import { A as Dt, m as At, a as Et, b as Tt } from "../InvestmentUtil-jOyOgzIB.mjs";
|
|
68
68
|
import { M as Bt } from "../MerchantStore-WvZ4gnQe.mjs";
|
|
69
|
-
import { N as It } from "../NetWorthStore-
|
|
69
|
+
import { N as It } from "../NetWorthStore-CpL_kqvx.mjs";
|
|
70
70
|
import { a as Nt } from "../SettingsStore-krIRNwHK.mjs";
|
|
71
71
|
import { addMonths as Mt } from "date-fns/addMonths";
|
|
72
72
|
import { getMonth as T } from "date-fns/getMonth";
|
|
73
|
-
import { i as oa } from "../DateUtil-
|
|
73
|
+
import { i as oa } from "../DateUtil-CBdcsyuk.mjs";
|
|
74
74
|
import { b as na, a as ia, g as ca } from "../Localization-2MODESHW.mjs";
|
|
75
75
|
import { alpha as $t, lighten as G, darken as H } from "@mui/material";
|
|
76
76
|
var kt = /* @__PURE__ */ ((s) => (s[s.Unknown = 0] = "Unknown", s[s.EveryWeek = 1] = "EveryWeek", s[s.EveryOtherWeek = 2] = "EveryOtherWeek", s[s.EveryMonth = 3] = "EveryMonth", s[s.EveryOtherMonth = 4] = "EveryOtherMonth", s[s.EveryQuarter = 5] = "EveryQuarter", s[s.EveryOtherQuarter = 6] = "EveryOtherQuarter", s[s.EveryYear = 7] = "EveryYear", s))(kt || {});
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { CardStatus } from '../constants/FinStrong';
|
|
2
|
+
import { Transaction } from './Transaction';
|
|
3
|
+
export interface SpendingFeeTransaction {
|
|
4
|
+
transaction: Transaction;
|
|
5
|
+
}
|
|
2
6
|
export interface HealthScore {
|
|
3
7
|
created_at: string;
|
|
4
8
|
debt_score: number;
|
|
@@ -31,6 +35,33 @@ export interface MonthlyHealthScoreAverage {
|
|
|
31
35
|
export interface MonthlyHealthScore {
|
|
32
36
|
monthly_health_score_average: MonthlyHealthScoreAverage[];
|
|
33
37
|
}
|
|
38
|
+
export interface MonthlyHealthScoreItem {
|
|
39
|
+
monthly_health_score_average: MonthlyHealthScoreAverage;
|
|
40
|
+
}
|
|
41
|
+
export interface MonthlySummaries {
|
|
42
|
+
user_guid: string;
|
|
43
|
+
year: number;
|
|
44
|
+
month: number;
|
|
45
|
+
standard_spend: number;
|
|
46
|
+
debt_spend: number;
|
|
47
|
+
income: number;
|
|
48
|
+
available_cash: number;
|
|
49
|
+
debt_balance: number;
|
|
50
|
+
credit_score: number;
|
|
51
|
+
}
|
|
52
|
+
export interface FinstrongTransaction {
|
|
53
|
+
transaction: Transaction;
|
|
54
|
+
}
|
|
55
|
+
export interface HealthScoreAverage {
|
|
56
|
+
birth_year: number;
|
|
57
|
+
single_year_user_count: number;
|
|
58
|
+
single_year_average_health_score: number;
|
|
59
|
+
user_count_total: number;
|
|
60
|
+
average_health_score: number;
|
|
61
|
+
}
|
|
62
|
+
export interface PeerAverage {
|
|
63
|
+
average_health_score: HealthScoreAverage;
|
|
64
|
+
}
|
|
34
65
|
export interface HealthScoreReport {
|
|
35
66
|
credit_score_change_effect: number;
|
|
36
67
|
debt_score_point_difference: number | null;
|
|
@@ -69,3 +100,26 @@ export interface HealthScoreReport {
|
|
|
69
100
|
user_guid: string;
|
|
70
101
|
}
|
|
71
102
|
export type KeyIndicatorsCardState = (typeof CardStatus)[keyof typeof CardStatus];
|
|
103
|
+
export declare enum OnboardingSteps {
|
|
104
|
+
ConnectAccounts = 1,
|
|
105
|
+
MonthlyIncome = 2,
|
|
106
|
+
Birthday = 3,
|
|
107
|
+
CreditScore = 4
|
|
108
|
+
}
|
|
109
|
+
export declare enum DurationUnit {
|
|
110
|
+
Months = 1,
|
|
111
|
+
Years = 2,
|
|
112
|
+
Days = 3
|
|
113
|
+
}
|
|
114
|
+
export declare enum ContributeFrequency {
|
|
115
|
+
Monthly = 1,
|
|
116
|
+
BiWeekly = 2,
|
|
117
|
+
Weekly = 3,
|
|
118
|
+
Daily = 4
|
|
119
|
+
}
|
|
120
|
+
export interface AllTransactions {
|
|
121
|
+
income: FinstrongTransaction[];
|
|
122
|
+
debtSpend: FinstrongTransaction[];
|
|
123
|
+
spendingFee: Transaction[];
|
|
124
|
+
spend: FinstrongTransaction[];
|
|
125
|
+
}
|
|
@@ -16,7 +16,7 @@ export { GoalType, MetaType, TrackType } from './Goal';
|
|
|
16
16
|
export type { Goal, MonthlyCashFlowProfile, RetirementGoalAccount } from './Goal';
|
|
17
17
|
export type { Debt } from './Debt';
|
|
18
18
|
export type { GlobalErrorHandler, GlobalEventHandler } from './Handlers';
|
|
19
|
-
export type { HealthScore, HealthScoreReport, MonthlyHealthScore } from './Finstrong';
|
|
19
|
+
export type { HealthScore, HealthScoreReport, MonthlyHealthScore, MonthlySummaries, SpendingFeeTransaction, AllTransactions, } from './Finstrong';
|
|
20
20
|
export type { HelpAlertProps, HelpCategory, HelpContentProps, HelpTopic, HelpType, ImageContentProps, InstitutionData, NoImageContentProps, SectionProps, SelectedTopic, Ticket, } from './Help';
|
|
21
21
|
export type { Institution } from './Institution';
|
|
22
22
|
export * from './localization';
|
|
@@ -6,6 +6,23 @@ export interface CreditScoreStatusCopy {
|
|
|
6
6
|
exceptional: string;
|
|
7
7
|
missing_data: string;
|
|
8
8
|
}
|
|
9
|
+
interface HaveManageableDebtDrawer {
|
|
10
|
+
debt_payment: string;
|
|
11
|
+
debt_over_time: string;
|
|
12
|
+
have_manageable_debt_description: string;
|
|
13
|
+
have_manageable_debt_double_bar_chart_empty_state_description: string;
|
|
14
|
+
have_manageable_debt_double_bar_chart_empty_state_header: string;
|
|
15
|
+
have_manageable_debt_more_transactions: string;
|
|
16
|
+
have_manageable_debt_income: string;
|
|
17
|
+
have_manageable_debt_line_chart_empty_state_description: string;
|
|
18
|
+
have_manageable_debt_line_chart_empty_state_header: string;
|
|
19
|
+
have_manageable_debt_payments: string;
|
|
20
|
+
have_manageable_debt_sticky_description: string;
|
|
21
|
+
have_manageable_debt_sticky_title: string;
|
|
22
|
+
have_manageable_debt_title: string;
|
|
23
|
+
have_manageable_debt_transactions: string;
|
|
24
|
+
income: string;
|
|
25
|
+
}
|
|
9
26
|
export interface HealthScoreStatuDetailsCopy {
|
|
10
27
|
building: string;
|
|
11
28
|
stable: string;
|
|
@@ -18,6 +35,7 @@ interface KeyIndicatorBorrow {
|
|
|
18
35
|
credit_score_missing_description: string;
|
|
19
36
|
credit_score_off_track_description: string;
|
|
20
37
|
credit_score_title: string;
|
|
38
|
+
have_manageable_debt_drawer: HaveManageableDebtDrawer;
|
|
21
39
|
manage_debit_fair_description: string;
|
|
22
40
|
manage_debit_good_description: string;
|
|
23
41
|
manage_debit_missing_description: string;
|
|
@@ -31,24 +49,60 @@ interface KeyIndicatorSave {
|
|
|
31
49
|
days_of_cash_missing_description: string;
|
|
32
50
|
days_of_cash_off_track_description: string;
|
|
33
51
|
days_of_cash_title: string;
|
|
52
|
+
drawer_available: string;
|
|
53
|
+
drawer_available_balance: string;
|
|
54
|
+
drawer_daily_spend: string;
|
|
55
|
+
drawer_description: string;
|
|
56
|
+
drawer_progress_bar_label: string;
|
|
57
|
+
drawer_progress_bar_value: string;
|
|
58
|
+
drawer_spending: string;
|
|
59
|
+
drawer_title: string;
|
|
34
60
|
emergency_savings_fair_description: string;
|
|
35
61
|
emergency_savings_good_description: string;
|
|
36
62
|
emergency_savings_missing_description: string;
|
|
37
63
|
emergency_savings_off_track_description: string;
|
|
38
64
|
emergency_savings_title: string;
|
|
65
|
+
savings_over_time: string;
|
|
39
66
|
title: string;
|
|
67
|
+
zero_state_title: string;
|
|
68
|
+
zero_state_description: string;
|
|
69
|
+
}
|
|
70
|
+
interface PayBillsOnTimeDrawer {
|
|
71
|
+
pay_bills_on_time_description: string;
|
|
72
|
+
pay_bills_on_time_sticky_description: string;
|
|
73
|
+
pay_bills_on_time_sticky_fee_count: string;
|
|
74
|
+
pay_bills_on_time_sticky_state: string;
|
|
75
|
+
pay_bills_on_time_title: string;
|
|
76
|
+
pay_bills_on_time_zero_fees_title: string;
|
|
77
|
+
pay_bills_on_time_zero_fees_description: string;
|
|
78
|
+
}
|
|
79
|
+
interface SpendLessThanYouMakeDrawer {
|
|
80
|
+
income: string;
|
|
81
|
+
spend_less_than_you_make_description: string;
|
|
82
|
+
spend_less_than_you_make_title: string;
|
|
83
|
+
spend_less_than_you_make_sticky_description: string;
|
|
84
|
+
spending: string;
|
|
85
|
+
spending_zero_state_title: string;
|
|
86
|
+
spending_zero_state_description: string;
|
|
87
|
+
spent: string;
|
|
88
|
+
trends: string;
|
|
89
|
+
trends_zero_state_title: string;
|
|
90
|
+
trends_zero_state_description: string;
|
|
91
|
+
view_more: string;
|
|
40
92
|
}
|
|
41
|
-
interface KeyIndicatorSpend {
|
|
93
|
+
export interface KeyIndicatorSpend {
|
|
42
94
|
count_card_title: string;
|
|
43
95
|
count_fair_description: string;
|
|
44
96
|
count_good_description: string;
|
|
45
97
|
count_missing_description: string;
|
|
46
98
|
count_off_track_description: string;
|
|
99
|
+
pay_bills_on_time_drawer: PayBillsOnTimeDrawer;
|
|
47
100
|
ratio_card_title: string;
|
|
48
101
|
ratio_fair_description: string;
|
|
49
102
|
ratio_good_description: string;
|
|
50
103
|
ratio_missing_description: string;
|
|
51
104
|
ratio_off_track_description: string;
|
|
105
|
+
spend_less_than_you_make_drawer: SpendLessThanYouMakeDrawer;
|
|
52
106
|
title: string;
|
|
53
107
|
}
|
|
54
108
|
interface ScoreHistoryDrawerTimeline {
|
|
@@ -72,12 +126,18 @@ export interface FinstrongCopy {
|
|
|
72
126
|
connect_more_accounts_button: string;
|
|
73
127
|
connect_more_accounts_description: string;
|
|
74
128
|
connect_more_accounts_title: string;
|
|
129
|
+
connect_more_accounts_to_unlock_a_fuller_understanding_of_your_finances: string;
|
|
75
130
|
connect_more_accounts_to_view_more_accurate_financial_picture: string;
|
|
76
131
|
connect_your_accounts: string;
|
|
77
132
|
connected_account: string;
|
|
78
133
|
connections: string;
|
|
134
|
+
credit_over_time_title: string;
|
|
135
|
+
credit_over_time_zero_state_desc: string;
|
|
79
136
|
credit_score: string;
|
|
137
|
+
credit_score_description: string;
|
|
138
|
+
credit_score_keep_strong_credit_score: string;
|
|
80
139
|
credit_score_status: CreditScoreStatusCopy;
|
|
140
|
+
credit_score_updated_score: string;
|
|
81
141
|
date_of_birth: string;
|
|
82
142
|
dont_see_all_your_accounts: string;
|
|
83
143
|
edit_credit_score: string;
|
|
@@ -90,6 +150,7 @@ export interface FinstrongCopy {
|
|
|
90
150
|
health_score_zero_title: string;
|
|
91
151
|
health_score_zero_description: string;
|
|
92
152
|
how_do_we_do_this: string;
|
|
153
|
+
in_the_last_90_days_you_spent: string;
|
|
93
154
|
insufficient_data: string;
|
|
94
155
|
key_indicators: string;
|
|
95
156
|
key_indicators_borrow: KeyIndicatorBorrow;
|
|
@@ -98,16 +159,58 @@ export interface FinstrongCopy {
|
|
|
98
159
|
key_indicators_missing: string;
|
|
99
160
|
key_indicators_label: string;
|
|
100
161
|
key_indicators_off_track: string;
|
|
162
|
+
key_indicators_open: string;
|
|
101
163
|
key_indicators_save: KeyIndicatorSave;
|
|
102
164
|
key_indicators_spend: KeyIndicatorSpend;
|
|
103
165
|
missing_data_description: string;
|
|
166
|
+
maintain_emergency_savings_bi_weekly: string;
|
|
167
|
+
maintain_emergency_savings_calculate: string;
|
|
168
|
+
maintain_emergency_savings_daily: string;
|
|
169
|
+
maintain_emergency_savings_day: string;
|
|
170
|
+
maintain_emergency_savings_days: string;
|
|
171
|
+
maintain_emergency_savings_description: string;
|
|
172
|
+
maintain_emergency_savings_estimated_contribution: string;
|
|
173
|
+
maintain_emergency_savings_estimated_period_bi_weekly: string;
|
|
174
|
+
maintain_emergency_savings_estimated_period_daily: string;
|
|
175
|
+
maintain_emergency_savings_estimated_period_monthly: string;
|
|
176
|
+
maintain_emergency_savings_estimated_period_weekly: string;
|
|
177
|
+
maintain_emergency_savings_how_often_contribute: string;
|
|
178
|
+
maintain_emergency_savings_meet_your_goal_within: string;
|
|
179
|
+
maintain_emergency_savings_months: string;
|
|
180
|
+
maintain_emergency_savings_monthly: string;
|
|
181
|
+
maintain_emergency_savings_savings_goal: string;
|
|
182
|
+
maintain_emergency_savings_suggested_goal: string;
|
|
183
|
+
maintain_emergency_savings_title: string;
|
|
184
|
+
maintain_emergency_savings_weekly: string;
|
|
185
|
+
maintain_emergency_savings_years: string;
|
|
186
|
+
maintain_emergency_savings_your_savings: string;
|
|
104
187
|
missing_data_title: string;
|
|
188
|
+
more_accounts: string;
|
|
105
189
|
monthly_income: string;
|
|
190
|
+
onboarding_add_accounts: string;
|
|
191
|
+
onboarding_add_income_primary: string;
|
|
192
|
+
onboarding_add_income_secondary: string;
|
|
193
|
+
onboarding_add_more_income: string;
|
|
194
|
+
onboarding_back: string;
|
|
195
|
+
onboarding_birthday_primary: string;
|
|
196
|
+
onboarding_birthday_secondary: string;
|
|
197
|
+
onboarding_calculate_primary: string;
|
|
198
|
+
onboarding_calculate_secondary: string;
|
|
199
|
+
onboarding_confirm_income: string;
|
|
200
|
+
onboarding_connect_your_accounts_secondary: string;
|
|
201
|
+
onboarding_credit_score_primary: string;
|
|
202
|
+
onboarding_credit_score_secondary: string;
|
|
203
|
+
onboarding_do_it_later: string;
|
|
204
|
+
onboarding_get_started: string;
|
|
205
|
+
onboarding_next: string;
|
|
206
|
+
onboarding_select_date: string;
|
|
207
|
+
onboarding_subtitle: string;
|
|
208
|
+
onboarding_title: string;
|
|
209
|
+
peer_average: string;
|
|
106
210
|
profile: string;
|
|
107
211
|
score_history: string;
|
|
108
212
|
score_history_drawer_timeline: ScoreHistoryDrawerTimeline;
|
|
109
213
|
score_rubric: string;
|
|
110
|
-
peer_average: string;
|
|
111
214
|
see_whats_possible: string;
|
|
112
215
|
see_whats_possible_description: string;
|
|
113
216
|
stable: string;
|
|
@@ -5,7 +5,7 @@ import h from "@mui/material/Unstable_Grid2";
|
|
|
5
5
|
import u from "@mui/material/Skeleton";
|
|
6
6
|
import l from "@mui/material/Stack";
|
|
7
7
|
import D from "@mui/material/styles/useTheme";
|
|
8
|
-
import { f as A, u as v, d as C, b as M, a as k, n as B } from "../hooks-
|
|
8
|
+
import { f as A, u as v, d as C, b as M, a as k, n as B } from "../hooks-C41HAxM5.mjs";
|
|
9
9
|
import G from "@mui/material/Paper";
|
|
10
10
|
import { Icon as S, H1 as F, P as W } from "@mxenabled/mxui";
|
|
11
11
|
import { useMediaQuery as I } from "@mui/system";
|
|
@@ -14,7 +14,7 @@ import $ from "@mui/material/Button";
|
|
|
14
14
|
import H from "@mui/material/IconButton";
|
|
15
15
|
import R from "@mui/material/Tooltip";
|
|
16
16
|
import j from "@mui/material/useMediaQuery";
|
|
17
|
-
import { k as E, l as Q } from "../ConnectDrawer-
|
|
17
|
+
import { k as E, l as Q } from "../ConnectDrawer-CuUj16NH.mjs";
|
|
18
18
|
import { u as z } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
19
19
|
const P = _(() => {
|
|
20
20
|
const e = D(), {
|
package/dist/debts/index.es.js
CHANGED
|
@@ -8,30 +8,30 @@ import { intervalToDuration as Ae, formatDuration as Ee } from "date-fns";
|
|
|
8
8
|
import { addMonths as se } from "date-fns/addMonths";
|
|
9
9
|
import { fromUnixTime as ce } from "date-fns/fromUnixTime";
|
|
10
10
|
import { getUnixTime as de } from "date-fns/getUnixTime";
|
|
11
|
-
import { D as P, M as Ie, I as Be } from "../DebtsStore-
|
|
12
|
-
import { a as Lr } from "../DebtsStore-
|
|
11
|
+
import { D as P, M as Ie, I as Be } from "../DebtsStore-Bu8rRRSL.mjs";
|
|
12
|
+
import { a as Lr } from "../DebtsStore-Bu8rRRSL.mjs";
|
|
13
13
|
import { f as k, a as Me } from "../NumberFormatting-Buh7u8Oi.mjs";
|
|
14
|
-
import { f as U,
|
|
15
|
-
import { G as Pe,
|
|
14
|
+
import { f as U, a as q } from "../Dialog-BPTr3qHE.mjs";
|
|
15
|
+
import { G as Pe, x as Z, u as S, l as V, g as F, d as J, n as ke, b as Ne } from "../hooks-C41HAxM5.mjs";
|
|
16
16
|
import { u as Y } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
17
|
-
import { D as re } from "../Drawer-
|
|
17
|
+
import { D as re } from "../Drawer-BEtCk82g.mjs";
|
|
18
18
|
import { b as I } from "../Localization-2MODESHW.mjs";
|
|
19
|
-
import { A as Fe, u as Re } from "../AccountDetailsHeader-
|
|
19
|
+
import { A as Fe, u as Re } from "../AccountDetailsHeader-CRzfuFA2.mjs";
|
|
20
20
|
import Le from "@mui/material/Card";
|
|
21
21
|
import $e from "@mui/material/CardContent";
|
|
22
22
|
import He from "@mui/material/CardHeader";
|
|
23
23
|
import { LineChart as Oe } from "@mui/x-charts";
|
|
24
24
|
import ae from "@mui/material/Box";
|
|
25
25
|
import { useTheme as We } from "@mui/material/styles";
|
|
26
|
-
import { A as T, W as Ge } from "../WidgetContainer-
|
|
26
|
+
import { A as T, W as Ge } from "../WidgetContainer-6dsjtOVg.mjs";
|
|
27
27
|
import pe from "@mui/material/Tab";
|
|
28
28
|
import je from "@mui/material/Tabs";
|
|
29
29
|
import ye from "@mui/material/List";
|
|
30
30
|
import G from "@mui/material/Divider";
|
|
31
|
-
import { M as ze, I as Xe, O as Ve } from "../OriginalBalanceAction-
|
|
31
|
+
import { M as ze, I as Xe, O as Ve } from "../OriginalBalanceAction-CCmnsd7y.mjs";
|
|
32
32
|
import Ye from "@mui/material/TextField";
|
|
33
|
-
import { L as Q } from "../ListItemAction-
|
|
34
|
-
import { C as ne } from "../CurrencyInput-
|
|
33
|
+
import { L as Q } from "../ListItemAction-uobBrm_a.mjs";
|
|
34
|
+
import { C as ne } from "../CurrencyInput-xH-hqry9.mjs";
|
|
35
35
|
import me from "@mui/material/Alert";
|
|
36
36
|
import he from "@mui/material/AlertTitle";
|
|
37
37
|
import ue from "@mui/material/Paper";
|
|
@@ -39,7 +39,7 @@ import { Error as Ke, CheckCircle as fe } from "@mxenabled/mx-icons";
|
|
|
39
39
|
import { T as be } from "../TabContentContainer-j01JYR_7.mjs";
|
|
40
40
|
import { DataGridPro as Ue } from "@mui/x-data-grid-pro";
|
|
41
41
|
import { H as j } from "../HeaderCell-DjuifqHJ.mjs";
|
|
42
|
-
import { f as qe } from "../ConnectDrawer-
|
|
42
|
+
import { f as qe } from "../ConnectDrawer-CuUj16NH.mjs";
|
|
43
43
|
import xe from "@mui/material/Button";
|
|
44
44
|
import Ze from "@mui/material/IconButton";
|
|
45
45
|
import Je from "@mui/material/ListItem";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { fromUnixTime as d } from "date-fns/fromUnixTime";
|
|
2
2
|
import { c as u } from "./Category-CevNQ03n.mjs";
|
|
3
|
-
import { f as p,
|
|
4
|
-
import { T as m } from "./User-
|
|
3
|
+
import { f as p, a as g } from "./Dialog-BPTr3qHE.mjs";
|
|
4
|
+
import { T as m } from "./User-wXzDI4M8.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)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { WidgetProps } from '../common';
|
|
2
|
-
declare const _default: (({ onBackClick, sx }: WidgetProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
2
|
+
declare const _default: (({ onBackClick, sx, onPrimaryCtaClick }: WidgetProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
3
3
|
displayName: string;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -5,6 +5,11 @@ export declare class FinstrongApi {
|
|
|
5
5
|
constructor(endpoint: string, token: string, onError?: GlobalErrorHandler);
|
|
6
6
|
calculateHealthScore: () => Promise<any>;
|
|
7
7
|
getAverageHealthScores: () => Promise<any>;
|
|
8
|
+
getDebtSpend: () => Promise<any>;
|
|
9
|
+
getIncome: () => Promise<any>;
|
|
10
|
+
getMonthlySummaries: () => Promise<any>;
|
|
8
11
|
getHealthScoreChangeReports: (startDate: number, endDate: number) => Promise<any>;
|
|
9
12
|
getPeerScore: (birthYear: string) => Promise<any>;
|
|
13
|
+
getSpendingFeeTransactions: () => Promise<any>;
|
|
14
|
+
getStandardSpend: () => Promise<any>;
|
|
10
15
|
}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { SxProps } from '@mui/material/styles';
|
|
2
2
|
interface ConnectMoreAccountsCardProps {
|
|
3
|
+
drawerType?: 'connectDrawer' | 'connectionsDrawer';
|
|
3
4
|
isDashboard?: boolean;
|
|
4
5
|
hasIcon?: boolean;
|
|
5
6
|
buttonText?: string;
|
|
6
7
|
title?: string;
|
|
8
|
+
titleDrawer?: string;
|
|
7
9
|
description?: string;
|
|
8
10
|
sx?: SxProps;
|
|
9
11
|
}
|
|
10
|
-
export declare const ConnectMoreAccountsCard: ({ isDashboard, hasIcon, buttonText, title, description, sx, }: ConnectMoreAccountsCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare const ConnectMoreAccountsCard: ({ drawerType, isDashboard, hasIcon, buttonText, title, titleDrawer, description, sx, }: ConnectMoreAccountsCardProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
11
13
|
export {};
|
|
@@ -3,7 +3,13 @@ export interface FinacialStrengthGraphProps {
|
|
|
3
3
|
size?: 'L' | 'M' | 'SM';
|
|
4
4
|
healthScore: number;
|
|
5
5
|
footerCenterContent?: string | number;
|
|
6
|
+
margin?: {
|
|
7
|
+
top?: number;
|
|
8
|
+
right?: number;
|
|
9
|
+
left?: number;
|
|
10
|
+
bottom?: number;
|
|
11
|
+
};
|
|
6
12
|
}
|
|
7
|
-
export declare const FinancialStrengthGraph: (({ arcRadius, size, healthScore, footerCenterContent }: FinacialStrengthGraphProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
13
|
+
export declare const FinancialStrengthGraph: (({ arcRadius, size, healthScore, footerCenterContent, margin, }: FinacialStrengthGraphProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
8
14
|
displayName: string;
|
|
9
15
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
2
|
+
declare const _default: React.FunctionComponent<{}>;
|
|
3
|
+
export default _default;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
interface KeyIndicatorsDrawerProps {
|
|
3
3
|
additionalContent?: React.ReactNode;
|
|
4
|
+
connectTitle?: string;
|
|
5
|
+
connectDescription?: string;
|
|
4
6
|
children?: React.ReactNode;
|
|
5
7
|
description?: string;
|
|
6
8
|
drawerTitle?: string;
|
|
@@ -8,7 +10,8 @@ interface KeyIndicatorsDrawerProps {
|
|
|
8
10
|
loadConnectAccountsCard?: boolean;
|
|
9
11
|
onClose: () => void;
|
|
10
12
|
stickyComponent?: React.ReactNode;
|
|
11
|
-
title?: string;
|
|
13
|
+
title?: string | React.ReactNode;
|
|
14
|
+
drawerType?: 'connectDrawer' | 'connectionsDrawer';
|
|
12
15
|
}
|
|
13
16
|
declare const _default: React.FunctionComponent<React.PropsWithChildren<KeyIndicatorsDrawerProps>>;
|
|
14
17
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
2
|
+
declare const _default: React.FunctionComponent<{}>;
|
|
3
|
+
export default _default;
|