@hmcts/ccpay-web-component 6.2.1-beta2 → 6.2.2-beta2

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.
Files changed (67) hide show
  1. package/esm2022/lib/components/add-remission/add-remission.component.mjs +6 -6
  2. package/esm2022/lib/components/allocate-payments/allocate-payments.component.mjs +6 -6
  3. package/esm2022/lib/components/card-details/card-details.component.mjs +5 -5
  4. package/esm2022/lib/components/case-transactions/case-transactions.component.mjs +6 -6
  5. package/esm2022/lib/components/contact-details/contact-details.component.mjs +6 -6
  6. package/esm2022/lib/components/error-banner/error-banner.component.mjs +5 -5
  7. package/esm2022/lib/components/fee-summary/fee-summary.component.mjs +6 -6
  8. package/esm2022/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.mjs +6 -6
  9. package/esm2022/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.mjs +6 -6
  10. package/esm2022/lib/components/notification-preview/notification-preview.component.mjs +5 -5
  11. package/esm2022/lib/components/page-not-found.component.mjs +4 -4
  12. package/esm2022/lib/components/payment-list/payment-list.component.mjs +6 -6
  13. package/esm2022/lib/components/payment-view/payment-view.component.mjs +6 -6
  14. package/esm2022/lib/components/pba-details/pba-details.component.mjs +5 -5
  15. package/esm2022/lib/components/pba-payment/pba-payment.component.mjs +7 -7
  16. package/esm2022/lib/components/process-refund/process-refund.component.mjs +6 -6
  17. package/esm2022/lib/components/processed-payments/processed-payments.component.mjs +5 -5
  18. package/esm2022/lib/components/refund-list/refund-list.component.mjs +5 -5
  19. package/esm2022/lib/components/refund-status/refund-status.component.mjs +6 -6
  20. package/esm2022/lib/components/reports/reports.component.mjs +7 -7
  21. package/esm2022/lib/components/service-request/service-request.component.mjs +6 -6
  22. package/esm2022/lib/components/status-history/status-history.component.mjs +6 -6
  23. package/esm2022/lib/components/table/table.component.mjs +7 -6
  24. package/esm2022/lib/components/unprocessed-payments/unprocessed-payments.component.mjs +7 -7
  25. package/esm2022/lib/interfaces/AllocatePaymentRequest.mjs +1 -1
  26. package/esm2022/lib/interfaces/IPutNotificationRequest.mjs +1 -1
  27. package/esm2022/lib/interfaces/NotificationPreviewRequest.mjs +1 -1
  28. package/esm2022/lib/payment-lib.component.mjs +5 -5
  29. package/esm2022/lib/payment-lib.module.mjs +5 -5
  30. package/esm2022/lib/payment-lib.service.mjs +5 -5
  31. package/esm2022/lib/pipes/capitalize.pipe.mjs +5 -5
  32. package/esm2022/lib/pipes/ccd-hyphens.pipe.mjs +5 -5
  33. package/esm2022/lib/pipes/key-value.pipe.mjs +5 -5
  34. package/esm2022/lib/pipes/sanitize-html.pipe.mjs +5 -5
  35. package/esm2022/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.mjs +5 -5
  36. package/esm2022/lib/services/card-details/card-details.service.mjs +5 -5
  37. package/esm2022/lib/services/case-transactions/case-transactions.service.mjs +5 -5
  38. package/esm2022/lib/services/notification/notification.service.mjs +5 -5
  39. package/esm2022/lib/services/orderslist.service.mjs +5 -5
  40. package/esm2022/lib/services/payment-list/payment-list.service.mjs +5 -5
  41. package/esm2022/lib/services/payment-view/payment-view.service.mjs +5 -5
  42. package/esm2022/lib/services/refunds/refunds.service.mjs +5 -5
  43. package/esm2022/lib/services/shared/error-handler.service.mjs +6 -6
  44. package/esm2022/lib/services/shared/httpclient/webcomponent.http.client.mjs +5 -5
  45. package/esm2022/lib/services/shared/logger/console-logger.service.mjs +4 -4
  46. package/esm2022/lib/services/shared/logger/logger.service.mjs +4 -4
  47. package/esm2022/lib/services/status-history/status-history.service.mjs +5 -5
  48. package/esm2022/lib/services/xl-file/xl-file.service.mjs +5 -5
  49. package/fesm2022/hmcts-ccpay-web-component.mjs +198 -198
  50. package/fesm2022/hmcts-ccpay-web-component.mjs.map +1 -1
  51. package/lib/components/add-remission/add-remission.component.d.ts +1 -3
  52. package/lib/components/allocate-payments/allocate-payments.component.d.ts +1 -3
  53. package/lib/components/case-transactions/case-transactions.component.d.ts +2 -4
  54. package/lib/components/contact-details/contact-details.component.d.ts +1 -3
  55. package/lib/components/fee-summary/fee-summary.component.d.ts +1 -3
  56. package/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.d.ts +1 -3
  57. package/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.d.ts +1 -3
  58. package/lib/components/payment-list/payment-list.component.d.ts +1 -3
  59. package/lib/components/payment-view/payment-view.component.d.ts +1 -3
  60. package/lib/components/pba-payment/pba-payment.component.d.ts +1 -3
  61. package/lib/components/process-refund/process-refund.component.d.ts +1 -3
  62. package/lib/components/refund-status/refund-status.component.d.ts +1 -3
  63. package/lib/components/reports/reports.component.d.ts +1 -3
  64. package/lib/components/service-request/service-request.component.d.ts +1 -3
  65. package/lib/components/status-history/status-history.component.d.ts +1 -3
  66. package/lib/components/table/table.component.d.ts +1 -3
  67. package/package.json +1 -1
@@ -14,7 +14,6 @@ import { IRemission } from '../../interfaces/IRemission';
14
14
  import { OrderslistService } from '../../services/orderslist.service';
15
15
  import { IPaymentGroup } from '../../interfaces/IPaymentGroup';
16
16
  import * as i0 from "@angular/core";
17
- type PaymentLibAlias = PaymentLibComponent;
18
17
  export declare class AddRemissionComponent implements OnInit {
19
18
  private formBuilder;
20
19
  private router;
@@ -149,7 +148,7 @@ export declare class AddRemissionComponent implements OnInit {
149
148
  site_id: string;
150
149
  status: string;
151
150
  };
152
- constructor(formBuilder: FormBuilder, router: Router, paymentViewService: PaymentViewService, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias, refundService: RefundsService, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
151
+ constructor(formBuilder: FormBuilder, router: Router, paymentViewService: PaymentViewService, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent, refundService: RefundsService, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
153
152
  ngOnInit(): void;
154
153
  goToPaymentViewComponent(): void;
155
154
  refundFeesList(): void;
@@ -197,4 +196,3 @@ export declare class AddRemissionComponent implements OnInit {
197
196
  static ɵfac: i0.ɵɵFactoryDeclaration<AddRemissionComponent, never>;
198
197
  static ɵcmp: i0.ɵɵComponentDeclaration<AddRemissionComponent, "ccpay-add-remission", never, { "fee": { "alias": "fee"; "required": false; }; "fees": { "alias": "fees"; "required": false; }; "payment": { "alias": "payment"; "required": false; }; "remission": { "alias": "remission"; "required": false; }; "ccdCaseNumber": { "alias": "ccdCaseNumber"; "required": false; }; "caseType": { "alias": "caseType"; "required": false; }; "viewCompStatus": { "alias": "viewCompStatus"; "required": false; }; "paymentGroupRef": { "alias": "paymentGroupRef"; "required": false; }; "isTurnOff": { "alias": "isTurnOff"; "required": false; }; "isRefundRemission": { "alias": "isRefundRemission"; "required": false; }; "isStrategicFixEnable": { "alias": "isStrategicFixEnable"; "required": false; }; "paidAmount": { "alias": "paidAmount"; "required": false; }; "isFromRefundListPage": { "alias": "isFromRefundListPage"; "required": false; }; "isFromPaymentDetailPage": { "alias": "isFromPaymentDetailPage"; "required": false; }; "isFromServiceRequestPage": { "alias": "isFromServiceRequestPage"; "required": false; }; "isFullyRefund": { "alias": "isFullyRefund"; "required": false; }; "feeamount": { "alias": "feeamount"; "required": false; }; "refundPaymentReference": { "alias": "refundPaymentReference"; "required": false; }; "isFromRefundStatusPage": { "alias": "isFromRefundStatusPage"; "required": false; }; "changeRefundReason": { "alias": "changeRefundReason"; "required": false; }; "isServiceRequest": { "alias": "isServiceRequest"; "required": false; }; "LOGGEDINUSERROLES": { "alias": "LOGGEDINUSERROLES"; "required": false; }; "orderDetail": { "alias": "orderDetail"; "required": false; }; "orderRef": { "alias": "orderRef"; "required": false; }; "orderStatus": { "alias": "orderStatus"; "required": false; }; "orderParty": { "alias": "orderParty"; "required": false; }; "orderCreated": { "alias": "orderCreated"; "required": false; }; "orderCCDEvent": { "alias": "orderCCDEvent"; "required": false; }; "takePayment": { "alias": "takepayment"; "required": false; }; "orderFeesTotal": { "alias": "orderFeesTotal"; "required": false; }; "orderTotalPayments": { "alias": "orderTotalPayments"; "required": false; }; "orderRemissionTotal": { "alias": "orderRemissionTotal"; "required": false; }; }, { "cancelRemission": "cancelRemission"; "refundListReason": "refundListReason"; "refundListAmount": "refundListAmount"; "refundFees": "refundFees"; }, never, never, true, never>;
199
198
  }
200
- export {};
@@ -10,7 +10,6 @@ import { IBSPayments } from '../../interfaces/IBSPayments';
10
10
  import { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';
11
11
  import { OrderslistService } from '../../services/orderslist.service';
12
12
  import * as i0 from "@angular/core";
13
- type PaymentLibAlias = PaymentLibComponent;
14
13
  export declare class AllocatePaymentsComponent implements OnInit {
15
14
  private errorHandlerService;
16
15
  private caseTransactionsService;
@@ -89,7 +88,7 @@ export declare class AllocatePaymentsComponent implements OnInit {
89
88
  other: string;
90
89
  };
91
90
  };
92
- constructor(errorHandlerService: ErrorHandlerService, caseTransactionsService: CaseTransactionsService, formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibAlias, bulkScaningPaymentService: BulkScaningPaymentService, OrderslistService: OrderslistService);
91
+ constructor(errorHandlerService: ErrorHandlerService, caseTransactionsService: CaseTransactionsService, formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, bulkScaningPaymentService: BulkScaningPaymentService, OrderslistService: OrderslistService);
93
92
  ngOnInit(): void;
94
93
  getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number;
95
94
  getPaymentGroupDetails(): void;
@@ -108,4 +107,3 @@ export declare class AllocatePaymentsComponent implements OnInit {
108
107
  static ɵfac: i0.ɵɵFactoryDeclaration<AllocatePaymentsComponent, never>;
109
108
  static ɵcmp: i0.ɵɵComponentDeclaration<AllocatePaymentsComponent, "app-allocate-payments", never, { "isTurnOff": { "alias": "isTurnOff"; "required": false; }; "caseType": { "alias": "caseType"; "required": false; }; }, {}, never, never, false, never>;
110
109
  }
111
- export {};
@@ -1,5 +1,4 @@
1
1
  import { OnInit } from '@angular/core';
2
- import type { PaymentLibComponent } from '../../payment-lib.component';
3
2
  import { IPaymentGroup } from '../../interfaces/IPaymentGroup';
4
3
  import { CaseTransactionsService } from '../../services/case-transactions/case-transactions.service';
5
4
  import { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';
@@ -11,8 +10,8 @@ import { IRemission } from '../../interfaces/IRemission';
11
10
  import { IPaymentView } from '../../interfaces/IPaymentView';
12
11
  import { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';
13
12
  import { Router } from '@angular/router';
13
+ import type { PaymentLibComponent } from '../../payment-lib.component';
14
14
  import * as i0 from "@angular/core";
15
- type PaymentLibAlias = PaymentLibComponent;
16
15
  export declare class CaseTransactionsComponent implements OnInit {
17
16
  private router;
18
17
  private paymentViewService;
@@ -92,7 +91,7 @@ export declare class CaseTransactionsComponent implements OnInit {
92
91
  currentDate: Date;
93
92
  navigationpage: string;
94
93
  remissionFeeAmt: number;
95
- constructor(router: Router, paymentViewService: PaymentViewService, bulkScaningPaymentService: BulkScaningPaymentService, caseTransactionsService: CaseTransactionsService, paymentLibComponent: PaymentLibAlias, OrderslistService: OrderslistService);
94
+ constructor(router: Router, paymentViewService: PaymentViewService, bulkScaningPaymentService: BulkScaningPaymentService, caseTransactionsService: CaseTransactionsService, paymentLibComponent: PaymentLibComponent, OrderslistService: OrderslistService);
96
95
  ngOnInit(): void;
97
96
  setDefaults(): void;
98
97
  getAllocationStatus(payments: any): any;
@@ -137,4 +136,3 @@ export declare class CaseTransactionsComponent implements OnInit {
137
136
  static ɵfac: i0.ɵɵFactoryDeclaration<CaseTransactionsComponent, never>;
138
137
  static ɵcmp: i0.ɵɵComponentDeclaration<CaseTransactionsComponent, "ccpay-case-transactions", never, { "LOGGEDINUSERROLES": { "alias": "LOGGEDINUSERROLES"; "required": false; }; "isTakePayment": { "alias": "isTakePayment"; "required": false; }; "isFromServiceRequestPage": { "alias": "isFromServiceRequestPage"; "required": false; }; }, {}, never, never, true, never>;
139
138
  }
140
- export {};
@@ -3,7 +3,6 @@ import { FormBuilder, FormGroup } from '@angular/forms';
3
3
  import type { PaymentLibComponent } from '../../payment-lib.component';
4
4
  import { NotificationService } from '../../services/notification/notification.service';
5
5
  import * as i0 from "@angular/core";
6
- type PaymentLibAlias = PaymentLibComponent;
7
6
  export declare class ContactDetailsComponent implements OnInit {
8
7
  private formBuilder;
9
8
  private notificationService;
@@ -40,7 +39,7 @@ export declare class ContactDetailsComponent implements OnInit {
40
39
  isMPostcodeEmpty: boolean;
41
40
  mpostcodeHasError: boolean;
42
41
  isCountryEmpty: boolean;
43
- constructor(formBuilder: FormBuilder, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias);
42
+ constructor(formBuilder: FormBuilder, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent);
44
43
  ngOnInit(): void;
45
44
  setEditDetails(): void;
46
45
  selectContactOption(type: any, isLinkedClied: any): void;
@@ -51,4 +50,3 @@ export declare class ContactDetailsComponent implements OnInit {
51
50
  static ɵfac: i0.ɵɵFactoryDeclaration<ContactDetailsComponent, never>;
52
51
  static ɵcmp: i0.ɵɵComponentDeclaration<ContactDetailsComponent, "ccpay-contact-details", never, { "isEditOperation": { "alias": "isEditOperation"; "required": false; }; "isEditOperationInRefundList": { "alias": "isEditOperationInRefundList"; "required": false; }; "addressObj": { "alias": "addressObj"; "required": false; }; }, { "assignContactDetails": "assignContactDetails"; "assignContactDetailsInFefundsList": "assignContactDetailsInFefundsList"; "redirectToIssueRefund": "redirectToIssueRefund"; }, never, never, true, never>;
53
52
  }
54
- export {};
@@ -10,7 +10,6 @@ import { Router } from '@angular/router';
10
10
  import { Location } from '@angular/common';
11
11
  import { OrderslistService } from '../../services/orderslist.service';
12
12
  import * as i0 from "@angular/core";
13
- type PaymentLibAlias = PaymentLibComponent;
14
13
  export declare class FeeSummaryComponent implements OnInit {
15
14
  private router;
16
15
  private bulkScaningPaymentService;
@@ -43,7 +42,7 @@ export declare class FeeSummaryComponent implements OnInit {
43
42
  isRemissionsExist: Boolean;
44
43
  isRemissionsMatch: boolean;
45
44
  isStrategicFixEnable: boolean;
46
- constructor(router: Router, bulkScaningPaymentService: BulkScaningPaymentService, location: Location, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibAlias, OrderslistService: OrderslistService);
45
+ constructor(router: Router, bulkScaningPaymentService: BulkScaningPaymentService, location: Location, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, OrderslistService: OrderslistService);
47
46
  ngOnInit(): void;
48
47
  getUnassignedPaymentlist(): void;
49
48
  getRemissionByFeeCode(feeCode: string): IRemission;
@@ -60,4 +59,3 @@ export declare class FeeSummaryComponent implements OnInit {
60
59
  static ɵfac: i0.ɵɵFactoryDeclaration<FeeSummaryComponent, never>;
61
60
  static ɵcmp: i0.ɵɵComponentDeclaration<FeeSummaryComponent, "ccpay-fee-summary", never, { "paymentGroupRef": { "alias": "paymentGroupRef"; "required": false; }; "ccdCaseNumber": { "alias": "ccdCaseNumber"; "required": false; }; "isTurnOff": { "alias": "isTurnOff"; "required": false; }; "caseType": { "alias": "caseType"; "required": false; }; }, {}, never, never, false, never>;
62
61
  }
63
- export {};
@@ -5,7 +5,6 @@ import { PaymentViewService } from '../../services/payment-view/payment-view.ser
5
5
  import { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';
6
6
  import { IBSPayments } from '../../interfaces/IBSPayments';
7
7
  import * as i0 from "@angular/core";
8
- type PaymentLibAlias = PaymentLibComponent;
9
8
  export declare class MarkUnidentifiedPaymentComponent implements OnInit {
10
9
  private formBuilder;
11
10
  private paymentViewService;
@@ -32,7 +31,7 @@ export declare class MarkUnidentifiedPaymentComponent implements OnInit {
32
31
  ccdReference: string;
33
32
  exceptionReference: string;
34
33
  isStrategicFixEnable: boolean;
35
- constructor(formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibAlias, bulkScaningPaymentService: BulkScaningPaymentService);
34
+ constructor(formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, bulkScaningPaymentService: BulkScaningPaymentService);
36
35
  ngOnInit(): void;
37
36
  getUnassignedPayment(): void;
38
37
  trimUnderscore(method: string): string;
@@ -49,4 +48,3 @@ export declare class MarkUnidentifiedPaymentComponent implements OnInit {
49
48
  static ɵfac: i0.ɵɵFactoryDeclaration<MarkUnidentifiedPaymentComponent, never>;
50
49
  static ɵcmp: i0.ɵɵComponentDeclaration<MarkUnidentifiedPaymentComponent, "app-mark-unidentified-payment", never, { "caseType": { "alias": "caseType"; "required": false; }; }, {}, never, never, false, never>;
51
50
  }
52
- export {};
@@ -5,7 +5,6 @@ import { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/b
5
5
  import { IBSPayments } from '../../interfaces/IBSPayments';
6
6
  import { PaymentViewService } from '../../services/payment-view/payment-view.service';
7
7
  import * as i0 from "@angular/core";
8
- type PaymentLibAlias = PaymentLibComponent;
9
8
  export declare class MarkUnsolicitedPaymentComponent implements OnInit {
10
9
  private formBuilder;
11
10
  private paymentViewService;
@@ -41,7 +40,7 @@ export declare class MarkUnsolicitedPaymentComponent implements OnInit {
41
40
  selectedSiteName: string;
42
41
  isStrategicFixEnable: boolean;
43
42
  siteIDList: any;
44
- constructor(formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibAlias, bulkScaningPaymentService: BulkScaningPaymentService);
43
+ constructor(formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, bulkScaningPaymentService: BulkScaningPaymentService);
45
44
  ngOnInit(): void;
46
45
  trimUnderscore(method: string): string;
47
46
  confirmPayments(): void;
@@ -60,4 +59,3 @@ export declare class MarkUnsolicitedPaymentComponent implements OnInit {
60
59
  static ɵfac: i0.ɵɵFactoryDeclaration<MarkUnsolicitedPaymentComponent, never>;
61
60
  static ɵcmp: i0.ɵɵComponentDeclaration<MarkUnsolicitedPaymentComponent, "app-mark-unsolicited-payment", never, { "caseType": { "alias": "caseType"; "required": false; }; }, {}, never, never, false, never>;
62
61
  }
63
- export {};
@@ -3,17 +3,15 @@ import { PaymentListService } from '../../services/payment-list/payment-list.ser
3
3
  import { IPayments } from '../../interfaces/IPayments';
4
4
  import type { PaymentLibComponent } from '../../payment-lib.component';
5
5
  import * as i0 from "@angular/core";
6
- type PaymentLibAlias = PaymentLibComponent;
7
6
  export declare class PaymentListComponent implements OnInit {
8
7
  private paymentListService;
9
8
  private paymentLibComponent;
10
9
  payments: IPayments;
11
10
  errorMessage: string;
12
11
  code: string;
13
- constructor(paymentListService: PaymentListService, paymentLibComponent: PaymentLibAlias);
12
+ constructor(paymentListService: PaymentListService, paymentLibComponent: PaymentLibComponent);
14
13
  ngOnInit(): void;
15
14
  loadPaymentViewComponent(paymentGroupReference: string, paymentReference: string, paymentMethod: string): void;
16
15
  static ɵfac: i0.ɵɵFactoryDeclaration<PaymentListComponent, never>;
17
16
  static ɵcmp: i0.ɵɵComponentDeclaration<PaymentListComponent, "ccpay-payment-list", never, {}, {}, never, never, false, never>;
18
17
  }
19
- export {};
@@ -10,7 +10,6 @@ import { OrderslistService } from '../../services/orderslist.service';
10
10
  import { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';
11
11
  import type { PaymentLibComponent } from '../../payment-lib.component';
12
12
  import * as i0 from "@angular/core";
13
- type PaymentLibAlias = PaymentLibComponent;
14
13
  export declare class PaymentViewComponent implements OnInit {
15
14
  private paymentViewService;
16
15
  private notificationService;
@@ -69,7 +68,7 @@ export declare class PaymentViewComponent implements OnInit {
69
68
  refundAmount: string;
70
69
  templateInstructionType: string;
71
70
  notificationPreview: boolean;
72
- constructor(paymentViewService: PaymentViewService, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
71
+ constructor(paymentViewService: PaymentViewService, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
73
72
  ngAfterContentChecked(): void;
74
73
  ngOnInit(): void;
75
74
  get isCardPayment(): boolean;
@@ -103,4 +102,3 @@ export declare class PaymentViewComponent implements OnInit {
103
102
  static ɵfac: i0.ɵɵFactoryDeclaration<PaymentViewComponent, never>;
104
103
  static ɵcmp: i0.ɵɵComponentDeclaration<PaymentViewComponent, "ccpay-payment-view", never, { "isTurnOff": { "alias": "isTurnOff"; "required": false; }; "isTakePayment": { "alias": "isTakePayment"; "required": false; }; "caseType": { "alias": "caseType"; "required": false; }; "orderRef": { "alias": "orderRef"; "required": false; }; "orderStatus": { "alias": "orderStatus"; "required": false; }; "orderTotalPayments": { "alias": "orderTotalPayments"; "required": false; }; "payment": { "alias": "payment"; "required": false; }; "LOGGEDINUSERROLES": { "alias": "LOGGEDINUSERROLES"; "required": false; }; "ISPAYMENTSTATUSENABLED": { "alias": "ISPAYMENTSTATUSENABLED"; "required": false; }; "orderParty": { "alias": "orderParty"; "required": false; }; "orderCreated": { "alias": "orderCreated"; "required": false; }; "orderCCDEvent": { "alias": "orderCCDEvent"; "required": false; }; "orderFeesTotal": { "alias": "orderFeesTotal"; "required": false; }; "orderRemissionTotal": { "alias": "orderRemissionTotal"; "required": false; }; "orderDetail": { "alias": "orderDetail"; "required": false; }; "isServiceRequest": { "alias": "isServiceRequest"; "required": false; }; }, {}, never, never, true, never>;
105
104
  }
106
- export {};
@@ -3,7 +3,6 @@ import { PaymentViewService } from '../../services/payment-view/payment-view.ser
3
3
  import type { PaymentLibComponent } from '../../payment-lib.component';
4
4
  import { RpxLanguage } from 'rpx-xui-translation';
5
5
  import * as i0 from "@angular/core";
6
- type PaymentLibAlias = PaymentLibComponent;
7
6
  export declare class PbaPaymentComponent implements OnInit {
8
7
  private paymentLibComponent;
9
8
  private paymentViewService;
@@ -26,7 +25,7 @@ export declare class PbaPaymentComponent implements OnInit {
26
25
  isPBAAccountPaymentSuccess: boolean;
27
26
  pbaAccountrPaymentResult: any;
28
27
  orgName: string;
29
- constructor(paymentLibComponent: PaymentLibAlias, paymentViewService: PaymentViewService);
28
+ constructor(paymentLibComponent: PaymentLibComponent, paymentViewService: PaymentViewService);
30
29
  ngOnInit(): void;
31
30
  getPersistedLanguage(): RpxLanguage;
32
31
  buttonCheck(): void;
@@ -38,4 +37,3 @@ export declare class PbaPaymentComponent implements OnInit {
38
37
  static ɵfac: i0.ɵɵFactoryDeclaration<PbaPaymentComponent, never>;
39
38
  static ɵcmp: i0.ɵɵComponentDeclaration<PbaPaymentComponent, "ccpay-pba-payment", never, { "pbaPayOrderRef": { "alias": "pbaPayOrderRef"; "required": false; }; }, {}, never, never, true, never>;
40
39
  }
41
- export {};
@@ -12,7 +12,6 @@ import type { PaymentLibComponent } from '../../payment-lib.component';
12
12
  import { ActivatedRoute, Router } from '@angular/router';
13
13
  import { INotificationPreview } from '../../interfaces/INotificationPreview';
14
14
  import * as i0 from "@angular/core";
15
- type PaymentLibAlias = PaymentLibComponent;
16
15
  export declare class ProcessRefundComponent implements OnInit {
17
16
  private RefundsService;
18
17
  private paymentViewService;
@@ -57,7 +56,7 @@ export declare class ProcessRefundComponent implements OnInit {
57
56
  templateInstructionType: string;
58
57
  notificationPreview: boolean;
59
58
  notificationPreviewObj: INotificationPreview;
60
- constructor(RefundsService: RefundsService, paymentViewService: PaymentViewService, formBuilder: FormBuilder, OrderslistService: OrderslistService, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias, router: Router, activeRoute: ActivatedRoute);
59
+ constructor(RefundsService: RefundsService, paymentViewService: PaymentViewService, formBuilder: FormBuilder, OrderslistService: OrderslistService, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent, router: Router, activeRoute: ActivatedRoute);
61
60
  ngOnInit(): void;
62
61
  checkRefundActions(code: string): void;
63
62
  getNotificationPreviewObj(notificationPreviewObj: INotificationPreview): void;
@@ -79,4 +78,3 @@ export declare class ProcessRefundComponent implements OnInit {
79
78
  static ɵfac: i0.ɵɵFactoryDeclaration<ProcessRefundComponent, never>;
80
79
  static ɵcmp: i0.ɵɵComponentDeclaration<ProcessRefundComponent, "ccpay-process-refund", never, { "refundReference": { "alias": "refundReference"; "required": false; }; "refundlistsource": { "alias": "refundlistsource"; "required": false; }; }, {}, never, never, false, never>;
81
80
  }
82
- export {};
@@ -13,7 +13,6 @@ import { IPayment } from '../../interfaces/IPayment';
13
13
  import { IFee } from '../../interfaces/IFee';
14
14
  import { IRefundFee } from '../../interfaces/IRefundFee';
15
15
  import * as i0 from "@angular/core";
16
- type PaymentLibAlias = PaymentLibComponent;
17
16
  export declare class RefundStatusComponent implements OnInit {
18
17
  private formBuilder;
19
18
  private refundService;
@@ -74,7 +73,7 @@ export declare class RefundStatusComponent implements OnInit {
74
73
  notificationPreview: boolean;
75
74
  notificationSentView: boolean;
76
75
  allowedRolesToAccessRefund: string[];
77
- constructor(formBuilder: FormBuilder, refundService: RefundsService, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias, OrderslistService: OrderslistService, paymentViewService: PaymentViewService);
76
+ constructor(formBuilder: FormBuilder, refundService: RefundsService, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent, OrderslistService: OrderslistService, paymentViewService: PaymentViewService);
78
77
  ngOnInit(): void;
79
78
  getRefundsStatusHistoryList(): void;
80
79
  getRefundsNotification(): void;
@@ -109,4 +108,3 @@ export declare class RefundStatusComponent implements OnInit {
109
108
  static ɵfac: i0.ɵɵFactoryDeclaration<RefundStatusComponent, never>;
110
109
  static ɵcmp: i0.ɵɵComponentDeclaration<RefundStatusComponent, "ccpay-refund-status", never, { "LOGGEDINUSERROLES": { "alias": "LOGGEDINUSERROLES"; "required": false; }; "API_ROOT": { "alias": "API_ROOT"; "required": false; }; "ccdCaseNumber": { "alias": "ccdCaseNumber"; "required": false; }; "isTurnOff": { "alias": "isTurnOff"; "required": false; }; "orderParty": { "alias": "orderParty"; "required": false; }; }, {}, never, never, true, never>;
111
110
  }
112
- export {};
@@ -7,7 +7,6 @@ import { ErrorHandlerService } from '../../services/shared/error-handler.service
7
7
  import { PaymentViewService } from '../../services/payment-view/payment-view.service';
8
8
  import { XlFileService } from '../../services/xl-file/xl-file.service';
9
9
  import * as i0 from "@angular/core";
10
- type PaymentLibAlias = PaymentLibComponent;
11
10
  export declare class ReportsComponent implements OnInit {
12
11
  private xlFileService;
13
12
  private errorHandlerService;
@@ -29,7 +28,7 @@ export declare class ReportsComponent implements OnInit {
29
28
  isDateRangeBetnWeek: Boolean;
30
29
  errorMessage: any;
31
30
  paymentGroups: IPaymentGroup[];
32
- constructor(xlFileService: XlFileService, errorHandlerService: ErrorHandlerService, formBuilder: FormBuilder, bulkScaningPaymentService: BulkScaningPaymentService, paymentLibComponent: PaymentLibAlias, paymentViewService: PaymentViewService);
31
+ constructor(xlFileService: XlFileService, errorHandlerService: ErrorHandlerService, formBuilder: FormBuilder, bulkScaningPaymentService: BulkScaningPaymentService, paymentLibComponent: PaymentLibComponent, paymentViewService: PaymentViewService);
33
32
  ngOnInit(): void;
34
33
  getToday(): string;
35
34
  getSelectedFromDate(): void;
@@ -46,4 +45,3 @@ export declare class ReportsComponent implements OnInit {
46
45
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportsComponent, never>;
47
46
  static ɵcmp: i0.ɵɵComponentDeclaration<ReportsComponent, "ccpay-reports", never, { "ISPAYMENTSTATUSENABLED": { "alias": "ISPAYMENTSTATUSENABLED"; "required": false; }; }, {}, never, never, false, never>;
48
47
  }
49
- export {};
@@ -12,7 +12,6 @@ import { NotificationService } from '../../services/notification/notification.se
12
12
  import { OrderslistService } from '../../services/orderslist.service';
13
13
  import { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';
14
14
  import * as i0 from "@angular/core";
15
- type PaymentLibAlias = PaymentLibComponent;
16
15
  export declare class ServiceRequestComponent implements OnInit {
17
16
  private paymentLibComponent;
18
17
  private paymentViewService;
@@ -103,7 +102,7 @@ export declare class ServiceRequestComponent implements OnInit {
103
102
  isFullyRefund: boolean;
104
103
  templateInstructionType: string;
105
104
  notificationPreview: boolean;
106
- constructor(paymentLibComponent: PaymentLibAlias, paymentViewService: PaymentViewService, OrderslistService: OrderslistService, notificationService: NotificationService, cd: ChangeDetectorRef, router: Router);
105
+ constructor(paymentLibComponent: PaymentLibComponent, paymentViewService: PaymentViewService, OrderslistService: OrderslistService, notificationService: NotificationService, cd: ChangeDetectorRef, router: Router);
107
106
  ngOnInit(): void;
108
107
  goToServiceRequestPage(): void;
109
108
  goToCaseTransationPage(event: any): void;
@@ -134,4 +133,3 @@ export declare class ServiceRequestComponent implements OnInit {
134
133
  static ɵfac: i0.ɵɵFactoryDeclaration<ServiceRequestComponent, never>;
135
134
  static ɵcmp: i0.ɵɵComponentDeclaration<ServiceRequestComponent, "ccpay-service-request", never, { "LOGGEDINUSERROLES": { "alias": "LOGGEDINUSERROLES"; "required": false; }; "viewStatus": { "alias": "viewStatus"; "required": false; }; "orderDetail": { "alias": "orderDetail"; "required": false; }; "orderRef": { "alias": "orderRef"; "required": false; }; "orderStatus": { "alias": "orderStatus"; "required": false; }; "orderParty": { "alias": "orderParty"; "required": false; }; "orderCreated": { "alias": "orderCreated"; "required": false; }; "orderCCDEvent": { "alias": "orderCCDEvent"; "required": false; }; "orderFeesTotal": { "alias": "orderFeesTotal"; "required": false; }; "orderTotalPayments": { "alias": "orderTotalPayments"; "required": false; }; "orderRemissionTotal": { "alias": "orderRemissionTotal"; "required": false; }; "paymentGroupList": { "alias": "paymentGroupList"; "required": false; }; "takePayment": { "alias": "takePayment"; "required": false; }; "ccdCaseNumber": { "alias": "ccdCaseNumber"; "required": false; }; "isServiceRequest": { "alias": "isServiceRequest"; "required": false; }; }, { "goToServiceRquestComponent": "goToServiceRquestComponent"; }, never, never, true, never>;
136
135
  }
137
- export {};
@@ -3,7 +3,6 @@ import { IStatusHistories } from '../../interfaces/IStatusHistories';
3
3
  import { StatusHistoryService } from '../../services/status-history/status-history.service';
4
4
  import type { PaymentLibComponent } from '../../payment-lib.component';
5
5
  import * as i0 from "@angular/core";
6
- type PaymentLibAlias = PaymentLibComponent;
7
6
  export declare class StatusHistoryComponent implements OnInit {
8
7
  private statusHistoryService;
9
8
  private paymentLibComponent;
@@ -11,9 +10,8 @@ export declare class StatusHistoryComponent implements OnInit {
11
10
  pageTitle: string;
12
11
  statuses: IStatusHistories;
13
12
  errorMessage: string;
14
- constructor(statusHistoryService: StatusHistoryService, paymentLibComponent: PaymentLibAlias);
13
+ constructor(statusHistoryService: StatusHistoryService, paymentLibComponent: PaymentLibComponent);
15
14
  ngOnInit(): void;
16
15
  static ɵfac: i0.ɵɵFactoryDeclaration<StatusHistoryComponent, never>;
17
16
  static ɵcmp: i0.ɵɵComponentDeclaration<StatusHistoryComponent, "ccpay-payment-statuses", never, { "isTakePayment": { "alias": "isTakePayment"; "required": false; }; }, {}, never, never, true, never>;
18
17
  }
19
- export {};
@@ -7,7 +7,6 @@ import { IRefundList } from '../../interfaces/IRefundList';
7
7
  import { OrderslistService } from '../../services/orderslist.service';
8
8
  import { ActivatedRoute, Router } from '@angular/router';
9
9
  import * as i0 from "@angular/core";
10
- type PaymentLibAlias = PaymentLibComponent;
11
10
  export declare class TableComponent {
12
11
  private paymentLibComponent;
13
12
  private cdRef;
@@ -27,7 +26,7 @@ export declare class TableComponent {
27
26
  refundList: IRefundList[];
28
27
  paginator: MatPaginator;
29
28
  sort: MatSort;
30
- constructor(paymentLibComponent: PaymentLibAlias, cdRef: ChangeDetectorRef, OrderslistService: OrderslistService, router: Router, activeRoute: ActivatedRoute);
29
+ constructor(paymentLibComponent: PaymentLibComponent, cdRef: ChangeDetectorRef, OrderslistService: OrderslistService, router: Router, activeRoute: ActivatedRoute);
31
30
  ngOnInit(): void;
32
31
  /**
33
32
  * Set the paginator and sort after the view init since this component will
@@ -42,4 +41,3 @@ export declare class TableComponent {
42
41
  static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
43
42
  static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "ccpay-table", never, { "DATASOURCE": { "alias": "DATASOURCE"; "required": false; }; "STATUS": { "alias": "STATUS"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; }, {}, never, never, false, never>;
44
43
  }
45
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.2.1-beta2",
3
+ "version": "6.2.2-beta2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },