simpo-component-library 3.6.744 → 3.6.745

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): "tomato" | "#d3d3d3ba" | "orange" | "yellow" | "lightgreen";
85
+ getStrengthColor(index: number): "yellow" | "tomato" | "#d3d3d3ba" | "orange" | "lightgreen";
86
86
  emailDebounceTimer: any;
87
87
  onEmailChange(): void;
88
88
  emailCheck: boolean;
@@ -14,6 +14,7 @@ import { OrderedItems } from '../../styles/OrderedItems.modal';
14
14
  import { CartService } from '../../../services/cart.service';
15
15
  import { ActivatedRoute } from '@angular/router';
16
16
  import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
17
+ import { StorageLike } from '../../../services/storage-like';
17
18
  import * as i0 from "@angular/core";
18
19
  export declare class UserProfileComponent extends BaseSection implements OnInit {
19
20
  private readonly router;
@@ -27,7 +28,8 @@ export declare class UserProfileComponent extends BaseSection implements OnInit
27
28
  private readonly messageService;
28
29
  private sanitizer;
29
30
  private route;
30
- constructor(router: Router, _eventService: EventsService, restService: RestService, storageService: StorageServiceService, cartService: CartService, matDialog: MatDialog, matBottomSheet: MatBottomSheet, cookieService: CookieService, messageService: MessageService, sanitizer: DomSanitizer, route: ActivatedRoute);
31
+ private storage;
32
+ constructor(router: Router, _eventService: EventsService, restService: RestService, storageService: StorageServiceService, cartService: CartService, matDialog: MatDialog, matBottomSheet: MatBottomSheet, cookieService: CookieService, messageService: MessageService, sanitizer: DomSanitizer, route: ActivatedRoute, storage: StorageLike);
31
33
  showChargesTemplate: TemplateRef<HTMLDivElement>;
32
34
  data?: UserProfileModal;
33
35
  index?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.744",
3
+ "version": "3.6.745",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file