@hmcts/ccpay-web-component 5.0.8-beta03 → 5.0.8-beta05

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 (168) hide show
  1. package/bundles/hmcts-ccpay-web-component.umd.js +8220 -5624
  2. package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
  3. package/bundles/hmcts-ccpay-web-component.umd.min.js +15 -1
  4. package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
  5. package/esm2015/hmcts-ccpay-web-component.js +3 -2
  6. package/esm2015/lib/components/add-remission/add-remission.component.js +3 -2
  7. package/esm2015/lib/components/allocate-payments/allocate-payments.component.js +3 -2
  8. package/esm2015/lib/components/card-details/card-details.component.js +3 -2
  9. package/esm2015/lib/components/case-transactions/case-transactions.component.js +3 -2
  10. package/esm2015/lib/components/error-banner/error-banner.component.js +3 -2
  11. package/esm2015/lib/components/fee-summary/fee-summary.component.js +3 -2
  12. package/esm2015/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.js +3 -2
  13. package/esm2015/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.js +3 -2
  14. package/esm2015/lib/components/page-not-found.component.js +3 -2
  15. package/esm2015/lib/components/payment-list/payment-list.component.js +3 -2
  16. package/esm2015/lib/components/payment-view/payment-view.component.js +3 -2
  17. package/esm2015/lib/components/pba-details/pba-details.component.js +3 -2
  18. package/esm2015/lib/components/pba-payment/pba-payment.component.js +3 -2
  19. package/esm2015/lib/components/process-refund/process-refund.component.js +3 -2
  20. package/esm2015/lib/components/processed-payments/processed-payments.component.js +3 -2
  21. package/esm2015/lib/components/refund-list/refund-list.component.js +3 -2
  22. package/esm2015/lib/components/refund-status/refund-status.component.js +4 -3
  23. package/esm2015/lib/components/reports/reports.component.js +3 -2
  24. package/esm2015/lib/components/service-request/service-request.component.js +3 -2
  25. package/esm2015/lib/components/status-history/status-history.component.js +4 -3
  26. package/esm2015/lib/components/table/table.component.js +5 -4
  27. package/esm2015/lib/components/unprocessed-payments/unprocessed-payments.component.js +3 -2
  28. package/esm2015/lib/interfaces/AddRemissionRequest.js +3 -2
  29. package/esm2015/lib/interfaces/AddRetroRemissionRequest.js +3 -2
  30. package/esm2015/lib/interfaces/AllocatePaymentRequest.js +3 -2
  31. package/esm2015/lib/interfaces/IAllocationPaymentsRequest.js +3 -2
  32. package/esm2015/lib/interfaces/IBSPayments.js +3 -2
  33. package/esm2015/lib/interfaces/ICardDetails.js +3 -2
  34. package/esm2015/lib/interfaces/IFee.js +3 -2
  35. package/esm2015/lib/interfaces/IOrderReferenceFee.js +3 -2
  36. package/esm2015/lib/interfaces/IPatchRefundAction.js +3 -2
  37. package/esm2015/lib/interfaces/IPayment.js +3 -2
  38. package/esm2015/lib/interfaces/IPaymentFailure.js +3 -2
  39. package/esm2015/lib/interfaces/IPaymentGroup.js +3 -2
  40. package/esm2015/lib/interfaces/IPaymentStatus.js +3 -2
  41. package/esm2015/lib/interfaces/IPaymentView.js +3 -2
  42. package/esm2015/lib/interfaces/IPayments.js +3 -2
  43. package/esm2015/lib/interfaces/IRefundAction.js +3 -2
  44. package/esm2015/lib/interfaces/IRefundList.js +3 -2
  45. package/esm2015/lib/interfaces/IRefundReasons.js +3 -2
  46. package/esm2015/lib/interfaces/IRefundRejectReason.js +3 -2
  47. package/esm2015/lib/interfaces/IRefundStatus.js +3 -2
  48. package/esm2015/lib/interfaces/IRefundStatusHistory.js +3 -2
  49. package/esm2015/lib/interfaces/IRemission.js +3 -2
  50. package/esm2015/lib/interfaces/IResubmitRefundRequest.js +3 -2
  51. package/esm2015/lib/interfaces/IStatusHistories.js +3 -2
  52. package/esm2015/lib/interfaces/IStatusHistory.js +3 -2
  53. package/esm2015/lib/interfaces/IserviceRequestCardPayment.js +3 -2
  54. package/esm2015/lib/interfaces/IserviceRequestPbaPayment.js +3 -2
  55. package/esm2015/lib/interfaces/IssueRefundRequest.js +3 -2
  56. package/esm2015/lib/interfaces/PayhubAntennaRequest.js +3 -2
  57. package/esm2015/lib/interfaces/PaymentToPayhubRequest.js +3 -2
  58. package/esm2015/lib/interfaces/PostIssueRefundRetroRemission.js +3 -2
  59. package/esm2015/lib/interfaces/PostRefundRetroRemission.js +3 -2
  60. package/esm2015/lib/interfaces/RefundsRequest.js +3 -2
  61. package/esm2015/lib/interfaces/UnidentifiedPaymentsRequest.js +3 -2
  62. package/esm2015/lib/interfaces/UnsolicitedPaymentsRequest.js +3 -2
  63. package/esm2015/lib/payment-lib.component.js +3 -2
  64. package/esm2015/lib/payment-lib.module.js +3 -2
  65. package/esm2015/lib/payment-lib.service.js +4 -3
  66. package/esm2015/lib/pipes/capitalize.pipe.js +3 -2
  67. package/esm2015/lib/pipes/ccd-hyphens.pipe.js +3 -2
  68. package/esm2015/lib/pipes/key-value.pipe.js +3 -2
  69. package/esm2015/lib/pipes/sanitize-html.pipe.js +3 -2
  70. package/esm2015/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.js +4 -3
  71. package/esm2015/lib/services/card-details/card-details.service.js +4 -3
  72. package/esm2015/lib/services/case-transactions/case-transactions.service.js +4 -3
  73. package/esm2015/lib/services/orderslist.service.js +4 -3
  74. package/esm2015/lib/services/payment-list/payment-list.service.js +4 -3
  75. package/esm2015/lib/services/payment-view/payment-view.service.js +4 -3
  76. package/esm2015/lib/services/refunds/refunds.service.js +4 -3
  77. package/esm2015/lib/services/shared/error-handler.service.js +4 -3
  78. package/esm2015/lib/services/shared/httpclient/webcomponent.http.client.js +3 -2
  79. package/esm2015/lib/services/shared/logger/console-logger.service.js +4 -3
  80. package/esm2015/lib/services/shared/logger/logger.service.js +4 -3
  81. package/esm2015/lib/services/status-history/status-history.service.js +4 -3
  82. package/esm2015/lib/services/xl-file/xl-file.service.js +3 -2
  83. package/esm2015/public_api.js +3 -2
  84. package/esm5/hmcts-ccpay-web-component.js +3 -2
  85. package/esm5/lib/components/add-remission/add-remission.component.js +3 -2
  86. package/esm5/lib/components/allocate-payments/allocate-payments.component.js +3 -2
  87. package/esm5/lib/components/card-details/card-details.component.js +3 -2
  88. package/esm5/lib/components/case-transactions/case-transactions.component.js +3 -2
  89. package/esm5/lib/components/error-banner/error-banner.component.js +3 -2
  90. package/esm5/lib/components/fee-summary/fee-summary.component.js +3 -2
  91. package/esm5/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.js +3 -2
  92. package/esm5/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.js +3 -2
  93. package/esm5/lib/components/page-not-found.component.js +3 -2
  94. package/esm5/lib/components/payment-list/payment-list.component.js +3 -2
  95. package/esm5/lib/components/payment-view/payment-view.component.js +3 -2
  96. package/esm5/lib/components/pba-details/pba-details.component.js +3 -2
  97. package/esm5/lib/components/pba-payment/pba-payment.component.js +3 -2
  98. package/esm5/lib/components/process-refund/process-refund.component.js +3 -2
  99. package/esm5/lib/components/processed-payments/processed-payments.component.js +3 -2
  100. package/esm5/lib/components/refund-list/refund-list.component.js +3 -2
  101. package/esm5/lib/components/refund-status/refund-status.component.js +4 -3
  102. package/esm5/lib/components/reports/reports.component.js +3 -2
  103. package/esm5/lib/components/service-request/service-request.component.js +3 -2
  104. package/esm5/lib/components/status-history/status-history.component.js +4 -3
  105. package/esm5/lib/components/table/table.component.js +5 -4
  106. package/esm5/lib/components/unprocessed-payments/unprocessed-payments.component.js +3 -2
  107. package/esm5/lib/interfaces/AddRemissionRequest.js +3 -2
  108. package/esm5/lib/interfaces/AddRetroRemissionRequest.js +3 -2
  109. package/esm5/lib/interfaces/AllocatePaymentRequest.js +3 -2
  110. package/esm5/lib/interfaces/IAllocationPaymentsRequest.js +3 -2
  111. package/esm5/lib/interfaces/IBSPayments.js +3 -2
  112. package/esm5/lib/interfaces/ICardDetails.js +3 -2
  113. package/esm5/lib/interfaces/IFee.js +3 -2
  114. package/esm5/lib/interfaces/IOrderReferenceFee.js +3 -2
  115. package/esm5/lib/interfaces/IPatchRefundAction.js +3 -2
  116. package/esm5/lib/interfaces/IPayment.js +3 -2
  117. package/esm5/lib/interfaces/IPaymentFailure.js +3 -2
  118. package/esm5/lib/interfaces/IPaymentGroup.js +3 -2
  119. package/esm5/lib/interfaces/IPaymentStatus.js +3 -2
  120. package/esm5/lib/interfaces/IPaymentView.js +3 -2
  121. package/esm5/lib/interfaces/IPayments.js +3 -2
  122. package/esm5/lib/interfaces/IRefundAction.js +3 -2
  123. package/esm5/lib/interfaces/IRefundList.js +3 -2
  124. package/esm5/lib/interfaces/IRefundReasons.js +3 -2
  125. package/esm5/lib/interfaces/IRefundRejectReason.js +3 -2
  126. package/esm5/lib/interfaces/IRefundStatus.js +3 -2
  127. package/esm5/lib/interfaces/IRefundStatusHistory.js +3 -2
  128. package/esm5/lib/interfaces/IRemission.js +3 -2
  129. package/esm5/lib/interfaces/IResubmitRefundRequest.js +3 -2
  130. package/esm5/lib/interfaces/IStatusHistories.js +3 -2
  131. package/esm5/lib/interfaces/IStatusHistory.js +3 -2
  132. package/esm5/lib/interfaces/IserviceRequestCardPayment.js +3 -2
  133. package/esm5/lib/interfaces/IserviceRequestPbaPayment.js +3 -2
  134. package/esm5/lib/interfaces/IssueRefundRequest.js +3 -2
  135. package/esm5/lib/interfaces/PayhubAntennaRequest.js +3 -2
  136. package/esm5/lib/interfaces/PaymentToPayhubRequest.js +3 -2
  137. package/esm5/lib/interfaces/PostIssueRefundRetroRemission.js +3 -2
  138. package/esm5/lib/interfaces/PostRefundRetroRemission.js +3 -2
  139. package/esm5/lib/interfaces/RefundsRequest.js +3 -2
  140. package/esm5/lib/interfaces/UnidentifiedPaymentsRequest.js +3 -2
  141. package/esm5/lib/interfaces/UnsolicitedPaymentsRequest.js +3 -2
  142. package/esm5/lib/payment-lib.component.js +3 -2
  143. package/esm5/lib/payment-lib.module.js +3 -2
  144. package/esm5/lib/payment-lib.service.js +4 -3
  145. package/esm5/lib/pipes/capitalize.pipe.js +3 -2
  146. package/esm5/lib/pipes/ccd-hyphens.pipe.js +3 -2
  147. package/esm5/lib/pipes/key-value.pipe.js +3 -2
  148. package/esm5/lib/pipes/sanitize-html.pipe.js +3 -2
  149. package/esm5/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.js +4 -3
  150. package/esm5/lib/services/card-details/card-details.service.js +4 -3
  151. package/esm5/lib/services/case-transactions/case-transactions.service.js +4 -3
  152. package/esm5/lib/services/orderslist.service.js +4 -3
  153. package/esm5/lib/services/payment-list/payment-list.service.js +4 -3
  154. package/esm5/lib/services/payment-view/payment-view.service.js +4 -3
  155. package/esm5/lib/services/refunds/refunds.service.js +4 -3
  156. package/esm5/lib/services/shared/error-handler.service.js +4 -3
  157. package/esm5/lib/services/shared/httpclient/webcomponent.http.client.js +3 -2
  158. package/esm5/lib/services/shared/logger/console-logger.service.js +4 -3
  159. package/esm5/lib/services/shared/logger/logger.service.js +4 -3
  160. package/esm5/lib/services/status-history/status-history.service.js +4 -3
  161. package/esm5/lib/services/xl-file/xl-file.service.js +3 -2
  162. package/esm5/public_api.js +3 -2
  163. package/fesm2015/hmcts-ccpay-web-component.js +2347 -109
  164. package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
  165. package/fesm5/hmcts-ccpay-web-component.js +2356 -110
  166. package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
  167. package/hmcts-ccpay-web-component.metadata.json +1 -1
  168. package/package.json +1 -1
@@ -1,24 +1,25 @@
1
- import { _throw } from 'rxjs/observable/throw';
1
+ import { Injectable, ɵɵdefineInjectable, Component, ChangeDetectorRef, Input, ɵɵinject, EventEmitter, Output, Pipe, ViewChild, NgModule } from '@angular/core';
2
2
  import { BehaviorSubject } from 'rxjs';
3
3
  import { HttpClient, HttpHeaders, HttpClientModule } from '@angular/common/http';
4
+ import { Location, formatDate, CommonModule } from '@angular/common';
4
5
  import { catchError } from 'rxjs/operators';
6
+ import { _throw } from 'rxjs/observable/throw';
7
+ import { __values } from 'tslib';
5
8
  import { Meta, DomSanitizer } from '@angular/platform-browser';
6
- import { Location, formatDate, CommonModule } from '@angular/common';
9
+ import { FormControl, Validators, FormBuilder, FormsModule, ReactiveFormsModule } from '@angular/forms';
10
+ import { Router, ActivatedRoute } from '@angular/router';
7
11
  import { saveAs } from 'file-saver';
8
12
  import { utils, write } from 'xlsx';
9
13
  import { MatTableDataSource, MatTableModule } from '@angular/material/table';
10
- import { MatPaginator, MatPaginatorModule } from '@angular/material/paginator';
11
14
  import { MatSort, MatSortModule } from '@angular/material/sort';
15
+ import { MatPaginator, MatPaginatorModule } from '@angular/material/paginator';
12
16
  import { MatFormFieldModule } from '@angular/material/form-field';
13
17
  import { MatInputModule } from '@angular/material/input';
14
- import { FormBuilder, Validators, FormControl, FormsModule, ReactiveFormsModule } from '@angular/forms';
15
- import { __values } from 'tslib';
16
- import { ActivatedRoute, Router } from '@angular/router';
17
- import { Injectable, Component, Input, Output, EventEmitter, ViewChild, ChangeDetectorRef, Pipe, NgModule, defineInjectable, inject } from '@angular/core';
18
18
 
19
19
  /**
20
20
  * @fileoverview added by tsickle
21
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
21
+ * Generated from: lib/payment-lib.service.ts
22
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
22
23
  */
23
24
  var PaymentLibService = /** @class */ (function () {
24
25
  function PaymentLibService() {
@@ -110,13 +111,24 @@ var PaymentLibService = /** @class */ (function () {
110
111
  ];
111
112
  /** @nocollapse */
112
113
  PaymentLibService.ctorParameters = function () { return []; };
113
- /** @nocollapse */ PaymentLibService.ngInjectableDef = defineInjectable({ factory: function PaymentLibService_Factory() { return new PaymentLibService(); }, token: PaymentLibService, providedIn: "root" });
114
+ /** @nocollapse */ PaymentLibService.ngInjectableDef = ɵɵdefineInjectable({ factory: function PaymentLibService_Factory() { return new PaymentLibService(); }, token: PaymentLibService, providedIn: "root" });
114
115
  return PaymentLibService;
115
116
  }());
117
+ if (false) {
118
+ /** @type {?} */
119
+ PaymentLibService.prototype.API_ROOT;
120
+ /** @type {?} */
121
+ PaymentLibService.prototype.BULKSCAN_API_ROOT;
122
+ /** @type {?} */
123
+ PaymentLibService.prototype.REFUNDS_API_ROOT;
124
+ /** @type {?} */
125
+ PaymentLibService.prototype.CARDPAYMENTRETURNURL;
126
+ }
116
127
 
117
128
  /**
118
129
  * @fileoverview added by tsickle
119
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
130
+ * Generated from: lib/services/orderslist.service.ts
131
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
120
132
  */
121
133
  var OrderslistService = /** @class */ (function () {
122
134
  function OrderslistService() {
@@ -519,19 +531,138 @@ var OrderslistService = /** @class */ (function () {
519
531
  ];
520
532
  /** @nocollapse */
521
533
  OrderslistService.ctorParameters = function () { return []; };
522
- /** @nocollapse */ OrderslistService.ngInjectableDef = defineInjectable({ factory: function OrderslistService_Factory() { return new OrderslistService(); }, token: OrderslistService, providedIn: "root" });
534
+ /** @nocollapse */ OrderslistService.ngInjectableDef = ɵɵdefineInjectable({ factory: function OrderslistService_Factory() { return new OrderslistService(); }, token: OrderslistService, providedIn: "root" });
523
535
  return OrderslistService;
524
536
  }());
537
+ if (false) {
538
+ /**
539
+ * @type {?}
540
+ * @private
541
+ */
542
+ OrderslistService.prototype.ordersList;
543
+ /**
544
+ * @type {?}
545
+ * @private
546
+ */
547
+ OrderslistService.prototype.refundView;
548
+ /**
549
+ * @type {?}
550
+ * @private
551
+ */
552
+ OrderslistService.prototype.caseType;
553
+ /** @type {?} */
554
+ OrderslistService.prototype.getcaseType;
555
+ /**
556
+ * @type {?}
557
+ * @private
558
+ */
559
+ OrderslistService.prototype.feeExists;
560
+ /** @type {?} */
561
+ OrderslistService.prototype.getFeeExist;
562
+ /**
563
+ * @type {?}
564
+ * @private
565
+ */
566
+ OrderslistService.prototype.ccdCaseNumber;
567
+ /** @type {?} */
568
+ OrderslistService.prototype.getCCDCaseNumberforRefund;
569
+ /**
570
+ * @type {?}
571
+ * @private
572
+ */
573
+ OrderslistService.prototype.isFromServiceRequestPage;
574
+ /** @type {?} */
575
+ OrderslistService.prototype.getisFromServiceRequestPage;
576
+ /**
577
+ * @type {?}
578
+ * @private
579
+ */
580
+ OrderslistService.prototype.OrderRefId;
581
+ /** @type {?} */
582
+ OrderslistService.prototype.getOrderRefId;
583
+ /**
584
+ * @type {?}
585
+ * @private
586
+ */
587
+ OrderslistService.prototype.navigationPage;
588
+ /** @type {?} */
589
+ OrderslistService.prototype.getnavigationPage;
590
+ /**
591
+ * @type {?}
592
+ * @private
593
+ */
594
+ OrderslistService.prototype.orderRef;
595
+ /** @type {?} */
596
+ OrderslistService.prototype.getorderRef;
597
+ /**
598
+ * @type {?}
599
+ * @private
600
+ */
601
+ OrderslistService.prototype.orderCCDEvent;
602
+ /** @type {?} */
603
+ OrderslistService.prototype.getorderCCDEvent;
604
+ /**
605
+ * @type {?}
606
+ * @private
607
+ */
608
+ OrderslistService.prototype.orderCreated;
609
+ /** @type {?} */
610
+ OrderslistService.prototype.getorderCreated;
611
+ /**
612
+ * @type {?}
613
+ * @private
614
+ */
615
+ OrderslistService.prototype.orderParty;
616
+ /** @type {?} */
617
+ OrderslistService.prototype.getorderParty;
618
+ /**
619
+ * @type {?}
620
+ * @private
621
+ */
622
+ OrderslistService.prototype.orderRemissionTotal;
623
+ /** @type {?} */
624
+ OrderslistService.prototype.getorderRemissionTotal;
625
+ /**
626
+ * @type {?}
627
+ * @private
628
+ */
629
+ OrderslistService.prototype.orderFeesTotal;
630
+ /** @type {?} */
631
+ OrderslistService.prototype.getorderFeesTotal;
632
+ /**
633
+ * @type {?}
634
+ * @private
635
+ */
636
+ OrderslistService.prototype.orderTotalPayments;
637
+ /** @type {?} */
638
+ OrderslistService.prototype.getorderTotalPayments;
639
+ /**
640
+ * @type {?}
641
+ * @private
642
+ */
643
+ OrderslistService.prototype.rolesList;
644
+ /**
645
+ * @type {?}
646
+ * @private
647
+ */
648
+ OrderslistService.prototype.orderDetail;
649
+ /**
650
+ * @type {?}
651
+ * @private
652
+ */
653
+ OrderslistService.prototype.paymentPageView;
654
+ }
525
655
 
526
656
  /**
527
657
  * @fileoverview added by tsickle
528
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
658
+ * Generated from: lib/payment-lib.component.ts
659
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
529
660
  */
530
661
  var PaymentLibComponent = /** @class */ (function () {
531
- function PaymentLibComponent(paymentLibService, cd, OrderslistService$$1) {
662
+ function PaymentLibComponent(paymentLibService, cd, OrderslistService) {
532
663
  this.paymentLibService = paymentLibService;
533
664
  this.cd = cd;
534
- this.OrderslistService = OrderslistService$$1;
665
+ this.OrderslistService = OrderslistService;
535
666
  this.unProcessedPaymentServiceId = null;
536
667
  this.unProcessedPayment = null;
537
668
  this.orderFeesTotal = 0.00;
@@ -626,10 +757,140 @@ var PaymentLibComponent = /** @class */ (function () {
626
757
  };
627
758
  return PaymentLibComponent;
628
759
  }());
760
+ if (false) {
761
+ /** @type {?} */
762
+ PaymentLibComponent.prototype.API_ROOT;
763
+ /** @type {?} */
764
+ PaymentLibComponent.prototype.BULKSCAN_API_ROOT;
765
+ /** @type {?} */
766
+ PaymentLibComponent.prototype.REFUNDS_API_ROOT;
767
+ /** @type {?} */
768
+ PaymentLibComponent.prototype.CARDPAYMENTRETURNURL;
769
+ /** @type {?} */
770
+ PaymentLibComponent.prototype.CCD_CASE_NUMBER;
771
+ /** @type {?} */
772
+ PaymentLibComponent.prototype.EXC_REFERENCE;
773
+ /** @type {?} */
774
+ PaymentLibComponent.prototype.PAYMENT_METHOD;
775
+ /** @type {?} */
776
+ PaymentLibComponent.prototype.VIEW;
777
+ /** @type {?} */
778
+ PaymentLibComponent.prototype.VIEWSERVICE;
779
+ /** @type {?} */
780
+ PaymentLibComponent.prototype.PAYMENT_GROUP_REF;
781
+ /** @type {?} */
782
+ PaymentLibComponent.prototype.TAKEPAYMENT;
783
+ /** @type {?} */
784
+ PaymentLibComponent.prototype.SERVICEREQUEST;
785
+ /** @type {?} */
786
+ PaymentLibComponent.prototype.DCN_NUMBER;
787
+ /** @type {?} */
788
+ PaymentLibComponent.prototype.SELECTED_OPTION;
789
+ /** @type {?} */
790
+ PaymentLibComponent.prototype.ISBSENABLE;
791
+ /** @type {?} */
792
+ PaymentLibComponent.prototype.ISSFENABLE;
793
+ /** @type {?} */
794
+ PaymentLibComponent.prototype.ISTURNOFF;
795
+ /** @type {?} */
796
+ PaymentLibComponent.prototype.CASETYPE;
797
+ /** @type {?} */
798
+ PaymentLibComponent.prototype.ISPAYMENTSTATUSENABLED;
799
+ /** @type {?} */
800
+ PaymentLibComponent.prototype.rootUrl;
801
+ /** @type {?} */
802
+ PaymentLibComponent.prototype.REFUNDLIST;
803
+ /** @type {?} */
804
+ PaymentLibComponent.prototype.USERID;
805
+ /** @type {?} */
806
+ PaymentLibComponent.prototype.LOGGEDINUSERROLES;
807
+ /** @type {?} */
808
+ PaymentLibComponent.prototype.LOGGEDINUSEREMAIL;
809
+ /** @type {?} */
810
+ PaymentLibComponent.prototype.isFromServiceRequestPage;
811
+ /** @type {?} */
812
+ PaymentLibComponent.prototype.paymentMethod;
813
+ /** @type {?} */
814
+ PaymentLibComponent.prototype.bspaymentdcn;
815
+ /** @type {?} */
816
+ PaymentLibComponent.prototype.unProcessedPaymentServiceId;
817
+ /** @type {?} */
818
+ PaymentLibComponent.prototype.paymentGroupReference;
819
+ /** @type {?} */
820
+ PaymentLibComponent.prototype.paymentReference;
821
+ /** @type {?} */
822
+ PaymentLibComponent.prototype.refundReference;
823
+ /** @type {?} */
824
+ PaymentLibComponent.prototype.refundlistsource;
825
+ /** @type {?} */
826
+ PaymentLibComponent.prototype.viewName;
827
+ /** @type {?} */
828
+ PaymentLibComponent.prototype.isTurnOff;
829
+ /** @type {?} */
830
+ PaymentLibComponent.prototype.caseType;
831
+ /** @type {?} */
832
+ PaymentLibComponent.prototype.unProcessedPayment;
833
+ /** @type {?} */
834
+ PaymentLibComponent.prototype.isRefundStatusView;
835
+ /** @type {?} */
836
+ PaymentLibComponent.prototype.isRedirectFromCaseTransactionPage;
837
+ /** @type {?} */
838
+ PaymentLibComponent.prototype.isCallFromRefundList;
839
+ /** @type {?} */
840
+ PaymentLibComponent.prototype.isFromRefundStatusPage;
841
+ /** @type {?} */
842
+ PaymentLibComponent.prototype.iscancelClicked;
843
+ /** @type {?} */
844
+ PaymentLibComponent.prototype.isFromPaymentDetailPage;
845
+ /** @type {?} */
846
+ PaymentLibComponent.prototype.pbaPayOrderRef;
847
+ /** @type {?} */
848
+ PaymentLibComponent.prototype.isTakePayment;
849
+ /** @type {?} */
850
+ PaymentLibComponent.prototype.orderDetail;
851
+ /** @type {?} */
852
+ PaymentLibComponent.prototype.orderRef;
853
+ /** @type {?} */
854
+ PaymentLibComponent.prototype.orderStatus;
855
+ /** @type {?} */
856
+ PaymentLibComponent.prototype.orderParty;
857
+ /** @type {?} */
858
+ PaymentLibComponent.prototype.orderCreated;
859
+ /** @type {?} */
860
+ PaymentLibComponent.prototype.orderCCDEvent;
861
+ /** @type {?} */
862
+ PaymentLibComponent.prototype.serviceRequestValue;
863
+ /** @type {?} */
864
+ PaymentLibComponent.prototype.orderAddBtnEnable;
865
+ /** @type {?} */
866
+ PaymentLibComponent.prototype.orderFeesTotal;
867
+ /** @type {?} */
868
+ PaymentLibComponent.prototype.orderRemissionTotal;
869
+ /** @type {?} */
870
+ PaymentLibComponent.prototype.orderTotalPayments;
871
+ /** @type {?} */
872
+ PaymentLibComponent.prototype.orderPendingPayments;
873
+ /**
874
+ * @type {?}
875
+ * @private
876
+ */
877
+ PaymentLibComponent.prototype.paymentLibService;
878
+ /**
879
+ * @type {?}
880
+ * @private
881
+ */
882
+ PaymentLibComponent.prototype.cd;
883
+ /**
884
+ * @type {?}
885
+ * @private
886
+ */
887
+ PaymentLibComponent.prototype.OrderslistService;
888
+ }
629
889
 
630
890
  /**
631
891
  * @fileoverview added by tsickle
632
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
892
+ * Generated from: lib/services/shared/error-handler.service.ts
893
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
633
894
  */
634
895
  var ErrorHandlerService = /** @class */ (function () {
635
896
  function ErrorHandlerService() {
@@ -746,14 +1007,40 @@ var ErrorHandlerService = /** @class */ (function () {
746
1007
  ];
747
1008
  /** @nocollapse */
748
1009
  ErrorHandlerService.ctorParameters = function () { return []; };
749
- /** @nocollapse */ ErrorHandlerService.ngInjectableDef = defineInjectable({ factory: function ErrorHandlerService_Factory() { return new ErrorHandlerService(); }, token: ErrorHandlerService, providedIn: "root" });
1010
+ /** @nocollapse */ ErrorHandlerService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ErrorHandlerService_Factory() { return new ErrorHandlerService(); }, token: ErrorHandlerService, providedIn: "root" });
750
1011
  return ErrorHandlerService;
751
1012
  }());
752
1013
 
753
1014
  /**
754
1015
  * @fileoverview added by tsickle
755
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1016
+ * Generated from: lib/services/shared/logger/logger.service.ts
1017
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
756
1018
  */
1019
+ /** @type {?} */
1020
+ var noop = (/**
1021
+ * @return {?}
1022
+ */
1023
+ function () { return undefined; });
1024
+ var ɵ0 = noop;
1025
+ /**
1026
+ * @abstract
1027
+ */
1028
+ var /**
1029
+ * @abstract
1030
+ */
1031
+ Logger = /** @class */ (function () {
1032
+ function Logger() {
1033
+ }
1034
+ return Logger;
1035
+ }());
1036
+ if (false) {
1037
+ /** @type {?} */
1038
+ Logger.prototype.info;
1039
+ /** @type {?} */
1040
+ Logger.prototype.warn;
1041
+ /** @type {?} */
1042
+ Logger.prototype.error;
1043
+ }
757
1044
  var LoggerService = /** @class */ (function () {
758
1045
  function LoggerService() {
759
1046
  }
@@ -773,13 +1060,22 @@ var LoggerService = /** @class */ (function () {
773
1060
  providedIn: 'root'
774
1061
  },] }
775
1062
  ];
776
- /** @nocollapse */ LoggerService.ngInjectableDef = defineInjectable({ factory: function LoggerService_Factory() { return new LoggerService(); }, token: LoggerService, providedIn: "root" });
1063
+ /** @nocollapse */ LoggerService.ngInjectableDef = ɵɵdefineInjectable({ factory: function LoggerService_Factory() { return new LoggerService(); }, token: LoggerService, providedIn: "root" });
777
1064
  return LoggerService;
778
1065
  }());
1066
+ if (false) {
1067
+ /** @type {?} */
1068
+ LoggerService.prototype.info;
1069
+ /** @type {?} */
1070
+ LoggerService.prototype.warn;
1071
+ /** @type {?} */
1072
+ LoggerService.prototype.error;
1073
+ }
779
1074
 
780
1075
  /**
781
1076
  * @fileoverview added by tsickle
782
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1077
+ * Generated from: lib/services/payment-list/payment-list.service.ts
1078
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
783
1079
  */
784
1080
  var PaymentListService = /** @class */ (function () {
785
1081
  function PaymentListService(http, logger, errorHandlerService, paymentLibService) {
@@ -817,13 +1113,38 @@ var PaymentListService = /** @class */ (function () {
817
1113
  { type: ErrorHandlerService },
818
1114
  { type: PaymentLibService }
819
1115
  ]; };
820
- /** @nocollapse */ PaymentListService.ngInjectableDef = defineInjectable({ factory: function PaymentListService_Factory() { return new PaymentListService(inject(HttpClient), inject(LoggerService), inject(ErrorHandlerService), inject(PaymentLibService)); }, token: PaymentListService, providedIn: "root" });
1116
+ /** @nocollapse */ PaymentListService.ngInjectableDef = ɵɵdefineInjectable({ factory: function PaymentListService_Factory() { return new PaymentListService(ɵɵinject(HttpClient), ɵɵinject(LoggerService), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: PaymentListService, providedIn: "root" });
821
1117
  return PaymentListService;
822
1118
  }());
1119
+ if (false) {
1120
+ /** @type {?} */
1121
+ PaymentListService.prototype.payments;
1122
+ /**
1123
+ * @type {?}
1124
+ * @private
1125
+ */
1126
+ PaymentListService.prototype.http;
1127
+ /**
1128
+ * @type {?}
1129
+ * @private
1130
+ */
1131
+ PaymentListService.prototype.logger;
1132
+ /**
1133
+ * @type {?}
1134
+ * @private
1135
+ */
1136
+ PaymentListService.prototype.errorHandlerService;
1137
+ /**
1138
+ * @type {?}
1139
+ * @private
1140
+ */
1141
+ PaymentListService.prototype.paymentLibService;
1142
+ }
823
1143
 
824
1144
  /**
825
1145
  * @fileoverview added by tsickle
826
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1146
+ * Generated from: lib/components/payment-list/payment-list.component.ts
1147
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
827
1148
  */
828
1149
  var PaymentListComponent = /** @class */ (function () {
829
1150
  function PaymentListComponent(paymentListService, paymentLibComponent) {
@@ -881,10 +1202,29 @@ var PaymentListComponent = /** @class */ (function () {
881
1202
  ]; };
882
1203
  return PaymentListComponent;
883
1204
  }());
1205
+ if (false) {
1206
+ /** @type {?} */
1207
+ PaymentListComponent.prototype.payments;
1208
+ /** @type {?} */
1209
+ PaymentListComponent.prototype.errorMessage;
1210
+ /** @type {?} */
1211
+ PaymentListComponent.prototype.code;
1212
+ /**
1213
+ * @type {?}
1214
+ * @private
1215
+ */
1216
+ PaymentListComponent.prototype.paymentListService;
1217
+ /**
1218
+ * @type {?}
1219
+ * @private
1220
+ */
1221
+ PaymentListComponent.prototype.paymentLibComponent;
1222
+ }
884
1223
 
885
1224
  /**
886
1225
  * @fileoverview added by tsickle
887
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1226
+ * Generated from: lib/services/shared/httpclient/webcomponent.http.client.ts
1227
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
888
1228
  */
889
1229
  var WebComponentHttpClient = /** @class */ (function () {
890
1230
  function WebComponentHttpClient(http, meta) {
@@ -1032,10 +1372,23 @@ var WebComponentHttpClient = /** @class */ (function () {
1032
1372
  ]; };
1033
1373
  return WebComponentHttpClient;
1034
1374
  }());
1375
+ if (false) {
1376
+ /**
1377
+ * @type {?}
1378
+ * @private
1379
+ */
1380
+ WebComponentHttpClient.prototype.http;
1381
+ /**
1382
+ * @type {?}
1383
+ * @private
1384
+ */
1385
+ WebComponentHttpClient.prototype.meta;
1386
+ }
1035
1387
 
1036
1388
  /**
1037
1389
  * @fileoverview added by tsickle
1038
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1390
+ * Generated from: lib/services/payment-view/payment-view.service.ts
1391
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1039
1392
  */
1040
1393
  var PaymentViewService = /** @class */ (function () {
1041
1394
  function PaymentViewService(http, https, logger, errorHandlerService, paymentLibService) {
@@ -1393,21 +1746,61 @@ var PaymentViewService = /** @class */ (function () {
1393
1746
  { type: ErrorHandlerService },
1394
1747
  { type: PaymentLibService }
1395
1748
  ]; };
1396
- /** @nocollapse */ PaymentViewService.ngInjectableDef = defineInjectable({ factory: function PaymentViewService_Factory() { return new PaymentViewService(inject(HttpClient), inject(WebComponentHttpClient), inject(LoggerService), inject(ErrorHandlerService), inject(PaymentLibService)); }, token: PaymentViewService, providedIn: "root" });
1749
+ /** @nocollapse */ PaymentViewService.ngInjectableDef = ɵɵdefineInjectable({ factory: function PaymentViewService_Factory() { return new PaymentViewService(ɵɵinject(HttpClient), ɵɵinject(WebComponentHttpClient), ɵɵinject(LoggerService), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: PaymentViewService, providedIn: "root" });
1397
1750
  return PaymentViewService;
1398
1751
  }());
1752
+ if (false) {
1753
+ /**
1754
+ * @type {?}
1755
+ * @private
1756
+ */
1757
+ PaymentViewService.prototype.ordersList;
1758
+ /**
1759
+ * @type {?}
1760
+ * @private
1761
+ */
1762
+ PaymentViewService.prototype.meta;
1763
+ /**
1764
+ * @type {?}
1765
+ * @private
1766
+ */
1767
+ PaymentViewService.prototype.http;
1768
+ /**
1769
+ * @type {?}
1770
+ * @private
1771
+ */
1772
+ PaymentViewService.prototype.https;
1773
+ /**
1774
+ * @type {?}
1775
+ * @private
1776
+ */
1777
+ PaymentViewService.prototype.logger;
1778
+ /**
1779
+ * @type {?}
1780
+ * @private
1781
+ */
1782
+ PaymentViewService.prototype.errorHandlerService;
1783
+ /**
1784
+ * @type {?}
1785
+ * @private
1786
+ */
1787
+ PaymentViewService.prototype.paymentLibService;
1788
+ }
1399
1789
 
1400
1790
  /**
1401
1791
  * @fileoverview added by tsickle
1402
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1792
+ * Generated from: lib/components/payment-view/payment-view.component.ts
1793
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1403
1794
  */
1795
+ /** @type {?} */
1796
+ var BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';
1404
1797
  var PaymentViewComponent = /** @class */ (function () {
1405
- function PaymentViewComponent(paymentViewService, paymentLibComponent, cd, OrderslistService$$1) {
1798
+ function PaymentViewComponent(paymentViewService, paymentLibComponent, cd, OrderslistService) {
1406
1799
  var _this = this;
1407
1800
  this.paymentViewService = paymentViewService;
1408
1801
  this.paymentLibComponent = paymentLibComponent;
1409
1802
  this.cd = cd;
1410
- this.OrderslistService = OrderslistService$$1;
1803
+ this.OrderslistService = OrderslistService;
1411
1804
  this.isRefundRemission = false;
1412
1805
  this.isAddFeeBtnEnabled = false;
1413
1806
  this.isIssueRefunfBtnEnable = false;
@@ -1756,6 +2149,7 @@ var PaymentViewComponent = /** @class */ (function () {
1756
2149
  else {
1757
2150
  return false;
1758
2151
  }
2152
+ ;
1759
2153
  }
1760
2154
  };
1761
2155
  /**
@@ -1828,6 +2222,7 @@ var PaymentViewComponent = /** @class */ (function () {
1828
2222
  else {
1829
2223
  return false;
1830
2224
  }
2225
+ ;
1831
2226
  };
1832
2227
  /**
1833
2228
  * @return {?}
@@ -1954,10 +2349,115 @@ var PaymentViewComponent = /** @class */ (function () {
1954
2349
  };
1955
2350
  return PaymentViewComponent;
1956
2351
  }());
2352
+ if (false) {
2353
+ /** @type {?} */
2354
+ PaymentViewComponent.prototype.isTurnOff;
2355
+ /** @type {?} */
2356
+ PaymentViewComponent.prototype.isTakePayment;
2357
+ /** @type {?} */
2358
+ PaymentViewComponent.prototype.caseType;
2359
+ /** @type {?} */
2360
+ PaymentViewComponent.prototype.orderRef;
2361
+ /** @type {?} */
2362
+ PaymentViewComponent.prototype.orderStatus;
2363
+ /** @type {?} */
2364
+ PaymentViewComponent.prototype.orderTotalPayments;
2365
+ /** @type {?} */
2366
+ PaymentViewComponent.prototype.payment;
2367
+ /** @type {?} */
2368
+ PaymentViewComponent.prototype.LOGGEDINUSERROLES;
2369
+ /** @type {?} */
2370
+ PaymentViewComponent.prototype.ISPAYMENTSTATUSENABLED;
2371
+ /** @type {?} */
2372
+ PaymentViewComponent.prototype.orderParty;
2373
+ /** @type {?} */
2374
+ PaymentViewComponent.prototype.orderCreated;
2375
+ /** @type {?} */
2376
+ PaymentViewComponent.prototype.orderCCDEvent;
2377
+ /** @type {?} */
2378
+ PaymentViewComponent.prototype.orderFeesTotal;
2379
+ /** @type {?} */
2380
+ PaymentViewComponent.prototype.orderRemissionTotal;
2381
+ /** @type {?} */
2382
+ PaymentViewComponent.prototype.orderDetail;
2383
+ /** @type {?} */
2384
+ PaymentViewComponent.prototype.isServiceRequest;
2385
+ /** @type {?} */
2386
+ PaymentViewComponent.prototype.errorMsg;
2387
+ /** @type {?} */
2388
+ PaymentViewComponent.prototype.paymentGroup;
2389
+ /** @type {?} */
2390
+ PaymentViewComponent.prototype.errorMessage;
2391
+ /** @type {?} */
2392
+ PaymentViewComponent.prototype.ccdCaseNumber;
2393
+ /** @type {?} */
2394
+ PaymentViewComponent.prototype.selectedOption;
2395
+ /** @type {?} */
2396
+ PaymentViewComponent.prototype.dcnNumber;
2397
+ /** @type {?} */
2398
+ PaymentViewComponent.prototype.isStatusAllocated;
2399
+ /** @type {?} */
2400
+ PaymentViewComponent.prototype.isRemissionsMatch;
2401
+ /** @type {?} */
2402
+ PaymentViewComponent.prototype.feeId;
2403
+ /** @type {?} */
2404
+ PaymentViewComponent.prototype.viewStatus;
2405
+ /** @type {?} */
2406
+ PaymentViewComponent.prototype.isRefundRemission;
2407
+ /** @type {?} */
2408
+ PaymentViewComponent.prototype.isStrategicFixEnable;
2409
+ /** @type {?} */
2410
+ PaymentViewComponent.prototype.isAddFeeBtnEnabled;
2411
+ /** @type {?} */
2412
+ PaymentViewComponent.prototype.isIssueRefunfBtnEnable;
2413
+ /** @type {?} */
2414
+ PaymentViewComponent.prototype.allowedRolesToAccessRefund;
2415
+ /** @type {?} */
2416
+ PaymentViewComponent.prototype.remissions;
2417
+ /** @type {?} */
2418
+ PaymentViewComponent.prototype.allPaymentsFailure;
2419
+ /** @type {?} */
2420
+ PaymentViewComponent.prototype.selectedPaymentsStatus;
2421
+ /** @type {?} */
2422
+ PaymentViewComponent.prototype.remissionFeeAmt;
2423
+ /** @type {?} */
2424
+ PaymentViewComponent.prototype.isRefundRemissionBtnEnable;
2425
+ /** @type {?} */
2426
+ PaymentViewComponent.prototype.serviceReference;
2427
+ /** @type {?} */
2428
+ PaymentViewComponent.prototype.isFromServiceRequestPage;
2429
+ /** @type {?} */
2430
+ PaymentViewComponent.prototype.isFromPaymentDetailPage;
2431
+ /** @type {?} */
2432
+ PaymentViewComponent.prototype.check4AllowedRoles2AccessRefund;
2433
+ /** @type {?} */
2434
+ PaymentViewComponent.prototype.allowFurtherAccessAfter4Days;
2435
+ /**
2436
+ * @type {?}
2437
+ * @private
2438
+ */
2439
+ PaymentViewComponent.prototype.paymentViewService;
2440
+ /**
2441
+ * @type {?}
2442
+ * @private
2443
+ */
2444
+ PaymentViewComponent.prototype.paymentLibComponent;
2445
+ /**
2446
+ * @type {?}
2447
+ * @private
2448
+ */
2449
+ PaymentViewComponent.prototype.cd;
2450
+ /**
2451
+ * @type {?}
2452
+ * @private
2453
+ */
2454
+ PaymentViewComponent.prototype.OrderslistService;
2455
+ }
1957
2456
 
1958
2457
  /**
1959
2458
  * @fileoverview added by tsickle
1960
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2459
+ * Generated from: lib/services/refunds/refunds.service.ts
2460
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1961
2461
  */
1962
2462
  var RefundsService = /** @class */ (function () {
1963
2463
  function RefundsService(http, https, errorHandlerService, paymentLibService, meta) {
@@ -2166,19 +2666,47 @@ var RefundsService = /** @class */ (function () {
2166
2666
  { type: PaymentLibService },
2167
2667
  { type: Meta }
2168
2668
  ]; };
2169
- /** @nocollapse */ RefundsService.ngInjectableDef = defineInjectable({ factory: function RefundsService_Factory() { return new RefundsService(inject(HttpClient), inject(WebComponentHttpClient), inject(ErrorHandlerService), inject(PaymentLibService), inject(Meta)); }, token: RefundsService, providedIn: "root" });
2669
+ /** @nocollapse */ RefundsService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RefundsService_Factory() { return new RefundsService(ɵɵinject(HttpClient), ɵɵinject(WebComponentHttpClient), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService), ɵɵinject(Meta)); }, token: RefundsService, providedIn: "root" });
2170
2670
  return RefundsService;
2171
2671
  }());
2672
+ if (false) {
2673
+ /**
2674
+ * @type {?}
2675
+ * @private
2676
+ */
2677
+ RefundsService.prototype.http;
2678
+ /**
2679
+ * @type {?}
2680
+ * @private
2681
+ */
2682
+ RefundsService.prototype.https;
2683
+ /**
2684
+ * @type {?}
2685
+ * @private
2686
+ */
2687
+ RefundsService.prototype.errorHandlerService;
2688
+ /**
2689
+ * @type {?}
2690
+ * @private
2691
+ */
2692
+ RefundsService.prototype.paymentLibService;
2693
+ /**
2694
+ * @type {?}
2695
+ * @private
2696
+ */
2697
+ RefundsService.prototype.meta;
2698
+ }
2172
2699
 
2173
2700
  /**
2174
2701
  * @fileoverview added by tsickle
2175
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2702
+ * Generated from: lib/components/process-refund/process-refund.component.ts
2703
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2176
2704
  */
2177
2705
  var ProcessRefundComponent = /** @class */ (function () {
2178
- function ProcessRefundComponent(RefundsService$$1, formBuilder, OrderslistService$$1, paymentLibComponent, router, activeRoute) {
2179
- this.RefundsService = RefundsService$$1;
2706
+ function ProcessRefundComponent(RefundsService, formBuilder, OrderslistService, paymentLibComponent, router, activeRoute) {
2707
+ this.RefundsService = RefundsService;
2180
2708
  this.formBuilder = formBuilder;
2181
- this.OrderslistService = OrderslistService$$1;
2709
+ this.OrderslistService = OrderslistService;
2182
2710
  this.paymentLibComponent = paymentLibComponent;
2183
2711
  this.router = router;
2184
2712
  this.activeRoute = activeRoute;
@@ -2616,10 +3144,93 @@ var ProcessRefundComponent = /** @class */ (function () {
2616
3144
  };
2617
3145
  return ProcessRefundComponent;
2618
3146
  }());
3147
+ if (false) {
3148
+ /** @type {?} */
3149
+ ProcessRefundComponent.prototype.refundReference;
3150
+ /** @type {?} */
3151
+ ProcessRefundComponent.prototype.refundlistsource;
3152
+ /** @type {?} */
3153
+ ProcessRefundComponent.prototype.processRefundForm;
3154
+ /** @type {?} */
3155
+ ProcessRefundComponent.prototype.errorMessage;
3156
+ /** @type {?} */
3157
+ ProcessRefundComponent.prototype.sendmeback;
3158
+ /** @type {?} */
3159
+ ProcessRefundComponent.prototype.viewStatus;
3160
+ /** @type {?} */
3161
+ ProcessRefundComponent.prototype.refundActionList;
3162
+ /** @type {?} */
3163
+ ProcessRefundComponent.prototype.refundRejectReasonList;
3164
+ /** @type {?} */
3165
+ ProcessRefundComponent.prototype.isSendMeBackClicked;
3166
+ /** @type {?} */
3167
+ ProcessRefundComponent.prototype.isRejectClicked;
3168
+ /** @type {?} */
3169
+ ProcessRefundComponent.prototype.isOtherClicked;
3170
+ /** @type {?} */
3171
+ ProcessRefundComponent.prototype.isSuccesspageEnable;
3172
+ /** @type {?} */
3173
+ ProcessRefundComponent.prototype.refundActionsHasError;
3174
+ /** @type {?} */
3175
+ ProcessRefundComponent.prototype.refundRejectReasonHasError;
3176
+ /** @type {?} */
3177
+ ProcessRefundComponent.prototype.isReasonFieldEmpty;
3178
+ /** @type {?} */
3179
+ ProcessRefundComponent.prototype.isReasonFieldInvalid;
3180
+ /** @type {?} */
3181
+ ProcessRefundComponent.prototype.reasonFieldMinHasError;
3182
+ /** @type {?} */
3183
+ ProcessRefundComponent.prototype.reasonFieldMaxHasError;
3184
+ /** @type {?} */
3185
+ ProcessRefundComponent.prototype.isReasonEmpty;
3186
+ /** @type {?} */
3187
+ ProcessRefundComponent.prototype.isReasonInvalid;
3188
+ /** @type {?} */
3189
+ ProcessRefundComponent.prototype.successMsg;
3190
+ /** @type {?} */
3191
+ ProcessRefundComponent.prototype.navigationpage;
3192
+ /** @type {?} */
3193
+ ProcessRefundComponent.prototype.ccdCaseNumber;
3194
+ /** @type {?} */
3195
+ ProcessRefundComponent.prototype.isFromRefundListPage;
3196
+ /** @type {?} */
3197
+ ProcessRefundComponent.prototype.isConfirmButtondisabled;
3198
+ /**
3199
+ * @type {?}
3200
+ * @private
3201
+ */
3202
+ ProcessRefundComponent.prototype.RefundsService;
3203
+ /**
3204
+ * @type {?}
3205
+ * @private
3206
+ */
3207
+ ProcessRefundComponent.prototype.formBuilder;
3208
+ /**
3209
+ * @type {?}
3210
+ * @private
3211
+ */
3212
+ ProcessRefundComponent.prototype.OrderslistService;
3213
+ /**
3214
+ * @type {?}
3215
+ * @private
3216
+ */
3217
+ ProcessRefundComponent.prototype.paymentLibComponent;
3218
+ /**
3219
+ * @type {?}
3220
+ * @private
3221
+ */
3222
+ ProcessRefundComponent.prototype.router;
3223
+ /**
3224
+ * @type {?}
3225
+ * @private
3226
+ */
3227
+ ProcessRefundComponent.prototype.activeRoute;
3228
+ }
2619
3229
 
2620
3230
  /**
2621
3231
  * @fileoverview added by tsickle
2622
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3232
+ * Generated from: lib/components/refund-list/refund-list.component.ts
3233
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2623
3234
  */
2624
3235
  var RefundListComponent = /** @class */ (function () {
2625
3236
  function RefundListComponent(refundService) {
@@ -2706,10 +3317,48 @@ var RefundListComponent = /** @class */ (function () {
2706
3317
  };
2707
3318
  return RefundListComponent;
2708
3319
  }());
3320
+ if (false) {
3321
+ /** @type {?} */
3322
+ RefundListComponent.prototype.USERID;
3323
+ /** @type {?} */
3324
+ RefundListComponent.prototype.LOGGEDINUSERROLES;
3325
+ /** @type {?} */
3326
+ RefundListComponent.prototype.LOGGEDINUSEREMAIL;
3327
+ /** @type {?} */
3328
+ RefundListComponent.prototype.tableApprovalHeader;
3329
+ /** @type {?} */
3330
+ RefundListComponent.prototype.tableRejectedHeader;
3331
+ /** @type {?} */
3332
+ RefundListComponent.prototype.submittedRefundList;
3333
+ /** @type {?} */
3334
+ RefundListComponent.prototype.rejectedRefundList;
3335
+ /** @type {?} */
3336
+ RefundListComponent.prototype.approvalStatus;
3337
+ /** @type {?} */
3338
+ RefundListComponent.prototype.rejectStatus;
3339
+ /** @type {?} */
3340
+ RefundListComponent.prototype.errorMessage;
3341
+ /** @type {?} */
3342
+ RefundListComponent.prototype.isApproveTableVisible;
3343
+ /** @type {?} */
3344
+ RefundListComponent.prototype.isRejectTableVisible;
3345
+ /** @type {?} */
3346
+ RefundListComponent.prototype.dropdownvalue;
3347
+ /** @type {?} */
3348
+ RefundListComponent.prototype.isAuthorized;
3349
+ /** @type {?} */
3350
+ RefundListComponent.prototype.userLst;
3351
+ /**
3352
+ * @type {?}
3353
+ * @private
3354
+ */
3355
+ RefundListComponent.prototype.refundService;
3356
+ }
2709
3357
 
2710
3358
  /**
2711
3359
  * @fileoverview added by tsickle
2712
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3360
+ * Generated from: lib/services/card-details/card-details.service.ts
3361
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2713
3362
  */
2714
3363
  var CardDetailsService = /** @class */ (function () {
2715
3364
  function CardDetailsService(http, logger, errorHandlerService, paymentLibService) {
@@ -2745,13 +3394,36 @@ var CardDetailsService = /** @class */ (function () {
2745
3394
  { type: ErrorHandlerService },
2746
3395
  { type: PaymentLibService }
2747
3396
  ]; };
2748
- /** @nocollapse */ CardDetailsService.ngInjectableDef = defineInjectable({ factory: function CardDetailsService_Factory() { return new CardDetailsService(inject(HttpClient), inject(LoggerService), inject(ErrorHandlerService), inject(PaymentLibService)); }, token: CardDetailsService, providedIn: "root" });
3397
+ /** @nocollapse */ CardDetailsService.ngInjectableDef = ɵɵdefineInjectable({ factory: function CardDetailsService_Factory() { return new CardDetailsService(ɵɵinject(HttpClient), ɵɵinject(LoggerService), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: CardDetailsService, providedIn: "root" });
2749
3398
  return CardDetailsService;
2750
3399
  }());
3400
+ if (false) {
3401
+ /**
3402
+ * @type {?}
3403
+ * @private
3404
+ */
3405
+ CardDetailsService.prototype.http;
3406
+ /**
3407
+ * @type {?}
3408
+ * @private
3409
+ */
3410
+ CardDetailsService.prototype.logger;
3411
+ /**
3412
+ * @type {?}
3413
+ * @private
3414
+ */
3415
+ CardDetailsService.prototype.errorHandlerService;
3416
+ /**
3417
+ * @type {?}
3418
+ * @private
3419
+ */
3420
+ CardDetailsService.prototype.paymentLibService;
3421
+ }
2751
3422
 
2752
3423
  /**
2753
3424
  * @fileoverview added by tsickle
2754
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3425
+ * Generated from: lib/components/card-details/card-details.component.ts
3426
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2755
3427
  */
2756
3428
  var CardDetailsComponent = /** @class */ (function () {
2757
3429
  function CardDetailsComponent(cardDetailsService, paymentLibComponent) {
@@ -2801,10 +3473,31 @@ var CardDetailsComponent = /** @class */ (function () {
2801
3473
  ]; };
2802
3474
  return CardDetailsComponent;
2803
3475
  }());
3476
+ if (false) {
3477
+ /** @type {?} */
3478
+ CardDetailsComponent.prototype.pageTitle;
3479
+ /** @type {?} */
3480
+ CardDetailsComponent.prototype.cardDetails;
3481
+ /** @type {?} */
3482
+ CardDetailsComponent.prototype.paymentReference;
3483
+ /** @type {?} */
3484
+ CardDetailsComponent.prototype.errorMessage;
3485
+ /**
3486
+ * @type {?}
3487
+ * @private
3488
+ */
3489
+ CardDetailsComponent.prototype.cardDetailsService;
3490
+ /**
3491
+ * @type {?}
3492
+ * @private
3493
+ */
3494
+ CardDetailsComponent.prototype.paymentLibComponent;
3495
+ }
2804
3496
 
2805
3497
  /**
2806
3498
  * @fileoverview added by tsickle
2807
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3499
+ * Generated from: lib/components/page-not-found.component.ts
3500
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2808
3501
  */
2809
3502
  var PageNotFoundComponent = /** @class */ (function () {
2810
3503
  function PageNotFoundComponent() {
@@ -2819,7 +3512,8 @@ var PageNotFoundComponent = /** @class */ (function () {
2819
3512
 
2820
3513
  /**
2821
3514
  * @fileoverview added by tsickle
2822
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3515
+ * Generated from: lib/services/status-history/status-history.service.ts
3516
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2823
3517
  */
2824
3518
  var StatusHistoryService = /** @class */ (function () {
2825
3519
  function StatusHistoryService(http, logger, errorHandlerService, paymentLibService) {
@@ -2859,13 +3553,36 @@ var StatusHistoryService = /** @class */ (function () {
2859
3553
  { type: ErrorHandlerService },
2860
3554
  { type: PaymentLibService }
2861
3555
  ]; };
2862
- /** @nocollapse */ StatusHistoryService.ngInjectableDef = defineInjectable({ factory: function StatusHistoryService_Factory() { return new StatusHistoryService(inject(HttpClient), inject(LoggerService), inject(ErrorHandlerService), inject(PaymentLibService)); }, token: StatusHistoryService, providedIn: "root" });
3556
+ /** @nocollapse */ StatusHistoryService.ngInjectableDef = ɵɵdefineInjectable({ factory: function StatusHistoryService_Factory() { return new StatusHistoryService(ɵɵinject(HttpClient), ɵɵinject(LoggerService), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: StatusHistoryService, providedIn: "root" });
2863
3557
  return StatusHistoryService;
2864
3558
  }());
3559
+ if (false) {
3560
+ /**
3561
+ * @type {?}
3562
+ * @private
3563
+ */
3564
+ StatusHistoryService.prototype.http;
3565
+ /**
3566
+ * @type {?}
3567
+ * @private
3568
+ */
3569
+ StatusHistoryService.prototype.logger;
3570
+ /**
3571
+ * @type {?}
3572
+ * @private
3573
+ */
3574
+ StatusHistoryService.prototype.errorHandlerService;
3575
+ /**
3576
+ * @type {?}
3577
+ * @private
3578
+ */
3579
+ StatusHistoryService.prototype.paymentLibService;
3580
+ }
2865
3581
 
2866
3582
  /**
2867
3583
  * @fileoverview added by tsickle
2868
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3584
+ * Generated from: lib/components/status-history/status-history.component.ts
3585
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2869
3586
  */
2870
3587
  var StatusHistoryComponent = /** @class */ (function () {
2871
3588
  function StatusHistoryComponent(statusHistoryService, paymentLibComponent) {
@@ -2894,7 +3611,7 @@ var StatusHistoryComponent = /** @class */ (function () {
2894
3611
  StatusHistoryComponent.decorators = [
2895
3612
  { type: Component, args: [{
2896
3613
  selector: 'ccpay-payment-statuses',
2897
- template: "<div class=\"column\">\n <h2 class=\"heading-medium\">{{ pageTitle }}</h2>\n</div>\n\n\n<div class=\"error-summary\" role=\"group\" aria-labelledby=\"failure-error-summary-heading\" tabindex=\"-1\" *ngIf=\"errorMessage\">\n <h2 class=\"heading-medium error-summary-heading\" id=\"failure-error-summary-heading\">\n Payment status history could not be retrieved\n </h2>\n <div class=\"govuk-error-summary__body\">\n {{ errorMessage }}\n </div>\n</div>\n\n<div *ngIf=\"!errorMessage && statuses\">\n <table>\n <thead>\n <tr>\n <th>Status</th>\n <th *ngIf=\"isTakePayment\">Amount</th>\n <th>Date and time</th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"let status of statuses.status_histories\">\n <td>{{ status.status }}</td>\n <td *ngIf=\"isTakePayment\">\u00A3{{ statuses.amount | number:'.2' }}</td>\n <td>{{ status.date_created | date:'dd MMMM yyyy HH:mm:ss'}}</td>\n </tr>\n </tbody>\n </table>\n</div>\n",
3614
+ template: "<div class=\"column\">\n <h2 class=\"heading-medium\">{{ pageTitle }}</h2>\n</div>\n\n\n<div class=\"error-summary\" role=\"group\" aria-labelledby=\"failure-error-summary-heading\" tabindex=\"-1\" *ngIf=\"errorMessage\">\n <h2 class=\"heading-medium error-summary-heading\" id=\"failure-error-summary-heading\">\n Payment status history could not be retrieved\n </h2>\n <div class=\"govuk-error-summary__body\">\n {{ errorMessage }}\n </div>\n</div>\n\n<div *ngIf=\"!errorMessage && statuses\">\n <table>\n <thead>\n <tr>\n <th>Status</th>\n <th *ngIf=\"isTakePayment\">Amount</th>\n <th>Date and time</th>\n </tr>\n </thead> \n <tbody>\n <tr *ngFor=\"let status of statuses.status_histories\">\n <td>{{ status.status }}</td>\n <td *ngIf=\"isTakePayment\">\u00A3{{ statuses.amount | number:'.2' }}</td>\n <td>{{ status.date_created | date:'dd MMMM yyyy hh:mm:ss'}}</td>\n </tr>\n </tbody>\n </table>\n</div>\n",
2898
3615
  styles: [""]
2899
3616
  }] }
2900
3617
  ];
@@ -2908,10 +3625,31 @@ var StatusHistoryComponent = /** @class */ (function () {
2908
3625
  };
2909
3626
  return StatusHistoryComponent;
2910
3627
  }());
3628
+ if (false) {
3629
+ /** @type {?} */
3630
+ StatusHistoryComponent.prototype.isTakePayment;
3631
+ /** @type {?} */
3632
+ StatusHistoryComponent.prototype.pageTitle;
3633
+ /** @type {?} */
3634
+ StatusHistoryComponent.prototype.statuses;
3635
+ /** @type {?} */
3636
+ StatusHistoryComponent.prototype.errorMessage;
3637
+ /**
3638
+ * @type {?}
3639
+ * @private
3640
+ */
3641
+ StatusHistoryComponent.prototype.statusHistoryService;
3642
+ /**
3643
+ * @type {?}
3644
+ * @private
3645
+ */
3646
+ StatusHistoryComponent.prototype.paymentLibComponent;
3647
+ }
2911
3648
 
2912
3649
  /**
2913
3650
  * @fileoverview added by tsickle
2914
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3651
+ * Generated from: lib/components/pba-details/pba-details.component.ts
3652
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2915
3653
  */
2916
3654
  var PbaDetailsComponent = /** @class */ (function () {
2917
3655
  function PbaDetailsComponent() {
@@ -2938,16 +3676,24 @@ var PbaDetailsComponent = /** @class */ (function () {
2938
3676
  };
2939
3677
  return PbaDetailsComponent;
2940
3678
  }());
3679
+ if (false) {
3680
+ /** @type {?} */
3681
+ PbaDetailsComponent.prototype.payment;
3682
+ }
2941
3683
 
2942
3684
  /**
2943
3685
  * @fileoverview added by tsickle
2944
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3686
+ * Generated from: lib/services/shared/logger/console-logger.service.ts
3687
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2945
3688
  */
2946
3689
  /** @type {?} */
3690
+ var isDebugMode = false;
3691
+ /** @type {?} */
2947
3692
  var noop$1 = (/**
2948
3693
  * @return {?}
2949
3694
  */
2950
3695
  function () { return undefined; });
3696
+ var ɵ0$1 = noop$1;
2951
3697
  var ConsoleLoggerService = /** @class */ (function () {
2952
3698
  function ConsoleLoggerService() {
2953
3699
  }
@@ -2956,7 +3702,10 @@ var ConsoleLoggerService = /** @class */ (function () {
2956
3702
  * @return {?}
2957
3703
  */
2958
3704
  function () {
2959
- {
3705
+ if (isDebugMode) {
3706
+ return console.info.bind(console);
3707
+ }
3708
+ else {
2960
3709
  return noop$1;
2961
3710
  }
2962
3711
  },
@@ -2968,7 +3717,10 @@ var ConsoleLoggerService = /** @class */ (function () {
2968
3717
  * @return {?}
2969
3718
  */
2970
3719
  function () {
2971
- {
3720
+ if (isDebugMode) {
3721
+ return console.warn.bind(console);
3722
+ }
3723
+ else {
2972
3724
  return noop$1;
2973
3725
  }
2974
3726
  },
@@ -2980,7 +3732,10 @@ var ConsoleLoggerService = /** @class */ (function () {
2980
3732
  * @return {?}
2981
3733
  */
2982
3734
  function () {
2983
- {
3735
+ if (isDebugMode) {
3736
+ return console.error.bind(console);
3737
+ }
3738
+ else {
2984
3739
  return noop$1;
2985
3740
  }
2986
3741
  },
@@ -3007,13 +3762,14 @@ var ConsoleLoggerService = /** @class */ (function () {
3007
3762
  providedIn: 'root'
3008
3763
  },] }
3009
3764
  ];
3010
- /** @nocollapse */ ConsoleLoggerService.ngInjectableDef = defineInjectable({ factory: function ConsoleLoggerService_Factory() { return new ConsoleLoggerService(); }, token: ConsoleLoggerService, providedIn: "root" });
3765
+ /** @nocollapse */ ConsoleLoggerService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ConsoleLoggerService_Factory() { return new ConsoleLoggerService(); }, token: ConsoleLoggerService, providedIn: "root" });
3011
3766
  return ConsoleLoggerService;
3012
3767
  }());
3013
3768
 
3014
3769
  /**
3015
3770
  * @fileoverview added by tsickle
3016
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3771
+ * Generated from: lib/services/case-transactions/case-transactions.service.ts
3772
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3017
3773
  */
3018
3774
  var CaseTransactionsService = /** @class */ (function () {
3019
3775
  function CaseTransactionsService(http, logger, errorHandlerService, paymentLibService) {
@@ -3049,13 +3805,36 @@ var CaseTransactionsService = /** @class */ (function () {
3049
3805
  { type: ErrorHandlerService },
3050
3806
  { type: PaymentLibService }
3051
3807
  ]; };
3052
- /** @nocollapse */ CaseTransactionsService.ngInjectableDef = defineInjectable({ factory: function CaseTransactionsService_Factory() { return new CaseTransactionsService(inject(HttpClient), inject(LoggerService), inject(ErrorHandlerService), inject(PaymentLibService)); }, token: CaseTransactionsService, providedIn: "root" });
3808
+ /** @nocollapse */ CaseTransactionsService.ngInjectableDef = ɵɵdefineInjectable({ factory: function CaseTransactionsService_Factory() { return new CaseTransactionsService(ɵɵinject(HttpClient), ɵɵinject(LoggerService), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: CaseTransactionsService, providedIn: "root" });
3053
3809
  return CaseTransactionsService;
3054
3810
  }());
3811
+ if (false) {
3812
+ /**
3813
+ * @type {?}
3814
+ * @private
3815
+ */
3816
+ CaseTransactionsService.prototype.http;
3817
+ /**
3818
+ * @type {?}
3819
+ * @private
3820
+ */
3821
+ CaseTransactionsService.prototype.logger;
3822
+ /**
3823
+ * @type {?}
3824
+ * @private
3825
+ */
3826
+ CaseTransactionsService.prototype.errorHandlerService;
3827
+ /**
3828
+ * @type {?}
3829
+ * @private
3830
+ */
3831
+ CaseTransactionsService.prototype.paymentLibService;
3832
+ }
3055
3833
 
3056
3834
  /**
3057
3835
  * @fileoverview added by tsickle
3058
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3836
+ * Generated from: lib/services/bulk-scaning-payment/bulk-scaning-payment.service.ts
3837
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3059
3838
  */
3060
3839
  var BulkScaningPaymentService = /** @class */ (function () {
3061
3840
  function BulkScaningPaymentService(http, https, errorHandlerService, paymentLibService) {
@@ -3233,23 +4012,48 @@ var BulkScaningPaymentService = /** @class */ (function () {
3233
4012
  { type: ErrorHandlerService },
3234
4013
  { type: PaymentLibService }
3235
4014
  ]; };
3236
- /** @nocollapse */ BulkScaningPaymentService.ngInjectableDef = defineInjectable({ factory: function BulkScaningPaymentService_Factory() { return new BulkScaningPaymentService(inject(HttpClient), inject(WebComponentHttpClient), inject(ErrorHandlerService), inject(PaymentLibService)); }, token: BulkScaningPaymentService, providedIn: "root" });
4015
+ /** @nocollapse */ BulkScaningPaymentService.ngInjectableDef = ɵɵdefineInjectable({ factory: function BulkScaningPaymentService_Factory() { return new BulkScaningPaymentService(ɵɵinject(HttpClient), ɵɵinject(WebComponentHttpClient), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: BulkScaningPaymentService, providedIn: "root" });
3237
4016
  return BulkScaningPaymentService;
3238
4017
  }());
4018
+ if (false) {
4019
+ /**
4020
+ * @type {?}
4021
+ * @private
4022
+ */
4023
+ BulkScaningPaymentService.prototype.http;
4024
+ /**
4025
+ * @type {?}
4026
+ * @private
4027
+ */
4028
+ BulkScaningPaymentService.prototype.https;
4029
+ /**
4030
+ * @type {?}
4031
+ * @private
4032
+ */
4033
+ BulkScaningPaymentService.prototype.errorHandlerService;
4034
+ /**
4035
+ * @type {?}
4036
+ * @private
4037
+ */
4038
+ BulkScaningPaymentService.prototype.paymentLibService;
4039
+ }
3239
4040
 
3240
4041
  /**
3241
4042
  * @fileoverview added by tsickle
3242
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4043
+ * Generated from: lib/components/case-transactions/case-transactions.component.ts
4044
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3243
4045
  */
4046
+ /** @type {?} */
4047
+ var BS_ENABLE_FLAG$1 = 'bulk-scan-enabling-fe';
3244
4048
  var CaseTransactionsComponent = /** @class */ (function () {
3245
- function CaseTransactionsComponent(router, paymentViewService, bulkScaningPaymentService, caseTransactionsService, paymentLibComponent, OrderslistService$$1) {
4049
+ function CaseTransactionsComponent(router, paymentViewService, bulkScaningPaymentService, caseTransactionsService, paymentLibComponent, OrderslistService) {
3246
4050
  var _this = this;
3247
4051
  this.router = router;
3248
4052
  this.paymentViewService = paymentViewService;
3249
4053
  this.bulkScaningPaymentService = bulkScaningPaymentService;
3250
4054
  this.caseTransactionsService = caseTransactionsService;
3251
4055
  this.paymentLibComponent = paymentLibComponent;
3252
- this.OrderslistService = OrderslistService$$1;
4056
+ this.OrderslistService = OrderslistService;
3253
4057
  this.paymentGroups = [];
3254
4058
  this.payments = [];
3255
4059
  this.nonPayments = [];
@@ -3573,6 +4377,8 @@ var CaseTransactionsComponent = /** @class */ (function () {
3573
4377
  */
3574
4378
  function () {
3575
4379
  var _this = this;
4380
+ /** @type {?} */
4381
+ var feesTotal = 0.00;
3576
4382
  this.paymentGroups.forEach((/**
3577
4383
  * @param {?} paymentGroup
3578
4384
  * @return {?}
@@ -3629,6 +4435,7 @@ var CaseTransactionsComponent = /** @class */ (function () {
3629
4435
  }
3630
4436
  }));
3631
4437
  };
4438
+ ;
3632
4439
  /**
3633
4440
  * @return {?}
3634
4441
  */
@@ -3642,6 +4449,7 @@ var CaseTransactionsComponent = /** @class */ (function () {
3642
4449
  this.orderPendingPayments = 0.00;
3643
4450
  this.isAddFeeBtnEnabled = true;
3644
4451
  };
4452
+ ;
3645
4453
  /**
3646
4454
  * @param {?} orderReferenceObj
3647
4455
  * @return {?}
@@ -4389,6 +5197,7 @@ var CaseTransactionsComponent = /** @class */ (function () {
4389
5197
  else {
4390
5198
  return false;
4391
5199
  }
5200
+ ;
4392
5201
  }
4393
5202
  };
4394
5203
  /**
@@ -4410,6 +5219,7 @@ var CaseTransactionsComponent = /** @class */ (function () {
4410
5219
  else {
4411
5220
  return false;
4412
5221
  }
5222
+ ;
4413
5223
  };
4414
5224
  /**
4415
5225
  * @return {?}
@@ -4444,6 +5254,7 @@ var CaseTransactionsComponent = /** @class */ (function () {
4444
5254
  else {
4445
5255
  return false;
4446
5256
  }
5257
+ ;
4447
5258
  }
4448
5259
  };
4449
5260
  /**
@@ -4480,10 +5291,193 @@ var CaseTransactionsComponent = /** @class */ (function () {
4480
5291
  };
4481
5292
  return CaseTransactionsComponent;
4482
5293
  }());
5294
+ if (false) {
5295
+ /** @type {?} */
5296
+ CaseTransactionsComponent.prototype.LOGGEDINUSERROLES;
5297
+ /** @type {?} */
5298
+ CaseTransactionsComponent.prototype.isTakePayment;
5299
+ /** @type {?} */
5300
+ CaseTransactionsComponent.prototype.takePayment;
5301
+ /** @type {?} */
5302
+ CaseTransactionsComponent.prototype.ccdCaseNumber;
5303
+ /** @type {?} */
5304
+ CaseTransactionsComponent.prototype.excReference;
5305
+ /** @type {?} */
5306
+ CaseTransactionsComponent.prototype.paymentGroups;
5307
+ /** @type {?} */
5308
+ CaseTransactionsComponent.prototype.payments;
5309
+ /** @type {?} */
5310
+ CaseTransactionsComponent.prototype.nonPayments;
5311
+ /** @type {?} */
5312
+ CaseTransactionsComponent.prototype.allPayments;
5313
+ /** @type {?} */
5314
+ CaseTransactionsComponent.prototype.remissions;
5315
+ /** @type {?} */
5316
+ CaseTransactionsComponent.prototype.fees;
5317
+ /** @type {?} */
5318
+ CaseTransactionsComponent.prototype.errorMessage;
5319
+ /** @type {?} */
5320
+ CaseTransactionsComponent.prototype.totalFees;
5321
+ /** @type {?} */
5322
+ CaseTransactionsComponent.prototype.totalPayments;
5323
+ /** @type {?} */
5324
+ CaseTransactionsComponent.prototype.totalNonOffPayments;
5325
+ /** @type {?} */
5326
+ CaseTransactionsComponent.prototype.totalRemissions;
5327
+ /** @type {?} */
5328
+ CaseTransactionsComponent.prototype.selectedOption;
5329
+ /** @type {?} */
5330
+ CaseTransactionsComponent.prototype.dcnNumber;
5331
+ /** @type {?} */
5332
+ CaseTransactionsComponent.prototype.paymentRef;
5333
+ /** @type {?} */
5334
+ CaseTransactionsComponent.prototype.isTurnOff;
5335
+ /** @type {?} */
5336
+ CaseTransactionsComponent.prototype.isRefundRemission;
5337
+ /** @type {?} */
5338
+ CaseTransactionsComponent.prototype.isStrategicFixEnable;
5339
+ /** @type {?} */
5340
+ CaseTransactionsComponent.prototype.isAddFeeBtnEnabled;
5341
+ /** @type {?} */
5342
+ CaseTransactionsComponent.prototype.isExceptionRecord;
5343
+ /** @type {?} */
5344
+ CaseTransactionsComponent.prototype.isUnprocessedRecordSelected;
5345
+ /** @type {?} */
5346
+ CaseTransactionsComponent.prototype.exceptionRecordReference;
5347
+ /** @type {?} */
5348
+ CaseTransactionsComponent.prototype.isAnyFeeGroupAvilable;
5349
+ /** @type {?} */
5350
+ CaseTransactionsComponent.prototype.isHistoricGroupAvailable;
5351
+ /** @type {?} */
5352
+ CaseTransactionsComponent.prototype.isBulkScanEnable;
5353
+ /** @type {?} */
5354
+ CaseTransactionsComponent.prototype.isRemissionsMatch;
5355
+ /** @type {?} */
5356
+ CaseTransactionsComponent.prototype.viewStatus;
5357
+ /** @type {?} */
5358
+ CaseTransactionsComponent.prototype.isRemoveBtnDisabled;
5359
+ /** @type {?} */
5360
+ CaseTransactionsComponent.prototype.feeId;
5361
+ /** @type {?} */
5362
+ CaseTransactionsComponent.prototype.clAmountDue;
5363
+ /** @type {?} */
5364
+ CaseTransactionsComponent.prototype.unprocessedRecordCount;
5365
+ /** @type {?} */
5366
+ CaseTransactionsComponent.prototype.isFeeRecordsExist;
5367
+ /** @type {?} */
5368
+ CaseTransactionsComponent.prototype.isGrpOutstandingAmtPositive;
5369
+ /** @type {?} */
5370
+ CaseTransactionsComponent.prototype.totalRefundAmount;
5371
+ /** @type {?} */
5372
+ CaseTransactionsComponent.prototype.caseType;
5373
+ /** @type {?} */
5374
+ CaseTransactionsComponent.prototype.payment;
5375
+ /** @type {?} */
5376
+ CaseTransactionsComponent.prototype.paymentGroup;
5377
+ /** @type {?} */
5378
+ CaseTransactionsComponent.prototype.paymentView;
5379
+ /** @type {?} */
5380
+ CaseTransactionsComponent.prototype.orderDetail;
5381
+ /** @type {?} */
5382
+ CaseTransactionsComponent.prototype.isAddRemissionEnable;
5383
+ /** @type {?} */
5384
+ CaseTransactionsComponent.prototype.orderRemissionDetails;
5385
+ /** @type {?} */
5386
+ CaseTransactionsComponent.prototype.orderLevelFees;
5387
+ /** @type {?} */
5388
+ CaseTransactionsComponent.prototype.ispaymentGroupApisuccess;
5389
+ /** @type {?} */
5390
+ CaseTransactionsComponent.prototype.cpoDetails;
5391
+ /** @type {?} */
5392
+ CaseTransactionsComponent.prototype.orderRef;
5393
+ /** @type {?} */
5394
+ CaseTransactionsComponent.prototype.orderStatus;
5395
+ /** @type {?} */
5396
+ CaseTransactionsComponent.prototype.orderParty;
5397
+ /** @type {?} */
5398
+ CaseTransactionsComponent.prototype.orderCreated;
5399
+ /** @type {?} */
5400
+ CaseTransactionsComponent.prototype.orderCCDEvent;
5401
+ /** @type {?} */
5402
+ CaseTransactionsComponent.prototype.serviceRequestValue;
5403
+ /** @type {?} */
5404
+ CaseTransactionsComponent.prototype.orderAddBtnEnable;
5405
+ /** @type {?} */
5406
+ CaseTransactionsComponent.prototype.orderFeesTotal;
5407
+ /** @type {?} */
5408
+ CaseTransactionsComponent.prototype.orderRemissionTotal;
5409
+ /** @type {?} */
5410
+ CaseTransactionsComponent.prototype.orderTotalPayments;
5411
+ /** @type {?} */
5412
+ CaseTransactionsComponent.prototype.orderPendingPayments;
5413
+ /** @type {?} */
5414
+ CaseTransactionsComponent.prototype.isCPODown;
5415
+ /** @type {?} */
5416
+ CaseTransactionsComponent.prototype.test;
5417
+ /** @type {?} */
5418
+ CaseTransactionsComponent.prototype.isPBA;
5419
+ /** @type {?} */
5420
+ CaseTransactionsComponent.prototype.isIssueRefunfBtnEnable;
5421
+ /** @type {?} */
5422
+ CaseTransactionsComponent.prototype.isAddRemissionBtnEnabled;
5423
+ /** @type {?} */
5424
+ CaseTransactionsComponent.prototype.isRefundRemissionBtnEnable;
5425
+ /** @type {?} */
5426
+ CaseTransactionsComponent.prototype.allowedRolesToAccessRefund;
5427
+ /** @type {?} */
5428
+ CaseTransactionsComponent.prototype.isEligible4PBAPayment;
5429
+ /** @type {?} */
5430
+ CaseTransactionsComponent.prototype.currentDate;
5431
+ /** @type {?} */
5432
+ CaseTransactionsComponent.prototype.isFromServiceRequestPage;
5433
+ /** @type {?} */
5434
+ CaseTransactionsComponent.prototype.navigationpage;
5435
+ /** @type {?} */
5436
+ CaseTransactionsComponent.prototype.remissionFeeAmt;
5437
+ /** @type {?} */
5438
+ CaseTransactionsComponent.prototype.check4AllowedRoles2AccessRefund;
5439
+ /** @type {?} */
5440
+ CaseTransactionsComponent.prototype.check4AllowedRoles2AccessPBApayment;
5441
+ /** @type {?} */
5442
+ CaseTransactionsComponent.prototype.allowFurtherAccessAfter4Days;
5443
+ /**
5444
+ * @type {?}
5445
+ * @private
5446
+ */
5447
+ CaseTransactionsComponent.prototype.router;
5448
+ /**
5449
+ * @type {?}
5450
+ * @private
5451
+ */
5452
+ CaseTransactionsComponent.prototype.paymentViewService;
5453
+ /**
5454
+ * @type {?}
5455
+ * @private
5456
+ */
5457
+ CaseTransactionsComponent.prototype.bulkScaningPaymentService;
5458
+ /**
5459
+ * @type {?}
5460
+ * @private
5461
+ */
5462
+ CaseTransactionsComponent.prototype.caseTransactionsService;
5463
+ /**
5464
+ * @type {?}
5465
+ * @private
5466
+ */
5467
+ CaseTransactionsComponent.prototype.paymentLibComponent;
5468
+ /**
5469
+ * @type {?}
5470
+ * @private
5471
+ */
5472
+ CaseTransactionsComponent.prototype.OrderslistService;
5473
+ /* Skipping unhandled member: ;*/
5474
+ /* Skipping unhandled member: ;*/
5475
+ }
4483
5476
 
4484
5477
  /**
4485
5478
  * @fileoverview added by tsickle
4486
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5479
+ * Generated from: lib/interfaces/PaymentToPayhubRequest.ts
5480
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4487
5481
  */
4488
5482
  var PaymentToPayhubRequest = /** @class */ (function () {
4489
5483
  function PaymentToPayhubRequest(ccd_case_number, amount, caseType) {
@@ -4497,10 +5491,27 @@ var PaymentToPayhubRequest = /** @class */ (function () {
4497
5491
  }
4498
5492
  return PaymentToPayhubRequest;
4499
5493
  }());
5494
+ if (false) {
5495
+ /** @type {?} */
5496
+ PaymentToPayhubRequest.prototype.currency;
5497
+ /** @type {?} */
5498
+ PaymentToPayhubRequest.prototype.description;
5499
+ /** @type {?} */
5500
+ PaymentToPayhubRequest.prototype.channel;
5501
+ /** @type {?} */
5502
+ PaymentToPayhubRequest.prototype.provider;
5503
+ /** @type {?} */
5504
+ PaymentToPayhubRequest.prototype.case_type;
5505
+ /** @type {?} */
5506
+ PaymentToPayhubRequest.prototype.ccd_case_number;
5507
+ /** @type {?} */
5508
+ PaymentToPayhubRequest.prototype.amount;
5509
+ }
4500
5510
 
4501
5511
  /**
4502
5512
  * @fileoverview added by tsickle
4503
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5513
+ * Generated from: lib/interfaces/PayhubAntennaRequest.ts
5514
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4504
5515
  */
4505
5516
  var PayhubAntennaRequest = /** @class */ (function () {
4506
5517
  function PayhubAntennaRequest(ccd_case_number, amount, caseType) {
@@ -4511,21 +5522,32 @@ var PayhubAntennaRequest = /** @class */ (function () {
4511
5522
  }
4512
5523
  return PayhubAntennaRequest;
4513
5524
  }());
5525
+ if (false) {
5526
+ /** @type {?} */
5527
+ PayhubAntennaRequest.prototype.currency;
5528
+ /** @type {?} */
5529
+ PayhubAntennaRequest.prototype.case_type;
5530
+ /** @type {?} */
5531
+ PayhubAntennaRequest.prototype.ccd_case_number;
5532
+ /** @type {?} */
5533
+ PayhubAntennaRequest.prototype.amount;
5534
+ }
4514
5535
 
4515
5536
  /**
4516
5537
  * @fileoverview added by tsickle
4517
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5538
+ * Generated from: lib/components/fee-summary/fee-summary.component.ts
5539
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4518
5540
  */
4519
5541
  /** @type {?} */
4520
5542
  var BS_ENABLE_FLAG$2 = 'bulk-scan-enabling-fe';
4521
5543
  var FeeSummaryComponent = /** @class */ (function () {
4522
- function FeeSummaryComponent(router, bulkScaningPaymentService, location, paymentViewService, paymentLibComponent, OrderslistService$$1) {
5544
+ function FeeSummaryComponent(router, bulkScaningPaymentService, location, paymentViewService, paymentLibComponent, OrderslistService) {
4523
5545
  this.router = router;
4524
5546
  this.bulkScaningPaymentService = bulkScaningPaymentService;
4525
5547
  this.location = location;
4526
5548
  this.paymentViewService = paymentViewService;
4527
5549
  this.paymentLibComponent = paymentLibComponent;
4528
- this.OrderslistService = OrderslistService$$1;
5550
+ this.OrderslistService = OrderslistService;
4529
5551
  this.viewStatus = 'main';
4530
5552
  this.service = "";
4531
5553
  this.platForm = "";
@@ -4922,10 +5944,93 @@ var FeeSummaryComponent = /** @class */ (function () {
4922
5944
  };
4923
5945
  return FeeSummaryComponent;
4924
5946
  }());
5947
+ if (false) {
5948
+ /** @type {?} */
5949
+ FeeSummaryComponent.prototype.paymentGroupRef;
5950
+ /** @type {?} */
5951
+ FeeSummaryComponent.prototype.ccdCaseNumber;
5952
+ /** @type {?} */
5953
+ FeeSummaryComponent.prototype.isTurnOff;
5954
+ /** @type {?} */
5955
+ FeeSummaryComponent.prototype.caseType;
5956
+ /** @type {?} */
5957
+ FeeSummaryComponent.prototype.bsPaymentDcnNumber;
5958
+ /** @type {?} */
5959
+ FeeSummaryComponent.prototype.paymentGroup;
5960
+ /** @type {?} */
5961
+ FeeSummaryComponent.prototype.errorMessage;
5962
+ /** @type {?} */
5963
+ FeeSummaryComponent.prototype.viewStatus;
5964
+ /** @type {?} */
5965
+ FeeSummaryComponent.prototype.currentFee;
5966
+ /** @type {?} */
5967
+ FeeSummaryComponent.prototype.totalFee;
5968
+ /** @type {?} */
5969
+ FeeSummaryComponent.prototype.payhubHtml;
5970
+ /** @type {?} */
5971
+ FeeSummaryComponent.prototype.service;
5972
+ /** @type {?} */
5973
+ FeeSummaryComponent.prototype.platForm;
5974
+ /** @type {?} */
5975
+ FeeSummaryComponent.prototype.upPaymentErrorMessage;
5976
+ /** @type {?} */
5977
+ FeeSummaryComponent.prototype.selectedOption;
5978
+ /** @type {?} */
5979
+ FeeSummaryComponent.prototype.isBackButtonEnable;
5980
+ /** @type {?} */
5981
+ FeeSummaryComponent.prototype.outStandingAmount;
5982
+ /** @type {?} */
5983
+ FeeSummaryComponent.prototype.isFeeAmountZero;
5984
+ /** @type {?} */
5985
+ FeeSummaryComponent.prototype.totalAfterRemission;
5986
+ /** @type {?} */
5987
+ FeeSummaryComponent.prototype.isConfirmationBtnDisabled;
5988
+ /** @type {?} */
5989
+ FeeSummaryComponent.prototype.isRemoveBtnDisabled;
5990
+ /** @type {?} */
5991
+ FeeSummaryComponent.prototype.isPaymentExist;
5992
+ /** @type {?} */
5993
+ FeeSummaryComponent.prototype.isRemissionsExist;
5994
+ /** @type {?} */
5995
+ FeeSummaryComponent.prototype.isRemissionsMatch;
5996
+ /** @type {?} */
5997
+ FeeSummaryComponent.prototype.isStrategicFixEnable;
5998
+ /**
5999
+ * @type {?}
6000
+ * @private
6001
+ */
6002
+ FeeSummaryComponent.prototype.router;
6003
+ /**
6004
+ * @type {?}
6005
+ * @private
6006
+ */
6007
+ FeeSummaryComponent.prototype.bulkScaningPaymentService;
6008
+ /**
6009
+ * @type {?}
6010
+ * @private
6011
+ */
6012
+ FeeSummaryComponent.prototype.location;
6013
+ /**
6014
+ * @type {?}
6015
+ * @private
6016
+ */
6017
+ FeeSummaryComponent.prototype.paymentViewService;
6018
+ /**
6019
+ * @type {?}
6020
+ * @private
6021
+ */
6022
+ FeeSummaryComponent.prototype.paymentLibComponent;
6023
+ /**
6024
+ * @type {?}
6025
+ * @private
6026
+ */
6027
+ FeeSummaryComponent.prototype.OrderslistService;
6028
+ }
4925
6029
 
4926
6030
  /**
4927
6031
  * @fileoverview added by tsickle
4928
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6032
+ * Generated from: lib/components/error-banner/error-banner.component.ts
6033
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4929
6034
  */
4930
6035
  var ErrorBannerComponent = /** @class */ (function () {
4931
6036
  function ErrorBannerComponent() {
@@ -4952,10 +6057,15 @@ var ErrorBannerComponent = /** @class */ (function () {
4952
6057
  };
4953
6058
  return ErrorBannerComponent;
4954
6059
  }());
6060
+ if (false) {
6061
+ /** @type {?} */
6062
+ ErrorBannerComponent.prototype.errorMessage;
6063
+ }
4955
6064
 
4956
6065
  /**
4957
6066
  * @fileoverview added by tsickle
4958
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6067
+ * Generated from: lib/interfaces/UnidentifiedPaymentsRequest.ts
6068
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4959
6069
  */
4960
6070
  var UnidentifiedPaymentsRequest = /** @class */ (function () {
4961
6071
  function UnidentifiedPaymentsRequest(payment_group_reference, payment_reference, unidentified_reason) {
@@ -4969,10 +6079,21 @@ var UnidentifiedPaymentsRequest = /** @class */ (function () {
4969
6079
  }
4970
6080
  return UnidentifiedPaymentsRequest;
4971
6081
  }());
6082
+ if (false) {
6083
+ /** @type {?} */
6084
+ UnidentifiedPaymentsRequest.prototype.payment_allocation_status;
6085
+ /** @type {?} */
6086
+ UnidentifiedPaymentsRequest.prototype.payment_group_reference;
6087
+ /** @type {?} */
6088
+ UnidentifiedPaymentsRequest.prototype.payment_reference;
6089
+ /** @type {?} */
6090
+ UnidentifiedPaymentsRequest.prototype.unidentified_reason;
6091
+ }
4972
6092
 
4973
6093
  /**
4974
6094
  * @fileoverview added by tsickle
4975
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6095
+ * Generated from: lib/interfaces/AllocatePaymentRequest.ts
6096
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4976
6097
  */
4977
6098
  var AllocatePaymentRequest = /** @class */ (function () {
4978
6099
  function AllocatePaymentRequest(ccd_case_number, unAllocatedPayment, caseType, exceptionRecord, allocatedRequest) {
@@ -5001,10 +6122,41 @@ var AllocatePaymentRequest = /** @class */ (function () {
5001
6122
  }
5002
6123
  return AllocatePaymentRequest;
5003
6124
  }());
6125
+ if (false) {
6126
+ /** @type {?} */
6127
+ AllocatePaymentRequest.prototype.amount;
6128
+ /** @type {?} */
6129
+ AllocatePaymentRequest.prototype.banked_date;
6130
+ /** @type {?} */
6131
+ AllocatePaymentRequest.prototype.ccd_case_number;
6132
+ /** @type {?} */
6133
+ AllocatePaymentRequest.prototype.exception_record;
6134
+ /** @type {?} */
6135
+ AllocatePaymentRequest.prototype.currency;
6136
+ /** @type {?} */
6137
+ AllocatePaymentRequest.prototype.document_control_number;
6138
+ /** @type {?} */
6139
+ AllocatePaymentRequest.prototype.external_provider;
6140
+ /** @type {?} */
6141
+ AllocatePaymentRequest.prototype.giro_slip_no;
6142
+ /** @type {?} */
6143
+ AllocatePaymentRequest.prototype.payer_name;
6144
+ /** @type {?} */
6145
+ AllocatePaymentRequest.prototype.payment_channel;
6146
+ /** @type {?} */
6147
+ AllocatePaymentRequest.prototype.payment_status;
6148
+ /** @type {?} */
6149
+ AllocatePaymentRequest.prototype.payment_method;
6150
+ /** @type {?} */
6151
+ AllocatePaymentRequest.prototype.case_type;
6152
+ /** @type {?} */
6153
+ AllocatePaymentRequest.prototype.payment_allocation_dto;
6154
+ }
5004
6155
 
5005
6156
  /**
5006
6157
  * @fileoverview added by tsickle
5007
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6158
+ * Generated from: lib/components/mark-unidentified-payment/mark-unidentified-payment.component.ts
6159
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5008
6160
  */
5009
6161
  var MarkUnidentifiedPaymentComponent = /** @class */ (function () {
5010
6162
  function MarkUnidentifiedPaymentComponent(formBuilder, paymentViewService, paymentLibComponent, bulkScaningPaymentService) {
@@ -5308,10 +6460,67 @@ var MarkUnidentifiedPaymentComponent = /** @class */ (function () {
5308
6460
  };
5309
6461
  return MarkUnidentifiedPaymentComponent;
5310
6462
  }());
6463
+ if (false) {
6464
+ /** @type {?} */
6465
+ MarkUnidentifiedPaymentComponent.prototype.caseType;
6466
+ /** @type {?} */
6467
+ MarkUnidentifiedPaymentComponent.prototype.markPaymentUnidentifiedForm;
6468
+ /** @type {?} */
6469
+ MarkUnidentifiedPaymentComponent.prototype.viewStatus;
6470
+ /** @type {?} */
6471
+ MarkUnidentifiedPaymentComponent.prototype.ccdCaseNumber;
6472
+ /** @type {?} */
6473
+ MarkUnidentifiedPaymentComponent.prototype.bspaymentdcn;
6474
+ /** @type {?} */
6475
+ MarkUnidentifiedPaymentComponent.prototype.isInvesticationDetailEmpty;
6476
+ /** @type {?} */
6477
+ MarkUnidentifiedPaymentComponent.prototype.investicationDetailHasError;
6478
+ /** @type {?} */
6479
+ MarkUnidentifiedPaymentComponent.prototype.investicationDetailMinHasError;
6480
+ /** @type {?} */
6481
+ MarkUnidentifiedPaymentComponent.prototype.investicationDetailMaxHasError;
6482
+ /** @type {?} */
6483
+ MarkUnidentifiedPaymentComponent.prototype.errorMessage;
6484
+ /** @type {?} */
6485
+ MarkUnidentifiedPaymentComponent.prototype.unassignedRecord;
6486
+ /** @type {?} */
6487
+ MarkUnidentifiedPaymentComponent.prototype.siteID;
6488
+ /** @type {?} */
6489
+ MarkUnidentifiedPaymentComponent.prototype.investigationComment;
6490
+ /** @type {?} */
6491
+ MarkUnidentifiedPaymentComponent.prototype.isConfirmButtondisabled;
6492
+ /** @type {?} */
6493
+ MarkUnidentifiedPaymentComponent.prototype.ccdReference;
6494
+ /** @type {?} */
6495
+ MarkUnidentifiedPaymentComponent.prototype.exceptionReference;
6496
+ /** @type {?} */
6497
+ MarkUnidentifiedPaymentComponent.prototype.isStrategicFixEnable;
6498
+ /**
6499
+ * @type {?}
6500
+ * @private
6501
+ */
6502
+ MarkUnidentifiedPaymentComponent.prototype.formBuilder;
6503
+ /**
6504
+ * @type {?}
6505
+ * @private
6506
+ */
6507
+ MarkUnidentifiedPaymentComponent.prototype.paymentViewService;
6508
+ /**
6509
+ * @type {?}
6510
+ * @private
6511
+ */
6512
+ MarkUnidentifiedPaymentComponent.prototype.paymentLibComponent;
6513
+ /**
6514
+ * @type {?}
6515
+ * @private
6516
+ */
6517
+ MarkUnidentifiedPaymentComponent.prototype.bulkScaningPaymentService;
6518
+ }
5311
6519
 
5312
6520
  /**
5313
6521
  * @fileoverview added by tsickle
5314
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6522
+ * Generated from: lib/interfaces/UnsolicitedPaymentsRequest.ts
6523
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5315
6524
  */
5316
6525
  var UnsolicitedPaymentsRequest = /** @class */ (function () {
5317
6526
  function UnsolicitedPaymentsRequest(payment_group_reference, payment_reference, reason, responsible_office, responsible_person, email_id) {
@@ -5328,10 +6537,27 @@ var UnsolicitedPaymentsRequest = /** @class */ (function () {
5328
6537
  }
5329
6538
  return UnsolicitedPaymentsRequest;
5330
6539
  }());
6540
+ if (false) {
6541
+ /** @type {?} */
6542
+ UnsolicitedPaymentsRequest.prototype.payment_allocation_status;
6543
+ /** @type {?} */
6544
+ UnsolicitedPaymentsRequest.prototype.payment_group_reference;
6545
+ /** @type {?} */
6546
+ UnsolicitedPaymentsRequest.prototype.payment_reference;
6547
+ /** @type {?} */
6548
+ UnsolicitedPaymentsRequest.prototype.receiving_office;
6549
+ /** @type {?} */
6550
+ UnsolicitedPaymentsRequest.prototype.receiving_email_address;
6551
+ /** @type {?} */
6552
+ UnsolicitedPaymentsRequest.prototype.sending_email_address;
6553
+ /** @type {?} */
6554
+ UnsolicitedPaymentsRequest.prototype.unidentified_reason;
6555
+ }
5331
6556
 
5332
6557
  /**
5333
6558
  * @fileoverview added by tsickle
5334
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6559
+ * Generated from: lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.ts
6560
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5335
6561
  */
5336
6562
  var MarkUnsolicitedPaymentComponent = /** @class */ (function () {
5337
6563
  function MarkUnsolicitedPaymentComponent(formBuilder, paymentViewService, paymentLibComponent, bulkScaningPaymentService) {
@@ -5720,18 +6946,93 @@ var MarkUnsolicitedPaymentComponent = /** @class */ (function () {
5720
6946
  };
5721
6947
  return MarkUnsolicitedPaymentComponent;
5722
6948
  }());
6949
+ if (false) {
6950
+ /** @type {?} */
6951
+ MarkUnsolicitedPaymentComponent.prototype.caseType;
6952
+ /** @type {?} */
6953
+ MarkUnsolicitedPaymentComponent.prototype.markPaymentUnsolicitedForm;
6954
+ /** @type {?} */
6955
+ MarkUnsolicitedPaymentComponent.prototype.viewStatus;
6956
+ /** @type {?} */
6957
+ MarkUnsolicitedPaymentComponent.prototype.reasonHasError;
6958
+ /** @type {?} */
6959
+ MarkUnsolicitedPaymentComponent.prototype.isReasonEmpty;
6960
+ /** @type {?} */
6961
+ MarkUnsolicitedPaymentComponent.prototype.reasonMinHasError;
6962
+ /** @type {?} */
6963
+ MarkUnsolicitedPaymentComponent.prototype.reasonMaxHasError;
6964
+ /** @type {?} */
6965
+ MarkUnsolicitedPaymentComponent.prototype.responsibleOfficeHasError;
6966
+ /** @type {?} */
6967
+ MarkUnsolicitedPaymentComponent.prototype.isResponsibleOfficeEmpty;
6968
+ /** @type {?} */
6969
+ MarkUnsolicitedPaymentComponent.prototype.errorMessage;
6970
+ /** @type {?} */
6971
+ MarkUnsolicitedPaymentComponent.prototype.ccdCaseNumber;
6972
+ /** @type {?} */
6973
+ MarkUnsolicitedPaymentComponent.prototype.bspaymentdcn;
6974
+ /** @type {?} */
6975
+ MarkUnsolicitedPaymentComponent.prototype.unassignedRecord;
6976
+ /** @type {?} */
6977
+ MarkUnsolicitedPaymentComponent.prototype.siteID;
6978
+ /** @type {?} */
6979
+ MarkUnsolicitedPaymentComponent.prototype.reason;
6980
+ /** @type {?} */
6981
+ MarkUnsolicitedPaymentComponent.prototype.responsiblePerson;
6982
+ /** @type {?} */
6983
+ MarkUnsolicitedPaymentComponent.prototype.responsibleOffice;
6984
+ /** @type {?} */
6985
+ MarkUnsolicitedPaymentComponent.prototype.emailId;
6986
+ /** @type {?} */
6987
+ MarkUnsolicitedPaymentComponent.prototype.isConfirmButtondisabled;
6988
+ /** @type {?} */
6989
+ MarkUnsolicitedPaymentComponent.prototype.isContinueButtondisabled;
6990
+ /** @type {?} */
6991
+ MarkUnsolicitedPaymentComponent.prototype.ccdReference;
6992
+ /** @type {?} */
6993
+ MarkUnsolicitedPaymentComponent.prototype.exceptionReference;
6994
+ /** @type {?} */
6995
+ MarkUnsolicitedPaymentComponent.prototype.selectedSiteId;
6996
+ /** @type {?} */
6997
+ MarkUnsolicitedPaymentComponent.prototype.selectedSiteName;
6998
+ /** @type {?} */
6999
+ MarkUnsolicitedPaymentComponent.prototype.isStrategicFixEnable;
7000
+ /** @type {?} */
7001
+ MarkUnsolicitedPaymentComponent.prototype.siteIDList;
7002
+ /**
7003
+ * @type {?}
7004
+ * @private
7005
+ */
7006
+ MarkUnsolicitedPaymentComponent.prototype.formBuilder;
7007
+ /**
7008
+ * @type {?}
7009
+ * @private
7010
+ */
7011
+ MarkUnsolicitedPaymentComponent.prototype.paymentViewService;
7012
+ /**
7013
+ * @type {?}
7014
+ * @private
7015
+ */
7016
+ MarkUnsolicitedPaymentComponent.prototype.paymentLibComponent;
7017
+ /**
7018
+ * @type {?}
7019
+ * @private
7020
+ */
7021
+ MarkUnsolicitedPaymentComponent.prototype.bulkScaningPaymentService;
7022
+ }
5723
7023
 
5724
7024
  /**
5725
7025
  * @fileoverview added by tsickle
5726
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7026
+ * Generated from: lib/components/unprocessed-payments/unprocessed-payments.component.ts
7027
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5727
7028
  */
5728
7029
  var UnprocessedPaymentsComponent = /** @class */ (function () {
5729
- function UnprocessedPaymentsComponent(router, bulkScaningPaymentService, paymentLibComponent, paymentViewService, OrderslistService$$1) {
7030
+ function UnprocessedPaymentsComponent(router, bulkScaningPaymentService, paymentLibComponent, paymentViewService, OrderslistService) {
5730
7031
  this.router = router;
5731
7032
  this.bulkScaningPaymentService = bulkScaningPaymentService;
5732
7033
  this.paymentLibComponent = paymentLibComponent;
5733
7034
  this.paymentViewService = paymentViewService;
5734
- this.OrderslistService = OrderslistService$$1;
7035
+ this.OrderslistService = OrderslistService;
5735
7036
  this.selectedUnprocessedFeeEvent = new EventEmitter();
5736
7037
  this.getUnprocessedFeeCount = new EventEmitter();
5737
7038
  this.viewStatus = 'main';
@@ -6044,10 +7345,98 @@ var UnprocessedPaymentsComponent = /** @class */ (function () {
6044
7345
  };
6045
7346
  return UnprocessedPaymentsComponent;
6046
7347
  }());
7348
+ if (false) {
7349
+ /** @type {?} */
7350
+ UnprocessedPaymentsComponent.prototype.FEE_RECORDS_EXISTS;
7351
+ /** @type {?} */
7352
+ UnprocessedPaymentsComponent.prototype.PAYMENTREF;
7353
+ /** @type {?} */
7354
+ UnprocessedPaymentsComponent.prototype.ISTURNOFF;
7355
+ /** @type {?} */
7356
+ UnprocessedPaymentsComponent.prototype.IS_BUTTON_ENABLE;
7357
+ /** @type {?} */
7358
+ UnprocessedPaymentsComponent.prototype.IS_OS_AMT_AVAILABLE;
7359
+ /** @type {?} */
7360
+ UnprocessedPaymentsComponent.prototype.ISSFENABLE;
7361
+ /** @type {?} */
7362
+ UnprocessedPaymentsComponent.prototype.PAYMENTSLENGTH;
7363
+ /** @type {?} */
7364
+ UnprocessedPaymentsComponent.prototype.LEVEL;
7365
+ /** @type {?} */
7366
+ UnprocessedPaymentsComponent.prototype.selectedUnprocessedFeeEvent;
7367
+ /** @type {?} */
7368
+ UnprocessedPaymentsComponent.prototype.getUnprocessedFeeCount;
7369
+ /** @type {?} */
7370
+ UnprocessedPaymentsComponent.prototype.viewStatus;
7371
+ /** @type {?} */
7372
+ UnprocessedPaymentsComponent.prototype.unassignedRecordList;
7373
+ /** @type {?} */
7374
+ UnprocessedPaymentsComponent.prototype.upPaymentErrorMessage;
7375
+ /** @type {?} */
7376
+ UnprocessedPaymentsComponent.prototype.ccdCaseNumber;
7377
+ /** @type {?} */
7378
+ UnprocessedPaymentsComponent.prototype.recordId;
7379
+ /** @type {?} */
7380
+ UnprocessedPaymentsComponent.prototype.isRecordExist;
7381
+ /** @type {?} */
7382
+ UnprocessedPaymentsComponent.prototype.dcnNumber;
7383
+ /** @type {?} */
7384
+ UnprocessedPaymentsComponent.prototype.selectedOption;
7385
+ /** @type {?} */
7386
+ UnprocessedPaymentsComponent.prototype.isUnprocessedRecordSelected;
7387
+ /** @type {?} */
7388
+ UnprocessedPaymentsComponent.prototype.isAllocateToExistingFeebtnEnabled;
7389
+ /** @type {?} */
7390
+ UnprocessedPaymentsComponent.prototype.isMarkAsUnidentifiedbtnEnabled;
7391
+ /** @type {?} */
7392
+ UnprocessedPaymentsComponent.prototype.isAllocatedToNewFeebtnEnabled;
7393
+ /** @type {?} */
7394
+ UnprocessedPaymentsComponent.prototype.isExceptionCase;
7395
+ /** @type {?} */
7396
+ UnprocessedPaymentsComponent.prototype.serviceId;
7397
+ /** @type {?} */
7398
+ UnprocessedPaymentsComponent.prototype.isBulkScanEnable;
7399
+ /** @type {?} */
7400
+ UnprocessedPaymentsComponent.prototype.isTurnOff;
7401
+ /** @type {?} */
7402
+ UnprocessedPaymentsComponent.prototype.isStFixEnable;
7403
+ /** @type {?} */
7404
+ UnprocessedPaymentsComponent.prototype.unassignedRecordSelectedList;
7405
+ /** @type {?} */
7406
+ UnprocessedPaymentsComponent.prototype.unassignedRecordListLength;
7407
+ /** @type {?} */
7408
+ UnprocessedPaymentsComponent.prototype.showContent;
7409
+ /**
7410
+ * @type {?}
7411
+ * @private
7412
+ */
7413
+ UnprocessedPaymentsComponent.prototype.router;
7414
+ /**
7415
+ * @type {?}
7416
+ * @private
7417
+ */
7418
+ UnprocessedPaymentsComponent.prototype.bulkScaningPaymentService;
7419
+ /**
7420
+ * @type {?}
7421
+ * @private
7422
+ */
7423
+ UnprocessedPaymentsComponent.prototype.paymentLibComponent;
7424
+ /**
7425
+ * @type {?}
7426
+ * @private
7427
+ */
7428
+ UnprocessedPaymentsComponent.prototype.paymentViewService;
7429
+ /**
7430
+ * @type {?}
7431
+ * @private
7432
+ */
7433
+ UnprocessedPaymentsComponent.prototype.OrderslistService;
7434
+ }
6047
7435
 
6048
7436
  /**
6049
7437
  * @fileoverview added by tsickle
6050
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7438
+ * Generated from: lib/components/processed-payments/processed-payments.component.ts
7439
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6051
7440
  */
6052
7441
  var ProcessedPaymentsComponent = /** @class */ (function () {
6053
7442
  function ProcessedPaymentsComponent(router, bulkScaningPaymentService) {
@@ -6107,10 +7496,27 @@ var ProcessedPaymentsComponent = /** @class */ (function () {
6107
7496
  };
6108
7497
  return ProcessedPaymentsComponent;
6109
7498
  }());
7499
+ if (false) {
7500
+ /** @type {?} */
7501
+ ProcessedPaymentsComponent.prototype.NONPAYMENTS;
7502
+ /** @type {?} */
7503
+ ProcessedPaymentsComponent.prototype.goToPaymentViewComponent;
7504
+ /**
7505
+ * @type {?}
7506
+ * @private
7507
+ */
7508
+ ProcessedPaymentsComponent.prototype.router;
7509
+ /**
7510
+ * @type {?}
7511
+ * @private
7512
+ */
7513
+ ProcessedPaymentsComponent.prototype.bulkScaningPaymentService;
7514
+ }
6110
7515
 
6111
7516
  /**
6112
7517
  * @fileoverview added by tsickle
6113
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7518
+ * Generated from: lib/interfaces/IAllocationPaymentsRequest.ts
7519
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6114
7520
  */
6115
7521
  var IAllocationPaymentsRequest = /** @class */ (function () {
6116
7522
  function IAllocationPaymentsRequest(payment_group_reference, payment_reference, reason, explanation, userName) {
@@ -6126,20 +7532,35 @@ var IAllocationPaymentsRequest = /** @class */ (function () {
6126
7532
  }
6127
7533
  return IAllocationPaymentsRequest;
6128
7534
  }());
7535
+ if (false) {
7536
+ /** @type {?} */
7537
+ IAllocationPaymentsRequest.prototype.payment_allocation_status;
7538
+ /** @type {?} */
7539
+ IAllocationPaymentsRequest.prototype.payment_group_reference;
7540
+ /** @type {?} */
7541
+ IAllocationPaymentsRequest.prototype.payment_reference;
7542
+ /** @type {?} */
7543
+ IAllocationPaymentsRequest.prototype.reason;
7544
+ /** @type {?} */
7545
+ IAllocationPaymentsRequest.prototype.explanation;
7546
+ /** @type {?} */
7547
+ IAllocationPaymentsRequest.prototype.user_name;
7548
+ }
6129
7549
 
6130
7550
  /**
6131
7551
  * @fileoverview added by tsickle
6132
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7552
+ * Generated from: lib/components/allocate-payments/allocate-payments.component.ts
7553
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6133
7554
  */
6134
7555
  var AllocatePaymentsComponent = /** @class */ (function () {
6135
- function AllocatePaymentsComponent(errorHandlerService, caseTransactionsService, formBuilder, paymentViewService, paymentLibComponent, bulkScaningPaymentService, OrderslistService$$1) {
7556
+ function AllocatePaymentsComponent(errorHandlerService, caseTransactionsService, formBuilder, paymentViewService, paymentLibComponent, bulkScaningPaymentService, OrderslistService) {
6136
7557
  this.errorHandlerService = errorHandlerService;
6137
7558
  this.caseTransactionsService = caseTransactionsService;
6138
7559
  this.formBuilder = formBuilder;
6139
7560
  this.paymentViewService = paymentViewService;
6140
7561
  this.paymentLibComponent = paymentLibComponent;
6141
7562
  this.bulkScaningPaymentService = bulkScaningPaymentService;
6142
- this.OrderslistService = OrderslistService$$1;
7563
+ this.OrderslistService = OrderslistService;
6143
7564
  this.unAllocatedPayment = {
6144
7565
  amount: 0
6145
7566
  };
@@ -6729,10 +8150,142 @@ var AllocatePaymentsComponent = /** @class */ (function () {
6729
8150
  };
6730
8151
  return AllocatePaymentsComponent;
6731
8152
  }());
8153
+ if (false) {
8154
+ /** @type {?} */
8155
+ AllocatePaymentsComponent.prototype.isTurnOff;
8156
+ /** @type {?} */
8157
+ AllocatePaymentsComponent.prototype.caseType;
8158
+ /** @type {?} */
8159
+ AllocatePaymentsComponent.prototype.overUnderPaymentForm;
8160
+ /** @type {?} */
8161
+ AllocatePaymentsComponent.prototype.viewStatus;
8162
+ /** @type {?} */
8163
+ AllocatePaymentsComponent.prototype.ccdCaseNumber;
8164
+ /** @type {?} */
8165
+ AllocatePaymentsComponent.prototype.bspaymentdcn;
8166
+ /** @type {?} */
8167
+ AllocatePaymentsComponent.prototype.recordId;
8168
+ /** @type {?} */
8169
+ AllocatePaymentsComponent.prototype.feedbackUrlLabel;
8170
+ /** @type {?} */
8171
+ AllocatePaymentsComponent.prototype.unAllocatedPayment;
8172
+ /** @type {?} */
8173
+ AllocatePaymentsComponent.prototype.siteID;
8174
+ /** @type {?} */
8175
+ AllocatePaymentsComponent.prototype.errorMessage;
8176
+ /** @type {?} */
8177
+ AllocatePaymentsComponent.prototype.paymentGroup;
8178
+ /** @type {?} */
8179
+ AllocatePaymentsComponent.prototype.paymentGroups;
8180
+ /** @type {?} */
8181
+ AllocatePaymentsComponent.prototype.remainingAmount;
8182
+ /** @type {?} */
8183
+ AllocatePaymentsComponent.prototype.isRemainingAmountGtZero;
8184
+ /** @type {?} */
8185
+ AllocatePaymentsComponent.prototype.isMoreDetailsBoxHide;
8186
+ /** @type {?} */
8187
+ AllocatePaymentsComponent.prototype.isRemainingAmountLtZero;
8188
+ /** @type {?} */
8189
+ AllocatePaymentsComponent.prototype.afterFeeAllocateOutstanding;
8190
+ /** @type {?} */
8191
+ AllocatePaymentsComponent.prototype.amountForAllocation;
8192
+ /** @type {?} */
8193
+ AllocatePaymentsComponent.prototype.isConfirmButtondisabled;
8194
+ /** @type {?} */
8195
+ AllocatePaymentsComponent.prototype.isContinueButtondisabled;
8196
+ /** @type {?} */
8197
+ AllocatePaymentsComponent.prototype.otherPaymentExplanation;
8198
+ /** @type {?} */
8199
+ AllocatePaymentsComponent.prototype.selectedOption;
8200
+ /** @type {?} */
8201
+ AllocatePaymentsComponent.prototype.isFeeAmountZero;
8202
+ /** @type {?} */
8203
+ AllocatePaymentsComponent.prototype.paymentReasonHasError;
8204
+ /** @type {?} */
8205
+ AllocatePaymentsComponent.prototype.paymentExplanationHasError;
8206
+ /** @type {?} */
8207
+ AllocatePaymentsComponent.prototype.isPaymentDetailsEmpty;
8208
+ /** @type {?} */
8209
+ AllocatePaymentsComponent.prototype.isPaymentDetailsInvalid;
8210
+ /** @type {?} */
8211
+ AllocatePaymentsComponent.prototype.paymentDetailsMinHasError;
8212
+ /** @type {?} */
8213
+ AllocatePaymentsComponent.prototype.paymentDetailsMaxHasError;
8214
+ /** @type {?} */
8215
+ AllocatePaymentsComponent.prototype.isUserNameEmpty;
8216
+ /** @type {?} */
8217
+ AllocatePaymentsComponent.prototype.isUserNameInvalid;
8218
+ /** @type {?} */
8219
+ AllocatePaymentsComponent.prototype.ccdReference;
8220
+ /** @type {?} */
8221
+ AllocatePaymentsComponent.prototype.exceptionReference;
8222
+ /** @type {?} */
8223
+ AllocatePaymentsComponent.prototype.paymentReason;
8224
+ /** @type {?} */
8225
+ AllocatePaymentsComponent.prototype.paymentExplanation;
8226
+ /** @type {?} */
8227
+ AllocatePaymentsComponent.prototype.userName;
8228
+ /** @type {?} */
8229
+ AllocatePaymentsComponent.prototype.paymentSectionLabel;
8230
+ /** @type {?} */
8231
+ AllocatePaymentsComponent.prototype.paymentRef;
8232
+ /** @type {?} */
8233
+ AllocatePaymentsComponent.prototype.isStrategicFixEnable;
8234
+ /** @type {?} */
8235
+ AllocatePaymentsComponent.prototype.orderLevelFees;
8236
+ /** @type {?} */
8237
+ AllocatePaymentsComponent.prototype.cookieUserName;
8238
+ /** @type {?} */
8239
+ AllocatePaymentsComponent.prototype.enCookieUserName;
8240
+ /** @type {?} */
8241
+ AllocatePaymentsComponent.prototype.userNameField;
8242
+ /** @type {?} */
8243
+ AllocatePaymentsComponent.prototype.reasonList;
8244
+ /** @type {?} */
8245
+ AllocatePaymentsComponent.prototype.explanationList;
8246
+ /** @type {?} */
8247
+ AllocatePaymentsComponent.prototype.refund;
8248
+ /**
8249
+ * @type {?}
8250
+ * @private
8251
+ */
8252
+ AllocatePaymentsComponent.prototype.errorHandlerService;
8253
+ /**
8254
+ * @type {?}
8255
+ * @private
8256
+ */
8257
+ AllocatePaymentsComponent.prototype.caseTransactionsService;
8258
+ /**
8259
+ * @type {?}
8260
+ * @private
8261
+ */
8262
+ AllocatePaymentsComponent.prototype.formBuilder;
8263
+ /**
8264
+ * @type {?}
8265
+ * @private
8266
+ */
8267
+ AllocatePaymentsComponent.prototype.paymentViewService;
8268
+ /**
8269
+ * @type {?}
8270
+ * @private
8271
+ */
8272
+ AllocatePaymentsComponent.prototype.paymentLibComponent;
8273
+ /**
8274
+ * @type {?}
8275
+ * @private
8276
+ */
8277
+ AllocatePaymentsComponent.prototype.bulkScaningPaymentService;
8278
+ /**
8279
+ * @type {?}
8280
+ * @private
8281
+ */
8282
+ AllocatePaymentsComponent.prototype.OrderslistService;
8283
+ }
6732
8284
 
6733
8285
  /**
6734
8286
  * @fileoverview added by tsickle
6735
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8287
+ * Generated from: lib/interfaces/AddRemissionRequest.ts
8288
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6736
8289
  */
6737
8290
  var AddRemissionRequest = /** @class */ (function () {
6738
8291
  function AddRemissionRequest(ccd_case_number, fee, hwf_amount, hwf_reference, caseType) {
@@ -6744,10 +8297,27 @@ var AddRemissionRequest = /** @class */ (function () {
6744
8297
  }
6745
8298
  return AddRemissionRequest;
6746
8299
  }());
8300
+ if (false) {
8301
+ /** @type {?} */
8302
+ AddRemissionRequest.prototype.beneficiary_name;
8303
+ /** @type {?} */
8304
+ AddRemissionRequest.prototype.ccd_case_number;
8305
+ /** @type {?} */
8306
+ AddRemissionRequest.prototype.fee;
8307
+ /** @type {?} */
8308
+ AddRemissionRequest.prototype.hwf_amount;
8309
+ /** @type {?} */
8310
+ AddRemissionRequest.prototype.hwf_reference;
8311
+ /** @type {?} */
8312
+ AddRemissionRequest.prototype.payment_group_reference;
8313
+ /** @type {?} */
8314
+ AddRemissionRequest.prototype.case_type;
8315
+ }
6747
8316
 
6748
8317
  /**
6749
8318
  * @fileoverview added by tsickle
6750
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8319
+ * Generated from: lib/interfaces/AddRetroRemissionRequest.ts
8320
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6751
8321
  */
6752
8322
  var AddRetroRemissionRequest = /** @class */ (function () {
6753
8323
  function AddRetroRemissionRequest(hwf_amount, hwf_reference) {
@@ -6756,10 +8326,17 @@ var AddRetroRemissionRequest = /** @class */ (function () {
6756
8326
  }
6757
8327
  return AddRetroRemissionRequest;
6758
8328
  }());
8329
+ if (false) {
8330
+ /** @type {?} */
8331
+ AddRetroRemissionRequest.prototype.hwf_amount;
8332
+ /** @type {?} */
8333
+ AddRetroRemissionRequest.prototype.hwf_reference;
8334
+ }
6759
8335
 
6760
8336
  /**
6761
8337
  * @fileoverview added by tsickle
6762
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8338
+ * Generated from: lib/interfaces/PostRefundRetroRemission.ts
8339
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6763
8340
  */
6764
8341
  var PostRefundRetroRemission = /** @class */ (function () {
6765
8342
  function PostRefundRetroRemission(payment_reference, refund_reason) {
@@ -6768,10 +8345,17 @@ var PostRefundRetroRemission = /** @class */ (function () {
6768
8345
  }
6769
8346
  return PostRefundRetroRemission;
6770
8347
  }());
8348
+ if (false) {
8349
+ /** @type {?} */
8350
+ PostRefundRetroRemission.prototype.payment_reference;
8351
+ /** @type {?} */
8352
+ PostRefundRetroRemission.prototype.refund_reason;
8353
+ }
6771
8354
 
6772
8355
  /**
6773
8356
  * @fileoverview added by tsickle
6774
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8357
+ * Generated from: lib/interfaces/PostIssueRefundRetroRemission.ts
8358
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6775
8359
  */
6776
8360
  var PostIssueRefundRetroRemission = /** @class */ (function () {
6777
8361
  function PostIssueRefundRetroRemission(remissionReference) {
@@ -6779,20 +8363,27 @@ var PostIssueRefundRetroRemission = /** @class */ (function () {
6779
8363
  }
6780
8364
  return PostIssueRefundRetroRemission;
6781
8365
  }());
8366
+ if (false) {
8367
+ /** @type {?} */
8368
+ PostIssueRefundRetroRemission.prototype.remissionReference;
8369
+ }
6782
8370
 
6783
8371
  /**
6784
8372
  * @fileoverview added by tsickle
6785
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8373
+ * Generated from: lib/components/add-remission/add-remission.component.ts
8374
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6786
8375
  */
8376
+ /** @type {?} */
8377
+ var BS_ENABLE_FLAG$3 = 'bulk-scan-enabling-fe';
6787
8378
  var AddRemissionComponent = /** @class */ (function () {
6788
- function AddRemissionComponent(formBuilder, router, paymentViewService, paymentLibComponent, refundService, cd, OrderslistService$$1) {
8379
+ function AddRemissionComponent(formBuilder, router, paymentViewService, paymentLibComponent, refundService, cd, OrderslistService) {
6789
8380
  this.formBuilder = formBuilder;
6790
8381
  this.router = router;
6791
8382
  this.paymentViewService = paymentViewService;
6792
8383
  this.paymentLibComponent = paymentLibComponent;
6793
8384
  this.refundService = refundService;
6794
8385
  this.cd = cd;
6795
- this.OrderslistService = OrderslistService$$1;
8386
+ this.OrderslistService = OrderslistService;
6796
8387
  this.cancelRemission = new EventEmitter();
6797
8388
  //@Output() refundListReason: EventEmitter<any> = new EventEmitter({reason:string, code:string});
6798
8389
  this.refundListReason = new EventEmitter();
@@ -6840,7 +8431,8 @@ var AddRemissionComponent = /** @class */ (function () {
6840
8431
  if (this.viewCompStatus !== '' && this.viewCompStatus !== undefined) {
6841
8432
  this.viewStatus = '';
6842
8433
  }
6843
- if (this.remission) ;
8434
+ if (this.remission) {
8435
+ }
6844
8436
  if (this.fee) {
6845
8437
  this.amount = (this.fee.volume * this.fee.calculated_amount);
6846
8438
  }
@@ -7732,10 +9324,188 @@ var AddRemissionComponent = /** @class */ (function () {
7732
9324
  };
7733
9325
  return AddRemissionComponent;
7734
9326
  }());
9327
+ if (false) {
9328
+ /** @type {?} */
9329
+ AddRemissionComponent.prototype.fee;
9330
+ /** @type {?} */
9331
+ AddRemissionComponent.prototype.payment;
9332
+ /** @type {?} */
9333
+ AddRemissionComponent.prototype.remission;
9334
+ /** @type {?} */
9335
+ AddRemissionComponent.prototype.ccdCaseNumber;
9336
+ /** @type {?} */
9337
+ AddRemissionComponent.prototype.caseType;
9338
+ /** @type {?} */
9339
+ AddRemissionComponent.prototype.viewCompStatus;
9340
+ /** @type {?} */
9341
+ AddRemissionComponent.prototype.paymentGroupRef;
9342
+ /** @type {?} */
9343
+ AddRemissionComponent.prototype.isTurnOff;
9344
+ /** @type {?} */
9345
+ AddRemissionComponent.prototype.isRefundRemission;
9346
+ /** @type {?} */
9347
+ AddRemissionComponent.prototype.isStrategicFixEnable;
9348
+ /** @type {?} */
9349
+ AddRemissionComponent.prototype.paidAmount;
9350
+ /** @type {?} */
9351
+ AddRemissionComponent.prototype.isFromRefundListPage;
9352
+ /** @type {?} */
9353
+ AddRemissionComponent.prototype.isFromPaymentDetailPage;
9354
+ /** @type {?} */
9355
+ AddRemissionComponent.prototype.isFromServiceRequestPage;
9356
+ /** @type {?} */
9357
+ AddRemissionComponent.prototype.feeamount;
9358
+ /** @type {?} */
9359
+ AddRemissionComponent.prototype.LOGGEDINUSERROLES;
9360
+ /** @type {?} */
9361
+ AddRemissionComponent.prototype.orderDetail;
9362
+ /** @type {?} */
9363
+ AddRemissionComponent.prototype.orderRef;
9364
+ /** @type {?} */
9365
+ AddRemissionComponent.prototype.orderStatus;
9366
+ /** @type {?} */
9367
+ AddRemissionComponent.prototype.orderParty;
9368
+ /** @type {?} */
9369
+ AddRemissionComponent.prototype.orderCreated;
9370
+ /** @type {?} */
9371
+ AddRemissionComponent.prototype.orderCCDEvent;
9372
+ /** @type {?} */
9373
+ AddRemissionComponent.prototype.takePayment;
9374
+ /** @type {?} */
9375
+ AddRemissionComponent.prototype.orderFeesTotal;
9376
+ /** @type {?} */
9377
+ AddRemissionComponent.prototype.orderTotalPayments;
9378
+ /** @type {?} */
9379
+ AddRemissionComponent.prototype.orderRemissionTotal;
9380
+ /** @type {?} */
9381
+ AddRemissionComponent.prototype.cancelRemission;
9382
+ /** @type {?} */
9383
+ AddRemissionComponent.prototype.refundListReason;
9384
+ /** @type {?} */
9385
+ AddRemissionComponent.prototype.refundListAmount;
9386
+ /** @type {?} */
9387
+ AddRemissionComponent.prototype.refund;
9388
+ /** @type {?} */
9389
+ AddRemissionComponent.prototype.remissionForm;
9390
+ /** @type {?} */
9391
+ AddRemissionComponent.prototype.hasErrors;
9392
+ /** @type {?} */
9393
+ AddRemissionComponent.prototype.viewStatus;
9394
+ /** @type {?} */
9395
+ AddRemissionComponent.prototype.errorMessage;
9396
+ /** @type {?} */
9397
+ AddRemissionComponent.prototype.option;
9398
+ /** @type {?} */
9399
+ AddRemissionComponent.prototype.isConfirmationBtnDisabled;
9400
+ /** @type {?} */
9401
+ AddRemissionComponent.prototype.bsPaymentDcnNumber;
9402
+ /** @type {?} */
9403
+ AddRemissionComponent.prototype.selectedValue;
9404
+ /** @type {?} */
9405
+ AddRemissionComponent.prototype.amount;
9406
+ /** @type {?} */
9407
+ AddRemissionComponent.prototype.retroRemission;
9408
+ /** @type {?} */
9409
+ AddRemissionComponent.prototype.remissionReference;
9410
+ /** @type {?} */
9411
+ AddRemissionComponent.prototype.refundReference;
9412
+ /** @type {?} */
9413
+ AddRemissionComponent.prototype.refundAmount;
9414
+ /** @type {?} */
9415
+ AddRemissionComponent.prototype.paymentExplanationHasError;
9416
+ /** @type {?} */
9417
+ AddRemissionComponent.prototype.refundReason;
9418
+ /** @type {?} */
9419
+ AddRemissionComponent.prototype.selectedRefundReason;
9420
+ /** @type {?} */
9421
+ AddRemissionComponent.prototype.displayRefundReason;
9422
+ /** @type {?} */
9423
+ AddRemissionComponent.prototype.refundCode;
9424
+ /** @type {?} */
9425
+ AddRemissionComponent.prototype.remessionPayment;
9426
+ /** @type {?} */
9427
+ AddRemissionComponent.prototype.isRemissionCodeEmpty;
9428
+ /** @type {?} */
9429
+ AddRemissionComponent.prototype.remissionCodeHasError;
9430
+ /** @type {?} */
9431
+ AddRemissionComponent.prototype.isAmountEmpty;
9432
+ /** @type {?} */
9433
+ AddRemissionComponent.prototype.isReasonEmpty;
9434
+ /** @type {?} */
9435
+ AddRemissionComponent.prototype.amountHasError;
9436
+ /** @type {?} */
9437
+ AddRemissionComponent.prototype.isRemissionLessThanFeeError;
9438
+ /** @type {?} */
9439
+ AddRemissionComponent.prototype.refundHasError;
9440
+ /** @type {?} */
9441
+ AddRemissionComponent.prototype.isPaymentSuccess;
9442
+ /** @type {?} */
9443
+ AddRemissionComponent.prototype.isRemissionApplied;
9444
+ /** @type {?} */
9445
+ AddRemissionComponent.prototype.remissionamt;
9446
+ /** @type {?} */
9447
+ AddRemissionComponent.prototype.commonRefundReasons;
9448
+ /** @type {?} */
9449
+ AddRemissionComponent.prototype.showReasonText;
9450
+ /** @type {?} */
9451
+ AddRemissionComponent.prototype.isRefundReasonsSelected;
9452
+ /** @type {?} */
9453
+ AddRemissionComponent.prototype.default;
9454
+ /** @type {?} */
9455
+ AddRemissionComponent.prototype.reasonLength;
9456
+ /** @type {?} */
9457
+ AddRemissionComponent.prototype.refundReasons;
9458
+ /** @type {?} */
9459
+ AddRemissionComponent.prototype.pattern1;
9460
+ /** @type {?} */
9461
+ AddRemissionComponent.prototype.pattern2;
9462
+ /** @type {?} */
9463
+ AddRemissionComponent.prototype.sendOrderDetail;
9464
+ /** @type {?} */
9465
+ AddRemissionComponent.prototype.sendOrderRef;
9466
+ /** @type {?} */
9467
+ AddRemissionComponent.prototype.component;
9468
+ /**
9469
+ * @type {?}
9470
+ * @private
9471
+ */
9472
+ AddRemissionComponent.prototype.formBuilder;
9473
+ /**
9474
+ * @type {?}
9475
+ * @private
9476
+ */
9477
+ AddRemissionComponent.prototype.router;
9478
+ /**
9479
+ * @type {?}
9480
+ * @private
9481
+ */
9482
+ AddRemissionComponent.prototype.paymentViewService;
9483
+ /**
9484
+ * @type {?}
9485
+ * @private
9486
+ */
9487
+ AddRemissionComponent.prototype.paymentLibComponent;
9488
+ /**
9489
+ * @type {?}
9490
+ * @private
9491
+ */
9492
+ AddRemissionComponent.prototype.refundService;
9493
+ /**
9494
+ * @type {?}
9495
+ * @private
9496
+ */
9497
+ AddRemissionComponent.prototype.cd;
9498
+ /**
9499
+ * @type {?}
9500
+ * @private
9501
+ */
9502
+ AddRemissionComponent.prototype.OrderslistService;
9503
+ }
7735
9504
 
7736
9505
  /**
7737
9506
  * @fileoverview added by tsickle
7738
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9507
+ * Generated from: lib/pipes/ccd-hyphens.pipe.ts
9508
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7739
9509
  */
7740
9510
  var CcdHyphensPipe = /** @class */ (function () {
7741
9511
  function CcdHyphensPipe() {
@@ -7770,7 +9540,8 @@ var CcdHyphensPipe = /** @class */ (function () {
7770
9540
 
7771
9541
  /**
7772
9542
  * @fileoverview added by tsickle
7773
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9543
+ * Generated from: lib/pipes/capitalize.pipe.ts
9544
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7774
9545
  */
7775
9546
  var CapitalizePipe = /** @class */ (function () {
7776
9547
  function CapitalizePipe() {
@@ -7800,7 +9571,8 @@ var CapitalizePipe = /** @class */ (function () {
7800
9571
 
7801
9572
  /**
7802
9573
  * @fileoverview added by tsickle
7803
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9574
+ * Generated from: lib/pipes/key-value.pipe.ts
9575
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7804
9576
  */
7805
9577
  var keyValuePipe = /** @class */ (function () {
7806
9578
  function keyValuePipe() {
@@ -7835,7 +9607,8 @@ var keyValuePipe = /** @class */ (function () {
7835
9607
 
7836
9608
  /**
7837
9609
  * @fileoverview added by tsickle
7838
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9610
+ * Generated from: lib/pipes/sanitize-html.pipe.ts
9611
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7839
9612
  */
7840
9613
  var SanitizeHtmlPipe = /** @class */ (function () {
7841
9614
  function SanitizeHtmlPipe(sanitizer) {
@@ -7861,10 +9634,18 @@ var SanitizeHtmlPipe = /** @class */ (function () {
7861
9634
  ]; };
7862
9635
  return SanitizeHtmlPipe;
7863
9636
  }());
9637
+ if (false) {
9638
+ /**
9639
+ * @type {?}
9640
+ * @private
9641
+ */
9642
+ SanitizeHtmlPipe.prototype.sanitizer;
9643
+ }
7864
9644
 
7865
9645
  /**
7866
9646
  * @fileoverview added by tsickle
7867
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9647
+ * Generated from: lib/services/xl-file/xl-file.service.ts
9648
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7868
9649
  */
7869
9650
  /** @type {?} */
7870
9651
  var EXCEL_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8';
@@ -8114,7 +9895,8 @@ var XlFileService = /** @class */ (function () {
8114
9895
 
8115
9896
  /**
8116
9897
  * @fileoverview added by tsickle
8117
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9898
+ * Generated from: lib/components/reports/reports.component.ts
9899
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8118
9900
  */
8119
9901
  var ReportsComponent = /** @class */ (function () {
8120
9902
  function ReportsComponent(xlFileService, errorHandlerService, formBuilder, bulkScaningPaymentService, paymentViewService) {
@@ -8563,16 +10345,72 @@ var ReportsComponent = /** @class */ (function () {
8563
10345
  };
8564
10346
  return ReportsComponent;
8565
10347
  }());
10348
+ if (false) {
10349
+ /** @type {?} */
10350
+ ReportsComponent.prototype.ISPAYMENTSTATUSENABLED;
10351
+ /** @type {?} */
10352
+ ReportsComponent.prototype.fmt;
10353
+ /** @type {?} */
10354
+ ReportsComponent.prototype.loc;
10355
+ /** @type {?} */
10356
+ ReportsComponent.prototype.reportsForm;
10357
+ /** @type {?} */
10358
+ ReportsComponent.prototype.startDate;
10359
+ /** @type {?} */
10360
+ ReportsComponent.prototype.endDate;
10361
+ /** @type {?} */
10362
+ ReportsComponent.prototype.errorMeaagse;
10363
+ /** @type {?} */
10364
+ ReportsComponent.prototype.ccdCaseNumber;
10365
+ /** @type {?} */
10366
+ ReportsComponent.prototype.isDownLoadButtondisabled;
10367
+ /** @type {?} */
10368
+ ReportsComponent.prototype.isStartDateLesthanEndDate;
10369
+ /** @type {?} */
10370
+ ReportsComponent.prototype.isDateBetwnMonth;
10371
+ /** @type {?} */
10372
+ ReportsComponent.prototype.isDateRangeBetnWeek;
10373
+ /** @type {?} */
10374
+ ReportsComponent.prototype.errorMessage;
10375
+ /** @type {?} */
10376
+ ReportsComponent.prototype.paymentGroups;
10377
+ /**
10378
+ * @type {?}
10379
+ * @private
10380
+ */
10381
+ ReportsComponent.prototype.xlFileService;
10382
+ /**
10383
+ * @type {?}
10384
+ * @private
10385
+ */
10386
+ ReportsComponent.prototype.errorHandlerService;
10387
+ /**
10388
+ * @type {?}
10389
+ * @private
10390
+ */
10391
+ ReportsComponent.prototype.formBuilder;
10392
+ /**
10393
+ * @type {?}
10394
+ * @private
10395
+ */
10396
+ ReportsComponent.prototype.bulkScaningPaymentService;
10397
+ /**
10398
+ * @type {?}
10399
+ * @private
10400
+ */
10401
+ ReportsComponent.prototype.paymentViewService;
10402
+ }
8566
10403
 
8567
10404
  /**
8568
10405
  * @fileoverview added by tsickle
8569
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
10406
+ * Generated from: lib/components/table/table.component.ts
10407
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8570
10408
  */
8571
10409
  var TableComponent = /** @class */ (function () {
8572
- function TableComponent(paymentLibComponent, cdRef, OrderslistService$$1, router, activeRoute) {
10410
+ function TableComponent(paymentLibComponent, cdRef, OrderslistService, router, activeRoute) {
8573
10411
  this.paymentLibComponent = paymentLibComponent;
8574
10412
  this.cdRef = cdRef;
8575
- this.OrderslistService = OrderslistService$$1;
10413
+ this.OrderslistService = OrderslistService;
8576
10414
  this.router = router;
8577
10415
  this.activeRoute = activeRoute;
8578
10416
  // displayedColumns = ['ccdCaseNumber', 'refundReference', 'reason', 'createBy', 'updateDate', 'Action'];
@@ -8728,15 +10566,67 @@ var TableComponent = /** @class */ (function () {
8728
10566
  DATASOURCE: [{ type: Input, args: ['DATASOURCE',] }],
8729
10567
  STATUS: [{ type: Input, args: ['STATUS',] }],
8730
10568
  errorMessage: [{ type: Input, args: ['errorMessage',] }],
8731
- paginator: [{ type: ViewChild, args: [MatPaginator,] }],
8732
- sort: [{ type: ViewChild, args: [MatSort,] }]
10569
+ paginator: [{ type: ViewChild, args: [MatPaginator, { static: false },] }],
10570
+ sort: [{ type: ViewChild, args: [MatSort, { static: false },] }]
8733
10571
  };
8734
10572
  return TableComponent;
8735
10573
  }());
10574
+ if (false) {
10575
+ /** @type {?} */
10576
+ TableComponent.prototype.DATASOURCE;
10577
+ /** @type {?} */
10578
+ TableComponent.prototype.STATUS;
10579
+ /** @type {?} */
10580
+ TableComponent.prototype.errorMessage;
10581
+ /** @type {?} */
10582
+ TableComponent.prototype.isApprovalFlow;
10583
+ /** @type {?} */
10584
+ TableComponent.prototype.displayedColumns;
10585
+ /** @type {?} */
10586
+ TableComponent.prototype.dataSource;
10587
+ /** @type {?} */
10588
+ TableComponent.prototype.userLst;
10589
+ /** @type {?} */
10590
+ TableComponent.prototype.actualcount;
10591
+ /** @type {?} */
10592
+ TableComponent.prototype.count;
10593
+ /** @type {?} */
10594
+ TableComponent.prototype.refundList;
10595
+ /** @type {?} */
10596
+ TableComponent.prototype.paginator;
10597
+ /** @type {?} */
10598
+ TableComponent.prototype.sort;
10599
+ /**
10600
+ * @type {?}
10601
+ * @private
10602
+ */
10603
+ TableComponent.prototype.paymentLibComponent;
10604
+ /**
10605
+ * @type {?}
10606
+ * @private
10607
+ */
10608
+ TableComponent.prototype.cdRef;
10609
+ /**
10610
+ * @type {?}
10611
+ * @private
10612
+ */
10613
+ TableComponent.prototype.OrderslistService;
10614
+ /**
10615
+ * @type {?}
10616
+ * @private
10617
+ */
10618
+ TableComponent.prototype.router;
10619
+ /**
10620
+ * @type {?}
10621
+ * @private
10622
+ */
10623
+ TableComponent.prototype.activeRoute;
10624
+ }
8736
10625
 
8737
10626
  /**
8738
10627
  * @fileoverview added by tsickle
8739
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
10628
+ * Generated from: lib/interfaces/IResubmitRefundRequest.ts
10629
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8740
10630
  */
8741
10631
  var IResubmitRefundRequest = /** @class */ (function () {
8742
10632
  function IResubmitRefundRequest(refund_reason, amount) {
@@ -8745,20 +10635,29 @@ var IResubmitRefundRequest = /** @class */ (function () {
8745
10635
  }
8746
10636
  return IResubmitRefundRequest;
8747
10637
  }());
10638
+ if (false) {
10639
+ /** @type {?} */
10640
+ IResubmitRefundRequest.prototype.refund_reason;
10641
+ /** @type {?} */
10642
+ IResubmitRefundRequest.prototype.amount;
10643
+ }
8748
10644
 
8749
10645
  /**
8750
10646
  * @fileoverview added by tsickle
8751
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
10647
+ * Generated from: lib/components/refund-status/refund-status.component.ts
10648
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8752
10649
  */
10650
+ /** @type {?} */
10651
+ var BS_ENABLE_FLAG$4 = 'bulk-scan-enabling-fe';
8753
10652
  var RefundStatusComponent = /** @class */ (function () {
8754
- function RefundStatusComponent(formBuilder, refundService, paymentLibComponent, paymentViewService, router, OrderslistService$$1) {
10653
+ function RefundStatusComponent(formBuilder, refundService, paymentLibComponent, paymentViewService, router, OrderslistService) {
8755
10654
  var _this = this;
8756
10655
  this.formBuilder = formBuilder;
8757
10656
  this.refundService = refundService;
8758
10657
  this.paymentLibComponent = paymentLibComponent;
8759
10658
  this.paymentViewService = paymentViewService;
8760
10659
  this.router = router;
8761
- this.OrderslistService = OrderslistService$$1;
10660
+ this.OrderslistService = OrderslistService;
8762
10661
  this.LOGGEDINUSERROLES = [];
8763
10662
  this.rejectedRefundList = [];
8764
10663
  this.approvalStatus = 'Sent for approval';
@@ -9164,7 +11063,7 @@ var RefundStatusComponent = /** @class */ (function () {
9164
11063
  RefundStatusComponent.decorators = [
9165
11064
  { type: Component, args: [{
9166
11065
  selector: 'ccpay-refund-status',
9167
- template: "\n<div *ngIf=\"errorMessage\">\n <div class=\"error-summary\" role=\"group\" aria-labelledby=\"failure-error-summary-heading\" tabindex=\"-1\">\n <h2 class=\"heading-medium error-summary-heading\" id=\"failure-error-summary-heading\">\n Error in processing the request\n </h2>\n <div class=\"govuk-error-summary__body\">\n {{ errorMessage }}\n </div>\n </div>\n</div>\n<ng-container *ngIf=\"viewName==='refundstatuslist' && rejectedRefundList\">\n <!-- payments -->\n\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-16\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-11\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header col-18\" scope=\"col\">Date</td>\n <td class=\"govuk-table__header col-25\" scope=\"col\">Refund reference</td>\n <td class=\"govuk-table__header col-24 \" scope=\"col\">Reason</td>\n <td class=\"govuk-table__header\" scope=\"col\"></td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"rejectedRefundList?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let refundList of rejectedRefundList\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{ refundList?.refund_status['name'] }}</td>\n <td class=\"channel govuk-table__cell whitespace-inherit\">\u00A3{{ refundList?.amount | number:'.2' }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ refundList?.date_updated | date:'dd MMM yyyy'}}\n </td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ refundList?.refund_reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\"> {{refundList?.reason}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">\n <a href=\"javascript:void(0)\" (click)=\"goToRefundView(refundList,'casetransactions')\">Review</a>\n </td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"rejectedRefundList?.length === 0\">\n <td class=\"govuk-table__cell\" colspan=\"6\">No refunds recorded</td>\n </tbody>\n </table>\n</ng-container>\n\n<ng-container *ngIf=\"viewName==='refundview'\">\n <div class=\"govuk-breadcrumbs\">\n <ol class=\"govuk-breadcrumbs__list\">\n <li class=\"govuk-breadcrumbs__list-item\">\n <a href=\"javascript:void(0)\" (click)=\"loadRefundListPage()\" class=\"govuk-back-link govuk-label\">Back</a>\n </li>\n </ol>\n </div>\n <h2 class=\"govuk-heading-l\">Refund details</h2>\n <table>\n\n <tbody>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Refund reference</td>\n <td>{{ refundlist?.refund_reference }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Payment to be refunded</td>\n <td>{{refundlist?.payment_reference }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Reason for refund</td>\n <td>{{ refundlist?.reason }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Amount refunded</td>\n <td>\u00A3{{refundlist?.amount | number:'.2' }}</td>\n </tr>\n\n </tbody>\n </table>\n\n <!-- Status history -->\n <div>\n <br />\n <h2 class=\"govuk-heading-m\">Refund status history</h2>\n <div *ngIf=\"refundStatusHistories\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-24 whitespace-inherit\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-27 whitespace-inherit\" scope=\"col\">Date and time</td>\n <td class=\"govuk-table__header whitespace-inherit\" scope=\"col\">Users</td>\n <td class=\"govuk-table__header whitespace-inherit\" scope=\"col\">Notes</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngFor=\"let refundStatusHistory of refundStatusHistories;\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{refundStatusHistory.status}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">\n {{refundStatusHistory.date_created | date:'dd MMMM yyyy HH:mm:ss'}}\n </td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{refundStatusHistory.created_by}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{refundStatusHistory.notes}}</td>\n </tr>\n </tbody>\n </table>\n </div>\n\n </div>\n\n <ng-container *ngIf=\"viewName === 'refundview' && !isFromPayBubble\">\n <div *ngIf=\"refundButtonState==='Update required'\">\n <!-- <div *ngIf=\"refundButtonState==='sent back'\"> -->\n <br />\n <button type=\"submit\" class=\"button govuk-button--secondary btnmargin\"\n (click)=\"gotoReviewAndReSubmitPage()\">Resubmit\n refund</button>\n </div>\n <div *ngIf=\"isProcessRefund && !isLastUpdatedByCurrentUser && refundButtonState==='Sent for approval'\" >\n <!-- <div *ngIf=\"isProcessRefund && !isLastUpdatedByCurrentUser && refundButtonState==='sent for approval'\"> -->\n <br />\n <button type=\"submit\" class=\"button govuk-button--secondary\"\n (click)=\"goToRefundProcessComponent(refundlist.refund_reference,refundlist)\">Process refund</button>\n </div>\n </ng-container>\n\n\n</ng-container>\n\n<ng-container *ngIf=\"viewName==='reviewandsubmitview'\">\n <!-- <div class=\"govuk-breadcrumbs\">\n <ol class=\"govuk-breadcrumbs__list\">\n <li class=\"govuk-breadcrumbs__list-item\">\n <a (click)=\"gotoReviewDetailsPage($event)\" class=\"govuk-back-link govuk-label\">Back</a>\n </li>\n </ol>\n </div> -->\n <div class=\"govuk-warning-text\">\n <h1 class=\"heading-large\">Review and resubmit refund</h1>\n </div>\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Reason for rejection</td>\n <td class=\"govuk-table__cell\">{{refundreason}}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Refund reference</td>\n <td class=\"govuk-table__cell\">{{ refundlist?.refund_reference}} </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Reason for refund</td>\n <td class=\"govuk-table__cell\"> {{ refundlist?.reason}}\n <a (click)=\"gotoRefundReasonPage()\" *ngIf=\"refundlist?.reason !== 'Retrospective remission'\"\n class=\"govuk-link right\">Change</a>\n </td>\n\n <!-- <td class=\"govuk-table__cell\">{{ refundlist?.reason }}</td>\n <a (click)=\"gotoRefundReasonPage()\" class=\"govuk-link right\">Change</a> -->\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment reference</td>\n <td class=\"govuk-table__cell\">{{ refundlist?.payment_reference}} </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td *ngIf=\"refundlist?.reason === 'Retrospective remission'\" class=\"govuk-table__cell govuk-!-font-weight-bold\">Refund amount</td>\n <td *ngIf=\"refundlist?.reason !== 'Retrospective remission'\" class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment amount</td>\n <td class=\"govuk-table__cell\"> \u00A3{{ changedAmount | number:'.2' }}\n <a (click)=\"gotoAmountPage()\" *ngIf=\"refundlist?.reason === 'Retrospective remission'\"\n class=\"govuk-link right\">Change</a>\n </td>\n\n </tr>\n </table>\n <div class=\"govuk-button-group\">\n <button (click)=\"gotoReviewDetailsPage($event)\" class=\"govuk-button govuk-button--secondary\"> Previous</button>\n <button [disabled]=\"isRefundBtnDisabled\" (click)=\"gotoReviewRefundConfirmationPage()\" class=\"govuk-button button\"\n data-module=\"govuk-button\">\n Submit refund\n </button>\n</div>\n<p><a href=\"javascript:void(0)\" (click)=\"loadRefundListPage()\" class=\"govuk-link\" data-module=\"govuk-button\">Cancel</a></p>\n <!-- <div class=\"govuk-button-group\">\n <button [disabled]=\"isRefundBtnDisabled\" (click)=\"gotoReviewRefundConfirmationPage()\" class=\"govuk-button button\"\n data-module=\"govuk-button\">\n Submit refund\n </button>\n </div> -->\n <!-- <p>\n <a (click)=\"loadRefundListPage()\" href=\"\" class=\"cancelbtn\">Cancel</a>\n </p> -->\n</ng-container>\n\n<ng-container *ngIf=\"viewName === 'issuerefund'\">\n <ccpay-add-remission [isFromRefundListPage]=\"true\" [viewCompStatus]=\"viewName\" [isRefundRemission]=\"true\"\n [ccdCaseNumber]=\"ccdCaseNumber\" (refundListReason)=\"getRefundListReason($event)\"></ccpay-add-remission>\n</ng-container>\n\n<ng-container *ngIf=\"viewName === 'processretroremissonpage'\">\n <ccpay-add-remission [isFromRefundListPage]=\"true\" [viewCompStatus]=\"viewName\" [isRefundRemission]=\"true\"\n [ccdCaseNumber]=\"ccdCaseNumber\" (refundListAmount)=\"getRefundAmount($event)\"></ccpay-add-remission>\n</ng-container>\n\n<ng-container *ngIf=\"viewName === 'reviewrefundconfirmationpage'\">\n <div class=\"govuk-grid-row pagesize\">\n <div>\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">\n Refund submitted\n </h1>\n\n <div class=\"govuk-panel__body\">\n <p class=\"govuk-body white\"><strong>Refund reference:{{refundReference}} </strong></p>\n </div>\n\n </div>\n\n <h2 class=\"govuk-heading-l\">What happens next</h2>\n <p class=\"govuk-body\">\n A refund request for {{refundAmount| currency:'GBP':'symbol-narrow':'1.2-2'}} has been created and will be passed to a team leader to approve.\n </p>\n\n <p class=\"govuk-body\">\n <a href=\"javascript:void(0)\" (click)=\"loadRefundListPage()\" class=\"govuk-link\">Return to case</a>\n </p>\n </div>\n </div>\n</ng-container>\n",
11066
+ template: "\n<div *ngIf=\"errorMessage\">\n <div class=\"error-summary\" role=\"group\" aria-labelledby=\"failure-error-summary-heading\" tabindex=\"-1\">\n <h2 class=\"heading-medium error-summary-heading\" id=\"failure-error-summary-heading\">\n Error in processing the request\n </h2>\n <div class=\"govuk-error-summary__body\">\n {{ errorMessage }}\n </div>\n </div>\n</div>\n<ng-container *ngIf=\"viewName==='refundstatuslist' && rejectedRefundList\">\n <!-- payments -->\n\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-16\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-11\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header col-18\" scope=\"col\">Date</td>\n <td class=\"govuk-table__header col-25\" scope=\"col\">Refund reference</td>\n <td class=\"govuk-table__header col-24 \" scope=\"col\">Reason</td>\n <td class=\"govuk-table__header\" scope=\"col\"></td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"rejectedRefundList?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let refundList of rejectedRefundList\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{ refundList?.refund_status['name'] }}</td>\n <td class=\"channel govuk-table__cell whitespace-inherit\">\u00A3{{ refundList?.amount | number:'.2' }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ refundList?.date_updated | date:'dd MMM yyyy'}}\n </td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ refundList?.refund_reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\"> {{refundList?.reason}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">\n <a href=\"javascript:void(0)\" (click)=\"goToRefundView(refundList,'casetransactions')\">Review</a>\n </td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"rejectedRefundList?.length === 0\">\n <td class=\"govuk-table__cell\" colspan=\"6\">No refunds recorded</td>\n </tbody>\n </table>\n</ng-container>\n\n<ng-container *ngIf=\"viewName==='refundview'\">\n <div class=\"govuk-breadcrumbs\">\n <ol class=\"govuk-breadcrumbs__list\">\n <li class=\"govuk-breadcrumbs__list-item\">\n <a href=\"javascript:void(0)\" (click)=\"loadRefundListPage()\" class=\"govuk-back-link govuk-label\">Back</a>\n </li>\n </ol>\n </div>\n <h2 class=\"govuk-heading-l\">Refund details</h2>\n <table>\n \n <tbody>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Refund reference</td>\n <td>{{ refundlist?.refund_reference }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Payment to be refunded</td>\n <td>{{refundlist?.payment_reference }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Reason for refund</td>\n <td>{{ refundlist?.reason }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Amount refunded</td>\n <td>\u00A3{{refundlist?.amount | number:'.2' }}</td>\n </tr>\n\n </tbody>\n </table>\n\n <!-- Status history -->\n <div>\n <br />\n <h2 class=\"govuk-heading-m\">Refund status history</h2>\n <div *ngIf=\"refundStatusHistories\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-24 whitespace-inherit\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-27 whitespace-inherit\" scope=\"col\">Date and time</td>\n <td class=\"govuk-table__header whitespace-inherit\" scope=\"col\">Users</td>\n <td class=\"govuk-table__header whitespace-inherit\" scope=\"col\">Notes</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngFor=\"let refundStatusHistory of refundStatusHistories;\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{refundStatusHistory.status}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{refundStatusHistory.date_created | date:'d MMMM yyyy\n hh:mm:ss'}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{refundStatusHistory.created_by}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{refundStatusHistory.notes}}</td>\n </tr>\n </tbody>\n </table>\n </div>\n\n </div>\n\n <ng-container *ngIf=\"viewName === 'refundview' && !isFromPayBubble\">\n <div *ngIf=\"refundButtonState==='Update required'\">\n <!-- <div *ngIf=\"refundButtonState==='sent back'\"> -->\n <br />\n <button type=\"submit\" class=\"button govuk-button--secondary btnmargin\"\n (click)=\"gotoReviewAndReSubmitPage()\">Resubmit\n refund</button>\n </div>\n <div *ngIf=\"isProcessRefund && !isLastUpdatedByCurrentUser && refundButtonState==='Sent for approval'\" >\n <!-- <div *ngIf=\"isProcessRefund && !isLastUpdatedByCurrentUser && refundButtonState==='sent for approval'\"> -->\n <br />\n <button type=\"submit\" class=\"button govuk-button--secondary\"\n (click)=\"goToRefundProcessComponent(refundlist.refund_reference,refundlist)\">Process refund</button>\n </div>\n </ng-container>\n\n\n</ng-container>\n\n<ng-container *ngIf=\"viewName==='reviewandsubmitview'\">\n <!-- <div class=\"govuk-breadcrumbs\">\n <ol class=\"govuk-breadcrumbs__list\">\n <li class=\"govuk-breadcrumbs__list-item\">\n <a (click)=\"gotoReviewDetailsPage($event)\" class=\"govuk-back-link govuk-label\">Back</a>\n </li>\n </ol>\n </div> -->\n <div class=\"govuk-warning-text\">\n <h1 class=\"heading-large\">Review and resubmit refund</h1>\n </div>\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Reason for rejection</td>\n <td class=\"govuk-table__cell\">{{refundreason}}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Refund reference</td>\n <td class=\"govuk-table__cell\">{{ refundlist?.refund_reference}} </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Reason for refund</td>\n <td class=\"govuk-table__cell\"> {{ refundlist?.reason}}\n <a (click)=\"gotoRefundReasonPage()\" *ngIf=\"refundlist?.reason !== 'Retrospective remission'\"\n class=\"govuk-link right\">Change</a>\n </td>\n\n <!-- <td class=\"govuk-table__cell\">{{ refundlist?.reason }}</td>\n <a (click)=\"gotoRefundReasonPage()\" class=\"govuk-link right\">Change</a> -->\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment reference</td>\n <td class=\"govuk-table__cell\">{{ refundlist?.payment_reference}} </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td *ngIf=\"refundlist?.reason === 'Retrospective remission'\" class=\"govuk-table__cell govuk-!-font-weight-bold\">Refund amount</td>\n <td *ngIf=\"refundlist?.reason !== 'Retrospective remission'\" class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment amount</td>\n <td class=\"govuk-table__cell\"> \u00A3{{ changedAmount | number:'.2' }}\n <a (click)=\"gotoAmountPage()\" *ngIf=\"refundlist?.reason === 'Retrospective remission'\"\n class=\"govuk-link right\">Change</a>\n </td>\n\n </tr>\n </table>\n <div class=\"govuk-button-group\">\n <button (click)=\"gotoReviewDetailsPage($event)\" class=\"govuk-button govuk-button--secondary\"> Previous</button>\n <button [disabled]=\"isRefundBtnDisabled\" (click)=\"gotoReviewRefundConfirmationPage()\" class=\"govuk-button button\"\n data-module=\"govuk-button\">\n Submit refund\n </button>\n</div>\n<p><a href=\"javascript:void(0)\" (click)=\"loadRefundListPage()\" class=\"govuk-link\" data-module=\"govuk-button\">Cancel</a></p>\n <!-- <div class=\"govuk-button-group\">\n <button [disabled]=\"isRefundBtnDisabled\" (click)=\"gotoReviewRefundConfirmationPage()\" class=\"govuk-button button\"\n data-module=\"govuk-button\">\n Submit refund\n </button>\n </div> -->\n <!-- <p>\n <a (click)=\"loadRefundListPage()\" href=\"\" class=\"cancelbtn\">Cancel</a>\n </p> -->\n</ng-container>\n\n<ng-container *ngIf=\"viewName === 'issuerefund'\">\n <ccpay-add-remission [isFromRefundListPage]=\"true\" [viewCompStatus]=\"viewName\" [isRefundRemission]=\"true\"\n [ccdCaseNumber]=\"ccdCaseNumber\" (refundListReason)=\"getRefundListReason($event)\"></ccpay-add-remission>\n</ng-container>\n\n<ng-container *ngIf=\"viewName === 'processretroremissonpage'\">\n <ccpay-add-remission [isFromRefundListPage]=\"true\" [viewCompStatus]=\"viewName\" [isRefundRemission]=\"true\"\n [ccdCaseNumber]=\"ccdCaseNumber\" (refundListAmount)=\"getRefundAmount($event)\"></ccpay-add-remission>\n</ng-container>\n\n<ng-container *ngIf=\"viewName === 'reviewrefundconfirmationpage'\">\n <div class=\"govuk-grid-row pagesize\">\n <div>\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">\n Refund submitted\n </h1>\n\n <div class=\"govuk-panel__body\">\n <p class=\"govuk-body white\"><strong>Refund reference:{{refundReference}} </strong></p>\n </div>\n\n </div>\n\n <h2 class=\"govuk-heading-l\">What happens next</h2>\n <p class=\"govuk-body\">\n A refund request for {{refundAmount| currency:'GBP':'symbol-narrow':'1.2-2'}} has been created and will be passed to a team leader to approve.\n </p>\n\n <p class=\"govuk-body\">\n <a href=\"javascript:void(0)\" (click)=\"loadRefundListPage()\" class=\"govuk-link\">Return to case</a>\n </p>\n </div>\n </div>\n</ng-container>\n",
9168
11067
  styles: [".right{float:right!important}.button{margin-bottom:3em;font-size:19px}.cancelbtn{font-size:19px;font-weight:400}.btnmargin{margin-bottom:2em}.govuk-button--secondary{background-color:#dee0e2;box-shadow:0 2px 0 #858688;color:#0b0c0c;margin-right:.5em}.govuk-label--s,.govuk-warning-text__text,.hmcts-currency-input__symbol{font-size:19px;font-weight:400}.inline-error-class{outline:#a71414 solid 3px;outline-offset:0}.inline-error-message{color:#a71414;font-weight:700;margin-top:10px;font-size:20px}.govuk-button,.govuk-link{margin-right:1em;font-size:19px;font-weight:200}.govuk-button-group{padding-top:2em}.heading-medium{margin-top:.875em}.heading-large{margin-top:.25em}.govuk-panel--confirmation{color:#fff;background:#00703c}.govuk-heading-l{font-size:36px}.govuk-heading-m{font-size:24px}.govuk-panel__title{font-size:5rem}.govuk-body,.govuk-body-m{font-size:2.1875rem}.govuk-input--width-10{max-width:36ex}.col-14{width:14%!important}.col-10{width:10%!important}.col-11{width:11%!important}.col-18{width:18%!important}.col-21{width:21%!important}.col-9{width:9%!important}.col-15{width:15%!important}.col-16{width:16%!important}.col-25{width:25%!important}.col-24{width:24%!important}.govuk-error-summary__title{font-size:24px!important}.govuk-error-summary__body{font-size:19px!important}.white{color:#fff}.pagesize{margin:2em;width:97%}.govuk-link{cursor:pointer}"]
9169
11068
  }] }
9170
11069
  ];
@@ -9186,17 +11085,120 @@ var RefundStatusComponent = /** @class */ (function () {
9186
11085
  };
9187
11086
  return RefundStatusComponent;
9188
11087
  }());
11088
+ if (false) {
11089
+ /** @type {?} */
11090
+ RefundStatusComponent.prototype.LOGGEDINUSERROLES;
11091
+ /** @type {?} */
11092
+ RefundStatusComponent.prototype.API_ROOT;
11093
+ /** @type {?} */
11094
+ RefundStatusComponent.prototype.ccdCaseNumber;
11095
+ /** @type {?} */
11096
+ RefundStatusComponent.prototype.isTurnOff;
11097
+ /** @type {?} */
11098
+ RefundStatusComponent.prototype.isEliginbleToAccess;
11099
+ /** @type {?} */
11100
+ RefundStatusComponent.prototype.refundStatusForm;
11101
+ /** @type {?} */
11102
+ RefundStatusComponent.prototype.selectedRefundReason;
11103
+ /** @type {?} */
11104
+ RefundStatusComponent.prototype.rejectedRefundList;
11105
+ /** @type {?} */
11106
+ RefundStatusComponent.prototype.approvalStatus;
11107
+ /** @type {?} */
11108
+ RefundStatusComponent.prototype.rejectStatus;
11109
+ /** @type {?} */
11110
+ RefundStatusComponent.prototype.errorMessage;
11111
+ /** @type {?} */
11112
+ RefundStatusComponent.prototype.viewName;
11113
+ /** @type {?} */
11114
+ RefundStatusComponent.prototype.refundReason;
11115
+ /** @type {?} */
11116
+ RefundStatusComponent.prototype.refundlist;
11117
+ /** @type {?} */
11118
+ RefundStatusComponent.prototype.bsPaymentDcnNumber;
11119
+ /** @type {?} */
11120
+ RefundStatusComponent.prototype.isCallFromRefundList;
11121
+ /** @type {?} */
11122
+ RefundStatusComponent.prototype.refundButtonState;
11123
+ /** @type {?} */
11124
+ RefundStatusComponent.prototype.isAmountEmpty;
11125
+ /** @type {?} */
11126
+ RefundStatusComponent.prototype.isReasonEmpty;
11127
+ /** @type {?} */
11128
+ RefundStatusComponent.prototype.amountHasError;
11129
+ /** @type {?} */
11130
+ RefundStatusComponent.prototype.isRemissionLessThanFeeError;
11131
+ /** @type {?} */
11132
+ RefundStatusComponent.prototype.refundHasError;
11133
+ /** @type {?} */
11134
+ RefundStatusComponent.prototype.refundReasons;
11135
+ /** @type {?} */
11136
+ RefundStatusComponent.prototype.refundStatusHistories;
11137
+ /** @type {?} */
11138
+ RefundStatusComponent.prototype.refundReference;
11139
+ /** @type {?} */
11140
+ RefundStatusComponent.prototype.refundAmount;
11141
+ /** @type {?} */
11142
+ RefundStatusComponent.prototype.refundCode;
11143
+ /** @type {?} */
11144
+ RefundStatusComponent.prototype.isRefundBtnDisabled;
11145
+ /** @type {?} */
11146
+ RefundStatusComponent.prototype.oldRefundReason;
11147
+ /** @type {?} */
11148
+ RefundStatusComponent.prototype.refundreason;
11149
+ /** @type {?} */
11150
+ RefundStatusComponent.prototype.navigationpage;
11151
+ /** @type {?} */
11152
+ RefundStatusComponent.prototype.isLastUpdatedByCurrentUser;
11153
+ /** @type {?} */
11154
+ RefundStatusComponent.prototype.isProcessRefund;
11155
+ /** @type {?} */
11156
+ RefundStatusComponent.prototype.changedAmount;
11157
+ /** @type {?} */
11158
+ RefundStatusComponent.prototype.isFromPayBubble;
11159
+ /**
11160
+ * @type {?}
11161
+ * @private
11162
+ */
11163
+ RefundStatusComponent.prototype.formBuilder;
11164
+ /**
11165
+ * @type {?}
11166
+ * @private
11167
+ */
11168
+ RefundStatusComponent.prototype.refundService;
11169
+ /**
11170
+ * @type {?}
11171
+ * @private
11172
+ */
11173
+ RefundStatusComponent.prototype.paymentLibComponent;
11174
+ /**
11175
+ * @type {?}
11176
+ * @private
11177
+ */
11178
+ RefundStatusComponent.prototype.paymentViewService;
11179
+ /**
11180
+ * @type {?}
11181
+ * @private
11182
+ */
11183
+ RefundStatusComponent.prototype.router;
11184
+ /**
11185
+ * @type {?}
11186
+ * @private
11187
+ */
11188
+ RefundStatusComponent.prototype.OrderslistService;
11189
+ }
9189
11190
 
9190
11191
  /**
9191
11192
  * @fileoverview added by tsickle
9192
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
11193
+ * Generated from: lib/components/service-request/service-request.component.ts
11194
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9193
11195
  */
9194
11196
  var ServiceRequestComponent = /** @class */ (function () {
9195
- function ServiceRequestComponent(paymentLibComponent, paymentViewService, OrderslistService$$1, router) {
11197
+ function ServiceRequestComponent(paymentLibComponent, paymentViewService, OrderslistService, router) {
9196
11198
  var _this = this;
9197
11199
  this.paymentLibComponent = paymentLibComponent;
9198
11200
  this.paymentViewService = paymentViewService;
9199
- this.OrderslistService = OrderslistService$$1;
11201
+ this.OrderslistService = OrderslistService;
9200
11202
  this.router = router;
9201
11203
  this.goToServiceRquestComponent = new EventEmitter();
9202
11204
  this.paymentGroups = [];
@@ -9428,6 +11430,7 @@ var ServiceRequestComponent = /** @class */ (function () {
9428
11430
  else {
9429
11431
  return false;
9430
11432
  }
11433
+ ;
9431
11434
  }
9432
11435
  };
9433
11436
  /**
@@ -9561,6 +11564,7 @@ var ServiceRequestComponent = /** @class */ (function () {
9561
11564
  else {
9562
11565
  return false;
9563
11566
  }
11567
+ ;
9564
11568
  };
9565
11569
  /**
9566
11570
  * @return {?}
@@ -9595,6 +11599,7 @@ var ServiceRequestComponent = /** @class */ (function () {
9595
11599
  else {
9596
11600
  return false;
9597
11601
  }
11602
+ ;
9598
11603
  }
9599
11604
  };
9600
11605
  /**
@@ -9702,10 +11707,175 @@ var ServiceRequestComponent = /** @class */ (function () {
9702
11707
  };
9703
11708
  return ServiceRequestComponent;
9704
11709
  }());
11710
+ if (false) {
11711
+ /** @type {?} */
11712
+ ServiceRequestComponent.prototype.LOGGEDINUSERROLES;
11713
+ /** @type {?} */
11714
+ ServiceRequestComponent.prototype.viewStatus;
11715
+ /** @type {?} */
11716
+ ServiceRequestComponent.prototype.orderDetail;
11717
+ /** @type {?} */
11718
+ ServiceRequestComponent.prototype.orderRef;
11719
+ /** @type {?} */
11720
+ ServiceRequestComponent.prototype.orderStatus;
11721
+ /** @type {?} */
11722
+ ServiceRequestComponent.prototype.orderParty;
11723
+ /** @type {?} */
11724
+ ServiceRequestComponent.prototype.orderCreated;
11725
+ /** @type {?} */
11726
+ ServiceRequestComponent.prototype.orderCCDEvent;
11727
+ /** @type {?} */
11728
+ ServiceRequestComponent.prototype.orderFeesTotal;
11729
+ /** @type {?} */
11730
+ ServiceRequestComponent.prototype.orderTotalPayments;
11731
+ /** @type {?} */
11732
+ ServiceRequestComponent.prototype.orderRemissionTotal;
11733
+ /** @type {?} */
11734
+ ServiceRequestComponent.prototype.takePayment;
11735
+ /** @type {?} */
11736
+ ServiceRequestComponent.prototype.ccdCaseNumber;
11737
+ /** @type {?} */
11738
+ ServiceRequestComponent.prototype.isServiceRequest;
11739
+ /** @type {?} */
11740
+ ServiceRequestComponent.prototype.goToServiceRquestComponent;
11741
+ /** @type {?} */
11742
+ ServiceRequestComponent.prototype.servicerequest;
11743
+ /** @type {?} */
11744
+ ServiceRequestComponent.prototype.excReference;
11745
+ /** @type {?} */
11746
+ ServiceRequestComponent.prototype.paymentGroups;
11747
+ /** @type {?} */
11748
+ ServiceRequestComponent.prototype.payments;
11749
+ /** @type {?} */
11750
+ ServiceRequestComponent.prototype.nonPayments;
11751
+ /** @type {?} */
11752
+ ServiceRequestComponent.prototype.allPayments;
11753
+ /** @type {?} */
11754
+ ServiceRequestComponent.prototype.remissions;
11755
+ /** @type {?} */
11756
+ ServiceRequestComponent.prototype.fees;
11757
+ /** @type {?} */
11758
+ ServiceRequestComponent.prototype.errorMessage;
11759
+ /** @type {?} */
11760
+ ServiceRequestComponent.prototype.totalFees;
11761
+ /** @type {?} */
11762
+ ServiceRequestComponent.prototype.totalPayments;
11763
+ /** @type {?} */
11764
+ ServiceRequestComponent.prototype.totalNonOffPayments;
11765
+ /** @type {?} */
11766
+ ServiceRequestComponent.prototype.totalRemissions;
11767
+ /** @type {?} */
11768
+ ServiceRequestComponent.prototype.selectedOption;
11769
+ /** @type {?} */
11770
+ ServiceRequestComponent.prototype.dcnNumber;
11771
+ /** @type {?} */
11772
+ ServiceRequestComponent.prototype.paymentRef;
11773
+ /** @type {?} */
11774
+ ServiceRequestComponent.prototype.isTurnOff;
11775
+ /** @type {?} */
11776
+ ServiceRequestComponent.prototype.isRefundRemission;
11777
+ /** @type {?} */
11778
+ ServiceRequestComponent.prototype.isStrategicFixEnable;
11779
+ /** @type {?} */
11780
+ ServiceRequestComponent.prototype.isAddFeeBtnEnabled;
11781
+ /** @type {?} */
11782
+ ServiceRequestComponent.prototype.isExceptionRecord;
11783
+ /** @type {?} */
11784
+ ServiceRequestComponent.prototype.isUnprocessedRecordSelected;
11785
+ /** @type {?} */
11786
+ ServiceRequestComponent.prototype.exceptionRecordReference;
11787
+ /** @type {?} */
11788
+ ServiceRequestComponent.prototype.isAnyFeeGroupAvilable;
11789
+ /** @type {?} */
11790
+ ServiceRequestComponent.prototype.isHistoricGroupAvailable;
11791
+ /** @type {?} */
11792
+ ServiceRequestComponent.prototype.isBulkScanEnable;
11793
+ /** @type {?} */
11794
+ ServiceRequestComponent.prototype.isRemissionsMatch;
11795
+ /** @type {?} */
11796
+ ServiceRequestComponent.prototype.isRemoveBtnDisabled;
11797
+ /** @type {?} */
11798
+ ServiceRequestComponent.prototype.feeId;
11799
+ /** @type {?} */
11800
+ ServiceRequestComponent.prototype.clAmountDue;
11801
+ /** @type {?} */
11802
+ ServiceRequestComponent.prototype.unprocessedRecordCount;
11803
+ /** @type {?} */
11804
+ ServiceRequestComponent.prototype.isFeeRecordsExist;
11805
+ /** @type {?} */
11806
+ ServiceRequestComponent.prototype.isGrpOutstandingAmtPositive;
11807
+ /** @type {?} */
11808
+ ServiceRequestComponent.prototype.totalRefundAmount;
11809
+ /** @type {?} */
11810
+ ServiceRequestComponent.prototype.caseType;
11811
+ /** @type {?} */
11812
+ ServiceRequestComponent.prototype.payment;
11813
+ /** @type {?} */
11814
+ ServiceRequestComponent.prototype.paymentGroup;
11815
+ /** @type {?} */
11816
+ ServiceRequestComponent.prototype.paymentView;
11817
+ /** @type {?} */
11818
+ ServiceRequestComponent.prototype.isAddRemissionEnable;
11819
+ /** @type {?} */
11820
+ ServiceRequestComponent.prototype.orderRemissionDetails;
11821
+ /** @type {?} */
11822
+ ServiceRequestComponent.prototype.orderLevelFees;
11823
+ /** @type {?} */
11824
+ ServiceRequestComponent.prototype.cpoDetails;
11825
+ /** @type {?} */
11826
+ ServiceRequestComponent.prototype.serviceRequestValue;
11827
+ /** @type {?} */
11828
+ ServiceRequestComponent.prototype.orderAddBtnEnable;
11829
+ /** @type {?} */
11830
+ ServiceRequestComponent.prototype.isCPODown;
11831
+ /** @type {?} */
11832
+ ServiceRequestComponent.prototype.test;
11833
+ /** @type {?} */
11834
+ ServiceRequestComponent.prototype.isPBA;
11835
+ /** @type {?} */
11836
+ ServiceRequestComponent.prototype.isIssueRefunfBtnEnable;
11837
+ /** @type {?} */
11838
+ ServiceRequestComponent.prototype.isAddRemissionBtnEnabled;
11839
+ /** @type {?} */
11840
+ ServiceRequestComponent.prototype.isRefundRemissionBtnEnable;
11841
+ /** @type {?} */
11842
+ ServiceRequestComponent.prototype.allowedRolesToAccessRefund;
11843
+ /** @type {?} */
11844
+ ServiceRequestComponent.prototype.isFromServiceRequestPage;
11845
+ /** @type {?} */
11846
+ ServiceRequestComponent.prototype.navigationpage;
11847
+ /** @type {?} */
11848
+ ServiceRequestComponent.prototype.remissionFeeAmt;
11849
+ /** @type {?} */
11850
+ ServiceRequestComponent.prototype.check4AllowedRoles2AccessRefund;
11851
+ /** @type {?} */
11852
+ ServiceRequestComponent.prototype.allowFurtherAccessAfter4Days;
11853
+ /**
11854
+ * @type {?}
11855
+ * @private
11856
+ */
11857
+ ServiceRequestComponent.prototype.paymentLibComponent;
11858
+ /**
11859
+ * @type {?}
11860
+ * @private
11861
+ */
11862
+ ServiceRequestComponent.prototype.paymentViewService;
11863
+ /**
11864
+ * @type {?}
11865
+ * @private
11866
+ */
11867
+ ServiceRequestComponent.prototype.OrderslistService;
11868
+ /**
11869
+ * @type {?}
11870
+ * @private
11871
+ */
11872
+ ServiceRequestComponent.prototype.router;
11873
+ }
9705
11874
 
9706
11875
  /**
9707
11876
  * @fileoverview added by tsickle
9708
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
11877
+ * Generated from: lib/interfaces/IserviceRequestCardPayment.ts
11878
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9709
11879
  */
9710
11880
  var IserviceRequestCardPayment = /** @class */ (function () {
9711
11881
  function IserviceRequestCardPayment(amount) {
@@ -9715,10 +11885,19 @@ var IserviceRequestCardPayment = /** @class */ (function () {
9715
11885
  }
9716
11886
  return IserviceRequestCardPayment;
9717
11887
  }());
11888
+ if (false) {
11889
+ /** @type {?} */
11890
+ IserviceRequestCardPayment.prototype.amount;
11891
+ /** @type {?} */
11892
+ IserviceRequestCardPayment.prototype.currency;
11893
+ /** @type {?} */
11894
+ IserviceRequestCardPayment.prototype.language;
11895
+ }
9718
11896
 
9719
11897
  /**
9720
11898
  * @fileoverview added by tsickle
9721
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
11899
+ * Generated from: lib/interfaces/IserviceRequestPbaPayment.ts
11900
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9722
11901
  */
9723
11902
  var IserviceRequestPbaPayment = /** @class */ (function () {
9724
11903
  function IserviceRequestPbaPayment(account_number, amount, customer_reference, orgName) {
@@ -9730,11 +11909,26 @@ var IserviceRequestPbaPayment = /** @class */ (function () {
9730
11909
  }
9731
11910
  return IserviceRequestPbaPayment;
9732
11911
  }());
11912
+ if (false) {
11913
+ /** @type {?} */
11914
+ IserviceRequestPbaPayment.prototype.account_number;
11915
+ /** @type {?} */
11916
+ IserviceRequestPbaPayment.prototype.amount;
11917
+ /** @type {?} */
11918
+ IserviceRequestPbaPayment.prototype.currency;
11919
+ /** @type {?} */
11920
+ IserviceRequestPbaPayment.prototype.customer_reference;
11921
+ /** @type {?} */
11922
+ IserviceRequestPbaPayment.prototype.organisation_name;
11923
+ }
9733
11924
 
9734
11925
  /**
9735
11926
  * @fileoverview added by tsickle
9736
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
11927
+ * Generated from: lib/components/pba-payment/pba-payment.component.ts
11928
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9737
11929
  */
11930
+ /** @type {?} */
11931
+ var BS_ENABLE_FLAG$5 = 'bulk-scan-enabling-fe';
9738
11932
  var PbaPaymentComponent = /** @class */ (function () {
9739
11933
  function PbaPaymentComponent(paymentLibComponent, paymentViewService) {
9740
11934
  this.paymentLibComponent = paymentLibComponent;
@@ -9941,10 +12135,61 @@ var PbaPaymentComponent = /** @class */ (function () {
9941
12135
  };
9942
12136
  return PbaPaymentComponent;
9943
12137
  }());
12138
+ if (false) {
12139
+ /** @type {?} */
12140
+ PbaPaymentComponent.prototype.pbaPayOrderRef;
12141
+ /** @type {?} */
12142
+ PbaPaymentComponent.prototype.viewStatus;
12143
+ /** @type {?} */
12144
+ PbaPaymentComponent.prototype.pbaAccountList;
12145
+ /** @type {?} */
12146
+ PbaPaymentComponent.prototype.isPBAAccountHold;
12147
+ /** @type {?} */
12148
+ PbaPaymentComponent.prototype.errorMsg;
12149
+ /** @type {?} */
12150
+ PbaPaymentComponent.prototype.isCardPaymentSuccess;
12151
+ /** @type {?} */
12152
+ PbaPaymentComponent.prototype.isInSufficiantFund;
12153
+ /** @type {?} */
12154
+ PbaPaymentComponent.prototype.isPBAAccountNotExist;
12155
+ /** @type {?} */
12156
+ PbaPaymentComponent.prototype.isPBAServerError;
12157
+ /** @type {?} */
12158
+ PbaPaymentComponent.prototype.isGetPBAAccountSucceed;
12159
+ /** @type {?} */
12160
+ PbaPaymentComponent.prototype.selectedPbaAccount;
12161
+ /** @type {?} */
12162
+ PbaPaymentComponent.prototype.pbaAccountRef;
12163
+ /** @type {?} */
12164
+ PbaPaymentComponent.prototype.isPbaAccountSelected;
12165
+ /** @type {?} */
12166
+ PbaPaymentComponent.prototype.isCardPaymentSelected;
12167
+ /** @type {?} */
12168
+ PbaPaymentComponent.prototype.isPBADropdownSelected;
12169
+ /** @type {?} */
12170
+ PbaPaymentComponent.prototype.isContinueButtondisabled;
12171
+ /** @type {?} */
12172
+ PbaPaymentComponent.prototype.isPBAAccountPaymentSuccess;
12173
+ /** @type {?} */
12174
+ PbaPaymentComponent.prototype.pbaAccountrPaymentResult;
12175
+ /** @type {?} */
12176
+ PbaPaymentComponent.prototype.orgName;
12177
+ /**
12178
+ * @type {?}
12179
+ * @private
12180
+ */
12181
+ PbaPaymentComponent.prototype.paymentLibComponent;
12182
+ /**
12183
+ * @type {?}
12184
+ * @private
12185
+ */
12186
+ PbaPaymentComponent.prototype.paymentViewService;
12187
+ }
9944
12188
 
9945
12189
  /**
9946
12190
  * @fileoverview added by tsickle
9947
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
12191
+ * Generated from: lib/payment-lib.module.ts
12192
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9948
12193
  */
9949
12194
  var PaymentLibModule = /** @class */ (function () {
9950
12195
  function PaymentLibModule() {
@@ -10004,14 +12249,15 @@ var PaymentLibModule = /** @class */ (function () {
10004
12249
 
10005
12250
  /**
10006
12251
  * @fileoverview added by tsickle
10007
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
12252
+ * Generated from: public_api.ts
12253
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
10008
12254
  */
10009
12255
 
10010
12256
  /**
10011
12257
  * @fileoverview added by tsickle
10012
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
12258
+ * Generated from: hmcts-ccpay-web-component.ts
12259
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
10013
12260
  */
10014
12261
 
10015
- export { PaymentLibService, PaymentLibComponent, PaymentLibModule, AddRemissionComponent as ɵbb, AllocatePaymentsComponent as ɵw, CardDetailsComponent as ɵm, CaseTransactionsComponent as ɵz, ErrorBannerComponent as ɵbi, FeeSummaryComponent as ɵba, MarkUnidentifiedPaymentComponent as ɵr, MarkUnsolicitedPaymentComponent as ɵt, PageNotFoundComponent as ɵo, PaymentListComponent as ɵb, PaymentViewComponent as ɵf, PbaDetailsComponent as ɵy, PbaPaymentComponent as ɵi, ProcessRefundComponent as ɵj, ProcessedPaymentsComponent as ɵv, RefundListComponent as ɵl, RefundStatusComponent as ɵbk, ReportsComponent as ɵbg, ServiceRequestComponent as ɵbl, StatusHistoryComponent as ɵp, TableComponent as ɵbj, UnprocessedPaymentsComponent as ɵu, CapitalizePipe as ɵbd, CcdHyphensPipe as ɵbc, keyValuePipe as ɵbe, SanitizeHtmlPipe as ɵbf, BulkScaningPaymentService as ɵs, CardDetailsService as ɵn, CaseTransactionsService as ɵx, OrderslistService as ɵa, PaymentListService as ɵc, PaymentViewService as ɵg, RefundsService as ɵk, ErrorHandlerService as ɵe, WebComponentHttpClient as ɵh, ConsoleLoggerService as ɵbm, LoggerService as ɵd, StatusHistoryService as ɵq, XlFileService as ɵbh };
10016
-
10017
- //# sourceMappingURL=hmcts-ccpay-web-component.js.map
12262
+ export { PaymentLibComponent, PaymentLibModule, PaymentLibService, OrderslistService as ɵa, PaymentListComponent as ɵb, FeeSummaryComponent as ɵba, AddRemissionComponent as ɵbb, CcdHyphensPipe as ɵbc, CapitalizePipe as ɵbd, keyValuePipe as ɵbe, SanitizeHtmlPipe as ɵbf, ReportsComponent as ɵbg, XlFileService as ɵbh, ErrorBannerComponent as ɵbi, TableComponent as ɵbj, RefundStatusComponent as ɵbk, ServiceRequestComponent as ɵbl, ConsoleLoggerService as ɵbm, PaymentListService as ɵc, LoggerService as ɵd, ErrorHandlerService as ɵe, PaymentViewComponent as ɵf, PaymentViewService as ɵg, WebComponentHttpClient as ɵh, PbaPaymentComponent as ɵi, ProcessRefundComponent as ɵj, RefundsService as ɵk, RefundListComponent as ɵl, CardDetailsComponent as ɵm, CardDetailsService as ɵn, PageNotFoundComponent as ɵo, StatusHistoryComponent as ɵp, StatusHistoryService as ɵq, MarkUnidentifiedPaymentComponent as ɵr, BulkScaningPaymentService as ɵs, MarkUnsolicitedPaymentComponent as ɵt, UnprocessedPaymentsComponent as ɵu, ProcessedPaymentsComponent as ɵv, AllocatePaymentsComponent as ɵw, CaseTransactionsService as ɵx, PbaDetailsComponent as ɵy, CaseTransactionsComponent as ɵz };
12263
+ //# sourceMappingURL=hmcts-ccpay-web-component.js.map