simpo-component-library 1.7.94 → 1.7.96

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,6 +30,8 @@ export declare class AuthenticationRequiredComponent {
30
30
  active: boolean;
31
31
  }[];
32
32
  constructor(restService: RestService, router: Router, messageService: MessageService, storageService: StorageServiceService, matDialog: MatDialog, dialogRef: MatDialogRef<AuthenticationRequiredComponent>, bottomsheetRef: MatBottomSheetRef<AuthenticationRequiredComponent>);
33
+ signUpEnabled: any;
34
+ ngOnInit(): void;
33
35
  loginType: "PASSWORD" | "OTP";
34
36
  close(): void;
35
37
  login(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.7.94",
3
+ "version": "1.7.96",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file