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.
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +45 -7
- package/esm2022/lib/ecommerce/styles/product.modal.mjs +2 -1
- package/fesm2022/simpo-component-library.mjs +45 -6
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/product-list/product-list.component.d.ts +2 -1
- package/package.json +1 -1
- package/simpo-component-library-1.4.217.tgz +0 -0
@@ -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
Binary file
|