simpo-component-library 3.6.730 → 3.6.732

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.
@@ -14,6 +14,7 @@ import { Meta, Title } from '@angular/platform-browser';
14
14
  import { MatDialog } from '@angular/material/dialog';
15
15
  import { MatBottomSheet } from '@angular/material/bottom-sheet';
16
16
  import { CustomerReviewComponent } from '../../sections/customer-review/customer-review.component';
17
+ import { AnalyticsService } from '../../../services/analytics.service';
17
18
  import * as i0 from "@angular/core";
18
19
  export declare class ProductDescComponent extends BaseSection {
19
20
  private platformId;
@@ -29,6 +30,7 @@ export declare class ProductDescComponent extends BaseSection {
29
30
  private readonly bottomSheet;
30
31
  private renderer;
31
32
  private matDialog;
33
+ private analyticsService;
32
34
  reviewComponent: CustomerReviewComponent;
33
35
  aboveHeight: ElementRef<HTMLDivElement>;
34
36
  container: ElementRef<HTMLDivElement>;
@@ -52,7 +54,7 @@ export declare class ProductDescComponent extends BaseSection {
52
54
  showReview: boolean;
53
55
  selectedReview: any;
54
56
  currentImageIndex: number;
55
- constructor(platformId: Object, _eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, restService: RestService, cartService: CartService, storageService: StorageServiceService, messageService: MessageService, metaTagService: Meta, titleService: Title, bottomSheet: MatBottomSheet, renderer: Renderer2, matDialog: MatDialog);
57
+ constructor(platformId: Object, _eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, restService: RestService, cartService: CartService, storageService: StorageServiceService, messageService: MessageService, metaTagService: Meta, titleService: Title, bottomSheet: MatBottomSheet, renderer: Renderer2, matDialog: MatDialog, analyticsService: AnalyticsService);
56
58
  buttonId?: string;
57
59
  button?: ButtonModel;
58
60
  styles?: ProductDescStylesModal;
@@ -129,7 +129,7 @@ export declare class ProductListComponent extends BaseSection {
129
129
  removeFilter(filter: any): void;
130
130
  applyProductWidth(): boolean;
131
131
  getProductWidth(): string;
132
- proceedToProductDesc(product: Product): void;
132
+ proceedToProductDesc(productId: any): void;
133
133
  ringSizes: {
134
134
  size: string;
135
135
  status: boolean;
@@ -4,7 +4,6 @@ export declare class Product {
4
4
  businessId: string;
5
5
  storeId: string[];
6
6
  name: string;
7
- slugifiedName: string;
8
7
  itemCategorisation: ItemCategorisation;
9
8
  itemInventory: ItemInventory;
10
9
  itemStatus: string;
@@ -33,7 +33,6 @@ export declare class RestService implements OnDestroy {
33
33
  getAllRedemptionSchemes(): Observable<Object>;
34
34
  getAllProducts(payload: any): Observable<Object>;
35
35
  getProductDetails(productId?: string | null): Observable<any>;
36
- getProductDetailsV2(slugName?: string | null): Observable<any>;
37
36
  getCollectionByIds(collectionIds: string[]): Observable<any>;
38
37
  getAllCategories(): Observable<any>;
39
38
  getAllCollections(): Observable<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.730",
3
+ "version": "3.6.732",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file