@mx-cartographer/experiences 8.0.0-alpha.sms2 → 9.0.0-alpha.mega1
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 +217 -0
- package/dist/{Account-Cp30A3ad.mjs → Account-BIKn4XEZ.mjs} +1 -1
- package/dist/Account-CMjOp7S2.mjs +118 -0
- package/dist/AccountApi-DgZ8ILj1.mjs +19 -0
- package/dist/AccountDetailsHeader-BOV91g1o.mjs +95 -0
- package/dist/AccountDisplayName-CO7z3v99.mjs +11 -0
- package/dist/{AccountFields-CW6cIthP.mjs → AccountFields-BRRH37K1.mjs} +10 -11
- package/dist/{AccountListItem-DxmAs98Z.mjs → AccountListItem-Ds5C0mOT.mjs} +4 -4
- package/dist/{AccountStore-hIs-yA6W.mjs → AccountStore-BFKvXJSD.mjs} +79 -69
- package/dist/{Accounts-DUHkUyK4.mjs → Accounts-CuE8aSZN.mjs} +1 -1
- package/dist/{BudgetUtil-CIDAPPPT.mjs → BudgetUtil-CDSOZXem.mjs} +4 -4
- package/dist/CategorySelectorDrawer-C4aZYP4N.mjs +418 -0
- package/dist/CategoryStore-DEqAnHbi.mjs +186 -0
- package/dist/{CategoryUtil-DfVKKkRf.mjs → CategoryUtil-CFHBvaV4.mjs} +1 -1
- package/dist/{ConnectionsDrawer-CSo6AFkG.mjs → ConnectionsDrawer-BExzgE16.mjs} +5 -5
- package/dist/{CurrencyInput-BrGvhgVK.mjs → CurrencyInput-DDQ4DBrE.mjs} +1 -1
- package/dist/{CurrencyText-Dr0EZ7bp.mjs → CurrencyText-C-85TnUF.mjs} +3 -3
- package/dist/{DateUtil-CDPZw_-m.mjs → DateUtil-CVsMhbZU.mjs} +3 -3
- package/dist/{DebtsStore-hi1cqrRk.mjs → DebtsStore-Dv_T7Dts.mjs} +12 -12
- package/dist/{Dialog-CDV0kKxj.mjs → Dialog-CWymUiuO.mjs} +32 -35
- package/dist/Drawer-Bet2ZPJo.mjs +176 -0
- package/dist/{ExportCsvAction-CQ1grpwo.mjs → ExportCsvAction-oG_Mn66T.mjs} +3 -3
- package/dist/{FinstrongStore-dKZOZ2hM.mjs → FinstrongStore-BjFkMTIL.mjs} +6 -6
- package/dist/GlobalAccountFilter-BpWlPAl5.mjs +316 -0
- package/dist/{GoalStore-CFeAJloA.mjs → GoalStore-Dbjgft2i.mjs} +155 -137
- package/dist/{Help-i4OasOO-.mjs → Help-BW_ar-4B.mjs} +2 -2
- package/dist/LineChart-DHj-Bufi.mjs +580 -0
- package/dist/{ListItemAction-BNCWQAN_.mjs → ListItemAction-Cbr3417C.mjs} +10 -10
- package/dist/{ManageIncome-D_qVX5dN.mjs → ManageIncome-DIIyqDTp.mjs} +85 -85
- package/dist/{MicroWidgetContainer-BGpNl5ZS.mjs → MicroWidgetContainer-DSyYwRCU.mjs} +2 -2
- package/dist/{MiniWidgetContainer-D7MkHG15.mjs → MiniWidgetContainer-DKn7ndO6.mjs} +1 -1
- package/dist/NetWorthStore-B6ziBtaH.mjs +168 -0
- package/dist/NotificationSettings-e789PcRb.mjs +676 -0
- package/dist/{OriginalBalanceAction-62e0mU_3.mjs → OriginalBalanceAction-DFoG79Ba.mjs} +3 -3
- package/dist/{RecurringSettings-RfZ8Wuhh.mjs → RecurringSettings-BpCUcE8w.mjs} +4 -4
- package/dist/{RecurringTransactionsStore-D3EOKZ2B.mjs → RecurringTransactionsStore-D_--5PWH.mjs} +1 -1
- package/dist/{RecurringTransactions-Bhx56aA3.mjs → RepeatingTransaction-C2txVA9O.mjs} +3 -3
- package/dist/{SettingsStore-BASMQSIp.mjs → SettingsStore-CInvh-rQ.mjs} +1 -1
- package/dist/SpendingData-B7NuTQ9s.mjs +53 -0
- package/dist/SpendingLegend-BxefXiQd.mjs +193 -0
- package/dist/TransactionDetails-CPwv9xtZ.mjs +1374 -0
- package/dist/{TransactionStore-DgLrYW4C.mjs → TransactionStore-D2aMUClq.mjs} +128 -111
- package/dist/TrendsStore-BdsYfCc7.mjs +183 -0
- package/dist/{User-DqNX2GAK.mjs → User-CulNdZUr.mjs} +21 -20
- package/dist/ViewMoreMicroCard-CDWR16_h.mjs +1147 -0
- package/dist/WidgetContainer-mzejMmz2.mjs +555 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsChart.d.ts +1 -0
- package/dist/accounts/index.es.js +933 -232
- package/dist/accounts/stores/AccountStore.d.ts +6 -2
- package/dist/accounts/utils/AccountDetails.d.ts +5 -0
- package/dist/analytics/index.es.js +2 -2
- package/dist/budgets/components/AddBudgets.d.ts +2 -1
- package/dist/budgets/index.es.js +561 -522
- package/dist/cashflow/index.es.js +397 -396
- package/dist/categories/components/CustomCategories/AddSubcategory.d.ts +1 -0
- package/dist/categories/components/CustomCategories/DeleteSubcategory.d.ts +1 -0
- package/dist/categories/components/CustomCategories/RenameSubcategory.d.ts +1 -0
- package/dist/categories/components/SubcategoryRow.d.ts +1 -0
- package/dist/categories/index.es.js +2 -2
- package/dist/categories/stores/CategoryStore.d.ts +5 -3
- package/dist/common/components/GlobalAccountFilter.d.ts +11 -0
- package/dist/common/components/WidgetContainer.d.ts +7 -6
- package/dist/common/components/charts/linechart/CustomTooltip.d.ts +6 -1
- package/dist/common/components/charts/stackedlinechart/CustomPointTooltip.d.ts +5 -2
- package/dist/common/components/globalaccountfilter/GlobalAccountFilterList.d.ts +7 -0
- package/dist/common/components/index.d.ts +2 -2
- package/dist/common/hooks/index.d.ts +1 -0
- package/dist/common/hooks/useWidgetLoadTimer.d.ts +6 -0
- package/dist/common/index.es.js +325 -306
- package/dist/common/stores/GlobalUiStore.d.ts +7 -4
- package/dist/common/types/localization/AccountsCopy.d.ts +6 -0
- package/dist/common/types/localization/CategoryCopy.d.ts +3 -0
- package/dist/common/types/localization/CommonCopy.d.ts +3 -0
- package/dist/common/types/localization/GoalsCopy.d.ts +3 -1
- package/dist/common/types/localization/MicroInsightsCopy.d.ts +1 -0
- package/dist/common/types/localization/TransactionsCopy.d.ts +4 -0
- package/dist/common/types/localization/TrendsCopy.d.ts +4 -0
- package/dist/dashboard/index.es.js +95 -125
- package/dist/debts/index.es.js +466 -460
- package/dist/{exportTransactionsToCSV-BFpuIAXW.mjs → exportTransactionsToCSV-BU1jTY0Q.mjs} +4 -4
- package/dist/finstrong/components/shared/CustomDoubleBarPlot.d.ts +4 -5
- package/dist/finstrong/index.es.js +1660 -1553
- package/dist/goals/index.es.js +716 -677
- package/dist/goals/stores/GoalStore.d.ts +2 -0
- package/dist/help/index.es.js +14 -10
- package/dist/{hooks-C41HAxM5.mjs → hooks-fY_n74f7.mjs} +16 -16
- package/dist/investments/index.es.js +464 -457
- package/dist/merchants/index.es.js +1 -1
- package/dist/microinsights/MicroCardTemplate.d.ts +23 -0
- package/dist/microinsights/beaticons/BeatMaterialIcon.d.ts +8 -0
- package/dist/microinsights/beaticons/MonthlySpendComparisonIcon.d.ts +1 -2
- package/dist/microinsights/beaticons/index.d.ts +1 -0
- package/dist/microinsights/cards/InsightCard.d.ts +0 -2
- package/dist/microinsights/cards/ViewMoreMicroCard.d.ts +2 -5
- package/dist/microinsights/index.d.ts +2 -2
- package/dist/microinsights/index.es.js +824 -14
- package/dist/networth/components/NetWorthChart.d.ts +3 -2
- package/dist/networth/components/NetWorthList.d.ts +3 -3
- package/dist/networth/index.es.js +433 -438
- package/dist/networth/stores/NetWorthStore.d.ts +20 -9
- package/dist/networth/utils/NetWorthUtils.d.ts +2 -2
- package/dist/notifications/index.es.js +5 -5
- package/dist/recurringtransactions/index.es.js +331 -325
- package/dist/settings/index.es.js +293 -285
- package/dist/spending/components/SpendingChart.d.ts +1 -1
- package/dist/spending/components/SpendingList.d.ts +1 -1
- package/dist/spending/components/SpendingTabLabel.d.ts +1 -0
- package/dist/spending/index.es.js +250 -235
- package/dist/transactions/index.es.js +288 -281
- package/dist/transactions/stores/TransactionStore.d.ts +5 -0
- package/dist/trends/components/TrendsTable.d.ts +0 -2
- package/dist/trends/index.es.js +876 -802
- package/dist/trends/utils/TrendsData.d.ts +1 -0
- package/dist/trends/utils/TrendsTable.d.ts +12 -0
- package/dist/{useAccountDisplayName-usSZCQ7I.mjs → useAccountDisplayName-DbkgGLdg.mjs} +2 -2
- package/dist/useAriaLive-B3_pRUio.mjs +35 -0
- package/dist/{useInsightsEnabled-CNjP5cfR.mjs → useInsightsEnabled-dhmXeSyF.mjs} +1 -1
- package/dist/useWidgetLoadTimer-CrUzxN-P.mjs +19 -0
- package/package.json +26 -21
- package/dist/AccountDetailsContent-C1HumFnW.mjs +0 -683
- package/dist/AccountDetailsHeader-NMx79DGs.mjs +0 -87
- package/dist/CategorySelectorDrawer-DqDAA_5I.mjs +0 -399
- package/dist/CategoryStore-MUwRWH9e.mjs +0 -176
- package/dist/ConnectDrawer-Dn1MlqLz.mjs +0 -545
- package/dist/Drawer-Dqe5EqvA.mjs +0 -163
- package/dist/LineChart-bc1D9xBE.mjs +0 -581
- package/dist/NetWorthStore-8FFC1Bs0.mjs +0 -150
- package/dist/NotificationSettings-BsWiYD94.mjs +0 -672
- package/dist/SpendingData-DPQ96k3x.mjs +0 -55
- package/dist/SpendingLegend-CZzDb-7d.mjs +0 -193
- package/dist/TransactionDetails-Duv1X9ec.mjs +0 -1379
- package/dist/TrendsStore-_mRaFUdf.mjs +0 -182
- package/dist/ViewMoreMicroCard-CH9E-jOx.mjs +0 -1930
- package/dist/WidgetContainer-B1Jzb4XA.mjs +0 -565
- package/dist/common/components/accountfilter/AccountFilter.d.ts +0 -20
- package/dist/common/components/accountfilter/AccountFilterOptions.d.ts +0 -31
- package/dist/common/components/accountfilter/index.d.ts +0 -1
- package/dist/microinsights/cards/BaseCard.d.ts +0 -13
- package/dist/{ToggleListItem-ciFTiqRS.mjs → Notification-Bs1fdbzI.mjs} +1 -1
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { addMonths as u } from "date-fns/addMonths";
|
|
2
|
-
import { isBefore as d } from "date-fns/isBefore";
|
|
3
|
-
import { startOfMonth as _ } from "date-fns/startOfMonth";
|
|
4
|
-
import { subMonths as y } from "date-fns/subMonths";
|
|
5
|
-
import { endOfMonth as M } from "date-fns/endOfMonth";
|
|
6
|
-
import { b as n, P as l } from "./Category-Ccoew_sA.mjs";
|
|
7
|
-
import { f as m, a as T } from "./Dialog-CDV0kKxj.mjs";
|
|
8
|
-
const i = (e) => (e.top_level_category_guid === n.INCOME || e.category_guid === n.INCOME) && !h(e), C = (e) => !i(e) && !f(e), p = (e) => l.includes(e.top_level_category_guid) || l.includes(e.category_guid), f = (e) => e.top_level_category_guid === n.TRANSFER || e.category_guid === n.TRANSFER, h = (e) => e.top_level_category_guid === n.INVESTMENTS || e.category_guid === n.INVESTMENTS, N = (e) => !i(e) && !p(e) && !f(e) && !h(e), w = (e) => e.filter((r) => r.category_guid === r.top_level_category_guid), F = (e, r) => {
|
|
9
|
-
if (r === 0) return 0;
|
|
10
|
-
const a = (e - r) / r;
|
|
11
|
-
return isNaN(a) ? 0 : a;
|
|
12
|
-
}, g = (e, r) => {
|
|
13
|
-
const a = [];
|
|
14
|
-
let t = _(r?.start ?? y(/* @__PURE__ */ new Date(), 5));
|
|
15
|
-
const s = r?.end ?? /* @__PURE__ */ new Date();
|
|
16
|
-
for (; d(t, s); )
|
|
17
|
-
a.push({
|
|
18
|
-
x: m(t, T.MONTH_SHORT),
|
|
19
|
-
y: e.filter((o) => o.year === t.getFullYear() && o.month === t.getMonth() + 1).reduce((o, c) => o + c.total, 0)
|
|
20
|
-
}), t = u(t, 1);
|
|
21
|
-
return a;
|
|
22
|
-
}, b = (e, r) => {
|
|
23
|
-
const a = e.filter(i);
|
|
24
|
-
return g(a, r).map((t) => ({ ...t, y: Math.abs(t.y) }));
|
|
25
|
-
}, A = (e, r) => {
|
|
26
|
-
const a = e.filter(p);
|
|
27
|
-
return g(a, r).map((t) => ({ ...t, y: Math.abs(t.y) }));
|
|
28
|
-
}, x = (e, r) => {
|
|
29
|
-
const a = e.filter(N);
|
|
30
|
-
return g(a, r);
|
|
31
|
-
}, H = (e) => {
|
|
32
|
-
const r = [], a = e.filter(
|
|
33
|
-
(o) => o.top_level_category_guid !== n.INCOME && o.top_level_category_guid !== n.TRANSFER && o.total > 0
|
|
34
|
-
);
|
|
35
|
-
let t = _(y(/* @__PURE__ */ new Date(), 5));
|
|
36
|
-
const s = M(/* @__PURE__ */ new Date());
|
|
37
|
-
for (; d(t, s); )
|
|
38
|
-
r.push({
|
|
39
|
-
x: m(t, T.MONTH_SHORT),
|
|
40
|
-
y: a.filter((o) => o.year === t.getFullYear() && o.month === t.getMonth() + 1).reduce((o, c) => o + c.total, 0)
|
|
41
|
-
}), t = u(t, 1);
|
|
42
|
-
return r;
|
|
43
|
-
};
|
|
44
|
-
export {
|
|
45
|
-
A as a,
|
|
46
|
-
x as b,
|
|
47
|
-
f as c,
|
|
48
|
-
w as d,
|
|
49
|
-
i as e,
|
|
50
|
-
C as f,
|
|
51
|
-
b as g,
|
|
52
|
-
H as h,
|
|
53
|
-
h as i,
|
|
54
|
-
F as j
|
|
55
|
-
};
|
|
@@ -1,193 +0,0 @@
|
|
|
1
|
-
import { b as T } from "./CategoryUtil-DfVKKkRf.mjs";
|
|
2
|
-
import { b as p } from "./Category-Ccoew_sA.mjs";
|
|
3
|
-
import { jsxs as y, Fragment as v, jsx as c } from "react/jsx-runtime";
|
|
4
|
-
import _ from "react";
|
|
5
|
-
import { observer as w } from "mobx-react-lite";
|
|
6
|
-
import N from "@mui/material/Button";
|
|
7
|
-
import f from "@mui/material/Stack";
|
|
8
|
-
import { useTheme as k } from "@mui/material/styles";
|
|
9
|
-
import { CategoryIcon as M, CategoryIconVariants as A, Text as h } from "@mxenabled/mxui";
|
|
10
|
-
import { D as G } from "./Donut-Dmy3JTWd.mjs";
|
|
11
|
-
import { u as O } from "./TransactionDetails-Duv1X9ec.mjs";
|
|
12
|
-
import { u as $ } from "./hooks-C41HAxM5.mjs";
|
|
13
|
-
import { u as j } from "./useScreenSize-B6JyS_Lj.mjs";
|
|
14
|
-
import { f as x } from "./NumberFormatting-DjTD0t3W.mjs";
|
|
15
|
-
import R from "@mui/material/Box";
|
|
16
|
-
const D = 5, B = (i, l, g, d) => d.reduce((o, n) => {
|
|
17
|
-
const r = i.find((s) => s.guid === n.category_guid);
|
|
18
|
-
if (!r) return o;
|
|
19
|
-
const t = r.parent_guid ?? r.guid, a = i.find((s) => s.guid === t);
|
|
20
|
-
if (!a) return o;
|
|
21
|
-
const m = {
|
|
22
|
-
guid: r.guid,
|
|
23
|
-
name: r.guid === t ? `${l.parent_category_totals_label_general} ${r.name}` : r.name,
|
|
24
|
-
color: T(a.guid, g),
|
|
25
|
-
amount: n.total
|
|
26
|
-
}, e = o.find((s) => s.guid === t);
|
|
27
|
-
return e ? (e.amount += n.total, e.categoryTotals?.push(m)) : o.push({
|
|
28
|
-
guid: t,
|
|
29
|
-
name: a.name,
|
|
30
|
-
color: T(a.guid, g),
|
|
31
|
-
categoryTotals: [m],
|
|
32
|
-
amount: n.total
|
|
33
|
-
}), o;
|
|
34
|
-
}, []), ot = (i, l, g, d) => {
|
|
35
|
-
const o = B(i, l, g, d), n = o.filter(
|
|
36
|
-
(e) => e.guid !== p.INCOME && e.guid !== p.INVESTMENTS && e.guid !== p.TRANSFER
|
|
37
|
-
).sort((e, s) => s.amount - e.amount), r = n.reduce(
|
|
38
|
-
(e, s) => e + s.amount,
|
|
39
|
-
0
|
|
40
|
-
), t = n.length > D ? D : n.length, a = n.slice(0, t), m = a.map((e) => ({
|
|
41
|
-
id: e.guid,
|
|
42
|
-
color: T(e.guid, g),
|
|
43
|
-
label: e.name,
|
|
44
|
-
value: e.amount / r * 100
|
|
45
|
-
}));
|
|
46
|
-
if (n.length > 5) {
|
|
47
|
-
const e = n.slice(D, o.length), s = e.reduce(
|
|
48
|
-
(C, u) => C + u.amount,
|
|
49
|
-
0
|
|
50
|
-
);
|
|
51
|
-
a.push({
|
|
52
|
-
guid: "other",
|
|
53
|
-
color: g.palette.categories.others || "",
|
|
54
|
-
name: l.saving_goal_other,
|
|
55
|
-
categoryTotals: e,
|
|
56
|
-
amount: s
|
|
57
|
-
}), m.push({
|
|
58
|
-
id: "other",
|
|
59
|
-
color: g.palette.categories.others || "",
|
|
60
|
-
label: l.saving_goal_other,
|
|
61
|
-
value: s / r * 100
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
return {
|
|
65
|
-
categoryData: a,
|
|
66
|
-
donutData: m,
|
|
67
|
-
totalAmount: r
|
|
68
|
-
};
|
|
69
|
-
}, nt = (i, l, g) => {
|
|
70
|
-
const d = i.filter(
|
|
71
|
-
(t) => t.guid === p.INCOME || t.parent_guid === p.INCOME
|
|
72
|
-
), o = l.filter((t) => d.some((a) => a.guid === t.category_guid)).sort((t, a) => t.total - a.total).map((t, a) => ({
|
|
73
|
-
guid: t.category_guid,
|
|
74
|
-
name: i.find((m) => m.guid === t.category_guid)?.name,
|
|
75
|
-
color: g[a],
|
|
76
|
-
categoryTotals: [],
|
|
77
|
-
amount: Math.abs(t.total)
|
|
78
|
-
})), n = o.reduce(
|
|
79
|
-
(t, a) => t + a.amount,
|
|
80
|
-
0
|
|
81
|
-
), r = o.map((t) => ({
|
|
82
|
-
id: t.guid,
|
|
83
|
-
color: t.color,
|
|
84
|
-
label: t.name,
|
|
85
|
-
value: t.amount / n * 100
|
|
86
|
-
}));
|
|
87
|
-
return {
|
|
88
|
-
categoryData: o,
|
|
89
|
-
donutData: r,
|
|
90
|
-
totalAmount: n
|
|
91
|
-
};
|
|
92
|
-
}, H = ({
|
|
93
|
-
data: i,
|
|
94
|
-
isIncome: l = !1,
|
|
95
|
-
onSelected: g,
|
|
96
|
-
onViewTransactions: d,
|
|
97
|
-
selectedId: o,
|
|
98
|
-
size: n = 150,
|
|
99
|
-
totalLabel: r,
|
|
100
|
-
variant: t = "mini"
|
|
101
|
-
}) => {
|
|
102
|
-
const { spending: a } = $(), m = k(), { isTablet: e } = j(), { announce: s, ariaLive: C } = O(), u = _.useMemo(
|
|
103
|
-
() => o ? i.categoryData.find((b) => b.guid === o) : void 0,
|
|
104
|
-
[o]
|
|
105
|
-
);
|
|
106
|
-
_.useEffect(() => {
|
|
107
|
-
if (u) {
|
|
108
|
-
const b = x(u.amount, "0,0");
|
|
109
|
-
s(`${u.name}: ${b}`);
|
|
110
|
-
}
|
|
111
|
-
}, [u, s]);
|
|
112
|
-
const S = i.donutData.length > 0 ? i.donutData : [{ id: "0", color: m.palette.divider, value: 100 }], E = () => {
|
|
113
|
-
d?.(o);
|
|
114
|
-
}, I = e ? 32 : 48;
|
|
115
|
-
return /* @__PURE__ */ y(v, { children: [
|
|
116
|
-
C,
|
|
117
|
-
/* @__PURE__ */ c(G, { data: S, onClick: g, selectedId: o, size: n, children: /* @__PURE__ */ c(f, { alignItems: "center", height: "100%", justifyContent: "center", width: "100%", children: /* @__PURE__ */ y(f, { alignItems: "center", justifyContent: "center", minHeight: n, minWidth: n, children: [
|
|
118
|
-
u && /* @__PURE__ */ y(
|
|
119
|
-
f,
|
|
120
|
-
{
|
|
121
|
-
alignItems: "center",
|
|
122
|
-
gap: t === "mini" ? 0 : 8,
|
|
123
|
-
mb: t === "mini" ? 0 : 8,
|
|
124
|
-
mt: t === "mini" ? 0 : -16,
|
|
125
|
-
sx: t === "mini" ? { gap: 0, mb: 0 } : { gap: { xs: 4, xl: 8 }, mb: { xs: 4, xl: 8 } },
|
|
126
|
-
children: [
|
|
127
|
-
/* @__PURE__ */ c(
|
|
128
|
-
M,
|
|
129
|
-
{
|
|
130
|
-
categoryGuid: l ? p.INCOME : u.guid,
|
|
131
|
-
size: t === "mini" ? 24 : I,
|
|
132
|
-
variant: A.Transparent
|
|
133
|
-
}
|
|
134
|
-
),
|
|
135
|
-
/* @__PURE__ */ c(
|
|
136
|
-
h,
|
|
137
|
-
{
|
|
138
|
-
color: "secondary",
|
|
139
|
-
noWrap: !0,
|
|
140
|
-
variant: t === "mini" ? "Tiny" : "Body",
|
|
141
|
-
children: u ? u.name : r
|
|
142
|
-
}
|
|
143
|
-
)
|
|
144
|
-
]
|
|
145
|
-
}
|
|
146
|
-
),
|
|
147
|
-
!u && t === "full" && /* @__PURE__ */ c(h, { bold: !0, color: "secondary", sx: { mb: { xs: 4, xl: 8 } }, children: r }),
|
|
148
|
-
/* @__PURE__ */ c(h, { variant: t === "mini" ? "H2" : "H1", children: u ? x(u.amount, "0,0") : x(i.totalAmount, "0,0") }),
|
|
149
|
-
!u && t === "mini" && /* @__PURE__ */ c(h, { color: "secondary", noWrap: !0, variant: "Tiny", children: r }),
|
|
150
|
-
t === "full" && /* @__PURE__ */ c(
|
|
151
|
-
N,
|
|
152
|
-
{
|
|
153
|
-
"aria-label": `View ${u?.name || ""} Transactions`,
|
|
154
|
-
disabled: i.categoryData.length === 0,
|
|
155
|
-
onClick: E,
|
|
156
|
-
sx: { mt: { xl: 4, xs: 0 }, zIndex: 1 },
|
|
157
|
-
variant: "text",
|
|
158
|
-
children: a.view_transactions
|
|
159
|
-
}
|
|
160
|
-
)
|
|
161
|
-
] }) }) })
|
|
162
|
-
] });
|
|
163
|
-
}, et = w(H), at = ({ data: i, onSelected: l, selectedId: g }) => {
|
|
164
|
-
const d = (o, n) => {
|
|
165
|
-
(o.key === "Enter" || o.key === " ") && (o.preventDefault(), l(n));
|
|
166
|
-
};
|
|
167
|
-
return /* @__PURE__ */ c(f, { gap: 8, height: "100%", justifyContent: "center", my: "auto", children: i.categoryData.map((o) => /* @__PURE__ */ y(
|
|
168
|
-
f,
|
|
169
|
-
{
|
|
170
|
-
alignItems: "center",
|
|
171
|
-
"aria-label": o.name,
|
|
172
|
-
"aria-pressed": o.guid === g,
|
|
173
|
-
direction: "row",
|
|
174
|
-
gap: 8,
|
|
175
|
-
onClick: () => l(o.guid),
|
|
176
|
-
onKeyDown: (n) => d(n, o.guid),
|
|
177
|
-
role: "button",
|
|
178
|
-
sx: { cursor: "pointer" },
|
|
179
|
-
tabIndex: 0,
|
|
180
|
-
children: [
|
|
181
|
-
/* @__PURE__ */ c(R, { borderRadius: 4, height: 8, sx: { backgroundColor: o.color }, width: 8 }),
|
|
182
|
-
/* @__PURE__ */ c(h, { bold: o.guid === g, variant: "XSmall", children: o.name })
|
|
183
|
-
]
|
|
184
|
-
},
|
|
185
|
-
o.guid
|
|
186
|
-
)) });
|
|
187
|
-
};
|
|
188
|
-
export {
|
|
189
|
-
et as S,
|
|
190
|
-
nt as a,
|
|
191
|
-
at as b,
|
|
192
|
-
ot as g
|
|
193
|
-
};
|