@tesouro/embedded-components-react 0.3.53 → 0.3.57
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/README.md +0 -20
- package/dist/index.d.ts +2 -22
- package/dist/index.js +44 -48
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index16.js +65 -3
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index17.js +4 -5
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index18.js +5 -4
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index19.js +3 -32
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index20.js +30 -37
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index21.js +37 -158
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index22.js +165 -28
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index23.js +48 -1
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index24.js +1 -50
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index25.js +47 -4
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index26.js +4 -13
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index27.js +13 -14
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index28.js +7 -57
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index29.js +54 -16
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index30.js +24 -60
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index31.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index36.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index40.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index43.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index44.js +98 -98
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index53.js +51 -53
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index55.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index57.js +131 -140
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/feature/dist/index.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index22.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index98.js +47 -29
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/data-access/dist/index5.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/index.js +6 -5
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/helpers.js +2 -3
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/feature/dist/lib/usePayableAchInstructions.js +18 -0
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +1 -1
- package/package.json +1 -1
- package/dist/lib/CreateCardWidget.d.ts +0 -823
- package/dist/lib/CreateCardWidget.js +0 -5
|
@@ -1,165 +1,44 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import { toast as e } from "../../../../../packages/shared-ui-shadcn/dist/index.js";
|
|
6
|
-
import { useAllBankAccountsQuery as t } from "../../../shared/data-access/dist/lib/bank-account/useAllBankAccountsQuery.js";
|
|
7
|
-
import "../../../shared/data-access/dist/index.js";
|
|
8
|
-
import "../../../shared/ui/dist/index.js";
|
|
9
|
-
import { useAnalyticsCaptureException as n } from "../../../shared/feature/dist/lib/analytics/hooks.js";
|
|
10
|
-
import { formatCalendarDate as r } from "../../../shared/util/dist/lib/formatCalendarDate.js";
|
|
11
|
-
import { formatMoneyExact as i } from "../../../shared/util/dist/lib/formatMoneyExact.js";
|
|
12
|
-
import { extractApiErrorMessage as a } from "../../../shared/util/dist/lib/apiErrors.js";
|
|
13
|
-
import "../../../shared/feature/dist/index.js";
|
|
14
|
-
import { useSchedulePaymentMutation as o } from "../../data-access/dist/index11.js";
|
|
15
|
-
import "../../data-access/dist/index.js";
|
|
16
|
-
import { dateToCalendarKey as s, getDefaultPaymentDate as c, isPastEasternDate as l, isTodayInEastern as u } from "./index13.js";
|
|
17
|
-
import { maskAccountNumber as d } from "./index18.js";
|
|
18
|
-
import { deriveSourceAccountFunds as f, mapSourceAccountOptions as p } from "./index19.js";
|
|
19
|
-
import { mergePayBillFlowLabels as m } from "./index20.js";
|
|
20
|
-
import { useMemo as h, useState as g } from "react";
|
|
1
|
+
import { REVIEW_TRANSACTION_DIALOG_LABELS_EN as e } from "../../ui/dist/index83.js";
|
|
2
|
+
import { SCHEDULE_PAYMENT_DIALOG_LABELS_EN as t } from "../../ui/dist/index89.js";
|
|
3
|
+
import "../../ui/dist/index.js";
|
|
4
|
+
import { SOURCE_ACCOUNT_LABELS_EN as n } from "./index20.js";
|
|
21
5
|
//#region ../../libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index21.js
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
error: i.message ?? r.todayInsufficientFunds
|
|
47
|
-
} : {
|
|
48
|
-
ok: !0,
|
|
49
|
-
date: e,
|
|
50
|
-
account: t
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
function y({ payableId: l, amountDueMinorUnits: y, currencyCode: b = "USD", dueDate: x, vendorName: S, vendorEmail: C, vendorBankAccount: w, poweredByBankName: T, labels: E }) {
|
|
54
|
-
let D = h(() => m(E), [E]), O = S ?? D.missingVendorName, [k, A] = g(!1), [j, M] = g(!1), [N, P] = g(() => c()), [F, I] = g(), L = t({ enabled: k || j }), R = o(), z = n(), B = h(() => p(L.data?.data ?? [], D), [L.data?.data, D]), V = B.find((e) => e.id === F), H = N ? u(N) : !1, U = { before: c() }, W = f({
|
|
55
|
-
selectedAccount: V,
|
|
56
|
-
amountDueMinorUnits: y,
|
|
57
|
-
isToday: H,
|
|
58
|
-
labels: D
|
|
59
|
-
}), G = i(y / 100, { currencyCode: b }), K = N ? r(s(N)) : void 0, q = x ? D.dueDateSuffix(r(x)) : void 0, J = () => v({
|
|
60
|
-
selectedDate: N,
|
|
61
|
-
selectedAccount: V,
|
|
62
|
-
amountDueMinorUnits: y,
|
|
63
|
-
labels: D
|
|
64
|
-
}), Y = () => {
|
|
65
|
-
if (!_(w)) {
|
|
66
|
-
e.error(D.missingPaymentInstructionsError);
|
|
67
|
-
return;
|
|
68
|
-
}
|
|
69
|
-
A(!0);
|
|
70
|
-
}, X = () => {
|
|
71
|
-
M(!1), A(!1);
|
|
72
|
-
};
|
|
6
|
+
var r = {
|
|
7
|
+
amountDue: "Amount due",
|
|
8
|
+
paymentAmount: "Payment amount",
|
|
9
|
+
dueDateSuffix: (e) => `by ${e}`,
|
|
10
|
+
paymentDate: "Payment date",
|
|
11
|
+
sourceAccount: "Pay from",
|
|
12
|
+
accountHolder: "Account holder name",
|
|
13
|
+
routingNumber: "Routing number",
|
|
14
|
+
accountNumber: "Account number",
|
|
15
|
+
achMethod: "Pay by ACH bank transfer",
|
|
16
|
+
scheduledToast: "Payment scheduled",
|
|
17
|
+
submitError: "Couldn't schedule this payment. Try again.",
|
|
18
|
+
selectAccountError: "Select a source account.",
|
|
19
|
+
selectDateError: "Select a payment date.",
|
|
20
|
+
staleDateError: "That date has passed. Choose a new payment date.",
|
|
21
|
+
missingPaymentInstructionsError: "This vendor does not have ACH payment instructions on file.",
|
|
22
|
+
checkingPaymentInstructionsError: "Still checking this vendor's payment instructions. Try again in a moment.",
|
|
23
|
+
paymentInstructionsUnavailableError: "Couldn't check this vendor's payment instructions. Try again.",
|
|
24
|
+
missingVendorName: "Not provided",
|
|
25
|
+
...n,
|
|
26
|
+
scheduleDialog: t,
|
|
27
|
+
reviewDialog: e
|
|
28
|
+
};
|
|
29
|
+
function i(e) {
|
|
73
30
|
return {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
amountDue: G,
|
|
80
|
-
dueDateSuffix: q,
|
|
81
|
-
paymentAmountLabel: D.paymentAmount,
|
|
82
|
-
paymentAmount: G,
|
|
83
|
-
selectedDate: N,
|
|
84
|
-
selectedDateLabel: K,
|
|
85
|
-
calendarDisabled: U,
|
|
86
|
-
isToday: H,
|
|
87
|
-
selectedAccountId: F,
|
|
88
|
-
accounts: B,
|
|
89
|
-
poweredByBankName: T,
|
|
90
|
-
funds: W,
|
|
91
|
-
isAccountsLoading: L.isLoading,
|
|
92
|
-
isAccountsError: L.isError,
|
|
93
|
-
isSubmitting: R.isPending,
|
|
94
|
-
onDateChange: P,
|
|
95
|
-
onAccountChange: I,
|
|
96
|
-
onReview: () => {
|
|
97
|
-
let t = J();
|
|
98
|
-
if (!t.ok) {
|
|
99
|
-
e.error(t.error);
|
|
100
|
-
return;
|
|
101
|
-
}
|
|
102
|
-
A(!1), M(!0);
|
|
103
|
-
},
|
|
104
|
-
onCancel: X,
|
|
105
|
-
labels: D.scheduleDialog
|
|
31
|
+
...r,
|
|
32
|
+
...e,
|
|
33
|
+
scheduleDialog: {
|
|
34
|
+
...r.scheduleDialog,
|
|
35
|
+
...e?.scheduleDialog
|
|
106
36
|
},
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
amountLabel: D.paymentAmount,
|
|
111
|
-
amount: G,
|
|
112
|
-
rows: [{
|
|
113
|
-
label: D.sourceAccount,
|
|
114
|
-
value: V?.primaryLabel ?? ""
|
|
115
|
-
}, {
|
|
116
|
-
label: D.paymentDate,
|
|
117
|
-
value: K ?? ""
|
|
118
|
-
}],
|
|
119
|
-
payTo: {
|
|
120
|
-
name: O,
|
|
121
|
-
email: C,
|
|
122
|
-
methodLabel: D.achMethod,
|
|
123
|
-
fields: _(w) ? [
|
|
124
|
-
{
|
|
125
|
-
label: D.routingNumber,
|
|
126
|
-
value: w.routing_number
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
label: D.accountNumber,
|
|
130
|
-
value: w.account_number,
|
|
131
|
-
maskedValue: d(w.account_number)
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
label: D.accountHolder,
|
|
135
|
-
value: w.account_holder_name
|
|
136
|
-
}
|
|
137
|
-
] : []
|
|
138
|
-
},
|
|
139
|
-
isSubmitting: R.isPending,
|
|
140
|
-
onBack: () => {
|
|
141
|
-
M(!1), A(!0);
|
|
142
|
-
},
|
|
143
|
-
onCancel: X,
|
|
144
|
-
onSubmit: async () => {
|
|
145
|
-
let t = J();
|
|
146
|
-
if (!t.ok) {
|
|
147
|
-
M(!1), e.error(t.error), A(!0);
|
|
148
|
-
return;
|
|
149
|
-
}
|
|
150
|
-
try {
|
|
151
|
-
await R.mutateAsync({
|
|
152
|
-
payableId: l,
|
|
153
|
-
paymentDate: s(t.date),
|
|
154
|
-
sourceBankAccountId: t.account.id
|
|
155
|
-
}), X(), e.success(D.scheduledToast);
|
|
156
|
-
} catch (t) {
|
|
157
|
-
z(t, { payable_id: l }), e.error(a(t) ?? D.submitError);
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
labels: D.reviewDialog
|
|
37
|
+
reviewDialog: {
|
|
38
|
+
...r.reviewDialog,
|
|
39
|
+
...e?.reviewDialog
|
|
161
40
|
}
|
|
162
41
|
};
|
|
163
42
|
}
|
|
164
43
|
//#endregion
|
|
165
|
-
export {
|
|
44
|
+
export { r as PAY_BILL_FLOW_LABELS_EN, i as mergePayBillFlowLabels };
|
|
@@ -2,35 +2,172 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
"use client";
|
|
4
4
|
"use client";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import
|
|
8
|
-
import "
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import
|
|
5
|
+
import { toast as e } from "../../../../../packages/shared-ui-shadcn/dist/index.js";
|
|
6
|
+
import { useAllBankAccountsQuery as t } from "../../../shared/data-access/dist/lib/bank-account/useAllBankAccountsQuery.js";
|
|
7
|
+
import "../../../shared/data-access/dist/index.js";
|
|
8
|
+
import "../../../shared/ui/dist/index.js";
|
|
9
|
+
import { useAnalyticsCaptureException as n } from "../../../shared/feature/dist/lib/analytics/hooks.js";
|
|
10
|
+
import { formatCalendarDate as r } from "../../../shared/util/dist/lib/formatCalendarDate.js";
|
|
11
|
+
import { formatMoneyExact as i } from "../../../shared/util/dist/lib/formatMoneyExact.js";
|
|
12
|
+
import { extractApiErrorMessage as a } from "../../../shared/util/dist/lib/apiErrors.js";
|
|
13
|
+
import "../../../shared/feature/dist/index.js";
|
|
14
|
+
import { useSchedulePaymentMutation as o } from "../../data-access/dist/index11.js";
|
|
15
|
+
import "../../data-access/dist/index.js";
|
|
16
|
+
import { dateToCalendarKey as s, getDefaultPaymentDate as c, isPastEasternDate as l, isTodayInEastern as u } from "./index13.js";
|
|
17
|
+
import { maskAccountNumber as d } from "./index19.js";
|
|
18
|
+
import { deriveSourceAccountFunds as f, mapSourceAccountOptions as p } from "./index20.js";
|
|
19
|
+
import { mergePayBillFlowLabels as m } from "./index21.js";
|
|
20
|
+
import { useMemo as h, useState as g } from "react";
|
|
14
21
|
//#region ../../libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index22.js
|
|
15
|
-
function
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
function _(e) {
|
|
23
|
+
return !!(e?.account_holder_name && e.routing_number && e.account_number);
|
|
24
|
+
}
|
|
25
|
+
function v({ selectedDate: e, selectedAccount: t, amountDueMinorUnits: n, labels: r }) {
|
|
26
|
+
if (!e) return {
|
|
27
|
+
ok: !1,
|
|
28
|
+
error: r.selectDateError
|
|
29
|
+
};
|
|
30
|
+
if (l(e)) return {
|
|
31
|
+
ok: !1,
|
|
32
|
+
error: r.staleDateError
|
|
33
|
+
};
|
|
34
|
+
if (!t) return {
|
|
35
|
+
ok: !1,
|
|
36
|
+
error: r.selectAccountError
|
|
37
|
+
};
|
|
38
|
+
let i = f({
|
|
39
|
+
selectedAccount: t,
|
|
40
|
+
amountDueMinorUnits: n,
|
|
41
|
+
isToday: u(e),
|
|
42
|
+
labels: r
|
|
26
43
|
});
|
|
27
|
-
return
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
44
|
+
return i.state === "error" ? {
|
|
45
|
+
ok: !1,
|
|
46
|
+
error: i.message ?? r.todayInsufficientFunds
|
|
47
|
+
} : {
|
|
48
|
+
ok: !0,
|
|
49
|
+
date: e,
|
|
50
|
+
account: t
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
function y({ payableId: l, amountDueMinorUnits: y, currencyCode: b = "USD", dueDate: x, vendorName: S, vendorEmail: C, vendorBankAccount: w, isVendorBankAccountLoading: T, isVendorBankAccountError: E, onMissingAchInstructions: D, poweredByBankName: O, labels: k }) {
|
|
54
|
+
let A = h(() => m(k), [k]), j = S ?? A.missingVendorName, [M, N] = g(!1), [P, F] = g(!1), [I, L] = g(() => c()), [R, z] = g(), B = t({ enabled: M || P }), V = o(), H = n(), U = h(() => p(B.data?.data ?? [], A), [B.data?.data, A]), W = U.find((e) => e.id === R), G = I ? u(I) : !1, K = { before: c() }, q = f({
|
|
55
|
+
selectedAccount: W,
|
|
56
|
+
amountDueMinorUnits: y,
|
|
57
|
+
isToday: G,
|
|
58
|
+
labels: A
|
|
59
|
+
}), J = i(y / 100, { currencyCode: b }), Y = I ? r(s(I)) : void 0, X = x ? A.dueDateSuffix(r(x)) : void 0, Z = () => v({
|
|
60
|
+
selectedDate: I,
|
|
61
|
+
selectedAccount: W,
|
|
62
|
+
amountDueMinorUnits: y,
|
|
63
|
+
labels: A
|
|
64
|
+
}), Q = () => {
|
|
65
|
+
if (T) {
|
|
66
|
+
e.error(A.checkingPaymentInstructionsError);
|
|
67
|
+
return;
|
|
68
|
+
}
|
|
69
|
+
if (E) {
|
|
70
|
+
e.error(A.paymentInstructionsUnavailableError);
|
|
71
|
+
return;
|
|
72
|
+
}
|
|
73
|
+
if (!_(w)) {
|
|
74
|
+
D ? D() : e.error(A.missingPaymentInstructionsError);
|
|
75
|
+
return;
|
|
76
|
+
}
|
|
77
|
+
N(!0);
|
|
78
|
+
}, $ = () => {
|
|
79
|
+
F(!1), N(!1);
|
|
80
|
+
};
|
|
81
|
+
return {
|
|
82
|
+
open: Q,
|
|
83
|
+
dialogProps: {
|
|
84
|
+
open: M,
|
|
85
|
+
onOpenChange: N,
|
|
86
|
+
amountDueLabel: A.amountDue,
|
|
87
|
+
amountDue: J,
|
|
88
|
+
dueDateSuffix: X,
|
|
89
|
+
paymentAmountLabel: A.paymentAmount,
|
|
90
|
+
paymentAmount: J,
|
|
91
|
+
selectedDate: I,
|
|
92
|
+
selectedDateLabel: Y,
|
|
93
|
+
calendarDisabled: K,
|
|
94
|
+
isToday: G,
|
|
95
|
+
selectedAccountId: R,
|
|
96
|
+
accounts: U,
|
|
97
|
+
poweredByBankName: O,
|
|
98
|
+
funds: q,
|
|
99
|
+
isAccountsLoading: B.isLoading,
|
|
100
|
+
isAccountsError: B.isError,
|
|
101
|
+
isSubmitting: V.isPending,
|
|
102
|
+
onDateChange: L,
|
|
103
|
+
onAccountChange: z,
|
|
104
|
+
onReview: () => {
|
|
105
|
+
let t = Z();
|
|
106
|
+
if (!t.ok) {
|
|
107
|
+
e.error(t.error);
|
|
108
|
+
return;
|
|
109
|
+
}
|
|
110
|
+
N(!1), F(!0);
|
|
111
|
+
},
|
|
112
|
+
onCancel: $,
|
|
113
|
+
labels: A.scheduleDialog
|
|
114
|
+
},
|
|
115
|
+
reviewProps: {
|
|
116
|
+
open: P,
|
|
117
|
+
onOpenChange: F,
|
|
118
|
+
amountLabel: A.paymentAmount,
|
|
119
|
+
amount: J,
|
|
120
|
+
rows: [{
|
|
121
|
+
label: A.sourceAccount,
|
|
122
|
+
value: W?.primaryLabel ?? ""
|
|
123
|
+
}, {
|
|
124
|
+
label: A.paymentDate,
|
|
125
|
+
value: Y ?? ""
|
|
126
|
+
}],
|
|
127
|
+
payTo: {
|
|
128
|
+
name: j,
|
|
129
|
+
email: C,
|
|
130
|
+
methodLabel: A.achMethod,
|
|
131
|
+
fields: _(w) ? [
|
|
132
|
+
{
|
|
133
|
+
label: A.routingNumber,
|
|
134
|
+
value: w.routing_number
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
label: A.accountNumber,
|
|
138
|
+
value: w.account_number,
|
|
139
|
+
maskedValue: d(w.account_number)
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
label: A.accountHolder,
|
|
143
|
+
value: w.account_holder_name
|
|
144
|
+
}
|
|
145
|
+
] : []
|
|
146
|
+
},
|
|
147
|
+
isSubmitting: V.isPending,
|
|
148
|
+
onBack: () => {
|
|
149
|
+
F(!1), N(!0);
|
|
150
|
+
},
|
|
151
|
+
onCancel: $,
|
|
152
|
+
onSubmit: async () => {
|
|
153
|
+
let t = Z();
|
|
154
|
+
if (!t.ok) {
|
|
155
|
+
F(!1), e.error(t.error), N(!0);
|
|
156
|
+
return;
|
|
157
|
+
}
|
|
158
|
+
try {
|
|
159
|
+
await V.mutateAsync({
|
|
160
|
+
payableId: l,
|
|
161
|
+
paymentDate: s(t.date),
|
|
162
|
+
sourceBankAccountId: t.account.id
|
|
163
|
+
}), $(), e.success(A.scheduledToast);
|
|
164
|
+
} catch (t) {
|
|
165
|
+
H(t, { payable_id: l }), e.error(a(t) ?? A.submitError);
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
labels: A.reviewDialog
|
|
169
|
+
}
|
|
170
|
+
};
|
|
34
171
|
}
|
|
35
172
|
//#endregion
|
|
36
|
-
export {
|
|
173
|
+
export { y as usePayBillFlow };
|
|
@@ -1 +1,48 @@
|
|
|
1
|
-
|
|
1
|
+
"use client";
|
|
2
|
+
"use client";
|
|
3
|
+
"use client";
|
|
4
|
+
"use client";
|
|
5
|
+
import { useWidgetConfig as e } from "../../../shared/feature/dist/lib/WidgetProvider/hooks.js";
|
|
6
|
+
import "../../../shared/feature/dist/index.js";
|
|
7
|
+
import { resolveVendor as t } from "./index5.js";
|
|
8
|
+
import { ReviewTransactionDialog as n } from "../../ui/dist/index84.js";
|
|
9
|
+
import { SchedulePaymentDialog as r } from "../../ui/dist/index91.js";
|
|
10
|
+
import "../../ui/dist/index.js";
|
|
11
|
+
import { canReadCounterpartBankAccounts as i } from "./index16.js";
|
|
12
|
+
import { resolveAmountDueMinorUnits as a } from "./index17.js";
|
|
13
|
+
import { payBillFlowTestIds as o } from "./index18.js";
|
|
14
|
+
import { usePayBillFlow as s } from "./index22.js";
|
|
15
|
+
import { usePayableAchInstructions as c } from "../../../shared/counterpart-management/feature/dist/lib/usePayableAchInstructions.js";
|
|
16
|
+
import "../../../shared/counterpart-management/feature/dist/index.js";
|
|
17
|
+
import { useImperativeHandle as l } from "react";
|
|
18
|
+
import { Fragment as u, jsx as d, jsxs as f } from "react/jsx-runtime";
|
|
19
|
+
//#region ../../libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index23.js
|
|
20
|
+
function p({ ref: p, payable: m, onMissingAchInstructions: h, poweredByBankName: g, labels: _ }) {
|
|
21
|
+
let v = t(m), { initResponse: y } = e(), b = i(y?.scopes), { achInstructions: x, isLoading: S, isError: C } = c({
|
|
22
|
+
counterpartId: m.counterpart_id,
|
|
23
|
+
currency: m.currency,
|
|
24
|
+
enabled: b
|
|
25
|
+
}), w = s({
|
|
26
|
+
payableId: m.id,
|
|
27
|
+
amountDueMinorUnits: a(m) ?? 0,
|
|
28
|
+
currencyCode: m.currency ?? void 0,
|
|
29
|
+
dueDate: m.due_date,
|
|
30
|
+
vendorName: v?.name ?? void 0,
|
|
31
|
+
vendorEmail: v?.email ?? void 0,
|
|
32
|
+
vendorBankAccount: x,
|
|
33
|
+
isVendorBankAccountLoading: S,
|
|
34
|
+
isVendorBankAccountError: C,
|
|
35
|
+
onMissingAchInstructions: h,
|
|
36
|
+
poweredByBankName: g,
|
|
37
|
+
labels: _
|
|
38
|
+
});
|
|
39
|
+
return l(p, () => ({ open: w.open }), [w.open]), /* @__PURE__ */ f(u, { children: [/* @__PURE__ */ d(r, {
|
|
40
|
+
...w.dialogProps,
|
|
41
|
+
testId: o.scheduleDialog
|
|
42
|
+
}), /* @__PURE__ */ d(n, {
|
|
43
|
+
...w.reviewProps,
|
|
44
|
+
testId: o.reviewDialog
|
|
45
|
+
})] });
|
|
46
|
+
}
|
|
47
|
+
//#endregion
|
|
48
|
+
export { p as PayBillFlow, p as default };
|
|
@@ -1,50 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { parseApprovalPolicyScript as t } from "../../../shared/approval-policy/util/dist/lib/policyScript.js";
|
|
3
|
-
import { parseApprovalPolicyTrigger as n } from "../../../shared/approval-policy/util/dist/lib/policyTrigger.js";
|
|
4
|
-
import { buildPolicySentence as r, buildPolicyTitle as i } from "../../../shared/approval-policy/feature/dist/lib/policyViewModel.js";
|
|
5
|
-
import "../../../shared/approval-policy/feature/dist/index.js";
|
|
6
|
-
//#region ../../libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index24.js
|
|
7
|
-
var a = {
|
|
8
|
-
ruleTitleRange: e.ruleTitleRange,
|
|
9
|
-
ruleTitleUpTo: e.ruleTitleUpTo,
|
|
10
|
-
ruleTitleFrom: e.ruleTitleFrom,
|
|
11
|
-
ruleTitleAny: e.ruleTitleAny,
|
|
12
|
-
ruleSentenceRange: e.ruleSentenceRange,
|
|
13
|
-
ruleSentenceUpTo: e.ruleSentenceUpTo,
|
|
14
|
-
ruleSentenceFrom: e.ruleSentenceFrom,
|
|
15
|
-
ruleSentenceAny: e.ruleSentenceAny
|
|
16
|
-
};
|
|
17
|
-
function o({ policy: a, lookup: o, approvedUserIds: s, approvedRoleIds: c, copy: l }) {
|
|
18
|
-
let u = t(a.script);
|
|
19
|
-
if (!u.groups.length || !u.isSupported) return;
|
|
20
|
-
let d = [];
|
|
21
|
-
for (let [e, t] of u.groups.entries()) {
|
|
22
|
-
let n = [];
|
|
23
|
-
for (let e of [...t.roleIds, ...t.userIds]) {
|
|
24
|
-
let t = o.get(e);
|
|
25
|
-
t && n.push({
|
|
26
|
-
id: e,
|
|
27
|
-
label: t.label,
|
|
28
|
-
approved: t.kind === "user" ? s.has(e) : !!c?.has(e)
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
n.length && d.push({
|
|
32
|
-
id: `group-${e + 1}`,
|
|
33
|
-
chips: n
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
if (!d.length) return;
|
|
37
|
-
let { condition: f, hasKnownAmountBounds: p } = n(a.trigger);
|
|
38
|
-
if (!p) return;
|
|
39
|
-
let m = {
|
|
40
|
-
...e,
|
|
41
|
-
...l
|
|
42
|
-
};
|
|
43
|
-
return {
|
|
44
|
-
title: i(f, m),
|
|
45
|
-
sentence: r(f, m),
|
|
46
|
-
steps: d
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
//#endregion
|
|
50
|
-
export { a as APPROVAL_POLICY_RULE_COPY_EN, o as buildApprovalPolicyCardView };
|
|
1
|
+
import "./index23.js";
|
|
@@ -1,7 +1,50 @@
|
|
|
1
|
+
import { ApprovalPoliciesSettingsDefaultLabels as e } from "../../../shared/approval-policy/feature/dist/lib/labels.js";
|
|
2
|
+
import { parseApprovalPolicyScript as t } from "../../../shared/approval-policy/util/dist/lib/policyScript.js";
|
|
3
|
+
import { parseApprovalPolicyTrigger as n } from "../../../shared/approval-policy/util/dist/lib/policyTrigger.js";
|
|
4
|
+
import { buildPolicySentence as r, buildPolicyTitle as i } from "../../../shared/approval-policy/feature/dist/lib/policyViewModel.js";
|
|
5
|
+
import "../../../shared/approval-policy/feature/dist/index.js";
|
|
1
6
|
//#region ../../libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index25.js
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
7
|
+
var a = {
|
|
8
|
+
ruleTitleRange: e.ruleTitleRange,
|
|
9
|
+
ruleTitleUpTo: e.ruleTitleUpTo,
|
|
10
|
+
ruleTitleFrom: e.ruleTitleFrom,
|
|
11
|
+
ruleTitleAny: e.ruleTitleAny,
|
|
12
|
+
ruleSentenceRange: e.ruleSentenceRange,
|
|
13
|
+
ruleSentenceUpTo: e.ruleSentenceUpTo,
|
|
14
|
+
ruleSentenceFrom: e.ruleSentenceFrom,
|
|
15
|
+
ruleSentenceAny: e.ruleSentenceAny
|
|
16
|
+
};
|
|
17
|
+
function o({ policy: a, lookup: o, approvedUserIds: s, approvedRoleIds: c, copy: l }) {
|
|
18
|
+
let u = t(a.script);
|
|
19
|
+
if (!u.groups.length || !u.isSupported) return;
|
|
20
|
+
let d = [];
|
|
21
|
+
for (let [e, t] of u.groups.entries()) {
|
|
22
|
+
let n = [];
|
|
23
|
+
for (let e of [...t.roleIds, ...t.userIds]) {
|
|
24
|
+
let t = o.get(e);
|
|
25
|
+
t && n.push({
|
|
26
|
+
id: e,
|
|
27
|
+
label: t.label,
|
|
28
|
+
approved: t.kind === "user" ? s.has(e) : !!c?.has(e)
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
n.length && d.push({
|
|
32
|
+
id: `group-${e + 1}`,
|
|
33
|
+
chips: n
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
if (!d.length) return;
|
|
37
|
+
let { condition: f, hasKnownAmountBounds: p } = n(a.trigger);
|
|
38
|
+
if (!p) return;
|
|
39
|
+
let m = {
|
|
40
|
+
...e,
|
|
41
|
+
...l
|
|
42
|
+
};
|
|
43
|
+
return {
|
|
44
|
+
title: i(f, m),
|
|
45
|
+
sentence: r(f, m),
|
|
46
|
+
steps: d
|
|
47
|
+
};
|
|
5
48
|
}
|
|
6
49
|
//#endregion
|
|
7
|
-
export {
|
|
50
|
+
export { a as APPROVAL_POLICY_RULE_COPY_EN, o as buildApprovalPolicyCardView };
|
|
@@ -1,16 +1,7 @@
|
|
|
1
|
-
import { currentApprovalRound as e } from "./index25.js";
|
|
2
1
|
//#region ../../libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index26.js
|
|
3
|
-
function
|
|
4
|
-
let
|
|
5
|
-
|
|
6
|
-
if (e.status !== "waiting") continue;
|
|
7
|
-
let t = [...e.role_ids ?? [], ...e.user_ids ?? []].map((e) => r.get(e)?.label).filter((e) => !!e);
|
|
8
|
-
t.length && a.push({
|
|
9
|
-
id: e.id,
|
|
10
|
-
names: t
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
return a;
|
|
2
|
+
function e(e, t) {
|
|
3
|
+
let n = e ?? [];
|
|
4
|
+
return t ? n.filter((e) => !e.created_at || e.created_at >= t) : n.slice(0, 1);
|
|
14
5
|
}
|
|
15
6
|
//#endregion
|
|
16
|
-
export {
|
|
7
|
+
export { e as currentApprovalRound };
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
"use client";
|
|
3
|
-
"use client";
|
|
4
|
-
"use client";
|
|
5
|
-
import { usePayableHistoryQuery as e } from "../../data-access/dist/index8.js";
|
|
6
|
-
import "../../data-access/dist/index.js";
|
|
1
|
+
import { currentApprovalRound as e } from "./index26.js";
|
|
7
2
|
//#region ../../libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index27.js
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
let
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
3
|
+
function t({ requestsNewestFirst: t, roundStartedAt: n, lookup: r }) {
|
|
4
|
+
let i = e(t, n), a = [];
|
|
5
|
+
for (let e of i) {
|
|
6
|
+
if (e.status !== "waiting") continue;
|
|
7
|
+
let t = [...e.role_ids ?? [], ...e.user_ids ?? []].map((e) => r.get(e)?.label).filter((e) => !!e);
|
|
8
|
+
t.length && a.push({
|
|
9
|
+
id: e.id,
|
|
10
|
+
names: t
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
return a;
|
|
15
14
|
}
|
|
16
15
|
//#endregion
|
|
17
|
-
export {
|
|
16
|
+
export { t as buildPendingApproverGroups };
|