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.
Files changed (24) hide show
  1. package/esm2022/lib/ecommerce/sections/address/address.component.mjs +4 -4
  2. package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +3 -2
  3. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +3 -3
  4. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +3 -3
  5. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +10 -7
  6. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +10 -7
  7. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +7 -3
  8. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +4 -3
  9. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +8 -6
  10. package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +3 -3
  11. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
  12. package/fesm2022/simpo-component-library.mjs +47 -33
  13. package/fesm2022/simpo-component-library.mjs.map +1 -1
  14. package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +1 -0
  15. package/lib/ecommerce/sections/featured-category/featured-collection.component.d.ts +1 -0
  16. package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +2 -0
  17. package/package.json +1 -1
  18. package/simpo-component-library-1.6.27.tgz +0 -0
  19. package/simpo-component-library-1.6.18.tgz +0 -0
  20. package/simpo-component-library-1.6.19.tgz +0 -0
  21. package/simpo-component-library-1.6.20.tgz +0 -0
  22. package/simpo-component-library-1.6.21.tgz +0 -0
  23. package/simpo-component-library-1.6.22.tgz +0 -0
  24. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.23",
3
+ "version": "1.6.27",
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
Binary file