ctt-puro 0.13.0 → 0.13.1
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/puro-info-big/puro-info-big.component.mjs +3 -3
- package/esm2022/lib/components/puro-info-big/puro-info-big.interface.mjs +1 -1
- package/esm2022/lib/components/puro-slider1col/puro-slider1col.component.mjs +3 -3
- package/esm2022/lib/components/puro-slider1col/puro-slider1col.interface.mjs +1 -1
- package/fesm2022/ctt-puro.mjs +4 -4
- package/fesm2022/ctt-puro.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5,11 +5,11 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
import * as i1 from "@angular/common";
|
|
6
6
|
export class PuroInfoBigComponent {
|
|
7
7
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroInfoBigComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroInfoBigComponent, isStandalone: true, selector: "lib-puro-info-big", inputs: { pretitle: "pretitle", title: "title", subtitle: "subtitle", description: "description", ndDescription: "ndDescription", buttons: "buttons", link: "link", img: "img" }, ngImport: i0, template: "<section class=\"moments moments--withBg\">\n <div class=\"moments__container\">\n <span class=\"moments__title\">{{ pretitle }}</span>\n <h2 class=\"moments__heading\" [innerHTML]=\"title\"></h2>\n <div class=\"moments__paragraph\">\n <p>\n {{ subtitle }}\n <span class=\"more-content\">{{ description }}</span>\n </p>\n <p class=\"more-content\">\n {{ ndDescription }}\n </p>\n </div>\n <div class=\"btn__group\">\n @if (buttons) {\n <button class=\"btn btn__secondary--outline btn__moreLess\">\n @for (btn of buttons; track $index) {\n <span\n [ngClass]=\"{\n 'btn__moreLess-.more': $even,\n 'btn__moreLess-less': $odd,\n }\"\n >{{ btn.label }}</span\n >\n }\n </button>\n }\n @if (link) {\n <a\n [href]=\"link.url\"\n class=\"btn btn__secondary--outline\"\n puroLinkType\n [linkType]=\"link.linkType\"\n >\n <span>{{ link.label }}</span>\n </a>\n }\n </div>\n </div>\n</section>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: PuroLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href"], outputs: ["bookClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroInfoBigComponent, isStandalone: true, selector: "lib-puro-info-big", inputs: { pretitle: "pretitle", title: "title", subtitle: "subtitle", description: "description", ndDescription: "ndDescription", buttons: "buttons", link: "link", img: "img" }, ngImport: i0, template: "<section class=\"moments moments--withBg\">\r\n <div class=\"moments__container\">\r\n <span class=\"moments__title\">{{ pretitle }}</span>\r\n <h2 class=\"moments__heading\" [innerHTML]=\"title\"></h2>\r\n <div class=\"moments__paragraph\">\r\n <p>\r\n {{ subtitle }}\r\n <span class=\"more-content\">{{ description }}</span>\r\n </p>\r\n <p class=\"more-content\">\r\n {{ ndDescription }}\r\n </p>\r\n </div>\r\n <div class=\"btn__group\">\r\n @if (buttons) {\r\n <button class=\"btn btn__secondary--outline btn__moreLess\">\r\n @for (btn of buttons; track $index) {\r\n <span\r\n [ngClass]=\"{\r\n 'btn__moreLess-.more': $even,\r\n 'btn__moreLess-less': $odd,\r\n }\"\r\n >{{ btn.label }}</span\r\n >\r\n }\r\n </button>\r\n }\r\n @if (link) {\r\n <a\r\n [href]=\"link.url\"\r\n class=\"btn btn__secondary--outline\"\r\n puroLinkType\r\n [linkType]=\"link.linkType\"\r\n >\r\n <span>{{ link.label }}</span>\r\n </a>\r\n }\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: PuroLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href"], outputs: ["bookClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9
9
|
}
|
|
10
10
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroInfoBigComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
|
-
args: [{ selector: 'lib-puro-info-big', standalone: true, imports: [CommonModule, PuroLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"moments moments--withBg\">\n <div class=\"moments__container\">\n <span class=\"moments__title\">{{ pretitle }}</span>\n <h2 class=\"moments__heading\" [innerHTML]=\"title\"></h2>\n <div class=\"moments__paragraph\">\n <p>\n {{ subtitle }}\n <span class=\"more-content\">{{ description }}</span>\n </p>\n <p class=\"more-content\">\n {{ ndDescription }}\n </p>\n </div>\n <div class=\"btn__group\">\n @if (buttons) {\n <button class=\"btn btn__secondary--outline btn__moreLess\">\n @for (btn of buttons; track $index) {\n <span\n [ngClass]=\"{\n 'btn__moreLess-.more': $even,\n 'btn__moreLess-less': $odd,\n }\"\n >{{ btn.label }}</span\n >\n }\n </button>\n }\n @if (link) {\n <a\n [href]=\"link.url\"\n class=\"btn btn__secondary--outline\"\n puroLinkType\n [linkType]=\"link.linkType\"\n >\n <span>{{ link.label }}</span>\n </a>\n }\n </div>\n </div>\n</section>\n" }]
|
|
12
|
+
args: [{ selector: 'lib-puro-info-big', standalone: true, imports: [CommonModule, PuroLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"moments moments--withBg\">\r\n <div class=\"moments__container\">\r\n <span class=\"moments__title\">{{ pretitle }}</span>\r\n <h2 class=\"moments__heading\" [innerHTML]=\"title\"></h2>\r\n <div class=\"moments__paragraph\">\r\n <p>\r\n {{ subtitle }}\r\n <span class=\"more-content\">{{ description }}</span>\r\n </p>\r\n <p class=\"more-content\">\r\n {{ ndDescription }}\r\n </p>\r\n </div>\r\n <div class=\"btn__group\">\r\n @if (buttons) {\r\n <button class=\"btn btn__secondary--outline btn__moreLess\">\r\n @for (btn of buttons; track $index) {\r\n <span\r\n [ngClass]=\"{\r\n 'btn__moreLess-.more': $even,\r\n 'btn__moreLess-less': $odd,\r\n }\"\r\n >{{ btn.label }}</span\r\n >\r\n }\r\n </button>\r\n }\r\n @if (link) {\r\n <a\r\n [href]=\"link.url\"\r\n class=\"btn btn__secondary--outline\"\r\n puroLinkType\r\n [linkType]=\"link.linkType\"\r\n >\r\n <span>{{ link.label }}</span>\r\n </a>\r\n }\r\n </div>\r\n </div>\r\n</section>\r\n" }]
|
|
13
13
|
}], propDecorators: { pretitle: [{
|
|
14
14
|
type: Input
|
|
15
15
|
}], title: [{
|
|
@@ -27,4 +27,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
27
27
|
}], img: [{
|
|
28
28
|
type: Input
|
|
29
29
|
}] } });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVyby1pbmZvLWJpZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9wdXJvL3NyYy9saWIvY29tcG9uZW50cy9wdXJvLWluZm8tYmlnL3B1cm8taW5mby1iaWcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHVyby9zcmMvbGliL2NvbXBvbmVudHMvcHVyby1pbmZvLWJpZy9wdXJvLWluZm8tYmlnLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7O0FBV3pELE1BQU0sT0FBTyxvQkFBb0I7K0dBQXBCLG9CQUFvQjttR0FBcEIsb0JBQW9CLCtQQ2JqQyx3Z0RBd0NBLHlERGhDYyxZQUFZLDZIQUFFLHFCQUFxQjs7NEZBS3BDLG9CQUFvQjtrQkFSaEMsU0FBUzsrQkFDSSxtQkFBbUIsY0FDakIsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLHFCQUFxQixDQUFDLG1CQUc3Qix1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csYUFBYTtzQkFBckIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLEdBQUc7c0JBQVgsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFB1cm9MaW5rVHlwZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2RpcmVjdGl2ZXMnO1xyXG5pbXBvcnQgeyBQdXJvQnV0dG9uSSwgUHVyb0ltYWdlSSB9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2xpYi1wdXJvLWluZm8tYmlnJyxcclxuICAgIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBQdXJvTGlua1R5cGVEaXJlY3RpdmVdLFxyXG4gICAgdGVtcGxhdGVVcmw6ICcuL3B1cm8taW5mby1iaWcuY29tcG9uZW50Lmh0bWwnLFxyXG4gICAgc3R5bGVVcmw6ICcuL3B1cm8taW5mby1iaWcuY29tcG9uZW50LnNjc3MnLFxyXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBQdXJvSW5mb0JpZ0NvbXBvbmVudCB7XHJcbiAgICBASW5wdXQoKSBwcmV0aXRsZT86IHN0cmluZztcclxuICAgIEBJbnB1dCgpIHRpdGxlPzogc3RyaW5nO1xyXG4gICAgQElucHV0KCkgc3VidGl0bGU/OiBzdHJpbmc7XHJcbiAgICBASW5wdXQoKSBkZXNjcmlwdGlvbj86IHN0cmluZztcclxuICAgIEBJbnB1dCgpIG5kRGVzY3JpcHRpb24/OiBzdHJpbmc7XHJcbiAgICBASW5wdXQoKSBidXR0b25zPzogUHVyb0J1dHRvbklbXTtcclxuICAgIEBJbnB1dCgpIGxpbms/OiBQdXJvQnV0dG9uSTtcclxuICAgIEBJbnB1dCgpIGltZz86IFB1cm9JbWFnZUk7XHJcbn1cclxuIiwiPHNlY3Rpb24gY2xhc3M9XCJtb21lbnRzIG1vbWVudHMtLXdpdGhCZ1wiPlxyXG4gICAgPGRpdiBjbGFzcz1cIm1vbWVudHNfX2NvbnRhaW5lclwiPlxyXG4gICAgICAgIDxzcGFuIGNsYXNzPVwibW9tZW50c19fdGl0bGVcIj57eyBwcmV0aXRsZSB9fTwvc3Bhbj5cclxuICAgICAgICA8aDIgY2xhc3M9XCJtb21lbnRzX19oZWFkaW5nXCIgW2lubmVySFRNTF09XCJ0aXRsZVwiPjwvaDI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm1vbWVudHNfX3BhcmFncmFwaFwiPlxyXG4gICAgICAgICAgICA8cD5cclxuICAgICAgICAgICAgICAgIHt7IHN1YnRpdGxlIH19XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cIm1vcmUtY29udGVudFwiPnt7IGRlc2NyaXB0aW9uIH19PC9zcGFuPlxyXG4gICAgICAgICAgICA8L3A+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwibW9yZS1jb250ZW50XCI+XHJcbiAgICAgICAgICAgICAgICB7eyBuZERlc2NyaXB0aW9uIH19XHJcbiAgICAgICAgICAgIDwvcD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuX19ncm91cFwiPlxyXG4gICAgICAgICAgICBAaWYgKGJ1dHRvbnMpIHtcclxuICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJidG4gYnRuX19zZWNvbmRhcnktLW91dGxpbmUgYnRuX19tb3JlTGVzc1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIEBmb3IgKGJ0biBvZiBidXR0b25zOyB0cmFjayAkaW5kZXgpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIntcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnYnRuX19tb3JlTGVzcy0ubW9yZSc6ICRldmVuLFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICdidG5fX21vcmVMZXNzLWxlc3MnOiAkb2RkLFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+e3sgYnRuLmxhYmVsIH19PC9zcGFuXHJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICBAaWYgKGxpbmspIHtcclxuICAgICAgICAgICAgICAgIDxhXHJcbiAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwibGluay51cmxcIlxyXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9fc2Vjb25kYXJ5LS1vdXRsaW5lXCJcclxuICAgICAgICAgICAgICAgICAgICBwdXJvTGlua1R5cGVcclxuICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwibGluay5saW5rVHlwZVwiXHJcbiAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4+e3sgbGluay5sYWJlbCB9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvc2VjdGlvbj5cclxuIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVyby1pbmZvLWJpZy5pbnRlcmZhY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9wdXJvL3NyYy9saWIvY29tcG9uZW50cy9wdXJvLWluZm8tYmlnL3B1cm8taW5mby1iaWcuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQdXJvQnV0dG9uSSwgUHVyb0ltYWdlSSB9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMnO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBQdXJvSW5mb0JpZ0kge1xyXG4gICAgcHJldGl0bGU/OiBzdHJpbmc7XHJcbiAgICB0aXRsZT86IHN0cmluZztcclxuICAgIHN1YlRpdGxlPzogc3RyaW5nO1xyXG4gICAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XHJcbiAgICBuZERlc2NyaXB0aW9uPzogc3RyaW5nO1xyXG4gICAgYnV0dG9ucz86IFB1cm9CdXR0b25JW107XHJcbiAgICBsaW5rPzogUHVyb0J1dHRvbklbXTtcclxuICAgIGltZz86IFB1cm9JbWFnZUk7XHJcbn1cclxuIl19
|
|
@@ -4,11 +4,11 @@ import { PuroLinkTypeDirective, PuroSliderDirective } from '../../directives';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class PuroSlider1colComponent {
|
|
6
6
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroSlider1colComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroSlider1colComponent, isStandalone: true, selector: "lib-puro-slider1col", inputs: { title: "title", subtitle: "subtitle", button: "button", items: "items" }, ngImport: i0, template: "<section\n class=\"news js-active-slider\"\n data-slides_infinite=\"true\"\n data-slider_name=\"js-news-slider\"\n data-slider_showbtns=\"true\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"false\"\n data-slider_autoplay=\"false\"\n data-slides_pc=\"1\"\n>\n @if (title) {\n <h2 class=\"news__heading\">{{ title }}</h2>\n }\n @if (subtitle) {\n <p class=\"news__subHeading\">{{ subtitle }}</p>\n }\n\n <div class=\"news__inner relative\">\n <div class=\"news__container\">\n <div class=\"js-news-slider news__slider\">\n @if (items) {\n @for (item of items; track $index) {\n <div>\n <a href=\"\" class=\"news__box\">\n <div class=\"news__graphic\">\n @if (item.img) {\n <img\n [src]=\"item.img.src\"\n width=\"391\"\n height=\"552\"\n class=\"news__graphic--img\"\n [alt]=\"item.img.alt\"\n />\n }\n </div>\n <div class=\"news__content\">\n @if (item.description) {\n <p>{{ item.description }}</p>\n }\n </div>\n </a>\n </div>\n }\n }\n </div>\n <div class=\"js-slider-arrows\"></div>\n </div>\n </div>\n\n @if (button) {\n <div class=\"btn__group hideBtn__only--lg\">\n <a\n [href]=\"button.url\"\n class=\"btn btn__primary--outline\"\n puroLinkType\n [linkType]=\"button.linkType\"\n >\n <span>{{ button.label }}</span>\n </a>\n </div>\n }\n</section>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: PuroLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href"], outputs: ["bookClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
7
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroSlider1colComponent, isStandalone: true, selector: "lib-puro-slider1col", inputs: { title: "title", subtitle: "subtitle", button: "button", items: "items" }, ngImport: i0, template: "<section\r\n class=\"news js-active-slider\"\r\n data-slides_infinite=\"true\"\r\n data-slider_name=\"js-news-slider\"\r\n data-slider_showbtns=\"true\"\r\n data-slider_showdots=\"false\"\r\n data-slider_fade=\"false\"\r\n data-slider_autoplay=\"false\"\r\n data-slides_pc=\"1\"\r\n>\r\n @if (title) {\r\n <h2 class=\"news__heading\">{{ title }}</h2>\r\n }\r\n @if (subtitle) {\r\n <p class=\"news__subHeading\">{{ subtitle }}</p>\r\n }\r\n\r\n <div class=\"news__inner relative\">\r\n <div class=\"news__container\">\r\n <div class=\"js-news-slider news__slider\">\r\n @if (items) {\r\n @for (item of items; track $index) {\r\n <div>\r\n <a href=\"\" class=\"news__box\">\r\n <div class=\"news__graphic\">\r\n @if (item.img) {\r\n <img\r\n [src]=\"item.img.src\"\r\n width=\"391\"\r\n height=\"552\"\r\n class=\"news__graphic--img\"\r\n [alt]=\"item.img.alt\"\r\n />\r\n }\r\n </div>\r\n <div class=\"news__content\">\r\n @if (item.description) {\r\n <p>{{ item.description }}</p>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n <div class=\"js-slider-arrows\"></div>\r\n </div>\r\n </div>\r\n\r\n @if (button) {\r\n <div class=\"btn__group hideBtn__only--lg\">\r\n <a\r\n [href]=\"button.url\"\r\n class=\"btn btn__primary--outline\"\r\n puroLinkType\r\n [linkType]=\"button.linkType\"\r\n >\r\n <span>{{ button.label }}</span>\r\n </a>\r\n </div>\r\n }\r\n</section>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: PuroLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href"], outputs: ["bookClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
8
8
|
}
|
|
9
9
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroSlider1colComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
|
-
args: [{ selector: 'lib-puro-slider1col', standalone: true, imports: [CommonModule, PuroSliderDirective, PuroLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\n class=\"news js-active-slider\"\n data-slides_infinite=\"true\"\n data-slider_name=\"js-news-slider\"\n data-slider_showbtns=\"true\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"false\"\n data-slider_autoplay=\"false\"\n data-slides_pc=\"1\"\n>\n @if (title) {\n <h2 class=\"news__heading\">{{ title }}</h2>\n }\n @if (subtitle) {\n <p class=\"news__subHeading\">{{ subtitle }}</p>\n }\n\n <div class=\"news__inner relative\">\n <div class=\"news__container\">\n <div class=\"js-news-slider news__slider\">\n @if (items) {\n @for (item of items; track $index) {\n <div>\n <a href=\"\" class=\"news__box\">\n <div class=\"news__graphic\">\n @if (item.img) {\n <img\n [src]=\"item.img.src\"\n width=\"391\"\n height=\"552\"\n class=\"news__graphic--img\"\n [alt]=\"item.img.alt\"\n />\n }\n </div>\n <div class=\"news__content\">\n @if (item.description) {\n <p>{{ item.description }}</p>\n }\n </div>\n </a>\n </div>\n }\n }\n </div>\n <div class=\"js-slider-arrows\"></div>\n </div>\n </div>\n\n @if (button) {\n <div class=\"btn__group hideBtn__only--lg\">\n <a\n [href]=\"button.url\"\n class=\"btn btn__primary--outline\"\n puroLinkType\n [linkType]=\"button.linkType\"\n >\n <span>{{ button.label }}</span>\n </a>\n </div>\n }\n</section>\n" }]
|
|
11
|
+
args: [{ selector: 'lib-puro-slider1col', standalone: true, imports: [CommonModule, PuroSliderDirective, PuroLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\r\n class=\"news js-active-slider\"\r\n data-slides_infinite=\"true\"\r\n data-slider_name=\"js-news-slider\"\r\n data-slider_showbtns=\"true\"\r\n data-slider_showdots=\"false\"\r\n data-slider_fade=\"false\"\r\n data-slider_autoplay=\"false\"\r\n data-slides_pc=\"1\"\r\n>\r\n @if (title) {\r\n <h2 class=\"news__heading\">{{ title }}</h2>\r\n }\r\n @if (subtitle) {\r\n <p class=\"news__subHeading\">{{ subtitle }}</p>\r\n }\r\n\r\n <div class=\"news__inner relative\">\r\n <div class=\"news__container\">\r\n <div class=\"js-news-slider news__slider\">\r\n @if (items) {\r\n @for (item of items; track $index) {\r\n <div>\r\n <a href=\"\" class=\"news__box\">\r\n <div class=\"news__graphic\">\r\n @if (item.img) {\r\n <img\r\n [src]=\"item.img.src\"\r\n width=\"391\"\r\n height=\"552\"\r\n class=\"news__graphic--img\"\r\n [alt]=\"item.img.alt\"\r\n />\r\n }\r\n </div>\r\n <div class=\"news__content\">\r\n @if (item.description) {\r\n <p>{{ item.description }}</p>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n <div class=\"js-slider-arrows\"></div>\r\n </div>\r\n </div>\r\n\r\n @if (button) {\r\n <div class=\"btn__group hideBtn__only--lg\">\r\n <a\r\n [href]=\"button.url\"\r\n class=\"btn btn__primary--outline\"\r\n puroLinkType\r\n [linkType]=\"button.linkType\"\r\n >\r\n <span>{{ button.label }}</span>\r\n </a>\r\n </div>\r\n }\r\n</section>\r\n" }]
|
|
12
12
|
}], propDecorators: { title: [{
|
|
13
13
|
type: Input
|
|
14
14
|
}], subtitle: [{
|
|
@@ -18,4 +18,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
18
18
|
}], items: [{
|
|
19
19
|
type: Input
|
|
20
20
|
}] } });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVyby1zbGlkZXIxY29sLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3B1cm8vc3JjL2xpYi9jb21wb25lbnRzL3B1cm8tc2xpZGVyMWNvbC9wdXJvLXNsaWRlcjFjb2wuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHVyby9zcmMvbGliL2NvbXBvbmVudHMvcHVyby1zbGlkZXIxY29sL3B1cm8tc2xpZGVyMWNvbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUUsT0FBTyxFQUFFLHFCQUFxQixFQUFFLG1CQUFtQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7O0FBVzlFLE1BQU0sT0FBTyx1QkFBdUI7K0dBQXZCLHVCQUF1QjttR0FBdkIsdUJBQXVCLG1LQ2JwQyxrMUVBOERBLHlERHREYyxZQUFZLCtCQUF1QixxQkFBcUI7OzRGQUt6RCx1QkFBdUI7a0JBUm5DLFNBQVM7K0JBQ0kscUJBQXFCLGNBQ25CLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxtQkFBbUIsRUFBRSxxQkFBcUIsQ0FBQyxtQkFHbEQsdUJBQXVCLENBQUMsTUFBTTs4QkFHdEMsS0FBSztzQkFBYixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFB1cm9MaW5rVHlwZURpcmVjdGl2ZSwgUHVyb1NsaWRlckRpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2RpcmVjdGl2ZXMnO1xyXG5pbXBvcnQgeyBQdXJvQnV0dG9uSSwgUHVyb0ltYWdlSSB9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2xpYi1wdXJvLXNsaWRlcjFjb2wnLFxyXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFB1cm9TbGlkZXJEaXJlY3RpdmUsIFB1cm9MaW5rVHlwZURpcmVjdGl2ZV0sXHJcbiAgICB0ZW1wbGF0ZVVybDogJy4vcHVyby1zbGlkZXIxY29sLmNvbXBvbmVudC5odG1sJyxcclxuICAgIHN0eWxlVXJsOiAnLi9wdXJvLXNsaWRlcjFjb2wuY29tcG9uZW50LnNjc3MnLFxyXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBQdXJvU2xpZGVyMWNvbENvbXBvbmVudCB7XHJcbiAgICBASW5wdXQoKSB0aXRsZT86IHN0cmluZztcclxuICAgIEBJbnB1dCgpIHN1YnRpdGxlPzogc3RyaW5nO1xyXG4gICAgQElucHV0KCkgYnV0dG9uPzogUHVyb0J1dHRvbkk7XHJcbiAgICBASW5wdXQoKSBpdGVtcz86IFB1cm9TbGlkZXIxY29sSXRlbVtdO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFB1cm9TbGlkZXIxY29sSXRlbSB7XHJcbiAgICBpbWc/OiBQdXJvSW1hZ2VJO1xyXG4gICAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XHJcbn1cclxuIiwiPHNlY3Rpb25cclxuICAgIGNsYXNzPVwibmV3cyBqcy1hY3RpdmUtc2xpZGVyXCJcclxuICAgIGRhdGEtc2xpZGVzX2luZmluaXRlPVwidHJ1ZVwiXHJcbiAgICBkYXRhLXNsaWRlcl9uYW1lPVwianMtbmV3cy1zbGlkZXJcIlxyXG4gICAgZGF0YS1zbGlkZXJfc2hvd2J0bnM9XCJ0cnVlXCJcclxuICAgIGRhdGEtc2xpZGVyX3Nob3dkb3RzPVwiZmFsc2VcIlxyXG4gICAgZGF0YS1zbGlkZXJfZmFkZT1cImZhbHNlXCJcclxuICAgIGRhdGEtc2xpZGVyX2F1dG9wbGF5PVwiZmFsc2VcIlxyXG4gICAgZGF0YS1zbGlkZXNfcGM9XCIxXCJcclxuPlxyXG4gICAgQGlmICh0aXRsZSkge1xyXG4gICAgICAgIDxoMiBjbGFzcz1cIm5ld3NfX2hlYWRpbmdcIj57eyB0aXRsZSB9fTwvaDI+XHJcbiAgICB9XHJcbiAgICBAaWYgKHN1YnRpdGxlKSB7XHJcbiAgICAgICAgPHAgY2xhc3M9XCJuZXdzX19zdWJIZWFkaW5nXCI+e3sgc3VidGl0bGUgfX08L3A+XHJcbiAgICB9XHJcblxyXG4gICAgPGRpdiBjbGFzcz1cIm5ld3NfX2lubmVyIHJlbGF0aXZlXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm5ld3NfX2NvbnRhaW5lclwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwianMtbmV3cy1zbGlkZXIgbmV3c19fc2xpZGVyXCI+XHJcbiAgICAgICAgICAgICAgICBAaWYgKGl0ZW1zKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgQGZvciAoaXRlbSBvZiBpdGVtczsgdHJhY2sgJGluZGV4KSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiXCIgY2xhc3M9XCJuZXdzX19ib3hcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmV3c19fZ3JhcGhpY1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGl0ZW0uaW1nKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJpdGVtLmltZy5zcmNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHdpZHRoPVwiMzkxXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBoZWlnaHQ9XCI1NTJcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibmV3c19fZ3JhcGhpYy0taW1nXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYWx0XT1cIml0ZW0uaW1nLmFsdFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5ld3NfX2NvbnRlbnRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChpdGVtLmRlc2NyaXB0aW9uKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cD57eyBpdGVtLmRlc2NyaXB0aW9uIH19PC9wPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJqcy1zbGlkZXItYXJyb3dzXCI+PC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuXHJcbiAgICBAaWYgKGJ1dHRvbikge1xyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJidG5fX2dyb3VwIGhpZGVCdG5fX29ubHktLWxnXCI+XHJcbiAgICAgICAgICAgIDxhXHJcbiAgICAgICAgICAgICAgICBbaHJlZl09XCJidXR0b24udXJsXCJcclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9fcHJpbWFyeS0tb3V0bGluZVwiXHJcbiAgICAgICAgICAgICAgICBwdXJvTGlua1R5cGVcclxuICAgICAgICAgICAgICAgIFtsaW5rVHlwZV09XCJidXR0b24ubGlua1R5cGVcIlxyXG4gICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICA8c3Bhbj57eyBidXR0b24ubGFiZWwgfX08L3NwYW4+XHJcbiAgICAgICAgICAgIDwvYT5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIH1cclxuPC9zZWN0aW9uPlxyXG4iXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVyby1zbGlkZXIxY29sLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3B1cm8vc3JjL2xpYi9jb21wb25lbnRzL3B1cm8tc2xpZGVyMWNvbC9wdXJvLXNsaWRlcjFjb2wuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQdXJvQnV0dG9uSSB9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMnO1xyXG5pbXBvcnQgeyBQdXJvU2xpZGVyMWNvbEl0ZW0gfSBmcm9tICcuL3B1cm8tc2xpZGVyMWNvbC5jb21wb25lbnQnO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBQdXJvU2xpZGVyMWNvbEkge1xyXG4gICAgdGl0bGU/OiBzdHJpbmc7XHJcbiAgICBzdWJ0aXRsZT86IHN0cmluZztcclxuICAgIGJ1dHRvbj86IFB1cm9CdXR0b25JO1xyXG4gICAgaXRlbXM/OiBQdXJvU2xpZGVyMWNvbEl0ZW1bXTtcclxufVxyXG4iXX0=
|
package/fesm2022/ctt-puro.mjs
CHANGED
|
@@ -1253,11 +1253,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1253
1253
|
|
|
1254
1254
|
class PuroInfoBigComponent {
|
|
1255
1255
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroInfoBigComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1256
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroInfoBigComponent, isStandalone: true, selector: "lib-puro-info-big", inputs: { pretitle: "pretitle", title: "title", subtitle: "subtitle", description: "description", ndDescription: "ndDescription", buttons: "buttons", link: "link", img: "img" }, ngImport: i0, template: "<section class=\"moments moments--withBg\">\n <div class=\"moments__container\">\n <span class=\"moments__title\">{{ pretitle }}</span>\n <h2 class=\"moments__heading\" [innerHTML]=\"title\"></h2>\n <div class=\"moments__paragraph\">\n <p>\n {{ subtitle }}\n <span class=\"more-content\">{{ description }}</span>\n </p>\n <p class=\"more-content\">\n {{ ndDescription }}\n </p>\n </div>\n <div class=\"btn__group\">\n @if (buttons) {\n <button class=\"btn btn__secondary--outline btn__moreLess\">\n @for (btn of buttons; track $index) {\n <span\n [ngClass]=\"{\n 'btn__moreLess-.more': $even,\n 'btn__moreLess-less': $odd,\n }\"\n >{{ btn.label }}</span\n >\n }\n </button>\n }\n @if (link) {\n <a\n [href]=\"link.url\"\n class=\"btn btn__secondary--outline\"\n puroLinkType\n [linkType]=\"link.linkType\"\n >\n <span>{{ link.label }}</span>\n </a>\n }\n </div>\n </div>\n</section>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: PuroLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href"], outputs: ["bookClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1256
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroInfoBigComponent, isStandalone: true, selector: "lib-puro-info-big", inputs: { pretitle: "pretitle", title: "title", subtitle: "subtitle", description: "description", ndDescription: "ndDescription", buttons: "buttons", link: "link", img: "img" }, ngImport: i0, template: "<section class=\"moments moments--withBg\">\r\n <div class=\"moments__container\">\r\n <span class=\"moments__title\">{{ pretitle }}</span>\r\n <h2 class=\"moments__heading\" [innerHTML]=\"title\"></h2>\r\n <div class=\"moments__paragraph\">\r\n <p>\r\n {{ subtitle }}\r\n <span class=\"more-content\">{{ description }}</span>\r\n </p>\r\n <p class=\"more-content\">\r\n {{ ndDescription }}\r\n </p>\r\n </div>\r\n <div class=\"btn__group\">\r\n @if (buttons) {\r\n <button class=\"btn btn__secondary--outline btn__moreLess\">\r\n @for (btn of buttons; track $index) {\r\n <span\r\n [ngClass]=\"{\r\n 'btn__moreLess-.more': $even,\r\n 'btn__moreLess-less': $odd,\r\n }\"\r\n >{{ btn.label }}</span\r\n >\r\n }\r\n </button>\r\n }\r\n @if (link) {\r\n <a\r\n [href]=\"link.url\"\r\n class=\"btn btn__secondary--outline\"\r\n puroLinkType\r\n [linkType]=\"link.linkType\"\r\n >\r\n <span>{{ link.label }}</span>\r\n </a>\r\n }\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: PuroLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href"], outputs: ["bookClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1257
1257
|
}
|
|
1258
1258
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroInfoBigComponent, decorators: [{
|
|
1259
1259
|
type: Component,
|
|
1260
|
-
args: [{ selector: 'lib-puro-info-big', standalone: true, imports: [CommonModule, PuroLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"moments moments--withBg\">\n <div class=\"moments__container\">\n <span class=\"moments__title\">{{ pretitle }}</span>\n <h2 class=\"moments__heading\" [innerHTML]=\"title\"></h2>\n <div class=\"moments__paragraph\">\n <p>\n {{ subtitle }}\n <span class=\"more-content\">{{ description }}</span>\n </p>\n <p class=\"more-content\">\n {{ ndDescription }}\n </p>\n </div>\n <div class=\"btn__group\">\n @if (buttons) {\n <button class=\"btn btn__secondary--outline btn__moreLess\">\n @for (btn of buttons; track $index) {\n <span\n [ngClass]=\"{\n 'btn__moreLess-.more': $even,\n 'btn__moreLess-less': $odd,\n }\"\n >{{ btn.label }}</span\n >\n }\n </button>\n }\n @if (link) {\n <a\n [href]=\"link.url\"\n class=\"btn btn__secondary--outline\"\n puroLinkType\n [linkType]=\"link.linkType\"\n >\n <span>{{ link.label }}</span>\n </a>\n }\n </div>\n </div>\n</section>\n" }]
|
|
1260
|
+
args: [{ selector: 'lib-puro-info-big', standalone: true, imports: [CommonModule, PuroLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"moments moments--withBg\">\r\n <div class=\"moments__container\">\r\n <span class=\"moments__title\">{{ pretitle }}</span>\r\n <h2 class=\"moments__heading\" [innerHTML]=\"title\"></h2>\r\n <div class=\"moments__paragraph\">\r\n <p>\r\n {{ subtitle }}\r\n <span class=\"more-content\">{{ description }}</span>\r\n </p>\r\n <p class=\"more-content\">\r\n {{ ndDescription }}\r\n </p>\r\n </div>\r\n <div class=\"btn__group\">\r\n @if (buttons) {\r\n <button class=\"btn btn__secondary--outline btn__moreLess\">\r\n @for (btn of buttons; track $index) {\r\n <span\r\n [ngClass]=\"{\r\n 'btn__moreLess-.more': $even,\r\n 'btn__moreLess-less': $odd,\r\n }\"\r\n >{{ btn.label }}</span\r\n >\r\n }\r\n </button>\r\n }\r\n @if (link) {\r\n <a\r\n [href]=\"link.url\"\r\n class=\"btn btn__secondary--outline\"\r\n puroLinkType\r\n [linkType]=\"link.linkType\"\r\n >\r\n <span>{{ link.label }}</span>\r\n </a>\r\n }\r\n </div>\r\n </div>\r\n</section>\r\n" }]
|
|
1261
1261
|
}], propDecorators: { pretitle: [{
|
|
1262
1262
|
type: Input
|
|
1263
1263
|
}], title: [{
|
|
@@ -1538,11 +1538,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1538
1538
|
|
|
1539
1539
|
class PuroSlider1colComponent {
|
|
1540
1540
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroSlider1colComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1541
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroSlider1colComponent, isStandalone: true, selector: "lib-puro-slider1col", inputs: { title: "title", subtitle: "subtitle", button: "button", items: "items" }, ngImport: i0, template: "<section\n class=\"news js-active-slider\"\n data-slides_infinite=\"true\"\n data-slider_name=\"js-news-slider\"\n data-slider_showbtns=\"true\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"false\"\n data-slider_autoplay=\"false\"\n data-slides_pc=\"1\"\n>\n @if (title) {\n <h2 class=\"news__heading\">{{ title }}</h2>\n }\n @if (subtitle) {\n <p class=\"news__subHeading\">{{ subtitle }}</p>\n }\n\n <div class=\"news__inner relative\">\n <div class=\"news__container\">\n <div class=\"js-news-slider news__slider\">\n @if (items) {\n @for (item of items; track $index) {\n <div>\n <a href=\"\" class=\"news__box\">\n <div class=\"news__graphic\">\n @if (item.img) {\n <img\n [src]=\"item.img.src\"\n width=\"391\"\n height=\"552\"\n class=\"news__graphic--img\"\n [alt]=\"item.img.alt\"\n />\n }\n </div>\n <div class=\"news__content\">\n @if (item.description) {\n <p>{{ item.description }}</p>\n }\n </div>\n </a>\n </div>\n }\n }\n </div>\n <div class=\"js-slider-arrows\"></div>\n </div>\n </div>\n\n @if (button) {\n <div class=\"btn__group hideBtn__only--lg\">\n <a\n [href]=\"button.url\"\n class=\"btn btn__primary--outline\"\n puroLinkType\n [linkType]=\"button.linkType\"\n >\n <span>{{ button.label }}</span>\n </a>\n </div>\n }\n</section>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: PuroLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href"], outputs: ["bookClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1541
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroSlider1colComponent, isStandalone: true, selector: "lib-puro-slider1col", inputs: { title: "title", subtitle: "subtitle", button: "button", items: "items" }, ngImport: i0, template: "<section\r\n class=\"news js-active-slider\"\r\n data-slides_infinite=\"true\"\r\n data-slider_name=\"js-news-slider\"\r\n data-slider_showbtns=\"true\"\r\n data-slider_showdots=\"false\"\r\n data-slider_fade=\"false\"\r\n data-slider_autoplay=\"false\"\r\n data-slides_pc=\"1\"\r\n>\r\n @if (title) {\r\n <h2 class=\"news__heading\">{{ title }}</h2>\r\n }\r\n @if (subtitle) {\r\n <p class=\"news__subHeading\">{{ subtitle }}</p>\r\n }\r\n\r\n <div class=\"news__inner relative\">\r\n <div class=\"news__container\">\r\n <div class=\"js-news-slider news__slider\">\r\n @if (items) {\r\n @for (item of items; track $index) {\r\n <div>\r\n <a href=\"\" class=\"news__box\">\r\n <div class=\"news__graphic\">\r\n @if (item.img) {\r\n <img\r\n [src]=\"item.img.src\"\r\n width=\"391\"\r\n height=\"552\"\r\n class=\"news__graphic--img\"\r\n [alt]=\"item.img.alt\"\r\n />\r\n }\r\n </div>\r\n <div class=\"news__content\">\r\n @if (item.description) {\r\n <p>{{ item.description }}</p>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n <div class=\"js-slider-arrows\"></div>\r\n </div>\r\n </div>\r\n\r\n @if (button) {\r\n <div class=\"btn__group hideBtn__only--lg\">\r\n <a\r\n [href]=\"button.url\"\r\n class=\"btn btn__primary--outline\"\r\n puroLinkType\r\n [linkType]=\"button.linkType\"\r\n >\r\n <span>{{ button.label }}</span>\r\n </a>\r\n </div>\r\n }\r\n</section>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: PuroLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href"], outputs: ["bookClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1542
1542
|
}
|
|
1543
1543
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroSlider1colComponent, decorators: [{
|
|
1544
1544
|
type: Component,
|
|
1545
|
-
args: [{ selector: 'lib-puro-slider1col', standalone: true, imports: [CommonModule, PuroSliderDirective, PuroLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\n class=\"news js-active-slider\"\n data-slides_infinite=\"true\"\n data-slider_name=\"js-news-slider\"\n data-slider_showbtns=\"true\"\n data-slider_showdots=\"false\"\n data-slider_fade=\"false\"\n data-slider_autoplay=\"false\"\n data-slides_pc=\"1\"\n>\n @if (title) {\n <h2 class=\"news__heading\">{{ title }}</h2>\n }\n @if (subtitle) {\n <p class=\"news__subHeading\">{{ subtitle }}</p>\n }\n\n <div class=\"news__inner relative\">\n <div class=\"news__container\">\n <div class=\"js-news-slider news__slider\">\n @if (items) {\n @for (item of items; track $index) {\n <div>\n <a href=\"\" class=\"news__box\">\n <div class=\"news__graphic\">\n @if (item.img) {\n <img\n [src]=\"item.img.src\"\n width=\"391\"\n height=\"552\"\n class=\"news__graphic--img\"\n [alt]=\"item.img.alt\"\n />\n }\n </div>\n <div class=\"news__content\">\n @if (item.description) {\n <p>{{ item.description }}</p>\n }\n </div>\n </a>\n </div>\n }\n }\n </div>\n <div class=\"js-slider-arrows\"></div>\n </div>\n </div>\n\n @if (button) {\n <div class=\"btn__group hideBtn__only--lg\">\n <a\n [href]=\"button.url\"\n class=\"btn btn__primary--outline\"\n puroLinkType\n [linkType]=\"button.linkType\"\n >\n <span>{{ button.label }}</span>\n </a>\n </div>\n }\n</section>\n" }]
|
|
1545
|
+
args: [{ selector: 'lib-puro-slider1col', standalone: true, imports: [CommonModule, PuroSliderDirective, PuroLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section\r\n class=\"news js-active-slider\"\r\n data-slides_infinite=\"true\"\r\n data-slider_name=\"js-news-slider\"\r\n data-slider_showbtns=\"true\"\r\n data-slider_showdots=\"false\"\r\n data-slider_fade=\"false\"\r\n data-slider_autoplay=\"false\"\r\n data-slides_pc=\"1\"\r\n>\r\n @if (title) {\r\n <h2 class=\"news__heading\">{{ title }}</h2>\r\n }\r\n @if (subtitle) {\r\n <p class=\"news__subHeading\">{{ subtitle }}</p>\r\n }\r\n\r\n <div class=\"news__inner relative\">\r\n <div class=\"news__container\">\r\n <div class=\"js-news-slider news__slider\">\r\n @if (items) {\r\n @for (item of items; track $index) {\r\n <div>\r\n <a href=\"\" class=\"news__box\">\r\n <div class=\"news__graphic\">\r\n @if (item.img) {\r\n <img\r\n [src]=\"item.img.src\"\r\n width=\"391\"\r\n height=\"552\"\r\n class=\"news__graphic--img\"\r\n [alt]=\"item.img.alt\"\r\n />\r\n }\r\n </div>\r\n <div class=\"news__content\">\r\n @if (item.description) {\r\n <p>{{ item.description }}</p>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n <div class=\"js-slider-arrows\"></div>\r\n </div>\r\n </div>\r\n\r\n @if (button) {\r\n <div class=\"btn__group hideBtn__only--lg\">\r\n <a\r\n [href]=\"button.url\"\r\n class=\"btn btn__primary--outline\"\r\n puroLinkType\r\n [linkType]=\"button.linkType\"\r\n >\r\n <span>{{ button.label }}</span>\r\n </a>\r\n </div>\r\n }\r\n</section>\r\n" }]
|
|
1546
1546
|
}], propDecorators: { title: [{
|
|
1547
1547
|
type: Input
|
|
1548
1548
|
}], subtitle: [{
|