simpo-component-library 1.4.276 → 1.4.280
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/components/hover-elements/hover-elements.component.mjs +6 -3
- package/esm2022/lib/constants/business.constant.mjs +10 -1
- package/esm2022/lib/ecommerce/sections/address/address.component.mjs +6 -6
- package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +39 -7
- package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +4 -4
- package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +2 -2
- package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +2 -2
- package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +2 -2
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +2 -2
- package/esm2022/lib/sections/blog-list/blog-list.component.mjs +2 -2
- package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +2 -2
- package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +2 -2
- package/esm2022/lib/sections/contact-us/contact-us.component.mjs +2 -2
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +2 -2
- package/esm2022/lib/sections/features-section/features-section.component.mjs +2 -2
- package/esm2022/lib/sections/footer-section/footer-section.component.mjs +2 -2
- package/esm2022/lib/sections/header-text/header-text.component.mjs +2 -2
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +1 -1
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +1 -1
- package/esm2022/lib/sections/image-section/image-section.component.mjs +1 -1
- package/esm2022/lib/sections/location-section/location-section.component.mjs +2 -2
- package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +2 -2
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
- package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +2 -2
- package/esm2022/lib/sections/process-modern/process-modern.component.mjs +2 -2
- package/esm2022/lib/sections/process-section/process-section.component.mjs +2 -2
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +2 -2
- package/esm2022/lib/sections/service-section/service-section.component.mjs +1 -1
- package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +1 -1
- package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +1 -1
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +1 -1
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +2 -2
- package/esm2022/lib/sections/text-section/text-section.component.mjs +2 -2
- package/esm2022/lib/sections/video-section/video-section.component.mjs +1 -1
- package/fesm2022/simpo-component-library.mjs +100 -57
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/components/hover-elements/hover-elements.component.d.ts +2 -1
- package/lib/constants/business.constant.d.ts +8 -0
- package/package.json +1 -1
- package/simpo-component-library-1.4.278.tgz +0 -0
- package/simpo-component-library-1.4.280.tgz +0 -0
- package/simpo-component-library-1.4.271.tgz +0 -0
- package/simpo-component-library-1.4.272.tgz +0 -0
- package/simpo-component-library-1.4.273.tgz +0 -0
- package/simpo-component-library-1.4.275.tgz +0 -0
- package/simpo-component-library-1.4.276.tgz +0 -0
@@ -9,6 +9,7 @@ export declare class HoverElementsComponent implements OnInit {
|
|
9
9
|
index: any;
|
10
10
|
editOptions?: boolean;
|
11
11
|
isMerged: boolean;
|
12
|
+
isEcommerce: boolean;
|
12
13
|
ngOnInit(): void;
|
13
14
|
editSection(): void;
|
14
15
|
restyleSection(event: any): void;
|
@@ -19,5 +20,5 @@ export declare class HoverElementsComponent implements OnInit {
|
|
19
20
|
addSection(position: "ABOVE" | "BELOW", event: any): void;
|
20
21
|
duplicateSection(event: any): void;
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<HoverElementsComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HoverElementsComponent, "simpo-hover-elements", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "editOptions": { "alias": "editOptions"; "required": false; }; "isMerged": { "alias": "isMerged"; "required": false; }; }, { "edit": "edit"; }, never, never, true, never>;
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HoverElementsComponent, "simpo-hover-elements", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "editOptions": { "alias": "editOptions"; "required": false; }; "isMerged": { "alias": "isMerged"; "required": false; }; "isEcommerce": { "alias": "isEcommerce"; "required": false; }; }, { "edit": "edit"; }, never, never, true, never>;
|
23
24
|
}
|
package/package.json
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|