New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hmcts/ccpay-web-component

Package Overview
Dependencies
Maintainers
16
Versions
1274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hmcts/ccpay-web-component - npm Package Compare versions

Comparing version 6.2.1-beta2 to 6.2.2-beta2

4

lib/components/add-remission/add-remission.component.d.ts

@@ -17,3 +17,2 @@ import { OnInit, EventEmitter } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class AddRemissionComponent implements OnInit {

@@ -153,3 +152,3 @@ private formBuilder;

};
constructor(formBuilder: FormBuilder, router: Router, paymentViewService: PaymentViewService, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias, refundService: RefundsService, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
constructor(formBuilder: FormBuilder, router: Router, paymentViewService: PaymentViewService, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent, refundService: RefundsService, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
ngOnInit(): void;

@@ -202,2 +201,1 @@ goToPaymentViewComponent(): void;

}
export {};

@@ -13,3 +13,2 @@ import { OnInit } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class AllocatePaymentsComponent implements OnInit {

@@ -93,3 +92,3 @@ private errorHandlerService;

};
constructor(errorHandlerService: ErrorHandlerService, caseTransactionsService: CaseTransactionsService, formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibAlias, bulkScaningPaymentService: BulkScaningPaymentService, OrderslistService: OrderslistService);
constructor(errorHandlerService: ErrorHandlerService, caseTransactionsService: CaseTransactionsService, formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, bulkScaningPaymentService: BulkScaningPaymentService, OrderslistService: OrderslistService);
ngOnInit(): void;

@@ -113,2 +112,1 @@ getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number;

}
export {};
import { OnInit } from '@angular/core';
import type { PaymentLibComponent } from '../../payment-lib.component';
import { IPaymentGroup } from '../../interfaces/IPaymentGroup';

@@ -14,4 +13,4 @@ import { CaseTransactionsService } from '../../services/case-transactions/case-transactions.service';

import { Router } from '@angular/router';
import type { PaymentLibComponent } from '../../payment-lib.component';
import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class CaseTransactionsComponent implements OnInit {

@@ -96,3 +95,3 @@ private router;

remissionFeeAmt: number;
constructor(router: Router, paymentViewService: PaymentViewService, bulkScaningPaymentService: BulkScaningPaymentService, caseTransactionsService: CaseTransactionsService, paymentLibComponent: PaymentLibAlias, OrderslistService: OrderslistService);
constructor(router: Router, paymentViewService: PaymentViewService, bulkScaningPaymentService: BulkScaningPaymentService, caseTransactionsService: CaseTransactionsService, paymentLibComponent: PaymentLibComponent, OrderslistService: OrderslistService);
ngOnInit(): void;

@@ -142,2 +141,1 @@ setDefaults(): void;

}
export {};

@@ -6,3 +6,2 @@ import { OnInit, EventEmitter } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class ContactDetailsComponent implements OnInit {

@@ -44,3 +43,3 @@ private formBuilder;

isCountryEmpty: boolean;
constructor(formBuilder: FormBuilder, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias);
constructor(formBuilder: FormBuilder, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent);
ngOnInit(): void;

@@ -56,2 +55,1 @@ setEditDetails(): void;

}
export {};

@@ -13,3 +13,2 @@ import { OnInit } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class FeeSummaryComponent implements OnInit {

@@ -47,3 +46,3 @@ private router;

isStrategicFixEnable: boolean;
constructor(router: Router, bulkScaningPaymentService: BulkScaningPaymentService, location: Location, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibAlias, OrderslistService: OrderslistService);
constructor(router: Router, bulkScaningPaymentService: BulkScaningPaymentService, location: Location, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, OrderslistService: OrderslistService);
ngOnInit(): void;

@@ -65,2 +64,1 @@ getUnassignedPaymentlist(): void;

}
export {};

@@ -8,3 +8,2 @@ import { OnInit } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class MarkUnidentifiedPaymentComponent implements OnInit {

@@ -36,3 +35,3 @@ private formBuilder;

isStrategicFixEnable: boolean;
constructor(formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibAlias, bulkScaningPaymentService: BulkScaningPaymentService);
constructor(formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, bulkScaningPaymentService: BulkScaningPaymentService);
ngOnInit(): void;

@@ -54,2 +53,1 @@ getUnassignedPayment(): void;

}
export {};

@@ -8,3 +8,2 @@ import { OnInit } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class MarkUnsolicitedPaymentComponent implements OnInit {

@@ -45,3 +44,3 @@ private formBuilder;

siteIDList: any;
constructor(formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibAlias, bulkScaningPaymentService: BulkScaningPaymentService);
constructor(formBuilder: FormBuilder, paymentViewService: PaymentViewService, paymentLibComponent: PaymentLibComponent, bulkScaningPaymentService: BulkScaningPaymentService);
ngOnInit(): void;

@@ -65,2 +64,1 @@ trimUnderscore(method: string): string;

}
export {};

@@ -6,3 +6,2 @@ import { OnInit } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class PaymentListComponent implements OnInit {

@@ -14,3 +13,3 @@ private paymentListService;

code: string;
constructor(paymentListService: PaymentListService, paymentLibComponent: PaymentLibAlias);
constructor(paymentListService: PaymentListService, paymentLibComponent: PaymentLibComponent);
ngOnInit(): void;

@@ -21,2 +20,1 @@ loadPaymentViewComponent(paymentGroupReference: string, paymentReference: string, paymentMethod: string): void;

}
export {};

@@ -13,3 +13,2 @@ import { ChangeDetectorRef, OnInit } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class PaymentViewComponent implements OnInit {

@@ -73,3 +72,3 @@ private paymentViewService;

notificationPreview: boolean;
constructor(paymentViewService: PaymentViewService, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
constructor(paymentViewService: PaymentViewService, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent, cd: ChangeDetectorRef, OrderslistService: OrderslistService);
ngAfterContentChecked(): void;

@@ -108,2 +107,1 @@ ngOnInit(): void;

}
export {};

@@ -6,3 +6,2 @@ import { OnInit } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class PbaPaymentComponent implements OnInit {

@@ -30,3 +29,3 @@ private paymentLibComponent;

orgName: string;
constructor(paymentLibComponent: PaymentLibAlias, paymentViewService: PaymentViewService);
constructor(paymentLibComponent: PaymentLibComponent, paymentViewService: PaymentViewService);
ngOnInit(): void;

@@ -43,2 +42,1 @@ getPersistedLanguage(): RpxLanguage;

}
export {};

@@ -15,3 +15,2 @@ import { OnInit } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class ProcessRefundComponent implements OnInit {

@@ -61,3 +60,3 @@ private RefundsService;

notificationPreviewObj: INotificationPreview;
constructor(RefundsService: RefundsService, paymentViewService: PaymentViewService, formBuilder: FormBuilder, OrderslistService: OrderslistService, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias, router: Router, activeRoute: ActivatedRoute);
constructor(RefundsService: RefundsService, paymentViewService: PaymentViewService, formBuilder: FormBuilder, OrderslistService: OrderslistService, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent, router: Router, activeRoute: ActivatedRoute);
ngOnInit(): void;

@@ -84,2 +83,1 @@ checkRefundActions(code: string): void;

}
export {};

@@ -16,3 +16,2 @@ import { OnInit } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class RefundStatusComponent implements OnInit {

@@ -78,3 +77,3 @@ private formBuilder;

allowedRolesToAccessRefund: string[];
constructor(formBuilder: FormBuilder, refundService: RefundsService, notificationService: NotificationService, paymentLibComponent: PaymentLibAlias, OrderslistService: OrderslistService, paymentViewService: PaymentViewService);
constructor(formBuilder: FormBuilder, refundService: RefundsService, notificationService: NotificationService, paymentLibComponent: PaymentLibComponent, OrderslistService: OrderslistService, paymentViewService: PaymentViewService);
ngOnInit(): void;

@@ -114,2 +113,1 @@ getRefundsStatusHistoryList(): void;

}
export {};

@@ -10,3 +10,2 @@ import { OnInit } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class ReportsComponent implements OnInit {

@@ -33,3 +32,3 @@ private xlFileService;

paymentGroups: IPaymentGroup[];
constructor(xlFileService: XlFileService, errorHandlerService: ErrorHandlerService, formBuilder: FormBuilder, bulkScaningPaymentService: BulkScaningPaymentService, paymentLibComponent: PaymentLibAlias, paymentViewService: PaymentViewService);
constructor(xlFileService: XlFileService, errorHandlerService: ErrorHandlerService, formBuilder: FormBuilder, bulkScaningPaymentService: BulkScaningPaymentService, paymentLibComponent: PaymentLibComponent, paymentViewService: PaymentViewService);
ngOnInit(): void;

@@ -51,2 +50,1 @@ getToday(): string;

}
export {};

@@ -15,3 +15,2 @@ import { OnInit, EventEmitter, ChangeDetectorRef } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class ServiceRequestComponent implements OnInit {

@@ -107,3 +106,3 @@ private paymentLibComponent;

notificationPreview: boolean;
constructor(paymentLibComponent: PaymentLibAlias, paymentViewService: PaymentViewService, OrderslistService: OrderslistService, notificationService: NotificationService, cd: ChangeDetectorRef, router: Router);
constructor(paymentLibComponent: PaymentLibComponent, paymentViewService: PaymentViewService, OrderslistService: OrderslistService, notificationService: NotificationService, cd: ChangeDetectorRef, router: Router);
ngOnInit(): void;

@@ -139,2 +138,1 @@ goToServiceRequestPage(): void;

}
export {};

@@ -6,3 +6,2 @@ import { OnInit } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class StatusHistoryComponent implements OnInit {

@@ -15,3 +14,3 @@ private statusHistoryService;

errorMessage: string;
constructor(statusHistoryService: StatusHistoryService, paymentLibComponent: PaymentLibAlias);
constructor(statusHistoryService: StatusHistoryService, paymentLibComponent: PaymentLibComponent);
ngOnInit(): void;

@@ -21,2 +20,1 @@ static ɵfac: i0.ɵɵFactoryDeclaration<StatusHistoryComponent, never>;

}
export {};

@@ -10,3 +10,2 @@ import { ChangeDetectorRef } from '@angular/core';

import * as i0 from "@angular/core";
type PaymentLibAlias = PaymentLibComponent;
export declare class TableComponent {

@@ -31,3 +30,3 @@ private paymentLibComponent;

sort: MatSort;
constructor(paymentLibComponent: PaymentLibAlias, cdRef: ChangeDetectorRef, OrderslistService: OrderslistService, router: Router, activeRoute: ActivatedRoute);
constructor(paymentLibComponent: PaymentLibComponent, cdRef: ChangeDetectorRef, OrderslistService: OrderslistService, router: Router, activeRoute: ActivatedRoute);
ngOnInit(): void;

@@ -47,2 +46,1 @@ /**

}
export {};
{
"name": "@hmcts/ccpay-web-component",
"version": "6.2.1-beta2",
"version": "6.2.2-beta2",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc