@mx-cartographer/experiences 7.0.53 → 7.0.55-alpha.mega1
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/{Account-tfHe44mM.mjs → Account-DoxALziV.mjs} +1 -1
- package/dist/{AccountDetailsContent-Dk-JfKbv.mjs → AccountDetailsContent-DsD3Wzu7.mjs} +6 -6
- package/dist/{AccountDetailsHeader-eh13XhXN.mjs → AccountDetailsHeader-DN2pk4QW.mjs} +4 -4
- package/dist/{AccountFields-pka2XWfO.mjs → AccountFields-CuivK48n.mjs} +2 -2
- package/dist/{AccountListItem-C7NVvdVt.mjs → AccountListItem-BAdwVscV.mjs} +3 -3
- package/dist/{AccountStore-XZqHTKm3.mjs → AccountStore-DWiQAs6V.mjs} +1 -1
- package/dist/{Accounts-Bu-b-Wc_.mjs → Accounts-CNnOAmr2.mjs} +1 -1
- package/dist/{ConnectDrawer-SHjB2fpB.mjs → ConnectDrawer-DJA_S-rX.mjs} +180 -182
- package/dist/{ConnectionsDrawer-BprLSCBH.mjs → ConnectionsDrawer-CU3E2RLw.mjs} +1 -1
- package/dist/{DebtsStore-nxnF_bZi.mjs → DebtsStore-CoZ30R-_.mjs} +1 -1
- package/dist/{GoalStore-8dI95nSW.mjs → GoalStore-DxOUk36P.mjs} +1 -1
- package/dist/{ManageIncome-clecqBHm.mjs → ManageIncome-BX7dzGF8.mjs} +2 -2
- package/dist/{NetWorthStore-cweTamnD.mjs → NetWorthStore-f6RQno5Z.mjs} +2 -2
- package/dist/{RecurringSettings-CHuS8Ik_.mjs → RecurringSettings-qv7DNYac.mjs} +2 -2
- package/dist/{TransactionDetails-Cl8xcpbh.mjs → TransactionDetails-DAp_CPCP.mjs} +1 -1
- package/dist/{WidgetContainer-hsbxZmZB.mjs → WidgetContainer-B8MRJ5Y1.mjs} +1 -1
- package/dist/accounts/index.es.js +11 -11
- package/dist/budgets/index.es.js +426 -426
- package/dist/cashflow/index.es.js +5 -5
- package/dist/common/index.es.js +9 -9
- package/dist/dashboard/index.es.js +1 -1
- package/dist/debts/index.es.js +5 -5
- package/dist/finstrong/index.es.js +4 -4
- package/dist/goals/index.es.js +7 -7
- package/dist/help/index.es.js +1 -1
- package/dist/investments/index.es.js +2 -2
- package/dist/networth/index.es.js +4 -4
- package/dist/recurringtransactions/index.es.js +5 -5
- package/dist/settings/index.es.js +1 -1
- package/dist/spending/index.es.js +2 -2
- package/dist/transactions/index.es.js +4 -4
- package/dist/trends/index.es.js +3 -3
- package/dist/{useAccountDisplayName-Dwa7UkEU.mjs → useAccountDisplayName-CyPD_TFR.mjs} +1 -1
- package/package.json +1 -1
@@ -3,7 +3,7 @@ import r from "react";
|
|
3
3
|
import { observer as E } from "mobx-react-lite";
|
4
4
|
import { useTheme as D } from "@mui/material/styles";
|
5
5
|
import { ConnectionsWidget as L } from "@mxenabled/web-widget-sdk";
|
6
|
-
import { C as a, c, M as i } from "./ConnectDrawer-
|
6
|
+
import { C as a, c, M as i } from "./ConnectDrawer-DJA_S-rX.mjs";
|
7
7
|
import { d as b, e as w, u as _ } from "./hooks-CE2TKk4a.mjs";
|
8
8
|
import { D as x } from "./Drawer-kEE73B87.mjs";
|
9
9
|
const I = ({
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { makeAutoObservable as l } from "mobx";
|
2
2
|
import { getDate as r, fromUnixTime as _, startOfMonth as m } from "date-fns";
|
3
|
-
import { A as p } from "./ConnectDrawer-
|
3
|
+
import { A as p } from "./ConnectDrawer-DJA_S-rX.mjs";
|
4
4
|
const E = 12, T = 100;
|
5
5
|
var c = /* @__PURE__ */ ((a) => (a[a.FASTEST_PAYOFF_FIRST = 1] = "FASTEST_PAYOFF_FIRST", a[a.HIGHEST_INTEREST = 2] = "HIGHEST_INTEREST", a[a.LOWEST_BALANCE = 3] = "LOWEST_BALANCE", a[a.HIGHEST_BALANCE = 4] = "HIGHEST_BALANCE", a))(c || {});
|
6
6
|
const b = {
|
@@ -7,7 +7,7 @@ import O from "@mui/material/CardHeader";
|
|
7
7
|
import S from "@mui/material/Stack";
|
8
8
|
import { AccountBalance as w, ChevronRight as L } from "@mxenabled/mx-icons";
|
9
9
|
import { Text as A } from "@mxenabled/mxui";
|
10
|
-
import { k as b } from "./ConnectDrawer-
|
10
|
+
import { k as b } from "./ConnectDrawer-DJA_S-rX.mjs";
|
11
11
|
import { a as y } from "./hooks-CE2TKk4a.mjs";
|
12
12
|
import { makeAutoObservable as D, runInAction as c } from "mobx";
|
13
13
|
import { F as v, A as i } from "./Fetch-87LIQbEA.mjs";
|
@@ -16,7 +16,7 @@ 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
18
|
import { Delete as me, Add as pe, ReceiptLong as he } from "@mxenabled/mx-icons";
|
19
|
-
import { T as X, a as ye, u as ge, S as fe, b as Ce } from "./TransactionDetails-
|
19
|
+
import { T as X, a as ye, u as ge, S as fe, b as Ce } from "./TransactionDetails-DAp_CPCP.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";
|
@@ -25,7 +25,7 @@ import { LocalizationProvider as we } from "@mui/x-date-pickers/LocalizationProv
|
|
25
25
|
import { u as w, j as M, g as F, 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
27
|
import { D as O } from "./Drawer-kEE73B87.mjs";
|
28
|
-
import { A as R } from "./WidgetContainer-
|
28
|
+
import { A as R } from "./WidgetContainer-B8MRJ5Y1.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";
|
@@ -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-CNnOAmr2.mjs";
|
7
|
+
import { e as N, a as M, f as v } from "./ConnectDrawer-DJA_S-rX.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));
|
@@ -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-BX7dzGF8.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-B8MRJ5Y1.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-B8MRJ5Y1.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";
|
@@ -37,7 +37,7 @@ 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
39
|
import { D as We } from "./Drawer-kEE73B87.mjs";
|
40
|
-
import { j as ye, k as xe } from "./ConnectDrawer-
|
40
|
+
import { j as ye, k as xe } from "./ConnectDrawer-DJA_S-rX.mjs";
|
41
41
|
const ve = {
|
42
42
|
ACCOUNTS_CLICK_ACCOUNT: "accounts_widget_click_account",
|
43
43
|
ACCOUNTS_CLICK_CONNECT: "accounts_widget_click_connect_accounts",
|
@@ -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-DsD3Wzu7.mjs";
|
11
|
+
import { u as D1 } from "../AccountDetailsContent-DsD3Wzu7.mjs";
|
12
|
+
import { u as z, A as P } from "../AccountDetailsHeader-DN2pk4QW.mjs";
|
13
|
+
import { A as W } from "../AccountListItem-BAdwVscV.mjs";
|
14
|
+
import { a as Y } from "../AccountFields-CuivK48n.mjs";
|
15
|
+
import { g as U1, b as $1 } from "../AccountFields-CuivK48n.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
18
|
import { D as J } from "../Drawer-kEE73B87.mjs";
|
19
|
-
import { A as y, W as Q } from "../WidgetContainer-
|
20
|
-
import { C as X } from "../ConnectionsDrawer-
|
19
|
+
import { A as y, W as Q } from "../WidgetContainer-B8MRJ5Y1.mjs";
|
20
|
+
import { C as X } from "../ConnectionsDrawer-CU3E2RLw.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-DJA_S-rX.mjs";
|
24
|
+
import { F as G1, M as K1 } from "../ConnectDrawer-DJA_S-rX.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-DWiQAs6V.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),
|