simpo-component-library 2.1.694 → 2.1.696
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/elements/simpo-button/simpo-button.component.mjs +3 -3
- 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 +4 -4
- 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 +116 -0
- package/esm2022/lib/sections/property-list/property-list.modal.mjs +2 -0
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -3
- 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 +8 -4
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/simpo-component-library.mjs +128 -27
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/directive/background-directive.d.ts +1 -1
- package/lib/directive/button-directive.directive.d.ts +1 -1
- package/lib/directive/color.directive.d.ts +1 -1
- package/lib/directive/spacing-horizontal.directive.d.ts +2 -1
- package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
- package/lib/sections/property-list/property-list.component.d.ts +22 -0
- package/lib/sections/property-list/property-list.modal.d.ts +14 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/simpo-component-library-2.1.696.tgz +0 -0
- package/simpo-component-library-2.1.694.tgz +0 -0
@@ -11,7 +11,7 @@ export declare class BackgroundDirective implements OnChanges {
|
|
11
11
|
constructor(el: ElementRef, eventService: EventsService);
|
12
12
|
ngOnDestroy(): void;
|
13
13
|
ngOnChanges(change: SimpleChanges): void;
|
14
|
-
getTextColor(bgColor: string): "#
|
14
|
+
getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<BackgroundDirective, never>;
|
16
16
|
static ɵdir: i0.ɵɵDirectiveDeclaration<BackgroundDirective, "[simpoBackground]", never, { "simpoBackground": { "alias": "simpoBackground"; "required": false; }; "scrollValue": { "alias": "scrollValue"; "required": false; }; }, {}, never, never, true, never>;
|
17
17
|
}
|
@@ -15,7 +15,7 @@ export declare class ButtonDirectiveDirective implements OnChanges {
|
|
15
15
|
applyButtonStyleChanges(): void;
|
16
16
|
applyButtonType(style: ButtonStyleModel, color: string): void;
|
17
17
|
applyButtonShape(style: ButtonStyleModel): void;
|
18
|
-
getTextColor(bgColor: string): "#
|
18
|
+
getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
|
19
19
|
buttonStyleSubscription?: Subscription;
|
20
20
|
buttonStyleChangeCheck(): void;
|
21
21
|
changeButtonStyle(id: any, style: ButtonStyleModel, bgColor: string): void;
|
@@ -12,7 +12,7 @@ export declare class ColorDirective implements OnChanges {
|
|
12
12
|
ngOnDestroy(): void;
|
13
13
|
applyColor(): void;
|
14
14
|
bgColorChangeCheck(): void;
|
15
|
-
getTextColor(): "#
|
15
|
+
getTextColor(): "#000000" | "#ffffff" | "#ffffff;";
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorDirective, never>;
|
17
17
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ColorDirective, "[simpoColor]", never, { "bgColor": { "alias": "simpoColor"; "required": false; }; }, {}, never, never, true, never>;
|
18
18
|
}
|
@@ -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
|
}
|
@@ -17,7 +17,7 @@ export declare class PricingSectionComponent extends BaseSection {
|
|
17
17
|
style?: PricingSectionStylesModel;
|
18
18
|
constructor(_eventService: EventsService);
|
19
19
|
ngOnInit(): void;
|
20
|
-
getTextColor(): "#
|
20
|
+
getTextColor(): "#000000" | "#ffffff";
|
21
21
|
get headingSpace(): SPACING;
|
22
22
|
editSection(): void;
|
23
23
|
redirectTo(): void;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { OnInit } from '@angular/core';
|
2
|
+
import { PropertyListContentModal, PropertyListModal, PropertyListStylesModal } from './property-list.modal';
|
3
|
+
import { LayOutModel } from '../../styles/style.model';
|
4
|
+
import BaseSection from '../BaseSection';
|
5
|
+
import { SPACING } from '../../styles/index';
|
6
|
+
import * as i0 from "@angular/core";
|
7
|
+
export declare class PropertyListComponent extends BaseSection implements OnInit {
|
8
|
+
data?: PropertyListModal;
|
9
|
+
index?: number;
|
10
|
+
edit?: boolean;
|
11
|
+
delete?: boolean;
|
12
|
+
customClass?: string;
|
13
|
+
constructor();
|
14
|
+
styles?: PropertyListStylesModal;
|
15
|
+
content?: PropertyListContentModal;
|
16
|
+
ngOnInit(): void;
|
17
|
+
propertyList: any[];
|
18
|
+
get stylesLayout(): LayOutModel;
|
19
|
+
get headingSpace(): SPACING;
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyListComponent, never>;
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyListComponent, "simpo-property-list", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
22
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { ActionModel, InputTextModel, StylesModel } from "../../styles/style.model";
|
2
|
+
export interface PropertyListModal {
|
3
|
+
id: string;
|
4
|
+
sectionType: string;
|
5
|
+
sectionName: string;
|
6
|
+
content: PropertyListContentModal;
|
7
|
+
styles: PropertyListStylesModal;
|
8
|
+
action: ActionModel;
|
9
|
+
}
|
10
|
+
export interface PropertyListContentModal {
|
11
|
+
inputText: InputTextModel[];
|
12
|
+
}
|
13
|
+
export interface PropertyListStylesModal extends StylesModel {
|
14
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
@@ -35,6 +35,7 @@ export * from './lib/sections/logo-gallery/logo-gallery.component';
|
|
35
35
|
export * from './lib/sections/registration-form/registration-form.component';
|
36
36
|
export * from './lib/sections/property-component/property-component.component';
|
37
37
|
export * from './lib/sections/usp-video-section/usp-video-section.component';
|
38
|
+
export * from './lib/sections/property-list/property-list.component';
|
38
39
|
export * from './lib/ecommerce/sections/featured-products/featured-products.component';
|
39
40
|
export * from './lib/ecommerce/sections/featured-category/featured-category.component';
|
40
41
|
export * from './lib/ecommerce/sections/product-desc/product-desc.component';
|
Binary file
|
Binary file
|