@mx-cartographer/experiences 7.2.22 → 7.2.23-alpha.sms10
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 +6 -0
- package/dist/{AccountDetailsContent-DIGzsjAD.mjs → AccountDetailsContent-B6ZFRZ8l.mjs} +1 -1
- package/dist/{AccountStore-BkoLK9Tq.mjs → AccountStore-CQq_wjS5.mjs} +1 -1
- package/dist/{BeatApi-DhJpgCLz.mjs → BeatApi-DPdX5vY1.mjs} +1 -1
- package/dist/{BeatStore-IBnXd4YK.mjs → BeatStore-Djk0ejxo.mjs} +1 -1
- package/dist/{CategoryStore-BCcpI3oJ.mjs → CategoryStore-kLwSKX0v.mjs} +1 -1
- package/dist/{Fetch-87LIQbEA.mjs → Fetch-Dvrk8r_y.mjs} +25 -20
- package/dist/{FinstrongStore-F2c607dj.mjs → FinstrongStore-CA_w8Yx6.mjs} +1 -1
- package/dist/{GoalStore-DZ_Jvsa_.mjs → GoalStore-CUgc_8Us.mjs} +1 -1
- package/dist/{ManageIncome-B7RqkNz5.mjs → ManageIncome-CXeJPfjE.mjs} +1 -1
- package/dist/{MerchantStore-DrFvsUyy.mjs → MerchantStore-Ca0snF85.mjs} +1 -1
- package/dist/{NotificationStore-86g0bKKR.mjs → NotificationStore-DpA4IVq9.mjs} +1 -1
- package/dist/{RecurringSettings-CaQJvUPQ.mjs → RecurringSettings-D7476j-N.mjs} +1 -1
- package/dist/{RecurringTransactionsStore-DrzS1LmF.mjs → RecurringTransactionsStore-CXTYd5u7.mjs} +1 -1
- package/dist/{SettingsStore-BcgS_Ohv.mjs → SettingsStore-BmgZgoX1.mjs} +2 -2
- package/dist/TransactionApi-CFXvaV0r.mjs +86 -0
- package/dist/{TransactionDetails-gdzlKeDG.mjs → TransactionDetails-Cscyr17P.mjs} +286 -285
- package/dist/{TransactionStore-hfOsBbDt.mjs → TransactionStore-ZXqYJfC_.mjs} +2 -2
- package/dist/{ViewMoreMicroCard-SCn2wt4i.mjs → ViewMoreMicroCard-CFsRDIBi.mjs} +2 -2
- package/dist/accounts/index.es.js +3 -3
- package/dist/budgets/index.es.js +2 -2
- package/dist/cashflow/index.es.js +4 -4
- package/dist/categories/index.es.js +1 -1
- package/dist/common/index.es.js +267 -257
- package/dist/common/stores/GlobalStore.d.ts +7 -1
- package/dist/finstrong/index.es.js +2 -2
- package/dist/goals/index.es.js +3 -3
- package/dist/insights/index.es.js +1 -1
- package/dist/merchants/index.es.js +1 -1
- package/dist/microinsights/index.es.js +1 -1
- package/dist/notifications/index.es.js +3 -3
- package/dist/recurringtransactions/index.es.js +6 -6
- package/dist/settings/index.es.js +1 -1
- package/dist/spending/index.es.js +1 -1
- package/dist/transactions/components/shared/TransactionDetails.d.ts +1 -0
- package/dist/transactions/index.es.js +5 -5
- package/dist/trends/index.es.js +2 -2
- package/dist/{useCombineEvents-BUDIR1ba.mjs → useCombineEvents-BNicKW7e.mjs} +1 -1
- package/package.json +1 -1
- package/dist/TransactionApi-B3Tksf7L.mjs +0 -86
|
@@ -14,13 +14,13 @@ import { startOfMonth as R } from "date-fns/startOfMonth";
|
|
|
14
14
|
import { startOfToday as b } from "date-fns/startOfToday";
|
|
15
15
|
import { subDays as F } from "date-fns/subDays";
|
|
16
16
|
import { O as n, a as G, T as w } from "./User-BQUxBeZV.mjs";
|
|
17
|
-
import { T as p } from "./TransactionApi-
|
|
17
|
+
import { T as p } from "./TransactionApi-CFXvaV0r.mjs";
|
|
18
18
|
import { b as W } from "./Category-CevNQ03n.mjs";
|
|
19
19
|
import { f as z } from "./exportTransactionsToCSV-BwwmL4pM.mjs";
|
|
20
20
|
import { format as k } from "date-fns/format";
|
|
21
21
|
import { f as g, D as O, O as $ } from "./Dialog-CWW597AF.mjs";
|
|
22
22
|
import { endOfMonth as X } from "date-fns/endOfMonth";
|
|
23
|
-
import { B as f } from "./BeatApi-
|
|
23
|
+
import { B as f } from "./BeatApi-DPdX5vY1.mjs";
|
|
24
24
|
const j = ({
|
|
25
25
|
checked: S = !1,
|
|
26
26
|
label: t,
|
|
@@ -17,8 +17,8 @@ import { css as Xe } from "@mxenabled/cssinjs";
|
|
|
17
17
|
import { b as Qe } from "./Localization-2MODESHW.mjs";
|
|
18
18
|
import qe from "@mui/material/CircularProgress";
|
|
19
19
|
import { makeAutoObservable as de, runInAction as Oe } from "mobx";
|
|
20
|
-
import { G as _e, a as Je, u as et, b as tt } from "./useCombineEvents-
|
|
21
|
-
import { B as Ce } from "./BeatApi-
|
|
20
|
+
import { G as _e, a as Je, u as et, b as tt } from "./useCombineEvents-BNicKW7e.mjs";
|
|
21
|
+
import { B as Ce } from "./BeatApi-DPdX5vY1.mjs";
|
|
22
22
|
import it from "@mui/material/Card";
|
|
23
23
|
import ot from "@mui/material/CardActions";
|
|
24
24
|
import rt from "@mui/material/CardContent";
|
|
@@ -7,8 +7,8 @@ import E from "@mui/material/List";
|
|
|
7
7
|
import O from "@mui/material/ListSubheader";
|
|
8
8
|
import A from "@mui/system/Stack";
|
|
9
9
|
import { Text as v } from "@mxenabled/mxui";
|
|
10
|
-
import { A as K } from "../AccountDetailsContent-
|
|
11
|
-
import { u as N1 } from "../AccountDetailsContent-
|
|
10
|
+
import { A as K } from "../AccountDetailsContent-B6ZFRZ8l.mjs";
|
|
11
|
+
import { u as N1 } from "../AccountDetailsContent-B6ZFRZ8l.mjs";
|
|
12
12
|
import { u as z, A as P } from "../AccountDetailsHeader-vPzGb1RZ.mjs";
|
|
13
13
|
import { A as W } from "../AccountListItem-CeY_WIpj.mjs";
|
|
14
14
|
import { a as Y } from "../AccountFields-DUToRRqW.mjs";
|
|
@@ -25,7 +25,7 @@ import { F as K1, M as z1 } from "../ConnectDrawer-Bw5s6Dw1.mjs";
|
|
|
25
25
|
import l1 from "@mui/material/ListItem";
|
|
26
26
|
import { M as $ } from "../MiniWidgetContainer-D0gfmbaF.mjs";
|
|
27
27
|
import i1 from "@mui/material/Stack";
|
|
28
|
-
import { A as Y1, a as q1 } from "../AccountStore-
|
|
28
|
+
import { A as Y1, a as q1 } from "../AccountStore-CQq_wjS5.mjs";
|
|
29
29
|
const n1 = () => {
|
|
30
30
|
const [c, h] = d.useState(""), { accounts: C } = Z(), { selectedAccounts: l } = b(), { setSelectedAccount: p, setSelectedMember: u } = z(), { members: H } = T(), { onEvent: f } = D(), a = [...new Set(l.map((t) => t.account_type))], r = l.find((t) => c === t.guid), s = d.useMemo(
|
|
31
31
|
() => l.filter((t) => t.is_hidden),
|
package/dist/budgets/index.es.js
CHANGED
|
@@ -38,7 +38,7 @@ import tt from "@mui/material/Snackbar";
|
|
|
38
38
|
import Ce from "@mui/material/Tab";
|
|
39
39
|
import nt from "@mui/material/Tabs";
|
|
40
40
|
import { e as ot } from "../exportTransactionsToCSV-BwwmL4pM.mjs";
|
|
41
|
-
import { T as De, a as at } from "../TransactionDetails-
|
|
41
|
+
import { T as De, a as at } from "../TransactionDetails-Cscyr17P.mjs";
|
|
42
42
|
import fe from "@mui/material/Card";
|
|
43
43
|
import be from "@mui/material/CardContent";
|
|
44
44
|
import { S as he } from "../StatusBar-BK_uYHAB.mjs";
|
|
@@ -47,7 +47,7 @@ import { u as rt, b as st } from "../CategorySelectorDrawer-BXnLseqP.mjs";
|
|
|
47
47
|
import Ee from "@mui/material/CardHeader";
|
|
48
48
|
import { subDays as it } from "date-fns/subDays";
|
|
49
49
|
import ct from "@mui/material/IconButton";
|
|
50
|
-
import { M as lt } from "../ManageIncome-
|
|
50
|
+
import { M as lt } from "../ManageIncome-CXeJPfjE.mjs";
|
|
51
51
|
const dt = I(() => {
|
|
52
52
|
const { budgets: t } = w(), { totalBudgeted: o } = D(), { incomeTotal: i } = ne(), s = i - o;
|
|
53
53
|
return /* @__PURE__ */ m(S, { direction: "row", justifyContent: "center", my: 16, spacing: 20, children: [
|
|
@@ -17,7 +17,7 @@ import { C as zn } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
|
17
17
|
import { b as M } from "../Localization-2MODESHW.mjs";
|
|
18
18
|
import { M as Je } from "../MiniWidgetContainer-D0gfmbaF.mjs";
|
|
19
19
|
import { E as Ze } from "../EmptyState-DA_lfRBv.mjs";
|
|
20
|
-
import { R as et } from "../RecurringSettings-
|
|
20
|
+
import { R as et } from "../RecurringSettings-D7476j-N.mjs";
|
|
21
21
|
import tt from "@mui/material/Tabs";
|
|
22
22
|
import Ce from "@mui/material/Tab";
|
|
23
23
|
import { getUnixTime as B } from "date-fns/getUnixTime";
|
|
@@ -35,18 +35,18 @@ import { alpha as at, keyframes as it } from "@mui/material/styles";
|
|
|
35
35
|
import { DataGridPro as rt } from "@mui/x-data-grid-pro";
|
|
36
36
|
import { T as Se } from "../TabContentContainer-j01JYR_7.mjs";
|
|
37
37
|
import G from "@mui/material/Button";
|
|
38
|
-
import { M as st, S as ct, i as lt, d as _e, c as dt } from "../ManageIncome-
|
|
38
|
+
import { M as st, S as ct, i as lt, d as _e, c as dt } from "../ManageIncome-CXeJPfjE.mjs";
|
|
39
39
|
import { D as Ge } from "../Drawer-kEE73B87.mjs";
|
|
40
40
|
import { formatISO as mt } from "date-fns/formatISO";
|
|
41
41
|
import { fromUnixTime as Ie } from "date-fns/fromUnixTime";
|
|
42
42
|
import { startOfMonth as ut } from "date-fns/startOfMonth";
|
|
43
43
|
import { subDays as je } from "date-fns/subDays";
|
|
44
|
-
import { S as ht, b as pt } from "../TransactionDetails-
|
|
44
|
+
import { S as ht, b as pt } from "../TransactionDetails-Cscyr17P.mjs";
|
|
45
45
|
import { F as ft, R as De, e as ve } from "../RecurringTransactions-ej39mgA6.mjs";
|
|
46
46
|
import { h as gt } from "../DateUtil-BcuH7ErC.mjs";
|
|
47
47
|
import { endOfToday as bt } from "date-fns/endOfToday";
|
|
48
48
|
import { W as Ae, A as Ee } from "../WidgetContainer-EbrN1oIo.mjs";
|
|
49
|
-
import { F as xt, A as z } from "../Fetch-
|
|
49
|
+
import { F as xt, A as z } from "../Fetch-Dvrk8r_y.mjs";
|
|
50
50
|
const K = () => {
|
|
51
51
|
if (!p.useContext(Qe))
|
|
52
52
|
throw new Error("useCashflowUiStore() must be used within the GlobalDataContext");
|