@mx-cartographer/experiences 7.0.8 → 7.0.9
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-BFol-JYA.mjs → Account-BW3-oYEs.mjs} +1 -1
- package/dist/{AccountDetailsContent-OzI5Hs8T.mjs → AccountDetailsContent-Dkpo7pw6.mjs} +8 -8
- package/dist/{AccountDetailsHeader-DnEyQMpX.mjs → AccountDetailsHeader-2HU_fMWZ.mjs} +11 -11
- package/dist/{AccountFields-CeHZrIQe.mjs → AccountFields-CIz-r3gP.mjs} +2 -2
- package/dist/{AccountListItem-CR6I3Hl8.mjs → AccountListItem-B-ZjJ4Gp.mjs} +3 -3
- package/dist/{AccountStore-Cu3GoLh-.mjs → AccountStore-BQKxAYSg.mjs} +1 -1
- package/dist/{Accounts-BuYXUMhP.mjs → Accounts-CA-nqAjT.mjs} +1 -1
- package/dist/{BudgetUtil-spowPvBM.mjs → BudgetUtil-CeSLAcsl.mjs} +1 -1
- package/dist/{CategorySelectorDrawer-Dyzb3UDU.mjs → CategorySelectorDrawer-BPvjZ-Xo.mjs} +1 -1
- package/dist/{ConnectDrawer-WfKHsHSF.mjs → ConnectDrawer-phFH6OHt.mjs} +1 -1
- package/dist/{ConnectionsDrawer-Czp-E0-m.mjs → ConnectionsDrawer-ihxkAi1P.mjs} +2 -2
- package/dist/{CurrencyInput-CSZjO22Z.mjs → CurrencyInput-bEx2Mbd0.mjs} +1 -1
- package/dist/{DebtsStore-D9holN8L.mjs → DebtsStore-Dp-CraCD.mjs} +1 -1
- package/dist/{ExportCsvAction-dpvaZxbS.mjs → ExportCsvAction-CvyiKLTh.mjs} +3 -3
- package/dist/GoalStore-BWHkOQ8o.mjs +364 -0
- package/dist/{Help-BazrEpv7.mjs → Help-B3oENhkG.mjs} +1 -1
- package/dist/{LineChart-CYiUS-px.mjs → LineChart-jpdaQX7x.mjs} +1 -1
- package/dist/{ListItemAction-BzmbPuNp.mjs → ListItemAction-DNZZ5fSa.mjs} +1 -1
- package/dist/{ManageIncome-CzTV55Bh.mjs → ManageIncome-Bd14SWPF.mjs} +4 -4
- package/dist/{MicroWidgetContainer-DmYiksbT.mjs → MicroWidgetContainer-Dxz8uBN9.mjs} +1 -1
- package/dist/{MiniWidgetContainer-DqKQNubH.mjs → MiniWidgetContainer-CTyjmE1h.mjs} +1 -1
- package/dist/{NetWorthStore-BK1_NbXW.mjs → NetWorthStore-B6xF9eGH.mjs} +2 -2
- package/dist/{NotificationSettings-BznqGVQ2.mjs → NotificationSettings-uXVwpIa1.mjs} +17 -17
- package/dist/{OriginalBalanceAction-CSu5brQE.mjs → OriginalBalanceAction-DepsKiJz.mjs} +3 -3
- package/dist/{RecurringSettings-BQDQvmSY.mjs → RecurringSettings-4Y2RJy_M.mjs} +3 -3
- package/dist/{Transaction-CyqrHmAA.mjs → Transaction-Dns0Kuuy.mjs} +1 -1
- package/dist/{TransactionDetails-BSfXqkpH.mjs → TransactionDetails-BSl6CpL8.mjs} +5 -5
- package/dist/{TransactionStore-DSyXtPek.mjs → TransactionStore-BVKUoEHj.mjs} +2 -2
- package/dist/{TrendsStore-DR8etTL2.mjs → TrendsStore-D6Un6Y4A.mjs} +1 -1
- package/dist/{WidgetContainer-BG-fdDOf.mjs → WidgetContainer-C2NBfpDg.mjs} +2 -2
- package/dist/accounts/index.es.js +12 -12
- package/dist/analytics/index.es.js +2 -2
- package/dist/budgets/index.es.js +10 -10
- package/dist/cashflow/index.es.js +7 -7
- package/dist/categories/index.es.js +1 -1
- package/dist/common/index.es.js +22 -22
- package/dist/dashboard/index.es.js +9 -9
- package/dist/debts/index.es.js +9 -9
- package/dist/{exportTransactionsToCSV-BlVifaOG.mjs → exportTransactionsToCSV-B4JW8rfR.mjs} +1 -1
- package/dist/finstrong/index.es.js +6 -6
- package/dist/goals/index.es.js +560 -647
- package/dist/goals/util/GoalsUtil.d.ts +1 -0
- package/dist/help/index.es.js +3 -3
- package/dist/{hooks-02T565vf.mjs → hooks-DkUqN6JE.mjs} +3 -3
- package/dist/investments/index.es.js +3 -3
- package/dist/merchants/index.es.js +1 -1
- package/dist/networth/index.es.js +7 -7
- package/dist/notifications/index.es.js +7 -7
- package/dist/recurringtransactions/index.es.js +8 -8
- package/dist/settings/index.es.js +6 -6
- package/dist/spending/index.es.js +4 -4
- package/dist/transactions/index.es.js +13 -13
- package/dist/trends/index.es.js +9 -9
- package/package.json +1 -1
- package/dist/GoalStore-Drf76ell.mjs +0 -263
package/dist/debts/index.es.js
CHANGED
|
@@ -5,29 +5,29 @@ import f from "@mui/material/Stack";
|
|
|
5
5
|
import { useTheme as j, Card as pe, Stack as _, Box as O } from "@mui/material";
|
|
6
6
|
import { Text as i, H3 as we, InstitutionLogo as Ce, Icon as ee } from "@mxenabled/mxui";
|
|
7
7
|
import { intervalToDuration as De, formatDuration as Se } from "date-fns";
|
|
8
|
-
import { D as $ } from "../DebtsStore-
|
|
9
|
-
import { a as Dr } from "../DebtsStore-
|
|
8
|
+
import { D as $ } from "../DebtsStore-Dp-CraCD.mjs";
|
|
9
|
+
import { a as Dr } from "../DebtsStore-Dp-CraCD.mjs";
|
|
10
10
|
import { f as B, a as ve } from "../NumberFormatting-CtWHhyBX.mjs";
|
|
11
11
|
import { f as K, D as U } from "../Dialog-CWW597AF.mjs";
|
|
12
|
-
import { G as Te, x as q, u as C, j as z, e as M, c as Z, a as Ae } from "../hooks-
|
|
12
|
+
import { G as Te, x as q, u as C, j as z, e as M, c as Z, a as Ae } from "../hooks-DkUqN6JE.mjs";
|
|
13
13
|
import { u as X } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
14
14
|
import { D as te } from "../Drawer-kEE73B87.mjs";
|
|
15
15
|
import { b as T } from "../Localization-2MODESHW.mjs";
|
|
16
|
-
import { A as Ee, u as Ie } from "../AccountDetailsHeader-
|
|
16
|
+
import { A as Ee, u as Ie } from "../AccountDetailsHeader-2HU_fMWZ.mjs";
|
|
17
17
|
import Be from "@mui/material/Card";
|
|
18
18
|
import Me from "@mui/material/CardContent";
|
|
19
19
|
import ke from "@mui/material/CardHeader";
|
|
20
20
|
import { LineChart as Pe } from "@mui/x-charts";
|
|
21
21
|
import { useTheme as Ne } from "@mui/material/styles";
|
|
22
|
-
import { A as v, W as Re } from "../WidgetContainer-
|
|
22
|
+
import { A as v, W as Re } from "../WidgetContainer-C2NBfpDg.mjs";
|
|
23
23
|
import ie from "@mui/material/Tab";
|
|
24
24
|
import $e from "@mui/material/Tabs";
|
|
25
25
|
import me from "@mui/material/List";
|
|
26
26
|
import W from "@mui/material/Divider";
|
|
27
|
-
import { M as Le, I as He, O as Fe } from "../OriginalBalanceAction-
|
|
27
|
+
import { M as Le, I as He, O as Fe } from "../OriginalBalanceAction-DepsKiJz.mjs";
|
|
28
28
|
import Oe from "@mui/material/TextField";
|
|
29
|
-
import { L as J } from "../ListItemAction-
|
|
30
|
-
import { C as re } from "../CurrencyInput-
|
|
29
|
+
import { L as J } from "../ListItemAction-DNZZ5fSa.mjs";
|
|
30
|
+
import { C as re } from "../CurrencyInput-bEx2Mbd0.mjs";
|
|
31
31
|
import le from "@mui/material/Alert";
|
|
32
32
|
import se from "@mui/material/AlertTitle";
|
|
33
33
|
import ce from "@mui/material/Paper";
|
|
@@ -36,7 +36,7 @@ import { T as de } from "../TabContentContainer-j01JYR_7.mjs";
|
|
|
36
36
|
import { DataGridPro as Ge } from "@mui/x-data-grid-pro";
|
|
37
37
|
import ue from "@mui/material/Box";
|
|
38
38
|
import { H as G } from "../HeaderCell-DjuifqHJ.mjs";
|
|
39
|
-
import { f as je } from "../ConnectDrawer-
|
|
39
|
+
import { f as je } from "../ConnectDrawer-phFH6OHt.mjs";
|
|
40
40
|
import be from "@mui/material/Button";
|
|
41
41
|
import ze from "@mui/material/IconButton";
|
|
42
42
|
import Xe from "@mui/material/ListItem";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { fromUnixTime as c } from "date-fns/fromUnixTime";
|
|
2
2
|
import { c as u } from "./Category-CevNQ03n.mjs";
|
|
3
3
|
import { f as p, D as m } from "./Dialog-CWW597AF.mjs";
|
|
4
|
-
import { T as g } from "./Transaction-
|
|
4
|
+
import { T as g } from "./Transaction-Dns0Kuuy.mjs";
|
|
5
5
|
function f(n) {
|
|
6
6
|
return new Set(
|
|
7
7
|
n.filter((e) => e.parent_guid !== void 0).map((e) => e.parent_guid)
|
|
@@ -17,20 +17,20 @@ import Ne from "@mui/material/ListItemText";
|
|
|
17
17
|
import { b } from "../Localization-2MODESHW.mjs";
|
|
18
18
|
import * as ce from "d3";
|
|
19
19
|
import { observer as I } from "mobx-react-lite";
|
|
20
|
-
import { u as S, a as z, w as $, o as Y, c as fe, g as ye,
|
|
20
|
+
import { u as S, a as z, w as $, o as Y, c as fe, g as ye, k as Ke } from "../hooks-DkUqN6JE.mjs";
|
|
21
21
|
import { L as N } from "../Loader-Dp1P2gNw.mjs";
|
|
22
22
|
import { F as No, a as Ko } from "../FinstrongStore-mkALvztw.mjs";
|
|
23
23
|
import q from "@mui/material/Button";
|
|
24
24
|
import J from "@mui/material/Card";
|
|
25
|
-
import { L as be } from "../LineChart-
|
|
26
|
-
import { j as xe } from "../ConnectDrawer-
|
|
25
|
+
import { L as be } from "../LineChart-jpdaQX7x.mjs";
|
|
26
|
+
import { j as xe } from "../ConnectDrawer-phFH6OHt.mjs";
|
|
27
27
|
import Xe from "@mui/material/Accordion";
|
|
28
28
|
import je from "@mui/material/AccordionDetails";
|
|
29
29
|
import Ue from "@mui/material/AccordionSummary";
|
|
30
30
|
import Ve from "@mui/material/CardHeader";
|
|
31
31
|
import { u as Ye } from "../useDimensions-27p2evRx.mjs";
|
|
32
|
-
import { C as qe } from "../ConnectionsDrawer-
|
|
33
|
-
import { R as Je } from "../RecurringSettings-
|
|
32
|
+
import { C as qe } from "../ConnectionsDrawer-ihxkAi1P.mjs";
|
|
33
|
+
import { R as Je } from "../RecurringSettings-4Y2RJy_M.mjs";
|
|
34
34
|
import Qe from "@mui/material/TextField";
|
|
35
35
|
import { u as Ce } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
36
36
|
import { a as Ze } from "../Dialog-CWW597AF.mjs";
|
|
@@ -48,7 +48,7 @@ import ct from "@mui/lab/TimelineConnector";
|
|
|
48
48
|
import lt from "@mui/lab/TimelineContent";
|
|
49
49
|
import dt from "@mui/lab/TimelineDot";
|
|
50
50
|
import pt from "@mui/lab/TimelineSeparator";
|
|
51
|
-
import { W as mt } from "../WidgetContainer-
|
|
51
|
+
import { W as mt } from "../WidgetContainer-C2NBfpDg.mjs";
|
|
52
52
|
var A = /* @__PURE__ */ ((n) => (n.Connections = "connections", n.CreditScore = "credit_score", n.DateOfBirth = "date_of_birth", n.MonthlyIncome = "monthly_income", n))(A || {});
|
|
53
53
|
const ut = ({ list: n, onClickItem: o }) => /* @__PURE__ */ e(x, { sx: { bgcolor: "background.paper" }, children: /* @__PURE__ */ e(
|
|
54
54
|
Be,
|