@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,23 +1,24 @@
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';
5
7
  import { Meta, DomSanitizer } from '@angular/platform-browser';
6
- import { Location, formatDate, CommonModule } from '@angular/common';
8
+ import { FormControl, Validators, FormBuilder, FormsModule, ReactiveFormsModule } from '@angular/forms';
9
+ import { Router, ActivatedRoute } from '@angular/router';
7
10
  import { saveAs } from 'file-saver';
8
11
  import { utils, write } from 'xlsx';
9
12
  import { MatTableDataSource, MatTableModule } from '@angular/material/table';
10
- import { MatPaginator, MatPaginatorModule } from '@angular/material/paginator';
11
13
  import { MatSort, MatSortModule } from '@angular/material/sort';
14
+ import { MatPaginator, MatPaginatorModule } from '@angular/material/paginator';
12
15
  import { MatFormFieldModule } from '@angular/material/form-field';
13
16
  import { MatInputModule } from '@angular/material/input';
14
- import { FormBuilder, Validators, FormControl, FormsModule, ReactiveFormsModule } from '@angular/forms';
15
- import { ActivatedRoute, Router } from '@angular/router';
16
- import { Injectable, Component, Input, Output, EventEmitter, ViewChild, ChangeDetectorRef, Pipe, NgModule, defineInjectable, inject } from '@angular/core';
17
17
 
18
18
  /**
19
19
  * @fileoverview added by tsickle
20
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
20
+ * Generated from: lib/payment-lib.service.ts
21
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
21
22
  */
22
23
  class PaymentLibService {
23
24
  constructor() { }
@@ -81,11 +82,22 @@ PaymentLibService.decorators = [
81
82
  ];
82
83
  /** @nocollapse */
83
84
  PaymentLibService.ctorParameters = () => [];
84
- /** @nocollapse */ PaymentLibService.ngInjectableDef = defineInjectable({ factory: function PaymentLibService_Factory() { return new PaymentLibService(); }, token: PaymentLibService, providedIn: "root" });
85
+ /** @nocollapse */ PaymentLibService.ngInjectableDef = ɵɵdefineInjectable({ factory: function PaymentLibService_Factory() { return new PaymentLibService(); }, token: PaymentLibService, providedIn: "root" });
86
+ if (false) {
87
+ /** @type {?} */
88
+ PaymentLibService.prototype.API_ROOT;
89
+ /** @type {?} */
90
+ PaymentLibService.prototype.BULKSCAN_API_ROOT;
91
+ /** @type {?} */
92
+ PaymentLibService.prototype.REFUNDS_API_ROOT;
93
+ /** @type {?} */
94
+ PaymentLibService.prototype.CARDPAYMENTRETURNURL;
95
+ }
85
96
 
86
97
  /**
87
98
  * @fileoverview added by tsickle
88
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
99
+ * Generated from: lib/services/orderslist.service.ts
100
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
89
101
  */
90
102
  class OrderslistService {
91
103
  constructor() {
@@ -363,11 +375,130 @@ OrderslistService.decorators = [
363
375
  ];
364
376
  /** @nocollapse */
365
377
  OrderslistService.ctorParameters = () => [];
366
- /** @nocollapse */ OrderslistService.ngInjectableDef = defineInjectable({ factory: function OrderslistService_Factory() { return new OrderslistService(); }, token: OrderslistService, providedIn: "root" });
378
+ /** @nocollapse */ OrderslistService.ngInjectableDef = ɵɵdefineInjectable({ factory: function OrderslistService_Factory() { return new OrderslistService(); }, token: OrderslistService, providedIn: "root" });
379
+ if (false) {
380
+ /**
381
+ * @type {?}
382
+ * @private
383
+ */
384
+ OrderslistService.prototype.ordersList;
385
+ /**
386
+ * @type {?}
387
+ * @private
388
+ */
389
+ OrderslistService.prototype.refundView;
390
+ /**
391
+ * @type {?}
392
+ * @private
393
+ */
394
+ OrderslistService.prototype.caseType;
395
+ /** @type {?} */
396
+ OrderslistService.prototype.getcaseType;
397
+ /**
398
+ * @type {?}
399
+ * @private
400
+ */
401
+ OrderslistService.prototype.feeExists;
402
+ /** @type {?} */
403
+ OrderslistService.prototype.getFeeExist;
404
+ /**
405
+ * @type {?}
406
+ * @private
407
+ */
408
+ OrderslistService.prototype.ccdCaseNumber;
409
+ /** @type {?} */
410
+ OrderslistService.prototype.getCCDCaseNumberforRefund;
411
+ /**
412
+ * @type {?}
413
+ * @private
414
+ */
415
+ OrderslistService.prototype.isFromServiceRequestPage;
416
+ /** @type {?} */
417
+ OrderslistService.prototype.getisFromServiceRequestPage;
418
+ /**
419
+ * @type {?}
420
+ * @private
421
+ */
422
+ OrderslistService.prototype.OrderRefId;
423
+ /** @type {?} */
424
+ OrderslistService.prototype.getOrderRefId;
425
+ /**
426
+ * @type {?}
427
+ * @private
428
+ */
429
+ OrderslistService.prototype.navigationPage;
430
+ /** @type {?} */
431
+ OrderslistService.prototype.getnavigationPage;
432
+ /**
433
+ * @type {?}
434
+ * @private
435
+ */
436
+ OrderslistService.prototype.orderRef;
437
+ /** @type {?} */
438
+ OrderslistService.prototype.getorderRef;
439
+ /**
440
+ * @type {?}
441
+ * @private
442
+ */
443
+ OrderslistService.prototype.orderCCDEvent;
444
+ /** @type {?} */
445
+ OrderslistService.prototype.getorderCCDEvent;
446
+ /**
447
+ * @type {?}
448
+ * @private
449
+ */
450
+ OrderslistService.prototype.orderCreated;
451
+ /** @type {?} */
452
+ OrderslistService.prototype.getorderCreated;
453
+ /**
454
+ * @type {?}
455
+ * @private
456
+ */
457
+ OrderslistService.prototype.orderParty;
458
+ /** @type {?} */
459
+ OrderslistService.prototype.getorderParty;
460
+ /**
461
+ * @type {?}
462
+ * @private
463
+ */
464
+ OrderslistService.prototype.orderRemissionTotal;
465
+ /** @type {?} */
466
+ OrderslistService.prototype.getorderRemissionTotal;
467
+ /**
468
+ * @type {?}
469
+ * @private
470
+ */
471
+ OrderslistService.prototype.orderFeesTotal;
472
+ /** @type {?} */
473
+ OrderslistService.prototype.getorderFeesTotal;
474
+ /**
475
+ * @type {?}
476
+ * @private
477
+ */
478
+ OrderslistService.prototype.orderTotalPayments;
479
+ /** @type {?} */
480
+ OrderslistService.prototype.getorderTotalPayments;
481
+ /**
482
+ * @type {?}
483
+ * @private
484
+ */
485
+ OrderslistService.prototype.rolesList;
486
+ /**
487
+ * @type {?}
488
+ * @private
489
+ */
490
+ OrderslistService.prototype.orderDetail;
491
+ /**
492
+ * @type {?}
493
+ * @private
494
+ */
495
+ OrderslistService.prototype.paymentPageView;
496
+ }
367
497
 
368
498
  /**
369
499
  * @fileoverview added by tsickle
370
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
500
+ * Generated from: lib/payment-lib.component.ts
501
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
371
502
  */
372
503
  class PaymentLibComponent {
373
504
  /**
@@ -375,10 +506,10 @@ class PaymentLibComponent {
375
506
  * @param {?} cd
376
507
  * @param {?} OrderslistService
377
508
  */
378
- constructor(paymentLibService, cd, OrderslistService$$1) {
509
+ constructor(paymentLibService, cd, OrderslistService) {
379
510
  this.paymentLibService = paymentLibService;
380
511
  this.cd = cd;
381
- this.OrderslistService = OrderslistService$$1;
512
+ this.OrderslistService = OrderslistService;
382
513
  this.unProcessedPaymentServiceId = null;
383
514
  this.unProcessedPayment = null;
384
515
  this.orderFeesTotal = 0.00;
@@ -503,10 +634,140 @@ PaymentLibComponent.propDecorators = {
503
634
  LOGGEDINUSEREMAIL: [{ type: Input, args: ['LOGGEDINUSEREMAIL',] }],
504
635
  isFromServiceRequestPage: [{ type: Input, args: ['isFromServiceRequestPage',] }]
505
636
  };
637
+ if (false) {
638
+ /** @type {?} */
639
+ PaymentLibComponent.prototype.API_ROOT;
640
+ /** @type {?} */
641
+ PaymentLibComponent.prototype.BULKSCAN_API_ROOT;
642
+ /** @type {?} */
643
+ PaymentLibComponent.prototype.REFUNDS_API_ROOT;
644
+ /** @type {?} */
645
+ PaymentLibComponent.prototype.CARDPAYMENTRETURNURL;
646
+ /** @type {?} */
647
+ PaymentLibComponent.prototype.CCD_CASE_NUMBER;
648
+ /** @type {?} */
649
+ PaymentLibComponent.prototype.EXC_REFERENCE;
650
+ /** @type {?} */
651
+ PaymentLibComponent.prototype.PAYMENT_METHOD;
652
+ /** @type {?} */
653
+ PaymentLibComponent.prototype.VIEW;
654
+ /** @type {?} */
655
+ PaymentLibComponent.prototype.VIEWSERVICE;
656
+ /** @type {?} */
657
+ PaymentLibComponent.prototype.PAYMENT_GROUP_REF;
658
+ /** @type {?} */
659
+ PaymentLibComponent.prototype.TAKEPAYMENT;
660
+ /** @type {?} */
661
+ PaymentLibComponent.prototype.SERVICEREQUEST;
662
+ /** @type {?} */
663
+ PaymentLibComponent.prototype.DCN_NUMBER;
664
+ /** @type {?} */
665
+ PaymentLibComponent.prototype.SELECTED_OPTION;
666
+ /** @type {?} */
667
+ PaymentLibComponent.prototype.ISBSENABLE;
668
+ /** @type {?} */
669
+ PaymentLibComponent.prototype.ISSFENABLE;
670
+ /** @type {?} */
671
+ PaymentLibComponent.prototype.ISTURNOFF;
672
+ /** @type {?} */
673
+ PaymentLibComponent.prototype.CASETYPE;
674
+ /** @type {?} */
675
+ PaymentLibComponent.prototype.ISPAYMENTSTATUSENABLED;
676
+ /** @type {?} */
677
+ PaymentLibComponent.prototype.rootUrl;
678
+ /** @type {?} */
679
+ PaymentLibComponent.prototype.REFUNDLIST;
680
+ /** @type {?} */
681
+ PaymentLibComponent.prototype.USERID;
682
+ /** @type {?} */
683
+ PaymentLibComponent.prototype.LOGGEDINUSERROLES;
684
+ /** @type {?} */
685
+ PaymentLibComponent.prototype.LOGGEDINUSEREMAIL;
686
+ /** @type {?} */
687
+ PaymentLibComponent.prototype.isFromServiceRequestPage;
688
+ /** @type {?} */
689
+ PaymentLibComponent.prototype.paymentMethod;
690
+ /** @type {?} */
691
+ PaymentLibComponent.prototype.bspaymentdcn;
692
+ /** @type {?} */
693
+ PaymentLibComponent.prototype.unProcessedPaymentServiceId;
694
+ /** @type {?} */
695
+ PaymentLibComponent.prototype.paymentGroupReference;
696
+ /** @type {?} */
697
+ PaymentLibComponent.prototype.paymentReference;
698
+ /** @type {?} */
699
+ PaymentLibComponent.prototype.refundReference;
700
+ /** @type {?} */
701
+ PaymentLibComponent.prototype.refundlistsource;
702
+ /** @type {?} */
703
+ PaymentLibComponent.prototype.viewName;
704
+ /** @type {?} */
705
+ PaymentLibComponent.prototype.isTurnOff;
706
+ /** @type {?} */
707
+ PaymentLibComponent.prototype.caseType;
708
+ /** @type {?} */
709
+ PaymentLibComponent.prototype.unProcessedPayment;
710
+ /** @type {?} */
711
+ PaymentLibComponent.prototype.isRefundStatusView;
712
+ /** @type {?} */
713
+ PaymentLibComponent.prototype.isRedirectFromCaseTransactionPage;
714
+ /** @type {?} */
715
+ PaymentLibComponent.prototype.isCallFromRefundList;
716
+ /** @type {?} */
717
+ PaymentLibComponent.prototype.isFromRefundStatusPage;
718
+ /** @type {?} */
719
+ PaymentLibComponent.prototype.iscancelClicked;
720
+ /** @type {?} */
721
+ PaymentLibComponent.prototype.isFromPaymentDetailPage;
722
+ /** @type {?} */
723
+ PaymentLibComponent.prototype.pbaPayOrderRef;
724
+ /** @type {?} */
725
+ PaymentLibComponent.prototype.isTakePayment;
726
+ /** @type {?} */
727
+ PaymentLibComponent.prototype.orderDetail;
728
+ /** @type {?} */
729
+ PaymentLibComponent.prototype.orderRef;
730
+ /** @type {?} */
731
+ PaymentLibComponent.prototype.orderStatus;
732
+ /** @type {?} */
733
+ PaymentLibComponent.prototype.orderParty;
734
+ /** @type {?} */
735
+ PaymentLibComponent.prototype.orderCreated;
736
+ /** @type {?} */
737
+ PaymentLibComponent.prototype.orderCCDEvent;
738
+ /** @type {?} */
739
+ PaymentLibComponent.prototype.serviceRequestValue;
740
+ /** @type {?} */
741
+ PaymentLibComponent.prototype.orderAddBtnEnable;
742
+ /** @type {?} */
743
+ PaymentLibComponent.prototype.orderFeesTotal;
744
+ /** @type {?} */
745
+ PaymentLibComponent.prototype.orderRemissionTotal;
746
+ /** @type {?} */
747
+ PaymentLibComponent.prototype.orderTotalPayments;
748
+ /** @type {?} */
749
+ PaymentLibComponent.prototype.orderPendingPayments;
750
+ /**
751
+ * @type {?}
752
+ * @private
753
+ */
754
+ PaymentLibComponent.prototype.paymentLibService;
755
+ /**
756
+ * @type {?}
757
+ * @private
758
+ */
759
+ PaymentLibComponent.prototype.cd;
760
+ /**
761
+ * @type {?}
762
+ * @private
763
+ */
764
+ PaymentLibComponent.prototype.OrderslistService;
765
+ }
506
766
 
507
767
  /**
508
768
  * @fileoverview added by tsickle
509
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
769
+ * Generated from: lib/services/shared/error-handler.service.ts
770
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
510
771
  */
511
772
  class ErrorHandlerService {
512
773
  constructor() { }
@@ -611,12 +872,32 @@ ErrorHandlerService.decorators = [
611
872
  ];
612
873
  /** @nocollapse */
613
874
  ErrorHandlerService.ctorParameters = () => [];
614
- /** @nocollapse */ ErrorHandlerService.ngInjectableDef = defineInjectable({ factory: function ErrorHandlerService_Factory() { return new ErrorHandlerService(); }, token: ErrorHandlerService, providedIn: "root" });
875
+ /** @nocollapse */ ErrorHandlerService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ErrorHandlerService_Factory() { return new ErrorHandlerService(); }, token: ErrorHandlerService, providedIn: "root" });
615
876
 
616
877
  /**
617
878
  * @fileoverview added by tsickle
618
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
879
+ * Generated from: lib/services/shared/logger/logger.service.ts
880
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
881
+ */
882
+ /** @type {?} */
883
+ const noop = (/**
884
+ * @return {?}
619
885
  */
886
+ () => undefined);
887
+ const ɵ0 = noop;
888
+ /**
889
+ * @abstract
890
+ */
891
+ class Logger {
892
+ }
893
+ if (false) {
894
+ /** @type {?} */
895
+ Logger.prototype.info;
896
+ /** @type {?} */
897
+ Logger.prototype.warn;
898
+ /** @type {?} */
899
+ Logger.prototype.error;
900
+ }
620
901
  class LoggerService {
621
902
  /**
622
903
  * @param {?} type
@@ -630,11 +911,20 @@ LoggerService.decorators = [
630
911
  providedIn: 'root'
631
912
  },] }
632
913
  ];
633
- /** @nocollapse */ LoggerService.ngInjectableDef = defineInjectable({ factory: function LoggerService_Factory() { return new LoggerService(); }, token: LoggerService, providedIn: "root" });
914
+ /** @nocollapse */ LoggerService.ngInjectableDef = ɵɵdefineInjectable({ factory: function LoggerService_Factory() { return new LoggerService(); }, token: LoggerService, providedIn: "root" });
915
+ if (false) {
916
+ /** @type {?} */
917
+ LoggerService.prototype.info;
918
+ /** @type {?} */
919
+ LoggerService.prototype.warn;
920
+ /** @type {?} */
921
+ LoggerService.prototype.error;
922
+ }
634
923
 
635
924
  /**
636
925
  * @fileoverview added by tsickle
637
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
926
+ * Generated from: lib/services/payment-list/payment-list.service.ts
927
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
638
928
  */
639
929
  class PaymentListService {
640
930
  /**
@@ -674,11 +964,36 @@ PaymentListService.ctorParameters = () => [
674
964
  { type: ErrorHandlerService },
675
965
  { type: PaymentLibService }
676
966
  ];
677
- /** @nocollapse */ PaymentListService.ngInjectableDef = defineInjectable({ factory: function PaymentListService_Factory() { return new PaymentListService(inject(HttpClient), inject(LoggerService), inject(ErrorHandlerService), inject(PaymentLibService)); }, token: PaymentListService, providedIn: "root" });
967
+ /** @nocollapse */ PaymentListService.ngInjectableDef = ɵɵdefineInjectable({ factory: function PaymentListService_Factory() { return new PaymentListService(ɵɵinject(HttpClient), ɵɵinject(LoggerService), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: PaymentListService, providedIn: "root" });
968
+ if (false) {
969
+ /** @type {?} */
970
+ PaymentListService.prototype.payments;
971
+ /**
972
+ * @type {?}
973
+ * @private
974
+ */
975
+ PaymentListService.prototype.http;
976
+ /**
977
+ * @type {?}
978
+ * @private
979
+ */
980
+ PaymentListService.prototype.logger;
981
+ /**
982
+ * @type {?}
983
+ * @private
984
+ */
985
+ PaymentListService.prototype.errorHandlerService;
986
+ /**
987
+ * @type {?}
988
+ * @private
989
+ */
990
+ PaymentListService.prototype.paymentLibService;
991
+ }
678
992
 
679
993
  /**
680
994
  * @fileoverview added by tsickle
681
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
995
+ * Generated from: lib/components/payment-list/payment-list.component.ts
996
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
682
997
  */
683
998
  class PaymentListComponent {
684
999
  /**
@@ -729,10 +1044,29 @@ PaymentListComponent.ctorParameters = () => [
729
1044
  { type: PaymentListService },
730
1045
  { type: PaymentLibComponent }
731
1046
  ];
1047
+ if (false) {
1048
+ /** @type {?} */
1049
+ PaymentListComponent.prototype.payments;
1050
+ /** @type {?} */
1051
+ PaymentListComponent.prototype.errorMessage;
1052
+ /** @type {?} */
1053
+ PaymentListComponent.prototype.code;
1054
+ /**
1055
+ * @type {?}
1056
+ * @private
1057
+ */
1058
+ PaymentListComponent.prototype.paymentListService;
1059
+ /**
1060
+ * @type {?}
1061
+ * @private
1062
+ */
1063
+ PaymentListComponent.prototype.paymentLibComponent;
1064
+ }
732
1065
 
733
1066
  /**
734
1067
  * @fileoverview added by tsickle
735
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1068
+ * Generated from: lib/services/shared/httpclient/webcomponent.http.client.ts
1069
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
736
1070
  */
737
1071
  class WebComponentHttpClient {
738
1072
  /**
@@ -851,10 +1185,23 @@ WebComponentHttpClient.ctorParameters = () => [
851
1185
  { type: HttpClient },
852
1186
  { type: Meta }
853
1187
  ];
1188
+ if (false) {
1189
+ /**
1190
+ * @type {?}
1191
+ * @private
1192
+ */
1193
+ WebComponentHttpClient.prototype.http;
1194
+ /**
1195
+ * @type {?}
1196
+ * @private
1197
+ */
1198
+ WebComponentHttpClient.prototype.meta;
1199
+ }
854
1200
 
855
1201
  /**
856
1202
  * @fileoverview added by tsickle
857
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1203
+ * Generated from: lib/services/payment-view/payment-view.service.ts
1204
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
858
1205
  */
859
1206
  class PaymentViewService {
860
1207
  /**
@@ -1106,12 +1453,52 @@ PaymentViewService.ctorParameters = () => [
1106
1453
  { type: ErrorHandlerService },
1107
1454
  { type: PaymentLibService }
1108
1455
  ];
1109
- /** @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" });
1456
+ /** @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" });
1457
+ if (false) {
1458
+ /**
1459
+ * @type {?}
1460
+ * @private
1461
+ */
1462
+ PaymentViewService.prototype.ordersList;
1463
+ /**
1464
+ * @type {?}
1465
+ * @private
1466
+ */
1467
+ PaymentViewService.prototype.meta;
1468
+ /**
1469
+ * @type {?}
1470
+ * @private
1471
+ */
1472
+ PaymentViewService.prototype.http;
1473
+ /**
1474
+ * @type {?}
1475
+ * @private
1476
+ */
1477
+ PaymentViewService.prototype.https;
1478
+ /**
1479
+ * @type {?}
1480
+ * @private
1481
+ */
1482
+ PaymentViewService.prototype.logger;
1483
+ /**
1484
+ * @type {?}
1485
+ * @private
1486
+ */
1487
+ PaymentViewService.prototype.errorHandlerService;
1488
+ /**
1489
+ * @type {?}
1490
+ * @private
1491
+ */
1492
+ PaymentViewService.prototype.paymentLibService;
1493
+ }
1110
1494
 
1111
1495
  /**
1112
1496
  * @fileoverview added by tsickle
1113
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1497
+ * Generated from: lib/components/payment-view/payment-view.component.ts
1498
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1114
1499
  */
1500
+ /** @type {?} */
1501
+ const BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';
1115
1502
  class PaymentViewComponent {
1116
1503
  /**
1117
1504
  * @param {?} paymentViewService
@@ -1119,11 +1506,11 @@ class PaymentViewComponent {
1119
1506
  * @param {?} cd
1120
1507
  * @param {?} OrderslistService
1121
1508
  */
1122
- constructor(paymentViewService, paymentLibComponent, cd, OrderslistService$$1) {
1509
+ constructor(paymentViewService, paymentLibComponent, cd, OrderslistService) {
1123
1510
  this.paymentViewService = paymentViewService;
1124
1511
  this.paymentLibComponent = paymentLibComponent;
1125
1512
  this.cd = cd;
1126
- this.OrderslistService = OrderslistService$$1;
1513
+ this.OrderslistService = OrderslistService;
1127
1514
  this.isRefundRemission = false;
1128
1515
  this.isAddFeeBtnEnabled = false;
1129
1516
  this.isIssueRefunfBtnEnable = false;
@@ -1424,6 +1811,7 @@ class PaymentViewComponent {
1424
1811
  else {
1425
1812
  return false;
1426
1813
  }
1814
+ ;
1427
1815
  }
1428
1816
  }
1429
1817
  /**
@@ -1472,6 +1860,7 @@ class PaymentViewComponent {
1472
1860
  else {
1473
1861
  return false;
1474
1862
  }
1863
+ ;
1475
1864
  }
1476
1865
  /**
1477
1866
  * @return {?}
@@ -1568,10 +1957,115 @@ PaymentViewComponent.propDecorators = {
1568
1957
  orderDetail: [{ type: Input }],
1569
1958
  isServiceRequest: [{ type: Input, args: ["isServiceRequest",] }]
1570
1959
  };
1960
+ if (false) {
1961
+ /** @type {?} */
1962
+ PaymentViewComponent.prototype.isTurnOff;
1963
+ /** @type {?} */
1964
+ PaymentViewComponent.prototype.isTakePayment;
1965
+ /** @type {?} */
1966
+ PaymentViewComponent.prototype.caseType;
1967
+ /** @type {?} */
1968
+ PaymentViewComponent.prototype.orderRef;
1969
+ /** @type {?} */
1970
+ PaymentViewComponent.prototype.orderStatus;
1971
+ /** @type {?} */
1972
+ PaymentViewComponent.prototype.orderTotalPayments;
1973
+ /** @type {?} */
1974
+ PaymentViewComponent.prototype.payment;
1975
+ /** @type {?} */
1976
+ PaymentViewComponent.prototype.LOGGEDINUSERROLES;
1977
+ /** @type {?} */
1978
+ PaymentViewComponent.prototype.ISPAYMENTSTATUSENABLED;
1979
+ /** @type {?} */
1980
+ PaymentViewComponent.prototype.orderParty;
1981
+ /** @type {?} */
1982
+ PaymentViewComponent.prototype.orderCreated;
1983
+ /** @type {?} */
1984
+ PaymentViewComponent.prototype.orderCCDEvent;
1985
+ /** @type {?} */
1986
+ PaymentViewComponent.prototype.orderFeesTotal;
1987
+ /** @type {?} */
1988
+ PaymentViewComponent.prototype.orderRemissionTotal;
1989
+ /** @type {?} */
1990
+ PaymentViewComponent.prototype.orderDetail;
1991
+ /** @type {?} */
1992
+ PaymentViewComponent.prototype.isServiceRequest;
1993
+ /** @type {?} */
1994
+ PaymentViewComponent.prototype.errorMsg;
1995
+ /** @type {?} */
1996
+ PaymentViewComponent.prototype.paymentGroup;
1997
+ /** @type {?} */
1998
+ PaymentViewComponent.prototype.errorMessage;
1999
+ /** @type {?} */
2000
+ PaymentViewComponent.prototype.ccdCaseNumber;
2001
+ /** @type {?} */
2002
+ PaymentViewComponent.prototype.selectedOption;
2003
+ /** @type {?} */
2004
+ PaymentViewComponent.prototype.dcnNumber;
2005
+ /** @type {?} */
2006
+ PaymentViewComponent.prototype.isStatusAllocated;
2007
+ /** @type {?} */
2008
+ PaymentViewComponent.prototype.isRemissionsMatch;
2009
+ /** @type {?} */
2010
+ PaymentViewComponent.prototype.feeId;
2011
+ /** @type {?} */
2012
+ PaymentViewComponent.prototype.viewStatus;
2013
+ /** @type {?} */
2014
+ PaymentViewComponent.prototype.isRefundRemission;
2015
+ /** @type {?} */
2016
+ PaymentViewComponent.prototype.isStrategicFixEnable;
2017
+ /** @type {?} */
2018
+ PaymentViewComponent.prototype.isAddFeeBtnEnabled;
2019
+ /** @type {?} */
2020
+ PaymentViewComponent.prototype.isIssueRefunfBtnEnable;
2021
+ /** @type {?} */
2022
+ PaymentViewComponent.prototype.allowedRolesToAccessRefund;
2023
+ /** @type {?} */
2024
+ PaymentViewComponent.prototype.remissions;
2025
+ /** @type {?} */
2026
+ PaymentViewComponent.prototype.allPaymentsFailure;
2027
+ /** @type {?} */
2028
+ PaymentViewComponent.prototype.selectedPaymentsStatus;
2029
+ /** @type {?} */
2030
+ PaymentViewComponent.prototype.remissionFeeAmt;
2031
+ /** @type {?} */
2032
+ PaymentViewComponent.prototype.isRefundRemissionBtnEnable;
2033
+ /** @type {?} */
2034
+ PaymentViewComponent.prototype.serviceReference;
2035
+ /** @type {?} */
2036
+ PaymentViewComponent.prototype.isFromServiceRequestPage;
2037
+ /** @type {?} */
2038
+ PaymentViewComponent.prototype.isFromPaymentDetailPage;
2039
+ /** @type {?} */
2040
+ PaymentViewComponent.prototype.check4AllowedRoles2AccessRefund;
2041
+ /** @type {?} */
2042
+ PaymentViewComponent.prototype.allowFurtherAccessAfter4Days;
2043
+ /**
2044
+ * @type {?}
2045
+ * @private
2046
+ */
2047
+ PaymentViewComponent.prototype.paymentViewService;
2048
+ /**
2049
+ * @type {?}
2050
+ * @private
2051
+ */
2052
+ PaymentViewComponent.prototype.paymentLibComponent;
2053
+ /**
2054
+ * @type {?}
2055
+ * @private
2056
+ */
2057
+ PaymentViewComponent.prototype.cd;
2058
+ /**
2059
+ * @type {?}
2060
+ * @private
2061
+ */
2062
+ PaymentViewComponent.prototype.OrderslistService;
2063
+ }
1571
2064
 
1572
2065
  /**
1573
2066
  * @fileoverview added by tsickle
1574
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2067
+ * Generated from: lib/services/refunds/refunds.service.ts
2068
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1575
2069
  */
1576
2070
  class RefundsService {
1577
2071
  /**
@@ -1743,11 +2237,39 @@ RefundsService.ctorParameters = () => [
1743
2237
  { type: PaymentLibService },
1744
2238
  { type: Meta }
1745
2239
  ];
1746
- /** @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" });
2240
+ /** @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" });
2241
+ if (false) {
2242
+ /**
2243
+ * @type {?}
2244
+ * @private
2245
+ */
2246
+ RefundsService.prototype.http;
2247
+ /**
2248
+ * @type {?}
2249
+ * @private
2250
+ */
2251
+ RefundsService.prototype.https;
2252
+ /**
2253
+ * @type {?}
2254
+ * @private
2255
+ */
2256
+ RefundsService.prototype.errorHandlerService;
2257
+ /**
2258
+ * @type {?}
2259
+ * @private
2260
+ */
2261
+ RefundsService.prototype.paymentLibService;
2262
+ /**
2263
+ * @type {?}
2264
+ * @private
2265
+ */
2266
+ RefundsService.prototype.meta;
2267
+ }
1747
2268
 
1748
2269
  /**
1749
2270
  * @fileoverview added by tsickle
1750
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2271
+ * Generated from: lib/components/process-refund/process-refund.component.ts
2272
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
1751
2273
  */
1752
2274
  class ProcessRefundComponent {
1753
2275
  /**
@@ -1758,10 +2280,10 @@ class ProcessRefundComponent {
1758
2280
  * @param {?} router
1759
2281
  * @param {?} activeRoute
1760
2282
  */
1761
- constructor(RefundsService$$1, formBuilder, OrderslistService$$1, paymentLibComponent, router, activeRoute) {
1762
- this.RefundsService = RefundsService$$1;
2283
+ constructor(RefundsService, formBuilder, OrderslistService, paymentLibComponent, router, activeRoute) {
2284
+ this.RefundsService = RefundsService;
1763
2285
  this.formBuilder = formBuilder;
1764
- this.OrderslistService = OrderslistService$$1;
2286
+ this.OrderslistService = OrderslistService;
1765
2287
  this.paymentLibComponent = paymentLibComponent;
1766
2288
  this.router = router;
1767
2289
  this.activeRoute = activeRoute;
@@ -2111,10 +2633,93 @@ ProcessRefundComponent.propDecorators = {
2111
2633
  refundReference: [{ type: Input }],
2112
2634
  refundlistsource: [{ type: Input }]
2113
2635
  };
2636
+ if (false) {
2637
+ /** @type {?} */
2638
+ ProcessRefundComponent.prototype.refundReference;
2639
+ /** @type {?} */
2640
+ ProcessRefundComponent.prototype.refundlistsource;
2641
+ /** @type {?} */
2642
+ ProcessRefundComponent.prototype.processRefundForm;
2643
+ /** @type {?} */
2644
+ ProcessRefundComponent.prototype.errorMessage;
2645
+ /** @type {?} */
2646
+ ProcessRefundComponent.prototype.sendmeback;
2647
+ /** @type {?} */
2648
+ ProcessRefundComponent.prototype.viewStatus;
2649
+ /** @type {?} */
2650
+ ProcessRefundComponent.prototype.refundActionList;
2651
+ /** @type {?} */
2652
+ ProcessRefundComponent.prototype.refundRejectReasonList;
2653
+ /** @type {?} */
2654
+ ProcessRefundComponent.prototype.isSendMeBackClicked;
2655
+ /** @type {?} */
2656
+ ProcessRefundComponent.prototype.isRejectClicked;
2657
+ /** @type {?} */
2658
+ ProcessRefundComponent.prototype.isOtherClicked;
2659
+ /** @type {?} */
2660
+ ProcessRefundComponent.prototype.isSuccesspageEnable;
2661
+ /** @type {?} */
2662
+ ProcessRefundComponent.prototype.refundActionsHasError;
2663
+ /** @type {?} */
2664
+ ProcessRefundComponent.prototype.refundRejectReasonHasError;
2665
+ /** @type {?} */
2666
+ ProcessRefundComponent.prototype.isReasonFieldEmpty;
2667
+ /** @type {?} */
2668
+ ProcessRefundComponent.prototype.isReasonFieldInvalid;
2669
+ /** @type {?} */
2670
+ ProcessRefundComponent.prototype.reasonFieldMinHasError;
2671
+ /** @type {?} */
2672
+ ProcessRefundComponent.prototype.reasonFieldMaxHasError;
2673
+ /** @type {?} */
2674
+ ProcessRefundComponent.prototype.isReasonEmpty;
2675
+ /** @type {?} */
2676
+ ProcessRefundComponent.prototype.isReasonInvalid;
2677
+ /** @type {?} */
2678
+ ProcessRefundComponent.prototype.successMsg;
2679
+ /** @type {?} */
2680
+ ProcessRefundComponent.prototype.navigationpage;
2681
+ /** @type {?} */
2682
+ ProcessRefundComponent.prototype.ccdCaseNumber;
2683
+ /** @type {?} */
2684
+ ProcessRefundComponent.prototype.isFromRefundListPage;
2685
+ /** @type {?} */
2686
+ ProcessRefundComponent.prototype.isConfirmButtondisabled;
2687
+ /**
2688
+ * @type {?}
2689
+ * @private
2690
+ */
2691
+ ProcessRefundComponent.prototype.RefundsService;
2692
+ /**
2693
+ * @type {?}
2694
+ * @private
2695
+ */
2696
+ ProcessRefundComponent.prototype.formBuilder;
2697
+ /**
2698
+ * @type {?}
2699
+ * @private
2700
+ */
2701
+ ProcessRefundComponent.prototype.OrderslistService;
2702
+ /**
2703
+ * @type {?}
2704
+ * @private
2705
+ */
2706
+ ProcessRefundComponent.prototype.paymentLibComponent;
2707
+ /**
2708
+ * @type {?}
2709
+ * @private
2710
+ */
2711
+ ProcessRefundComponent.prototype.router;
2712
+ /**
2713
+ * @type {?}
2714
+ * @private
2715
+ */
2716
+ ProcessRefundComponent.prototype.activeRoute;
2717
+ }
2114
2718
 
2115
2719
  /**
2116
2720
  * @fileoverview added by tsickle
2117
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2721
+ * Generated from: lib/components/refund-list/refund-list.component.ts
2722
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2118
2723
  */
2119
2724
  class RefundListComponent {
2120
2725
  /**
@@ -2199,10 +2804,48 @@ RefundListComponent.propDecorators = {
2199
2804
  LOGGEDINUSERROLES: [{ type: Input, args: ['LOGGEDINUSERROLES',] }],
2200
2805
  LOGGEDINUSEREMAIL: [{ type: Input, args: ['LOGGEDINUSEREMAIL',] }]
2201
2806
  };
2807
+ if (false) {
2808
+ /** @type {?} */
2809
+ RefundListComponent.prototype.USERID;
2810
+ /** @type {?} */
2811
+ RefundListComponent.prototype.LOGGEDINUSERROLES;
2812
+ /** @type {?} */
2813
+ RefundListComponent.prototype.LOGGEDINUSEREMAIL;
2814
+ /** @type {?} */
2815
+ RefundListComponent.prototype.tableApprovalHeader;
2816
+ /** @type {?} */
2817
+ RefundListComponent.prototype.tableRejectedHeader;
2818
+ /** @type {?} */
2819
+ RefundListComponent.prototype.submittedRefundList;
2820
+ /** @type {?} */
2821
+ RefundListComponent.prototype.rejectedRefundList;
2822
+ /** @type {?} */
2823
+ RefundListComponent.prototype.approvalStatus;
2824
+ /** @type {?} */
2825
+ RefundListComponent.prototype.rejectStatus;
2826
+ /** @type {?} */
2827
+ RefundListComponent.prototype.errorMessage;
2828
+ /** @type {?} */
2829
+ RefundListComponent.prototype.isApproveTableVisible;
2830
+ /** @type {?} */
2831
+ RefundListComponent.prototype.isRejectTableVisible;
2832
+ /** @type {?} */
2833
+ RefundListComponent.prototype.dropdownvalue;
2834
+ /** @type {?} */
2835
+ RefundListComponent.prototype.isAuthorized;
2836
+ /** @type {?} */
2837
+ RefundListComponent.prototype.userLst;
2838
+ /**
2839
+ * @type {?}
2840
+ * @private
2841
+ */
2842
+ RefundListComponent.prototype.refundService;
2843
+ }
2202
2844
 
2203
2845
  /**
2204
2846
  * @fileoverview added by tsickle
2205
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2847
+ * Generated from: lib/services/card-details/card-details.service.ts
2848
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2206
2849
  */
2207
2850
  class CardDetailsService {
2208
2851
  /**
@@ -2241,11 +2884,34 @@ CardDetailsService.ctorParameters = () => [
2241
2884
  { type: ErrorHandlerService },
2242
2885
  { type: PaymentLibService }
2243
2886
  ];
2244
- /** @nocollapse */ CardDetailsService.ngInjectableDef = defineInjectable({ factory: function CardDetailsService_Factory() { return new CardDetailsService(inject(HttpClient), inject(LoggerService), inject(ErrorHandlerService), inject(PaymentLibService)); }, token: CardDetailsService, providedIn: "root" });
2887
+ /** @nocollapse */ CardDetailsService.ngInjectableDef = ɵɵdefineInjectable({ factory: function CardDetailsService_Factory() { return new CardDetailsService(ɵɵinject(HttpClient), ɵɵinject(LoggerService), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: CardDetailsService, providedIn: "root" });
2888
+ if (false) {
2889
+ /**
2890
+ * @type {?}
2891
+ * @private
2892
+ */
2893
+ CardDetailsService.prototype.http;
2894
+ /**
2895
+ * @type {?}
2896
+ * @private
2897
+ */
2898
+ CardDetailsService.prototype.logger;
2899
+ /**
2900
+ * @type {?}
2901
+ * @private
2902
+ */
2903
+ CardDetailsService.prototype.errorHandlerService;
2904
+ /**
2905
+ * @type {?}
2906
+ * @private
2907
+ */
2908
+ CardDetailsService.prototype.paymentLibService;
2909
+ }
2245
2910
 
2246
2911
  /**
2247
2912
  * @fileoverview added by tsickle
2248
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2913
+ * Generated from: lib/components/card-details/card-details.component.ts
2914
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2249
2915
  */
2250
2916
  class CardDetailsComponent {
2251
2917
  /**
@@ -2290,10 +2956,31 @@ CardDetailsComponent.ctorParameters = () => [
2290
2956
  { type: CardDetailsService },
2291
2957
  { type: PaymentLibComponent }
2292
2958
  ];
2959
+ if (false) {
2960
+ /** @type {?} */
2961
+ CardDetailsComponent.prototype.pageTitle;
2962
+ /** @type {?} */
2963
+ CardDetailsComponent.prototype.cardDetails;
2964
+ /** @type {?} */
2965
+ CardDetailsComponent.prototype.paymentReference;
2966
+ /** @type {?} */
2967
+ CardDetailsComponent.prototype.errorMessage;
2968
+ /**
2969
+ * @type {?}
2970
+ * @private
2971
+ */
2972
+ CardDetailsComponent.prototype.cardDetailsService;
2973
+ /**
2974
+ * @type {?}
2975
+ * @private
2976
+ */
2977
+ CardDetailsComponent.prototype.paymentLibComponent;
2978
+ }
2293
2979
 
2294
2980
  /**
2295
2981
  * @fileoverview added by tsickle
2296
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2982
+ * Generated from: lib/components/page-not-found.component.ts
2983
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2297
2984
  */
2298
2985
  class PageNotFoundComponent {
2299
2986
  }
@@ -2307,7 +2994,8 @@ PageNotFoundComponent.decorators = [
2307
2994
 
2308
2995
  /**
2309
2996
  * @fileoverview added by tsickle
2310
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2997
+ * Generated from: lib/services/status-history/status-history.service.ts
2998
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2311
2999
  */
2312
3000
  class StatusHistoryService {
2313
3001
  /**
@@ -2349,11 +3037,34 @@ StatusHistoryService.ctorParameters = () => [
2349
3037
  { type: ErrorHandlerService },
2350
3038
  { type: PaymentLibService }
2351
3039
  ];
2352
- /** @nocollapse */ StatusHistoryService.ngInjectableDef = defineInjectable({ factory: function StatusHistoryService_Factory() { return new StatusHistoryService(inject(HttpClient), inject(LoggerService), inject(ErrorHandlerService), inject(PaymentLibService)); }, token: StatusHistoryService, providedIn: "root" });
3040
+ /** @nocollapse */ StatusHistoryService.ngInjectableDef = ɵɵdefineInjectable({ factory: function StatusHistoryService_Factory() { return new StatusHistoryService(ɵɵinject(HttpClient), ɵɵinject(LoggerService), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: StatusHistoryService, providedIn: "root" });
3041
+ if (false) {
3042
+ /**
3043
+ * @type {?}
3044
+ * @private
3045
+ */
3046
+ StatusHistoryService.prototype.http;
3047
+ /**
3048
+ * @type {?}
3049
+ * @private
3050
+ */
3051
+ StatusHistoryService.prototype.logger;
3052
+ /**
3053
+ * @type {?}
3054
+ * @private
3055
+ */
3056
+ StatusHistoryService.prototype.errorHandlerService;
3057
+ /**
3058
+ * @type {?}
3059
+ * @private
3060
+ */
3061
+ StatusHistoryService.prototype.paymentLibService;
3062
+ }
2353
3063
 
2354
3064
  /**
2355
3065
  * @fileoverview added by tsickle
2356
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3066
+ * Generated from: lib/components/status-history/status-history.component.ts
3067
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2357
3068
  */
2358
3069
  class StatusHistoryComponent {
2359
3070
  /**
@@ -2383,7 +3094,7 @@ class StatusHistoryComponent {
2383
3094
  StatusHistoryComponent.decorators = [
2384
3095
  { type: Component, args: [{
2385
3096
  selector: 'ccpay-payment-statuses',
2386
- 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",
3097
+ 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",
2387
3098
  styles: [""]
2388
3099
  }] }
2389
3100
  ];
@@ -2395,10 +3106,31 @@ StatusHistoryComponent.ctorParameters = () => [
2395
3106
  StatusHistoryComponent.propDecorators = {
2396
3107
  isTakePayment: [{ type: Input }]
2397
3108
  };
3109
+ if (false) {
3110
+ /** @type {?} */
3111
+ StatusHistoryComponent.prototype.isTakePayment;
3112
+ /** @type {?} */
3113
+ StatusHistoryComponent.prototype.pageTitle;
3114
+ /** @type {?} */
3115
+ StatusHistoryComponent.prototype.statuses;
3116
+ /** @type {?} */
3117
+ StatusHistoryComponent.prototype.errorMessage;
3118
+ /**
3119
+ * @type {?}
3120
+ * @private
3121
+ */
3122
+ StatusHistoryComponent.prototype.statusHistoryService;
3123
+ /**
3124
+ * @type {?}
3125
+ * @private
3126
+ */
3127
+ StatusHistoryComponent.prototype.paymentLibComponent;
3128
+ }
2398
3129
 
2399
3130
  /**
2400
3131
  * @fileoverview added by tsickle
2401
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3132
+ * Generated from: lib/components/pba-details/pba-details.component.ts
3133
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2402
3134
  */
2403
3135
  class PbaDetailsComponent {
2404
3136
  constructor() { }
@@ -2420,22 +3152,33 @@ PbaDetailsComponent.ctorParameters = () => [];
2420
3152
  PbaDetailsComponent.propDecorators = {
2421
3153
  payment: [{ type: Input }]
2422
3154
  };
3155
+ if (false) {
3156
+ /** @type {?} */
3157
+ PbaDetailsComponent.prototype.payment;
3158
+ }
2423
3159
 
2424
3160
  /**
2425
3161
  * @fileoverview added by tsickle
2426
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3162
+ * Generated from: lib/services/shared/logger/console-logger.service.ts
3163
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2427
3164
  */
2428
3165
  /** @type {?} */
3166
+ let isDebugMode = false;
3167
+ /** @type {?} */
2429
3168
  const noop$1 = (/**
2430
3169
  * @return {?}
2431
3170
  */
2432
3171
  () => undefined);
3172
+ const ɵ0$1 = noop$1;
2433
3173
  class ConsoleLoggerService {
2434
3174
  /**
2435
3175
  * @return {?}
2436
3176
  */
2437
3177
  get info() {
2438
- {
3178
+ if (isDebugMode) {
3179
+ return console.info.bind(console);
3180
+ }
3181
+ else {
2439
3182
  return noop$1;
2440
3183
  }
2441
3184
  }
@@ -2443,7 +3186,10 @@ class ConsoleLoggerService {
2443
3186
  * @return {?}
2444
3187
  */
2445
3188
  get warn() {
2446
- {
3189
+ if (isDebugMode) {
3190
+ return console.warn.bind(console);
3191
+ }
3192
+ else {
2447
3193
  return noop$1;
2448
3194
  }
2449
3195
  }
@@ -2451,7 +3197,10 @@ class ConsoleLoggerService {
2451
3197
  * @return {?}
2452
3198
  */
2453
3199
  get error() {
2454
- {
3200
+ if (isDebugMode) {
3201
+ return console.error.bind(console);
3202
+ }
3203
+ else {
2455
3204
  return noop$1;
2456
3205
  }
2457
3206
  }
@@ -2471,11 +3220,12 @@ ConsoleLoggerService.decorators = [
2471
3220
  providedIn: 'root'
2472
3221
  },] }
2473
3222
  ];
2474
- /** @nocollapse */ ConsoleLoggerService.ngInjectableDef = defineInjectable({ factory: function ConsoleLoggerService_Factory() { return new ConsoleLoggerService(); }, token: ConsoleLoggerService, providedIn: "root" });
3223
+ /** @nocollapse */ ConsoleLoggerService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ConsoleLoggerService_Factory() { return new ConsoleLoggerService(); }, token: ConsoleLoggerService, providedIn: "root" });
2475
3224
 
2476
3225
  /**
2477
3226
  * @fileoverview added by tsickle
2478
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3227
+ * Generated from: lib/services/case-transactions/case-transactions.service.ts
3228
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2479
3229
  */
2480
3230
  class CaseTransactionsService {
2481
3231
  /**
@@ -2514,11 +3264,34 @@ CaseTransactionsService.ctorParameters = () => [
2514
3264
  { type: ErrorHandlerService },
2515
3265
  { type: PaymentLibService }
2516
3266
  ];
2517
- /** @nocollapse */ CaseTransactionsService.ngInjectableDef = defineInjectable({ factory: function CaseTransactionsService_Factory() { return new CaseTransactionsService(inject(HttpClient), inject(LoggerService), inject(ErrorHandlerService), inject(PaymentLibService)); }, token: CaseTransactionsService, providedIn: "root" });
3267
+ /** @nocollapse */ CaseTransactionsService.ngInjectableDef = ɵɵdefineInjectable({ factory: function CaseTransactionsService_Factory() { return new CaseTransactionsService(ɵɵinject(HttpClient), ɵɵinject(LoggerService), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: CaseTransactionsService, providedIn: "root" });
3268
+ if (false) {
3269
+ /**
3270
+ * @type {?}
3271
+ * @private
3272
+ */
3273
+ CaseTransactionsService.prototype.http;
3274
+ /**
3275
+ * @type {?}
3276
+ * @private
3277
+ */
3278
+ CaseTransactionsService.prototype.logger;
3279
+ /**
3280
+ * @type {?}
3281
+ * @private
3282
+ */
3283
+ CaseTransactionsService.prototype.errorHandlerService;
3284
+ /**
3285
+ * @type {?}
3286
+ * @private
3287
+ */
3288
+ CaseTransactionsService.prototype.paymentLibService;
3289
+ }
2518
3290
 
2519
3291
  /**
2520
3292
  * @fileoverview added by tsickle
2521
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3293
+ * Generated from: lib/services/bulk-scaning-payment/bulk-scaning-payment.service.ts
3294
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2522
3295
  */
2523
3296
  class BulkScaningPaymentService {
2524
3297
  /**
@@ -2661,12 +3434,37 @@ BulkScaningPaymentService.ctorParameters = () => [
2661
3434
  { type: ErrorHandlerService },
2662
3435
  { type: PaymentLibService }
2663
3436
  ];
2664
- /** @nocollapse */ BulkScaningPaymentService.ngInjectableDef = defineInjectable({ factory: function BulkScaningPaymentService_Factory() { return new BulkScaningPaymentService(inject(HttpClient), inject(WebComponentHttpClient), inject(ErrorHandlerService), inject(PaymentLibService)); }, token: BulkScaningPaymentService, providedIn: "root" });
3437
+ /** @nocollapse */ BulkScaningPaymentService.ngInjectableDef = ɵɵdefineInjectable({ factory: function BulkScaningPaymentService_Factory() { return new BulkScaningPaymentService(ɵɵinject(HttpClient), ɵɵinject(WebComponentHttpClient), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: BulkScaningPaymentService, providedIn: "root" });
3438
+ if (false) {
3439
+ /**
3440
+ * @type {?}
3441
+ * @private
3442
+ */
3443
+ BulkScaningPaymentService.prototype.http;
3444
+ /**
3445
+ * @type {?}
3446
+ * @private
3447
+ */
3448
+ BulkScaningPaymentService.prototype.https;
3449
+ /**
3450
+ * @type {?}
3451
+ * @private
3452
+ */
3453
+ BulkScaningPaymentService.prototype.errorHandlerService;
3454
+ /**
3455
+ * @type {?}
3456
+ * @private
3457
+ */
3458
+ BulkScaningPaymentService.prototype.paymentLibService;
3459
+ }
2665
3460
 
2666
3461
  /**
2667
3462
  * @fileoverview added by tsickle
2668
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3463
+ * Generated from: lib/components/case-transactions/case-transactions.component.ts
3464
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
2669
3465
  */
3466
+ /** @type {?} */
3467
+ const BS_ENABLE_FLAG$1 = 'bulk-scan-enabling-fe';
2670
3468
  class CaseTransactionsComponent {
2671
3469
  /**
2672
3470
  * @param {?} router
@@ -2676,13 +3474,13 @@ class CaseTransactionsComponent {
2676
3474
  * @param {?} paymentLibComponent
2677
3475
  * @param {?} OrderslistService
2678
3476
  */
2679
- constructor(router, paymentViewService, bulkScaningPaymentService, caseTransactionsService, paymentLibComponent, OrderslistService$$1) {
3477
+ constructor(router, paymentViewService, bulkScaningPaymentService, caseTransactionsService, paymentLibComponent, OrderslistService) {
2680
3478
  this.router = router;
2681
3479
  this.paymentViewService = paymentViewService;
2682
3480
  this.bulkScaningPaymentService = bulkScaningPaymentService;
2683
3481
  this.caseTransactionsService = caseTransactionsService;
2684
3482
  this.paymentLibComponent = paymentLibComponent;
2685
- this.OrderslistService = OrderslistService$$1;
3483
+ this.OrderslistService = OrderslistService;
2686
3484
  this.paymentGroups = [];
2687
3485
  this.payments = [];
2688
3486
  this.nonPayments = [];
@@ -2983,6 +3781,8 @@ class CaseTransactionsComponent {
2983
3781
  * @return {?}
2984
3782
  */
2985
3783
  calculateOrderFeesAmounts() {
3784
+ /** @type {?} */
3785
+ let feesTotal = 0.00;
2986
3786
  this.paymentGroups.forEach((/**
2987
3787
  * @param {?} paymentGroup
2988
3788
  * @return {?}
@@ -3684,6 +4484,7 @@ class CaseTransactionsComponent {
3684
4484
  else {
3685
4485
  return false;
3686
4486
  }
4487
+ ;
3687
4488
  }
3688
4489
  }
3689
4490
  /**
@@ -3701,6 +4502,7 @@ class CaseTransactionsComponent {
3701
4502
  else {
3702
4503
  return false;
3703
4504
  }
4505
+ ;
3704
4506
  }
3705
4507
  /**
3706
4508
  * @return {?}
@@ -3731,6 +4533,7 @@ class CaseTransactionsComponent {
3731
4533
  else {
3732
4534
  return false;
3733
4535
  }
4536
+ ;
3734
4537
  }
3735
4538
  }
3736
4539
  /**
@@ -3762,10 +4565,193 @@ CaseTransactionsComponent.propDecorators = {
3762
4565
  LOGGEDINUSERROLES: [{ type: Input, args: ['LOGGEDINUSERROLES',] }],
3763
4566
  isTakePayment: [{ type: Input }]
3764
4567
  };
4568
+ if (false) {
4569
+ /** @type {?} */
4570
+ CaseTransactionsComponent.prototype.LOGGEDINUSERROLES;
4571
+ /** @type {?} */
4572
+ CaseTransactionsComponent.prototype.isTakePayment;
4573
+ /** @type {?} */
4574
+ CaseTransactionsComponent.prototype.takePayment;
4575
+ /** @type {?} */
4576
+ CaseTransactionsComponent.prototype.ccdCaseNumber;
4577
+ /** @type {?} */
4578
+ CaseTransactionsComponent.prototype.excReference;
4579
+ /** @type {?} */
4580
+ CaseTransactionsComponent.prototype.paymentGroups;
4581
+ /** @type {?} */
4582
+ CaseTransactionsComponent.prototype.payments;
4583
+ /** @type {?} */
4584
+ CaseTransactionsComponent.prototype.nonPayments;
4585
+ /** @type {?} */
4586
+ CaseTransactionsComponent.prototype.allPayments;
4587
+ /** @type {?} */
4588
+ CaseTransactionsComponent.prototype.remissions;
4589
+ /** @type {?} */
4590
+ CaseTransactionsComponent.prototype.fees;
4591
+ /** @type {?} */
4592
+ CaseTransactionsComponent.prototype.errorMessage;
4593
+ /** @type {?} */
4594
+ CaseTransactionsComponent.prototype.totalFees;
4595
+ /** @type {?} */
4596
+ CaseTransactionsComponent.prototype.totalPayments;
4597
+ /** @type {?} */
4598
+ CaseTransactionsComponent.prototype.totalNonOffPayments;
4599
+ /** @type {?} */
4600
+ CaseTransactionsComponent.prototype.totalRemissions;
4601
+ /** @type {?} */
4602
+ CaseTransactionsComponent.prototype.selectedOption;
4603
+ /** @type {?} */
4604
+ CaseTransactionsComponent.prototype.dcnNumber;
4605
+ /** @type {?} */
4606
+ CaseTransactionsComponent.prototype.paymentRef;
4607
+ /** @type {?} */
4608
+ CaseTransactionsComponent.prototype.isTurnOff;
4609
+ /** @type {?} */
4610
+ CaseTransactionsComponent.prototype.isRefundRemission;
4611
+ /** @type {?} */
4612
+ CaseTransactionsComponent.prototype.isStrategicFixEnable;
4613
+ /** @type {?} */
4614
+ CaseTransactionsComponent.prototype.isAddFeeBtnEnabled;
4615
+ /** @type {?} */
4616
+ CaseTransactionsComponent.prototype.isExceptionRecord;
4617
+ /** @type {?} */
4618
+ CaseTransactionsComponent.prototype.isUnprocessedRecordSelected;
4619
+ /** @type {?} */
4620
+ CaseTransactionsComponent.prototype.exceptionRecordReference;
4621
+ /** @type {?} */
4622
+ CaseTransactionsComponent.prototype.isAnyFeeGroupAvilable;
4623
+ /** @type {?} */
4624
+ CaseTransactionsComponent.prototype.isHistoricGroupAvailable;
4625
+ /** @type {?} */
4626
+ CaseTransactionsComponent.prototype.isBulkScanEnable;
4627
+ /** @type {?} */
4628
+ CaseTransactionsComponent.prototype.isRemissionsMatch;
4629
+ /** @type {?} */
4630
+ CaseTransactionsComponent.prototype.viewStatus;
4631
+ /** @type {?} */
4632
+ CaseTransactionsComponent.prototype.isRemoveBtnDisabled;
4633
+ /** @type {?} */
4634
+ CaseTransactionsComponent.prototype.feeId;
4635
+ /** @type {?} */
4636
+ CaseTransactionsComponent.prototype.clAmountDue;
4637
+ /** @type {?} */
4638
+ CaseTransactionsComponent.prototype.unprocessedRecordCount;
4639
+ /** @type {?} */
4640
+ CaseTransactionsComponent.prototype.isFeeRecordsExist;
4641
+ /** @type {?} */
4642
+ CaseTransactionsComponent.prototype.isGrpOutstandingAmtPositive;
4643
+ /** @type {?} */
4644
+ CaseTransactionsComponent.prototype.totalRefundAmount;
4645
+ /** @type {?} */
4646
+ CaseTransactionsComponent.prototype.caseType;
4647
+ /** @type {?} */
4648
+ CaseTransactionsComponent.prototype.payment;
4649
+ /** @type {?} */
4650
+ CaseTransactionsComponent.prototype.paymentGroup;
4651
+ /** @type {?} */
4652
+ CaseTransactionsComponent.prototype.paymentView;
4653
+ /** @type {?} */
4654
+ CaseTransactionsComponent.prototype.orderDetail;
4655
+ /** @type {?} */
4656
+ CaseTransactionsComponent.prototype.isAddRemissionEnable;
4657
+ /** @type {?} */
4658
+ CaseTransactionsComponent.prototype.orderRemissionDetails;
4659
+ /** @type {?} */
4660
+ CaseTransactionsComponent.prototype.orderLevelFees;
4661
+ /** @type {?} */
4662
+ CaseTransactionsComponent.prototype.ispaymentGroupApisuccess;
4663
+ /** @type {?} */
4664
+ CaseTransactionsComponent.prototype.cpoDetails;
4665
+ /** @type {?} */
4666
+ CaseTransactionsComponent.prototype.orderRef;
4667
+ /** @type {?} */
4668
+ CaseTransactionsComponent.prototype.orderStatus;
4669
+ /** @type {?} */
4670
+ CaseTransactionsComponent.prototype.orderParty;
4671
+ /** @type {?} */
4672
+ CaseTransactionsComponent.prototype.orderCreated;
4673
+ /** @type {?} */
4674
+ CaseTransactionsComponent.prototype.orderCCDEvent;
4675
+ /** @type {?} */
4676
+ CaseTransactionsComponent.prototype.serviceRequestValue;
4677
+ /** @type {?} */
4678
+ CaseTransactionsComponent.prototype.orderAddBtnEnable;
4679
+ /** @type {?} */
4680
+ CaseTransactionsComponent.prototype.orderFeesTotal;
4681
+ /** @type {?} */
4682
+ CaseTransactionsComponent.prototype.orderRemissionTotal;
4683
+ /** @type {?} */
4684
+ CaseTransactionsComponent.prototype.orderTotalPayments;
4685
+ /** @type {?} */
4686
+ CaseTransactionsComponent.prototype.orderPendingPayments;
4687
+ /** @type {?} */
4688
+ CaseTransactionsComponent.prototype.isCPODown;
4689
+ /** @type {?} */
4690
+ CaseTransactionsComponent.prototype.test;
4691
+ /** @type {?} */
4692
+ CaseTransactionsComponent.prototype.isPBA;
4693
+ /** @type {?} */
4694
+ CaseTransactionsComponent.prototype.isIssueRefunfBtnEnable;
4695
+ /** @type {?} */
4696
+ CaseTransactionsComponent.prototype.isAddRemissionBtnEnabled;
4697
+ /** @type {?} */
4698
+ CaseTransactionsComponent.prototype.isRefundRemissionBtnEnable;
4699
+ /** @type {?} */
4700
+ CaseTransactionsComponent.prototype.allowedRolesToAccessRefund;
4701
+ /** @type {?} */
4702
+ CaseTransactionsComponent.prototype.isEligible4PBAPayment;
4703
+ /** @type {?} */
4704
+ CaseTransactionsComponent.prototype.currentDate;
4705
+ /** @type {?} */
4706
+ CaseTransactionsComponent.prototype.isFromServiceRequestPage;
4707
+ /** @type {?} */
4708
+ CaseTransactionsComponent.prototype.navigationpage;
4709
+ /** @type {?} */
4710
+ CaseTransactionsComponent.prototype.remissionFeeAmt;
4711
+ /** @type {?} */
4712
+ CaseTransactionsComponent.prototype.check4AllowedRoles2AccessRefund;
4713
+ /** @type {?} */
4714
+ CaseTransactionsComponent.prototype.check4AllowedRoles2AccessPBApayment;
4715
+ /** @type {?} */
4716
+ CaseTransactionsComponent.prototype.allowFurtherAccessAfter4Days;
4717
+ /**
4718
+ * @type {?}
4719
+ * @private
4720
+ */
4721
+ CaseTransactionsComponent.prototype.router;
4722
+ /**
4723
+ * @type {?}
4724
+ * @private
4725
+ */
4726
+ CaseTransactionsComponent.prototype.paymentViewService;
4727
+ /**
4728
+ * @type {?}
4729
+ * @private
4730
+ */
4731
+ CaseTransactionsComponent.prototype.bulkScaningPaymentService;
4732
+ /**
4733
+ * @type {?}
4734
+ * @private
4735
+ */
4736
+ CaseTransactionsComponent.prototype.caseTransactionsService;
4737
+ /**
4738
+ * @type {?}
4739
+ * @private
4740
+ */
4741
+ CaseTransactionsComponent.prototype.paymentLibComponent;
4742
+ /**
4743
+ * @type {?}
4744
+ * @private
4745
+ */
4746
+ CaseTransactionsComponent.prototype.OrderslistService;
4747
+ /* Skipping unhandled member: ;*/
4748
+ /* Skipping unhandled member: ;*/
4749
+ }
3765
4750
 
3766
4751
  /**
3767
4752
  * @fileoverview added by tsickle
3768
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4753
+ * Generated from: lib/interfaces/PaymentToPayhubRequest.ts
4754
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3769
4755
  */
3770
4756
  class PaymentToPayhubRequest {
3771
4757
  /**
@@ -3783,10 +4769,27 @@ class PaymentToPayhubRequest {
3783
4769
  this.case_type = caseType;
3784
4770
  }
3785
4771
  }
4772
+ if (false) {
4773
+ /** @type {?} */
4774
+ PaymentToPayhubRequest.prototype.currency;
4775
+ /** @type {?} */
4776
+ PaymentToPayhubRequest.prototype.description;
4777
+ /** @type {?} */
4778
+ PaymentToPayhubRequest.prototype.channel;
4779
+ /** @type {?} */
4780
+ PaymentToPayhubRequest.prototype.provider;
4781
+ /** @type {?} */
4782
+ PaymentToPayhubRequest.prototype.case_type;
4783
+ /** @type {?} */
4784
+ PaymentToPayhubRequest.prototype.ccd_case_number;
4785
+ /** @type {?} */
4786
+ PaymentToPayhubRequest.prototype.amount;
4787
+ }
3786
4788
 
3787
4789
  /**
3788
4790
  * @fileoverview added by tsickle
3789
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4791
+ * Generated from: lib/interfaces/PayhubAntennaRequest.ts
4792
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3790
4793
  */
3791
4794
  class PayhubAntennaRequest {
3792
4795
  /**
@@ -3801,10 +4804,21 @@ class PayhubAntennaRequest {
3801
4804
  this.case_type = caseType;
3802
4805
  }
3803
4806
  }
4807
+ if (false) {
4808
+ /** @type {?} */
4809
+ PayhubAntennaRequest.prototype.currency;
4810
+ /** @type {?} */
4811
+ PayhubAntennaRequest.prototype.case_type;
4812
+ /** @type {?} */
4813
+ PayhubAntennaRequest.prototype.ccd_case_number;
4814
+ /** @type {?} */
4815
+ PayhubAntennaRequest.prototype.amount;
4816
+ }
3804
4817
 
3805
4818
  /**
3806
4819
  * @fileoverview added by tsickle
3807
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4820
+ * Generated from: lib/components/fee-summary/fee-summary.component.ts
4821
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
3808
4822
  */
3809
4823
  /** @type {?} */
3810
4824
  const BS_ENABLE_FLAG$2 = 'bulk-scan-enabling-fe';
@@ -3817,13 +4831,13 @@ class FeeSummaryComponent {
3817
4831
  * @param {?} paymentLibComponent
3818
4832
  * @param {?} OrderslistService
3819
4833
  */
3820
- constructor(router, bulkScaningPaymentService, location, paymentViewService, paymentLibComponent, OrderslistService$$1) {
4834
+ constructor(router, bulkScaningPaymentService, location, paymentViewService, paymentLibComponent, OrderslistService) {
3821
4835
  this.router = router;
3822
4836
  this.bulkScaningPaymentService = bulkScaningPaymentService;
3823
4837
  this.location = location;
3824
4838
  this.paymentViewService = paymentViewService;
3825
4839
  this.paymentLibComponent = paymentLibComponent;
3826
- this.OrderslistService = OrderslistService$$1;
4840
+ this.OrderslistService = OrderslistService;
3827
4841
  this.viewStatus = 'main';
3828
4842
  this.service = "";
3829
4843
  this.platForm = "";
@@ -4154,10 +5168,93 @@ FeeSummaryComponent.propDecorators = {
4154
5168
  isTurnOff: [{ type: Input }],
4155
5169
  caseType: [{ type: Input }]
4156
5170
  };
5171
+ if (false) {
5172
+ /** @type {?} */
5173
+ FeeSummaryComponent.prototype.paymentGroupRef;
5174
+ /** @type {?} */
5175
+ FeeSummaryComponent.prototype.ccdCaseNumber;
5176
+ /** @type {?} */
5177
+ FeeSummaryComponent.prototype.isTurnOff;
5178
+ /** @type {?} */
5179
+ FeeSummaryComponent.prototype.caseType;
5180
+ /** @type {?} */
5181
+ FeeSummaryComponent.prototype.bsPaymentDcnNumber;
5182
+ /** @type {?} */
5183
+ FeeSummaryComponent.prototype.paymentGroup;
5184
+ /** @type {?} */
5185
+ FeeSummaryComponent.prototype.errorMessage;
5186
+ /** @type {?} */
5187
+ FeeSummaryComponent.prototype.viewStatus;
5188
+ /** @type {?} */
5189
+ FeeSummaryComponent.prototype.currentFee;
5190
+ /** @type {?} */
5191
+ FeeSummaryComponent.prototype.totalFee;
5192
+ /** @type {?} */
5193
+ FeeSummaryComponent.prototype.payhubHtml;
5194
+ /** @type {?} */
5195
+ FeeSummaryComponent.prototype.service;
5196
+ /** @type {?} */
5197
+ FeeSummaryComponent.prototype.platForm;
5198
+ /** @type {?} */
5199
+ FeeSummaryComponent.prototype.upPaymentErrorMessage;
5200
+ /** @type {?} */
5201
+ FeeSummaryComponent.prototype.selectedOption;
5202
+ /** @type {?} */
5203
+ FeeSummaryComponent.prototype.isBackButtonEnable;
5204
+ /** @type {?} */
5205
+ FeeSummaryComponent.prototype.outStandingAmount;
5206
+ /** @type {?} */
5207
+ FeeSummaryComponent.prototype.isFeeAmountZero;
5208
+ /** @type {?} */
5209
+ FeeSummaryComponent.prototype.totalAfterRemission;
5210
+ /** @type {?} */
5211
+ FeeSummaryComponent.prototype.isConfirmationBtnDisabled;
5212
+ /** @type {?} */
5213
+ FeeSummaryComponent.prototype.isRemoveBtnDisabled;
5214
+ /** @type {?} */
5215
+ FeeSummaryComponent.prototype.isPaymentExist;
5216
+ /** @type {?} */
5217
+ FeeSummaryComponent.prototype.isRemissionsExist;
5218
+ /** @type {?} */
5219
+ FeeSummaryComponent.prototype.isRemissionsMatch;
5220
+ /** @type {?} */
5221
+ FeeSummaryComponent.prototype.isStrategicFixEnable;
5222
+ /**
5223
+ * @type {?}
5224
+ * @private
5225
+ */
5226
+ FeeSummaryComponent.prototype.router;
5227
+ /**
5228
+ * @type {?}
5229
+ * @private
5230
+ */
5231
+ FeeSummaryComponent.prototype.bulkScaningPaymentService;
5232
+ /**
5233
+ * @type {?}
5234
+ * @private
5235
+ */
5236
+ FeeSummaryComponent.prototype.location;
5237
+ /**
5238
+ * @type {?}
5239
+ * @private
5240
+ */
5241
+ FeeSummaryComponent.prototype.paymentViewService;
5242
+ /**
5243
+ * @type {?}
5244
+ * @private
5245
+ */
5246
+ FeeSummaryComponent.prototype.paymentLibComponent;
5247
+ /**
5248
+ * @type {?}
5249
+ * @private
5250
+ */
5251
+ FeeSummaryComponent.prototype.OrderslistService;
5252
+ }
4157
5253
 
4158
5254
  /**
4159
5255
  * @fileoverview added by tsickle
4160
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5256
+ * Generated from: lib/components/error-banner/error-banner.component.ts
5257
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4161
5258
  */
4162
5259
  class ErrorBannerComponent {
4163
5260
  constructor() { }
@@ -4179,10 +5276,15 @@ ErrorBannerComponent.ctorParameters = () => [];
4179
5276
  ErrorBannerComponent.propDecorators = {
4180
5277
  errorMessage: [{ type: Input, args: ['errorMessage',] }]
4181
5278
  };
5279
+ if (false) {
5280
+ /** @type {?} */
5281
+ ErrorBannerComponent.prototype.errorMessage;
5282
+ }
4182
5283
 
4183
5284
  /**
4184
5285
  * @fileoverview added by tsickle
4185
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5286
+ * Generated from: lib/interfaces/UnidentifiedPaymentsRequest.ts
5287
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4186
5288
  */
4187
5289
  class UnidentifiedPaymentsRequest {
4188
5290
  /**
@@ -4200,10 +5302,21 @@ class UnidentifiedPaymentsRequest {
4200
5302
  this.unidentified_reason = unidentified_reason;
4201
5303
  }
4202
5304
  }
5305
+ if (false) {
5306
+ /** @type {?} */
5307
+ UnidentifiedPaymentsRequest.prototype.payment_allocation_status;
5308
+ /** @type {?} */
5309
+ UnidentifiedPaymentsRequest.prototype.payment_group_reference;
5310
+ /** @type {?} */
5311
+ UnidentifiedPaymentsRequest.prototype.payment_reference;
5312
+ /** @type {?} */
5313
+ UnidentifiedPaymentsRequest.prototype.unidentified_reason;
5314
+ }
4203
5315
 
4204
5316
  /**
4205
5317
  * @fileoverview added by tsickle
4206
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5318
+ * Generated from: lib/interfaces/AllocatePaymentRequest.ts
5319
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4207
5320
  */
4208
5321
  class AllocatePaymentRequest {
4209
5322
  /**
@@ -4238,10 +5351,41 @@ class AllocatePaymentRequest {
4238
5351
  }
4239
5352
  }
4240
5353
  }
5354
+ if (false) {
5355
+ /** @type {?} */
5356
+ AllocatePaymentRequest.prototype.amount;
5357
+ /** @type {?} */
5358
+ AllocatePaymentRequest.prototype.banked_date;
5359
+ /** @type {?} */
5360
+ AllocatePaymentRequest.prototype.ccd_case_number;
5361
+ /** @type {?} */
5362
+ AllocatePaymentRequest.prototype.exception_record;
5363
+ /** @type {?} */
5364
+ AllocatePaymentRequest.prototype.currency;
5365
+ /** @type {?} */
5366
+ AllocatePaymentRequest.prototype.document_control_number;
5367
+ /** @type {?} */
5368
+ AllocatePaymentRequest.prototype.external_provider;
5369
+ /** @type {?} */
5370
+ AllocatePaymentRequest.prototype.giro_slip_no;
5371
+ /** @type {?} */
5372
+ AllocatePaymentRequest.prototype.payer_name;
5373
+ /** @type {?} */
5374
+ AllocatePaymentRequest.prototype.payment_channel;
5375
+ /** @type {?} */
5376
+ AllocatePaymentRequest.prototype.payment_status;
5377
+ /** @type {?} */
5378
+ AllocatePaymentRequest.prototype.payment_method;
5379
+ /** @type {?} */
5380
+ AllocatePaymentRequest.prototype.case_type;
5381
+ /** @type {?} */
5382
+ AllocatePaymentRequest.prototype.payment_allocation_dto;
5383
+ }
4241
5384
 
4242
5385
  /**
4243
5386
  * @fileoverview added by tsickle
4244
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5387
+ * Generated from: lib/components/mark-unidentified-payment/mark-unidentified-payment.component.ts
5388
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4245
5389
  */
4246
5390
  class MarkUnidentifiedPaymentComponent {
4247
5391
  /**
@@ -4517,10 +5661,67 @@ MarkUnidentifiedPaymentComponent.ctorParameters = () => [
4517
5661
  MarkUnidentifiedPaymentComponent.propDecorators = {
4518
5662
  caseType: [{ type: Input }]
4519
5663
  };
5664
+ if (false) {
5665
+ /** @type {?} */
5666
+ MarkUnidentifiedPaymentComponent.prototype.caseType;
5667
+ /** @type {?} */
5668
+ MarkUnidentifiedPaymentComponent.prototype.markPaymentUnidentifiedForm;
5669
+ /** @type {?} */
5670
+ MarkUnidentifiedPaymentComponent.prototype.viewStatus;
5671
+ /** @type {?} */
5672
+ MarkUnidentifiedPaymentComponent.prototype.ccdCaseNumber;
5673
+ /** @type {?} */
5674
+ MarkUnidentifiedPaymentComponent.prototype.bspaymentdcn;
5675
+ /** @type {?} */
5676
+ MarkUnidentifiedPaymentComponent.prototype.isInvesticationDetailEmpty;
5677
+ /** @type {?} */
5678
+ MarkUnidentifiedPaymentComponent.prototype.investicationDetailHasError;
5679
+ /** @type {?} */
5680
+ MarkUnidentifiedPaymentComponent.prototype.investicationDetailMinHasError;
5681
+ /** @type {?} */
5682
+ MarkUnidentifiedPaymentComponent.prototype.investicationDetailMaxHasError;
5683
+ /** @type {?} */
5684
+ MarkUnidentifiedPaymentComponent.prototype.errorMessage;
5685
+ /** @type {?} */
5686
+ MarkUnidentifiedPaymentComponent.prototype.unassignedRecord;
5687
+ /** @type {?} */
5688
+ MarkUnidentifiedPaymentComponent.prototype.siteID;
5689
+ /** @type {?} */
5690
+ MarkUnidentifiedPaymentComponent.prototype.investigationComment;
5691
+ /** @type {?} */
5692
+ MarkUnidentifiedPaymentComponent.prototype.isConfirmButtondisabled;
5693
+ /** @type {?} */
5694
+ MarkUnidentifiedPaymentComponent.prototype.ccdReference;
5695
+ /** @type {?} */
5696
+ MarkUnidentifiedPaymentComponent.prototype.exceptionReference;
5697
+ /** @type {?} */
5698
+ MarkUnidentifiedPaymentComponent.prototype.isStrategicFixEnable;
5699
+ /**
5700
+ * @type {?}
5701
+ * @private
5702
+ */
5703
+ MarkUnidentifiedPaymentComponent.prototype.formBuilder;
5704
+ /**
5705
+ * @type {?}
5706
+ * @private
5707
+ */
5708
+ MarkUnidentifiedPaymentComponent.prototype.paymentViewService;
5709
+ /**
5710
+ * @type {?}
5711
+ * @private
5712
+ */
5713
+ MarkUnidentifiedPaymentComponent.prototype.paymentLibComponent;
5714
+ /**
5715
+ * @type {?}
5716
+ * @private
5717
+ */
5718
+ MarkUnidentifiedPaymentComponent.prototype.bulkScaningPaymentService;
5719
+ }
4520
5720
 
4521
5721
  /**
4522
5722
  * @fileoverview added by tsickle
4523
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5723
+ * Generated from: lib/interfaces/UnsolicitedPaymentsRequest.ts
5724
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4524
5725
  */
4525
5726
  class UnsolicitedPaymentsRequest {
4526
5727
  /**
@@ -4544,10 +5745,27 @@ class UnsolicitedPaymentsRequest {
4544
5745
  this.sending_email_address = responsible_person;
4545
5746
  }
4546
5747
  }
5748
+ if (false) {
5749
+ /** @type {?} */
5750
+ UnsolicitedPaymentsRequest.prototype.payment_allocation_status;
5751
+ /** @type {?} */
5752
+ UnsolicitedPaymentsRequest.prototype.payment_group_reference;
5753
+ /** @type {?} */
5754
+ UnsolicitedPaymentsRequest.prototype.payment_reference;
5755
+ /** @type {?} */
5756
+ UnsolicitedPaymentsRequest.prototype.receiving_office;
5757
+ /** @type {?} */
5758
+ UnsolicitedPaymentsRequest.prototype.receiving_email_address;
5759
+ /** @type {?} */
5760
+ UnsolicitedPaymentsRequest.prototype.sending_email_address;
5761
+ /** @type {?} */
5762
+ UnsolicitedPaymentsRequest.prototype.unidentified_reason;
5763
+ }
4547
5764
 
4548
5765
  /**
4549
5766
  * @fileoverview added by tsickle
4550
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5767
+ * Generated from: lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.ts
5768
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4551
5769
  */
4552
5770
  class MarkUnsolicitedPaymentComponent {
4553
5771
  /**
@@ -4899,10 +6117,85 @@ MarkUnsolicitedPaymentComponent.ctorParameters = () => [
4899
6117
  MarkUnsolicitedPaymentComponent.propDecorators = {
4900
6118
  caseType: [{ type: Input }]
4901
6119
  };
6120
+ if (false) {
6121
+ /** @type {?} */
6122
+ MarkUnsolicitedPaymentComponent.prototype.caseType;
6123
+ /** @type {?} */
6124
+ MarkUnsolicitedPaymentComponent.prototype.markPaymentUnsolicitedForm;
6125
+ /** @type {?} */
6126
+ MarkUnsolicitedPaymentComponent.prototype.viewStatus;
6127
+ /** @type {?} */
6128
+ MarkUnsolicitedPaymentComponent.prototype.reasonHasError;
6129
+ /** @type {?} */
6130
+ MarkUnsolicitedPaymentComponent.prototype.isReasonEmpty;
6131
+ /** @type {?} */
6132
+ MarkUnsolicitedPaymentComponent.prototype.reasonMinHasError;
6133
+ /** @type {?} */
6134
+ MarkUnsolicitedPaymentComponent.prototype.reasonMaxHasError;
6135
+ /** @type {?} */
6136
+ MarkUnsolicitedPaymentComponent.prototype.responsibleOfficeHasError;
6137
+ /** @type {?} */
6138
+ MarkUnsolicitedPaymentComponent.prototype.isResponsibleOfficeEmpty;
6139
+ /** @type {?} */
6140
+ MarkUnsolicitedPaymentComponent.prototype.errorMessage;
6141
+ /** @type {?} */
6142
+ MarkUnsolicitedPaymentComponent.prototype.ccdCaseNumber;
6143
+ /** @type {?} */
6144
+ MarkUnsolicitedPaymentComponent.prototype.bspaymentdcn;
6145
+ /** @type {?} */
6146
+ MarkUnsolicitedPaymentComponent.prototype.unassignedRecord;
6147
+ /** @type {?} */
6148
+ MarkUnsolicitedPaymentComponent.prototype.siteID;
6149
+ /** @type {?} */
6150
+ MarkUnsolicitedPaymentComponent.prototype.reason;
6151
+ /** @type {?} */
6152
+ MarkUnsolicitedPaymentComponent.prototype.responsiblePerson;
6153
+ /** @type {?} */
6154
+ MarkUnsolicitedPaymentComponent.prototype.responsibleOffice;
6155
+ /** @type {?} */
6156
+ MarkUnsolicitedPaymentComponent.prototype.emailId;
6157
+ /** @type {?} */
6158
+ MarkUnsolicitedPaymentComponent.prototype.isConfirmButtondisabled;
6159
+ /** @type {?} */
6160
+ MarkUnsolicitedPaymentComponent.prototype.isContinueButtondisabled;
6161
+ /** @type {?} */
6162
+ MarkUnsolicitedPaymentComponent.prototype.ccdReference;
6163
+ /** @type {?} */
6164
+ MarkUnsolicitedPaymentComponent.prototype.exceptionReference;
6165
+ /** @type {?} */
6166
+ MarkUnsolicitedPaymentComponent.prototype.selectedSiteId;
6167
+ /** @type {?} */
6168
+ MarkUnsolicitedPaymentComponent.prototype.selectedSiteName;
6169
+ /** @type {?} */
6170
+ MarkUnsolicitedPaymentComponent.prototype.isStrategicFixEnable;
6171
+ /** @type {?} */
6172
+ MarkUnsolicitedPaymentComponent.prototype.siteIDList;
6173
+ /**
6174
+ * @type {?}
6175
+ * @private
6176
+ */
6177
+ MarkUnsolicitedPaymentComponent.prototype.formBuilder;
6178
+ /**
6179
+ * @type {?}
6180
+ * @private
6181
+ */
6182
+ MarkUnsolicitedPaymentComponent.prototype.paymentViewService;
6183
+ /**
6184
+ * @type {?}
6185
+ * @private
6186
+ */
6187
+ MarkUnsolicitedPaymentComponent.prototype.paymentLibComponent;
6188
+ /**
6189
+ * @type {?}
6190
+ * @private
6191
+ */
6192
+ MarkUnsolicitedPaymentComponent.prototype.bulkScaningPaymentService;
6193
+ }
4902
6194
 
4903
6195
  /**
4904
6196
  * @fileoverview added by tsickle
4905
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6197
+ * Generated from: lib/components/unprocessed-payments/unprocessed-payments.component.ts
6198
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4906
6199
  */
4907
6200
  class UnprocessedPaymentsComponent {
4908
6201
  /**
@@ -4912,12 +6205,12 @@ class UnprocessedPaymentsComponent {
4912
6205
  * @param {?} paymentViewService
4913
6206
  * @param {?} OrderslistService
4914
6207
  */
4915
- constructor(router, bulkScaningPaymentService, paymentLibComponent, paymentViewService, OrderslistService$$1) {
6208
+ constructor(router, bulkScaningPaymentService, paymentLibComponent, paymentViewService, OrderslistService) {
4916
6209
  this.router = router;
4917
6210
  this.bulkScaningPaymentService = bulkScaningPaymentService;
4918
6211
  this.paymentLibComponent = paymentLibComponent;
4919
6212
  this.paymentViewService = paymentViewService;
4920
- this.OrderslistService = OrderslistService$$1;
6213
+ this.OrderslistService = OrderslistService;
4921
6214
  this.selectedUnprocessedFeeEvent = new EventEmitter();
4922
6215
  this.getUnprocessedFeeCount = new EventEmitter();
4923
6216
  this.viewStatus = 'main';
@@ -5175,10 +6468,98 @@ UnprocessedPaymentsComponent.propDecorators = {
5175
6468
  selectedUnprocessedFeeEvent: [{ type: Output }],
5176
6469
  getUnprocessedFeeCount: [{ type: Output }]
5177
6470
  };
6471
+ if (false) {
6472
+ /** @type {?} */
6473
+ UnprocessedPaymentsComponent.prototype.FEE_RECORDS_EXISTS;
6474
+ /** @type {?} */
6475
+ UnprocessedPaymentsComponent.prototype.PAYMENTREF;
6476
+ /** @type {?} */
6477
+ UnprocessedPaymentsComponent.prototype.ISTURNOFF;
6478
+ /** @type {?} */
6479
+ UnprocessedPaymentsComponent.prototype.IS_BUTTON_ENABLE;
6480
+ /** @type {?} */
6481
+ UnprocessedPaymentsComponent.prototype.IS_OS_AMT_AVAILABLE;
6482
+ /** @type {?} */
6483
+ UnprocessedPaymentsComponent.prototype.ISSFENABLE;
6484
+ /** @type {?} */
6485
+ UnprocessedPaymentsComponent.prototype.PAYMENTSLENGTH;
6486
+ /** @type {?} */
6487
+ UnprocessedPaymentsComponent.prototype.LEVEL;
6488
+ /** @type {?} */
6489
+ UnprocessedPaymentsComponent.prototype.selectedUnprocessedFeeEvent;
6490
+ /** @type {?} */
6491
+ UnprocessedPaymentsComponent.prototype.getUnprocessedFeeCount;
6492
+ /** @type {?} */
6493
+ UnprocessedPaymentsComponent.prototype.viewStatus;
6494
+ /** @type {?} */
6495
+ UnprocessedPaymentsComponent.prototype.unassignedRecordList;
6496
+ /** @type {?} */
6497
+ UnprocessedPaymentsComponent.prototype.upPaymentErrorMessage;
6498
+ /** @type {?} */
6499
+ UnprocessedPaymentsComponent.prototype.ccdCaseNumber;
6500
+ /** @type {?} */
6501
+ UnprocessedPaymentsComponent.prototype.recordId;
6502
+ /** @type {?} */
6503
+ UnprocessedPaymentsComponent.prototype.isRecordExist;
6504
+ /** @type {?} */
6505
+ UnprocessedPaymentsComponent.prototype.dcnNumber;
6506
+ /** @type {?} */
6507
+ UnprocessedPaymentsComponent.prototype.selectedOption;
6508
+ /** @type {?} */
6509
+ UnprocessedPaymentsComponent.prototype.isUnprocessedRecordSelected;
6510
+ /** @type {?} */
6511
+ UnprocessedPaymentsComponent.prototype.isAllocateToExistingFeebtnEnabled;
6512
+ /** @type {?} */
6513
+ UnprocessedPaymentsComponent.prototype.isMarkAsUnidentifiedbtnEnabled;
6514
+ /** @type {?} */
6515
+ UnprocessedPaymentsComponent.prototype.isAllocatedToNewFeebtnEnabled;
6516
+ /** @type {?} */
6517
+ UnprocessedPaymentsComponent.prototype.isExceptionCase;
6518
+ /** @type {?} */
6519
+ UnprocessedPaymentsComponent.prototype.serviceId;
6520
+ /** @type {?} */
6521
+ UnprocessedPaymentsComponent.prototype.isBulkScanEnable;
6522
+ /** @type {?} */
6523
+ UnprocessedPaymentsComponent.prototype.isTurnOff;
6524
+ /** @type {?} */
6525
+ UnprocessedPaymentsComponent.prototype.isStFixEnable;
6526
+ /** @type {?} */
6527
+ UnprocessedPaymentsComponent.prototype.unassignedRecordSelectedList;
6528
+ /** @type {?} */
6529
+ UnprocessedPaymentsComponent.prototype.unassignedRecordListLength;
6530
+ /** @type {?} */
6531
+ UnprocessedPaymentsComponent.prototype.showContent;
6532
+ /**
6533
+ * @type {?}
6534
+ * @private
6535
+ */
6536
+ UnprocessedPaymentsComponent.prototype.router;
6537
+ /**
6538
+ * @type {?}
6539
+ * @private
6540
+ */
6541
+ UnprocessedPaymentsComponent.prototype.bulkScaningPaymentService;
6542
+ /**
6543
+ * @type {?}
6544
+ * @private
6545
+ */
6546
+ UnprocessedPaymentsComponent.prototype.paymentLibComponent;
6547
+ /**
6548
+ * @type {?}
6549
+ * @private
6550
+ */
6551
+ UnprocessedPaymentsComponent.prototype.paymentViewService;
6552
+ /**
6553
+ * @type {?}
6554
+ * @private
6555
+ */
6556
+ UnprocessedPaymentsComponent.prototype.OrderslistService;
6557
+ }
5178
6558
 
5179
6559
  /**
5180
6560
  * @fileoverview added by tsickle
5181
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6561
+ * Generated from: lib/components/processed-payments/processed-payments.component.ts
6562
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5182
6563
  */
5183
6564
  class ProcessedPaymentsComponent {
5184
6565
  /**
@@ -5228,10 +6609,27 @@ ProcessedPaymentsComponent.propDecorators = {
5228
6609
  NONPAYMENTS: [{ type: Input, args: ['NONPAYMENTS',] }],
5229
6610
  goToPaymentViewComponent: [{ type: Output }]
5230
6611
  };
6612
+ if (false) {
6613
+ /** @type {?} */
6614
+ ProcessedPaymentsComponent.prototype.NONPAYMENTS;
6615
+ /** @type {?} */
6616
+ ProcessedPaymentsComponent.prototype.goToPaymentViewComponent;
6617
+ /**
6618
+ * @type {?}
6619
+ * @private
6620
+ */
6621
+ ProcessedPaymentsComponent.prototype.router;
6622
+ /**
6623
+ * @type {?}
6624
+ * @private
6625
+ */
6626
+ ProcessedPaymentsComponent.prototype.bulkScaningPaymentService;
6627
+ }
5231
6628
 
5232
6629
  /**
5233
6630
  * @fileoverview added by tsickle
5234
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6631
+ * Generated from: lib/interfaces/IAllocationPaymentsRequest.ts
6632
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5235
6633
  */
5236
6634
  class IAllocationPaymentsRequest {
5237
6635
  /**
@@ -5253,10 +6651,25 @@ class IAllocationPaymentsRequest {
5253
6651
  this.user_name = userName ? userName : null;
5254
6652
  }
5255
6653
  }
6654
+ if (false) {
6655
+ /** @type {?} */
6656
+ IAllocationPaymentsRequest.prototype.payment_allocation_status;
6657
+ /** @type {?} */
6658
+ IAllocationPaymentsRequest.prototype.payment_group_reference;
6659
+ /** @type {?} */
6660
+ IAllocationPaymentsRequest.prototype.payment_reference;
6661
+ /** @type {?} */
6662
+ IAllocationPaymentsRequest.prototype.reason;
6663
+ /** @type {?} */
6664
+ IAllocationPaymentsRequest.prototype.explanation;
6665
+ /** @type {?} */
6666
+ IAllocationPaymentsRequest.prototype.user_name;
6667
+ }
5256
6668
 
5257
6669
  /**
5258
6670
  * @fileoverview added by tsickle
5259
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6671
+ * Generated from: lib/components/allocate-payments/allocate-payments.component.ts
6672
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5260
6673
  */
5261
6674
  class AllocatePaymentsComponent {
5262
6675
  /**
@@ -5268,14 +6681,14 @@ class AllocatePaymentsComponent {
5268
6681
  * @param {?} bulkScaningPaymentService
5269
6682
  * @param {?} OrderslistService
5270
6683
  */
5271
- constructor(errorHandlerService, caseTransactionsService, formBuilder, paymentViewService, paymentLibComponent, bulkScaningPaymentService, OrderslistService$$1) {
6684
+ constructor(errorHandlerService, caseTransactionsService, formBuilder, paymentViewService, paymentLibComponent, bulkScaningPaymentService, OrderslistService) {
5272
6685
  this.errorHandlerService = errorHandlerService;
5273
6686
  this.caseTransactionsService = caseTransactionsService;
5274
6687
  this.formBuilder = formBuilder;
5275
6688
  this.paymentViewService = paymentViewService;
5276
6689
  this.paymentLibComponent = paymentLibComponent;
5277
6690
  this.bulkScaningPaymentService = bulkScaningPaymentService;
5278
- this.OrderslistService = OrderslistService$$1;
6691
+ this.OrderslistService = OrderslistService;
5279
6692
  this.unAllocatedPayment = {
5280
6693
  amount: 0
5281
6694
  };
@@ -5804,10 +7217,142 @@ AllocatePaymentsComponent.propDecorators = {
5804
7217
  isTurnOff: [{ type: Input }],
5805
7218
  caseType: [{ type: Input }]
5806
7219
  };
7220
+ if (false) {
7221
+ /** @type {?} */
7222
+ AllocatePaymentsComponent.prototype.isTurnOff;
7223
+ /** @type {?} */
7224
+ AllocatePaymentsComponent.prototype.caseType;
7225
+ /** @type {?} */
7226
+ AllocatePaymentsComponent.prototype.overUnderPaymentForm;
7227
+ /** @type {?} */
7228
+ AllocatePaymentsComponent.prototype.viewStatus;
7229
+ /** @type {?} */
7230
+ AllocatePaymentsComponent.prototype.ccdCaseNumber;
7231
+ /** @type {?} */
7232
+ AllocatePaymentsComponent.prototype.bspaymentdcn;
7233
+ /** @type {?} */
7234
+ AllocatePaymentsComponent.prototype.recordId;
7235
+ /** @type {?} */
7236
+ AllocatePaymentsComponent.prototype.feedbackUrlLabel;
7237
+ /** @type {?} */
7238
+ AllocatePaymentsComponent.prototype.unAllocatedPayment;
7239
+ /** @type {?} */
7240
+ AllocatePaymentsComponent.prototype.siteID;
7241
+ /** @type {?} */
7242
+ AllocatePaymentsComponent.prototype.errorMessage;
7243
+ /** @type {?} */
7244
+ AllocatePaymentsComponent.prototype.paymentGroup;
7245
+ /** @type {?} */
7246
+ AllocatePaymentsComponent.prototype.paymentGroups;
7247
+ /** @type {?} */
7248
+ AllocatePaymentsComponent.prototype.remainingAmount;
7249
+ /** @type {?} */
7250
+ AllocatePaymentsComponent.prototype.isRemainingAmountGtZero;
7251
+ /** @type {?} */
7252
+ AllocatePaymentsComponent.prototype.isMoreDetailsBoxHide;
7253
+ /** @type {?} */
7254
+ AllocatePaymentsComponent.prototype.isRemainingAmountLtZero;
7255
+ /** @type {?} */
7256
+ AllocatePaymentsComponent.prototype.afterFeeAllocateOutstanding;
7257
+ /** @type {?} */
7258
+ AllocatePaymentsComponent.prototype.amountForAllocation;
7259
+ /** @type {?} */
7260
+ AllocatePaymentsComponent.prototype.isConfirmButtondisabled;
7261
+ /** @type {?} */
7262
+ AllocatePaymentsComponent.prototype.isContinueButtondisabled;
7263
+ /** @type {?} */
7264
+ AllocatePaymentsComponent.prototype.otherPaymentExplanation;
7265
+ /** @type {?} */
7266
+ AllocatePaymentsComponent.prototype.selectedOption;
7267
+ /** @type {?} */
7268
+ AllocatePaymentsComponent.prototype.isFeeAmountZero;
7269
+ /** @type {?} */
7270
+ AllocatePaymentsComponent.prototype.paymentReasonHasError;
7271
+ /** @type {?} */
7272
+ AllocatePaymentsComponent.prototype.paymentExplanationHasError;
7273
+ /** @type {?} */
7274
+ AllocatePaymentsComponent.prototype.isPaymentDetailsEmpty;
7275
+ /** @type {?} */
7276
+ AllocatePaymentsComponent.prototype.isPaymentDetailsInvalid;
7277
+ /** @type {?} */
7278
+ AllocatePaymentsComponent.prototype.paymentDetailsMinHasError;
7279
+ /** @type {?} */
7280
+ AllocatePaymentsComponent.prototype.paymentDetailsMaxHasError;
7281
+ /** @type {?} */
7282
+ AllocatePaymentsComponent.prototype.isUserNameEmpty;
7283
+ /** @type {?} */
7284
+ AllocatePaymentsComponent.prototype.isUserNameInvalid;
7285
+ /** @type {?} */
7286
+ AllocatePaymentsComponent.prototype.ccdReference;
7287
+ /** @type {?} */
7288
+ AllocatePaymentsComponent.prototype.exceptionReference;
7289
+ /** @type {?} */
7290
+ AllocatePaymentsComponent.prototype.paymentReason;
7291
+ /** @type {?} */
7292
+ AllocatePaymentsComponent.prototype.paymentExplanation;
7293
+ /** @type {?} */
7294
+ AllocatePaymentsComponent.prototype.userName;
7295
+ /** @type {?} */
7296
+ AllocatePaymentsComponent.prototype.paymentSectionLabel;
7297
+ /** @type {?} */
7298
+ AllocatePaymentsComponent.prototype.paymentRef;
7299
+ /** @type {?} */
7300
+ AllocatePaymentsComponent.prototype.isStrategicFixEnable;
7301
+ /** @type {?} */
7302
+ AllocatePaymentsComponent.prototype.orderLevelFees;
7303
+ /** @type {?} */
7304
+ AllocatePaymentsComponent.prototype.cookieUserName;
7305
+ /** @type {?} */
7306
+ AllocatePaymentsComponent.prototype.enCookieUserName;
7307
+ /** @type {?} */
7308
+ AllocatePaymentsComponent.prototype.userNameField;
7309
+ /** @type {?} */
7310
+ AllocatePaymentsComponent.prototype.reasonList;
7311
+ /** @type {?} */
7312
+ AllocatePaymentsComponent.prototype.explanationList;
7313
+ /** @type {?} */
7314
+ AllocatePaymentsComponent.prototype.refund;
7315
+ /**
7316
+ * @type {?}
7317
+ * @private
7318
+ */
7319
+ AllocatePaymentsComponent.prototype.errorHandlerService;
7320
+ /**
7321
+ * @type {?}
7322
+ * @private
7323
+ */
7324
+ AllocatePaymentsComponent.prototype.caseTransactionsService;
7325
+ /**
7326
+ * @type {?}
7327
+ * @private
7328
+ */
7329
+ AllocatePaymentsComponent.prototype.formBuilder;
7330
+ /**
7331
+ * @type {?}
7332
+ * @private
7333
+ */
7334
+ AllocatePaymentsComponent.prototype.paymentViewService;
7335
+ /**
7336
+ * @type {?}
7337
+ * @private
7338
+ */
7339
+ AllocatePaymentsComponent.prototype.paymentLibComponent;
7340
+ /**
7341
+ * @type {?}
7342
+ * @private
7343
+ */
7344
+ AllocatePaymentsComponent.prototype.bulkScaningPaymentService;
7345
+ /**
7346
+ * @type {?}
7347
+ * @private
7348
+ */
7349
+ AllocatePaymentsComponent.prototype.OrderslistService;
7350
+ }
5807
7351
 
5808
7352
  /**
5809
7353
  * @fileoverview added by tsickle
5810
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7354
+ * Generated from: lib/interfaces/AddRemissionRequest.ts
7355
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5811
7356
  */
5812
7357
  class AddRemissionRequest {
5813
7358
  /**
@@ -5825,10 +7370,27 @@ class AddRemissionRequest {
5825
7370
  this.case_type = caseType;
5826
7371
  }
5827
7372
  }
7373
+ if (false) {
7374
+ /** @type {?} */
7375
+ AddRemissionRequest.prototype.beneficiary_name;
7376
+ /** @type {?} */
7377
+ AddRemissionRequest.prototype.ccd_case_number;
7378
+ /** @type {?} */
7379
+ AddRemissionRequest.prototype.fee;
7380
+ /** @type {?} */
7381
+ AddRemissionRequest.prototype.hwf_amount;
7382
+ /** @type {?} */
7383
+ AddRemissionRequest.prototype.hwf_reference;
7384
+ /** @type {?} */
7385
+ AddRemissionRequest.prototype.payment_group_reference;
7386
+ /** @type {?} */
7387
+ AddRemissionRequest.prototype.case_type;
7388
+ }
5828
7389
 
5829
7390
  /**
5830
7391
  * @fileoverview added by tsickle
5831
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7392
+ * Generated from: lib/interfaces/AddRetroRemissionRequest.ts
7393
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5832
7394
  */
5833
7395
  class AddRetroRemissionRequest {
5834
7396
  /**
@@ -5840,10 +7402,17 @@ class AddRetroRemissionRequest {
5840
7402
  this.hwf_reference = hwf_reference;
5841
7403
  }
5842
7404
  }
7405
+ if (false) {
7406
+ /** @type {?} */
7407
+ AddRetroRemissionRequest.prototype.hwf_amount;
7408
+ /** @type {?} */
7409
+ AddRetroRemissionRequest.prototype.hwf_reference;
7410
+ }
5843
7411
 
5844
7412
  /**
5845
7413
  * @fileoverview added by tsickle
5846
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7414
+ * Generated from: lib/interfaces/PostRefundRetroRemission.ts
7415
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5847
7416
  */
5848
7417
  class PostRefundRetroRemission {
5849
7418
  /**
@@ -5855,10 +7424,17 @@ class PostRefundRetroRemission {
5855
7424
  this.refund_reason = refund_reason;
5856
7425
  }
5857
7426
  }
7427
+ if (false) {
7428
+ /** @type {?} */
7429
+ PostRefundRetroRemission.prototype.payment_reference;
7430
+ /** @type {?} */
7431
+ PostRefundRetroRemission.prototype.refund_reason;
7432
+ }
5858
7433
 
5859
7434
  /**
5860
7435
  * @fileoverview added by tsickle
5861
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7436
+ * Generated from: lib/interfaces/PostIssueRefundRetroRemission.ts
7437
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5862
7438
  */
5863
7439
  class PostIssueRefundRetroRemission {
5864
7440
  /**
@@ -5868,11 +7444,18 @@ class PostIssueRefundRetroRemission {
5868
7444
  this.remissionReference = remissionReference;
5869
7445
  }
5870
7446
  }
7447
+ if (false) {
7448
+ /** @type {?} */
7449
+ PostIssueRefundRetroRemission.prototype.remissionReference;
7450
+ }
5871
7451
 
5872
7452
  /**
5873
7453
  * @fileoverview added by tsickle
5874
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7454
+ * Generated from: lib/components/add-remission/add-remission.component.ts
7455
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5875
7456
  */
7457
+ /** @type {?} */
7458
+ const BS_ENABLE_FLAG$3 = 'bulk-scan-enabling-fe';
5876
7459
  class AddRemissionComponent {
5877
7460
  /**
5878
7461
  * @param {?} formBuilder
@@ -5883,14 +7466,14 @@ class AddRemissionComponent {
5883
7466
  * @param {?} cd
5884
7467
  * @param {?} OrderslistService
5885
7468
  */
5886
- constructor(formBuilder, router, paymentViewService, paymentLibComponent, refundService, cd, OrderslistService$$1) {
7469
+ constructor(formBuilder, router, paymentViewService, paymentLibComponent, refundService, cd, OrderslistService) {
5887
7470
  this.formBuilder = formBuilder;
5888
7471
  this.router = router;
5889
7472
  this.paymentViewService = paymentViewService;
5890
7473
  this.paymentLibComponent = paymentLibComponent;
5891
7474
  this.refundService = refundService;
5892
7475
  this.cd = cd;
5893
- this.OrderslistService = OrderslistService$$1;
7476
+ this.OrderslistService = OrderslistService;
5894
7477
  this.cancelRemission = new EventEmitter();
5895
7478
  //@Output() refundListReason: EventEmitter<any> = new EventEmitter({reason:string, code:string});
5896
7479
  this.refundListReason = new EventEmitter();
@@ -5934,7 +7517,8 @@ class AddRemissionComponent {
5934
7517
  if (this.viewCompStatus !== '' && this.viewCompStatus !== undefined) {
5935
7518
  this.viewStatus = '';
5936
7519
  }
5937
- if (this.remission) ;
7520
+ if (this.remission) {
7521
+ }
5938
7522
  if (this.fee) {
5939
7523
  this.amount = (this.fee.volume * this.fee.calculated_amount);
5940
7524
  }
@@ -6737,10 +8321,188 @@ AddRemissionComponent.propDecorators = {
6737
8321
  refundListReason: [{ type: Output }],
6738
8322
  refundListAmount: [{ type: Output }]
6739
8323
  };
8324
+ if (false) {
8325
+ /** @type {?} */
8326
+ AddRemissionComponent.prototype.fee;
8327
+ /** @type {?} */
8328
+ AddRemissionComponent.prototype.payment;
8329
+ /** @type {?} */
8330
+ AddRemissionComponent.prototype.remission;
8331
+ /** @type {?} */
8332
+ AddRemissionComponent.prototype.ccdCaseNumber;
8333
+ /** @type {?} */
8334
+ AddRemissionComponent.prototype.caseType;
8335
+ /** @type {?} */
8336
+ AddRemissionComponent.prototype.viewCompStatus;
8337
+ /** @type {?} */
8338
+ AddRemissionComponent.prototype.paymentGroupRef;
8339
+ /** @type {?} */
8340
+ AddRemissionComponent.prototype.isTurnOff;
8341
+ /** @type {?} */
8342
+ AddRemissionComponent.prototype.isRefundRemission;
8343
+ /** @type {?} */
8344
+ AddRemissionComponent.prototype.isStrategicFixEnable;
8345
+ /** @type {?} */
8346
+ AddRemissionComponent.prototype.paidAmount;
8347
+ /** @type {?} */
8348
+ AddRemissionComponent.prototype.isFromRefundListPage;
8349
+ /** @type {?} */
8350
+ AddRemissionComponent.prototype.isFromPaymentDetailPage;
8351
+ /** @type {?} */
8352
+ AddRemissionComponent.prototype.isFromServiceRequestPage;
8353
+ /** @type {?} */
8354
+ AddRemissionComponent.prototype.feeamount;
8355
+ /** @type {?} */
8356
+ AddRemissionComponent.prototype.LOGGEDINUSERROLES;
8357
+ /** @type {?} */
8358
+ AddRemissionComponent.prototype.orderDetail;
8359
+ /** @type {?} */
8360
+ AddRemissionComponent.prototype.orderRef;
8361
+ /** @type {?} */
8362
+ AddRemissionComponent.prototype.orderStatus;
8363
+ /** @type {?} */
8364
+ AddRemissionComponent.prototype.orderParty;
8365
+ /** @type {?} */
8366
+ AddRemissionComponent.prototype.orderCreated;
8367
+ /** @type {?} */
8368
+ AddRemissionComponent.prototype.orderCCDEvent;
8369
+ /** @type {?} */
8370
+ AddRemissionComponent.prototype.takePayment;
8371
+ /** @type {?} */
8372
+ AddRemissionComponent.prototype.orderFeesTotal;
8373
+ /** @type {?} */
8374
+ AddRemissionComponent.prototype.orderTotalPayments;
8375
+ /** @type {?} */
8376
+ AddRemissionComponent.prototype.orderRemissionTotal;
8377
+ /** @type {?} */
8378
+ AddRemissionComponent.prototype.cancelRemission;
8379
+ /** @type {?} */
8380
+ AddRemissionComponent.prototype.refundListReason;
8381
+ /** @type {?} */
8382
+ AddRemissionComponent.prototype.refundListAmount;
8383
+ /** @type {?} */
8384
+ AddRemissionComponent.prototype.refund;
8385
+ /** @type {?} */
8386
+ AddRemissionComponent.prototype.remissionForm;
8387
+ /** @type {?} */
8388
+ AddRemissionComponent.prototype.hasErrors;
8389
+ /** @type {?} */
8390
+ AddRemissionComponent.prototype.viewStatus;
8391
+ /** @type {?} */
8392
+ AddRemissionComponent.prototype.errorMessage;
8393
+ /** @type {?} */
8394
+ AddRemissionComponent.prototype.option;
8395
+ /** @type {?} */
8396
+ AddRemissionComponent.prototype.isConfirmationBtnDisabled;
8397
+ /** @type {?} */
8398
+ AddRemissionComponent.prototype.bsPaymentDcnNumber;
8399
+ /** @type {?} */
8400
+ AddRemissionComponent.prototype.selectedValue;
8401
+ /** @type {?} */
8402
+ AddRemissionComponent.prototype.amount;
8403
+ /** @type {?} */
8404
+ AddRemissionComponent.prototype.retroRemission;
8405
+ /** @type {?} */
8406
+ AddRemissionComponent.prototype.remissionReference;
8407
+ /** @type {?} */
8408
+ AddRemissionComponent.prototype.refundReference;
8409
+ /** @type {?} */
8410
+ AddRemissionComponent.prototype.refundAmount;
8411
+ /** @type {?} */
8412
+ AddRemissionComponent.prototype.paymentExplanationHasError;
8413
+ /** @type {?} */
8414
+ AddRemissionComponent.prototype.refundReason;
8415
+ /** @type {?} */
8416
+ AddRemissionComponent.prototype.selectedRefundReason;
8417
+ /** @type {?} */
8418
+ AddRemissionComponent.prototype.displayRefundReason;
8419
+ /** @type {?} */
8420
+ AddRemissionComponent.prototype.refundCode;
8421
+ /** @type {?} */
8422
+ AddRemissionComponent.prototype.remessionPayment;
8423
+ /** @type {?} */
8424
+ AddRemissionComponent.prototype.isRemissionCodeEmpty;
8425
+ /** @type {?} */
8426
+ AddRemissionComponent.prototype.remissionCodeHasError;
8427
+ /** @type {?} */
8428
+ AddRemissionComponent.prototype.isAmountEmpty;
8429
+ /** @type {?} */
8430
+ AddRemissionComponent.prototype.isReasonEmpty;
8431
+ /** @type {?} */
8432
+ AddRemissionComponent.prototype.amountHasError;
8433
+ /** @type {?} */
8434
+ AddRemissionComponent.prototype.isRemissionLessThanFeeError;
8435
+ /** @type {?} */
8436
+ AddRemissionComponent.prototype.refundHasError;
8437
+ /** @type {?} */
8438
+ AddRemissionComponent.prototype.isPaymentSuccess;
8439
+ /** @type {?} */
8440
+ AddRemissionComponent.prototype.isRemissionApplied;
8441
+ /** @type {?} */
8442
+ AddRemissionComponent.prototype.remissionamt;
8443
+ /** @type {?} */
8444
+ AddRemissionComponent.prototype.commonRefundReasons;
8445
+ /** @type {?} */
8446
+ AddRemissionComponent.prototype.showReasonText;
8447
+ /** @type {?} */
8448
+ AddRemissionComponent.prototype.isRefundReasonsSelected;
8449
+ /** @type {?} */
8450
+ AddRemissionComponent.prototype.default;
8451
+ /** @type {?} */
8452
+ AddRemissionComponent.prototype.reasonLength;
8453
+ /** @type {?} */
8454
+ AddRemissionComponent.prototype.refundReasons;
8455
+ /** @type {?} */
8456
+ AddRemissionComponent.prototype.pattern1;
8457
+ /** @type {?} */
8458
+ AddRemissionComponent.prototype.pattern2;
8459
+ /** @type {?} */
8460
+ AddRemissionComponent.prototype.sendOrderDetail;
8461
+ /** @type {?} */
8462
+ AddRemissionComponent.prototype.sendOrderRef;
8463
+ /** @type {?} */
8464
+ AddRemissionComponent.prototype.component;
8465
+ /**
8466
+ * @type {?}
8467
+ * @private
8468
+ */
8469
+ AddRemissionComponent.prototype.formBuilder;
8470
+ /**
8471
+ * @type {?}
8472
+ * @private
8473
+ */
8474
+ AddRemissionComponent.prototype.router;
8475
+ /**
8476
+ * @type {?}
8477
+ * @private
8478
+ */
8479
+ AddRemissionComponent.prototype.paymentViewService;
8480
+ /**
8481
+ * @type {?}
8482
+ * @private
8483
+ */
8484
+ AddRemissionComponent.prototype.paymentLibComponent;
8485
+ /**
8486
+ * @type {?}
8487
+ * @private
8488
+ */
8489
+ AddRemissionComponent.prototype.refundService;
8490
+ /**
8491
+ * @type {?}
8492
+ * @private
8493
+ */
8494
+ AddRemissionComponent.prototype.cd;
8495
+ /**
8496
+ * @type {?}
8497
+ * @private
8498
+ */
8499
+ AddRemissionComponent.prototype.OrderslistService;
8500
+ }
6740
8501
 
6741
8502
  /**
6742
8503
  * @fileoverview added by tsickle
6743
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8504
+ * Generated from: lib/pipes/ccd-hyphens.pipe.ts
8505
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6744
8506
  */
6745
8507
  class CcdHyphensPipe {
6746
8508
  constructor() { }
@@ -6768,7 +8530,8 @@ CcdHyphensPipe.ctorParameters = () => [];
6768
8530
 
6769
8531
  /**
6770
8532
  * @fileoverview added by tsickle
6771
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8533
+ * Generated from: lib/pipes/capitalize.pipe.ts
8534
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6772
8535
  */
6773
8536
  class CapitalizePipe {
6774
8537
  constructor() { }
@@ -6791,7 +8554,8 @@ CapitalizePipe.ctorParameters = () => [];
6791
8554
 
6792
8555
  /**
6793
8556
  * @fileoverview added by tsickle
6794
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8557
+ * Generated from: lib/pipes/key-value.pipe.ts
8558
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6795
8559
  */
6796
8560
  class keyValuePipe {
6797
8561
  constructor() { }
@@ -6820,7 +8584,8 @@ keyValuePipe.ctorParameters = () => [];
6820
8584
 
6821
8585
  /**
6822
8586
  * @fileoverview added by tsickle
6823
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8587
+ * Generated from: lib/pipes/sanitize-html.pipe.ts
8588
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6824
8589
  */
6825
8590
  class SanitizeHtmlPipe {
6826
8591
  /**
@@ -6844,10 +8609,18 @@ SanitizeHtmlPipe.decorators = [
6844
8609
  SanitizeHtmlPipe.ctorParameters = () => [
6845
8610
  { type: DomSanitizer }
6846
8611
  ];
8612
+ if (false) {
8613
+ /**
8614
+ * @type {?}
8615
+ * @private
8616
+ */
8617
+ SanitizeHtmlPipe.prototype.sanitizer;
8618
+ }
6847
8619
 
6848
8620
  /**
6849
8621
  * @fileoverview added by tsickle
6850
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8622
+ * Generated from: lib/services/xl-file/xl-file.service.ts
8623
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6851
8624
  */
6852
8625
  /** @type {?} */
6853
8626
  const EXCEL_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8';
@@ -7053,7 +8826,8 @@ XlFileService.ctorParameters = () => [];
7053
8826
 
7054
8827
  /**
7055
8828
  * @fileoverview added by tsickle
7056
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8829
+ * Generated from: lib/components/reports/reports.component.ts
8830
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7057
8831
  */
7058
8832
  class ReportsComponent {
7059
8833
  /**
@@ -7456,10 +9230,66 @@ ReportsComponent.ctorParameters = () => [
7456
9230
  ReportsComponent.propDecorators = {
7457
9231
  ISPAYMENTSTATUSENABLED: [{ type: Input }]
7458
9232
  };
9233
+ if (false) {
9234
+ /** @type {?} */
9235
+ ReportsComponent.prototype.ISPAYMENTSTATUSENABLED;
9236
+ /** @type {?} */
9237
+ ReportsComponent.prototype.fmt;
9238
+ /** @type {?} */
9239
+ ReportsComponent.prototype.loc;
9240
+ /** @type {?} */
9241
+ ReportsComponent.prototype.reportsForm;
9242
+ /** @type {?} */
9243
+ ReportsComponent.prototype.startDate;
9244
+ /** @type {?} */
9245
+ ReportsComponent.prototype.endDate;
9246
+ /** @type {?} */
9247
+ ReportsComponent.prototype.errorMeaagse;
9248
+ /** @type {?} */
9249
+ ReportsComponent.prototype.ccdCaseNumber;
9250
+ /** @type {?} */
9251
+ ReportsComponent.prototype.isDownLoadButtondisabled;
9252
+ /** @type {?} */
9253
+ ReportsComponent.prototype.isStartDateLesthanEndDate;
9254
+ /** @type {?} */
9255
+ ReportsComponent.prototype.isDateBetwnMonth;
9256
+ /** @type {?} */
9257
+ ReportsComponent.prototype.isDateRangeBetnWeek;
9258
+ /** @type {?} */
9259
+ ReportsComponent.prototype.errorMessage;
9260
+ /** @type {?} */
9261
+ ReportsComponent.prototype.paymentGroups;
9262
+ /**
9263
+ * @type {?}
9264
+ * @private
9265
+ */
9266
+ ReportsComponent.prototype.xlFileService;
9267
+ /**
9268
+ * @type {?}
9269
+ * @private
9270
+ */
9271
+ ReportsComponent.prototype.errorHandlerService;
9272
+ /**
9273
+ * @type {?}
9274
+ * @private
9275
+ */
9276
+ ReportsComponent.prototype.formBuilder;
9277
+ /**
9278
+ * @type {?}
9279
+ * @private
9280
+ */
9281
+ ReportsComponent.prototype.bulkScaningPaymentService;
9282
+ /**
9283
+ * @type {?}
9284
+ * @private
9285
+ */
9286
+ ReportsComponent.prototype.paymentViewService;
9287
+ }
7459
9288
 
7460
9289
  /**
7461
9290
  * @fileoverview added by tsickle
7462
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9291
+ * Generated from: lib/components/table/table.component.ts
9292
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7463
9293
  */
7464
9294
  class TableComponent {
7465
9295
  /**
@@ -7469,10 +9299,10 @@ class TableComponent {
7469
9299
  * @param {?} router
7470
9300
  * @param {?} activeRoute
7471
9301
  */
7472
- constructor(paymentLibComponent, cdRef, OrderslistService$$1, router, activeRoute) {
9302
+ constructor(paymentLibComponent, cdRef, OrderslistService, router, activeRoute) {
7473
9303
  this.paymentLibComponent = paymentLibComponent;
7474
9304
  this.cdRef = cdRef;
7475
- this.OrderslistService = OrderslistService$$1;
9305
+ this.OrderslistService = OrderslistService;
7476
9306
  this.router = router;
7477
9307
  this.activeRoute = activeRoute;
7478
9308
  // displayedColumns = ['ccdCaseNumber', 'refundReference', 'reason', 'createBy', 'updateDate', 'Action'];
@@ -7591,13 +9421,65 @@ TableComponent.propDecorators = {
7591
9421
  DATASOURCE: [{ type: Input, args: ['DATASOURCE',] }],
7592
9422
  STATUS: [{ type: Input, args: ['STATUS',] }],
7593
9423
  errorMessage: [{ type: Input, args: ['errorMessage',] }],
7594
- paginator: [{ type: ViewChild, args: [MatPaginator,] }],
7595
- sort: [{ type: ViewChild, args: [MatSort,] }]
9424
+ paginator: [{ type: ViewChild, args: [MatPaginator, { static: false },] }],
9425
+ sort: [{ type: ViewChild, args: [MatSort, { static: false },] }]
7596
9426
  };
9427
+ if (false) {
9428
+ /** @type {?} */
9429
+ TableComponent.prototype.DATASOURCE;
9430
+ /** @type {?} */
9431
+ TableComponent.prototype.STATUS;
9432
+ /** @type {?} */
9433
+ TableComponent.prototype.errorMessage;
9434
+ /** @type {?} */
9435
+ TableComponent.prototype.isApprovalFlow;
9436
+ /** @type {?} */
9437
+ TableComponent.prototype.displayedColumns;
9438
+ /** @type {?} */
9439
+ TableComponent.prototype.dataSource;
9440
+ /** @type {?} */
9441
+ TableComponent.prototype.userLst;
9442
+ /** @type {?} */
9443
+ TableComponent.prototype.actualcount;
9444
+ /** @type {?} */
9445
+ TableComponent.prototype.count;
9446
+ /** @type {?} */
9447
+ TableComponent.prototype.refundList;
9448
+ /** @type {?} */
9449
+ TableComponent.prototype.paginator;
9450
+ /** @type {?} */
9451
+ TableComponent.prototype.sort;
9452
+ /**
9453
+ * @type {?}
9454
+ * @private
9455
+ */
9456
+ TableComponent.prototype.paymentLibComponent;
9457
+ /**
9458
+ * @type {?}
9459
+ * @private
9460
+ */
9461
+ TableComponent.prototype.cdRef;
9462
+ /**
9463
+ * @type {?}
9464
+ * @private
9465
+ */
9466
+ TableComponent.prototype.OrderslistService;
9467
+ /**
9468
+ * @type {?}
9469
+ * @private
9470
+ */
9471
+ TableComponent.prototype.router;
9472
+ /**
9473
+ * @type {?}
9474
+ * @private
9475
+ */
9476
+ TableComponent.prototype.activeRoute;
9477
+ }
7597
9478
 
7598
9479
  /**
7599
9480
  * @fileoverview added by tsickle
7600
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9481
+ * Generated from: lib/interfaces/IResubmitRefundRequest.ts
9482
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7601
9483
  */
7602
9484
  class IResubmitRefundRequest {
7603
9485
  /**
@@ -7609,11 +9491,20 @@ class IResubmitRefundRequest {
7609
9491
  this.amount = amount;
7610
9492
  }
7611
9493
  }
9494
+ if (false) {
9495
+ /** @type {?} */
9496
+ IResubmitRefundRequest.prototype.refund_reason;
9497
+ /** @type {?} */
9498
+ IResubmitRefundRequest.prototype.amount;
9499
+ }
7612
9500
 
7613
9501
  /**
7614
9502
  * @fileoverview added by tsickle
7615
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9503
+ * Generated from: lib/components/refund-status/refund-status.component.ts
9504
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7616
9505
  */
9506
+ /** @type {?} */
9507
+ const BS_ENABLE_FLAG$4 = 'bulk-scan-enabling-fe';
7617
9508
  class RefundStatusComponent {
7618
9509
  /**
7619
9510
  * @param {?} formBuilder
@@ -7623,13 +9514,13 @@ class RefundStatusComponent {
7623
9514
  * @param {?} router
7624
9515
  * @param {?} OrderslistService
7625
9516
  */
7626
- constructor(formBuilder, refundService, paymentLibComponent, paymentViewService, router, OrderslistService$$1) {
9517
+ constructor(formBuilder, refundService, paymentLibComponent, paymentViewService, router, OrderslistService) {
7627
9518
  this.formBuilder = formBuilder;
7628
9519
  this.refundService = refundService;
7629
9520
  this.paymentLibComponent = paymentLibComponent;
7630
9521
  this.paymentViewService = paymentViewService;
7631
9522
  this.router = router;
7632
- this.OrderslistService = OrderslistService$$1;
9523
+ this.OrderslistService = OrderslistService;
7633
9524
  this.LOGGEDINUSERROLES = [];
7634
9525
  this.rejectedRefundList = [];
7635
9526
  this.approvalStatus = 'Sent for approval';
@@ -7972,7 +9863,7 @@ class RefundStatusComponent {
7972
9863
  RefundStatusComponent.decorators = [
7973
9864
  { type: Component, args: [{
7974
9865
  selector: 'ccpay-refund-status',
7975
- 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",
9866
+ 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",
7976
9867
  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}"]
7977
9868
  }] }
7978
9869
  ];
@@ -7992,10 +9883,113 @@ RefundStatusComponent.propDecorators = {
7992
9883
  isTurnOff: [{ type: Input }],
7993
9884
  isEliginbleToAccess: [{ type: Input }]
7994
9885
  };
9886
+ if (false) {
9887
+ /** @type {?} */
9888
+ RefundStatusComponent.prototype.LOGGEDINUSERROLES;
9889
+ /** @type {?} */
9890
+ RefundStatusComponent.prototype.API_ROOT;
9891
+ /** @type {?} */
9892
+ RefundStatusComponent.prototype.ccdCaseNumber;
9893
+ /** @type {?} */
9894
+ RefundStatusComponent.prototype.isTurnOff;
9895
+ /** @type {?} */
9896
+ RefundStatusComponent.prototype.isEliginbleToAccess;
9897
+ /** @type {?} */
9898
+ RefundStatusComponent.prototype.refundStatusForm;
9899
+ /** @type {?} */
9900
+ RefundStatusComponent.prototype.selectedRefundReason;
9901
+ /** @type {?} */
9902
+ RefundStatusComponent.prototype.rejectedRefundList;
9903
+ /** @type {?} */
9904
+ RefundStatusComponent.prototype.approvalStatus;
9905
+ /** @type {?} */
9906
+ RefundStatusComponent.prototype.rejectStatus;
9907
+ /** @type {?} */
9908
+ RefundStatusComponent.prototype.errorMessage;
9909
+ /** @type {?} */
9910
+ RefundStatusComponent.prototype.viewName;
9911
+ /** @type {?} */
9912
+ RefundStatusComponent.prototype.refundReason;
9913
+ /** @type {?} */
9914
+ RefundStatusComponent.prototype.refundlist;
9915
+ /** @type {?} */
9916
+ RefundStatusComponent.prototype.bsPaymentDcnNumber;
9917
+ /** @type {?} */
9918
+ RefundStatusComponent.prototype.isCallFromRefundList;
9919
+ /** @type {?} */
9920
+ RefundStatusComponent.prototype.refundButtonState;
9921
+ /** @type {?} */
9922
+ RefundStatusComponent.prototype.isAmountEmpty;
9923
+ /** @type {?} */
9924
+ RefundStatusComponent.prototype.isReasonEmpty;
9925
+ /** @type {?} */
9926
+ RefundStatusComponent.prototype.amountHasError;
9927
+ /** @type {?} */
9928
+ RefundStatusComponent.prototype.isRemissionLessThanFeeError;
9929
+ /** @type {?} */
9930
+ RefundStatusComponent.prototype.refundHasError;
9931
+ /** @type {?} */
9932
+ RefundStatusComponent.prototype.refundReasons;
9933
+ /** @type {?} */
9934
+ RefundStatusComponent.prototype.refundStatusHistories;
9935
+ /** @type {?} */
9936
+ RefundStatusComponent.prototype.refundReference;
9937
+ /** @type {?} */
9938
+ RefundStatusComponent.prototype.refundAmount;
9939
+ /** @type {?} */
9940
+ RefundStatusComponent.prototype.refundCode;
9941
+ /** @type {?} */
9942
+ RefundStatusComponent.prototype.isRefundBtnDisabled;
9943
+ /** @type {?} */
9944
+ RefundStatusComponent.prototype.oldRefundReason;
9945
+ /** @type {?} */
9946
+ RefundStatusComponent.prototype.refundreason;
9947
+ /** @type {?} */
9948
+ RefundStatusComponent.prototype.navigationpage;
9949
+ /** @type {?} */
9950
+ RefundStatusComponent.prototype.isLastUpdatedByCurrentUser;
9951
+ /** @type {?} */
9952
+ RefundStatusComponent.prototype.isProcessRefund;
9953
+ /** @type {?} */
9954
+ RefundStatusComponent.prototype.changedAmount;
9955
+ /** @type {?} */
9956
+ RefundStatusComponent.prototype.isFromPayBubble;
9957
+ /**
9958
+ * @type {?}
9959
+ * @private
9960
+ */
9961
+ RefundStatusComponent.prototype.formBuilder;
9962
+ /**
9963
+ * @type {?}
9964
+ * @private
9965
+ */
9966
+ RefundStatusComponent.prototype.refundService;
9967
+ /**
9968
+ * @type {?}
9969
+ * @private
9970
+ */
9971
+ RefundStatusComponent.prototype.paymentLibComponent;
9972
+ /**
9973
+ * @type {?}
9974
+ * @private
9975
+ */
9976
+ RefundStatusComponent.prototype.paymentViewService;
9977
+ /**
9978
+ * @type {?}
9979
+ * @private
9980
+ */
9981
+ RefundStatusComponent.prototype.router;
9982
+ /**
9983
+ * @type {?}
9984
+ * @private
9985
+ */
9986
+ RefundStatusComponent.prototype.OrderslistService;
9987
+ }
7995
9988
 
7996
9989
  /**
7997
9990
  * @fileoverview added by tsickle
7998
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
9991
+ * Generated from: lib/components/service-request/service-request.component.ts
9992
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
7999
9993
  */
8000
9994
  class ServiceRequestComponent {
8001
9995
  /**
@@ -8004,10 +9998,10 @@ class ServiceRequestComponent {
8004
9998
  * @param {?} OrderslistService
8005
9999
  * @param {?} router
8006
10000
  */
8007
- constructor(paymentLibComponent, paymentViewService, OrderslistService$$1, router) {
10001
+ constructor(paymentLibComponent, paymentViewService, OrderslistService, router) {
8008
10002
  this.paymentLibComponent = paymentLibComponent;
8009
10003
  this.paymentViewService = paymentViewService;
8010
- this.OrderslistService = OrderslistService$$1;
10004
+ this.OrderslistService = OrderslistService;
8011
10005
  this.router = router;
8012
10006
  this.goToServiceRquestComponent = new EventEmitter();
8013
10007
  this.paymentGroups = [];
@@ -8207,6 +10201,7 @@ class ServiceRequestComponent {
8207
10201
  else {
8208
10202
  return false;
8209
10203
  }
10204
+ ;
8210
10205
  }
8211
10206
  }
8212
10207
  /**
@@ -8316,6 +10311,7 @@ class ServiceRequestComponent {
8316
10311
  else {
8317
10312
  return false;
8318
10313
  }
10314
+ ;
8319
10315
  }
8320
10316
  /**
8321
10317
  * @return {?}
@@ -8346,6 +10342,7 @@ class ServiceRequestComponent {
8346
10342
  else {
8347
10343
  return false;
8348
10344
  }
10345
+ ;
8349
10346
  }
8350
10347
  }
8351
10348
  /**
@@ -8435,10 +10432,175 @@ ServiceRequestComponent.propDecorators = {
8435
10432
  isServiceRequest: [{ type: Input, args: ["isServiceRequest",] }],
8436
10433
  goToServiceRquestComponent: [{ type: Output }]
8437
10434
  };
10435
+ if (false) {
10436
+ /** @type {?} */
10437
+ ServiceRequestComponent.prototype.LOGGEDINUSERROLES;
10438
+ /** @type {?} */
10439
+ ServiceRequestComponent.prototype.viewStatus;
10440
+ /** @type {?} */
10441
+ ServiceRequestComponent.prototype.orderDetail;
10442
+ /** @type {?} */
10443
+ ServiceRequestComponent.prototype.orderRef;
10444
+ /** @type {?} */
10445
+ ServiceRequestComponent.prototype.orderStatus;
10446
+ /** @type {?} */
10447
+ ServiceRequestComponent.prototype.orderParty;
10448
+ /** @type {?} */
10449
+ ServiceRequestComponent.prototype.orderCreated;
10450
+ /** @type {?} */
10451
+ ServiceRequestComponent.prototype.orderCCDEvent;
10452
+ /** @type {?} */
10453
+ ServiceRequestComponent.prototype.orderFeesTotal;
10454
+ /** @type {?} */
10455
+ ServiceRequestComponent.prototype.orderTotalPayments;
10456
+ /** @type {?} */
10457
+ ServiceRequestComponent.prototype.orderRemissionTotal;
10458
+ /** @type {?} */
10459
+ ServiceRequestComponent.prototype.takePayment;
10460
+ /** @type {?} */
10461
+ ServiceRequestComponent.prototype.ccdCaseNumber;
10462
+ /** @type {?} */
10463
+ ServiceRequestComponent.prototype.isServiceRequest;
10464
+ /** @type {?} */
10465
+ ServiceRequestComponent.prototype.goToServiceRquestComponent;
10466
+ /** @type {?} */
10467
+ ServiceRequestComponent.prototype.servicerequest;
10468
+ /** @type {?} */
10469
+ ServiceRequestComponent.prototype.excReference;
10470
+ /** @type {?} */
10471
+ ServiceRequestComponent.prototype.paymentGroups;
10472
+ /** @type {?} */
10473
+ ServiceRequestComponent.prototype.payments;
10474
+ /** @type {?} */
10475
+ ServiceRequestComponent.prototype.nonPayments;
10476
+ /** @type {?} */
10477
+ ServiceRequestComponent.prototype.allPayments;
10478
+ /** @type {?} */
10479
+ ServiceRequestComponent.prototype.remissions;
10480
+ /** @type {?} */
10481
+ ServiceRequestComponent.prototype.fees;
10482
+ /** @type {?} */
10483
+ ServiceRequestComponent.prototype.errorMessage;
10484
+ /** @type {?} */
10485
+ ServiceRequestComponent.prototype.totalFees;
10486
+ /** @type {?} */
10487
+ ServiceRequestComponent.prototype.totalPayments;
10488
+ /** @type {?} */
10489
+ ServiceRequestComponent.prototype.totalNonOffPayments;
10490
+ /** @type {?} */
10491
+ ServiceRequestComponent.prototype.totalRemissions;
10492
+ /** @type {?} */
10493
+ ServiceRequestComponent.prototype.selectedOption;
10494
+ /** @type {?} */
10495
+ ServiceRequestComponent.prototype.dcnNumber;
10496
+ /** @type {?} */
10497
+ ServiceRequestComponent.prototype.paymentRef;
10498
+ /** @type {?} */
10499
+ ServiceRequestComponent.prototype.isTurnOff;
10500
+ /** @type {?} */
10501
+ ServiceRequestComponent.prototype.isRefundRemission;
10502
+ /** @type {?} */
10503
+ ServiceRequestComponent.prototype.isStrategicFixEnable;
10504
+ /** @type {?} */
10505
+ ServiceRequestComponent.prototype.isAddFeeBtnEnabled;
10506
+ /** @type {?} */
10507
+ ServiceRequestComponent.prototype.isExceptionRecord;
10508
+ /** @type {?} */
10509
+ ServiceRequestComponent.prototype.isUnprocessedRecordSelected;
10510
+ /** @type {?} */
10511
+ ServiceRequestComponent.prototype.exceptionRecordReference;
10512
+ /** @type {?} */
10513
+ ServiceRequestComponent.prototype.isAnyFeeGroupAvilable;
10514
+ /** @type {?} */
10515
+ ServiceRequestComponent.prototype.isHistoricGroupAvailable;
10516
+ /** @type {?} */
10517
+ ServiceRequestComponent.prototype.isBulkScanEnable;
10518
+ /** @type {?} */
10519
+ ServiceRequestComponent.prototype.isRemissionsMatch;
10520
+ /** @type {?} */
10521
+ ServiceRequestComponent.prototype.isRemoveBtnDisabled;
10522
+ /** @type {?} */
10523
+ ServiceRequestComponent.prototype.feeId;
10524
+ /** @type {?} */
10525
+ ServiceRequestComponent.prototype.clAmountDue;
10526
+ /** @type {?} */
10527
+ ServiceRequestComponent.prototype.unprocessedRecordCount;
10528
+ /** @type {?} */
10529
+ ServiceRequestComponent.prototype.isFeeRecordsExist;
10530
+ /** @type {?} */
10531
+ ServiceRequestComponent.prototype.isGrpOutstandingAmtPositive;
10532
+ /** @type {?} */
10533
+ ServiceRequestComponent.prototype.totalRefundAmount;
10534
+ /** @type {?} */
10535
+ ServiceRequestComponent.prototype.caseType;
10536
+ /** @type {?} */
10537
+ ServiceRequestComponent.prototype.payment;
10538
+ /** @type {?} */
10539
+ ServiceRequestComponent.prototype.paymentGroup;
10540
+ /** @type {?} */
10541
+ ServiceRequestComponent.prototype.paymentView;
10542
+ /** @type {?} */
10543
+ ServiceRequestComponent.prototype.isAddRemissionEnable;
10544
+ /** @type {?} */
10545
+ ServiceRequestComponent.prototype.orderRemissionDetails;
10546
+ /** @type {?} */
10547
+ ServiceRequestComponent.prototype.orderLevelFees;
10548
+ /** @type {?} */
10549
+ ServiceRequestComponent.prototype.cpoDetails;
10550
+ /** @type {?} */
10551
+ ServiceRequestComponent.prototype.serviceRequestValue;
10552
+ /** @type {?} */
10553
+ ServiceRequestComponent.prototype.orderAddBtnEnable;
10554
+ /** @type {?} */
10555
+ ServiceRequestComponent.prototype.isCPODown;
10556
+ /** @type {?} */
10557
+ ServiceRequestComponent.prototype.test;
10558
+ /** @type {?} */
10559
+ ServiceRequestComponent.prototype.isPBA;
10560
+ /** @type {?} */
10561
+ ServiceRequestComponent.prototype.isIssueRefunfBtnEnable;
10562
+ /** @type {?} */
10563
+ ServiceRequestComponent.prototype.isAddRemissionBtnEnabled;
10564
+ /** @type {?} */
10565
+ ServiceRequestComponent.prototype.isRefundRemissionBtnEnable;
10566
+ /** @type {?} */
10567
+ ServiceRequestComponent.prototype.allowedRolesToAccessRefund;
10568
+ /** @type {?} */
10569
+ ServiceRequestComponent.prototype.isFromServiceRequestPage;
10570
+ /** @type {?} */
10571
+ ServiceRequestComponent.prototype.navigationpage;
10572
+ /** @type {?} */
10573
+ ServiceRequestComponent.prototype.remissionFeeAmt;
10574
+ /** @type {?} */
10575
+ ServiceRequestComponent.prototype.check4AllowedRoles2AccessRefund;
10576
+ /** @type {?} */
10577
+ ServiceRequestComponent.prototype.allowFurtherAccessAfter4Days;
10578
+ /**
10579
+ * @type {?}
10580
+ * @private
10581
+ */
10582
+ ServiceRequestComponent.prototype.paymentLibComponent;
10583
+ /**
10584
+ * @type {?}
10585
+ * @private
10586
+ */
10587
+ ServiceRequestComponent.prototype.paymentViewService;
10588
+ /**
10589
+ * @type {?}
10590
+ * @private
10591
+ */
10592
+ ServiceRequestComponent.prototype.OrderslistService;
10593
+ /**
10594
+ * @type {?}
10595
+ * @private
10596
+ */
10597
+ ServiceRequestComponent.prototype.router;
10598
+ }
8438
10599
 
8439
10600
  /**
8440
10601
  * @fileoverview added by tsickle
8441
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
10602
+ * Generated from: lib/interfaces/IserviceRequestCardPayment.ts
10603
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8442
10604
  */
8443
10605
  class IserviceRequestCardPayment {
8444
10606
  /**
@@ -8450,10 +10612,19 @@ class IserviceRequestCardPayment {
8450
10612
  this.language = 'string';
8451
10613
  }
8452
10614
  }
10615
+ if (false) {
10616
+ /** @type {?} */
10617
+ IserviceRequestCardPayment.prototype.amount;
10618
+ /** @type {?} */
10619
+ IserviceRequestCardPayment.prototype.currency;
10620
+ /** @type {?} */
10621
+ IserviceRequestCardPayment.prototype.language;
10622
+ }
8453
10623
 
8454
10624
  /**
8455
10625
  * @fileoverview added by tsickle
8456
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
10626
+ * Generated from: lib/interfaces/IserviceRequestPbaPayment.ts
10627
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8457
10628
  */
8458
10629
  class IserviceRequestPbaPayment {
8459
10630
  /**
@@ -8470,11 +10641,26 @@ class IserviceRequestPbaPayment {
8470
10641
  this.organisation_name = orgName;
8471
10642
  }
8472
10643
  }
10644
+ if (false) {
10645
+ /** @type {?} */
10646
+ IserviceRequestPbaPayment.prototype.account_number;
10647
+ /** @type {?} */
10648
+ IserviceRequestPbaPayment.prototype.amount;
10649
+ /** @type {?} */
10650
+ IserviceRequestPbaPayment.prototype.currency;
10651
+ /** @type {?} */
10652
+ IserviceRequestPbaPayment.prototype.customer_reference;
10653
+ /** @type {?} */
10654
+ IserviceRequestPbaPayment.prototype.organisation_name;
10655
+ }
8473
10656
 
8474
10657
  /**
8475
10658
  * @fileoverview added by tsickle
8476
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
10659
+ * Generated from: lib/components/pba-payment/pba-payment.component.ts
10660
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8477
10661
  */
10662
+ /** @type {?} */
10663
+ const BS_ENABLE_FLAG$5 = 'bulk-scan-enabling-fe';
8478
10664
  class PbaPaymentComponent {
8479
10665
  /**
8480
10666
  * @param {?} paymentLibComponent
@@ -8661,10 +10847,61 @@ PbaPaymentComponent.ctorParameters = () => [
8661
10847
  PbaPaymentComponent.propDecorators = {
8662
10848
  pbaPayOrderRef: [{ type: Input }]
8663
10849
  };
10850
+ if (false) {
10851
+ /** @type {?} */
10852
+ PbaPaymentComponent.prototype.pbaPayOrderRef;
10853
+ /** @type {?} */
10854
+ PbaPaymentComponent.prototype.viewStatus;
10855
+ /** @type {?} */
10856
+ PbaPaymentComponent.prototype.pbaAccountList;
10857
+ /** @type {?} */
10858
+ PbaPaymentComponent.prototype.isPBAAccountHold;
10859
+ /** @type {?} */
10860
+ PbaPaymentComponent.prototype.errorMsg;
10861
+ /** @type {?} */
10862
+ PbaPaymentComponent.prototype.isCardPaymentSuccess;
10863
+ /** @type {?} */
10864
+ PbaPaymentComponent.prototype.isInSufficiantFund;
10865
+ /** @type {?} */
10866
+ PbaPaymentComponent.prototype.isPBAAccountNotExist;
10867
+ /** @type {?} */
10868
+ PbaPaymentComponent.prototype.isPBAServerError;
10869
+ /** @type {?} */
10870
+ PbaPaymentComponent.prototype.isGetPBAAccountSucceed;
10871
+ /** @type {?} */
10872
+ PbaPaymentComponent.prototype.selectedPbaAccount;
10873
+ /** @type {?} */
10874
+ PbaPaymentComponent.prototype.pbaAccountRef;
10875
+ /** @type {?} */
10876
+ PbaPaymentComponent.prototype.isPbaAccountSelected;
10877
+ /** @type {?} */
10878
+ PbaPaymentComponent.prototype.isCardPaymentSelected;
10879
+ /** @type {?} */
10880
+ PbaPaymentComponent.prototype.isPBADropdownSelected;
10881
+ /** @type {?} */
10882
+ PbaPaymentComponent.prototype.isContinueButtondisabled;
10883
+ /** @type {?} */
10884
+ PbaPaymentComponent.prototype.isPBAAccountPaymentSuccess;
10885
+ /** @type {?} */
10886
+ PbaPaymentComponent.prototype.pbaAccountrPaymentResult;
10887
+ /** @type {?} */
10888
+ PbaPaymentComponent.prototype.orgName;
10889
+ /**
10890
+ * @type {?}
10891
+ * @private
10892
+ */
10893
+ PbaPaymentComponent.prototype.paymentLibComponent;
10894
+ /**
10895
+ * @type {?}
10896
+ * @private
10897
+ */
10898
+ PbaPaymentComponent.prototype.paymentViewService;
10899
+ }
8664
10900
 
8665
10901
  /**
8666
10902
  * @fileoverview added by tsickle
8667
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
10903
+ * Generated from: lib/payment-lib.module.ts
10904
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8668
10905
  */
8669
10906
  class PaymentLibModule {
8670
10907
  }
@@ -8721,14 +10958,15 @@ PaymentLibModule.decorators = [
8721
10958
 
8722
10959
  /**
8723
10960
  * @fileoverview added by tsickle
8724
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
10961
+ * Generated from: public_api.ts
10962
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8725
10963
  */
8726
10964
 
8727
10965
  /**
8728
10966
  * @fileoverview added by tsickle
8729
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
10967
+ * Generated from: hmcts-ccpay-web-component.ts
10968
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
8730
10969
  */
8731
10970
 
8732
- 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 };
8733
-
8734
- //# sourceMappingURL=hmcts-ccpay-web-component.js.map
10971
+ 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 };
10972
+ //# sourceMappingURL=hmcts-ccpay-web-component.js.map