@mx-cartographer/experiences 7.2.14-alpha.san5 → 7.2.14-alpha.san6
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as i, Fragment as z, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import C from "@mui/material/Box";
|
|
3
3
|
import u from "@mui/material/Stack";
|
|
4
4
|
import { useTheme as E, alpha as fe } from "@mui/material/styles";
|
|
@@ -77,11 +77,11 @@ const zo = ({
|
|
|
77
77
|
dataIndex: r,
|
|
78
78
|
arcColor: n,
|
|
79
79
|
arcStartAngle: o,
|
|
80
|
-
totalAngularSpan:
|
|
81
|
-
centerX:
|
|
82
|
-
centerY:
|
|
80
|
+
totalAngularSpan: l,
|
|
81
|
+
centerX: a,
|
|
82
|
+
centerY: s,
|
|
83
83
|
arcRadius: p,
|
|
84
|
-
innerArcRadius:
|
|
84
|
+
innerArcRadius: c,
|
|
85
85
|
outterArcRadius: d,
|
|
86
86
|
progressEndAngle: _,
|
|
87
87
|
unitsPerSegment: h,
|
|
@@ -94,7 +94,7 @@ const zo = ({
|
|
|
94
94
|
{ offset: "83.46%", color: f.palette.chartMono.chartMono5 }
|
|
95
95
|
], [y, D] = Dn(
|
|
96
96
|
t,
|
|
97
|
-
|
|
97
|
+
l,
|
|
98
98
|
o,
|
|
99
99
|
r
|
|
100
100
|
), [g, x] = In(
|
|
@@ -103,8 +103,8 @@ const zo = ({
|
|
|
103
103
|
r,
|
|
104
104
|
h,
|
|
105
105
|
_
|
|
106
|
-
), M = st.arc().innerRadius(
|
|
107
|
-
return /* @__PURE__ */
|
|
106
|
+
), M = st.arc().innerRadius(c).outerRadius(d).startAngle(y).endAngle(D).padAngle(0.02).cornerRadius(8), $ = st.arc().innerRadius(c).outerRadius(d).startAngle(g).endAngle(x).padAngle(0.02).cornerRadius(8);
|
|
107
|
+
return /* @__PURE__ */ i(z, { children: [
|
|
108
108
|
/* @__PURE__ */ e(
|
|
109
109
|
"path",
|
|
110
110
|
{
|
|
@@ -116,13 +116,13 @@ const zo = ({
|
|
|
116
116
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e(
|
|
117
117
|
"linearGradient",
|
|
118
118
|
{
|
|
119
|
-
gradientTransform: `rotate(5, ${
|
|
119
|
+
gradientTransform: `rotate(5, ${a}, ${s})`,
|
|
120
120
|
gradientUnits: "userSpaceOnUse",
|
|
121
121
|
id: "arcGradient",
|
|
122
|
-
x1:
|
|
123
|
-
x2:
|
|
124
|
-
y1:
|
|
125
|
-
y2:
|
|
122
|
+
x1: a + p * 0.8 * Math.cos(Math.PI / 1.35),
|
|
123
|
+
x2: a - p * 0.8 * Math.cos(Math.PI / 1.35),
|
|
124
|
+
y1: s + p * 0.8 * Math.sin(Math.PI / 1.35),
|
|
125
|
+
y2: s - p * 0.8 * Math.sin(Math.PI / 1.35),
|
|
126
126
|
children: w.map((G, H) => /* @__PURE__ */ e("stop", { offset: G.offset, stopColor: G.color }, H))
|
|
127
127
|
}
|
|
128
128
|
) })
|
|
@@ -132,21 +132,21 @@ const zo = ({
|
|
|
132
132
|
healthScore: r,
|
|
133
133
|
size: n = "L",
|
|
134
134
|
dialScoreData: o,
|
|
135
|
-
minValue:
|
|
136
|
-
maxValue:
|
|
137
|
-
markerColor:
|
|
135
|
+
minValue: l = 0,
|
|
136
|
+
maxValue: a = 100,
|
|
137
|
+
markerColor: s,
|
|
138
138
|
healthScoreStatus: p,
|
|
139
|
-
footerCenterContent:
|
|
139
|
+
footerCenterContent: c,
|
|
140
140
|
footerLeftContent: d,
|
|
141
141
|
footerRightContent: _,
|
|
142
142
|
isFinacialStrengthGraph: h = !1
|
|
143
143
|
}) => {
|
|
144
|
-
const b = E(), f = -Math.PI / 1.35, w = Math.PI / 1.35, y = w - f, D = y / (
|
|
144
|
+
const b = E(), f = -Math.PI / 1.35, w = Math.PI / 1.35, y = w - f, D = y / (a - l), g = (r - l) * D, x = f + g + 0.02, M = n !== "SM" ? 0.1 : 0.12, $ = t, G = t * (1 - M), H = $ * 2.5, T = H / 2, V = H / 2, re = (G + $) / 2, ae = r !== 25 && r !== 50 && r !== 75 && r !== 100 ? 0 : 0.12, [Ce, ie] = An(re, x, ae), X = r / 25, se = {
|
|
145
145
|
L: { markerSize: 12, healthScoreFontSize: 64 },
|
|
146
146
|
M: { markerSize: 10, healthScoreFontSize: 48 },
|
|
147
147
|
SM: { markerSize: 3, healthScoreFontSize: 14 }
|
|
148
|
-
}, ce =
|
|
149
|
-
return /* @__PURE__ */
|
|
148
|
+
}, ce = c === 0 ? mn : gn;
|
|
149
|
+
return /* @__PURE__ */ i(
|
|
150
150
|
u,
|
|
151
151
|
{
|
|
152
152
|
sx: {
|
|
@@ -202,14 +202,14 @@ const zo = ({
|
|
|
202
202
|
}
|
|
203
203
|
},
|
|
204
204
|
width: H,
|
|
205
|
-
children: r >=
|
|
205
|
+
children: r >= l && r <= a && /* @__PURE__ */ e(
|
|
206
206
|
"circle",
|
|
207
207
|
{
|
|
208
208
|
cx: T + Ce,
|
|
209
209
|
cy: V + ie,
|
|
210
210
|
fill: b.palette.common.white,
|
|
211
211
|
r: se[n].markerSize,
|
|
212
|
-
stroke: h ? "url(#arcGradient)" :
|
|
212
|
+
stroke: h ? "url(#arcGradient)" : s,
|
|
213
213
|
strokeWidth: n !== "SM" ? 3 : 1
|
|
214
214
|
}
|
|
215
215
|
)
|
|
@@ -225,7 +225,7 @@ const zo = ({
|
|
|
225
225
|
transform: "translate(-50%, -50%)",
|
|
226
226
|
textAlign: "center"
|
|
227
227
|
},
|
|
228
|
-
children: /* @__PURE__ */
|
|
228
|
+
children: /* @__PURE__ */ i(
|
|
229
229
|
u,
|
|
230
230
|
{
|
|
231
231
|
spacing: 1,
|
|
@@ -248,7 +248,7 @@ const zo = ({
|
|
|
248
248
|
)
|
|
249
249
|
}
|
|
250
250
|
),
|
|
251
|
-
|
|
251
|
+
c !== void 0 && /* @__PURE__ */ e(
|
|
252
252
|
C,
|
|
253
253
|
{
|
|
254
254
|
sx: {
|
|
@@ -258,20 +258,20 @@ const zo = ({
|
|
|
258
258
|
transform: "translate(-50%, -50%)",
|
|
259
259
|
textAlign: "center"
|
|
260
260
|
},
|
|
261
|
-
children: typeof
|
|
262
|
-
|
|
261
|
+
children: typeof c == "number" ? /* @__PURE__ */ i(u, { sx: { flexDirection: "row", alignItems: "center", gap: 4 }, children: [
|
|
262
|
+
c > 0 ? /* @__PURE__ */ e(gt, { size: 16, sx: { color: "success.main" } }) : /* @__PURE__ */ e(ce, { size: 16, sx: { color: "text.secondary" } }),
|
|
263
263
|
/* @__PURE__ */ e(
|
|
264
264
|
k,
|
|
265
265
|
{
|
|
266
266
|
sx: {
|
|
267
267
|
fontWeight: 600,
|
|
268
|
-
color:
|
|
268
|
+
color: c > 0 ? "success.main" : "text.secondary"
|
|
269
269
|
},
|
|
270
270
|
variant: "body1",
|
|
271
|
-
children:
|
|
271
|
+
children: c
|
|
272
272
|
}
|
|
273
273
|
)
|
|
274
|
-
] }) : /* @__PURE__ */ e(k, { sx: { color: "text.secondary" }, variant: "subtitle2", children:
|
|
274
|
+
] }) : /* @__PURE__ */ e(k, { sx: { color: "text.secondary" }, variant: "subtitle2", children: c })
|
|
275
275
|
}
|
|
276
276
|
),
|
|
277
277
|
d !== void 0 && /* @__PURE__ */ e(
|
|
@@ -306,20 +306,20 @@ const zo = ({
|
|
|
306
306
|
);
|
|
307
307
|
}, Et = S(
|
|
308
308
|
({ arcRadius: t, size: r = "L", healthScore: n, footerCenterContent: o }) => {
|
|
309
|
-
const
|
|
309
|
+
const l = [
|
|
310
310
|
{ id: 1, label: "Group A", value: 25 },
|
|
311
311
|
{ id: 2, label: "Group B", value: 25 },
|
|
312
312
|
{ id: 3, label: "Group C", value: 25 },
|
|
313
313
|
{ id: 4, label: "Group D", value: 25 }
|
|
314
|
-
], { finstrong:
|
|
314
|
+
], { finstrong: a } = v(), s = je(n, a);
|
|
315
315
|
return /* @__PURE__ */ e(
|
|
316
316
|
zt,
|
|
317
317
|
{
|
|
318
318
|
arcRadius: t,
|
|
319
|
-
dialScoreData:
|
|
320
|
-
footerCenterContent: r === "L" ?
|
|
319
|
+
dialScoreData: l,
|
|
320
|
+
footerCenterContent: r === "L" ? a.footer_center_content_updated_just_now : o,
|
|
321
321
|
healthScore: n,
|
|
322
|
-
healthScoreStatus:
|
|
322
|
+
healthScoreStatus: s.status,
|
|
323
323
|
isFinacialStrengthGraph: !0,
|
|
324
324
|
size: r
|
|
325
325
|
}
|
|
@@ -331,10 +331,10 @@ const zo = ({
|
|
|
331
331
|
size: r = "L",
|
|
332
332
|
healthScore: n,
|
|
333
333
|
maxValue: o = 850,
|
|
334
|
-
minValue:
|
|
335
|
-
footerCenterContent:
|
|
334
|
+
minValue: l = 300,
|
|
335
|
+
footerCenterContent: a
|
|
336
336
|
}) => {
|
|
337
|
-
const p = E().palette.mode === "dark",
|
|
337
|
+
const p = E().palette.mode === "dark", c = [
|
|
338
338
|
{
|
|
339
339
|
id: 1,
|
|
340
340
|
label: "Poor",
|
|
@@ -376,15 +376,15 @@ const zo = ({
|
|
|
376
376
|
zt,
|
|
377
377
|
{
|
|
378
378
|
arcRadius: t,
|
|
379
|
-
dialScoreData:
|
|
380
|
-
footerCenterContent:
|
|
381
|
-
footerLeftContent:
|
|
379
|
+
dialScoreData: c,
|
|
380
|
+
footerCenterContent: a,
|
|
381
|
+
footerLeftContent: l,
|
|
382
382
|
footerRightContent: o,
|
|
383
383
|
healthScore: n,
|
|
384
384
|
healthScoreStatus: h,
|
|
385
385
|
markerColor: b,
|
|
386
386
|
maxValue: o,
|
|
387
|
-
minValue:
|
|
387
|
+
minValue: l,
|
|
388
388
|
size: r
|
|
389
389
|
}
|
|
390
390
|
);
|
|
@@ -394,13 +394,13 @@ const zo = ({
|
|
|
394
394
|
isDashboard: r = !1,
|
|
395
395
|
hasIcon: n = !0,
|
|
396
396
|
buttonText: o,
|
|
397
|
-
title:
|
|
398
|
-
titleDrawer:
|
|
399
|
-
description:
|
|
397
|
+
title: l,
|
|
398
|
+
titleDrawer: a,
|
|
399
|
+
description: s,
|
|
400
400
|
sx: p
|
|
401
401
|
}) => {
|
|
402
|
-
const [
|
|
403
|
-
return t ? /* @__PURE__ */
|
|
402
|
+
const [c, d] = m.useState(!1), { connect: _, finstrong: h } = v();
|
|
403
|
+
return t ? /* @__PURE__ */ i(
|
|
404
404
|
K,
|
|
405
405
|
{
|
|
406
406
|
sx: {
|
|
@@ -411,7 +411,7 @@ const zo = ({
|
|
|
411
411
|
...p
|
|
412
412
|
},
|
|
413
413
|
children: [
|
|
414
|
-
/* @__PURE__ */
|
|
414
|
+
/* @__PURE__ */ i(
|
|
415
415
|
u,
|
|
416
416
|
{
|
|
417
417
|
sx: {
|
|
@@ -420,7 +420,7 @@ const zo = ({
|
|
|
420
420
|
},
|
|
421
421
|
children: [
|
|
422
422
|
n && /* @__PURE__ */ e(yt, { sx: { height: 20, width: 20 } }),
|
|
423
|
-
/* @__PURE__ */ e(N, { className: "connect-more-accounts-title", sx: { ...r && { fontSize: 15 } }, children:
|
|
423
|
+
/* @__PURE__ */ e(N, { className: "connect-more-accounts-title", sx: { ...r && { fontSize: 15 } }, children: l || h.connect_more_accounts_title })
|
|
424
424
|
]
|
|
425
425
|
}
|
|
426
426
|
),
|
|
@@ -430,7 +430,7 @@ const zo = ({
|
|
|
430
430
|
className: "connect-more-accounts-description",
|
|
431
431
|
sx: { color: "text.secondary", mt: 8 },
|
|
432
432
|
variant: "subtitle1",
|
|
433
|
-
children:
|
|
433
|
+
children: s || h.connect_more_accounts_description
|
|
434
434
|
}
|
|
435
435
|
),
|
|
436
436
|
/* @__PURE__ */ e(
|
|
@@ -447,16 +447,16 @@ const zo = ({
|
|
|
447
447
|
oe,
|
|
448
448
|
{
|
|
449
449
|
onClose: () => d(!1),
|
|
450
|
-
showConnectWidget:
|
|
451
|
-
title:
|
|
450
|
+
showConnectWidget: c,
|
|
451
|
+
title: a || _.mini_title
|
|
452
452
|
}
|
|
453
453
|
),
|
|
454
454
|
t === "connectionsDrawer" && /* @__PURE__ */ e(
|
|
455
455
|
Mt,
|
|
456
456
|
{
|
|
457
457
|
onClose: () => d(!1),
|
|
458
|
-
showConnectionsWidget:
|
|
459
|
-
title:
|
|
458
|
+
showConnectionsWidget: c,
|
|
459
|
+
title: a || _.mini_title
|
|
460
460
|
}
|
|
461
461
|
)
|
|
462
462
|
]
|
|
@@ -465,10 +465,10 @@ const zo = ({
|
|
|
465
465
|
};
|
|
466
466
|
var _e = /* @__PURE__ */ ((t) => (t.SpendLessThanYouMake = "spendLessThanYouMake", t.PayBillsOnTime = "payBillsOnTime", t.SaveEnoughToLiveOn = "saveEnoughToLiveOn", t.MaintainEmergencySavings = "maintainEmergencySavings", t.HaveManageableDebt = "haveManageableDebt", t.HaveAGoodCreditScore = "haveAGoodCreditScore", t))(_e || {});
|
|
467
467
|
const Go = ({ isOpen: t, onClose: r }) => {
|
|
468
|
-
const { common: n, finstrong: o } = v(), { isMobile:
|
|
469
|
-
r(), setTimeout(() =>
|
|
468
|
+
const { common: n, finstrong: o } = v(), { isMobile: l } = Ue(), { updateUser: a, user: s } = Q(), [p, c] = m.useState(s.credit_score || 0), d = !isNaN(p), _ = () => {
|
|
469
|
+
r(), setTimeout(() => c(s.credit_score || 0), 300);
|
|
470
470
|
}, h = () => {
|
|
471
|
-
!p || p ===
|
|
471
|
+
!p || p === s.credit_score || a({ ...s, credit_score: p });
|
|
472
472
|
};
|
|
473
473
|
return /* @__PURE__ */ e(
|
|
474
474
|
Vn,
|
|
@@ -483,7 +483,7 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
483
483
|
primaryText: n.save_button,
|
|
484
484
|
sx: {
|
|
485
485
|
"& .MuiDialog-paper": {
|
|
486
|
-
minWidth:
|
|
486
|
+
minWidth: l ? "100%" : 400
|
|
487
487
|
}
|
|
488
488
|
},
|
|
489
489
|
children: /* @__PURE__ */ e(
|
|
@@ -502,7 +502,7 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
502
502
|
noValidate: !0,
|
|
503
503
|
pattern: "[0-9]*"
|
|
504
504
|
},
|
|
505
|
-
onChange: (b) =>
|
|
505
|
+
onChange: (b) => c(Number(b.target.value)),
|
|
506
506
|
value: d ? p : ""
|
|
507
507
|
}
|
|
508
508
|
)
|
|
@@ -514,11 +514,11 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
514
514
|
credit_over_time_title: "Your Credit Over Time",
|
|
515
515
|
credit_over_time_zero_state_desc: "Add your credit score to start building a full picture of your credit health."
|
|
516
516
|
}, Ho = ({ chartFor: t }) => {
|
|
517
|
-
const r = E(), n = r.palette.mode === "dark", { monthlySummaries: o } = F(), { user:
|
|
517
|
+
const r = E(), n = r.palette.mode === "dark", { monthlySummaries: o } = F(), { user: l } = Q(), { finstrong: a } = v(), [s, { width: p }] = It(), c = {
|
|
518
518
|
savingsOverTime: {
|
|
519
519
|
icon: /* @__PURE__ */ e(gt, { size: 48, sx: { marginBottom: 8 } }),
|
|
520
|
-
title:
|
|
521
|
-
description:
|
|
520
|
+
title: a.key_indicators_save.zero_state_title,
|
|
521
|
+
description: a.key_indicators_save.zero_state_description
|
|
522
522
|
},
|
|
523
523
|
debtOverTime: {
|
|
524
524
|
icon: /* @__PURE__ */ e(bt, { size: 48, sx: { marginBottom: 8 } }),
|
|
@@ -532,11 +532,11 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
532
532
|
}
|
|
533
533
|
}[t], _ = {
|
|
534
534
|
savingsOverTime: {
|
|
535
|
-
title:
|
|
535
|
+
title: a.key_indicators_save.savings_over_time,
|
|
536
536
|
valueKey: "available_cash"
|
|
537
537
|
},
|
|
538
538
|
debtOverTime: {
|
|
539
|
-
title:
|
|
539
|
+
title: a.key_indicators_borrow.have_manageable_debt_drawer.debt_over_time,
|
|
540
540
|
valueKey: "debt_balance"
|
|
541
541
|
},
|
|
542
542
|
creditOverTime: {
|
|
@@ -547,13 +547,13 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
547
547
|
let x;
|
|
548
548
|
if (g) {
|
|
549
549
|
const { color: M } = St(
|
|
550
|
-
|
|
550
|
+
l?.credit_score ?? 0,
|
|
551
551
|
n,
|
|
552
|
-
|
|
552
|
+
a.credit_score_status
|
|
553
553
|
);
|
|
554
554
|
x = M;
|
|
555
555
|
}
|
|
556
|
-
return /* @__PURE__ */ e(K, { ref:
|
|
556
|
+
return /* @__PURE__ */ e(K, { ref: s, sx: { backgroundColor: "background.paper" }, children: h.length >= 1 ? /* @__PURE__ */ i(u, { gap: 8, sx: { pl: 18 }, children: [
|
|
557
557
|
/* @__PURE__ */ e(k, { sx: { pb: 8, pt: 16 }, variant: "h3", children: D }),
|
|
558
558
|
/* @__PURE__ */ e(
|
|
559
559
|
Xe,
|
|
@@ -568,7 +568,7 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
568
568
|
height: 244,
|
|
569
569
|
labelFontColor: g ? "text.primary" : "",
|
|
570
570
|
labelFontSize: g ? 13 : void 0,
|
|
571
|
-
labels: [
|
|
571
|
+
labels: [a.key_indicators_label],
|
|
572
572
|
margin: { left: y, top: g ? 25 : 15, right: 20 },
|
|
573
573
|
markStyles: (M) => g ? {
|
|
574
574
|
markLabelStyles: {
|
|
@@ -591,16 +591,16 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
591
591
|
width: p < 342 ? p - 48 : 342
|
|
592
592
|
}
|
|
593
593
|
)
|
|
594
|
-
] }) : /* @__PURE__ */
|
|
595
|
-
|
|
596
|
-
/* @__PURE__ */ e(k, { fontWeight: 600, variant: "body1", children:
|
|
597
|
-
/* @__PURE__ */ e(k, { align: "center", variant: "subtitle1", children:
|
|
594
|
+
] }) : /* @__PURE__ */ i(u, { gap: 8, sx: { alignItems: "center", p: 24, pb: 48 }, children: [
|
|
595
|
+
c.icon,
|
|
596
|
+
/* @__PURE__ */ e(k, { fontWeight: 600, variant: "body1", children: c.title }),
|
|
597
|
+
/* @__PURE__ */ e(k, { align: "center", variant: "subtitle1", children: c.description })
|
|
598
598
|
] }) });
|
|
599
599
|
}, Qe = S(Ho), No = {
|
|
600
600
|
updated_score: "Updated Score"
|
|
601
601
|
}, Ko = () => {
|
|
602
|
-
const { healthScoreChange: t } = F(), { user: r } = Q(), { availableWidth: n } = Hn(), { isSmallMobile: o } = Ue(n), [
|
|
603
|
-
return /* @__PURE__ */
|
|
602
|
+
const { healthScoreChange: t } = F(), { user: r } = Q(), { availableWidth: n } = Hn(), { isSmallMobile: o } = Ue(n), [l, a] = m.useState(!1);
|
|
603
|
+
return /* @__PURE__ */ i(u, { sx: { gap: 28 }, children: [
|
|
604
604
|
/* @__PURE__ */ e(
|
|
605
605
|
Eo,
|
|
606
606
|
{
|
|
@@ -610,8 +610,8 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
610
610
|
size: o ? "M" : "L"
|
|
611
611
|
}
|
|
612
612
|
),
|
|
613
|
-
/* @__PURE__ */ e(W, { onClick: () =>
|
|
614
|
-
/* @__PURE__ */ e(Gt, { isOpen:
|
|
613
|
+
/* @__PURE__ */ e(W, { onClick: () => a(!0), variant: "contained", children: No.updated_score }),
|
|
614
|
+
/* @__PURE__ */ e(Gt, { isOpen: l, onClose: () => a(!1) }),
|
|
615
615
|
/* @__PURE__ */ e(Qe, { chartFor: "creditOverTime" })
|
|
616
616
|
] });
|
|
617
617
|
}, jo = S(Ko), Le = ({ status: t }) => {
|
|
@@ -646,7 +646,7 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
646
646
|
keep_strong_credit_score: "Keep a Strong Credit Score"
|
|
647
647
|
}, Vo = () => {
|
|
648
648
|
const { user: t } = Q(), r = Ct(t.credit_score ?? null);
|
|
649
|
-
return /* @__PURE__ */
|
|
649
|
+
return /* @__PURE__ */ i(u, { sx: { flexDirection: "row", justifyContent: "space-between" }, children: [
|
|
650
650
|
/* @__PURE__ */ e(N, { children: Yo.keep_strong_credit_score }),
|
|
651
651
|
/* @__PURE__ */ e(Le, { status: r })
|
|
652
652
|
] });
|
|
@@ -655,18 +655,18 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
655
655
|
connectTitle: r,
|
|
656
656
|
connectDescription: n,
|
|
657
657
|
children: o,
|
|
658
|
-
description:
|
|
659
|
-
drawerTitle:
|
|
660
|
-
isOpen:
|
|
658
|
+
description: l,
|
|
659
|
+
drawerTitle: a,
|
|
660
|
+
isOpen: s,
|
|
661
661
|
loadConnectAccountsCard: p = !0,
|
|
662
|
-
onClose:
|
|
662
|
+
onClose: c,
|
|
663
663
|
stickyComponent: d,
|
|
664
664
|
title: _,
|
|
665
665
|
drawerType: h
|
|
666
666
|
}) => {
|
|
667
667
|
const { finstrong: b } = v(), { isCopyLoaded: f } = j();
|
|
668
|
-
return f ? /* @__PURE__ */
|
|
669
|
-
(_ ||
|
|
668
|
+
return f ? /* @__PURE__ */ i(te, { isOpen: s, onClose: c, title: a || b.key_indicators, children: [
|
|
669
|
+
(_ || l) && /* @__PURE__ */ i(
|
|
670
670
|
u,
|
|
671
671
|
{
|
|
672
672
|
sx: {
|
|
@@ -676,7 +676,7 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
676
676
|
},
|
|
677
677
|
children: [
|
|
678
678
|
_ && typeof _ == "string" ? /* @__PURE__ */ e(N, { children: _ }) : _,
|
|
679
|
-
|
|
679
|
+
l && /* @__PURE__ */ e(k, { sx: { lineHeight: "24px" }, children: l })
|
|
680
680
|
]
|
|
681
681
|
}
|
|
682
682
|
),
|
|
@@ -692,7 +692,7 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
692
692
|
}
|
|
693
693
|
),
|
|
694
694
|
t && /* @__PURE__ */ e(C, { children: t }),
|
|
695
|
-
/* @__PURE__ */
|
|
695
|
+
/* @__PURE__ */ i(u, { sx: { p: 24, gap: 24 }, children: [
|
|
696
696
|
o,
|
|
697
697
|
p && /* @__PURE__ */ e(
|
|
698
698
|
Be,
|
|
@@ -711,35 +711,35 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
711
711
|
shouldShowBalance: r = !0,
|
|
712
712
|
loadAccounts: n
|
|
713
713
|
}) => {
|
|
714
|
-
const { config: o } = kt(), { accounts:
|
|
715
|
-
(
|
|
716
|
-
t?.(
|
|
714
|
+
const { config: o } = kt(), { accounts: l } = v(), { selectedAccounts: a } = j(), s = m.useCallback(
|
|
715
|
+
(c) => {
|
|
716
|
+
t?.(c);
|
|
717
717
|
},
|
|
718
718
|
[t]
|
|
719
719
|
), p = m.useMemo(
|
|
720
|
-
() => Array.from(new Set(
|
|
721
|
-
(
|
|
720
|
+
() => Array.from(new Set(a.map((c) => c.account_type))).filter(
|
|
721
|
+
(c) => n ? n.includes(c) : !0
|
|
722
722
|
),
|
|
723
|
-
[
|
|
723
|
+
[a, n]
|
|
724
724
|
);
|
|
725
|
-
return
|
|
726
|
-
const { accountsForType: d, totalBalanceForType: _ } =
|
|
727
|
-
(h, b) => (b.account_type ===
|
|
725
|
+
return a.length ? /* @__PURE__ */ e(m.Fragment, { children: p.map((c) => {
|
|
726
|
+
const { accountsForType: d, totalBalanceForType: _ } = a.reduce(
|
|
727
|
+
(h, b) => (b.account_type === c && (h.accountsForType.push(b), h.totalBalanceForType += b.balance || 0), h),
|
|
728
728
|
{ accountsForType: [], totalBalanceForType: 0 }
|
|
729
729
|
);
|
|
730
|
-
return /* @__PURE__ */
|
|
730
|
+
return /* @__PURE__ */ i(
|
|
731
731
|
Re,
|
|
732
732
|
{
|
|
733
|
-
subheader: /* @__PURE__ */ e(Qn, { sx: { pb: 4, position: "static", pt: 12, px: 24 }, children: /* @__PURE__ */
|
|
734
|
-
/* @__PURE__ */ e(I, { bold: !0, variant: "caption", children:
|
|
733
|
+
subheader: /* @__PURE__ */ e(Qn, { sx: { pb: 4, position: "static", pt: 12, px: 24 }, children: /* @__PURE__ */ i(u, { sx: { flexDirection: "row", justifyContent: "space-between" }, children: [
|
|
734
|
+
/* @__PURE__ */ e(I, { bold: !0, variant: "caption", children: l.account_types[c] }),
|
|
735
735
|
r && /* @__PURE__ */ e(I, { bold: !0, variant: "caption", children: L(_, "0,0.00") })
|
|
736
736
|
] }) }),
|
|
737
737
|
sx: { bgcolor: "background.paper" },
|
|
738
738
|
children: [
|
|
739
739
|
d.map((h, b) => {
|
|
740
|
-
const { firstValue: f } = Tt(h,
|
|
740
|
+
const { firstValue: f } = Tt(h, l), w = Dt(h, {
|
|
741
741
|
allowNickname: o?.show_account_nicknames_in_master
|
|
742
|
-
}), y = /* @__PURE__ */
|
|
742
|
+
}), y = /* @__PURE__ */ i(z, { children: [
|
|
743
743
|
/* @__PURE__ */ e(At, { children: /* @__PURE__ */ e(xt, { alt: "MX", institutionGuid: h.institution_guid ?? "" }) }),
|
|
744
744
|
/* @__PURE__ */ e(
|
|
745
745
|
be,
|
|
@@ -750,30 +750,30 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
750
750
|
),
|
|
751
751
|
r && /* @__PURE__ */ e(k, { bold: !0, variant: "body2", children: L(f ?? 0, "0,0.00") })
|
|
752
752
|
] });
|
|
753
|
-
return /* @__PURE__ */
|
|
754
|
-
/* @__PURE__ */ e(ye, { sx: { px: t ? 0 : 24 }, children: t ? /* @__PURE__ */ e(Zn, { onClick: () =>
|
|
753
|
+
return /* @__PURE__ */ i(m.Fragment, { children: [
|
|
754
|
+
/* @__PURE__ */ e(ye, { sx: { px: t ? 0 : 24 }, children: t ? /* @__PURE__ */ e(Zn, { onClick: () => s(h), children: y }) : y }),
|
|
755
755
|
b !== d.length - 1 && /* @__PURE__ */ e(ne, { variant: "inset" })
|
|
756
756
|
] }, h.guid);
|
|
757
757
|
}),
|
|
758
758
|
/* @__PURE__ */ e(ne, {})
|
|
759
759
|
]
|
|
760
760
|
},
|
|
761
|
-
|
|
761
|
+
c
|
|
762
762
|
);
|
|
763
763
|
}) }) : null;
|
|
764
764
|
}, Nt = S(Uo), Zo = ({ loadAccounts: t, loadMoreLabel: r }) => {
|
|
765
|
-
const n = E(), { config: o } = kt(), { connect:
|
|
765
|
+
const n = E(), { config: o } = kt(), { connect: l, finstrong: a } = v(), { accounts: s } = v(), { selectedAccounts: p } = j(), [c, d] = m.useState(!1), [_, h] = m.useState(!1), b = m.useMemo(
|
|
766
766
|
() => p.filter(
|
|
767
767
|
(y) => t ? t.includes(y.account_type) : !0
|
|
768
768
|
),
|
|
769
769
|
[p, t]
|
|
770
770
|
), f = m.useMemo(() => b.slice(0, 3), [b]), w = (y) => {
|
|
771
|
-
const { firstValue: D } = Tt(y,
|
|
771
|
+
const { firstValue: D } = Tt(y, s);
|
|
772
772
|
return D;
|
|
773
773
|
};
|
|
774
|
-
return b.length >= 1 ? /* @__PURE__ */
|
|
775
|
-
/* @__PURE__ */ e(C, { sx: { border: `1px solid ${n.palette.divider}`, borderRadius: 2 }, children: f.map((y, D) => /* @__PURE__ */
|
|
776
|
-
/* @__PURE__ */
|
|
774
|
+
return b.length >= 1 ? /* @__PURE__ */ i(z, { children: [
|
|
775
|
+
/* @__PURE__ */ e(C, { sx: { border: `1px solid ${n.palette.divider}`, borderRadius: 2 }, children: f.map((y, D) => /* @__PURE__ */ i(m.Fragment, { children: [
|
|
776
|
+
/* @__PURE__ */ i(ye, { sx: { px: 24 }, children: [
|
|
777
777
|
/* @__PURE__ */ e(At, { children: /* @__PURE__ */ e(xt, { alt: "MX", institutionGuid: y.institution_guid ?? "" }) }),
|
|
778
778
|
/* @__PURE__ */ e(
|
|
779
779
|
be,
|
|
@@ -789,7 +789,7 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
789
789
|
] }),
|
|
790
790
|
D < f.length - 1 && /* @__PURE__ */ e(ne, { variant: "inset" })
|
|
791
791
|
] }, y.guid)) }),
|
|
792
|
-
b.length > 3 && /* @__PURE__ */
|
|
792
|
+
b.length > 3 && /* @__PURE__ */ i(z, { children: [
|
|
793
793
|
/* @__PURE__ */ e(C, { children: /* @__PURE__ */ e(
|
|
794
794
|
W,
|
|
795
795
|
{
|
|
@@ -797,16 +797,16 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
797
797
|
onClick: () => d(!0),
|
|
798
798
|
size: "small",
|
|
799
799
|
sx: { my: 0, px: 16, py: 12, width: "100%" },
|
|
800
|
-
children: /* @__PURE__ */
|
|
800
|
+
children: /* @__PURE__ */ i(I, { bold: !0, variant: "body1", children: [
|
|
801
801
|
b.length - 3,
|
|
802
802
|
" ",
|
|
803
803
|
r
|
|
804
804
|
] })
|
|
805
805
|
}
|
|
806
806
|
) }),
|
|
807
|
-
/* @__PURE__ */ e(te, { isOpen:
|
|
807
|
+
/* @__PURE__ */ e(te, { isOpen: c, onClose: () => d(!1), title: a.accounts, children: /* @__PURE__ */ e(Nt, { loadAccounts: t }) })
|
|
808
808
|
] })
|
|
809
|
-
] }) : /* @__PURE__ */
|
|
809
|
+
] }) : /* @__PURE__ */ i(z, { children: [
|
|
810
810
|
/* @__PURE__ */ e(C, { children: /* @__PURE__ */ e(
|
|
811
811
|
W,
|
|
812
812
|
{
|
|
@@ -814,7 +814,7 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
814
814
|
size: "small",
|
|
815
815
|
sx: { my: 0, px: 16, py: 12, width: "100%" },
|
|
816
816
|
variant: "contained",
|
|
817
|
-
children: /* @__PURE__ */ e(I, { bold: !0, variant: "body1", children:
|
|
817
|
+
children: /* @__PURE__ */ e(I, { bold: !0, variant: "body1", children: a.connect_more_accounts_button })
|
|
818
818
|
}
|
|
819
819
|
) }),
|
|
820
820
|
/* @__PURE__ */ e(
|
|
@@ -822,11 +822,11 @@ const Go = ({ isOpen: t, onClose: r }) => {
|
|
|
822
822
|
{
|
|
823
823
|
onClose: () => h(!1),
|
|
824
824
|
showConnectWidget: _,
|
|
825
|
-
title:
|
|
825
|
+
title: l.mini_title
|
|
826
826
|
}
|
|
827
827
|
)
|
|
828
828
|
] });
|
|
829
|
-
}, Kt = S(Zo), Se = ({ balance: t, title: r, sx: n }) => /* @__PURE__ */
|
|
829
|
+
}, Kt = S(Zo), Se = ({ balance: t, title: r, sx: n }) => /* @__PURE__ */ i(
|
|
830
830
|
u,
|
|
831
831
|
{
|
|
832
832
|
sx: {
|
|
@@ -879,40 +879,40 @@ const B = {
|
|
|
879
879
|
{ id: ke.Years, label: B.years },
|
|
880
880
|
{ id: ke.Days, label: B.days }
|
|
881
881
|
], tr = ({ total: t }) => {
|
|
882
|
-
const r = Math.ceil((t + 1) / 1e3) * 1e3, [n, o] = m.useState(0), [
|
|
882
|
+
const r = Math.ceil((t + 1) / 1e3) * 1e3, [n, o] = m.useState(0), [l, a] = m.useState(at(t)), [s, p] = m.useState(
|
|
883
883
|
at(t)
|
|
884
|
-
), [
|
|
884
|
+
), [c, d] = m.useState(r), [_, h] = m.useState(Fn(t)), [b, f] = m.useState(ke.Months);
|
|
885
885
|
m.useEffect(() => {
|
|
886
886
|
o(
|
|
887
887
|
it({
|
|
888
|
-
contribution:
|
|
889
|
-
goalAmount:
|
|
888
|
+
contribution: s,
|
|
889
|
+
goalAmount: c,
|
|
890
890
|
goalPeriod: _,
|
|
891
891
|
targetPeriod: b,
|
|
892
892
|
totalSaved: t
|
|
893
893
|
})
|
|
894
|
-
),
|
|
894
|
+
), a(s);
|
|
895
895
|
}, []);
|
|
896
896
|
const w = (y) => {
|
|
897
897
|
y.preventDefault(), o(
|
|
898
898
|
it({
|
|
899
|
-
contribution:
|
|
900
|
-
goalAmount:
|
|
899
|
+
contribution: s,
|
|
900
|
+
goalAmount: c,
|
|
901
901
|
goalPeriod: _,
|
|
902
902
|
targetPeriod: b,
|
|
903
903
|
totalSaved: t
|
|
904
904
|
})
|
|
905
|
-
),
|
|
905
|
+
), a(s);
|
|
906
906
|
};
|
|
907
|
-
return /* @__PURE__ */ e(K, { children: /* @__PURE__ */ e("form", { onSubmit: w, children: /* @__PURE__ */
|
|
907
|
+
return /* @__PURE__ */ e(K, { children: /* @__PURE__ */ e("form", { onSubmit: w, children: /* @__PURE__ */ i(u, { sx: { gap: 24, pb: 24, pt: 16, px: 16 }, children: [
|
|
908
908
|
/* @__PURE__ */ e(
|
|
909
909
|
Se,
|
|
910
910
|
{
|
|
911
|
-
balance: /* @__PURE__ */
|
|
911
|
+
balance: /* @__PURE__ */ i(u, { sx: { flexDirection: "row", height: 32 }, children: [
|
|
912
912
|
/* @__PURE__ */ e(I, { variant: "h2", children: L(n, "0,0") }),
|
|
913
|
-
/* @__PURE__ */
|
|
913
|
+
/* @__PURE__ */ i(I, { sx: { alignSelf: "end", height: 24 }, variant: "subtitle2", children: [
|
|
914
914
|
"/",
|
|
915
|
-
Jo[
|
|
915
|
+
Jo[l]
|
|
916
916
|
] })
|
|
917
917
|
] }),
|
|
918
918
|
title: B.estimated_contribution
|
|
@@ -931,7 +931,7 @@ const B = {
|
|
|
931
931
|
onChange: (y) => {
|
|
932
932
|
y.target.value && d(Number(y.target.value.replace(/[^0-9]/g, "")));
|
|
933
933
|
},
|
|
934
|
-
value:
|
|
934
|
+
value: c ? L(c, "0,0") : ""
|
|
935
935
|
}
|
|
936
936
|
),
|
|
937
937
|
/* @__PURE__ */ e(
|
|
@@ -941,10 +941,10 @@ const B = {
|
|
|
941
941
|
onChange: p,
|
|
942
942
|
options: Qo,
|
|
943
943
|
required: !0,
|
|
944
|
-
value:
|
|
944
|
+
value: s
|
|
945
945
|
}
|
|
946
946
|
),
|
|
947
|
-
/* @__PURE__ */
|
|
947
|
+
/* @__PURE__ */ i(u, { sx: { flexDirection: "row" }, children: [
|
|
948
948
|
/* @__PURE__ */ e(
|
|
949
949
|
Oe,
|
|
950
950
|
{
|
|
@@ -992,11 +992,11 @@ const B = {
|
|
|
992
992
|
your_savings: "Your Savings"
|
|
993
993
|
}, or = () => {
|
|
994
994
|
const { savingsAccounts: t } = Me(), [r, n] = m.useState(!1), o = m.useMemo(
|
|
995
|
-
() => t.reduce((
|
|
995
|
+
() => t.reduce((l, a) => l + (a.balance ?? 0), 0),
|
|
996
996
|
[t]
|
|
997
997
|
);
|
|
998
|
-
return /* @__PURE__ */
|
|
999
|
-
/* @__PURE__ */ e(K, { sx: { bgcolor: "background.paper", p: 16 }, children: /* @__PURE__ */
|
|
998
|
+
return /* @__PURE__ */ i(u, { sx: { gap: 24 }, children: [
|
|
999
|
+
/* @__PURE__ */ e(K, { sx: { bgcolor: "background.paper", p: 16 }, children: /* @__PURE__ */ i(u, { sx: { gap: 16 }, children: [
|
|
1000
1000
|
/* @__PURE__ */ e(Se, { balance: o, title: Ae.your_savings }),
|
|
1001
1001
|
t.length ? /* @__PURE__ */ e(Kt, { loadAccounts: [He.SAVINGS], loadMoreLabel: Ae.connect_accounts }) : /* @__PURE__ */ e(eo, { onClick: () => n(!0), variant: "contained", children: Ae.connect_accounts })
|
|
1002
1002
|
] }) }),
|
|
@@ -1011,8 +1011,8 @@ const B = {
|
|
|
1011
1011
|
)
|
|
1012
1012
|
] });
|
|
1013
1013
|
}, rr = S(or), We = S(
|
|
1014
|
-
({ label: t, value: r, status: n, bottomComponent: o, statusBarData:
|
|
1015
|
-
const
|
|
1014
|
+
({ label: t, value: r, status: n, bottomComponent: o, statusBarData: l = [] }) => {
|
|
1015
|
+
const a = {
|
|
1016
1016
|
GOOD: {
|
|
1017
1017
|
progressBarColor: "primary.main"
|
|
1018
1018
|
},
|
|
@@ -1025,14 +1025,14 @@ const B = {
|
|
|
1025
1025
|
MISSING: {
|
|
1026
1026
|
progressBarColor: "text.secondary"
|
|
1027
1027
|
}
|
|
1028
|
-
}[n],
|
|
1029
|
-
color:
|
|
1028
|
+
}[n], s = l.map((p, c) => l.length === 2 ? {
|
|
1029
|
+
color: c === 0 ? "primary.main" : p.color || a?.progressBarColor,
|
|
1030
1030
|
percentage: p.percentage
|
|
1031
1031
|
} : {
|
|
1032
|
-
color: p.color ||
|
|
1032
|
+
color: p.color || a?.progressBarColor,
|
|
1033
1033
|
percentage: p.percentage
|
|
1034
1034
|
});
|
|
1035
|
-
return /* @__PURE__ */
|
|
1035
|
+
return /* @__PURE__ */ i(
|
|
1036
1036
|
u,
|
|
1037
1037
|
{
|
|
1038
1038
|
sx: {
|
|
@@ -1044,9 +1044,9 @@ const B = {
|
|
|
1044
1044
|
borderColor: "divider"
|
|
1045
1045
|
},
|
|
1046
1046
|
children: [
|
|
1047
|
-
/* @__PURE__ */
|
|
1047
|
+
/* @__PURE__ */ i(u, { sx: { gap: 2 }, children: [
|
|
1048
1048
|
/* @__PURE__ */ e(I, { variant: "body2", children: t }),
|
|
1049
|
-
/* @__PURE__ */
|
|
1049
|
+
/* @__PURE__ */ i(
|
|
1050
1050
|
u,
|
|
1051
1051
|
{
|
|
1052
1052
|
sx: {
|
|
@@ -1062,8 +1062,8 @@ const B = {
|
|
|
1062
1062
|
}
|
|
1063
1063
|
)
|
|
1064
1064
|
] }),
|
|
1065
|
-
/* @__PURE__ */
|
|
1066
|
-
/* @__PURE__ */ e(to, { data:
|
|
1065
|
+
/* @__PURE__ */ i(u, { children: [
|
|
1066
|
+
/* @__PURE__ */ e(to, { data: s, height: 16 }),
|
|
1067
1067
|
o
|
|
1068
1068
|
] })
|
|
1069
1069
|
]
|
|
@@ -1077,7 +1077,7 @@ const B = {
|
|
|
1077
1077
|
return /* @__PURE__ */ e(
|
|
1078
1078
|
We,
|
|
1079
1079
|
{
|
|
1080
|
-
bottomComponent: /* @__PURE__ */ e(u, { sx: { flexDirection: "row", justifyContent: "space-between" }, children: ir.map((
|
|
1080
|
+
bottomComponent: /* @__PURE__ */ e(u, { sx: { flexDirection: "row", justifyContent: "space-between" }, children: ir.map((l) => /* @__PURE__ */ i(u, { sx: { alignItems: "center", height: 24, width: 30 }, children: [
|
|
1081
1081
|
/* @__PURE__ */ e(
|
|
1082
1082
|
ne,
|
|
1083
1083
|
{
|
|
@@ -1089,8 +1089,8 @@ const B = {
|
|
|
1089
1089
|
}
|
|
1090
1090
|
}
|
|
1091
1091
|
),
|
|
1092
|
-
/* @__PURE__ */ e(I, { variant: "caption", children:
|
|
1093
|
-
] },
|
|
1092
|
+
/* @__PURE__ */ e(I, { variant: "caption", children: l })
|
|
1093
|
+
] }, l)) }),
|
|
1094
1094
|
label: ar.sticky_label,
|
|
1095
1095
|
status: o,
|
|
1096
1096
|
statusBarData: [
|
|
@@ -1106,11 +1106,11 @@ const B = {
|
|
|
1106
1106
|
bgcolor: r,
|
|
1107
1107
|
height: n = "calc(100dvh - 36px)",
|
|
1108
1108
|
loader: o = /* @__PURE__ */ e(J, { label: "Loading", size: 40 }),
|
|
1109
|
-
onClick:
|
|
1110
|
-
showInsights:
|
|
1111
|
-
showLoader:
|
|
1109
|
+
onClick: l,
|
|
1110
|
+
showInsights: a = !1,
|
|
1111
|
+
showLoader: s = !1,
|
|
1112
1112
|
width: p = "100%",
|
|
1113
|
-
zeroState:
|
|
1113
|
+
zeroState: c = /* @__PURE__ */ e(ro, {})
|
|
1114
1114
|
}) => {
|
|
1115
1115
|
const { getCategoryName: d } = Ye(), { onEvent: _ } = Nn(), { categories: h } = v(), { clearExpandedSplits: b, setShowInsights: f, toggleSplit: w } = oo(), y = (x) => {
|
|
1116
1116
|
const M = t.find(($) => $.guid === x);
|
|
@@ -1121,14 +1121,14 @@ const B = {
|
|
|
1121
1121
|
_(ao.ACCOUNT_DETAILS_CLICK_TRANSACTION, {
|
|
1122
1122
|
account_guid: M?.account_guid,
|
|
1123
1123
|
transaction_guid: x
|
|
1124
|
-
}),
|
|
1124
|
+
}), l?.(x);
|
|
1125
1125
|
}, D = m.useRef(null), g = no({
|
|
1126
1126
|
count: t.length,
|
|
1127
1127
|
getScrollElement: () => D.current,
|
|
1128
1128
|
estimateSize: (x) => ut + (Ne(x, t) ? _t : 0),
|
|
1129
1129
|
overscan: 5
|
|
1130
1130
|
});
|
|
1131
|
-
return m.useEffect(() => g.measure(), [t]), m.useEffect(() => f(
|
|
1131
|
+
return m.useEffect(() => g.measure(), [t]), m.useEffect(() => f(a), [a]), m.useEffect(() => () => b(), []), /* @__PURE__ */ e(Re, { sx: { width: p }, children: /* @__PURE__ */ e(C, { height: n, overflow: "auto", ref: D, width: p, children: /* @__PURE__ */ i(
|
|
1132
1132
|
C,
|
|
1133
1133
|
{
|
|
1134
1134
|
height: (
|
|
@@ -1138,11 +1138,11 @@ const B = {
|
|
|
1138
1138
|
position: "relative",
|
|
1139
1139
|
width: "100%",
|
|
1140
1140
|
children: [
|
|
1141
|
-
|
|
1142
|
-
!
|
|
1143
|
-
!
|
|
1141
|
+
s && o,
|
|
1142
|
+
!s && g.getVirtualItems().length === 0 && c,
|
|
1143
|
+
!s && g.getVirtualItems().length > 0 && g.getVirtualItems().map((x) => {
|
|
1144
1144
|
const M = t[x.index], $ = Ne(x.index, t), G = Ft(x.index, t), H = ut + ($ ? _t : 0);
|
|
1145
|
-
return /* @__PURE__ */
|
|
1145
|
+
return /* @__PURE__ */ i(
|
|
1146
1146
|
C,
|
|
1147
1147
|
{
|
|
1148
1148
|
sx: {
|
|
@@ -1156,7 +1156,7 @@ const B = {
|
|
|
1156
1156
|
/* @__PURE__ */ e(
|
|
1157
1157
|
Bt,
|
|
1158
1158
|
{
|
|
1159
|
-
...
|
|
1159
|
+
...l && { onClick: y },
|
|
1160
1160
|
transaction: {
|
|
1161
1161
|
...M,
|
|
1162
1162
|
category: h.default_categories[M.top_level_category_guid]?.replace(
|
|
@@ -1180,10 +1180,10 @@ const B = {
|
|
|
1180
1180
|
amountColor: r = "success.main",
|
|
1181
1181
|
amountPosition: n = "center",
|
|
1182
1182
|
formatDate: o = Ze,
|
|
1183
|
-
secondaryIcon:
|
|
1183
|
+
secondaryIcon: l
|
|
1184
1184
|
}) => {
|
|
1185
|
-
const
|
|
1186
|
-
return !t || t.length === 0 ? /* @__PURE__ */
|
|
1185
|
+
const a = E(), { connect: s, finstrong: p } = v(), [c, d] = m.useState(!1), [_, h] = m.useState(!1), b = 3, f = t.length > b, w = t.length - b;
|
|
1186
|
+
return !t || t.length === 0 ? /* @__PURE__ */ i(z, { children: [
|
|
1187
1187
|
/* @__PURE__ */ e(C, { children: /* @__PURE__ */ e(
|
|
1188
1188
|
W,
|
|
1189
1189
|
{
|
|
@@ -1199,11 +1199,11 @@ const B = {
|
|
|
1199
1199
|
{
|
|
1200
1200
|
onClose: () => h(!1),
|
|
1201
1201
|
showConnectWidget: _,
|
|
1202
|
-
title:
|
|
1202
|
+
title: s.mini_title
|
|
1203
1203
|
}
|
|
1204
1204
|
)
|
|
1205
|
-
] }) : /* @__PURE__ */
|
|
1206
|
-
/* @__PURE__ */ e(C, { sx: { border: `1px solid ${
|
|
1205
|
+
] }) : /* @__PURE__ */ i(u, { sx: { gap: 16 }, children: [
|
|
1206
|
+
/* @__PURE__ */ e(C, { sx: { border: `1px solid ${a.palette.divider}`, borderRadius: 2 }, children: t.slice(0, b).map((y, D) => /* @__PURE__ */ i(
|
|
1207
1207
|
u,
|
|
1208
1208
|
{
|
|
1209
1209
|
sx: {
|
|
@@ -1222,7 +1222,7 @@ const B = {
|
|
|
1222
1222
|
size: 32
|
|
1223
1223
|
}
|
|
1224
1224
|
) }),
|
|
1225
|
-
/* @__PURE__ */
|
|
1225
|
+
/* @__PURE__ */ i(
|
|
1226
1226
|
u,
|
|
1227
1227
|
{
|
|
1228
1228
|
sx: {
|
|
@@ -1231,17 +1231,17 @@ const B = {
|
|
|
1231
1231
|
gap: 12,
|
|
1232
1232
|
justifyContent: "space-between",
|
|
1233
1233
|
...D < Math.min(t.length, b) - 1 && {
|
|
1234
|
-
borderBottom: `1px solid ${
|
|
1234
|
+
borderBottom: `1px solid ${a.palette.divider}`
|
|
1235
1235
|
},
|
|
1236
1236
|
pb: 14,
|
|
1237
1237
|
pr: 24,
|
|
1238
1238
|
width: "100%"
|
|
1239
1239
|
},
|
|
1240
1240
|
children: [
|
|
1241
|
-
/* @__PURE__ */
|
|
1241
|
+
/* @__PURE__ */ i(u, { sx: { gap: 4 }, children: [
|
|
1242
1242
|
/* @__PURE__ */ e(k, { bold: !0, variant: "body1", children: y.description }),
|
|
1243
|
-
/* @__PURE__ */
|
|
1244
|
-
!!
|
|
1243
|
+
/* @__PURE__ */ i(u, { sx: { flexDirection: "row", alignItems: "center", gap: 4 }, children: [
|
|
1244
|
+
!!l && l,
|
|
1245
1245
|
/* @__PURE__ */ e(I, { variant: "caption", children: o(y.date) })
|
|
1246
1246
|
] })
|
|
1247
1247
|
] }),
|
|
@@ -1254,7 +1254,7 @@ const B = {
|
|
|
1254
1254
|
},
|
|
1255
1255
|
D
|
|
1256
1256
|
)) }),
|
|
1257
|
-
f && /* @__PURE__ */
|
|
1257
|
+
f && /* @__PURE__ */ i(z, { children: [
|
|
1258
1258
|
/* @__PURE__ */ e(C, { children: /* @__PURE__ */ e(
|
|
1259
1259
|
W,
|
|
1260
1260
|
{
|
|
@@ -1262,7 +1262,7 @@ const B = {
|
|
|
1262
1262
|
onClick: () => d(!0),
|
|
1263
1263
|
size: "small",
|
|
1264
1264
|
sx: { my: 0, px: 16, py: 12, width: "100%" },
|
|
1265
|
-
children: /* @__PURE__ */
|
|
1265
|
+
children: /* @__PURE__ */ i(I, { bold: !0, variant: "body1", children: [
|
|
1266
1266
|
w,
|
|
1267
1267
|
" ",
|
|
1268
1268
|
p.key_indicators_borrow.have_manageable_debt_drawer.have_manageable_debt_more_transactions
|
|
@@ -1272,7 +1272,7 @@ const B = {
|
|
|
1272
1272
|
/* @__PURE__ */ e(
|
|
1273
1273
|
te,
|
|
1274
1274
|
{
|
|
1275
|
-
isOpen:
|
|
1275
|
+
isOpen: c,
|
|
1276
1276
|
onClose: () => d(!1),
|
|
1277
1277
|
title: p.key_indicators_borrow.have_manageable_debt_drawer.have_manageable_debt_transactions,
|
|
1278
1278
|
children: /* @__PURE__ */ e(dr, { transactions: t })
|
|
@@ -1288,7 +1288,7 @@ const B = {
|
|
|
1288
1288
|
} = v(), { getSpendingFeeTransactions: r, allTransactions: n } = F();
|
|
1289
1289
|
return m.useEffect(() => {
|
|
1290
1290
|
r().finally();
|
|
1291
|
-
}, []), /* @__PURE__ */ e(z, { children: n.spendingFee.length === 0 ? /* @__PURE__ */
|
|
1291
|
+
}, []), /* @__PURE__ */ e(z, { children: n.spendingFee.length === 0 ? /* @__PURE__ */ i(
|
|
1292
1292
|
K,
|
|
1293
1293
|
{
|
|
1294
1294
|
sx: {
|
|
@@ -1301,13 +1301,13 @@ const B = {
|
|
|
1301
1301
|
},
|
|
1302
1302
|
children: [
|
|
1303
1303
|
/* @__PURE__ */ e(yn, { filled: !0, size: 48, sx: { color: "success.main" } }),
|
|
1304
|
-
/* @__PURE__ */
|
|
1304
|
+
/* @__PURE__ */ i(u, { sx: { alignItems: "center", gap: 4, pt: 24 }, children: [
|
|
1305
1305
|
/* @__PURE__ */ e(N, { children: t.pay_bills_on_time_zero_fees_title }),
|
|
1306
1306
|
/* @__PURE__ */ e(k, { variant: "subtitle1", children: t.pay_bills_on_time_zero_fees_description })
|
|
1307
1307
|
] })
|
|
1308
1308
|
]
|
|
1309
1309
|
}
|
|
1310
|
-
) : /* @__PURE__ */
|
|
1310
|
+
) : /* @__PURE__ */ i(
|
|
1311
1311
|
K,
|
|
1312
1312
|
{
|
|
1313
1313
|
sx: {
|
|
@@ -1331,8 +1331,8 @@ const B = {
|
|
|
1331
1331
|
}
|
|
1332
1332
|
) });
|
|
1333
1333
|
}, ur = S(pr), _r = () => {
|
|
1334
|
-
const { healthScore: t } = F(), { finstrong: r } = v(), { key_indicators_spend: n } = r, { pay_bills_on_time_drawer: o } = n,
|
|
1335
|
-
return /* @__PURE__ */
|
|
1334
|
+
const { healthScore: t } = F(), { finstrong: r } = v(), { key_indicators_spend: n } = r, { pay_bills_on_time_drawer: o } = n, l = Bn(t.spending_fee_transaction_count);
|
|
1335
|
+
return /* @__PURE__ */ i(
|
|
1336
1336
|
u,
|
|
1337
1337
|
{
|
|
1338
1338
|
sx: {
|
|
@@ -1343,20 +1343,20 @@ const B = {
|
|
|
1343
1343
|
},
|
|
1344
1344
|
children: [
|
|
1345
1345
|
/* @__PURE__ */ e(k, { variant: "body2", children: o.pay_bills_on_time_sticky_description }),
|
|
1346
|
-
/* @__PURE__ */
|
|
1347
|
-
/* @__PURE__ */
|
|
1346
|
+
/* @__PURE__ */ i(u, { direction: "row", sx: { alignItems: "center", justifyContent: "space-between" }, children: [
|
|
1347
|
+
/* @__PURE__ */ i(Pe, { children: [
|
|
1348
1348
|
t.spending_fee_transaction_count,
|
|
1349
1349
|
" ",
|
|
1350
1350
|
o.pay_bills_on_time_sticky_fee_count
|
|
1351
1351
|
] }),
|
|
1352
|
-
/* @__PURE__ */ e(Le, { status:
|
|
1352
|
+
/* @__PURE__ */ e(Le, { status: l })
|
|
1353
1353
|
] })
|
|
1354
1354
|
]
|
|
1355
1355
|
}
|
|
1356
1356
|
);
|
|
1357
1357
|
}, hr = S(_r), mr = () => {
|
|
1358
1358
|
const { savingsAndCheckingAccountsBalance: t } = Me(), { finstrong: r } = v();
|
|
1359
|
-
return /* @__PURE__ */
|
|
1359
|
+
return /* @__PURE__ */ i(u, { gap: 16, sx: { p: 16 }, children: [
|
|
1360
1360
|
/* @__PURE__ */ e(
|
|
1361
1361
|
Se,
|
|
1362
1362
|
{
|
|
@@ -1373,15 +1373,15 @@ const B = {
|
|
|
1373
1373
|
)
|
|
1374
1374
|
] });
|
|
1375
1375
|
}, gr = S(mr), yr = () => {
|
|
1376
|
-
const { finstrong: t } = v(), { healthScore: r, allTransactions: n, loadSpendTransactions: o, loadDebtSpend:
|
|
1376
|
+
const { finstrong: t } = v(), { healthScore: r, allTransactions: n, loadSpendTransactions: o, loadDebtSpend: l } = F(), { isInitialized: a } = j();
|
|
1377
1377
|
m.useEffect(() => {
|
|
1378
|
-
|
|
1379
|
-
}, [
|
|
1380
|
-
const
|
|
1381
|
-
const p = n.spend.map((d) => d.transaction),
|
|
1382
|
-
return [...p, ...
|
|
1378
|
+
a && (o().finally(), l().finally());
|
|
1379
|
+
}, [a]);
|
|
1380
|
+
const s = m.useMemo(() => {
|
|
1381
|
+
const p = n.spend.map((d) => d.transaction), c = n.debtSpend.map((d) => d.transaction);
|
|
1382
|
+
return [...p, ...c];
|
|
1383
1383
|
}, [n.spend, n.debtSpend]);
|
|
1384
|
-
return
|
|
1384
|
+
return a ? /* @__PURE__ */ i(u, { gap: 16, sx: { p: 16 }, children: [
|
|
1385
1385
|
/* @__PURE__ */ e(
|
|
1386
1386
|
Se,
|
|
1387
1387
|
{
|
|
@@ -1389,18 +1389,18 @@ const B = {
|
|
|
1389
1389
|
title: t.key_indicators_save.drawer_daily_spend
|
|
1390
1390
|
}
|
|
1391
1391
|
),
|
|
1392
|
-
/* @__PURE__ */ e($e, { amountColor: "text.primary", transactions:
|
|
1392
|
+
/* @__PURE__ */ e($e, { amountColor: "text.primary", transactions: s })
|
|
1393
1393
|
] }) : /* @__PURE__ */ e(J, {});
|
|
1394
1394
|
}, br = S(yr), fr = () => {
|
|
1395
1395
|
const [t, r] = m.useState(0), { finstrong: n } = v();
|
|
1396
|
-
return /* @__PURE__ */
|
|
1397
|
-
/* @__PURE__ */
|
|
1398
|
-
/* @__PURE__ */
|
|
1396
|
+
return /* @__PURE__ */ i(z, { children: [
|
|
1397
|
+
/* @__PURE__ */ i(K, { children: [
|
|
1398
|
+
/* @__PURE__ */ i(
|
|
1399
1399
|
qe,
|
|
1400
1400
|
{
|
|
1401
1401
|
"aria-label": n.key_indicators_save.drawer_title,
|
|
1402
1402
|
centered: !0,
|
|
1403
|
-
onChange: (o,
|
|
1403
|
+
onChange: (o, l) => r(l),
|
|
1404
1404
|
sx: { mb: 0 },
|
|
1405
1405
|
value: t,
|
|
1406
1406
|
variant: "fullWidth",
|
|
@@ -1430,7 +1430,7 @@ const B = {
|
|
|
1430
1430
|
/* @__PURE__ */ e(Qe, { chartFor: "savingsOverTime" })
|
|
1431
1431
|
] });
|
|
1432
1432
|
}, xr = S(fr), Sr = () => {
|
|
1433
|
-
const { finstrong: t } = v(), { healthScore: r } = F(), n = r.months_of_cash_on_hand, o = wt(n ? n * 30 : null),
|
|
1433
|
+
const { finstrong: t } = v(), { healthScore: r } = F(), n = r.months_of_cash_on_hand, o = wt(n ? n * 30 : null), l = 183 / 6, a = Math.floor(n), s = Math.round((n - a) * l), p = n / 6 * 100;
|
|
1434
1434
|
return /* @__PURE__ */ e(
|
|
1435
1435
|
We,
|
|
1436
1436
|
{
|
|
@@ -1444,7 +1444,7 @@ const B = {
|
|
|
1444
1444
|
mt: 2,
|
|
1445
1445
|
px: 1
|
|
1446
1446
|
},
|
|
1447
|
-
children: ["0 Mo", "1 Mo", "2 Mo", "3 Mo", "4 Mo", "5 Mo", "6 Mo"].map((d) => /* @__PURE__ */
|
|
1447
|
+
children: ["0 Mo", "1 Mo", "2 Mo", "3 Mo", "4 Mo", "5 Mo", "6 Mo"].map((d) => /* @__PURE__ */ i(
|
|
1448
1448
|
u,
|
|
1449
1449
|
{
|
|
1450
1450
|
sx: {
|
|
@@ -1476,15 +1476,15 @@ const B = {
|
|
|
1476
1476
|
percentage: `${p}%`
|
|
1477
1477
|
}
|
|
1478
1478
|
],
|
|
1479
|
-
value: Y(t.key_indicators_save.drawer_progress_bar_value,
|
|
1479
|
+
value: Y(t.key_indicators_save.drawer_progress_bar_value, a, s)
|
|
1480
1480
|
}
|
|
1481
1481
|
);
|
|
1482
1482
|
}, Cr = S(Sr), vr = () => {
|
|
1483
|
-
const { healthScore: t } = F(), { finstrong: r } = v(), n = Te(t.debt_to_income_ratio) ?? 0, o = Object.keys(t).length === 0,
|
|
1483
|
+
const { healthScore: t } = F(), { finstrong: r } = v(), n = Te(t.debt_to_income_ratio) ?? 0, o = Object.keys(t).length === 0, a = ((s) => o ? "MISSING" : s <= 30 ? "GOOD" : s >= 31 && s <= 39 ? "FAIR" : s >= 40 ? "OFF_TRACK" : "MISSING")(n);
|
|
1484
1484
|
return /* @__PURE__ */ e(
|
|
1485
1485
|
We,
|
|
1486
1486
|
{
|
|
1487
|
-
bottomComponent: /* @__PURE__ */
|
|
1487
|
+
bottomComponent: /* @__PURE__ */ i(
|
|
1488
1488
|
u,
|
|
1489
1489
|
{
|
|
1490
1490
|
sx: {
|
|
@@ -1504,7 +1504,7 @@ const B = {
|
|
|
1504
1504
|
position: "absolute",
|
|
1505
1505
|
transform: "translateX(-50%)"
|
|
1506
1506
|
},
|
|
1507
|
-
children: /* @__PURE__ */
|
|
1507
|
+
children: /* @__PURE__ */ i(
|
|
1508
1508
|
u,
|
|
1509
1509
|
{
|
|
1510
1510
|
sx: {
|
|
@@ -1550,7 +1550,7 @@ const B = {
|
|
|
1550
1550
|
}
|
|
1551
1551
|
),
|
|
1552
1552
|
label: r.key_indicators_borrow.have_manageable_debt_drawer.have_manageable_debt_sticky_title,
|
|
1553
|
-
status:
|
|
1553
|
+
status: a,
|
|
1554
1554
|
statusBarData: [
|
|
1555
1555
|
{
|
|
1556
1556
|
percentage: `${n}%`
|
|
@@ -1560,8 +1560,8 @@ const B = {
|
|
|
1560
1560
|
}
|
|
1561
1561
|
);
|
|
1562
1562
|
}, wr = S(vr), kr = () => {
|
|
1563
|
-
const { healthScore: t, allTransactions: r } = F(), { connect: n, finstrong: o } = v(), [
|
|
1564
|
-
return /* @__PURE__ */
|
|
1563
|
+
const { healthScore: t, allTransactions: r } = F(), { connect: n, finstrong: o } = v(), [l, a] = m.useState(!1);
|
|
1564
|
+
return /* @__PURE__ */ i(u, { gap: 16, sx: { p: 16 }, children: [
|
|
1565
1565
|
/* @__PURE__ */ e(
|
|
1566
1566
|
Se,
|
|
1567
1567
|
{
|
|
@@ -1572,12 +1572,12 @@ const B = {
|
|
|
1572
1572
|
),
|
|
1573
1573
|
r.income.length ? (
|
|
1574
1574
|
// TODO: Need to add More Transactions functionality
|
|
1575
|
-
/* @__PURE__ */ e($e, { transactions: r.income.map((
|
|
1575
|
+
/* @__PURE__ */ e($e, { transactions: r.income.map((s) => s.transaction) })
|
|
1576
1576
|
) : /* @__PURE__ */ e(
|
|
1577
1577
|
W,
|
|
1578
1578
|
{
|
|
1579
1579
|
onClick: () => {
|
|
1580
|
-
|
|
1580
|
+
a(!0);
|
|
1581
1581
|
},
|
|
1582
1582
|
variant: "contained",
|
|
1583
1583
|
children: o.connect_more_accounts_button
|
|
@@ -1586,15 +1586,15 @@ const B = {
|
|
|
1586
1586
|
/* @__PURE__ */ e(
|
|
1587
1587
|
oe,
|
|
1588
1588
|
{
|
|
1589
|
-
onClose: () =>
|
|
1590
|
-
showConnectWidget:
|
|
1589
|
+
onClose: () => a(!1),
|
|
1590
|
+
showConnectWidget: l,
|
|
1591
1591
|
title: n.mini_title
|
|
1592
1592
|
}
|
|
1593
1593
|
)
|
|
1594
1594
|
] });
|
|
1595
1595
|
}, Mr = S(kr), Dr = () => {
|
|
1596
|
-
const { allTransactions: t, healthScore: r } = F(), { connect: n, finstrong: o } = v(), [
|
|
1597
|
-
return /* @__PURE__ */
|
|
1596
|
+
const { allTransactions: t, healthScore: r } = F(), { connect: n, finstrong: o } = v(), [l, a] = m.useState(!1);
|
|
1597
|
+
return /* @__PURE__ */ i(u, { gap: 16, sx: { p: 16 }, children: [
|
|
1598
1598
|
/* @__PURE__ */ e(
|
|
1599
1599
|
Se,
|
|
1600
1600
|
{
|
|
@@ -1609,14 +1609,14 @@ const B = {
|
|
|
1609
1609
|
$e,
|
|
1610
1610
|
{
|
|
1611
1611
|
amountColor: "text.primary",
|
|
1612
|
-
transactions: t.debtSpend.map((
|
|
1612
|
+
transactions: t.debtSpend.map((s) => s.transaction)
|
|
1613
1613
|
}
|
|
1614
1614
|
)
|
|
1615
1615
|
) : /* @__PURE__ */ e(
|
|
1616
1616
|
W,
|
|
1617
1617
|
{
|
|
1618
1618
|
onClick: () => {
|
|
1619
|
-
|
|
1619
|
+
a(!0);
|
|
1620
1620
|
},
|
|
1621
1621
|
variant: "contained",
|
|
1622
1622
|
children: o.connect_more_accounts_button
|
|
@@ -1625,8 +1625,8 @@ const B = {
|
|
|
1625
1625
|
/* @__PURE__ */ e(
|
|
1626
1626
|
oe,
|
|
1627
1627
|
{
|
|
1628
|
-
onClose: () =>
|
|
1629
|
-
showConnectWidget:
|
|
1628
|
+
onClose: () => a(!1),
|
|
1629
|
+
showConnectWidget: l,
|
|
1630
1630
|
title: n.mini_title
|
|
1631
1631
|
}
|
|
1632
1632
|
)
|
|
@@ -1636,31 +1636,31 @@ const B = {
|
|
|
1636
1636
|
data: r,
|
|
1637
1637
|
series: n,
|
|
1638
1638
|
style: o,
|
|
1639
|
-
...
|
|
1639
|
+
...l
|
|
1640
1640
|
}) => {
|
|
1641
|
-
const
|
|
1641
|
+
const a = E(), s = m.useRef(null), { width: p } = uo({
|
|
1642
1642
|
width: o.width
|
|
1643
1643
|
});
|
|
1644
1644
|
m.useLayoutEffect(() => {
|
|
1645
1645
|
const h = new ResizeObserver(() => {
|
|
1646
1646
|
window.requestAnimationFrame(() => {
|
|
1647
|
-
if (
|
|
1648
|
-
const { width: b } =
|
|
1647
|
+
if (s.current) {
|
|
1648
|
+
const { width: b } = s.current.getBoundingClientRect(), f = b / 2, w = s.current.querySelector("text");
|
|
1649
1649
|
w && w.setAttribute("transform", `translate(${f}, -8)`);
|
|
1650
1650
|
}
|
|
1651
1651
|
});
|
|
1652
1652
|
});
|
|
1653
|
-
return
|
|
1654
|
-
|
|
1653
|
+
return s.current && h.observe(s.current), () => {
|
|
1654
|
+
s.current && h.unobserve(s.current);
|
|
1655
1655
|
};
|
|
1656
1656
|
}, []);
|
|
1657
|
-
const { formattedComparison:
|
|
1658
|
-
return /* @__PURE__ */
|
|
1659
|
-
/* @__PURE__ */ e(lt.rect, { ...
|
|
1657
|
+
const { formattedComparison: c, formattedMain: d } = r[n.index], _ = n.type === 0 ? d : c;
|
|
1658
|
+
return /* @__PURE__ */ i("g", { children: [
|
|
1659
|
+
/* @__PURE__ */ e(lt.rect, { ...l, fill: t, ref: s, rx: 2, style: o }),
|
|
1660
1660
|
/* @__PURE__ */ e(
|
|
1661
1661
|
lt.text,
|
|
1662
1662
|
{
|
|
1663
|
-
fill:
|
|
1663
|
+
fill: a.palette.text.secondary,
|
|
1664
1664
|
fontSize: 9,
|
|
1665
1665
|
fontWeight: 400,
|
|
1666
1666
|
textAnchor: "middle",
|
|
@@ -1676,11 +1676,11 @@ const B = {
|
|
|
1676
1676
|
data: r,
|
|
1677
1677
|
title: n,
|
|
1678
1678
|
buttonLabel: o,
|
|
1679
|
-
onClick:
|
|
1680
|
-
legendLabelMain:
|
|
1681
|
-
legendLabelComparison:
|
|
1679
|
+
onClick: l,
|
|
1680
|
+
legendLabelMain: a,
|
|
1681
|
+
legendLabelComparison: s,
|
|
1682
1682
|
totalComparison: p,
|
|
1683
|
-
totalMain:
|
|
1683
|
+
totalMain: c
|
|
1684
1684
|
}) => {
|
|
1685
1685
|
const d = E(), _ = so(d.breakpoints.down("xs")), h = m.useMemo(
|
|
1686
1686
|
() => r.sort((g, x) => g.month - x.month).map((g) => {
|
|
@@ -1715,7 +1715,7 @@ const B = {
|
|
|
1715
1715
|
tickMinStep: y,
|
|
1716
1716
|
valueFormatter: (g) => g === 0 ? "$0" : `$${(g / 1e3).toFixed(0)}K`
|
|
1717
1717
|
};
|
|
1718
|
-
return /* @__PURE__ */
|
|
1718
|
+
return /* @__PURE__ */ i(
|
|
1719
1719
|
K,
|
|
1720
1720
|
{
|
|
1721
1721
|
sx: {
|
|
@@ -1723,7 +1723,7 @@ const B = {
|
|
|
1723
1723
|
py: 24
|
|
1724
1724
|
},
|
|
1725
1725
|
children: [
|
|
1726
|
-
/* @__PURE__ */
|
|
1726
|
+
/* @__PURE__ */ i(
|
|
1727
1727
|
u,
|
|
1728
1728
|
{
|
|
1729
1729
|
sx: {
|
|
@@ -1739,7 +1739,7 @@ const B = {
|
|
|
1739
1739
|
W,
|
|
1740
1740
|
{
|
|
1741
1741
|
endIcon: /* @__PURE__ */ e(Z, {}),
|
|
1742
|
-
onClick:
|
|
1742
|
+
onClick: l,
|
|
1743
1743
|
size: "small",
|
|
1744
1744
|
sx: {
|
|
1745
1745
|
pl: 8,
|
|
@@ -1752,8 +1752,8 @@ const B = {
|
|
|
1752
1752
|
]
|
|
1753
1753
|
}
|
|
1754
1754
|
),
|
|
1755
|
-
/* @__PURE__ */
|
|
1756
|
-
/* @__PURE__ */
|
|
1755
|
+
/* @__PURE__ */ i(u, { sx: { alignItems: "center", flexDirection: "row", gap: 24, py: 4 }, children: [
|
|
1756
|
+
/* @__PURE__ */ i(u, { sx: { gap: 8, alignItems: "center", flexDirection: "row" }, children: [
|
|
1757
1757
|
/* @__PURE__ */ e(
|
|
1758
1758
|
C,
|
|
1759
1759
|
{
|
|
@@ -1765,15 +1765,15 @@ const B = {
|
|
|
1765
1765
|
}
|
|
1766
1766
|
}
|
|
1767
1767
|
),
|
|
1768
|
-
/* @__PURE__ */
|
|
1769
|
-
/* @__PURE__ */
|
|
1770
|
-
|
|
1768
|
+
/* @__PURE__ */ i(u, { sx: { alignItems: "center", flexDirection: "row" }, children: [
|
|
1769
|
+
/* @__PURE__ */ i(I, { variant: "subtitle2", children: [
|
|
1770
|
+
a,
|
|
1771
1771
|
" "
|
|
1772
1772
|
] }),
|
|
1773
|
-
!_ &&
|
|
1773
|
+
!_ && c && /* @__PURE__ */ e(I, { sx: { fontWeight: 700 }, variant: "subtitle2", children: c })
|
|
1774
1774
|
] })
|
|
1775
1775
|
] }),
|
|
1776
|
-
/* @__PURE__ */
|
|
1776
|
+
/* @__PURE__ */ i(u, { alignItems: "center", direction: "row", spacing: 8, children: [
|
|
1777
1777
|
/* @__PURE__ */ e(
|
|
1778
1778
|
C,
|
|
1779
1779
|
{
|
|
@@ -1785,16 +1785,16 @@ const B = {
|
|
|
1785
1785
|
}
|
|
1786
1786
|
}
|
|
1787
1787
|
),
|
|
1788
|
-
/* @__PURE__ */
|
|
1789
|
-
/* @__PURE__ */
|
|
1790
|
-
|
|
1788
|
+
/* @__PURE__ */ i(u, { sx: { alignItems: "center", flexDirection: "row" }, children: [
|
|
1789
|
+
/* @__PURE__ */ i(I, { variant: "subtitle2", children: [
|
|
1790
|
+
s,
|
|
1791
1791
|
" "
|
|
1792
1792
|
] }),
|
|
1793
1793
|
!_ && p && /* @__PURE__ */ e(I, { sx: { fontWeight: 700 }, variant: "subtitle2", children: p })
|
|
1794
1794
|
] })
|
|
1795
1795
|
] })
|
|
1796
1796
|
] }),
|
|
1797
|
-
/* @__PURE__ */
|
|
1797
|
+
/* @__PURE__ */ i(
|
|
1798
1798
|
po,
|
|
1799
1799
|
{
|
|
1800
1800
|
colors: [`${d.palette.chartMono.chartMono3}`, `${d.palette.chartMono.chartMono5}`],
|
|
@@ -1878,19 +1878,19 @@ const B = {
|
|
|
1878
1878
|
}
|
|
1879
1879
|
);
|
|
1880
1880
|
}, Tr = () => {
|
|
1881
|
-
const { loadDebtSpend: t, loadIncome: r, monthlySummaries: n } = F(), { isInitialized: o } = j(), [
|
|
1881
|
+
const { loadDebtSpend: t, loadIncome: r, monthlySummaries: n } = F(), { isInitialized: o } = j(), [l, a] = m.useState(0), { finstrong: s } = v();
|
|
1882
1882
|
return m.useEffect(() => {
|
|
1883
1883
|
o && (t().finally(), r().finally());
|
|
1884
|
-
}, [o]), /* @__PURE__ */
|
|
1885
|
-
/* @__PURE__ */
|
|
1886
|
-
/* @__PURE__ */
|
|
1884
|
+
}, [o]), /* @__PURE__ */ i(z, { children: [
|
|
1885
|
+
/* @__PURE__ */ i(K, { children: [
|
|
1886
|
+
/* @__PURE__ */ i(
|
|
1887
1887
|
qe,
|
|
1888
1888
|
{
|
|
1889
|
-
"aria-label":
|
|
1889
|
+
"aria-label": s.key_indicators_save.drawer_title,
|
|
1890
1890
|
centered: !0,
|
|
1891
|
-
onChange: (p,
|
|
1891
|
+
onChange: (p, c) => a(c),
|
|
1892
1892
|
sx: { mb: 0 },
|
|
1893
|
-
value:
|
|
1893
|
+
value: l,
|
|
1894
1894
|
variant: "fullWidth",
|
|
1895
1895
|
children: [
|
|
1896
1896
|
/* @__PURE__ */ e(
|
|
@@ -1898,7 +1898,7 @@ const B = {
|
|
|
1898
1898
|
{
|
|
1899
1899
|
"aria-controls": "income-details-tabpanel-0",
|
|
1900
1900
|
id: "income-details-tab-0",
|
|
1901
|
-
label:
|
|
1901
|
+
label: s.key_indicators_borrow.have_manageable_debt_drawer.income,
|
|
1902
1902
|
sx: { minHeight: 44 }
|
|
1903
1903
|
}
|
|
1904
1904
|
),
|
|
@@ -1907,7 +1907,7 @@ const B = {
|
|
|
1907
1907
|
{
|
|
1908
1908
|
"aria-controls": "debt-payment-details-tabpanel-1",
|
|
1909
1909
|
id: "debt-payment-details-tab-1",
|
|
1910
|
-
label:
|
|
1910
|
+
label: s.key_indicators_borrow.have_manageable_debt_drawer.debt_payment,
|
|
1911
1911
|
sx: { minHeight: 44 }
|
|
1912
1912
|
}
|
|
1913
1913
|
)
|
|
@@ -1920,7 +1920,7 @@ const B = {
|
|
|
1920
1920
|
"aria-labelledby": "income-details-tab-0",
|
|
1921
1921
|
index: 0,
|
|
1922
1922
|
name: "income-details",
|
|
1923
|
-
value:
|
|
1923
|
+
value: l,
|
|
1924
1924
|
children: /* @__PURE__ */ e(Mr, {})
|
|
1925
1925
|
}
|
|
1926
1926
|
),
|
|
@@ -1930,30 +1930,30 @@ const B = {
|
|
|
1930
1930
|
"aria-labelledby": "debt-payment-details-tab-1",
|
|
1931
1931
|
index: 1,
|
|
1932
1932
|
name: "debt-payment-details",
|
|
1933
|
-
value:
|
|
1933
|
+
value: l,
|
|
1934
1934
|
children: /* @__PURE__ */ e(Ir, {})
|
|
1935
1935
|
}
|
|
1936
1936
|
)
|
|
1937
1937
|
] }),
|
|
1938
|
-
n.length ? /* @__PURE__ */
|
|
1938
|
+
n.length ? /* @__PURE__ */ i(z, { children: [
|
|
1939
1939
|
/* @__PURE__ */ e(
|
|
1940
1940
|
jt,
|
|
1941
1941
|
{
|
|
1942
1942
|
chartFor: "debt_payment_vs_income",
|
|
1943
1943
|
data: n,
|
|
1944
|
-
legendLabelComparison:
|
|
1945
|
-
legendLabelMain:
|
|
1946
|
-
title:
|
|
1944
|
+
legendLabelComparison: s.key_indicators_borrow.have_manageable_debt_drawer.debt_payment,
|
|
1945
|
+
legendLabelMain: s.key_indicators_borrow.have_manageable_debt_drawer.income,
|
|
1946
|
+
title: s.key_indicators_borrow.have_manageable_debt_drawer.debt_payment
|
|
1947
1947
|
}
|
|
1948
1948
|
),
|
|
1949
1949
|
/* @__PURE__ */ e(Qe, { chartFor: "debtOverTime" })
|
|
1950
|
-
] }) : /* @__PURE__ */
|
|
1950
|
+
] }) : /* @__PURE__ */ i(z, { children: [
|
|
1951
1951
|
/* @__PURE__ */ e(
|
|
1952
1952
|
Fe,
|
|
1953
1953
|
{
|
|
1954
|
-
header:
|
|
1954
|
+
header: s.key_indicators_borrow.have_manageable_debt_drawer.have_manageable_debt_double_bar_chart_empty_state_header,
|
|
1955
1955
|
icon: "multiline_chart",
|
|
1956
|
-
subText:
|
|
1956
|
+
subText: s.key_indicators_borrow.have_manageable_debt_drawer.have_manageable_debt_double_bar_chart_empty_state_description,
|
|
1957
1957
|
sx: {
|
|
1958
1958
|
backgroundColor: "background.paper",
|
|
1959
1959
|
borderRadius: "8px",
|
|
@@ -1967,9 +1967,9 @@ const B = {
|
|
|
1967
1967
|
/* @__PURE__ */ e(
|
|
1968
1968
|
Fe,
|
|
1969
1969
|
{
|
|
1970
|
-
header:
|
|
1970
|
+
header: s.key_indicators_borrow.have_manageable_debt_drawer.have_manageable_debt_line_chart_empty_state_header,
|
|
1971
1971
|
icon: "multiline_chart",
|
|
1972
|
-
subText:
|
|
1972
|
+
subText: s.key_indicators_borrow.have_manageable_debt_drawer.have_manageable_debt_line_chart_empty_state_description,
|
|
1973
1973
|
sx: {
|
|
1974
1974
|
backgroundColor: "background.paper",
|
|
1975
1975
|
borderRadius: "8px",
|
|
@@ -1983,16 +1983,16 @@ const B = {
|
|
|
1983
1983
|
] })
|
|
1984
1984
|
] });
|
|
1985
1985
|
}, Or = S(Tr), Rr = () => {
|
|
1986
|
-
const { healthScore: t } = F(), { finstrong: r } = v(), n = Te(t.spend_to_income_ratio) ?? 0, o = Object.keys(t).length === 0,
|
|
1986
|
+
const { healthScore: t } = F(), { finstrong: r } = v(), n = Te(t.spend_to_income_ratio) ?? 0, o = Object.keys(t).length === 0, a = ((p) => o ? "MISSING" : p < 100 ? "GOOD" : p >= 100 && p <= 109 ? "FAIR" : p >= 110 ? "OFF_TRACK" : "MISSING")(n), s = {
|
|
1987
1987
|
GOOD: [{ percentage: `${n}%` }],
|
|
1988
1988
|
FAIR: [{ percentage: "100%" }, { percentage: `${n - 100}%` }],
|
|
1989
1989
|
OFF_TRACK: [{ percentage: "100%" }, { percentage: `${n - 100}%` }],
|
|
1990
1990
|
MISSING: [{ percentage: "0%" }]
|
|
1991
|
-
}[
|
|
1991
|
+
}[a];
|
|
1992
1992
|
return /* @__PURE__ */ e(
|
|
1993
1993
|
We,
|
|
1994
1994
|
{
|
|
1995
|
-
bottomComponent: /* @__PURE__ */
|
|
1995
|
+
bottomComponent: /* @__PURE__ */ i(
|
|
1996
1996
|
u,
|
|
1997
1997
|
{
|
|
1998
1998
|
sx: {
|
|
@@ -2002,12 +2002,12 @@ const B = {
|
|
|
2002
2002
|
mt: 8
|
|
2003
2003
|
},
|
|
2004
2004
|
children: [
|
|
2005
|
-
/* @__PURE__ */
|
|
2005
|
+
/* @__PURE__ */ i(I, { variant: "body2", children: [
|
|
2006
2006
|
o ? "-" : L(t.ninety_day_income, "0,0.00"),
|
|
2007
2007
|
" ",
|
|
2008
2008
|
r?.key_indicators_spend.spend_less_than_you_make_drawer.income
|
|
2009
2009
|
] }),
|
|
2010
|
-
/* @__PURE__ */
|
|
2010
|
+
/* @__PURE__ */ i(I, { variant: "body2", children: [
|
|
2011
2011
|
o ? "-%" : `${n}%`,
|
|
2012
2012
|
" ",
|
|
2013
2013
|
r?.key_indicators_spend.spend_less_than_you_make_drawer.spent
|
|
@@ -2016,46 +2016,44 @@ const B = {
|
|
|
2016
2016
|
}
|
|
2017
2017
|
),
|
|
2018
2018
|
label: r?.key_indicators_spend.spend_less_than_you_make_drawer.spend_less_than_you_make_sticky_description,
|
|
2019
|
-
status:
|
|
2020
|
-
statusBarData:
|
|
2019
|
+
status: a,
|
|
2020
|
+
statusBarData: s,
|
|
2021
2021
|
value: o ? "$0" : L(t.ninety_day_spend, "0,0.00")
|
|
2022
2022
|
}
|
|
2023
2023
|
);
|
|
2024
|
-
}, Fr = S(Rr), Pr = ({
|
|
2025
|
-
|
|
2026
|
-
}) => {
|
|
2027
|
-
const r = E(), { monthlySummaries: n } = F(), { finstrong: o, goals: s, spending: i } = v(), { selectedAccounts: c } = j(), { categories: p, dateRangeCategoryTotals: l, loadDateRangeCategoryTotals: d } = Ye(), { appDataStore: _ } = Kn(), [h, b] = m.useState("");
|
|
2024
|
+
}, Fr = S(Rr), Pr = () => {
|
|
2025
|
+
const t = E(), { monthlySummaries: r, handleFinstrongWidgetPrimaryCtaClick: n } = F(), { finstrong: o, goals: l, spending: a } = v(), { selectedAccounts: s } = j(), { categories: p, dateRangeCategoryTotals: c, loadDateRangeCategoryTotals: d } = Ye(), { appDataStore: _ } = Kn(), [h, b] = m.useState("");
|
|
2028
2026
|
m.useEffect(() => {
|
|
2029
2027
|
d(
|
|
2030
|
-
|
|
2028
|
+
s,
|
|
2031
2029
|
Lt(/* @__PURE__ */ new Date()),
|
|
2032
2030
|
Wt(/* @__PURE__ */ new Date())
|
|
2033
2031
|
).finally();
|
|
2034
|
-
}, [
|
|
2032
|
+
}, [s]);
|
|
2035
2033
|
const f = m.useMemo(
|
|
2036
|
-
() => _o(p,
|
|
2037
|
-
[p,
|
|
2034
|
+
() => _o(p, l, t, c),
|
|
2035
|
+
[p, c]
|
|
2038
2036
|
), w = (g) => {
|
|
2039
2037
|
b(h === g ? "" : g);
|
|
2040
|
-
}, { totalSpending: y, totalIncome: D } = m.useMemo(() =>
|
|
2038
|
+
}, { totalSpending: y, totalIncome: D } = m.useMemo(() => r?.reduce(
|
|
2041
2039
|
(g, { standard_spend: x = 0, income: M = 0 }) => ({
|
|
2042
2040
|
totalSpending: g.totalSpending + x,
|
|
2043
2041
|
totalIncome: g.totalIncome + M
|
|
2044
2042
|
}),
|
|
2045
2043
|
{ totalSpending: 0, totalIncome: 0 }
|
|
2046
|
-
), [
|
|
2047
|
-
return /* @__PURE__ */
|
|
2048
|
-
|
|
2044
|
+
), [r]);
|
|
2045
|
+
return /* @__PURE__ */ i(u, { sx: { gap: 24 }, children: [
|
|
2046
|
+
r.length ? /* @__PURE__ */ e(
|
|
2049
2047
|
jt,
|
|
2050
2048
|
{
|
|
2051
2049
|
..._.appData.client_profile?.allow_trends_widget && {
|
|
2052
2050
|
buttonLabel: o.key_indicators_spend.spend_less_than_you_make_drawer.view_more
|
|
2053
2051
|
},
|
|
2054
2052
|
chartFor: "spending_vs_income",
|
|
2055
|
-
data:
|
|
2053
|
+
data: r,
|
|
2056
2054
|
legendLabelComparison: o.key_indicators_spend.spend_less_than_you_make_drawer.income,
|
|
2057
2055
|
legendLabelMain: o.key_indicators_spend.spend_less_than_you_make_drawer.spending,
|
|
2058
|
-
onClick: () =>
|
|
2056
|
+
onClick: () => n("Trends")(),
|
|
2059
2057
|
title: o.key_indicators_spend.spend_less_than_you_make_drawer.trends,
|
|
2060
2058
|
totalComparison: L(D, "0,0.00"),
|
|
2061
2059
|
totalMain: L(y, "0,0.00")
|
|
@@ -2081,7 +2079,7 @@ const B = {
|
|
|
2081
2079
|
variant: "no-buttons"
|
|
2082
2080
|
}
|
|
2083
2081
|
),
|
|
2084
|
-
f ? /* @__PURE__ */
|
|
2082
|
+
f ? /* @__PURE__ */ i(
|
|
2085
2083
|
K,
|
|
2086
2084
|
{
|
|
2087
2085
|
sx: {
|
|
@@ -2089,7 +2087,7 @@ const B = {
|
|
|
2089
2087
|
py: 24
|
|
2090
2088
|
},
|
|
2091
2089
|
children: [
|
|
2092
|
-
/* @__PURE__ */
|
|
2090
|
+
/* @__PURE__ */ i(
|
|
2093
2091
|
u,
|
|
2094
2092
|
{
|
|
2095
2093
|
sx: {
|
|
@@ -2105,7 +2103,7 @@ const B = {
|
|
|
2105
2103
|
W,
|
|
2106
2104
|
{
|
|
2107
2105
|
endIcon: /* @__PURE__ */ e(Z, {}),
|
|
2108
|
-
onClick: () =>
|
|
2106
|
+
onClick: () => n("Spending")(),
|
|
2109
2107
|
size: "small",
|
|
2110
2108
|
sx: {
|
|
2111
2109
|
pl: 8,
|
|
@@ -2118,14 +2116,14 @@ const B = {
|
|
|
2118
2116
|
]
|
|
2119
2117
|
}
|
|
2120
2118
|
),
|
|
2121
|
-
/* @__PURE__ */
|
|
2119
|
+
/* @__PURE__ */ i(u, { sx: { gap: 12, py: 16, flexDirection: "row", justifyContent: "center" }, children: [
|
|
2122
2120
|
/* @__PURE__ */ e(
|
|
2123
2121
|
ho,
|
|
2124
2122
|
{
|
|
2125
2123
|
data: f,
|
|
2126
2124
|
onSelected: w,
|
|
2127
2125
|
selectedId: h,
|
|
2128
|
-
totalLabel:
|
|
2126
|
+
totalLabel: a.total_spending
|
|
2129
2127
|
}
|
|
2130
2128
|
),
|
|
2131
2129
|
/* @__PURE__ */ e(
|
|
@@ -2168,27 +2166,26 @@ const B = {
|
|
|
2168
2166
|
}, Lr = ({
|
|
2169
2167
|
drawerFor: t,
|
|
2170
2168
|
isOpen: r,
|
|
2171
|
-
onClose: n
|
|
2172
|
-
onPrimaryCtaClick: o
|
|
2169
|
+
onClose: n
|
|
2173
2170
|
}) => {
|
|
2174
|
-
const { finstrong:
|
|
2171
|
+
const { finstrong: o } = v(), a = {
|
|
2175
2172
|
spendLessThanYouMake: {
|
|
2176
|
-
title:
|
|
2177
|
-
description:
|
|
2173
|
+
title: o.key_indicators_spend.spend_less_than_you_make_drawer.spend_less_than_you_make_title,
|
|
2174
|
+
description: o.key_indicators_spend.spend_less_than_you_make_drawer.spend_less_than_you_make_description,
|
|
2178
2175
|
stickyComponent: /* @__PURE__ */ e(Fr, {}),
|
|
2179
|
-
content: /* @__PURE__ */ e(Br, {
|
|
2176
|
+
content: /* @__PURE__ */ e(Br, {}),
|
|
2180
2177
|
drawerType: "connectDrawer",
|
|
2181
|
-
connectTitle:
|
|
2182
|
-
connectDescription:
|
|
2178
|
+
connectTitle: o.connect_your_accounts,
|
|
2179
|
+
connectDescription: o.connect_more_accounts_to_unlock_a_fuller_understanding_of_your_finances
|
|
2183
2180
|
},
|
|
2184
2181
|
payBillsOnTime: {
|
|
2185
|
-
title:
|
|
2186
|
-
description:
|
|
2182
|
+
title: o.key_indicators_spend.pay_bills_on_time_drawer.pay_bills_on_time_title,
|
|
2183
|
+
description: o.key_indicators_spend.pay_bills_on_time_drawer.pay_bills_on_time_description,
|
|
2187
2184
|
stickyComponent: /* @__PURE__ */ e(hr, {}),
|
|
2188
2185
|
content: /* @__PURE__ */ e(ur, {}),
|
|
2189
2186
|
drawerType: "connectDrawer",
|
|
2190
|
-
connectTitle:
|
|
2191
|
-
connectDescription:
|
|
2187
|
+
connectTitle: o.connect_your_accounts,
|
|
2188
|
+
connectDescription: o.connect_more_accounts_to_unlock_a_fuller_understanding_of_your_finances
|
|
2192
2189
|
},
|
|
2193
2190
|
maintainEmergencySavings: {
|
|
2194
2191
|
content: /* @__PURE__ */ e(rr, {}),
|
|
@@ -2196,17 +2193,17 @@ const B = {
|
|
|
2196
2193
|
stickyComponent: /* @__PURE__ */ e(cr, {}),
|
|
2197
2194
|
title: Ee.maintain_emergency_savings_title,
|
|
2198
2195
|
drawerType: "connectDrawer",
|
|
2199
|
-
connectTitle:
|
|
2200
|
-
connectDescription:
|
|
2196
|
+
connectTitle: o.connect_your_accounts,
|
|
2197
|
+
connectDescription: o.connect_more_accounts_to_unlock_a_fuller_understanding_of_your_finances
|
|
2201
2198
|
},
|
|
2202
2199
|
haveManageableDebt: {
|
|
2203
|
-
title:
|
|
2204
|
-
description:
|
|
2200
|
+
title: o.key_indicators_borrow.have_manageable_debt_drawer.have_manageable_debt_title,
|
|
2201
|
+
description: o.key_indicators_borrow.have_manageable_debt_drawer.have_manageable_debt_description,
|
|
2205
2202
|
stickyComponent: /* @__PURE__ */ e(wr, {}),
|
|
2206
2203
|
content: /* @__PURE__ */ e(Or, {}),
|
|
2207
2204
|
drawerType: "connectDrawer",
|
|
2208
|
-
connectTitle:
|
|
2209
|
-
connectDescription:
|
|
2205
|
+
connectTitle: o.dont_see_all_your_accounts,
|
|
2206
|
+
connectDescription: o.connect_more_accounts_to_view_more_accurate_financial_picture
|
|
2210
2207
|
},
|
|
2211
2208
|
haveAGoodCreditScore: {
|
|
2212
2209
|
title: /* @__PURE__ */ e(Xo, {}),
|
|
@@ -2215,29 +2212,29 @@ const B = {
|
|
|
2215
2212
|
content: /* @__PURE__ */ e(jo, {})
|
|
2216
2213
|
},
|
|
2217
2214
|
saveEnoughToLiveOn: {
|
|
2218
|
-
title:
|
|
2219
|
-
description:
|
|
2215
|
+
title: o.key_indicators_save.drawer_title,
|
|
2216
|
+
description: o.key_indicators_save.drawer_description,
|
|
2220
2217
|
stickyComponent: /* @__PURE__ */ e(Cr, {}),
|
|
2221
2218
|
content: /* @__PURE__ */ e(xr, {}),
|
|
2222
2219
|
drawerType: "connectDrawer",
|
|
2223
|
-
connectTitle:
|
|
2224
|
-
connectDescription:
|
|
2220
|
+
connectTitle: o.dont_see_all_your_accounts,
|
|
2221
|
+
connectDescription: o.connect_more_accounts_to_view_more_accurate_financial_picture
|
|
2225
2222
|
}
|
|
2226
2223
|
}[t];
|
|
2227
2224
|
return /* @__PURE__ */ e(
|
|
2228
2225
|
Ht,
|
|
2229
2226
|
{
|
|
2230
|
-
connectDescription:
|
|
2231
|
-
connectTitle:
|
|
2232
|
-
description:
|
|
2233
|
-
drawerTitle:
|
|
2234
|
-
drawerType:
|
|
2227
|
+
connectDescription: a?.connectDescription,
|
|
2228
|
+
connectTitle: a?.connectTitle,
|
|
2229
|
+
description: a?.description,
|
|
2230
|
+
drawerTitle: o.key_indicators,
|
|
2231
|
+
drawerType: a.drawerType,
|
|
2235
2232
|
isOpen: r,
|
|
2236
2233
|
loadConnectAccountsCard: !0,
|
|
2237
2234
|
onClose: n,
|
|
2238
|
-
stickyComponent:
|
|
2239
|
-
title:
|
|
2240
|
-
children: /* @__PURE__ */ e(u, { sx: { gap: 16 }, children:
|
|
2235
|
+
stickyComponent: a.stickyComponent,
|
|
2236
|
+
title: a.title,
|
|
2237
|
+
children: /* @__PURE__ */ e(u, { sx: { gap: 16 }, children: a.content })
|
|
2241
2238
|
}
|
|
2242
2239
|
);
|
|
2243
2240
|
}, Wr = S(Lr), xe = ({
|
|
@@ -2245,14 +2242,14 @@ const B = {
|
|
|
2245
2242
|
title: r,
|
|
2246
2243
|
description: n,
|
|
2247
2244
|
cardState: o = "MISSING",
|
|
2248
|
-
onPrimaryCtaClick:
|
|
2245
|
+
onPrimaryCtaClick: l
|
|
2249
2246
|
}) => {
|
|
2250
|
-
const [
|
|
2251
|
-
return /* @__PURE__ */
|
|
2252
|
-
/* @__PURE__ */
|
|
2247
|
+
const [a, s] = m.useState(!1);
|
|
2248
|
+
return /* @__PURE__ */ i(z, { children: [
|
|
2249
|
+
/* @__PURE__ */ i(
|
|
2253
2250
|
u,
|
|
2254
2251
|
{
|
|
2255
|
-
onClick: () =>
|
|
2252
|
+
onClick: () => s(!0),
|
|
2256
2253
|
sx: {
|
|
2257
2254
|
alignItems: "center",
|
|
2258
2255
|
flexDirection: "row",
|
|
@@ -2265,8 +2262,8 @@ const B = {
|
|
|
2265
2262
|
cursor: "pointer"
|
|
2266
2263
|
},
|
|
2267
2264
|
children: [
|
|
2268
|
-
/* @__PURE__ */
|
|
2269
|
-
/* @__PURE__ */
|
|
2265
|
+
/* @__PURE__ */ i(u, { sx: { gap: 4 }, children: [
|
|
2266
|
+
/* @__PURE__ */ i(u, { sx: { alignItems: "center", flexDirection: "row", gap: 8 }, children: [
|
|
2270
2267
|
/* @__PURE__ */ e(k, { sx: { fontWeight: 600 }, variant: "body1", children: r }),
|
|
2271
2268
|
/* @__PURE__ */ e(Le, { status: o })
|
|
2272
2269
|
] }),
|
|
@@ -2280,156 +2277,156 @@ const B = {
|
|
|
2280
2277
|
Wr,
|
|
2281
2278
|
{
|
|
2282
2279
|
drawerFor: t,
|
|
2283
|
-
isOpen:
|
|
2284
|
-
onClose: () =>
|
|
2285
|
-
onPrimaryCtaClick:
|
|
2280
|
+
isOpen: a,
|
|
2281
|
+
onClose: () => s(!1),
|
|
2282
|
+
onPrimaryCtaClick: l
|
|
2286
2283
|
}
|
|
2287
2284
|
)
|
|
2288
2285
|
] });
|
|
2289
2286
|
}, $r = ({ onPrimaryCtaClick: t }) => {
|
|
2290
|
-
const { finstrong: r } = v(), { key_indicators_spend: n } = r, { healthScore: o } = F(),
|
|
2291
|
-
const
|
|
2287
|
+
const { finstrong: r } = v(), { key_indicators_spend: n } = r, { healthScore: o } = F(), l = (p) => {
|
|
2288
|
+
const c = $n(p), d = {
|
|
2292
2289
|
GOOD: n.ratio_good_description,
|
|
2293
2290
|
FAIR: n.ratio_fair_description,
|
|
2294
2291
|
OFF_TRACK: n.ratio_off_track_description,
|
|
2295
2292
|
MISSING: n.ratio_missing_description
|
|
2296
|
-
}, _ =
|
|
2293
|
+
}, _ = c === "MISSING" ? d[c] : Y(d[c], p);
|
|
2297
2294
|
return {
|
|
2298
|
-
cardState:
|
|
2295
|
+
cardState: c,
|
|
2299
2296
|
description: _,
|
|
2300
2297
|
title: n.ratio_card_title
|
|
2301
2298
|
};
|
|
2302
|
-
}, { spendToIncomeRatio:
|
|
2303
|
-
const p = o.spend_to_income_ratio !== null ? Math.round(o.spend_to_income_ratio * 100) : null,
|
|
2299
|
+
}, { spendToIncomeRatio: a, spendFeeCount: s } = m.useMemo(() => {
|
|
2300
|
+
const p = o.spend_to_income_ratio !== null ? Math.round(o.spend_to_income_ratio * 100) : null, c = l(p), d = Wn(
|
|
2304
2301
|
o.spending_fee_transaction_count,
|
|
2305
2302
|
n
|
|
2306
2303
|
);
|
|
2307
|
-
return { spendToIncomeRatio:
|
|
2304
|
+
return { spendToIncomeRatio: c, spendFeeCount: d };
|
|
2308
2305
|
}, [
|
|
2309
2306
|
o.spend_to_income_ratio,
|
|
2310
2307
|
o.spending_fee_transaction_count,
|
|
2311
2308
|
n,
|
|
2312
2309
|
r
|
|
2313
2310
|
]);
|
|
2314
|
-
return /* @__PURE__ */
|
|
2311
|
+
return /* @__PURE__ */ i(u, { sx: { gap: 24, p: 8, pt: 24 }, children: [
|
|
2315
2312
|
/* @__PURE__ */ e(
|
|
2316
2313
|
xe,
|
|
2317
2314
|
{
|
|
2318
|
-
cardState:
|
|
2319
|
-
description:
|
|
2315
|
+
cardState: a.cardState,
|
|
2316
|
+
description: a.description,
|
|
2320
2317
|
drawerFor: _e.SpendLessThanYouMake,
|
|
2321
2318
|
onPrimaryCtaClick: t,
|
|
2322
|
-
title:
|
|
2319
|
+
title: a.title
|
|
2323
2320
|
}
|
|
2324
2321
|
),
|
|
2325
2322
|
/* @__PURE__ */ e(
|
|
2326
2323
|
xe,
|
|
2327
2324
|
{
|
|
2328
|
-
cardState:
|
|
2329
|
-
description:
|
|
2325
|
+
cardState: s.cardState,
|
|
2326
|
+
description: s.description,
|
|
2330
2327
|
drawerFor: _e.PayBillsOnTime,
|
|
2331
|
-
title:
|
|
2328
|
+
title: s.title
|
|
2332
2329
|
}
|
|
2333
2330
|
)
|
|
2334
2331
|
] });
|
|
2335
2332
|
}, zr = S($r), Er = () => {
|
|
2336
2333
|
const { healthScore: t } = F(), { finstrong: r } = v(), { key_indicators_save: n } = r, o = (p) => {
|
|
2337
|
-
const
|
|
2334
|
+
const c = wt(p), d = {
|
|
2338
2335
|
GOOD: n.days_of_cash_good_description,
|
|
2339
2336
|
FAIR: n.days_of_cash_fair_description,
|
|
2340
2337
|
OFF_TRACK: n.days_of_cash_off_track_description,
|
|
2341
2338
|
MISSING: n.days_of_cash_missing_description
|
|
2342
|
-
}, _ =
|
|
2339
|
+
}, _ = c === "MISSING" ? d[c] : Y(d[c], p);
|
|
2343
2340
|
return {
|
|
2344
|
-
cardState:
|
|
2341
|
+
cardState: c,
|
|
2345
2342
|
description: _,
|
|
2346
2343
|
title: n.days_of_cash_title
|
|
2347
2344
|
};
|
|
2348
|
-
},
|
|
2349
|
-
const
|
|
2345
|
+
}, l = (p) => {
|
|
2346
|
+
const c = vt(p), d = {
|
|
2350
2347
|
GOOD: n.emergency_savings_good_description,
|
|
2351
2348
|
FAIR: n.emergency_savings_fair_description,
|
|
2352
2349
|
OFF_TRACK: n.emergency_savings_off_track_description,
|
|
2353
2350
|
MISSING: n.emergency_savings_missing_description
|
|
2354
2351
|
};
|
|
2355
2352
|
let _;
|
|
2356
|
-
return
|
|
2357
|
-
d[
|
|
2353
|
+
return c === "FAIR" && p !== null ? _ = Y(
|
|
2354
|
+
d[c],
|
|
2358
2355
|
L(p, "0,0.00")
|
|
2359
|
-
) : _ = d[
|
|
2360
|
-
cardState:
|
|
2356
|
+
) : _ = d[c], {
|
|
2357
|
+
cardState: c,
|
|
2361
2358
|
description: _,
|
|
2362
2359
|
title: n.emergency_savings_title
|
|
2363
2360
|
};
|
|
2364
|
-
}, { daysOfCashOnHand:
|
|
2365
|
-
const p = t.months_of_cash_on_hand !== null ? Math.round(t.months_of_cash_on_hand * 30) : null,
|
|
2366
|
-
return { daysOfCashOnHand:
|
|
2361
|
+
}, { daysOfCashOnHand: a, emergencySavings: s } = m.useMemo(() => {
|
|
2362
|
+
const p = t.months_of_cash_on_hand !== null ? Math.round(t.months_of_cash_on_hand * 30) : null, c = o(p), d = t.emergency_savings_on_hand !== null ? Math.round(t.emergency_savings_on_hand) : null, _ = l(d);
|
|
2363
|
+
return { daysOfCashOnHand: c, emergencySavings: _ };
|
|
2367
2364
|
}, [
|
|
2368
2365
|
t.months_of_cash_on_hand,
|
|
2369
2366
|
t.emergency_savings_on_hand,
|
|
2370
2367
|
n,
|
|
2371
2368
|
r
|
|
2372
2369
|
]);
|
|
2373
|
-
return /* @__PURE__ */
|
|
2370
|
+
return /* @__PURE__ */ i(u, { direction: "column", gap: 24, sx: { p: 8, pt: 24 }, children: [
|
|
2374
2371
|
/* @__PURE__ */ e(
|
|
2375
2372
|
xe,
|
|
2376
2373
|
{
|
|
2377
|
-
cardState:
|
|
2378
|
-
description:
|
|
2374
|
+
cardState: a.cardState,
|
|
2375
|
+
description: a.description,
|
|
2379
2376
|
drawerFor: _e.SaveEnoughToLiveOn,
|
|
2380
|
-
title:
|
|
2377
|
+
title: a.title
|
|
2381
2378
|
}
|
|
2382
2379
|
),
|
|
2383
2380
|
/* @__PURE__ */ e(
|
|
2384
2381
|
xe,
|
|
2385
2382
|
{
|
|
2386
|
-
cardState:
|
|
2387
|
-
description:
|
|
2383
|
+
cardState: s.cardState,
|
|
2384
|
+
description: s.description,
|
|
2388
2385
|
drawerFor: _e.MaintainEmergencySavings,
|
|
2389
|
-
title:
|
|
2386
|
+
title: s.title
|
|
2390
2387
|
}
|
|
2391
2388
|
)
|
|
2392
2389
|
] });
|
|
2393
2390
|
}, Gr = S(Er), Hr = () => {
|
|
2394
|
-
const { healthScore: t } = F(), { finstrong: r } = v(), { key_indicators_borrow: n } = r, { user: o } = Q(),
|
|
2395
|
-
const d = zn(
|
|
2391
|
+
const { healthScore: t } = F(), { finstrong: r } = v(), { key_indicators_borrow: n } = r, { user: o } = Q(), l = (c) => {
|
|
2392
|
+
const d = zn(c), _ = {
|
|
2396
2393
|
GOOD: n.manage_debit_good_description,
|
|
2397
2394
|
FAIR: n.manage_debit_fair_description,
|
|
2398
2395
|
OFF_TRACK: n.manage_debit_off_track_description,
|
|
2399
2396
|
MISSING: n.manage_debit_missing_description
|
|
2400
|
-
}, h = d === "FAIR" || d === "OFF_TRACK" ? Y(_[d],
|
|
2397
|
+
}, h = d === "FAIR" || d === "OFF_TRACK" ? Y(_[d], c) : _[d];
|
|
2401
2398
|
return {
|
|
2402
2399
|
cardState: d,
|
|
2403
2400
|
description: h,
|
|
2404
2401
|
title: n.manage_debit_title
|
|
2405
2402
|
};
|
|
2406
|
-
},
|
|
2407
|
-
const d = Ct(
|
|
2403
|
+
}, a = (c) => {
|
|
2404
|
+
const d = Ct(c), _ = {
|
|
2408
2405
|
GOOD: n.credit_score_good_description,
|
|
2409
2406
|
FAIR: n.credit_score_fair_description,
|
|
2410
2407
|
OFF_TRACK: n.credit_score_off_track_description,
|
|
2411
2408
|
MISSING: n.credit_score_missing_description
|
|
2412
|
-
}, h = d === "MISSING" ? _[d] : Y(_[d],
|
|
2409
|
+
}, h = d === "MISSING" ? _[d] : Y(_[d], c);
|
|
2413
2410
|
return {
|
|
2414
2411
|
cardState: d,
|
|
2415
2412
|
description: h,
|
|
2416
2413
|
title: n.credit_score_title
|
|
2417
2414
|
};
|
|
2418
|
-
}, { manageDebtStatus:
|
|
2419
|
-
const
|
|
2415
|
+
}, { manageDebtStatus: s, creditScoreStatus: p } = m.useMemo(() => {
|
|
2416
|
+
const c = t.debt_to_income_ratio !== null ? Math.round(t.debt_to_income_ratio * 100) : null, d = l(c), _ = a(o.credit_score || null);
|
|
2420
2417
|
return {
|
|
2421
2418
|
manageDebtStatus: d,
|
|
2422
2419
|
creditScoreStatus: _
|
|
2423
2420
|
};
|
|
2424
2421
|
}, [t.debt_to_income_ratio, o.credit_score, n, r]);
|
|
2425
|
-
return /* @__PURE__ */
|
|
2422
|
+
return /* @__PURE__ */ i(u, { direction: "column", gap: 24, sx: { p: 8, pt: 24 }, children: [
|
|
2426
2423
|
/* @__PURE__ */ e(
|
|
2427
2424
|
xe,
|
|
2428
2425
|
{
|
|
2429
|
-
cardState:
|
|
2430
|
-
description:
|
|
2426
|
+
cardState: s.cardState,
|
|
2427
|
+
description: s.description,
|
|
2431
2428
|
drawerFor: _e.HaveManageableDebt,
|
|
2432
|
-
title:
|
|
2429
|
+
title: s.title
|
|
2433
2430
|
}
|
|
2434
2431
|
),
|
|
2435
2432
|
/* @__PURE__ */ e(
|
|
@@ -2444,13 +2441,13 @@ const B = {
|
|
|
2444
2441
|
] });
|
|
2445
2442
|
}, Nr = S(Hr), Kr = ({ onPrimaryCtaClick: t }) => {
|
|
2446
2443
|
const [r, n] = m.useState(0), { finstrong: o } = v();
|
|
2447
|
-
return /* @__PURE__ */
|
|
2448
|
-
/* @__PURE__ */
|
|
2444
|
+
return /* @__PURE__ */ i(z, { children: [
|
|
2445
|
+
/* @__PURE__ */ i(
|
|
2449
2446
|
qe,
|
|
2450
2447
|
{
|
|
2451
2448
|
"aria-label": "Key Indicators",
|
|
2452
2449
|
centered: !0,
|
|
2453
|
-
onChange: (
|
|
2450
|
+
onChange: (l, a) => n(a),
|
|
2454
2451
|
sx: {
|
|
2455
2452
|
mb: 0,
|
|
2456
2453
|
"& .MuiTab-root": {
|
|
@@ -2503,9 +2500,9 @@ const B = {
|
|
|
2503
2500
|
] });
|
|
2504
2501
|
}, jr = S(Kr), Yr = ({ onClick: t }) => {
|
|
2505
2502
|
const { finstrong: r } = v(), { isCopyLoaded: n } = j();
|
|
2506
|
-
return n ? /* @__PURE__ */
|
|
2503
|
+
return n ? /* @__PURE__ */ i(u, { sx: { alignItems: "center", gap: 12, pt: 12, pb: 32 }, children: [
|
|
2507
2504
|
/* @__PURE__ */ e(bt, { size: 48 }),
|
|
2508
|
-
/* @__PURE__ */
|
|
2505
|
+
/* @__PURE__ */ i(u, { sx: { alignItems: "center", gap: 4, textAlign: "center" }, children: [
|
|
2509
2506
|
/* @__PURE__ */ e(N, { children: r.missing_data_title }),
|
|
2510
2507
|
/* @__PURE__ */ e(k, { sx: { width: { sm: 348 } }, variant: "subtitle1", children: r.missing_data_description })
|
|
2511
2508
|
] }),
|
|
@@ -2533,18 +2530,18 @@ const B = {
|
|
|
2533
2530
|
frequency: r,
|
|
2534
2531
|
secondDay: n,
|
|
2535
2532
|
incomeTransactions: o,
|
|
2536
|
-
setCurrentStep:
|
|
2537
|
-
setFirstDay:
|
|
2538
|
-
setFrequency:
|
|
2533
|
+
setCurrentStep: l,
|
|
2534
|
+
setFirstDay: a,
|
|
2535
|
+
setFrequency: s,
|
|
2539
2536
|
setSecondDay: p,
|
|
2540
|
-
transaction:
|
|
2541
|
-
}) => /* @__PURE__ */
|
|
2542
|
-
/* @__PURE__ */
|
|
2537
|
+
transaction: c
|
|
2538
|
+
}) => /* @__PURE__ */ i(m.Fragment, { children: [
|
|
2539
|
+
/* @__PURE__ */ i(u, { children: [
|
|
2543
2540
|
!!o.length && /* @__PURE__ */ e(C, { sx: { pb: 24 }, children: o.reduce((d, _, h) => {
|
|
2544
|
-
if (_.guid ===
|
|
2541
|
+
if (_.guid === c.guid) return d;
|
|
2545
2542
|
const b = Ne(h, o), f = Ft(h, o);
|
|
2546
2543
|
return d.push(
|
|
2547
|
-
/* @__PURE__ */
|
|
2544
|
+
/* @__PURE__ */ i(m.Fragment, { children: [
|
|
2548
2545
|
b && /* @__PURE__ */ e(Pt, { children: Ze(_.date) }),
|
|
2549
2546
|
/* @__PURE__ */ e(Bt, { transaction: _ }),
|
|
2550
2547
|
/* @__PURE__ */ e(ne, { sx: { ml: f ? 44 : 0 } })
|
|
@@ -2556,11 +2553,11 @@ const B = {
|
|
|
2556
2553
|
{
|
|
2557
2554
|
firstDay: t,
|
|
2558
2555
|
frequency: r,
|
|
2559
|
-
onFirstDayChange:
|
|
2560
|
-
onFrequencyChange:
|
|
2556
|
+
onFirstDayChange: a,
|
|
2557
|
+
onFrequencyChange: s,
|
|
2561
2558
|
onSecondDayChange: p,
|
|
2562
2559
|
secondDay: n,
|
|
2563
|
-
transaction:
|
|
2560
|
+
transaction: c
|
|
2564
2561
|
}
|
|
2565
2562
|
)
|
|
2566
2563
|
] }),
|
|
@@ -2568,7 +2565,7 @@ const B = {
|
|
|
2568
2565
|
W,
|
|
2569
2566
|
{
|
|
2570
2567
|
fullWidth: !0,
|
|
2571
|
-
onClick: () =>
|
|
2568
|
+
onClick: () => l({ step: O.MonthlyIncome, type: "main" }),
|
|
2572
2569
|
startIcon: /* @__PURE__ */ e(ft, {}),
|
|
2573
2570
|
children: Xr.add_more_income
|
|
2574
2571
|
}
|
|
@@ -2576,8 +2573,8 @@ const B = {
|
|
|
2576
2573
|
] }), Ur = S(qr), Zr = {
|
|
2577
2574
|
select_date: "Select Date"
|
|
2578
2575
|
}, Qr = ({ selectedDate: t, setSelectedDate: r }) => {
|
|
2579
|
-
const n = E(), o = (
|
|
2580
|
-
r(Math.floor(new Date(
|
|
2576
|
+
const n = E(), o = (l) => {
|
|
2577
|
+
r(Math.floor(new Date(l).getTime() / 1e3));
|
|
2581
2578
|
};
|
|
2582
2579
|
return /* @__PURE__ */ e(C, { sx: { p: 24 }, children: /* @__PURE__ */ e(Co, { dateAdapter: $t, children: /* @__PURE__ */ e(
|
|
2583
2580
|
vo,
|
|
@@ -2628,7 +2625,7 @@ const B = {
|
|
|
2628
2625
|
value: n ? t : ""
|
|
2629
2626
|
}
|
|
2630
2627
|
) });
|
|
2631
|
-
}, na = S(ta), Yt = ({ value: t, completeCopy: r }) => /* @__PURE__ */
|
|
2628
|
+
}, na = S(ta), Yt = ({ value: t, completeCopy: r }) => /* @__PURE__ */ i(u, { sx: { gap: 8 }, children: [
|
|
2632
2629
|
/* @__PURE__ */ e(u, { sx: { flexDirection: "row", gap: 4 }, children: Array.from({ length: 4 }).map((n, o) => /* @__PURE__ */ e(
|
|
2633
2630
|
C,
|
|
2634
2631
|
{
|
|
@@ -2641,7 +2638,7 @@ const B = {
|
|
|
2641
2638
|
},
|
|
2642
2639
|
o
|
|
2643
2640
|
)) }),
|
|
2644
|
-
/* @__PURE__ */
|
|
2641
|
+
/* @__PURE__ */ i(I, { sx: { color: "text.secondary" }, variant: "body2", children: [
|
|
2645
2642
|
t / 4 * 100,
|
|
2646
2643
|
"% ",
|
|
2647
2644
|
r
|
|
@@ -2651,8 +2648,8 @@ const B = {
|
|
|
2651
2648
|
primaryText: r,
|
|
2652
2649
|
secondaryText: n,
|
|
2653
2650
|
value: o
|
|
2654
|
-
}) => /* @__PURE__ */
|
|
2655
|
-
/* @__PURE__ */
|
|
2651
|
+
}) => /* @__PURE__ */ i(u, { sx: { gap: 20, p: 24 }, children: [
|
|
2652
|
+
/* @__PURE__ */ i(u, { sx: { gap: 8 }, children: [
|
|
2656
2653
|
/* @__PURE__ */ e(N, { children: r }),
|
|
2657
2654
|
/* @__PURE__ */ e(k, { variant: "subtitle1", children: n })
|
|
2658
2655
|
] }),
|
|
@@ -2679,7 +2676,7 @@ const B = {
|
|
|
2679
2676
|
do_it_later: "Do It Later",
|
|
2680
2677
|
next: "Next"
|
|
2681
2678
|
}, ra = ({ isOpen: t, onClose: r }) => {
|
|
2682
|
-
const { visibleAccounts: n } = Me(), { calculateHealthScore: o } = F(), { finstrong:
|
|
2679
|
+
const { visibleAccounts: n } = Me(), { calculateHealthScore: o } = F(), { finstrong: l } = v(), { setSelectedAccounts: a } = j(), { addRepeatingTransaction: s, setDateRange: p } = Ve(), { filter: c, setFilter: d, transactions: _ } = jn(), { user: h, userProfile: b, updateUser: f, updateUserProfile: w } = Q(), [y, D] = m.useState(h.credit_score || 0), [g, x] = m.useState(
|
|
2683
2680
|
ht
|
|
2684
2681
|
), [M, $] = m.useState(1), [G, H] = m.useState(Ot.EveryMonth), [T, V] = m.useState([]), [re, ae] = m.useState(!1), [Ce, ie] = m.useState(!1), [X, se] = m.useState(h.birthday), [ce, he] = m.useState(15), [q, Je] = m.useState("");
|
|
2685
2682
|
m.useEffect(() => {
|
|
@@ -2692,7 +2689,7 @@ const B = {
|
|
|
2692
2689
|
end: /* @__PURE__ */ new Date()
|
|
2693
2690
|
},
|
|
2694
2691
|
custom: pt
|
|
2695
|
-
}),
|
|
2692
|
+
}), a(n);
|
|
2696
2693
|
}, [n]);
|
|
2697
2694
|
const et = m.useMemo(
|
|
2698
2695
|
() => _.find((A) => A.guid === q),
|
|
@@ -2708,7 +2705,7 @@ const B = {
|
|
|
2708
2705
|
return A >= O.MonthlyIncome && le && R++, A >= O.Birthday && T.length && R++, A >= O.CreditScore && (h.birthday || h.credit_score) && R++, R;
|
|
2709
2706
|
}, [g.step, le, T.length, h.birthday, h.credit_score]), qt = (A) => {
|
|
2710
2707
|
d({
|
|
2711
|
-
...
|
|
2708
|
+
...c,
|
|
2712
2709
|
custom: (R) => A ? So(R, A) : pt(R)
|
|
2713
2710
|
});
|
|
2714
2711
|
}, Ut = {
|
|
@@ -2837,14 +2834,14 @@ const B = {
|
|
|
2837
2834
|
transaction_type: dn,
|
|
2838
2835
|
user_guid: h.guid
|
|
2839
2836
|
};
|
|
2840
|
-
await
|
|
2837
|
+
await s(un, R);
|
|
2841
2838
|
}
|
|
2842
2839
|
}, me = Ut[g.step], De = g.step === O.ConnectAccounts, tn = {
|
|
2843
2840
|
fullWidth: !0,
|
|
2844
2841
|
...De && !le && { startIcon: /* @__PURE__ */ e(ft, {}) }
|
|
2845
2842
|
}, nn = !De || De && !le;
|
|
2846
|
-
return /* @__PURE__ */
|
|
2847
|
-
/* @__PURE__ */
|
|
2843
|
+
return /* @__PURE__ */ i(m.Fragment, { children: [
|
|
2844
|
+
/* @__PURE__ */ i(
|
|
2848
2845
|
te,
|
|
2849
2846
|
{
|
|
2850
2847
|
footerStyles: { px: 24, py: 16 },
|
|
@@ -2857,24 +2854,24 @@ const B = {
|
|
|
2857
2854
|
primaryText: me?.mainActionContent,
|
|
2858
2855
|
secondaryColor: "primary",
|
|
2859
2856
|
secondaryText: P.back,
|
|
2860
|
-
title:
|
|
2857
|
+
title: l.title,
|
|
2861
2858
|
...!re && { onPrimaryAction: Qt },
|
|
2862
2859
|
children: [
|
|
2863
|
-
re && /* @__PURE__ */
|
|
2860
|
+
re && /* @__PURE__ */ i(u, { sx: { alignItems: "center", gap: 24, position: "relative", px: 16, top: 126 }, children: [
|
|
2864
2861
|
/* @__PURE__ */ e(Pe, { children: P.calculate_primary }),
|
|
2865
2862
|
/* @__PURE__ */ e(k, { sx: { textAlign: "center" }, variant: "subtitle1", children: P.calculate_secondary })
|
|
2866
2863
|
] }),
|
|
2867
|
-
me && !re && /* @__PURE__ */
|
|
2864
|
+
me && !re && /* @__PURE__ */ i(m.Fragment, { children: [
|
|
2868
2865
|
/* @__PURE__ */ e(
|
|
2869
2866
|
oa,
|
|
2870
2867
|
{
|
|
2871
|
-
completeCopy:
|
|
2868
|
+
completeCopy: l.complete,
|
|
2872
2869
|
primaryText: me.primaryText,
|
|
2873
2870
|
secondaryText: me.secondaryText,
|
|
2874
2871
|
value: Xt
|
|
2875
2872
|
}
|
|
2876
2873
|
),
|
|
2877
|
-
g.type === "main" && /* @__PURE__ */
|
|
2874
|
+
g.type === "main" && /* @__PURE__ */ i(C, { children: [
|
|
2878
2875
|
me.main,
|
|
2879
2876
|
nn && /* @__PURE__ */ e(u, { sx: { alignItems: "center", px: 24, py: 12 }, children: /* @__PURE__ */ e(W, { fullWidth: !0, onClick: Zt, children: P.do_it_later }) })
|
|
2880
2877
|
] }),
|
|
@@ -2898,8 +2895,8 @@ const B = {
|
|
|
2898
2895
|
get_started: "Get Started"
|
|
2899
2896
|
}, ia = () => {
|
|
2900
2897
|
const [t, r] = m.useState(!1);
|
|
2901
|
-
return /* @__PURE__ */
|
|
2902
|
-
/* @__PURE__ */
|
|
2898
|
+
return /* @__PURE__ */ i(m.Fragment, { children: [
|
|
2899
|
+
/* @__PURE__ */ i(
|
|
2903
2900
|
u,
|
|
2904
2901
|
{
|
|
2905
2902
|
sx: {
|
|
@@ -2910,9 +2907,9 @@ const B = {
|
|
|
2910
2907
|
px: 16
|
|
2911
2908
|
},
|
|
2912
2909
|
children: [
|
|
2913
|
-
/* @__PURE__ */
|
|
2910
|
+
/* @__PURE__ */ i(u, { sx: { alignItems: { sm: "center" }, gap: 24, width: "100%" }, children: [
|
|
2914
2911
|
/* @__PURE__ */ e(C, { sx: { textAlign: "center" }, children: /* @__PURE__ */ e(Sn, { size: 72 }) }),
|
|
2915
|
-
/* @__PURE__ */
|
|
2912
|
+
/* @__PURE__ */ i(u, { sx: { gap: 4, textAlign: "center", width: { sm: 400 } }, children: [
|
|
2916
2913
|
/* @__PURE__ */ e(Pe, { children: Ge.onboarding_title }),
|
|
2917
2914
|
/* @__PURE__ */ e(k, { sx: { color: "text.secondary" }, variant: "subtitle1", children: Ge.onboarding_subtitle })
|
|
2918
2915
|
] })
|
|
@@ -2924,7 +2921,7 @@ const B = {
|
|
|
2924
2921
|
/* @__PURE__ */ e(aa, { isOpen: t, onClose: () => r(!1) })
|
|
2925
2922
|
] });
|
|
2926
2923
|
}, sa = ({ isOpen: t, onClose: r }) => {
|
|
2927
|
-
const { finstrong: n } = v(), o = E(), { updateUser:
|
|
2924
|
+
const { finstrong: n } = v(), o = E(), { updateUser: l, user: a } = Q(), [s, p] = m.useState(a.birthday), c = (_) => {
|
|
2928
2925
|
p(Math.floor(new Date(_).getTime() / 1e3));
|
|
2929
2926
|
};
|
|
2930
2927
|
return /* @__PURE__ */ e(
|
|
@@ -2933,7 +2930,7 @@ const B = {
|
|
|
2933
2930
|
isOpen: t,
|
|
2934
2931
|
onClose: r,
|
|
2935
2932
|
onPrimaryAction: () => {
|
|
2936
|
-
!
|
|
2933
|
+
!s || s === a.birthday || (l({ ...a, birthday: s }), r());
|
|
2937
2934
|
},
|
|
2938
2935
|
onSecondaryAction: r,
|
|
2939
2936
|
title: n.date_of_birth,
|
|
@@ -2941,7 +2938,7 @@ const B = {
|
|
|
2941
2938
|
wo,
|
|
2942
2939
|
{
|
|
2943
2940
|
disableFuture: !0,
|
|
2944
|
-
onChange:
|
|
2941
|
+
onChange: c,
|
|
2945
2942
|
slotProps: {
|
|
2946
2943
|
nextIconButton: {
|
|
2947
2944
|
sx: {
|
|
@@ -2967,7 +2964,7 @@ const B = {
|
|
|
2967
2964
|
"&:hover": { bgcolor: fe(o.palette.primary.light, 0.1) }
|
|
2968
2965
|
}
|
|
2969
2966
|
},
|
|
2970
|
-
value:
|
|
2967
|
+
value: s ? new Date(s * 1e3) : /* @__PURE__ */ new Date()
|
|
2971
2968
|
}
|
|
2972
2969
|
) })
|
|
2973
2970
|
}
|
|
@@ -2975,58 +2972,58 @@ const B = {
|
|
|
2975
2972
|
}, ca = S(sa), la = ({ isOpen: t, onClose: r }) => {
|
|
2976
2973
|
const { visibleFinstrongAccounts: n } = Me(), {
|
|
2977
2974
|
accounts: o,
|
|
2978
|
-
common:
|
|
2979
|
-
finstrong:
|
|
2980
|
-
} = v(), { repeatingTransactions:
|
|
2975
|
+
common: l,
|
|
2976
|
+
finstrong: a
|
|
2977
|
+
} = v(), { repeatingTransactions: s } = Ve(), { user: p } = Q(), c = s.reduce((f, w) => {
|
|
2981
2978
|
const { repeating_transaction_type: y, transactions: D, recurrence_type: g, amount: x } = w;
|
|
2982
2979
|
return y === Rt.Income && (D.length > 0 || g === Ot.EveryYear) ? f + x : f;
|
|
2983
2980
|
}, 0), [d, _] = m.useState(null), b = [
|
|
2984
2981
|
{
|
|
2985
|
-
dynamicCopy:
|
|
2986
|
-
fallbackLabel:
|
|
2982
|
+
dynamicCopy: a.add_profile_item,
|
|
2983
|
+
fallbackLabel: a.monthly_income,
|
|
2987
2984
|
icon: /* @__PURE__ */ e(Cn, {}),
|
|
2988
2985
|
key: ee.MonthlyIncome,
|
|
2989
|
-
label:
|
|
2990
|
-
value:
|
|
2986
|
+
label: a.monthly_income,
|
|
2987
|
+
value: c
|
|
2991
2988
|
},
|
|
2992
2989
|
{
|
|
2993
|
-
dynamicCopy:
|
|
2994
|
-
fallbackLabel:
|
|
2990
|
+
dynamicCopy: a.add_profile_item,
|
|
2991
|
+
fallbackLabel: a.date_of_birth,
|
|
2995
2992
|
icon: /* @__PURE__ */ e(vn, {}),
|
|
2996
2993
|
key: ee.DateOfBirth,
|
|
2997
|
-
label:
|
|
2994
|
+
label: a.date_of_birth,
|
|
2998
2995
|
value: p.birthday
|
|
2999
2996
|
},
|
|
3000
2997
|
{
|
|
3001
|
-
dynamicCopy:
|
|
3002
|
-
fallbackLabel:
|
|
2998
|
+
dynamicCopy: a.add_profile_item,
|
|
2999
|
+
fallbackLabel: a.credit_score,
|
|
3003
3000
|
icon: /* @__PURE__ */ e(Ke, {}),
|
|
3004
3001
|
key: ee.CreditScore,
|
|
3005
|
-
label:
|
|
3002
|
+
label: a.credit_score,
|
|
3006
3003
|
value: p.credit_score
|
|
3007
3004
|
},
|
|
3008
3005
|
{
|
|
3009
|
-
fallbackLabel:
|
|
3006
|
+
fallbackLabel: a.connect_your_accounts,
|
|
3010
3007
|
icon: /* @__PURE__ */ e(yt, {}),
|
|
3011
3008
|
key: ee.Connections,
|
|
3012
|
-
label:
|
|
3009
|
+
label: a.connections,
|
|
3013
3010
|
value: n.length > 0 ? Y(
|
|
3014
|
-
|
|
3011
|
+
a.connected_account,
|
|
3015
3012
|
String(n.length),
|
|
3016
|
-
n.length > 1 ?
|
|
3013
|
+
n.length > 1 ? a.accounts : a.account
|
|
3017
3014
|
) : void 0
|
|
3018
3015
|
}
|
|
3019
3016
|
].map((f) => En(f));
|
|
3020
|
-
return /* @__PURE__ */
|
|
3021
|
-
/* @__PURE__ */
|
|
3022
|
-
/* @__PURE__ */
|
|
3023
|
-
/* @__PURE__ */ e(N, { children:
|
|
3024
|
-
/* @__PURE__ */ e(k, { children:
|
|
3017
|
+
return /* @__PURE__ */ i(te, { isOpen: t, onClose: r, title: a.financial_profile, children: [
|
|
3018
|
+
/* @__PURE__ */ i(u, { sx: { gap: 20, p: 24 }, children: [
|
|
3019
|
+
/* @__PURE__ */ i(u, { sx: { gap: 8 }, children: [
|
|
3020
|
+
/* @__PURE__ */ e(N, { children: a.your_financial_profile }),
|
|
3021
|
+
/* @__PURE__ */ e(k, { children: a.financial_profile_description })
|
|
3025
3022
|
] }),
|
|
3026
3023
|
/* @__PURE__ */ e(
|
|
3027
3024
|
Yt,
|
|
3028
3025
|
{
|
|
3029
|
-
completeCopy:
|
|
3026
|
+
completeCopy: a.complete,
|
|
3030
3027
|
value: b.reduce((f, w) => f + (w.isComplete ? 1 : 0), 0)
|
|
3031
3028
|
}
|
|
3032
3029
|
)
|
|
@@ -3035,11 +3032,11 @@ const B = {
|
|
|
3035
3032
|
/* @__PURE__ */ e(C, { sx: { p: 24 }, children: /* @__PURE__ */ e(
|
|
3036
3033
|
Be,
|
|
3037
3034
|
{
|
|
3038
|
-
description:
|
|
3035
|
+
description: a.connect_more_accounts_to_view_more_accurate_financial_picture,
|
|
3039
3036
|
drawerType: "connectDrawer",
|
|
3040
3037
|
isDashboard: !0,
|
|
3041
|
-
title:
|
|
3042
|
-
titleDrawer:
|
|
3038
|
+
title: a.dont_see_all_your_accounts,
|
|
3039
|
+
titleDrawer: l.add_accounts
|
|
3043
3040
|
}
|
|
3044
3041
|
) }),
|
|
3045
3042
|
/* @__PURE__ */ e(
|
|
@@ -3047,7 +3044,7 @@ const B = {
|
|
|
3047
3044
|
{
|
|
3048
3045
|
isOpen: d === ee.MonthlyIncome,
|
|
3049
3046
|
onClose: () => _(null),
|
|
3050
|
-
title:
|
|
3047
|
+
title: l.settings,
|
|
3051
3048
|
children: /* @__PURE__ */ e(ko, {})
|
|
3052
3049
|
}
|
|
3053
3050
|
),
|
|
@@ -3065,8 +3062,8 @@ const B = {
|
|
|
3065
3062
|
}, da = S(la), mt = ({
|
|
3066
3063
|
content: t,
|
|
3067
3064
|
islast: r = !1
|
|
3068
|
-
}) => /* @__PURE__ */
|
|
3069
|
-
/* @__PURE__ */
|
|
3065
|
+
}) => /* @__PURE__ */ i(Ao, { sx: { minHeight: 0 }, children: [
|
|
3066
|
+
/* @__PURE__ */ i(Po, { children: [
|
|
3070
3067
|
/* @__PURE__ */ e(Fo, { sx: { bgcolor: "divider", borderWidth: 1, p: 3 } }),
|
|
3071
3068
|
!r && /* @__PURE__ */ e(Oo, { sx: { bgcolor: "divider", width: 0.1 } })
|
|
3072
3069
|
] }),
|
|
@@ -3074,17 +3071,17 @@ const B = {
|
|
|
3074
3071
|
] }), pa = ({ report: t }) => {
|
|
3075
3072
|
const { finstrong: r } = v(), { score_history_drawer_timeline: n } = r, {
|
|
3076
3073
|
health_score_point_difference: o,
|
|
3077
|
-
newer_credit_score:
|
|
3078
|
-
older_credit_score:
|
|
3079
|
-
older_spend_to_income_ratio:
|
|
3074
|
+
newer_credit_score: l,
|
|
3075
|
+
older_credit_score: a,
|
|
3076
|
+
older_spend_to_income_ratio: s,
|
|
3080
3077
|
newer_spend_to_income_ratio: p,
|
|
3081
|
-
older_health_score:
|
|
3078
|
+
older_health_score: c,
|
|
3082
3079
|
newer_health_score: d,
|
|
3083
3080
|
newer_score_calculated_at: _
|
|
3084
|
-
} = t, h = Do(new Date(_), "MMM d"), b = () => o === 0 ? "info.lighter" : o > 0 ? "success.lighter" : "error.lighter", f = () => o === 0 ? Y(n.stayed_at,
|
|
3081
|
+
} = t, h = Do(new Date(_), "MMM d"), b = () => o === 0 ? "info.lighter" : o > 0 ? "success.lighter" : "error.lighter", f = () => o === 0 ? Y(n.stayed_at, c) : o > 0 ? n.less_spending : n.more_spending, w = () => {
|
|
3085
3082
|
if (o === 0) return null;
|
|
3086
|
-
const y = o > 0 ? n.up_from : n.down_from, D = Y(y,
|
|
3087
|
-
return /* @__PURE__ */
|
|
3083
|
+
const y = o > 0 ? n.up_from : n.down_from, D = Y(y, c, d);
|
|
3084
|
+
return /* @__PURE__ */ i(z, { children: [
|
|
3088
3085
|
/* @__PURE__ */ e(
|
|
3089
3086
|
Mn,
|
|
3090
3087
|
{
|
|
@@ -3096,8 +3093,8 @@ const B = {
|
|
|
3096
3093
|
D
|
|
3097
3094
|
] });
|
|
3098
3095
|
};
|
|
3099
|
-
return /* @__PURE__ */ e(K, { children: /* @__PURE__ */
|
|
3100
|
-
/* @__PURE__ */ e(C, { sx: { borderBottom: "1px solid", borderBottomColor: "divider", p: 16 }, children: /* @__PURE__ */
|
|
3096
|
+
return /* @__PURE__ */ e(K, { children: /* @__PURE__ */ i(u, { sx: { backgroundColor: "background.paper" }, children: [
|
|
3097
|
+
/* @__PURE__ */ e(C, { sx: { borderBottom: "1px solid", borderBottomColor: "divider", p: 16 }, children: /* @__PURE__ */ i(
|
|
3101
3098
|
u,
|
|
3102
3099
|
{
|
|
3103
3100
|
flexDirection: "row",
|
|
@@ -3117,9 +3114,9 @@ const B = {
|
|
|
3117
3114
|
children: /* @__PURE__ */ e(k, { sx: { fontWeight: 600 }, variant: "Body", children: o > 0 ? `+${o}` : o })
|
|
3118
3115
|
}
|
|
3119
3116
|
),
|
|
3120
|
-
/* @__PURE__ */
|
|
3117
|
+
/* @__PURE__ */ i(u, { sx: { gap: 2, width: "80%" }, children: [
|
|
3121
3118
|
/* @__PURE__ */ e(I, { fontWeight: 600, variant: "Body", children: f() }),
|
|
3122
|
-
/* @__PURE__ */
|
|
3119
|
+
/* @__PURE__ */ i(I, { sx: { color: "text.secondary" }, variant: "subtitle2", children: [
|
|
3123
3120
|
h,
|
|
3124
3121
|
" ",
|
|
3125
3122
|
w()
|
|
@@ -3128,7 +3125,7 @@ const B = {
|
|
|
3128
3125
|
]
|
|
3129
3126
|
}
|
|
3130
3127
|
) }),
|
|
3131
|
-
o !== 0 && /* @__PURE__ */ e(C, { sx: { color: "text.secondary", pb: 8, pl: 32, pr: 16, pt: 12 }, children: /* @__PURE__ */
|
|
3128
|
+
o !== 0 && /* @__PURE__ */ e(C, { sx: { color: "text.secondary", pb: 8, pl: 32, pr: 16, pt: 12 }, children: /* @__PURE__ */ i(
|
|
3132
3129
|
Io,
|
|
3133
3130
|
{
|
|
3134
3131
|
sx: {
|
|
@@ -3145,7 +3142,7 @@ const B = {
|
|
|
3145
3142
|
{
|
|
3146
3143
|
content: Y(
|
|
3147
3144
|
n.spend_to_income_description,
|
|
3148
|
-
Te(
|
|
3145
|
+
Te(s),
|
|
3149
3146
|
Te(p)
|
|
3150
3147
|
)
|
|
3151
3148
|
}
|
|
@@ -3155,8 +3152,8 @@ const B = {
|
|
|
3155
3152
|
{
|
|
3156
3153
|
content: Y(
|
|
3157
3154
|
n.credit_score_description,
|
|
3158
|
-
|
|
3159
|
-
|
|
3155
|
+
a,
|
|
3156
|
+
l
|
|
3160
3157
|
),
|
|
3161
3158
|
islast: !0
|
|
3162
3159
|
}
|
|
@@ -3166,9 +3163,9 @@ const B = {
|
|
|
3166
3163
|
) })
|
|
3167
3164
|
] }) });
|
|
3168
3165
|
}, ua = S(pa), _a = ({ isOpen: t, onClose: r }) => {
|
|
3169
|
-
const n = E(), { finstrong: o } = v(), { isCopyLoaded:
|
|
3170
|
-
if (!
|
|
3171
|
-
const d = je(
|
|
3166
|
+
const n = E(), { finstrong: o } = v(), { isCopyLoaded: l, isInitialized: a } = j(), { healthScore: s, healthScoreChangeReports: p, augmentedChartData: c } = F();
|
|
3167
|
+
if (!l || !a) return /* @__PURE__ */ e(J, {});
|
|
3168
|
+
const d = je(s.health_score || 0, o), _ = p.slice().reverse();
|
|
3172
3169
|
return /* @__PURE__ */ e(
|
|
3173
3170
|
Ht,
|
|
3174
3171
|
{
|
|
@@ -3179,7 +3176,7 @@ const B = {
|
|
|
3179
3176
|
baseline: "min",
|
|
3180
3177
|
colors: [n.palette.primary.main],
|
|
3181
3178
|
curveType: "natural",
|
|
3182
|
-
datasets: [
|
|
3179
|
+
datasets: [c],
|
|
3183
3180
|
height: 160,
|
|
3184
3181
|
labels: [o.key_indicators_label],
|
|
3185
3182
|
margin: { top: 12, left: 24 },
|
|
@@ -3193,7 +3190,7 @@ const B = {
|
|
|
3193
3190
|
isOpen: t,
|
|
3194
3191
|
loadConnectAccountsCard: !1,
|
|
3195
3192
|
onClose: r,
|
|
3196
|
-
stickyComponent: /* @__PURE__ */
|
|
3193
|
+
stickyComponent: /* @__PURE__ */ i(
|
|
3197
3194
|
u,
|
|
3198
3195
|
{
|
|
3199
3196
|
direction: "row",
|
|
@@ -3203,11 +3200,11 @@ const B = {
|
|
|
3203
3200
|
Et,
|
|
3204
3201
|
{
|
|
3205
3202
|
arcRadius: 20,
|
|
3206
|
-
healthScore:
|
|
3203
|
+
healthScore: s?.health_score,
|
|
3207
3204
|
size: "SM"
|
|
3208
3205
|
}
|
|
3209
3206
|
) }),
|
|
3210
|
-
/* @__PURE__ */
|
|
3207
|
+
/* @__PURE__ */ i(C, { children: [
|
|
3211
3208
|
/* @__PURE__ */ e(k, { fontSize: 18, fontWeight: 700, sx: { mb: 4 }, variant: "subtitle1", children: d.status }),
|
|
3212
3209
|
/* @__PURE__ */ e(k, { variant: "caption", children: d.description })
|
|
3213
3210
|
] })
|
|
@@ -3224,24 +3221,24 @@ const B = {
|
|
|
3224
3221
|
r.palette.chartMono.chartMono3,
|
|
3225
3222
|
r.palette.chartMono.chartMono2
|
|
3226
3223
|
];
|
|
3227
|
-
return /* @__PURE__ */
|
|
3224
|
+
return /* @__PURE__ */ i(u, { sx: { gap: 8 }, children: [
|
|
3228
3225
|
/* @__PURE__ */ e(u, { sx: { flexDirection: "row", gap: 8, px: 2 }, children: [
|
|
3229
3226
|
{ color: "chartMono.chartMono2", text: t.vulnerable, value: "0-25" },
|
|
3230
3227
|
{ color: "chartMono.chartMono3", text: t.building, value: "26-50" },
|
|
3231
3228
|
{ color: "chartMono.chartMono4", text: t.stable, value: "51-75" },
|
|
3232
3229
|
{ color: "chartMono.chartMono5", text: t.strong, value: "76-100" }
|
|
3233
|
-
].map(({ color: o, text:
|
|
3234
|
-
/* @__PURE__ */
|
|
3235
|
-
/* @__PURE__ */ e(k, { sx: { fontWeight: 700, textTransform: "uppercase" }, variant: "caption", children:
|
|
3236
|
-
/* @__PURE__ */
|
|
3230
|
+
].map(({ color: o, text: l, value: a }) => /* @__PURE__ */ i(u, { sx: { gap: 4, textAlign: "center", width: "100%" }, children: [
|
|
3231
|
+
/* @__PURE__ */ i(C, { children: [
|
|
3232
|
+
/* @__PURE__ */ e(k, { sx: { fontWeight: 700, textTransform: "uppercase" }, variant: "caption", children: l }),
|
|
3233
|
+
/* @__PURE__ */ i(I, { sx: { color: "text.secondary" }, variant: "caption", children: [
|
|
3237
3234
|
"(",
|
|
3238
|
-
|
|
3235
|
+
a,
|
|
3239
3236
|
")"
|
|
3240
3237
|
] })
|
|
3241
3238
|
] }),
|
|
3242
3239
|
/* @__PURE__ */ e(C, { sx: { border: "2px solid", borderColor: o, borderRadius: "3px" } })
|
|
3243
|
-
] },
|
|
3244
|
-
/* @__PURE__ */
|
|
3240
|
+
] }, l)) }),
|
|
3241
|
+
/* @__PURE__ */ i(C, { children: [
|
|
3245
3242
|
/* @__PURE__ */ e(
|
|
3246
3243
|
C,
|
|
3247
3244
|
{
|
|
@@ -3252,7 +3249,7 @@ const B = {
|
|
|
3252
3249
|
}
|
|
3253
3250
|
}
|
|
3254
3251
|
),
|
|
3255
|
-
/* @__PURE__ */ e(u, { sx: { flexDirection: "row", justifyContent: "space-between" }, children: [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100].map((o) => /* @__PURE__ */
|
|
3252
|
+
/* @__PURE__ */ e(u, { sx: { flexDirection: "row", justifyContent: "space-between" }, children: [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100].map((o) => /* @__PURE__ */ i(
|
|
3256
3253
|
u,
|
|
3257
3254
|
{
|
|
3258
3255
|
sx: { alignItems: "center", height: 20, justifyContent: "space-between", width: 24 },
|
|
@@ -3279,17 +3276,17 @@ const B = {
|
|
|
3279
3276
|
] });
|
|
3280
3277
|
}, ga = ({ isOpen: t, onClose: r }) => {
|
|
3281
3278
|
const { finstrong: n } = v(), { isCopyLoaded: o } = j();
|
|
3282
|
-
return o ? /* @__PURE__ */ e(te, { isOpen: t, onClose: r, title: n.score_rubric, children: /* @__PURE__ */
|
|
3283
|
-
/* @__PURE__ */
|
|
3284
|
-
/* @__PURE__ */
|
|
3279
|
+
return o ? /* @__PURE__ */ e(te, { isOpen: t, onClose: r, title: n.score_rubric, children: /* @__PURE__ */ i(u, { sx: { gap: 36, p: 24 }, children: [
|
|
3280
|
+
/* @__PURE__ */ i(u, { sx: { gap: 20 }, children: [
|
|
3281
|
+
/* @__PURE__ */ i(u, { sx: { gap: 8 }, children: [
|
|
3285
3282
|
/* @__PURE__ */ e(N, { sx: { textWrap: "wrap" }, children: n.your_path_to_financial_freedom }),
|
|
3286
3283
|
/* @__PURE__ */ e(k, { variant: "subtitle1", children: n.finstrong_freedom_description })
|
|
3287
3284
|
] }),
|
|
3288
3285
|
/* @__PURE__ */ e(C, { children: /* @__PURE__ */ e(ma, { copy: n }) })
|
|
3289
3286
|
] }),
|
|
3290
|
-
/* @__PURE__ */
|
|
3287
|
+
/* @__PURE__ */ i(u, { sx: { gap: 12 }, children: [
|
|
3291
3288
|
/* @__PURE__ */ e(I, { sx: { fontWeight: 600 }, variant: "body1", children: n.how_do_we_do_this }),
|
|
3292
|
-
/* @__PURE__ */
|
|
3289
|
+
/* @__PURE__ */ i(
|
|
3293
3290
|
Re,
|
|
3294
3291
|
{
|
|
3295
3292
|
component: "ol",
|
|
@@ -3327,9 +3324,9 @@ const B = {
|
|
|
3327
3324
|
}
|
|
3328
3325
|
)
|
|
3329
3326
|
] }),
|
|
3330
|
-
/* @__PURE__ */
|
|
3327
|
+
/* @__PURE__ */ i(u, { sx: { gap: 4 }, children: [
|
|
3331
3328
|
/* @__PURE__ */ e(I, { sx: { fontWeight: 600, pb: 4 }, variant: "body1", children: n.we_ask_questions }),
|
|
3332
|
-
/* @__PURE__ */
|
|
3329
|
+
/* @__PURE__ */ i(
|
|
3333
3330
|
Re,
|
|
3334
3331
|
{
|
|
3335
3332
|
component: "ol",
|
|
@@ -3358,8 +3355,8 @@ const B = {
|
|
|
3358
3355
|
] })
|
|
3359
3356
|
] }) }) : /* @__PURE__ */ e(J, {});
|
|
3360
3357
|
}, ya = S(ga), ba = S(() => {
|
|
3361
|
-
const [t, r] = m.useState(!1), n = E(), [o, { width:
|
|
3362
|
-
return !
|
|
3358
|
+
const [t, r] = m.useState(!1), n = E(), [o, { width: l }] = It(), { finstrong: a } = v(), { isCopyLoaded: s, isInitialized: p } = j(), { healthScore: c, healthScoreChange: d } = F(), _ = n.palette.mode === "dark", h = je(c?.health_score, a);
|
|
3359
|
+
return !s || !p ? /* @__PURE__ */ e(J, {}) : /* @__PURE__ */ i(K, { ref: o, sx: { p: 16 }, children: [
|
|
3363
3360
|
/* @__PURE__ */ e(
|
|
3364
3361
|
$o,
|
|
3365
3362
|
{
|
|
@@ -3375,10 +3372,10 @@ const B = {
|
|
|
3375
3372
|
color: "primary.main"
|
|
3376
3373
|
},
|
|
3377
3374
|
variant: "text",
|
|
3378
|
-
children:
|
|
3375
|
+
children: a.financial_strength_header_action
|
|
3379
3376
|
}
|
|
3380
3377
|
),
|
|
3381
|
-
subheader: /* @__PURE__ */ e(N, { color: "text.primary", children:
|
|
3378
|
+
subheader: /* @__PURE__ */ e(N, { color: "text.primary", children: a.financial_strength_header }),
|
|
3382
3379
|
sx: {
|
|
3383
3380
|
p: 0,
|
|
3384
3381
|
"& .MuiCardHeader-content": {
|
|
@@ -3390,13 +3387,13 @@ const B = {
|
|
|
3390
3387
|
/* @__PURE__ */ e(u, { sx: { justifyContent: "center", alignItems: "center" }, children: /* @__PURE__ */ e(
|
|
3391
3388
|
Et,
|
|
3392
3389
|
{
|
|
3393
|
-
arcRadius:
|
|
3390
|
+
arcRadius: l <= 323 ? 73 : 154,
|
|
3394
3391
|
footerCenterContent: d,
|
|
3395
|
-
healthScore:
|
|
3396
|
-
size:
|
|
3392
|
+
healthScore: c?.health_score || 0,
|
|
3393
|
+
size: l <= 323 ? "M" : "L"
|
|
3397
3394
|
}
|
|
3398
3395
|
) }),
|
|
3399
|
-
|
|
3396
|
+
c?.health_score ? /* @__PURE__ */ i(
|
|
3400
3397
|
Bo,
|
|
3401
3398
|
{
|
|
3402
3399
|
sx: {
|
|
@@ -3422,7 +3419,7 @@ const B = {
|
|
|
3422
3419
|
minHeight: 0
|
|
3423
3420
|
}
|
|
3424
3421
|
},
|
|
3425
|
-
children: /* @__PURE__ */ e(k, { sx: { fontWeight: 600 }, variant: "body1", children:
|
|
3422
|
+
children: /* @__PURE__ */ e(k, { sx: { fontWeight: 600 }, variant: "body1", children: a.accordion_title_text })
|
|
3426
3423
|
}
|
|
3427
3424
|
),
|
|
3428
3425
|
/* @__PURE__ */ e(Lo, { sx: { "&.MuiAccordionDetails-root": { padding: 0, pb: 16 } }, children: /* @__PURE__ */ e(k, { variant: "subtitle1", children: h.scoreContent }) })
|
|
@@ -3431,8 +3428,8 @@ const B = {
|
|
|
3431
3428
|
) : /* @__PURE__ */ e(
|
|
3432
3429
|
Be,
|
|
3433
3430
|
{
|
|
3434
|
-
buttonText:
|
|
3435
|
-
description:
|
|
3431
|
+
buttonText: a.connect_more_accounts_title,
|
|
3432
|
+
description: a.health_score_zero_description,
|
|
3436
3433
|
drawerType: "connectDrawer",
|
|
3437
3434
|
hasIcon: !1,
|
|
3438
3435
|
isDashboard: !0,
|
|
@@ -3446,7 +3443,7 @@ const B = {
|
|
|
3446
3443
|
},
|
|
3447
3444
|
".connect-more-accounts-description": { color: "text.primary" }
|
|
3448
3445
|
},
|
|
3449
|
-
title:
|
|
3446
|
+
title: a.health_score_zero_title
|
|
3450
3447
|
}
|
|
3451
3448
|
),
|
|
3452
3449
|
/* @__PURE__ */ e(
|
|
@@ -3458,7 +3455,7 @@ const B = {
|
|
|
3458
3455
|
)
|
|
3459
3456
|
] });
|
|
3460
3457
|
}), fa = ({ onBackClick: t, sx: r, onPrimaryCtaClick: n }) => {
|
|
3461
|
-
const { visibleAccounts: o } = Me(), { dateRange:
|
|
3458
|
+
const { visibleAccounts: o } = Me(), { dateRange: l, isDataLoaded: a, loadBudgetData: s, setTheme: p } = Yn(), { reloadCategoryTotals: c } = Ye(), d = F(), {
|
|
3462
3459
|
augmentedChartData: _,
|
|
3463
3460
|
calculateHealthScore: h,
|
|
3464
3461
|
healthScore: b,
|
|
@@ -3472,11 +3469,11 @@ const B = {
|
|
|
3472
3469
|
}, [n, d]), m.useEffect(() => $(o), [o]), m.useEffect(() => {
|
|
3473
3470
|
x && (h().finally(), f().finally(), w().finally());
|
|
3474
3471
|
}, [x]), m.useEffect(() => {
|
|
3475
|
-
x && (
|
|
3476
|
-
}, [
|
|
3472
|
+
x && (c(M, l.start, l.end), a || (s(), G().finally()));
|
|
3473
|
+
}, [l, a, x, M]), !g || !x) return /* @__PURE__ */ e(J, {});
|
|
3477
3474
|
const ce = () => {
|
|
3478
3475
|
}, he = () => ae(!0);
|
|
3479
|
-
return /* @__PURE__ */
|
|
3476
|
+
return /* @__PURE__ */ i(
|
|
3480
3477
|
io,
|
|
3481
3478
|
{
|
|
3482
3479
|
accountOptions: o,
|
|
@@ -3493,7 +3490,7 @@ const B = {
|
|
|
3493
3490
|
sx: r,
|
|
3494
3491
|
title: y.title,
|
|
3495
3492
|
children: [
|
|
3496
|
-
V.has_completed_finstrong_onboarding ? /* @__PURE__ */
|
|
3493
|
+
V.has_completed_finstrong_onboarding ? /* @__PURE__ */ i(
|
|
3497
3494
|
u,
|
|
3498
3495
|
{
|
|
3499
3496
|
sx: {
|
|
@@ -3504,7 +3501,7 @@ const B = {
|
|
|
3504
3501
|
px: 24
|
|
3505
3502
|
},
|
|
3506
3503
|
children: [
|
|
3507
|
-
/* @__PURE__ */
|
|
3504
|
+
/* @__PURE__ */ i(u, { sx: { gap: 24, width: { md: 432 } }, children: [
|
|
3508
3505
|
/* @__PURE__ */ e(ba, {}),
|
|
3509
3506
|
/* @__PURE__ */ e(
|
|
3510
3507
|
Be,
|
|
@@ -3515,8 +3512,8 @@ const B = {
|
|
|
3515
3512
|
}
|
|
3516
3513
|
)
|
|
3517
3514
|
] }),
|
|
3518
|
-
/* @__PURE__ */ e(u, { sx: { maxWidth: 848, minWidth: 288, width: { md: 720 } }, children: /* @__PURE__ */
|
|
3519
|
-
/* @__PURE__ */
|
|
3515
|
+
/* @__PURE__ */ e(u, { sx: { maxWidth: 848, minWidth: 288, width: { md: 720 } }, children: /* @__PURE__ */ i(K, { sx: { background: T.palette.background.paper, p: 16 }, children: [
|
|
3516
|
+
/* @__PURE__ */ i(u, { direction: "row", sx: { alignItems: "center", justifyContent: "space-between" }, children: [
|
|
3520
3517
|
/* @__PURE__ */ e(N, { children: y.key_indicators }),
|
|
3521
3518
|
/* @__PURE__ */ e(
|
|
3522
3519
|
W,
|