@mx-cartographer/experiences 7.0.57-alpha.mega3 → 7.0.58-alpha-ram1
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 +9 -1
- package/dist/{Account-DoxALziV.mjs → Account-tMsdS_fR.mjs} +1 -1
- package/dist/{AccountDetailsContent-DsD3Wzu7.mjs → AccountDetailsContent-C8fH-FQB.mjs} +7 -7
- package/dist/{AccountDetailsHeader-DN2pk4QW.mjs → AccountDetailsHeader-DNAjoL-S.mjs} +4 -4
- package/dist/{AccountFields-CuivK48n.mjs → AccountFields-Dg6oj8cP.mjs} +2 -2
- package/dist/{AccountListItem-BAdwVscV.mjs → AccountListItem-Beq27kHX.mjs} +3 -3
- package/dist/{AccountStore-DWiQAs6V.mjs → AccountStore-CHPKVGWf.mjs} +1 -1
- package/dist/{Accounts-CNnOAmr2.mjs → Accounts-C5gB9veQ.mjs} +1 -1
- package/dist/{CategorySelectorDrawer-BmenK5bu.mjs → CategorySelectorDrawer-CedQx6n6.mjs} +1 -1
- package/dist/{ConnectDrawer-DJA_S-rX.mjs → ConnectDrawer-CUKAktmo.mjs} +1 -1
- package/dist/{ConnectionsDrawer-CU3E2RLw.mjs → ConnectionsDrawer-CwmI5IXT.mjs} +2 -2
- package/dist/{DebtsStore-CoZ30R-_.mjs → DebtsStore-Blg0V9AH.mjs} +1 -1
- package/dist/Drawer-BEtCk82g.mjs +163 -0
- package/dist/{GoalStore-DxOUk36P.mjs → GoalStore-BNyhflZu.mjs} +1 -1
- package/dist/{Help-CzBAsKA2.mjs → Help-BYF21T2N.mjs} +1 -1
- package/dist/{ManageIncome-BX7dzGF8.mjs → ManageIncome-BftkBLLt.mjs} +59 -57
- package/dist/{NetWorthStore-f6RQno5Z.mjs → NetWorthStore-DgWH61d0.mjs} +2 -2
- package/dist/{NotificationSettings-C215AwS0.mjs → NotificationSettings-4OsC52PM.mjs} +1 -1
- package/dist/{RecurringSettings-qv7DNYac.mjs → RecurringSettings-DWRuYGXq.mjs} +2 -2
- package/dist/{TransactionDetails-DAp_CPCP.mjs → TransactionDetails-Csjr1ivB.mjs} +3 -3
- package/dist/{WidgetContainer-B8MRJ5Y1.mjs → WidgetContainer-Dr9acAPp.mjs} +2 -2
- package/dist/accounts/components/AccountsListCompact.d.ts +9 -0
- package/dist/accounts/index.es.js +12 -12
- package/dist/budgets/index.es.js +6 -6
- package/dist/cashflow/index.es.js +6 -6
- package/dist/categories/index.es.js +1 -1
- package/dist/common/components/drawer/Drawer.d.ts +3 -0
- package/dist/common/components/drawer/Footer.d.ts +17 -0
- package/dist/common/index.es.js +10 -10
- package/dist/common/types/Finstrong.d.ts +6 -0
- package/dist/common/types/localization/FinstrongCopy.d.ts +10 -0
- package/dist/dashboard/index.es.js +1 -1
- package/dist/debts/index.es.js +6 -6
- package/dist/finstrong/components/DoubleBarChart.d.ts +26 -0
- package/dist/finstrong/components/KeyIndicatorsBorrowTab.d.ts +2 -2
- 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 +2 -0
- package/dist/finstrong/components/KeyIndicatorsTabItemDrawer.d.ts +10 -0
- package/dist/finstrong/components/KeyIndicatorsTabsWidget.d.ts +2 -2
- package/dist/finstrong/components/Onboarding.d.ts +5 -0
- package/dist/finstrong/components/OnboardingAddMonthlyIncome.d.ts +11 -0
- package/dist/finstrong/components/OnboardingStepsDrawer.d.ts +14 -0
- package/dist/finstrong/components/OnboardingStepsHeader.d.ts +8 -0
- package/dist/finstrong/components/ProgressBar.d.ts +15 -0
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeDrawerComponent.d.ts +4 -0
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeStickyComponent.d.ts +4 -0
- package/dist/finstrong/components/shared/CustomDoubleBarPlot.d.ts +25 -0
- package/dist/finstrong/constants/index.d.ts +8 -0
- package/dist/finstrong/index.es.js +1044 -810
- package/dist/finstrong/util/finstrongUtils.d.ts +9 -0
- package/dist/goals/index.es.js +8 -8
- package/dist/help/index.es.js +2 -2
- package/dist/investments/index.es.js +3 -3
- package/dist/networth/index.es.js +5 -5
- package/dist/notifications/index.es.js +2 -2
- package/dist/recurringtransactions/index.es.js +6 -6
- package/dist/settings/index.es.js +6 -6
- package/dist/spending/index.es.js +3 -3
- package/dist/transactions/index.es.js +6 -6
- package/dist/trends/index.es.js +4 -4
- package/dist/{useAccountDisplayName-CyPD_TFR.mjs → useAccountDisplayName-Ngo3TWV4.mjs} +1 -1
- package/package.json +1 -1
- package/dist/Drawer-kEE73B87.mjs +0 -113
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as c, jsx as e, Fragment as L } from "react/jsx-runtime";
|
|
2
2
|
import u from "react";
|
|
3
3
|
import { observer as A } from "mobx-react-lite";
|
|
4
|
-
import
|
|
4
|
+
import M from "@mui/material/Box";
|
|
5
5
|
import T from "@mui/material/Divider";
|
|
6
6
|
import K from "@mui/material/List";
|
|
7
|
-
import
|
|
7
|
+
import p from "@mui/material/Stack";
|
|
8
8
|
import { MerchantLogo as H, Text as S, H1 as re, InstitutionLogo as ae, P as U } from "@mxenabled/mxui";
|
|
9
9
|
import ie from "@mui/material/ListItem";
|
|
10
10
|
import se from "@mui/material/ListItemAvatar";
|
|
@@ -15,17 +15,17 @@ import { subDays as ue } from "date-fns/subDays";
|
|
|
15
15
|
import { startOfToday as z } from "date-fns/startOfToday";
|
|
16
16
|
import { endOfMonth as _e } from "date-fns/endOfMonth";
|
|
17
17
|
import $ from "@mui/material/Button";
|
|
18
|
-
import { Delete as me, Add as
|
|
19
|
-
import { T as X, a as ye, u as ge, S as fe, b as Ce } from "./TransactionDetails-
|
|
18
|
+
import { Delete as me, Add as he, ReceiptLong as pe } from "@mxenabled/mx-icons";
|
|
19
|
+
import { T as X, a as ye, u as ge, S as fe, b as Ce } from "./TransactionDetails-Csjr1ivB.mjs";
|
|
20
20
|
import { getDayOfYear as be } from "date-fns/getDayOfYear";
|
|
21
21
|
import { setDayOfYear as xe } from "date-fns/setDayOfYear";
|
|
22
22
|
import { AdapterDateFns as Se } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
|
23
23
|
import { DatePicker as ve } from "@mui/x-date-pickers";
|
|
24
24
|
import { LocalizationProvider as we } from "@mui/x-date-pickers/LocalizationProvider";
|
|
25
|
-
import { u as w, j as
|
|
25
|
+
import { u as w, j as F, g as G, b as Ae, h as Z, o as De } from "./hooks-CE2TKk4a.mjs";
|
|
26
26
|
import { b as Ie, f as J } from "./NumberFormatting-CtWHhyBX.mjs";
|
|
27
|
-
import { D as O } from "./Drawer-
|
|
28
|
-
import { A as R } from "./WidgetContainer-
|
|
27
|
+
import { D as O } from "./Drawer-BEtCk82g.mjs";
|
|
28
|
+
import { A as R } from "./WidgetContainer-Dr9acAPp.mjs";
|
|
29
29
|
import { f as Ee, D as Re, a as Te } from "./Dialog-CWW597AF.mjs";
|
|
30
30
|
import { formatISO as Le } from "date-fns/formatISO";
|
|
31
31
|
import { fromUnixTime as Oe } from "date-fns/fromUnixTime";
|
|
@@ -61,15 +61,15 @@ const ee = ({
|
|
|
61
61
|
{ id: 4, label: o.weekday_thursday },
|
|
62
62
|
{ id: 5, label: o.weekday_friday },
|
|
63
63
|
{ id: 6, label: o.weekday_saturday }
|
|
64
|
-
], y = [...Array(31).keys()].map((
|
|
65
|
-
id:
|
|
66
|
-
label: Ie(
|
|
64
|
+
], y = [...Array(31).keys()].map((h) => ({
|
|
65
|
+
id: h + 1,
|
|
66
|
+
label: Ie(h + 1)
|
|
67
67
|
}));
|
|
68
68
|
y[30].label += ` (${o.last_day_of_month})`;
|
|
69
|
-
const C = y.slice(0, 15), v = y.slice(14), b = n === d.EveryWeek || n === d.EveryOtherWeek, g = n === d.TwiceAMonth || n === d.EveryMonth || n === d.EveryOtherMonth || n === d.EveryQuarter || n === d.EveryOtherQuarter, D = xe(z(), t), f = (
|
|
70
|
-
|
|
69
|
+
const C = y.slice(0, 15), v = y.slice(14), b = n === d.EveryWeek || n === d.EveryOtherWeek, g = n === d.TwiceAMonth || n === d.EveryMonth || n === d.EveryOtherMonth || n === d.EveryQuarter || n === d.EveryOtherQuarter, D = xe(z(), t), f = (h) => {
|
|
70
|
+
h && s(be(h));
|
|
71
71
|
};
|
|
72
|
-
return /* @__PURE__ */ c(
|
|
72
|
+
return /* @__PURE__ */ c(p, { gap: 24, sx: { m: 24 }, children: [
|
|
73
73
|
/* @__PURE__ */ e(
|
|
74
74
|
N,
|
|
75
75
|
{
|
|
@@ -117,7 +117,7 @@ const ee = ({
|
|
|
117
117
|
) })
|
|
118
118
|
] });
|
|
119
119
|
}, Me = A(({ repeatingTransaction: n }) => {
|
|
120
|
-
const { recurring: t } = w(), { updateRepeatingTransaction: r } =
|
|
120
|
+
const { recurring: t } = w(), { updateRepeatingTransaction: r } = F(), { onEvent: a } = G(), [s, l] = u.useState(!1), [o, i] = u.useState(n.recurrence_type), [m, y] = u.useState(n.recurrence_day), [C, v] = u.useState(n.second_recurrence_day), b = async () => {
|
|
121
121
|
await r({
|
|
122
122
|
...n,
|
|
123
123
|
recurrence_type: o,
|
|
@@ -161,7 +161,7 @@ const ee = ({
|
|
|
161
161
|
] });
|
|
162
162
|
}), Fe = A(
|
|
163
163
|
({ onDeleted: n, recurringTransaction: t }) => {
|
|
164
|
-
const { recurring: r } = w(), { selectedAccountGuids: a } = Ae(), { onEvent: s } =
|
|
164
|
+
const { recurring: r } = w(), { selectedAccountGuids: a } = Ae(), { onEvent: s } = G(), { deleteRepeatingTransaction: l } = F(), { setFilter: o, transactions: i } = Z(), { amount: m, description: y, merchant_guid: C } = t, [v, b] = u.useState(!1), [g, D] = u.useState("");
|
|
165
165
|
u.useEffect(() => {
|
|
166
166
|
o({
|
|
167
167
|
accounts: a,
|
|
@@ -172,13 +172,13 @@ const ee = ({
|
|
|
172
172
|
const f = u.useMemo(
|
|
173
173
|
() => i.find((_) => _.guid === g),
|
|
174
174
|
[g, i]
|
|
175
|
-
),
|
|
175
|
+
), h = t.repeating_transaction_type === E.Income, k = async () => {
|
|
176
176
|
await l(t.guid), n();
|
|
177
|
-
},
|
|
177
|
+
}, P = () => {
|
|
178
178
|
b(!0), s(R.RECURRING_TRANSACTIONS_DETAILS_CLICK_DELETE);
|
|
179
179
|
};
|
|
180
|
-
return /* @__PURE__ */ c(
|
|
181
|
-
/* @__PURE__ */ c(
|
|
180
|
+
return /* @__PURE__ */ c(p, { bgcolor: "background.default", direction: "column", height: "100%", children: [
|
|
181
|
+
/* @__PURE__ */ c(p, { direction: "column", m: 24, children: [
|
|
182
182
|
/* @__PURE__ */ e(
|
|
183
183
|
H,
|
|
184
184
|
{
|
|
@@ -189,8 +189,8 @@ const ee = ({
|
|
|
189
189
|
}
|
|
190
190
|
),
|
|
191
191
|
/* @__PURE__ */ e(S, { bold: !0, variant: "body1", children: y }),
|
|
192
|
-
/* @__PURE__ */ c(re, { color:
|
|
193
|
-
|
|
192
|
+
/* @__PURE__ */ c(re, { color: h ? "success.main" : "text.primary", sx: { my: 4 }, children: [
|
|
193
|
+
h ? "+" : "",
|
|
194
194
|
J(m, "0,0.00")
|
|
195
195
|
] }),
|
|
196
196
|
/* @__PURE__ */ e(S, { color: "text.secondary", variant: "body2", children: `${r.next_payment_date}: ${Ee(
|
|
@@ -228,11 +228,11 @@ const ee = ({
|
|
|
228
228
|
$,
|
|
229
229
|
{
|
|
230
230
|
color: "error",
|
|
231
|
-
onClick:
|
|
231
|
+
onClick: P,
|
|
232
232
|
startIcon: /* @__PURE__ */ e(me, {}),
|
|
233
233
|
sx: { mx: 24, my: 16 },
|
|
234
234
|
variant: "text",
|
|
235
|
-
children:
|
|
235
|
+
children: h ? r.delete_income_title : r.delete_expense_title
|
|
236
236
|
}
|
|
237
237
|
),
|
|
238
238
|
/* @__PURE__ */ e(S, { bold: !0, sx: { ml: 24, mt: 16 }, variant: "Body", children: r.paid_transactions }),
|
|
@@ -251,13 +251,13 @@ const ee = ({
|
|
|
251
251
|
Te,
|
|
252
252
|
{
|
|
253
253
|
copy: {
|
|
254
|
-
title:
|
|
254
|
+
title: h ? r.delete_income_title : r.delete_expense_title,
|
|
255
255
|
close_aria: r.close_drawer_aria
|
|
256
256
|
},
|
|
257
257
|
isOpen: v,
|
|
258
258
|
onClose: () => b(!1),
|
|
259
259
|
onPrimaryAction: k,
|
|
260
|
-
children: /* @__PURE__ */ e(S, { children:
|
|
260
|
+
children: /* @__PURE__ */ e(S, { children: h ? r.delete_income_description : r.delete_expense_description })
|
|
261
261
|
}
|
|
262
262
|
)
|
|
263
263
|
] });
|
|
@@ -280,10 +280,10 @@ const ee = ({
|
|
|
280
280
|
merchantGuid: t.merchant_guid
|
|
281
281
|
}
|
|
282
282
|
) }),
|
|
283
|
-
/* @__PURE__ */ e(le, { children: /* @__PURE__ */ c(
|
|
284
|
-
/* @__PURE__ */ c(
|
|
283
|
+
/* @__PURE__ */ e(le, { children: /* @__PURE__ */ c(p, { direction: "row", gap: 4, sx: { justifyContent: "space-between" }, children: [
|
|
284
|
+
/* @__PURE__ */ c(p, { direction: "column", sx: { width: "50%" }, children: [
|
|
285
285
|
/* @__PURE__ */ e(S, { bold: !0, variant: "body1", children: t.description }),
|
|
286
|
-
/* @__PURE__ */ c(
|
|
286
|
+
/* @__PURE__ */ c(p, { alignItems: "center", direction: "row", gap: 6, children: [
|
|
287
287
|
t.account?.institution_guid && /* @__PURE__ */ e(
|
|
288
288
|
ae,
|
|
289
289
|
{
|
|
@@ -295,7 +295,7 @@ const ee = ({
|
|
|
295
295
|
/* @__PURE__ */ e(S, { variant: "caption", children: o })
|
|
296
296
|
] })
|
|
297
297
|
] }),
|
|
298
|
-
/* @__PURE__ */ c(
|
|
298
|
+
/* @__PURE__ */ c(p, { alignItems: "flex-end", sx: { width: "50%" }, children: [
|
|
299
299
|
/* @__PURE__ */ c(
|
|
300
300
|
S,
|
|
301
301
|
{
|
|
@@ -309,7 +309,7 @@ const ee = ({
|
|
|
309
309
|
}
|
|
310
310
|
),
|
|
311
311
|
/* @__PURE__ */ e(
|
|
312
|
-
|
|
312
|
+
p,
|
|
313
313
|
{
|
|
314
314
|
direction: "row",
|
|
315
315
|
sx: {
|
|
@@ -351,7 +351,7 @@ const ee = ({
|
|
|
351
351
|
onSelected: a
|
|
352
352
|
}) => {
|
|
353
353
|
const { recurring: s } = w(), { searchValue: l, setSearchValue: o } = ge();
|
|
354
|
-
return /* @__PURE__ */ c(
|
|
354
|
+
return /* @__PURE__ */ c(p, { sx: { bgcolor: n, gap: 16, pt: 8 }, children: [
|
|
355
355
|
t && /* @__PURE__ */ e(U, { sx: { mx: 24 }, children: t }),
|
|
356
356
|
/* @__PURE__ */ e(
|
|
357
357
|
ke,
|
|
@@ -380,23 +380,25 @@ const ee = ({
|
|
|
380
380
|
transaction: i
|
|
381
381
|
}) => {
|
|
382
382
|
const { recurring: m } = w();
|
|
383
|
-
return /* @__PURE__ */ c(
|
|
384
|
-
/* @__PURE__ */ c(
|
|
383
|
+
return /* @__PURE__ */ c(p, { bgcolor: n, gap: 24, height: "100%", children: [
|
|
384
|
+
/* @__PURE__ */ c(p, { children: [
|
|
385
385
|
/* @__PURE__ */ e(fe, { bgcolor: n, children: Ne(i.date) }),
|
|
386
386
|
/* @__PURE__ */ e(Ce, { transaction: i })
|
|
387
387
|
] }),
|
|
388
|
-
/* @__PURE__ */
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
388
|
+
/* @__PURE__ */ c(M, { children: [
|
|
389
|
+
/* @__PURE__ */ e(S, { bold: !0, sx: { mx: 24 }, variant: "Body", children: m.payment_schedule }),
|
|
390
|
+
/* @__PURE__ */ e(
|
|
391
|
+
ee,
|
|
392
|
+
{
|
|
393
|
+
firstDay: t,
|
|
394
|
+
frequency: a,
|
|
395
|
+
onFirstDayChange: l,
|
|
396
|
+
onFrequencyChange: s,
|
|
397
|
+
onSecondDayChange: o,
|
|
398
|
+
secondDay: r
|
|
399
|
+
}
|
|
400
|
+
)
|
|
401
|
+
] })
|
|
400
402
|
] });
|
|
401
403
|
}
|
|
402
404
|
), q = (n) => n.top_level_category_guid !== B.INCOME && n.transaction_type === V.DEBIT, Ye = (n, t) => q(n) ? n.payee?.toLowerCase().includes(t.toLowerCase()) || n.description.toLowerCase().includes(t.toLowerCase()) || n.feed_description.toLowerCase().includes(t.toLowerCase()) : !1, W = (n) => n.top_level_category_guid === B.INCOME || n.top_level_category_guid === B.TRANSFER && n.transaction_type === V.CREDIT, ze = (n, t) => W(n) ? n.payee?.toLowerCase().includes(t.toLowerCase()) || n.description?.toLowerCase().includes(t.toLowerCase()) || n.feed_description?.toLowerCase().includes(t.toLowerCase()) : !1, te = A(
|
|
@@ -405,7 +407,7 @@ const ee = ({
|
|
|
405
407
|
label: t,
|
|
406
408
|
onAddRecurringTransaction: r = () => null
|
|
407
409
|
}) => {
|
|
408
|
-
const { recurring: a } = w(), { filter: s, setFilter: l, transactions: o } = Z(), { addRepeatingTransaction: i } =
|
|
410
|
+
const { recurring: a } = w(), { filter: s, setFilter: l, transactions: o } = Z(), { addRepeatingTransaction: i } = F(), { user: m } = De(), [y, C] = u.useState(!1), [v, b] = u.useState(""), [g, D] = u.useState(d.EveryMonth), [f, h] = u.useState(1), [k, P] = u.useState(15), _ = u.useMemo(
|
|
409
411
|
() => o.find((x) => x.guid === v),
|
|
410
412
|
[v, o]
|
|
411
413
|
), ne = () => {
|
|
@@ -436,7 +438,7 @@ const ee = ({
|
|
|
436
438
|
b(""), C(!1);
|
|
437
439
|
};
|
|
438
440
|
return /* @__PURE__ */ c(L, { children: [
|
|
439
|
-
/* @__PURE__ */ e($, { onClick: ne, startIcon: /* @__PURE__ */ e(
|
|
441
|
+
/* @__PURE__ */ e($, { onClick: ne, startIcon: /* @__PURE__ */ e(he, { size: 24 }), variant: "contained", children: t }),
|
|
440
442
|
/* @__PURE__ */ e(
|
|
441
443
|
O,
|
|
442
444
|
{
|
|
@@ -472,9 +474,9 @@ const ee = ({
|
|
|
472
474
|
{
|
|
473
475
|
firstDay: f,
|
|
474
476
|
frequency: g,
|
|
475
|
-
onFirstDayChange:
|
|
477
|
+
onFirstDayChange: h,
|
|
476
478
|
onFrequencyChange: D,
|
|
477
|
-
onSecondDayChange:
|
|
479
|
+
onSecondDayChange: P,
|
|
478
480
|
secondDay: k,
|
|
479
481
|
transaction: _
|
|
480
482
|
}
|
|
@@ -485,9 +487,9 @@ const ee = ({
|
|
|
485
487
|
}
|
|
486
488
|
), Be = A(
|
|
487
489
|
({ zeroStateFor: n }) => {
|
|
488
|
-
const { recurring: t } = w(), { onEvent: r } =
|
|
489
|
-
return /* @__PURE__ */ c(
|
|
490
|
-
/* @__PURE__ */ e(
|
|
490
|
+
const { recurring: t } = w(), { onEvent: r } = G(), a = n === "income", s = a ? t.recurring_setting_zero_state_income_title : t.recurring_setting_zero_state_expenses_title, l = a ? t.recurring_setting_zero_state_income_description : t.recurring_setting_zero_state_expenses_description, o = a ? t.add_income : t.add_expense;
|
|
491
|
+
return /* @__PURE__ */ c(p, { sx: { alignItems: "center", p: 24, pt: 48 }, children: [
|
|
492
|
+
/* @__PURE__ */ e(pe, { size: 48 }),
|
|
491
493
|
/* @__PURE__ */ e(U, { sx: { my: 8, fontWeight: 600 }, variant: "body1", children: s }),
|
|
492
494
|
/* @__PURE__ */ e(U, { color: "text.secondary", sx: { mb: 32 }, variant: "subtitle2", children: l }),
|
|
493
495
|
/* @__PURE__ */ e(
|
|
@@ -505,7 +507,7 @@ const ee = ({
|
|
|
505
507
|
] });
|
|
506
508
|
}
|
|
507
509
|
), wt = A(({ forOverview: n = !1 }) => {
|
|
508
|
-
const { recurring: t } = w(), { repeatingTransactions: r } =
|
|
510
|
+
const { recurring: t } = w(), { repeatingTransactions: r } = F(), { onEvent: a } = G(), s = (i) => {
|
|
509
511
|
a(R.RECURRING_TRANSACTIONS_CLICK_INCOME, {
|
|
510
512
|
repeating_transaction_guid: i.guid
|
|
511
513
|
});
|
|
@@ -515,7 +517,7 @@ const ee = ({
|
|
|
515
517
|
(i) => i.repeating_transaction_type === E.Income && (i.transactions.length > 0 || i.recurrence_type === d.EveryYear)
|
|
516
518
|
);
|
|
517
519
|
return /* @__PURE__ */ e(L, { children: o.length !== 0 ? /* @__PURE__ */ c(
|
|
518
|
-
|
|
520
|
+
p,
|
|
519
521
|
{
|
|
520
522
|
sx: {
|
|
521
523
|
height: n ? "calc(100vh - 62px)" : "calc(100vh - 109px)",
|
|
@@ -523,7 +525,7 @@ const ee = ({
|
|
|
523
525
|
},
|
|
524
526
|
children: [
|
|
525
527
|
n && /* @__PURE__ */ e(S, { bold: !0, sx: { mb: 4, mt: 12, mx: 24 }, variant: "Small", children: t.income }),
|
|
526
|
-
/* @__PURE__ */ e(
|
|
528
|
+
/* @__PURE__ */ e(M, { sx: { flex: 1, overflow: "auto" }, children: /* @__PURE__ */ e(K, { sx: { bgcolor: "background.paper" }, children: o.map((i, m) => /* @__PURE__ */ c(u.Fragment, { children: [
|
|
527
529
|
/* @__PURE__ */ e(Ge, { onClick: s, repeatingTransaction: i }),
|
|
528
530
|
/* @__PURE__ */ e(
|
|
529
531
|
T,
|
|
@@ -532,10 +534,10 @@ const ee = ({
|
|
|
532
534
|
}
|
|
533
535
|
)
|
|
534
536
|
] }, i.guid)) }) }),
|
|
535
|
-
/* @__PURE__ */ c(
|
|
537
|
+
/* @__PURE__ */ c(M, { children: [
|
|
536
538
|
/* @__PURE__ */ e(T, {}),
|
|
537
539
|
/* @__PURE__ */ e(
|
|
538
|
-
|
|
540
|
+
M,
|
|
539
541
|
{
|
|
540
542
|
sx: {
|
|
541
543
|
alignContent: "center",
|
|
@@ -3,8 +3,8 @@ import { format as A } from "date-fns/format";
|
|
|
3
3
|
import { fromUnixTime as W } from "date-fns/fromUnixTime";
|
|
4
4
|
import { startOfMonth as _ } from "date-fns/startOfMonth";
|
|
5
5
|
import { subMonths as B } from "date-fns/subMonths";
|
|
6
|
-
import { a as b } from "./Accounts-
|
|
7
|
-
import { e as N, a as M, f as v } from "./ConnectDrawer-
|
|
6
|
+
import { a as b } from "./Accounts-C5gB9veQ.mjs";
|
|
7
|
+
import { e as N, a as M, f as v } from "./ConnectDrawer-CUKAktmo.mjs";
|
|
8
8
|
const f = 13, L = (n, t) => n.filter((e) => {
|
|
9
9
|
const { is_closed: r, is_deleted: s, is_hidden: a, is_manual: i } = e;
|
|
10
10
|
return r || s || a ? !1 : i || !e.guid ? !0 : t.some((l) => n.some((g) => l.guid === g.member_guid));
|
|
@@ -21,7 +21,7 @@ import { b as re, f as de } from "./NumberFormatting-CtWHhyBX.mjs";
|
|
|
21
21
|
import { a as M } from "./Dialog-CWW597AF.mjs";
|
|
22
22
|
import { C as me } from "./CurrencyInput-CRtdzs3o.mjs";
|
|
23
23
|
import { u as he } from "./useScreenSize-B6JyS_Lj.mjs";
|
|
24
|
-
import { D as J } from "./Drawer-
|
|
24
|
+
import { D as J } from "./Drawer-BEtCk82g.mjs";
|
|
25
25
|
import _e from "@mui/material/Collapse";
|
|
26
26
|
import ue from "@mui/material/Card";
|
|
27
27
|
import pe from "@mui/material/CardContent";
|
|
@@ -7,10 +7,10 @@ import b from "@mui/material/Tabs";
|
|
|
7
7
|
import p from "@mui/material/Divider";
|
|
8
8
|
import R from "@mui/material/List";
|
|
9
9
|
import T from "@mui/material/Stack";
|
|
10
|
-
import { R as C, A as S, a as E, M as v } from "./ManageIncome-
|
|
10
|
+
import { R as C, A as S, a as E, M as v } from "./ManageIncome-BftkBLLt.mjs";
|
|
11
11
|
import { u as h, j as A, g as _ } from "./hooks-CE2TKk4a.mjs";
|
|
12
12
|
import { R as y, F as N } from "./RecurringTransactions-DTUx9VN1.mjs";
|
|
13
|
-
import { A as d } from "./WidgetContainer-
|
|
13
|
+
import { A as d } from "./WidgetContainer-Dr9acAPp.mjs";
|
|
14
14
|
const I = u(() => {
|
|
15
15
|
const { recurring: n } = h(), { repeatingTransactions: c } = A(), { onEvent: o } = _(), a = (r) => {
|
|
16
16
|
o(d.RECURRING_TRANSACTIONS_CLICK_EXPENSE, {
|
|
@@ -17,7 +17,7 @@ import { fromUnixTime as W } from "date-fns/fromUnixTime";
|
|
|
17
17
|
import { isSameDay as Ne } from "date-fns/isSameDay";
|
|
18
18
|
import { h as Ye } from "./DateUtil-BcuH7ErC.mjs";
|
|
19
19
|
import { L as Ie } from "./Loader-DUaFpDGv.mjs";
|
|
20
|
-
import { A as P } from "./WidgetContainer-
|
|
20
|
+
import { A as P } from "./WidgetContainer-Dr9acAPp.mjs";
|
|
21
21
|
import ne from "@mui/material/Paper";
|
|
22
22
|
import ce from "@mui/material/Button";
|
|
23
23
|
import je from "@mui/material/FormGroup";
|
|
@@ -30,10 +30,10 @@ import F from "@mui/material/ListItem";
|
|
|
30
30
|
import { a as V, f as Ee, D as Oe } from "./Dialog-CWW597AF.mjs";
|
|
31
31
|
import U from "@mui/material/ListItemButton";
|
|
32
32
|
import X from "@mui/material/ListItemIcon";
|
|
33
|
-
import { a as we } from "./CategorySelectorDrawer-
|
|
33
|
+
import { a as we } from "./CategorySelectorDrawer-CedQx6n6.mjs";
|
|
34
34
|
import { b as se } from "./Localization-2MODESHW.mjs";
|
|
35
35
|
import { getUnixTime as Ze } from "date-fns/getUnixTime";
|
|
36
|
-
import { D as de } from "./Drawer-
|
|
36
|
+
import { D as de } from "./Drawer-BEtCk82g.mjs";
|
|
37
37
|
import ye from "@mui/material/InputAdornment";
|
|
38
38
|
import Je from "@mui/material/Checkbox";
|
|
39
39
|
import ge from "@mui/material/Grid";
|
|
@@ -36,8 +36,8 @@ import we from "@mui/material/ToggleButton";
|
|
|
36
36
|
import Ke from "@mui/material/ToggleButtonGroup";
|
|
37
37
|
import Ge from "@mui/material/styles/useTheme";
|
|
38
38
|
import { f as K, D as G, a as Me } from "./Dialog-CWW597AF.mjs";
|
|
39
|
-
import { D as We } from "./Drawer-
|
|
40
|
-
import { j as ye, k as xe } from "./ConnectDrawer-
|
|
39
|
+
import { D as We } from "./Drawer-BEtCk82g.mjs";
|
|
40
|
+
import { j as ye, k as xe } from "./ConnectDrawer-CUKAktmo.mjs";
|
|
41
41
|
const ve = {
|
|
42
42
|
ACCOUNTS_CLICK_ACCOUNT: "accounts_widget_click_account",
|
|
43
43
|
ACCOUNTS_CLICK_CONNECT: "accounts_widget_click_connect_accounts",
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Account } from '../../common';
|
|
2
|
+
interface AccountsListCompactProps {
|
|
3
|
+
onClick?: (account: Account) => void;
|
|
4
|
+
shouldShowBalance?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const _default: (({ onClick, shouldShowBalance }: AccountsListCompactProps) => import("react/jsx-runtime").JSX.Element | null) & {
|
|
7
|
+
displayName: string;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
@@ -7,25 +7,25 @@ import E from "@mui/material/List";
|
|
|
7
7
|
import O from "@mui/material/ListSubheader";
|
|
8
8
|
import _ from "@mui/system/Stack";
|
|
9
9
|
import { Text as v } from "@mxenabled/mxui";
|
|
10
|
-
import { A as K } from "../AccountDetailsContent-
|
|
11
|
-
import { u as D1 } from "../AccountDetailsContent-
|
|
12
|
-
import { u as z, A as P } from "../AccountDetailsHeader-
|
|
13
|
-
import { A as W } from "../AccountListItem-
|
|
14
|
-
import { a as Y } from "../AccountFields-
|
|
15
|
-
import { g as U1, b as $1 } from "../AccountFields-
|
|
10
|
+
import { A as K } from "../AccountDetailsContent-C8fH-FQB.mjs";
|
|
11
|
+
import { u as D1 } from "../AccountDetailsContent-C8fH-FQB.mjs";
|
|
12
|
+
import { u as z, A as P } from "../AccountDetailsHeader-DNAjoL-S.mjs";
|
|
13
|
+
import { A as W } from "../AccountListItem-Beq27kHX.mjs";
|
|
14
|
+
import { a as Y } from "../AccountFields-Dg6oj8cP.mjs";
|
|
15
|
+
import { g as U1, b as $1 } from "../AccountFields-Dg6oj8cP.mjs";
|
|
16
16
|
import { u as w, b as S, d as T, g as D, a as q } from "../hooks-CE2TKk4a.mjs";
|
|
17
17
|
import { f as I } from "../NumberFormatting-CtWHhyBX.mjs";
|
|
18
|
-
import { D as J } from "../Drawer-
|
|
19
|
-
import { A as y, W as Q } from "../WidgetContainer-
|
|
20
|
-
import { C as X } from "../ConnectionsDrawer-
|
|
18
|
+
import { D as J } from "../Drawer-BEtCk82g.mjs";
|
|
19
|
+
import { A as y, W as Q } from "../WidgetContainer-Dr9acAPp.mjs";
|
|
20
|
+
import { C as X } from "../ConnectionsDrawer-CwmI5IXT.mjs";
|
|
21
21
|
import { u as N } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
22
22
|
import { L as R } from "../Loader-DUaFpDGv.mjs";
|
|
23
|
-
import { k as U, l as e1 } from "../ConnectDrawer-
|
|
24
|
-
import { F as G1, M as K1 } from "../ConnectDrawer-
|
|
23
|
+
import { k as U, l as e1 } from "../ConnectDrawer-CUKAktmo.mjs";
|
|
24
|
+
import { F as G1, M as K1 } from "../ConnectDrawer-CUKAktmo.mjs";
|
|
25
25
|
import t1 from "@mui/material/ListItem";
|
|
26
26
|
import { M as $ } from "../MiniWidgetContainer-DTQdRK-3.mjs";
|
|
27
27
|
import l1 from "@mui/material/Stack";
|
|
28
|
-
import { A as P1, a as Y1 } from "../AccountStore-
|
|
28
|
+
import { A as P1, a as Y1 } from "../AccountStore-CHPKVGWf.mjs";
|
|
29
29
|
const i1 = () => {
|
|
30
30
|
const [c, H] = d.useState(""), { accounts: C } = w(), { selectedAccounts: l } = S(), { setSelectedAccount: h, setSelectedMember: r } = z(), { members: L } = T(), { onEvent: f } = D(), s = [...new Set(l.map((t) => t.account_type))], a = l.find((t) => c === t.guid), u = d.useMemo(
|
|
31
31
|
() => l.filter((t) => t.is_hidden),
|
package/dist/budgets/index.es.js
CHANGED
|
@@ -17,17 +17,17 @@ import re from "@mui/material/ListItemAvatar";
|
|
|
17
17
|
import V from "@mui/material/ListItemButton";
|
|
18
18
|
import Y from "@mui/material/ListItemText";
|
|
19
19
|
import { b as M } from "../Localization-2MODESHW.mjs";
|
|
20
|
-
import { D as k } from "../Drawer-
|
|
20
|
+
import { D as k } from "../Drawer-BEtCk82g.mjs";
|
|
21
21
|
import Fe from "@mui/material/ListItemSecondaryAction";
|
|
22
22
|
import { C as He } from "../CurrencyInput-CRtdzs3o.mjs";
|
|
23
23
|
import { a as $ } from "../Dialog-CWW597AF.mjs";
|
|
24
|
-
import { C as We } from "../ConnectionsDrawer-
|
|
24
|
+
import { C as We } from "../ConnectionsDrawer-CwmI5IXT.mjs";
|
|
25
25
|
import * as O from "d3";
|
|
26
26
|
import Xe from "@mui/material/Tooltip";
|
|
27
27
|
import { u as se } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
28
28
|
import { L as G } from "../Loader-DUaFpDGv.mjs";
|
|
29
29
|
import { E as de } from "../EmptyState-w2yYDuKG.mjs";
|
|
30
|
-
import { A as L, W as Ke } from "../WidgetContainer-
|
|
30
|
+
import { A as L, W as Ke } from "../WidgetContainer-Dr9acAPp.mjs";
|
|
31
31
|
import { u as Ve } from "../BudgetUtil-2EncZLBQ.mjs";
|
|
32
32
|
import { M as Ye } from "../MiniWidgetContainer-DTQdRK-3.mjs";
|
|
33
33
|
import { isAfter as Ze } from "date-fns/isAfter";
|
|
@@ -37,16 +37,16 @@ import Je from "@mui/material/Snackbar";
|
|
|
37
37
|
import ye from "@mui/material/Tab";
|
|
38
38
|
import Qe from "@mui/material/Tabs";
|
|
39
39
|
import { e as et } from "../exportTransactionsToCSV-D8TTNrrE.mjs";
|
|
40
|
-
import { T as Te, a as tt } from "../TransactionDetails-
|
|
40
|
+
import { T as Te, a as tt } from "../TransactionDetails-Csjr1ivB.mjs";
|
|
41
41
|
import pe from "@mui/material/Card";
|
|
42
42
|
import he from "@mui/material/CardContent";
|
|
43
43
|
import { S as ge } from "../StatusBar-BK_uYHAB.mjs";
|
|
44
44
|
import { S as we } from "../SingleSegmentDonut-BgbLgwHi.mjs";
|
|
45
|
-
import { u as nt, b as ot } from "../CategorySelectorDrawer-
|
|
45
|
+
import { u as nt, b as ot } from "../CategorySelectorDrawer-CedQx6n6.mjs";
|
|
46
46
|
import De from "@mui/material/CardHeader";
|
|
47
47
|
import { subDays as at } from "date-fns/subDays";
|
|
48
48
|
import rt from "@mui/material/IconButton";
|
|
49
|
-
import { M as st } from "../ManageIncome-
|
|
49
|
+
import { M as st } from "../ManageIncome-BftkBLLt.mjs";
|
|
50
50
|
const it = I(() => {
|
|
51
51
|
const { budgets: t } = w(), { totalBudgeted: o } = D(), { incomeTotal: i } = ee(), s = i - o;
|
|
52
52
|
return /* @__PURE__ */ m(S, { direction: "row", justifyContent: "center", my: 16, spacing: 20, children: [
|
|
@@ -17,13 +17,13 @@ import { I as he } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
|
17
17
|
import { C as Wn } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
18
18
|
import { b as X } from "../Localization-2MODESHW.mjs";
|
|
19
19
|
import { M as Qe } from "../MiniWidgetContainer-DTQdRK-3.mjs";
|
|
20
|
-
import { R as Ve } from "../RecurringSettings-
|
|
20
|
+
import { R as Ve } from "../RecurringSettings-DWRuYGXq.mjs";
|
|
21
21
|
import Ke from "@mui/material/Tabs";
|
|
22
22
|
import ye from "@mui/material/Tab";
|
|
23
23
|
import { getUnixTime as U } from "date-fns/getUnixTime";
|
|
24
24
|
import ee from "@mui/material/List";
|
|
25
25
|
import te from "@mui/material/ListItem";
|
|
26
|
-
import { A as Je } from "../AccountListItem-
|
|
26
|
+
import { A as Je } from "../AccountListItem-Beq27kHX.mjs";
|
|
27
27
|
import { f as Q, D as V } from "../Dialog-CWW597AF.mjs";
|
|
28
28
|
import Ze from "@mui/material/ListSubheader";
|
|
29
29
|
import { f as Z } from "../NumberFormatting-CtWHhyBX.mjs";
|
|
@@ -34,17 +34,17 @@ import { addDays as Ce } from "date-fns/addDays";
|
|
|
34
34
|
import { alpha as et, keyframes as tt } from "@mui/material/styles";
|
|
35
35
|
import { DataGridPro as nt } from "@mui/x-data-grid-pro";
|
|
36
36
|
import { T as Se } from "../TabContentContainer-j01JYR_7.mjs";
|
|
37
|
-
import { M as ot, S as at, i as it, d as _e, c as rt } from "../ManageIncome-
|
|
38
|
-
import { D as $e } from "../Drawer-
|
|
37
|
+
import { M as ot, S as at, i as it, d as _e, c as rt } from "../ManageIncome-BftkBLLt.mjs";
|
|
38
|
+
import { D as $e } from "../Drawer-BEtCk82g.mjs";
|
|
39
39
|
import { formatISO as st } from "date-fns/formatISO";
|
|
40
40
|
import { fromUnixTime as we } from "date-fns/fromUnixTime";
|
|
41
41
|
import { startOfMonth as ct } from "date-fns/startOfMonth";
|
|
42
42
|
import { subDays as Me } from "date-fns/subDays";
|
|
43
|
-
import { S as lt, b as dt } from "../TransactionDetails-
|
|
43
|
+
import { S as lt, b as dt } from "../TransactionDetails-Csjr1ivB.mjs";
|
|
44
44
|
import { F as mt, R as Ie, e as De } from "../RecurringTransactions-DTUx9VN1.mjs";
|
|
45
45
|
import { h as ut } from "../DateUtil-BcuH7ErC.mjs";
|
|
46
46
|
import { endOfToday as ht } from "date-fns/endOfToday";
|
|
47
|
-
import { W as ve, A as Ae } from "../WidgetContainer-
|
|
47
|
+
import { W as ve, A as Ae } from "../WidgetContainer-Dr9acAPp.mjs";
|
|
48
48
|
import { F as pt, A as B } from "../Fetch-87LIQbEA.mjs";
|
|
49
49
|
const K = () => {
|
|
50
50
|
if (!u.useContext(Ye))
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
+
import { default as Button } from '@mui/material/Button';
|
|
2
3
|
import { SxProps } from '@mui/material/styles';
|
|
3
4
|
export type CopyObject = {
|
|
4
5
|
close_drawer_aria: string;
|
|
@@ -6,6 +7,7 @@ export type CopyObject = {
|
|
|
6
7
|
interface DrawerProps {
|
|
7
8
|
ariaLabelClose?: string;
|
|
8
9
|
className?: string;
|
|
10
|
+
footerStyles?: SxProps;
|
|
9
11
|
hasSecondaryAction?: boolean;
|
|
10
12
|
id?: string;
|
|
11
13
|
isOpen: boolean;
|
|
@@ -13,6 +15,7 @@ interface DrawerProps {
|
|
|
13
15
|
onClose: () => void;
|
|
14
16
|
onPrimaryAction?: () => void;
|
|
15
17
|
onSecondaryAction?: () => void;
|
|
18
|
+
primaryButtonProps?: React.ComponentProps<typeof Button>;
|
|
16
19
|
primaryColor?: 'primary' | 'inherit' | 'secondary' | 'success' | 'error' | 'info' | 'warning';
|
|
17
20
|
primaryText?: string;
|
|
18
21
|
secondaryColor?: 'primary' | 'inherit' | 'secondary' | 'success' | 'error' | 'info' | 'warning';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { default as Button } from '@mui/material/Button';
|
|
2
|
+
import { SxProps } from '@mui/material/styles';
|
|
3
|
+
type Color = 'primary' | 'inherit' | 'secondary' | 'success' | 'error' | 'info' | 'warning';
|
|
4
|
+
type FooterProps = {
|
|
5
|
+
footerStyles?: SxProps;
|
|
6
|
+
hasSecondaryAction?: boolean;
|
|
7
|
+
isPrimaryDisabled?: boolean;
|
|
8
|
+
onPrimaryAction?: () => void;
|
|
9
|
+
onSecondaryAction?: () => void;
|
|
10
|
+
primaryButtonProps?: React.ComponentProps<typeof Button>;
|
|
11
|
+
primaryColor?: Color;
|
|
12
|
+
primaryText?: string;
|
|
13
|
+
secondaryColor?: Color;
|
|
14
|
+
secondaryText?: string;
|
|
15
|
+
};
|
|
16
|
+
declare const Footer: ({ footerStyles, hasSecondaryAction, isPrimaryDisabled, onPrimaryAction, onSecondaryAction, primaryButtonProps, primaryColor, primaryText, secondaryColor, secondaryText, }: FooterProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export default Footer;
|
package/dist/common/index.es.js
CHANGED
|
@@ -12,8 +12,8 @@ import { H as ot } from "../Help-DhcC-C05.mjs";
|
|
|
12
12
|
import { E as ys } from "../Help-DhcC-C05.mjs";
|
|
13
13
|
import { M as bs } from "../MicroWidgetContainer-C4QQHfD7.mjs";
|
|
14
14
|
import { M as xs } from "../MiniWidgetContainer-DTQdRK-3.mjs";
|
|
15
|
-
import { A as vs, D as Ds, W as As } from "../WidgetContainer-
|
|
16
|
-
import { j as Ts, a as Bs, e as Is, n as Ns, A as Ms, f as ks, k as $s, d as Rs, m as Ps, E as Os, i as Us, N as Ls, h as Gs, P as Hs, o as Fs, S as Ws } from "../ConnectDrawer-
|
|
15
|
+
import { A as vs, D as Ds, W as As } from "../WidgetContainer-Dr9acAPp.mjs";
|
|
16
|
+
import { j as Ts, a as Bs, e as Is, n as Ns, A as Ms, f as ks, k as $s, d as Rs, m as Ps, E as Os, i as Us, N as Ls, h as Gs, P as Hs, o as Fs, S as Ws } from "../ConnectDrawer-CUKAktmo.mjs";
|
|
17
17
|
import { C as Ys } from "../CurrencyInput-CRtdzs3o.mjs";
|
|
18
18
|
import { L as zs } from "../Loader-DUaFpDGv.mjs";
|
|
19
19
|
import { R as js } from "../ResponsiveButton-DZFp78fJ.mjs";
|
|
@@ -25,8 +25,8 @@ import { I as rr } from "../IconBacking-B9oC6uL2.mjs";
|
|
|
25
25
|
import { D as ar, F as nr, a as ir, c as cr, R as dr, S as lr } from "../RecurringTransactions-DTUx9VN1.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-BNyhflZu.mjs";
|
|
29
|
+
import { C as pr, G as mr, M as _r, T as fr } from "../GoalStore-BNyhflZu.mjs";
|
|
30
30
|
import { C as Sr } from "../CurrencyText-YUhH2caW.mjs";
|
|
31
31
|
import { E as wr } from "../EmptyState-w2yYDuKG.mjs";
|
|
32
32
|
import { L as Cr } from "../ListItemAction-DSrYDGAP.mjs";
|
|
@@ -43,19 +43,19 @@ import { S as Lr } from "../StatusBar-BK_uYHAB.mjs";
|
|
|
43
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-BEtCk82g.mjs";
|
|
47
|
+
import { I as Vr, P as Zr, S as Jr } from "../Account-tMsdS_fR.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-CtWHhyBX.mjs";
|
|
51
51
|
import { R as mt } from "../RecurringTransactionsStore-Djo9IeDd.mjs";
|
|
52
52
|
import { S as po, T as mo } from "../RecurringTransactionsStore-Djo9IeDd.mjs";
|
|
53
53
|
import { G as fo, B as yo, C as So, W as bo, d as wo, a as xo, i as Co, t as vo, m as Do, x as Ao, y as Eo, g as To, w as Bo, u as Io, f as No, b as Mo, l as ko, z as $o, s as Ro, c as Po, q as Oo, n as Uo, A as Lo, j as Go, r as Ho, h as Fo, v as Wo, o as qo, p as Yo } from "../hooks-CE2TKk4a.mjs";
|
|
54
|
-
import { u as zo } from "../useAccountDisplayName-
|
|
54
|
+
import { u as zo } from "../useAccountDisplayName-Ngo3TWV4.mjs";
|
|
55
55
|
import { u as jo } from "../useInsightsEnabled-DSnpkUq0.mjs";
|
|
56
56
|
import { u as Vo } 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-CHPKVGWf.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";
|
|
@@ -63,11 +63,11 @@ import { startOfMonth as J } from "date-fns/startOfMonth";
|
|
|
63
63
|
import { startOfToday as U } from "date-fns/startOfToday";
|
|
64
64
|
import { f as bt, a as wt, b as L } from "../BudgetUtil-2EncZLBQ.mjs";
|
|
65
65
|
import { g as Jo, e as ta, c as ea, d as sa, i as ra } from "../BudgetUtil-2EncZLBQ.mjs";
|
|
66
|
-
import { a as xt } from "../DebtsStore-
|
|
66
|
+
import { a as xt } from "../DebtsStore-Blg0V9AH.mjs";
|
|
67
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-DgWH61d0.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";
|
|
@@ -69,3 +69,9 @@ export interface HealthScoreReport {
|
|
|
69
69
|
user_guid: string;
|
|
70
70
|
}
|
|
71
71
|
export type KeyIndicatorsCardState = (typeof CardStatus)[keyof typeof CardStatus];
|
|
72
|
+
export declare enum OnboardingSteps {
|
|
73
|
+
ConnectAccounts = 1,
|
|
74
|
+
MonthlyIncome = 2,
|
|
75
|
+
Birthday = 3,
|
|
76
|
+
CreditScore = 4
|
|
77
|
+
}
|