@mx-cartographer/experiences 3.8.0-alpha.al6 → 3.8.0-alpha.sms10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +21 -0
- package/dist/accounts/ConnectMiniWidget.d.ts +2 -2
- package/dist/accounts/components/ConnectStatus.d.ts +2 -1
- package/dist/accounts/components/ConnectionsDrawer.d.ts +2 -2
- package/dist/accounts/components/detailsdrawer/Accounts/AccountConnection.d.ts +4 -2
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsContent.d.ts +4 -2
- package/dist/accounts/utils/AccountFields.d.ts +3 -3
- package/dist/budgets/components/BubbleBudgets.d.ts +2 -0
- package/dist/budgets/components/bubblechart/Bubble.d.ts +10 -0
- package/dist/budgets/components/bubblechart/Mercury.d.ts +8 -0
- package/dist/budgets/utils/Budget.d.ts +2 -2
- package/dist/budgets/utils/buildBubblesSVG.d.ts +23 -3
- package/dist/cashflow/components/RemainingCash.d.ts +2 -2
- package/dist/common/components/CurrencyInput.d.ts +2 -7
- package/dist/common/components/charts/LineChart.d.ts +0 -1
- package/dist/common/components/charts/linechart/CustomLegend.d.ts +5 -2
- package/dist/common/components/charts/stackedlinechart/CustomAreaTooltip.d.ts +2 -2
- package/dist/common/context/hooks.d.ts +0 -1
- package/dist/common/context/index.d.ts +1 -1
- package/dist/common/stores/GlobalStore.d.ts +0 -2
- package/dist/common/types/Analytics.d.ts +23 -9
- package/dist/common/types/GlobalCopy.d.ts +7 -1
- package/dist/common/types/localization/AccountFilterCopy.d.ts +4 -0
- package/dist/common/types/localization/AccountTypeCopy.d.ts +16 -0
- package/dist/common/types/localization/AccountsCopy.d.ts +113 -0
- package/dist/common/types/localization/BudgetsCopy.d.ts +11 -0
- package/dist/common/types/localization/CashflowCopy.d.ts +7 -1
- package/dist/common/types/localization/CommonCopy.d.ts +9 -1
- package/dist/common/types/localization/ConnectCopy.d.ts +74 -0
- package/dist/common/types/localization/DateRangePickerCopy.d.ts +5 -0
- package/dist/common/types/localization/NotificationsCopy.d.ts +7 -0
- package/dist/common/types/localization/RecurringCopy.d.ts +76 -0
- package/dist/common/types/localization/SpendingCopy.d.ts +16 -0
- package/dist/common/types/localization/TransactionsCopy.d.ts +3 -0
- package/dist/common/types/localization/TrendsCopy.d.ts +6 -1
- package/dist/common/types/localization/index.d.ts +7 -0
- package/dist/common/utils/Fetch.d.ts +1 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.es.js +4753 -4992
- package/dist/index.es.js.map +1 -1
- package/dist/microinsights/analytics.d.ts +2 -2
- package/dist/microinsights/components/insightsmicrowidget/InsightsMicroWidget.d.ts +1 -0
- package/dist/microinsights/stores/AppStore.d.ts +1 -1
- package/dist/microinsights/stores/InsightsMicroWidgetStore.d.ts +9 -3
- package/dist/notifications/components/NotificationBadge.d.ts +2 -2
- package/dist/notifications/components/NotificationList.d.ts +2 -2
- package/dist/recurringactivity/components/ActivityList.d.ts +2 -2
- package/dist/recurringactivity/components/ActivityRow.d.ts +2 -2
- package/dist/recurringactivity/components/ActivityStatus.d.ts +2 -2
- package/dist/recurringactivity/components/activitycalendar/Legend.d.ts +4 -2
- package/dist/recurringactivity/components/shared/ActivitySettings.d.ts +4 -2
- package/dist/recurringactivity/components/shared/activitysettings/AddActivityDetails.d.ts +2 -2
- package/dist/recurringactivity/util/getRecurrence.d.ts +9 -0
- package/dist/recurringactivity/util/getStatus.d.ts +3 -0
- package/dist/spending/components/SpendingDonut.d.ts +2 -2
- package/dist/spending/components/SpendingList.d.ts +2 -2
- package/dist/transactions/components/shared/transactiondetails/Description.d.ts +2 -2
- package/dist/transactions/components/shared/transactiondetails/FlagTransaction.d.ts +2 -2
- package/dist/transactions/components/shared/transactiondetails/actions/DeleteAction.d.ts +2 -2
- package/dist/transactions/components/shared/transactiondetails/actions/DeleteLogoAction.d.ts +2 -2
- package/dist/transactions/components/shared/transactiondetails/actions/HideAction.d.ts +2 -2
- package/dist/transactions/components/shared/transactiondetails/actions/MemoAction.d.ts +2 -2
- package/dist/transactions/components/shared/transactiondetails/actions/SplitAction.d.ts +2 -2
- package/dist/transactions/components/shared/transactiontable/cells/CategoryCell.d.ts +5 -3
- package/dist/transactions/components/shared/transactiontable/cells/FlagCell.d.ts +5 -3
- package/dist/transactions/components/splitmanager/SplitManager.d.ts +2 -2
- package/dist/transactions/components/splitmanager/SplitRow.d.ts +2 -2
- package/dist/transactions/components/tagmanager/Header.d.ts +4 -2
- package/dist/transactions/components/tagmanager/SearchBox.d.ts +2 -2
- package/dist/transactions/components/tagmanager/TagRow.d.ts +2 -2
- package/dist/transactions/components/transactionwidget/actions/EditCategoryAction.d.ts +2 -2
- package/package.json +2 -2
- package/dist/networth/NetWorthWidget.d.ts +0 -5
- package/dist/networth/api/NetWorthApi.d.ts +0 -9
- package/dist/networth/components/NetWorthChart.d.ts +0 -7
- package/dist/networth/components/NetWorthList.d.ts +0 -7
- package/dist/networth/components/NetWorthRow.d.ts +0 -6
- package/dist/networth/index.d.ts +0 -3
- package/dist/networth/stores/NetWorthStore.d.ts +0 -15
- package/dist/networth/types/NetWorth.d.ts +0 -37
- package/dist/networth/utils/NetWorth.d.ts +0 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1
|
+
## [3.8.0] - 10-15-2024
|
2
|
+
|
3
|
+
- **UPDATED** - `Fetch` requests throw errors to be caught and handled upstream
|
4
|
+
- **FIXED** - `MicroInsights` logs user out if 401 error is thrown
|
5
|
+
- **FIXED** - Analytics types
|
6
|
+
|
7
|
+
## [3.7.1] - 10-15-2024
|
8
|
+
|
9
|
+
- **UPDATED** - Bubble chart to resize without re-rendering
|
10
|
+
- **UPDATED** - Bubble chart to be more performant
|
11
|
+
|
12
|
+
## [3.7.0] - 10-15-2024
|
13
|
+
|
14
|
+
- **CHANGED** - Pull Accounts copy from GlobalCopyStore
|
15
|
+
- **CHANGED** - Pull Budgets copy from GlobalCopyStore
|
16
|
+
- **CHANGED** - Pull Connect related copy from GlobalCopyStore
|
17
|
+
- **CHANGED** - Pull Dashboard copy from GlobalCopyStore
|
18
|
+
- **CHANGED** - Pull Notifications copy from GlobalCopyStore
|
19
|
+
- **CHANGED** - Pull Spending copy from GlobalCopyStore
|
20
|
+
- **CHANGED** - Pull Recurring Activity copy from GlobalCopyStore
|
21
|
+
|
1
22
|
## [3.6.3] - 10-08-2024
|
2
23
|
|
3
24
|
- **UPDATED** - Handle localization for `TrendsFullWidget` components
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { default as React } from 'react';
|
2
2
|
import { MiniWidgetProps } from '../common';
|
3
3
|
|
4
|
-
declare const
|
5
|
-
export default
|
4
|
+
declare const _default: React.FunctionComponent<MiniWidgetProps>;
|
5
|
+
export default _default;
|
@@ -5,5 +5,5 @@ interface ConnectionsDrawerProps {
|
|
5
5
|
showConnectionsWidget: boolean;
|
6
6
|
title: string;
|
7
7
|
}
|
8
|
-
declare const
|
9
|
-
export default
|
8
|
+
declare const _default: React.FunctionComponent<ConnectionsDrawerProps>;
|
9
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Account } from '../../common';
|
1
|
+
import { Account, AccountsCopy } from '../../common';
|
2
2
|
|
3
3
|
type SelectOption = {
|
4
4
|
label: string;
|
@@ -16,8 +16,8 @@ export type AccountField = {
|
|
16
16
|
validation?: (val: any) => string;
|
17
17
|
valueFormatter: (val: any) => any;
|
18
18
|
};
|
19
|
-
export declare const getAccountDetailFields: (account: Account) => AccountField[];
|
20
|
-
export declare const getAccountBalanceDetails: (account: Account) => {
|
19
|
+
export declare const getAccountDetailFields: (account: Account, copy: AccountsCopy) => AccountField[];
|
20
|
+
export declare const getAccountBalanceDetails: (account: Account, copy: AccountsCopy) => {
|
21
21
|
firstSubtitle: string;
|
22
22
|
firstValue: number | undefined;
|
23
23
|
secondSubtitle: string | import("react/jsx-runtime").JSX.Element | null;
|
@@ -5,6 +5,8 @@ interface BubbleBudgetsProps {
|
|
5
5
|
isDraggable?: boolean;
|
6
6
|
onClick?: (bubble: BubbleData) => void;
|
7
7
|
shouldShowZeroState: boolean;
|
8
|
+
unavailableHeight?: number;
|
9
|
+
unavailableWidth?: number;
|
8
10
|
}
|
9
11
|
declare const _default: React.FunctionComponent<BubbleBudgetsProps>;
|
10
12
|
export default _default;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { default as React } from 'react';
|
2
|
+
import { BubbleData } from '../BubbleChart';
|
3
|
+
|
4
|
+
interface BubbleProps {
|
5
|
+
bubble: BubbleData;
|
6
|
+
isDraggable: boolean;
|
7
|
+
onClick?: (bubble: BubbleData) => void;
|
8
|
+
}
|
9
|
+
export declare const Bubble: React.FC<BubbleProps>;
|
10
|
+
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Theme } from '@mui/system';
|
2
|
-
import { Budget, Category } from '../../common';
|
2
|
+
import { Budget, BudgetsCopy, Category } from '../../common';
|
3
3
|
import { BubbleData } from '../components/BubbleChart';
|
4
4
|
|
5
5
|
export declare const getBudgetPercentage: (budgetAmount: number, budgetSpent: number) => number;
|
@@ -10,5 +10,5 @@ interface BubbleColors {
|
|
10
10
|
}
|
11
11
|
export declare const getBubbleColors: (budgetAmount: number, budgetSpent: number, theme: Theme) => BubbleColors;
|
12
12
|
export declare const useGetBudgetDifference: () => number;
|
13
|
-
export declare const buildBubbleData: (budgets: Budget[], categories: Category[], theme: Theme) => BubbleData[];
|
13
|
+
export declare const buildBubbleData: (budgets: Budget[], categories: Category[], theme: Theme, copy: BudgetsCopy) => BubbleData[];
|
14
14
|
export {};
|
@@ -1,13 +1,33 @@
|
|
1
|
-
import {
|
1
|
+
import { Simulation } from 'd3';
|
2
2
|
import { SimulationNodeDatum } from 'd3-force';
|
3
3
|
import { BubbleData } from '../components/BubbleChart';
|
4
4
|
import * as d3 from 'd3';
|
5
|
-
type NodeType = Selection<SVGGElement, BubbleData, SVGSVGElement, unknown>;
|
6
5
|
type SimulationType = Simulation<SimulationNodeDatum, undefined>;
|
7
|
-
export declare const buildBubblesSvg: (data: BubbleData[], svgRef: SVGSVGElement, height: number, width: number, isDraggable?: boolean, onClick?: (bubble: BubbleData) => void) => [NodeType, SimulationType];
|
8
6
|
/**
|
9
7
|
* Enables dragging of bubbles
|
10
8
|
* @param simulation D3 Simulation
|
11
9
|
*/
|
12
10
|
export declare const drag: (simulation: SimulationType) => d3.DragBehavior<Element, unknown, unknown>;
|
11
|
+
/**
|
12
|
+
* Provide d values for the arc between the start and end radius based on time
|
13
|
+
* @param data Bubble data
|
14
|
+
*/
|
15
|
+
export declare const arcTween: (data: BubbleData) => (t: number) => string;
|
16
|
+
/**
|
17
|
+
* Enable drag
|
18
|
+
* @param simulation D3 Simulation
|
19
|
+
*/
|
20
|
+
export declare const enableDrag: (simulation: SimulationType) => void;
|
21
|
+
/**
|
22
|
+
* Update location after a resize
|
23
|
+
* @param simulation D3 Simulation
|
24
|
+
* @param height New height
|
25
|
+
* @param width New width
|
26
|
+
*/
|
27
|
+
export declare const resize: (simulation: SimulationType, height: number, width: number) => void;
|
28
|
+
/**
|
29
|
+
* Simulates the chart
|
30
|
+
* @param data All Bubble data for the chart
|
31
|
+
*/
|
32
|
+
export declare const simulate: (data: BubbleData[]) => d3.Simulation<d3.SimulationNodeDatum, undefined>;
|
13
33
|
export {};
|
@@ -1,18 +1,13 @@
|
|
1
1
|
import { default as React } from 'react';
|
2
2
|
import { TextFieldProps as MuiTextFieldProps } from '@mui/material/TextField';
|
3
|
+
import { CurrencyInputCopy } from '../types';
|
3
4
|
|
4
|
-
type CopyObject = {
|
5
|
-
error_amount_is_invalid: string;
|
6
|
-
error_amount_must_be_equal_to: string;
|
7
|
-
error_amount_must_be_less_than_or_equal_to: string;
|
8
|
-
enter_amount: string;
|
9
|
-
};
|
10
5
|
type CurrencyInputProps = {
|
11
6
|
allowDecimals?: boolean;
|
12
7
|
amountIsRequired?: boolean;
|
13
8
|
ariaLabel?: string;
|
14
9
|
amount: string | number;
|
15
|
-
copy?:
|
10
|
+
copy?: CurrencyInputCopy;
|
16
11
|
customValidate?: () => boolean;
|
17
12
|
errorText?: string;
|
18
13
|
label?: string;
|
@@ -1,5 +1,8 @@
|
|
1
|
-
|
1
|
+
declare const _default: (({ series, average, style, }: {
|
2
2
|
average: number;
|
3
3
|
series: any[];
|
4
4
|
style: any;
|
5
|
-
}) => import("react/jsx-runtime").JSX.Element
|
5
|
+
}) => import("react/jsx-runtime").JSX.Element) & {
|
6
|
+
displayName: string;
|
7
|
+
};
|
8
|
+
export default _default;
|
@@ -4,7 +4,7 @@ type DataPoint = {
|
|
4
4
|
x: string | number;
|
5
5
|
y: number;
|
6
6
|
};
|
7
|
-
|
7
|
+
declare const _default: React.FunctionComponent<{
|
8
8
|
categoryGuid: string;
|
9
9
|
hoveredAreaData: DataPoint[];
|
10
10
|
cursorPosition: {
|
@@ -13,4 +13,4 @@ export declare const CustomAreaTooltip: React.FC<{
|
|
13
13
|
};
|
14
14
|
chartContainerRef: React.RefObject<HTMLDivElement>;
|
15
15
|
}>;
|
16
|
-
export
|
16
|
+
export default _default;
|
@@ -9,7 +9,6 @@ export declare const useGlobalUiStore: () => import('../stores/GlobalUiStore').G
|
|
9
9
|
export declare const useGlobalCopyStore: () => import('..').GlobalCopy;
|
10
10
|
export declare const useGoalStore: () => import('..').GlobalStore;
|
11
11
|
export declare const useMerchantStore: () => import('../..').MerchantStore;
|
12
|
-
export declare const useNetWorthStore: () => import('../../networth/stores/NetWorthStore').NetWorthStore;
|
13
12
|
export declare const useNotificationStore: () => import('../..').NotificationStore;
|
14
13
|
export declare const useRecurringActivityStore: () => import('../..').RecurringActivityStore;
|
15
14
|
export declare const useTransactionStore: () => import('../..').TransactionStore;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export { useAccountStore, useBudgetsStore, useCashflowStore, useCategoryStore, useEvent, useGlobalStore, useGlobalUiStore, useGlobalCopyStore, useMerchantStore,
|
1
|
+
export { useAccountStore, useBudgetsStore, useCashflowStore, useCategoryStore, useEvent, useGlobalStore, useGlobalUiStore, useGlobalCopyStore, useMerchantStore, useNotificationStore, usePageView, useRecurringActivityStore, useTransactionStore, useUserStore, useWidgetContainerProvider, } from './hooks';
|
2
2
|
export { GlobalDataContext, GlobalDataProvider } from './GlobalDataProvider';
|
3
3
|
export { WidgetContainerContext, WidgetContainerProvider } from './WidgetContainerProvider';
|
@@ -11,7 +11,6 @@ import { RecurringActivityStore } from '../../recurringactivity';
|
|
11
11
|
import { TransactionStore } from '../../transactions';
|
12
12
|
import { UserStore } from './UserStore';
|
13
13
|
import { GlobalCopyStore } from './GlobalCopyStore';
|
14
|
-
import { NetWorthStore } from '../../networth/stores/NetWorthStore';
|
15
14
|
|
16
15
|
export declare class GlobalStore {
|
17
16
|
accountStore: AccountStore;
|
@@ -22,7 +21,6 @@ export declare class GlobalStore {
|
|
22
21
|
connectStore: ConnectStore;
|
23
22
|
copyStore: GlobalCopyStore;
|
24
23
|
merchantStore: MerchantStore;
|
25
|
-
netWorthStore: NetWorthStore;
|
26
24
|
notificationStore: NotificationStore;
|
27
25
|
recurringActivityStore: RecurringActivityStore;
|
28
26
|
transactionStore: TransactionStore;
|
@@ -11,20 +11,25 @@ export type AnalyticsEvent = {
|
|
11
11
|
name: string;
|
12
12
|
session_id: string;
|
13
13
|
user_agent: string;
|
14
|
+
value: string | null;
|
14
15
|
version: number;
|
15
16
|
};
|
16
17
|
};
|
17
18
|
export type AnalyticsPageview = {
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
19
|
+
analytics_pageview: {
|
20
|
+
app_version: string;
|
21
|
+
created_at: string;
|
22
|
+
detailed_path: string;
|
23
|
+
host: string;
|
24
|
+
metadata: string | null;
|
25
|
+
name: string;
|
26
|
+
path: string;
|
27
|
+
session_id: string;
|
28
|
+
user_agent: string;
|
29
|
+
};
|
25
30
|
};
|
26
|
-
export type BasicAnalyticsEvent = Pick<AnalyticsEvent['analytics_event'], 'action' | 'category' | 'label'>;
|
27
|
-
export type BasicAnalyticsPageview = Pick<AnalyticsPageview, '
|
31
|
+
export type BasicAnalyticsEvent = Pick<AnalyticsEvent['analytics_event'], 'action' | 'category' | 'label' | 'value'>;
|
32
|
+
export type BasicAnalyticsPageview = Pick<AnalyticsPageview['analytics_pageview'], 'name' | 'detailed_path' | 'metadata' | 'path'>;
|
28
33
|
export type AnalyticsSession = {
|
29
34
|
browser_name: string;
|
30
35
|
browser_version: string;
|
@@ -35,3 +40,12 @@ export type AnalyticsSession = {
|
|
35
40
|
};
|
36
41
|
export type AnalyticEventFunction = (event: string, session?: Awaited<ReturnType<typeof analyticsSession>> | null) => void;
|
37
42
|
export type AnalyticPageviewFunction = (page: string, session?: Awaited<ReturnType<typeof analyticsSession>> | null) => void;
|
43
|
+
export interface AnalyticsEventsObjectType extends BasicAnalyticsEvent {
|
44
|
+
instanceId: string;
|
45
|
+
}
|
46
|
+
export interface AnalyticsPageviewObjectType extends BasicAnalyticsPageview {
|
47
|
+
label: string;
|
48
|
+
name: string;
|
49
|
+
path: string;
|
50
|
+
value: string;
|
51
|
+
}
|
@@ -1,11 +1,17 @@
|
|
1
|
-
import { CashflowCopy, CategoryCopy, CommonCopy, InsightsFeedCopy, MicroInsightsCopy, TransactionsCopy, TrendsCopy } from './localization';
|
1
|
+
import { AccountsCopy, BudgetsCopy, CashflowCopy, CategoryCopy, CommonCopy, ConnectCopy, InsightsFeedCopy, MicroInsightsCopy, NotificationsCopy, RecurringCopy, SpendingCopy, TransactionsCopy, TrendsCopy } from './localization';
|
2
2
|
|
3
3
|
export interface GlobalCopy {
|
4
|
+
accounts: AccountsCopy;
|
5
|
+
budgets: BudgetsCopy;
|
4
6
|
cashflow: CashflowCopy;
|
5
7
|
categories: CategoryCopy;
|
6
8
|
common: CommonCopy;
|
9
|
+
connect: ConnectCopy;
|
7
10
|
insights_feed: InsightsFeedCopy;
|
8
11
|
micro_insights: MicroInsightsCopy;
|
12
|
+
notifications: NotificationsCopy;
|
13
|
+
recurring: RecurringCopy;
|
14
|
+
spending: SpendingCopy;
|
9
15
|
transactions: TransactionsCopy;
|
10
16
|
trends: TrendsCopy;
|
11
17
|
}
|
@@ -1,7 +1,11 @@
|
|
1
1
|
export interface AccountFilterCopy {
|
2
|
+
account_type_accounts: string;
|
2
3
|
filter_button_aria: string;
|
3
4
|
filter_button_generic_aria: string;
|
5
|
+
select_all_accounts: string;
|
4
6
|
title: string;
|
7
|
+
toggle_account_type_accounts: string;
|
8
|
+
unselect_all_accounts: string;
|
5
9
|
zero_state_button: string;
|
6
10
|
zero_state_description: string;
|
7
11
|
zero_state_title: string;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
export interface AccountTypeCopy {
|
2
|
+
any: string;
|
3
|
+
cash: string;
|
4
|
+
checking: string;
|
5
|
+
checking_line_of_credit: string;
|
6
|
+
credit_card: string;
|
7
|
+
digital_wallet: string;
|
8
|
+
insurance: string;
|
9
|
+
investment: string;
|
10
|
+
line_of_credit: string;
|
11
|
+
loan: string;
|
12
|
+
mortgage: string;
|
13
|
+
prepaid: string;
|
14
|
+
property: string;
|
15
|
+
savings: string;
|
16
|
+
}
|
@@ -0,0 +1,113 @@
|
|
1
|
+
export interface AccountsCopy {
|
2
|
+
account_balance: string;
|
3
|
+
account_details: string;
|
4
|
+
account_name: string;
|
5
|
+
account_type: string;
|
6
|
+
account_type_accounts: {
|
7
|
+
[key: string | number]: string;
|
8
|
+
0: string;
|
9
|
+
1: string;
|
10
|
+
2: string;
|
11
|
+
3: string;
|
12
|
+
4: string;
|
13
|
+
5: string;
|
14
|
+
6: string;
|
15
|
+
7: string;
|
16
|
+
8: string;
|
17
|
+
9: string;
|
18
|
+
10: string;
|
19
|
+
11: string;
|
20
|
+
12: string;
|
21
|
+
13: string;
|
22
|
+
};
|
23
|
+
account_types: {
|
24
|
+
[key: string | number]: string;
|
25
|
+
0: string;
|
26
|
+
1: string;
|
27
|
+
2: string;
|
28
|
+
3: string;
|
29
|
+
4: string;
|
30
|
+
5: string;
|
31
|
+
6: string;
|
32
|
+
7: string;
|
33
|
+
8: string;
|
34
|
+
9: string;
|
35
|
+
10: string;
|
36
|
+
11: string;
|
37
|
+
12: string;
|
38
|
+
13: string;
|
39
|
+
};
|
40
|
+
actions: string;
|
41
|
+
apr: string;
|
42
|
+
apy: string;
|
43
|
+
available_balance: string;
|
44
|
+
available_credit: string;
|
45
|
+
close_aria: string;
|
46
|
+
close_account_details_aria: string;
|
47
|
+
close_drawer: string;
|
48
|
+
close_modal: string;
|
49
|
+
confirm_mark_as_open: string;
|
50
|
+
confirm_mark_closed: string;
|
51
|
+
confirm_merge: string;
|
52
|
+
connection_status: string;
|
53
|
+
credit_limit: string;
|
54
|
+
current_balance: string;
|
55
|
+
day_of_every_month: string;
|
56
|
+
day_payment_due: string;
|
57
|
+
edit_field: string;
|
58
|
+
eligible_accounts: string;
|
59
|
+
enter_amount: string;
|
60
|
+
enter_value: string;
|
61
|
+
error_amount_is_invalid: string;
|
62
|
+
error_amount_must_be_equal_to: string;
|
63
|
+
error_amount_must_be_less_than_or_equal_to: string;
|
64
|
+
exclude_this_account: string;
|
65
|
+
field_is_required: string;
|
66
|
+
hide_Account: string;
|
67
|
+
if_a_connected_account_is_showing_up_twice: string;
|
68
|
+
include_this_account: string;
|
69
|
+
institution_logo_alt: string;
|
70
|
+
interest_rate: string;
|
71
|
+
is_closed: string;
|
72
|
+
is_hidden: string;
|
73
|
+
manage_connection: string;
|
74
|
+
manage_connections: string;
|
75
|
+
mark_as_closed: string;
|
76
|
+
mark_as_duplicate: string;
|
77
|
+
mark_as_open: string;
|
78
|
+
minimum_payment: string;
|
79
|
+
mini_title: string;
|
80
|
+
next_payment: string;
|
81
|
+
no_accounts: string;
|
82
|
+
original_balance: string;
|
83
|
+
payment_due_on: string;
|
84
|
+
personal: string;
|
85
|
+
primary_cta: string;
|
86
|
+
property_type: string;
|
87
|
+
property_types: {
|
88
|
+
[key: string | number]: string;
|
89
|
+
0: string;
|
90
|
+
1: string;
|
91
|
+
2: string;
|
92
|
+
3: string;
|
93
|
+
4: string;
|
94
|
+
5: string;
|
95
|
+
6: string;
|
96
|
+
7: string;
|
97
|
+
8: string;
|
98
|
+
9: string;
|
99
|
+
};
|
100
|
+
save: string;
|
101
|
+
select_value: string;
|
102
|
+
sync_accounts: string;
|
103
|
+
this_action_cannot_be_undone: string;
|
104
|
+
this_means_accounts_will_be_merged: string;
|
105
|
+
this_will_resume_updating_the_balance: string;
|
106
|
+
this_will_set_the_account_balance_to_0: string;
|
107
|
+
this_will_set_the_balance_of_your_account: string;
|
108
|
+
title: string;
|
109
|
+
transaction_drawer_title: string;
|
110
|
+
transactions: string;
|
111
|
+
transactions_and_details_aria: string;
|
112
|
+
unhide_account: string;
|
113
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export interface BudgetsCopy {
|
2
|
+
budget_remaining_left: string;
|
3
|
+
budget_remaining_over: string;
|
4
|
+
budgets_title: string;
|
5
|
+
details_cta: string;
|
6
|
+
get_started_cta: string;
|
7
|
+
left_in_budgets: string;
|
8
|
+
overspent_in_budgets: string;
|
9
|
+
zero_state_description: string;
|
10
|
+
zero_state_title: string;
|
11
|
+
}
|
@@ -22,7 +22,8 @@ export interface CashflowCopy extends AccountFilterCopy {
|
|
22
22
|
cashflow_settings: string;
|
23
23
|
cashflow_summary_and_details: string;
|
24
24
|
cashflow_title: string;
|
25
|
-
|
25
|
+
close_manage_income_aria: string;
|
26
|
+
close_settings_aria: string;
|
26
27
|
confirm_error: string;
|
27
28
|
confirm_income_button: string;
|
28
29
|
current_balance: string;
|
@@ -38,6 +39,7 @@ export interface CashflowCopy extends AccountFilterCopy {
|
|
38
39
|
institution_logo: string;
|
39
40
|
loading_description: string;
|
40
41
|
loading_title: string;
|
42
|
+
manage_income: string;
|
41
43
|
monthly: string;
|
42
44
|
next_month_aria: string;
|
43
45
|
next_pay_date_label: string;
|
@@ -50,12 +52,16 @@ export interface CashflowCopy extends AccountFilterCopy {
|
|
50
52
|
projected_monthly_income: string;
|
51
53
|
recent_pay_date_label: string;
|
52
54
|
remaining: string;
|
55
|
+
remaining_income_tooltip_title: string;
|
56
|
+
remaining_income_tooltip_body: string;
|
53
57
|
remaining_cash: string;
|
54
58
|
second_pay_date_label: string;
|
55
59
|
semi_monthly: string;
|
56
60
|
skip_button: string;
|
57
61
|
sub_title: string;
|
58
62
|
summary: string;
|
63
|
+
table_tooltip_title: string;
|
64
|
+
table_tooltip_body: string;
|
59
65
|
title: string;
|
60
66
|
to_be_paid_out: string;
|
61
67
|
to_be_received: string;
|
@@ -1,7 +1,10 @@
|
|
1
|
-
import { AccountFilterCopy, CurrencyInputCopy, DateRangePickerCopy } from './';
|
1
|
+
import { AccountFilterCopy, AccountTypeCopy, CurrencyInputCopy, DateRangePickerCopy } from './';
|
2
2
|
|
3
3
|
export interface CommonCopy {
|
4
4
|
account_filter: AccountFilterCopy;
|
5
|
+
account_type: AccountTypeCopy;
|
6
|
+
average: string;
|
7
|
+
back_to_dashboard: string;
|
5
8
|
cancel_button: string;
|
6
9
|
cancel_search_aria: string;
|
7
10
|
close_aria: string;
|
@@ -10,6 +13,10 @@ export interface CommonCopy {
|
|
10
13
|
date_range_picker: DateRangePickerCopy;
|
11
14
|
delete_button: string;
|
12
15
|
filter_button: string;
|
16
|
+
good_afternoon: string;
|
17
|
+
good_evening: string;
|
18
|
+
good_morning: string;
|
19
|
+
heres_your_spending_overview: string;
|
13
20
|
hide_button: string;
|
14
21
|
save_button: string;
|
15
22
|
search: string;
|
@@ -18,5 +25,6 @@ export interface CommonCopy {
|
|
18
25
|
search_placeholder: string;
|
19
26
|
search_zero_state: string;
|
20
27
|
settings: string;
|
28
|
+
six_month_total: string;
|
21
29
|
unhide_button: string;
|
22
30
|
}
|
@@ -0,0 +1,74 @@
|
|
1
|
+
export interface ConnectCopy {
|
2
|
+
close_connections_aria: string;
|
3
|
+
close_manage_connection_aria: string;
|
4
|
+
connection_messages: {
|
5
|
+
challenged_connection_description: string;
|
6
|
+
challenged_connection_title: string;
|
7
|
+
challenged_cta: string;
|
8
|
+
closed_connection_description: string;
|
9
|
+
closed_connection_title: string;
|
10
|
+
degraded_connection_description: string;
|
11
|
+
degraded_connection_title: string;
|
12
|
+
delayed_connection_description: string;
|
13
|
+
delayed_connection_title: string;
|
14
|
+
denied_connection_description: string;
|
15
|
+
denied_connection_title: string;
|
16
|
+
denied_cta: string;
|
17
|
+
disabled_connection_description: string;
|
18
|
+
disabled_connection_title: string;
|
19
|
+
disconnected_connection_description: string;
|
20
|
+
disconnected_connection_title: string;
|
21
|
+
discontinued_connection_description: string;
|
22
|
+
discontinued_connection_title: string;
|
23
|
+
expired_connection_description: string;
|
24
|
+
expired_connection_title: string;
|
25
|
+
expired_cta: string;
|
26
|
+
failed_connection_description: string;
|
27
|
+
failed_connection_title: string;
|
28
|
+
impaired_connection_description: string;
|
29
|
+
impaired_connection_title: string;
|
30
|
+
impaired_cta: string;
|
31
|
+
impeded_connection_description: string;
|
32
|
+
impeded_connection_title: string;
|
33
|
+
imported_connection_description: string;
|
34
|
+
imported_connection_title: string;
|
35
|
+
imported_cta: string;
|
36
|
+
locked_connection_description: string;
|
37
|
+
locked_connection_title: string;
|
38
|
+
locked_cta: string;
|
39
|
+
prevented_connection_description: string;
|
40
|
+
prevented_connection_title: string;
|
41
|
+
prevented_cta: string;
|
42
|
+
rejected_connection_description: string;
|
43
|
+
rejected_connection_title: string;
|
44
|
+
rejected_cta: string;
|
45
|
+
};
|
46
|
+
connection_statuses: {
|
47
|
+
[key: string | number]: string;
|
48
|
+
1: string;
|
49
|
+
2: string;
|
50
|
+
3: string;
|
51
|
+
4: string;
|
52
|
+
5: string;
|
53
|
+
6: string;
|
54
|
+
7: string;
|
55
|
+
9: string;
|
56
|
+
10: string;
|
57
|
+
11: string;
|
58
|
+
12: string;
|
59
|
+
13: string;
|
60
|
+
14: string;
|
61
|
+
16: string;
|
62
|
+
17: string;
|
63
|
+
19: string;
|
64
|
+
20: string;
|
65
|
+
};
|
66
|
+
last_updated_at: string;
|
67
|
+
loading: string;
|
68
|
+
mini_title: string;
|
69
|
+
mini_widget_content: string;
|
70
|
+
oops: string;
|
71
|
+
primary_cta: string;
|
72
|
+
today: string;
|
73
|
+
yesterday: string;
|
74
|
+
}
|
@@ -9,7 +9,12 @@ export interface DateRangePickerCopy {
|
|
9
9
|
last_year: string;
|
10
10
|
next_aria: string;
|
11
11
|
previous_aria: string;
|
12
|
+
range_3_months: string;
|
13
|
+
range_6_months: string;
|
14
|
+
range_9_months: string;
|
15
|
+
range_12_months: string;
|
12
16
|
select: string;
|
17
|
+
select_a_date: string;
|
13
18
|
select_range: string;
|
14
19
|
this_month: string;
|
15
20
|
to: string;
|