@mx-cartographer/experiences 7.10.9 → 7.10.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/DateUtil-BALs-njL.mjs +54 -0
- package/dist/{ManageIncome-Dz8Qok82.mjs → ManageIncome-8yTcFH7J.mjs} +30 -30
- package/dist/{RecurringSettings-Bb6zBSox.mjs → RecurringSettings-C85RGgv4.mjs} +2 -2
- package/dist/{RecurringTransactionsStore-D3o7ayea.mjs → RecurringTransactionsStore-B1jZBQLY.mjs} +1 -1
- package/dist/RepeatingTransaction-CIq3wSEA.mjs +295 -0
- package/dist/{TransactionDetails-DbGFG4Oo.mjs → TransactionDetails-C27q5FUQ.mjs} +1 -1
- package/dist/accounts/index.es.js +1 -1
- package/dist/budgets/index.es.js +2 -2
- package/dist/cashflow/index.es.js +5 -5
- package/dist/common/index.es.js +4 -4
- package/dist/finstrong/index.es.js +5 -5
- package/dist/networth/index.es.js +1 -1
- package/dist/notifications/index.es.js +1 -1
- package/dist/recurringtransactions/index.es.js +7 -7
- package/dist/recurringtransactions/util/RecurringTransactions.d.ts +1 -1
- package/dist/spending/index.es.js +1 -1
- package/dist/transactions/index.es.js +2 -2
- package/dist/trends/index.es.js +1 -1
- package/package.json +1 -1
- package/dist/DateUtil-gRDTwAoC.mjs +0 -48
- package/dist/RepeatingTransaction-DFWMRgCC.mjs +0 -292
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { addMonths as s } from "date-fns/addMonths";
|
|
2
|
+
import { addQuarters as n } from "date-fns/addQuarters";
|
|
3
|
+
import { addWeeks as m } from "date-fns/addWeeks";
|
|
4
|
+
import { addYears as l } from "date-fns/addYears";
|
|
5
|
+
import { getDay as x } from "date-fns/getDay";
|
|
6
|
+
import { isBefore as a } from "date-fns/isBefore";
|
|
7
|
+
import { nextDay as p } from "date-fns/nextDay";
|
|
8
|
+
import { setDate as y } from "date-fns/setDate";
|
|
9
|
+
import { startOfToday as r } from "date-fns/startOfToday";
|
|
10
|
+
import { fromUnixTime as i } from "date-fns/fromUnixTime";
|
|
11
|
+
import { f as D, D as f } from "./Dialog-CwiqpTGe.mjs";
|
|
12
|
+
const A = (e) => {
|
|
13
|
+
const t = x(e);
|
|
14
|
+
let o = p(e, t);
|
|
15
|
+
for (; a(o, r()); )
|
|
16
|
+
o = m(o, 1);
|
|
17
|
+
return o;
|
|
18
|
+
}, W = (e) => {
|
|
19
|
+
let t = e;
|
|
20
|
+
for (; a(t, r()); )
|
|
21
|
+
t = m(t, 2);
|
|
22
|
+
return t;
|
|
23
|
+
}, Y = (e) => {
|
|
24
|
+
let t = y(r(), e.getDate());
|
|
25
|
+
for (; a(t, r()); )
|
|
26
|
+
t = s(t, 1);
|
|
27
|
+
return t;
|
|
28
|
+
}, k = (e) => {
|
|
29
|
+
let t = e;
|
|
30
|
+
for (; a(t, r()); )
|
|
31
|
+
t = s(t, 2);
|
|
32
|
+
return t;
|
|
33
|
+
}, B = (e) => {
|
|
34
|
+
let t = n(e, 1);
|
|
35
|
+
for (; a(t, r()); )
|
|
36
|
+
t = n(t, 1);
|
|
37
|
+
return t;
|
|
38
|
+
}, E = (e) => {
|
|
39
|
+
let t = e;
|
|
40
|
+
for (; a(t, r()); )
|
|
41
|
+
t = n(t, 2);
|
|
42
|
+
return t;
|
|
43
|
+
}, Q = (e) => l(e, 1), F = (e) => D(i(e), f.DAY_OF_WEEK_MONTH_DAY), H = (e) => e ? D(i(e), f.MONTH_YEAR) : "";
|
|
44
|
+
export {
|
|
45
|
+
E as a,
|
|
46
|
+
B as b,
|
|
47
|
+
k as c,
|
|
48
|
+
Y as d,
|
|
49
|
+
W as e,
|
|
50
|
+
A as f,
|
|
51
|
+
Q as g,
|
|
52
|
+
F as h,
|
|
53
|
+
H as i
|
|
54
|
+
};
|
|
@@ -10,14 +10,14 @@ import se from "@mui/material/ListItem";
|
|
|
10
10
|
import ce from "@mui/material/ListItemAvatar";
|
|
11
11
|
import le from "@mui/material/ListItemButton";
|
|
12
12
|
import de from "@mui/material/ListItemText";
|
|
13
|
-
import { F as d, S as M, D as z, g as $, R as T, e as _e } from "./RepeatingTransaction-
|
|
13
|
+
import { F as d, S as M, D as z, g as $, R as T, e as _e } from "./RepeatingTransaction-CIq3wSEA.mjs";
|
|
14
14
|
import { subDays as X } from "date-fns/subDays";
|
|
15
15
|
import { startOfToday as E } from "date-fns/startOfToday";
|
|
16
16
|
import { endOfMonth as ue } from "date-fns/endOfMonth";
|
|
17
17
|
import { parseISO as me } from "date-fns/parseISO";
|
|
18
18
|
import Z from "@mui/material/Button";
|
|
19
19
|
import { Delete as pe, Add as ye, ReceiptLong as he } from "@mxenabled/mx-icons";
|
|
20
|
-
import { T as J, a as ge, u as fe, S as Ce, b as be } from "./TransactionDetails-
|
|
20
|
+
import { T as J, a as ge, u as fe, S as Ce, b as be } from "./TransactionDetails-C27q5FUQ.mjs";
|
|
21
21
|
import { addYears as K } from "date-fns/addYears";
|
|
22
22
|
import { getDayOfYear as xe } from "date-fns/getDayOfYear";
|
|
23
23
|
import { setDayOfYear as Se } from "date-fns/setDayOfYear";
|
|
@@ -32,7 +32,7 @@ import { f as Ee, D as Te, a as Le } from "./Dialog-CwiqpTGe.mjs";
|
|
|
32
32
|
import { formatISO as Oe } from "date-fns/formatISO";
|
|
33
33
|
import { fromUnixTime as ke } from "date-fns/fromUnixTime";
|
|
34
34
|
import { S as Ne } from "./SearchBox-B2_zLv8-.mjs";
|
|
35
|
-
import { h as Me } from "./DateUtil-
|
|
35
|
+
import { h as Me } from "./DateUtil-BALs-njL.mjs";
|
|
36
36
|
import { b as B } from "./Category-CevNQ03n.mjs";
|
|
37
37
|
import { T as te } from "./User-CCYFbd5i.mjs";
|
|
38
38
|
const ne = ({
|
|
@@ -63,12 +63,12 @@ const ne = ({
|
|
|
63
63
|
{ id: 4, label: r.weekday_thursday },
|
|
64
64
|
{ id: 5, label: r.weekday_friday },
|
|
65
65
|
{ id: 6, label: r.weekday_saturday }
|
|
66
|
-
],
|
|
66
|
+
], h = [...Array(31).keys()].map((b) => ({
|
|
67
67
|
id: b + 1,
|
|
68
68
|
label: Re(b + 1)
|
|
69
69
|
}));
|
|
70
|
-
|
|
71
|
-
const f =
|
|
70
|
+
h[30].label += ` (${r.last_day_of_month})`;
|
|
71
|
+
const f = h.slice(0, 15), v = h.slice(14), C = n === d.EveryWeek || n === d.EveryOtherWeek, g = n === d.TwiceAMonth || n === d.EveryMonth || n === d.EveryOtherMonth || n === d.EveryQuarter || n === d.EveryOtherQuarter, A = Se(E(), t), y = A < E() ? K(A, 1) : A, D = (b) => {
|
|
72
72
|
b && s(xe(b));
|
|
73
73
|
};
|
|
74
74
|
return /* @__PURE__ */ c(p, { gap: 24, sx: { m: 24 }, children: [
|
|
@@ -90,12 +90,12 @@ const ne = ({
|
|
|
90
90
|
value: t
|
|
91
91
|
}
|
|
92
92
|
),
|
|
93
|
-
|
|
93
|
+
g && /* @__PURE__ */ e(
|
|
94
94
|
M,
|
|
95
95
|
{
|
|
96
96
|
label: n === d.TwiceAMonth ? r.first_day_of_the_month : r.day_of_the_month,
|
|
97
97
|
onChange: s,
|
|
98
|
-
options: n === d.TwiceAMonth ? f :
|
|
98
|
+
options: n === d.TwiceAMonth ? f : h,
|
|
99
99
|
value: t
|
|
100
100
|
}
|
|
101
101
|
),
|
|
@@ -116,19 +116,19 @@ const ne = ({
|
|
|
116
116
|
maxDate: X(K(E(), 1), 1),
|
|
117
117
|
minDate: E(),
|
|
118
118
|
onChange: D,
|
|
119
|
-
value:
|
|
119
|
+
value: y
|
|
120
120
|
}
|
|
121
121
|
) })
|
|
122
122
|
] });
|
|
123
123
|
}, Fe = I(({ repeatingTransaction: n }) => {
|
|
124
|
-
const { recurring: t } = w(), { updateRepeatingTransaction: o } = Y(), { onEvent: i } = P(), [s, l] = _.useState(!1), [r, a] = _.useState(n.recurrence_type), [m,
|
|
124
|
+
const { recurring: t } = w(), { updateRepeatingTransaction: o } = Y(), { onEvent: i } = P(), [s, l] = _.useState(!1), [r, a] = _.useState(n.recurrence_type), [m, h] = _.useState(n.recurrence_day), [f, v] = _.useState(n.second_recurrence_day), C = async () => {
|
|
125
125
|
await o({
|
|
126
126
|
...n,
|
|
127
127
|
recurrence_type: r,
|
|
128
128
|
recurrence_day: m,
|
|
129
129
|
second_recurrence_day: f
|
|
130
130
|
}), l(!1);
|
|
131
|
-
},
|
|
131
|
+
}, g = () => {
|
|
132
132
|
l(!0), i(L.RECURRING_TRANSACTIONS_DETAILS_CLICK_PAYMENT_SCHEDULE);
|
|
133
133
|
};
|
|
134
134
|
return /* @__PURE__ */ c(k, { children: [
|
|
@@ -137,7 +137,7 @@ const ne = ({
|
|
|
137
137
|
{
|
|
138
138
|
iconName: "sync",
|
|
139
139
|
label: t.activity_schedule,
|
|
140
|
-
onClick:
|
|
140
|
+
onClick: g,
|
|
141
141
|
value: `${$(t, n, !0)}`
|
|
142
142
|
}
|
|
143
143
|
),
|
|
@@ -154,7 +154,7 @@ const ne = ({
|
|
|
154
154
|
{
|
|
155
155
|
firstDay: m,
|
|
156
156
|
frequency: r,
|
|
157
|
-
onFirstDayChange:
|
|
157
|
+
onFirstDayChange: h,
|
|
158
158
|
onFrequencyChange: a,
|
|
159
159
|
onSecondDayChange: v,
|
|
160
160
|
secondDay: f
|
|
@@ -165,7 +165,7 @@ const ne = ({
|
|
|
165
165
|
] });
|
|
166
166
|
}), Ge = I(
|
|
167
167
|
({ onDeleted: n, recurringTransaction: t }) => {
|
|
168
|
-
const { recurring: o } = w(), { selectedAccountGuids: i } = Ae(), { onEvent: s } = P(), { deleteRepeatingTransaction: l } = Y(), { setFilter: r, transactions: a } = V(), { amount: m, description:
|
|
168
|
+
const { recurring: o } = w(), { selectedAccountGuids: i } = Ae(), { onEvent: s } = P(), { deleteRepeatingTransaction: l } = Y(), { setFilter: r, transactions: a } = V(), { amount: m, description: h, merchant_guid: f } = t, [v, C] = _.useState(!1), [g, A] = _.useState("");
|
|
169
169
|
_.useEffect(() => {
|
|
170
170
|
r({
|
|
171
171
|
accounts: i,
|
|
@@ -173,9 +173,9 @@ const ne = ({
|
|
|
173
173
|
custom: (u) => u.repeating_transaction_guid === t.guid
|
|
174
174
|
});
|
|
175
175
|
}, [t]);
|
|
176
|
-
const
|
|
177
|
-
() => a.find((u) => u.guid ===
|
|
178
|
-
[
|
|
176
|
+
const y = _.useMemo(
|
|
177
|
+
() => a.find((u) => u.guid === g),
|
|
178
|
+
[g, a]
|
|
179
179
|
), D = t.repeating_transaction_type === T.Income, b = async () => {
|
|
180
180
|
await l(t.guid), n();
|
|
181
181
|
}, U = () => {
|
|
@@ -186,13 +186,13 @@ const ne = ({
|
|
|
186
186
|
/* @__PURE__ */ e(
|
|
187
187
|
Q,
|
|
188
188
|
{
|
|
189
|
-
categoryGuid:
|
|
189
|
+
categoryGuid: y?.category_guid || "",
|
|
190
190
|
merchantGuid: f,
|
|
191
191
|
size: 64,
|
|
192
192
|
sx: { mb: 12 }
|
|
193
193
|
}
|
|
194
194
|
),
|
|
195
|
-
/* @__PURE__ */ e(S, { bold: !0, variant: "body1", children:
|
|
195
|
+
/* @__PURE__ */ e(S, { bold: !0, variant: "body1", children: h }),
|
|
196
196
|
/* @__PURE__ */ c(G, { color: D ? "success.main" : "text.primary", sx: { my: 4 }, variant: "H1", children: [
|
|
197
197
|
D ? "+" : "",
|
|
198
198
|
ee(m, "0,0.00")
|
|
@@ -214,13 +214,13 @@ const ne = ({
|
|
|
214
214
|
),
|
|
215
215
|
/* @__PURE__ */ e(O, { variant: "inset" })
|
|
216
216
|
] }),
|
|
217
|
-
|
|
217
|
+
y?.category && /* @__PURE__ */ c(k, { children: [
|
|
218
218
|
/* @__PURE__ */ e(
|
|
219
219
|
z,
|
|
220
220
|
{
|
|
221
221
|
iconName: "monetization_on",
|
|
222
222
|
label: o.category,
|
|
223
|
-
value:
|
|
223
|
+
value: y.category
|
|
224
224
|
}
|
|
225
225
|
),
|
|
226
226
|
/* @__PURE__ */ e(O, { variant: "inset" })
|
|
@@ -245,10 +245,10 @@ const ne = ({
|
|
|
245
245
|
N,
|
|
246
246
|
{
|
|
247
247
|
ariaLabelClose: o.close_drawer_aria,
|
|
248
|
-
isOpen: !!
|
|
248
|
+
isOpen: !!g && !!y,
|
|
249
249
|
onClose: () => A(""),
|
|
250
250
|
title: o.transaction_details_drawer_title,
|
|
251
|
-
children:
|
|
251
|
+
children: y && /* @__PURE__ */ e(ge, { transaction: y })
|
|
252
252
|
}
|
|
253
253
|
),
|
|
254
254
|
/* @__PURE__ */ e(
|
|
@@ -420,7 +420,7 @@ const ne = ({
|
|
|
420
420
|
label: t,
|
|
421
421
|
onAddRecurringTransaction: o = () => null
|
|
422
422
|
}) => {
|
|
423
|
-
const { recurring: i } = w(), { filter: s, setFilter: l, transactions: r } = V(), { addRepeatingTransaction: a } = Y(), { user: m } = Ie(), [
|
|
423
|
+
const { recurring: i } = w(), { filter: s, setFilter: l, transactions: r } = V(), { addRepeatingTransaction: a } = Y(), { user: m } = Ie(), [h, f] = _.useState(!1), [v, C] = _.useState(""), [g, A] = _.useState(d.EveryMonth), [y, D] = _.useState(1), [b, U] = _.useState(15), u = _.useMemo(
|
|
424
424
|
() => r.find((x) => x.guid === v),
|
|
425
425
|
[v, r]
|
|
426
426
|
), oe = () => {
|
|
@@ -431,7 +431,7 @@ const ne = ({
|
|
|
431
431
|
return;
|
|
432
432
|
}
|
|
433
433
|
o();
|
|
434
|
-
const x = _e(
|
|
434
|
+
const x = _e(g, ke(u.date), y), R = {
|
|
435
435
|
account_guid: u.account_guid,
|
|
436
436
|
amount: u.amount,
|
|
437
437
|
created_by: 0,
|
|
@@ -439,8 +439,8 @@ const ne = ({
|
|
|
439
439
|
merchant_guid: u.merchant_guid,
|
|
440
440
|
description: u.payee || u.description || u.feed_description,
|
|
441
441
|
predicted_occurs_on: Oe(x, { representation: "date" }),
|
|
442
|
-
recurrence_day:
|
|
443
|
-
recurrence_type:
|
|
442
|
+
recurrence_day: y,
|
|
443
|
+
recurrence_type: g,
|
|
444
444
|
repeating_transaction_type: n ? T.Income : T.Bill,
|
|
445
445
|
second_recurrence_day: b,
|
|
446
446
|
transaction_type: u.transaction_type,
|
|
@@ -456,7 +456,7 @@ const ne = ({
|
|
|
456
456
|
N,
|
|
457
457
|
{
|
|
458
458
|
ariaLabelClose: i.close_drawer_aria,
|
|
459
|
-
isOpen:
|
|
459
|
+
isOpen: h,
|
|
460
460
|
onClose: () => f(!1),
|
|
461
461
|
title: t,
|
|
462
462
|
children: /* @__PURE__ */ e(
|
|
@@ -485,8 +485,8 @@ const ne = ({
|
|
|
485
485
|
children: u && /* @__PURE__ */ e(
|
|
486
486
|
Ue,
|
|
487
487
|
{
|
|
488
|
-
firstDay:
|
|
489
|
-
frequency:
|
|
488
|
+
firstDay: y,
|
|
489
|
+
frequency: g,
|
|
490
490
|
onFirstDayChange: D,
|
|
491
491
|
onFrequencyChange: A,
|
|
492
492
|
onSecondDayChange: U,
|
|
@@ -7,9 +7,9 @@ import R from "@mui/material/Tabs";
|
|
|
7
7
|
import d from "@mui/material/Divider";
|
|
8
8
|
import b from "@mui/material/List";
|
|
9
9
|
import T from "@mui/material/Stack";
|
|
10
|
-
import { R as C, A as S, a as E, M as v } from "./ManageIncome-
|
|
10
|
+
import { R as C, A as S, a as E, M as v } from "./ManageIncome-8yTcFH7J.mjs";
|
|
11
11
|
import { u as _, j as A, g as f } from "./hooks-BUCn6FeJ.mjs";
|
|
12
|
-
import { R as y, F as N } from "./RepeatingTransaction-
|
|
12
|
+
import { R as y, F as N } from "./RepeatingTransaction-CIq3wSEA.mjs";
|
|
13
13
|
import { A as m } from "./WidgetContainer-BNltq9UG.mjs";
|
|
14
14
|
const I = h(() => {
|
|
15
15
|
const { recurring: g } = _(), { detailedRepeatingTransactions: n } = A(), { onEvent: a } = f(), l = (r) => {
|
package/dist/{RecurringTransactionsStore-D3o7ayea.mjs → RecurringTransactionsStore-B1jZBQLY.mjs}
RENAMED
|
@@ -8,7 +8,7 @@ import { startOfMonth as y } from "date-fns/startOfMonth";
|
|
|
8
8
|
import { startOfToday as i } from "date-fns/startOfToday";
|
|
9
9
|
import { subDays as I } from "date-fns/subDays";
|
|
10
10
|
import { F as x, A as o } from "./Fetch-DecPFeGU.mjs";
|
|
11
|
-
import { a as u, b as A, c as r, d } from "./RepeatingTransaction-
|
|
11
|
+
import { a as u, b as A, c as r, d } from "./RepeatingTransaction-CIq3wSEA.mjs";
|
|
12
12
|
var E = /* @__PURE__ */ ((a) => (a.Small = "small", a.Medium = "medium", a.Large = "large", a))(E || {});
|
|
13
13
|
const G = 44;
|
|
14
14
|
class h {
|
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
import { jsxs as M, Fragment as P, jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import L from "@mui/material/Avatar";
|
|
3
|
+
import w from "@mui/material/ListItem";
|
|
4
|
+
import U from "@mui/material/ListItemAvatar";
|
|
5
|
+
import G from "@mui/material/ListItemButton";
|
|
6
|
+
import S from "@mui/material/ListItemText";
|
|
7
|
+
import { Icon as I, IconWeight as C } from "@mxenabled/mxui";
|
|
8
|
+
import $ from "@mui/material/ListItemIcon";
|
|
9
|
+
import j from "@mui/material/MenuItem";
|
|
10
|
+
import z from "@mui/material/TextField";
|
|
11
|
+
import { ExpandMore as K } from "@mxenabled/mx-icons";
|
|
12
|
+
import { addDays as Q } from "date-fns/addDays";
|
|
13
|
+
import { addMonths as f } from "date-fns/addMonths";
|
|
14
|
+
import { addQuarters as A } from "date-fns/addQuarters";
|
|
15
|
+
import { addYears as H } from "date-fns/addYears";
|
|
16
|
+
import { formatISO as V } from "date-fns/formatISO";
|
|
17
|
+
import { fromUnixTime as X } from "date-fns/fromUnixTime";
|
|
18
|
+
import { getUnixTime as y } from "date-fns/getUnixTime";
|
|
19
|
+
import { isAfter as h } from "date-fns/isAfter";
|
|
20
|
+
import { isBefore as u } from "date-fns/isBefore";
|
|
21
|
+
import { isSameDay as J } from "date-fns/isSameDay";
|
|
22
|
+
import { lastDayOfMonth as Z } from "date-fns/lastDayOfMonth";
|
|
23
|
+
import { nextDay as g } from "date-fns/nextDay";
|
|
24
|
+
import { parseISO as T } from "date-fns/parseISO";
|
|
25
|
+
import { setDate as D } from "date-fns/setDate";
|
|
26
|
+
import { setDay as F } from "date-fns/setDay";
|
|
27
|
+
import { setDayOfYear as Y } from "date-fns/setDayOfYear";
|
|
28
|
+
import { startOfToday as b } from "date-fns/startOfToday";
|
|
29
|
+
import { subDays as _ } from "date-fns/subDays";
|
|
30
|
+
import { subMonths as R } from "date-fns/subMonths";
|
|
31
|
+
import { subQuarters as N } from "date-fns/subQuarters";
|
|
32
|
+
import { subYears as q } from "date-fns/subYears";
|
|
33
|
+
import { g as ee, a as te, b as re, c as oe, d as ae, e as se, f as ne } from "./DateUtil-BALs-njL.mjs";
|
|
34
|
+
import { b as W } from "./NumberFormatting-DjTD0t3W.mjs";
|
|
35
|
+
import { f as k, D as E } from "./Dialog-CwiqpTGe.mjs";
|
|
36
|
+
import { b as l } from "./Localization-2MODESHW.mjs";
|
|
37
|
+
const ce = ({ iconName: e, label: s, onClick: r, value: a }) => {
|
|
38
|
+
const t = /* @__PURE__ */ M(P, { children: [
|
|
39
|
+
/* @__PURE__ */ d(U, { children: /* @__PURE__ */ d(L, { sx: { bgcolor: "border.light" }, variant: "rounded", children: /* @__PURE__ */ d(I, { name: e, sx: { color: "text.primary" }, weight: C.Dark }) }) }),
|
|
40
|
+
/* @__PURE__ */ d(
|
|
41
|
+
S,
|
|
42
|
+
{
|
|
43
|
+
primary: s,
|
|
44
|
+
primaryTypographyProps: { variant: "XSmall" },
|
|
45
|
+
secondary: a,
|
|
46
|
+
secondaryTypographyProps: { color: "text.default", variant: "Body", fontWeight: 600 }
|
|
47
|
+
}
|
|
48
|
+
)
|
|
49
|
+
] });
|
|
50
|
+
return r ? /* @__PURE__ */ d(w, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ M(G, { onClick: r, children: [
|
|
51
|
+
t,
|
|
52
|
+
/* @__PURE__ */ d($, { children: /* @__PURE__ */ d(I, { name: "chevron_right", size: 24 }) })
|
|
53
|
+
] }) }) : /* @__PURE__ */ d(w, { disableGutters: !1, disablePadding: !1, children: t });
|
|
54
|
+
}, et = ce, tt = ({ label: e, onChange: s, options: r, value: a, ...t }) => /* @__PURE__ */ d(
|
|
55
|
+
z,
|
|
56
|
+
{
|
|
57
|
+
InputLabelProps: { shrink: !0 },
|
|
58
|
+
SelectProps: {
|
|
59
|
+
IconComponent: (c) => /* @__PURE__ */ d(K, { size: 20, sx: { mr: 4 }, ...c })
|
|
60
|
+
},
|
|
61
|
+
defaultValue: 0,
|
|
62
|
+
label: e,
|
|
63
|
+
onChange: (c) => {
|
|
64
|
+
s(Number(c.target.value));
|
|
65
|
+
},
|
|
66
|
+
select: !0,
|
|
67
|
+
value: a,
|
|
68
|
+
variant: "outlined",
|
|
69
|
+
...t,
|
|
70
|
+
children: r.map((c) => /* @__PURE__ */ d(j, { value: c.id, children: c.label }, c.id))
|
|
71
|
+
}
|
|
72
|
+
), ie = (e) => {
|
|
73
|
+
if (!e) return "";
|
|
74
|
+
let s = e.user_name || e.feed_name || "";
|
|
75
|
+
return e.account_number && (s = `${s} *${e.account_number}`), s;
|
|
76
|
+
}, ue = (e, s) => {
|
|
77
|
+
const r = [], a = e.transactions.find(
|
|
78
|
+
(m) => m.repeating_transaction_guid === e.guid
|
|
79
|
+
);
|
|
80
|
+
if (!a) return [];
|
|
81
|
+
const t = T(e.predicted_occurs_on), o = {
|
|
82
|
+
accountGuid: e.account?.guid || "",
|
|
83
|
+
amount: e.amount,
|
|
84
|
+
categoryGuid: a.category_guid || "",
|
|
85
|
+
expectedDate: t,
|
|
86
|
+
frequency: e.recurrence_type,
|
|
87
|
+
institutionGuid: e.account?.institution_guid || "",
|
|
88
|
+
institutionName: ie(e.account),
|
|
89
|
+
merchantGuid: e.merchant_guid,
|
|
90
|
+
name: e.description,
|
|
91
|
+
recurrenceDay: e.recurrence_day,
|
|
92
|
+
repeatingTransactionGuid: e.guid,
|
|
93
|
+
secondRecurrenceDay: e.second_recurrence_day,
|
|
94
|
+
status: p.Upcoming,
|
|
95
|
+
type: e.repeating_transaction_type === B.Income ? O.Income : O.Expense,
|
|
96
|
+
transaction: void 0
|
|
97
|
+
}, c = s.start, i = s.end;
|
|
98
|
+
switch (e.recurrence_type) {
|
|
99
|
+
case n.EveryWeek:
|
|
100
|
+
r.push(...de(o, c, i));
|
|
101
|
+
break;
|
|
102
|
+
case n.EveryOtherWeek:
|
|
103
|
+
r.push(...me(o, c, i));
|
|
104
|
+
break;
|
|
105
|
+
case n.TwiceAMonth:
|
|
106
|
+
r.push(...le(o, c, i));
|
|
107
|
+
break;
|
|
108
|
+
case n.EveryMonth:
|
|
109
|
+
r.push(...he(o, c, i));
|
|
110
|
+
break;
|
|
111
|
+
case n.EveryOtherMonth:
|
|
112
|
+
r.push(...fe(o, c, i));
|
|
113
|
+
break;
|
|
114
|
+
case n.EveryQuarter:
|
|
115
|
+
r.push(...pe(o, c, i));
|
|
116
|
+
break;
|
|
117
|
+
case n.EveryOtherQuarter:
|
|
118
|
+
r.push(...ye(o, c, i));
|
|
119
|
+
break;
|
|
120
|
+
case n.EveryYear:
|
|
121
|
+
r.push(...De(o, c, i));
|
|
122
|
+
break;
|
|
123
|
+
}
|
|
124
|
+
for (const m of r) {
|
|
125
|
+
const v = e.transactions.find(
|
|
126
|
+
(x) => x.repeating_transaction_guid === e.guid && x.date > y(_(m.expectedDate, 5)) && x.date < y(Q(m.expectedDate, 5))
|
|
127
|
+
);
|
|
128
|
+
v ? (m.transaction = v, m.status = p.Paid, m.occurredOnDate = X(v.date)) : u(m.expectedDate, _(b(), 3)) && (m.status = p.Missed);
|
|
129
|
+
}
|
|
130
|
+
return r;
|
|
131
|
+
}, de = (e, s, r) => {
|
|
132
|
+
const a = [];
|
|
133
|
+
let t = g(s, e.recurrenceDay);
|
|
134
|
+
for (; u(t, r); )
|
|
135
|
+
a.push({ ...e, expectedDate: t }), t = g(t, e.recurrenceDay);
|
|
136
|
+
return a;
|
|
137
|
+
}, me = (e, s, r) => {
|
|
138
|
+
const a = [], t = e.expectedDate;
|
|
139
|
+
if (u(t, r)) {
|
|
140
|
+
let o = _(t, 14);
|
|
141
|
+
for (; h(o, s) || J(o, s); )
|
|
142
|
+
a.push({ ...e, expectedDate: o }), o = _(o, 14);
|
|
143
|
+
for (o = t; h(o, s) && u(o, r); )
|
|
144
|
+
a.push({ ...e, expectedDate: o }), o = Q(o, 14);
|
|
145
|
+
}
|
|
146
|
+
return a;
|
|
147
|
+
}, le = (e, s, r) => {
|
|
148
|
+
const a = [];
|
|
149
|
+
let t = D(s, e.recurrenceDay);
|
|
150
|
+
for (; u(t, r); )
|
|
151
|
+
a.push({ ...e, expectedDate: t }), t = f(t, 1);
|
|
152
|
+
let o = e.secondRecurrenceDay && e.secondRecurrenceDay < 28 ? D(s, e.secondRecurrenceDay) : Z(s);
|
|
153
|
+
for (; u(o, r); )
|
|
154
|
+
a.push({ ...e, expectedDate: o }), o = f(o, 1);
|
|
155
|
+
return a;
|
|
156
|
+
}, he = (e, s, r) => {
|
|
157
|
+
const a = [];
|
|
158
|
+
let t = D(s, e.recurrenceDay);
|
|
159
|
+
for (a.push({ ...e, expectedDate: t }), t = f(t, 1); u(t, r); )
|
|
160
|
+
a.push({ ...e, expectedDate: t }), t = f(t, 1);
|
|
161
|
+
return a;
|
|
162
|
+
}, fe = (e, s, r) => {
|
|
163
|
+
const a = [], t = e.expectedDate;
|
|
164
|
+
let o = u(t, r) ? t : R(t, 2);
|
|
165
|
+
for (; u(o, r); )
|
|
166
|
+
h(o, s) && a.push({ ...e, expectedDate: o }), o = f(o, 2);
|
|
167
|
+
return a;
|
|
168
|
+
}, pe = (e, s, r) => {
|
|
169
|
+
const a = [], t = e.expectedDate;
|
|
170
|
+
let o = u(t, r) ? t : N(t, 1);
|
|
171
|
+
for (; u(o, r); )
|
|
172
|
+
h(o, s) && a.push({ ...e, expectedDate: o }), o = A(o, 1);
|
|
173
|
+
return a;
|
|
174
|
+
}, ye = (e, s, r) => {
|
|
175
|
+
const a = [], t = e.expectedDate;
|
|
176
|
+
let o = u(t, r) ? t : N(t, 2);
|
|
177
|
+
for (; u(o, r); )
|
|
178
|
+
h(o, s) && a.push({ ...e, expectedDate: o }), o = A(o, 2);
|
|
179
|
+
return a;
|
|
180
|
+
}, De = (e, s, r) => {
|
|
181
|
+
const a = [], t = e.expectedDate;
|
|
182
|
+
let o = u(t, r) ? t : q(t, 1);
|
|
183
|
+
for (; u(o, r); )
|
|
184
|
+
h(o, s) && a.push({ ...e, expectedDate: o }), o = H(o, 1);
|
|
185
|
+
return a;
|
|
186
|
+
}, rt = (e, s) => {
|
|
187
|
+
const r = [];
|
|
188
|
+
for (const a of e) {
|
|
189
|
+
const t = ue(a, s);
|
|
190
|
+
r.push(...t);
|
|
191
|
+
}
|
|
192
|
+
return r.sort(
|
|
193
|
+
(a, t) => y(a.occurredOnDate || a.expectedDate) - y(t.occurredOnDate || t.expectedDate)
|
|
194
|
+
);
|
|
195
|
+
}, ot = (e, s, r) => {
|
|
196
|
+
const a = [];
|
|
197
|
+
for (const t of s) {
|
|
198
|
+
const o = r.filter(
|
|
199
|
+
(c) => c.repeating_transaction_guid === t.guid
|
|
200
|
+
);
|
|
201
|
+
r.length > 0 && a.push({
|
|
202
|
+
...t,
|
|
203
|
+
account: e.find((c) => c.guid === t.account_guid),
|
|
204
|
+
transactions: o
|
|
205
|
+
});
|
|
206
|
+
}
|
|
207
|
+
return a;
|
|
208
|
+
}, at = (e) => e.reduce((s, r) => {
|
|
209
|
+
const a = V(r.expectedDate, { representation: "date" }), t = s.find(
|
|
210
|
+
(o) => o.date.toString() === r.expectedDate.toString()
|
|
211
|
+
);
|
|
212
|
+
return t ? t.recurrences.push(r) : s.push({
|
|
213
|
+
date: r.expectedDate,
|
|
214
|
+
id: `date-${a}`,
|
|
215
|
+
recurrences: [r]
|
|
216
|
+
}), s;
|
|
217
|
+
}, []), st = (e, s, r) => {
|
|
218
|
+
const a = g(b(), s.recurrence_day), t = Y(b(), s.recurrence_day), o = W(s.recurrence_day), c = s.second_recurrence_day ? W(s.second_recurrence_day) : "";
|
|
219
|
+
let i = r ? l(e.monthly_ordinal, o) : e.monthly;
|
|
220
|
+
switch (s.recurrence_type) {
|
|
221
|
+
case n.EveryQuarter:
|
|
222
|
+
i = r ? l(e.quarterly_ordinal, o) : e.quarterly;
|
|
223
|
+
break;
|
|
224
|
+
case n.EveryWeek:
|
|
225
|
+
i = r ? l(
|
|
226
|
+
e.weekly_ordinal,
|
|
227
|
+
k(a, E.DAY_OF_WEEK)
|
|
228
|
+
) : e.weekly;
|
|
229
|
+
break;
|
|
230
|
+
case n.EveryYear:
|
|
231
|
+
i = r ? l(
|
|
232
|
+
e.anually_ordinal,
|
|
233
|
+
k(t, E.MONTH_DAY)
|
|
234
|
+
) : e.anually;
|
|
235
|
+
break;
|
|
236
|
+
case n.EveryOtherWeek:
|
|
237
|
+
i = r ? l(
|
|
238
|
+
e.every_other_week_ordinal,
|
|
239
|
+
k(a, E.DAY_OF_WEEK)
|
|
240
|
+
) : e.every_other_week;
|
|
241
|
+
break;
|
|
242
|
+
case n.EveryOtherMonth:
|
|
243
|
+
i = r ? l(e.every_other_month_ordinal, o) : e.every_other_month;
|
|
244
|
+
break;
|
|
245
|
+
case n.EveryOtherQuarter:
|
|
246
|
+
i = r ? l(e.every_other_quarter_ordinal, o) : e.every_other_quarter;
|
|
247
|
+
break;
|
|
248
|
+
case n.TwiceAMonth:
|
|
249
|
+
i = r ? l(e.twice_a_month_ordinal, o, c) : e.twice_a_month;
|
|
250
|
+
break;
|
|
251
|
+
}
|
|
252
|
+
return i;
|
|
253
|
+
}, nt = (e, s, r) => {
|
|
254
|
+
let a = s;
|
|
255
|
+
r !== void 0 && (e === n.EveryWeek || e === n.EveryOtherWeek ? a = F(s, r) : e === n.EveryYear ? a = Y(s, r) : a = D(s, r));
|
|
256
|
+
let t = a;
|
|
257
|
+
switch (e) {
|
|
258
|
+
case n.EveryWeek:
|
|
259
|
+
t = ne(a);
|
|
260
|
+
break;
|
|
261
|
+
case n.EveryOtherWeek:
|
|
262
|
+
t = se(a);
|
|
263
|
+
break;
|
|
264
|
+
case n.EveryMonth:
|
|
265
|
+
t = ae(a);
|
|
266
|
+
break;
|
|
267
|
+
case n.EveryOtherMonth:
|
|
268
|
+
t = oe(a);
|
|
269
|
+
break;
|
|
270
|
+
case n.EveryQuarter:
|
|
271
|
+
t = re(a);
|
|
272
|
+
break;
|
|
273
|
+
case n.EveryOtherQuarter:
|
|
274
|
+
t = te(a);
|
|
275
|
+
break;
|
|
276
|
+
case n.EveryYear:
|
|
277
|
+
t = ee(a);
|
|
278
|
+
break;
|
|
279
|
+
}
|
|
280
|
+
return t;
|
|
281
|
+
};
|
|
282
|
+
var n = /* @__PURE__ */ ((e) => (e[e.Unknown = 0] = "Unknown", e[e.EveryWeek = 1] = "EveryWeek", e[e.EveryOtherWeek = 2] = "EveryOtherWeek", e[e.EveryMonth = 3] = "EveryMonth", e[e.EveryOtherMonth = 4] = "EveryOtherMonth", e[e.EveryQuarter = 5] = "EveryQuarter", e[e.EveryOtherQuarter = 6] = "EveryOtherQuarter", e[e.EveryYear = 7] = "EveryYear", e[e.TwiceAMonth = 8] = "TwiceAMonth", e))(n || {}), p = /* @__PURE__ */ ((e) => (e[e.Paid = 0] = "Paid", e[e.Missed = 1] = "Missed", e[e.Upcoming = 2] = "Upcoming", e))(p || {}), O = /* @__PURE__ */ ((e) => (e[e.Expense = 0] = "Expense", e[e.Income = 1] = "Income", e))(O || {}), B = /* @__PURE__ */ ((e) => (e[e.Unknown = 0] = "Unknown", e[e.Subscription = 1] = "Subscription", e[e.Bill = 2] = "Bill", e[e.Income = 3] = "Income", e[e.Transfer = 4] = "Transfer", e))(B || {});
|
|
283
|
+
export {
|
|
284
|
+
et as D,
|
|
285
|
+
n as F,
|
|
286
|
+
B as R,
|
|
287
|
+
tt as S,
|
|
288
|
+
ot as a,
|
|
289
|
+
rt as b,
|
|
290
|
+
p as c,
|
|
291
|
+
O as d,
|
|
292
|
+
nt as e,
|
|
293
|
+
at as f,
|
|
294
|
+
st as g
|
|
295
|
+
};
|
|
@@ -15,7 +15,7 @@ import { f as re } from "./NumberFormatting-DjTD0t3W.mjs";
|
|
|
15
15
|
import { Receipt as Xe, Delete as le, ChevronRight as Ve, Cancel as ce, Search as We, Edit as Ye, Flag as je } from "@mxenabled/mx-icons";
|
|
16
16
|
import { fromUnixTime as j } from "date-fns/fromUnixTime";
|
|
17
17
|
import { isSameDay as Ie } from "date-fns/isSameDay";
|
|
18
|
-
import { h as qe } from "./DateUtil-
|
|
18
|
+
import { h as qe } from "./DateUtil-BALs-njL.mjs";
|
|
19
19
|
import { L as ve } from "./Loader-DUaFpDGv.mjs";
|
|
20
20
|
import { A as P } from "./WidgetContainer-BNltq9UG.mjs";
|
|
21
21
|
import ie from "@mui/material/Paper";
|
|
@@ -53,7 +53,7 @@ import t3 from "@mui/material/AlertTitle";
|
|
|
53
53
|
import n3 from "@mui/material/Link";
|
|
54
54
|
import o3 from "@mui/material/Paper";
|
|
55
55
|
import { subDays as i3, startOfToday as c3, endOfToday as a3 } from "date-fns";
|
|
56
|
-
import { T as s3, a as l3 } from "../TransactionDetails-
|
|
56
|
+
import { T as s3, a as l3 } from "../TransactionDetails-C27q5FUQ.mjs";
|
|
57
57
|
import { T as r1 } from "../TabContentContainer-j01JYR_7.mjs";
|
|
58
58
|
import { f as d1 } from "../NumberFormatting-DjTD0t3W.mjs";
|
|
59
59
|
import { C as r3 } from "../ConnectionsDrawer-GcyfM8yJ.mjs";
|
package/dist/budgets/index.es.js
CHANGED
|
@@ -39,7 +39,7 @@ import Ee from "@mui/material/Snackbar";
|
|
|
39
39
|
import _e from "@mui/material/Tab";
|
|
40
40
|
import Qe from "@mui/material/Tabs";
|
|
41
41
|
import { e as et } from "../exportTransactionsToCSV-DNbCbq9P.mjs";
|
|
42
|
-
import { T as Ie, a as tt } from "../TransactionDetails-
|
|
42
|
+
import { T as Ie, a as tt } from "../TransactionDetails-C27q5FUQ.mjs";
|
|
43
43
|
import pe from "@mui/material/Card";
|
|
44
44
|
import he from "@mui/material/CardContent";
|
|
45
45
|
import { S as me } from "../StatusBar-BK_uYHAB.mjs";
|
|
@@ -48,7 +48,7 @@ import { u as nt, b as ot } from "../CategorySelectorDrawer-euTDUflY.mjs";
|
|
|
48
48
|
import Re from "@mui/material/CardHeader";
|
|
49
49
|
import { subDays as at } from "date-fns/subDays";
|
|
50
50
|
import rt from "@mui/material/IconButton";
|
|
51
|
-
import { M as st } from "../ManageIncome-
|
|
51
|
+
import { M as st } from "../ManageIncome-8yTcFH7J.mjs";
|
|
52
52
|
const it = E(() => {
|
|
53
53
|
const { budgets: t } = w(), { totalBudgeted: o } = D(), { incomeTotal: i } = te(), s = i - o;
|
|
54
54
|
return /* @__PURE__ */ m(B, { direction: "row", justifyContent: "center", my: 16, spacing: 20, children: [
|
|
@@ -18,7 +18,7 @@ import { b as $ } from "../Localization-2MODESHW.mjs";
|
|
|
18
18
|
import { u as Oe } from "../useWidgetLoadTimer-BYMP5Q8g.mjs";
|
|
19
19
|
import { M as Je } from "../MiniWidgetContainer-BHk-RlKA.mjs";
|
|
20
20
|
import { E as Ze } from "../EmptyState-DoxNUae-.mjs";
|
|
21
|
-
import { R as et } from "../RecurringSettings-
|
|
21
|
+
import { R as et } from "../RecurringSettings-C85RGgv4.mjs";
|
|
22
22
|
import tt from "@mui/material/Tabs";
|
|
23
23
|
import ye from "@mui/material/Tab";
|
|
24
24
|
import { getUnixTime as z } from "date-fns/getUnixTime";
|
|
@@ -36,7 +36,7 @@ import { alpha as at, keyframes as it } from "@mui/material/styles";
|
|
|
36
36
|
import { DataGridPro as rt } from "@mui/x-data-grid-pro";
|
|
37
37
|
import { T as we } from "../TabContentContainer-j01JYR_7.mjs";
|
|
38
38
|
import G from "@mui/material/Button";
|
|
39
|
-
import { M as st, S as ct, i as lt, d as _e, c as dt } from "../ManageIncome-
|
|
39
|
+
import { M as st, S as ct, i as lt, d as _e, c as dt } from "../ManageIncome-8yTcFH7J.mjs";
|
|
40
40
|
import { D as Ge } from "../Drawer-DV4NTsFg.mjs";
|
|
41
41
|
import { subDays as Me } from "date-fns/subDays";
|
|
42
42
|
import { endOfToday as mt } from "date-fns/endOfToday";
|
|
@@ -45,9 +45,9 @@ import { A as Q } from "../Account-BiB1F8lL.mjs";
|
|
|
45
45
|
import { formatISO as ht } from "date-fns/formatISO";
|
|
46
46
|
import { fromUnixTime as De } from "date-fns/fromUnixTime";
|
|
47
47
|
import { startOfMonth as pt } from "date-fns/startOfMonth";
|
|
48
|
-
import { S as ft, b as gt } from "../TransactionDetails-
|
|
49
|
-
import { F as bt, R as ve, e as Ae } from "../RepeatingTransaction-
|
|
50
|
-
import { h as xt } from "../DateUtil-
|
|
48
|
+
import { S as ft, b as gt } from "../TransactionDetails-C27q5FUQ.mjs";
|
|
49
|
+
import { F as bt, R as ve, e as Ae } from "../RepeatingTransaction-CIq3wSEA.mjs";
|
|
50
|
+
import { h as xt } from "../DateUtil-BALs-njL.mjs";
|
|
51
51
|
import { F as Ct, A as j } from "../Fetch-DecPFeGU.mjs";
|
|
52
52
|
const V = () => {
|
|
53
53
|
if (!p.useContext(Ye))
|
package/dist/common/index.es.js
CHANGED
|
@@ -22,7 +22,7 @@ import { T as it } from "../TransactionStore-DXTFzPmW.mjs";
|
|
|
22
22
|
import { S as Fs } from "../TransactionStore-DXTFzPmW.mjs";
|
|
23
23
|
import { T as Gs } from "../TabContentContainer-j01JYR_7.mjs";
|
|
24
24
|
import { I as qs } from "../IconBacking-B9oC6uL2.mjs";
|
|
25
|
-
import { D as Qs, F as Xs, c as js, d as Ks, R as zs, S as Vs } from "../RepeatingTransaction-
|
|
25
|
+
import { D as Qs, F as Xs, c as js, d as Ks, R as zs, S as Vs } from "../RepeatingTransaction-CIq3wSEA.mjs";
|
|
26
26
|
import { C as nt } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
27
27
|
import { I as Js } from "../CashflowStore-D9Dpuz7X.mjs";
|
|
28
28
|
import { d as ct } from "../GoalStore-DNp0ttXZ.mjs";
|
|
@@ -46,8 +46,8 @@ import { I as Lr, P as Ur, S as $r } from "../Account-DuOz1a27.mjs";
|
|
|
46
46
|
import { b as E } from "../Category-CevNQ03n.mjs";
|
|
47
47
|
import { C as kr, c as Or, a as Pr, P as Fr } from "../Category-CevNQ03n.mjs";
|
|
48
48
|
import { C as Gr, f as Wr, b as qr, a as Yr, g as Qr, i as Xr } from "../NumberFormatting-DjTD0t3W.mjs";
|
|
49
|
-
import { R as _t } from "../RecurringTransactionsStore-
|
|
50
|
-
import { S as Kr, T as zr } from "../RecurringTransactionsStore-
|
|
49
|
+
import { R as _t } from "../RecurringTransactionsStore-B1jZBQLY.mjs";
|
|
50
|
+
import { S as Kr, T as zr } from "../RecurringTransactionsStore-B1jZBQLY.mjs";
|
|
51
51
|
import { G as Zr, C as Jr, D as to, W as eo, d as so, a as ro, i as oo, t as ao, m as io, w as no, x as co, g as uo, z as lo, u as ho, f as go, b as po, l as mo, A as _o, s as fo, y as yo, c as So, q as bo, n as wo, B as Co, j as xo, r as Do, h as Ao, v as vo, o as Eo, p as To } from "../hooks-BUCn6FeJ.mjs";
|
|
52
52
|
import { u as Io } from "../useAccountDisplayName-D27PXvdj.mjs";
|
|
53
53
|
import { u as Mo } from "../useInsightsEnabled-CzhMEHNx.mjs";
|
|
@@ -71,7 +71,7 @@ import { a as Nt } from "../SettingsStore-uQ4s2d0P.mjs";
|
|
|
71
71
|
import { addMonths as Mt } from "date-fns/addMonths";
|
|
72
72
|
import { getMonth as T } from "date-fns/getMonth";
|
|
73
73
|
import { a as qo, e as Yo, d as Qo, A as Xo, f as jo, C as Ko, g as zo, E as Vo, M as Zo, N as Jo, c as ta, P as ea, h as sa, S as ra } from "../Account-BiB1F8lL.mjs";
|
|
74
|
-
import { i as aa } from "../DateUtil-
|
|
74
|
+
import { i as aa } from "../DateUtil-BALs-njL.mjs";
|
|
75
75
|
import { b as na, a as ca, g as da } from "../Localization-2MODESHW.mjs";
|
|
76
76
|
import { alpha as Lt, lighten as P, darken as F } from "@mui/material";
|
|
77
77
|
var Ut = /* @__PURE__ */ ((s) => (s[s.Unknown = 0] = "Unknown", s[s.EveryWeek = 1] = "EveryWeek", s[s.EveryOtherWeek = 2] = "EveryOtherWeek", s[s.EveryMonth = 3] = "EveryMonth", s[s.EveryOtherMonth = 4] = "EveryOtherMonth", s[s.EveryQuarter = 5] = "EveryQuarter", s[s.EveryOtherQuarter = 6] = "EveryOtherQuarter", s[s.EveryYear = 7] = "EveryYear", s))(Ut || {});
|
|
@@ -37,11 +37,11 @@ import zn from "@mui/material/ListItemButton";
|
|
|
37
37
|
import Gn from "@mui/material/ListSubheader";
|
|
38
38
|
import { f as W } from "../NumberFormatting-DjTD0t3W.mjs";
|
|
39
39
|
import { b as V } from "../Localization-2MODESHW.mjs";
|
|
40
|
-
import { S as it, F as Mt, e as Hn, R as Dt } from "../RepeatingTransaction-
|
|
40
|
+
import { S as it, F as Mt, e as Hn, R as Dt } from "../RepeatingTransaction-CIq3wSEA.mjs";
|
|
41
41
|
import { A as He } from "../Account-BiB1F8lL.mjs";
|
|
42
42
|
import { S as Nn } from "../StatusBar-BK_uYHAB.mjs";
|
|
43
|
-
import { h as It } from "../DateUtil-
|
|
44
|
-
import { T as jn, s as Kn, h as Vn, S as Xn, b as Yn } from "../TransactionDetails-
|
|
43
|
+
import { h as It } from "../DateUtil-BALs-njL.mjs";
|
|
44
|
+
import { T as jn, s as Kn, h as Vn, S as Xn, b as Yn } from "../TransactionDetails-C27q5FUQ.mjs";
|
|
45
45
|
import { T as de } from "../TabContentContainer-j01JYR_7.mjs";
|
|
46
46
|
import qn from "@mui/material/useMediaQuery";
|
|
47
47
|
import { BarPlot as Un } from "@mui/x-charts/BarChart";
|
|
@@ -55,10 +55,10 @@ import { formatISO as oo } from "date-fns/formatISO";
|
|
|
55
55
|
import { fromUnixTime as ro } from "date-fns/fromUnixTime";
|
|
56
56
|
import { startOfToday as st } from "date-fns/startOfToday";
|
|
57
57
|
import { subDays as ao } from "date-fns/subDays";
|
|
58
|
-
import { c as io, d as ct, S as so, i as co } from "../ManageIncome-
|
|
58
|
+
import { c as io, d as ct, S as so, i as co } from "../ManageIncome-8yTcFH7J.mjs";
|
|
59
59
|
import { LocalizationProvider as lo, DatePicker as po, StaticDatePicker as _o } from "@mui/x-date-pickers";
|
|
60
60
|
import { AdapterDateFns as Ot } from "@mui/x-date-pickers/AdapterDateFnsV3";
|
|
61
|
-
import { R as uo } from "../RecurringSettings-
|
|
61
|
+
import { R as uo } from "../RecurringSettings-C85RGgv4.mjs";
|
|
62
62
|
import { LocalizationProvider as ho } from "@mui/x-date-pickers/LocalizationProvider";
|
|
63
63
|
import { format as mo } from "date-fns/format";
|
|
64
64
|
import go from "@mui/lab/Timeline";
|
|
@@ -17,7 +17,7 @@ import { Text as m, Icon as B, P as Z } from "@mxenabled/mxui";
|
|
|
17
17
|
import A from "@mui/material/ListItem";
|
|
18
18
|
import J from "@mui/material/ListItemButton";
|
|
19
19
|
import _ from "@mui/material/ListItemText";
|
|
20
|
-
import { i as Q } from "../DateUtil-
|
|
20
|
+
import { i as Q } from "../DateUtil-BALs-njL.mjs";
|
|
21
21
|
import { C as x } from "../CurrencyText-C-85TnUF.mjs";
|
|
22
22
|
import P from "@mui/material/styles/useTheme";
|
|
23
23
|
import { Stack as he } from "@mui/material";
|
|
@@ -9,7 +9,7 @@ import h from "@mui/material/Box";
|
|
|
9
9
|
import A from "@mui/material/Divider";
|
|
10
10
|
import D from "@mui/material/List";
|
|
11
11
|
import { Text as m, InstitutionLogo as B, CategoryIcon as T } from "@mxenabled/mxui";
|
|
12
|
-
import { h as I } from "../DateUtil-
|
|
12
|
+
import { h as I } from "../DateUtil-BALs-njL.mjs";
|
|
13
13
|
import { useTheme as R, Card as O } from "@mui/material";
|
|
14
14
|
import { d as G, i as E, u as _, n as x, b as N, a as j } from "../hooks-BUCn6FeJ.mjs";
|
|
15
15
|
import { Icon as z, Settings as U } from "@mxenabled/mx-icons";
|
|
@@ -6,8 +6,8 @@ import { endOfToday as Z } from "date-fns/endOfToday";
|
|
|
6
6
|
import { startOfMonth as G } from "date-fns/startOfMonth";
|
|
7
7
|
import { startOfToday as J } from "date-fns/startOfToday";
|
|
8
8
|
import { subDays as Q } from "date-fns/subDays";
|
|
9
|
-
import { R as Te } from "../RecurringSettings-
|
|
10
|
-
import { M as vn } from "../RecurringSettings-
|
|
9
|
+
import { R as Te } from "../RecurringSettings-C85RGgv4.mjs";
|
|
10
|
+
import { M as vn } from "../RecurringSettings-C85RGgv4.mjs";
|
|
11
11
|
import { addMonths as We } from "date-fns/addMonths";
|
|
12
12
|
import { subMonths as $e } from "date-fns/subMonths";
|
|
13
13
|
import { isBefore as Be } from "date-fns/isBefore";
|
|
@@ -28,9 +28,9 @@ import Je from "@mui/material/Badge";
|
|
|
28
28
|
import { PickersDay as Qe } from "@mui/x-date-pickers/PickersDay";
|
|
29
29
|
import { I as P } from "../IconBacking-B9oC6uL2.mjs";
|
|
30
30
|
import { u as R, b as H, j as _, g as z, p as _e, h as ne } from "../hooks-BUCn6FeJ.mjs";
|
|
31
|
-
import { d as I, c as T, g as xe, f as et } from "../RepeatingTransaction-
|
|
32
|
-
import { T as O } from "../RecurringTransactionsStore-
|
|
33
|
-
import { R as An } from "../RecurringTransactionsStore-
|
|
31
|
+
import { d as I, c as T, g as xe, f as et } from "../RepeatingTransaction-CIq3wSEA.mjs";
|
|
32
|
+
import { T as O } from "../RecurringTransactionsStore-B1jZBQLY.mjs";
|
|
33
|
+
import { R as An } from "../RecurringTransactionsStore-B1jZBQLY.mjs";
|
|
34
34
|
import { A as S, W as tt } from "../WidgetContainer-BNltq9UG.mjs";
|
|
35
35
|
import nt from "@mui/material/Button";
|
|
36
36
|
import q from "@mui/material/Divider";
|
|
@@ -40,8 +40,8 @@ import it from "@mui/material/ListSubheader";
|
|
|
40
40
|
import rt from "@mui/material/ListItemAvatar";
|
|
41
41
|
import ot from "@mui/material/ListItemButton";
|
|
42
42
|
import at from "@mui/material/ListItemText";
|
|
43
|
-
import { b as st } from "../ManageIncome-
|
|
44
|
-
import { c as Nn, M as Gn, S as On } from "../ManageIncome-
|
|
43
|
+
import { b as st } from "../ManageIncome-8yTcFH7J.mjs";
|
|
44
|
+
import { c as Nn, M as Gn, S as On } from "../ManageIncome-8yTcFH7J.mjs";
|
|
45
45
|
import { f as M } from "../NumberFormatting-DjTD0t3W.mjs";
|
|
46
46
|
import { D as ie } from "../Drawer-DV4NTsFg.mjs";
|
|
47
47
|
import { b as E } from "../Localization-2MODESHW.mjs";
|
|
@@ -9,4 +9,4 @@ export declare const buildAllRecurrences: (repeatingTransactions: RepeatingTrans
|
|
|
9
9
|
export declare const augmentRepeatingTransactions: (accounts: Account[], repeatingTransactions: RepeatingTransaction[], transactions: Transaction[]) => RepeatingTransaction[];
|
|
10
10
|
export declare const groupRecurrencesByDate: (recurrences: Recurrence[]) => GroupedRecurrence[];
|
|
11
11
|
export declare const getFrequencyLabel: (copy: RecurringCopy, repeatingTransaction: RepeatingTransaction, showOrdinal: boolean) => string;
|
|
12
|
-
export declare const getNextPaymentDate: (frequency: Frequency, date: Date) => Date;
|
|
12
|
+
export declare const getNextPaymentDate: (frequency: Frequency, date: Date, recurrenceDay?: number) => Date;
|
|
@@ -19,7 +19,7 @@ import { startOfToday as q } from "date-fns/startOfToday";
|
|
|
19
19
|
import St from "@mui/material/Button";
|
|
20
20
|
import { useTheme as Tt } from "@mui/material";
|
|
21
21
|
import { e as Mt } from "../exportTransactionsToCSV-DNbCbq9P.mjs";
|
|
22
|
-
import { T as Dt, a as xt } from "../TransactionDetails-
|
|
22
|
+
import { T as Dt, a as xt } from "../TransactionDetails-C27q5FUQ.mjs";
|
|
23
23
|
import wt from "@mui/material/Collapse";
|
|
24
24
|
import F from "@mui/material/Divider";
|
|
25
25
|
import J from "@mui/material/List";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { T as ba } from "../TransactionApi-CjBoLleL.mjs";
|
|
2
|
-
import { u as R, C as Le, D as Me, M as Re, c as He, T as Pe, a as Be } from "../TransactionDetails-
|
|
3
|
-
import { B as xa, d as Sa, b as wa } from "../TransactionDetails-
|
|
2
|
+
import { u as R, C as Le, D as Me, M as Re, c as He, T as Pe, a as Be } from "../TransactionDetails-C27q5FUQ.mjs";
|
|
3
|
+
import { B as xa, d as Sa, b as wa } from "../TransactionDetails-C27q5FUQ.mjs";
|
|
4
4
|
import { T as E } from "../User-CCYFbd5i.mjs";
|
|
5
5
|
import { O as Ia } from "../User-CCYFbd5i.mjs";
|
|
6
6
|
import { S as Z, D as $e } from "../TransactionStore-DXTFzPmW.mjs";
|
package/dist/trends/index.es.js
CHANGED
|
@@ -33,7 +33,7 @@ import { T as G, b as Vt } from "../ViewMoreMicroCard-CO1x7Twm.mjs";
|
|
|
33
33
|
import { parseISO as st } from "date-fns/parseISO";
|
|
34
34
|
import { H as ke } from "../HeaderCell-DjuifqHJ.mjs";
|
|
35
35
|
import { A as v, W as rt } from "../WidgetContainer-BNltq9UG.mjs";
|
|
36
|
-
import { a as at, T as it } from "../TransactionDetails-
|
|
36
|
+
import { a as at, T as it } from "../TransactionDetails-C27q5FUQ.mjs";
|
|
37
37
|
import { D as Ne } from "../Drawer-DV4NTsFg.mjs";
|
|
38
38
|
import { u as Le } from "../useWidgetLoadTimer-BYMP5Q8g.mjs";
|
|
39
39
|
import { L as Ie } from "../Loader-DUaFpDGv.mjs";
|
package/package.json
CHANGED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { addMonths as s } from "date-fns/addMonths";
|
|
2
|
-
import { addQuarters as a } from "date-fns/addQuarters";
|
|
3
|
-
import { addWeeks as m } from "date-fns/addWeeks";
|
|
4
|
-
import { addYears as l } from "date-fns/addYears";
|
|
5
|
-
import { getDay as y } from "date-fns/getDay";
|
|
6
|
-
import { isBefore as n } from "date-fns/isBefore";
|
|
7
|
-
import { nextDay as c } from "date-fns/nextDay";
|
|
8
|
-
import { setDate as d } from "date-fns/setDate";
|
|
9
|
-
import { startOfToday as o } from "date-fns/startOfToday";
|
|
10
|
-
import { fromUnixTime as D } from "date-fns/fromUnixTime";
|
|
11
|
-
import { f as i, D as f } from "./Dialog-CwiqpTGe.mjs";
|
|
12
|
-
const x = (t) => {
|
|
13
|
-
const e = y(t);
|
|
14
|
-
let r = c(t, e);
|
|
15
|
-
for (; n(r, o()); )
|
|
16
|
-
r = m(r, 1);
|
|
17
|
-
return r;
|
|
18
|
-
}, Y = (t) => {
|
|
19
|
-
const e = x(t);
|
|
20
|
-
return m(e, 1);
|
|
21
|
-
}, B = (t) => {
|
|
22
|
-
let e = d(o(), t.getDate());
|
|
23
|
-
for (; n(e, o()); )
|
|
24
|
-
e = s(e, 1);
|
|
25
|
-
return e;
|
|
26
|
-
}, E = (t) => {
|
|
27
|
-
const e = x(t);
|
|
28
|
-
return s(e, 1);
|
|
29
|
-
}, p = (t) => {
|
|
30
|
-
let e = a(t, 1);
|
|
31
|
-
for (; n(e, o()); )
|
|
32
|
-
e = a(e, 1);
|
|
33
|
-
return e;
|
|
34
|
-
}, Q = (t) => {
|
|
35
|
-
const e = p(t);
|
|
36
|
-
return a(e, 1);
|
|
37
|
-
}, w = (t) => l(t, 1), F = (t) => i(D(t), f.DAY_OF_WEEK_MONTH_DAY), H = (t) => t ? i(D(t), f.MONTH_YEAR) : "";
|
|
38
|
-
export {
|
|
39
|
-
Q as a,
|
|
40
|
-
p as b,
|
|
41
|
-
E as c,
|
|
42
|
-
B as d,
|
|
43
|
-
Y as e,
|
|
44
|
-
x as f,
|
|
45
|
-
w as g,
|
|
46
|
-
F as h,
|
|
47
|
-
H as i
|
|
48
|
-
};
|
|
@@ -1,292 +0,0 @@
|
|
|
1
|
-
import { jsxs as M, Fragment as P, jsx as d } from "react/jsx-runtime";
|
|
2
|
-
import L from "@mui/material/Avatar";
|
|
3
|
-
import w from "@mui/material/ListItem";
|
|
4
|
-
import U from "@mui/material/ListItemAvatar";
|
|
5
|
-
import G from "@mui/material/ListItemButton";
|
|
6
|
-
import S from "@mui/material/ListItemText";
|
|
7
|
-
import { Icon as I, IconWeight as C } from "@mxenabled/mxui";
|
|
8
|
-
import $ from "@mui/material/ListItemIcon";
|
|
9
|
-
import j from "@mui/material/MenuItem";
|
|
10
|
-
import z from "@mui/material/TextField";
|
|
11
|
-
import { ExpandMore as K } from "@mxenabled/mx-icons";
|
|
12
|
-
import { addDays as A } from "date-fns/addDays";
|
|
13
|
-
import { addMonths as y } from "date-fns/addMonths";
|
|
14
|
-
import { addQuarters as N } from "date-fns/addQuarters";
|
|
15
|
-
import { addYears as H } from "date-fns/addYears";
|
|
16
|
-
import { formatISO as V } from "date-fns/formatISO";
|
|
17
|
-
import { fromUnixTime as X } from "date-fns/fromUnixTime";
|
|
18
|
-
import { getUnixTime as p } from "date-fns/getUnixTime";
|
|
19
|
-
import { isAfter as f } from "date-fns/isAfter";
|
|
20
|
-
import { isBefore as u } from "date-fns/isBefore";
|
|
21
|
-
import { isSameDay as W } from "date-fns/isSameDay";
|
|
22
|
-
import { nextDay as _ } from "date-fns/nextDay";
|
|
23
|
-
import { parseISO as J } from "date-fns/parseISO";
|
|
24
|
-
import { setDate as g } from "date-fns/setDate";
|
|
25
|
-
import { startOfToday as b } from "date-fns/startOfToday";
|
|
26
|
-
import { subDays as h } from "date-fns/subDays";
|
|
27
|
-
import { subMonths as Z } from "date-fns/subMonths";
|
|
28
|
-
import { subQuarters as Y } from "date-fns/subQuarters";
|
|
29
|
-
import { subYears as T } from "date-fns/subYears";
|
|
30
|
-
import { lastDayOfMonth as q } from "date-fns/lastDayOfMonth";
|
|
31
|
-
import { setDayOfYear as F } from "date-fns/setDayOfYear";
|
|
32
|
-
import { g as R, a as ee, b as re, c as te, d as oe, e as ae, f as ne } from "./DateUtil-gRDTwAoC.mjs";
|
|
33
|
-
import { b as Q } from "./NumberFormatting-DjTD0t3W.mjs";
|
|
34
|
-
import { f as k, D as E } from "./Dialog-CwiqpTGe.mjs";
|
|
35
|
-
import { b as l } from "./Localization-2MODESHW.mjs";
|
|
36
|
-
const se = ({ iconName: e, label: o, onClick: r, value: n }) => {
|
|
37
|
-
const t = /* @__PURE__ */ M(P, { children: [
|
|
38
|
-
/* @__PURE__ */ d(U, { children: /* @__PURE__ */ d(L, { sx: { bgcolor: "border.light" }, variant: "rounded", children: /* @__PURE__ */ d(I, { name: e, sx: { color: "text.primary" }, weight: C.Dark }) }) }),
|
|
39
|
-
/* @__PURE__ */ d(
|
|
40
|
-
S,
|
|
41
|
-
{
|
|
42
|
-
primary: o,
|
|
43
|
-
primaryTypographyProps: { variant: "XSmall" },
|
|
44
|
-
secondary: n,
|
|
45
|
-
secondaryTypographyProps: { color: "text.default", variant: "Body", fontWeight: 600 }
|
|
46
|
-
}
|
|
47
|
-
)
|
|
48
|
-
] });
|
|
49
|
-
return r ? /* @__PURE__ */ d(w, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ M(G, { onClick: r, children: [
|
|
50
|
-
t,
|
|
51
|
-
/* @__PURE__ */ d($, { children: /* @__PURE__ */ d(I, { name: "chevron_right", size: 24 }) })
|
|
52
|
-
] }) }) : /* @__PURE__ */ d(w, { disableGutters: !1, disablePadding: !1, children: t });
|
|
53
|
-
}, Fe = se, Re = ({ label: e, onChange: o, options: r, value: n, ...t }) => /* @__PURE__ */ d(
|
|
54
|
-
z,
|
|
55
|
-
{
|
|
56
|
-
InputLabelProps: { shrink: !0 },
|
|
57
|
-
SelectProps: {
|
|
58
|
-
IconComponent: (s) => /* @__PURE__ */ d(K, { size: 20, sx: { mr: 4 }, ...s })
|
|
59
|
-
},
|
|
60
|
-
defaultValue: 0,
|
|
61
|
-
label: e,
|
|
62
|
-
onChange: (s) => {
|
|
63
|
-
o(Number(s.target.value));
|
|
64
|
-
},
|
|
65
|
-
select: !0,
|
|
66
|
-
value: n,
|
|
67
|
-
variant: "outlined",
|
|
68
|
-
...t,
|
|
69
|
-
children: r.map((s) => /* @__PURE__ */ d(j, { value: s.id, children: s.label }, s.id))
|
|
70
|
-
}
|
|
71
|
-
), ce = (e) => {
|
|
72
|
-
if (!e) return "";
|
|
73
|
-
let o = e.user_name || e.feed_name || "";
|
|
74
|
-
return e.account_number && (o = `${o} *${e.account_number}`), o;
|
|
75
|
-
}, ie = (e, o) => {
|
|
76
|
-
const r = [], n = e.transactions.find(
|
|
77
|
-
(m) => m.repeating_transaction_guid === e.guid
|
|
78
|
-
);
|
|
79
|
-
if (!n) return [];
|
|
80
|
-
const t = J(e.predicted_occurs_on), a = {
|
|
81
|
-
accountGuid: e.account?.guid || "",
|
|
82
|
-
amount: e.amount,
|
|
83
|
-
categoryGuid: n.category_guid || "",
|
|
84
|
-
expectedDate: t,
|
|
85
|
-
frequency: e.recurrence_type,
|
|
86
|
-
institutionGuid: e.account?.institution_guid || "",
|
|
87
|
-
institutionName: ce(e.account),
|
|
88
|
-
merchantGuid: e.merchant_guid,
|
|
89
|
-
name: e.description,
|
|
90
|
-
recurrenceDay: e.recurrence_day,
|
|
91
|
-
repeatingTransactionGuid: e.guid,
|
|
92
|
-
secondRecurrenceDay: e.second_recurrence_day,
|
|
93
|
-
status: D.Upcoming,
|
|
94
|
-
type: e.repeating_transaction_type === B.Income ? O.Income : O.Expense,
|
|
95
|
-
transaction: void 0
|
|
96
|
-
}, s = o.start, i = o.end;
|
|
97
|
-
switch (e.recurrence_type) {
|
|
98
|
-
case c.EveryWeek:
|
|
99
|
-
r.push(...ue(a, s, i));
|
|
100
|
-
break;
|
|
101
|
-
case c.EveryOtherWeek:
|
|
102
|
-
r.push(...de(a, s, i));
|
|
103
|
-
break;
|
|
104
|
-
case c.TwiceAMonth:
|
|
105
|
-
r.push(...me(a, s, i));
|
|
106
|
-
break;
|
|
107
|
-
case c.EveryMonth:
|
|
108
|
-
r.push(...le(a, s, i));
|
|
109
|
-
break;
|
|
110
|
-
case c.EveryOtherMonth:
|
|
111
|
-
r.push(...he(a, s, i));
|
|
112
|
-
break;
|
|
113
|
-
case c.EveryQuarter:
|
|
114
|
-
r.push(...fe(a, s, i));
|
|
115
|
-
break;
|
|
116
|
-
case c.EveryOtherQuarter:
|
|
117
|
-
r.push(...ye(a, s, i));
|
|
118
|
-
break;
|
|
119
|
-
case c.EveryYear:
|
|
120
|
-
r.push(...De(a, s, i));
|
|
121
|
-
break;
|
|
122
|
-
}
|
|
123
|
-
for (const m of r) {
|
|
124
|
-
const x = e.transactions.find(
|
|
125
|
-
(v) => v.repeating_transaction_guid === e.guid && v.date > p(h(m.expectedDate, 5)) && v.date < p(A(m.expectedDate, 5))
|
|
126
|
-
);
|
|
127
|
-
x ? (m.transaction = x, m.status = D.Paid, m.occurredOnDate = X(x.date)) : u(m.expectedDate, h(b(), 3)) && (m.status = D.Missed);
|
|
128
|
-
}
|
|
129
|
-
return r;
|
|
130
|
-
}, ue = (e, o, r) => {
|
|
131
|
-
const n = [];
|
|
132
|
-
let t = _(o, e.recurrenceDay);
|
|
133
|
-
for (; u(t, r); )
|
|
134
|
-
n.push({ ...e, expectedDate: t }), t = _(t, e.recurrenceDay);
|
|
135
|
-
return n;
|
|
136
|
-
}, de = (e, o, r) => {
|
|
137
|
-
const n = [], t = e.expectedDate;
|
|
138
|
-
let a = t;
|
|
139
|
-
t.getDay() !== e.recurrenceDay && (a = _(h(t, 7), e.recurrenceDay));
|
|
140
|
-
let s = a;
|
|
141
|
-
for (; f(h(s, 14), o) || W(h(s, 14), o); )
|
|
142
|
-
s = h(s, 14);
|
|
143
|
-
for (; u(s, r); )
|
|
144
|
-
(f(s, o) || W(s, o)) && n.push({ ...e, expectedDate: s }), s = A(s, 14);
|
|
145
|
-
return n;
|
|
146
|
-
}, me = (e, o, r) => {
|
|
147
|
-
const n = [];
|
|
148
|
-
let t = g(o, e.recurrenceDay);
|
|
149
|
-
for (; u(t, r); )
|
|
150
|
-
n.push({ ...e, expectedDate: t }), t = y(t, 1);
|
|
151
|
-
let a = e.secondRecurrenceDay && e.secondRecurrenceDay < 28 ? g(o, e.secondRecurrenceDay) : q(o);
|
|
152
|
-
for (; u(a, r); )
|
|
153
|
-
n.push({ ...e, expectedDate: a }), a = y(a, 1);
|
|
154
|
-
return n;
|
|
155
|
-
}, le = (e, o, r) => {
|
|
156
|
-
const n = [];
|
|
157
|
-
let t = g(o, e.recurrenceDay);
|
|
158
|
-
for (n.push({ ...e, expectedDate: t }), t = y(t, 1); u(t, r); )
|
|
159
|
-
n.push({ ...e, expectedDate: t }), t = y(t, 1);
|
|
160
|
-
return n;
|
|
161
|
-
}, he = (e, o, r) => {
|
|
162
|
-
const n = [], t = e.expectedDate;
|
|
163
|
-
let a = u(t, r) ? t : Z(t, 2);
|
|
164
|
-
for (; u(a, r); )
|
|
165
|
-
f(a, o) && n.push({ ...e, expectedDate: a }), a = y(a, 2);
|
|
166
|
-
return n;
|
|
167
|
-
}, fe = (e, o, r) => {
|
|
168
|
-
const n = [], t = e.expectedDate;
|
|
169
|
-
let a = u(t, r) ? t : Y(t, 1);
|
|
170
|
-
for (; u(a, r); )
|
|
171
|
-
f(a, o) && n.push({ ...e, expectedDate: a }), a = N(a, 1);
|
|
172
|
-
return n;
|
|
173
|
-
}, ye = (e, o, r) => {
|
|
174
|
-
const n = [], t = e.expectedDate;
|
|
175
|
-
let a = u(t, r) ? t : Y(t, 2);
|
|
176
|
-
for (; u(a, r); )
|
|
177
|
-
f(a, o) && n.push({ ...e, expectedDate: a }), a = N(a, 2);
|
|
178
|
-
return n;
|
|
179
|
-
}, De = (e, o, r) => {
|
|
180
|
-
const n = [], t = e.expectedDate;
|
|
181
|
-
let a = u(t, r) ? t : T(t, 1);
|
|
182
|
-
for (; u(a, r); )
|
|
183
|
-
f(a, o) && n.push({ ...e, expectedDate: a }), a = H(a, 1);
|
|
184
|
-
return n;
|
|
185
|
-
}, er = (e, o) => {
|
|
186
|
-
const r = [];
|
|
187
|
-
for (const n of e) {
|
|
188
|
-
const t = ie(n, o);
|
|
189
|
-
r.push(...t);
|
|
190
|
-
}
|
|
191
|
-
return r.sort(
|
|
192
|
-
(n, t) => p(n.occurredOnDate || n.expectedDate) - p(t.occurredOnDate || t.expectedDate)
|
|
193
|
-
);
|
|
194
|
-
}, rr = (e, o, r) => {
|
|
195
|
-
const n = [];
|
|
196
|
-
for (const t of o) {
|
|
197
|
-
const a = r.filter(
|
|
198
|
-
(s) => s.repeating_transaction_guid === t.guid
|
|
199
|
-
);
|
|
200
|
-
r.length > 0 && n.push({
|
|
201
|
-
...t,
|
|
202
|
-
account: e.find((s) => s.guid === t.account_guid),
|
|
203
|
-
transactions: a
|
|
204
|
-
});
|
|
205
|
-
}
|
|
206
|
-
return n;
|
|
207
|
-
}, tr = (e) => e.reduce((o, r) => {
|
|
208
|
-
const n = V(r.expectedDate, { representation: "date" }), t = o.find(
|
|
209
|
-
(a) => a.date.toString() === r.expectedDate.toString()
|
|
210
|
-
);
|
|
211
|
-
return t ? t.recurrences.push(r) : o.push({
|
|
212
|
-
date: r.expectedDate,
|
|
213
|
-
id: `date-${n}`,
|
|
214
|
-
recurrences: [r]
|
|
215
|
-
}), o;
|
|
216
|
-
}, []), or = (e, o, r) => {
|
|
217
|
-
const n = _(b(), o.recurrence_day), t = F(b(), o.recurrence_day), a = Q(o.recurrence_day), s = o.second_recurrence_day ? Q(o.second_recurrence_day) : "";
|
|
218
|
-
let i = r ? l(e.monthly_ordinal, a) : e.monthly;
|
|
219
|
-
switch (o.recurrence_type) {
|
|
220
|
-
case c.EveryQuarter:
|
|
221
|
-
i = r ? l(e.quarterly_ordinal, a) : e.quarterly;
|
|
222
|
-
break;
|
|
223
|
-
case c.EveryWeek:
|
|
224
|
-
i = r ? l(
|
|
225
|
-
e.weekly_ordinal,
|
|
226
|
-
k(n, E.DAY_OF_WEEK)
|
|
227
|
-
) : e.weekly;
|
|
228
|
-
break;
|
|
229
|
-
case c.EveryYear:
|
|
230
|
-
i = r ? l(
|
|
231
|
-
e.anually_ordinal,
|
|
232
|
-
k(t, E.MONTH_DAY)
|
|
233
|
-
) : e.anually;
|
|
234
|
-
break;
|
|
235
|
-
case c.EveryOtherWeek:
|
|
236
|
-
i = r ? l(
|
|
237
|
-
e.every_other_week_ordinal,
|
|
238
|
-
k(n, E.DAY_OF_WEEK)
|
|
239
|
-
) : e.every_other_week;
|
|
240
|
-
break;
|
|
241
|
-
case c.EveryOtherMonth:
|
|
242
|
-
i = r ? l(e.every_other_month_ordinal, a) : e.every_other_month;
|
|
243
|
-
break;
|
|
244
|
-
case c.EveryOtherQuarter:
|
|
245
|
-
i = r ? l(e.every_other_quarter_ordinal, a) : e.every_other_quarter;
|
|
246
|
-
break;
|
|
247
|
-
case c.TwiceAMonth:
|
|
248
|
-
i = r ? l(e.twice_a_month_ordinal, a, s) : e.twice_a_month;
|
|
249
|
-
break;
|
|
250
|
-
}
|
|
251
|
-
return i;
|
|
252
|
-
}, ar = (e, o) => {
|
|
253
|
-
let r = o;
|
|
254
|
-
switch (e) {
|
|
255
|
-
case c.EveryWeek:
|
|
256
|
-
r = ne(o);
|
|
257
|
-
break;
|
|
258
|
-
case c.EveryOtherWeek:
|
|
259
|
-
r = ae(o);
|
|
260
|
-
break;
|
|
261
|
-
case c.EveryMonth:
|
|
262
|
-
r = oe(o);
|
|
263
|
-
break;
|
|
264
|
-
case c.EveryOtherMonth:
|
|
265
|
-
r = te(o);
|
|
266
|
-
break;
|
|
267
|
-
case c.EveryQuarter:
|
|
268
|
-
r = re(o);
|
|
269
|
-
break;
|
|
270
|
-
case c.EveryOtherQuarter:
|
|
271
|
-
r = ee(o);
|
|
272
|
-
break;
|
|
273
|
-
case c.EveryYear:
|
|
274
|
-
r = R(o);
|
|
275
|
-
break;
|
|
276
|
-
}
|
|
277
|
-
return r;
|
|
278
|
-
};
|
|
279
|
-
var c = /* @__PURE__ */ ((e) => (e[e.Unknown = 0] = "Unknown", e[e.EveryWeek = 1] = "EveryWeek", e[e.EveryOtherWeek = 2] = "EveryOtherWeek", e[e.EveryMonth = 3] = "EveryMonth", e[e.EveryOtherMonth = 4] = "EveryOtherMonth", e[e.EveryQuarter = 5] = "EveryQuarter", e[e.EveryOtherQuarter = 6] = "EveryOtherQuarter", e[e.EveryYear = 7] = "EveryYear", e[e.TwiceAMonth = 8] = "TwiceAMonth", e))(c || {}), D = /* @__PURE__ */ ((e) => (e[e.Paid = 0] = "Paid", e[e.Missed = 1] = "Missed", e[e.Upcoming = 2] = "Upcoming", e))(D || {}), O = /* @__PURE__ */ ((e) => (e[e.Expense = 0] = "Expense", e[e.Income = 1] = "Income", e))(O || {}), B = /* @__PURE__ */ ((e) => (e[e.Unknown = 0] = "Unknown", e[e.Subscription = 1] = "Subscription", e[e.Bill = 2] = "Bill", e[e.Income = 3] = "Income", e[e.Transfer = 4] = "Transfer", e))(B || {});
|
|
280
|
-
export {
|
|
281
|
-
Fe as D,
|
|
282
|
-
c as F,
|
|
283
|
-
B as R,
|
|
284
|
-
Re as S,
|
|
285
|
-
rr as a,
|
|
286
|
-
er as b,
|
|
287
|
-
D as c,
|
|
288
|
-
O as d,
|
|
289
|
-
ar as e,
|
|
290
|
-
tr as f,
|
|
291
|
-
or as g
|
|
292
|
-
};
|