@mx-cartographer/experiences 7.2.15-alpha.sms4 → 7.2.16-alpha.mm0
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/dist/{AccountDetailsContent-Vj4LO6cx.mjs → AccountDetailsContent-CsH1w_GZ.mjs} +1 -1
- package/dist/{ManageIncome-B9yGuahc.mjs → ManageIncome-CV-bGuR-.mjs} +1 -1
- package/dist/{NotificationSettings-DqrkNMod.mjs → NotificationSettings-5i3IywCi.mjs} +238 -236
- package/dist/{RecurringSettings-D9GFcsXV.mjs → RecurringSettings-G6_BbsIF.mjs} +1 -1
- package/dist/{TransactionDetails-BqCr2FTh.mjs → TransactionDetails-CDtya0KS.mjs} +42 -42
- package/dist/{TransactionStore-RGu9PZK8.mjs → TransactionStore-DxPLdF3B.mjs} +27 -27
- package/dist/accounts/index.es.js +118 -116
- package/dist/budgets/index.es.js +501 -499
- package/dist/cashflow/index.es.js +383 -381
- package/dist/common/index.es.js +2 -7
- package/dist/common/stores/GlobalStore.d.ts +0 -3
- package/dist/debts/index.es.js +377 -375
- package/dist/finstrong/index.es.js +417 -415
- package/dist/goals/index.es.js +559 -557
- package/dist/investments/index.es.js +436 -434
- package/dist/networth/index.es.js +173 -171
- package/dist/notifications/index.es.js +1 -1
- package/dist/recurringtransactions/index.es.js +174 -172
- package/dist/settings/index.es.js +284 -278
- package/dist/spending/index.es.js +282 -280
- package/dist/transactions/components/shared/transactiondetails/actions/DateAction.d.ts +2 -2
- package/dist/transactions/index.es.js +4 -4
- package/dist/trends/index.es.js +1 -1
- package/package.json +1 -1
|
@@ -1,85 +1,85 @@
|
|
|
1
1
|
import { jsxs as n, jsx as e, Fragment as G } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
|
-
import { observer as
|
|
3
|
+
import { observer as w } from "mobx-react-lite";
|
|
4
4
|
import B from "@mui/material/Box";
|
|
5
|
-
import
|
|
5
|
+
import y from "@mui/material/Divider";
|
|
6
6
|
import E from "@mui/material/List";
|
|
7
7
|
import O from "@mui/material/ListSubheader";
|
|
8
|
-
import
|
|
8
|
+
import A from "@mui/system/Stack";
|
|
9
9
|
import { Text as v } from "@mxenabled/mxui";
|
|
10
|
-
import { A as K } from "../AccountDetailsContent-
|
|
11
|
-
import { u as
|
|
10
|
+
import { A as K } from "../AccountDetailsContent-CsH1w_GZ.mjs";
|
|
11
|
+
import { u as N1 } from "../AccountDetailsContent-CsH1w_GZ.mjs";
|
|
12
12
|
import { u as z, A as P } from "../AccountDetailsHeader-Df1JkzYi.mjs";
|
|
13
13
|
import { A as W } from "../AccountListItem-CeY_WIpj.mjs";
|
|
14
14
|
import { a as Y } from "../AccountFields-DUToRRqW.mjs";
|
|
15
|
-
import { g as
|
|
16
|
-
import { u as
|
|
15
|
+
import { g as $1, b as j1 } from "../AccountFields-DUToRRqW.mjs";
|
|
16
|
+
import { u as Z, b, d as T, g as D, a as q, n as J } from "../hooks-D6XlXHf4.mjs";
|
|
17
17
|
import { f as I } from "../NumberFormatting-Buh7u8Oi.mjs";
|
|
18
|
-
import { D as
|
|
19
|
-
import { A as
|
|
20
|
-
import { C as
|
|
18
|
+
import { D as Q } from "../Drawer-kEE73B87.mjs";
|
|
19
|
+
import { A as S, W as X } from "../WidgetContainer-EbrN1oIo.mjs";
|
|
20
|
+
import { C as e1 } from "../ConnectionsDrawer-BDvVuJQf.mjs";
|
|
21
21
|
import { u as N } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
22
22
|
import { L as R } from "../Loader-DUaFpDGv.mjs";
|
|
23
|
-
import { l as U, m as
|
|
24
|
-
import { F as
|
|
25
|
-
import
|
|
23
|
+
import { l as U, m as t1 } from "../ConnectDrawer-Bw5s6Dw1.mjs";
|
|
24
|
+
import { F as K1, M as z1 } from "../ConnectDrawer-Bw5s6Dw1.mjs";
|
|
25
|
+
import l1 from "@mui/material/ListItem";
|
|
26
26
|
import { M as $ } from "../MiniWidgetContainer-D0gfmbaF.mjs";
|
|
27
|
-
import
|
|
28
|
-
import { A as
|
|
29
|
-
const
|
|
30
|
-
const [c,
|
|
27
|
+
import i1 from "@mui/material/Stack";
|
|
28
|
+
import { A as Y1, a as q1 } from "../AccountStore-BkoLK9Tq.mjs";
|
|
29
|
+
const n1 = () => {
|
|
30
|
+
const [c, h] = d.useState(""), { accounts: C } = Z(), { selectedAccounts: l } = b(), { setSelectedAccount: p, setSelectedMember: u } = z(), { members: H } = T(), { onEvent: f } = D(), a = [...new Set(l.map((t) => t.account_type))], r = l.find((t) => c === t.guid), s = d.useMemo(
|
|
31
31
|
() => l.filter((t) => t.is_hidden),
|
|
32
32
|
[l]
|
|
33
|
-
),
|
|
33
|
+
), L = d.useMemo(
|
|
34
34
|
() => l.filter((t) => t.is_closed),
|
|
35
35
|
[l]
|
|
36
|
-
),
|
|
36
|
+
), g = s.reduce(
|
|
37
37
|
(t, i) => (i.available_balance || i.balance || 0) + t,
|
|
38
38
|
0
|
|
39
|
-
),
|
|
39
|
+
), k = Y(L, C);
|
|
40
40
|
d.useEffect(() => {
|
|
41
|
-
if (
|
|
42
|
-
|
|
43
|
-
const t =
|
|
44
|
-
t &&
|
|
41
|
+
if (r) {
|
|
42
|
+
p(r);
|
|
43
|
+
const t = H.find((i) => i.guid === r?.member_guid) || {};
|
|
44
|
+
t && u(t);
|
|
45
45
|
}
|
|
46
|
-
}, [
|
|
47
|
-
const
|
|
48
|
-
|
|
46
|
+
}, [r, c]);
|
|
47
|
+
const x = (t) => {
|
|
48
|
+
h(t.guid), f(S.ACCOUNTS_CLICK_ACCOUNT, {
|
|
49
49
|
account_guid: t.guid,
|
|
50
50
|
account_type: t.account_type
|
|
51
51
|
});
|
|
52
52
|
}, m = (t) => {
|
|
53
|
-
const i = t === "hidden" ?
|
|
53
|
+
const i = t === "hidden" ? s : L, M = t === "hidden" ? g : k, o = t === "hidden" ? C.account_hidden : C.account_closed;
|
|
54
54
|
return /* @__PURE__ */ e(B, { children: /* @__PURE__ */ e(
|
|
55
55
|
E,
|
|
56
56
|
{
|
|
57
57
|
"aria-label": o,
|
|
58
58
|
subheader: /* @__PURE__ */ e(O, { component: "h2", sx: { backgroundColor: "transparent", px: 24 }, children: /* @__PURE__ */ n(
|
|
59
|
-
|
|
59
|
+
A,
|
|
60
60
|
{
|
|
61
61
|
component: "span",
|
|
62
62
|
direction: "row",
|
|
63
63
|
sx: { justifyContent: "space-between", color: "grey.700" },
|
|
64
64
|
children: [
|
|
65
65
|
/* @__PURE__ */ e(v, { bold: !0, variant: "Body", children: o }),
|
|
66
|
-
/* @__PURE__ */ e(v, { bold: !0, variant: "Body", children: I(
|
|
66
|
+
/* @__PURE__ */ e(v, { bold: !0, variant: "Body", children: I(M, "0,0.00") })
|
|
67
67
|
]
|
|
68
68
|
}
|
|
69
69
|
) }),
|
|
70
|
-
children: /* @__PURE__ */ e(
|
|
71
|
-
const F =
|
|
70
|
+
children: /* @__PURE__ */ e(A, { children: i.map((V, _, j) => {
|
|
71
|
+
const F = _ === j.length - 1;
|
|
72
72
|
return /* @__PURE__ */ n(d.Fragment, { children: [
|
|
73
73
|
/* @__PURE__ */ e(
|
|
74
74
|
W,
|
|
75
75
|
{
|
|
76
76
|
account: V,
|
|
77
|
-
onRowClick: () =>
|
|
77
|
+
onRowClick: () => x(V),
|
|
78
78
|
shouldShowConnectionStatus: !0
|
|
79
79
|
}
|
|
80
80
|
),
|
|
81
81
|
t === "hidden" ? /* @__PURE__ */ e(
|
|
82
|
-
|
|
82
|
+
y,
|
|
83
83
|
{
|
|
84
84
|
sx: {
|
|
85
85
|
mb: F ? 24 : 4,
|
|
@@ -87,7 +87,7 @@ const i1 = () => {
|
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
) : !F && /* @__PURE__ */ e(
|
|
90
|
-
|
|
90
|
+
y,
|
|
91
91
|
{
|
|
92
92
|
sx: {
|
|
93
93
|
mb: 4,
|
|
@@ -101,10 +101,10 @@ const i1 = () => {
|
|
|
101
101
|
) });
|
|
102
102
|
};
|
|
103
103
|
return /* @__PURE__ */ n(B, { sx: { pt: 24 }, children: [
|
|
104
|
-
|
|
104
|
+
a.map((t) => {
|
|
105
105
|
const i = l.filter(
|
|
106
106
|
(o) => o.account_type === t && !o.is_closed && !o.is_hidden
|
|
107
|
-
),
|
|
107
|
+
), M = i.reduce(
|
|
108
108
|
(o, V) => (V.balance || 0) + o,
|
|
109
109
|
0
|
|
110
110
|
);
|
|
@@ -113,34 +113,34 @@ const i1 = () => {
|
|
|
113
113
|
{
|
|
114
114
|
"aria-label": C.account_type_accounts[i[0]?.account_type],
|
|
115
115
|
subheader: /* @__PURE__ */ e(O, { component: "h2", sx: { backgroundColor: "transparent", px: 24 }, children: /* @__PURE__ */ n(
|
|
116
|
-
|
|
116
|
+
A,
|
|
117
117
|
{
|
|
118
118
|
component: "span",
|
|
119
119
|
direction: "row",
|
|
120
120
|
sx: { display: "flex", justifyContent: "space-between" },
|
|
121
121
|
children: [
|
|
122
122
|
/* @__PURE__ */ e(v, { bold: !0, variant: "Body", children: C.account_types[t] }),
|
|
123
|
-
/* @__PURE__ */ e(v, { bold: !0, variant: "Body", children: I(
|
|
123
|
+
/* @__PURE__ */ e(v, { bold: !0, variant: "Body", children: I(M, "0,0.00") })
|
|
124
124
|
]
|
|
125
125
|
}
|
|
126
126
|
) }),
|
|
127
|
-
children: /* @__PURE__ */ e(
|
|
128
|
-
const V = l.indexOf(o) === l.length - 1,
|
|
127
|
+
children: /* @__PURE__ */ e(A, { children: i.map((o) => {
|
|
128
|
+
const V = l.indexOf(o) === l.length - 1, _ = i.indexOf(o) === i.length - 1;
|
|
129
129
|
return /* @__PURE__ */ n(d.Fragment, { children: [
|
|
130
130
|
/* @__PURE__ */ e(
|
|
131
131
|
W,
|
|
132
132
|
{
|
|
133
133
|
account: o,
|
|
134
|
-
onRowClick: () =>
|
|
134
|
+
onRowClick: () => x(o),
|
|
135
135
|
shouldShowConnectionStatus: !0
|
|
136
136
|
}
|
|
137
137
|
),
|
|
138
|
-
(!V ||
|
|
139
|
-
|
|
138
|
+
(!V || L.length > 0 || s.length > 0) && /* @__PURE__ */ e(
|
|
139
|
+
y,
|
|
140
140
|
{
|
|
141
141
|
sx: {
|
|
142
|
-
mb:
|
|
143
|
-
ml:
|
|
142
|
+
mb: _ ? 24 : 4,
|
|
143
|
+
ml: _ ? 24 : 68
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
)
|
|
@@ -150,14 +150,14 @@ const i1 = () => {
|
|
|
150
150
|
t
|
|
151
151
|
);
|
|
152
152
|
}),
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
s.length > 0 && m("hidden"),
|
|
154
|
+
L.length > 0 && m("closed"),
|
|
155
155
|
/* @__PURE__ */ n(
|
|
156
|
-
|
|
156
|
+
Q,
|
|
157
157
|
{
|
|
158
158
|
ariaLabelClose: C.close_account_details_aria,
|
|
159
159
|
isOpen: !!c,
|
|
160
|
-
onClose: () =>
|
|
160
|
+
onClose: () => h(""),
|
|
161
161
|
title: C.account_details,
|
|
162
162
|
children: [
|
|
163
163
|
/* @__PURE__ */ e(P, {}),
|
|
@@ -166,93 +166,95 @@ const i1 = () => {
|
|
|
166
166
|
}
|
|
167
167
|
)
|
|
168
168
|
] });
|
|
169
|
-
},
|
|
170
|
-
const [C, l] = d.useState(!1), [
|
|
169
|
+
}, C1 = w(n1), o1 = ({ onBackClick: c, sx: h = {} }) => {
|
|
170
|
+
const [C, l] = d.useState(!1), [p, u] = d.useState(!1), { config: H } = q(), { accounts: f } = T(), { accounts: a, connect: r } = Z(), { isCopyLoaded: s, isInitialized: L, setSelectedAccounts: g, selectedAccountGuids: k } = b(), { isDesktop: x } = N(), { onEvent: m } = D(), { onLoad: t } = J();
|
|
171
171
|
d.useEffect(() => {
|
|
172
|
-
|
|
173
|
-
}, [f])
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
172
|
+
g(f);
|
|
173
|
+
}, [f]), d.useEffect(() => {
|
|
174
|
+
L && s && t?.("AccountsWidget");
|
|
175
|
+
}, [L, s]);
|
|
176
|
+
const i = () => {
|
|
177
|
+
l(!0), m(S.ACCOUNTS_CLICK_CONNECT);
|
|
178
|
+
}, M = () => {
|
|
179
|
+
u(!0), m(S.ACCOUNTS_CLICK_CONNECT);
|
|
178
180
|
};
|
|
179
|
-
return
|
|
180
|
-
|
|
181
|
+
return s ? /* @__PURE__ */ e(
|
|
182
|
+
X,
|
|
181
183
|
{
|
|
182
184
|
accountOptions: f,
|
|
183
|
-
actions:
|
|
184
|
-
{ iconName: "add", label:
|
|
185
|
+
actions: H.show_connections_widget_in_master ? [
|
|
186
|
+
{ iconName: "add", label: a.add, onClick: i },
|
|
185
187
|
{
|
|
186
188
|
iconName: "credit_card_gear",
|
|
187
|
-
label:
|
|
188
|
-
onClick:
|
|
189
|
+
label: a.manage,
|
|
190
|
+
onClick: M
|
|
189
191
|
}
|
|
190
192
|
] : [],
|
|
191
|
-
onAccountsFilterClick: () => m(
|
|
193
|
+
onAccountsFilterClick: () => m(S.ACCOUNTS_CLICK_FILTER),
|
|
192
194
|
onBackClick: c,
|
|
193
|
-
sx:
|
|
194
|
-
title:
|
|
195
|
-
children:
|
|
196
|
-
/* @__PURE__ */ n(B, { sx: { px:
|
|
197
|
-
|
|
198
|
-
/* @__PURE__ */ e(
|
|
195
|
+
sx: h,
|
|
196
|
+
title: a.title,
|
|
197
|
+
children: L ? /* @__PURE__ */ n(G, { children: [
|
|
198
|
+
/* @__PURE__ */ n(B, { sx: { px: x ? 24 : 12 }, children: [
|
|
199
|
+
k.length < 1 && /* @__PURE__ */ e(v, { display: "flex", justifyContent: "center", my: 24, children: a.no_accounts }),
|
|
200
|
+
/* @__PURE__ */ e(C1, {})
|
|
199
201
|
] }),
|
|
200
202
|
/* @__PURE__ */ e(
|
|
201
203
|
U,
|
|
202
204
|
{
|
|
203
205
|
onClose: () => l(!1),
|
|
204
206
|
showConnectWidget: C,
|
|
205
|
-
title:
|
|
207
|
+
title: r.mini_title
|
|
206
208
|
}
|
|
207
209
|
),
|
|
208
210
|
/* @__PURE__ */ e(
|
|
209
|
-
|
|
211
|
+
e1,
|
|
210
212
|
{
|
|
211
|
-
onClose: () =>
|
|
212
|
-
showConnectionsWidget:
|
|
213
|
-
title:
|
|
213
|
+
onClose: () => u(!1),
|
|
214
|
+
showConnectionsWidget: p,
|
|
215
|
+
title: a.manage_connections
|
|
214
216
|
}
|
|
215
217
|
)
|
|
216
218
|
] }) : /* @__PURE__ */ e(R, {})
|
|
217
219
|
}
|
|
218
220
|
) : /* @__PURE__ */ e(R, {});
|
|
219
|
-
},
|
|
220
|
-
const { visibleAccounts: C } = T(), { accounts: l } =
|
|
221
|
+
}, W1 = w(o1), d1 = ({ onPrimaryCtaClick: c, sx: h }) => {
|
|
222
|
+
const { visibleAccounts: C } = T(), { accounts: l } = Z(), { isCopyLoaded: p, isInitialized: u, selectedAccounts: H, setSelectedAccounts: f } = b(), { isDesktop: a } = N();
|
|
221
223
|
d.useEffect(() => {
|
|
222
224
|
f(C);
|
|
223
225
|
}, [C]);
|
|
224
|
-
const
|
|
225
|
-
() =>
|
|
226
|
-
[
|
|
226
|
+
const r = d.useMemo(
|
|
227
|
+
() => t1(H, a ? 5 : 3),
|
|
228
|
+
[H, a]
|
|
227
229
|
);
|
|
228
|
-
return
|
|
230
|
+
return p ? /* @__PURE__ */ e(
|
|
229
231
|
$,
|
|
230
232
|
{
|
|
231
233
|
className: "mx-exp-accounts-miniwidget",
|
|
232
234
|
onPrimaryCtaClick: c,
|
|
233
235
|
primaryCtaLabel: l.primary_cta,
|
|
234
|
-
sx:
|
|
236
|
+
sx: h,
|
|
235
237
|
title: l.mini_title,
|
|
236
|
-
children:
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
const
|
|
238
|
+
children: u ? /* @__PURE__ */ n(E, { children: [
|
|
239
|
+
H.length === 0 && /* @__PURE__ */ e(l1, { sx: { justifyContent: "center" }, children: l.no_accounts }),
|
|
240
|
+
r.map((s, L) => {
|
|
241
|
+
const g = r.indexOf(s) === r.length - 1;
|
|
240
242
|
return /* @__PURE__ */ n(d.Fragment, { children: [
|
|
241
243
|
/* @__PURE__ */ e(
|
|
242
244
|
W,
|
|
243
245
|
{
|
|
244
|
-
account:
|
|
246
|
+
account: s,
|
|
245
247
|
listItemProps: { sx: { px: 24 } },
|
|
246
248
|
shouldShowConnectionStatus: !0
|
|
247
249
|
}
|
|
248
250
|
),
|
|
249
|
-
!
|
|
250
|
-
] }, `account-item${
|
|
251
|
+
!g && /* @__PURE__ */ e(y, { "aria-hidden": "true", variant: "inset" })
|
|
252
|
+
] }, `account-item${L}`);
|
|
251
253
|
})
|
|
252
254
|
] }) : /* @__PURE__ */ e(R, {})
|
|
253
255
|
}
|
|
254
256
|
) : /* @__PURE__ */ e(R, {});
|
|
255
|
-
},
|
|
257
|
+
}, T1 = w(d1), c1 = () => /* @__PURE__ */ n(
|
|
256
258
|
"svg",
|
|
257
259
|
{
|
|
258
260
|
fill: "none",
|
|
@@ -691,10 +693,10 @@ const i1 = () => {
|
|
|
691
693
|
)
|
|
692
694
|
]
|
|
693
695
|
}
|
|
694
|
-
),
|
|
695
|
-
const { connect: c } =
|
|
696
|
-
return /* @__PURE__ */ n(
|
|
697
|
-
/* @__PURE__ */ e(
|
|
696
|
+
), s1 = () => {
|
|
697
|
+
const { connect: c } = Z();
|
|
698
|
+
return /* @__PURE__ */ n(i1, { alignItems: "center", direction: "column", m: 24, children: [
|
|
699
|
+
/* @__PURE__ */ e(c1, {}),
|
|
698
700
|
/* @__PURE__ */ e(
|
|
699
701
|
v,
|
|
700
702
|
{
|
|
@@ -708,48 +710,48 @@ const i1 = () => {
|
|
|
708
710
|
}
|
|
709
711
|
)
|
|
710
712
|
] });
|
|
711
|
-
},
|
|
713
|
+
}, a1 = w(s1), r1 = ({
|
|
712
714
|
onPrimaryCtaClick: c = () => {
|
|
713
715
|
},
|
|
714
|
-
sx:
|
|
716
|
+
sx: h
|
|
715
717
|
}) => {
|
|
716
|
-
const { isCopyLoaded: C } =
|
|
717
|
-
|
|
718
|
+
const { isCopyLoaded: C } = b(), { connect: l } = Z(), [p, u] = d.useState(!1), H = () => {
|
|
719
|
+
u(!0), c();
|
|
718
720
|
};
|
|
719
721
|
return C ? /* @__PURE__ */ n(
|
|
720
722
|
$,
|
|
721
723
|
{
|
|
722
724
|
className: "mx-exp-connect-miniwidget",
|
|
723
|
-
onPrimaryCtaClick:
|
|
725
|
+
onPrimaryCtaClick: H,
|
|
724
726
|
primaryCtaLabel: l.primary_cta,
|
|
725
|
-
sx:
|
|
727
|
+
sx: h,
|
|
726
728
|
title: l.mini_title,
|
|
727
729
|
children: [
|
|
728
|
-
/* @__PURE__ */ e(
|
|
729
|
-
|
|
730
|
+
/* @__PURE__ */ e(a1, {}),
|
|
731
|
+
p && /* @__PURE__ */ e(
|
|
730
732
|
U,
|
|
731
733
|
{
|
|
732
|
-
onClose: () =>
|
|
733
|
-
showConnectWidget:
|
|
734
|
+
onClose: () => u(!1),
|
|
735
|
+
showConnectWidget: p,
|
|
734
736
|
title: l.mini_title
|
|
735
737
|
}
|
|
736
738
|
)
|
|
737
739
|
]
|
|
738
740
|
}
|
|
739
741
|
) : /* @__PURE__ */ e(R, {});
|
|
740
|
-
},
|
|
742
|
+
}, O1 = w(r1);
|
|
741
743
|
export {
|
|
742
|
-
|
|
744
|
+
Y1 as AccountApi,
|
|
743
745
|
K as AccountDetailsContent,
|
|
744
746
|
P as AccountDetailsHeader,
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
747
|
+
q1 as AccountStore,
|
|
748
|
+
T1 as AccountsMiniWidget,
|
|
749
|
+
W1 as AccountsWidget,
|
|
750
|
+
O1 as ConnectMiniWidget,
|
|
751
|
+
K1 as FieldType,
|
|
752
|
+
z1 as MemberConnectionStatus,
|
|
753
|
+
$1 as getAccountBalanceDetails,
|
|
754
|
+
j1 as getAccountDetailFields,
|
|
753
755
|
z as useAccountUiStore,
|
|
754
|
-
|
|
756
|
+
N1 as useGetMergeableAccounts
|
|
755
757
|
};
|