@mx-cartographer/experiences 7.11.20 → 7.11.21
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/{AccountDetailsHeader-DCTCLB3K.mjs → AccountDetailsHeader-DkBNsLsI.mjs} +2 -2
- package/dist/{AccountListItem-CZk-bo6j.mjs → AccountListItem-BIVhda6q.mjs} +2 -2
- package/dist/{AccountStore-Cw54qb7Y.mjs → AccountStore-Brc0MNSF.mjs} +1 -1
- package/dist/BudgetUtil--_QXyszn.mjs +479 -0
- package/dist/{CategorySelectorDrawer-Blb22HWt.mjs → CategorySelectorDrawer-5n6Pil_E.mjs} +1 -1
- package/dist/{Connect-Df7iVTcV.mjs → Connect-eYIWqCEr.mjs} +1 -1
- package/dist/{ConnectDrawer-CVt-8rPJ.mjs → ConnectDrawer-CioFo6Wy.mjs} +2 -2
- package/dist/{ConnectionsDrawer-c7HaKeRj.mjs → ConnectionsDrawer-DqhSaMrJ.mjs} +2 -2
- package/dist/{CurrencyInput-bcKNJ22c.mjs → CurrencyInput-DuMktPu3.mjs} +1 -1
- package/dist/{ExportCsvAction-B5Mn5uyb.mjs → ExportCsvAction-Bg6gO_Cz.mjs} +3 -3
- package/dist/{GlobalAccountFilter-CbwySv6c.mjs → GlobalAccountFilter-B73Pw1hJ.mjs} +1 -1
- package/dist/{GoalStore-DXIP9dLt.mjs → GoalStore-0bd-Upkc.mjs} +1 -1
- package/dist/{Help-COWDMsJq.mjs → Help-CINT6-wG.mjs} +1 -1
- package/dist/{LineChart-DVn1AamK.mjs → LineChart-B1qbKR8q.mjs} +1 -1
- package/dist/{ListItemAction-5YhgdUZW.mjs → ListItemAction-CfXGuY7a.mjs} +1 -1
- package/dist/{ManageIncome-_ZP3uPwX.mjs → ManageIncome-C0ddaiMR.mjs} +10 -10
- package/dist/{MicroWidgetContainer-CMES42I1.mjs → MicroWidgetContainer-B_EnfvCq.mjs} +1 -1
- package/dist/{MiniWidgetContainer-DhEx4qKi.mjs → MiniWidgetContainer-Cu72GNsE.mjs} +1 -1
- package/dist/{NotificationSettings-D8uSK6m9.mjs → NotificationSettings-DCbMa5mg.mjs} +4 -4
- package/dist/{OriginalBalanceAction-DuVHcBdO.mjs → OriginalBalanceAction-CW_xOa6Z.mjs} +3 -3
- package/dist/{RecurringSettings-CSrJUzaC.mjs → RecurringSettings-CD1_vCES.mjs} +2 -2
- package/dist/{SpendingLegend-Cpd_jtoX.mjs → SpendingLegend-DHi0vx8B.mjs} +1 -1
- package/dist/StatusIndicator-wyBzyHJc.mjs +252 -0
- package/dist/{Transaction-BR682Yj5.mjs → Transaction-B_2AG36b.mjs} +1 -1
- package/dist/TransactionDetails-CgC3Qu7o.mjs +1474 -0
- package/dist/{TransactionStore-BbjZQa-N.mjs → TransactionStore-DIbZkSVI.mjs} +2 -2
- package/dist/{ViewMoreMicroCard-Bf1J0zYY.mjs → ViewMoreMicroCard-CLHlPWC-.mjs} +1 -1
- package/dist/{WidgetContainer-DSs6lJbr.mjs → WidgetContainer-BSCjBupR.mjs} +2 -2
- package/dist/accounts/index.es.js +13 -13
- package/dist/analytics/index.es.js +11 -11
- package/dist/budgets/api/BudgetsApi.d.ts +2 -0
- package/dist/budgets/components/MerchantBudgetDetailsDrawer.d.ts +17 -0
- package/dist/budgets/components/shared/BudgetDetailsTopSection.d.ts +13 -0
- package/dist/budgets/index.es.js +550 -609
- package/dist/budgets/store/BudgetsStore.d.ts +6 -0
- package/dist/budgets/utils/BudgetUtil.d.ts +5 -0
- package/dist/cashflow/index.es.js +8 -8
- package/dist/categories/index.es.js +1 -1
- package/dist/common/index.es.js +254 -224
- package/dist/common/types/localization/BudgetsCopy.d.ts +4 -0
- package/dist/dashboard/index.es.js +4 -4
- package/dist/debts/index.es.js +8 -8
- package/dist/{exportTransactionsToCSV-CKHt_UOp.mjs → exportTransactionsToCSV-EwhjfqsJ.mjs} +1 -1
- package/dist/finstrong/index.es.js +10 -10
- package/dist/goals/index.es.js +10 -10
- package/dist/help/index.es.js +4 -4
- package/dist/{hooks-zu7yblbi.mjs → hooks-BxkfR-Ff.mjs} +5 -5
- package/dist/insights/index.es.js +103 -104
- package/dist/investments/index.es.js +4 -4
- package/dist/merchants/index.es.js +1 -1
- package/dist/microinsights/index.es.js +1 -1
- package/dist/networth/index.es.js +6 -6
- package/dist/notifications/index.es.js +2 -2
- package/dist/recurringtransactions/index.es.js +9 -9
- package/dist/settings/index.es.js +7 -7
- package/dist/spending/index.es.js +8 -8
- package/dist/transactions/components/shared/transactiondetails/actions/AddMerchantBudgetAction.d.ts +5 -0
- package/dist/transactions/components/shared/transactiondetails/actions/index.d.ts +1 -0
- package/dist/transactions/index.es.js +16 -16
- package/dist/trends/index.es.js +12 -12
- package/dist/{useAccountDisplayName-CxYB0Wpw.mjs → useAccountDisplayName-DKwT1mWv.mjs} +1 -1
- package/dist/{useInsightsEnabled-CYLDtNYt.mjs → useInsightsEnabled-DL_oNyI0.mjs} +1 -1
- package/dist/{useWidgetLoadTimer-Bmgv_UeH.mjs → useWidgetLoadTimer-DgN1bTyu.mjs} +1 -1
- package/package.json +1 -1
- package/dist/BudgetUtil-QbRXtLKn.mjs +0 -101
- package/dist/StatusIndicator-0iX3Gnnu.mjs +0 -55
- package/dist/TransactionDetails-BEKQKH03.mjs +0 -1261
- package/dist/TransactionList-CXiLG0Ur.mjs +0 -204
- package/dist/User-BIgPTsU6.mjs +0 -372
package/dist/common/index.es.js
CHANGED
|
@@ -1,83 +1,82 @@
|
|
|
1
1
|
import { G as w } from "../useCombineEvents-B5am53e-.mjs";
|
|
2
|
-
import { A as Te, a as
|
|
2
|
+
import { A as Te, a as Be, u as Ie, b as ve } from "../useCombineEvents-B5am53e-.mjs";
|
|
3
3
|
import { F as g, A as a } from "../Fetch-B6tMJC1r.mjs";
|
|
4
4
|
import { B as ke } from "../BeatApi-EFHXULDx.mjs";
|
|
5
5
|
import { C as $ } from "../CategoryStore-FTxUbn0f.mjs";
|
|
6
6
|
import { a as Ue } from "../CategoryStore-FTxUbn0f.mjs";
|
|
7
7
|
import { N as F } from "../NotificationStore-DraMNLzu.mjs";
|
|
8
8
|
import { a as Oe } from "../NotificationStore-DraMNLzu.mjs";
|
|
9
|
-
import { T as G } from "../Transaction-
|
|
10
|
-
import { L as Re, a as $e } from "../Transaction-
|
|
9
|
+
import { T as G } from "../Transaction-B_2AG36b.mjs";
|
|
10
|
+
import { L as Re, a as $e } from "../Transaction-B_2AG36b.mjs";
|
|
11
11
|
import { H } from "../Help-B8mD4aLJ.mjs";
|
|
12
12
|
import { E as Ge } from "../Help-B8mD4aLJ.mjs";
|
|
13
|
-
import { M as We } from "../MicroWidgetContainer-
|
|
14
|
-
import { M as Ye } from "../MiniWidgetContainer-
|
|
15
|
-
import { D as Ke, W as ze } from "../WidgetContainer-
|
|
16
|
-
import { C as Ve } from "../ConnectDrawer-
|
|
17
|
-
import {
|
|
18
|
-
import { C as ss } from "../
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import { C as vs } from "../
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import { D as
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
13
|
+
import { M as We } from "../MicroWidgetContainer-B_EnfvCq.mjs";
|
|
14
|
+
import { M as Ye } from "../MiniWidgetContainer-Cu72GNsE.mjs";
|
|
15
|
+
import { D as Ke, W as ze } from "../WidgetContainer-BSCjBupR.mjs";
|
|
16
|
+
import { C as Ve } from "../ConnectDrawer-CioFo6Wy.mjs";
|
|
17
|
+
import { f as W, c as q, d as C } from "../BudgetUtil--_QXyszn.mjs";
|
|
18
|
+
import { a as Ze, b as Je, C as ts, e as es, k as ss, h as rs, j as os, l as as } from "../BudgetUtil--_QXyszn.mjs";
|
|
19
|
+
import { C as is } from "../CurrencyInput-DuMktPu3.mjs";
|
|
20
|
+
import { L as us } from "../Loader-D3rjKx72.mjs";
|
|
21
|
+
import { R as ls } from "../ResponsiveButton-DZFp78fJ.mjs";
|
|
22
|
+
import { S as gs } from "../SearchBox-B7km148n.mjs";
|
|
23
|
+
import { T as Y } from "../TransactionStore-DIbZkSVI.mjs";
|
|
24
|
+
import { S as _s } from "../TransactionStore-DIbZkSVI.mjs";
|
|
25
|
+
import { T as ms } from "../TabContentContainer-j01JYR_7.mjs";
|
|
26
|
+
import { I as Ss } from "../IconBacking-B9oC6uL2.mjs";
|
|
27
|
+
import { D as ws, F as Cs, c as Ds, d as Es, R as As, S as xs } from "../RecurringTransactions-CYNpe_RS.mjs";
|
|
28
|
+
import { C as Q } from "../CashflowStore-DEdQJU5i.mjs";
|
|
29
|
+
import { I as Bs } from "../CashflowStore-DEdQJU5i.mjs";
|
|
30
|
+
import { d as K } from "../GoalStore-0bd-Upkc.mjs";
|
|
31
|
+
import { C as vs, G as Ms, M as ks, T as Ns } from "../GoalStore-0bd-Upkc.mjs";
|
|
32
|
+
import { C as Ls } from "../CurrencyText-CA-E5N_y.mjs";
|
|
33
|
+
import { E as Ps } from "../EmptyState-DHAkGsjk.mjs";
|
|
34
|
+
import { L as $s } from "../ListItemAction-CfXGuY7a.mjs";
|
|
35
|
+
import { T as z } from "../TrendsStore-st6GjDtg.mjs";
|
|
36
|
+
import { L as Gs } from "../TrendsStore-st6GjDtg.mjs";
|
|
37
|
+
import { A as Ws, B as qs, I as Ys, N as Qs, T as Ks, a as zs } from "../Notification-CMBNDGC-.mjs";
|
|
38
|
+
import { G as Vs } from "../GlobalAccountFilter-B73Pw1hJ.mjs";
|
|
39
|
+
import { S as Zs } from "../StatusBar-BK_uYHAB.mjs";
|
|
40
|
+
import { D as tr } from "../Donut-DSGXraiS.mjs";
|
|
41
|
+
import { D as sr } from "../Dialog-DdCwLgrl.mjs";
|
|
42
|
+
import { jsxs as D, jsx as b } from "react/jsx-runtime";
|
|
43
|
+
import { css as j } from "@mxenabled/cssinjs";
|
|
44
|
+
import { D as V, a as X } from "../SingleSegmentDonut-BgbLgwHi.mjs";
|
|
45
|
+
import { S as or } from "../SingleSegmentDonut-BgbLgwHi.mjs";
|
|
46
|
+
import { D as nr } from "../Drawer-DV4NTsFg.mjs";
|
|
47
|
+
import { A as cr } from "../Analytics-i5h6BxR1.mjs";
|
|
48
|
+
import { D as dr, O as lr, a as hr, f as gr } from "../DateFormats-BMpMrZpW.mjs";
|
|
49
|
+
import { I as _r, P as fr, S as mr } from "../Account-DuOz1a27.mjs";
|
|
49
50
|
import { b as f } from "../Category-CevNQ03n.mjs";
|
|
50
|
-
import { C as
|
|
51
|
-
import { C as
|
|
52
|
-
import { R as
|
|
53
|
-
import { S as
|
|
54
|
-
import { G as
|
|
55
|
-
import { u as
|
|
56
|
-
import { u as
|
|
57
|
-
import { u as
|
|
58
|
-
import { useRef as
|
|
59
|
-
import { u as
|
|
60
|
-
import { makeAutoObservable as
|
|
61
|
-
import { A as
|
|
62
|
-
import
|
|
63
|
-
import { B as
|
|
51
|
+
import { C as Sr, c as br, a as wr, P as Cr } from "../Category-CevNQ03n.mjs";
|
|
52
|
+
import { C as Er, f as Ar, b as xr, a as Tr, g as Br, i as Ir } from "../NumberFormatting-QCaNwbjv.mjs";
|
|
53
|
+
import { R as Z } from "../RecurringTransactionsStore-BD-OfVZ-.mjs";
|
|
54
|
+
import { S as Mr, T as kr } from "../RecurringTransactionsStore-BD-OfVZ-.mjs";
|
|
55
|
+
import { G as Ur, C as Lr, D as Or, W as Pr, d as Rr, a as $r, m as Fr, t as Gr, l as Hr, v as Wr, w as qr, g as Yr, y as Qr, u as Kr, f as zr, b as jr, k as Vr, z as Xr, s as Zr, x as Jr, c as to, q as eo, n as so, A as ro, i as oo, r as ao, h as no, B as io, o as co, p as uo } from "../hooks-BxkfR-Ff.mjs";
|
|
56
|
+
import { u as ho } from "../useAccountDisplayName-DKwT1mWv.mjs";
|
|
57
|
+
import { u as po } from "../useInsightsEnabled-DL_oNyI0.mjs";
|
|
58
|
+
import { u as fo } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
59
|
+
import { useRef as J, useEffect as tt } from "react";
|
|
60
|
+
import { u as yo } from "../useWidgetLoadTimer-DgN1bTyu.mjs";
|
|
61
|
+
import { makeAutoObservable as h, runInAction as l, reaction as L, autorun as et } from "mobx";
|
|
62
|
+
import { A as st } from "../AccountStore-Brc0MNSF.mjs";
|
|
63
|
+
import rt from "posthog-js";
|
|
64
|
+
import { B as ot } from "../BeatStore-C6CAT-ce.mjs";
|
|
64
65
|
import { endOfMonth as O } from "date-fns/endOfMonth";
|
|
65
66
|
import { startOfMonth as P } from "date-fns/startOfMonth";
|
|
66
|
-
import { startOfToday as
|
|
67
|
-
import { f as rt, a as ot, b as A } from "../BudgetUtil-QbRXtLKn.mjs";
|
|
68
|
-
import { g as _o, e as fo, c as mo, d as yo, i as So } from "../BudgetUtil-QbRXtLKn.mjs";
|
|
67
|
+
import { startOfToday as E } from "date-fns/startOfToday";
|
|
69
68
|
import { D as at } from "../DebtsStore-BZqNLaqd.mjs";
|
|
70
|
-
import { F as
|
|
71
|
-
import { A as
|
|
69
|
+
import { F as nt } from "../FinstrongStore-BQxXxxYD.mjs";
|
|
70
|
+
import { A as it, m as ct, a as ut, b as dt } from "../InvestmentUtil-BItV7uEs.mjs";
|
|
72
71
|
import { M as lt } from "../MerchantStore-BzGi4JAZ.mjs";
|
|
73
72
|
import { N as ht } from "../NetWorthStore-DP78lgZ0.mjs";
|
|
74
73
|
import { a as gt } from "../SettingsStore-Cax1fzsz.mjs";
|
|
75
74
|
import { addMonths as pt } from "date-fns/addMonths";
|
|
76
75
|
import { getMonth as m } from "date-fns/getMonth";
|
|
77
|
-
import { a as
|
|
78
|
-
import { i as
|
|
79
|
-
import { L as
|
|
80
|
-
import { alpha as _t, lighten as
|
|
76
|
+
import { a as bo, e as wo, d as Co, A as Do, f as Eo, C as Ao, g as xo, E as To, M as Bo, N as Io, c as vo, P as Mo, h as ko, S as No } from "../Account-BiB1F8lL.mjs";
|
|
77
|
+
import { i as Lo } from "../DateUtil-wcYTmDRD.mjs";
|
|
78
|
+
import { L as Po, b as Ro, a as $o, g as Fo } from "../Localization-CPkpIwIx.mjs";
|
|
79
|
+
import { alpha as _t, lighten as A, darken as x } from "@mui/material";
|
|
81
80
|
var ft = /* @__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))(ft || {});
|
|
82
81
|
const me = [
|
|
83
82
|
{ id: 0, copy: "frequency_unknown" },
|
|
@@ -125,8 +124,8 @@ const St = [
|
|
|
125
124
|
{ key: "success", light: "success_color", dark: "success_color_dark" }
|
|
126
125
|
], Se = (s, t, e) => {
|
|
127
126
|
const r = s.palette.mode === "dark", o = (e?.master?.style?.font_name || t?.system_font) ?? s.typography.fontFamily, n = (d, S) => d ? {
|
|
128
|
-
lighter:
|
|
129
|
-
light:
|
|
127
|
+
lighter: A(d, 0.5),
|
|
128
|
+
light: A(d, 0.25),
|
|
130
129
|
main: d,
|
|
131
130
|
dark: x(d, 0.25),
|
|
132
131
|
darker: x(d, 0.5)
|
|
@@ -230,7 +229,7 @@ class we {
|
|
|
230
229
|
updateScheduledPayment = async (t) => this.fetchInstance.put(`${a.SCHEDULED_PAYMENTS}/${t.guid}`, t).then((e) => e.scheduled_payment);
|
|
231
230
|
deleteScheduledPayment = async (t) => this.fetchInstance.delete(`${a.SCHEDULED_PAYMENTS}/${t}`).then((e) => e);
|
|
232
231
|
}
|
|
233
|
-
class
|
|
232
|
+
class B {
|
|
234
233
|
fetchInstance;
|
|
235
234
|
constructor(t, e, r) {
|
|
236
235
|
this.fetchInstance = new g(t, e, void 0, r);
|
|
@@ -239,7 +238,7 @@ class I {
|
|
|
239
238
|
updateUser = async (t) => this.fetchInstance.put(a.USER, t).then((e) => e.user);
|
|
240
239
|
updateUserProfile = async (t) => this.fetchInstance.put(`${a.USER_PROFILES}/${t.guid}`, t).then((e) => e.user_profile);
|
|
241
240
|
}
|
|
242
|
-
class
|
|
241
|
+
class I {
|
|
243
242
|
fetchInstance;
|
|
244
243
|
constructor(t, e) {
|
|
245
244
|
this.fetchInstance = new g(t, e);
|
|
@@ -247,21 +246,21 @@ class B {
|
|
|
247
246
|
requestWidgetUrl = async (t) => this.fetchInstance.post(a.WIDGET_URLS, t).then((e) => e.widget_url);
|
|
248
247
|
}
|
|
249
248
|
const Ce = (s) => {
|
|
250
|
-
const t =
|
|
251
|
-
return
|
|
249
|
+
const t = J();
|
|
250
|
+
return tt(() => {
|
|
252
251
|
t.current = s;
|
|
253
252
|
}, [s]), t.current;
|
|
254
253
|
}, wt = ({
|
|
255
254
|
hasGap: s = !1,
|
|
256
255
|
segments: t,
|
|
257
|
-
size: e =
|
|
258
|
-
strokeWidth: r =
|
|
256
|
+
size: e = V,
|
|
257
|
+
strokeWidth: r = X,
|
|
259
258
|
children: o
|
|
260
259
|
}) => {
|
|
261
260
|
const n = Ct(e), i = (e - r) / 2, c = e / 2;
|
|
262
261
|
let p = -90 - (s ? 1 : 0), u = 0;
|
|
263
|
-
return /* @__PURE__ */
|
|
264
|
-
/* @__PURE__ */
|
|
262
|
+
return /* @__PURE__ */ D("div", { className: `mx-cmn-multi-segment-donut ${n}`, children: [
|
|
263
|
+
/* @__PURE__ */ D("svg", { height: e, width: e, children: [
|
|
265
264
|
/* @__PURE__ */ b(
|
|
266
265
|
"circle",
|
|
267
266
|
{
|
|
@@ -291,7 +290,7 @@ const Ce = (s) => {
|
|
|
291
290
|
] }),
|
|
292
291
|
/* @__PURE__ */ b("div", { className: "mx-cmn-multi-segment-donut-children", children: o })
|
|
293
292
|
] });
|
|
294
|
-
}, Ct = (s) =>
|
|
293
|
+
}, Ct = (s) => j({
|
|
295
294
|
height: s,
|
|
296
295
|
marginTop: "-8px",
|
|
297
296
|
position: "relative",
|
|
@@ -315,17 +314,17 @@ class Dt {
|
|
|
315
314
|
t.endpoint,
|
|
316
315
|
t.sessionToken,
|
|
317
316
|
t.onError
|
|
318
|
-
),
|
|
317
|
+
), h(this);
|
|
319
318
|
}
|
|
320
319
|
loadCopy = async () => {
|
|
321
|
-
await this.getCopy(this.featureNamespace),
|
|
320
|
+
await this.getCopy(this.featureNamespace), l(() => {
|
|
322
321
|
this.isInitialized = !0;
|
|
323
322
|
});
|
|
324
323
|
};
|
|
325
324
|
getCopy = async (t, e = "") => {
|
|
326
325
|
try {
|
|
327
326
|
const r = await this.api.getGlobalCopy(t, e);
|
|
328
|
-
|
|
327
|
+
l(() => {
|
|
329
328
|
this.copy = r[t];
|
|
330
329
|
});
|
|
331
330
|
} catch (r) {
|
|
@@ -333,7 +332,7 @@ class Dt {
|
|
|
333
332
|
}
|
|
334
333
|
};
|
|
335
334
|
}
|
|
336
|
-
class
|
|
335
|
+
class Et {
|
|
337
336
|
globalStore;
|
|
338
337
|
survey = null;
|
|
339
338
|
currentQuestionIndex = 0;
|
|
@@ -341,7 +340,7 @@ class At {
|
|
|
341
340
|
response = null;
|
|
342
341
|
responses = {};
|
|
343
342
|
constructor(t) {
|
|
344
|
-
this.globalStore = t,
|
|
343
|
+
this.globalStore = t, h(this);
|
|
345
344
|
}
|
|
346
345
|
get isLastQuestion() {
|
|
347
346
|
return this.currentQuestionIndex === this.surveyQuestions.length - 1;
|
|
@@ -363,8 +362,8 @@ class At {
|
|
|
363
362
|
return this.survey ? this.survey.questions : [];
|
|
364
363
|
}
|
|
365
364
|
loadSurvey = (t = !1) => {
|
|
366
|
-
|
|
367
|
-
|
|
365
|
+
rt.getActiveMatchingSurveys((e) => {
|
|
366
|
+
l(() => {
|
|
368
367
|
if (e.length > 0) {
|
|
369
368
|
const r = e.find((o) => o.id === this.surveyId);
|
|
370
369
|
r && (this.survey = r, this.currentQuestionIndex = 0, this.question = r.questions[0], this.response = null, this.responses = {});
|
|
@@ -382,7 +381,7 @@ class At {
|
|
|
382
381
|
this.response = t, this.question && (this.responses[`$survey_response_${this.question.id}`] = t);
|
|
383
382
|
};
|
|
384
383
|
}
|
|
385
|
-
var
|
|
384
|
+
var At = /* @__PURE__ */ ((s) => (s[s.UNKNOWN = 0] = "UNKNOWN", s[s.CORRECT = 1] = "CORRECT", s[s.INCORRECT = 2] = "INCORRECT", s))(At || {}), xt = /* @__PURE__ */ ((s) => (s.Missed = "Missed", s.Paid = "Paid", s.Upcoming = "Upcoming expense", s.Income = "Income", s))(xt || {}), Tt = /* @__PURE__ */ ((s) => (s[s.Unknown = 0] = "Unknown", s[s.Subscription = 1] = "Subscription", s[s.Bill = 2] = "Bill", s))(Tt || {}), Bt = /* @__PURE__ */ ((s) => (s.Desktop = "Desktop", s.Mobile = "Mobile", s))(Bt || {});
|
|
386
385
|
class v {
|
|
387
386
|
fetchInstance;
|
|
388
387
|
constructor(t, e, r) {
|
|
@@ -409,12 +408,20 @@ class v {
|
|
|
409
408
|
}).then((r) => r.merchant_budget).catch((r) => {
|
|
410
409
|
throw r;
|
|
411
410
|
});
|
|
411
|
+
updateMerchantBudget = async (t, e) => this.fetchInstance.put(`${a.MERCHANT_BUDGETS}/${t}`, {
|
|
412
|
+
amount: e
|
|
413
|
+
}).then((r) => r.merchant_budget).catch((r) => {
|
|
414
|
+
throw r;
|
|
415
|
+
});
|
|
416
|
+
deleteMerchantBudget = async (t) => this.fetchInstance.delete(`${a.MERCHANT_BUDGETS}/${t}`).then((e) => e).catch((e) => {
|
|
417
|
+
throw e;
|
|
418
|
+
});
|
|
412
419
|
}
|
|
413
|
-
class
|
|
420
|
+
class It {
|
|
414
421
|
api = new v("/", "");
|
|
415
422
|
globalStore;
|
|
416
423
|
alert = "";
|
|
417
|
-
dateRange = { start: P(
|
|
424
|
+
dateRange = { start: P(E()), end: O(E()) };
|
|
418
425
|
budgets = [];
|
|
419
426
|
selectedBudget;
|
|
420
427
|
selectedSubBudget;
|
|
@@ -422,7 +429,7 @@ class Bt {
|
|
|
422
429
|
theme = {};
|
|
423
430
|
merchantBudgets = [];
|
|
424
431
|
constructor(t) {
|
|
425
|
-
this.globalStore = t, this.api = new v(t.endpoint, t.sessionToken, t.onError),
|
|
432
|
+
this.globalStore = t, this.api = new v(t.endpoint, t.sessionToken, t.onError), h(this);
|
|
426
433
|
}
|
|
427
434
|
loadBudgetData = async () => {
|
|
428
435
|
this.globalStore.recurringTransactionsStore.isDataLoaded || await this.globalStore.recurringTransactionsStore.loadRepeatingTransactionData(), await this.loadBudgets(), L(
|
|
@@ -430,9 +437,9 @@ class Bt {
|
|
|
430
437
|
(t) => {
|
|
431
438
|
if (t) {
|
|
432
439
|
const e = this.selectedBudget;
|
|
433
|
-
e && (this.selectedBudget =
|
|
440
|
+
e && (this.selectedBudget = W(t, e.guid));
|
|
434
441
|
const r = this.selectedSubBudget;
|
|
435
|
-
r && r.parent_guid && (this.selectedSubBudget =
|
|
442
|
+
r && r.parent_guid && (this.selectedSubBudget = q(
|
|
436
443
|
t,
|
|
437
444
|
r.guid,
|
|
438
445
|
r.parent_guid
|
|
@@ -442,7 +449,7 @@ class Bt {
|
|
|
442
449
|
);
|
|
443
450
|
};
|
|
444
451
|
get detailedBudgets() {
|
|
445
|
-
return
|
|
452
|
+
return C(
|
|
446
453
|
this.budgets.filter(
|
|
447
454
|
(t) => t.category_guid !== f.INCOME && t.category_guid !== f.TRANSFER && t.category_guid !== f.INVESTMENTS
|
|
448
455
|
),
|
|
@@ -453,7 +460,7 @@ class Bt {
|
|
|
453
460
|
}
|
|
454
461
|
// TODO: Replace this with income from recurring transactions. Income budgets are deprecated.
|
|
455
462
|
get incomeBudget() {
|
|
456
|
-
return
|
|
463
|
+
return C(
|
|
457
464
|
this.budgets.filter((r) => !r.parent_guid),
|
|
458
465
|
this.globalStore.categoryStore.detailedCategories,
|
|
459
466
|
this.globalStore.copyStore.copy.budgets,
|
|
@@ -474,7 +481,7 @@ class Bt {
|
|
|
474
481
|
addBudget = async (t, e, r = null) => {
|
|
475
482
|
try {
|
|
476
483
|
const o = await this.api.addBudget(t, e, r);
|
|
477
|
-
|
|
484
|
+
l(() => {
|
|
478
485
|
this.budgets.push(o);
|
|
479
486
|
});
|
|
480
487
|
} catch (o) {
|
|
@@ -483,7 +490,7 @@ class Bt {
|
|
|
483
490
|
};
|
|
484
491
|
deleteBudget = async (t) => {
|
|
485
492
|
try {
|
|
486
|
-
await this.api.deleteBudget(t),
|
|
493
|
+
await this.api.deleteBudget(t), l(() => {
|
|
487
494
|
const e = this.budgets.findIndex((r) => r.guid === t);
|
|
488
495
|
e >= 0 && this.budgets.splice(e, 1);
|
|
489
496
|
});
|
|
@@ -533,7 +540,7 @@ class Bt {
|
|
|
533
540
|
updateBudget = async (t) => {
|
|
534
541
|
try {
|
|
535
542
|
const e = await this.api.updateBudget(t);
|
|
536
|
-
|
|
543
|
+
l(() => {
|
|
537
544
|
const r = this.budgets.findIndex((o) => o.guid === t.guid);
|
|
538
545
|
r >= 0 && (this.budgets[r] = e);
|
|
539
546
|
});
|
|
@@ -550,13 +557,36 @@ class Bt {
|
|
|
550
557
|
addMerchantBudget = async (t, e) => {
|
|
551
558
|
try {
|
|
552
559
|
const r = await this.api.addMerchantBudget(t, e);
|
|
553
|
-
return
|
|
560
|
+
return l(() => {
|
|
554
561
|
this.merchantBudgets.push(r);
|
|
555
562
|
}), { isSuccess: !0 };
|
|
556
563
|
} catch (r) {
|
|
557
564
|
return console.error(`Error adding merchant budget: ${r}`), { isSuccess: !1 };
|
|
558
565
|
}
|
|
559
566
|
};
|
|
567
|
+
updateMerchantBudget = async (t) => {
|
|
568
|
+
try {
|
|
569
|
+
const { guid: e, amount: r } = t, o = await this.api.updateMerchantBudget(e, r);
|
|
570
|
+
return l(() => {
|
|
571
|
+
const n = this.merchantBudgets.findIndex((i) => i.guid === t.guid);
|
|
572
|
+
n >= 0 && (this.merchantBudgets[n] = o);
|
|
573
|
+
}), { isSuccess: !0 };
|
|
574
|
+
} catch (e) {
|
|
575
|
+
return console.error(`Error updating merchant budget: ${e}`), { isSuccess: !1 };
|
|
576
|
+
}
|
|
577
|
+
};
|
|
578
|
+
deleteMerchantBudget = async (t) => {
|
|
579
|
+
try {
|
|
580
|
+
return await this.api.deleteMerchantBudget(t), l(() => {
|
|
581
|
+
const e = this.merchantBudgets.filter(
|
|
582
|
+
(r) => r.guid !== t
|
|
583
|
+
);
|
|
584
|
+
this.merchantBudgets = e;
|
|
585
|
+
}), { isSuccess: !0 };
|
|
586
|
+
} catch (e) {
|
|
587
|
+
return console.error(`Error deleting merchant budget: ${e}`), { isSuccess: !1 };
|
|
588
|
+
}
|
|
589
|
+
};
|
|
560
590
|
}
|
|
561
591
|
class M {
|
|
562
592
|
fetchInstance;
|
|
@@ -589,7 +619,7 @@ class kt {
|
|
|
589
619
|
globalStore;
|
|
590
620
|
isLoading = !1;
|
|
591
621
|
constructor(t) {
|
|
592
|
-
this.globalStore = t, this.api = new M(t.endpoint, t.sessionToken, t.onError),
|
|
622
|
+
this.globalStore = t, this.api = new M(t.endpoint, t.sessionToken, t.onError), h(this);
|
|
593
623
|
}
|
|
594
624
|
createSupportTicket = async (t) => {
|
|
595
625
|
try {
|
|
@@ -627,14 +657,14 @@ class k {
|
|
|
627
657
|
updateHoldings = async (t) => this.fetchInstance.put(`${a.HOLDINGS}/${t.guid}`, t).then((e) => e.holding);
|
|
628
658
|
}
|
|
629
659
|
class Nt {
|
|
630
|
-
analysisType =
|
|
660
|
+
analysisType = it.Stocks;
|
|
631
661
|
api = new k("/", "");
|
|
632
662
|
holdings = [];
|
|
633
663
|
holdingsLoaded = !1;
|
|
634
664
|
globalStore;
|
|
635
665
|
showConnectionsWidget = !1;
|
|
636
666
|
constructor(t) {
|
|
637
|
-
this.globalStore = t, this.api = new k(t.endpoint, t.sessionToken, t.onError),
|
|
667
|
+
this.globalStore = t, this.api = new k(t.endpoint, t.sessionToken, t.onError), h(this);
|
|
638
668
|
}
|
|
639
669
|
get analysisChartData() {
|
|
640
670
|
return ct(ut(this.visibleHoldings), this.analysisType);
|
|
@@ -670,7 +700,7 @@ class Nt {
|
|
|
670
700
|
const e = await this.api.updateHoldings(t), r = this.holdings.findIndex(({ guid: o }) => o === t.guid);
|
|
671
701
|
if (r >= 0) {
|
|
672
702
|
const o = [...this.holdings];
|
|
673
|
-
o[r] = e,
|
|
703
|
+
o[r] = e, l(() => {
|
|
674
704
|
this.holdings = o, this.holdingsLoaded = !0;
|
|
675
705
|
});
|
|
676
706
|
}
|
|
@@ -799,7 +829,7 @@ class Ut {
|
|
|
799
829
|
isAppDataLoaded = !1;
|
|
800
830
|
banner = {};
|
|
801
831
|
constructor(t) {
|
|
802
|
-
this.globalStore = t, this.api = new U(t.endpoint, t.sessionToken, t.onError),
|
|
832
|
+
this.globalStore = t, this.api = new U(t.endpoint, t.sessionToken, t.onError), h(this);
|
|
803
833
|
}
|
|
804
834
|
get appConfig() {
|
|
805
835
|
return this.globalStore.appConfig;
|
|
@@ -833,7 +863,7 @@ class Ut {
|
|
|
833
863
|
loadBanner = async () => {
|
|
834
864
|
try {
|
|
835
865
|
const t = this.user?.guid ?? null, e = t ? await this.bannerApi.getBanner(t) : {};
|
|
836
|
-
|
|
866
|
+
l(() => {
|
|
837
867
|
this.banner = e;
|
|
838
868
|
});
|
|
839
869
|
} catch (t) {
|
|
@@ -846,9 +876,9 @@ class Ut {
|
|
|
846
876
|
}
|
|
847
877
|
class Lt {
|
|
848
878
|
globalStore;
|
|
849
|
-
widgetApi = new
|
|
879
|
+
widgetApi = new I("/", "");
|
|
850
880
|
constructor(t) {
|
|
851
|
-
this.globalStore = t, this.widgetApi = new
|
|
881
|
+
this.globalStore = t, this.widgetApi = new I(t.endpoint, t.sessionToken), h(this);
|
|
852
882
|
}
|
|
853
883
|
loadWidget = async ({ widget: t = "connect_widget", mode: e = "light", ...r }) => await this.widgetApi.requestWidgetUrl({
|
|
854
884
|
widget_url: { widget_type: t, color_scheme: e, ...r }
|
|
@@ -863,7 +893,7 @@ class Ot {
|
|
|
863
893
|
end: O(this.displayedDate)
|
|
864
894
|
};
|
|
865
895
|
constructor(t) {
|
|
866
|
-
|
|
896
|
+
h(this), this.globalStore = t, L(
|
|
867
897
|
() => this.globalStore.accountStore.visibleAccounts,
|
|
868
898
|
(e) => {
|
|
869
899
|
this.populateAccountFilterMap(e);
|
|
@@ -923,11 +953,11 @@ class Ot {
|
|
|
923
953
|
}
|
|
924
954
|
class Pt {
|
|
925
955
|
globalStore;
|
|
926
|
-
api = new
|
|
956
|
+
api = new B("/", "");
|
|
927
957
|
userFeatures = [];
|
|
928
958
|
userFeaturesLoaded = !1;
|
|
929
959
|
constructor(t) {
|
|
930
|
-
this.globalStore = t, this.api = new
|
|
960
|
+
this.globalStore = t, this.api = new B(t.endpoint, t.sessionToken, t.onError), h(this);
|
|
931
961
|
}
|
|
932
962
|
get userProfile() {
|
|
933
963
|
return this.globalStore.appDataStore.userProfile;
|
|
@@ -963,7 +993,7 @@ class Pt {
|
|
|
963
993
|
}
|
|
964
994
|
};
|
|
965
995
|
}
|
|
966
|
-
class
|
|
996
|
+
class Ee {
|
|
967
997
|
// Global properties
|
|
968
998
|
appConfig = N;
|
|
969
999
|
endpoint = "/";
|
|
@@ -996,7 +1026,7 @@ class Ae {
|
|
|
996
1026
|
// UI Stores
|
|
997
1027
|
globalUiStore;
|
|
998
1028
|
constructor(t = N, e = "/", r, o) {
|
|
999
|
-
this.appConfig = t, this.endpoint = e, this.sessionToken = t.options.session_token ?? "", this.onError = r, this.onStoreUpdate = o, this.accountStore = new
|
|
1029
|
+
this.appConfig = t, this.endpoint = e, this.sessionToken = t.options.session_token ?? "", this.onError = r, this.onStoreUpdate = o, this.accountStore = new st(this), this.appDataStore = new Ut(this), this.analyticsStore = new Et(this), this.beatStore = new ot(this), this.budgetsStore = new It(this), this.cashflowStore = new Q(this), this.categoryStore = new $(this), this.connectStore = new Lt(this), this.copyStore = new Dt(this), this.debtsStore = new at(this), this.finstrongStore = new nt(this), this.goalStore = new K(this), this.helpStore = new kt(this), this.holdingStore = new Nt(this), this.merchantStore = new lt(this), this.netWorthStore = new ht(this), this.notificationStore = new F(this), this.recurringTransactionsStore = new Z(this), this.settingsStore = new gt(this), this.transactionStore = new Y(this), this.trendsStore = new z(this), this.userStore = new Pt(this), this.globalUiStore = new Ot(this), h(this), et(() => {
|
|
1000
1030
|
const { transactions: n } = this.transactionStore;
|
|
1001
1031
|
this.emitUpdate({
|
|
1002
1032
|
transactions: n
|
|
@@ -1033,161 +1063,161 @@ class Ae {
|
|
|
1033
1063
|
};
|
|
1034
1064
|
}
|
|
1035
1065
|
export {
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1066
|
+
cr as ANALYTICS_EVENTS,
|
|
1067
|
+
bo as AccountIcon,
|
|
1068
|
+
wo as AccountIconVariants,
|
|
1069
|
+
Ws as AccountNotificationTypes,
|
|
1070
|
+
Co as AccountSubType,
|
|
1071
|
+
Do as AccountType,
|
|
1042
1072
|
Eo as AccountTypeName,
|
|
1043
1073
|
Te as AnalyticsApi,
|
|
1044
1074
|
a as ApiEndpoints,
|
|
1045
1075
|
T as BannerApi,
|
|
1046
1076
|
ke as BeatApi,
|
|
1047
|
-
|
|
1077
|
+
qs as BudgetNotificationTypes,
|
|
1048
1078
|
Ze as Calendar,
|
|
1049
1079
|
Je as CalendarSelectionTypes,
|
|
1050
1080
|
Ue as CategoryApi,
|
|
1051
|
-
|
|
1052
|
-
|
|
1081
|
+
Sr as CategoryColors,
|
|
1082
|
+
br as CategoryGuidToName,
|
|
1053
1083
|
f as CategoryGuids,
|
|
1054
|
-
|
|
1055
|
-
|
|
1084
|
+
wr as CategoryIcon,
|
|
1085
|
+
vs as ConnectCard,
|
|
1056
1086
|
Ve as ConnectDrawer,
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1087
|
+
Ao as ConnectionStatus,
|
|
1088
|
+
xo as ConnectionStatusEnums,
|
|
1089
|
+
Er as CurrencyCodes,
|
|
1060
1090
|
ts as CurrencyDialog,
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1091
|
+
is as CurrencyInput,
|
|
1092
|
+
Ls as CurrencyText,
|
|
1093
|
+
dr as DATE_FORMATS_INTL,
|
|
1094
|
+
V as DEFAULT_DONUT_SIZE,
|
|
1095
|
+
X as DEFAULT_STROKE_WIDTH,
|
|
1096
|
+
ws as DataRow,
|
|
1067
1097
|
Ke as DateRangeSelector,
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1098
|
+
sr as Dialog,
|
|
1099
|
+
tr as Donut,
|
|
1100
|
+
nr as Drawer,
|
|
1101
|
+
Ps as EmptyState,
|
|
1072
1102
|
Ge as ErrorBoundary,
|
|
1073
|
-
|
|
1103
|
+
To as ErrorStatuses,
|
|
1074
1104
|
xt as ExpenseStatus,
|
|
1075
1105
|
g as Fetch,
|
|
1076
|
-
|
|
1077
|
-
|
|
1106
|
+
Cs as Frequency,
|
|
1107
|
+
Vs as GlobalAccountFilter,
|
|
1078
1108
|
w as GlobalCopyApi,
|
|
1079
1109
|
Dt as GlobalCopyStore,
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1110
|
+
Ur as GlobalDataContext,
|
|
1111
|
+
Lr as GlobalDataProvider,
|
|
1112
|
+
Ee as GlobalStore,
|
|
1113
|
+
Ms as GoalType,
|
|
1114
|
+
_r as INCOME_ACCOUNT_TYPES,
|
|
1115
|
+
Ss as IconBacking,
|
|
1116
|
+
Bs as InformationTooltip,
|
|
1117
|
+
Ys as InsightNotificationTypes,
|
|
1088
1118
|
yt as IterationItemTypes,
|
|
1089
1119
|
ye as LOADING_STATUS,
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1120
|
+
Po as LOCALES,
|
|
1121
|
+
$s as ListItemAction,
|
|
1122
|
+
Gs as ListItemRow,
|
|
1093
1123
|
Re as ListItemWrapper,
|
|
1094
|
-
|
|
1124
|
+
us as Loader,
|
|
1095
1125
|
be as LocalizedCopyApi,
|
|
1096
|
-
|
|
1126
|
+
ks as MetaType,
|
|
1097
1127
|
Bo as MfaStatuses,
|
|
1098
1128
|
We as MicroWidgetContainer,
|
|
1099
1129
|
Ye as MiniWidgetContainer,
|
|
1100
1130
|
De as MultiSegmentDonut,
|
|
1101
|
-
|
|
1131
|
+
Io as NonConnectedStatuses,
|
|
1102
1132
|
Oe as NotificationApi,
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1133
|
+
Qs as NotificationTypes,
|
|
1134
|
+
lr as ORDINAL_DATE_FORMAT,
|
|
1135
|
+
hr as ORDINAL_MONTH_DAY_YEAR_FORMAT,
|
|
1136
|
+
fr as PAYMENT_ACCOUNT_TYPES,
|
|
1137
|
+
Cr as PaymentCategories,
|
|
1108
1138
|
mt as PlanTypes,
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1139
|
+
vo as ProcessingStatuses,
|
|
1140
|
+
Mo as PropertyType,
|
|
1141
|
+
ko as PropertyTypeName,
|
|
1112
1142
|
me as RECURRENCE_COPY,
|
|
1113
|
-
|
|
1114
|
-
|
|
1143
|
+
Ds as RecurrenceStatus,
|
|
1144
|
+
Es as RecurrenceType,
|
|
1115
1145
|
ft as RecurrenceTypes,
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1146
|
+
As as RepeatingType,
|
|
1147
|
+
ls as ResponsiveButton,
|
|
1148
|
+
mr as SPENDING_ACCOUNT_TYPES,
|
|
1119
1149
|
Tt as ScheduledPaymentTypes,
|
|
1120
1150
|
we as ScheduledPaymentsApi,
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1151
|
+
Bt as ScreenSize,
|
|
1152
|
+
gs as SearchBox,
|
|
1153
|
+
xs as Select,
|
|
1154
|
+
_s as SelectionBox,
|
|
1155
|
+
or as SingleSegmentDonut,
|
|
1156
|
+
Mr as Sizes,
|
|
1157
|
+
Zs as StatusBar,
|
|
1158
|
+
No as StatusName,
|
|
1159
|
+
kr as TOUCH_TARGET,
|
|
1160
|
+
ms as TabContentContainer,
|
|
1161
|
+
Ks as ToggleButtonListItem,
|
|
1162
|
+
zs as ToggleListItem,
|
|
1163
|
+
Ns as TrackType,
|
|
1134
1164
|
$e as TransactionStatus,
|
|
1135
1165
|
G as TransactionType,
|
|
1136
|
-
|
|
1166
|
+
B as UserApi,
|
|
1137
1167
|
Pt as UserStore,
|
|
1138
|
-
|
|
1139
|
-
|
|
1168
|
+
At as UserVerification,
|
|
1169
|
+
I as WidgetApi,
|
|
1140
1170
|
ze as WidgetContainer,
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1171
|
+
Or as WidgetContainerContext,
|
|
1172
|
+
Pr as WidgetContainerProvider,
|
|
1173
|
+
Be as analyticsSession,
|
|
1174
|
+
Ro as buildDynamicCopy,
|
|
1175
|
+
$o as buildPluralCopy,
|
|
1176
|
+
Ar as formatCurrency,
|
|
1177
|
+
gr as formatDate,
|
|
1178
|
+
xr as formatOrdinal,
|
|
1179
|
+
Tr as formatPercentage,
|
|
1180
|
+
Lo as fromTimestampToMonthYear,
|
|
1181
|
+
es as getCategory,
|
|
1182
|
+
ss as getCategoryTotalsByParent,
|
|
1153
1183
|
Se as getClientTheme,
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1184
|
+
Br as getCurrencyCodes,
|
|
1185
|
+
rs as getDetailedCategory,
|
|
1186
|
+
os as getDetailedSubCategory,
|
|
1187
|
+
Fo as getLocale,
|
|
1188
|
+
as as isIncome,
|
|
1189
|
+
Ir as isValidNumber,
|
|
1190
|
+
ho as useAccountDisplayName,
|
|
1191
|
+
Rr as useAccountStore,
|
|
1192
|
+
$r as useAppConfig,
|
|
1193
|
+
Fr as useBudgetsStore,
|
|
1194
|
+
Gr as useCashflowStore,
|
|
1195
|
+
Hr as useCategoryStore,
|
|
1196
|
+
Ie as useCombineEvents,
|
|
1167
1197
|
ve as useCombinePageviews,
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1198
|
+
Wr as useDebtStore,
|
|
1199
|
+
qr as useError,
|
|
1200
|
+
Yr as useEvent,
|
|
1201
|
+
Qr as useFinstrongStore,
|
|
1202
|
+
Kr as useGlobalCopyStore,
|
|
1203
|
+
zr as useGlobalStore,
|
|
1204
|
+
jr as useGlobalUiStore,
|
|
1205
|
+
Vr as useGoalStore,
|
|
1206
|
+
Xr as useHelpStore,
|
|
1207
|
+
Zr as useHoldingStore,
|
|
1208
|
+
po as useInsightsEnabled,
|
|
1209
|
+
Jr as useLoad,
|
|
1210
|
+
to as useMerchantStore,
|
|
1211
|
+
eo as useNetWorthStore,
|
|
1212
|
+
so as useNotificationStore,
|
|
1213
|
+
ro as usePageView,
|
|
1184
1214
|
Ce as usePrevious,
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1215
|
+
oo as useRecurringTransactionsStore,
|
|
1216
|
+
fo as useScreenSize,
|
|
1217
|
+
ao as useSettingsStore,
|
|
1218
|
+
no as useTransactionStore,
|
|
1219
|
+
io as useTrendsStore,
|
|
1220
|
+
co as useUserStore,
|
|
1221
|
+
uo as useWidgetContainerProvider,
|
|
1222
|
+
yo as useWidgetLoadTimer
|
|
1193
1223
|
};
|