@hmcts/ccpay-web-component 5.0.7-beta46 → 5.0.7-beta48
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 +34 -52
- 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 +9 -15
- package/esm2015/lib/components/notification-preview/notification-preview.component.js +3 -7
- package/esm2015/lib/components/payment-view/payment-view.component.js +6 -4
- package/esm2015/lib/components/process-refund/process-refund.component.js +7 -13
- package/esm2015/lib/components/refund-status/refund-status.component.js +9 -15
- package/esm2015/lib/components/service-request/service-request.component.js +6 -4
- package/esm5/lib/components/add-remission/add-remission.component.js +9 -15
- package/esm5/lib/components/notification-preview/notification-preview.component.js +3 -7
- package/esm5/lib/components/payment-view/payment-view.component.js +6 -4
- package/esm5/lib/components/process-refund/process-refund.component.js +7 -13
- package/esm5/lib/components/refund-status/refund-status.component.js +9 -15
- package/esm5/lib/components/service-request/service-request.component.js +6 -4
- package/fesm2015/hmcts-ccpay-web-component.js +34 -52
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +34 -52
- 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 +1 -1
- package/lib/components/payment-view/payment-view.component.d.ts +1 -1
- package/lib/components/process-refund/process-refund.component.d.ts +1 -1
- package/lib/components/refund-status/refund-status.component.d.ts +1 -1
- package/lib/components/service-request/service-request.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -188,5 +188,5 @@ export declare class AddRemissionComponent implements OnInit {
|
|
|
188
188
|
getFormattedCurrency(currency: number): string | number;
|
|
189
189
|
showNotificationPreview(): void;
|
|
190
190
|
hideNotificationPreview(): void;
|
|
191
|
-
getTemplateInstructionType(paymentReference: string, payment?: IPayment):
|
|
191
|
+
getTemplateInstructionType(paymentReference: string, payment?: IPayment): void;
|
|
192
192
|
}
|
|
@@ -95,7 +95,7 @@ export declare class PaymentViewComponent implements OnInit {
|
|
|
95
95
|
resetOrderData(): void;
|
|
96
96
|
goToPaymentFailuePage(payment: any): void;
|
|
97
97
|
goBackToPaymentView(event: any): void;
|
|
98
|
-
getTemplateInstructionType(payment: IPayment):
|
|
98
|
+
getTemplateInstructionType(payment: IPayment): void;
|
|
99
99
|
showNotificationPreview(): void;
|
|
100
100
|
hideNotificationPreview(): void;
|
|
101
101
|
}
|
|
@@ -71,7 +71,7 @@ export declare class ProcessRefundComponent implements OnInit {
|
|
|
71
71
|
loadCaseTransactionPage(): void;
|
|
72
72
|
resetForm(vals: any, field: any): void;
|
|
73
73
|
goToCaseReview(): void;
|
|
74
|
-
getTemplateInstructionType(payment: IPayment, paymentReference: string):
|
|
74
|
+
getTemplateInstructionType(payment: IPayment, paymentReference: string): void;
|
|
75
75
|
showNotificationPreview(): void;
|
|
76
76
|
hideNotificationPreview(): void;
|
|
77
77
|
}
|
|
@@ -99,7 +99,7 @@ export declare class RefundStatusComponent implements OnInit {
|
|
|
99
99
|
putResend(notification: IRefundsNotifications): void;
|
|
100
100
|
gotoCasetransationPageCancelBtnClicked(Event: Event): void;
|
|
101
101
|
goToRefundProcessComponent(refundReference: string, refundList: IRefundList): void;
|
|
102
|
-
getTemplateInstructionType(payment: IPayment, paymentReference: string):
|
|
102
|
+
getTemplateInstructionType(payment: IPayment, paymentReference: string): void;
|
|
103
103
|
showNotificationPreview(): void;
|
|
104
104
|
hideNotificationPreview(): void;
|
|
105
105
|
showNotificationSentView(index: number): void;
|
|
@@ -124,7 +124,7 @@ export declare class ServiceRequestComponent implements OnInit {
|
|
|
124
124
|
gotoAddressPage(note?: IRefundContactDetails): void;
|
|
125
125
|
processRefund(): void;
|
|
126
126
|
getOverPaymentValue(): number;
|
|
127
|
-
getTemplateInstructionType(payment: IPayment):
|
|
127
|
+
getTemplateInstructionType(payment: IPayment): void;
|
|
128
128
|
showNotificationPreview(): void;
|
|
129
129
|
hideNotificationPreview(): void;
|
|
130
130
|
}
|