simpo-component-library 1.6.51 → 1.6.52
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +7 -4
- package/fesm2022/simpo-component-library.mjs +5 -2
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/product-category-list/product-category-list.component.d.ts +2 -1
- package/package.json +1 -1
- package/simpo-component-library-1.6.52.tgz +0 -0
- package/simpo-component-library-1.6.47.tgz +0 -0
- package/simpo-component-library-1.6.48.tgz +0 -0
- package/simpo-component-library-1.6.49.tgz +0 -0
- package/simpo-component-library-1.6.50.tgz +0 -0
- package/simpo-component-library-1.6.51.tgz +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
1
|
+
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
2
2
|
import BaseSection from '../../../sections/BaseSection';
|
3
3
|
import { RestService } from '../../../services/rest.service';
|
4
4
|
import { Category } from '../../styles/category.modal';
|
@@ -21,6 +21,7 @@ export declare class ProductCategoryListComponent extends BaseSection implements
|
|
21
21
|
delete?: boolean;
|
22
22
|
customClass?: string;
|
23
23
|
styles?: ProductCategoryListStylesModal;
|
24
|
+
productListContainer: ElementRef<HTMLDivElement> | undefined;
|
24
25
|
categories: Category[];
|
25
26
|
productList: Product[];
|
26
27
|
USER_CART: OrderedItems[];
|
package/package.json
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|