simpo-component-library 1.6.23 → 1.6.27
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/address/address.component.mjs +4 -4
- package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +3 -2
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +3 -3
- 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/featured-products/featured-products.component.mjs +7 -3
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +4 -3
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +8 -6
- package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +3 -3
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +47 -33
- 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/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +2 -0
- package/package.json +1 -1
- package/simpo-component-library-1.6.27.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>;
|
@@ -33,6 +33,7 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
|
|
33
33
|
content?: FeaturedProductContentModal;
|
34
34
|
styles?: FeaturedProductStylesModel;
|
35
35
|
button?: ButtonModel;
|
36
|
+
viewAllButton?: ButtonModel;
|
36
37
|
containerRef: ElementRef<HTMLDivElement> | undefined;
|
37
38
|
private _eventSubscriber;
|
38
39
|
constructor(platformId: Object, _eventService: EventsService, restService: RestService, router: Router, cartService: CartService, bottomSheet: MatBottomSheet, storageService: StorageServiceService, messageService: MessageService);
|
@@ -65,6 +66,7 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
|
|
65
66
|
private getVarientQuantity;
|
66
67
|
private isVarientPresentInWishtlist;
|
67
68
|
get stylesLayout(): LayOutModel;
|
69
|
+
proceedToProductList(): void;
|
68
70
|
editSection(): void;
|
69
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedProductsComponent, never>;
|
70
72
|
static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedProductsComponent, "simpo-featured-products", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "isRelatedProduct": { "alias": "isRelatedProduct"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, { "changeDetailProduct": "changeDetailProduct"; }, never, never, true, never>;
|
package/package.json
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|