ctt-puro 0.67.0 → 0.67.2

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.
@@ -3,9 +3,10 @@
3
3
  */
4
4
  export * from './lib/components';
5
5
  export * from './lib/directives';
6
+ export * from './lib/Enum';
6
7
  export * from './lib/interfaces';
7
8
  export * from './lib/pipes';
8
9
  export * from './lib/services';
9
10
  export * from './lib/shared';
10
11
  export * from './lib/utils';
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL3B1cm8vc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBwdXJvXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9kaXJlY3RpdmVzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ludGVyZmFjZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvcGlwZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VydmljZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2hhcmVkJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL3V0aWxzJztcbiJdfQ==
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL3B1cm8vc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBwdXJvXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9kaXJlY3RpdmVzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL0VudW0nO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvaW50ZXJmYWNlcyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9waXBlcyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZXJ2aWNlcyc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9zaGFyZWQnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbHMnO1xuIl19
@@ -4382,7 +4382,8 @@ class MapperService {
4382
4382
  (hotel.texts?.description
4383
4383
  ? ' <br> ' + hotel.texts.description
4384
4384
  : ''),
4385
- img: this.getImageResponsive(hotel.multimedia?.find((img) => img.cover)),
4385
+ img: this.getImageResponsive(hotel.multimedia?.filter((img) => img?.tags?.some((tag) => tag === 'TopSliderMovil' ||
4386
+ tag?.name === 'TopSliderMovil'))?.[0]),
4386
4387
  }));
4387
4388
  }
4388
4389
  if (destinations) {
@@ -4922,7 +4923,8 @@ class MapperService {
4922
4923
  const title = tr?.name ?? child?.name ?? child?.name_identifier;
4923
4924
  const pretitle = dest?.name;
4924
4925
  const button = (Utils.mapButtons(this.siteId(), child?.hotels?.[0]?.links?.[0]) ?? [])[0];
4925
- const imgCover = child?.hotels?.[0]?.multimedia?.find((img) => img.cover);
4926
+ const imgCover = child?.hotels?.[0]?.multimedia?.filter((img) => img?.tags?.some((tag) => tag === 'TopSliderMovil' ||
4927
+ tag?.name === 'TopSliderMovil'))?.[0];
4926
4928
  const img = this.getImageResponsive(imgCover);
4927
4929
  return {
4928
4930
  title,
@@ -7637,7 +7639,7 @@ class PuroHeaderMobileComponent {
7637
7639
  return true;
7638
7640
  }
7639
7641
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroHeaderMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7640
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroHeaderMobileComponent, isStandalone: true, selector: "lib-puro-header-mobile", inputs: { titleMenu: "titleMenu", titleLang: "titleLang", btnBook: "btnBook", navLinks: "navLinks", bottomLinks: "bottomLinks", isDynamic: "isDynamic", hotelBrand: "hotelBrand", backgroundImg: "backgroundImg", logoHotel: "logoHotel", logoHotelWhite: "logoHotelWhite", isRestaurant: "isRestaurant", siteId: "siteId" }, outputs: { btnClick: "btnClick" }, providers: [PuroActiveModalDirective], ngImport: i0, template: "<header \n class=\"header\" \n navSticky \n [isDynamic]=\"isDynamic\" \n [class.header--no-reserver]=\"!showHeaderBookButton\"\n>\n <div class=\"banner__logo\">\n <a\n [href]=\"navLinks?.[0]?.url\"\n [linkType]=\"navLinks?.[0]?.linkType\"\n aria-label=\"Saulo logo\"\n >\n @if (logoHotel && logoHotelWhite) {\n <img\n [ngSrc]=\"hasStickyClasses() ? logoHotel : logoHotelWhite\"\n alt=\"Logo\"\n width=\"177\"\n height=\"68\"\n class=\"banner__logo--img restaurant\"\n priority\n />\n } @else {\n <svg\n aria-hidden=\"true\"\n width=\"177\"\n height=\"68\"\n focusable=\"false\"\n class=\"banner__logo--img\"\n >\n @if (siteId === SITE_HOTELS) {\n <use href=\"#puro-logo\" class=\"purohotels\"></use>\n }\n @if (siteId === SITE_BEACH) {\n <use href=\"#purobeach-logo\" class=\"purobeach\"></use>\n }\n @if (siteId === SITE_GROUP) {\n <use href=\"#purogroup-logo\" class=\"purogroup\"></use>\n }\n </svg>\n }\n </a>\n </div>\n <div class=\"header__leftNav\">\n <div\n class=\"header__menu js-active-modal\"\n activeModal\n data-modal_name=\"navigation\"\n role=\"button\"\n [attr.aria-label]=\"titleMenu ?? 'Menu'\"\n >\n <i class=\"icon-83\"></i>\n @if (titleMenu) {\n <span>{{ titleMenu }}</span>\n }\n </div>\n <div\n class=\"header__language js-active-modal\"\n activeModal\n data-modal_name=\"language\"\n role=\"button\"\n [attr.aria-label]=\"titleLang ?? 'Language Menu'\"\n >\n @if (titleLang) {\n {{ titleLang }}\n }\n </div>\n </div>\n @if (showHeaderBookButton) {\n <a\n (click)=\"btnClick.emit()\"\n class=\"header__reserver\"\n role=\"button\"\n [attr.aria-label]=\"btnBook\"\n >\n <div class=\"btn btn__primary btn--lg\">\n <span>{{ btnBook }}</span>\n </div>\n </a>\n }\n</header>\n\n<div class=\"modal modal--solidCream modal--navigation\">\n <div class=\"modal__inner\">\n <div class=\"modal__body\" [style.--bg-url]=\"cssBgUrl\" [style.--logo-url]=\"cssLogoUrl\">\n <div\n class=\"modal__close js-close\"\n activeModal\n data-modal_name=\"navigation\"\n role=\"button\"\n aria-label=\"Close Button\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"modal__close--icon\"\n >\n <use href=\"#modal-close\"></use>\n </svg>\n </div>\n <div class=\"modal__nav\">\n <ul class=\"modal__nav--items\">\n @if (navLinks) {\n @for (link of navLinks; track $index) {\n <li class=\"modal__nav--link\">\n <a\n class=\"js-close\"\n activeModal\n data-modal_name=\"navigation\"\n [href]=\"link.url\"\n [linkType]=\"link.linkType\"\n [attr.aria-label]=\"link.label\"\n >\n {{ link.label }}\n </a>\n </li>\n }\n }\n </ul>\n <ul class=\"modal__nav--itemsSmall\">\n @if (bottomLinks) {\n @for (link of bottomLinks; track $index) {\n @if (link.url === 'lang') {\n <li\n class=\"modal__nav--link js-active-modal\"\n activeModal\n data-modal_name=\"language\"\n role=\"button\"\n [attr.aria-label]=\"\n link.label ?? 'Language Menu'\n \"\n >\n <a>\n {{ link.label }}\n </a>\n </li>\n } @else {\n <li class=\"modal__nav--link\">\n <a\n class=\"js-close\"\n activeModal\n data-modal_name=\"navigation\"\n [href]=\"link.url\"\n [linkType]=\"link.linkType\"\n [attr.aria-label]=\"link.label\"\n >\n {{ link.label }}\n </a>\n </li>\n }\n }\n }\n </ul>\n </div>\n </div>\n </div>\n</div>\n", styles: [".modal.modal--navigation .modal__body:after{background-image:var(--logo-url)}.modal.modal--navigation .modal__body:before{background-image:var(--bg-url)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: PuroLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick"], outputs: ["bookClick", "anchorClicked"] }, { kind: "directive", type: PuroActiveModalDirective, selector: "[activeModal]" }, { kind: "directive", type: PuroNavStickyDirective, selector: "[navSticky]", inputs: ["isDynamic"] }, { kind: "directive", type: NgOptimizedImage, selector: "img[ngSrc]", inputs: ["ngSrc", "ngSrcset", "sizes", "width", "height", "loading", "priority", "loaderParams", "disableOptimizedSrcset", "fill", "placeholder", "placeholderConfig", "src", "srcset"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7642
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PuroHeaderMobileComponent, isStandalone: true, selector: "lib-puro-header-mobile", inputs: { titleMenu: "titleMenu", titleLang: "titleLang", btnBook: "btnBook", navLinks: "navLinks", bottomLinks: "bottomLinks", isDynamic: "isDynamic", hotelBrand: "hotelBrand", backgroundImg: "backgroundImg", logoHotel: "logoHotel", logoHotelWhite: "logoHotelWhite", isRestaurant: "isRestaurant", siteId: "siteId" }, outputs: { btnClick: "btnClick" }, providers: [PuroActiveModalDirective], ngImport: i0, template: "<header \n class=\"header\" \n navSticky \n [isDynamic]=\"isDynamic\" \n [class.header--no-reserver]=\"!showHeaderBookButton\"\n>\n <div class=\"banner__logo\">\n <a\n [href]=\"navLinks?.[0]?.url\"\n [linkType]=\"navLinks?.[0]?.linkType\"\n aria-label=\"Saulo logo\"\n >\n @if (logoHotel && logoHotelWhite) {\n <img\n [ngSrc]=\"hasStickyClasses() ? logoHotel : logoHotelWhite\"\n alt=\"Logo\"\n width=\"177\"\n height=\"68\"\n class=\"banner__logo--img restaurant\"\n priority\n />\n } @else {\n <svg\n aria-hidden=\"true\"\n width=\"177\"\n height=\"68\"\n focusable=\"false\"\n class=\"banner__logo--img\"\n >\n @if (siteId === SITE_HOTELS) {\n <use href=\"#puro-logo\" class=\"purohotels\"></use>\n }\n @if (siteId === SITE_BEACH) {\n <use href=\"#purobeaclogoDesh-logo\" class=\"purobeach\"></use>\n }\n @if (siteId === SITE_GROUP) {\n <use href=\"#purogroup-logo\" class=\"purogroup\"></use>\n }\n </svg>\n }\n </a>\n </div>\n <div class=\"header__leftNav\">\n <div\n class=\"header__menu js-active-modal\"\n activeModal\n data-modal_name=\"navigation\"\n role=\"button\"\n [attr.aria-label]=\"titleMenu ?? 'Menu'\"\n >\n <i class=\"icon-83\"></i>\n @if (titleMenu) {\n <span>{{ titleMenu }}</span>\n }\n </div>\n <div\n class=\"header__language js-active-modal\"\n activeModal\n data-modal_name=\"language\"\n role=\"button\"\n [attr.aria-label]=\"titleLang ?? 'Language Menu'\"\n >\n @if (titleLang) {\n {{ titleLang }}\n }\n </div>\n </div>\n @if (showHeaderBookButton) {\n <a\n (click)=\"btnClick.emit()\"\n class=\"header__reserver\"\n role=\"button\"\n [attr.aria-label]=\"btnBook\"\n >\n <div class=\"btn btn__primary btn--lg\">\n <span>{{ btnBook }}</span>\n </div>\n </a>\n }\n</header>\n\n<div class=\"modal modal--solidCream modal--navigation\">\n <div class=\"modal__inner\">\n <div class=\"modal__body\" [style.--bg-url]=\"cssBgUrl\" [style.--logo-url]=\"cssLogoUrl\">\n <div\n class=\"modal__close js-close\"\n activeModal\n data-modal_name=\"navigation\"\n role=\"button\"\n aria-label=\"Close Button\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"modal__close--icon\"\n >\n <use href=\"#modal-close\"></use>\n </svg>\n </div>\n <div class=\"modal__nav\">\n <ul class=\"modal__nav--items\">\n @if (navLinks) {\n @for (link of navLinks; track $index) {\n <li class=\"modal__nav--link\">\n <a\n class=\"js-close\"\n activeModal\n data-modal_name=\"navigation\"\n [href]=\"link.url\"\n [linkType]=\"link.linkType\"\n [attr.aria-label]=\"link.label\"\n >\n {{ link.label }}\n </a>\n </li>\n }\n }\n </ul>\n <ul class=\"modal__nav--itemsSmall\">\n @if (bottomLinks) {\n @for (link of bottomLinks; track $index) {\n @if (link.url === 'lang') {\n <li\n class=\"modal__nav--link js-active-modal\"\n activeModal\n data-modal_name=\"language\"\n role=\"button\"\n [attr.aria-label]=\"\n link.label ?? 'Language Menu'\n \"\n >\n <a>\n {{ link.label }}\n </a>\n </li>\n } @else {\n <li class=\"modal__nav--link\">\n <a\n class=\"js-close\"\n activeModal\n data-modal_name=\"navigation\"\n [href]=\"link.url\"\n [linkType]=\"link.linkType\"\n [attr.aria-label]=\"link.label\"\n >\n {{ link.label }}\n </a>\n </li>\n }\n }\n }\n </ul>\n </div>\n </div>\n </div>\n</div>\n", styles: [".modal.modal--navigation .modal__body:after{background-image:var(--logo-url)}.modal.modal--navigation .modal__body:before{background-image:var(--bg-url)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: PuroLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick"], outputs: ["bookClick", "anchorClicked"] }, { kind: "directive", type: PuroActiveModalDirective, selector: "[activeModal]" }, { kind: "directive", type: PuroNavStickyDirective, selector: "[navSticky]", inputs: ["isDynamic"] }, { kind: "directive", type: NgOptimizedImage, selector: "img[ngSrc]", inputs: ["ngSrc", "ngSrcset", "sizes", "width", "height", "loading", "priority", "loaderParams", "disableOptimizedSrcset", "fill", "placeholder", "placeholderConfig", "src", "srcset"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7641
7643
  }
7642
7644
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PuroHeaderMobileComponent, decorators: [{
7643
7645
  type: Component,
@@ -7647,7 +7649,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
7647
7649
  PuroActiveModalDirective,
7648
7650
  PuroNavStickyDirective,
7649
7651
  NgOptimizedImage,
7650
- ], changeDetection: ChangeDetectionStrategy.OnPush, providers: [PuroActiveModalDirective], template: "<header \n class=\"header\" \n navSticky \n [isDynamic]=\"isDynamic\" \n [class.header--no-reserver]=\"!showHeaderBookButton\"\n>\n <div class=\"banner__logo\">\n <a\n [href]=\"navLinks?.[0]?.url\"\n [linkType]=\"navLinks?.[0]?.linkType\"\n aria-label=\"Saulo logo\"\n >\n @if (logoHotel && logoHotelWhite) {\n <img\n [ngSrc]=\"hasStickyClasses() ? logoHotel : logoHotelWhite\"\n alt=\"Logo\"\n width=\"177\"\n height=\"68\"\n class=\"banner__logo--img restaurant\"\n priority\n />\n } @else {\n <svg\n aria-hidden=\"true\"\n width=\"177\"\n height=\"68\"\n focusable=\"false\"\n class=\"banner__logo--img\"\n >\n @if (siteId === SITE_HOTELS) {\n <use href=\"#puro-logo\" class=\"purohotels\"></use>\n }\n @if (siteId === SITE_BEACH) {\n <use href=\"#purobeach-logo\" class=\"purobeach\"></use>\n }\n @if (siteId === SITE_GROUP) {\n <use href=\"#purogroup-logo\" class=\"purogroup\"></use>\n }\n </svg>\n }\n </a>\n </div>\n <div class=\"header__leftNav\">\n <div\n class=\"header__menu js-active-modal\"\n activeModal\n data-modal_name=\"navigation\"\n role=\"button\"\n [attr.aria-label]=\"titleMenu ?? 'Menu'\"\n >\n <i class=\"icon-83\"></i>\n @if (titleMenu) {\n <span>{{ titleMenu }}</span>\n }\n </div>\n <div\n class=\"header__language js-active-modal\"\n activeModal\n data-modal_name=\"language\"\n role=\"button\"\n [attr.aria-label]=\"titleLang ?? 'Language Menu'\"\n >\n @if (titleLang) {\n {{ titleLang }}\n }\n </div>\n </div>\n @if (showHeaderBookButton) {\n <a\n (click)=\"btnClick.emit()\"\n class=\"header__reserver\"\n role=\"button\"\n [attr.aria-label]=\"btnBook\"\n >\n <div class=\"btn btn__primary btn--lg\">\n <span>{{ btnBook }}</span>\n </div>\n </a>\n }\n</header>\n\n<div class=\"modal modal--solidCream modal--navigation\">\n <div class=\"modal__inner\">\n <div class=\"modal__body\" [style.--bg-url]=\"cssBgUrl\" [style.--logo-url]=\"cssLogoUrl\">\n <div\n class=\"modal__close js-close\"\n activeModal\n data-modal_name=\"navigation\"\n role=\"button\"\n aria-label=\"Close Button\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"modal__close--icon\"\n >\n <use href=\"#modal-close\"></use>\n </svg>\n </div>\n <div class=\"modal__nav\">\n <ul class=\"modal__nav--items\">\n @if (navLinks) {\n @for (link of navLinks; track $index) {\n <li class=\"modal__nav--link\">\n <a\n class=\"js-close\"\n activeModal\n data-modal_name=\"navigation\"\n [href]=\"link.url\"\n [linkType]=\"link.linkType\"\n [attr.aria-label]=\"link.label\"\n >\n {{ link.label }}\n </a>\n </li>\n }\n }\n </ul>\n <ul class=\"modal__nav--itemsSmall\">\n @if (bottomLinks) {\n @for (link of bottomLinks; track $index) {\n @if (link.url === 'lang') {\n <li\n class=\"modal__nav--link js-active-modal\"\n activeModal\n data-modal_name=\"language\"\n role=\"button\"\n [attr.aria-label]=\"\n link.label ?? 'Language Menu'\n \"\n >\n <a>\n {{ link.label }}\n </a>\n </li>\n } @else {\n <li class=\"modal__nav--link\">\n <a\n class=\"js-close\"\n activeModal\n data-modal_name=\"navigation\"\n [href]=\"link.url\"\n [linkType]=\"link.linkType\"\n [attr.aria-label]=\"link.label\"\n >\n {{ link.label }}\n </a>\n </li>\n }\n }\n }\n </ul>\n </div>\n </div>\n </div>\n</div>\n", styles: [".modal.modal--navigation .modal__body:after{background-image:var(--logo-url)}.modal.modal--navigation .modal__body:before{background-image:var(--bg-url)}\n"] }]
7652
+ ], changeDetection: ChangeDetectionStrategy.OnPush, providers: [PuroActiveModalDirective], template: "<header \n class=\"header\" \n navSticky \n [isDynamic]=\"isDynamic\" \n [class.header--no-reserver]=\"!showHeaderBookButton\"\n>\n <div class=\"banner__logo\">\n <a\n [href]=\"navLinks?.[0]?.url\"\n [linkType]=\"navLinks?.[0]?.linkType\"\n aria-label=\"Saulo logo\"\n >\n @if (logoHotel && logoHotelWhite) {\n <img\n [ngSrc]=\"hasStickyClasses() ? logoHotel : logoHotelWhite\"\n alt=\"Logo\"\n width=\"177\"\n height=\"68\"\n class=\"banner__logo--img restaurant\"\n priority\n />\n } @else {\n <svg\n aria-hidden=\"true\"\n width=\"177\"\n height=\"68\"\n focusable=\"false\"\n class=\"banner__logo--img\"\n >\n @if (siteId === SITE_HOTELS) {\n <use href=\"#puro-logo\" class=\"purohotels\"></use>\n }\n @if (siteId === SITE_BEACH) {\n <use href=\"#purobeaclogoDesh-logo\" class=\"purobeach\"></use>\n }\n @if (siteId === SITE_GROUP) {\n <use href=\"#purogroup-logo\" class=\"purogroup\"></use>\n }\n </svg>\n }\n </a>\n </div>\n <div class=\"header__leftNav\">\n <div\n class=\"header__menu js-active-modal\"\n activeModal\n data-modal_name=\"navigation\"\n role=\"button\"\n [attr.aria-label]=\"titleMenu ?? 'Menu'\"\n >\n <i class=\"icon-83\"></i>\n @if (titleMenu) {\n <span>{{ titleMenu }}</span>\n }\n </div>\n <div\n class=\"header__language js-active-modal\"\n activeModal\n data-modal_name=\"language\"\n role=\"button\"\n [attr.aria-label]=\"titleLang ?? 'Language Menu'\"\n >\n @if (titleLang) {\n {{ titleLang }}\n }\n </div>\n </div>\n @if (showHeaderBookButton) {\n <a\n (click)=\"btnClick.emit()\"\n class=\"header__reserver\"\n role=\"button\"\n [attr.aria-label]=\"btnBook\"\n >\n <div class=\"btn btn__primary btn--lg\">\n <span>{{ btnBook }}</span>\n </div>\n </a>\n }\n</header>\n\n<div class=\"modal modal--solidCream modal--navigation\">\n <div class=\"modal__inner\">\n <div class=\"modal__body\" [style.--bg-url]=\"cssBgUrl\" [style.--logo-url]=\"cssLogoUrl\">\n <div\n class=\"modal__close js-close\"\n activeModal\n data-modal_name=\"navigation\"\n role=\"button\"\n aria-label=\"Close Button\"\n >\n <svg\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"modal__close--icon\"\n >\n <use href=\"#modal-close\"></use>\n </svg>\n </div>\n <div class=\"modal__nav\">\n <ul class=\"modal__nav--items\">\n @if (navLinks) {\n @for (link of navLinks; track $index) {\n <li class=\"modal__nav--link\">\n <a\n class=\"js-close\"\n activeModal\n data-modal_name=\"navigation\"\n [href]=\"link.url\"\n [linkType]=\"link.linkType\"\n [attr.aria-label]=\"link.label\"\n >\n {{ link.label }}\n </a>\n </li>\n }\n }\n </ul>\n <ul class=\"modal__nav--itemsSmall\">\n @if (bottomLinks) {\n @for (link of bottomLinks; track $index) {\n @if (link.url === 'lang') {\n <li\n class=\"modal__nav--link js-active-modal\"\n activeModal\n data-modal_name=\"language\"\n role=\"button\"\n [attr.aria-label]=\"\n link.label ?? 'Language Menu'\n \"\n >\n <a>\n {{ link.label }}\n </a>\n </li>\n } @else {\n <li class=\"modal__nav--link\">\n <a\n class=\"js-close\"\n activeModal\n data-modal_name=\"navigation\"\n [href]=\"link.url\"\n [linkType]=\"link.linkType\"\n [attr.aria-label]=\"link.label\"\n >\n {{ link.label }}\n </a>\n </li>\n }\n }\n }\n </ul>\n </div>\n </div>\n </div>\n</div>\n", styles: [".modal.modal--navigation .modal__body:after{background-image:var(--logo-url)}.modal.modal--navigation .modal__body:before{background-image:var(--bg-url)}\n"] }]
7651
7653
  }], propDecorators: { titleMenu: [{
7652
7654
  type: Input
7653
7655
  }], titleLang: [{
@@ -9575,6 +9577,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
9575
9577
  type: Input
9576
9578
  }] } });
9577
9579
 
9580
+ var PuroViewsType;
9581
+ (function (PuroViewsType) {
9582
+ PuroViewsType["Left"] = "left";
9583
+ PuroViewsType["Right"] = "right";
9584
+ })(PuroViewsType || (PuroViewsType = {}));
9585
+
9586
+ var LogoType;
9587
+ (function (LogoType) {
9588
+ LogoType["logo"] = "logo";
9589
+ LogoType["logoDesktop"] = "logoDesktop";
9590
+ LogoType["logoMenu"] = "logoMenu";
9591
+ LogoType["logoMobile"] = "logoMobile";
9592
+ LogoType["logoTablet"] = "logoTablet";
9593
+ LogoType["appShareIcon"] = "appShareIcon";
9594
+ })(LogoType || (LogoType = {}));
9595
+
9578
9596
  /*
9579
9597
  * Public API Surface of puro
9580
9598
  */
@@ -9583,5 +9601,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
9583
9601
  * Generated bundle index. Do not edit.
9584
9602
  */
9585
9603
 
9586
- export { AutoImageZoomWrapperDirective, DatepickerLocaleUtil, MapperService, ModalStateService, Puro404Component, PuroActiveModalDirective, PuroAdvantagesComponent, PuroAdvantagesSmallComponent, PuroAudioItem, PuroBanner4colComponent, PuroBannerInfo2Component, PuroBannerInfoComponent, PuroBannerSliderComponent, PuroBannerSliderItem, PuroBlogListComponent, PuroBlogPostComponent, PuroBreadcrumbComponent, PuroCareersFormComponent, PuroCartaComponent, PuroContactFormComponent, PuroContactLinkPipe, PuroCurrencyPipe, PuroDualListComponent, PuroDynamicHeadingComponent, PuroEngineComponent, PuroEngineModalComponent, PuroEventsFormComponent, PuroFaqsComponent, PuroFaqsImgComponent, PuroFilterComponent, PuroFilterGalleryDirective, PuroFilterModalComponent, PuroFooterBeachsComponent, PuroFooterHotelsComponent, PuroFooterInfoComponent, PuroFooterLinksComponent, PuroGalleryComponent, PuroGrid3colFilterComponent, PuroGrid3colPlusFilterComponent, PuroGrid3colSliderComponent, PuroGrid4itemsComponent, PuroGrid5itemsComponent, PuroGrid6itemsComponent, PuroHeadIntroComponent, PuroHeaderComponent, PuroHeaderMobileComponent, PuroHeaderMobileSubmenuComponent, PuroHotelsModalComponent, PuroIframeComponent, PuroImgInfoComponent, PuroInfo2colComponent, PuroInfoBannerComponent, PuroInfoBigComponent, PuroInfoDetails2ColComponent, PuroInfoDetails3ColComponent, PuroInfoDetailsComponent, PuroInfoGalleryComponent, PuroInfoIntroComponent, PuroInfoListComponent, PuroInfoServicesComponent, PuroInfoSliderComponent, PuroInfoTableComponent, PuroInfoVideoComponent, PuroInnerContentComponent, PuroInnerContentI, PuroLanguagesModalComponent, PuroLinkTypeDirective, PuroListAwardsComponent, PuroListGeneralComponent, PuroListLogosComponent, PuroListRestaurantsComponent, PuroListsItem, PuroMapListComponent, PuroModalInfoComponent, PuroModalOptionItem, PuroModalOptionsComponent, PuroMusicSliderComponent, PuroNavStickyDirective, PuroNewsletterComponent, PuroOfferBannerComponent, PuroOffersSliderComponent, PuroPaginationDirective, PuroPhotoSliderComponent, PuroProjectsFormComponent, PuroResizeZoomDirective, PuroScheduleComponent, PuroScriptDirective, PuroScrollUpDirective, PuroSearchComponent, PuroSlider1colComponent, PuroSlider2colComponent, PuroSlider3cardComponent, PuroSlider3colComponent, PuroSlider3colRoundComponent, PuroSlider4ItemsComponent, PuroSliderDirective, PuroSubmenuComponent, PuroSubmenuMobileComponent, PuroThanksComponent, PuroTimelineComponent, PuroTopSliderComponent, PuroVerticalInfoComponent, PuroWebmapComponent, PuroZigzag2colComponent, SCREEN_SIZER_PARAMS_TOKEN, SITE_CONFIG_SERVICE_TOKEN, ScreenSizerService, Utils };
9604
+ export { AutoImageZoomWrapperDirective, DatepickerLocaleUtil, LogoType, MapperService, ModalStateService, Puro404Component, PuroActiveModalDirective, PuroAdvantagesComponent, PuroAdvantagesSmallComponent, PuroAudioItem, PuroBanner4colComponent, PuroBannerInfo2Component, PuroBannerInfoComponent, PuroBannerSliderComponent, PuroBannerSliderItem, PuroBlogListComponent, PuroBlogPostComponent, PuroBreadcrumbComponent, PuroCareersFormComponent, PuroCartaComponent, PuroContactFormComponent, PuroContactLinkPipe, PuroCurrencyPipe, PuroDualListComponent, PuroDynamicHeadingComponent, PuroEngineComponent, PuroEngineModalComponent, PuroEventsFormComponent, PuroFaqsComponent, PuroFaqsImgComponent, PuroFilterComponent, PuroFilterGalleryDirective, PuroFilterModalComponent, PuroFooterBeachsComponent, PuroFooterHotelsComponent, PuroFooterInfoComponent, PuroFooterLinksComponent, PuroGalleryComponent, PuroGrid3colFilterComponent, PuroGrid3colPlusFilterComponent, PuroGrid3colSliderComponent, PuroGrid4itemsComponent, PuroGrid5itemsComponent, PuroGrid6itemsComponent, PuroHeadIntroComponent, PuroHeaderComponent, PuroHeaderMobileComponent, PuroHeaderMobileSubmenuComponent, PuroHotelsModalComponent, PuroIframeComponent, PuroImgInfoComponent, PuroInfo2colComponent, PuroInfoBannerComponent, PuroInfoBigComponent, PuroInfoDetails2ColComponent, PuroInfoDetails3ColComponent, PuroInfoDetailsComponent, PuroInfoGalleryComponent, PuroInfoIntroComponent, PuroInfoListComponent, PuroInfoServicesComponent, PuroInfoSliderComponent, PuroInfoTableComponent, PuroInfoVideoComponent, PuroInnerContentComponent, PuroInnerContentI, PuroLanguagesModalComponent, PuroLinkTypeDirective, PuroListAwardsComponent, PuroListGeneralComponent, PuroListLogosComponent, PuroListRestaurantsComponent, PuroListsItem, PuroMapListComponent, PuroModalInfoComponent, PuroModalOptionItem, PuroModalOptionsComponent, PuroMusicSliderComponent, PuroNavStickyDirective, PuroNewsletterComponent, PuroOfferBannerComponent, PuroOffersSliderComponent, PuroPaginationDirective, PuroPhotoSliderComponent, PuroProjectsFormComponent, PuroResizeZoomDirective, PuroScheduleComponent, PuroScriptDirective, PuroScrollUpDirective, PuroSearchComponent, PuroSlider1colComponent, PuroSlider2colComponent, PuroSlider3cardComponent, PuroSlider3colComponent, PuroSlider3colRoundComponent, PuroSlider4ItemsComponent, PuroSliderDirective, PuroSubmenuComponent, PuroSubmenuMobileComponent, PuroThanksComponent, PuroTimelineComponent, PuroTopSliderComponent, PuroVerticalInfoComponent, PuroViewsType, PuroWebmapComponent, PuroZigzag2colComponent, SCREEN_SIZER_PARAMS_TOKEN, SITE_CONFIG_SERVICE_TOKEN, ScreenSizerService, Utils };
9587
9605
  //# sourceMappingURL=ctt-puro.mjs.map