simpo-component-library 3.6.747 → 3.6.800

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -82,7 +82,7 @@ export declare class AuthenticationRequiredComponent extends BaseSection {
82
82
  validateNumber(event: KeyboardEvent): void;
83
83
  validateOTP(event: KeyboardEvent): void;
84
84
  checkStrength(): void;
85
- getStrengthColor(index: number): "yellow" | "tomato" | "#d3d3d3ba" | "orange" | "lightgreen";
85
+ getStrengthColor(index: number): "tomato" | "#d3d3d3ba" | "orange" | "yellow" | "lightgreen";
86
86
  emailDebounceTimer: any;
87
87
  onEmailChange(): void;
88
88
  emailCheck: boolean;
@@ -95,6 +95,11 @@ export declare class AuthenticationRequiredComponent extends BaseSection {
95
95
  onMobileChange(): void;
96
96
  mobileCheck: boolean;
97
97
  mobileNumberValid(): boolean;
98
+ emailOrNumber: string;
99
+ emailOrNumberCheck: boolean;
100
+ isEmailOrNumberValid(): boolean;
101
+ emailOrNumberDebounceTimer: any;
102
+ onEmailOrNumberChange(): void;
98
103
  get isMobile(): boolean;
99
104
  get stylesLayout(): LayOutModel;
100
105
  get accentColor(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.747",
3
+ "version": "3.6.800",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file