@mx-cartographer/experiences 8.0.0-alpha.bb4 → 8.0.0-alpha.sms2
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/{Account-B4CDD-zq.mjs → Account-Cp30A3ad.mjs} +1 -1
- package/dist/AccountDetailsContent-C1HumFnW.mjs +683 -0
- package/dist/{AccountDetailsHeader-DRjFuyJT.mjs → AccountDetailsHeader-NMx79DGs.mjs} +17 -17
- package/dist/{AccountFields-Cl4KHoSj.mjs → AccountFields-CW6cIthP.mjs} +8 -8
- package/dist/AccountListItem-DxmAs98Z.mjs +90 -0
- package/dist/{AccountStore-HbVblv86.mjs → AccountStore-hIs-yA6W.mjs} +3 -3
- package/dist/{Accounts-CRUehOiy.mjs → Accounts-DUHkUyK4.mjs} +1 -1
- package/dist/{BudgetUtil-Jv8h9H9l.mjs → BudgetUtil-CIDAPPPT.mjs} +30 -30
- package/dist/{CashflowStore-CA190BPF.mjs → CashflowStore-naOtJcwo.mjs} +22 -15
- package/dist/{CategorySelectorDrawer-Dl006GKy.mjs → CategorySelectorDrawer-DqDAA_5I.mjs} +26 -26
- package/dist/{ConnectDrawer-DVp54lUH.mjs → ConnectDrawer-Dn1MlqLz.mjs} +60 -61
- package/dist/{ConnectionsDrawer-Dsc04-4Z.mjs → ConnectionsDrawer-CSo6AFkG.mjs} +2 -2
- package/dist/CurrencyInput-BrGvhgVK.mjs +85 -0
- package/dist/{DebtsStore-pL63fmdT.mjs → DebtsStore-hi1cqrRk.mjs} +3 -3
- package/dist/{Drawer-BF40nbsH.mjs → Drawer-Dqe5EqvA.mjs} +6 -6
- package/dist/{ExportCsvAction-QhQK4_FU.mjs → ExportCsvAction-CQ1grpwo.mjs} +3 -3
- package/dist/{FinstrongStore-BGf36b0z.mjs → FinstrongStore-dKZOZ2hM.mjs} +3 -3
- package/dist/{GoalStore-C1-w3Y1E.mjs → GoalStore-CFeAJloA.mjs} +3 -3
- package/dist/HeaderCell-DjuifqHJ.mjs +6 -0
- package/dist/{Help-DBfsTkAi.mjs → Help-i4OasOO-.mjs} +176 -158
- package/dist/{LineChart-C1PxNf7P.mjs → LineChart-bc1D9xBE.mjs} +78 -78
- package/dist/Loader-BSWSYqvn.mjs +24 -0
- package/dist/{ManageIncome-8EsStyIQ.mjs → ManageIncome-D_qVX5dN.mjs} +44 -44
- package/dist/{MiniWidgetContainer-CKzf_Ira.mjs → MiniWidgetContainer-D7MkHG15.mjs} +12 -12
- package/dist/{NetWorthStore-Bti6u-d9.mjs → NetWorthStore-8FFC1Bs0.mjs} +2 -2
- package/dist/{NotificationSettings-B74rQVYC.mjs → NotificationSettings-BsWiYD94.mjs} +67 -67
- package/dist/{OriginalBalanceAction-2Y_3U_mg.mjs → OriginalBalanceAction-62e0mU_3.mjs} +7 -7
- package/dist/{RecurringSettings-DAncu--R.mjs → RecurringSettings-RfZ8Wuhh.mjs} +3 -3
- package/dist/{RecurringTransactions-CxcSL1dY.mjs → RecurringTransactions-Bhx56aA3.mjs} +76 -76
- package/dist/{RecurringTransactionsStore-CNFxyGB6.mjs → RecurringTransactionsStore-D3EOKZ2B.mjs} +1 -1
- package/dist/{ResponsiveButton-Cn6-R7ue.mjs → ResponsiveButton-C6KH8JH4.mjs} +1 -1
- package/dist/SearchBox-B2_zLv8-.mjs +42 -0
- package/dist/{SingleSegmentDonut-7Uy6VEld.mjs → SingleSegmentDonut-PsRQPkmV.mjs} +1 -1
- package/dist/{SpendingLegend-6FqtMcBV.mjs → SpendingLegend-CZzDb-7d.mjs} +10 -10
- package/dist/TransactionDetails-Duv1X9ec.mjs +1379 -0
- package/dist/{TransactionStore-DbwAutwC.mjs → TransactionStore-DgLrYW4C.mjs} +3 -3
- package/dist/{User-BklmOUSd.mjs → User-DqNX2GAK.mjs} +107 -107
- package/dist/{ViewMoreMicroCard-DAkyNRlD.mjs → ViewMoreMicroCard-CH9E-jOx.mjs} +178 -177
- package/dist/{WidgetContainer-CDh9fjpR.mjs → WidgetContainer-B1Jzb4XA.mjs} +6 -6
- package/dist/accounts/index.es.js +45 -45
- package/dist/analytics/index.es.js +22 -22
- package/dist/budgets/index.es.js +266 -265
- package/dist/cashflow/index.es.js +155 -154
- package/dist/categories/index.es.js +1 -1
- package/dist/common/components/Loader.d.ts +2 -1
- package/dist/common/components/accountfilter/AccountFilterOptions.d.ts +1 -1
- package/dist/common/components/barchart/Bar.d.ts +25 -0
- package/dist/common/components/barchart/BarChart.d.ts +34 -0
- package/dist/common/components/barchart/BarColumn.d.ts +37 -0
- package/dist/common/components/barchart/Legend.d.ts +8 -0
- package/dist/common/components/barchart/Util.d.ts +42 -0
- package/dist/common/components/barchart/index.d.ts +1 -0
- package/dist/common/components/charts/linechart/CustomMark.d.ts +1 -1
- package/dist/common/components/index.d.ts +1 -0
- package/dist/common/index.es.js +659 -394
- package/dist/common/utils/Theme.d.ts +3 -1
- package/dist/dashboard/index.es.js +21 -21
- package/dist/debts/components/DebtsChart.d.ts +2 -1
- package/dist/debts/index.es.js +438 -438
- package/dist/{exportTransactionsToCSV-BgV_wTLT.mjs → exportTransactionsToCSV-BFpuIAXW.mjs} +1 -1
- package/dist/finstrong/index.es.js +113 -113
- package/dist/goals/index.es.js +379 -385
- package/dist/help/components/content/BottomImageContent.d.ts +1 -1
- package/dist/help/components/content/LeftImageContent.d.ts +1 -1
- package/dist/help/components/content/RightImageContent.d.ts +1 -1
- package/dist/help/components/content/TopImageContent.d.ts +1 -1
- package/dist/help/index.es.js +3 -3
- package/dist/investments/index.es.js +279 -278
- package/dist/merchants/index.es.js +16 -16
- package/dist/microinsights/index.es.js +1 -1
- package/dist/networth/components/NetWorthChange.d.ts +1 -3
- package/dist/networth/index.es.js +185 -191
- package/dist/notifications/index.es.js +29 -29
- package/dist/recurringtransactions/index.es.js +82 -82
- package/dist/settings/index.es.js +254 -254
- package/dist/spending/index.es.js +43 -43
- package/dist/transactions/components/shared/transactionlist/DateRow.d.ts +7 -0
- package/dist/transactions/index.es.js +150 -149
- package/dist/trends/index.es.js +297 -296
- package/dist/{useAccountDisplayName-CcIp09Xc.mjs → useAccountDisplayName-usSZCQ7I.mjs} +1 -1
- package/dist/{useCombineEvents-kNzLTWCp.mjs → useCombineEvents-CRwX-qWE.mjs} +2 -2
- package/dist/{useScreenSize-B5afALev.mjs → useScreenSize-B6JyS_Lj.mjs} +1 -1
- package/package.json +30 -30
- package/dist/AccountDetailsContent-adZTkM52.mjs +0 -683
- package/dist/AccountListItem-wgmlex-_.mjs +0 -90
- package/dist/CurrencyInput-D1cjbdCI.mjs +0 -85
- package/dist/HeaderCell-P8w6CmfO.mjs +0 -6
- package/dist/Loader-Ckqi9Rx6.mjs +0 -21
- package/dist/SearchBox-B7km148n.mjs +0 -39
- package/dist/TransactionDetails-Bn0qY5Hw.mjs +0 -1336
|
@@ -4,7 +4,7 @@ import N from "@mui/material/Box";
|
|
|
4
4
|
import it from "@mui/material/Accordion";
|
|
5
5
|
import nt from "@mui/material/AccordionDetails";
|
|
6
6
|
import st from "@mui/material/AccordionSummary";
|
|
7
|
-
import
|
|
7
|
+
import $ from "@mui/material/Button";
|
|
8
8
|
import M from "@mui/material/Divider";
|
|
9
9
|
import C from "@mui/material/Grid";
|
|
10
10
|
import K from "@mui/material/List";
|
|
@@ -21,13 +21,13 @@ import { observer as rt } from "mobx-react-lite";
|
|
|
21
21
|
import at from "@mui/material/Alert";
|
|
22
22
|
import ct from "@mui/material/Snackbar";
|
|
23
23
|
import lt from "@mui/material/TextField";
|
|
24
|
-
import { D as U } from "./Drawer-
|
|
25
|
-
import { L as dt } from "./Loader-
|
|
24
|
+
import { D as U } from "./Drawer-Dqe5EqvA.mjs";
|
|
25
|
+
import { L as dt } from "./Loader-BSWSYqvn.mjs";
|
|
26
26
|
import Nt from "@mui/material/ListItemAvatar";
|
|
27
27
|
import Ot from "@mui/material/ListItem";
|
|
28
28
|
import Dt from "@mui/material/ListItemIcon";
|
|
29
29
|
import Lt from "@mui/material/ListItemText";
|
|
30
|
-
import { u as Rt } from "./useScreenSize-
|
|
30
|
+
import { u as Rt } from "./useScreenSize-B6JyS_Lj.mjs";
|
|
31
31
|
const kt = (e, i, n) => {
|
|
32
32
|
const l = i.reduce((c, { institution_guid: d }) => (c[d] = (c[d] || 0) + 1, c), {});
|
|
33
33
|
return e.filter(({ guid: c }) => !!l[c]).map(({ guid: c, ...d }) => {
|
|
@@ -61,7 +61,7 @@ const kt = (e, i, n) => {
|
|
|
61
61
|
children: [
|
|
62
62
|
/* @__PURE__ */ _(E, { children: [
|
|
63
63
|
/* @__PURE__ */ t(y, { children: c }),
|
|
64
|
-
/* @__PURE__ */ t(H, { variant: "
|
|
64
|
+
/* @__PURE__ */ t(H, { variant: "Body", children: l })
|
|
65
65
|
] }),
|
|
66
66
|
i && /* @__PURE__ */ t(
|
|
67
67
|
E,
|
|
@@ -72,15 +72,15 @@ const kt = (e, i, n) => {
|
|
|
72
72
|
md: 0
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
|
-
children: /* @__PURE__ */ t(
|
|
75
|
+
children: /* @__PURE__ */ t($, { "aria-label": e, onClick: d, variant: "contained", children: e })
|
|
76
76
|
}
|
|
77
77
|
)
|
|
78
78
|
]
|
|
79
79
|
}
|
|
80
80
|
),
|
|
81
81
|
/* @__PURE__ */ t(E, { sx: { flexDirection: { xs: "column", md: "row" }, gap: 12 }, children: [0, 1].map((w) => {
|
|
82
|
-
const O = w === 0 ? 0 : v, D = w === 0 ? v : n.length,
|
|
83
|
-
return /* @__PURE__ */ t(E, { sx: { flex: 1, gap: 12, maxWidth: { md: "calc(50% - 6px)" } }, children:
|
|
82
|
+
const O = w === 0 ? 0 : v, D = w === 0 ? v : n.length, q = n.slice(O, D);
|
|
83
|
+
return /* @__PURE__ */ t(E, { sx: { flex: 1, gap: 12, maxWidth: { md: "calc(50% - 6px)" } }, children: q.map(({ guid: G, icon: x, topics: S, title: B }, R) => {
|
|
84
84
|
const P = R + O;
|
|
85
85
|
return /* @__PURE__ */ _(
|
|
86
86
|
it,
|
|
@@ -89,7 +89,7 @@ const kt = (e, i, n) => {
|
|
|
89
89
|
expanded: P === h,
|
|
90
90
|
onChange: (L, W) => f(W ? P : null),
|
|
91
91
|
sx: (L) => ({
|
|
92
|
-
border: `1px solid ${L.palette.
|
|
92
|
+
border: `1px solid ${L.palette.border?.light}`,
|
|
93
93
|
borderRadius: "8px !important",
|
|
94
94
|
"&:before": {
|
|
95
95
|
opacity: 0
|
|
@@ -108,7 +108,7 @@ const kt = (e, i, n) => {
|
|
|
108
108
|
sx: { height: 64, p: "14px 24px" },
|
|
109
109
|
children: /* @__PURE__ */ _(E, { sx: { alignItems: "center", flexDirection: "row", gap: 12 }, children: [
|
|
110
110
|
/* @__PURE__ */ t(X, { name: x, size: 24 }),
|
|
111
|
-
/* @__PURE__ */ t(T, { variant: "
|
|
111
|
+
/* @__PURE__ */ t(T, { variant: "Body", children: B })
|
|
112
112
|
] })
|
|
113
113
|
}
|
|
114
114
|
),
|
|
@@ -128,13 +128,13 @@ const kt = (e, i, n) => {
|
|
|
128
128
|
onClick: () => g({ guid: G, category: B, pageTitle: L, topicKey: W }),
|
|
129
129
|
sx: {
|
|
130
130
|
pl: "6px !important",
|
|
131
|
-
borderColor: "
|
|
131
|
+
borderColor: "border.light",
|
|
132
132
|
"&:last-child": {
|
|
133
133
|
border: "none !important",
|
|
134
134
|
borderBottomRightRadius: 7
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
|
-
children: /* @__PURE__ */ t(T, { color: "secondary", variant: "
|
|
137
|
+
children: /* @__PURE__ */ t(T, { color: "secondary", variant: "Small", children: L })
|
|
138
138
|
},
|
|
139
139
|
W
|
|
140
140
|
)) })
|
|
@@ -158,11 +158,14 @@ const kt = (e, i, n) => {
|
|
|
158
158
|
const g = Z();
|
|
159
159
|
return /* @__PURE__ */ _(r.Fragment, { children: [
|
|
160
160
|
/* @__PURE__ */ t(N, { sx: { pb: 48, ...d }, children: /* @__PURE__ */ _(C, { container: !0, rowSpacing: 24, children: [
|
|
161
|
-
/* @__PURE__ */ t(C, {
|
|
161
|
+
/* @__PURE__ */ t(C, { item: !0, lg: 12, md: 12, sm: 12, xs: 12, children: i }),
|
|
162
162
|
/* @__PURE__ */ t(
|
|
163
163
|
C,
|
|
164
164
|
{
|
|
165
|
-
|
|
165
|
+
item: !0,
|
|
166
|
+
lg: c,
|
|
167
|
+
md: 12,
|
|
168
|
+
sm: 12,
|
|
166
169
|
sx: {
|
|
167
170
|
m: "0 auto",
|
|
168
171
|
[g.breakpoints.between("sm", "lg")]: {
|
|
@@ -177,6 +180,7 @@ const kt = (e, i, n) => {
|
|
|
177
180
|
}
|
|
178
181
|
}
|
|
179
182
|
},
|
|
183
|
+
xs: 12,
|
|
180
184
|
children: /* @__PURE__ */ t("img", { alt: e, src: l })
|
|
181
185
|
}
|
|
182
186
|
)
|
|
@@ -194,25 +198,25 @@ const kt = (e, i, n) => {
|
|
|
194
198
|
const { help: g } = V();
|
|
195
199
|
return /* @__PURE__ */ _(r.Fragment, { children: [
|
|
196
200
|
/* @__PURE__ */ _(C, { container: !0, sx: { alignItems: "center", justifyContent: "space-between" }, children: [
|
|
197
|
-
/* @__PURE__ */ _(C, {
|
|
201
|
+
/* @__PURE__ */ _(C, { item: !0, sm: 6, xs: 12, children: [
|
|
198
202
|
/* @__PURE__ */ t(y, { color: "text.primary", children: c }),
|
|
199
203
|
/* @__PURE__ */ _(
|
|
200
204
|
xt,
|
|
201
205
|
{
|
|
202
|
-
separator: /* @__PURE__ */ t(T, { bold: !0, color: "grey.600", sx: { fontWeight: 700 }, variant: "
|
|
206
|
+
separator: /* @__PURE__ */ t(T, { bold: !0, color: "grey.600", sx: { fontWeight: 700 }, variant: "Small", children: "/" }),
|
|
203
207
|
children: [
|
|
204
208
|
/* @__PURE__ */ t(
|
|
205
209
|
T,
|
|
206
210
|
{
|
|
207
211
|
bold: !0,
|
|
208
|
-
color: "primary.
|
|
212
|
+
color: "primary.lighter",
|
|
209
213
|
onClick: n,
|
|
210
214
|
sx: { cursor: "pointer", fontWeight: 700 },
|
|
211
|
-
variant: "
|
|
215
|
+
variant: "Small",
|
|
212
216
|
children: g.list_title
|
|
213
217
|
}
|
|
214
218
|
),
|
|
215
|
-
/* @__PURE__ */ t(T, { bold: !0, color: "text.secondary", sx: { fontWeight: 700 }, variant: "
|
|
219
|
+
/* @__PURE__ */ t(T, { bold: !0, color: "text.secondary", sx: { fontWeight: 700 }, variant: "Small", children: d })
|
|
216
220
|
]
|
|
217
221
|
}
|
|
218
222
|
)
|
|
@@ -220,13 +224,15 @@ const kt = (e, i, n) => {
|
|
|
220
224
|
i && /* @__PURE__ */ t(
|
|
221
225
|
C,
|
|
222
226
|
{
|
|
223
|
-
|
|
227
|
+
item: !0,
|
|
228
|
+
sm: 6,
|
|
224
229
|
sx: {
|
|
225
230
|
display: "flex",
|
|
226
231
|
justifyContent: { sm: "flex-end" },
|
|
227
232
|
mt: { xs: 24, sm: 0 }
|
|
228
233
|
},
|
|
229
|
-
|
|
234
|
+
xs: 12,
|
|
235
|
+
children: /* @__PURE__ */ t($, { "aria-label": e, onClick: l, variant: "contained", children: e })
|
|
230
236
|
}
|
|
231
237
|
)
|
|
232
238
|
] }),
|
|
@@ -246,7 +252,10 @@ const kt = (e, i, n) => {
|
|
|
246
252
|
/* @__PURE__ */ t(
|
|
247
253
|
C,
|
|
248
254
|
{
|
|
249
|
-
|
|
255
|
+
item: !0,
|
|
256
|
+
lg: c,
|
|
257
|
+
md: 12,
|
|
258
|
+
sm: 12,
|
|
250
259
|
sx: {
|
|
251
260
|
alignSelf: "stretch",
|
|
252
261
|
[g.breakpoints.between("sm", "lg")]: {
|
|
@@ -261,10 +270,11 @@ const kt = (e, i, n) => {
|
|
|
261
270
|
}
|
|
262
271
|
}
|
|
263
272
|
},
|
|
273
|
+
xs: 12,
|
|
264
274
|
children: /* @__PURE__ */ t("img", { alt: e, src: l })
|
|
265
275
|
}
|
|
266
276
|
),
|
|
267
|
-
/* @__PURE__ */ t(C, {
|
|
277
|
+
/* @__PURE__ */ t(C, { item: !0, lg: 12 - c, md: 12, sm: 12, xs: 12, children: i })
|
|
268
278
|
] }) }),
|
|
269
279
|
n && /* @__PURE__ */ t(M, {})
|
|
270
280
|
] });
|
|
@@ -286,11 +296,14 @@ const kt = (e, i, n) => {
|
|
|
286
296
|
const g = Z();
|
|
287
297
|
return /* @__PURE__ */ _(r.Fragment, { children: [
|
|
288
298
|
/* @__PURE__ */ t(N, { sx: { pb: 48, ...d }, children: /* @__PURE__ */ _(C, { container: !0, spacing: 24, sx: { alignItems: "flex-start" }, children: [
|
|
289
|
-
/* @__PURE__ */ t(C, {
|
|
299
|
+
/* @__PURE__ */ t(C, { item: !0, lg: 12 - c, md: 12, sm: 12, xs: 12, children: i }),
|
|
290
300
|
/* @__PURE__ */ t(
|
|
291
301
|
C,
|
|
292
302
|
{
|
|
293
|
-
|
|
303
|
+
item: !0,
|
|
304
|
+
lg: c,
|
|
305
|
+
md: 12,
|
|
306
|
+
sm: 12,
|
|
294
307
|
sx: {
|
|
295
308
|
[g.breakpoints.between("sm", "lg")]: {
|
|
296
309
|
display: "flex",
|
|
@@ -303,6 +316,7 @@ const kt = (e, i, n) => {
|
|
|
303
316
|
}
|
|
304
317
|
}
|
|
305
318
|
},
|
|
319
|
+
xs: 12,
|
|
306
320
|
children: /* @__PURE__ */ t("img", { alt: e, src: l })
|
|
307
321
|
}
|
|
308
322
|
)
|
|
@@ -323,7 +337,10 @@ const kt = (e, i, n) => {
|
|
|
323
337
|
/* @__PURE__ */ t(
|
|
324
338
|
C,
|
|
325
339
|
{
|
|
326
|
-
|
|
340
|
+
item: !0,
|
|
341
|
+
lg: c,
|
|
342
|
+
md: 12,
|
|
343
|
+
sm: 12,
|
|
327
344
|
sx: {
|
|
328
345
|
m: "0 auto",
|
|
329
346
|
[g.breakpoints.between("sm", "lg")]: {
|
|
@@ -338,14 +355,15 @@ const kt = (e, i, n) => {
|
|
|
338
355
|
}
|
|
339
356
|
}
|
|
340
357
|
},
|
|
358
|
+
xs: 12,
|
|
341
359
|
children: /* @__PURE__ */ t("img", { alt: e, src: l })
|
|
342
360
|
}
|
|
343
361
|
),
|
|
344
|
-
/* @__PURE__ */ t(C, {
|
|
362
|
+
/* @__PURE__ */ t(C, { item: !0, lg: 12, md: 12, sm: 12, xs: 12, children: i })
|
|
345
363
|
] }) }),
|
|
346
364
|
n && /* @__PURE__ */ t(M, {})
|
|
347
365
|
] });
|
|
348
|
-
}, o = ({ content: e, sx: i }) => /* @__PURE__ */ t(H, { sx: { lineHeight: "24px", py: 6, ...i }, children: e }),
|
|
366
|
+
}, o = ({ content: e, sx: i }) => /* @__PURE__ */ t(H, { sx: { lineHeight: "24px", py: 6, ...i }, children: e }), m = ({ content: e, sx: i }) => /* @__PURE__ */ t(y, { color: "text.primary", sx: { py: 12, whiteSpace: { sm: "nowrap", xs: "wrap" }, ...i }, children: e }), a = ({
|
|
349
367
|
items: e,
|
|
350
368
|
listType: i = "ul",
|
|
351
369
|
subItemPlacement: n,
|
|
@@ -357,46 +375,46 @@ const kt = (e, i, n) => {
|
|
|
357
375
|
/* @__PURE__ */ t(o, { content: h, sx: { py: 1 } }),
|
|
358
376
|
n === f ? /* @__PURE__ */ t(g, { ...c === "ol" && { type: "a" }, children: l.map((v, w) => /* @__PURE__ */ t("li", { children: /* @__PURE__ */ t(o, { content: v, sx: { py: 1 } }) }, w)) }) : null
|
|
359
377
|
] }, f)) }) });
|
|
360
|
-
},
|
|
361
|
-
ACCOUNT_DETAILS: `${
|
|
362
|
-
ACCOUNT_OVERVIEW: `${
|
|
363
|
-
ACCOUNT_BROKEN_CONNECTION: `${
|
|
364
|
-
ACCOUNT_MANAGE_CONNECTIONS: `${
|
|
365
|
-
BUDGETS_ADD_SUB_BUDGET: `${
|
|
366
|
-
BUDGETS_WIDGET: `${
|
|
367
|
-
BUDGETS_EDIT_INCOME: `${
|
|
368
|
-
CASHFLOW_WIDGET: `${
|
|
369
|
-
CASHFLOW_EXPENSE_DETAILS: `${
|
|
370
|
-
CASHFLOW_MANAGE_EXPENSES: `${
|
|
371
|
-
DEBTS_DETAILS: `${
|
|
372
|
-
DEBTS_OVERVIEW: `${
|
|
373
|
-
DEBTS_PRIORITIZATION: `${
|
|
374
|
-
DEBTS_SNOWBALL_METHOD: `${
|
|
375
|
-
GENERAL_CATEGORIZE_TRANSACTIONS: `${
|
|
376
|
-
GOALS_CREATE_GOAL: `${
|
|
377
|
-
GOALS_DEBT_GOALS: `${
|
|
378
|
-
GOALS_MANAGE_GOALS: `${
|
|
379
|
-
GOALS_RETIREMENT_GOALS: `${
|
|
380
|
-
GOALS_SAVINGS_GOALS: `${
|
|
381
|
-
INSIGHTS_CAROUSEL: `${
|
|
382
|
-
INSIGHTS_FEED: `${
|
|
383
|
-
INVESTMENTS_WIDGET_DETAILS: `${
|
|
384
|
-
MOBILE_ADD_MOBILE_DEVICE: `${
|
|
385
|
-
NETWORTH_ASSETS_LIABILITIES: `${
|
|
386
|
-
NETWORTH_GAINS_LOSSES: `${
|
|
387
|
-
NETWORTH_WIDGET: `${
|
|
388
|
-
NOTIFICATIONS_MANAGING: `${
|
|
389
|
-
NOTIFICATIONS_OVERVIEW: `${
|
|
390
|
-
RECURRING_TRANSACTIONS_EXPENSE_DETAILS: `${
|
|
391
|
-
RECURRING_TRANSACTIONS_MANAGE_EXPENSES: `${
|
|
392
|
-
RECURRING_TRANSACTIONS_OVERVIEW: `${
|
|
393
|
-
SPENDING_WIDGET: `${
|
|
394
|
-
TRANSACTIONS_CATEGORIZE: `${
|
|
395
|
-
TRANSACTIONS_EDIT: `${
|
|
396
|
-
TRANSACTIONS_EXPORT: `${
|
|
397
|
-
TRANSACTIONS_OVERVIEW: `${
|
|
398
|
-
TRANSACTIONS_RULES: `${
|
|
399
|
-
TRENDS_WIDGET: `${
|
|
378
|
+
}, u = "https://content.moneydesktop.com/storage/MD_Assets/md/help", p = {
|
|
379
|
+
ACCOUNT_DETAILS: `${u}/account/AccountDetails.png`,
|
|
380
|
+
ACCOUNT_OVERVIEW: `${u}/account/AccountsOverview.png`,
|
|
381
|
+
ACCOUNT_BROKEN_CONNECTION: `${u}/account/BrokenConnection.png`,
|
|
382
|
+
ACCOUNT_MANAGE_CONNECTIONS: `${u}/account/ManageConnections.png`,
|
|
383
|
+
BUDGETS_ADD_SUB_BUDGET: `${u}/budgets/AddSubBudget.png`,
|
|
384
|
+
BUDGETS_WIDGET: `${u}/budgets/BudgetWidget.png`,
|
|
385
|
+
BUDGETS_EDIT_INCOME: `${u}/budgets/EditIncome.png`,
|
|
386
|
+
CASHFLOW_WIDGET: `${u}/cashflow/CashFlowWidget.png`,
|
|
387
|
+
CASHFLOW_EXPENSE_DETAILS: `${u}/cashflow/ExpenseDetailsCurrent.png`,
|
|
388
|
+
CASHFLOW_MANAGE_EXPENSES: `${u}/cashflow/ManageExpenses.png`,
|
|
389
|
+
DEBTS_DETAILS: `${u}/debts/DebtDetails.png`,
|
|
390
|
+
DEBTS_OVERVIEW: `${u}/debts/DebtOverview.png`,
|
|
391
|
+
DEBTS_PRIORITIZATION: `${u}/debts/DebtPrioritization.png`,
|
|
392
|
+
DEBTS_SNOWBALL_METHOD: `${u}/debts/SnowballMethod.png`,
|
|
393
|
+
GENERAL_CATEGORIZE_TRANSACTIONS: `${u}/general/CategorizeTransactions.png`,
|
|
394
|
+
GOALS_CREATE_GOAL: `${u}/goals/CreateGoal.png`,
|
|
395
|
+
GOALS_DEBT_GOALS: `${u}/goals/DebtGoals.png`,
|
|
396
|
+
GOALS_MANAGE_GOALS: `${u}/goals/ManageGoals.png`,
|
|
397
|
+
GOALS_RETIREMENT_GOALS: `${u}/goals/RetirementGoals.png`,
|
|
398
|
+
GOALS_SAVINGS_GOALS: `${u}/goals/SavingsGoals.png`,
|
|
399
|
+
INSIGHTS_CAROUSEL: `${u}/insights/InsightsCarousel.png`,
|
|
400
|
+
INSIGHTS_FEED: `${u}/insights/InsightsFeed.png`,
|
|
401
|
+
INVESTMENTS_WIDGET_DETAILS: `${u}/investments/WidgetDetails.png`,
|
|
402
|
+
MOBILE_ADD_MOBILE_DEVICE: `${u}/mobile/AddMobileDevice.png`,
|
|
403
|
+
NETWORTH_ASSETS_LIABILITIES: `${u}/networth/AssetsLiabilities.png`,
|
|
404
|
+
NETWORTH_GAINS_LOSSES: `${u}/networth/GainsLosses.png`,
|
|
405
|
+
NETWORTH_WIDGET: `${u}/networth/NetWorthWidget.png`,
|
|
406
|
+
NOTIFICATIONS_MANAGING: `${u}/notifications/ManagingNotifications.png`,
|
|
407
|
+
NOTIFICATIONS_OVERVIEW: `${u}/notifications/NotificationOverview.png`,
|
|
408
|
+
RECURRING_TRANSACTIONS_EXPENSE_DETAILS: `${u}/recurringtransactions/expenseDetails.png`,
|
|
409
|
+
RECURRING_TRANSACTIONS_MANAGE_EXPENSES: `${u}/recurringtransactions/manageExpenses.png`,
|
|
410
|
+
RECURRING_TRANSACTIONS_OVERVIEW: `${u}/recurringtransactions/overview.png`,
|
|
411
|
+
SPENDING_WIDGET: `${u}/spending/SpendingWidget.png`,
|
|
412
|
+
TRANSACTIONS_CATEGORIZE: `${u}/transactions/CategorizeTransactions.png`,
|
|
413
|
+
TRANSACTIONS_EDIT: `${u}/transactions/EditTransactions.png`,
|
|
414
|
+
TRANSACTIONS_EXPORT: `${u}/transactions/ExportTransactions.png`,
|
|
415
|
+
TRANSACTIONS_OVERVIEW: `${u}/transactions/Overview.png`,
|
|
416
|
+
TRANSACTIONS_RULES: `${u}/transactions/TransactionRules.png`,
|
|
417
|
+
TRENDS_WIDGET: `${u}/trends/TrendsWidget.png`
|
|
400
418
|
}, Bt = ({ copy: e, topicKey: i }) => ({
|
|
401
419
|
"accounts-overview": /* @__PURE__ */ _(r.Fragment, { children: [
|
|
402
420
|
/* @__PURE__ */ t(
|
|
@@ -420,7 +438,7 @@ const kt = (e, i, n) => {
|
|
|
420
438
|
imageLargeBreakPoint: 5
|
|
421
439
|
}
|
|
422
440
|
),
|
|
423
|
-
/* @__PURE__ */ t(
|
|
441
|
+
/* @__PURE__ */ t(m, { content: e.accounts_overview.edit_account_title, sx: { pt: 48 } }),
|
|
424
442
|
/* @__PURE__ */ t(
|
|
425
443
|
A,
|
|
426
444
|
{
|
|
@@ -455,7 +473,7 @@ const kt = (e, i, n) => {
|
|
|
455
473
|
imageLargeBreakPoint: 3
|
|
456
474
|
}
|
|
457
475
|
),
|
|
458
|
-
/* @__PURE__ */ t(
|
|
476
|
+
/* @__PURE__ */ t(m, { content: e.accounts_overview.add_account_title, sx: { pt: 48 } }),
|
|
459
477
|
/* @__PURE__ */ t(
|
|
460
478
|
F,
|
|
461
479
|
{
|
|
@@ -495,7 +513,7 @@ const kt = (e, i, n) => {
|
|
|
495
513
|
)
|
|
496
514
|
}
|
|
497
515
|
),
|
|
498
|
-
/* @__PURE__ */ t(
|
|
516
|
+
/* @__PURE__ */ t(m, { content: e.accounts_overview.hide_account_title }),
|
|
499
517
|
/* @__PURE__ */ t(
|
|
500
518
|
a,
|
|
501
519
|
{
|
|
@@ -512,7 +530,7 @@ const kt = (e, i, n) => {
|
|
|
512
530
|
listType: "ol"
|
|
513
531
|
}
|
|
514
532
|
),
|
|
515
|
-
/* @__PURE__ */ t(
|
|
533
|
+
/* @__PURE__ */ t(m, { content: e.accounts_overview.unhide_account_title }),
|
|
516
534
|
/* @__PURE__ */ t(
|
|
517
535
|
a,
|
|
518
536
|
{
|
|
@@ -608,8 +626,8 @@ const kt = (e, i, n) => {
|
|
|
608
626
|
b,
|
|
609
627
|
{
|
|
610
628
|
content: /* @__PURE__ */ _(r.Fragment, { children: [
|
|
611
|
-
/* @__PURE__ */ t(
|
|
612
|
-
/* @__PURE__ */ t(
|
|
629
|
+
/* @__PURE__ */ t(m, { content: e.seeing_duplicate_accounts.warning_title }),
|
|
630
|
+
/* @__PURE__ */ t(m, { content: e.seeing_duplicate_accounts.instructions_title }),
|
|
613
631
|
/* @__PURE__ */ t(
|
|
614
632
|
a,
|
|
615
633
|
{
|
|
@@ -663,7 +681,7 @@ const kt = (e, i, n) => {
|
|
|
663
681
|
image: p.BUDGETS_WIDGET
|
|
664
682
|
}
|
|
665
683
|
),
|
|
666
|
-
/* @__PURE__ */ t(
|
|
684
|
+
/* @__PURE__ */ t(m, { content: n.adjusting_income_title, sx: { pt: 48 } }),
|
|
667
685
|
/* @__PURE__ */ t(
|
|
668
686
|
A,
|
|
669
687
|
{
|
|
@@ -690,7 +708,7 @@ const kt = (e, i, n) => {
|
|
|
690
708
|
image: p.BUDGETS_EDIT_INCOME
|
|
691
709
|
}
|
|
692
710
|
),
|
|
693
|
-
/* @__PURE__ */ t(
|
|
711
|
+
/* @__PURE__ */ t(m, { content: n.create_budget_title, sx: { pt: 48 } }),
|
|
694
712
|
/* @__PURE__ */ t(
|
|
695
713
|
k,
|
|
696
714
|
{
|
|
@@ -768,7 +786,7 @@ const kt = (e, i, n) => {
|
|
|
768
786
|
}
|
|
769
787
|
),
|
|
770
788
|
/* @__PURE__ */ t(
|
|
771
|
-
|
|
789
|
+
m,
|
|
772
790
|
{
|
|
773
791
|
content: e.cashflow_overview.manage_expenses_section_title,
|
|
774
792
|
sx: { pt: 48 }
|
|
@@ -1008,22 +1026,22 @@ const kt = (e, i, n) => {
|
|
|
1008
1026
|
};
|
|
1009
1027
|
return /* @__PURE__ */ _(r.Fragment, { children: [
|
|
1010
1028
|
n.overviewSection,
|
|
1011
|
-
/* @__PURE__ */ t(
|
|
1029
|
+
/* @__PURE__ */ t(m, { content: i.snowball_method_title, sx: { pt: 48 } }),
|
|
1012
1030
|
n.snowballMethod,
|
|
1013
|
-
/* @__PURE__ */ t(
|
|
1031
|
+
/* @__PURE__ */ t(m, { content: i.debt_prioritization, sx: { pt: 48 } }),
|
|
1014
1032
|
n.debtPrioritization,
|
|
1015
|
-
/* @__PURE__ */ t(
|
|
1033
|
+
/* @__PURE__ */ t(m, { content: i.debt_chart, sx: { pt: 48 } }),
|
|
1016
1034
|
n.debtChart,
|
|
1017
|
-
/* @__PURE__ */ t(
|
|
1035
|
+
/* @__PURE__ */ t(m, { content: i.debt_list, sx: { pt: 48 } }),
|
|
1018
1036
|
n.debtList,
|
|
1019
|
-
/* @__PURE__ */ t(
|
|
1037
|
+
/* @__PURE__ */ t(m, { content: i.debt_details, sx: { pt: 48 } }),
|
|
1020
1038
|
n.debtDetails,
|
|
1021
|
-
/* @__PURE__ */ t(
|
|
1039
|
+
/* @__PURE__ */ t(m, { content: i.hiding_accounts, sx: { pt: 48 } }),
|
|
1022
1040
|
n.hidingAccounts,
|
|
1023
|
-
/* @__PURE__ */ t(
|
|
1041
|
+
/* @__PURE__ */ t(m, { content: i.extra_payments, sx: { pt: 48 } }),
|
|
1024
1042
|
n.extraPayments
|
|
1025
1043
|
] });
|
|
1026
|
-
},
|
|
1044
|
+
}, qt = ({ topicKey: e, copy: i }) => {
|
|
1027
1045
|
const { general_faqs: n } = i;
|
|
1028
1046
|
return {
|
|
1029
1047
|
"is-my-data-private-and-secure": /* @__PURE__ */ t(
|
|
@@ -1175,7 +1193,7 @@ const kt = (e, i, n) => {
|
|
|
1175
1193
|
}
|
|
1176
1194
|
)
|
|
1177
1195
|
}[e];
|
|
1178
|
-
},
|
|
1196
|
+
}, $t = ({ copy: e }) => {
|
|
1179
1197
|
const { goal_widget_overview: i } = e;
|
|
1180
1198
|
return /* @__PURE__ */ _(r.Fragment, { children: [
|
|
1181
1199
|
/* @__PURE__ */ t(o, { content: i.goals_overview_title }),
|
|
@@ -1183,7 +1201,7 @@ const kt = (e, i, n) => {
|
|
|
1183
1201
|
b,
|
|
1184
1202
|
{
|
|
1185
1203
|
content: /* @__PURE__ */ _(r.Fragment, { children: [
|
|
1186
|
-
/* @__PURE__ */ t(
|
|
1204
|
+
/* @__PURE__ */ t(m, { content: i.setting_goals_section_title }),
|
|
1187
1205
|
/* @__PURE__ */ t(o, { content: `${i.setting_goals_title_text}:` }),
|
|
1188
1206
|
/* @__PURE__ */ t(
|
|
1189
1207
|
a,
|
|
@@ -1208,7 +1226,7 @@ const kt = (e, i, n) => {
|
|
|
1208
1226
|
hasDivider: !0
|
|
1209
1227
|
}
|
|
1210
1228
|
),
|
|
1211
|
-
/* @__PURE__ */ t(
|
|
1229
|
+
/* @__PURE__ */ t(m, { content: i.create_goal_section_title, sx: { pt: 48 } }),
|
|
1212
1230
|
/* @__PURE__ */ t(
|
|
1213
1231
|
F,
|
|
1214
1232
|
{
|
|
@@ -1242,7 +1260,7 @@ const kt = (e, i, n) => {
|
|
|
1242
1260
|
imageLargeBreakPoint: 10
|
|
1243
1261
|
}
|
|
1244
1262
|
),
|
|
1245
|
-
/* @__PURE__ */ t(
|
|
1263
|
+
/* @__PURE__ */ t(m, { content: i.savings_goal_section_title, sx: { pt: 48 } }),
|
|
1246
1264
|
/* @__PURE__ */ t(
|
|
1247
1265
|
A,
|
|
1248
1266
|
{
|
|
@@ -1266,7 +1284,7 @@ const kt = (e, i, n) => {
|
|
|
1266
1284
|
imageLargeBreakPoint: 3
|
|
1267
1285
|
}
|
|
1268
1286
|
),
|
|
1269
|
-
/* @__PURE__ */ t(
|
|
1287
|
+
/* @__PURE__ */ t(m, { content: i.debt_payoff_goal_section_title, sx: { pt: 48 } }),
|
|
1270
1288
|
/* @__PURE__ */ t(
|
|
1271
1289
|
A,
|
|
1272
1290
|
{
|
|
@@ -1292,7 +1310,7 @@ const kt = (e, i, n) => {
|
|
|
1292
1310
|
imageLargeBreakPoint: 3
|
|
1293
1311
|
}
|
|
1294
1312
|
),
|
|
1295
|
-
/* @__PURE__ */ t(
|
|
1313
|
+
/* @__PURE__ */ t(m, { content: i.retirement_goal_section_title, sx: { pt: 48 } }),
|
|
1296
1314
|
/* @__PURE__ */ t(
|
|
1297
1315
|
A,
|
|
1298
1316
|
{
|
|
@@ -1320,7 +1338,7 @@ const kt = (e, i, n) => {
|
|
|
1320
1338
|
}
|
|
1321
1339
|
),
|
|
1322
1340
|
/* @__PURE__ */ t(
|
|
1323
|
-
|
|
1341
|
+
m,
|
|
1324
1342
|
{
|
|
1325
1343
|
content: i.adjusting_contribution_priorities_section_title,
|
|
1326
1344
|
sx: { pt: 48 }
|
|
@@ -1358,7 +1376,7 @@ const kt = (e, i, n) => {
|
|
|
1358
1376
|
}
|
|
1359
1377
|
)
|
|
1360
1378
|
] });
|
|
1361
|
-
},
|
|
1379
|
+
}, zt = ({ copy: e }) => {
|
|
1362
1380
|
const i = e.investments;
|
|
1363
1381
|
return {
|
|
1364
1382
|
overviewSection: /* @__PURE__ */ t(
|
|
@@ -1462,7 +1480,7 @@ const kt = (e, i, n) => {
|
|
|
1462
1480
|
}
|
|
1463
1481
|
),
|
|
1464
1482
|
/* @__PURE__ */ t(
|
|
1465
|
-
|
|
1483
|
+
m,
|
|
1466
1484
|
{
|
|
1467
1485
|
content: i.preventing_app_crashes_section_title,
|
|
1468
1486
|
sx: { pt: 48 }
|
|
@@ -1521,7 +1539,7 @@ const kt = (e, i, n) => {
|
|
|
1521
1539
|
{
|
|
1522
1540
|
content: /* @__PURE__ */ _(r.Fragment, { children: [
|
|
1523
1541
|
/* @__PURE__ */ t(
|
|
1524
|
-
|
|
1542
|
+
m,
|
|
1525
1543
|
{
|
|
1526
1544
|
content: n.net_worth_history_section_title,
|
|
1527
1545
|
sx: { pt: 48 }
|
|
@@ -1540,7 +1558,7 @@ const kt = (e, i, n) => {
|
|
|
1540
1558
|
] })
|
|
1541
1559
|
}
|
|
1542
1560
|
),
|
|
1543
|
-
/* @__PURE__ */ t(
|
|
1561
|
+
/* @__PURE__ */ t(m, { content: n.gains_losses_section_title, sx: { mt: 36 } }),
|
|
1544
1562
|
/* @__PURE__ */ t(
|
|
1545
1563
|
A,
|
|
1546
1564
|
{
|
|
@@ -1576,7 +1594,7 @@ const kt = (e, i, n) => {
|
|
|
1576
1594
|
}
|
|
1577
1595
|
),
|
|
1578
1596
|
/* @__PURE__ */ t(
|
|
1579
|
-
|
|
1597
|
+
m,
|
|
1580
1598
|
{
|
|
1581
1599
|
content: n.assets_liabilities_section_title,
|
|
1582
1600
|
sx: { mt: 36 }
|
|
@@ -1645,7 +1663,7 @@ const kt = (e, i, n) => {
|
|
|
1645
1663
|
}
|
|
1646
1664
|
),
|
|
1647
1665
|
/* @__PURE__ */ t(
|
|
1648
|
-
|
|
1666
|
+
m,
|
|
1649
1667
|
{
|
|
1650
1668
|
content: e.notifications_overview.managing_notifications_section_title,
|
|
1651
1669
|
sx: { pt: 48 }
|
|
@@ -1682,7 +1700,7 @@ const kt = (e, i, n) => {
|
|
|
1682
1700
|
b,
|
|
1683
1701
|
{
|
|
1684
1702
|
content: /* @__PURE__ */ _(r.Fragment, { children: [
|
|
1685
|
-
/* @__PURE__ */ t(
|
|
1703
|
+
/* @__PURE__ */ t(m, { content: e.notifications_overview.notification_work_section_title }),
|
|
1686
1704
|
/* @__PURE__ */ t(
|
|
1687
1705
|
a,
|
|
1688
1706
|
{
|
|
@@ -1714,7 +1732,7 @@ const kt = (e, i, n) => {
|
|
|
1714
1732
|
b,
|
|
1715
1733
|
{
|
|
1716
1734
|
content: /* @__PURE__ */ _(r.Fragment, { children: [
|
|
1717
|
-
/* @__PURE__ */ t(
|
|
1735
|
+
/* @__PURE__ */ t(m, { content: e.notifications_overview.verify_email_section_title }),
|
|
1718
1736
|
/* @__PURE__ */ t(
|
|
1719
1737
|
a,
|
|
1720
1738
|
{
|
|
@@ -1818,11 +1836,11 @@ const kt = (e, i, n) => {
|
|
|
1818
1836
|
};
|
|
1819
1837
|
return /* @__PURE__ */ _(r.Fragment, { children: [
|
|
1820
1838
|
n.overviewSsction,
|
|
1821
|
-
/* @__PURE__ */ t(
|
|
1839
|
+
/* @__PURE__ */ t(m, { content: i.calendar_title, sx: { pt: 48 } }),
|
|
1822
1840
|
n.calendarSection,
|
|
1823
|
-
/* @__PURE__ */ t(
|
|
1841
|
+
/* @__PURE__ */ t(m, { content: i.edit_recurring_transaction_title, sx: { pt: 48 } }),
|
|
1824
1842
|
n.editSsction,
|
|
1825
|
-
/* @__PURE__ */ t(
|
|
1843
|
+
/* @__PURE__ */ t(m, { content: i.payment_frequency_title, sx: { pt: 48 } }),
|
|
1826
1844
|
n.paymentFrequencySection
|
|
1827
1845
|
] });
|
|
1828
1846
|
}, Xt = ({ copy: e, topicKey: i }) => {
|
|
@@ -1859,7 +1877,7 @@ const kt = (e, i, n) => {
|
|
|
1859
1877
|
b,
|
|
1860
1878
|
{
|
|
1861
1879
|
content: /* @__PURE__ */ _(r.Fragment, { children: [
|
|
1862
|
-
/* @__PURE__ */ t(
|
|
1880
|
+
/* @__PURE__ */ t(m, { content: n.date_range_section_title }),
|
|
1863
1881
|
/* @__PURE__ */ t(o, { content: n.date_range_section }),
|
|
1864
1882
|
/* @__PURE__ */ t(
|
|
1865
1883
|
a,
|
|
@@ -1961,7 +1979,7 @@ const kt = (e, i, n) => {
|
|
|
1961
1979
|
}
|
|
1962
1980
|
),
|
|
1963
1981
|
/* @__PURE__ */ t(
|
|
1964
|
-
|
|
1982
|
+
m,
|
|
1965
1983
|
{
|
|
1966
1984
|
content: e.transactions_widget_overview.edit_transactions_title,
|
|
1967
1985
|
sx: { pt: 48 }
|
|
@@ -2013,7 +2031,7 @@ const kt = (e, i, n) => {
|
|
|
2013
2031
|
}
|
|
2014
2032
|
),
|
|
2015
2033
|
/* @__PURE__ */ t(
|
|
2016
|
-
|
|
2034
|
+
m,
|
|
2017
2035
|
{
|
|
2018
2036
|
content: e.transactions_widget_overview.categorizing_transactions_title,
|
|
2019
2037
|
sx: { pt: 48 }
|
|
@@ -2056,7 +2074,7 @@ const kt = (e, i, n) => {
|
|
|
2056
2074
|
}
|
|
2057
2075
|
),
|
|
2058
2076
|
/* @__PURE__ */ t(
|
|
2059
|
-
|
|
2077
|
+
m,
|
|
2060
2078
|
{
|
|
2061
2079
|
content: e.transactions_widget_overview.transaction_rules_title,
|
|
2062
2080
|
sx: { pt: 48 }
|
|
@@ -2145,7 +2163,7 @@ const kt = (e, i, n) => {
|
|
|
2145
2163
|
b,
|
|
2146
2164
|
{
|
|
2147
2165
|
content: /* @__PURE__ */ _(r.Fragment, { children: [
|
|
2148
|
-
/* @__PURE__ */ t(
|
|
2166
|
+
/* @__PURE__ */ t(m, { content: e.transactions_widget_overview.split_transactions_title }),
|
|
2149
2167
|
/* @__PURE__ */ t(o, { content: e.transactions_widget_overview.split_transactions_description }),
|
|
2150
2168
|
/* @__PURE__ */ t(
|
|
2151
2169
|
o,
|
|
@@ -2338,7 +2356,7 @@ const kt = (e, i, n) => {
|
|
|
2338
2356
|
b,
|
|
2339
2357
|
{
|
|
2340
2358
|
content: /* @__PURE__ */ _(r.Fragment, { children: [
|
|
2341
|
-
/* @__PURE__ */ t(
|
|
2359
|
+
/* @__PURE__ */ t(m, { content: e.trends_widget_overview.exploring_trends_title }),
|
|
2342
2360
|
/* @__PURE__ */ t(
|
|
2343
2361
|
a,
|
|
2344
2362
|
{
|
|
@@ -2358,7 +2376,7 @@ const kt = (e, i, n) => {
|
|
|
2358
2376
|
b,
|
|
2359
2377
|
{
|
|
2360
2378
|
content: /* @__PURE__ */ _(r.Fragment, { children: [
|
|
2361
|
-
/* @__PURE__ */ t(
|
|
2379
|
+
/* @__PURE__ */ t(m, { content: e.trends_widget_overview.list_view_title }),
|
|
2362
2380
|
/* @__PURE__ */ t(o, { content: e.trends_widget_overview.list_view_description }),
|
|
2363
2381
|
/* @__PURE__ */ t(
|
|
2364
2382
|
a,
|
|
@@ -2383,7 +2401,7 @@ const kt = (e, i, n) => {
|
|
|
2383
2401
|
b,
|
|
2384
2402
|
{
|
|
2385
2403
|
content: /* @__PURE__ */ _(r.Fragment, { children: [
|
|
2386
|
-
/* @__PURE__ */ t(
|
|
2404
|
+
/* @__PURE__ */ t(m, { content: n.insights_work_section_title }),
|
|
2387
2405
|
/* @__PURE__ */ t(o, { content: n.insights_work_description }),
|
|
2388
2406
|
/* @__PURE__ */ t(
|
|
2389
2407
|
a,
|
|
@@ -2414,7 +2432,7 @@ const kt = (e, i, n) => {
|
|
|
2414
2432
|
sx: { pt: 8 }
|
|
2415
2433
|
}
|
|
2416
2434
|
),
|
|
2417
|
-
/* @__PURE__ */ t(
|
|
2435
|
+
/* @__PURE__ */ t(m, { content: n.dashboard_insights_section_title, sx: { mt: 48 } }),
|
|
2418
2436
|
/* @__PURE__ */ t(
|
|
2419
2437
|
k,
|
|
2420
2438
|
{
|
|
@@ -2436,7 +2454,7 @@ const kt = (e, i, n) => {
|
|
|
2436
2454
|
image: p.INSIGHTS_CAROUSEL
|
|
2437
2455
|
}
|
|
2438
2456
|
),
|
|
2439
|
-
/* @__PURE__ */ t(
|
|
2457
|
+
/* @__PURE__ */ t(m, { content: n.full_feed_section_title, sx: { mt: 48 } }),
|
|
2440
2458
|
/* @__PURE__ */ t(
|
|
2441
2459
|
A,
|
|
2442
2460
|
{
|
|
@@ -2477,7 +2495,7 @@ const kt = (e, i, n) => {
|
|
|
2477
2495
|
imageLargeBreakPoint: 3
|
|
2478
2496
|
}
|
|
2479
2497
|
),
|
|
2480
|
-
/* @__PURE__ */ t(
|
|
2498
|
+
/* @__PURE__ */ t(m, { content: n.hide_insights_section_title, sx: { mt: 48 } }),
|
|
2481
2499
|
/* @__PURE__ */ t(
|
|
2482
2500
|
b,
|
|
2483
2501
|
{
|
|
@@ -2504,10 +2522,10 @@ const kt = (e, i, n) => {
|
|
|
2504
2522
|
budgets: Pt,
|
|
2505
2523
|
cashflow: Wt,
|
|
2506
2524
|
debts: Mt,
|
|
2507
|
-
general:
|
|
2508
|
-
goals:
|
|
2525
|
+
general: qt,
|
|
2526
|
+
goals: $t,
|
|
2509
2527
|
insights: Jt,
|
|
2510
|
-
investments:
|
|
2528
|
+
investments: zt,
|
|
2511
2529
|
mobile: Ht,
|
|
2512
2530
|
networth: Ut,
|
|
2513
2531
|
recurring_transactions: jt,
|
|
@@ -2557,15 +2575,15 @@ const kt = (e, i, n) => {
|
|
|
2557
2575
|
/* @__PURE__ */ _(N, { children: [
|
|
2558
2576
|
/* @__PURE__ */ _(E, { gap: 4, sx: { alignItems: "center", flexDirection: "row" }, children: [
|
|
2559
2577
|
i && /* @__PURE__ */ t(X, { name: "help", size: 20, sx: { color: "text.primary" } }),
|
|
2560
|
-
/* @__PURE__ */ t(T, { color: "text.primary", variant: "
|
|
2578
|
+
/* @__PURE__ */ t(T, { color: "text.primary", variant: "H3", children: d })
|
|
2561
2579
|
] }),
|
|
2562
|
-
n && /* @__PURE__ */ t(T, { color: "text.primary", variant: "
|
|
2580
|
+
n && /* @__PURE__ */ t(T, { color: "text.primary", variant: "H3", children: n })
|
|
2563
2581
|
] }),
|
|
2564
|
-
/* @__PURE__ */ t(T, { color: "text.secondary", sx: { whiteSpace: "wrap" }, variant: "
|
|
2582
|
+
/* @__PURE__ */ t(T, { color: "text.secondary", sx: { whiteSpace: "wrap" }, variant: "Small", children: c })
|
|
2565
2583
|
]
|
|
2566
2584
|
}
|
|
2567
2585
|
),
|
|
2568
|
-
e && /* @__PURE__ */ t(H, { color: "text.secondary", sx: { px: 24 }, variant: "
|
|
2586
|
+
e && /* @__PURE__ */ t(H, { color: "text.secondary", sx: { px: 24 }, variant: "Small", children: e })
|
|
2569
2587
|
] }), yt = ({
|
|
2570
2588
|
alert: e,
|
|
2571
2589
|
copy: i,
|
|
@@ -2578,7 +2596,7 @@ const kt = (e, i, n) => {
|
|
|
2578
2596
|
setAlert: f,
|
|
2579
2597
|
topic: v
|
|
2580
2598
|
}) => {
|
|
2581
|
-
const [w, O] = r.useState(""), D = () => !c && g(),
|
|
2599
|
+
const [w, O] = r.useState(""), D = () => !c && g(), q = () => {
|
|
2582
2600
|
O(""), h(w);
|
|
2583
2601
|
}, G = l ? i.request_support_institution_short_content : i.request_support_contact_short_content;
|
|
2584
2602
|
return /* @__PURE__ */ _(
|
|
@@ -2587,7 +2605,7 @@ const kt = (e, i, n) => {
|
|
|
2587
2605
|
isOpen: d,
|
|
2588
2606
|
isPrimaryDisabled: !w || !n,
|
|
2589
2607
|
onClose: D,
|
|
2590
|
-
onPrimaryAction:
|
|
2608
|
+
onPrimaryAction: q,
|
|
2591
2609
|
onSecondaryAction: D,
|
|
2592
2610
|
secondaryColor: "primary",
|
|
2593
2611
|
title: i.request_support,
|
|
@@ -2633,7 +2651,7 @@ const kt = (e, i, n) => {
|
|
|
2633
2651
|
fontWeight: 400,
|
|
2634
2652
|
whiteSpace: "wrap"
|
|
2635
2653
|
},
|
|
2636
|
-
variant: "
|
|
2654
|
+
variant: "ParagraphSmall",
|
|
2637
2655
|
children: i.request_contact_support_warning
|
|
2638
2656
|
}
|
|
2639
2657
|
) })
|
|
@@ -2673,7 +2691,7 @@ const kt = (e, i, n) => {
|
|
|
2673
2691
|
sx: { p: "14px 24px", height: 64 },
|
|
2674
2692
|
children: /* @__PURE__ */ _(E, { sx: { alignItems: "center", flexDirection: "row", gap: 12 }, children: [
|
|
2675
2693
|
/* @__PURE__ */ t(X, { name: c, size: 24 }),
|
|
2676
|
-
/* @__PURE__ */ t(T, { variant: "
|
|
2694
|
+
/* @__PURE__ */ t(T, { variant: "Body", children: g })
|
|
2677
2695
|
] })
|
|
2678
2696
|
}
|
|
2679
2697
|
),
|
|
@@ -2691,13 +2709,13 @@ const kt = (e, i, n) => {
|
|
|
2691
2709
|
divider: !0,
|
|
2692
2710
|
onClick: () => i(f, v),
|
|
2693
2711
|
sx: {
|
|
2694
|
-
borderColor: "
|
|
2712
|
+
borderColor: "border.light",
|
|
2695
2713
|
"&:last-child": {
|
|
2696
2714
|
border: "none",
|
|
2697
2715
|
borderBottomRightRadius: 7
|
|
2698
2716
|
}
|
|
2699
2717
|
},
|
|
2700
|
-
children: /* @__PURE__ */ t(T, { color: "secondary", variant: "
|
|
2718
|
+
children: /* @__PURE__ */ t(T, { color: "secondary", variant: "Small", children: f })
|
|
2701
2719
|
},
|
|
2702
2720
|
w
|
|
2703
2721
|
)) })
|
|
@@ -2736,7 +2754,7 @@ const kt = (e, i, n) => {
|
|
|
2736
2754
|
label: e.popular_topics_missing_institution_fields[S.toString()]
|
|
2737
2755
|
})), D = () => {
|
|
2738
2756
|
f(et), w(Y), n();
|
|
2739
|
-
},
|
|
2757
|
+
}, q = (x) => {
|
|
2740
2758
|
const {
|
|
2741
2759
|
target: { name: S, value: B }
|
|
2742
2760
|
} = x;
|
|
@@ -2780,7 +2798,7 @@ const kt = (e, i, n) => {
|
|
|
2780
2798
|
helperText: h[S] || "",
|
|
2781
2799
|
label: x,
|
|
2782
2800
|
name: S,
|
|
2783
|
-
onChange:
|
|
2801
|
+
onChange: q,
|
|
2784
2802
|
value: v[S]
|
|
2785
2803
|
},
|
|
2786
2804
|
S
|
|
@@ -2811,9 +2829,9 @@ const kt = (e, i, n) => {
|
|
|
2811
2829
|
Lt,
|
|
2812
2830
|
{
|
|
2813
2831
|
primary: e,
|
|
2814
|
-
primaryTypographyProps: { style: { ...c }, variant: "
|
|
2832
|
+
primaryTypographyProps: { style: { ...c }, variant: "Body" },
|
|
2815
2833
|
secondary: n,
|
|
2816
|
-
secondaryTypographyProps: { variant: "
|
|
2834
|
+
secondaryTypographyProps: { variant: "XSmall" }
|
|
2817
2835
|
}
|
|
2818
2836
|
),
|
|
2819
2837
|
/* @__PURE__ */ t(Dt, { children: /* @__PURE__ */ t(wt, {}) })
|
|
@@ -2860,7 +2878,7 @@ const kt = (e, i, n) => {
|
|
|
2860
2878
|
fontWeight: "bold",
|
|
2861
2879
|
gutterBottom: !0,
|
|
2862
2880
|
sx: { ml: 24 },
|
|
2863
|
-
variant: "
|
|
2881
|
+
variant: "XSmall",
|
|
2864
2882
|
children: e.request_support_institution_topic_label
|
|
2865
2883
|
}
|
|
2866
2884
|
),
|
|
@@ -2875,11 +2893,11 @@ const kt = (e, i, n) => {
|
|
|
2875
2893
|
{
|
|
2876
2894
|
color: "text.secondary",
|
|
2877
2895
|
sx: { whiteSpace: "wrap", fontWeight: 400, textAlign: "center" },
|
|
2878
|
-
variant: "
|
|
2896
|
+
variant: "ParagraphSmall",
|
|
2879
2897
|
children: e.request_support_footer_short_content
|
|
2880
2898
|
}
|
|
2881
2899
|
),
|
|
2882
|
-
/* @__PURE__ */ t(
|
|
2900
|
+
/* @__PURE__ */ t($, { onClick: i, sx: { ...n, mt: 24 }, children: e.request_support_footer_button })
|
|
2883
2901
|
] });
|
|
2884
2902
|
}, oe = () => ({
|
|
2885
2903
|
fontWeight: 600,
|
|
@@ -2922,7 +2940,7 @@ const kt = (e, i, n) => {
|
|
|
2922
2940
|
sx: {
|
|
2923
2941
|
fontWeight: 600
|
|
2924
2942
|
},
|
|
2925
|
-
variant: "
|
|
2943
|
+
variant: "Body",
|
|
2926
2944
|
children: s(e.request_support_institution_message_title, i)
|
|
2927
2945
|
}
|
|
2928
2946
|
),
|
|
@@ -2934,7 +2952,7 @@ const kt = (e, i, n) => {
|
|
|
2934
2952
|
fontWeight: 400,
|
|
2935
2953
|
mt: 2
|
|
2936
2954
|
},
|
|
2937
|
-
variant: "
|
|
2955
|
+
variant: "ParagraphSmall",
|
|
2938
2956
|
children: s(e.request_support_institution_message, i)
|
|
2939
2957
|
}
|
|
2940
2958
|
)
|
|
@@ -2942,8 +2960,8 @@ const kt = (e, i, n) => {
|
|
|
2942
2960
|
}
|
|
2943
2961
|
),
|
|
2944
2962
|
/* @__PURE__ */ _(E, { direction: "column", spacing: 8, sx: { mx: 24 }, children: [
|
|
2945
|
-
/* @__PURE__ */ t(
|
|
2946
|
-
/* @__PURE__ */ t(
|
|
2963
|
+
/* @__PURE__ */ t($, { onClick: c, variant: "contained", children: g.done_button }),
|
|
2964
|
+
/* @__PURE__ */ t($, { onClick: l, variant: "text", children: e.request_support_institution_back })
|
|
2947
2965
|
] })
|
|
2948
2966
|
] });
|
|
2949
2967
|
}, ae = ({
|
|
@@ -2958,28 +2976,28 @@ const kt = (e, i, n) => {
|
|
|
2958
2976
|
/* @__PURE__ */ t(E, { sx: { alignItems: "center", pb: 24, pt: 80 }, children: /* @__PURE__ */ t(X, { color: "success", fill: !0, name: "check_circle", size: 64 }) }),
|
|
2959
2977
|
/* @__PURE__ */ _(E, { sx: { alignItems: "center", gap: 16, pb: 48 }, children: [
|
|
2960
2978
|
/* @__PURE__ */ t(_t, { children: e.request_support_success }),
|
|
2961
|
-
/* @__PURE__ */ t(H, { align: "center", variant: "
|
|
2962
|
-
/* @__PURE__ */ t(T, { bold: !0, variant: "
|
|
2979
|
+
/* @__PURE__ */ t(H, { align: "center", variant: "Body", children: e.request_support_submit_success_message }),
|
|
2980
|
+
/* @__PURE__ */ t(T, { bold: !0, variant: "Body", children: i })
|
|
2963
2981
|
] }),
|
|
2964
|
-
/* @__PURE__ */ t(
|
|
2965
|
-
/* @__PURE__ */ t(
|
|
2982
|
+
/* @__PURE__ */ t($, { fullWidth: !0, onClick: c, variant: "contained", children: d.done_button }),
|
|
2983
|
+
/* @__PURE__ */ t($, { fullWidth: !0, onClick: l, sx: { mt: 8 }, children: e.request_support_institution_back })
|
|
2966
2984
|
] }) });
|
|
2967
2985
|
}, ce = rt(
|
|
2968
2986
|
({ copy: e, isOpen: i, onClose: n }) => {
|
|
2969
|
-
const { alert: l, createSupportTicket: c, isLoading: d, setAlert: g } = tt(), { user: h } = St(), { isInitialized: f } = It(), [v, w] = r.useState(""), [O, D] = r.useState(!1), [
|
|
2987
|
+
const { alert: l, createSupportTicket: c, isLoading: d, setAlert: g } = tt(), { user: h } = St(), { isInitialized: f } = It(), [v, w] = r.useState(""), [O, D] = r.useState(!1), [q, G] = r.useState(!1), [x, S] = r.useState({
|
|
2970
2988
|
isOpen: !1,
|
|
2971
2989
|
topic: "",
|
|
2972
2990
|
type: void 0
|
|
2973
2991
|
}), B = Ct.map((I) => ({
|
|
2974
2992
|
...I,
|
|
2975
2993
|
title: e.help_by_category_list[I.guid].label,
|
|
2976
|
-
topics: I.topics.map(({ type:
|
|
2977
|
-
type:
|
|
2994
|
+
topics: I.topics.map(({ type: z }, pt) => ({
|
|
2995
|
+
type: z,
|
|
2978
2996
|
label: e.help_by_category_list[I.guid].topics[pt]
|
|
2979
2997
|
}))
|
|
2980
|
-
})), R = Object.keys(e.popular_topics_list).map((I,
|
|
2998
|
+
})), R = Object.keys(e.popular_topics_list).map((I, z) => ({
|
|
2981
2999
|
name: e.popular_topics_list[I],
|
|
2982
|
-
type: At[
|
|
3000
|
+
type: At[z].type
|
|
2983
3001
|
})), P = () => {
|
|
2984
3002
|
w(""), S({ isOpen: !1, topic: "", type: void 0 });
|
|
2985
3003
|
}, L = (I) => {
|
|
@@ -2988,11 +3006,11 @@ const kt = (e, i, n) => {
|
|
|
2988
3006
|
message: v ? `Institution: ${v}, ${I}` : I,
|
|
2989
3007
|
title: x.topic || "Contact Support"
|
|
2990
3008
|
});
|
|
2991
|
-
}, W = (I,
|
|
2992
|
-
|
|
2993
|
-
},
|
|
3009
|
+
}, W = (I, z) => {
|
|
3010
|
+
z === "other" ? G(!0) : S({ isOpen: !0, topic: I, type: z });
|
|
3011
|
+
}, mt = () => {
|
|
2994
3012
|
g(""), D(!1), G(!1), P();
|
|
2995
|
-
},
|
|
3013
|
+
}, ut = (I) => {
|
|
2996
3014
|
if (!h.email) {
|
|
2997
3015
|
g(e.request_support_email_not_exists_message, "error");
|
|
2998
3016
|
return;
|
|
@@ -3019,7 +3037,7 @@ const kt = (e, i, n) => {
|
|
|
3019
3037
|
fontWeight: "bold",
|
|
3020
3038
|
gutterBottom: !0,
|
|
3021
3039
|
sx: { ml: 24 },
|
|
3022
|
-
variant: "
|
|
3040
|
+
variant: "XSmall",
|
|
3023
3041
|
children: e.popular_topics
|
|
3024
3042
|
}
|
|
3025
3043
|
),
|
|
@@ -3038,7 +3056,7 @@ const kt = (e, i, n) => {
|
|
|
3038
3056
|
fontWeight: "bold",
|
|
3039
3057
|
gutterBottom: !0,
|
|
3040
3058
|
sx: { m: "24px 0px 0px 24px" },
|
|
3041
|
-
variant: "
|
|
3059
|
+
variant: "XSmall",
|
|
3042
3060
|
children: e.help_by_category
|
|
3043
3061
|
}
|
|
3044
3062
|
),
|
|
@@ -3078,9 +3096,9 @@ const kt = (e, i, n) => {
|
|
|
3078
3096
|
ie,
|
|
3079
3097
|
{
|
|
3080
3098
|
copy: e,
|
|
3081
|
-
isOpen:
|
|
3099
|
+
isOpen: q,
|
|
3082
3100
|
onClose: () => G(!1),
|
|
3083
|
-
onSave:
|
|
3101
|
+
onSave: ut
|
|
3084
3102
|
}
|
|
3085
3103
|
),
|
|
3086
3104
|
/* @__PURE__ */ t(
|
|
@@ -3104,7 +3122,7 @@ const kt = (e, i, n) => {
|
|
|
3104
3122
|
onBack: () => {
|
|
3105
3123
|
g(""), x.type === "internal" && D(!1);
|
|
3106
3124
|
},
|
|
3107
|
-
onClose:
|
|
3125
|
+
onClose: mt
|
|
3108
3126
|
}
|
|
3109
3127
|
),
|
|
3110
3128
|
/* @__PURE__ */ t(
|
|
@@ -3120,7 +3138,7 @@ const kt = (e, i, n) => {
|
|
|
3120
3138
|
)
|
|
3121
3139
|
] }) });
|
|
3122
3140
|
}
|
|
3123
|
-
),
|
|
3141
|
+
), qe = ({ sx: e = {} }) => {
|
|
3124
3142
|
const { help: i } = V(), { helpCategories: n } = tt(), { isMobile: l } = Rt(), { config: c } = Tt(), [d, g] = r.useState(!1), [h, f] = r.useState(null), v = (O) => f(O), w = () => g(!0);
|
|
3125
3143
|
return /* @__PURE__ */ _(N, { sx: { pt: 24, px: l ? 24 : 0, ...e }, children: [
|
|
3126
3144
|
h ? /* @__PURE__ */ t(
|
|
@@ -3155,5 +3173,5 @@ const kt = (e, i, n) => {
|
|
|
3155
3173
|
] });
|
|
3156
3174
|
};
|
|
3157
3175
|
export {
|
|
3158
|
-
|
|
3176
|
+
qe as H
|
|
3159
3177
|
};
|