@mx-cartographer/experiences 8.0.14 → 8.0.15
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 +2 -0
- package/dist/EmbeddedCard-B4U5fIbl.mjs +796 -0
- package/dist/{ExportCsvAction-ErKh7wJ2.mjs → ExportCsvAction-CHCmCCqf.mjs} +4 -5
- package/dist/{ManageIncome-C_XOG9CZ.mjs → ManageIncome-DZ_6f0js.mjs} +3 -3
- package/dist/{RecurringSettings-Bt-zMwCB.mjs → RecurringSettings-CJJndcMu.mjs} +1 -1
- package/dist/{Transaction-Cn5_iFm0.mjs → Transaction-C3Pg9TKf.mjs} +2 -2
- package/dist/TransactionDetails-B9rTYhMA.mjs +1703 -0
- package/dist/{TransactionStore-CbZfz7-2.mjs → TransactionStore-BUsgGRL1.mjs} +43 -32
- package/dist/accounts/index.es.js +2 -2
- package/dist/budgets/index.es.js +5 -6
- package/dist/cashflow/index.es.js +3 -3
- package/dist/common/index.es.js +20 -20
- package/dist/core/index.es.js +1 -1
- package/dist/core/types/localization/InsightsFeedCopy.d.ts +11 -0
- package/dist/{OnClickEvents-CseHDZ94.mjs → exportTransactionsToCSV-DgdB3TBt.mjs} +70 -24
- package/dist/finstrong/index.es.js +3 -3
- package/dist/insights/components/shared/InsightsCard/EmbeddedCard.d.ts +1 -2
- package/dist/insights/index.es.js +1043 -1566
- package/dist/recurringtransactions/index.es.js +4 -4
- package/dist/spending/index.es.js +3 -3
- package/dist/transactions/components/shared/getEmbeddedInstanceSlotByBeatTemplates.d.ts +8 -0
- package/dist/transactions/index.es.js +15 -15
- package/dist/transactions/stores/TransactionStore.d.ts +1 -0
- package/dist/trends/index.es.js +3 -3
- package/package.json +1 -1
- package/dist/StatusIndicator-DAWRKwmE.mjs +0 -264
- package/dist/TransactionDetails-DA6tdnu0.mjs +0 -1476
- package/dist/exportTransactionsToCSV-MCYH_zzN.mjs +0 -48
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { observer as c } from "mobx-react-lite";
|
|
3
3
|
import { Icon as i } from "@mxenabled/mxui";
|
|
4
|
-
import {
|
|
5
|
-
import { O as m } from "./OnClickEvents-CseHDZ94.mjs";
|
|
4
|
+
import { O as p, e as m } from "./exportTransactionsToCSV-DgdB3TBt.mjs";
|
|
6
5
|
import { R as x } from "./ResponsiveButton-DZFp78fJ.mjs";
|
|
7
6
|
import { g as _, h as C, u as l } from "./hooks-BxkfR-Ff.mjs";
|
|
8
7
|
const v = ({ filter: t }) => {
|
|
9
8
|
const { onEvent: r } = _(), { tags: e, sortedTransactions: s } = C(), { transactions: n } = l(), a = () => {
|
|
10
|
-
r(
|
|
9
|
+
r(p.ON_TRANSACTION_EXPORT_CSV_CLICK), m(t ? s.filter(t) : s, e);
|
|
11
10
|
};
|
|
12
11
|
return /* @__PURE__ */ o("div", { className: "mx-txn-export-csv-action", children: /* @__PURE__ */ o(
|
|
13
12
|
x,
|
|
@@ -18,7 +17,7 @@ const v = ({ filter: t }) => {
|
|
|
18
17
|
tooltipText: n.export_csv_title
|
|
19
18
|
}
|
|
20
19
|
) });
|
|
21
|
-
},
|
|
20
|
+
}, O = c(v);
|
|
22
21
|
export {
|
|
23
|
-
|
|
22
|
+
O as E
|
|
24
23
|
};
|
|
@@ -17,8 +17,8 @@ import { endOfMonth as ue } from "date-fns/endOfMonth";
|
|
|
17
17
|
import { parseISO as me } from "date-fns/parseISO";
|
|
18
18
|
import J from "@mui/material/Button";
|
|
19
19
|
import { Delete as pe, Add as ye, ReceiptLong as he } from "@mxenabled/mx-icons";
|
|
20
|
-
import { T as V, u as fe, S as ge, a as Ce } from "./
|
|
21
|
-
import { T as be } from "./TransactionDetails-
|
|
20
|
+
import { T as V, u as fe, S as ge, a as Ce } from "./EmbeddedCard-B4U5fIbl.mjs";
|
|
21
|
+
import { T as be } from "./TransactionDetails-B9rTYhMA.mjs";
|
|
22
22
|
import { addYears as j } from "date-fns/addYears";
|
|
23
23
|
import { getDayOfYear as xe } from "date-fns/getDayOfYear";
|
|
24
24
|
import { setDayOfYear as Se } from "date-fns/setDayOfYear";
|
|
@@ -37,7 +37,7 @@ import { fromUnixTime as ke } from "date-fns/fromUnixTime";
|
|
|
37
37
|
import { S as Ne } from "./SearchBox-CwDgvWVJ.mjs";
|
|
38
38
|
import { h as Me } from "./DateUtil-wcYTmDRD.mjs";
|
|
39
39
|
import { b as q } from "./Category-CevNQ03n.mjs";
|
|
40
|
-
import {
|
|
40
|
+
import { a as ne } from "./Transaction-C3Pg9TKf.mjs";
|
|
41
41
|
const re = ({
|
|
42
42
|
frequency: n,
|
|
43
43
|
firstDay: t,
|
|
@@ -7,7 +7,7 @@ import R from "@mui/material/Tabs";
|
|
|
7
7
|
import d from "@mui/material/Divider";
|
|
8
8
|
import b 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-DZ_6f0js.mjs";
|
|
11
11
|
import { u as _, i as A, g as f } from "./hooks-BxkfR-Ff.mjs";
|
|
12
12
|
import { R as y, F as N } from "./RepeatingTransaction-DF4vJn_v.mjs";
|
|
13
13
|
import { A as m } from "./Analytics-0Xm_BjHU.mjs";
|