simpo-component-library 1.6.143 → 1.6.145

Sign up to get free protection for your applications and to get access to all the features.
@@ -50,7 +50,6 @@ export declare class AuthenticateUserComponent extends BaseSection implements On
50
50
  countryCode: string | null;
51
51
  Password: string | null;
52
52
  confirmPass: string | null;
53
- newPassword: string | null;
54
53
  businessId: string | null;
55
54
  buttonLoading: boolean;
56
55
  constructor(matData: any, bottomsheetData: any, restService: RestService, router: Router, matDialog: MatDialog, storageService: StorageServiceService, dialogRef: MatDialogRef<AuthenticateUserComponent>, bottomsheetRef: MatBottomSheetRef<AuthenticateUserComponent>, _eventService: EventsService, messageService: MessageService, fb: FormBuilder);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.143",
3
+ "version": "1.6.145",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",