simpo-component-library 2.1.695 → 2.1.697
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/directive/spacing-horizontal.directive.mjs +9 -4
- package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.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 +1 -1
- package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +1 -1
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +1 -1
- package/esm2022/lib/sections/footer-section/footer-section.component.mjs +1 -1
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
- package/esm2022/lib/sections/property-list/property-list.component.mjs +1 -1
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +1 -1
- package/esm2022/lib/sections/service-section/service-section.component.mjs +2 -2
- package/esm2022/lib/sections/text-section/text-section.component.mjs +1 -1
- package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +10 -4
- package/fesm2022/simpo-component-library.mjs +30 -22
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/directive/spacing-horizontal.directive.d.ts +2 -1
- package/package.json +1 -1
- package/simpo-component-library-2.1.697.tgz +0 -0
- package/simpo-component-library-2.1.695.tgz +0 -0
@@ -7,6 +7,7 @@ export declare class SpacingHorizontalDirective {
|
|
7
7
|
private el;
|
8
8
|
private eventService;
|
9
9
|
layout?: LayOutModel;
|
10
|
+
isHeader?: boolean;
|
10
11
|
constructor(el: ElementRef, eventService: EventsService);
|
11
12
|
ngOnChanges(): void;
|
12
13
|
ngOnDestroy(): void;
|
@@ -14,5 +15,5 @@ export declare class SpacingHorizontalDirective {
|
|
14
15
|
positionLayoutSubscription?: Subscription;
|
15
16
|
positionLayoutChangeCheck(): void;
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpacingHorizontalDirective, never>;
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SpacingHorizontalDirective, "[spacingHorizontal]", never, { "layout": { "alias": "spacingHorizontal"; "required": false; }; }, {}, never, never, true, never>;
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SpacingHorizontalDirective, "[spacingHorizontal]", never, { "layout": { "alias": "spacingHorizontal"; "required": false; }; "isHeader": { "alias": "isHeader"; "required": false; }; }, {}, never, never, true, never>;
|
18
19
|
}
|
package/package.json
CHANGED
Binary file
|
Binary file
|