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.
- package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +15 -5
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +16 -6
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +2 -0
- package/package.json +1 -1
- package/simpo-component-library-1.6.153.tgz +0 -0
package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts
CHANGED
@@ -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
Binary file
|