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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.162",
3
+ "version": "1.6.164",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file