@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.
@@ -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(event: any, amount: any, index: number): void;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.1-beta135",
3
+ "version": "5.0.1-beta139",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },