@mx-cartographer/experiences 3.8.0-alpha.al7 → 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 -4991
- 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
@@ -0,0 +1,76 @@
|
|
1
|
+
export interface RecurringCopy {
|
2
|
+
account: string;
|
3
|
+
activity_payment_date: string;
|
4
|
+
activity_schedule: string;
|
5
|
+
add_expense: string;
|
6
|
+
add_expense_description: string;
|
7
|
+
add_income: string;
|
8
|
+
add_income_description: string;
|
9
|
+
add_new: string;
|
10
|
+
anually: string;
|
11
|
+
anually_ordinal: string;
|
12
|
+
category: string;
|
13
|
+
close_drawer_aria: string;
|
14
|
+
day_transactions: string;
|
15
|
+
delete_expense_title: string;
|
16
|
+
delete_expense_description: string;
|
17
|
+
delete_income_title: string;
|
18
|
+
delete_income_description: string;
|
19
|
+
deposits: string;
|
20
|
+
every_other_month: string;
|
21
|
+
every_other_month_ordinal: string;
|
22
|
+
every_other_quarter: string;
|
23
|
+
every_other_quarter_ordinal: string;
|
24
|
+
every_other_week: string;
|
25
|
+
every_other_week_ordinal: string;
|
26
|
+
expected: string;
|
27
|
+
expense_date_label: string;
|
28
|
+
expense_schedule: string;
|
29
|
+
expense_details: string;
|
30
|
+
expense: string;
|
31
|
+
expenses: string;
|
32
|
+
frequency: string;
|
33
|
+
frequency_every_week: string;
|
34
|
+
frequency_every_other_week: string;
|
35
|
+
frequency_every_month: string;
|
36
|
+
frequency_every_other_month: string;
|
37
|
+
frequency_every_quarter: string;
|
38
|
+
frequency_every_other_quarter: string;
|
39
|
+
frequency_every_year: string;
|
40
|
+
frequency_title: string;
|
41
|
+
income: string;
|
42
|
+
income_date_label: string;
|
43
|
+
income_details: string;
|
44
|
+
income_schedule: string;
|
45
|
+
manage_expenses: string;
|
46
|
+
manage_income: string;
|
47
|
+
mini_title: string;
|
48
|
+
missed: string;
|
49
|
+
missed_on: string;
|
50
|
+
monthly: string;
|
51
|
+
monthly_ordinal: string;
|
52
|
+
next_expense_date: string;
|
53
|
+
next_payment_date: string;
|
54
|
+
no_activities: string;
|
55
|
+
paid: string;
|
56
|
+
paid_activity: string;
|
57
|
+
paid_on: string;
|
58
|
+
paid_transactions: string;
|
59
|
+
primary_cta: string;
|
60
|
+
quarterly: string;
|
61
|
+
quarterly_ordinal: string;
|
62
|
+
reset: string;
|
63
|
+
select_transaction_search_aria: string;
|
64
|
+
select_transaction_search_cancel_aria: string;
|
65
|
+
select_transaction_search_placeholder: string;
|
66
|
+
settings: string;
|
67
|
+
sub_title: string;
|
68
|
+
title: string;
|
69
|
+
transaction_details_drawer_title: string;
|
70
|
+
upcoming: string;
|
71
|
+
upcoming_activity: string;
|
72
|
+
upcoming_on: string;
|
73
|
+
unknown: string;
|
74
|
+
weekly: string;
|
75
|
+
weekly_ordinal: string;
|
76
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
export interface SpendingCopy {
|
2
|
+
by_category: string;
|
3
|
+
close_drawer_aria: string;
|
4
|
+
income_tab_title: string;
|
5
|
+
mini_title: string;
|
6
|
+
primary_cta: string;
|
7
|
+
spend_tab_title: string;
|
8
|
+
transactions_drawer_title: string;
|
9
|
+
transaction_details_drawer_title: string;
|
10
|
+
title: string;
|
11
|
+
total: string;
|
12
|
+
total_amount: string;
|
13
|
+
total_income: string;
|
14
|
+
total_spending: string;
|
15
|
+
view_transactions: string;
|
16
|
+
}
|
@@ -29,6 +29,8 @@ export interface TransactionsCopy {
|
|
29
29
|
hide_trnx_desc_unhiding: string;
|
30
30
|
hide_trnx_subtitle_hide_trnx: string;
|
31
31
|
hide_trnx_subtitle_unhide_trnx: string;
|
32
|
+
is_hidden: string;
|
33
|
+
is_flagged: string;
|
32
34
|
manual_transaction_credit_button_label: string;
|
33
35
|
manual_transaction_credit_button_tooltip: string;
|
34
36
|
manual_transaction_debit_button_label: string;
|
@@ -72,6 +74,7 @@ export interface TransactionsCopy {
|
|
72
74
|
tags_title: string;
|
73
75
|
tags_update_the_tag_name: string;
|
74
76
|
tags_your_tags: string;
|
77
|
+
transaction_status: string;
|
75
78
|
transactions_title: string;
|
76
79
|
zero_state_no_transactions: string;
|
77
80
|
zero_state_there_are_no_transactions: string;
|
@@ -1,10 +1,17 @@
|
|
1
1
|
export type { AccountFilterCopy } from './AccountFilterCopy';
|
2
|
+
export type { AccountsCopy } from './AccountsCopy';
|
3
|
+
export type { AccountTypeCopy } from './AccountTypeCopy';
|
4
|
+
export type { BudgetsCopy } from './BudgetsCopy';
|
2
5
|
export type { CashflowCopy } from './CashflowCopy';
|
3
6
|
export type { CategoryCopy } from './CategoryCopy';
|
4
7
|
export type { CommonCopy } from './CommonCopy';
|
8
|
+
export type { ConnectCopy } from './ConnectCopy';
|
5
9
|
export type { CurrencyInputCopy } from './CurrencyInputCopy';
|
6
10
|
export type { DateRangePickerCopy } from './DateRangePickerCopy';
|
7
11
|
export type { InsightsFeedCopy } from './InsightsFeedCopy';
|
8
12
|
export type { MicroInsightsCopy } from './MicroInsightsCopy';
|
13
|
+
export type { NotificationsCopy } from './NotificationsCopy';
|
14
|
+
export type { RecurringCopy } from './RecurringCopy';
|
15
|
+
export type { SpendingCopy } from './SpendingCopy';
|
9
16
|
export type { TransactionsCopy } from './TransactionsCopy';
|
10
17
|
export type { TrendsCopy } from './TrendsCopy';
|
@@ -1,8 +1,7 @@
|
|
1
1
|
export declare class Fetch {
|
2
2
|
endpoint: string;
|
3
3
|
headers: {};
|
4
|
-
|
5
|
-
constructor(endpoint: string, token: string, propagateError?: boolean);
|
4
|
+
constructor(endpoint: string, token: string);
|
6
5
|
get: (url: string) => Promise<any>;
|
7
6
|
post: (url: string, data?: any) => Promise<any>;
|
8
7
|
put: (url: string, data: any) => Promise<any>;
|
package/dist/index.d.ts
CHANGED