simpo-component-library 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/hover-elements/hover-elements.component.mjs +22 -11
- package/esm2022/lib/directive/animation-directive.mjs +57 -3
- package/esm2022/lib/directive/container-fir.directive.mjs +3 -1
- package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +9 -4
- package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +9 -3
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +12 -3
- package/esm2022/lib/sections/blog-list/blog-list.component.mjs +9 -3
- package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +9 -3
- package/esm2022/lib/sections/contact-us/contact-us.component.mjs +14 -7
- package/esm2022/lib/sections/contact-us/contact-us.modal.mjs +1 -1
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +19 -4
- package/esm2022/lib/sections/features-section/features-section.component.mjs +9 -3
- package/esm2022/lib/sections/footer-section/footer-section.component.mjs +9 -3
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +9 -3
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +9 -3
- package/esm2022/lib/sections/image-section/image-section.component.mjs +9 -3
- package/esm2022/lib/sections/location-section/location-section.component.mjs +9 -3
- package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +9 -3
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +9 -3
- package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +9 -4
- package/esm2022/lib/sections/process-modern/process-modern.component.mjs +9 -3
- package/esm2022/lib/sections/process-section/process-section.component.mjs +9 -3
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +9 -3
- package/esm2022/lib/sections/service-section/service-section.component.mjs +9 -3
- package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +9 -3
- package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +9 -3
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +12 -3
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +9 -3
- package/esm2022/lib/sections/text-section/text-section.component.mjs +13 -6
- package/esm2022/lib/sections/text-section/text-section.model.mjs +1 -1
- package/esm2022/lib/sections/video-section/video-section.component.mjs +9 -3
- package/esm2022/lib/sections/view-blog/view-blog.component.mjs +12 -5
- package/esm2022/lib/services/events.service.mjs +3 -1
- package/fesm2022/simpo-component-library.mjs +312 -69
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/components/hover-elements/hover-elements.component.d.ts +7 -7
- package/lib/directive/animation-directive.d.ts +3 -0
- 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/sections/banner-carousel/banner-carousel.component.d.ts +3 -2
- package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +1 -0
- package/lib/sections/banner-section/banner-section.component.d.ts +2 -0
- package/lib/sections/blog-list/blog-list.component.d.ts +1 -0
- package/lib/sections/choose-us-section/choose-us-section.component.d.ts +1 -0
- package/lib/sections/contact-us/contact-us.component.d.ts +1 -0
- package/lib/sections/contact-us/contact-us.modal.d.ts +1 -0
- package/lib/sections/faq-section/faq-section.component.d.ts +3 -0
- package/lib/sections/features-section/features-section.component.d.ts +1 -0
- package/lib/sections/footer-section/footer-section.component.d.ts +1 -0
- package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +1 -0
- package/lib/sections/image-grid-section/image-grid-section.component.d.ts +1 -0
- package/lib/sections/image-section/image-section.component.d.ts +1 -0
- package/lib/sections/location-section/location-section.component.d.ts +1 -0
- package/lib/sections/logo-showcase/logo-showcase.component.d.ts +1 -0
- package/lib/sections/navbar-section/navbar-section.component.d.ts +1 -0
- package/lib/sections/pricing-section/pricing-section.component.d.ts +2 -1
- package/lib/sections/process-modern/process-modern.component.d.ts +1 -0
- package/lib/sections/process-section/process-section.component.d.ts +1 -0
- package/lib/sections/recent-blog-post-section/recent-blog-post-section.component.d.ts +1 -0
- package/lib/sections/service-section/service-section.component.d.ts +1 -0
- package/lib/sections/team-member-section/team-member-section.component.d.ts +1 -0
- package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +1 -0
- package/lib/sections/testimonial-section/testimonial-section.component.d.ts +3 -0
- package/lib/sections/text-image-section/text-image-section.component.d.ts +1 -0
- package/lib/sections/text-section/text-section.component.d.ts +1 -0
- package/lib/sections/text-section/text-section.model.d.ts +1 -0
- package/lib/sections/video-section/video-section.component.d.ts +1 -0
- package/lib/sections/view-blog/view-blog.component.d.ts +4 -0
- package/lib/services/events.service.d.ts +2 -0
- package/package.json +1 -1
- package/simpo-component-library-1.1.4.tgz +0 -0
- package/simpo-component-library-1.1.2.tgz +0 -0
|
@@ -11,13 +11,13 @@ export declare class HoverElementsComponent implements OnInit {
|
|
|
11
11
|
isMerged: boolean;
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
editSection(): void;
|
|
14
|
-
restyleSection(): void;
|
|
15
|
-
changeContent(): void;
|
|
16
|
-
moveUp(): void;
|
|
17
|
-
moveDown(): void;
|
|
18
|
-
deleteSection(): void;
|
|
19
|
-
addSection(position: "ABOVE" | "BELOW"): void;
|
|
20
|
-
duplicateSection(): void;
|
|
14
|
+
restyleSection(event: any): void;
|
|
15
|
+
changeContent(event: any): void;
|
|
16
|
+
moveUp(event: any): void;
|
|
17
|
+
moveDown(event: any): void;
|
|
18
|
+
deleteSection(event: any): void;
|
|
19
|
+
addSection(position: "ABOVE" | "BELOW", event: any): void;
|
|
20
|
+
duplicateSection(event: any): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<HoverElementsComponent, never>;
|
|
22
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
23
|
}
|
|
@@ -9,6 +9,7 @@ export declare class AnimationDirective implements OnChanges, OnInit, OnDestroy
|
|
|
9
9
|
private eventService;
|
|
10
10
|
animationData?: AnimationModel;
|
|
11
11
|
eventServiceSubscription: any;
|
|
12
|
+
private observer;
|
|
12
13
|
animationSpeed: {
|
|
13
14
|
type: {
|
|
14
15
|
top: string;
|
|
@@ -29,6 +30,8 @@ export declare class AnimationDirective implements OnChanges, OnInit, OnDestroy
|
|
|
29
30
|
ngOnDestroy(): void;
|
|
30
31
|
ngOnInit(): void;
|
|
31
32
|
ngOnChanges(): void;
|
|
33
|
+
private createObserver;
|
|
34
|
+
getAnimationName(): "none" | "animateleft" | "animateright" | "animatetop" | "animatebottom" | "opac" | "animatezoom" | null;
|
|
32
35
|
name: any;
|
|
33
36
|
private applyAnimation;
|
|
34
37
|
getAnimationSpeed(speed: ANIMATION_SPEED): string;
|
|
@@ -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
|
}
|
|
@@ -23,8 +23,9 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
|
|
|
23
23
|
get stylesLayout(): LayOutModel;
|
|
24
24
|
get getBlurValue(): "NONE" | "LIGHT" | "MODERATE" | "STRONG" | "VERY_STRONG" | 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
|
+
editSection(): void;
|
|
28
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerCarouselComponent, never>;
|
|
29
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>;
|
|
30
31
|
}
|
|
@@ -15,6 +15,7 @@ export declare class BannerGridSectionComponent extends BaseSection implements O
|
|
|
15
15
|
constructor(_eventService: EventsService);
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
get canMergeNavbar(): boolean | undefined;
|
|
18
|
+
editSection(): void;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerGridSectionComponent, never>;
|
|
19
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<BannerGridSectionComponent, "simpo-banner-grid-section", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
21
|
}
|
|
@@ -19,6 +19,8 @@ export declare class BannerSectionComponent extends BaseSection implements OnIni
|
|
|
19
19
|
get canMergeNavbar(): boolean | undefined;
|
|
20
20
|
get isBorderlessImage(): boolean | undefined;
|
|
21
21
|
get getPositionLayout(): PositionLayoutModal;
|
|
22
|
+
editSection(): void;
|
|
23
|
+
stopPropagation(event: any): void;
|
|
22
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerSectionComponent, never>;
|
|
23
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<BannerSectionComponent, "simpo-banner-section", 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>;
|
|
24
26
|
}
|
|
@@ -15,6 +15,7 @@ export declare class BlogListComponent extends BaseSection {
|
|
|
15
15
|
ngOnInit(): void;
|
|
16
16
|
get headingSpace(): SPACING;
|
|
17
17
|
getBlogById(blogId: any): void;
|
|
18
|
+
editSection(): void;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<BlogListComponent, never>;
|
|
19
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<BlogListComponent, "simpo-blog-list", never, { "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
21
|
}
|
|
@@ -13,6 +13,7 @@ export declare class ChooseUsSectionComponent extends BaseSection implements OnI
|
|
|
13
13
|
styles?: ChooseUsStylesModel;
|
|
14
14
|
constructor(_eventService: EventsService);
|
|
15
15
|
ngOnInit(): void;
|
|
16
|
+
editSection(): void;
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChooseUsSectionComponent, never>;
|
|
17
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<ChooseUsSectionComponent, "simpo-choose-us-section", 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>;
|
|
18
19
|
}
|
|
@@ -23,6 +23,7 @@ export declare class ContactUsComponent extends BaseSection implements OnInit {
|
|
|
23
23
|
screenWidth: any;
|
|
24
24
|
getWidthByField(field: any): string;
|
|
25
25
|
buttonClick(): void;
|
|
26
|
+
editSection(): void;
|
|
26
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContactUsComponent, never>;
|
|
27
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsComponent, "simpo-contact-us", 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>;
|
|
28
29
|
}
|
|
@@ -12,10 +12,13 @@ export declare class FaqSectionComponent extends BaseSection {
|
|
|
12
12
|
delete?: boolean;
|
|
13
13
|
content?: FAQContentModal;
|
|
14
14
|
style?: FAQStylesModel;
|
|
15
|
+
unCollapsedList: number[];
|
|
15
16
|
constructor(_eventService: EventsService);
|
|
16
17
|
ngOnInit(): void;
|
|
17
18
|
get headingSpace(): SPACING;
|
|
18
19
|
get stylesLayout(): LayOutModel;
|
|
20
|
+
toggleContent(idx: number): void;
|
|
21
|
+
editSection(): void;
|
|
19
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<FaqSectionComponent, never>;
|
|
20
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<FaqSectionComponent, "simpo-faq-section", 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>;
|
|
21
24
|
}
|
|
@@ -19,6 +19,7 @@ export declare class FeaturesSectionComponent extends BaseSection implements OnI
|
|
|
19
19
|
selectedTabIndex: number;
|
|
20
20
|
currentData?: FeatureItemModel;
|
|
21
21
|
changetab(index: number): void;
|
|
22
|
+
editSection(): void;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturesSectionComponent, never>;
|
|
23
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<FeaturesSectionComponent, "simpo-features-section", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
25
|
}
|
|
@@ -16,6 +16,7 @@ export declare class FooterSectionComponent extends BaseSection implements OnIni
|
|
|
16
16
|
footerTypes: typeof FooterTypes;
|
|
17
17
|
constructor(_eventService: EventsService);
|
|
18
18
|
ngOnInit(): void;
|
|
19
|
+
editSection(): void;
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterSectionComponent, never>;
|
|
20
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<FooterSectionComponent, "simpo-footer-section", 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>;
|
|
21
22
|
}
|
|
@@ -19,6 +19,7 @@ export declare class ImageCarouselSectionComponent extends BaseSection implement
|
|
|
19
19
|
getPrevImage(index: number): import("simpo-component-library").Image | undefined;
|
|
20
20
|
getNextImage(index: number): import("simpo-component-library").Image | undefined;
|
|
21
21
|
get headingSpace(): SPACING;
|
|
22
|
+
editSection(): void;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageCarouselSectionComponent, never>;
|
|
23
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<ImageCarouselSectionComponent, "simpo-image-carousel-section", 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>;
|
|
24
25
|
}
|
|
@@ -16,6 +16,7 @@ export declare class ImageGridSectionComponent extends BaseSection {
|
|
|
16
16
|
constructor(_eventService: EventsService);
|
|
17
17
|
ngOnInit(): void;
|
|
18
18
|
get headingSpace(): SPACING;
|
|
19
|
+
editSection(): void;
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageGridSectionComponent, never>;
|
|
20
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<ImageGridSectionComponent, "simpo-image-grid-section", 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>;
|
|
21
22
|
}
|
|
@@ -14,6 +14,7 @@ export declare class ImageSectionComponent extends BaseSection {
|
|
|
14
14
|
style?: imageSectionStylesModel;
|
|
15
15
|
constructor(_eventService: EventsService);
|
|
16
16
|
ngOnInit(): void;
|
|
17
|
+
editSection(): void;
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageSectionComponent, never>;
|
|
18
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<ImageSectionComponent, "simpo-image-section", 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>;
|
|
19
20
|
}
|
|
@@ -28,6 +28,7 @@ export declare class LocationSectionComponent extends BaseSection {
|
|
|
28
28
|
checkLocationChange(): void;
|
|
29
29
|
mapStyleSubscription?: Subscription;
|
|
30
30
|
checkMapStyleChange(): void;
|
|
31
|
+
editSection(): void;
|
|
31
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocationSectionComponent, never>;
|
|
32
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<LocationSectionComponent, "simpo-location-section", 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>;
|
|
33
34
|
}
|
|
@@ -24,6 +24,7 @@ export declare class LogoShowcaseComponent extends BaseSection implements OnInit
|
|
|
24
24
|
get animationDirection(): logoDirection;
|
|
25
25
|
screenWidth: number;
|
|
26
26
|
getScreenSize(event?: number): void;
|
|
27
|
+
editSection(): void;
|
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<LogoShowcaseComponent, never>;
|
|
28
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<LogoShowcaseComponent, "simpo-logo-showcase", 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>;
|
|
29
30
|
}
|
|
@@ -31,6 +31,7 @@ export declare class NavbarSectionComponent implements OnInit {
|
|
|
31
31
|
get isTransparent(): any;
|
|
32
32
|
redirectTo(content: any): void;
|
|
33
33
|
get isComponentMerged(): any;
|
|
34
|
+
editSection(): void;
|
|
34
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarSectionComponent, never>;
|
|
35
36
|
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarSectionComponent, "simpo-navbar-section", never, { "data": { "alias": "data"; "required": false; }; "nextComponent": { "alias": "nextComponent"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
37
|
}
|
|
@@ -15,8 +15,9 @@ export declare class PricingSectionComponent extends BaseSection {
|
|
|
15
15
|
style?: PricingSectionStylesModel;
|
|
16
16
|
constructor(_eventService: EventsService);
|
|
17
17
|
ngOnInit(): void;
|
|
18
|
-
getTextColor(): "#
|
|
18
|
+
getTextColor(): "#000000" | "#ffffff";
|
|
19
19
|
get headingSpace(): SPACING;
|
|
20
|
+
editSection(): void;
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
|
|
21
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<PricingSectionComponent, "simpo-pricing-section", 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>;
|
|
22
23
|
}
|
|
@@ -16,6 +16,7 @@ export declare class ProcessModernComponent extends BaseSection implements OnIni
|
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
get stylesLayout(): LayOutModel;
|
|
18
18
|
get getJustifyContent(): string;
|
|
19
|
+
editSection(): void;
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProcessModernComponent, never>;
|
|
20
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProcessModernComponent, "simpo-process-modern", 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>;
|
|
21
22
|
}
|
|
@@ -18,6 +18,7 @@ export declare class ProcessSectionComponent extends BaseSection {
|
|
|
18
18
|
ngOnInit(): void;
|
|
19
19
|
get stylesLayout(): LayOutModel;
|
|
20
20
|
get getJustifyContent(): string;
|
|
21
|
+
editSection(): void;
|
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProcessSectionComponent, never>;
|
|
22
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProcessSectionComponent, "simpo-process-section", 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
24
|
}
|
|
@@ -21,6 +21,7 @@ export declare class RecentBlogPostSectionComponent extends BaseSection implemen
|
|
|
21
21
|
getSliceParameters(): number[];
|
|
22
22
|
getBlogById(blogId: any): void;
|
|
23
23
|
openBlogList(): void;
|
|
24
|
+
editSection(): void;
|
|
24
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<RecentBlogPostSectionComponent, never>;
|
|
25
26
|
static ɵcmp: i0.ɵɵComponentDeclaration<RecentBlogPostSectionComponent, "simpo-recent-blog-post-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
27
|
}
|
|
@@ -20,6 +20,7 @@ export declare class ServiceSectionComponent extends BaseSection {
|
|
|
20
20
|
constructor(_eventService: EventsService);
|
|
21
21
|
ngOnInit(): void;
|
|
22
22
|
get headingSpace(): SPACING;
|
|
23
|
+
editSection(): void;
|
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ServiceSectionComponent, never>;
|
|
24
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<ServiceSectionComponent, "simpo-service-section", 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>;
|
|
25
26
|
}
|
|
@@ -18,6 +18,7 @@ export declare class TeamMemberSectionComponent extends BaseSection {
|
|
|
18
18
|
constructor(_eventService: EventsService);
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
get headingSpace(): SPACING;
|
|
21
|
+
editSection(): void;
|
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<TeamMemberSectionComponent, never>;
|
|
22
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<TeamMemberSectionComponent, "simpo-team-member-section", 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
24
|
}
|
|
@@ -14,6 +14,7 @@ export declare class TestimonialFullwidthComponent extends BaseSection {
|
|
|
14
14
|
style?: TestimonialFullwidthStylesModel;
|
|
15
15
|
constructor(_eventService: EventsService);
|
|
16
16
|
ngOnInit(): void;
|
|
17
|
+
editSection(): void;
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TestimonialFullwidthComponent, never>;
|
|
18
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<TestimonialFullwidthComponent, "simpo-testimonial-fullwidth", 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>;
|
|
19
20
|
}
|
|
@@ -3,6 +3,7 @@ import { testimonialContentModel, testimonialSectionModel, testimonialStylesMode
|
|
|
3
3
|
import { EventsService } from './../../services/events.service';
|
|
4
4
|
import BaseSection from '../BaseSection';
|
|
5
5
|
import { SPACING } from '../../styles/index';
|
|
6
|
+
import { LayOutModel } from '../../styles/style.model';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class TestimonialSectionComponent extends BaseSection {
|
|
8
9
|
private _eventService;
|
|
@@ -16,6 +17,8 @@ export declare class TestimonialSectionComponent extends BaseSection {
|
|
|
16
17
|
constructor(_eventService: EventsService);
|
|
17
18
|
ngOnInit(): void;
|
|
18
19
|
get headingSpace(): SPACING;
|
|
20
|
+
get getLayout(): LayOutModel;
|
|
21
|
+
editSection(): void;
|
|
19
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<TestimonialSectionComponent, never>;
|
|
20
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<TestimonialSectionComponent, "simpo-testimonial-section", 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>;
|
|
21
24
|
}
|
|
@@ -14,6 +14,7 @@ export declare class TextImageSectionComponent extends BaseSection implements On
|
|
|
14
14
|
styles?: BannerStylesModel;
|
|
15
15
|
constructor(_eventService: EventsService);
|
|
16
16
|
ngOnInit(): void;
|
|
17
|
+
editSection(): void;
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextImageSectionComponent, never>;
|
|
18
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<TextImageSectionComponent, "simpo-text-image-section", 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>;
|
|
19
20
|
}
|
|
@@ -17,6 +17,7 @@ export declare class TextSectionComponent extends BaseSection implements OnInit
|
|
|
17
17
|
styles: StylesModel | undefined;
|
|
18
18
|
constructor(_dialog: MatDialog, _eventService: EventsService);
|
|
19
19
|
ngOnInit(): void;
|
|
20
|
+
editSection(): void;
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextSectionComponent, never>;
|
|
21
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<TextSectionComponent, "simpo-text-section", 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>;
|
|
22
23
|
}
|
|
@@ -21,6 +21,7 @@ export declare class VideoSectionComponent extends BaseSection {
|
|
|
21
21
|
youTubeIdFromLink(url: string): string | undefined;
|
|
22
22
|
get getVideoLink(): string;
|
|
23
23
|
get headingSpace(): SPACING;
|
|
24
|
+
editSection(): void;
|
|
24
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<VideoSectionComponent, never>;
|
|
25
26
|
static ɵcmp: i0.ɵɵComponentDeclaration<VideoSectionComponent, "simpo-video-section", 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>;
|
|
26
27
|
}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
import { EventsService } from './../../services/events.service';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ViewBlogComponent {
|
|
4
|
+
private readonly _eventService;
|
|
3
5
|
responseData: any;
|
|
6
|
+
constructor(_eventService: EventsService);
|
|
4
7
|
ngOnInit(): void;
|
|
8
|
+
editSection(): void;
|
|
5
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ViewBlogComponent, never>;
|
|
6
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<ViewBlogComponent, "simpo-view-blog", never, { "responseData": { "alias": "responseData"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
11
|
}
|
|
@@ -31,6 +31,8 @@ export declare class EventsService {
|
|
|
31
31
|
textSizeChangeCheck: EventEmitter<unknown>;
|
|
32
32
|
blogByIdEvent: EventEmitter<unknown>;
|
|
33
33
|
openBlogListEvent: EventEmitter<unknown>;
|
|
34
|
+
toggleEditorEvent: EventEmitter<boolean>;
|
|
35
|
+
closeEditorEvent: EventEmitter<false>;
|
|
34
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<EventsService, never>;
|
|
35
37
|
static ɵprov: i0.ɵɵInjectableDeclaration<EventsService>;
|
|
36
38
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|