ctt-puro 0.50.5 → 0.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/puro-footer-links/puro-footer-links.component.mjs +5 -4
- package/esm2022/lib/directives/index.mjs +2 -1
- package/esm2022/lib/directives/puro-scroll/scroll-up.directive.mjs +27 -0
- package/fesm2022/ctt-puro.mjs +28 -3
- package/fesm2022/ctt-puro.mjs.map +1 -1
- package/lib/directives/index.d.ts +1 -0
- package/lib/directives/puro-scroll/scroll-up.directive.d.ts +7 -0
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { CommonModule, NgOptimizedImage, } from '@angular/common';
|
|
2
2
|
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
3
|
-
import { AutoImageZoomWrapperDirective, PuroLinkTypeDirective } from '../../directives';
|
|
3
|
+
import { AutoImageZoomWrapperDirective, PuroLinkTypeDirective, PuroScrollUpDirective } from '../../directives';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@angular/common";
|
|
6
6
|
export class PuroFooterLinksComponent {
|
|
7
7
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroFooterLinksComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroFooterLinksComponent, isStandalone: true, selector: "lib-puro-footer-links", inputs: { img: "img", logo: "logo", links: "links", title: "title", memberPretitle: "memberPretitle", memberTitle: "memberTitle", site: "site", copyright: "copyright" }, ngImport: i0, template: "<footer class=\"footer\">\n <div class=\"footer__top\">\n <ul class=\"footer__linksList\">\n @if (links) {\n @for (link of links; track $index) {\n <li class=\"footer__linksItem\">\n <a [href]=\"link.url\" [attr.aria-label]=\"link.label\">{{\n link.label\n }}</a>\n </li>\n }\n }\n </ul>\n </div>\n <div class=\"footer__middle\">\n <div class=\"footer__memberPuroGroup\">\n @if (logo) {\n <span>\n <img [ngSrc]=\"logo.src\" [alt]=\"logo.alt\" priority decoding=\"async\" width=\"25\" height=\"25\"/>\n </span>\n }\n <p>\n @if (memberPretitle) {\n <span>{{ memberPretitle }}</span>\n }\n @if (memberTitle) {\n <b>{{ memberTitle }}</b>\n }\n </p>\n </div>\n @if (title) {\n <div class=\"footer__puroName\">{{ title }}</div>\n }\n @if (copyright) {\n <div class=\"footer__copyright\">{{ copyright }}</div>\n }\n </div>\n\n @if (img) {\n <div\n class=\"footer__bottom\"\n [ngStyle]=\"{ 'background-image': 'url(' + img.src + ')' }\"\n >\n @if (img.alt) {\n <p>{{ img.alt }}</p>\n }\n </div>\n }\n</footer>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgOptimizedImage, selector: "img[ngSrc]", inputs: ["ngSrc", "ngSrcset", "sizes", "width", "height", "loading", "priority", "loaderParams", "disableOptimizedSrcset", "fill", "placeholder", "placeholderConfig", "src", "srcset"] }, { kind: "directive", type: AutoImageZoomWrapperDirective, selector: "img[ngSrc], img[src]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroFooterLinksComponent, isStandalone: true, selector: "lib-puro-footer-links", inputs: { img: "img", logo: "logo", links: "links", title: "title", memberPretitle: "memberPretitle", memberTitle: "memberTitle", site: "site", copyright: "copyright" }, ngImport: i0, template: "<footer class=\"footer\">\n <div class=\"footer__top\">\n <ul class=\"footer__linksList\">\n @if (links) {\n @for (link of links; track $index) {\n <li class=\"footer__linksItem\">\n <a [href]=\"link.url\" [attr.aria-label]=\"link.label\">{{\n link.label\n }}</a>\n </li>\n }\n }\n </ul>\n </div>\n <div class=\"footer__middle\">\n <div class=\"footer__memberPuroGroup\">\n @if (logo) {\n <span>\n <img [ngSrc]=\"logo.src\" [alt]=\"logo.alt\" priority decoding=\"async\" width=\"25\" height=\"25\"/>\n </span>\n }\n <p>\n @if (memberPretitle) {\n <span>{{ memberPretitle }}</span>\n }\n @if (memberTitle) {\n <b>{{ memberTitle }}</b>\n }\n </p>\n </div>\n @if (title) {\n <div class=\"footer__puroName\">{{ title }}</div>\n }\n @if (copyright) {\n <div class=\"footer__copyright\">{{ copyright }}</div>\n }\n </div>\n\n @if (img) {\n <div\n class=\"footer__bottom\"\n [ngStyle]=\"{ 'background-image': 'url(' + img.src + ')' }\"\n >\n @if (img.alt) {\n <p>{{ img.alt }}</p>\n }\n <span class=\"footer__scroll-up\" scrollUp> \n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n width=\"15\"\n height=\"15\"\n >\n <use href=\"#arrow-scrollup\"></use>\n </svg>\n </span>\n </div>\n }\n</footer>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgOptimizedImage, selector: "img[ngSrc]", inputs: ["ngSrc", "ngSrcset", "sizes", "width", "height", "loading", "priority", "loaderParams", "disableOptimizedSrcset", "fill", "placeholder", "placeholderConfig", "src", "srcset"] }, { kind: "directive", type: AutoImageZoomWrapperDirective, selector: "img[ngSrc], img[src]" }, { kind: "directive", type: PuroScrollUpDirective, selector: "[scrollUp]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9
9
|
}
|
|
10
10
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroFooterLinksComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
@@ -14,7 +14,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
14
14
|
PuroLinkTypeDirective,
|
|
15
15
|
NgOptimizedImage,
|
|
16
16
|
AutoImageZoomWrapperDirective,
|
|
17
|
-
|
|
17
|
+
PuroScrollUpDirective
|
|
18
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<footer class=\"footer\">\n <div class=\"footer__top\">\n <ul class=\"footer__linksList\">\n @if (links) {\n @for (link of links; track $index) {\n <li class=\"footer__linksItem\">\n <a [href]=\"link.url\" [attr.aria-label]=\"link.label\">{{\n link.label\n }}</a>\n </li>\n }\n }\n </ul>\n </div>\n <div class=\"footer__middle\">\n <div class=\"footer__memberPuroGroup\">\n @if (logo) {\n <span>\n <img [ngSrc]=\"logo.src\" [alt]=\"logo.alt\" priority decoding=\"async\" width=\"25\" height=\"25\"/>\n </span>\n }\n <p>\n @if (memberPretitle) {\n <span>{{ memberPretitle }}</span>\n }\n @if (memberTitle) {\n <b>{{ memberTitle }}</b>\n }\n </p>\n </div>\n @if (title) {\n <div class=\"footer__puroName\">{{ title }}</div>\n }\n @if (copyright) {\n <div class=\"footer__copyright\">{{ copyright }}</div>\n }\n </div>\n\n @if (img) {\n <div\n class=\"footer__bottom\"\n [ngStyle]=\"{ 'background-image': 'url(' + img.src + ')' }\"\n >\n @if (img.alt) {\n <p>{{ img.alt }}</p>\n }\n <span class=\"footer__scroll-up\" scrollUp> \n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n width=\"15\"\n height=\"15\"\n >\n <use href=\"#arrow-scrollup\"></use>\n </svg>\n </span>\n </div>\n }\n</footer>\n" }]
|
|
18
19
|
}], propDecorators: { img: [{
|
|
19
20
|
type: Input
|
|
20
21
|
}], logo: [{
|
|
@@ -32,4 +33,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
32
33
|
}], copyright: [{
|
|
33
34
|
type: Input
|
|
34
35
|
}] } });
|
|
35
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVyby1mb290ZXItbGlua3MuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHVyby9zcmMvbGliL2NvbXBvbmVudHMvcHVyby1mb290ZXItbGlua3MvcHVyby1mb290ZXItbGlua3MuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHVyby9zcmMvbGliL2NvbXBvbmVudHMvcHVyby1mb290ZXItbGlua3MvcHVyby1mb290ZXItbGlua3MuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNILFlBQVksRUFDWixnQkFBZ0IsR0FDbkIsTUFBTSxpQkFBaUIsQ0FBQztBQUN6QixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxRSxPQUFPLEVBQUUsNkJBQTZCLEVBQUUscUJBQXFCLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7O0FBaUIvRyxNQUFNLE9BQU8sd0JBQXdCOytHQUF4Qix3QkFBd0I7bUdBQXhCLHdCQUF3QiwyUEN0QnJDLG8yREEyREEseUREL0NRLFlBQVksb0hBRVosZ0JBQWdCLGdQQUNoQiw2QkFBNkIsaUVBQzdCLHFCQUFxQjs7NEZBTWhCLHdCQUF3QjtrQkFkcEMsU0FBUzsrQkFDSSx1QkFBdUIsY0FDckIsSUFBSSxXQUNQO3dCQUNMLFlBQVk7d0JBQ1oscUJBQXFCO3dCQUNyQixnQkFBZ0I7d0JBQ2hCLDZCQUE2Qjt3QkFDN0IscUJBQXFCO3FCQUN4QixtQkFHZ0IsdUJBQXVCLENBQUMsTUFBTTs4QkFHdEMsR0FBRztzQkFBWCxLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLGNBQWM7c0JBQXRCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIE5nT3B0aW1pemVkSW1hZ2UsXG59IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQXV0b0ltYWdlWm9vbVdyYXBwZXJEaXJlY3RpdmUsIFB1cm9MaW5rVHlwZURpcmVjdGl2ZSwgUHVyb1Njcm9sbFVwRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcyc7XG5pbXBvcnQgeyBQdXJvQnV0dG9uSSwgUHVyb0ltYWdlSSB9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1wdXJvLWZvb3Rlci1saW5rcycsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgUHVyb0xpbmtUeXBlRGlyZWN0aXZlLFxuICAgICAgICBOZ09wdGltaXplZEltYWdlLFxuICAgICAgICBBdXRvSW1hZ2Vab29tV3JhcHBlckRpcmVjdGl2ZSxcbiAgICAgICAgUHVyb1Njcm9sbFVwRGlyZWN0aXZlXG4gICAgXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vcHVyby1mb290ZXItbGlua3MuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9wdXJvLWZvb3Rlci1saW5rcy5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFB1cm9Gb290ZXJMaW5rc0NvbXBvbmVudCB7XG4gICAgQElucHV0KCkgaW1nPzogUHVyb0ltYWdlSTtcbiAgICBASW5wdXQoKSBsb2dvPzogUHVyb0ltYWdlSTtcbiAgICBASW5wdXQoKSBsaW5rcz86IFB1cm9CdXR0b25JW107XG4gICAgQElucHV0KCkgdGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgbWVtYmVyUHJldGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgbWVtYmVyVGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgc2l0ZT86IHN0cmluZztcbiAgICBASW5wdXQoKSBjb3B5cmlnaHQ/OiBzdHJpbmc7XG59XG4iLCI8Zm9vdGVyIGNsYXNzPVwiZm9vdGVyXCI+XG4gICAgPGRpdiBjbGFzcz1cImZvb3Rlcl9fdG9wXCI+XG4gICAgICAgIDx1bCBjbGFzcz1cImZvb3Rlcl9fbGlua3NMaXN0XCI+XG4gICAgICAgICAgICBAaWYgKGxpbmtzKSB7XG4gICAgICAgICAgICAgICAgQGZvciAobGluayBvZiBsaW5rczsgdHJhY2sgJGluZGV4KSB7XG4gICAgICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cImZvb3Rlcl9fbGlua3NJdGVtXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8YSBbaHJlZl09XCJsaW5rLnVybFwiIFthdHRyLmFyaWEtbGFiZWxdPVwibGluay5sYWJlbFwiPnt7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgbGluay5sYWJlbFxuICAgICAgICAgICAgICAgICAgICAgICAgfX08L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICA8L3VsPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJmb290ZXJfX21pZGRsZVwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19tZW1iZXJQdXJvR3JvdXBcIj5cbiAgICAgICAgICAgIEBpZiAobG9nbykge1xuICAgICAgICAgICAgICAgIDxzcGFuPlxuICAgICAgICAgICAgICAgICAgICA8aW1nIFtuZ1NyY109XCJsb2dvLnNyY1wiIFthbHRdPVwibG9nby5hbHRcIiBwcmlvcml0eSBkZWNvZGluZz1cImFzeW5jXCIgd2lkdGg9XCIyNVwiIGhlaWdodD1cIjI1XCIvPlxuICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICAgIEBpZiAobWVtYmVyUHJldGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4+e3sgbWVtYmVyUHJldGl0bGUgfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIEBpZiAobWVtYmVyVGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgPGI+e3sgbWVtYmVyVGl0bGUgfX08L2I+XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgPC9wPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgQGlmICh0aXRsZSkge1xuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvb3Rlcl9fcHVyb05hbWVcIj57eyB0aXRsZSB9fTwvZGl2PlxuICAgICAgICB9XG4gICAgICAgIEBpZiAoY29weXJpZ2h0KSB7XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZm9vdGVyX19jb3B5cmlnaHRcIj57eyBjb3B5cmlnaHQgfX08L2Rpdj5cbiAgICAgICAgfVxuICAgIDwvZGl2PlxuXG4gICAgQGlmIChpbWcpIHtcbiAgICAgICAgPGRpdlxuICAgICAgICAgICAgY2xhc3M9XCJmb290ZXJfX2JvdHRvbVwiXG4gICAgICAgICAgICBbbmdTdHlsZV09XCJ7ICdiYWNrZ3JvdW5kLWltYWdlJzogJ3VybCgnICsgaW1nLnNyYyArICcpJyB9XCJcbiAgICAgICAgPlxuICAgICAgICAgICAgQGlmIChpbWcuYWx0KSB7XG4gICAgICAgICAgICAgICAgPHA+e3sgaW1nLmFsdCB9fTwvcD5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiZm9vdGVyX19zY3JvbGwtdXBcIiBzY3JvbGxVcD4gICAgXG4gICAgICAgICAgICAgICAgPHN2Z1xuICAgICAgICAgICAgICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgICAgICAgICAgICAgICAgIHdpZHRoPVwiMTVcIlxuICAgICAgICAgICAgICAgICAgICBoZWlnaHQ9XCIxNVwiXG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8dXNlIGhyZWY9XCIjYXJyb3ctc2Nyb2xsdXBcIj48L3VzZT5cbiAgICAgICAgICAgICAgICA8L3N2Zz5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPC9kaXY+XG4gICAgfVxuPC9mb290ZXI+XG4iXX0=
|
|
@@ -7,4 +7,5 @@ export * from './puro-slider/puro-slider.directive';
|
|
|
7
7
|
export * from './puro-nav-sticky/puro-nav-sticky.directive';
|
|
8
8
|
export * from './puro-resize-zoom/puro-resize-zoom.directive';
|
|
9
9
|
export * from './puro-img-wrapper/puro-img-wrapper.directive';
|
|
10
|
-
|
|
10
|
+
export * from './puro-scroll/scroll-up.directive';
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9wdXJvL3NyYy9saWIvZGlyZWN0aXZlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGlEQUFpRCxDQUFDO0FBQ2hFLGNBQWMsK0RBQStELENBQUM7QUFDOUUsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLDZDQUE2QyxDQUFDO0FBQzVELGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyxxQ0FBcUMsQ0FBQztBQUNwRCxjQUFlLDZDQUE2QyxDQUFDO0FBQzdELGNBQWMsK0NBQStDLENBQUM7QUFDOUQsY0FBYywrQ0FBK0MsQ0FBQztBQUM5RCxjQUFjLG1DQUFtQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdXJvLWFjdGl2ZS1tb2RhbC9wdXJvLWFjdGl2ZS1tb2RhbC5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9wdXJvLWZpbHRlci1nYWxsZXJ5LmRpcmVjdGl2ZS9wdXJvLWZpbHRlci1nYWxsZXJ5LmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3B1cm8tbGluay10eXBlL3B1cm8tbGluay10eXBlLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3B1cm8tcGFnaW5hdGlvbi9wdXJvLXBhZ2luYXRpb24uZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vcHVyby1zY3JpcHQvcHVyby1zY3JpcHQuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vcHVyby1zbGlkZXIvcHVyby1zbGlkZXIuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gICcuL3B1cm8tbmF2LXN0aWNreS9wdXJvLW5hdi1zdGlja3kuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vcHVyby1yZXNpemUtem9vbS9wdXJvLXJlc2l6ZS16b29tLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL3B1cm8taW1nLXdyYXBwZXIvcHVyby1pbWctd3JhcHBlci5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9wdXJvLXNjcm9sbC9zY3JvbGwtdXAuZGlyZWN0aXZlJztcbiJdfQ==
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { isPlatformBrowser } from '@angular/common';
|
|
2
|
+
import { Directive, HostListener, inject, PLATFORM_ID } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class PuroScrollUpDirective {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.platformId = inject(PLATFORM_ID);
|
|
7
|
+
}
|
|
8
|
+
onClick(event) {
|
|
9
|
+
if (isPlatformBrowser(this.platformId)) {
|
|
10
|
+
event.preventDefault();
|
|
11
|
+
window.scrollTo({ top: 0, behavior: 'smooth' });
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroScrollUpDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
15
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: PuroScrollUpDirective, isStandalone: true, selector: "[scrollUp]", host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
|
|
16
|
+
}
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroScrollUpDirective, decorators: [{
|
|
18
|
+
type: Directive,
|
|
19
|
+
args: [{
|
|
20
|
+
selector: '[scrollUp]',
|
|
21
|
+
standalone: true,
|
|
22
|
+
}]
|
|
23
|
+
}], propDecorators: { onClick: [{
|
|
24
|
+
type: HostListener,
|
|
25
|
+
args: ['click', ['$event']]
|
|
26
|
+
}] } });
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2Nyb2xsLXVwLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3B1cm8vc3JjL2xpYi9kaXJlY3RpdmVzL3B1cm8tc2Nyb2xsL3Njcm9sbC11cC5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDcEQsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFNN0UsTUFBTSxPQUFPLHFCQUFxQjtJQUpsQztRQUtZLGVBQVUsR0FBRyxNQUFNLENBQUMsV0FBVyxDQUFDLENBQUM7S0FTNUM7SUFORyxPQUFPLENBQUMsS0FBWTtRQUNoQixJQUFJLGlCQUFpQixDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsRUFBRTtZQUNwQyxLQUFLLENBQUMsY0FBYyxFQUFFLENBQUM7WUFDdkIsTUFBTSxDQUFDLFFBQVEsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxDQUFDLENBQUM7U0FDbkQ7SUFDTCxDQUFDOytHQVRRLHFCQUFxQjttR0FBckIscUJBQXFCOzs0RkFBckIscUJBQXFCO2tCQUpqQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxZQUFZO29CQUN0QixVQUFVLEVBQUUsSUFBSTtpQkFDbkI7OEJBS0csT0FBTztzQkFETixZQUFZO3VCQUFDLE9BQU8sRUFBRSxDQUFDLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGlzUGxhdGZvcm1Ccm93c2VyIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdExpc3RlbmVyLCBpbmplY3QsIFBMQVRGT1JNX0lEIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnW3Njcm9sbFVwXScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgUHVyb1Njcm9sbFVwRGlyZWN0aXZlIHtcbiAgICBwcml2YXRlIHBsYXRmb3JtSWQgPSBpbmplY3QoUExBVEZPUk1fSUQpO1xuXG4gICAgQEhvc3RMaXN0ZW5lcignY2xpY2snLCBbJyRldmVudCddKVxuICAgIG9uQ2xpY2soZXZlbnQ6IEV2ZW50KTogdm9pZCB7XG4gICAgICAgIGlmIChpc1BsYXRmb3JtQnJvd3Nlcih0aGlzLnBsYXRmb3JtSWQpKSB7XG4gICAgICAgICAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xuICAgICAgICAgICAgd2luZG93LnNjcm9sbFRvKHsgdG9wOiAwLCBiZWhhdmlvcjogJ3Ntb290aCcgfSk7XG4gICAgICAgIH1cbiAgICB9XG59XG4iXX0=
|
package/fesm2022/ctt-puro.mjs
CHANGED
|
@@ -1397,6 +1397,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1397
1397
|
args: [PLATFORM_ID]
|
|
1398
1398
|
}] }] });
|
|
1399
1399
|
|
|
1400
|
+
class PuroScrollUpDirective {
|
|
1401
|
+
constructor() {
|
|
1402
|
+
this.platformId = inject(PLATFORM_ID);
|
|
1403
|
+
}
|
|
1404
|
+
onClick(event) {
|
|
1405
|
+
if (isPlatformBrowser(this.platformId)) {
|
|
1406
|
+
event.preventDefault();
|
|
1407
|
+
window.scrollTo({ top: 0, behavior: 'smooth' });
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroScrollUpDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1411
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: PuroScrollUpDirective, isStandalone: true, selector: "[scrollUp]", host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
|
|
1412
|
+
}
|
|
1413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroScrollUpDirective, decorators: [{
|
|
1414
|
+
type: Directive,
|
|
1415
|
+
args: [{
|
|
1416
|
+
selector: '[scrollUp]',
|
|
1417
|
+
standalone: true,
|
|
1418
|
+
}]
|
|
1419
|
+
}], propDecorators: { onClick: [{
|
|
1420
|
+
type: HostListener,
|
|
1421
|
+
args: ['click', ['$event']]
|
|
1422
|
+
}] } });
|
|
1423
|
+
|
|
1400
1424
|
class Puro404Component {
|
|
1401
1425
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Puro404Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1402
1426
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: Puro404Component, isStandalone: true, selector: "lib-puro-404", inputs: { title: "title", subtitle: "subtitle", description: "description", contact: "contact", link: "link", address: "address", tags: "tags", textColors: "textColors" }, ngImport: i0, template: "<div class=\"puro404\">\n <div class=\"puro404__pageNotFound\">\n <div class=\"puro404__pageNotFound--inner\">\n @if (title) {\n <lib-puro-dynamic-heading\n [tag]=\"tags?.title || 'h2'\"\n cssClass=\"puro404__heading\"\n [color]=\"textColors?.title\"\n [content]=\"title\"\n ></lib-puro-dynamic-heading>\n }\n @if (subtitle) {\n <lib-puro-dynamic-heading\n [tag]=\"tags?.subtitle || 'h3'\"\n cssClass=\"puro404__subHeading\"\n [color]=\"textColors?.subtitle\"\n [content]=\"subtitle\"\n ></lib-puro-dynamic-heading>\n }\n <div class=\"puro404__content\">\n @if (description || link) {\n <p class=\"puro404__text\">\n @if (description) {\n <span [innerHTML]=\"description\"></span>\n }\n <br />\n @if (link) {\n <a\n [href]=\"link.url\"\n [linkType]=\"link.linkType\"\n class=\"btn__link\"\n [attr.aria-label]=\"link.label\"\n >{{ link.label }}</a\n >\n }\n </p>\n }\n </div>\n </div>\n </div>\n <div class=\"puro404__contact\">\n <div class=\"puro404__contact--inner\">\n @if (contact) {\n <div>\n @if (contact.title) {\n <lib-puro-dynamic-heading\n [tag]=\"tags?.contactTitle || 'h4'\"\n cssClass=\"puro404__contactHeading\"\n [color]=\"textColors?.contactTitle\"\n [content]=\"contact.title\"\n ></lib-puro-dynamic-heading>\n }\n @if (contact.links && contact.links.length) {\n <p class=\"puro404__contactText\">\n @for (link of contact.links; track $index) {\n @if (link) {\n <a\n [href]=\"link.url\"\n [attr.aria-label]=\"link.label\"\n >{{ link.label }}</a\n ><br />\n }\n }\n @if (contact.button) {\n <a\n [href]=\"contact.button.url\"\n [linkType]=\"contact.button.linkType\"\n class=\"btn__link\"\n [attr.aria-label]=\"contact.button.label\"\n >{{ contact.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n @if (address) {\n <div>\n @if (address.title) {\n <lib-puro-dynamic-heading\n [tag]=\"tags?.addressTitle || 'h4'\"\n cssClass=\"puro404__contactHeading\"\n [color]=\"textColors?.addressTitle\"\n [content]=\"address.title\"\n ></lib-puro-dynamic-heading>\n }\n @if (address.text || address.button) {\n <p class=\"puro404__contactText\">\n @if (address.text) {\n <p [innerHTML]=\"address.text\"></p>\n }\n @if (address.button) {\n <a\n [href]=\"address.button.url\"\n [linkType]=\"address.button.linkType\"\n class=\"btn__link\"\n [attr.aria-label]=\"address.button.label\"\n >{{ address.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n </div>\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: PuroLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick"], outputs: ["bookClick", "anchorClicked"] }, { kind: "component", type: PuroDynamicHeadingComponent, selector: "lib-puro-dynamic-heading", inputs: ["tag", "wrapper", "cssClass", "content", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -6642,7 +6666,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6642
6666
|
|
|
6643
6667
|
class PuroFooterLinksComponent {
|
|
6644
6668
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroFooterLinksComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6645
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroFooterLinksComponent, isStandalone: true, selector: "lib-puro-footer-links", inputs: { img: "img", logo: "logo", links: "links", title: "title", memberPretitle: "memberPretitle", memberTitle: "memberTitle", site: "site", copyright: "copyright" }, ngImport: i0, template: "<footer class=\"footer\">\n <div class=\"footer__top\">\n <ul class=\"footer__linksList\">\n @if (links) {\n @for (link of links; track $index) {\n <li class=\"footer__linksItem\">\n <a [href]=\"link.url\" [attr.aria-label]=\"link.label\">{{\n link.label\n }}</a>\n </li>\n }\n }\n </ul>\n </div>\n <div class=\"footer__middle\">\n <div class=\"footer__memberPuroGroup\">\n @if (logo) {\n <span>\n <img [ngSrc]=\"logo.src\" [alt]=\"logo.alt\" priority decoding=\"async\" width=\"25\" height=\"25\"/>\n </span>\n }\n <p>\n @if (memberPretitle) {\n <span>{{ memberPretitle }}</span>\n }\n @if (memberTitle) {\n <b>{{ memberTitle }}</b>\n }\n </p>\n </div>\n @if (title) {\n <div class=\"footer__puroName\">{{ title }}</div>\n }\n @if (copyright) {\n <div class=\"footer__copyright\">{{ copyright }}</div>\n }\n </div>\n\n @if (img) {\n <div\n class=\"footer__bottom\"\n [ngStyle]=\"{ 'background-image': 'url(' + img.src + ')' }\"\n >\n @if (img.alt) {\n <p>{{ img.alt }}</p>\n }\n </div>\n }\n</footer>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgOptimizedImage, selector: "img[ngSrc]", inputs: ["ngSrc", "ngSrcset", "sizes", "width", "height", "loading", "priority", "loaderParams", "disableOptimizedSrcset", "fill", "placeholder", "placeholderConfig", "src", "srcset"] }, { kind: "directive", type: AutoImageZoomWrapperDirective, selector: "img[ngSrc], img[src]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
6669
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroFooterLinksComponent, isStandalone: true, selector: "lib-puro-footer-links", inputs: { img: "img", logo: "logo", links: "links", title: "title", memberPretitle: "memberPretitle", memberTitle: "memberTitle", site: "site", copyright: "copyright" }, ngImport: i0, template: "<footer class=\"footer\">\n <div class=\"footer__top\">\n <ul class=\"footer__linksList\">\n @if (links) {\n @for (link of links; track $index) {\n <li class=\"footer__linksItem\">\n <a [href]=\"link.url\" [attr.aria-label]=\"link.label\">{{\n link.label\n }}</a>\n </li>\n }\n }\n </ul>\n </div>\n <div class=\"footer__middle\">\n <div class=\"footer__memberPuroGroup\">\n @if (logo) {\n <span>\n <img [ngSrc]=\"logo.src\" [alt]=\"logo.alt\" priority decoding=\"async\" width=\"25\" height=\"25\"/>\n </span>\n }\n <p>\n @if (memberPretitle) {\n <span>{{ memberPretitle }}</span>\n }\n @if (memberTitle) {\n <b>{{ memberTitle }}</b>\n }\n </p>\n </div>\n @if (title) {\n <div class=\"footer__puroName\">{{ title }}</div>\n }\n @if (copyright) {\n <div class=\"footer__copyright\">{{ copyright }}</div>\n }\n </div>\n\n @if (img) {\n <div\n class=\"footer__bottom\"\n [ngStyle]=\"{ 'background-image': 'url(' + img.src + ')' }\"\n >\n @if (img.alt) {\n <p>{{ img.alt }}</p>\n }\n <span class=\"footer__scroll-up\" scrollUp> \n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n width=\"15\"\n height=\"15\"\n >\n <use href=\"#arrow-scrollup\"></use>\n </svg>\n </span>\n </div>\n }\n</footer>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgOptimizedImage, selector: "img[ngSrc]", inputs: ["ngSrc", "ngSrcset", "sizes", "width", "height", "loading", "priority", "loaderParams", "disableOptimizedSrcset", "fill", "placeholder", "placeholderConfig", "src", "srcset"] }, { kind: "directive", type: AutoImageZoomWrapperDirective, selector: "img[ngSrc], img[src]" }, { kind: "directive", type: PuroScrollUpDirective, selector: "[scrollUp]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
6646
6670
|
}
|
|
6647
6671
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroFooterLinksComponent, decorators: [{
|
|
6648
6672
|
type: Component,
|
|
@@ -6651,7 +6675,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6651
6675
|
PuroLinkTypeDirective,
|
|
6652
6676
|
NgOptimizedImage,
|
|
6653
6677
|
AutoImageZoomWrapperDirective,
|
|
6654
|
-
|
|
6678
|
+
PuroScrollUpDirective
|
|
6679
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<footer class=\"footer\">\n <div class=\"footer__top\">\n <ul class=\"footer__linksList\">\n @if (links) {\n @for (link of links; track $index) {\n <li class=\"footer__linksItem\">\n <a [href]=\"link.url\" [attr.aria-label]=\"link.label\">{{\n link.label\n }}</a>\n </li>\n }\n }\n </ul>\n </div>\n <div class=\"footer__middle\">\n <div class=\"footer__memberPuroGroup\">\n @if (logo) {\n <span>\n <img [ngSrc]=\"logo.src\" [alt]=\"logo.alt\" priority decoding=\"async\" width=\"25\" height=\"25\"/>\n </span>\n }\n <p>\n @if (memberPretitle) {\n <span>{{ memberPretitle }}</span>\n }\n @if (memberTitle) {\n <b>{{ memberTitle }}</b>\n }\n </p>\n </div>\n @if (title) {\n <div class=\"footer__puroName\">{{ title }}</div>\n }\n @if (copyright) {\n <div class=\"footer__copyright\">{{ copyright }}</div>\n }\n </div>\n\n @if (img) {\n <div\n class=\"footer__bottom\"\n [ngStyle]=\"{ 'background-image': 'url(' + img.src + ')' }\"\n >\n @if (img.alt) {\n <p>{{ img.alt }}</p>\n }\n <span class=\"footer__scroll-up\" scrollUp> \n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n width=\"15\"\n height=\"15\"\n >\n <use href=\"#arrow-scrollup\"></use>\n </svg>\n </span>\n </div>\n }\n</footer>\n" }]
|
|
6655
6680
|
}], propDecorators: { img: [{
|
|
6656
6681
|
type: Input
|
|
6657
6682
|
}], logo: [{
|
|
@@ -8960,5 +8985,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
8960
8985
|
* Generated bundle index. Do not edit.
|
|
8961
8986
|
*/
|
|
8962
8987
|
|
|
8963
|
-
export { AutoImageZoomWrapperDirective, DatepickerLocaleUtil, MapperService, ModalStateService, Puro404Component, PuroActiveModalDirective, PuroAdvantagesComponent, PuroAdvantagesSmallComponent, PuroAudioItem, PuroBanner4colComponent, PuroBannerInfo2Component, PuroBannerInfoComponent, PuroBannerSliderComponent, PuroBannerSliderItem, PuroBlogListComponent, PuroBlogPostComponent, PuroBreadcrumbComponent, PuroCareersFormComponent, PuroCartaComponent, PuroContactFormComponent, PuroContactLinkPipe, PuroCurrencyPipe, PuroDualListComponent, PuroDynamicHeadingComponent, PuroEngineComponent, PuroEngineModalComponent, PuroEventsFormComponent, PuroFaqsComponent, PuroFaqsImgComponent, PuroFilterComponent, PuroFilterGalleryDirective, PuroFilterModalComponent, PuroFooterBeachsComponent, PuroFooterHotelsComponent, PuroFooterInfoComponent, PuroFooterLinksComponent, PuroGalleryComponent, PuroGrid3colFilterComponent, PuroGrid3colPlusFilterComponent, PuroGrid3colSliderComponent, PuroGrid4itemsComponent, PuroGrid5itemsComponent, PuroGrid6itemsComponent, PuroHeadIntroComponent, PuroHeaderComponent, PuroHeaderMobileComponent, PuroHeaderMobileSubmenuComponent, PuroHotelsModalComponent, PuroIframeComponent, PuroImgInfoComponent, PuroInfo2colComponent, PuroInfoBannerComponent, PuroInfoBigComponent, PuroInfoDetails2ColComponent, PuroInfoDetails3ColComponent, PuroInfoDetailsComponent, PuroInfoGalleryComponent, PuroInfoIntroComponent, PuroInfoListComponent, PuroInfoServicesComponent, PuroInfoSliderComponent, PuroInfoTableComponent, PuroInfoVideoComponent, PuroInnerContentComponent, PuroInnerContentI, PuroLanguagesModalComponent, PuroLinkTypeDirective, PuroListAwardsComponent, PuroListGeneralComponent, PuroListLogosComponent, PuroListRestaurantsComponent, PuroListsItem, PuroMapListComponent, PuroModalInfoComponent, PuroModalOptionItem, PuroModalOptionsComponent, PuroMusicSliderComponent, PuroNavStickyDirective, PuroNewsletterComponent, PuroOfferBannerComponent, PuroOffersSliderComponent, PuroPaginationDirective, PuroPhotoSliderComponent, PuroProjectsFormComponent, PuroResizeZoomDirective, PuroScheduleComponent, PuroScriptDirective, PuroSearchComponent, PuroSlider1colComponent, PuroSlider2colComponent, PuroSlider3cardComponent, PuroSlider3colComponent, PuroSlider3colRoundComponent, PuroSlider4ItemsComponent, PuroSliderDirective, PuroSubmenuComponent, PuroSubmenuMobileComponent, PuroThanksComponent, PuroTimelineComponent, PuroTopSliderComponent, PuroVerticalInfoComponent, PuroWebmapComponent, PuroZigzag2colComponent, SCREEN_SIZER_PARAMS_TOKEN, SITE_CONFIG_SERVICE_TOKEN, ScreenSizerService, Utils };
|
|
8988
|
+
export { AutoImageZoomWrapperDirective, DatepickerLocaleUtil, MapperService, ModalStateService, Puro404Component, PuroActiveModalDirective, PuroAdvantagesComponent, PuroAdvantagesSmallComponent, PuroAudioItem, PuroBanner4colComponent, PuroBannerInfo2Component, PuroBannerInfoComponent, PuroBannerSliderComponent, PuroBannerSliderItem, PuroBlogListComponent, PuroBlogPostComponent, PuroBreadcrumbComponent, PuroCareersFormComponent, PuroCartaComponent, PuroContactFormComponent, PuroContactLinkPipe, PuroCurrencyPipe, PuroDualListComponent, PuroDynamicHeadingComponent, PuroEngineComponent, PuroEngineModalComponent, PuroEventsFormComponent, PuroFaqsComponent, PuroFaqsImgComponent, PuroFilterComponent, PuroFilterGalleryDirective, PuroFilterModalComponent, PuroFooterBeachsComponent, PuroFooterHotelsComponent, PuroFooterInfoComponent, PuroFooterLinksComponent, PuroGalleryComponent, PuroGrid3colFilterComponent, PuroGrid3colPlusFilterComponent, PuroGrid3colSliderComponent, PuroGrid4itemsComponent, PuroGrid5itemsComponent, PuroGrid6itemsComponent, PuroHeadIntroComponent, PuroHeaderComponent, PuroHeaderMobileComponent, PuroHeaderMobileSubmenuComponent, PuroHotelsModalComponent, PuroIframeComponent, PuroImgInfoComponent, PuroInfo2colComponent, PuroInfoBannerComponent, PuroInfoBigComponent, PuroInfoDetails2ColComponent, PuroInfoDetails3ColComponent, PuroInfoDetailsComponent, PuroInfoGalleryComponent, PuroInfoIntroComponent, PuroInfoListComponent, PuroInfoServicesComponent, PuroInfoSliderComponent, PuroInfoTableComponent, PuroInfoVideoComponent, PuroInnerContentComponent, PuroInnerContentI, PuroLanguagesModalComponent, PuroLinkTypeDirective, PuroListAwardsComponent, PuroListGeneralComponent, PuroListLogosComponent, PuroListRestaurantsComponent, PuroListsItem, PuroMapListComponent, PuroModalInfoComponent, PuroModalOptionItem, PuroModalOptionsComponent, PuroMusicSliderComponent, PuroNavStickyDirective, PuroNewsletterComponent, PuroOfferBannerComponent, PuroOffersSliderComponent, PuroPaginationDirective, PuroPhotoSliderComponent, PuroProjectsFormComponent, PuroResizeZoomDirective, PuroScheduleComponent, PuroScriptDirective, PuroScrollUpDirective, PuroSearchComponent, PuroSlider1colComponent, PuroSlider2colComponent, PuroSlider3cardComponent, PuroSlider3colComponent, PuroSlider3colRoundComponent, PuroSlider4ItemsComponent, PuroSliderDirective, PuroSubmenuComponent, PuroSubmenuMobileComponent, PuroThanksComponent, PuroTimelineComponent, PuroTopSliderComponent, PuroVerticalInfoComponent, PuroWebmapComponent, PuroZigzag2colComponent, SCREEN_SIZER_PARAMS_TOKEN, SITE_CONFIG_SERVICE_TOKEN, ScreenSizerService, Utils };
|
|
8964
8989
|
//# sourceMappingURL=ctt-puro.mjs.map
|