simpo-component-library 1.6.31 → 1.6.33
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +4 -1
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +6 -3
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +3 -2
- package/package.json +1 -1
- package/simpo-component-library-1.6.32.tgz +0 -0
- package/simpo-component-library-1.6.33.tgz +0 -0
- package/simpo-component-library-1.6.30.tgz +0 -0
- package/simpo-component-library-1.6.31.tgz +0 -0
@@ -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
Binary file
|
Binary file
|
Binary file
|
Binary file
|