@jooler/jooler-websites-shared 0.0.155 → 0.0.156
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/esm2020/lib/jooler-websites-shared.module.mjs +2 -62
- package/esm2020/public-api.mjs +1 -13
- package/fesm2015/jooler-websites-shared.mjs +25 -337
- package/fesm2015/jooler-websites-shared.mjs.map +1 -1
- package/fesm2020/jooler-websites-shared.mjs +25 -337
- package/fesm2020/jooler-websites-shared.mjs.map +1 -1
- package/lib/jooler-websites-shared.module.d.ts +11 -23
- package/package.json +1 -1
- package/public-api.d.ts +0 -12
- package/esm2020/lib/feature-detail-item-one/feature-detail-item-one.component.mjs +0 -14
- package/esm2020/lib/feature-detail-item-three/feature-detail-item-three.component.mjs +0 -28
- package/esm2020/lib/feature-detail-item-two/feature-detail-item-two.component.mjs +0 -13
- package/esm2020/lib/feature-section-eight/feature-section-eight.component.mjs +0 -17
- package/esm2020/lib/feature-section-five/feature-section-five.component.mjs +0 -24
- package/esm2020/lib/feature-section-four/feature-section-four.component.mjs +0 -31
- package/esm2020/lib/feature-section-nine/feature-section-nine.component.mjs +0 -22
- package/esm2020/lib/feature-section-one/feature-section-one.component.mjs +0 -23
- package/esm2020/lib/feature-section-seven/feature-section-seven.component.mjs +0 -32
- package/esm2020/lib/feature-section-six/feature-section-six.component.mjs +0 -77
- package/esm2020/lib/feature-section-three/feature-section-three.component.mjs +0 -16
- package/esm2020/lib/feature-section-two/feature-section-two.component.mjs +0 -21
- package/lib/feature-detail-item-one/feature-detail-item-one.component.d.ts +0 -6
- package/lib/feature-detail-item-three/feature-detail-item-three.component.d.ts +0 -11
- package/lib/feature-detail-item-two/feature-detail-item-two.component.d.ts +0 -6
- package/lib/feature-section-eight/feature-section-eight.component.d.ts +0 -6
- package/lib/feature-section-five/feature-section-five.component.d.ts +0 -10
- package/lib/feature-section-four/feature-section-four.component.d.ts +0 -10
- package/lib/feature-section-nine/feature-section-nine.component.d.ts +0 -9
- package/lib/feature-section-one/feature-section-one.component.d.ts +0 -8
- package/lib/feature-section-seven/feature-section-seven.component.d.ts +0 -11
- package/lib/feature-section-six/feature-section-six.component.d.ts +0 -19
- package/lib/feature-section-three/feature-section-three.component.d.ts +0 -6
- package/lib/feature-section-two/feature-section-two.component.d.ts +0 -9
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "@angular/material/tabs";
|
|
5
|
-
import * as i3 from "../page-section-style-three/page-section-style-three.component";
|
|
6
|
-
export class FeatureSectionThreeComponent {
|
|
7
|
-
}
|
|
8
|
-
FeatureSectionThreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: FeatureSectionThreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
FeatureSectionThreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: FeatureSectionThreeComponent, selector: "feature-section-three", inputs: { sectionContent: "sectionContent" }, ngImport: i0, template: "<section class=\"section\">\n <mat-tab-group>\n <mat-tab [label]=\"tab.tabLabel\" *ngFor=\"let tab of sectionContent\">\n <div class=\"section-content\">\n <page-section-style-three [sectionContent]=\"tab.tabContent\" *ngFor=\"let part of tab.tabContent\"></page-section-style-three>\n </div>\n </mat-tab>\n </mat-tab-group>\n</section>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-family:sans-serif;font-size:1.6rem}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.section{width:90%;margin:auto}@media only screen and (min-width: 1500px){.section{width:150rem}}.section mat-tab-group{padding:3rem 0}.section .section-content{padding:3rem 0rem}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i2.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "disableRipple"], exportAs: ["matTabGroup"] }, { kind: "component", type: i2.MatTab, selector: "mat-tab", inputs: ["disabled", "label", "aria-label", "aria-labelledby", "labelClass", "bodyClass"], exportAs: ["matTab"] }, { kind: "component", type: i3.PageSectionStyleThreeComponent, selector: "page-section-style-three", inputs: ["sectionContent"] }] });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: FeatureSectionThreeComponent, decorators: [{
|
|
11
|
-
type: Component,
|
|
12
|
-
args: [{ selector: 'feature-section-three', template: "<section class=\"section\">\n <mat-tab-group>\n <mat-tab [label]=\"tab.tabLabel\" *ngFor=\"let tab of sectionContent\">\n <div class=\"section-content\">\n <page-section-style-three [sectionContent]=\"tab.tabContent\" *ngFor=\"let part of tab.tabContent\"></page-section-style-three>\n </div>\n </mat-tab>\n </mat-tab-group>\n</section>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-family:sans-serif;font-size:1.6rem}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.section{width:90%;margin:auto}@media only screen and (min-width: 1500px){.section{width:150rem}}.section mat-tab-group{padding:3rem 0}.section .section-content{padding:3rem 0rem}\n"] }]
|
|
13
|
-
}], propDecorators: { sectionContent: [{
|
|
14
|
-
type: Input
|
|
15
|
-
}] } });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVhdHVyZS1zZWN0aW9uLXRocmVlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2pvb2xlci13ZWJzaXRlcy1zaGFyZWQvc3JjL2xpYi9mZWF0dXJlLXNlY3Rpb24tdGhyZWUvZmVhdHVyZS1zZWN0aW9uLXRocmVlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2pvb2xlci13ZWJzaXRlcy1zaGFyZWQvc3JjL2xpYi9mZWF0dXJlLXNlY3Rpb24tdGhyZWUvZmVhdHVyZS1zZWN0aW9uLXRocmVlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztBQU9qRCxNQUFNLE9BQU8sNEJBQTRCOzt5SEFBNUIsNEJBQTRCOzZHQUE1Qiw0QkFBNEIsMkdDUHpDLDJZQVFVOzJGRERHLDRCQUE0QjtrQkFMeEMsU0FBUzsrQkFDRSx1QkFBdUI7OEJBS3hCLGNBQWM7c0JBQXRCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2ZlYXR1cmUtc2VjdGlvbi10aHJlZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9mZWF0dXJlLXNlY3Rpb24tdGhyZWUuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsgJy4vZmVhdHVyZS1zZWN0aW9uLXRocmVlLmNvbXBvbmVudC5zY3NzJyBdXG59KVxuZXhwb3J0IGNsYXNzIEZlYXR1cmVTZWN0aW9uVGhyZWVDb21wb25lbnQge1xuICBASW5wdXQoKSBzZWN0aW9uQ29udGVudDogYW55W107XG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cInNlY3Rpb25cIj5cbiAgICA8bWF0LXRhYi1ncm91cD5cbiAgICAgICAgPG1hdC10YWIgW2xhYmVsXT1cInRhYi50YWJMYWJlbFwiICpuZ0Zvcj1cImxldCB0YWIgb2Ygc2VjdGlvbkNvbnRlbnRcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzZWN0aW9uLWNvbnRlbnRcIj5cbiAgICAgICAgICAgICAgICA8cGFnZS1zZWN0aW9uLXN0eWxlLXRocmVlIFtzZWN0aW9uQ29udGVudF09XCJ0YWIudGFiQ29udGVudFwiICpuZ0Zvcj1cImxldCBwYXJ0IG9mIHRhYi50YWJDb250ZW50XCI+PC9wYWdlLXNlY3Rpb24tc3R5bGUtdGhyZWU+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9tYXQtdGFiPlxuICAgIDwvbWF0LXRhYi1ncm91cD5cbjwvc2VjdGlvbj4iXX0=
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "../section-title/section-title.component";
|
|
5
|
-
import * as i3 from "../vertical-side-tabs/vertical-side-tabs.component";
|
|
6
|
-
export class FeatureSectionTwoComponent {
|
|
7
|
-
constructor() {
|
|
8
|
-
}
|
|
9
|
-
tabChanged(tabContent) {
|
|
10
|
-
this.tabContent = tabContent;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
FeatureSectionTwoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: FeatureSectionTwoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
FeatureSectionTwoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: FeatureSectionTwoComponent, selector: "feature-section-two", inputs: { sectionContent: "sectionContent" }, ngImport: i0, template: "<section class=\"section\">\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\"></section-title>\n <div class=\"section-content\">\n <div class=\"tabs-side\">\n <vertical-side-tabs [tabs]=\"sectionContent.tabs\" (tabChanged)=\"tabChanged($event)\"></vertical-side-tabs>\n </div>\n <div class=\"content-side\">\n <img [src]=\"tabContent.image\" *ngIf=\"tabContent.image\">\n <section-title [sectionTitle]=\"tabContent.sectionTitle\"></section-title>\n </div>\n </div>\n</section>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-family:sans-serif;font-size:1.6rem}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.section{padding:4rem 0;margin:auto;width:90%;display:flex;flex-direction:column;row-gap:2rem}@media only screen and (min-width: 1500px){.section{width:150rem}}.section .tip-title{text-align:center;color:#155ed4;font-weight:800;font-size:1.8rem}.section .section-content{display:flex;flex-direction:row;column-gap:3%}.section .section-content .tabs-side{width:25%}.section .section-content .content-side{width:72%;display:flex;flex-direction:column;row-gap:3rem}.section .section-content .content-side img{width:100%;max-height:40rem;border-radius:1.5rem;object-fit:cover;box-shadow:1rem 1.8rem 4.8rem -1.9rem #000000bf}@media only screen and (max-width: 56.25em){.section .section-content{flex-direction:column;row-gap:3rem}.section .section-content .content-side{width:100%}.section .section-content .tabs-side{width:100%;margin:auto}}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.SectionTitleComponent, selector: "section-title", inputs: ["sectionTitle"] }, { kind: "component", type: i3.VerticalSideTabsComponent, selector: "vertical-side-tabs", inputs: ["tabs", "selectedOption", "items"], outputs: ["tabChanged"] }] });
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: FeatureSectionTwoComponent, decorators: [{
|
|
16
|
-
type: Component,
|
|
17
|
-
args: [{ selector: 'feature-section-two', template: "<section class=\"section\">\n <section-title [sectionTitle]=\"sectionContent.sectionTitle\"></section-title>\n <div class=\"section-content\">\n <div class=\"tabs-side\">\n <vertical-side-tabs [tabs]=\"sectionContent.tabs\" (tabChanged)=\"tabChanged($event)\"></vertical-side-tabs>\n </div>\n <div class=\"content-side\">\n <img [src]=\"tabContent.image\" *ngIf=\"tabContent.image\">\n <section-title [sectionTitle]=\"tabContent.sectionTitle\"></section-title>\n </div>\n </div>\n</section>", styles: ["html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width: 112.5em){html{font-size:56.25%}}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}app-root{font-family:sans-serif;font-size:1.6rem}input{font-size:1.2rem;padding:.5rem}input:focus{outline:none}.section{padding:4rem 0;margin:auto;width:90%;display:flex;flex-direction:column;row-gap:2rem}@media only screen and (min-width: 1500px){.section{width:150rem}}.section .tip-title{text-align:center;color:#155ed4;font-weight:800;font-size:1.8rem}.section .section-content{display:flex;flex-direction:row;column-gap:3%}.section .section-content .tabs-side{width:25%}.section .section-content .content-side{width:72%;display:flex;flex-direction:column;row-gap:3rem}.section .section-content .content-side img{width:100%;max-height:40rem;border-radius:1.5rem;object-fit:cover;box-shadow:1rem 1.8rem 4.8rem -1.9rem #000000bf}@media only screen and (max-width: 56.25em){.section .section-content{flex-direction:column;row-gap:3rem}.section .section-content .content-side{width:100%}.section .section-content .tabs-side{width:100%;margin:auto}}\n"] }]
|
|
18
|
-
}], ctorParameters: function () { return []; }, propDecorators: { sectionContent: [{
|
|
19
|
-
type: Input
|
|
20
|
-
}] } });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVhdHVyZS1zZWN0aW9uLXR3by5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9qb29sZXItd2Vic2l0ZXMtc2hhcmVkL3NyYy9saWIvZmVhdHVyZS1zZWN0aW9uLXR3by9mZWF0dXJlLXNlY3Rpb24tdHdvLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2pvb2xlci13ZWJzaXRlcy1zaGFyZWQvc3JjL2xpYi9mZWF0dXJlLXNlY3Rpb24tdHdvL2ZlYXR1cmUtc2VjdGlvbi10d28uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7O0FBUWpELE1BQU0sT0FBTywwQkFBMEI7SUFHckM7SUFDQSxDQUFDO0lBRUQsVUFBVSxDQUFDLFVBQVU7UUFDbkIsSUFBSSxDQUFDLFVBQVUsR0FBRyxVQUFVLENBQUM7SUFDL0IsQ0FBQzs7dUhBUlUsMEJBQTBCOzJHQUExQiwwQkFBMEIseUdDUnZDLGtqQkFXVTsyRkRIRywwQkFBMEI7a0JBTnRDLFNBQVM7K0JBQ0UscUJBQXFCOzBFQU10QixjQUFjO3NCQUF0QixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdmZWF0dXJlLXNlY3Rpb24tdHdvJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ZlYXR1cmUtc2VjdGlvbi10d28uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsgJy4vZmVhdHVyZS1zZWN0aW9uLXR3by5jb21wb25lbnQuc2NzcycgXVxufSlcblxuZXhwb3J0IGNsYXNzIEZlYXR1cmVTZWN0aW9uVHdvQ29tcG9uZW50IHtcbiAgQElucHV0KCkgc2VjdGlvbkNvbnRlbnQ6IGFueTtcbiAgdGFiQ29udGVudDogYW55O1xuICBjb25zdHJ1Y3RvcigpIHtcbiAgfVxuXG4gIHRhYkNoYW5nZWQodGFiQ29udGVudCkge1xuICAgIHRoaXMudGFiQ29udGVudCA9IHRhYkNvbnRlbnQ7XG4gIH1cbn1cbiIsIjxzZWN0aW9uIGNsYXNzPVwic2VjdGlvblwiPlxuICAgIDxzZWN0aW9uLXRpdGxlIFtzZWN0aW9uVGl0bGVdPVwic2VjdGlvbkNvbnRlbnQuc2VjdGlvblRpdGxlXCI+PC9zZWN0aW9uLXRpdGxlPlxuICAgIDxkaXYgY2xhc3M9XCJzZWN0aW9uLWNvbnRlbnRcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInRhYnMtc2lkZVwiPlxuICAgICAgICAgICAgPHZlcnRpY2FsLXNpZGUtdGFicyBbdGFic109XCJzZWN0aW9uQ29udGVudC50YWJzXCIgKHRhYkNoYW5nZWQpPVwidGFiQ2hhbmdlZCgkZXZlbnQpXCI+PC92ZXJ0aWNhbC1zaWRlLXRhYnM+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGVudC1zaWRlXCI+XG4gICAgICAgICAgICA8aW1nIFtzcmNdPVwidGFiQ29udGVudC5pbWFnZVwiICpuZ0lmPVwidGFiQ29udGVudC5pbWFnZVwiPlxuICAgICAgICAgICAgPHNlY3Rpb24tdGl0bGUgW3NlY3Rpb25UaXRsZV09XCJ0YWJDb250ZW50LnNlY3Rpb25UaXRsZVwiPjwvc2VjdGlvbi10aXRsZT5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L3NlY3Rpb24+Il19
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FeatureDetailItemOneComponent {
|
|
3
|
-
itemContent: any;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailItemOneComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureDetailItemOneComponent, "feature-detail-item-one", never, { "itemContent": "itemContent"; }, {}, never, never, false>;
|
|
6
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FeatureDetailItemThreeComponent {
|
|
4
|
-
itemContent: any;
|
|
5
|
-
oneParagraph: boolean;
|
|
6
|
-
paragraphWithCard: boolean;
|
|
7
|
-
selectedImage: EventEmitter<string>;
|
|
8
|
-
onChangeImage(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailItemThreeComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureDetailItemThreeComponent, "feature-detail-item-three", never, { "itemContent": "itemContent"; "oneParagraph": "oneParagraph"; "paragraphWithCard": "paragraphWithCard"; }, { "selectedImage": "selectedImage"; }, never, never, false>;
|
|
11
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FeatureDetailItemTwoComponent {
|
|
3
|
-
itemContent: any;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailItemTwoComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureDetailItemTwoComponent, "feature-detail-item-two", never, { "itemContent": "itemContent"; }, {}, never, never, false>;
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FeatureSectionEightComponent {
|
|
3
|
-
sectionContent: any;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureSectionEightComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureSectionEightComponent, "feature-section-eight", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
6
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Router } from '@angular/router';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FeatureSectionFiveComponent {
|
|
4
|
-
private _router;
|
|
5
|
-
sectionContent: any;
|
|
6
|
-
constructor(_router: Router);
|
|
7
|
-
onClickLink(route: any): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureSectionFiveComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureSectionFiveComponent, "feature-section-five", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FeatureSectionFourComponent implements OnInit {
|
|
4
|
-
sectionContent: any;
|
|
5
|
-
title: string;
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
showDescription(index: any): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureSectionFourComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureSectionFourComponent, "feature-section-four", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
10
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FeatureSectionNine } from '../models/feature-section-nine.model';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FeatureSectionNineComponent {
|
|
4
|
-
sectionContent: FeatureSectionNine[];
|
|
5
|
-
selectedIndex: number;
|
|
6
|
-
onIndexChanged($event: any): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureSectionNineComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureSectionNineComponent, "feature-section-nine", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FeatureSectionOneComponent {
|
|
4
|
-
sectionContent: any;
|
|
5
|
-
constructor(breakpointObserver: BreakpointObserver);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureSectionOneComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureSectionOneComponent, "feature-section-one", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
8
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FeatureSectionSevenComponent implements OnInit {
|
|
4
|
-
sectionContent: any;
|
|
5
|
-
selectedImage: any;
|
|
6
|
-
constructor();
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
onChangeImage($event: any): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureSectionSevenComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureSectionSevenComponent, "feature-section-seven", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
11
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
2
|
-
import { OnInit } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FeatureSectionSixComponent implements OnInit {
|
|
5
|
-
private breakpointObserver;
|
|
6
|
-
sectionContent: any;
|
|
7
|
-
translateX: number;
|
|
8
|
-
isFirstPart: boolean;
|
|
9
|
-
isLastPart: boolean;
|
|
10
|
-
currentIndex: number;
|
|
11
|
-
isTabPortrait: boolean;
|
|
12
|
-
constructor(breakpointObserver: BreakpointObserver);
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
onClickNext(): void;
|
|
15
|
-
onClickBack(): void;
|
|
16
|
-
onClickImage(index: any): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureSectionSixComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureSectionSixComponent, "feature-section-six", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
19
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FeatureSectionThreeComponent {
|
|
3
|
-
sectionContent: any[];
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureSectionThreeComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureSectionThreeComponent, "feature-section-three", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
6
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FeatureSectionTwoComponent {
|
|
3
|
-
sectionContent: any;
|
|
4
|
-
tabContent: any;
|
|
5
|
-
constructor();
|
|
6
|
-
tabChanged(tabContent: any): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureSectionTwoComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureSectionTwoComponent, "feature-section-two", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
|
|
9
|
-
}
|