simpo-component-library 1.6.23 → 1.6.24
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +10 -7
- package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +10 -7
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +2 -1
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +21 -14
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +1 -0
- package/lib/ecommerce/sections/featured-category/featured-collection.component.d.ts +1 -0
- package/package.json +1 -1
- package/simpo-component-library-1.6.24.tgz +0 -0
- package/simpo-component-library-1.6.18.tgz +0 -0
- package/simpo-component-library-1.6.19.tgz +0 -0
- package/simpo-component-library-1.6.20.tgz +0 -0
- package/simpo-component-library-1.6.21.tgz +0 -0
- package/simpo-component-library-1.6.22.tgz +0 -0
- package/simpo-component-library-1.6.23.tgz +0 -0
@@ -25,6 +25,7 @@ export declare class FeaturedCategoryComponent extends BaseSection {
|
|
25
25
|
redirectToListPage(category: any): void;
|
26
26
|
getAllCategoriesByCollectionId(): void;
|
27
27
|
editSection(): void;
|
28
|
+
get getDirection(): "ROW" | "COLUMN" | undefined;
|
28
29
|
get stylesLayout(): LayOutModel;
|
29
30
|
get isMobile(): boolean;
|
30
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedCategoryComponent, never>;
|
@@ -24,6 +24,7 @@ export declare class FeaturedCollectionComponent extends BaseSection {
|
|
24
24
|
getCollectionsIds(): void;
|
25
25
|
redirectToListPage(collection: any): void;
|
26
26
|
get stylesLayout(): LayOutModel;
|
27
|
+
get getDirection(): "ROW" | "COLUMN" | undefined;
|
27
28
|
get isMobile(): boolean;
|
28
29
|
editSection(): void;
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedCollectionComponent, never>;
|
package/package.json
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|