@hmcts/ccpay-web-component 5.0.1-beta72 → 5.0.1-beta76
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/bundles/hmcts-ccpay-web-component.umd.js +25 -9
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/lib/components/add-remission/add-remission.component.js +17 -7
- package/esm2015/lib/components/contact-details/contact-details.component.js +5 -4
- package/esm5/lib/components/add-remission/add-remission.component.js +21 -7
- package/esm5/lib/components/contact-details/contact-details.component.js +6 -4
- package/fesm2015/hmcts-ccpay-web-component.js +20 -9
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +25 -9
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/hmcts-ccpay-web-component.metadata.json +1 -1
- package/lib/components/add-remission/add-remission.component.d.ts +2 -1
- package/lib/components/contact-details/contact-details.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -129,6 +129,7 @@ export declare class AddRemissionComponent implements OnInit {
|
|
|
129
129
|
gotoAddRetroRemissionCodePage(): void;
|
|
130
130
|
gotoCheckRetroRemissionPage(payment: IPayment): void;
|
|
131
131
|
gotoProcessRetroRemissionPage(): void;
|
|
132
|
+
gotoProcessRetroRemission(): void;
|
|
132
133
|
confirmRetroRemission(): void;
|
|
133
134
|
processRefund(): void;
|
|
134
135
|
gotoIssueRefundConfirmation(payment: IPayment): void;
|
|
@@ -139,7 +140,7 @@ export declare class AddRemissionComponent implements OnInit {
|
|
|
139
140
|
confirmRetroRefund(): void;
|
|
140
141
|
selectRadioButton(key: any, value: any): void;
|
|
141
142
|
selectchange(args: any): void;
|
|
142
|
-
getContactDetails(obj: IRefundContactDetails): void;
|
|
143
|
+
getContactDetails(obj: IRefundContactDetails, type: any): void;
|
|
143
144
|
gotoServiceRequestPage(event: any): void;
|
|
144
145
|
gotoCasetransationPage(): void;
|
|
145
146
|
gotoCasetransationPageCancelBtnClicked(event: Event): void;
|
|
@@ -33,6 +33,6 @@ export declare class ContactDetailsComponent implements OnInit {
|
|
|
33
33
|
selectContactOption(type: any, isLinkedClied: any): void;
|
|
34
34
|
finalFormSubmit(): void;
|
|
35
35
|
postcodeValidation(): void;
|
|
36
|
-
redirection(): void;
|
|
36
|
+
redirection(event: any): void;
|
|
37
37
|
resetForm(val: any, field: any): void;
|
|
38
38
|
}
|