simpo-component-library 1.6.31 → 1.6.33

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.
@@ -1,4 +1,4 @@
1
- import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
1
+ import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { FeaturedProductContentModal, FeaturedProductModal, FeaturedProductStylesModel } from './featured-products.modal';
3
3
  import { Product, ItemVariant } from '../../styles/product.modal';
4
4
  import { EventsService } from '.././../../services/events.service';
@@ -12,7 +12,7 @@ import { MessageService } from 'primeng/api';
12
12
  import { MatBottomSheet } from '@angular/material/bottom-sheet';
13
13
  import { ProductCardTheme } from '../../../styles/index';
14
14
  import * as i0 from "@angular/core";
15
- export declare class FeaturedProductsComponent extends BaseSection implements OnInit, OnDestroy, OnChanges {
15
+ export declare class FeaturedProductsComponent extends BaseSection implements OnInit, OnDestroy, OnChanges, AfterViewInit {
16
16
  private platformId;
17
17
  private readonly _eventService;
18
18
  private readonly restService;
@@ -42,6 +42,7 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
42
42
  private USER_WISHLIST;
43
43
  theme: typeof ProductCardTheme;
44
44
  getScreenSize(): void;
45
+ ngAfterViewInit(): void;
45
46
  ngOnInit(): void;
46
47
  ngOnChanges(changes: SimpleChanges): void;
47
48
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.31",
3
+ "version": "1.6.33",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file
Binary file