@hmcts/ccpay-web-component 5.0.7-beta40 → 5.0.7-beta41
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 +17 -18
- 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 +6 -5
- package/esm2015/lib/components/process-refund/process-refund.component.js +6 -6
- package/esm2015/lib/components/refund-status/refund-status.component.js +6 -6
- package/esm5/lib/components/add-remission/add-remission.component.js +8 -7
- package/esm5/lib/components/process-refund/process-refund.component.js +6 -7
- package/esm5/lib/components/refund-status/refund-status.component.js +6 -7
- package/fesm2015/hmcts-ccpay-web-component.js +15 -14
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +17 -18
- 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/process-refund/process-refund.component.d.ts +1 -1
- package/lib/components/refund-status/refund-status.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -187,5 +187,5 @@ export declare class AddRemissionComponent implements OnInit {
|
|
|
187
187
|
getFormattedCurrency(currency: number): string | number;
|
|
188
188
|
showNotificationPreview(): void;
|
|
189
189
|
hideNotificationPreview(): void;
|
|
190
|
-
getTemplateInstructionType(
|
|
190
|
+
getTemplateInstructionType(paymentReference: string, payment?: IPayment): any;
|
|
191
191
|
}
|
|
@@ -70,7 +70,7 @@ export declare class ProcessRefundComponent implements OnInit {
|
|
|
70
70
|
loadCaseTransactionPage(): void;
|
|
71
71
|
resetForm(vals: any, field: any): void;
|
|
72
72
|
goToCaseReview(): void;
|
|
73
|
-
getTemplateInstructionType(
|
|
73
|
+
getTemplateInstructionType(paymentReference: string): string;
|
|
74
74
|
showNotificationPreview(): void;
|
|
75
75
|
hideNotificationPreview(): void;
|
|
76
76
|
}
|
|
@@ -98,7 +98,7 @@ export declare class RefundStatusComponent implements OnInit {
|
|
|
98
98
|
putResend(notification: IRefundsNotifications): void;
|
|
99
99
|
gotoCasetransationPageCancelBtnClicked(Event: Event): void;
|
|
100
100
|
goToRefundProcessComponent(refundReference: string, refundList: IRefundList): void;
|
|
101
|
-
getTemplateInstructionType(
|
|
101
|
+
getTemplateInstructionType(paymentReference: string): string;
|
|
102
102
|
showNotificationPreview(): void;
|
|
103
103
|
hideNotificationPreview(): void;
|
|
104
104
|
showNotificationSentView(index: number): void;
|