@hmcts/ccpay-web-component 5.0.1-beta131 → 5.0.1-beta137

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.
@@ -116,6 +116,7 @@ export declare class AddRemissionComponent implements OnInit {
116
116
  paymentFees: IFee[];
117
117
  paymentGroup: IPaymentGroup;
118
118
  isStatusAllocated: boolean;
119
+ isFromCheckAnsPage: boolean;
119
120
  component: {
120
121
  account_number: string;
121
122
  amount: number;
@@ -140,7 +141,8 @@ export declare class AddRemissionComponent implements OnInit {
140
141
  refundFeesList(): void;
141
142
  readonly feesList: FormArray;
142
143
  noneSelected(): boolean;
143
- check_en(v1: any): void;
144
+ check_en(i: any, v1: any, AppAmt: any, Volume: any): void;
145
+ onTextInputBlurHandler(event: any, v1: any): void;
144
146
  addRemission(): void;
145
147
  confirmRemission(): void;
146
148
  resetRemissionForm(val: any, field: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "5.0.1-beta131",
3
+ "version": "5.0.1-beta137",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },