simpo-component-library 0.3.8 → 0.4.0
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/delete-hover-element/delete-hover-element.component.mjs +7 -4
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +1 -2
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +1 -2
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +1 -2
- package/esm2022/lib/sections/image-section/image-section.component.mjs +1 -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-section/testimonial-section.component.mjs +3 -3
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +1 -2
- package/esm2022/lib/sections/text-section/text-section.component.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +10 -12
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/components/delete-hover-element/delete-hover-element.component.d.ts +1 -0
- package/lib/sections/banner-section/banner-section.component.d.ts +1 -1
- package/lib/sections/faq-section/faq-section.component.d.ts +1 -1
- package/lib/sections/image-grid-section/image-grid-section.component.d.ts +1 -1
- package/lib/sections/image-section/image-section.component.d.ts +1 -1
- package/lib/sections/service-section/service-section.component.d.ts +1 -1
- package/lib/sections/team-member-section/team-member-section.component.d.ts +1 -1
- package/lib/sections/testimonial-section/testimonial-section.component.d.ts +1 -1
- package/lib/sections/text-image-section/text-image-section.component.d.ts +1 -1
- package/lib/sections/text-section/text-section.component.d.ts +1 -1
- package/package.json +1 -1
- package/simpo-component-library-0.4.0.tgz +0 -0
- package/simpo-component-library-0.3.8.tgz +0 -0
|
@@ -7,6 +7,7 @@ export declare class DeleteHoverElementComponent {
|
|
|
7
7
|
index: any;
|
|
8
8
|
data: any;
|
|
9
9
|
edit: EventEmitter<boolean>;
|
|
10
|
+
editSection(): void;
|
|
10
11
|
deleteSection(): void;
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeleteHoverElementComponent, never>;
|
|
12
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<DeleteHoverElementComponent, "simpo-delete-hover-element", never, { "index": { "alias": "index"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "edit": "edit"; }, never, never, true, never>;
|
|
@@ -10,7 +10,7 @@ export declare class BannerSectionComponent extends BaseSection implements OnIni
|
|
|
10
10
|
index?: number;
|
|
11
11
|
content?: BannerContentModel;
|
|
12
12
|
edit?: boolean;
|
|
13
|
-
delete?: boolean
|
|
13
|
+
delete?: boolean;
|
|
14
14
|
styles?: BannerStylesModel;
|
|
15
15
|
constructor(_eventService: EventsService);
|
|
16
16
|
ngOnInit(): void;
|
|
@@ -7,7 +7,7 @@ export declare class FaqSectionComponent extends BaseSection {
|
|
|
7
7
|
data?: FAQSectionModal;
|
|
8
8
|
index?: number;
|
|
9
9
|
edit?: boolean;
|
|
10
|
-
delete?: boolean
|
|
10
|
+
delete?: boolean;
|
|
11
11
|
content?: FAQContentModal;
|
|
12
12
|
style?: FAQStylesModel;
|
|
13
13
|
constructor(_eventService: EventsService);
|
|
@@ -8,7 +8,7 @@ export declare class ImageGridSectionComponent extends BaseSection {
|
|
|
8
8
|
data?: ImageGridSectionModel;
|
|
9
9
|
index?: number;
|
|
10
10
|
edit?: boolean;
|
|
11
|
-
delete?: boolean
|
|
11
|
+
delete?: boolean;
|
|
12
12
|
_mainContainer: ElementRef | null;
|
|
13
13
|
content?: ImageGridContentModal;
|
|
14
14
|
style?: ImageGridStylesModel;
|
|
@@ -8,7 +8,7 @@ export declare class ImageSectionComponent extends BaseSection {
|
|
|
8
8
|
data?: imageSectionModel;
|
|
9
9
|
index?: number;
|
|
10
10
|
edit?: boolean;
|
|
11
|
-
delete?: boolean
|
|
11
|
+
delete?: boolean;
|
|
12
12
|
_mainContainer: ElementRef | null;
|
|
13
13
|
content?: ImageContentModal;
|
|
14
14
|
style?: imageSectionStylesModel;
|
|
@@ -10,7 +10,7 @@ export declare class ServiceSectionComponent extends BaseSection {
|
|
|
10
10
|
data?: ServiceSectionModal;
|
|
11
11
|
index?: number;
|
|
12
12
|
edit?: boolean;
|
|
13
|
-
delete?:
|
|
13
|
+
delete?: boolean;
|
|
14
14
|
_mainContainer: ElementRef | null;
|
|
15
15
|
TextPosition: typeof TextPosition;
|
|
16
16
|
content?: ServiceContentModal;
|
|
@@ -9,7 +9,7 @@ export declare class TeamMemberSectionComponent extends BaseSection {
|
|
|
9
9
|
data?: TeamMemberSectionModal;
|
|
10
10
|
index?: number;
|
|
11
11
|
edit?: boolean;
|
|
12
|
-
delete?:
|
|
12
|
+
delete?: boolean;
|
|
13
13
|
TextPosition: typeof TextPosition;
|
|
14
14
|
content?: TeamMemberContentModal;
|
|
15
15
|
style?: TeamMemberStylesModel;
|
|
@@ -8,7 +8,7 @@ export declare class TestimonialSectionComponent extends BaseSection {
|
|
|
8
8
|
data?: testimonialSectionModel;
|
|
9
9
|
index?: number;
|
|
10
10
|
edit?: boolean;
|
|
11
|
-
delete?:
|
|
11
|
+
delete?: boolean;
|
|
12
12
|
_mainContainer: ElementRef | null;
|
|
13
13
|
content?: testimonialContentModel;
|
|
14
14
|
style?: testimonialStylesModel;
|
|
@@ -9,7 +9,7 @@ export declare class TextImageSectionComponent extends BaseSection implements On
|
|
|
9
9
|
data?: TextImageSectionModel;
|
|
10
10
|
index?: number;
|
|
11
11
|
edit?: boolean;
|
|
12
|
-
delete?: boolean
|
|
12
|
+
delete?: boolean;
|
|
13
13
|
content?: TextImageContentModel;
|
|
14
14
|
styles?: BannerStylesModel;
|
|
15
15
|
constructor(_eventService: EventsService);
|
|
@@ -11,7 +11,7 @@ export declare class TextSectionComponent extends BaseSection implements OnInit
|
|
|
11
11
|
data?: TextSectionModel;
|
|
12
12
|
index?: number;
|
|
13
13
|
edit?: boolean;
|
|
14
|
-
delete?:
|
|
14
|
+
delete?: boolean;
|
|
15
15
|
_mainContainer: ElementRef | null;
|
|
16
16
|
content: TextContentModel | undefined;
|
|
17
17
|
styles: StylesModel | undefined;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|