@mx-cartographer/experiences 9.1.4 → 9.1.5
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/{AccountDetailsDrawer-Cq4kiiKD.mjs → AccountDetailsDrawer-utXjRHSW.mjs} +4 -4
- package/dist/{AccountDetailsDrawer-Cq4kiiKD.mjs.map → AccountDetailsDrawer-utXjRHSW.mjs.map} +1 -1
- package/dist/{AccountDetailsHeader-BliEZhz7.mjs → AccountDetailsHeader-C84CSN2K.mjs} +2 -2
- package/dist/{AccountDetailsHeader-BliEZhz7.mjs.map → AccountDetailsHeader-C84CSN2K.mjs.map} +1 -1
- package/dist/DateUtil-Bl7d7C1W.mjs +76 -0
- package/dist/{DateUtil-CzBmbjmA.mjs.map → DateUtil-Bl7d7C1W.mjs.map} +1 -1
- package/dist/{EmbeddedCard-DCOQnTz-.mjs → EmbeddedCard-CQEnrozC.mjs} +38 -37
- package/dist/EmbeddedCard-CQEnrozC.mjs.map +1 -0
- package/dist/{ExportCsvAction-C-IisDcv.mjs → ExportCsvAction-B_8I-Le6.mjs} +2 -2
- package/dist/{ExportCsvAction-C-IisDcv.mjs.map → ExportCsvAction-B_8I-Le6.mjs.map} +1 -1
- package/dist/{ManageIncome-B_8i71mE.mjs → ManageIncome-Czs7daKV.mjs} +7 -7
- package/dist/{ManageIncome-B_8i71mE.mjs.map → ManageIncome-Czs7daKV.mjs.map} +1 -1
- package/dist/{RecurringSettings-hs0YUp83.mjs → RecurringSettings-CcS5b1xA.mjs} +3 -3
- package/dist/{RecurringSettings-hs0YUp83.mjs.map → RecurringSettings-CcS5b1xA.mjs.map} +1 -1
- package/dist/{RecurringTransactionsUtil-CHWmqvW5.mjs → RecurringTransactionsUtil-CfWviBh1.mjs} +2 -2
- package/dist/{RecurringTransactionsUtil-CHWmqvW5.mjs.map → RecurringTransactionsUtil-CfWviBh1.mjs.map} +1 -1
- package/dist/{TransactionDetails-DT-MQqOB.mjs → TransactionDetails-Kmj8GUlD.mjs} +135 -133
- package/dist/TransactionDetails-Kmj8GUlD.mjs.map +1 -0
- package/dist/{UserStore-_QQpkbw9.mjs → UserStore-DApsX4aO.mjs} +2 -2
- package/dist/{UserStore-_QQpkbw9.mjs.map → UserStore-DApsX4aO.mjs.map} +1 -1
- package/dist/accounts/index.es.js +4 -4
- package/dist/budgets/index.es.js +3 -3
- package/dist/cashflow/index.es.js +6 -6
- package/dist/common/index.es.js +1 -1
- package/dist/core/index.es.js +2 -2
- package/dist/core/utils/DateUtil.d.ts +1 -0
- package/dist/debts/index.es.js +1 -1
- package/dist/finstrong/index.es.js +6 -6
- package/dist/insights/index.es.js +2 -2
- package/dist/networth/index.es.js +1 -1
- package/dist/notifications/index.es.js +1 -1
- package/dist/recurringtransactions/index.es.js +5 -5
- package/dist/spending/index.es.js +2 -2
- package/dist/transactions/index.es.js +25 -25
- package/dist/transactions/index.es.js.map +1 -1
- package/dist/trends/index.es.js +3 -3
- package/package.json +1 -1
- package/dist/DateUtil-CzBmbjmA.mjs +0 -75
- package/dist/EmbeddedCard-DCOQnTz-.mjs.map +0 -1
- package/dist/TransactionDetails-DT-MQqOB.mjs.map +0 -1
|
@@ -3,33 +3,32 @@ import c, { useMemo as ke } from "react";
|
|
|
3
3
|
import { observer as w } from "mobx-react-lite";
|
|
4
4
|
import Ue from "@mui/material/Alert";
|
|
5
5
|
import Y from "@mui/material/Box";
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
6
|
+
import be from "@mui/material/Divider";
|
|
7
|
+
import Ce from "@mui/material/List";
|
|
8
|
+
import ye from "@mui/material/Paper";
|
|
9
|
+
import ze from "@mui/material/Snackbar";
|
|
10
10
|
import L from "@mui/material/Stack";
|
|
11
|
-
import { useTheme as H, alpha as
|
|
12
|
-
import { P as ee, Text as x, H2 as
|
|
11
|
+
import { useTheme as H, alpha as Ie } from "@mui/material/styles";
|
|
12
|
+
import { P as ee, Text as x, H2 as We, MerchantLogo as fe, Toast as Ve, CategoryIcon as Oe, CategoryIconVariants as Ge, TextField as Le, Icon as Te } from "@mxenabled/mxui";
|
|
13
13
|
import { endOfMonth as Be } from "date-fns/endOfMonth";
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import { startOfMonth as De } from "date-fns/startOfMonth";
|
|
14
|
+
import { isBefore as Ye } from "date-fns/isBefore";
|
|
15
|
+
import { startOfMonth as ve } from "date-fns/startOfMonth";
|
|
17
16
|
import { b as I } from "./Localization-DnoVyBNK.mjs";
|
|
18
17
|
import { f as V } from "./NumberFormatting--XMeeBfr.mjs";
|
|
18
|
+
import { l as je, j as Se } from "./DateUtil-Bl7d7C1W.mjs";
|
|
19
19
|
import { a as qe, i as Qe } from "./BudgetUtil-Bg2AQJpQ.mjs";
|
|
20
|
-
import
|
|
20
|
+
import ue from "@mui/material/Button";
|
|
21
21
|
import Xe from "@mui/material/FormGroup";
|
|
22
|
-
import
|
|
22
|
+
import de from "@mui/material/IconButton";
|
|
23
23
|
import $e from "@mui/material/TextField";
|
|
24
|
-
import { u as
|
|
25
|
-
import { b as Ze, T as Je, u as ne, O as f, c as et, d as tt, E as at, C as nt } from "./EmbeddedCard-
|
|
24
|
+
import { u as Ne } from "./useAriaLive-MkYebyUR.mjs";
|
|
25
|
+
import { b as Ze, T as Je, u as ne, O as f, c as et, d as tt, E as at, C as nt } from "./EmbeddedCard-CQEnrozC.mjs";
|
|
26
26
|
import { u as E, g as M, o as rt, c as ot, l as we, f as G, a as it, C as st } from "./hooks-97sNJ_lf.mjs";
|
|
27
27
|
import { A as j } from "./Analytics-D-jdcL72.mjs";
|
|
28
28
|
import lt from "@mui/material/ToggleButton";
|
|
29
|
-
import { ChevronRight as Ke, Icon as k, Delete as
|
|
30
|
-
import { fromUnixTime as ve } from "date-fns/fromUnixTime";
|
|
29
|
+
import { ChevronRight as Ke, Icon as k, Delete as Ae, Cancel as xe, Search as ct, Edit as dt, Flag as ut } from "@mxenabled/mx-icons";
|
|
31
30
|
import q from "@mui/material/Avatar";
|
|
32
|
-
import
|
|
31
|
+
import z from "@mui/material/ListItem";
|
|
33
32
|
import Q from "@mui/material/ListItemAvatar";
|
|
34
33
|
import W from "@mui/material/ListItemText";
|
|
35
34
|
import { f as Me, D as Re } from "./DateFormats-HudZ3Bjs.mjs";
|
|
@@ -39,15 +38,15 @@ import X from "@mui/material/ListItemButton";
|
|
|
39
38
|
import Z from "@mui/material/ListItemIcon";
|
|
40
39
|
import { b as Fe } from "./CategorySelectorDrawer-NJsFsKP1.mjs";
|
|
41
40
|
import { D as ae } from "./Dialog-Bvd2n8hz.mjs";
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
41
|
+
import { getUnixTime as gt } from "date-fns/getUnixTime";
|
|
42
|
+
import { D as me } from "./Drawer-DsnW2o0v.mjs";
|
|
43
|
+
import { b as pt, C as ht, a as yt } from "./CurrencyDialog-DumQCTPO.mjs";
|
|
44
44
|
import Pe from "@mui/material/InputAdornment";
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import Ne from "@mui/material/Grid";
|
|
45
|
+
import Tt from "@mui/material/Checkbox";
|
|
46
|
+
import De from "@mui/material/Grid";
|
|
48
47
|
import { C as bt } from "./CurrencyInput-DaGEQaLW.mjs";
|
|
49
48
|
import Ct from "@mui/material/Switch";
|
|
50
|
-
var
|
|
49
|
+
var ce = /* @__PURE__ */ ((t) => (t[t.Category = 0] = "Category", t[t.Date = 1] = "Date", t[t.Memo = 2] = "Memo", t[t.Tags = 3] = "Tags", t))(ce || {}), ie = /* @__PURE__ */ ((t) => (t[t.MerchantBudget = 0] = "MerchantBudget", t[t.SplitTransaction = 1] = "SplitTransaction", t[t.HideTransaction = 2] = "HideTransaction", t[t.MerchantLogo = 3] = "MerchantLogo", t))(ie || {});
|
|
51
50
|
const ft = [
|
|
52
51
|
0,
|
|
53
52
|
1,
|
|
@@ -92,8 +91,8 @@ const ft = [
|
|
|
92
91
|
px: 24
|
|
93
92
|
},
|
|
94
93
|
children: [
|
|
95
|
-
/* @__PURE__ */ e(ee, { bold: !0, variant: "subtitle1", children:
|
|
96
|
-
n && /* @__PURE__ */ e(
|
|
94
|
+
/* @__PURE__ */ e(ee, { bold: !0, variant: "subtitle1", children: je(t) }),
|
|
95
|
+
n && /* @__PURE__ */ e(ue, { endIcon: /* @__PURE__ */ e(Ke, {}), onClick: n, sx: { height: 28 }, children: /* @__PURE__ */ e(x, { bold: !0, variant: "body2", children: s.spending_history }) })
|
|
97
96
|
]
|
|
98
97
|
}
|
|
99
98
|
),
|
|
@@ -101,7 +100,7 @@ const ft = [
|
|
|
101
100
|
Ze,
|
|
102
101
|
{
|
|
103
102
|
amount: /* @__PURE__ */ m(L, { sx: { alignItems: "baseline", flexDirection: "row", gap: 4 }, children: [
|
|
104
|
-
/* @__PURE__ */ e(
|
|
103
|
+
/* @__PURE__ */ e(We, { children: V(l, "0,0.00") }),
|
|
105
104
|
/* @__PURE__ */ e(ee, { color: "text.secondary", variant: "body2", children: "/" }),
|
|
106
105
|
/* @__PURE__ */ e(ee, { color: "text.secondary", variant: "body2", children: V(a, "0,0.00") })
|
|
107
106
|
] }),
|
|
@@ -137,7 +136,7 @@ const ft = [
|
|
|
137
136
|
t.amount ?? 0
|
|
138
137
|
);
|
|
139
138
|
return /* @__PURE__ */ m(
|
|
140
|
-
|
|
139
|
+
me,
|
|
141
140
|
{
|
|
142
141
|
ariaLabelClose: _.close_aria,
|
|
143
142
|
footerStyles: {
|
|
@@ -165,7 +164,7 @@ const ft = [
|
|
|
165
164
|
{
|
|
166
165
|
amount: t.amount,
|
|
167
166
|
icon: /* @__PURE__ */ e(
|
|
168
|
-
|
|
167
|
+
fe,
|
|
169
168
|
{
|
|
170
169
|
categoryGuid: n.top_level_category_guid || "",
|
|
171
170
|
merchantGuid: n.merchant_guid || ""
|
|
@@ -193,14 +192,14 @@ const It = w(({ transaction: t }) => {
|
|
|
193
192
|
getMerchantBudgetByMerchantGuid: D,
|
|
194
193
|
alert: O,
|
|
195
194
|
setAlert: K
|
|
196
|
-
} = rt(), { setFilter: P } = M(), { accounts: y } = ot(), N = u.palette.mode === "dark" ? "grey.800" : "grey.100", { budgets: C, common: J } = E(), { announce: se, ariaLive: le } =
|
|
195
|
+
} = rt(), { setFilter: P } = M(), { accounts: y } = ot(), N = u.palette.mode === "dark" ? "grey.800" : "grey.100", { budgets: C, common: J } = E(), { announce: se, ariaLive: le } = Ne(), [te, B] = c.useState(!1), b = t?.merchant_guid ? D(t.merchant_guid) : void 0, F = () => {
|
|
197
196
|
d(n), l(null), r("");
|
|
198
197
|
}, re = () => {
|
|
199
198
|
b ? B(!0) : l(
|
|
200
199
|
"create"
|
|
201
200
|
/* CREATE */
|
|
202
201
|
);
|
|
203
|
-
},
|
|
202
|
+
}, U = {
|
|
204
203
|
create: {
|
|
205
204
|
content: I(
|
|
206
205
|
C.create_budget_content,
|
|
@@ -271,12 +270,12 @@ const It = w(({ transaction: t }) => {
|
|
|
271
270
|
}, A = async () => {
|
|
272
271
|
if (_.current) return;
|
|
273
272
|
_.current = !0;
|
|
274
|
-
const { apiTrigger: S, successAlertMessage: R, errorAlertMessage: T } =
|
|
273
|
+
const { apiTrigger: S, successAlertMessage: R, errorAlertMessage: T } = U[n], { isSuccess: v } = await S(), oe = v ? R : T;
|
|
275
274
|
F(), i(!v), K(oe), se(oe), v && n === "delete" && B(!1), _.current = !1;
|
|
276
275
|
};
|
|
277
276
|
c.useEffect(() => {
|
|
278
277
|
const S = {
|
|
279
|
-
start:
|
|
278
|
+
start: ve(new Date(t.date * 1e3)),
|
|
280
279
|
end: Be(new Date(t.date * 1e3))
|
|
281
280
|
};
|
|
282
281
|
te && P({
|
|
@@ -286,14 +285,14 @@ const It = w(({ transaction: t }) => {
|
|
|
286
285
|
});
|
|
287
286
|
}, [te, t, y]);
|
|
288
287
|
const $ = () => /* @__PURE__ */ e(
|
|
289
|
-
|
|
288
|
+
Ve,
|
|
290
289
|
{
|
|
291
290
|
actionText: C.autogenerate_budgets_error_primary_button,
|
|
292
291
|
autoHideDuration: 3500,
|
|
293
292
|
closeAriaLabel: J.close_aria,
|
|
294
293
|
handleClose: () => K(""),
|
|
295
294
|
message: O,
|
|
296
|
-
onActionClick:
|
|
295
|
+
onActionClick: U[s]?.errorRetryAction,
|
|
297
296
|
open: !!O,
|
|
298
297
|
severity: o ? "error" : "success",
|
|
299
298
|
showAction: o,
|
|
@@ -302,7 +301,7 @@ const It = w(({ transaction: t }) => {
|
|
|
302
301
|
);
|
|
303
302
|
return /* @__PURE__ */ m(c.Fragment, { children: [
|
|
304
303
|
le,
|
|
305
|
-
/* @__PURE__ */ e(
|
|
304
|
+
/* @__PURE__ */ e(z, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ m(X, { onClick: re, children: [
|
|
306
305
|
/* @__PURE__ */ e(Q, { children: /* @__PURE__ */ e(q, { sx: { bgcolor: N }, variant: "rounded", children: /* @__PURE__ */ e(k, { name: "bubble_chart", sx: { color: "text.primary" } }) }) }),
|
|
307
306
|
/* @__PURE__ */ e(
|
|
308
307
|
W,
|
|
@@ -328,10 +327,10 @@ const It = w(({ transaction: t }) => {
|
|
|
328
327
|
}
|
|
329
328
|
),
|
|
330
329
|
n && /* @__PURE__ */ e(
|
|
331
|
-
|
|
330
|
+
pt,
|
|
332
331
|
{
|
|
333
332
|
closeAriaLabel: J.close_aria,
|
|
334
|
-
content:
|
|
333
|
+
content: U[n].content,
|
|
335
334
|
handleInputChange: r,
|
|
336
335
|
handleModalClose: F,
|
|
337
336
|
handlePrimaryAction: A,
|
|
@@ -339,9 +338,9 @@ const It = w(({ transaction: t }) => {
|
|
|
339
338
|
inputLabel: n !== "delete" ? J.amount_text : "",
|
|
340
339
|
inputValue: a,
|
|
341
340
|
isOpen: !!n,
|
|
342
|
-
primaryText:
|
|
341
|
+
primaryText: U[n].primaryButtonText,
|
|
343
342
|
secondaryText: J.cancel_button,
|
|
344
|
-
title:
|
|
343
|
+
title: U[n].title
|
|
345
344
|
}
|
|
346
345
|
),
|
|
347
346
|
!!O && $()
|
|
@@ -369,7 +368,7 @@ const It = w(({ transaction: t }) => {
|
|
|
369
368
|
() => a.find((y) => y.guid === g),
|
|
370
369
|
[g]
|
|
371
370
|
), P = s.palette.mode === "dark" ? "grey.800" : "grey.100";
|
|
372
|
-
return /* @__PURE__ */ m(
|
|
371
|
+
return /* @__PURE__ */ m(z, { disableGutters: !0, disablePadding: !0, children: [
|
|
373
372
|
/* @__PURE__ */ m(
|
|
374
373
|
X,
|
|
375
374
|
{
|
|
@@ -433,7 +432,7 @@ const It = w(({ transaction: t }) => {
|
|
|
433
432
|
] });
|
|
434
433
|
}, vt = ({ transaction: t }) => {
|
|
435
434
|
const { onEvent: n } = G(), { updateTransaction: l } = M(), { updateManualTransaction: a } = ne(), { common: r, transactions: o } = E(), i = H(), [_, s] = c.useState(!1), [d, u] = c.useState(t.date), g = (D) => {
|
|
436
|
-
u(
|
|
435
|
+
u(gt(D));
|
|
437
436
|
}, p = async () => {
|
|
438
437
|
if (t.is_manual && !t.guid) {
|
|
439
438
|
a({ ...t, date: d }), s(!1);
|
|
@@ -441,7 +440,7 @@ const It = w(({ transaction: t }) => {
|
|
|
441
440
|
}
|
|
442
441
|
await l({ ...t, date: d }), n(j.TRANSACTION_DETAILS_CLICK_DATE, { transaction_guid: t.guid }), s(!1);
|
|
443
442
|
}, h = i.palette.mode === "dark" ? "grey.800" : "grey.100";
|
|
444
|
-
return /* @__PURE__ */ m(
|
|
443
|
+
return /* @__PURE__ */ m(z, { className: "mx-txn-date-action", disableGutters: !0, disablePadding: !0, children: [
|
|
445
444
|
/* @__PURE__ */ m(
|
|
446
445
|
X,
|
|
447
446
|
{
|
|
@@ -454,7 +453,7 @@ const It = w(({ transaction: t }) => {
|
|
|
454
453
|
W,
|
|
455
454
|
{
|
|
456
455
|
primary: o.date_title,
|
|
457
|
-
secondary: /* @__PURE__ */ e(x, { bold: !0, sx: { color: "text.primary" }, variant: "body1", children: Me(
|
|
456
|
+
secondary: /* @__PURE__ */ e(x, { bold: !0, sx: { color: "text.primary" }, variant: "body1", children: Me(Se(t.date), Re.YEAR_MONTH_DAY) }),
|
|
458
457
|
slotProps: { primary: { variant: "caption", fontSize: 11, fontWeight: "normal" } }
|
|
459
458
|
}
|
|
460
459
|
),
|
|
@@ -463,7 +462,7 @@ const It = w(({ transaction: t }) => {
|
|
|
463
462
|
}
|
|
464
463
|
),
|
|
465
464
|
/* @__PURE__ */ e(
|
|
466
|
-
|
|
465
|
+
me,
|
|
467
466
|
{
|
|
468
467
|
ariaLabelClose: r.close_aria,
|
|
469
468
|
isOpen: _,
|
|
@@ -473,16 +472,16 @@ const It = w(({ transaction: t }) => {
|
|
|
473
472
|
secondaryText: r.cancel_button,
|
|
474
473
|
title: o.date_edit_title,
|
|
475
474
|
children: /* @__PURE__ */ e(L, { alignItems: "center", mt: 40, children: /* @__PURE__ */ e(
|
|
476
|
-
|
|
475
|
+
ht,
|
|
477
476
|
{
|
|
478
|
-
beginDate:
|
|
477
|
+
beginDate: Se(d),
|
|
479
478
|
copy: {
|
|
480
479
|
nextAria: o.date_next_aria,
|
|
481
480
|
prevAria: o.date_prev_aria,
|
|
482
481
|
today: r.date_range_picker.today
|
|
483
482
|
},
|
|
484
483
|
onDateSelected: g,
|
|
485
|
-
selectionType:
|
|
484
|
+
selectionType: yt.Single
|
|
486
485
|
}
|
|
487
486
|
) })
|
|
488
487
|
}
|
|
@@ -493,14 +492,14 @@ const It = w(({ transaction: t }) => {
|
|
|
493
492
|
await l(t.guid), n(f.ON_TRANSACTION_DELETE_DELETED);
|
|
494
493
|
};
|
|
495
494
|
return /* @__PURE__ */ m(Y, { className: "mx-txn-delete", children: [
|
|
496
|
-
t && /* @__PURE__ */ e(
|
|
495
|
+
t && /* @__PURE__ */ e(z, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ m(
|
|
497
496
|
X,
|
|
498
497
|
{
|
|
499
498
|
onClick: () => {
|
|
500
499
|
n(f.ON_TRANSACTION_DELETE_CLICK), a(!0), _(!0);
|
|
501
500
|
},
|
|
502
501
|
children: [
|
|
503
|
-
/* @__PURE__ */ e(Q, { children: /* @__PURE__ */ e(q, { variant: "rounded", children: /* @__PURE__ */ e(
|
|
502
|
+
/* @__PURE__ */ e(Q, { children: /* @__PURE__ */ e(q, { variant: "rounded", children: /* @__PURE__ */ e(Ae, { color: "secondary", fontSize: "small" }) }) }),
|
|
504
503
|
/* @__PURE__ */ e(
|
|
505
504
|
W,
|
|
506
505
|
{
|
|
@@ -508,7 +507,7 @@ const It = w(({ transaction: t }) => {
|
|
|
508
507
|
secondary: o.manual_transaction_delete_subtitle
|
|
509
508
|
}
|
|
510
509
|
),
|
|
511
|
-
/* @__PURE__ */ e(Z, { children: /* @__PURE__ */ e(
|
|
510
|
+
/* @__PURE__ */ e(Z, { children: /* @__PURE__ */ e(Ae, {}) })
|
|
512
511
|
]
|
|
513
512
|
}
|
|
514
513
|
) }),
|
|
@@ -534,7 +533,7 @@ const It = w(({ transaction: t }) => {
|
|
|
534
533
|
transaction_guid: t.guid
|
|
535
534
|
});
|
|
536
535
|
}, u = i.palette.mode === "dark" ? "grey.800" : "grey.100";
|
|
537
|
-
return /* @__PURE__ */ e(c.Fragment, { children: t && /* @__PURE__ */ m(
|
|
536
|
+
return /* @__PURE__ */ e(c.Fragment, { children: t && /* @__PURE__ */ m(z, { className: "mx-txn-delete-logo", disableGutters: !0, disablePadding: !0, children: [
|
|
538
537
|
/* @__PURE__ */ m(
|
|
539
538
|
X,
|
|
540
539
|
{
|
|
@@ -578,7 +577,7 @@ const It = w(({ transaction: t }) => {
|
|
|
578
577
|
l(u ? i.transaction_not_included : i.transaction_not_excluded);
|
|
579
578
|
}
|
|
580
579
|
}, p = _.palette.mode === "dark" ? "grey.800" : "grey.100";
|
|
581
|
-
return /* @__PURE__ */ e(c.Fragment, { children: t && /* @__PURE__ */ m(
|
|
580
|
+
return /* @__PURE__ */ e(c.Fragment, { children: t && /* @__PURE__ */ m(z, { className: "mx-txn-hide-transaction", disableGutters: !0, disablePadding: !0, children: [
|
|
582
581
|
/* @__PURE__ */ m(
|
|
583
582
|
X,
|
|
584
583
|
{
|
|
@@ -641,7 +640,7 @@ const It = w(({ transaction: t }) => {
|
|
|
641
640
|
const { amount: n, description: l, isIncome: a, merchant_guid: r, payee: o, top_level_category_guid: i } = t;
|
|
642
641
|
return /* @__PURE__ */ m(L, { className: "mx-txn-amount-header", direction: "row", gap: 12, px: 16, py: 24, children: [
|
|
643
642
|
/* @__PURE__ */ e(
|
|
644
|
-
|
|
643
|
+
fe,
|
|
645
644
|
{
|
|
646
645
|
categoryGuid: i || "",
|
|
647
646
|
merchantGuid: r || "",
|
|
@@ -668,7 +667,7 @@ const It = w(({ transaction: t }) => {
|
|
|
668
667
|
}
|
|
669
668
|
await l({ ...t, memo: d }), n(j.TRANSACTION_DETAILS_CLICK_MEMO, { transaction_guid: t.guid }), s(!1);
|
|
670
669
|
}, p = i.palette.mode === "dark" ? "grey.800" : "grey.100";
|
|
671
|
-
return /* @__PURE__ */ m(
|
|
670
|
+
return /* @__PURE__ */ m(z, { className: "mx-txn-memo-action", disableGutters: !0, disablePadding: !0, children: [
|
|
672
671
|
/* @__PURE__ */ m(
|
|
673
672
|
X,
|
|
674
673
|
{
|
|
@@ -690,7 +689,7 @@ const It = w(({ transaction: t }) => {
|
|
|
690
689
|
}
|
|
691
690
|
),
|
|
692
691
|
/* @__PURE__ */ m(
|
|
693
|
-
|
|
692
|
+
me,
|
|
694
693
|
{
|
|
695
694
|
ariaLabelClose: r.close_aria,
|
|
696
695
|
isOpen: _,
|
|
@@ -728,10 +727,10 @@ const It = w(({ transaction: t }) => {
|
|
|
728
727
|
isNaN(Number(h)) || (s(h), a(t, Number(h)));
|
|
729
728
|
};
|
|
730
729
|
return /* @__PURE__ */ m(Y, { bgcolor: "background.paper", className: "mx-txn-split-manager-row", pb: 4, px: 8, children: [
|
|
731
|
-
/* @__PURE__ */ m(
|
|
732
|
-
/* @__PURE__ */ e(
|
|
730
|
+
/* @__PURE__ */ m(De, { alignItems: g ? "center" : "start", container: !0, children: [
|
|
731
|
+
/* @__PURE__ */ e(De, { size: 7, children: /* @__PURE__ */ m(L, { alignItems: "start", children: [
|
|
733
732
|
/* @__PURE__ */ e(
|
|
734
|
-
|
|
733
|
+
ue,
|
|
735
734
|
{
|
|
736
735
|
endIcon: /* @__PURE__ */ e(Ke, {}),
|
|
737
736
|
onClick: () => u(!0),
|
|
@@ -741,11 +740,11 @@ const It = w(({ transaction: t }) => {
|
|
|
741
740
|
}
|
|
742
741
|
),
|
|
743
742
|
/* @__PURE__ */ e(Y, { children: !r.category_guid && /* @__PURE__ */ m(L, { color: "error.main", direction: "row", gap: 8, p: 12, children: [
|
|
744
|
-
/* @__PURE__ */ e("span", { "aria-label": "error", role: "img", children: /* @__PURE__ */ e(
|
|
743
|
+
/* @__PURE__ */ e("span", { "aria-label": "error", role: "img", children: /* @__PURE__ */ e(xe, { sx: { fontSize: 15 } }) }),
|
|
745
744
|
/* @__PURE__ */ e(x, { variant: "body2", children: i.split_transaction_errors_select_category })
|
|
746
745
|
] }) })
|
|
747
746
|
] }) }),
|
|
748
|
-
/* @__PURE__ */ e(
|
|
747
|
+
/* @__PURE__ */ e(De, { size: 5, children: g ? /* @__PURE__ */ e("div", { className: "mx-txn-split-manager-row-top-container", children: /* @__PURE__ */ e(x, { children: V(r.amount, "0,0.00") }) }) : /* @__PURE__ */ m(L, { alignItems: "start", children: [
|
|
749
748
|
/* @__PURE__ */ m(L, { alignItems: "start", direction: "row", gap: 8, children: [
|
|
750
749
|
/* @__PURE__ */ e(
|
|
751
750
|
bt,
|
|
@@ -763,7 +762,7 @@ const It = w(({ transaction: t }) => {
|
|
|
763
762
|
}
|
|
764
763
|
),
|
|
765
764
|
/* @__PURE__ */ e(
|
|
766
|
-
|
|
765
|
+
de,
|
|
767
766
|
{
|
|
768
767
|
"aria-label": i.split_transaction_delete_split_btn,
|
|
769
768
|
color: "secondary",
|
|
@@ -771,12 +770,12 @@ const It = w(({ transaction: t }) => {
|
|
|
771
770
|
o(f.ON_TRANSACTION_SPLIT_DELETE_CLICK), n(t);
|
|
772
771
|
},
|
|
773
772
|
sx: { w: 44, h: 44 },
|
|
774
|
-
children: /* @__PURE__ */ e(
|
|
773
|
+
children: /* @__PURE__ */ e(Ae, {})
|
|
775
774
|
}
|
|
776
775
|
)
|
|
777
776
|
] }),
|
|
778
777
|
!_ && /* @__PURE__ */ m(L, { color: "error.main", direction: "row", gap: 8, py: 12, children: [
|
|
779
|
-
/* @__PURE__ */ e("span", { "aria-label": "error", role: "img", children: /* @__PURE__ */ e(
|
|
778
|
+
/* @__PURE__ */ e("span", { "aria-label": "error", role: "img", children: /* @__PURE__ */ e(xe, { sx: { fontSize: 15 } }) }),
|
|
780
779
|
/* @__PURE__ */ e(x, { variant: "body2", children: i.split_transaction_errors_enter_an_amount })
|
|
781
780
|
] })
|
|
782
781
|
] }) })
|
|
@@ -802,7 +801,7 @@ const It = w(({ transaction: t }) => {
|
|
|
802
801
|
splits: r,
|
|
803
802
|
transaction: o
|
|
804
803
|
}) => {
|
|
805
|
-
const { transactions: i } = E(), { onEvent: _ } = G(), [s, d] = c.useState(""), { announce: u, ariaLive: g } =
|
|
804
|
+
const { transactions: i } = E(), { onEvent: _ } = G(), [s, d] = c.useState(""), { announce: u, ariaLive: g } = Ne();
|
|
806
805
|
return c.useEffect(() => {
|
|
807
806
|
if (r.length <= 1)
|
|
808
807
|
d(i.split_transaction_errors_min_splits), u(i.split_transaction_errors_min_splits);
|
|
@@ -828,11 +827,11 @@ const It = w(({ transaction: t }) => {
|
|
|
828
827
|
h
|
|
829
828
|
)),
|
|
830
829
|
s && /* @__PURE__ */ m(L, { bgcolor: "background.paper", color: "error.main", direction: "row", gap: 8, p: 16, children: [
|
|
831
|
-
/* @__PURE__ */ e("span", { "aria-label": "error", role: "img", children: /* @__PURE__ */ e(
|
|
830
|
+
/* @__PURE__ */ e("span", { "aria-label": "error", role: "img", children: /* @__PURE__ */ e(xe, { sx: { fontSize: 15 } }) }),
|
|
832
831
|
/* @__PURE__ */ e(x, { variant: "body2", children: s })
|
|
833
832
|
] }),
|
|
834
833
|
/* @__PURE__ */ e(Y, { p: 16, children: /* @__PURE__ */ e(
|
|
835
|
-
|
|
834
|
+
ue,
|
|
836
835
|
{
|
|
837
836
|
"aria-label": i.split_transaction_add_split_btn,
|
|
838
837
|
onClick: () => {
|
|
@@ -843,7 +842,7 @@ const It = w(({ transaction: t }) => {
|
|
|
843
842
|
) })
|
|
844
843
|
] });
|
|
845
844
|
}, Kt = w($t), Ft = ({ transaction: t }) => {
|
|
846
|
-
const { onEvent: n } = G(), { announce: l, ariaLive: a } =
|
|
845
|
+
const { onEvent: n } = G(), { announce: l, ariaLive: a } = Ne(), { splitTransaction: r, unSplitTransaction: o, transactionSplitting: i } = M(), { common: _, transactions: s } = E(), { setShouldDisableDrawerScroll: d } = ne(), { categories: u } = we(), g = H(), p = {
|
|
847
846
|
...t,
|
|
848
847
|
amount: t.amount - 1,
|
|
849
848
|
guid: "",
|
|
@@ -914,10 +913,10 @@ const It = w(({ transaction: t }) => {
|
|
|
914
913
|
}, re = c.useMemo(() => {
|
|
915
914
|
const A = y.some((S) => !S.category_guid), $ = y.some((S) => S.amount <= 0);
|
|
916
915
|
return A || $;
|
|
917
|
-
}, [y]),
|
|
918
|
-
return /* @__PURE__ */ e(c.Fragment, { children: t && /* @__PURE__ */ m(
|
|
916
|
+
}, [y]), U = g.palette.mode === "dark" ? "grey.800" : "grey.100";
|
|
917
|
+
return /* @__PURE__ */ e(c.Fragment, { children: t && /* @__PURE__ */ m(z, { disableGutters: !0, disablePadding: !0, children: [
|
|
919
918
|
/* @__PURE__ */ m(X, { onClick: te, children: [
|
|
920
|
-
/* @__PURE__ */ e(Q, { children: /* @__PURE__ */ e(q, { sx: { bgcolor:
|
|
919
|
+
/* @__PURE__ */ e(Q, { children: /* @__PURE__ */ e(q, { sx: { bgcolor: U }, variant: "rounded", children: /* @__PURE__ */ e(k, { name: "call_split", sx: { color: "text.primary" } }) }) }),
|
|
921
920
|
/* @__PURE__ */ e(
|
|
922
921
|
W,
|
|
923
922
|
{
|
|
@@ -928,7 +927,7 @@ const It = w(({ transaction: t }) => {
|
|
|
928
927
|
/* @__PURE__ */ e(Z, { children: t.has_been_split || t.parent_guid ? /* @__PURE__ */ e(k, { name: "delete" }) : /* @__PURE__ */ e(k, { name: "chevron_right", sx: { color: "text.primary" } }) })
|
|
929
928
|
] }),
|
|
930
929
|
/* @__PURE__ */ m(
|
|
931
|
-
|
|
930
|
+
me,
|
|
932
931
|
{
|
|
933
932
|
ariaLabelClose: _.close_aria,
|
|
934
933
|
isOpen: D,
|
|
@@ -976,7 +975,7 @@ const It = w(({ transaction: t }) => {
|
|
|
976
975
|
}
|
|
977
976
|
)
|
|
978
977
|
] }) });
|
|
979
|
-
}, Ht = w(Ft),
|
|
978
|
+
}, Ht = w(Ft), Ut = () => {
|
|
980
979
|
const t = H(), { onEvent: n } = G(), { addTag: l } = M(), { transactions: a } = E(), [r, o] = c.useState(!1), [i, _] = c.useState(""), [s, d] = c.useState(""), u = c.useRef(null);
|
|
981
980
|
c.useEffect(() => {
|
|
982
981
|
r && u?.current?.focus();
|
|
@@ -1003,7 +1002,7 @@ const It = w(({ transaction: t }) => {
|
|
|
1003
1002
|
children: [
|
|
1004
1003
|
/* @__PURE__ */ e(x, { bold: !0, children: a.tags_your_tags }),
|
|
1005
1004
|
/* @__PURE__ */ e(
|
|
1006
|
-
|
|
1005
|
+
ue,
|
|
1007
1006
|
{
|
|
1008
1007
|
"aria-expanded": r,
|
|
1009
1008
|
"aria-label": a.tags_add_tag_btn_aria,
|
|
@@ -1039,13 +1038,13 @@ const It = w(({ transaction: t }) => {
|
|
|
1039
1038
|
}
|
|
1040
1039
|
)
|
|
1041
1040
|
] });
|
|
1042
|
-
},
|
|
1041
|
+
}, zt = w(Ut), Wt = ({ onSearchValueChanged: t, searchValue: n }) => {
|
|
1043
1042
|
const { common: l, transactions: a } = E(), r = /* @__PURE__ */ e(
|
|
1044
|
-
|
|
1043
|
+
de,
|
|
1045
1044
|
{
|
|
1046
1045
|
"aria-label": a.tags_cancel_search || "Search",
|
|
1047
1046
|
onClick: () => t(""),
|
|
1048
|
-
children: /* @__PURE__ */ e(
|
|
1047
|
+
children: /* @__PURE__ */ e(xe, {})
|
|
1049
1048
|
}
|
|
1050
1049
|
);
|
|
1051
1050
|
return /* @__PURE__ */ e(Y, { className: "mx-txn-tag-manager-search", px: 24, py: 16, children: /* @__PURE__ */ e(
|
|
@@ -1080,14 +1079,14 @@ const It = w(({ transaction: t }) => {
|
|
|
1080
1079
|
a(f.ON_TRANSACTION_TAGS_TAG_DELETE_CLICK), g(!0);
|
|
1081
1080
|
};
|
|
1082
1081
|
return /* @__PURE__ */ m(
|
|
1083
|
-
|
|
1082
|
+
z,
|
|
1084
1083
|
{
|
|
1085
1084
|
className: "mx-txn-transaction-manager-row",
|
|
1086
1085
|
disableGutters: !0,
|
|
1087
1086
|
disablePadding: !0,
|
|
1088
1087
|
secondaryAction: !l.is_default_tag && /* @__PURE__ */ m(L, { direction: "row", children: [
|
|
1089
1088
|
/* @__PURE__ */ e(
|
|
1090
|
-
|
|
1089
|
+
de,
|
|
1091
1090
|
{
|
|
1092
1091
|
"aria-label": `Edit ${l.name} tag`,
|
|
1093
1092
|
color: "secondary",
|
|
@@ -1096,12 +1095,12 @@ const It = w(({ transaction: t }) => {
|
|
|
1096
1095
|
}
|
|
1097
1096
|
),
|
|
1098
1097
|
/* @__PURE__ */ e(
|
|
1099
|
-
|
|
1098
|
+
de,
|
|
1100
1099
|
{
|
|
1101
1100
|
"aria-label": `Delete ${l.name} tag`,
|
|
1102
1101
|
color: "secondary",
|
|
1103
1102
|
onClick: N,
|
|
1104
|
-
children: /* @__PURE__ */ e(
|
|
1103
|
+
children: /* @__PURE__ */ e(Ae, { color: "secondary" })
|
|
1105
1104
|
}
|
|
1106
1105
|
)
|
|
1107
1106
|
] }),
|
|
@@ -1114,7 +1113,7 @@ const It = w(({ transaction: t }) => {
|
|
|
1114
1113
|
role: "checkbox",
|
|
1115
1114
|
children: [
|
|
1116
1115
|
/* @__PURE__ */ e(Z, { sx: { ml: 0 }, children: /* @__PURE__ */ e(
|
|
1117
|
-
|
|
1116
|
+
Tt,
|
|
1118
1117
|
{
|
|
1119
1118
|
"aria-hidden": !0,
|
|
1120
1119
|
checked: n.includes(l.guid),
|
|
@@ -1179,10 +1178,10 @@ const It = w(({ transaction: t }) => {
|
|
|
1179
1178
|
searchValue: a
|
|
1180
1179
|
}
|
|
1181
1180
|
),
|
|
1182
|
-
/* @__PURE__ */ e(
|
|
1183
|
-
/* @__PURE__ */ e(
|
|
1181
|
+
/* @__PURE__ */ e(zt, {}),
|
|
1182
|
+
/* @__PURE__ */ e(ye, { sx: { boxShadow: "none" }, children: /* @__PURE__ */ e(Ce, { children: o.map((i) => /* @__PURE__ */ m(c.Fragment, { children: [
|
|
1184
1183
|
/* @__PURE__ */ e(jt, { onTagChecked: n, selectedTags: t, tag: i }),
|
|
1185
|
-
/* @__PURE__ */ e(
|
|
1184
|
+
/* @__PURE__ */ e(be, { sx: { ml: 24 } })
|
|
1186
1185
|
] }, i.guid)) }) })
|
|
1187
1186
|
] });
|
|
1188
1187
|
}, Qt = w(qt), Xt = ({ transaction: t }) => {
|
|
@@ -1205,7 +1204,7 @@ const It = w(({ transaction: t }) => {
|
|
|
1205
1204
|
),
|
|
1206
1205
|
[l, t]
|
|
1207
1206
|
), K = s.palette.mode === "dark" ? "grey.800" : "grey.100";
|
|
1208
|
-
return /* @__PURE__ */ m(
|
|
1207
|
+
return /* @__PURE__ */ m(z, { disableGutters: !0, disablePadding: !0, children: [
|
|
1209
1208
|
/* @__PURE__ */ m(
|
|
1210
1209
|
X,
|
|
1211
1210
|
{
|
|
@@ -1227,7 +1226,7 @@ const It = w(({ transaction: t }) => {
|
|
|
1227
1226
|
}
|
|
1228
1227
|
),
|
|
1229
1228
|
/* @__PURE__ */ e(
|
|
1230
|
-
|
|
1229
|
+
me,
|
|
1231
1230
|
{
|
|
1232
1231
|
ariaLabelClose: o.close_aria,
|
|
1233
1232
|
isOpen: d,
|
|
@@ -1241,7 +1240,7 @@ const It = w(({ transaction: t }) => {
|
|
|
1241
1240
|
)
|
|
1242
1241
|
] });
|
|
1243
1242
|
}, Zt = w(Xt), Jt = ({ transaction: t, viewOnly: n = !1 }) => {
|
|
1244
|
-
const { updateTransaction: l } = M(), { common: a, transactions: r } = E(), { onEvent: o } = G(), { announce: i, ariaLive: _ } =
|
|
1243
|
+
const { updateTransaction: l } = M(), { common: a, transactions: r } = E(), { onEvent: o } = G(), { announce: i, ariaLive: _ } = Ne(), [s, d] = c.useState(!1), [u, g] = c.useState(""), p = c.useRef(null);
|
|
1245
1244
|
c.useEffect(() => {
|
|
1246
1245
|
s && (g(t.description), p?.current?.focus());
|
|
1247
1246
|
}, [s]);
|
|
@@ -1275,7 +1274,7 @@ const It = w(({ transaction: t }) => {
|
|
|
1275
1274
|
}
|
|
1276
1275
|
),
|
|
1277
1276
|
/* @__PURE__ */ e(
|
|
1278
|
-
|
|
1277
|
+
ue,
|
|
1279
1278
|
{
|
|
1280
1279
|
disabled: !u,
|
|
1281
1280
|
onClick: D,
|
|
@@ -1290,13 +1289,13 @@ const It = w(({ transaction: t }) => {
|
|
|
1290
1289
|
] }) : /* @__PURE__ */ m(L, { alignItems: "center", direction: "row", gap: 4, sx: { minHeight: 44 }, children: [
|
|
1291
1290
|
/* @__PURE__ */ e(x, { bold: !0, children: t.description }),
|
|
1292
1291
|
!n && /* @__PURE__ */ e(
|
|
1293
|
-
|
|
1292
|
+
de,
|
|
1294
1293
|
{
|
|
1295
1294
|
"aria-label": r.payee_edit,
|
|
1296
1295
|
id: "transaction-description-edit-button",
|
|
1297
1296
|
onClick: h,
|
|
1298
1297
|
sx: { color: "action.active" },
|
|
1299
|
-
children: /* @__PURE__ */ e(
|
|
1298
|
+
children: /* @__PURE__ */ e(Te, { name: "create", size: 22 })
|
|
1300
1299
|
}
|
|
1301
1300
|
)
|
|
1302
1301
|
] })
|
|
@@ -1318,23 +1317,23 @@ const It = w(({ transaction: t }) => {
|
|
|
1318
1317
|
color: o ? "common.white" : "secondary.main",
|
|
1319
1318
|
"&.Mui-selected": {
|
|
1320
1319
|
color: o ? "primary.main" : "common.white",
|
|
1321
|
-
backgroundColor: o ?
|
|
1320
|
+
backgroundColor: o ? Ie(r.palette.primary.main, 0.25) : "warning.dark",
|
|
1322
1321
|
":hover": {
|
|
1323
1322
|
color: o ? "primary.main" : "common.white",
|
|
1324
|
-
backgroundColor: o ?
|
|
1323
|
+
backgroundColor: o ? Ie(r.palette.primary.main, 0.2) : "warning.main"
|
|
1325
1324
|
}
|
|
1326
1325
|
},
|
|
1327
1326
|
":hover": {
|
|
1328
1327
|
color: o ? "common.white" : "warning.contrastText",
|
|
1329
|
-
backgroundColor: o ?
|
|
1328
|
+
backgroundColor: o ? Ie(r.palette.primary.main, 0.2) : "warning.light"
|
|
1330
1329
|
}
|
|
1331
1330
|
},
|
|
1332
1331
|
value: "flagged",
|
|
1333
1332
|
children: /* @__PURE__ */ e(ut, { color: "inherit" })
|
|
1334
1333
|
}
|
|
1335
1334
|
) });
|
|
1336
|
-
}, aa = w(ta),
|
|
1337
|
-
/* @__PURE__ */ m(
|
|
1335
|
+
}, aa = w(ta), he = (t, n, l, a = !0, r = "inset") => a ? /* @__PURE__ */ m(c.Fragment, { children: [
|
|
1336
|
+
/* @__PURE__ */ m(z, { disableGutters: !0, disablePadding: !0, children: [
|
|
1338
1337
|
/* @__PURE__ */ e(Q, { children: /* @__PURE__ */ e(q, { sx: { bgcolor: "neutral.light" }, variant: "rounded", children: t }) }),
|
|
1339
1338
|
/* @__PURE__ */ e(
|
|
1340
1339
|
W,
|
|
@@ -1345,14 +1344,14 @@ const It = w(({ transaction: t }) => {
|
|
|
1345
1344
|
}
|
|
1346
1345
|
)
|
|
1347
1346
|
] }),
|
|
1348
|
-
/* @__PURE__ */ e(
|
|
1347
|
+
/* @__PURE__ */ e(be, { variant: r })
|
|
1349
1348
|
] }) : null, na = ({ transaction: t }) => {
|
|
1350
1349
|
const { transactions: n } = E(), { tags: l } = M(), a = c.useMemo(() => {
|
|
1351
1350
|
const r = new Map(l.map((o) => [o.guid, o.name]));
|
|
1352
1351
|
return t.tags.map((o) => r.get(o)).filter(Boolean).join(" / ");
|
|
1353
1352
|
}, [l, t.tags]);
|
|
1354
|
-
return /* @__PURE__ */ m(
|
|
1355
|
-
|
|
1353
|
+
return /* @__PURE__ */ m(Ce, { sx: { "& .MuiListItem-root": { px: 24, py: 12 } }, children: [
|
|
1354
|
+
he(
|
|
1356
1355
|
/* @__PURE__ */ e(
|
|
1357
1356
|
Oe,
|
|
1358
1357
|
{
|
|
@@ -1365,20 +1364,20 @@ const It = w(({ transaction: t }) => {
|
|
|
1365
1364
|
n.category_title,
|
|
1366
1365
|
/* @__PURE__ */ e(x, { bold: !0, variant: "body1", children: t.category ?? n.actions_select_a_category })
|
|
1367
1366
|
),
|
|
1368
|
-
|
|
1369
|
-
/* @__PURE__ */ e(
|
|
1367
|
+
he(
|
|
1368
|
+
/* @__PURE__ */ e(Te, { name: "calendar_month", sx: { color: "text.primary" } }),
|
|
1370
1369
|
n.date_title,
|
|
1371
|
-
/* @__PURE__ */ e(x, { bold: !0, variant: "body1", children: Me(
|
|
1370
|
+
/* @__PURE__ */ e(x, { bold: !0, variant: "body1", children: Me(Se(t.date), Re.YEAR_MONTH_DAY) })
|
|
1372
1371
|
),
|
|
1373
|
-
|
|
1374
|
-
/* @__PURE__ */ e(
|
|
1372
|
+
he(
|
|
1373
|
+
/* @__PURE__ */ e(Te, { name: "article", sx: { color: "text.primary" } }),
|
|
1375
1374
|
n.memo_title,
|
|
1376
1375
|
/* @__PURE__ */ e(x, { bold: !0, variant: "body1", children: t.memo ?? n.memo_desc }),
|
|
1377
1376
|
!!t.memo,
|
|
1378
1377
|
t.tags?.length > 0 ? "inset" : "fullWidth"
|
|
1379
1378
|
),
|
|
1380
|
-
|
|
1381
|
-
/* @__PURE__ */ e(
|
|
1379
|
+
he(
|
|
1380
|
+
/* @__PURE__ */ e(Te, { name: "local_offer", sx: { color: "text.primary" } }),
|
|
1382
1381
|
n.tags_title,
|
|
1383
1382
|
/* @__PURE__ */ e(x, { bold: !0, variant: "body1", children: t.tags?.length ? a : n.tags_desc }),
|
|
1384
1383
|
!!t.tags?.length,
|
|
@@ -1520,27 +1519,30 @@ const It = w(({ transaction: t }) => {
|
|
|
1520
1519
|
[]
|
|
1521
1520
|
), c.useEffect(() => {
|
|
1522
1521
|
if (!b || b.dataSeries.length === 0) return;
|
|
1523
|
-
const { date: T } = b.dataSeries[F], v =
|
|
1524
|
-
|
|
1522
|
+
const { date: T } = b.dataSeries[F], v = ve(T);
|
|
1523
|
+
Ye(v, D) && (C(!0), O(v).finally(() => {
|
|
1525
1524
|
C(!1);
|
|
1526
1525
|
}));
|
|
1527
1526
|
}, [F, b, D]);
|
|
1528
|
-
const
|
|
1527
|
+
const U = t.includes(ie.MerchantBudget) && !a?.merchant_guid ? t.filter((T) => T !== ie.MerchantBudget) : t, A = ke(() => {
|
|
1529
1528
|
if (b) {
|
|
1530
1529
|
const T = u.find(
|
|
1531
|
-
(
|
|
1530
|
+
(pe) => pe.guid === a.top_level_category_guid
|
|
1532
1531
|
), v = B?.payload?.average_amount ?? 0, oe = a.amount;
|
|
1533
|
-
let
|
|
1534
|
-
oe - v < 0 && (
|
|
1535
|
-
const
|
|
1536
|
-
return { category: T, percentageAmount:
|
|
1532
|
+
let _e = d.general.increased_text;
|
|
1533
|
+
oe - v < 0 && (_e = d.general.decreased_text);
|
|
1534
|
+
const ge = v === 0 ? 0 : Math.round(Math.abs(oe - v) / v * 100);
|
|
1535
|
+
return { category: T, percentageAmount: ge, changetype: _e };
|
|
1537
1536
|
}
|
|
1538
1537
|
return null;
|
|
1539
1538
|
}, [b, u]), $ = ke(() => {
|
|
1540
1539
|
if (!b?.dataSeries?.length)
|
|
1541
1540
|
return [];
|
|
1542
|
-
const { guid: T, date: v } = b.dataSeries[F], oe =
|
|
1543
|
-
return h.filter((
|
|
1541
|
+
const { guid: T, date: v } = b.dataSeries[F], oe = ve(v), _e = Be(v);
|
|
1542
|
+
return h.filter((ge) => {
|
|
1543
|
+
const pe = Se(ge.date);
|
|
1544
|
+
return pe >= oe && pe <= _e && ge.guid === T;
|
|
1545
|
+
});
|
|
1544
1546
|
}, [F, b, h, N]);
|
|
1545
1547
|
if (!o)
|
|
1546
1548
|
return /* @__PURE__ */ e(_t, {});
|
|
@@ -1548,8 +1550,8 @@ const It = w(({ transaction: t }) => {
|
|
|
1548
1550
|
return /* @__PURE__ */ m(Y, { className: "mx-txn-transaction-details", width: "100%", children: [
|
|
1549
1551
|
a && /* @__PURE__ */ m(L, { children: [
|
|
1550
1552
|
/* @__PURE__ */ m(L, { gap: 12, p: 24, children: [
|
|
1551
|
-
/* @__PURE__ */ e(
|
|
1552
|
-
|
|
1553
|
+
/* @__PURE__ */ e(ye, { elevation: 2, sx: { width: 64 }, children: /* @__PURE__ */ e(
|
|
1554
|
+
fe,
|
|
1553
1555
|
{
|
|
1554
1556
|
categoryGuid: a.top_level_category_guid || "",
|
|
1555
1557
|
merchantGuid: a.merchant_guid || "",
|
|
@@ -1586,32 +1588,32 @@ const It = w(({ transaction: t }) => {
|
|
|
1586
1588
|
/* @__PURE__ */ e(x, { bold: !0, truncate: !0, variant: "tiny", children: a.feed_description })
|
|
1587
1589
|
] })
|
|
1588
1590
|
] }),
|
|
1589
|
-
/* @__PURE__ */ e(
|
|
1590
|
-
T ===
|
|
1591
|
-
T ===
|
|
1592
|
-
T ===
|
|
1593
|
-
T ===
|
|
1591
|
+
/* @__PURE__ */ e(ye, { square: !0, sx: { boxShadow: "none" }, children: S ? /* @__PURE__ */ e(ra, { transaction: a }) : /* @__PURE__ */ e(Ce, { children: l.map((T, v) => /* @__PURE__ */ m(c.Fragment, { children: [
|
|
1592
|
+
T === ce.Category && /* @__PURE__ */ e(Dt, { transaction: a }),
|
|
1593
|
+
T === ce.Date && /* @__PURE__ */ e(vt, { transaction: a }),
|
|
1594
|
+
T === ce.Memo && /* @__PURE__ */ e(Pt, { transaction: a }),
|
|
1595
|
+
T === ce.Tags && /* @__PURE__ */ e(Zt, { transaction: a }),
|
|
1594
1596
|
/* @__PURE__ */ e(
|
|
1595
|
-
|
|
1597
|
+
be,
|
|
1596
1598
|
{
|
|
1597
1599
|
component: "li",
|
|
1598
1600
|
variant: v < l.length - 1 ? "inset" : "fullWidth"
|
|
1599
1601
|
}
|
|
1600
1602
|
)
|
|
1601
1603
|
] }, T)) }) }),
|
|
1602
|
-
!S &&
|
|
1604
|
+
!S && U.length > 0 && /* @__PURE__ */ m(c.Fragment, { children: [
|
|
1603
1605
|
/* @__PURE__ */ e(x, { bold: !0, mb: 8, ml: 26, mt: 16, variant: "body1", children: _.actions }),
|
|
1604
|
-
/* @__PURE__ */ e(
|
|
1605
|
-
|
|
1606
|
+
/* @__PURE__ */ e(ye, { square: !0, sx: { boxShadow: "none" }, children: /* @__PURE__ */ m(Ce, { children: [
|
|
1607
|
+
U.map((T, v) => /* @__PURE__ */ m(c.Fragment, { children: [
|
|
1606
1608
|
T === ie.MerchantBudget && /* @__PURE__ */ e(It, { transaction: a }),
|
|
1607
1609
|
T === ie.SplitTransaction && /* @__PURE__ */ e(Ht, { transaction: a }),
|
|
1608
1610
|
T === ie.HideTransaction && /* @__PURE__ */ e(Rt, { transaction: a }),
|
|
1609
1611
|
T === ie.MerchantLogo && /* @__PURE__ */ e(wt, { transaction: a }),
|
|
1610
1612
|
/* @__PURE__ */ e(
|
|
1611
|
-
|
|
1613
|
+
be,
|
|
1612
1614
|
{
|
|
1613
1615
|
component: "li",
|
|
1614
|
-
variant: v <
|
|
1616
|
+
variant: v < U.length - 1 ? "inset" : "fullWidth"
|
|
1615
1617
|
}
|
|
1616
1618
|
)
|
|
1617
1619
|
] }, T)),
|
|
@@ -1652,7 +1654,7 @@ const It = w(({ transaction: t }) => {
|
|
|
1652
1654
|
data: b.chartData,
|
|
1653
1655
|
defaultSelectedIndex: F,
|
|
1654
1656
|
icon: /* @__PURE__ */ e(
|
|
1655
|
-
|
|
1657
|
+
fe,
|
|
1656
1658
|
{
|
|
1657
1659
|
alt: a.description ?? "",
|
|
1658
1660
|
categoryGuid: a.category_guid ?? "",
|
|
@@ -1684,7 +1686,7 @@ const It = w(({ transaction: t }) => {
|
|
|
1684
1686
|
}
|
|
1685
1687
|
),
|
|
1686
1688
|
/* @__PURE__ */ e(
|
|
1687
|
-
|
|
1689
|
+
ze,
|
|
1688
1690
|
{
|
|
1689
1691
|
anchorOrigin: { vertical: "bottom", horizontal: "right" },
|
|
1690
1692
|
autoHideDuration: 3500,
|
|
@@ -1694,15 +1696,15 @@ const It = w(({ transaction: t }) => {
|
|
|
1694
1696
|
}
|
|
1695
1697
|
)
|
|
1696
1698
|
] });
|
|
1697
|
-
},
|
|
1699
|
+
}, nn = w(la);
|
|
1698
1700
|
export {
|
|
1699
1701
|
ie as B,
|
|
1700
1702
|
Dt as C,
|
|
1701
1703
|
vt as D,
|
|
1702
1704
|
Pt as M,
|
|
1703
|
-
|
|
1705
|
+
nn as T,
|
|
1704
1706
|
Zt as a,
|
|
1705
|
-
|
|
1707
|
+
ce as b,
|
|
1706
1708
|
At as c
|
|
1707
1709
|
};
|
|
1708
|
-
//# sourceMappingURL=TransactionDetails-
|
|
1710
|
+
//# sourceMappingURL=TransactionDetails-Kmj8GUlD.mjs.map
|