@mx-cartographer/experiences 7.2.12-alpha.san1 → 7.2.13-alpha.mm0
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/dist/{Account-CBQnFO6w.mjs → Account-B-CuHOYf.mjs} +1 -1
- package/dist/{AccountDetailsContent-BkurfGCr.mjs → AccountDetailsContent-bqByD9ea.mjs} +10 -10
- package/dist/{AccountDetailsHeader-CaIoP_2Q.mjs → AccountDetailsHeader-vcy67tuH.mjs} +8 -8
- package/dist/{AccountFields-CLbLAhLf.mjs → AccountFields-cUP-9Hm6.mjs} +5 -5
- package/dist/{AccountListItem-CPm3572e.mjs → AccountListItem-DChcf3SN.mjs} +4 -4
- package/dist/{AccountStore-DttEGFeu.mjs → AccountStore-D6KiXA1B.mjs} +29 -40
- package/dist/{Accounts-B5Yr0e_o.mjs → Accounts-IeEtQjzA.mjs} +1 -1
- package/dist/{BudgetUtil-wjoNuj7B.mjs → BudgetUtil-B2ZXyw-g.mjs} +1 -1
- package/dist/{CategorySelectorDrawer-ZO9N26Kx.mjs → CategorySelectorDrawer-DUe4lH5-.mjs} +3 -3
- package/dist/{CategoryStore-C1IfDPCE.mjs → CategoryStore-BCcpI3oJ.mjs} +1 -1
- package/dist/{CategoryUtil-DUM8NuGO.mjs → CategoryUtil-BR3H5i6n.mjs} +1 -1
- package/dist/{ConnectDrawer-FyY0AWYQ.mjs → ConnectDrawer-DaFRU5st.mjs} +2 -2
- package/dist/{ConnectionsDrawer-Cd_rztVC.mjs → ConnectionsDrawer-DHJ7qdWL.mjs} +3 -3
- package/dist/{CurrencyInput-xH-hqry9.mjs → CurrencyInput-DUsQbkXb.mjs} +1 -1
- package/dist/{DateUtil-CBdcsyuk.mjs → DateUtil-BcuH7ErC.mjs} +3 -3
- package/dist/{DebtsStore-DB5U2WMC.mjs → DebtsStore-z3VARSO6.mjs} +1 -1
- package/dist/{Dialog-BPTr3qHE.mjs → Dialog-CWW597AF.mjs} +2 -2
- package/dist/Drawer-kEE73B87.mjs +113 -0
- package/dist/{ExportCsvAction-DlGZfm4y.mjs → ExportCsvAction-sX8Rg4Ov.mjs} +3 -3
- package/dist/FinstrongStore-F2c607dj.mjs +101 -0
- package/dist/{GoalStore-deVLYr7n.mjs → GoalStore-TD0BfzWX.mjs} +3 -3
- package/dist/{Help-BnPXM_N2.mjs → Help-B6dIcujh.mjs} +2 -2
- package/dist/{LineChart-Ct9DNmhS.mjs → LineChart-D4GI7nVh.mjs} +181 -209
- package/dist/{ListItemAction-uobBrm_a.mjs → ListItemAction-DHa3KJPs.mjs} +10 -10
- package/dist/{ManageIncome-CqNstpx_.mjs → ManageIncome-CMN_8uep.mjs} +78 -80
- package/dist/{MicroWidgetContainer-DEiRnYVa.mjs → MicroWidgetContainer-DpeqN9n3.mjs} +1 -1
- package/dist/{MiniWidgetContainer-CmXpTylX.mjs → MiniWidgetContainer-D0gfmbaF.mjs} +1 -1
- package/dist/{NetWorthStore-CUz0bwVm.mjs → NetWorthStore-B_1oulrt.mjs} +2 -2
- package/dist/{NotificationSettings-BKKuULAd.mjs → NotificationSettings-DqrkNMod.mjs} +5 -5
- package/dist/{OriginalBalanceAction-CCmnsd7y.mjs → OriginalBalanceAction-CWuVvRq9.mjs} +3 -3
- package/dist/{RecurringSettings-DfAMEAuh.mjs → RecurringSettings-BsP-YKPS.mjs} +4 -4
- package/dist/{RecurringTransactions-CngsRZ3K.mjs → RecurringTransactions-ej39mgA6.mjs} +44 -45
- package/dist/{RecurringTransactionsStore-C4RVULF8.mjs → RecurringTransactionsStore-DrzS1LmF.mjs} +1 -1
- package/dist/{SpendingData-BuJ03S9d.mjs → SpendingData-D5vsfYKo.mjs} +16 -16
- package/dist/{TransactionDetails-CabNHK_I.mjs → TransactionDetails-DW7T0W0z.mjs} +8 -11
- package/dist/{TransactionStore-DvOEbOzL.mjs → TransactionStore-DxPLdF3B.mjs} +3 -3
- package/dist/{TrendsStore-BVNxGsE4.mjs → TrendsStore-DCYbpXPO.mjs} +14 -14
- package/dist/{User-wXzDI4M8.mjs → User-BQUxBeZV.mjs} +2 -2
- package/dist/{WidgetContainer-GoNq8wwm.mjs → WidgetContainer-C88Ecu2W.mjs} +4 -4
- package/dist/accounts/index.es.js +14 -14
- package/dist/accounts/stores/AccountStore.d.ts +0 -2
- package/dist/analytics/index.es.js +2 -2
- package/dist/budgets/index.es.js +12 -12
- package/dist/cashflow/index.es.js +131 -130
- package/dist/categories/index.es.js +2 -2
- package/dist/common/components/Select.d.ts +2 -4
- package/dist/common/components/charts/LineChart.d.ts +2 -8
- package/dist/common/components/charts/linechart/CustomMark.d.ts +0 -4
- package/dist/common/components/drawer/Drawer.d.ts +0 -3
- package/dist/common/index.es.js +33 -33
- package/dist/common/types/Finstrong.d.ts +0 -50
- package/dist/common/types/index.d.ts +1 -1
- package/dist/common/types/localization/FinstrongCopy.d.ts +1 -58
- package/dist/dashboard/index.es.js +2 -2
- package/dist/debts/index.es.js +11 -11
- package/dist/{exportTransactionsToCSV-hrNpJ77n.mjs → exportTransactionsToCSV-7bVS7KXf.mjs} +2 -2
- package/dist/finstrong/api/FinstrongApi.d.ts +0 -5
- package/dist/finstrong/components/ConnectMoreAccountsCard.d.ts +1 -3
- package/dist/finstrong/components/KeyIndicatorsBorrowTab.d.ts +2 -2
- package/dist/finstrong/components/KeyIndicatorsDrawer.d.ts +1 -4
- 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 +3 -4
- package/dist/finstrong/components/KeyIndicatorsTabsWidget.d.ts +2 -2
- package/dist/finstrong/index.es.js +1055 -3130
- package/dist/finstrong/stores/FinstrongStore.d.ts +1 -9
- package/dist/finstrong/util/finstrongUtils.d.ts +1 -58
- package/dist/finstrong/utils/Finstrong.d.ts +6 -0
- package/dist/goals/index.es.js +14 -14
- package/dist/help/index.es.js +3 -3
- package/dist/{hooks-C41HAxM5.mjs → hooks-D6XlXHf4.mjs} +3 -3
- package/dist/investments/index.es.js +4 -4
- package/dist/merchants/index.es.js +1 -1
- package/dist/networth/index.es.js +34 -34
- package/dist/notifications/index.es.js +4 -4
- package/dist/recurringtransactions/index.es.js +13 -13
- package/dist/settings/index.es.js +8 -8
- package/dist/spending/index.es.js +373 -222
- package/dist/transactions/index.es.js +15 -15
- package/dist/trends/index.es.js +94 -94
- package/dist/{useAccountDisplayName-B5O6hQ1B.mjs → useAccountDisplayName-BcRqfar8.mjs} +2 -2
- package/dist/{useInsightsEnabled-CNjP5cfR.mjs → useInsightsEnabled-DBpwEq10.mjs} +1 -1
- package/package.json +1 -1
- package/dist/Drawer-BEtCk82g.mjs +0 -163
- package/dist/FinstrongStore-CJBV4K5Y.mjs +0 -432
- package/dist/SpendingLegend-squvjEhu.mjs +0 -170
- package/dist/accounts/components/AccountsListCompact.d.ts +0 -10
- package/dist/common/components/drawer/Footer.d.ts +0 -17
- package/dist/finstrong/components/CreditScore/CreditScoreContent.d.ts +0 -4
- package/dist/finstrong/components/CreditScore/CreditScoreHeader.d.ts +0 -4
- package/dist/finstrong/components/HaveManageableDebt/DebtPaymentTabContent.d.ts +0 -3
- package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtComponent.d.ts +0 -3
- package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtProgressBar.d.ts +0 -4
- package/dist/finstrong/components/HaveManageableDebt/IncomeTabContent.d.ts +0 -3
- package/dist/finstrong/components/KeyIndicatorsTabItemDrawer.d.ts +0 -10
- package/dist/finstrong/components/MaintainingEmergencySavings/EstimatedContributionCalculator.d.ts +0 -6
- package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsContent.d.ts +0 -4
- package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsSticky.d.ts +0 -4
- package/dist/finstrong/components/ProgressBar.d.ts +0 -15
- package/dist/finstrong/components/SaveEnoughToLiveOn/AvailableTabContent.d.ts +0 -3
- package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnDrawerContent.d.ts +0 -3
- package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnProgressBar.d.ts +0 -4
- package/dist/finstrong/components/SaveEnoughToLiveOn/SpendingTabContent.d.ts +0 -3
- package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeComponent.d.ts +0 -3
- package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeProgressBar.d.ts +0 -4
- package/dist/finstrong/components/StatusChip.d.ts +0 -5
- package/dist/finstrong/components/onboarding/Onboarding.d.ts +0 -2
- package/dist/finstrong/components/onboarding/OnboardingAddMonthlyIncome.d.ts +0 -11
- package/dist/finstrong/components/onboarding/OnboardingBirthday.d.ts +0 -8
- package/dist/finstrong/components/onboarding/OnboardingCreditScore.d.ts +0 -8
- package/dist/finstrong/components/onboarding/OnboardingStepsDrawer.d.ts +0 -14
- package/dist/finstrong/components/onboarding/OnboardingStepsHeader.d.ts +0 -8
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeDrawerComponent.d.ts +0 -4
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeStickyComponent.d.ts +0 -4
- package/dist/finstrong/components/shared/Accounts.d.ts +0 -8
- package/dist/finstrong/components/shared/CustomDoubleBarPlot.d.ts +0 -25
- package/dist/finstrong/components/shared/DoubleBarChart.d.ts +0 -28
- package/dist/finstrong/components/shared/LineGraph.d.ts +0 -7
- package/dist/finstrong/components/shared/TotalCard.d.ts +0 -8
- package/dist/finstrong/components/shared/TransactionList.d.ts +0 -15
- package/dist/finstrong/components/shared/Transactions.d.ts +0 -11
- package/dist/finstrong/constants/index.d.ts +0 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as o, C as a, a as t, u as C } from "../CategorySelectorDrawer-
|
|
2
|
-
import { C as g } from "../CategoryStore-
|
|
1
|
+
import { b as o, C as a, a as t, u as C } from "../CategorySelectorDrawer-DUe4lH5-.mjs";
|
|
2
|
+
import { C as g } from "../CategoryStore-BCcpI3oJ.mjs";
|
|
3
3
|
export {
|
|
4
4
|
o as CategoryRow,
|
|
5
5
|
a as CategorySelector,
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { default as TextField } from '@mui/material/TextField';
|
|
3
1
|
export type SelectOption = {
|
|
4
2
|
id: number;
|
|
5
3
|
label: string;
|
|
6
4
|
};
|
|
7
|
-
interface SelectProps
|
|
5
|
+
interface SelectProps {
|
|
8
6
|
label: string;
|
|
9
7
|
onChange: (value: number) => void;
|
|
10
8
|
options: SelectOption[];
|
|
11
9
|
value: number;
|
|
12
10
|
}
|
|
13
|
-
export declare const Select: ({ label, onChange, options, value
|
|
11
|
+
export declare const Select: ({ label, onChange, options, value }: SelectProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
12
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
1
|
+
import { default as React, CSSProperties } from 'react';
|
|
2
2
|
import { SxProps } from '@mui/material/styles';
|
|
3
3
|
import { MarkHandlers } from './linechart/CustomMark';
|
|
4
4
|
export type LineChartDataset = {
|
|
@@ -14,7 +14,6 @@ export type TooltipLabel = LineChartLabel & {
|
|
|
14
14
|
};
|
|
15
15
|
type LineChartCurve = 'catmullRom' | 'linear' | 'monotoneX' | 'monotoneY' | 'natural' | 'step' | 'stepBefore' | 'stepAfter' | 'bump' | 'bumpX' | 'bumpY';
|
|
16
16
|
interface LineChartProps {
|
|
17
|
-
areaColor?: string;
|
|
18
17
|
axisColor?: string;
|
|
19
18
|
baseline?: string;
|
|
20
19
|
chartFor?: string;
|
|
@@ -38,18 +37,13 @@ interface LineChartProps {
|
|
|
38
37
|
left?: number;
|
|
39
38
|
};
|
|
40
39
|
markHandlers?: MarkHandlers;
|
|
41
|
-
markStyles?: (markIndex: number) =>
|
|
42
|
-
markLabelStyles?: React.CSSProperties;
|
|
43
|
-
};
|
|
44
|
-
minRange?: number;
|
|
45
|
-
maxRange?: number;
|
|
40
|
+
markStyles?: (markIndex: number) => CSSProperties;
|
|
46
41
|
onItemClick?: () => void;
|
|
47
42
|
showArea?: boolean;
|
|
48
43
|
showAverage?: boolean;
|
|
49
44
|
showAxisHighlight?: boolean;
|
|
50
45
|
showBars?: boolean;
|
|
51
46
|
showLegend?: boolean;
|
|
52
|
-
showMark?: boolean;
|
|
53
47
|
showMarkLabel?: boolean;
|
|
54
48
|
showTooltip?: boolean;
|
|
55
49
|
showXAxis?: boolean;
|
|
@@ -8,11 +8,7 @@ export type MarkHandlers = {
|
|
|
8
8
|
interface CustomMarkProps extends MarkElementProps {
|
|
9
9
|
handlers?: MarkHandlers;
|
|
10
10
|
showLabel: boolean;
|
|
11
|
-
showMark?: boolean;
|
|
12
11
|
yData: number[];
|
|
13
|
-
style?: React.CSSProperties & {
|
|
14
|
-
markLabelStyles?: React.CSSProperties;
|
|
15
|
-
};
|
|
16
12
|
labelBackgroundColor?: string;
|
|
17
13
|
labelFontColor?: string;
|
|
18
14
|
labelFontSize?: number;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { default as Button } from '@mui/material/Button';
|
|
3
2
|
import { SxProps } from '@mui/material/styles';
|
|
4
3
|
export type CopyObject = {
|
|
5
4
|
close_drawer_aria: string;
|
|
@@ -7,7 +6,6 @@ export type CopyObject = {
|
|
|
7
6
|
interface DrawerProps {
|
|
8
7
|
ariaLabelClose?: string;
|
|
9
8
|
className?: string;
|
|
10
|
-
footerStyles?: SxProps;
|
|
11
9
|
hasSecondaryAction?: boolean;
|
|
12
10
|
id?: string;
|
|
13
11
|
isOpen: boolean;
|
|
@@ -15,7 +13,6 @@ interface DrawerProps {
|
|
|
15
13
|
onClose: () => void;
|
|
16
14
|
onPrimaryAction?: () => void;
|
|
17
15
|
onSecondaryAction?: () => void;
|
|
18
|
-
primaryButtonProps?: React.ComponentProps<typeof Button>;
|
|
19
16
|
primaryColor?: 'primary' | 'inherit' | 'secondary' | 'success' | 'error' | 'info' | 'warning';
|
|
20
17
|
primaryText?: string;
|
|
21
18
|
secondaryColor?: 'primary' | 'inherit' | 'secondary' | 'success' | 'error' | 'info' | 'warning';
|
package/dist/common/index.es.js
CHANGED
|
@@ -2,76 +2,76 @@ import { G as k } from "../useCombineEvents-BUDIR1ba.mjs";
|
|
|
2
2
|
import { A as ss, a as rs, u as os, b as as } from "../useCombineEvents-BUDIR1ba.mjs";
|
|
3
3
|
import { F as S, A as h } from "../Fetch-87LIQbEA.mjs";
|
|
4
4
|
import { B as is } from "../BeatApi-DhJpgCLz.mjs";
|
|
5
|
-
import { C as et } from "../CategoryStore-
|
|
6
|
-
import { a as ds } from "../CategoryStore-
|
|
5
|
+
import { C as et } from "../CategoryStore-BCcpI3oJ.mjs";
|
|
6
|
+
import { a as ds } from "../CategoryStore-BCcpI3oJ.mjs";
|
|
7
7
|
import { N as st } from "../NotificationStore-C6PH6MKm.mjs";
|
|
8
8
|
import { a as us } from "../NotificationStore-C6PH6MKm.mjs";
|
|
9
|
-
import { T as rt } from "../User-
|
|
10
|
-
import { C as gs, b as ps, L as ms, a as _s } from "../User-
|
|
9
|
+
import { T as rt } from "../User-BQUxBeZV.mjs";
|
|
10
|
+
import { C as gs, b as ps, L as ms, a as _s } from "../User-BQUxBeZV.mjs";
|
|
11
11
|
import { H as ot } from "../Help-DhcC-C05.mjs";
|
|
12
12
|
import { E as ys } from "../Help-DhcC-C05.mjs";
|
|
13
|
-
import { M as bs } from "../MicroWidgetContainer-
|
|
14
|
-
import { M as xs } from "../MiniWidgetContainer-
|
|
15
|
-
import { A as vs, D as Ds, W as As } from "../WidgetContainer-
|
|
16
|
-
import { k as Ts, a as Bs, e as Is, h as Ns, A as Ms, f as ks, l as $s, d as Rs, n as Ps, E as Os, j as Us, N as Ls, i as Gs, P as Hs, o as Fs, S as Ws } from "../ConnectDrawer-
|
|
17
|
-
import { C as Ys } from "../CurrencyInput-
|
|
13
|
+
import { M as bs } from "../MicroWidgetContainer-DpeqN9n3.mjs";
|
|
14
|
+
import { M as xs } from "../MiniWidgetContainer-D0gfmbaF.mjs";
|
|
15
|
+
import { A as vs, D as Ds, W as As } from "../WidgetContainer-C88Ecu2W.mjs";
|
|
16
|
+
import { k as Ts, a as Bs, e as Is, h as Ns, A as Ms, f as ks, l as $s, d as Rs, n as Ps, E as Os, j as Us, N as Ls, i as Gs, P as Hs, o as Fs, S as Ws } from "../ConnectDrawer-DaFRU5st.mjs";
|
|
17
|
+
import { C as Ys } from "../CurrencyInput-DUsQbkXb.mjs";
|
|
18
18
|
import { L as zs } from "../Loader-DUaFpDGv.mjs";
|
|
19
19
|
import { R as js } from "../ResponsiveButton-DZFp78fJ.mjs";
|
|
20
20
|
import { S as Vs } from "../SearchBox-B2_zLv8-.mjs";
|
|
21
|
-
import { T as at } from "../TransactionStore-
|
|
22
|
-
import { S as Js } from "../TransactionStore-
|
|
21
|
+
import { T as at } from "../TransactionStore-DxPLdF3B.mjs";
|
|
22
|
+
import { S as Js } from "../TransactionStore-DxPLdF3B.mjs";
|
|
23
23
|
import { T as er } from "../TabContentContainer-j01JYR_7.mjs";
|
|
24
24
|
import { I as rr } from "../IconBacking-B9oC6uL2.mjs";
|
|
25
|
-
import { D as ar, F as nr, a as ir, c as cr, R as dr, S as lr } from "../RecurringTransactions-
|
|
25
|
+
import { D as ar, F as nr, a as ir, c as cr, R as dr, S as lr } from "../RecurringTransactions-ej39mgA6.mjs";
|
|
26
26
|
import { C as nt } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
27
27
|
import { I as hr } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
28
|
-
import { d as it } from "../GoalStore-
|
|
29
|
-
import { C as pr, G as mr, M as _r, T as fr } from "../GoalStore-
|
|
28
|
+
import { d as it } from "../GoalStore-TD0BfzWX.mjs";
|
|
29
|
+
import { C as pr, G as mr, M as _r, T as fr } from "../GoalStore-TD0BfzWX.mjs";
|
|
30
30
|
import { C as Sr } from "../CurrencyText-kyC1aseI.mjs";
|
|
31
31
|
import { E as wr } from "../EmptyState-DA_lfRBv.mjs";
|
|
32
|
-
import { L as Cr } from "../ListItemAction-
|
|
33
|
-
import { T as ct } from "../TrendsStore-
|
|
34
|
-
import { L as Dr, S as Ar } from "../TrendsStore-
|
|
32
|
+
import { L as Cr } from "../ListItemAction-DHa3KJPs.mjs";
|
|
33
|
+
import { T as ct } from "../TrendsStore-DCYbpXPO.mjs";
|
|
34
|
+
import { L as Dr, S as Ar } from "../TrendsStore-DCYbpXPO.mjs";
|
|
35
35
|
import { A as Tr, B as Br, I as Ir, N as Nr, T as Mr, a as kr } from "../ToggleListItem-r0Kx56wF.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";
|
|
38
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-1UMNcG67.mjs";
|
|
41
|
-
import { L as Or } from "../LineChart-
|
|
41
|
+
import { L as Or } from "../LineChart-D4GI7nVh.mjs";
|
|
42
42
|
import { S as Lr } from "../StatusBar-BK_uYHAB.mjs";
|
|
43
|
-
import {
|
|
43
|
+
import { D as Hr, a as Fr, O as Wr, b as qr, f as Yr } from "../Dialog-CWW597AF.mjs";
|
|
44
44
|
import { D as gt, a as pt } from "../SingleSegmentDonut-BgbLgwHi.mjs";
|
|
45
45
|
import { S as zr } from "../SingleSegmentDonut-BgbLgwHi.mjs";
|
|
46
|
-
import { D as jr } from "../Drawer-
|
|
47
|
-
import { I as Vr, P as Zr, S as Jr } from "../Account-
|
|
46
|
+
import { D as jr } from "../Drawer-kEE73B87.mjs";
|
|
47
|
+
import { I as Vr, P as Zr, S as Jr } from "../Account-B-CuHOYf.mjs";
|
|
48
48
|
import { b as E } from "../Category-CevNQ03n.mjs";
|
|
49
49
|
import { C as eo, c as so, a as ro, P as oo } from "../Category-CevNQ03n.mjs";
|
|
50
50
|
import { C as no, f as io, b as co, a as lo, g as uo, i as ho } from "../NumberFormatting-Buh7u8Oi.mjs";
|
|
51
|
-
import { R as mt } from "../RecurringTransactionsStore-
|
|
52
|
-
import { S as po, T as mo } from "../RecurringTransactionsStore-
|
|
53
|
-
import { G as fo, C as yo, D as So, W as bo, d as wo, a as xo, i as Co, v as vo, m as Do,
|
|
54
|
-
import { u as Xo } from "../useAccountDisplayName-
|
|
55
|
-
import { u as Ko } from "../useInsightsEnabled-
|
|
51
|
+
import { R as mt } from "../RecurringTransactionsStore-DrzS1LmF.mjs";
|
|
52
|
+
import { S as po, T as mo } from "../RecurringTransactionsStore-DrzS1LmF.mjs";
|
|
53
|
+
import { G as fo, C as yo, D as So, W as bo, d as wo, a as xo, i as Co, v as vo, m as Do, y as Ao, z as Eo, g as To, x as Bo, u as Io, f as No, b as Mo, l as ko, A as $o, t as Ro, n as Po, c as Oo, r as Uo, o as Lo, B as Go, j as Ho, s as Fo, h as Wo, w as qo, p as Yo, q as Qo } from "../hooks-D6XlXHf4.mjs";
|
|
54
|
+
import { u as Xo } from "../useAccountDisplayName-BcRqfar8.mjs";
|
|
55
|
+
import { u as Ko } from "../useInsightsEnabled-DBpwEq10.mjs";
|
|
56
56
|
import { u as Zo } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
57
57
|
import { makeAutoObservable as f, runInAction as p, reaction as _t } from "mobx";
|
|
58
|
-
import { a as ft } from "../AccountStore-
|
|
58
|
+
import { a as ft } from "../AccountStore-D6KiXA1B.mjs";
|
|
59
59
|
import yt from "posthog-js";
|
|
60
60
|
import { B as St } from "../BeatStore-IBnXd4YK.mjs";
|
|
61
61
|
import { endOfMonth as Z } from "date-fns/endOfMonth";
|
|
62
62
|
import { startOfMonth as J } from "date-fns/startOfMonth";
|
|
63
63
|
import { startOfToday as U } from "date-fns/startOfToday";
|
|
64
|
-
import { f as bt, a as wt, b as L } from "../BudgetUtil-
|
|
65
|
-
import { g as ta, e as ea, c as sa, d as ra, i as oa } from "../BudgetUtil-
|
|
66
|
-
import { a as xt } from "../DebtsStore-
|
|
67
|
-
import {
|
|
64
|
+
import { f as bt, a as wt, b as L } from "../BudgetUtil-B2ZXyw-g.mjs";
|
|
65
|
+
import { g as ta, e as ea, c as sa, d as ra, i as oa } from "../BudgetUtil-B2ZXyw-g.mjs";
|
|
66
|
+
import { a as xt } from "../DebtsStore-z3VARSO6.mjs";
|
|
67
|
+
import { a as Ct } from "../FinstrongStore-F2c607dj.mjs";
|
|
68
68
|
import { A as vt, m as Dt, a as At, b as Et } from "../InvestmentUtil-jOyOgzIB.mjs";
|
|
69
69
|
import { M as Tt } from "../MerchantStore-DrFvsUyy.mjs";
|
|
70
|
-
import { N as Bt } from "../NetWorthStore-
|
|
70
|
+
import { N as Bt } from "../NetWorthStore-B_1oulrt.mjs";
|
|
71
71
|
import { a as It } from "../SettingsStore-BcgS_Ohv.mjs";
|
|
72
72
|
import { addMonths as Nt } from "date-fns/addMonths";
|
|
73
73
|
import { getMonth as T } from "date-fns/getMonth";
|
|
74
|
-
import { i as na } from "../DateUtil-
|
|
74
|
+
import { i as na } from "../DateUtil-BcuH7ErC.mjs";
|
|
75
75
|
import { b as ca, a as da, g as la } from "../Localization-2MODESHW.mjs";
|
|
76
76
|
import { alpha as Mt, lighten as G, darken as H } from "@mui/material";
|
|
77
77
|
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,8 +1,4 @@
|
|
|
1
1
|
import { CardStatus } from '../constants/FinStrong';
|
|
2
|
-
import { Transaction } from './Transaction';
|
|
3
|
-
export interface SpendingFeeTransaction {
|
|
4
|
-
transaction: Transaction;
|
|
5
|
-
}
|
|
6
2
|
export interface HealthScore {
|
|
7
3
|
created_at: string;
|
|
8
4
|
debt_score: number;
|
|
@@ -35,26 +31,6 @@ export interface MonthlyHealthScoreAverage {
|
|
|
35
31
|
export interface MonthlyHealthScore {
|
|
36
32
|
monthly_health_score_average: MonthlyHealthScoreAverage[];
|
|
37
33
|
}
|
|
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 DebtSpend {
|
|
53
|
-
transaction: Transaction;
|
|
54
|
-
}
|
|
55
|
-
export interface Income {
|
|
56
|
-
transaction: Transaction;
|
|
57
|
-
}
|
|
58
34
|
export interface HealthScoreReport {
|
|
59
35
|
credit_score_change_effect: number;
|
|
60
36
|
debt_score_point_difference: number | null;
|
|
@@ -93,29 +69,3 @@ export interface HealthScoreReport {
|
|
|
93
69
|
user_guid: string;
|
|
94
70
|
}
|
|
95
71
|
export type KeyIndicatorsCardState = (typeof CardStatus)[keyof typeof CardStatus];
|
|
96
|
-
export declare enum OnboardingSteps {
|
|
97
|
-
ConnectAccounts = 1,
|
|
98
|
-
MonthlyIncome = 2,
|
|
99
|
-
Birthday = 3,
|
|
100
|
-
CreditScore = 4
|
|
101
|
-
}
|
|
102
|
-
export declare enum DurationUnit {
|
|
103
|
-
Months = 1,
|
|
104
|
-
Years = 2,
|
|
105
|
-
Days = 3
|
|
106
|
-
}
|
|
107
|
-
export declare enum ContributeFrequency {
|
|
108
|
-
Monthly = 1,
|
|
109
|
-
BiWeekly = 2,
|
|
110
|
-
Weekly = 3,
|
|
111
|
-
Daily = 4
|
|
112
|
-
}
|
|
113
|
-
export interface SpendTransactions {
|
|
114
|
-
transaction: Transaction;
|
|
115
|
-
}
|
|
116
|
-
export interface AllTransactions {
|
|
117
|
-
income: Income[];
|
|
118
|
-
debtSpend: DebtSpend[];
|
|
119
|
-
spendingFee: Transaction[];
|
|
120
|
-
spend: SpendTransactions[];
|
|
121
|
-
}
|
|
@@ -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 {
|
|
19
|
+
export type { HealthScore, HealthScoreReport, MonthlyHealthScore } 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,23 +6,6 @@ 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
|
-
}
|
|
26
9
|
export interface HealthScoreStatuDetailsCopy {
|
|
27
10
|
building: string;
|
|
28
11
|
stable: string;
|
|
@@ -35,7 +18,6 @@ interface KeyIndicatorBorrow {
|
|
|
35
18
|
credit_score_missing_description: string;
|
|
36
19
|
credit_score_off_track_description: string;
|
|
37
20
|
credit_score_title: string;
|
|
38
|
-
have_manageable_debt_drawer: HaveManageableDebtDrawer;
|
|
39
21
|
manage_debit_fair_description: string;
|
|
40
22
|
manage_debit_good_description: string;
|
|
41
23
|
manage_debit_missing_description: string;
|
|
@@ -49,60 +31,24 @@ interface KeyIndicatorSave {
|
|
|
49
31
|
days_of_cash_missing_description: string;
|
|
50
32
|
days_of_cash_off_track_description: string;
|
|
51
33
|
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;
|
|
60
34
|
emergency_savings_fair_description: string;
|
|
61
35
|
emergency_savings_good_description: string;
|
|
62
36
|
emergency_savings_missing_description: string;
|
|
63
37
|
emergency_savings_off_track_description: string;
|
|
64
38
|
emergency_savings_title: string;
|
|
65
|
-
savings_over_time: string;
|
|
66
39
|
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;
|
|
92
40
|
}
|
|
93
|
-
|
|
41
|
+
interface KeyIndicatorSpend {
|
|
94
42
|
count_card_title: string;
|
|
95
43
|
count_fair_description: string;
|
|
96
44
|
count_good_description: string;
|
|
97
45
|
count_missing_description: string;
|
|
98
46
|
count_off_track_description: string;
|
|
99
|
-
pay_bills_on_time_drawer: PayBillsOnTimeDrawer;
|
|
100
47
|
ratio_card_title: string;
|
|
101
48
|
ratio_fair_description: string;
|
|
102
49
|
ratio_good_description: string;
|
|
103
50
|
ratio_missing_description: string;
|
|
104
51
|
ratio_off_track_description: string;
|
|
105
|
-
spend_less_than_you_make_drawer: SpendLessThanYouMakeDrawer;
|
|
106
52
|
title: string;
|
|
107
53
|
}
|
|
108
54
|
interface ScoreHistoryDrawerTimeline {
|
|
@@ -126,7 +72,6 @@ export interface FinstrongCopy {
|
|
|
126
72
|
connect_more_accounts_button: string;
|
|
127
73
|
connect_more_accounts_description: string;
|
|
128
74
|
connect_more_accounts_title: string;
|
|
129
|
-
connect_more_accounts_to_unlock_a_fuller_understanding_of_your_finances: string;
|
|
130
75
|
connect_more_accounts_to_view_more_accurate_financial_picture: string;
|
|
131
76
|
connect_your_accounts: string;
|
|
132
77
|
connected_account: string;
|
|
@@ -145,7 +90,6 @@ export interface FinstrongCopy {
|
|
|
145
90
|
health_score_zero_title: string;
|
|
146
91
|
health_score_zero_description: string;
|
|
147
92
|
how_do_we_do_this: string;
|
|
148
|
-
in_the_last_90_days_you_spent: string;
|
|
149
93
|
insufficient_data: string;
|
|
150
94
|
key_indicators: string;
|
|
151
95
|
key_indicators_borrow: KeyIndicatorBorrow;
|
|
@@ -158,7 +102,6 @@ export interface FinstrongCopy {
|
|
|
158
102
|
key_indicators_spend: KeyIndicatorSpend;
|
|
159
103
|
missing_data_description: string;
|
|
160
104
|
missing_data_title: string;
|
|
161
|
-
more_accounts: string;
|
|
162
105
|
monthly_income: string;
|
|
163
106
|
profile: string;
|
|
164
107
|
score_history: 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-D6XlXHf4.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-DaFRU5st.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 Te, formatDuration as Ae } from "date-fns";
|
|
|
8
8
|
import { addMonths as le } from "date-fns/addMonths";
|
|
9
9
|
import { fromUnixTime as se } from "date-fns/fromUnixTime";
|
|
10
10
|
import { getUnixTime as ce } from "date-fns/getUnixTime";
|
|
11
|
-
import { D as B, M as Ee, I as Ie } from "../DebtsStore-
|
|
12
|
-
import { a as Fr } from "../DebtsStore-
|
|
11
|
+
import { D as B, M as Ee, I as Ie } from "../DebtsStore-z3VARSO6.mjs";
|
|
12
|
+
import { a as Fr } from "../DebtsStore-z3VARSO6.mjs";
|
|
13
13
|
import { f as M, a as Be } from "../NumberFormatting-Buh7u8Oi.mjs";
|
|
14
|
-
import { f as K,
|
|
15
|
-
import { G as Me,
|
|
14
|
+
import { f as K, D as U } from "../Dialog-CWW597AF.mjs";
|
|
15
|
+
import { G as Me, y as q, u as C, l as V, g as k, d as Z, b as Pe } from "../hooks-D6XlXHf4.mjs";
|
|
16
16
|
import { u as Y } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
17
|
-
import { D as te } from "../Drawer-
|
|
17
|
+
import { D as te } from "../Drawer-kEE73B87.mjs";
|
|
18
18
|
import { b as A } from "../Localization-2MODESHW.mjs";
|
|
19
|
-
import { A as ke, u as Ne } from "../AccountDetailsHeader-
|
|
19
|
+
import { A as ke, u as Ne } from "../AccountDetailsHeader-vcy67tuH.mjs";
|
|
20
20
|
import Fe from "@mui/material/Card";
|
|
21
21
|
import Re from "@mui/material/CardContent";
|
|
22
22
|
import Le from "@mui/material/CardHeader";
|
|
23
23
|
import { LineChart as $e } from "@mui/x-charts";
|
|
24
24
|
import re from "@mui/material/Box";
|
|
25
25
|
import { useTheme as He } from "@mui/material/styles";
|
|
26
|
-
import { A as T, W as Oe } from "../WidgetContainer-
|
|
26
|
+
import { A as T, W as Oe } from "../WidgetContainer-C88Ecu2W.mjs";
|
|
27
27
|
import de from "@mui/material/Tab";
|
|
28
28
|
import We from "@mui/material/Tabs";
|
|
29
29
|
import _e from "@mui/material/List";
|
|
30
30
|
import j from "@mui/material/Divider";
|
|
31
|
-
import { M as Ge, I as je, O as ze } from "../OriginalBalanceAction-
|
|
31
|
+
import { M as Ge, I as je, O as ze } from "../OriginalBalanceAction-CWuVvRq9.mjs";
|
|
32
32
|
import Xe from "@mui/material/TextField";
|
|
33
|
-
import { L as J } from "../ListItemAction-
|
|
34
|
-
import { C as ae } from "../CurrencyInput-
|
|
33
|
+
import { L as J } from "../ListItemAction-DHa3KJPs.mjs";
|
|
34
|
+
import { C as ae } from "../CurrencyInput-DUsQbkXb.mjs";
|
|
35
35
|
import pe from "@mui/material/Alert";
|
|
36
36
|
import me from "@mui/material/AlertTitle";
|
|
37
37
|
import he from "@mui/material/Paper";
|
|
@@ -39,7 +39,7 @@ import { Error as Ve, CheckCircle as ye } from "@mxenabled/mx-icons";
|
|
|
39
39
|
import { T as ue } from "../TabContentContainer-j01JYR_7.mjs";
|
|
40
40
|
import { DataGridPro as Ye } from "@mui/x-data-grid-pro";
|
|
41
41
|
import { H as z } from "../HeaderCell-DjuifqHJ.mjs";
|
|
42
|
-
import { f as Ke } from "../ConnectDrawer-
|
|
42
|
+
import { f as Ke } from "../ConnectDrawer-DaFRU5st.mjs";
|
|
43
43
|
import fe from "@mui/material/Button";
|
|
44
44
|
import Ue from "@mui/material/IconButton";
|
|
45
45
|
import qe 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 g } from "./User-
|
|
3
|
+
import { f as p, D as m } from "./Dialog-CWW597AF.mjs";
|
|
4
|
+
import { T as g } from "./User-BQUxBeZV.mjs";
|
|
5
5
|
function f(e) {
|
|
6
6
|
return new Set(
|
|
7
7
|
e.filter((n) => n.parent_guid !== void 0).map((n) => n.parent_guid)
|
|
@@ -5,11 +5,6 @@ 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>;
|
|
11
8
|
getHealthScoreChangeReports: (startDate: number, endDate: number) => Promise<any>;
|
|
12
9
|
getPeerScore: (birthYear: string) => Promise<any>;
|
|
13
|
-
getSpendingFeeTransactions: () => Promise<any>;
|
|
14
|
-
getStandardSpend: () => Promise<any>;
|
|
15
10
|
}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { SxProps } from '@mui/material/styles';
|
|
2
2
|
interface ConnectMoreAccountsCardProps {
|
|
3
|
-
drawerType?: 'connectDrawer' | 'connectionsDrawer';
|
|
4
3
|
isDashboard?: boolean;
|
|
5
4
|
hasIcon?: boolean;
|
|
6
5
|
buttonText?: string;
|
|
7
6
|
title?: string;
|
|
8
|
-
titleDrawer?: string;
|
|
9
7
|
description?: string;
|
|
10
8
|
sx?: SxProps;
|
|
11
9
|
}
|
|
12
|
-
export declare const ConnectMoreAccountsCard: ({
|
|
10
|
+
export declare const ConnectMoreAccountsCard: ({ isDashboard, hasIcon, buttonText, title, description, sx, }: ConnectMoreAccountsCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
11
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
2
|
+
declare const KeyIndicatorsBorrowTab: React.FC;
|
|
3
|
+
export default KeyIndicatorsBorrowTab;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
interface KeyIndicatorsDrawerProps {
|
|
3
3
|
additionalContent?: React.ReactNode;
|
|
4
|
-
connectTitle?: string;
|
|
5
|
-
connectDescription?: string;
|
|
6
4
|
children?: React.ReactNode;
|
|
7
5
|
description?: string;
|
|
8
6
|
drawerTitle?: string;
|
|
@@ -10,8 +8,7 @@ interface KeyIndicatorsDrawerProps {
|
|
|
10
8
|
loadConnectAccountsCard?: boolean;
|
|
11
9
|
onClose: () => void;
|
|
12
10
|
stickyComponent?: React.ReactNode;
|
|
13
|
-
title?: string
|
|
14
|
-
drawerType?: 'connectDrawer' | 'connectionsDrawer';
|
|
11
|
+
title?: string;
|
|
15
12
|
}
|
|
16
13
|
declare const _default: React.FunctionComponent<React.PropsWithChildren<KeyIndicatorsDrawerProps>>;
|
|
17
14
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
2
|
+
declare const KeyIndicatorsSaveTab: React.FC;
|
|
3
|
+
export default KeyIndicatorsSaveTab;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
2
|
+
declare const KeyIndicatorsSpendTab: React.FC;
|
|
3
|
+
export default KeyIndicatorsSpendTab;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import { KeyIndicatorsTabItemType } from '../constants';
|
|
2
|
+
import { KeyIndicatorsCardState } from '../../common/types/Finstrong';
|
|
4
3
|
interface KeyIndicatorsTabsItemProps {
|
|
5
|
-
drawerFor: KeyIndicatorsTabItemType;
|
|
6
4
|
title: string;
|
|
7
5
|
description: string;
|
|
8
|
-
cardState:
|
|
6
|
+
cardState: KeyIndicatorsCardState;
|
|
7
|
+
stateTitle: string;
|
|
9
8
|
}
|
|
10
9
|
declare const KeyIndicatorsTabsItem: React.FC<KeyIndicatorsTabsItemProps>;
|
|
11
10
|
export default KeyIndicatorsTabsItem;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
declare const
|
|
3
|
-
export default
|
|
2
|
+
declare const KeyIndicatorsTabsWidget: React.FC;
|
|
3
|
+
export default KeyIndicatorsTabsWidget;
|