@mx-cartographer/experiences 7.12.16 → 7.13.0
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 +8 -0
- package/dist/{AccountDetailsHeader-DkBNsLsI.mjs → AccountDetailsHeader-D9gbTbUt.mjs} +31 -31
- package/dist/{AccountFields-DeZSQOuM.mjs → AccountFields-CxqONzjY.mjs} +7 -7
- package/dist/AccountListItem-LcJVJysf.mjs +90 -0
- package/dist/{AccountStore-Brc0MNSF.mjs → AccountStore-BNlTuxWN.mjs} +12 -6
- package/dist/Accounts-o7ohkngR.mjs +27 -0
- package/dist/{BudgetUtil--_QXyszn.mjs → BudgetUtil-CLhRnCoX.mjs} +75 -75
- package/dist/{CashflowStore-DEdQJU5i.mjs → CashflowStore-D3MKniVM.mjs} +11 -11
- package/dist/{CategorySelectorDrawer-wfUTIbLR.mjs → CategorySelectorDrawer-DYHNBd2v.mjs} +31 -31
- package/dist/{ConnectDrawer-CioFo6Wy.mjs → ConnectDrawer-C0wjwcJt.mjs} +1 -1
- package/dist/{ConnectionsDrawer-DqhSaMrJ.mjs → ConnectionsDrawer-IA7vnv1J.mjs} +1 -1
- package/dist/{Drawer-DV4NTsFg.mjs → Drawer-Bbe4AMB1.mjs} +5 -5
- package/dist/{GoalStore-0bd-Upkc.mjs → GoalStore-DB58sKTC.mjs} +8 -8
- package/dist/HeaderCell-P8w6CmfO.mjs +6 -0
- package/dist/{Help-CDu1Fvrc.mjs → Help-CpLfyvPv.mjs} +24 -24
- package/dist/{LineChart-B1qbKR8q.mjs → LineChart-DBSlRSEm.mjs} +102 -102
- package/dist/{ManageIncome-BnWWjP2g.mjs → ManageIncome-QvqN555q.mjs} +62 -62
- package/dist/{MiniWidgetContainer-Cu72GNsE.mjs → MiniWidgetContainer-xLWSV6Wz.mjs} +13 -13
- package/dist/{NetWorthStore-DP78lgZ0.mjs → NetWorthStore-BqZ44-4M.mjs} +1 -1
- package/dist/{NotificationSettings-BH2yOwTB.mjs → NotificationSettings-DU3vJh5J.mjs} +139 -139
- package/dist/{OriginalBalanceAction-BM6rT_Cn.mjs → OriginalBalanceAction-DjpvVVFz.mjs} +6 -6
- package/dist/{RecurringSettings-BmXtfHtK.mjs → RecurringSettings-DdOcok2e.mjs} +2 -2
- package/dist/{RecurringTransactions-CYNpe_RS.mjs → RecurringTransactions-BOzBqfdg.mjs} +11 -11
- package/dist/{RecurringTransactionsStore-BD-OfVZ-.mjs → RecurringTransactionsStore-CcfPS0d3.mjs} +1 -1
- package/dist/{SpendingLegend-Bq6aXMNh.mjs → SpendingLegend-CJjjTGBw.mjs} +76 -76
- package/dist/{StatusIndicator-BV3oFzxo.mjs → StatusIndicator-CIKUOoN_.mjs} +53 -53
- package/dist/{TransactionDetails-DYlTwSDt.mjs → TransactionDetails-BpcWeXNU.mjs} +350 -350
- package/dist/{WidgetContainer-B0ncgABX.mjs → WidgetContainer-D_iaToWJ.mjs} +12 -12
- package/dist/accounts/index.es.js +107 -107
- package/dist/accounts/utils/Accounts.d.ts +1 -1
- package/dist/analytics/index.es.js +18 -18
- package/dist/budgets/index.es.js +182 -182
- package/dist/cashflow/index.es.js +223 -223
- package/dist/categories/index.es.js +1 -1
- package/dist/common/index.es.js +54 -64
- package/dist/dashboard/index.es.js +9 -9
- package/dist/debts/index.es.js +469 -469
- package/dist/finstrong/index.es.js +68 -68
- package/dist/goals/index.es.js +437 -437
- package/dist/help/index.es.js +2 -2
- package/dist/insights/index.es.js +159 -159
- package/dist/investments/index.es.js +292 -292
- package/dist/merchants/index.es.js +12 -12
- package/dist/networth/index.es.js +175 -168
- package/dist/notifications/index.es.js +13 -13
- package/dist/recurringtransactions/index.es.js +69 -69
- package/dist/settings/index.es.js +187 -187
- package/dist/spending/index.es.js +58 -58
- package/dist/transactions/index.es.js +70 -70
- package/dist/trends/index.es.js +15 -15
- package/package.json +1 -1
- package/dist/AccountListItem-BIVhda6q.mjs +0 -90
- package/dist/Accounts-M-LTzStv.mjs +0 -27
- package/dist/HeaderCell-DjuifqHJ.mjs +0 -6
|
@@ -38,7 +38,7 @@ import Ye from "@mui/material/ToggleButtonGroup";
|
|
|
38
38
|
import Se from "@mui/material/styles/useTheme";
|
|
39
39
|
import { u as Le } from "./useAriaLive-MkYebyUR.mjs";
|
|
40
40
|
import { D as Ee } from "./Dialog-Ck34yr-d.mjs";
|
|
41
|
-
import { D as Ae } from "./Drawer-
|
|
41
|
+
import { D as Ae } from "./Drawer-Bbe4AMB1.mjs";
|
|
42
42
|
import { f as C, D } from "./DateFormats-BMpMrZpW.mjs";
|
|
43
43
|
import { A as Oe } from "./Analytics-BYItVAe-.mjs";
|
|
44
44
|
const Ne = ({
|
|
@@ -49,7 +49,7 @@ const Ne = ({
|
|
|
49
49
|
shouldShrinkToIcon: x = !0,
|
|
50
50
|
variant: s = "outlined"
|
|
51
51
|
}) => {
|
|
52
|
-
const I = Se(), { isMobile: M } = te(), { announce: W, ariaLive: T } = Le(), [R, Y] = h.useState(y), [p, S] = h.useState(a.dateRangePickerCopy.dateRangeThisMonth), [b, w] = h.useState(R), [v, P] = h.useState(!1), [g, _] = h.useState(!0), [m, H] = h.useState(6),
|
|
52
|
+
const I = Se(), { isMobile: M } = te(), { announce: W, ariaLive: T } = Le(), [R, Y] = h.useState(y), [p, S] = h.useState(a.dateRangePickerCopy.dateRangeThisMonth), [b, w] = h.useState(R), [v, P] = h.useState(!1), [g, _] = h.useState(!0), [m, H] = h.useState(6), z = {
|
|
53
53
|
buttons: [
|
|
54
54
|
{ ariaLabel: "3 Months", label: "3M", value: 3 },
|
|
55
55
|
{ ariaLabel: "6 Months", label: "6M", value: 6 },
|
|
@@ -90,7 +90,7 @@ const Ne = ({
|
|
|
90
90
|
d = [O(i, u), O(l, u)];
|
|
91
91
|
}
|
|
92
92
|
Y(d), n.onRangeChanged(d);
|
|
93
|
-
},
|
|
93
|
+
}, B = () => {
|
|
94
94
|
Y(b), _(
|
|
95
95
|
p === a.dateRangePickerCopy.dateRangeThisMonth || p === a.dateRangePickerCopy.dateRangeLastMonth
|
|
96
96
|
), n.onRangeChanged(b);
|
|
@@ -182,7 +182,7 @@ const Ne = ({
|
|
|
182
182
|
exclusive: !0,
|
|
183
183
|
orientation: "horizontal",
|
|
184
184
|
value: m,
|
|
185
|
-
children:
|
|
185
|
+
children: z.buttons.map((t) => /* @__PURE__ */ e(
|
|
186
186
|
Pe,
|
|
187
187
|
{
|
|
188
188
|
"aria-label": t.ariaLabel,
|
|
@@ -203,10 +203,10 @@ const Ne = ({
|
|
|
203
203
|
textColor: "primary",
|
|
204
204
|
value: m,
|
|
205
205
|
variant: "fullWidth",
|
|
206
|
-
children:
|
|
206
|
+
children: z.tabs.map((t) => /* @__PURE__ */ e(
|
|
207
207
|
Te,
|
|
208
208
|
{
|
|
209
|
-
label: /* @__PURE__ */ e($, { bold: !0, variant: "
|
|
209
|
+
label: /* @__PURE__ */ e($, { bold: !0, variant: "body1", children: t.label }),
|
|
210
210
|
sx: { minWidth: 80 },
|
|
211
211
|
value: t.value
|
|
212
212
|
},
|
|
@@ -224,7 +224,7 @@ const Ne = ({
|
|
|
224
224
|
isOpen: v,
|
|
225
225
|
onClose: () => P(!1),
|
|
226
226
|
onPrimaryAction: () => {
|
|
227
|
-
|
|
227
|
+
B(), P(!1);
|
|
228
228
|
},
|
|
229
229
|
primaryText: a.dateRangeEditApply,
|
|
230
230
|
title: a.dateRangeEditTitle,
|
|
@@ -249,7 +249,7 @@ const Ne = ({
|
|
|
249
249
|
copy: { title: a.dateRangeEditTitle },
|
|
250
250
|
isOpen: !0,
|
|
251
251
|
onClose: () => P(!1),
|
|
252
|
-
onPrimaryAction: () =>
|
|
252
|
+
onPrimaryAction: () => B(),
|
|
253
253
|
primaryText: a.dateRangeEditApply,
|
|
254
254
|
sx: {
|
|
255
255
|
"& .MuiDialogContent-root": {
|
|
@@ -294,10 +294,10 @@ const Ne = ({
|
|
|
294
294
|
sx: p = {},
|
|
295
295
|
title: S = ""
|
|
296
296
|
}) => {
|
|
297
|
-
const [b, { height: w, width: v }] = de(), { onEvent: P } = pe(), { isDesktop: g, isMobile: _, isTablet: m } = te(v), { displayedDateRange: H, isCopyLoaded:
|
|
297
|
+
const [b, { height: w, width: v }] = de(), { onEvent: P } = pe(), { isDesktop: g, isMobile: _, isTablet: m } = te(v), { displayedDateRange: H, isCopyLoaded: z } = ue(), { common: r } = ge(), { config: L } = he(), B = () => {
|
|
298
298
|
T && (T(), P(Oe.WIDGET_BACK_CLICK));
|
|
299
299
|
};
|
|
300
|
-
if (!
|
|
300
|
+
if (!z)
|
|
301
301
|
return /* @__PURE__ */ e(ce, {});
|
|
302
302
|
const E = {
|
|
303
303
|
dateRangePickerCopy: {
|
|
@@ -398,13 +398,13 @@ const Ne = ({
|
|
|
398
398
|
},
|
|
399
399
|
title: (
|
|
400
400
|
// eslint-disable-next-line no-nested-ternary
|
|
401
|
-
g || m ? L.display_widget_headings ? /* @__PURE__ */ e(se, { variant: "
|
|
401
|
+
g || m ? L.display_widget_headings ? /* @__PURE__ */ e(se, { variant: "h1", children: S }) : null : /* @__PURE__ */ c(F, { alignItems: "center", flexDirection: "row", sx: { overflow: "hidden" }, children: [
|
|
402
402
|
_ && T && /* @__PURE__ */ e(
|
|
403
403
|
j,
|
|
404
404
|
{
|
|
405
405
|
"aria-label": r.back_to_dashboard,
|
|
406
406
|
color: "primary",
|
|
407
|
-
onClick:
|
|
407
|
+
onClick: B,
|
|
408
408
|
sx: { p: 12, mr: 4 },
|
|
409
409
|
children: /* @__PURE__ */ e(ie, { size: 24 })
|
|
410
410
|
}
|