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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.51",
3
+ "version": "1.6.52",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file
Binary file
Binary file
Binary file
Binary file