@mx-cartographer/experiences 7.2.16-alpha.mm0 → 8.0.0-alpha.bb1
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-vp_TAbGt.mjs → Account-Bxw0_4FU.mjs} +1 -1
- package/dist/{AccountDetailsContent-CsH1w_GZ.mjs → AccountDetailsContent-CAM9y39M.mjs} +6 -6
- package/dist/{AccountDetailsHeader-Df1JkzYi.mjs → AccountDetailsHeader-JtSX6Uf9.mjs} +4 -4
- package/dist/{AccountFields-DUToRRqW.mjs → AccountFields-C9FlatNb.mjs} +2 -2
- package/dist/{AccountListItem-CeY_WIpj.mjs → AccountListItem-JFMZROh7.mjs} +7 -7
- package/dist/{AccountStore-BkoLK9Tq.mjs → AccountStore-BgNOyMdp.mjs} +74 -100
- package/dist/Accounts-BRf_YeTf.mjs +27 -0
- package/dist/CategoryStore-yHI0hWmK.mjs +174 -0
- package/dist/CategoryUtil-pZRIYOgN.mjs +80 -0
- package/dist/{ConnectDrawer-Bw5s6Dw1.mjs → ConnectDrawer-BQNs-hjk.mjs} +9 -9
- package/dist/{ConnectionsDrawer-BDvVuJQf.mjs → ConnectionsDrawer-ByGQE7D5.mjs} +3 -3
- package/dist/{DebtsStore-BD_XwsI7.mjs → DebtsStore-C9bblOgW.mjs} +1 -1
- package/dist/{GoalStore-DZ_Jvsa_.mjs → GoalStore-D-aB35SY.mjs} +151 -111
- package/dist/{ManageIncome-CV-bGuR-.mjs → ManageIncome-1s_q5W4X.mjs} +3 -3
- package/dist/{NetWorthStore-D1NiDUcc.mjs → NetWorthStore-DCsTZpuS.mjs} +2 -2
- package/dist/{NotificationSettings-5i3IywCi.mjs → NotificationSettings-DqrkNMod.mjs} +236 -238
- package/dist/{NotificationStore-C6PH6MKm.mjs → NotificationStore-BxP_P2dA.mjs} +23 -15
- package/dist/{RecurringSettings-G6_BbsIF.mjs → RecurringSettings-A_rAGCTP.mjs} +3 -3
- package/dist/{RecurringTransactions-ej39mgA6.mjs → RecurringTransactions-DK8dWldr.mjs} +3 -3
- package/dist/{RecurringTransactionsStore-DrzS1LmF.mjs → RecurringTransactionsStore-C4YOD7_D.mjs} +29 -26
- package/dist/{TransactionDetails-CDtya0KS.mjs → TransactionDetails-oP1eSuiS.mjs} +1 -1
- package/dist/TransactionStore-ai3uII_r.mjs +690 -0
- package/dist/{WidgetContainer-EbrN1oIo.mjs → WidgetContainer-BHWANqT4.mjs} +1 -1
- package/dist/accounts/components/AccountsWidgetContent.d.ts +3 -0
- package/dist/accounts/index.es.js +184 -174
- package/dist/accounts/stores/AccountStore.d.ts +25 -22
- package/dist/accounts/utils/Accounts.d.ts +2 -1
- package/dist/budgets/index.es.js +499 -501
- package/dist/budgets/store/BudgetsStore.d.ts +1 -0
- package/dist/cashflow/index.es.js +382 -384
- package/dist/categories/index.es.js +1 -1
- package/dist/categories/stores/CategoryStore.d.ts +5 -1
- package/dist/categories/util/CategoryUtil.d.ts +3 -2
- package/dist/common/index.es.js +206 -214
- package/dist/common/stores/AppDataStore.d.ts +3 -1
- package/dist/common/stores/GlobalCopyStore.d.ts +0 -1
- package/dist/common/stores/GlobalStore.d.ts +3 -3
- package/dist/common/stores/UserStore.d.ts +3 -2
- package/dist/common/types/Account.d.ts +9 -6
- package/dist/dashboard/index.es.js +1 -1
- package/dist/debts/index.es.js +375 -377
- package/dist/finstrong/index.es.js +415 -417
- package/dist/goals/index.es.js +557 -559
- package/dist/goals/stores/GoalStore.d.ts +17 -4
- package/dist/help/index.es.js +1 -1
- package/dist/investments/index.es.js +435 -437
- package/dist/investments/stores/HoldingStore.d.ts +1 -0
- package/dist/networth/index.es.js +172 -174
- package/dist/notifications/index.es.js +3 -3
- package/dist/notifications/stores/NotificationStore.d.ts +3 -1
- package/dist/recurringtransactions/index.es.js +173 -175
- package/dist/recurringtransactions/stores/RecurringTransactionsStore.d.ts +3 -2
- package/dist/settings/index.es.js +279 -285
- package/dist/spending/index.es.js +281 -283
- package/dist/transactions/index.es.js +6 -6
- package/dist/transactions/stores/TransactionStore.d.ts +21 -77
- package/dist/trends/index.es.js +4 -4
- package/dist/{useAccountDisplayName-jS05A6-6.mjs → useAccountDisplayName-BUAApBIb.mjs} +1 -1
- package/package.json +4 -4
- package/dist/Accounts-C1QxUB-e.mjs +0 -9
- package/dist/CategoryStore-BCcpI3oJ.mjs +0 -183
- package/dist/CategoryUtil-BR3H5i6n.mjs +0 -78
- package/dist/TransactionStore-DxPLdF3B.mjs +0 -677
|
@@ -7,6 +7,7 @@ export declare class AppDataStore {
|
|
|
7
7
|
api: AppDataApi;
|
|
8
8
|
bannerApi: BannerApi;
|
|
9
9
|
appData: AppData;
|
|
10
|
+
isAppDataLoaded: boolean;
|
|
10
11
|
banner: Banner;
|
|
11
12
|
constructor(globalStore: GlobalStore);
|
|
12
13
|
get appConfig(): AppConfig;
|
|
@@ -15,7 +16,8 @@ export declare class AppDataStore {
|
|
|
15
16
|
get user(): User;
|
|
16
17
|
get userCommunicationProfile(): UserCommunicationProfile;
|
|
17
18
|
get userProfile(): UserProfile;
|
|
18
|
-
|
|
19
|
+
setAppData: (appData: AppData) => void;
|
|
20
|
+
loadAppData: () => Promise<void>;
|
|
19
21
|
loadBanner: () => Promise<void>;
|
|
20
22
|
setUser: (user: User) => User;
|
|
21
23
|
setUserCommunicationProfile: (profile: UserCommunicationProfile) => UserCommunicationProfile;
|
|
@@ -8,7 +8,6 @@ export declare class GlobalCopyStore {
|
|
|
8
8
|
featureNamespace: string;
|
|
9
9
|
isInitialized: boolean;
|
|
10
10
|
constructor(globalStore: GlobalStore);
|
|
11
|
-
initialize: (endpoint: string, token: string) => Promise<void>;
|
|
12
11
|
loadCopy: () => Promise<void>;
|
|
13
12
|
getCopy: (namespace: string, translationKey?: string) => Promise<void>;
|
|
14
13
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AccountStore } from '../../accounts';
|
|
2
2
|
import { AnalyticsStore } from '../../analytics/stores/AnalyticsStore';
|
|
3
|
-
import { BeatStore } from '../../insights
|
|
3
|
+
import { BeatStore } from '../../insights';
|
|
4
4
|
import { BudgetsStore } from '../../budgets/store/BudgetsStore';
|
|
5
5
|
import { CashflowStore } from '../../cashflow';
|
|
6
6
|
import { CategoryStore } from '../../categories';
|
|
@@ -21,8 +21,7 @@ import { ConnectStore } from './ConnectStore';
|
|
|
21
21
|
import { GlobalCopyStore } from './GlobalCopyStore';
|
|
22
22
|
import { GlobalUiStore } from './GlobalUiStore';
|
|
23
23
|
import { UserStore } from './UserStore';
|
|
24
|
-
import { Account, Category, Institution, Member } from '
|
|
25
|
-
import { AppConfig, AppData, Beat, GlobalErrorHandler, Tag, Tagging, Transaction, TransactionRule, UserFeature } from '../types';
|
|
24
|
+
import { Account, Category, Institution, Member, AppConfig, AppData, Beat, GlobalErrorHandler, Tag, Tagging, Transaction, TransactionRule, UserFeature } from '../types';
|
|
26
25
|
interface LoadDataProps {
|
|
27
26
|
accounts?: Account[];
|
|
28
27
|
appData?: AppData;
|
|
@@ -66,6 +65,7 @@ export declare class GlobalStore {
|
|
|
66
65
|
globalUiStore: GlobalUiStore;
|
|
67
66
|
constructor(appConfig?: AppConfig, endpoint?: string, onError?: GlobalErrorHandler);
|
|
68
67
|
get isInitialized(): boolean;
|
|
68
|
+
loadConfigData: () => Promise<void>;
|
|
69
69
|
loadData: ({ accounts, appData, associatedBeats, categories, institutions, transactionRules, transactions, userFeatures, }?: LoadDataProps) => Promise<void>;
|
|
70
70
|
}
|
|
71
71
|
export {};
|
|
@@ -5,11 +5,12 @@ export declare class UserStore {
|
|
|
5
5
|
globalStore: GlobalStore;
|
|
6
6
|
api: UserApi;
|
|
7
7
|
userFeatures: UserFeature[];
|
|
8
|
+
userFeaturesLoaded: boolean;
|
|
8
9
|
constructor(globalStore: GlobalStore);
|
|
9
|
-
initialize: (endpoint: string, token: string) => Promise<void>;
|
|
10
10
|
get userProfile(): UserProfile;
|
|
11
11
|
get user(): User;
|
|
12
|
-
|
|
12
|
+
setUserFeatures: (features: UserFeature[]) => void;
|
|
13
|
+
loadUserFeatures: () => Promise<void>;
|
|
13
14
|
updateUser: (user: User) => Promise<void>;
|
|
14
15
|
updateUserProfile: (userProfile: UserProfile) => Promise<void>;
|
|
15
16
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Institution } from './Institution';
|
|
1
2
|
export interface Account {
|
|
2
3
|
account_number?: string;
|
|
3
4
|
account_subtype?: AccountSubType;
|
|
@@ -64,17 +65,20 @@ export interface Account {
|
|
|
64
65
|
memberName?: string;
|
|
65
66
|
connectionStatus?: ConnectionStatus;
|
|
66
67
|
displayName?: string;
|
|
67
|
-
|
|
68
|
+
trucatedDisplayName?: string;
|
|
68
69
|
institutionName?: string;
|
|
69
70
|
}
|
|
70
71
|
export interface DetailedAccount extends Account {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
connectionStatus?: ConnectionStatus;
|
|
73
|
+
displayName?: string;
|
|
74
|
+
institutionName?: string;
|
|
75
|
+
member?: Member;
|
|
76
|
+
monthlyBalances?: MonthlyAccountBalance[];
|
|
77
|
+
institution?: Institution;
|
|
74
78
|
}
|
|
75
79
|
export interface Member {
|
|
76
80
|
aggregation_status: number;
|
|
77
|
-
connection_status:
|
|
81
|
+
connection_status: ConnectionStatusEnums;
|
|
78
82
|
guid: string;
|
|
79
83
|
institution_guid: string;
|
|
80
84
|
institution_name?: string;
|
|
@@ -98,7 +102,6 @@ export interface Member {
|
|
|
98
102
|
verification_is_enabled: boolean;
|
|
99
103
|
tax_statement_is_enabled: boolean;
|
|
100
104
|
successfully_aggregated_at?: number;
|
|
101
|
-
connectionStatus?: ConnectionStatus;
|
|
102
105
|
}
|
|
103
106
|
export interface MonthlyAccountBalance {
|
|
104
107
|
account_guid: string;
|
|
@@ -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-BQNs-hjk.mjs";
|
|
18
18
|
import { u as z } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
19
19
|
const P = _(() => {
|
|
20
20
|
const e = D(), {
|