simpo-component-library 1.0.2 → 1.0.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/directive/borderlessImage.directive.mjs +30 -0
- package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
- package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
- package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
- package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +3 -3
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +12 -4
- package/esm2022/lib/sections/blog-list/blog-list.component.mjs +3 -3
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +11 -4
- package/esm2022/lib/sections/faq-section/faq-section.modal.mjs +1 -1
- package/esm2022/lib/sections/features-section/features-section.component.mjs +3 -3
- package/esm2022/lib/sections/footer-section/footer-section.component.mjs +3 -3
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -3
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -3
- package/esm2022/lib/sections/image-section/image-section.component.mjs +3 -3
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
- package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +3 -3
- package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -3
- package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -3
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +7 -4
- package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -3
- package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +80 -0
- package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.model.mjs +2 -0
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -3
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +3 -3
- package/esm2022/lib/sections/view-blog/view-blog.component.mjs +3 -3
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/simpo-component-library.mjs +139 -46
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/directive/borderlessImage.directive.d.ts +12 -0
- package/lib/sections/banner-section/banner-section.component.d.ts +3 -1
- package/lib/sections/faq-section/faq-section.component.d.ts +2 -0
- package/lib/sections/faq-section/faq-section.modal.d.ts +10 -1
- package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +19 -0
- package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.model.d.ts +17 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/simpo-component-library-1.0.4.tgz +0 -0
- package/simpo-component-library-1.0.2.tgz +0 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ElementRef, OnChanges } from '@angular/core';
|
|
2
|
+
import { PositionLayoutModal } from '../styles/style.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SimpoBorderlessDirective implements OnChanges {
|
|
5
|
+
private el;
|
|
6
|
+
simpoBorderless?: PositionLayoutModal;
|
|
7
|
+
constructor(el: ElementRef);
|
|
8
|
+
ngOnChanges(): void;
|
|
9
|
+
ngOnDestroy(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SimpoBorderlessDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SimpoBorderlessDirective, "[simpoBorderless]", never, { "simpoBorderless": { "alias": "simpoBorderless"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { BannerContentModel, BannerSectionModel } from './banner-section.model';
|
|
3
|
-
import { BannerStylesModel, LayOutModel } from '../../styles/style.model';
|
|
3
|
+
import { BannerStylesModel, LayOutModel, PositionLayoutModal } from '../../styles/style.model';
|
|
4
4
|
import { EventsService } from './../../services/events.service';
|
|
5
5
|
import BaseSection from '../BaseSection';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -17,6 +17,8 @@ export declare class BannerSectionComponent extends BaseSection implements OnIni
|
|
|
17
17
|
get stylesLayout(): LayOutModel;
|
|
18
18
|
get getJustifyContent(): string;
|
|
19
19
|
get canMergeNavbar(): boolean | undefined;
|
|
20
|
+
get isBorderlessImage(): boolean | undefined;
|
|
21
|
+
get getPositionLayout(): PositionLayoutModal;
|
|
20
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerSectionComponent, never>;
|
|
21
23
|
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>;
|
|
22
24
|
}
|
|
@@ -2,6 +2,7 @@ import { FAQContentModal, FAQSectionModal, FAQStylesModel } from './faq-section.
|
|
|
2
2
|
import { EventsService } from './../../services/events.service';
|
|
3
3
|
import BaseSection from '../BaseSection';
|
|
4
4
|
import { SPACING } from '../../styles/index';
|
|
5
|
+
import { LayOutModel } from '../../styles/style.model';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class FaqSectionComponent extends BaseSection {
|
|
7
8
|
private _eventService;
|
|
@@ -14,6 +15,7 @@ export declare class FaqSectionComponent extends BaseSection {
|
|
|
14
15
|
constructor(_eventService: EventsService);
|
|
15
16
|
ngOnInit(): void;
|
|
16
17
|
get headingSpace(): SPACING;
|
|
18
|
+
get stylesLayout(): LayOutModel;
|
|
17
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<FaqSectionComponent, never>;
|
|
18
20
|
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>;
|
|
19
21
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ButtonStyleModel, InputTextModel, ListItemModal, StylesModel } from './../../styles/style.model';
|
|
1
|
+
import { ButtonStyleModel, InputTextModel, ListItemModal, StylesModel, Image, PositionLayoutModal, ImageStyle } from './../../styles/style.model';
|
|
2
|
+
import { Corners, AlignContent } from "./../../styles/index";
|
|
2
3
|
export interface FAQSectionModal {
|
|
3
4
|
id: string;
|
|
4
5
|
sectionType: string;
|
|
@@ -8,10 +9,18 @@ export interface FAQSectionModal {
|
|
|
8
9
|
}
|
|
9
10
|
export interface FAQContentModal {
|
|
10
11
|
inputText: [InputTextModel];
|
|
12
|
+
image: ImageModel;
|
|
11
13
|
listItem: ListItemModal<FAQItemModal>;
|
|
12
14
|
}
|
|
15
|
+
export interface ImageModel extends Image {
|
|
16
|
+
showImage: boolean;
|
|
17
|
+
}
|
|
13
18
|
export interface FAQStylesModel extends StylesModel {
|
|
14
19
|
button: ButtonStyleModel;
|
|
20
|
+
corners: Corners;
|
|
21
|
+
positionLayout: PositionLayoutModal;
|
|
22
|
+
image: ImageStyle;
|
|
23
|
+
contentAlignment: AlignContent;
|
|
15
24
|
}
|
|
16
25
|
export interface FAQItemModal {
|
|
17
26
|
inputText: InputTextModel[];
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TextPosition } from '../../styles/index';
|
|
2
|
+
import { EventsService } from '../../services/events.service';
|
|
3
|
+
import BaseSection from '../BaseSection';
|
|
4
|
+
import { TestimonialFullwidthContentModel, TestimonialFullwidthSectionModel, TestimonialFullwidthStylesModel } from './testimonial-fullwidth.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class TestimonialFullwidthComponent extends BaseSection {
|
|
7
|
+
private _eventService;
|
|
8
|
+
data?: TestimonialFullwidthSectionModel;
|
|
9
|
+
index?: number;
|
|
10
|
+
edit?: boolean;
|
|
11
|
+
delete?: boolean;
|
|
12
|
+
TextPosition: typeof TextPosition;
|
|
13
|
+
content?: TestimonialFullwidthContentModel;
|
|
14
|
+
style?: TestimonialFullwidthStylesModel;
|
|
15
|
+
constructor(_eventService: EventsService);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TestimonialFullwidthComponent, never>;
|
|
18
|
+
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
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { CardStyles, Image, InputTextModel, ListItemModal, StylesModel } from './../../styles/style.model';
|
|
2
|
+
export interface TestimonialFullwidthSectionModel {
|
|
3
|
+
id: string;
|
|
4
|
+
sectionType: string;
|
|
5
|
+
sectionName: string;
|
|
6
|
+
content: TestimonialFullwidthContentModel;
|
|
7
|
+
styles: TestimonialFullwidthStylesModel;
|
|
8
|
+
}
|
|
9
|
+
export interface TestimonialFullwidthContentModel {
|
|
10
|
+
listItem: ListItemModal<TestimonialItemModel>;
|
|
11
|
+
}
|
|
12
|
+
export interface TestimonialFullwidthStylesModel extends StylesModel, CardStyles {
|
|
13
|
+
}
|
|
14
|
+
export interface TestimonialItemModel {
|
|
15
|
+
image: Image;
|
|
16
|
+
inputText: InputTextModel[];
|
|
17
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export * from './lib/sections/view-blog/view-blog.component';
|
|
|
25
25
|
export * from './lib/sections/process-section/process-section.component';
|
|
26
26
|
export * from './lib/sections/process-modern/process-modern.component';
|
|
27
27
|
export * from './lib/sections/features-section/features-section.component';
|
|
28
|
+
export * from './lib/sections/testimonial-fullwidth/testimonial-fullwidth.component';
|
|
28
29
|
export * from './lib/services/events.service';
|
|
29
30
|
export * from './lib/directive/animation-directive';
|
|
30
31
|
export * from './lib/directive/background-directive';
|
|
Binary file
|
|
Binary file
|