simpo-component-library 0.3.7 → 0.3.8
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/README.md +24 -24
- package/esm2022/lib/components/delete-hover-element/delete-hover-element.component.mjs +30 -0
- package/esm2022/lib/components/index.mjs +6 -5
- package/esm2022/lib/directive/button-directive.directive.mjs +1 -1
- package/esm2022/lib/directive/color.directive.mjs +1 -1
- package/esm2022/lib/directive/column-directive.directive.mjs +1 -1
- package/esm2022/lib/directive/container-fir.directive.mjs +1 -1
- package/esm2022/lib/directive/corner-directive.mjs +1 -1
- package/esm2022/lib/directive/image-directive.directive.mjs +1 -1
- package/esm2022/lib/directive/image-position.directive.mjs +1 -1
- package/esm2022/lib/directive/overlay-directive.mjs +2 -2
- package/esm2022/lib/directive/position-layout-directive.directive.mjs +1 -1
- package/esm2022/lib/directive/text-background-directive.directive.mjs +1 -1
- package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
- package/esm2022/lib/elements/button/button.component.mjs +3 -3
- package/esm2022/lib/elements/button/button.model.mjs +1 -1
- package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
- package/esm2022/lib/elements/heading-element/heading-element.component.mjs +3 -3
- package/esm2022/lib/elements/index.mjs +1 -1
- package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +3 -3
- package/esm2022/lib/elements/text/text.component.mjs +3 -3
- package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
- package/esm2022/lib/sections/BaseSection.mjs +16 -0
- package/esm2022/lib/sections/add-new-section/add-new-section.component.mjs +3 -3
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +11 -8
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +11 -8
- package/esm2022/lib/sections/faq-section/faq-section.modal.mjs +1 -1
- package/esm2022/lib/sections/footer-section/footer-section.component.mjs +11 -8
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -3
- package/esm2022/lib/sections/image-carousel-section/image-carousel.model.mjs +1 -1
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +11 -8
- package/esm2022/lib/sections/image-grid-section/image-grid-section.model.mjs +1 -1
- package/esm2022/lib/sections/image-section/image-section.component.mjs +11 -8
- package/esm2022/lib/sections/image-section/image-section.model.mjs +1 -1
- package/esm2022/lib/sections/service-section/service-section.component.mjs +10 -8
- package/esm2022/lib/sections/service-section/service-section.model.mjs +1 -1
- package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +10 -8
- package/esm2022/lib/sections/team-member-section/team-member-section.model.mjs +1 -1
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +10 -8
- package/esm2022/lib/sections/testimonial-section/testimonial-section.model.mjs +1 -1
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +11 -8
- package/esm2022/lib/sections/text-section/text-section.component.mjs +10 -8
- package/esm2022/lib/sections/text-section/text-section.model.mjs +1 -1
- package/esm2022/lib/sections/video-section/video-section.component.mjs +10 -8
- package/esm2022/lib/sections/video-section/video-section.model.mjs +1 -1
- package/esm2022/lib/styles/index.mjs +1 -1
- package/esm2022/lib/styles/style.model.mjs +1 -1
- package/esm2022/lib/styles/types.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/fesm2022/simpo-component-library.mjs +151 -107
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/components/delete-hover-element/delete-hover-element.component.d.ts +13 -0
- package/lib/components/index.d.ts +2 -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/sections/BaseSection.d.ts +6 -0
- package/lib/sections/banner-section/banner-section.component.d.ts +4 -4
- package/lib/sections/faq-section/faq-section.component.d.ts +4 -4
- package/lib/sections/footer-section/footer-section.component.d.ts +4 -4
- package/lib/sections/image-grid-section/image-grid-section.component.d.ts +4 -4
- package/lib/sections/image-section/image-section.component.d.ts +4 -4
- package/lib/sections/service-section/service-section.component.d.ts +4 -4
- package/lib/sections/team-member-section/team-member-section.component.d.ts +4 -4
- package/lib/sections/testimonial-section/testimonial-section.component.d.ts +4 -4
- package/lib/sections/text-image-section/text-image-section.component.d.ts +4 -4
- package/lib/sections/text-section/text-section.component.d.ts +4 -4
- package/lib/sections/video-section/video-section.component.d.ts +4 -4
- package/package.json +1 -1
- package/simpo-component-library-0.3.8.tgz +0 -0
- package/simpo-component-library-0.3.7.tgz +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { EventsService } from '../../services/events.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DeleteHoverElementComponent {
|
|
5
|
+
private _eventService;
|
|
6
|
+
constructor(_eventService: EventsService);
|
|
7
|
+
index: any;
|
|
8
|
+
data: any;
|
|
9
|
+
edit: EventEmitter<boolean>;
|
|
10
|
+
deleteSection(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DeleteHoverElementComponent, never>;
|
|
12
|
+
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>;
|
|
13
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./hover-elements/hover-elements.component";
|
|
3
|
+
import * as i2 from "./delete-hover-element/delete-hover-element.component";
|
|
3
4
|
export declare class SimpoComponentModule {
|
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SimpoComponentModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SimpoComponentModule, never, [typeof i1.HoverElementsComponent], [typeof i1.HoverElementsComponent]>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SimpoComponentModule, never, [typeof i1.HoverElementsComponent, typeof i2.DeleteHoverElementComponent], [typeof i1.HoverElementsComponent, typeof i2.DeleteHoverElementComponent]>;
|
|
6
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<SimpoComponentModule>;
|
|
7
8
|
}
|
|
@@ -10,7 +10,7 @@ export declare class BackgroundDirective implements OnChanges {
|
|
|
10
10
|
constructor(el: ElementRef, eventService: EventsService);
|
|
11
11
|
ngOnDestroy(): void;
|
|
12
12
|
ngOnChanges(change: SimpleChanges): void;
|
|
13
|
-
getTextColor(bgColor: string): "#
|
|
13
|
+
getTextColor(bgColor: string): "#ffffff" | "#000000" | "#ffffff;";
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BackgroundDirective, never>;
|
|
15
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<BackgroundDirective, "[simpoBackground]", never, { "simpoBackground": { "alias": "simpoBackground"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -14,7 +14,7 @@ export declare class ButtonDirectiveDirective implements OnChanges {
|
|
|
14
14
|
applyButtonStyleChanges(): void;
|
|
15
15
|
applyButtonType(style: ButtonStyleModel, color: string): void;
|
|
16
16
|
applyButtonShape(style: ButtonStyleModel): void;
|
|
17
|
-
getTextColor(bgColor: string): "#
|
|
17
|
+
getTextColor(bgColor: string): "#ffffff" | "#000000" | "#ffffff;";
|
|
18
18
|
buttonStyleSubscription?: Subscription;
|
|
19
19
|
buttonStyleChangeCheck(): void;
|
|
20
20
|
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(): "#ffffff" | "#000000" | "#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
|
}
|
|
@@ -2,18 +2,18 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { BannerContentModel, BannerSectionModel } from './banner-section.model';
|
|
3
3
|
import { BannerStylesModel } from '../../styles/style.model';
|
|
4
4
|
import { EventsService } from './../../services/events.service';
|
|
5
|
+
import BaseSection from '../BaseSection';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class BannerSectionComponent implements OnInit {
|
|
7
|
+
export declare class BannerSectionComponent extends BaseSection implements OnInit {
|
|
7
8
|
private _eventService;
|
|
8
9
|
data?: BannerSectionModel;
|
|
9
10
|
index?: number;
|
|
10
11
|
content?: BannerContentModel;
|
|
11
12
|
edit?: boolean;
|
|
13
|
+
delete?: boolean | undefined;
|
|
12
14
|
styles?: BannerStylesModel;
|
|
13
15
|
constructor(_eventService: EventsService);
|
|
14
16
|
ngOnInit(): void;
|
|
15
|
-
showEditors: boolean;
|
|
16
|
-
showEditTabs(isShow: boolean): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerSectionComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BannerSectionComponent, "simpo-banner-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
+
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>;
|
|
19
19
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { FAQContentModal, FAQSectionModal, FAQStylesModel } from './faq-section.modal';
|
|
2
2
|
import { EventsService } from './../../services/events.service';
|
|
3
|
+
import BaseSection from '../BaseSection';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FaqSectionComponent {
|
|
5
|
+
export declare class FaqSectionComponent extends BaseSection {
|
|
5
6
|
private _eventService;
|
|
6
7
|
data?: FAQSectionModal;
|
|
7
8
|
index?: number;
|
|
8
9
|
edit?: boolean;
|
|
10
|
+
delete?: boolean | undefined;
|
|
9
11
|
content?: FAQContentModal;
|
|
10
12
|
style?: FAQStylesModel;
|
|
11
13
|
constructor(_eventService: EventsService);
|
|
12
14
|
ngOnInit(): void;
|
|
13
|
-
showEditors: boolean;
|
|
14
|
-
showEditTabs(isShow: boolean): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<FaqSectionComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FaqSectionComponent, "simpo-faq-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
+
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>;
|
|
17
17
|
}
|
|
@@ -2,20 +2,20 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { FooterContentModel, FooterSectionModel, FooterStylesModel } from './footer-section.modal';
|
|
3
3
|
import { FooterTypes } from '../../styles/index';
|
|
4
4
|
import { EventsService } from './../../services/events.service';
|
|
5
|
+
import BaseSection from '../BaseSection';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class FooterSectionComponent implements OnInit {
|
|
7
|
+
export declare class FooterSectionComponent extends BaseSection implements OnInit {
|
|
7
8
|
private _eventService;
|
|
8
9
|
data?: FooterSectionModel;
|
|
9
10
|
index?: number;
|
|
10
11
|
edit?: boolean;
|
|
12
|
+
delete?: boolean | undefined;
|
|
11
13
|
content?: FooterContentModel;
|
|
12
14
|
style?: FooterStylesModel;
|
|
13
15
|
color: any;
|
|
14
16
|
footerTypes: typeof FooterTypes;
|
|
15
17
|
constructor(_eventService: EventsService);
|
|
16
18
|
ngOnInit(): void;
|
|
17
|
-
showEditors: boolean;
|
|
18
|
-
showEditTabs(isShow: any): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterSectionComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FooterSectionComponent, "simpo-footer-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
|
+
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
21
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { ImageGridContentModal, ImageGridSectionModel, ImageGridStylesModel } from './image-grid-section.model';
|
|
3
3
|
import { EventsService } from '../../services/events.service';
|
|
4
|
+
import BaseSection from '../BaseSection';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ImageGridSectionComponent {
|
|
6
|
+
export declare class ImageGridSectionComponent extends BaseSection {
|
|
6
7
|
private _eventService;
|
|
7
8
|
data?: ImageGridSectionModel;
|
|
8
9
|
index?: number;
|
|
9
10
|
edit?: boolean;
|
|
11
|
+
delete?: boolean | undefined;
|
|
10
12
|
_mainContainer: ElementRef | null;
|
|
11
13
|
content?: ImageGridContentModal;
|
|
12
14
|
style?: ImageGridStylesModel;
|
|
13
15
|
constructor(_eventService: EventsService);
|
|
14
16
|
ngOnInit(): void;
|
|
15
|
-
showEditors: boolean;
|
|
16
|
-
showEditTabs(isShow: boolean): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageGridSectionComponent, never>;
|
|
18
|
-
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; }; }, {}, never, never, true, never>;
|
|
18
|
+
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>;
|
|
19
19
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { ImageContentModal, imageSectionModel, imageSectionStylesModel } from './image-section.model';
|
|
3
3
|
import { EventsService } from './../../services/events.service';
|
|
4
|
+
import BaseSection from '../BaseSection';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ImageSectionComponent {
|
|
6
|
+
export declare class ImageSectionComponent extends BaseSection {
|
|
6
7
|
private _eventService;
|
|
7
8
|
data?: imageSectionModel;
|
|
8
9
|
index?: number;
|
|
9
10
|
edit?: boolean;
|
|
11
|
+
delete?: boolean | undefined;
|
|
10
12
|
_mainContainer: ElementRef | null;
|
|
11
13
|
content?: ImageContentModal;
|
|
12
14
|
style?: imageSectionStylesModel;
|
|
13
15
|
constructor(_eventService: EventsService);
|
|
14
16
|
ngOnInit(): void;
|
|
15
|
-
showEditors: boolean;
|
|
16
|
-
showEditTabs(isShow: boolean): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageSectionComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageSectionComponent, "simpo-image-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
+
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
19
|
}
|
|
@@ -3,12 +3,14 @@ import { ServiceContentModal, ServiceSectionModal, ServiceStylesModel } from './
|
|
|
3
3
|
import { EventsService } from '../../services/events.service';
|
|
4
4
|
import { TextPosition } from '../../styles/index';
|
|
5
5
|
import { ButtonModel } from '../../styles/style.model';
|
|
6
|
+
import BaseSection from '../BaseSection';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ServiceSectionComponent {
|
|
8
|
+
export declare class ServiceSectionComponent extends BaseSection {
|
|
8
9
|
private _eventService;
|
|
9
10
|
data?: ServiceSectionModal;
|
|
10
11
|
index?: number;
|
|
11
12
|
edit?: boolean;
|
|
13
|
+
delete?: false;
|
|
12
14
|
_mainContainer: ElementRef | null;
|
|
13
15
|
TextPosition: typeof TextPosition;
|
|
14
16
|
content?: ServiceContentModal;
|
|
@@ -16,8 +18,6 @@ export declare class ServiceSectionComponent {
|
|
|
16
18
|
button?: ButtonModel;
|
|
17
19
|
constructor(_eventService: EventsService);
|
|
18
20
|
ngOnInit(): void;
|
|
19
|
-
showEditors: boolean;
|
|
20
|
-
showEditTabs(isShow: boolean): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ServiceSectionComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ServiceSectionComponent, "simpo-service-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
|
+
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>;
|
|
23
23
|
}
|
|
@@ -2,20 +2,20 @@ import { TeamMemberContentModal, TeamMemberSectionModal, TeamMemberStylesModel }
|
|
|
2
2
|
import { TextPosition } from '../../styles/index';
|
|
3
3
|
import { EventsService } from '../../services/events.service';
|
|
4
4
|
import { ButtonModel } from '../../styles/style.model';
|
|
5
|
+
import BaseSection from '../BaseSection';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TeamMemberSectionComponent {
|
|
7
|
+
export declare class TeamMemberSectionComponent extends BaseSection {
|
|
7
8
|
private _eventService;
|
|
8
9
|
data?: TeamMemberSectionModal;
|
|
9
10
|
index?: number;
|
|
10
11
|
edit?: boolean;
|
|
12
|
+
delete?: false;
|
|
11
13
|
TextPosition: typeof TextPosition;
|
|
12
14
|
content?: TeamMemberContentModal;
|
|
13
15
|
style?: TeamMemberStylesModel;
|
|
14
16
|
button?: ButtonModel;
|
|
15
17
|
constructor(_eventService: EventsService);
|
|
16
18
|
ngOnInit(): void;
|
|
17
|
-
showEditors: boolean;
|
|
18
|
-
showEditTabs(isShow: boolean): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TeamMemberSectionComponent, never>;
|
|
20
|
-
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; }; }, {}, never, never, true, never>;
|
|
20
|
+
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>;
|
|
21
21
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { testimonialContentModel, testimonialSectionModel, testimonialStylesModel } from './testimonial-section.model';
|
|
3
3
|
import { EventsService } from './../../services/events.service';
|
|
4
|
+
import BaseSection from '../BaseSection';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TestimonialSectionComponent {
|
|
6
|
+
export declare class TestimonialSectionComponent extends BaseSection {
|
|
6
7
|
private _eventService;
|
|
7
8
|
data?: testimonialSectionModel;
|
|
8
9
|
index?: number;
|
|
9
10
|
edit?: boolean;
|
|
11
|
+
delete?: false;
|
|
10
12
|
_mainContainer: ElementRef | null;
|
|
11
13
|
content?: testimonialContentModel;
|
|
12
14
|
style?: testimonialStylesModel;
|
|
13
15
|
constructor(_eventService: EventsService);
|
|
14
16
|
ngOnInit(): void;
|
|
15
|
-
showEditors: boolean;
|
|
16
|
-
showEditTabs(isShow: boolean): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<TestimonialSectionComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TestimonialSectionComponent, "simpo-testimonial-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
+
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>;
|
|
19
19
|
}
|
|
@@ -2,18 +2,18 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { BannerStylesModel } from '../../styles/style.model';
|
|
3
3
|
import { TextImageContentModel, TextImageSectionModel } from './text-image-section.model';
|
|
4
4
|
import { EventsService } from '../../services/events.service';
|
|
5
|
+
import BaseSection from '../BaseSection';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TextImageSectionComponent implements OnInit {
|
|
7
|
+
export declare class TextImageSectionComponent extends BaseSection implements OnInit {
|
|
7
8
|
private _eventService;
|
|
8
9
|
data?: TextImageSectionModel;
|
|
9
10
|
index?: number;
|
|
10
11
|
edit?: boolean;
|
|
12
|
+
delete?: boolean | undefined;
|
|
11
13
|
content?: TextImageContentModel;
|
|
12
14
|
styles?: BannerStylesModel;
|
|
13
15
|
constructor(_eventService: EventsService);
|
|
14
16
|
ngOnInit(): void;
|
|
15
|
-
showEditors: boolean;
|
|
16
|
-
showEditTabs(isShow: boolean): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextImageSectionComponent, never>;
|
|
18
|
-
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; }; }, {}, never, never, true, never>;
|
|
18
|
+
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
19
|
}
|
|
@@ -3,20 +3,20 @@ import { TextContentModel, TextSectionModel } from './text-section.model';
|
|
|
3
3
|
import { StylesModel } from '../../styles/style.model';
|
|
4
4
|
import { MatDialog } from '@angular/material/dialog';
|
|
5
5
|
import { EventsService } from './../../services/events.service';
|
|
6
|
+
import BaseSection from '../BaseSection';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TextSectionComponent implements OnInit {
|
|
8
|
+
export declare class TextSectionComponent extends BaseSection implements OnInit {
|
|
8
9
|
private _dialog;
|
|
9
10
|
private _eventService;
|
|
10
11
|
data?: TextSectionModel;
|
|
11
12
|
index?: number;
|
|
12
13
|
edit?: boolean;
|
|
14
|
+
delete?: false;
|
|
13
15
|
_mainContainer: ElementRef | null;
|
|
14
16
|
content: TextContentModel | undefined;
|
|
15
17
|
styles: StylesModel | undefined;
|
|
16
18
|
constructor(_dialog: MatDialog, _eventService: EventsService);
|
|
17
19
|
ngOnInit(): void;
|
|
18
|
-
showEditors: boolean;
|
|
19
|
-
showEditTabs(isShow: boolean): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextSectionComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextSectionComponent, "simpo-text-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
|
+
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
22
|
}
|
|
@@ -2,21 +2,21 @@ import { ElementRef } from '@angular/core';
|
|
|
2
2
|
import { videoSectionContentModel, videoSectionModel, videoSectionStyleModel } from './video-section.model';
|
|
3
3
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
4
4
|
import { EventsService } from './../../services/events.service';
|
|
5
|
+
import BaseSection from '../BaseSection';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class VideoSectionComponent {
|
|
7
|
+
export declare class VideoSectionComponent extends BaseSection {
|
|
7
8
|
dom: DomSanitizer;
|
|
8
9
|
private _eventService;
|
|
9
10
|
constructor(dom: DomSanitizer, _eventService: EventsService);
|
|
10
11
|
data?: videoSectionModel;
|
|
11
12
|
index?: number;
|
|
12
13
|
edit?: boolean;
|
|
14
|
+
delete?: false;
|
|
13
15
|
_mainContainer: ElementRef | null;
|
|
14
16
|
videoLink: string;
|
|
15
17
|
content?: videoSectionContentModel;
|
|
16
18
|
style?: videoSectionStyleModel;
|
|
17
19
|
ngOnInit(): void;
|
|
18
|
-
showEditors: boolean;
|
|
19
|
-
showEditTabs(isShow: boolean): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<VideoSectionComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VideoSectionComponent, "simpo-video-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
|
+
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>;
|
|
22
22
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|