@hmcts/ccpay-web-component 5.0.1-beta135 → 5.0.1-beta139
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 +55 -55
- 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 +52 -46
- package/esm2015/lib/components/contact-details/contact-details.component.js +5 -5
- package/esm2015/lib/components/refund-status/refund-status.component.js +2 -2
- package/esm5/lib/components/add-remission/add-remission.component.js +55 -53
- package/esm5/lib/components/contact-details/contact-details.component.js +5 -5
- package/esm5/lib/components/refund-status/refund-status.component.js +2 -2
- package/fesm2015/hmcts-ccpay-web-component.js +54 -50
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +57 -57
- 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 -2
- package/package.json +1 -1
|
@@ -117,6 +117,7 @@ export declare class AddRemissionComponent implements OnInit {
|
|
|
117
117
|
paymentGroup: IPaymentGroup;
|
|
118
118
|
isStatusAllocated: boolean;
|
|
119
119
|
isFromCheckAnsPage: boolean;
|
|
120
|
+
refundAmtForFeeVolumes: number;
|
|
120
121
|
component: {
|
|
121
122
|
account_number: string;
|
|
122
123
|
amount: number;
|
|
@@ -142,7 +143,6 @@ export declare class AddRemissionComponent implements OnInit {
|
|
|
142
143
|
readonly feesList: FormArray;
|
|
143
144
|
noneSelected(): boolean;
|
|
144
145
|
check_en(i: any, v1: any, AppAmt: any, Volume: any): void;
|
|
145
|
-
onTextInputBlurHandler(event: any, v1: any): void;
|
|
146
146
|
addRemission(): void;
|
|
147
147
|
confirmRemission(): void;
|
|
148
148
|
resetRemissionForm(val: any, field: any): void;
|
|
@@ -157,7 +157,7 @@ export declare class AddRemissionComponent implements OnInit {
|
|
|
157
157
|
gotoIssueRefundConfirmation(payment: IPayment): void;
|
|
158
158
|
gotoIssueRefundPage(): void;
|
|
159
159
|
gotoIssuePage(): void;
|
|
160
|
-
calAmtToRefund(
|
|
160
|
+
calAmtToRefund(value: any, amount: any, volume: any, i: any): void;
|
|
161
161
|
gotoContactDetailsPage(note?: IRefundContactDetails): void;
|
|
162
162
|
getRefundReasons(): void;
|
|
163
163
|
getErrorClass(elementId: any): void;
|