@hmcts/ccpay-web-component 4.0.1-beta3 → 4.0.1-beta30

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 (80) hide show
  1. package/bundles/hmcts-ccpay-web-component.umd.js +999 -480
  2. package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
  3. package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
  4. package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
  5. package/esm2015/hmcts-ccpay-web-component.js +4 -5
  6. package/esm2015/lib/components/add-remission/add-remission.component.js +259 -127
  7. package/esm2015/lib/components/allocate-payments/allocate-payments.component.js +25 -12
  8. package/esm2015/lib/components/case-transactions/case-transactions.component.js +137 -136
  9. package/esm2015/lib/components/fee-summary/fee-summary.component.js +4 -4
  10. package/esm2015/lib/components/payment-view/payment-view.component.js +141 -54
  11. package/esm2015/lib/components/pba-payment/pba-payment.component.js +84 -3
  12. package/esm2015/lib/components/process-refund/process-refund.component.js +92 -14
  13. package/esm2015/lib/components/refund-list/refund-list.component.js +5 -14
  14. package/esm2015/lib/components/refund-status/refund-status.component.js +117 -76
  15. package/esm2015/lib/components/reports/reports.component.js +8 -3
  16. package/esm2015/lib/components/status-history/status-history.component.js +2 -2
  17. package/esm2015/lib/components/table/table.component.js +25 -4
  18. package/esm2015/lib/components/unprocessed-payments/unprocessed-payments.component.js +4 -4
  19. package/esm2015/lib/interfaces/IRefundReasons.js +3 -1
  20. package/esm2015/lib/interfaces/IRefundStatusHistory.js +15 -0
  21. package/esm2015/lib/interfaces/IserviceRequestCardPayment.js +23 -0
  22. package/esm2015/lib/interfaces/IserviceRequestPbaPayment.js +28 -0
  23. package/esm2015/lib/payment-lib.component.js +18 -5
  24. package/esm2015/lib/payment-lib.module.js +3 -7
  25. package/esm2015/lib/services/orderslist.service.js +1 -1
  26. package/esm2015/lib/services/payment-view/payment-view.service.js +23 -3
  27. package/esm2015/lib/services/refunds/refunds.service.js +17 -10
  28. package/esm2015/lib/services/shared/error-handler.service.js +20 -2
  29. package/esm2015/lib/services/shared/httpclient/webcomponent.http.client.js +11 -2
  30. package/esm2015/lib/services/xl-file/xl-file.service.js +2 -2
  31. package/esm5/hmcts-ccpay-web-component.js +4 -5
  32. package/esm5/lib/components/add-remission/add-remission.component.js +266 -132
  33. package/esm5/lib/components/allocate-payments/allocate-payments.component.js +25 -12
  34. package/esm5/lib/components/case-transactions/case-transactions.component.js +138 -136
  35. package/esm5/lib/components/fee-summary/fee-summary.component.js +4 -4
  36. package/esm5/lib/components/payment-view/payment-view.component.js +159 -55
  37. package/esm5/lib/components/pba-payment/pba-payment.component.js +89 -3
  38. package/esm5/lib/components/process-refund/process-refund.component.js +148 -15
  39. package/esm5/lib/components/refund-list/refund-list.component.js +5 -14
  40. package/esm5/lib/components/refund-status/refund-status.component.js +122 -77
  41. package/esm5/lib/components/reports/reports.component.js +8 -3
  42. package/esm5/lib/components/status-history/status-history.component.js +2 -2
  43. package/esm5/lib/components/table/table.component.js +30 -4
  44. package/esm5/lib/components/unprocessed-payments/unprocessed-payments.component.js +4 -4
  45. package/esm5/lib/interfaces/IRefundReasons.js +3 -1
  46. package/esm5/lib/interfaces/IRefundStatusHistory.js +15 -0
  47. package/esm5/lib/interfaces/IserviceRequestCardPayment.js +22 -0
  48. package/esm5/lib/interfaces/IserviceRequestPbaPayment.js +25 -0
  49. package/esm5/lib/payment-lib.component.js +21 -5
  50. package/esm5/lib/payment-lib.module.js +3 -7
  51. package/esm5/lib/services/orderslist.service.js +1 -1
  52. package/esm5/lib/services/payment-view/payment-view.service.js +33 -3
  53. package/esm5/lib/services/refunds/refunds.service.js +17 -10
  54. package/esm5/lib/services/shared/error-handler.service.js +20 -2
  55. package/esm5/lib/services/shared/httpclient/webcomponent.http.client.js +11 -2
  56. package/esm5/lib/services/xl-file/xl-file.service.js +2 -2
  57. package/fesm2015/hmcts-ccpay-web-component.js +930 -480
  58. package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
  59. package/fesm5/hmcts-ccpay-web-component.js +1034 -493
  60. package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
  61. package/hmcts-ccpay-web-component.d.ts +3 -4
  62. package/hmcts-ccpay-web-component.metadata.json +1 -1
  63. package/lib/components/add-remission/add-remission.component.d.ts +28 -3
  64. package/lib/components/allocate-payments/allocate-payments.component.d.ts +3 -0
  65. package/lib/components/case-transactions/case-transactions.component.d.ts +3 -2
  66. package/lib/components/payment-view/payment-view.component.d.ts +7 -0
  67. package/lib/components/pba-payment/pba-payment.component.d.ts +8 -0
  68. package/lib/components/process-refund/process-refund.component.d.ts +9 -2
  69. package/lib/components/refund-status/refund-status.component.d.ts +6 -2
  70. package/lib/components/table/table.component.d.ts +1 -0
  71. package/lib/interfaces/IRefundReasons.d.ts +1 -0
  72. package/lib/interfaces/IRefundStatusHistory.d.ts +5 -0
  73. package/lib/interfaces/IserviceRequestCardPayment.d.ts +6 -0
  74. package/lib/interfaces/IserviceRequestPbaPayment.d.ts +7 -0
  75. package/lib/payment-lib.component.d.ts +4 -2
  76. package/lib/services/payment-view/payment-view.service.d.ts +4 -0
  77. package/package.json +5 -1
  78. package/esm2015/lib/components/refunds/refunds.component.js +0 -23
  79. package/esm5/lib/components/refunds/refunds.component.js +0 -29
  80. package/lib/components/refunds/refunds.component.d.ts +0 -5
@@ -6,6 +6,7 @@ import { PaymentViewService } from '../../services/payment-view/payment-view.ser
6
6
  import { PaymentLibComponent } from '../../payment-lib.component';
7
7
  import { IPayment } from '../../interfaces/IPayment';
8
8
  import { RefundsService } from '../../services/refunds/refunds.service';
9
+ import { IRefundReasons } from '../../interfaces/IRefundReasons';
9
10
  import { ChangeDetectorRef } from '@angular/core';
10
11
  import { IRemission } from '../../interfaces/IRemission';
11
12
  import { OrderslistService } from '../../services/orderslist.service';
@@ -34,6 +35,7 @@ export declare class AddRemissionComponent implements OnInit {
34
35
  isFromRefundListPage: boolean;
35
36
  isFromPaymentDetailPage: boolean;
36
37
  isFromServiceRequestPage: boolean;
38
+ feeamount: number;
37
39
  cancelRemission: EventEmitter<void>;
38
40
  refundListReason: EventEmitter<{
39
41
  reason: string;
@@ -64,6 +66,7 @@ export declare class AddRemissionComponent implements OnInit {
64
66
  paymentExplanationHasError: boolean;
65
67
  refundReason: string;
66
68
  selectedRefundReason: string;
69
+ displayRefundReason: string;
67
70
  refundCode: string;
68
71
  remessionPayment: IPayment;
69
72
  isRemissionCodeEmpty: boolean;
@@ -76,11 +79,33 @@ export declare class AddRemissionComponent implements OnInit {
76
79
  isPaymentSuccess: boolean;
77
80
  isRemissionApplied: boolean;
78
81
  remissionamt: number;
79
- refundReasons: any[];
80
82
  commonRefundReasons: any[];
81
83
  showReasonText: boolean;
82
84
  isRefundReasonsSelected: boolean;
83
85
  default: string;
86
+ reasonLength: number;
87
+ refundReasons: IRefundReasons[];
88
+ pattern1: string;
89
+ pattern2: string;
90
+ component: {
91
+ account_number: string;
92
+ amount: number;
93
+ case_reference: string;
94
+ ccd_case_number: string;
95
+ channel: string;
96
+ currency: string;
97
+ customer_reference: string;
98
+ date_created: string;
99
+ date_updated: string;
100
+ description: string;
101
+ method: string;
102
+ organisation_name: string;
103
+ payment_allocation: any[];
104
+ reference: string;
105
+ service_name: string;
106
+ site_id: string;
107
+ status: string;
108
+ };
84
109
  constructor(formBuilder: FormBuilder, router: Router, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, refundService: RefundsService, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
85
110
  ngOnInit(): void;
86
111
  addRemission(): void;
@@ -99,8 +124,8 @@ export declare class AddRemissionComponent implements OnInit {
99
124
  confirmRetroRefund(): void;
100
125
  selectRadioButton(key: any, value: any): void;
101
126
  selectchange(args: any): void;
102
- gotoServiceRequestPage(): void;
127
+ gotoServiceRequestPage(event: any): void;
103
128
  gotoCasetransationPage(): void;
104
- goToServiceRequestPage(): void;
129
+ gotoCasetransationPageCancelBtnClicked(event: Event): void;
105
130
  getFormattedCurrency(currency: number): string | number;
106
131
  }
@@ -62,6 +62,9 @@ export declare class AllocatePaymentsComponent implements OnInit {
62
62
  paymentRef: string;
63
63
  isStrategicFixEnable: boolean;
64
64
  orderLevelFees: IOrderReferenceFee[];
65
+ cookieUserName: string[];
66
+ enCookieUserName: any;
67
+ userNameField: string;
65
68
  reasonList: {
66
69
  [key: string]: {
67
70
  [key: string]: string;
@@ -59,7 +59,6 @@ export declare class CaseTransactionsComponent implements OnInit {
59
59
  isGrpOutstandingAmtPositive: boolean;
60
60
  totalRefundAmount: Number;
61
61
  caseType: String;
62
- lsCcdNumber: any;
63
62
  payment: IPayment;
64
63
  paymentGroup: IPaymentGroup;
65
64
  paymentView: IPaymentView;
@@ -67,6 +66,7 @@ export declare class CaseTransactionsComponent implements OnInit {
67
66
  isAddRemissionEnable: boolean;
68
67
  orderRemissionDetails: any[];
69
68
  orderLevelFees: IOrderReferenceFee[];
69
+ ispaymentGroupApisuccess: boolean;
70
70
  cpoDetails: any;
71
71
  orderRef: string;
72
72
  orderStatus: string;
@@ -90,6 +90,7 @@ export declare class CaseTransactionsComponent implements OnInit {
90
90
  currentDate: Date;
91
91
  isFromServiceRequestPage: boolean;
92
92
  navigationpage: string;
93
+ remissionFeeAmt: number;
93
94
  constructor(router: Router, paymentViewService: PaymentViewService, bulkScaningPaymentService: BulkScaningPaymentService, caseTransactionsService: CaseTransactionsService, paymentLibComponent: PaymentLibComponent, OrderslistService: OrderslistService);
94
95
  ngOnInit(): void;
95
96
  setDefaults(): void;
@@ -105,7 +106,7 @@ export declare class CaseTransactionsComponent implements OnInit {
105
106
  getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number;
106
107
  redirectToFeeSearchPage(event: any): void;
107
108
  addRemission(fee: IFee): void;
108
- addRefundForRemission(payment: IPayment, remission: IRemission[]): void;
109
+ addRefundForRemission(payment: IPayment, remission: IRemission[], fees: any): void;
109
110
  redirectToremissionPage(event: any): void;
110
111
  redirectToReportsPage(event: any): void;
111
112
  loadFeeSummaryPage(paymentGroup: IPaymentGroup): void;
@@ -36,13 +36,20 @@ export declare class PaymentViewComponent implements OnInit {
36
36
  isAddFeeBtnEnabled: boolean;
37
37
  isIssueRefunfBtnEnable: boolean;
38
38
  allowedRolesToAccessRefund: string[];
39
+ remissions: IRemission[];
40
+ remissionFeeAmt: number;
41
+ isRefundRemissionBtnEnable: boolean;
39
42
  constructor(paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
43
+ ngAfterContentChecked(): void;
40
44
  ngOnInit(): void;
41
45
  readonly isCardPayment: boolean;
42
46
  readonly isTelephonyPayment: boolean;
43
47
  goToPaymentList(): void;
44
48
  goToCaseTransationPage(event: any): void;
45
49
  addRemission(fee: IFee): void;
50
+ checkForFees(paymentGroup: any): boolean;
51
+ addRefundForRemission(payment: IPayment, remission: IRemission[], fees: any): void;
52
+ chkIsRefundRemissionBtnEnable(): boolean;
46
53
  issueRefund(paymentgrp: IPaymentGroup): void;
47
54
  getRemissionByFeeCode(feeCode: string, remissions: IRemission[]): IRemission;
48
55
  chkIssueRefundBtnEnable(payment: IPayment): boolean;
@@ -8,12 +8,20 @@ export declare class PbaPaymentComponent implements OnInit {
8
8
  viewStatus: string;
9
9
  pbaAccountList: string[];
10
10
  errorMsg: any;
11
+ isCardPaymentSuccess: boolean;
12
+ isInSufficiantFund: boolean;
13
+ isPBAAccountNotExist: boolean;
14
+ isPBAServerError: boolean;
15
+ isGetPBAAccountSucceed: boolean;
11
16
  selectedPbaAccount: string;
12
17
  pbaAccountRef: string;
13
18
  isContinueButtondisabled: boolean;
19
+ isPBAAccountPaymentSuccess: boolean;
20
+ pbaAccountrPaymentResult: any;
14
21
  constructor(paymentLibComponent: PaymentLibComponent, paymentViewService: PaymentViewService);
15
22
  ngOnInit(): void;
16
23
  selectpbaaccount(args: any): void;
17
24
  saveAndContinue(): void;
25
+ cardPayment(): void;
18
26
  gotoCasetransationPage(): void;
19
27
  }
@@ -4,9 +4,13 @@ import { RefundsService } from '../../services/refunds/refunds.service';
4
4
  import { IRefundAction } from '../../interfaces/IRefundAction';
5
5
  import { IRefundList } from '../../interfaces/IRefundList';
6
6
  import { IRefundRejectReason } from '../../interfaces/IRefundRejectReason';
7
+ import { OrderslistService } from '../../services/orderslist.service';
8
+ import { PaymentLibComponent } from '../../payment-lib.component';
7
9
  export declare class ProcessRefundComponent implements OnInit {
8
10
  private RefundsService;
9
11
  private formBuilder;
12
+ private OrderslistService;
13
+ private paymentLibComponent;
10
14
  refundReference: string;
11
15
  refundlistsource: IRefundList;
12
16
  processRefundForm: FormGroup;
@@ -32,15 +36,18 @@ export declare class ProcessRefundComponent implements OnInit {
32
36
  isReasonEmpty: boolean;
33
37
  isReasonInvalid: boolean;
34
38
  successMsg: string;
39
+ navigationpage: string;
35
40
  isConfirmButtondisabled: boolean;
36
- constructor(RefundsService: RefundsService, formBuilder: FormBuilder);
41
+ constructor(RefundsService: RefundsService, formBuilder: FormBuilder, OrderslistService: OrderslistService, paymentLibComponent: PaymentLibComponent);
37
42
  ngOnInit(): void;
38
43
  checkRefundActions(code: string): void;
39
44
  processRefundSubmit(): void;
40
- getErrorMessage(isErrorExist: any, status: any, errorMsg: any): {
45
+ getErrorMessage(isErrorExist: any, status: any, errorMsg: any, err: any): {
41
46
  title: string;
42
47
  body: string;
43
48
  showError: any;
44
49
  };
50
+ loadRefundListPage(): void;
51
+ redirecttoRefundListPage(): void;
45
52
  resetForm(vals: any, field: any): void;
46
53
  }
@@ -44,15 +44,19 @@ export declare class RefundStatusComponent implements OnInit {
44
44
  isRefundBtnDisabled: boolean;
45
45
  oldRefundReason: string;
46
46
  refundreason: string;
47
- allowedRolesToAccessRefund: string[];
48
47
  navigationpage: string;
48
+ isLastUpdatedByCurrentUser: boolean;
49
+ isProcessRefund: boolean;
50
+ changedAmount: number;
51
+ allowedRolesToAccessRefund: string[];
49
52
  constructor(formBuilder: FormBuilder, refundService: RefundsService, paymentLibComponent: PaymentLibComponent, paymentViewService: PaymentViewService, router: Router, OrderslistService: OrderslistService);
50
53
  ngOnInit(): void;
54
+ check4AllowedRoles2AccessRefund: () => boolean;
51
55
  getRefundsStatusHistoryList(): void;
52
56
  goToRefundView(refundlist: IRefundList, navigationpage: string): void;
53
57
  loadCaseTransactionPage(): void;
54
58
  loadRefundListPage(): void;
55
- gotoReviewDetailsPage(): void;
59
+ gotoReviewDetailsPage(event: any): void;
56
60
  gotoReviewAndReSubmitPage(): void;
57
61
  gotoRefundReasonPage(): void;
58
62
  gotoAmountPage(): void;
@@ -32,4 +32,5 @@ export declare class TableComponent {
32
32
  selectchange(args: any): void;
33
33
  goToRefundProcessComponent(refundReference: string, refundDate: IRefundList): void;
34
34
  goToRefundViewComponent(refundReference: string, refundData: IRefundList): void;
35
+ goToCaseReview(ccdCaseNumber: string, refundData: IRefundList): void;
35
36
  }
@@ -2,4 +2,5 @@ export interface IRefundReasons {
2
2
  code: string;
3
3
  description: string;
4
4
  name: string;
5
+ recently_used: boolean;
5
6
  }
@@ -0,0 +1,5 @@
1
+ import { IRefundStatus } from "./IRefundStatus";
2
+ export interface IRefundStatusHistory {
3
+ iRefundStatus: IRefundStatus[];
4
+ lastUpdatedByCurrentUser: boolean;
5
+ }
@@ -0,0 +1,6 @@
1
+ export declare class IserviceRequestCardPayment {
2
+ amount: string;
3
+ currency: string;
4
+ language: string;
5
+ constructor(amount: string);
6
+ }
@@ -0,0 +1,7 @@
1
+ export declare class IserviceRequestPbaPayment {
2
+ account_number: string;
3
+ amount: string;
4
+ currency: string;
5
+ customer_reference: string;
6
+ constructor(account_number: string, amount: string, customer_reference: string);
7
+ }
@@ -1,9 +1,10 @@
1
- import { OnInit } from '@angular/core';
1
+ import { ChangeDetectorRef, OnInit } from '@angular/core';
2
2
  import { PaymentLibService } from './payment-lib.service';
3
3
  import { IBSPayments } from './interfaces/IBSPayments';
4
4
  import { IPayment } from './interfaces/IPayment';
5
5
  export declare class PaymentLibComponent implements OnInit {
6
6
  private paymentLibService;
7
+ private cd;
7
8
  API_ROOT: string;
8
9
  BULKSCAN_API_ROOT: string;
9
10
  REFUNDS_API_ROOT: string;
@@ -49,6 +50,7 @@ export declare class PaymentLibComponent implements OnInit {
49
50
  iscancelClicked: boolean;
50
51
  isFromPaymentDetailPage: boolean;
51
52
  pbaPayOrderRef: IPayment;
52
- constructor(paymentLibService: PaymentLibService);
53
+ constructor(paymentLibService: PaymentLibService, cd: ChangeDetectorRef);
54
+ ngAfterContentChecked(): void;
53
55
  ngOnInit(): void;
54
56
  }
@@ -15,6 +15,8 @@ import { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest'
15
15
  import { IAllocationPaymentsRequest } from '../../interfaces/IAllocationPaymentsRequest';
16
16
  import { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';
17
17
  import { BehaviorSubject } from 'rxjs';
18
+ import { IserviceRequestPbaPayment } from '../../interfaces/IserviceRequestPbaPayment';
19
+ import { IserviceRequestCardPayment } from '../../interfaces/IserviceRequestCardPayment';
18
20
  import { AddRetroRemissionRequest } from '../../interfaces/AddRetroRemissionRequest';
19
21
  import { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';
20
22
  import { PostIssueRefundRetroRemission } from '../../interfaces/PostIssueRefundRetroRemission';
@@ -31,6 +33,8 @@ export declare class PaymentViewService {
31
33
  getPaymentGroupDetails(paymentGroupReference: string): Observable<IPaymentGroup>;
32
34
  getApportionPaymentDetails(paymentReference: string): Observable<IPaymentGroup>;
33
35
  getPBAaccountDetails(): Observable<any>;
36
+ postWays2PayCardPayment(serviceRef: string, body: IserviceRequestCardPayment): Observable<any>;
37
+ postPBAaccountPayment(serviceRef: string, body: IserviceRequestPbaPayment): Observable<any>;
34
38
  postBSPayments(body: AllocatePaymentRequest): Observable<any>;
35
39
  postBSUnidentifiedPayments(body: UnidentifiedPaymentsRequest): Observable<any>;
36
40
  postBSUnsolicitedPayments(body: UnsolicitedPaymentsRequest): Observable<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "4.0.1-beta3",
3
+ "version": "4.0.1-beta30",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -13,6 +13,10 @@
13
13
  "description": "Angular web component for displaying payments returned from ccpay api",
14
14
  "author": "Mateusz Swirski <mateusz.swirski@hmcts.net>",
15
15
  "contributors": [
16
+ {
17
+ "name": "Santosh Govindu",
18
+ "email": "santosh.govindu@hmcts.net"
19
+ },
16
20
  {
17
21
  "name": "Tarun Palisetty",
18
22
  "email": "tarun.palisetty@hmcts.net"
@@ -1,23 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
- */
5
- import { Component } from '@angular/core';
6
- export class RefundsComponent {
7
- constructor() { }
8
- /**
9
- * @return {?}
10
- */
11
- ngOnInit() {
12
- }
13
- }
14
- RefundsComponent.decorators = [
15
- { type: Component, args: [{
16
- selector: 'ccpay-refunds',
17
- template: "<main class=\"govuk-main-wrapper \" id=\"main-content\" role=\"main\" style=\"padding-top: 25px;\">\n <div style=\"min-width: 960px; max-width: 1860px; margin: 0 30px;\">\n <h1 class=\"govuk-heading-l\">Process refund</h1>\n <h2 class=\"govuk-heading-m\">#4692-3164-5845-4819</h2>\n <br>\n\n <div class=\"govuk-form-group\">\n <h1 class=\"govuk-label-wrapper\">\n <label class=\"govuk-label govuk-label--l\" for=\"event-name\">\n Enter help with fees or remission reference\n </label>\n </h1>\n\n <div id=\"event-name-hint\" class=\"govuk-hint\">\n For example: HWF-A1B-23C\n </div>\n \n <input class=\"govuk-input govuk-input--width-10\" id=\"event-name\" name=\"event-name\" type=\"text\" aria-describedby=\"event-name-hint\">\n </div>\n \n \n \n <div class=\"govuk-button-group\">\n \n \n \n \n \n \n \n \n <a href=\"reason\" role=\"button\" draggable=\"false\" class=\"govuk-button govuk-button--secondary\" data-module=\"govuk-button\">\n Previous\n </a>\n \n \n \n \n \n \n \n <a href=\"transaction\" role=\"button\" draggable=\"false\" class=\"govuk-button\" data-module=\"govuk-button\">\n Continue\n </a>\n \n </div>\n \n <p>\n <a href=\"../v1paymenthistory\">Cancel</a>\n </p>\n <br>\n <br>\n </div>\n </main>",
18
- styles: [""]
19
- }] }
20
- ];
21
- /** @nocollapse */
22
- RefundsComponent.ctorParameters = () => [];
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVmdW5kcy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AaG1jdHMvY2NwYXktd2ViLWNvbXBvbmVudC8iLCJzb3VyY2VzIjpbImxpYi9jb21wb25lbnRzL3JlZnVuZHMvcmVmdW5kcy5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFPbEQsTUFBTSxPQUFPLGdCQUFnQjtJQUUzQixnQkFBZ0IsQ0FBQzs7OztJQUVqQixRQUFRO0lBQ1IsQ0FBQzs7O1lBVkYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxlQUFlO2dCQUN6QixzM0NBQXVDOzthQUV4QyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjcGF5LXJlZnVuZHMnLFxuICB0ZW1wbGF0ZVVybDogJy4vcmVmdW5kcy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3JlZnVuZHMuY29tcG9uZW50LmNzcyddXG59KVxuZXhwb3J0IGNsYXNzIFJlZnVuZHNDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gIH1cblxufVxuIl19
@@ -1,29 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
- */
5
- import { Component } from '@angular/core';
6
- var RefundsComponent = /** @class */ (function () {
7
- function RefundsComponent() {
8
- }
9
- /**
10
- * @return {?}
11
- */
12
- RefundsComponent.prototype.ngOnInit = /**
13
- * @return {?}
14
- */
15
- function () {
16
- };
17
- RefundsComponent.decorators = [
18
- { type: Component, args: [{
19
- selector: 'ccpay-refunds',
20
- template: "<main class=\"govuk-main-wrapper \" id=\"main-content\" role=\"main\" style=\"padding-top: 25px;\">\n <div style=\"min-width: 960px; max-width: 1860px; margin: 0 30px;\">\n <h1 class=\"govuk-heading-l\">Process refund</h1>\n <h2 class=\"govuk-heading-m\">#4692-3164-5845-4819</h2>\n <br>\n\n <div class=\"govuk-form-group\">\n <h1 class=\"govuk-label-wrapper\">\n <label class=\"govuk-label govuk-label--l\" for=\"event-name\">\n Enter help with fees or remission reference\n </label>\n </h1>\n\n <div id=\"event-name-hint\" class=\"govuk-hint\">\n For example: HWF-A1B-23C\n </div>\n \n <input class=\"govuk-input govuk-input--width-10\" id=\"event-name\" name=\"event-name\" type=\"text\" aria-describedby=\"event-name-hint\">\n </div>\n \n \n \n <div class=\"govuk-button-group\">\n \n \n \n \n \n \n \n \n <a href=\"reason\" role=\"button\" draggable=\"false\" class=\"govuk-button govuk-button--secondary\" data-module=\"govuk-button\">\n Previous\n </a>\n \n \n \n \n \n \n \n <a href=\"transaction\" role=\"button\" draggable=\"false\" class=\"govuk-button\" data-module=\"govuk-button\">\n Continue\n </a>\n \n </div>\n \n <p>\n <a href=\"../v1paymenthistory\">Cancel</a>\n </p>\n <br>\n <br>\n </div>\n </main>",
21
- styles: [""]
22
- }] }
23
- ];
24
- /** @nocollapse */
25
- RefundsComponent.ctorParameters = function () { return []; };
26
- return RefundsComponent;
27
- }());
28
- export { RefundsComponent };
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVmdW5kcy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AaG1jdHMvY2NwYXktd2ViLWNvbXBvbmVudC8iLCJzb3VyY2VzIjpbImxpYi9jb21wb25lbnRzL3JlZnVuZHMvcmVmdW5kcy5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFFbEQ7SUFPRTtJQUFnQixDQUFDOzs7O0lBRWpCLG1DQUFROzs7SUFBUjtJQUNBLENBQUM7O2dCQVZGLFNBQVMsU0FBQztvQkFDVCxRQUFRLEVBQUUsZUFBZTtvQkFDekIsczNDQUF1Qzs7aUJBRXhDOzs7O0lBUUQsdUJBQUM7Q0FBQSxBQVpELElBWUM7U0FQWSxnQkFBZ0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjY3BheS1yZWZ1bmRzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3JlZnVuZHMuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9yZWZ1bmRzLmNvbXBvbmVudC5jc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBSZWZ1bmRzQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIG5nT25Jbml0KCkge1xuICB9XG5cbn1cbiJdfQ==
@@ -1,5 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- export declare class RefundsComponent implements OnInit {
3
- constructor();
4
- ngOnInit(): void;
5
- }