@hmcts/ccpay-web-component 6.5.2-cme-779-prerelease → 6.5.4-cme-779-prerelease

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.
@@ -7735,6 +7735,7 @@ class PaymentLibComponent {
7735
7735
  VIEW;
7736
7736
  VIEWSERVICE;
7737
7737
  PAYMENT_GROUP_REF;
7738
+ PAYMENT_REFERENCE;
7738
7739
  TAKEPAYMENT;
7739
7740
  SERVICEREQUEST;
7740
7741
  DCN_NUMBER;
@@ -7806,6 +7807,9 @@ class PaymentLibComponent {
7806
7807
  if (this.PAYMENT_GROUP_REF) {
7807
7808
  this.paymentGroupReference = this.PAYMENT_GROUP_REF;
7808
7809
  }
7810
+ if (this.PAYMENT_REFERENCE) {
7811
+ this.paymentReference = this.PAYMENT_REFERENCE;
7812
+ }
7809
7813
  if (this.DCN_NUMBER) {
7810
7814
  this.bspaymentdcn = this.DCN_NUMBER;
7811
7815
  }
@@ -7963,7 +7967,7 @@ class PaymentLibComponent {
7963
7967
  return this.roundTinyValue(this.overPaymentAmount);
7964
7968
  }
7965
7969
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.1", ngImport: i0, type: PaymentLibComponent, deps: [{ token: PaymentLibService }, { token: i0.ChangeDetectorRef }, { token: OrderslistService }], target: i0.ɵɵFactoryTarget.Component });
7966
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.1", type: PaymentLibComponent, isStandalone: false, selector: "ccpay-payment-lib", inputs: { API_ROOT: "API_ROOT", BULKSCAN_API_ROOT: "BULKSCAN_API_ROOT", REFUNDS_API_ROOT: "REFUNDS_API_ROOT", NOTIFICATION_API_ROOT: "NOTIFICATION_API_ROOT", CARDPAYMENTRETURNURL: "CARDPAYMENTRETURNURL", CCD_CASE_NUMBER: "CCD_CASE_NUMBER", EXC_REFERENCE: "EXC_REFERENCE", PAYMENT_METHOD: "PAYMENT_METHOD", VIEW: "VIEW", VIEWSERVICE: "VIEWSERVICE", PAYMENT_GROUP_REF: "PAYMENT_GROUP_REF", TAKEPAYMENT: "TAKEPAYMENT", SERVICEREQUEST: "SERVICEREQUEST", DCN_NUMBER: "DCN_NUMBER", SELECTED_OPTION: "SELECTED_OPTION", ISBSENABLE: "ISBSENABLE", ISSFENABLE: "ISSFENABLE", ISTURNOFF: "ISTURNOFF", CASETYPE: "CASETYPE", ISPAYMENTSTATUSENABLED: "ISPAYMENTSTATUSENABLED", rootUrl: "rootUrl", REFUNDLIST: "REFUNDLIST", USERID: "USERID", LOGGEDINUSERROLES: "LOGGEDINUSERROLES", LOGGEDINUSEREMAIL: "LOGGEDINUSEREMAIL", isFromServiceRequestPage: "isFromServiceRequestPage", telephonySelectionEnable: "telephonySelectionEnable" }, providers: [{ provide: 'PAYMENT_LIB', useExisting: forwardRef(() => PaymentLibComponent) }], ngImport: i0, template: `
7970
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.1", type: PaymentLibComponent, isStandalone: false, selector: "ccpay-payment-lib", inputs: { API_ROOT: "API_ROOT", BULKSCAN_API_ROOT: "BULKSCAN_API_ROOT", REFUNDS_API_ROOT: "REFUNDS_API_ROOT", NOTIFICATION_API_ROOT: "NOTIFICATION_API_ROOT", CARDPAYMENTRETURNURL: "CARDPAYMENTRETURNURL", CCD_CASE_NUMBER: "CCD_CASE_NUMBER", EXC_REFERENCE: "EXC_REFERENCE", PAYMENT_METHOD: "PAYMENT_METHOD", VIEW: "VIEW", VIEWSERVICE: "VIEWSERVICE", PAYMENT_GROUP_REF: "PAYMENT_GROUP_REF", PAYMENT_REFERENCE: "PAYMENT_REFERENCE", TAKEPAYMENT: "TAKEPAYMENT", SERVICEREQUEST: "SERVICEREQUEST", DCN_NUMBER: "DCN_NUMBER", SELECTED_OPTION: "SELECTED_OPTION", ISBSENABLE: "ISBSENABLE", ISSFENABLE: "ISSFENABLE", ISTURNOFF: "ISTURNOFF", CASETYPE: "CASETYPE", ISPAYMENTSTATUSENABLED: "ISPAYMENTSTATUSENABLED", rootUrl: "rootUrl", REFUNDLIST: "REFUNDLIST", USERID: "USERID", LOGGEDINUSERROLES: "LOGGEDINUSERROLES", LOGGEDINUSEREMAIL: "LOGGEDINUSEREMAIL", isFromServiceRequestPage: "isFromServiceRequestPage", telephonySelectionEnable: "telephonySelectionEnable" }, providers: [{ provide: 'PAYMENT_LIB', useExisting: forwardRef(() => PaymentLibComponent) }], ngImport: i0, template: `
7967
7971
  <ccpay-refund-list [USERID]="USERID" [LOGGEDINUSERROLES]="LOGGEDINUSERROLES" [LOGGEDINUSEREMAIL]="LOGGEDINUSEREMAIL" *ngIf="viewName === 'refund-list'"></ccpay-refund-list>
7968
7972
  <ccpay-payment-list *ngIf="viewName === 'payment-list'"></ccpay-payment-list>
7969
7973
  <ccpay-refund-status
@@ -8082,6 +8086,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.1", ngImpor
8082
8086
  }], PAYMENT_GROUP_REF: [{
8083
8087
  type: Input,
8084
8088
  args: ['PAYMENT_GROUP_REF']
8089
+ }], PAYMENT_REFERENCE: [{
8090
+ type: Input,
8091
+ args: ['PAYMENT_REFERENCE']
8085
8092
  }], TAKEPAYMENT: [{
8086
8093
  type: Input,
8087
8094
  args: ['TAKEPAYMENT']
@@ -8348,10 +8355,10 @@ class PaymentLibModule {
8348
8355
  ServiceRequestComponent,
8349
8356
  NotificationPreviewComponent,
8350
8357
  CaseTransactionsComponent,
8351
- AddRemissionComponent,
8352
8358
  UnprocessedPaymentsComponent,
8353
8359
  RefundStatusComponent,
8354
- PbaPaymentComponent, i8.RpxTranslationModule], exports: [PaymentLibComponent] });
8360
+ PbaPaymentComponent,
8361
+ StatusHistoryComponent, i8.RpxTranslationModule], exports: [PaymentLibComponent] });
8355
8362
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.1", ngImport: i0, type: PaymentLibModule, providers: [
8356
8363
  { provide: LoggerService, useClass: ConsoleLoggerService },
8357
8364
  XlFileService,
@@ -8371,10 +8378,10 @@ class PaymentLibModule {
8371
8378
  ServiceRequestComponent,
8372
8379
  NotificationPreviewComponent,
8373
8380
  CaseTransactionsComponent,
8374
- AddRemissionComponent,
8375
8381
  UnprocessedPaymentsComponent,
8376
8382
  RefundStatusComponent,
8377
8383
  PbaPaymentComponent,
8384
+ StatusHistoryComponent,
8378
8385
  // BrowserAnimationsModule,
8379
8386
  // NoopAnimationsModule
8380
8387
  RpxTranslationModule.forChild()] });
@@ -8427,10 +8434,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.1", ngImpor
8427
8434
  ServiceRequestComponent,
8428
8435
  NotificationPreviewComponent,
8429
8436
  CaseTransactionsComponent,
8430
- AddRemissionComponent,
8431
8437
  UnprocessedPaymentsComponent,
8432
8438
  RefundStatusComponent,
8433
8439
  PbaPaymentComponent,
8440
+ StatusHistoryComponent,
8434
8441
  // BrowserAnimationsModule,
8435
8442
  // NoopAnimationsModule
8436
8443
  RpxTranslationModule.forChild()], providers: [