simpo-component-library 3.6.198 → 3.6.199

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.
@@ -7,6 +7,7 @@ import { OrderedItems } from '../../styles/OrderedItems.modal';
7
7
  import BaseSection from '../../../sections/BaseSection';
8
8
  import { MessageService } from 'primeng/api';
9
9
  import { Cart } from '../../styles/cart.modal';
10
+ import { Router } from '@angular/router';
10
11
  import * as i0 from "@angular/core";
11
12
  export declare class WhislistComponent extends BaseSection implements OnInit {
12
13
  private readonly cartService;
@@ -14,6 +15,7 @@ export declare class WhislistComponent extends BaseSection implements OnInit {
14
15
  private readonly storageService;
15
16
  private readonly restService;
16
17
  private readonly messageService;
18
+ private router;
17
19
  responseData?: Cart;
18
20
  data?: any;
19
21
  index?: number;
@@ -22,7 +24,7 @@ export declare class WhislistComponent extends BaseSection implements OnInit {
22
24
  customClass?: string;
23
25
  isLoading: boolean;
24
26
  styles: any;
25
- constructor(cartService: CartService, _eventService: EventsService, storageService: StorageServiceService, restService: RestService, messageService: MessageService);
27
+ constructor(cartService: CartService, _eventService: EventsService, storageService: StorageServiceService, restService: RestService, messageService: MessageService, router: Router);
26
28
  private userDetails;
27
29
  private USER_WISHLIST_ITEMS;
28
30
  wishlistInfo: any;
@@ -35,6 +37,7 @@ export declare class WhislistComponent extends BaseSection implements OnInit {
35
37
  editSection(): void;
36
38
  get isMobile(): boolean;
37
39
  get currency(): string;
40
+ redirectToProduct(product: OrderedItems): void;
38
41
  static ɵfac: i0.ɵɵFactoryDeclaration<WhislistComponent, never>;
39
42
  static ɵcmp: i0.ɵɵComponentDeclaration<WhislistComponent, "simpo-whislist", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
40
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.198",
3
+ "version": "3.6.199",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file