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.
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +5 -4
- package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +3 -1
- package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +3 -1
- package/esm2022/lib/sections/blog-list/blog-list.component.mjs +3 -1
- package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +3 -1
- package/esm2022/lib/sections/contact-us/contact-us.component.mjs +3 -1
- package/esm2022/lib/sections/features-section/features-section.component.mjs +3 -1
- package/esm2022/lib/sections/footer-section/footer-section.component.mjs +3 -1
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -1
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -1
- package/esm2022/lib/sections/image-section/image-section.component.mjs +3 -1
- package/esm2022/lib/sections/location-section/location-section.component.mjs +3 -1
- package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -1
- package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +3 -1
- package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -1
- package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -1
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -1
- package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -1
- package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -1
- package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +3 -1
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -1
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +3 -1
- package/esm2022/lib/sections/text-section/text-section.component.mjs +3 -1
- package/esm2022/lib/sections/video-section/video-section.component.mjs +3 -1
- package/fesm2022/simpo-component-library.mjs +54 -7
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/small-product-listing/small-product-listing.component.d.ts +1 -1
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
- package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
- package/package.json +1 -1
- package/simpo-component-library-1.6.18.tgz +0 -0
- 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.
|
27
|
-
opacityValue(value: OverlayValue): "0" | "0.
|
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.
|
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
Binary file
|
Binary file
|