ctt-puro 0.2.0 → 0.2.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.
@@ -4,11 +4,11 @@ import { PuroLinkTypeDirective } from '../../directives';
4
4
  import * as i0 from "@angular/core";
5
5
  export class Puro404Component {
6
6
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Puro404Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- 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" }, ngImport: i0, template: "<div class=\"puro404\">\n <div class=\"puro404__pageNotFound\">\n <div class=\"puro404__pageNotFound--inner\">\n @if (title) {\n <h2 class=\"puro404__heading\">{{ title }}</h2>\n }\n @if (subtitle) {\n <h3 class=\"puro404__subHeading\">{{ subtitle }}</h3>\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 >{{ 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 <h4 class=\"puro404__contactHeading\">\n {{ contact.title }}\n </h4>\n }\n @if (contact.links && contact.links.length) {\n <p class=\"puro404__contactText\">\n @for (link of contact.links; track $index) {\n <a [href]=\"link.url\">{{ link.label }}</a\n ><br />\n }\n @if (contact.button) {\n <a\n [href]=\"contact.button.url\"\n [linkType]=\"contact.button.linkType\"\n class=\"btn__link\"\n >{{ contact.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n @if (address) {\n <div>\n @if (address.title) {\n <h4 class=\"puro404__contactHeading\">\n {{ address.title }}\n </h4>\n }\n @if (address.text || address.button) {\n <p class=\"puro404__contactText\">\n @if (address.text) {\n <span [innerHTML]=\"address.text\"></span>\n }\n @if (address.button) {\n <a\n [href]=\"address.button.url\"\n [linkType]=\"address.button.linkType\"\n class=\"btn__link\"\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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
+ 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" }, ngImport: i0, template: "<div class=\"puro404\">\n <div class=\"puro404__pageNotFound\">\n <div class=\"puro404__pageNotFound--inner\">\n @if (title) {\n <h2 class=\"puro404__heading\">{{ title }}</h2>\n }\n @if (subtitle) {\n <h3 class=\"puro404__subHeading\">{{ subtitle }}</h3>\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 >{{ 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 <h4 class=\"puro404__contactHeading\">\n {{ contact.title }}\n </h4>\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 [href]=\"link.url\">{{ 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 >{{ contact.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n @if (address) {\n <div>\n @if (address.title) {\n <h4 class=\"puro404__contactHeading\">\n {{ address.title }}\n </h4>\n }\n @if (address.text || address.button) {\n <p class=\"puro404__contactText\">\n @if (address.text) {\n <span [innerHTML]=\"address.text\"></span>\n }\n @if (address.button) {\n <a\n [href]=\"address.button.url\"\n [linkType]=\"address.button.linkType\"\n class=\"btn__link\"\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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8
8
  }
9
9
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Puro404Component, decorators: [{
10
10
  type: Component,
11
- args: [{ selector: 'lib-puro-404', standalone: true, imports: [CommonModule, PuroLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"puro404\">\n <div class=\"puro404__pageNotFound\">\n <div class=\"puro404__pageNotFound--inner\">\n @if (title) {\n <h2 class=\"puro404__heading\">{{ title }}</h2>\n }\n @if (subtitle) {\n <h3 class=\"puro404__subHeading\">{{ subtitle }}</h3>\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 >{{ 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 <h4 class=\"puro404__contactHeading\">\n {{ contact.title }}\n </h4>\n }\n @if (contact.links && contact.links.length) {\n <p class=\"puro404__contactText\">\n @for (link of contact.links; track $index) {\n <a [href]=\"link.url\">{{ link.label }}</a\n ><br />\n }\n @if (contact.button) {\n <a\n [href]=\"contact.button.url\"\n [linkType]=\"contact.button.linkType\"\n class=\"btn__link\"\n >{{ contact.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n @if (address) {\n <div>\n @if (address.title) {\n <h4 class=\"puro404__contactHeading\">\n {{ address.title }}\n </h4>\n }\n @if (address.text || address.button) {\n <p class=\"puro404__contactText\">\n @if (address.text) {\n <span [innerHTML]=\"address.text\"></span>\n }\n @if (address.button) {\n <a\n [href]=\"address.button.url\"\n [linkType]=\"address.button.linkType\"\n class=\"btn__link\"\n >{{ address.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n </div>\n </div>\n</div>\n" }]
11
+ args: [{ selector: 'lib-puro-404', standalone: true, imports: [CommonModule, PuroLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"puro404\">\n <div class=\"puro404__pageNotFound\">\n <div class=\"puro404__pageNotFound--inner\">\n @if (title) {\n <h2 class=\"puro404__heading\">{{ title }}</h2>\n }\n @if (subtitle) {\n <h3 class=\"puro404__subHeading\">{{ subtitle }}</h3>\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 >{{ 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 <h4 class=\"puro404__contactHeading\">\n {{ contact.title }}\n </h4>\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 [href]=\"link.url\">{{ 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 >{{ contact.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n @if (address) {\n <div>\n @if (address.title) {\n <h4 class=\"puro404__contactHeading\">\n {{ address.title }}\n </h4>\n }\n @if (address.text || address.button) {\n <p class=\"puro404__contactText\">\n @if (address.text) {\n <span [innerHTML]=\"address.text\"></span>\n }\n @if (address.button) {\n <a\n [href]=\"address.button.url\"\n [linkType]=\"address.button.linkType\"\n class=\"btn__link\"\n >{{ address.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n </div>\n </div>\n</div>\n" }]
12
12
  }], propDecorators: { title: [{
13
13
  type: Input
14
14
  }], subtitle: [{
@@ -22,4 +22,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
22
22
  }], address: [{
23
23
  type: Input
24
24
  }] } });
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVyby00MDQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHVyby9zcmMvbGliL2NvbXBvbmVudHMvcHVyby00MDQvcHVyby00MDQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHVyby9zcmMvbGliL2NvbXBvbmVudHMvcHVyby00MDQvcHVyby00MDQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOztBQVd6RCxNQUFNLE9BQU8sZ0JBQWdCOytHQUFoQixnQkFBZ0I7bUdBQWhCLGdCQUFnQiw0TUNiN0IsODBHQW1GQSx5REQzRWMsWUFBWSwrQkFBRSxxQkFBcUI7OzRGQUtwQyxnQkFBZ0I7a0JBUjVCLFNBQVM7K0JBQ0ksY0FBYyxjQUNaLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxxQkFBcUIsQ0FBQyxtQkFHN0IsdUJBQXVCLENBQUMsTUFBTTs4QkFHdEMsS0FBSztzQkFBYixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUHVyb0xpbmtUeXBlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcyc7XG5pbXBvcnQgeyBQdXJvQnV0dG9uSSB9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1wdXJvLTQwNCcsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBQdXJvTGlua1R5cGVEaXJlY3RpdmVdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9wdXJvLTQwNC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL3B1cm8tNDA0LmNvbXBvbmVudC5zY3NzJyxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgUHVybzQwNENvbXBvbmVudCB7XG4gICAgQElucHV0KCkgdGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgc3VidGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgY29udGFjdD86IFB1cm80MDRJbmZvO1xuICAgIEBJbnB1dCgpIGxpbms/OiBQdXJvQnV0dG9uSTtcbiAgICBASW5wdXQoKSBhZGRyZXNzPzogUHVybzQwNEluZm87XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgUHVybzQwNEluZm8ge1xuICAgIHRpdGxlPzogc3RyaW5nO1xuICAgIGxpbmtzPzogUHVyb0J1dHRvbklbXTtcbiAgICBidXR0b24/OiBQdXJvQnV0dG9uSTtcbiAgICB0ZXh0Pzogc3RyaW5nO1xufVxuIiwiPGRpdiBjbGFzcz1cInB1cm80MDRcIj5cbiAgICA8ZGl2IGNsYXNzPVwicHVybzQwNF9fcGFnZU5vdEZvdW5kXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJwdXJvNDA0X19wYWdlTm90Rm91bmQtLWlubmVyXCI+XG4gICAgICAgICAgICBAaWYgKHRpdGxlKSB7XG4gICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwicHVybzQwNF9faGVhZGluZ1wiPnt7IHRpdGxlIH19PC9oMj5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIEBpZiAoc3VidGl0bGUpIHtcbiAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJwdXJvNDA0X19zdWJIZWFkaW5nXCI+e3sgc3VidGl0bGUgfX08L2gzPlxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInB1cm80MDRfX2NvbnRlbnRcIj5cbiAgICAgICAgICAgICAgICBAaWYgKGRlc2NyaXB0aW9uIHx8IGxpbmspIHtcbiAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJwdXJvNDA0X190ZXh0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGRlc2NyaXB0aW9uKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gW2lubmVySFRNTF09XCJkZXNjcmlwdGlvblwiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDxiciAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChsaW5rKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwibGluay51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwibGluay5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuX19saW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPnt7IGxpbmsubGFiZWwgfX08L2FcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cInB1cm80MDRfX2NvbnRhY3RcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInB1cm80MDRfX2NvbnRhY3QtLWlubmVyXCI+XG4gICAgICAgICAgICBAaWYgKGNvbnRhY3QpIHtcbiAgICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgICAgICBAaWYgKGNvbnRhY3QudGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxoNCBjbGFzcz1cInB1cm80MDRfX2NvbnRhY3RIZWFkaW5nXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgY29udGFjdC50aXRsZSB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9oND5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBAaWYgKGNvbnRhY3QubGlua3MgJiYgY29udGFjdC5saW5rcy5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwicHVybzQwNF9fY29udGFjdFRleHRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChsaW5rIG9mIGNvbnRhY3QubGlua3M7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBbaHJlZl09XCJsaW5rLnVybFwiPnt7IGxpbmsubGFiZWwgfX08L2FcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjxiciAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGNvbnRhY3QuYnV0dG9uKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJjb250YWN0LmJ1dHRvbi51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cImNvbnRhY3QuYnV0dG9uLmxpbmtUeXBlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuX19saW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBjb250YWN0LmJ1dHRvbi5sYWJlbCB9fTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBAaWYgKGFkZHJlc3MpIHtcbiAgICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgICAgICBAaWYgKGFkZHJlc3MudGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxoNCBjbGFzcz1cInB1cm80MDRfX2NvbnRhY3RIZWFkaW5nXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgYWRkcmVzcy50aXRsZSB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9oND5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBAaWYgKGFkZHJlc3MudGV4dCB8fCBhZGRyZXNzLmJ1dHRvbikge1xuICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJwdXJvNDA0X19jb250YWN0VGV4dFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYWRkcmVzcy50ZXh0KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIFtpbm5lckhUTUxdPVwiYWRkcmVzcy50ZXh0XCI+PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGFkZHJlc3MuYnV0dG9uKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJhZGRyZXNzLmJ1dHRvbi51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cImFkZHJlc3MuYnV0dG9uLmxpbmtUeXBlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuX19saW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBhZGRyZXNzLmJ1dHRvbi5sYWJlbCB9fTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICB9XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9kaXY+XG4iXX0=
25
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVyby00MDQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHVyby9zcmMvbGliL2NvbXBvbmVudHMvcHVyby00MDQvcHVyby00MDQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHVyby9zcmMvbGliL2NvbXBvbmVudHMvcHVyby00MDQvcHVyby00MDQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOztBQVd6RCxNQUFNLE9BQU8sZ0JBQWdCOytHQUFoQixnQkFBZ0I7bUdBQWhCLGdCQUFnQiw0TUNiN0IsdTZHQXFGQSx5REQ3RWMsWUFBWSwrQkFBRSxxQkFBcUI7OzRGQUtwQyxnQkFBZ0I7a0JBUjVCLFNBQVM7K0JBQ0ksY0FBYyxjQUNaLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxxQkFBcUIsQ0FBQyxtQkFHN0IsdUJBQXVCLENBQUMsTUFBTTs4QkFHdEMsS0FBSztzQkFBYixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUHVyb0xpbmtUeXBlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcyc7XG5pbXBvcnQgeyBQdXJvQnV0dG9uSSB9IGZyb20gJy4uLy4uL2ludGVyZmFjZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1wdXJvLTQwNCcsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBQdXJvTGlua1R5cGVEaXJlY3RpdmVdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9wdXJvLTQwNC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL3B1cm8tNDA0LmNvbXBvbmVudC5zY3NzJyxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgUHVybzQwNENvbXBvbmVudCB7XG4gICAgQElucHV0KCkgdGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgc3VidGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgY29udGFjdD86IFB1cm80MDRJbmZvO1xuICAgIEBJbnB1dCgpIGxpbms/OiBQdXJvQnV0dG9uSTtcbiAgICBASW5wdXQoKSBhZGRyZXNzPzogUHVybzQwNEluZm87XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgUHVybzQwNEluZm8ge1xuICAgIHRpdGxlPzogc3RyaW5nO1xuICAgIGxpbmtzPzogUHVyb0J1dHRvbklbXTtcbiAgICBidXR0b24/OiBQdXJvQnV0dG9uSTtcbiAgICB0ZXh0Pzogc3RyaW5nO1xufVxuIiwiPGRpdiBjbGFzcz1cInB1cm80MDRcIj5cbiAgICA8ZGl2IGNsYXNzPVwicHVybzQwNF9fcGFnZU5vdEZvdW5kXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJwdXJvNDA0X19wYWdlTm90Rm91bmQtLWlubmVyXCI+XG4gICAgICAgICAgICBAaWYgKHRpdGxlKSB7XG4gICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwicHVybzQwNF9faGVhZGluZ1wiPnt7IHRpdGxlIH19PC9oMj5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIEBpZiAoc3VidGl0bGUpIHtcbiAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJwdXJvNDA0X19zdWJIZWFkaW5nXCI+e3sgc3VidGl0bGUgfX08L2gzPlxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInB1cm80MDRfX2NvbnRlbnRcIj5cbiAgICAgICAgICAgICAgICBAaWYgKGRlc2NyaXB0aW9uIHx8IGxpbmspIHtcbiAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJwdXJvNDA0X190ZXh0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGRlc2NyaXB0aW9uKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gW2lubmVySFRNTF09XCJkZXNjcmlwdGlvblwiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIDxiciAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChsaW5rKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwibGluay51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwibGluay5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuX19saW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPnt7IGxpbmsubGFiZWwgfX08L2FcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cInB1cm80MDRfX2NvbnRhY3RcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInB1cm80MDRfX2NvbnRhY3QtLWlubmVyXCI+XG4gICAgICAgICAgICBAaWYgKGNvbnRhY3QpIHtcbiAgICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgICAgICBAaWYgKGNvbnRhY3QudGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxoNCBjbGFzcz1cInB1cm80MDRfX2NvbnRhY3RIZWFkaW5nXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgY29udGFjdC50aXRsZSB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9oND5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBAaWYgKGNvbnRhY3QubGlua3MgJiYgY29udGFjdC5saW5rcy5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwicHVybzQwNF9fY29udGFjdFRleHRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChsaW5rIG9mIGNvbnRhY3QubGlua3M7IHRyYWNrICRpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGxpbmspIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIFtocmVmXT1cImxpbmsudXJsXCI+e3sgbGluay5sYWJlbCB9fTwvYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjxiciAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoY29udGFjdC5idXR0b24pIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cImNvbnRhY3QuYnV0dG9uLnVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiY29udGFjdC5idXR0b24ubGlua1R5cGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG5fX2xpbmtcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPnt7IGNvbnRhY3QuYnV0dG9uLmxhYmVsIH19PC9hXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIEBpZiAoYWRkcmVzcykge1xuICAgICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgICAgIEBpZiAoYWRkcmVzcy50aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgPGg0IGNsYXNzPVwicHVybzQwNF9fY29udGFjdEhlYWRpbmdcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBhZGRyZXNzLnRpdGxlIH19XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2g0PlxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIEBpZiAoYWRkcmVzcy50ZXh0IHx8IGFkZHJlc3MuYnV0dG9uKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInB1cm80MDRfX2NvbnRhY3RUZXh0XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChhZGRyZXNzLnRleHQpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gW2lubmVySFRNTF09XCJhZGRyZXNzLnRleHRcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoYWRkcmVzcy5idXR0b24pIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cImFkZHJlc3MuYnV0dG9uLnVybFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiYWRkcmVzcy5idXR0b24ubGlua1R5cGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG5fX2xpbmtcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPnt7IGFkZHJlc3MuYnV0dG9uLmxhYmVsIH19PC9hXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIH1cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
@@ -754,11 +754,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
754
754
 
755
755
  class Puro404Component {
756
756
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Puro404Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
757
- 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" }, ngImport: i0, template: "<div class=\"puro404\">\n <div class=\"puro404__pageNotFound\">\n <div class=\"puro404__pageNotFound--inner\">\n @if (title) {\n <h2 class=\"puro404__heading\">{{ title }}</h2>\n }\n @if (subtitle) {\n <h3 class=\"puro404__subHeading\">{{ subtitle }}</h3>\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 >{{ 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 <h4 class=\"puro404__contactHeading\">\n {{ contact.title }}\n </h4>\n }\n @if (contact.links && contact.links.length) {\n <p class=\"puro404__contactText\">\n @for (link of contact.links; track $index) {\n <a [href]=\"link.url\">{{ link.label }}</a\n ><br />\n }\n @if (contact.button) {\n <a\n [href]=\"contact.button.url\"\n [linkType]=\"contact.button.linkType\"\n class=\"btn__link\"\n >{{ contact.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n @if (address) {\n <div>\n @if (address.title) {\n <h4 class=\"puro404__contactHeading\">\n {{ address.title }}\n </h4>\n }\n @if (address.text || address.button) {\n <p class=\"puro404__contactText\">\n @if (address.text) {\n <span [innerHTML]=\"address.text\"></span>\n }\n @if (address.button) {\n <a\n [href]=\"address.button.url\"\n [linkType]=\"address.button.linkType\"\n class=\"btn__link\"\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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
757
+ 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" }, ngImport: i0, template: "<div class=\"puro404\">\n <div class=\"puro404__pageNotFound\">\n <div class=\"puro404__pageNotFound--inner\">\n @if (title) {\n <h2 class=\"puro404__heading\">{{ title }}</h2>\n }\n @if (subtitle) {\n <h3 class=\"puro404__subHeading\">{{ subtitle }}</h3>\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 >{{ 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 <h4 class=\"puro404__contactHeading\">\n {{ contact.title }}\n </h4>\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 [href]=\"link.url\">{{ 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 >{{ contact.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n @if (address) {\n <div>\n @if (address.title) {\n <h4 class=\"puro404__contactHeading\">\n {{ address.title }}\n </h4>\n }\n @if (address.text || address.button) {\n <p class=\"puro404__contactText\">\n @if (address.text) {\n <span [innerHTML]=\"address.text\"></span>\n }\n @if (address.button) {\n <a\n [href]=\"address.button.url\"\n [linkType]=\"address.button.linkType\"\n class=\"btn__link\"\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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
758
758
  }
759
759
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Puro404Component, decorators: [{
760
760
  type: Component,
761
- args: [{ selector: 'lib-puro-404', standalone: true, imports: [CommonModule, PuroLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"puro404\">\n <div class=\"puro404__pageNotFound\">\n <div class=\"puro404__pageNotFound--inner\">\n @if (title) {\n <h2 class=\"puro404__heading\">{{ title }}</h2>\n }\n @if (subtitle) {\n <h3 class=\"puro404__subHeading\">{{ subtitle }}</h3>\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 >{{ 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 <h4 class=\"puro404__contactHeading\">\n {{ contact.title }}\n </h4>\n }\n @if (contact.links && contact.links.length) {\n <p class=\"puro404__contactText\">\n @for (link of contact.links; track $index) {\n <a [href]=\"link.url\">{{ link.label }}</a\n ><br />\n }\n @if (contact.button) {\n <a\n [href]=\"contact.button.url\"\n [linkType]=\"contact.button.linkType\"\n class=\"btn__link\"\n >{{ contact.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n @if (address) {\n <div>\n @if (address.title) {\n <h4 class=\"puro404__contactHeading\">\n {{ address.title }}\n </h4>\n }\n @if (address.text || address.button) {\n <p class=\"puro404__contactText\">\n @if (address.text) {\n <span [innerHTML]=\"address.text\"></span>\n }\n @if (address.button) {\n <a\n [href]=\"address.button.url\"\n [linkType]=\"address.button.linkType\"\n class=\"btn__link\"\n >{{ address.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n </div>\n </div>\n</div>\n" }]
761
+ args: [{ selector: 'lib-puro-404', standalone: true, imports: [CommonModule, PuroLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"puro404\">\n <div class=\"puro404__pageNotFound\">\n <div class=\"puro404__pageNotFound--inner\">\n @if (title) {\n <h2 class=\"puro404__heading\">{{ title }}</h2>\n }\n @if (subtitle) {\n <h3 class=\"puro404__subHeading\">{{ subtitle }}</h3>\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 >{{ 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 <h4 class=\"puro404__contactHeading\">\n {{ contact.title }}\n </h4>\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 [href]=\"link.url\">{{ 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 >{{ contact.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n @if (address) {\n <div>\n @if (address.title) {\n <h4 class=\"puro404__contactHeading\">\n {{ address.title }}\n </h4>\n }\n @if (address.text || address.button) {\n <p class=\"puro404__contactText\">\n @if (address.text) {\n <span [innerHTML]=\"address.text\"></span>\n }\n @if (address.button) {\n <a\n [href]=\"address.button.url\"\n [linkType]=\"address.button.linkType\"\n class=\"btn__link\"\n >{{ address.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n </div>\n </div>\n</div>\n" }]
762
762
  }], propDecorators: { title: [{
763
763
  type: Input
764
764
  }], subtitle: [{
@@ -1 +1 @@
1
- {"version":3,"file":"ctt-puro.mjs","sources":["../../../projects/puro/src/lib/directives/pruo-link-type/puro-link-type.directive.ts","../../../projects/puro/src/lib/directives/puro-script/puro-script.directive.ts","../../../projects/puro/src/lib/components/puro-404/puro-404.component.ts","../../../projects/puro/src/lib/components/puro-404/puro-404.component.html","../../../projects/puro/src/lib/components/puro-advantages/puro-advantages.component.ts","../../../projects/puro/src/lib/components/puro-advantages/puro-advantages.component.html","../../../projects/puro/src/lib/components/puro-advantages-small/puro-advantages-small.component.ts","../../../projects/puro/src/lib/components/puro-advantages-small/puro-advantages-small.component.html","../../../projects/puro/src/lib/components/puro-banner4col/puro-banner4col.component.ts","../../../projects/puro/src/lib/components/puro-banner4col/puro-banner4col.component.html","../../../projects/puro/src/lib/components/puro-engine/puro-engine.component.ts","../../../projects/puro/src/lib/components/puro-engine/puro-engine.component.html","../../../projects/puro/src/lib/components/puro-footer-beachs/puro-footer-beachs.component.ts","../../../projects/puro/src/lib/components/puro-footer-beachs/puro-footer-beachs.component.html","../../../projects/puro/src/lib/components/puro-footer-hotels/puro-footer-hotels.component.ts","../../../projects/puro/src/lib/components/puro-footer-hotels/puro-footer-hotels.component.html","../../../projects/puro/src/lib/components/puro-footer-info/puro-footer-info.component.ts","../../../projects/puro/src/lib/components/puro-footer-info/puro-footer-info.component.html","../../../projects/puro/src/lib/components/puro-footer-links/puro-footer-links.component.ts","../../../projects/puro/src/lib/components/puro-footer-links/puro-footer-links.component.html","../../../projects/puro/src/lib/components/puro-gallery/puro-gallery.component.ts","../../../projects/puro/src/lib/components/puro-gallery/puro-gallery.component.html","../../../projects/puro/src/lib/components/puro-grid3col-filter/puro-grid3col-filter.component.ts","../../../projects/puro/src/lib/components/puro-grid3col-filter/puro-grid3col-filter.component.html","../../../projects/puro/src/lib/components/puro-grid3col-plus-filter/puro-grid3col-plus-filter.component.ts","../../../projects/puro/src/lib/components/puro-grid3col-plus-filter/puro-grid3col-plus-filter.component.html","../../../projects/puro/src/lib/components/puro-grid3col-slider/puro-grid3col-slider.component.ts","../../../projects/puro/src/lib/components/puro-grid3col-slider/puro-grid3col-slider.component.html","../../../projects/puro/src/lib/components/puro-grid4items/puro-grid4items.component.ts","../../../projects/puro/src/lib/components/puro-grid4items/puro-grid4items.component.html","../../../projects/puro/src/lib/components/puro-grid5items/puro-grid5items.component.ts","../../../projects/puro/src/lib/components/puro-grid5items/puro-grid5items.component.html","../../../projects/puro/src/lib/components/puro-grid6items/puro-grid6items.component.ts","../../../projects/puro/src/lib/components/puro-grid6items/puro-grid6items.component.html","../../../projects/puro/src/lib/components/puro-header/puro-header.component.ts","../../../projects/puro/src/lib/components/puro-header/puro-header.component.html","../../../projects/puro/src/lib/components/puro-hotels-modal/puro-hotels-modal.component.ts","../../../projects/puro/src/lib/components/puro-hotels-modal/puro-hotels-modal.component.html","../../../projects/puro/src/lib/components/puro-img-info/puro-img-info.component.ts","../../../projects/puro/src/lib/components/puro-img-info/puro-img-info.component.html","../../../projects/puro/src/lib/components/puro-info-banner/puro-info-banner.component.ts","../../../projects/puro/src/lib/components/puro-info-banner/puro-info-banner.component.html","../../../projects/puro/src/lib/components/puro-info-big/puro-info-big.component.ts","../../../projects/puro/src/lib/components/puro-info-big/puro-info-big.component.html","../../../projects/puro/src/lib/components/puro-info-details/puro-info-details.component.ts","../../../projects/puro/src/lib/components/puro-info-details/puro-info-details.component.html","../../../projects/puro/src/lib/components/puro-info-gallery/puro-info-gallery.component.ts","../../../projects/puro/src/lib/components/puro-info-gallery/puro-info-gallery.component.html","../../../projects/puro/src/lib/components/puro-info-intro/puro-info-intro.component.ts","../../../projects/puro/src/lib/components/puro-info-intro/puro-info-intro.component.html","../../../projects/puro/src/lib/components/puro-info-list/puro-info-list.component.ts","../../../projects/puro/src/lib/components/puro-info-list/puro-info-list.component.html","../../../projects/puro/src/lib/components/puro-info-services/puro-info-services.component.ts","../../../projects/puro/src/lib/components/puro-info-services/puro-info-services.component.html","../../../projects/puro/src/lib/components/puro-info-slider/puro-info-slider.component.ts","../../../projects/puro/src/lib/components/puro-info-slider/puro-info-slider.component.html","../../../projects/puro/src/lib/components/puro-info-table/puro-info-table.component.ts","../../../projects/puro/src/lib/components/puro-info-table/puro-info-table.component.html","../../../projects/puro/src/lib/components/puro-info-video/puro-info-video.component.ts","../../../projects/puro/src/lib/components/puro-info-video/puro-info-video.component.html","../../../projects/puro/src/lib/components/puro-info2col/puro-info2col.component.ts","../../../projects/puro/src/lib/components/puro-info2col/puro-info2col.component.html","../../../projects/puro/src/lib/components/puro-languages-modal/puro-languages-modal.component.ts","../../../projects/puro/src/lib/components/puro-languages-modal/puro-languages-modal.component.html","../../../projects/puro/src/lib/components/puro-list-awards/puro-list-awards.component.ts","../../../projects/puro/src/lib/components/puro-list-awards/puro-list-awards.component.html","../../../projects/puro/src/lib/components/puro-list-general/puro-list-general.component.ts","../../../projects/puro/src/lib/components/puro-list-general/puro-list-general.component.html","../../../projects/puro/src/lib/components/puro-list-logos/puro-list-logos.component.ts","../../../projects/puro/src/lib/components/puro-list-logos/puro-list-logos.component.html","../../../projects/puro/src/lib/components/puro-map-list/puro-map-list.component.ts","../../../projects/puro/src/lib/components/puro-map-list/puro-map-list.component.html","../../../projects/puro/src/lib/components/puro-menu/puro-menu.component.ts","../../../projects/puro/src/lib/components/puro-menu/puro-menu.component.html","../../../projects/puro/src/lib/components/puro-music-slider/puro-music-slider.component.ts","../../../projects/puro/src/lib/components/puro-music-slider/puro-music-slider.component.html","../../../projects/puro/src/lib/components/puro-newsletter/puro-newsletter.component.ts","../../../projects/puro/src/lib/components/puro-newsletter/puro-newsletter.component.html","../../../projects/puro/src/lib/components/puro-offers-slider/puro-offers-slider.component.ts","../../../projects/puro/src/lib/components/puro-offers-slider/puro-offers-slider.component.html","../../../projects/puro/src/lib/components/puro-photo-slider/puro-photo-slider.component.ts","../../../projects/puro/src/lib/components/puro-photo-slider/puro-photo-slider.component.html","../../../projects/puro/src/lib/components/puro-schedule/puro-schedule.component.ts","../../../projects/puro/src/lib/components/puro-schedule/puro-schedule.component.html","../../../projects/puro/src/lib/components/puro-slider1col/puro-slider1col.component.ts","../../../projects/puro/src/lib/components/puro-slider1col/puro-slider1col.component.html","../../../projects/puro/src/lib/components/puro-slider2col/puro-slider2col.component.ts","../../../projects/puro/src/lib/components/puro-slider2col/puro-slider2col.component.html","../../../projects/puro/src/lib/components/puro-slider3card/puro-slider3card.component.ts","../../../projects/puro/src/lib/components/puro-slider3card/puro-slider3card.component.html","../../../projects/puro/src/lib/components/puro-slider3col/puro-slider3col.component.ts","../../../projects/puro/src/lib/components/puro-slider3col/puro-slider3col.component.html","../../../projects/puro/src/lib/components/puro-slider3col-round/puro-slider3col-round.component.ts","../../../projects/puro/src/lib/components/puro-slider3col-round/puro-slider3col-round.component.html","../../../projects/puro/src/lib/components/puro-thanks/puro-thanks.component.ts","../../../projects/puro/src/lib/components/puro-thanks/puro-thanks.component.html","../../../projects/puro/src/lib/components/puro-top-slider/puro-top-slider.component.ts","../../../projects/puro/src/lib/components/puro-top-slider/puro-top-slider.component.html","../../../projects/puro/src/lib/components/puro-vertical-info/puro-vertical-info.component.ts","../../../projects/puro/src/lib/components/puro-vertical-info/puro-vertical-info.component.html","../../../projects/puro/src/lib/components/puro-webmap/puro-webmap.component.ts","../../../projects/puro/src/lib/components/puro-webmap/puro-webmap.component.html","../../../projects/puro/src/lib/services/screen-sizer/screen-sizer.service.token.ts","../../../projects/puro/src/lib/services/screen-sizer/screen-sizer.service.ts","../../../projects/puro/src/public-api.ts","../../../projects/puro/src/ctt-puro.ts"],"sourcesContent":["import { Directive, HostListener, Input } from '@angular/core';\r\nimport { Router } from '@angular/router';\r\n\r\n@Directive({\r\n selector: '[linkType]',\r\n standalone: true,\r\n})\r\nexport class PuroLinkTypeDirective {\r\n @Input() linkType?: string;\r\n @Input() href?: string;\r\n constructor(private readonly router: Router) {}\r\n\r\n @HostListener('click', ['$event'])\r\n btnClick(event: Event): void {\r\n if (this.linkType?.includes('internal')) {\r\n event.preventDefault();\r\n if (this.href) {\r\n this.router.navigateByUrl('/' + this.href);\r\n }\r\n } else {\r\n window.open(this.href, '_blank');\r\n }\r\n }\r\n}\r\n","import { Directive, effect, Input, WritableSignal } from '@angular/core';\r\n\r\ndeclare var $: any;\r\ndeclare var jQuery: any;\r\n\r\n@Directive({\r\n selector: '[scriptLoader]',\r\n standalone: true,\r\n})\r\nexport class PuroScriptDirective {\r\n @Input({ required: true }) dataLoaded!: WritableSignal<boolean>;\r\n\r\n constructor() {\r\n effect(() => {\r\n if (this.dataLoaded()) {\r\n this.loadScript();\r\n }\r\n });\r\n }\r\n\r\n // load modules slider\r\n loadScript() {\r\n setTimeout(() => {\r\n // load modules slider\r\n function load_slider() {\r\n $('.js-active-slider')?.each(function (this: HTMLElement) {\r\n // variables\r\n var parent = $(this),\r\n slider_name = parent.data('slider_name'),\r\n slider_speed = parent.data('slider_speed'),\r\n slider_showbtns = parent.data('slider_showbtns'),\r\n slider_arrows = parent.find('.js-slider-arrows'),\r\n slider_dots = parent.find('.js-slider-dots'),\r\n info = parent.find('.js-content-slider'),\r\n slider_btns = parent.data('slider_btns'),\r\n slider_showdots = parent.data('slider_showdots'),\r\n slider_fade = parent.data('slider_fade'),\r\n slider_centermode = parent.data('slider_centermode'),\r\n slider_autoplay = parent.data('slider_autoplay'),\r\n slider_pc = parent.data('slides_pc'),\r\n slider_laptop = parent.data('slides_laptop'),\r\n slider_tablet = parent.data('slides_tablet'),\r\n slider_mobile = parent.data('slides_mobile'),\r\n slider_mobile_small = parent.data(\r\n 'slides_mobile_small'\r\n ),\r\n slider_mobile_xsmall = parent.data(\r\n 'slides_mobile_xsmall'\r\n ),\r\n slider_infinite = parent.data('slides_infinite'),\r\n sliderrows_pc = parent.data('slidesrows_pc'),\r\n sliderrows_laptop = parent.data('slidesrows_laptop'),\r\n sliderrows_tablet = parent.data('slidesrows_tablet'),\r\n sliderrows_mobile = parent.data('slidesrows_mobile'),\r\n sliderrows_mobile_small = parent.data(\r\n 'slidesrows_mobile_small'\r\n ),\r\n sliderrows_mobile_xsmall = parent.data(\r\n 'slidesrows_mobile_xsmall'\r\n ),\r\n slider_selector = parent.find('.' + slider_name);\r\n\r\n if (parent.hasClass('slick-initialized')) return;\r\n\r\n if (!slider_speed) {\r\n slider_speed = 750;\r\n }\r\n if (!slider_centermode) {\r\n slider_centermode = 'false';\r\n }\r\n if (!slider_mobile_xsmall) {\r\n slider_mobile_xsmall = slider_mobile_small;\r\n }\r\n if (!sliderrows_pc) {\r\n sliderrows_pc = 1;\r\n }\r\n if (!sliderrows_laptop) {\r\n sliderrows_laptop = 1;\r\n }\r\n if (!sliderrows_tablet) {\r\n sliderrows_tablet = 1;\r\n }\r\n if (!sliderrows_mobile) {\r\n sliderrows_mobile = 1;\r\n }\r\n if (!sliderrows_mobile_small) {\r\n sliderrows_mobile_small = 1;\r\n }\r\n if (!sliderrows_mobile_xsmall) {\r\n sliderrows_mobile_xsmall = 1;\r\n }\r\n if (window.innerWidth < 540 && parent.hasClass('rows-2')) {\r\n sliderrows_pc = 1;\r\n }\r\n if (slider_selector == 'js-spotifyPlayer-slider') {\r\n $(slider_selector).on(\r\n 'beforeChange',\r\n (\r\n event: Event,\r\n slick: any,\r\n currentSlide: any,\r\n nextSlide: any\r\n ) => {\r\n if (currentSlide !== nextSlide) {\r\n document\r\n .querySelectorAll(\r\n '.slick-center + .slick-cloned'\r\n )\r\n .forEach((next) => {\r\n setTimeout(() =>\r\n next.classList.add(\r\n 'slick-current',\r\n 'slick-center'\r\n )\r\n );\r\n });\r\n }\r\n }\r\n );\r\n }\r\n\r\n //init slider\r\n if (slider_selector.length === 0) {\r\n return;\r\n } else {\r\n if (info.length != 0) {\r\n $(slider_selector)?.slick({\r\n dots: slider_showdots,\r\n arrows: slider_showbtns,\r\n appendArrows: slider_arrows,\r\n prevArrow:\r\n \"<div class='prev \" +\r\n slider_btns +\r\n \" slick-btn slick-prev' role='button' tabindex='0'><i class='icon-6'></i></div>\",\r\n nextArrow:\r\n \"<div class='next \" +\r\n slider_btns +\r\n \" slick-btn slick-next' role='button' tabindex='0'><i class='icon-6'></i></div>\",\r\n appendDots: slider_dots,\r\n customPaging: function (slick: any, i: number) {\r\n var slide_heading = $(slick.$slides[i])\r\n ?.find('[data-slide_heading]')\r\n ?.attr('data-slide_heading');\r\n $();\r\n return $(\r\n '<button type=\"button\" class=\"slick-slideDot-label\" />'\r\n )?.text(slide_heading);\r\n },\r\n infinite: slider_infinite,\r\n useTransform: true,\r\n fade: slider_fade,\r\n centerMode: slider_centermode,\r\n centerPadding: '0',\r\n cssEase:\r\n 'cubic-bezier(0.785, 0.135, 0.15, 0.86)',\r\n speed: slider_speed,\r\n slidesToShow: slider_pc,\r\n slidesToScroll: 1,\r\n rows: sliderrows_pc,\r\n autoplay: slider_autoplay,\r\n autoplaySpeed: 5000,\r\n asNavFor: info,\r\n responsive: [\r\n {\r\n breakpoint: 1680,\r\n settings: {\r\n slidesToShow: slider_laptop,\r\n rows: sliderrows_laptop,\r\n },\r\n },\r\n {\r\n breakpoint: 1280,\r\n settings: {\r\n slidesToShow: slider_tablet,\r\n rows: sliderrows_tablet,\r\n },\r\n },\r\n {\r\n breakpoint: 1024,\r\n settings: {\r\n slidesToShow: slider_mobile,\r\n rows: sliderrows_mobile,\r\n },\r\n },\r\n {\r\n breakpoint: 768,\r\n settings: {\r\n slidesToShow: slider_mobile_small,\r\n rows: sliderrows_mobile_small,\r\n },\r\n },\r\n {\r\n breakpoint: 540,\r\n settings: {\r\n slidesToShow: slider_mobile_xsmall,\r\n rows: sliderrows_mobile_xsmall,\r\n },\r\n },\r\n {\r\n breakpoint: 0,\r\n settings: {\r\n slidesToShow: slider_mobile_xsmall,\r\n rows: sliderrows_mobile_xsmall,\r\n },\r\n },\r\n ],\r\n });\r\n info.slick({\r\n dots: false,\r\n arrows: false,\r\n infinite: true,\r\n useTransform: true,\r\n cssEase:\r\n 'cubic-bezier(0.785, 0.135, 0.15, 0.86)',\r\n speed: 750,\r\n fade: true,\r\n slidesToShow: 1,\r\n slidesToScroll: 1,\r\n autoplay: false,\r\n autoplaySpeed: 5000,\r\n draggable: false,\r\n swipe: false,\r\n swipeToSlide: false,\r\n touchMove: false,\r\n });\r\n } else {\r\n $(slider_selector)?.slick({\r\n dots: slider_showdots,\r\n arrows: slider_showbtns,\r\n appendArrows: slider_arrows,\r\n prevArrow:\r\n \"<div class='prev \" +\r\n slider_btns +\r\n \" slick-btn slick-prev' role='button' tabindex='0'><i class='icon-6'></i></div>\",\r\n nextArrow:\r\n \"<div class='next \" +\r\n slider_btns +\r\n \" slick-btn slick-next' role='button' tabindex='0'><i class='icon-6'></i></div>\",\r\n appendDots: slider_dots,\r\n customPaging: function (slick: any, i: number) {\r\n var slide_heading = $(slick.$slides[i])\r\n .find('[data-slide_heading]')\r\n ?.attr('data-slide_heading');\r\n return $(\r\n '<button type=\"button\" class=\"slick-slideDot-label\" />'\r\n )?.text(slide_heading);\r\n },\r\n infinite: slider_infinite,\r\n useTransform: true,\r\n fade: slider_fade,\r\n centerMode: slider_centermode,\r\n centerPadding: '0',\r\n cssEase:\r\n 'cubic-bezier(0.785, 0.135, 0.15, 0.86)',\r\n speed: slider_speed,\r\n slidesToShow: slider_pc,\r\n slidesToScroll: 1,\r\n rows: sliderrows_pc,\r\n autoplay: slider_autoplay,\r\n autoplaySpeed: 5000,\r\n swipeToSlide: true,\r\n responsive: [\r\n {\r\n breakpoint: 1680,\r\n settings: {\r\n slidesToShow: slider_laptop,\r\n rows: sliderrows_laptop,\r\n },\r\n },\r\n {\r\n breakpoint: 1366,\r\n settings: {\r\n slidesToShow: slider_tablet,\r\n rows: sliderrows_tablet,\r\n },\r\n },\r\n {\r\n breakpoint: 1024,\r\n settings: {\r\n slidesToShow: slider_mobile,\r\n rows: sliderrows_mobile,\r\n },\r\n },\r\n {\r\n breakpoint: 768,\r\n settings: {\r\n slidesToShow: slider_mobile_small,\r\n rows: sliderrows_mobile_small,\r\n },\r\n },\r\n {\r\n breakpoint: 540,\r\n settings: {\r\n slidesToShow: slider_mobile_xsmall,\r\n rows: sliderrows_mobile_xsmall,\r\n },\r\n },\r\n ],\r\n });\r\n }\r\n }\r\n });\r\n }\r\n\r\n // if element is visible\r\n function isScrolledIntoView(el: HTMLElement, distance: number) {\r\n var rect = el.getBoundingClientRect(),\r\n elemTop = rect.top - distance,\r\n elemBottom = rect.bottom,\r\n isVisible = elemTop < window.innerHeight;\r\n return isVisible;\r\n }\r\n\r\n $(document).ready(function () {\r\n load_slider();\r\n\r\n function nav_sticky() {\r\n var mobileHeader = 1;\r\n var space = $('.banner');\r\n var window_position =\r\n document.documentElement.scrollTop ||\r\n document.body.scrollTop;\r\n if (window_position >= space?.outerHeight()) {\r\n document\r\n .querySelector('body')\r\n ?.classList.add('nav-sticky');\r\n } else {\r\n document\r\n .querySelector('body')\r\n ?.classList.remove('nav-sticky');\r\n }\r\n if (window_position >= mobileHeader) {\r\n document\r\n .querySelector('body')\r\n ?.classList.add('mobile-sticky');\r\n } else {\r\n document\r\n .querySelector('body')\r\n ?.classList.remove('mobile-sticky');\r\n }\r\n }\r\n\r\n (function (o, a: any, $) {\r\n if (o && a) {\r\n nav_sticky();\r\n window.addEventListener('scroll', function () {\r\n nav_sticky();\r\n });\r\n }\r\n })(document.querySelector('body'), jQuery);\r\n\r\n // (function (a, $) {\r\n // if (a.length) {\r\n // if (isScrolledIntoView(a[0], 300)) {\r\n // load_files();\r\n // }\r\n // window.addEventListener('scroll', function () {\r\n // if (isScrolledIntoView(a[0], 300)) {\r\n // load_files();\r\n // }\r\n // });\r\n // }\r\n // })(\r\n // document.querySelectorAll('.js-active-slider') as any,\r\n // jQuery\r\n // );\r\n\r\n // function arrows section position\r\n (function (a, $) {\r\n if (a.length) {\r\n $('.js-slider_fix-arrows')?.each(function (\r\n this: HTMLElement\r\n ) {\r\n var slider = $(this);\r\n var arrows = slider.siblings('.js-slider-arrows');\r\n function calc_position() {\r\n var height_selector;\r\n if (\r\n slider\r\n ?.find('.js-slider_fix-arrows-zone')\r\n ?.hasClass('mobile') &&\r\n window.innerWidth <= 1279\r\n ) {\r\n height_selector = slider.find(\r\n '.js-slider_fix-arrows-zone.mobile'\r\n );\r\n } else if (\r\n slider\r\n ?.find('.js-slider_fix-arrows-zone')\r\n ?.hasClass('desktop') &&\r\n window.innerWidth >= 1280\r\n ) {\r\n height_selector = slider?.find(\r\n '.js-slider_fix-arrows-zone.desktop'\r\n );\r\n } else {\r\n height_selector = slider?.find(\r\n '.js-slider_fix-arrows-zone'\r\n );\r\n }\r\n var height =\r\n height_selector?.offset()!.top -\r\n height_selector\r\n .parents('.relative')\r\n .offset()!.top +\r\n height_selector.outerHeight()! / 2;\r\n arrows.css('top', height + 'px');\r\n }\r\n calc_position();\r\n setTimeout(function () {\r\n calc_position();\r\n }, 500);\r\n $(window).scroll(function () {\r\n calc_position();\r\n });\r\n });\r\n }\r\n })(document.querySelectorAll('.js-slider_fix-arrows'), jQuery);\r\n\r\n (function (a, $) {\r\n if (a.length) {\r\n //open popup\r\n $('.js-active-modal')?.each(function (\r\n this: HTMLElement\r\n ) {\r\n var parent = $(this),\r\n modal_name = parent.data('modal_name');\r\n parent.click(function (this: HTMLElement) {\r\n if (modal_name === 'gallery') {\r\n var selected = $(this);\r\n var filter = selected\r\n .parent()\r\n .attr('data-category');\r\n var slider = $('.modal__zoom--slider');\r\n var main_photo = selected\r\n .parent()\r\n .attr('data-img');\r\n var main_title = selected\r\n .parent()\r\n .attr('data-title');\r\n var main_id = selected.parent().attr('id');\r\n var img = $(\r\n '<div><span class=\"modal__title\">' +\r\n main_title +\r\n '</span> <img class=\"modal__slider--img\" src=\"' +\r\n main_photo +\r\n '\" /></div>'\r\n );\r\n slider.append(img);\r\n\r\n if (\r\n $('.js-filter-gallery.active')?.attr(\r\n 'data-filter_category'\r\n ) === 'all'\r\n ) {\r\n ($('.filter-items') as any)?.each(\r\n function (\r\n ele: HTMLElement,\r\n gallery_item: HTMLElement\r\n ) {\r\n if (\r\n $(gallery_item)?.is(\r\n ':visible'\r\n )\r\n ) {\r\n var photo =\r\n $(gallery_item)?.attr(\r\n 'data-img'\r\n );\r\n var title =\r\n $(gallery_item)?.attr(\r\n 'data-title'\r\n );\r\n var append_id =\r\n $(gallery_item)?.attr(\r\n 'id'\r\n );\r\n var img = $(\r\n '<div><span class=\"modal__title\">' +\r\n title +\r\n '</span><img class=\"modal__slider--img\" src=\"' +\r\n photo +\r\n '\" /></div>'\r\n );\r\n if (main_id != append_id) {\r\n slider.append(img);\r\n }\r\n }\r\n }\r\n );\r\n } else {\r\n (\r\n $(\r\n '[data-category=' + filter + ']'\r\n ) as any\r\n )?.each(function (\r\n ele: HTMLElement,\r\n gallery_item: HTMLElement\r\n ) {\r\n if (\r\n $(gallery_item)?.is(':visible')\r\n ) {\r\n var photo =\r\n $(gallery_item)?.attr(\r\n 'data-img'\r\n );\r\n var title =\r\n $(gallery_item)?.attr(\r\n 'data-title'\r\n );\r\n var append_id =\r\n $(gallery_item)?.attr('id');\r\n var img = $(\r\n '<div><span class=\"modal__title\">' +\r\n title +\r\n '</span><img class=\"modal__slider--img\" src=\"' +\r\n photo +\r\n '\" /></div>'\r\n );\r\n if (main_id != append_id) {\r\n slider.append(img);\r\n }\r\n }\r\n });\r\n }\r\n // load_files();\r\n setTimeout(function () {\r\n var slider_arrows = $(\r\n '.modal__zoom--slider'\r\n )\r\n .parent()\r\n .find('.js-slider-arrows');\r\n (\r\n $('.modal__zoom--slider') as any\r\n )?.slick({\r\n fade: true,\r\n appendArrows: slider_arrows,\r\n prevArrow:\r\n \"<div class='prev slick-btn slick-prev slick-arrow' role='button' tabindex='0'><i class='icon-6'></i></div>\",\r\n nextArrow:\r\n \"<div class='next slick-btn slick-next slick-arrow' role='button' tabindex='0'><i class='icon-6'></i></div>\",\r\n });\r\n }, 100);\r\n }\r\n\r\n if (modal_name === 't-offers') {\r\n $('body')?.addClass(\r\n modal_name + ' toasts--open'\r\n );\r\n } else {\r\n $('body')?.addClass(\r\n modal_name + ' modal--open'\r\n );\r\n }\r\n });\r\n });\r\n }\r\n })(document.querySelectorAll('.js-active-modal'), jQuery);\r\n\r\n (function (a, $) {\r\n if (a.length) {\r\n //close popup\r\n $('.js-close')?.each(function (this: HTMLElement) {\r\n var parent = $(this),\r\n modal_name = parent.data('modal_name');\r\n parent.click(function () {\r\n if (modal_name === 'gallery') {\r\n ($('.modal__zoom--slider') as any)?.slick(\r\n 'unslick'\r\n );\r\n $('.modal__zoom--slider')?.empty();\r\n $('body')?.hasClass(modal_name) &&\r\n $('body')?.hasClass('modal--open')\r\n ? $('body').removeClass(\r\n modal_name + ' modal--open'\r\n )\r\n : $('body').addClass('');\r\n } else if (modal_name === 't-offers') {\r\n $('body').removeClass(\r\n modal_name + ' toasts--open'\r\n );\r\n } else {\r\n $('body').hasClass(modal_name) &&\r\n $('body').hasClass('modal--open')\r\n ? $('body').removeClass(\r\n modal_name + ' modal--open'\r\n )\r\n : $('body').addClass('');\r\n }\r\n });\r\n });\r\n }\r\n })(document.querySelectorAll('.js-close'), jQuery);\r\n\r\n (function (a, $) {\r\n if (a.length) {\r\n $('.js-filter-gallery')?.each(function (\r\n this: HTMLElement\r\n ) {\r\n var filter: any, active_filter;\r\n filter = $(this);\r\n filter.click(function () {\r\n $('.js-filter-gallery')?.removeClass('active');\r\n filter.addClass('active');\r\n active_filter = filter?.attr(\r\n 'data-filter_category'\r\n );\r\n if (active_filter === 'beachClub') {\r\n $(\r\n '.gallery__list .gallery__item'\r\n )?.addClass('show');\r\n } else {\r\n $(\r\n '.gallery__list .gallery__item'\r\n )?.removeClass('show');\r\n $(\r\n '.gallery__list .gallery__item[data-category=\"' +\r\n active_filter +\r\n '\"]'\r\n )?.addClass('show');\r\n }\r\n moveShowItemsToTop();\r\n });\r\n });\r\n function moveShowItemsToTop() {\r\n var $galleryList = $('.gallery__list');\r\n var $showItems = $galleryList?.find(\r\n '.gallery__item.show'\r\n );\r\n\r\n if ($showItems.length) {\r\n $showItems.detach();\r\n $galleryList.prepend($showItems);\r\n }\r\n }\r\n moveShowItemsToTop();\r\n }\r\n })(document.querySelectorAll('.js-filter-gallery'), jQuery);\r\n\r\n (function (a, $) {\r\n if (a.length) {\r\n $('.js-accordion')?.each(function (this: HTMLElement) {\r\n var tab = $(this);\r\n tab.click(function () {\r\n tab.parents('.faq__item').toggleClass('active');\r\n tab.next('.faq__content').slideToggle();\r\n });\r\n });\r\n }\r\n })(document.querySelectorAll('.js-accordion'), jQuery);\r\n (function (a, $) {\r\n if (a.length) {\r\n $('.btn__moreLess')?.on(\r\n 'click',\r\n function (this: HTMLElement) {\r\n const button = $(this);\r\n const content = button\r\n ?.closest('section')\r\n ?.find('.more-content');\r\n const section = button?.closest('section');\r\n\r\n content.slideToggle(() => {\r\n const isHidden = content.is(':hidden');\r\n section.toggleClass(\r\n 'moreLess--active',\r\n !isHidden\r\n );\r\n });\r\n }\r\n );\r\n }\r\n })(document.querySelectorAll('.btn__moreLess'), jQuery);\r\n (function ($) {\r\n // $(\".js-scrollto\").each(function() {\r\n // $(this).on(\"click\", function() {\r\n // var scrollToSelector = $(this).data(\"scroll_to\");\r\n // var spacer = parseInt($(this).data(\"scroll_spacer\"), 10) || 0;\r\n // var isActiveScroll = $(this).parent('ul').data('scroll_active');\r\n\r\n // if ($(window).width() >= 768) {\r\n // spacer += 20;\r\n // } else if ($(window).width() >= 540) {\r\n // spacer += 10;\r\n // }\r\n\r\n // if (scrollToSelector) {\r\n // $(\"html, body\").animate({ scrollTop: $(scrollToSelector).offset().top - spacer }, 1000);\r\n // }\r\n\r\n // if (isActiveScroll) {\r\n // $(this).addClass('active').siblings().removeClass('active');\r\n // }\r\n // });\r\n // });\r\n // $(window).on(\"scroll\", function() {\r\n // var scrollPos = $(window).scrollTop();\r\n\r\n // $(\".js-scrollto\").each(function() {\r\n // var spacer = parseInt($(this).data(\"scroll_spacer\"), 10) || 0;\r\n // var scrollToSelector = $(this).data(\"scroll_to\");\r\n // var isActiveScroll = $(this).parent('ul').data('scroll_active');\r\n // var offsetTop = $(scrollToSelector).offset().top;\r\n\r\n // if ($(window).width() >= 768) {\r\n // spacer += 30;\r\n // } else if ($(window).width() >= 540) {\r\n // spacer += 20;\r\n // }\r\n // if (isActiveScroll) {\r\n // if ($(scrollToSelector).css('display') !== 'none' && scrollPos >= offsetTop - spacer && scrollPos < offsetTop + $(scrollToSelector).outerHeight() - spacer) {\r\n // $(this).addClass('active').siblings().removeClass('active');\r\n\r\n // } else {\r\n // $(this).removeClass('active');\r\n // }\r\n // }\r\n\r\n // });\r\n // });\r\n\r\n /* hide offers toasts*/\r\n const $banner = $('.banner');\r\n function checkBannerVisibility() {\r\n const bannerTop = $banner?.offset()?.top ?? 0;\r\n const bannerBottom =\r\n bannerTop ??\r\n 0 + ($banner as any)?.outerHeight() ??\r\n 0;\r\n const viewportTop = $(window).scrollTop() ?? 0;\r\n const viewportBottom =\r\n viewportTop ?? 0 + ($(window).height() as any) ?? 0;\r\n\r\n if (\r\n bannerBottom <= viewportTop ||\r\n bannerTop >= viewportBottom\r\n ) {\r\n $('body').removeClass('t-offers toasts--open');\r\n }\r\n }\r\n\r\n $(window).on('scroll resize', checkBannerVisibility);\r\n checkBannerVisibility();\r\n })(jQuery),\r\n $('.mapPoints__item')?.each(function (this: HTMLElement) {\r\n var element = $(this);\r\n var elementIcon = element.find('.icon');\r\n elementIcon.on('click', function (e: HTMLElement) {\r\n element.siblings().removeClass('active');\r\n element.toggleClass('active');\r\n });\r\n });\r\n\r\n $('.js-personas-subfields').click(function (this: HTMLElement) {\r\n $(this).next('.js-fieldSub').slideToggle();\r\n });\r\n $('.js-apply-guests').click(function (this: HTMLElement) {\r\n const e = $(this).parents('.banner__fieldSub'),\r\n r = parseInt($('#adult').val());\r\n const a = parseInt($('#child').val());\r\n const n = r + a;\r\n e.hide();\r\n\r\n if (n <= 9) {\r\n e.siblings('.js-personas-subfields')\r\n .find('.banner__fieldControl')\r\n .text('0' + n);\r\n } else {\r\n e.siblings('.js-personas-subfields')\r\n .find('.banner__fieldControl')\r\n .text(n);\r\n }\r\n });\r\n $('.js-apply-guests1').click(function (this: HTMLElement) {\r\n const e = $(this).parents('.booking__fieldSub'),\r\n r = parseInt($('#adult1').val());\r\n const a = parseInt($('#child1').val());\r\n const n = r + a;\r\n e.hide();\r\n\r\n if (n <= 9) {\r\n e.siblings('.js-personas-subfields')\r\n .find('.booking__fieldControl')\r\n .text('0' + n);\r\n } else {\r\n e.siblings('.js-personas-subfields')\r\n .find('.booking__fieldControl')\r\n .text(n);\r\n }\r\n });\r\n\r\n $('.booking__fieldControl[type=\"text\"]').each(function (\r\n this: HTMLElement\r\n ) {\r\n let defaultvalue: any;\r\n\r\n const $fieldInner = $(this).parents('.booking__fieldInner');\r\n if (!defaultvalue) {\r\n defaultvalue = $fieldInner.attr('style') || '';\r\n }\r\n\r\n $(this).on('keyup', function (this: HTMLElement) {\r\n const textLength = $(this).val().length * 1.3;\r\n console.log(textLength);\r\n if (textLength == 0) {\r\n $fieldInner.attr('style', defaultvalue);\r\n } else {\r\n $fieldInner.css(\r\n '--labelLeftPosition',\r\n textLength + 'rem'\r\n );\r\n }\r\n });\r\n });\r\n });\r\n\r\n $(function () {\r\n $('[data-toggle=\"datepicker\"]').each(function (\r\n this: HTMLElement\r\n ) {\r\n $(this).datepicker({\r\n autoHide: true,\r\n zIndex: 9999,\r\n beforeShow: function (input: HTMLElement, inst: any) {\r\n setTimeout(function () {\r\n const inputOffset = $(input).offset();\r\n const inputWidth = $(input).outerWidth();\r\n const inputHeight = $(input).outerHeight();\r\n inst.dpDiv.css({\r\n top:\r\n inputOffset.top -\r\n inst.dpDiv.outerHeight() -\r\n 10 +\r\n 'px',\r\n left: inputOffset.left + 'px',\r\n });\r\n }, 0);\r\n },\r\n });\r\n });\r\n $('[data-toggle=\"datepicker1\"]').each(function (\r\n this: HTMLElement\r\n ) {\r\n $(this).datepicker({\r\n autoHide: true,\r\n zIndex: 9999,\r\n beforeShow: function (input: HTMLElement, inst: any) {\r\n setTimeout(function () {\r\n const inputOffset = $(input).offset();\r\n const inputWidth = $(input).outerWidth();\r\n const inputHeight = $(input).outerHeight();\r\n inst.dpDiv.css({\r\n top:\r\n inputOffset.top +\r\n inputHeight +\r\n 10 +\r\n 'px',\r\n left: inputOffset.left + 'px',\r\n });\r\n }, 0);\r\n },\r\n });\r\n });\r\n });\r\n\r\n // const videos = document.querySelectorAll(\".eventVideo video\");\r\n // if (videos.length > 0) {\r\n // videos.forEach(video => {\r\n // video.addEventListener(\"mouseenter\", () => {\r\n // video.play();\r\n // video.classList.add(\"hover\");\r\n // });\r\n // video.addEventListener(\"mouseleave\", () => {\r\n // video.pause();\r\n // video.classList.remove(\"hover\");\r\n // });\r\n // });\r\n // }\r\n\r\n document\r\n .querySelectorAll('.spotifyPlayer__album')\r\n .forEach((container) => {\r\n const audio = container.querySelector(\r\n '.spotifyPlayer__mp3'\r\n ) as any;\r\n const playPauseButton = container.querySelector(\r\n '.spotifyPlayer__albumPlayPause'\r\n );\r\n\r\n playPauseButton?.addEventListener('click', () => {\r\n if (audio?.paused) {\r\n // Pause any other playing audio elements\r\n document\r\n .querySelectorAll('.spotifyPlayer__mp3')\r\n .forEach((otherAudio: any) => {\r\n if (otherAudio !== audio) {\r\n otherAudio.pause();\r\n const otherButton = otherAudio\r\n .closest('.spotifyPlayer__album')\r\n .querySelector(\r\n '.spotifyPlayer__albumPlayPause'\r\n );\r\n otherButton.classList.remove('play');\r\n }\r\n });\r\n\r\n // Play the selected audio\r\n audio.play();\r\n playPauseButton.classList.add('play');\r\n } else {\r\n audio.pause();\r\n playPauseButton.classList.remove('play');\r\n }\r\n });\r\n });\r\n }, 0);\r\n }\r\n}\r\n","import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { PuroLinkTypeDirective } from '../../directives';\nimport { PuroButtonI } from '../../interfaces';\n\n@Component({\n selector: 'lib-puro-404',\n standalone: true,\n imports: [CommonModule, PuroLinkTypeDirective],\n templateUrl: './puro-404.component.html',\n styleUrl: './puro-404.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class Puro404Component {\n @Input() title?: string;\n @Input() subtitle?: string;\n @Input() description?: string;\n @Input() contact?: Puro404Info;\n @Input() link?: PuroButtonI;\n @Input() address?: Puro404Info;\n}\n\nexport interface Puro404Info {\n title?: string;\n links?: PuroButtonI[];\n button?: PuroButtonI;\n text?: string;\n}\n","<div class=\"puro404\">\n <div class=\"puro404__pageNotFound\">\n <div class=\"puro404__pageNotFound--inner\">\n @if (title) {\n <h2 class=\"puro404__heading\">{{ title }}</h2>\n }\n @if (subtitle) {\n <h3 class=\"puro404__subHeading\">{{ subtitle }}</h3>\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 >{{ 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 <h4 class=\"puro404__contactHeading\">\n {{ contact.title }}\n </h4>\n }\n @if (contact.links && contact.links.length) {\n <p class=\"puro404__contactText\">\n @for (link of contact.links; track $index) {\n <a [href]=\"link.url\">{{ link.label }}</a\n ><br />\n }\n @if (contact.button) {\n <a\n [href]=\"contact.button.url\"\n [linkType]=\"contact.button.linkType\"\n class=\"btn__link\"\n >{{ contact.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n @if (address) {\n <div>\n @if (address.title) {\n <h4 class=\"puro404__contactHeading\">\n {{ address.title }}\n </h4>\n }\n @if (address.text || address.button) {\n <p class=\"puro404__contactText\">\n @if (address.text) {\n <span [innerHTML]=\"address.text\"></span>\n }\n @if (address.button) {\n <a\n [href]=\"address.button.url\"\n [linkType]=\"address.button.linkType\"\n class=\"btn__link\"\n >{{ address.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n </div>\n </div>\n</div>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-advantages',\n standalone: true,\n imports: [],\n templateUrl: './puro-advantages.component.html',\n styleUrl: './puro-advantages.component.scss',\n})\nexport class PuroAdvantagesComponent {}\n","<p>puro-advantages works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-advantages-small',\n standalone: true,\n imports: [],\n templateUrl: './puro-advantages-small.component.html',\n styleUrl: './puro-advantages-small.component.scss',\n})\nexport class PuroAdvantagesSmallComponent {}\n","<p>puro-advantages-small works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-banner4col',\n standalone: true,\n imports: [],\n templateUrl: './puro-banner4col.component.html',\n styleUrl: './puro-banner4col.component.scss',\n})\nexport class PuroBanner4colComponent {}\n","<p>puro-banner4col works!</p>\n","import { CommonModule } from '@angular/common';\r\nimport { ChangeDetectionStrategy, Component, Input } from '@angular/core';\r\nimport { PuroButtonI, PuroInputI } from '../../interfaces';\r\nimport { PuroDropdownI } from '../../interfaces/puro-dropdown.interface';\r\n\r\n@Component({\r\n selector: 'lib-puro-engine',\r\n standalone: true,\r\n imports: [CommonModule],\r\n templateUrl: './puro-engine.component.html',\r\n styleUrl: './puro-engine.component.scss',\r\n changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class PuroEngineComponent {\r\n @Input() datepickerIn?: PuroInputI;\r\n @Input() datepickerOut?: PuroInputI;\r\n @Input() guestsInput?: PuroInputI;\r\n @Input() promoInput?: PuroInputI;\r\n @Input() adultsDropdown?: PuroDropdownI;\r\n @Input() kidsDropdown?: PuroDropdownI;\r\n @Input() btnApply?: PuroButtonI;\r\n @Input() button?: PuroButtonI;\r\n @Input() lang?: string;\r\n @Input() url?: string;\r\n @Input() hotel?: PuroHotel;\r\n @Input() codigo?: string;\r\n @Input() glValue?: string;\r\n}\r\n\r\nexport interface PuroHotel {\r\n id?: string;\r\n name?: string;\r\n ticket?: string;\r\n}\r\n\r\nexport interface PuroGuestValue {\r\n adults: number;\r\n kids: {\r\n code?: number;\r\n codeAges?: number[];\r\n };\r\n infants: number;\r\n}\r\n","<form>\r\n <div class=\"banner__filter\">\r\n @if (datepickerIn) {\r\n <div class=\"banner__fieldGroup\">\r\n <div class=\"banner__fieldInner\">\r\n @if (datepickerIn.title) {\r\n <label class=\"banner__fieldLabel\" for=\"In-date1\">\r\n {{ datepickerIn.title }}\r\n </label>\r\n }\r\n\r\n <input\r\n type=\"text\"\r\n class=\"banner__fieldControl\"\r\n name=\"In-date1\"\r\n data-toggle=\"datepicker\"\r\n placeholder=\"dd/mm/yyyy\"\r\n id=\"In-date1\"\r\n [value]=\"datepickerIn.value\"\r\n />\r\n <div class=\"banner__fieldIcon\">\r\n <i class=\"icon-89\"></i>\r\n </div>\r\n </div>\r\n </div>\r\n }\r\n @if (datepickerOut) {\r\n <div class=\"banner__fieldGroup\">\r\n <div class=\"banner__fieldInner\">\r\n @if (datepickerOut.title) {\r\n <label class=\"banner__fieldLabel\" for=\"Out-date1\">{{\r\n datepickerOut.title\r\n }}</label>\r\n }\r\n <input\r\n type=\"text\"\r\n class=\"banner__fieldControl\"\r\n name=\"Out-date1\"\r\n data-toggle=\"datepicker\"\r\n placeholder=\"dd/mm/yyyy\"\r\n id=\"Out-date1\"\r\n [value]=\"datepickerOut.value\"\r\n />\r\n <div class=\"banner__fieldIcon\">\r\n <i class=\"icon-89\"></i>\r\n </div>\r\n </div>\r\n </div>\r\n }\r\n @if (guestsInput) {\r\n <div class=\"banner__fieldGroup\">\r\n <div\r\n class=\"banner__fieldInner js-personas-subfields\"\r\n role=\"button\"\r\n >\r\n @if (guestsInput.title) {\r\n <label class=\"banner__fieldLabel\">{{\r\n guestsInput.title\r\n }}</label>\r\n }\r\n <div class=\"banner__fieldControl\"></div>\r\n <div class=\"banner__fieldIcon\">\r\n <svg\r\n aria-hidden=\"true\"\r\n focusable=\"false\"\r\n width=\"15\"\r\n height=\"8\"\r\n >\r\n <use href=\"#select-arrow\"></use>\r\n </svg>\r\n </div>\r\n </div>\r\n <div class=\"banner__fieldSub js-fieldSub\">\r\n @if (adultsDropdown) {\r\n <div class=\"banner__fieldInner\">\r\n @if (adultsDropdown.title) {\r\n <label class=\"banner__fieldLabel\" for=\"adult\">{{\r\n adultsDropdown.title\r\n }}</label>\r\n }\r\n <select\r\n class=\"banner__fieldControl\"\r\n name=\"adult\"\r\n id=\"adult\"\r\n >\r\n @for (\r\n option of adultsDropdown.options;\r\n track $index\r\n ) {\r\n <option>{{ option.name }}</option>\r\n }\r\n </select>\r\n <div class=\"banner__fieldIcon\">\r\n <i class=\"icon-92\"></i>\r\n </div>\r\n </div>\r\n }\r\n @if (kidsDropdown) {\r\n <div class=\"banner__fieldInner\">\r\n @if (kidsDropdown.title) {\r\n <label class=\"banner__fieldLabel\" for=\"child\">{{\r\n kidsDropdown.title\r\n }}</label>\r\n }\r\n <select\r\n class=\"banner__fieldControl\"\r\n name=\"child\"\r\n id=\"child\"\r\n >\r\n @for (\r\n option of kidsDropdown.options;\r\n track $index\r\n ) {\r\n <option>{{ option.name }}</option>\r\n }\r\n </select>\r\n <div class=\"banner__fieldIcon\">\r\n <i class=\"icon-93\"></i>\r\n </div>\r\n </div>\r\n }\r\n @if (btnApply) {\r\n <div class=\"btn__group\">\r\n <button\r\n type=\"submit\"\r\n class=\"btn btn__primary js-apply-guests\"\r\n >\r\n <span>{{ btnApply.label }}</span>\r\n </button>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n }\r\n @if (promoInput) {\r\n <div class=\"banner__fieldGroup\">\r\n <div class=\"banner__fieldInner\">\r\n <label class=\"banner__fieldLabel\">{{\r\n promoInput.title\r\n }}</label>\r\n <input\r\n type=\"text\"\r\n placeholder=\"xxxx\"\r\n class=\"banner__fieldControl\"\r\n />\r\n <div class=\"banner__fieldIcon\">\r\n <i class=\"icon-90\"></i>\r\n </div>\r\n </div>\r\n </div>\r\n }\r\n @if (button) {\r\n <div class=\"banner__fieldBtn\">\r\n <button type=\"submit\" class=\"btn btn__primary\">\r\n <span>{{ button.label }}</span>\r\n </button>\r\n </div>\r\n }\r\n </div>\r\n</form>\r\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-footer-beachs',\n standalone: true,\n imports: [],\n templateUrl: './puro-footer-beachs.component.html',\n styleUrl: './puro-footer-beachs.component.scss',\n})\nexport class PuroFooterBeachsComponent {}\n","<p>puro-footer-beachs works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-footer-hotels',\n standalone: true,\n imports: [],\n templateUrl: './puro-footer-hotels.component.html',\n styleUrl: './puro-footer-hotels.component.scss',\n})\nexport class PuroFooterHotelsComponent {}\n","<p>puro-footer-hotels works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-footer-info',\n standalone: true,\n imports: [],\n templateUrl: './puro-footer-info.component.html',\n styleUrl: './puro-footer-info.component.scss',\n})\nexport class PuroFooterInfoComponent {}\n","<p>puro-footer-info works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-footer-links',\n standalone: true,\n imports: [],\n templateUrl: './puro-footer-links.component.html',\n styleUrl: './puro-footer-links.component.scss',\n})\nexport class PuroFooterLinksComponent {}\n","<p>puro-footer-links works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-gallery',\n standalone: true,\n imports: [],\n templateUrl: './puro-gallery.component.html',\n styleUrl: './puro-gallery.component.scss',\n})\nexport class PuroGalleryComponent {}\n","<p>puro-gallery works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-grid3col-filter',\n standalone: true,\n imports: [],\n templateUrl: './puro-grid3col-filter.component.html',\n styleUrl: './puro-grid3col-filter.component.scss',\n})\nexport class PuroGrid3colFilterComponent {}\n","<p>puro-grid3col-filter works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-grid3col-plus-filter',\n standalone: true,\n imports: [],\n templateUrl: './puro-grid3col-plus-filter.component.html',\n styleUrl: './puro-grid3col-plus-filter.component.scss',\n})\nexport class PuroGrid3colPlusFilterComponent {}\n","<p>puro-grid3col-plus-filter works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-grid3col-slider',\n standalone: true,\n imports: [],\n templateUrl: './puro-grid3col-slider.component.html',\n styleUrl: './puro-grid3col-slider.component.scss',\n})\nexport class PuroGrid3colSliderComponent {}\n","<p>puro-grid3col-slider works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-grid4items',\n standalone: true,\n imports: [],\n templateUrl: './puro-grid4items.component.html',\n styleUrl: './puro-grid4items.component.scss',\n})\nexport class PuroGrid4itemsComponent {}\n","<p>puro-grid4items works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-grid5items',\n standalone: true,\n imports: [],\n templateUrl: './puro-grid5items.component.html',\n styleUrl: './puro-grid5items.component.scss',\n})\nexport class PuroGrid5itemsComponent {}\n","<p>puro-grid5items works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-grid6items',\n standalone: true,\n imports: [],\n templateUrl: './puro-grid6items.component.html',\n styleUrl: './puro-grid6items.component.scss',\n})\nexport class PuroGrid6itemsComponent {}\n","<p>puro-grid6items works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-header',\n standalone: true,\n imports: [],\n templateUrl: './puro-header.component.html',\n styleUrl: './puro-header.component.scss',\n})\nexport class PuroHeaderComponent {}\n","<p>puro-header works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-hotels-modal',\n standalone: true,\n imports: [],\n templateUrl: './puro-hotels-modal.component.html',\n styleUrl: './puro-hotels-modal.component.scss',\n})\nexport class PuroHotelsModalComponent {}\n","<p>puro-hotels-modal works!</p>\n","import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-img-info',\n standalone: true,\n imports: [CommonModule],\n templateUrl: './puro-img-info.component.html',\n styleUrl: './puro-img-info.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class PuroImgInfoComponent {}\n","<section class=\"info-img\">\r\n <h2 class=\"info-img__title\">Recomendados</h2>\r\n <div class=\"info-img__section\">\r\n <div class=\"info-img__content\">\r\n <h3 class=\"info-img__sectionTitle\">Entrantes</h3>\r\n <div class=\"info-img__items\">\r\n @for (item of [0, 0, 0]; track $index; let odd = $odd) {\r\n <div class=\"info-img__item\">\r\n <p class=\"info-img__itemTitle\">\r\n SELECCIÓN DE PANES\r\n <span class=\"info-img__price\">9</span>\r\n </p>\r\n <div class=\"info-img__icons\">\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n </div>\r\n <p class=\"info-img__description\">\r\n Deliciosa selección de panes con olivas, aceite de\r\n oliva y “all i oli” de lima\r\n </p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n <figure>\r\n <img\r\n src=\"assets/puro/images/info-img.png\"\r\n alt=\"\"\r\n class=\"info-img__img\"\r\n />\r\n </figure>\r\n </div>\r\n</section>\r\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-banner',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-banner.component.html',\n styleUrl: './puro-info-banner.component.scss',\n})\nexport class PuroInfoBannerComponent {}\n","<p>puro-info-banner works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-big',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-big.component.html',\n styleUrl: './puro-info-big.component.scss',\n})\nexport class PuroInfoBigComponent {}\n","<p>puro-info-big works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-details',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-details.component.html',\n styleUrl: './puro-info-details.component.scss',\n})\nexport class PuroInfoDetailsComponent {}\n","<p>puro-info-details works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-gallery',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-gallery.component.html',\n styleUrl: './puro-info-gallery.component.scss',\n})\nexport class PuroInfoGalleryComponent {}\n","<p>puro-info-gallery works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-intro',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-intro.component.html',\n styleUrl: './puro-info-intro.component.scss',\n})\nexport class PuroInfoIntroComponent {}\n","<p>puro-info-intro works!</p>\n","import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { DomSanitizer, SafeStyle } from '@angular/platform-browser';\n\n@Component({\n selector: 'lib-puro-info-list',\n standalone: true,\n imports: [CommonModule],\n templateUrl: './puro-info-list.component.html',\n styleUrl: './puro-info-list.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class PuroInfoListComponent {\n get getImage(): SafeStyle {\n return this.sanitizer.bypassSecurityTrustStyle(\n `background-image: url('assets/puro/images/info-list-background.png')`\n );\n }\n constructor(private readonly sanitizer: DomSanitizer) {}\n}\n","<section class=\"info-list\">\n <div class=\"info-list__wrapper\">\n <img\n class=\"info-list__image--bg\"\n src=\"assets/puro/images/info-list-background.png\"\n />\n <img\n class=\"info-list__image\"\n src=\"assets/puro/images/info-list.png\"\n alt=\"\"\n />\n </div>\n\n <div class=\"info-list__content--wrapper\">\n <div class=\"info-list__content\">\n <h2 class=\"info-list__title\">Próximas aperturas</h2>\n <p class=\"info-list__description\">\n Many desktop publishing packages and web page editors now use\n Lorem Ipsum as their default model text.\n </p>\n <ul class=\"info-list__list\">\n <li class=\"info-list__item\">\n <img\n src=\"assets/puro/images/info-list-item.png\"\n alt=\"\"\n class=\"info-list__item__img\"\n />\n <span class=\"info-list__description\"> Creta (Grecia) </span>\n </li>\n <li class=\"info-list__item\">\n <img\n src=\"assets/puro/images/info-list-item.png\"\n alt=\"\"\n class=\"info-list__item__img\"\n />\n <span class=\"info-list__description\">\n TAGHAZOUT (MARRUECOS)\n </span>\n </li>\n <li class=\"info-list__item\">\n <img\n src=\"assets/puro/images/info-list-item.png\"\n alt=\"\"\n class=\"info-list__item__img\"\n />\n <span class=\"info-list__description\">\n Red sea (Equipto)\n </span>\n </li>\n </ul>\n </div>\n </div>\n</section>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-services',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-services.component.html',\n styleUrl: './puro-info-services.component.scss',\n})\nexport class PuroInfoServicesComponent {}\n","<p>puro-info-services works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-slider',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-slider.component.html',\n styleUrl: './puro-info-slider.component.scss',\n})\nexport class PuroInfoSliderComponent {}\n","<p>puro-info-slider works!</p>\n","import { CommonModule } from '@angular/common';\nimport { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-table',\n standalone: true,\n imports: [CommonModule],\n templateUrl: './puro-info-table.component.html',\n styleUrl: './puro-info-table.component.scss',\n})\nexport class PuroInfoTableComponent {\n collapsed = [true, true, true];\n\n constructor() {}\n\n toggleCollapse(index: number): void {\n this.collapsed[index] = !this.collapsed[index];\n }\n}\n","<section class=\"info-table\">\r\n <p class=\"info-table__pretitle\">PANES FRIENDS OF PURO</p>\r\n <h2 class=\"info-table__title\">Tu plan se calcula en base a tus puntos</h2>\r\n <div class=\"info-table__wrapper\">\r\n <ng-container [ngTemplateOutlet]=\"table\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"dropdowns\"></ng-container>\r\n\r\n <ul class=\"info-table__list\">\r\n <li>\r\n Los puntos se abonarán en la cuenta del cliente tras disfrutar\r\n del servicio/producto en Purobeach, en un plazo máximo de 24\r\n horas. Condiciones generales dede Friends of Puro\r\n </li>\r\n <li><a href=\"\">Condiciones generales</a> de Firends of Puro</li>\r\n </ul>\r\n </div>\r\n</section>\r\n\r\n<ng-template #dropdowns>\r\n <div class=\"info-table__dropdowns\">\r\n <div class=\"info-table__headItem\">VENTAJAS</div>\r\n <div class=\"info-table__headItem\" (click)=\"toggleCollapse(0)\">\r\n FRIEND OF PURO\r\n\r\n <i\r\n class=\"info-table__iconCollapse icon-91\"\r\n [ngClass]=\"{\r\n 'info-table__iconCollapse--collapsed': !collapsed[0],\r\n }\"\r\n ></i>\r\n </div>\r\n <div\r\n class=\"info-table__items\"\r\n [ngClass]=\"{ 'info-table__items--collapsed': collapsed[0] }\"\r\n >\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">\r\n Promoción especial Cumpleaños\r\n <span class=\"info-table__itemSubtitle\">\r\n Descuentos Experiencias Puro (no hamaca)\r\n </span>\r\n </p>\r\n <span class=\"icon-87\"></span>\r\n </div>\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Ofertas exclusivas</p>\r\n <span class=\"icon-87\"></span>\r\n </div>\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Cancelación gratuita</p>\r\n <span class=\"icon-87\"></span>\r\n </div>\r\n </div>\r\n <div class=\"info-table__headItem\" (click)=\"toggleCollapse(1)\">\r\n TRAVELLER\r\n <i\r\n class=\"info-table__iconCollapse icon-91\"\r\n [ngClass]=\"{\r\n 'info-table__iconCollapse--collapsed': !collapsed[1],\r\n }\"\r\n ></i>\r\n </div>\r\n <div\r\n class=\"info-table__items\"\r\n [ngClass]=\"{ 'info-table__items--collapsed': collapsed[1] }\"\r\n >\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">\r\n Promoción especial Cumpleaños\r\n <span class=\"info-table__itemSubtitle\">\r\n Descuentos Experiencias Puro (no hamaca)\r\n </span>\r\n </p>\r\n <span class=\"info-table__itemTitle\">20% Experiences</span>\r\n </div>\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Ofertas exclusivas</p>\r\n <span class=\"info-table__itemTitle\">20% Experiences</span>\r\n </div>\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Cancelación gratuita</p>\r\n <span class=\"info-table__itemTitle\">20% Experiences</span>\r\n </div>\r\n </div>\r\n <div\r\n class=\"info-table__headItem\"\r\n [ngClass]=\"{ 'info-table__headItem--notCollapsed': true }\"\r\n (click)=\"toggleCollapse(2)\"\r\n >\r\n NOMAD\r\n <i\r\n class=\"info-table__iconCollapse icon-91\"\r\n [ngClass]=\"{\r\n 'info-table__iconCollapse--collapsed': !collapsed[2],\r\n }\"\r\n ></i>\r\n </div>\r\n <div\r\n class=\"info-table__items\"\r\n [ngClass]=\"{ 'info-table__items--collapsed': collapsed[2] }\"\r\n >\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">\r\n Promoción especial Cumpleaños\r\n <span class=\"info-table__itemSubtitle\">\r\n Descuentos Experiencias Puro (no hamaca)\r\n </span>\r\n </p>\r\n <span>20% Experiences</span>\r\n </div>\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Ofertas exclusivas</p>\r\n <span>20% Experiences</span>\r\n </div>\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Cancelación gratuita</p>\r\n <span>20% Experiences</span>\r\n </div>\r\n </div>\r\n </div>\r\n</ng-template>\r\n\r\n<ng-template #table>\r\n <table class=\"info-table__table\">\r\n <tr class=\"info-table__row\">\r\n <th class=\"info-table__headItem\">VENTAJAS</th>\r\n <th class=\"info-table__headItem\">FRIEND OF PURO</th>\r\n <th class=\"info-table__headItem\">TRAVELER</th>\r\n <th class=\"info-table__headItem\">NOMAD</th>\r\n </tr>\r\n @for (item of [0, 0, 0]; track $index) {\r\n <tr class=\"info-table__row\">\r\n <td class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">\r\n Promoción especial Cumpleaños\r\n </p>\r\n <span class=\"info-table__itemSubtitle\">\r\n Descuentos Experiencias Puro (no hamaca)\r\n </span>\r\n </td>\r\n <td class=\"info-table__item\">20% Experiences</td>\r\n <td class=\"info-table__item\">20% Experiences</td>\r\n <td class=\"info-table__item\">50% Experiences</td>\r\n </tr>\r\n <tr class=\"info-table__row\">\r\n <td class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Ofertas exclusivas</p>\r\n </td>\r\n <td class=\"info-table__item\">\r\n <i class=\"icon-87 info-table__itemIcon\"></i>\r\n </td>\r\n <td class=\"info-table__item\">\r\n <i class=\"icon-87 info-table__itemIcon\"></i>\r\n </td>\r\n <td class=\"info-table__item\">\r\n <i class=\"icon-87 info-table__itemIcon\"></i>\r\n </td>\r\n </tr>\r\n <tr class=\"info-table__row\">\r\n <td class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Cancelación gratuita</p>\r\n </td>\r\n <td class=\"info-table__item\">-</td>\r\n <td class=\"info-table__item\">-</td>\r\n <td class=\"info-table__item\">-</td>\r\n </tr>\r\n }\r\n </table>\r\n</ng-template>\r\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-video',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-video.component.html',\n styleUrl: './puro-info-video.component.scss',\n})\nexport class PuroInfoVideoComponent {}\n","<p>puro-info-video works!</p>\n","import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info2col',\n standalone: true,\n imports: [CommonModule],\n templateUrl: './puro-info2col.component.html',\n styleUrl: './puro-info2col.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class PuroInfo2colComponent {}\n","<section class=\"info2col\">\r\n <h2 class=\"info2col__title\">Menu degustacion</h2>\r\n <div class=\"info2col__section\">\r\n <h3 class=\"info2col__sectionTitle\">Entrantes</h3>\r\n <div class=\"info2col__items\">\r\n @for (item of [0, 0, 0, 0, 0, 0]; track $index; let odd = $odd) {\r\n <div class=\"info2col__item\">\r\n <p class=\"info2col__itemTitle\">\r\n SELECCIÓN DE PANES\r\n <span class=\"info2col__price\">9</span>\r\n </p>\r\n <div class=\"info2col__icons\">\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n </div>\r\n <p class=\"info2col__description\">\r\n Deliciosa selección de panes con olivas, aceite de oliva\r\n y “all i oli” de lima\r\n </p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"info2col__section\">\r\n <h3 class=\"info2col__sectionTitle\">Puro Classics</h3>\r\n <div class=\"info2col__items\">\r\n @for (item of [0, 0, 0, 0, 0, 0]; track $index) {\r\n <div class=\"info2col__item\">\r\n <p class=\"info2col__itemTitle\">\r\n QUESADILLAS DE POLLO\r\n <span class=\"info2col__price\">9</span>\r\n </p>\r\n <div class=\"icon-sunset_ico_smalls\">\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n </div>\r\n <p class=\"info2col__description\">\r\n Tortitas de trigo, pollo campero al grill, queso\r\n mozzarella, ajo, tomate seco, comino, chile chipotle.\r\n Servidas con guacamole, crema agria y pico de gallo\r\n </p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</section>\r\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-languages-modal',\n standalone: true,\n imports: [],\n templateUrl: './puro-languages-modal.component.html',\n styleUrl: './puro-languages-modal.component.scss',\n})\nexport class PuroLanguagesModalComponent {}\n","<p>puro-languages-modal works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-list-awards',\n standalone: true,\n imports: [],\n templateUrl: './puro-list-awards.component.html',\n styleUrl: './puro-list-awards.component.scss',\n})\nexport class PuroListAwardsComponent {}\n","<p>puro-list-awards works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-list-general',\n standalone: true,\n imports: [],\n templateUrl: './puro-list-general.component.html',\n styleUrl: './puro-list-general.component.scss',\n})\nexport class PuroListGeneralComponent {}\n","<p>puro-list-general works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-list-logos',\n standalone: true,\n imports: [],\n templateUrl: './puro-list-logos.component.html',\n styleUrl: './puro-list-logos.component.scss',\n})\nexport class PuroListLogosComponent {}\n","<p>puro-list-logos works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-map-list',\n standalone: true,\n imports: [],\n templateUrl: './puro-map-list.component.html',\n styleUrl: './puro-map-list.component.scss',\n})\nexport class PuroMapListComponent {}\n","<p>puro-map-list works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-menu',\n standalone: true,\n imports: [],\n templateUrl: './puro-menu.component.html',\n styleUrl: './puro-menu.component.scss',\n})\nexport class PuroMenuComponent {}\n","<p>puro-menu works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-music-slider',\n standalone: true,\n imports: [],\n templateUrl: './puro-music-slider.component.html',\n styleUrl: './puro-music-slider.component.scss',\n})\nexport class PuroMusicSliderComponent {}\n","<p>puro-music-slider works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-newsletter',\n standalone: true,\n imports: [],\n templateUrl: './puro-newsletter.component.html',\n styleUrl: './puro-newsletter.component.scss',\n})\nexport class PuroNewsletterComponent {}\n","<p>puro-newsletter works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-offers-slider',\n standalone: true,\n imports: [],\n templateUrl: './puro-offers-slider.component.html',\n styleUrl: './puro-offers-slider.component.scss',\n})\nexport class PuroOffersSliderComponent {}\n","<p>puro-offers-slider works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-photo-slider',\n standalone: true,\n imports: [],\n templateUrl: './puro-photo-slider.component.html',\n styleUrl: './puro-photo-slider.component.scss',\n})\nexport class PuroPhotoSliderComponent {}\n","<p>puro-photo-slider works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-schedule',\n standalone: true,\n imports: [],\n templateUrl: './puro-schedule.component.html',\n styleUrl: './puro-schedule.component.scss',\n})\nexport class PuroScheduleComponent {}\n","<p>puro-schedule works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-slider1col',\n standalone: true,\n imports: [],\n templateUrl: './puro-slider1col.component.html',\n styleUrl: './puro-slider1col.component.scss',\n})\nexport class PuroSlider1colComponent {}\n","<p>puro-slider1col works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-slider2col',\n standalone: true,\n imports: [],\n templateUrl: './puro-slider2col.component.html',\n styleUrl: './puro-slider2col.component.scss',\n})\nexport class PuroSlider2colComponent {}\n","<p>puro-slider2col works!</p>\n","import { CommonModule } from '@angular/common';\nimport { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-slider3card',\n standalone: true,\n imports: [CommonModule],\n templateUrl: './puro-slider3card.component.html',\n styleUrl: './puro-slider3card.component.scss',\n})\nexport class PuroSlider3cardComponent {}\n","<section\n class=\"slider3card js-active-slider\"\n data-slides_infinite=\"true\"\n data-slider_name=\"js-slider3card-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=\"3\"\n data-slides_laptop=\"3\"\n data-slides_tablet=\"3\"\n data-slides_mobile=\"2\"\n data-slides_mobile_small=\"1\"\n data-slides_mobile_xsmall=\"1\"\n>\n <div class=\"slider3card__inner relative\">\n <div class=\"slider3card__container\">\n <div class=\"js-slider3card-slider slider3card__slider\">\n <div>\n <div class=\"slider3card__card\">\n <img\n src=\"assets/puro/images/comillas.png\"\n alt=\"\"\n class=\"slider3card__img\"\n width=\"68\"\n height=\"42\"\n />\n <p class=\"slider3card__description\">\n It is a long established fact that a in reader will\n be distracted by the readable content of a page when\n looking at its.\n </p>\n <p class=\"slider3card__sign\">\n Aitana Pons <br />Google\n </p>\n </div>\n </div>\n <div>\n <div class=\"slider3card__card\">\n <img\n src=\"assets/puro/images/comillas.png\"\n alt=\"\"\n class=\"slider3card__img\"\n width=\"68\"\n height=\"42\"\n />\n <p class=\"slider3card__description\">\n It is a long established fact that a in reader will\n be distracted by the readable content of a page when\n looking at its.\n </p>\n <p class=\"slider3card__sign\">\n Aitana Pons <br />Google\n </p>\n </div>\n </div>\n <div>\n <div class=\"slider3card__card\">\n <img\n src=\"assets/puro/images/comillas.png\"\n alt=\"\"\n class=\"slider3card__img\"\n width=\"68\"\n height=\"42\"\n />\n <p class=\"slider3card__description\">\n It is a long established fact that a in reader will\n be distracted by the readable content of a page when\n looking at its.\n </p>\n <p class=\"slider3card__sign\">\n Aitana Pons <br />Google\n </p>\n </div>\n </div>\n <div>\n <div class=\"slider3card__card\">\n <img\n src=\"assets/puro/images/comillas.png\"\n alt=\"\"\n class=\"slider3card__img\"\n width=\"68\"\n height=\"42\"\n />\n <p class=\"slider3card__description\">\n It is a long established fact that a in reader will\n be distracted by the readable content of a page when\n looking at its.\n </p>\n <p class=\"slider3card__sign\">\n Aitana Pons <br />Google\n </p>\n </div>\n </div>\n </div>\n\n <div class=\"js-slider-arrows\"></div>\n </div>\n </div>\n</section>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-slider3col',\n standalone: true,\n imports: [],\n templateUrl: './puro-slider3col.component.html',\n styleUrl: './puro-slider3col.component.scss',\n})\nexport class PuroSlider3colComponent {}\n","<p>puro-slider3col works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-slider3col-round',\n standalone: true,\n imports: [],\n templateUrl: './puro-slider3col-round.component.html',\n styleUrl: './puro-slider3col-round.component.scss',\n})\nexport class PuroSlider3colRoundComponent {}\n","<p>puro-slider3col-round works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-thanks',\n standalone: true,\n imports: [],\n templateUrl: './puro-thanks.component.html',\n styleUrl: './puro-thanks.component.scss',\n})\nexport class PuroThanksComponent {}\n","<p>puro-thanks works!</p>\n","import { CommonModule } from '@angular/common';\r\nimport {\r\n ChangeDetectionStrategy,\r\n Component,\r\n Input,\r\n TemplateRef,\r\n} from '@angular/core';\r\n\r\n@Component({\r\n selector: 'lib-puro-top-slider',\r\n standalone: true,\r\n imports: [CommonModule],\r\n templateUrl: './puro-top-slider.component.html',\r\n styleUrl: './puro-top-slider.component.scss',\r\n changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class PuroTopSliderComponent {\r\n @Input() engine!: TemplateRef<any>;\r\n}\r\n","<section\r\n class=\"banner js-active-slider\"\r\n data-slides_infinite=\"true\"\r\n data-slider_name=\"js-banner-slider\"\r\n data-slider_showbtns=\"false\"\r\n data-slider_showdots=\"false\"\r\n data-slider_fade=\"true\"\r\n data-slider_autoplay=\"true\"\r\n data-slides_pc=\"1\"\r\n>\r\n <!-- if banner image-->\r\n <div class=\"js-banner-slider\">\r\n <div class=\"banner__item\">\r\n <img\r\n src=\"assets/images/banner-img-2.jpg\"\r\n class=\"banner__image\"\r\n width=\"1920\"\r\n height=\"980\"\r\n />\r\n </div>\r\n <div class=\"banner__item\">\r\n <img\r\n src=\"assets/images/banner-img-2.jpg\"\r\n class=\"banner__image\"\r\n width=\"1920\"\r\n height=\"980\"\r\n />\r\n </div>\r\n </div>\r\n <!-- if banner image-->\r\n <!-- if banner video -->\r\n <!-- <div class=\"banner__video\">\r\n <div class=\"banner__video--inner\">\r\n <iframe id=\"YouTubeVideoPlayer\" width=\"1920\" height=\"1080\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" src=\"https://www.youtube.com/embed/x8pWONTkL9I?enablejsapi=1&amp;controls=0&amp;showinfo=0&amp;autoplay=1&amp;modestbranding=1&amp;loop=1&amp;autohide=1&amp;playsinline=1&amp;widgetid=1\" frameborder=\"0\" allowfullscreen></iframe>\r\n </div>\r\n </div> -->\r\n <!-- if banner video -->\r\n <div class=\"banner__logo\">\r\n <a href=\"index.html\">\r\n <svg\r\n aria-hidden=\"true\"\r\n width=\"177\"\r\n height=\"68\"\r\n focusable=\"false\"\r\n class=\"banner__logo--img\"\r\n >\r\n <use href=\"#saulo-logo\"></use>\r\n </svg>\r\n </a>\r\n </div>\r\n <h1 class=\"banner__title\"><span>Oasis of happiness</span></h1>\r\n <div class=\"banner__content\">\r\n <p class=\"banner__text\">Bienvenidos nómadas a</p>\r\n <h2 class=\"banner__heading\">Sauló by Puro</h2>\r\n <p class=\"banner__text\">El unico hotel de Palma con Playa</p>\r\n </div>\r\n <div class=\"banner__actions\">\r\n <div class=\"banner__newsletter\">\r\n <a\r\n href=\"/hotels/puro/newsletter.html\"\r\n class=\"banner__newsletter--inner\"\r\n >\r\n <span class=\"icon-63\"></span>\r\n <strong>Newsletter</strong>\r\n </a>\r\n </div>\r\n <div class=\"banner__language\">\r\n <div\r\n class=\"banner__language--inner js-active-modal\"\r\n data-modal_name=\"language\"\r\n role=\"button\"\r\n >\r\n <span class=\"banner__language--icon\">ES</span>\r\n <strong>Idiomas</strong>\r\n </div>\r\n </div>\r\n <div class=\"banner__spotify\">\r\n <div class=\"banner__spotify--inner\" role=\"button\">\r\n <span class=\"icon-82\"></span>\r\n <strong>Listen to Puro Music</strong>\r\n </div>\r\n </div>\r\n <div class=\"banner__fidelityClub\">\r\n <div class=\"banner__fidelityClub--inner\" role=\"button\">\r\n <span class=\"icon-60\"></span>\r\n <strong>Fidelity Club</strong>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n @if (engine) {\r\n <ng-container [ngTemplateOutlet]=\"engine\"></ng-container>\r\n }\r\n\r\n <span\r\n class=\"banner__offers--tigger js-active-modal\"\r\n data-modal_name=\"t-offers\"\r\n role=\"button\"\r\n >SEE OFFERS</span\r\n >\r\n</section>\r\n","import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-vertical-info',\n standalone: true,\n imports: [CommonModule],\n templateUrl: './puro-vertical-info.component.html',\n styleUrl: './puro-vertical-info.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class PuroVerticalInfoComponent {}\n","<section class=\"vertical-info\">\n <div class=\"vertical-info__header\">\n <p class=\"vertical-info__pretitle\">EVENTO</p>\n <a href=\"#\" class=\"btn btn__primary--outline vertical-info__btn-back\"\n >VOLVER</a\n >\n </div>\n <div class=\"vertical-info__content\">\n <div class=\"vertical-info__left\">\n <div class=\"vertical-info__main\">\n <div>\n <span class=\"vertical-info__tag\">NEW</span>\n <h2 class=\"vertical-info__title\">Experienza Veneziana</h2>\n <p class=\"vertical-info__subtitle\">PUROBEACH PALMA</p>\n </div>\n <div class=\"vertical-info__boxes\">\n <div class=\"vertical-info__box\">\n <p class=\"vertical-info__from\">DESDE</p>\n <p class=\"vertical-info__price\">70€</p>\n <p class=\"vertical-info__pp\">Por persona</p>\n </div>\n <a\n href=\"#\"\n class=\"vertical-info__btn btn btn__primary--outline\"\n >\n INSCRIBIRME GUEST LIST\n </a>\n </div>\n </div>\n <img\n class=\"vertical-info__image\"\n src=\"assets/puro/images/vertical-info.png\"\n alt=\"Evento\"\n width=\"431\"\n height=\"531\"\n />\n </div>\n\n <div class=\"vertical-info__right\">\n <div class=\"vertical-info__data\">\n <div>\n <p class=\"vertical-info__small-title\">FECHA</p>\n <p class=\"vertical-info__description\">\n Sábado, 21 Junio 2025\n </p>\n </div>\n <div>\n <p class=\"vertical-info__small-title\">HORA</p>\n <p class=\"vertical-info__description\">\n Empieza alas 00:00h\n </p>\n </div>\n <div>\n <p class=\"vertical-info__small-title\">UBICACIÓN</p>\n <p class=\"vertical-info__description\">\n Calle del Pagell 1, <br />\n 107610 Cala Estancia <br />\n Palma de Mallorca - España\n </p>\n </div>\n </div>\n <div class=\"vertical-info__separator\"></div>\n <div class=\"vertical-info__info-description\">\n <p class=\"vertical-info__title\">DESCRIPCIÓN</p>\n <p class=\"vertical-info__description\">\n Sé parte del último gran evento del verano. Ven a celebrar\n la magia de Purobeach Palma en Eclipse, donde el día y la\n noche se funden.\n </p>\n <ul class=\"vertical-info__list\">\n <li>DJ's residentes e invitados</li>\n <li>Menú y bebidas VIP</li>\n <li>Atardecer en the place to be</li>\n </ul>\n </div>\n <div class=\"vertical-info__schedule\">\n <p class=\"vertical-info__title\">ACTUACIONES DJ</p>\n <ul class=\"vertical-info__img-list\">\n <li>\n <img src=\"assets/puro/images/dj.png\" alt=\"\" />\n <div>\n <p class=\"vertical-info__small-title\">16:30h</p>\n <p class=\"vertical-info__description\">\n Isaac Indart\n </p>\n </div>\n </li>\n <li>\n <img src=\"assets/puro/images/dj.png\" alt=\"\" />\n <div>\n <p class=\"vertical-info__small-title\">16:30h</p>\n <p class=\"vertical-info__description\">\n Mikah & Cuartero\n </p>\n </div>\n </li>\n <li>\n <img src=\"assets/puro/images/dj.png\" alt=\"\" />\n <div>\n <p class=\"vertical-info__small-title\">16:30h</p>\n <p class=\"vertical-info__description\">\n Sebas Ramis\n </p>\n </div>\n </li>\n <li>\n <img src=\"assets/puro/images/dj.png\" alt=\"\" />\n <div>\n <p class=\"vertical-info__small-title\">16:30h</p>\n <p class=\"vertical-info__description\">\n Sote de Lino\n </p>\n </div>\n </li>\n </ul>\n </div>\n <div class=\"vertical-info__info-description\">\n <p class=\"vertical-info__title\">\n RESERVA TU ENTRADA GENERAL O TU MESA VIP CUANTO ANTES\n </p>\n <p class=\"vertical-info__description\">\n Asegura tu lugar en la última gran fiesta de la temporada de\n Puro!\n </p>\n <ul class=\"vertical-info__list\">\n <li>\n Entrada early bird\n <span class=\"vertical-info__price\">70€</span>\n </li>\n <li>\n Entrada regular\n <span class=\"vertical-info__price\">90€</span>\n </li>\n <li>\n Entrada en puerta\n <span class=\"vertical-info__price\">100€</span>\n </li>\n </ul>\n </div>\n <div class=\"vertical-info__book\">\n <p class=\"vertical-info__title\">BUSCAR UNA MESA VIP?</p>\n <p class=\"vertical-info__description\">\n Asegura tu lugar exclusivo en la última gran fiesta de la\n temporada!\n </p>\n <button class=\"btn btn__primary--outline\">\n Reservar Mesa VIP\n </button>\n </div>\n <div class=\"vertical-info__separator\"></div>\n <div class=\"vertical-info__social\">\n <p class=\"vertical-info__small-title\">COMPARTIR</p>\n <div class=\"vertical-info__media\">\n <a\n href=\"https://www.instagram.com\"\n class=\"btn btn__primary--outline\"\n ><span class=\"icon-1\"></span\n ></a>\n <a\n href=\"https://www.x.com\"\n class=\"btn btn__primary--outline\"\n ><span class=\"icon-4\"></span\n ></a>\n <a\n href=\"https://www.facebook.com\"\n class=\"btn btn__primary--outline\"\n ><span class=\"icon-5\"></span\n ></a>\n </div>\n </div>\n <div\n class=\"vertical-info__additional vertical-info__additional--contact\"\n >\n <p class=\"vertical-info__small-title\">CONTÁCTAMOS</p>\n\n <div class=\"vertical-info__links\">\n <a href=\"phone:+34 971 000 000\">T. +34 971 000 000</a>\n <a href=\"mailto: mail@mail.es\">mail.es</a>\n </div>\n </div>\n <div class=\"vertical-info__additional\">\n <p class=\"vertical-info__small-title\">EXTRA</p>\n\n <div>\n <P class=\"vertical-info__description\"\n >Contenido extra posible\n </P>\n </div>\n </div>\n <div\n class=\"vertical-info__additional vertical-info__additional--location\"\n >\n <p class=\"vertical-info__small-title\">UBICACIÓN</p>\n <p class=\"vertical-info__description\">\n Calle del Pagell 1, <br />\n 107610 Cala Estancia <br />\n Palma de Mallorca - España\n </p>\n </div>\n <a href=\"#\" class=\"btn btn__primary--outline vertical-info__btn-map\"\n >VER MAPA</a\n >\n <a\n href=\"#\"\n class=\"btn btn__primary--outline vertical-info__btn-full\"\n >GUEST LIST</a\n >\n <a href=\"#\" class=\"btn btn__primary vertical-info__btn-full\"\n >COMPRAR</a\n >\n </div>\n </div>\n</section>\n","import { CommonModule } from '@angular/common';\r\nimport { ChangeDetectionStrategy, Component, Input } from '@angular/core';\r\nimport { PuroLinkTypeDirective } from '../../directives';\r\nimport { PuroButtonI, PuroImageI } from '../../interfaces';\r\n\r\n@Component({\r\n selector: 'lib-puro-webmap',\r\n standalone: true,\r\n imports: [CommonModule, PuroLinkTypeDirective],\r\n templateUrl: './puro-webmap.component.html',\r\n styleUrl: './puro-webmap.component.scss',\r\n changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class PuroWebmapComponent {\r\n @Input() title?: string;\r\n @Input() links?: PuroButtonI[];\r\n @Input() img?: PuroImageI;\r\n}\r\n","<section class=\"webmap\">\r\n <div class=\"webmap__inner\">\r\n <div class=\"webmap__graphic\">\r\n <div class=\"webmap__graphicInner\">\r\n @if (img) {\r\n <img\r\n [src]=\"img.src\"\r\n [alt]=\"img.alt\"\r\n class=\"webmap__graphicInner--img\"\r\n loading=\"lazy\"\r\n width=\"\"\r\n height=\"\"\r\n />\r\n }\r\n </div>\r\n </div>\r\n <div class=\"webmap__content\">\r\n @if (title) {\r\n <span class=\"webmap__title\">{{ title }}</span>\r\n }\r\n @if (links && links.length) {\r\n <ul class=\"webmap__list\">\r\n @for (link of links; track $index) {\r\n @if (link) {\r\n <li class=\"webmap__link\">\r\n <a\r\n [href]=\"link.url\"\r\n [linkType]=\"link.linkType\"\r\n >{{ link.label }}</a\r\n >\r\n </li>\r\n }\r\n }\r\n </ul>\r\n }\r\n </div>\r\n </div>\r\n</section>\r\n","import { InjectionToken } from '@angular/core';\r\nimport { ScreenSizerParams } from './screen-sizer.interface';\r\n\r\nexport const SCREEN_SIZER_PARAMS_TOKEN = new InjectionToken<ScreenSizerParams>(\r\n 'ScreenSizerParams'\r\n);\r\n","import { Injectable, inject, signal } from '@angular/core';\r\nimport { SCREEN_SIZER_PARAMS_TOKEN } from './screen-sizer.service.token';\r\nimport {\r\n debounceTime,\r\n distinctUntilChanged,\r\n fromEvent,\r\n map,\r\n startWith,\r\n} from 'rxjs';\r\n\r\n@Injectable({\r\n providedIn: 'root',\r\n})\r\nexport class ScreenSizerService {\r\n readonly mobile = signal(false);\r\n readonly smallTablet = signal(false);\r\n readonly mediumTablet = signal(false);\r\n readonly fullTablet = signal(false);\r\n readonly smallDesktop = signal(false);\r\n readonly mediumDesktop = signal(false);\r\n readonly fullDesktop = signal(false);\r\n readonly fullBigDesktop = signal(false);\r\n readonly maxDesktop = signal(false);\r\n\r\n readonly minSmallTablet = signal(false);\r\n readonly minMediumTablet = signal(false);\r\n readonly minFullTablet = signal(false);\r\n readonly minSmallDesktop = signal(false);\r\n readonly minMediumDesktop = signal(false);\r\n readonly minFullDesktop = signal(false);\r\n readonly minFullBigDesktop = signal(false);\r\n\r\n get width(): number {\r\n if (window.innerWidth > window.outerWidth) {\r\n return window.outerWidth;\r\n }\r\n return window.innerWidth;\r\n }\r\n\r\n private readonly screenSizerParams = inject(SCREEN_SIZER_PARAMS_TOKEN)\r\n .pixelBreakpoints;\r\n\r\n constructor() {\r\n fromEvent(window, 'resize')\r\n .pipe(\r\n debounceTime(200),\r\n map(() => this.width),\r\n distinctUntilChanged(),\r\n startWith(this.width)\r\n )\r\n .subscribe((size) => {\r\n if (size) {\r\n this.mobile.set(size < this.screenSizerParams.smallTablet);\r\n\r\n this.smallTablet.set(\r\n size >= this.screenSizerParams.smallTablet &&\r\n size < this.screenSizerParams.mediumTablet\r\n );\r\n\r\n this.mediumTablet.set(\r\n size >= this.screenSizerParams.mediumTablet &&\r\n size < this.screenSizerParams.fullTablet\r\n );\r\n\r\n this.fullTablet.set(\r\n size >= this.screenSizerParams.fullTablet &&\r\n size < this.screenSizerParams.smallDesktop\r\n );\r\n\r\n this.smallDesktop.set(\r\n size >= this.screenSizerParams.smallDesktop &&\r\n size < this.screenSizerParams.mediumDesktop\r\n );\r\n\r\n this.mediumDesktop.set(\r\n size >= this.screenSizerParams.mediumDesktop &&\r\n size < this.screenSizerParams.fullDesktop\r\n );\r\n\r\n this.fullDesktop.set(\r\n size >= this.screenSizerParams.fullDesktop &&\r\n size < this.screenSizerParams.fullBigDesktop\r\n );\r\n\r\n this.fullBigDesktop.set(\r\n size >= this.screenSizerParams.fullBigDesktop &&\r\n size < this.screenSizerParams.maxDesktop\r\n );\r\n\r\n this.maxDesktop.set(\r\n size >= this.screenSizerParams.maxDesktop\r\n );\r\n\r\n this.minSmallTablet.set(\r\n size >= this.screenSizerParams.smallTablet\r\n );\r\n\r\n this.minMediumTablet.set(\r\n size >= this.screenSizerParams.mediumTablet\r\n );\r\n\r\n this.minFullTablet.set(\r\n size >= this.screenSizerParams.fullTablet\r\n );\r\n\r\n this.minSmallDesktop.set(\r\n size >= this.screenSizerParams.smallDesktop\r\n );\r\n\r\n this.minMediumDesktop.set(\r\n size >= this.screenSizerParams.mediumDesktop\r\n );\r\n\r\n this.minFullDesktop.set(\r\n size >= this.screenSizerParams.fullDesktop\r\n );\r\n\r\n this.minFullBigDesktop.set(\r\n size >= this.screenSizerParams.fullBigDesktop\r\n );\r\n }\r\n });\r\n }\r\n\r\n isMobileInstant(): boolean {\r\n return this.mobile();\r\n }\r\n\r\n isSmallTabletInstant(): boolean {\r\n return this.smallTablet();\r\n }\r\n\r\n isMediumTabletInstant(): boolean {\r\n return this.mediumTablet();\r\n }\r\n\r\n isFullTabletInstant(): boolean {\r\n return this.fullTablet();\r\n }\r\n\r\n isSmallDesktopInstant(): boolean {\r\n return this.smallDesktop();\r\n }\r\n\r\n isMediumDesktopInstant(): boolean {\r\n return this.mediumDesktop();\r\n }\r\n\r\n isFullDesktopInstant(): boolean {\r\n return this.fullDesktop();\r\n }\r\n\r\n isFullBigDesktopInstant(): boolean {\r\n return this.fullBigDesktop();\r\n }\r\n\r\n isMaxDesktopInstant(): boolean {\r\n return this.maxDesktop();\r\n }\r\n\r\n minSmallTabletInstant(): boolean {\r\n return this.minSmallTablet();\r\n }\r\n\r\n minMediumTabletInstant(): boolean {\r\n return this.minMediumTablet();\r\n }\r\n\r\n minFullTabletInstant(): boolean {\r\n return this.minFullTablet();\r\n }\r\n\r\n minSmallDesktopInstant(): boolean {\r\n return this.minSmallDesktop();\r\n }\r\n\r\n minMediumDesktopInstant(): boolean {\r\n return this.minMediumDesktop();\r\n }\r\n\r\n minFullDesktopInstant(): boolean {\r\n return this.minFullDesktop();\r\n }\r\n\r\n minFullBigDesktopInstant(): boolean {\r\n return this.minFullBigDesktop();\r\n }\r\n}\r\n","/*\r\n * Public API Surface of puro\r\n */\r\n\r\nexport * from './lib/components';\r\nexport * from './lib/directives';\r\nexport * from './lib/interfaces';\r\nexport * from './lib/services';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1"],"mappings":"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"}
1
+ {"version":3,"file":"ctt-puro.mjs","sources":["../../../projects/puro/src/lib/directives/pruo-link-type/puro-link-type.directive.ts","../../../projects/puro/src/lib/directives/puro-script/puro-script.directive.ts","../../../projects/puro/src/lib/components/puro-404/puro-404.component.ts","../../../projects/puro/src/lib/components/puro-404/puro-404.component.html","../../../projects/puro/src/lib/components/puro-advantages/puro-advantages.component.ts","../../../projects/puro/src/lib/components/puro-advantages/puro-advantages.component.html","../../../projects/puro/src/lib/components/puro-advantages-small/puro-advantages-small.component.ts","../../../projects/puro/src/lib/components/puro-advantages-small/puro-advantages-small.component.html","../../../projects/puro/src/lib/components/puro-banner4col/puro-banner4col.component.ts","../../../projects/puro/src/lib/components/puro-banner4col/puro-banner4col.component.html","../../../projects/puro/src/lib/components/puro-engine/puro-engine.component.ts","../../../projects/puro/src/lib/components/puro-engine/puro-engine.component.html","../../../projects/puro/src/lib/components/puro-footer-beachs/puro-footer-beachs.component.ts","../../../projects/puro/src/lib/components/puro-footer-beachs/puro-footer-beachs.component.html","../../../projects/puro/src/lib/components/puro-footer-hotels/puro-footer-hotels.component.ts","../../../projects/puro/src/lib/components/puro-footer-hotels/puro-footer-hotels.component.html","../../../projects/puro/src/lib/components/puro-footer-info/puro-footer-info.component.ts","../../../projects/puro/src/lib/components/puro-footer-info/puro-footer-info.component.html","../../../projects/puro/src/lib/components/puro-footer-links/puro-footer-links.component.ts","../../../projects/puro/src/lib/components/puro-footer-links/puro-footer-links.component.html","../../../projects/puro/src/lib/components/puro-gallery/puro-gallery.component.ts","../../../projects/puro/src/lib/components/puro-gallery/puro-gallery.component.html","../../../projects/puro/src/lib/components/puro-grid3col-filter/puro-grid3col-filter.component.ts","../../../projects/puro/src/lib/components/puro-grid3col-filter/puro-grid3col-filter.component.html","../../../projects/puro/src/lib/components/puro-grid3col-plus-filter/puro-grid3col-plus-filter.component.ts","../../../projects/puro/src/lib/components/puro-grid3col-plus-filter/puro-grid3col-plus-filter.component.html","../../../projects/puro/src/lib/components/puro-grid3col-slider/puro-grid3col-slider.component.ts","../../../projects/puro/src/lib/components/puro-grid3col-slider/puro-grid3col-slider.component.html","../../../projects/puro/src/lib/components/puro-grid4items/puro-grid4items.component.ts","../../../projects/puro/src/lib/components/puro-grid4items/puro-grid4items.component.html","../../../projects/puro/src/lib/components/puro-grid5items/puro-grid5items.component.ts","../../../projects/puro/src/lib/components/puro-grid5items/puro-grid5items.component.html","../../../projects/puro/src/lib/components/puro-grid6items/puro-grid6items.component.ts","../../../projects/puro/src/lib/components/puro-grid6items/puro-grid6items.component.html","../../../projects/puro/src/lib/components/puro-header/puro-header.component.ts","../../../projects/puro/src/lib/components/puro-header/puro-header.component.html","../../../projects/puro/src/lib/components/puro-hotels-modal/puro-hotels-modal.component.ts","../../../projects/puro/src/lib/components/puro-hotels-modal/puro-hotels-modal.component.html","../../../projects/puro/src/lib/components/puro-img-info/puro-img-info.component.ts","../../../projects/puro/src/lib/components/puro-img-info/puro-img-info.component.html","../../../projects/puro/src/lib/components/puro-info-banner/puro-info-banner.component.ts","../../../projects/puro/src/lib/components/puro-info-banner/puro-info-banner.component.html","../../../projects/puro/src/lib/components/puro-info-big/puro-info-big.component.ts","../../../projects/puro/src/lib/components/puro-info-big/puro-info-big.component.html","../../../projects/puro/src/lib/components/puro-info-details/puro-info-details.component.ts","../../../projects/puro/src/lib/components/puro-info-details/puro-info-details.component.html","../../../projects/puro/src/lib/components/puro-info-gallery/puro-info-gallery.component.ts","../../../projects/puro/src/lib/components/puro-info-gallery/puro-info-gallery.component.html","../../../projects/puro/src/lib/components/puro-info-intro/puro-info-intro.component.ts","../../../projects/puro/src/lib/components/puro-info-intro/puro-info-intro.component.html","../../../projects/puro/src/lib/components/puro-info-list/puro-info-list.component.ts","../../../projects/puro/src/lib/components/puro-info-list/puro-info-list.component.html","../../../projects/puro/src/lib/components/puro-info-services/puro-info-services.component.ts","../../../projects/puro/src/lib/components/puro-info-services/puro-info-services.component.html","../../../projects/puro/src/lib/components/puro-info-slider/puro-info-slider.component.ts","../../../projects/puro/src/lib/components/puro-info-slider/puro-info-slider.component.html","../../../projects/puro/src/lib/components/puro-info-table/puro-info-table.component.ts","../../../projects/puro/src/lib/components/puro-info-table/puro-info-table.component.html","../../../projects/puro/src/lib/components/puro-info-video/puro-info-video.component.ts","../../../projects/puro/src/lib/components/puro-info-video/puro-info-video.component.html","../../../projects/puro/src/lib/components/puro-info2col/puro-info2col.component.ts","../../../projects/puro/src/lib/components/puro-info2col/puro-info2col.component.html","../../../projects/puro/src/lib/components/puro-languages-modal/puro-languages-modal.component.ts","../../../projects/puro/src/lib/components/puro-languages-modal/puro-languages-modal.component.html","../../../projects/puro/src/lib/components/puro-list-awards/puro-list-awards.component.ts","../../../projects/puro/src/lib/components/puro-list-awards/puro-list-awards.component.html","../../../projects/puro/src/lib/components/puro-list-general/puro-list-general.component.ts","../../../projects/puro/src/lib/components/puro-list-general/puro-list-general.component.html","../../../projects/puro/src/lib/components/puro-list-logos/puro-list-logos.component.ts","../../../projects/puro/src/lib/components/puro-list-logos/puro-list-logos.component.html","../../../projects/puro/src/lib/components/puro-map-list/puro-map-list.component.ts","../../../projects/puro/src/lib/components/puro-map-list/puro-map-list.component.html","../../../projects/puro/src/lib/components/puro-menu/puro-menu.component.ts","../../../projects/puro/src/lib/components/puro-menu/puro-menu.component.html","../../../projects/puro/src/lib/components/puro-music-slider/puro-music-slider.component.ts","../../../projects/puro/src/lib/components/puro-music-slider/puro-music-slider.component.html","../../../projects/puro/src/lib/components/puro-newsletter/puro-newsletter.component.ts","../../../projects/puro/src/lib/components/puro-newsletter/puro-newsletter.component.html","../../../projects/puro/src/lib/components/puro-offers-slider/puro-offers-slider.component.ts","../../../projects/puro/src/lib/components/puro-offers-slider/puro-offers-slider.component.html","../../../projects/puro/src/lib/components/puro-photo-slider/puro-photo-slider.component.ts","../../../projects/puro/src/lib/components/puro-photo-slider/puro-photo-slider.component.html","../../../projects/puro/src/lib/components/puro-schedule/puro-schedule.component.ts","../../../projects/puro/src/lib/components/puro-schedule/puro-schedule.component.html","../../../projects/puro/src/lib/components/puro-slider1col/puro-slider1col.component.ts","../../../projects/puro/src/lib/components/puro-slider1col/puro-slider1col.component.html","../../../projects/puro/src/lib/components/puro-slider2col/puro-slider2col.component.ts","../../../projects/puro/src/lib/components/puro-slider2col/puro-slider2col.component.html","../../../projects/puro/src/lib/components/puro-slider3card/puro-slider3card.component.ts","../../../projects/puro/src/lib/components/puro-slider3card/puro-slider3card.component.html","../../../projects/puro/src/lib/components/puro-slider3col/puro-slider3col.component.ts","../../../projects/puro/src/lib/components/puro-slider3col/puro-slider3col.component.html","../../../projects/puro/src/lib/components/puro-slider3col-round/puro-slider3col-round.component.ts","../../../projects/puro/src/lib/components/puro-slider3col-round/puro-slider3col-round.component.html","../../../projects/puro/src/lib/components/puro-thanks/puro-thanks.component.ts","../../../projects/puro/src/lib/components/puro-thanks/puro-thanks.component.html","../../../projects/puro/src/lib/components/puro-top-slider/puro-top-slider.component.ts","../../../projects/puro/src/lib/components/puro-top-slider/puro-top-slider.component.html","../../../projects/puro/src/lib/components/puro-vertical-info/puro-vertical-info.component.ts","../../../projects/puro/src/lib/components/puro-vertical-info/puro-vertical-info.component.html","../../../projects/puro/src/lib/components/puro-webmap/puro-webmap.component.ts","../../../projects/puro/src/lib/components/puro-webmap/puro-webmap.component.html","../../../projects/puro/src/lib/services/screen-sizer/screen-sizer.service.token.ts","../../../projects/puro/src/lib/services/screen-sizer/screen-sizer.service.ts","../../../projects/puro/src/public-api.ts","../../../projects/puro/src/ctt-puro.ts"],"sourcesContent":["import { Directive, HostListener, Input } from '@angular/core';\r\nimport { Router } from '@angular/router';\r\n\r\n@Directive({\r\n selector: '[linkType]',\r\n standalone: true,\r\n})\r\nexport class PuroLinkTypeDirective {\r\n @Input() linkType?: string;\r\n @Input() href?: string;\r\n constructor(private readonly router: Router) {}\r\n\r\n @HostListener('click', ['$event'])\r\n btnClick(event: Event): void {\r\n if (this.linkType?.includes('internal')) {\r\n event.preventDefault();\r\n if (this.href) {\r\n this.router.navigateByUrl('/' + this.href);\r\n }\r\n } else {\r\n window.open(this.href, '_blank');\r\n }\r\n }\r\n}\r\n","import { Directive, effect, Input, WritableSignal } from '@angular/core';\r\n\r\ndeclare var $: any;\r\ndeclare var jQuery: any;\r\n\r\n@Directive({\r\n selector: '[scriptLoader]',\r\n standalone: true,\r\n})\r\nexport class PuroScriptDirective {\r\n @Input({ required: true }) dataLoaded!: WritableSignal<boolean>;\r\n\r\n constructor() {\r\n effect(() => {\r\n if (this.dataLoaded()) {\r\n this.loadScript();\r\n }\r\n });\r\n }\r\n\r\n // load modules slider\r\n loadScript() {\r\n setTimeout(() => {\r\n // load modules slider\r\n function load_slider() {\r\n $('.js-active-slider')?.each(function (this: HTMLElement) {\r\n // variables\r\n var parent = $(this),\r\n slider_name = parent.data('slider_name'),\r\n slider_speed = parent.data('slider_speed'),\r\n slider_showbtns = parent.data('slider_showbtns'),\r\n slider_arrows = parent.find('.js-slider-arrows'),\r\n slider_dots = parent.find('.js-slider-dots'),\r\n info = parent.find('.js-content-slider'),\r\n slider_btns = parent.data('slider_btns'),\r\n slider_showdots = parent.data('slider_showdots'),\r\n slider_fade = parent.data('slider_fade'),\r\n slider_centermode = parent.data('slider_centermode'),\r\n slider_autoplay = parent.data('slider_autoplay'),\r\n slider_pc = parent.data('slides_pc'),\r\n slider_laptop = parent.data('slides_laptop'),\r\n slider_tablet = parent.data('slides_tablet'),\r\n slider_mobile = parent.data('slides_mobile'),\r\n slider_mobile_small = parent.data(\r\n 'slides_mobile_small'\r\n ),\r\n slider_mobile_xsmall = parent.data(\r\n 'slides_mobile_xsmall'\r\n ),\r\n slider_infinite = parent.data('slides_infinite'),\r\n sliderrows_pc = parent.data('slidesrows_pc'),\r\n sliderrows_laptop = parent.data('slidesrows_laptop'),\r\n sliderrows_tablet = parent.data('slidesrows_tablet'),\r\n sliderrows_mobile = parent.data('slidesrows_mobile'),\r\n sliderrows_mobile_small = parent.data(\r\n 'slidesrows_mobile_small'\r\n ),\r\n sliderrows_mobile_xsmall = parent.data(\r\n 'slidesrows_mobile_xsmall'\r\n ),\r\n slider_selector = parent.find('.' + slider_name);\r\n\r\n if (parent.hasClass('slick-initialized')) return;\r\n\r\n if (!slider_speed) {\r\n slider_speed = 750;\r\n }\r\n if (!slider_centermode) {\r\n slider_centermode = 'false';\r\n }\r\n if (!slider_mobile_xsmall) {\r\n slider_mobile_xsmall = slider_mobile_small;\r\n }\r\n if (!sliderrows_pc) {\r\n sliderrows_pc = 1;\r\n }\r\n if (!sliderrows_laptop) {\r\n sliderrows_laptop = 1;\r\n }\r\n if (!sliderrows_tablet) {\r\n sliderrows_tablet = 1;\r\n }\r\n if (!sliderrows_mobile) {\r\n sliderrows_mobile = 1;\r\n }\r\n if (!sliderrows_mobile_small) {\r\n sliderrows_mobile_small = 1;\r\n }\r\n if (!sliderrows_mobile_xsmall) {\r\n sliderrows_mobile_xsmall = 1;\r\n }\r\n if (window.innerWidth < 540 && parent.hasClass('rows-2')) {\r\n sliderrows_pc = 1;\r\n }\r\n if (slider_selector == 'js-spotifyPlayer-slider') {\r\n $(slider_selector).on(\r\n 'beforeChange',\r\n (\r\n event: Event,\r\n slick: any,\r\n currentSlide: any,\r\n nextSlide: any\r\n ) => {\r\n if (currentSlide !== nextSlide) {\r\n document\r\n .querySelectorAll(\r\n '.slick-center + .slick-cloned'\r\n )\r\n .forEach((next) => {\r\n setTimeout(() =>\r\n next.classList.add(\r\n 'slick-current',\r\n 'slick-center'\r\n )\r\n );\r\n });\r\n }\r\n }\r\n );\r\n }\r\n\r\n //init slider\r\n if (slider_selector.length === 0) {\r\n return;\r\n } else {\r\n if (info.length != 0) {\r\n $(slider_selector)?.slick({\r\n dots: slider_showdots,\r\n arrows: slider_showbtns,\r\n appendArrows: slider_arrows,\r\n prevArrow:\r\n \"<div class='prev \" +\r\n slider_btns +\r\n \" slick-btn slick-prev' role='button' tabindex='0'><i class='icon-6'></i></div>\",\r\n nextArrow:\r\n \"<div class='next \" +\r\n slider_btns +\r\n \" slick-btn slick-next' role='button' tabindex='0'><i class='icon-6'></i></div>\",\r\n appendDots: slider_dots,\r\n customPaging: function (slick: any, i: number) {\r\n var slide_heading = $(slick.$slides[i])\r\n ?.find('[data-slide_heading]')\r\n ?.attr('data-slide_heading');\r\n $();\r\n return $(\r\n '<button type=\"button\" class=\"slick-slideDot-label\" />'\r\n )?.text(slide_heading);\r\n },\r\n infinite: slider_infinite,\r\n useTransform: true,\r\n fade: slider_fade,\r\n centerMode: slider_centermode,\r\n centerPadding: '0',\r\n cssEase:\r\n 'cubic-bezier(0.785, 0.135, 0.15, 0.86)',\r\n speed: slider_speed,\r\n slidesToShow: slider_pc,\r\n slidesToScroll: 1,\r\n rows: sliderrows_pc,\r\n autoplay: slider_autoplay,\r\n autoplaySpeed: 5000,\r\n asNavFor: info,\r\n responsive: [\r\n {\r\n breakpoint: 1680,\r\n settings: {\r\n slidesToShow: slider_laptop,\r\n rows: sliderrows_laptop,\r\n },\r\n },\r\n {\r\n breakpoint: 1280,\r\n settings: {\r\n slidesToShow: slider_tablet,\r\n rows: sliderrows_tablet,\r\n },\r\n },\r\n {\r\n breakpoint: 1024,\r\n settings: {\r\n slidesToShow: slider_mobile,\r\n rows: sliderrows_mobile,\r\n },\r\n },\r\n {\r\n breakpoint: 768,\r\n settings: {\r\n slidesToShow: slider_mobile_small,\r\n rows: sliderrows_mobile_small,\r\n },\r\n },\r\n {\r\n breakpoint: 540,\r\n settings: {\r\n slidesToShow: slider_mobile_xsmall,\r\n rows: sliderrows_mobile_xsmall,\r\n },\r\n },\r\n {\r\n breakpoint: 0,\r\n settings: {\r\n slidesToShow: slider_mobile_xsmall,\r\n rows: sliderrows_mobile_xsmall,\r\n },\r\n },\r\n ],\r\n });\r\n info.slick({\r\n dots: false,\r\n arrows: false,\r\n infinite: true,\r\n useTransform: true,\r\n cssEase:\r\n 'cubic-bezier(0.785, 0.135, 0.15, 0.86)',\r\n speed: 750,\r\n fade: true,\r\n slidesToShow: 1,\r\n slidesToScroll: 1,\r\n autoplay: false,\r\n autoplaySpeed: 5000,\r\n draggable: false,\r\n swipe: false,\r\n swipeToSlide: false,\r\n touchMove: false,\r\n });\r\n } else {\r\n $(slider_selector)?.slick({\r\n dots: slider_showdots,\r\n arrows: slider_showbtns,\r\n appendArrows: slider_arrows,\r\n prevArrow:\r\n \"<div class='prev \" +\r\n slider_btns +\r\n \" slick-btn slick-prev' role='button' tabindex='0'><i class='icon-6'></i></div>\",\r\n nextArrow:\r\n \"<div class='next \" +\r\n slider_btns +\r\n \" slick-btn slick-next' role='button' tabindex='0'><i class='icon-6'></i></div>\",\r\n appendDots: slider_dots,\r\n customPaging: function (slick: any, i: number) {\r\n var slide_heading = $(slick.$slides[i])\r\n .find('[data-slide_heading]')\r\n ?.attr('data-slide_heading');\r\n return $(\r\n '<button type=\"button\" class=\"slick-slideDot-label\" />'\r\n )?.text(slide_heading);\r\n },\r\n infinite: slider_infinite,\r\n useTransform: true,\r\n fade: slider_fade,\r\n centerMode: slider_centermode,\r\n centerPadding: '0',\r\n cssEase:\r\n 'cubic-bezier(0.785, 0.135, 0.15, 0.86)',\r\n speed: slider_speed,\r\n slidesToShow: slider_pc,\r\n slidesToScroll: 1,\r\n rows: sliderrows_pc,\r\n autoplay: slider_autoplay,\r\n autoplaySpeed: 5000,\r\n swipeToSlide: true,\r\n responsive: [\r\n {\r\n breakpoint: 1680,\r\n settings: {\r\n slidesToShow: slider_laptop,\r\n rows: sliderrows_laptop,\r\n },\r\n },\r\n {\r\n breakpoint: 1366,\r\n settings: {\r\n slidesToShow: slider_tablet,\r\n rows: sliderrows_tablet,\r\n },\r\n },\r\n {\r\n breakpoint: 1024,\r\n settings: {\r\n slidesToShow: slider_mobile,\r\n rows: sliderrows_mobile,\r\n },\r\n },\r\n {\r\n breakpoint: 768,\r\n settings: {\r\n slidesToShow: slider_mobile_small,\r\n rows: sliderrows_mobile_small,\r\n },\r\n },\r\n {\r\n breakpoint: 540,\r\n settings: {\r\n slidesToShow: slider_mobile_xsmall,\r\n rows: sliderrows_mobile_xsmall,\r\n },\r\n },\r\n ],\r\n });\r\n }\r\n }\r\n });\r\n }\r\n\r\n // if element is visible\r\n function isScrolledIntoView(el: HTMLElement, distance: number) {\r\n var rect = el.getBoundingClientRect(),\r\n elemTop = rect.top - distance,\r\n elemBottom = rect.bottom,\r\n isVisible = elemTop < window.innerHeight;\r\n return isVisible;\r\n }\r\n\r\n $(document).ready(function () {\r\n load_slider();\r\n\r\n function nav_sticky() {\r\n var mobileHeader = 1;\r\n var space = $('.banner');\r\n var window_position =\r\n document.documentElement.scrollTop ||\r\n document.body.scrollTop;\r\n if (window_position >= space?.outerHeight()) {\r\n document\r\n .querySelector('body')\r\n ?.classList.add('nav-sticky');\r\n } else {\r\n document\r\n .querySelector('body')\r\n ?.classList.remove('nav-sticky');\r\n }\r\n if (window_position >= mobileHeader) {\r\n document\r\n .querySelector('body')\r\n ?.classList.add('mobile-sticky');\r\n } else {\r\n document\r\n .querySelector('body')\r\n ?.classList.remove('mobile-sticky');\r\n }\r\n }\r\n\r\n (function (o, a: any, $) {\r\n if (o && a) {\r\n nav_sticky();\r\n window.addEventListener('scroll', function () {\r\n nav_sticky();\r\n });\r\n }\r\n })(document.querySelector('body'), jQuery);\r\n\r\n // (function (a, $) {\r\n // if (a.length) {\r\n // if (isScrolledIntoView(a[0], 300)) {\r\n // load_files();\r\n // }\r\n // window.addEventListener('scroll', function () {\r\n // if (isScrolledIntoView(a[0], 300)) {\r\n // load_files();\r\n // }\r\n // });\r\n // }\r\n // })(\r\n // document.querySelectorAll('.js-active-slider') as any,\r\n // jQuery\r\n // );\r\n\r\n // function arrows section position\r\n (function (a, $) {\r\n if (a.length) {\r\n $('.js-slider_fix-arrows')?.each(function (\r\n this: HTMLElement\r\n ) {\r\n var slider = $(this);\r\n var arrows = slider.siblings('.js-slider-arrows');\r\n function calc_position() {\r\n var height_selector;\r\n if (\r\n slider\r\n ?.find('.js-slider_fix-arrows-zone')\r\n ?.hasClass('mobile') &&\r\n window.innerWidth <= 1279\r\n ) {\r\n height_selector = slider.find(\r\n '.js-slider_fix-arrows-zone.mobile'\r\n );\r\n } else if (\r\n slider\r\n ?.find('.js-slider_fix-arrows-zone')\r\n ?.hasClass('desktop') &&\r\n window.innerWidth >= 1280\r\n ) {\r\n height_selector = slider?.find(\r\n '.js-slider_fix-arrows-zone.desktop'\r\n );\r\n } else {\r\n height_selector = slider?.find(\r\n '.js-slider_fix-arrows-zone'\r\n );\r\n }\r\n var height =\r\n height_selector?.offset()!.top -\r\n height_selector\r\n .parents('.relative')\r\n .offset()!.top +\r\n height_selector.outerHeight()! / 2;\r\n arrows.css('top', height + 'px');\r\n }\r\n calc_position();\r\n setTimeout(function () {\r\n calc_position();\r\n }, 500);\r\n $(window).scroll(function () {\r\n calc_position();\r\n });\r\n });\r\n }\r\n })(document.querySelectorAll('.js-slider_fix-arrows'), jQuery);\r\n\r\n (function (a, $) {\r\n if (a.length) {\r\n //open popup\r\n $('.js-active-modal')?.each(function (\r\n this: HTMLElement\r\n ) {\r\n var parent = $(this),\r\n modal_name = parent.data('modal_name');\r\n parent.click(function (this: HTMLElement) {\r\n if (modal_name === 'gallery') {\r\n var selected = $(this);\r\n var filter = selected\r\n .parent()\r\n .attr('data-category');\r\n var slider = $('.modal__zoom--slider');\r\n var main_photo = selected\r\n .parent()\r\n .attr('data-img');\r\n var main_title = selected\r\n .parent()\r\n .attr('data-title');\r\n var main_id = selected.parent().attr('id');\r\n var img = $(\r\n '<div><span class=\"modal__title\">' +\r\n main_title +\r\n '</span> <img class=\"modal__slider--img\" src=\"' +\r\n main_photo +\r\n '\" /></div>'\r\n );\r\n slider.append(img);\r\n\r\n if (\r\n $('.js-filter-gallery.active')?.attr(\r\n 'data-filter_category'\r\n ) === 'all'\r\n ) {\r\n ($('.filter-items') as any)?.each(\r\n function (\r\n ele: HTMLElement,\r\n gallery_item: HTMLElement\r\n ) {\r\n if (\r\n $(gallery_item)?.is(\r\n ':visible'\r\n )\r\n ) {\r\n var photo =\r\n $(gallery_item)?.attr(\r\n 'data-img'\r\n );\r\n var title =\r\n $(gallery_item)?.attr(\r\n 'data-title'\r\n );\r\n var append_id =\r\n $(gallery_item)?.attr(\r\n 'id'\r\n );\r\n var img = $(\r\n '<div><span class=\"modal__title\">' +\r\n title +\r\n '</span><img class=\"modal__slider--img\" src=\"' +\r\n photo +\r\n '\" /></div>'\r\n );\r\n if (main_id != append_id) {\r\n slider.append(img);\r\n }\r\n }\r\n }\r\n );\r\n } else {\r\n (\r\n $(\r\n '[data-category=' + filter + ']'\r\n ) as any\r\n )?.each(function (\r\n ele: HTMLElement,\r\n gallery_item: HTMLElement\r\n ) {\r\n if (\r\n $(gallery_item)?.is(':visible')\r\n ) {\r\n var photo =\r\n $(gallery_item)?.attr(\r\n 'data-img'\r\n );\r\n var title =\r\n $(gallery_item)?.attr(\r\n 'data-title'\r\n );\r\n var append_id =\r\n $(gallery_item)?.attr('id');\r\n var img = $(\r\n '<div><span class=\"modal__title\">' +\r\n title +\r\n '</span><img class=\"modal__slider--img\" src=\"' +\r\n photo +\r\n '\" /></div>'\r\n );\r\n if (main_id != append_id) {\r\n slider.append(img);\r\n }\r\n }\r\n });\r\n }\r\n // load_files();\r\n setTimeout(function () {\r\n var slider_arrows = $(\r\n '.modal__zoom--slider'\r\n )\r\n .parent()\r\n .find('.js-slider-arrows');\r\n (\r\n $('.modal__zoom--slider') as any\r\n )?.slick({\r\n fade: true,\r\n appendArrows: slider_arrows,\r\n prevArrow:\r\n \"<div class='prev slick-btn slick-prev slick-arrow' role='button' tabindex='0'><i class='icon-6'></i></div>\",\r\n nextArrow:\r\n \"<div class='next slick-btn slick-next slick-arrow' role='button' tabindex='0'><i class='icon-6'></i></div>\",\r\n });\r\n }, 100);\r\n }\r\n\r\n if (modal_name === 't-offers') {\r\n $('body')?.addClass(\r\n modal_name + ' toasts--open'\r\n );\r\n } else {\r\n $('body')?.addClass(\r\n modal_name + ' modal--open'\r\n );\r\n }\r\n });\r\n });\r\n }\r\n })(document.querySelectorAll('.js-active-modal'), jQuery);\r\n\r\n (function (a, $) {\r\n if (a.length) {\r\n //close popup\r\n $('.js-close')?.each(function (this: HTMLElement) {\r\n var parent = $(this),\r\n modal_name = parent.data('modal_name');\r\n parent.click(function () {\r\n if (modal_name === 'gallery') {\r\n ($('.modal__zoom--slider') as any)?.slick(\r\n 'unslick'\r\n );\r\n $('.modal__zoom--slider')?.empty();\r\n $('body')?.hasClass(modal_name) &&\r\n $('body')?.hasClass('modal--open')\r\n ? $('body').removeClass(\r\n modal_name + ' modal--open'\r\n )\r\n : $('body').addClass('');\r\n } else if (modal_name === 't-offers') {\r\n $('body').removeClass(\r\n modal_name + ' toasts--open'\r\n );\r\n } else {\r\n $('body').hasClass(modal_name) &&\r\n $('body').hasClass('modal--open')\r\n ? $('body').removeClass(\r\n modal_name + ' modal--open'\r\n )\r\n : $('body').addClass('');\r\n }\r\n });\r\n });\r\n }\r\n })(document.querySelectorAll('.js-close'), jQuery);\r\n\r\n (function (a, $) {\r\n if (a.length) {\r\n $('.js-filter-gallery')?.each(function (\r\n this: HTMLElement\r\n ) {\r\n var filter: any, active_filter;\r\n filter = $(this);\r\n filter.click(function () {\r\n $('.js-filter-gallery')?.removeClass('active');\r\n filter.addClass('active');\r\n active_filter = filter?.attr(\r\n 'data-filter_category'\r\n );\r\n if (active_filter === 'beachClub') {\r\n $(\r\n '.gallery__list .gallery__item'\r\n )?.addClass('show');\r\n } else {\r\n $(\r\n '.gallery__list .gallery__item'\r\n )?.removeClass('show');\r\n $(\r\n '.gallery__list .gallery__item[data-category=\"' +\r\n active_filter +\r\n '\"]'\r\n )?.addClass('show');\r\n }\r\n moveShowItemsToTop();\r\n });\r\n });\r\n function moveShowItemsToTop() {\r\n var $galleryList = $('.gallery__list');\r\n var $showItems = $galleryList?.find(\r\n '.gallery__item.show'\r\n );\r\n\r\n if ($showItems.length) {\r\n $showItems.detach();\r\n $galleryList.prepend($showItems);\r\n }\r\n }\r\n moveShowItemsToTop();\r\n }\r\n })(document.querySelectorAll('.js-filter-gallery'), jQuery);\r\n\r\n (function (a, $) {\r\n if (a.length) {\r\n $('.js-accordion')?.each(function (this: HTMLElement) {\r\n var tab = $(this);\r\n tab.click(function () {\r\n tab.parents('.faq__item').toggleClass('active');\r\n tab.next('.faq__content').slideToggle();\r\n });\r\n });\r\n }\r\n })(document.querySelectorAll('.js-accordion'), jQuery);\r\n (function (a, $) {\r\n if (a.length) {\r\n $('.btn__moreLess')?.on(\r\n 'click',\r\n function (this: HTMLElement) {\r\n const button = $(this);\r\n const content = button\r\n ?.closest('section')\r\n ?.find('.more-content');\r\n const section = button?.closest('section');\r\n\r\n content.slideToggle(() => {\r\n const isHidden = content.is(':hidden');\r\n section.toggleClass(\r\n 'moreLess--active',\r\n !isHidden\r\n );\r\n });\r\n }\r\n );\r\n }\r\n })(document.querySelectorAll('.btn__moreLess'), jQuery);\r\n (function ($) {\r\n // $(\".js-scrollto\").each(function() {\r\n // $(this).on(\"click\", function() {\r\n // var scrollToSelector = $(this).data(\"scroll_to\");\r\n // var spacer = parseInt($(this).data(\"scroll_spacer\"), 10) || 0;\r\n // var isActiveScroll = $(this).parent('ul').data('scroll_active');\r\n\r\n // if ($(window).width() >= 768) {\r\n // spacer += 20;\r\n // } else if ($(window).width() >= 540) {\r\n // spacer += 10;\r\n // }\r\n\r\n // if (scrollToSelector) {\r\n // $(\"html, body\").animate({ scrollTop: $(scrollToSelector).offset().top - spacer }, 1000);\r\n // }\r\n\r\n // if (isActiveScroll) {\r\n // $(this).addClass('active').siblings().removeClass('active');\r\n // }\r\n // });\r\n // });\r\n // $(window).on(\"scroll\", function() {\r\n // var scrollPos = $(window).scrollTop();\r\n\r\n // $(\".js-scrollto\").each(function() {\r\n // var spacer = parseInt($(this).data(\"scroll_spacer\"), 10) || 0;\r\n // var scrollToSelector = $(this).data(\"scroll_to\");\r\n // var isActiveScroll = $(this).parent('ul').data('scroll_active');\r\n // var offsetTop = $(scrollToSelector).offset().top;\r\n\r\n // if ($(window).width() >= 768) {\r\n // spacer += 30;\r\n // } else if ($(window).width() >= 540) {\r\n // spacer += 20;\r\n // }\r\n // if (isActiveScroll) {\r\n // if ($(scrollToSelector).css('display') !== 'none' && scrollPos >= offsetTop - spacer && scrollPos < offsetTop + $(scrollToSelector).outerHeight() - spacer) {\r\n // $(this).addClass('active').siblings().removeClass('active');\r\n\r\n // } else {\r\n // $(this).removeClass('active');\r\n // }\r\n // }\r\n\r\n // });\r\n // });\r\n\r\n /* hide offers toasts*/\r\n const $banner = $('.banner');\r\n function checkBannerVisibility() {\r\n const bannerTop = $banner?.offset()?.top ?? 0;\r\n const bannerBottom =\r\n bannerTop ??\r\n 0 + ($banner as any)?.outerHeight() ??\r\n 0;\r\n const viewportTop = $(window).scrollTop() ?? 0;\r\n const viewportBottom =\r\n viewportTop ?? 0 + ($(window).height() as any) ?? 0;\r\n\r\n if (\r\n bannerBottom <= viewportTop ||\r\n bannerTop >= viewportBottom\r\n ) {\r\n $('body').removeClass('t-offers toasts--open');\r\n }\r\n }\r\n\r\n $(window).on('scroll resize', checkBannerVisibility);\r\n checkBannerVisibility();\r\n })(jQuery),\r\n $('.mapPoints__item')?.each(function (this: HTMLElement) {\r\n var element = $(this);\r\n var elementIcon = element.find('.icon');\r\n elementIcon.on('click', function (e: HTMLElement) {\r\n element.siblings().removeClass('active');\r\n element.toggleClass('active');\r\n });\r\n });\r\n\r\n $('.js-personas-subfields').click(function (this: HTMLElement) {\r\n $(this).next('.js-fieldSub').slideToggle();\r\n });\r\n $('.js-apply-guests').click(function (this: HTMLElement) {\r\n const e = $(this).parents('.banner__fieldSub'),\r\n r = parseInt($('#adult').val());\r\n const a = parseInt($('#child').val());\r\n const n = r + a;\r\n e.hide();\r\n\r\n if (n <= 9) {\r\n e.siblings('.js-personas-subfields')\r\n .find('.banner__fieldControl')\r\n .text('0' + n);\r\n } else {\r\n e.siblings('.js-personas-subfields')\r\n .find('.banner__fieldControl')\r\n .text(n);\r\n }\r\n });\r\n $('.js-apply-guests1').click(function (this: HTMLElement) {\r\n const e = $(this).parents('.booking__fieldSub'),\r\n r = parseInt($('#adult1').val());\r\n const a = parseInt($('#child1').val());\r\n const n = r + a;\r\n e.hide();\r\n\r\n if (n <= 9) {\r\n e.siblings('.js-personas-subfields')\r\n .find('.booking__fieldControl')\r\n .text('0' + n);\r\n } else {\r\n e.siblings('.js-personas-subfields')\r\n .find('.booking__fieldControl')\r\n .text(n);\r\n }\r\n });\r\n\r\n $('.booking__fieldControl[type=\"text\"]').each(function (\r\n this: HTMLElement\r\n ) {\r\n let defaultvalue: any;\r\n\r\n const $fieldInner = $(this).parents('.booking__fieldInner');\r\n if (!defaultvalue) {\r\n defaultvalue = $fieldInner.attr('style') || '';\r\n }\r\n\r\n $(this).on('keyup', function (this: HTMLElement) {\r\n const textLength = $(this).val().length * 1.3;\r\n console.log(textLength);\r\n if (textLength == 0) {\r\n $fieldInner.attr('style', defaultvalue);\r\n } else {\r\n $fieldInner.css(\r\n '--labelLeftPosition',\r\n textLength + 'rem'\r\n );\r\n }\r\n });\r\n });\r\n });\r\n\r\n $(function () {\r\n $('[data-toggle=\"datepicker\"]').each(function (\r\n this: HTMLElement\r\n ) {\r\n $(this).datepicker({\r\n autoHide: true,\r\n zIndex: 9999,\r\n beforeShow: function (input: HTMLElement, inst: any) {\r\n setTimeout(function () {\r\n const inputOffset = $(input).offset();\r\n const inputWidth = $(input).outerWidth();\r\n const inputHeight = $(input).outerHeight();\r\n inst.dpDiv.css({\r\n top:\r\n inputOffset.top -\r\n inst.dpDiv.outerHeight() -\r\n 10 +\r\n 'px',\r\n left: inputOffset.left + 'px',\r\n });\r\n }, 0);\r\n },\r\n });\r\n });\r\n $('[data-toggle=\"datepicker1\"]').each(function (\r\n this: HTMLElement\r\n ) {\r\n $(this).datepicker({\r\n autoHide: true,\r\n zIndex: 9999,\r\n beforeShow: function (input: HTMLElement, inst: any) {\r\n setTimeout(function () {\r\n const inputOffset = $(input).offset();\r\n const inputWidth = $(input).outerWidth();\r\n const inputHeight = $(input).outerHeight();\r\n inst.dpDiv.css({\r\n top:\r\n inputOffset.top +\r\n inputHeight +\r\n 10 +\r\n 'px',\r\n left: inputOffset.left + 'px',\r\n });\r\n }, 0);\r\n },\r\n });\r\n });\r\n });\r\n\r\n // const videos = document.querySelectorAll(\".eventVideo video\");\r\n // if (videos.length > 0) {\r\n // videos.forEach(video => {\r\n // video.addEventListener(\"mouseenter\", () => {\r\n // video.play();\r\n // video.classList.add(\"hover\");\r\n // });\r\n // video.addEventListener(\"mouseleave\", () => {\r\n // video.pause();\r\n // video.classList.remove(\"hover\");\r\n // });\r\n // });\r\n // }\r\n\r\n document\r\n .querySelectorAll('.spotifyPlayer__album')\r\n .forEach((container) => {\r\n const audio = container.querySelector(\r\n '.spotifyPlayer__mp3'\r\n ) as any;\r\n const playPauseButton = container.querySelector(\r\n '.spotifyPlayer__albumPlayPause'\r\n );\r\n\r\n playPauseButton?.addEventListener('click', () => {\r\n if (audio?.paused) {\r\n // Pause any other playing audio elements\r\n document\r\n .querySelectorAll('.spotifyPlayer__mp3')\r\n .forEach((otherAudio: any) => {\r\n if (otherAudio !== audio) {\r\n otherAudio.pause();\r\n const otherButton = otherAudio\r\n .closest('.spotifyPlayer__album')\r\n .querySelector(\r\n '.spotifyPlayer__albumPlayPause'\r\n );\r\n otherButton.classList.remove('play');\r\n }\r\n });\r\n\r\n // Play the selected audio\r\n audio.play();\r\n playPauseButton.classList.add('play');\r\n } else {\r\n audio.pause();\r\n playPauseButton.classList.remove('play');\r\n }\r\n });\r\n });\r\n }, 0);\r\n }\r\n}\r\n","import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { PuroLinkTypeDirective } from '../../directives';\nimport { PuroButtonI } from '../../interfaces';\n\n@Component({\n selector: 'lib-puro-404',\n standalone: true,\n imports: [CommonModule, PuroLinkTypeDirective],\n templateUrl: './puro-404.component.html',\n styleUrl: './puro-404.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class Puro404Component {\n @Input() title?: string;\n @Input() subtitle?: string;\n @Input() description?: string;\n @Input() contact?: Puro404Info;\n @Input() link?: PuroButtonI;\n @Input() address?: Puro404Info;\n}\n\nexport interface Puro404Info {\n title?: string;\n links?: PuroButtonI[];\n button?: PuroButtonI;\n text?: string;\n}\n","<div class=\"puro404\">\n <div class=\"puro404__pageNotFound\">\n <div class=\"puro404__pageNotFound--inner\">\n @if (title) {\n <h2 class=\"puro404__heading\">{{ title }}</h2>\n }\n @if (subtitle) {\n <h3 class=\"puro404__subHeading\">{{ subtitle }}</h3>\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 >{{ 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 <h4 class=\"puro404__contactHeading\">\n {{ contact.title }}\n </h4>\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 [href]=\"link.url\">{{ 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 >{{ contact.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n @if (address) {\n <div>\n @if (address.title) {\n <h4 class=\"puro404__contactHeading\">\n {{ address.title }}\n </h4>\n }\n @if (address.text || address.button) {\n <p class=\"puro404__contactText\">\n @if (address.text) {\n <span [innerHTML]=\"address.text\"></span>\n }\n @if (address.button) {\n <a\n [href]=\"address.button.url\"\n [linkType]=\"address.button.linkType\"\n class=\"btn__link\"\n >{{ address.button.label }}</a\n >\n }\n </p>\n }\n </div>\n }\n </div>\n </div>\n</div>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-advantages',\n standalone: true,\n imports: [],\n templateUrl: './puro-advantages.component.html',\n styleUrl: './puro-advantages.component.scss',\n})\nexport class PuroAdvantagesComponent {}\n","<p>puro-advantages works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-advantages-small',\n standalone: true,\n imports: [],\n templateUrl: './puro-advantages-small.component.html',\n styleUrl: './puro-advantages-small.component.scss',\n})\nexport class PuroAdvantagesSmallComponent {}\n","<p>puro-advantages-small works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-banner4col',\n standalone: true,\n imports: [],\n templateUrl: './puro-banner4col.component.html',\n styleUrl: './puro-banner4col.component.scss',\n})\nexport class PuroBanner4colComponent {}\n","<p>puro-banner4col works!</p>\n","import { CommonModule } from '@angular/common';\r\nimport { ChangeDetectionStrategy, Component, Input } from '@angular/core';\r\nimport { PuroButtonI, PuroInputI } from '../../interfaces';\r\nimport { PuroDropdownI } from '../../interfaces/puro-dropdown.interface';\r\n\r\n@Component({\r\n selector: 'lib-puro-engine',\r\n standalone: true,\r\n imports: [CommonModule],\r\n templateUrl: './puro-engine.component.html',\r\n styleUrl: './puro-engine.component.scss',\r\n changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class PuroEngineComponent {\r\n @Input() datepickerIn?: PuroInputI;\r\n @Input() datepickerOut?: PuroInputI;\r\n @Input() guestsInput?: PuroInputI;\r\n @Input() promoInput?: PuroInputI;\r\n @Input() adultsDropdown?: PuroDropdownI;\r\n @Input() kidsDropdown?: PuroDropdownI;\r\n @Input() btnApply?: PuroButtonI;\r\n @Input() button?: PuroButtonI;\r\n @Input() lang?: string;\r\n @Input() url?: string;\r\n @Input() hotel?: PuroHotel;\r\n @Input() codigo?: string;\r\n @Input() glValue?: string;\r\n}\r\n\r\nexport interface PuroHotel {\r\n id?: string;\r\n name?: string;\r\n ticket?: string;\r\n}\r\n\r\nexport interface PuroGuestValue {\r\n adults: number;\r\n kids: {\r\n code?: number;\r\n codeAges?: number[];\r\n };\r\n infants: number;\r\n}\r\n","<form>\r\n <div class=\"banner__filter\">\r\n @if (datepickerIn) {\r\n <div class=\"banner__fieldGroup\">\r\n <div class=\"banner__fieldInner\">\r\n @if (datepickerIn.title) {\r\n <label class=\"banner__fieldLabel\" for=\"In-date1\">\r\n {{ datepickerIn.title }}\r\n </label>\r\n }\r\n\r\n <input\r\n type=\"text\"\r\n class=\"banner__fieldControl\"\r\n name=\"In-date1\"\r\n data-toggle=\"datepicker\"\r\n placeholder=\"dd/mm/yyyy\"\r\n id=\"In-date1\"\r\n [value]=\"datepickerIn.value\"\r\n />\r\n <div class=\"banner__fieldIcon\">\r\n <i class=\"icon-89\"></i>\r\n </div>\r\n </div>\r\n </div>\r\n }\r\n @if (datepickerOut) {\r\n <div class=\"banner__fieldGroup\">\r\n <div class=\"banner__fieldInner\">\r\n @if (datepickerOut.title) {\r\n <label class=\"banner__fieldLabel\" for=\"Out-date1\">{{\r\n datepickerOut.title\r\n }}</label>\r\n }\r\n <input\r\n type=\"text\"\r\n class=\"banner__fieldControl\"\r\n name=\"Out-date1\"\r\n data-toggle=\"datepicker\"\r\n placeholder=\"dd/mm/yyyy\"\r\n id=\"Out-date1\"\r\n [value]=\"datepickerOut.value\"\r\n />\r\n <div class=\"banner__fieldIcon\">\r\n <i class=\"icon-89\"></i>\r\n </div>\r\n </div>\r\n </div>\r\n }\r\n @if (guestsInput) {\r\n <div class=\"banner__fieldGroup\">\r\n <div\r\n class=\"banner__fieldInner js-personas-subfields\"\r\n role=\"button\"\r\n >\r\n @if (guestsInput.title) {\r\n <label class=\"banner__fieldLabel\">{{\r\n guestsInput.title\r\n }}</label>\r\n }\r\n <div class=\"banner__fieldControl\"></div>\r\n <div class=\"banner__fieldIcon\">\r\n <svg\r\n aria-hidden=\"true\"\r\n focusable=\"false\"\r\n width=\"15\"\r\n height=\"8\"\r\n >\r\n <use href=\"#select-arrow\"></use>\r\n </svg>\r\n </div>\r\n </div>\r\n <div class=\"banner__fieldSub js-fieldSub\">\r\n @if (adultsDropdown) {\r\n <div class=\"banner__fieldInner\">\r\n @if (adultsDropdown.title) {\r\n <label class=\"banner__fieldLabel\" for=\"adult\">{{\r\n adultsDropdown.title\r\n }}</label>\r\n }\r\n <select\r\n class=\"banner__fieldControl\"\r\n name=\"adult\"\r\n id=\"adult\"\r\n >\r\n @for (\r\n option of adultsDropdown.options;\r\n track $index\r\n ) {\r\n <option>{{ option.name }}</option>\r\n }\r\n </select>\r\n <div class=\"banner__fieldIcon\">\r\n <i class=\"icon-92\"></i>\r\n </div>\r\n </div>\r\n }\r\n @if (kidsDropdown) {\r\n <div class=\"banner__fieldInner\">\r\n @if (kidsDropdown.title) {\r\n <label class=\"banner__fieldLabel\" for=\"child\">{{\r\n kidsDropdown.title\r\n }}</label>\r\n }\r\n <select\r\n class=\"banner__fieldControl\"\r\n name=\"child\"\r\n id=\"child\"\r\n >\r\n @for (\r\n option of kidsDropdown.options;\r\n track $index\r\n ) {\r\n <option>{{ option.name }}</option>\r\n }\r\n </select>\r\n <div class=\"banner__fieldIcon\">\r\n <i class=\"icon-93\"></i>\r\n </div>\r\n </div>\r\n }\r\n @if (btnApply) {\r\n <div class=\"btn__group\">\r\n <button\r\n type=\"submit\"\r\n class=\"btn btn__primary js-apply-guests\"\r\n >\r\n <span>{{ btnApply.label }}</span>\r\n </button>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n }\r\n @if (promoInput) {\r\n <div class=\"banner__fieldGroup\">\r\n <div class=\"banner__fieldInner\">\r\n <label class=\"banner__fieldLabel\">{{\r\n promoInput.title\r\n }}</label>\r\n <input\r\n type=\"text\"\r\n placeholder=\"xxxx\"\r\n class=\"banner__fieldControl\"\r\n />\r\n <div class=\"banner__fieldIcon\">\r\n <i class=\"icon-90\"></i>\r\n </div>\r\n </div>\r\n </div>\r\n }\r\n @if (button) {\r\n <div class=\"banner__fieldBtn\">\r\n <button type=\"submit\" class=\"btn btn__primary\">\r\n <span>{{ button.label }}</span>\r\n </button>\r\n </div>\r\n }\r\n </div>\r\n</form>\r\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-footer-beachs',\n standalone: true,\n imports: [],\n templateUrl: './puro-footer-beachs.component.html',\n styleUrl: './puro-footer-beachs.component.scss',\n})\nexport class PuroFooterBeachsComponent {}\n","<p>puro-footer-beachs works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-footer-hotels',\n standalone: true,\n imports: [],\n templateUrl: './puro-footer-hotels.component.html',\n styleUrl: './puro-footer-hotels.component.scss',\n})\nexport class PuroFooterHotelsComponent {}\n","<p>puro-footer-hotels works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-footer-info',\n standalone: true,\n imports: [],\n templateUrl: './puro-footer-info.component.html',\n styleUrl: './puro-footer-info.component.scss',\n})\nexport class PuroFooterInfoComponent {}\n","<p>puro-footer-info works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-footer-links',\n standalone: true,\n imports: [],\n templateUrl: './puro-footer-links.component.html',\n styleUrl: './puro-footer-links.component.scss',\n})\nexport class PuroFooterLinksComponent {}\n","<p>puro-footer-links works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-gallery',\n standalone: true,\n imports: [],\n templateUrl: './puro-gallery.component.html',\n styleUrl: './puro-gallery.component.scss',\n})\nexport class PuroGalleryComponent {}\n","<p>puro-gallery works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-grid3col-filter',\n standalone: true,\n imports: [],\n templateUrl: './puro-grid3col-filter.component.html',\n styleUrl: './puro-grid3col-filter.component.scss',\n})\nexport class PuroGrid3colFilterComponent {}\n","<p>puro-grid3col-filter works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-grid3col-plus-filter',\n standalone: true,\n imports: [],\n templateUrl: './puro-grid3col-plus-filter.component.html',\n styleUrl: './puro-grid3col-plus-filter.component.scss',\n})\nexport class PuroGrid3colPlusFilterComponent {}\n","<p>puro-grid3col-plus-filter works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-grid3col-slider',\n standalone: true,\n imports: [],\n templateUrl: './puro-grid3col-slider.component.html',\n styleUrl: './puro-grid3col-slider.component.scss',\n})\nexport class PuroGrid3colSliderComponent {}\n","<p>puro-grid3col-slider works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-grid4items',\n standalone: true,\n imports: [],\n templateUrl: './puro-grid4items.component.html',\n styleUrl: './puro-grid4items.component.scss',\n})\nexport class PuroGrid4itemsComponent {}\n","<p>puro-grid4items works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-grid5items',\n standalone: true,\n imports: [],\n templateUrl: './puro-grid5items.component.html',\n styleUrl: './puro-grid5items.component.scss',\n})\nexport class PuroGrid5itemsComponent {}\n","<p>puro-grid5items works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-grid6items',\n standalone: true,\n imports: [],\n templateUrl: './puro-grid6items.component.html',\n styleUrl: './puro-grid6items.component.scss',\n})\nexport class PuroGrid6itemsComponent {}\n","<p>puro-grid6items works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-header',\n standalone: true,\n imports: [],\n templateUrl: './puro-header.component.html',\n styleUrl: './puro-header.component.scss',\n})\nexport class PuroHeaderComponent {}\n","<p>puro-header works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-hotels-modal',\n standalone: true,\n imports: [],\n templateUrl: './puro-hotels-modal.component.html',\n styleUrl: './puro-hotels-modal.component.scss',\n})\nexport class PuroHotelsModalComponent {}\n","<p>puro-hotels-modal works!</p>\n","import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-img-info',\n standalone: true,\n imports: [CommonModule],\n templateUrl: './puro-img-info.component.html',\n styleUrl: './puro-img-info.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class PuroImgInfoComponent {}\n","<section class=\"info-img\">\r\n <h2 class=\"info-img__title\">Recomendados</h2>\r\n <div class=\"info-img__section\">\r\n <div class=\"info-img__content\">\r\n <h3 class=\"info-img__sectionTitle\">Entrantes</h3>\r\n <div class=\"info-img__items\">\r\n @for (item of [0, 0, 0]; track $index; let odd = $odd) {\r\n <div class=\"info-img__item\">\r\n <p class=\"info-img__itemTitle\">\r\n SELECCIÓN DE PANES\r\n <span class=\"info-img__price\">9</span>\r\n </p>\r\n <div class=\"info-img__icons\">\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n </div>\r\n <p class=\"info-img__description\">\r\n Deliciosa selección de panes con olivas, aceite de\r\n oliva y “all i oli” de lima\r\n </p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n <figure>\r\n <img\r\n src=\"assets/puro/images/info-img.png\"\r\n alt=\"\"\r\n class=\"info-img__img\"\r\n />\r\n </figure>\r\n </div>\r\n</section>\r\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-banner',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-banner.component.html',\n styleUrl: './puro-info-banner.component.scss',\n})\nexport class PuroInfoBannerComponent {}\n","<p>puro-info-banner works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-big',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-big.component.html',\n styleUrl: './puro-info-big.component.scss',\n})\nexport class PuroInfoBigComponent {}\n","<p>puro-info-big works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-details',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-details.component.html',\n styleUrl: './puro-info-details.component.scss',\n})\nexport class PuroInfoDetailsComponent {}\n","<p>puro-info-details works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-gallery',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-gallery.component.html',\n styleUrl: './puro-info-gallery.component.scss',\n})\nexport class PuroInfoGalleryComponent {}\n","<p>puro-info-gallery works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-intro',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-intro.component.html',\n styleUrl: './puro-info-intro.component.scss',\n})\nexport class PuroInfoIntroComponent {}\n","<p>puro-info-intro works!</p>\n","import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { DomSanitizer, SafeStyle } from '@angular/platform-browser';\n\n@Component({\n selector: 'lib-puro-info-list',\n standalone: true,\n imports: [CommonModule],\n templateUrl: './puro-info-list.component.html',\n styleUrl: './puro-info-list.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class PuroInfoListComponent {\n get getImage(): SafeStyle {\n return this.sanitizer.bypassSecurityTrustStyle(\n `background-image: url('assets/puro/images/info-list-background.png')`\n );\n }\n constructor(private readonly sanitizer: DomSanitizer) {}\n}\n","<section class=\"info-list\">\n <div class=\"info-list__wrapper\">\n <img\n class=\"info-list__image--bg\"\n src=\"assets/puro/images/info-list-background.png\"\n />\n <img\n class=\"info-list__image\"\n src=\"assets/puro/images/info-list.png\"\n alt=\"\"\n />\n </div>\n\n <div class=\"info-list__content--wrapper\">\n <div class=\"info-list__content\">\n <h2 class=\"info-list__title\">Próximas aperturas</h2>\n <p class=\"info-list__description\">\n Many desktop publishing packages and web page editors now use\n Lorem Ipsum as their default model text.\n </p>\n <ul class=\"info-list__list\">\n <li class=\"info-list__item\">\n <img\n src=\"assets/puro/images/info-list-item.png\"\n alt=\"\"\n class=\"info-list__item__img\"\n />\n <span class=\"info-list__description\"> Creta (Grecia) </span>\n </li>\n <li class=\"info-list__item\">\n <img\n src=\"assets/puro/images/info-list-item.png\"\n alt=\"\"\n class=\"info-list__item__img\"\n />\n <span class=\"info-list__description\">\n TAGHAZOUT (MARRUECOS)\n </span>\n </li>\n <li class=\"info-list__item\">\n <img\n src=\"assets/puro/images/info-list-item.png\"\n alt=\"\"\n class=\"info-list__item__img\"\n />\n <span class=\"info-list__description\">\n Red sea (Equipto)\n </span>\n </li>\n </ul>\n </div>\n </div>\n</section>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-services',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-services.component.html',\n styleUrl: './puro-info-services.component.scss',\n})\nexport class PuroInfoServicesComponent {}\n","<p>puro-info-services works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-slider',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-slider.component.html',\n styleUrl: './puro-info-slider.component.scss',\n})\nexport class PuroInfoSliderComponent {}\n","<p>puro-info-slider works!</p>\n","import { CommonModule } from '@angular/common';\nimport { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-table',\n standalone: true,\n imports: [CommonModule],\n templateUrl: './puro-info-table.component.html',\n styleUrl: './puro-info-table.component.scss',\n})\nexport class PuroInfoTableComponent {\n collapsed = [true, true, true];\n\n constructor() {}\n\n toggleCollapse(index: number): void {\n this.collapsed[index] = !this.collapsed[index];\n }\n}\n","<section class=\"info-table\">\r\n <p class=\"info-table__pretitle\">PANES FRIENDS OF PURO</p>\r\n <h2 class=\"info-table__title\">Tu plan se calcula en base a tus puntos</h2>\r\n <div class=\"info-table__wrapper\">\r\n <ng-container [ngTemplateOutlet]=\"table\"></ng-container>\r\n <ng-container [ngTemplateOutlet]=\"dropdowns\"></ng-container>\r\n\r\n <ul class=\"info-table__list\">\r\n <li>\r\n Los puntos se abonarán en la cuenta del cliente tras disfrutar\r\n del servicio/producto en Purobeach, en un plazo máximo de 24\r\n horas. Condiciones generales dede Friends of Puro\r\n </li>\r\n <li><a href=\"\">Condiciones generales</a> de Firends of Puro</li>\r\n </ul>\r\n </div>\r\n</section>\r\n\r\n<ng-template #dropdowns>\r\n <div class=\"info-table__dropdowns\">\r\n <div class=\"info-table__headItem\">VENTAJAS</div>\r\n <div class=\"info-table__headItem\" (click)=\"toggleCollapse(0)\">\r\n FRIEND OF PURO\r\n\r\n <i\r\n class=\"info-table__iconCollapse icon-91\"\r\n [ngClass]=\"{\r\n 'info-table__iconCollapse--collapsed': !collapsed[0],\r\n }\"\r\n ></i>\r\n </div>\r\n <div\r\n class=\"info-table__items\"\r\n [ngClass]=\"{ 'info-table__items--collapsed': collapsed[0] }\"\r\n >\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">\r\n Promoción especial Cumpleaños\r\n <span class=\"info-table__itemSubtitle\">\r\n Descuentos Experiencias Puro (no hamaca)\r\n </span>\r\n </p>\r\n <span class=\"icon-87\"></span>\r\n </div>\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Ofertas exclusivas</p>\r\n <span class=\"icon-87\"></span>\r\n </div>\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Cancelación gratuita</p>\r\n <span class=\"icon-87\"></span>\r\n </div>\r\n </div>\r\n <div class=\"info-table__headItem\" (click)=\"toggleCollapse(1)\">\r\n TRAVELLER\r\n <i\r\n class=\"info-table__iconCollapse icon-91\"\r\n [ngClass]=\"{\r\n 'info-table__iconCollapse--collapsed': !collapsed[1],\r\n }\"\r\n ></i>\r\n </div>\r\n <div\r\n class=\"info-table__items\"\r\n [ngClass]=\"{ 'info-table__items--collapsed': collapsed[1] }\"\r\n >\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">\r\n Promoción especial Cumpleaños\r\n <span class=\"info-table__itemSubtitle\">\r\n Descuentos Experiencias Puro (no hamaca)\r\n </span>\r\n </p>\r\n <span class=\"info-table__itemTitle\">20% Experiences</span>\r\n </div>\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Ofertas exclusivas</p>\r\n <span class=\"info-table__itemTitle\">20% Experiences</span>\r\n </div>\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Cancelación gratuita</p>\r\n <span class=\"info-table__itemTitle\">20% Experiences</span>\r\n </div>\r\n </div>\r\n <div\r\n class=\"info-table__headItem\"\r\n [ngClass]=\"{ 'info-table__headItem--notCollapsed': true }\"\r\n (click)=\"toggleCollapse(2)\"\r\n >\r\n NOMAD\r\n <i\r\n class=\"info-table__iconCollapse icon-91\"\r\n [ngClass]=\"{\r\n 'info-table__iconCollapse--collapsed': !collapsed[2],\r\n }\"\r\n ></i>\r\n </div>\r\n <div\r\n class=\"info-table__items\"\r\n [ngClass]=\"{ 'info-table__items--collapsed': collapsed[2] }\"\r\n >\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">\r\n Promoción especial Cumpleaños\r\n <span class=\"info-table__itemSubtitle\">\r\n Descuentos Experiencias Puro (no hamaca)\r\n </span>\r\n </p>\r\n <span>20% Experiences</span>\r\n </div>\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Ofertas exclusivas</p>\r\n <span>20% Experiences</span>\r\n </div>\r\n <div class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Cancelación gratuita</p>\r\n <span>20% Experiences</span>\r\n </div>\r\n </div>\r\n </div>\r\n</ng-template>\r\n\r\n<ng-template #table>\r\n <table class=\"info-table__table\">\r\n <tr class=\"info-table__row\">\r\n <th class=\"info-table__headItem\">VENTAJAS</th>\r\n <th class=\"info-table__headItem\">FRIEND OF PURO</th>\r\n <th class=\"info-table__headItem\">TRAVELER</th>\r\n <th class=\"info-table__headItem\">NOMAD</th>\r\n </tr>\r\n @for (item of [0, 0, 0]; track $index) {\r\n <tr class=\"info-table__row\">\r\n <td class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">\r\n Promoción especial Cumpleaños\r\n </p>\r\n <span class=\"info-table__itemSubtitle\">\r\n Descuentos Experiencias Puro (no hamaca)\r\n </span>\r\n </td>\r\n <td class=\"info-table__item\">20% Experiences</td>\r\n <td class=\"info-table__item\">20% Experiences</td>\r\n <td class=\"info-table__item\">50% Experiences</td>\r\n </tr>\r\n <tr class=\"info-table__row\">\r\n <td class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Ofertas exclusivas</p>\r\n </td>\r\n <td class=\"info-table__item\">\r\n <i class=\"icon-87 info-table__itemIcon\"></i>\r\n </td>\r\n <td class=\"info-table__item\">\r\n <i class=\"icon-87 info-table__itemIcon\"></i>\r\n </td>\r\n <td class=\"info-table__item\">\r\n <i class=\"icon-87 info-table__itemIcon\"></i>\r\n </td>\r\n </tr>\r\n <tr class=\"info-table__row\">\r\n <td class=\"info-table__item\">\r\n <p class=\"info-table__itemTitle\">Cancelación gratuita</p>\r\n </td>\r\n <td class=\"info-table__item\">-</td>\r\n <td class=\"info-table__item\">-</td>\r\n <td class=\"info-table__item\">-</td>\r\n </tr>\r\n }\r\n </table>\r\n</ng-template>\r\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info-video',\n standalone: true,\n imports: [],\n templateUrl: './puro-info-video.component.html',\n styleUrl: './puro-info-video.component.scss',\n})\nexport class PuroInfoVideoComponent {}\n","<p>puro-info-video works!</p>\n","import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-info2col',\n standalone: true,\n imports: [CommonModule],\n templateUrl: './puro-info2col.component.html',\n styleUrl: './puro-info2col.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class PuroInfo2colComponent {}\n","<section class=\"info2col\">\r\n <h2 class=\"info2col__title\">Menu degustacion</h2>\r\n <div class=\"info2col__section\">\r\n <h3 class=\"info2col__sectionTitle\">Entrantes</h3>\r\n <div class=\"info2col__items\">\r\n @for (item of [0, 0, 0, 0, 0, 0]; track $index; let odd = $odd) {\r\n <div class=\"info2col__item\">\r\n <p class=\"info2col__itemTitle\">\r\n SELECCIÓN DE PANES\r\n <span class=\"info2col__price\">9</span>\r\n </p>\r\n <div class=\"info2col__icons\">\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n </div>\r\n <p class=\"info2col__description\">\r\n Deliciosa selección de panes con olivas, aceite de oliva\r\n y “all i oli” de lima\r\n </p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"info2col__section\">\r\n <h3 class=\"info2col__sectionTitle\">Puro Classics</h3>\r\n <div class=\"info2col__items\">\r\n @for (item of [0, 0, 0, 0, 0, 0]; track $index) {\r\n <div class=\"info2col__item\">\r\n <p class=\"info2col__itemTitle\">\r\n QUESADILLAS DE POLLO\r\n <span class=\"info2col__price\">9</span>\r\n </p>\r\n <div class=\"icon-sunset_ico_smalls\">\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n <i class=\"icon-sunset_ico_small\"></i>\r\n </div>\r\n <p class=\"info2col__description\">\r\n Tortitas de trigo, pollo campero al grill, queso\r\n mozzarella, ajo, tomate seco, comino, chile chipotle.\r\n Servidas con guacamole, crema agria y pico de gallo\r\n </p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</section>\r\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-languages-modal',\n standalone: true,\n imports: [],\n templateUrl: './puro-languages-modal.component.html',\n styleUrl: './puro-languages-modal.component.scss',\n})\nexport class PuroLanguagesModalComponent {}\n","<p>puro-languages-modal works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-list-awards',\n standalone: true,\n imports: [],\n templateUrl: './puro-list-awards.component.html',\n styleUrl: './puro-list-awards.component.scss',\n})\nexport class PuroListAwardsComponent {}\n","<p>puro-list-awards works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-list-general',\n standalone: true,\n imports: [],\n templateUrl: './puro-list-general.component.html',\n styleUrl: './puro-list-general.component.scss',\n})\nexport class PuroListGeneralComponent {}\n","<p>puro-list-general works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-list-logos',\n standalone: true,\n imports: [],\n templateUrl: './puro-list-logos.component.html',\n styleUrl: './puro-list-logos.component.scss',\n})\nexport class PuroListLogosComponent {}\n","<p>puro-list-logos works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-map-list',\n standalone: true,\n imports: [],\n templateUrl: './puro-map-list.component.html',\n styleUrl: './puro-map-list.component.scss',\n})\nexport class PuroMapListComponent {}\n","<p>puro-map-list works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-menu',\n standalone: true,\n imports: [],\n templateUrl: './puro-menu.component.html',\n styleUrl: './puro-menu.component.scss',\n})\nexport class PuroMenuComponent {}\n","<p>puro-menu works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-music-slider',\n standalone: true,\n imports: [],\n templateUrl: './puro-music-slider.component.html',\n styleUrl: './puro-music-slider.component.scss',\n})\nexport class PuroMusicSliderComponent {}\n","<p>puro-music-slider works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-newsletter',\n standalone: true,\n imports: [],\n templateUrl: './puro-newsletter.component.html',\n styleUrl: './puro-newsletter.component.scss',\n})\nexport class PuroNewsletterComponent {}\n","<p>puro-newsletter works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-offers-slider',\n standalone: true,\n imports: [],\n templateUrl: './puro-offers-slider.component.html',\n styleUrl: './puro-offers-slider.component.scss',\n})\nexport class PuroOffersSliderComponent {}\n","<p>puro-offers-slider works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-photo-slider',\n standalone: true,\n imports: [],\n templateUrl: './puro-photo-slider.component.html',\n styleUrl: './puro-photo-slider.component.scss',\n})\nexport class PuroPhotoSliderComponent {}\n","<p>puro-photo-slider works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-schedule',\n standalone: true,\n imports: [],\n templateUrl: './puro-schedule.component.html',\n styleUrl: './puro-schedule.component.scss',\n})\nexport class PuroScheduleComponent {}\n","<p>puro-schedule works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-slider1col',\n standalone: true,\n imports: [],\n templateUrl: './puro-slider1col.component.html',\n styleUrl: './puro-slider1col.component.scss',\n})\nexport class PuroSlider1colComponent {}\n","<p>puro-slider1col works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-slider2col',\n standalone: true,\n imports: [],\n templateUrl: './puro-slider2col.component.html',\n styleUrl: './puro-slider2col.component.scss',\n})\nexport class PuroSlider2colComponent {}\n","<p>puro-slider2col works!</p>\n","import { CommonModule } from '@angular/common';\nimport { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-slider3card',\n standalone: true,\n imports: [CommonModule],\n templateUrl: './puro-slider3card.component.html',\n styleUrl: './puro-slider3card.component.scss',\n})\nexport class PuroSlider3cardComponent {}\n","<section\n class=\"slider3card js-active-slider\"\n data-slides_infinite=\"true\"\n data-slider_name=\"js-slider3card-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=\"3\"\n data-slides_laptop=\"3\"\n data-slides_tablet=\"3\"\n data-slides_mobile=\"2\"\n data-slides_mobile_small=\"1\"\n data-slides_mobile_xsmall=\"1\"\n>\n <div class=\"slider3card__inner relative\">\n <div class=\"slider3card__container\">\n <div class=\"js-slider3card-slider slider3card__slider\">\n <div>\n <div class=\"slider3card__card\">\n <img\n src=\"assets/puro/images/comillas.png\"\n alt=\"\"\n class=\"slider3card__img\"\n width=\"68\"\n height=\"42\"\n />\n <p class=\"slider3card__description\">\n It is a long established fact that a in reader will\n be distracted by the readable content of a page when\n looking at its.\n </p>\n <p class=\"slider3card__sign\">\n Aitana Pons <br />Google\n </p>\n </div>\n </div>\n <div>\n <div class=\"slider3card__card\">\n <img\n src=\"assets/puro/images/comillas.png\"\n alt=\"\"\n class=\"slider3card__img\"\n width=\"68\"\n height=\"42\"\n />\n <p class=\"slider3card__description\">\n It is a long established fact that a in reader will\n be distracted by the readable content of a page when\n looking at its.\n </p>\n <p class=\"slider3card__sign\">\n Aitana Pons <br />Google\n </p>\n </div>\n </div>\n <div>\n <div class=\"slider3card__card\">\n <img\n src=\"assets/puro/images/comillas.png\"\n alt=\"\"\n class=\"slider3card__img\"\n width=\"68\"\n height=\"42\"\n />\n <p class=\"slider3card__description\">\n It is a long established fact that a in reader will\n be distracted by the readable content of a page when\n looking at its.\n </p>\n <p class=\"slider3card__sign\">\n Aitana Pons <br />Google\n </p>\n </div>\n </div>\n <div>\n <div class=\"slider3card__card\">\n <img\n src=\"assets/puro/images/comillas.png\"\n alt=\"\"\n class=\"slider3card__img\"\n width=\"68\"\n height=\"42\"\n />\n <p class=\"slider3card__description\">\n It is a long established fact that a in reader will\n be distracted by the readable content of a page when\n looking at its.\n </p>\n <p class=\"slider3card__sign\">\n Aitana Pons <br />Google\n </p>\n </div>\n </div>\n </div>\n\n <div class=\"js-slider-arrows\"></div>\n </div>\n </div>\n</section>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-slider3col',\n standalone: true,\n imports: [],\n templateUrl: './puro-slider3col.component.html',\n styleUrl: './puro-slider3col.component.scss',\n})\nexport class PuroSlider3colComponent {}\n","<p>puro-slider3col works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-slider3col-round',\n standalone: true,\n imports: [],\n templateUrl: './puro-slider3col-round.component.html',\n styleUrl: './puro-slider3col-round.component.scss',\n})\nexport class PuroSlider3colRoundComponent {}\n","<p>puro-slider3col-round works!</p>\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-thanks',\n standalone: true,\n imports: [],\n templateUrl: './puro-thanks.component.html',\n styleUrl: './puro-thanks.component.scss',\n})\nexport class PuroThanksComponent {}\n","<p>puro-thanks works!</p>\n","import { CommonModule } from '@angular/common';\r\nimport {\r\n ChangeDetectionStrategy,\r\n Component,\r\n Input,\r\n TemplateRef,\r\n} from '@angular/core';\r\n\r\n@Component({\r\n selector: 'lib-puro-top-slider',\r\n standalone: true,\r\n imports: [CommonModule],\r\n templateUrl: './puro-top-slider.component.html',\r\n styleUrl: './puro-top-slider.component.scss',\r\n changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class PuroTopSliderComponent {\r\n @Input() engine!: TemplateRef<any>;\r\n}\r\n","<section\r\n class=\"banner js-active-slider\"\r\n data-slides_infinite=\"true\"\r\n data-slider_name=\"js-banner-slider\"\r\n data-slider_showbtns=\"false\"\r\n data-slider_showdots=\"false\"\r\n data-slider_fade=\"true\"\r\n data-slider_autoplay=\"true\"\r\n data-slides_pc=\"1\"\r\n>\r\n <!-- if banner image-->\r\n <div class=\"js-banner-slider\">\r\n <div class=\"banner__item\">\r\n <img\r\n src=\"assets/images/banner-img-2.jpg\"\r\n class=\"banner__image\"\r\n width=\"1920\"\r\n height=\"980\"\r\n />\r\n </div>\r\n <div class=\"banner__item\">\r\n <img\r\n src=\"assets/images/banner-img-2.jpg\"\r\n class=\"banner__image\"\r\n width=\"1920\"\r\n height=\"980\"\r\n />\r\n </div>\r\n </div>\r\n <!-- if banner image-->\r\n <!-- if banner video -->\r\n <!-- <div class=\"banner__video\">\r\n <div class=\"banner__video--inner\">\r\n <iframe id=\"YouTubeVideoPlayer\" width=\"1920\" height=\"1080\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" src=\"https://www.youtube.com/embed/x8pWONTkL9I?enablejsapi=1&amp;controls=0&amp;showinfo=0&amp;autoplay=1&amp;modestbranding=1&amp;loop=1&amp;autohide=1&amp;playsinline=1&amp;widgetid=1\" frameborder=\"0\" allowfullscreen></iframe>\r\n </div>\r\n </div> -->\r\n <!-- if banner video -->\r\n <div class=\"banner__logo\">\r\n <a href=\"index.html\">\r\n <svg\r\n aria-hidden=\"true\"\r\n width=\"177\"\r\n height=\"68\"\r\n focusable=\"false\"\r\n class=\"banner__logo--img\"\r\n >\r\n <use href=\"#saulo-logo\"></use>\r\n </svg>\r\n </a>\r\n </div>\r\n <h1 class=\"banner__title\"><span>Oasis of happiness</span></h1>\r\n <div class=\"banner__content\">\r\n <p class=\"banner__text\">Bienvenidos nómadas a</p>\r\n <h2 class=\"banner__heading\">Sauló by Puro</h2>\r\n <p class=\"banner__text\">El unico hotel de Palma con Playa</p>\r\n </div>\r\n <div class=\"banner__actions\">\r\n <div class=\"banner__newsletter\">\r\n <a\r\n href=\"/hotels/puro/newsletter.html\"\r\n class=\"banner__newsletter--inner\"\r\n >\r\n <span class=\"icon-63\"></span>\r\n <strong>Newsletter</strong>\r\n </a>\r\n </div>\r\n <div class=\"banner__language\">\r\n <div\r\n class=\"banner__language--inner js-active-modal\"\r\n data-modal_name=\"language\"\r\n role=\"button\"\r\n >\r\n <span class=\"banner__language--icon\">ES</span>\r\n <strong>Idiomas</strong>\r\n </div>\r\n </div>\r\n <div class=\"banner__spotify\">\r\n <div class=\"banner__spotify--inner\" role=\"button\">\r\n <span class=\"icon-82\"></span>\r\n <strong>Listen to Puro Music</strong>\r\n </div>\r\n </div>\r\n <div class=\"banner__fidelityClub\">\r\n <div class=\"banner__fidelityClub--inner\" role=\"button\">\r\n <span class=\"icon-60\"></span>\r\n <strong>Fidelity Club</strong>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n @if (engine) {\r\n <ng-container [ngTemplateOutlet]=\"engine\"></ng-container>\r\n }\r\n\r\n <span\r\n class=\"banner__offers--tigger js-active-modal\"\r\n data-modal_name=\"t-offers\"\r\n role=\"button\"\r\n >SEE OFFERS</span\r\n >\r\n</section>\r\n","import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component } from '@angular/core';\n\n@Component({\n selector: 'lib-puro-vertical-info',\n standalone: true,\n imports: [CommonModule],\n templateUrl: './puro-vertical-info.component.html',\n styleUrl: './puro-vertical-info.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class PuroVerticalInfoComponent {}\n","<section class=\"vertical-info\">\n <div class=\"vertical-info__header\">\n <p class=\"vertical-info__pretitle\">EVENTO</p>\n <a href=\"#\" class=\"btn btn__primary--outline vertical-info__btn-back\"\n >VOLVER</a\n >\n </div>\n <div class=\"vertical-info__content\">\n <div class=\"vertical-info__left\">\n <div class=\"vertical-info__main\">\n <div>\n <span class=\"vertical-info__tag\">NEW</span>\n <h2 class=\"vertical-info__title\">Experienza Veneziana</h2>\n <p class=\"vertical-info__subtitle\">PUROBEACH PALMA</p>\n </div>\n <div class=\"vertical-info__boxes\">\n <div class=\"vertical-info__box\">\n <p class=\"vertical-info__from\">DESDE</p>\n <p class=\"vertical-info__price\">70€</p>\n <p class=\"vertical-info__pp\">Por persona</p>\n </div>\n <a\n href=\"#\"\n class=\"vertical-info__btn btn btn__primary--outline\"\n >\n INSCRIBIRME GUEST LIST\n </a>\n </div>\n </div>\n <img\n class=\"vertical-info__image\"\n src=\"assets/puro/images/vertical-info.png\"\n alt=\"Evento\"\n width=\"431\"\n height=\"531\"\n />\n </div>\n\n <div class=\"vertical-info__right\">\n <div class=\"vertical-info__data\">\n <div>\n <p class=\"vertical-info__small-title\">FECHA</p>\n <p class=\"vertical-info__description\">\n Sábado, 21 Junio 2025\n </p>\n </div>\n <div>\n <p class=\"vertical-info__small-title\">HORA</p>\n <p class=\"vertical-info__description\">\n Empieza alas 00:00h\n </p>\n </div>\n <div>\n <p class=\"vertical-info__small-title\">UBICACIÓN</p>\n <p class=\"vertical-info__description\">\n Calle del Pagell 1, <br />\n 107610 Cala Estancia <br />\n Palma de Mallorca - España\n </p>\n </div>\n </div>\n <div class=\"vertical-info__separator\"></div>\n <div class=\"vertical-info__info-description\">\n <p class=\"vertical-info__title\">DESCRIPCIÓN</p>\n <p class=\"vertical-info__description\">\n Sé parte del último gran evento del verano. Ven a celebrar\n la magia de Purobeach Palma en Eclipse, donde el día y la\n noche se funden.\n </p>\n <ul class=\"vertical-info__list\">\n <li>DJ's residentes e invitados</li>\n <li>Menú y bebidas VIP</li>\n <li>Atardecer en the place to be</li>\n </ul>\n </div>\n <div class=\"vertical-info__schedule\">\n <p class=\"vertical-info__title\">ACTUACIONES DJ</p>\n <ul class=\"vertical-info__img-list\">\n <li>\n <img src=\"assets/puro/images/dj.png\" alt=\"\" />\n <div>\n <p class=\"vertical-info__small-title\">16:30h</p>\n <p class=\"vertical-info__description\">\n Isaac Indart\n </p>\n </div>\n </li>\n <li>\n <img src=\"assets/puro/images/dj.png\" alt=\"\" />\n <div>\n <p class=\"vertical-info__small-title\">16:30h</p>\n <p class=\"vertical-info__description\">\n Mikah & Cuartero\n </p>\n </div>\n </li>\n <li>\n <img src=\"assets/puro/images/dj.png\" alt=\"\" />\n <div>\n <p class=\"vertical-info__small-title\">16:30h</p>\n <p class=\"vertical-info__description\">\n Sebas Ramis\n </p>\n </div>\n </li>\n <li>\n <img src=\"assets/puro/images/dj.png\" alt=\"\" />\n <div>\n <p class=\"vertical-info__small-title\">16:30h</p>\n <p class=\"vertical-info__description\">\n Sote de Lino\n </p>\n </div>\n </li>\n </ul>\n </div>\n <div class=\"vertical-info__info-description\">\n <p class=\"vertical-info__title\">\n RESERVA TU ENTRADA GENERAL O TU MESA VIP CUANTO ANTES\n </p>\n <p class=\"vertical-info__description\">\n Asegura tu lugar en la última gran fiesta de la temporada de\n Puro!\n </p>\n <ul class=\"vertical-info__list\">\n <li>\n Entrada early bird\n <span class=\"vertical-info__price\">70€</span>\n </li>\n <li>\n Entrada regular\n <span class=\"vertical-info__price\">90€</span>\n </li>\n <li>\n Entrada en puerta\n <span class=\"vertical-info__price\">100€</span>\n </li>\n </ul>\n </div>\n <div class=\"vertical-info__book\">\n <p class=\"vertical-info__title\">BUSCAR UNA MESA VIP?</p>\n <p class=\"vertical-info__description\">\n Asegura tu lugar exclusivo en la última gran fiesta de la\n temporada!\n </p>\n <button class=\"btn btn__primary--outline\">\n Reservar Mesa VIP\n </button>\n </div>\n <div class=\"vertical-info__separator\"></div>\n <div class=\"vertical-info__social\">\n <p class=\"vertical-info__small-title\">COMPARTIR</p>\n <div class=\"vertical-info__media\">\n <a\n href=\"https://www.instagram.com\"\n class=\"btn btn__primary--outline\"\n ><span class=\"icon-1\"></span\n ></a>\n <a\n href=\"https://www.x.com\"\n class=\"btn btn__primary--outline\"\n ><span class=\"icon-4\"></span\n ></a>\n <a\n href=\"https://www.facebook.com\"\n class=\"btn btn__primary--outline\"\n ><span class=\"icon-5\"></span\n ></a>\n </div>\n </div>\n <div\n class=\"vertical-info__additional vertical-info__additional--contact\"\n >\n <p class=\"vertical-info__small-title\">CONTÁCTAMOS</p>\n\n <div class=\"vertical-info__links\">\n <a href=\"phone:+34 971 000 000\">T. +34 971 000 000</a>\n <a href=\"mailto: mail@mail.es\">mail.es</a>\n </div>\n </div>\n <div class=\"vertical-info__additional\">\n <p class=\"vertical-info__small-title\">EXTRA</p>\n\n <div>\n <P class=\"vertical-info__description\"\n >Contenido extra posible\n </P>\n </div>\n </div>\n <div\n class=\"vertical-info__additional vertical-info__additional--location\"\n >\n <p class=\"vertical-info__small-title\">UBICACIÓN</p>\n <p class=\"vertical-info__description\">\n Calle del Pagell 1, <br />\n 107610 Cala Estancia <br />\n Palma de Mallorca - España\n </p>\n </div>\n <a href=\"#\" class=\"btn btn__primary--outline vertical-info__btn-map\"\n >VER MAPA</a\n >\n <a\n href=\"#\"\n class=\"btn btn__primary--outline vertical-info__btn-full\"\n >GUEST LIST</a\n >\n <a href=\"#\" class=\"btn btn__primary vertical-info__btn-full\"\n >COMPRAR</a\n >\n </div>\n </div>\n</section>\n","import { CommonModule } from '@angular/common';\r\nimport { ChangeDetectionStrategy, Component, Input } from '@angular/core';\r\nimport { PuroLinkTypeDirective } from '../../directives';\r\nimport { PuroButtonI, PuroImageI } from '../../interfaces';\r\n\r\n@Component({\r\n selector: 'lib-puro-webmap',\r\n standalone: true,\r\n imports: [CommonModule, PuroLinkTypeDirective],\r\n templateUrl: './puro-webmap.component.html',\r\n styleUrl: './puro-webmap.component.scss',\r\n changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class PuroWebmapComponent {\r\n @Input() title?: string;\r\n @Input() links?: PuroButtonI[];\r\n @Input() img?: PuroImageI;\r\n}\r\n","<section class=\"webmap\">\r\n <div class=\"webmap__inner\">\r\n <div class=\"webmap__graphic\">\r\n <div class=\"webmap__graphicInner\">\r\n @if (img) {\r\n <img\r\n [src]=\"img.src\"\r\n [alt]=\"img.alt\"\r\n class=\"webmap__graphicInner--img\"\r\n loading=\"lazy\"\r\n width=\"\"\r\n height=\"\"\r\n />\r\n }\r\n </div>\r\n </div>\r\n <div class=\"webmap__content\">\r\n @if (title) {\r\n <span class=\"webmap__title\">{{ title }}</span>\r\n }\r\n @if (links && links.length) {\r\n <ul class=\"webmap__list\">\r\n @for (link of links; track $index) {\r\n @if (link) {\r\n <li class=\"webmap__link\">\r\n <a\r\n [href]=\"link.url\"\r\n [linkType]=\"link.linkType\"\r\n >{{ link.label }}</a\r\n >\r\n </li>\r\n }\r\n }\r\n </ul>\r\n }\r\n </div>\r\n </div>\r\n</section>\r\n","import { InjectionToken } from '@angular/core';\r\nimport { ScreenSizerParams } from './screen-sizer.interface';\r\n\r\nexport const SCREEN_SIZER_PARAMS_TOKEN = new InjectionToken<ScreenSizerParams>(\r\n 'ScreenSizerParams'\r\n);\r\n","import { Injectable, inject, signal } from '@angular/core';\r\nimport { SCREEN_SIZER_PARAMS_TOKEN } from './screen-sizer.service.token';\r\nimport {\r\n debounceTime,\r\n distinctUntilChanged,\r\n fromEvent,\r\n map,\r\n startWith,\r\n} from 'rxjs';\r\n\r\n@Injectable({\r\n providedIn: 'root',\r\n})\r\nexport class ScreenSizerService {\r\n readonly mobile = signal(false);\r\n readonly smallTablet = signal(false);\r\n readonly mediumTablet = signal(false);\r\n readonly fullTablet = signal(false);\r\n readonly smallDesktop = signal(false);\r\n readonly mediumDesktop = signal(false);\r\n readonly fullDesktop = signal(false);\r\n readonly fullBigDesktop = signal(false);\r\n readonly maxDesktop = signal(false);\r\n\r\n readonly minSmallTablet = signal(false);\r\n readonly minMediumTablet = signal(false);\r\n readonly minFullTablet = signal(false);\r\n readonly minSmallDesktop = signal(false);\r\n readonly minMediumDesktop = signal(false);\r\n readonly minFullDesktop = signal(false);\r\n readonly minFullBigDesktop = signal(false);\r\n\r\n get width(): number {\r\n if (window.innerWidth > window.outerWidth) {\r\n return window.outerWidth;\r\n }\r\n return window.innerWidth;\r\n }\r\n\r\n private readonly screenSizerParams = inject(SCREEN_SIZER_PARAMS_TOKEN)\r\n .pixelBreakpoints;\r\n\r\n constructor() {\r\n fromEvent(window, 'resize')\r\n .pipe(\r\n debounceTime(200),\r\n map(() => this.width),\r\n distinctUntilChanged(),\r\n startWith(this.width)\r\n )\r\n .subscribe((size) => {\r\n if (size) {\r\n this.mobile.set(size < this.screenSizerParams.smallTablet);\r\n\r\n this.smallTablet.set(\r\n size >= this.screenSizerParams.smallTablet &&\r\n size < this.screenSizerParams.mediumTablet\r\n );\r\n\r\n this.mediumTablet.set(\r\n size >= this.screenSizerParams.mediumTablet &&\r\n size < this.screenSizerParams.fullTablet\r\n );\r\n\r\n this.fullTablet.set(\r\n size >= this.screenSizerParams.fullTablet &&\r\n size < this.screenSizerParams.smallDesktop\r\n );\r\n\r\n this.smallDesktop.set(\r\n size >= this.screenSizerParams.smallDesktop &&\r\n size < this.screenSizerParams.mediumDesktop\r\n );\r\n\r\n this.mediumDesktop.set(\r\n size >= this.screenSizerParams.mediumDesktop &&\r\n size < this.screenSizerParams.fullDesktop\r\n );\r\n\r\n this.fullDesktop.set(\r\n size >= this.screenSizerParams.fullDesktop &&\r\n size < this.screenSizerParams.fullBigDesktop\r\n );\r\n\r\n this.fullBigDesktop.set(\r\n size >= this.screenSizerParams.fullBigDesktop &&\r\n size < this.screenSizerParams.maxDesktop\r\n );\r\n\r\n this.maxDesktop.set(\r\n size >= this.screenSizerParams.maxDesktop\r\n );\r\n\r\n this.minSmallTablet.set(\r\n size >= this.screenSizerParams.smallTablet\r\n );\r\n\r\n this.minMediumTablet.set(\r\n size >= this.screenSizerParams.mediumTablet\r\n );\r\n\r\n this.minFullTablet.set(\r\n size >= this.screenSizerParams.fullTablet\r\n );\r\n\r\n this.minSmallDesktop.set(\r\n size >= this.screenSizerParams.smallDesktop\r\n );\r\n\r\n this.minMediumDesktop.set(\r\n size >= this.screenSizerParams.mediumDesktop\r\n );\r\n\r\n this.minFullDesktop.set(\r\n size >= this.screenSizerParams.fullDesktop\r\n );\r\n\r\n this.minFullBigDesktop.set(\r\n size >= this.screenSizerParams.fullBigDesktop\r\n );\r\n }\r\n });\r\n }\r\n\r\n isMobileInstant(): boolean {\r\n return this.mobile();\r\n }\r\n\r\n isSmallTabletInstant(): boolean {\r\n return this.smallTablet();\r\n }\r\n\r\n isMediumTabletInstant(): boolean {\r\n return this.mediumTablet();\r\n }\r\n\r\n isFullTabletInstant(): boolean {\r\n return this.fullTablet();\r\n }\r\n\r\n isSmallDesktopInstant(): boolean {\r\n return this.smallDesktop();\r\n }\r\n\r\n isMediumDesktopInstant(): boolean {\r\n return this.mediumDesktop();\r\n }\r\n\r\n isFullDesktopInstant(): boolean {\r\n return this.fullDesktop();\r\n }\r\n\r\n isFullBigDesktopInstant(): boolean {\r\n return this.fullBigDesktop();\r\n }\r\n\r\n isMaxDesktopInstant(): boolean {\r\n return this.maxDesktop();\r\n }\r\n\r\n minSmallTabletInstant(): boolean {\r\n return this.minSmallTablet();\r\n }\r\n\r\n minMediumTabletInstant(): boolean {\r\n return this.minMediumTablet();\r\n }\r\n\r\n minFullTabletInstant(): boolean {\r\n return this.minFullTablet();\r\n }\r\n\r\n minSmallDesktopInstant(): boolean {\r\n return this.minSmallDesktop();\r\n }\r\n\r\n minMediumDesktopInstant(): boolean {\r\n return this.minMediumDesktop();\r\n }\r\n\r\n minFullDesktopInstant(): boolean {\r\n return this.minFullDesktop();\r\n }\r\n\r\n minFullBigDesktopInstant(): boolean {\r\n return this.minFullBigDesktop();\r\n }\r\n}\r\n","/*\r\n * Public API Surface of puro\r\n */\r\n\r\nexport * from './lib/components';\r\nexport * from './lib/directives';\r\nexport * from './lib/interfaces';\r\nexport * from './lib/services';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1"],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctt-puro",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",