simpo-component-library 1.6.162 → 1.6.164
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 +44 -9
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +6 -2
- package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +5 -4
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
- package/esm2022/lib/services/storage.service.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +58 -18
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +8 -0
- package/package.json +1 -1
- package/simpo-component-library-1.6.164.tgz +0 -0
- package/simpo-component-library-1.6.157.tgz +0 -0
- package/simpo-component-library-1.6.158.tgz +0 -0
- package/simpo-component-library-1.6.159.tgz +0 -0
- package/simpo-component-library-1.6.160.tgz +0 -0
- package/simpo-component-library-1.6.161.tgz +0 -0
- package/simpo-component-library-1.6.162.tgz +0 -0
package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts
CHANGED
@@ -23,6 +23,12 @@ export declare class AuthenticationRequiredComponent {
|
|
23
23
|
buttonLoading: boolean;
|
24
24
|
businessId: string | null;
|
25
25
|
isOTPVerified: boolean;
|
26
|
+
passwordHidden: boolean;
|
27
|
+
passwordStrengthCount: number;
|
28
|
+
passwordStrength: {
|
29
|
+
type: string;
|
30
|
+
active: boolean;
|
31
|
+
}[];
|
26
32
|
constructor(restService: RestService, router: Router, messageService: MessageService, storageService: StorageServiceService, matDialog: MatDialog, dialogRef: MatDialogRef<AuthenticationRequiredComponent>, bottomsheetRef: MatBottomSheetRef<AuthenticationRequiredComponent>);
|
27
33
|
loginType: "PASSWORD" | "OTP";
|
28
34
|
close(): void;
|
@@ -36,6 +42,8 @@ export declare class AuthenticationRequiredComponent {
|
|
36
42
|
generateOTP(): void;
|
37
43
|
validateNumber(event: KeyboardEvent): void;
|
38
44
|
validateOTP(event: KeyboardEvent): void;
|
45
|
+
checkStrength(): void;
|
46
|
+
getStrengthColor(index: number): "tomato" | "#d3d3d3ba" | "orange" | "yellow" | "lightgreen";
|
39
47
|
get isEmailValid(): boolean;
|
40
48
|
get isPasswordValid(): boolean;
|
41
49
|
get isMobile(): boolean;
|
package/package.json
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|