@hmcts/ccpay-web-component 6.2.0 → 6.2.1-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 +6 -7
  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 +5 -5
  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 +197 -197
  50. package/fesm2022/hmcts-ccpay-web-component.mjs.map +1 -1
  51. package/lib/components/add-remission/add-remission.component.d.ts +3 -1
  52. package/lib/components/allocate-payments/allocate-payments.component.d.ts +3 -1
  53. package/lib/components/case-transactions/case-transactions.component.d.ts +4 -2
  54. package/lib/components/contact-details/contact-details.component.d.ts +3 -1
  55. package/lib/components/fee-summary/fee-summary.component.d.ts +3 -1
  56. package/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.d.ts +3 -1
  57. package/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.d.ts +3 -1
  58. package/lib/components/payment-list/payment-list.component.d.ts +3 -1
  59. package/lib/components/payment-view/payment-view.component.d.ts +3 -1
  60. package/lib/components/pba-payment/pba-payment.component.d.ts +3 -1
  61. package/lib/components/process-refund/process-refund.component.d.ts +3 -1
  62. package/lib/components/refund-status/refund-status.component.d.ts +3 -1
  63. package/lib/components/reports/reports.component.d.ts +3 -1
  64. package/lib/components/service-request/service-request.component.d.ts +3 -1
  65. package/lib/components/status-history/status-history.component.d.ts +3 -1
  66. package/lib/components/table/table.component.d.ts +3 -1
  67. package/package.json +1 -1
@@ -14,6 +14,7 @@ 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;
17
18
  export declare class AddRemissionComponent implements OnInit {
18
19
  private formBuilder;
19
20
  private router;
@@ -148,7 +149,7 @@ export declare class AddRemissionComponent implements OnInit {
148
149
  site_id: string;
149
150
  status: string;
150
151
  };
151
- constructor(formBuilder: FormBuilder, router: Router, paymentViewService: PaymentViewService, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent, refundService: RefundsService, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
152
+ constructor(formBuilder: FormBuilder, router: Router, paymentViewService: PaymentViewService, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias, refundService: RefundsService, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
152
153
  ngOnInit(): void;
153
154
  goToPaymentViewComponent(): void;
154
155
  refundFeesList(): void;
@@ -196,3 +197,4 @@ export declare class AddRemissionComponent implements OnInit {
196
197
  static ɵfac: i0.ɵɵFactoryDeclaration<AddRemissionComponent, never>;
197
198
  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>;
198
199
  }
200
+ export {};
@@ -10,6 +10,7 @@ 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;
13
14
  export declare class AllocatePaymentsComponent implements OnInit {
14
15
  private errorHandlerService;
15
16
  private caseTransactionsService;
@@ -88,7 +89,7 @@ export declare class AllocatePaymentsComponent implements OnInit {
88
89
  other: string;
89
90
  };
90
91
  };
91
- constructor(errorHandlerService: ErrorHandlerService, caseTransactionsService: CaseTransactionsService, formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, bulkScaningPaymentService: BulkScaningPaymentService, OrderslistService: OrderslistService);
92
+ constructor(errorHandlerService: ErrorHandlerService, caseTransactionsService: CaseTransactionsService, formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibAlias, bulkScaningPaymentService: BulkScaningPaymentService, OrderslistService: OrderslistService);
92
93
  ngOnInit(): void;
93
94
  getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number;
94
95
  getPaymentGroupDetails(): void;
@@ -107,3 +108,4 @@ export declare class AllocatePaymentsComponent implements OnInit {
107
108
  static ɵfac: i0.ɵɵFactoryDeclaration<AllocatePaymentsComponent, never>;
108
109
  static ɵcmp: i0.ɵɵComponentDeclaration<AllocatePaymentsComponent, "app-allocate-payments", never, { "isTurnOff": { "alias": "isTurnOff"; "required": false; }; "caseType": { "alias": "caseType"; "required": false; }; }, {}, never, never, false, never>;
109
110
  }
111
+ export {};
@@ -1,4 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import type { PaymentLibComponent } from '../../payment-lib.component';
2
3
  import { IPaymentGroup } from '../../interfaces/IPaymentGroup';
3
4
  import { CaseTransactionsService } from '../../services/case-transactions/case-transactions.service';
4
5
  import { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';
@@ -10,8 +11,8 @@ import { IRemission } from '../../interfaces/IRemission';
10
11
  import { IPaymentView } from '../../interfaces/IPaymentView';
11
12
  import { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';
12
13
  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;
15
16
  export declare class CaseTransactionsComponent implements OnInit {
16
17
  private router;
17
18
  private paymentViewService;
@@ -91,7 +92,7 @@ export declare class CaseTransactionsComponent implements OnInit {
91
92
  currentDate: Date;
92
93
  navigationpage: string;
93
94
  remissionFeeAmt: number;
94
- constructor(router: Router, paymentViewService: PaymentViewService, bulkScaningPaymentService: BulkScaningPaymentService, caseTransactionsService: CaseTransactionsService, paymentLibComponent: PaymentLibComponent, OrderslistService: OrderslistService);
95
+ constructor(router: Router, paymentViewService: PaymentViewService, bulkScaningPaymentService: BulkScaningPaymentService, caseTransactionsService: CaseTransactionsService, paymentLibComponent: PaymentLibAlias, OrderslistService: OrderslistService);
95
96
  ngOnInit(): void;
96
97
  setDefaults(): void;
97
98
  getAllocationStatus(payments: any): any;
@@ -136,3 +137,4 @@ export declare class CaseTransactionsComponent implements OnInit {
136
137
  static ɵfac: i0.ɵɵFactoryDeclaration<CaseTransactionsComponent, never>;
137
138
  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>;
138
139
  }
140
+ export {};
@@ -3,6 +3,7 @@ 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;
6
7
  export declare class ContactDetailsComponent implements OnInit {
7
8
  private formBuilder;
8
9
  private notificationService;
@@ -39,7 +40,7 @@ export declare class ContactDetailsComponent implements OnInit {
39
40
  isMPostcodeEmpty: boolean;
40
41
  mpostcodeHasError: boolean;
41
42
  isCountryEmpty: boolean;
42
- constructor(formBuilder: FormBuilder, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent);
43
+ constructor(formBuilder: FormBuilder, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias);
43
44
  ngOnInit(): void;
44
45
  setEditDetails(): void;
45
46
  selectContactOption(type: any, isLinkedClied: any): void;
@@ -50,3 +51,4 @@ export declare class ContactDetailsComponent implements OnInit {
50
51
  static ɵfac: i0.ɵɵFactoryDeclaration<ContactDetailsComponent, never>;
51
52
  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>;
52
53
  }
54
+ export {};
@@ -10,6 +10,7 @@ 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;
13
14
  export declare class FeeSummaryComponent implements OnInit {
14
15
  private router;
15
16
  private bulkScaningPaymentService;
@@ -42,7 +43,7 @@ export declare class FeeSummaryComponent implements OnInit {
42
43
  isRemissionsExist: Boolean;
43
44
  isRemissionsMatch: boolean;
44
45
  isStrategicFixEnable: boolean;
45
- constructor(router: Router, bulkScaningPaymentService: BulkScaningPaymentService, location: Location, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, OrderslistService: OrderslistService);
46
+ constructor(router: Router, bulkScaningPaymentService: BulkScaningPaymentService, location: Location, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibAlias, OrderslistService: OrderslistService);
46
47
  ngOnInit(): void;
47
48
  getUnassignedPaymentlist(): void;
48
49
  getRemissionByFeeCode(feeCode: string): IRemission;
@@ -59,3 +60,4 @@ export declare class FeeSummaryComponent implements OnInit {
59
60
  static ɵfac: i0.ɵɵFactoryDeclaration<FeeSummaryComponent, never>;
60
61
  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>;
61
62
  }
63
+ export {};
@@ -5,6 +5,7 @@ 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;
8
9
  export declare class MarkUnidentifiedPaymentComponent implements OnInit {
9
10
  private formBuilder;
10
11
  private paymentViewService;
@@ -31,7 +32,7 @@ export declare class MarkUnidentifiedPaymentComponent implements OnInit {
31
32
  ccdReference: string;
32
33
  exceptionReference: string;
33
34
  isStrategicFixEnable: boolean;
34
- constructor(formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, bulkScaningPaymentService: BulkScaningPaymentService);
35
+ constructor(formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibAlias, bulkScaningPaymentService: BulkScaningPaymentService);
35
36
  ngOnInit(): void;
36
37
  getUnassignedPayment(): void;
37
38
  trimUnderscore(method: string): string;
@@ -48,3 +49,4 @@ export declare class MarkUnidentifiedPaymentComponent implements OnInit {
48
49
  static ɵfac: i0.ɵɵFactoryDeclaration<MarkUnidentifiedPaymentComponent, never>;
49
50
  static ɵcmp: i0.ɵɵComponentDeclaration<MarkUnidentifiedPaymentComponent, "app-mark-unidentified-payment", never, { "caseType": { "alias": "caseType"; "required": false; }; }, {}, never, never, false, never>;
50
51
  }
52
+ export {};
@@ -5,6 +5,7 @@ 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;
8
9
  export declare class MarkUnsolicitedPaymentComponent implements OnInit {
9
10
  private formBuilder;
10
11
  private paymentViewService;
@@ -40,7 +41,7 @@ export declare class MarkUnsolicitedPaymentComponent implements OnInit {
40
41
  selectedSiteName: string;
41
42
  isStrategicFixEnable: boolean;
42
43
  siteIDList: any;
43
- constructor(formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, bulkScaningPaymentService: BulkScaningPaymentService);
44
+ constructor(formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibAlias, bulkScaningPaymentService: BulkScaningPaymentService);
44
45
  ngOnInit(): void;
45
46
  trimUnderscore(method: string): string;
46
47
  confirmPayments(): void;
@@ -59,3 +60,4 @@ export declare class MarkUnsolicitedPaymentComponent implements OnInit {
59
60
  static ɵfac: i0.ɵɵFactoryDeclaration<MarkUnsolicitedPaymentComponent, never>;
60
61
  static ɵcmp: i0.ɵɵComponentDeclaration<MarkUnsolicitedPaymentComponent, "app-mark-unsolicited-payment", never, { "caseType": { "alias": "caseType"; "required": false; }; }, {}, never, never, false, never>;
61
62
  }
63
+ export {};
@@ -3,15 +3,17 @@ 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;
6
7
  export declare class PaymentListComponent implements OnInit {
7
8
  private paymentListService;
8
9
  private paymentLibComponent;
9
10
  payments: IPayments;
10
11
  errorMessage: string;
11
12
  code: string;
12
- constructor(paymentListService: PaymentListService, paymentLibComponent: PaymentLibComponent);
13
+ constructor(paymentListService: PaymentListService, paymentLibComponent: PaymentLibAlias);
13
14
  ngOnInit(): void;
14
15
  loadPaymentViewComponent(paymentGroupReference: string, paymentReference: string, paymentMethod: string): void;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<PaymentListComponent, never>;
16
17
  static ɵcmp: i0.ɵɵComponentDeclaration<PaymentListComponent, "ccpay-payment-list", never, {}, {}, never, never, false, never>;
17
18
  }
19
+ export {};
@@ -10,6 +10,7 @@ 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;
13
14
  export declare class PaymentViewComponent implements OnInit {
14
15
  private paymentViewService;
15
16
  private notificationService;
@@ -68,7 +69,7 @@ export declare class PaymentViewComponent implements OnInit {
68
69
  refundAmount: string;
69
70
  templateInstructionType: string;
70
71
  notificationPreview: boolean;
71
- constructor(paymentViewService: PaymentViewService, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
72
+ constructor(paymentViewService: PaymentViewService, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
72
73
  ngAfterContentChecked(): void;
73
74
  ngOnInit(): void;
74
75
  get isCardPayment(): boolean;
@@ -102,3 +103,4 @@ export declare class PaymentViewComponent implements OnInit {
102
103
  static ɵfac: i0.ɵɵFactoryDeclaration<PaymentViewComponent, never>;
103
104
  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>;
104
105
  }
106
+ export {};
@@ -3,6 +3,7 @@ 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;
6
7
  export declare class PbaPaymentComponent implements OnInit {
7
8
  private paymentLibComponent;
8
9
  private paymentViewService;
@@ -25,7 +26,7 @@ export declare class PbaPaymentComponent implements OnInit {
25
26
  isPBAAccountPaymentSuccess: boolean;
26
27
  pbaAccountrPaymentResult: any;
27
28
  orgName: string;
28
- constructor(paymentLibComponent: PaymentLibComponent, paymentViewService: PaymentViewService);
29
+ constructor(paymentLibComponent: PaymentLibAlias, paymentViewService: PaymentViewService);
29
30
  ngOnInit(): void;
30
31
  getPersistedLanguage(): RpxLanguage;
31
32
  buttonCheck(): void;
@@ -37,3 +38,4 @@ export declare class PbaPaymentComponent implements OnInit {
37
38
  static ɵfac: i0.ɵɵFactoryDeclaration<PbaPaymentComponent, never>;
38
39
  static ɵcmp: i0.ɵɵComponentDeclaration<PbaPaymentComponent, "ccpay-pba-payment", never, { "pbaPayOrderRef": { "alias": "pbaPayOrderRef"; "required": false; }; }, {}, never, never, true, never>;
39
40
  }
41
+ export {};
@@ -12,6 +12,7 @@ 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;
15
16
  export declare class ProcessRefundComponent implements OnInit {
16
17
  private RefundsService;
17
18
  private paymentViewService;
@@ -56,7 +57,7 @@ export declare class ProcessRefundComponent implements OnInit {
56
57
  templateInstructionType: string;
57
58
  notificationPreview: boolean;
58
59
  notificationPreviewObj: INotificationPreview;
59
- constructor(RefundsService: RefundsService, paymentViewService: PaymentViewService, formBuilder: FormBuilder, OrderslistService: OrderslistService, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent, router: Router, activeRoute: ActivatedRoute);
60
+ constructor(RefundsService: RefundsService, paymentViewService: PaymentViewService, formBuilder: FormBuilder, OrderslistService: OrderslistService, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias, router: Router, activeRoute: ActivatedRoute);
60
61
  ngOnInit(): void;
61
62
  checkRefundActions(code: string): void;
62
63
  getNotificationPreviewObj(notificationPreviewObj: INotificationPreview): void;
@@ -78,3 +79,4 @@ export declare class ProcessRefundComponent implements OnInit {
78
79
  static ɵfac: i0.ɵɵFactoryDeclaration<ProcessRefundComponent, never>;
79
80
  static ɵcmp: i0.ɵɵComponentDeclaration<ProcessRefundComponent, "ccpay-process-refund", never, { "refundReference": { "alias": "refundReference"; "required": false; }; "refundlistsource": { "alias": "refundlistsource"; "required": false; }; }, {}, never, never, false, never>;
80
81
  }
82
+ export {};
@@ -13,6 +13,7 @@ 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;
16
17
  export declare class RefundStatusComponent implements OnInit {
17
18
  private formBuilder;
18
19
  private refundService;
@@ -73,7 +74,7 @@ export declare class RefundStatusComponent implements OnInit {
73
74
  notificationPreview: boolean;
74
75
  notificationSentView: boolean;
75
76
  allowedRolesToAccessRefund: string[];
76
- constructor(formBuilder: FormBuilder, refundService: RefundsService, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent, OrderslistService: OrderslistService, paymentViewService: PaymentViewService);
77
+ constructor(formBuilder: FormBuilder, refundService: RefundsService, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias, OrderslistService: OrderslistService, paymentViewService: PaymentViewService);
77
78
  ngOnInit(): void;
78
79
  getRefundsStatusHistoryList(): void;
79
80
  getRefundsNotification(): void;
@@ -108,3 +109,4 @@ export declare class RefundStatusComponent implements OnInit {
108
109
  static ɵfac: i0.ɵɵFactoryDeclaration<RefundStatusComponent, never>;
109
110
  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>;
110
111
  }
112
+ export {};
@@ -7,6 +7,7 @@ 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;
10
11
  export declare class ReportsComponent implements OnInit {
11
12
  private xlFileService;
12
13
  private errorHandlerService;
@@ -28,7 +29,7 @@ export declare class ReportsComponent implements OnInit {
28
29
  isDateRangeBetnWeek: Boolean;
29
30
  errorMessage: any;
30
31
  paymentGroups: IPaymentGroup[];
31
- constructor(xlFileService: XlFileService, errorHandlerService: ErrorHandlerService, formBuilder: FormBuilder, bulkScaningPaymentService: BulkScaningPaymentService, paymentLibComponent: PaymentLibComponent, paymentViewService: PaymentViewService);
32
+ constructor(xlFileService: XlFileService, errorHandlerService: ErrorHandlerService, formBuilder: FormBuilder, bulkScaningPaymentService: BulkScaningPaymentService, paymentLibComponent: PaymentLibAlias, paymentViewService: PaymentViewService);
32
33
  ngOnInit(): void;
33
34
  getToday(): string;
34
35
  getSelectedFromDate(): void;
@@ -45,3 +46,4 @@ export declare class ReportsComponent implements OnInit {
45
46
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportsComponent, never>;
46
47
  static ɵcmp: i0.ɵɵComponentDeclaration<ReportsComponent, "ccpay-reports", never, { "ISPAYMENTSTATUSENABLED": { "alias": "ISPAYMENTSTATUSENABLED"; "required": false; }; }, {}, never, never, false, never>;
47
48
  }
49
+ export {};
@@ -12,6 +12,7 @@ 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;
15
16
  export declare class ServiceRequestComponent implements OnInit {
16
17
  private paymentLibComponent;
17
18
  private paymentViewService;
@@ -102,7 +103,7 @@ export declare class ServiceRequestComponent implements OnInit {
102
103
  isFullyRefund: boolean;
103
104
  templateInstructionType: string;
104
105
  notificationPreview: boolean;
105
- constructor(paymentLibComponent: PaymentLibComponent, paymentViewService: PaymentViewService, OrderslistService: OrderslistService, notificationService: NotificationService, cd: ChangeDetectorRef, router: Router);
106
+ constructor(paymentLibComponent: PaymentLibAlias, paymentViewService: PaymentViewService, OrderslistService: OrderslistService, notificationService: NotificationService, cd: ChangeDetectorRef, router: Router);
106
107
  ngOnInit(): void;
107
108
  goToServiceRequestPage(): void;
108
109
  goToCaseTransationPage(event: any): void;
@@ -133,3 +134,4 @@ export declare class ServiceRequestComponent implements OnInit {
133
134
  static ɵfac: i0.ɵɵFactoryDeclaration<ServiceRequestComponent, never>;
134
135
  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>;
135
136
  }
137
+ export {};
@@ -3,6 +3,7 @@ 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;
6
7
  export declare class StatusHistoryComponent implements OnInit {
7
8
  private statusHistoryService;
8
9
  private paymentLibComponent;
@@ -10,8 +11,9 @@ export declare class StatusHistoryComponent implements OnInit {
10
11
  pageTitle: string;
11
12
  statuses: IStatusHistories;
12
13
  errorMessage: string;
13
- constructor(statusHistoryService: StatusHistoryService, paymentLibComponent: PaymentLibComponent);
14
+ constructor(statusHistoryService: StatusHistoryService, paymentLibComponent: PaymentLibAlias);
14
15
  ngOnInit(): void;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<StatusHistoryComponent, never>;
16
17
  static ɵcmp: i0.ɵɵComponentDeclaration<StatusHistoryComponent, "ccpay-payment-statuses", never, { "isTakePayment": { "alias": "isTakePayment"; "required": false; }; }, {}, never, never, true, never>;
17
18
  }
19
+ export {};
@@ -7,6 +7,7 @@ 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;
10
11
  export declare class TableComponent {
11
12
  private paymentLibComponent;
12
13
  private cdRef;
@@ -26,7 +27,7 @@ export declare class TableComponent {
26
27
  refundList: IRefundList[];
27
28
  paginator: MatPaginator;
28
29
  sort: MatSort;
29
- constructor(paymentLibComponent: PaymentLibComponent, cdRef: ChangeDetectorRef, OrderslistService: OrderslistService, router: Router, activeRoute: ActivatedRoute);
30
+ constructor(paymentLibComponent: PaymentLibAlias, cdRef: ChangeDetectorRef, OrderslistService: OrderslistService, router: Router, activeRoute: ActivatedRoute);
30
31
  ngOnInit(): void;
31
32
  /**
32
33
  * Set the paginator and sort after the view init since this component will
@@ -41,3 +42,4 @@ export declare class TableComponent {
41
42
  static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
42
43
  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>;
43
44
  }
45
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.2.0",
3
+ "version": "6.2.1-beta2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },