simpo-component-library 1.6.17 → 1.6.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +3 -3
  2. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -3
  3. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +5 -4
  4. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +3 -1
  5. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +3 -1
  6. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +3 -1
  7. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +3 -1
  8. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +3 -1
  9. package/esm2022/lib/sections/features-section/features-section.component.mjs +3 -1
  10. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +3 -1
  11. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -1
  12. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -1
  13. package/esm2022/lib/sections/image-section/image-section.component.mjs +3 -1
  14. package/esm2022/lib/sections/location-section/location-section.component.mjs +3 -1
  15. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -1
  16. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +3 -1
  17. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -1
  18. package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -1
  19. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -1
  20. package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -1
  21. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -1
  22. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +3 -1
  23. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -1
  24. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +3 -1
  25. package/esm2022/lib/sections/text-section/text-section.component.mjs +3 -1
  26. package/esm2022/lib/sections/video-section/video-section.component.mjs +3 -1
  27. package/fesm2022/simpo-component-library.mjs +54 -7
  28. package/fesm2022/simpo-component-library.mjs.map +1 -1
  29. package/lib/ecommerce/sections/small-product-listing/small-product-listing.component.d.ts +1 -1
  30. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
  31. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
  32. package/package.json +1 -1
  33. package/simpo-component-library-1.6.18.tgz +0 -0
  34. package/simpo-component-library-1.6.17.tgz +0 -0
@@ -13,7 +13,7 @@ export declare class SmallProductListingComponent implements OnInit {
13
13
  isScrollable?: boolean;
14
14
  isCategoryProductList: boolean;
15
15
  ngOnInit(): void;
16
- addItemToCart(product: Product, type: 'ADD' | 'SUBSTRACT'): void;
16
+ addItemToCart(event: PointerEvent | MouseEvent, product: Product, type: 'ADD' | 'SUBSTRACT'): void;
17
17
  getItemVarient(product: Product, varientId: string): ItemVariant | null;
18
18
  getPercentage(product: Product): string;
19
19
  goToProductDetail(product: Product): void;
@@ -23,8 +23,8 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
23
23
  get stylesLayout(): LayOutModel;
24
24
  get getBlurValue(): OverlayValue | undefined;
25
25
  get getBackgroundColor(): BackgroundModel;
26
- get getBackgroundOpacity(): "0" | "0.2" | "0.3" | "0.5" | "0.7";
27
- opacityValue(value: OverlayValue): "0" | "0.2" | "0.3" | "0.5" | "0.7";
26
+ get getBackgroundOpacity(): "0.2" | "0.3" | "0.5" | "0.7" | "0";
27
+ opacityValue(value: OverlayValue): "0.2" | "0.3" | "0.5" | "0.7" | "0";
28
28
  editSection(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<BannerCarouselComponent, never>;
30
30
  static ɵcmp: i0.ɵɵComponentDeclaration<BannerCarouselComponent, "simpo-banner-carousel", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
@@ -23,7 +23,7 @@ export declare class CarouselBannerComponent extends BaseSection implements OnIn
23
23
  get canMergeNavbar(): boolean | undefined;
24
24
  get isBorderlessImage(): boolean | undefined;
25
25
  get getPositionLayout(): PositionLayoutModal;
26
- opacityValue(value: OverlayValue): "0" | "0.2" | "0.3" | "0.5" | "0.7";
26
+ opacityValue(value: OverlayValue): "0.2" | "0.3" | "0.5" | "0.7" | "0";
27
27
  editSection(): void;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<CarouselBannerComponent, never>;
29
29
  static ɵcmp: i0.ɵɵComponentDeclaration<CarouselBannerComponent, "simpo-carousel-banner", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.17",
3
+ "version": "1.6.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file