simpo-component-library 1.4.215 → 1.4.217

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import { Product } from '../../styles/product.modal';
1
+ import { ItemVariant, Product } from '../../styles/product.modal';
2
2
  import BaseSection from '../../../sections/BaseSection';
3
3
  import { ProductListContentModal, ProductListModal, ProductListStylesModal } from './product-list.modal';
4
4
  import { EventsService } from '.././../../services/events.service';
@@ -81,6 +81,7 @@ export declare class ProductListComponent extends BaseSection {
81
81
  paginationChange(page: number): void;
82
82
  closeDialog(): void;
83
83
  isItemOutOfStock(product: Product): boolean;
84
+ getItemVarient(product: Product, varientId: string): ItemVariant | null;
84
85
  get isMobile(): boolean;
85
86
  get currency(): string;
86
87
  get minSize(): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.4.215",
3
+ "version": "1.4.217",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",