simpo-component-library 0.0.1 → 0.0.2
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 +11 -3
- package/esm2022/lib/directive/index.mjs +15 -5
- package/esm2022/lib/elements/index.mjs +7 -5
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +17 -14
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +4 -2
- package/esm2022/lib/sections/footer-section/footer-section.component.mjs +12 -8
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +4 -2
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +4 -2
- package/esm2022/lib/sections/image-section/image-section.component.mjs +4 -2
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +16 -0
- package/esm2022/lib/sections/service-section/service-section.component.mjs +4 -2
- package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +4 -2
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +4 -2
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +17 -14
- package/esm2022/lib/sections/text-section/text-section.component.mjs +6 -3
- package/esm2022/lib/sections/video-section/video-section.component.mjs +4 -2
- package/esm2022/lib/services/events.service.mjs +4 -1
- package/esm2022/public-api.mjs +8 -1
- package/fesm2022/simpo-component-library.mjs +147 -50
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/components/hover-elements/hover-elements.component.d.ts +3 -1
- package/lib/directive/index.d.ts +3 -1
- package/lib/elements/index.d.ts +3 -1
- package/lib/sections/banner-section/banner-section.component.d.ts +2 -1
- package/lib/sections/faq-section/faq-section.component.d.ts +2 -1
- package/lib/sections/footer-section/footer-section.component.d.ts +2 -1
- package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +2 -1
- package/lib/sections/image-grid-section/image-grid-section.component.d.ts +2 -1
- package/lib/sections/image-section/image-section.component.d.ts +2 -1
- package/lib/sections/navbar-section/navbar-section.component.d.ts +9 -0
- package/lib/sections/service-section/service-section.component.d.ts +2 -1
- package/lib/sections/team-member-section/team-member-section.component.d.ts +2 -1
- package/lib/sections/testimonial-section/testimonial-section.component.d.ts +2 -1
- package/lib/sections/text-image-section/text-image-section.component.d.ts +2 -1
- package/lib/sections/text-section/text-section.component.d.ts +2 -1
- package/lib/sections/video-section/video-section.component.d.ts +2 -1
- package/lib/services/events.service.d.ts +3 -0
- package/package.json +1 -1
- package/public-api.d.ts +5 -0
- package/simpo-component-library-0.0.2.tgz +0 -0
- package/simpo-component-library-0.0.1.tgz +0 -0
|
@@ -6,6 +6,7 @@ export declare class HoverElementsComponent implements OnInit {
|
|
|
6
6
|
constructor(_eventService: EventsService);
|
|
7
7
|
edit: EventEmitter<boolean>;
|
|
8
8
|
data: any;
|
|
9
|
+
index: number;
|
|
9
10
|
ngOnInit(): void;
|
|
10
11
|
editSection(): void;
|
|
11
12
|
regenerateSection(): void;
|
|
@@ -14,6 +15,7 @@ export declare class HoverElementsComponent implements OnInit {
|
|
|
14
15
|
moveUp(): void;
|
|
15
16
|
moveDown(): void;
|
|
16
17
|
deleteSection(): void;
|
|
18
|
+
addSection(position: "ABOVE" | "BELOW"): void;
|
|
17
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<HoverElementsComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HoverElementsComponent, "simpo-hover-elements", never, { "data": { "alias": "data"; "required": false; }; }, { "edit": "edit"; }, never, never, true, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HoverElementsComponent, "simpo-hover-elements", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, { "edit": "edit"; }, never, never, true, never>;
|
|
19
21
|
}
|
package/lib/directive/index.d.ts
CHANGED
|
@@ -13,8 +13,10 @@ import * as i11 from "./image-directive.directive";
|
|
|
13
13
|
import * as i12 from "./content-alignment-directive";
|
|
14
14
|
import * as i13 from "./position-layout-directive.directive";
|
|
15
15
|
import * as i14 from "./footer-layout-directive";
|
|
16
|
+
import * as i15 from "./button-directive.directive";
|
|
17
|
+
import * as i16 from "./text-background-directive.directive";
|
|
16
18
|
export declare class StyleDirectivesModule {
|
|
17
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<StyleDirectivesModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StyleDirectivesModule, never, [typeof i1.AnimationDirective, typeof i2.BorderDirective, typeof i3.OverlayDirective, typeof i4.BackgroundDirective, typeof i5.ContentFitDirective, typeof i6.ContainerFitDirective, typeof i7.HoverDirective, typeof i8.BannerContentFitDirective, typeof i9.CornerDirective, typeof i10.ColumnDirectiveDirective, typeof i11.ImageDirectiveDirective, typeof i12.simpoConetenAlignmentDirective, typeof i13.PositionLayoutDirectiveDirective, typeof i14.SimpoFooterLayoutDirective], [typeof i1.AnimationDirective, typeof i2.BorderDirective, typeof i3.OverlayDirective, typeof i4.BackgroundDirective, typeof i5.ContentFitDirective, typeof i6.ContainerFitDirective, typeof i7.HoverDirective, typeof i8.BannerContentFitDirective, typeof i9.CornerDirective, typeof i10.ColumnDirectiveDirective, typeof i11.ImageDirectiveDirective, typeof i12.simpoConetenAlignmentDirective, typeof i13.PositionLayoutDirectiveDirective, typeof i14.SimpoFooterLayoutDirective]>;
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StyleDirectivesModule, never, [typeof i1.AnimationDirective, typeof i2.BorderDirective, typeof i3.OverlayDirective, typeof i4.BackgroundDirective, typeof i5.ContentFitDirective, typeof i6.ContainerFitDirective, typeof i7.HoverDirective, typeof i8.BannerContentFitDirective, typeof i9.CornerDirective, typeof i10.ColumnDirectiveDirective, typeof i11.ImageDirectiveDirective, typeof i12.simpoConetenAlignmentDirective, typeof i13.PositionLayoutDirectiveDirective, typeof i14.SimpoFooterLayoutDirective, typeof i15.ButtonDirectiveDirective, typeof i16.TextBackgroundDirectiveDirective], [typeof i1.AnimationDirective, typeof i2.BorderDirective, typeof i3.OverlayDirective, typeof i4.BackgroundDirective, typeof i5.ContentFitDirective, typeof i6.ContainerFitDirective, typeof i7.HoverDirective, typeof i8.BannerContentFitDirective, typeof i9.CornerDirective, typeof i10.ColumnDirectiveDirective, typeof i11.ImageDirectiveDirective, typeof i12.simpoConetenAlignmentDirective, typeof i13.PositionLayoutDirectiveDirective, typeof i14.SimpoFooterLayoutDirective, typeof i15.ButtonDirectiveDirective, typeof i16.TextBackgroundDirectiveDirective]>;
|
|
19
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<StyleDirectivesModule>;
|
|
20
22
|
}
|
package/lib/elements/index.d.ts
CHANGED
|
@@ -5,8 +5,10 @@ import * as i3 from "./below-image-card/below-image-card.component";
|
|
|
5
5
|
import * as i4 from "./top-of-image-card/top-of-image-card.component";
|
|
6
6
|
import * as i5 from "./covering-image-card/covering-image-card.component";
|
|
7
7
|
import * as i6 from "./heading-element/heading-element.component";
|
|
8
|
+
import * as i7 from "./simpo-button/simpo-button.component";
|
|
9
|
+
import * as i8 from "./socia-icons/socia-icons.component";
|
|
8
10
|
export declare class SimpoElementsModule {
|
|
9
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SimpoElementsModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SimpoElementsModule, never, [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent], [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent]>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SimpoElementsModule, never, [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent], [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent]>;
|
|
11
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<SimpoElementsModule>;
|
|
12
14
|
}
|
|
@@ -4,6 +4,7 @@ import { BannerStylesModel } from '@simpo-ui/styles/style.model';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class BannerSectionComponent implements OnInit {
|
|
6
6
|
data?: BannerSectionModel;
|
|
7
|
+
index?: number;
|
|
7
8
|
content?: BannerContentModel;
|
|
8
9
|
styles?: BannerStylesModel;
|
|
9
10
|
constructor();
|
|
@@ -11,5 +12,5 @@ export declare class BannerSectionComponent implements OnInit {
|
|
|
11
12
|
showEditors: boolean;
|
|
12
13
|
showEditTabs(isShow: boolean): void;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerSectionComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BannerSectionComponent, "simpo-banner-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BannerSectionComponent, "simpo-banner-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
16
|
}
|
|
@@ -2,11 +2,12 @@ import { FAQContentModal, FAQSectionModal, FAQStylesModel } from './faq-section.
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class FaqSectionComponent {
|
|
4
4
|
data?: FAQSectionModal;
|
|
5
|
+
index?: number;
|
|
5
6
|
content?: FAQContentModal;
|
|
6
7
|
style?: FAQStylesModel;
|
|
7
8
|
ngOnInit(): void;
|
|
8
9
|
showEditors: boolean;
|
|
9
10
|
showEditTabs(isShow: boolean): void;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<FaqSectionComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FaqSectionComponent, "simpo-faq-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FaqSectionComponent, "simpo-faq-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
13
|
}
|
|
@@ -4,6 +4,7 @@ import { FooterTypes } from '@simpo-ui/styles';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class FooterSectionComponent implements OnInit {
|
|
6
6
|
data?: FooterSectionModel;
|
|
7
|
+
index?: number;
|
|
7
8
|
content?: FooterContentModel;
|
|
8
9
|
style?: FooterStylesModel;
|
|
9
10
|
color: any;
|
|
@@ -13,5 +14,5 @@ export declare class FooterSectionComponent implements OnInit {
|
|
|
13
14
|
showEditors: boolean;
|
|
14
15
|
showEditTabs(isShow: any): void;
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterSectionComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FooterSectionComponent, "simpo-footer-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterSectionComponent, "simpo-footer-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
18
|
}
|
|
@@ -2,6 +2,7 @@ import { ImageCarouselSection, ImageCarouselSectionContentModel, ImageCarouselSe
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class ImageCarouselSectionComponent {
|
|
4
4
|
data?: ImageCarouselSection;
|
|
5
|
+
index?: number;
|
|
5
6
|
content?: ImageCarouselSectionContentModel;
|
|
6
7
|
style?: ImageCarouselSectionStylesModel;
|
|
7
8
|
constructor();
|
|
@@ -9,5 +10,5 @@ export declare class ImageCarouselSectionComponent {
|
|
|
9
10
|
screenWidth: number;
|
|
10
11
|
getScreenSize(event?: number): void;
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageCarouselSectionComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageCarouselSectionComponent, "simpo-image-carousel-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageCarouselSectionComponent, "simpo-image-carousel-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
14
|
}
|
|
@@ -5,6 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class ImageGridSectionComponent {
|
|
6
6
|
private eventService;
|
|
7
7
|
data?: ImageGridSectionModel;
|
|
8
|
+
index?: number;
|
|
8
9
|
_mainContainer: ElementRef | null;
|
|
9
10
|
content?: ImageGridContentModal;
|
|
10
11
|
style?: ImageGridStylesModel;
|
|
@@ -13,5 +14,5 @@ export declare class ImageGridSectionComponent {
|
|
|
13
14
|
showEditors: boolean;
|
|
14
15
|
showEditTabs(isShow: boolean): void;
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageGridSectionComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageGridSectionComponent, "simpo-image-grid-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageGridSectionComponent, "simpo-image-grid-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
18
|
}
|
|
@@ -3,6 +3,7 @@ import { ImageContentModal, imageSectionModel, imageSectionStylesModel } from '.
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ImageSectionComponent {
|
|
5
5
|
data?: imageSectionModel;
|
|
6
|
+
index?: number;
|
|
6
7
|
_mainContainer: ElementRef | null;
|
|
7
8
|
content?: ImageContentModal;
|
|
8
9
|
style?: imageSectionStylesModel;
|
|
@@ -10,5 +11,5 @@ export declare class ImageSectionComponent {
|
|
|
10
11
|
showEditors: boolean;
|
|
11
12
|
showEditTabs(isShow: boolean): void;
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageSectionComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageSectionComponent, "simpo-image-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageSectionComponent, "simpo-image-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
15
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NavbarSectionComponent implements OnInit {
|
|
4
|
+
index?: number;
|
|
5
|
+
constructor();
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarSectionComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarSectionComponent, "simpo-navbar-section", never, { "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -7,6 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class ServiceSectionComponent {
|
|
8
8
|
private eventService;
|
|
9
9
|
data?: ServiceSectionModal;
|
|
10
|
+
index?: number;
|
|
10
11
|
_mainContainer: ElementRef | null;
|
|
11
12
|
TextPosition: typeof TextPosition;
|
|
12
13
|
content?: ServiceContentModal;
|
|
@@ -17,5 +18,5 @@ export declare class ServiceSectionComponent {
|
|
|
17
18
|
showEditors: boolean;
|
|
18
19
|
showEditTabs(isShow: boolean): void;
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ServiceSectionComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ServiceSectionComponent, "simpo-service-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ServiceSectionComponent, "simpo-service-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
22
|
}
|
|
@@ -6,6 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class TeamMemberSectionComponent {
|
|
7
7
|
private eventService;
|
|
8
8
|
data?: TeamMemberSectionModal;
|
|
9
|
+
index?: number;
|
|
9
10
|
TextPosition: typeof TextPosition;
|
|
10
11
|
content?: TeamMemberContentModal;
|
|
11
12
|
style?: TeamMemberStylesModel;
|
|
@@ -15,5 +16,5 @@ export declare class TeamMemberSectionComponent {
|
|
|
15
16
|
showEditors: boolean;
|
|
16
17
|
showEditTabs(isShow: boolean): void;
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TeamMemberSectionComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TeamMemberSectionComponent, "simpo-team-member-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TeamMemberSectionComponent, "simpo-team-member-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
20
|
}
|
|
@@ -3,6 +3,7 @@ import { testimonialContentModel, testimonialSectionModel, testimonialStylesMode
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TestimonialSectionComponent {
|
|
5
5
|
data?: testimonialSectionModel;
|
|
6
|
+
index?: number;
|
|
6
7
|
_mainContainer: ElementRef | null;
|
|
7
8
|
content?: testimonialContentModel;
|
|
8
9
|
style?: testimonialStylesModel;
|
|
@@ -10,5 +11,5 @@ export declare class TestimonialSectionComponent {
|
|
|
10
11
|
showEditors: boolean;
|
|
11
12
|
showEditTabs(isShow: boolean): void;
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<TestimonialSectionComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TestimonialSectionComponent, "simpo-testimonial-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TestimonialSectionComponent, "simpo-testimonial-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
15
|
}
|
|
@@ -6,6 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class TextImageSectionComponent implements OnInit {
|
|
7
7
|
private eventService;
|
|
8
8
|
data?: TextImageSectionModel;
|
|
9
|
+
index?: number;
|
|
9
10
|
content?: TextImageContentModel;
|
|
10
11
|
styles?: BannerStylesModel;
|
|
11
12
|
constructor(eventService: EventsService);
|
|
@@ -13,5 +14,5 @@ export declare class TextImageSectionComponent implements OnInit {
|
|
|
13
14
|
showEditors: boolean;
|
|
14
15
|
showEditTabs(isShow: boolean): void;
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextImageSectionComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextImageSectionComponent, "simpo-text-image-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextImageSectionComponent, "simpo-text-image-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
18
|
}
|
|
@@ -6,6 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class TextSectionComponent implements OnInit {
|
|
7
7
|
private _dialog;
|
|
8
8
|
data?: TextSectionModel;
|
|
9
|
+
index?: number;
|
|
9
10
|
_mainContainer: ElementRef | null;
|
|
10
11
|
content: TextContentModel | undefined;
|
|
11
12
|
styles: StylesModel | undefined;
|
|
@@ -14,5 +15,5 @@ export declare class TextSectionComponent implements OnInit {
|
|
|
14
15
|
showEditors: boolean;
|
|
15
16
|
showEditTabs(isShow: boolean): void;
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextSectionComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextSectionComponent, "simpo-text-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextSectionComponent, "simpo-text-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
19
|
}
|
|
@@ -6,6 +6,7 @@ export declare class VideoSectionComponent {
|
|
|
6
6
|
dom: DomSanitizer;
|
|
7
7
|
constructor(dom: DomSanitizer);
|
|
8
8
|
data?: videoSectionModel;
|
|
9
|
+
index?: number;
|
|
9
10
|
_mainContainer: ElementRef | null;
|
|
10
11
|
videoLink: string;
|
|
11
12
|
content?: videoSectionContentModel;
|
|
@@ -14,5 +15,5 @@ export declare class VideoSectionComponent {
|
|
|
14
15
|
showEditors: boolean;
|
|
15
16
|
showEditTabs(isShow: boolean): void;
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<VideoSectionComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VideoSectionComponent, "simpo-video-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VideoSectionComponent, "simpo-video-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
19
|
}
|
|
@@ -18,6 +18,9 @@ export declare class EventsService {
|
|
|
18
18
|
buttonStyleChangeChecks: EventEmitter<unknown>;
|
|
19
19
|
postionLayoutChangeChecks: EventEmitter<unknown>;
|
|
20
20
|
contentAlignmentChangeCheck: EventEmitter<unknown>;
|
|
21
|
+
addNewSectionClick: EventEmitter<unknown>;
|
|
22
|
+
regenerateSection: EventEmitter<unknown>;
|
|
23
|
+
changeContent: EventEmitter<unknown>;
|
|
21
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EventsService, never>;
|
|
22
25
|
static ɵprov: i0.ɵɵInjectableDeclaration<EventsService>;
|
|
23
26
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -10,3 +10,8 @@ export * from './lib/sections/team-member-section/team-member-section.component'
|
|
|
10
10
|
export * from './lib/sections/testimonial-section/testimonial-section.component';
|
|
11
11
|
export * from './lib/sections/text-image-section/text-image-section.component';
|
|
12
12
|
export * from './lib/sections/video-section/video-section.component';
|
|
13
|
+
export * from './lib/sections/navbar-section/navbar-section.component';
|
|
14
|
+
export * from './lib/styles/index';
|
|
15
|
+
export * from './lib/styles/style.model';
|
|
16
|
+
export * from './lib/styles/types';
|
|
17
|
+
export * from './lib/services/events.service';
|
|
Binary file
|
|
Binary file
|