@mx-cartographer/experiences 7.10.38 → 7.11.1
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 +10 -0
- package/dist/{AccountDetailsHeader-DEgT29Bs.mjs → AccountDetailsHeader-Bf3yJZ-O.mjs} +1 -1
- package/dist/{AccountFields-DcRpcZX7.mjs → AccountFields-Dnc0q9ee.mjs} +1 -1
- package/dist/{AccountListItem-BSWdNVzS.mjs → AccountListItem-BH5hrQCD.mjs} +1 -1
- package/dist/{ConnectionsDrawer-CEfYXsP_.mjs → ConnectionsDrawer-VoUA-VzG.mjs} +1 -1
- package/dist/{GlobalAccountFilter-Cun09DE7.mjs → GlobalAccountFilter-DnhoRX8C.mjs} +99 -97
- package/dist/{GoalStore-dGCnbRfR.mjs → GoalStore-LzW4e18a.mjs} +1 -1
- package/dist/{ManageIncome-B9Vn7R6W.mjs → ManageIncome-C9VHBLye.mjs} +1 -1
- package/dist/{RecurringSettings-DnNTBGD7.mjs → RecurringSettings-C9wCLrKK.mjs} +1 -1
- package/dist/{TransactionDetails-9cwzBxvP.mjs → TransactionDetails-DGLtjFZF.mjs} +0 -1
- package/dist/{WidgetContainer-BSrpqh6M.mjs → WidgetContainer-lNbK1wCG.mjs} +1 -1
- package/dist/accounts/index.es.js +9 -9
- package/dist/budgets/index.es.js +4 -4
- package/dist/cashflow/index.es.js +4 -4
- package/dist/common/index.es.js +4 -4
- package/dist/common/types/AppData.d.ts +1 -0
- package/dist/dashboard/index.es.js +1 -1
- package/dist/debts/index.es.js +3 -3
- package/dist/finstrong/index.es.js +6 -6
- package/dist/goals/index.es.js +3 -3
- package/dist/help/index.es.js +1 -1
- package/dist/investments/index.es.js +2 -2
- package/dist/networth/index.es.js +2 -2
- package/dist/recurringtransactions/index.es.js +45 -45
- package/dist/settings/index.es.js +1 -1
- package/dist/spending/index.es.js +2 -2
- package/dist/transactions/index.es.js +4 -4
- package/dist/trends/index.es.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [7.11.1] - 02-26-2026
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Fix `aria-controls` and add `aria-expanded` in `GlobalAccountFilter`
|
|
4
|
+
- **FIXED** - Replace implicit heading in `RecurringTransactionsMiniWidget` with `h3`
|
|
5
|
+
|
|
6
|
+
## [7.11.0] - 02-26-2026
|
|
7
|
+
|
|
8
|
+
- **ADDED** - `widget` to `deep_link_params` interface
|
|
9
|
+
- **REMOVED** - `MerchantBudget` action from `DEFAULT_BOTTOM_ACTIONS`
|
|
10
|
+
|
|
1
11
|
## [7.10.38] - 02-25-2026
|
|
2
12
|
|
|
3
13
|
- **UPDATED** - `InsightsHeader` design tweaks
|
|
@@ -4,7 +4,7 @@ import a from "@mui/material/Stack";
|
|
|
4
4
|
import { H3 as T, InstitutionLogo as x, Text as l, H2 as D } from "@mxenabled/mxui";
|
|
5
5
|
import p from "react";
|
|
6
6
|
import { G as N, d as _, m as P, f as G, u as O } from "./hooks-0kWPTHNb.mjs";
|
|
7
|
-
import { g as R } from "./AccountFields-
|
|
7
|
+
import { g as R } from "./AccountFields-Dnc0q9ee.mjs";
|
|
8
8
|
import { A as r } from "./Account-BiB1F8lL.mjs";
|
|
9
9
|
import w from "@mui/material/Card";
|
|
10
10
|
import v from "@mui/material/CardContent";
|
|
@@ -2,7 +2,7 @@ import { jsx as u } from "react/jsx-runtime";
|
|
|
2
2
|
import { Icon as p, Text as y } from "@mxenabled/mxui";
|
|
3
3
|
import { A as d, a as v, P as h, b as F } from "./Account-BiB1F8lL.mjs";
|
|
4
4
|
import { i as T, u as D, a as A, b as g, c as O } from "./Accounts-M-LTzStv.mjs";
|
|
5
|
-
import { F as m } from "./GlobalAccountFilter-
|
|
5
|
+
import { F as m } from "./GlobalAccountFilter-DnhoRX8C.mjs";
|
|
6
6
|
import { f as _, i as b, a as N, b as S } from "./NumberFormatting-DjTD0t3W.mjs";
|
|
7
7
|
import { b as i } from "./Localization-2MODESHW.mjs";
|
|
8
8
|
import { f as o, D as f } from "./DateFormats-Cs-NbEZ7.mjs";
|
|
@@ -10,7 +10,7 @@ import B from "@mui/material/styles/useTheme";
|
|
|
10
10
|
import { InstitutionLogo as L, Text as o } from "@mxenabled/mxui";
|
|
11
11
|
import { Error as A } from "@mxenabled/mx-icons";
|
|
12
12
|
import { I as j } from "./IconBacking-B9oC6uL2.mjs";
|
|
13
|
-
import { g as T } from "./AccountFields-
|
|
13
|
+
import { g as T } from "./AccountFields-Dnc0q9ee.mjs";
|
|
14
14
|
import { u as X } from "./useAccountDisplayName-BQfelpG3.mjs";
|
|
15
15
|
import { u as $ } from "./hooks-0kWPTHNb.mjs";
|
|
16
16
|
import { C as d } from "./Account-BiB1F8lL.mjs";
|
|
@@ -3,7 +3,7 @@ import s from "react";
|
|
|
3
3
|
import { observer as E } from "mobx-react-lite";
|
|
4
4
|
import { useTheme as _ } from "@mui/material/styles";
|
|
5
5
|
import { ConnectionsWidget as b } from "@mxenabled/web-widget-sdk";
|
|
6
|
-
import { C as a, a as c, M as i } from "./GlobalAccountFilter-
|
|
6
|
+
import { C as a, a as c, M as i } from "./GlobalAccountFilter-DnhoRX8C.mjs";
|
|
7
7
|
import { d as D, e as L, u as w } from "./hooks-0kWPTHNb.mjs";
|
|
8
8
|
import { D as x } from "./Drawer-DV4NTsFg.mjs";
|
|
9
9
|
const I = ({
|
|
@@ -1,60 +1,60 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import b from "react";
|
|
3
|
-
import { observer as
|
|
3
|
+
import { observer as A } from "mobx-react-lite";
|
|
4
4
|
import M from "@mui/material/Box";
|
|
5
5
|
import I from "@mui/material/Button";
|
|
6
6
|
import N from "@mui/material/Divider";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
7
|
+
import T from "@mui/material/IconButton";
|
|
8
|
+
import U from "@mui/material/Popover";
|
|
9
9
|
import k from "@mui/material/Stack";
|
|
10
|
-
import
|
|
11
|
-
import { FilterAlt as
|
|
12
|
-
import { Text as
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import { b as
|
|
20
|
-
import
|
|
21
|
-
import { ConnectWidget as
|
|
22
|
-
import
|
|
23
|
-
import { D as
|
|
24
|
-
import { u as
|
|
25
|
-
const
|
|
10
|
+
import Y from "@mui/material/Tooltip";
|
|
11
|
+
import { FilterAlt as D, AccountBalance as Z } from "@mxenabled/mx-icons";
|
|
12
|
+
import { Text as q, P as W } from "@mxenabled/mxui";
|
|
13
|
+
import B from "@mui/material/Checkbox";
|
|
14
|
+
import F from "@mui/material/List";
|
|
15
|
+
import w from "@mui/material/ListItem";
|
|
16
|
+
import E from "@mui/material/ListItemButton";
|
|
17
|
+
import J from "@mui/material/ListItemIcon";
|
|
18
|
+
import z from "@mui/material/ListItemText";
|
|
19
|
+
import { b as j, u as L, d as G, e as K, a as Q } from "./hooks-0kWPTHNb.mjs";
|
|
20
|
+
import V from "@mui/material/styles/useTheme";
|
|
21
|
+
import { ConnectWidget as X } from "@mxenabled/web-widget-sdk";
|
|
22
|
+
import tt from "@mui/material/CircularProgress";
|
|
23
|
+
import { D as et } from "./Drawer-DV4NTsFg.mjs";
|
|
24
|
+
import { u as ot } from "./useScreenSize-B6JyS_Lj.mjs";
|
|
25
|
+
const rt = A(
|
|
26
26
|
({ allowedAccountTypes: o }) => {
|
|
27
|
-
const { accountFilterMap: i, updateAccountFilterMap: d } =
|
|
27
|
+
const { accountFilterMap: i, updateAccountFilterMap: d } = j(), { accounts: C, common: f } = L(), { account_filter: x } = f, { accountsByTypeMap: r } = G(), _ = b.useMemo(
|
|
28
28
|
() => Array.from(r.keys()).reduce((e, n) => {
|
|
29
29
|
if (!o || o && o.includes(n)) {
|
|
30
|
-
const
|
|
31
|
-
|
|
30
|
+
const a = r.get(n);
|
|
31
|
+
a && e.push(...a);
|
|
32
32
|
}
|
|
33
33
|
return e;
|
|
34
34
|
}, []),
|
|
35
35
|
[r, o]
|
|
36
36
|
), m = new Map(
|
|
37
|
-
Array.from(i.entries()).filter(([e]) =>
|
|
37
|
+
Array.from(i.entries()).filter(([e]) => _.some((n) => n.guid === e))
|
|
38
38
|
), s = Array.from(m.values()).every((e) => e), S = Array.from(m.values()).some((e) => e), p = () => {
|
|
39
39
|
for (const e of m.keys())
|
|
40
40
|
d(e, !s);
|
|
41
41
|
}, g = (e) => {
|
|
42
42
|
const n = r.get(e);
|
|
43
43
|
if (!n) return;
|
|
44
|
-
const
|
|
44
|
+
const a = n.some((u) => i.get(u.guid));
|
|
45
45
|
for (const u of n)
|
|
46
|
-
d(u.guid, !
|
|
46
|
+
d(u.guid, !a);
|
|
47
47
|
};
|
|
48
48
|
return /* @__PURE__ */ l(
|
|
49
|
-
|
|
49
|
+
F,
|
|
50
50
|
{
|
|
51
51
|
dense: !0,
|
|
52
52
|
id: "filter_accounts",
|
|
53
53
|
sx: { overflowY: "scroll", maxHeight: 350, minWidth: 280 },
|
|
54
54
|
children: [
|
|
55
|
-
/* @__PURE__ */ t(
|
|
55
|
+
/* @__PURE__ */ t(w, { disableGutters: !0, disablePadding: !0, sx: { py: 16 }, children: /* @__PURE__ */ l(E, { disableGutters: !0, onClick: p, sx: { p: 0, px: 8 }, children: [
|
|
56
56
|
/* @__PURE__ */ t(
|
|
57
|
-
|
|
57
|
+
B,
|
|
58
58
|
{
|
|
59
59
|
checked: s,
|
|
60
60
|
disableRipple: !0,
|
|
@@ -65,33 +65,33 @@ const ot = w(
|
|
|
65
65
|
}
|
|
66
66
|
),
|
|
67
67
|
/* @__PURE__ */ t(
|
|
68
|
-
|
|
68
|
+
z,
|
|
69
69
|
{
|
|
70
70
|
id: "label-select-all",
|
|
71
|
-
primary:
|
|
71
|
+
primary: x.select_all_accounts,
|
|
72
72
|
primaryTypographyProps: { variant: "body1" }
|
|
73
73
|
}
|
|
74
74
|
)
|
|
75
75
|
] }) }),
|
|
76
76
|
Array.from(r.keys()).map((e) => {
|
|
77
|
-
const n = r.get(e),
|
|
77
|
+
const n = r.get(e), a = o ? !o.includes(e) : !1, u = C.account_type_accounts[e];
|
|
78
78
|
return (
|
|
79
79
|
// Account Type Header
|
|
80
|
-
/* @__PURE__ */ t(
|
|
80
|
+
/* @__PURE__ */ t(w, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ l(k, { sx: { pb: 8, width: "100%" }, children: [
|
|
81
81
|
/* @__PURE__ */ t(N, {}),
|
|
82
82
|
/* @__PURE__ */ t(
|
|
83
|
-
|
|
83
|
+
F,
|
|
84
84
|
{
|
|
85
85
|
dense: !0,
|
|
86
|
-
subheader: /* @__PURE__ */ t(
|
|
87
|
-
|
|
86
|
+
subheader: /* @__PURE__ */ t(w, { children: /* @__PURE__ */ t(
|
|
87
|
+
E,
|
|
88
88
|
{
|
|
89
89
|
disableGutters: !0,
|
|
90
|
-
disabled:
|
|
90
|
+
disabled: a,
|
|
91
91
|
onClick: () => g(e),
|
|
92
92
|
sx: { pl: 16, minHeight: 40, justifyContent: "left" },
|
|
93
93
|
children: /* @__PURE__ */ t(
|
|
94
|
-
|
|
94
|
+
z,
|
|
95
95
|
{
|
|
96
96
|
primary: u,
|
|
97
97
|
primaryTypographyProps: { variant: "body1", fontWeight: "bold" }
|
|
@@ -99,37 +99,37 @@ const ot = w(
|
|
|
99
99
|
)
|
|
100
100
|
}
|
|
101
101
|
) }),
|
|
102
|
-
children: n?.map((
|
|
102
|
+
children: n?.map((c) => (
|
|
103
103
|
// Account Checkbox
|
|
104
|
-
/* @__PURE__ */ t(
|
|
105
|
-
|
|
104
|
+
/* @__PURE__ */ t(w, { children: /* @__PURE__ */ l(
|
|
105
|
+
E,
|
|
106
106
|
{
|
|
107
107
|
disableGutters: !0,
|
|
108
|
-
disabled:
|
|
109
|
-
onClick: () => d(
|
|
108
|
+
disabled: a,
|
|
109
|
+
onClick: () => d(c.guid, !i.get(c.guid)),
|
|
110
110
|
sx: { p: 0, minHeight: 40 },
|
|
111
111
|
children: [
|
|
112
|
-
/* @__PURE__ */ t(
|
|
113
|
-
|
|
112
|
+
/* @__PURE__ */ t(J, { children: /* @__PURE__ */ t(
|
|
113
|
+
B,
|
|
114
114
|
{
|
|
115
|
-
checked: i.get(
|
|
115
|
+
checked: i.get(c.guid),
|
|
116
116
|
disableRipple: !0,
|
|
117
|
-
inputProps: { "aria-labelledby": `label-${
|
|
117
|
+
inputProps: { "aria-labelledby": `label-${c.guid}` },
|
|
118
118
|
size: "small",
|
|
119
119
|
tabIndex: -1
|
|
120
120
|
}
|
|
121
121
|
) }),
|
|
122
122
|
/* @__PURE__ */ t(
|
|
123
|
-
|
|
123
|
+
z,
|
|
124
124
|
{
|
|
125
|
-
id: `label-${
|
|
126
|
-
primary:
|
|
125
|
+
id: `label-${c.guid}`,
|
|
126
|
+
primary: c.displayName,
|
|
127
127
|
primaryTypographyProps: { variant: "body1" }
|
|
128
128
|
}
|
|
129
129
|
)
|
|
130
130
|
]
|
|
131
131
|
}
|
|
132
|
-
) },
|
|
132
|
+
) }, c.guid)
|
|
133
133
|
))
|
|
134
134
|
}
|
|
135
135
|
)
|
|
@@ -140,8 +140,8 @@ const ot = w(
|
|
|
140
140
|
}
|
|
141
141
|
);
|
|
142
142
|
}
|
|
143
|
-
),
|
|
144
|
-
const { connect: i } =
|
|
143
|
+
), nt = ({ status: o = y.Loading }) => {
|
|
144
|
+
const { connect: i } = L();
|
|
145
145
|
return /* @__PURE__ */ t(
|
|
146
146
|
M,
|
|
147
147
|
{
|
|
@@ -151,9 +151,9 @@ const ot = w(
|
|
|
151
151
|
width: "100%"
|
|
152
152
|
},
|
|
153
153
|
children: /* @__PURE__ */ l(k, { alignItems: "center", direction: "column", justifyContent: "center", sx: { height: "100%" }, children: [
|
|
154
|
-
o === y.Loading && /* @__PURE__ */ t(
|
|
154
|
+
o === y.Loading && /* @__PURE__ */ t(tt, { color: "primary", size: 48 }),
|
|
155
155
|
/* @__PURE__ */ t(
|
|
156
|
-
|
|
156
|
+
q,
|
|
157
157
|
{
|
|
158
158
|
sx: {
|
|
159
159
|
color: "grey.600",
|
|
@@ -165,21 +165,21 @@ const ot = w(
|
|
|
165
165
|
] })
|
|
166
166
|
}
|
|
167
167
|
);
|
|
168
|
-
}, P =
|
|
169
|
-
var y = /* @__PURE__ */ ((o) => (o.Loading = "loading", o.Error = "error", o))(y || {}),
|
|
170
|
-
const
|
|
168
|
+
}, P = A(nt);
|
|
169
|
+
var y = /* @__PURE__ */ ((o) => (o.Loading = "loading", o.Error = "error", o))(y || {}), it = /* @__PURE__ */ ((o) => (o.Currency = "currency", o.Date = "date", o.Input = "input", o.Select = "select", o))(it || {});
|
|
170
|
+
const O = "connect_widget", Dt = "connections_widget", st = ({
|
|
171
171
|
loadWidgetProps: o,
|
|
172
172
|
onClose: i,
|
|
173
173
|
showConnectWidget: d,
|
|
174
174
|
title: C
|
|
175
175
|
}) => {
|
|
176
176
|
let f;
|
|
177
|
-
const { refreshAccounts:
|
|
177
|
+
const { refreshAccounts: x } = G(), { loadWidget: r } = K(), { connect: _ } = L(), [m, s] = b.useState(!1), [S, p] = b.useState(!1), {
|
|
178
178
|
palette: { mode: g }
|
|
179
|
-
} =
|
|
179
|
+
} = V();
|
|
180
180
|
return b.useEffect(() => (d ? (s(!0), r({ mode: g, ...o }).then((e) => {
|
|
181
|
-
f = new
|
|
182
|
-
container: `#${
|
|
181
|
+
f = new X({
|
|
182
|
+
container: `#${O}`,
|
|
183
183
|
style: {
|
|
184
184
|
border: "none",
|
|
185
185
|
height: "calc(100% - 62px)",
|
|
@@ -198,95 +198,97 @@ const F = "connect_widget", Gt = "connections_widget", it = ({
|
|
|
198
198
|
})) : (s(!1), p(!1)), () => {
|
|
199
199
|
f?.unmount();
|
|
200
200
|
}), [d]), /* @__PURE__ */ t(
|
|
201
|
-
|
|
201
|
+
et,
|
|
202
202
|
{
|
|
203
|
-
ariaLabelClose:
|
|
203
|
+
ariaLabelClose: _.close_manage_connection_aria,
|
|
204
204
|
isOpen: d,
|
|
205
205
|
onClose: () => {
|
|
206
|
-
i(),
|
|
206
|
+
i(), x();
|
|
207
207
|
},
|
|
208
208
|
title: C,
|
|
209
|
-
children: /* @__PURE__ */ l("div", { id:
|
|
209
|
+
children: /* @__PURE__ */ l("div", { id: O, children: [
|
|
210
210
|
S && /* @__PURE__ */ t(P, { status: y.Error }),
|
|
211
211
|
m && /* @__PURE__ */ t(P, { status: y.Loading })
|
|
212
212
|
] })
|
|
213
213
|
}
|
|
214
214
|
);
|
|
215
|
-
},
|
|
215
|
+
}, at = A(st), Wt = A(
|
|
216
216
|
({
|
|
217
217
|
allowedAccountTypes: o,
|
|
218
218
|
onAccountFilterClick: i,
|
|
219
219
|
sx: d = {},
|
|
220
220
|
variant: C = "text"
|
|
221
221
|
}) => {
|
|
222
|
-
const { isDesktop: f } =
|
|
223
|
-
config: { show_connections_widget_in_master:
|
|
224
|
-
} =
|
|
225
|
-
s(), e(
|
|
226
|
-
},
|
|
222
|
+
const { isDesktop: f } = ot(), {
|
|
223
|
+
config: { show_connections_widget_in_master: x }
|
|
224
|
+
} = Q(), { common: r, connect: _ } = L(), { accountFilterMap: m, resetAccountFilterMap: s } = j(), { detailedAccounts: S, updateAccountFilter: p } = G(), [g, e] = b.useState(null), [n, a] = b.useState(!1), u = (R) => {
|
|
225
|
+
s(), e(R.currentTarget), i?.();
|
|
226
|
+
}, c = () => {
|
|
227
227
|
e(null);
|
|
228
|
-
},
|
|
228
|
+
}, $ = async () => {
|
|
229
229
|
await p(m), e(null);
|
|
230
|
-
}, h = r.account_filter,
|
|
230
|
+
}, h = r.account_filter, H = S.length === 0, v = !!g;
|
|
231
231
|
return /* @__PURE__ */ l(M, { m: 4, sx: { ...d }, children: [
|
|
232
232
|
f ? /* @__PURE__ */ t(
|
|
233
233
|
I,
|
|
234
234
|
{
|
|
235
|
-
"aria-controls": "filter_accounts",
|
|
235
|
+
"aria-controls": v ? "filter_accounts" : void 0,
|
|
236
|
+
"aria-expanded": v,
|
|
236
237
|
"aria-haspopup": !0,
|
|
237
238
|
"aria-label": h.title,
|
|
238
239
|
onClick: u,
|
|
239
|
-
startIcon: /* @__PURE__ */ t(
|
|
240
|
+
startIcon: /* @__PURE__ */ t(D, { size: 24 }),
|
|
240
241
|
sx: { p: 8, whiteSpace: "nowrap", minWidth: "max-content" },
|
|
241
242
|
variant: C,
|
|
242
243
|
children: r.filter_button
|
|
243
244
|
}
|
|
244
|
-
) : /* @__PURE__ */ t(
|
|
245
|
-
|
|
245
|
+
) : /* @__PURE__ */ t(Y, { id: "filter-accounts", placement: "bottom", title: h.title, children: /* @__PURE__ */ t(
|
|
246
|
+
T,
|
|
246
247
|
{
|
|
247
|
-
"aria-controls": "filter_accounts",
|
|
248
|
+
"aria-controls": v ? "filter_accounts" : void 0,
|
|
248
249
|
"aria-describedby": "filter-accounts",
|
|
250
|
+
"aria-expanded": v,
|
|
249
251
|
"aria-haspopup": !0,
|
|
250
252
|
"aria-label": h.title,
|
|
251
253
|
color: "primary",
|
|
252
254
|
onClick: u,
|
|
253
255
|
sx: { p: 8 },
|
|
254
|
-
children: /* @__PURE__ */ t(
|
|
256
|
+
children: /* @__PURE__ */ t(D, { size: 24 })
|
|
255
257
|
}
|
|
256
258
|
) }),
|
|
257
259
|
/* @__PURE__ */ t(
|
|
258
|
-
|
|
260
|
+
U,
|
|
259
261
|
{
|
|
260
262
|
anchorEl: g,
|
|
261
263
|
anchorOrigin: { vertical: "bottom", horizontal: "left" },
|
|
262
|
-
onClose:
|
|
263
|
-
open:
|
|
264
|
+
onClose: c,
|
|
265
|
+
open: v,
|
|
264
266
|
transformOrigin: { vertical: "top", horizontal: "left" },
|
|
265
|
-
children:
|
|
267
|
+
children: H ? /* @__PURE__ */ l(
|
|
266
268
|
k,
|
|
267
269
|
{
|
|
268
270
|
alignItems: "center",
|
|
269
271
|
direction: "column",
|
|
270
272
|
sx: { p: 16, width: 320, maxWidth: "100%" },
|
|
271
273
|
children: [
|
|
272
|
-
/* @__PURE__ */ t(
|
|
273
|
-
/* @__PURE__ */ t(
|
|
274
|
-
/* @__PURE__ */ t(
|
|
275
|
-
|
|
274
|
+
/* @__PURE__ */ t(Z, { size: 32 }),
|
|
275
|
+
/* @__PURE__ */ t(W, { bold: !0, mt: 12, children: h.zero_state_title }),
|
|
276
|
+
/* @__PURE__ */ t(W, { mt: 12, children: h.zero_state_description }),
|
|
277
|
+
x && /* @__PURE__ */ t(I, { onClick: () => a(!0), children: h.zero_state_button })
|
|
276
278
|
]
|
|
277
279
|
}
|
|
278
280
|
) : /* @__PURE__ */ l(k, { children: [
|
|
279
|
-
/* @__PURE__ */ t(
|
|
281
|
+
/* @__PURE__ */ t(rt, { allowedAccountTypes: o }),
|
|
280
282
|
/* @__PURE__ */ t(N, {}),
|
|
281
283
|
/* @__PURE__ */ l(k, { direction: "row", justifyContent: "space-between", spacing: 16, sx: { p: 16 }, children: [
|
|
282
|
-
/* @__PURE__ */ t(I, { fullWidth: !0, onClick:
|
|
284
|
+
/* @__PURE__ */ t(I, { fullWidth: !0, onClick: c, variant: "text", children: r.cancel_button }),
|
|
283
285
|
/* @__PURE__ */ t(
|
|
284
286
|
I,
|
|
285
287
|
{
|
|
286
288
|
"aria-label": h.filter_button_aria,
|
|
287
289
|
color: "primary",
|
|
288
290
|
fullWidth: !0,
|
|
289
|
-
onClick:
|
|
291
|
+
onClick: $,
|
|
290
292
|
variant: "contained",
|
|
291
293
|
children: r.filter_button
|
|
292
294
|
}
|
|
@@ -296,21 +298,21 @@ const F = "connect_widget", Gt = "connections_widget", it = ({
|
|
|
296
298
|
}
|
|
297
299
|
),
|
|
298
300
|
n && /* @__PURE__ */ t(
|
|
299
|
-
|
|
301
|
+
at,
|
|
300
302
|
{
|
|
301
|
-
onClose: () =>
|
|
303
|
+
onClose: () => a(!1),
|
|
302
304
|
showConnectWidget: n,
|
|
303
|
-
title:
|
|
305
|
+
title: _.mini_title
|
|
304
306
|
}
|
|
305
307
|
)
|
|
306
308
|
] });
|
|
307
309
|
}
|
|
308
310
|
);
|
|
309
311
|
export {
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
312
|
+
Dt as C,
|
|
313
|
+
it as F,
|
|
314
|
+
Wt as G,
|
|
313
315
|
y as M,
|
|
314
316
|
P as a,
|
|
315
|
-
|
|
317
|
+
at as b
|
|
316
318
|
};
|
|
@@ -7,7 +7,7 @@ import O from "@mui/material/CardHeader";
|
|
|
7
7
|
import w from "@mui/material/Stack";
|
|
8
8
|
import { AccountBalance as L, ChevronRight as S } from "@mxenabled/mx-icons";
|
|
9
9
|
import { Text as g } from "@mxenabled/mxui";
|
|
10
|
-
import { b as y } from "./GlobalAccountFilter-
|
|
10
|
+
import { b as y } from "./GlobalAccountFilter-DnhoRX8C.mjs";
|
|
11
11
|
import { makeAutoObservable as b, runInAction as u } from "mobx";
|
|
12
12
|
import { F as D, A as i } from "./Fetch-DecPFeGU.mjs";
|
|
13
13
|
import { fromUnixTime as R } from "date-fns/fromUnixTime";
|
|
@@ -18,7 +18,7 @@ import { parseISO as me } from "date-fns/parseISO";
|
|
|
18
18
|
import Z from "@mui/material/Button";
|
|
19
19
|
import { Delete as pe, Add as ye, ReceiptLong as he } from "@mxenabled/mx-icons";
|
|
20
20
|
import { T as J, u as fe, S as ge, a as Ce } from "./TransactionList-DrtItQUk.mjs";
|
|
21
|
-
import { T as be } from "./TransactionDetails-
|
|
21
|
+
import { T as be } from "./TransactionDetails-DGLtjFZF.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";
|
|
@@ -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-C9VHBLye.mjs";
|
|
11
11
|
import { u as _, i as A, g as f } from "./hooks-0kWPTHNb.mjs";
|
|
12
12
|
import { R as y, F as N } from "./RecurringTransactions-B_I4_FGO.mjs";
|
|
13
13
|
import { A as m } from "./Analytics-i5h6BxR1.mjs";
|
|
@@ -12,7 +12,7 @@ import F from "@mui/material/Stack";
|
|
|
12
12
|
import { ChevronLeft as ie } from "@mxenabled/mx-icons";
|
|
13
13
|
import { Icon as f, Text as $, DateRangePicker as q, H2 as se, H3 as le } from "@mxenabled/mxui";
|
|
14
14
|
import { u as de } from "./useDimensions-CeDR9V8N.mjs";
|
|
15
|
-
import { G as me } from "./GlobalAccountFilter-
|
|
15
|
+
import { G as me } from "./GlobalAccountFilter-DnhoRX8C.mjs";
|
|
16
16
|
import { L as ce } from "./Loader-D3rjKx72.mjs";
|
|
17
17
|
import { g as pe, b as ue, u as ge, a as he, W as fe } from "./hooks-0kWPTHNb.mjs";
|
|
18
18
|
import { u as te } from "./useScreenSize-B6JyS_Lj.mjs";
|
|
@@ -10,15 +10,15 @@ import E from "@mui/material/List";
|
|
|
10
10
|
import B from "@mui/material/ListSubheader";
|
|
11
11
|
import W from "@mui/system/Stack";
|
|
12
12
|
import { useTheme as M1, alpha as y1 } from "@mui/material/styles";
|
|
13
|
-
import { u as R, A as x1 } from "../AccountDetailsHeader-
|
|
13
|
+
import { u as R, A as x1 } from "../AccountDetailsHeader-Bf3yJZ-O.mjs";
|
|
14
14
|
import { L as w1 } from "../LineChart-Dlp9RAJz.mjs";
|
|
15
15
|
import { g as b1, a as S1, b as R1 } from "../SpendingData-C3bN-37j.mjs";
|
|
16
16
|
import { m as T1, u as y, d as k, g as Z, h as m1, b as G, a as E1 } from "../hooks-0kWPTHNb.mjs";
|
|
17
17
|
import { A as N, g as L, N as p1 } from "../Account-BiB1F8lL.mjs";
|
|
18
18
|
import { I as _1, P as L1, S as f1 } from "../Account-DuOz1a27.mjs";
|
|
19
|
-
import { a as D1, b as k1 } from "../AccountFields-
|
|
20
|
-
import { g as o2 } from "../AccountFields-
|
|
21
|
-
import { A as U } from "../AccountListItem-
|
|
19
|
+
import { a as D1, b as k1 } from "../AccountFields-Dnc0q9ee.mjs";
|
|
20
|
+
import { g as o2 } from "../AccountFields-Dnc0q9ee.mjs";
|
|
21
|
+
import { A as U } from "../AccountListItem-BH5hrQCD.mjs";
|
|
22
22
|
import a1 from "@mui/material/Tab";
|
|
23
23
|
import Z1 from "@mui/material/Tabs";
|
|
24
24
|
import I1 from "@mui/material/Switch";
|
|
@@ -32,8 +32,8 @@ import { D as t1 } from "../Drawer-DV4NTsFg.mjs";
|
|
|
32
32
|
import Y from "@mui/material/ListItemAvatar";
|
|
33
33
|
import N1 from "@mui/material/styles/useTheme";
|
|
34
34
|
import { Error as g1, CheckCircle as O1, Language as F1 } from "@mxenabled/mx-icons";
|
|
35
|
-
import { b as z, F as j } from "../GlobalAccountFilter-
|
|
36
|
-
import { M as c2 } from "../GlobalAccountFilter-
|
|
35
|
+
import { b as z, F as j } from "../GlobalAccountFilter-DnhoRX8C.mjs";
|
|
36
|
+
import { M as c2 } from "../GlobalAccountFilter-DnhoRX8C.mjs";
|
|
37
37
|
import { fromUnixTime as P1 } from "date-fns/fromUnixTime";
|
|
38
38
|
import { isToday as W1 } from "date-fns/isToday";
|
|
39
39
|
import { isYesterday as B1 } from "date-fns/isYesterday";
|
|
@@ -55,14 +55,14 @@ import t3 from "@mui/material/Link";
|
|
|
55
55
|
import n3 from "@mui/material/Paper";
|
|
56
56
|
import { subDays as o3, startOfToday as i3, endOfToday as c3 } from "date-fns";
|
|
57
57
|
import { T as a3 } from "../TransactionList-DrtItQUk.mjs";
|
|
58
|
-
import { T as s3 } from "../TransactionDetails-
|
|
58
|
+
import { T as s3 } from "../TransactionDetails-DGLtjFZF.mjs";
|
|
59
59
|
import { T as r1 } from "../TabContentContainer-j01JYR_7.mjs";
|
|
60
60
|
import { f as d1 } from "../NumberFormatting-DjTD0t3W.mjs";
|
|
61
|
-
import { C as l3 } from "../ConnectionsDrawer-
|
|
61
|
+
import { C as l3 } from "../ConnectionsDrawer-VoUA-VzG.mjs";
|
|
62
62
|
import { u as H1 } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
63
63
|
import { u as n1 } from "../useWidgetLoadTimer-yzSfT9dS.mjs";
|
|
64
64
|
import { L as o1 } from "../Loader-D3rjKx72.mjs";
|
|
65
|
-
import { W as r3 } from "../WidgetContainer-
|
|
65
|
+
import { W as r3 } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
66
66
|
import { M as A1 } from "../MiniWidgetContainer-B4gbUTJ2.mjs";
|
|
67
67
|
import { A as s2 } from "../AccountApi-DgZ8ILj1.mjs";
|
|
68
68
|
import { A as r2 } from "../AccountStore-DdGz1ig2.mjs";
|
package/dist/budgets/index.es.js
CHANGED
|
@@ -25,7 +25,7 @@ import { D as k } from "../Drawer-DV4NTsFg.mjs";
|
|
|
25
25
|
import Qe from "@mui/material/ListItemSecondaryAction";
|
|
26
26
|
import { C as et } from "../CurrencyInput-PMOAH5R3.mjs";
|
|
27
27
|
import { D as U } from "../Dialog-BqUCsQvo.mjs";
|
|
28
|
-
import { C as tt } from "../ConnectionsDrawer-
|
|
28
|
+
import { C as tt } from "../ConnectionsDrawer-VoUA-VzG.mjs";
|
|
29
29
|
import * as M from "d3";
|
|
30
30
|
import ot from "@mui/material/Tooltip";
|
|
31
31
|
import { useTheme as ze, alpha as nt } from "@mui/material/styles";
|
|
@@ -37,7 +37,7 @@ import Re from "@mui/material/Tab";
|
|
|
37
37
|
import at from "@mui/material/Tabs";
|
|
38
38
|
import { e as rt } from "../exportTransactionsToCSV-DC2YMFft.mjs";
|
|
39
39
|
import { T as De } from "../TransactionList-DrtItQUk.mjs";
|
|
40
|
-
import { T as st } from "../TransactionDetails-
|
|
40
|
+
import { T as st } from "../TransactionDetails-DGLtjFZF.mjs";
|
|
41
41
|
import Ee from "@mui/material/Card";
|
|
42
42
|
import we from "@mui/material/CardContent";
|
|
43
43
|
import { S as xe } from "../StatusBar-BK_uYHAB.mjs";
|
|
@@ -46,9 +46,9 @@ import { u as it, b as ct } from "../CategorySelectorDrawer-DpC8T96X.mjs";
|
|
|
46
46
|
import We from "@mui/material/CardHeader";
|
|
47
47
|
import { subDays as lt } from "date-fns/subDays";
|
|
48
48
|
import dt from "@mui/material/IconButton";
|
|
49
|
-
import { M as ut } from "../ManageIncome-
|
|
49
|
+
import { M as ut } from "../ManageIncome-C9VHBLye.mjs";
|
|
50
50
|
import { u as He } from "../useWidgetLoadTimer-yzSfT9dS.mjs";
|
|
51
|
-
import { W as mt } from "../WidgetContainer-
|
|
51
|
+
import { W as mt } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
52
52
|
import { u as gt, C as pt } from "../BudgetUtil-C71e-szt.mjs";
|
|
53
53
|
import { M as ht } from "../MiniWidgetContainer-B4gbUTJ2.mjs";
|
|
54
54
|
import { ChevronRight as ft } from "@mxenabled/mx-icons";
|
|
@@ -18,13 +18,13 @@ import { b as $ } from "../Localization-2MODESHW.mjs";
|
|
|
18
18
|
import { M as Je } from "../MiniWidgetContainer-B4gbUTJ2.mjs";
|
|
19
19
|
import { E as Ze } from "../EmptyState-DHAkGsjk.mjs";
|
|
20
20
|
import { u as Oe } from "../useWidgetLoadTimer-yzSfT9dS.mjs";
|
|
21
|
-
import { R as et } from "../RecurringSettings-
|
|
21
|
+
import { R as et } from "../RecurringSettings-C9wCLrKK.mjs";
|
|
22
22
|
import tt from "@mui/material/Tabs";
|
|
23
23
|
import ye from "@mui/material/Tab";
|
|
24
24
|
import { getUnixTime as z } from "date-fns/getUnixTime";
|
|
25
25
|
import J from "@mui/material/List";
|
|
26
26
|
import ee from "@mui/material/ListItem";
|
|
27
|
-
import { A as nt } from "../AccountListItem-
|
|
27
|
+
import { A as nt } from "../AccountListItem-BH5hrQCD.mjs";
|
|
28
28
|
import { f as q, D as X } from "../DateFormats-Cs-NbEZ7.mjs";
|
|
29
29
|
import ot from "@mui/material/ListSubheader";
|
|
30
30
|
import { f as K } from "../NumberFormatting-DjTD0t3W.mjs";
|
|
@@ -36,11 +36,11 @@ import { alpha as at, keyframes as it } from "@mui/material/styles";
|
|
|
36
36
|
import { DataGridPro as rt } from "@mui/x-data-grid-pro";
|
|
37
37
|
import { T as we } from "../TabContentContainer-j01JYR_7.mjs";
|
|
38
38
|
import G from "@mui/material/Button";
|
|
39
|
-
import { M as st, S as ct, i as lt, d as _e, c as dt } from "../ManageIncome-
|
|
39
|
+
import { M as st, S as ct, i as lt, d as _e, c as dt } from "../ManageIncome-C9VHBLye.mjs";
|
|
40
40
|
import { D as Ge } from "../Drawer-DV4NTsFg.mjs";
|
|
41
41
|
import { subDays as Me } from "date-fns/subDays";
|
|
42
42
|
import { endOfToday as mt } from "date-fns/endOfToday";
|
|
43
|
-
import { W as ut } from "../WidgetContainer-
|
|
43
|
+
import { W as ut } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
44
44
|
import { A as Ie } from "../Analytics-i5h6BxR1.mjs";
|
|
45
45
|
import { A as Q } from "../Account-BiB1F8lL.mjs";
|
|
46
46
|
import { formatISO as ht } from "date-fns/formatISO";
|
package/dist/common/index.es.js
CHANGED
|
@@ -12,8 +12,8 @@ import { H } from "../Help-B8mD4aLJ.mjs";
|
|
|
12
12
|
import { E as Ge } from "../Help-B8mD4aLJ.mjs";
|
|
13
13
|
import { M as We } from "../MicroWidgetContainer-jvYZ5bb6.mjs";
|
|
14
14
|
import { M as Ye } from "../MiniWidgetContainer-B4gbUTJ2.mjs";
|
|
15
|
-
import { D as Ke, W as ze } from "../WidgetContainer-
|
|
16
|
-
import { b as Ve, G as Xe } from "../GlobalAccountFilter-
|
|
15
|
+
import { D as Ke, W as ze } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
16
|
+
import { b as Ve, G as Xe } from "../GlobalAccountFilter-DnhoRX8C.mjs";
|
|
17
17
|
import { f as W, a as q, b as C } from "../BudgetUtil-C71e-szt.mjs";
|
|
18
18
|
import { C as Je, g as ts, e as es, c as ss, d as rs, i as os } from "../BudgetUtil-C71e-szt.mjs";
|
|
19
19
|
import { C as is } from "../CurrencyInput-PMOAH5R3.mjs";
|
|
@@ -27,8 +27,8 @@ import { I as ys } from "../IconBacking-B9oC6uL2.mjs";
|
|
|
27
27
|
import { D as bs, F as ws, c as Cs, d as Ds, R as As, S as Es } from "../RecurringTransactions-B_I4_FGO.mjs";
|
|
28
28
|
import { C as Q } from "../CashflowStore-DEdQJU5i.mjs";
|
|
29
29
|
import { I as Ts } from "../CashflowStore-DEdQJU5i.mjs";
|
|
30
|
-
import { d as K } from "../GoalStore-
|
|
31
|
-
import { C as vs, G as Bs, M as ks, T as Ms } from "../GoalStore-
|
|
30
|
+
import { d as K } from "../GoalStore-LzW4e18a.mjs";
|
|
31
|
+
import { C as vs, G as Bs, M as ks, T as Ms } from "../GoalStore-LzW4e18a.mjs";
|
|
32
32
|
import { C as Us } from "../CurrencyText-C-85TnUF.mjs";
|
|
33
33
|
import { E as Os } from "../EmptyState-DHAkGsjk.mjs";
|
|
34
34
|
import { L as Rs } from "../ListItemAction-Dq1lMdxh.mjs";
|
|
@@ -14,7 +14,7 @@ import k from "@mui/material/Button";
|
|
|
14
14
|
import A from "@mui/material/IconButton";
|
|
15
15
|
import I from "@mui/material/Tooltip";
|
|
16
16
|
import B from "@mui/material/useMediaQuery";
|
|
17
|
-
import { G as F, b as $ } from "../GlobalAccountFilter-
|
|
17
|
+
import { G as F, b as $ } from "../GlobalAccountFilter-DnhoRX8C.mjs";
|
|
18
18
|
import { u as y } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
19
19
|
import { u as z } from "../useWidgetLoadTimer-yzSfT9dS.mjs";
|
|
20
20
|
const H = p(() => {
|
package/dist/debts/index.es.js
CHANGED
|
@@ -16,7 +16,7 @@ import { G as je, v as ee, u as C, l as Y, g as R, d as te, a as ze, b as Xe } f
|
|
|
16
16
|
import { u as K } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
17
17
|
import { D as ne } from "../Drawer-DV4NTsFg.mjs";
|
|
18
18
|
import { b as E } from "../Localization-2MODESHW.mjs";
|
|
19
|
-
import { A as Ve, u as Ye } from "../AccountDetailsHeader-
|
|
19
|
+
import { A as Ve, u as Ye } from "../AccountDetailsHeader-Bf3yJZ-O.mjs";
|
|
20
20
|
import Ke from "@mui/material/Card";
|
|
21
21
|
import Ue from "@mui/material/CardContent";
|
|
22
22
|
import qe from "@mui/material/CardHeader";
|
|
@@ -44,10 +44,10 @@ import De from "@mui/material/Button";
|
|
|
44
44
|
import lt from "@mui/material/IconButton";
|
|
45
45
|
import st from "@mui/material/ListItem";
|
|
46
46
|
import ct from "@mui/material/Popover";
|
|
47
|
-
import { b as dt } from "../GlobalAccountFilter-
|
|
47
|
+
import { b as dt } from "../GlobalAccountFilter-DnhoRX8C.mjs";
|
|
48
48
|
import { u as pt } from "../useWidgetLoadTimer-yzSfT9dS.mjs";
|
|
49
49
|
import { L as mt } from "../Loader-D3rjKx72.mjs";
|
|
50
|
-
import { W as ht } from "../WidgetContainer-
|
|
50
|
+
import { W as ht } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
51
51
|
import { E as ut } from "../EmptyState-DHAkGsjk.mjs";
|
|
52
52
|
const bt = (a, o = 0, r = 0) => {
|
|
53
53
|
if (r === 0) return 0;
|
|
@@ -15,8 +15,8 @@ import h, { useState as Fn, useRef as Bn, useCallback as rt, useEffect as at } f
|
|
|
15
15
|
import P from "@mui/material/Button";
|
|
16
16
|
import Y from "@mui/material/Card";
|
|
17
17
|
import { L as Xe } from "../LineChart-Dlp9RAJz.mjs";
|
|
18
|
-
import { C as St } from "../ConnectionsDrawer-
|
|
19
|
-
import { b as ae } from "../GlobalAccountFilter-
|
|
18
|
+
import { C as St } from "../ConnectionsDrawer-VoUA-VzG.mjs";
|
|
19
|
+
import { b as ae } from "../GlobalAccountFilter-DnhoRX8C.mjs";
|
|
20
20
|
import le from "@mui/material/Tab";
|
|
21
21
|
import Ye from "@mui/material/Tabs";
|
|
22
22
|
import Re from "@mui/material/TextField";
|
|
@@ -31,7 +31,7 @@ import be from "@mui/material/ListItem";
|
|
|
31
31
|
import vt from "@mui/material/ListItemAvatar";
|
|
32
32
|
import fe from "@mui/material/ListItemText";
|
|
33
33
|
import { g as wt } from "../AccountDisplayName-CO7z3v99.mjs";
|
|
34
|
-
import { g as kt } from "../AccountFields-
|
|
34
|
+
import { g as kt } from "../AccountFields-Dnc0q9ee.mjs";
|
|
35
35
|
import Ge from "@mui/material/List";
|
|
36
36
|
import $n from "@mui/material/ListItemButton";
|
|
37
37
|
import En from "@mui/material/ListSubheader";
|
|
@@ -56,10 +56,10 @@ import { formatISO as oo } from "date-fns/formatISO";
|
|
|
56
56
|
import { fromUnixTime as ro } from "date-fns/fromUnixTime";
|
|
57
57
|
import { startOfToday as st } from "date-fns/startOfToday";
|
|
58
58
|
import { subDays as ao } from "date-fns/subDays";
|
|
59
|
-
import { c as io, d as ct, S as so, i as co } from "../ManageIncome-
|
|
59
|
+
import { c as io, d as ct, S as so, i as co } from "../ManageIncome-C9VHBLye.mjs";
|
|
60
60
|
import { LocalizationProvider as lo, DatePicker as po, StaticDatePicker as _o } from "@mui/x-date-pickers";
|
|
61
61
|
import { AdapterDateFns as Ot } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
|
62
|
-
import { R as uo } from "../RecurringSettings-
|
|
62
|
+
import { R as uo } from "../RecurringSettings-C9wCLrKK.mjs";
|
|
63
63
|
import { LocalizationProvider as ho } from "@mui/x-date-pickers/LocalizationProvider";
|
|
64
64
|
import { format as mo } from "date-fns/format";
|
|
65
65
|
import go from "@mui/lab/Timeline";
|
|
@@ -72,7 +72,7 @@ import vo from "@mui/material/Accordion";
|
|
|
72
72
|
import wo from "@mui/material/AccordionDetails";
|
|
73
73
|
import ko from "@mui/material/AccordionSummary";
|
|
74
74
|
import { u as Mo } from "../useWidgetLoadTimer-yzSfT9dS.mjs";
|
|
75
|
-
import { W as Do } from "../WidgetContainer-
|
|
75
|
+
import { W as Do } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
76
76
|
const Io = ({
|
|
77
77
|
dialScoreData: t,
|
|
78
78
|
dataIndex: o,
|
package/dist/goals/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as de, T as i, G as ce, a as Ve, M as Y, C as Te, b as Pe } from "../GoalStore-
|
|
2
|
-
import { c as Hn, d as Un } from "../GoalStore-
|
|
1
|
+
import { g as de, T as i, G as ce, a as Ve, M as Y, C as Te, b as Pe } from "../GoalStore-LzW4e18a.mjs";
|
|
2
|
+
import { c as Hn, d as Un } from "../GoalStore-LzW4e18a.mjs";
|
|
3
3
|
import { jsxs as c, jsx as e, Fragment as $ } from "react/jsx-runtime";
|
|
4
4
|
import T from "react";
|
|
5
5
|
import { observer as D } from "mobx-react-lite";
|
|
@@ -51,7 +51,7 @@ import { D as _t } from "../Dialog-BqUCsQvo.mjs";
|
|
|
51
51
|
import { u as Ke } from "../useWidgetLoadTimer-yzSfT9dS.mjs";
|
|
52
52
|
import { A as X } from "../Analytics-i5h6BxR1.mjs";
|
|
53
53
|
import { L as Me } from "../Loader-D3rjKx72.mjs";
|
|
54
|
-
import { W as ut } from "../WidgetContainer-
|
|
54
|
+
import { W as ut } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
55
55
|
import { E as pt } from "../EmptyState-DHAkGsjk.mjs";
|
|
56
56
|
import ht from "@mui/material/Stack/Stack";
|
|
57
57
|
import bt from "@mui/material/Box";
|
package/dist/help/index.es.js
CHANGED
|
@@ -4,7 +4,7 @@ import { H as m } from "../Help-HjHBZzI9.mjs";
|
|
|
4
4
|
import { b as s } from "../hooks-0kWPTHNb.mjs";
|
|
5
5
|
import { u as a } from "../useWidgetLoadTimer-yzSfT9dS.mjs";
|
|
6
6
|
import { L as p } from "../Loader-D3rjKx72.mjs";
|
|
7
|
-
import { W as d } from "../WidgetContainer-
|
|
7
|
+
import { W as d } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
8
8
|
const H = t(({ onBackClick: e, sx: i }) => {
|
|
9
9
|
const { isInitialized: o } = s();
|
|
10
10
|
return a({
|
|
@@ -4,7 +4,7 @@ import { observer as P } from "mobx-react-lite";
|
|
|
4
4
|
import _ from "@mui/material/Stack";
|
|
5
5
|
import Fe from "@mui/material/Tab";
|
|
6
6
|
import Ee from "@mui/material/Tabs";
|
|
7
|
-
import { C as pe } from "../ConnectionsDrawer-
|
|
7
|
+
import { C as pe } from "../ConnectionsDrawer-VoUA-VzG.mjs";
|
|
8
8
|
import xe from "@mui/material/useMediaQuery";
|
|
9
9
|
import Ne from "@mui/material/Box";
|
|
10
10
|
import Me from "@mui/material/Collapse";
|
|
@@ -39,7 +39,7 @@ import { DataGridPro as Xe } from "@mui/x-data-grid-pro";
|
|
|
39
39
|
import { Stack as $e } from "@mui/material";
|
|
40
40
|
import { L as Se } from "../Loader-D3rjKx72.mjs";
|
|
41
41
|
import { u as qe } from "../useWidgetLoadTimer-yzSfT9dS.mjs";
|
|
42
|
-
import { W as Ke } from "../WidgetContainer-
|
|
42
|
+
import { W as Ke } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
43
43
|
import { A as Ye } from "../Account-BiB1F8lL.mjs";
|
|
44
44
|
import { E as Qe } from "../EmptyState-DHAkGsjk.mjs";
|
|
45
45
|
const me = ({ sx: t = {} }) => {
|
|
@@ -34,8 +34,8 @@ import { f as U } from "../NumberFormatting-DjTD0t3W.mjs";
|
|
|
34
34
|
import { u as ne } from "../useWidgetLoadTimer-yzSfT9dS.mjs";
|
|
35
35
|
import { L as re } from "../Loader-D3rjKx72.mjs";
|
|
36
36
|
import { M as ge } from "../MicroWidgetContainer-jvYZ5bb6.mjs";
|
|
37
|
-
import { C as ye } from "../ConnectionsDrawer-
|
|
38
|
-
import { W as Ce } from "../WidgetContainer-
|
|
37
|
+
import { C as ye } from "../ConnectionsDrawer-VoUA-VzG.mjs";
|
|
38
|
+
import { W as Ce } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
39
39
|
import { E as _e } from "../EmptyState-DHAkGsjk.mjs";
|
|
40
40
|
const Se = () => {
|
|
41
41
|
const { isMobile: t } = q(), { availableWidth: a } = se(), i = j(), {
|
|
@@ -6,18 +6,18 @@ import { endOfToday as Z } from "date-fns/endOfToday";
|
|
|
6
6
|
import { startOfMonth as G } from "date-fns/startOfMonth";
|
|
7
7
|
import { startOfToday as J } from "date-fns/startOfToday";
|
|
8
8
|
import { subDays as Q } from "date-fns/subDays";
|
|
9
|
-
import { R as Te } from "../RecurringSettings-
|
|
10
|
-
import { M as Ln } from "../RecurringSettings-
|
|
11
|
-
import { addMonths as
|
|
12
|
-
import { subMonths as
|
|
13
|
-
import { isBefore as
|
|
9
|
+
import { R as Te } from "../RecurringSettings-C9wCLrKK.mjs";
|
|
10
|
+
import { M as Ln } from "../RecurringSettings-C9wCLrKK.mjs";
|
|
11
|
+
import { addMonths as $e } from "date-fns/addMonths";
|
|
12
|
+
import { subMonths as Be } from "date-fns/subMonths";
|
|
13
|
+
import { isBefore as Pe } from "date-fns/isBefore";
|
|
14
14
|
import V from "@mui/material/Unstable_Grid2";
|
|
15
15
|
import ge from "@mui/material/IconButton";
|
|
16
16
|
import l from "@mui/material/Stack";
|
|
17
17
|
import he from "@mui/material/Tab";
|
|
18
|
-
import
|
|
19
|
-
import { Schedule as
|
|
20
|
-
import { Text as h, MerchantLogo as ee, InstitutionLogo as
|
|
18
|
+
import He from "@mui/material/Tabs";
|
|
19
|
+
import { Schedule as ze, MonetizationOn as Fe, Cancel as De, CheckCircle as we, ChevronLeft as Ue, ChevronRight as je, CurrencyExchange as Ke } from "@mxenabled/mx-icons";
|
|
20
|
+
import { Text as h, MerchantLogo as ee, InstitutionLogo as Ye, H3 as _e, P as X } from "@mxenabled/mxui";
|
|
21
21
|
import { getWeeksInMonth as fe } from "date-fns/getWeeksInMonth";
|
|
22
22
|
import te from "@mui/material/styles/useTheme";
|
|
23
23
|
import { AdapterDateFns as Ve } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
|
@@ -27,7 +27,7 @@ import { isSameDay as Ze } from "date-fns/isSameDay";
|
|
|
27
27
|
import Je from "@mui/material/Badge";
|
|
28
28
|
import { PickersDay as Qe } from "@mui/x-date-pickers/PickersDay";
|
|
29
29
|
import { I as P } from "../IconBacking-B9oC6uL2.mjs";
|
|
30
|
-
import { u as R, b as H, i as _, g as z, p as
|
|
30
|
+
import { u as R, b as H, i as _, g as z, p as Se, h as ne } from "../hooks-0kWPTHNb.mjs";
|
|
31
31
|
import { d as I, c as T, g as xe, f as et } from "../RecurringTransactions-B_I4_FGO.mjs";
|
|
32
32
|
import { T as O } from "../RecurringTransactionsStore-DAX5ozGz.mjs";
|
|
33
33
|
import { R as En } from "../RecurringTransactionsStore-DAX5ozGz.mjs";
|
|
@@ -35,24 +35,24 @@ import { A as S } from "../Analytics-i5h6BxR1.mjs";
|
|
|
35
35
|
import tt from "@mui/material/Button";
|
|
36
36
|
import q from "@mui/material/Divider";
|
|
37
37
|
import be from "@mui/material/List";
|
|
38
|
-
import
|
|
38
|
+
import Ie from "@mui/material/ListItem";
|
|
39
39
|
import nt from "@mui/material/ListSubheader";
|
|
40
40
|
import it from "@mui/material/ListItemAvatar";
|
|
41
41
|
import rt from "@mui/material/ListItemButton";
|
|
42
42
|
import ot from "@mui/material/ListItemText";
|
|
43
|
-
import { b as at } from "../ManageIncome-
|
|
44
|
-
import { c as Gn, M as On, S as kn } from "../ManageIncome-
|
|
43
|
+
import { b as at } from "../ManageIncome-C9VHBLye.mjs";
|
|
44
|
+
import { c as Gn, M as On, S as kn } from "../ManageIncome-C9VHBLye.mjs";
|
|
45
45
|
import { f as M } from "../NumberFormatting-DjTD0t3W.mjs";
|
|
46
46
|
import { D as ie } from "../Drawer-DV4NTsFg.mjs";
|
|
47
47
|
import { b as E } from "../Localization-2MODESHW.mjs";
|
|
48
48
|
import { f as v, D as L } from "../DateFormats-Cs-NbEZ7.mjs";
|
|
49
49
|
import N from "@mui/material/Box";
|
|
50
|
-
import { S as
|
|
50
|
+
import { S as Me } from "../StatusBar-BK_uYHAB.mjs";
|
|
51
51
|
import { u as re } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
52
|
-
import { S as
|
|
52
|
+
import { S as ve } from "../SkeletonLoader-BaNboJjD.mjs";
|
|
53
53
|
import { u as oe } from "../useWidgetLoadTimer-yzSfT9dS.mjs";
|
|
54
54
|
import { L as ae } from "../Loader-D3rjKx72.mjs";
|
|
55
|
-
import { W as st } from "../WidgetContainer-
|
|
55
|
+
import { W as st } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
56
56
|
import { M as ct } from "../MiniWidgetContainer-B4gbUTJ2.mjs";
|
|
57
57
|
import { u as lt } from "../useDimensions-CeDR9V8N.mjs";
|
|
58
58
|
import { M as dt } from "../MicroWidgetContainer-jvYZ5bb6.mjs";
|
|
@@ -60,8 +60,8 @@ const F = {
|
|
|
60
60
|
gridRow: 1,
|
|
61
61
|
gridColumn: 1,
|
|
62
62
|
zIndex: 2
|
|
63
|
-
}, U = (t) => t ? { margin: "0 0 -6px -4px" } : void 0, se = ({ isOffset: t = !1, size: n = 16 }) => /* @__PURE__ */ e(P, { size: n, sx: { ...U(t) }, children: /* @__PURE__ */ e(
|
|
64
|
-
|
|
63
|
+
}, U = (t) => t ? { margin: "0 0 -6px -4px" } : void 0, se = ({ isOffset: t = !1, size: n = 16 }) => /* @__PURE__ */ e(P, { size: n, sx: { ...U(t) }, children: /* @__PURE__ */ e(ze, { color: "primary", filled: !0, sx: { fontSize: n, ...F } }) }), ce = ({ isOffset: t = !1, size: n = 16 }) => /* @__PURE__ */ e(P, { size: n, sx: { ...U(t) }, children: /* @__PURE__ */ e(
|
|
64
|
+
Fe,
|
|
65
65
|
{
|
|
66
66
|
filled: !0,
|
|
67
67
|
sx: { color: "categories.income", fontSize: n, ...F }
|
|
@@ -143,7 +143,7 @@ const F = {
|
|
|
143
143
|
]
|
|
144
144
|
}
|
|
145
145
|
);
|
|
146
|
-
}), ye = 58,
|
|
146
|
+
}), ye = 58, Le = C(() => {
|
|
147
147
|
const t = te(), { onEvent: n } = z(), { selectedDay: i, setDateRange: o } = _(), [r, c] = x.useState(
|
|
148
148
|
fe(/* @__PURE__ */ new Date()) * O + ye
|
|
149
149
|
), u = (m) => {
|
|
@@ -289,7 +289,7 @@ const F = {
|
|
|
289
289
|
), d = t.type === I.Income, m = t.status === T.Paid, g = t.status === T.Missed, b = t.status === T.Upcoming;
|
|
290
290
|
let y = r.paid?.toLowerCase();
|
|
291
291
|
return g ? y = r.missed?.toLowerCase() : b && (y = o ? xe(r, s || {}, !0) : xe(r, s || {}, !1)), //TODO: implement common/components/ListItemRow.tsx
|
|
292
|
-
/* @__PURE__ */ a(
|
|
292
|
+
/* @__PURE__ */ a(Ie, { disableGutters: !0, disablePadding: !0, children: [
|
|
293
293
|
/* @__PURE__ */ a(rt, { onClick: () => {
|
|
294
294
|
p(!0), i(t);
|
|
295
295
|
}, children: [
|
|
@@ -314,7 +314,7 @@ const F = {
|
|
|
314
314
|
/* @__PURE__ */ e(h, { variant: "caption", children: gt(t, r) })
|
|
315
315
|
] }) : /* @__PURE__ */ a(B, { children: [
|
|
316
316
|
t.institutionGuid && /* @__PURE__ */ e(
|
|
317
|
-
|
|
317
|
+
Ye,
|
|
318
318
|
{
|
|
319
319
|
alt: `${t.institutionName} institution logo`,
|
|
320
320
|
institutionGuid: t.institutionGuid,
|
|
@@ -390,7 +390,7 @@ const F = {
|
|
|
390
390
|
px: 24
|
|
391
391
|
},
|
|
392
392
|
children: [
|
|
393
|
-
/* @__PURE__ */ e(
|
|
393
|
+
/* @__PURE__ */ e(_e, { bold: !0, variant: "body1", children: c }),
|
|
394
394
|
i && /* @__PURE__ */ e(tt, { onClick: i, size: "small", variant: "text", children: u.reset })
|
|
395
395
|
]
|
|
396
396
|
}
|
|
@@ -406,7 +406,7 @@ const F = {
|
|
|
406
406
|
),
|
|
407
407
|
/* @__PURE__ */ e(q, { sx: { mx: 24 } })
|
|
408
408
|
] }, `recurrence-${d}`)) : p.map((s, d) => /* @__PURE__ */ a(x.Fragment, { children: [
|
|
409
|
-
/* @__PURE__ */ e(
|
|
409
|
+
/* @__PURE__ */ e(Ie, { children: /* @__PURE__ */ e(
|
|
410
410
|
be,
|
|
411
411
|
{
|
|
412
412
|
subheader: /* @__PURE__ */ e(nt, { sx: { bgcolor: "background.paper", ml: 8, pb: 4, pt: 12 }, children: /* @__PURE__ */ e(h, { bold: !0, variant: "caption", children: v(s.date, L.DAY_OF_WEEK_MONTH_DAY) }) }),
|
|
@@ -436,7 +436,7 @@ const F = {
|
|
|
436
436
|
/* @__PURE__ */ e(h, { bold: !0, variant: "body1", children: `${r} (${c})` }),
|
|
437
437
|
/* @__PURE__ */ e(h, { bold: !0, color: n ? "text.primary" : "success.main", variant: "body1", children: `${n ? "-" : "+"}${M(t, "0,0.00")}` })
|
|
438
438
|
] }),
|
|
439
|
-
/* @__PURE__ */ e(
|
|
439
|
+
/* @__PURE__ */ e(Me, { data: m, height: 12 }),
|
|
440
440
|
/* @__PURE__ */ a(l, { sx: { alignItems: "center", flexDirection: "row", gap: 2, my: 8 }, children: [
|
|
441
441
|
/* @__PURE__ */ e(N, { sx: { bgcolor: "success.main", height: 8, mr: 8, width: 8 } }),
|
|
442
442
|
!s && /* @__PURE__ */ e(h, { bold: !0, variant: "body2", children: M(o, "0,0.00") }),
|
|
@@ -453,7 +453,7 @@ const F = {
|
|
|
453
453
|
] });
|
|
454
454
|
}
|
|
455
455
|
), ht = C(() => {
|
|
456
|
-
const { recurring: t } = R(), { availableWidth: n } =
|
|
456
|
+
const { recurring: t } = R(), { availableWidth: n } = Se(), { isDesktop: i, isSmallMobile: o, isMobile: r } = re(n), { onEvent: c } = z(), {
|
|
457
457
|
currentMonthExpenses: u,
|
|
458
458
|
currentMonthIncome: p,
|
|
459
459
|
dateRange: s,
|
|
@@ -467,10 +467,10 @@ const F = {
|
|
|
467
467
|
selectedDayRecurrences: j,
|
|
468
468
|
setDateRange: w,
|
|
469
469
|
upcomingExpenseTotal: K,
|
|
470
|
-
upcomingIncomeTotal:
|
|
470
|
+
upcomingIncomeTotal: Ae,
|
|
471
471
|
upcomingRecurrences: ue
|
|
472
|
-
} = _(), [Y,
|
|
473
|
-
|
|
472
|
+
} = _(), [Y, Ee] = x.useState(0), Ne = Pe(s.start, /* @__PURE__ */ new Date()), Ge = (D, We) => {
|
|
473
|
+
Ee(We);
|
|
474
474
|
}, me = (D) => {
|
|
475
475
|
c(S.RECURRING_TRANSACTIONS_CLICK_UPCOMING, {
|
|
476
476
|
transaction_guid: D.transaction?.guid
|
|
@@ -479,14 +479,14 @@ const F = {
|
|
|
479
479
|
c(S.RECURRING_TRANSACTIONS_CLICK_PAID, {
|
|
480
480
|
transaction_guid: D.transaction?.guid
|
|
481
481
|
});
|
|
482
|
-
},
|
|
483
|
-
const D =
|
|
482
|
+
}, Oe = () => {
|
|
483
|
+
const D = $e(s.start, 1);
|
|
484
484
|
w({
|
|
485
485
|
start: G(D),
|
|
486
486
|
end: W(D)
|
|
487
487
|
});
|
|
488
|
-
},
|
|
489
|
-
const D =
|
|
488
|
+
}, ke = () => {
|
|
489
|
+
const D = Be(s.start, 1);
|
|
490
490
|
w({
|
|
491
491
|
start: G(D),
|
|
492
492
|
end: W(D)
|
|
@@ -503,7 +503,7 @@ const F = {
|
|
|
503
503
|
/* @__PURE__ */ a(V, { md: !0, sm: 12, width: "100%", children: [
|
|
504
504
|
/* @__PURE__ */ a(l, { sx: { gap: 16, px: i ? 48 : 24 }, children: [
|
|
505
505
|
/* @__PURE__ */ a(l, { alignItems: "center", direction: "row", justifyContent: "space-between", children: [
|
|
506
|
-
/* @__PURE__ */ e(
|
|
506
|
+
/* @__PURE__ */ e(_e, { children: E(
|
|
507
507
|
t.header_title,
|
|
508
508
|
v(s.start, L.MONTH_LONG)
|
|
509
509
|
) }),
|
|
@@ -512,12 +512,12 @@ const F = {
|
|
|
512
512
|
ge,
|
|
513
513
|
{
|
|
514
514
|
color: "primary",
|
|
515
|
-
disabled:
|
|
516
|
-
onClick:
|
|
517
|
-
children: /* @__PURE__ */ e(
|
|
515
|
+
disabled: Ne,
|
|
516
|
+
onClick: ke,
|
|
517
|
+
children: /* @__PURE__ */ e(Ue, {})
|
|
518
518
|
}
|
|
519
519
|
),
|
|
520
|
-
/* @__PURE__ */ e(ge, { color: "primary", onClick:
|
|
520
|
+
/* @__PURE__ */ e(ge, { color: "primary", onClick: Oe, children: /* @__PURE__ */ e(je, {}) })
|
|
521
521
|
] })
|
|
522
522
|
] }),
|
|
523
523
|
/* @__PURE__ */ e(
|
|
@@ -539,7 +539,7 @@ const F = {
|
|
|
539
539
|
paid: f,
|
|
540
540
|
title: t.deposits,
|
|
541
541
|
total: p.length,
|
|
542
|
-
upcoming:
|
|
542
|
+
upcoming: Ae
|
|
543
543
|
}
|
|
544
544
|
),
|
|
545
545
|
i && /* @__PURE__ */ e(
|
|
@@ -552,7 +552,7 @@ const F = {
|
|
|
552
552
|
)
|
|
553
553
|
] }),
|
|
554
554
|
!i && /* @__PURE__ */ a(l, { sx: { px: r ? 0 : 24 }, children: [
|
|
555
|
-
/* @__PURE__ */ a(
|
|
555
|
+
/* @__PURE__ */ a(He, { onChange: Ge, value: Y, variant: "fullWidth", children: [
|
|
556
556
|
/* @__PURE__ */ e(
|
|
557
557
|
he,
|
|
558
558
|
{
|
|
@@ -583,7 +583,7 @@ const F = {
|
|
|
583
583
|
] })
|
|
584
584
|
] }),
|
|
585
585
|
i && /* @__PURE__ */ e(V, { sx: { minWidth: 450 }, xs: "auto", children: /* @__PURE__ */ a(l, { gap: 24, children: [
|
|
586
|
-
/* @__PURE__ */ e(
|
|
586
|
+
/* @__PURE__ */ e(Le, {}),
|
|
587
587
|
/* @__PURE__ */ e(
|
|
588
588
|
k,
|
|
589
589
|
{
|
|
@@ -629,7 +629,7 @@ const F = {
|
|
|
629
629
|
sx: n,
|
|
630
630
|
title: i.title,
|
|
631
631
|
children: [
|
|
632
|
-
c ? /* @__PURE__ */ e(ht, {}) : /* @__PURE__ */ e(
|
|
632
|
+
c ? /* @__PURE__ */ e(ht, {}) : /* @__PURE__ */ e(ve, { sx: { m: 48 }, variant: "list" }),
|
|
633
633
|
/* @__PURE__ */ e(
|
|
634
634
|
ie,
|
|
635
635
|
{
|
|
@@ -645,9 +645,9 @@ const F = {
|
|
|
645
645
|
}
|
|
646
646
|
) : /* @__PURE__ */ e(ae, {});
|
|
647
647
|
}), ft = C(() => {
|
|
648
|
-
const { recurring: t } = R(), { availableWidth: n } =
|
|
648
|
+
const { recurring: t } = R(), { availableWidth: n } = Se(), { selectedDay: i, selectedDayRecurrences: o, setSelectedDay: r, upcomingRecurrences: c } = _(), u = n < 750;
|
|
649
649
|
return /* @__PURE__ */ a(l, { flexDirection: u ? "column" : "row", width: "100%", children: [
|
|
650
|
-
/* @__PURE__ */ e(
|
|
650
|
+
/* @__PURE__ */ e(Le, {}),
|
|
651
651
|
!u && /* @__PURE__ */ e(q, { flexItem: !0, orientation: "vertical", sx: { my: 16, ml: 16 } }),
|
|
652
652
|
/* @__PURE__ */ e(
|
|
653
653
|
k,
|
|
@@ -685,14 +685,14 @@ const F = {
|
|
|
685
685
|
subTitle: i.sub_title,
|
|
686
686
|
sx: n,
|
|
687
687
|
title: i.mini_title,
|
|
688
|
-
children: r ? /* @__PURE__ */ e(ft, {}) : /* @__PURE__ */ e(
|
|
688
|
+
children: r ? /* @__PURE__ */ e(ft, {}) : /* @__PURE__ */ e(ve, { sx: { mx: 16 }, variant: "list" })
|
|
689
689
|
}
|
|
690
690
|
) : /* @__PURE__ */ e(ae, {});
|
|
691
691
|
}
|
|
692
692
|
), xt = C(() => {
|
|
693
693
|
const { recurring: t } = R();
|
|
694
694
|
return /* @__PURE__ */ a(l, { sx: { alignItems: "start", flexDirection: "row", gap: 12 }, children: [
|
|
695
|
-
/* @__PURE__ */ e(
|
|
695
|
+
/* @__PURE__ */ e(Ke, { size: 32 }),
|
|
696
696
|
/* @__PURE__ */ a(l, { children: [
|
|
697
697
|
/* @__PURE__ */ e(X, { fontWeight: 600, variant: "body1", children: t.zero_state_content_header }),
|
|
698
698
|
/* @__PURE__ */ e(X, { color: "text.secondary", variant: "subtitle2", children: t.zero_state_content_description })
|
|
@@ -842,7 +842,7 @@ const F = {
|
|
|
842
842
|
A()
|
|
843
843
|
] }),
|
|
844
844
|
/* @__PURE__ */ a(l, { sx: { pt: 12 }, children: [
|
|
845
|
-
/* @__PURE__ */ e(
|
|
845
|
+
/* @__PURE__ */ e(Me, { data: f }),
|
|
846
846
|
/* @__PURE__ */ e(
|
|
847
847
|
l,
|
|
848
848
|
{
|
|
@@ -43,7 +43,7 @@ import Le from "@mui/material/ListItemText";
|
|
|
43
43
|
import { D as He } from "../Drawer-DV4NTsFg.mjs";
|
|
44
44
|
import { u as ne } from "../useWidgetLoadTimer-yzSfT9dS.mjs";
|
|
45
45
|
import { H as Oe } from "../Help-HjHBZzI9.mjs";
|
|
46
|
-
import { W as X } from "../WidgetContainer-
|
|
46
|
+
import { W as X } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
47
47
|
const Fe = ({ availableWidth: t, handleOnLeavClick: a }) => {
|
|
48
48
|
const o = xe(), { common: i, settings: n } = D(), { isDesktop: d, isMobile: l, isSmallMobile: r, isTablet: s } = O(t), { config: b } = $(), { updateUser: _ } = A(), { user: m } = Se(), [h, S] = p.useState({
|
|
49
49
|
first_name: m.first_name,
|
|
@@ -20,7 +20,7 @@ import Tt from "@mui/material/Button";
|
|
|
20
20
|
import { useTheme as Mt } from "@mui/material";
|
|
21
21
|
import { e as Dt } from "../exportTransactionsToCSV-DC2YMFft.mjs";
|
|
22
22
|
import { T as xt } from "../TransactionList-DrtItQUk.mjs";
|
|
23
|
-
import { T as wt } from "../TransactionDetails-
|
|
23
|
+
import { T as wt } from "../TransactionDetails-DGLtjFZF.mjs";
|
|
24
24
|
import Lt from "@mui/material/Collapse";
|
|
25
25
|
import F from "@mui/material/Divider";
|
|
26
26
|
import J from "@mui/material/List";
|
|
@@ -31,7 +31,7 @@ import { D as tt } from "../Drawer-DV4NTsFg.mjs";
|
|
|
31
31
|
import { b as w } from "../Category-CevNQ03n.mjs";
|
|
32
32
|
import { parseISO as et } from "date-fns/parseISO";
|
|
33
33
|
import { A as nt } from "../Analytics-i5h6BxR1.mjs";
|
|
34
|
-
import { W as It } from "../WidgetContainer-
|
|
34
|
+
import { W as It } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
35
35
|
const O = ({ amount: n, label: d, variant: o = "full" }) => /* @__PURE__ */ c(C, { direction: "column", children: [
|
|
36
36
|
/* @__PURE__ */ t(T, { bold: !0, sx: { textTransform: "none" }, variant: "Body", children: d }),
|
|
37
37
|
/* @__PURE__ */ t(T, { variant: "XSmall", children: R(n, o === "mini" ? "0,0" : "0,0.00") })
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { T as Sa } from "../TransactionApi-CjBoLleL.mjs";
|
|
2
|
-
import { C as Le, D as Me, M as Re, a as He, T as Pe } from "../TransactionDetails-
|
|
3
|
-
import { B as Da, b as Ia } from "../TransactionDetails-
|
|
2
|
+
import { C as Le, D as Me, M as Re, a as He, T as Pe } from "../TransactionDetails-DGLtjFZF.mjs";
|
|
3
|
+
import { B as Da, b as Ia } from "../TransactionDetails-DGLtjFZF.mjs";
|
|
4
4
|
import { T as E } from "../Transaction-BNO5Yz-B.mjs";
|
|
5
5
|
import { O as Na } from "../Transaction-BNO5Yz-B.mjs";
|
|
6
6
|
import { S as Z, D as Be } from "../TransactionStore-DYXYuq5s.mjs";
|
|
@@ -29,7 +29,7 @@ import { getUnixTime as et } from "date-fns/getUnixTime";
|
|
|
29
29
|
import { startOfMonth as tt } from "date-fns/startOfMonth";
|
|
30
30
|
import { startOfToday as F } from "date-fns/startOfToday";
|
|
31
31
|
import at from "@mui/material/styles/useTheme";
|
|
32
|
-
import { b as nt } from "../GlobalAccountFilter-
|
|
32
|
+
import { b as nt } from "../GlobalAccountFilter-DnhoRX8C.mjs";
|
|
33
33
|
import ot from "@mui/material/Divider";
|
|
34
34
|
import rt from "@mui/material/MenuItem";
|
|
35
35
|
import it from "@mui/material/RadioGroup";
|
|
@@ -41,7 +41,7 @@ import { u as ut } from "../useAriaLive-MkYebyUR.mjs";
|
|
|
41
41
|
import { S as mt } from "../SkeletonLoader-BaNboJjD.mjs";
|
|
42
42
|
import { u as _t } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
43
43
|
import { u as pt } from "../useWidgetLoadTimer-yzSfT9dS.mjs";
|
|
44
|
-
import { W as gt } from "../WidgetContainer-
|
|
44
|
+
import { W as gt } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
45
45
|
import { A } from "../Analytics-i5h6BxR1.mjs";
|
|
46
46
|
import { S as ht } from "../SearchBox-B7km148n.mjs";
|
|
47
47
|
import { D as te } from "../Drawer-DV4NTsFg.mjs";
|
package/dist/trends/index.es.js
CHANGED
|
@@ -36,11 +36,11 @@ import jt from "@mui/material/Badge";
|
|
|
36
36
|
import Ut from "@mui/material/IconButton";
|
|
37
37
|
import { A as v } from "../Analytics-i5h6BxR1.mjs";
|
|
38
38
|
import { T as lt } from "../TransactionList-DrtItQUk.mjs";
|
|
39
|
-
import { T as ct } from "../TransactionDetails-
|
|
39
|
+
import { T as ct } from "../TransactionDetails-DGLtjFZF.mjs";
|
|
40
40
|
import { D as We } from "../Drawer-DV4NTsFg.mjs";
|
|
41
41
|
import { u as Le } from "../useWidgetLoadTimer-yzSfT9dS.mjs";
|
|
42
42
|
import { L as Ee } from "../Loader-D3rjKx72.mjs";
|
|
43
|
-
import { W as dt } from "../WidgetContainer-
|
|
43
|
+
import { W as dt } from "../WidgetContainer-lNbK1wCG.mjs";
|
|
44
44
|
import { L as Be } from "../LineChart-Dlp9RAJz.mjs";
|
|
45
45
|
import { M as Xt } from "../MiniWidgetContainer-B4gbUTJ2.mjs";
|
|
46
46
|
import { subMonths as Zt } from "date-fns";
|
|
@@ -59,7 +59,7 @@ import { b as go } from "../CategoryUtil-Cufq3fxg.mjs";
|
|
|
59
59
|
import { E as ho } from "../ExportCsvAction-B5Ra5duE.mjs";
|
|
60
60
|
import { u as po } from "../useInsightsEnabled-bDCTNOJS.mjs";
|
|
61
61
|
import { E as fo } from "../EmptyState-DHAkGsjk.mjs";
|
|
62
|
-
import { b as yo } from "../GlobalAccountFilter-
|
|
62
|
+
import { b as yo } from "../GlobalAccountFilter-DnhoRX8C.mjs";
|
|
63
63
|
const mt = ({ categoryGuid: t, topLevelCategoryGuid: r }) => {
|
|
64
64
|
const { categories: n } = A(), { getCategoryName: o } = J(), s = o(t);
|
|
65
65
|
return /* @__PURE__ */ C(x, { alignItems: "center", direction: "column", gap: "8", justifyContent: "center", mb: 4, children: [
|