simpo-component-library 1.6.152 → 1.6.153

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,6 +22,7 @@ export declare class AuthenticationRequiredComponent {
22
22
  userName: string;
23
23
  buttonLoading: boolean;
24
24
  businessId: string | null;
25
+ isOTPVerified: boolean;
25
26
  constructor(restService: RestService, router: Router, messageService: MessageService, storageService: StorageServiceService, matDialog: MatDialog, dialogRef: MatDialogRef<AuthenticationRequiredComponent>, bottomsheetRef: MatBottomSheetRef<AuthenticationRequiredComponent>);
26
27
  loginType: "PASSWORD" | "OTP";
27
28
  close(): void;
@@ -34,6 +35,7 @@ export declare class AuthenticationRequiredComponent {
34
35
  enterMobile(): void;
35
36
  generateOTP(): void;
36
37
  validateNumber(event: KeyboardEvent): void;
38
+ validateOTP(event: KeyboardEvent): void;
37
39
  get isEmailValid(): boolean;
38
40
  get isPasswordValid(): boolean;
39
41
  get isMobile(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.152",
3
+ "version": "1.6.153",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",